diff --git a/_bookdown_files/bookdown-demo_files/figure-html/nice-fig-1.png b/_bookdown_files/bookdown-demo_files/figure-html/nice-fig-1.png deleted file mode 100644 index 7e89bce..0000000 Binary files a/_bookdown_files/bookdown-demo_files/figure-html/nice-fig-1.png and /dev/null differ diff --git a/_bookdown_files/bookdown-demo_files/figure-latex/nice-fig-1.pdf b/_bookdown_files/bookdown-demo_files/figure-latex/nice-fig-1.pdf deleted file mode 100644 index e8e2247..0000000 Binary files a/_bookdown_files/bookdown-demo_files/figure-latex/nice-fig-1.pdf and /dev/null differ diff --git a/archive/code_raw.txt b/archive/code_raw.txt index d326392..9fc460b 100644 --- a/archive/code_raw.txt +++ b/archive/code_raw.txt @@ -1,7 +1,7 @@ [soneil@mbp ~]$ [soneil@mbp ~]$ ssh oneils@shell.onid.oregonstate.edu [soneil@mbp ~]$ ssh oneils@128.196.64.193 -oneils@atmosphere ~$  +oneils@atmosphere ~$ oneils@atmosphere ~$ echo hello there hello there oneils@atmosphere ~$ echo $USER @@ -43,42 +43,42 @@ oneils@atmosphere ~$ echo $PWD oneils@atmosphere ~$ pwd /home/oneils oneils@atmosphere ~$ ls -apcb     Documents  Music     Public     todo_list.txt -Desktop  Downloads  Pictures  Templates  Videos +apcb Documents Music Public todo_list.txt +Desktop Downloads Pictures Templates Videos oneils@atmosphere ~$ cd /home oneils@atmosphere /home$ echo $PWD /home oneils@atmosphere /home$ ls -lost+found  oneils +lost+found oneils oneils@atmosphere /home$ cd $HOME oneils@atmosphere ~$ pwd /home/oneils oneils@atmosphere ~$ ls -apcb     Documents  Music     Public     todo_list.txt -Desktop  Downloads  Pictures  Templates  Videos +apcb Documents Music Public todo_list.txt +Desktop Downloads Pictures Templates Videos oneils@atmosphere ~$ cd Pictures oneils@atmosphere ~/Pictures$ ls profile.jpg oneils@atmosphere ~/Pictures$ cd $HOME oneils@atmosphere ~$ ls -a -.              .config    .gstreamer-0.10  .profile       .vim -..             .dbus      .gvfs            Public         .viminfo -apcb           Desktop    .ICEauthority    .pulse         .vimrc -.bash_history  Documents  .local           .pulse-cookie  .vnc -.bash_login    Downloads  Music            .ssh           .Xauthority -.bash_logout   .gconf     .netrc           Templates      .Xdefaults -.bashrc        .gnome2    Pictures         todo_list.txt  .xscreensaver -.cache         .gnupg     .pip             Videos         .xsession-errors +. .config .gstreamer-0.10 .profile .vim +.. .dbus .gvfs Public .viminfo +apcb Desktop .ICEauthority .pulse .vimrc +.bash_history Documents .local .pulse-cookie .vnc +.bash_login Downloads Music .ssh .Xauthority +.bash_logout .gconf .netrc Templates .Xdefaults +.bashrc .gnome2 Pictures todo_list.txt .xscreensaver +.cache .gnupg .pip Videos .xsession-errors oneils@atmosphere ~$ ls -lah total 168K drwxr-xr-x 25 oneils iplant-everyone 4.0K Sep 23 22:40 . -drwxr-xr-x  4 root   root            4.0K Sep 15 09:48 .. -drwxr-xr-x  4 oneils iplant-everyone 4.0K Sep 15 11:19 apcb --rw-------  1 root   root            2.2K Sep 15 10:49 .bash_history --rw-r--r--  1 oneils iplant-everyone   61 Sep 16 19:46 .bash_login --rw-r--r--  1 oneils iplant-everyone  220 Apr  3  2012 .bash_logout --rw-r--r--  1 oneils iplant-everyone 3.6K Sep 15 09:48 .bashrc -drwx------  7 oneils iplant-everyone 4.0K Sep 15 09:52 .cache +drwxr-xr-x 4 root root 4.0K Sep 15 09:48 .. +drwxr-xr-x 4 oneils iplant-everyone 4.0K Sep 15 11:19 apcb +-rw------- 1 root root 2.2K Sep 15 10:49 .bash_history +-rw-r--r-- 1 oneils iplant-everyone 61 Sep 16 19:46 .bash_login +-rw-r--r-- 1 oneils iplant-everyone 220 Apr 3 2012 .bash_logout +-rw-r--r-- 1 oneils iplant-everyone 3.6K Sep 15 09:48 .bashrc +drwx------ 7 oneils iplant-everyone 4.0K Sep 15 09:52 .cache ... oneils@atmosphere ~$ echo $PWD /home/oneils @@ -95,8 +95,8 @@ oneils@atmosphere ~$ cd ../.. oneils@atmosphere /$ echo $PWD / oneils@atmosphere ~$ ls -apcb     Documents  Music        Pictures  Templates      Videos -Desktop  Downloads  p450s.fasta  Public    todo_list.txt +apcb Documents Music Pictures Templates Videos +Desktop Downloads p450s.fasta Public todo_list.txt oneils@atmosphere ~$ less p450s.fasta >sp|Q3LFU0|CP1A1_BALAC Cytochrome P450 1A1 OS=Balaenoptera acutorostrata GN=CYP1 A1 PE=2 SV=1 @@ -110,19 +110,19 @@ KSPHLALSRLSQRYGDVLQIRIGCTPVLVLSGLDTIRQALVRQGDDFKGRPDLYSFTLVA DGQSMTFNPDSGPVWAARRRLAQNALKSFSIASDPASSSSCYLEEHVSKESEYLIGKFQE p450s.fasta oneils@atmosphere ~$ ls -apcb     Documents  Music        Pictures  Templates      Videos -Desktop  Downloads  p450s.fasta  Public    todo_list.txt +apcb Documents Music Pictures Templates Videos +Desktop Downloads p450s.fasta Public todo_list.txt oneils@atmosphere ~$ mkdir projects oneils@atmosphere ~$ ls -apcb     Documents  Music        Pictures  Public     todo_list.txt -Desktop  Downloads  p450s.fasta  projects  Templates  Videos +apcb Documents Music Pictures Public todo_list.txt +Desktop Downloads p450s.fasta projects Templates Videos oneils@atmosphere ~$ mv p450s.fasta p450s.fa oneils@atmosphere ~$ mv p450s.fa projects oneils@atmosphere ~$ mv projects projects_dir oneils@atmosphere ~$ ls -apcb     Documents  Music     projects_dir  Templates      Videos -Desktop  Downloads  Pictures  Public        todo_list.txt -oneils@atmosphere ~$  +apcb Documents Music projects_dir Templates Videos +Desktop Downloads Pictures Public todo_list.txt +oneils@atmosphere ~$ oneils@atmosphere ~$ mv projects_dir/p450s.fa p450s.fasta oneils@atmosphere ~$ mv projects_dir/ projects oneils@atmosphere ~$ cp todo_list.txt todo_copy.txt @@ -130,15 +130,15 @@ oneils@atmosphere ~$ cp -r projects projects_dir_copy oneils@atmosphere ~/projects$ cp ../todo_list.txt ../p450s.fasta . oneils@atmosphere ~/projects$ mkdir tempdir oneils@atmosphere ~/projects$ ls -p450s.fasta  tempdir  todo_list.txt -oneils@atmosphere ~/projects$ rm todo_list.txt  +p450s.fasta tempdir todo_list.txt +oneils@atmosphere ~/projects$ rm todo_list.txt oneils@atmosphere ~/projects$ rm -rf tempdir/ oneils@atmosphere ~/projects$ ls p450s.fasta oneils@atmosphere ~/projects$ cd $HOME oneils@atmosphere ~$ ls -apcb     Documents  Music        Pictures  Public     todo_list.txt -Desktop  Downloads  p450s.fasta  projects  Templates  Videos +apcb Documents Music Pictures Public todo_list.txt +Desktop Downloads p450s.fasta projects Templates Videos oneils@atmosphere ~$ du -sh p450s.fasta 16K p450s.fasta oneils@atmosphere ~$ du -sh projects/ @@ -146,7 +146,7 @@ oneils@atmosphere ~$ du -sh projects/ oneils@atmosphere ~$ du -sh . 11M . oneils@atmosphere ~$ nano todo_list.txt -  GNU nano 2.2.6             File: todo_list.txt                                 + GNU nano 2.2.6 File: todo_list.txt drink coffee @@ -154,52 +154,52 @@ write book sleep -                                [ Read 3 lines ] -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell + [ Read 3 lines ] +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell oneils@atmosphere ~/apcb/intro$ ls -fileAA.temp  fileA.temp  fileB.temp  temp +fileAA.temp fileA.temp fileB.temp temp oneils@atmosphere ~/apcb/intro$ mv fileA.temp fileAA.temp fileB.temp temp/ oneils@atmosphere ~/apcb/intro$ ls -fileAA.temp  fileA.temp  fileB.temp  temp +fileAA.temp fileA.temp fileB.temp temp oneils@atmosphere ~/apcb/intro$ mv file*.temp temp/ oneils@atmosphere ~$ man ls -top - 02:23:20 up 15 days, 16:34,  2 users,  load average: 0.03, 0.02, 0.05 -Tasks: 127 total,   1 running, 126 sleeping,   0 stopped,   0 zombie -Cpu(s):  0.0%us,  0.0%sy,  0.0%ni, 99.7%id,  0.3%wa,  0.0%hi,  0.0%si,  0.0%st -Mem:   4050124k total,  1801608k used,  2248516k free,   142652k buffers -Swap:        0k total,        0k used,        0k free,  1256080k cached - - -  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND            -    1 root      20   0 90540 4264 2696 S  0.0  0.1   0:07.85 init                -    2 root      20   0     0    0    0 S  0.0  0.0   0:00.00 kthreadd            -    3 root      20   0     0    0    0 S  0.0  0.0   0:43.50 ksoftirqd/0         -    5 root      20   0     0    0    0 S  0.0  0.0   0:00.35 kworker/u:0         -    6 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0         +top - 02:23:20 up 15 days, 16:34, 2 users, load average: 0.03, 0.02, 0.05 +Tasks: 127 total, 1 running, 126 sleeping, 0 stopped, 0 zombie +Cpu(s): 0.0%us, 0.0%sy, 0.0%ni, 99.7%id, 0.3%wa, 0.0%hi, 0.0%si, 0.0%st +Mem: 4050124k total, 1801608k used, 2248516k free, 142652k buffers +Swap: 0k total, 0k used, 0k free, 1256080k cached + + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 1 root 20 0 90540 4264 2696 S 0.0 0.1 0:07.85 init + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd + 3 root 20 0 0 0 0 S 0.0 0.0 0:43.50 ksoftirqd/0 + 5 root 20 0 0 0 0 S 0.0 0.0 0:00.35 kworker/u:0 + 6 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0 oneils@atmosphere ~$ finger Shawn -Login: oneils         Name: Shawn O'neil -Directory: /home/oneils             Shell: /bin/bash +Login: oneils Name: Shawn O'neil +Directory: /home/oneils Shell: /bin/bash On since Mon Oct 20 16:52 (MST) on pts/0 from 8-169.ptpg.oregonstate.edu No mail. No Plan. oneils@atmosphere ~/apcb/intro$ ls -l total 20 -rwxrwxrwx 1 oneils iplant-everyone 15891 Oct 20 17:42 p450s.fasta -drwxr-xr-x 2 oneils iplant-everyone  4096 Oct 20 17:40 temp +drwxr-xr-x 2 oneils iplant-everyone 4096 Oct 20 17:40 temp oneils@atmosphere ~/apcb/intro$ groups $USER oneils : iplant-everyone users community de-preview-access atmo-user dnasubway- users myplant-users -oneils@atmosphere ~/apcb/intro$ chgrp community p450s.fasta  +oneils@atmosphere ~/apcb/intro$ chgrp community p450s.fasta oneils@atmosphere ~$ cd /bin oneils@atmosphere /bin$ ls -l total 7384 --rwxr-xr-x 1 root root 959120 Mar 28  2013 bash --rwxr-xr-x 1 root root  31112 Dec 14  2011 bunzip2 --rwxr-xr-x 1 root root  31112 Dec 14  2011 bzcat +-rwxr-xr-x 1 root root 959120 Mar 28 2013 bash +-rwxr-xr-x 1 root root 31112 Dec 14 2011 bunzip2 +-rwxr-xr-x 1 root root 31112 Dec 14 2011 bzcat ... ^?ELF^B^A^A^@^@^@^@^@^@^@^@^@^B^@>^@^A^@^@^@8A^@^@^@^@^@@^@^@^@^@^@^@^@<90> -<9B>^N^@^@^@^@^@^@^@^@^@@^@8^@   ^@@^@^\^@ESC^@^F^@^@^@^E^@^@^@@^@^@^@^@^@^@^@@ +<9B>^N^@^@^@^@^@^@^@^@^@@^@8^@ ^@@^@^\^@ESC^@^F^@^@^@^E^@^@^@@^@^@^@^@^@^@^@@ ^@@^@^@^@^@^@@^@@^@^@^@^@^@^A^@^@^@^@^@^@^A^@^@^@^@^@^@^H^@^@^@^@^@^@^@ ^C^@^@^@^D^@^@^@8^B^@^@^@^@^@^@8^B@^@^@^@^@^@8^B@^@^@^@^@^@^\^@^@^@^@^@^@^@^\^@ ^@^@^@^@^@^@^A^@^@^@^@^@^@^@^A^@^@^@^E^@^@^@^@^@^@^@^@^@^@^@^@^@@^@^@^@^@^@^@^@@^@^@^@^@^@^M^@^@^@^@^@^M^@^@^@^@^@^@^@^@^@^@^@^@^A^@^@^@^F^@^@ @@ -215,8 +215,8 @@ oneils@atmosphere ~/apcb/intro$ echo $PATH oneils@atmosphere ~$ which echo /bin/echo oneils@atmosphere ~/apcb/intro$ which cd -oneils@atmosphere ~/apcb/intro$  -  GNU nano 2.2.6              File: myprog.sh                         Modified   +oneils@atmosphere ~/apcb/intro$ + GNU nano 2.2.6 File: myprog.sh Modified #!/bin/bash @@ -226,29 +226,29 @@ echo "Hello!" echo "This is a bit weird..." -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell oneils@atmosphere ~/apcb/intro$ ls -myprog.sh  p450s.fasta  temp -oneils@atmosphere ~/apcb/intro$ chmod +x myprog.sh  +myprog.sh p450s.fasta temp +oneils@atmosphere ~/apcb/intro$ chmod +x myprog.sh oneils@atmosphere ~/apcb/intro$ ls -l total 24 --rwxr-xr-x 1 oneils iplant-everyone    57 Oct 20 20:49 myprog.sh --rw-rw-rw- 1 oneils community       15891 Oct 20 17:42 p450s.fasta -drwxr-xr-x 2 oneils iplant-everyone  4096 Oct 20 17:40 temp +-rwxr-xr-x 1 oneils iplant-everyone 57 Oct 20 20:49 myprog.sh +-rw-rw-rw- 1 oneils community 15891 Oct 20 17:42 p450s.fasta +drwxr-xr-x 2 oneils iplant-everyone 4096 Oct 20 17:40 temp oneils@atmosphere ~/apcb/intro$ pwd /home/oneils/apcb/intro -oneils@atmosphere ~/apcb/intro$ /home/oneils/apcb/intro/myprog.sh  +oneils@atmosphere ~/apcb/intro$ /home/oneils/apcb/intro/myprog.sh Hello! This is a bit weird... -oneils@atmosphere ~/apcb/intro$ ./myprog.sh  +oneils@atmosphere ~/apcb/intro$ ./myprog.sh Hello! This is a bit weird... -oneils@atmosphere ~/apcb/intro$ cd $HOME  -oneils@atmosphere ~$ /home/oneils/apcb/intro/myprog.sh  +oneils@atmosphere ~/apcb/intro$ cd $HOME +oneils@atmosphere ~$ /home/oneils/apcb/intro/myprog.sh Hello! This is a bit weird... -oneils@atmosphere ~$ apcb/intro/myprog.sh  +oneils@atmosphere ~$ apcb/intro/myprog.sh Hello! This is a bit weird... oneils@atmosphere ~$ myprog.sh @@ -257,8 +257,8 @@ oneils@atmosphere ~$ cd $HOME oneils@atmosphere ~$ mkdir local oneils@atmosphere ~$ mkdir local/bin oneils@atmosphere ~$ ls -apcb     Documents  local  Pictures  Templates      Videos -Desktop  Downloads  Music  Public    todo_list.txt +apcb Documents local Pictures Templates Videos +Desktop Downloads Music Public todo_list.txt oneils@atmosphere ~$ mv apcb/intro/myprog.sh local/bin oneils@atmosphere ~$ export PATH="$HOME/local/bin:$PATH" oneils@atmosphere ~$ echo $PATH @@ -268,14 +268,14 @@ oneils@atmosphere ~$ myprog.sh Hello! This is a bit weird... oneils@atmosphere ~$ ls -a -.              .dbus       .gnome2          Public         .vnc -..             Desktop     .gstreamer-0.10  .pulse         .Xauthority -apcb           Documents   .gvfs            .pulse-cookie  .Xdefaults -.bash_history  Downloads   .ICEauthority    .ssh           .xscreensaver -.bash_logout   .gconf      local            Templates      .xsession-errors -.bashrc        .git        Music            todo_list.txt -.cache         .gitconfig  Pictures         Videos -.config        .gitignore  .profile         .vim +. .dbus .gnome2 Public .vnc +.. Desktop .gstreamer-0.10 .pulse .Xauthority +apcb Documents .gvfs .pulse-cookie .Xdefaults +.bash_history Downloads .ICEauthority .ssh .xscreensaver +.bash_logout .gconf local Templates .xsession-errors +.bashrc .git Music todo_list.txt +.cache .gitconfig Pictures Videos +.config .gitignore .profile .vim oneils@atmosphere ~$ nano -w .bashrc ## ... export IDS_HOME="/irods/data.iplantc.org/iplant/home/oneils" @@ -286,30 +286,30 @@ alias ids_home="cd $IDS_HOME" ## Added by Shawn O'Neil, for my local/bin -export PATH="$HOME/local/bin:$PATH"  +export PATH="$HOME/local/bin:$PATH" oneils@atmosphere ~$ cd $HOME oneils@atmosphere ~$ mkdir downloads oneils@atmosphere ~$ cd downloads/ -oneils@atmosphere ~/downloads$  +oneils@atmosphere ~/downloads$ oneils@atmosphere ~/downloads$ wget 'http://eddylab.org/software/hmmer3/3.1b1/h mmer-3.1b1.tar.gz' -O hmmer-3.1b1.tar.gz oneils@atmosphere ~/downloads$ ls hmmer-3.1b1.tar.gz -oneils@atmosphere ~/downloads$ gzip -d hmmer-3.1b1.tar.gz  +oneils@atmosphere ~/downloads$ gzip -d hmmer-3.1b1.tar.gz oneils@atmosphere ~/downloads$ ls hmmer-3.1b1.tar -oneils@atmosphere ~/downloads$ tar -xf hmmer-3.1b1.tar  +oneils@atmosphere ~/downloads$ tar -xf hmmer-3.1b1.tar oneils@atmosphere ~/downloads$ ls -hmmer-3.1b1  hmmer-3.1b1.tar +hmmer-3.1b1 hmmer-3.1b1.tar oneils@atmosphere ~/downloads$ cd hmmer-3.1b1/ oneils@atmosphere ~/downloads/hmmer-3.1b1$ ls -aclocal.m4    configure.ac   INSTALL        Makefile.in    src -config.guess  COPYRIGHT      install-sh     profmark       testsuite -config.sub    documentation  libdivsufsort  README         tutorial -configure     easel          LICENSE        RELEASE-NOTES  Userguide.pdf -Brief installation instructions  +aclocal.m4 configure.ac INSTALL Makefile.in src +config.guess COPYRIGHT install-sh profmark testsuite +config.sub documentation libdivsufsort README tutorial +configure easel LICENSE RELEASE-NOTES Userguide.pdf +Brief installation instructions HMMER 3.1b1; May 2013 ------------------------------------------------------------- @@ -320,21 +320,21 @@ Installation chapter in the HMMER User's Guide (Userguide.pdf). Starting from a source distribution, hmmer-3.1b1.tar.gz: - uncompress:                uncompress hmmer-3.1b1.tar.gz   - unpack:                    tar xf hmmer-3.1b1.tar - move into new directory:   cd hmmer-3.1b1 - configure:                 ./configure - build:                     make - automated tests:           make check - automated install:         make install + uncompress: uncompress hmmer-3.1b1.tar.gz + unpack: tar xf hmmer-3.1b1.tar + move into new directory: cd hmmer-3.1b1 + configure: ./configure + build: make + automated tests: make check + automated install: make install Installation directories: -  --prefix=PREFIX         install architecture-independent files in PREFIX -                          [/usr/local] -  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX -                          [PREFIX] + --prefix=PREFIX install architecture-independent files in PREFIX + [/usr/local] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] oneils@atmosphere ~/downloads/hmmer-3.1b1$ ./configure --prefix=$HOME/local @@ -343,10 +343,10 @@ checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu ... oneils@atmosphere ~/downloads/hmmer-3.1b1$ make -     SUBDIR easel + SUBDIR easel make[1]: Entering directory `/home/oneils/downloads/hmmer-3.1b1/easel' -     CC easel.o -     CC esl_alphabet.o + CC easel.o + CC esl_alphabet.o ... oneils@atmosphere ~/downloads/hmmer-3.1b1$ make install /usr/bin/install -c -d /home/oneils/local/bin @@ -355,12 +355,12 @@ oneils@atmosphere ~/downloads/hmmer-3.1b1$ make install ... oneils@atmosphere ~/downloads/hmmer-3.1b1$ cd $HOME/local oneils@atmosphere ~/local$ ls -bin  include  lib  share +bin include lib share oneils@atmosphere ~/local$ cd bin oneils@atmosphere ~/local/bin$ ls -alimask   hmmc2       hmmfetch  hmmpress   hmmsim     myprog.sh  phmmer -hmmalign  hmmconvert  hmmlogo   hmmscan    hmmstat    nhmmer -hmmbuild  hmmemit     hmmpgmd   hmmsearch  jackhmmer  nhmmscan +alimask hmmc2 hmmfetch hmmpress hmmsim myprog.sh phmmer +hmmalign hmmconvert hmmlogo hmmscan hmmstat nhmmer +hmmbuild hmmemit hmmpgmd hmmsearch jackhmmer nhmmscan oneils@atmosphere ~$ uname -a Linux 172.31.88.3 3.2.0-37-virtual #58-Ubuntu SMP Thu Jan 24 15:48:03 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux @@ -369,13 +369,13 @@ oneils@atmosphere ~/downloads$ wget 'http://www.drive5.com/muscle/downloads3.8.31/muscle3. 8.31_i86linux64.tar.gz' oneils@atmosphere ~/downloads$ ls -hmmer-3.1b1  hmmer-3.1b1.tar  muscle3.8.31_i86linux64.tar.gz -oneils@atmosphere ~/downloads$ gzip -d muscle3.8.31_i86linux64.tar.gz  -oneils@atmosphere ~/downloads$ tar -xf muscle3.8.31_i86linux64.tar  +hmmer-3.1b1 hmmer-3.1b1.tar muscle3.8.31_i86linux64.tar.gz +oneils@atmosphere ~/downloads$ gzip -d muscle3.8.31_i86linux64.tar.gz +oneils@atmosphere ~/downloads$ tar -xf muscle3.8.31_i86linux64.tar oneils@atmosphere ~/downloads$ ls -hmmer-3.1b1      muscle3.8.31_i86linux64 -hmmer-3.1b1.tar  muscle3.8.31_i86linux64.tar -oneils@atmosphere ~/downloads$ ./muscle3.8.31_i86linux64  +hmmer-3.1b1 muscle3.8.31_i86linux64 +hmmer-3.1b1.tar muscle3.8.31_i86linux64.tar +oneils@atmosphere ~/downloads$ ./muscle3.8.31_i86linux64 MUSCLE v3.8.31 by Robert C. Edgar @@ -385,7 +385,7 @@ http://www.drive5.com/muscle This software is donated to the public domain. ... oneils@atmosphere ~/downloads$ cp muscle3.8.31_i86linux64 $HOME/local/bin/muscle -oneils@atmosphere ~/downloads$  +oneils@atmosphere ~/downloads$ oneils@atmosphere ~/downloads$ cd $HOME oneils@atmosphere ~$ mkdir projects oneils@atmosphere ~$ cd projects/ @@ -393,10 +393,10 @@ oneils@atmosphere ~/projects$ mkdir p450s oneils@atmosphere ~/projects$ cd p450s/ oneils@atmosphere ~/projects/p450s$ wget 'ftp://ftp.flybase.net/releases/FB2014_ 05/dmel_r6.02/fasta/dmel-all-translation-r6.02.fasta.gz' -oneils@atmosphere ~/projects/p450s$ gzip -d dmel-all-translation-r6.02.fasta.gz  -oneils@atmosphere ~/projects/p450s$ less -S dmel-all-translation-r6.02.fasta  +oneils@atmosphere ~/projects/p450s$ gzip -d dmel-all-translation-r6.02.fasta.gz +oneils@atmosphere ~/projects/p450s$ less -S dmel-all-translation-r6.02.fasta oneils@atmosphere ~/projects/p450s$ ls -dmel-all-translation-r6.02.fasta  p450s.fasta +dmel-all-translation-r6.02.fasta p450s.fasta oneils@atmosphere ~/projects/p450s$ which muscle /home/oneils/local/bin/muscle oneils@atmosphere ~/projects/p450s$ which hmmbuild @@ -418,18 +418,18 @@ Please cite: Edgar, R.C. Nucleic Acids Res 32(5), 1792-97. Basic usage -    muscle -in -out + muscle -in -out Common options (for a complete list please see the User Guide): -    -in     Input file in FASTA format (default stdin) -    -out   Output alignment in FASTA format (default stdout) -    -diags             Find diagonals (faster for similar sequences) -    -maxiters       Maximum number of iterations (integer, default 16) -    -maxhours       Maximum time to iterate in hours (default no limit) -    -html              Write output in HTML format (default FASTA) + -in Input file in FASTA format (default stdin) + -out Output alignment in FASTA format (default stdout) + -diags Find diagonals (faster for similar sequences) + -maxiters Maximum number of iterations (integer, default 16) + -maxhours Maximum time to iterate in hours (default no limit) + -html Write output in HTML format (default FASTA) ... oneils@atmosphere ~/projects/p450s$ muscle -in p450s.fasta -out p450s.fasta.aln >sp|P05176|CP1A1_RABIT Cytochrome P450 1A1 OS=Oryctolagus cuniculus GN=CYP1A1 PE @@ -446,63 +446,63 @@ Usage: hmmbuild [-options] where basic options are: -  -h     : show brief help on version and usage -  -n : name the HMM -  -o : direct summary output to file , not stdout -  -O : resave annotated, possibly modified MSA to file + -h : show brief help on version and usage + -n : name the HMM + -o : direct summary output to file , not stdout + -O : resave annotated, possibly modified MSA to file To see more help on other available options, do: -  hmmbuild -h + hmmbuild -h oneils@atmosphere ~/projects/p450s$ hmmbuild p450s.fasta.aln.hmm p450s.fasta.aln CKSUM 797170701 -STATS LOCAL MSV      -12.2089  0.69650 -STATS LOCAL VITERBI  -13.2160  0.69650 -STATS LOCAL FORWARD   -6.4971  0.69650 -HMM          A        C        D        E        F        G        H        I    -            m->m     m->i     m->d     i->m     i->i     d->m     d->d -  COMPO   2.56763  4.18442  2.94826  2.71355  3.22576  2.92226  3.70840  2.94423 -          2.68504  4.42336  2.77569  2.73176  3.46465  2.40496  3.72606  3.29362 -          0.66606  1.72211  1.17901  3.05405  0.04832  0.00000        * -      1   3.15916  4.51751  4.70912  4.16707  3.23103  4.39232  4.76778  1.44083 +STATS LOCAL MSV -12.2089 0.69650 +STATS LOCAL VITERBI -13.2160 0.69650 +STATS LOCAL FORWARD -6.4971 0.69650 +HMM A C D E F G H I + m->m m->i m->d i->m i->i d->m d->d + COMPO 2.56763 4.18442 2.94826 2.71355 3.22576 2.92226 3.70840 2.94423 + 2.68504 4.42336 2.77569 2.73176 3.46465 2.40496 3.72606 3.29362 + 0.66606 1.72211 1.17901 3.05405 0.04832 0.00000 * + 1 3.15916 4.51751 4.70912 4.16707 3.23103 4.39232 4.76778 1.44083 oneils@atmosphere ~/projects/p450s$ ls -dmel-all-translation-r6.02.fasta  p450s.fasta.aln -p450s.fasta                       p450s.fasta.aln.hmm +dmel-all-translation-r6.02.fasta p450s.fasta.aln +p450s.fasta p450s.fasta.aln.hmm oneils@atmosphere ~/projects/p450s$ hmmsearch Incorrect number of command line arguments. Usage: hmmsearch [options] where most common options are: -  -h : show brief help on version and usage + -h : show brief help on version and usage To see more help on available options, do hmmsearch -h oneils@atmosphere ~/projects/p450s$ hmmsearch p450s.fasta.aln.hmm dmel-all-trans lation-r6.02.fasta ... -  Alignments for each domain: -  == domain 1  score: 2.4 bits;  conditional E-value: 0.19 -  p450s.fasta 433 sdekivpivndlfganfdtisvalswslpylvaspeigkklkke 476 -                  + +++       f a+f+ is  l++   +l  +p ++ +l++e -  FBpp0086933 305 TADDLLAQCLLFFFAGFEIISSSLCFLTHELCLNPTVQDRLYEE 348 -                  555566666667899***************************99 PP + Alignments for each domain: + == domain 1 score: 2.4 bits; conditional E-value: 0.19 + p450s.fasta 433 sdekivpivndlfganfdtisvalswslpylvaspeigkklkke 476 + + +++ f a+f+ is l++ +l +p ++ +l++e + FBpp0086933 305 TADDLLAQCLLFFFAGFEIISSSLCFLTHELCLNPTVQDRLYEE 348 + 555566666667899***************************99 PP ... oneils@atmosphere ~/projects/p450s$ ls -dmel-all-translation-r6.02.fasta  p450s.fasta.aln -p450s.fasta                       p450s.fasta.aln.hmm +dmel-all-translation-r6.02.fasta p450s.fasta.aln +p450s.fasta p450s.fasta.aln.hmm oneils@atmosphere ~/projects/p450s$ hmmsearch p450s.fasta.aln.hmm dmel-all-trans lation-r6.02.fasta > p450s_hmmsearch_dmel.txt -Query:       p450s.fasta  [M=730] +Query: p450s.fasta [M=730] Scores for complete sequences (score includes all domains): -   --- full sequence ---   --- best 1 domain ---    -#dom- -    E-value  score  bias    E-value  score  bias    exp  N  Sequence    Descript -    ------- ------ -----    ------- ------ -----   ---- --  --------    -------- -    1.2e-98  332.1   0.1      2e-98  331.3   0.1    1.2  1  FBpp0081483  type=pr -    1.2e-98  332.1   0.1      2e-98  331.3   0.1    1.2  1  FBpp0307731  type=pr -      7e-67  227.0   0.0      7e-67  227.0   0.0    1.5  1  FBpp0082768  type=pr -    9.5e-67  226.6   0.0    9.5e-67  226.6   0.0    2.1  1  FBpp0297168  type=pr -  GNU nano 2.2.6             File: runhmmer.sh                                   + --- full sequence --- --- best 1 domain --- -#dom- + E-value score bias E-value score bias exp N Sequence Descript + ------- ------ ----- ------- ------ ----- ---- -- -------- -------- + 1.2e-98 332.1 0.1 2e-98 331.3 0.1 1.2 1 FBpp0081483 type=pr + 1.2e-98 332.1 0.1 2e-98 331.3 0.1 1.2 1 FBpp0307731 type=pr + 7e-67 227.0 0.0 7e-67 227.0 0.0 1.5 1 FBpp0082768 type=pr + 9.5e-67 226.6 0.0 9.5e-67 226.6 0.0 2.1 1 FBpp0297168 type=pr + GNU nano 2.2.6 File: runhmmer.sh #!/bin/bash @@ -511,12 +511,12 @@ Scores for complete sequences (score includes all domains): muscle -in p450s.fasta -out p450s.fasta.aln hmmbuild p450s.fasta.aln.hmm p450s.fasta.aln hmmsearch p450s.fasta.aln.hmm dmel-all-translation-r6.02.fasta \ -   > p450s_hmmsearch_dmel.txt + > p450s_hmmsearch_dmel.txt -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell -  GNU nano 2.2.6             File: runhmmer.sh                                   +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell + GNU nano 2.2.6 File: runhmmer.sh #!/bin/bash @@ -530,13 +530,13 @@ export output=p450s_hmmsearch_dmel.txt muscle -in $query -out $query.aln hmmbuild $query.aln.hmm $query.aln hmmsearch $query.aln.hmm $db \ -   > $output + > $output -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell -  GNU nano 2.2.6             File: runhmmer.sh                                   +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell + GNU nano 2.2.6 File: runhmmer.sh #!/bin/bash @@ -550,13 +550,13 @@ export output=$3 muscle -in $query -out $query.aln hmmbuild $query.aln.hmm $query.aln hmmsearch $query.aln.hmm $db \ -   > $output + > $output -                               [ Wrote 12 lines ] -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell -  GNU nano 2.2.6             File: runhmmer.sh                                   + [ Wrote 12 lines ] +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell + GNU nano 2.2.6 File: runhmmer.sh #!/bin/bash @@ -564,9 +564,9 @@ hmmsearch $query.aln.hmm $db \ # Check number of input parameters: if [ $# -ne 3 ]; then -    echo "Wrong number of parameters." -    echo "Usage: runhmmer.sh " -    exit + echo "Wrong number of parameters." + echo "Usage: runhmmer.sh " + exit fi @@ -578,47 +578,47 @@ export output=$3 muscle -in $query -out $query.aln hmmbuild $query.aln.hmm $query.aln hmmsearch $query.aln.hmm $db \ -   > $output + > $output -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell oneils@atmosphere ~/apcb/intro/blast$ wget 'http://downloads.yeastgenome.org/seq uence/S288C_reference/orf_protein/orf_trans.fasta.gz' -O orf_trans.fasta.gz ... -oneils@atmosphere ~/apcb/intro/blast$ gzip -d orf_trans.fasta.gz  +oneils@atmosphere ~/apcb/intro/blast$ gzip -d orf_trans.fasta.gz oneils@atmosphere ~/apcb/intro/blast$ ls orf_trans.fasta oneils@atmosphere ~/apcb/intro/blast$ makeblastdb -in orf_trans.fasta -out orf_t rans -dbtype prot -title "Yeast Open Reading Frames" -parse_seqids ... oneils@atmosphere ~/apcb/intro/blast$ ls -orf_trans.fasta  orf_trans.pin  orf_trans.psd  orf_trans.psq -orf_trans.phr    orf_trans.pog  orf_trans.psi +orf_trans.fasta orf_trans.pin orf_trans.psd orf_trans.psq +orf_trans.phr orf_trans.pog orf_trans.psi oneils@atmosphere ~/apcb/intro/blast$ blastp -query orf_trans.fasta -db orf_tran s -max_target_seqs 2 -max_hsps 1 -evalue 1e-6 -outfmt '7 qseqid sseqid length ql en slen qstart qend sstart send evalue' -out yeast_blastp_yeast_top2.txt -num_th reads 4 ... # BLASTP 2.2.30+ -# Query: YAL003W EFB1 SGDID:S000000003, Chr I from 142174-142253,142620-143160,  +# Query: YAL003W EFB1 SGDID:S000000003, Chr I from 142174-142253,142620-143160, # Database: orf_trans -# Fields: query id, subject id, alignment length, query length, subject length,  +# Fields: query id, subject id, alignment length, query length, subject length, # 1 hits found -YAL003W YAL003W 207     207     207     1       207     1       207     2e-148 +YAL003W YAL003W 207 207 207 1 207 1 207 2e-148 # BLASTP 2.2.30+ # Query: YAL005C SSA1 SGDID:S000000004, Chr I from 141431-139503, Genome Release # Database: orf_trans -# Fields: query id, subject id, alignment length, query length, subject length,  +# Fields: query id, subject id, alignment length, query length, subject length, # 2 hits found -YAL005C YAL005C 643     643     643     1       643     1       643     0.0 -YAL005C YLL024C 643     643     640     1       643     1       640     0.0 +YAL005C YAL005C 643 643 643 1 643 1 643 0.0 +YAL005C YLL024C 643 643 640 1 643 1 640 0.0 ... -sp|Q3LFU0|CP1A1_BALAC   YHR007C 531     23.83   2e-12   49      ERG11 SGDID:S000 -sp|P56590|CP1A1_CANFA   YHR007C 531     24.10   1e-14   48      ERG11 SGDID:S000 -sp|Q06367|CP1A1_CAVPO   YDR402C 490     28.03   7e-13   49      DIT2 SGDID:S0000 -sp|Q92039|CP1A1_CHACA   YHR007C 531     23.81   8e-09   40      ERG11 SGDID:S000 +sp|Q3LFU0|CP1A1_BALAC YHR007C 531 23.83 2e-12 49 ERG11 SGDID:S000 +sp|P56590|CP1A1_CANFA YHR007C 531 24.10 1e-14 48 ERG11 SGDID:S000 +sp|Q06367|CP1A1_CAVPO YDR402C 490 28.03 7e-13 49 DIT2 SGDID:S0000 +sp|Q92039|CP1A1_CHACA YHR007C 531 23.81 8e-09 40 ERG11 SGDID:S000 ... oneils@atmosphere ~/apcb/intro$ mkdir fasta_stats oneils@atmosphere ~/apcb/intro$ cd fasta_stats/ @@ -626,7 +626,7 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ wget http://library.open.oregonstate .edu/doc/computationalbiology/fasta_stats Resolving library.open.oregonstate.edu (library.open.oregonstate.edu)... ... -oneils@atmosphere ~/apcb/intro/fasta_stats$ chmod +x fasta_stats  +oneils@atmosphere ~/apcb/intro/fasta_stats$ chmod +x fasta_stats oneils@atmosphere ~/apcb/intro/fasta_stats$ wget http://library.open.oregonstate .edu/doc/computationalbiology/pz_cDNAs.fasta Resolving library.open.oregonstate.edu (library.open.oregonstate.edu)... @@ -636,8 +636,8 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ http://library.open.oregonstate Resolving library.open.oregonstate.edu (library.open.oregonstate.edu)... ... oneils@atmosphere ~/apcb/intro/fasta_stats$ ls -fasta_stats  pz_cDNAs.fasta  pz_cDNAs_sample.fasta -oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs_sample.fasta  +fasta_stats pz_cDNAs.fasta pz_cDNAs_sample.fasta +oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs_sample.fasta # Column 1: Sequence ID # Column 2: GC content # Column 3: Length @@ -655,7 +655,7 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs_sample.fasta Processing sequence ID PZ7180000031590 Processing sequence ID PZ7180000000004_TX oneils@atmosphere ~/apcb/intro/fasta_stats$ ls -fasta_stats  pz_cDNAs.fasta  pz_cDNAs_sample.fasta  pz_sample_stats.txt +fasta_stats pz_cDNAs.fasta pz_cDNAs_sample.fasta pz_sample_stats.txt # Column 1: Sequence ID # Column 2: GC content # Column 3: Length @@ -664,14 +664,14 @@ fasta_stats  pz_cDNAs.fasta  pz_cDNAs_sample.fasta  pz_sample_stats.txt # Column 6: Repeat unit of longest simple perfect repeat (2 to 10 chars) # Column 7: Length of repeat (in characters) # Column 8: Repeat type (dinucleotide, trinucleotide, etc.) -PZ7180000031590 0.378   486     ACAAA   5       unit:ATTTA      10      pentanuc -PZ7180000000004_TX      0.279   1000    AAATA   12      unit:TAA        12       +PZ7180000031590 0.378 486 ACAAA 5 unit:ATTTA 10 pentanuc +PZ7180000000004_TX 0.279 1000 AAATA 12 unit:TAA 12 pz_sample_stats.txt (END) oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs_sample.fasta > pz_sample_stats.txt 2> pz_sample_stats.err.txt oneils@atmosphere ~/apcb/intro/fasta_stats$ ls -fasta_stats     pz_cDNAs_sample.fasta    pz_sample_stats.txt -pz_cDNAs.fasta  pz_sample_stats.err.txt +fasta_stats pz_cDNAs_sample.fasta pz_sample_stats.txt +pz_cDNAs.fasta pz_sample_stats.err.txt oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta > pz_st ats.txt # Column 1: Sequence ID @@ -682,26 +682,26 @@ ats.txt # Column 6: Repeat unit of longest simple perfect repeat (2 to 10 chars) # Column 7: Length of repeat (in characters) # Column 8: Repeat type (dinucleotide, trinucleotide, etc.) -PZ832049        0.321   218     CTTAA   4       unit:CGT        6       trinucle -PZ21878_A       0.162   172     ATTAA   8       unit:ATT        6       trinucle -PZ439397        0.153   111     TTAAT   5       unit:GAAAT      10      pentanuc -PZ16108_A       0.157   191     ATTAA   7       unit:ATT        6       trinucle -PZ21537_A       0.158   82      TTATT   3       unit:ATT        6       trinucle -PZ535325        0.108   120     AATTA   6       unit:TA 6       dinucleotide +PZ832049 0.321 218 CTTAA 4 unit:CGT 6 trinucle +PZ21878_A 0.162 172 ATTAA 8 unit:ATT 6 trinucle +PZ439397 0.153 111 TTAAT 5 unit:GAAAT 10 pentanuc +PZ16108_A 0.157 191 ATTAA 7 unit:ATT 6 trinucle +PZ21537_A 0.158 82 TTATT 3 unit:ATT 6 trinucle +PZ535325 0.108 120 AATTA 6 unit:TA 6 dinucleotide ... oneils@atmosphere ~/apcb/intro/fasta_stats$ grep 'unit:' pz_stats.txt > pz_stats .table -PZ832049        0.321   218     CTTAA   4       unit:CGT        6       trinucle -PZ21878_A       0.162   172     ATTAA   8       unit:ATT        6       trinucle -PZ439397        0.153   111     TTAAT   5       unit:GAAAT      10      pentanuc -PZ16108_A       0.157   191     ATTAA   7       unit:ATT        6       trinucle -PZ21537_A       0.158   82      TTATT   3       unit:ATT        6       trinucle -PZ535325        0.108   120     AATTA   6       unit:TA 6       dinucleotide +PZ832049 0.321 218 CTTAA 4 unit:CGT 6 trinucle +PZ21878_A 0.162 172 ATTAA 8 unit:ATT 6 trinucle +PZ439397 0.153 111 TTAAT 5 unit:GAAAT 10 pentanuc +PZ16108_A 0.157 191 ATTAA 7 unit:ATT 6 trinucle +PZ21537_A 0.158 82 TTATT 3 unit:ATT 6 trinucle +PZ535325 0.108 120 AATTA 6 unit:TA 6 dinucleotide ... -oneils@atmosphere ~/apcb/intro/fasta_stats$ wc pz_stats.table  -  471  3297 21131 pz_stats.table +oneils@atmosphere ~/apcb/intro/fasta_stats$ wc pz_stats.table + 471 3297 21131 pz_stats.table oneils@atmosphere ~/apcb/intro/fasta_stats$ grep 'unit:' pz_stats.txt | wc -    471    3297   21131 + 471 3297 21131 oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | gre p 'unit:' | wc oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ @@ -710,34 +710,34 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ oneils@atmostphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ > grep 'unit:AT' | \ > less -S -PZ21878_A       0.162   172     ATTAA   8       unit:ATT        6       trinucle -PZ16108_A       0.157   191     ATTAA   7       unit:ATT        6       trinucle -PZ21537_A       0.158   82      TTATT   3       unit:ATT        6       trinucle -PZ7180000031590 0.378   486     ACAAA   5       unit:ATTTA      10      pentanuc -PZ7180000031597 0.287   403     ATTAT   6       unit:ATTTTG     12      hexanucl -PZ7180000025478 0.516   829     TGATG   18      unit:ATG        18      trinucle +PZ21878_A 0.162 172 ATTAA 8 unit:ATT 6 trinucle +PZ16108_A 0.157 191 ATTAA 7 unit:ATT 6 trinucle +PZ21537_A 0.158 82 TTATT 3 unit:ATT 6 trinucle +PZ7180000031590 0.378 486 ACAAA 5 unit:ATTTA 10 pentanuc +PZ7180000031597 0.287 403 ATTAT 6 unit:ATTTTG 12 hexanucl +PZ7180000025478 0.516 829 TGATG 18 unit:ATG 18 trinucle ... oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ > grep 'unit:AT' | \ > grep 'dinucleotide' | \ > less -S -PZ7180000031598 0.209   81      AATAT   5       unit:AT 6       dinucleotide -PZ463243        0.226   97      TTGTA   3       unit:AT 4       dinucleotide -PZ7180000000106_T       0.246   1044    AAAAA   22      unit:AT 10      dinucleo -PZ17593_A       0.157   76      ATTAA   5       unit:AT 4       dinucleotide -PZ492422        0.144   90      ATTAA   5       unit:AT 4       dinucleotide -PZ22453_A       0.267   269     ATTAA   8       unit:AT 4       dinucleotide +PZ7180000031598 0.209 81 AATAT 5 unit:AT 6 dinucleotide +PZ463243 0.226 97 TTGTA 3 unit:AT 4 dinucleotide +PZ7180000000106_T 0.246 1044 AAAAA 22 unit:AT 10 dinucleo +PZ17593_A 0.157 76 ATTAA 5 unit:AT 4 dinucleotide +PZ492422 0.144 90 ATTAA 5 unit:AT 4 dinucleotide +PZ22453_A 0.267 269 ATTAA 8 unit:AT 4 dinucleotide ... -  GNU nano 2.2.6             File: count_ATs.sh                                  + GNU nano 2.2.6 File: count_ATs.sh #!/bin/bash if [ $# -ne 1 ]; then -    echo "Wrong number of parameters." -    echo "Usage: count_ATs.sh " -    exit + echo "Wrong number of parameters." + echo "Usage: count_ATs.sh " + exit fi @@ -745,15 +745,15 @@ export file=$1 fasta_stats $file | \ -    grep 'unit:AT' | \ -    grep 'dinucleotide' | \ -    wc + grep 'unit:AT' | \ + grep 'dinucleotide' | \ + wc -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell -oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs_sample.fasta  +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell +oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs_sample.fasta # Column 1: Sequence ID # Column 2: GC content # Column 3: Length @@ -770,30 +770,30 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ > grep -v '#' | \ > sort -k7,7nr | \ > less -S -PZ805359        0.0     101     ATATA   47      unit:AT 94      dinucleotide -PZ796092        0.365   361     TACGT   9       unit:GTACGT     48      hexanucl -PZ7180000019700 0.375   564     GAGTG   12      unit:GAGTG      30      pentanuc -PZ7180000028921 0.31    561     TGTAA   8       unit:CTGTG      30      pentanuc -PZ851952        0.399   338     TATAT   12      unit:AT 24      dinucleotide -PZ7180000000664_B       0.3     652     TTTTT   18      unit:TAAAATTAT  18       -PZ7180000023622 0.31    687     TTAAT   9       unit:TGA        18      trinucle -PZ7180000023665_ATQ     0.401   508     ACTGA   5       unit:TGACACTGA  18       -PZ7180000025478 0.516   829     TGATG   18      unit:ATG        18      trinucle -PZ7180000030412 0.461   258     TGATG   8       unit:ATG        18      trinucle -PZ7180000036892 0.268   548     AATAA   16      unit:TAA        18      trinucle -PZ801814        0.262   255     TTACA   5       unit:TATTTACAT  18      enneanuc +PZ805359 0.0 101 ATATA 47 unit:AT 94 dinucleotide +PZ796092 0.365 361 TACGT 9 unit:GTACGT 48 hexanucl +PZ7180000019700 0.375 564 GAGTG 12 unit:GAGTG 30 pentanuc +PZ7180000028921 0.31 561 TGTAA 8 unit:CTGTG 30 pentanuc +PZ851952 0.399 338 TATAT 12 unit:AT 24 dinucleotide +PZ7180000000664_B 0.3 652 TTTTT 18 unit:TAAAATTAT 18 +PZ7180000023622 0.31 687 TTAAT 9 unit:TGA 18 trinucle +PZ7180000023665_ATQ 0.401 508 ACTGA 5 unit:TGACACTGA 18 +PZ7180000025478 0.516 829 TGATG 18 unit:ATG 18 trinucle +PZ7180000030412 0.461 258 TGATG 8 unit:ATG 18 trinucle +PZ7180000036892 0.268 548 AATAA 16 unit:TAA 18 trinucle +PZ801814 0.262 255 TTACA 5 unit:TATTTACAT 18 enneanuc ... oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ > grep -v '#' | \ > sort -k7,7nr -k2,2gr | \ > sort -k7,7nr -u | \ > less -S -PZ805359        0.0     101     ATATA   47      unit:AT 94      dinucleotide -PZ796092        0.365   361     TACGT   9       unit:GTACGT     48      hexanucl -PZ7180000019700 0.375   564     GAGTG   12      unit:GAGTG      30      pentanuc -PZ851952        0.399   338     TATAT   12      unit:AT 24      dinucleotide -PZ7180000025478 0.516   829     TGATG   18      unit:ATG        18      trinucle -PZ7180000000447_B       0.484   578     ATCCA   7       unit:TCCA       16       +PZ805359 0.0 101 ATATA 47 unit:AT 94 dinucleotide +PZ796092 0.365 361 TACGT 9 unit:GTACGT 48 hexanucl +PZ7180000019700 0.375 564 GAGTG 12 unit:GAGTG 30 pentanuc +PZ851952 0.399 338 TATAT 12 unit:AT 24 dinucleotide +PZ7180000025478 0.516 829 TGATG 18 unit:ATG 18 trinucle +PZ7180000000447_B 0.484 578 ATCCA 7 unit:TCCA 16 ... @DB775P1:229:C1JDAACXX:3:1101:17936:7565 1:N:0: CTATTACTGCCTGCAACAACATAAGGATACCATAAATTGTAATTCTTAACAAAGCAGAGATCGGAAGAGCGGTTCAGCAG @@ -809,37 +809,37 @@ GTAACTGCACCATATGCTGGATTCTGGACAATGAATATCGAAGTAAATAAGAAAACCTCATACCTCATCTTTCTCAATGG BCCDFFEFHHHHHJJJJJIJIJJIJJJJJIIGIIIDFIIJIJIFHIJGGIGIJJJIJHJIGHGDIJCEEGHIGIGCACEF ... # BLASTP 2.2.30+ -# Query: YAL003W EFB1 SGDID:S000000003, Chr I from 142174-142253,142620-143160,  +# Query: YAL003W EFB1 SGDID:S000000003, Chr I from 142174-142253,142620-143160, # Database: orf_trans -# Fields: query id, subject id, alignment length, query length, subject length,  +# Fields: query id, subject id, alignment length, query length, subject length, # 1 hits found -YAL003W YAL003W 207     207     207     1       207     1       207     2e-148 +YAL003W YAL003W 207 207 207 1 207 1 207 2e-148 # BLASTP 2.2.30+ # Query: YAL005C SSA1 SGDID:S000000004, Chr I from 141431-139503, Genome Release # Database: orf_trans -# Fields: query id, subject id, alignment length, query length, subject length,  +# Fields: query id, subject id, alignment length, query length, subject length, # 2 hits found -YAL005C YAL005C 643     643     643     1       643     1       643     0.0 -YAL005C YLL024C 643     643     640     1       643     1       640     0.0 +YAL005C YAL005C 643 643 643 1 643 1 643 0.0 +YAL005C YLL024C 643 643 640 1 643 1 640 0.0 ... oneils@atmosphere ~/apcb/intro/blast$ cat yeast_blastp_yeast_top2.txt | \ > grep -v '#' | \ > awk '{if($1 != $2) {print $0}}' | \ > less -S -YDR534C YOR383C 134     529     205     1       129     1       134     7e-33 -YDR536W YEL069C 525     570     565     21      532     50      553     6e-59 -YDR541C YOL151W 342     345     343     4       345     2       343     6e-150 -YDR542W YGL261C 121     121     121     1       121     1       121     3e-83 -YDR545W YOR396W 1797    1797    1797    1       1797    1       1797    0.0 -YDR545W YLR467W 1797    1797    1797    1       1797    1       1797    0.0 -YEL006W YIL006W 330     336     374     15      330     41      365     4e-130 +YDR534C YOR383C 134 529 205 1 129 1 134 7e-33 +YDR536W YEL069C 525 570 565 21 532 50 553 6e-59 +YDR541C YOL151W 342 345 343 4 345 2 343 6e-150 +YDR542W YGL261C 121 121 121 1 121 1 121 3e-83 +YDR545W YOR396W 1797 1797 1797 1 1797 1 1797 0.0 +YDR545W YLR467W 1797 1797 1797 1 1797 1 1797 0.0 +YEL006W YIL006W 330 336 374 15 330 41 365 4e-130 ... oneils@atmosphere ~/apcb/intro/blast$ cat yeast_blastp_yeast_top2.txt | \ > grep -v '#' | \ > awk '{if($1 != $2) {print $0}}' | \ > sort -k1,1d -u | \ > wc -   2884   28840  138048 + 2884 28840 138048 oneils@atmosphere ~/apcb/intro/blast$ cat yeast_blastp_yeast_top2.txt | \ > grep -v '#' | \ > awk '{print $1,$2}' @@ -857,16 +857,16 @@ YAL003W:::YAL003W oneils@atmosphere ~/apcb/intro/blast$ cat yeast_blastp_yeast_top2.txt | \ > grep -v '#' | \ > awk '{print NR,$0}' -1 YAL001C       YAL001C 1161    1161    1161    1       1161    1       1161     -2 YAL002W       YAL002W 1275    1275    1275    1       1275    1       1275     -3 YAL003W       YAL003W 207     207     207     1       207     1       207      +1 YAL001C YAL001C 1161 1161 1161 1 1161 1 1161 +2 YAL002W YAL002W 1275 1275 1275 1 1275 1 1275 +3 YAL003W YAL003W 207 207 207 1 207 1 207 ... oneils@atmosphere ~/apcb/intro/blast$ cat yeast_blastp_yeast_top2.txt | \ > grep -v '#' | \ > awk '{if($10 < 1e-10) {print $0}}' -YAL001C YAL001C 1161    1161    1161    1       1161    1       1161    0.0 -YAL002W YAL002W 1275    1275    1275    1       1275    1       1275    0.0 -YAL003W YAL003W 207     207     207     1       207     1       207     2e-148 +YAL001C YAL001C 1161 1161 1161 1 1161 1 1161 0.0 +YAL002W YAL002W 1275 1275 1275 1 1275 1 1275 0.0 +YAL003W YAL003W 207 207 207 1 207 1 207 2e-148 ... oneils@atmosphere ~/apcb/intro/blast$ cat yeast_blastp_yeast_top2.txt | \ > grep -v '#' | \ @@ -888,8 +888,8 @@ great YAL022C YAL022C 0.0 oneils@atmosphere ~/apcb/intro/blast$ cat yeast_blastp_yeast_top2.txt | \ > grep -v '#' | \ > awk '{if($1 == "YAL054C") {print $0}}' -YAL054C YAL054C 714     714     714     1       714     1       714     0.0 -YAL054C YLR153C 645     714     684     73      712     37      674     0.0 +YAL054C YAL054C 714 714 714 1 714 1 714 0.0 +YAL054C YLR153C 645 714 684 73 712 37 674 0.0 oneils@atmosphere ~/apcb/intro/blast$ cat yeast_blastp_yeast_top2.txt | \ > grep -v '#' | \ > awk '{print $1,$2,$4/$5}' @@ -964,7 +964,7 @@ PZ15501-gene_A oneils@atmosphere ~/apcb/intro/fasta_stats$ cat pz_cDNAs.fasta | \ > grep -E '>[^_[:space:]]+(_[A-Z]+){0,1}' | \ > wc -    471    1413   15279 + 471 1413 15279 ... >PZ456916-gene nReads=1 cov=1 AAACTGTCTCTAATTAATTTATAAAATTTAATTTTTTAGTAAAAAAGCTAAAATAATTTTAAAAGACGAG @@ -989,7 +989,7 @@ TGAAGAGTTCCTGAAAAAATTCCCTGCGGGCAAAGTACCGGCTTATGAAAGTGCTGATGGAAAAGTGGTG >YAL003W EFB1 SGDID:S000000003, Chr I from 142174-142253,142620-143160, Genome R ... oneils@atmosphere ~/apcb/intro/fasta_stats$ cat lines.txt | tr '\n' '#' -line 1#line 2#line 3#oneils@atmosphere ~/apcb/intro/fasta_stats$  +line 1#line 2#line 3#oneils@atmosphere ~/apcb/intro/fasta_stats$ >PZ7180000027934 nReads=5 cov=2.32231@TTTAATGATCAGTAAAGTTATAGTAGTTGTATGTACAATATT >PZ456916 nReads=1 cov=1@AAACTGTCTCTAATTAATTTATAAAATTTAATTTTTTAGTAAAAAAGCTAAAATA >PZ7180000037718 nReads=9 cov=6.26448@ACTTTTTTTTTAATTTATTTAATTATATTAACTAATAAATCC @@ -1001,39 +1001,39 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ blastx -query pz_cDNAs.fasta \ > -max_hsps 1 \ > -outfmt 6 \ > -out pz_blastx_yeast_top1.txt -PZ7180000000004_TX      YPR181C 58.33   36      15      0       891     998      -PZ7180000000004_TY      YKL081W 31.07   338     197     8       13      993      -PZ7180000000067_AF      YMR226C 40.00   60      34      1       60      239      -PZ7180000031592 YGL130W 58.33   36      14      1       478     374     225      -PZ1082_AB       YHR104W 44.92   118     62      3       4       348     196      -PZ11_FX YLR406C 53.01   83      38      1       290     42      25      106      +PZ7180000000004_TX YPR181C 58.33 36 15 0 891 998 +PZ7180000000004_TY YKL081W 31.07 338 197 8 13 993 +PZ7180000000067_AF YMR226C 40.00 60 34 1 60 239 +PZ7180000031592 YGL130W 58.33 36 14 1 478 374 225 +PZ1082_AB YHR104W 44.92 118 62 3 4 348 196 +PZ11_FX YLR406C 53.01 83 38 1 290 42 25 106 ... oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ > grep -v '#' > pz_stats.table -PZ832049        0.321   218     CTTAA   4       unit:CGT        6       trinucle -PZ21878_A       0.162   172     ATTAA   8       unit:ATT        6       trinucle -PZ439397        0.153   111     TTAAT   5       unit:GAAAT      10      pentanuc -PZ16108_A       0.157   191     ATTAA   7       unit:ATT        6       trinucle -PZ21537_A       0.158   82      TTATT   3       unit:ATT        6       trinucle -PZ535325        0.108   120     AATTA   6       unit:TA 6       dinucleotide +PZ832049 0.321 218 CTTAA 4 unit:CGT 6 trinucle +PZ21878_A 0.162 172 ATTAA 8 unit:ATT 6 trinucle +PZ439397 0.153 111 TTAAT 5 unit:GAAAT 10 pentanuc +PZ16108_A 0.157 191 ATTAA 7 unit:ATT 6 trinucle +PZ21537_A 0.158 82 TTATT 3 unit:ATT 6 trinucle +PZ535325 0.108 120 AATTA 6 unit:TA 6 dinucleotide ... oneils@atmosphere ~/apcb/intro/fasta_stats$ cat pz_stats.txt | \ > sort -k1,1d > pz_stats.sorted.txt oneils@atmosphere ~/apcb/intro/fasta_stats$ cat pz_blastx_yeast_top1.txt | \ -> sort -k1,1d > pz_blastx_yeast_top1.sorted.txt  +> sort -k1,1d > pz_blastx_yeast_top1.sorted.txt PZ1028_K 0.409 403 TTCAT 4 unit:CTTCT 10 pentanucleotide YDR146C 36.07 61 36 2 1 PZ1082_AB 0.404 373 TTTGC 4 unit:GCA 6 trinucleotide YHR104W 44.92 118 62 3 4 34 -PZ11_FX 0.435 400 CCCTT 4 unit:CAT 9 trinucleotide YLR406C 53.01 83 38 1 290 42  -PZ3202_E 0.463 496 AGAGT 5 unit:TGGC 8 tetranucleotide YBR247C 64.00 25 9 0 344  +PZ11_FX 0.435 400 CCCTT 4 unit:CAT 9 trinucleotide YLR406C 53.01 83 38 1 290 42 +PZ3202_E 0.463 496 AGAGT 5 unit:TGGC 8 tetranucleotide YBR247C 64.00 25 9 0 344 PZ483608 0.391 462 AATGT 4 unit:CAAGA 10 pentanucleotide YMR100W 44.44 27 15 0 4 -PZ488295 0.665 428 CGCGC 9 unit:GC 10 dinucleotide YIL106W 35.00 140 87 3 410 3  +PZ488295 0.665 428 CGCGC 9 unit:GC 10 dinucleotide YIL106W 35.00 140 87 3 410 3 ... -PZ1028_K             0.409  403   TTCAT  4   unit:CTTCT   10  pentanucleotide  Y -PZ1082_AB            0.404  373   TTTGC  4   unit:GCA     6   trinucleotide    Y -PZ11_FX              0.435  400   CCCTT  4   unit:CAT     9   trinucleotide    Y -PZ3202_E             0.463  496   AGAGT  5   unit:TGGC    8   tetranucleotide  Y -PZ483608             0.391  462   AATGT  4   unit:CAAGA   10  pentanucleotide  Y -PZ488295             0.665  428   CGCGC  9   unit:GC      10  dinucleotide     Y +PZ1028_K 0.409 403 TTCAT 4 unit:CTTCT 10 pentanucleotide Y +PZ1082_AB 0.404 373 TTTGC 4 unit:GCA 6 trinucleotide Y +PZ11_FX 0.435 400 CCCTT 4 unit:CAT 9 trinucleotide Y +PZ3202_E 0.463 496 AGAGT 5 unit:TGGC 8 tetranucleotide Y +PZ483608 0.391 462 AATGT 4 unit:CAAGA 10 pentanucleotide Y +PZ488295 0.665 428 CGCGC 9 unit:GC 10 dinucleotide Y ... oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ > grep -v '#' | \ @@ -1041,19 +1041,19 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ ./fasta_stats pz_cDNAs.fasta | \ > sort | \ > uniq -c | \ > less -S -     44 AAAAA -      1 AAAAG -     12 AAAAT -     24 AAATA -      1 AAATG -     10 AAATT + 44 AAAAA + 1 AAAAG + 12 AAAAT + 24 AAATA + 1 AAATG + 10 AAATT ... -     90 1 -     18 2 -      4 3 -      5 4 -      5 5 -      1 6 + 90 1 + 18 2 + 4 3 + 5 4 + 5 5 + 1 6 ... oneils@atmosphere ~/apcb/intro/fasta_stats$ cat pz_cDNAs.fasta | \ > grep '>' | \ @@ -1063,12 +1063,12 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ cat pz_cDNAs.fasta | \ 2 2 ... -    281 1 -     48 2 -     41 3 -     26 4 -     16 5 -      8 6 + 281 1 + 48 2 + 41 3 + 26 4 + 16 5 + 8 6 ... oneils@atmosphere ~/apcb/intro/fasta_stats$ cat pz_cDNAs.fasta | \ > grep '>' | \ @@ -1082,66 +1082,66 @@ oneils@atmosphere ~/apcb/intro/fasta_stats$ cat pz_cDNAs.fasta | \ -  300 ++-----+------+------+------+------+-----+------+------+------+-----++ -      A      +      +      +      +      +     +      "-" using 2:1 + A    + -      |                                                                    | -  250 ++                                                                  ++ -      |                                                                    | -      |                                                                    | -  200 ++                                                                  ++ -      |                                                                    | -      |                                                                    | -  150 ++                                                                  ++ -      |                                                                    | -      |                                                                    | -      |                                                                    | -  100 ++                                                                  ++ -      |                                                                    | -      |                                                                    | -   50 +A                                                                  ++ -      |A                                                                   | -      + A    +      +      +      +      +     +      +      +      +      + -    0 ++-AAAAAAAAAAAA-----A+------+-----A+---A-+------+------+------+---A-A+ -      0      20     40     60     80    100   120    140    160    180    200 -  1000 ++-----+---+--+-+-+++-++-----+---+--+--++-++++------+---+--+-+-++-+++ -       +                      +                     Coverage Counts   A    + -       +                                                                   + -       A                                                                   + -       +                                                                   + -       |                                                                   | -   100 ++                                                                 ++ -       +                                                                   + -       +      A                                                            + -       +          A                                                        + -       +             A                                                     + -       +               A                                                   + -       |                                                                   | -    10 ++                AA                                               ++ -       +                   A                                               + -       +                     A A                                           + -       +                      A                                            + -       +                       AAA AA                                      + -       +                      +                     +                      + -     1 ++-----+---+--+-+-+++-++---A-+AAAAAAAA-+A-+++A-A----A---+--+-+-++-+++ -       1                      10                   100                    1000 + 300 ++-----+------+------+------+------+-----+------+------+------+-----++ + A + + + + + + "-" using 2:1 + A + + | | + 250 ++ ++ + | | + | | + 200 ++ ++ + | | + | | + 150 ++ ++ + | | + | | + | | + 100 ++ ++ + | | + | | + 50 +A ++ + |A | + + A + + + + + + + + + + + 0 ++-AAAAAAAAAAAA-----A+------+-----A+---A-+------+------+------+---A-A+ + 0 20 40 60 80 100 120 140 160 180 200 + 1000 ++-----+---+--+-+-+++-++-----+---+--+--++-++++------+---+--+-+-++-+++ + + + Coverage Counts A + + + + + A + + + + + | | + 100 ++ ++ + + + + + A + + + A + + + A + + + A + + | | + 10 ++ AA ++ + + A + + + A A + + + A + + + AAA AA + + + + + + + 1 ++-----+---+--+-+-+++-++---A-+AAAAAAAA-+A-+++A-A----A---+--+-+-++-+++ + 1 10 100 1000 oneils@atmosphere ~/apcb/intro/temp$ ls -file10.tmp  file13.tmp  file16.tmp  file19.tmp  file2.tmp  file5.tmp  file8.tmp -file11.tmp  file14.tmp  file17.tmp  file1.tmp   file3.tmp  file6.tmp  file9.tmp -file12.tmp  file15.tmp  file18.tmp  file20.tmp  file4.tmp  file7.tmp +file10.tmp file13.tmp file16.tmp file19.tmp file2.tmp file5.tmp file8.tmp +file11.tmp file14.tmp file17.tmp file1.tmp file3.tmp file6.tmp file9.tmp +file12.tmp file15.tmp file18.tmp file20.tmp file4.tmp file7.tmp oneils@atmosphere ~/apcb/intro/temp$ for i in $(ls *.tmp); do mv $i $i.txt; done oneils@atmosphere ~/apcb/intro/temp$ ls -file10.tmp.txt  file14.tmp.txt  file18.tmp.txt  file2.tmp.txt  file6.tmp.txt -file11.tmp.txt  file15.tmp.txt  file19.tmp.txt  file3.tmp.txt  file7.tmp.txt -file12.tmp.txt  file16.tmp.txt  file1.tmp.txt   file4.tmp.txt  file8.tmp.txt -file13.tmp.txt  file17.tmp.txt  file20.tmp.txt  file5.tmp.txt  file9.tmp.txt +file10.tmp.txt file14.tmp.txt file18.tmp.txt file2.tmp.txt file6.tmp.txt +file11.tmp.txt file15.tmp.txt file19.tmp.txt file3.tmp.txt file7.tmp.txt +file12.tmp.txt file16.tmp.txt file1.tmp.txt file4.tmp.txt file8.tmp.txt +file13.tmp.txt file17.tmp.txt file20.tmp.txt file5.tmp.txt file9.tmp.txt #!/bin/bash for i in $(ls *.tmp); do -    mv $i $i.txt; + mv $i $i.txt; done oneils@atmosphere ~/apcb/intro/temp$ ls -1 *.tmp* | \ -> awk '{print "mv "$1" "$1}'  +> awk '{print "mv "$1" "$1}' mv file10.tmp.txt file10.tmp.txt mv file11.tmp.txt file11.tmp.txt mv file12.tmp.txt file12.tmp.txt @@ -1155,12 +1155,12 @@ oneils@atmosphere ~/apcb/intro/temp$ ls -1 *.tmp.* | \ > sed -r 's/\.tmp//2' | \ > bash oneils@atmosphere ~/apcb/intro/temp$ ls -file10.txt  file13.txt  file16.txt  file19.txt  file2.txt  file5.txt  file8.txt -file11.txt  file14.txt  file17.txt  file1.txt   file3.txt  file6.txt  file9.txt -file12.txt  file15.txt  file18.txt  file20.txt  file4.txt  file7.txt +file10.txt file13.txt file16.txt file19.txt file2.txt file5.txt file8.txt +file11.txt file14.txt file17.txt file1.txt file3.txt file6.txt file9.txt +file12.txt file15.txt file18.txt file20.txt file4.txt file7.txt oneils@atmosphere ~/projects/p450s$ ls -dmel-all-translation-r6.02.fasta  p450s.fasta.aln      p450s_hmmsearch_dmel.txt -p450s.fasta                       p450s.fasta.aln.hmm  runhmmer.sh +dmel-all-translation-r6.02.fasta p450s.fasta.aln p450s_hmmsearch_dmel.txt +p450s.fasta p450s.fasta.aln.hmm runhmmer.sh oneils@atmosphere ~/projects/p450s$ git init Initialized empty Git repository in /home/oneils/projects/p450s/.git/ oneils@atmosphere ~/projects/p450s$ git add runhmmer.sh @@ -1170,12 +1170,12 @@ oneils@atmosphere ~/projects/p450s$ git status # Initial commit # # Changes to be committed: -#   (use "git rm --cached ..." to unstage) +# (use "git rm --cached ..." to unstage) # -# new file:   runhmmer.sh +# new file: runhmmer.sh # # Untracked files: -#   (use "git add ..." to include in what will be committed) +# (use "git add ..." to include in what will be committed) # # dmel-all-translation-r6.02.fasta # p450s.fasta @@ -1184,34 +1184,34 @@ oneils@atmosphere ~/projects/p450s$ git status # p450s_hmmsearch_dmel.txt oneils@atmosphere ~/projects/p450s$ git commit -m 'Added runhmmer.sh' [master (root-commit) ec46950] Added runhmmer.sh - 1 file changed, 20 insertions(+) - create mode 100755 runhmmer.sh + 1 file changed, 20 insertions(+) + create mode 100755 runhmmer.sh oneils@atmosphere ~/projects/p450s$ ls -dmel-all-translation-r6.02.fasta  p450s.fasta.aln.hmm       runhmmer.sh -p450s.fasta                       p450s_hmmsearch_dmel.txt -p450s.fasta.aln                   README.txt +dmel-all-translation-r6.02.fasta p450s.fasta.aln.hmm runhmmer.sh +p450s.fasta p450s_hmmsearch_dmel.txt +p450s.fasta.aln README.txt oneils@atmosphere ~/projects/p450s$ git add runhmmer.sh oneils@atmosphere ~/projects/p450s$ git add README.txt oneils@atmosphere ~/projects/p450s$ git commit -m 'New readme, changed -runhmmer'  +runhmmer' [master 50c11fe] New readme, changed runhmmer - 2 files changed, 6 insertions(+), 1 deletion(-) - create mode 100644 README.txt + 2 files changed, 6 insertions(+), 1 deletion(-) + create mode 100644 README.txt oneils@atmosphere ~/projects/p450s$ git log commit 50c11fe4fbe23c2615c3e56161cd122432f323df Author: Shawn O'Neil -Date:   Thu Feb 26 01:44:35 2015 -0700 +Date: Thu Feb 26 01:44:35 2015 -0700 -    New readme, changed runhmmer + New readme, changed runhmmer commit ec46950b36d3fe027b6ae50f0358f8ead02cb937 Author: Shawn O'Neil -Date:   Thu Feb 26 01:38:50 2015 -0700 +Date: Thu Feb 26 01:38:50 2015 -0700 -    Added runhmmer.sh + Added runhmmer.sh diff --git a/README.txt b/README.txt deleted file mode 100644 index 6bf2ae5..0000000 @@ -1220,84 +1220,84 @@ index 6bf2ae5..0000000 @@ -1,4 +0,0 @@ -This project aims at using HMMER to search -for p450-1A1 genes against the D. melanogaster --protein dataset.  +-protein dataset. - diff --git a/runhmmer.sh b/runhmmer.sh index 652b435..04b368c 100755 --- a/runhmmer.sh +++ b/runhmmer.sh @@ -1,7 +1,5 @@ - #!/bin/bash -  + #!/bin/bash + ... ... -PZ7180000023260_APN     GO:0005515      btb poz domain containing protein -PZ7180000035568_APN     GO:0005515      btb poz domain containing protein -PZ7180000020052_APQ     GO:0055114      isocitrate dehydrogenase (nad+) -PZ7180000020052_APQ     GO:0006099      isocitrate dehydrogenase (nad+) -PZ7180000020052_APQ     GO:0004449      isocitrate dehydrogenase (nad+) +PZ7180000023260_APN GO:0005515 btb poz domain containing protein +PZ7180000035568_APN GO:0005515 btb poz domain containing protein +PZ7180000020052_APQ GO:0055114 isocitrate dehydrogenase (nad+) +PZ7180000020052_APQ GO:0006099 isocitrate dehydrogenase (nad+) +PZ7180000020052_APQ GO:0004449 isocitrate dehydrogenase (nad+) ... oneils@atmosphere ~/apcb/py$ nano -w -i -E -T 4 helloworld.py -  GNU nano 2.2.6             File: helloworld.py                      Modified   + GNU nano 2.2.6 File: helloworld.py Modified print("Hello world!") -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell -oneils@atmosphere ~/apcb/py$ python helloworld.py  +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell +oneils@atmosphere ~/apcb/py$ python helloworld.py Hello world! -oneils@atmosphere ~/apcb/py$  -  GNU nano 2.2.6             File: helloworld.py                                 +oneils@atmosphere ~/apcb/py$ + GNU nano 2.2.6 File: helloworld.py #!/usr/bin/env python print("Hello world!") -                               [ Wrote 2 lines ] -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell + [ Wrote 2 lines ] +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell oneils@atmosphere ~/apcb/py$ ls helloworld.py oneils@atmosphere ~/apcb/py$ chmod +x helloworld.py -oneils@atmosphere ~/apcb/py$ ./helloworld.py  +oneils@atmosphere ~/apcb/py$ ./helloworld.py Hello world! -oneils@atmosphere ~/apcb/py$  +oneils@atmosphere ~/apcb/py$ oneils@atmosphere ~$ echo "alias nanopy='nano -w -i -E -T 4 '" >> ~/.bashrc print("Hello world!") -exons = 10                        # an int holding 10 -theta = 5.64                      # a float holding 5.64 -exons_as_float = float(exons)     # return 10.0 (a float) -theta_as_int = int(theta)         # returns 5 (an int) -a = 10                            # an int -b = 3                             # an int -answer_1 = a/b                    # int/int returns int: 3 -answer_2 = a/float(b)             # int/float returns float: 3.333 -c = 2.55                          # a float -answer_3 = (b + c)*a              # (int+float)*int returns (float)*int -                                  #    returns float: 55.5 +exons = 10 # an int holding 10 +theta = 5.64 # a float holding 5.64 +exons_as_float = float(exons) # return 10.0 (a float) +theta_as_int = int(theta) # returns 5 (an int) +a = 10 # an int +b = 3 # an int +answer_1 = a/b # int/int returns int: 3 +answer_2 = a/float(b) # int/float returns float: 3.333 +c = 2.55 # a float +answer_3 = (b + c)*a # (int+float)*int returns (float)*int + # returns float: 55.5 value = 7 value = value + 1 -print(value)                      # prints 8 +print(value) # prints 8 a = 7 b = 3 -c = a % b                         # modulus ("remainder"): 1 -c = a ** b                        # exponent: 343 -sun_is_yellow = True              # boolean True -test = 2 < -3                     # boolean False +c = a % b # modulus ("remainder"): 1 +c = a ** b # exponent: 343 +sun_is_yellow = True # boolean True +test = 2 < -3 # boolean False first = "Shawn" -last = "O'Neil"                   # string -last = 'O\'Neil'                  # same string +last = "O'Neil" # string +last = 'O\'Neil' # same string full = first + last -print(full)                       # prints "ShawnO'Neil" -print(first + " " + last)         # prints "Shawn O'Neil" +print(full) # prints "ShawnO'Neil" +print(first + " " + last) # prints "Shawn O'Neil" height = 5.5 -sentence = full + " height is " + height   # Error on this line! +sentence = full + " height is " + height # Error on this line! sentence = full + " height is " + str(height) print(sentence) ## or @@ -1308,36 +1308,36 @@ seq = "ACTAG" -middle_base = seq[2]              # "T" +middle_base = seq[2] # "T" seq = "ACTAG" -subseq = seq[1:4]                 # "CTA" +subseq = seq[1:4] # "CTA" exons_str = "10" theta_str = "5.64" evalue_str = "2.5e-4" -exons = int(exons_str)            # int 10 -theta = float(theta_str)          # float 5.46 -evalue = float(evalue_str)        # float 0.00025 +exons = int(exons_str) # int 10 +theta = float(theta_str) # float 5.46 +evalue = float(evalue_str) # float 0.00025 -test = float("XY_2.7Q")           # Error on this line! +test = float("XY_2.7Q") # Error on this line! seq = "ACTAG" -seq_len = len(seq)                # int 5 -last_letter = seq[seq_len - 1]    # string "G" +seq_len = len(seq) # int 5 +last_letter = seq[seq_len - 1] # string "G" ## or -last_letter = seq[len(seq) - 1]   # string "G" -end_seq = seq[2:len(seq)]         # indices 2 to 5, inclusive:exclusive -print(end_seq)                    # prints "TAG" +last_letter = seq[len(seq) - 1] # string "G" +end_seq = seq[2:len(seq)] # indices 2 to 5, inclusive:exclusive +print(end_seq) # prints "TAG" seq = "ACTAG" -seq[2] = "C"                      # Error on this line! -seqa = "ACTAG"                    # "ACTAG" -seqb = "GGAC"                     # "GGAC" -seqc = seqa + seqb                # "ACTAGGGAC" -seqd = seqc[2:7]                  # "TAGGG" +seq[2] = "C" # Error on this line! +seqa = "ACTAG" # "ACTAG" +seqb = "GGAC" # "GGAC" +seqc = seqa + seqb # "ACTAGGGAC" +seqd = seqc[2:7] # "TAGGG" -seqa = "ATG" + seqa               # redefine seqa, "ATGACTAG" +seqa = "ATG" + seqa # redefine seqa, "ATGACTAG" #!/usr/bin/env python @@ -1348,45 +1348,45 @@ seq = "ACTAGATGA" -print(first_half)          # should print "ACTA" -print(second_half)         # should print "GATGA" -a_list = [1, 2.4, "CYP6B", 724]          # list of 4 elements -an_el = a_list[1]                        # 2.4 -sublist = a_list[1:3]                    # list of two: [2.4, "CYP6B"] -list_len = len(a_list)                   # 4 -last_el = a_list[list_len - 1]           # 725 -inner_list = [0.245, False]              # list of two elements -a_list[3] = inner_list                   # a_list now refers to -                                         # [2, 2.4, "CYP6B", [0.245, False]] -new_list = list()                        # new_list refers to an empty list -new_list.append("A")                     # new_list now refers to ["A"] -new_list.append("G")                     # new_list now refers to ["A", "G"] -a_result = new_list.append("C")    # ask list to .append(), store returned value +print(first_half) # should print "ACTA" +print(second_half) # should print "GATGA" +a_list = [1, 2.4, "CYP6B", 724] # list of 4 elements +an_el = a_list[1] # 2.4 +sublist = a_list[1:3] # list of two: [2.4, "CYP6B"] +list_len = len(a_list) # 4 +last_el = a_list[list_len - 1] # 725 +inner_list = [0.245, False] # list of two elements +a_list[3] = inner_list # a_list now refers to + # [2, 2.4, "CYP6B", [0.245, False]] +new_list = list() # new_list refers to an empty list +new_list.append("A") # new_list now refers to ["A"] +new_list.append("G") # new_list now refers to ["A", "G"] +a_result = new_list.append("C") # ask list to .append(), store returned value -print(a_result)                    # prints None -print(new_list)                    # prints ["A", "G", "C"] +print(a_result) # prints None +print(new_list) # prints ["A", "G", "C"] c_list = ["T", "C", "A", "G"] -sorted_copy = sorted(c_list)             # ["A", "C", "G", "T"] +sorted_copy = sorted(c_list) # ["A", "C", "G", "T"] -print(c_list)                            # prints ["T", "C", "A", "G"] -c_list.sort()                            # asks c_list to sort itself -print(c_list)                            # prints ["A", "C", "G", "T"] +print(c_list) # prints ["T", "C", "A", "G"] +c_list.sort() # asks c_list to sort itself +print(c_list) # prints ["A", "C", "G", "T"] seq = "CGCGTAGTACAGA" subs_list = seq.split("TA") -print(subs_list)                         # prints ["CGCG", "G", "CAGA"] -ids = tuple()                            # empty tuple -ids = ("CYP6B", "AGP4", "CATB")          # a tuple of length 3 +print(subs_list) # prints ["CGCG", "G", "CAGA"] +ids = tuple() # empty tuple +ids = ("CYP6B", "AGP4", "CATB") # a tuple of length 3 gene_ids = ["CYP6B", "AGP4", "CATB"] for gene_id in gene_ids: -    print("gene_id is " + gene_id) -     + print("gene_id is " + gene_id) + print("Done.") gene_id is CYP6B gene_id is AGP4 @@ -1397,9 +1397,9 @@ counter = 0 for gene_id in gene_ids: -    print("gene_id is " + gene_id) -     -    counter = counter + 1 + print("gene_id is " + gene_id) + + counter = counter + 1 print("Done.") @@ -1407,18 +1407,18 @@ print(counter) gene_ids = ["CYP6B", "AGP4", "CATB"] -indices = range(0,3)    -for index in indices:                              # for index in [0, 1, 2] -    gene_id = gene_ids[index] -    print("gene id " + str(index) + " is " + gene_id) +indices = range(0,3) +for index in indices: # for index in [0, 1, 2] + gene_id = gene_ids[index] + print("gene id " + str(index) + " is " + gene_id) print("Done.") ## Or, more succinctly: -for index in range(0, len(gene_ids)):              # for index in [0, 1, 2] -    print("gene id " + str(index) + " is " + gene_ids[index]) +for index in range(0, len(gene_ids)): # for index in [0, 1, 2] + print("gene id " + str(index) + " is " + gene_ids[index]) print("Done.") @@ -1427,54 +1427,54 @@ gene_id 1 is AGP4 gene_id 2 is CATB Done. nums = [1, 2, 3, 4, 5, 6] -squares = [num ** 2 for num in nums]   # [1, 4, 9, 16, 25, 36] +squares = [num ** 2 for num in nums] # [1, 4, 9, 16, 25, 36] seqs = ["TAC", "TC", "CGAGG", "TAG", "A"] -lens = [len(seq) for seq in seqs]      # [3, 2, 5, 3, 1] +lens = [len(seq) for seq in seqs] # [3, 2, 5, 3, 1] lens = [len(seq) for seq in seqs if seq[0] == "T"] # [3, 2, 3] count_start_ts = sum([1 for seq in seqs if seq[0] == "T"]) -print(count_start_ts)                  # prints 3 +print(count_start_ts) # prints 3 total = 0 for i in range(0,4): -    total = total + 1 + total = total + 1 -print(total)                  ## What is printed? +print(total) ## What is printed? total = 0 for i in range(0,4): -    for j in range(0,4): -        total = total + 1 + for j in range(0,4): + total = total + 1 -print(total)                  ## What is printed? +print(total) ## What is printed? total = 0 for i in range(0,4): -    for j in range(0,4): -        for k in range(0,4): -            total = total + 1 + for j in range(0,4): + for k in range(0,4): + total = total + 1 -print(total)                  ## What is printed? +print(total) ## What is printed? total = 0 x = 10 for i in range(0, x): -    for j in range(0, i): -        total = total + 1 - - -print(total)                  ## How does total relate to x? -  GNU nano 2.2.6               File: ids.txt                                     -CYP6B   0.24 -AGP4    0.96 -CATB    0.37 -                               [ Wrote 3 lines ] -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell + for j in range(0, i): + total = total + 1 + + +print(total) ## How does total relate to x? + GNU nano 2.2.6 File: ids.txt +CYP6B 0.24 +AGP4 0.96 +CATB 0.37 + [ Wrote 3 lines ] +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell import io @@ -1512,17 +1512,17 @@ fhandle = io.open("ids.txt", "rU") line1 = fhandle.readline() -line1stripped = line1.strip()  +line1stripped = line1.strip() line2 = fhandle.readline() -line2stripped = line2.strip()  +line2stripped = line2.strip() line3 = fhandle.readline() -line3stripped = line3.strip()  +line3stripped = line3.strip() print("Starting output:") -print(line1stripped)  -print(line2stripped)  -print(line3stripped)  +print(line1stripped) +print(line2stripped) +print(line3stripped) print("Done.") @@ -1541,7 +1541,7 @@ line1stripped = fhandle.readline().strip() -print(line2stripped)       # prints line without redundant newline +print(line2stripped) # prints line without redundant newline import io @@ -1573,9 +1573,9 @@ fhandle = io.open("ids.txt", "rU") print("Starting output:") -for line in fhandle:  -    linestripped = line.strip()  -    print(linestripped)  +for line in fhandle: + linestripped = line.strip() + print(linestripped) print("Done") @@ -1583,18 +1583,18 @@ fhandle.close() import io -fhandle = io.open("data/numbers.txt", "w")   # overwrites data/numbers.txt +fhandle = io.open("data/numbers.txt", "w") # overwrites data/numbers.txt for value in range(0, 10): -    fhandle.write(str(value) + "\n") + fhandle.write(str(value) + "\n") fhandle.close() -PZ7180000000004_TY      YKL081W 31.07   338     197     8       13      993      -PZ1082_AB       YHR104W 44.92   118     62      3       4       348     196      -PZ11_FX YLR406C 53.01   83      38      1       290     42      25      106      -PZ7180000036154 YNL245C 36.27   102     60      3       105     395     1        -PZ605962        YKR079C 29.57   115     66      4       429     121     479      -PZ856513        YKL215C 48.39   155     73      3       3       452     109      +PZ7180000000004_TY YKL081W 31.07 338 197 8 13 993 +PZ1082_AB YHR104W 44.92 118 62 3 4 348 196 +PZ11_FX YLR406C 53.01 83 38 1 290 42 25 106 +PZ7180000036154 YNL245C 36.27 102 60 3 105 395 1 +PZ605962 YKR079C 29.57 115 66 4 429 121 479 +PZ856513 YKL215C 48.39 155 73 3 3 452 109 ... #!/usr/bin/env python import io @@ -1608,13 +1608,13 @@ eval_sum = 0.0 for line in blast_handle: -    line_stripped = line.strip() -    line_list = line_stripped.split("\t") -    eval_str = line_list[10] + line_stripped = line.strip() + line_list = line_stripped.split("\t") + eval_str = line_list[10] -    eval_sum = eval_sum + float(eval_str) -    counter = counter + 1 + eval_sum = eval_sum + float(eval_str) + counter = counter + 1 blast_handle.close() @@ -1623,14 +1623,14 @@ blast_handle.close() mean = eval_sum/counter print("Mean is: " + str(mean)) with io.open("ids.txt", "rU") as fhandle: -    line1 = fhandle.readline() -    line2 = fhandle.readline() -    line3 = fhandle.readline() + line1 = fhandle.readline() + line2 = fhandle.readline() + line3 = fhandle.readline() -    print(line1) -    print(line2) -    print(line3) + print(line1) + print(line2) + print(line3) print("Done processing file; file handle is closed.") @@ -1639,16 +1639,16 @@ num_bases = len(seq) if num_bases < 10: -    print("seq is less than 10 bases.") + print("seq is less than 10 bases.") elif num_bases < 20: -    print("seq is at least 10 bases...") -    print("... and it's less than 20 bases.") + print("seq is at least 10 bases...") + print("... and it's less than 20 bases.") elif num_bases < 40: -    print("seq is at least 20 bases...") -    print("... and it's less than 40 bases.") + print("seq is at least 20 bases...") + print("... and it's less than 40 bases.") else: -    print("seq is at least 40 bases.") -     + print("seq is at least 40 bases.") + print("Done checking length of seq.") seqs = ["ACGTAGAC", "CAGTAGAGC", "GACGA", "CGATAGG"] count_short = 0 @@ -1656,11 +1656,11 @@ count_long = 0 for seq in seqs: -    num_bases = len(seq) -    if num_bases < 8: -        count_short = count_short + 1 -    else: -        count_long = count_long + 1 + num_bases = len(seq) + if num_bases < 8: + count_short = count_short + 1 + else: + count_long = count_long + 1 print("Number short: " + str(count_short) + " number long: " + str(count_long)) @@ -1668,8 +1668,8 @@ counter = 0 while counter < 4: -    print("Counter is now: " + str(counter)) -    counter = counter + 1 + print("Counter is now: " + str(counter)) + counter = counter + 1 print("Done. Counter ends with: " + str(counter)) @@ -1679,29 +1679,29 @@ num_bases = len(seq) base_index = 0 while base_index < num_bases: -    base_i = seq[base_index] -    print("base is: " + base_i) + base_i = seq[base_index] + print("base is: " + base_i) -    base_index = base_index + 1 + base_index = base_index + 1 print("Done") seqs = ["ACT", "AC", "T", "TAG", "1AC", "A"] seqs.sort() -print(seqs)   # prints ['1AC', 'A', 'AC', 'ACT', 'T', 'TAG'] +print(seqs) # prints ['1AC', 'A', 'AC', 'ACT', 'T', 'TAG'] seq = "ACTAGGAC" remainder = len(seq)%3 if remainder = 0: -    print("Number of bases is a multiple of 3") -    print("It's a candidate for an open reading frame.") + print("Number of bases is a multiple of 3") + print("It's a candidate for an open reading frame.") a = 0.2 b = 0.2*0.2/0.2 epsilon = 0.00000001 if a + epsilon > b and a - epsilon < b: -    print("a and b are within " + str(epsilon)) + print("a and b are within " + str(epsilon)) #!/usr/bin/env python import io @@ -1713,10 +1713,10 @@ seq = seq.strip() stop_counter = 0 for index in range(0, len(seq) - 3 + 1): -    codon = seq[index:index + 3] -    #print(codon) -    if codon == "TAG" or codon == "TAA" or codon == "TGA": -        stop_counter = stop_counter + 1 + codon = seq[index:index + 3] + #print(codon) + if codon == "TAG" or codon == "TAA" or codon == "TGA": + stop_counter = stop_counter + 1 print(stop_counter) @@ -1731,33 +1731,33 @@ seq = seq.strip() stop_counter = 0 index = 0 while index <= len(seq) - 3: -    codon = seq[index:index + 3] -    # print(codon) -    if codon == "TAG" or codon == "TAA" or codon == "TGA": -        stop_counter = stop_counter + 1 + codon = seq[index:index + 3] + # print(codon) + if codon == "TAG" or codon == "TAA" or codon == "TGA": + stop_counter = stop_counter + 1 -    index = index + 1 + index = index + 1 print(stop_counter) PZ7180000024555 402705.62 -PZ7180000000678_B       562981.52 -PZ7180000000003_KK      354193.41 -PZ7180000000005_NW      416120.04 +PZ7180000000678_B 562981.52 +PZ7180000000003_KK 354193.41 +PZ7180000000005_NW 416120.04 [oneils@atmosphere ~/apcb/py$ python mol_weight_ids_seqs.py | column -t -PZ7180000024555     402705.62 -PZ7180000000678_B   562981.52 -PZ7180000000003_KK  354193.41 -PZ7180000000005_NW  416120.04 +PZ7180000024555 402705.62 +PZ7180000000678_B 562981.52 +PZ7180000000003_KK 354193.41 +PZ7180000000005_NW 416120.04 base_counter = 0 seq_len = len(seq) for index in range(0, seq_len): -    seq_base = seq[index] -    if seq_base == "G" or seq_base == "C": -        base_counter = base_counter + 1 + seq_base = seq[index] + if seq_base == "G" or seq_base == "C": + base_counter = base_counter + 1 gc = base_counter/float(seq_len) @@ -1765,76 +1765,76 @@ gc = base_counter/float(seq_len) ## 1-letter base string, returns the number of ## occurances of the base in the sequence. def base_composition(seq, query_base): -    base_counter = 0 -    seq_len = len(seq) -     -    for index in range(0, seq_len): -        seq_base = seq[index] -        if seq_base == query_base: -            base_counter = base_counter + 1 -             -    return base_counter + base_counter = 0 + seq_len = len(seq) + + for index in range(0, seq_len): + seq_base = seq[index] + if seq_base == query_base: + base_counter = base_counter + 1 + + return base_counter seq1 = "ACTGATGCAT" seq2 = "TTATCGAC" -seq1_ccomp = base_composition(seq1, "C")     # 2 -seq2_tcomp = base_composition(seq2, "T")     # 3 +seq1_ccomp = base_composition(seq1, "C") # 2 +seq2_tcomp = base_composition(seq2, "T") # 3 ## Given a DNA (A,C,T,G) string and a, ## 1-letter base string, returns the number of ## occurances of the base in the sequence. def base_composition(seq, query_base): -    base_counter = 0 -    seq_len = len(seq) + base_counter = 0 + seq_len = len(seq) -    for index in range(0, seq_len): -        seq_base = seq[index] -        if seq_base == query_base: -            base_counter = base_counter + 1 + for index in range(0, seq_len): + seq_base = seq[index] + if seq_base == query_base: + base_counter = base_counter + 1 -    return base_counter + return base_counter ## Given a DNA (A,C,T,G) sequence string, returns the GC-content as float def gc_content(seq): -    g_cont = base_composition(seq, "G") -    c_cont = base_composition(seq, "C") -    seq_len = len(seq) -    gc = (g_cont + c_cont)/float(seq_len) -    return gc + g_cont = base_composition(seq, "G") + c_cont = base_composition(seq, "C") + seq_len = len(seq) + gc = (g_cont + c_cont)/float(seq_len) + return gc seq3 = "ACCCTAGACTG" -seq3_gc = gc_content(seq3)                   # 0.5454 +seq3_gc = gc_content(seq3) # 0.5454 ## Assume a variable called seq4 holds a DNA sequence, ## returns the GC-content of it as float. def gc_content(): -    g_cont = base_composition(seq4, "G") -    c_cont = base_composition(seq4, "C") -    seq_len = len(seq4) -    gc = (g_cont + c_cont)/float(seq_len) -    return gc + g_cont = base_composition(seq4, "G") + c_cont = base_composition(seq4, "C") + seq_len = len(seq4) + gc = (g_cont + c_cont)/float(seq_len) + return gc seq4 = "ACCGTAGACTG" -seq4_gc = gc_content()                       # 0.5454 +seq4_gc = gc_content() # 0.5454 def gc_content(seq): -    """ Given a DNA (A,C,T,G) sequence string, -    returns the GC-content as float""" + """ Given a DNA (A,C,T,G) sequence string, + returns the GC-content as float""" -    g_cont = base_composition(seq, "G") -    c_cont = base_composition(seq, "C") -    seq_len = len(seq) -    gc = (g_cont + c_cont)/float(seq_len) -    return gc -PZ7180000000004_TX      AATGCGAATATTTTTATTTACAATCAATTACAATCAAGTCTTAAACTTATAGATTA + g_cont = base_composition(seq, "G") + c_cont = base_composition(seq, "C") + seq_len = len(seq) + gc = (g_cont + c_cont)/float(seq_len) + return gc +PZ7180000000004_TX AATGCGAATATTTTTATTTACAATCAATTACAATCAAGTCTTAAACTTATAGATTA PZ7180000027934 TTTAATGATCAGTAAAGTTATAGTAGTTGTATGTACAATATTGTGCTAGCTTGAGACAGTCATG -PZ7180000000004_TY      CCAAAGTCAACCATGGCGGCCGGGGTACTTTATACTTATCCGACAAACTTCCGTGC +PZ7180000000004_TY CCAAAGTCAACCATGGCGGCCGGGGTACTTTATACTTATCCGACAAACTTCCGTGC PZ7180000024036 GTAATACAAACGCTTTTATTAAATAAATACTTAAGTTACAATTAGTGTTATGAGAACATTAGAT ids_seqs.txt (END) #!/usr/bin/env python @@ -1845,25 +1845,25 @@ import io ## Given a DNA (A,C,T,G) string and a 1-letter base string, ## returns the number of occurances of the base in the sequence. def base_composition(seq, query_base): -    base_counter = 0 -    seq_len = len(seq) -     -    for index in range(0, seq_len): -        seq_base = seq[index] -        if seq_base == query_base: -            base_counter = base_counter + 1 + base_counter = 0 + seq_len = len(seq) + + for index in range(0, seq_len): + seq_base = seq[index] + if seq_base == query_base: + base_counter = base_counter + 1 -    return base_counter + return base_counter ## Given a DNA (A,C,T,G) sequence string, returns the GC-content as float def gc_content(seq): -    g_cont = base_composition(seq, "G") -    c_cont = base_composition(seq, "C") -    seq_len = len(seq) -    gc = (g_cont + c_cont)/float(seq_len) -    return gc + g_cont = base_composition(seq, "G") + c_cont = base_composition(seq, "C") + seq_len = len(seq) + gc = (g_cont + c_cont)/float(seq_len) + return gc ## Open file, and loop over lines @@ -1871,12 +1871,12 @@ fhandle = io.open("ids_seqs.txt", "rU") for line in fhandle: -    linestripped = line.strip() -    linelist = line.split("\t") -    id = linelist[0] -    sequence = linelist[1] -    seqgc = gc_content(sequence) -    print(id + "\t" + str(seqgc)) + linestripped = line.strip() + linelist = line.split("\t") + id = linelist[0] + sequence = linelist[1] + seqgc = gc_content(sequence) + print(id + "\t" + str(seqgc)) fhandle.close() @@ -1884,8 +1884,8 @@ fhandle.close() ## returns a list of windows of the windowsize. ## E.g. "TACTGG", 3, 2 => ["TAC", "CTG"] def get_windows(seq, windowsize, stepsize): -    ## your code here -    ## etc. + ## your code here + ## etc. seq = "ACGGTAGACCT" print(seq) @@ -1912,31 +1912,31 @@ ACGGTAGACCT oneils@atmosphere ~/apcb/intro/fasta_stats$ grep '_L' pz_stats.table | \ > sort -k2,2g | \ > less -S -PZ7180000000117_L       0.336   1000    AAATA   12      unit:TCT        9        -PZ7180000000157_L       0.372   836     ATTTA   7       unit:AGGAA      10       -PZ7180000000106_L       0.39    876     ACAAT   6       unit:TAA        6        -PZ7180000000146_L       0.419   630     AAGAG   4       unit:CAAA       8        -PZ7180000000124_L       0.422   812     TAATA   5       unit:TAGCTG     12       +PZ7180000000117_L 0.336 1000 AAATA 12 unit:TCT 9 +PZ7180000000157_L 0.372 836 ATTTA 7 unit:AGGAA 10 +PZ7180000000106_L 0.39 876 ACAAT 6 unit:TAA 6 +PZ7180000000146_L 0.419 630 AAGAG 4 unit:CAAA 8 +PZ7180000000124_L 0.422 812 TAATA 5 unit:TAGCTG 12 #!/usr/bin/env python import sys counter = 1 for line in sys.stdin: -    linestripped = line.strip() -    print("line " + str(counter) + " is: " + linestripped) -    counter = counter + 1 -oneils@atmosphere ~/apcb/py$ cat ids.txt  + linestripped = line.strip() + print("line " + str(counter) + " is: " + linestripped) + counter = counter + 1 +oneils@atmosphere ~/apcb/py$ cat ids.txt CYP6B AGP4 CATB -oneils@atmosphere ~/apcb/py$ cat ids.txt | ./stdin_ex.py  +oneils@atmosphere ~/apcb/py$ cat ids.txt | ./stdin_ex.py line 1 is: CYP6B line 2 is: AGP4 line 3 is: CATB -oneils@atmosphere ~/apcb/py$ ./stdin_ex.py  +oneils@atmosphere ~/apcb/py$ ./stdin_ex.py ... -oneils@atmosphere ~/apcb/py$ ./stdin_ex.py  +oneils@atmosphere ~/apcb/py$ ./stdin_ex.py Typing line one, then enter Typing line two, then control-d line 1 is: Typing line one, then enter @@ -1945,17 +1945,17 @@ line 2 is: Typing line two, then control-d import sys -if(sys.stdin.isatty()):  -    print("Usage: cat | ./stdin_ex.py")  -    quit()  +if(sys.stdin.isatty()): + print("Usage: cat | ./stdin_ex.py") + quit() counter = 1 for line in sys.stdin: -    linestripped = line.strip() -    print("line " + str(counter) + " is: " + linestripped) -    counter = counter + 1 -oneils@atmosphere ~/apcb/py$ cat ids.txt | ./stdin_ex.py | sort -k4,4d  + linestripped = line.strip() + print("line " + str(counter) + " is: " + linestripped) + counter = counter + 1 +oneils@atmosphere ~/apcb/py$ cat ids.txt | ./stdin_ex.py | sort -k4,4d line 2 is: AGP4 line 3 is: CATB line 1 is: CYP6B @@ -1968,19 +1968,19 @@ columns = [[1856, 2262, 457], [0.26, 0.16, 0.73], ["T", "T", "F"]] for row_index in range(0, len(row_ids)): -    row_id = row_ids[row_index]           # e.g. "AGP" -    sys.stdout.write(row_id + "\t") + row_id = row_ids[row_index] # e.g. "AGP" + sys.stdout.write(row_id + "\t") -    for col_index in range(0, len(columns)): -        column = columns[col_index]       # e.g. [1856, 2262, 457] -        value = column[row_index]         # e.g. 1856 + for col_index in range(0, len(columns)): + column = columns[col_index] # e.g. [1856, 2262, 457] + value = column[row_index] # e.g. 1856 -        sys.stdout.write(str(value) + "\t") + sys.stdout.write(str(value) + "\t") -    sys.stdout.write("\n") + sys.stdout.write("\n") AGP 1856 0.26 T CYP 2262 0.16 T CAT 457 0.73 F @@ -1989,14 +1989,14 @@ import sys if len(sys.argv) < 3: -    print("Sorry, expected at least two paramaters.") -    print("Usage: ./input_params_ex.py param1 param2") -    quit() + print("Sorry, expected at least two paramaters.") + print("Usage: ./input_params_ex.py param1 param2") + quit() print("Here is sys.argv:") print(sys.argv) -oneils@atmosphere ~/apcb/py$ chmod +x input_params.py  +oneils@atmosphere ~/apcb/py$ chmod +x input_params.py oneils@atmosphere ~/apcb/py$ ./input_params.py arg1 50 Here is sys.argv: ['./input_params.py', 'arg1', '50'] @@ -2022,8 +2022,8 @@ result_lines = result_stripped.split("\n") print(result_lines) -oneils@atmosphere ~/apcb/py$ chmod +x list_cluster_fasta.py  -oneils@atmosphere ~/apcb/py$ ./list_cluster_fasta.py  +oneils@atmosphere ~/apcb/py$ chmod +x list_cluster_fasta.py +oneils@atmosphere ~/apcb/py$ ./list_cluster_fasta.py ['cluster_AB.fasta', 'cluster_AC.fasta', 'cluster_AG.fasta', 'cluster_D.fasta'] #!/usr/bin/env python @@ -2040,14 +2040,14 @@ result_lines = result_stripped.split("\n") for filename in result_lines: -    name_list = filename.split(".")  # eg ["cluster_AB", "fasta"] -    cmd = "runAssembly " + "-o " + name_list[0] + ".out " + filename -    # eg "runAssembly -o cluster_AB.out cluster_AB.fasta" + name_list = filename.split(".") # eg ["cluster_AB", "fasta"] + cmd = "runAssembly " + "-o " + name_list[0] + ".out " + filename + # eg "runAssembly -o cluster_AB.out cluster_AB.fasta" -    print("Running: " + cmd) -    #subprocess.check_output(cmd, shell = True) -oneils@atmosphere ~/apcb/py$ ./list_cluster_fasta.py  + print("Running: " + cmd) + #subprocess.check_output(cmd, shell = True) +oneils@atmosphere ~/apcb/py$ ./list_cluster_fasta.py Running: runAssembly -o cluster_AB.out cluster_AB.fasta Running: runAssembly -o cluster_AC.out cluster_AC.fasta Running: runAssembly -o cluster_AG.out cluster_AG.fasta @@ -2073,30 +2073,30 @@ ids_to_gcs[key] = val ids_to_gcs["AGP2"] = 0.24 val_catb = ids_to_gcs["CATB"] -print(val_catb)                       # prints 0.73 +print(val_catb) # prints 0.73 key_agp2 = "AGP2" -val_agp2 = ids_to_gcs[key_agp2]       # holds 0.24 -test = ids_to_gcs["TL34_X"]           # Error! -ids = ids_to_gcs.keys()      # list of keys -ids_sorted = sorted(ids)     # sorted version -for idkey in ids_sorted:     # for each key -    gc = ids_to_gcs[idkey]   # get the value -    print("id " + idkey + " has GC content " + str(gc)) +val_agp2 = ids_to_gcs[key_agp2] # holds 0.24 +test = ids_to_gcs["TL34_X"] # Error! +ids = ids_to_gcs.keys() # list of keys +ids_sorted = sorted(ids) # sorted version +for idkey in ids_sorted: # for each key + gc = ids_to_gcs[idkey] # get the value + print("id " + idkey + " has GC content " + str(gc)) if ids_to_gcs.has_key("TL34_X"): -    tl34x_gc = ids_to_gcs["TL34_X"] -    print("TL34_X has GC " + str(tl34x_gc)) + tl34x_gc = ids_to_gcs["TL34_X"] + print("TL34_X has GC " + str(tl34x_gc)) else: -    print("TL34_X not found in dictionary.") -PZ7180000020811_DVU     GO:0003824      GJ12748 [Drosophila virilis] -PZ7180000020752_DVU     GO:0003824      GI16375 [Drosophila mojavensis] -PZ7180000034678_DWY     GO:0003824      hypothetical protein YpF1991016_1335 [Ye -PZ7180000024883_EZN     GO:0006548      sjchgc01974 protein -PZ7180000024883_EZN     GO:0004252      sjchgc01974 protein -PZ7180000024883_EZN     GO:0004500      sjchgc01974 protein -PZ7180000024883_EZN     GO:0006508      sjchgc01974 protein -PZ7180000023260_APN     GO:0005515      btb poz domain containing protein + print("TL34_X not found in dictionary.") +PZ7180000020811_DVU GO:0003824 GJ12748 [Drosophila virilis] +PZ7180000020752_DVU GO:0003824 GI16375 [Drosophila mojavensis] +PZ7180000034678_DWY GO:0003824 hypothetical protein YpF1991016_1335 [Ye +PZ7180000024883_EZN GO:0006548 sjchgc01974 protein +PZ7180000024883_EZN GO:0004252 sjchgc01974 protein +PZ7180000024883_EZN GO:0004500 sjchgc01974 protein +PZ7180000024883_EZN GO:0006508 sjchgc01974 protein +PZ7180000023260_APN GO:0005515 btb poz domain containing protein ... 1 PZ7180000020811_DVU 1 PZ7180000020752_DVU @@ -2109,8 +2109,8 @@ import sys if(sys.stdin.isatty()): -    print("Usage: cat | ./countannots.py") -    quit() + print("Usage: cat | ./countannots.py") + quit() ids_to_counts = dict() @@ -2118,19 +2118,19 @@ ids_to_counts = dict() # Parse input for line in sys.stdin: -    line_list = line.strip().split("\t") -    seqid = line_list[0] -    if ids_to_counts.has_key(seqid): -        ids_to_counts[seqid] = ids_to_counts[seqid] + 1 -    else: -        ids_to_counts[seqid] = 1 + line_list = line.strip().split("\t") + seqid = line_list[0] + if ids_to_counts.has_key(seqid): + ids_to_counts[seqid] = ids_to_counts[seqid] + 1 + else: + ids_to_counts[seqid] = 1 # Print dict contents ids_list = ids_to_counts.keys() for seqid in ids_list: -    count = ids_to_counts[seqid] -    print(str(count) + "\t" + seqid) + count = ids_to_counts[seqid] + print(str(count) + "\t" + seqid) oneils@atmosphere ~/apcb/py$ cat PZ.annot.txt | ./go_id_count.py 2 PZ736262 4 PZ7180000000004_OO @@ -2168,14 +2168,14 @@ oneils@atmosphere ~/apcb/py$ cat PZ.annot.txt | \ 4 PZ924_N 3 PZ578878 3 PZ7180000000012_IL -PZ7180000020811_DVU     GO:0003824      GJ12748 [Drosophila virilis] -PZ7180000020752_DVU     GO:0003824      GI16375 [Drosophila mojavensis] -PZ7180000034678_DWY     GO:0003824      hypothetical protein YpF1991016_1335 [Ye -PZ7180000024883_EZN     GO:0006548      sjchgc01974 protein -PZ7180000024883_EZN     GO:0004252      sjchgc01974 protein -PZ7180000024883_EZN     GO:0004500      sjchgc01974 protein -PZ7180000024883_EZN     GO:0006508      sjchgc01974 protein -PZ7180000023260_APN     GO:0005515      btb poz domain containing protein +PZ7180000020811_DVU GO:0003824 GJ12748 [Drosophila virilis] +PZ7180000020752_DVU GO:0003824 GI16375 [Drosophila mojavensis] +PZ7180000034678_DWY GO:0003824 hypothetical protein YpF1991016_1335 [Ye +PZ7180000024883_EZN GO:0006548 sjchgc01974 protein +PZ7180000024883_EZN GO:0004252 sjchgc01974 protein +PZ7180000024883_EZN GO:0004500 sjchgc01974 protein +PZ7180000024883_EZN GO:0006508 sjchgc01974 protein +PZ7180000023260_APN GO:0005515 btb poz domain containing protein ... oneils@atmosphere ~/apcb/py$ cat PZ.annot.txt | grep 'GO:0001539' PZ7180000000028_AP GO:0001539 troponin c 25d @@ -2187,43 +2187,43 @@ PZ7180000000046_AP GO:0001539 troponin c 25d ... ... oneils@atmosphere ~/apcb/py$ cat PZ.annot.txt | grep 'GO:0001539' | \ -> ./match_1st_cols.py PZ.annot.txt  +> ./match_1st_cols.py PZ.annot.txt #!/usr/bin/env python import sys import io if sys.stdin.isatty() or len(sys.argv) != 2: -    print("Usage: cat | ./match_1st_cols.py ") -    print("This script extracts lines from where any entry") -    print(" in the the first column of matches the first column") -    print(" of ") -    quit() + print("Usage: cat | ./match_1st_cols.py ") + print("This script extracts lines from where any entry") + print(" in the the first column of matches the first column") + print(" of ") + quit() ## Build IDs wanted dictionary from standard input ids_wanted = dict() for line in sys.stdin: -    line_stripped = line.strip() -    line_list = line_stripped.split("\t") -    id = line_list[0] -    ids_wanted[id] = "wanted" + line_stripped = line.strip() + line_list = line_stripped.split("\t") + id = line_list[0] + ids_wanted[id] = "wanted" ## Loop over the file, print the lines that are wanted fhandle = io.open(sys.argv[1], "rU") for line in fhandle: -    line_stripped = line.strip() -    line_list = line_stripped.split("\t") -    id = line_list[0] -    # Is the ID one of the ones we want?  -    if ids_wanted.has_key(id): -        print(line_stripped) + line_stripped = line.strip() + line_list = line_stripped.split("\t") + id = line_list[0] + # Is the ID one of the ones we want? + if ids_wanted.has_key(id): + print(line_stripped) fhandle.close() oneils@atmosphere ~/apcb/py$ grep 'GO:0001539' PZ.annot.txt | \ -> ./match_1st_cols.py PZ.annot.txt  +> ./match_1st_cols.py PZ.annot.txt PZ7180000000028_AP GO:0001539 troponin c 25d PZ7180000000028_AP GO:0009288 troponin c 25d PZ7180000000028_AP GO:0005509 troponin c 25d @@ -2233,45 +2233,45 @@ PZ7180000000030_AP GO:0005509 troponin c PZ7180000000043_AP GO:0001539 troponin c 25d PZ7180000000043_AP GO:0009288 troponin c 25d seq = "ACTAG" -seq[2] = "U"            # Error! +seq[2] = "U" # Error! seq = "ACTAG" base_list = list(seq) base_list[2] = "U" -print(base_list)        # prints ['A', 'C', 'U', 'A', 'G'] -rejoined = ":".join(base_list)      # 'A:C:U:A:G' -rejoined2 = "".join(base_list)      # 'ACUAG' -base_list.reverse()              # base_list now: ['G', 'A', 'U', 'C', 'C'] +print(base_list) # prints ['A', 'C', 'U', 'A', 'G'] +rejoined = ":".join(base_list) # 'A:C:U:A:G' +rejoined2 = "".join(base_list) # 'ACUAG' +base_list.reverse() # base_list now: ['G', 'A', 'U', 'C', 'C'] seq = "ACTAG" seq_list = list(seq) seq_list.reverse() -seq_rev = "".join(seq_list_rev)  # seq_rev: "GATCA" +seq_rev = "".join(seq_list_rev) # seq_rev: "GATCA" # OR -seq_rev = seq[::-1]              # seq_rev: "GATCA" +seq_rev = seq[::-1] # seq_rev: "GATCA" seq = "ACGTATATATGG" -replaced = seq.replace("TAT", "X")  # replaced: "ACGXAXGG" -rna = seq.replace("U", "T")         # rna: "ACGUAUAUAUGG" -                                    # seq is still: "ACGTATATATATGG" -seq = seq.replace("U", "T")         # seq now: "ACGUAUAUAUGG" -print(len("\t"))       # prints 1 (tab character) -print(len(r"\t"))      # prints 2 (\ character and t character) +replaced = seq.replace("TAT", "X") # replaced: "ACGXAXGG" +rna = seq.replace("U", "T") # rna: "ACGUAUAUAUGG" + # seq is still: "ACGTATATATATGG" +seq = seq.replace("U", "T") # seq now: "ACGUAUAUAUGG" +print(len("\t")) # prints 1 (tab character) +print(len(r"\t")) # prints 2 (\ character and t character) import re seq = "CCGATGCATGCC" if re.search(r"ATG", seq): -    print("seq has a start codon!") -    result = re.search(r"ATG", seq) -    print("the start codon is at position:") -    print(result.start()) + print("seq has a start codon!") + result = re.search(r"ATG", seq) + print("the start codon is at position:") + print(result.start()) seq = "CCGATGCATGCC" pattern = r"ATG" replacement = "*" result = re.subn(pattern, replacement, seq, 0) -print(result[0])                                # prints "CCG*C*CC" -print(result[1])                                # prints 2 +print(result[0]) # prints "CCG*C*CC" +print(result[1]) # prints 2 seq = "CCGATGCATGCC" between_starts = re.split(r"ATG", seq) -print(between_starts)                           # prints ['CCG', 'C', 'CC']  +print(between_starts) # prints ['CCG', 'C', 'CC'] #!/usr/bin/env python import re import sys @@ -2279,31 +2279,31 @@ import sys ## Parse input in two columns for line in sys.stdin: -    line_stripped = line.strip() -    #line_list = line.split("\t")  -    line_list = re.split(r"\s+", line_stripped)  - - -    # ... - - -GSVIVT01034325001_1      GATTTCAAAAGCATTCTGTTGTTCTTTGAGGTCAGCAACCTGACCAATAAAAACT -GSVIVT01034326001_2      TACGCTTGACAAGACGTCTCCATGTCCTTTCAAGCGACTTGCTACGCTATGCACC -GSVIVT01034329001_3      AAAATTGGATGCATAAAACAAAATAAATGTAAATACTAAAATAATGATCATATTC -GSVIVT01034331001_4      AAAAAATAAAGTGTTTTAAAATAAAATCATTTAATTATTTTCACCTATTTTTTAA -GSVIVT01034332001_5      CAAAGCCATAGCAAAAATTGCATTCTCGAACAACCAAATAAAATCGAAACTTGTA -GSVIVT01034334001_6      GATGTTAGGAATAGTGGTTAATGGTTGTTGTCCACGTGTATAGCTTTGTTAGAAT -GSVIVT01034337001_7      AAGATATTATAATTAAAAAATATTTAATATAATTTTTTTAAAATATTGCATTTTG -GSVIVT01034340001_8      AAATTTTGGAAACTTATTAATAAAGGAATGACTCACATATTGTTCTTATTCAAAA -GSVIVT01034341001_9      GTAGTGGTAAACCGTTGAGGTGGATGTCATGCTGTTGTCGACGGCGATTGGTGGT -GSVIVT01034344001_10     TTGTATCGCATATTCAACCAAATATAAGATATGATAAGTGATGATATATATTATT -GSVIVT01034346001_11     AACCCATTTCTTATCTCTTTCTTTCTTTCTTTCTTTCTTTCTTCTTCTTCTTCTT -GSVIVT01034325001_1     3 -GSVIVT01034326001_2     2 -GSVIVT01034329001_3     2 -GSVIVT01034331001_4     2 -GSVIVT01034332001_5     1 -GSVIVT01034334001_6     2 + line_stripped = line.strip() + #line_list = line.split("\t") + line_list = re.split(r"\s+", line_stripped) + + + # ... + + +GSVIVT01034325001_1 GATTTCAAAAGCATTCTGTTGTTCTTTGAGGTCAGCAACCTGACCAATAAAAACT +GSVIVT01034326001_2 TACGCTTGACAAGACGTCTCCATGTCCTTTCAAGCGACTTGCTACGCTATGCACC +GSVIVT01034329001_3 AAAATTGGATGCATAAAACAAAATAAATGTAAATACTAAAATAATGATCATATTC +GSVIVT01034331001_4 AAAAAATAAAGTGTTTTAAAATAAAATCATTTAATTATTTTCACCTATTTTTTAA +GSVIVT01034332001_5 CAAAGCCATAGCAAAAATTGCATTCTCGAACAACCAAATAAAATCGAAACTTGTA +GSVIVT01034334001_6 GATGTTAGGAATAGTGGTTAATGGTTGTTGTCCACGTGTATAGCTTTGTTAGAAT +GSVIVT01034337001_7 AAGATATTATAATTAAAAAATATTTAATATAATTTTTTTAAAATATTGCATTTTG +GSVIVT01034340001_8 AAATTTTGGAAACTTATTAATAAAGGAATGACTCACATATTGTTCTTATTCAAAA +GSVIVT01034341001_9 GTAGTGGTAAACCGTTGAGGTGGATGTCATGCTGTTGTCGACGGCGATTGGTGGT +GSVIVT01034344001_10 TTGTATCGCATATTCAACCAAATATAAGATATGATAAGTGATGATATATATTATT +GSVIVT01034346001_11 AACCCATTTCTTATCTCTTTCTTTCTTTCTTTCTTTCTTTCTTCTTCTTCTTCTT +GSVIVT01034325001_1 3 +GSVIVT01034326001_2 2 +GSVIVT01034329001_3 2 +GSVIVT01034331001_4 2 +GSVIVT01034332001_5 1 +GSVIVT01034334001_6 2 ... #!/usr/bin/env python import re @@ -2311,20 +2311,20 @@ import io def count_motifs(seq, motif): -    pieces = re.split(motif, seq) -    return len(pieces) - 1 + pieces = re.split(motif, seq) + return len(pieces) - 1 seq = "AAAAAAATGATAGAAAAAGATAAAAAA" -print(count_motifs(seq, r"[AT]GATA[GA]"))   # prints 2 +print(count_motifs(seq, r"[AT]GATA[GA]")) # prints 2 #!/usr/bin/env python import re import io def count_motifs(seq, motif): -    pieces = re.split(motif, seq) -    return(len(pieces) - 1) + pieces = re.split(motif, seq) + return(len(pieces) - 1) @@ -2332,51 +2332,51 @@ fhandle = io.open("grape_promoters.txt", "rU") for line in fhandle: -    linestripped = line.strip() -    line_list = re.split(r"\s+", linestripped) -    gid = line_list[0] -    seq = line_list[1] + linestripped = line.strip() + line_list = re.split(r"\s+", linestripped) + gid = line_list[0] + seq = line_list[1] -    num_motifs = count_motifs(seq, r"[AT]GATA[GA]") -    print(gid + "\t" + str(num_motifs)) -     + num_motifs = count_motifs(seq, r"[AT]GATA[GA]") + print(gid + "\t" + str(num_motifs)) + fhandle.close() -GSVIVT01034325001_1     3       [AT]GATA[GA] -GSVIVT01034325001_1     0       [CGT]ACGTG[GT][AC] -GSVIVT01034325001_1     2       TTGAC -GSVIVT01034326001_2     2       [AT]GATA[GA] -GSVIVT01034326001_2     0       [CGT]ACGTG[GT][AC] -GSVIVT01034326001_2     4       TTGAC -GSVIVT01034329001_3     2       [AT]GATA[GA] -GSVIVT01034329001_3     0       [CGT]ACGTG[GT][AC] +GSVIVT01034325001_1 3 [AT]GATA[GA] +GSVIVT01034325001_1 0 [CGT]ACGTG[GT][AC] +GSVIVT01034325001_1 2 TTGAC +GSVIVT01034326001_2 2 [AT]GATA[GA] +GSVIVT01034326001_2 0 [CGT]ACGTG[GT][AC] +GSVIVT01034326001_2 4 TTGAC +GSVIVT01034329001_3 2 [AT]GATA[GA] +GSVIVT01034329001_3 0 [CGT]ACGTG[GT][AC] nums = [1, 2, 3, 4, 5] numsb = nums numsb[0] = 1000 -print(nums)          # prints [1000, 2, 3, 4, 5] -print(numsb)         # prints [1000, 2, 3, 4, 5] +print(nums) # prints [1000, 2, 3, 4, 5] +print(numsb) # prints [1000, 2, 3, 4, 5] # Python example code x = 5 y = None z = None if x < 10: -    y = 20 -    if x < 30: -     z = y*2 + y = 20 + if x < 30: + z = y*2 # print contents of variables -print(x)      +print(x) if x != None: -    print(y)      + print(y) if z != None: -    print(z)      + print(z) def append_min(input_list): -    smallest = min(input_list) -    input_list.append(smallest) + smallest = min(input_list) + input_list.append(smallest) -    return input_list + return input_list nums = [4, 1, 5, 6, 7] @@ -2384,16 +2384,16 @@ numsb = append_min(nums) print(nums) print(numsb) def append_min(input_list): -    smallest = min(input_list) -    new_list = list() -    for el in input_list: -        new_list.append(el) + smallest = min(input_list) + new_list = list() + for el in input_list: + new_list.append(el) -    new_list.append(smallest) + new_list.append(smallest) -    return new_list + return new_list nums = [4, 1, 5, 6, 7] @@ -2401,27 +2401,27 @@ numsb = append_min(nums) print(nums) print(numsb) def base_composition(seq, query_base): -    answer = 0 -    seq_len = len(seq) + answer = 0 + seq_len = len(seq) -    for index in range(0, seq_len): -        seq_base = seq[index] -        if seq_base == query_base: -            answer = answer + 1 -     -    # point 1 -    return answer + for index in range(0, seq_len): + seq_base = seq[index] + if seq_base == query_base: + answer = answer + 1 + + # point 1 + return answer def gc_content(seq): -    g_cont = base_composition(seq, "G") -    c_cont = base_composition(seq, "C") -    seq_len = len(seq) -     -    # point 2 -    answer = (g_cont + c_cont)/float(seq_len) -    return answer + g_cont = base_composition(seq, "G") + c_cont = base_composition(seq, "C") + seq_len = len(seq) + + # point 2 + answer = (g_cont + c_cont)/float(seq_len) + return answer @@ -2436,160 +2436,160 @@ print(answer) class Gene: -    def __init__(self, creationid, creationseq): -        print("I'm a new Gene object!") -        print("My constructor got a param: " + str(creationid)) -        print("Assigning that param to my id instance variable...") -        self.id = creationid -        print("Similarly, assigning to my sequence instance variable...") -        self.sequence = creationseq + def __init__(self, creationid, creationseq): + print("I'm a new Gene object!") + print("My constructor got a param: " + str(creationid)) + print("Assigning that param to my id instance variable...") + self.id = creationid + print("Similarly, assigning to my sequence instance variable...") + self.sequence = creationseq -    def print_id(self): -        print("My id is: " + str(self.id)) + def print_id(self): + print("My id is: " + str(self.id)) -    def print_len(self): -        print("My sequence len is: " + str(len(self.sequence))) + def print_len(self): + print("My sequence len is: " + str(len(self.sequence))) -print("\n***   Creating geneA:") +print("\n*** Creating geneA:") geneA = Gene("AY342", "CATTGAC") -print("\n***   Creating geneB:") +print("\n*** Creating geneB:") geneB = Gene("G54B", "TTACTAGA") -print("\n***   Asking geneA to print_id():") +print("\n*** Asking geneA to print_id():") geneA.print_id() -print("\n***   Asking geneB to print_id():") +print("\n*** Asking geneB to print_id():") geneB.print_id() -print("\n***   Asking geneA to print_len():") +print("\n*** Asking geneA to print_len():") geneA.print_len() -***   Creating geneA: +*** Creating geneA: I'm a new Gene object! My constructor got a param: AY342 Assigning that param to my id instance variable... Similarly, assigning to my sequence instance variable... -***   Creating geneB: +*** Creating geneB: I'm a new Gene object! My constructor got a param: G54B Assigning that param to my id instance variable... Similarly, assigning to my sequence instance variable... -***   Asking geneA to print_id(): +*** Asking geneA to print_id(): My id is: AY342 -***   Asking geneB to print_id(): +*** Asking geneB to print_id(): My id is: G54B -***   Asking geneA to print_len(): +*** Asking geneA to print_len(): My sequence len is: 7 -    # ... (inside class Gene:) + # ... (inside class Gene:) -    def print_len(self): -        print("My sequence len is: " + str(len(self.sequence))) + def print_len(self): + print("My sequence len is: " + str(len(self.sequence))) -    def base_composition(self, base):  -        base_count = 0  -        for index in range(0, len(self.sequence)):  -            base_i = self.sequence[index]  -            if base_i == base:  -                base_count = base_count + 1  -        return base_count  + def base_composition(self, base): + base_count = 0 + for index in range(0, len(self.sequence)): + base_i = self.sequence[index] + if base_i == base: + base_count = base_count + 1 + return base_count -    def gc_content(self):  -        g_count = self.base_composition("G")  -        c_count = self.base_composition("C")  -        return (g_count + c_count)/float(len(self.sequence))  + def gc_content(self): + g_count = self.base_composition("G") + c_count = self.base_composition("C") + return (g_count + c_count)/float(len(self.sequence)) -print("\n***   Creating geneA:") +print("\n*** Creating geneA:") geneA = Gene("AY342", "CATTGAC") # ... -print("\n***   Asking geneA to return its T content:") -geneA_t = geneA.base_composition("T")  -print(geneA_t)  +print("\n*** Asking geneA to return its T content:") +geneA_t = geneA.base_composition("T") +print(geneA_t) -print("\n***   Asking geneA to return its GC content:") -geneA_gc = geneA.gc_content()  -print(geneA_gc)  -***   Asking geneA to return its T content: +print("\n*** Asking geneA to return its GC content:") +geneA_gc = geneA.gc_content() +print(geneA_gc) +*** Asking geneA to return its T content: 2 -***   Asking geneA to return its GC content: +*** Asking geneA to return its GC content: 0.428571428571 -    # ... (inside class Gene:) + # ... (inside class Gene:) -    def gc_content(self): -        g_count = self.base_composition("G") -        c_count = self.base_composition("C") -        return (g_count + c_count)/float(len(self.sequence)) + def gc_content(self): + g_count = self.base_composition("G") + c_count = self.base_composition("C") + return (g_count + c_count)/float(len(self.sequence)) -    def get_seq(self):  -        return self.sequence  + def get_seq(self): + return self.sequence -    def set_seq(self, newseq):  -        self.sequence = newseq  + def set_seq(self, newseq): + self.sequence = newseq -print("***   Creating geneA:") +print("*** Creating geneA:") geneA = Gene("AY342", "CATTGAC") # ... -    def set_seq(self, newseq): -        if newseq.base_composition("U") != 0: -            print("Sorry, no RNA allowed.") -        else: -            self.sequence = newseq  -    def set_seq(self, newseq): -        assert newseq.base_composition("U") == 0, "Sorry, no RNA allowed." -        self.sequence = newseq  -    def __eq__(self, other): -        if self.seq == other.get_seq(): -            return True -        return False -    def __lt__(self, other): -        if self.seq < other.get_seq(): -            return True -        return False + def set_seq(self, newseq): + if newseq.base_composition("U") != 0: + print("Sorry, no RNA allowed.") + else: + self.sequence = newseq + def set_seq(self, newseq): + assert newseq.base_composition("U") == 0, "Sorry, no RNA allowed." + self.sequence = newseq + def __eq__(self, other): + if self.seq == other.get_seq(): + return True + return False + def __lt__(self, other): + if self.seq < other.get_seq(): + return True + return False geneA = Gene("XY6B", "CATGATA") geneB = Gene("LQQ5", "CATGATA") -print(geneA.__lt__(geneB))  # False +print(geneA.__lt__(geneB)) # False # same as: -print(geneA < geneB)        # False +print(geneA < geneB) # False -print(geneA.__eq__(geneB))  # True +print(geneA.__eq__(geneB)) # True # same as: -print(geneA == geneB)       # True +print(geneA == geneB) # True ##fileformat=VCFv4.0 ##INFO= @@ -2599,15 +2599,15 @@ print(geneA == geneB)       # True ##FORMAT= ##FORMAT= ##FORMAT= -#CHROM  POS     ID      REF     ALT     QUAL    FILTER  INFO    FORMAT  NA12891  -1       799739  rs57181708      A       G       .       PASS    AA=-;DP=141      -1       805678  .       A       T       .       PASS    AA=a;DP=185     GT:GQ:DP -1       842827  rs4970461       T       G       .       PASS    AA=G;DP=114      -1       847591  rs6689107       T       G       .       PASS    AA=G;DP=99       -1       858267  rs13302914      C       T       .       PASS    AA=.;DP=84       -1       877161  .       C       T       .       PASS    AA=.;DP=89      GT:GQ:DP -1       892860  rs7524174       G       A       .       PASS    AA=G;DP=105      -1       917172  rs2341362       T       C       .       PASS    AA=t;DP=133;HM3  +#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NA12891 +1 799739 rs57181708 A G . PASS AA=-;DP=141 +1 805678 . A T . PASS AA=a;DP=185 GT:GQ:DP +1 842827 rs4970461 T G . PASS AA=G;DP=114 +1 847591 rs6689107 T G . PASS AA=G;DP=99 +1 858267 rs13302914 C T . PASS AA=.;DP=84 +1 877161 . C T . PASS AA=.;DP=89 GT:GQ:DP +1 892860 rs7524174 G A . PASS AA=G;DP=105 +1 917172 rs2341362 T C . PASS AA=t;DP=133;HM3 ... #!/usr/bin/env python ## Imports we are likely to need: @@ -2618,108 +2618,108 @@ import re ## A class representing simple SNPs class SNP: -    def __init__(self, chrname, pos, snpid, refallele, altallele): -        assert refallele != altallele, "Error: ref == alt at pos " + str(pos) -        self.chrname = chrname -        self.pos = pos -        self.snpid = snpid -        self.refallele = refallele -        self.altallele = altallele + def __init__(self, chrname, pos, snpid, refallele, altallele): + assert refallele != altallele, "Error: ref == alt at pos " + str(pos) + self.chrname = chrname + self.pos = pos + self.snpid = snpid + self.refallele = refallele + self.altallele = altallele -    ## Returns True if refallele/altallele is A/G, G/A, C/T, or T/C -    def is_transition(self): -        if self.refallele == "G" or self.refallele == "A": -            if self.altallele == "G" or self.altallele == "A": -                return True + ## Returns True if refallele/altallele is A/G, G/A, C/T, or T/C + def is_transition(self): + if self.refallele == "G" or self.refallele == "A": + if self.altallele == "G" or self.altallele == "A": + return True -        if self.refallele == "C" or self.refallele == "T": -            if self.altallele == "C" or self.altallele == "T": -                return True + if self.refallele == "C" or self.refallele == "T": + if self.altallele == "C" or self.altallele == "T": + return True -        return False + return False -    ## Returns True if the snp is a transversion (ie, not a transition) -    def is_transversion(self): -        if self.is_transition(): -            return False -        return True + ## Returns True if the snp is a transversion (ie, not a transition) + def is_transversion(self): + if self.is_transition(): + return False + return True ## transition test; should not result in "Failed Test" snp1 = SNP("1", 12351, "rs11345", "C", "T") -assert snp1.is_transition() == True, "Failed Test"      ## Does not error +assert snp1.is_transition() == True, "Failed Test" ## Does not error ## transversion test; should not result in "Failed Test" snp2 = SNP("1", 36642, "rs22541", "A", "T") -assert snp2.is_transversion() == True, "Failed Test"    ## Does not error +assert snp2.is_transversion() == True, "Failed Test" ## Does not error ## error test; should result in "Error: ref == alt at pos 69835" -snp3 = SNP("1", 69835, "rs53461", "A", "A")             ## Results in error +snp3 = SNP("1", 69835, "rs53461", "A", "A") ## Results in error # ... ## A class representing a chromosome, which has a collection of SNPs class Chromosome: -    def __init__(self, chrname): -        self.chrname = chrname -        self.locations_to_snps = dict() + def __init__(self, chrname): + self.chrname = chrname + self.locations_to_snps = dict() -    ## Returns the chromosome name -    def get_name(self): -        return self.name + ## Returns the chromosome name + def get_name(self): + return self.name -    ## Given all necessary information to add a new SNP, create -    ## a new SNP object and add it to the SNPs dictionary. If -    ## a SNP already exists at that location, or -    ## the given chrname doesn't match self.chrname, an error is reported. -    def add_snp(self, chrname, pos, snpid, refallele, altallele): -        ## If there is already an entry for that SNP, throw an error -        open_location = not(self.locations_to_snps.has_key(pos)) -        assert open_location, "Duplicate SNP: " + self.chrname + ":" + str(pos) + ## Given all necessary information to add a new SNP, create + ## a new SNP object and add it to the SNPs dictionary. If + ## a SNP already exists at that location, or + ## the given chrname doesn't match self.chrname, an error is reported. + def add_snp(self, chrname, pos, snpid, refallele, altallele): + ## If there is already an entry for that SNP, throw an error + open_location = not(self.locations_to_snps.has_key(pos)) + assert open_location, "Duplicate SNP: " + self.chrname + ":" + str(pos) -        ## If the chrname doesn't match self.chrname, throw an error -        assert chrname == self.chrname, "Chr name mismatch!" + ## If the chrname doesn't match self.chrname, throw an error + assert chrname == self.chrname, "Chr name mismatch!" -        ## Otherwise, create the SNP object and add it to the dictionary -        newsnp = SNP(chrname, pos, snpid, refallele, altallele) -        self.locations_to_snps[pos] = newsnp + ## Otherwise, create the SNP object and add it to the dictionary + newsnp = SNP(chrname, pos, snpid, refallele, altallele) + self.locations_to_snps[pos] = newsnp -    # ... (inside class Chromosome:) + # ... (inside class Chromosome:) -    ## Returns the number of transition snps stored in this chromosome -    def count_transitions(self): -        count = 0 + ## Returns the number of transition snps stored in this chromosome + def count_transitions(self): + count = 0 -        locations = self.locations_to_snps.keys() -        for location in locations: -            snp = self.locations_to_snps[location] -            if snp.is_transition(): -                count = count + 1 + locations = self.locations_to_snps.keys() + for location in locations: + snp = self.locations_to_snps[location] + if snp.is_transition(): + count = count + 1 -        return count + return count -    ## Returns the number of transversion snps stored in this chromosome -    def count_transversions(self): -        total_snps = len(self.locations_to_snps) -        return total_snps - self.count_transitions() + ## Returns the number of transversion snps stored in this chromosome + def count_transversions(self): + total_snps = len(self.locations_to_snps) + return total_snps - self.count_transitions() ## A test chromosome @@ -2738,13 +2738,13 @@ chr1.add_snp("testChr", 24524, "rs88664", "A", "C") # ... -## Check usage syntax, read filename  +## Check usage syntax, read filename if len(sys.argv) != 2: -    print("This program parses a VCF 4.0 file and counts") -    print("transitions and transversions on a per-chromosome basis.") -    print("") -    print("Usage: ./snps_ex.py ") -    quit() + print("This program parses a VCF 4.0 file and counts") + print("transitions and transversions on a per-chromosome basis.") + print("") + print("Usage: ./snps_ex.py ") + quit() filename = sys.argv[1] @@ -2757,39 +2757,39 @@ fhandle = io.open(filename, "rU") for line in fhandle: -    # don't attempt to parse header lines (^# matches # at start of string) -    if not(re.search(r"^#", line)): -        line_stripped = line.strip() -        line_list = re.split(r"\s+", line_stripped) - - -        chrname = line_list[0]     # e.g. "1" -        pos = int(line_list[1])    # e.g. 25135 -        snpid = line_list[2]       # e.g. "rs4970461" or "." -        refallele = line_list[3]   # e.g. "A" -        altallele = line_list[4]   # e.g. "C" - - -        ## Put the data in the dictionary -        if chrnames_to_chrs.has_key(chrname): -            chr_obj = chrnames_to_chrs[chrname] -            chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) -        else: -            chr_obj = Chromosome(chrname) -            chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) -            chrnames_to_chrs[chrname] = chr_obj + # don't attempt to parse header lines (^# matches # at start of string) + if not(re.search(r"^#", line)): + line_stripped = line.strip() + line_list = re.split(r"\s+", line_stripped) + + + chrname = line_list[0] # e.g. "1" + pos = int(line_list[1]) # e.g. 25135 + snpid = line_list[2] # e.g. "rs4970461" or "." + refallele = line_list[3] # e.g. "A" + altallele = line_list[4] # e.g. "C" + + + ## Put the data in the dictionary + if chrnames_to_chrs.has_key(chrname): + chr_obj = chrnames_to_chrs[chrname] + chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) + else: + chr_obj = Chromosome(chrname) + chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) + chrnames_to_chrs[chrname] = chr_obj # ... ## Print the results! print("chromosome" + "\t" + "transitions" + "\t" + "transversions") for chrname in chrnames_to_chrs.keys(): -    chr_obj = chrnames_to_chrs[chrname] -    trs = chr_obj.count_transitions() -    trv = chr_obj.count_transversions() -    print(chrname + "\t" + str(trs) + "\t" + str(trv)) -oneils@atmosphere ~/apcb/py$ chmod +x snps_ex.py  -oneils@atmosphere ~/apcb/py$ ./snps_ex.py trio.sample.vcf  + chr_obj = chrnames_to_chrs[chrname] + trs = chr_obj.count_transitions() + trv = chr_obj.count_transversions() + print(chrname + "\t" + str(trs) + "\t" + str(trv)) +oneils@atmosphere ~/apcb/py$ chmod +x snps_ex.py +oneils@atmosphere ~/apcb/py$ ./snps_ex.py trio.sample.vcf chromosome transitions transversions 20 2656 1187 21 1773 848 @@ -2806,139 +2806,139 @@ chromosome transitions transversions X 3028 1527 11 5944 2908 ... -    # ... (inside class Chromosome:) + # ... (inside class Chromosome:) -    ## returns the number of snps between l and m, divided by -    ## the size of the region -    def density_region(self, l, m): -        count = 0 -        for location in self.locations_to_snps.keys(): -            if location >= l and location <= m: -                count = count + 1 + ## returns the number of snps between l and m, divided by + ## the size of the region + def density_region(self, l, m): + count = 0 + for location in self.locations_to_snps.keys(): + if location >= l and location <= m: + count = count + 1 -        size = m - l  + 1 -        return 1000*count/float(size) -    # ... (inside class Chromosome:) + size = m - l + 1 + return 1000*count/float(size) + # ... (inside class Chromosome:) -    ## given a region size, looks at non-overlapping windows -    ## of that size and returns a list of three elements for -    ## the region with the highest density: -    ## [density of region, start of region, end of region] -    def max_density(self, region_size): -        region_start = 1 -        ## default answer if no SNPs exist [density, start, end]: -        best_answer = [0.0, 1, region_size - 1] + ## given a region size, looks at non-overlapping windows + ## of that size and returns a list of three elements for + ## the region with the highest density: + ## [density of region, start of region, end of region] + def max_density(self, region_size): + region_start = 1 + ## default answer if no SNPs exist [density, start, end]: + best_answer = [0.0, 1, region_size - 1] -        ## todo: implement this method -        last_snp_position = self.get_last_snp_position() -        while region_start < last_snp_position: -            region_end = region_start + region_size - 1 -            region_density = self.density_region(region_start, region_end) -            # if this region has a higher density than any we've seen so far: -            if region_density > best_answer[0]: -                best_answer = [region_density, region_start, region_end] + ## todo: implement this method + last_snp_position = self.get_last_snp_position() + while region_start < last_snp_position: + region_end = region_start + region_size - 1 + region_density = self.density_region(region_start, region_end) + # if this region has a higher density than any we've seen so far: + if region_density > best_answer[0]: + best_answer = [region_density, region_start, region_end] -            region_start = region_start + region_size + region_start = region_start + region_size -        return best_answer -    # ... (inside class Chromosome:) + return best_answer + # ... (inside class Chromosome:) -    ## returns the position of the last SNP known -    def get_last_snp_position(self): -        locations = self.locations_to_snps.keys() -        locations.sort() -        return locations[len(locations) - 1] + ## returns the position of the last SNP known + def get_last_snp_position(self): + locations = self.locations_to_snps.keys() + locations.sort() + return locations[len(locations) - 1] # ... ## Print the results! print("chromosome" + "\t" + "transitions" + "\t" + "transversions" + "\t" + -        "density" + "\t" + "region") + "density" + "\t" + "region") for chrname in chrnames_to_chrs.keys(): -    chr_obj = chrnames_to_chrs[chrname] -    trs = chr_obj.count_transitions() -    trv = chr_obj.count_transversions() - - -    max_dens_list = chr_obj.max_density(100000) -    density = max_dens_list[0] -    region_start = max_dens_list[1] -    region_end = max_dens_list[2] -    print(chrname + "\t" + str(trs) + "\t" + str(trv) + "\t" + -            str(density) + "\t" + str(region_start) + ".." + str(region_end)) -oneils@atmosphere ~/apcb/py$ chmod +x snps_ex_density.py  + chr_obj = chrnames_to_chrs[chrname] + trs = chr_obj.count_transitions() + trv = chr_obj.count_transversions() + + + max_dens_list = chr_obj.max_density(100000) + density = max_dens_list[0] + region_start = max_dens_list[1] + region_end = max_dens_list[2] + print(chrname + "\t" + str(trs) + "\t" + str(trv) + "\t" + + str(density) + "\t" + str(region_start) + ".." + str(region_end)) +oneils@atmosphere ~/apcb/py$ chmod +x snps_ex_density.py oneils@atmosphere ~/apcb/py$ ./snps_ex_density.py trio.sample.vcf | column -t -chromosome  transitions  transversions  density  region -20          2656         1187           0.22     15000001..15100000 -21          1773         848            0.26     19100001..19200000 -22          1539         639            0.22     47400001..47500000 -1           9345         4262           0.25     105900001..106000000 -3           8708         4261           0.26     166900001..167000000 -2           10309        5130           0.24     225700001..225800000 -5           7586         3874           0.24     8000001..8100000 -4           9050         4372           0.27     162200001..162300000 +chromosome transitions transversions density region +20 2656 1187 0.22 15000001..15100000 +21 1773 848 0.26 19100001..19200000 +22 1539 639 0.22 47400001..47500000 +1 9345 4262 0.25 105900001..106000000 +3 8708 4261 0.26 166900001..167000000 +2 10309 5130 0.24 225700001..225800000 +5 7586 3874 0.24 8000001..8100000 +4 9050 4372 0.27 162200001..162300000 class Sequence: -    def __init__(self, gid, seq): -        self.gid = gid -        self.seq = seq + def __init__(self, gid, seq): + self.gid = gid + self.seq = seq -    def get_id(self):    -        return self.gid + def get_id(self): + return self.gid -    def length_bp(self): -        return len(self.seq) + def length_bp(self): + return len(self.seq) # OpenReadingFrame *inherits* from Sequence # as well as defines an new method class OpenReadingFrame(Sequence): -    def __init__(self, gid, seq): -        self.gid = gid -        self.seq = seq + def __init__(self, gid, seq): + self.gid = gid + self.seq = seq -    def get_translation(self): -        return dna_to_aa(self.seq) + def get_translation(self): + return dna_to_aa(self.seq) geneA = Sequence("SeqA", "CATGAG") geneB = OpenReadingFrame("SeqB", "ATGCCCTGA") -print(geneA.length_bp())    # prints 6 -print(geneB.length_bp())    # prints 9 +print(geneA.length_bp()) # prints 6 +print(geneB.length_bp()) # prints 9 # ... ## AminoAcidSequence *inherits* from Sequence ## as well as overrides an existing method class AminoAcidSequence(Sequence): -    def __init__(self, gid, seq): -        self.gid = gid -        self.seq = seq + def __init__(self, gid, seq): + self.gid = gid + self.seq = seq -    def length_bp(self): -        return(3*len(self.seq)) + def length_bp(self): + return(3*len(self.seq)) geneC = AminoAcidSequence("SeqC", "RQVDYW") -print(geneC.length_bp())    # prints 18 -print(geneC.get_id())       # prints "SeqC" -chromosome  region  percent_transitions num_snps -1   1..100000   0.5646  12 -1   100001..200000  0.5214  16 -1   200001..300000  0.4513  7 -1   300001..400000  0.3126  19 +print(geneC.length_bp()) # prints 18 +print(geneC.get_id()) # prints "SeqC" +chromosome region percent_transitions num_snps +1 1..100000 0.5646 12 +1 100001..200000 0.5214 16 +1 200001..300000 0.4513 7 +1 300001..400000 0.3126 19 ... >numeric_id=0,mutability=0.56 CCTAA @@ -2947,24 +2947,24 @@ CATAGAGGAA >numeric_id=1,mutability=0.92 CATCAACGAA [oneils@atmosphere ~/apcb/py]$ python -Python 2.7.8 (default, Aug  7 2014, 09:56:10)  +Python 2.7.8 (default, Aug 7 2014, 09:56:10) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> a = 3 + 4 >>> print(a) 7 ->>>  +>>> >>> a = list() >>> help(a) - |   - |  append(...) - |      L.append(object) -- append object to end - |   - |  count(...) - |      L.count(value) -> integer -- return number of occurrences of value - |   + | + | append(...) + | L.append(object) -- append object to end + | + | count(...) + | L.count(value) -> integer -- return number of occurrences of value + | oneils@atmosphere ~$ python -Python 2.7.9 (default, Feb 21 2015, 21:09:31)  +Python 2.7.9 (default, Feb 21 2015, 21:09:31) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> seq = "ACTAGA" @@ -2977,59 +2977,59 @@ fhandle = io.open(filename, "rU") for line in fhandle: -    # don't attempt to parse header lines (^# matches # at start of string) -    if not(re.search(r"^#", line)): -        line_stripped = line.strip() -        line_list = re.split(r"\s+", line_stripped) - - -        chrname = line_list[0] -        pos = int(line_list[1]) -        snpid = line_list[2] -        refallele = line_list[3] -        altallele = line_list[4] - - -        ## Put the data in the dictionary -        if chrnames_to_chrs.has_key(chrname): -            chr_obj = chrnames_to_chrs[chrname] -            chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) -        else: -            chr_obj = Chromosome(chrname) -            chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) -            chrnames_to_chrs[chrname] = chr_obj + # don't attempt to parse header lines (^# matches # at start of string) + if not(re.search(r"^#", line)): + line_stripped = line.strip() + line_list = re.split(r"\s+", line_stripped) + + + chrname = line_list[0] + pos = int(line_list[1]) + snpid = line_list[2] + refallele = line_list[3] + altallele = line_list[4] + + + ## Put the data in the dictionary + if chrnames_to_chrs.has_key(chrname): + chr_obj = chrnames_to_chrs[chrname] + chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) + else: + chr_obj = Chromosome(chrname) + chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) + chrnames_to_chrs[chrname] = chr_obj ## Create chrnames_to_chrs dictionary, given an input VCF file name ## returns the dictionary def vcf_to_chrnames_dict(filename): -    chrnames_to_chrs = dict() -    fhandle = io.open(filename, "rU") + chrnames_to_chrs = dict() + fhandle = io.open(filename, "rU") -    for line in fhandle: -        # don't attempt to parse header lines (^# matches # at start of string) -        if not(re.search(r"^#", line)): -            line_stripped = line.strip() -            line_list = re.split(r"\s+", line_stripped) + for line in fhandle: + # don't attempt to parse header lines (^# matches # at start of string) + if not(re.search(r"^#", line)): + line_stripped = line.strip() + line_list = re.split(r"\s+", line_stripped) -            chrname = line_list[0] -            pos = int(line_list[1]) -            snpid = line_list[2] -            refallele = line_list[3] -            altallele = line_list[4] + chrname = line_list[0] + pos = int(line_list[1]) + snpid = line_list[2] + refallele = line_list[3] + altallele = line_list[4] -            ## Put the data in the dictionary -            if chrnames_to_chrs.has_key(chrname): -                chr_obj = chrnames_to_chrs[chrname] -                chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) -            else: -                chr_obj = Chromosome(chrname) -                chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) -                chrnames_to_chrs[chrname] = chr_obj + ## Put the data in the dictionary + if chrnames_to_chrs.has_key(chrname): + chr_obj = chrnames_to_chrs[chrname] + chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) + else: + chr_obj = Chromosome(chrname) + chr_obj.add_snp(chrname, pos, snpid, refallele, altallele) + chrnames_to_chrs[chrname] = chr_obj -    return chrnames_to_chrs + return chrnames_to_chrs filename = sys.argv[1] chrnames_to_chrs = vcf_to_chrnames_dict(filename) @@ -3037,22 +3037,22 @@ chrnames_to_chrs = vcf_to_chrnames_dict(filename) ## Print the results! print("chromosome" + "\t" + "transitions" + "\t" + "transversions") for chrname in chrnames_to_chrs.keys(): -    chr_obj = chrnames_to_chrs[chrname] -    trs = chr_obj.count_transitions() -    trv = chr_obj.count_transversions() -    print(chrname + "\t" + str(trs) + "\t" + str(trv)) + chr_obj = chrnames_to_chrs[chrname] + trs = chr_obj.count_transitions() + trv = chr_obj.count_transversions() + print(chrname + "\t" + str(trs) + "\t" + str(trv)) import moduleA import moduleB -print(moduleA.trunc(4.56))         # 4 -print(moduleB.e)                   # 64 -print(moduleA.e)                   # 2.71828 -print(moduleB.trunc("TACTAA", 3))  # "TAC" -a_node = moduleA.Node()            # Node object defined bn moduleA -b_node = moduleB.Node()            # Node object defined by moduleB +print(moduleA.trunc(4.56)) # 4 +print(moduleB.e) # 64 +print(moduleA.e) # 2.71828 +print(moduleB.trunc("TACTAA", 3)) # "TAC" +a_node = moduleA.Node() # Node object defined bn moduleA +b_node = moduleB.Node() # Node object defined by moduleB [oneils@atmosphere ~/apcb/py]$ python -Python 2.7.8 (default, Aug  7 2014, 09:56:10)  +Python 2.7.8 (default, Aug 7 2014, 09:56:10) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import re @@ -3066,62 +3066,62 @@ import re class SNP: -    """ A class representing simple SNPs"""   # Docstring + """ A class representing simple SNPs""" # Docstring -    def __init__(self, chrname, pos, snpid, refallele, altallele): -        """ Constructor method """ -        # ... + def __init__(self, chrname, pos, snpid, refallele, altallele): + """ Constructor method """ + # ... -    def is_transition(self): -        """ Returns True if refallele/altallele is A/G, G/A, C/T, or T/C """ -        # ... + def is_transition(self): + """ Returns True if refallele/altallele is A/G, G/A, C/T, or T/C """ + # ... -    def is_transversion(self): -        """ Returns True if the snp is a transversion (ie, not a transition) """ -        # ... + def is_transversion(self): + """ Returns True if the snp is a transversion (ie, not a transition) """ + # ... class Chromosome: -    """ A class representing a chromosome, which has a collection of SNPs """ + """ A class representing a chromosome, which has a collection of SNPs """ -    def __init__(self, chrname): -        # ... + def __init__(self, chrname): + # ... -    def get_name(self): -        # ... + def get_name(self): + # ... -    def add_snp(self, chrname, pos, snpid, refallele, altallele): -        # ... + def add_snp(self, chrname, pos, snpid, refallele, altallele): + # ... -    def count_transitions(self): -        # ... + def count_transitions(self): + # ... -    def count_transversions(self): -        # ... + def count_transversions(self): + # ... def vcf_to_chrnames_dict(filename): -    # ... + # ... #!/usr/bin/env python import MyVCFModule import sys -## Check usage syntax, read filename  +## Check usage syntax, read filename if len(sys.argv) != 2: -    print("This program parses a VCF 4.0 file and counts") -    print("transitions and transversions on a per-chromosome basis.") -    print("") -    print("Usage: ./snps_ex.py ") -    quit() + print("This program parses a VCF 4.0 file and counts") + print("transitions and transversions on a per-chromosome basis.") + print("") + print("Usage: ./snps_ex.py ") + quit() filename = sys.argv[1] @@ -3133,49 +3133,49 @@ chrnames_to_chrs = MyVCFModule.vcf_to_chrnames_dict(filename) ## Print the results! print("chromosome" + "\t" + "transitions" + "\t" + "transversions") for chrname in chrnames_to_chrs.keys(): -    chr_obj = chrnames_to_chrs[chrname] -    trs = chr_obj.count_transitions() -    trv = chr_obj.count_transversions() -    print(chrname + "\t" + str(trs) + "\t" + str(trv)) + chr_obj = chrnames_to_chrs[chrname] + trs = chr_obj.count_transitions() + trv = chr_obj.count_transversions() + print(chrname + "\t" + str(trs) + "\t" + str(trv)) oneils@atmosphere ~/apcb/py$ python -Python 2.7.9 (default, Feb 21 2015, 21:09:31)  +Python 2.7.9 (default, Feb 21 2015, 21:09:31) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import MyVCFModule >>> help(MyVCFModule) NAME -    MyVCFModule - Personal module for parsing VCF files. + MyVCFModule - Personal module for parsing VCF files. FILE -    /home/oneils/apcb/py/MyVCFModule.py + /home/oneils/apcb/py/MyVCFModule.py CLASSES -    Chromosome -    SNP -     -    class Chromosome -     |  A class representing a chromosome, which has a collection of SNPs -     |   -     |  Methods defined here: -     |   -     |  __init__(self, chrname) -     |      Constructor -     |   -     |  add_snp(self, chrname, pos, snpid, refallele, altallele) -     |      Given all necessary information to add a new SNP, create -     |      a new SNP object and add it to the SNPs dictionary. If -     |      a SNP already exists at that location, or -     |      the given chrname doesn't match self.chrname, an error is reported. -     |   + Chromosome + SNP + + class Chromosome + | A class representing a chromosome, which has a collection of SNPs + | + | Methods defined here: + | + | __init__(self, chrname) + | Constructor + | + | add_snp(self, chrname, pos, snpid, refallele, altallele) + | Given all necessary information to add a new SNP, create + | a new SNP object and add it to the SNPs dictionary. If + | a SNP already exists at that location, or + | the given chrname doesn't match self.chrname, an error is reported. + | import sys -from MyBioParsers import MyVCFModule  +from MyBioParsers import MyVCFModule crnames_to_chrs = MyVCFModule.vcf_to_chrnames_dict(filename) PZ7180000024555 ATAAACTGATCTTAAACTAATTGTCATGTTGAGTTCATAACGAGGTGCATTTTCGATAAATAGT -PZ7180000000678_B       CATAGTAATGTATAATAATCATATATTTATATGTTAAACCTTCCAAAAATATCTAT -PZ7180000000003_KK      AACAAGTGCACATTAATAGCAGTGTATCAACATGGGTGTGTGGCTAGAGAACTGAA -PZ7180000000005_NW      AAATGTACCCGAGTGTTTCGGTTGTGCACACGGGTGTCTAGTTTACCGCAGTATCG +PZ7180000000678_B CATAGTAATGTATAATAATCATATATTTATATGTTAAACCTTCCAAAAATATCTAT +PZ7180000000003_KK AACAAGTGCACATTAATAGCAGTGTATCAACATGGGTGTGTGGCTAGAGAACTGAA +PZ7180000000005_NW AAATGTACCCGAGTGTTTCGGTTGTGCACACGGGTGTCTAGTTTACCGCAGTATCG ... >PZ7180000024555s ATAAACTGATCTTAAACTAATTGTCATGTTGAGTTCATAACGAGGTGCATTTTCGATAAATAGTGAAAAT @@ -3198,10 +3198,10 @@ from Bio import SeqIO if len(sys.argv) < 2: -    print("Converts FASTA format to row/column format,") -    print("printing the results on standard out.") -    print("Usage: ./fasta2cols.py ") -    quit() + print("Converts FASTA format to row/column format,") + print("printing the results on standard out.") + print("Usage: ./fasta2cols.py ") + quit() filename = sys.argv[1] @@ -3209,31 +3209,31 @@ fhandle = io.open(filename, "rU") for record in SeqIO.parse(fhandle, "fasta"): -    print(record.id + "\t" + record.seq) + print(record.id + "\t" + record.seq) fhandle.close() >>> a = 7 >>> help(a) - |   - |  bit_length(...) - |      int.bit_length() -> int - |       - |      Number of bits necessary to represent self in binary. - |      >>> bin(37) - |      '0b100101' - |      >>> (37).bit_length() - |      6 - |   + | + | bit_length(...) + | int.bit_length() -> int + | + | Number of bits necessary to represent self in binary. + | >>> bin(37) + | '0b100101' + | >>> (37).bit_length() + | 6 + | >>> print(a.bit_length()) 3 - |   - |  __abs__(...) - |      x.__abs__() <==> abs(x) - |   - |  __add__(...) - |      x.__add__(y) <==> x+y - |   + | + | __abs__(...) + | x.__abs__() <==> abs(x) + | + | __add__(...) + | x.__add__(y) <==> x+y + | >>> b = -5 >>> print(b.__abs__()) 5 @@ -3252,277 +3252,277 @@ Resolving deltas: 100% (1243/1243), done. Checking connectivity... done. oneils@atmosphere ~/apcb/py$ cd PyVCF oneils@atmosphere ~/apcb/py/PyVCF$ ls -LICENSE      README.rst  requirements  setup.py  vcf -MANIFEST.in  docs        scripts       tox.ini -oneils@atmosphere ~/apcb/py/PyVCF$  +LICENSE README.rst requirements setup.py vcf +MANIFEST.in docs scripts tox.ini +oneils@atmosphere ~/apcb/py/PyVCF$ oneils@atmosphere ~/apcb/py/PyVCF$ python setup.py install --user oneils@atmosphere ~/apcb/py/PyVCF$ cd .. oneils@atmosphere ~/apcb/py$ python -Python 2.7.10 (default, Jul 14 2015, 19:46:27)  +Python 2.7.10 (default, Jul 14 2015, 19:46:27) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import vcf >>> help(vcf) ## Returns a sorted copy of a list of numbers (almost) def get_sorted(nums): -    ## make a copy that we can sort and return -    c_nums = list() -    for num in nums: -        c_nums.append(num) + ## make a copy that we can sort and return + c_nums = list() + for num in nums: + c_nums.append(num) -    ## Look neighboring pairs, swapping where needed -    for index in range(0, len(c_nums) - 1): -        leftnum = c_nums[index] -        rightnum = c_nums[index + 1] -        if leftnum > rightnum: -            c_nums[index] = rightnum -            c_nums[index + 1] = leftnum + ## Look neighboring pairs, swapping where needed + for index in range(0, len(c_nums) - 1): + leftnum = c_nums[index] + rightnum = c_nums[index + 1] + if leftnum > rightnum: + c_nums[index] = rightnum + c_nums[index + 1] = leftnum -    return c_nums + return c_nums ## Returns a sorted copy of a list of numbers (almost) def get_sorted(nums): -    ## make a copy that we can sort and return -    c_nums = list() -    for num in nums: -        c_nums.append(num) + ## make a copy that we can sort and return + c_nums = list() + for num in nums: + c_nums.append(num) -    for repetition in range(0, len(c_nums)): -        ## Look neighboring pairs, swapping where needed -        for index in range(0, len(c_nums) - 1): -            leftnum = c_nums[index] -            rightnum = c_nums[index + 1] -            if leftnum > rightnum: -                c_nums[index] = rightnum -                c_nums[index + 1] = leftnum + for repetition in range(0, len(c_nums)): + ## Look neighboring pairs, swapping where needed + for index in range(0, len(c_nums) - 1): + leftnum = c_nums[index] + rightnum = c_nums[index + 1] + if leftnum > rightnum: + c_nums[index] = rightnum + c_nums[index + 1] = leftnum -    return c_nums + return c_nums nums = [3, 4, 5, 1, 6, 3, 7, 9] -print(get_sorted(nums))             # prints [1, 3, 3, 4, 5, 6, 7, 9] +print(get_sorted(nums)) # prints [1, 3, 3, 4, 5, 6, 7, 9] #!/usr/bin/env python class LinkedList: -    def __init__(self): -        self.first_n = None + def __init__(self): + self.first_n = None -    def get_smallest(self): -        if self.first_n != None: -            return self.first_n.get_item() -        else: -            return None + def get_smallest(self): + if self.first_n != None: + return self.first_n.get_item() + else: + return None -    def insert_item(self, item): -        if self.first_n == None:                       # 1. -            newnode = Node(item) -            self.first_n = newnode -        else: -            if item < self.first_n.get_item():        # 2a. -                newnode = Node(item)                      # 1) -                newnode.set_next_n(self.first_n)          # 2) -                self.first_n = newnode                    # 3) -            else:                                     # 2b. -                self.first_n.insert_item(item) + def insert_item(self, item): + if self.first_n == None: # 1. + newnode = Node(item) + self.first_n = newnode + else: + if item < self.first_n.get_item(): # 2a. + newnode = Node(item) # 1) + newnode.set_next_n(self.first_n) # 2) + self.first_n = newnode # 3) + else: # 2b. + self.first_n.insert_item(item) class Node: -    def __init__(self, item): -        self.item = item -        self.next_n = None + def __init__(self, item): + self.item = item + self.next_n = None -    def get_item(self): -        return self.item + def get_item(self): + return self.item -    def get_next_n(self): -        return self.next_n + def get_next_n(self): + return self.next_n -    def set_next_n(self, newnext): -        self.next_n = newnext + def set_next_n(self, newnext): + self.next_n = newnext -    def insert_item(self, item): -        if self.next_n == None: -            newnode = Node(item) -            self.next_n = newnode -        else: -            if item < self.next_n.get_item(): -                newnode = Node(item) -                newnode.set_next_n(self.next_n) -                self.next_n = newnode -            else: -                self.next_n.insert_item(item) + def insert_item(self, item): + if self.next_n == None: + newnode = Node(item) + self.next_n = newnode + else: + if item < self.next_n.get_item(): + newnode = Node(item) + newnode.set_next_n(self.next_n) + self.next_n = newnode + else: + self.next_n.insert_item(item) numlist = LinkedList() numlist.insert_item(9) numlist.insert_item(3) numlist.insert_item(7) -print(numlist.get_smallest())       # prints 3 +print(numlist.get_smallest()) # prints 3 numlist.insert_item(2) -print(numlist.get_smallest())       # prints 2 -    # ... (inside class LinkedList:) -     -    def is_item_present(self, query): -        if self.first_n == None: -            return False -        else: -            answer = self.first_n.is_item_present(query) -            return answer -    # ... (inside class Node:) -     -    def is_item_present(self, query): -        if self.item == query:                         # 1. -            return True -        else: -            if self.next_n == None:                    # 2a. -                return False -            else:                                      # 2b. -                answer = self.next_n.is_item_present(query) -                return answer +print(numlist.get_smallest()) # prints 2 + # ... (inside class LinkedList:) + + def is_item_present(self, query): + if self.first_n == None: + return False + else: + answer = self.first_n.is_item_present(query) + return answer + # ... (inside class Node:) + + def is_item_present(self, query): + if self.item == query: # 1. + return True + else: + if self.next_n == None: # 2a. + return False + else: # 2b. + answer = self.next_n.is_item_present(query) + return answer numlist = LinkedList() numlist.insert_item(9) numlist.insert_item(3) numlist.insert_item(7) -print(numlist.get_smallest())       # prints 3 +print(numlist.get_smallest()) # prints 3 numlist.insert_item(2) -print(numlist.get_smallest())       # prints 2 -print(numlist.is_item_present(7))   # prints True -print(numlist.is_item_present(6))   # prints False +print(numlist.get_smallest()) # prints 2 +print(numlist.is_item_present(7)) # prints True +print(numlist.is_item_present(6)) # prints False #!/usr/bin/env python class BinaryTree: -    def __init__(self): -        self.root_n = None + def __init__(self): + self.root_n = None -    def insert_item(self, item): -        if self.root_n == None: -            newnode = Node(item) -            self.root_n = newnode -        else: -            self.root_n.insert_item(item) + def insert_item(self, item): + if self.root_n == None: + newnode = Node(item) + self.root_n = newnode + else: + self.root_n.insert_item(item) class Node: -     -    def __init__(self, item): -        self.item = item -        self.left_n = None -        self.right_n = None -         -    def get_item(self): -        return self.item -     -    def get_left_n(self): -        return self.left_n -     -    def set_left_n(self, newleft): -        self.left_n = newleft -         -    def get_right_n(self): -        return self.right_n -     -    def set_right_n(self, newright): -        self.right_n = newright -    # ... (inside class Node:) - - -    def insert_item(self, item): -        if item < self.item:                         -            if self.left_n == None:                 # 1a.   -                newnode = Node(item) -                self.left_n = newnode -            else:                                   # 1b. -                self.left_n.insert_item(item) -        else: -            if self.right_n == None:                # 2a. -                newnode = Node(item) -                self.right_n = newnode -            else:                                   # 2b. -                self.right_n.insert_item(newnode) -    # ... (inside class Tree:) -     -    def get_smallest(self): -        if self.root_n == None: -            return None -        else: -            answer = self.root_n.get_smallest() -            return answer -    # ... (inside class Node:) -     -    def get_smallest(self): -        if self.left_n == None: -            return self.item -        else: -            answer = self.left_n.get_smallest() -            return answer + + def __init__(self, item): + self.item = item + self.left_n = None + self.right_n = None + + def get_item(self): + return self.item + + def get_left_n(self): + return self.left_n + + def set_left_n(self, newleft): + self.left_n = newleft + + def get_right_n(self): + return self.right_n + + def set_right_n(self, newright): + self.right_n = newright + # ... (inside class Node:) + + + def insert_item(self, item): + if item < self.item: + if self.left_n == None: # 1a. + newnode = Node(item) + self.left_n = newnode + else: # 1b. + self.left_n.insert_item(item) + else: + if self.right_n == None: # 2a. + newnode = Node(item) + self.right_n = newnode + else: # 2b. + self.right_n.insert_item(newnode) + # ... (inside class Tree:) + + def get_smallest(self): + if self.root_n == None: + return None + else: + answer = self.root_n.get_smallest() + return answer + # ... (inside class Node:) + + def get_smallest(self): + if self.left_n == None: + return self.item + else: + answer = self.left_n.get_smallest() + return answer numtree = BinaryTree() numtree.insert_item(9) numtree.insert_item(3) numtree.insert_item(7) -print(numtree.get_smallest())       # prints 3 +print(numtree.get_smallest()) # prints 3 numtree.insert_item(2) -print(numtree.get_smallest())       # prints 2 +print(numtree.get_smallest()) # prints 2 #!/usr/bin/env python def factorial(n): -    if n == 1: -        return 1 -    else: -        subanswer = factorial(n-1) -        answer = subanswer * n -        return answer + if n == 1: + return 1 + else: + subanswer = factorial(n-1) + answer = subanswer * n + return answer -print(factorial(7))                 # prints 5040 -print(factorial(8))                 # prints 40320 -print(factorial(9))                 # prints 362880 +print(factorial(7)) # prints 5040 +print(factorial(8)) # prints 40320 +print(factorial(9)) # prints 362880 def quicksort(nums): -    if len(nums) <= 1:              # base case -        return nums -    else:                           # recursive case -        pivot = nums[0]             # O(1) -        lt = list() -        eq = list() -        gt = list() + if len(nums) <= 1: # base case + return nums + else: # recursive case + pivot = nums[0] # O(1) + lt = list() + eq = list() + gt = list() -        for num in nums:            # O(n) -            if num < pivot: -                lt.append(num) -            elif num == pivot: -                eq.append(num) -            else: -                gt.append(num) + for num in nums: # O(n) + if num < pivot: + lt.append(num) + elif num == pivot: + eq.append(num) + else: + gt.append(num) -        ## producing lt_sorted and gt_sorted -        lt_sorted = quicksort(lt)  # O(?) -        gt_sorted = quicksort(gt)  # O(?) + ## producing lt_sorted and gt_sorted + lt_sorted = quicksort(lt) # O(?) + gt_sorted = quicksort(gt) # O(?) -        answer = list() -        for num in lt_sorted:      # O(n) -            answer.append(num) -        for num in eq:             # O(n) -            answer.append(num)      -        for num in gt_sorted:      # O(n) -            answer.append(num) + answer = list() + for num in lt_sorted: # O(n) + answer.append(num) + for num in eq: # O(n) + answer.append(num) + for num in gt_sorted: # O(n) + answer.append(num) -    return answer + return answer nums = [4, 6, 8, 1, 2, 8, 9, 2] -print(quicksort(nums))               # prints [1, 2, 2, 4, 6, 8, 8, 9] +print(quicksort(nums)) # prints [1, 2, 2, 4, 6, 8, 8, 9] oneils@atmosphere ~/apcb/r$ R @@ -3536,7 +3536,7 @@ You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. -  Natural language support but running in an English locale + Natural language support but running in an English locale R is a collaborative project with many contributors. @@ -3551,10 +3551,10 @@ Type 'q()' to quit R. > print("Hello world!") [1] "Hello world!" ->  +> > quit(save = "no") -oneils@atmosphere ~/apcb/r$  -  GNU nano 2.2.6             File: helloworld.R                                  +oneils@atmosphere ~/apcb/r$ + GNU nano 2.2.6 File: helloworld.R #!/usr/bin/env Rscript @@ -3566,59 +3566,59 @@ print("Hello World") -^G Get Help  ^O WriteOut  ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos -^X Exit      ^J Justify   ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell -oneils@atmosphere ~/apcb/r$ chmod +x helloworld.R  -oneils@atmosphere ~/apcb/r$ ./helloworld.R  +^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos +^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell +oneils@atmosphere ~/apcb/r$ chmod +x helloworld.R +oneils@atmosphere ~/apcb/r$ ./helloworld.R [1] "Hello World" -oneils@atmosphere ~/apcb/r$  +oneils@atmosphere ~/apcb/r$ library(stringr) print(str_split("Hello world", " ")) alpha <- -4.4 -print(alpha)                       # prints [1] -4.4 +print(alpha) # prints [1] -4.4 alpha_abs <- abs(alpha) -print(alpha_abs)                   # prints [1] 4.4 +print(alpha_abs) # prints [1] 4.4 gamma <- -6.6 gamma <- abs(gamma) -print(gamma)                                    # prints [1] 6.6 +print(gamma) # prints [1] 6.6 count <- 22 count <- count + 1 -print(count)                                    # prints [1] 23 -gc_content <- 0.34                 # numeric 0.34 -evalue <- 1e-7                     # numeric 0.0000001 -seq_len <- 215                     # actually numeric 215.0 -seq_len_int <- as.integer(seq_len)  # integer 215 +print(count) # prints [1] 23 +gc_content <- 0.34 # numeric 0.34 +evalue <- 1e-7 # numeric 0.0000001 +seq_len <- 215 # actually numeric 215.0 +seq_len_int <- as.integer(seq_len) # integer 215 seq_len2 <- as.numeric(seq_len_int) # numeric 215.0 name <- 'Shawn' last_name <- "O'Neil" value_chr <- "6.2" -asum <- 5.4 + value_chr                        # Error! -asum2 <- 5.4 + as.numeric(value_chr)           # numeric 11.6 -asum2_char <- as.character(asum2)              # character, "11.6" -sun_is_yellow <- TRUE                          # logical TRUE -result <- 3 < 5                                # logical TRUE +asum <- 5.4 + value_chr # Error! +asum2 <- 5.4 + as.numeric(value_chr) # numeric 11.6 +asum2_char <- as.character(asum2) # character, "11.6" +sun_is_yellow <- TRUE # logical TRUE +result <- 3 < 5 # logical TRUE -char_test <- "AACT" < "CGTAC"                  # logical TRUE -mix_test <- "AACT" > -20.4                     # logical TRUE +char_test <- "AACT" < "CGTAC" # logical TRUE +mix_test <- "AACT" > -20.4 # logical TRUE a <- 0.2 * 0.2 / 0.2 b <- 0.2 -result <- isTRUE(all.equal(a, b))               # logical TRUE -val <- 5                                       # assigns 5 to val -val < -5                                       # compares val to -5 (less than) -val = -5                                       # assigns -5 to val -val == -5                                      # compares val to -5 (equality) +result <- isTRUE(all.equal(a, b)) # logical TRUE +val <- 5 # assigns 5 to val +val < -5 # compares val to -5 (less than) +val = -5 # assigns -5 to val +val == -5 # compares val to -5 (equality) base1 <- "A" base2 <- "T" val1 <- 3.5 val2 <- 4.7 -result <- val1 < val2 & (base2 == "T" | !(base1 < base2))   # TRUE +result <- val1 < val2 & (base2 == "T" | !(base1 < base2)) # TRUE id <- "REG3A" len <- as.integer(525) gc_content <- 0.67 @@ -3626,9 +3626,9 @@ id_class <- class(id) len_class <- class(len) -print(id_class)                               # prints [1] "character" -print(len_class)                              # prints [1] "integer" -print(class(gc_content))                      # prints [1] "numeric" +print(id_class) # prints [1] "character" +print(len_class) # prints [1] "integer" +print(class(gc_content)) # prints [1] "numeric" a <- # TRUE or FALSE? b <- # TRUE or FALSE? c <- # TRUE or FALSE? @@ -3636,34 +3636,34 @@ d <- # TRUE or FALSE? ## We want the below code to print TRUE result <- ( c | b ) & ( !b | d ) & ( !c | a ) & ( !c | !a ) print(result) -samples <- c(3.2, 4.7, -3.5)            # 3-element numeric vector -samples2 <- c(20.4, samples, 37.6)      # 5-element numeric vector -print(samples2)                         # prints [1] 20.4, 3.2, 4.7, -3.5, 37.6 -second_sample <- samples2[2]            # numeric 3.2 -num_samples <- length(samples2)         # integer 5 -last_sample <- samples2[num_samples]                # numeric 37.6 +samples <- c(3.2, 4.7, -3.5) # 3-element numeric vector +samples2 <- c(20.4, samples, 37.6) # 5-element numeric vector +print(samples2) # prints [1] 20.4, 3.2, 4.7, -3.5, 37.6 +second_sample <- samples2[2] # numeric 3.2 +num_samples <- length(samples2) # integer 5 +last_sample <- samples2[num_samples] # numeric 37.6 # OR -last_sample <- samples2[length(samples2)]        # numeric 37.6 +last_sample <- samples2[length(samples2)] # numeric 37.6 char_vec <- c("one", "two", "three", "four", "five") range <- seq(1, 20, 0.5) print(range) - [1]  1.0  1.5  2.0  2.5  3.0  3.5  4.0  4.5  5.0  5.5  6.0  6.5  7.0  7.5  8.0 -[16]  8.5  9.0  9.5 10.0 10.5 11.0 11.5 12.0 12.5 13.0 13.5 14.0 14.5 15.0 15.5 + [1] 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0 6.5 7.0 7.5 8.0 +[16] 8.5 9.0 9.5 10.0 10.5 11.0 11.5 12.0 12.5 13.0 13.5 14.0 14.5 15.0 15.5 [31] 16.0 16.5 17.0 17.5 18.0 18.5 19.0 19.5 20.0 mix <- c(TRUE, FALSE, as.integer(20)) -[1]  1  0 20 +[1] 1 0 20 mix <- c(TRUE, FALSE, as.integer(20), 3.5) -print(class(mix))                           # [1] "numeric" -print(mix)                                  # [1] 1.0 0.0 20.0 3.5 +print(class(mix)) # [1] "numeric" +print(mix) # [1] 1.0 0.0 20.0 3.5 mix <- c(TRUE, FALSE, as.integer(20), 3.5, "A") -print(class(mix))                           # [1] "character" -print(mix)                                  # [1] "TRUE" "FALSE" "20" "3.5" "A" +print(class(mix)) # [1] "character" +print(mix) # [1] "TRUE" "FALSE" "20" "3.5" "A" numbers <- c(10, 20, 30, 40, 50) -second_el <- numbers[2]                     # 20 +second_el <- numbers[2] # 20 subvector <- numbers[c(3,2)] -print(subvector)                            # [1] 30 20 +print(subvector) # [1] 30 20 numbers[c(3,2)] <- c(35, 25) -print(numbers)                              # [1] 10 25 35 40 50 +print(numbers) # [1] 10 25 35 40 50 print("Printing the vector:") print(scores) @@ -3672,11 +3672,11 @@ print("Printing the names:") names_scores <- names(scores) print(names_scores) [1] "Printing the vector:" -Student A Student B Student C  -       89        94        73  +Student A Student B Student C + 89 94 73 [1] "Printing the names:" [1] "Student A" "Student B" "Student C" -ca_scores <- scores[c("Student C", "Student A")]  # 2 element vector: 73 98 +ca_scores <- scores[c("Student C", "Student A")] # 2 element vector: 73 98 # OR ca_names <- c("Student C", "Student A") ca_scores <- scores[ca_names] @@ -3684,88 +3684,88 @@ ca_scores <- scores[ca_names] scores[c("Student A", "Student C")] <- c(93, 84) print(scores) -Student A Student B Student C  -       93        94        84  +Student A Student B Student C + 93 94 84 select_vec <- c(TRUE, FALSE, TRUE) -ac_scores <- scores[select_vec]                  # 2 element vector: 93 84 +ac_scores <- scores[select_vec] # 2 element vector: 93 84 # OR ac_scores <- scores[c(TRUE, FALSE, TRUE)] scores[c(TRUE, FALSE, TRUE)] <- c(94, 86) print(scores) -Student A Student B Student C  -       94        94        86  +Student A Student B Student C + 94 94 86 numeric_chars <- c("6", "3.7", "9b3x") numerics <- as.numeric(numeric_chars) -print(numerics)                                 # [1] 6.0 3.7 NA +print(numerics) # [1] 6.0 3.7 NA ave <- mean(numerics) -print(ave)                                      # [1] NA +print(ave) # [1] NA ave <- mean(numerics, na.rm = TRUE) -print(ave)                                      # [1] 4.85 +print(ave) # [1] 4.85 values <- c(10, 20, 30, 40) mult <- c(1, 2, 3, 4) -result <- values * mult                # 4 element vector: 10 40 90 160 +result <- values * mult # 4 element vector: 10 40 90 160 values <- c(10, 20, 30, 40) comparison_values <- c(25, 10, 25, 35) -result <- values > comparison_values   # 4 element vector: FALSE TRUE TRUE TRUE +result <- values > comparison_values # 4 element vector: FALSE TRUE TRUE TRUE values <- c(10, 20, 30, 40) mult <- c(10, -10) -result <- values * mult                # 4 element vector: 100 -200 300 -400 -result <- values * 2                   # same as values * c(2) -print(result)                          # [1] 20 40 60 80 +result <- values * mult # 4 element vector: 100 -200 300 -400 +result <- values * 2 # same as values * c(2) +print(result) # [1] 20 40 60 80 values <- c(3, 5, 7) mult <- c(10, -10) -result <- values * mult                # 3 element vector: 30 -50 70 +result <- values * mult # 3 element vector: 30 -50 70 values <- c(10, 20, 30, 40, 50, 60) values[c(TRUE, TRUE, FALSE, TRUE, FALSE, TRUE)] <- c(5, -5) -print(values)                          # [1] 5 -5 30 5 50 -5 +print(values) # [1] 5 -5 30 5 50 -5 values <- c(10, 20, 30, 40, 50, 60) values[c(TRUE, TRUE, FALSE, TRUE, FALSE, TRUE)] <- 0 # same as ... <- c(0) -print(values)                          # [1] 0 0 30 0 50 0 +print(values) # [1] 0 0 30 0 50 0 values <- c(10, 20, 30, 40, 50, 60) -select_vec <- values > 35              # TRUE TRUE TRUE FALSE FALSE FALSE +select_vec <- values > 35 # TRUE TRUE TRUE FALSE FALSE FALSE values[select_vec] <- 0 -print(values)                          # [1] 10 20 30 0 0 0 +print(values) # [1] 10 20 30 0 0 0 values <- c(10, 20, 30, 40, 50, 60) values[values > 35] <- 0 -print(values)                          # [1] 10 20 30 0 0 0 +print(values) # [1] 10 20 30 0 0 0 values <- c(30, 10, 60, 20, 40, 50) values[values > mean(values)] <- 0 -print(values)                          # [1] 30 10 0 20 0 0  +print(values) # [1] 30 10 0 20 0 0 values <- c(30, 10, 60, 20, 40, 50) gt_mean <- values[values > mean(values)] -print(gt_mean)                         # [1] 60 40 50 -range <- seq(0, 7, 0.2)                # 0.0 0.2 0.4 ... 7.0 -len_range <- length(range)             # 36 +print(gt_mean) # [1] 60 40 50 +range <- seq(0, 7, 0.2) # 0.0 0.2 0.4 ... 7.0 +len_range <- length(range) # 36 quantiles_range <- quantile(range, c(0.25, 0.5, 0.75)) print(quantiles_range) - 25%  50%  75%  -1.75 3.50 5.25  + 25% 50% 75% +1.75 3.50 5.25 values <- c(20, 40, 30, 20, 10, 50, 10) -values_uniq <- unique(values)         # 20 40 30 10 50 +values_uniq <- unique(values) # 20 40 30 10 50 -rev_uniq <- rev(values_uniq)          # 50 10 30 40 20 -order_rev_uniq <- order(rev_uniq)     # 2 5 3 4 1 +rev_uniq <- rev(values_uniq) # 50 10 30 40 20 +order_rev_uniq <- order(rev_uniq) # 2 5 3 4 1 id <- c("cc4", "aa6", "bb3") score <- c(20.05, 35.62, 42.71) @@ -3774,74 +3774,74 @@ id_sorted <- id[order(id)] score_sorted <- score[order(id)] -print(id_sorted)                     # [1] "aa6" "bb3" "cc4"  -print(score_sorted)                  # [1] 35.62 42.71 20.05 +print(id_sorted) # [1] "aa6" "bb3" "cc4" +print(score_sorted) # [1] 35.62 42.71 20.05 values <- c(5, 10, 15, 20, 25, 30) -sample_1 <- sample(values, 3, replace = FALSE)        # 15 5 30 -sample_2 <- sample(values, 3, replace = TRUE)         # 15 30 15 +sample_1 <- sample(values, 3, replace = FALSE) # 15 5 30 +sample_2 <- sample(values, 3, replace = TRUE) # 15 30 15 count <- c(1, 2) -count_rep1 <- rep(count, 3)                           # 1 2 1 2 1 2 -count_rep2 <- rep(count, each = 3)                    # 1 1 1 2 2 2 +count_rep1 <- rep(count, 3) # 1 2 1 2 1 2 +count_rep2 <- rep(count, each = 3) # 1 1 1 2 2 2 values_char <- c("5.7", "4.3", "a9b3", "2.4") -values <- as.numeric(values_char)                     # 5.7 4.3 NA 2.4 +values <- as.numeric(values_char) # 5.7 4.3 NA 2.4 -values_na <- is.na(values)                            # FALSE FALSE TRUE FALSE +values_na <- is.na(values) # FALSE FALSE TRUE FALSE -values_no_nas <- values[!values_na]                   # 5.7 4.3 2.4 +values_no_nas <- values[!values_na] # 5.7 4.3 2.4 # OR -values_no_nas <- values[!is.na(values_na)]            # 5.7 4.3 2.4 -sample_norm <- rnorm(5, mean = 6, sd = 2)     # e.g. 7.07 2.4 4.5 6.2 5.1 -sample_unif <- runif(5, min = 2, max = 6)     # e.g. 2.1 4.06 2.48 4.67 5.80 -sample_exp <- rexp(5, rate = 1.5)             # e.g. 0.24 0.50 0.01 0.55 0.30 +values_no_nas <- values[!is.na(values_na)] # 5.7 4.3 2.4 +sample_norm <- rnorm(5, mean = 6, sd = 2) # e.g. 7.07 2.4 4.5 6.2 5.1 +sample_unif <- runif(5, min = 2, max = 6) # e.g. 2.1 4.06 2.48 4.67 5.80 +sample_exp <- rexp(5, rate = 1.5) # e.g. 0.24 0.50 0.01 0.55 0.30 sample_1 <- rnorm(100, mean = 10, sd = 4) sample_2 <- rnorm(100, mean = 12, sd = 4) ttest_result <- t.test(sample_1, sample_2) -print(class(ttest_result))                    # [1] "htest" +print(class(ttest_result)) # [1] "htest" print(ttest_result) Welch Two Sample t-test -data:  sample_1 and sample_2 +data: sample_1 and sample_2 t = -2.6847, df = 193.503, p-value = 0.007889 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: - -2.690577 -0.411598 + -2.690577 -0.411598 sample estimates: -mean of x mean of y  - 10.03711  11.58819  -name    population      income  murder  hs_grad region -Alabama 3615    3624    15.1    41.3    South -Alaska  365     6315    11.3    66.7    West -Arizona 2212    4530    7.8     58.1    West -Arkansas        2110    3378    10.1    39.9    South -California      21198   5114    10.3    62.6    West -Colorado        2541    4884    6.8     63.9    West +mean of x mean of y + 10.03711 11.58819 +name population income murder hs_grad region +Alabama 3615 3624 15.1 41.3 South +Alaska 365 6315 11.3 66.7 West +Arizona 2212 4530 7.8 58.1 West +Arkansas 2110 3378 10.1 39.9 South +California 21198 5114 10.3 62.6 West +Colorado 2541 4884 6.8 63.9 West ... ... -Massachusetts   5814    4755    3.3     58.5    Northeast -Michigan        9111    4751    11.1    52.8    North Central   # mitten -Minnesota       3921    4675    2.3     57.6    North Central +Massachusetts 5814 4755 3.3 58.5 Northeast +Michigan 9111 4751 11.1 52.8 North Central # mitten +Minnesota 3921 4675 2.3 57.6 North Central ... states <- read.table(file = "states.txt", -                     header = TRUE, -                     sep = "\t", -                     stringsAsFactors = FALSE,  -                     comment.char = "#") -             name population income murder hs_grad        region -1         Alabama       3615   3624   15.1    41.3         South -2          Alaska        365   6315   11.3    66.7          West -3         Arizona       2212   4530    7.8    58.1          West -4        Arkansas       2110   3378   10.1    39.9         South -5      California      21198   5114   10.3    62.6          West -6        Colorado       2541   4884    6.8    63.9          West + header = TRUE, + sep = "\t", + stringsAsFactors = FALSE, + comment.char = "#") + name population income murder hs_grad region +1 Alabama 3615 3624 15.1 41.3 South +2 Alaska 365 6315 11.3 66.7 West +3 Arizona 2212 4530 7.8 58.1 West +4 Arkansas 2110 3378 10.1 39.9 South +5 California 21198 5114 10.3 62.6 West +6 Colorado 2541 4884 6.8 63.9 West ... first_10 <- head(states, n = 10) @@ -3850,19 +3850,19 @@ print(first_10) # OR print(head(states, n = 10)) incomes <- states$"income" -print(incomes)                    # [1] 3624 6315 4530 3378 5114 4884 ... +print(incomes) # [1] 3624 6315 4530 3378 5114 4884 ... incomes <- states$income -print(incomes)                    # [1] 3624 6315 4530 3378 5114 4884 ... -nrth_cntrl_logical <- states$region == "North Central"  # Logical vector -states$region[nrth_cntrl_logical] <- "Central"          # Selective replacement +print(incomes) # [1] 3624 6315 4530 3378 5114 4884 ... +nrth_cntrl_logical <- states$region == "North Central" # Logical vector +states$region[nrth_cntrl_logical] <- "Central" # Selective replacement # OR states$region[states$region == "North Central"] <- "Central" write.table(states, -            file = "states_modified.txt", -            quote = FALSE, -            sep = "\t", -            row.names = FALSE, -            col.names = TRUE) + file = "states_modified.txt", + quote = FALSE, + sep = "\t", + row.names = FALSE, + col.names = TRUE) #!/usr/bin/env Rscript @@ -3872,15 +3872,15 @@ print(args) # read data frame from stdin -input_df <- read.table("stdin",  -                       header = FALSE,  -                       stringsAsFactors = FALSE) +input_df <- read.table("stdin", + header = FALSE, + stringsAsFactors = FALSE) # write data frame to stdout write.table(input_df, -            file = "",  -            row.names = FALSE,  -            col.names = FALSE, -            sep = "\t") + file = "", + row.names = FALSE, + col.names = FALSE, + sep = "\t") states$newpop <- states$population highmurder <- states$murder >= median(states$murder) states$newpop[highmurder] <- states$population[highmurder] * 0.9 @@ -3890,55 +3890,55 @@ vec2 <- c(1/5, 1/5, 1/5) eq <- isTRUE(all.equal(vec1, vec2)) -print(eq)                                  # [1] TRUE +print(eq) # [1] TRUE vec1 <- c(4.00000001, 6) vec2 <- c(4, 2) epsilon <- 0.00001 eq <- abs(vec1 - vec2) < epsilon -print(eq)                                  # [1] TRUE FALSE -# Compares elements of a and b;  +print(eq) # [1] TRUE FALSE +# Compares elements of a and b; # returns TRUE for each within epsilon equalish <- function(a, b, epsilon = 0.00001) { -  result <- abs(a - b) < epsilon -  return(result) -}        + result <- abs(a - b) < epsilon + return(result) +} vec1 <- c(4.00000001, 6) vec2 <- c(4, 2) eq <- equalish(vec1, vec2) -print(eq)                         # [1] TRUE FALSE +print(eq) # [1] TRUE FALSE eq <- equalish(vec1, vec2, 0.000000000001) -print(eq)                                  # [1] FALSE FALSE +print(eq) # [1] FALSE FALSE # by name: eq <- equalish(a = vec1, b = vec2, epsilon = 0.000000000001) # mix of position and name: eq <- equalish(vec1, vec2, epsilon = 0.000000000001) -eq <- equalish(vec1, epsilon = 0.00000000001, vec2)       # confusing! -eq <- equalish(epsilon = 0.00000000001, vec2, a = vec1)   # confusing! +eq <- equalish(vec1, epsilon = 0.00000000001, vec2) # confusing! +eq <- equalish(epsilon = 0.00000000001, vec2, a = vec1) # confusing! # returns the difference between mean(vec1) # and mean(vec2) diff_mean <- function(vec1, vec2, remove_NAs = FALSE) { -  m1 <- mean(vec1, na.rm = remove_NAs)  -  m2 <- mean(vec2, na.rm = remove_NAs) -  return(m1 - m2) + m1 <- mean(vec1, na.rm = remove_NAs) + m2 <- mean(vec2, na.rm = remove_NAs) + return(m1 - m2) } vec1 <- c(4.00000001, 6) vec2 <- c(4, 2) -eq <- equalish(vec1, vec2)                 # TRUE FALSE +eq <- equalish(vec1, vec2) # TRUE FALSE print(result) Error in print(result) : object 'result' not found Execution halted result <- "Success" vec1 <- c(4.00000001, 6) vec2 <- c(4, 2) -eq <- equalish(vec1, vec2)                 # TRUE FALSE +eq <- equalish(vec1, vec2) # TRUE FALSE print(result) [1] "Success" equalish <- function(a, b, epsilon = 0.00001) { -  result <- abs(a - b) < epsilon -  print(testvar) -  return(result) + result <- abs(a - b) < epsilon + print(testvar) + return(result) } @@ -3946,18 +3946,18 @@ equalish <- function(a, b, epsilon = 0.00001) { testvar <- "Contents of testvar" vec1 <- c(4.00000001, 6) vec2 <- c(4, 2) -eq <- equalish(vec1, vec2)  # TRUE FALSE    +eq <- equalish(vec1, vec2) # TRUE FALSE [1] "Contents of testvar" equalish <- function() { -  result <- abs(vec1 - vec2) < epsilon -  return(result) + result <- abs(vec1 - vec2) < epsilon + return(result) } vec1 <- c(4.00000001, 6) vec2 <- c(4, 2) epsilon <- 0.00001 -eq <- equalish()            # TRUE FALSE +eq <- equalish() # TRUE FALSE nums = [1, 2, 3, 4, 5] numsb = nums numsb[0] = 1000 @@ -3971,10 +3971,10 @@ numsb[1] <- 1000 print(nums) print(numsb) [1] 1 2 3 4 5 -[1] 1000    2    3    4    5 +[1] 1000 2 3 4 5 def testfunc(param): -    param[0] = 1000 -    return param + param[0] = 1000 + return param nums = [1, 2, 3, 4, 5] @@ -3984,8 +3984,8 @@ print(numsb) [1000, 2, 3, 4, 5] [1000, 2, 3, 4, 5] testfunc <- function(param) { -  param[1] <- 1000 -  return(param) + param[1] <- 1000 + return(param) } @@ -3994,9 +3994,9 @@ numsb <- testfunc(nums) print(nums) print(numsb) [1] 1 2 3 4 5 -[1] 1000    2    3    4    5 +[1] 1000 2 3 4 5 > help("t.test") -t.test                  package:stats                  R Documentation +t.test package:stats R Documentation Student's t-Test @@ -4005,36 +4005,36 @@ Student's t-Test Description: -     Performs one and two sample t-tests on vectors of data. + Performs one and two sample t-tests on vectors of data. Usage: -     t.test(x, ...) -      -     ## Default S3 method: -     t.test(x, y = NULL, -            alternative = c("two.sided", "less", "greater"), -            mu = 0, paired = FALSE, var.equal = FALSE, -            conf.level = 0.95, ...) -      -     ## S3 method for class 'formula' -     t.test(formula, data, subset, na.action, ...) -      + t.test(x, ...) + + ## Default S3 method: + t.test(x, y = NULL, + alternative = c("two.sided", "less", "greater"), + mu = 0, paired = FALSE, var.equal = FALSE, + conf.level = 0.95, ...) + + ## S3 method for class 'formula' + t.test(formula, data, subset, na.action, ...) + Arguments: -       x: a (non-empty) numeric vector of data values. + x: a (non-empty) numeric vector of data values. -       y: an optional (non-empty) numeric vector of data values. + y: an optional (non-empty) numeric vector of data values. ... mean_diff <- function() { -  m1 <- mean(v1) -  m2 <- mean(v2) -  answer <- m1 - m2 -  return(answer) + m1 <- mean(v1) + m2 <- mean(v2) + answer <- m1 - m2 + return(answer) } @@ -4047,13 +4047,13 @@ v2 <- sample2 diff <- mean_diff() print(diff) ## given two numeric vectors a and b, -## returns the difference in coefficient of  +## returns the difference in coefficient of ## variation (sd over mean) NAs are ignored. diff_cov <- function(a, b) { -  cova <- coeff_of_var(a) -  covb <- coeff_of_var(b) -  result <- cova - covb -  return(result) + cova <- coeff_of_var(a) + covb <- coeff_of_var(b) + result <- cova - covb + return(result) } @@ -4061,8 +4061,8 @@ diff_cov <- function(a, b) { ## the coefficient of variation (sd over mean) ## NAs are ignored coeff_of_var <- function(a) { -  result <- sd(a, na.rm = TRUE) / mean(a, na.rm = TRUE) -  return(result) + result <- sd(a, na.rm = TRUE) / mean(a, na.rm = TRUE) + return(result) } @@ -4071,40 +4071,40 @@ sample2 <- rnorm(100, mean = 8, sd = 2.5) answer <- diff_cov(sample1, sample2) print(answer) equalish <- function(a, b, epsilon = 0.00001) { -  result <- abs(a - b) < epsilon -  result + result <- abs(a - b) < epsilon + result } organism <- "A. thaliana" ecotypes <- c("C24", "Col0", "WS2") num_chromosomes <- 5 athal <- list(organism, ecotypes, num_chromosomes) -print(class(athal))                                  # [1] "list" +print(class(athal)) # [1] "list" sublist <- athal[c(1,3)] sublist <- athal[c(TRUE, FALSE, TRUE)] eco_list <- athal[2] -print(class(eco_list))                               # [1] "list" -print(length(eco_list))                              # [1] 1  +print(class(eco_list)) # [1] "list" +print(length(eco_list)) # [1] 1 ecotypes <- athal[[2]] -print(class(ecotypes))                               # [1] "character" -print(ecotypes)                                      # [1] "C24" "Col0" "Ws2" +print(class(ecotypes)) # [1] "character" +print(ecotypes) # [1] "C24" "Col0" "Ws2" print(athal) [[1]] [1] "A. thaliana" [[2]] -[1] "C24"  "Col0" "WS2"  +[1] "C24" "Col0" "WS2" [[3]] [1] 5 names(athal) <- c("Species", "Ecotypes", "# Chromosomes") -sublist <- athal[c("Species", "# Chromosomes")]      # list of length two +sublist <- athal[c("Species", "# Chromosomes")] # list of length two -ecotypes <- athal[["Ecotypes"]]                      # ecotypes vector +ecotypes <- athal[["Ecotypes"]] # ecotypes vector extract_name <- "Ecotypes" -ecotypes <- athal[[extract_name]]                    # ecotypes vector +ecotypes <- athal[[extract_name]] # ecotypes vector ecotypes <- athal[["Ecotypes"]] # same as ecotypes <- athal$"Ecotypes" @@ -4120,7 +4120,7 @@ $Species $Ecotypes -[1] "C24"  "Col0" "WS2b" +[1] "C24" "Col0" "WS2b" $`# Chromosomes` @@ -4137,27 +4137,27 @@ $ChrInfo$GeneCounts sample <- rnorm(10, mean = 20, sd = 10) attr(sample, "disttype") <- "normal" print(sample) - [1] -3.177991  8.676695 10.623292 22.020329  5.497178 10.135908  7.113268 - [8] 26.784623 16.306509 21.237899 + [1] -3.177991 8.676695 10.623292 22.020329 5.497178 10.135908 7.113268 + [8] 26.784623 16.306509 21.237899 attr(,"disttype") [1] "normal" attr(athal$Species, "kingdom") <- "Plantae" List of 4 - $ Species      : atomic [1:1] A. thaliana -  ..- attr(*, "kingdom")= chr "Plantae" - $ Ecotypes     : chr [1:3] "C24" "Col0" "WS2b" - $ # Chromosomes: num 5 - $ ChrInfo      :List of 2 -  ..$ Lengths   : num [1:5] 54.2 36.4 19.7 46.3 29.2 -  ..$ GeneCounts: num [1:5] 8621 7215 3124 7219 4140 + $ Species : atomic [1:1] A. thaliana + ..- attr(*, "kingdom")= chr "Plantae" + $ Ecotypes : chr [1:3] "C24" "Col0" "WS2b" + $ # Chromosomes: num 5 + $ ChrInfo :List of 2 + ..$ Lengths : num [1:5] 54.2 36.4 19.7 46.3 29.2 + ..$ GeneCounts: num [1:5] 8621 7215 3124 7219 4140 # delete ChrInfo and Species attribute athal$ChrInfo <- NULL attr(athal$Species, "kingdom") <- NULL str(athal) List of 3 - $ Species      : chr "A. thaliana" - $ Ecotypes     : chr [1:3] "C24" "Col0" "WS2b" - $ # Chromosomes: num 5 + $ Species : chr "A. thaliana" + $ Ecotypes : chr [1:3] "C24" "Col0" "WS2b" + $ # Chromosomes: num 5 samp1 <- rnorm(100, mean = 10, sd = 5) samp2 <- rnorm(100, mean = 8, sd = 5) tresult <- t.test(samp1, samp2) @@ -4165,32 +4165,32 @@ print(tresult) Welch Two Sample t-test -data:  samp1 and samp2 +data: samp1 and samp2 t = 2.8214, df = 197.172, p-value = 0.005271 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: - 0.6312612 3.5626936 + 0.6312612 3.5626936 sample estimates: -mean of x mean of y  - 9.307440  7.210463  +mean of x mean of y + 9.307440 7.210463 List of 9 - $ statistic  : Named num 5.41 -  ..- attr(*, "names")= chr "t" - $ parameter  : Named num 198 -  ..- attr(*, "names")= chr "df" - $ p.value    : num 1.84e-07 - $ conf.int   : atomic [1:2] 2.07 4.45 -  ..- attr(*, "conf.level")= num 0.95 - $ estimate   : Named num [1:2] 10.41 7.15 -  ..- attr(*, "names")= chr [1:2] "mean of x" "mean of y" - $ null.value : Named num 0 -  ..- attr(*, "names")= chr "difference in means" - $ alternative: chr "two.sided" - $ method     : chr "Welch Two Sample t-test" - $ data.name  : chr "samp1 and samp2" - - attr(*, "class")= chr "htest" + $ statistic : Named num 5.41 + ..- attr(*, "names")= chr "t" + $ parameter : Named num 198 + ..- attr(*, "names")= chr "df" + $ p.value : num 1.84e-07 + $ conf.int : atomic [1:2] 2.07 4.45 + ..- attr(*, "conf.level")= num 0.95 + $ estimate : Named num [1:2] 10.41 7.15 + ..- attr(*, "names")= chr [1:2] "mean of x" "mean of y" + $ null.value : Named num 0 + ..- attr(*, "names")= chr "difference in means" + $ alternative: chr "two.sided" + $ method : chr "Welch Two Sample t-test" + $ data.name : chr "samp1 and samp2" + - attr(*, "class")= chr "htest" scores <- c(56.3, 91.7, 87.4) -scores_list <- as.list(scores)     # A list with 3 single-element vectors +scores_list <- as.list(scores) # A list with 3 single-element vectors a <- rnorm(100, mean = 2, sd = 3) response <- a * 1.5 + rnorm(100, mean = 0, sd = 1) model <- lm(response ~ a) @@ -4200,19 +4200,19 @@ lm(formula = response ~ a) Coefficients: -(Intercept)            a   -   -0.06706      1.53367   +(Intercept) a + -0.06706 1.53367 vartest <- anova(model) print(vartest) Analysis of Variance Table Response: response -          Df  Sum Sq Mean Sq F value    Pr(>F)     -a          1 2848.43 2848.43  3827.2 < 2.2e-16 *** -Residuals 98   72.94    0.74                       + Df Sum Sq Mean Sq F value Pr(>F) +a 1 2848.43 2848.43 3827.2 < 2.2e-16 *** +Residuals 98 72.94 0.74 --- -Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 +Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 ids <- c("AGP", "T34", "ALQ", "IXL") lengths <- c(256, 134, 92, 421) gcs <- c(0.21, 0.34, 0.41, 0.65) @@ -4220,17 +4220,17 @@ gcs <- c(0.21, 0.34, 0.41, 0.65) gene_info <- data.frame(ids, lengths, gcs, stringsAsFactors = FALSE) print(gene_info) -'data.frame': 4 obs. of  3 variables: - $ ids    : chr  "AGP" "T34" "ALQ" "IXL" - $ lengths: num  256 134 92 421 - $ gcs    : num  0.21 0.34 0.41 0.65 +'data.frame': 4 obs. of 3 variables: + $ ids : chr "AGP" "T34" "ALQ" "IXL" + $ lengths: num 256 134 92 421 + $ gcs : num 0.21 0.34 0.41 0.65 # set column names names(gene_info) <- c("ids", "lengths", "gcs") # better way: colnames(gene_info) <- c("ids", "lengths", "gcs") -print(colnames(gene_info))                      # [1] "ids" "lengths" "gcs" +print(colnames(gene_info)) # [1] "ids" "lengths" "gcs" sub_info <- gene_info[c(1,3)] sub_info <- gene_info[c("ids", "gcs")] sub_info <- gene_info[c(TRUE, FALSE, TRUE)] @@ -4240,65 +4240,65 @@ ids_vec <- gene_info$ids # select the third and first rows, columns "lengths" and "ids" subframe <- gene_info[c(3, 1), c("lengths", "ids")] print(subframe) -  lengths ids -3      92 ALQ -1     256 AGP + lengths ids +3 92 ALQ +1 256 AGP rownames(gene_info) <- c("g1", "g2", "g3", "g4") subframe <- gene_info[c(3, 1), c("lengths", "ids")] print(subframe) -   lengths ids -g3      92 ALQ -g1     256 AGP + lengths ids +g3 92 ALQ +g1 256 AGP row_selector <- gene_info$lengths < 200 | gene_info$gcs < 0.3 selected <- gene_info[row_selector, ] print(selected) -   ids lengths  gcs -g1 AGP     256 0.21 -g2 T34     134 0.34 -g3 ALQ      92 0.41 + ids lengths gcs +g1 AGP 256 0.21 +g2 T34 134 0.34 +g3 ALQ 92 0.41 gene_info_sorted <- gene_info[order(gene_info$lengths), ] print(gene_info_sorted) -   ids lengths  gcs -g3 ALQ      92 0.41 -g2 T34     134 0.34 -g1 AGP     256 0.21 -g4 IXL     421 0.65 + ids lengths gcs +g3 ALQ 92 0.41 +g2 T34 134 0.34 +g1 AGP 256 0.21 +g4 IXL 421 0.65 gene_info$gc_category <- NA gene_info$gc_category[gene_info$gcs < 0.5] <- "low" gene_info$gc_category[gene_info$gcs >= 0.5] <- "high" print(gene_info) -   ids lengths  gcs gc_category -g1 AGP     256 0.21         low -g2 T34     134 0.34         low -g3 ALQ      92 0.41         low -g4 IXL     421 0.65        high + ids lengths gcs gc_category +g1 AGP 256 0.21 low +g2 T34 134 0.34 low +g3 ALQ 92 0.41 low +g4 IXL 421 0.65 high m <- matrix(c(1, 2, 3, 4, 5, 6), nrow = 2, ncol = 3) print(m) -     [,1] [,2] [,3] -[1,]    1    3    5 -[2,]    2    4    6 -id      annotation      expression      sample -LQ00X000020     Hypothetical protein    5.024142433     C6_control_A1 -LQ00X000020     Hypothetical protein    4.646697026     C6_control_A3 -LQ00X000020     Hypothetical protein    4.986591902     C6_control_B1 -LQ00X000020     Hypothetical protein    5.164291761     C6_control_B2 -LQ00X000020     Hypothetical protein    5.348809843     C6_control_B3 -LQ00X000020     Hypothetical protein    5.519392911     C6_control_C1 -LQ00X000020     Hypothetical protein    5.305463561     C6_control_C2 -LQ00X000020     Hypothetical protein    5.535279863     C6_control_C3 -LQ00X000020     Hypothetical protein    4.831259167     C6_chemical_A1 -LQ00X000020     Hypothetical protein    4.784184435     C6_chemical_A3 -LQ00X000020     Hypothetical protein    5.577740866     C6_chemical_B1 + [,1] [,2] [,3] +[1,] 1 3 5 +[2,] 2 4 6 +id annotation expression sample +LQ00X000020 Hypothetical protein 5.024142433 C6_control_A1 +LQ00X000020 Hypothetical protein 4.646697026 C6_control_A3 +LQ00X000020 Hypothetical protein 4.986591902 C6_control_B1 +LQ00X000020 Hypothetical protein 5.164291761 C6_control_B2 +LQ00X000020 Hypothetical protein 5.348809843 C6_control_B3 +LQ00X000020 Hypothetical protein 5.519392911 C6_control_C1 +LQ00X000020 Hypothetical protein 5.305463561 C6_control_C2 +LQ00X000020 Hypothetical protein 5.535279863 C6_control_C3 +LQ00X000020 Hypothetical protein 4.831259167 C6_chemical_A1 +LQ00X000020 Hypothetical protein 4.784184435 C6_chemical_A3 +LQ00X000020 Hypothetical protein 5.577740866 C6_chemical_B1 library(stringr) expr_long <- read.table("expr_long_coded.txt", -                        header = TRUE, -                        sep = "\t", -                        stringsAsFactors = FALSE) + header = TRUE, + sep = "\t", + stringsAsFactors = FALSE) sample_split <- str_split_fixed(expr_long$sample, "_", 3) print(head(sample_split)) -     [,1] [,2]      [,3] + [,1] [,2] [,3] [1,] "C6" "control" "A1" [2,] "C6" "control" "A3" [3,] "C6" "control" "B1" @@ -4308,20 +4308,20 @@ print(head(sample_split)) sample_split_df <- data.frame(sample_split) colnames(sample_split_df) <- c("genotype", "treatment", "tissuerep") expr_long_split <- cbind(expr_long, sample_split_df) -           id           annotation expression        sample genotype treatment -1 LQ00X000020 Hypothetical protein   5.024142 C6_control_A1       C6   control -2 LQ00X000020 Hypothetical protein   4.646697 C6_control_A3       C6   control -3 LQ00X000020 Hypothetical protein   4.986592 C6_control_B1       C6   control -4 LQ00X000020 Hypothetical protein   5.164292 C6_control_B2       C6   control -5 LQ00X000020 Hypothetical protein   5.348810 C6_control_B3       C6   control -6 LQ00X000020 Hypothetical protein   5.519393 C6_control_C1       C6   control -  tissuerep -1        A1 -2        A3 -3        B1 -4        B2 -5        B3 -6        C1 + id annotation expression sample genotype treatment +1 LQ00X000020 Hypothetical protein 5.024142 C6_control_A1 C6 control +2 LQ00X000020 Hypothetical protein 4.646697 C6_control_A3 C6 control +3 LQ00X000020 Hypothetical protein 4.986592 C6_control_B1 C6 control +4 LQ00X000020 Hypothetical protein 5.164292 C6_control_B2 C6 control +5 LQ00X000020 Hypothetical protein 5.348810 C6_control_B3 C6 control +6 LQ00X000020 Hypothetical protein 5.519393 C6_control_C1 C6 control + tissuerep +1 A1 +2 A3 +3 B1 +4 B2 +5 B3 +6 C1 expr_long_split$tissue <- NA expr_long_split$tissue[str_detect(expr_long_split$tissuerep, "A")] <- "A" expr_long_split$tissue[str_detect(expr_long_split$tissuerep, "B")] <- "B" @@ -4336,63 +4336,63 @@ expr_long_split$rep[str_detect(expr_long_split$tissuerep, "3")] <- "3" print(expr_long_split[is.na(expr_long_split$rep), ]) # should print 0 rows -              id                                           annotation -260  LQ00X000370              Putative Beta-hexosaminidase subunit B2 -590  LQ00X001530                    Putative Peptide transporter PTR1 -855  LQ00X002040           Probable adenylate kinase 2, chloroplastic + id annotation +260 LQ00X000370 Putative Beta-hexosaminidase subunit B2 +590 LQ00X001530 Putative Peptide transporter PTR1 +855 LQ00X002040 Probable adenylate kinase 2, chloroplastic 1827 LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 -2135 LQ00X004780                          Phenylalanine ammonia-lyase -     expression         sample genotype treatment tissuerep tissue  rep -260   11.731868  C6_control_B0       C6   control        B0      B -590   12.982069 C6_chemical_C0       C6  chemical        C0      C -855    5.327353  L4_control_C0       L4   control        C0      C -1827   7.596899  C6_control_B0       C6   control        B0      B -2135   6.165839  L4_control_C0       L4   control        C0      C +2135 LQ00X004780 Phenylalanine ammonia-lyase + expression sample genotype treatment tissuerep tissue rep +260 11.731868 C6_control_B0 C6 control B0 B +590 12.982069 C6_chemical_C0 C6 chemical C0 C +855 5.327353 L4_control_C0 L4 control C0 C +1827 7.596899 C6_control_B0 C6 control B0 B +2135 6.165839 L4_control_C0 L4 control C0 C bad_ids <- expr_long_split$id[is.na(expr_long_split$rep)] print(bad_ids) [1] "LQ00X000370" "LQ00X001530" "LQ00X002040" "LQ00X004320" "LQ00X004780" -bad_rows <- expr_long_split$id %in% bad_ids      # logical vector +bad_rows <- expr_long_split$id %in% bad_ids # logical vector -expr_long_split <- expr_long_split[!bad_rows, ]  # logical selection +expr_long_split <- expr_long_split[!bad_rows, ] # logical selection first <- c("Tom", "Bob") last <- c("Waits", "Dylan") full <- str_c(first, last, sep = "_") -print(full)                                      # [1] "Tom_Waits" "Bob_Dylan" -print(str_c("Number of names: ", length(full)))  # [1] "Number of names: 2" +print(full) # [1] "Tom_Waits" "Bob_Dylan" +print(str_c("Number of names: ", length(full))) # [1] "Number of names: 2" treatment_factor <- factor(expr_long_split$treatment) print(head(treatment_factor, n = 10)) - [1] control  control  control  control  control  control  control  control  - [9] chemical chemical + [1] control control control control control control control control + [9] chemical chemical Levels: chemical control - Factor w/ 2 levels "chemical","control": 2 2 2 2 2 2 2 2 1 1 ... -print(attr(treatment_factor, "class"))           # [1] "factor" + Factor w/ 2 levels "chemical","control": 2 2 2 2 2 2 2 2 1 1 ... +print(attr(treatment_factor, "class")) # [1] "factor" attr(treatment_factor, "class") <- NULL str(treatment_factor) - atomic [1:366016] 2 2 2 2 2 2 2 2 1 1 ... - - attr(*, "levels")= chr [1:2] "chemical" "control" -class(treatment_factor) <- "factor"       + atomic [1:366016] 2 2 2 2 2 2 2 2 1 1 ... + - attr(*, "levels")= chr [1:2] "chemical" "control" +class(treatment_factor) <- "factor" attr(treatment_factor, "levels") <- c("Chemical", "Water") # better: levels(treatment_factor) <- c("Chemical", "Water") -levels(treatment_factor) <- c("Water", "Chemical")   # Ack! +levels(treatment_factor) <- c("Water", "Chemical") # Ack! treatment_factor <- factor(expr_long_split$treatment, -                           levels = c("control", "chemical"), # existing levels -                           labels = c("Water", "Chemical"),   # new names -                           ordered = TRUE)                    # specify ordered + levels = c("control", "chemical"), # existing levels + labels = c("Water", "Chemical"), # new names + ordered = TRUE) # specify ordered print(head(treatment_factor)) [1] Water Water Water Water Water Water Levels: Water < Chemical -tissues <- unique(expr_long_split$tissue)                     # B C A -tissues_sorted <- tissues[order(tissues)]                     # A B C -tissues_reversed <- rev(tissues_sorted)                       # C B A +tissues <- unique(expr_long_split$tissue) # B C A +tissues_sorted <- tissues[order(tissues)] # A B C +tissues_reversed <- rev(tissues_sorted) # C B A -tissues_factor <- factor(expr_long_split$tissue,  -                         levels = tissues_reversed, -                         ordered = TRUE) +tissues_factor <- factor(expr_long_split$tissue, + levels = tissues_reversed, + ordered = TRUE) print(head(tissues_factor)) @@ -4401,17 +4401,17 @@ Levels: C < B < A species <- c("salmon", "trout", "salmon", "bass", "bass") weights <- c(10.2, 3.5, 12.6, 6.2, 6.7) species_factor <- reorder(species, weights, mean, order = TRUE) -   id tissue count group -1 AG4      A     1     2 -2 T35      C     2     1 -3 CX1      A     3     2 -4 L56      B     2     1 + id tissue count group +1 AG4 A 1 2 +2 T35 C 2 1 +3 CX1 A 3 2 +4 L56 B 2 1 ... -PZ7180000023260_APN     GO:0005515      btb poz domain containing protein -PZ7180000035568_APN     GO:0005515      btb poz domain containing protein -PZ7180000020052_APQ     GO:0055114      isocitrate dehydrogenase (nad+) -PZ7180000020052_APQ     GO:0006099      isocitrate dehydrogenase (nad+) -PZ7180000020052_APQ     GO:0004449      isocitrate dehydrogenase (nad+) +PZ7180000023260_APN GO:0005515 btb poz domain containing protein +PZ7180000035568_APN GO:0005515 btb poz domain containing protein +PZ7180000020052_APQ GO:0055114 isocitrate dehydrogenase (nad+) +PZ7180000020052_APQ GO:0006099 isocitrate dehydrogenase (nad+) +PZ7180000020052_APQ GO:0004449 isocitrate dehydrogenase (nad+) ... abc_grades <- grades[grades$current_grade %in% c("A", "B", "C"), ] abc_grades <- grades[grades$current_grade == c("A", "B", "C"), ] @@ -4423,9 +4423,9 @@ library(stringr) expr_long <- read.table("expr_long_coded.txt", -                        header = TRUE, -                        sep = "\t", -                        stringsAsFactors = FALSE) + header = TRUE, + sep = "\t", + stringsAsFactors = FALSE) @@ -4464,23 +4464,23 @@ expr_long_split$rep[str_detect(expr_long_split$tissuerep, "3")] <- "3" # So we remove all rows with such "bad" IDs bad_ids <- expr_long_split$id[is.na(expr_long_split$rep)] -bad_rows <- expr_long_split$id %in% bad_ids      # logical vector -expr_long_split <- expr_long_split[!bad_rows, ]  # logical selection +bad_rows <- expr_long_split$id %in% bad_ids # logical vector +expr_long_split <- expr_long_split[!bad_rows, ] # logical selection save(expr_long_split, file = "expr_long_split.Rdata") -           id           annotation expression        sample genotype treatment -1 LQ00X000020 Hypothetical protein   5.024142 C6_control_A1       C6   control -2 LQ00X000020 Hypothetical protein   4.646697 C6_control_A3       C6   control -3 LQ00X000020 Hypothetical protein   4.986592 C6_control_B1       C6   control -4 LQ00X000020 Hypothetical protein   5.164292 C6_control_B2       C6   control -5 LQ00X000020 Hypothetical protein   5.348810 C6_control_B3       C6   control -6 LQ00X000020 Hypothetical protein   5.519393 C6_control_C1       C6   control -  tissuerep tissue rep -1        A1      A   1 -2        A3      A   3 -3        B1      B   1 -4        B2      B   2 -5        B3      B   3 -6        C1      C   1 + id annotation expression sample genotype treatment +1 LQ00X000020 Hypothetical protein 5.024142 C6_control_A1 C6 control +2 LQ00X000020 Hypothetical protein 4.646697 C6_control_A3 C6 control +3 LQ00X000020 Hypothetical protein 4.986592 C6_control_B1 C6 control +4 LQ00X000020 Hypothetical protein 5.164292 C6_control_B2 C6 control +5 LQ00X000020 Hypothetical protein 5.348810 C6_control_B3 C6 control +6 LQ00X000020 Hypothetical protein 5.519393 C6_control_C1 C6 control + tissuerep tissue rep +1 A1 A 1 +2 A3 A 3 +3 B1 B 1 +4 B2 B 2 +5 B3 B 3 +6 C1 C 1 library(stringr) library(dplyr) @@ -4493,37 +4493,37 @@ load("expr_long_split.Rdata") expr <- expr_long_split uniq_ids <- unique(expr$id) expr1 <- expr[expr$id %in% uniq_ids[1], ] -lm1 <- lm(expr1$expression ~ expr1$genotype +                   # genotype -                             expr1$treatment +                  # treatment -                             expr1$genotype : expr1$treatment)  # interaction +lm1 <- lm(expr1$expression ~ expr1$genotype + # genotype + expr1$treatment + # treatment + expr1$genotype : expr1$treatment) # interaction lm1 <- lm(expression ~ genotype + treatment + genotype:treatment, data = expr1) Call: -lm(formula = expression ~ genotype + treatment + genotype:treatment,  -    data = expr1) +lm(formula = expression ~ genotype + treatment + genotype:treatment, + data = expr1) Coefficients: -                (Intercept)                   genotypeL4   -                    5.38363                     -0.08384   -           treatmentcontrol  genotypeL4:treatmentcontrol   -                   -0.19230                      0.16046   + (Intercept) genotypeL4 + 5.38363 -0.08384 + treatmentcontrol genotypeL4:treatmentcontrol + -0.19230 0.16046 List of 13 - $ coefficients : Named num [1:4] 5.3836 -0.0838 -0.1923 0.1605 -  ..- attr(*, "names")= chr [1:4] "(Intercept)" "genotypeL4" "treatmentcontrol" + $ coefficients : Named num [1:4] 5.3836 -0.0838 -0.1923 0.1605 + ..- attr(*, "names")= chr [1:4] "(Intercept)" "genotypeL4" "treatmentcontrol" "genotypeL4:treatmentcontrol" - $ residuals    : Named num [1:32] -0.167 -0.545 -0.205 -0.027 0.157 ... -  ..- attr(*, "names")= chr [1:32] "1" "2" "3" "4" ... - $ effects      : Named num [1:32] -29.9003 -0.0102 0.317 0.2269 0.2552 ... + $ residuals : Named num [1:32] -0.167 -0.545 -0.205 -0.027 0.157 ... + ..- attr(*, "names")= chr [1:32] "1" "2" "3" "4" ... + $ effects : Named num [1:32] -29.9003 -0.0102 0.317 0.2269 0.2552 ... ... f <- expression ~ genotype + treatment + genotype : treatment str(f) Class 'formula' length 3 expression ~ genotype + treatment + genotype:treatment -  ..- attr(*, ".Environment")=  + ..- attr(*, ".Environment")= f <- alpha ~ beta + beta : gamma -print(all.vars(f))                               # [1] "alpha" "beta" "gamma" +print(all.vars(f)) # [1] "alpha" "beta" "gamma" anova1 <- anova(lm1) print("Printed Result: ") print(anova1) @@ -4536,19 +4536,19 @@ Analysis of Variance Table Response: expression -                   Df Sum Sq  Mean Sq F value Pr(>F) -genotype            1 0.0001 0.000104  0.0007 0.9790 -treatment           1 0.1005 0.100465  0.6770 0.4176 -genotype:treatment  1 0.0515 0.051498  0.3470 0.5605 -Residuals          28 4.1550 0.148395                + Df Sum Sq Mean Sq F value Pr(>F) +genotype 1 0.0001 0.000104 0.0007 0.9790 +treatment 1 0.1005 0.100465 0.6770 0.4176 +genotype:treatment 1 0.0515 0.051498 0.3470 0.5605 +Residuals 28 4.1550 0.148395 [1] "Structure:" -Classes ‘anova’ and 'data.frame': 4 obs. of  5 variables: - $ Df     : int  1 1 1 28 - $ Sum Sq : num  0.000104 0.100465 0.051498 4.155049 - $ Mean Sq: num  0.000104 0.100465 0.051498 0.148395 - $ F value: num  0.000704 0.677016 0.347033 NA - $ Pr(>F) : num  0.979 0.418 0.561 NA - - attr(*, "heading")= chr  "Analysis of Variance Table\n" "Response: +Classes ‘anova’ and 'data.frame': 4 obs. of 5 variables: + $ Df : int 1 1 1 28 + $ Sum Sq : num 0.000104 0.100465 0.051498 4.155049 + $ Mean Sq: num 0.000104 0.100465 0.051498 0.148395 + $ F value: num 0.000704 0.677016 0.347033 NA + $ Pr(>F) : num 0.979 0.418 0.561 NA + - attr(*, "heading")= chr "Analysis of Variance Table\n" "Response: expression" pvals1 <- anova1$"Pr(>F)" pvals_df1 <- data.frame(pvals1[1], pvals1[2], pvals1[3]) @@ -4556,94 +4556,94 @@ colnames(pvals_df1) <- c("genotype", "treatment", "genotype:treatment") print(pvals_df1) -   genotype treatment genotype:treatment -1 0.9790277 0.4175689          0.5605206 -pvals1 <- anova1$"Pr(>F)"                # vector of p-values -pvals_list1 <- as.list(pvals1)           # list of p-values -pvals_df1 <- data.frame(pvals_list1)     # single-row data frame -colnames(pvals_df1) <- rownames(anova1)  # column names from rownames(anova1) + genotype treatment genotype:treatment +1 0.9790277 0.4175689 0.5605206 +pvals1 <- anova1$"Pr(>F)" # vector of p-values +pvals_list1 <- as.list(pvals1) # list of p-values +pvals_df1 <- data.frame(pvals_list1) # single-row data frame +colnames(pvals_df1) <- rownames(anova1) # column names from rownames(anova1) print(pvals_df1) -   genotype treatment genotype:treatment Residuals -1 0.9790277 0.4175689          0.5605206        NA + genotype treatment genotype:treatment Residuals +1 0.9790277 0.4175689 0.5605206 NA ## Given a data frame with columns for expression, ## genotype, and treatement, runs a linear model ## and returns a single-row data frame with p-values in columns sub_df_to_pvals_df <- function(sub_df) { -  lm1 <- lm(expression ~ genotype + treatment + genotype:treatment, -            data = sub_df) + lm1 <- lm(expression ~ genotype + treatment + genotype:treatment, + data = sub_df) -  anova1 <- anova(lm1) -  pvals1 <- anova1$"Pr(>F)" -  pvals_list1 <- as.list(pvals1) -  pvals_df1 <- data.frame(pvals_list1) -  colnames(pvals_df1) <- rownames(anova1) + anova1 <- anova(lm1) + pvals1 <- anova1$"Pr(>F)" + pvals_list1 <- as.list(pvals1) + pvals_df1 <- data.frame(pvals_list1) + colnames(pvals_df1) <- rownames(anova1) -  return(pvals_df1) + return(pvals_df1) } -  Plant   Type  Treatment conc uptake -1   Qn1 Quebec nonchilled   95   16.0 -2   Qn1 Quebec nonchilled  175   30.4 -3   Qn1 Quebec nonchilled  250   34.8 -4   Qn1 Quebec nonchilled  350   37.2 -5   Qn1 Quebec nonchilled  500   35.3 -6   Qn1 Quebec nonchilled  675   39.2 + Plant Type Treatment conc uptake +1 Qn1 Quebec nonchilled 95 16.0 +2 Qn1 Quebec nonchilled 175 30.4 +3 Qn1 Quebec nonchilled 250 34.8 +4 Qn1 Quebec nonchilled 350 37.2 +5 Qn1 Quebec nonchilled 500 35.3 +6 Qn1 Quebec nonchilled 675 39.2 ipercentile_range <- function(x) { -  lower_value <- quantile(x, 0.25) -  upper_value <- quantile(x, 0.75) -  return(upper_value - lower_value) + lower_value <- quantile(x, 0.25) + upper_value <- quantile(x, 0.75) + return(upper_value - lower_value) } samples <- list() samples$s1 <- rnorm(100, mean = 10, sd = 4) samples$s2 <- rnorm(100, mean = 5, sd = 2) samples$s3 <- rnorm(100, mean = 20, sd = 8) -iqr1 <- ipercentile_range(samples$s1)              # 5.44 -iqr2 <- ipercentile_range(samples$s2)              # 2.22 -iqr3 <- ipercentile_range(samples$s3)              # 10.15 -sample_iqrs <- list(iqr1, iqr2, iqr3)              # list of 5.44 2.22 10.15 -print(class(ipercentile_range))          # [1] "function" +iqr1 <- ipercentile_range(samples$s1) # 5.44 +iqr2 <- ipercentile_range(samples$s2) # 2.22 +iqr3 <- ipercentile_range(samples$s3) # 10.15 +sample_iqrs <- list(iqr1, iqr2, iqr3) # list of 5.44 2.22 10.15 +print(class(ipercentile_range)) # [1] "function" print(ipercentile_range) -function (x)  +function (x) { -    lower_value <- quantile(x, 0.25) -    upper_value <- quantile(x, 0.75) -    return(upper_value - lower_value) + lower_value <- quantile(x, 0.25) + upper_value <- quantile(x, 0.75) + return(upper_value - lower_value) } -sample_irqs <- lapply(samples, ipercentile_range)  # list of 5.44 2.22 10.15 +sample_irqs <- lapply(samples, ipercentile_range) # list of 5.44 2.22 10.15 irqs_vec <- unlist(sample_irqs) -print(irqs_vec)                                     # [1] 5.44 2.22 10.15 +print(irqs_vec) # [1] 5.44 2.22 10.15 Usage: -     lapply(X, FUN, ...) + lapply(X, FUN, ...) ipercentile_range <- function(x, lower = 0.25, upper = 0.75) { -  lower_value <- quantile(x, lower) -  upper_value <- quantile(x, upper) -  return(upper_value - lower_value) + lower_value <- quantile(x, lower) + upper_value <- quantile(x, upper) + return(upper_value - lower_value) } inter_90s <- lapply(samples, ipercentile_range, lower = 0.05, upper = 0.95) -print(unlist(inter_90s))                           # [1] 12.12 6.30 22.08 -s <- c(1, 2) + c(6, 3)                             # 7 5 -s <- `+`(c(1, 2), c(6, 3))                         # 7 5 +print(unlist(inter_90s)) # [1] 12.12 6.30 22.08 +s <- c(1, 2) + c(6, 3) # 7 5 +s <- `+`(c(1, 2), c(6, 3)) # 7 5 # Redefines + to mean power! Mwahaha `+` <- function(a, b) { -  value <- a ^ b -  return(value) + value <- a ^ b + return(value) } -print(3 + 7)                                       # [1] 2187 +print(3 + 7) # [1] 2187 `%equalish%` <- function(a, b, epsilon = 0.00001) { -  result <- abs(a - b) < epsilon -  return(result) + result <- abs(a - b) < epsilon + return(result) } answer <- c(4.00000001, 6) %equalish% c(4, 2) -print(answer)                                      # [1] TRUE FALSE +print(answer) # [1] TRUE FALSE species <- c("bass", "bass", "trout", "bass", "trout", "bass") lake <- c("detroit", "green", "green", "detroit", "detroit", "green") weight <- c(10.4, 9.6, 4.2, 12.2, 6.5, 8.4) @@ -4651,84 +4651,84 @@ weight <- c(10.4, 9.6, 4.2, 12.2, 6.5, 8.4) fish <- data.frame(species, lake, weight) print(fish) -  species    lake weight -1    bass detroit   10.4 -2    bass   green    9.6 -3   trout   green    4.2 -4    bass detroit   12.2 -5   trout detroit    6.5 -6    bass   green    8.4 + species lake weight +1 bass detroit 10.4 +2 bass green 9.6 +3 trout green 4.2 +4 bass detroit 12.2 +5 trout detroit 6.5 +6 bass green 8.4 fish_by_species <- group_by(fish, species) print(fish_by_species) Source: local data frame [6 x 3] Groups: species -  species    lake weight -1    bass detroit   10.4 -2    bass   green    9.6 + species lake weight +1 bass detroit 10.4 +2 bass green 9.6 ... mean_sd_weight <- function(sub_df, remove_nas = FALSE) { -  weights <- sub_df$weight -  meanw <- mean(weights, na.rm = remove_nas) -  sdw <- sd(weights, na.rm = remove_nas) -  ret_df <- data.frame(mean_weight = meanw, sd_weight = sdw) -  return(ret_df) + weights <- sub_df$weight + meanw <- mean(weights, na.rm = remove_nas) + sdw <- sd(weights, na.rm = remove_nas) + ret_df <- data.frame(mean_weight = meanw, sd_weight = sdw) + return(ret_df) } stats <- mean_sd_weight(fish) print(stats) -  mean_weight sd_weight -1        8.55   2.86339 + mean_weight sd_weight +1 8.55 2.86339 stats_by_species <- do(fish_by_species, mean_sd_weight(.)) print(stats_by_species) Source: local data frame [2 x 3] Groups: species -  species mean_weight sd_weight -1    bass       10.15  1.594783 -2   trout        5.35  1.626346 + species mean_weight sd_weight +1 bass 10.15 1.594783 +2 trout 5.35 1.626346 fish_by_species_lake <- group_by(fish, species, lake) stats_by_species_lake <- do(fish_by_species_lake, mean_sd_weight(.)) print(stats_by_species_lake) -  species    lake mean_weight sd_weight -1    bass detroit        11.3 1.2727922 -2    bass   green         9.0 0.8485281 -3   trout detroit         6.5        NA -4   trout   green         4.2        NA + species lake mean_weight sd_weight +1 bass detroit 11.3 1.2727922 +2 bass green 9.0 0.8485281 +3 trout detroit 6.5 NA +4 trout green 4.2 NA mean_normalize_weight <- function(sub_df, remove_nas = FALSE) { -  ret_df <- sub_df -  meanw <- mean(sub_df$weight) -  ret_df$weight <- sub_df$weight - meanw -  return(ret_df) -}  + ret_df <- sub_df + meanw <- mean(sub_df$weight) + ret_df$weight <- sub_df$weight - meanw + return(ret_df) +} mean_norm_by_species <- do(fish_by_species, mean_normalize_weight(.)) print(mean_norm_by_species) -  species    lake weight -1    bass detroit   0.25 -2    bass   green  -0.55 -3    bass detroit   2.05 -4    bass   green  -1.75 -5   trout   green  -1.15 -6   trout detroit   1.15 + species lake weight +1 bass detroit 0.25 +2 bass green -0.55 +3 bass detroit 2.05 +4 bass green -1.75 +5 trout green -1.15 +6 trout detroit 1.15 stats_by_species <- do(fish_by_species, mean_sd_weight(., remove_nas = TRUE)) stats_by_species <- do(group_by(fish, species), mean_sd_weight(.)) fish_by_species <- group_by(fish, species) -stats_by_species <- summarize(fish_by_species,  -                              mean_weight = mean(weight), -                              sd_weight = sd(weight)) -  Sepal.Length Sepal.Width Petal.Length Petal.Width Species -1          5.1         3.5          1.4         0.2  setosa -2          4.9         3.0          1.4         0.2  setosa -3          4.7         3.2          1.3         0.2  setosa -4          4.6         3.1          1.5         0.2  setosa -5          5.0         3.6          1.4         0.2  setosa +stats_by_species <- summarize(fish_by_species, + mean_weight = mean(weight), + sd_weight = sd(weight)) + Sepal.Length Sepal.Width Petal.Length Petal.Width Species +1 5.1 3.5 1.4 0.2 setosa +2 4.9 3.0 1.4 0.2 setosa +3 4.7 3.2 1.3 0.2 setosa +4 4.6 3.1 1.5 0.2 setosa +5 5.0 3.6 1.4 0.2 setosa ... -     Species   SpeciesA   SpeciesB diff_mean_petal_width -1     setosa     setosa     setosa                  0.00 -2 versicolor versicolor     setosa                  1.08 -3  virginica  virginica     setosa                  1.78 -4     setosa     setosa versicolor                 -1.08 + Species SpeciesA SpeciesB diff_mean_petal_width +1 setosa setosa setosa 0.00 +2 versicolor versicolor setosa 1.08 +3 virginica virginica setosa 1.78 +4 setosa setosa versicolor -1.08 ... library(stringr) library(dplyr) @@ -4746,18 +4746,18 @@ expr <- expr_long_split ## genotype, and treatement, runs a linear model ## and returns a single-row data frame with p-values in columns sub_df_to_pvals_df <- function(sub_df) { -  lm1 <- lm(expression ~ genotype + treatment + genotype:treatment, -            data = sub_df) + lm1 <- lm(expression ~ genotype + treatment + genotype:treatment, + data = sub_df) -  anova1 <- anova(lm1) -  pvals1 <- anova1$"Pr(>F)" -  pvals_list1 <- as.list(pvals1) -  pvals_df1 <- data.frame(pvals_list1) -  colnames(pvals_df1) <- rownames(anova1) + anova1 <- anova(lm1) + pvals1 <- anova1$"Pr(>F)" + pvals_list1 <- as.list(pvals1) + pvals_df1 <- data.frame(pvals_list1) + colnames(pvals_df1) <- rownames(anova1) -  return(pvals_df1) + return(pvals_df1) } @@ -4780,12 +4780,12 @@ Source: local data frame [10 x 5] Groups: id -            id     genotype treatment genotype:treatment Residuals -1  LQ00X000020 0.9790276672 0.4175689          0.5605206        NA -2  LQ00X000200 0.9563376003 0.6023259          0.5273140        NA -3  LQ00X000210 0.3882136652 0.1738578          0.1057537        NA -4  LQ00X000280 0.5574234253 0.5687726          0.6549019        NA -5  LQ00X000290 0.0003209239 0.5995250          0.2806888        NA + id genotype treatment genotype:treatment Residuals +1 LQ00X000020 0.9790276672 0.4175689 0.5605206 NA +2 LQ00X000200 0.9563376003 0.6023259 0.5273140 NA +3 LQ00X000210 0.3882136652 0.1738578 0.1057537 NA +4 LQ00X000280 0.5574234253 0.5687726 0.6549019 NA +5 LQ00X000290 0.0003209239 0.5995250 0.2806888 NA ... ## Run all data expr_by_id <- group_by(expr, id) @@ -4803,114 +4803,114 @@ Source: local data frame [1 x 6] Groups: id -           id   genotype    treatment genotype:treatment Residuals -1 LQ00X058430 0.01177861 7.113263e-07        4.24831e-06        NA + id genotype treatment genotype:treatment Residuals +1 LQ00X058430 0.01177861 7.113263e-07 4.24831e-06 NA Variables not shown: interaction_BY (dbl) -         id C6_chemical_A1 C6_chemical_A3 C6_chemical_B1 C6_chemical_B2 ... -LQ00X000020       4.831259       4.784184       5.577741       5.143742 ... -LQ00X000200      14.046963      14.045607      14.448088      14.927930 ... -LQ00X000210      12.546436      12.410848      12.566147      12.638267 ... -LQ00X000280      10.002939      10.162578       9.425349       9.774258 ... -LQ00X000290      11.930745      10.757338      11.769187      12.391130 ... -LQ00X000300       5.146014       5.386916       6.048761       5.263776 ... + id C6_chemical_A1 C6_chemical_A3 C6_chemical_B1 C6_chemical_B2 ... +LQ00X000020 4.831259 4.784184 5.577741 5.143742 ... +LQ00X000200 14.046963 14.045607 14.448088 14.927930 ... +LQ00X000210 12.546436 12.410848 12.566147 12.638267 ... +LQ00X000280 10.002939 10.162578 9.425349 9.774258 ... +LQ00X000290 11.930745 10.757338 11.769187 12.391130 ... +LQ00X000300 5.146014 5.386916 6.048761 5.263776 ... ... library(tidyr) expr_gathered_small <- gather(expr_small, sample, expression, C6, L4) print(expr_gathered_small) -           id           annotation sample expression -1 LQ00X000020 Hypothetical Protein     C6     7.3562 -2 LQ00X000200    Predicted Protein     C6    10.1934 -3 LQ00X000210 Biotin carboxylase 1     C6     5.6224 -4 LQ00X000020 Hypothetical Protein     L4     8.2451 -5 LQ00X000200    Predicted Protein     L4     9.6261 -6 LQ00X000210 Biotin carboxylase 1     L4    11.1614 + id annotation sample expression +1 LQ00X000020 Hypothetical Protein C6 7.3562 +2 LQ00X000200 Predicted Protein C6 10.1934 +3 LQ00X000210 Biotin carboxylase 1 C6 5.6224 +4 LQ00X000020 Hypothetical Protein L4 8.2451 +5 LQ00X000200 Predicted Protein L4 9.6261 +6 LQ00X000210 Biotin carboxylase 1 L4 11.1614 expr_gathered <- gather(expr_wide, sample, expression, -id, -annotation) expr_small <- spread(expr_gathered_small, sample, expression) print(expr_small) -           id           annotation      C6      L4 -1 LQ00X000020 Hypothetical Protein  7.3562  8.2451 -2 LQ00X000200    Predicted Protein 10.1934  9.6261 -3 LQ00X000210 Biotin carboxylase 1  5.6224 11.1614 -           id expression        sample -1 LQ00X000020   5.024142 C6_control_A1 -2 LQ00X000020   4.646697 C6_control_A3 -3 LQ00X000020   4.986592 C6_control_B1 -4 LQ00X000020   5.164292 C6_control_B2 -5 LQ00X000020   5.348810 C6_control_B3 -6 LQ00X000020   5.519393 C6_control_C1 + id annotation C6 L4 +1 LQ00X000020 Hypothetical Protein 7.3562 8.2451 +2 LQ00X000200 Predicted Protein 10.1934 9.6261 +3 LQ00X000210 Biotin carboxylase 1 5.6224 11.1614 + id expression sample +1 LQ00X000020 5.024142 C6_control_A1 +2 LQ00X000020 4.646697 C6_control_A3 +3 LQ00X000020 4.986592 C6_control_B1 +4 LQ00X000020 5.164292 C6_control_B2 +5 LQ00X000020 5.348810 C6_control_B3 +6 LQ00X000020 5.519393 C6_control_C1 expr_sample_separated <- separate(expr_sample, -                                 sample, -                                 c("genotype", "treatment", "tissuerep"), -                                 sep = "_") + sample, + c("genotype", "treatment", "tissuerep"), + sep = "_") print(expr_sample_separated) -           id expression genotype treatment tissuerep -1 LQ00X000020   5.024142       C6   control        A1 -2 LQ00X000020   4.646697       C6   control        A3 -3 LQ00X000020   4.986592       C6   control        B1 -4 LQ00X000020   5.164292       C6   control        B2 -5 LQ00X000020   5.348810       C6   control        B3 -6 LQ00X000020   5.519393       C6   control        C1 + id expression genotype treatment tissuerep +1 LQ00X000020 5.024142 C6 control A1 +2 LQ00X000020 4.646697 C6 control A3 +3 LQ00X000020 4.986592 C6 control B1 +4 LQ00X000020 5.164292 C6 control B2 +5 LQ00X000020 5.348810 C6 control B3 +6 LQ00X000020 5.519393 C6 control C1 expr_sample_extracted <- extract(expr_sample_separated, -                                 tissuerep, -                                 c("tissue", "rep"), -                                 regex = "([A-Z])([0-9])") + tissuerep, + c("tissue", "rep"), + regex = "([A-Z])([0-9])") print(expr_sample_extracted) -           id expression genotype treatment tissue rep -1 LQ00X000020   5.024142       C6   control      A   1 -2 LQ00X000020   4.646697       C6   control      A   3 -3 LQ00X000020   4.986592       C6   control      B   1 -4 LQ00X000020   5.164292       C6   control      B   2 -5 LQ00X000020   5.348810       C6   control      B   3 -6 LQ00X000020   5.519393       C6   control      C   1 -  first     last height age -1 Brent   Liston    6.1  27 -2 Karen Streeter    5.3  22 -  first   last.x height   last.y age -1 Brent   Liston    6.1   Liston  27 -2   Joe Withmore    5.5    Jones  19 -3 Karen Streeter    5.3 Streeter  22 -  first     last height age -1 Brent   Liston    6.1  27 -2   Joe Withmore    5.5  NA -3   Joe    Jones     NA  19 -4 Karen Streeter    5.3  22 -5  Mary  O'Leary    5.2  NA -6 Chris Peterson     NA  34 -   Plant        Type  Treatment   95  175  250  350  500  675 1000 -1    Qn1      Quebec nonchilled 16.0 30.4 34.8 37.2 35.3 39.2 39.7 -2    Qn2      Quebec nonchilled 13.6 27.3 37.1 41.8 40.6 41.4 44.3 -3    Qn3      Quebec nonchilled 16.2 32.4 40.3 42.1 42.9 43.9 45.5 -4    Qc1      Quebec    chilled 14.2 24.1 30.3 34.6 32.5 35.4 38.7 -5    Qc3      Quebec    chilled 15.1 21.0 38.1 34.0 38.9 39.6 41.4 + id expression genotype treatment tissue rep +1 LQ00X000020 5.024142 C6 control A 1 +2 LQ00X000020 4.646697 C6 control A 3 +3 LQ00X000020 4.986592 C6 control B 1 +4 LQ00X000020 5.164292 C6 control B 2 +5 LQ00X000020 5.348810 C6 control B 3 +6 LQ00X000020 5.519393 C6 control C 1 + first last height age +1 Brent Liston 6.1 27 +2 Karen Streeter 5.3 22 + first last.x height last.y age +1 Brent Liston 6.1 Liston 27 +2 Joe Withmore 5.5 Jones 19 +3 Karen Streeter 5.3 Streeter 22 + first last height age +1 Brent Liston 6.1 27 +2 Joe Withmore 5.5 NA +3 Joe Jones NA 19 +4 Karen Streeter 5.3 22 +5 Mary O'Leary 5.2 NA +6 Chris Peterson NA 34 + Plant Type Treatment 95 175 250 350 500 675 1000 +1 Qn1 Quebec nonchilled 16.0 30.4 34.8 37.2 35.3 39.2 39.7 +2 Qn2 Quebec nonchilled 13.6 27.3 37.1 41.8 40.6 41.4 44.3 +3 Qn3 Quebec nonchilled 16.2 32.4 40.3 42.1 42.9 43.9 45.5 +4 Qc1 Quebec chilled 14.2 24.1 30.3 34.6 32.5 35.4 38.7 +5 Qc3 Quebec chilled 15.1 21.0 38.1 34.0 38.9 39.6 41.4 ... -          Type conc nonchilled_mean_uptake chilled_mean_uptake -1       Quebec   95               15.26667            12.86667 -2       Quebec  175               30.03333            24.13333 -3       Quebec  250               37.40000            34.46667 -4       Quebec  350               40.36667            35.80000 -5       Quebec  500               39.60000            36.66667 -6       Quebec  675               41.50000            37.50000 -7       Quebec 1000               43.16667            40.83333 -8  Mississippi   95               11.30000             9.60000 -9  Mississippi  175               20.20000            14.76667 -10 Mississippi  250               27.53333            16.10000 + Type conc nonchilled_mean_uptake chilled_mean_uptake +1 Quebec 95 15.26667 12.86667 +2 Quebec 175 30.03333 24.13333 +3 Quebec 250 37.40000 34.46667 +4 Quebec 350 40.36667 35.80000 +5 Quebec 500 39.60000 36.66667 +6 Quebec 675 41.50000 37.50000 +7 Quebec 1000 43.16667 40.83333 +8 Mississippi 95 11.30000 9.60000 +9 Mississippi 175 20.20000 14.76667 +10 Mississippi 250 27.53333 16.10000 ... -    day time  temp activ    name -1   307  930 36.58     0 beaver2 -2   307  940 36.73     0 beaver2 -3   307  950 36.93     0 beaver2 -4   307 1000 37.15     0 beaver2 -5   307 1010 37.23     0 beaver2 + day time temp activ name +1 307 930 36.58 0 beaver2 +2 307 940 36.73 0 beaver2 +3 307 950 36.93 0 beaver2 +4 307 1000 37.15 0 beaver2 +5 307 1010 37.23 0 beaver2 ... count <- 1 while(count < 4) { -  print("Count is: ") -  print(count) -  count <- count + 1 + print("Count is: ") + print(count) + count <- count + 1 } @@ -4923,57 +4923,57 @@ print("Done!") [1] 3 [1] "Done!" [1] "Count is: " -[1]   1 100 +[1] 1 100 [1] "Count is: " -[1]   2 101 +[1] 2 101 [1] "Count is: " -[1]   3 102 +[1] 3 102 Warning messages: 1: In while (count < 4) { : -  the condition has length > 1 and only the first element will be used + the condition has length > 1 and only the first element will be used 2: In while (count < 4) { : -  the condition has length > 1 and only the first element will be used + the condition has length > 1 and only the first element will be used 3: In while (count < 4) { : -  the condition has length > 1 and only the first element will be used + the condition has length > 1 and only the first element will be used 4: In while (count < 4) { : -  the condition has length > 1 and only the first element will be used + the condition has length > 1 and only the first element will be used [1] "Done!" sample <- rnorm(1000, mean = 20, sd = 10) hist(sample) -rnorm_trunc <- function(lower, upper, count, mean, sd) {  -  sample <- rnorm(count, mean = mean, sd = sd) -   -  return(sample) -}        +rnorm_trunc <- function(lower, upper, count, mean, sd) { + sample <- rnorm(count, mean = mean, sd = sd) + + return(sample) +} rnorm_trunc <- function(lower, upper, count, mean, sd) { -  sample <- rnorm(count, mean = mean, sd = sd) + sample <- rnorm(count, mean = mean, sd = sd) -  while(any(sample < lower | sample > upper)) { -    # fix the sample -   -  } + while(any(sample < lower | sample > upper)) { + # fix the sample + + } -  return(sample) + return(sample) } rnorm_trunc <- function(lower, upper, count, mean, sd) { -  sample <- rnorm(count, mean = mean, sd = sd) + sample <- rnorm(count, mean = mean, sd = sd) -  while(any(sample < lower | sample > upper)) { -    # fix the sample -    bad <- sample < lower | sample > upper # logical -    bad_values <- sample[bad] -    count_bad <- length(bad_values) + while(any(sample < lower | sample > upper)) { + # fix the sample + bad <- sample < lower | sample > upper # logical + bad_values <- sample[bad] + count_bad <- length(bad_values) -    new_vals <- rnorm(count_bad, mean = mean, sd = sd) -    sample[bad] <- new_vals -  } + new_vals <- rnorm(count_bad, mean = mean, sd = sd) + sample[bad] <- new_vals + } -  return(sample) + return(sample) } sample_trunc <- rnorm_trunc(0, 30, 1000, mean = 20, sd = 10) hist(sample_trunc) @@ -4982,51 +4982,51 @@ rand <- runif(1, min = 1, max = 50) if(rand < 10) { -  print("The random number is less than 10") + print("The random number is less than 10") } else if(rand < 20) { -  print("The random number is 10 or higher") -  print("But it's also less than 20") + print("The random number is 10 or higher") + print("But it's also less than 20") } else if(rand < 30) { -  print("The random number is 20 or higher") -  print("And it's less than 30") + print("The random number is 20 or higher") + print("And it's less than 30") } else { -  print("The random number is 30 or higher") -}    + print("The random number is 30 or higher") +} rnorm_trunc <- function(lower, upper, count, mean, sd) { -  sample <- rnorm(count, mean = mean, sd = sd) -  looped <- 0 + sample <- rnorm(count, mean = mean, sd = sd) + looped <- 0 -  while(any(sample < lower | sample > upper)) { -    # fix the sample -    bad <- sample < lower | sample > upper # logical -    bad_values <- sample[bad] -    count_bad <- length(bad_values) + while(any(sample < lower | sample > upper)) { + # fix the sample + bad <- sample < lower | sample > upper # logical + bad_values <- sample[bad] + count_bad <- length(bad_values) -    new_vals <- rnorm(count_bad, mean = mean, sd = sd) -    sample[bad] <- new_vals + new_vals <- rnorm(count_bad, mean = mean, sd = sd) + sample[bad] <- new_vals -    if(looped > 100000) { -      return(NA) -    } -    looped <- looped + 1 -  } -  return(sample) + if(looped > 100000) { + return(NA) + } + looped <- looped + 1 + } + return(sample) } sample_trunc <- rnorm_trunc(0, 30, 1000, mean = 20, sd = 10) if(!is.na(sample_trunc)) { -  hist(sample_trunc) + hist(sample_trunc) } ids <- c("CYP6B", "CATB", "AGP4") for(id_el in ids) { -  print("id_el is now: ") -  print(id_el) + print("id_el is now: ") + print(id_el) } @@ -5040,32 +5040,32 @@ print("Done!") [1] "Done!" counter <- 1 for(i in seq(1, 1000000)) { -  if(counter%%1000 == 0) { -    print("Counter is now") -    print(counter) -  } -  counter <- counter + 1 + if(counter%%1000 == 0) { + print("Counter is now") + print(counter) + } + counter <- counter + 1 } counter <- 1 for(i in seq(1, 1000000)) { -  if(length(counter)%%1000 == 0) { -    print("Length of counter is now") -    print(length(counter)) -  } -  counter <- c(counter, 1) + if(length(counter)%%1000 == 0) { + print("Length of counter is now") + print(length(counter)) + } + counter <- c(counter, 1) } first_names <- c("Joseph", "Robert") last_names <- c("Anderson", "Wilson") names <- c(first_names, last_names) -print(names)          # [1] "Joseph" "Robert" "Anderson" "Wilson" -print(first_names)    # [1] "Joseph" "Robert" -print(last_names)     # [1] "Anderson" "Wilson" +print(names) # [1] "Joseph" "Robert" "Anderson" "Wilson" +print(first_names) # [1] "Joseph" "Robert" +print(last_names) # [1] "Anderson" "Wilson" # pre-allocate a counter vector of length 1 million counter <- rep(0, 1000000) for(i in seq(1, 1000000)) { -  counter[i] <- 1 + counter[i] <- 1 } scores <- c(50, 35, 56, 36, 90) scores_after <- c(70, 45, 50, 42, 91) @@ -5074,75 +5074,75 @@ print(improvement_test) improvement_test <- wilcox.test(scores, scores_after, paired = TRUE) print(improvement_test) rnorm_trunc <- function(lower, upper, count, mean, sd) { -  sample <- rnorm(count, mean = mean, sd = sd) -  looped <- 0 + sample <- rnorm(count, mean = mean, sd = sd) + looped <- 0 -  while(any(sample < lower | sample > upper)) { -    # fix the sample -    bad <- sample < lower | sample > upper # logical -    bad_values <- sample[bad] -    count_bad <- length(bad_values) + while(any(sample < lower | sample > upper)) { + # fix the sample + bad <- sample < lower | sample > upper # logical + bad_values <- sample[bad] + count_bad <- length(bad_values) -    new_vals <- rnorm(count_bad, mean = mean, sd = sd) -    sample[bad] <- new_vals + new_vals <- rnorm(count_bad, mean = mean, sd = sd) + sample[bad] <- new_vals -    if(looped > 100000) { -      return(NA) -    } -    looped <- looped + 1 -  } -  return(sample) + if(looped > 100000) { + return(NA) + } + looped <- looped + 1 + } + return(sample) } sample <- rexp(1000, rate = 1.5) hist(sample) rexp_trunc <- function(lower, upper, count, rate) { -  sample <- rexp(count, rate = rate) -  looped <- 0 + sample <- rexp(count, rate = rate) + looped <- 0 -  while(any(sample < lower | sample > upper)) { -    # fix the sample -    bad <- sample < lower | sample > upper # logical -    bad_values <- sample[bad] -    count_bad <- length(bad_values) + while(any(sample < lower | sample > upper)) { + # fix the sample + bad <- sample < lower | sample > upper # logical + bad_values <- sample[bad] + count_bad <- length(bad_values) -    new_vals <- rexp(count_bad, rate = rate) -    sample[bad] <- new_vals + new_vals <- rexp(count_bad, rate = rate) + sample[bad] <- new_vals -    if(looped > 100000) { -      return(NA) -    } -    looped <- looped + 1 -  } -  return(sample) + if(looped > 100000) { + return(NA) + } + looped <- looped + 1 + } + return(sample) } sample_trunc <- function(lower, upper, count, sample_func, ...) { -  sample <- sample_func(count, ...) -  looped <- 0 + sample <- sample_func(count, ...) + looped <- 0 -  while(any(sample < lower | sample > upper)) { -    # fix the sample -    bad <- sample < lower | sample > upper # logical -    bad_values <- sample[bad] -    count_bad <- length(bad_values) + while(any(sample < lower | sample > upper)) { + # fix the sample + bad <- sample < lower | sample > upper # logical + bad_values <- sample[bad] + count_bad <- length(bad_values) -    new_vals <- sample_func(count_bad, ...) -    sample[bad] <- new_vals + new_vals <- sample_func(count_bad, ...) + sample[bad] <- new_vals -    if(looped > 100000) { -      return(NA) -    } -    looped <- looped + 1 -  } -  return(sample) + if(looped > 100000) { + return(NA) + } + looped <- looped + 1 + } + return(sample) } sample1 <- sample_trunc(0, 30, 1000, rnorm, mean = 20, sd = 10) sample2 <- sample_trunc(1, 4, 1000, rexp, rate = 1.5) @@ -5150,17 +5150,17 @@ sample3 <- sample_trunc(3, 6, 1000, rpois, lambda = 2) if(!is.na(sample1)) { -  hist(sample1) + hist(sample1) } if(!is.na(sample2)) { -  hist(sample2) + hist(sample2) } if(!is.na(sample3)) { -  hist(sample3) + hist(sample3) } sample1 <- rnorm(20, mean = 10, sd = 3) sample2 <- rnorm(20, mean = 20, sd = 3) @@ -5180,76 +5180,76 @@ print("Structure of anova_result:") str(anova_result) [1] "Structure of lm_result:" List of 13 - $ coefficients : Named num [1:2] 2.65 2.15 -  ..- attr(*, "names")= chr [1:2] "(Intercept)" "treatmentsw" + $ coefficients : Named num [1:2] 2.65 2.15 + ..- attr(*, "names")= chr [1:2] "(Intercept)" "treatmentsw" ... -  .. .. .. ..- attr(*, "names")= chr [1:2] "heights" "treatments" - - attr(*, "class")= chr "lm" + .. .. .. ..- attr(*, "names")= chr [1:2] "heights" "treatments" + - attr(*, "class")= chr "lm" [1] "Structure of anova_result:" -Classes ‘anova’ and 'data.frame': 2 obs. of  5 variables: - $ Df     : int  1 2 - $ Sum Sq : num  4.62 1.33 - $ Mean Sq: num  4.622 0.663 - $ F value: num  6.98 NA - $ Pr(>F) : num  0.118 NA - - attr(*, "heading")= chr  "Analysis of Variance Table\n" "Response: heights" +Classes ‘anova’ and 'data.frame': 2 obs. of 5 variables: + $ Df : int 1 2 + $ Sum Sq : num 4.62 1.33 + $ Mean Sq: num 4.622 0.663 + $ F value: num 6.98 NA + $ Pr(>F) : num 0.118 NA + - attr(*, "heading")= chr "Analysis of Variance Table\n" "Response: heights" Call: lm(formula = heights ~ treatments) Coefficients: -(Intercept)  treatmentsw   -       2.65         2.15   +(Intercept) treatmentsw + 2.65 2.15 Analysis of Variance Table Response: heights -           Df Sum Sq Mean Sq F value Pr(>F) -treatments  1 4.6225  4.6225  6.9774 0.1184 -Residuals   2 1.3250  0.6625                + Df Sum Sq Mean Sq F value Pr(>F) +treatments 1 4.6225 4.6225 6.9774 0.1184 +Residuals 2 1.3250 0.6625 Call: NULL No coefficients -  [1] print.acf*                                    -  [2] print.anova*                                  -  [3] print.aov*                                    -  [4] print.aovlist*                                -  [5] print.ar*                                     -  [6] print.Arima*                                  + [1] print.acf* + [2] print.anova* + [3] print.aov* + [4] print.aovlist* + [5] print.ar* + [6] print.Arima* ... - [1] add1.lm*           alias.lm*          anova.lm*          case.names.lm*     - [5] confint.lm         cooks.distance.lm* deviance.lm*       dfbeta.lm*         - [9] dfbetas.lm*        drop1.lm*          dummy.coef.lm      effects.lm*        -[13] extractAIC.lm*     family.lm*         formula.lm*        hatvalues.lm*      -[17] influence.lm*      kappa.lm           labels.lm*         logLik.lm*         -[21] model.frame.lm*    model.matrix.lm    nobs.lm*           plot.lm*           -[25] predict.lm         print.lm*          proj.lm*           qr.lm*             -[29] residuals.lm       rstandard.lm*      rstudent.lm*       simulate.lm*       -[33] summary.lm         variable.names.lm* vcov.lm*           - - -   Non-visible functions are asterisked + [1] add1.lm* alias.lm* anova.lm* case.names.lm* + [5] confint.lm cooks.distance.lm* deviance.lm* dfbeta.lm* + [9] dfbetas.lm* drop1.lm* dummy.coef.lm effects.lm* +[13] extractAIC.lm* family.lm* formula.lm* hatvalues.lm* +[17] influence.lm* kappa.lm labels.lm* logLik.lm* +[21] model.frame.lm* model.matrix.lm nobs.lm* plot.lm* +[25] predict.lm print.lm* proj.lm* qr.lm* +[29] residuals.lm rstandard.lm* rstudent.lm* simulate.lm* +[33] summary.lm variable.names.lm* vcov.lm* + + + Non-visible functions are asterisked truncated_normal_sample <- function(lower, upper, count, mean, sd) { -  obj <- list() -  obj$sample <- rnorm_trunc(lower, upper, count, mean, sd) -  obj$lower <- lower -  obj$upper <- upper -  obj$original_mean <- mean -  obj$original_sd <- sd -  class(obj) <- "truncated_normal_sample" -  return(obj) -}  + obj <- list() + obj$sample <- rnorm_trunc(lower, upper, count, mean, sd) + obj$lower <- lower + obj$upper <- upper + obj$original_mean <- mean + obj$original_sd <- sd + class(obj) <- "truncated_normal_sample" + return(obj) +} trsamp <- truncated_normal_sample(0, 30, 25, 20, 10) print(trsamp) $sample - [1] 18.570116 28.058587 18.988116 23.923216 21.362590 27.071478  9.017976 - [8] 13.627638 14.859320  2.023175  1.335886 24.238769 19.714821  8.070529 -[15]  5.084282 13.383528 22.007093  8.546593 11.442850 17.214193 17.037683 -[22] 13.786232  7.832597 16.553821 17.877895 + [1] 18.570116 28.058587 18.988116 23.923216 21.362590 27.071478 9.017976 + [8] 13.627638 14.859320 2.023175 1.335886 24.238769 19.714821 8.070529 +[15] 5.084282 13.383528 22.007093 8.546593 11.442850 17.214193 17.037683 +[22] 13.786232 7.832597 16.553821 17.877895 $lower @@ -5271,18 +5271,18 @@ $original_sd attr(,"class") [1] "truncated_normal_sample" print.truncated_normal_sample <- function(obj) { -  print("Truncated normal sample, limited to:") -  print(c(obj$lower, obj$upper)) -  print("Original sampling mean and sd:") -  print(c(obj$original_mean, obj$original_sd)) -  print("First 10 elements:") -  print(head(obj$sample, n = 10)) + print("Truncated normal sample, limited to:") + print(c(obj$lower, obj$upper)) + print("Original sampling mean and sd:") + print(c(obj$original_mean, obj$original_sd)) + print("First 10 elements:") + print(head(obj$sample, n = 10)) } mean.truncated_normal_sample <- function(obj) { -  answer = mean(obj$sample) -  return(answer) + answer = mean(obj$sample) + return(answer) } @@ -5292,35 +5292,35 @@ print("Calling mean(trsamp)") print(mean(trsamp)) [1] "Printing trsamp" [1] "Truncated normal sample, limited to:" -[1]  0 30 +[1] 0 30 [1] "Original sampling mean and sd:" [1] 20 10 [1] "First 10 elements:" - [1] 15.21184 26.31239 11.38106 19.10591 24.98551 14.89133 23.83144 15.57210 - [9] 29.12310 20.32704 + [1] 15.21184 26.31239 11.38106 19.10591 24.98551 14.89133 23.83144 15.57210 + [9] 29.12310 20.32704 [1] "Calling mean(trsamp)" [1] 19.20806 # generic function, will dispatch based on class of obj originalmean <- function(obj) { -  UseMethod("originalmean", obj) + UseMethod("originalmean", obj) } # method, dispatched to for objects of class "truncated_normal_sample" originalmean.truncated_normal_sample <- function(obj) { -  answer = obj$original_mean -  return(answer) + answer = obj$original_mean + return(answer) } -print(originalmean(trsamp))            # [1] 20 +print(originalmean(trsamp)) # [1] 20 vecx <- rnorm(20, mean = 5, sd = 2) vecy <- rnorm(20, mean = 10, sd = 1) -pdf("dotplot.pdf")  # not necessary if using a graphical interface +pdf("dotplot.pdf") # not necessary if using a graphical interface plot(vecx, vecy) -dev.off()           # not necessary if using a graphical interface +dev.off() # not necessary if using a graphical interface vecx <- rnorm(100, mean = 5, sd = 2) vecy <- rnorm(100, mean = 0.5, sd = 0.2) plot(vecx, vecy) @@ -5336,242 +5336,242 @@ plot(vecx, vecy) plot(lm_result) library(ggplot2) print(head(diamonds)) -  carat       cut color clarity depth table price    x    y    z -1  0.23     Ideal     E     SI2  61.5    55   326 3.95 3.98 2.43 -2  0.21   Premium     E     SI1  59.8    61   326 3.89 3.84 2.31 -3  0.23      Good     E     VS1  56.9    65   327 4.05 4.07 2.31 -4  0.29   Premium     I     VS2  62.4    58   334 4.20 4.23 2.63 -5  0.31      Good     J     SI2  63.3    58   335 4.34 4.35 2.75 -6  0.24 Very Good     J    VVS2  62.8    57   336 3.94 3.96 2.48 + carat cut color clarity depth table price x y z +1 0.23 Ideal E SI2 61.5 55 326 3.95 3.98 2.43 +2 0.21 Premium E SI1 59.8 61 326 3.89 3.84 2.31 +3 0.23 Good E VS1 56.9 65 327 4.05 4.07 2.31 +4 0.29 Premium I VS2 62.4 58 334 4.20 4.23 2.63 +5 0.31 Good J SI2 63.3 58 335 4.34 4.35 2.75 +6 0.24 Very Good J VVS2 62.8 57 336 3.94 3.96 2.48 p <- ggplot() + -     layer(data = diamonds,  -           stat = "identity", -           geom = "point", -           mapping = aes(x = carat, y = price, color = cut), -           position = "identity") + layer(data = diamonds, + stat = "identity", + geom = "point", + mapping = aes(x = carat, y = price, color = cut), + position = "identity") plot(p) ggsave("diamond_layer1.pdf", p, width = 7, height = 4) p <- ggplot() + -     layer(data = diamonds,  -           stat = "identity", -           geom = "point", -           mapping = aes(x = carat, y = price, color = cut), -           position = "identity") + -     layer(data = diamonds, -           stat = "smooth", -           geom = "point", -           mapping = aes(x = carat, y = price), -           position = "identity") + layer(data = diamonds, + stat = "identity", + geom = "point", + mapping = aes(x = carat, y = price, color = cut), + position = "identity") + + layer(data = diamonds, + stat = "smooth", + geom = "point", + mapping = aes(x = carat, y = price), + position = "identity") p <- ggplot() + -     layer(data = diamonds, -           stat = "bin", -           geom = "bar", -           mapping = aes(x = carat, y = ..count..), -           position = "identity") + layer(data = diamonds, + stat = "bin", + geom = "bar", + mapping = aes(x = carat, y = ..count..), + position = "identity") p <- ggplot() + stat_bin(data = diamonds, mapping = aes(x = carat)) p <- ggplot() + geom_histogram(data = diamonds, mapping = aes(x = carat)) # default stat chosen by geom, many aesthetics autoset accordingly p <- ggplot() + geom_boxplot(data = diamonds, -                             mapping = aes(x = color, y = price)) + mapping = aes(x = color, y = price)) # data and default mappings set in call to ggplot() p <- ggplot(diamonds, aes(x = carat, y = price)) + -     geom_point(aes(color = cut)) + -     geom_smooth() + geom_point(aes(color = cut)) + + geom_smooth() dd <- diamonds[sample(seq(1, nrow(diamonds)), 1000), ] p <- ggplot() + -     geom_point(data = dd,  -                mapping = aes(x = carat, -                              y = depth, -                              color = price/carat, -                              size = table, -                              alpha = cut)) + geom_point(data = dd, + mapping = aes(x = carat, + y = depth, + color = price/carat, + size = table, + alpha = cut)) p <- ggplot() + -     geom_point(data = dd, -                mapping = aes(x = carat, -                              y = depth, -                              color = price/carat)) + -     stat_smooth(data = dd,  -                 mapping = aes(x = carat, -                               y = depth)) + geom_point(data = dd, + mapping = aes(x = carat, + y = depth, + color = price/carat)) + + stat_smooth(data = dd, + mapping = aes(x = carat, + y = depth)) p <- ggplot() + -     geom_point(data = dd, -                mapping = aes(x = carat, -                              y = depth, -                              color = price/carat), -                alpha = 0.2) + -     stat_smooth(data = dd, -                 mapping = aes(x = carat, -                               y = depth), -                 color = "red", -                 method = "lm") + geom_point(data = dd, + mapping = aes(x = carat, + y = depth, + color = price/carat), + alpha = 0.2) + + stat_smooth(data = dd, + mapping = aes(x = carat, + y = depth), + color = "red", + method = "lm") p <- ggplot() + -     geom_point(data = dd, -                mapping = aes(x = carat, -                              y = depth, -                              color = price/carat), -                alpha = 0.2) + -     stat_smooth(data = dd, -                 mapping = aes(x = carat, -                               y = depth), -                 color = "red", -                 method = "lm") + -     facet_wrap(~ cut) + geom_point(data = dd, + mapping = aes(x = carat, + y = depth, + color = price/carat), + alpha = 0.2) + + stat_smooth(data = dd, + mapping = aes(x = carat, + y = depth), + color = "red", + method = "lm") + + facet_wrap(~ cut) p <- ggplot() + -     geom_point(data = dd, -                mapping = aes(x = carat, -                              y = depth, -                              color = price/carat), -                alpha = 0.2) + -     stat_smooth(data = dd, -                 mapping = aes(x = carat, -                               y = depth), -                 color = "red", -                 method = "lm") + -     facet_grid(cut ~ color) + geom_point(data = dd, + mapping = aes(x = carat, + y = depth, + color = price/carat), + alpha = 0.2) + + stat_smooth(data = dd, + mapping = aes(x = carat, + y = depth), + color = "red", + method = "lm") + + facet_grid(cut ~ color) dd$price_per_carat_category <- cut(dd$price/dd$carat, breaks = 6) p <- ggplot() + -     geom_point(data = dd, -                mapping = aes(x = carat, -                              y = depth, -                              color = price/carat)) + -     facet_wrap(~ price_per_carat_category) + geom_point(data = dd, + mapping = aes(x = carat, + y = depth, + color = price/carat)) + + facet_wrap(~ price_per_carat_category) ctg_stats <- read.table("contig_stats.txt", -                        header = TRUE, -                        stringsAsFactors = FALSE) + header = TRUE, + stringsAsFactors = FALSE) print(head(ctg_stats)) -      ID Average_coverage Consensus_length gccontent -1 NODE_2       49011.9000              604  0.206954 -2 NODE_3         319.4400              298  0.251678 -3 NODE_4         194.6960             8141  0.148508 -4 NODE_5         166.2010              338  0.248521 -5 NODE_6       15913.8000             2184  0.459249 -6 NODE_7          76.3737             5023  0.227752 + ID Average_coverage Consensus_length gccontent +1 NODE_2 49011.9000 604 0.206954 +2 NODE_3 319.4400 298 0.251678 +3 NODE_4 194.6960 8141 0.148508 +4 NODE_5 166.2010 338 0.248521 +5 NODE_6 15913.8000 2184 0.459249 +6 NODE_7 76.3737 5023 0.227752 p <- ggplot() + -     geom_point(data = ctg_stats,  -                mapping = aes(x = Average_coverage, -                              y = Consensus_length)) + geom_point(data = ctg_stats, + mapping = aes(x = Average_coverage, + y = Consensus_length)) p <- ggplot() + -     geom_point(data = ctg_stats,  -                mapping = aes(x = Average_coverage, -                              y = Consensus_length)) + -     scale_x_continuous(name = "Coverage", limits = c(0, 1000)) + -     scale_y_continuous(name = "Length") + geom_point(data = ctg_stats, + mapping = aes(x = Average_coverage, + y = Consensus_length)) + + scale_x_continuous(name = "Coverage", limits = c(0, 1000)) + + scale_y_continuous(name = "Length") p <- ggplot() + -     geom_point(data = ctg_stats,  -                mapping = aes(x = Average_coverage, -                              y = Consensus_length)) + -     scale_x_continuous(name = "Coverage", -                        trans = "log10", -                        breaks = c(100, 1000, 10000, 100000), -                        labels = c("100", "1K", "10K", "100K")) + -     scale_y_continuous(name = "Length", -                        trans = "log10", -                        breaks = c(100, 1000, 10000, 100000), -                        labels = c("100", "1K", "10K", "100K")) + geom_point(data = ctg_stats, + mapping = aes(x = Average_coverage, + y = Consensus_length)) + + scale_x_continuous(name = "Coverage", + trans = "log10", + breaks = c(100, 1000, 10000, 100000), + labels = c("100", "1K", "10K", "100K")) + + scale_y_continuous(name = "Length", + trans = "log10", + breaks = c(100, 1000, 10000, 100000), + labels = c("100", "1K", "10K", "100K")) p <- ggplot() + -     stat_summary_hex(data = ctg_stats, -                      mapping = aes(x = Average_coverage, -                                    y = Consensus_length, -                                    z = gccontent), -                      fun = mean) + -     scale_x_continuous(name = "Coverage", -                        trans = "log10", -                        breaks = c(100, 1000, 10000, 100000), -                        labels = c("100", "1K", "10K", "100K")) + -     scale_y_continuous(name = "Length", -                        trans = "log10", -                        breaks = c(100, 1000, 10000, 100000), -                        labels = c("100", "1K", "10K", "100K")) + -     annotation_logticks(base = 10) + stat_summary_hex(data = ctg_stats, + mapping = aes(x = Average_coverage, + y = Consensus_length, + z = gccontent), + fun = mean) + + scale_x_continuous(name = "Coverage", + trans = "log10", + breaks = c(100, 1000, 10000, 100000), + labels = c("100", "1K", "10K", "100K")) + + scale_y_continuous(name = "Length", + trans = "log10", + breaks = c(100, 1000, 10000, 100000), + labels = c("100", "1K", "10K", "100K")) + + annotation_logticks(base = 10) p <- ggplot() + -     stat_summary_hex(data = ctg_stats, -                      mapping = aes(x = Average_coverage, -                                    y = Consensus_length, -                                    z = gccontent), -                      fun = length) + -     scale_x_continuous(name = "Coverage", -                        trans = "log10", -                        breaks = c(100, 1000, 10000, 100000), -                        labels = c("100", "1K", "10K", "100K")) + -     scale_y_continuous(name = "Length", -                        trans = "log10", -                        breaks = c(100, 1000, 10000, 100000), -                        labels = c("100", "1K", "10K", "100K")) + -     scale_fill_gradient(name = "Count", -                         trans = "log10", -                         breaks = c(1, 10, 100, 1000), -                         low = "black", -                         high = "#BFBCFF") + -     annotation_logticks(base = 10) + stat_summary_hex(data = ctg_stats, + mapping = aes(x = Average_coverage, + y = Consensus_length, + z = gccontent), + fun = length) + + scale_x_continuous(name = "Coverage", + trans = "log10", + breaks = c(100, 1000, 10000, 100000), + labels = c("100", "1K", "10K", "100K")) + + scale_y_continuous(name = "Length", + trans = "log10", + breaks = c(100, 1000, 10000, 100000), + labels = c("100", "1K", "10K", "100K")) + + scale_fill_gradient(name = "Count", + trans = "log10", + breaks = c(1, 10, 100, 1000), + low = "black", + high = "#BFBCFF") + + annotation_logticks(base = 10) p <- ggplot() + -     geom_point(data = diamonds, -                mapping = aes(x = carat, -                              y = price, -                              color = cut)) + -     coord_polar(theta = "x") + geom_point(data = diamonds, + mapping = aes(x = carat, + y = price, + color = cut)) + + coord_polar(theta = "x") p <- ggplot() + -     geom_bar(data = diamonds, -              mapping = aes(x = cut, fill = clarity)) + -     coord_flip() + geom_bar(data = diamonds, + mapping = aes(x = cut, fill = clarity)) + + coord_flip() p <- ggplot() + -     geom_point(data = dd, -                mapping = aes(x = x, y = z)) + -     coord_equal() + geom_point(data = dd, + mapping = aes(x = x, y = z)) + + coord_equal() p <- ggplot() + -     geom_bar(data = dd, mapping = aes(x = clarity, fill = cut)) + -     ggtitle("Diamond Counts by Clarity and Cut") + -     theme(text = element_text(size = 16)) + -     theme(plot.title = element_text(size = 20)) + geom_bar(data = dd, mapping = aes(x = clarity, fill = cut)) + + ggtitle("Diamond Counts by Clarity and Cut") + + theme(text = element_text(size = 16)) + + theme(plot.title = element_text(size = 20)) p <- ggplot() + -     geom_bar(data = dd, mapping = aes(x = clarity, fill = cut)) + -     ggtitle("Diamond Counts by Clarity and Cut") + -     theme(text = element_text(size = 16)) + -     theme(plot.title = element_text(size = 20)) + -     theme(axis.text.x = element_text(angle = 45, hjust = 1)) + geom_bar(data = dd, mapping = aes(x = clarity, fill = cut)) + + ggtitle("Diamond Counts by Clarity and Cut") + + theme(text = element_text(size = 16)) + + theme(plot.title = element_text(size = 20)) + + theme(axis.text.x = element_text(angle = 45, hjust = 1)) p <- ggplot() + -     geom_bar(data = dd, mapping = aes(x = clarity, fill = cut)) + -     ggtitle("Diamond Counts by Clarity and Cut") + -     theme(text = element_text(size = 16)) + -     theme(plot.title = element_text(size = 20)) + -     theme(axis.text.x = element_text(angle = 45, hjust = 1)) + -     theme(aspect.ratio = 1.5) + geom_bar(data = dd, mapping = aes(x = clarity, fill = cut)) + + ggtitle("Diamond Counts by Clarity and Cut") + + theme(text = element_text(size = 16)) + + theme(plot.title = element_text(size = 20)) + + theme(axis.text.x = element_text(angle = 45, hjust = 1)) + + theme(aspect.ratio = 1.5) p <- ggplot() + -     geom_point(data = dd, mapping = aes(x = price,  -                                         y = carat, color = clarity)) + -     facet_wrap(~ cut) + -     theme_bw() + geom_point(data = dd, mapping = aes(x = price, + y = carat, color = clarity)) + + facet_wrap(~ cut) + + theme_bw() p <- ggplot() + -     geom_text(data = diamonds[1:30, ],  -               mapping = aes(x = carat, y = price, label = cut)) + geom_text(data = diamonds[1:30, ], + mapping = aes(x = carat, y = price, label = cut)) p <- ggplot() + -  stat_summary_hex(data = ctg_stats, -                   mapping = aes(x = Average_coverage, -                                 y = Consensus_length, -                                 z = gccontent), -                   fun = length) + -  scale_x_continuous(name = "Coverage", -                     trans = "log10", -                     breaks = c(100, 1000, 10000, 100000), -                     labels = c("100", "1K", "10K", "100K")) + -  scale_y_continuous(name = "Length", -                     trans = "log10", -                     breaks = c(100, 1000, 10000, 100000), -                     labels = c("100", "1K", "10K", "100K")) + -  scale_fill_gradient(name = "Count", -                      trans = "log10", -                      breaks = c(1, 10, 100, 1000), -                      low = "black", -                      high = "#BFBCFF") + -  annotation_logticks(base = 10) + -  coord_equal() + -  theme_bw() + -  annotate("rect", xmin = 80, xmax = 150, -                   ymin = 1000, ymax = 400000, -                   alpha = 0.2, fill = "red") + -  annotate("text", x = 200, y = 100000, -                   color = "darkred", -                   label = "Main Assembly Contigs", hjust = 0) + stat_summary_hex(data = ctg_stats, + mapping = aes(x = Average_coverage, + y = Consensus_length, + z = gccontent), + fun = length) + + scale_x_continuous(name = "Coverage", + trans = "log10", + breaks = c(100, 1000, 10000, 100000), + labels = c("100", "1K", "10K", "100K")) + + scale_y_continuous(name = "Length", + trans = "log10", + breaks = c(100, 1000, 10000, 100000), + labels = c("100", "1K", "10K", "100K")) + + scale_fill_gradient(name = "Count", + trans = "log10", + breaks = c(1, 10, 100, 1000), + low = "black", + high = "#BFBCFF") + + annotation_logticks(base = 10) + + coord_equal() + + theme_bw() + + annotate("rect", xmin = 80, xmax = 150, + ymin = 1000, ymax = 400000, + alpha = 0.2, fill = "red") + + annotate("text", x = 200, y = 100000, + color = "darkred", + label = "Main Assembly Contigs", hjust = 0) diff --git a/data/expr_analyze.R b/data/expr_analyze.R new file mode 100644 index 0000000..ccbf5c4 --- /dev/null +++ b/data/expr_analyze.R @@ -0,0 +1,42 @@ +#!/usr/bin/env Rscript + +library(stringr) +library(dplyr) + +## This script analyzes the data stored in the data frame +## expr_long_split.Rdata, containing gene expression data + +load("expr_long_split.Rdata") +expr <- expr_long_split + +## Given a data frame with columns for expression, +## genotype, and treatement, runs a linear model +## and returns a single-row data frame with p-values in columns +sub_df_to_pvals_df <- function(sub_df) { + lm1 <- lm(expression ~ genotype + treatment + genotype:treatment, + data = sub_df) + + anova1 <- anova(lm1) + pvals1 <- anova1$"Pr(>F)" + pvals_list1 <- as.list(pvals1) + pvals_df1 <- data.frame(pvals_list1) + colnames(pvals_df1) <- rownames(anova1) + + return(pvals_df1) +} + +uniq_ids <- unique(expr$id) +expr1 <- expr[expr$id %in% uniq_ids[1], ] + +pvals_df1 <- sub_df_to_pvals_df(expr1) + +## Run all data +expr_by_id <- group_by(expr, id) +pvals_df <- do(expr_by_id, sub_df_to_pvals_df(.)) + +## Add BY-adjusted column +pvals_df$interaction_BY <- p.adjust(pvals_df$"genotype:treatment") + +## Extract with BY-adjusted FDR < 0.05 +pvals_interaction_sig <- pvals_df[pvals_df$interaction_BY < 0.05, ] +print(pvals_interaction_sig) \ No newline at end of file diff --git a/data/expr_long_coded.txt b/data/expr_long_coded.txt new file mode 100644 index 0000000..12a3ce9 --- /dev/null +++ b/data/expr_long_coded.txt @@ -0,0 +1,366177 @@ +id annotation expression sample +LQ00X000020 Hypothetical protein 5.024142433 C6_control_A1 +LQ00X000020 Hypothetical protein 4.646697026 C6_control_A3 +LQ00X000020 Hypothetical protein 4.986591902 C6_control_B1 +LQ00X000020 Hypothetical protein 5.164291761 C6_control_B2 +LQ00X000020 Hypothetical protein 5.348809843 C6_control_B3 +LQ00X000020 Hypothetical protein 5.519392911 C6_control_C1 +LQ00X000020 Hypothetical protein 5.305463561 C6_control_C2 +LQ00X000020 Hypothetical protein 5.535279863 C6_control_C3 +LQ00X000020 Hypothetical protein 4.831259167 C6_chemical_A1 +LQ00X000020 Hypothetical protein 4.784184435 C6_chemical_A3 +LQ00X000020 Hypothetical protein 5.577740866 C6_chemical_B1 +LQ00X000020 Hypothetical protein 5.14374245 C6_chemical_B2 +LQ00X000020 Hypothetical protein 5.939608982 C6_chemical_B3 +LQ00X000020 Hypothetical protein 5.161672226 C6_chemical_C1 +LQ00X000020 Hypothetical protein 5.532472959 C6_chemical_C2 +LQ00X000020 Hypothetical protein 6.098353601 C6_chemical_C3 +LQ00X000020 Hypothetical protein 5.030352632 L4_control_A1 +LQ00X000020 Hypothetical protein 4.947555581 L4_control_A2 +LQ00X000020 Hypothetical protein 4.92350285 L4_control_A3 +LQ00X000020 Hypothetical protein 5.512336662 L4_control_B1 +LQ00X000020 Hypothetical protein 5.079645395 L4_control_B2 +LQ00X000020 Hypothetical protein 5.214466138 L4_control_B3 +LQ00X000020 Hypothetical protein 5.774870718 L4_control_C2 +LQ00X000020 Hypothetical protein 5.660898694 L4_control_C3 +LQ00X000020 Hypothetical protein 5.177631109 L4_chemical_A1 +LQ00X000020 Hypothetical protein 5.092747069 L4_chemical_A2 +LQ00X000020 Hypothetical protein 5.170333071 L4_chemical_A3 +LQ00X000020 Hypothetical protein 5.103541417 L4_chemical_B1 +LQ00X000020 Hypothetical protein 4.984928926 L4_chemical_B2 +LQ00X000020 Hypothetical protein 5.017154543 L4_chemical_B3 +LQ00X000020 Hypothetical protein 5.856764988 L4_chemical_C2 +LQ00X000020 Hypothetical protein 5.995175203 L4_chemical_C3 +LQ00X000200 Predicted protein 13.58663053 C6_control_A1 +LQ00X000200 Predicted protein 13.38875974 C6_control_A3 +LQ00X000200 Predicted protein 14.0225939 C6_control_B1 +LQ00X000200 Predicted protein 14.52086674 C6_control_B2 +LQ00X000200 Predicted protein 14.03958926 C6_control_B3 +LQ00X000200 Predicted protein 14.61933856 C6_control_C1 +LQ00X000200 Predicted protein 15.19369645 C6_control_C2 +LQ00X000200 Predicted protein 15.07428479 C6_control_C3 +LQ00X000200 Predicted protein 14.04696342 C6_chemical_A1 +LQ00X000200 Predicted protein 14.04560739 C6_chemical_A3 +LQ00X000200 Predicted protein 14.44808848 C6_chemical_B1 +LQ00X000200 Predicted protein 14.92792966 C6_chemical_B2 +LQ00X000200 Predicted protein 14.42800535 C6_chemical_B3 +LQ00X000200 Predicted protein 14.61417923 C6_chemical_C1 +LQ00X000200 Predicted protein 15.05323694 C6_chemical_C2 +LQ00X000200 Predicted protein 14.55300558 C6_chemical_C3 +LQ00X000200 Predicted protein 13.66912482 L4_control_A1 +LQ00X000200 Predicted protein 14.23036168 L4_control_A2 +LQ00X000200 Predicted protein 13.75007436 L4_control_A3 +LQ00X000200 Predicted protein 14.33626366 L4_control_B1 +LQ00X000200 Predicted protein 14.70779787 L4_control_B2 +LQ00X000200 Predicted protein 14.83415211 L4_control_B3 +LQ00X000200 Predicted protein 14.93285978 L4_control_C2 +LQ00X000200 Predicted protein 14.98081212 L4_control_C3 +LQ00X000200 Predicted protein 14.1311031 L4_chemical_A1 +LQ00X000200 Predicted protein 14.72797329 L4_chemical_A2 +LQ00X000200 Predicted protein 13.70835382 L4_chemical_A3 +LQ00X000200 Predicted protein 14.22794143 L4_chemical_B1 +LQ00X000200 Predicted protein 14.47980532 L4_chemical_B2 +LQ00X000200 Predicted protein 14.13567657 L4_chemical_B3 +LQ00X000200 Predicted protein 14.93532984 L4_chemical_C2 +LQ00X000200 Predicted protein 14.93335466 L4_chemical_C3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.35634855 C6_control_A1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.50079395 C6_control_A3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.46021567 C6_control_B1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.30715004 C6_control_B2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.63410583 C6_control_B3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.53971872 C6_control_C1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.33253814 C6_control_C2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 11.99803086 C6_control_C3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.54643589 C6_chemical_A1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.41084797 C6_chemical_A3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.56614706 C6_chemical_B1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.63826731 C6_chemical_B2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.53518914 C6_chemical_B3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.54053714 C6_chemical_C1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.29126874 C6_chemical_C2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 11.8267772 C6_chemical_C3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.35779267 L4_control_A1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.51398564 L4_control_A2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.31813102 L4_control_A3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.48323769 L4_control_B1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.99174174 L4_control_B2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.50785507 L4_control_B3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.00816802 L4_control_C2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.6003411 L4_control_C3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 11.7223546 L4_chemical_A1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 11.9718348 L4_chemical_A2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 11.75742449 L4_chemical_A3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.1982728 L4_chemical_B1 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.32454067 L4_chemical_B2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.78042822 L4_chemical_B3 +LQ00X000210 Biotin carboxylase 1, chloroplastic 11.90224677 L4_chemical_C2 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.6076376 L4_chemical_C3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.24074661 C6_control_A1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.816948253 C6_control_A3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.02309685 C6_control_B1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.02729988 C6_control_B2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.15220181 C6_control_B3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.07503615 C6_control_C1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.947182635 C6_control_C2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.15416246 C6_control_C3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.00293931 C6_chemical_A1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.16257785 C6_chemical_A3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.425349 C6_chemical_B1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.774258008 C6_chemical_B2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.719731208 C6_chemical_B3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.20214171 C6_chemical_C1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.23479079 C6_chemical_C2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.889581849 C6_chemical_C3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.836111817 L4_control_A1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.24906628 L4_control_A2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.548693861 L4_control_A3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.201420473 L4_control_B1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.14002578 L4_control_B2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.612482429 L4_control_B3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.65863591 L4_control_C2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.14786713 L4_control_C3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.980709731 L4_chemical_A1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.01381578 L4_chemical_A2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.501758478 L4_chemical_A3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.417817723 L4_chemical_B1 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.19542625 L4_chemical_B2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 9.381600204 L4_chemical_B3 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.54511445 L4_chemical_C2 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.23356578 L4_chemical_C3 +LQ00X000290 Hypothetical protein 12.12415398 C6_control_A1 +LQ00X000290 Hypothetical protein 11.96435752 C6_control_A3 +LQ00X000290 Hypothetical protein 11.78774143 C6_control_B1 +LQ00X000290 Hypothetical protein 12.27743963 C6_control_B2 +LQ00X000290 Hypothetical protein 11.93391286 C6_control_B3 +LQ00X000290 Hypothetical protein 12.380678 C6_control_C1 +LQ00X000290 Hypothetical protein 12.15767292 C6_control_C2 +LQ00X000290 Hypothetical protein 12.14996792 C6_control_C3 +LQ00X000290 Hypothetical protein 11.93074463 C6_chemical_A1 +LQ00X000290 Hypothetical protein 10.75733813 C6_chemical_A3 +LQ00X000290 Hypothetical protein 11.76918727 C6_chemical_B1 +LQ00X000290 Hypothetical protein 12.39113041 C6_chemical_B2 +LQ00X000290 Hypothetical protein 11.68182565 C6_chemical_B3 +LQ00X000290 Hypothetical protein 12.28642827 C6_chemical_C1 +LQ00X000290 Hypothetical protein 12.53658172 C6_chemical_C2 +LQ00X000290 Hypothetical protein 11.62032356 C6_chemical_C3 +LQ00X000290 Hypothetical protein 11.31255398 L4_control_A1 +LQ00X000290 Hypothetical protein 11.37882686 L4_control_A2 +LQ00X000290 Hypothetical protein 11.66928151 L4_control_A3 +LQ00X000290 Hypothetical protein 11.78258442 L4_control_B1 +LQ00X000290 Hypothetical protein 10.42554836 L4_control_B2 +LQ00X000290 Hypothetical protein 11.31839945 L4_control_B3 +LQ00X000290 Hypothetical protein 11.91550618 L4_control_C2 +LQ00X000290 Hypothetical protein 11.22700537 L4_control_C3 +LQ00X000290 Hypothetical protein 11.39684746 L4_chemical_A1 +LQ00X000290 Hypothetical protein 11.68438651 L4_chemical_A2 +LQ00X000290 Hypothetical protein 11.43153582 L4_chemical_A3 +LQ00X000290 Hypothetical protein 11.42594822 L4_chemical_B1 +LQ00X000290 Hypothetical protein 11.45781264 L4_chemical_B2 +LQ00X000290 Hypothetical protein 11.15807421 L4_chemical_B3 +LQ00X000290 Hypothetical protein 11.81149398 L4_chemical_C2 +LQ00X000290 Hypothetical protein 11.29223269 L4_chemical_C3 +LQ00X000300 Putative uncharacterized protein 5.310568501 C6_control_A1 +LQ00X000300 Putative uncharacterized protein 5.262456659 C6_control_A3 +LQ00X000300 Putative uncharacterized protein 5.521120525 C6_control_B1 +LQ00X000300 Putative uncharacterized protein 5.327128468 C6_control_B2 +LQ00X000300 Putative uncharacterized protein 5.187570804 C6_control_B3 +LQ00X000300 Putative uncharacterized protein 5.77578071 C6_control_C1 +LQ00X000300 Putative uncharacterized protein 5.582536624 C6_control_C2 +LQ00X000300 Putative uncharacterized protein 5.447978517 C6_control_C3 +LQ00X000300 Putative uncharacterized protein 5.146013987 C6_chemical_A1 +LQ00X000300 Putative uncharacterized protein 5.386915918 C6_chemical_A3 +LQ00X000300 Putative uncharacterized protein 6.048761162 C6_chemical_B1 +LQ00X000300 Putative uncharacterized protein 5.263776035 C6_chemical_B2 +LQ00X000300 Putative uncharacterized protein 5.551103975 C6_chemical_B3 +LQ00X000300 Putative uncharacterized protein 6.044287847 C6_chemical_C1 +LQ00X000300 Putative uncharacterized protein 5.267385754 C6_chemical_C2 +LQ00X000300 Putative uncharacterized protein 5.459329291 C6_chemical_C3 +LQ00X000300 Putative uncharacterized protein 5.474883471 L4_control_A1 +LQ00X000300 Putative uncharacterized protein 4.870298365 L4_control_A2 +LQ00X000300 Putative uncharacterized protein 4.783940766 L4_control_A3 +LQ00X000300 Putative uncharacterized protein 5.031243822 L4_control_B1 +LQ00X000300 Putative uncharacterized protein 5.102878433 L4_control_B2 +LQ00X000300 Putative uncharacterized protein 5.744607573 L4_control_B3 +LQ00X000300 Putative uncharacterized protein 5.717717842 L4_control_C2 +LQ00X000300 Putative uncharacterized protein 6.440018749 L4_control_C3 +LQ00X000300 Putative uncharacterized protein 5.422035769 L4_chemical_A1 +LQ00X000300 Putative uncharacterized protein 5.517544092 L4_chemical_A2 +LQ00X000300 Putative uncharacterized protein 5.059009087 L4_chemical_A3 +LQ00X000300 Putative uncharacterized protein 5.138504892 L4_chemical_B1 +LQ00X000300 Putative uncharacterized protein 5.366828812 L4_chemical_B2 +LQ00X000300 Putative uncharacterized protein 5.656813232 L4_chemical_B3 +LQ00X000300 Putative uncharacterized protein 5.702408933 L4_chemical_C2 +LQ00X000300 Putative uncharacterized protein 6.382345601 L4_chemical_C3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.97758212 C6_control_A1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.64938301 C6_control_A3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.32513535 C6_control_B1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 10.96174339 C6_control_B2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.82492926 C6_control_B3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.80370876 C6_control_C1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.41699112 C6_control_C2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.64742094 C6_control_C3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.91036157 C6_chemical_A1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.6375324 C6_chemical_A3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.25359807 C6_chemical_B1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.23705101 C6_chemical_B2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.63635289 C6_chemical_B3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.94325907 C6_chemical_C1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.58937205 C6_chemical_C2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.85428549 C6_chemical_C3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.65096203 L4_control_A1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.9942918 L4_control_A2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.19575593 L4_control_A3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.11621245 L4_control_B1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.50034259 L4_control_B2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 10.73257373 L4_control_B3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.87478392 L4_control_C2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.8402142 L4_control_C3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.04698485 L4_chemical_A1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.25203133 L4_chemical_A2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.42625198 L4_chemical_A3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.73927178 L4_chemical_B1 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.41127879 L4_chemical_B2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.40342929 L4_chemical_B3 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.70149493 L4_chemical_C2 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 12.54657763 L4_chemical_C3 +LQ00X000360 Putative metal tolerance protein C3 5.9035492 C6_control_A1 +LQ00X000360 Putative metal tolerance protein C3 5.321162143 C6_control_A3 +LQ00X000360 Putative metal tolerance protein C3 5.616176465 C6_control_B1 +LQ00X000360 Putative metal tolerance protein C3 6.036282056 C6_control_B2 +LQ00X000360 Putative metal tolerance protein C3 6.293292072 C6_control_B3 +LQ00X000360 Putative metal tolerance protein C3 5.200611049 C6_control_C1 +LQ00X000360 Putative metal tolerance protein C3 6.123693055 C6_control_C2 +LQ00X000360 Putative metal tolerance protein C3 5.707574579 C6_control_C3 +LQ00X000360 Putative metal tolerance protein C3 5.636813769 C6_chemical_A1 +LQ00X000360 Putative metal tolerance protein C3 5.200388283 C6_chemical_A3 +LQ00X000360 Putative metal tolerance protein C3 5.856493902 C6_chemical_B1 +LQ00X000360 Putative metal tolerance protein C3 5.685031856 C6_chemical_B2 +LQ00X000360 Putative metal tolerance protein C3 5.722363147 C6_chemical_B3 +LQ00X000360 Putative metal tolerance protein C3 5.48993143 C6_chemical_C1 +LQ00X000360 Putative metal tolerance protein C3 5.66306667 C6_chemical_C2 +LQ00X000360 Putative metal tolerance protein C3 5.54310627 C6_chemical_C3 +LQ00X000360 Putative metal tolerance protein C3 5.539596027 L4_control_A1 +LQ00X000360 Putative metal tolerance protein C3 5.34859292 L4_control_A2 +LQ00X000360 Putative metal tolerance protein C3 5.28457315 L4_control_A3 +LQ00X000360 Putative metal tolerance protein C3 5.285462259 L4_control_B1 +LQ00X000360 Putative metal tolerance protein C3 5.226515824 L4_control_B2 +LQ00X000360 Putative metal tolerance protein C3 5.212773616 L4_control_B3 +LQ00X000360 Putative metal tolerance protein C3 5.25038277 L4_control_C2 +LQ00X000360 Putative metal tolerance protein C3 5.347778167 L4_control_C3 +LQ00X000360 Putative metal tolerance protein C3 5.210232758 L4_chemical_A1 +LQ00X000360 Putative metal tolerance protein C3 5.358422255 L4_chemical_A2 +LQ00X000360 Putative metal tolerance protein C3 5.957342083 L4_chemical_A3 +LQ00X000360 Putative metal tolerance protein C3 5.11751014 L4_chemical_B1 +LQ00X000360 Putative metal tolerance protein C3 5.259664132 L4_chemical_B2 +LQ00X000360 Putative metal tolerance protein C3 5.355058403 L4_chemical_B3 +LQ00X000360 Putative metal tolerance protein C3 5.254418321 L4_chemical_C2 +LQ00X000360 Putative metal tolerance protein C3 5.549667859 L4_chemical_C3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.46453081 C6_control_A1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.35705393 C6_control_A3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.09549902 C6_control_B1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.73186792 C6_control_B0 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.51974286 C6_control_B3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.20518769 C6_control_C1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.22919962 C6_control_C2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.92424046 C6_control_C3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.6523861 C6_chemical_A1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.62650211 C6_chemical_A3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.12058864 C6_chemical_B1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 12.20997928 C6_chemical_B2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.43194667 C6_chemical_B3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.12726682 C6_chemical_C1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.27717364 C6_chemical_C2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.34328675 C6_chemical_C3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.62992926 L4_control_A1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 12.22334064 L4_control_A2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.54626137 L4_control_A3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.68411274 L4_control_B1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.96249433 L4_control_B2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.75132375 L4_control_B3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.36203613 L4_control_C2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.80295582 L4_control_C3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.9659415 L4_chemical_A1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.84375852 L4_chemical_A2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.49069522 L4_chemical_A3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.86431236 L4_chemical_B1 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.33291464 L4_chemical_B2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 11.6811388 L4_chemical_B3 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.22666423 L4_chemical_C2 +LQ00X000370 Putative Beta-hexosaminidase subunit B2 10.95155472 L4_chemical_C3 +LQ00X000380 Putative uncharacterized protein 13.03061171 C6_control_A1 +LQ00X000380 Putative uncharacterized protein 12.61789938 C6_control_A3 +LQ00X000380 Putative uncharacterized protein 12.79063527 C6_control_B1 +LQ00X000380 Putative uncharacterized protein 12.45848832 C6_control_B2 +LQ00X000380 Putative uncharacterized protein 12.79867311 C6_control_B3 +LQ00X000380 Putative uncharacterized protein 12.96828523 C6_control_C1 +LQ00X000380 Putative uncharacterized protein 12.6441859 C6_control_C2 +LQ00X000380 Putative uncharacterized protein 12.91604401 C6_control_C3 +LQ00X000380 Putative uncharacterized protein 12.91751398 C6_chemical_A1 +LQ00X000380 Putative uncharacterized protein 12.40881627 C6_chemical_A3 +LQ00X000380 Putative uncharacterized protein 12.42855729 C6_chemical_B1 +LQ00X000380 Putative uncharacterized protein 12.14469726 C6_chemical_B2 +LQ00X000380 Putative uncharacterized protein 12.61597632 C6_chemical_B3 +LQ00X000380 Putative uncharacterized protein 12.83357131 C6_chemical_C1 +LQ00X000380 Putative uncharacterized protein 12.62273596 C6_chemical_C2 +LQ00X000380 Putative uncharacterized protein 12.74332602 C6_chemical_C3 +LQ00X000380 Putative uncharacterized protein 12.6502001 L4_control_A1 +LQ00X000380 Putative uncharacterized protein 12.93648695 L4_control_A2 +LQ00X000380 Putative uncharacterized protein 12.90473433 L4_control_A3 +LQ00X000380 Putative uncharacterized protein 12.8263615 L4_control_B1 +LQ00X000380 Putative uncharacterized protein 12.83220586 L4_control_B2 +LQ00X000380 Putative uncharacterized protein 12.65664356 L4_control_B3 +LQ00X000380 Putative uncharacterized protein 13.24276944 L4_control_C2 +LQ00X000380 Putative uncharacterized protein 13.16166921 L4_control_C3 +LQ00X000380 Putative uncharacterized protein 12.43499828 L4_chemical_A1 +LQ00X000380 Putative uncharacterized protein 12.87435021 L4_chemical_A2 +LQ00X000380 Putative uncharacterized protein 12.71041522 L4_chemical_A3 +LQ00X000380 Putative uncharacterized protein 12.99827164 L4_chemical_B1 +LQ00X000380 Putative uncharacterized protein 13.15702239 L4_chemical_B2 +LQ00X000380 Putative uncharacterized protein 12.75679884 L4_chemical_B3 +LQ00X000380 Putative uncharacterized protein 13.17424982 L4_chemical_C2 +LQ00X000380 Putative uncharacterized protein 13.07981006 L4_chemical_C3 +LQ00X000440 Putative uncharacterized protein 5.546430278 C6_control_A1 +LQ00X000440 Putative uncharacterized protein 5.723046583 C6_control_A3 +LQ00X000440 Putative uncharacterized protein 6.973642404 C6_control_B1 +LQ00X000440 Putative uncharacterized protein 8.05358038 C6_control_B2 +LQ00X000440 Putative uncharacterized protein 7.080752118 C6_control_B3 +LQ00X000440 Putative uncharacterized protein 9.481225413 C6_control_C1 +LQ00X000440 Putative uncharacterized protein 9.564358615 C6_control_C2 +LQ00X000440 Putative uncharacterized protein 10.19928021 C6_control_C3 +LQ00X000440 Putative uncharacterized protein 5.389067504 C6_chemical_A1 +LQ00X000440 Putative uncharacterized protein 5.4658468 C6_chemical_A3 +LQ00X000440 Putative uncharacterized protein 6.686161511 C6_chemical_B1 +LQ00X000440 Putative uncharacterized protein 7.514654102 C6_chemical_B2 +LQ00X000440 Putative uncharacterized protein 6.843801854 C6_chemical_B3 +LQ00X000440 Putative uncharacterized protein 8.842453599 C6_chemical_C1 +LQ00X000440 Putative uncharacterized protein 9.284534018 C6_chemical_C2 +LQ00X000440 Putative uncharacterized protein 10.32092427 C6_chemical_C3 +LQ00X000440 Putative uncharacterized protein 5.926883853 L4_control_A1 +LQ00X000440 Putative uncharacterized protein 5.819967527 L4_control_A2 +LQ00X000440 Putative uncharacterized protein 6.235933357 L4_control_A3 +LQ00X000440 Putative uncharacterized protein 6.865532599 L4_control_B1 +LQ00X000440 Putative uncharacterized protein 6.467048439 L4_control_B2 +LQ00X000440 Putative uncharacterized protein 8.716603348 L4_control_B3 +LQ00X000440 Putative uncharacterized protein 7.829439593 L4_control_C2 +LQ00X000440 Putative uncharacterized protein 9.169020849 L4_control_C3 +LQ00X000440 Putative uncharacterized protein 5.940981947 L4_chemical_A1 +LQ00X000440 Putative uncharacterized protein 5.876634364 L4_chemical_A2 +LQ00X000440 Putative uncharacterized protein 6.030790208 L4_chemical_A3 +LQ00X000440 Putative uncharacterized protein 6.114281876 L4_chemical_B1 +LQ00X000440 Putative uncharacterized protein 6.374732174 L4_chemical_B2 +LQ00X000440 Putative uncharacterized protein 7.291269725 L4_chemical_B3 +LQ00X000440 Putative uncharacterized protein 8.211476958 L4_chemical_C2 +LQ00X000440 Putative uncharacterized protein 9.223130494 L4_chemical_C3 +LQ00X000460 60S ribosomal protein L23a 14.26118937 C6_control_A1 +LQ00X000460 60S ribosomal protein L23a 14.6941568 C6_control_A3 +LQ00X000460 60S ribosomal protein L23a 13.97025157 C6_control_B1 +LQ00X000460 60S ribosomal protein L23a 14.03679509 C6_control_B2 +LQ00X000460 60S ribosomal protein L23a 13.68340854 C6_control_B3 +LQ00X000460 60S ribosomal protein L23a 13.20371002 C6_control_C1 +LQ00X000460 60S ribosomal protein L23a 13.38428493 C6_control_C2 +LQ00X000460 60S ribosomal protein L23a 13.40419998 C6_control_C3 +LQ00X000460 60S ribosomal protein L23a 13.91372572 C6_chemical_A1 +LQ00X000460 60S ribosomal protein L23a 13.41886436 C6_chemical_A3 +LQ00X000460 60S ribosomal protein L23a 13.34950411 C6_chemical_B1 +LQ00X000460 60S ribosomal protein L23a 13.74779305 C6_chemical_B2 +LQ00X000460 60S ribosomal protein L23a 13.50261111 C6_chemical_B3 +LQ00X000460 60S ribosomal protein L23a 13.23656108 C6_chemical_C1 +LQ00X000460 60S ribosomal protein L23a 13.30890267 C6_chemical_C2 +LQ00X000460 60S ribosomal protein L23a 12.86363515 C6_chemical_C3 +LQ00X000460 60S ribosomal protein L23a 13.69908174 L4_control_A1 +LQ00X000460 60S ribosomal protein L23a 12.53448665 L4_control_A2 +LQ00X000460 60S ribosomal protein L23a 12.43077208 L4_control_A3 +LQ00X000460 60S ribosomal protein L23a 11.76956196 L4_control_B1 +LQ00X000460 60S ribosomal protein L23a 11.65946093 L4_control_B2 +LQ00X000460 60S ribosomal protein L23a 12.0312778 L4_control_B3 +LQ00X000460 60S ribosomal protein L23a 11.90002708 L4_control_C2 +LQ00X000460 60S ribosomal protein L23a 10.76699299 L4_control_C3 +LQ00X000460 60S ribosomal protein L23a 12.70793432 L4_chemical_A1 +LQ00X000460 60S ribosomal protein L23a 11.3019839 L4_chemical_A2 +LQ00X000460 60S ribosomal protein L23a 12.50662387 L4_chemical_A3 +LQ00X000460 60S ribosomal protein L23a 12.74506282 L4_chemical_B1 +LQ00X000460 60S ribosomal protein L23a 11.36653102 L4_chemical_B2 +LQ00X000460 60S ribosomal protein L23a 12.62171105 L4_chemical_B3 +LQ00X000460 60S ribosomal protein L23a 10.60597749 L4_chemical_C2 +LQ00X000460 60S ribosomal protein L23a 11.00729631 L4_chemical_C3 +LQ00X000640 Hypothetical protein 5.720669189 C6_control_A1 +LQ00X000640 Hypothetical protein 5.374832004 C6_control_A3 +LQ00X000640 Hypothetical protein 5.123951476 C6_control_B1 +LQ00X000640 Hypothetical protein 5.115035543 C6_control_B2 +LQ00X000640 Hypothetical protein 5.034018492 C6_control_B3 +LQ00X000640 Hypothetical protein 4.807733507 C6_control_C1 +LQ00X000640 Hypothetical protein 4.879585422 C6_control_C2 +LQ00X000640 Hypothetical protein 4.724340726 C6_control_C3 +LQ00X000640 Hypothetical protein 5.660201978 C6_chemical_A1 +LQ00X000640 Hypothetical protein 5.461778027 C6_chemical_A3 +LQ00X000640 Hypothetical protein 5.453444059 C6_chemical_B1 +LQ00X000640 Hypothetical protein 4.960893691 C6_chemical_B2 +LQ00X000640 Hypothetical protein 5.367596602 C6_chemical_B3 +LQ00X000640 Hypothetical protein 4.715356194 C6_chemical_C1 +LQ00X000640 Hypothetical protein 5.162717231 C6_chemical_C2 +LQ00X000640 Hypothetical protein 4.819362211 C6_chemical_C3 +LQ00X000640 Hypothetical protein 5.419615038 L4_control_A1 +LQ00X000640 Hypothetical protein 5.831199363 L4_control_A2 +LQ00X000640 Hypothetical protein 5.385966518 L4_control_A3 +LQ00X000640 Hypothetical protein 5.748930429 L4_control_B1 +LQ00X000640 Hypothetical protein 5.979863053 L4_control_B2 +LQ00X000640 Hypothetical protein 5.178973783 L4_control_B3 +LQ00X000640 Hypothetical protein 5.155618208 L4_control_C2 +LQ00X000640 Hypothetical protein 4.947736305 L4_control_C3 +LQ00X000640 Hypothetical protein 5.252870574 L4_chemical_A1 +LQ00X000640 Hypothetical protein 5.983634777 L4_chemical_A2 +LQ00X000640 Hypothetical protein 5.195648338 L4_chemical_A3 +LQ00X000640 Hypothetical protein 5.637026139 L4_chemical_B1 +LQ00X000640 Hypothetical protein 5.156267858 L4_chemical_B2 +LQ00X000640 Hypothetical protein 5.515295075 L4_chemical_B3 +LQ00X000640 Hypothetical protein 5.514597868 L4_chemical_C2 +LQ00X000640 Hypothetical protein 4.964177266 L4_chemical_C3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.45695643 C6_control_A1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.27724179 C6_control_A3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.10492706 C6_control_B1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.4276981 C6_control_B2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.31885982 C6_control_B3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 11.97436728 C6_control_C1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 11.86445104 C6_control_C2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.22301675 C6_control_C3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.75700269 C6_chemical_A1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.61112714 C6_chemical_A3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.33958394 C6_chemical_B1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.31551692 C6_chemical_B2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.65559256 C6_chemical_B3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.27316638 C6_chemical_C1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 11.46554998 C6_chemical_C2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 11.14038239 C6_chemical_C3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.79727588 L4_control_A1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.09712282 L4_control_A2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.03578565 L4_control_A3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.43643547 L4_control_B1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.24085201 L4_control_B2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.10052972 L4_control_B3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 11.38040034 L4_control_C2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 10.95646126 L4_control_C3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.99857463 L4_chemical_A1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.08987105 L4_chemical_A2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.71814077 L4_chemical_A3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.78300781 L4_chemical_B1 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.50278273 L4_chemical_B2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.57573103 L4_chemical_B3 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 11.01257306 L4_chemical_C2 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 10.6969455 L4_chemical_C3 +LQ00X000920 Putative uncharacterized protein 7.162107699 C6_control_A1 +LQ00X000920 Putative uncharacterized protein 7.208038905 C6_control_A3 +LQ00X000920 Putative uncharacterized protein 6.573335951 C6_control_B1 +LQ00X000920 Putative uncharacterized protein 7.441158694 C6_control_B2 +LQ00X000920 Putative uncharacterized protein 7.213864397 C6_control_B3 +LQ00X000920 Putative uncharacterized protein 7.226012349 C6_control_C1 +LQ00X000920 Putative uncharacterized protein 6.980733505 C6_control_C2 +LQ00X000920 Putative uncharacterized protein 7.341456326 C6_control_C3 +LQ00X000920 Putative uncharacterized protein 7.539555019 C6_chemical_A1 +LQ00X000920 Putative uncharacterized protein 7.302889271 C6_chemical_A3 +LQ00X000920 Putative uncharacterized protein 6.424563501 C6_chemical_B1 +LQ00X000920 Putative uncharacterized protein 6.674690217 C6_chemical_B2 +LQ00X000920 Putative uncharacterized protein 6.650081579 C6_chemical_B3 +LQ00X000920 Putative uncharacterized protein 6.872004173 C6_chemical_C1 +LQ00X000920 Putative uncharacterized protein 6.807320221 C6_chemical_C2 +LQ00X000920 Putative uncharacterized protein 6.468209698 C6_chemical_C3 +LQ00X000920 Putative uncharacterized protein 7.83406311 L4_control_A1 +LQ00X000920 Putative uncharacterized protein 7.77086637 L4_control_A2 +LQ00X000920 Putative uncharacterized protein 7.758291548 L4_control_A3 +LQ00X000920 Putative uncharacterized protein 6.136013494 L4_control_B1 +LQ00X000920 Putative uncharacterized protein 7.2738268 L4_control_B2 +LQ00X000920 Putative uncharacterized protein 6.777209608 L4_control_B3 +LQ00X000920 Putative uncharacterized protein 6.974789303 L4_control_C2 +LQ00X000920 Putative uncharacterized protein 6.648591346 L4_control_C3 +LQ00X000920 Putative uncharacterized protein 7.662946811 L4_chemical_A1 +LQ00X000920 Putative uncharacterized protein 7.847102991 L4_chemical_A2 +LQ00X000920 Putative uncharacterized protein 7.919722276 L4_chemical_A3 +LQ00X000920 Putative uncharacterized protein 6.930180975 L4_chemical_B1 +LQ00X000920 Putative uncharacterized protein 6.91758161 L4_chemical_B2 +LQ00X000920 Putative uncharacterized protein 6.651121615 L4_chemical_B3 +LQ00X000920 Putative uncharacterized protein 6.86755085 L4_chemical_C2 +LQ00X000920 Putative uncharacterized protein 6.297336908 L4_chemical_C3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.934585823 C6_control_A1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.734136083 C6_control_A3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.529777575 C6_control_B1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.841760635 C6_control_B2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.892620197 C6_control_B3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.005130716 C6_control_C1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.67905421 C6_control_C2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.823423584 C6_control_C3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.949249871 C6_chemical_A1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.914730722 C6_chemical_A3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.296726024 C6_chemical_B1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.762591699 C6_chemical_B2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.043589279 C6_chemical_B3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.746665278 C6_chemical_C1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.873503555 C6_chemical_C2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.915938049 C6_chemical_C3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.786546202 L4_control_A1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.740533793 L4_control_A2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.081404468 L4_control_A3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.969360719 L4_control_B1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.159634644 L4_control_B2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.896792963 L4_control_B3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.137577759 L4_control_C2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.887298671 L4_control_C3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.069513295 L4_chemical_A1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.742885837 L4_chemical_A2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.158415505 L4_chemical_A3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.113613179 L4_chemical_B1 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.433911866 L4_chemical_B2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.92516181 L4_chemical_B3 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.402297843 L4_chemical_C2 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.694944095 L4_chemical_C3 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.47353241 C6_control_A1 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.75631464 C6_control_A3 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.77653202 C6_control_B1 +LQ00X001470 Putative Uncharacterized protein At1g15400 12.20605668 C6_control_B2 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.78833131 C6_control_B3 +LQ00X001470 Putative Uncharacterized protein At1g15400 12.19736618 C6_control_C1 +LQ00X001470 Putative Uncharacterized protein At1g15400 12.39556234 C6_control_C2 +LQ00X001470 Putative Uncharacterized protein At1g15400 12.55022751 C6_control_C3 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.43042232 C6_chemical_A1 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.24181066 C6_chemical_A3 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.63386317 C6_chemical_B1 +LQ00X001470 Putative Uncharacterized protein At1g15400 12.0337505 C6_chemical_B2 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.87403797 C6_chemical_B3 +LQ00X001470 Putative Uncharacterized protein At1g15400 12.19413505 C6_chemical_C1 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.9959927 C6_chemical_C2 +LQ00X001470 Putative Uncharacterized protein At1g15400 12.12185557 C6_chemical_C3 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.0114785 L4_control_A1 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.70248307 L4_control_A2 +LQ00X001470 Putative Uncharacterized protein At1g15400 9.731059849 L4_control_A3 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.23986287 L4_control_B1 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.32651425 L4_control_B2 +LQ00X001470 Putative Uncharacterized protein At1g15400 12.02338506 L4_control_B3 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.42586673 L4_control_C2 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.51435779 L4_control_C3 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.18680837 L4_chemical_A1 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.69131195 L4_chemical_A2 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.44986822 L4_chemical_A3 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.95163844 L4_chemical_B1 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.94029735 L4_chemical_B2 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.41129353 L4_chemical_B3 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.72622372 L4_chemical_C2 +LQ00X001470 Putative Uncharacterized protein At1g15400 10.66813113 L4_chemical_C3 +LQ00X001500 NBS resistance protein 5.983924719 C6_control_A1 +LQ00X001500 NBS resistance protein 5.968214268 C6_control_A3 +LQ00X001500 NBS resistance protein 6.040207165 C6_control_B1 +LQ00X001500 NBS resistance protein 5.740189517 C6_control_B2 +LQ00X001500 NBS resistance protein 5.564685843 C6_control_B3 +LQ00X001500 NBS resistance protein 5.521023368 C6_control_C1 +LQ00X001500 NBS resistance protein 6.205062774 C6_control_C2 +LQ00X001500 NBS resistance protein 5.64447715 C6_control_C3 +LQ00X001500 NBS resistance protein 5.867066669 C6_chemical_A1 +LQ00X001500 NBS resistance protein 5.597511024 C6_chemical_A3 +LQ00X001500 NBS resistance protein 5.685173181 C6_chemical_B1 +LQ00X001500 NBS resistance protein 5.27285484 C6_chemical_B2 +LQ00X001500 NBS resistance protein 5.537774066 C6_chemical_B3 +LQ00X001500 NBS resistance protein 5.377372244 C6_chemical_C1 +LQ00X001500 NBS resistance protein 5.402572489 C6_chemical_C2 +LQ00X001500 NBS resistance protein 5.590404948 C6_chemical_C3 +LQ00X001500 NBS resistance protein 5.553063813 L4_control_A1 +LQ00X001500 NBS resistance protein 6.489064116 L4_control_A2 +LQ00X001500 NBS resistance protein 5.904942671 L4_control_A3 +LQ00X001500 NBS resistance protein 5.552648748 L4_control_B1 +LQ00X001500 NBS resistance protein 5.811872448 L4_control_B2 +LQ00X001500 NBS resistance protein 5.537015681 L4_control_B3 +LQ00X001500 NBS resistance protein 5.964765007 L4_control_C2 +LQ00X001500 NBS resistance protein 5.567201696 L4_control_C3 +LQ00X001500 NBS resistance protein 5.898449223 L4_chemical_A1 +LQ00X001500 NBS resistance protein 6.18466031 L4_chemical_A2 +LQ00X001500 NBS resistance protein 5.611932874 L4_chemical_A3 +LQ00X001500 NBS resistance protein 5.828763886 L4_chemical_B1 +LQ00X001500 NBS resistance protein 6.235284494 L4_chemical_B2 +LQ00X001500 NBS resistance protein 5.520754969 L4_chemical_B3 +LQ00X001500 NBS resistance protein 6.520916244 L4_chemical_C2 +LQ00X001500 NBS resistance protein 6.197537512 L4_chemical_C3 +LQ00X001530 Putative Peptide transporter PTR1 10.79175793 C6_control_A1 +LQ00X001530 Putative Peptide transporter PTR1 10.2322151 C6_control_A3 +LQ00X001530 Putative Peptide transporter PTR1 11.29119905 C6_control_B1 +LQ00X001530 Putative Peptide transporter PTR1 11.53400352 C6_control_B2 +LQ00X001530 Putative Peptide transporter PTR1 11.69181703 C6_control_B3 +LQ00X001530 Putative Peptide transporter PTR1 13.18277477 C6_control_C1 +LQ00X001530 Putative Peptide transporter PTR1 12.57411048 C6_control_C2 +LQ00X001530 Putative Peptide transporter PTR1 12.87516923 C6_control_C3 +LQ00X001530 Putative Peptide transporter PTR1 10.78183685 C6_chemical_A1 +LQ00X001530 Putative Peptide transporter PTR1 11.09207106 C6_chemical_A3 +LQ00X001530 Putative Peptide transporter PTR1 11.69458754 C6_chemical_B1 +LQ00X001530 Putative Peptide transporter PTR1 11.61932872 C6_chemical_B2 +LQ00X001530 Putative Peptide transporter PTR1 12.0213366 C6_chemical_B3 +LQ00X001530 Putative Peptide transporter PTR1 12.98206878 C6_chemical_C0 +LQ00X001530 Putative Peptide transporter PTR1 12.51814341 C6_chemical_C2 +LQ00X001530 Putative Peptide transporter PTR1 13.11615561 C6_chemical_C3 +LQ00X001530 Putative Peptide transporter PTR1 11.62578478 L4_control_A1 +LQ00X001530 Putative Peptide transporter PTR1 11.389197 L4_control_A2 +LQ00X001530 Putative Peptide transporter PTR1 11.06538285 L4_control_A3 +LQ00X001530 Putative Peptide transporter PTR1 13.04931253 L4_control_B1 +LQ00X001530 Putative Peptide transporter PTR1 12.51839101 L4_control_B2 +LQ00X001530 Putative Peptide transporter PTR1 12.90641085 L4_control_B3 +LQ00X001530 Putative Peptide transporter PTR1 12.86822747 L4_control_C2 +LQ00X001530 Putative Peptide transporter PTR1 12.64764948 L4_control_C3 +LQ00X001530 Putative Peptide transporter PTR1 13.09899186 L4_chemical_A1 +LQ00X001530 Putative Peptide transporter PTR1 12.81428382 L4_chemical_A2 +LQ00X001530 Putative Peptide transporter PTR1 12.37051953 L4_chemical_A3 +LQ00X001530 Putative Peptide transporter PTR1 12.91148208 L4_chemical_B1 +LQ00X001530 Putative Peptide transporter PTR1 12.60105454 L4_chemical_B2 +LQ00X001530 Putative Peptide transporter PTR1 12.80393784 L4_chemical_B3 +LQ00X001530 Putative Peptide transporter PTR1 12.91059217 L4_chemical_C2 +LQ00X001530 Putative Peptide transporter PTR1 13.12313969 L4_chemical_C3 +LQ00X001690 Putative Subtilisin-like protease 4.891409477 C6_control_A1 +LQ00X001690 Putative Subtilisin-like protease 5.157265182 C6_control_A3 +LQ00X001690 Putative Subtilisin-like protease 5.348104314 C6_control_B1 +LQ00X001690 Putative Subtilisin-like protease 5.140264131 C6_control_B2 +LQ00X001690 Putative Subtilisin-like protease 5.477561368 C6_control_B3 +LQ00X001690 Putative Subtilisin-like protease 4.663263818 C6_control_C1 +LQ00X001690 Putative Subtilisin-like protease 5.097622868 C6_control_C2 +LQ00X001690 Putative Subtilisin-like protease 4.836189023 C6_control_C3 +LQ00X001690 Putative Subtilisin-like protease 5.351551044 C6_chemical_A1 +LQ00X001690 Putative Subtilisin-like protease 5.311681049 C6_chemical_A3 +LQ00X001690 Putative Subtilisin-like protease 5.459299081 C6_chemical_B1 +LQ00X001690 Putative Subtilisin-like protease 5.058334126 C6_chemical_B2 +LQ00X001690 Putative Subtilisin-like protease 5.155187391 C6_chemical_B3 +LQ00X001690 Putative Subtilisin-like protease 4.898966705 C6_chemical_C1 +LQ00X001690 Putative Subtilisin-like protease 5.059485781 C6_chemical_C2 +LQ00X001690 Putative Subtilisin-like protease 4.902564419 C6_chemical_C3 +LQ00X001690 Putative Subtilisin-like protease 4.950999366 L4_control_A1 +LQ00X001690 Putative Subtilisin-like protease 5.032249065 L4_control_A2 +LQ00X001690 Putative Subtilisin-like protease 5.283889097 L4_control_A3 +LQ00X001690 Putative Subtilisin-like protease 5.537207693 L4_control_B1 +LQ00X001690 Putative Subtilisin-like protease 5.645561887 L4_control_B2 +LQ00X001690 Putative Subtilisin-like protease 5.065356641 L4_control_B3 +LQ00X001690 Putative Subtilisin-like protease 4.996015391 L4_control_C2 +LQ00X001690 Putative Subtilisin-like protease 5.649081914 L4_control_C3 +LQ00X001690 Putative Subtilisin-like protease 5.44661259 L4_chemical_A1 +LQ00X001690 Putative Subtilisin-like protease 5.041062878 L4_chemical_A2 +LQ00X001690 Putative Subtilisin-like protease 4.952487469 L4_chemical_A3 +LQ00X001690 Putative Subtilisin-like protease 5.498765834 L4_chemical_B1 +LQ00X001690 Putative Subtilisin-like protease 5.097417018 L4_chemical_B2 +LQ00X001690 Putative Subtilisin-like protease 5.155658966 L4_chemical_B3 +LQ00X001690 Putative Subtilisin-like protease 4.996869143 L4_chemical_C2 +LQ00X001690 Putative Subtilisin-like protease 5.759415154 L4_chemical_C3 +LQ00X001892 Gag-pol protein, putative 5.227671932 C6_control_A1 +LQ00X001892 Gag-pol protein, putative 5.24303491 C6_control_A3 +LQ00X001892 Gag-pol protein, putative 5.407507175 C6_control_B1 +LQ00X001892 Gag-pol protein, putative 5.071158405 C6_control_B2 +LQ00X001892 Gag-pol protein, putative 5.17609297 C6_control_B3 +LQ00X001892 Gag-pol protein, putative 5.65265003 C6_control_C1 +LQ00X001892 Gag-pol protein, putative 5.478849769 C6_control_C2 +LQ00X001892 Gag-pol protein, putative 6.137405464 C6_control_C3 +LQ00X001892 Gag-pol protein, putative 5.204925217 C6_chemical_A1 +LQ00X001892 Gag-pol protein, putative 5.257678123 C6_chemical_A3 +LQ00X001892 Gag-pol protein, putative 5.28414435 C6_chemical_B1 +LQ00X001892 Gag-pol protein, putative 5.481745322 C6_chemical_B2 +LQ00X001892 Gag-pol protein, putative 5.219225882 C6_chemical_B3 +LQ00X001892 Gag-pol protein, putative 6.068509268 C6_chemical_C1 +LQ00X001892 Gag-pol protein, putative 5.916342823 C6_chemical_C2 +LQ00X001892 Gag-pol protein, putative 6.028559461 C6_chemical_C3 +LQ00X001892 Gag-pol protein, putative 5.436252012 L4_control_A1 +LQ00X001892 Gag-pol protein, putative 5.463079488 L4_control_A2 +LQ00X001892 Gag-pol protein, putative 5.243541213 L4_control_A3 +LQ00X001892 Gag-pol protein, putative 5.118917887 L4_control_B1 +LQ00X001892 Gag-pol protein, putative 5.011815326 L4_control_B2 +LQ00X001892 Gag-pol protein, putative 5.22253524 L4_control_B3 +LQ00X001892 Gag-pol protein, putative 5.13084445 L4_control_C2 +LQ00X001892 Gag-pol protein, putative 5.251639705 L4_control_C3 +LQ00X001892 Gag-pol protein, putative 5.248244776 L4_chemical_A1 +LQ00X001892 Gag-pol protein, putative 5.140146873 L4_chemical_A2 +LQ00X001892 Gag-pol protein, putative 5.18999612 L4_chemical_A3 +LQ00X001892 Gag-pol protein, putative 4.967997988 L4_chemical_B1 +LQ00X001892 Gag-pol protein, putative 4.843865729 L4_chemical_B2 +LQ00X001892 Gag-pol protein, putative 5.297914425 L4_chemical_B3 +LQ00X001892 Gag-pol protein, putative 5.079858454 L4_chemical_C2 +LQ00X001892 Gag-pol protein, putative 5.847041604 L4_chemical_C3 +LQ00X001920 Putative uncharacterized protein 7.70138289 C6_control_A1 +LQ00X001920 Putative uncharacterized protein 8.133011091 C6_control_A3 +LQ00X001920 Putative uncharacterized protein 7.80947049 C6_control_B1 +LQ00X001920 Putative uncharacterized protein 7.108731981 C6_control_B2 +LQ00X001920 Putative uncharacterized protein 7.736900688 C6_control_B3 +LQ00X001920 Putative uncharacterized protein 7.495251849 C6_control_C1 +LQ00X001920 Putative uncharacterized protein 6.594789989 C6_control_C2 +LQ00X001920 Putative uncharacterized protein 7.528804236 C6_control_C3 +LQ00X001920 Putative uncharacterized protein 7.864800056 C6_chemical_A1 +LQ00X001920 Putative uncharacterized protein 7.457858115 C6_chemical_A3 +LQ00X001920 Putative uncharacterized protein 7.795779493 C6_chemical_B1 +LQ00X001920 Putative uncharacterized protein 7.119540282 C6_chemical_B2 +LQ00X001920 Putative uncharacterized protein 8.027391195 C6_chemical_B3 +LQ00X001920 Putative uncharacterized protein 7.50864269 C6_chemical_C1 +LQ00X001920 Putative uncharacterized protein 7.200816593 C6_chemical_C2 +LQ00X001920 Putative uncharacterized protein 7.445123708 C6_chemical_C3 +LQ00X001920 Putative uncharacterized protein 8.649768635 L4_control_A1 +LQ00X001920 Putative uncharacterized protein 8.642877557 L4_control_A2 +LQ00X001920 Putative uncharacterized protein 9.168841932 L4_control_A3 +LQ00X001920 Putative uncharacterized protein 9.410749317 L4_control_B1 +LQ00X001920 Putative uncharacterized protein 8.59325657 L4_control_B2 +LQ00X001920 Putative uncharacterized protein 7.652321034 L4_control_B3 +LQ00X001920 Putative uncharacterized protein 8.898579285 L4_control_C2 +LQ00X001920 Putative uncharacterized protein 9.59141163 L4_control_C3 +LQ00X001920 Putative uncharacterized protein 8.661288347 L4_chemical_A1 +LQ00X001920 Putative uncharacterized protein 8.897739185 L4_chemical_A2 +LQ00X001920 Putative uncharacterized protein 9.071148819 L4_chemical_A3 +LQ00X001920 Putative uncharacterized protein 8.383504645 L4_chemical_B1 +LQ00X001920 Putative uncharacterized protein 8.9741769 L4_chemical_B2 +LQ00X001920 Putative uncharacterized protein 7.610880444 L4_chemical_B3 +LQ00X001920 Putative uncharacterized protein 9.091076528 L4_chemical_C2 +LQ00X001920 Putative uncharacterized protein 8.676628506 L4_chemical_C3 +LQ00X001970 Hypothetical protein 5.696041815 C6_control_A1 +LQ00X001970 Hypothetical protein 5.573825498 C6_control_A3 +LQ00X001970 Hypothetical protein 5.606534914 C6_control_B1 +LQ00X001970 Hypothetical protein 5.97808342 C6_control_B2 +LQ00X001970 Hypothetical protein 5.681054439 C6_control_B3 +LQ00X001970 Hypothetical protein 5.637507269 C6_control_C1 +LQ00X001970 Hypothetical protein 5.178561552 C6_control_C2 +LQ00X001970 Hypothetical protein 5.429527011 C6_control_C3 +LQ00X001970 Hypothetical protein 6.04522098 C6_chemical_A1 +LQ00X001970 Hypothetical protein 6.030696986 C6_chemical_A3 +LQ00X001970 Hypothetical protein 5.809768709 C6_chemical_B1 +LQ00X001970 Hypothetical protein 5.999848126 C6_chemical_B2 +LQ00X001970 Hypothetical protein 5.605219956 C6_chemical_B3 +LQ00X001970 Hypothetical protein 5.219777213 C6_chemical_C1 +LQ00X001970 Hypothetical protein 5.697734612 C6_chemical_C2 +LQ00X001970 Hypothetical protein 5.31368926 C6_chemical_C3 +LQ00X001970 Hypothetical protein 5.427592429 L4_control_A1 +LQ00X001970 Hypothetical protein 5.808641382 L4_control_A2 +LQ00X001970 Hypothetical protein 6.564960357 L4_control_A3 +LQ00X001970 Hypothetical protein 6.442295809 L4_control_B1 +LQ00X001970 Hypothetical protein 6.10807194 L4_control_B2 +LQ00X001970 Hypothetical protein 5.746141757 L4_control_B3 +LQ00X001970 Hypothetical protein 5.869538742 L4_control_C2 +LQ00X001970 Hypothetical protein 5.43099299 L4_control_C3 +LQ00X001970 Hypothetical protein 5.602543656 L4_chemical_A1 +LQ00X001970 Hypothetical protein 5.587605909 L4_chemical_A2 +LQ00X001970 Hypothetical protein 6.241278878 L4_chemical_A3 +LQ00X001970 Hypothetical protein 5.843979941 L4_chemical_B1 +LQ00X001970 Hypothetical protein 6.559228391 L4_chemical_B2 +LQ00X001970 Hypothetical protein 5.405302121 L4_chemical_B3 +LQ00X001970 Hypothetical protein 5.999001567 L4_chemical_C2 +LQ00X001970 Hypothetical protein 6.522246091 L4_chemical_C3 +LQ00X002000 Arginase 13.73679976 C6_control_A1 +LQ00X002000 Arginase 13.3782568 C6_control_A3 +LQ00X002000 Arginase 14.10381622 C6_control_B1 +LQ00X002000 Arginase 14.73113714 C6_control_B2 +LQ00X002000 Arginase 14.65114396 C6_control_B3 +LQ00X002000 Arginase 14.7444348 C6_control_C1 +LQ00X002000 Arginase 15.13391546 C6_control_C2 +LQ00X002000 Arginase 15.18055931 C6_control_C3 +LQ00X002000 Arginase 13.62584422 C6_chemical_A1 +LQ00X002000 Arginase 13.69577238 C6_chemical_A3 +LQ00X002000 Arginase 14.49671165 C6_chemical_B1 +LQ00X002000 Arginase 14.83435432 C6_chemical_B2 +LQ00X002000 Arginase 14.73145418 C6_chemical_B3 +LQ00X002000 Arginase 14.26868672 C6_chemical_C1 +LQ00X002000 Arginase 14.65631628 C6_chemical_C2 +LQ00X002000 Arginase 15.03345111 C6_chemical_C3 +LQ00X002000 Arginase 13.44204728 L4_control_A1 +LQ00X002000 Arginase 14.29046936 L4_control_A2 +LQ00X002000 Arginase 14.30299566 L4_control_A3 +LQ00X002000 Arginase 14.56445522 L4_control_B1 +LQ00X002000 Arginase 14.64602053 L4_control_B2 +LQ00X002000 Arginase 15.1990932 L4_control_B3 +LQ00X002000 Arginase 14.44911339 L4_control_C2 +LQ00X002000 Arginase 14.92462586 L4_control_C3 +LQ00X002000 Arginase 12.66184691 L4_chemical_A1 +LQ00X002000 Arginase 14.22210119 L4_chemical_A2 +LQ00X002000 Arginase 13.79498844 L4_chemical_A3 +LQ00X002000 Arginase 13.60670281 L4_chemical_B1 +LQ00X002000 Arginase 14.26288043 L4_chemical_B2 +LQ00X002000 Arginase 15.01541284 L4_chemical_B3 +LQ00X002000 Arginase 14.58194778 L4_chemical_C2 +LQ00X002000 Arginase 14.96833262 L4_chemical_C3 +LQ00X002010 Predicted protein 5.270721856 C6_control_A1 +LQ00X002010 Predicted protein 5.204734448 C6_control_A3 +LQ00X002010 Predicted protein 5.984709547 C6_control_B1 +LQ00X002010 Predicted protein 5.767157201 C6_control_B2 +LQ00X002010 Predicted protein 5.48851018 C6_control_B3 +LQ00X002010 Predicted protein 5.937358599 C6_control_C1 +LQ00X002010 Predicted protein 6.136069612 C6_control_C2 +LQ00X002010 Predicted protein 5.419620197 C6_control_C3 +LQ00X002010 Predicted protein 5.199941517 C6_chemical_A1 +LQ00X002010 Predicted protein 5.788452709 C6_chemical_A3 +LQ00X002010 Predicted protein 5.68164998 C6_chemical_B1 +LQ00X002010 Predicted protein 5.62103541 C6_chemical_B2 +LQ00X002010 Predicted protein 5.474566762 C6_chemical_B3 +LQ00X002010 Predicted protein 6.099140668 C6_chemical_C1 +LQ00X002010 Predicted protein 6.182366737 C6_chemical_C2 +LQ00X002010 Predicted protein 5.691926777 C6_chemical_C3 +LQ00X002010 Predicted protein 5.482915445 L4_control_A1 +LQ00X002010 Predicted protein 5.722553502 L4_control_A2 +LQ00X002010 Predicted protein 5.465158047 L4_control_A3 +LQ00X002010 Predicted protein 5.000608424 L4_control_B1 +LQ00X002010 Predicted protein 5.695928105 L4_control_B2 +LQ00X002010 Predicted protein 5.367327014 L4_control_B3 +LQ00X002010 Predicted protein 5.749939727 L4_control_C2 +LQ00X002010 Predicted protein 5.931568719 L4_control_C3 +LQ00X002010 Predicted protein 5.030309606 L4_chemical_A1 +LQ00X002010 Predicted protein 5.179206131 L4_chemical_A2 +LQ00X002010 Predicted protein 4.978266021 L4_chemical_A3 +LQ00X002010 Predicted protein 5.146390677 L4_chemical_B1 +LQ00X002010 Predicted protein 5.689728347 L4_chemical_B2 +LQ00X002010 Predicted protein 5.554694542 L4_chemical_B3 +LQ00X002010 Predicted protein 5.695679063 L4_chemical_C2 +LQ00X002010 Predicted protein 5.8148708 L4_chemical_C3 +LQ00X002030 Uncharacterized protein At1g22800 9.120836148 C6_control_A1 +LQ00X002030 Uncharacterized protein At1g22800 9.268681661 C6_control_A3 +LQ00X002030 Uncharacterized protein At1g22800 8.365386271 C6_control_B1 +LQ00X002030 Uncharacterized protein At1g22800 8.338067888 C6_control_B2 +LQ00X002030 Uncharacterized protein At1g22800 8.729064454 C6_control_B3 +LQ00X002030 Uncharacterized protein At1g22800 8.674361648 C6_control_C1 +LQ00X002030 Uncharacterized protein At1g22800 8.23224559 C6_control_C2 +LQ00X002030 Uncharacterized protein At1g22800 8.246482915 C6_control_C3 +LQ00X002030 Uncharacterized protein At1g22800 8.982438789 C6_chemical_A1 +LQ00X002030 Uncharacterized protein At1g22800 9.445004364 C6_chemical_A3 +LQ00X002030 Uncharacterized protein At1g22800 8.553467296 C6_chemical_B1 +LQ00X002030 Uncharacterized protein At1g22800 8.271273153 C6_chemical_B2 +LQ00X002030 Uncharacterized protein At1g22800 8.360267352 C6_chemical_B3 +LQ00X002030 Uncharacterized protein At1g22800 8.904987972 C6_chemical_C1 +LQ00X002030 Uncharacterized protein At1g22800 8.471114573 C6_chemical_C2 +LQ00X002030 Uncharacterized protein At1g22800 8.453218049 C6_chemical_C3 +LQ00X002030 Uncharacterized protein At1g22800 9.265820475 L4_control_A1 +LQ00X002030 Uncharacterized protein At1g22800 9.190683797 L4_control_A2 +LQ00X002030 Uncharacterized protein At1g22800 9.929291079 L4_control_A3 +LQ00X002030 Uncharacterized protein At1g22800 8.577789507 L4_control_B1 +LQ00X002030 Uncharacterized protein At1g22800 9.330639943 L4_control_B2 +LQ00X002030 Uncharacterized protein At1g22800 8.351118386 L4_control_B3 +LQ00X002030 Uncharacterized protein At1g22800 9.096066003 L4_control_C2 +LQ00X002030 Uncharacterized protein At1g22800 10.01768531 L4_control_C3 +LQ00X002030 Uncharacterized protein At1g22800 8.453092171 L4_chemical_A1 +LQ00X002030 Uncharacterized protein At1g22800 8.861432479 L4_chemical_A2 +LQ00X002030 Uncharacterized protein At1g22800 9.374157568 L4_chemical_A3 +LQ00X002030 Uncharacterized protein At1g22800 8.919405957 L4_chemical_B1 +LQ00X002030 Uncharacterized protein At1g22800 8.409551588 L4_chemical_B2 +LQ00X002030 Uncharacterized protein At1g22800 8.405027155 L4_chemical_B3 +LQ00X002030 Uncharacterized protein At1g22800 9.480433622 L4_chemical_C2 +LQ00X002030 Uncharacterized protein At1g22800 9.589470554 L4_chemical_C3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.346982721 C6_control_A1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.171908911 C6_control_A3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.195956043 C6_control_B1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.201716688 C6_control_B2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.294770444 C6_control_B3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.241232942 C6_control_C1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.48780521 C6_control_C2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.451524115 C6_control_C3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.043939993 C6_chemical_A1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.292063576 C6_chemical_A3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.817722052 C6_chemical_B1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.173200457 C6_chemical_B2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.260963306 C6_chemical_B3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.330279162 C6_chemical_C1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.153571178 C6_chemical_C2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.534505232 C6_chemical_C3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.421524542 L4_control_A1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.224126007 L4_control_A2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.711943629 L4_control_A3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.204488502 L4_control_B1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.028672745 L4_control_B2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.50143675 L4_control_B3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.32735323 L4_control_C0 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.230277136 L4_control_C3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.134498979 L4_chemical_A1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.232477144 L4_chemical_A2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.702555451 L4_chemical_A3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.167637753 L4_chemical_B1 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 4.870527721 L4_chemical_B2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.194497641 L4_chemical_B3 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.316480296 L4_chemical_C2 +LQ00X002040 Probable adenylate kinase 2, chloroplastic 5.47898566 L4_chemical_C3 +LQ00X002060 Acetylglutamate kinase 13.25190699 C6_control_A1 +LQ00X002060 Acetylglutamate kinase 13.48373587 C6_control_A3 +LQ00X002060 Acetylglutamate kinase 12.89681504 C6_control_B1 +LQ00X002060 Acetylglutamate kinase 12.88126208 C6_control_B2 +LQ00X002060 Acetylglutamate kinase 12.68292942 C6_control_B3 +LQ00X002060 Acetylglutamate kinase 13.20335452 C6_control_C1 +LQ00X002060 Acetylglutamate kinase 13.26210214 C6_control_C2 +LQ00X002060 Acetylglutamate kinase 13.38416436 C6_control_C3 +LQ00X002060 Acetylglutamate kinase 13.18481219 C6_chemical_A1 +LQ00X002060 Acetylglutamate kinase 13.55119972 C6_chemical_A3 +LQ00X002060 Acetylglutamate kinase 12.74977057 C6_chemical_B1 +LQ00X002060 Acetylglutamate kinase 12.86035275 C6_chemical_B2 +LQ00X002060 Acetylglutamate kinase 12.5408873 C6_chemical_B3 +LQ00X002060 Acetylglutamate kinase 13.08761369 C6_chemical_C1 +LQ00X002060 Acetylglutamate kinase 13.28656482 C6_chemical_C2 +LQ00X002060 Acetylglutamate kinase 13.20125452 C6_chemical_C3 +LQ00X002060 Acetylglutamate kinase 13.56610444 L4_control_A1 +LQ00X002060 Acetylglutamate kinase 13.02825095 L4_control_A2 +LQ00X002060 Acetylglutamate kinase 13.37262266 L4_control_A3 +LQ00X002060 Acetylglutamate kinase 12.53830872 L4_control_B1 +LQ00X002060 Acetylglutamate kinase 12.44621516 L4_control_B2 +LQ00X002060 Acetylglutamate kinase 12.60696134 L4_control_B3 +LQ00X002060 Acetylglutamate kinase 13.34429678 L4_control_C2 +LQ00X002060 Acetylglutamate kinase 12.72960005 L4_control_C3 +LQ00X002060 Acetylglutamate kinase 13.29249734 L4_chemical_A1 +LQ00X002060 Acetylglutamate kinase 13.00200784 L4_chemical_A2 +LQ00X002060 Acetylglutamate kinase 13.63413761 L4_chemical_A3 +LQ00X002060 Acetylglutamate kinase 12.79929627 L4_chemical_B1 +LQ00X002060 Acetylglutamate kinase 12.65204487 L4_chemical_B2 +LQ00X002060 Acetylglutamate kinase 12.78645386 L4_chemical_B3 +LQ00X002060 Acetylglutamate kinase 13.20245865 L4_chemical_C2 +LQ00X002060 Acetylglutamate kinase 12.79854992 L4_chemical_C3 +LQ00X002080 Putative uncharacterized protein 6.834537626 C6_control_A1 +LQ00X002080 Putative uncharacterized protein 6.198889426 C6_control_A3 +LQ00X002080 Putative uncharacterized protein 6.575434585 C6_control_B1 +LQ00X002080 Putative uncharacterized protein 6.416712502 C6_control_B2 +LQ00X002080 Putative uncharacterized protein 7.033430362 C6_control_B3 +LQ00X002080 Putative uncharacterized protein 5.941666145 C6_control_C1 +LQ00X002080 Putative uncharacterized protein 5.909649774 C6_control_C2 +LQ00X002080 Putative uncharacterized protein 6.169590565 C6_control_C3 +LQ00X002080 Putative uncharacterized protein 6.600164002 C6_chemical_A1 +LQ00X002080 Putative uncharacterized protein 6.498200114 C6_chemical_A3 +LQ00X002080 Putative uncharacterized protein 6.489725172 C6_chemical_B1 +LQ00X002080 Putative uncharacterized protein 6.570456195 C6_chemical_B2 +LQ00X002080 Putative uncharacterized protein 6.566392606 C6_chemical_B3 +LQ00X002080 Putative uncharacterized protein 5.731114078 C6_chemical_C1 +LQ00X002080 Putative uncharacterized protein 6.070099818 C6_chemical_C2 +LQ00X002080 Putative uncharacterized protein 6.317520201 C6_chemical_C3 +LQ00X002080 Putative uncharacterized protein 6.626967821 L4_control_A1 +LQ00X002080 Putative uncharacterized protein 6.987888076 L4_control_A2 +LQ00X002080 Putative uncharacterized protein 7.182739018 L4_control_A3 +LQ00X002080 Putative uncharacterized protein 5.856276698 L4_control_B1 +LQ00X002080 Putative uncharacterized protein 6.49457461 L4_control_B2 +LQ00X002080 Putative uncharacterized protein 6.536449963 L4_control_B3 +LQ00X002080 Putative uncharacterized protein 5.750188246 L4_control_C2 +LQ00X002080 Putative uncharacterized protein 5.635951631 L4_control_C3 +LQ00X002080 Putative uncharacterized protein 6.395433169 L4_chemical_A1 +LQ00X002080 Putative uncharacterized protein 7.225273085 L4_chemical_A2 +LQ00X002080 Putative uncharacterized protein 7.711839562 L4_chemical_A3 +LQ00X002080 Putative uncharacterized protein 6.814879965 L4_chemical_B1 +LQ00X002080 Putative uncharacterized protein 6.288122333 L4_chemical_B2 +LQ00X002080 Putative uncharacterized protein 6.626204345 L4_chemical_B3 +LQ00X002080 Putative uncharacterized protein 6.086911587 L4_chemical_C2 +LQ00X002080 Putative uncharacterized protein 6.258573077 L4_chemical_C3 +LQ00X002090 Putative uncharacterized protein 12.16002931 C6_control_A1 +LQ00X002090 Putative uncharacterized protein 12.25567202 C6_control_A3 +LQ00X002090 Putative uncharacterized protein 11.7098559 C6_control_B1 +LQ00X002090 Putative uncharacterized protein 12.02006091 C6_control_B2 +LQ00X002090 Putative uncharacterized protein 11.85479957 C6_control_B3 +LQ00X002090 Putative uncharacterized protein 12.23070642 C6_control_C1 +LQ00X002090 Putative uncharacterized protein 12.00006902 C6_control_C2 +LQ00X002090 Putative uncharacterized protein 12.36937762 C6_control_C3 +LQ00X002090 Putative uncharacterized protein 12.14993367 C6_chemical_A1 +LQ00X002090 Putative uncharacterized protein 12.22593821 C6_chemical_A3 +LQ00X002090 Putative uncharacterized protein 11.67660714 C6_chemical_B1 +LQ00X002090 Putative uncharacterized protein 11.95665813 C6_chemical_B2 +LQ00X002090 Putative uncharacterized protein 11.78562112 C6_chemical_B3 +LQ00X002090 Putative uncharacterized protein 12.11225869 C6_chemical_C1 +LQ00X002090 Putative uncharacterized protein 11.95002742 C6_chemical_C2 +LQ00X002090 Putative uncharacterized protein 12.14165188 C6_chemical_C3 +LQ00X002090 Putative uncharacterized protein 12.16127864 L4_control_A1 +LQ00X002090 Putative uncharacterized protein 11.95733049 L4_control_A2 +LQ00X002090 Putative uncharacterized protein 12.19866398 L4_control_A3 +LQ00X002090 Putative uncharacterized protein 11.99606148 L4_control_B1 +LQ00X002090 Putative uncharacterized protein 11.71560814 L4_control_B2 +LQ00X002090 Putative uncharacterized protein 12.2533264 L4_control_B3 +LQ00X002090 Putative uncharacterized protein 11.90067497 L4_control_C2 +LQ00X002090 Putative uncharacterized protein 11.96529461 L4_control_C3 +LQ00X002090 Putative uncharacterized protein 12.45897988 L4_chemical_A1 +LQ00X002090 Putative uncharacterized protein 12.31071442 L4_chemical_A2 +LQ00X002090 Putative uncharacterized protein 12.48936388 L4_chemical_A3 +LQ00X002090 Putative uncharacterized protein 11.73326633 L4_chemical_B1 +LQ00X002090 Putative uncharacterized protein 11.99720413 L4_chemical_B2 +LQ00X002090 Putative uncharacterized protein 12.11045761 L4_chemical_B3 +LQ00X002090 Putative uncharacterized protein 12.24075446 L4_chemical_C2 +LQ00X002090 Putative uncharacterized protein 11.84239521 L4_chemical_C3 +LQ00X002140 Cycloartenol synthase 6.198462586 C6_control_A1 +LQ00X002140 Cycloartenol synthase 6.047839883 C6_control_A3 +LQ00X002140 Cycloartenol synthase 6.207090624 C6_control_B1 +LQ00X002140 Cycloartenol synthase 5.762818364 C6_control_B2 +LQ00X002140 Cycloartenol synthase 6.188992798 C6_control_B3 +LQ00X002140 Cycloartenol synthase 5.470239966 C6_control_C1 +LQ00X002140 Cycloartenol synthase 5.245075916 C6_control_C2 +LQ00X002140 Cycloartenol synthase 5.59627553 C6_control_C3 +LQ00X002140 Cycloartenol synthase 6.106493939 C6_chemical_A1 +LQ00X002140 Cycloartenol synthase 6.206987417 C6_chemical_A3 +LQ00X002140 Cycloartenol synthase 6.059758044 C6_chemical_B1 +LQ00X002140 Cycloartenol synthase 5.711078265 C6_chemical_B2 +LQ00X002140 Cycloartenol synthase 6.548544889 C6_chemical_B3 +LQ00X002140 Cycloartenol synthase 5.25928228 C6_chemical_C1 +LQ00X002140 Cycloartenol synthase 5.588284763 C6_chemical_C2 +LQ00X002140 Cycloartenol synthase 5.609983223 C6_chemical_C3 +LQ00X002140 Cycloartenol synthase 6.07788611 L4_control_A1 +LQ00X002140 Cycloartenol synthase 6.564443726 L4_control_A2 +LQ00X002140 Cycloartenol synthase 6.876637109 L4_control_A3 +LQ00X002140 Cycloartenol synthase 6.341101547 L4_control_B1 +LQ00X002140 Cycloartenol synthase 5.562818733 L4_control_B2 +LQ00X002140 Cycloartenol synthase 6.306179782 L4_control_B3 +LQ00X002140 Cycloartenol synthase 5.591789026 L4_control_C2 +LQ00X002140 Cycloartenol synthase 6.402745838 L4_control_C3 +LQ00X002140 Cycloartenol synthase 6.009761295 L4_chemical_A1 +LQ00X002140 Cycloartenol synthase 6.589131227 L4_chemical_A2 +LQ00X002140 Cycloartenol synthase 6.865014358 L4_chemical_A3 +LQ00X002140 Cycloartenol synthase 6.031004506 L4_chemical_B1 +LQ00X002140 Cycloartenol synthase 6.022273128 L4_chemical_B2 +LQ00X002140 Cycloartenol synthase 5.97961505 L4_chemical_B3 +LQ00X002140 Cycloartenol synthase 6.191725988 L4_chemical_C2 +LQ00X002140 Cycloartenol synthase 5.541033248 L4_chemical_C3 +LQ00X002150 Predicted protein 5.025886378 C6_control_A1 +LQ00X002150 Predicted protein 5.065684761 C6_control_A3 +LQ00X002150 Predicted protein 5.079202636 C6_control_B1 +LQ00X002150 Predicted protein 5.032605129 C6_control_B2 +LQ00X002150 Predicted protein 4.939581825 C6_control_B3 +LQ00X002150 Predicted protein 5.092869539 C6_control_C1 +LQ00X002150 Predicted protein 5.248239478 C6_control_C2 +LQ00X002150 Predicted protein 4.950524922 C6_control_C3 +LQ00X002150 Predicted protein 4.80988541 C6_chemical_A1 +LQ00X002150 Predicted protein 5.290851139 C6_chemical_A3 +LQ00X002150 Predicted protein 5.011387198 C6_chemical_B1 +LQ00X002150 Predicted protein 5.282039305 C6_chemical_B2 +LQ00X002150 Predicted protein 4.861343785 C6_chemical_B3 +LQ00X002150 Predicted protein 5.190540568 C6_chemical_C1 +LQ00X002150 Predicted protein 5.700175127 C6_chemical_C2 +LQ00X002150 Predicted protein 5.107588043 C6_chemical_C3 +LQ00X002150 Predicted protein 4.643236954 L4_control_A1 +LQ00X002150 Predicted protein 4.967427898 L4_control_A2 +LQ00X002150 Predicted protein 5.444772169 L4_control_A3 +LQ00X002150 Predicted protein 4.968498227 L4_control_B1 +LQ00X002150 Predicted protein 5.039160944 L4_control_B2 +LQ00X002150 Predicted protein 4.831315377 L4_control_B3 +LQ00X002150 Predicted protein 4.779272034 L4_control_C2 +LQ00X002150 Predicted protein 4.975908397 L4_control_C3 +LQ00X002150 Predicted protein 4.85550744 L4_chemical_A1 +LQ00X002150 Predicted protein 5.230432118 L4_chemical_A2 +LQ00X002150 Predicted protein 5.326217522 L4_chemical_A3 +LQ00X002150 Predicted protein 4.982496308 L4_chemical_B1 +LQ00X002150 Predicted protein 5.217577891 L4_chemical_B2 +LQ00X002150 Predicted protein 4.917417539 L4_chemical_B3 +LQ00X002150 Predicted protein 4.62885191 L4_chemical_C2 +LQ00X002150 Predicted protein 4.973845956 L4_chemical_C3 +LQ00X002180 GDSL esterase/lipase At1g71691 12.4246218 C6_control_A1 +LQ00X002180 GDSL esterase/lipase At1g71691 11.30039814 C6_control_A3 +LQ00X002180 GDSL esterase/lipase At1g71691 9.813977663 C6_control_B1 +LQ00X002180 GDSL esterase/lipase At1g71691 5.728169811 C6_control_B2 +LQ00X002180 GDSL esterase/lipase At1g71691 5.097993927 C6_control_B3 +LQ00X002180 GDSL esterase/lipase At1g71691 5.828727675 C6_control_C1 +LQ00X002180 GDSL esterase/lipase At1g71691 5.076336487 C6_control_C2 +LQ00X002180 GDSL esterase/lipase At1g71691 5.45350065 C6_control_C3 +LQ00X002180 GDSL esterase/lipase At1g71691 12.58519972 C6_chemical_A1 +LQ00X002180 GDSL esterase/lipase At1g71691 11.32625519 C6_chemical_A3 +LQ00X002180 GDSL esterase/lipase At1g71691 8.21724285 C6_chemical_B1 +LQ00X002180 GDSL esterase/lipase At1g71691 5.2025115 C6_chemical_B2 +LQ00X002180 GDSL esterase/lipase At1g71691 6.197960269 C6_chemical_B3 +LQ00X002180 GDSL esterase/lipase At1g71691 5.304768301 C6_chemical_C1 +LQ00X002180 GDSL esterase/lipase At1g71691 5.674293737 C6_chemical_C2 +LQ00X002180 GDSL esterase/lipase At1g71691 5.439635819 C6_chemical_C3 +LQ00X002180 GDSL esterase/lipase At1g71691 11.36650693 L4_control_A1 +LQ00X002180 GDSL esterase/lipase At1g71691 12.02776516 L4_control_A2 +LQ00X002180 GDSL esterase/lipase At1g71691 10.43974193 L4_control_A3 +LQ00X002180 GDSL esterase/lipase At1g71691 5.439720273 L4_control_B1 +LQ00X002180 GDSL esterase/lipase At1g71691 8.382995607 L4_control_B2 +LQ00X002180 GDSL esterase/lipase At1g71691 5.618597039 L4_control_B3 +LQ00X002180 GDSL esterase/lipase At1g71691 5.125339179 L4_control_C2 +LQ00X002180 GDSL esterase/lipase At1g71691 5.460502663 L4_control_C3 +LQ00X002180 GDSL esterase/lipase At1g71691 10.26816532 L4_chemical_A1 +LQ00X002180 GDSL esterase/lipase At1g71691 10.97750713 L4_chemical_A2 +LQ00X002180 GDSL esterase/lipase At1g71691 10.04273701 L4_chemical_A3 +LQ00X002180 GDSL esterase/lipase At1g71691 7.907932341 L4_chemical_B1 +LQ00X002180 GDSL esterase/lipase At1g71691 8.868429556 L4_chemical_B2 +LQ00X002180 GDSL esterase/lipase At1g71691 9.561255272 L4_chemical_B3 +LQ00X002180 GDSL esterase/lipase At1g71691 5.34045547 L4_chemical_C2 +LQ00X002180 GDSL esterase/lipase At1g71691 5.424061618 L4_chemical_C3 +LQ00X002190 Hypothetical protein 5.307557884 C6_control_A1 +LQ00X002190 Hypothetical protein 5.46480313 C6_control_A3 +LQ00X002190 Hypothetical protein 5.640771097 C6_control_B1 +LQ00X002190 Hypothetical protein 5.024836864 C6_control_B2 +LQ00X002190 Hypothetical protein 5.873903557 C6_control_B3 +LQ00X002190 Hypothetical protein 5.396561532 C6_control_C1 +LQ00X002190 Hypothetical protein 5.236001713 C6_control_C2 +LQ00X002190 Hypothetical protein 5.563655971 C6_control_C3 +LQ00X002190 Hypothetical protein 5.409549112 C6_chemical_A1 +LQ00X002190 Hypothetical protein 5.347020606 C6_chemical_A3 +LQ00X002190 Hypothetical protein 5.789880024 C6_chemical_B1 +LQ00X002190 Hypothetical protein 5.314667356 C6_chemical_B2 +LQ00X002190 Hypothetical protein 5.539400608 C6_chemical_B3 +LQ00X002190 Hypothetical protein 5.587681233 C6_chemical_C1 +LQ00X002190 Hypothetical protein 5.622545183 C6_chemical_C2 +LQ00X002190 Hypothetical protein 5.724027105 C6_chemical_C3 +LQ00X002190 Hypothetical protein 5.148900065 L4_control_A1 +LQ00X002190 Hypothetical protein 5.339615133 L4_control_A2 +LQ00X002190 Hypothetical protein 5.861397996 L4_control_A3 +LQ00X002190 Hypothetical protein 5.268367529 L4_control_B1 +LQ00X002190 Hypothetical protein 5.476391318 L4_control_B2 +LQ00X002190 Hypothetical protein 5.397066015 L4_control_B3 +LQ00X002190 Hypothetical protein 5.608413922 L4_control_C2 +LQ00X002190 Hypothetical protein 5.682131085 L4_control_C3 +LQ00X002190 Hypothetical protein 5.443080054 L4_chemical_A1 +LQ00X002190 Hypothetical protein 5.179377476 L4_chemical_A2 +LQ00X002190 Hypothetical protein 5.49053756 L4_chemical_A3 +LQ00X002190 Hypothetical protein 5.700764361 L4_chemical_B1 +LQ00X002190 Hypothetical protein 5.773563413 L4_chemical_B2 +LQ00X002190 Hypothetical protein 5.484008012 L4_chemical_B3 +LQ00X002190 Hypothetical protein 5.535797219 L4_chemical_C2 +LQ00X002190 Hypothetical protein 5.629492306 L4_chemical_C3 +LQ00X002200 Putative Predicted protein 8.421736312 C6_control_A1 +LQ00X002200 Putative Predicted protein 8.053297044 C6_control_A3 +LQ00X002200 Putative Predicted protein 8.193615381 C6_control_B1 +LQ00X002200 Putative Predicted protein 7.328482736 C6_control_B2 +LQ00X002200 Putative Predicted protein 9.125801998 C6_control_B3 +LQ00X002200 Putative Predicted protein 6.628745623 C6_control_C1 +LQ00X002200 Putative Predicted protein 6.779239774 C6_control_C2 +LQ00X002200 Putative Predicted protein 7.410785038 C6_control_C3 +LQ00X002200 Putative Predicted protein 8.174013581 C6_chemical_A1 +LQ00X002200 Putative Predicted protein 7.816644772 C6_chemical_A3 +LQ00X002200 Putative Predicted protein 8.45790045 C6_chemical_B1 +LQ00X002200 Putative Predicted protein 7.390240425 C6_chemical_B2 +LQ00X002200 Putative Predicted protein 8.589379157 C6_chemical_B3 +LQ00X002200 Putative Predicted protein 6.94581681 C6_chemical_C1 +LQ00X002200 Putative Predicted protein 7.528431478 C6_chemical_C2 +LQ00X002200 Putative Predicted protein 7.196329484 C6_chemical_C3 +LQ00X002200 Putative Predicted protein 7.717111675 L4_control_A1 +LQ00X002200 Putative Predicted protein 8.86352517 L4_control_A2 +LQ00X002200 Putative Predicted protein 9.048026336 L4_control_A3 +LQ00X002200 Putative Predicted protein 8.211186503 L4_control_B1 +LQ00X002200 Putative Predicted protein 8.399595443 L4_control_B2 +LQ00X002200 Putative Predicted protein 8.167096645 L4_control_B3 +LQ00X002200 Putative Predicted protein 8.200027584 L4_control_C2 +LQ00X002200 Putative Predicted protein 7.162984861 L4_control_C3 +LQ00X002200 Putative Predicted protein 7.693580455 L4_chemical_A1 +LQ00X002200 Putative Predicted protein 8.982078228 L4_chemical_A2 +LQ00X002200 Putative Predicted protein 9.249142888 L4_chemical_A3 +LQ00X002200 Putative Predicted protein 8.611248573 L4_chemical_B1 +LQ00X002200 Putative Predicted protein 8.546490753 L4_chemical_B2 +LQ00X002200 Putative Predicted protein 7.886784028 L4_chemical_B3 +LQ00X002200 Putative Predicted protein 7.853384149 L4_chemical_C2 +LQ00X002200 Putative Predicted protein 7.954046915 L4_chemical_C3 +LQ00X002620 Hypothetical protein 5.112695388 C6_control_A1 +LQ00X002620 Hypothetical protein 5.043547808 C6_control_A3 +LQ00X002620 Hypothetical protein 5.310098338 C6_control_B1 +LQ00X002620 Hypothetical protein 4.98470479 C6_control_B2 +LQ00X002620 Hypothetical protein 5.315371372 C6_control_B3 +LQ00X002620 Hypothetical protein 5.094012834 C6_control_C1 +LQ00X002620 Hypothetical protein 4.9792142 C6_control_C2 +LQ00X002620 Hypothetical protein 4.80554897 C6_control_C3 +LQ00X002620 Hypothetical protein 5.186354677 C6_chemical_A1 +LQ00X002620 Hypothetical protein 5.449551054 C6_chemical_A3 +LQ00X002620 Hypothetical protein 5.069118925 C6_chemical_B1 +LQ00X002620 Hypothetical protein 5.041226968 C6_chemical_B2 +LQ00X002620 Hypothetical protein 5.464897163 C6_chemical_B3 +LQ00X002620 Hypothetical protein 4.862903173 C6_chemical_C1 +LQ00X002620 Hypothetical protein 4.919207089 C6_chemical_C2 +LQ00X002620 Hypothetical protein 4.878722949 C6_chemical_C3 +LQ00X002620 Hypothetical protein 5.039461585 L4_control_A1 +LQ00X002620 Hypothetical protein 5.881348735 L4_control_A2 +LQ00X002620 Hypothetical protein 5.015358609 L4_control_A3 +LQ00X002620 Hypothetical protein 4.793571841 L4_control_B1 +LQ00X002620 Hypothetical protein 5.054645955 L4_control_B2 +LQ00X002620 Hypothetical protein 4.973401977 L4_control_B3 +LQ00X002620 Hypothetical protein 5.356575023 L4_control_C2 +LQ00X002620 Hypothetical protein 5.058340253 L4_control_C3 +LQ00X002620 Hypothetical protein 5.076354704 L4_chemical_A1 +LQ00X002620 Hypothetical protein 5.5209919 L4_chemical_A2 +LQ00X002620 Hypothetical protein 5.137799131 L4_chemical_A3 +LQ00X002620 Hypothetical protein 4.739994188 L4_chemical_B1 +LQ00X002620 Hypothetical protein 5.033387758 L4_chemical_B2 +LQ00X002620 Hypothetical protein 5.072557895 L4_chemical_B3 +LQ00X002620 Hypothetical protein 4.951194424 L4_chemical_C2 +LQ00X002620 Hypothetical protein 5.031742942 L4_chemical_C3 +LQ00X002880 Hypothetical protein 5.366530399 C6_control_A1 +LQ00X002880 Hypothetical protein 5.180978473 C6_control_A3 +LQ00X002880 Hypothetical protein 5.105395951 C6_control_B1 +LQ00X002880 Hypothetical protein 5.241738394 C6_control_B2 +LQ00X002880 Hypothetical protein 5.189623382 C6_control_B3 +LQ00X002880 Hypothetical protein 5.424002016 C6_control_C1 +LQ00X002880 Hypothetical protein 5.102583793 C6_control_C2 +LQ00X002880 Hypothetical protein 5.036027869 C6_control_C3 +LQ00X002880 Hypothetical protein 5.363312988 C6_chemical_A1 +LQ00X002880 Hypothetical protein 5.405303978 C6_chemical_A3 +LQ00X002880 Hypothetical protein 5.330314022 C6_chemical_B1 +LQ00X002880 Hypothetical protein 5.242573659 C6_chemical_B2 +LQ00X002880 Hypothetical protein 5.431547311 C6_chemical_B3 +LQ00X002880 Hypothetical protein 5.748899806 C6_chemical_C1 +LQ00X002880 Hypothetical protein 5.319502311 C6_chemical_C2 +LQ00X002880 Hypothetical protein 5.124183221 C6_chemical_C3 +LQ00X002880 Hypothetical protein 5.210038868 L4_control_A1 +LQ00X002880 Hypothetical protein 5.133981884 L4_control_A2 +LQ00X002880 Hypothetical protein 5.533547004 L4_control_A3 +LQ00X002880 Hypothetical protein 5.360205551 L4_control_B1 +LQ00X002880 Hypothetical protein 5.405716928 L4_control_B2 +LQ00X002880 Hypothetical protein 5.148983176 L4_control_B3 +LQ00X002880 Hypothetical protein 5.992234124 L4_control_C2 +LQ00X002880 Hypothetical protein 5.663713116 L4_control_C3 +LQ00X002880 Hypothetical protein 5.066535272 L4_chemical_A1 +LQ00X002880 Hypothetical protein 5.555391503 L4_chemical_A2 +LQ00X002880 Hypothetical protein 5.330398421 L4_chemical_A3 +LQ00X002880 Hypothetical protein 5.2027199 L4_chemical_B1 +LQ00X002880 Hypothetical protein 5.247659934 L4_chemical_B2 +LQ00X002880 Hypothetical protein 5.645853319 L4_chemical_B3 +LQ00X002880 Hypothetical protein 6.334028361 L4_chemical_C2 +LQ00X002880 Hypothetical protein 5.696285022 L4_chemical_C3 +LQ00X003010 Hypothetical protein 4.964343244 C6_control_A1 +LQ00X003010 Hypothetical protein 4.850530421 C6_control_A3 +LQ00X003010 Hypothetical protein 5.106735356 C6_control_B1 +LQ00X003010 Hypothetical protein 4.842548547 C6_control_B2 +LQ00X003010 Hypothetical protein 5.195062497 C6_control_B3 +LQ00X003010 Hypothetical protein 4.898750394 C6_control_C1 +LQ00X003010 Hypothetical protein 4.75184191 C6_control_C2 +LQ00X003010 Hypothetical protein 4.910007329 C6_control_C3 +LQ00X003010 Hypothetical protein 5.021326121 C6_chemical_A1 +LQ00X003010 Hypothetical protein 5.27829103 C6_chemical_A3 +LQ00X003010 Hypothetical protein 5.369080147 C6_chemical_B1 +LQ00X003010 Hypothetical protein 4.889898129 C6_chemical_B2 +LQ00X003010 Hypothetical protein 4.722531015 C6_chemical_B3 +LQ00X003010 Hypothetical protein 5.268772508 C6_chemical_C1 +LQ00X003010 Hypothetical protein 4.984301271 C6_chemical_C2 +LQ00X003010 Hypothetical protein 4.99715246 C6_chemical_C3 +LQ00X003010 Hypothetical protein 5.095670197 L4_control_A1 +LQ00X003010 Hypothetical protein 4.790518789 L4_control_A2 +LQ00X003010 Hypothetical protein 5.394446182 L4_control_A3 +LQ00X003010 Hypothetical protein 5.142695384 L4_control_B1 +LQ00X003010 Hypothetical protein 5.279323475 L4_control_B2 +LQ00X003010 Hypothetical protein 5.133860783 L4_control_B3 +LQ00X003010 Hypothetical protein 4.930078363 L4_control_C2 +LQ00X003010 Hypothetical protein 5.686065637 L4_control_C3 +LQ00X003010 Hypothetical protein 5.242320996 L4_chemical_A1 +LQ00X003010 Hypothetical protein 5.447608639 L4_chemical_A2 +LQ00X003010 Hypothetical protein 5.587224493 L4_chemical_A3 +LQ00X003010 Hypothetical protein 4.701112011 L4_chemical_B1 +LQ00X003010 Hypothetical protein 5.230087361 L4_chemical_B2 +LQ00X003010 Hypothetical protein 4.915163016 L4_chemical_B3 +LQ00X003010 Hypothetical protein 5.227067086 L4_chemical_C2 +LQ00X003010 Hypothetical protein 5.044098021 L4_chemical_C3 +LQ00X003100 Putative uncharacterized protein 4.892835426 C6_control_A1 +LQ00X003100 Putative uncharacterized protein 5.293305449 C6_control_A3 +LQ00X003100 Putative uncharacterized protein 5.030855636 C6_control_B1 +LQ00X003100 Putative uncharacterized protein 4.687820101 C6_control_B2 +LQ00X003100 Putative uncharacterized protein 4.57884582 C6_control_B3 +LQ00X003100 Putative uncharacterized protein 4.666213229 C6_control_C1 +LQ00X003100 Putative uncharacterized protein 4.862496828 C6_control_C2 +LQ00X003100 Putative uncharacterized protein 4.664722868 C6_control_C3 +LQ00X003100 Putative uncharacterized protein 4.689185182 C6_chemical_A1 +LQ00X003100 Putative uncharacterized protein 5.076320937 C6_chemical_A3 +LQ00X003100 Putative uncharacterized protein 4.915338302 C6_chemical_B1 +LQ00X003100 Putative uncharacterized protein 4.799780002 C6_chemical_B2 +LQ00X003100 Putative uncharacterized protein 5.057377098 C6_chemical_B3 +LQ00X003100 Putative uncharacterized protein 4.645891185 C6_chemical_C1 +LQ00X003100 Putative uncharacterized protein 4.782940627 C6_chemical_C2 +LQ00X003100 Putative uncharacterized protein 4.849375886 C6_chemical_C3 +LQ00X003100 Putative uncharacterized protein 5.061549404 L4_control_A1 +LQ00X003100 Putative uncharacterized protein 4.901180383 L4_control_A2 +LQ00X003100 Putative uncharacterized protein 5.663081398 L4_control_A3 +LQ00X003100 Putative uncharacterized protein 5.00536918 L4_control_B1 +LQ00X003100 Putative uncharacterized protein 5.061374204 L4_control_B2 +LQ00X003100 Putative uncharacterized protein 5.014595101 L4_control_B3 +LQ00X003100 Putative uncharacterized protein 5.414833193 L4_control_C2 +LQ00X003100 Putative uncharacterized protein 4.879999662 L4_control_C3 +LQ00X003100 Putative uncharacterized protein 4.869932499 L4_chemical_A1 +LQ00X003100 Putative uncharacterized protein 4.86053089 L4_chemical_A2 +LQ00X003100 Putative uncharacterized protein 5.245677409 L4_chemical_A3 +LQ00X003100 Putative uncharacterized protein 5.0970108 L4_chemical_B1 +LQ00X003100 Putative uncharacterized protein 4.978857347 L4_chemical_B2 +LQ00X003100 Putative uncharacterized protein 5.080152751 L4_chemical_B3 +LQ00X003100 Putative uncharacterized protein 5.066963988 L4_chemical_C2 +LQ00X003100 Putative uncharacterized protein 4.916648187 L4_chemical_C3 +LQ00X003110 Calcium ion binding protein, putative 5.912576709 C6_control_A1 +LQ00X003110 Calcium ion binding protein, putative 6.191949611 C6_control_A3 +LQ00X003110 Calcium ion binding protein, putative 5.351826618 C6_control_B1 +LQ00X003110 Calcium ion binding protein, putative 5.57637336 C6_control_B2 +LQ00X003110 Calcium ion binding protein, putative 5.588017925 C6_control_B3 +LQ00X003110 Calcium ion binding protein, putative 4.986357677 C6_control_C1 +LQ00X003110 Calcium ion binding protein, putative 5.396485592 C6_control_C2 +LQ00X003110 Calcium ion binding protein, putative 5.387984003 C6_control_C3 +LQ00X003110 Calcium ion binding protein, putative 5.467293196 C6_chemical_A1 +LQ00X003110 Calcium ion binding protein, putative 5.687308842 C6_chemical_A3 +LQ00X003110 Calcium ion binding protein, putative 5.09732555 C6_chemical_B1 +LQ00X003110 Calcium ion binding protein, putative 5.641221484 C6_chemical_B2 +LQ00X003110 Calcium ion binding protein, putative 5.436902989 C6_chemical_B3 +LQ00X003110 Calcium ion binding protein, putative 5.517810713 C6_chemical_C1 +LQ00X003110 Calcium ion binding protein, putative 5.409094582 C6_chemical_C2 +LQ00X003110 Calcium ion binding protein, putative 5.281303057 C6_chemical_C3 +LQ00X003110 Calcium ion binding protein, putative 5.342215967 L4_control_A1 +LQ00X003110 Calcium ion binding protein, putative 5.559477997 L4_control_A2 +LQ00X003110 Calcium ion binding protein, putative 5.708787703 L4_control_A3 +LQ00X003110 Calcium ion binding protein, putative 5.607416651 L4_control_B1 +LQ00X003110 Calcium ion binding protein, putative 6.275104103 L4_control_B2 +LQ00X003110 Calcium ion binding protein, putative 5.551173829 L4_control_B3 +LQ00X003110 Calcium ion binding protein, putative 5.469201653 L4_control_C2 +LQ00X003110 Calcium ion binding protein, putative 5.202068751 L4_control_C3 +LQ00X003110 Calcium ion binding protein, putative 5.257024445 L4_chemical_A1 +LQ00X003110 Calcium ion binding protein, putative 5.565775549 L4_chemical_A2 +LQ00X003110 Calcium ion binding protein, putative 6.022709625 L4_chemical_A3 +LQ00X003110 Calcium ion binding protein, putative 5.262813909 L4_chemical_B1 +LQ00X003110 Calcium ion binding protein, putative 5.58475524 L4_chemical_B2 +LQ00X003110 Calcium ion binding protein, putative 5.382200626 L4_chemical_B3 +LQ00X003110 Calcium ion binding protein, putative 5.318864575 L4_chemical_C2 +LQ00X003110 Calcium ion binding protein, putative 5.298645306 L4_chemical_C3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.035963303 C6_control_A1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 4.793581951 C6_control_A3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.516770195 C6_control_B1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.474247143 C6_control_B2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.140490797 C6_control_B3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.3859076 C6_control_C1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 4.873312525 C6_control_C2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 4.915481505 C6_control_C3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.143714375 C6_chemical_A1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 4.805652972 C6_chemical_A3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.584346471 C6_chemical_B1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.024164147 C6_chemical_B2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.822339123 C6_chemical_B3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.283120175 C6_chemical_C1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.233710859 C6_chemical_C2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 4.984289709 C6_chemical_C3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.217184522 L4_control_A1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.074174339 L4_control_A2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.306366487 L4_control_A3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.930628367 L4_control_B1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.159540173 L4_control_B2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.174893491 L4_control_B3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.387959414 L4_control_C2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 6.639851526 L4_control_C3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.314185875 L4_chemical_A1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.343198733 L4_chemical_A2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.128645639 L4_chemical_A3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.225990723 L4_chemical_B1 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.570765094 L4_chemical_B2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.594015536 L4_chemical_B3 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.807687422 L4_chemical_C2 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.98269525 L4_chemical_C3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.29497807 C6_control_A1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 13.31509873 C6_control_A3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 11.73271433 C6_control_B1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.6563871 C6_control_B2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.82939511 C6_control_B3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.25778041 C6_control_C1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 9.980411263 C6_control_C2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 9.42139522 C6_control_C3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.14046945 C6_chemical_A1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.72534758 C6_chemical_A3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 11.43760072 C6_chemical_B1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.42677507 C6_chemical_B2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.24433669 C6_chemical_B3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.17008204 C6_chemical_C1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 9.84086098 C6_chemical_C2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 8.929676722 C6_chemical_C3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.95269124 L4_control_A1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.71197544 L4_control_A2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 13.56144495 L4_control_A3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 11.4408565 L4_control_B1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 11.73881094 L4_control_B2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 9.696909648 L4_control_B3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.26502581 L4_control_C2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 9.388485524 L4_control_C3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.05743934 L4_chemical_A1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 11.97105972 L4_chemical_A2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 13.27281767 L4_chemical_A3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.03782848 L4_chemical_B1 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.04946856 L4_chemical_B2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.93056659 L4_chemical_B3 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 10.46925437 L4_chemical_C2 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 9.383564113 L4_chemical_C3 +LQ00X003370 Transcriptional corepressor SEUSS 6.683817154 C6_control_A1 +LQ00X003370 Transcriptional corepressor SEUSS 6.283703015 C6_control_A3 +LQ00X003370 Transcriptional corepressor SEUSS 5.670904043 C6_control_B1 +LQ00X003370 Transcriptional corepressor SEUSS 6.058599878 C6_control_B2 +LQ00X003370 Transcriptional corepressor SEUSS 6.195335007 C6_control_B3 +LQ00X003370 Transcriptional corepressor SEUSS 6.078069734 C6_control_C1 +LQ00X003370 Transcriptional corepressor SEUSS 6.322698147 C6_control_C2 +LQ00X003370 Transcriptional corepressor SEUSS 6.115241635 C6_control_C3 +LQ00X003370 Transcriptional corepressor SEUSS 6.284262746 C6_chemical_A1 +LQ00X003370 Transcriptional corepressor SEUSS 5.963604335 C6_chemical_A3 +LQ00X003370 Transcriptional corepressor SEUSS 6.215883855 C6_chemical_B1 +LQ00X003370 Transcriptional corepressor SEUSS 6.208710154 C6_chemical_B2 +LQ00X003370 Transcriptional corepressor SEUSS 6.224968414 C6_chemical_B3 +LQ00X003370 Transcriptional corepressor SEUSS 5.777454682 C6_chemical_C1 +LQ00X003370 Transcriptional corepressor SEUSS 6.025939546 C6_chemical_C2 +LQ00X003370 Transcriptional corepressor SEUSS 5.809000128 C6_chemical_C3 +LQ00X003370 Transcriptional corepressor SEUSS 6.109528009 L4_control_A1 +LQ00X003370 Transcriptional corepressor SEUSS 6.139460653 L4_control_A2 +LQ00X003370 Transcriptional corepressor SEUSS 6.192956082 L4_control_A3 +LQ00X003370 Transcriptional corepressor SEUSS 6.070497251 L4_control_B1 +LQ00X003370 Transcriptional corepressor SEUSS 6.236307816 L4_control_B2 +LQ00X003370 Transcriptional corepressor SEUSS 5.78628572 L4_control_B3 +LQ00X003370 Transcriptional corepressor SEUSS 5.792823747 L4_control_C2 +LQ00X003370 Transcriptional corepressor SEUSS 6.20679683 L4_control_C3 +LQ00X003370 Transcriptional corepressor SEUSS 5.895845897 L4_chemical_A1 +LQ00X003370 Transcriptional corepressor SEUSS 6.201419832 L4_chemical_A2 +LQ00X003370 Transcriptional corepressor SEUSS 6.453615783 L4_chemical_A3 +LQ00X003370 Transcriptional corepressor SEUSS 5.965292971 L4_chemical_B1 +LQ00X003370 Transcriptional corepressor SEUSS 6.594753179 L4_chemical_B2 +LQ00X003370 Transcriptional corepressor SEUSS 6.06503925 L4_chemical_B3 +LQ00X003370 Transcriptional corepressor SEUSS 6.159612622 L4_chemical_C2 +LQ00X003370 Transcriptional corepressor SEUSS 5.748854563 L4_chemical_C3 +LQ00X003411 Putative uncharacterized protein 4.827078593 C6_control_A1 +LQ00X003411 Putative uncharacterized protein 5.274696107 C6_control_A3 +LQ00X003411 Putative uncharacterized protein 4.460441342 C6_control_B1 +LQ00X003411 Putative uncharacterized protein 4.815817319 C6_control_B2 +LQ00X003411 Putative uncharacterized protein 5.094795871 C6_control_B3 +LQ00X003411 Putative uncharacterized protein 4.771234221 C6_control_C1 +LQ00X003411 Putative uncharacterized protein 5.045936493 C6_control_C2 +LQ00X003411 Putative uncharacterized protein 4.757938202 C6_control_C3 +LQ00X003411 Putative uncharacterized protein 5.052124673 C6_chemical_A1 +LQ00X003411 Putative uncharacterized protein 5.270516646 C6_chemical_A3 +LQ00X003411 Putative uncharacterized protein 4.969240492 C6_chemical_B1 +LQ00X003411 Putative uncharacterized protein 4.89630723 C6_chemical_B2 +LQ00X003411 Putative uncharacterized protein 4.798565136 C6_chemical_B3 +LQ00X003411 Putative uncharacterized protein 4.821405372 C6_chemical_C1 +LQ00X003411 Putative uncharacterized protein 5.48226493 C6_chemical_C2 +LQ00X003411 Putative uncharacterized protein 4.893827299 C6_chemical_C3 +LQ00X003411 Putative uncharacterized protein 5.122640627 L4_control_A1 +LQ00X003411 Putative uncharacterized protein 5.118483581 L4_control_A2 +LQ00X003411 Putative uncharacterized protein 6.221905571 L4_control_A3 +LQ00X003411 Putative uncharacterized protein 5.570245543 L4_control_B1 +LQ00X003411 Putative uncharacterized protein 4.890687146 L4_control_B2 +LQ00X003411 Putative uncharacterized protein 4.72395372 L4_control_B3 +LQ00X003411 Putative uncharacterized protein 5.549058346 L4_control_C2 +LQ00X003411 Putative uncharacterized protein 4.770111468 L4_control_C3 +LQ00X003411 Putative uncharacterized protein 5.38693565 L4_chemical_A1 +LQ00X003411 Putative uncharacterized protein 4.781100111 L4_chemical_A2 +LQ00X003411 Putative uncharacterized protein 5.918936393 L4_chemical_A3 +LQ00X003411 Putative uncharacterized protein 5.151968793 L4_chemical_B1 +LQ00X003411 Putative uncharacterized protein 5.346424627 L4_chemical_B2 +LQ00X003411 Putative uncharacterized protein 4.746706448 L4_chemical_B3 +LQ00X003411 Putative uncharacterized protein 4.784370546 L4_chemical_C2 +LQ00X003411 Putative uncharacterized protein 4.662135676 L4_chemical_C3 +LQ00X003490 Hypothetical protein 4.796877331 C6_control_A1 +LQ00X003490 Hypothetical protein 5.012167908 C6_control_A3 +LQ00X003490 Hypothetical protein 4.720025444 C6_control_B1 +LQ00X003490 Hypothetical protein 4.774847827 C6_control_B2 +LQ00X003490 Hypothetical protein 4.644749533 C6_control_B3 +LQ00X003490 Hypothetical protein 4.714323977 C6_control_C1 +LQ00X003490 Hypothetical protein 4.391268887 C6_control_C2 +LQ00X003490 Hypothetical protein 4.493360778 C6_control_C3 +LQ00X003490 Hypothetical protein 4.61115461 C6_chemical_A1 +LQ00X003490 Hypothetical protein 4.841094614 C6_chemical_A3 +LQ00X003490 Hypothetical protein 4.725855753 C6_chemical_B1 +LQ00X003490 Hypothetical protein 4.625380675 C6_chemical_B2 +LQ00X003490 Hypothetical protein 4.622857162 C6_chemical_B3 +LQ00X003490 Hypothetical protein 4.831533884 C6_chemical_C1 +LQ00X003490 Hypothetical protein 4.493571624 C6_chemical_C2 +LQ00X003490 Hypothetical protein 4.550329024 C6_chemical_C3 +LQ00X003490 Hypothetical protein 4.602213749 L4_control_A1 +LQ00X003490 Hypothetical protein 4.877710992 L4_control_A2 +LQ00X003490 Hypothetical protein 5.065330856 L4_control_A3 +LQ00X003490 Hypothetical protein 4.825885749 L4_control_B1 +LQ00X003490 Hypothetical protein 5.048868113 L4_control_B2 +LQ00X003490 Hypothetical protein 4.368604538 L4_control_B3 +LQ00X003490 Hypothetical protein 4.977244094 L4_control_C2 +LQ00X003490 Hypothetical protein 5.282013848 L4_control_C3 +LQ00X003490 Hypothetical protein 4.842941015 L4_chemical_A1 +LQ00X003490 Hypothetical protein 4.620229512 L4_chemical_A2 +LQ00X003490 Hypothetical protein 5.18543925 L4_chemical_A3 +LQ00X003490 Hypothetical protein 5.072631585 L4_chemical_B1 +LQ00X003490 Hypothetical protein 4.482652933 L4_chemical_B2 +LQ00X003490 Hypothetical protein 4.59693469 L4_chemical_B3 +LQ00X003490 Hypothetical protein 4.747614771 L4_chemical_C2 +LQ00X003490 Hypothetical protein 5.314551011 L4_chemical_C3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.316277664 C6_control_A1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 7.383329361 C6_control_A3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.695596333 C6_control_B1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.522013743 C6_control_B2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.446635712 C6_control_B3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.166966921 C6_control_C1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 7.663824003 C6_control_C2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.138191624 C6_control_C3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.351653183 C6_chemical_A1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.277897878 C6_chemical_A3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.35084477 C6_chemical_B1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.999824879 C6_chemical_B2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.071872442 C6_chemical_B3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.45734772 C6_chemical_C1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.83960366 C6_chemical_C2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.953115754 C6_chemical_C3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.738968581 L4_control_A1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.228533493 L4_control_A2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.138583234 L4_control_A3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.403683481 L4_control_B1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.894226298 L4_control_B2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.727341733 L4_control_B3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.842561588 L4_control_C2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.251995296 L4_control_C3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.060941552 L4_chemical_A1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.684060701 L4_chemical_A2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.449921256 L4_chemical_A3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.859803316 L4_chemical_B1 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.347914426 L4_chemical_B2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.625498132 L4_chemical_B3 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 5.406837217 L4_chemical_C2 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.44286279 L4_chemical_C3 +LQ00X003530 Putative Protein slowmo homolog 6.61863913 C6_control_A1 +LQ00X003530 Putative Protein slowmo homolog 6.330520683 C6_control_A3 +LQ00X003530 Putative Protein slowmo homolog 6.507484932 C6_control_B1 +LQ00X003530 Putative Protein slowmo homolog 6.730999555 C6_control_B2 +LQ00X003530 Putative Protein slowmo homolog 7.06615346 C6_control_B3 +LQ00X003530 Putative Protein slowmo homolog 6.517798177 C6_control_C1 +LQ00X003530 Putative Protein slowmo homolog 6.405759217 C6_control_C2 +LQ00X003530 Putative Protein slowmo homolog 7.091900743 C6_control_C3 +LQ00X003530 Putative Protein slowmo homolog 6.176848921 C6_chemical_A1 +LQ00X003530 Putative Protein slowmo homolog 6.576729048 C6_chemical_A3 +LQ00X003530 Putative Protein slowmo homolog 6.635843875 C6_chemical_B1 +LQ00X003530 Putative Protein slowmo homolog 6.88876676 C6_chemical_B2 +LQ00X003530 Putative Protein slowmo homolog 6.392512168 C6_chemical_B3 +LQ00X003530 Putative Protein slowmo homolog 6.39056583 C6_chemical_C1 +LQ00X003530 Putative Protein slowmo homolog 6.466088474 C6_chemical_C2 +LQ00X003530 Putative Protein slowmo homolog 6.936267326 C6_chemical_C3 +LQ00X003530 Putative Protein slowmo homolog 6.106878038 L4_control_A1 +LQ00X003530 Putative Protein slowmo homolog 6.12397608 L4_control_A2 +LQ00X003530 Putative Protein slowmo homolog 6.61129282 L4_control_A3 +LQ00X003530 Putative Protein slowmo homolog 5.577643787 L4_control_B1 +LQ00X003530 Putative Protein slowmo homolog 6.637042971 L4_control_B2 +LQ00X003530 Putative Protein slowmo homolog 6.473997346 L4_control_B3 +LQ00X003530 Putative Protein slowmo homolog 6.856335534 L4_control_C2 +LQ00X003530 Putative Protein slowmo homolog 6.238237478 L4_control_C3 +LQ00X003530 Putative Protein slowmo homolog 5.924696466 L4_chemical_A1 +LQ00X003530 Putative Protein slowmo homolog 6.31140496 L4_chemical_A2 +LQ00X003530 Putative Protein slowmo homolog 6.451881392 L4_chemical_A3 +LQ00X003530 Putative Protein slowmo homolog 6.281996267 L4_chemical_B1 +LQ00X003530 Putative Protein slowmo homolog 6.163465107 L4_chemical_B2 +LQ00X003530 Putative Protein slowmo homolog 6.304172599 L4_chemical_B3 +LQ00X003530 Putative Protein slowmo homolog 6.328123492 L4_chemical_C2 +LQ00X003530 Putative Protein slowmo homolog 6.410228216 L4_chemical_C3 +LQ00X003610 Predicted protein 6.017842781 C6_control_A1 +LQ00X003610 Predicted protein 5.559490005 C6_control_A3 +LQ00X003610 Predicted protein 5.282978087 C6_control_B1 +LQ00X003610 Predicted protein 6.677067912 C6_control_B2 +LQ00X003610 Predicted protein 5.709455937 C6_control_B3 +LQ00X003610 Predicted protein 6.577219827 C6_control_C1 +LQ00X003610 Predicted protein 6.380587996 C6_control_C2 +LQ00X003610 Predicted protein 7.244283238 C6_control_C3 +LQ00X003610 Predicted protein 5.56312105 C6_chemical_A1 +LQ00X003610 Predicted protein 6.340981423 C6_chemical_A3 +LQ00X003610 Predicted protein 5.561616294 C6_chemical_B1 +LQ00X003610 Predicted protein 7.300517618 C6_chemical_B2 +LQ00X003610 Predicted protein 5.806557629 C6_chemical_B3 +LQ00X003610 Predicted protein 7.028878532 C6_chemical_C1 +LQ00X003610 Predicted protein 7.241245626 C6_chemical_C2 +LQ00X003610 Predicted protein 7.1448703 C6_chemical_C3 +LQ00X003610 Predicted protein 6.305952102 L4_control_A1 +LQ00X003610 Predicted protein 6.248960066 L4_control_A2 +LQ00X003610 Predicted protein 5.836890126 L4_control_A3 +LQ00X003610 Predicted protein 6.139798519 L4_control_B1 +LQ00X003610 Predicted protein 5.601474958 L4_control_B2 +LQ00X003610 Predicted protein 6.700121743 L4_control_B3 +LQ00X003610 Predicted protein 6.085590198 L4_control_C2 +LQ00X003610 Predicted protein 5.94482986 L4_control_C3 +LQ00X003610 Predicted protein 6.06790165 L4_chemical_A1 +LQ00X003610 Predicted protein 5.97350124 L4_chemical_A2 +LQ00X003610 Predicted protein 6.031738724 L4_chemical_A3 +LQ00X003610 Predicted protein 5.860641592 L4_chemical_B1 +LQ00X003610 Predicted protein 5.751724453 L4_chemical_B2 +LQ00X003610 Predicted protein 6.419217714 L4_chemical_B3 +LQ00X003610 Predicted protein 5.48125495 L4_chemical_C2 +LQ00X003610 Predicted protein 5.600797678 L4_chemical_C3 +LQ00X003630 Putative uncharacterized protein 5.315565328 C6_control_A1 +LQ00X003630 Putative uncharacterized protein 5.764843612 C6_control_A3 +LQ00X003630 Putative uncharacterized protein 5.909656747 C6_control_B1 +LQ00X003630 Putative uncharacterized protein 5.085723876 C6_control_B2 +LQ00X003630 Putative uncharacterized protein 5.488147391 C6_control_B3 +LQ00X003630 Putative uncharacterized protein 5.368351604 C6_control_C1 +LQ00X003630 Putative uncharacterized protein 5.683834918 C6_control_C2 +LQ00X003630 Putative uncharacterized protein 5.628692472 C6_control_C3 +LQ00X003630 Putative uncharacterized protein 6.047455493 C6_chemical_A1 +LQ00X003630 Putative uncharacterized protein 5.176529296 C6_chemical_A3 +LQ00X003630 Putative uncharacterized protein 5.641237209 C6_chemical_B1 +LQ00X003630 Putative uncharacterized protein 5.207650173 C6_chemical_B2 +LQ00X003630 Putative uncharacterized protein 5.290019492 C6_chemical_B3 +LQ00X003630 Putative uncharacterized protein 5.848520827 C6_chemical_C1 +LQ00X003630 Putative uncharacterized protein 5.375143868 C6_chemical_C2 +LQ00X003630 Putative uncharacterized protein 5.569675426 C6_chemical_C3 +LQ00X003630 Putative uncharacterized protein 5.413240366 L4_control_A1 +LQ00X003630 Putative uncharacterized protein 5.785754023 L4_control_A2 +LQ00X003630 Putative uncharacterized protein 5.454373387 L4_control_A3 +LQ00X003630 Putative uncharacterized protein 5.72660374 L4_control_B1 +LQ00X003630 Putative uncharacterized protein 5.926132147 L4_control_B2 +LQ00X003630 Putative uncharacterized protein 5.512992455 L4_control_B3 +LQ00X003630 Putative uncharacterized protein 5.458708961 L4_control_C2 +LQ00X003630 Putative uncharacterized protein 5.625463598 L4_control_C3 +LQ00X003630 Putative uncharacterized protein 5.243845509 L4_chemical_A1 +LQ00X003630 Putative uncharacterized protein 5.842729974 L4_chemical_A2 +LQ00X003630 Putative uncharacterized protein 5.3116024 L4_chemical_A3 +LQ00X003630 Putative uncharacterized protein 6.003501677 L4_chemical_B1 +LQ00X003630 Putative uncharacterized protein 6.348836797 L4_chemical_B2 +LQ00X003630 Putative uncharacterized protein 5.332200104 L4_chemical_B3 +LQ00X003630 Putative uncharacterized protein 5.551988755 L4_chemical_C2 +LQ00X003630 Putative uncharacterized protein 5.835558888 L4_chemical_C3 +LQ00X003650 Hypothetical protein 5.416725087 C6_control_A1 +LQ00X003650 Hypothetical protein 4.950896167 C6_control_A3 +LQ00X003650 Hypothetical protein 5.422459635 C6_control_B1 +LQ00X003650 Hypothetical protein 4.976783149 C6_control_B2 +LQ00X003650 Hypothetical protein 5.213621326 C6_control_B3 +LQ00X003650 Hypothetical protein 5.035031048 C6_control_C1 +LQ00X003650 Hypothetical protein 4.830476438 C6_control_C2 +LQ00X003650 Hypothetical protein 5.106994158 C6_control_C3 +LQ00X003650 Hypothetical protein 4.989585971 C6_chemical_A1 +LQ00X003650 Hypothetical protein 4.942574821 C6_chemical_A3 +LQ00X003650 Hypothetical protein 4.861962541 C6_chemical_B1 +LQ00X003650 Hypothetical protein 4.882527696 C6_chemical_B2 +LQ00X003650 Hypothetical protein 5.187546162 C6_chemical_B3 +LQ00X003650 Hypothetical protein 4.865717352 C6_chemical_C1 +LQ00X003650 Hypothetical protein 4.963900989 C6_chemical_C2 +LQ00X003650 Hypothetical protein 5.08624547 C6_chemical_C3 +LQ00X003650 Hypothetical protein 4.98060705 L4_control_A1 +LQ00X003650 Hypothetical protein 5.452801355 L4_control_A2 +LQ00X003650 Hypothetical protein 5.075895219 L4_control_A3 +LQ00X003650 Hypothetical protein 4.887291033 L4_control_B1 +LQ00X003650 Hypothetical protein 5.139803846 L4_control_B2 +LQ00X003650 Hypothetical protein 5.168962073 L4_control_B3 +LQ00X003650 Hypothetical protein 5.278841838 L4_control_C2 +LQ00X003650 Hypothetical protein 5.101064766 L4_control_C3 +LQ00X003650 Hypothetical protein 5.256107716 L4_chemical_A1 +LQ00X003650 Hypothetical protein 5.134836105 L4_chemical_A2 +LQ00X003650 Hypothetical protein 4.870631524 L4_chemical_A3 +LQ00X003650 Hypothetical protein 4.841639964 L4_chemical_B1 +LQ00X003650 Hypothetical protein 5.33061994 L4_chemical_B2 +LQ00X003650 Hypothetical protein 5.006641066 L4_chemical_B3 +LQ00X003650 Hypothetical protein 4.688000246 L4_chemical_C2 +LQ00X003650 Hypothetical protein 5.162866441 L4_chemical_C3 +LQ00X003660 Predicted protein (Fragment) 5.356650121 C6_control_A1 +LQ00X003660 Predicted protein (Fragment) 7.0302643 C6_control_A3 +LQ00X003660 Predicted protein (Fragment) 5.256207449 C6_control_B1 +LQ00X003660 Predicted protein (Fragment) 6.687262837 C6_control_B2 +LQ00X003660 Predicted protein (Fragment) 4.985438057 C6_control_B3 +LQ00X003660 Predicted protein (Fragment) 6.642462482 C6_control_C1 +LQ00X003660 Predicted protein (Fragment) 6.804041178 C6_control_C2 +LQ00X003660 Predicted protein (Fragment) 5.634351149 C6_control_C3 +LQ00X003660 Predicted protein (Fragment) 5.534582889 C6_chemical_A1 +LQ00X003660 Predicted protein (Fragment) 5.740445135 C6_chemical_A3 +LQ00X003660 Predicted protein (Fragment) 5.991701586 C6_chemical_B1 +LQ00X003660 Predicted protein (Fragment) 6.917297752 C6_chemical_B2 +LQ00X003660 Predicted protein (Fragment) 5.328803245 C6_chemical_B3 +LQ00X003660 Predicted protein (Fragment) 6.935664155 C6_chemical_C1 +LQ00X003660 Predicted protein (Fragment) 7.401271756 C6_chemical_C2 +LQ00X003660 Predicted protein (Fragment) 6.670216796 C6_chemical_C3 +LQ00X003660 Predicted protein (Fragment) 5.278901488 L4_control_A1 +LQ00X003660 Predicted protein (Fragment) 5.347806886 L4_control_A2 +LQ00X003660 Predicted protein (Fragment) 5.087836649 L4_control_A3 +LQ00X003660 Predicted protein (Fragment) 5.356569434 L4_control_B1 +LQ00X003660 Predicted protein (Fragment) 5.409307726 L4_control_B2 +LQ00X003660 Predicted protein (Fragment) 5.777817369 L4_control_B3 +LQ00X003660 Predicted protein (Fragment) 5.965062399 L4_control_C2 +LQ00X003660 Predicted protein (Fragment) 5.798544484 L4_control_C3 +LQ00X003660 Predicted protein (Fragment) 5.116636902 L4_chemical_A1 +LQ00X003660 Predicted protein (Fragment) 5.179680901 L4_chemical_A2 +LQ00X003660 Predicted protein (Fragment) 5.156359003 L4_chemical_A3 +LQ00X003660 Predicted protein (Fragment) 5.222022597 L4_chemical_B1 +LQ00X003660 Predicted protein (Fragment) 5.283362222 L4_chemical_B2 +LQ00X003660 Predicted protein (Fragment) 5.830409296 L4_chemical_B3 +LQ00X003660 Predicted protein (Fragment) 5.386709684 L4_chemical_C2 +LQ00X003660 Predicted protein (Fragment) 6.079901194 L4_chemical_C3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.49330745 C6_control_A1 +LQ00X004070 Putative UPF0481 protein At3g47200 5.875134775 C6_control_A3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.157342221 C6_control_B1 +LQ00X004070 Putative UPF0481 protein At3g47200 5.330549546 C6_control_B2 +LQ00X004070 Putative UPF0481 protein At3g47200 4.948995749 C6_control_B3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.491715076 C6_control_C1 +LQ00X004070 Putative UPF0481 protein At3g47200 4.888399034 C6_control_C2 +LQ00X004070 Putative UPF0481 protein At3g47200 5.083781786 C6_control_C3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.320075826 C6_chemical_A1 +LQ00X004070 Putative UPF0481 protein At3g47200 5.272181877 C6_chemical_A3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.105234788 C6_chemical_B1 +LQ00X004070 Putative UPF0481 protein At3g47200 5.167479561 C6_chemical_B2 +LQ00X004070 Putative UPF0481 protein At3g47200 4.957246348 C6_chemical_B3 +LQ00X004070 Putative UPF0481 protein At3g47200 4.942591746 C6_chemical_C1 +LQ00X004070 Putative UPF0481 protein At3g47200 5.01734745 C6_chemical_C2 +LQ00X004070 Putative UPF0481 protein At3g47200 4.943318981 C6_chemical_C3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.373316637 L4_control_A1 +LQ00X004070 Putative UPF0481 protein At3g47200 5.064886468 L4_control_A2 +LQ00X004070 Putative UPF0481 protein At3g47200 6.258176617 L4_control_A3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.403265235 L4_control_B1 +LQ00X004070 Putative UPF0481 protein At3g47200 4.980090083 L4_control_B2 +LQ00X004070 Putative UPF0481 protein At3g47200 4.964132425 L4_control_B3 +LQ00X004070 Putative UPF0481 protein At3g47200 4.833970169 L4_control_C2 +LQ00X004070 Putative UPF0481 protein At3g47200 4.672074616 L4_control_C3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.009241774 L4_chemical_A1 +LQ00X004070 Putative UPF0481 protein At3g47200 5.335681607 L4_chemical_A2 +LQ00X004070 Putative UPF0481 protein At3g47200 5.473295998 L4_chemical_A3 +LQ00X004070 Putative UPF0481 protein At3g47200 4.898538539 L4_chemical_B1 +LQ00X004070 Putative UPF0481 protein At3g47200 4.983344657 L4_chemical_B2 +LQ00X004070 Putative UPF0481 protein At3g47200 4.921775815 L4_chemical_B3 +LQ00X004070 Putative UPF0481 protein At3g47200 5.394800097 L4_chemical_C2 +LQ00X004070 Putative UPF0481 protein At3g47200 5.483390866 L4_chemical_C3 +LQ00X004100 Putative Predicted protein 5.348850589 C6_control_A1 +LQ00X004100 Putative Predicted protein 6.396295714 C6_control_A3 +LQ00X004100 Putative Predicted protein 5.06691839 C6_control_B1 +LQ00X004100 Putative Predicted protein 4.978619253 C6_control_B2 +LQ00X004100 Putative Predicted protein 5.103950357 C6_control_B3 +LQ00X004100 Putative Predicted protein 5.251826912 C6_control_C1 +LQ00X004100 Putative Predicted protein 4.791953196 C6_control_C2 +LQ00X004100 Putative Predicted protein 5.055321243 C6_control_C3 +LQ00X004100 Putative Predicted protein 5.188676154 C6_chemical_A1 +LQ00X004100 Putative Predicted protein 5.735625552 C6_chemical_A3 +LQ00X004100 Putative Predicted protein 5.018847189 C6_chemical_B1 +LQ00X004100 Putative Predicted protein 4.991088792 C6_chemical_B2 +LQ00X004100 Putative Predicted protein 5.818376406 C6_chemical_B3 +LQ00X004100 Putative Predicted protein 5.117323332 C6_chemical_C1 +LQ00X004100 Putative Predicted protein 4.99737391 C6_chemical_C2 +LQ00X004100 Putative Predicted protein 4.960245841 C6_chemical_C3 +LQ00X004100 Putative Predicted protein 6.183875735 L4_control_A1 +LQ00X004100 Putative Predicted protein 4.721597645 L4_control_A2 +LQ00X004100 Putative Predicted protein 5.029519834 L4_control_A3 +LQ00X004100 Putative Predicted protein 5.701904972 L4_control_B1 +LQ00X004100 Putative Predicted protein 5.40394244 L4_control_B2 +LQ00X004100 Putative Predicted protein 5.202764431 L4_control_B3 +LQ00X004100 Putative Predicted protein 4.881705518 L4_control_C2 +LQ00X004100 Putative Predicted protein 5.500460007 L4_control_C3 +LQ00X004100 Putative Predicted protein 5.150767696 L4_chemical_A1 +LQ00X004100 Putative Predicted protein 4.941348235 L4_chemical_A2 +LQ00X004100 Putative Predicted protein 5.272191486 L4_chemical_A3 +LQ00X004100 Putative Predicted protein 5.63441677 L4_chemical_B1 +LQ00X004100 Putative Predicted protein 4.83523961 L4_chemical_B2 +LQ00X004100 Putative Predicted protein 5.218059431 L4_chemical_B3 +LQ00X004100 Putative Predicted protein 5.695066087 L4_chemical_C2 +LQ00X004100 Putative Predicted protein 4.942081743 L4_chemical_C3 +LQ00X004150 Putative uncharacterized protein 5.013833484 C6_control_A1 +LQ00X004150 Putative uncharacterized protein 5.712260014 C6_control_A3 +LQ00X004150 Putative uncharacterized protein 5.012403702 C6_control_B1 +LQ00X004150 Putative uncharacterized protein 4.980207907 C6_control_B2 +LQ00X004150 Putative uncharacterized protein 5.166591962 C6_control_B3 +LQ00X004150 Putative uncharacterized protein 4.827413429 C6_control_C1 +LQ00X004150 Putative uncharacterized protein 4.938931193 C6_control_C2 +LQ00X004150 Putative uncharacterized protein 4.999737702 C6_control_C3 +LQ00X004150 Putative uncharacterized protein 4.989294566 C6_chemical_A1 +LQ00X004150 Putative uncharacterized protein 5.30648402 C6_chemical_A3 +LQ00X004150 Putative uncharacterized protein 5.301212402 C6_chemical_B1 +LQ00X004150 Putative uncharacterized protein 5.02412033 C6_chemical_B2 +LQ00X004150 Putative uncharacterized protein 5.715787878 C6_chemical_B3 +LQ00X004150 Putative uncharacterized protein 4.998352615 C6_chemical_C1 +LQ00X004150 Putative uncharacterized protein 4.805750757 C6_chemical_C2 +LQ00X004150 Putative uncharacterized protein 5.095510948 C6_chemical_C3 +LQ00X004150 Putative uncharacterized protein 4.957206491 L4_control_A1 +LQ00X004150 Putative uncharacterized protein 5.233758591 L4_control_A2 +LQ00X004150 Putative uncharacterized protein 5.749739225 L4_control_A3 +LQ00X004150 Putative uncharacterized protein 5.915805485 L4_control_B1 +LQ00X004150 Putative uncharacterized protein 5.08774656 L4_control_B2 +LQ00X004150 Putative uncharacterized protein 5.027001339 L4_control_B3 +LQ00X004150 Putative uncharacterized protein 5.968334357 L4_control_C2 +LQ00X004150 Putative uncharacterized protein 4.968540662 L4_control_C3 +LQ00X004150 Putative uncharacterized protein 4.95985126 L4_chemical_A1 +LQ00X004150 Putative uncharacterized protein 4.871149092 L4_chemical_A2 +LQ00X004150 Putative uncharacterized protein 5.37379596 L4_chemical_A3 +LQ00X004150 Putative uncharacterized protein 5.175068736 L4_chemical_B1 +LQ00X004150 Putative uncharacterized protein 5.243947942 L4_chemical_B2 +LQ00X004150 Putative uncharacterized protein 4.832580494 L4_chemical_B3 +LQ00X004150 Putative uncharacterized protein 5.173900756 L4_chemical_C2 +LQ00X004150 Putative uncharacterized protein 5.027676162 L4_chemical_C3 +LQ00X004200 Predicted protein 5.825426853 C6_control_A1 +LQ00X004200 Predicted protein 5.29124402 C6_control_A3 +LQ00X004200 Predicted protein 5.866984207 C6_control_B1 +LQ00X004200 Predicted protein 5.68182613 C6_control_B2 +LQ00X004200 Predicted protein 5.777500544 C6_control_B3 +LQ00X004200 Predicted protein 6.164443685 C6_control_C1 +LQ00X004200 Predicted protein 5.650873331 C6_control_C2 +LQ00X004200 Predicted protein 5.288641455 C6_control_C3 +LQ00X004200 Predicted protein 5.414637567 C6_chemical_A1 +LQ00X004200 Predicted protein 5.773007385 C6_chemical_A3 +LQ00X004200 Predicted protein 5.474857182 C6_chemical_B1 +LQ00X004200 Predicted protein 5.38777413 C6_chemical_B2 +LQ00X004200 Predicted protein 5.36256003 C6_chemical_B3 +LQ00X004200 Predicted protein 5.958235442 C6_chemical_C1 +LQ00X004200 Predicted protein 5.595685951 C6_chemical_C2 +LQ00X004200 Predicted protein 5.586105608 C6_chemical_C3 +LQ00X004200 Predicted protein 5.816746756 L4_control_A1 +LQ00X004200 Predicted protein 6.296347963 L4_control_A2 +LQ00X004200 Predicted protein 6.52380491 L4_control_A3 +LQ00X004200 Predicted protein 5.374851652 L4_control_B1 +LQ00X004200 Predicted protein 5.792369454 L4_control_B2 +LQ00X004200 Predicted protein 5.481019215 L4_control_B3 +LQ00X004200 Predicted protein 5.618971421 L4_control_C2 +LQ00X004200 Predicted protein 6.017965709 L4_control_C3 +LQ00X004200 Predicted protein 5.885137544 L4_chemical_A1 +LQ00X004200 Predicted protein 5.746173144 L4_chemical_A2 +LQ00X004200 Predicted protein 5.797416493 L4_chemical_A3 +LQ00X004200 Predicted protein 5.33976621 L4_chemical_B1 +LQ00X004200 Predicted protein 5.741218777 L4_chemical_B2 +LQ00X004200 Predicted protein 5.802677402 L4_chemical_B3 +LQ00X004200 Predicted protein 5.811289235 L4_chemical_C2 +LQ00X004200 Predicted protein 5.808296293 L4_chemical_C3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.047283253 C6_control_A1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.841085118 C6_control_A3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.643768339 C6_control_B1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.081064235 C6_control_B2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.048815448 C6_control_B3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.402900222 C6_control_C1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.251218886 C6_control_C2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 6.492417448 C6_control_C3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.888307097 C6_chemical_A1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.508153522 C6_chemical_A3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.959574734 C6_chemical_B1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.000005285 C6_chemical_B2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.099387899 C6_chemical_B3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.796291586 C6_chemical_C1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.721090842 C6_chemical_C2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 6.811291358 C6_chemical_C3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.95596329 L4_control_A1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.138816283 L4_control_A2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.940128529 L4_control_A3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.734576225 L4_control_B1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.453868325 L4_control_B2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.856782224 L4_control_B3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.880180794 L4_control_C2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.911288221 L4_control_C3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.753735548 L4_chemical_A1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.133191307 L4_chemical_A2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.060773033 L4_chemical_A3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.925113027 L4_chemical_B1 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.306064577 L4_chemical_B2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.792490877 L4_chemical_B3 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.032055637 L4_chemical_C2 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.180148538 L4_chemical_C3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.896072963 C6_control_A1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.788159834 C6_control_A3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.91858069 C6_control_B1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.43275088 C6_control_B2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.56885108 C6_control_B3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.61131223 C6_control_C1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.87243483 C6_control_C2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.23952683 C6_control_C3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.20415061 C6_chemical_A1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.904721107 C6_chemical_A3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 11.02626218 C6_chemical_B1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.34781519 C6_chemical_B2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.44113365 C6_chemical_B3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.63598058 C6_chemical_C1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.96700233 C6_chemical_C2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.22807637 C6_chemical_C3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.577610603 L4_control_A1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.08576597 L4_control_A2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.57178447 L4_control_A3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.878590324 L4_control_B1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 11.90635875 L4_control_B2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.325850945 L4_control_B3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 11.98857893 L4_control_C2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.14930843 L4_control_C3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.323159688 L4_chemical_A1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.07333622 L4_chemical_A2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.526049155 L4_chemical_A3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 11.15576887 L4_chemical_B1 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 11.26360722 L4_chemical_B2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 8.737803998 L4_chemical_B3 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.61205967 L4_chemical_C2 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.914240474 L4_chemical_C3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.097127357 C6_control_A1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.497994935 C6_control_A3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.596898844 C6_control_B0 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.716233995 C6_control_B2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.880576913 C6_control_B3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.967972599 C6_control_C1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.560687419 C6_control_C2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.736436252 C6_control_C3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 6.830428213 C6_chemical_A1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.565006697 C6_chemical_A3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 6.629562932 C6_chemical_B1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.599116183 C6_chemical_B2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.543986484 C6_chemical_B3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.31819237 C6_chemical_C1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.093692084 C6_chemical_C2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.752901999 C6_chemical_C3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.993708865 L4_control_A1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.094723648 L4_control_A2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.654120477 L4_control_A3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.8573484 L4_control_B1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.694103231 L4_control_B2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.21125642 L4_control_B3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.412938339 L4_control_C2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.79375494 L4_control_C3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.208247186 L4_chemical_A1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.327423004 L4_chemical_A2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.076074861 L4_chemical_A3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.750993082 L4_chemical_B1 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.600091653 L4_chemical_B2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.475026372 L4_chemical_B3 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 8.777200741 L4_chemical_C2 +LQ00X004320 Putative Serine/threonine-protein kinase BRI1-like 2 7.836395261 L4_chemical_C3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.33715431 C6_control_A1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.52574277 C6_control_A3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.6096805 C6_control_B1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.28799618 C6_control_B2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.16540987 C6_control_B3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 14.17783039 C6_control_C1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 14.12266672 C6_control_C2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 14.21655187 C6_control_C3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.48312437 C6_chemical_A1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.51716856 C6_chemical_A3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.83290756 C6_chemical_B1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.36765895 C6_chemical_B2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.80000405 C6_chemical_B3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.99281026 C6_chemical_C1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 14.05366272 C6_chemical_C2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 14.04642696 C6_chemical_C3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 12.61792642 L4_control_A1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 12.8221679 L4_control_A2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 12.64730636 L4_control_A3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.49705324 L4_control_B1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.60984592 L4_control_B2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.43142103 L4_control_B3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 14.41028374 L4_control_C2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.97629198 L4_control_C3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.26680059 L4_chemical_A1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.22562709 L4_chemical_A2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 12.8330543 L4_chemical_A3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.80665311 L4_chemical_B1 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.72986816 L4_chemical_B2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.26917182 L4_chemical_B3 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 14.27198893 L4_chemical_C2 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 14.22814555 L4_chemical_C3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.760751184 C6_control_A1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.645428546 C6_control_A3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.971731108 C6_control_B1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.617170318 C6_control_B2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.934335935 C6_control_B3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.601387029 C6_control_C1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.565686695 C6_control_C2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.416292668 C6_control_C3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.900346172 C6_chemical_A1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.588999564 C6_chemical_A3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.761867205 C6_chemical_B1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.530146376 C6_chemical_B2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.668770009 C6_chemical_B3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.845421323 C6_chemical_C1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.71432332 C6_chemical_C2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.639238746 C6_chemical_C3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.180474998 L4_control_A1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.030649987 L4_control_A2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.325711542 L4_control_A3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.550600285 L4_control_B1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.046899886 L4_control_B2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.037836024 L4_control_B3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.296746161 L4_control_C2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.321784276 L4_control_C3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.632701767 L4_chemical_A1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.809428517 L4_chemical_A2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.051351341 L4_chemical_A3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.974091704 L4_chemical_B1 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.049721138 L4_chemical_B2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.007015402 L4_chemical_B3 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.082277262 L4_chemical_C2 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.319911253 L4_chemical_C3 +LQ00X004470 DNA ligase 4 11.00430107 C6_control_A1 +LQ00X004470 DNA ligase 4 10.54218237 C6_control_A3 +LQ00X004470 DNA ligase 4 10.91552508 C6_control_B1 +LQ00X004470 DNA ligase 4 10.79053033 C6_control_B2 +LQ00X004470 DNA ligase 4 10.6971584 C6_control_B3 +LQ00X004470 DNA ligase 4 11.71224596 C6_control_C1 +LQ00X004470 DNA ligase 4 11.58819724 C6_control_C2 +LQ00X004470 DNA ligase 4 11.42185187 C6_control_C3 +LQ00X004470 DNA ligase 4 10.97781613 C6_chemical_A1 +LQ00X004470 DNA ligase 4 10.97408292 C6_chemical_A3 +LQ00X004470 DNA ligase 4 10.97732055 C6_chemical_B1 +LQ00X004470 DNA ligase 4 10.64152359 C6_chemical_B2 +LQ00X004470 DNA ligase 4 10.75246298 C6_chemical_B3 +LQ00X004470 DNA ligase 4 11.72061978 C6_chemical_C1 +LQ00X004470 DNA ligase 4 11.66493308 C6_chemical_C2 +LQ00X004470 DNA ligase 4 11.57921207 C6_chemical_C3 +LQ00X004470 DNA ligase 4 10.48685098 L4_control_A1 +LQ00X004470 DNA ligase 4 11.25315231 L4_control_A2 +LQ00X004470 DNA ligase 4 10.6897042 L4_control_A3 +LQ00X004470 DNA ligase 4 10.30189805 L4_control_B1 +LQ00X004470 DNA ligase 4 10.65914526 L4_control_B2 +LQ00X004470 DNA ligase 4 10.27499355 L4_control_B3 +LQ00X004470 DNA ligase 4 11.24937283 L4_control_C2 +LQ00X004470 DNA ligase 4 11.02237313 L4_control_C3 +LQ00X004470 DNA ligase 4 10.82451621 L4_chemical_A1 +LQ00X004470 DNA ligase 4 11.10081568 L4_chemical_A2 +LQ00X004470 DNA ligase 4 10.53987699 L4_chemical_A3 +LQ00X004470 DNA ligase 4 10.65108285 L4_chemical_B1 +LQ00X004470 DNA ligase 4 10.54055771 L4_chemical_B2 +LQ00X004470 DNA ligase 4 10.23085245 L4_chemical_B3 +LQ00X004470 DNA ligase 4 10.96401635 L4_chemical_C2 +LQ00X004470 DNA ligase 4 11.34137866 L4_chemical_C3 +LQ00X004490 Putative uncharacterized protein 11.90796768 C6_control_A1 +LQ00X004490 Putative uncharacterized protein 12.23147919 C6_control_A3 +LQ00X004490 Putative uncharacterized protein 11.74830629 C6_control_B1 +LQ00X004490 Putative uncharacterized protein 12.15316481 C6_control_B2 +LQ00X004490 Putative uncharacterized protein 11.96778908 C6_control_B3 +LQ00X004490 Putative uncharacterized protein 12.70227155 C6_control_C1 +LQ00X004490 Putative uncharacterized protein 12.52644283 C6_control_C2 +LQ00X004490 Putative uncharacterized protein 12.63170675 C6_control_C3 +LQ00X004490 Putative uncharacterized protein 11.80456012 C6_chemical_A1 +LQ00X004490 Putative uncharacterized protein 12.4435095 C6_chemical_A3 +LQ00X004490 Putative uncharacterized protein 11.4422939 C6_chemical_B1 +LQ00X004490 Putative uncharacterized protein 11.97261966 C6_chemical_B2 +LQ00X004490 Putative uncharacterized protein 11.84999738 C6_chemical_B3 +LQ00X004490 Putative uncharacterized protein 12.66492969 C6_chemical_C1 +LQ00X004490 Putative uncharacterized protein 12.49830427 C6_chemical_C2 +LQ00X004490 Putative uncharacterized protein 12.38999087 C6_chemical_C3 +LQ00X004490 Putative uncharacterized protein 12.41265484 L4_control_A1 +LQ00X004490 Putative uncharacterized protein 12.87795111 L4_control_A2 +LQ00X004490 Putative uncharacterized protein 12.50604292 L4_control_A3 +LQ00X004490 Putative uncharacterized protein 11.82190933 L4_control_B1 +LQ00X004490 Putative uncharacterized protein 11.67077302 L4_control_B2 +LQ00X004490 Putative uncharacterized protein 12.09852279 L4_control_B3 +LQ00X004490 Putative uncharacterized protein 12.52881029 L4_control_C2 +LQ00X004490 Putative uncharacterized protein 11.85613218 L4_control_C3 +LQ00X004490 Putative uncharacterized protein 12.82126558 L4_chemical_A1 +LQ00X004490 Putative uncharacterized protein 12.85048383 L4_chemical_A2 +LQ00X004490 Putative uncharacterized protein 12.55626027 L4_chemical_A3 +LQ00X004490 Putative uncharacterized protein 11.95264861 L4_chemical_B1 +LQ00X004490 Putative uncharacterized protein 11.74019179 L4_chemical_B2 +LQ00X004490 Putative uncharacterized protein 12.07645296 L4_chemical_B3 +LQ00X004490 Putative uncharacterized protein 12.26494493 L4_chemical_C2 +LQ00X004490 Putative uncharacterized protein 11.99519054 L4_chemical_C3 +LQ00X004530 Transcription factor bHLH35 12.3111432 C6_control_A1 +LQ00X004530 Transcription factor bHLH35 13.25850449 C6_control_A3 +LQ00X004530 Transcription factor bHLH35 12.10453483 C6_control_B1 +LQ00X004530 Transcription factor bHLH35 12.40781623 C6_control_B2 +LQ00X004530 Transcription factor bHLH35 12.92880339 C6_control_B3 +LQ00X004530 Transcription factor bHLH35 12.90078627 C6_control_C1 +LQ00X004530 Transcription factor bHLH35 13.43067214 C6_control_C2 +LQ00X004530 Transcription factor bHLH35 13.11577482 C6_control_C3 +LQ00X004530 Transcription factor bHLH35 12.04548232 C6_chemical_A1 +LQ00X004530 Transcription factor bHLH35 12.67180172 C6_chemical_A3 +LQ00X004530 Transcription factor bHLH35 11.83531756 C6_chemical_B1 +LQ00X004530 Transcription factor bHLH35 12.62187212 C6_chemical_B2 +LQ00X004530 Transcription factor bHLH35 12.81272328 C6_chemical_B3 +LQ00X004530 Transcription factor bHLH35 12.89958811 C6_chemical_C1 +LQ00X004530 Transcription factor bHLH35 12.92765651 C6_chemical_C2 +LQ00X004530 Transcription factor bHLH35 13.8973295 C6_chemical_C3 +LQ00X004530 Transcription factor bHLH35 11.96652835 L4_control_A1 +LQ00X004530 Transcription factor bHLH35 13.02652903 L4_control_A2 +LQ00X004530 Transcription factor bHLH35 13.52469644 L4_control_A3 +LQ00X004530 Transcription factor bHLH35 12.89901034 L4_control_B1 +LQ00X004530 Transcription factor bHLH35 12.56047441 L4_control_B2 +LQ00X004530 Transcription factor bHLH35 14.34503133 L4_control_B3 +LQ00X004530 Transcription factor bHLH35 13.30345764 L4_control_C2 +LQ00X004530 Transcription factor bHLH35 14.74060807 L4_control_C3 +LQ00X004530 Transcription factor bHLH35 13.24828942 L4_chemical_A1 +LQ00X004530 Transcription factor bHLH35 13.21447756 L4_chemical_A2 +LQ00X004530 Transcription factor bHLH35 13.26703856 L4_chemical_A3 +LQ00X004530 Transcription factor bHLH35 13.30814685 L4_chemical_B1 +LQ00X004530 Transcription factor bHLH35 12.57853999 L4_chemical_B2 +LQ00X004530 Transcription factor bHLH35 13.71451095 L4_chemical_B3 +LQ00X004530 Transcription factor bHLH35 13.61277319 L4_chemical_C2 +LQ00X004530 Transcription factor bHLH35 14.16038825 L4_chemical_C3 +LQ00X004660 Predicted protein 6.819131035 C6_control_A1 +LQ00X004660 Predicted protein 6.018357652 C6_control_A3 +LQ00X004660 Predicted protein 9.830552386 C6_control_B1 +LQ00X004660 Predicted protein 11.95428707 C6_control_B2 +LQ00X004660 Predicted protein 11.08443051 C6_control_B3 +LQ00X004660 Predicted protein 7.298550591 C6_control_C1 +LQ00X004660 Predicted protein 7.709718074 C6_control_C2 +LQ00X004660 Predicted protein 7.894850825 C6_control_C3 +LQ00X004660 Predicted protein 7.075459886 C6_chemical_A1 +LQ00X004660 Predicted protein 7.24379051 C6_chemical_A3 +LQ00X004660 Predicted protein 9.878336778 C6_chemical_B1 +LQ00X004660 Predicted protein 11.63545345 C6_chemical_B2 +LQ00X004660 Predicted protein 10.89142586 C6_chemical_B3 +LQ00X004660 Predicted protein 7.655574155 C6_chemical_C1 +LQ00X004660 Predicted protein 6.502050771 C6_chemical_C2 +LQ00X004660 Predicted protein 7.019720424 C6_chemical_C3 +LQ00X004660 Predicted protein 7.552798916 L4_control_A1 +LQ00X004660 Predicted protein 6.862818806 L4_control_A2 +LQ00X004660 Predicted protein 5.95627657 L4_control_A3 +LQ00X004660 Predicted protein 11.41424538 L4_control_B1 +LQ00X004660 Predicted protein 10.57271726 L4_control_B2 +LQ00X004660 Predicted protein 12.57005482 L4_control_B3 +LQ00X004660 Predicted protein 5.795733653 L4_control_C2 +LQ00X004660 Predicted protein 6.341179898 L4_control_C3 +LQ00X004660 Predicted protein 7.63789954 L4_chemical_A1 +LQ00X004660 Predicted protein 6.780740444 L4_chemical_A2 +LQ00X004660 Predicted protein 5.709199645 L4_chemical_A3 +LQ00X004660 Predicted protein 10.02431577 L4_chemical_B1 +LQ00X004660 Predicted protein 10.04412292 L4_chemical_B2 +LQ00X004660 Predicted protein 10.46812044 L4_chemical_B3 +LQ00X004660 Predicted protein 6.136442526 L4_chemical_C2 +LQ00X004660 Predicted protein 5.652980588 L4_chemical_C3 +LQ00X004710 Hypothetical protein 5.252239939 C6_control_A1 +LQ00X004710 Hypothetical protein 5.126597462 C6_control_A3 +LQ00X004710 Hypothetical protein 5.14813631 C6_control_B1 +LQ00X004710 Hypothetical protein 6.394544521 C6_control_B2 +LQ00X004710 Hypothetical protein 5.897033443 C6_control_B3 +LQ00X004710 Hypothetical protein 7.871297339 C6_control_C1 +LQ00X004710 Hypothetical protein 8.425647961 C6_control_C2 +LQ00X004710 Hypothetical protein 10.28654834 C6_control_C3 +LQ00X004710 Hypothetical protein 5.188500042 C6_chemical_A1 +LQ00X004710 Hypothetical protein 5.335445608 C6_chemical_A3 +LQ00X004710 Hypothetical protein 5.277255509 C6_chemical_B1 +LQ00X004710 Hypothetical protein 6.633207616 C6_chemical_B2 +LQ00X004710 Hypothetical protein 6.095678233 C6_chemical_B3 +LQ00X004710 Hypothetical protein 8.878652856 C6_chemical_C1 +LQ00X004710 Hypothetical protein 6.893576783 C6_chemical_C2 +LQ00X004710 Hypothetical protein 9.932071431 C6_chemical_C3 +LQ00X004710 Hypothetical protein 5.341948353 L4_control_A1 +LQ00X004710 Hypothetical protein 5.304140851 L4_control_A2 +LQ00X004710 Hypothetical protein 5.750640521 L4_control_A3 +LQ00X004710 Hypothetical protein 5.333409489 L4_control_B1 +LQ00X004710 Hypothetical protein 5.586440624 L4_control_B2 +LQ00X004710 Hypothetical protein 5.750010748 L4_control_B3 +LQ00X004710 Hypothetical protein 5.605432711 L4_control_C2 +LQ00X004710 Hypothetical protein 5.301422239 L4_control_C3 +LQ00X004710 Hypothetical protein 5.120645346 L4_chemical_A1 +LQ00X004710 Hypothetical protein 5.261267708 L4_chemical_A2 +LQ00X004710 Hypothetical protein 5.898003214 L4_chemical_A3 +LQ00X004710 Hypothetical protein 5.427147014 L4_chemical_B1 +LQ00X004710 Hypothetical protein 5.60329327 L4_chemical_B2 +LQ00X004710 Hypothetical protein 5.932871446 L4_chemical_B3 +LQ00X004710 Hypothetical protein 5.295087818 L4_chemical_C2 +LQ00X004710 Hypothetical protein 8.227078754 L4_chemical_C3 +LQ00X004770 Hypothetical protein 5.621116264 C6_control_A1 +LQ00X004770 Hypothetical protein 5.558984135 C6_control_A3 +LQ00X004770 Hypothetical protein 5.532710604 C6_control_B1 +LQ00X004770 Hypothetical protein 5.329972646 C6_control_B2 +LQ00X004770 Hypothetical protein 5.592601573 C6_control_B3 +LQ00X004770 Hypothetical protein 5.399181124 C6_control_C1 +LQ00X004770 Hypothetical protein 6.485127015 C6_control_C2 +LQ00X004770 Hypothetical protein 5.267791886 C6_control_C3 +LQ00X004770 Hypothetical protein 5.334032614 C6_chemical_A1 +LQ00X004770 Hypothetical protein 5.519765836 C6_chemical_A3 +LQ00X004770 Hypothetical protein 5.201856049 C6_chemical_B1 +LQ00X004770 Hypothetical protein 5.569030981 C6_chemical_B2 +LQ00X004770 Hypothetical protein 5.534011907 C6_chemical_B3 +LQ00X004770 Hypothetical protein 5.448579272 C6_chemical_C1 +LQ00X004770 Hypothetical protein 5.522122432 C6_chemical_C2 +LQ00X004770 Hypothetical protein 5.160661378 C6_chemical_C3 +LQ00X004770 Hypothetical protein 5.820319272 L4_control_A1 +LQ00X004770 Hypothetical protein 5.412450861 L4_control_A2 +LQ00X004770 Hypothetical protein 5.869980248 L4_control_A3 +LQ00X004770 Hypothetical protein 5.510180754 L4_control_B1 +LQ00X004770 Hypothetical protein 5.711809237 L4_control_B2 +LQ00X004770 Hypothetical protein 5.220748045 L4_control_B3 +LQ00X004770 Hypothetical protein 5.523197359 L4_control_C2 +LQ00X004770 Hypothetical protein 6.278925978 L4_control_C3 +LQ00X004770 Hypothetical protein 5.578272892 L4_chemical_A1 +LQ00X004770 Hypothetical protein 5.44263483 L4_chemical_A2 +LQ00X004770 Hypothetical protein 5.828068617 L4_chemical_A3 +LQ00X004770 Hypothetical protein 5.579969758 L4_chemical_B1 +LQ00X004770 Hypothetical protein 5.33071204 L4_chemical_B2 +LQ00X004770 Hypothetical protein 5.25173947 L4_chemical_B3 +LQ00X004770 Hypothetical protein 5.379340283 L4_chemical_C2 +LQ00X004770 Hypothetical protein 5.733655478 L4_chemical_C3 +LQ00X004780 Phenylalanine ammonia-lyase 5.642544739 C6_control_A1 +LQ00X004780 Phenylalanine ammonia-lyase 5.484354684 C6_control_A3 +LQ00X004780 Phenylalanine ammonia-lyase 5.622670689 C6_control_B1 +LQ00X004780 Phenylalanine ammonia-lyase 5.393762052 C6_control_B2 +LQ00X004780 Phenylalanine ammonia-lyase 5.697811609 C6_control_B3 +LQ00X004780 Phenylalanine ammonia-lyase 5.197419847 C6_control_C1 +LQ00X004780 Phenylalanine ammonia-lyase 5.171585344 C6_control_C2 +LQ00X004780 Phenylalanine ammonia-lyase 5.166859727 C6_control_C3 +LQ00X004780 Phenylalanine ammonia-lyase 5.518079796 C6_chemical_A1 +LQ00X004780 Phenylalanine ammonia-lyase 5.449964454 C6_chemical_A3 +LQ00X004780 Phenylalanine ammonia-lyase 5.68283403 C6_chemical_B1 +LQ00X004780 Phenylalanine ammonia-lyase 5.305142127 C6_chemical_B2 +LQ00X004780 Phenylalanine ammonia-lyase 5.539343755 C6_chemical_B3 +LQ00X004780 Phenylalanine ammonia-lyase 5.075400478 C6_chemical_C1 +LQ00X004780 Phenylalanine ammonia-lyase 5.145900601 C6_chemical_C2 +LQ00X004780 Phenylalanine ammonia-lyase 5.232316861 C6_chemical_C3 +LQ00X004780 Phenylalanine ammonia-lyase 5.062772595 L4_control_A1 +LQ00X004780 Phenylalanine ammonia-lyase 6.031689666 L4_control_A2 +LQ00X004780 Phenylalanine ammonia-lyase 5.901328841 L4_control_A3 +LQ00X004780 Phenylalanine ammonia-lyase 5.816259277 L4_control_B1 +LQ00X004780 Phenylalanine ammonia-lyase 5.790100848 L4_control_B2 +LQ00X004780 Phenylalanine ammonia-lyase 5.45167391 L4_control_B3 +LQ00X004780 Phenylalanine ammonia-lyase 6.165839086 L4_control_C0 +LQ00X004780 Phenylalanine ammonia-lyase 5.67275032 L4_control_C3 +LQ00X004780 Phenylalanine ammonia-lyase 5.295579563 L4_chemical_A1 +LQ00X004780 Phenylalanine ammonia-lyase 5.463289707 L4_chemical_A2 +LQ00X004780 Phenylalanine ammonia-lyase 6.551820097 L4_chemical_A3 +LQ00X004780 Phenylalanine ammonia-lyase 5.418320434 L4_chemical_B1 +LQ00X004780 Phenylalanine ammonia-lyase 5.276570858 L4_chemical_B2 +LQ00X004780 Phenylalanine ammonia-lyase 5.295797871 L4_chemical_B3 +LQ00X004780 Phenylalanine ammonia-lyase 5.852957941 L4_chemical_C2 +LQ00X004780 Phenylalanine ammonia-lyase 5.484662297 L4_chemical_C3 +LQ00X004860 Hypothetical protein 13.5416066 C6_control_A1 +LQ00X004860 Hypothetical protein 13.85865949 C6_control_A3 +LQ00X004860 Hypothetical protein 13.44074849 C6_control_B1 +LQ00X004860 Hypothetical protein 12.42255076 C6_control_B2 +LQ00X004860 Hypothetical protein 12.95863722 C6_control_B3 +LQ00X004860 Hypothetical protein 11.70000534 C6_control_C1 +LQ00X004860 Hypothetical protein 12.17772374 C6_control_C2 +LQ00X004860 Hypothetical protein 11.94691531 C6_control_C3 +LQ00X004860 Hypothetical protein 13.18084688 C6_chemical_A1 +LQ00X004860 Hypothetical protein 12.99299524 C6_chemical_A3 +LQ00X004860 Hypothetical protein 13.1428271 C6_chemical_B1 +LQ00X004860 Hypothetical protein 12.97104836 C6_chemical_B2 +LQ00X004860 Hypothetical protein 12.82993911 C6_chemical_B3 +LQ00X004860 Hypothetical protein 11.75875794 C6_chemical_C1 +LQ00X004860 Hypothetical protein 12.16460704 C6_chemical_C2 +LQ00X004860 Hypothetical protein 11.44200071 C6_chemical_C3 +LQ00X004860 Hypothetical protein 13.34201634 L4_control_A1 +LQ00X004860 Hypothetical protein 13.48135159 L4_control_A2 +LQ00X004860 Hypothetical protein 13.07328525 L4_control_A3 +LQ00X004860 Hypothetical protein 13.12736598 L4_control_B1 +LQ00X004860 Hypothetical protein 12.45165702 L4_control_B2 +LQ00X004860 Hypothetical protein 12.55289106 L4_control_B3 +LQ00X004860 Hypothetical protein 12.30766102 L4_control_C2 +LQ00X004860 Hypothetical protein 11.90455986 L4_control_C3 +LQ00X004860 Hypothetical protein 12.73715091 L4_chemical_A1 +LQ00X004860 Hypothetical protein 13.0321327 L4_chemical_A2 +LQ00X004860 Hypothetical protein 12.90943666 L4_chemical_A3 +LQ00X004860 Hypothetical protein 13.1308503 L4_chemical_B1 +LQ00X004860 Hypothetical protein 13.09742933 L4_chemical_B2 +LQ00X004860 Hypothetical protein 12.8831958 L4_chemical_B3 +LQ00X004860 Hypothetical protein 12.33852309 L4_chemical_C2 +LQ00X004860 Hypothetical protein 12.40631688 L4_chemical_C3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.541242779 C6_control_A1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.815531413 C6_control_A3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.338475383 C6_control_B1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.365676644 C6_control_B2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.525278126 C6_control_B3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 4.974928353 C6_control_C1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.781864551 C6_control_C2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.16210036 C6_control_C3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.344432946 C6_chemical_A1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.345988961 C6_chemical_A3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.077752701 C6_chemical_B1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.396946909 C6_chemical_B2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.218643692 C6_chemical_B3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.171937665 C6_chemical_C1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.42425612 C6_chemical_C2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.116760983 C6_chemical_C3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.500804647 L4_control_A1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.287824031 L4_control_A2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.11106959 L4_control_A3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.329328625 L4_control_B1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.495225428 L4_control_B2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.497393055 L4_control_B3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.542670769 L4_control_C2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.840579558 L4_control_C3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.055237458 L4_chemical_A1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.372952825 L4_chemical_A2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 4.944571078 L4_chemical_A3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.285638098 L4_chemical_B1 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.297915902 L4_chemical_B2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.51573885 L4_chemical_B3 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.162651003 L4_chemical_C2 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.34317741 L4_chemical_C3 +LQ00X005060 Putative uncharacterized protein 4.851637468 C6_control_A1 +LQ00X005060 Putative uncharacterized protein 4.710324314 C6_control_A3 +LQ00X005060 Putative uncharacterized protein 4.787264643 C6_control_B1 +LQ00X005060 Putative uncharacterized protein 4.680689121 C6_control_B2 +LQ00X005060 Putative uncharacterized protein 5.026211992 C6_control_B3 +LQ00X005060 Putative uncharacterized protein 5.151622069 C6_control_C1 +LQ00X005060 Putative uncharacterized protein 4.764470118 C6_control_C2 +LQ00X005060 Putative uncharacterized protein 4.816762316 C6_control_C3 +LQ00X005060 Putative uncharacterized protein 4.929615217 C6_chemical_A1 +LQ00X005060 Putative uncharacterized protein 4.610566532 C6_chemical_A3 +LQ00X005060 Putative uncharacterized protein 4.806877662 C6_chemical_B1 +LQ00X005060 Putative uncharacterized protein 4.548334476 C6_chemical_B2 +LQ00X005060 Putative uncharacterized protein 5.172088809 C6_chemical_B3 +LQ00X005060 Putative uncharacterized protein 4.997340184 C6_chemical_C1 +LQ00X005060 Putative uncharacterized protein 4.605680214 C6_chemical_C2 +LQ00X005060 Putative uncharacterized protein 5.290385849 C6_chemical_C3 +LQ00X005060 Putative uncharacterized protein 6.541575272 L4_control_A1 +LQ00X005060 Putative uncharacterized protein 6.263083528 L4_control_A2 +LQ00X005060 Putative uncharacterized protein 6.057143294 L4_control_A3 +LQ00X005060 Putative uncharacterized protein 8.400239746 L4_control_B1 +LQ00X005060 Putative uncharacterized protein 6.492843198 L4_control_B2 +LQ00X005060 Putative uncharacterized protein 5.029564193 L4_control_B3 +LQ00X005060 Putative uncharacterized protein 7.844397607 L4_control_C2 +LQ00X005060 Putative uncharacterized protein 7.151935215 L4_control_C3 +LQ00X005060 Putative uncharacterized protein 6.133463205 L4_chemical_A1 +LQ00X005060 Putative uncharacterized protein 5.657666255 L4_chemical_A2 +LQ00X005060 Putative uncharacterized protein 5.491286126 L4_chemical_A3 +LQ00X005060 Putative uncharacterized protein 5.77991433 L4_chemical_B1 +LQ00X005060 Putative uncharacterized protein 6.14630633 L4_chemical_B2 +LQ00X005060 Putative uncharacterized protein 5.02606031 L4_chemical_B3 +LQ00X005060 Putative uncharacterized protein 7.109383413 L4_chemical_C2 +LQ00X005060 Putative uncharacterized protein 6.915948876 L4_chemical_C3 +LQ00X005080 Putative uncharacterized protein 5.154725402 C6_control_A1 +LQ00X005080 Putative uncharacterized protein 5.149081582 C6_control_A3 +LQ00X005080 Putative uncharacterized protein 5.280539442 C6_control_B1 +LQ00X005080 Putative uncharacterized protein 4.828385876 C6_control_B2 +LQ00X005080 Putative uncharacterized protein 5.332787621 C6_control_B3 +LQ00X005080 Putative uncharacterized protein 5.342760626 C6_control_C1 +LQ00X005080 Putative uncharacterized protein 5.019980668 C6_control_C2 +LQ00X005080 Putative uncharacterized protein 5.309628773 C6_control_C3 +LQ00X005080 Putative uncharacterized protein 5.15941513 C6_chemical_A1 +LQ00X005080 Putative uncharacterized protein 5.045657057 C6_chemical_A3 +LQ00X005080 Putative uncharacterized protein 5.075270201 C6_chemical_B1 +LQ00X005080 Putative uncharacterized protein 5.12579382 C6_chemical_B2 +LQ00X005080 Putative uncharacterized protein 5.388607803 C6_chemical_B3 +LQ00X005080 Putative uncharacterized protein 5.212291744 C6_chemical_C1 +LQ00X005080 Putative uncharacterized protein 4.878180049 C6_chemical_C2 +LQ00X005080 Putative uncharacterized protein 4.822382612 C6_chemical_C3 +LQ00X005080 Putative uncharacterized protein 5.037219201 L4_control_A1 +LQ00X005080 Putative uncharacterized protein 4.850928158 L4_control_A2 +LQ00X005080 Putative uncharacterized protein 5.088538569 L4_control_A3 +LQ00X005080 Putative uncharacterized protein 5.367209209 L4_control_B1 +LQ00X005080 Putative uncharacterized protein 5.612181665 L4_control_B2 +LQ00X005080 Putative uncharacterized protein 4.950686756 L4_control_B3 +LQ00X005080 Putative uncharacterized protein 4.968593328 L4_control_C2 +LQ00X005080 Putative uncharacterized protein 5.416709465 L4_control_C3 +LQ00X005080 Putative uncharacterized protein 5.295469373 L4_chemical_A1 +LQ00X005080 Putative uncharacterized protein 5.184581622 L4_chemical_A2 +LQ00X005080 Putative uncharacterized protein 5.145606065 L4_chemical_A3 +LQ00X005080 Putative uncharacterized protein 5.031221471 L4_chemical_B1 +LQ00X005080 Putative uncharacterized protein 4.938272935 L4_chemical_B2 +LQ00X005080 Putative uncharacterized protein 5.077740404 L4_chemical_B3 +LQ00X005080 Putative uncharacterized protein 4.908494875 L4_chemical_C2 +LQ00X005080 Putative uncharacterized protein 5.478977914 L4_chemical_C3 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.76043784 C6_control_A1 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.10975322 C6_control_A3 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.33107632 C6_control_B1 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.80498416 C6_control_B2 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.33554479 C6_control_B3 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.91943744 C6_control_C1 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.98513481 C6_control_C2 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.80867846 C6_control_C3 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.7388891 C6_chemical_A1 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.10269302 C6_chemical_A3 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.48449572 C6_chemical_B1 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.78809277 C6_chemical_B2 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.3360782 C6_chemical_B3 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.78609219 C6_chemical_C1 +LQ00X005490 Thioredoxin M-type, chloroplastic 15.10914133 C6_chemical_C2 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.77354829 C6_chemical_C3 +LQ00X005490 Thioredoxin M-type, chloroplastic 12.89733103 L4_control_A1 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.02747371 L4_control_A2 +LQ00X005490 Thioredoxin M-type, chloroplastic 12.9786388 L4_control_A3 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.82561503 L4_control_B1 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.28969367 L4_control_B2 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.65992627 L4_control_B3 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.50443347 L4_control_C2 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.00459952 L4_control_C3 +LQ00X005490 Thioredoxin M-type, chloroplastic 12.88413902 L4_chemical_A1 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.39545313 L4_chemical_A2 +LQ00X005490 Thioredoxin M-type, chloroplastic 12.75751515 L4_chemical_A3 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.70428381 L4_chemical_B1 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.14152435 L4_chemical_B2 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.70056566 L4_chemical_B3 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.50798621 L4_chemical_C2 +LQ00X005490 Thioredoxin M-type, chloroplastic 14.1389173 L4_chemical_C3 +LQ00X005580 Histone deacetylase 8 11.7551897 C6_control_A1 +LQ00X005580 Histone deacetylase 8 11.42799983 C6_control_A3 +LQ00X005580 Histone deacetylase 8 12.16165872 C6_control_B1 +LQ00X005580 Histone deacetylase 8 12.58485151 C6_control_B2 +LQ00X005580 Histone deacetylase 8 12.3808616 C6_control_B3 +LQ00X005580 Histone deacetylase 8 12.94865602 C6_control_C1 +LQ00X005580 Histone deacetylase 8 12.97890364 C6_control_C2 +LQ00X005580 Histone deacetylase 8 12.56227892 C6_control_C3 +LQ00X005580 Histone deacetylase 8 11.78252106 C6_chemical_A1 +LQ00X005580 Histone deacetylase 8 11.4387034 C6_chemical_A3 +LQ00X005580 Histone deacetylase 8 12.17915453 C6_chemical_B1 +LQ00X005580 Histone deacetylase 8 12.74652054 C6_chemical_B2 +LQ00X005580 Histone deacetylase 8 12.46246014 C6_chemical_B3 +LQ00X005580 Histone deacetylase 8 13.06632612 C6_chemical_C1 +LQ00X005580 Histone deacetylase 8 12.92309051 C6_chemical_C2 +LQ00X005580 Histone deacetylase 8 12.55439855 C6_chemical_C3 +LQ00X005580 Histone deacetylase 8 11.28059968 L4_control_A1 +LQ00X005580 Histone deacetylase 8 11.91228722 L4_control_A2 +LQ00X005580 Histone deacetylase 8 11.15474702 L4_control_A3 +LQ00X005580 Histone deacetylase 8 12.26848063 L4_control_B1 +LQ00X005580 Histone deacetylase 8 12.02667583 L4_control_B2 +LQ00X005580 Histone deacetylase 8 11.63889618 L4_control_B3 +LQ00X005580 Histone deacetylase 8 12.0011966 L4_control_C2 +LQ00X005580 Histone deacetylase 8 11.83101669 L4_control_C3 +LQ00X005580 Histone deacetylase 8 11.5490041 L4_chemical_A1 +LQ00X005580 Histone deacetylase 8 12.23755915 L4_chemical_A2 +LQ00X005580 Histone deacetylase 8 11.19353252 L4_chemical_A3 +LQ00X005580 Histone deacetylase 8 11.93346752 L4_chemical_B1 +LQ00X005580 Histone deacetylase 8 11.81616651 L4_chemical_B2 +LQ00X005580 Histone deacetylase 8 11.53612442 L4_chemical_B3 +LQ00X005580 Histone deacetylase 8 12.27235736 L4_chemical_C2 +LQ00X005580 Histone deacetylase 8 12.13421081 L4_chemical_C3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.055466271 C6_control_A1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.931956857 C6_control_A3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.594345754 C6_control_B1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.49488968 C6_control_B2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.118412715 C6_control_B3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.103061975 C6_control_C1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.255055905 C6_control_C2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.479676036 C6_control_C3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.816353185 C6_chemical_A1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.439904837 C6_chemical_A3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.630034635 C6_chemical_B1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.431627631 C6_chemical_B2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.908139809 C6_chemical_B3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.966250995 C6_chemical_C1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.082766518 C6_chemical_C2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.674297643 C6_chemical_C3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.608696555 L4_control_A1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.573073411 L4_control_A2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.383475573 L4_control_A3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.330089298 L4_control_B1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.96962473 L4_control_B2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.731754427 L4_control_B3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.182501812 L4_control_C2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 7.020264246 L4_control_C3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.162078322 L4_chemical_A1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.761096254 L4_chemical_A2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.051634302 L4_chemical_A3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.654459341 L4_chemical_B1 +LQ00X005590 Putative Probable receptor protein kinase TMK1 6.034757112 L4_chemical_B2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.762115244 L4_chemical_B3 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.425605192 L4_chemical_C2 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.768337787 L4_chemical_C3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.265122348 C6_control_A1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.478575119 C6_control_A3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.482471076 C6_control_B1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.678681844 C6_control_B2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.726477765 C6_control_B3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.468538952 C6_control_C1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 6.345349872 C6_control_C2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.662323101 C6_control_C3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.033223361 C6_chemical_A1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.668581489 C6_chemical_A3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.456003435 C6_chemical_B1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.645096067 C6_chemical_B2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.213334716 C6_chemical_B3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.588332873 C6_chemical_C1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.650484861 C6_chemical_C2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.657099713 C6_chemical_C3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.384459026 L4_control_A1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.444382137 L4_control_A2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.209759273 L4_control_A3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.55738865 L4_control_B1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.661196711 L4_control_B2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.388587214 L4_control_B3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.562198543 L4_control_C2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 6.322490473 L4_control_C3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.269169948 L4_chemical_A1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.082566982 L4_chemical_A2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.330942489 L4_chemical_A3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.262042476 L4_chemical_B1 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.481508728 L4_chemical_B2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.505434776 L4_chemical_B3 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.172297226 L4_chemical_C2 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.958834606 L4_chemical_C3 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.667655101 C6_control_A1 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.399859973 C6_control_A3 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.080364914 C6_control_B1 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.86280881 C6_control_B2 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.584465084 C6_control_B3 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.302533768 C6_control_C1 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.862840556 C6_control_C2 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.311134287 C6_control_C3 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.015384963 C6_chemical_A1 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.478478372 C6_chemical_A3 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.17147125 C6_chemical_B1 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.352619618 C6_chemical_B2 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.693893916 C6_chemical_B3 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.097495737 C6_chemical_C1 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.843165964 C6_chemical_C2 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.045719467 C6_chemical_C3 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.752821435 L4_control_A1 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.277849465 L4_control_A2 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.872289095 L4_control_A3 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.299996172 L4_control_B1 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.227381957 L4_control_B2 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.368103392 L4_control_B3 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.513341492 L4_control_C2 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.246335594 L4_control_C3 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.48801697 L4_chemical_A1 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.672732433 L4_chemical_A2 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.0415772 L4_chemical_A3 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.22020012 L4_chemical_B1 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.515016216 L4_chemical_B2 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.775279095 L4_chemical_B3 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.358580954 L4_chemical_C2 +LQ00X005630 Serine/threonine-protein kinase Nek5 5.214126129 L4_chemical_C3 +LQ00X005670 Tubulin alpha-1 chain 13.98977178 C6_control_A1 +LQ00X005670 Tubulin alpha-1 chain 13.66959472 C6_control_A3 +LQ00X005670 Tubulin alpha-1 chain 13.69821525 C6_control_B1 +LQ00X005670 Tubulin alpha-1 chain 13.77646019 C6_control_B2 +LQ00X005670 Tubulin alpha-1 chain 13.77058534 C6_control_B3 +LQ00X005670 Tubulin alpha-1 chain 13.88131936 C6_control_C1 +LQ00X005670 Tubulin alpha-1 chain 13.98848841 C6_control_C2 +LQ00X005670 Tubulin alpha-1 chain 13.92118145 C6_control_C3 +LQ00X005670 Tubulin alpha-1 chain 13.71551124 C6_chemical_A1 +LQ00X005670 Tubulin alpha-1 chain 13.73052355 C6_chemical_A3 +LQ00X005670 Tubulin alpha-1 chain 13.63465165 C6_chemical_B1 +LQ00X005670 Tubulin alpha-1 chain 13.64453432 C6_chemical_B2 +LQ00X005670 Tubulin alpha-1 chain 13.8537371 C6_chemical_B3 +LQ00X005670 Tubulin alpha-1 chain 13.90966947 C6_chemical_C1 +LQ00X005670 Tubulin alpha-1 chain 13.98207735 C6_chemical_C2 +LQ00X005670 Tubulin alpha-1 chain 14.02327484 C6_chemical_C3 +LQ00X005670 Tubulin alpha-1 chain 13.65269536 L4_control_A1 +LQ00X005670 Tubulin alpha-1 chain 13.27339132 L4_control_A2 +LQ00X005670 Tubulin alpha-1 chain 13.62270337 L4_control_A3 +LQ00X005670 Tubulin alpha-1 chain 13.50852729 L4_control_B1 +LQ00X005670 Tubulin alpha-1 chain 13.35818419 L4_control_B2 +LQ00X005670 Tubulin alpha-1 chain 13.60369727 L4_control_B3 +LQ00X005670 Tubulin alpha-1 chain 13.78411553 L4_control_C2 +LQ00X005670 Tubulin alpha-1 chain 13.28458189 L4_control_C3 +LQ00X005670 Tubulin alpha-1 chain 13.61983492 L4_chemical_A1 +LQ00X005670 Tubulin alpha-1 chain 13.00133377 L4_chemical_A2 +LQ00X005670 Tubulin alpha-1 chain 13.81760003 L4_chemical_A3 +LQ00X005670 Tubulin alpha-1 chain 13.31127479 L4_chemical_B1 +LQ00X005670 Tubulin alpha-1 chain 13.06641568 L4_chemical_B2 +LQ00X005670 Tubulin alpha-1 chain 13.90969112 L4_chemical_B3 +LQ00X005670 Tubulin alpha-1 chain 13.82918697 L4_chemical_C2 +LQ00X005670 Tubulin alpha-1 chain 13.32604315 L4_chemical_C3 +LQ00X005680 Hypothetical protein 6.210577495 C6_control_A1 +LQ00X005680 Hypothetical protein 7.55822755 C6_control_A3 +LQ00X005680 Hypothetical protein 6.59484949 C6_control_B1 +LQ00X005680 Hypothetical protein 5.706804284 C6_control_B2 +LQ00X005680 Hypothetical protein 6.225427135 C6_control_B3 +LQ00X005680 Hypothetical protein 5.519161147 C6_control_C1 +LQ00X005680 Hypothetical protein 6.670507761 C6_control_C2 +LQ00X005680 Hypothetical protein 5.440218158 C6_control_C3 +LQ00X005680 Hypothetical protein 6.003110762 C6_chemical_A1 +LQ00X005680 Hypothetical protein 6.121951497 C6_chemical_A3 +LQ00X005680 Hypothetical protein 6.285980266 C6_chemical_B1 +LQ00X005680 Hypothetical protein 5.76718685 C6_chemical_B2 +LQ00X005680 Hypothetical protein 6.471055457 C6_chemical_B3 +LQ00X005680 Hypothetical protein 5.479367925 C6_chemical_C1 +LQ00X005680 Hypothetical protein 5.519302709 C6_chemical_C2 +LQ00X005680 Hypothetical protein 5.337926688 C6_chemical_C3 +LQ00X005680 Hypothetical protein 5.614557112 L4_control_A1 +LQ00X005680 Hypothetical protein 5.888902943 L4_control_A2 +LQ00X005680 Hypothetical protein 6.553847739 L4_control_A3 +LQ00X005680 Hypothetical protein 5.515976811 L4_control_B1 +LQ00X005680 Hypothetical protein 5.818476214 L4_control_B2 +LQ00X005680 Hypothetical protein 5.830933706 L4_control_B3 +LQ00X005680 Hypothetical protein 5.221179278 L4_control_C2 +LQ00X005680 Hypothetical protein 5.781571472 L4_control_C3 +LQ00X005680 Hypothetical protein 5.429150341 L4_chemical_A1 +LQ00X005680 Hypothetical protein 6.369944206 L4_chemical_A2 +LQ00X005680 Hypothetical protein 6.486914471 L4_chemical_A3 +LQ00X005680 Hypothetical protein 6.58971483 L4_chemical_B1 +LQ00X005680 Hypothetical protein 5.000076723 L4_chemical_B2 +LQ00X005680 Hypothetical protein 5.577965395 L4_chemical_B3 +LQ00X005680 Hypothetical protein 5.312054196 L4_chemical_C2 +LQ00X005680 Hypothetical protein 6.225560503 L4_chemical_C3 +LQ00X005690 Putative Bystin 12.04149549 C6_control_A1 +LQ00X005690 Putative Bystin 12.0915727 C6_control_A3 +LQ00X005690 Putative Bystin 11.56418025 C6_control_B1 +LQ00X005690 Putative Bystin 10.89805426 C6_control_B2 +LQ00X005690 Putative Bystin 11.39555205 C6_control_B3 +LQ00X005690 Putative Bystin 11.23518781 C6_control_C1 +LQ00X005690 Putative Bystin 11.09003452 C6_control_C2 +LQ00X005690 Putative Bystin 10.6124054 C6_control_C3 +LQ00X005690 Putative Bystin 11.92373723 C6_chemical_A1 +LQ00X005690 Putative Bystin 11.55248336 C6_chemical_A3 +LQ00X005690 Putative Bystin 11.41287069 C6_chemical_B1 +LQ00X005690 Putative Bystin 10.71261306 C6_chemical_B2 +LQ00X005690 Putative Bystin 11.25883201 C6_chemical_B3 +LQ00X005690 Putative Bystin 11.03106855 C6_chemical_C1 +LQ00X005690 Putative Bystin 11.13281057 C6_chemical_C2 +LQ00X005690 Putative Bystin 10.82338634 C6_chemical_C3 +LQ00X005690 Putative Bystin 12.06571505 L4_control_A1 +LQ00X005690 Putative Bystin 12.37961489 L4_control_A2 +LQ00X005690 Putative Bystin 12.83900628 L4_control_A3 +LQ00X005690 Putative Bystin 12.01460825 L4_control_B1 +LQ00X005690 Putative Bystin 12.7244081 L4_control_B2 +LQ00X005690 Putative Bystin 12.06946637 L4_control_B3 +LQ00X005690 Putative Bystin 12.68146693 L4_control_C2 +LQ00X005690 Putative Bystin 12.89218917 L4_control_C3 +LQ00X005690 Putative Bystin 11.72046155 L4_chemical_A1 +LQ00X005690 Putative Bystin 11.81772193 L4_chemical_A2 +LQ00X005690 Putative Bystin 12.26632721 L4_chemical_A3 +LQ00X005690 Putative Bystin 12.25566355 L4_chemical_B1 +LQ00X005690 Putative Bystin 12.0636012 L4_chemical_B2 +LQ00X005690 Putative Bystin 11.61128611 L4_chemical_B3 +LQ00X005690 Putative Bystin 12.49672618 L4_chemical_C2 +LQ00X005690 Putative Bystin 12.67816703 L4_chemical_C3 +LQ00X005700 Hypothetical protein 4.855602212 C6_control_A1 +LQ00X005700 Hypothetical protein 4.757955733 C6_control_A3 +LQ00X005700 Hypothetical protein 4.928842683 C6_control_B1 +LQ00X005700 Hypothetical protein 4.78338797 C6_control_B2 +LQ00X005700 Hypothetical protein 4.76317715 C6_control_B3 +LQ00X005700 Hypothetical protein 4.79428849 C6_control_C1 +LQ00X005700 Hypothetical protein 4.569866709 C6_control_C2 +LQ00X005700 Hypothetical protein 4.849518419 C6_control_C3 +LQ00X005700 Hypothetical protein 5.051508825 C6_chemical_A1 +LQ00X005700 Hypothetical protein 4.716285099 C6_chemical_A3 +LQ00X005700 Hypothetical protein 5.433162187 C6_chemical_B1 +LQ00X005700 Hypothetical protein 4.831895937 C6_chemical_B2 +LQ00X005700 Hypothetical protein 4.705474558 C6_chemical_B3 +LQ00X005700 Hypothetical protein 4.579408801 C6_chemical_C1 +LQ00X005700 Hypothetical protein 4.775261226 C6_chemical_C2 +LQ00X005700 Hypothetical protein 4.797924626 C6_chemical_C3 +LQ00X005700 Hypothetical protein 4.801994647 L4_control_A1 +LQ00X005700 Hypothetical protein 5.037546905 L4_control_A2 +LQ00X005700 Hypothetical protein 5.088326176 L4_control_A3 +LQ00X005700 Hypothetical protein 4.601462908 L4_control_B1 +LQ00X005700 Hypothetical protein 5.314214022 L4_control_B2 +LQ00X005700 Hypothetical protein 4.996430992 L4_control_B3 +LQ00X005700 Hypothetical protein 4.799631724 L4_control_C2 +LQ00X005700 Hypothetical protein 5.238219867 L4_control_C3 +LQ00X005700 Hypothetical protein 4.762164562 L4_chemical_A1 +LQ00X005700 Hypothetical protein 4.851731011 L4_chemical_A2 +LQ00X005700 Hypothetical protein 5.084203742 L4_chemical_A3 +LQ00X005700 Hypothetical protein 4.884238927 L4_chemical_B1 +LQ00X005700 Hypothetical protein 4.643796022 L4_chemical_B2 +LQ00X005700 Hypothetical protein 4.823734169 L4_chemical_B3 +LQ00X005700 Hypothetical protein 4.782314802 L4_chemical_C2 +LQ00X005700 Hypothetical protein 4.719064971 L4_chemical_C3 +LQ00X005710 Hypothetical protein 6.411993698 C6_control_A1 +LQ00X005710 Hypothetical protein 6.016927105 C6_control_A3 +LQ00X005710 Hypothetical protein 5.37660622 C6_control_B1 +LQ00X005710 Hypothetical protein 5.308238275 C6_control_B2 +LQ00X005710 Hypothetical protein 5.125226487 C6_control_B3 +LQ00X005710 Hypothetical protein 5.222635314 C6_control_C1 +LQ00X005710 Hypothetical protein 5.148676855 C6_control_C2 +LQ00X005710 Hypothetical protein 5.222244055 C6_control_C3 +LQ00X005710 Hypothetical protein 5.895377011 C6_chemical_A1 +LQ00X005710 Hypothetical protein 5.87297327 C6_chemical_A3 +LQ00X005710 Hypothetical protein 5.01724067 C6_chemical_B1 +LQ00X005710 Hypothetical protein 4.917328676 C6_chemical_B2 +LQ00X005710 Hypothetical protein 5.046941485 C6_chemical_B3 +LQ00X005710 Hypothetical protein 5.287034152 C6_chemical_C1 +LQ00X005710 Hypothetical protein 5.311464998 C6_chemical_C2 +LQ00X005710 Hypothetical protein 5.182077545 C6_chemical_C3 +LQ00X005710 Hypothetical protein 6.746922636 L4_control_A1 +LQ00X005710 Hypothetical protein 5.559667416 L4_control_A2 +LQ00X005710 Hypothetical protein 6.559324027 L4_control_A3 +LQ00X005710 Hypothetical protein 6.065268427 L4_control_B1 +LQ00X005710 Hypothetical protein 5.458206751 L4_control_B2 +LQ00X005710 Hypothetical protein 5.947821174 L4_control_B3 +LQ00X005710 Hypothetical protein 5.047659686 L4_control_C2 +LQ00X005710 Hypothetical protein 5.371398671 L4_control_C3 +LQ00X005710 Hypothetical protein 7.767454391 L4_chemical_A1 +LQ00X005710 Hypothetical protein 6.825319501 L4_chemical_A2 +LQ00X005710 Hypothetical protein 5.954919664 L4_chemical_A3 +LQ00X005710 Hypothetical protein 6.206738081 L4_chemical_B1 +LQ00X005710 Hypothetical protein 5.497431984 L4_chemical_B2 +LQ00X005710 Hypothetical protein 5.212555187 L4_chemical_B3 +LQ00X005710 Hypothetical protein 5.848902696 L4_chemical_C2 +LQ00X005710 Hypothetical protein 5.070079083 L4_chemical_C3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.532863 C6_control_A1 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.06228999 C6_control_A3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.0187126 C6_control_B1 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.39014494 C6_control_B2 +LQ00X006190 Putative UPF0301 protein Cag_1601 12.87535447 C6_control_B3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.94431851 C6_control_C1 +LQ00X006190 Putative UPF0301 protein Cag_1601 14.17352963 C6_control_C2 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.85888725 C6_control_C3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.60641157 C6_chemical_A1 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.3122113 C6_chemical_A3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.09628393 C6_chemical_B1 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.75305064 C6_chemical_B2 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.16908517 C6_chemical_B3 +LQ00X006190 Putative UPF0301 protein Cag_1601 14.07802892 C6_chemical_C1 +LQ00X006190 Putative UPF0301 protein Cag_1601 14.0506722 C6_chemical_C2 +LQ00X006190 Putative UPF0301 protein Cag_1601 14.08878737 C6_chemical_C3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.37937097 L4_control_A1 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.18826294 L4_control_A2 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.09706798 L4_control_A3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.16145967 L4_control_B1 +LQ00X006190 Putative UPF0301 protein Cag_1601 12.71891108 L4_control_B2 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.61030367 L4_control_B3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.30897076 L4_control_C2 +LQ00X006190 Putative UPF0301 protein Cag_1601 12.86593649 L4_control_C3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.93601409 L4_chemical_A1 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.75985297 L4_chemical_A2 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.5344767 L4_chemical_A3 +LQ00X006190 Putative UPF0301 protein Cag_1601 12.85200494 L4_chemical_B1 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.02895928 L4_chemical_B2 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.45762365 L4_chemical_B3 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.42635933 L4_chemical_C2 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.1043717 L4_chemical_C3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.810130469 C6_control_A1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.619509797 C6_control_A3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.734040062 C6_control_B1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.579629501 C6_control_B2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.739189958 C6_control_B3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.94091051 C6_control_C1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.618406444 C6_control_C2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.670240559 C6_control_C3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.637484517 C6_chemical_A1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.763732977 C6_chemical_A3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.864308676 C6_chemical_B1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.569015883 C6_chemical_B2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.580162298 C6_chemical_B3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.95422879 C6_chemical_C1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.779492577 C6_chemical_C2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.573783388 C6_chemical_C3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.669152204 L4_control_A1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.916479204 L4_control_A2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.847034267 L4_control_A3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 5.675437586 L4_control_B1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.86791499 L4_control_B2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.993431654 L4_control_B3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 5.181603793 L4_control_C2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 5.509446688 L4_control_C3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 5.001556487 L4_chemical_A1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.623410067 L4_chemical_A2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.891744603 L4_chemical_A3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.896490089 L4_chemical_B1 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 5.015939457 L4_chemical_B2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 5.153415209 L4_chemical_B3 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.923529805 L4_chemical_C2 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 5.005713496 L4_chemical_C3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.2443056 C6_control_A1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.09902839 C6_control_A3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.40653947 C6_control_B1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.60019414 C6_control_B2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.72031641 C6_control_B3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 13.39259685 C6_control_C1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 13.51298905 C6_control_C2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 13.62993608 C6_control_C3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.37167426 C6_chemical_A1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 10.81883854 C6_chemical_A3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.60845535 C6_chemical_B1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.90426406 C6_chemical_B2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.92517522 C6_chemical_B3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 13.32068057 C6_chemical_C1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 13.39623218 C6_chemical_C2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 13.54801939 C6_chemical_C3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 10.98399221 L4_control_A1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 10.86114055 L4_control_A2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 9.748869948 L4_control_A3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.68810074 L4_control_B1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.19940526 L4_control_B2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.55603685 L4_control_B3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.16039029 L4_control_C2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.81345706 L4_control_C3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.56555375 L4_chemical_A1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.4619851 L4_chemical_A2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 10.17176035 L4_chemical_A3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.29283443 L4_chemical_B1 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.4404384 L4_chemical_B2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.11073946 L4_chemical_B3 +LQ00X006370 RING-H2 zinc finger protein RHA2a 12.11936358 L4_chemical_C2 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.96346 L4_chemical_C3 +LQ00X006460 Putative Predicted protein 5.390817266 C6_control_A1 +LQ00X006460 Putative Predicted protein 5.025126421 C6_control_A3 +LQ00X006460 Putative Predicted protein 5.707598294 C6_control_B1 +LQ00X006460 Putative Predicted protein 5.519938122 C6_control_B2 +LQ00X006460 Putative Predicted protein 5.388472566 C6_control_B3 +LQ00X006460 Putative Predicted protein 5.580210006 C6_control_C1 +LQ00X006460 Putative Predicted protein 5.411364312 C6_control_C2 +LQ00X006460 Putative Predicted protein 5.854327688 C6_control_C3 +LQ00X006460 Putative Predicted protein 5.52117722 C6_chemical_A1 +LQ00X006460 Putative Predicted protein 5.370720035 C6_chemical_A3 +LQ00X006460 Putative Predicted protein 5.35463343 C6_chemical_B1 +LQ00X006460 Putative Predicted protein 5.397750605 C6_chemical_B2 +LQ00X006460 Putative Predicted protein 5.027854164 C6_chemical_B3 +LQ00X006460 Putative Predicted protein 5.528908643 C6_chemical_C1 +LQ00X006460 Putative Predicted protein 5.649388047 C6_chemical_C2 +LQ00X006460 Putative Predicted protein 5.480412005 C6_chemical_C3 +LQ00X006460 Putative Predicted protein 5.279168562 L4_control_A1 +LQ00X006460 Putative Predicted protein 5.252950529 L4_control_A2 +LQ00X006460 Putative Predicted protein 5.863011297 L4_control_A3 +LQ00X006460 Putative Predicted protein 5.734657608 L4_control_B1 +LQ00X006460 Putative Predicted protein 5.672496258 L4_control_B2 +LQ00X006460 Putative Predicted protein 5.406091313 L4_control_B3 +LQ00X006460 Putative Predicted protein 5.788415221 L4_control_C2 +LQ00X006460 Putative Predicted protein 5.19482897 L4_control_C3 +LQ00X006460 Putative Predicted protein 5.359996027 L4_chemical_A1 +LQ00X006460 Putative Predicted protein 5.308861181 L4_chemical_A2 +LQ00X006460 Putative Predicted protein 5.488462318 L4_chemical_A3 +LQ00X006460 Putative Predicted protein 5.343626763 L4_chemical_B1 +LQ00X006460 Putative Predicted protein 5.271678739 L4_chemical_B2 +LQ00X006460 Putative Predicted protein 5.132863765 L4_chemical_B3 +LQ00X006460 Putative Predicted protein 6.524481574 L4_chemical_C2 +LQ00X006460 Putative Predicted protein 5.452759582 L4_chemical_C3 +LQ00X006470 Hypothetical protein 4.901168838 C6_control_A1 +LQ00X006470 Hypothetical protein 5.238739912 C6_control_A3 +LQ00X006470 Hypothetical protein 4.789857104 C6_control_B1 +LQ00X006470 Hypothetical protein 4.989790334 C6_control_B2 +LQ00X006470 Hypothetical protein 4.974723538 C6_control_B3 +LQ00X006470 Hypothetical protein 4.903478223 C6_control_C1 +LQ00X006470 Hypothetical protein 4.804635718 C6_control_C2 +LQ00X006470 Hypothetical protein 4.996807399 C6_control_C3 +LQ00X006470 Hypothetical protein 5.126551809 C6_chemical_A1 +LQ00X006470 Hypothetical protein 5.113384314 C6_chemical_A3 +LQ00X006470 Hypothetical protein 4.717500196 C6_chemical_B1 +LQ00X006470 Hypothetical protein 4.864416624 C6_chemical_B2 +LQ00X006470 Hypothetical protein 5.02484068 C6_chemical_B3 +LQ00X006470 Hypothetical protein 4.817596924 C6_chemical_C1 +LQ00X006470 Hypothetical protein 4.84427865 C6_chemical_C2 +LQ00X006470 Hypothetical protein 4.738925607 C6_chemical_C3 +LQ00X006470 Hypothetical protein 5.042765518 L4_control_A1 +LQ00X006470 Hypothetical protein 4.988079459 L4_control_A2 +LQ00X006470 Hypothetical protein 5.045380804 L4_control_A3 +LQ00X006470 Hypothetical protein 5.45463619 L4_control_B1 +LQ00X006470 Hypothetical protein 5.100800835 L4_control_B2 +LQ00X006470 Hypothetical protein 4.901767428 L4_control_B3 +LQ00X006470 Hypothetical protein 4.623088023 L4_control_C2 +LQ00X006470 Hypothetical protein 5.331349644 L4_control_C3 +LQ00X006470 Hypothetical protein 5.137078804 L4_chemical_A1 +LQ00X006470 Hypothetical protein 4.8882511 L4_chemical_A2 +LQ00X006470 Hypothetical protein 5.233239861 L4_chemical_A3 +LQ00X006470 Hypothetical protein 5.260540384 L4_chemical_B1 +LQ00X006470 Hypothetical protein 5.072788873 L4_chemical_B2 +LQ00X006470 Hypothetical protein 5.347307031 L4_chemical_B3 +LQ00X006470 Hypothetical protein 5.27565867 L4_chemical_C2 +LQ00X006470 Hypothetical protein 5.119798744 L4_chemical_C3 +LQ00X006490 At2g18840 13.28195426 C6_control_A1 +LQ00X006490 At2g18840 13.07603375 C6_control_A3 +LQ00X006490 At2g18840 13.4668585 C6_control_B1 +LQ00X006490 At2g18840 13.35193109 C6_control_B2 +LQ00X006490 At2g18840 13.31040284 C6_control_B3 +LQ00X006490 At2g18840 12.93334724 C6_control_C1 +LQ00X006490 At2g18840 12.41102088 C6_control_C2 +LQ00X006490 At2g18840 12.54021285 C6_control_C3 +LQ00X006490 At2g18840 13.4632126 C6_chemical_A1 +LQ00X006490 At2g18840 13.30414402 C6_chemical_A3 +LQ00X006490 At2g18840 13.34555253 C6_chemical_B1 +LQ00X006490 At2g18840 13.19285056 C6_chemical_B2 +LQ00X006490 At2g18840 13.08219596 C6_chemical_B3 +LQ00X006490 At2g18840 12.81658293 C6_chemical_C1 +LQ00X006490 At2g18840 12.57882272 C6_chemical_C2 +LQ00X006490 At2g18840 12.42166312 C6_chemical_C3 +LQ00X006490 At2g18840 13.31190881 L4_control_A1 +LQ00X006490 At2g18840 13.11909469 L4_control_A2 +LQ00X006490 At2g18840 13.12377835 L4_control_A3 +LQ00X006490 At2g18840 13.21711443 L4_control_B1 +LQ00X006490 At2g18840 13.04666334 L4_control_B2 +LQ00X006490 At2g18840 12.96874843 L4_control_B3 +LQ00X006490 At2g18840 12.84991862 L4_control_C2 +LQ00X006490 At2g18840 12.59267837 L4_control_C3 +LQ00X006490 At2g18840 13.24776745 L4_chemical_A1 +LQ00X006490 At2g18840 12.93413057 L4_chemical_A2 +LQ00X006490 At2g18840 13.20222445 L4_chemical_A3 +LQ00X006490 At2g18840 13.36850364 L4_chemical_B1 +LQ00X006490 At2g18840 13.1586663 L4_chemical_B2 +LQ00X006490 At2g18840 13.18183058 L4_chemical_B3 +LQ00X006490 At2g18840 12.74768736 L4_chemical_C2 +LQ00X006490 At2g18840 12.77509032 L4_chemical_C3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.846211496 C6_control_A1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.773114857 C6_control_A3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.655016655 C6_control_B1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.476538828 C6_control_B2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.590139379 C6_control_B3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.287459734 C6_control_C1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 6.142001574 C6_control_C2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.473380392 C6_control_C3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.690361297 C6_chemical_A1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.379968601 C6_chemical_A3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.281427045 C6_chemical_B1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.523217095 C6_chemical_B2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.450002606 C6_chemical_B3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.680591942 C6_chemical_C1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.280428333 C6_chemical_C2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.661824339 C6_chemical_C3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.916051614 L4_control_A1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 6.353421389 L4_control_A2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 6.70982761 L4_control_A3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.252316834 L4_control_B1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.950303368 L4_control_B2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.754882575 L4_control_B3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.852951425 L4_control_C2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.546004641 L4_control_C3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.553467486 L4_chemical_A1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 6.153874643 L4_chemical_A2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 6.287839436 L4_chemical_A3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.654299059 L4_chemical_B1 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.623610949 L4_chemical_B2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.714569082 L4_chemical_B3 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.679498376 L4_chemical_C2 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.716088109 L4_chemical_C3 +LQ00X006591 Retrotransposon gag protein 4.895697499 C6_control_A1 +LQ00X006591 Retrotransposon gag protein 5.324127554 C6_control_A3 +LQ00X006591 Retrotransposon gag protein 5.030519532 C6_control_B1 +LQ00X006591 Retrotransposon gag protein 5.048598125 C6_control_B2 +LQ00X006591 Retrotransposon gag protein 5.176426091 C6_control_B3 +LQ00X006591 Retrotransposon gag protein 5.364655215 C6_control_C1 +LQ00X006591 Retrotransposon gag protein 5.126652127 C6_control_C2 +LQ00X006591 Retrotransposon gag protein 5.146616805 C6_control_C3 +LQ00X006591 Retrotransposon gag protein 5.012246094 C6_chemical_A1 +LQ00X006591 Retrotransposon gag protein 5.186566282 C6_chemical_A3 +LQ00X006591 Retrotransposon gag protein 4.778625975 C6_chemical_B1 +LQ00X006591 Retrotransposon gag protein 5.109560659 C6_chemical_B2 +LQ00X006591 Retrotransposon gag protein 5.02973583 C6_chemical_B3 +LQ00X006591 Retrotransposon gag protein 5.195998262 C6_chemical_C1 +LQ00X006591 Retrotransposon gag protein 5.259618462 C6_chemical_C2 +LQ00X006591 Retrotransposon gag protein 5.439607836 C6_chemical_C3 +LQ00X006591 Retrotransposon gag protein 5.046691142 L4_control_A1 +LQ00X006591 Retrotransposon gag protein 5.418746833 L4_control_A2 +LQ00X006591 Retrotransposon gag protein 5.330281399 L4_control_A3 +LQ00X006591 Retrotransposon gag protein 5.931116347 L4_control_B1 +LQ00X006591 Retrotransposon gag protein 5.036657764 L4_control_B2 +LQ00X006591 Retrotransposon gag protein 5.237648874 L4_control_B3 +LQ00X006591 Retrotransposon gag protein 6.327503975 L4_control_C2 +LQ00X006591 Retrotransposon gag protein 5.431807997 L4_control_C3 +LQ00X006591 Retrotransposon gag protein 5.20168274 L4_chemical_A1 +LQ00X006591 Retrotransposon gag protein 5.406452777 L4_chemical_A2 +LQ00X006591 Retrotransposon gag protein 5.114806233 L4_chemical_A3 +LQ00X006591 Retrotransposon gag protein 5.145173849 L4_chemical_B1 +LQ00X006591 Retrotransposon gag protein 5.2910516 L4_chemical_B2 +LQ00X006591 Retrotransposon gag protein 4.988416263 L4_chemical_B3 +LQ00X006591 Retrotransposon gag protein 5.200509495 L4_chemical_C2 +LQ00X006591 Retrotransposon gag protein 5.286200864 L4_chemical_C3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.923274948 C6_control_A1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.2701663 C6_control_A3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.002043431 C6_control_B1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.731974123 C6_control_B2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.973333563 C6_control_B3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.772441677 C6_control_C1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.152079423 C6_control_C2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.868710145 C6_control_C3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.635600324 C6_chemical_A1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.005923602 C6_chemical_A3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.41724201 C6_chemical_B1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.896008188 C6_chemical_B2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.681551569 C6_chemical_B3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.530014157 C6_chemical_C1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.719520263 C6_chemical_C2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.626127851 C6_chemical_C3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.786662928 L4_control_A1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.771851753 L4_control_A2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.122078944 L4_control_A3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.119317459 L4_control_B1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.433997565 L4_control_B2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.795844977 L4_control_B3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.243048293 L4_control_C2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.136334119 L4_control_C3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.036042593 L4_chemical_A1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.654348357 L4_chemical_A2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.979212427 L4_chemical_A3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.581033277 L4_chemical_B1 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.300712721 L4_chemical_B2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.687111425 L4_chemical_B3 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.236074822 L4_chemical_C2 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 5.041408839 L4_chemical_C3 +LQ00X006810 Hypothetical protein 5.191378416 C6_control_A1 +LQ00X006810 Hypothetical protein 5.22941019 C6_control_A3 +LQ00X006810 Hypothetical protein 5.19986884 C6_control_B1 +LQ00X006810 Hypothetical protein 5.174922124 C6_control_B2 +LQ00X006810 Hypothetical protein 5.153078254 C6_control_B3 +LQ00X006810 Hypothetical protein 5.018322781 C6_control_C1 +LQ00X006810 Hypothetical protein 5.420715637 C6_control_C2 +LQ00X006810 Hypothetical protein 5.096095711 C6_control_C3 +LQ00X006810 Hypothetical protein 5.107561785 C6_chemical_A1 +LQ00X006810 Hypothetical protein 5.008407361 C6_chemical_A3 +LQ00X006810 Hypothetical protein 5.008229264 C6_chemical_B1 +LQ00X006810 Hypothetical protein 5.157842546 C6_chemical_B2 +LQ00X006810 Hypothetical protein 4.952633215 C6_chemical_B3 +LQ00X006810 Hypothetical protein 5.084637191 C6_chemical_C1 +LQ00X006810 Hypothetical protein 5.236454437 C6_chemical_C2 +LQ00X006810 Hypothetical protein 5.082009873 C6_chemical_C3 +LQ00X006810 Hypothetical protein 5.083156164 L4_control_A1 +LQ00X006810 Hypothetical protein 5.23910747 L4_control_A2 +LQ00X006810 Hypothetical protein 6.018131012 L4_control_A3 +LQ00X006810 Hypothetical protein 5.248867656 L4_control_B1 +LQ00X006810 Hypothetical protein 5.532032588 L4_control_B2 +LQ00X006810 Hypothetical protein 4.929201199 L4_control_B3 +LQ00X006810 Hypothetical protein 4.930014334 L4_control_C2 +LQ00X006810 Hypothetical protein 5.536196498 L4_control_C3 +LQ00X006810 Hypothetical protein 4.823077512 L4_chemical_A1 +LQ00X006810 Hypothetical protein 5.115773468 L4_chemical_A2 +LQ00X006810 Hypothetical protein 5.513658338 L4_chemical_A3 +LQ00X006810 Hypothetical protein 4.952792221 L4_chemical_B1 +LQ00X006810 Hypothetical protein 5.374635805 L4_chemical_B2 +LQ00X006810 Hypothetical protein 5.071680777 L4_chemical_B3 +LQ00X006810 Hypothetical protein 4.748442453 L4_chemical_C2 +LQ00X006810 Hypothetical protein 5.17951177 L4_chemical_C3 +LQ00X006880 Hypothetical protein 4.810415544 C6_control_A1 +LQ00X006880 Hypothetical protein 4.849607703 C6_control_A3 +LQ00X006880 Hypothetical protein 4.823165751 C6_control_B1 +LQ00X006880 Hypothetical protein 4.659108809 C6_control_B2 +LQ00X006880 Hypothetical protein 5.586506545 C6_control_B3 +LQ00X006880 Hypothetical protein 5.094660315 C6_control_C1 +LQ00X006880 Hypothetical protein 4.751101899 C6_control_C2 +LQ00X006880 Hypothetical protein 4.635553391 C6_control_C3 +LQ00X006880 Hypothetical protein 4.991946032 C6_chemical_A1 +LQ00X006880 Hypothetical protein 4.965130136 C6_chemical_A3 +LQ00X006880 Hypothetical protein 4.868597436 C6_chemical_B1 +LQ00X006880 Hypothetical protein 4.7186863 C6_chemical_B2 +LQ00X006880 Hypothetical protein 5.041059456 C6_chemical_B3 +LQ00X006880 Hypothetical protein 5.132411896 C6_chemical_C1 +LQ00X006880 Hypothetical protein 4.517015302 C6_chemical_C2 +LQ00X006880 Hypothetical protein 5.169057286 C6_chemical_C3 +LQ00X006880 Hypothetical protein 4.975562592 L4_control_A1 +LQ00X006880 Hypothetical protein 5.110931832 L4_control_A2 +LQ00X006880 Hypothetical protein 5.112262478 L4_control_A3 +LQ00X006880 Hypothetical protein 5.771971707 L4_control_B1 +LQ00X006880 Hypothetical protein 4.948670185 L4_control_B2 +LQ00X006880 Hypothetical protein 4.923301587 L4_control_B3 +LQ00X006880 Hypothetical protein 5.373858858 L4_control_C2 +LQ00X006880 Hypothetical protein 7.31785155 L4_control_C3 +LQ00X006880 Hypothetical protein 5.343556145 L4_chemical_A1 +LQ00X006880 Hypothetical protein 5.042046422 L4_chemical_A2 +LQ00X006880 Hypothetical protein 5.127354087 L4_chemical_A3 +LQ00X006880 Hypothetical protein 5.019161316 L4_chemical_B1 +LQ00X006880 Hypothetical protein 4.955526278 L4_chemical_B2 +LQ00X006880 Hypothetical protein 4.928427575 L4_chemical_B3 +LQ00X006880 Hypothetical protein 5.634029365 L4_chemical_C2 +LQ00X006880 Hypothetical protein 6.673471465 L4_chemical_C3 +LQ00X006890 Putative uncharacterized protein 8.35037509 C6_control_A1 +LQ00X006890 Putative uncharacterized protein 8.495390255 C6_control_A3 +LQ00X006890 Putative uncharacterized protein 9.494492646 C6_control_B1 +LQ00X006890 Putative uncharacterized protein 10.17153564 C6_control_B2 +LQ00X006890 Putative uncharacterized protein 10.34019451 C6_control_B3 +LQ00X006890 Putative uncharacterized protein 11.30886969 C6_control_C1 +LQ00X006890 Putative uncharacterized protein 11.94695548 C6_control_C2 +LQ00X006890 Putative uncharacterized protein 11.82072145 C6_control_C3 +LQ00X006890 Putative uncharacterized protein 9.51593309 C6_chemical_A1 +LQ00X006890 Putative uncharacterized protein 9.419449558 C6_chemical_A3 +LQ00X006890 Putative uncharacterized protein 10.23384288 C6_chemical_B1 +LQ00X006890 Putative uncharacterized protein 10.8127529 C6_chemical_B2 +LQ00X006890 Putative uncharacterized protein 10.96201361 C6_chemical_B3 +LQ00X006890 Putative uncharacterized protein 12.11622471 C6_chemical_C1 +LQ00X006890 Putative uncharacterized protein 12.2273453 C6_chemical_C2 +LQ00X006890 Putative uncharacterized protein 12.66695616 C6_chemical_C3 +LQ00X006890 Putative uncharacterized protein 8.745490475 L4_control_A1 +LQ00X006890 Putative uncharacterized protein 7.442413036 L4_control_A2 +LQ00X006890 Putative uncharacterized protein 8.039027623 L4_control_A3 +LQ00X006890 Putative uncharacterized protein 9.053652229 L4_control_B1 +LQ00X006890 Putative uncharacterized protein 8.298525249 L4_control_B2 +LQ00X006890 Putative uncharacterized protein 10.75603931 L4_control_B3 +LQ00X006890 Putative uncharacterized protein 10.59714389 L4_control_C2 +LQ00X006890 Putative uncharacterized protein 10.49473496 L4_control_C3 +LQ00X006890 Putative uncharacterized protein 10.03418614 L4_chemical_A1 +LQ00X006890 Putative uncharacterized protein 7.792216417 L4_chemical_A2 +LQ00X006890 Putative uncharacterized protein 9.392766513 L4_chemical_A3 +LQ00X006890 Putative uncharacterized protein 8.451515663 L4_chemical_B1 +LQ00X006890 Putative uncharacterized protein 7.871271209 L4_chemical_B2 +LQ00X006890 Putative uncharacterized protein 9.72982345 L4_chemical_B3 +LQ00X006890 Putative uncharacterized protein 10.59587455 L4_chemical_C2 +LQ00X006890 Putative uncharacterized protein 11.20159799 L4_chemical_C3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.17306533 C6_control_A1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.14448579 C6_control_A3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.133117783 C6_control_B1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.648400594 C6_control_B2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.351527709 C6_control_B3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.41348995 C6_control_C1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.938110739 C6_control_C2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.95681465 C6_control_C3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.732744153 C6_chemical_A1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.3292523 C6_chemical_A3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.507120179 C6_chemical_B1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.217736506 C6_chemical_B2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 7.880169464 C6_chemical_B3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.09056218 C6_chemical_C1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.288534934 C6_chemical_C2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.494205414 C6_chemical_C3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.46966003 L4_control_A1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.43310107 L4_control_A2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.51876377 L4_control_A3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.968065241 L4_control_B1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.155848225 L4_control_B2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.501433902 L4_control_B3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.48240663 L4_control_C2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.684979743 L4_control_C3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.02166918 L4_chemical_A1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.815084397 L4_chemical_A2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.38881398 L4_chemical_A3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.149265989 L4_chemical_B1 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.503839338 L4_chemical_B2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 8.544487429 L4_chemical_B3 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 10.16000337 L4_chemical_C2 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.846475615 L4_chemical_C3 +LQ00X007030 Hypothetical protein 6.660721617 C6_control_A1 +LQ00X007030 Hypothetical protein 6.433602671 C6_control_A3 +LQ00X007030 Hypothetical protein 7.014351657 C6_control_B1 +LQ00X007030 Hypothetical protein 6.733127195 C6_control_B2 +LQ00X007030 Hypothetical protein 6.968011132 C6_control_B3 +LQ00X007030 Hypothetical protein 5.968440842 C6_control_C1 +LQ00X007030 Hypothetical protein 5.829839034 C6_control_C2 +LQ00X007030 Hypothetical protein 6.64542389 C6_control_C3 +LQ00X007030 Hypothetical protein 6.640863026 C6_chemical_A1 +LQ00X007030 Hypothetical protein 6.185618784 C6_chemical_A3 +LQ00X007030 Hypothetical protein 6.877047634 C6_chemical_B1 +LQ00X007030 Hypothetical protein 6.474306077 C6_chemical_B2 +LQ00X007030 Hypothetical protein 6.886266972 C6_chemical_B3 +LQ00X007030 Hypothetical protein 6.029708777 C6_chemical_C1 +LQ00X007030 Hypothetical protein 6.911693185 C6_chemical_C2 +LQ00X007030 Hypothetical protein 6.376601867 C6_chemical_C3 +LQ00X007030 Hypothetical protein 6.414501423 L4_control_A1 +LQ00X007030 Hypothetical protein 7.102599706 L4_control_A2 +LQ00X007030 Hypothetical protein 5.333319015 L4_control_A3 +LQ00X007030 Hypothetical protein 6.443194246 L4_control_B1 +LQ00X007030 Hypothetical protein 5.950064582 L4_control_B2 +LQ00X007030 Hypothetical protein 6.430091213 L4_control_B3 +LQ00X007030 Hypothetical protein 5.657902718 L4_control_C2 +LQ00X007030 Hypothetical protein 6.867215697 L4_control_C3 +LQ00X007030 Hypothetical protein 5.919045859 L4_chemical_A1 +LQ00X007030 Hypothetical protein 6.8427047 L4_chemical_A2 +LQ00X007030 Hypothetical protein 6.253639509 L4_chemical_A3 +LQ00X007030 Hypothetical protein 5.885132382 L4_chemical_B1 +LQ00X007030 Hypothetical protein 6.276714172 L4_chemical_B2 +LQ00X007030 Hypothetical protein 6.483285577 L4_chemical_B3 +LQ00X007030 Hypothetical protein 5.722547609 L4_chemical_C2 +LQ00X007030 Hypothetical protein 5.746740518 L4_chemical_C3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.16540849 C6_control_A1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.25583631 C6_control_A3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.96792301 C6_control_B1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.79220016 C6_control_B2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.96896957 C6_control_B3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.99738769 C6_control_C1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.06757092 C6_control_C2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.97453729 C6_control_C3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.15175979 C6_chemical_A1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.26655326 C6_chemical_A3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.02079606 C6_chemical_B1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.73217558 C6_chemical_B2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.92288317 C6_chemical_B3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.3692823 C6_chemical_C1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.01525821 C6_chemical_C2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.85398204 C6_chemical_C3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.13848809 L4_control_A1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.83723673 L4_control_A2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.05923469 L4_control_A3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.71804537 L4_control_B1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.17531942 L4_control_B2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.99051743 L4_control_B3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.97015475 L4_control_C2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.8371857 L4_control_C3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.07688255 L4_chemical_A1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.30547103 L4_chemical_A2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.81337114 L4_chemical_A3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.53877571 L4_chemical_B1 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.55207321 L4_chemical_B2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.90622127 L4_chemical_B3 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.09163986 L4_chemical_C2 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 11.84640463 L4_chemical_C3 +LQ00X007220 Predicted protein 12.11975282 C6_control_A1 +LQ00X007220 Predicted protein 10.95623126 C6_control_A3 +LQ00X007220 Predicted protein 12.56458234 C6_control_B1 +LQ00X007220 Predicted protein 12.76603123 C6_control_B2 +LQ00X007220 Predicted protein 12.12946214 C6_control_B3 +LQ00X007220 Predicted protein 13.67390146 C6_control_C1 +LQ00X007220 Predicted protein 13.4914924 C6_control_C2 +LQ00X007220 Predicted protein 12.54512366 C6_control_C3 +LQ00X007220 Predicted protein 12.43755678 C6_chemical_A1 +LQ00X007220 Predicted protein 11.32008247 C6_chemical_A3 +LQ00X007220 Predicted protein 12.95209187 C6_chemical_B1 +LQ00X007220 Predicted protein 13.22354818 C6_chemical_B2 +LQ00X007220 Predicted protein 11.84916793 C6_chemical_B3 +LQ00X007220 Predicted protein 13.73421447 C6_chemical_C1 +LQ00X007220 Predicted protein 13.6856244 C6_chemical_C2 +LQ00X007220 Predicted protein 13.2057134 C6_chemical_C3 +LQ00X007220 Predicted protein 11.3117114 L4_control_A1 +LQ00X007220 Predicted protein 12.09683445 L4_control_A2 +LQ00X007220 Predicted protein 11.54666791 L4_control_A3 +LQ00X007220 Predicted protein 12.76994312 L4_control_B1 +LQ00X007220 Predicted protein 12.68687207 L4_control_B2 +LQ00X007220 Predicted protein 12.23970004 L4_control_B3 +LQ00X007220 Predicted protein 13.46176674 L4_control_C2 +LQ00X007220 Predicted protein 12.76537297 L4_control_C3 +LQ00X007220 Predicted protein 11.01612109 L4_chemical_A1 +LQ00X007220 Predicted protein 11.82104793 L4_chemical_A2 +LQ00X007220 Predicted protein 11.40625987 L4_chemical_A3 +LQ00X007220 Predicted protein 12.57126098 L4_chemical_B1 +LQ00X007220 Predicted protein 12.40893894 L4_chemical_B2 +LQ00X007220 Predicted protein 11.46156977 L4_chemical_B3 +LQ00X007220 Predicted protein 13.2159644 L4_chemical_C2 +LQ00X007220 Predicted protein 13.1533324 L4_chemical_C3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.07076984 C6_control_A1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.01172904 C6_control_A3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.42779666 C6_control_B1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.21604113 C6_control_B2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.24191309 C6_control_B3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 15.0261407 C6_control_C1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.61480769 C6_control_C2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.122769 C6_control_C3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.45599186 C6_chemical_A1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.26511281 C6_chemical_A3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.0359766 C6_chemical_B1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.63360237 C6_chemical_B2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.11037307 C6_chemical_B3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 15.47853155 C6_chemical_C1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 15.04778489 C6_chemical_C2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.74380175 C6_chemical_C3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.28377938 L4_control_A1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.47324449 L4_control_A2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.03917796 L4_control_A3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.72368392 L4_control_B1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.90512847 L4_control_B2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.77199501 L4_control_B3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.22202765 L4_control_C2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.93976088 L4_control_C3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.09845014 L4_chemical_A1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.75634651 L4_chemical_A2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.44869572 L4_chemical_A3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.64329721 L4_chemical_B1 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.32552359 L4_chemical_B2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.50599531 L4_chemical_B3 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.35898505 L4_chemical_C2 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.02704428 L4_chemical_C3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.515159009 C6_control_A1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.064032408 C6_control_A3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 9.151941913 C6_control_B1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 10.34194909 C6_control_B2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 10.0583894 C6_control_B3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.884213817 C6_control_C1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.511657363 C6_control_C2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.567713299 C6_control_C3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.738582894 C6_chemical_A1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.173955349 C6_chemical_A3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 9.047313039 C6_chemical_B1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 10.18896994 C6_chemical_B2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 10.39291847 C6_chemical_B3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.813566835 C6_chemical_C1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 7.99765762 C6_chemical_C2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 7.722869806 C6_chemical_C3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.68759624 L4_control_A1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.16678078 L4_control_A2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 7.816420244 L4_control_A3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 9.628329862 L4_control_B1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.893665087 L4_control_B2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 10.75572969 L4_control_B3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 7.766500425 L4_control_C2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 7.356352514 L4_control_C3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.121510709 L4_chemical_A1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.321492669 L4_chemical_A2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 6.903011871 L4_chemical_A3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 9.088243185 L4_chemical_B1 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 9.47318182 L4_chemical_B2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 9.454012865 L4_chemical_B3 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 7.636797641 L4_chemical_C2 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 7.129222062 L4_chemical_C3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.01094588 C6_control_A1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.487088517 C6_control_A3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.99065539 C6_control_B1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.984554449 C6_control_B2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.913274312 C6_control_B3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.309511383 C6_control_C1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.464693017 C6_control_C2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.745396258 C6_control_C3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.544236038 C6_chemical_A1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 7.044832123 C6_chemical_A3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.003637776 C6_chemical_B1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.030377735 C6_chemical_B2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.565367632 C6_chemical_B3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.418284455 C6_chemical_C1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.674486386 C6_chemical_C2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.491524027 C6_chemical_C3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 7.889406776 L4_control_A1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.642538586 L4_control_A2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.217920187 L4_control_A3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.691991722 L4_control_B1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.943248753 L4_control_B2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.408131807 L4_control_B3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.293780206 L4_control_C2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.645694444 L4_control_C3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 9.577860633 L4_chemical_A1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.546182405 L4_chemical_A2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.119780606 L4_chemical_A3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 7.236128378 L4_chemical_B1 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.985058287 L4_chemical_B2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 7.581763539 L4_chemical_B3 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 7.544697613 L4_chemical_C2 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 7.346558158 L4_chemical_C3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.205396385 C6_control_A1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.849452159 C6_control_A3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.430332409 C6_control_B1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 6.421126538 C6_control_B2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.057678228 C6_control_B3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 8.376917496 C6_control_C1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 7.176341044 C6_control_C2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 7.605069525 C6_control_C3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.422620647 C6_chemical_A1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.069077161 C6_chemical_A3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.884831251 C6_chemical_B1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 6.625453988 C6_chemical_B2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.642670017 C6_chemical_B3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 8.29091226 C6_chemical_C1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 8.079400546 C6_chemical_C2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 8.112922019 C6_chemical_C3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.269964091 L4_control_A1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.032747937 L4_control_A2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.149258812 L4_control_A3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.966153318 L4_control_B1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.68374101 L4_control_B2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 6.016367264 L4_control_B3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.736158274 L4_control_C2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 6.302831138 L4_control_C3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.242088293 L4_chemical_A1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.224930622 L4_chemical_A2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.319143886 L4_chemical_A3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.97311484 L4_chemical_B1 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.903133274 L4_chemical_B2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.665246436 L4_chemical_B3 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.387133845 L4_chemical_C2 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.255190413 L4_chemical_C3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.728364072 C6_control_A1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 6.272759255 C6_control_A3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.207897748 C6_control_B1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.53337312 C6_control_B2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.514660042 C6_control_B3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.728015474 C6_control_C1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 6.091620199 C6_control_C2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.719147641 C6_control_C3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.561174968 C6_chemical_A1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.935021047 C6_chemical_A3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.774716765 C6_chemical_B1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.646773784 C6_chemical_B2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.479869433 C6_chemical_B3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.82093629 C6_chemical_C1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.807949341 C6_chemical_C2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.104848854 C6_chemical_C3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.598059906 L4_control_A1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.90916872 L4_control_A2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 6.222962661 L4_control_A3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.672881621 L4_control_B1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.729725754 L4_control_B2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.683973769 L4_control_B3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.628727686 L4_control_C2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.948469944 L4_control_C3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.976532369 L4_chemical_A1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.916643326 L4_chemical_A2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 6.321615573 L4_chemical_A3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.41365159 L4_chemical_B1 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.405605644 L4_chemical_B2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.382286738 L4_chemical_B3 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 6.070255009 L4_chemical_C2 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.202267034 L4_chemical_C3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.9091698 C6_control_A1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.64427215 C6_control_A3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.55720978 C6_control_B1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.3430095 C6_control_B2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.56271361 C6_control_B3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.61103782 C6_control_C1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.41446683 C6_control_C2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.47696907 C6_control_C3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.93986957 C6_chemical_A1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.57778903 C6_chemical_A3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.62389792 C6_chemical_B1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.37815697 C6_chemical_B2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.43081375 C6_chemical_B3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.53586572 C6_chemical_C1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.32069328 C6_chemical_C2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.23613798 C6_chemical_C3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.61493948 L4_control_A1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.85887401 L4_control_A2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.85419513 L4_control_A3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.42961584 L4_control_B1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.60766526 L4_control_B2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.66908445 L4_control_B3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.48642488 L4_control_C2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.68407165 L4_control_C3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.81774482 L4_chemical_A1 +LQ00X007710 Regulator of ribonuclease-like protein 3 14.18921933 L4_chemical_A2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.75914194 L4_chemical_A3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.59150727 L4_chemical_B1 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.61070266 L4_chemical_B2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.39404641 L4_chemical_B3 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.85342556 L4_chemical_C2 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.55491779 L4_chemical_C3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 9.809246795 C6_control_A1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.88610178 C6_control_A3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 10.05171145 C6_control_B1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 9.965961281 C6_control_B2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 10.58820957 C6_control_B3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 10.19604651 C6_control_C1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.57538054 C6_control_C2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 10.9601069 C6_control_C3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.93684834 C6_chemical_A1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.8047165 C6_chemical_A3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.91005883 C6_chemical_B1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 12.0369075 C6_chemical_B2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 12.01040739 C6_chemical_B3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.76789105 C6_chemical_C1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 12.7090121 C6_chemical_C2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 12.37121927 C6_chemical_C3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.75535056 L4_control_A1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 12.30641303 L4_control_A2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.42649804 L4_control_A3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 12.5263419 L4_control_B1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.72308711 L4_control_B2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.6561566 L4_control_B3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 12.11861816 L4_control_C2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.46530195 L4_control_C3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.86400568 L4_chemical_A1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 12.36754264 L4_chemical_A2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.85691696 L4_chemical_A3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.90269477 L4_chemical_B1 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.85751626 L4_chemical_B2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.98480913 L4_chemical_B3 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.99139164 L4_chemical_C2 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.87160562 L4_chemical_C3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.86056288 C6_control_A1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.919873976 C6_control_A3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 8.238829295 C6_control_B1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.364984431 C6_control_B2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.530332782 C6_control_B3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 4.851627528 C6_control_C1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 6.596168395 C6_control_C2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 6.772536049 C6_control_C3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.710588592 C6_chemical_A1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 8.842344237 C6_chemical_A3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.589139525 C6_chemical_B1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.543839729 C6_chemical_B2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.289825979 C6_chemical_B3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 5.693435665 C6_chemical_C1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 4.95996247 C6_chemical_C2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.050686463 C6_chemical_C3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.394686716 L4_control_A1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.974734053 L4_control_A2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.961876865 L4_control_A3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.829209691 L4_control_B1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.665601429 L4_control_B2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 6.77450843 L4_control_B3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 6.033468745 L4_control_C2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 6.117135255 L4_control_C3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.400709123 L4_chemical_A1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.221417671 L4_chemical_A2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 6.961305888 L4_chemical_A3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.552937676 L4_chemical_B1 +LQ00X007730 Putative Myrcene synthase, chloroplastic 8.344882802 L4_chemical_B2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.548907055 L4_chemical_B3 +LQ00X007730 Putative Myrcene synthase, chloroplastic 5.990849241 L4_chemical_C2 +LQ00X007730 Putative Myrcene synthase, chloroplastic 7.052006719 L4_chemical_C3 +LQ00X007890 Predicted protein (Fragment) 5.509377402 C6_control_A1 +LQ00X007890 Predicted protein (Fragment) 5.317038231 C6_control_A3 +LQ00X007890 Predicted protein (Fragment) 4.809103344 C6_control_B1 +LQ00X007890 Predicted protein (Fragment) 5.15715902 C6_control_B2 +LQ00X007890 Predicted protein (Fragment) 5.372312075 C6_control_B3 +LQ00X007890 Predicted protein (Fragment) 4.659463642 C6_control_C1 +LQ00X007890 Predicted protein (Fragment) 5.527973153 C6_control_C2 +LQ00X007890 Predicted protein (Fragment) 4.641044737 C6_control_C3 +LQ00X007890 Predicted protein (Fragment) 5.481487649 C6_chemical_A1 +LQ00X007890 Predicted protein (Fragment) 5.282916316 C6_chemical_A3 +LQ00X007890 Predicted protein (Fragment) 5.107898319 C6_chemical_B1 +LQ00X007890 Predicted protein (Fragment) 5.499378498 C6_chemical_B2 +LQ00X007890 Predicted protein (Fragment) 5.066322304 C6_chemical_B3 +LQ00X007890 Predicted protein (Fragment) 4.865695172 C6_chemical_C1 +LQ00X007890 Predicted protein (Fragment) 5.009758139 C6_chemical_C2 +LQ00X007890 Predicted protein (Fragment) 4.888369737 C6_chemical_C3 +LQ00X007890 Predicted protein (Fragment) 4.988565809 L4_control_A1 +LQ00X007890 Predicted protein (Fragment) 5.184001055 L4_control_A2 +LQ00X007890 Predicted protein (Fragment) 5.033708214 L4_control_A3 +LQ00X007890 Predicted protein (Fragment) 5.144123693 L4_control_B1 +LQ00X007890 Predicted protein (Fragment) 5.722085364 L4_control_B2 +LQ00X007890 Predicted protein (Fragment) 4.934107496 L4_control_B3 +LQ00X007890 Predicted protein (Fragment) 5.25585753 L4_control_C2 +LQ00X007890 Predicted protein (Fragment) 4.791145943 L4_control_C3 +LQ00X007890 Predicted protein (Fragment) 5.138324695 L4_chemical_A1 +LQ00X007890 Predicted protein (Fragment) 5.190617262 L4_chemical_A2 +LQ00X007890 Predicted protein (Fragment) 5.411903695 L4_chemical_A3 +LQ00X007890 Predicted protein (Fragment) 5.185589788 L4_chemical_B1 +LQ00X007890 Predicted protein (Fragment) 5.398264581 L4_chemical_B2 +LQ00X007890 Predicted protein (Fragment) 5.412815248 L4_chemical_B3 +LQ00X007890 Predicted protein (Fragment) 5.673139099 L4_chemical_C2 +LQ00X007890 Predicted protein (Fragment) 5.181547226 L4_chemical_C3 +LQ00X007940 Uncharacterized protein At5g39865 5.217053646 C6_control_A1 +LQ00X007940 Uncharacterized protein At5g39865 5.55169581 C6_control_A3 +LQ00X007940 Uncharacterized protein At5g39865 5.509418123 C6_control_B1 +LQ00X007940 Uncharacterized protein At5g39865 5.670857269 C6_control_B2 +LQ00X007940 Uncharacterized protein At5g39865 6.021156105 C6_control_B3 +LQ00X007940 Uncharacterized protein At5g39865 5.444648016 C6_control_C1 +LQ00X007940 Uncharacterized protein At5g39865 5.293697355 C6_control_C2 +LQ00X007940 Uncharacterized protein At5g39865 5.653981305 C6_control_C3 +LQ00X007940 Uncharacterized protein At5g39865 5.19198361 C6_chemical_A1 +LQ00X007940 Uncharacterized protein At5g39865 5.502666218 C6_chemical_A3 +LQ00X007940 Uncharacterized protein At5g39865 5.413213664 C6_chemical_B1 +LQ00X007940 Uncharacterized protein At5g39865 5.934688994 C6_chemical_B2 +LQ00X007940 Uncharacterized protein At5g39865 5.357326845 C6_chemical_B3 +LQ00X007940 Uncharacterized protein At5g39865 5.448873627 C6_chemical_C1 +LQ00X007940 Uncharacterized protein At5g39865 5.680537079 C6_chemical_C2 +LQ00X007940 Uncharacterized protein At5g39865 5.141051557 C6_chemical_C3 +LQ00X007940 Uncharacterized protein At5g39865 6.075872731 L4_control_A1 +LQ00X007940 Uncharacterized protein At5g39865 5.950798552 L4_control_A2 +LQ00X007940 Uncharacterized protein At5g39865 6.15123917 L4_control_A3 +LQ00X007940 Uncharacterized protein At5g39865 6.739283703 L4_control_B1 +LQ00X007940 Uncharacterized protein At5g39865 6.326540692 L4_control_B2 +LQ00X007940 Uncharacterized protein At5g39865 6.288365245 L4_control_B3 +LQ00X007940 Uncharacterized protein At5g39865 5.818161196 L4_control_C2 +LQ00X007940 Uncharacterized protein At5g39865 6.636586116 L4_control_C3 +LQ00X007940 Uncharacterized protein At5g39865 6.184633145 L4_chemical_A1 +LQ00X007940 Uncharacterized protein At5g39865 5.951089957 L4_chemical_A2 +LQ00X007940 Uncharacterized protein At5g39865 5.868075037 L4_chemical_A3 +LQ00X007940 Uncharacterized protein At5g39865 6.424877481 L4_chemical_B1 +LQ00X007940 Uncharacterized protein At5g39865 6.711259347 L4_chemical_B2 +LQ00X007940 Uncharacterized protein At5g39865 6.207384267 L4_chemical_B3 +LQ00X007940 Uncharacterized protein At5g39865 5.956806554 L4_chemical_C2 +LQ00X007940 Uncharacterized protein At5g39865 6.140722308 L4_chemical_C3 +LQ00X008060 Putative Jasmonate O-methyltransferase 10.70082611 C6_control_A1 +LQ00X008060 Putative Jasmonate O-methyltransferase 13.20323186 C6_control_A3 +LQ00X008060 Putative Jasmonate O-methyltransferase 6.994988716 C6_control_B1 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.335838195 C6_control_B2 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.311568478 C6_control_B3 +LQ00X008060 Putative Jasmonate O-methyltransferase 4.892457584 C6_control_C1 +LQ00X008060 Putative Jasmonate O-methyltransferase 4.557745117 C6_control_C2 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.080309849 C6_control_C3 +LQ00X008060 Putative Jasmonate O-methyltransferase 8.931128065 C6_chemical_A1 +LQ00X008060 Putative Jasmonate O-methyltransferase 12.53681729 C6_chemical_A3 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.649192155 C6_chemical_B1 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.238254292 C6_chemical_B2 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.385710602 C6_chemical_B3 +LQ00X008060 Putative Jasmonate O-methyltransferase 4.853236818 C6_chemical_C1 +LQ00X008060 Putative Jasmonate O-methyltransferase 4.808406997 C6_chemical_C2 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.121184176 C6_chemical_C3 +LQ00X008060 Putative Jasmonate O-methyltransferase 14.52069997 L4_control_A1 +LQ00X008060 Putative Jasmonate O-methyltransferase 11.83106323 L4_control_A2 +LQ00X008060 Putative Jasmonate O-methyltransferase 13.51273408 L4_control_A3 +LQ00X008060 Putative Jasmonate O-methyltransferase 7.83354725 L4_control_B1 +LQ00X008060 Putative Jasmonate O-methyltransferase 9.25900888 L4_control_B2 +LQ00X008060 Putative Jasmonate O-methyltransferase 6.566122935 L4_control_B3 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.275151675 L4_control_C2 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.145165177 L4_control_C3 +LQ00X008060 Putative Jasmonate O-methyltransferase 12.89177388 L4_chemical_A1 +LQ00X008060 Putative Jasmonate O-methyltransferase 8.979090577 L4_chemical_A2 +LQ00X008060 Putative Jasmonate O-methyltransferase 13.04335354 L4_chemical_A3 +LQ00X008060 Putative Jasmonate O-methyltransferase 8.891063417 L4_chemical_B1 +LQ00X008060 Putative Jasmonate O-methyltransferase 7.239973554 L4_chemical_B2 +LQ00X008060 Putative Jasmonate O-methyltransferase 9.240886406 L4_chemical_B3 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.408809368 L4_chemical_C2 +LQ00X008060 Putative Jasmonate O-methyltransferase 5.211628987 L4_chemical_C3 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.64887271 C6_control_A1 +LQ00X008130 Putative Protein strawberry notch homolog 1 10.71920874 C6_control_A3 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.13270524 C6_control_B1 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.61679444 C6_control_B2 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.23193946 C6_control_B3 +LQ00X008130 Putative Protein strawberry notch homolog 1 12.14599706 C6_control_C1 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.7281712 C6_control_C2 +LQ00X008130 Putative Protein strawberry notch homolog 1 12.01194228 C6_control_C3 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.79372777 C6_chemical_A1 +LQ00X008130 Putative Protein strawberry notch homolog 1 9.402791222 C6_chemical_A3 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.47563202 C6_chemical_B1 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.74658573 C6_chemical_B2 +LQ00X008130 Putative Protein strawberry notch homolog 1 10.7888339 C6_chemical_B3 +LQ00X008130 Putative Protein strawberry notch homolog 1 12.46717438 C6_chemical_C1 +LQ00X008130 Putative Protein strawberry notch homolog 1 12.327903 C6_chemical_C2 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.92926926 C6_chemical_C3 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.91834411 L4_control_A1 +LQ00X008130 Putative Protein strawberry notch homolog 1 12.64208454 L4_control_A2 +LQ00X008130 Putative Protein strawberry notch homolog 1 12.10510034 L4_control_A3 +LQ00X008130 Putative Protein strawberry notch homolog 1 9.912634939 L4_control_B1 +LQ00X008130 Putative Protein strawberry notch homolog 1 9.673038726 L4_control_B2 +LQ00X008130 Putative Protein strawberry notch homolog 1 10.66360935 L4_control_B3 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.85934082 L4_control_C2 +LQ00X008130 Putative Protein strawberry notch homolog 1 10.95374938 L4_control_C3 +LQ00X008130 Putative Protein strawberry notch homolog 1 10.511609 L4_chemical_A1 +LQ00X008130 Putative Protein strawberry notch homolog 1 12.32965451 L4_chemical_A2 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.92255038 L4_chemical_A3 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.11335091 L4_chemical_B1 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.40343955 L4_chemical_B2 +LQ00X008130 Putative Protein strawberry notch homolog 1 10.93242501 L4_chemical_B3 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.52171479 L4_chemical_C2 +LQ00X008130 Putative Protein strawberry notch homolog 1 10.89483275 L4_chemical_C3 +LQ00X008140 Metacaspase-5 12.18362776 C6_control_A1 +LQ00X008140 Metacaspase-5 12.40372723 C6_control_A3 +LQ00X008140 Metacaspase-5 12.36477737 C6_control_B1 +LQ00X008140 Metacaspase-5 12.26945117 C6_control_B2 +LQ00X008140 Metacaspase-5 12.49447482 C6_control_B3 +LQ00X008140 Metacaspase-5 11.43160152 C6_control_C1 +LQ00X008140 Metacaspase-5 11.49931281 C6_control_C2 +LQ00X008140 Metacaspase-5 11.31320538 C6_control_C3 +LQ00X008140 Metacaspase-5 12.45005921 C6_chemical_A1 +LQ00X008140 Metacaspase-5 12.49231303 C6_chemical_A3 +LQ00X008140 Metacaspase-5 12.33532737 C6_chemical_B1 +LQ00X008140 Metacaspase-5 12.37518486 C6_chemical_B2 +LQ00X008140 Metacaspase-5 12.32614944 C6_chemical_B3 +LQ00X008140 Metacaspase-5 11.16375245 C6_chemical_C1 +LQ00X008140 Metacaspase-5 11.34938302 C6_chemical_C2 +LQ00X008140 Metacaspase-5 10.97771308 C6_chemical_C3 +LQ00X008140 Metacaspase-5 12.66155953 L4_control_A1 +LQ00X008140 Metacaspase-5 12.75960589 L4_control_A2 +LQ00X008140 Metacaspase-5 12.43133229 L4_control_A3 +LQ00X008140 Metacaspase-5 12.43263599 L4_control_B1 +LQ00X008140 Metacaspase-5 12.9491125 L4_control_B2 +LQ00X008140 Metacaspase-5 12.27377001 L4_control_B3 +LQ00X008140 Metacaspase-5 11.19767164 L4_control_C2 +LQ00X008140 Metacaspase-5 11.73706371 L4_control_C3 +LQ00X008140 Metacaspase-5 12.48520707 L4_chemical_A1 +LQ00X008140 Metacaspase-5 12.69962826 L4_chemical_A2 +LQ00X008140 Metacaspase-5 12.54761862 L4_chemical_A3 +LQ00X008140 Metacaspase-5 12.20324653 L4_chemical_B1 +LQ00X008140 Metacaspase-5 12.40567731 L4_chemical_B2 +LQ00X008140 Metacaspase-5 12.50838455 L4_chemical_B3 +LQ00X008140 Metacaspase-5 11.04028302 L4_chemical_C2 +LQ00X008140 Metacaspase-5 11.62624506 L4_chemical_C3 +LQ00X008150 ALA-interacting subunit 3 7.142731274 C6_control_A1 +LQ00X008150 ALA-interacting subunit 3 7.339828566 C6_control_A3 +LQ00X008150 ALA-interacting subunit 3 6.587405903 C6_control_B1 +LQ00X008150 ALA-interacting subunit 3 6.650765933 C6_control_B2 +LQ00X008150 ALA-interacting subunit 3 7.00658989 C6_control_B3 +LQ00X008150 ALA-interacting subunit 3 6.791013495 C6_control_C1 +LQ00X008150 ALA-interacting subunit 3 7.269572865 C6_control_C2 +LQ00X008150 ALA-interacting subunit 3 6.781300025 C6_control_C3 +LQ00X008150 ALA-interacting subunit 3 7.166820249 C6_chemical_A1 +LQ00X008150 ALA-interacting subunit 3 6.504989228 C6_chemical_A3 +LQ00X008150 ALA-interacting subunit 3 6.441458033 C6_chemical_B1 +LQ00X008150 ALA-interacting subunit 3 6.960686965 C6_chemical_B2 +LQ00X008150 ALA-interacting subunit 3 7.351898807 C6_chemical_B3 +LQ00X008150 ALA-interacting subunit 3 6.396433603 C6_chemical_C1 +LQ00X008150 ALA-interacting subunit 3 6.563537337 C6_chemical_C2 +LQ00X008150 ALA-interacting subunit 3 6.942321238 C6_chemical_C3 +LQ00X008150 ALA-interacting subunit 3 7.095353448 L4_control_A1 +LQ00X008150 ALA-interacting subunit 3 7.188274939 L4_control_A2 +LQ00X008150 ALA-interacting subunit 3 6.281878104 L4_control_A3 +LQ00X008150 ALA-interacting subunit 3 7.66908024 L4_control_B1 +LQ00X008150 ALA-interacting subunit 3 6.300586036 L4_control_B2 +LQ00X008150 ALA-interacting subunit 3 6.760538572 L4_control_B3 +LQ00X008150 ALA-interacting subunit 3 6.835151024 L4_control_C2 +LQ00X008150 ALA-interacting subunit 3 7.258018229 L4_control_C3 +LQ00X008150 ALA-interacting subunit 3 7.073408018 L4_chemical_A1 +LQ00X008150 ALA-interacting subunit 3 6.440662505 L4_chemical_A2 +LQ00X008150 ALA-interacting subunit 3 6.364483216 L4_chemical_A3 +LQ00X008150 ALA-interacting subunit 3 6.345702872 L4_chemical_B1 +LQ00X008150 ALA-interacting subunit 3 6.049959945 L4_chemical_B2 +LQ00X008150 ALA-interacting subunit 3 6.729930636 L4_chemical_B3 +LQ00X008150 ALA-interacting subunit 3 6.863619404 L4_chemical_C2 +LQ00X008150 ALA-interacting subunit 3 6.782944439 L4_chemical_C3 +LQ00X008240 Predicted protein 6.299982542 C6_control_A1 +LQ00X008240 Predicted protein 8.447943602 C6_control_A3 +LQ00X008240 Predicted protein 5.364099217 C6_control_B1 +LQ00X008240 Predicted protein 5.748915227 C6_control_B2 +LQ00X008240 Predicted protein 5.413455669 C6_control_B3 +LQ00X008240 Predicted protein 5.300842427 C6_control_C1 +LQ00X008240 Predicted protein 5.124959809 C6_control_C2 +LQ00X008240 Predicted protein 5.371029207 C6_control_C3 +LQ00X008240 Predicted protein 5.907372579 C6_chemical_A1 +LQ00X008240 Predicted protein 7.757196337 C6_chemical_A3 +LQ00X008240 Predicted protein 5.726479284 C6_chemical_B1 +LQ00X008240 Predicted protein 5.715402375 C6_chemical_B2 +LQ00X008240 Predicted protein 5.362952173 C6_chemical_B3 +LQ00X008240 Predicted protein 5.400697374 C6_chemical_C1 +LQ00X008240 Predicted protein 5.757507679 C6_chemical_C2 +LQ00X008240 Predicted protein 5.383537968 C6_chemical_C3 +LQ00X008240 Predicted protein 5.873287136 L4_control_A1 +LQ00X008240 Predicted protein 5.110670452 L4_control_A2 +LQ00X008240 Predicted protein 5.409397245 L4_control_A3 +LQ00X008240 Predicted protein 5.316817147 L4_control_B1 +LQ00X008240 Predicted protein 5.070953731 L4_control_B2 +LQ00X008240 Predicted protein 5.256245124 L4_control_B3 +LQ00X008240 Predicted protein 5.041907052 L4_control_C2 +LQ00X008240 Predicted protein 5.543288281 L4_control_C3 +LQ00X008240 Predicted protein 4.980658449 L4_chemical_A1 +LQ00X008240 Predicted protein 4.996990312 L4_chemical_A2 +LQ00X008240 Predicted protein 5.444600805 L4_chemical_A3 +LQ00X008240 Predicted protein 4.754622909 L4_chemical_B1 +LQ00X008240 Predicted protein 4.854594821 L4_chemical_B2 +LQ00X008240 Predicted protein 5.216264377 L4_chemical_B3 +LQ00X008240 Predicted protein 5.182235407 L4_chemical_C2 +LQ00X008240 Predicted protein 5.126227055 L4_chemical_C3 +LQ00X008650 Putative uncharacterized protein 10.78626031 C6_control_A1 +LQ00X008650 Putative uncharacterized protein 10.88688488 C6_control_A3 +LQ00X008650 Putative uncharacterized protein 11.30106351 C6_control_B1 +LQ00X008650 Putative uncharacterized protein 11.22845707 C6_control_B2 +LQ00X008650 Putative uncharacterized protein 11.06457296 C6_control_B3 +LQ00X008650 Putative uncharacterized protein 11.03654965 C6_control_C1 +LQ00X008650 Putative uncharacterized protein 11.26977123 C6_control_C2 +LQ00X008650 Putative uncharacterized protein 10.58630432 C6_control_C3 +LQ00X008650 Putative uncharacterized protein 10.78467503 C6_chemical_A1 +LQ00X008650 Putative uncharacterized protein 10.59824765 C6_chemical_A3 +LQ00X008650 Putative uncharacterized protein 11.55873147 C6_chemical_B1 +LQ00X008650 Putative uncharacterized protein 11.26478734 C6_chemical_B2 +LQ00X008650 Putative uncharacterized protein 10.99899283 C6_chemical_B3 +LQ00X008650 Putative uncharacterized protein 11.06290316 C6_chemical_C1 +LQ00X008650 Putative uncharacterized protein 11.33224537 C6_chemical_C2 +LQ00X008650 Putative uncharacterized protein 11.09386867 C6_chemical_C3 +LQ00X008650 Putative uncharacterized protein 10.37433386 L4_control_A1 +LQ00X008650 Putative uncharacterized protein 10.69640992 L4_control_A2 +LQ00X008650 Putative uncharacterized protein 10.81212898 L4_control_A3 +LQ00X008650 Putative uncharacterized protein 11.52918928 L4_control_B1 +LQ00X008650 Putative uncharacterized protein 11.48647756 L4_control_B2 +LQ00X008650 Putative uncharacterized protein 10.94629862 L4_control_B3 +LQ00X008650 Putative uncharacterized protein 11.61733918 L4_control_C2 +LQ00X008650 Putative uncharacterized protein 11.61090658 L4_control_C3 +LQ00X008650 Putative uncharacterized protein 10.54448901 L4_chemical_A1 +LQ00X008650 Putative uncharacterized protein 10.99665869 L4_chemical_A2 +LQ00X008650 Putative uncharacterized protein 10.57266589 L4_chemical_A3 +LQ00X008650 Putative uncharacterized protein 11.37486036 L4_chemical_B1 +LQ00X008650 Putative uncharacterized protein 11.42280522 L4_chemical_B2 +LQ00X008650 Putative uncharacterized protein 10.73875573 L4_chemical_B3 +LQ00X008650 Putative uncharacterized protein 11.59328086 L4_chemical_C2 +LQ00X008650 Putative uncharacterized protein 11.31231634 L4_chemical_C3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.20631401 C6_control_A1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.22039185 C6_control_A3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.75891115 C6_control_B1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.85383564 C6_control_B2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.89818173 C6_control_B3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.8372515 C6_control_C1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.69890546 C6_control_C2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.03486161 C6_control_C3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.91964986 C6_chemical_A1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.25664996 C6_chemical_A3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.46564311 C6_chemical_B1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.68398266 C6_chemical_B2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.70166937 C6_chemical_B3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.57691976 C6_chemical_C1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.61675983 C6_chemical_C2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.96430523 C6_chemical_C3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.52923846 L4_control_A1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.43769005 L4_control_A2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.69587254 L4_control_A3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.91008939 L4_control_B1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.84010349 L4_control_B2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.05577241 L4_control_B3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.86635437 L4_control_C2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.60616377 L4_control_C3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.76080204 L4_chemical_A1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.48313912 L4_chemical_A2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.83829841 L4_chemical_A3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.83540826 L4_chemical_B1 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.97963562 L4_chemical_B2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.0613553 L4_chemical_B3 +LQ00X008690 Vacuolar protein sorting-associated protein 29 14.00177125 L4_chemical_C2 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.60083332 L4_chemical_C3 +LQ00X008750 Predicted protein 12.20177695 C6_control_A1 +LQ00X008750 Predicted protein 12.21349005 C6_control_A3 +LQ00X008750 Predicted protein 11.95989464 C6_control_B1 +LQ00X008750 Predicted protein 12.51867909 C6_control_B2 +LQ00X008750 Predicted protein 12.12774566 C6_control_B3 +LQ00X008750 Predicted protein 13.08515022 C6_control_C1 +LQ00X008750 Predicted protein 12.89510852 C6_control_C2 +LQ00X008750 Predicted protein 12.66650809 C6_control_C3 +LQ00X008750 Predicted protein 12.19236781 C6_chemical_A1 +LQ00X008750 Predicted protein 11.99868754 C6_chemical_A3 +LQ00X008750 Predicted protein 12.04403767 C6_chemical_B1 +LQ00X008750 Predicted protein 12.44245995 C6_chemical_B2 +LQ00X008750 Predicted protein 12.13378404 C6_chemical_B3 +LQ00X008750 Predicted protein 13.03102454 C6_chemical_C1 +LQ00X008750 Predicted protein 13.14114088 C6_chemical_C2 +LQ00X008750 Predicted protein 12.82076536 C6_chemical_C3 +LQ00X008750 Predicted protein 12.23084628 L4_control_A1 +LQ00X008750 Predicted protein 12.33269812 L4_control_A2 +LQ00X008750 Predicted protein 12.52334764 L4_control_A3 +LQ00X008750 Predicted protein 12.47208036 L4_control_B1 +LQ00X008750 Predicted protein 12.10352529 L4_control_B2 +LQ00X008750 Predicted protein 12.38158942 L4_control_B3 +LQ00X008750 Predicted protein 12.73914072 L4_control_C2 +LQ00X008750 Predicted protein 12.88519033 L4_control_C3 +LQ00X008750 Predicted protein 12.36930577 L4_chemical_A1 +LQ00X008750 Predicted protein 12.53270727 L4_chemical_A2 +LQ00X008750 Predicted protein 12.2950953 L4_chemical_A3 +LQ00X008750 Predicted protein 12.61737089 L4_chemical_B1 +LQ00X008750 Predicted protein 12.83704343 L4_chemical_B2 +LQ00X008750 Predicted protein 12.26202011 L4_chemical_B3 +LQ00X008750 Predicted protein 12.66139821 L4_chemical_C2 +LQ00X008750 Predicted protein 12.91366322 L4_chemical_C3 +LQ00X008770 Hypothetical protein 6.012361632 C6_control_A1 +LQ00X008770 Hypothetical protein 5.781927394 C6_control_A3 +LQ00X008770 Hypothetical protein 6.117035978 C6_control_B1 +LQ00X008770 Hypothetical protein 5.516483542 C6_control_B2 +LQ00X008770 Hypothetical protein 5.904291457 C6_control_B3 +LQ00X008770 Hypothetical protein 5.483984814 C6_control_C1 +LQ00X008770 Hypothetical protein 5.109417503 C6_control_C2 +LQ00X008770 Hypothetical protein 5.10070611 C6_control_C3 +LQ00X008770 Hypothetical protein 5.908421302 C6_chemical_A1 +LQ00X008770 Hypothetical protein 5.603420284 C6_chemical_A3 +LQ00X008770 Hypothetical protein 5.79928692 C6_chemical_B1 +LQ00X008770 Hypothetical protein 5.14940331 C6_chemical_B2 +LQ00X008770 Hypothetical protein 5.805894876 C6_chemical_B3 +LQ00X008770 Hypothetical protein 5.74775312 C6_chemical_C1 +LQ00X008770 Hypothetical protein 5.387741325 C6_chemical_C2 +LQ00X008770 Hypothetical protein 5.375235477 C6_chemical_C3 +LQ00X008770 Hypothetical protein 5.343250288 L4_control_A1 +LQ00X008770 Hypothetical protein 5.699084163 L4_control_A2 +LQ00X008770 Hypothetical protein 5.989823393 L4_control_A3 +LQ00X008770 Hypothetical protein 5.484143175 L4_control_B1 +LQ00X008770 Hypothetical protein 6.350175964 L4_control_B2 +LQ00X008770 Hypothetical protein 5.852565149 L4_control_B3 +LQ00X008770 Hypothetical protein 5.831570699 L4_control_C2 +LQ00X008770 Hypothetical protein 6.12944089 L4_control_C3 +LQ00X008770 Hypothetical protein 5.676744478 L4_chemical_A1 +LQ00X008770 Hypothetical protein 5.914728637 L4_chemical_A2 +LQ00X008770 Hypothetical protein 5.179115385 L4_chemical_A3 +LQ00X008770 Hypothetical protein 5.644939365 L4_chemical_B1 +LQ00X008770 Hypothetical protein 6.402128656 L4_chemical_B2 +LQ00X008770 Hypothetical protein 5.541976457 L4_chemical_B3 +LQ00X008770 Hypothetical protein 5.631909994 L4_chemical_C2 +LQ00X008770 Hypothetical protein 5.266833704 L4_chemical_C3 +LQ00X009080 Uncharacterized protein sll0194 12.40859157 C6_control_A1 +LQ00X009080 Uncharacterized protein sll0194 12.13538453 C6_control_A3 +LQ00X009080 Uncharacterized protein sll0194 12.80099271 C6_control_B1 +LQ00X009080 Uncharacterized protein sll0194 12.62019231 C6_control_B2 +LQ00X009080 Uncharacterized protein sll0194 12.38659498 C6_control_B3 +LQ00X009080 Uncharacterized protein sll0194 13.250951 C6_control_C1 +LQ00X009080 Uncharacterized protein sll0194 13.51593797 C6_control_C2 +LQ00X009080 Uncharacterized protein sll0194 12.95062336 C6_control_C3 +LQ00X009080 Uncharacterized protein sll0194 12.23565346 C6_chemical_A1 +LQ00X009080 Uncharacterized protein sll0194 12.20434559 C6_chemical_A3 +LQ00X009080 Uncharacterized protein sll0194 12.82952664 C6_chemical_B1 +LQ00X009080 Uncharacterized protein sll0194 12.72662517 C6_chemical_B2 +LQ00X009080 Uncharacterized protein sll0194 12.33767247 C6_chemical_B3 +LQ00X009080 Uncharacterized protein sll0194 13.20577511 C6_chemical_C1 +LQ00X009080 Uncharacterized protein sll0194 13.35745578 C6_chemical_C2 +LQ00X009080 Uncharacterized protein sll0194 13.37122201 C6_chemical_C3 +LQ00X009080 Uncharacterized protein sll0194 11.66129756 L4_control_A1 +LQ00X009080 Uncharacterized protein sll0194 11.722136 L4_control_A2 +LQ00X009080 Uncharacterized protein sll0194 11.66860238 L4_control_A3 +LQ00X009080 Uncharacterized protein sll0194 12.62101211 L4_control_B1 +LQ00X009080 Uncharacterized protein sll0194 12.71117061 L4_control_B2 +LQ00X009080 Uncharacterized protein sll0194 12.86037574 L4_control_B3 +LQ00X009080 Uncharacterized protein sll0194 13.58631785 L4_control_C2 +LQ00X009080 Uncharacterized protein sll0194 13.18553802 L4_control_C3 +LQ00X009080 Uncharacterized protein sll0194 11.68837909 L4_chemical_A1 +LQ00X009080 Uncharacterized protein sll0194 11.62430332 L4_chemical_A2 +LQ00X009080 Uncharacterized protein sll0194 11.26257404 L4_chemical_A3 +LQ00X009080 Uncharacterized protein sll0194 12.60411073 L4_chemical_B1 +LQ00X009080 Uncharacterized protein sll0194 12.35289787 L4_chemical_B2 +LQ00X009080 Uncharacterized protein sll0194 12.29106395 L4_chemical_B3 +LQ00X009080 Uncharacterized protein sll0194 13.47368982 L4_chemical_C2 +LQ00X009080 Uncharacterized protein sll0194 13.34804543 L4_chemical_C3 +LQ00X009090 Predicted protein 5.490948095 C6_control_A1 +LQ00X009090 Predicted protein 6.109980552 C6_control_A3 +LQ00X009090 Predicted protein 5.648506135 C6_control_B1 +LQ00X009090 Predicted protein 5.289338155 C6_control_B2 +LQ00X009090 Predicted protein 5.224832144 C6_control_B3 +LQ00X009090 Predicted protein 5.130956855 C6_control_C1 +LQ00X009090 Predicted protein 6.515021073 C6_control_C2 +LQ00X009090 Predicted protein 5.596134538 C6_control_C3 +LQ00X009090 Predicted protein 5.154054137 C6_chemical_A1 +LQ00X009090 Predicted protein 5.23791613 C6_chemical_A3 +LQ00X009090 Predicted protein 5.198111313 C6_chemical_B1 +LQ00X009090 Predicted protein 5.227178565 C6_chemical_B2 +LQ00X009090 Predicted protein 5.102695067 C6_chemical_B3 +LQ00X009090 Predicted protein 5.146917448 C6_chemical_C1 +LQ00X009090 Predicted protein 5.363171223 C6_chemical_C2 +LQ00X009090 Predicted protein 5.402234481 C6_chemical_C3 +LQ00X009090 Predicted protein 5.144004377 L4_control_A1 +LQ00X009090 Predicted protein 5.294064817 L4_control_A2 +LQ00X009090 Predicted protein 5.194965679 L4_control_A3 +LQ00X009090 Predicted protein 4.854024579 L4_control_B1 +LQ00X009090 Predicted protein 5.207776751 L4_control_B2 +LQ00X009090 Predicted protein 5.035088671 L4_control_B3 +LQ00X009090 Predicted protein 5.406218894 L4_control_C2 +LQ00X009090 Predicted protein 5.085252906 L4_control_C3 +LQ00X009090 Predicted protein 5.351642041 L4_chemical_A1 +LQ00X009090 Predicted protein 5.47332236 L4_chemical_A2 +LQ00X009090 Predicted protein 4.982990069 L4_chemical_A3 +LQ00X009090 Predicted protein 5.202802492 L4_chemical_B1 +LQ00X009090 Predicted protein 5.526825978 L4_chemical_B2 +LQ00X009090 Predicted protein 5.191274511 L4_chemical_B3 +LQ00X009090 Predicted protein 5.593395507 L4_chemical_C2 +LQ00X009090 Predicted protein 5.277578824 L4_chemical_C3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.82625957 C6_control_A1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 7.034666434 C6_control_A3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.592920993 C6_control_B1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.213690384 C6_control_B2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.601209224 C6_control_B3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.219862155 C6_control_C1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 6.868463666 C6_control_C2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.150309216 C6_control_C3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.304244206 C6_chemical_A1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.645689938 C6_chemical_A3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.246223897 C6_chemical_B1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.038062075 C6_chemical_B2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.345439345 C6_chemical_B3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.324246308 C6_chemical_C1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.513145228 C6_chemical_C2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.293174984 C6_chemical_C3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.967273962 L4_control_A1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.922333606 L4_control_A2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.860971735 L4_control_A3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.336962841 L4_control_B1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.768609972 L4_control_B2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.795434053 L4_control_B3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.670008063 L4_control_C2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.310652218 L4_control_C3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.719793212 L4_chemical_A1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.600825885 L4_chemical_A2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.825016622 L4_chemical_A3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.925848376 L4_chemical_B1 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.624142897 L4_chemical_B2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.48056203 L4_chemical_B3 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.309807434 L4_chemical_C2 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.866516316 L4_chemical_C3 +LQ00X009420 Putative uncharacterized protein 11.24769998 C6_control_A1 +LQ00X009420 Putative uncharacterized protein 11.26132718 C6_control_A3 +LQ00X009420 Putative uncharacterized protein 10.92743891 C6_control_B1 +LQ00X009420 Putative uncharacterized protein 11.68558486 C6_control_B2 +LQ00X009420 Putative uncharacterized protein 10.86682499 C6_control_B3 +LQ00X009420 Putative uncharacterized protein 12.18587143 C6_control_C1 +LQ00X009420 Putative uncharacterized protein 12.44490119 C6_control_C2 +LQ00X009420 Putative uncharacterized protein 12.03767769 C6_control_C3 +LQ00X009420 Putative uncharacterized protein 11.66288861 C6_chemical_A1 +LQ00X009420 Putative uncharacterized protein 11.15319325 C6_chemical_A3 +LQ00X009420 Putative uncharacterized protein 11.12644934 C6_chemical_B1 +LQ00X009420 Putative uncharacterized protein 12.50567906 C6_chemical_B2 +LQ00X009420 Putative uncharacterized protein 11.18308988 C6_chemical_B3 +LQ00X009420 Putative uncharacterized protein 12.53938617 C6_chemical_C1 +LQ00X009420 Putative uncharacterized protein 12.82706772 C6_chemical_C2 +LQ00X009420 Putative uncharacterized protein 12.43424312 C6_chemical_C3 +LQ00X009420 Putative uncharacterized protein 11.19130563 L4_control_A1 +LQ00X009420 Putative uncharacterized protein 11.46342837 L4_control_A2 +LQ00X009420 Putative uncharacterized protein 11.05636113 L4_control_A3 +LQ00X009420 Putative uncharacterized protein 11.21341037 L4_control_B1 +LQ00X009420 Putative uncharacterized protein 10.62246563 L4_control_B2 +LQ00X009420 Putative uncharacterized protein 11.54519901 L4_control_B3 +LQ00X009420 Putative uncharacterized protein 11.54858019 L4_control_C2 +LQ00X009420 Putative uncharacterized protein 11.3324687 L4_control_C3 +LQ00X009420 Putative uncharacterized protein 11.66446943 L4_chemical_A1 +LQ00X009420 Putative uncharacterized protein 11.85406785 L4_chemical_A2 +LQ00X009420 Putative uncharacterized protein 11.06140261 L4_chemical_A3 +LQ00X009420 Putative uncharacterized protein 10.99042046 L4_chemical_B1 +LQ00X009420 Putative uncharacterized protein 10.89560566 L4_chemical_B2 +LQ00X009420 Putative uncharacterized protein 11.43879292 L4_chemical_B3 +LQ00X009420 Putative uncharacterized protein 11.63260434 L4_chemical_C2 +LQ00X009420 Putative uncharacterized protein 11.39396119 L4_chemical_C3 +LQ00X009430 Hypothetical protein 9.853313448 C6_control_A1 +LQ00X009430 Hypothetical protein 9.556090864 C6_control_A3 +LQ00X009430 Hypothetical protein 10.30577264 C6_control_B1 +LQ00X009430 Hypothetical protein 10.46485086 C6_control_B2 +LQ00X009430 Hypothetical protein 9.894118268 C6_control_B3 +LQ00X009430 Hypothetical protein 10.35784979 C6_control_C1 +LQ00X009430 Hypothetical protein 10.73666044 C6_control_C2 +LQ00X009430 Hypothetical protein 10.5030555 C6_control_C3 +LQ00X009430 Hypothetical protein 10.13774608 C6_chemical_A1 +LQ00X009430 Hypothetical protein 9.335290334 C6_chemical_A3 +LQ00X009430 Hypothetical protein 10.49352667 C6_chemical_B1 +LQ00X009430 Hypothetical protein 10.41638093 C6_chemical_B2 +LQ00X009430 Hypothetical protein 9.847748689 C6_chemical_B3 +LQ00X009430 Hypothetical protein 10.62200971 C6_chemical_C1 +LQ00X009430 Hypothetical protein 10.72177848 C6_chemical_C2 +LQ00X009430 Hypothetical protein 10.61511068 C6_chemical_C3 +LQ00X009430 Hypothetical protein 8.627463917 L4_control_A1 +LQ00X009430 Hypothetical protein 8.501379525 L4_control_A2 +LQ00X009430 Hypothetical protein 6.028870618 L4_control_A3 +LQ00X009430 Hypothetical protein 7.71342301 L4_control_B1 +LQ00X009430 Hypothetical protein 9.036813664 L4_control_B2 +LQ00X009430 Hypothetical protein 8.487895623 L4_control_B3 +LQ00X009430 Hypothetical protein 10.18429855 L4_control_C2 +LQ00X009430 Hypothetical protein 7.764212165 L4_control_C3 +LQ00X009430 Hypothetical protein 8.232951048 L4_chemical_A1 +LQ00X009430 Hypothetical protein 8.244895962 L4_chemical_A2 +LQ00X009430 Hypothetical protein 5.932543487 L4_chemical_A3 +LQ00X009430 Hypothetical protein 8.980509456 L4_chemical_B1 +LQ00X009430 Hypothetical protein 8.486890691 L4_chemical_B2 +LQ00X009430 Hypothetical protein 8.049508984 L4_chemical_B3 +LQ00X009430 Hypothetical protein 9.622741974 L4_chemical_C2 +LQ00X009430 Hypothetical protein 8.427575625 L4_chemical_C3 +LQ00X009520 BES1/BZR1 homolog protein 2 12.22725362 C6_control_A1 +LQ00X009520 BES1/BZR1 homolog protein 2 12.33245223 C6_control_A3 +LQ00X009520 BES1/BZR1 homolog protein 2 12.09281617 C6_control_B1 +LQ00X009520 BES1/BZR1 homolog protein 2 11.52600094 C6_control_B2 +LQ00X009520 BES1/BZR1 homolog protein 2 12.47637556 C6_control_B3 +LQ00X009520 BES1/BZR1 homolog protein 2 10.88127706 C6_control_C1 +LQ00X009520 BES1/BZR1 homolog protein 2 10.3873423 C6_control_C2 +LQ00X009520 BES1/BZR1 homolog protein 2 10.93289293 C6_control_C3 +LQ00X009520 BES1/BZR1 homolog protein 2 12.24014257 C6_chemical_A1 +LQ00X009520 BES1/BZR1 homolog protein 2 12.95999645 C6_chemical_A3 +LQ00X009520 BES1/BZR1 homolog protein 2 12.39605669 C6_chemical_B1 +LQ00X009520 BES1/BZR1 homolog protein 2 11.29110595 C6_chemical_B2 +LQ00X009520 BES1/BZR1 homolog protein 2 12.55821074 C6_chemical_B3 +LQ00X009520 BES1/BZR1 homolog protein 2 10.68728636 C6_chemical_C1 +LQ00X009520 BES1/BZR1 homolog protein 2 10.34908656 C6_chemical_C2 +LQ00X009520 BES1/BZR1 homolog protein 2 11.14064787 C6_chemical_C3 +LQ00X009520 BES1/BZR1 homolog protein 2 12.68824168 L4_control_A1 +LQ00X009520 BES1/BZR1 homolog protein 2 12.53534289 L4_control_A2 +LQ00X009520 BES1/BZR1 homolog protein 2 13.00096583 L4_control_A3 +LQ00X009520 BES1/BZR1 homolog protein 2 12.96236652 L4_control_B1 +LQ00X009520 BES1/BZR1 homolog protein 2 13.68969782 L4_control_B2 +LQ00X009520 BES1/BZR1 homolog protein 2 12.48295421 L4_control_B3 +LQ00X009520 BES1/BZR1 homolog protein 2 12.1917597 L4_control_C2 +LQ00X009520 BES1/BZR1 homolog protein 2 12.70840672 L4_control_C3 +LQ00X009520 BES1/BZR1 homolog protein 2 12.82240758 L4_chemical_A1 +LQ00X009520 BES1/BZR1 homolog protein 2 13.06717048 L4_chemical_A2 +LQ00X009520 BES1/BZR1 homolog protein 2 13.15167358 L4_chemical_A3 +LQ00X009520 BES1/BZR1 homolog protein 2 13.16014981 L4_chemical_B1 +LQ00X009520 BES1/BZR1 homolog protein 2 13.13149467 L4_chemical_B2 +LQ00X009520 BES1/BZR1 homolog protein 2 12.80390503 L4_chemical_B3 +LQ00X009520 BES1/BZR1 homolog protein 2 11.92083573 L4_chemical_C2 +LQ00X009520 BES1/BZR1 homolog protein 2 12.34522671 L4_chemical_C3 +LQ00X009530 Putative uncharacterized protein 9.719520685 C6_control_A1 +LQ00X009530 Putative uncharacterized protein 9.738105663 C6_control_A3 +LQ00X009530 Putative uncharacterized protein 9.588582181 C6_control_B1 +LQ00X009530 Putative uncharacterized protein 9.740688344 C6_control_B2 +LQ00X009530 Putative uncharacterized protein 9.432000071 C6_control_B3 +LQ00X009530 Putative uncharacterized protein 9.827321409 C6_control_C1 +LQ00X009530 Putative uncharacterized protein 9.614065292 C6_control_C2 +LQ00X009530 Putative uncharacterized protein 9.212353784 C6_control_C3 +LQ00X009530 Putative uncharacterized protein 9.878508825 C6_chemical_A1 +LQ00X009530 Putative uncharacterized protein 9.472553664 C6_chemical_A3 +LQ00X009530 Putative uncharacterized protein 9.662512528 C6_chemical_B1 +LQ00X009530 Putative uncharacterized protein 9.928551924 C6_chemical_B2 +LQ00X009530 Putative uncharacterized protein 9.19491652 C6_chemical_B3 +LQ00X009530 Putative uncharacterized protein 9.771223817 C6_chemical_C1 +LQ00X009530 Putative uncharacterized protein 9.792284182 C6_chemical_C2 +LQ00X009530 Putative uncharacterized protein 8.918353976 C6_chemical_C3 +LQ00X009530 Putative uncharacterized protein 9.980762177 L4_control_A1 +LQ00X009530 Putative uncharacterized protein 10.40972082 L4_control_A2 +LQ00X009530 Putative uncharacterized protein 9.379631066 L4_control_A3 +LQ00X009530 Putative uncharacterized protein 7.840824964 L4_control_B1 +LQ00X009530 Putative uncharacterized protein 10.08749304 L4_control_B2 +LQ00X009530 Putative uncharacterized protein 9.315958488 L4_control_B3 +LQ00X009530 Putative uncharacterized protein 9.677055217 L4_control_C2 +LQ00X009530 Putative uncharacterized protein 9.398024597 L4_control_C3 +LQ00X009530 Putative uncharacterized protein 9.291225175 L4_chemical_A1 +LQ00X009530 Putative uncharacterized protein 10.09012974 L4_chemical_A2 +LQ00X009530 Putative uncharacterized protein 9.344077306 L4_chemical_A3 +LQ00X009530 Putative uncharacterized protein 7.52261641 L4_chemical_B1 +LQ00X009530 Putative uncharacterized protein 9.522377349 L4_chemical_B2 +LQ00X009530 Putative uncharacterized protein 9.129714622 L4_chemical_B3 +LQ00X009530 Putative uncharacterized protein 9.792374637 L4_chemical_C2 +LQ00X009530 Putative uncharacterized protein 9.37556888 L4_chemical_C3 +LQ00X009560 Hypothetical protein 4.803625303 C6_control_A1 +LQ00X009560 Hypothetical protein 4.858288737 C6_control_A3 +LQ00X009560 Hypothetical protein 5.612936976 C6_control_B1 +LQ00X009560 Hypothetical protein 4.802369297 C6_control_B2 +LQ00X009560 Hypothetical protein 5.352022014 C6_control_B3 +LQ00X009560 Hypothetical protein 4.936671819 C6_control_C1 +LQ00X009560 Hypothetical protein 5.070460995 C6_control_C2 +LQ00X009560 Hypothetical protein 5.114910451 C6_control_C3 +LQ00X009560 Hypothetical protein 5.066168972 C6_chemical_A1 +LQ00X009560 Hypothetical protein 4.764754282 C6_chemical_A3 +LQ00X009560 Hypothetical protein 6.42294711 C6_chemical_B1 +LQ00X009560 Hypothetical protein 4.719913265 C6_chemical_B2 +LQ00X009560 Hypothetical protein 5.32976933 C6_chemical_B3 +LQ00X009560 Hypothetical protein 4.835923134 C6_chemical_C1 +LQ00X009560 Hypothetical protein 4.954797728 C6_chemical_C2 +LQ00X009560 Hypothetical protein 5.006634767 C6_chemical_C3 +LQ00X009560 Hypothetical protein 5.118986754 L4_control_A1 +LQ00X009560 Hypothetical protein 5.051411895 L4_control_A2 +LQ00X009560 Hypothetical protein 5.091000736 L4_control_A3 +LQ00X009560 Hypothetical protein 5.07282308 L4_control_B1 +LQ00X009560 Hypothetical protein 5.406726174 L4_control_B2 +LQ00X009560 Hypothetical protein 4.911606647 L4_control_B3 +LQ00X009560 Hypothetical protein 5.211406434 L4_control_C2 +LQ00X009560 Hypothetical protein 6.080959174 L4_control_C3 +LQ00X009560 Hypothetical protein 4.861934064 L4_chemical_A1 +LQ00X009560 Hypothetical protein 4.950014703 L4_chemical_A2 +LQ00X009560 Hypothetical protein 5.197161468 L4_chemical_A3 +LQ00X009560 Hypothetical protein 4.954751766 L4_chemical_B1 +LQ00X009560 Hypothetical protein 5.450433411 L4_chemical_B2 +LQ00X009560 Hypothetical protein 5.131126415 L4_chemical_B3 +LQ00X009560 Hypothetical protein 4.827421176 L4_chemical_C2 +LQ00X009560 Hypothetical protein 5.779491691 L4_chemical_C3 +LQ00X009600 Tryptophan synthase beta chain 2 10.30069174 C6_control_A1 +LQ00X009600 Tryptophan synthase beta chain 2 10.66323982 C6_control_A3 +LQ00X009600 Tryptophan synthase beta chain 2 10.11650567 C6_control_B1 +LQ00X009600 Tryptophan synthase beta chain 2 9.534986096 C6_control_B2 +LQ00X009600 Tryptophan synthase beta chain 2 10.66104089 C6_control_B3 +LQ00X009600 Tryptophan synthase beta chain 2 8.800146432 C6_control_C1 +LQ00X009600 Tryptophan synthase beta chain 2 8.508678193 C6_control_C2 +LQ00X009600 Tryptophan synthase beta chain 2 9.094757594 C6_control_C3 +LQ00X009600 Tryptophan synthase beta chain 2 10.15820127 C6_chemical_A1 +LQ00X009600 Tryptophan synthase beta chain 2 10.49594912 C6_chemical_A3 +LQ00X009600 Tryptophan synthase beta chain 2 9.651589346 C6_chemical_B1 +LQ00X009600 Tryptophan synthase beta chain 2 9.543735175 C6_chemical_B2 +LQ00X009600 Tryptophan synthase beta chain 2 10.43390146 C6_chemical_B3 +LQ00X009600 Tryptophan synthase beta chain 2 8.243000019 C6_chemical_C1 +LQ00X009600 Tryptophan synthase beta chain 2 8.210661368 C6_chemical_C2 +LQ00X009600 Tryptophan synthase beta chain 2 9.060104037 C6_chemical_C3 +LQ00X009600 Tryptophan synthase beta chain 2 11.42029915 L4_control_A1 +LQ00X009600 Tryptophan synthase beta chain 2 11.03134015 L4_control_A2 +LQ00X009600 Tryptophan synthase beta chain 2 11.86393836 L4_control_A3 +LQ00X009600 Tryptophan synthase beta chain 2 12.8656277 L4_control_B1 +LQ00X009600 Tryptophan synthase beta chain 2 11.96818434 L4_control_B2 +LQ00X009600 Tryptophan synthase beta chain 2 12.50963539 L4_control_B3 +LQ00X009600 Tryptophan synthase beta chain 2 9.54451102 L4_control_C2 +LQ00X009600 Tryptophan synthase beta chain 2 12.97750947 L4_control_C3 +LQ00X009600 Tryptophan synthase beta chain 2 12.4982157 L4_chemical_A1 +LQ00X009600 Tryptophan synthase beta chain 2 12.66103244 L4_chemical_A2 +LQ00X009600 Tryptophan synthase beta chain 2 11.45531814 L4_chemical_A3 +LQ00X009600 Tryptophan synthase beta chain 2 12.33091681 L4_chemical_B1 +LQ00X009600 Tryptophan synthase beta chain 2 12.30379905 L4_chemical_B2 +LQ00X009600 Tryptophan synthase beta chain 2 11.17353903 L4_chemical_B3 +LQ00X009600 Tryptophan synthase beta chain 2 13.02407809 L4_chemical_C2 +LQ00X009600 Tryptophan synthase beta chain 2 11.96065869 L4_chemical_C3 +LQ00X009610 Predicted protein 6.894293883 C6_control_A1 +LQ00X009610 Predicted protein 6.317550256 C6_control_A3 +LQ00X009610 Predicted protein 6.100119301 C6_control_B1 +LQ00X009610 Predicted protein 5.876284455 C6_control_B2 +LQ00X009610 Predicted protein 6.738902008 C6_control_B3 +LQ00X009610 Predicted protein 6.377089859 C6_control_C1 +LQ00X009610 Predicted protein 5.932674918 C6_control_C2 +LQ00X009610 Predicted protein 6.227752056 C6_control_C3 +LQ00X009610 Predicted protein 6.651344357 C6_chemical_A1 +LQ00X009610 Predicted protein 6.326537178 C6_chemical_A3 +LQ00X009610 Predicted protein 5.991823362 C6_chemical_B1 +LQ00X009610 Predicted protein 5.724025297 C6_chemical_B2 +LQ00X009610 Predicted protein 6.176509158 C6_chemical_B3 +LQ00X009610 Predicted protein 5.958886739 C6_chemical_C1 +LQ00X009610 Predicted protein 6.300282647 C6_chemical_C2 +LQ00X009610 Predicted protein 6.032470044 C6_chemical_C3 +LQ00X009610 Predicted protein 6.215680538 L4_control_A1 +LQ00X009610 Predicted protein 6.968202358 L4_control_A2 +LQ00X009610 Predicted protein 6.44834825 L4_control_A3 +LQ00X009610 Predicted protein 6.029822869 L4_control_B1 +LQ00X009610 Predicted protein 5.998088337 L4_control_B2 +LQ00X009610 Predicted protein 6.435226025 L4_control_B3 +LQ00X009610 Predicted protein 6.230901458 L4_control_C2 +LQ00X009610 Predicted protein 5.794869525 L4_control_C3 +LQ00X009610 Predicted protein 5.661804488 L4_chemical_A1 +LQ00X009610 Predicted protein 6.851253313 L4_chemical_A2 +LQ00X009610 Predicted protein 6.44696167 L4_chemical_A3 +LQ00X009610 Predicted protein 5.728605703 L4_chemical_B1 +LQ00X009610 Predicted protein 6.339647999 L4_chemical_B2 +LQ00X009610 Predicted protein 6.343284633 L4_chemical_B3 +LQ00X009610 Predicted protein 5.409064931 L4_chemical_C2 +LQ00X009610 Predicted protein 5.658937401 L4_chemical_C3 +LQ00X009620 Putative uncharacterized protein 8.369992165 C6_control_A1 +LQ00X009620 Putative uncharacterized protein 7.591129373 C6_control_A3 +LQ00X009620 Putative uncharacterized protein 12.61056293 C6_control_B1 +LQ00X009620 Putative uncharacterized protein 13.92397167 C6_control_B2 +LQ00X009620 Putative uncharacterized protein 13.69439641 C6_control_B3 +LQ00X009620 Putative uncharacterized protein 12.05269395 C6_control_C1 +LQ00X009620 Putative uncharacterized protein 12.06793319 C6_control_C2 +LQ00X009620 Putative uncharacterized protein 12.11878647 C6_control_C3 +LQ00X009620 Putative uncharacterized protein 8.060475834 C6_chemical_A1 +LQ00X009620 Putative uncharacterized protein 7.960583355 C6_chemical_A3 +LQ00X009620 Putative uncharacterized protein 12.32207313 C6_chemical_B1 +LQ00X009620 Putative uncharacterized protein 13.53243874 C6_chemical_B2 +LQ00X009620 Putative uncharacterized protein 13.3475932 C6_chemical_B3 +LQ00X009620 Putative uncharacterized protein 12.00492331 C6_chemical_C1 +LQ00X009620 Putative uncharacterized protein 11.81215262 C6_chemical_C2 +LQ00X009620 Putative uncharacterized protein 11.45070787 C6_chemical_C3 +LQ00X009620 Putative uncharacterized protein 7.867030192 L4_control_A1 +LQ00X009620 Putative uncharacterized protein 8.294290566 L4_control_A2 +LQ00X009620 Putative uncharacterized protein 6.806626741 L4_control_A3 +LQ00X009620 Putative uncharacterized protein 13.05030233 L4_control_B1 +LQ00X009620 Putative uncharacterized protein 12.70582676 L4_control_B2 +LQ00X009620 Putative uncharacterized protein 13.66131406 L4_control_B3 +LQ00X009620 Putative uncharacterized protein 11.13251741 L4_control_C2 +LQ00X009620 Putative uncharacterized protein 11.30719476 L4_control_C3 +LQ00X009620 Putative uncharacterized protein 6.563163952 L4_chemical_A1 +LQ00X009620 Putative uncharacterized protein 8.167611081 L4_chemical_A2 +LQ00X009620 Putative uncharacterized protein 5.888383263 L4_chemical_A3 +LQ00X009620 Putative uncharacterized protein 11.6889917 L4_chemical_B1 +LQ00X009620 Putative uncharacterized protein 12.12800292 L4_chemical_B2 +LQ00X009620 Putative uncharacterized protein 12.10966192 L4_chemical_B3 +LQ00X009620 Putative uncharacterized protein 11.00537806 L4_chemical_C2 +LQ00X009620 Putative uncharacterized protein 11.47946316 L4_chemical_C3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.84299455 C6_control_A1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.57341111 C6_control_A3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.13568963 C6_control_B1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.01731894 C6_control_B2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.09685337 C6_control_B3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.43323518 C6_control_C1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.37619689 C6_control_C2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.72151446 C6_control_C3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.16840541 C6_chemical_A1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.699569 C6_chemical_A3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.00166586 C6_chemical_B1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.94853083 C6_chemical_B2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.33235818 C6_chemical_B3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.25975486 C6_chemical_C1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.09451118 C6_chemical_C2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.63657344 C6_chemical_C3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.45440644 L4_control_A1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.6130431 L4_control_A2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 9.804052257 L4_control_A3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.08156336 L4_control_B1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.31678103 L4_control_B2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.06067009 L4_control_B3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.5817157 L4_control_C2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.4031048 L4_control_C3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.91566883 L4_chemical_A1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.31677491 L4_chemical_A2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.27487157 L4_chemical_A3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.29172097 L4_chemical_B1 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 9.536872378 L4_chemical_B2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.56848309 L4_chemical_B3 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.2349551 L4_chemical_C2 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 10.4389851 L4_chemical_C3 +LQ00X009660 Hypothetical protein 4.900454066 C6_control_A1 +LQ00X009660 Hypothetical protein 4.835391277 C6_control_A3 +LQ00X009660 Hypothetical protein 5.496087526 C6_control_B1 +LQ00X009660 Hypothetical protein 5.395034199 C6_control_B2 +LQ00X009660 Hypothetical protein 5.360145238 C6_control_B3 +LQ00X009660 Hypothetical protein 5.23610788 C6_control_C1 +LQ00X009660 Hypothetical protein 5.030931405 C6_control_C2 +LQ00X009660 Hypothetical protein 5.008122306 C6_control_C3 +LQ00X009660 Hypothetical protein 5.006998965 C6_chemical_A1 +LQ00X009660 Hypothetical protein 5.197818204 C6_chemical_A3 +LQ00X009660 Hypothetical protein 5.679029397 C6_chemical_B1 +LQ00X009660 Hypothetical protein 5.796710273 C6_chemical_B2 +LQ00X009660 Hypothetical protein 5.548898054 C6_chemical_B3 +LQ00X009660 Hypothetical protein 5.934836629 C6_chemical_C1 +LQ00X009660 Hypothetical protein 5.462568855 C6_chemical_C2 +LQ00X009660 Hypothetical protein 5.757100971 C6_chemical_C3 +LQ00X009660 Hypothetical protein 5.520000509 L4_control_A1 +LQ00X009660 Hypothetical protein 5.334183884 L4_control_A2 +LQ00X009660 Hypothetical protein 5.054423308 L4_control_A3 +LQ00X009660 Hypothetical protein 5.969448141 L4_control_B1 +LQ00X009660 Hypothetical protein 5.346104915 L4_control_B2 +LQ00X009660 Hypothetical protein 5.409387461 L4_control_B3 +LQ00X009660 Hypothetical protein 5.443158004 L4_control_C2 +LQ00X009660 Hypothetical protein 6.022219398 L4_control_C3 +LQ00X009660 Hypothetical protein 5.218917851 L4_chemical_A1 +LQ00X009660 Hypothetical protein 5.111181289 L4_chemical_A2 +LQ00X009660 Hypothetical protein 5.10634356 L4_chemical_A3 +LQ00X009660 Hypothetical protein 5.34528521 L4_chemical_B1 +LQ00X009660 Hypothetical protein 5.328321289 L4_chemical_B2 +LQ00X009660 Hypothetical protein 5.855459734 L4_chemical_B3 +LQ00X009660 Hypothetical protein 5.207531407 L4_chemical_C2 +LQ00X009660 Hypothetical protein 5.605882251 L4_chemical_C3 +LQ00X009670 Predicted protein 5.224894314 C6_control_A1 +LQ00X009670 Predicted protein 5.587720359 C6_control_A3 +LQ00X009670 Predicted protein 5.449088295 C6_control_B1 +LQ00X009670 Predicted protein 5.508391646 C6_control_B2 +LQ00X009670 Predicted protein 6.190113784 C6_control_B3 +LQ00X009670 Predicted protein 5.50199642 C6_control_C1 +LQ00X009670 Predicted protein 5.162252311 C6_control_C2 +LQ00X009670 Predicted protein 5.585937774 C6_control_C3 +LQ00X009670 Predicted protein 5.490933254 C6_chemical_A1 +LQ00X009670 Predicted protein 5.794130286 C6_chemical_A3 +LQ00X009670 Predicted protein 5.686467889 C6_chemical_B1 +LQ00X009670 Predicted protein 5.271931076 C6_chemical_B2 +LQ00X009670 Predicted protein 5.886831939 C6_chemical_B3 +LQ00X009670 Predicted protein 5.33484565 C6_chemical_C1 +LQ00X009670 Predicted protein 5.483938839 C6_chemical_C2 +LQ00X009670 Predicted protein 5.239953534 C6_chemical_C3 +LQ00X009670 Predicted protein 5.73661855 L4_control_A1 +LQ00X009670 Predicted protein 5.511250971 L4_control_A2 +LQ00X009670 Predicted protein 6.107988598 L4_control_A3 +LQ00X009670 Predicted protein 5.785303088 L4_control_B1 +LQ00X009670 Predicted protein 5.593817563 L4_control_B2 +LQ00X009670 Predicted protein 5.867736193 L4_control_B3 +LQ00X009670 Predicted protein 5.701158001 L4_control_C2 +LQ00X009670 Predicted protein 5.737163616 L4_control_C3 +LQ00X009670 Predicted protein 5.395738329 L4_chemical_A1 +LQ00X009670 Predicted protein 5.636722686 L4_chemical_A2 +LQ00X009670 Predicted protein 6.150630327 L4_chemical_A3 +LQ00X009670 Predicted protein 5.556555074 L4_chemical_B1 +LQ00X009670 Predicted protein 5.156098855 L4_chemical_B2 +LQ00X009670 Predicted protein 5.763466192 L4_chemical_B3 +LQ00X009670 Predicted protein 5.24724752 L4_chemical_C2 +LQ00X009670 Predicted protein 5.755440436 L4_chemical_C3 +LQ00X009680 Predicted protein 5.70918196 C6_control_A1 +LQ00X009680 Predicted protein 5.768794184 C6_control_A3 +LQ00X009680 Predicted protein 6.247911107 C6_control_B1 +LQ00X009680 Predicted protein 5.392804107 C6_control_B2 +LQ00X009680 Predicted protein 5.314343711 C6_control_B3 +LQ00X009680 Predicted protein 6.050773722 C6_control_C1 +LQ00X009680 Predicted protein 6.625672506 C6_control_C2 +LQ00X009680 Predicted protein 5.35174437 C6_control_C3 +LQ00X009680 Predicted protein 5.57495241 C6_chemical_A1 +LQ00X009680 Predicted protein 5.68990826 C6_chemical_A3 +LQ00X009680 Predicted protein 5.513120319 C6_chemical_B1 +LQ00X009680 Predicted protein 5.535821937 C6_chemical_B2 +LQ00X009680 Predicted protein 5.360447692 C6_chemical_B3 +LQ00X009680 Predicted protein 6.076951128 C6_chemical_C1 +LQ00X009680 Predicted protein 5.334359502 C6_chemical_C2 +LQ00X009680 Predicted protein 5.492120071 C6_chemical_C3 +LQ00X009680 Predicted protein 5.56371444 L4_control_A1 +LQ00X009680 Predicted protein 5.140104463 L4_control_A2 +LQ00X009680 Predicted protein 5.011073114 L4_control_A3 +LQ00X009680 Predicted protein 5.275227033 L4_control_B1 +LQ00X009680 Predicted protein 5.294094583 L4_control_B2 +LQ00X009680 Predicted protein 5.404284532 L4_control_B3 +LQ00X009680 Predicted protein 5.65797665 L4_control_C2 +LQ00X009680 Predicted protein 5.71412712 L4_control_C3 +LQ00X009680 Predicted protein 5.545528681 L4_chemical_A1 +LQ00X009680 Predicted protein 5.283426246 L4_chemical_A2 +LQ00X009680 Predicted protein 5.62506538 L4_chemical_A3 +LQ00X009680 Predicted protein 5.888101735 L4_chemical_B1 +LQ00X009680 Predicted protein 5.31396504 L4_chemical_B2 +LQ00X009680 Predicted protein 5.29532534 L4_chemical_B3 +LQ00X009680 Predicted protein 5.49370904 L4_chemical_C2 +LQ00X009680 Predicted protein 6.712917458 L4_chemical_C3 +LQ00X009770 Predicted protein 5.867123499 C6_control_A1 +LQ00X009770 Predicted protein 5.810516621 C6_control_A3 +LQ00X009770 Predicted protein 5.925272535 C6_control_B1 +LQ00X009770 Predicted protein 5.294219709 C6_control_B2 +LQ00X009770 Predicted protein 6.493047841 C6_control_B3 +LQ00X009770 Predicted protein 5.474702546 C6_control_C1 +LQ00X009770 Predicted protein 5.56067372 C6_control_C2 +LQ00X009770 Predicted protein 5.279965312 C6_control_C3 +LQ00X009770 Predicted protein 5.752927531 C6_chemical_A1 +LQ00X009770 Predicted protein 5.457929189 C6_chemical_A3 +LQ00X009770 Predicted protein 6.023875215 C6_chemical_B1 +LQ00X009770 Predicted protein 5.581309724 C6_chemical_B2 +LQ00X009770 Predicted protein 6.133782291 C6_chemical_B3 +LQ00X009770 Predicted protein 5.596647328 C6_chemical_C1 +LQ00X009770 Predicted protein 5.120617807 C6_chemical_C2 +LQ00X009770 Predicted protein 5.227810605 C6_chemical_C3 +LQ00X009770 Predicted protein 5.927441734 L4_control_A1 +LQ00X009770 Predicted protein 5.852959619 L4_control_A2 +LQ00X009770 Predicted protein 5.596845316 L4_control_A3 +LQ00X009770 Predicted protein 5.537047905 L4_control_B1 +LQ00X009770 Predicted protein 5.223177924 L4_control_B2 +LQ00X009770 Predicted protein 6.064689816 L4_control_B3 +LQ00X009770 Predicted protein 6.087033758 L4_control_C2 +LQ00X009770 Predicted protein 6.637575242 L4_control_C3 +LQ00X009770 Predicted protein 5.890342089 L4_chemical_A1 +LQ00X009770 Predicted protein 5.735853671 L4_chemical_A2 +LQ00X009770 Predicted protein 5.845177787 L4_chemical_A3 +LQ00X009770 Predicted protein 5.701011063 L4_chemical_B1 +LQ00X009770 Predicted protein 5.511551504 L4_chemical_B2 +LQ00X009770 Predicted protein 6.155042804 L4_chemical_B3 +LQ00X009770 Predicted protein 5.438610104 L4_chemical_C2 +LQ00X009770 Predicted protein 6.004325333 L4_chemical_C3 +LQ00X009780 Putative uncharacterized protein 8.015847544 C6_control_A1 +LQ00X009780 Putative uncharacterized protein 8.261578814 C6_control_A3 +LQ00X009780 Putative uncharacterized protein 9.261398837 C6_control_B1 +LQ00X009780 Putative uncharacterized protein 9.187328802 C6_control_B2 +LQ00X009780 Putative uncharacterized protein 10.77445591 C6_control_B3 +LQ00X009780 Putative uncharacterized protein 10.38752015 C6_control_C1 +LQ00X009780 Putative uncharacterized protein 10.59840713 C6_control_C2 +LQ00X009780 Putative uncharacterized protein 11.42095904 C6_control_C3 +LQ00X009780 Putative uncharacterized protein 7.665900262 C6_chemical_A1 +LQ00X009780 Putative uncharacterized protein 8.520760529 C6_chemical_A3 +LQ00X009780 Putative uncharacterized protein 9.64524491 C6_chemical_B1 +LQ00X009780 Putative uncharacterized protein 8.816156273 C6_chemical_B2 +LQ00X009780 Putative uncharacterized protein 10.71321779 C6_chemical_B3 +LQ00X009780 Putative uncharacterized protein 10.18248546 C6_chemical_C1 +LQ00X009780 Putative uncharacterized protein 10.44150885 C6_chemical_C2 +LQ00X009780 Putative uncharacterized protein 12.34312046 C6_chemical_C3 +LQ00X009780 Putative uncharacterized protein 8.461621581 L4_control_A1 +LQ00X009780 Putative uncharacterized protein 8.966657689 L4_control_A2 +LQ00X009780 Putative uncharacterized protein 10.24981385 L4_control_A3 +LQ00X009780 Putative uncharacterized protein 11.08851381 L4_control_B1 +LQ00X009780 Putative uncharacterized protein 9.668216442 L4_control_B2 +LQ00X009780 Putative uncharacterized protein 11.36401907 L4_control_B3 +LQ00X009780 Putative uncharacterized protein 12.15982191 L4_control_C2 +LQ00X009780 Putative uncharacterized protein 12.54293495 L4_control_C3 +LQ00X009780 Putative uncharacterized protein 11.09087383 L4_chemical_A1 +LQ00X009780 Putative uncharacterized protein 10.40475035 L4_chemical_A2 +LQ00X009780 Putative uncharacterized protein 10.53302652 L4_chemical_A3 +LQ00X009780 Putative uncharacterized protein 10.69406971 L4_chemical_B1 +LQ00X009780 Putative uncharacterized protein 10.59245953 L4_chemical_B2 +LQ00X009780 Putative uncharacterized protein 10.62084363 L4_chemical_B3 +LQ00X009780 Putative uncharacterized protein 11.99341243 L4_chemical_C2 +LQ00X009780 Putative uncharacterized protein 12.21102431 L4_chemical_C3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.086167276 C6_control_A1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.653748798 C6_control_A3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.183996098 C6_control_B1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.583631525 C6_control_B2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.748408681 C6_control_B3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.179440466 C6_control_C1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.290424113 C6_control_C2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.371394934 C6_control_C3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.666784515 C6_chemical_A1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.854179133 C6_chemical_A3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.076531178 C6_chemical_B1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.03532211 C6_chemical_B2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.467740177 C6_chemical_B3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.209188066 C6_chemical_C1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.481398904 C6_chemical_C2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.405114445 C6_chemical_C3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.823538863 L4_control_A1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.076941733 L4_control_A2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.459524099 L4_control_A3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.931294506 L4_control_B1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.168660128 L4_control_B2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.991272014 L4_control_B3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 7.498790326 L4_control_C2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.521892149 L4_control_C3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.075370111 L4_chemical_A1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.279527052 L4_chemical_A2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.935899415 L4_chemical_A3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.045900276 L4_chemical_B1 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.97240544 L4_chemical_B2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.363974524 L4_chemical_B3 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 6.667812833 L4_chemical_C2 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.610756477 L4_chemical_C3 +LQ00X009980 Hypothetical protein 8.538820659 C6_control_A1 +LQ00X009980 Hypothetical protein 7.123056155 C6_control_A3 +LQ00X009980 Hypothetical protein 7.397743296 C6_control_B1 +LQ00X009980 Hypothetical protein 9.491269263 C6_control_B2 +LQ00X009980 Hypothetical protein 8.14099976 C6_control_B3 +LQ00X009980 Hypothetical protein 9.451068951 C6_control_C1 +LQ00X009980 Hypothetical protein 9.203670331 C6_control_C2 +LQ00X009980 Hypothetical protein 9.357244788 C6_control_C3 +LQ00X009980 Hypothetical protein 8.372700107 C6_chemical_A1 +LQ00X009980 Hypothetical protein 7.620286775 C6_chemical_A3 +LQ00X009980 Hypothetical protein 6.481914353 C6_chemical_B1 +LQ00X009980 Hypothetical protein 9.299587125 C6_chemical_B2 +LQ00X009980 Hypothetical protein 7.877913067 C6_chemical_B3 +LQ00X009980 Hypothetical protein 9.871761738 C6_chemical_C1 +LQ00X009980 Hypothetical protein 10.1462514 C6_chemical_C2 +LQ00X009980 Hypothetical protein 9.504406147 C6_chemical_C3 +LQ00X009980 Hypothetical protein 6.360661083 L4_control_A1 +LQ00X009980 Hypothetical protein 5.830552442 L4_control_A2 +LQ00X009980 Hypothetical protein 5.719811423 L4_control_A3 +LQ00X009980 Hypothetical protein 5.602904056 L4_control_B1 +LQ00X009980 Hypothetical protein 5.235963402 L4_control_B2 +LQ00X009980 Hypothetical protein 6.136492667 L4_control_B3 +LQ00X009980 Hypothetical protein 5.879779362 L4_control_C2 +LQ00X009980 Hypothetical protein 5.49539835 L4_control_C3 +LQ00X009980 Hypothetical protein 7.120129817 L4_chemical_A1 +LQ00X009980 Hypothetical protein 6.556175928 L4_chemical_A2 +LQ00X009980 Hypothetical protein 6.23492558 L4_chemical_A3 +LQ00X009980 Hypothetical protein 5.802703177 L4_chemical_B1 +LQ00X009980 Hypothetical protein 5.393663098 L4_chemical_B2 +LQ00X009980 Hypothetical protein 6.287004041 L4_chemical_B3 +LQ00X009980 Hypothetical protein 5.673255372 L4_chemical_C2 +LQ00X009980 Hypothetical protein 5.597618667 L4_chemical_C3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 8.460886322 C6_control_A1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 6.837573266 C6_control_A3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 8.511568188 C6_control_B1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.664214417 C6_control_B2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.234791847 C6_control_B3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.5772642 C6_control_C1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.58422055 C6_control_C2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.58543556 C6_control_C3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 8.243948677 C6_chemical_A1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 8.351662094 C6_chemical_A3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.298654401 C6_chemical_B1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.521258266 C6_chemical_B2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.212897538 C6_chemical_B3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.47639853 C6_chemical_C1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.76749739 C6_chemical_C2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.7433617 C6_chemical_C3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 8.80018298 L4_control_A1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.059481398 L4_control_A2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.225566733 L4_control_A3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.558438587 L4_control_B1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.907665976 L4_control_B2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 10.15807216 L4_control_B3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 12.04769725 L4_control_C2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.96563394 L4_control_C3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 10.2425526 L4_chemical_A1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 10.36604056 L4_chemical_A2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.738324457 L4_chemical_A3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.720318644 L4_chemical_B1 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.519092604 L4_chemical_B2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 9.384157204 L4_chemical_B3 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.82755777 L4_chemical_C2 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 11.85603813 L4_chemical_C3 +LQ00X010120 NAC domain protein, IPR003441 11.36028545 C6_control_A1 +LQ00X010120 NAC domain protein, IPR003441 11.24230198 C6_control_A3 +LQ00X010120 NAC domain protein, IPR003441 11.42134618 C6_control_B1 +LQ00X010120 NAC domain protein, IPR003441 11.2256311 C6_control_B2 +LQ00X010120 NAC domain protein, IPR003441 11.6325856 C6_control_B3 +LQ00X010120 NAC domain protein, IPR003441 12.3415721 C6_control_C1 +LQ00X010120 NAC domain protein, IPR003441 12.23188759 C6_control_C2 +LQ00X010120 NAC domain protein, IPR003441 12.28184798 C6_control_C3 +LQ00X010120 NAC domain protein, IPR003441 11.58945394 C6_chemical_A1 +LQ00X010120 NAC domain protein, IPR003441 11.71742951 C6_chemical_A3 +LQ00X010120 NAC domain protein, IPR003441 11.51362507 C6_chemical_B1 +LQ00X010120 NAC domain protein, IPR003441 11.29012796 C6_chemical_B2 +LQ00X010120 NAC domain protein, IPR003441 12.06801443 C6_chemical_B3 +LQ00X010120 NAC domain protein, IPR003441 12.37672761 C6_chemical_C1 +LQ00X010120 NAC domain protein, IPR003441 12.24982187 C6_chemical_C2 +LQ00X010120 NAC domain protein, IPR003441 12.77779313 C6_chemical_C3 +LQ00X010120 NAC domain protein, IPR003441 11.54445226 L4_control_A1 +LQ00X010120 NAC domain protein, IPR003441 11.6302341 L4_control_A2 +LQ00X010120 NAC domain protein, IPR003441 11.86849416 L4_control_A3 +LQ00X010120 NAC domain protein, IPR003441 11.57549456 L4_control_B1 +LQ00X010120 NAC domain protein, IPR003441 11.92027351 L4_control_B2 +LQ00X010120 NAC domain protein, IPR003441 11.9448807 L4_control_B3 +LQ00X010120 NAC domain protein, IPR003441 12.75583396 L4_control_C2 +LQ00X010120 NAC domain protein, IPR003441 13.33286427 L4_control_C3 +LQ00X010120 NAC domain protein, IPR003441 11.84918702 L4_chemical_A1 +LQ00X010120 NAC domain protein, IPR003441 11.78581482 L4_chemical_A2 +LQ00X010120 NAC domain protein, IPR003441 11.95488668 L4_chemical_A3 +LQ00X010120 NAC domain protein, IPR003441 11.59845378 L4_chemical_B1 +LQ00X010120 NAC domain protein, IPR003441 11.65222808 L4_chemical_B2 +LQ00X010120 NAC domain protein, IPR003441 11.49538139 L4_chemical_B3 +LQ00X010120 NAC domain protein, IPR003441 12.45783465 L4_chemical_C2 +LQ00X010120 NAC domain protein, IPR003441 13.01438612 L4_chemical_C3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.27605537 C6_control_A1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.1541785 C6_control_A3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.16415287 C6_control_B1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.10955967 C6_control_B2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.43226058 C6_control_B3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.25699887 C6_control_C1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.41831937 C6_control_C2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.47462425 C6_control_C3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.44487151 C6_chemical_A1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.97816083 C6_chemical_A3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.23451028 C6_chemical_B1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.10061627 C6_chemical_B2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.22501471 C6_chemical_B3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.45131722 C6_chemical_C1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.83222203 C6_chemical_C2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.85784178 C6_chemical_C3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.95959982 L4_control_A1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.16786746 L4_control_A2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.39357834 L4_control_A3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.10761266 L4_control_B1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.07358187 L4_control_B2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.20640507 L4_control_B3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.01338819 L4_control_C2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.39251527 L4_control_C3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.95393479 L4_chemical_A1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.17066708 L4_chemical_A2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.53202348 L4_chemical_A3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.19924066 L4_chemical_B1 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.24718233 L4_chemical_B2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.56064124 L4_chemical_B3 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.29937085 L4_chemical_C2 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 11.54450334 L4_chemical_C3 +LQ00X010510 Putative uncharacterized protein 7.875390804 C6_control_A1 +LQ00X010510 Putative uncharacterized protein 7.518342128 C6_control_A3 +LQ00X010510 Putative uncharacterized protein 7.155236458 C6_control_B1 +LQ00X010510 Putative uncharacterized protein 7.905867593 C6_control_B2 +LQ00X010510 Putative uncharacterized protein 8.88427899 C6_control_B3 +LQ00X010510 Putative uncharacterized protein 8.299222506 C6_control_C1 +LQ00X010510 Putative uncharacterized protein 9.939875303 C6_control_C2 +LQ00X010510 Putative uncharacterized protein 8.726458759 C6_control_C3 +LQ00X010510 Putative uncharacterized protein 8.872378548 C6_chemical_A1 +LQ00X010510 Putative uncharacterized protein 8.142527671 C6_chemical_A3 +LQ00X010510 Putative uncharacterized protein 9.337770753 C6_chemical_B1 +LQ00X010510 Putative uncharacterized protein 9.269648463 C6_chemical_B2 +LQ00X010510 Putative uncharacterized protein 9.358078366 C6_chemical_B3 +LQ00X010510 Putative uncharacterized protein 10.09163908 C6_chemical_C1 +LQ00X010510 Putative uncharacterized protein 10.14463252 C6_chemical_C2 +LQ00X010510 Putative uncharacterized protein 9.399726661 C6_chemical_C3 +LQ00X010510 Putative uncharacterized protein 8.58285064 L4_control_A1 +LQ00X010510 Putative uncharacterized protein 7.590088098 L4_control_A2 +LQ00X010510 Putative uncharacterized protein 7.019205437 L4_control_A3 +LQ00X010510 Putative uncharacterized protein 8.740944859 L4_control_B1 +LQ00X010510 Putative uncharacterized protein 8.464822201 L4_control_B2 +LQ00X010510 Putative uncharacterized protein 8.712120617 L4_control_B3 +LQ00X010510 Putative uncharacterized protein 9.73362255 L4_control_C2 +LQ00X010510 Putative uncharacterized protein 8.834676998 L4_control_C3 +LQ00X010510 Putative uncharacterized protein 8.025499178 L4_chemical_A1 +LQ00X010510 Putative uncharacterized protein 7.446122522 L4_chemical_A2 +LQ00X010510 Putative uncharacterized protein 7.890846123 L4_chemical_A3 +LQ00X010510 Putative uncharacterized protein 8.993331753 L4_chemical_B1 +LQ00X010510 Putative uncharacterized protein 9.030870899 L4_chemical_B2 +LQ00X010510 Putative uncharacterized protein 8.183427305 L4_chemical_B3 +LQ00X010510 Putative uncharacterized protein 9.564541924 L4_chemical_C2 +LQ00X010510 Putative uncharacterized protein 9.369259479 L4_chemical_C3 +LQ00X010560 Calcium-dependent protein kinase 30 12.07360041 C6_control_A1 +LQ00X010560 Calcium-dependent protein kinase 30 12.07524628 C6_control_A3 +LQ00X010560 Calcium-dependent protein kinase 30 11.89186467 C6_control_B1 +LQ00X010560 Calcium-dependent protein kinase 30 11.89946091 C6_control_B2 +LQ00X010560 Calcium-dependent protein kinase 30 11.84372296 C6_control_B3 +LQ00X010560 Calcium-dependent protein kinase 30 12.67517858 C6_control_C1 +LQ00X010560 Calcium-dependent protein kinase 30 12.17138399 C6_control_C2 +LQ00X010560 Calcium-dependent protein kinase 30 12.40951501 C6_control_C3 +LQ00X010560 Calcium-dependent protein kinase 30 11.74213268 C6_chemical_A1 +LQ00X010560 Calcium-dependent protein kinase 30 11.98226277 C6_chemical_A3 +LQ00X010560 Calcium-dependent protein kinase 30 11.62939231 C6_chemical_B1 +LQ00X010560 Calcium-dependent protein kinase 30 11.97485001 C6_chemical_B2 +LQ00X010560 Calcium-dependent protein kinase 30 11.55268548 C6_chemical_B3 +LQ00X010560 Calcium-dependent protein kinase 30 12.5794909 C6_chemical_C1 +LQ00X010560 Calcium-dependent protein kinase 30 11.9105486 C6_chemical_C2 +LQ00X010560 Calcium-dependent protein kinase 30 12.52135318 C6_chemical_C3 +LQ00X010560 Calcium-dependent protein kinase 30 12.01963193 L4_control_A1 +LQ00X010560 Calcium-dependent protein kinase 30 10.77795225 L4_control_A2 +LQ00X010560 Calcium-dependent protein kinase 30 11.57205024 L4_control_A3 +LQ00X010560 Calcium-dependent protein kinase 30 11.18273073 L4_control_B1 +LQ00X010560 Calcium-dependent protein kinase 30 10.50779791 L4_control_B2 +LQ00X010560 Calcium-dependent protein kinase 30 11.97741444 L4_control_B3 +LQ00X010560 Calcium-dependent protein kinase 30 12.21401555 L4_control_C2 +LQ00X010560 Calcium-dependent protein kinase 30 11.78738694 L4_control_C3 +LQ00X010560 Calcium-dependent protein kinase 30 11.86179041 L4_chemical_A1 +LQ00X010560 Calcium-dependent protein kinase 30 10.5959759 L4_chemical_A2 +LQ00X010560 Calcium-dependent protein kinase 30 11.54583005 L4_chemical_A3 +LQ00X010560 Calcium-dependent protein kinase 30 11.30124764 L4_chemical_B1 +LQ00X010560 Calcium-dependent protein kinase 30 10.47572776 L4_chemical_B2 +LQ00X010560 Calcium-dependent protein kinase 30 11.4507103 L4_chemical_B3 +LQ00X010560 Calcium-dependent protein kinase 30 12.01760629 L4_chemical_C2 +LQ00X010560 Calcium-dependent protein kinase 30 11.64057394 L4_chemical_C3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.354852066 C6_control_A1 +LQ00X010670 Trafficking protein particle complex subunit 3 5.799970224 C6_control_A3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.132682563 C6_control_B1 +LQ00X010670 Trafficking protein particle complex subunit 3 5.5845569 C6_control_B2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.378930831 C6_control_B3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.63188495 C6_control_C1 +LQ00X010670 Trafficking protein particle complex subunit 3 5.795171054 C6_control_C2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.302723269 C6_control_C3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.192877976 C6_chemical_A1 +LQ00X010670 Trafficking protein particle complex subunit 3 5.555571913 C6_chemical_A3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.490564428 C6_chemical_B1 +LQ00X010670 Trafficking protein particle complex subunit 3 5.434961547 C6_chemical_B2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.05530544 C6_chemical_B3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.538275526 C6_chemical_C1 +LQ00X010670 Trafficking protein particle complex subunit 3 5.300338919 C6_chemical_C2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.150903589 C6_chemical_C3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.586848799 L4_control_A1 +LQ00X010670 Trafficking protein particle complex subunit 3 5.445426302 L4_control_A2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.940163018 L4_control_A3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.273745253 L4_control_B1 +LQ00X010670 Trafficking protein particle complex subunit 3 4.922977013 L4_control_B2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.181433587 L4_control_B3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.488207204 L4_control_C2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.260911663 L4_control_C3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.4577524 L4_chemical_A1 +LQ00X010670 Trafficking protein particle complex subunit 3 5.063533688 L4_chemical_A2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.213317769 L4_chemical_A3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.180983578 L4_chemical_B1 +LQ00X010670 Trafficking protein particle complex subunit 3 4.829670142 L4_chemical_B2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.428401371 L4_chemical_B3 +LQ00X010670 Trafficking protein particle complex subunit 3 5.188819724 L4_chemical_C2 +LQ00X010670 Trafficking protein particle complex subunit 3 5.148301871 L4_chemical_C3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 8.826219044 C6_control_A1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.38843518 C6_control_A3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 9.628873323 C6_control_B1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.20748646 C6_control_B2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.59720637 C6_control_B3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 11.09511944 C6_control_C1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 13.28125916 C6_control_C2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 11.66644343 C6_control_C3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.87565047 C6_chemical_A1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 9.838543444 C6_chemical_A3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 12.50462977 C6_chemical_B1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 12.78014965 C6_chemical_B2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 12.71560485 C6_chemical_B3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 13.33400477 C6_chemical_C1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 13.44401619 C6_chemical_C2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 13.69158444 C6_chemical_C3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 9.459391304 L4_control_A1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 9.375485281 L4_control_A2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 8.368688967 L4_control_A3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 11.28956104 L4_control_B1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.76303105 L4_control_B2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 11.41909677 L4_control_B3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 12.62289024 L4_control_C2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 12.16607565 L4_control_C3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 9.180520922 L4_chemical_A1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 9.017861463 L4_chemical_A2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 8.853628146 L4_chemical_A3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.49031141 L4_chemical_B1 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.81062046 L4_chemical_B2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.5694515 L4_chemical_B3 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 11.91427574 L4_chemical_C2 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 12.38839074 L4_chemical_C3 +LQ00X011100 Putative Auxin-induced protein 6B 9.715913173 C6_control_A1 +LQ00X011100 Putative Auxin-induced protein 6B 10.85610201 C6_control_A3 +LQ00X011100 Putative Auxin-induced protein 6B 8.279494248 C6_control_B1 +LQ00X011100 Putative Auxin-induced protein 6B 7.758803389 C6_control_B2 +LQ00X011100 Putative Auxin-induced protein 6B 7.585819447 C6_control_B3 +LQ00X011100 Putative Auxin-induced protein 6B 5.366623158 C6_control_C1 +LQ00X011100 Putative Auxin-induced protein 6B 5.932227159 C6_control_C2 +LQ00X011100 Putative Auxin-induced protein 6B 6.107562199 C6_control_C3 +LQ00X011100 Putative Auxin-induced protein 6B 9.972075459 C6_chemical_A1 +LQ00X011100 Putative Auxin-induced protein 6B 10.79057674 C6_chemical_A3 +LQ00X011100 Putative Auxin-induced protein 6B 7.896000384 C6_chemical_B1 +LQ00X011100 Putative Auxin-induced protein 6B 7.879227972 C6_chemical_B2 +LQ00X011100 Putative Auxin-induced protein 6B 7.961211109 C6_chemical_B3 +LQ00X011100 Putative Auxin-induced protein 6B 5.958777115 C6_chemical_C1 +LQ00X011100 Putative Auxin-induced protein 6B 6.030680086 C6_chemical_C2 +LQ00X011100 Putative Auxin-induced protein 6B 5.794116882 C6_chemical_C3 +LQ00X011100 Putative Auxin-induced protein 6B 9.515439916 L4_control_A1 +LQ00X011100 Putative Auxin-induced protein 6B 9.252501206 L4_control_A2 +LQ00X011100 Putative Auxin-induced protein 6B 9.511064565 L4_control_A3 +LQ00X011100 Putative Auxin-induced protein 6B 7.078772531 L4_control_B1 +LQ00X011100 Putative Auxin-induced protein 6B 7.88085394 L4_control_B2 +LQ00X011100 Putative Auxin-induced protein 6B 5.944135882 L4_control_B3 +LQ00X011100 Putative Auxin-induced protein 6B 5.780659963 L4_control_C2 +LQ00X011100 Putative Auxin-induced protein 6B 6.079760978 L4_control_C3 +LQ00X011100 Putative Auxin-induced protein 6B 9.475477313 L4_chemical_A1 +LQ00X011100 Putative Auxin-induced protein 6B 9.397632884 L4_chemical_A2 +LQ00X011100 Putative Auxin-induced protein 6B 9.587675719 L4_chemical_A3 +LQ00X011100 Putative Auxin-induced protein 6B 7.917159364 L4_chemical_B1 +LQ00X011100 Putative Auxin-induced protein 6B 8.666365104 L4_chemical_B2 +LQ00X011100 Putative Auxin-induced protein 6B 8.013828114 L4_chemical_B3 +LQ00X011100 Putative Auxin-induced protein 6B 5.680782946 L4_chemical_C2 +LQ00X011100 Putative Auxin-induced protein 6B 5.805047034 L4_chemical_C3 +LQ00X011130 Hypothetical protein 5.364725395 C6_control_A1 +LQ00X011130 Hypothetical protein 5.306855707 C6_control_A3 +LQ00X011130 Hypothetical protein 5.59463368 C6_control_B1 +LQ00X011130 Hypothetical protein 5.383961456 C6_control_B2 +LQ00X011130 Hypothetical protein 5.812158773 C6_control_B3 +LQ00X011130 Hypothetical protein 5.90050142 C6_control_C1 +LQ00X011130 Hypothetical protein 5.416720027 C6_control_C2 +LQ00X011130 Hypothetical protein 5.64604024 C6_control_C3 +LQ00X011130 Hypothetical protein 5.069932215 C6_chemical_A1 +LQ00X011130 Hypothetical protein 5.392202822 C6_chemical_A3 +LQ00X011130 Hypothetical protein 5.582315447 C6_chemical_B1 +LQ00X011130 Hypothetical protein 5.37968247 C6_chemical_B2 +LQ00X011130 Hypothetical protein 5.317453504 C6_chemical_B3 +LQ00X011130 Hypothetical protein 5.665780608 C6_chemical_C1 +LQ00X011130 Hypothetical protein 5.447384333 C6_chemical_C2 +LQ00X011130 Hypothetical protein 5.841183131 C6_chemical_C3 +LQ00X011130 Hypothetical protein 5.349314146 L4_control_A1 +LQ00X011130 Hypothetical protein 5.485331347 L4_control_A2 +LQ00X011130 Hypothetical protein 5.936055036 L4_control_A3 +LQ00X011130 Hypothetical protein 5.689754183 L4_control_B1 +LQ00X011130 Hypothetical protein 5.538021573 L4_control_B2 +LQ00X011130 Hypothetical protein 5.538639123 L4_control_B3 +LQ00X011130 Hypothetical protein 5.858819076 L4_control_C2 +LQ00X011130 Hypothetical protein 6.037098835 L4_control_C3 +LQ00X011130 Hypothetical protein 5.57053072 L4_chemical_A1 +LQ00X011130 Hypothetical protein 5.746671141 L4_chemical_A2 +LQ00X011130 Hypothetical protein 5.442165827 L4_chemical_A3 +LQ00X011130 Hypothetical protein 5.189687766 L4_chemical_B1 +LQ00X011130 Hypothetical protein 5.395762334 L4_chemical_B2 +LQ00X011130 Hypothetical protein 5.483734462 L4_chemical_B3 +LQ00X011130 Hypothetical protein 5.217684504 L4_chemical_C2 +LQ00X011130 Hypothetical protein 6.218146137 L4_chemical_C3 +LQ00X011370 Transcription factor bHLH135 13.10250252 C6_control_A1 +LQ00X011370 Transcription factor bHLH135 12.68820366 C6_control_A3 +LQ00X011370 Transcription factor bHLH135 12.57410359 C6_control_B1 +LQ00X011370 Transcription factor bHLH135 9.746074775 C6_control_B2 +LQ00X011370 Transcription factor bHLH135 11.0053653 C6_control_B3 +LQ00X011370 Transcription factor bHLH135 5.980199469 C6_control_C1 +LQ00X011370 Transcription factor bHLH135 6.475187323 C6_control_C2 +LQ00X011370 Transcription factor bHLH135 7.519913512 C6_control_C3 +LQ00X011370 Transcription factor bHLH135 13.05099149 C6_chemical_A1 +LQ00X011370 Transcription factor bHLH135 12.81281865 C6_chemical_A3 +LQ00X011370 Transcription factor bHLH135 11.90218013 C6_chemical_B1 +LQ00X011370 Transcription factor bHLH135 10.4516301 C6_chemical_B2 +LQ00X011370 Transcription factor bHLH135 11.4612065 C6_chemical_B3 +LQ00X011370 Transcription factor bHLH135 5.885664628 C6_chemical_C1 +LQ00X011370 Transcription factor bHLH135 5.106783613 C6_chemical_C2 +LQ00X011370 Transcription factor bHLH135 8.379080992 C6_chemical_C3 +LQ00X011370 Transcription factor bHLH135 12.43957179 L4_control_A1 +LQ00X011370 Transcription factor bHLH135 12.91720579 L4_control_A2 +LQ00X011370 Transcription factor bHLH135 12.69694105 L4_control_A3 +LQ00X011370 Transcription factor bHLH135 10.84798803 L4_control_B1 +LQ00X011370 Transcription factor bHLH135 11.0000168 L4_control_B2 +LQ00X011370 Transcription factor bHLH135 7.360346187 L4_control_B3 +LQ00X011370 Transcription factor bHLH135 5.066349232 L4_control_C2 +LQ00X011370 Transcription factor bHLH135 5.423324956 L4_control_C3 +LQ00X011370 Transcription factor bHLH135 11.53934696 L4_chemical_A1 +LQ00X011370 Transcription factor bHLH135 12.47552581 L4_chemical_A2 +LQ00X011370 Transcription factor bHLH135 12.44200692 L4_chemical_A3 +LQ00X011370 Transcription factor bHLH135 12.22892131 L4_chemical_B1 +LQ00X011370 Transcription factor bHLH135 11.70860263 L4_chemical_B2 +LQ00X011370 Transcription factor bHLH135 11.85218757 L4_chemical_B3 +LQ00X011370 Transcription factor bHLH135 4.580805303 L4_chemical_C2 +LQ00X011370 Transcription factor bHLH135 8.172724357 L4_chemical_C3 +LQ00X011440 Putative Xanthine dehydrogenase 11.39804883 C6_control_A1 +LQ00X011440 Putative Xanthine dehydrogenase 11.090741 C6_control_A3 +LQ00X011440 Putative Xanthine dehydrogenase 11.13886395 C6_control_B1 +LQ00X011440 Putative Xanthine dehydrogenase 11.1260565 C6_control_B2 +LQ00X011440 Putative Xanthine dehydrogenase 11.15675315 C6_control_B3 +LQ00X011440 Putative Xanthine dehydrogenase 12.94378016 C6_control_C1 +LQ00X011440 Putative Xanthine dehydrogenase 12.60717294 C6_control_C2 +LQ00X011440 Putative Xanthine dehydrogenase 13.45825633 C6_control_C3 +LQ00X011440 Putative Xanthine dehydrogenase 11.22146328 C6_chemical_A1 +LQ00X011440 Putative Xanthine dehydrogenase 11.02846008 C6_chemical_A3 +LQ00X011440 Putative Xanthine dehydrogenase 11.1942678 C6_chemical_B1 +LQ00X011440 Putative Xanthine dehydrogenase 10.71305503 C6_chemical_B2 +LQ00X011440 Putative Xanthine dehydrogenase 11.15640928 C6_chemical_B3 +LQ00X011440 Putative Xanthine dehydrogenase 12.32182361 C6_chemical_C1 +LQ00X011440 Putative Xanthine dehydrogenase 12.44229964 C6_chemical_C2 +LQ00X011440 Putative Xanthine dehydrogenase 13.23384391 C6_chemical_C3 +LQ00X011440 Putative Xanthine dehydrogenase 11.30917333 L4_control_A1 +LQ00X011440 Putative Xanthine dehydrogenase 11.42133672 L4_control_A2 +LQ00X011440 Putative Xanthine dehydrogenase 11.39808696 L4_control_A3 +LQ00X011440 Putative Xanthine dehydrogenase 12.27514213 L4_control_B1 +LQ00X011440 Putative Xanthine dehydrogenase 11.69891993 L4_control_B2 +LQ00X011440 Putative Xanthine dehydrogenase 12.45167724 L4_control_B3 +LQ00X011440 Putative Xanthine dehydrogenase 12.61548688 L4_control_C2 +LQ00X011440 Putative Xanthine dehydrogenase 13.1178023 L4_control_C3 +LQ00X011440 Putative Xanthine dehydrogenase 11.64650221 L4_chemical_A1 +LQ00X011440 Putative Xanthine dehydrogenase 12.02513233 L4_chemical_A2 +LQ00X011440 Putative Xanthine dehydrogenase 11.43107459 L4_chemical_A3 +LQ00X011440 Putative Xanthine dehydrogenase 11.73548445 L4_chemical_B1 +LQ00X011440 Putative Xanthine dehydrogenase 12.02882644 L4_chemical_B2 +LQ00X011440 Putative Xanthine dehydrogenase 12.06755094 L4_chemical_B3 +LQ00X011440 Putative Xanthine dehydrogenase 12.84219665 L4_chemical_C2 +LQ00X011440 Putative Xanthine dehydrogenase 13.13427141 L4_chemical_C3 +LQ00X011460 Hypothetical protein 5.341288967 C6_control_A1 +LQ00X011460 Hypothetical protein 5.082771766 C6_control_A3 +LQ00X011460 Hypothetical protein 5.840902757 C6_control_B1 +LQ00X011460 Hypothetical protein 5.0807662 C6_control_B2 +LQ00X011460 Hypothetical protein 5.746259071 C6_control_B3 +LQ00X011460 Hypothetical protein 5.579903628 C6_control_C1 +LQ00X011460 Hypothetical protein 5.113419659 C6_control_C2 +LQ00X011460 Hypothetical protein 5.371246651 C6_control_C3 +LQ00X011460 Hypothetical protein 5.172115463 C6_chemical_A1 +LQ00X011460 Hypothetical protein 5.444068752 C6_chemical_A3 +LQ00X011460 Hypothetical protein 5.629971865 C6_chemical_B1 +LQ00X011460 Hypothetical protein 5.209261553 C6_chemical_B2 +LQ00X011460 Hypothetical protein 5.42030068 C6_chemical_B3 +LQ00X011460 Hypothetical protein 5.402625124 C6_chemical_C1 +LQ00X011460 Hypothetical protein 5.511540023 C6_chemical_C2 +LQ00X011460 Hypothetical protein 5.455634453 C6_chemical_C3 +LQ00X011460 Hypothetical protein 5.35428772 L4_control_A1 +LQ00X011460 Hypothetical protein 5.355608997 L4_control_A2 +LQ00X011460 Hypothetical protein 5.235698571 L4_control_A3 +LQ00X011460 Hypothetical protein 5.488154885 L4_control_B1 +LQ00X011460 Hypothetical protein 5.593324226 L4_control_B2 +LQ00X011460 Hypothetical protein 5.474422905 L4_control_B3 +LQ00X011460 Hypothetical protein 5.856616532 L4_control_C2 +LQ00X011460 Hypothetical protein 6.154573861 L4_control_C3 +LQ00X011460 Hypothetical protein 5.84084755 L4_chemical_A1 +LQ00X011460 Hypothetical protein 5.18270299 L4_chemical_A2 +LQ00X011460 Hypothetical protein 5.31482113 L4_chemical_A3 +LQ00X011460 Hypothetical protein 5.904193445 L4_chemical_B1 +LQ00X011460 Hypothetical protein 5.859657749 L4_chemical_B2 +LQ00X011460 Hypothetical protein 5.217930195 L4_chemical_B3 +LQ00X011460 Hypothetical protein 5.772754604 L4_chemical_C2 +LQ00X011460 Hypothetical protein 5.6537332 L4_chemical_C3 +LQ00X011520 Putative Disease resistance protein At4g27190 6.017699119 C6_control_A1 +LQ00X011520 Putative Disease resistance protein At4g27190 5.373727089 C6_control_A3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.928774629 C6_control_B1 +LQ00X011520 Putative Disease resistance protein At4g27190 6.058020202 C6_control_B2 +LQ00X011520 Putative Disease resistance protein At4g27190 5.951238241 C6_control_B3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.587633031 C6_control_C1 +LQ00X011520 Putative Disease resistance protein At4g27190 5.442087127 C6_control_C2 +LQ00X011520 Putative Disease resistance protein At4g27190 5.487508175 C6_control_C3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.731601566 C6_chemical_A1 +LQ00X011520 Putative Disease resistance protein At4g27190 5.482384794 C6_chemical_A3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.84150521 C6_chemical_B1 +LQ00X011520 Putative Disease resistance protein At4g27190 5.917823778 C6_chemical_B2 +LQ00X011520 Putative Disease resistance protein At4g27190 5.811468677 C6_chemical_B3 +LQ00X011520 Putative Disease resistance protein At4g27190 6.247920174 C6_chemical_C1 +LQ00X011520 Putative Disease resistance protein At4g27190 6.204604344 C6_chemical_C2 +LQ00X011520 Putative Disease resistance protein At4g27190 5.210359078 C6_chemical_C3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.480411346 L4_control_A1 +LQ00X011520 Putative Disease resistance protein At4g27190 5.282318034 L4_control_A2 +LQ00X011520 Putative Disease resistance protein At4g27190 5.86837115 L4_control_A3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.78768655 L4_control_B1 +LQ00X011520 Putative Disease resistance protein At4g27190 5.507737142 L4_control_B2 +LQ00X011520 Putative Disease resistance protein At4g27190 5.183456322 L4_control_B3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.819052699 L4_control_C2 +LQ00X011520 Putative Disease resistance protein At4g27190 5.728129545 L4_control_C3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.911560997 L4_chemical_A1 +LQ00X011520 Putative Disease resistance protein At4g27190 5.582641286 L4_chemical_A2 +LQ00X011520 Putative Disease resistance protein At4g27190 6.250662574 L4_chemical_A3 +LQ00X011520 Putative Disease resistance protein At4g27190 5.68320715 L4_chemical_B1 +LQ00X011520 Putative Disease resistance protein At4g27190 5.868613316 L4_chemical_B2 +LQ00X011520 Putative Disease resistance protein At4g27190 5.448620269 L4_chemical_B3 +LQ00X011520 Putative Disease resistance protein At4g27190 6.102723067 L4_chemical_C2 +LQ00X011520 Putative Disease resistance protein At4g27190 6.650749982 L4_chemical_C3 +LQ00X011530 Putative Predicted protein 5.00394351 C6_control_A1 +LQ00X011530 Putative Predicted protein 4.955257701 C6_control_A3 +LQ00X011530 Putative Predicted protein 5.536146757 C6_control_B1 +LQ00X011530 Putative Predicted protein 4.957560506 C6_control_B2 +LQ00X011530 Putative Predicted protein 5.445048813 C6_control_B3 +LQ00X011530 Putative Predicted protein 5.005274902 C6_control_C1 +LQ00X011530 Putative Predicted protein 4.78198475 C6_control_C2 +LQ00X011530 Putative Predicted protein 4.914864838 C6_control_C3 +LQ00X011530 Putative Predicted protein 5.083880143 C6_chemical_A1 +LQ00X011530 Putative Predicted protein 5.037807186 C6_chemical_A3 +LQ00X011530 Putative Predicted protein 5.39090543 C6_chemical_B1 +LQ00X011530 Putative Predicted protein 4.983650471 C6_chemical_B2 +LQ00X011530 Putative Predicted protein 5.539686934 C6_chemical_B3 +LQ00X011530 Putative Predicted protein 4.948318903 C6_chemical_C1 +LQ00X011530 Putative Predicted protein 4.709079769 C6_chemical_C2 +LQ00X011530 Putative Predicted protein 5.198547233 C6_chemical_C3 +LQ00X011530 Putative Predicted protein 5.625210227 L4_control_A1 +LQ00X011530 Putative Predicted protein 5.599718158 L4_control_A2 +LQ00X011530 Putative Predicted protein 5.331061483 L4_control_A3 +LQ00X011530 Putative Predicted protein 5.444523449 L4_control_B1 +LQ00X011530 Putative Predicted protein 5.543127659 L4_control_B2 +LQ00X011530 Putative Predicted protein 5.321402128 L4_control_B3 +LQ00X011530 Putative Predicted protein 5.235485085 L4_control_C2 +LQ00X011530 Putative Predicted protein 5.40346744 L4_control_C3 +LQ00X011530 Putative Predicted protein 5.518837937 L4_chemical_A1 +LQ00X011530 Putative Predicted protein 5.40475645 L4_chemical_A2 +LQ00X011530 Putative Predicted protein 5.546435822 L4_chemical_A3 +LQ00X011530 Putative Predicted protein 5.788362456 L4_chemical_B1 +LQ00X011530 Putative Predicted protein 5.31658123 L4_chemical_B2 +LQ00X011530 Putative Predicted protein 5.30319873 L4_chemical_B3 +LQ00X011530 Putative Predicted protein 5.828399579 L4_chemical_C2 +LQ00X011530 Putative Predicted protein 5.655644079 L4_chemical_C3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.556864297 C6_control_A1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.094423734 C6_control_A3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.180555274 C6_control_B1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.140321304 C6_control_B2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.371783848 C6_control_B3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 4.984937099 C6_control_C1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.099545664 C6_control_C2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.120716609 C6_control_C3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.33473267 C6_chemical_A1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.403788473 C6_chemical_A3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 4.940035724 C6_chemical_B1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.066777751 C6_chemical_B2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 4.924181713 C6_chemical_B3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.178790956 C6_chemical_C1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.539795495 C6_chemical_C2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.259668256 C6_chemical_C3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 4.960034375 L4_control_A1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.426891023 L4_control_A2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 6.178496313 L4_control_A3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.60544845 L4_control_B1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.540538392 L4_control_B2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.23374662 L4_control_B3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.446269419 L4_control_C2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 4.865447719 L4_control_C3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.305838115 L4_chemical_A1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.813118767 L4_chemical_A2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.873983667 L4_chemical_A3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.184375463 L4_chemical_B1 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.879808907 L4_chemical_B2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.284005921 L4_chemical_B3 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.350471185 L4_chemical_C2 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.219205877 L4_chemical_C3 +LQ00X011630 COBRA-like protein 1 12.48741028 C6_control_A1 +LQ00X011630 COBRA-like protein 1 12.07705282 C6_control_A3 +LQ00X011630 COBRA-like protein 1 12.96648739 C6_control_B1 +LQ00X011630 COBRA-like protein 1 12.20284989 C6_control_B2 +LQ00X011630 COBRA-like protein 1 12.83415121 C6_control_B3 +LQ00X011630 COBRA-like protein 1 11.32670386 C6_control_C1 +LQ00X011630 COBRA-like protein 1 11.57585656 C6_control_C2 +LQ00X011630 COBRA-like protein 1 11.11467603 C6_control_C3 +LQ00X011630 COBRA-like protein 1 12.5990086 C6_chemical_A1 +LQ00X011630 COBRA-like protein 1 12.06255999 C6_chemical_A3 +LQ00X011630 COBRA-like protein 1 13.1571308 C6_chemical_B1 +LQ00X011630 COBRA-like protein 1 11.99722721 C6_chemical_B2 +LQ00X011630 COBRA-like protein 1 12.74729985 C6_chemical_B3 +LQ00X011630 COBRA-like protein 1 11.55859718 C6_chemical_C1 +LQ00X011630 COBRA-like protein 1 11.15105851 C6_chemical_C2 +LQ00X011630 COBRA-like protein 1 10.76348832 C6_chemical_C3 +LQ00X011630 COBRA-like protein 1 12.27336788 L4_control_A1 +LQ00X011630 COBRA-like protein 1 12.46298268 L4_control_A2 +LQ00X011630 COBRA-like protein 1 11.77529223 L4_control_A3 +LQ00X011630 COBRA-like protein 1 12.3798684 L4_control_B1 +LQ00X011630 COBRA-like protein 1 12.95788336 L4_control_B2 +LQ00X011630 COBRA-like protein 1 11.82548412 L4_control_B3 +LQ00X011630 COBRA-like protein 1 11.86221029 L4_control_C2 +LQ00X011630 COBRA-like protein 1 11.8093535 L4_control_C3 +LQ00X011630 COBRA-like protein 1 12.17287088 L4_chemical_A1 +LQ00X011630 COBRA-like protein 1 12.31543117 L4_chemical_A2 +LQ00X011630 COBRA-like protein 1 11.90545057 L4_chemical_A3 +LQ00X011630 COBRA-like protein 1 12.80182477 L4_chemical_B1 +LQ00X011630 COBRA-like protein 1 12.61174994 L4_chemical_B2 +LQ00X011630 COBRA-like protein 1 12.46218657 L4_chemical_B3 +LQ00X011630 COBRA-like protein 1 11.54673328 L4_chemical_C2 +LQ00X011630 COBRA-like protein 1 11.46426332 L4_chemical_C3 +LQ00X011640 COBRA-like protein 4 5.885081614 C6_control_A1 +LQ00X011640 COBRA-like protein 4 6.084625208 C6_control_A3 +LQ00X011640 COBRA-like protein 4 5.941884211 C6_control_B1 +LQ00X011640 COBRA-like protein 4 6.12240703 C6_control_B2 +LQ00X011640 COBRA-like protein 4 6.179914932 C6_control_B3 +LQ00X011640 COBRA-like protein 4 5.672895962 C6_control_C1 +LQ00X011640 COBRA-like protein 4 5.828839428 C6_control_C2 +LQ00X011640 COBRA-like protein 4 5.303397863 C6_control_C3 +LQ00X011640 COBRA-like protein 4 6.007309699 C6_chemical_A1 +LQ00X011640 COBRA-like protein 4 6.220255953 C6_chemical_A3 +LQ00X011640 COBRA-like protein 4 5.8967004 C6_chemical_B1 +LQ00X011640 COBRA-like protein 4 5.903613415 C6_chemical_B2 +LQ00X011640 COBRA-like protein 4 5.848693861 C6_chemical_B3 +LQ00X011640 COBRA-like protein 4 5.859330223 C6_chemical_C1 +LQ00X011640 COBRA-like protein 4 5.706712249 C6_chemical_C2 +LQ00X011640 COBRA-like protein 4 5.351808844 C6_chemical_C3 +LQ00X011640 COBRA-like protein 4 5.532198174 L4_control_A1 +LQ00X011640 COBRA-like protein 4 6.16843507 L4_control_A2 +LQ00X011640 COBRA-like protein 4 6.041572971 L4_control_A3 +LQ00X011640 COBRA-like protein 4 5.782241585 L4_control_B1 +LQ00X011640 COBRA-like protein 4 5.911274537 L4_control_B2 +LQ00X011640 COBRA-like protein 4 5.95836972 L4_control_B3 +LQ00X011640 COBRA-like protein 4 5.872495074 L4_control_C2 +LQ00X011640 COBRA-like protein 4 5.551083989 L4_control_C3 +LQ00X011640 COBRA-like protein 4 5.711300087 L4_chemical_A1 +LQ00X011640 COBRA-like protein 4 5.707479843 L4_chemical_A2 +LQ00X011640 COBRA-like protein 4 5.70500403 L4_chemical_A3 +LQ00X011640 COBRA-like protein 4 6.512711647 L4_chemical_B1 +LQ00X011640 COBRA-like protein 4 6.272769487 L4_chemical_B2 +LQ00X011640 COBRA-like protein 4 5.890533376 L4_chemical_B3 +LQ00X011640 COBRA-like protein 4 5.831353451 L4_chemical_C2 +LQ00X011640 COBRA-like protein 4 4.790944542 L4_chemical_C3 +LQ00X011650 Putative uncharacterized protein 6.505509545 C6_control_A1 +LQ00X011650 Putative uncharacterized protein 5.809439086 C6_control_A3 +LQ00X011650 Putative uncharacterized protein 6.591919356 C6_control_B1 +LQ00X011650 Putative uncharacterized protein 6.048702499 C6_control_B2 +LQ00X011650 Putative uncharacterized protein 5.962147707 C6_control_B3 +LQ00X011650 Putative uncharacterized protein 5.782250366 C6_control_C1 +LQ00X011650 Putative uncharacterized protein 5.997855322 C6_control_C2 +LQ00X011650 Putative uncharacterized protein 7.84943168 C6_control_C3 +LQ00X011650 Putative uncharacterized protein 6.225941747 C6_chemical_A1 +LQ00X011650 Putative uncharacterized protein 6.009222113 C6_chemical_A3 +LQ00X011650 Putative uncharacterized protein 5.884591399 C6_chemical_B1 +LQ00X011650 Putative uncharacterized protein 8.118948733 C6_chemical_B2 +LQ00X011650 Putative uncharacterized protein 6.344212964 C6_chemical_B3 +LQ00X011650 Putative uncharacterized protein 6.028547402 C6_chemical_C1 +LQ00X011650 Putative uncharacterized protein 5.761923652 C6_chemical_C2 +LQ00X011650 Putative uncharacterized protein 5.942151785 C6_chemical_C3 +LQ00X011650 Putative uncharacterized protein 8.820523028 L4_control_A1 +LQ00X011650 Putative uncharacterized protein 6.76567295 L4_control_A2 +LQ00X011650 Putative uncharacterized protein 7.26691615 L4_control_A3 +LQ00X011650 Putative uncharacterized protein 6.285788944 L4_control_B1 +LQ00X011650 Putative uncharacterized protein 6.691804222 L4_control_B2 +LQ00X011650 Putative uncharacterized protein 6.087188285 L4_control_B3 +LQ00X011650 Putative uncharacterized protein 6.657979228 L4_control_C2 +LQ00X011650 Putative uncharacterized protein 7.078604208 L4_control_C3 +LQ00X011650 Putative uncharacterized protein 13.10865025 L4_chemical_A1 +LQ00X011650 Putative uncharacterized protein 7.480756066 L4_chemical_A2 +LQ00X011650 Putative uncharacterized protein 10.96913546 L4_chemical_A3 +LQ00X011650 Putative uncharacterized protein 8.797779992 L4_chemical_B1 +LQ00X011650 Putative uncharacterized protein 7.010323806 L4_chemical_B2 +LQ00X011650 Putative uncharacterized protein 6.224202794 L4_chemical_B3 +LQ00X011650 Putative uncharacterized protein 7.735805162 L4_chemical_C2 +LQ00X011650 Putative uncharacterized protein 5.988942186 L4_chemical_C3 +LQ00X011670 Hypothetical protein 5.135045902 C6_control_A1 +LQ00X011670 Hypothetical protein 5.087906604 C6_control_A3 +LQ00X011670 Hypothetical protein 5.372475927 C6_control_B1 +LQ00X011670 Hypothetical protein 5.010060619 C6_control_B2 +LQ00X011670 Hypothetical protein 5.430831203 C6_control_B3 +LQ00X011670 Hypothetical protein 5.229538257 C6_control_C1 +LQ00X011670 Hypothetical protein 5.010670731 C6_control_C2 +LQ00X011670 Hypothetical protein 5.372543121 C6_control_C3 +LQ00X011670 Hypothetical protein 5.147063401 C6_chemical_A1 +LQ00X011670 Hypothetical protein 5.253319631 C6_chemical_A3 +LQ00X011670 Hypothetical protein 5.366962979 C6_chemical_B1 +LQ00X011670 Hypothetical protein 5.158643804 C6_chemical_B2 +LQ00X011670 Hypothetical protein 5.392914039 C6_chemical_B3 +LQ00X011670 Hypothetical protein 5.227225259 C6_chemical_C1 +LQ00X011670 Hypothetical protein 5.475629617 C6_chemical_C2 +LQ00X011670 Hypothetical protein 5.551220912 C6_chemical_C3 +LQ00X011670 Hypothetical protein 5.351839138 L4_control_A1 +LQ00X011670 Hypothetical protein 5.949396992 L4_control_A2 +LQ00X011670 Hypothetical protein 5.475032356 L4_control_A3 +LQ00X011670 Hypothetical protein 5.533893613 L4_control_B1 +LQ00X011670 Hypothetical protein 6.034269534 L4_control_B2 +LQ00X011670 Hypothetical protein 5.395725401 L4_control_B3 +LQ00X011670 Hypothetical protein 5.543416777 L4_control_C2 +LQ00X011670 Hypothetical protein 5.448630965 L4_control_C3 +LQ00X011670 Hypothetical protein 5.133119315 L4_chemical_A1 +LQ00X011670 Hypothetical protein 5.767528003 L4_chemical_A2 +LQ00X011670 Hypothetical protein 5.170561333 L4_chemical_A3 +LQ00X011670 Hypothetical protein 5.448664929 L4_chemical_B1 +LQ00X011670 Hypothetical protein 5.662514043 L4_chemical_B2 +LQ00X011670 Hypothetical protein 5.233746069 L4_chemical_B3 +LQ00X011670 Hypothetical protein 5.320563486 L4_chemical_C2 +LQ00X011670 Hypothetical protein 5.208175859 L4_chemical_C3 +LQ00X011680 Cytochrome P450 85A 7.413860286 C6_control_A1 +LQ00X011680 Cytochrome P450 85A 6.375188974 C6_control_A3 +LQ00X011680 Cytochrome P450 85A 7.212716228 C6_control_B1 +LQ00X011680 Cytochrome P450 85A 6.861858902 C6_control_B2 +LQ00X011680 Cytochrome P450 85A 7.332724205 C6_control_B3 +LQ00X011680 Cytochrome P450 85A 5.718999029 C6_control_C1 +LQ00X011680 Cytochrome P450 85A 5.605319005 C6_control_C2 +LQ00X011680 Cytochrome P450 85A 5.993040548 C6_control_C3 +LQ00X011680 Cytochrome P450 85A 7.155474491 C6_chemical_A1 +LQ00X011680 Cytochrome P450 85A 7.334470536 C6_chemical_A3 +LQ00X011680 Cytochrome P450 85A 6.814824929 C6_chemical_B1 +LQ00X011680 Cytochrome P450 85A 6.711440491 C6_chemical_B2 +LQ00X011680 Cytochrome P450 85A 7.403394716 C6_chemical_B3 +LQ00X011680 Cytochrome P450 85A 6.341209513 C6_chemical_C1 +LQ00X011680 Cytochrome P450 85A 5.748789846 C6_chemical_C2 +LQ00X011680 Cytochrome P450 85A 6.040701067 C6_chemical_C3 +LQ00X011680 Cytochrome P450 85A 6.69518731 L4_control_A1 +LQ00X011680 Cytochrome P450 85A 6.862748238 L4_control_A2 +LQ00X011680 Cytochrome P450 85A 6.486057546 L4_control_A3 +LQ00X011680 Cytochrome P450 85A 6.411137721 L4_control_B1 +LQ00X011680 Cytochrome P450 85A 7.047865303 L4_control_B2 +LQ00X011680 Cytochrome P450 85A 5.753190587 L4_control_B3 +LQ00X011680 Cytochrome P450 85A 7.24391741 L4_control_C2 +LQ00X011680 Cytochrome P450 85A 7.139289772 L4_control_C3 +LQ00X011680 Cytochrome P450 85A 6.674150433 L4_chemical_A1 +LQ00X011680 Cytochrome P450 85A 6.931343969 L4_chemical_A2 +LQ00X011680 Cytochrome P450 85A 5.903850432 L4_chemical_A3 +LQ00X011680 Cytochrome P450 85A 7.277330205 L4_chemical_B1 +LQ00X011680 Cytochrome P450 85A 7.727209922 L4_chemical_B2 +LQ00X011680 Cytochrome P450 85A 6.511039349 L4_chemical_B3 +LQ00X011680 Cytochrome P450 85A 7.256964509 L4_chemical_C2 +LQ00X011680 Cytochrome P450 85A 7.458555606 L4_chemical_C3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.955754455 C6_control_A1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.955359151 C6_control_A3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.649651824 C6_control_B1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.96375322 C6_control_B2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.970649169 C6_control_B3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.144516 C6_control_C1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.030731787 C6_control_C2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.207534264 C6_control_C3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.929816566 C6_chemical_A1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.186282546 C6_chemical_A3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.722747306 C6_chemical_B1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.952774383 C6_chemical_B2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.33449564 C6_chemical_B3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.104056707 C6_chemical_C1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.355325665 C6_chemical_C2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.09340112 C6_chemical_C3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.989629561 L4_control_A1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.356502218 L4_control_A2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.241090818 L4_control_A3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.863354089 L4_control_B1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.946301612 L4_control_B2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.987506633 L4_control_B3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.255220141 L4_control_C2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.895442488 L4_control_C3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.009586763 L4_chemical_A1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.238130348 L4_chemical_A2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.582500849 L4_chemical_A3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.618006081 L4_chemical_B1 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.312531544 L4_chemical_B2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.168617368 L4_chemical_B3 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.306901631 L4_chemical_C2 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.103958521 L4_chemical_C3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.82785425 C6_control_A1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.75186462 C6_control_A3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.2926841 C6_control_B1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.6119565 C6_control_B2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.41184392 C6_control_B3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.98385218 C6_control_C1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 12.08130004 C6_control_C2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 12.07573409 C6_control_C3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.55077104 C6_chemical_A1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.4621635 C6_chemical_A3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.25883983 C6_chemical_B1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.20192878 C6_chemical_B2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.14015629 C6_chemical_B3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.8653864 C6_chemical_C1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 12.11603604 C6_chemical_C2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.7267304 C6_chemical_C3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.37494845 L4_control_A1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 9.652324049 L4_control_A2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.93389369 L4_control_A3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.85132166 L4_control_B1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.20364064 L4_control_B2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.6976763 L4_control_B3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.66496213 L4_control_C2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.46442878 L4_control_C3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.31968094 L4_chemical_A1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 9.403639321 L4_chemical_A2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.55916995 L4_chemical_A3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.95028351 L4_chemical_B1 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.42856545 L4_chemical_B2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.66173957 L4_chemical_B3 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.43806785 L4_chemical_C2 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 10.54813957 L4_chemical_C3 +LQ00X011880 Putative uncharacterized protein 5.368421692 C6_control_A1 +LQ00X011880 Putative uncharacterized protein 5.783860302 C6_control_A3 +LQ00X011880 Putative uncharacterized protein 5.376783478 C6_control_B1 +LQ00X011880 Putative uncharacterized protein 5.636366608 C6_control_B2 +LQ00X011880 Putative uncharacterized protein 5.649516784 C6_control_B3 +LQ00X011880 Putative uncharacterized protein 5.352188932 C6_control_C1 +LQ00X011880 Putative uncharacterized protein 5.66771946 C6_control_C2 +LQ00X011880 Putative uncharacterized protein 5.950475279 C6_control_C3 +LQ00X011880 Putative uncharacterized protein 5.474269213 C6_chemical_A1 +LQ00X011880 Putative uncharacterized protein 5.340478606 C6_chemical_A3 +LQ00X011880 Putative uncharacterized protein 5.202141536 C6_chemical_B1 +LQ00X011880 Putative uncharacterized protein 5.613792791 C6_chemical_B2 +LQ00X011880 Putative uncharacterized protein 5.215173571 C6_chemical_B3 +LQ00X011880 Putative uncharacterized protein 5.293361426 C6_chemical_C1 +LQ00X011880 Putative uncharacterized protein 5.481018289 C6_chemical_C2 +LQ00X011880 Putative uncharacterized protein 5.677254892 C6_chemical_C3 +LQ00X011880 Putative uncharacterized protein 5.372222461 L4_control_A1 +LQ00X011880 Putative uncharacterized protein 5.636961379 L4_control_A2 +LQ00X011880 Putative uncharacterized protein 5.687506741 L4_control_A3 +LQ00X011880 Putative uncharacterized protein 5.716863575 L4_control_B1 +LQ00X011880 Putative uncharacterized protein 6.184609041 L4_control_B2 +LQ00X011880 Putative uncharacterized protein 5.170900098 L4_control_B3 +LQ00X011880 Putative uncharacterized protein 5.208532502 L4_control_C2 +LQ00X011880 Putative uncharacterized protein 5.648556625 L4_control_C3 +LQ00X011880 Putative uncharacterized protein 5.154119878 L4_chemical_A1 +LQ00X011880 Putative uncharacterized protein 5.538894042 L4_chemical_A2 +LQ00X011880 Putative uncharacterized protein 5.369242877 L4_chemical_A3 +LQ00X011880 Putative uncharacterized protein 5.958342074 L4_chemical_B1 +LQ00X011880 Putative uncharacterized protein 5.825268146 L4_chemical_B2 +LQ00X011880 Putative uncharacterized protein 5.337855695 L4_chemical_B3 +LQ00X011880 Putative uncharacterized protein 5.464062785 L4_chemical_C2 +LQ00X011880 Putative uncharacterized protein 5.672503033 L4_chemical_C3 +LQ00X011890 Serine/threonine protein kinase, putative 4.551522558 C6_control_A1 +LQ00X011890 Serine/threonine protein kinase, putative 4.519952582 C6_control_A3 +LQ00X011890 Serine/threonine protein kinase, putative 4.773743708 C6_control_B1 +LQ00X011890 Serine/threonine protein kinase, putative 4.64321444 C6_control_B2 +LQ00X011890 Serine/threonine protein kinase, putative 4.627581574 C6_control_B3 +LQ00X011890 Serine/threonine protein kinase, putative 4.900522276 C6_control_C1 +LQ00X011890 Serine/threonine protein kinase, putative 4.72348583 C6_control_C2 +LQ00X011890 Serine/threonine protein kinase, putative 4.61656872 C6_control_C3 +LQ00X011890 Serine/threonine protein kinase, putative 4.688186746 C6_chemical_A1 +LQ00X011890 Serine/threonine protein kinase, putative 4.388056601 C6_chemical_A3 +LQ00X011890 Serine/threonine protein kinase, putative 5.016256941 C6_chemical_B1 +LQ00X011890 Serine/threonine protein kinase, putative 4.488654984 C6_chemical_B2 +LQ00X011890 Serine/threonine protein kinase, putative 4.896415049 C6_chemical_B3 +LQ00X011890 Serine/threonine protein kinase, putative 4.712802408 C6_chemical_C1 +LQ00X011890 Serine/threonine protein kinase, putative 4.731114557 C6_chemical_C2 +LQ00X011890 Serine/threonine protein kinase, putative 4.699354574 C6_chemical_C3 +LQ00X011890 Serine/threonine protein kinase, putative 4.669429804 L4_control_A1 +LQ00X011890 Serine/threonine protein kinase, putative 4.602751986 L4_control_A2 +LQ00X011890 Serine/threonine protein kinase, putative 4.489843783 L4_control_A3 +LQ00X011890 Serine/threonine protein kinase, putative 4.758187654 L4_control_B1 +LQ00X011890 Serine/threonine protein kinase, putative 4.783084159 L4_control_B2 +LQ00X011890 Serine/threonine protein kinase, putative 4.597330526 L4_control_B3 +LQ00X011890 Serine/threonine protein kinase, putative 4.447931415 L4_control_C2 +LQ00X011890 Serine/threonine protein kinase, putative 5.247897475 L4_control_C3 +LQ00X011890 Serine/threonine protein kinase, putative 4.851964884 L4_chemical_A1 +LQ00X011890 Serine/threonine protein kinase, putative 4.941912002 L4_chemical_A2 +LQ00X011890 Serine/threonine protein kinase, putative 4.494813339 L4_chemical_A3 +LQ00X011890 Serine/threonine protein kinase, putative 5.004449021 L4_chemical_B1 +LQ00X011890 Serine/threonine protein kinase, putative 4.442880718 L4_chemical_B2 +LQ00X011890 Serine/threonine protein kinase, putative 4.669913492 L4_chemical_B3 +LQ00X011890 Serine/threonine protein kinase, putative 5.124774862 L4_chemical_C2 +LQ00X011890 Serine/threonine protein kinase, putative 4.761812313 L4_chemical_C3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.71881404 C6_control_A1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.58797733 C6_control_A3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.71196185 C6_control_B1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.34052759 C6_control_B2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.43708788 C6_control_B3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.99287832 C6_control_C1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.41141474 C6_control_C2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.1839465 C6_control_C3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.25930694 C6_chemical_A1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.62531559 C6_chemical_A3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.28863939 C6_chemical_B1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.35667786 C6_chemical_B2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.29246177 C6_chemical_B3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.52146811 C6_chemical_C1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.4358181 C6_chemical_C2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.20737261 C6_chemical_C3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.94887734 L4_control_A1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.91694895 L4_control_A2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.68250956 L4_control_A3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.93642805 L4_control_B1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.35912008 L4_control_B2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.12819178 L4_control_B3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.88551283 L4_control_C2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.73318033 L4_control_C3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.5669584 L4_chemical_A1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.06629411 L4_chemical_A2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.27171166 L4_chemical_A3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.01271782 L4_chemical_B1 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.47427368 L4_chemical_B2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.73518479 L4_chemical_B3 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.00023614 L4_chemical_C2 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 13.00857204 L4_chemical_C3 +LQ00X011920 Putative Predicted protein 6.363827177 C6_control_A1 +LQ00X011920 Putative Predicted protein 6.535706866 C6_control_A3 +LQ00X011920 Putative Predicted protein 6.109244331 C6_control_B1 +LQ00X011920 Putative Predicted protein 6.317035258 C6_control_B2 +LQ00X011920 Putative Predicted protein 6.384727753 C6_control_B3 +LQ00X011920 Putative Predicted protein 6.501418481 C6_control_C1 +LQ00X011920 Putative Predicted protein 6.140249198 C6_control_C2 +LQ00X011920 Putative Predicted protein 6.196286776 C6_control_C3 +LQ00X011920 Putative Predicted protein 6.520712346 C6_chemical_A1 +LQ00X011920 Putative Predicted protein 6.610903808 C6_chemical_A3 +LQ00X011920 Putative Predicted protein 5.905094761 C6_chemical_B1 +LQ00X011920 Putative Predicted protein 6.526547596 C6_chemical_B2 +LQ00X011920 Putative Predicted protein 6.266985287 C6_chemical_B3 +LQ00X011920 Putative Predicted protein 6.264550666 C6_chemical_C1 +LQ00X011920 Putative Predicted protein 6.62567107 C6_chemical_C2 +LQ00X011920 Putative Predicted protein 6.280902393 C6_chemical_C3 +LQ00X011920 Putative Predicted protein 6.345075075 L4_control_A1 +LQ00X011920 Putative Predicted protein 6.355497289 L4_control_A2 +LQ00X011920 Putative Predicted protein 6.514410273 L4_control_A3 +LQ00X011920 Putative Predicted protein 5.918989456 L4_control_B1 +LQ00X011920 Putative Predicted protein 5.942082974 L4_control_B2 +LQ00X011920 Putative Predicted protein 6.642567957 L4_control_B3 +LQ00X011920 Putative Predicted protein 6.129081571 L4_control_C2 +LQ00X011920 Putative Predicted protein 6.834091656 L4_control_C3 +LQ00X011920 Putative Predicted protein 6.060146998 L4_chemical_A1 +LQ00X011920 Putative Predicted protein 6.643558609 L4_chemical_A2 +LQ00X011920 Putative Predicted protein 6.76717509 L4_chemical_A3 +LQ00X011920 Putative Predicted protein 5.608166255 L4_chemical_B1 +LQ00X011920 Putative Predicted protein 6.955924811 L4_chemical_B2 +LQ00X011920 Putative Predicted protein 6.314520067 L4_chemical_B3 +LQ00X011920 Putative Predicted protein 6.805181008 L4_chemical_C2 +LQ00X011920 Putative Predicted protein 6.579646765 L4_chemical_C3 +LQ00X011950 Citrate synthase, mitochondrial 11.95020364 C6_control_A1 +LQ00X011950 Citrate synthase, mitochondrial 12.21130882 C6_control_A3 +LQ00X011950 Citrate synthase, mitochondrial 11.45243694 C6_control_B1 +LQ00X011950 Citrate synthase, mitochondrial 10.9640721 C6_control_B2 +LQ00X011950 Citrate synthase, mitochondrial 11.18335532 C6_control_B3 +LQ00X011950 Citrate synthase, mitochondrial 11.03757584 C6_control_C1 +LQ00X011950 Citrate synthase, mitochondrial 11.02461126 C6_control_C2 +LQ00X011950 Citrate synthase, mitochondrial 10.57412472 C6_control_C3 +LQ00X011950 Citrate synthase, mitochondrial 12.03758307 C6_chemical_A1 +LQ00X011950 Citrate synthase, mitochondrial 11.91024811 C6_chemical_A3 +LQ00X011950 Citrate synthase, mitochondrial 11.21558579 C6_chemical_B1 +LQ00X011950 Citrate synthase, mitochondrial 11.00840972 C6_chemical_B2 +LQ00X011950 Citrate synthase, mitochondrial 11.1238971 C6_chemical_B3 +LQ00X011950 Citrate synthase, mitochondrial 11.07023272 C6_chemical_C1 +LQ00X011950 Citrate synthase, mitochondrial 11.01922938 C6_chemical_C2 +LQ00X011950 Citrate synthase, mitochondrial 10.49227693 C6_chemical_C3 +LQ00X011950 Citrate synthase, mitochondrial 12.30832898 L4_control_A1 +LQ00X011950 Citrate synthase, mitochondrial 11.54369293 L4_control_A2 +LQ00X011950 Citrate synthase, mitochondrial 12.41618395 L4_control_A3 +LQ00X011950 Citrate synthase, mitochondrial 11.13991279 L4_control_B1 +LQ00X011950 Citrate synthase, mitochondrial 11.50206065 L4_control_B2 +LQ00X011950 Citrate synthase, mitochondrial 11.2667055 L4_control_B3 +LQ00X011950 Citrate synthase, mitochondrial 11.35434969 L4_control_C2 +LQ00X011950 Citrate synthase, mitochondrial 11.35512359 L4_control_C3 +LQ00X011950 Citrate synthase, mitochondrial 11.96082749 L4_chemical_A1 +LQ00X011950 Citrate synthase, mitochondrial 11.24797848 L4_chemical_A2 +LQ00X011950 Citrate synthase, mitochondrial 12.20750872 L4_chemical_A3 +LQ00X011950 Citrate synthase, mitochondrial 11.43706942 L4_chemical_B1 +LQ00X011950 Citrate synthase, mitochondrial 11.21446827 L4_chemical_B2 +LQ00X011950 Citrate synthase, mitochondrial 11.4818156 L4_chemical_B3 +LQ00X011950 Citrate synthase, mitochondrial 11.33973966 L4_chemical_C2 +LQ00X011950 Citrate synthase, mitochondrial 11.10801465 L4_chemical_C3 +LQ00X012002 Putative CCHC-type integrase 5.590009516 C6_control_A1 +LQ00X012002 Putative CCHC-type integrase 5.413231775 C6_control_A3 +LQ00X012002 Putative CCHC-type integrase 6.087433534 C6_control_B1 +LQ00X012002 Putative CCHC-type integrase 5.84742491 C6_control_B2 +LQ00X012002 Putative CCHC-type integrase 5.841168703 C6_control_B3 +LQ00X012002 Putative CCHC-type integrase 6.432331363 C6_control_C1 +LQ00X012002 Putative CCHC-type integrase 5.671793137 C6_control_C2 +LQ00X012002 Putative CCHC-type integrase 6.651525925 C6_control_C3 +LQ00X012002 Putative CCHC-type integrase 6.335748344 C6_chemical_A1 +LQ00X012002 Putative CCHC-type integrase 5.578129602 C6_chemical_A3 +LQ00X012002 Putative CCHC-type integrase 5.508178047 C6_chemical_B1 +LQ00X012002 Putative CCHC-type integrase 6.077072998 C6_chemical_B2 +LQ00X012002 Putative CCHC-type integrase 5.534046301 C6_chemical_B3 +LQ00X012002 Putative CCHC-type integrase 6.203569742 C6_chemical_C1 +LQ00X012002 Putative CCHC-type integrase 6.331477525 C6_chemical_C2 +LQ00X012002 Putative CCHC-type integrase 6.545424774 C6_chemical_C3 +LQ00X012002 Putative CCHC-type integrase 5.889329512 L4_control_A1 +LQ00X012002 Putative CCHC-type integrase 6.593470246 L4_control_A2 +LQ00X012002 Putative CCHC-type integrase 6.668201125 L4_control_A3 +LQ00X012002 Putative CCHC-type integrase 5.730369127 L4_control_B1 +LQ00X012002 Putative CCHC-type integrase 5.872058904 L4_control_B2 +LQ00X012002 Putative CCHC-type integrase 5.896964417 L4_control_B3 +LQ00X012002 Putative CCHC-type integrase 6.037085903 L4_control_C2 +LQ00X012002 Putative CCHC-type integrase 4.818366214 L4_control_C3 +LQ00X012002 Putative CCHC-type integrase 5.72572787 L4_chemical_A1 +LQ00X012002 Putative CCHC-type integrase 6.670059138 L4_chemical_A2 +LQ00X012002 Putative CCHC-type integrase 6.027774725 L4_chemical_A3 +LQ00X012002 Putative CCHC-type integrase 5.86969533 L4_chemical_B1 +LQ00X012002 Putative CCHC-type integrase 5.968700288 L4_chemical_B2 +LQ00X012002 Putative CCHC-type integrase 5.584813302 L4_chemical_B3 +LQ00X012002 Putative CCHC-type integrase 5.46946864 L4_chemical_C2 +LQ00X012002 Putative CCHC-type integrase 5.924605093 L4_chemical_C3 +LQ00X012040 Hypothetical protein 5.031300659 C6_control_A1 +LQ00X012040 Hypothetical protein 4.721496092 C6_control_A3 +LQ00X012040 Hypothetical protein 5.60318972 C6_control_B1 +LQ00X012040 Hypothetical protein 4.930783486 C6_control_B2 +LQ00X012040 Hypothetical protein 4.734123958 C6_control_B3 +LQ00X012040 Hypothetical protein 5.044570111 C6_control_C1 +LQ00X012040 Hypothetical protein 4.973593106 C6_control_C2 +LQ00X012040 Hypothetical protein 4.946767292 C6_control_C3 +LQ00X012040 Hypothetical protein 4.979244253 C6_chemical_A1 +LQ00X012040 Hypothetical protein 4.932360354 C6_chemical_A3 +LQ00X012040 Hypothetical protein 4.941608396 C6_chemical_B1 +LQ00X012040 Hypothetical protein 4.925902248 C6_chemical_B2 +LQ00X012040 Hypothetical protein 4.892818433 C6_chemical_B3 +LQ00X012040 Hypothetical protein 5.090455321 C6_chemical_C1 +LQ00X012040 Hypothetical protein 4.963099251 C6_chemical_C2 +LQ00X012040 Hypothetical protein 4.895983303 C6_chemical_C3 +LQ00X012040 Hypothetical protein 5.020159754 L4_control_A1 +LQ00X012040 Hypothetical protein 4.987065149 L4_control_A2 +LQ00X012040 Hypothetical protein 5.01917144 L4_control_A3 +LQ00X012040 Hypothetical protein 5.305189617 L4_control_B1 +LQ00X012040 Hypothetical protein 5.37719315 L4_control_B2 +LQ00X012040 Hypothetical protein 5.048161687 L4_control_B3 +LQ00X012040 Hypothetical protein 5.308330168 L4_control_C2 +LQ00X012040 Hypothetical protein 4.776815806 L4_control_C3 +LQ00X012040 Hypothetical protein 5.187083033 L4_chemical_A1 +LQ00X012040 Hypothetical protein 5.223550261 L4_chemical_A2 +LQ00X012040 Hypothetical protein 4.732750514 L4_chemical_A3 +LQ00X012040 Hypothetical protein 5.185353924 L4_chemical_B1 +LQ00X012040 Hypothetical protein 5.043134688 L4_chemical_B2 +LQ00X012040 Hypothetical protein 4.992575773 L4_chemical_B3 +LQ00X012040 Hypothetical protein 5.556761833 L4_chemical_C2 +LQ00X012040 Hypothetical protein 4.742704732 L4_chemical_C3 +LQ00X012120 ATP binding protein, putative 10.7813351 C6_control_A1 +LQ00X012120 ATP binding protein, putative 11.28640572 C6_control_A3 +LQ00X012120 ATP binding protein, putative 9.62594413 C6_control_B1 +LQ00X012120 ATP binding protein, putative 8.326115531 C6_control_B2 +LQ00X012120 ATP binding protein, putative 8.44482803 C6_control_B3 +LQ00X012120 ATP binding protein, putative 8.50243101 C6_control_C1 +LQ00X012120 ATP binding protein, putative 7.791075221 C6_control_C2 +LQ00X012120 ATP binding protein, putative 8.547606063 C6_control_C3 +LQ00X012120 ATP binding protein, putative 10.485749 C6_chemical_A1 +LQ00X012120 ATP binding protein, putative 11.19625008 C6_chemical_A3 +LQ00X012120 ATP binding protein, putative 8.929040576 C6_chemical_B1 +LQ00X012120 ATP binding protein, putative 8.114929447 C6_chemical_B2 +LQ00X012120 ATP binding protein, putative 8.894518649 C6_chemical_B3 +LQ00X012120 ATP binding protein, putative 8.430196176 C6_chemical_C1 +LQ00X012120 ATP binding protein, putative 7.793657182 C6_chemical_C2 +LQ00X012120 ATP binding protein, putative 8.343161286 C6_chemical_C3 +LQ00X012120 ATP binding protein, putative 11.53043013 L4_control_A1 +LQ00X012120 ATP binding protein, putative 10.43719433 L4_control_A2 +LQ00X012120 ATP binding protein, putative 11.77596731 L4_control_A3 +LQ00X012120 ATP binding protein, putative 8.439525016 L4_control_B1 +LQ00X012120 ATP binding protein, putative 9.01951354 L4_control_B2 +LQ00X012120 ATP binding protein, putative 7.960983865 L4_control_B3 +LQ00X012120 ATP binding protein, putative 8.697299538 L4_control_C2 +LQ00X012120 ATP binding protein, putative 7.752953373 L4_control_C3 +LQ00X012120 ATP binding protein, putative 10.99683772 L4_chemical_A1 +LQ00X012120 ATP binding protein, putative 9.855274854 L4_chemical_A2 +LQ00X012120 ATP binding protein, putative 11.46553941 L4_chemical_A3 +LQ00X012120 ATP binding protein, putative 9.00749944 L4_chemical_B1 +LQ00X012120 ATP binding protein, putative 9.272298769 L4_chemical_B2 +LQ00X012120 ATP binding protein, putative 9.225824138 L4_chemical_B3 +LQ00X012120 ATP binding protein, putative 8.650124687 L4_chemical_C2 +LQ00X012120 ATP binding protein, putative 7.388685925 L4_chemical_C3 +LQ00X012130 Light-regulated protein, putative 13.80206195 C6_control_A1 +LQ00X012130 Light-regulated protein, putative 13.70393558 C6_control_A3 +LQ00X012130 Light-regulated protein, putative 14.29060018 C6_control_B1 +LQ00X012130 Light-regulated protein, putative 15.13532308 C6_control_B2 +LQ00X012130 Light-regulated protein, putative 14.44001796 C6_control_B3 +LQ00X012130 Light-regulated protein, putative 15.38475098 C6_control_C1 +LQ00X012130 Light-regulated protein, putative 15.2765762 C6_control_C2 +LQ00X012130 Light-regulated protein, putative 15.33989455 C6_control_C3 +LQ00X012130 Light-regulated protein, putative 13.71013846 C6_chemical_A1 +LQ00X012130 Light-regulated protein, putative 14.10020055 C6_chemical_A3 +LQ00X012130 Light-regulated protein, putative 14.61562148 C6_chemical_B1 +LQ00X012130 Light-regulated protein, putative 15.10392941 C6_chemical_B2 +LQ00X012130 Light-regulated protein, putative 14.94812813 C6_chemical_B3 +LQ00X012130 Light-regulated protein, putative 14.97533602 C6_chemical_C1 +LQ00X012130 Light-regulated protein, putative 15.48135722 C6_chemical_C2 +LQ00X012130 Light-regulated protein, putative 15.57014088 C6_chemical_C3 +LQ00X012130 Light-regulated protein, putative 13.29703853 L4_control_A1 +LQ00X012130 Light-regulated protein, putative 13.51882634 L4_control_A2 +LQ00X012130 Light-regulated protein, putative 13.56197649 L4_control_A3 +LQ00X012130 Light-regulated protein, putative 14.97937283 L4_control_B1 +LQ00X012130 Light-regulated protein, putative 14.06266566 L4_control_B2 +LQ00X012130 Light-regulated protein, putative 15.28692269 L4_control_B3 +LQ00X012130 Light-regulated protein, putative 15.17771269 L4_control_C2 +LQ00X012130 Light-regulated protein, putative 15.083216 L4_control_C3 +LQ00X012130 Light-regulated protein, putative 14.72127228 L4_chemical_A1 +LQ00X012130 Light-regulated protein, putative 14.77111561 L4_chemical_A2 +LQ00X012130 Light-regulated protein, putative 13.85017564 L4_chemical_A3 +LQ00X012130 Light-regulated protein, putative 14.30659737 L4_chemical_B1 +LQ00X012130 Light-regulated protein, putative 14.86090904 L4_chemical_B2 +LQ00X012130 Light-regulated protein, putative 14.68368796 L4_chemical_B3 +LQ00X012130 Light-regulated protein, putative 15.31855815 L4_chemical_C2 +LQ00X012130 Light-regulated protein, putative 15.35020705 L4_chemical_C3 +LQ00X012140 Putative uncharacterized protein 10.19819089 C6_control_A1 +LQ00X012140 Putative uncharacterized protein 10.74412188 C6_control_A3 +LQ00X012140 Putative uncharacterized protein 8.65242533 C6_control_B1 +LQ00X012140 Putative uncharacterized protein 8.708978372 C6_control_B2 +LQ00X012140 Putative uncharacterized protein 8.566870448 C6_control_B3 +LQ00X012140 Putative uncharacterized protein 9.189971672 C6_control_C1 +LQ00X012140 Putative uncharacterized protein 8.847572599 C6_control_C2 +LQ00X012140 Putative uncharacterized protein 8.651395509 C6_control_C3 +LQ00X012140 Putative uncharacterized protein 10.14357972 C6_chemical_A1 +LQ00X012140 Putative uncharacterized protein 10.19911739 C6_chemical_A3 +LQ00X012140 Putative uncharacterized protein 7.469309512 C6_chemical_B1 +LQ00X012140 Putative uncharacterized protein 8.003651115 C6_chemical_B2 +LQ00X012140 Putative uncharacterized protein 7.494875339 C6_chemical_B3 +LQ00X012140 Putative uncharacterized protein 9.133490528 C6_chemical_C1 +LQ00X012140 Putative uncharacterized protein 8.557337969 C6_chemical_C2 +LQ00X012140 Putative uncharacterized protein 7.600597726 C6_chemical_C3 +LQ00X012140 Putative uncharacterized protein 10.59572044 L4_control_A1 +LQ00X012140 Putative uncharacterized protein 10.7124513 L4_control_A2 +LQ00X012140 Putative uncharacterized protein 11.05212336 L4_control_A3 +LQ00X012140 Putative uncharacterized protein 8.142299464 L4_control_B1 +LQ00X012140 Putative uncharacterized protein 8.918130354 L4_control_B2 +LQ00X012140 Putative uncharacterized protein 8.263130704 L4_control_B3 +LQ00X012140 Putative uncharacterized protein 8.958670029 L4_control_C2 +LQ00X012140 Putative uncharacterized protein 6.904574835 L4_control_C3 +LQ00X012140 Putative uncharacterized protein 9.938622921 L4_chemical_A1 +LQ00X012140 Putative uncharacterized protein 10.1120502 L4_chemical_A2 +LQ00X012140 Putative uncharacterized protein 10.4756174 L4_chemical_A3 +LQ00X012140 Putative uncharacterized protein 8.440953318 L4_chemical_B1 +LQ00X012140 Putative uncharacterized protein 8.70559884 L4_chemical_B2 +LQ00X012140 Putative uncharacterized protein 8.308670719 L4_chemical_B3 +LQ00X012140 Putative uncharacterized protein 9.195860809 L4_chemical_C2 +LQ00X012140 Putative uncharacterized protein 8.364499766 L4_chemical_C3 +LQ00X012210 Predicted protein 14.62057237 C6_control_A1 +LQ00X012210 Predicted protein 14.82798132 C6_control_A3 +LQ00X012210 Predicted protein 14.95815037 C6_control_B1 +LQ00X012210 Predicted protein 15.15118128 C6_control_B2 +LQ00X012210 Predicted protein 14.98230402 C6_control_B3 +LQ00X012210 Predicted protein 14.51430333 C6_control_C1 +LQ00X012210 Predicted protein 14.94632906 C6_control_C2 +LQ00X012210 Predicted protein 15.08648151 C6_control_C3 +LQ00X012210 Predicted protein 14.9074182 C6_chemical_A1 +LQ00X012210 Predicted protein 14.68955106 C6_chemical_A3 +LQ00X012210 Predicted protein 14.97526364 C6_chemical_B1 +LQ00X012210 Predicted protein 15.22025032 C6_chemical_B2 +LQ00X012210 Predicted protein 15.16316504 C6_chemical_B3 +LQ00X012210 Predicted protein 14.7645718 C6_chemical_C1 +LQ00X012210 Predicted protein 15.10444031 C6_chemical_C2 +LQ00X012210 Predicted protein 14.47538725 C6_chemical_C3 +LQ00X012210 Predicted protein 14.5012232 L4_control_A1 +LQ00X012210 Predicted protein 14.32273102 L4_control_A2 +LQ00X012210 Predicted protein 14.20689171 L4_control_A3 +LQ00X012210 Predicted protein 14.70086554 L4_control_B1 +LQ00X012210 Predicted protein 14.71091972 L4_control_B2 +LQ00X012210 Predicted protein 14.58639635 L4_control_B3 +LQ00X012210 Predicted protein 15.01446938 L4_control_C2 +LQ00X012210 Predicted protein 14.85137203 L4_control_C3 +LQ00X012210 Predicted protein 14.31626163 L4_chemical_A1 +LQ00X012210 Predicted protein 14.72711455 L4_chemical_A2 +LQ00X012210 Predicted protein 14.11546628 L4_chemical_A3 +LQ00X012210 Predicted protein 14.72421564 L4_chemical_B1 +LQ00X012210 Predicted protein 14.99916429 L4_chemical_B2 +LQ00X012210 Predicted protein 14.60207218 L4_chemical_B3 +LQ00X012210 Predicted protein 14.88150932 L4_chemical_C2 +LQ00X012210 Predicted protein 14.57965572 L4_chemical_C3 +LQ00X012360 Putative Exocyst complex component 7 7.174305383 C6_control_A1 +LQ00X012360 Putative Exocyst complex component 7 6.371540745 C6_control_A3 +LQ00X012360 Putative Exocyst complex component 7 7.694829703 C6_control_B1 +LQ00X012360 Putative Exocyst complex component 7 9.000358339 C6_control_B2 +LQ00X012360 Putative Exocyst complex component 7 8.08914152 C6_control_B3 +LQ00X012360 Putative Exocyst complex component 7 8.751028185 C6_control_C1 +LQ00X012360 Putative Exocyst complex component 7 7.861772722 C6_control_C2 +LQ00X012360 Putative Exocyst complex component 7 8.978213095 C6_control_C3 +LQ00X012360 Putative Exocyst complex component 7 6.891870663 C6_chemical_A1 +LQ00X012360 Putative Exocyst complex component 7 6.885181167 C6_chemical_A3 +LQ00X012360 Putative Exocyst complex component 7 7.610478583 C6_chemical_B1 +LQ00X012360 Putative Exocyst complex component 7 8.742465804 C6_chemical_B2 +LQ00X012360 Putative Exocyst complex component 7 8.149942776 C6_chemical_B3 +LQ00X012360 Putative Exocyst complex component 7 8.608266236 C6_chemical_C1 +LQ00X012360 Putative Exocyst complex component 7 7.833100583 C6_chemical_C2 +LQ00X012360 Putative Exocyst complex component 7 8.619631961 C6_chemical_C3 +LQ00X012360 Putative Exocyst complex component 7 7.011420064 L4_control_A1 +LQ00X012360 Putative Exocyst complex component 7 7.234322348 L4_control_A2 +LQ00X012360 Putative Exocyst complex component 7 6.256811573 L4_control_A3 +LQ00X012360 Putative Exocyst complex component 7 8.326955102 L4_control_B1 +LQ00X012360 Putative Exocyst complex component 7 7.917354267 L4_control_B2 +LQ00X012360 Putative Exocyst complex component 7 9.142566836 L4_control_B3 +LQ00X012360 Putative Exocyst complex component 7 7.435009138 L4_control_C2 +LQ00X012360 Putative Exocyst complex component 7 7.431745427 L4_control_C3 +LQ00X012360 Putative Exocyst complex component 7 7.284870918 L4_chemical_A1 +LQ00X012360 Putative Exocyst complex component 7 6.912594853 L4_chemical_A2 +LQ00X012360 Putative Exocyst complex component 7 6.526814312 L4_chemical_A3 +LQ00X012360 Putative Exocyst complex component 7 7.613075205 L4_chemical_B1 +LQ00X012360 Putative Exocyst complex component 7 7.472789482 L4_chemical_B2 +LQ00X012360 Putative Exocyst complex component 7 7.588190945 L4_chemical_B3 +LQ00X012360 Putative Exocyst complex component 7 6.943806586 L4_chemical_C2 +LQ00X012360 Putative Exocyst complex component 7 7.96498058 L4_chemical_C3 +LQ00X012450 Putative uncharacterized protein 5.618930666 C6_control_A1 +LQ00X012450 Putative uncharacterized protein 5.553905479 C6_control_A3 +LQ00X012450 Putative uncharacterized protein 5.654649043 C6_control_B1 +LQ00X012450 Putative uncharacterized protein 5.234258595 C6_control_B2 +LQ00X012450 Putative uncharacterized protein 6.227881741 C6_control_B3 +LQ00X012450 Putative uncharacterized protein 5.101977642 C6_control_C1 +LQ00X012450 Putative uncharacterized protein 5.164899303 C6_control_C2 +LQ00X012450 Putative uncharacterized protein 5.809189058 C6_control_C3 +LQ00X012450 Putative uncharacterized protein 5.719239285 C6_chemical_A1 +LQ00X012450 Putative uncharacterized protein 5.164220781 C6_chemical_A3 +LQ00X012450 Putative uncharacterized protein 5.881091717 C6_chemical_B1 +LQ00X012450 Putative uncharacterized protein 5.352216805 C6_chemical_B2 +LQ00X012450 Putative uncharacterized protein 6.002672322 C6_chemical_B3 +LQ00X012450 Putative uncharacterized protein 4.755781531 C6_chemical_C1 +LQ00X012450 Putative uncharacterized protein 5.422788402 C6_chemical_C2 +LQ00X012450 Putative uncharacterized protein 5.599512796 C6_chemical_C3 +LQ00X012450 Putative uncharacterized protein 5.283998204 L4_control_A1 +LQ00X012450 Putative uncharacterized protein 5.802439144 L4_control_A2 +LQ00X012450 Putative uncharacterized protein 5.847839171 L4_control_A3 +LQ00X012450 Putative uncharacterized protein 5.585709849 L4_control_B1 +LQ00X012450 Putative uncharacterized protein 5.97336807 L4_control_B2 +LQ00X012450 Putative uncharacterized protein 6.111275726 L4_control_B3 +LQ00X012450 Putative uncharacterized protein 5.526229955 L4_control_C2 +LQ00X012450 Putative uncharacterized protein 6.030041665 L4_control_C3 +LQ00X012450 Putative uncharacterized protein 5.402329657 L4_chemical_A1 +LQ00X012450 Putative uncharacterized protein 5.548876215 L4_chemical_A2 +LQ00X012450 Putative uncharacterized protein 5.912665543 L4_chemical_A3 +LQ00X012450 Putative uncharacterized protein 5.481807647 L4_chemical_B1 +LQ00X012450 Putative uncharacterized protein 5.836261581 L4_chemical_B2 +LQ00X012450 Putative uncharacterized protein 5.7790567 L4_chemical_B3 +LQ00X012450 Putative uncharacterized protein 5.995060961 L4_chemical_C2 +LQ00X012450 Putative uncharacterized protein 5.673410507 L4_chemical_C3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.44789665 C6_control_A1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.89058381 C6_control_A3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.44188515 C6_control_B1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.87811546 C6_control_B2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.79342781 C6_control_B3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.05261717 C6_control_C1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 9.622619759 C6_control_C2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.27555781 C6_control_C3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.290613 C6_chemical_A1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.24206044 C6_chemical_A3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.27269819 C6_chemical_B1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.80403646 C6_chemical_B2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.39123925 C6_chemical_B3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 9.789126922 C6_chemical_C1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 9.549506363 C6_chemical_C2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 9.751507829 C6_chemical_C3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.30740019 L4_control_A1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.84594528 L4_control_A2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.48587525 L4_control_A3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.61273713 L4_control_B1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.71826176 L4_control_B2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.49279411 L4_control_B3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 9.704445956 L4_control_C2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.42872325 L4_control_C3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.93402109 L4_chemical_A1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.59380004 L4_chemical_A2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.08278985 L4_chemical_A3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.32511709 L4_chemical_B1 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.38712508 L4_chemical_B2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.53648976 L4_chemical_B3 +LQ00X012460 Putative Probable receptor protein kinase TMK1 9.667957743 L4_chemical_C2 +LQ00X012460 Putative Probable receptor protein kinase TMK1 10.53524157 L4_chemical_C3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.38276124 C6_control_A1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 13.00228173 C6_control_A3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.3588151 C6_control_B1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.67567826 C6_control_B2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.5682403 C6_control_B3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.46480179 C6_control_C1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.701678 C6_control_C2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.94212806 C6_control_C3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.12350773 C6_chemical_A1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.79602811 C6_chemical_A3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 10.88648353 C6_chemical_B1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.47031647 C6_chemical_B2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.48397476 C6_chemical_B3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.31373147 C6_chemical_C1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.70598417 C6_chemical_C2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.79958736 C6_chemical_C3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.9568653 L4_control_A1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.92897228 L4_control_A2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 13.42172708 L4_control_A3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.20371005 L4_control_B1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.36445961 L4_control_B2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.82561337 L4_control_B3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.08350146 L4_control_C2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.22585768 L4_control_C3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.99158646 L4_chemical_A1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.56533481 L4_chemical_A2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.98014414 L4_chemical_A3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.21432768 L4_chemical_B1 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.47714762 L4_chemical_B2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 11.8549113 L4_chemical_B3 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.03118835 L4_chemical_C2 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.25213765 L4_chemical_C3 +LQ00X012480 Predicted protein 5.85870927 C6_control_A1 +LQ00X012480 Predicted protein 5.693528301 C6_control_A3 +LQ00X012480 Predicted protein 5.822724474 C6_control_B1 +LQ00X012480 Predicted protein 5.79492379 C6_control_B2 +LQ00X012480 Predicted protein 5.867458304 C6_control_B3 +LQ00X012480 Predicted protein 5.821328546 C6_control_C1 +LQ00X012480 Predicted protein 5.511917174 C6_control_C2 +LQ00X012480 Predicted protein 5.380484071 C6_control_C3 +LQ00X012480 Predicted protein 5.827021557 C6_chemical_A1 +LQ00X012480 Predicted protein 5.675833927 C6_chemical_A3 +LQ00X012480 Predicted protein 5.703130232 C6_chemical_B1 +LQ00X012480 Predicted protein 5.523063609 C6_chemical_B2 +LQ00X012480 Predicted protein 5.780854144 C6_chemical_B3 +LQ00X012480 Predicted protein 6.079211321 C6_chemical_C1 +LQ00X012480 Predicted protein 5.999328196 C6_chemical_C2 +LQ00X012480 Predicted protein 4.999878798 C6_chemical_C3 +LQ00X012480 Predicted protein 5.524715077 L4_control_A1 +LQ00X012480 Predicted protein 5.696576007 L4_control_A2 +LQ00X012480 Predicted protein 6.040603693 L4_control_A3 +LQ00X012480 Predicted protein 6.092998732 L4_control_B1 +LQ00X012480 Predicted protein 5.654738561 L4_control_B2 +LQ00X012480 Predicted protein 5.931714758 L4_control_B3 +LQ00X012480 Predicted protein 5.410421105 L4_control_C2 +LQ00X012480 Predicted protein 6.413887338 L4_control_C3 +LQ00X012480 Predicted protein 5.954922638 L4_chemical_A1 +LQ00X012480 Predicted protein 5.576084464 L4_chemical_A2 +LQ00X012480 Predicted protein 6.757741799 L4_chemical_A3 +LQ00X012480 Predicted protein 6.332672502 L4_chemical_B1 +LQ00X012480 Predicted protein 6.415102341 L4_chemical_B2 +LQ00X012480 Predicted protein 5.737604014 L4_chemical_B3 +LQ00X012480 Predicted protein 5.573426536 L4_chemical_C2 +LQ00X012480 Predicted protein 5.754745554 L4_chemical_C3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 9.573604779 C6_control_A1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 9.429596261 C6_control_A3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 9.916706537 C6_control_B1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 9.404212577 C6_control_B2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 9.245184279 C6_control_B3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.85608421 C6_control_C1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.55443808 C6_control_C2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.48497444 C6_control_C3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.02136461 C6_chemical_A1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.01792312 C6_chemical_A3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.53117631 C6_chemical_B1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.57291758 C6_chemical_B2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.47767875 C6_chemical_B3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.92802516 C6_chemical_C1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.68429453 C6_chemical_C2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 12.25148809 C6_chemical_C3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.24493743 L4_control_A1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.50587369 L4_control_A2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.67294944 L4_control_A3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.83673331 L4_control_B1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.17353978 L4_control_B2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.50740306 L4_control_B3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 12.02998203 L4_control_C2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 12.89688085 L4_control_C3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.20333598 L4_chemical_A1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.07350521 L4_chemical_A2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.69756325 L4_chemical_A3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.96977914 L4_chemical_B1 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.26692444 L4_chemical_B2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 10.16591942 L4_chemical_B3 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.89106233 L4_chemical_C2 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 12.41491602 L4_chemical_C3 +LQ00X012630 Hypothetical protein 5.161397432 C6_control_A1 +LQ00X012630 Hypothetical protein 5.360440504 C6_control_A3 +LQ00X012630 Hypothetical protein 5.20666161 C6_control_B1 +LQ00X012630 Hypothetical protein 5.436201127 C6_control_B2 +LQ00X012630 Hypothetical protein 4.972914584 C6_control_B3 +LQ00X012630 Hypothetical protein 5.315106788 C6_control_C1 +LQ00X012630 Hypothetical protein 5.067431976 C6_control_C2 +LQ00X012630 Hypothetical protein 4.99098415 C6_control_C3 +LQ00X012630 Hypothetical protein 5.584054129 C6_chemical_A1 +LQ00X012630 Hypothetical protein 5.331032636 C6_chemical_A3 +LQ00X012630 Hypothetical protein 5.197447484 C6_chemical_B1 +LQ00X012630 Hypothetical protein 5.19639951 C6_chemical_B2 +LQ00X012630 Hypothetical protein 5.130666479 C6_chemical_B3 +LQ00X012630 Hypothetical protein 5.077867052 C6_chemical_C1 +LQ00X012630 Hypothetical protein 5.071497457 C6_chemical_C2 +LQ00X012630 Hypothetical protein 5.083346029 C6_chemical_C3 +LQ00X012630 Hypothetical protein 5.187649837 L4_control_A1 +LQ00X012630 Hypothetical protein 5.12988558 L4_control_A2 +LQ00X012630 Hypothetical protein 5.407469511 L4_control_A3 +LQ00X012630 Hypothetical protein 6.521208554 L4_control_B1 +LQ00X012630 Hypothetical protein 5.283131597 L4_control_B2 +LQ00X012630 Hypothetical protein 4.77580775 L4_control_B3 +LQ00X012630 Hypothetical protein 5.446078194 L4_control_C2 +LQ00X012630 Hypothetical protein 5.298444559 L4_control_C3 +LQ00X012630 Hypothetical protein 4.87845465 L4_chemical_A1 +LQ00X012630 Hypothetical protein 5.429891098 L4_chemical_A2 +LQ00X012630 Hypothetical protein 5.321302212 L4_chemical_A3 +LQ00X012630 Hypothetical protein 5.708848098 L4_chemical_B1 +LQ00X012630 Hypothetical protein 5.148857119 L4_chemical_B2 +LQ00X012630 Hypothetical protein 5.128373463 L4_chemical_B3 +LQ00X012630 Hypothetical protein 5.344553111 L4_chemical_C2 +LQ00X012630 Hypothetical protein 5.057630833 L4_chemical_C3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.782634843 C6_control_A1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.964046156 C6_control_A3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.813795081 C6_control_B1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.722801475 C6_control_B2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.016582341 C6_control_B3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.594632165 C6_control_C1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.959805539 C6_control_C2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.199265605 C6_control_C3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.142722905 C6_chemical_A1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.765621278 C6_chemical_A3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.582225993 C6_chemical_B1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.707577898 C6_chemical_B2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.081040686 C6_chemical_B3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.541607887 C6_chemical_C1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.083474667 C6_chemical_C2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.916966964 C6_chemical_C3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.648842722 L4_control_A1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.194261429 L4_control_A2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.237224274 L4_control_A3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.864389685 L4_control_B1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.694698551 L4_control_B2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 6.053901596 L4_control_B3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.403556251 L4_control_C2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 9.051001699 L4_control_C3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.583021094 L4_chemical_A1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.950742534 L4_chemical_A2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 6.827102459 L4_chemical_A3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.696116684 L4_chemical_B1 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 4.657170695 L4_chemical_B2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.883146568 L4_chemical_B3 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.731363603 L4_chemical_C2 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 8.363193312 L4_chemical_C3 +LQ00X012940 Myrcene synthase, chloroplastic 7.52326097 C6_control_A1 +LQ00X012940 Myrcene synthase, chloroplastic 8.447081381 C6_control_A3 +LQ00X012940 Myrcene synthase, chloroplastic 5.321184783 C6_control_B1 +LQ00X012940 Myrcene synthase, chloroplastic 5.000174282 C6_control_B2 +LQ00X012940 Myrcene synthase, chloroplastic 5.400979828 C6_control_B3 +LQ00X012940 Myrcene synthase, chloroplastic 4.960619333 C6_control_C1 +LQ00X012940 Myrcene synthase, chloroplastic 4.811282566 C6_control_C2 +LQ00X012940 Myrcene synthase, chloroplastic 5.542520228 C6_control_C3 +LQ00X012940 Myrcene synthase, chloroplastic 7.319675693 C6_chemical_A1 +LQ00X012940 Myrcene synthase, chloroplastic 7.724000137 C6_chemical_A3 +LQ00X012940 Myrcene synthase, chloroplastic 5.201337661 C6_chemical_B1 +LQ00X012940 Myrcene synthase, chloroplastic 5.374910768 C6_chemical_B2 +LQ00X012940 Myrcene synthase, chloroplastic 5.557871724 C6_chemical_B3 +LQ00X012940 Myrcene synthase, chloroplastic 5.103287191 C6_chemical_C1 +LQ00X012940 Myrcene synthase, chloroplastic 5.031901184 C6_chemical_C2 +LQ00X012940 Myrcene synthase, chloroplastic 5.078553611 C6_chemical_C3 +LQ00X012940 Myrcene synthase, chloroplastic 7.20758282 L4_control_A1 +LQ00X012940 Myrcene synthase, chloroplastic 5.109113236 L4_control_A2 +LQ00X012940 Myrcene synthase, chloroplastic 5.234406499 L4_control_A3 +LQ00X012940 Myrcene synthase, chloroplastic 4.672959428 L4_control_B1 +LQ00X012940 Myrcene synthase, chloroplastic 4.998593611 L4_control_B2 +LQ00X012940 Myrcene synthase, chloroplastic 5.376633624 L4_control_B3 +LQ00X012940 Myrcene synthase, chloroplastic 5.112916228 L4_control_C2 +LQ00X012940 Myrcene synthase, chloroplastic 5.176853779 L4_control_C3 +LQ00X012940 Myrcene synthase, chloroplastic 5.367970887 L4_chemical_A1 +LQ00X012940 Myrcene synthase, chloroplastic 5.486193618 L4_chemical_A2 +LQ00X012940 Myrcene synthase, chloroplastic 4.994958447 L4_chemical_A3 +LQ00X012940 Myrcene synthase, chloroplastic 5.127391385 L4_chemical_B1 +LQ00X012940 Myrcene synthase, chloroplastic 4.957768077 L4_chemical_B2 +LQ00X012940 Myrcene synthase, chloroplastic 5.247190003 L4_chemical_B3 +LQ00X012940 Myrcene synthase, chloroplastic 5.571327676 L4_chemical_C2 +LQ00X012940 Myrcene synthase, chloroplastic 5.690728025 L4_chemical_C3 +LQ00X013030 Putative uncharacterized protein 8.880825664 C6_control_A1 +LQ00X013030 Putative uncharacterized protein 10.18521946 C6_control_A3 +LQ00X013030 Putative uncharacterized protein 8.461761369 C6_control_B1 +LQ00X013030 Putative uncharacterized protein 9.030766171 C6_control_B2 +LQ00X013030 Putative uncharacterized protein 8.967054972 C6_control_B3 +LQ00X013030 Putative uncharacterized protein 9.167455318 C6_control_C1 +LQ00X013030 Putative uncharacterized protein 9.235032928 C6_control_C2 +LQ00X013030 Putative uncharacterized protein 9.041652164 C6_control_C3 +LQ00X013030 Putative uncharacterized protein 8.591400815 C6_chemical_A1 +LQ00X013030 Putative uncharacterized protein 9.924518147 C6_chemical_A3 +LQ00X013030 Putative uncharacterized protein 8.018090509 C6_chemical_B1 +LQ00X013030 Putative uncharacterized protein 8.254092052 C6_chemical_B2 +LQ00X013030 Putative uncharacterized protein 8.17465218 C6_chemical_B3 +LQ00X013030 Putative uncharacterized protein 8.681318269 C6_chemical_C1 +LQ00X013030 Putative uncharacterized protein 8.806477985 C6_chemical_C2 +LQ00X013030 Putative uncharacterized protein 8.2922742 C6_chemical_C3 +LQ00X013030 Putative uncharacterized protein 10.08553049 L4_control_A1 +LQ00X013030 Putative uncharacterized protein 9.904665163 L4_control_A2 +LQ00X013030 Putative uncharacterized protein 10.23300491 L4_control_A3 +LQ00X013030 Putative uncharacterized protein 8.798148529 L4_control_B1 +LQ00X013030 Putative uncharacterized protein 9.760852047 L4_control_B2 +LQ00X013030 Putative uncharacterized protein 9.344312577 L4_control_B3 +LQ00X013030 Putative uncharacterized protein 10.36905952 L4_control_C2 +LQ00X013030 Putative uncharacterized protein 10.27238525 L4_control_C3 +LQ00X013030 Putative uncharacterized protein 9.185332175 L4_chemical_A1 +LQ00X013030 Putative uncharacterized protein 9.179686814 L4_chemical_A2 +LQ00X013030 Putative uncharacterized protein 9.394067041 L4_chemical_A3 +LQ00X013030 Putative uncharacterized protein 9.223627887 L4_chemical_B1 +LQ00X013030 Putative uncharacterized protein 9.358227467 L4_chemical_B2 +LQ00X013030 Putative uncharacterized protein 8.843581706 L4_chemical_B3 +LQ00X013030 Putative uncharacterized protein 10.64123542 L4_chemical_C2 +LQ00X013030 Putative uncharacterized protein 9.976350166 L4_chemical_C3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.69923167 C6_control_A1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.69139659 C6_control_A3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.67747935 C6_control_B1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 13.05628798 C6_control_B2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.7873045 C6_control_B3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.71747554 C6_control_C1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.66937088 C6_control_C2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.77091999 C6_control_C3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.38930906 C6_chemical_A1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.96949261 C6_chemical_A3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.29911346 C6_chemical_B1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.75657454 C6_chemical_B2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.66348342 C6_chemical_B3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.62215513 C6_chemical_C1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.61834166 C6_chemical_C2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.44704639 C6_chemical_C3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 13.08294796 L4_control_A1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 13.02680353 L4_control_A2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.42190848 L4_control_A3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.78868223 L4_control_B1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.65682697 L4_control_B2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 13.16606516 L4_control_B3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.38722887 L4_control_C2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.16764859 L4_control_C3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.86626641 L4_chemical_A1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.71500926 L4_chemical_A2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.48927251 L4_chemical_A3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.57189865 L4_chemical_B1 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.17698512 L4_chemical_B2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.93748485 L4_chemical_B3 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.02318324 L4_chemical_C2 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.07187834 L4_chemical_C3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.52742576 C6_control_A1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.58584223 C6_control_A3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.51830747 C6_control_B1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.17708935 C6_control_B2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.40096825 C6_control_B3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.89600221 C6_control_C1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.03141489 C6_control_C2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.89687848 C6_control_C3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.52716551 C6_chemical_A1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.51803911 C6_chemical_A3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.84794498 C6_chemical_B1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 10.92741938 C6_chemical_B2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.65881972 C6_chemical_B3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.00514086 C6_chemical_C1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.01124886 C6_chemical_C2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.30758786 C6_chemical_C3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.73360759 L4_control_A1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.31361178 L4_control_A2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.31526568 L4_control_A3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.48368383 L4_control_B1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.05062647 L4_control_B2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.10593773 L4_control_B3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.44157026 L4_control_C2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.52208465 L4_control_C3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.66187755 L4_chemical_A1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.26278746 L4_chemical_A2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.25949085 L4_chemical_A3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.36641585 L4_chemical_B1 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.75000085 L4_chemical_B2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.97106302 L4_chemical_B3 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.17214998 L4_chemical_C2 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 12.46297631 L4_chemical_C3 +LQ00X013131 Putative uncharacterized protein 4.948143287 C6_control_A1 +LQ00X013131 Putative uncharacterized protein 4.616786635 C6_control_A3 +LQ00X013131 Putative uncharacterized protein 5.327856853 C6_control_B1 +LQ00X013131 Putative uncharacterized protein 5.000242121 C6_control_B2 +LQ00X013131 Putative uncharacterized protein 5.08402757 C6_control_B3 +LQ00X013131 Putative uncharacterized protein 5.169016185 C6_control_C1 +LQ00X013131 Putative uncharacterized protein 4.795341016 C6_control_C2 +LQ00X013131 Putative uncharacterized protein 5.047898166 C6_control_C3 +LQ00X013131 Putative uncharacterized protein 4.746838313 C6_chemical_A1 +LQ00X013131 Putative uncharacterized protein 4.777761891 C6_chemical_A3 +LQ00X013131 Putative uncharacterized protein 5.301891483 C6_chemical_B1 +LQ00X013131 Putative uncharacterized protein 5.044955842 C6_chemical_B2 +LQ00X013131 Putative uncharacterized protein 4.968954601 C6_chemical_B3 +LQ00X013131 Putative uncharacterized protein 4.870782635 C6_chemical_C1 +LQ00X013131 Putative uncharacterized protein 4.762909914 C6_chemical_C2 +LQ00X013131 Putative uncharacterized protein 5.002256754 C6_chemical_C3 +LQ00X013131 Putative uncharacterized protein 4.688699281 L4_control_A1 +LQ00X013131 Putative uncharacterized protein 5.594520651 L4_control_A2 +LQ00X013131 Putative uncharacterized protein 4.954019037 L4_control_A3 +LQ00X013131 Putative uncharacterized protein 6.338879452 L4_control_B1 +LQ00X013131 Putative uncharacterized protein 5.341865196 L4_control_B2 +LQ00X013131 Putative uncharacterized protein 5.022542977 L4_control_B3 +LQ00X013131 Putative uncharacterized protein 5.445182832 L4_control_C2 +LQ00X013131 Putative uncharacterized protein 5.077078755 L4_control_C3 +LQ00X013131 Putative uncharacterized protein 4.753101844 L4_chemical_A1 +LQ00X013131 Putative uncharacterized protein 5.768898137 L4_chemical_A2 +LQ00X013131 Putative uncharacterized protein 4.537392201 L4_chemical_A3 +LQ00X013131 Putative uncharacterized protein 5.400436978 L4_chemical_B1 +LQ00X013131 Putative uncharacterized protein 5.098601603 L4_chemical_B2 +LQ00X013131 Putative uncharacterized protein 4.975145369 L4_chemical_B3 +LQ00X013131 Putative uncharacterized protein 6.42946414 L4_chemical_C2 +LQ00X013131 Putative uncharacterized protein 5.27140961 L4_chemical_C3 +LQ00X013150 4-coumarate--CoA ligase 2 13.15457926 C6_control_A1 +LQ00X013150 4-coumarate--CoA ligase 2 12.75822588 C6_control_A3 +LQ00X013150 4-coumarate--CoA ligase 2 12.1190914 C6_control_B1 +LQ00X013150 4-coumarate--CoA ligase 2 11.43030518 C6_control_B2 +LQ00X013150 4-coumarate--CoA ligase 2 11.72553082 C6_control_B3 +LQ00X013150 4-coumarate--CoA ligase 2 9.958249556 C6_control_C1 +LQ00X013150 4-coumarate--CoA ligase 2 8.695971299 C6_control_C2 +LQ00X013150 4-coumarate--CoA ligase 2 8.269933528 C6_control_C3 +LQ00X013150 4-coumarate--CoA ligase 2 13.68582756 C6_chemical_A1 +LQ00X013150 4-coumarate--CoA ligase 2 13.17158131 C6_chemical_A3 +LQ00X013150 4-coumarate--CoA ligase 2 12.07941652 C6_chemical_B1 +LQ00X013150 4-coumarate--CoA ligase 2 11.11851832 C6_chemical_B2 +LQ00X013150 4-coumarate--CoA ligase 2 11.16960191 C6_chemical_B3 +LQ00X013150 4-coumarate--CoA ligase 2 9.51221072 C6_chemical_C1 +LQ00X013150 4-coumarate--CoA ligase 2 8.483364387 C6_chemical_C2 +LQ00X013150 4-coumarate--CoA ligase 2 8.171375408 C6_chemical_C3 +LQ00X013150 4-coumarate--CoA ligase 2 14.26057777 L4_control_A1 +LQ00X013150 4-coumarate--CoA ligase 2 12.8971213 L4_control_A2 +LQ00X013150 4-coumarate--CoA ligase 2 12.82808327 L4_control_A3 +LQ00X013150 4-coumarate--CoA ligase 2 11.60363102 L4_control_B1 +LQ00X013150 4-coumarate--CoA ligase 2 11.83350057 L4_control_B2 +LQ00X013150 4-coumarate--CoA ligase 2 10.95490001 L4_control_B3 +LQ00X013150 4-coumarate--CoA ligase 2 8.534983513 L4_control_C2 +LQ00X013150 4-coumarate--CoA ligase 2 7.74329227 L4_control_C3 +LQ00X013150 4-coumarate--CoA ligase 2 13.02177131 L4_chemical_A1 +LQ00X013150 4-coumarate--CoA ligase 2 11.97858404 L4_chemical_A2 +LQ00X013150 4-coumarate--CoA ligase 2 13.68051696 L4_chemical_A3 +LQ00X013150 4-coumarate--CoA ligase 2 11.40473992 L4_chemical_B1 +LQ00X013150 4-coumarate--CoA ligase 2 11.30804159 L4_chemical_B2 +LQ00X013150 4-coumarate--CoA ligase 2 11.59033632 L4_chemical_B3 +LQ00X013150 4-coumarate--CoA ligase 2 7.6929273 L4_chemical_C2 +LQ00X013150 4-coumarate--CoA ligase 2 8.286620867 L4_chemical_C3 +LQ00X013250 Putative Transcription factor ORG2 4.833922319 C6_control_A1 +LQ00X013250 Putative Transcription factor ORG2 4.839996013 C6_control_A3 +LQ00X013250 Putative Transcription factor ORG2 8.525131015 C6_control_B1 +LQ00X013250 Putative Transcription factor ORG2 9.214529265 C6_control_B2 +LQ00X013250 Putative Transcription factor ORG2 9.707301314 C6_control_B3 +LQ00X013250 Putative Transcription factor ORG2 8.229671772 C6_control_C1 +LQ00X013250 Putative Transcription factor ORG2 8.68023731 C6_control_C2 +LQ00X013250 Putative Transcription factor ORG2 8.558782879 C6_control_C3 +LQ00X013250 Putative Transcription factor ORG2 5.052349091 C6_chemical_A1 +LQ00X013250 Putative Transcription factor ORG2 5.065850396 C6_chemical_A3 +LQ00X013250 Putative Transcription factor ORG2 7.894210244 C6_chemical_B1 +LQ00X013250 Putative Transcription factor ORG2 8.657318206 C6_chemical_B2 +LQ00X013250 Putative Transcription factor ORG2 8.4868247 C6_chemical_B3 +LQ00X013250 Putative Transcription factor ORG2 8.104912549 C6_chemical_C1 +LQ00X013250 Putative Transcription factor ORG2 7.405674674 C6_chemical_C2 +LQ00X013250 Putative Transcription factor ORG2 8.116238566 C6_chemical_C3 +LQ00X013250 Putative Transcription factor ORG2 5.021955482 L4_control_A1 +LQ00X013250 Putative Transcription factor ORG2 5.372003292 L4_control_A2 +LQ00X013250 Putative Transcription factor ORG2 4.973002922 L4_control_A3 +LQ00X013250 Putative Transcription factor ORG2 10.71554385 L4_control_B1 +LQ00X013250 Putative Transcription factor ORG2 9.365096255 L4_control_B2 +LQ00X013250 Putative Transcription factor ORG2 15.01043185 L4_control_B3 +LQ00X013250 Putative Transcription factor ORG2 12.03901474 L4_control_C2 +LQ00X013250 Putative Transcription factor ORG2 14.04352791 L4_control_C3 +LQ00X013250 Putative Transcription factor ORG2 5.358888306 L4_chemical_A1 +LQ00X013250 Putative Transcription factor ORG2 5.279358879 L4_chemical_A2 +LQ00X013250 Putative Transcription factor ORG2 5.093434142 L4_chemical_A3 +LQ00X013250 Putative Transcription factor ORG2 9.238024414 L4_chemical_B1 +LQ00X013250 Putative Transcription factor ORG2 9.974885647 L4_chemical_B2 +LQ00X013250 Putative Transcription factor ORG2 9.967233723 L4_chemical_B3 +LQ00X013250 Putative Transcription factor ORG2 14.57611774 L4_chemical_C2 +LQ00X013250 Putative Transcription factor ORG2 14.32453107 L4_chemical_C3 +LQ00X013280 Putative Flavonol sulfotransferase-like 6.911617044 C6_control_A1 +LQ00X013280 Putative Flavonol sulfotransferase-like 9.066468316 C6_control_A3 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.499034416 C6_control_B1 +LQ00X013280 Putative Flavonol sulfotransferase-like 4.863241399 C6_control_B2 +LQ00X013280 Putative Flavonol sulfotransferase-like 7.460120932 C6_control_B3 +LQ00X013280 Putative Flavonol sulfotransferase-like 7.569627976 C6_control_C1 +LQ00X013280 Putative Flavonol sulfotransferase-like 7.102126796 C6_control_C2 +LQ00X013280 Putative Flavonol sulfotransferase-like 6.118691272 C6_control_C3 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.077511517 C6_chemical_A1 +LQ00X013280 Putative Flavonol sulfotransferase-like 9.027954703 C6_chemical_A3 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.391797946 C6_chemical_B1 +LQ00X013280 Putative Flavonol sulfotransferase-like 4.9046505 C6_chemical_B2 +LQ00X013280 Putative Flavonol sulfotransferase-like 4.883601762 C6_chemical_B3 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.911133967 C6_chemical_C1 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.121891576 C6_chemical_C2 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.326396881 C6_chemical_C3 +LQ00X013280 Putative Flavonol sulfotransferase-like 8.841887336 L4_control_A1 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.876529798 L4_control_A2 +LQ00X013280 Putative Flavonol sulfotransferase-like 7.807813238 L4_control_A3 +LQ00X013280 Putative Flavonol sulfotransferase-like 4.829856633 L4_control_B1 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.317368185 L4_control_B2 +LQ00X013280 Putative Flavonol sulfotransferase-like 9.328254008 L4_control_B3 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.683682835 L4_control_C2 +LQ00X013280 Putative Flavonol sulfotransferase-like 10.27264353 L4_control_C3 +LQ00X013280 Putative Flavonol sulfotransferase-like 8.286334887 L4_chemical_A1 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.198537442 L4_chemical_A2 +LQ00X013280 Putative Flavonol sulfotransferase-like 7.576695172 L4_chemical_A3 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.324781382 L4_chemical_B1 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.172763785 L4_chemical_B2 +LQ00X013280 Putative Flavonol sulfotransferase-like 6.485274307 L4_chemical_B3 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.620657254 L4_chemical_C2 +LQ00X013280 Putative Flavonol sulfotransferase-like 6.729763066 L4_chemical_C3 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.67784565 C6_control_A1 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.795738544 C6_control_A3 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.118483907 C6_control_B1 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.993657504 C6_control_B2 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.778883101 C6_control_B3 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.322705803 C6_control_C1 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.727573499 C6_control_C2 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.76550338 C6_control_C3 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.460598261 C6_chemical_A1 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.521873781 C6_chemical_A3 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.737412247 C6_chemical_B1 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.477046725 C6_chemical_B2 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.071596466 C6_chemical_B3 +LQ00X013310 Nodulation-signaling pathway 1 protein 9.084540758 C6_chemical_C1 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.901694702 C6_chemical_C2 +LQ00X013310 Nodulation-signaling pathway 1 protein 9.071824696 C6_chemical_C3 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.220685075 L4_control_A1 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.946354677 L4_control_A2 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.139985714 L4_control_A3 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.344199255 L4_control_B1 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.249495352 L4_control_B2 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.271170498 L4_control_B3 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.435469241 L4_control_C2 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.033452649 L4_control_C3 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.479091064 L4_chemical_A1 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.01484119 L4_chemical_A2 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.399624636 L4_chemical_A3 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.022911077 L4_chemical_B1 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.51549997 L4_chemical_B2 +LQ00X013310 Nodulation-signaling pathway 1 protein 8.35587709 L4_chemical_B3 +LQ00X013310 Nodulation-signaling pathway 1 protein 9.193808577 L4_chemical_C2 +LQ00X013310 Nodulation-signaling pathway 1 protein 9.183981983 L4_chemical_C3 +LQ00X013330 Predicted protein (Fragment) 5.635137835 C6_control_A1 +LQ00X013330 Predicted protein (Fragment) 5.002600555 C6_control_A3 +LQ00X013330 Predicted protein (Fragment) 5.469283529 C6_control_B1 +LQ00X013330 Predicted protein (Fragment) 5.493372206 C6_control_B2 +LQ00X013330 Predicted protein (Fragment) 5.304842247 C6_control_B3 +LQ00X013330 Predicted protein (Fragment) 5.794753811 C6_control_C1 +LQ00X013330 Predicted protein (Fragment) 5.591394986 C6_control_C2 +LQ00X013330 Predicted protein (Fragment) 5.850869548 C6_control_C3 +LQ00X013330 Predicted protein (Fragment) 5.686230713 C6_chemical_A1 +LQ00X013330 Predicted protein (Fragment) 5.599413874 C6_chemical_A3 +LQ00X013330 Predicted protein (Fragment) 5.883596505 C6_chemical_B1 +LQ00X013330 Predicted protein (Fragment) 5.304364873 C6_chemical_B2 +LQ00X013330 Predicted protein (Fragment) 6.203088304 C6_chemical_B3 +LQ00X013330 Predicted protein (Fragment) 5.384312629 C6_chemical_C1 +LQ00X013330 Predicted protein (Fragment) 5.730173186 C6_chemical_C2 +LQ00X013330 Predicted protein (Fragment) 6.136584772 C6_chemical_C3 +LQ00X013330 Predicted protein (Fragment) 5.524120989 L4_control_A1 +LQ00X013330 Predicted protein (Fragment) 5.607598327 L4_control_A2 +LQ00X013330 Predicted protein (Fragment) 5.126693999 L4_control_A3 +LQ00X013330 Predicted protein (Fragment) 4.843482101 L4_control_B1 +LQ00X013330 Predicted protein (Fragment) 5.32875821 L4_control_B2 +LQ00X013330 Predicted protein (Fragment) 5.465972794 L4_control_B3 +LQ00X013330 Predicted protein (Fragment) 5.179738496 L4_control_C2 +LQ00X013330 Predicted protein (Fragment) 5.473778605 L4_control_C3 +LQ00X013330 Predicted protein (Fragment) 5.318413121 L4_chemical_A1 +LQ00X013330 Predicted protein (Fragment) 5.420063401 L4_chemical_A2 +LQ00X013330 Predicted protein (Fragment) 5.329750453 L4_chemical_A3 +LQ00X013330 Predicted protein (Fragment) 4.908387493 L4_chemical_B1 +LQ00X013330 Predicted protein (Fragment) 4.990355342 L4_chemical_B2 +LQ00X013330 Predicted protein (Fragment) 5.328803896 L4_chemical_B3 +LQ00X013330 Predicted protein (Fragment) 5.480979395 L4_chemical_C2 +LQ00X013330 Predicted protein (Fragment) 5.259288289 L4_chemical_C3 +LQ00X013340 Predicted protein 11.5539314 C6_control_A1 +LQ00X013340 Predicted protein 11.56540077 C6_control_A3 +LQ00X013340 Predicted protein 11.36167684 C6_control_B1 +LQ00X013340 Predicted protein 11.38126711 C6_control_B2 +LQ00X013340 Predicted protein 11.72031725 C6_control_B3 +LQ00X013340 Predicted protein 11.64192412 C6_control_C1 +LQ00X013340 Predicted protein 11.61882053 C6_control_C2 +LQ00X013340 Predicted protein 11.55703994 C6_control_C3 +LQ00X013340 Predicted protein 11.50705689 C6_chemical_A1 +LQ00X013340 Predicted protein 11.43533241 C6_chemical_A3 +LQ00X013340 Predicted protein 11.41219175 C6_chemical_B1 +LQ00X013340 Predicted protein 11.00942704 C6_chemical_B2 +LQ00X013340 Predicted protein 11.59799363 C6_chemical_B3 +LQ00X013340 Predicted protein 11.40914296 C6_chemical_C1 +LQ00X013340 Predicted protein 11.72868899 C6_chemical_C2 +LQ00X013340 Predicted protein 11.16923266 C6_chemical_C3 +LQ00X013340 Predicted protein 11.93938488 L4_control_A1 +LQ00X013340 Predicted protein 11.6204695 L4_control_A2 +LQ00X013340 Predicted protein 12.38869571 L4_control_A3 +LQ00X013340 Predicted protein 12.02191443 L4_control_B1 +LQ00X013340 Predicted protein 11.51521718 L4_control_B2 +LQ00X013340 Predicted protein 11.69986639 L4_control_B3 +LQ00X013340 Predicted protein 12.21669199 L4_control_C2 +LQ00X013340 Predicted protein 12.30555166 L4_control_C3 +LQ00X013340 Predicted protein 11.7735838 L4_chemical_A1 +LQ00X013340 Predicted protein 11.64957739 L4_chemical_A2 +LQ00X013340 Predicted protein 12.00045159 L4_chemical_A3 +LQ00X013340 Predicted protein 12.04277221 L4_chemical_B1 +LQ00X013340 Predicted protein 11.9023949 L4_chemical_B2 +LQ00X013340 Predicted protein 11.76467537 L4_chemical_B3 +LQ00X013340 Predicted protein 12.62824314 L4_chemical_C2 +LQ00X013340 Predicted protein 12.38789506 L4_chemical_C3 +LQ00X013350 Predicted protein (Fragment) 13.5598431 C6_control_A1 +LQ00X013350 Predicted protein (Fragment) 13.54371421 C6_control_A3 +LQ00X013350 Predicted protein (Fragment) 13.81563741 C6_control_B1 +LQ00X013350 Predicted protein (Fragment) 13.20089779 C6_control_B2 +LQ00X013350 Predicted protein (Fragment) 13.65748392 C6_control_B3 +LQ00X013350 Predicted protein (Fragment) 14.19730581 C6_control_C1 +LQ00X013350 Predicted protein (Fragment) 13.6556388 C6_control_C2 +LQ00X013350 Predicted protein (Fragment) 14.42205726 C6_control_C3 +LQ00X013350 Predicted protein (Fragment) 13.61615725 C6_chemical_A1 +LQ00X013350 Predicted protein (Fragment) 14.13280096 C6_chemical_A3 +LQ00X013350 Predicted protein (Fragment) 14.09738054 C6_chemical_B1 +LQ00X013350 Predicted protein (Fragment) 13.07543245 C6_chemical_B2 +LQ00X013350 Predicted protein (Fragment) 13.53964028 C6_chemical_B3 +LQ00X013350 Predicted protein (Fragment) 14.05096888 C6_chemical_C1 +LQ00X013350 Predicted protein (Fragment) 13.48300892 C6_chemical_C2 +LQ00X013350 Predicted protein (Fragment) 14.59705089 C6_chemical_C3 +LQ00X013350 Predicted protein (Fragment) 13.39776758 L4_control_A1 +LQ00X013350 Predicted protein (Fragment) 13.18490373 L4_control_A2 +LQ00X013350 Predicted protein (Fragment) 13.30260142 L4_control_A3 +LQ00X013350 Predicted protein (Fragment) 13.56481645 L4_control_B1 +LQ00X013350 Predicted protein (Fragment) 13.39159422 L4_control_B2 +LQ00X013350 Predicted protein (Fragment) 15.21661889 L4_control_B3 +LQ00X013350 Predicted protein (Fragment) 14.18941906 L4_control_C2 +LQ00X013350 Predicted protein (Fragment) 14.5476497 L4_control_C3 +LQ00X013350 Predicted protein (Fragment) 14.37708728 L4_chemical_A1 +LQ00X013350 Predicted protein (Fragment) 14.01408666 L4_chemical_A2 +LQ00X013350 Predicted protein (Fragment) 13.68870577 L4_chemical_A3 +LQ00X013350 Predicted protein (Fragment) 14.33539466 L4_chemical_B1 +LQ00X013350 Predicted protein (Fragment) 13.69470575 L4_chemical_B2 +LQ00X013350 Predicted protein (Fragment) 13.60885372 L4_chemical_B3 +LQ00X013350 Predicted protein (Fragment) 14.54687721 L4_chemical_C2 +LQ00X013350 Predicted protein (Fragment) 14.308732 L4_chemical_C3 +LQ00X013360 Putative Exportin-T 5.376777368 C6_control_A1 +LQ00X013360 Putative Exportin-T 5.078521475 C6_control_A3 +LQ00X013360 Putative Exportin-T 5.626333074 C6_control_B1 +LQ00X013360 Putative Exportin-T 5.456312809 C6_control_B2 +LQ00X013360 Putative Exportin-T 5.184081215 C6_control_B3 +LQ00X013360 Putative Exportin-T 5.57205222 C6_control_C1 +LQ00X013360 Putative Exportin-T 4.995891236 C6_control_C2 +LQ00X013360 Putative Exportin-T 5.298497975 C6_control_C3 +LQ00X013360 Putative Exportin-T 5.626789787 C6_chemical_A1 +LQ00X013360 Putative Exportin-T 5.564700694 C6_chemical_A3 +LQ00X013360 Putative Exportin-T 5.280590259 C6_chemical_B1 +LQ00X013360 Putative Exportin-T 5.808035751 C6_chemical_B2 +LQ00X013360 Putative Exportin-T 5.970528106 C6_chemical_B3 +LQ00X013360 Putative Exportin-T 5.688280173 C6_chemical_C1 +LQ00X013360 Putative Exportin-T 5.555391912 C6_chemical_C2 +LQ00X013360 Putative Exportin-T 6.42006616 C6_chemical_C3 +LQ00X013360 Putative Exportin-T 5.680831056 L4_control_A1 +LQ00X013360 Putative Exportin-T 5.677028846 L4_control_A2 +LQ00X013360 Putative Exportin-T 5.818593099 L4_control_A3 +LQ00X013360 Putative Exportin-T 5.600511689 L4_control_B1 +LQ00X013360 Putative Exportin-T 5.160773396 L4_control_B2 +LQ00X013360 Putative Exportin-T 5.974080438 L4_control_B3 +LQ00X013360 Putative Exportin-T 5.353668967 L4_control_C2 +LQ00X013360 Putative Exportin-T 5.575532218 L4_control_C3 +LQ00X013360 Putative Exportin-T 5.867944572 L4_chemical_A1 +LQ00X013360 Putative Exportin-T 5.048491274 L4_chemical_A2 +LQ00X013360 Putative Exportin-T 6.239957287 L4_chemical_A3 +LQ00X013360 Putative Exportin-T 5.134599472 L4_chemical_B1 +LQ00X013360 Putative Exportin-T 5.503587758 L4_chemical_B2 +LQ00X013360 Putative Exportin-T 5.625646937 L4_chemical_B3 +LQ00X013360 Putative Exportin-T 5.344745631 L4_chemical_C2 +LQ00X013360 Putative Exportin-T 5.941611871 L4_chemical_C3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.35880751 C6_control_A1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.391546807 C6_control_A3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.627455956 C6_control_B1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.303076012 C6_control_B2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.55215023 C6_control_B3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.682511816 C6_control_C1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.214582948 C6_control_C2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.782441395 C6_control_C3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.587527921 C6_chemical_A1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.588242295 C6_chemical_A3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.333209835 C6_chemical_B1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.221077034 C6_chemical_B2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.577550841 C6_chemical_B3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.638511931 C6_chemical_C1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.134762475 C6_chemical_C2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.688272086 C6_chemical_C3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 6.040233214 L4_control_A1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.56681718 L4_control_A2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.814435337 L4_control_A3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.737587261 L4_control_B1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 6.15964661 L4_control_B2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.818972147 L4_control_B3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 6.046697768 L4_control_C2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.881835151 L4_control_C3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.978748891 L4_chemical_A1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.553395063 L4_chemical_A2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.518763195 L4_chemical_A3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.954489495 L4_chemical_B1 +LQ00X013390 Putative Flavonoid 3-monooxygenase 6.360103575 L4_chemical_B2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.687025472 L4_chemical_B3 +LQ00X013390 Putative Flavonoid 3-monooxygenase 6.029475896 L4_chemical_C2 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.872782398 L4_chemical_C3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.502210191 C6_control_A1 +LQ00X013400 Lipoxygenase 3, chloroplastic 5.853812124 C6_control_A3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.107424463 C6_control_B1 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.53657136 C6_control_B2 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.723005658 C6_control_B3 +LQ00X013400 Lipoxygenase 3, chloroplastic 7.227100232 C6_control_C1 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.470996147 C6_control_C2 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.945144877 C6_control_C3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.922537111 C6_chemical_A1 +LQ00X013400 Lipoxygenase 3, chloroplastic 7.073127347 C6_chemical_A3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.285285362 C6_chemical_B1 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.676608807 C6_chemical_B2 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.711059495 C6_chemical_B3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.810813202 C6_chemical_C1 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.483185711 C6_chemical_C2 +LQ00X013400 Lipoxygenase 3, chloroplastic 7.874729664 C6_chemical_C3 +LQ00X013400 Lipoxygenase 3, chloroplastic 7.650528338 L4_control_A1 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.964812156 L4_control_A2 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.803223548 L4_control_A3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.290263041 L4_control_B1 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.654173121 L4_control_B2 +LQ00X013400 Lipoxygenase 3, chloroplastic 8.618384707 L4_control_B3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.817678804 L4_control_C2 +LQ00X013400 Lipoxygenase 3, chloroplastic 9.240072143 L4_control_C3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.998637345 L4_chemical_A1 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.487480769 L4_chemical_A2 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.929915422 L4_chemical_A3 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.019141882 L4_chemical_B1 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.441793331 L4_chemical_B2 +LQ00X013400 Lipoxygenase 3, chloroplastic 7.958371699 L4_chemical_B3 +LQ00X013400 Lipoxygenase 3, chloroplastic 5.740021459 L4_chemical_C2 +LQ00X013400 Lipoxygenase 3, chloroplastic 8.357402121 L4_chemical_C3 +LQ00X013440 Putative Calmodulin 12.98327614 C6_control_A1 +LQ00X013440 Putative Calmodulin 12.57641867 C6_control_A3 +LQ00X013440 Putative Calmodulin 13.36026162 C6_control_B1 +LQ00X013440 Putative Calmodulin 14.14991451 C6_control_B2 +LQ00X013440 Putative Calmodulin 13.55297706 C6_control_B3 +LQ00X013440 Putative Calmodulin 15.2458098 C6_control_C1 +LQ00X013440 Putative Calmodulin 15.42762193 C6_control_C2 +LQ00X013440 Putative Calmodulin 15.42376319 C6_control_C3 +LQ00X013440 Putative Calmodulin 13.04562782 C6_chemical_A1 +LQ00X013440 Putative Calmodulin 11.67438779 C6_chemical_A3 +LQ00X013440 Putative Calmodulin 13.69961335 C6_chemical_B1 +LQ00X013440 Putative Calmodulin 13.99720816 C6_chemical_B2 +LQ00X013440 Putative Calmodulin 14.05484649 C6_chemical_B3 +LQ00X013440 Putative Calmodulin 15.34022511 C6_chemical_C1 +LQ00X013440 Putative Calmodulin 15.29010812 C6_chemical_C2 +LQ00X013440 Putative Calmodulin 14.13826617 C6_chemical_C3 +LQ00X013440 Putative Calmodulin 11.02852834 L4_control_A1 +LQ00X013440 Putative Calmodulin 12.41193228 L4_control_A2 +LQ00X013440 Putative Calmodulin 11.67608362 L4_control_A3 +LQ00X013440 Putative Calmodulin 11.85092177 L4_control_B1 +LQ00X013440 Putative Calmodulin 12.32584593 L4_control_B2 +LQ00X013440 Putative Calmodulin 12.35553783 L4_control_B3 +LQ00X013440 Putative Calmodulin 14.72096585 L4_control_C2 +LQ00X013440 Putative Calmodulin 13.3088177 L4_control_C3 +LQ00X013440 Putative Calmodulin 11.94132757 L4_chemical_A1 +LQ00X013440 Putative Calmodulin 13.13600497 L4_chemical_A2 +LQ00X013440 Putative Calmodulin 11.61250214 L4_chemical_A3 +LQ00X013440 Putative Calmodulin 12.76835541 L4_chemical_B1 +LQ00X013440 Putative Calmodulin 12.251377 L4_chemical_B2 +LQ00X013440 Putative Calmodulin 11.43552711 L4_chemical_B3 +LQ00X013440 Putative Calmodulin 13.5246088 L4_chemical_C2 +LQ00X013440 Putative Calmodulin 12.87535185 L4_chemical_C3 +LQ00X013470 Subtilisin-like protease 6.08716231 C6_control_A1 +LQ00X013470 Subtilisin-like protease 6.834056776 C6_control_A3 +LQ00X013470 Subtilisin-like protease 7.018113608 C6_control_B1 +LQ00X013470 Subtilisin-like protease 6.362156979 C6_control_B2 +LQ00X013470 Subtilisin-like protease 6.834055338 C6_control_B3 +LQ00X013470 Subtilisin-like protease 5.588684936 C6_control_C1 +LQ00X013470 Subtilisin-like protease 7.365432413 C6_control_C2 +LQ00X013470 Subtilisin-like protease 5.631089051 C6_control_C3 +LQ00X013470 Subtilisin-like protease 6.081215115 C6_chemical_A1 +LQ00X013470 Subtilisin-like protease 6.292980089 C6_chemical_A3 +LQ00X013470 Subtilisin-like protease 6.671857414 C6_chemical_B1 +LQ00X013470 Subtilisin-like protease 6.322261638 C6_chemical_B2 +LQ00X013470 Subtilisin-like protease 6.438692581 C6_chemical_B3 +LQ00X013470 Subtilisin-like protease 5.867417844 C6_chemical_C1 +LQ00X013470 Subtilisin-like protease 6.266958519 C6_chemical_C2 +LQ00X013470 Subtilisin-like protease 5.73665858 C6_chemical_C3 +LQ00X013470 Subtilisin-like protease 5.87690792 L4_control_A1 +LQ00X013470 Subtilisin-like protease 6.571183018 L4_control_A2 +LQ00X013470 Subtilisin-like protease 5.95618626 L4_control_A3 +LQ00X013470 Subtilisin-like protease 6.580805158 L4_control_B1 +LQ00X013470 Subtilisin-like protease 6.51391495 L4_control_B2 +LQ00X013470 Subtilisin-like protease 7.042596803 L4_control_B3 +LQ00X013470 Subtilisin-like protease 5.77121354 L4_control_C2 +LQ00X013470 Subtilisin-like protease 6.57341281 L4_control_C3 +LQ00X013470 Subtilisin-like protease 6.573658837 L4_chemical_A1 +LQ00X013470 Subtilisin-like protease 6.946830869 L4_chemical_A2 +LQ00X013470 Subtilisin-like protease 5.580993545 L4_chemical_A3 +LQ00X013470 Subtilisin-like protease 7.072951975 L4_chemical_B1 +LQ00X013470 Subtilisin-like protease 6.30821545 L4_chemical_B2 +LQ00X013470 Subtilisin-like protease 7.049323753 L4_chemical_B3 +LQ00X013470 Subtilisin-like protease 6.537775621 L4_chemical_C2 +LQ00X013470 Subtilisin-like protease 7.361833066 L4_chemical_C3 +LQ00X013480 Cation/calcium exchanger 4 12.33577669 C6_control_A1 +LQ00X013480 Cation/calcium exchanger 4 12.05174868 C6_control_A3 +LQ00X013480 Cation/calcium exchanger 4 12.57044527 C6_control_B1 +LQ00X013480 Cation/calcium exchanger 4 12.10218679 C6_control_B2 +LQ00X013480 Cation/calcium exchanger 4 12.63933189 C6_control_B3 +LQ00X013480 Cation/calcium exchanger 4 12.02212226 C6_control_C1 +LQ00X013480 Cation/calcium exchanger 4 12.40779804 C6_control_C2 +LQ00X013480 Cation/calcium exchanger 4 12.66322531 C6_control_C3 +LQ00X013480 Cation/calcium exchanger 4 12.2106857 C6_chemical_A1 +LQ00X013480 Cation/calcium exchanger 4 12.08870364 C6_chemical_A3 +LQ00X013480 Cation/calcium exchanger 4 12.83697362 C6_chemical_B1 +LQ00X013480 Cation/calcium exchanger 4 12.14759706 C6_chemical_B2 +LQ00X013480 Cation/calcium exchanger 4 12.65773383 C6_chemical_B3 +LQ00X013480 Cation/calcium exchanger 4 11.9246889 C6_chemical_C1 +LQ00X013480 Cation/calcium exchanger 4 11.86721678 C6_chemical_C2 +LQ00X013480 Cation/calcium exchanger 4 12.52824258 C6_chemical_C3 +LQ00X013480 Cation/calcium exchanger 4 12.43248951 L4_control_A1 +LQ00X013480 Cation/calcium exchanger 4 12.68580666 L4_control_A2 +LQ00X013480 Cation/calcium exchanger 4 12.64966511 L4_control_A3 +LQ00X013480 Cation/calcium exchanger 4 13.17217215 L4_control_B1 +LQ00X013480 Cation/calcium exchanger 4 13.05694394 L4_control_B2 +LQ00X013480 Cation/calcium exchanger 4 13.09229028 L4_control_B3 +LQ00X013480 Cation/calcium exchanger 4 13.13416435 L4_control_C2 +LQ00X013480 Cation/calcium exchanger 4 13.60117823 L4_control_C3 +LQ00X013480 Cation/calcium exchanger 4 12.75999658 L4_chemical_A1 +LQ00X013480 Cation/calcium exchanger 4 13.01656437 L4_chemical_A2 +LQ00X013480 Cation/calcium exchanger 4 12.76365933 L4_chemical_A3 +LQ00X013480 Cation/calcium exchanger 4 13.06254192 L4_chemical_B1 +LQ00X013480 Cation/calcium exchanger 4 13.02013333 L4_chemical_B2 +LQ00X013480 Cation/calcium exchanger 4 12.81657289 L4_chemical_B3 +LQ00X013480 Cation/calcium exchanger 4 12.97806672 L4_chemical_C2 +LQ00X013480 Cation/calcium exchanger 4 13.58933642 L4_chemical_C3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.103189479 C6_control_A1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.372522828 C6_control_A3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.259335987 C6_control_B1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.045248577 C6_control_B2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.308806263 C6_control_B3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.717482128 C6_control_C1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.830668882 C6_control_C2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.35091868 C6_control_C3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.225704016 C6_chemical_A1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.206847464 C6_chemical_A3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.557202854 C6_chemical_B1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 4.975552268 C6_chemical_B2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.641887357 C6_chemical_B3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.408509766 C6_chemical_C1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.368337164 C6_chemical_C2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.352814022 C6_chemical_C3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.151637168 L4_control_A1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.319096064 L4_control_A2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.044988711 L4_control_A3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 4.680942765 L4_control_B1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.154773262 L4_control_B2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.233233558 L4_control_B3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.24341129 L4_control_C2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 6.489050529 L4_control_C3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 4.882868607 L4_chemical_A1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.309187348 L4_chemical_A2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.417941896 L4_chemical_A3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.374968726 L4_chemical_B1 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.00125249 L4_chemical_B2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.212719385 L4_chemical_B3 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.64986939 L4_chemical_C2 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.810926334 L4_chemical_C3 +LQ00X013500 Predicted protein 12.21249625 C6_control_A1 +LQ00X013500 Predicted protein 11.84513263 C6_control_A3 +LQ00X013500 Predicted protein 11.6719419 C6_control_B1 +LQ00X013500 Predicted protein 11.7951669 C6_control_B2 +LQ00X013500 Predicted protein 11.96760422 C6_control_B3 +LQ00X013500 Predicted protein 12.03540528 C6_control_C1 +LQ00X013500 Predicted protein 12.04735488 C6_control_C2 +LQ00X013500 Predicted protein 11.77317936 C6_control_C3 +LQ00X013500 Predicted protein 11.90109119 C6_chemical_A1 +LQ00X013500 Predicted protein 11.75726543 C6_chemical_A3 +LQ00X013500 Predicted protein 11.60149426 C6_chemical_B1 +LQ00X013500 Predicted protein 11.78392908 C6_chemical_B2 +LQ00X013500 Predicted protein 11.71860897 C6_chemical_B3 +LQ00X013500 Predicted protein 12.43809018 C6_chemical_C1 +LQ00X013500 Predicted protein 12.15120213 C6_chemical_C2 +LQ00X013500 Predicted protein 12.14228726 C6_chemical_C3 +LQ00X013500 Predicted protein 11.77330362 L4_control_A1 +LQ00X013500 Predicted protein 11.74281627 L4_control_A2 +LQ00X013500 Predicted protein 12.01627936 L4_control_A3 +LQ00X013500 Predicted protein 11.2581918 L4_control_B1 +LQ00X013500 Predicted protein 11.07266617 L4_control_B2 +LQ00X013500 Predicted protein 10.90598072 L4_control_B3 +LQ00X013500 Predicted protein 11.17024731 L4_control_C2 +LQ00X013500 Predicted protein 11.19118628 L4_control_C3 +LQ00X013500 Predicted protein 13.09779311 L4_chemical_A1 +LQ00X013500 Predicted protein 13.347832 L4_chemical_A2 +LQ00X013500 Predicted protein 12.78288037 L4_chemical_A3 +LQ00X013500 Predicted protein 11.80187711 L4_chemical_B1 +LQ00X013500 Predicted protein 11.5305709 L4_chemical_B2 +LQ00X013500 Predicted protein 12.12609867 L4_chemical_B3 +LQ00X013500 Predicted protein 11.40421296 L4_chemical_C2 +LQ00X013500 Predicted protein 10.81307042 L4_chemical_C3 +LQ00X013510 Predicted protein 8.523633043 C6_control_A1 +LQ00X013510 Predicted protein 7.965153116 C6_control_A3 +LQ00X013510 Predicted protein 8.166025639 C6_control_B1 +LQ00X013510 Predicted protein 8.768383843 C6_control_B2 +LQ00X013510 Predicted protein 8.610170339 C6_control_B3 +LQ00X013510 Predicted protein 9.454468709 C6_control_C1 +LQ00X013510 Predicted protein 9.488007521 C6_control_C2 +LQ00X013510 Predicted protein 9.590332569 C6_control_C3 +LQ00X013510 Predicted protein 8.683149831 C6_chemical_A1 +LQ00X013510 Predicted protein 8.552257766 C6_chemical_A3 +LQ00X013510 Predicted protein 8.197224392 C6_chemical_B1 +LQ00X013510 Predicted protein 8.920768599 C6_chemical_B2 +LQ00X013510 Predicted protein 8.661930672 C6_chemical_B3 +LQ00X013510 Predicted protein 9.396461948 C6_chemical_C1 +LQ00X013510 Predicted protein 9.443735555 C6_chemical_C2 +LQ00X013510 Predicted protein 9.594149474 C6_chemical_C3 +LQ00X013510 Predicted protein 9.148419351 L4_control_A1 +LQ00X013510 Predicted protein 8.926385333 L4_control_A2 +LQ00X013510 Predicted protein 9.883751176 L4_control_A3 +LQ00X013510 Predicted protein 8.748331274 L4_control_B1 +LQ00X013510 Predicted protein 9.58575596 L4_control_B2 +LQ00X013510 Predicted protein 9.191824154 L4_control_B3 +LQ00X013510 Predicted protein 9.852193943 L4_control_C2 +LQ00X013510 Predicted protein 10.08455945 L4_control_C3 +LQ00X013510 Predicted protein 9.501219724 L4_chemical_A1 +LQ00X013510 Predicted protein 9.244081158 L4_chemical_A2 +LQ00X013510 Predicted protein 9.731389609 L4_chemical_A3 +LQ00X013510 Predicted protein 8.577074715 L4_chemical_B1 +LQ00X013510 Predicted protein 9.400832858 L4_chemical_B2 +LQ00X013510 Predicted protein 8.824889264 L4_chemical_B3 +LQ00X013510 Predicted protein 9.782418663 L4_chemical_C2 +LQ00X013510 Predicted protein 10.18557514 L4_chemical_C3 +LQ00X013610 TMV resistance protein N, putative 5.687734607 C6_control_A1 +LQ00X013610 TMV resistance protein N, putative 5.615669951 C6_control_A3 +LQ00X013610 TMV resistance protein N, putative 4.979564145 C6_control_B1 +LQ00X013610 TMV resistance protein N, putative 5.757572374 C6_control_B2 +LQ00X013610 TMV resistance protein N, putative 5.039773485 C6_control_B3 +LQ00X013610 TMV resistance protein N, putative 5.47120628 C6_control_C1 +LQ00X013610 TMV resistance protein N, putative 5.866689809 C6_control_C2 +LQ00X013610 TMV resistance protein N, putative 7.132724607 C6_control_C3 +LQ00X013610 TMV resistance protein N, putative 5.329063345 C6_chemical_A1 +LQ00X013610 TMV resistance protein N, putative 5.11286423 C6_chemical_A3 +LQ00X013610 TMV resistance protein N, putative 4.934528515 C6_chemical_B1 +LQ00X013610 TMV resistance protein N, putative 5.638112587 C6_chemical_B2 +LQ00X013610 TMV resistance protein N, putative 5.045650826 C6_chemical_B3 +LQ00X013610 TMV resistance protein N, putative 5.216074334 C6_chemical_C1 +LQ00X013610 TMV resistance protein N, putative 5.673602388 C6_chemical_C2 +LQ00X013610 TMV resistance protein N, putative 7.004280365 C6_chemical_C3 +LQ00X013610 TMV resistance protein N, putative 5.423973349 L4_control_A1 +LQ00X013610 TMV resistance protein N, putative 5.67660871 L4_control_A2 +LQ00X013610 TMV resistance protein N, putative 5.562425057 L4_control_A3 +LQ00X013610 TMV resistance protein N, putative 5.213161467 L4_control_B1 +LQ00X013610 TMV resistance protein N, putative 5.846711311 L4_control_B2 +LQ00X013610 TMV resistance protein N, putative 5.365322294 L4_control_B3 +LQ00X013610 TMV resistance protein N, putative 5.62311904 L4_control_C2 +LQ00X013610 TMV resistance protein N, putative 5.009713223 L4_control_C3 +LQ00X013610 TMV resistance protein N, putative 5.745599691 L4_chemical_A1 +LQ00X013610 TMV resistance protein N, putative 5.253638551 L4_chemical_A2 +LQ00X013610 TMV resistance protein N, putative 5.578180524 L4_chemical_A3 +LQ00X013610 TMV resistance protein N, putative 4.987191718 L4_chemical_B1 +LQ00X013610 TMV resistance protein N, putative 5.439215088 L4_chemical_B2 +LQ00X013610 TMV resistance protein N, putative 5.294828802 L4_chemical_B3 +LQ00X013610 TMV resistance protein N, putative 5.149769853 L4_chemical_C2 +LQ00X013610 TMV resistance protein N, putative 5.231509186 L4_chemical_C3 +LQ00X013660 ABC transporter B family member 19 11.66804331 C6_control_A1 +LQ00X013660 ABC transporter B family member 19 11.61058858 C6_control_A3 +LQ00X013660 ABC transporter B family member 19 11.02088811 C6_control_B1 +LQ00X013660 ABC transporter B family member 19 9.682454416 C6_control_B2 +LQ00X013660 ABC transporter B family member 19 10.69609622 C6_control_B3 +LQ00X013660 ABC transporter B family member 19 9.690869048 C6_control_C1 +LQ00X013660 ABC transporter B family member 19 10.27769595 C6_control_C2 +LQ00X013660 ABC transporter B family member 19 10.58240966 C6_control_C3 +LQ00X013660 ABC transporter B family member 19 11.73192209 C6_chemical_A1 +LQ00X013660 ABC transporter B family member 19 11.81025371 C6_chemical_A3 +LQ00X013660 ABC transporter B family member 19 10.95875373 C6_chemical_B1 +LQ00X013660 ABC transporter B family member 19 9.782962469 C6_chemical_B2 +LQ00X013660 ABC transporter B family member 19 11.15858315 C6_chemical_B3 +LQ00X013660 ABC transporter B family member 19 9.79299673 C6_chemical_C1 +LQ00X013660 ABC transporter B family member 19 9.69335737 C6_chemical_C2 +LQ00X013660 ABC transporter B family member 19 10.4556518 C6_chemical_C3 +LQ00X013660 ABC transporter B family member 19 12.2618889 L4_control_A1 +LQ00X013660 ABC transporter B family member 19 11.34197909 L4_control_A2 +LQ00X013660 ABC transporter B family member 19 12.30742415 L4_control_A3 +LQ00X013660 ABC transporter B family member 19 10.4915495 L4_control_B1 +LQ00X013660 ABC transporter B family member 19 11.23146651 L4_control_B2 +LQ00X013660 ABC transporter B family member 19 8.83333394 L4_control_B3 +LQ00X013660 ABC transporter B family member 19 9.631565094 L4_control_C2 +LQ00X013660 ABC transporter B family member 19 8.878628207 L4_control_C3 +LQ00X013660 ABC transporter B family member 19 12.3018799 L4_chemical_A1 +LQ00X013660 ABC transporter B family member 19 11.16868923 L4_chemical_A2 +LQ00X013660 ABC transporter B family member 19 12.46511347 L4_chemical_A3 +LQ00X013660 ABC transporter B family member 19 10.7915698 L4_chemical_B1 +LQ00X013660 ABC transporter B family member 19 10.96281712 L4_chemical_B2 +LQ00X013660 ABC transporter B family member 19 11.0282281 L4_chemical_B3 +LQ00X013660 ABC transporter B family member 19 8.396527515 L4_chemical_C2 +LQ00X013660 ABC transporter B family member 19 9.196100831 L4_chemical_C3 +LQ00X013740 40S ribosomal protein S9-2 14.9712484 C6_control_A1 +LQ00X013740 40S ribosomal protein S9-2 15.55657738 C6_control_A3 +LQ00X013740 40S ribosomal protein S9-2 14.90979552 C6_control_B1 +LQ00X013740 40S ribosomal protein S9-2 14.60058741 C6_control_B2 +LQ00X013740 40S ribosomal protein S9-2 14.6439169 C6_control_B3 +LQ00X013740 40S ribosomal protein S9-2 14.48194085 C6_control_C1 +LQ00X013740 40S ribosomal protein S9-2 14.34622548 C6_control_C2 +LQ00X013740 40S ribosomal protein S9-2 14.30357412 C6_control_C3 +LQ00X013740 40S ribosomal protein S9-2 14.74881563 C6_chemical_A1 +LQ00X013740 40S ribosomal protein S9-2 14.78287279 C6_chemical_A3 +LQ00X013740 40S ribosomal protein S9-2 14.49051637 C6_chemical_B1 +LQ00X013740 40S ribosomal protein S9-2 14.26125596 C6_chemical_B2 +LQ00X013740 40S ribosomal protein S9-2 14.44377719 C6_chemical_B3 +LQ00X013740 40S ribosomal protein S9-2 14.52513487 C6_chemical_C1 +LQ00X013740 40S ribosomal protein S9-2 14.16027138 C6_chemical_C2 +LQ00X013740 40S ribosomal protein S9-2 14.15907218 C6_chemical_C3 +LQ00X013740 40S ribosomal protein S9-2 14.67677975 L4_control_A1 +LQ00X013740 40S ribosomal protein S9-2 14.3598661 L4_control_A2 +LQ00X013740 40S ribosomal protein S9-2 14.52856401 L4_control_A3 +LQ00X013740 40S ribosomal protein S9-2 14.07992477 L4_control_B1 +LQ00X013740 40S ribosomal protein S9-2 13.98841547 L4_control_B2 +LQ00X013740 40S ribosomal protein S9-2 14.15738954 L4_control_B3 +LQ00X013740 40S ribosomal protein S9-2 13.86426865 L4_control_C2 +LQ00X013740 40S ribosomal protein S9-2 14.18377647 L4_control_C3 +LQ00X013740 40S ribosomal protein S9-2 14.6107074 L4_chemical_A1 +LQ00X013740 40S ribosomal protein S9-2 13.85185473 L4_chemical_A2 +LQ00X013740 40S ribosomal protein S9-2 14.28018472 L4_chemical_A3 +LQ00X013740 40S ribosomal protein S9-2 14.36336591 L4_chemical_B1 +LQ00X013740 40S ribosomal protein S9-2 14.01209646 L4_chemical_B2 +LQ00X013740 40S ribosomal protein S9-2 14.5761512 L4_chemical_B3 +LQ00X013740 40S ribosomal protein S9-2 13.79967436 L4_chemical_C2 +LQ00X013740 40S ribosomal protein S9-2 14.11980129 L4_chemical_C3 +LQ00X013880 Putative Disease resistance protein At4g27190 4.98637016 C6_control_A1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.240780863 C6_control_A3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.351910491 C6_control_B1 +LQ00X013880 Putative Disease resistance protein At4g27190 4.833930498 C6_control_B2 +LQ00X013880 Putative Disease resistance protein At4g27190 5.230128717 C6_control_B3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.028571383 C6_control_C1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.076657813 C6_control_C2 +LQ00X013880 Putative Disease resistance protein At4g27190 4.952217451 C6_control_C3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.627314524 C6_chemical_A1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.131591966 C6_chemical_A3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.261148373 C6_chemical_B1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.108319859 C6_chemical_B2 +LQ00X013880 Putative Disease resistance protein At4g27190 5.608638362 C6_chemical_B3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.653762355 C6_chemical_C1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.104666111 C6_chemical_C2 +LQ00X013880 Putative Disease resistance protein At4g27190 5.166442114 C6_chemical_C3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.300618304 L4_control_A1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.586053023 L4_control_A2 +LQ00X013880 Putative Disease resistance protein At4g27190 5.177663762 L4_control_A3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.157216994 L4_control_B1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.86699615 L4_control_B2 +LQ00X013880 Putative Disease resistance protein At4g27190 5.053459046 L4_control_B3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.846901998 L4_control_C2 +LQ00X013880 Putative Disease resistance protein At4g27190 5.735053798 L4_control_C3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.409257063 L4_chemical_A1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.231438098 L4_chemical_A2 +LQ00X013880 Putative Disease resistance protein At4g27190 4.872637495 L4_chemical_A3 +LQ00X013880 Putative Disease resistance protein At4g27190 5.614998473 L4_chemical_B1 +LQ00X013880 Putative Disease resistance protein At4g27190 5.816172157 L4_chemical_B2 +LQ00X013880 Putative Disease resistance protein At4g27190 5.107461974 L4_chemical_B3 +LQ00X013880 Putative Disease resistance protein At4g27190 6.495564121 L4_chemical_C2 +LQ00X013880 Putative Disease resistance protein At4g27190 5.911533086 L4_chemical_C3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.905033744 C6_control_A1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 6.75469217 C6_control_A3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.63703539 C6_control_B1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.596834566 C6_control_B2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.84499261 C6_control_B3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.462438932 C6_control_C1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.255771216 C6_control_C2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.348551916 C6_control_C3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.547868348 C6_chemical_A1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 6.381113892 C6_chemical_A3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.457214775 C6_chemical_B1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.458620881 C6_chemical_B2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 6.086608507 C6_chemical_B3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.231116263 C6_chemical_C1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.763263839 C6_chemical_C2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.354083374 C6_chemical_C3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.763629811 L4_control_A1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.88415429 L4_control_A2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 6.257048655 L4_control_A3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 6.051065972 L4_control_B1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.676557039 L4_control_B2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.753337314 L4_control_B3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 6.346354582 L4_control_C2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 6.149737811 L4_control_C3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.703116571 L4_chemical_A1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.722169715 L4_chemical_A2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.900448104 L4_chemical_A3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.97778361 L4_chemical_B1 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.745397469 L4_chemical_B2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.678174405 L4_chemical_B3 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.872302703 L4_chemical_C2 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 6.187818251 L4_chemical_C3 +LQ00X013990 Probable methyltransferase PMT7 12.68813463 C6_control_A1 +LQ00X013990 Probable methyltransferase PMT7 12.43364035 C6_control_A3 +LQ00X013990 Probable methyltransferase PMT7 12.88737054 C6_control_B1 +LQ00X013990 Probable methyltransferase PMT7 13.63696759 C6_control_B2 +LQ00X013990 Probable methyltransferase PMT7 12.8873188 C6_control_B3 +LQ00X013990 Probable methyltransferase PMT7 13.37574979 C6_control_C1 +LQ00X013990 Probable methyltransferase PMT7 13.51000799 C6_control_C2 +LQ00X013990 Probable methyltransferase PMT7 13.4096192 C6_control_C3 +LQ00X013990 Probable methyltransferase PMT7 12.9180174 C6_chemical_A1 +LQ00X013990 Probable methyltransferase PMT7 12.5758642 C6_chemical_A3 +LQ00X013990 Probable methyltransferase PMT7 12.7916983 C6_chemical_B1 +LQ00X013990 Probable methyltransferase PMT7 14.02248762 C6_chemical_B2 +LQ00X013990 Probable methyltransferase PMT7 12.82664148 C6_chemical_B3 +LQ00X013990 Probable methyltransferase PMT7 13.37875515 C6_chemical_C1 +LQ00X013990 Probable methyltransferase PMT7 13.51046556 C6_chemical_C2 +LQ00X013990 Probable methyltransferase PMT7 13.57928847 C6_chemical_C3 +LQ00X013990 Probable methyltransferase PMT7 12.48167875 L4_control_A1 +LQ00X013990 Probable methyltransferase PMT7 12.53490089 L4_control_A2 +LQ00X013990 Probable methyltransferase PMT7 11.55259963 L4_control_A3 +LQ00X013990 Probable methyltransferase PMT7 13.24895191 L4_control_B1 +LQ00X013990 Probable methyltransferase PMT7 12.48583228 L4_control_B2 +LQ00X013990 Probable methyltransferase PMT7 13.53606431 L4_control_B3 +LQ00X013990 Probable methyltransferase PMT7 12.47062813 L4_control_C2 +LQ00X013990 Probable methyltransferase PMT7 12.6772366 L4_control_C3 +LQ00X013990 Probable methyltransferase PMT7 12.65096028 L4_chemical_A1 +LQ00X013990 Probable methyltransferase PMT7 12.54791619 L4_chemical_A2 +LQ00X013990 Probable methyltransferase PMT7 11.838287 L4_chemical_A3 +LQ00X013990 Probable methyltransferase PMT7 12.1129342 L4_chemical_B1 +LQ00X013990 Probable methyltransferase PMT7 12.70209129 L4_chemical_B2 +LQ00X013990 Probable methyltransferase PMT7 13.37585173 L4_chemical_B3 +LQ00X013990 Probable methyltransferase PMT7 12.61329956 L4_chemical_C2 +LQ00X013990 Probable methyltransferase PMT7 12.7835879 L4_chemical_C3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.560882967 C6_control_A1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.723864716 C6_control_A3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.687470036 C6_control_B1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.681013058 C6_control_B2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.822839357 C6_control_B3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.482145928 C6_control_C1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.427620347 C6_control_C2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.842010125 C6_control_C3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.662317327 C6_chemical_A1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.760835396 C6_chemical_A3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.687781087 C6_chemical_B1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.703675735 C6_chemical_B2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.96863114 C6_chemical_B3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.731529039 C6_chemical_C1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.560896715 C6_chemical_C2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.390162492 C6_chemical_C3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.799491882 L4_control_A1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.755744478 L4_control_A2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.330103259 L4_control_A3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.01525564 L4_control_B1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.769017478 L4_control_B2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.666237272 L4_control_B3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.801258248 L4_control_C2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.890841164 L4_control_C3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.755674686 L4_chemical_A1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.83180443 L4_chemical_A2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.89289118 L4_chemical_A3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.961679722 L4_chemical_B1 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.664996965 L4_chemical_B2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.810643003 L4_chemical_B3 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.896658918 L4_chemical_C2 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.950366395 L4_chemical_C3 +LQ00X014040 Putative uncharacterized protein 5.53931035 C6_control_A1 +LQ00X014040 Putative uncharacterized protein 5.633791086 C6_control_A3 +LQ00X014040 Putative uncharacterized protein 5.482066478 C6_control_B1 +LQ00X014040 Putative uncharacterized protein 5.987927456 C6_control_B2 +LQ00X014040 Putative uncharacterized protein 5.304807653 C6_control_B3 +LQ00X014040 Putative uncharacterized protein 5.696604431 C6_control_C1 +LQ00X014040 Putative uncharacterized protein 5.670797534 C6_control_C2 +LQ00X014040 Putative uncharacterized protein 6.032469989 C6_control_C3 +LQ00X014040 Putative uncharacterized protein 5.531081931 C6_chemical_A1 +LQ00X014040 Putative uncharacterized protein 5.958132424 C6_chemical_A3 +LQ00X014040 Putative uncharacterized protein 5.378712674 C6_chemical_B1 +LQ00X014040 Putative uncharacterized protein 6.075611412 C6_chemical_B2 +LQ00X014040 Putative uncharacterized protein 6.315752395 C6_chemical_B3 +LQ00X014040 Putative uncharacterized protein 6.48575639 C6_chemical_C1 +LQ00X014040 Putative uncharacterized protein 6.513905945 C6_chemical_C2 +LQ00X014040 Putative uncharacterized protein 5.889308335 C6_chemical_C3 +LQ00X014040 Putative uncharacterized protein 5.804128392 L4_control_A1 +LQ00X014040 Putative uncharacterized protein 6.014876458 L4_control_A2 +LQ00X014040 Putative uncharacterized protein 6.304677707 L4_control_A3 +LQ00X014040 Putative uncharacterized protein 6.083163417 L4_control_B1 +LQ00X014040 Putative uncharacterized protein 6.131846723 L4_control_B2 +LQ00X014040 Putative uncharacterized protein 6.192811929 L4_control_B3 +LQ00X014040 Putative uncharacterized protein 5.460091022 L4_control_C2 +LQ00X014040 Putative uncharacterized protein 5.538175309 L4_control_C3 +LQ00X014040 Putative uncharacterized protein 5.743173584 L4_chemical_A1 +LQ00X014040 Putative uncharacterized protein 6.423962065 L4_chemical_A2 +LQ00X014040 Putative uncharacterized protein 6.26170643 L4_chemical_A3 +LQ00X014040 Putative uncharacterized protein 5.705374858 L4_chemical_B1 +LQ00X014040 Putative uncharacterized protein 5.512967083 L4_chemical_B2 +LQ00X014040 Putative uncharacterized protein 6.256138082 L4_chemical_B3 +LQ00X014040 Putative uncharacterized protein 6.016923276 L4_chemical_C2 +LQ00X014040 Putative uncharacterized protein 5.868398581 L4_chemical_C3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.818247538 C6_control_A1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.936141103 C6_control_A3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.21398973 C6_control_B1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.382223364 C6_control_B2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.25955103 C6_control_B3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.275031677 C6_control_C1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 8.921258354 C6_control_C2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.372241842 C6_control_C3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.21711091 C6_chemical_A1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.887133661 C6_chemical_A3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.65821199 C6_chemical_B1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.390715992 C6_chemical_B2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.30274866 C6_chemical_B3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.136744756 C6_chemical_C1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.191770623 C6_chemical_C2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.035048667 C6_chemical_C3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.889832796 L4_control_A1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.43197721 L4_control_A2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.87468143 L4_control_A3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.24124054 L4_control_B1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 11.25500199 L4_control_B2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.42431094 L4_control_B3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 11.17941733 L4_control_C2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 11.31367429 L4_control_C3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 9.288145198 L4_chemical_A1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.30007743 L4_chemical_A2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.20945327 L4_chemical_A3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.5108287 L4_chemical_B1 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.70029315 L4_chemical_B2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.10770695 L4_chemical_B3 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 11.40798747 L4_chemical_C2 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 11.4804366 L4_chemical_C3 +LQ00X014160 Putative uncharacterized protein 13.15768127 C6_control_A1 +LQ00X014160 Putative uncharacterized protein 12.57442079 C6_control_A3 +LQ00X014160 Putative uncharacterized protein 12.8996906 C6_control_B1 +LQ00X014160 Putative uncharacterized protein 13.15534843 C6_control_B2 +LQ00X014160 Putative uncharacterized protein 12.99320054 C6_control_B3 +LQ00X014160 Putative uncharacterized protein 13.73761225 C6_control_C1 +LQ00X014160 Putative uncharacterized protein 13.43688598 C6_control_C2 +LQ00X014160 Putative uncharacterized protein 13.45870411 C6_control_C3 +LQ00X014160 Putative uncharacterized protein 12.95408503 C6_chemical_A1 +LQ00X014160 Putative uncharacterized protein 12.2863677 C6_chemical_A3 +LQ00X014160 Putative uncharacterized protein 12.86104343 C6_chemical_B1 +LQ00X014160 Putative uncharacterized protein 13.27794625 C6_chemical_B2 +LQ00X014160 Putative uncharacterized protein 12.59105271 C6_chemical_B3 +LQ00X014160 Putative uncharacterized protein 13.56217795 C6_chemical_C1 +LQ00X014160 Putative uncharacterized protein 13.55186557 C6_chemical_C2 +LQ00X014160 Putative uncharacterized protein 13.38549752 C6_chemical_C3 +LQ00X014160 Putative uncharacterized protein 12.12081765 L4_control_A1 +LQ00X014160 Putative uncharacterized protein 12.53602572 L4_control_A2 +LQ00X014160 Putative uncharacterized protein 12.60287528 L4_control_A3 +LQ00X014160 Putative uncharacterized protein 12.10514966 L4_control_B1 +LQ00X014160 Putative uncharacterized protein 11.99937842 L4_control_B2 +LQ00X014160 Putative uncharacterized protein 12.94110683 L4_control_B3 +LQ00X014160 Putative uncharacterized protein 12.88054058 L4_control_C2 +LQ00X014160 Putative uncharacterized protein 12.46850677 L4_control_C3 +LQ00X014160 Putative uncharacterized protein 11.92963884 L4_chemical_A1 +LQ00X014160 Putative uncharacterized protein 12.06557278 L4_chemical_A2 +LQ00X014160 Putative uncharacterized protein 12.35499824 L4_chemical_A3 +LQ00X014160 Putative uncharacterized protein 11.87135418 L4_chemical_B1 +LQ00X014160 Putative uncharacterized protein 12.08103283 L4_chemical_B2 +LQ00X014160 Putative uncharacterized protein 12.46890693 L4_chemical_B3 +LQ00X014160 Putative uncharacterized protein 12.75122242 L4_chemical_C2 +LQ00X014160 Putative uncharacterized protein 12.75300553 L4_chemical_C3 +LQ00X014170 Putative retrotransposon protein 5.831867393 C6_control_A1 +LQ00X014170 Putative retrotransposon protein 4.988819802 C6_control_A3 +LQ00X014170 Putative retrotransposon protein 7.003033608 C6_control_B1 +LQ00X014170 Putative retrotransposon protein 6.041077587 C6_control_B2 +LQ00X014170 Putative retrotransposon protein 6.83763491 C6_control_B3 +LQ00X014170 Putative retrotransposon protein 6.389663892 C6_control_C1 +LQ00X014170 Putative retrotransposon protein 5.508394982 C6_control_C2 +LQ00X014170 Putative retrotransposon protein 6.104992826 C6_control_C3 +LQ00X014170 Putative retrotransposon protein 5.24108572 C6_chemical_A1 +LQ00X014170 Putative retrotransposon protein 5.458748019 C6_chemical_A3 +LQ00X014170 Putative retrotransposon protein 6.362402532 C6_chemical_B1 +LQ00X014170 Putative retrotransposon protein 5.736414834 C6_chemical_B2 +LQ00X014170 Putative retrotransposon protein 6.50605698 C6_chemical_B3 +LQ00X014170 Putative retrotransposon protein 6.033945844 C6_chemical_C1 +LQ00X014170 Putative retrotransposon protein 5.931229964 C6_chemical_C2 +LQ00X014170 Putative retrotransposon protein 6.262844458 C6_chemical_C3 +LQ00X014170 Putative retrotransposon protein 5.658238973 L4_control_A1 +LQ00X014170 Putative retrotransposon protein 5.701442775 L4_control_A2 +LQ00X014170 Putative retrotransposon protein 5.207814726 L4_control_A3 +LQ00X014170 Putative retrotransposon protein 5.556881109 L4_control_B1 +LQ00X014170 Putative retrotransposon protein 5.563459311 L4_control_B2 +LQ00X014170 Putative retrotransposon protein 6.741072021 L4_control_B3 +LQ00X014170 Putative retrotransposon protein 5.998800322 L4_control_C2 +LQ00X014170 Putative retrotransposon protein 5.681226433 L4_control_C3 +LQ00X014170 Putative retrotransposon protein 5.802670459 L4_chemical_A1 +LQ00X014170 Putative retrotransposon protein 5.667256207 L4_chemical_A2 +LQ00X014170 Putative retrotransposon protein 5.414237562 L4_chemical_A3 +LQ00X014170 Putative retrotransposon protein 6.066070864 L4_chemical_B1 +LQ00X014170 Putative retrotransposon protein 5.564277965 L4_chemical_B2 +LQ00X014170 Putative retrotransposon protein 6.431993411 L4_chemical_B3 +LQ00X014170 Putative retrotransposon protein 6.527625913 L4_chemical_C2 +LQ00X014170 Putative retrotransposon protein 5.199997786 L4_chemical_C3 +LQ00X014190 Putative metal tolerance protein C3 11.22479483 C6_control_A1 +LQ00X014190 Putative metal tolerance protein C3 10.84001855 C6_control_A3 +LQ00X014190 Putative metal tolerance protein C3 11.41087084 C6_control_B1 +LQ00X014190 Putative metal tolerance protein C3 11.58527615 C6_control_B2 +LQ00X014190 Putative metal tolerance protein C3 11.93681422 C6_control_B3 +LQ00X014190 Putative metal tolerance protein C3 12.75978049 C6_control_C1 +LQ00X014190 Putative metal tolerance protein C3 12.81558542 C6_control_C2 +LQ00X014190 Putative metal tolerance protein C3 12.39059557 C6_control_C3 +LQ00X014190 Putative metal tolerance protein C3 10.82166902 C6_chemical_A1 +LQ00X014190 Putative metal tolerance protein C3 10.5709045 C6_chemical_A3 +LQ00X014190 Putative metal tolerance protein C3 11.51988903 C6_chemical_B1 +LQ00X014190 Putative metal tolerance protein C3 11.80424776 C6_chemical_B2 +LQ00X014190 Putative metal tolerance protein C3 11.95141564 C6_chemical_B3 +LQ00X014190 Putative metal tolerance protein C3 12.55663108 C6_chemical_C1 +LQ00X014190 Putative metal tolerance protein C3 12.64465197 C6_chemical_C2 +LQ00X014190 Putative metal tolerance protein C3 12.37920314 C6_chemical_C3 +LQ00X014190 Putative metal tolerance protein C3 11.26925184 L4_control_A1 +LQ00X014190 Putative metal tolerance protein C3 10.88753499 L4_control_A2 +LQ00X014190 Putative metal tolerance protein C3 11.22107798 L4_control_A3 +LQ00X014190 Putative metal tolerance protein C3 11.22233306 L4_control_B1 +LQ00X014190 Putative metal tolerance protein C3 11.29320287 L4_control_B2 +LQ00X014190 Putative metal tolerance protein C3 11.99845019 L4_control_B3 +LQ00X014190 Putative metal tolerance protein C3 12.70209692 L4_control_C2 +LQ00X014190 Putative metal tolerance protein C3 12.59693627 L4_control_C3 +LQ00X014190 Putative metal tolerance protein C3 10.62718901 L4_chemical_A1 +LQ00X014190 Putative metal tolerance protein C3 10.49130623 L4_chemical_A2 +LQ00X014190 Putative metal tolerance protein C3 11.10927043 L4_chemical_A3 +LQ00X014190 Putative metal tolerance protein C3 11.24912415 L4_chemical_B1 +LQ00X014190 Putative metal tolerance protein C3 10.79537458 L4_chemical_B2 +LQ00X014190 Putative metal tolerance protein C3 11.40870322 L4_chemical_B3 +LQ00X014190 Putative metal tolerance protein C3 12.46576506 L4_chemical_C2 +LQ00X014190 Putative metal tolerance protein C3 12.34153441 L4_chemical_C3 +LQ00X014210 Putative uncharacterized protein 5.562770179 C6_control_A1 +LQ00X014210 Putative uncharacterized protein 6.009754626 C6_control_A3 +LQ00X014210 Putative uncharacterized protein 5.220776866 C6_control_B1 +LQ00X014210 Putative uncharacterized protein 5.732842454 C6_control_B2 +LQ00X014210 Putative uncharacterized protein 5.665848469 C6_control_B3 +LQ00X014210 Putative uncharacterized protein 6.426390452 C6_control_C1 +LQ00X014210 Putative uncharacterized protein 5.772728322 C6_control_C2 +LQ00X014210 Putative uncharacterized protein 6.454318208 C6_control_C3 +LQ00X014210 Putative uncharacterized protein 5.564457136 C6_chemical_A1 +LQ00X014210 Putative uncharacterized protein 6.228243217 C6_chemical_A3 +LQ00X014210 Putative uncharacterized protein 5.232123446 C6_chemical_B1 +LQ00X014210 Putative uncharacterized protein 6.048637125 C6_chemical_B2 +LQ00X014210 Putative uncharacterized protein 6.454786305 C6_chemical_B3 +LQ00X014210 Putative uncharacterized protein 6.347005861 C6_chemical_C1 +LQ00X014210 Putative uncharacterized protein 6.00290696 C6_chemical_C2 +LQ00X014210 Putative uncharacterized protein 7.89045526 C6_chemical_C3 +LQ00X014210 Putative uncharacterized protein 7.229089192 L4_control_A1 +LQ00X014210 Putative uncharacterized protein 5.948456107 L4_control_A2 +LQ00X014210 Putative uncharacterized protein 6.964504789 L4_control_A3 +LQ00X014210 Putative uncharacterized protein 5.727308206 L4_control_B1 +LQ00X014210 Putative uncharacterized protein 5.773597102 L4_control_B2 +LQ00X014210 Putative uncharacterized protein 7.683258727 L4_control_B3 +LQ00X014210 Putative uncharacterized protein 6.004849644 L4_control_C2 +LQ00X014210 Putative uncharacterized protein 7.356776763 L4_control_C3 +LQ00X014210 Putative uncharacterized protein 9.892753142 L4_chemical_A1 +LQ00X014210 Putative uncharacterized protein 8.2742144 L4_chemical_A2 +LQ00X014210 Putative uncharacterized protein 9.159625436 L4_chemical_A3 +LQ00X014210 Putative uncharacterized protein 7.265947061 L4_chemical_B1 +LQ00X014210 Putative uncharacterized protein 7.320111421 L4_chemical_B2 +LQ00X014210 Putative uncharacterized protein 6.946903498 L4_chemical_B3 +LQ00X014210 Putative uncharacterized protein 5.721448837 L4_chemical_C2 +LQ00X014210 Putative uncharacterized protein 7.112024573 L4_chemical_C3 +LQ00X014230 Peroxidase 15 5.070263262 C6_control_A1 +LQ00X014230 Peroxidase 15 5.388362765 C6_control_A3 +LQ00X014230 Peroxidase 15 5.426712744 C6_control_B1 +LQ00X014230 Peroxidase 15 5.354561654 C6_control_B2 +LQ00X014230 Peroxidase 15 5.394433137 C6_control_B3 +LQ00X014230 Peroxidase 15 5.053648317 C6_control_C1 +LQ00X014230 Peroxidase 15 5.652711371 C6_control_C2 +LQ00X014230 Peroxidase 15 4.997519569 C6_control_C3 +LQ00X014230 Peroxidase 15 5.214771811 C6_chemical_A1 +LQ00X014230 Peroxidase 15 5.135203444 C6_chemical_A3 +LQ00X014230 Peroxidase 15 5.082980057 C6_chemical_B1 +LQ00X014230 Peroxidase 15 5.426503699 C6_chemical_B2 +LQ00X014230 Peroxidase 15 5.380766704 C6_chemical_B3 +LQ00X014230 Peroxidase 15 5.269378995 C6_chemical_C1 +LQ00X014230 Peroxidase 15 5.341218361 C6_chemical_C2 +LQ00X014230 Peroxidase 15 5.081416781 C6_chemical_C3 +LQ00X014230 Peroxidase 15 5.462121748 L4_control_A1 +LQ00X014230 Peroxidase 15 5.35476688 L4_control_A2 +LQ00X014230 Peroxidase 15 5.374870811 L4_control_A3 +LQ00X014230 Peroxidase 15 4.88210933 L4_control_B1 +LQ00X014230 Peroxidase 15 4.987322515 L4_control_B2 +LQ00X014230 Peroxidase 15 5.505081689 L4_control_B3 +LQ00X014230 Peroxidase 15 5.308147797 L4_control_C2 +LQ00X014230 Peroxidase 15 5.793185028 L4_control_C3 +LQ00X014230 Peroxidase 15 5.487635265 L4_chemical_A1 +LQ00X014230 Peroxidase 15 5.491148886 L4_chemical_A2 +LQ00X014230 Peroxidase 15 5.613158754 L4_chemical_A3 +LQ00X014230 Peroxidase 15 5.381806644 L4_chemical_B1 +LQ00X014230 Peroxidase 15 5.282445212 L4_chemical_B2 +LQ00X014230 Peroxidase 15 5.805314195 L4_chemical_B3 +LQ00X014230 Peroxidase 15 5.201540386 L4_chemical_C2 +LQ00X014230 Peroxidase 15 4.749286273 L4_chemical_C3 +LQ00X014250 Predicted protein 7.111670495 C6_control_A1 +LQ00X014250 Predicted protein 8.58455566 C6_control_A3 +LQ00X014250 Predicted protein 8.026581826 C6_control_B1 +LQ00X014250 Predicted protein 8.986215871 C6_control_B2 +LQ00X014250 Predicted protein 8.246444187 C6_control_B3 +LQ00X014250 Predicted protein 10.50500513 C6_control_C1 +LQ00X014250 Predicted protein 10.70843753 C6_control_C2 +LQ00X014250 Predicted protein 10.70331204 C6_control_C3 +LQ00X014250 Predicted protein 6.762929386 C6_chemical_A1 +LQ00X014250 Predicted protein 8.488897096 C6_chemical_A3 +LQ00X014250 Predicted protein 8.643225449 C6_chemical_B1 +LQ00X014250 Predicted protein 9.098826703 C6_chemical_B2 +LQ00X014250 Predicted protein 8.836530717 C6_chemical_B3 +LQ00X014250 Predicted protein 10.31441125 C6_chemical_C1 +LQ00X014250 Predicted protein 10.93029532 C6_chemical_C2 +LQ00X014250 Predicted protein 10.88110668 C6_chemical_C3 +LQ00X014250 Predicted protein 6.845418683 L4_control_A1 +LQ00X014250 Predicted protein 7.340053209 L4_control_A2 +LQ00X014250 Predicted protein 8.116378603 L4_control_A3 +LQ00X014250 Predicted protein 7.096136963 L4_control_B1 +LQ00X014250 Predicted protein 7.17344209 L4_control_B2 +LQ00X014250 Predicted protein 7.508863176 L4_control_B3 +LQ00X014250 Predicted protein 9.066647752 L4_control_C2 +LQ00X014250 Predicted protein 8.539506445 L4_control_C3 +LQ00X014250 Predicted protein 7.927182167 L4_chemical_A1 +LQ00X014250 Predicted protein 7.858459572 L4_chemical_A2 +LQ00X014250 Predicted protein 7.372175866 L4_chemical_A3 +LQ00X014250 Predicted protein 7.299528482 L4_chemical_B1 +LQ00X014250 Predicted protein 7.470037026 L4_chemical_B2 +LQ00X014250 Predicted protein 7.681927256 L4_chemical_B3 +LQ00X014250 Predicted protein 7.707570599 L4_chemical_C2 +LQ00X014250 Predicted protein 9.052674109 L4_chemical_C3 +LQ00X014260 Predicted protein 4.585415526 C6_control_A1 +LQ00X014260 Predicted protein 4.679457635 C6_control_A3 +LQ00X014260 Predicted protein 4.999896212 C6_control_B1 +LQ00X014260 Predicted protein 4.58718195 C6_control_B2 +LQ00X014260 Predicted protein 4.850814862 C6_control_B3 +LQ00X014260 Predicted protein 4.498554647 C6_control_C1 +LQ00X014260 Predicted protein 4.45785494 C6_control_C2 +LQ00X014260 Predicted protein 4.632843246 C6_control_C3 +LQ00X014260 Predicted protein 4.415216751 C6_chemical_A1 +LQ00X014260 Predicted protein 4.598214546 C6_chemical_A3 +LQ00X014260 Predicted protein 4.797914335 C6_chemical_B1 +LQ00X014260 Predicted protein 4.659154163 C6_chemical_B2 +LQ00X014260 Predicted protein 4.749516937 C6_chemical_B3 +LQ00X014260 Predicted protein 4.493305267 C6_chemical_C1 +LQ00X014260 Predicted protein 4.54071369 C6_chemical_C2 +LQ00X014260 Predicted protein 4.563282002 C6_chemical_C3 +LQ00X014260 Predicted protein 4.771944682 L4_control_A1 +LQ00X014260 Predicted protein 4.880877082 L4_control_A2 +LQ00X014260 Predicted protein 4.821537664 L4_control_A3 +LQ00X014260 Predicted protein 4.662678873 L4_control_B1 +LQ00X014260 Predicted protein 4.65117378 L4_control_B2 +LQ00X014260 Predicted protein 4.616167118 L4_control_B3 +LQ00X014260 Predicted protein 6.110026036 L4_control_C2 +LQ00X014260 Predicted protein 5.730018531 L4_control_C3 +LQ00X014260 Predicted protein 4.741501627 L4_chemical_A1 +LQ00X014260 Predicted protein 4.412191077 L4_chemical_A2 +LQ00X014260 Predicted protein 4.567984246 L4_chemical_A3 +LQ00X014260 Predicted protein 4.839458599 L4_chemical_B1 +LQ00X014260 Predicted protein 4.755783561 L4_chemical_B2 +LQ00X014260 Predicted protein 4.812880735 L4_chemical_B3 +LQ00X014260 Predicted protein 4.931673605 L4_chemical_C2 +LQ00X014260 Predicted protein 5.280953239 L4_chemical_C3 +LQ00X014270 At5g05950 12.36766159 C6_control_A1 +LQ00X014270 At5g05950 13.04993153 C6_control_A3 +LQ00X014270 At5g05950 12.5325481 C6_control_B1 +LQ00X014270 At5g05950 11.76004841 C6_control_B2 +LQ00X014270 At5g05950 12.56797853 C6_control_B3 +LQ00X014270 At5g05950 10.4133719 C6_control_C1 +LQ00X014270 At5g05950 10.51751093 C6_control_C2 +LQ00X014270 At5g05950 11.13076283 C6_control_C3 +LQ00X014270 At5g05950 12.48700922 C6_chemical_A1 +LQ00X014270 At5g05950 12.67733073 C6_chemical_A3 +LQ00X014270 At5g05950 12.36413068 C6_chemical_B1 +LQ00X014270 At5g05950 11.53943611 C6_chemical_B2 +LQ00X014270 At5g05950 12.26706074 C6_chemical_B3 +LQ00X014270 At5g05950 10.37797656 C6_chemical_C1 +LQ00X014270 At5g05950 10.25925805 C6_chemical_C2 +LQ00X014270 At5g05950 10.65653982 C6_chemical_C3 +LQ00X014270 At5g05950 12.09044266 L4_control_A1 +LQ00X014270 At5g05950 12.27113913 L4_control_A2 +LQ00X014270 At5g05950 12.39836684 L4_control_A3 +LQ00X014270 At5g05950 12.26368665 L4_control_B1 +LQ00X014270 At5g05950 12.54400757 L4_control_B2 +LQ00X014270 At5g05950 11.54489504 L4_control_B3 +LQ00X014270 At5g05950 11.0854222 L4_control_C2 +LQ00X014270 At5g05950 11.56629788 L4_control_C3 +LQ00X014270 At5g05950 11.73917309 L4_chemical_A1 +LQ00X014270 At5g05950 11.95795935 L4_chemical_A2 +LQ00X014270 At5g05950 12.14049049 L4_chemical_A3 +LQ00X014270 At5g05950 12.50128696 L4_chemical_B1 +LQ00X014270 At5g05950 12.50431558 L4_chemical_B2 +LQ00X014270 At5g05950 11.80802302 L4_chemical_B3 +LQ00X014270 At5g05950 10.82855881 L4_chemical_C2 +LQ00X014270 At5g05950 11.37217393 L4_chemical_C3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.53769516 C6_control_A1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.20019618 C6_control_A3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.75573784 C6_control_B1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.93660586 C6_control_B2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.99840171 C6_control_B3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 11.48913287 C6_control_C1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.05795445 C6_control_C2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 11.86697715 C6_control_C3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.46215583 C6_chemical_A1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.40770849 C6_chemical_A3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.81536156 C6_chemical_B1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 13.20725731 C6_chemical_B2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.86544442 C6_chemical_B3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 11.71889506 C6_chemical_C1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.24013576 C6_chemical_C2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.12578673 C6_chemical_C3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.41629578 L4_control_A1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.7555368 L4_control_A2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.73263818 L4_control_A3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 13.39072842 L4_control_B1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.68277715 L4_control_B2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.72737611 L4_control_B3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 11.44383789 L4_control_C2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 11.19662847 L4_control_C3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.76152363 L4_chemical_A1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 13.27020909 L4_chemical_A2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.78502939 L4_chemical_A3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 13.03663972 L4_chemical_B1 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.85310478 L4_chemical_B2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 13.24387082 L4_chemical_B3 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 11.32693268 L4_chemical_C2 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 11.16634477 L4_chemical_C3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 10.28151717 C6_control_A1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.526798 C6_control_A3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.729416912 C6_control_B1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 7.868962843 C6_control_B2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 8.187635489 C6_control_B3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.691631437 C6_control_C1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.170132796 C6_control_C2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.506868787 C6_control_C3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 10.30527907 C6_chemical_A1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.880209168 C6_chemical_A3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.442601185 C6_chemical_B1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 7.794452198 C6_chemical_B2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 8.056185472 C6_chemical_B3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.440508978 C6_chemical_C1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.394038741 C6_chemical_C2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.502167009 C6_chemical_C3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 10.06225698 L4_control_A1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 10.3785019 L4_control_A2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.832830767 L4_control_A3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 8.937365663 L4_control_B1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.737295029 L4_control_B2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 7.046509467 L4_control_B3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.365371941 L4_control_C2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.627933227 L4_control_C3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.37955627 L4_chemical_A1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.656064519 L4_chemical_A2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.365425244 L4_chemical_A3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 8.900232949 L4_chemical_B1 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.506625266 L4_chemical_B2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 9.339987113 L4_chemical_B3 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.793901469 L4_chemical_C2 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 5.420468647 L4_chemical_C3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 9.019719553 C6_control_A1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 9.126260987 C6_control_A3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.890026759 C6_control_B1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.801898531 C6_control_B2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.27651242 C6_control_B3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.653669754 C6_control_C1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.266579106 C6_control_C2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 9.253050858 C6_control_C3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.683294213 C6_chemical_A1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 9.685732371 C6_chemical_A3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.82001385 C6_chemical_B1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.50562359 C6_chemical_B2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.556666384 C6_chemical_B3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.476769562 C6_chemical_C1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.330557931 C6_chemical_C2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.961419263 C6_chemical_C3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 9.178265338 L4_control_A1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.190963671 L4_control_A2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.544727675 L4_control_A3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 6.832476635 L4_control_B1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.019871504 L4_control_B2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.201358926 L4_control_B3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.864037735 L4_control_C2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.236471827 L4_control_C3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 10.60923548 L4_chemical_A1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 10.32051161 L4_chemical_A2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 9.95569825 L4_chemical_A3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 10.63808824 L4_chemical_B1 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.315371525 L4_chemical_B2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.879087885 L4_chemical_B3 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.084417317 L4_chemical_C2 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 7.227617403 L4_chemical_C3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.831040717 C6_control_A1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.019662548 C6_control_A3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 10.02848672 C6_control_B1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 10.01047846 C6_control_B2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.492587406 C6_control_B3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.70790691 C6_control_C1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.52377222 C6_control_C2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.13139828 C6_control_C3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.965793805 C6_chemical_A1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.143999462 C6_chemical_A3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.924916786 C6_chemical_B1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.963645804 C6_chemical_B2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.864118245 C6_chemical_B3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.63065377 C6_chemical_C1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.75494412 C6_chemical_C2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 10.99155656 C6_chemical_C3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.269056692 L4_control_A1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.675392925 L4_control_A2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.257907274 L4_control_A3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.586308697 L4_control_B1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.958262416 L4_control_B2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.911635814 L4_control_B3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.50162442 L4_control_C2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.12788856 L4_control_C3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.612544718 L4_chemical_A1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.74146221 L4_chemical_A2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.760924032 L4_chemical_A3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.920823358 L4_chemical_B1 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.417354565 L4_chemical_B2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.156954214 L4_chemical_B3 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.6153845 L4_chemical_C2 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 11.05823841 L4_chemical_C3 +LQ00X014410 Predicted protein 11.23980433 C6_control_A1 +LQ00X014410 Predicted protein 11.65644844 C6_control_A3 +LQ00X014410 Predicted protein 11.42004622 C6_control_B1 +LQ00X014410 Predicted protein 11.23987416 C6_control_B2 +LQ00X014410 Predicted protein 11.78562759 C6_control_B3 +LQ00X014410 Predicted protein 9.22331066 C6_control_C1 +LQ00X014410 Predicted protein 9.499978704 C6_control_C2 +LQ00X014410 Predicted protein 9.713443799 C6_control_C3 +LQ00X014410 Predicted protein 11.28200974 C6_chemical_A1 +LQ00X014410 Predicted protein 11.79719561 C6_chemical_A3 +LQ00X014410 Predicted protein 11.41409921 C6_chemical_B1 +LQ00X014410 Predicted protein 10.9966567 C6_chemical_B2 +LQ00X014410 Predicted protein 11.72392313 C6_chemical_B3 +LQ00X014410 Predicted protein 8.909040125 C6_chemical_C1 +LQ00X014410 Predicted protein 8.895633496 C6_chemical_C2 +LQ00X014410 Predicted protein 8.6488002 C6_chemical_C3 +LQ00X014410 Predicted protein 11.5149494 L4_control_A1 +LQ00X014410 Predicted protein 12.18762388 L4_control_A2 +LQ00X014410 Predicted protein 11.84044599 L4_control_A3 +LQ00X014410 Predicted protein 11.57031056 L4_control_B1 +LQ00X014410 Predicted protein 11.89831751 L4_control_B2 +LQ00X014410 Predicted protein 11.11269827 L4_control_B3 +LQ00X014410 Predicted protein 9.709570282 L4_control_C2 +LQ00X014410 Predicted protein 8.987624582 L4_control_C3 +LQ00X014410 Predicted protein 11.34066016 L4_chemical_A1 +LQ00X014410 Predicted protein 12.22727169 L4_chemical_A2 +LQ00X014410 Predicted protein 11.54312756 L4_chemical_A3 +LQ00X014410 Predicted protein 11.61374697 L4_chemical_B1 +LQ00X014410 Predicted protein 11.72790756 L4_chemical_B2 +LQ00X014410 Predicted protein 11.94575197 L4_chemical_B3 +LQ00X014410 Predicted protein 9.768257198 L4_chemical_C2 +LQ00X014410 Predicted protein 9.417461417 L4_chemical_C3 +LQ00X014420 Predicted protein (Fragment) 11.48182732 C6_control_A1 +LQ00X014420 Predicted protein (Fragment) 11.96172644 C6_control_A3 +LQ00X014420 Predicted protein (Fragment) 10.83924755 C6_control_B1 +LQ00X014420 Predicted protein (Fragment) 9.949687468 C6_control_B2 +LQ00X014420 Predicted protein (Fragment) 10.03018073 C6_control_B3 +LQ00X014420 Predicted protein (Fragment) 7.668230237 C6_control_C1 +LQ00X014420 Predicted protein (Fragment) 7.321774788 C6_control_C2 +LQ00X014420 Predicted protein (Fragment) 8.252953183 C6_control_C3 +LQ00X014420 Predicted protein (Fragment) 11.34771475 C6_chemical_A1 +LQ00X014420 Predicted protein (Fragment) 11.79179761 C6_chemical_A3 +LQ00X014420 Predicted protein (Fragment) 10.58195596 C6_chemical_B1 +LQ00X014420 Predicted protein (Fragment) 10.04849166 C6_chemical_B2 +LQ00X014420 Predicted protein (Fragment) 10.25660725 C6_chemical_B3 +LQ00X014420 Predicted protein (Fragment) 7.749404526 C6_chemical_C1 +LQ00X014420 Predicted protein (Fragment) 7.040306492 C6_chemical_C2 +LQ00X014420 Predicted protein (Fragment) 7.700086811 C6_chemical_C3 +LQ00X014420 Predicted protein (Fragment) 11.29211959 L4_control_A1 +LQ00X014420 Predicted protein (Fragment) 10.90838803 L4_control_A2 +LQ00X014420 Predicted protein (Fragment) 10.68386449 L4_control_A3 +LQ00X014420 Predicted protein (Fragment) 9.490002805 L4_control_B1 +LQ00X014420 Predicted protein (Fragment) 10.34366019 L4_control_B2 +LQ00X014420 Predicted protein (Fragment) 8.232974405 L4_control_B3 +LQ00X014420 Predicted protein (Fragment) 5.865402197 L4_control_C2 +LQ00X014420 Predicted protein (Fragment) 5.811523641 L4_control_C3 +LQ00X014420 Predicted protein (Fragment) 11.28392447 L4_chemical_A1 +LQ00X014420 Predicted protein (Fragment) 11.12368573 L4_chemical_A2 +LQ00X014420 Predicted protein (Fragment) 10.48530954 L4_chemical_A3 +LQ00X014420 Predicted protein (Fragment) 10.13500564 L4_chemical_B1 +LQ00X014420 Predicted protein (Fragment) 10.55257311 L4_chemical_B2 +LQ00X014420 Predicted protein (Fragment) 10.80684687 L4_chemical_B3 +LQ00X014420 Predicted protein (Fragment) 6.198245531 L4_chemical_C2 +LQ00X014420 Predicted protein (Fragment) 6.25290113 L4_chemical_C3 +LQ00X014540 Ubiquitin thioesterase otubain-like 12.10243572 C6_control_A1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.98179169 C6_control_A3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.39259998 C6_control_B1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.46994782 C6_control_B2 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.33911209 C6_control_B3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.82093374 C6_control_C1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.60651319 C6_control_C2 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.54136053 C6_control_C3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.88937534 C6_chemical_A1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.84013472 C6_chemical_A3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.22354018 C6_chemical_B1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.16461229 C6_chemical_B2 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.15953228 C6_chemical_B3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.80056441 C6_chemical_C1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.58262634 C6_chemical_C2 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.51798776 C6_chemical_C3 +LQ00X014540 Ubiquitin thioesterase otubain-like 12.00334829 L4_control_A1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.70763133 L4_control_A2 +LQ00X014540 Ubiquitin thioesterase otubain-like 12.25270739 L4_control_A3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.29590778 L4_control_B1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.19823185 L4_control_B2 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.71546612 L4_control_B3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.52601063 L4_control_C2 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.38794649 L4_control_C3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.94537948 L4_chemical_A1 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.27732994 L4_chemical_A2 +LQ00X014540 Ubiquitin thioesterase otubain-like 12.27818338 L4_chemical_A3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.24302223 L4_chemical_B1 +LQ00X014540 Ubiquitin thioesterase otubain-like 10.82169071 L4_chemical_B2 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.62014753 L4_chemical_B3 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.4606269 L4_chemical_C2 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.33832582 L4_chemical_C3 +LQ00X014550 Predicted protein 12.83618147 C6_control_A1 +LQ00X014550 Predicted protein 11.8602836 C6_control_A3 +LQ00X014550 Predicted protein 13.13561607 C6_control_B1 +LQ00X014550 Predicted protein 12.11655549 C6_control_B2 +LQ00X014550 Predicted protein 12.23369622 C6_control_B3 +LQ00X014550 Predicted protein 13.15126748 C6_control_C1 +LQ00X014550 Predicted protein 12.65035879 C6_control_C2 +LQ00X014550 Predicted protein 12.57379074 C6_control_C3 +LQ00X014550 Predicted protein 13.05566921 C6_chemical_A1 +LQ00X014550 Predicted protein 12.32792881 C6_chemical_A3 +LQ00X014550 Predicted protein 13.15966838 C6_chemical_B1 +LQ00X014550 Predicted protein 12.19896156 C6_chemical_B2 +LQ00X014550 Predicted protein 12.37149394 C6_chemical_B3 +LQ00X014550 Predicted protein 13.43739796 C6_chemical_C1 +LQ00X014550 Predicted protein 12.86343774 C6_chemical_C2 +LQ00X014550 Predicted protein 12.69405929 C6_chemical_C3 +LQ00X014550 Predicted protein 12.94580371 L4_control_A1 +LQ00X014550 Predicted protein 13.23783821 L4_control_A2 +LQ00X014550 Predicted protein 12.78360437 L4_control_A3 +LQ00X014550 Predicted protein 13.16789487 L4_control_B1 +LQ00X014550 Predicted protein 13.22675623 L4_control_B2 +LQ00X014550 Predicted protein 12.45488417 L4_control_B3 +LQ00X014550 Predicted protein 13.01659116 L4_control_C2 +LQ00X014550 Predicted protein 12.90587299 L4_control_C3 +LQ00X014550 Predicted protein 13.21003698 L4_chemical_A1 +LQ00X014550 Predicted protein 13.31258409 L4_chemical_A2 +LQ00X014550 Predicted protein 13.07742862 L4_chemical_A3 +LQ00X014550 Predicted protein 13.69148606 L4_chemical_B1 +LQ00X014550 Predicted protein 13.48820714 L4_chemical_B2 +LQ00X014550 Predicted protein 13.07647925 L4_chemical_B3 +LQ00X014550 Predicted protein 13.38132692 L4_chemical_C2 +LQ00X014550 Predicted protein 13.14102207 L4_chemical_C3 +LQ00X014600 GTP-binding protein-plant, putative 4.614908598 C6_control_A1 +LQ00X014600 GTP-binding protein-plant, putative 4.856887737 C6_control_A3 +LQ00X014600 GTP-binding protein-plant, putative 4.711868961 C6_control_B1 +LQ00X014600 GTP-binding protein-plant, putative 5.27244877 C6_control_B2 +LQ00X014600 GTP-binding protein-plant, putative 4.850924586 C6_control_B3 +LQ00X014600 GTP-binding protein-plant, putative 5.324720763 C6_control_C1 +LQ00X014600 GTP-binding protein-plant, putative 5.062434301 C6_control_C2 +LQ00X014600 GTP-binding protein-plant, putative 5.502941674 C6_control_C3 +LQ00X014600 GTP-binding protein-plant, putative 4.801206428 C6_chemical_A1 +LQ00X014600 GTP-binding protein-plant, putative 5.280029236 C6_chemical_A3 +LQ00X014600 GTP-binding protein-plant, putative 4.645526378 C6_chemical_B1 +LQ00X014600 GTP-binding protein-plant, putative 5.051099698 C6_chemical_B2 +LQ00X014600 GTP-binding protein-plant, putative 4.819324344 C6_chemical_B3 +LQ00X014600 GTP-binding protein-plant, putative 4.842760618 C6_chemical_C1 +LQ00X014600 GTP-binding protein-plant, putative 5.327715005 C6_chemical_C2 +LQ00X014600 GTP-binding protein-plant, putative 5.492462159 C6_chemical_C3 +LQ00X014600 GTP-binding protein-plant, putative 4.757395911 L4_control_A1 +LQ00X014600 GTP-binding protein-plant, putative 5.291683323 L4_control_A2 +LQ00X014600 GTP-binding protein-plant, putative 4.984021649 L4_control_A3 +LQ00X014600 GTP-binding protein-plant, putative 4.957326493 L4_control_B1 +LQ00X014600 GTP-binding protein-plant, putative 4.764381781 L4_control_B2 +LQ00X014600 GTP-binding protein-plant, putative 4.897006667 L4_control_B3 +LQ00X014600 GTP-binding protein-plant, putative 6.731388002 L4_control_C2 +LQ00X014600 GTP-binding protein-plant, putative 5.160786411 L4_control_C3 +LQ00X014600 GTP-binding protein-plant, putative 4.694916613 L4_chemical_A1 +LQ00X014600 GTP-binding protein-plant, putative 4.896782854 L4_chemical_A2 +LQ00X014600 GTP-binding protein-plant, putative 4.932342981 L4_chemical_A3 +LQ00X014600 GTP-binding protein-plant, putative 4.67813034 L4_chemical_B1 +LQ00X014600 GTP-binding protein-plant, putative 4.675065326 L4_chemical_B2 +LQ00X014600 GTP-binding protein-plant, putative 4.50632557 L4_chemical_B3 +LQ00X014600 GTP-binding protein-plant, putative 6.092816229 L4_chemical_C2 +LQ00X014600 GTP-binding protein-plant, putative 5.371533171 L4_chemical_C3 +LQ00X014610 Hypothetical protein 5.212277785 C6_control_A1 +LQ00X014610 Hypothetical protein 5.383289972 C6_control_A3 +LQ00X014610 Hypothetical protein 5.318253911 C6_control_B1 +LQ00X014610 Hypothetical protein 5.431828416 C6_control_B2 +LQ00X014610 Hypothetical protein 5.257681649 C6_control_B3 +LQ00X014610 Hypothetical protein 5.107277303 C6_control_C1 +LQ00X014610 Hypothetical protein 6.079927757 C6_control_C2 +LQ00X014610 Hypothetical protein 5.467636448 C6_control_C3 +LQ00X014610 Hypothetical protein 5.329566446 C6_chemical_A1 +LQ00X014610 Hypothetical protein 5.327457485 C6_chemical_A3 +LQ00X014610 Hypothetical protein 4.987944762 C6_chemical_B1 +LQ00X014610 Hypothetical protein 5.329193666 C6_chemical_B2 +LQ00X014610 Hypothetical protein 5.308116234 C6_chemical_B3 +LQ00X014610 Hypothetical protein 5.522624222 C6_chemical_C1 +LQ00X014610 Hypothetical protein 5.660632578 C6_chemical_C2 +LQ00X014610 Hypothetical protein 5.223889225 C6_chemical_C3 +LQ00X014610 Hypothetical protein 5.29024625 L4_control_A1 +LQ00X014610 Hypothetical protein 5.164635362 L4_control_A2 +LQ00X014610 Hypothetical protein 5.69220475 L4_control_A3 +LQ00X014610 Hypothetical protein 5.382494685 L4_control_B1 +LQ00X014610 Hypothetical protein 6.448361064 L4_control_B2 +LQ00X014610 Hypothetical protein 4.975519156 L4_control_B3 +LQ00X014610 Hypothetical protein 5.285187692 L4_control_C2 +LQ00X014610 Hypothetical protein 5.157450448 L4_control_C3 +LQ00X014610 Hypothetical protein 5.380844824 L4_chemical_A1 +LQ00X014610 Hypothetical protein 5.310018275 L4_chemical_A2 +LQ00X014610 Hypothetical protein 6.161519566 L4_chemical_A3 +LQ00X014610 Hypothetical protein 5.176345518 L4_chemical_B1 +LQ00X014610 Hypothetical protein 5.683233388 L4_chemical_B2 +LQ00X014610 Hypothetical protein 4.891507658 L4_chemical_B3 +LQ00X014610 Hypothetical protein 4.971895818 L4_chemical_C2 +LQ00X014610 Hypothetical protein 4.97776043 L4_chemical_C3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.618964769 C6_control_A1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.335517866 C6_control_A3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.428792386 C6_control_B1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.525823884 C6_control_B2 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.632613017 C6_control_B3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.41530251 C6_control_C1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.681474602 C6_control_C2 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.500658284 C6_control_C3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.647466963 C6_chemical_A1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.613248157 C6_chemical_A3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.2812963 C6_chemical_B1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.739411408 C6_chemical_B2 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.480769679 C6_chemical_B3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.572831441 C6_chemical_C1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.549512617 C6_chemical_C2 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.611601068 C6_chemical_C3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.290249732 L4_control_A1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.281281783 L4_control_A2 +LQ00X014630 Putative vesicle-associated membrane protein 726 6.206259794 L4_control_A3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.518473348 L4_control_B1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.839265322 L4_control_B2 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.411283698 L4_control_B3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.317048287 L4_control_C2 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.303004351 L4_control_C3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.93623311 L4_chemical_A1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.760261789 L4_chemical_A2 +LQ00X014630 Putative vesicle-associated membrane protein 726 6.078859154 L4_chemical_A3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.286304041 L4_chemical_B1 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.598163232 L4_chemical_B2 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.555143564 L4_chemical_B3 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.348432784 L4_chemical_C2 +LQ00X014630 Putative vesicle-associated membrane protein 726 6.210440428 L4_chemical_C3 +LQ00X014640 Pantoate--beta-alanine ligase 9.630712118 C6_control_A1 +LQ00X014640 Pantoate--beta-alanine ligase 9.777146612 C6_control_A3 +LQ00X014640 Pantoate--beta-alanine ligase 9.468961789 C6_control_B1 +LQ00X014640 Pantoate--beta-alanine ligase 9.496230831 C6_control_B2 +LQ00X014640 Pantoate--beta-alanine ligase 9.272307558 C6_control_B3 +LQ00X014640 Pantoate--beta-alanine ligase 9.625742377 C6_control_C1 +LQ00X014640 Pantoate--beta-alanine ligase 10.04387001 C6_control_C2 +LQ00X014640 Pantoate--beta-alanine ligase 9.373212345 C6_control_C3 +LQ00X014640 Pantoate--beta-alanine ligase 9.376167705 C6_chemical_A1 +LQ00X014640 Pantoate--beta-alanine ligase 9.564584253 C6_chemical_A3 +LQ00X014640 Pantoate--beta-alanine ligase 8.84347965 C6_chemical_B1 +LQ00X014640 Pantoate--beta-alanine ligase 8.932516027 C6_chemical_B2 +LQ00X014640 Pantoate--beta-alanine ligase 8.842921506 C6_chemical_B3 +LQ00X014640 Pantoate--beta-alanine ligase 9.523832141 C6_chemical_C1 +LQ00X014640 Pantoate--beta-alanine ligase 9.825873104 C6_chemical_C2 +LQ00X014640 Pantoate--beta-alanine ligase 9.218164618 C6_chemical_C3 +LQ00X014640 Pantoate--beta-alanine ligase 9.491810615 L4_control_A1 +LQ00X014640 Pantoate--beta-alanine ligase 9.891753344 L4_control_A2 +LQ00X014640 Pantoate--beta-alanine ligase 9.794863977 L4_control_A3 +LQ00X014640 Pantoate--beta-alanine ligase 8.833203348 L4_control_B1 +LQ00X014640 Pantoate--beta-alanine ligase 9.903266682 L4_control_B2 +LQ00X014640 Pantoate--beta-alanine ligase 9.067548432 L4_control_B3 +LQ00X014640 Pantoate--beta-alanine ligase 10.61234088 L4_control_C2 +LQ00X014640 Pantoate--beta-alanine ligase 10.23211279 L4_control_C3 +LQ00X014640 Pantoate--beta-alanine ligase 9.105707107 L4_chemical_A1 +LQ00X014640 Pantoate--beta-alanine ligase 8.934126468 L4_chemical_A2 +LQ00X014640 Pantoate--beta-alanine ligase 8.761348633 L4_chemical_A3 +LQ00X014640 Pantoate--beta-alanine ligase 8.970400069 L4_chemical_B1 +LQ00X014640 Pantoate--beta-alanine ligase 9.581968745 L4_chemical_B2 +LQ00X014640 Pantoate--beta-alanine ligase 9.029858224 L4_chemical_B3 +LQ00X014640 Pantoate--beta-alanine ligase 10.77142053 L4_chemical_C2 +LQ00X014640 Pantoate--beta-alanine ligase 10.35192181 L4_chemical_C3 +LQ00X014660 Putative Alba-like protein C9orf23 7.573637915 C6_control_A1 +LQ00X014660 Putative Alba-like protein C9orf23 7.666033756 C6_control_A3 +LQ00X014660 Putative Alba-like protein C9orf23 7.402786647 C6_control_B1 +LQ00X014660 Putative Alba-like protein C9orf23 7.018813279 C6_control_B2 +LQ00X014660 Putative Alba-like protein C9orf23 7.845421819 C6_control_B3 +LQ00X014660 Putative Alba-like protein C9orf23 7.091079812 C6_control_C1 +LQ00X014660 Putative Alba-like protein C9orf23 6.257582453 C6_control_C2 +LQ00X014660 Putative Alba-like protein C9orf23 6.844331239 C6_control_C3 +LQ00X014660 Putative Alba-like protein C9orf23 7.613777482 C6_chemical_A1 +LQ00X014660 Putative Alba-like protein C9orf23 7.014582742 C6_chemical_A3 +LQ00X014660 Putative Alba-like protein C9orf23 7.449160094 C6_chemical_B1 +LQ00X014660 Putative Alba-like protein C9orf23 7.018083866 C6_chemical_B2 +LQ00X014660 Putative Alba-like protein C9orf23 7.282521375 C6_chemical_B3 +LQ00X014660 Putative Alba-like protein C9orf23 6.771478643 C6_chemical_C1 +LQ00X014660 Putative Alba-like protein C9orf23 6.45221044 C6_chemical_C2 +LQ00X014660 Putative Alba-like protein C9orf23 7.072069887 C6_chemical_C3 +LQ00X014660 Putative Alba-like protein C9orf23 7.855146353 L4_control_A1 +LQ00X014660 Putative Alba-like protein C9orf23 8.038800985 L4_control_A2 +LQ00X014660 Putative Alba-like protein C9orf23 8.846541538 L4_control_A3 +LQ00X014660 Putative Alba-like protein C9orf23 7.539024782 L4_control_B1 +LQ00X014660 Putative Alba-like protein C9orf23 7.80429841 L4_control_B2 +LQ00X014660 Putative Alba-like protein C9orf23 7.524283902 L4_control_B3 +LQ00X014660 Putative Alba-like protein C9orf23 7.241777609 L4_control_C2 +LQ00X014660 Putative Alba-like protein C9orf23 7.035241563 L4_control_C3 +LQ00X014660 Putative Alba-like protein C9orf23 7.370043129 L4_chemical_A1 +LQ00X014660 Putative Alba-like protein C9orf23 8.00895835 L4_chemical_A2 +LQ00X014660 Putative Alba-like protein C9orf23 8.26455942 L4_chemical_A3 +LQ00X014660 Putative Alba-like protein C9orf23 7.31641909 L4_chemical_B1 +LQ00X014660 Putative Alba-like protein C9orf23 7.662280631 L4_chemical_B2 +LQ00X014660 Putative Alba-like protein C9orf23 8.052030136 L4_chemical_B3 +LQ00X014660 Putative Alba-like protein C9orf23 8.06035118 L4_chemical_C2 +LQ00X014660 Putative Alba-like protein C9orf23 7.561644679 L4_chemical_C3 +LQ00X014790 Putative Predicted protein 5.18991383 C6_control_A1 +LQ00X014790 Putative Predicted protein 4.944936553 C6_control_A3 +LQ00X014790 Putative Predicted protein 4.935654204 C6_control_B1 +LQ00X014790 Putative Predicted protein 4.786008592 C6_control_B2 +LQ00X014790 Putative Predicted protein 5.118732907 C6_control_B3 +LQ00X014790 Putative Predicted protein 4.899674524 C6_control_C1 +LQ00X014790 Putative Predicted protein 4.731208445 C6_control_C2 +LQ00X014790 Putative Predicted protein 4.84003647 C6_control_C3 +LQ00X014790 Putative Predicted protein 5.064051313 C6_chemical_A1 +LQ00X014790 Putative Predicted protein 5.13357019 C6_chemical_A3 +LQ00X014790 Putative Predicted protein 5.092090646 C6_chemical_B1 +LQ00X014790 Putative Predicted protein 4.585798496 C6_chemical_B2 +LQ00X014790 Putative Predicted protein 4.971046478 C6_chemical_B3 +LQ00X014790 Putative Predicted protein 4.939917472 C6_chemical_C1 +LQ00X014790 Putative Predicted protein 4.730149023 C6_chemical_C2 +LQ00X014790 Putative Predicted protein 5.118683792 C6_chemical_C3 +LQ00X014790 Putative Predicted protein 5.023853099 L4_control_A1 +LQ00X014790 Putative Predicted protein 5.073365679 L4_control_A2 +LQ00X014790 Putative Predicted protein 5.467523944 L4_control_A3 +LQ00X014790 Putative Predicted protein 4.943179746 L4_control_B1 +LQ00X014790 Putative Predicted protein 4.989124928 L4_control_B2 +LQ00X014790 Putative Predicted protein 5.108624915 L4_control_B3 +LQ00X014790 Putative Predicted protein 4.931348562 L4_control_C2 +LQ00X014790 Putative Predicted protein 5.629123679 L4_control_C3 +LQ00X014790 Putative Predicted protein 5.439159627 L4_chemical_A1 +LQ00X014790 Putative Predicted protein 4.995641622 L4_chemical_A2 +LQ00X014790 Putative Predicted protein 5.498793742 L4_chemical_A3 +LQ00X014790 Putative Predicted protein 4.977878848 L4_chemical_B1 +LQ00X014790 Putative Predicted protein 4.827878195 L4_chemical_B2 +LQ00X014790 Putative Predicted protein 4.785394758 L4_chemical_B3 +LQ00X014790 Putative Predicted protein 5.26709416 L4_chemical_C2 +LQ00X014790 Putative Predicted protein 5.715850288 L4_chemical_C3 +LQ00X014850 Predicted protein 6.198772085 C6_control_A1 +LQ00X014850 Predicted protein 5.605878128 C6_control_A3 +LQ00X014850 Predicted protein 6.024290621 C6_control_B1 +LQ00X014850 Predicted protein 5.799980658 C6_control_B2 +LQ00X014850 Predicted protein 6.52742503 C6_control_B3 +LQ00X014850 Predicted protein 5.089821148 C6_control_C1 +LQ00X014850 Predicted protein 5.351350893 C6_control_C2 +LQ00X014850 Predicted protein 5.136063271 C6_control_C3 +LQ00X014850 Predicted protein 5.937054118 C6_chemical_A1 +LQ00X014850 Predicted protein 5.288391982 C6_chemical_A3 +LQ00X014850 Predicted protein 5.833162768 C6_chemical_B1 +LQ00X014850 Predicted protein 5.6936446 C6_chemical_B2 +LQ00X014850 Predicted protein 5.679441101 C6_chemical_B3 +LQ00X014850 Predicted protein 4.995817429 C6_chemical_C1 +LQ00X014850 Predicted protein 5.302376699 C6_chemical_C2 +LQ00X014850 Predicted protein 5.148889428 C6_chemical_C3 +LQ00X014850 Predicted protein 5.522095402 L4_control_A1 +LQ00X014850 Predicted protein 6.489652149 L4_control_A2 +LQ00X014850 Predicted protein 6.220640245 L4_control_A3 +LQ00X014850 Predicted protein 5.249072679 L4_control_B1 +LQ00X014850 Predicted protein 6.293887178 L4_control_B2 +LQ00X014850 Predicted protein 5.709508692 L4_control_B3 +LQ00X014850 Predicted protein 5.548879518 L4_control_C2 +LQ00X014850 Predicted protein 5.056098843 L4_control_C3 +LQ00X014850 Predicted protein 5.47919358 L4_chemical_A1 +LQ00X014850 Predicted protein 6.156375939 L4_chemical_A2 +LQ00X014850 Predicted protein 6.087377807 L4_chemical_A3 +LQ00X014850 Predicted protein 5.862798949 L4_chemical_B1 +LQ00X014850 Predicted protein 6.188451933 L4_chemical_B2 +LQ00X014850 Predicted protein 5.838421334 L4_chemical_B3 +LQ00X014850 Predicted protein 5.743158638 L4_chemical_C2 +LQ00X014850 Predicted protein 5.163423556 L4_chemical_C3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.7295076 C6_control_A1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.008907075 C6_control_A3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.241951617 C6_control_B1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.816816263 C6_control_B2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.981882195 C6_control_B3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.752045716 C6_control_C1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.682613952 C6_control_C2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.945164827 C6_control_C3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.886003621 C6_chemical_A1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.874592596 C6_chemical_A3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.017657243 C6_chemical_B1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.918553366 C6_chemical_B2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.951058782 C6_chemical_B3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.856716307 C6_chemical_C1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.810043545 C6_chemical_C2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.821101416 C6_chemical_C3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.91306373 L4_control_A1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.993906908 L4_control_A2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.991367246 L4_control_A3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.009733585 L4_control_B1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.172652641 L4_control_B2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.87649114 L4_control_B3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.085142011 L4_control_C2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.308750335 L4_control_C3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.881145348 L4_chemical_A1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.988128142 L4_chemical_A2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.77569413 L4_chemical_A3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.901741799 L4_chemical_B1 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.137226306 L4_chemical_B2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.972193532 L4_chemical_B3 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.934771378 L4_chemical_C2 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 5.200509876 L4_chemical_C3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 10.19882391 C6_control_A1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 10.2230976 C6_control_A3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.689112774 C6_control_B1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.263267544 C6_control_B2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.509050597 C6_control_B3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.17552724 C6_control_C1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.01116364 C6_control_C2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 10.66462769 C6_control_C3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.696767735 C6_chemical_A1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 10.16053937 C6_chemical_A3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.411055647 C6_chemical_B1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.129042994 C6_chemical_B2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.031049641 C6_chemical_B3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.04805801 C6_chemical_C1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.06212764 C6_chemical_C2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 10.70291857 C6_chemical_C3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 10.32529022 L4_control_A1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 10.28396143 L4_control_A2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.06664915 L4_control_A3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.438373545 L4_control_B1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.866392843 L4_control_B2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.580150614 L4_control_B3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.80524964 L4_control_C2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.09466493 L4_control_C3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.76888021 L4_chemical_A1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.184683594 L4_chemical_A2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 10.38326587 L4_chemical_A3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.816106664 L4_chemical_B1 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.442144961 L4_chemical_B2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.427580664 L4_chemical_B3 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.70170202 L4_chemical_C2 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 11.11317843 L4_chemical_C3 +LQ00X014990 Hypothetical protein 5.16369355 C6_control_A1 +LQ00X014990 Hypothetical protein 5.182876553 C6_control_A3 +LQ00X014990 Hypothetical protein 5.135773643 C6_control_B1 +LQ00X014990 Hypothetical protein 5.183311683 C6_control_B2 +LQ00X014990 Hypothetical protein 5.39924204 C6_control_B3 +LQ00X014990 Hypothetical protein 5.486475465 C6_control_C1 +LQ00X014990 Hypothetical protein 5.436992609 C6_control_C2 +LQ00X014990 Hypothetical protein 5.770264157 C6_control_C3 +LQ00X014990 Hypothetical protein 5.376253341 C6_chemical_A1 +LQ00X014990 Hypothetical protein 4.886064687 C6_chemical_A3 +LQ00X014990 Hypothetical protein 5.139106191 C6_chemical_B1 +LQ00X014990 Hypothetical protein 5.210481077 C6_chemical_B2 +LQ00X014990 Hypothetical protein 5.395261766 C6_chemical_B3 +LQ00X014990 Hypothetical protein 4.928738257 C6_chemical_C1 +LQ00X014990 Hypothetical protein 5.374785125 C6_chemical_C2 +LQ00X014990 Hypothetical protein 5.662516737 C6_chemical_C3 +LQ00X014990 Hypothetical protein 4.878108367 L4_control_A1 +LQ00X014990 Hypothetical protein 5.082306037 L4_control_A2 +LQ00X014990 Hypothetical protein 5.346804827 L4_control_A3 +LQ00X014990 Hypothetical protein 4.981183236 L4_control_B1 +LQ00X014990 Hypothetical protein 5.070161452 L4_control_B2 +LQ00X014990 Hypothetical protein 5.26865894 L4_control_B3 +LQ00X014990 Hypothetical protein 6.163479424 L4_control_C2 +LQ00X014990 Hypothetical protein 5.850429589 L4_control_C3 +LQ00X014990 Hypothetical protein 5.239139108 L4_chemical_A1 +LQ00X014990 Hypothetical protein 5.093495102 L4_chemical_A2 +LQ00X014990 Hypothetical protein 5.313186063 L4_chemical_A3 +LQ00X014990 Hypothetical protein 5.194642705 L4_chemical_B1 +LQ00X014990 Hypothetical protein 5.680100743 L4_chemical_B2 +LQ00X014990 Hypothetical protein 5.118699067 L4_chemical_B3 +LQ00X014990 Hypothetical protein 5.680736598 L4_chemical_C2 +LQ00X014990 Hypothetical protein 5.800093956 L4_chemical_C3 +LQ00X015220 Histone acetyltransferase HAC12 8.959352957 C6_control_A1 +LQ00X015220 Histone acetyltransferase HAC12 8.548395193 C6_control_A3 +LQ00X015220 Histone acetyltransferase HAC12 9.773279196 C6_control_B1 +LQ00X015220 Histone acetyltransferase HAC12 9.329565794 C6_control_B2 +LQ00X015220 Histone acetyltransferase HAC12 9.194725976 C6_control_B3 +LQ00X015220 Histone acetyltransferase HAC12 10.37324927 C6_control_C1 +LQ00X015220 Histone acetyltransferase HAC12 10.57154828 C6_control_C2 +LQ00X015220 Histone acetyltransferase HAC12 10.61528426 C6_control_C3 +LQ00X015220 Histone acetyltransferase HAC12 9.190373642 C6_chemical_A1 +LQ00X015220 Histone acetyltransferase HAC12 9.096910501 C6_chemical_A3 +LQ00X015220 Histone acetyltransferase HAC12 9.926234981 C6_chemical_B1 +LQ00X015220 Histone acetyltransferase HAC12 9.330510499 C6_chemical_B2 +LQ00X015220 Histone acetyltransferase HAC12 9.478132402 C6_chemical_B3 +LQ00X015220 Histone acetyltransferase HAC12 10.43373041 C6_chemical_C1 +LQ00X015220 Histone acetyltransferase HAC12 10.37720705 C6_chemical_C2 +LQ00X015220 Histone acetyltransferase HAC12 11.12556872 C6_chemical_C3 +LQ00X015220 Histone acetyltransferase HAC12 9.172461904 L4_control_A1 +LQ00X015220 Histone acetyltransferase HAC12 8.768741771 L4_control_A2 +LQ00X015220 Histone acetyltransferase HAC12 7.869656972 L4_control_A3 +LQ00X015220 Histone acetyltransferase HAC12 10.00174869 L4_control_B1 +LQ00X015220 Histone acetyltransferase HAC12 9.924410538 L4_control_B2 +LQ00X015220 Histone acetyltransferase HAC12 10.24046186 L4_control_B3 +LQ00X015220 Histone acetyltransferase HAC12 10.69466288 L4_control_C2 +LQ00X015220 Histone acetyltransferase HAC12 10.86033913 L4_control_C3 +LQ00X015220 Histone acetyltransferase HAC12 9.654109229 L4_chemical_A1 +LQ00X015220 Histone acetyltransferase HAC12 9.555389503 L4_chemical_A2 +LQ00X015220 Histone acetyltransferase HAC12 8.608752006 L4_chemical_A3 +LQ00X015220 Histone acetyltransferase HAC12 10.08137893 L4_chemical_B1 +LQ00X015220 Histone acetyltransferase HAC12 10.29435902 L4_chemical_B2 +LQ00X015220 Histone acetyltransferase HAC12 9.760810847 L4_chemical_B3 +LQ00X015220 Histone acetyltransferase HAC12 10.79723162 L4_chemical_C2 +LQ00X015220 Histone acetyltransferase HAC12 10.85216397 L4_chemical_C3 +LQ00X015260 50S ribosomal protein L20 11.3242206 C6_control_A1 +LQ00X015260 50S ribosomal protein L20 11.72342543 C6_control_A3 +LQ00X015260 50S ribosomal protein L20 10.97642863 C6_control_B1 +LQ00X015260 50S ribosomal protein L20 11.39311173 C6_control_B2 +LQ00X015260 50S ribosomal protein L20 10.69147252 C6_control_B3 +LQ00X015260 50S ribosomal protein L20 12.0975337 C6_control_C1 +LQ00X015260 50S ribosomal protein L20 11.74303966 C6_control_C2 +LQ00X015260 50S ribosomal protein L20 11.7566675 C6_control_C3 +LQ00X015260 50S ribosomal protein L20 11.33456058 C6_chemical_A1 +LQ00X015260 50S ribosomal protein L20 10.74031419 C6_chemical_A3 +LQ00X015260 50S ribosomal protein L20 10.74053795 C6_chemical_B1 +LQ00X015260 50S ribosomal protein L20 11.21716327 C6_chemical_B2 +LQ00X015260 50S ribosomal protein L20 10.53130411 C6_chemical_B3 +LQ00X015260 50S ribosomal protein L20 12.22943098 C6_chemical_C1 +LQ00X015260 50S ribosomal protein L20 12.18120599 C6_chemical_C2 +LQ00X015260 50S ribosomal protein L20 11.92427042 C6_chemical_C3 +LQ00X015260 50S ribosomal protein L20 11.21129576 L4_control_A1 +LQ00X015260 50S ribosomal protein L20 11.55787388 L4_control_A2 +LQ00X015260 50S ribosomal protein L20 10.6147469 L4_control_A3 +LQ00X015260 50S ribosomal protein L20 10.23784519 L4_control_B1 +LQ00X015260 50S ribosomal protein L20 9.930412673 L4_control_B2 +LQ00X015260 50S ribosomal protein L20 10.2120442 L4_control_B3 +LQ00X015260 50S ribosomal protein L20 11.40676675 L4_control_C2 +LQ00X015260 50S ribosomal protein L20 10.09792889 L4_control_C3 +LQ00X015260 50S ribosomal protein L20 11.05013604 L4_chemical_A1 +LQ00X015260 50S ribosomal protein L20 11.43741816 L4_chemical_A2 +LQ00X015260 50S ribosomal protein L20 10.68998981 L4_chemical_A3 +LQ00X015260 50S ribosomal protein L20 10.83393892 L4_chemical_B1 +LQ00X015260 50S ribosomal protein L20 10.95274944 L4_chemical_B2 +LQ00X015260 50S ribosomal protein L20 10.45706037 L4_chemical_B3 +LQ00X015260 50S ribosomal protein L20 11.16605688 L4_chemical_C2 +LQ00X015260 50S ribosomal protein L20 10.19800292 L4_chemical_C3 +LQ00X015280 Hypothetical protein 4.879612289 C6_control_A1 +LQ00X015280 Hypothetical protein 4.976589895 C6_control_A3 +LQ00X015280 Hypothetical protein 4.676350374 C6_control_B1 +LQ00X015280 Hypothetical protein 4.732111005 C6_control_B2 +LQ00X015280 Hypothetical protein 4.625719744 C6_control_B3 +LQ00X015280 Hypothetical protein 4.594880319 C6_control_C1 +LQ00X015280 Hypothetical protein 4.733801842 C6_control_C2 +LQ00X015280 Hypothetical protein 4.791642782 C6_control_C3 +LQ00X015280 Hypothetical protein 4.799938637 C6_chemical_A1 +LQ00X015280 Hypothetical protein 4.78284786 C6_chemical_A3 +LQ00X015280 Hypothetical protein 4.981405482 C6_chemical_B1 +LQ00X015280 Hypothetical protein 4.709933467 C6_chemical_B2 +LQ00X015280 Hypothetical protein 4.686470935 C6_chemical_B3 +LQ00X015280 Hypothetical protein 4.78939434 C6_chemical_C1 +LQ00X015280 Hypothetical protein 4.788343578 C6_chemical_C2 +LQ00X015280 Hypothetical protein 4.846978439 C6_chemical_C3 +LQ00X015280 Hypothetical protein 4.70211772 L4_control_A1 +LQ00X015280 Hypothetical protein 5.219061792 L4_control_A2 +LQ00X015280 Hypothetical protein 5.176064071 L4_control_A3 +LQ00X015280 Hypothetical protein 4.9352636 L4_control_B1 +LQ00X015280 Hypothetical protein 4.891354284 L4_control_B2 +LQ00X015280 Hypothetical protein 4.715610322 L4_control_B3 +LQ00X015280 Hypothetical protein 5.319282428 L4_control_C2 +LQ00X015280 Hypothetical protein 4.821011312 L4_control_C3 +LQ00X015280 Hypothetical protein 4.811825234 L4_chemical_A1 +LQ00X015280 Hypothetical protein 5.064203653 L4_chemical_A2 +LQ00X015280 Hypothetical protein 5.226321044 L4_chemical_A3 +LQ00X015280 Hypothetical protein 4.808019896 L4_chemical_B1 +LQ00X015280 Hypothetical protein 4.861950164 L4_chemical_B2 +LQ00X015280 Hypothetical protein 4.901041107 L4_chemical_B3 +LQ00X015280 Hypothetical protein 4.961466118 L4_chemical_C2 +LQ00X015280 Hypothetical protein 5.688821989 L4_chemical_C3 +LQ00X015380 Hypothetical protein 4.799403452 C6_control_A1 +LQ00X015380 Hypothetical protein 4.554142239 C6_control_A3 +LQ00X015380 Hypothetical protein 4.66499225 C6_control_B1 +LQ00X015380 Hypothetical protein 4.469848384 C6_control_B2 +LQ00X015380 Hypothetical protein 4.742741574 C6_control_B3 +LQ00X015380 Hypothetical protein 4.418553051 C6_control_C1 +LQ00X015380 Hypothetical protein 4.486187003 C6_control_C2 +LQ00X015380 Hypothetical protein 4.416495583 C6_control_C3 +LQ00X015380 Hypothetical protein 4.687325171 C6_chemical_A1 +LQ00X015380 Hypothetical protein 4.424279513 C6_chemical_A3 +LQ00X015380 Hypothetical protein 4.679858131 C6_chemical_B1 +LQ00X015380 Hypothetical protein 4.501143123 C6_chemical_B2 +LQ00X015380 Hypothetical protein 4.807246984 C6_chemical_B3 +LQ00X015380 Hypothetical protein 4.39018365 C6_chemical_C1 +LQ00X015380 Hypothetical protein 4.381787349 C6_chemical_C2 +LQ00X015380 Hypothetical protein 4.535618389 C6_chemical_C3 +LQ00X015380 Hypothetical protein 4.741383252 L4_control_A1 +LQ00X015380 Hypothetical protein 5.033669069 L4_control_A2 +LQ00X015380 Hypothetical protein 4.895609833 L4_control_A3 +LQ00X015380 Hypothetical protein 5.285436954 L4_control_B1 +LQ00X015380 Hypothetical protein 5.05727111 L4_control_B2 +LQ00X015380 Hypothetical protein 4.581278547 L4_control_B3 +LQ00X015380 Hypothetical protein 5.656892695 L4_control_C2 +LQ00X015380 Hypothetical protein 4.756209301 L4_control_C3 +LQ00X015380 Hypothetical protein 4.757835714 L4_chemical_A1 +LQ00X015380 Hypothetical protein 5.012187129 L4_chemical_A2 +LQ00X015380 Hypothetical protein 4.94754528 L4_chemical_A3 +LQ00X015380 Hypothetical protein 5.082062928 L4_chemical_B1 +LQ00X015380 Hypothetical protein 5.160599568 L4_chemical_B2 +LQ00X015380 Hypothetical protein 4.59337001 L4_chemical_B3 +LQ00X015380 Hypothetical protein 5.774359823 L4_chemical_C2 +LQ00X015380 Hypothetical protein 4.944091965 L4_chemical_C3 +LQ00X015391 Putative uncharacterized protein 5.136360559 C6_control_A1 +LQ00X015391 Putative uncharacterized protein 4.790394243 C6_control_A3 +LQ00X015391 Putative uncharacterized protein 5.056229352 C6_control_B1 +LQ00X015391 Putative uncharacterized protein 4.559992384 C6_control_B2 +LQ00X015391 Putative uncharacterized protein 4.715554779 C6_control_B3 +LQ00X015391 Putative uncharacterized protein 4.724805821 C6_control_C1 +LQ00X015391 Putative uncharacterized protein 4.669652591 C6_control_C2 +LQ00X015391 Putative uncharacterized protein 4.783491579 C6_control_C3 +LQ00X015391 Putative uncharacterized protein 5.081972298 C6_chemical_A1 +LQ00X015391 Putative uncharacterized protein 4.79493591 C6_chemical_A3 +LQ00X015391 Putative uncharacterized protein 5.042776012 C6_chemical_B1 +LQ00X015391 Putative uncharacterized protein 4.591144218 C6_chemical_B2 +LQ00X015391 Putative uncharacterized protein 4.893972728 C6_chemical_B3 +LQ00X015391 Putative uncharacterized protein 4.801754637 C6_chemical_C1 +LQ00X015391 Putative uncharacterized protein 4.858442746 C6_chemical_C2 +LQ00X015391 Putative uncharacterized protein 4.784161279 C6_chemical_C3 +LQ00X015391 Putative uncharacterized protein 5.137652394 L4_control_A1 +LQ00X015391 Putative uncharacterized protein 4.949744228 L4_control_A2 +LQ00X015391 Putative uncharacterized protein 4.940094673 L4_control_A3 +LQ00X015391 Putative uncharacterized protein 5.120617784 L4_control_B1 +LQ00X015391 Putative uncharacterized protein 4.823114624 L4_control_B2 +LQ00X015391 Putative uncharacterized protein 4.709027005 L4_control_B3 +LQ00X015391 Putative uncharacterized protein 4.915673953 L4_control_C2 +LQ00X015391 Putative uncharacterized protein 4.968956853 L4_control_C3 +LQ00X015391 Putative uncharacterized protein 5.160182999 L4_chemical_A1 +LQ00X015391 Putative uncharacterized protein 4.911095936 L4_chemical_A2 +LQ00X015391 Putative uncharacterized protein 5.476681778 L4_chemical_A3 +LQ00X015391 Putative uncharacterized protein 5.123280966 L4_chemical_B1 +LQ00X015391 Putative uncharacterized protein 5.116447568 L4_chemical_B2 +LQ00X015391 Putative uncharacterized protein 4.744597587 L4_chemical_B3 +LQ00X015391 Putative uncharacterized protein 6.48446675 L4_chemical_C2 +LQ00X015391 Putative uncharacterized protein 5.041298369 L4_chemical_C3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 15.17776265 C6_control_A1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.80936218 C6_control_A3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.71988596 C6_control_B1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.36528678 C6_control_B2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.41168973 C6_control_B3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.94867345 C6_control_C1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.05704187 C6_control_C2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 13.99572493 C6_control_C3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 15.39992238 C6_chemical_A1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.93035133 C6_chemical_A3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.63044662 C6_chemical_B1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.91843031 C6_chemical_B2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.38966238 C6_chemical_B3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 15.01840896 C6_chemical_C1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.34490489 C6_chemical_C2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 13.75591624 C6_chemical_C3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 15.05358272 L4_control_A1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.60999462 L4_control_A2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.62968821 L4_control_A3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.34719893 L4_control_B1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.22791883 L4_control_B2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 13.84473491 L4_control_B3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 13.99007728 L4_control_C2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 13.41982868 L4_control_C3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 15.13437357 L4_chemical_A1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.28748762 L4_chemical_A2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 15.05157273 L4_chemical_A3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.31638729 L4_chemical_B1 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.59917498 L4_chemical_B2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.65042755 L4_chemical_B3 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 14.15392251 L4_chemical_C2 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 13.25613292 L4_chemical_C3 +LQ00X015660 Hypothetical protein 12.38498045 C6_control_A1 +LQ00X015660 Hypothetical protein 11.51265733 C6_control_A3 +LQ00X015660 Hypothetical protein 12.0818849 C6_control_B1 +LQ00X015660 Hypothetical protein 10.512376 C6_control_B2 +LQ00X015660 Hypothetical protein 10.93534786 C6_control_B3 +LQ00X015660 Hypothetical protein 8.330858497 C6_control_C1 +LQ00X015660 Hypothetical protein 8.142200831 C6_control_C2 +LQ00X015660 Hypothetical protein 8.59519438 C6_control_C3 +LQ00X015660 Hypothetical protein 12.30385914 C6_chemical_A1 +LQ00X015660 Hypothetical protein 11.48533721 C6_chemical_A3 +LQ00X015660 Hypothetical protein 11.91964032 C6_chemical_B1 +LQ00X015660 Hypothetical protein 10.96840097 C6_chemical_B2 +LQ00X015660 Hypothetical protein 11.24263264 C6_chemical_B3 +LQ00X015660 Hypothetical protein 8.530525491 C6_chemical_C1 +LQ00X015660 Hypothetical protein 8.600362063 C6_chemical_C2 +LQ00X015660 Hypothetical protein 8.503986163 C6_chemical_C3 +LQ00X015660 Hypothetical protein 12.01698594 L4_control_A1 +LQ00X015660 Hypothetical protein 12.51018502 L4_control_A2 +LQ00X015660 Hypothetical protein 11.38898736 L4_control_A3 +LQ00X015660 Hypothetical protein 12.13086243 L4_control_B1 +LQ00X015660 Hypothetical protein 11.28024634 L4_control_B2 +LQ00X015660 Hypothetical protein 10.19910567 L4_control_B3 +LQ00X015660 Hypothetical protein 9.644415155 L4_control_C2 +LQ00X015660 Hypothetical protein 9.178499285 L4_control_C3 +LQ00X015660 Hypothetical protein 12.61085016 L4_chemical_A1 +LQ00X015660 Hypothetical protein 12.93720468 L4_chemical_A2 +LQ00X015660 Hypothetical protein 12.28725561 L4_chemical_A3 +LQ00X015660 Hypothetical protein 12.82621222 L4_chemical_B1 +LQ00X015660 Hypothetical protein 12.68412628 L4_chemical_B2 +LQ00X015660 Hypothetical protein 11.80477089 L4_chemical_B3 +LQ00X015660 Hypothetical protein 9.563418567 L4_chemical_C2 +LQ00X015660 Hypothetical protein 9.456298998 L4_chemical_C3 +LQ00X015680 Putative Predicted protein 6.843431722 C6_control_A1 +LQ00X015680 Putative Predicted protein 6.311443641 C6_control_A3 +LQ00X015680 Putative Predicted protein 7.739441323 C6_control_B1 +LQ00X015680 Putative Predicted protein 6.279023213 C6_control_B2 +LQ00X015680 Putative Predicted protein 7.174098296 C6_control_B3 +LQ00X015680 Putative Predicted protein 6.325164414 C6_control_C1 +LQ00X015680 Putative Predicted protein 6.008481203 C6_control_C2 +LQ00X015680 Putative Predicted protein 6.045909245 C6_control_C3 +LQ00X015680 Putative Predicted protein 7.025017948 C6_chemical_A1 +LQ00X015680 Putative Predicted protein 6.704853016 C6_chemical_A3 +LQ00X015680 Putative Predicted protein 7.497491831 C6_chemical_B1 +LQ00X015680 Putative Predicted protein 6.401330396 C6_chemical_B2 +LQ00X015680 Putative Predicted protein 7.270771581 C6_chemical_B3 +LQ00X015680 Putative Predicted protein 6.801012702 C6_chemical_C1 +LQ00X015680 Putative Predicted protein 6.480870462 C6_chemical_C2 +LQ00X015680 Putative Predicted protein 6.474089303 C6_chemical_C3 +LQ00X015680 Putative Predicted protein 6.95663956 L4_control_A1 +LQ00X015680 Putative Predicted protein 6.485334398 L4_control_A2 +LQ00X015680 Putative Predicted protein 6.508456463 L4_control_A3 +LQ00X015680 Putative Predicted protein 6.927708975 L4_control_B1 +LQ00X015680 Putative Predicted protein 6.313575354 L4_control_B2 +LQ00X015680 Putative Predicted protein 6.719563958 L4_control_B3 +LQ00X015680 Putative Predicted protein 6.960214392 L4_control_C2 +LQ00X015680 Putative Predicted protein 6.932085319 L4_control_C3 +LQ00X015680 Putative Predicted protein 7.452953364 L4_chemical_A1 +LQ00X015680 Putative Predicted protein 7.092307903 L4_chemical_A2 +LQ00X015680 Putative Predicted protein 6.978908068 L4_chemical_A3 +LQ00X015680 Putative Predicted protein 7.617692233 L4_chemical_B1 +LQ00X015680 Putative Predicted protein 7.160931628 L4_chemical_B2 +LQ00X015680 Putative Predicted protein 7.046741844 L4_chemical_B3 +LQ00X015680 Putative Predicted protein 7.678908773 L4_chemical_C2 +LQ00X015680 Putative Predicted protein 7.091973575 L4_chemical_C3 +LQ00X015730 Probable prefoldin subunit 2 13.67751395 C6_control_A1 +LQ00X015730 Probable prefoldin subunit 2 13.7635382 C6_control_A3 +LQ00X015730 Probable prefoldin subunit 2 12.99066226 C6_control_B1 +LQ00X015730 Probable prefoldin subunit 2 13.27350275 C6_control_B2 +LQ00X015730 Probable prefoldin subunit 2 12.95181689 C6_control_B3 +LQ00X015730 Probable prefoldin subunit 2 13.5763559 C6_control_C1 +LQ00X015730 Probable prefoldin subunit 2 13.11251041 C6_control_C2 +LQ00X015730 Probable prefoldin subunit 2 13.27879075 C6_control_C3 +LQ00X015730 Probable prefoldin subunit 2 13.38698258 C6_chemical_A1 +LQ00X015730 Probable prefoldin subunit 2 13.36844245 C6_chemical_A3 +LQ00X015730 Probable prefoldin subunit 2 12.78986871 C6_chemical_B1 +LQ00X015730 Probable prefoldin subunit 2 13.16524179 C6_chemical_B2 +LQ00X015730 Probable prefoldin subunit 2 12.9628219 C6_chemical_B3 +LQ00X015730 Probable prefoldin subunit 2 13.66683651 C6_chemical_C1 +LQ00X015730 Probable prefoldin subunit 2 13.34357234 C6_chemical_C2 +LQ00X015730 Probable prefoldin subunit 2 13.34334711 C6_chemical_C3 +LQ00X015730 Probable prefoldin subunit 2 13.45294342 L4_control_A1 +LQ00X015730 Probable prefoldin subunit 2 13.07274521 L4_control_A2 +LQ00X015730 Probable prefoldin subunit 2 13.71268038 L4_control_A3 +LQ00X015730 Probable prefoldin subunit 2 12.76883935 L4_control_B1 +LQ00X015730 Probable prefoldin subunit 2 12.26723509 L4_control_B2 +LQ00X015730 Probable prefoldin subunit 2 12.87913592 L4_control_B3 +LQ00X015730 Probable prefoldin subunit 2 12.94826146 L4_control_C2 +LQ00X015730 Probable prefoldin subunit 2 12.63907159 L4_control_C3 +LQ00X015730 Probable prefoldin subunit 2 13.45826259 L4_chemical_A1 +LQ00X015730 Probable prefoldin subunit 2 12.99661047 L4_chemical_A2 +LQ00X015730 Probable prefoldin subunit 2 13.51596305 L4_chemical_A3 +LQ00X015730 Probable prefoldin subunit 2 12.860367 L4_chemical_B1 +LQ00X015730 Probable prefoldin subunit 2 12.67407125 L4_chemical_B2 +LQ00X015730 Probable prefoldin subunit 2 12.98956371 L4_chemical_B3 +LQ00X015730 Probable prefoldin subunit 2 13.07835242 L4_chemical_C2 +LQ00X015730 Probable prefoldin subunit 2 12.70654776 L4_chemical_C3 +LQ00X015770 Putative Monoglyceride lipase 9.079548167 C6_control_A1 +LQ00X015770 Putative Monoglyceride lipase 10.47911366 C6_control_A3 +LQ00X015770 Putative Monoglyceride lipase 7.579156162 C6_control_B1 +LQ00X015770 Putative Monoglyceride lipase 6.368106116 C6_control_B2 +LQ00X015770 Putative Monoglyceride lipase 7.207979097 C6_control_B3 +LQ00X015770 Putative Monoglyceride lipase 10.66075844 C6_control_C1 +LQ00X015770 Putative Monoglyceride lipase 11.23567284 C6_control_C2 +LQ00X015770 Putative Monoglyceride lipase 10.66993375 C6_control_C3 +LQ00X015770 Putative Monoglyceride lipase 8.983994982 C6_chemical_A1 +LQ00X015770 Putative Monoglyceride lipase 11.04977303 C6_chemical_A3 +LQ00X015770 Putative Monoglyceride lipase 7.350468541 C6_chemical_B1 +LQ00X015770 Putative Monoglyceride lipase 6.783024064 C6_chemical_B2 +LQ00X015770 Putative Monoglyceride lipase 9.209986813 C6_chemical_B3 +LQ00X015770 Putative Monoglyceride lipase 11.26243244 C6_chemical_C1 +LQ00X015770 Putative Monoglyceride lipase 11.24456661 C6_chemical_C2 +LQ00X015770 Putative Monoglyceride lipase 11.57201134 C6_chemical_C3 +LQ00X015770 Putative Monoglyceride lipase 10.30490844 L4_control_A1 +LQ00X015770 Putative Monoglyceride lipase 9.253183551 L4_control_A2 +LQ00X015770 Putative Monoglyceride lipase 11.22753308 L4_control_A3 +LQ00X015770 Putative Monoglyceride lipase 9.925564887 L4_control_B1 +LQ00X015770 Putative Monoglyceride lipase 8.453249985 L4_control_B2 +LQ00X015770 Putative Monoglyceride lipase 9.950439081 L4_control_B3 +LQ00X015770 Putative Monoglyceride lipase 12.65321746 L4_control_C2 +LQ00X015770 Putative Monoglyceride lipase 11.97731199 L4_control_C3 +LQ00X015770 Putative Monoglyceride lipase 11.641598 L4_chemical_A1 +LQ00X015770 Putative Monoglyceride lipase 11.16779135 L4_chemical_A2 +LQ00X015770 Putative Monoglyceride lipase 11.92668536 L4_chemical_A3 +LQ00X015770 Putative Monoglyceride lipase 10.22576502 L4_chemical_B1 +LQ00X015770 Putative Monoglyceride lipase 9.249108395 L4_chemical_B2 +LQ00X015770 Putative Monoglyceride lipase 10.16071554 L4_chemical_B3 +LQ00X015770 Putative Monoglyceride lipase 12.47994558 L4_chemical_C2 +LQ00X015770 Putative Monoglyceride lipase 11.84504005 L4_chemical_C3 +LQ00X015780 60S ribosomal protein L35 14.56340189 C6_control_A1 +LQ00X015780 60S ribosomal protein L35 15.06202485 C6_control_A3 +LQ00X015780 60S ribosomal protein L35 13.68780833 C6_control_B1 +LQ00X015780 60S ribosomal protein L35 13.89873801 C6_control_B2 +LQ00X015780 60S ribosomal protein L35 13.46786487 C6_control_B3 +LQ00X015780 60S ribosomal protein L35 13.47848444 C6_control_C1 +LQ00X015780 60S ribosomal protein L35 13.47461 C6_control_C2 +LQ00X015780 60S ribosomal protein L35 13.21229754 C6_control_C3 +LQ00X015780 60S ribosomal protein L35 14.27321087 C6_chemical_A1 +LQ00X015780 60S ribosomal protein L35 14.250301 C6_chemical_A3 +LQ00X015780 60S ribosomal protein L35 13.32479336 C6_chemical_B1 +LQ00X015780 60S ribosomal protein L35 13.42054662 C6_chemical_B2 +LQ00X015780 60S ribosomal protein L35 13.11623846 C6_chemical_B3 +LQ00X015780 60S ribosomal protein L35 13.57001076 C6_chemical_C1 +LQ00X015780 60S ribosomal protein L35 13.5874257 C6_chemical_C2 +LQ00X015780 60S ribosomal protein L35 13.08388488 C6_chemical_C3 +LQ00X015780 60S ribosomal protein L35 14.55703948 L4_control_A1 +LQ00X015780 60S ribosomal protein L35 14.21630845 L4_control_A2 +LQ00X015780 60S ribosomal protein L35 14.62210974 L4_control_A3 +LQ00X015780 60S ribosomal protein L35 13.0367899 L4_control_B1 +LQ00X015780 60S ribosomal protein L35 12.81205277 L4_control_B2 +LQ00X015780 60S ribosomal protein L35 13.11951871 L4_control_B3 +LQ00X015780 60S ribosomal protein L35 13.15799591 L4_control_C2 +LQ00X015780 60S ribosomal protein L35 12.75313812 L4_control_C3 +LQ00X015780 60S ribosomal protein L35 14.14420917 L4_chemical_A1 +LQ00X015780 60S ribosomal protein L35 13.64709116 L4_chemical_A2 +LQ00X015780 60S ribosomal protein L35 14.23245172 L4_chemical_A3 +LQ00X015780 60S ribosomal protein L35 13.61586788 L4_chemical_B1 +LQ00X015780 60S ribosomal protein L35 13.34788853 L4_chemical_B2 +LQ00X015780 60S ribosomal protein L35 13.7301246 L4_chemical_B3 +LQ00X015780 60S ribosomal protein L35 13.38585657 L4_chemical_C2 +LQ00X015780 60S ribosomal protein L35 12.97310055 L4_chemical_C3 +LQ00X015800 Putative Probable pectate lyase 4 5.257798703 C6_control_A1 +LQ00X015800 Putative Probable pectate lyase 4 5.696345467 C6_control_A3 +LQ00X015800 Putative Probable pectate lyase 4 5.581654018 C6_control_B1 +LQ00X015800 Putative Probable pectate lyase 4 5.34161984 C6_control_B2 +LQ00X015800 Putative Probable pectate lyase 4 5.20831748 C6_control_B3 +LQ00X015800 Putative Probable pectate lyase 4 5.636032142 C6_control_C1 +LQ00X015800 Putative Probable pectate lyase 4 5.964147984 C6_control_C2 +LQ00X015800 Putative Probable pectate lyase 4 5.44721845 C6_control_C3 +LQ00X015800 Putative Probable pectate lyase 4 5.140115175 C6_chemical_A1 +LQ00X015800 Putative Probable pectate lyase 4 5.491747207 C6_chemical_A3 +LQ00X015800 Putative Probable pectate lyase 4 5.91924903 C6_chemical_B1 +LQ00X015800 Putative Probable pectate lyase 4 5.524418007 C6_chemical_B2 +LQ00X015800 Putative Probable pectate lyase 4 5.365384933 C6_chemical_B3 +LQ00X015800 Putative Probable pectate lyase 4 5.655527724 C6_chemical_C1 +LQ00X015800 Putative Probable pectate lyase 4 5.304143362 C6_chemical_C2 +LQ00X015800 Putative Probable pectate lyase 4 5.187957656 C6_chemical_C3 +LQ00X015800 Putative Probable pectate lyase 4 5.585674742 L4_control_A1 +LQ00X015800 Putative Probable pectate lyase 4 5.601248202 L4_control_A2 +LQ00X015800 Putative Probable pectate lyase 4 5.809785483 L4_control_A3 +LQ00X015800 Putative Probable pectate lyase 4 5.770164265 L4_control_B1 +LQ00X015800 Putative Probable pectate lyase 4 6.169964268 L4_control_B2 +LQ00X015800 Putative Probable pectate lyase 4 5.404678031 L4_control_B3 +LQ00X015800 Putative Probable pectate lyase 4 6.467313318 L4_control_C2 +LQ00X015800 Putative Probable pectate lyase 4 6.756902927 L4_control_C3 +LQ00X015800 Putative Probable pectate lyase 4 5.253074397 L4_chemical_A1 +LQ00X015800 Putative Probable pectate lyase 4 5.56426341 L4_chemical_A2 +LQ00X015800 Putative Probable pectate lyase 4 5.667747121 L4_chemical_A3 +LQ00X015800 Putative Probable pectate lyase 4 6.009501442 L4_chemical_B1 +LQ00X015800 Putative Probable pectate lyase 4 6.498588478 L4_chemical_B2 +LQ00X015800 Putative Probable pectate lyase 4 5.289021334 L4_chemical_B3 +LQ00X015800 Putative Probable pectate lyase 4 6.568891277 L4_chemical_C2 +LQ00X015800 Putative Probable pectate lyase 4 5.902863837 L4_chemical_C3 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.849074156 C6_control_A1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.870502097 C6_control_A3 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.089209766 C6_control_B1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.366926682 C6_control_B2 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.458143355 C6_control_B3 +LQ00X015810 3-ketoacyl-CoA synthase 21 4.787045011 C6_control_C1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.070726876 C6_control_C2 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.399186947 C6_control_C3 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.227925866 C6_chemical_A1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.006121658 C6_chemical_A3 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.384094127 C6_chemical_B1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.361518499 C6_chemical_B2 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.044659008 C6_chemical_B3 +LQ00X015810 3-ketoacyl-CoA synthase 21 4.865218783 C6_chemical_C1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.350837895 C6_chemical_C2 +LQ00X015810 3-ketoacyl-CoA synthase 21 4.911446662 C6_chemical_C3 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.244538527 L4_control_A1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.659779246 L4_control_A2 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.430982837 L4_control_A3 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.853402993 L4_control_B1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.78422557 L4_control_B2 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.2741427 L4_control_B3 +LQ00X015810 3-ketoacyl-CoA synthase 21 4.910947169 L4_control_C2 +LQ00X015810 3-ketoacyl-CoA synthase 21 4.793611923 L4_control_C3 +LQ00X015810 3-ketoacyl-CoA synthase 21 4.973860275 L4_chemical_A1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.49575006 L4_chemical_A2 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.914316388 L4_chemical_A3 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.815684668 L4_chemical_B1 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.261174377 L4_chemical_B2 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.142023936 L4_chemical_B3 +LQ00X015810 3-ketoacyl-CoA synthase 21 4.832595573 L4_chemical_C2 +LQ00X015810 3-ketoacyl-CoA synthase 21 4.94401487 L4_chemical_C3 +LQ00X015820 3-ketoacyl-CoA synthase 21 13.1228019 C6_control_A1 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.21918596 C6_control_A3 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.24824221 C6_control_B1 +LQ00X015820 3-ketoacyl-CoA synthase 21 10.45432818 C6_control_B2 +LQ00X015820 3-ketoacyl-CoA synthase 21 11.07999395 C6_control_B3 +LQ00X015820 3-ketoacyl-CoA synthase 21 5.519761681 C6_control_C1 +LQ00X015820 3-ketoacyl-CoA synthase 21 5.721379695 C6_control_C2 +LQ00X015820 3-ketoacyl-CoA synthase 21 5.370940758 C6_control_C3 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.79487804 C6_chemical_A1 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.06391803 C6_chemical_A3 +LQ00X015820 3-ketoacyl-CoA synthase 21 11.80659183 C6_chemical_B1 +LQ00X015820 3-ketoacyl-CoA synthase 21 10.59520951 C6_chemical_B2 +LQ00X015820 3-ketoacyl-CoA synthase 21 11.45688134 C6_chemical_B3 +LQ00X015820 3-ketoacyl-CoA synthase 21 5.31397127 C6_chemical_C1 +LQ00X015820 3-ketoacyl-CoA synthase 21 5.63285529 C6_chemical_C2 +LQ00X015820 3-ketoacyl-CoA synthase 21 5.817328352 C6_chemical_C3 +LQ00X015820 3-ketoacyl-CoA synthase 21 13.35506013 L4_control_A1 +LQ00X015820 3-ketoacyl-CoA synthase 21 13.33651244 L4_control_A2 +LQ00X015820 3-ketoacyl-CoA synthase 21 13.07595553 L4_control_A3 +LQ00X015820 3-ketoacyl-CoA synthase 21 10.84581354 L4_control_B1 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.28972397 L4_control_B2 +LQ00X015820 3-ketoacyl-CoA synthase 21 8.771475386 L4_control_B3 +LQ00X015820 3-ketoacyl-CoA synthase 21 5.847912926 L4_control_C2 +LQ00X015820 3-ketoacyl-CoA synthase 21 4.642971276 L4_control_C3 +LQ00X015820 3-ketoacyl-CoA synthase 21 11.91697431 L4_chemical_A1 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.11295639 L4_chemical_A2 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.85257409 L4_chemical_A3 +LQ00X015820 3-ketoacyl-CoA synthase 21 11.9585876 L4_chemical_B1 +LQ00X015820 3-ketoacyl-CoA synthase 21 11.63569974 L4_chemical_B2 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.78813665 L4_chemical_B3 +LQ00X015820 3-ketoacyl-CoA synthase 21 5.13171994 L4_chemical_C2 +LQ00X015820 3-ketoacyl-CoA synthase 21 4.446425908 L4_chemical_C3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.602170032 C6_control_A1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.692194546 C6_control_A3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 7.742387477 C6_control_B1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.875594815 C6_control_B2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.847415403 C6_control_B3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.528754517 C6_control_C1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.020487607 C6_control_C2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.867045632 C6_control_C3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.13674532 C6_chemical_A1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.907978897 C6_chemical_A3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.480272666 C6_chemical_B1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.005247227 C6_chemical_B2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.544646105 C6_chemical_B3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.478326889 C6_chemical_C1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.485871391 C6_chemical_C2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.35334862 C6_chemical_C3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.504415198 L4_control_A1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.058445618 L4_control_A2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.766854405 L4_control_A3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.152873125 L4_control_B1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.26641023 L4_control_B2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.892373981 L4_control_B3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.563896334 L4_control_C2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 10.29947707 L4_control_C3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.374715953 L4_chemical_A1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.669369643 L4_chemical_A2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.706143791 L4_chemical_A3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.768221229 L4_chemical_B1 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 8.700644308 L4_chemical_B2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.295657438 L4_chemical_B3 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.16121244 L4_chemical_C2 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 10.09985491 L4_chemical_C3 +LQ00X015850 Putative uncharacterized protein 4.937191237 C6_control_A1 +LQ00X015850 Putative uncharacterized protein 6.004896442 C6_control_A3 +LQ00X015850 Putative uncharacterized protein 5.018033289 C6_control_B1 +LQ00X015850 Putative uncharacterized protein 5.14271823 C6_control_B2 +LQ00X015850 Putative uncharacterized protein 5.212607869 C6_control_B3 +LQ00X015850 Putative uncharacterized protein 5.159817921 C6_control_C1 +LQ00X015850 Putative uncharacterized protein 5.63935202 C6_control_C2 +LQ00X015850 Putative uncharacterized protein 5.289949434 C6_control_C3 +LQ00X015850 Putative uncharacterized protein 5.164523265 C6_chemical_A1 +LQ00X015850 Putative uncharacterized protein 5.467922024 C6_chemical_A3 +LQ00X015850 Putative uncharacterized protein 5.329047775 C6_chemical_B1 +LQ00X015850 Putative uncharacterized protein 5.142215381 C6_chemical_B2 +LQ00X015850 Putative uncharacterized protein 5.079961275 C6_chemical_B3 +LQ00X015850 Putative uncharacterized protein 5.31936984 C6_chemical_C1 +LQ00X015850 Putative uncharacterized protein 5.620590548 C6_chemical_C2 +LQ00X015850 Putative uncharacterized protein 5.198370948 C6_chemical_C3 +LQ00X015850 Putative uncharacterized protein 5.13045449 L4_control_A1 +LQ00X015850 Putative uncharacterized protein 4.622055645 L4_control_A2 +LQ00X015850 Putative uncharacterized protein 5.41978791 L4_control_A3 +LQ00X015850 Putative uncharacterized protein 5.29004657 L4_control_B1 +LQ00X015850 Putative uncharacterized protein 4.815311469 L4_control_B2 +LQ00X015850 Putative uncharacterized protein 5.06278159 L4_control_B3 +LQ00X015850 Putative uncharacterized protein 4.796361608 L4_control_C2 +LQ00X015850 Putative uncharacterized protein 5.336380007 L4_control_C3 +LQ00X015850 Putative uncharacterized protein 4.910388187 L4_chemical_A1 +LQ00X015850 Putative uncharacterized protein 5.1873526 L4_chemical_A2 +LQ00X015850 Putative uncharacterized protein 5.383533874 L4_chemical_A3 +LQ00X015850 Putative uncharacterized protein 5.370375046 L4_chemical_B1 +LQ00X015850 Putative uncharacterized protein 5.149604158 L4_chemical_B2 +LQ00X015850 Putative uncharacterized protein 5.049760989 L4_chemical_B3 +LQ00X015850 Putative uncharacterized protein 5.517481477 L4_chemical_C2 +LQ00X015850 Putative uncharacterized protein 5.304401896 L4_chemical_C3 +LQ00X015860 Chalcone--flavonone isomerase 7.94432665 C6_control_A1 +LQ00X015860 Chalcone--flavonone isomerase 7.703625465 C6_control_A3 +LQ00X015860 Chalcone--flavonone isomerase 7.520732576 C6_control_B1 +LQ00X015860 Chalcone--flavonone isomerase 5.619809962 C6_control_B2 +LQ00X015860 Chalcone--flavonone isomerase 8.018741949 C6_control_B3 +LQ00X015860 Chalcone--flavonone isomerase 7.308575516 C6_control_C1 +LQ00X015860 Chalcone--flavonone isomerase 5.576410767 C6_control_C2 +LQ00X015860 Chalcone--flavonone isomerase 7.661401557 C6_control_C3 +LQ00X015860 Chalcone--flavonone isomerase 8.575925793 C6_chemical_A1 +LQ00X015860 Chalcone--flavonone isomerase 6.84868471 C6_chemical_A3 +LQ00X015860 Chalcone--flavonone isomerase 7.320729042 C6_chemical_B1 +LQ00X015860 Chalcone--flavonone isomerase 6.173688904 C6_chemical_B2 +LQ00X015860 Chalcone--flavonone isomerase 8.684394998 C6_chemical_B3 +LQ00X015860 Chalcone--flavonone isomerase 7.38057471 C6_chemical_C1 +LQ00X015860 Chalcone--flavonone isomerase 5.269666886 C6_chemical_C2 +LQ00X015860 Chalcone--flavonone isomerase 7.797690888 C6_chemical_C3 +LQ00X015860 Chalcone--flavonone isomerase 9.836794465 L4_control_A1 +LQ00X015860 Chalcone--flavonone isomerase 9.978343633 L4_control_A2 +LQ00X015860 Chalcone--flavonone isomerase 9.669513757 L4_control_A3 +LQ00X015860 Chalcone--flavonone isomerase 11.45952416 L4_control_B1 +LQ00X015860 Chalcone--flavonone isomerase 9.988429761 L4_control_B2 +LQ00X015860 Chalcone--flavonone isomerase 7.36715651 L4_control_B3 +LQ00X015860 Chalcone--flavonone isomerase 10.89226151 L4_control_C2 +LQ00X015860 Chalcone--flavonone isomerase 10.71682595 L4_control_C3 +LQ00X015860 Chalcone--flavonone isomerase 9.448880113 L4_chemical_A1 +LQ00X015860 Chalcone--flavonone isomerase 10.05177065 L4_chemical_A2 +LQ00X015860 Chalcone--flavonone isomerase 10.91677841 L4_chemical_A3 +LQ00X015860 Chalcone--flavonone isomerase 9.305831041 L4_chemical_B1 +LQ00X015860 Chalcone--flavonone isomerase 10.12123339 L4_chemical_B2 +LQ00X015860 Chalcone--flavonone isomerase 7.249278308 L4_chemical_B3 +LQ00X015860 Chalcone--flavonone isomerase 11.27023861 L4_chemical_C2 +LQ00X015860 Chalcone--flavonone isomerase 10.59876043 L4_chemical_C3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.606887233 C6_control_A1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.219233784 C6_control_A3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.349126717 C6_control_B1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.665358208 C6_control_B2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.636946892 C6_control_B3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 4.874193647 C6_control_C1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.154908555 C6_control_C2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.497086228 C6_control_C3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.507104389 C6_chemical_A1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.296064106 C6_chemical_A3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.359923852 C6_chemical_B1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.363348494 C6_chemical_B2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.700306553 C6_chemical_B3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 4.769283733 C6_chemical_C1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.411397745 C6_chemical_C2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.192766602 C6_chemical_C3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.056477208 L4_control_A1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.748782873 L4_control_A2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.172851608 L4_control_A3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.451302615 L4_control_B1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.864208392 L4_control_B2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.11488258 L4_control_B3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.794217862 L4_control_C2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.542183531 L4_control_C3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.019004851 L4_chemical_A1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.240336872 L4_chemical_A2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.086536757 L4_chemical_A3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.540572901 L4_chemical_B1 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.669517291 L4_chemical_B2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.47533171 L4_chemical_B3 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.713313283 L4_chemical_C2 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.051549464 L4_chemical_C3 +LQ00X015910 Putative Secologanin synthase 5.699664756 C6_control_A1 +LQ00X015910 Putative Secologanin synthase 5.750477032 C6_control_A3 +LQ00X015910 Putative Secologanin synthase 5.790220101 C6_control_B1 +LQ00X015910 Putative Secologanin synthase 6.344461359 C6_control_B2 +LQ00X015910 Putative Secologanin synthase 6.122591562 C6_control_B3 +LQ00X015910 Putative Secologanin synthase 6.169170311 C6_control_C1 +LQ00X015910 Putative Secologanin synthase 5.717349695 C6_control_C2 +LQ00X015910 Putative Secologanin synthase 5.750998345 C6_control_C3 +LQ00X015910 Putative Secologanin synthase 5.585013972 C6_chemical_A1 +LQ00X015910 Putative Secologanin synthase 5.662598591 C6_chemical_A3 +LQ00X015910 Putative Secologanin synthase 5.320770765 C6_chemical_B1 +LQ00X015910 Putative Secologanin synthase 5.959600774 C6_chemical_B2 +LQ00X015910 Putative Secologanin synthase 5.735124936 C6_chemical_B3 +LQ00X015910 Putative Secologanin synthase 5.686012984 C6_chemical_C1 +LQ00X015910 Putative Secologanin synthase 5.927550858 C6_chemical_C2 +LQ00X015910 Putative Secologanin synthase 5.586337526 C6_chemical_C3 +LQ00X015910 Putative Secologanin synthase 5.747494701 L4_control_A1 +LQ00X015910 Putative Secologanin synthase 6.117564048 L4_control_A2 +LQ00X015910 Putative Secologanin synthase 6.551911846 L4_control_A3 +LQ00X015910 Putative Secologanin synthase 6.417728934 L4_control_B1 +LQ00X015910 Putative Secologanin synthase 6.150926865 L4_control_B2 +LQ00X015910 Putative Secologanin synthase 5.954817567 L4_control_B3 +LQ00X015910 Putative Secologanin synthase 5.615959094 L4_control_C2 +LQ00X015910 Putative Secologanin synthase 5.196639674 L4_control_C3 +LQ00X015910 Putative Secologanin synthase 6.251234695 L4_chemical_A1 +LQ00X015910 Putative Secologanin synthase 5.85867684 L4_chemical_A2 +LQ00X015910 Putative Secologanin synthase 6.596347742 L4_chemical_A3 +LQ00X015910 Putative Secologanin synthase 6.028029266 L4_chemical_B1 +LQ00X015910 Putative Secologanin synthase 6.138949455 L4_chemical_B2 +LQ00X015910 Putative Secologanin synthase 5.946250108 L4_chemical_B3 +LQ00X015910 Putative Secologanin synthase 5.492038966 L4_chemical_C2 +LQ00X015910 Putative Secologanin synthase 6.10467637 L4_chemical_C3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.70503436 C6_control_A1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 14.08868988 C6_control_A3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.44668986 C6_control_B1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.11505 C6_control_B2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.59544768 C6_control_B3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.44277358 C6_control_C1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.5050642 C6_control_C2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.67643058 C6_control_C3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.3226536 C6_chemical_A1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.84625814 C6_chemical_A3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 11.43631954 C6_chemical_B1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 11.84058204 C6_chemical_B2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.16084353 C6_chemical_B3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.34836163 C6_chemical_C1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.13981222 C6_chemical_C2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.01144089 C6_chemical_C3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 14.06528947 L4_control_A1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.70546518 L4_control_A2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.57408513 L4_control_A3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.23210756 L4_control_B1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.40339792 L4_control_B2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.70387677 L4_control_B3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.61350066 L4_control_C2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.37533023 L4_control_C3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.42084913 L4_chemical_A1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.9644746 L4_chemical_A2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.38360856 L4_chemical_A3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 11.87195083 L4_chemical_B1 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.36694751 L4_chemical_B2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 12.75867366 L4_chemical_B3 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.26825346 L4_chemical_C2 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.22451141 L4_chemical_C3 +LQ00X015970 Putative uncharacterized protein 6.006557768 C6_control_A1 +LQ00X015970 Putative uncharacterized protein 5.216343992 C6_control_A3 +LQ00X015970 Putative uncharacterized protein 5.36592569 C6_control_B1 +LQ00X015970 Putative uncharacterized protein 6.524854726 C6_control_B2 +LQ00X015970 Putative uncharacterized protein 5.64576576 C6_control_B3 +LQ00X015970 Putative uncharacterized protein 6.91893051 C6_control_C1 +LQ00X015970 Putative uncharacterized protein 5.856596941 C6_control_C2 +LQ00X015970 Putative uncharacterized protein 5.981657562 C6_control_C3 +LQ00X015970 Putative uncharacterized protein 5.609957045 C6_chemical_A1 +LQ00X015970 Putative uncharacterized protein 5.7322159 C6_chemical_A3 +LQ00X015970 Putative uncharacterized protein 4.905674242 C6_chemical_B1 +LQ00X015970 Putative uncharacterized protein 6.266923548 C6_chemical_B2 +LQ00X015970 Putative uncharacterized protein 5.620809342 C6_chemical_B3 +LQ00X015970 Putative uncharacterized protein 6.744191393 C6_chemical_C1 +LQ00X015970 Putative uncharacterized protein 6.375065404 C6_chemical_C2 +LQ00X015970 Putative uncharacterized protein 6.720760385 C6_chemical_C3 +LQ00X015970 Putative uncharacterized protein 6.447716594 L4_control_A1 +LQ00X015970 Putative uncharacterized protein 6.70496653 L4_control_A2 +LQ00X015970 Putative uncharacterized protein 5.479527403 L4_control_A3 +LQ00X015970 Putative uncharacterized protein 6.233597545 L4_control_B1 +LQ00X015970 Putative uncharacterized protein 6.269361011 L4_control_B2 +LQ00X015970 Putative uncharacterized protein 6.177340941 L4_control_B3 +LQ00X015970 Putative uncharacterized protein 5.704220302 L4_control_C2 +LQ00X015970 Putative uncharacterized protein 4.920168616 L4_control_C3 +LQ00X015970 Putative uncharacterized protein 6.48964443 L4_chemical_A1 +LQ00X015970 Putative uncharacterized protein 6.303909999 L4_chemical_A2 +LQ00X015970 Putative uncharacterized protein 5.234893375 L4_chemical_A3 +LQ00X015970 Putative uncharacterized protein 5.500345843 L4_chemical_B1 +LQ00X015970 Putative uncharacterized protein 6.172230067 L4_chemical_B2 +LQ00X015970 Putative uncharacterized protein 5.864479058 L4_chemical_B3 +LQ00X015970 Putative uncharacterized protein 5.200623715 L4_chemical_C2 +LQ00X015970 Putative uncharacterized protein 6.244164254 L4_chemical_C3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.161472991 C6_control_A1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.94773774 C6_control_A3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.935858773 C6_control_B1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.832024581 C6_control_B2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.101733189 C6_control_B3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 9.158063183 C6_control_C1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.992373446 C6_control_C2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 9.948013708 C6_control_C3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.353506513 C6_chemical_A1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.212491245 C6_chemical_A3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.773035469 C6_chemical_B1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.666820493 C6_chemical_B2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.055090717 C6_chemical_B3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.796724513 C6_chemical_C1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.968301463 C6_chemical_C2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 9.743308682 C6_chemical_C3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.164125787 L4_control_A1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.591955886 L4_control_A2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.962774822 L4_control_A3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.084419591 L4_control_B1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.902461674 L4_control_B2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.612643398 L4_control_B3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.769144518 L4_control_C2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.83864691 L4_control_C3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.315172252 L4_chemical_A1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.761738731 L4_chemical_A2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.035375761 L4_chemical_A3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.792170604 L4_chemical_B1 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.909219485 L4_chemical_B2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.368094926 L4_chemical_B3 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.434789582 L4_chemical_C2 +LQ00X015980 Vacuolar protein sorting-associated protein 36 7.897755429 L4_chemical_C3 +LQ00X016020 Hypothetical protein 7.978098519 C6_control_A1 +LQ00X016020 Hypothetical protein 8.47292594 C6_control_A3 +LQ00X016020 Hypothetical protein 6.692957103 C6_control_B1 +LQ00X016020 Hypothetical protein 9.752795852 C6_control_B2 +LQ00X016020 Hypothetical protein 6.843402206 C6_control_B3 +LQ00X016020 Hypothetical protein 10.01642482 C6_control_C1 +LQ00X016020 Hypothetical protein 10.07541624 C6_control_C2 +LQ00X016020 Hypothetical protein 10.79377638 C6_control_C3 +LQ00X016020 Hypothetical protein 6.9409968 C6_chemical_A1 +LQ00X016020 Hypothetical protein 7.945298514 C6_chemical_A3 +LQ00X016020 Hypothetical protein 6.047423285 C6_chemical_B1 +LQ00X016020 Hypothetical protein 9.756193225 C6_chemical_B2 +LQ00X016020 Hypothetical protein 7.374082126 C6_chemical_B3 +LQ00X016020 Hypothetical protein 9.947140326 C6_chemical_C1 +LQ00X016020 Hypothetical protein 10.10396 C6_chemical_C2 +LQ00X016020 Hypothetical protein 10.36572402 C6_chemical_C3 +LQ00X016020 Hypothetical protein 8.055568552 L4_control_A1 +LQ00X016020 Hypothetical protein 8.08226186 L4_control_A2 +LQ00X016020 Hypothetical protein 6.820612505 L4_control_A3 +LQ00X016020 Hypothetical protein 9.335455718 L4_control_B1 +LQ00X016020 Hypothetical protein 7.530399243 L4_control_B2 +LQ00X016020 Hypothetical protein 8.384268762 L4_control_B3 +LQ00X016020 Hypothetical protein 8.007223271 L4_control_C2 +LQ00X016020 Hypothetical protein 8.627923505 L4_control_C3 +LQ00X016020 Hypothetical protein 8.330308939 L4_chemical_A1 +LQ00X016020 Hypothetical protein 7.595961689 L4_chemical_A2 +LQ00X016020 Hypothetical protein 7.09375527 L4_chemical_A3 +LQ00X016020 Hypothetical protein 8.383943677 L4_chemical_B1 +LQ00X016020 Hypothetical protein 6.926174829 L4_chemical_B2 +LQ00X016020 Hypothetical protein 8.049216443 L4_chemical_B3 +LQ00X016020 Hypothetical protein 6.853675312 L4_chemical_C2 +LQ00X016020 Hypothetical protein 7.524387896 L4_chemical_C3 +LQ00X016040 Hypothetical protein 10.62433345 C6_control_A1 +LQ00X016040 Hypothetical protein 10.10962999 C6_control_A3 +LQ00X016040 Hypothetical protein 10.60607976 C6_control_B1 +LQ00X016040 Hypothetical protein 11.25046452 C6_control_B2 +LQ00X016040 Hypothetical protein 10.51101949 C6_control_B3 +LQ00X016040 Hypothetical protein 11.02372113 C6_control_C1 +LQ00X016040 Hypothetical protein 11.12601047 C6_control_C2 +LQ00X016040 Hypothetical protein 11.1769517 C6_control_C3 +LQ00X016040 Hypothetical protein 10.41204402 C6_chemical_A1 +LQ00X016040 Hypothetical protein 10.25656575 C6_chemical_A3 +LQ00X016040 Hypothetical protein 10.34654195 C6_chemical_B1 +LQ00X016040 Hypothetical protein 10.98784966 C6_chemical_B2 +LQ00X016040 Hypothetical protein 10.20709042 C6_chemical_B3 +LQ00X016040 Hypothetical protein 10.89285836 C6_chemical_C1 +LQ00X016040 Hypothetical protein 10.99526294 C6_chemical_C2 +LQ00X016040 Hypothetical protein 11.00566118 C6_chemical_C3 +LQ00X016040 Hypothetical protein 10.59149143 L4_control_A1 +LQ00X016040 Hypothetical protein 10.7275528 L4_control_A2 +LQ00X016040 Hypothetical protein 10.29060545 L4_control_A3 +LQ00X016040 Hypothetical protein 10.57867767 L4_control_B1 +LQ00X016040 Hypothetical protein 10.03284637 L4_control_B2 +LQ00X016040 Hypothetical protein 10.69794899 L4_control_B3 +LQ00X016040 Hypothetical protein 10.07405443 L4_control_C2 +LQ00X016040 Hypothetical protein 10.0026933 L4_control_C3 +LQ00X016040 Hypothetical protein 10.9255615 L4_chemical_A1 +LQ00X016040 Hypothetical protein 10.93621036 L4_chemical_A2 +LQ00X016040 Hypothetical protein 10.23448617 L4_chemical_A3 +LQ00X016040 Hypothetical protein 10.0333055 L4_chemical_B1 +LQ00X016040 Hypothetical protein 10.20067421 L4_chemical_B2 +LQ00X016040 Hypothetical protein 10.60991375 L4_chemical_B3 +LQ00X016040 Hypothetical protein 10.21598324 L4_chemical_C2 +LQ00X016040 Hypothetical protein 10.10634377 L4_chemical_C3 +LQ00X016250 Probable calcium-binding protein CML49 15.05262544 C6_control_A1 +LQ00X016250 Probable calcium-binding protein CML49 15.19797772 C6_control_A3 +LQ00X016250 Probable calcium-binding protein CML49 15.1296662 C6_control_B1 +LQ00X016250 Probable calcium-binding protein CML49 15.08562414 C6_control_B2 +LQ00X016250 Probable calcium-binding protein CML49 14.90693715 C6_control_B3 +LQ00X016250 Probable calcium-binding protein CML49 14.45362322 C6_control_C1 +LQ00X016250 Probable calcium-binding protein CML49 15.08678423 C6_control_C2 +LQ00X016250 Probable calcium-binding protein CML49 14.61775256 C6_control_C3 +LQ00X016250 Probable calcium-binding protein CML49 15.0094099 C6_chemical_A1 +LQ00X016250 Probable calcium-binding protein CML49 15.20088387 C6_chemical_A3 +LQ00X016250 Probable calcium-binding protein CML49 15.04688072 C6_chemical_B1 +LQ00X016250 Probable calcium-binding protein CML49 15.02288824 C6_chemical_B2 +LQ00X016250 Probable calcium-binding protein CML49 14.97660675 C6_chemical_B3 +LQ00X016250 Probable calcium-binding protein CML49 14.09011469 C6_chemical_C1 +LQ00X016250 Probable calcium-binding protein CML49 14.42647271 C6_chemical_C2 +LQ00X016250 Probable calcium-binding protein CML49 14.44469209 C6_chemical_C3 +LQ00X016250 Probable calcium-binding protein CML49 14.95971403 L4_control_A1 +LQ00X016250 Probable calcium-binding protein CML49 14.69968797 L4_control_A2 +LQ00X016250 Probable calcium-binding protein CML49 15.10529513 L4_control_A3 +LQ00X016250 Probable calcium-binding protein CML49 14.79667355 L4_control_B1 +LQ00X016250 Probable calcium-binding protein CML49 14.74848919 L4_control_B2 +LQ00X016250 Probable calcium-binding protein CML49 14.58422578 L4_control_B3 +LQ00X016250 Probable calcium-binding protein CML49 14.66466584 L4_control_C2 +LQ00X016250 Probable calcium-binding protein CML49 14.73800502 L4_control_C3 +LQ00X016250 Probable calcium-binding protein CML49 15.00164013 L4_chemical_A1 +LQ00X016250 Probable calcium-binding protein CML49 14.79914542 L4_chemical_A2 +LQ00X016250 Probable calcium-binding protein CML49 15.15492772 L4_chemical_A3 +LQ00X016250 Probable calcium-binding protein CML49 15.07620184 L4_chemical_B1 +LQ00X016250 Probable calcium-binding protein CML49 14.51381431 L4_chemical_B2 +LQ00X016250 Probable calcium-binding protein CML49 15.14490362 L4_chemical_B3 +LQ00X016250 Probable calcium-binding protein CML49 14.24796068 L4_chemical_C2 +LQ00X016250 Probable calcium-binding protein CML49 14.49211974 L4_chemical_C3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.358726206 C6_control_A1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.257810113 C6_control_A3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.320203527 C6_control_B1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.120882949 C6_control_B2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.645004586 C6_control_B3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.287620541 C6_control_C1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.007820868 C6_control_C2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.32537893 C6_control_C3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.526731833 C6_chemical_A1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.165656305 C6_chemical_A3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.412188916 C6_chemical_B1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.017109205 C6_chemical_B2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.318473447 C6_chemical_B3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.09058894 C6_chemical_C1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.206565827 C6_chemical_C2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.06877944 C6_chemical_C3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.132285754 L4_control_A1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.335697169 L4_control_A2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.629401867 L4_control_A3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.418536838 L4_control_B1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.897042107 L4_control_B2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.433251668 L4_control_B3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 6.025970895 L4_control_C2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.384883972 L4_control_C3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.141879316 L4_chemical_A1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.458060523 L4_chemical_A2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.022347585 L4_chemical_A3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.396650925 L4_chemical_B1 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.793201899 L4_chemical_B2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.590750454 L4_chemical_B3 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.431491955 L4_chemical_C2 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.35690952 L4_chemical_C3 +LQ00X016300 Hypothetical protein 4.974968055 C6_control_A1 +LQ00X016300 Hypothetical protein 5.060376024 C6_control_A3 +LQ00X016300 Hypothetical protein 5.189833256 C6_control_B1 +LQ00X016300 Hypothetical protein 5.099557534 C6_control_B2 +LQ00X016300 Hypothetical protein 4.97328101 C6_control_B3 +LQ00X016300 Hypothetical protein 5.086616166 C6_control_C1 +LQ00X016300 Hypothetical protein 4.73180423 C6_control_C2 +LQ00X016300 Hypothetical protein 5.232136402 C6_control_C3 +LQ00X016300 Hypothetical protein 5.099688842 C6_chemical_A1 +LQ00X016300 Hypothetical protein 5.41674339 C6_chemical_A3 +LQ00X016300 Hypothetical protein 5.195659686 C6_chemical_B1 +LQ00X016300 Hypothetical protein 5.018973863 C6_chemical_B2 +LQ00X016300 Hypothetical protein 4.761429125 C6_chemical_B3 +LQ00X016300 Hypothetical protein 4.869231975 C6_chemical_C1 +LQ00X016300 Hypothetical protein 5.002154214 C6_chemical_C2 +LQ00X016300 Hypothetical protein 5.383737469 C6_chemical_C3 +LQ00X016300 Hypothetical protein 5.202260706 L4_control_A1 +LQ00X016300 Hypothetical protein 5.136727728 L4_control_A2 +LQ00X016300 Hypothetical protein 5.774003119 L4_control_A3 +LQ00X016300 Hypothetical protein 5.527851154 L4_control_B1 +LQ00X016300 Hypothetical protein 5.072018398 L4_control_B2 +LQ00X016300 Hypothetical protein 5.12766741 L4_control_B3 +LQ00X016300 Hypothetical protein 5.021793518 L4_control_C2 +LQ00X016300 Hypothetical protein 5.209964814 L4_control_C3 +LQ00X016300 Hypothetical protein 4.973397779 L4_chemical_A1 +LQ00X016300 Hypothetical protein 5.298168816 L4_chemical_A2 +LQ00X016300 Hypothetical protein 5.615689582 L4_chemical_A3 +LQ00X016300 Hypothetical protein 5.14965285 L4_chemical_B1 +LQ00X016300 Hypothetical protein 4.866219166 L4_chemical_B2 +LQ00X016300 Hypothetical protein 5.019020331 L4_chemical_B3 +LQ00X016300 Hypothetical protein 4.845323178 L4_chemical_C2 +LQ00X016300 Hypothetical protein 4.848199266 L4_chemical_C3 +LQ00X016341 Ac-like transposase 5.224297779 C6_control_A1 +LQ00X016341 Ac-like transposase 5.091922138 C6_control_A3 +LQ00X016341 Ac-like transposase 4.939662805 C6_control_B1 +LQ00X016341 Ac-like transposase 5.338867476 C6_control_B2 +LQ00X016341 Ac-like transposase 5.209993463 C6_control_B3 +LQ00X016341 Ac-like transposase 5.304614776 C6_control_C1 +LQ00X016341 Ac-like transposase 5.118609207 C6_control_C2 +LQ00X016341 Ac-like transposase 5.622463502 C6_control_C3 +LQ00X016341 Ac-like transposase 5.479017096 C6_chemical_A1 +LQ00X016341 Ac-like transposase 5.045244531 C6_chemical_A3 +LQ00X016341 Ac-like transposase 5.120396961 C6_chemical_B1 +LQ00X016341 Ac-like transposase 4.989349996 C6_chemical_B2 +LQ00X016341 Ac-like transposase 5.181715136 C6_chemical_B3 +LQ00X016341 Ac-like transposase 5.389704596 C6_chemical_C1 +LQ00X016341 Ac-like transposase 5.302815079 C6_chemical_C2 +LQ00X016341 Ac-like transposase 5.219518592 C6_chemical_C3 +LQ00X016341 Ac-like transposase 5.033677718 L4_control_A1 +LQ00X016341 Ac-like transposase 5.185645013 L4_control_A2 +LQ00X016341 Ac-like transposase 5.139467436 L4_control_A3 +LQ00X016341 Ac-like transposase 4.924278563 L4_control_B1 +LQ00X016341 Ac-like transposase 4.731787214 L4_control_B2 +LQ00X016341 Ac-like transposase 5.062231882 L4_control_B3 +LQ00X016341 Ac-like transposase 4.858174954 L4_control_C2 +LQ00X016341 Ac-like transposase 4.812542222 L4_control_C3 +LQ00X016341 Ac-like transposase 5.143062277 L4_chemical_A1 +LQ00X016341 Ac-like transposase 5.241285869 L4_chemical_A2 +LQ00X016341 Ac-like transposase 5.403378664 L4_chemical_A3 +LQ00X016341 Ac-like transposase 4.855425663 L4_chemical_B1 +LQ00X016341 Ac-like transposase 5.008438347 L4_chemical_B2 +LQ00X016341 Ac-like transposase 5.362439211 L4_chemical_B3 +LQ00X016341 Ac-like transposase 5.462455975 L4_chemical_C2 +LQ00X016341 Ac-like transposase 5.477037619 L4_chemical_C3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.507275948 C6_control_A1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.239912856 C6_control_A3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.508434325 C6_control_B1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.984557163 C6_control_B2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.748974855 C6_control_B3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.621205999 C6_control_C1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 9.338268528 C6_control_C2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.763238353 C6_control_C3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.288656235 C6_chemical_A1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.064711423 C6_chemical_A3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.405009782 C6_chemical_B1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 8.538180737 C6_chemical_B2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 8.189209751 C6_chemical_B3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 9.210891398 C6_chemical_C1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 9.231601926 C6_chemical_C2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 9.503439193 C6_chemical_C3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.852059938 L4_control_A1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.359648591 L4_control_A2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.706156025 L4_control_A3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.562911063 L4_control_B1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.91477431 L4_control_B2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.877378137 L4_control_B3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.008589584 L4_control_C2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.664366403 L4_control_C3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.638038786 L4_chemical_A1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.237955862 L4_chemical_A2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.484278852 L4_chemical_A3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.637720492 L4_chemical_B1 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.693179582 L4_chemical_B2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.824953978 L4_chemical_B3 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 6.880027589 L4_chemical_C2 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.094062118 L4_chemical_C3 +LQ00X016720 Putative salivary protein (Fragment) 5.305207837 C6_control_A1 +LQ00X016720 Putative salivary protein (Fragment) 5.151033064 C6_control_A3 +LQ00X016720 Putative salivary protein (Fragment) 4.728031475 C6_control_B1 +LQ00X016720 Putative salivary protein (Fragment) 5.385843929 C6_control_B2 +LQ00X016720 Putative salivary protein (Fragment) 5.572503779 C6_control_B3 +LQ00X016720 Putative salivary protein (Fragment) 5.236169779 C6_control_C1 +LQ00X016720 Putative salivary protein (Fragment) 5.240874144 C6_control_C2 +LQ00X016720 Putative salivary protein (Fragment) 5.531551888 C6_control_C3 +LQ00X016720 Putative salivary protein (Fragment) 5.586082769 C6_chemical_A1 +LQ00X016720 Putative salivary protein (Fragment) 5.214393858 C6_chemical_A3 +LQ00X016720 Putative salivary protein (Fragment) 5.165775649 C6_chemical_B1 +LQ00X016720 Putative salivary protein (Fragment) 5.456551439 C6_chemical_B2 +LQ00X016720 Putative salivary protein (Fragment) 5.272111486 C6_chemical_B3 +LQ00X016720 Putative salivary protein (Fragment) 5.305066873 C6_chemical_C1 +LQ00X016720 Putative salivary protein (Fragment) 5.451285273 C6_chemical_C2 +LQ00X016720 Putative salivary protein (Fragment) 5.473198983 C6_chemical_C3 +LQ00X016720 Putative salivary protein (Fragment) 5.368443385 L4_control_A1 +LQ00X016720 Putative salivary protein (Fragment) 5.726690799 L4_control_A2 +LQ00X016720 Putative salivary protein (Fragment) 6.123758723 L4_control_A3 +LQ00X016720 Putative salivary protein (Fragment) 5.392779757 L4_control_B1 +LQ00X016720 Putative salivary protein (Fragment) 5.850913559 L4_control_B2 +LQ00X016720 Putative salivary protein (Fragment) 5.161714353 L4_control_B3 +LQ00X016720 Putative salivary protein (Fragment) 5.081415211 L4_control_C2 +LQ00X016720 Putative salivary protein (Fragment) 5.171588253 L4_control_C3 +LQ00X016720 Putative salivary protein (Fragment) 4.975104327 L4_chemical_A1 +LQ00X016720 Putative salivary protein (Fragment) 5.688929284 L4_chemical_A2 +LQ00X016720 Putative salivary protein (Fragment) 5.811550523 L4_chemical_A3 +LQ00X016720 Putative salivary protein (Fragment) 5.396921219 L4_chemical_B1 +LQ00X016720 Putative salivary protein (Fragment) 5.612592526 L4_chemical_B2 +LQ00X016720 Putative salivary protein (Fragment) 5.269489344 L4_chemical_B3 +LQ00X016720 Putative salivary protein (Fragment) 4.794275182 L4_chemical_C2 +LQ00X016720 Putative salivary protein (Fragment) 5.602004685 L4_chemical_C3 +LQ00X016740 GHMYB10 11.64170032 C6_control_A1 +LQ00X016740 GHMYB10 11.25177761 C6_control_A3 +LQ00X016740 GHMYB10 10.35639759 C6_control_B1 +LQ00X016740 GHMYB10 7.122506914 C6_control_B2 +LQ00X016740 GHMYB10 6.33316238 C6_control_B3 +LQ00X016740 GHMYB10 9.628743578 C6_control_C1 +LQ00X016740 GHMYB10 7.969162886 C6_control_C2 +LQ00X016740 GHMYB10 9.059896394 C6_control_C3 +LQ00X016740 GHMYB10 12.32799186 C6_chemical_A1 +LQ00X016740 GHMYB10 10.99211414 C6_chemical_A3 +LQ00X016740 GHMYB10 10.40368433 C6_chemical_B1 +LQ00X016740 GHMYB10 6.736119438 C6_chemical_B2 +LQ00X016740 GHMYB10 6.682907004 C6_chemical_B3 +LQ00X016740 GHMYB10 10.05543525 C6_chemical_C1 +LQ00X016740 GHMYB10 8.317480604 C6_chemical_C2 +LQ00X016740 GHMYB10 8.485565826 C6_chemical_C3 +LQ00X016740 GHMYB10 12.5962306 L4_control_A1 +LQ00X016740 GHMYB10 11.47741944 L4_control_A2 +LQ00X016740 GHMYB10 9.719443736 L4_control_A3 +LQ00X016740 GHMYB10 6.596946679 L4_control_B1 +LQ00X016740 GHMYB10 8.503385927 L4_control_B2 +LQ00X016740 GHMYB10 5.85494768 L4_control_B3 +LQ00X016740 GHMYB10 5.717229707 L4_control_C2 +LQ00X016740 GHMYB10 7.32598566 L4_control_C3 +LQ00X016740 GHMYB10 11.98531413 L4_chemical_A1 +LQ00X016740 GHMYB10 11.17388407 L4_chemical_A2 +LQ00X016740 GHMYB10 10.90936474 L4_chemical_A3 +LQ00X016740 GHMYB10 9.806541099 L4_chemical_B1 +LQ00X016740 GHMYB10 9.812609861 L4_chemical_B2 +LQ00X016740 GHMYB10 8.935351033 L4_chemical_B3 +LQ00X016740 GHMYB10 7.036868169 L4_chemical_C2 +LQ00X016740 GHMYB10 8.578483422 L4_chemical_C3 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.134959464 C6_control_A1 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.232284315 C6_control_A3 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.953563173 C6_control_B1 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.142575479 C6_control_B2 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.966921313 C6_control_B3 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.238706912 C6_control_C1 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.553639829 C6_control_C2 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.894689163 C6_control_C3 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.015391813 C6_chemical_A1 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.948789853 C6_chemical_A3 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.699011711 C6_chemical_B1 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.173007213 C6_chemical_B2 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.783968743 C6_chemical_B3 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.163937917 C6_chemical_C1 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.094844997 C6_chemical_C2 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.870631058 C6_chemical_C3 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.963150589 L4_control_A1 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.822208877 L4_control_A2 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.088686204 L4_control_A3 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.962925996 L4_control_B1 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.740995419 L4_control_B2 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.139897931 L4_control_B3 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.691496822 L4_control_C2 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.616473619 L4_control_C3 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.193527456 L4_chemical_A1 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.978023117 L4_chemical_A2 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.36845288 L4_chemical_A3 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.175912773 L4_chemical_B1 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.778010025 L4_chemical_B2 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.740644124 L4_chemical_B3 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.908635624 L4_chemical_C2 +LQ00X016790 Putative Auxin-responsive protein IAA16 4.975156745 L4_chemical_C3 +LQ00X016810 Ring finger protein, putative 10.34302716 C6_control_A1 +LQ00X016810 Ring finger protein, putative 9.641891936 C6_control_A3 +LQ00X016810 Ring finger protein, putative 10.74315695 C6_control_B1 +LQ00X016810 Ring finger protein, putative 10.44446762 C6_control_B2 +LQ00X016810 Ring finger protein, putative 10.71497914 C6_control_B3 +LQ00X016810 Ring finger protein, putative 10.66085183 C6_control_C1 +LQ00X016810 Ring finger protein, putative 10.63758287 C6_control_C2 +LQ00X016810 Ring finger protein, putative 10.53911858 C6_control_C3 +LQ00X016810 Ring finger protein, putative 10.6685777 C6_chemical_A1 +LQ00X016810 Ring finger protein, putative 10.10729039 C6_chemical_A3 +LQ00X016810 Ring finger protein, putative 11.04120015 C6_chemical_B1 +LQ00X016810 Ring finger protein, putative 10.70882801 C6_chemical_B2 +LQ00X016810 Ring finger protein, putative 11.04487659 C6_chemical_B3 +LQ00X016810 Ring finger protein, putative 10.93917192 C6_chemical_C1 +LQ00X016810 Ring finger protein, putative 10.70521706 C6_chemical_C2 +LQ00X016810 Ring finger protein, putative 10.80206468 C6_chemical_C3 +LQ00X016810 Ring finger protein, putative 10.2180669 L4_control_A1 +LQ00X016810 Ring finger protein, putative 10.37389067 L4_control_A2 +LQ00X016810 Ring finger protein, putative 10.15762617 L4_control_A3 +LQ00X016810 Ring finger protein, putative 11.09300927 L4_control_B1 +LQ00X016810 Ring finger protein, putative 11.14683566 L4_control_B2 +LQ00X016810 Ring finger protein, putative 11.16039006 L4_control_B3 +LQ00X016810 Ring finger protein, putative 11.58732144 L4_control_C2 +LQ00X016810 Ring finger protein, putative 11.78413457 L4_control_C3 +LQ00X016810 Ring finger protein, putative 10.27112391 L4_chemical_A1 +LQ00X016810 Ring finger protein, putative 10.34004876 L4_chemical_A2 +LQ00X016810 Ring finger protein, putative 10.3740045 L4_chemical_A3 +LQ00X016810 Ring finger protein, putative 10.53916647 L4_chemical_B1 +LQ00X016810 Ring finger protein, putative 10.73538481 L4_chemical_B2 +LQ00X016810 Ring finger protein, putative 10.69253458 L4_chemical_B3 +LQ00X016810 Ring finger protein, putative 11.26986684 L4_chemical_C2 +LQ00X016810 Ring finger protein, putative 11.50147306 L4_chemical_C3 +LQ00X017070 Protein SCARECROW 14.20728729 C6_control_A1 +LQ00X017070 Protein SCARECROW 14.62194892 C6_control_A3 +LQ00X017070 Protein SCARECROW 12.424933 C6_control_B1 +LQ00X017070 Protein SCARECROW 9.113923305 C6_control_B2 +LQ00X017070 Protein SCARECROW 10.17025514 C6_control_B3 +LQ00X017070 Protein SCARECROW 7.729270517 C6_control_C1 +LQ00X017070 Protein SCARECROW 7.354958314 C6_control_C2 +LQ00X017070 Protein SCARECROW 8.239569926 C6_control_C3 +LQ00X017070 Protein SCARECROW 13.82079723 C6_chemical_A1 +LQ00X017070 Protein SCARECROW 14.74947826 C6_chemical_A3 +LQ00X017070 Protein SCARECROW 11.06953375 C6_chemical_B1 +LQ00X017070 Protein SCARECROW 8.469861443 C6_chemical_B2 +LQ00X017070 Protein SCARECROW 10.97470091 C6_chemical_B3 +LQ00X017070 Protein SCARECROW 7.446200812 C6_chemical_C1 +LQ00X017070 Protein SCARECROW 7.48969628 C6_chemical_C2 +LQ00X017070 Protein SCARECROW 7.713019313 C6_chemical_C3 +LQ00X017070 Protein SCARECROW 14.76615409 L4_control_A1 +LQ00X017070 Protein SCARECROW 14.36463564 L4_control_A2 +LQ00X017070 Protein SCARECROW 14.52259011 L4_control_A3 +LQ00X017070 Protein SCARECROW 11.14629509 L4_control_B1 +LQ00X017070 Protein SCARECROW 12.19278691 L4_control_B2 +LQ00X017070 Protein SCARECROW 9.147016116 L4_control_B3 +LQ00X017070 Protein SCARECROW 9.518372451 L4_control_C2 +LQ00X017070 Protein SCARECROW 9.175656362 L4_control_C3 +LQ00X017070 Protein SCARECROW 13.68136607 L4_chemical_A1 +LQ00X017070 Protein SCARECROW 13.37138057 L4_chemical_A2 +LQ00X017070 Protein SCARECROW 14.70707611 L4_chemical_A3 +LQ00X017070 Protein SCARECROW 12.95599968 L4_chemical_B1 +LQ00X017070 Protein SCARECROW 12.82564984 L4_chemical_B2 +LQ00X017070 Protein SCARECROW 12.6930513 L4_chemical_B3 +LQ00X017070 Protein SCARECROW 9.561631672 L4_chemical_C2 +LQ00X017070 Protein SCARECROW 9.403455492 L4_chemical_C3 +LQ00X017110 Hypothetical protein 12.32552686 C6_control_A1 +LQ00X017110 Hypothetical protein 12.43911439 C6_control_A3 +LQ00X017110 Hypothetical protein 12.5624324 C6_control_B1 +LQ00X017110 Hypothetical protein 12.59942934 C6_control_B2 +LQ00X017110 Hypothetical protein 12.51000984 C6_control_B3 +LQ00X017110 Hypothetical protein 13.68015757 C6_control_C1 +LQ00X017110 Hypothetical protein 13.91634865 C6_control_C2 +LQ00X017110 Hypothetical protein 13.67691047 C6_control_C3 +LQ00X017110 Hypothetical protein 12.89696254 C6_chemical_A1 +LQ00X017110 Hypothetical protein 13.59218071 C6_chemical_A3 +LQ00X017110 Hypothetical protein 13.25014988 C6_chemical_B1 +LQ00X017110 Hypothetical protein 13.0755653 C6_chemical_B2 +LQ00X017110 Hypothetical protein 13.52391393 C6_chemical_B3 +LQ00X017110 Hypothetical protein 13.95200834 C6_chemical_C1 +LQ00X017110 Hypothetical protein 14.42635676 C6_chemical_C2 +LQ00X017110 Hypothetical protein 14.35593778 C6_chemical_C3 +LQ00X017110 Hypothetical protein 12.35325197 L4_control_A1 +LQ00X017110 Hypothetical protein 12.28691228 L4_control_A2 +LQ00X017110 Hypothetical protein 13.17221322 L4_control_A3 +LQ00X017110 Hypothetical protein 13.36052123 L4_control_B1 +LQ00X017110 Hypothetical protein 12.97926662 L4_control_B2 +LQ00X017110 Hypothetical protein 13.09034234 L4_control_B3 +LQ00X017110 Hypothetical protein 13.71675413 L4_control_C2 +LQ00X017110 Hypothetical protein 13.97138135 L4_control_C3 +LQ00X017110 Hypothetical protein 13.89037291 L4_chemical_A1 +LQ00X017110 Hypothetical protein 14.18268627 L4_chemical_A2 +LQ00X017110 Hypothetical protein 13.84409231 L4_chemical_A3 +LQ00X017110 Hypothetical protein 13.68370963 L4_chemical_B1 +LQ00X017110 Hypothetical protein 13.50701932 L4_chemical_B2 +LQ00X017110 Hypothetical protein 13.50048787 L4_chemical_B3 +LQ00X017110 Hypothetical protein 13.95213747 L4_chemical_C2 +LQ00X017110 Hypothetical protein 14.15590635 L4_chemical_C3 +LQ00X017150 Putative uncharacterized protein 11.72235446 C6_control_A1 +LQ00X017150 Putative uncharacterized protein 11.68170759 C6_control_A3 +LQ00X017150 Putative uncharacterized protein 11.79668892 C6_control_B1 +LQ00X017150 Putative uncharacterized protein 11.4087932 C6_control_B2 +LQ00X017150 Putative uncharacterized protein 11.58872493 C6_control_B3 +LQ00X017150 Putative uncharacterized protein 12.20178379 C6_control_C1 +LQ00X017150 Putative uncharacterized protein 12.08177688 C6_control_C2 +LQ00X017150 Putative uncharacterized protein 12.06109987 C6_control_C3 +LQ00X017150 Putative uncharacterized protein 11.70755015 C6_chemical_A1 +LQ00X017150 Putative uncharacterized protein 11.8494412 C6_chemical_A3 +LQ00X017150 Putative uncharacterized protein 11.83793175 C6_chemical_B1 +LQ00X017150 Putative uncharacterized protein 11.58380524 C6_chemical_B2 +LQ00X017150 Putative uncharacterized protein 11.61391374 C6_chemical_B3 +LQ00X017150 Putative uncharacterized protein 12.17208913 C6_chemical_C1 +LQ00X017150 Putative uncharacterized protein 12.31066781 C6_chemical_C2 +LQ00X017150 Putative uncharacterized protein 12.00305365 C6_chemical_C3 +LQ00X017150 Putative uncharacterized protein 11.18630122 L4_control_A1 +LQ00X017150 Putative uncharacterized protein 10.65647919 L4_control_A2 +LQ00X017150 Putative uncharacterized protein 11.06602002 L4_control_A3 +LQ00X017150 Putative uncharacterized protein 10.83099696 L4_control_B1 +LQ00X017150 Putative uncharacterized protein 11.21645316 L4_control_B2 +LQ00X017150 Putative uncharacterized protein 10.96058573 L4_control_B3 +LQ00X017150 Putative uncharacterized protein 12.31672204 L4_control_C2 +LQ00X017150 Putative uncharacterized protein 12.02165335 L4_control_C3 +LQ00X017150 Putative uncharacterized protein 11.57514308 L4_chemical_A1 +LQ00X017150 Putative uncharacterized protein 11.36642979 L4_chemical_A2 +LQ00X017150 Putative uncharacterized protein 10.81870764 L4_chemical_A3 +LQ00X017150 Putative uncharacterized protein 11.26160665 L4_chemical_B1 +LQ00X017150 Putative uncharacterized protein 11.60005962 L4_chemical_B2 +LQ00X017150 Putative uncharacterized protein 10.60642035 L4_chemical_B3 +LQ00X017150 Putative uncharacterized protein 12.60017615 L4_chemical_C2 +LQ00X017150 Putative uncharacterized protein 12.07295152 L4_chemical_C3 +LQ00X017300 Hypothetical protein 6.67672849 C6_control_A1 +LQ00X017300 Hypothetical protein 5.929257028 C6_control_A3 +LQ00X017300 Hypothetical protein 7.764561579 C6_control_B1 +LQ00X017300 Hypothetical protein 8.092859169 C6_control_B2 +LQ00X017300 Hypothetical protein 7.83101987 C6_control_B3 +LQ00X017300 Hypothetical protein 8.207911798 C6_control_C1 +LQ00X017300 Hypothetical protein 7.852302026 C6_control_C2 +LQ00X017300 Hypothetical protein 8.453156685 C6_control_C3 +LQ00X017300 Hypothetical protein 6.376465475 C6_chemical_A1 +LQ00X017300 Hypothetical protein 6.934128315 C6_chemical_A3 +LQ00X017300 Hypothetical protein 7.762698041 C6_chemical_B1 +LQ00X017300 Hypothetical protein 7.898932971 C6_chemical_B2 +LQ00X017300 Hypothetical protein 7.685614625 C6_chemical_B3 +LQ00X017300 Hypothetical protein 7.908279332 C6_chemical_C1 +LQ00X017300 Hypothetical protein 7.846218824 C6_chemical_C2 +LQ00X017300 Hypothetical protein 8.728617268 C6_chemical_C3 +LQ00X017300 Hypothetical protein 6.654183024 L4_control_A1 +LQ00X017300 Hypothetical protein 6.192737379 L4_control_A2 +LQ00X017300 Hypothetical protein 5.803870674 L4_control_A3 +LQ00X017300 Hypothetical protein 7.761871904 L4_control_B1 +LQ00X017300 Hypothetical protein 8.188231635 L4_control_B2 +LQ00X017300 Hypothetical protein 7.685397778 L4_control_B3 +LQ00X017300 Hypothetical protein 7.818983299 L4_control_C2 +LQ00X017300 Hypothetical protein 8.089560826 L4_control_C3 +LQ00X017300 Hypothetical protein 7.007691789 L4_chemical_A1 +LQ00X017300 Hypothetical protein 6.50630753 L4_chemical_A2 +LQ00X017300 Hypothetical protein 5.515651788 L4_chemical_A3 +LQ00X017300 Hypothetical protein 7.963965237 L4_chemical_B1 +LQ00X017300 Hypothetical protein 7.799980628 L4_chemical_B2 +LQ00X017300 Hypothetical protein 7.53111681 L4_chemical_B3 +LQ00X017300 Hypothetical protein 7.464935879 L4_chemical_C2 +LQ00X017300 Hypothetical protein 8.009739824 L4_chemical_C3 +LQ00X017330 Putative Defensin-like protein 81 6.34881001 C6_control_A1 +LQ00X017330 Putative Defensin-like protein 81 5.974222895 C6_control_A3 +LQ00X017330 Putative Defensin-like protein 81 7.672083438 C6_control_B1 +LQ00X017330 Putative Defensin-like protein 81 6.361725474 C6_control_B2 +LQ00X017330 Putative Defensin-like protein 81 7.028548894 C6_control_B3 +LQ00X017330 Putative Defensin-like protein 81 6.141968646 C6_control_C1 +LQ00X017330 Putative Defensin-like protein 81 6.194340301 C6_control_C2 +LQ00X017330 Putative Defensin-like protein 81 6.721122587 C6_control_C3 +LQ00X017330 Putative Defensin-like protein 81 6.304987489 C6_chemical_A1 +LQ00X017330 Putative Defensin-like protein 81 5.902500735 C6_chemical_A3 +LQ00X017330 Putative Defensin-like protein 81 6.710318618 C6_chemical_B1 +LQ00X017330 Putative Defensin-like protein 81 6.385792446 C6_chemical_B2 +LQ00X017330 Putative Defensin-like protein 81 6.896499288 C6_chemical_B3 +LQ00X017330 Putative Defensin-like protein 81 5.844158731 C6_chemical_C1 +LQ00X017330 Putative Defensin-like protein 81 6.375719567 C6_chemical_C2 +LQ00X017330 Putative Defensin-like protein 81 6.55322063 C6_chemical_C3 +LQ00X017330 Putative Defensin-like protein 81 6.346408419 L4_control_A1 +LQ00X017330 Putative Defensin-like protein 81 6.787041715 L4_control_A2 +LQ00X017330 Putative Defensin-like protein 81 6.328182537 L4_control_A3 +LQ00X017330 Putative Defensin-like protein 81 6.102704172 L4_control_B1 +LQ00X017330 Putative Defensin-like protein 81 6.294941772 L4_control_B2 +LQ00X017330 Putative Defensin-like protein 81 7.024332925 L4_control_B3 +LQ00X017330 Putative Defensin-like protein 81 6.137174989 L4_control_C2 +LQ00X017330 Putative Defensin-like protein 81 6.758077468 L4_control_C3 +LQ00X017330 Putative Defensin-like protein 81 5.934287711 L4_chemical_A1 +LQ00X017330 Putative Defensin-like protein 81 6.91951592 L4_chemical_A2 +LQ00X017330 Putative Defensin-like protein 81 5.778827708 L4_chemical_A3 +LQ00X017330 Putative Defensin-like protein 81 6.428864121 L4_chemical_B1 +LQ00X017330 Putative Defensin-like protein 81 7.06072594 L4_chemical_B2 +LQ00X017330 Putative Defensin-like protein 81 6.69354229 L4_chemical_B3 +LQ00X017330 Putative Defensin-like protein 81 6.787601285 L4_chemical_C2 +LQ00X017330 Putative Defensin-like protein 81 6.324800582 L4_chemical_C3 +LQ00X017480 Predicted protein 5.177724478 C6_control_A1 +LQ00X017480 Predicted protein 4.949311057 C6_control_A3 +LQ00X017480 Predicted protein 5.146090644 C6_control_B1 +LQ00X017480 Predicted protein 4.903707689 C6_control_B2 +LQ00X017480 Predicted protein 5.852224318 C6_control_B3 +LQ00X017480 Predicted protein 5.628719095 C6_control_C1 +LQ00X017480 Predicted protein 5.078356425 C6_control_C2 +LQ00X017480 Predicted protein 4.809236955 C6_control_C3 +LQ00X017480 Predicted protein 4.879580544 C6_chemical_A1 +LQ00X017480 Predicted protein 4.888928473 C6_chemical_A3 +LQ00X017480 Predicted protein 5.394625611 C6_chemical_B1 +LQ00X017480 Predicted protein 4.84580967 C6_chemical_B2 +LQ00X017480 Predicted protein 5.829176659 C6_chemical_B3 +LQ00X017480 Predicted protein 5.443520884 C6_chemical_C1 +LQ00X017480 Predicted protein 4.860398233 C6_chemical_C2 +LQ00X017480 Predicted protein 4.858161109 C6_chemical_C3 +LQ00X017480 Predicted protein 5.042391954 L4_control_A1 +LQ00X017480 Predicted protein 5.278981626 L4_control_A2 +LQ00X017480 Predicted protein 5.226265584 L4_control_A3 +LQ00X017480 Predicted protein 5.075261344 L4_control_B1 +LQ00X017480 Predicted protein 5.141570576 L4_control_B2 +LQ00X017480 Predicted protein 5.306981989 L4_control_B3 +LQ00X017480 Predicted protein 5.248554049 L4_control_C2 +LQ00X017480 Predicted protein 5.730750177 L4_control_C3 +LQ00X017480 Predicted protein 5.296210794 L4_chemical_A1 +LQ00X017480 Predicted protein 5.005339643 L4_chemical_A2 +LQ00X017480 Predicted protein 5.576338422 L4_chemical_A3 +LQ00X017480 Predicted protein 5.297416983 L4_chemical_B1 +LQ00X017480 Predicted protein 4.904173542 L4_chemical_B2 +LQ00X017480 Predicted protein 5.182853079 L4_chemical_B3 +LQ00X017480 Predicted protein 5.345680213 L4_chemical_C2 +LQ00X017480 Predicted protein 5.505988182 L4_chemical_C3 +LQ00X017490 Coatomer subunit beta-2 4.977904197 C6_control_A1 +LQ00X017490 Coatomer subunit beta-2 4.753055294 C6_control_A3 +LQ00X017490 Coatomer subunit beta-2 5.232479496 C6_control_B1 +LQ00X017490 Coatomer subunit beta-2 4.761383691 C6_control_B2 +LQ00X017490 Coatomer subunit beta-2 5.214744602 C6_control_B3 +LQ00X017490 Coatomer subunit beta-2 4.837093186 C6_control_C1 +LQ00X017490 Coatomer subunit beta-2 4.899367193 C6_control_C2 +LQ00X017490 Coatomer subunit beta-2 4.973675283 C6_control_C3 +LQ00X017490 Coatomer subunit beta-2 4.865366216 C6_chemical_A1 +LQ00X017490 Coatomer subunit beta-2 4.89234964 C6_chemical_A3 +LQ00X017490 Coatomer subunit beta-2 5.014699933 C6_chemical_B1 +LQ00X017490 Coatomer subunit beta-2 4.714030863 C6_chemical_B2 +LQ00X017490 Coatomer subunit beta-2 5.163253221 C6_chemical_B3 +LQ00X017490 Coatomer subunit beta-2 4.8638753 C6_chemical_C1 +LQ00X017490 Coatomer subunit beta-2 4.863936814 C6_chemical_C2 +LQ00X017490 Coatomer subunit beta-2 4.98784587 C6_chemical_C3 +LQ00X017490 Coatomer subunit beta-2 4.982230229 L4_control_A1 +LQ00X017490 Coatomer subunit beta-2 5.273911028 L4_control_A2 +LQ00X017490 Coatomer subunit beta-2 4.862284994 L4_control_A3 +LQ00X017490 Coatomer subunit beta-2 6.047330396 L4_control_B1 +LQ00X017490 Coatomer subunit beta-2 5.166902134 L4_control_B2 +LQ00X017490 Coatomer subunit beta-2 5.300250936 L4_control_B3 +LQ00X017490 Coatomer subunit beta-2 5.386314388 L4_control_C2 +LQ00X017490 Coatomer subunit beta-2 5.807028451 L4_control_C3 +LQ00X017490 Coatomer subunit beta-2 4.992647375 L4_chemical_A1 +LQ00X017490 Coatomer subunit beta-2 4.845687006 L4_chemical_A2 +LQ00X017490 Coatomer subunit beta-2 5.008832193 L4_chemical_A3 +LQ00X017490 Coatomer subunit beta-2 5.673988981 L4_chemical_B1 +LQ00X017490 Coatomer subunit beta-2 5.142674897 L4_chemical_B2 +LQ00X017490 Coatomer subunit beta-2 5.048120697 L4_chemical_B3 +LQ00X017490 Coatomer subunit beta-2 5.374389779 L4_chemical_C2 +LQ00X017490 Coatomer subunit beta-2 5.497562786 L4_chemical_C3 +LQ00X017530 Coatomer subunit beta-3 8.977044615 C6_control_A1 +LQ00X017530 Coatomer subunit beta-3 8.195918336 C6_control_A3 +LQ00X017530 Coatomer subunit beta-3 9.51905171 C6_control_B1 +LQ00X017530 Coatomer subunit beta-3 10.61714877 C6_control_B2 +LQ00X017530 Coatomer subunit beta-3 10.24409111 C6_control_B3 +LQ00X017530 Coatomer subunit beta-3 9.951587689 C6_control_C1 +LQ00X017530 Coatomer subunit beta-3 9.729094519 C6_control_C2 +LQ00X017530 Coatomer subunit beta-3 9.957457859 C6_control_C3 +LQ00X017530 Coatomer subunit beta-3 9.039438198 C6_chemical_A1 +LQ00X017530 Coatomer subunit beta-3 8.738117354 C6_chemical_A3 +LQ00X017530 Coatomer subunit beta-3 9.195792253 C6_chemical_B1 +LQ00X017530 Coatomer subunit beta-3 10.51240809 C6_chemical_B2 +LQ00X017530 Coatomer subunit beta-3 8.775639343 C6_chemical_B3 +LQ00X017530 Coatomer subunit beta-3 9.542896789 C6_chemical_C1 +LQ00X017530 Coatomer subunit beta-3 10.31950989 C6_chemical_C2 +LQ00X017530 Coatomer subunit beta-3 8.811871631 C6_chemical_C3 +LQ00X017530 Coatomer subunit beta-3 11.62024749 L4_control_A1 +LQ00X017530 Coatomer subunit beta-3 11.16058582 L4_control_A2 +LQ00X017530 Coatomer subunit beta-3 11.06567158 L4_control_A3 +LQ00X017530 Coatomer subunit beta-3 11.43464258 L4_control_B1 +LQ00X017530 Coatomer subunit beta-3 9.866040925 L4_control_B2 +LQ00X017530 Coatomer subunit beta-3 10.16281875 L4_control_B3 +LQ00X017530 Coatomer subunit beta-3 12.00584033 L4_control_C2 +LQ00X017530 Coatomer subunit beta-3 10.58354232 L4_control_C3 +LQ00X017530 Coatomer subunit beta-3 13.56701026 L4_chemical_A1 +LQ00X017530 Coatomer subunit beta-3 12.33247012 L4_chemical_A2 +LQ00X017530 Coatomer subunit beta-3 12.35965611 L4_chemical_A3 +LQ00X017530 Coatomer subunit beta-3 12.13055018 L4_chemical_B1 +LQ00X017530 Coatomer subunit beta-3 10.41738442 L4_chemical_B2 +LQ00X017530 Coatomer subunit beta-3 9.29683789 L4_chemical_B3 +LQ00X017530 Coatomer subunit beta-3 11.17546972 L4_chemical_C2 +LQ00X017530 Coatomer subunit beta-3 10.87826225 L4_chemical_C3 +LQ00X017560 Probable sulfate transporter 3.4 6.360434868 C6_control_A1 +LQ00X017560 Probable sulfate transporter 3.4 6.801204271 C6_control_A3 +LQ00X017560 Probable sulfate transporter 3.4 6.357563869 C6_control_B1 +LQ00X017560 Probable sulfate transporter 3.4 5.769851451 C6_control_B2 +LQ00X017560 Probable sulfate transporter 3.4 5.971791429 C6_control_B3 +LQ00X017560 Probable sulfate transporter 3.4 5.861773802 C6_control_C1 +LQ00X017560 Probable sulfate transporter 3.4 5.482719777 C6_control_C2 +LQ00X017560 Probable sulfate transporter 3.4 5.825180255 C6_control_C3 +LQ00X017560 Probable sulfate transporter 3.4 6.320925325 C6_chemical_A1 +LQ00X017560 Probable sulfate transporter 3.4 7.630965996 C6_chemical_A3 +LQ00X017560 Probable sulfate transporter 3.4 5.785382299 C6_chemical_B1 +LQ00X017560 Probable sulfate transporter 3.4 5.907992579 C6_chemical_B2 +LQ00X017560 Probable sulfate transporter 3.4 5.944336396 C6_chemical_B3 +LQ00X017560 Probable sulfate transporter 3.4 5.68515207 C6_chemical_C1 +LQ00X017560 Probable sulfate transporter 3.4 5.440713687 C6_chemical_C2 +LQ00X017560 Probable sulfate transporter 3.4 5.398448372 C6_chemical_C3 +LQ00X017560 Probable sulfate transporter 3.4 7.506511688 L4_control_A1 +LQ00X017560 Probable sulfate transporter 3.4 6.2543602 L4_control_A2 +LQ00X017560 Probable sulfate transporter 3.4 7.703235114 L4_control_A3 +LQ00X017560 Probable sulfate transporter 3.4 5.274623051 L4_control_B1 +LQ00X017560 Probable sulfate transporter 3.4 5.877101765 L4_control_B2 +LQ00X017560 Probable sulfate transporter 3.4 5.523417347 L4_control_B3 +LQ00X017560 Probable sulfate transporter 3.4 5.490469129 L4_control_C2 +LQ00X017560 Probable sulfate transporter 3.4 5.668536868 L4_control_C3 +LQ00X017560 Probable sulfate transporter 3.4 6.726602981 L4_chemical_A1 +LQ00X017560 Probable sulfate transporter 3.4 6.185253336 L4_chemical_A2 +LQ00X017560 Probable sulfate transporter 3.4 8.076535113 L4_chemical_A3 +LQ00X017560 Probable sulfate transporter 3.4 5.366968708 L4_chemical_B1 +LQ00X017560 Probable sulfate transporter 3.4 5.267511756 L4_chemical_B2 +LQ00X017560 Probable sulfate transporter 3.4 6.225253818 L4_chemical_B3 +LQ00X017560 Probable sulfate transporter 3.4 5.030118257 L4_chemical_C2 +LQ00X017560 Probable sulfate transporter 3.4 5.788468978 L4_chemical_C3 +LQ00X017590 Predicted protein 12.55093853 C6_control_A1 +LQ00X017590 Predicted protein 12.91493521 C6_control_A3 +LQ00X017590 Predicted protein 12.7530553 C6_control_B1 +LQ00X017590 Predicted protein 12.45812201 C6_control_B2 +LQ00X017590 Predicted protein 12.23881882 C6_control_B3 +LQ00X017590 Predicted protein 11.93469879 C6_control_C1 +LQ00X017590 Predicted protein 12.14036121 C6_control_C2 +LQ00X017590 Predicted protein 12.3437146 C6_control_C3 +LQ00X017590 Predicted protein 12.69944861 C6_chemical_A1 +LQ00X017590 Predicted protein 13.12871748 C6_chemical_A3 +LQ00X017590 Predicted protein 12.61012516 C6_chemical_B1 +LQ00X017590 Predicted protein 12.46562972 C6_chemical_B2 +LQ00X017590 Predicted protein 12.2911618 C6_chemical_B3 +LQ00X017590 Predicted protein 12.1859036 C6_chemical_C1 +LQ00X017590 Predicted protein 11.94432691 C6_chemical_C2 +LQ00X017590 Predicted protein 12.07750375 C6_chemical_C3 +LQ00X017590 Predicted protein 12.4024551 L4_control_A1 +LQ00X017590 Predicted protein 12.55183909 L4_control_A2 +LQ00X017590 Predicted protein 11.65847359 L4_control_A3 +LQ00X017590 Predicted protein 12.43797554 L4_control_B1 +LQ00X017590 Predicted protein 12.08595122 L4_control_B2 +LQ00X017590 Predicted protein 11.92227405 L4_control_B3 +LQ00X017590 Predicted protein 11.11041853 L4_control_C2 +LQ00X017590 Predicted protein 11.47679836 L4_control_C3 +LQ00X017590 Predicted protein 12.91590339 L4_chemical_A1 +LQ00X017590 Predicted protein 13.00680013 L4_chemical_A2 +LQ00X017590 Predicted protein 12.14052014 L4_chemical_A3 +LQ00X017590 Predicted protein 12.20613116 L4_chemical_B1 +LQ00X017590 Predicted protein 12.36262976 L4_chemical_B2 +LQ00X017590 Predicted protein 12.28230858 L4_chemical_B3 +LQ00X017590 Predicted protein 11.15981731 L4_chemical_C2 +LQ00X017590 Predicted protein 11.59672449 L4_chemical_C3 +LQ00X017600 Transcription factor, putative 5.404968033 C6_control_A1 +LQ00X017600 Transcription factor, putative 5.718667072 C6_control_A3 +LQ00X017600 Transcription factor, putative 5.281264652 C6_control_B1 +LQ00X017600 Transcription factor, putative 5.652754564 C6_control_B2 +LQ00X017600 Transcription factor, putative 4.945131096 C6_control_B3 +LQ00X017600 Transcription factor, putative 5.281444107 C6_control_C1 +LQ00X017600 Transcription factor, putative 5.987513654 C6_control_C2 +LQ00X017600 Transcription factor, putative 5.156853517 C6_control_C3 +LQ00X017600 Transcription factor, putative 5.479238905 C6_chemical_A1 +LQ00X017600 Transcription factor, putative 5.628828253 C6_chemical_A3 +LQ00X017600 Transcription factor, putative 4.956400627 C6_chemical_B1 +LQ00X017600 Transcription factor, putative 5.579077469 C6_chemical_B2 +LQ00X017600 Transcription factor, putative 5.555986876 C6_chemical_B3 +LQ00X017600 Transcription factor, putative 5.290823943 C6_chemical_C1 +LQ00X017600 Transcription factor, putative 5.407258481 C6_chemical_C2 +LQ00X017600 Transcription factor, putative 5.311392475 C6_chemical_C3 +LQ00X017600 Transcription factor, putative 5.61111618 L4_control_A1 +LQ00X017600 Transcription factor, putative 5.599091783 L4_control_A2 +LQ00X017600 Transcription factor, putative 6.189149442 L4_control_A3 +LQ00X017600 Transcription factor, putative 5.70197564 L4_control_B1 +LQ00X017600 Transcription factor, putative 5.614054096 L4_control_B2 +LQ00X017600 Transcription factor, putative 5.46681216 L4_control_B3 +LQ00X017600 Transcription factor, putative 5.387938619 L4_control_C2 +LQ00X017600 Transcription factor, putative 4.748098432 L4_control_C3 +LQ00X017600 Transcription factor, putative 5.141194012 L4_chemical_A1 +LQ00X017600 Transcription factor, putative 5.524205739 L4_chemical_A2 +LQ00X017600 Transcription factor, putative 5.700863524 L4_chemical_A3 +LQ00X017600 Transcription factor, putative 5.282187871 L4_chemical_B1 +LQ00X017600 Transcription factor, putative 5.091829377 L4_chemical_B2 +LQ00X017600 Transcription factor, putative 5.277577889 L4_chemical_B3 +LQ00X017600 Transcription factor, putative 5.232576612 L4_chemical_C2 +LQ00X017600 Transcription factor, putative 4.899597204 L4_chemical_C3 +LQ00X017640 Putative 97 kDa heat shock protein 12.72301911 C6_control_A1 +LQ00X017640 Putative 97 kDa heat shock protein 12.31299267 C6_control_A3 +LQ00X017640 Putative 97 kDa heat shock protein 12.41334684 C6_control_B1 +LQ00X017640 Putative 97 kDa heat shock protein 12.34112161 C6_control_B2 +LQ00X017640 Putative 97 kDa heat shock protein 12.0417314 C6_control_B3 +LQ00X017640 Putative 97 kDa heat shock protein 11.78138434 C6_control_C1 +LQ00X017640 Putative 97 kDa heat shock protein 11.74065244 C6_control_C2 +LQ00X017640 Putative 97 kDa heat shock protein 11.46577666 C6_control_C3 +LQ00X017640 Putative 97 kDa heat shock protein 13.53510481 C6_chemical_A1 +LQ00X017640 Putative 97 kDa heat shock protein 12.63986411 C6_chemical_A3 +LQ00X017640 Putative 97 kDa heat shock protein 12.94247337 C6_chemical_B1 +LQ00X017640 Putative 97 kDa heat shock protein 12.61598814 C6_chemical_B2 +LQ00X017640 Putative 97 kDa heat shock protein 12.36056684 C6_chemical_B3 +LQ00X017640 Putative 97 kDa heat shock protein 12.79349507 C6_chemical_C1 +LQ00X017640 Putative 97 kDa heat shock protein 12.26917729 C6_chemical_C2 +LQ00X017640 Putative 97 kDa heat shock protein 11.7557831 C6_chemical_C3 +LQ00X017640 Putative 97 kDa heat shock protein 12.88246085 L4_control_A1 +LQ00X017640 Putative 97 kDa heat shock protein 13.02399199 L4_control_A2 +LQ00X017640 Putative 97 kDa heat shock protein 13.08751103 L4_control_A3 +LQ00X017640 Putative 97 kDa heat shock protein 12.02482863 L4_control_B1 +LQ00X017640 Putative 97 kDa heat shock protein 12.57912657 L4_control_B2 +LQ00X017640 Putative 97 kDa heat shock protein 12.51907751 L4_control_B3 +LQ00X017640 Putative 97 kDa heat shock protein 12.16433699 L4_control_C2 +LQ00X017640 Putative 97 kDa heat shock protein 12.36108734 L4_control_C3 +LQ00X017640 Putative 97 kDa heat shock protein 12.54206045 L4_chemical_A1 +LQ00X017640 Putative 97 kDa heat shock protein 13.02266085 L4_chemical_A2 +LQ00X017640 Putative 97 kDa heat shock protein 13.12913621 L4_chemical_A3 +LQ00X017640 Putative 97 kDa heat shock protein 12.14558614 L4_chemical_B1 +LQ00X017640 Putative 97 kDa heat shock protein 12.29563307 L4_chemical_B2 +LQ00X017640 Putative 97 kDa heat shock protein 12.65059633 L4_chemical_B3 +LQ00X017640 Putative 97 kDa heat shock protein 12.12821263 L4_chemical_C2 +LQ00X017640 Putative 97 kDa heat shock protein 12.34657527 L4_chemical_C3 +LQ00X017680 CBL-interacting protein kinase 18 13.0828621 C6_control_A1 +LQ00X017680 CBL-interacting protein kinase 18 12.68438899 C6_control_A3 +LQ00X017680 CBL-interacting protein kinase 18 12.35583588 C6_control_B1 +LQ00X017680 CBL-interacting protein kinase 18 12.74591504 C6_control_B2 +LQ00X017680 CBL-interacting protein kinase 18 12.06121678 C6_control_B3 +LQ00X017680 CBL-interacting protein kinase 18 11.50275107 C6_control_C1 +LQ00X017680 CBL-interacting protein kinase 18 11.57638574 C6_control_C2 +LQ00X017680 CBL-interacting protein kinase 18 11.84610206 C6_control_C3 +LQ00X017680 CBL-interacting protein kinase 18 12.77267281 C6_chemical_A1 +LQ00X017680 CBL-interacting protein kinase 18 12.66323335 C6_chemical_A3 +LQ00X017680 CBL-interacting protein kinase 18 12.10812034 C6_chemical_B1 +LQ00X017680 CBL-interacting protein kinase 18 12.38394733 C6_chemical_B2 +LQ00X017680 CBL-interacting protein kinase 18 12.48336484 C6_chemical_B3 +LQ00X017680 CBL-interacting protein kinase 18 11.45805387 C6_chemical_C1 +LQ00X017680 CBL-interacting protein kinase 18 11.27821115 C6_chemical_C2 +LQ00X017680 CBL-interacting protein kinase 18 11.83580161 C6_chemical_C3 +LQ00X017680 CBL-interacting protein kinase 18 13.07655149 L4_control_A1 +LQ00X017680 CBL-interacting protein kinase 18 12.50530555 L4_control_A2 +LQ00X017680 CBL-interacting protein kinase 18 12.61924951 L4_control_A3 +LQ00X017680 CBL-interacting protein kinase 18 12.79300894 L4_control_B1 +LQ00X017680 CBL-interacting protein kinase 18 12.93091353 L4_control_B2 +LQ00X017680 CBL-interacting protein kinase 18 13.30685805 L4_control_B3 +LQ00X017680 CBL-interacting protein kinase 18 11.54848919 L4_control_C2 +LQ00X017680 CBL-interacting protein kinase 18 12.69226087 L4_control_C3 +LQ00X017680 CBL-interacting protein kinase 18 13.42719468 L4_chemical_A1 +LQ00X017680 CBL-interacting protein kinase 18 12.55228584 L4_chemical_A2 +LQ00X017680 CBL-interacting protein kinase 18 13.07741833 L4_chemical_A3 +LQ00X017680 CBL-interacting protein kinase 18 12.83879331 L4_chemical_B1 +LQ00X017680 CBL-interacting protein kinase 18 13.47003819 L4_chemical_B2 +LQ00X017680 CBL-interacting protein kinase 18 12.9785431 L4_chemical_B3 +LQ00X017680 CBL-interacting protein kinase 18 12.58804228 L4_chemical_C2 +LQ00X017680 CBL-interacting protein kinase 18 12.90049033 L4_chemical_C3 +LQ00X017720 Adenine/guanine permease AZG1 10.07118763 C6_control_A1 +LQ00X017720 Adenine/guanine permease AZG1 9.719950281 C6_control_A3 +LQ00X017720 Adenine/guanine permease AZG1 10.75638807 C6_control_B1 +LQ00X017720 Adenine/guanine permease AZG1 11.25177481 C6_control_B2 +LQ00X017720 Adenine/guanine permease AZG1 11.26583527 C6_control_B3 +LQ00X017720 Adenine/guanine permease AZG1 12.62037207 C6_control_C1 +LQ00X017720 Adenine/guanine permease AZG1 12.57845688 C6_control_C2 +LQ00X017720 Adenine/guanine permease AZG1 12.91329925 C6_control_C3 +LQ00X017720 Adenine/guanine permease AZG1 10.1134476 C6_chemical_A1 +LQ00X017720 Adenine/guanine permease AZG1 10.02169081 C6_chemical_A3 +LQ00X017720 Adenine/guanine permease AZG1 10.90638847 C6_chemical_B1 +LQ00X017720 Adenine/guanine permease AZG1 11.40885404 C6_chemical_B2 +LQ00X017720 Adenine/guanine permease AZG1 11.92875303 C6_chemical_B3 +LQ00X017720 Adenine/guanine permease AZG1 12.4816591 C6_chemical_C1 +LQ00X017720 Adenine/guanine permease AZG1 12.42259353 C6_chemical_C2 +LQ00X017720 Adenine/guanine permease AZG1 13.13766132 C6_chemical_C3 +LQ00X017720 Adenine/guanine permease AZG1 10.55678606 L4_control_A1 +LQ00X017720 Adenine/guanine permease AZG1 10.33883756 L4_control_A2 +LQ00X017720 Adenine/guanine permease AZG1 9.599849333 L4_control_A3 +LQ00X017720 Adenine/guanine permease AZG1 11.46333897 L4_control_B1 +LQ00X017720 Adenine/guanine permease AZG1 10.474081 L4_control_B2 +LQ00X017720 Adenine/guanine permease AZG1 12.04055134 L4_control_B3 +LQ00X017720 Adenine/guanine permease AZG1 12.40496076 L4_control_C2 +LQ00X017720 Adenine/guanine permease AZG1 12.10329806 L4_control_C3 +LQ00X017720 Adenine/guanine permease AZG1 10.415418 L4_chemical_A1 +LQ00X017720 Adenine/guanine permease AZG1 9.871043432 L4_chemical_A2 +LQ00X017720 Adenine/guanine permease AZG1 10.27297046 L4_chemical_A3 +LQ00X017720 Adenine/guanine permease AZG1 10.7149252 L4_chemical_B1 +LQ00X017720 Adenine/guanine permease AZG1 10.11221494 L4_chemical_B2 +LQ00X017720 Adenine/guanine permease AZG1 11.20452937 L4_chemical_B3 +LQ00X017720 Adenine/guanine permease AZG1 12.07937483 L4_chemical_C2 +LQ00X017720 Adenine/guanine permease AZG1 12.0356164 L4_chemical_C3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.818016716 C6_control_A1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.74543196 C6_control_A3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.974860454 C6_control_B1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.923474487 C6_control_B2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.1579701 C6_control_B3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.964525813 C6_control_C1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.863736503 C6_control_C2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.952345929 C6_control_C3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.743279201 C6_chemical_A1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.26754147 C6_chemical_A3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.643748263 C6_chemical_B1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.006271875 C6_chemical_B2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.379992554 C6_chemical_B3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.909693568 C6_chemical_C1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.98231073 C6_chemical_C2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.797751474 C6_chemical_C3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.221069457 L4_control_A1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.175505834 L4_control_A2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.093554322 L4_control_A3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.221388199 L4_control_B1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.223952731 L4_control_B2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.183460877 L4_control_B3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.420040801 L4_control_C2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.803164962 L4_control_C3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.243648609 L4_chemical_A1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.207732873 L4_chemical_A2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.152080799 L4_chemical_A3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.135738559 L4_chemical_B1 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.079047621 L4_chemical_B2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.321982157 L4_chemical_B3 +LQ00X017750 Nudix hydrolase 17, mitochondrial 5.278190181 L4_chemical_C2 +LQ00X017750 Nudix hydrolase 17, mitochondrial 6.513144306 L4_chemical_C3 +LQ00X017780 Hypothetical protein 6.018967892 C6_control_A1 +LQ00X017780 Hypothetical protein 5.920061765 C6_control_A3 +LQ00X017780 Hypothetical protein 5.923442344 C6_control_B1 +LQ00X017780 Hypothetical protein 5.749500286 C6_control_B2 +LQ00X017780 Hypothetical protein 5.839531602 C6_control_B3 +LQ00X017780 Hypothetical protein 5.755765076 C6_control_C1 +LQ00X017780 Hypothetical protein 6.884981134 C6_control_C2 +LQ00X017780 Hypothetical protein 5.612584452 C6_control_C3 +LQ00X017780 Hypothetical protein 5.481439002 C6_chemical_A1 +LQ00X017780 Hypothetical protein 5.437201793 C6_chemical_A3 +LQ00X017780 Hypothetical protein 6.000243005 C6_chemical_B1 +LQ00X017780 Hypothetical protein 5.817117514 C6_chemical_B2 +LQ00X017780 Hypothetical protein 5.633138138 C6_chemical_B3 +LQ00X017780 Hypothetical protein 5.838945505 C6_chemical_C1 +LQ00X017780 Hypothetical protein 6.006910103 C6_chemical_C2 +LQ00X017780 Hypothetical protein 5.706946187 C6_chemical_C3 +LQ00X017780 Hypothetical protein 5.699834724 L4_control_A1 +LQ00X017780 Hypothetical protein 5.515181859 L4_control_A2 +LQ00X017780 Hypothetical protein 4.995378056 L4_control_A3 +LQ00X017780 Hypothetical protein 5.670669789 L4_control_B1 +LQ00X017780 Hypothetical protein 5.729178737 L4_control_B2 +LQ00X017780 Hypothetical protein 6.195326069 L4_control_B3 +LQ00X017780 Hypothetical protein 5.130502526 L4_control_C2 +LQ00X017780 Hypothetical protein 5.599872389 L4_control_C3 +LQ00X017780 Hypothetical protein 5.826491816 L4_chemical_A1 +LQ00X017780 Hypothetical protein 5.716391328 L4_chemical_A2 +LQ00X017780 Hypothetical protein 5.45701802 L4_chemical_A3 +LQ00X017780 Hypothetical protein 6.44177188 L4_chemical_B1 +LQ00X017780 Hypothetical protein 5.72995591 L4_chemical_B2 +LQ00X017780 Hypothetical protein 5.941850751 L4_chemical_B3 +LQ00X017780 Hypothetical protein 5.446297918 L4_chemical_C2 +LQ00X017780 Hypothetical protein 5.718551442 L4_chemical_C3 +LQ00X017900 Hypothetical protein 6.622230279 C6_control_A1 +LQ00X017900 Hypothetical protein 6.017709197 C6_control_A3 +LQ00X017900 Hypothetical protein 5.69249898 C6_control_B1 +LQ00X017900 Hypothetical protein 6.682425788 C6_control_B2 +LQ00X017900 Hypothetical protein 6.155038884 C6_control_B3 +LQ00X017900 Hypothetical protein 6.522080292 C6_control_C1 +LQ00X017900 Hypothetical protein 6.171957684 C6_control_C2 +LQ00X017900 Hypothetical protein 6.827283577 C6_control_C3 +LQ00X017900 Hypothetical protein 6.5505711 C6_chemical_A1 +LQ00X017900 Hypothetical protein 6.265993998 C6_chemical_A3 +LQ00X017900 Hypothetical protein 5.838740482 C6_chemical_B1 +LQ00X017900 Hypothetical protein 6.134501486 C6_chemical_B2 +LQ00X017900 Hypothetical protein 6.092770952 C6_chemical_B3 +LQ00X017900 Hypothetical protein 6.721525303 C6_chemical_C1 +LQ00X017900 Hypothetical protein 6.501398026 C6_chemical_C2 +LQ00X017900 Hypothetical protein 6.877686758 C6_chemical_C3 +LQ00X017900 Hypothetical protein 6.332998254 L4_control_A1 +LQ00X017900 Hypothetical protein 7.37014423 L4_control_A2 +LQ00X017900 Hypothetical protein 5.882413011 L4_control_A3 +LQ00X017900 Hypothetical protein 6.343583144 L4_control_B1 +LQ00X017900 Hypothetical protein 5.866548089 L4_control_B2 +LQ00X017900 Hypothetical protein 6.450504584 L4_control_B3 +LQ00X017900 Hypothetical protein 4.645060723 L4_control_C2 +LQ00X017900 Hypothetical protein 5.656345382 L4_control_C3 +LQ00X017900 Hypothetical protein 6.411005524 L4_chemical_A1 +LQ00X017900 Hypothetical protein 7.009008336 L4_chemical_A2 +LQ00X017900 Hypothetical protein 6.322162648 L4_chemical_A3 +LQ00X017900 Hypothetical protein 5.829650768 L4_chemical_B1 +LQ00X017900 Hypothetical protein 5.460844351 L4_chemical_B2 +LQ00X017900 Hypothetical protein 6.538581039 L4_chemical_B3 +LQ00X017900 Hypothetical protein 5.905379895 L4_chemical_C2 +LQ00X017900 Hypothetical protein 5.973680547 L4_chemical_C3 +LQ00X017940 Putative uncharacterized protein 5.26279264 C6_control_A1 +LQ00X017940 Putative uncharacterized protein 5.140931905 C6_control_A3 +LQ00X017940 Putative uncharacterized protein 5.658255922 C6_control_B1 +LQ00X017940 Putative uncharacterized protein 5.595383948 C6_control_B2 +LQ00X017940 Putative uncharacterized protein 6.204272976 C6_control_B3 +LQ00X017940 Putative uncharacterized protein 5.648009593 C6_control_C1 +LQ00X017940 Putative uncharacterized protein 5.430389544 C6_control_C2 +LQ00X017940 Putative uncharacterized protein 5.549656022 C6_control_C3 +LQ00X017940 Putative uncharacterized protein 5.391618084 C6_chemical_A1 +LQ00X017940 Putative uncharacterized protein 5.447168161 C6_chemical_A3 +LQ00X017940 Putative uncharacterized protein 6.36061803 C6_chemical_B1 +LQ00X017940 Putative uncharacterized protein 5.358026313 C6_chemical_B2 +LQ00X017940 Putative uncharacterized protein 6.022168485 C6_chemical_B3 +LQ00X017940 Putative uncharacterized protein 5.759257459 C6_chemical_C1 +LQ00X017940 Putative uncharacterized protein 6.457475217 C6_chemical_C2 +LQ00X017940 Putative uncharacterized protein 5.60888766 C6_chemical_C3 +LQ00X017940 Putative uncharacterized protein 5.439485998 L4_control_A1 +LQ00X017940 Putative uncharacterized protein 5.477733001 L4_control_A2 +LQ00X017940 Putative uncharacterized protein 5.174468638 L4_control_A3 +LQ00X017940 Putative uncharacterized protein 5.472503666 L4_control_B1 +LQ00X017940 Putative uncharacterized protein 5.612292845 L4_control_B2 +LQ00X017940 Putative uncharacterized protein 5.42465677 L4_control_B3 +LQ00X017940 Putative uncharacterized protein 5.36815805 L4_control_C2 +LQ00X017940 Putative uncharacterized protein 5.506945852 L4_control_C3 +LQ00X017940 Putative uncharacterized protein 5.134156717 L4_chemical_A1 +LQ00X017940 Putative uncharacterized protein 5.879635986 L4_chemical_A2 +LQ00X017940 Putative uncharacterized protein 5.860416443 L4_chemical_A3 +LQ00X017940 Putative uncharacterized protein 5.181492173 L4_chemical_B1 +LQ00X017940 Putative uncharacterized protein 5.646323533 L4_chemical_B2 +LQ00X017940 Putative uncharacterized protein 5.499699726 L4_chemical_B3 +LQ00X017940 Putative uncharacterized protein 6.086474785 L4_chemical_C2 +LQ00X017940 Putative uncharacterized protein 4.959091982 L4_chemical_C3 +LQ00X018010 Putative Titin 5.26786005 C6_control_A1 +LQ00X018010 Putative Titin 5.197263808 C6_control_A3 +LQ00X018010 Putative Titin 5.573463706 C6_control_B1 +LQ00X018010 Putative Titin 5.380569149 C6_control_B2 +LQ00X018010 Putative Titin 5.334271094 C6_control_B3 +LQ00X018010 Putative Titin 5.569001638 C6_control_C1 +LQ00X018010 Putative Titin 5.641230757 C6_control_C2 +LQ00X018010 Putative Titin 5.600950106 C6_control_C3 +LQ00X018010 Putative Titin 5.120612673 C6_chemical_A1 +LQ00X018010 Putative Titin 5.220986697 C6_chemical_A3 +LQ00X018010 Putative Titin 5.383241481 C6_chemical_B1 +LQ00X018010 Putative Titin 5.286298558 C6_chemical_B2 +LQ00X018010 Putative Titin 5.431115635 C6_chemical_B3 +LQ00X018010 Putative Titin 5.267910699 C6_chemical_C1 +LQ00X018010 Putative Titin 5.365236617 C6_chemical_C2 +LQ00X018010 Putative Titin 5.384759244 C6_chemical_C3 +LQ00X018010 Putative Titin 5.021122819 L4_control_A1 +LQ00X018010 Putative Titin 4.862447124 L4_control_A2 +LQ00X018010 Putative Titin 5.08547985 L4_control_A3 +LQ00X018010 Putative Titin 5.115052161 L4_control_B1 +LQ00X018010 Putative Titin 5.226768085 L4_control_B2 +LQ00X018010 Putative Titin 5.077417539 L4_control_B3 +LQ00X018010 Putative Titin 5.108618185 L4_control_C2 +LQ00X018010 Putative Titin 5.162762991 L4_control_C3 +LQ00X018010 Putative Titin 5.13771626 L4_chemical_A1 +LQ00X018010 Putative Titin 4.891360265 L4_chemical_A2 +LQ00X018010 Putative Titin 5.447572722 L4_chemical_A3 +LQ00X018010 Putative Titin 5.150975 L4_chemical_B1 +LQ00X018010 Putative Titin 4.838813182 L4_chemical_B2 +LQ00X018010 Putative Titin 5.071362224 L4_chemical_B3 +LQ00X018010 Putative Titin 4.832628124 L4_chemical_C2 +LQ00X018010 Putative Titin 5.238687694 L4_chemical_C3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.59872346 C6_control_A1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.29236014 C6_control_A3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.69245493 C6_control_B1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.9540412 C6_control_B2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.3923615 C6_control_B3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.67257877 C6_control_C1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.00066278 C6_control_C2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.78185499 C6_control_C3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.71843219 C6_chemical_A1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.53747892 C6_chemical_A3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.746855 C6_chemical_B1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.25702749 C6_chemical_B2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.49547446 C6_chemical_B3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.35988561 C6_chemical_C1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.03447695 C6_chemical_C2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.21522262 C6_chemical_C3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.05354848 L4_control_A1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.60287831 L4_control_A2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 11.73811037 L4_control_A3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.34762762 L4_control_B1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.66978903 L4_control_B2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.60056048 L4_control_B3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.81848922 L4_control_C2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 14.0564465 L4_control_C3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 10.66041355 L4_chemical_A1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.2214993 L4_chemical_A2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 11.12488435 L4_chemical_A3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.21406305 L4_chemical_B1 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.97908445 L4_chemical_B2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 12.67161745 L4_chemical_B3 +LQ00X018080 Caffeic acid 3-O-methyltransferase 14.27408227 L4_chemical_C2 +LQ00X018080 Caffeic acid 3-O-methyltransferase 14.1803585 L4_chemical_C3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.40654841 C6_control_A1 +LQ00X018180 Membrane associated ring finger 1,8, putative 6.829096841 C6_control_A3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.923263405 C6_control_B1 +LQ00X018180 Membrane associated ring finger 1,8, putative 9.071528936 C6_control_B2 +LQ00X018180 Membrane associated ring finger 1,8, putative 8.023538222 C6_control_B3 +LQ00X018180 Membrane associated ring finger 1,8, putative 9.412311734 C6_control_C1 +LQ00X018180 Membrane associated ring finger 1,8, putative 9.240301276 C6_control_C2 +LQ00X018180 Membrane associated ring finger 1,8, putative 9.659315009 C6_control_C3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.521784298 C6_chemical_A1 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.459896397 C6_chemical_A3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.776214492 C6_chemical_B1 +LQ00X018180 Membrane associated ring finger 1,8, putative 8.849755432 C6_chemical_B2 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.997341526 C6_chemical_B3 +LQ00X018180 Membrane associated ring finger 1,8, putative 9.520561308 C6_chemical_C1 +LQ00X018180 Membrane associated ring finger 1,8, putative 9.316202145 C6_chemical_C2 +LQ00X018180 Membrane associated ring finger 1,8, putative 9.524698662 C6_chemical_C3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.090889277 L4_control_A1 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.73592902 L4_control_A2 +LQ00X018180 Membrane associated ring finger 1,8, putative 6.65239636 L4_control_A3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.770814237 L4_control_B1 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.51940766 L4_control_B2 +LQ00X018180 Membrane associated ring finger 1,8, putative 8.334882122 L4_control_B3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.877348083 L4_control_C2 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.912564049 L4_control_C3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.898178003 L4_chemical_A1 +LQ00X018180 Membrane associated ring finger 1,8, putative 8.261495154 L4_chemical_A2 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.01797205 L4_chemical_A3 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.812743172 L4_chemical_B1 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.896006255 L4_chemical_B2 +LQ00X018180 Membrane associated ring finger 1,8, putative 8.254548988 L4_chemical_B3 +LQ00X018180 Membrane associated ring finger 1,8, putative 8.096067419 L4_chemical_C2 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.635194408 L4_chemical_C3 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.21676196 C6_control_A1 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.59906607 C6_control_A3 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.14474118 C6_control_B1 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.91398919 C6_control_B2 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.34112494 C6_control_B3 +LQ00X018200 Uncharacterized membrane protein At1g16860 11.55168363 C6_control_C1 +LQ00X018200 Uncharacterized membrane protein At1g16860 11.44275748 C6_control_C2 +LQ00X018200 Uncharacterized membrane protein At1g16860 11.59406153 C6_control_C3 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.00381258 C6_chemical_A1 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.75235032 C6_chemical_A3 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.05796745 C6_chemical_B1 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.80983713 C6_chemical_B2 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.06970984 C6_chemical_B3 +LQ00X018200 Uncharacterized membrane protein At1g16860 11.41491305 C6_chemical_C1 +LQ00X018200 Uncharacterized membrane protein At1g16860 11.34607572 C6_chemical_C2 +LQ00X018200 Uncharacterized membrane protein At1g16860 11.42386725 C6_chemical_C3 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.34778098 L4_control_A1 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.48332962 L4_control_A2 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.45656544 L4_control_A3 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.47416582 L4_control_B1 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.73672215 L4_control_B2 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.18864954 L4_control_B3 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.16511489 L4_control_C2 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.3330535 L4_control_C3 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.72541478 L4_chemical_A1 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.11424536 L4_chemical_A2 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.45888159 L4_chemical_A3 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.55029677 L4_chemical_B1 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.4904888 L4_chemical_B2 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.40027274 L4_chemical_B3 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.2577098 L4_chemical_C2 +LQ00X018200 Uncharacterized membrane protein At1g16860 12.43383416 L4_chemical_C3 +LQ00X018300 Putative uncharacterized protein 11.53542702 C6_control_A1 +LQ00X018300 Putative uncharacterized protein 12.08755453 C6_control_A3 +LQ00X018300 Putative uncharacterized protein 11.7344693 C6_control_B1 +LQ00X018300 Putative uncharacterized protein 11.66509218 C6_control_B2 +LQ00X018300 Putative uncharacterized protein 11.87285438 C6_control_B3 +LQ00X018300 Putative uncharacterized protein 8.383751207 C6_control_C1 +LQ00X018300 Putative uncharacterized protein 7.653548677 C6_control_C2 +LQ00X018300 Putative uncharacterized protein 7.720700466 C6_control_C3 +LQ00X018300 Putative uncharacterized protein 11.53495817 C6_chemical_A1 +LQ00X018300 Putative uncharacterized protein 11.29432739 C6_chemical_A3 +LQ00X018300 Putative uncharacterized protein 11.6181864 C6_chemical_B1 +LQ00X018300 Putative uncharacterized protein 11.58275134 C6_chemical_B2 +LQ00X018300 Putative uncharacterized protein 11.85384582 C6_chemical_B3 +LQ00X018300 Putative uncharacterized protein 8.07835278 C6_chemical_C1 +LQ00X018300 Putative uncharacterized protein 7.258109534 C6_chemical_C2 +LQ00X018300 Putative uncharacterized protein 7.536513252 C6_chemical_C3 +LQ00X018300 Putative uncharacterized protein 11.68516167 L4_control_A1 +LQ00X018300 Putative uncharacterized protein 11.70877262 L4_control_A2 +LQ00X018300 Putative uncharacterized protein 11.88950925 L4_control_A3 +LQ00X018300 Putative uncharacterized protein 12.27157553 L4_control_B1 +LQ00X018300 Putative uncharacterized protein 11.78378017 L4_control_B2 +LQ00X018300 Putative uncharacterized protein 11.44556109 L4_control_B3 +LQ00X018300 Putative uncharacterized protein 7.852904815 L4_control_C2 +LQ00X018300 Putative uncharacterized protein 7.843042668 L4_control_C3 +LQ00X018300 Putative uncharacterized protein 12.00669921 L4_chemical_A1 +LQ00X018300 Putative uncharacterized protein 11.60222343 L4_chemical_A2 +LQ00X018300 Putative uncharacterized protein 11.75796837 L4_chemical_A3 +LQ00X018300 Putative uncharacterized protein 12.45113207 L4_chemical_B1 +LQ00X018300 Putative uncharacterized protein 12.06902279 L4_chemical_B2 +LQ00X018300 Putative uncharacterized protein 11.6428068 L4_chemical_B3 +LQ00X018300 Putative uncharacterized protein 7.824145047 L4_chemical_C2 +LQ00X018300 Putative uncharacterized protein 7.779436521 L4_chemical_C3 +LQ00X018330 Hypothetical protein 5.916609849 C6_control_A1 +LQ00X018330 Hypothetical protein 6.461840105 C6_control_A3 +LQ00X018330 Hypothetical protein 5.73183261 C6_control_B1 +LQ00X018330 Hypothetical protein 6.165936582 C6_control_B2 +LQ00X018330 Hypothetical protein 5.230068485 C6_control_B3 +LQ00X018330 Hypothetical protein 5.700807128 C6_control_C1 +LQ00X018330 Hypothetical protein 7.57053008 C6_control_C2 +LQ00X018330 Hypothetical protein 5.661021145 C6_control_C3 +LQ00X018330 Hypothetical protein 5.395635983 C6_chemical_A1 +LQ00X018330 Hypothetical protein 5.350697093 C6_chemical_A3 +LQ00X018330 Hypothetical protein 5.270278916 C6_chemical_B1 +LQ00X018330 Hypothetical protein 6.318676845 C6_chemical_B2 +LQ00X018330 Hypothetical protein 5.614687686 C6_chemical_B3 +LQ00X018330 Hypothetical protein 5.846772287 C6_chemical_C1 +LQ00X018330 Hypothetical protein 6.09482805 C6_chemical_C2 +LQ00X018330 Hypothetical protein 5.476633532 C6_chemical_C3 +LQ00X018330 Hypothetical protein 5.055923879 L4_control_A1 +LQ00X018330 Hypothetical protein 5.169235208 L4_control_A2 +LQ00X018330 Hypothetical protein 4.917693006 L4_control_A3 +LQ00X018330 Hypothetical protein 4.826077537 L4_control_B1 +LQ00X018330 Hypothetical protein 5.437791709 L4_control_B2 +LQ00X018330 Hypothetical protein 4.855017884 L4_control_B3 +LQ00X018330 Hypothetical protein 4.761204879 L4_control_C2 +LQ00X018330 Hypothetical protein 5.026418262 L4_control_C3 +LQ00X018330 Hypothetical protein 5.057798045 L4_chemical_A1 +LQ00X018330 Hypothetical protein 5.091129438 L4_chemical_A2 +LQ00X018330 Hypothetical protein 5.260236584 L4_chemical_A3 +LQ00X018330 Hypothetical protein 5.005468226 L4_chemical_B1 +LQ00X018330 Hypothetical protein 4.894496541 L4_chemical_B2 +LQ00X018330 Hypothetical protein 5.098927927 L4_chemical_B3 +LQ00X018330 Hypothetical protein 4.955452147 L4_chemical_C2 +LQ00X018330 Hypothetical protein 4.983943852 L4_chemical_C3 +LQ00X018350 Predicted protein 5.546563363 C6_control_A1 +LQ00X018350 Predicted protein 5.408721952 C6_control_A3 +LQ00X018350 Predicted protein 5.709322408 C6_control_B1 +LQ00X018350 Predicted protein 6.341809028 C6_control_B2 +LQ00X018350 Predicted protein 5.72397945 C6_control_B3 +LQ00X018350 Predicted protein 6.947565318 C6_control_C1 +LQ00X018350 Predicted protein 7.375628699 C6_control_C2 +LQ00X018350 Predicted protein 6.728105236 C6_control_C3 +LQ00X018350 Predicted protein 5.52489829 C6_chemical_A1 +LQ00X018350 Predicted protein 5.061775458 C6_chemical_A3 +LQ00X018350 Predicted protein 5.397799841 C6_chemical_B1 +LQ00X018350 Predicted protein 6.224471622 C6_chemical_B2 +LQ00X018350 Predicted protein 5.899010012 C6_chemical_B3 +LQ00X018350 Predicted protein 6.825510784 C6_chemical_C1 +LQ00X018350 Predicted protein 7.271883293 C6_chemical_C2 +LQ00X018350 Predicted protein 7.119885703 C6_chemical_C3 +LQ00X018350 Predicted protein 5.642216158 L4_control_A1 +LQ00X018350 Predicted protein 5.465983931 L4_control_A2 +LQ00X018350 Predicted protein 5.33188359 L4_control_A3 +LQ00X018350 Predicted protein 5.464532665 L4_control_B1 +LQ00X018350 Predicted protein 5.461446219 L4_control_B2 +LQ00X018350 Predicted protein 6.101005542 L4_control_B3 +LQ00X018350 Predicted protein 6.459269628 L4_control_C2 +LQ00X018350 Predicted protein 5.756287405 L4_control_C3 +LQ00X018350 Predicted protein 5.41111672 L4_chemical_A1 +LQ00X018350 Predicted protein 5.706512523 L4_chemical_A2 +LQ00X018350 Predicted protein 5.629140306 L4_chemical_A3 +LQ00X018350 Predicted protein 6.013905 L4_chemical_B1 +LQ00X018350 Predicted protein 6.149251983 L4_chemical_B2 +LQ00X018350 Predicted protein 5.431345498 L4_chemical_B3 +LQ00X018350 Predicted protein 5.968448613 L4_chemical_C2 +LQ00X018350 Predicted protein 6.418011568 L4_chemical_C3 +LQ00X018390 Hypothetical protein 5.182115368 C6_control_A1 +LQ00X018390 Hypothetical protein 4.872385802 C6_control_A3 +LQ00X018390 Hypothetical protein 4.972635257 C6_control_B1 +LQ00X018390 Hypothetical protein 4.556921364 C6_control_B2 +LQ00X018390 Hypothetical protein 5.107498487 C6_control_B3 +LQ00X018390 Hypothetical protein 4.466763293 C6_control_C1 +LQ00X018390 Hypothetical protein 4.623784425 C6_control_C2 +LQ00X018390 Hypothetical protein 4.706660388 C6_control_C3 +LQ00X018390 Hypothetical protein 4.957677748 C6_chemical_A1 +LQ00X018390 Hypothetical protein 4.780124318 C6_chemical_A3 +LQ00X018390 Hypothetical protein 4.733787669 C6_chemical_B1 +LQ00X018390 Hypothetical protein 4.567933259 C6_chemical_B2 +LQ00X018390 Hypothetical protein 4.831628031 C6_chemical_B3 +LQ00X018390 Hypothetical protein 4.635752352 C6_chemical_C1 +LQ00X018390 Hypothetical protein 4.556890438 C6_chemical_C2 +LQ00X018390 Hypothetical protein 4.845541814 C6_chemical_C3 +LQ00X018390 Hypothetical protein 5.551767439 L4_control_A1 +LQ00X018390 Hypothetical protein 5.337266424 L4_control_A2 +LQ00X018390 Hypothetical protein 5.020067595 L4_control_A3 +LQ00X018390 Hypothetical protein 6.520852862 L4_control_B1 +LQ00X018390 Hypothetical protein 5.777463545 L4_control_B2 +LQ00X018390 Hypothetical protein 4.813616521 L4_control_B3 +LQ00X018390 Hypothetical protein 6.482352513 L4_control_C2 +LQ00X018390 Hypothetical protein 5.841590744 L4_control_C3 +LQ00X018390 Hypothetical protein 5.287618596 L4_chemical_A1 +LQ00X018390 Hypothetical protein 5.294812643 L4_chemical_A2 +LQ00X018390 Hypothetical protein 5.023960315 L4_chemical_A3 +LQ00X018390 Hypothetical protein 5.72958584 L4_chemical_B1 +LQ00X018390 Hypothetical protein 5.67492914 L4_chemical_B2 +LQ00X018390 Hypothetical protein 4.876423356 L4_chemical_B3 +LQ00X018390 Hypothetical protein 6.098577951 L4_chemical_C2 +LQ00X018390 Hypothetical protein 6.163806054 L4_chemical_C3 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.049302383 C6_control_A1 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.91035157 C6_control_A3 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.814897286 C6_control_B1 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.212094925 C6_control_B2 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.082446214 C6_control_B3 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.081267309 C6_control_C1 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.948745852 C6_control_C2 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.968655289 C6_control_C3 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.903558552 C6_chemical_A1 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.022511461 C6_chemical_A3 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.789824642 C6_chemical_B1 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.079225199 C6_chemical_B2 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.399607323 C6_chemical_B3 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.084797568 C6_chemical_C1 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.078039047 C6_chemical_C2 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.102863408 C6_chemical_C3 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.808904204 L4_control_A1 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.21457301 L4_control_A2 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.817530406 L4_control_A3 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.973297822 L4_control_B1 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.858804556 L4_control_B2 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.030037089 L4_control_B3 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.905159356 L4_control_C2 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.92722198 L4_control_C3 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.339708179 L4_chemical_A1 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.628834036 L4_chemical_A2 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.064644478 L4_chemical_A3 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.282789182 L4_chemical_B1 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.810478689 L4_chemical_B2 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.188194909 L4_chemical_B3 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.967840666 L4_chemical_C2 +LQ00X018650 Putative Wall-associated receptor kinase 2 5.524210789 L4_chemical_C3 +LQ00X018830 Putative Predicted protein 6.175387487 C6_control_A1 +LQ00X018830 Putative Predicted protein 6.264620185 C6_control_A3 +LQ00X018830 Putative Predicted protein 6.700430991 C6_control_B1 +LQ00X018830 Putative Predicted protein 6.141085327 C6_control_B2 +LQ00X018830 Putative Predicted protein 6.409899246 C6_control_B3 +LQ00X018830 Putative Predicted protein 6.184575116 C6_control_C1 +LQ00X018830 Putative Predicted protein 7.931693682 C6_control_C2 +LQ00X018830 Putative Predicted protein 6.580486087 C6_control_C3 +LQ00X018830 Putative Predicted protein 6.044672257 C6_chemical_A1 +LQ00X018830 Putative Predicted protein 6.010939564 C6_chemical_A3 +LQ00X018830 Putative Predicted protein 5.857226126 C6_chemical_B1 +LQ00X018830 Putative Predicted protein 6.122542983 C6_chemical_B2 +LQ00X018830 Putative Predicted protein 5.515193321 C6_chemical_B3 +LQ00X018830 Putative Predicted protein 6.248065059 C6_chemical_C1 +LQ00X018830 Putative Predicted protein 6.445977538 C6_chemical_C2 +LQ00X018830 Putative Predicted protein 5.779994621 C6_chemical_C3 +LQ00X018830 Putative Predicted protein 5.815486967 L4_control_A1 +LQ00X018830 Putative Predicted protein 5.763313204 L4_control_A2 +LQ00X018830 Putative Predicted protein 6.050538394 L4_control_A3 +LQ00X018830 Putative Predicted protein 5.648883402 L4_control_B1 +LQ00X018830 Putative Predicted protein 5.594317158 L4_control_B2 +LQ00X018830 Putative Predicted protein 6.216324358 L4_control_B3 +LQ00X018830 Putative Predicted protein 6.196897153 L4_control_C2 +LQ00X018830 Putative Predicted protein 5.352063809 L4_control_C3 +LQ00X018830 Putative Predicted protein 6.094720807 L4_chemical_A1 +LQ00X018830 Putative Predicted protein 5.944673755 L4_chemical_A2 +LQ00X018830 Putative Predicted protein 5.751480772 L4_chemical_A3 +LQ00X018830 Putative Predicted protein 6.095541167 L4_chemical_B1 +LQ00X018830 Putative Predicted protein 6.130442565 L4_chemical_B2 +LQ00X018830 Putative Predicted protein 6.230727864 L4_chemical_B3 +LQ00X018830 Putative Predicted protein 6.874344511 L4_chemical_C2 +LQ00X018830 Putative Predicted protein 5.52903484 L4_chemical_C3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 6.985431344 C6_control_A1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 6.116223362 C6_control_A3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.030783288 C6_control_B1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.8554561 C6_control_B2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.391075404 C6_control_B3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.463467119 C6_control_C1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.610533057 C6_control_C2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.816770464 C6_control_C3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 6.828159693 C6_chemical_A1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.153185788 C6_chemical_A3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 6.682188336 C6_chemical_B1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.380544959 C6_chemical_B2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 6.57937212 C6_chemical_B3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.490617066 C6_chemical_C1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.012146909 C6_chemical_C2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.489320683 C6_chemical_C3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.123526705 L4_control_A1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.985769466 L4_control_A2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.97275061 L4_control_A3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.322130525 L4_control_B1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.10865767 L4_control_B2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.190725998 L4_control_B3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.005150901 L4_control_C2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 6.777075291 L4_control_C3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.127970107 L4_chemical_A1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.147832124 L4_chemical_A2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.34469746 L4_chemical_A3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.026339124 L4_chemical_B1 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.038195264 L4_chemical_B2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 8.116274364 L4_chemical_B3 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.73186899 L4_chemical_C2 +LQ00X018950 Putative disease resistance RPP13-like protein 1 7.560108512 L4_chemical_C3 +LQ00X018960 Predicted protein (Fragment) 13.23924074 C6_control_A1 +LQ00X018960 Predicted protein (Fragment) 13.21986058 C6_control_A3 +LQ00X018960 Predicted protein (Fragment) 12.55144969 C6_control_B1 +LQ00X018960 Predicted protein (Fragment) 11.62789214 C6_control_B2 +LQ00X018960 Predicted protein (Fragment) 12.38711081 C6_control_B3 +LQ00X018960 Predicted protein (Fragment) 11.73411938 C6_control_C1 +LQ00X018960 Predicted protein (Fragment) 11.73788261 C6_control_C2 +LQ00X018960 Predicted protein (Fragment) 11.07088602 C6_control_C3 +LQ00X018960 Predicted protein (Fragment) 13.18356402 C6_chemical_A1 +LQ00X018960 Predicted protein (Fragment) 13.84517286 C6_chemical_A3 +LQ00X018960 Predicted protein (Fragment) 12.63942773 C6_chemical_B1 +LQ00X018960 Predicted protein (Fragment) 11.83288953 C6_chemical_B2 +LQ00X018960 Predicted protein (Fragment) 12.36457885 C6_chemical_B3 +LQ00X018960 Predicted protein (Fragment) 11.95995594 C6_chemical_C1 +LQ00X018960 Predicted protein (Fragment) 11.47140985 C6_chemical_C2 +LQ00X018960 Predicted protein (Fragment) 10.95426719 C6_chemical_C3 +LQ00X018960 Predicted protein (Fragment) 13.68080526 L4_control_A1 +LQ00X018960 Predicted protein (Fragment) 13.66011457 L4_control_A2 +LQ00X018960 Predicted protein (Fragment) 13.67710859 L4_control_A3 +LQ00X018960 Predicted protein (Fragment) 13.32285063 L4_control_B1 +LQ00X018960 Predicted protein (Fragment) 13.90949111 L4_control_B2 +LQ00X018960 Predicted protein (Fragment) 12.14803107 L4_control_B3 +LQ00X018960 Predicted protein (Fragment) 12.83246154 L4_control_C2 +LQ00X018960 Predicted protein (Fragment) 12.14735197 L4_control_C3 +LQ00X018960 Predicted protein (Fragment) 13.41193517 L4_chemical_A1 +LQ00X018960 Predicted protein (Fragment) 13.67644967 L4_chemical_A2 +LQ00X018960 Predicted protein (Fragment) 13.59722397 L4_chemical_A3 +LQ00X018960 Predicted protein (Fragment) 13.85014076 L4_chemical_B1 +LQ00X018960 Predicted protein (Fragment) 13.77043812 L4_chemical_B2 +LQ00X018960 Predicted protein (Fragment) 12.7932845 L4_chemical_B3 +LQ00X018960 Predicted protein (Fragment) 12.82897322 L4_chemical_C2 +LQ00X018960 Predicted protein (Fragment) 12.32428205 L4_chemical_C3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.84426658 C6_control_A1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 14.06111617 C6_control_A3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 14.05311025 C6_control_B1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.85423863 C6_control_B2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 14.06763038 C6_control_B3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.52518091 C6_control_C1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.57890834 C6_control_C2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.1389921 C6_control_C3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.93475803 C6_chemical_A1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 14.07182607 C6_chemical_A3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.96312661 C6_chemical_B1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.92021352 C6_chemical_B2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.98287121 C6_chemical_B3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.60161238 C6_chemical_C1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.19542706 C6_chemical_C2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.28994811 C6_chemical_C3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.95528218 L4_control_A1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.58936678 L4_control_A2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 12.94496448 L4_control_A3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.88020094 L4_control_B1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.85993167 L4_control_B2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 14.0827873 L4_control_B3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 12.94410511 L4_control_C2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.64469459 L4_control_C3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 14.02811172 L4_chemical_A1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.41356474 L4_chemical_A2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.38965381 L4_chemical_A3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.78191484 L4_chemical_B1 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.30984509 L4_chemical_B2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 14.21007523 L4_chemical_B3 +LQ00X018980 Rab GDP dissociation inhibitor alpha 12.73979785 L4_chemical_C2 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.62720329 L4_chemical_C3 +LQ00X019050 Predicted protein 4.96043102 C6_control_A1 +LQ00X019050 Predicted protein 5.001201316 C6_control_A3 +LQ00X019050 Predicted protein 5.374746069 C6_control_B1 +LQ00X019050 Predicted protein 4.904754319 C6_control_B2 +LQ00X019050 Predicted protein 4.994060561 C6_control_B3 +LQ00X019050 Predicted protein 5.036451077 C6_control_C1 +LQ00X019050 Predicted protein 4.835902198 C6_control_C2 +LQ00X019050 Predicted protein 4.866975128 C6_control_C3 +LQ00X019050 Predicted protein 5.760474171 C6_chemical_A1 +LQ00X019050 Predicted protein 4.827888864 C6_chemical_A3 +LQ00X019050 Predicted protein 6.423339568 C6_chemical_B1 +LQ00X019050 Predicted protein 4.836531071 C6_chemical_B2 +LQ00X019050 Predicted protein 5.243727492 C6_chemical_B3 +LQ00X019050 Predicted protein 4.813608326 C6_chemical_C1 +LQ00X019050 Predicted protein 4.772905237 C6_chemical_C2 +LQ00X019050 Predicted protein 5.024234321 C6_chemical_C3 +LQ00X019050 Predicted protein 4.923172704 L4_control_A1 +LQ00X019050 Predicted protein 5.046697298 L4_control_A2 +LQ00X019050 Predicted protein 5.257589106 L4_control_A3 +LQ00X019050 Predicted protein 6.474274843 L4_control_B1 +LQ00X019050 Predicted protein 5.039517365 L4_control_B2 +LQ00X019050 Predicted protein 4.991747983 L4_control_B3 +LQ00X019050 Predicted protein 5.379117817 L4_control_C2 +LQ00X019050 Predicted protein 5.437320046 L4_control_C3 +LQ00X019050 Predicted protein 4.897723701 L4_chemical_A1 +LQ00X019050 Predicted protein 4.908052575 L4_chemical_A2 +LQ00X019050 Predicted protein 5.102747812 L4_chemical_A3 +LQ00X019050 Predicted protein 5.053323594 L4_chemical_B1 +LQ00X019050 Predicted protein 5.476503749 L4_chemical_B2 +LQ00X019050 Predicted protein 4.707217628 L4_chemical_B3 +LQ00X019050 Predicted protein 5.055254787 L4_chemical_C2 +LQ00X019050 Predicted protein 5.76140151 L4_chemical_C3 +LQ00X019461 Hypothetical protein 5.080002337 C6_control_A1 +LQ00X019461 Hypothetical protein 5.278961156 C6_control_A3 +LQ00X019461 Hypothetical protein 5.458842461 C6_control_B1 +LQ00X019461 Hypothetical protein 5.396586912 C6_control_B2 +LQ00X019461 Hypothetical protein 5.417432268 C6_control_B3 +LQ00X019461 Hypothetical protein 5.512122866 C6_control_C1 +LQ00X019461 Hypothetical protein 5.329540357 C6_control_C2 +LQ00X019461 Hypothetical protein 5.345044529 C6_control_C3 +LQ00X019461 Hypothetical protein 5.214363482 C6_chemical_A1 +LQ00X019461 Hypothetical protein 5.074518267 C6_chemical_A3 +LQ00X019461 Hypothetical protein 5.229728204 C6_chemical_B1 +LQ00X019461 Hypothetical protein 5.426727443 C6_chemical_B2 +LQ00X019461 Hypothetical protein 5.350546281 C6_chemical_B3 +LQ00X019461 Hypothetical protein 6.054646245 C6_chemical_C1 +LQ00X019461 Hypothetical protein 5.320271203 C6_chemical_C2 +LQ00X019461 Hypothetical protein 5.349101115 C6_chemical_C3 +LQ00X019461 Hypothetical protein 5.35659682 L4_control_A1 +LQ00X019461 Hypothetical protein 5.546606276 L4_control_A2 +LQ00X019461 Hypothetical protein 6.152396338 L4_control_A3 +LQ00X019461 Hypothetical protein 5.729263036 L4_control_B1 +LQ00X019461 Hypothetical protein 6.118868518 L4_control_B2 +LQ00X019461 Hypothetical protein 5.134861803 L4_control_B3 +LQ00X019461 Hypothetical protein 6.18320811 L4_control_C2 +LQ00X019461 Hypothetical protein 5.308413209 L4_control_C3 +LQ00X019461 Hypothetical protein 5.509752435 L4_chemical_A1 +LQ00X019461 Hypothetical protein 5.448946794 L4_chemical_A2 +LQ00X019461 Hypothetical protein 5.48360468 L4_chemical_A3 +LQ00X019461 Hypothetical protein 5.34711543 L4_chemical_B1 +LQ00X019461 Hypothetical protein 5.933293911 L4_chemical_B2 +LQ00X019461 Hypothetical protein 5.166239201 L4_chemical_B3 +LQ00X019461 Hypothetical protein 6.07030147 L4_chemical_C2 +LQ00X019461 Hypothetical protein 5.437269127 L4_chemical_C3 +LQ00X019481 Putative retrotransposon protein, identical 8.171476232 C6_control_A1 +LQ00X019481 Putative retrotransposon protein, identical 7.87718552 C6_control_A3 +LQ00X019481 Putative retrotransposon protein, identical 7.765654266 C6_control_B1 +LQ00X019481 Putative retrotransposon protein, identical 8.259180372 C6_control_B2 +LQ00X019481 Putative retrotransposon protein, identical 7.614382516 C6_control_B3 +LQ00X019481 Putative retrotransposon protein, identical 8.21015679 C6_control_C1 +LQ00X019481 Putative retrotransposon protein, identical 7.620984032 C6_control_C2 +LQ00X019481 Putative retrotransposon protein, identical 8.747475037 C6_control_C3 +LQ00X019481 Putative retrotransposon protein, identical 7.798021784 C6_chemical_A1 +LQ00X019481 Putative retrotransposon protein, identical 7.913256743 C6_chemical_A3 +LQ00X019481 Putative retrotransposon protein, identical 7.065702123 C6_chemical_B1 +LQ00X019481 Putative retrotransposon protein, identical 8.029642669 C6_chemical_B2 +LQ00X019481 Putative retrotransposon protein, identical 7.358273509 C6_chemical_B3 +LQ00X019481 Putative retrotransposon protein, identical 8.150379312 C6_chemical_C1 +LQ00X019481 Putative retrotransposon protein, identical 7.787611493 C6_chemical_C2 +LQ00X019481 Putative retrotransposon protein, identical 8.245187927 C6_chemical_C3 +LQ00X019481 Putative retrotransposon protein, identical 7.911484601 L4_control_A1 +LQ00X019481 Putative retrotransposon protein, identical 8.071130722 L4_control_A2 +LQ00X019481 Putative retrotransposon protein, identical 8.168954936 L4_control_A3 +LQ00X019481 Putative retrotransposon protein, identical 6.261785996 L4_control_B1 +LQ00X019481 Putative retrotransposon protein, identical 6.639770529 L4_control_B2 +LQ00X019481 Putative retrotransposon protein, identical 7.151591601 L4_control_B3 +LQ00X019481 Putative retrotransposon protein, identical 7.01036973 L4_control_C2 +LQ00X019481 Putative retrotransposon protein, identical 6.909484565 L4_control_C3 +LQ00X019481 Putative retrotransposon protein, identical 7.991302434 L4_chemical_A1 +LQ00X019481 Putative retrotransposon protein, identical 7.50139913 L4_chemical_A2 +LQ00X019481 Putative retrotransposon protein, identical 8.468071647 L4_chemical_A3 +LQ00X019481 Putative retrotransposon protein, identical 6.840625152 L4_chemical_B1 +LQ00X019481 Putative retrotransposon protein, identical 6.763941159 L4_chemical_B2 +LQ00X019481 Putative retrotransposon protein, identical 7.311315796 L4_chemical_B3 +LQ00X019481 Putative retrotransposon protein, identical 6.759284174 L4_chemical_C2 +LQ00X019481 Putative retrotransposon protein, identical 6.752956285 L4_chemical_C3 +LQ00X019500 Hypothetical protein 4.7545301 C6_control_A1 +LQ00X019500 Hypothetical protein 5.009307865 C6_control_A3 +LQ00X019500 Hypothetical protein 5.3945514 C6_control_B1 +LQ00X019500 Hypothetical protein 4.741322988 C6_control_B2 +LQ00X019500 Hypothetical protein 4.793577843 C6_control_B3 +LQ00X019500 Hypothetical protein 4.706900288 C6_control_C1 +LQ00X019500 Hypothetical protein 4.67809357 C6_control_C2 +LQ00X019500 Hypothetical protein 4.663288713 C6_control_C3 +LQ00X019500 Hypothetical protein 5.170313072 C6_chemical_A1 +LQ00X019500 Hypothetical protein 4.9410391 C6_chemical_A3 +LQ00X019500 Hypothetical protein 5.215604387 C6_chemical_B1 +LQ00X019500 Hypothetical protein 4.732837119 C6_chemical_B2 +LQ00X019500 Hypothetical protein 5.008208975 C6_chemical_B3 +LQ00X019500 Hypothetical protein 4.939977237 C6_chemical_C1 +LQ00X019500 Hypothetical protein 4.77343829 C6_chemical_C2 +LQ00X019500 Hypothetical protein 4.508676893 C6_chemical_C3 +LQ00X019500 Hypothetical protein 4.825011214 L4_control_A1 +LQ00X019500 Hypothetical protein 5.163854513 L4_control_A2 +LQ00X019500 Hypothetical protein 5.366119335 L4_control_A3 +LQ00X019500 Hypothetical protein 4.793391816 L4_control_B1 +LQ00X019500 Hypothetical protein 4.634198127 L4_control_B2 +LQ00X019500 Hypothetical protein 4.908359008 L4_control_B3 +LQ00X019500 Hypothetical protein 5.035315966 L4_control_C2 +LQ00X019500 Hypothetical protein 4.648188097 L4_control_C3 +LQ00X019500 Hypothetical protein 5.055559387 L4_chemical_A1 +LQ00X019500 Hypothetical protein 5.588708128 L4_chemical_A2 +LQ00X019500 Hypothetical protein 5.242411964 L4_chemical_A3 +LQ00X019500 Hypothetical protein 4.599379597 L4_chemical_B1 +LQ00X019500 Hypothetical protein 5.13122118 L4_chemical_B2 +LQ00X019500 Hypothetical protein 4.756217217 L4_chemical_B3 +LQ00X019500 Hypothetical protein 5.0718053 L4_chemical_C2 +LQ00X019500 Hypothetical protein 5.058628438 L4_chemical_C3 +LQ00X019510 Hypothetical protein 5.433448165 C6_control_A1 +LQ00X019510 Hypothetical protein 5.321608777 C6_control_A3 +LQ00X019510 Hypothetical protein 6.166254086 C6_control_B1 +LQ00X019510 Hypothetical protein 5.91435292 C6_control_B2 +LQ00X019510 Hypothetical protein 6.273885845 C6_control_B3 +LQ00X019510 Hypothetical protein 6.036104323 C6_control_C1 +LQ00X019510 Hypothetical protein 5.696878334 C6_control_C2 +LQ00X019510 Hypothetical protein 6.252376368 C6_control_C3 +LQ00X019510 Hypothetical protein 5.833529869 C6_chemical_A1 +LQ00X019510 Hypothetical protein 5.994724828 C6_chemical_A3 +LQ00X019510 Hypothetical protein 6.478887556 C6_chemical_B1 +LQ00X019510 Hypothetical protein 5.881172294 C6_chemical_B2 +LQ00X019510 Hypothetical protein 5.883574219 C6_chemical_B3 +LQ00X019510 Hypothetical protein 6.181940802 C6_chemical_C1 +LQ00X019510 Hypothetical protein 6.476349671 C6_chemical_C2 +LQ00X019510 Hypothetical protein 6.524022838 C6_chemical_C3 +LQ00X019510 Hypothetical protein 5.711654776 L4_control_A1 +LQ00X019510 Hypothetical protein 5.841764573 L4_control_A2 +LQ00X019510 Hypothetical protein 5.726595266 L4_control_A3 +LQ00X019510 Hypothetical protein 5.402463638 L4_control_B1 +LQ00X019510 Hypothetical protein 5.190477267 L4_control_B2 +LQ00X019510 Hypothetical protein 6.053753666 L4_control_B3 +LQ00X019510 Hypothetical protein 5.348220726 L4_control_C2 +LQ00X019510 Hypothetical protein 7.513190387 L4_control_C3 +LQ00X019510 Hypothetical protein 5.805403283 L4_chemical_A1 +LQ00X019510 Hypothetical protein 5.766381934 L4_chemical_A2 +LQ00X019510 Hypothetical protein 6.406114706 L4_chemical_A3 +LQ00X019510 Hypothetical protein 5.884385526 L4_chemical_B1 +LQ00X019510 Hypothetical protein 5.211281715 L4_chemical_B2 +LQ00X019510 Hypothetical protein 6.125634219 L4_chemical_B3 +LQ00X019510 Hypothetical protein 6.1048315 L4_chemical_C2 +LQ00X019510 Hypothetical protein 6.866090319 L4_chemical_C3 +LQ00X019550 Hypothetical protein 11.1213093 C6_control_A1 +LQ00X019550 Hypothetical protein 10.51293097 C6_control_A3 +LQ00X019550 Hypothetical protein 11.25766257 C6_control_B1 +LQ00X019550 Hypothetical protein 11.06049734 C6_control_B2 +LQ00X019550 Hypothetical protein 10.78004826 C6_control_B3 +LQ00X019550 Hypothetical protein 12.49595993 C6_control_C1 +LQ00X019550 Hypothetical protein 11.27371542 C6_control_C2 +LQ00X019550 Hypothetical protein 12.12476794 C6_control_C3 +LQ00X019550 Hypothetical protein 11.04361689 C6_chemical_A1 +LQ00X019550 Hypothetical protein 11.37125422 C6_chemical_A3 +LQ00X019550 Hypothetical protein 11.15366905 C6_chemical_B1 +LQ00X019550 Hypothetical protein 10.80928666 C6_chemical_B2 +LQ00X019550 Hypothetical protein 11.04613352 C6_chemical_B3 +LQ00X019550 Hypothetical protein 12.27964753 C6_chemical_C1 +LQ00X019550 Hypothetical protein 12.28297565 C6_chemical_C2 +LQ00X019550 Hypothetical protein 12.44153767 C6_chemical_C3 +LQ00X019550 Hypothetical protein 11.60300385 L4_control_A1 +LQ00X019550 Hypothetical protein 11.04874329 L4_control_A2 +LQ00X019550 Hypothetical protein 12.10816456 L4_control_A3 +LQ00X019550 Hypothetical protein 12.41126424 L4_control_B1 +LQ00X019550 Hypothetical protein 10.95620998 L4_control_B2 +LQ00X019550 Hypothetical protein 11.80456877 L4_control_B3 +LQ00X019550 Hypothetical protein 12.39017968 L4_control_C2 +LQ00X019550 Hypothetical protein 12.07446816 L4_control_C3 +LQ00X019550 Hypothetical protein 12.48252353 L4_chemical_A1 +LQ00X019550 Hypothetical protein 11.30583471 L4_chemical_A2 +LQ00X019550 Hypothetical protein 12.04728052 L4_chemical_A3 +LQ00X019550 Hypothetical protein 12.12491828 L4_chemical_B1 +LQ00X019550 Hypothetical protein 11.42574105 L4_chemical_B2 +LQ00X019550 Hypothetical protein 12.09040463 L4_chemical_B3 +LQ00X019550 Hypothetical protein 12.62827757 L4_chemical_C2 +LQ00X019550 Hypothetical protein 12.20274875 L4_chemical_C3 +LQ00X019560 Predicted protein (Fragment) 11.37036041 C6_control_A1 +LQ00X019560 Predicted protein (Fragment) 11.79149276 C6_control_A3 +LQ00X019560 Predicted protein (Fragment) 11.62033071 C6_control_B1 +LQ00X019560 Predicted protein (Fragment) 10.75786446 C6_control_B2 +LQ00X019560 Predicted protein (Fragment) 11.6019399 C6_control_B3 +LQ00X019560 Predicted protein (Fragment) 11.03238292 C6_control_C1 +LQ00X019560 Predicted protein (Fragment) 10.82812449 C6_control_C2 +LQ00X019560 Predicted protein (Fragment) 10.9193837 C6_control_C3 +LQ00X019560 Predicted protein (Fragment) 11.2563606 C6_chemical_A1 +LQ00X019560 Predicted protein (Fragment) 11.62649897 C6_chemical_A3 +LQ00X019560 Predicted protein (Fragment) 11.49596154 C6_chemical_B1 +LQ00X019560 Predicted protein (Fragment) 10.76249957 C6_chemical_B2 +LQ00X019560 Predicted protein (Fragment) 11.46796153 C6_chemical_B3 +LQ00X019560 Predicted protein (Fragment) 10.78137058 C6_chemical_C1 +LQ00X019560 Predicted protein (Fragment) 10.78658561 C6_chemical_C2 +LQ00X019560 Predicted protein (Fragment) 10.97860932 C6_chemical_C3 +LQ00X019560 Predicted protein (Fragment) 11.29733225 L4_control_A1 +LQ00X019560 Predicted protein (Fragment) 10.96821451 L4_control_A2 +LQ00X019560 Predicted protein (Fragment) 10.05762585 L4_control_A3 +LQ00X019560 Predicted protein (Fragment) 11.21051983 L4_control_B1 +LQ00X019560 Predicted protein (Fragment) 11.92318839 L4_control_B2 +LQ00X019560 Predicted protein (Fragment) 11.27290444 L4_control_B3 +LQ00X019560 Predicted protein (Fragment) 12.2559384 L4_control_C2 +LQ00X019560 Predicted protein (Fragment) 11.61558683 L4_control_C3 +LQ00X019560 Predicted protein (Fragment) 10.8645759 L4_chemical_A1 +LQ00X019560 Predicted protein (Fragment) 10.85184588 L4_chemical_A2 +LQ00X019560 Predicted protein (Fragment) 9.518405712 L4_chemical_A3 +LQ00X019560 Predicted protein (Fragment) 11.29800305 L4_chemical_B1 +LQ00X019560 Predicted protein (Fragment) 11.52483162 L4_chemical_B2 +LQ00X019560 Predicted protein (Fragment) 11.15320259 L4_chemical_B3 +LQ00X019560 Predicted protein (Fragment) 11.89753309 L4_chemical_C2 +LQ00X019560 Predicted protein (Fragment) 11.79239907 L4_chemical_C3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.67926151 C6_control_A1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 9.740297736 C6_control_A3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.51550465 C6_control_B1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.98729107 C6_control_B2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.89347466 C6_control_B3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.85176617 C6_control_C1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.84087195 C6_control_C2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 12.07536748 C6_control_C3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.84861298 C6_chemical_A1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.19448043 C6_chemical_A3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.93080086 C6_chemical_B1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.07283323 C6_chemical_B2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.03817701 C6_chemical_B3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 12.00306356 C6_chemical_C1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.89834311 C6_chemical_C2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 12.3704909 C6_chemical_C3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.62840616 L4_control_A1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.84448501 L4_control_A2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.94125882 L4_control_A3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.9140904 L4_control_B1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.09010404 L4_control_B2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.27343651 L4_control_B3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.3852734 L4_control_C2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.92353809 L4_control_C3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.94228835 L4_chemical_A1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.13627255 L4_chemical_A2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.85924884 L4_chemical_A3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.702786 L4_chemical_B1 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.99951016 L4_chemical_B2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.90175707 L4_chemical_B3 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.39916565 L4_chemical_C2 +LQ00X019720 Putative serine/threonine-protein kinase receptor 11.89716375 L4_chemical_C3 +LQ00X019820 Cytochrome P450 81D1 5.185206879 C6_control_A1 +LQ00X019820 Cytochrome P450 81D1 5.426831724 C6_control_A3 +LQ00X019820 Cytochrome P450 81D1 5.106405111 C6_control_B1 +LQ00X019820 Cytochrome P450 81D1 5.318397344 C6_control_B2 +LQ00X019820 Cytochrome P450 81D1 4.946170966 C6_control_B3 +LQ00X019820 Cytochrome P450 81D1 5.510949926 C6_control_C1 +LQ00X019820 Cytochrome P450 81D1 5.36440712 C6_control_C2 +LQ00X019820 Cytochrome P450 81D1 5.519105562 C6_control_C3 +LQ00X019820 Cytochrome P450 81D1 5.210775832 C6_chemical_A1 +LQ00X019820 Cytochrome P450 81D1 5.178876839 C6_chemical_A3 +LQ00X019820 Cytochrome P450 81D1 5.172043237 C6_chemical_B1 +LQ00X019820 Cytochrome P450 81D1 5.233148405 C6_chemical_B2 +LQ00X019820 Cytochrome P450 81D1 5.039601506 C6_chemical_B3 +LQ00X019820 Cytochrome P450 81D1 5.538365288 C6_chemical_C1 +LQ00X019820 Cytochrome P450 81D1 5.577405015 C6_chemical_C2 +LQ00X019820 Cytochrome P450 81D1 5.914057139 C6_chemical_C3 +LQ00X019820 Cytochrome P450 81D1 5.179875761 L4_control_A1 +LQ00X019820 Cytochrome P450 81D1 5.703279031 L4_control_A2 +LQ00X019820 Cytochrome P450 81D1 5.36739737 L4_control_A3 +LQ00X019820 Cytochrome P450 81D1 5.511997743 L4_control_B1 +LQ00X019820 Cytochrome P450 81D1 5.25214675 L4_control_B2 +LQ00X019820 Cytochrome P450 81D1 5.459200957 L4_control_B3 +LQ00X019820 Cytochrome P450 81D1 5.63918343 L4_control_C2 +LQ00X019820 Cytochrome P450 81D1 4.896479983 L4_control_C3 +LQ00X019820 Cytochrome P450 81D1 5.095638795 L4_chemical_A1 +LQ00X019820 Cytochrome P450 81D1 5.145542906 L4_chemical_A2 +LQ00X019820 Cytochrome P450 81D1 5.088320578 L4_chemical_A3 +LQ00X019820 Cytochrome P450 81D1 5.521506696 L4_chemical_B1 +LQ00X019820 Cytochrome P450 81D1 5.720289545 L4_chemical_B2 +LQ00X019820 Cytochrome P450 81D1 5.344055924 L4_chemical_B3 +LQ00X019820 Cytochrome P450 81D1 4.87740768 L4_chemical_C2 +LQ00X019820 Cytochrome P450 81D1 4.947204649 L4_chemical_C3 +LQ00X019920 Predicted protein 10.08935404 C6_control_A1 +LQ00X019920 Predicted protein 10.0961321 C6_control_A3 +LQ00X019920 Predicted protein 10.28344186 C6_control_B1 +LQ00X019920 Predicted protein 10.08626665 C6_control_B2 +LQ00X019920 Predicted protein 10.19341985 C6_control_B3 +LQ00X019920 Predicted protein 10.70571373 C6_control_C1 +LQ00X019920 Predicted protein 10.47268965 C6_control_C2 +LQ00X019920 Predicted protein 10.22223666 C6_control_C3 +LQ00X019920 Predicted protein 10.36608725 C6_chemical_A1 +LQ00X019920 Predicted protein 10.40675917 C6_chemical_A3 +LQ00X019920 Predicted protein 10.41462113 C6_chemical_B1 +LQ00X019920 Predicted protein 10.59408969 C6_chemical_B2 +LQ00X019920 Predicted protein 10.33872566 C6_chemical_B3 +LQ00X019920 Predicted protein 10.83339585 C6_chemical_C1 +LQ00X019920 Predicted protein 11.06720607 C6_chemical_C2 +LQ00X019920 Predicted protein 10.36747501 C6_chemical_C3 +LQ00X019920 Predicted protein 9.976174422 L4_control_A1 +LQ00X019920 Predicted protein 9.772633819 L4_control_A2 +LQ00X019920 Predicted protein 9.731564565 L4_control_A3 +LQ00X019920 Predicted protein 9.594339466 L4_control_B1 +LQ00X019920 Predicted protein 10.26498383 L4_control_B2 +LQ00X019920 Predicted protein 9.977772577 L4_control_B3 +LQ00X019920 Predicted protein 10.94796288 L4_control_C2 +LQ00X019920 Predicted protein 10.61044467 L4_control_C3 +LQ00X019920 Predicted protein 10.13121921 L4_chemical_A1 +LQ00X019920 Predicted protein 10.06418648 L4_chemical_A2 +LQ00X019920 Predicted protein 9.42697211 L4_chemical_A3 +LQ00X019920 Predicted protein 9.87965879 L4_chemical_B1 +LQ00X019920 Predicted protein 10.26425663 L4_chemical_B2 +LQ00X019920 Predicted protein 9.601943781 L4_chemical_B3 +LQ00X019920 Predicted protein 10.49662468 L4_chemical_C2 +LQ00X019920 Predicted protein 10.59612845 L4_chemical_C3 +LQ00X019950 Hypothetical protein 5.234958464 C6_control_A1 +LQ00X019950 Hypothetical protein 5.0469062 C6_control_A3 +LQ00X019950 Hypothetical protein 4.990957697 C6_control_B1 +LQ00X019950 Hypothetical protein 4.941936083 C6_control_B2 +LQ00X019950 Hypothetical protein 5.235093349 C6_control_B3 +LQ00X019950 Hypothetical protein 4.811668865 C6_control_C1 +LQ00X019950 Hypothetical protein 4.81706907 C6_control_C2 +LQ00X019950 Hypothetical protein 4.827017789 C6_control_C3 +LQ00X019950 Hypothetical protein 5.18529444 C6_chemical_A1 +LQ00X019950 Hypothetical protein 4.894116338 C6_chemical_A3 +LQ00X019950 Hypothetical protein 4.927509676 C6_chemical_B1 +LQ00X019950 Hypothetical protein 5.031296251 C6_chemical_B2 +LQ00X019950 Hypothetical protein 4.83594044 C6_chemical_B3 +LQ00X019950 Hypothetical protein 4.884222433 C6_chemical_C1 +LQ00X019950 Hypothetical protein 4.986239551 C6_chemical_C2 +LQ00X019950 Hypothetical protein 5.086425336 C6_chemical_C3 +LQ00X019950 Hypothetical protein 4.905609854 L4_control_A1 +LQ00X019950 Hypothetical protein 5.102171703 L4_control_A2 +LQ00X019950 Hypothetical protein 5.445934328 L4_control_A3 +LQ00X019950 Hypothetical protein 4.659839051 L4_control_B1 +LQ00X019950 Hypothetical protein 5.017168392 L4_control_B2 +LQ00X019950 Hypothetical protein 5.158219241 L4_control_B3 +LQ00X019950 Hypothetical protein 5.567782949 L4_control_C2 +LQ00X019950 Hypothetical protein 5.287533743 L4_control_C3 +LQ00X019950 Hypothetical protein 5.303344737 L4_chemical_A1 +LQ00X019950 Hypothetical protein 5.408808618 L4_chemical_A2 +LQ00X019950 Hypothetical protein 5.548909926 L4_chemical_A3 +LQ00X019950 Hypothetical protein 5.195841498 L4_chemical_B1 +LQ00X019950 Hypothetical protein 5.15039448 L4_chemical_B2 +LQ00X019950 Hypothetical protein 4.950733564 L4_chemical_B3 +LQ00X019950 Hypothetical protein 5.157768206 L4_chemical_C2 +LQ00X019950 Hypothetical protein 4.897077321 L4_chemical_C3 +LQ00X019970 Predicted protein (Fragment) 4.614572766 C6_control_A1 +LQ00X019970 Predicted protein (Fragment) 5.592996422 C6_control_A3 +LQ00X019970 Predicted protein (Fragment) 4.667938551 C6_control_B1 +LQ00X019970 Predicted protein (Fragment) 4.698222629 C6_control_B2 +LQ00X019970 Predicted protein (Fragment) 4.602720618 C6_control_B3 +LQ00X019970 Predicted protein (Fragment) 4.548992526 C6_control_C1 +LQ00X019970 Predicted protein (Fragment) 4.788900933 C6_control_C2 +LQ00X019970 Predicted protein (Fragment) 4.461052924 C6_control_C3 +LQ00X019970 Predicted protein (Fragment) 4.856895327 C6_chemical_A1 +LQ00X019970 Predicted protein (Fragment) 5.120140809 C6_chemical_A3 +LQ00X019970 Predicted protein (Fragment) 4.586755778 C6_chemical_B1 +LQ00X019970 Predicted protein (Fragment) 4.663434971 C6_chemical_B2 +LQ00X019970 Predicted protein (Fragment) 4.489205849 C6_chemical_B3 +LQ00X019970 Predicted protein (Fragment) 4.458743359 C6_chemical_C1 +LQ00X019970 Predicted protein (Fragment) 4.711486067 C6_chemical_C2 +LQ00X019970 Predicted protein (Fragment) 4.816972615 C6_chemical_C3 +LQ00X019970 Predicted protein (Fragment) 4.693563466 L4_control_A1 +LQ00X019970 Predicted protein (Fragment) 5.126378794 L4_control_A2 +LQ00X019970 Predicted protein (Fragment) 5.502470976 L4_control_A3 +LQ00X019970 Predicted protein (Fragment) 5.301851997 L4_control_B1 +LQ00X019970 Predicted protein (Fragment) 5.413951331 L4_control_B2 +LQ00X019970 Predicted protein (Fragment) 4.871000437 L4_control_B3 +LQ00X019970 Predicted protein (Fragment) 4.896244431 L4_control_C2 +LQ00X019970 Predicted protein (Fragment) 4.627331789 L4_control_C3 +LQ00X019970 Predicted protein (Fragment) 4.75158533 L4_chemical_A1 +LQ00X019970 Predicted protein (Fragment) 4.82230134 L4_chemical_A2 +LQ00X019970 Predicted protein (Fragment) 5.306552647 L4_chemical_A3 +LQ00X019970 Predicted protein (Fragment) 5.218273469 L4_chemical_B1 +LQ00X019970 Predicted protein (Fragment) 4.917305119 L4_chemical_B2 +LQ00X019970 Predicted protein (Fragment) 4.599638773 L4_chemical_B3 +LQ00X019970 Predicted protein (Fragment) 4.546961636 L4_chemical_C2 +LQ00X019970 Predicted protein (Fragment) 4.71565227 L4_chemical_C3 +LQ00X020010 Putative uncharacterized protein 4.587273069 C6_control_A1 +LQ00X020010 Putative uncharacterized protein 4.810182247 C6_control_A3 +LQ00X020010 Putative uncharacterized protein 4.751990907 C6_control_B1 +LQ00X020010 Putative uncharacterized protein 4.774930041 C6_control_B2 +LQ00X020010 Putative uncharacterized protein 4.80972942 C6_control_B3 +LQ00X020010 Putative uncharacterized protein 4.823873607 C6_control_C1 +LQ00X020010 Putative uncharacterized protein 4.720945091 C6_control_C2 +LQ00X020010 Putative uncharacterized protein 4.810676984 C6_control_C3 +LQ00X020010 Putative uncharacterized protein 5.037721508 C6_chemical_A1 +LQ00X020010 Putative uncharacterized protein 4.617531861 C6_chemical_A3 +LQ00X020010 Putative uncharacterized protein 4.903553742 C6_chemical_B1 +LQ00X020010 Putative uncharacterized protein 4.643521405 C6_chemical_B2 +LQ00X020010 Putative uncharacterized protein 4.965948268 C6_chemical_B3 +LQ00X020010 Putative uncharacterized protein 4.845582045 C6_chemical_C1 +LQ00X020010 Putative uncharacterized protein 4.896846772 C6_chemical_C2 +LQ00X020010 Putative uncharacterized protein 4.948682014 C6_chemical_C3 +LQ00X020010 Putative uncharacterized protein 4.761715586 L4_control_A1 +LQ00X020010 Putative uncharacterized protein 4.678687824 L4_control_A2 +LQ00X020010 Putative uncharacterized protein 4.943951575 L4_control_A3 +LQ00X020010 Putative uncharacterized protein 4.713692646 L4_control_B1 +LQ00X020010 Putative uncharacterized protein 4.840854366 L4_control_B2 +LQ00X020010 Putative uncharacterized protein 4.858802749 L4_control_B3 +LQ00X020010 Putative uncharacterized protein 5.2508431 L4_control_C2 +LQ00X020010 Putative uncharacterized protein 4.771908485 L4_control_C3 +LQ00X020010 Putative uncharacterized protein 5.278205743 L4_chemical_A1 +LQ00X020010 Putative uncharacterized protein 4.884970467 L4_chemical_A2 +LQ00X020010 Putative uncharacterized protein 4.812624309 L4_chemical_A3 +LQ00X020010 Putative uncharacterized protein 4.787334428 L4_chemical_B1 +LQ00X020010 Putative uncharacterized protein 4.945276646 L4_chemical_B2 +LQ00X020010 Putative uncharacterized protein 4.74681485 L4_chemical_B3 +LQ00X020010 Putative uncharacterized protein 5.022053707 L4_chemical_C2 +LQ00X020010 Putative uncharacterized protein 5.306771329 L4_chemical_C3 +LQ00X020030 Predicted protein 6.557590133 C6_control_A1 +LQ00X020030 Predicted protein 6.604347974 C6_control_A3 +LQ00X020030 Predicted protein 7.739899548 C6_control_B1 +LQ00X020030 Predicted protein 6.660794228 C6_control_B2 +LQ00X020030 Predicted protein 7.843903573 C6_control_B3 +LQ00X020030 Predicted protein 7.677816781 C6_control_C1 +LQ00X020030 Predicted protein 7.089310811 C6_control_C2 +LQ00X020030 Predicted protein 8.03342521 C6_control_C3 +LQ00X020030 Predicted protein 6.122233416 C6_chemical_A1 +LQ00X020030 Predicted protein 6.350260922 C6_chemical_A3 +LQ00X020030 Predicted protein 6.797246283 C6_chemical_B1 +LQ00X020030 Predicted protein 6.940574241 C6_chemical_B2 +LQ00X020030 Predicted protein 6.450369939 C6_chemical_B3 +LQ00X020030 Predicted protein 7.655917983 C6_chemical_C1 +LQ00X020030 Predicted protein 7.898782798 C6_chemical_C2 +LQ00X020030 Predicted protein 8.294228177 C6_chemical_C3 +LQ00X020030 Predicted protein 6.812637961 L4_control_A1 +LQ00X020030 Predicted protein 6.909333799 L4_control_A2 +LQ00X020030 Predicted protein 6.816264414 L4_control_A3 +LQ00X020030 Predicted protein 6.711989163 L4_control_B1 +LQ00X020030 Predicted protein 8.342341579 L4_control_B2 +LQ00X020030 Predicted protein 7.517248095 L4_control_B3 +LQ00X020030 Predicted protein 8.540777169 L4_control_C2 +LQ00X020030 Predicted protein 8.624188861 L4_control_C3 +LQ00X020030 Predicted protein 6.672194754 L4_chemical_A1 +LQ00X020030 Predicted protein 7.819223456 L4_chemical_A2 +LQ00X020030 Predicted protein 5.728022618 L4_chemical_A3 +LQ00X020030 Predicted protein 7.590589274 L4_chemical_B1 +LQ00X020030 Predicted protein 8.045005833 L4_chemical_B2 +LQ00X020030 Predicted protein 7.228611877 L4_chemical_B3 +LQ00X020030 Predicted protein 8.107279921 L4_chemical_C2 +LQ00X020030 Predicted protein 8.140097682 L4_chemical_C3 +LQ00X020040 Putative HVA22-like protein j 5.173847655 C6_control_A1 +LQ00X020040 Putative HVA22-like protein j 4.968151177 C6_control_A3 +LQ00X020040 Putative HVA22-like protein j 5.502106404 C6_control_B1 +LQ00X020040 Putative HVA22-like protein j 4.815011847 C6_control_B2 +LQ00X020040 Putative HVA22-like protein j 5.395910908 C6_control_B3 +LQ00X020040 Putative HVA22-like protein j 6.86591096 C6_control_C1 +LQ00X020040 Putative HVA22-like protein j 4.980213068 C6_control_C2 +LQ00X020040 Putative HVA22-like protein j 4.867294984 C6_control_C3 +LQ00X020040 Putative HVA22-like protein j 5.110186481 C6_chemical_A1 +LQ00X020040 Putative HVA22-like protein j 5.440382439 C6_chemical_A3 +LQ00X020040 Putative HVA22-like protein j 5.562898904 C6_chemical_B1 +LQ00X020040 Putative HVA22-like protein j 5.15864121 C6_chemical_B2 +LQ00X020040 Putative HVA22-like protein j 5.845485663 C6_chemical_B3 +LQ00X020040 Putative HVA22-like protein j 6.196820692 C6_chemical_C1 +LQ00X020040 Putative HVA22-like protein j 5.114381255 C6_chemical_C2 +LQ00X020040 Putative HVA22-like protein j 5.156158456 C6_chemical_C3 +LQ00X020040 Putative HVA22-like protein j 4.726012024 L4_control_A1 +LQ00X020040 Putative HVA22-like protein j 5.1220292 L4_control_A2 +LQ00X020040 Putative HVA22-like protein j 5.034225244 L4_control_A3 +LQ00X020040 Putative HVA22-like protein j 5.289593922 L4_control_B1 +LQ00X020040 Putative HVA22-like protein j 5.08342417 L4_control_B2 +LQ00X020040 Putative HVA22-like protein j 5.10888793 L4_control_B3 +LQ00X020040 Putative HVA22-like protein j 5.45145082 L4_control_C2 +LQ00X020040 Putative HVA22-like protein j 5.224014308 L4_control_C3 +LQ00X020040 Putative HVA22-like protein j 5.131035002 L4_chemical_A1 +LQ00X020040 Putative HVA22-like protein j 5.154750338 L4_chemical_A2 +LQ00X020040 Putative HVA22-like protein j 5.151988218 L4_chemical_A3 +LQ00X020040 Putative HVA22-like protein j 5.122998827 L4_chemical_B1 +LQ00X020040 Putative HVA22-like protein j 5.121280736 L4_chemical_B2 +LQ00X020040 Putative HVA22-like protein j 5.043953174 L4_chemical_B3 +LQ00X020040 Putative HVA22-like protein j 5.070793098 L4_chemical_C2 +LQ00X020040 Putative HVA22-like protein j 5.322660555 L4_chemical_C3 +LQ00X020080 Putative Sulfotransferase 16 12.49104491 C6_control_A1 +LQ00X020080 Putative Sulfotransferase 16 12.28633148 C6_control_A3 +LQ00X020080 Putative Sulfotransferase 16 13.21762125 C6_control_B1 +LQ00X020080 Putative Sulfotransferase 16 14.16677061 C6_control_B2 +LQ00X020080 Putative Sulfotransferase 16 13.85104055 C6_control_B3 +LQ00X020080 Putative Sulfotransferase 16 13.62852679 C6_control_C1 +LQ00X020080 Putative Sulfotransferase 16 14.49915967 C6_control_C2 +LQ00X020080 Putative Sulfotransferase 16 14.15783766 C6_control_C3 +LQ00X020080 Putative Sulfotransferase 16 11.55187657 C6_chemical_A1 +LQ00X020080 Putative Sulfotransferase 16 11.35518429 C6_chemical_A3 +LQ00X020080 Putative Sulfotransferase 16 12.71441522 C6_chemical_B1 +LQ00X020080 Putative Sulfotransferase 16 13.71824416 C6_chemical_B2 +LQ00X020080 Putative Sulfotransferase 16 14.08984371 C6_chemical_B3 +LQ00X020080 Putative Sulfotransferase 16 12.86978442 C6_chemical_C1 +LQ00X020080 Putative Sulfotransferase 16 13.79953767 C6_chemical_C2 +LQ00X020080 Putative Sulfotransferase 16 13.95196207 C6_chemical_C3 +LQ00X020080 Putative Sulfotransferase 16 9.786403838 L4_control_A1 +LQ00X020080 Putative Sulfotransferase 16 10.84124832 L4_control_A2 +LQ00X020080 Putative Sulfotransferase 16 10.69763676 L4_control_A3 +LQ00X020080 Putative Sulfotransferase 16 11.30384967 L4_control_B1 +LQ00X020080 Putative Sulfotransferase 16 12.04730961 L4_control_B2 +LQ00X020080 Putative Sulfotransferase 16 12.12835306 L4_control_B3 +LQ00X020080 Putative Sulfotransferase 16 12.63967322 L4_control_C2 +LQ00X020080 Putative Sulfotransferase 16 11.94811361 L4_control_C3 +LQ00X020080 Putative Sulfotransferase 16 8.998218761 L4_chemical_A1 +LQ00X020080 Putative Sulfotransferase 16 10.03505126 L4_chemical_A2 +LQ00X020080 Putative Sulfotransferase 16 9.735619003 L4_chemical_A3 +LQ00X020080 Putative Sulfotransferase 16 11.76874994 L4_chemical_B1 +LQ00X020080 Putative Sulfotransferase 16 11.32619664 L4_chemical_B2 +LQ00X020080 Putative Sulfotransferase 16 11.79119983 L4_chemical_B3 +LQ00X020080 Putative Sulfotransferase 16 11.54388677 L4_chemical_C2 +LQ00X020080 Putative Sulfotransferase 16 11.71851052 L4_chemical_C3 +LQ00X020100 Putative Cation/calcium exchanger 4 12.25608658 C6_control_A1 +LQ00X020100 Putative Cation/calcium exchanger 4 11.96058016 C6_control_A3 +LQ00X020100 Putative Cation/calcium exchanger 4 12.42444429 C6_control_B1 +LQ00X020100 Putative Cation/calcium exchanger 4 13.21526601 C6_control_B2 +LQ00X020100 Putative Cation/calcium exchanger 4 13.15448666 C6_control_B3 +LQ00X020100 Putative Cation/calcium exchanger 4 13.07852471 C6_control_C1 +LQ00X020100 Putative Cation/calcium exchanger 4 12.8483576 C6_control_C2 +LQ00X020100 Putative Cation/calcium exchanger 4 13.42458522 C6_control_C3 +LQ00X020100 Putative Cation/calcium exchanger 4 11.93467239 C6_chemical_A1 +LQ00X020100 Putative Cation/calcium exchanger 4 12.16735222 C6_chemical_A3 +LQ00X020100 Putative Cation/calcium exchanger 4 12.57496671 C6_chemical_B1 +LQ00X020100 Putative Cation/calcium exchanger 4 13.0429808 C6_chemical_B2 +LQ00X020100 Putative Cation/calcium exchanger 4 13.33783111 C6_chemical_B3 +LQ00X020100 Putative Cation/calcium exchanger 4 12.88971451 C6_chemical_C1 +LQ00X020100 Putative Cation/calcium exchanger 4 12.80967034 C6_chemical_C2 +LQ00X020100 Putative Cation/calcium exchanger 4 13.09509603 C6_chemical_C3 +LQ00X020100 Putative Cation/calcium exchanger 4 11.89919858 L4_control_A1 +LQ00X020100 Putative Cation/calcium exchanger 4 12.79830487 L4_control_A2 +LQ00X020100 Putative Cation/calcium exchanger 4 12.90788636 L4_control_A3 +LQ00X020100 Putative Cation/calcium exchanger 4 13.32676637 L4_control_B1 +LQ00X020100 Putative Cation/calcium exchanger 4 12.92519448 L4_control_B2 +LQ00X020100 Putative Cation/calcium exchanger 4 14.30214656 L4_control_B3 +LQ00X020100 Putative Cation/calcium exchanger 4 12.93773807 L4_control_C2 +LQ00X020100 Putative Cation/calcium exchanger 4 12.88405429 L4_control_C3 +LQ00X020100 Putative Cation/calcium exchanger 4 12.31854839 L4_chemical_A1 +LQ00X020100 Putative Cation/calcium exchanger 4 12.50965106 L4_chemical_A2 +LQ00X020100 Putative Cation/calcium exchanger 4 12.80824652 L4_chemical_A3 +LQ00X020100 Putative Cation/calcium exchanger 4 12.62576369 L4_chemical_B1 +LQ00X020100 Putative Cation/calcium exchanger 4 12.28928818 L4_chemical_B2 +LQ00X020100 Putative Cation/calcium exchanger 4 13.39944932 L4_chemical_B3 +LQ00X020100 Putative Cation/calcium exchanger 4 12.78242281 L4_chemical_C2 +LQ00X020100 Putative Cation/calcium exchanger 4 12.84535377 L4_chemical_C3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.957184999 C6_control_A1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.068051472 C6_control_A3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.995861054 C6_control_B1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.603843921 C6_control_B2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.752101239 C6_control_B3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.896751183 C6_control_C1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.806520655 C6_control_C2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.718931358 C6_control_C3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.073685002 C6_chemical_A1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.956423399 C6_chemical_A3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.011943553 C6_chemical_B1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.812725653 C6_chemical_B2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.040022231 C6_chemical_B3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.03265145 C6_chemical_C1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.797153234 C6_chemical_C2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.61459559 C6_chemical_C3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.965776349 L4_control_A1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.121681081 L4_control_A2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.943411752 L4_control_A3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.712732044 L4_control_B1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.230404035 L4_control_B2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.296917277 L4_control_B3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.548831805 L4_control_C2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.920475614 L4_control_C3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.272828563 L4_chemical_A1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.08720023 L4_chemical_A2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.398346407 L4_chemical_A3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.142050612 L4_chemical_B1 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.19027128 L4_chemical_B2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.335969748 L4_chemical_B3 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.236752675 L4_chemical_C2 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 4.877722538 L4_chemical_C3 +LQ00X020150 Predicted protein 5.190788842 C6_control_A1 +LQ00X020150 Predicted protein 5.788310817 C6_control_A3 +LQ00X020150 Predicted protein 5.611610962 C6_control_B1 +LQ00X020150 Predicted protein 5.474258075 C6_control_B2 +LQ00X020150 Predicted protein 5.122531781 C6_control_B3 +LQ00X020150 Predicted protein 5.138554099 C6_control_C1 +LQ00X020150 Predicted protein 4.899771288 C6_control_C2 +LQ00X020150 Predicted protein 5.453240988 C6_control_C3 +LQ00X020150 Predicted protein 5.423635692 C6_chemical_A1 +LQ00X020150 Predicted protein 5.327328371 C6_chemical_A3 +LQ00X020150 Predicted protein 5.439457734 C6_chemical_B1 +LQ00X020150 Predicted protein 5.216472434 C6_chemical_B2 +LQ00X020150 Predicted protein 5.246295204 C6_chemical_B3 +LQ00X020150 Predicted protein 4.984177594 C6_chemical_C1 +LQ00X020150 Predicted protein 5.576095948 C6_chemical_C2 +LQ00X020150 Predicted protein 4.95604729 C6_chemical_C3 +LQ00X020150 Predicted protein 5.359894929 L4_control_A1 +LQ00X020150 Predicted protein 5.566905976 L4_control_A2 +LQ00X020150 Predicted protein 6.20216826 L4_control_A3 +LQ00X020150 Predicted protein 5.992037915 L4_control_B1 +LQ00X020150 Predicted protein 5.672196266 L4_control_B2 +LQ00X020150 Predicted protein 5.286012939 L4_control_B3 +LQ00X020150 Predicted protein 5.494020139 L4_control_C2 +LQ00X020150 Predicted protein 5.584608631 L4_control_C3 +LQ00X020150 Predicted protein 5.247589966 L4_chemical_A1 +LQ00X020150 Predicted protein 5.536449704 L4_chemical_A2 +LQ00X020150 Predicted protein 5.514676947 L4_chemical_A3 +LQ00X020150 Predicted protein 5.648735022 L4_chemical_B1 +LQ00X020150 Predicted protein 5.963997909 L4_chemical_B2 +LQ00X020150 Predicted protein 5.465908278 L4_chemical_B3 +LQ00X020150 Predicted protein 5.793060253 L4_chemical_C2 +LQ00X020150 Predicted protein 5.141259335 L4_chemical_C3 +LQ00X020170 Hypothetical protein 12.74705316 C6_control_A1 +LQ00X020170 Hypothetical protein 12.6358451 C6_control_A3 +LQ00X020170 Hypothetical protein 12.08455364 C6_control_B1 +LQ00X020170 Hypothetical protein 13.1077135 C6_control_B2 +LQ00X020170 Hypothetical protein 12.61947991 C6_control_B3 +LQ00X020170 Hypothetical protein 13.25930966 C6_control_C1 +LQ00X020170 Hypothetical protein 13.54989405 C6_control_C2 +LQ00X020170 Hypothetical protein 13.56239505 C6_control_C3 +LQ00X020170 Hypothetical protein 12.67026679 C6_chemical_A1 +LQ00X020170 Hypothetical protein 11.99146965 C6_chemical_A3 +LQ00X020170 Hypothetical protein 11.86185449 C6_chemical_B1 +LQ00X020170 Hypothetical protein 13.28949751 C6_chemical_B2 +LQ00X020170 Hypothetical protein 12.80421182 C6_chemical_B3 +LQ00X020170 Hypothetical protein 13.40678447 C6_chemical_C1 +LQ00X020170 Hypothetical protein 13.29645097 C6_chemical_C2 +LQ00X020170 Hypothetical protein 13.49658152 C6_chemical_C3 +LQ00X020170 Hypothetical protein 12.43880317 L4_control_A1 +LQ00X020170 Hypothetical protein 11.69579245 L4_control_A2 +LQ00X020170 Hypothetical protein 11.65847994 L4_control_A3 +LQ00X020170 Hypothetical protein 11.67818818 L4_control_B1 +LQ00X020170 Hypothetical protein 10.42696129 L4_control_B2 +LQ00X020170 Hypothetical protein 12.7840709 L4_control_B3 +LQ00X020170 Hypothetical protein 11.83972713 L4_control_C2 +LQ00X020170 Hypothetical protein 11.62974317 L4_control_C3 +LQ00X020170 Hypothetical protein 12.78669917 L4_chemical_A1 +LQ00X020170 Hypothetical protein 12.17265176 L4_chemical_A2 +LQ00X020170 Hypothetical protein 12.09971902 L4_chemical_A3 +LQ00X020170 Hypothetical protein 11.42502032 L4_chemical_B1 +LQ00X020170 Hypothetical protein 11.19272914 L4_chemical_B2 +LQ00X020170 Hypothetical protein 12.87907164 L4_chemical_B3 +LQ00X020170 Hypothetical protein 12.11182751 L4_chemical_C2 +LQ00X020170 Hypothetical protein 11.79036419 L4_chemical_C3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.297619388 C6_control_A1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.57577012 C6_control_A3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.187992346 C6_control_B1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.026228634 C6_control_B2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.04301604 C6_control_B3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.87349975 C6_control_C1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.565394312 C6_control_C2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.569595845 C6_control_C3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 8.56028501 C6_chemical_A1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.263589779 C6_chemical_A3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 8.934470683 C6_chemical_B1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 8.636483011 C6_chemical_B2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 8.948196205 C6_chemical_B3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.88117704 C6_chemical_C1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.3755844 C6_chemical_C2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 8.909965886 C6_chemical_C3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.839757185 L4_control_A1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.80773135 L4_control_A2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.27076533 L4_control_A3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 8.940885423 L4_control_B1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.30373166 L4_control_B2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.926868707 L4_control_B3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.67523234 L4_control_C2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.93637464 L4_control_C3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.663363895 L4_chemical_A1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.825971399 L4_chemical_A2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.11804923 L4_chemical_A3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.100211125 L4_chemical_B1 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 8.754629017 L4_chemical_B2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 9.233978249 L4_chemical_B3 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.17178072 L4_chemical_C2 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 10.43612011 L4_chemical_C3 +LQ00X020200 WUSCHEL-related homeobox 11 4.767461614 C6_control_A1 +LQ00X020200 WUSCHEL-related homeobox 11 5.379468756 C6_control_A3 +LQ00X020200 WUSCHEL-related homeobox 11 4.989410366 C6_control_B1 +LQ00X020200 WUSCHEL-related homeobox 11 4.795420803 C6_control_B2 +LQ00X020200 WUSCHEL-related homeobox 11 5.151165197 C6_control_B3 +LQ00X020200 WUSCHEL-related homeobox 11 4.690046496 C6_control_C1 +LQ00X020200 WUSCHEL-related homeobox 11 4.875072224 C6_control_C2 +LQ00X020200 WUSCHEL-related homeobox 11 4.751295639 C6_control_C3 +LQ00X020200 WUSCHEL-related homeobox 11 4.887036469 C6_chemical_A1 +LQ00X020200 WUSCHEL-related homeobox 11 5.043177523 C6_chemical_A3 +LQ00X020200 WUSCHEL-related homeobox 11 5.006969441 C6_chemical_B1 +LQ00X020200 WUSCHEL-related homeobox 11 5.109676007 C6_chemical_B2 +LQ00X020200 WUSCHEL-related homeobox 11 5.316207801 C6_chemical_B3 +LQ00X020200 WUSCHEL-related homeobox 11 4.731072468 C6_chemical_C1 +LQ00X020200 WUSCHEL-related homeobox 11 4.848782743 C6_chemical_C2 +LQ00X020200 WUSCHEL-related homeobox 11 4.865774394 C6_chemical_C3 +LQ00X020200 WUSCHEL-related homeobox 11 5.333643644 L4_control_A1 +LQ00X020200 WUSCHEL-related homeobox 11 5.303668777 L4_control_A2 +LQ00X020200 WUSCHEL-related homeobox 11 5.101008298 L4_control_A3 +LQ00X020200 WUSCHEL-related homeobox 11 5.149753185 L4_control_B1 +LQ00X020200 WUSCHEL-related homeobox 11 5.180559363 L4_control_B2 +LQ00X020200 WUSCHEL-related homeobox 11 5.089418029 L4_control_B3 +LQ00X020200 WUSCHEL-related homeobox 11 5.168774018 L4_control_C2 +LQ00X020200 WUSCHEL-related homeobox 11 5.27427272 L4_control_C3 +LQ00X020200 WUSCHEL-related homeobox 11 5.327268866 L4_chemical_A1 +LQ00X020200 WUSCHEL-related homeobox 11 5.121511221 L4_chemical_A2 +LQ00X020200 WUSCHEL-related homeobox 11 5.773376533 L4_chemical_A3 +LQ00X020200 WUSCHEL-related homeobox 11 4.81639533 L4_chemical_B1 +LQ00X020200 WUSCHEL-related homeobox 11 5.279169956 L4_chemical_B2 +LQ00X020200 WUSCHEL-related homeobox 11 5.078112929 L4_chemical_B3 +LQ00X020200 WUSCHEL-related homeobox 11 5.148931478 L4_chemical_C2 +LQ00X020200 WUSCHEL-related homeobox 11 5.07919364 L4_chemical_C3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.012788 C6_control_A1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 12.83634474 C6_control_A3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 12.75934587 C6_control_B1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.53700866 C6_control_B2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.01334374 C6_control_B3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.20650042 C6_control_C1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.25082353 C6_control_C2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.2030566 C6_control_C3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 12.89763306 C6_chemical_A1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 12.95785421 C6_chemical_A3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 12.68843111 C6_chemical_B1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.10337527 C6_chemical_B2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 12.94783735 C6_chemical_B3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.94640796 C6_chemical_C1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.01441366 C6_chemical_C2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.08216128 C6_chemical_C3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.19755347 L4_control_A1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.46907548 L4_control_A2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.37072493 L4_control_A3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.35687613 L4_control_B1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.31064858 L4_control_B2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.65104949 L4_control_B3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.33644599 L4_control_C2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.12205787 L4_control_C3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.06671067 L4_chemical_A1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.27539066 L4_chemical_A2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.10061154 L4_chemical_A3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.13586642 L4_chemical_B1 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.5059319 L4_chemical_B2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 13.029106 L4_chemical_B3 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.33167853 L4_chemical_C2 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 14.22676846 L4_chemical_C3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.90160944 C6_control_A1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.74147696 C6_control_A3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.74710885 C6_control_B1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.30304349 C6_control_B2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 12.16091236 C6_control_B3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.64246505 C6_control_C1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.2260956 C6_control_C2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.10332686 C6_control_C3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.59807454 C6_chemical_A1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.3882647 C6_chemical_A3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.66665259 C6_chemical_B1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.12222361 C6_chemical_B2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.38566232 C6_chemical_B3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.41012355 C6_chemical_C1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.66586669 C6_chemical_C2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.12532132 C6_chemical_C3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.81901924 L4_control_A1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.18075802 L4_control_A2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 8.805282253 L4_control_A3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.22608724 L4_control_B1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.21702641 L4_control_B2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.33320551 L4_control_B3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 9.24388466 L4_control_C2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 8.77997728 L4_control_C3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.07899155 L4_chemical_A1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.14323843 L4_chemical_A2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 8.842893804 L4_chemical_A3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.10629869 L4_chemical_B1 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 11.2339181 L4_chemical_B2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.77190809 L4_chemical_B3 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 7.692771333 L4_chemical_C2 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 9.455379313 L4_chemical_C3 +LQ00X020290 Hypothetical protein 5.189636034 C6_control_A1 +LQ00X020290 Hypothetical protein 5.069006156 C6_control_A3 +LQ00X020290 Hypothetical protein 5.244932169 C6_control_B1 +LQ00X020290 Hypothetical protein 5.265588758 C6_control_B2 +LQ00X020290 Hypothetical protein 5.651769229 C6_control_B3 +LQ00X020290 Hypothetical protein 4.983141275 C6_control_C1 +LQ00X020290 Hypothetical protein 4.860575053 C6_control_C2 +LQ00X020290 Hypothetical protein 5.004138659 C6_control_C3 +LQ00X020290 Hypothetical protein 5.103711975 C6_chemical_A1 +LQ00X020290 Hypothetical protein 5.072776707 C6_chemical_A3 +LQ00X020290 Hypothetical protein 5.706022268 C6_chemical_B1 +LQ00X020290 Hypothetical protein 5.231392789 C6_chemical_B2 +LQ00X020290 Hypothetical protein 5.147316001 C6_chemical_B3 +LQ00X020290 Hypothetical protein 4.89280519 C6_chemical_C1 +LQ00X020290 Hypothetical protein 4.949600396 C6_chemical_C2 +LQ00X020290 Hypothetical protein 4.94018775 C6_chemical_C3 +LQ00X020290 Hypothetical protein 4.952968558 L4_control_A1 +LQ00X020290 Hypothetical protein 4.830768749 L4_control_A2 +LQ00X020290 Hypothetical protein 5.313831629 L4_control_A3 +LQ00X020290 Hypothetical protein 5.588758971 L4_control_B1 +LQ00X020290 Hypothetical protein 5.134745017 L4_control_B2 +LQ00X020290 Hypothetical protein 5.898395393 L4_control_B3 +LQ00X020290 Hypothetical protein 5.144204973 L4_control_C2 +LQ00X020290 Hypothetical protein 5.044414551 L4_control_C3 +LQ00X020290 Hypothetical protein 4.922235125 L4_chemical_A1 +LQ00X020290 Hypothetical protein 5.01561951 L4_chemical_A2 +LQ00X020290 Hypothetical protein 5.624528165 L4_chemical_A3 +LQ00X020290 Hypothetical protein 5.096612844 L4_chemical_B1 +LQ00X020290 Hypothetical protein 4.939522761 L4_chemical_B2 +LQ00X020290 Hypothetical protein 5.532801725 L4_chemical_B3 +LQ00X020290 Hypothetical protein 5.03523832 L4_chemical_C2 +LQ00X020290 Hypothetical protein 5.381001724 L4_chemical_C3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.119683693 C6_control_A1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.854897056 C6_control_A3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 4.849110302 C6_control_B1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.625422198 C6_control_B2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.408049587 C6_control_B3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.29798695 C6_control_C1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.665749723 C6_control_C2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 4.95149067 C6_control_C3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.361610394 C6_chemical_A1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.470437406 C6_chemical_A3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 4.992632717 C6_chemical_B1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.19866005 C6_chemical_B2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 4.830197737 C6_chemical_B3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.231346604 C6_chemical_C1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.438025777 C6_chemical_C2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.151473664 C6_chemical_C3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.217363975 L4_control_A1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.36991137 L4_control_A2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.419583088 L4_control_A3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.349775286 L4_control_B1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.185063834 L4_control_B2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.010348018 L4_control_B3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 4.847869464 L4_control_C2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.517634734 L4_control_C3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.07956919 L4_chemical_A1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.219975801 L4_chemical_A2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.268817318 L4_chemical_A3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.238029882 L4_chemical_B1 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.066682379 L4_chemical_B2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.160950735 L4_chemical_B3 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.2888648 L4_chemical_C2 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.430688835 L4_chemical_C3 +LQ00X020320 Putative uncharacterized protein 5.548816614 C6_control_A1 +LQ00X020320 Putative uncharacterized protein 6.000720568 C6_control_A3 +LQ00X020320 Putative uncharacterized protein 5.895143343 C6_control_B1 +LQ00X020320 Putative uncharacterized protein 7.707171333 C6_control_B2 +LQ00X020320 Putative uncharacterized protein 6.125990414 C6_control_B3 +LQ00X020320 Putative uncharacterized protein 8.254984915 C6_control_C1 +LQ00X020320 Putative uncharacterized protein 8.416071355 C6_control_C2 +LQ00X020320 Putative uncharacterized protein 9.077970898 C6_control_C3 +LQ00X020320 Putative uncharacterized protein 6.167759415 C6_chemical_A1 +LQ00X020320 Putative uncharacterized protein 5.627416912 C6_chemical_A3 +LQ00X020320 Putative uncharacterized protein 5.518995893 C6_chemical_B1 +LQ00X020320 Putative uncharacterized protein 6.909007928 C6_chemical_B2 +LQ00X020320 Putative uncharacterized protein 6.269599576 C6_chemical_B3 +LQ00X020320 Putative uncharacterized protein 7.831099526 C6_chemical_C1 +LQ00X020320 Putative uncharacterized protein 8.450291563 C6_chemical_C2 +LQ00X020320 Putative uncharacterized protein 7.901699677 C6_chemical_C3 +LQ00X020320 Putative uncharacterized protein 5.584213374 L4_control_A1 +LQ00X020320 Putative uncharacterized protein 5.452809906 L4_control_A2 +LQ00X020320 Putative uncharacterized protein 5.334420696 L4_control_A3 +LQ00X020320 Putative uncharacterized protein 5.68149861 L4_control_B1 +LQ00X020320 Putative uncharacterized protein 5.463064739 L4_control_B2 +LQ00X020320 Putative uncharacterized protein 7.129595146 L4_control_B3 +LQ00X020320 Putative uncharacterized protein 6.757616247 L4_control_C2 +LQ00X020320 Putative uncharacterized protein 5.621875588 L4_control_C3 +LQ00X020320 Putative uncharacterized protein 4.828630499 L4_chemical_A1 +LQ00X020320 Putative uncharacterized protein 5.208568196 L4_chemical_A2 +LQ00X020320 Putative uncharacterized protein 5.172845689 L4_chemical_A3 +LQ00X020320 Putative uncharacterized protein 5.134713026 L4_chemical_B1 +LQ00X020320 Putative uncharacterized protein 4.988525254 L4_chemical_B2 +LQ00X020320 Putative uncharacterized protein 5.803964323 L4_chemical_B3 +LQ00X020320 Putative uncharacterized protein 5.91088815 L4_chemical_C2 +LQ00X020320 Putative uncharacterized protein 6.04231648 L4_chemical_C3 +LQ00X020410 Hypothetical protein 6.064181922 C6_control_A1 +LQ00X020410 Hypothetical protein 5.651876444 C6_control_A3 +LQ00X020410 Hypothetical protein 5.150838046 C6_control_B1 +LQ00X020410 Hypothetical protein 5.219584672 C6_control_B2 +LQ00X020410 Hypothetical protein 5.649518306 C6_control_B3 +LQ00X020410 Hypothetical protein 5.109545175 C6_control_C1 +LQ00X020410 Hypothetical protein 5.176871091 C6_control_C2 +LQ00X020410 Hypothetical protein 5.236487939 C6_control_C3 +LQ00X020410 Hypothetical protein 5.219289044 C6_chemical_A1 +LQ00X020410 Hypothetical protein 5.792174169 C6_chemical_A3 +LQ00X020410 Hypothetical protein 5.635170939 C6_chemical_B1 +LQ00X020410 Hypothetical protein 5.197331582 C6_chemical_B2 +LQ00X020410 Hypothetical protein 5.56646999 C6_chemical_B3 +LQ00X020410 Hypothetical protein 5.19462909 C6_chemical_C1 +LQ00X020410 Hypothetical protein 5.339336853 C6_chemical_C2 +LQ00X020410 Hypothetical protein 5.45543331 C6_chemical_C3 +LQ00X020410 Hypothetical protein 5.162149736 L4_control_A1 +LQ00X020410 Hypothetical protein 5.742752561 L4_control_A2 +LQ00X020410 Hypothetical protein 6.030231143 L4_control_A3 +LQ00X020410 Hypothetical protein 5.700078523 L4_control_B1 +LQ00X020410 Hypothetical protein 6.425306695 L4_control_B2 +LQ00X020410 Hypothetical protein 5.658882455 L4_control_B3 +LQ00X020410 Hypothetical protein 5.583027937 L4_control_C2 +LQ00X020410 Hypothetical protein 5.294226635 L4_control_C3 +LQ00X020410 Hypothetical protein 5.58482586 L4_chemical_A1 +LQ00X020410 Hypothetical protein 5.896166579 L4_chemical_A2 +LQ00X020410 Hypothetical protein 5.749900524 L4_chemical_A3 +LQ00X020410 Hypothetical protein 5.648924693 L4_chemical_B1 +LQ00X020410 Hypothetical protein 6.178018166 L4_chemical_B2 +LQ00X020410 Hypothetical protein 5.482908897 L4_chemical_B3 +LQ00X020410 Hypothetical protein 5.414678395 L4_chemical_C2 +LQ00X020410 Hypothetical protein 5.644942022 L4_chemical_C3 +LQ00X020450 Putative Metallothiol transferase fosB 9.733201255 C6_control_A1 +LQ00X020450 Putative Metallothiol transferase fosB 9.731381876 C6_control_A3 +LQ00X020450 Putative Metallothiol transferase fosB 10.39161349 C6_control_B1 +LQ00X020450 Putative Metallothiol transferase fosB 10.79709077 C6_control_B2 +LQ00X020450 Putative Metallothiol transferase fosB 10.66634378 C6_control_B3 +LQ00X020450 Putative Metallothiol transferase fosB 8.503225126 C6_control_C1 +LQ00X020450 Putative Metallothiol transferase fosB 8.187883284 C6_control_C2 +LQ00X020450 Putative Metallothiol transferase fosB 8.311110291 C6_control_C3 +LQ00X020450 Putative Metallothiol transferase fosB 9.399478263 C6_chemical_A1 +LQ00X020450 Putative Metallothiol transferase fosB 8.563130731 C6_chemical_A3 +LQ00X020450 Putative Metallothiol transferase fosB 10.04748573 C6_chemical_B1 +LQ00X020450 Putative Metallothiol transferase fosB 10.8644424 C6_chemical_B2 +LQ00X020450 Putative Metallothiol transferase fosB 10.43725395 C6_chemical_B3 +LQ00X020450 Putative Metallothiol transferase fosB 8.531055709 C6_chemical_C1 +LQ00X020450 Putative Metallothiol transferase fosB 7.84220891 C6_chemical_C2 +LQ00X020450 Putative Metallothiol transferase fosB 8.065056985 C6_chemical_C3 +LQ00X020450 Putative Metallothiol transferase fosB 8.473201073 L4_control_A1 +LQ00X020450 Putative Metallothiol transferase fosB 8.691682317 L4_control_A2 +LQ00X020450 Putative Metallothiol transferase fosB 9.465086443 L4_control_A3 +LQ00X020450 Putative Metallothiol transferase fosB 9.874321717 L4_control_B1 +LQ00X020450 Putative Metallothiol transferase fosB 10.04324678 L4_control_B2 +LQ00X020450 Putative Metallothiol transferase fosB 10.54806546 L4_control_B3 +LQ00X020450 Putative Metallothiol transferase fosB 8.066184043 L4_control_C2 +LQ00X020450 Putative Metallothiol transferase fosB 8.843194347 L4_control_C3 +LQ00X020450 Putative Metallothiol transferase fosB 11.37236345 L4_chemical_A1 +LQ00X020450 Putative Metallothiol transferase fosB 10.46091532 L4_chemical_A2 +LQ00X020450 Putative Metallothiol transferase fosB 10.25187868 L4_chemical_A3 +LQ00X020450 Putative Metallothiol transferase fosB 9.745426159 L4_chemical_B1 +LQ00X020450 Putative Metallothiol transferase fosB 10.4155192 L4_chemical_B2 +LQ00X020450 Putative Metallothiol transferase fosB 9.811578543 L4_chemical_B3 +LQ00X020450 Putative Metallothiol transferase fosB 7.682130799 L4_chemical_C2 +LQ00X020450 Putative Metallothiol transferase fosB 8.357319758 L4_chemical_C3 +LQ00X020660 AT3G13000 protein 10.23898013 C6_control_A1 +LQ00X020660 AT3G13000 protein 9.769192902 C6_control_A3 +LQ00X020660 AT3G13000 protein 10.69049019 C6_control_B1 +LQ00X020660 AT3G13000 protein 9.613597317 C6_control_B2 +LQ00X020660 AT3G13000 protein 9.959278846 C6_control_B3 +LQ00X020660 AT3G13000 protein 9.338757806 C6_control_C1 +LQ00X020660 AT3G13000 protein 9.061184977 C6_control_C2 +LQ00X020660 AT3G13000 protein 8.243569062 C6_control_C3 +LQ00X020660 AT3G13000 protein 10.48290411 C6_chemical_A1 +LQ00X020660 AT3G13000 protein 10.35725178 C6_chemical_A3 +LQ00X020660 AT3G13000 protein 10.63264887 C6_chemical_B1 +LQ00X020660 AT3G13000 protein 9.694153752 C6_chemical_B2 +LQ00X020660 AT3G13000 protein 10.16408108 C6_chemical_B3 +LQ00X020660 AT3G13000 protein 9.318715038 C6_chemical_C1 +LQ00X020660 AT3G13000 protein 9.031036916 C6_chemical_C2 +LQ00X020660 AT3G13000 protein 8.669707871 C6_chemical_C3 +LQ00X020660 AT3G13000 protein 10.67150822 L4_control_A1 +LQ00X020660 AT3G13000 protein 10.93257639 L4_control_A2 +LQ00X020660 AT3G13000 protein 11.49556248 L4_control_A3 +LQ00X020660 AT3G13000 protein 10.94540691 L4_control_B1 +LQ00X020660 AT3G13000 protein 11.1842596 L4_control_B2 +LQ00X020660 AT3G13000 protein 10.03072028 L4_control_B3 +LQ00X020660 AT3G13000 protein 9.556203945 L4_control_C2 +LQ00X020660 AT3G13000 protein 10.08372412 L4_control_C3 +LQ00X020660 AT3G13000 protein 10.78333568 L4_chemical_A1 +LQ00X020660 AT3G13000 protein 10.88077729 L4_chemical_A2 +LQ00X020660 AT3G13000 protein 11.47079049 L4_chemical_A3 +LQ00X020660 AT3G13000 protein 10.97854161 L4_chemical_B1 +LQ00X020660 AT3G13000 protein 11.37086036 L4_chemical_B2 +LQ00X020660 AT3G13000 protein 10.39797719 L4_chemical_B3 +LQ00X020660 AT3G13000 protein 9.702992352 L4_chemical_C2 +LQ00X020660 AT3G13000 protein 10.21443009 L4_chemical_C3 +LQ00X020790 Transcription factor, putative 9.850125118 C6_control_A1 +LQ00X020790 Transcription factor, putative 9.463809394 C6_control_A3 +LQ00X020790 Transcription factor, putative 9.94819872 C6_control_B1 +LQ00X020790 Transcription factor, putative 9.613784032 C6_control_B2 +LQ00X020790 Transcription factor, putative 9.37817224 C6_control_B3 +LQ00X020790 Transcription factor, putative 10.6273016 C6_control_C1 +LQ00X020790 Transcription factor, putative 10.07736526 C6_control_C2 +LQ00X020790 Transcription factor, putative 9.603973219 C6_control_C3 +LQ00X020790 Transcription factor, putative 9.785218841 C6_chemical_A1 +LQ00X020790 Transcription factor, putative 9.710688199 C6_chemical_A3 +LQ00X020790 Transcription factor, putative 9.872886625 C6_chemical_B1 +LQ00X020790 Transcription factor, putative 9.203815509 C6_chemical_B2 +LQ00X020790 Transcription factor, putative 8.947243539 C6_chemical_B3 +LQ00X020790 Transcription factor, putative 10.09173748 C6_chemical_C1 +LQ00X020790 Transcription factor, putative 9.389359988 C6_chemical_C2 +LQ00X020790 Transcription factor, putative 9.231425192 C6_chemical_C3 +LQ00X020790 Transcription factor, putative 9.700454662 L4_control_A1 +LQ00X020790 Transcription factor, putative 9.515363061 L4_control_A2 +LQ00X020790 Transcription factor, putative 9.875154944 L4_control_A3 +LQ00X020790 Transcription factor, putative 9.801474514 L4_control_B1 +LQ00X020790 Transcription factor, putative 9.660059683 L4_control_B2 +LQ00X020790 Transcription factor, putative 9.494274956 L4_control_B3 +LQ00X020790 Transcription factor, putative 9.888485104 L4_control_C2 +LQ00X020790 Transcription factor, putative 10.37584931 L4_control_C3 +LQ00X020790 Transcription factor, putative 10.2309379 L4_chemical_A1 +LQ00X020790 Transcription factor, putative 9.79354286 L4_chemical_A2 +LQ00X020790 Transcription factor, putative 10.20971378 L4_chemical_A3 +LQ00X020790 Transcription factor, putative 9.747293708 L4_chemical_B1 +LQ00X020790 Transcription factor, putative 9.063541197 L4_chemical_B2 +LQ00X020790 Transcription factor, putative 9.620084519 L4_chemical_B3 +LQ00X020790 Transcription factor, putative 9.229693856 L4_chemical_C2 +LQ00X020790 Transcription factor, putative 9.859773015 L4_chemical_C3 +LQ00X020810 Putative transporter ZK637.1 6.028158318 C6_control_A1 +LQ00X020810 Putative transporter ZK637.1 6.291655046 C6_control_A3 +LQ00X020810 Putative transporter ZK637.1 6.438611705 C6_control_B1 +LQ00X020810 Putative transporter ZK637.1 5.303407426 C6_control_B2 +LQ00X020810 Putative transporter ZK637.1 6.453125297 C6_control_B3 +LQ00X020810 Putative transporter ZK637.1 5.738783089 C6_control_C1 +LQ00X020810 Putative transporter ZK637.1 5.320901758 C6_control_C2 +LQ00X020810 Putative transporter ZK637.1 5.615434342 C6_control_C3 +LQ00X020810 Putative transporter ZK637.1 6.099082945 C6_chemical_A1 +LQ00X020810 Putative transporter ZK637.1 6.025981643 C6_chemical_A3 +LQ00X020810 Putative transporter ZK637.1 5.711578449 C6_chemical_B1 +LQ00X020810 Putative transporter ZK637.1 5.372559719 C6_chemical_B2 +LQ00X020810 Putative transporter ZK637.1 5.925478016 C6_chemical_B3 +LQ00X020810 Putative transporter ZK637.1 5.413106609 C6_chemical_C1 +LQ00X020810 Putative transporter ZK637.1 5.359039734 C6_chemical_C2 +LQ00X020810 Putative transporter ZK637.1 5.846323768 C6_chemical_C3 +LQ00X020810 Putative transporter ZK637.1 6.145402201 L4_control_A1 +LQ00X020810 Putative transporter ZK637.1 6.116082964 L4_control_A2 +LQ00X020810 Putative transporter ZK637.1 7.208627401 L4_control_A3 +LQ00X020810 Putative transporter ZK637.1 6.523209626 L4_control_B1 +LQ00X020810 Putative transporter ZK637.1 6.585466392 L4_control_B2 +LQ00X020810 Putative transporter ZK637.1 5.661168456 L4_control_B3 +LQ00X020810 Putative transporter ZK637.1 5.657895834 L4_control_C2 +LQ00X020810 Putative transporter ZK637.1 7.60804682 L4_control_C3 +LQ00X020810 Putative transporter ZK637.1 5.816308872 L4_chemical_A1 +LQ00X020810 Putative transporter ZK637.1 5.876892908 L4_chemical_A2 +LQ00X020810 Putative transporter ZK637.1 6.923341597 L4_chemical_A3 +LQ00X020810 Putative transporter ZK637.1 6.543175571 L4_chemical_B1 +LQ00X020810 Putative transporter ZK637.1 6.001790477 L4_chemical_B2 +LQ00X020810 Putative transporter ZK637.1 6.132091553 L4_chemical_B3 +LQ00X020810 Putative transporter ZK637.1 6.075885339 L4_chemical_C2 +LQ00X020810 Putative transporter ZK637.1 6.870333504 L4_chemical_C3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.33581795 C6_control_A1 +LQ00X020830 Putative Porin%2C eukaryotic type 12.7674432 C6_control_A3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.21258688 C6_control_B1 +LQ00X020830 Putative Porin%2C eukaryotic type 12.10561071 C6_control_B2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.71951225 C6_control_B3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.34090208 C6_control_C1 +LQ00X020830 Putative Porin%2C eukaryotic type 11.98835418 C6_control_C2 +LQ00X020830 Putative Porin%2C eukaryotic type 12.1154414 C6_control_C3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.17010673 C6_chemical_A1 +LQ00X020830 Putative Porin%2C eukaryotic type 12.58791675 C6_chemical_A3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.02455168 C6_chemical_B1 +LQ00X020830 Putative Porin%2C eukaryotic type 11.90100143 C6_chemical_B2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.38787367 C6_chemical_B3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.3104942 C6_chemical_C1 +LQ00X020830 Putative Porin%2C eukaryotic type 11.93710887 C6_chemical_C2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.84697383 C6_chemical_C3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.30964517 L4_control_A1 +LQ00X020830 Putative Porin%2C eukaryotic type 11.39877172 L4_control_A2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.76046605 L4_control_A3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.05393198 L4_control_B1 +LQ00X020830 Putative Porin%2C eukaryotic type 11.67643914 L4_control_B2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.57345099 L4_control_B3 +LQ00X020830 Putative Porin%2C eukaryotic type 11.9957761 L4_control_C2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.75648013 L4_control_C3 +LQ00X020830 Putative Porin%2C eukaryotic type 11.92921833 L4_chemical_A1 +LQ00X020830 Putative Porin%2C eukaryotic type 10.9247562 L4_chemical_A2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.56792106 L4_chemical_A3 +LQ00X020830 Putative Porin%2C eukaryotic type 12.03904645 L4_chemical_B1 +LQ00X020830 Putative Porin%2C eukaryotic type 11.63298222 L4_chemical_B2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.66596289 L4_chemical_B3 +LQ00X020830 Putative Porin%2C eukaryotic type 11.97247489 L4_chemical_C2 +LQ00X020830 Putative Porin%2C eukaryotic type 11.42010778 L4_chemical_C3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.485374676 C6_control_A1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.387507886 C6_control_A3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.899512719 C6_control_B1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.36355178 C6_control_B2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.348156421 C6_control_B3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.57240366 C6_control_C1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.813392679 C6_control_C2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.228158881 C6_control_C3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.273249341 C6_chemical_A1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.163717213 C6_chemical_A3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.346547586 C6_chemical_B1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.605785535 C6_chemical_B2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 4.966036657 C6_chemical_B3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.794541531 C6_chemical_C1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.587514491 C6_chemical_C2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 6.118909677 C6_chemical_C3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.181425963 L4_control_A1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.418477084 L4_control_A2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.438063312 L4_control_A3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.312543639 L4_control_B1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.275931704 L4_control_B2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.33767785 L4_control_B3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.490579958 L4_control_C2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.080204484 L4_control_C3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.433595866 L4_chemical_A1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.29947327 L4_chemical_A2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.437558805 L4_chemical_A3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.116991938 L4_chemical_B1 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.648708149 L4_chemical_B2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.257592936 L4_chemical_B3 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.647192106 L4_chemical_C2 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.73855564 L4_chemical_C3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.83943128 C6_control_A1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.99154121 C6_control_A3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 12.09801841 C6_control_B1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.32823904 C6_control_B2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.93501724 C6_control_B3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.44102372 C6_control_C1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.35177731 C6_control_C2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.43109781 C6_control_C3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.58482026 C6_chemical_A1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.98224699 C6_chemical_A3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.84054537 C6_chemical_B1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.3380708 C6_chemical_B2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.46752895 C6_chemical_B3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.23818932 C6_chemical_C1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.30576386 C6_chemical_C2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 10.73817548 C6_chemical_C3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.54846503 L4_control_A1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.36064824 L4_control_A2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.57614382 L4_control_A3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.57121056 L4_control_B1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.12663155 L4_control_B2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.42513549 L4_control_B3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.74983836 L4_control_C2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.04128358 L4_control_C3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 10.90709112 L4_chemical_A1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 10.94946166 L4_chemical_A2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.5810263 L4_chemical_A3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.29798493 L4_chemical_B1 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 10.96396005 L4_chemical_B2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.42768006 L4_chemical_B3 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.55053688 L4_chemical_C2 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.13016872 L4_chemical_C3 +LQ00X020990 Putative uncharacterized protein 9.802253142 C6_control_A1 +LQ00X020990 Putative uncharacterized protein 11.05258511 C6_control_A3 +LQ00X020990 Putative uncharacterized protein 9.24397873 C6_control_B1 +LQ00X020990 Putative uncharacterized protein 6.360922847 C6_control_B2 +LQ00X020990 Putative uncharacterized protein 6.341361602 C6_control_B3 +LQ00X020990 Putative uncharacterized protein 5.765977429 C6_control_C1 +LQ00X020990 Putative uncharacterized protein 5.799353019 C6_control_C2 +LQ00X020990 Putative uncharacterized protein 6.009924337 C6_control_C3 +LQ00X020990 Putative uncharacterized protein 8.906509624 C6_chemical_A1 +LQ00X020990 Putative uncharacterized protein 10.78489648 C6_chemical_A3 +LQ00X020990 Putative uncharacterized protein 7.100411273 C6_chemical_B1 +LQ00X020990 Putative uncharacterized protein 6.450058539 C6_chemical_B2 +LQ00X020990 Putative uncharacterized protein 5.476408802 C6_chemical_B3 +LQ00X020990 Putative uncharacterized protein 6.308295366 C6_chemical_C1 +LQ00X020990 Putative uncharacterized protein 5.73531708 C6_chemical_C2 +LQ00X020990 Putative uncharacterized protein 5.996455431 C6_chemical_C3 +LQ00X020990 Putative uncharacterized protein 8.791678598 L4_control_A1 +LQ00X020990 Putative uncharacterized protein 9.924432933 L4_control_A2 +LQ00X020990 Putative uncharacterized protein 10.28433255 L4_control_A3 +LQ00X020990 Putative uncharacterized protein 6.062891609 L4_control_B1 +LQ00X020990 Putative uncharacterized protein 8.346846053 L4_control_B2 +LQ00X020990 Putative uncharacterized protein 6.831396115 L4_control_B3 +LQ00X020990 Putative uncharacterized protein 6.930982191 L4_control_C2 +LQ00X020990 Putative uncharacterized protein 5.712454133 L4_control_C3 +LQ00X020990 Putative uncharacterized protein 8.358119899 L4_chemical_A1 +LQ00X020990 Putative uncharacterized protein 8.058795964 L4_chemical_A2 +LQ00X020990 Putative uncharacterized protein 9.837927039 L4_chemical_A3 +LQ00X020990 Putative uncharacterized protein 7.829476538 L4_chemical_B1 +LQ00X020990 Putative uncharacterized protein 7.299810397 L4_chemical_B2 +LQ00X020990 Putative uncharacterized protein 8.239040786 L4_chemical_B3 +LQ00X020990 Putative uncharacterized protein 6.04363418 L4_chemical_C2 +LQ00X020990 Putative uncharacterized protein 6.180887877 L4_chemical_C3 +LQ00X021060 60S ribosomal protein L37-3 6.929688236 C6_control_A1 +LQ00X021060 60S ribosomal protein L37-3 6.612411989 C6_control_A3 +LQ00X021060 60S ribosomal protein L37-3 6.387760996 C6_control_B1 +LQ00X021060 60S ribosomal protein L37-3 6.67374944 C6_control_B2 +LQ00X021060 60S ribosomal protein L37-3 6.927056842 C6_control_B3 +LQ00X021060 60S ribosomal protein L37-3 6.104020249 C6_control_C1 +LQ00X021060 60S ribosomal protein L37-3 6.633834635 C6_control_C2 +LQ00X021060 60S ribosomal protein L37-3 6.086313562 C6_control_C3 +LQ00X021060 60S ribosomal protein L37-3 6.505507936 C6_chemical_A1 +LQ00X021060 60S ribosomal protein L37-3 6.172863671 C6_chemical_A3 +LQ00X021060 60S ribosomal protein L37-3 5.843623082 C6_chemical_B1 +LQ00X021060 60S ribosomal protein L37-3 6.48341099 C6_chemical_B2 +LQ00X021060 60S ribosomal protein L37-3 6.229415154 C6_chemical_B3 +LQ00X021060 60S ribosomal protein L37-3 6.342542881 C6_chemical_C1 +LQ00X021060 60S ribosomal protein L37-3 6.717036812 C6_chemical_C2 +LQ00X021060 60S ribosomal protein L37-3 6.024824395 C6_chemical_C3 +LQ00X021060 60S ribosomal protein L37-3 6.569364076 L4_control_A1 +LQ00X021060 60S ribosomal protein L37-3 6.902423651 L4_control_A2 +LQ00X021060 60S ribosomal protein L37-3 6.417927146 L4_control_A3 +LQ00X021060 60S ribosomal protein L37-3 5.755756413 L4_control_B1 +LQ00X021060 60S ribosomal protein L37-3 6.094749326 L4_control_B2 +LQ00X021060 60S ribosomal protein L37-3 5.826406262 L4_control_B3 +LQ00X021060 60S ribosomal protein L37-3 6.381549224 L4_control_C2 +LQ00X021060 60S ribosomal protein L37-3 6.174943972 L4_control_C3 +LQ00X021060 60S ribosomal protein L37-3 6.719050938 L4_chemical_A1 +LQ00X021060 60S ribosomal protein L37-3 6.275673298 L4_chemical_A2 +LQ00X021060 60S ribosomal protein L37-3 6.197027924 L4_chemical_A3 +LQ00X021060 60S ribosomal protein L37-3 6.269547264 L4_chemical_B1 +LQ00X021060 60S ribosomal protein L37-3 6.258675791 L4_chemical_B2 +LQ00X021060 60S ribosomal protein L37-3 5.886062097 L4_chemical_B3 +LQ00X021060 60S ribosomal protein L37-3 6.319243868 L4_chemical_C2 +LQ00X021060 60S ribosomal protein L37-3 6.535126841 L4_chemical_C3 +LQ00X021130 Hypothetical protein 6.693896793 C6_control_A1 +LQ00X021130 Hypothetical protein 5.655611496 C6_control_A3 +LQ00X021130 Hypothetical protein 6.393281423 C6_control_B1 +LQ00X021130 Hypothetical protein 7.272432412 C6_control_B2 +LQ00X021130 Hypothetical protein 5.620286807 C6_control_B3 +LQ00X021130 Hypothetical protein 6.029225279 C6_control_C1 +LQ00X021130 Hypothetical protein 5.535611175 C6_control_C2 +LQ00X021130 Hypothetical protein 5.47390847 C6_control_C3 +LQ00X021130 Hypothetical protein 6.304601549 C6_chemical_A1 +LQ00X021130 Hypothetical protein 6.069342488 C6_chemical_A3 +LQ00X021130 Hypothetical protein 7.167768841 C6_chemical_B1 +LQ00X021130 Hypothetical protein 6.744919883 C6_chemical_B2 +LQ00X021130 Hypothetical protein 6.153803467 C6_chemical_B3 +LQ00X021130 Hypothetical protein 6.153188422 C6_chemical_C1 +LQ00X021130 Hypothetical protein 5.880574897 C6_chemical_C2 +LQ00X021130 Hypothetical protein 5.836707701 C6_chemical_C3 +LQ00X021130 Hypothetical protein 6.047307553 L4_control_A1 +LQ00X021130 Hypothetical protein 5.963768811 L4_control_A2 +LQ00X021130 Hypothetical protein 6.043986228 L4_control_A3 +LQ00X021130 Hypothetical protein 5.398472404 L4_control_B1 +LQ00X021130 Hypothetical protein 5.836140687 L4_control_B2 +LQ00X021130 Hypothetical protein 5.887623098 L4_control_B3 +LQ00X021130 Hypothetical protein 5.559084357 L4_control_C2 +LQ00X021130 Hypothetical protein 5.049350342 L4_control_C3 +LQ00X021130 Hypothetical protein 6.218844729 L4_chemical_A1 +LQ00X021130 Hypothetical protein 5.964226429 L4_chemical_A2 +LQ00X021130 Hypothetical protein 5.641835041 L4_chemical_A3 +LQ00X021130 Hypothetical protein 5.425381509 L4_chemical_B1 +LQ00X021130 Hypothetical protein 5.981223314 L4_chemical_B2 +LQ00X021130 Hypothetical protein 5.855820588 L4_chemical_B3 +LQ00X021130 Hypothetical protein 5.645735263 L4_chemical_C2 +LQ00X021130 Hypothetical protein 6.225036733 L4_chemical_C3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.26762765 C6_control_A1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.14307423 C6_control_A3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.52811902 C6_control_B1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.20213286 C6_control_B2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.48593498 C6_control_B3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.53769271 C6_control_C1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.65646167 C6_control_C2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.44527135 C6_control_C3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.28225447 C6_chemical_A1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.24747715 C6_chemical_A3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.69169292 C6_chemical_B1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.08886858 C6_chemical_B2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.41906241 C6_chemical_B3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.44073784 C6_chemical_C1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.74867438 C6_chemical_C2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.37454185 C6_chemical_C3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 12.773192 L4_control_A1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 12.64677459 L4_control_A2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 12.64127356 L4_control_A3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.35968224 L4_control_B1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.92525316 L4_control_B2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.64807402 L4_control_B3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 14.30980881 L4_control_C2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 14.20307601 L4_control_C3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 12.98745488 L4_chemical_A1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 12.79484156 L4_chemical_A2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 12.39778008 L4_chemical_A3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.48341853 L4_chemical_B1 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.39942934 L4_chemical_B2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.37144262 L4_chemical_B3 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 14.1686335 L4_chemical_C2 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 14.4026206 L4_chemical_C3 +LQ00X021240 Putative uncharacterized protein 13.01194468 C6_control_A1 +LQ00X021240 Putative uncharacterized protein 12.90863686 C6_control_A3 +LQ00X021240 Putative uncharacterized protein 13.07113653 C6_control_B1 +LQ00X021240 Putative uncharacterized protein 13.00162843 C6_control_B2 +LQ00X021240 Putative uncharacterized protein 13.17075796 C6_control_B3 +LQ00X021240 Putative uncharacterized protein 12.6021468 C6_control_C1 +LQ00X021240 Putative uncharacterized protein 12.79607434 C6_control_C2 +LQ00X021240 Putative uncharacterized protein 12.23581757 C6_control_C3 +LQ00X021240 Putative uncharacterized protein 13.08095463 C6_chemical_A1 +LQ00X021240 Putative uncharacterized protein 13.17922187 C6_chemical_A3 +LQ00X021240 Putative uncharacterized protein 12.97951698 C6_chemical_B1 +LQ00X021240 Putative uncharacterized protein 12.86296831 C6_chemical_B2 +LQ00X021240 Putative uncharacterized protein 12.92450913 C6_chemical_B3 +LQ00X021240 Putative uncharacterized protein 12.73397113 C6_chemical_C1 +LQ00X021240 Putative uncharacterized protein 12.77968797 C6_chemical_C2 +LQ00X021240 Putative uncharacterized protein 11.91892777 C6_chemical_C3 +LQ00X021240 Putative uncharacterized protein 12.9884808 L4_control_A1 +LQ00X021240 Putative uncharacterized protein 13.24735452 L4_control_A2 +LQ00X021240 Putative uncharacterized protein 13.19001294 L4_control_A3 +LQ00X021240 Putative uncharacterized protein 13.04751683 L4_control_B1 +LQ00X021240 Putative uncharacterized protein 13.50722795 L4_control_B2 +LQ00X021240 Putative uncharacterized protein 12.63544318 L4_control_B3 +LQ00X021240 Putative uncharacterized protein 13.2867121 L4_control_C2 +LQ00X021240 Putative uncharacterized protein 12.85514423 L4_control_C3 +LQ00X021240 Putative uncharacterized protein 12.99793025 L4_chemical_A1 +LQ00X021240 Putative uncharacterized protein 13.27174591 L4_chemical_A2 +LQ00X021240 Putative uncharacterized protein 12.99866431 L4_chemical_A3 +LQ00X021240 Putative uncharacterized protein 13.21370125 L4_chemical_B1 +LQ00X021240 Putative uncharacterized protein 13.61606954 L4_chemical_B2 +LQ00X021240 Putative uncharacterized protein 12.47280684 L4_chemical_B3 +LQ00X021240 Putative uncharacterized protein 13.28361916 L4_chemical_C2 +LQ00X021240 Putative uncharacterized protein 12.96062629 L4_chemical_C3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.295750832 C6_control_A1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.448899238 C6_control_A3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.070546777 C6_control_B1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.796911264 C6_control_B2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.266389278 C6_control_B3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.505497344 C6_control_C1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.008501104 C6_control_C2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.297910646 C6_control_C3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.513235862 C6_chemical_A1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 8.481234677 C6_chemical_A3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.276912271 C6_chemical_B1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.004510121 C6_chemical_B2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.332479839 C6_chemical_B3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.399746575 C6_chemical_C1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.374456253 C6_chemical_C2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.435336618 C6_chemical_C3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 8.901167165 L4_control_A1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 8.574879296 L4_control_A2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 9.614037551 L4_control_A3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.12648126 L4_control_B1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.705501574 L4_control_B2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.028855657 L4_control_B3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 5.727375129 L4_control_C2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.350207952 L4_control_C3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 8.715924891 L4_chemical_A1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.789956487 L4_chemical_A2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 8.038531989 L4_chemical_A3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.539960718 L4_chemical_B1 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.350582096 L4_chemical_B2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.839401877 L4_chemical_B3 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 6.22152594 L4_chemical_C2 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 5.969533443 L4_chemical_C3 +LQ00X021340 Putative MLP-like protein 28 5.163375186 C6_control_A1 +LQ00X021340 Putative MLP-like protein 28 5.33460517 C6_control_A3 +LQ00X021340 Putative MLP-like protein 28 5.068268525 C6_control_B1 +LQ00X021340 Putative MLP-like protein 28 5.055764379 C6_control_B2 +LQ00X021340 Putative MLP-like protein 28 5.334867246 C6_control_B3 +LQ00X021340 Putative MLP-like protein 28 5.293571076 C6_control_C1 +LQ00X021340 Putative MLP-like protein 28 5.482046228 C6_control_C2 +LQ00X021340 Putative MLP-like protein 28 5.143814007 C6_control_C3 +LQ00X021340 Putative MLP-like protein 28 5.109523039 C6_chemical_A1 +LQ00X021340 Putative MLP-like protein 28 5.302061601 C6_chemical_A3 +LQ00X021340 Putative MLP-like protein 28 5.404162102 C6_chemical_B1 +LQ00X021340 Putative MLP-like protein 28 5.078106415 C6_chemical_B2 +LQ00X021340 Putative MLP-like protein 28 5.474619612 C6_chemical_B3 +LQ00X021340 Putative MLP-like protein 28 5.266460524 C6_chemical_C1 +LQ00X021340 Putative MLP-like protein 28 5.155907733 C6_chemical_C2 +LQ00X021340 Putative MLP-like protein 28 5.1589339 C6_chemical_C3 +LQ00X021340 Putative MLP-like protein 28 5.372773824 L4_control_A1 +LQ00X021340 Putative MLP-like protein 28 5.241953261 L4_control_A2 +LQ00X021340 Putative MLP-like protein 28 5.776411166 L4_control_A3 +LQ00X021340 Putative MLP-like protein 28 4.928834777 L4_control_B1 +LQ00X021340 Putative MLP-like protein 28 4.9882812 L4_control_B2 +LQ00X021340 Putative MLP-like protein 28 5.445923715 L4_control_B3 +LQ00X021340 Putative MLP-like protein 28 5.347890413 L4_control_C2 +LQ00X021340 Putative MLP-like protein 28 4.864645363 L4_control_C3 +LQ00X021340 Putative MLP-like protein 28 4.978139905 L4_chemical_A1 +LQ00X021340 Putative MLP-like protein 28 5.399167857 L4_chemical_A2 +LQ00X021340 Putative MLP-like protein 28 5.460736127 L4_chemical_A3 +LQ00X021340 Putative MLP-like protein 28 5.978266181 L4_chemical_B1 +LQ00X021340 Putative MLP-like protein 28 5.464735754 L4_chemical_B2 +LQ00X021340 Putative MLP-like protein 28 5.423066457 L4_chemical_B3 +LQ00X021340 Putative MLP-like protein 28 4.912663721 L4_chemical_C2 +LQ00X021340 Putative MLP-like protein 28 5.183413636 L4_chemical_C3 +LQ00X021440 Putative uncharacterized protein 5.035367984 C6_control_A1 +LQ00X021440 Putative uncharacterized protein 5.066518592 C6_control_A3 +LQ00X021440 Putative uncharacterized protein 5.033730062 C6_control_B1 +LQ00X021440 Putative uncharacterized protein 6.996010016 C6_control_B2 +LQ00X021440 Putative uncharacterized protein 5.101887692 C6_control_B3 +LQ00X021440 Putative uncharacterized protein 7.971055768 C6_control_C1 +LQ00X021440 Putative uncharacterized protein 8.562226529 C6_control_C2 +LQ00X021440 Putative uncharacterized protein 8.134926623 C6_control_C3 +LQ00X021440 Putative uncharacterized protein 5.480880649 C6_chemical_A1 +LQ00X021440 Putative uncharacterized protein 4.898161028 C6_chemical_A3 +LQ00X021440 Putative uncharacterized protein 5.681061329 C6_chemical_B1 +LQ00X021440 Putative uncharacterized protein 6.971776878 C6_chemical_B2 +LQ00X021440 Putative uncharacterized protein 5.07596412 C6_chemical_B3 +LQ00X021440 Putative uncharacterized protein 8.291980908 C6_chemical_C1 +LQ00X021440 Putative uncharacterized protein 8.568967803 C6_chemical_C2 +LQ00X021440 Putative uncharacterized protein 8.041255616 C6_chemical_C3 +LQ00X021440 Putative uncharacterized protein 5.064361014 L4_control_A1 +LQ00X021440 Putative uncharacterized protein 5.247669696 L4_control_A2 +LQ00X021440 Putative uncharacterized protein 5.542346763 L4_control_A3 +LQ00X021440 Putative uncharacterized protein 5.749373731 L4_control_B1 +LQ00X021440 Putative uncharacterized protein 5.412107085 L4_control_B2 +LQ00X021440 Putative uncharacterized protein 5.08393666 L4_control_B3 +LQ00X021440 Putative uncharacterized protein 5.112922715 L4_control_C2 +LQ00X021440 Putative uncharacterized protein 4.80901936 L4_control_C3 +LQ00X021440 Putative uncharacterized protein 4.87895135 L4_chemical_A1 +LQ00X021440 Putative uncharacterized protein 5.022307939 L4_chemical_A2 +LQ00X021440 Putative uncharacterized protein 5.316094817 L4_chemical_A3 +LQ00X021440 Putative uncharacterized protein 5.190545634 L4_chemical_B1 +LQ00X021440 Putative uncharacterized protein 4.964656012 L4_chemical_B2 +LQ00X021440 Putative uncharacterized protein 4.992138781 L4_chemical_B3 +LQ00X021440 Putative uncharacterized protein 4.94659902 L4_chemical_C2 +LQ00X021440 Putative uncharacterized protein 5.056392369 L4_chemical_C3 +LQ00X021450 Putative Casein kinase I 13.91216233 C6_control_A1 +LQ00X021450 Putative Casein kinase I 14.06112518 C6_control_A3 +LQ00X021450 Putative Casein kinase I 14.05496854 C6_control_B1 +LQ00X021450 Putative Casein kinase I 14.21234411 C6_control_B2 +LQ00X021450 Putative Casein kinase I 14.05011164 C6_control_B3 +LQ00X021450 Putative Casein kinase I 14.33414047 C6_control_C1 +LQ00X021450 Putative Casein kinase I 14.23947032 C6_control_C2 +LQ00X021450 Putative Casein kinase I 14.52989938 C6_control_C3 +LQ00X021450 Putative Casein kinase I 13.91165518 C6_chemical_A1 +LQ00X021450 Putative Casein kinase I 14.06279509 C6_chemical_A3 +LQ00X021450 Putative Casein kinase I 14.01010746 C6_chemical_B1 +LQ00X021450 Putative Casein kinase I 14.14265075 C6_chemical_B2 +LQ00X021450 Putative Casein kinase I 14.1391739 C6_chemical_B3 +LQ00X021450 Putative Casein kinase I 14.05786866 C6_chemical_C1 +LQ00X021450 Putative Casein kinase I 14.20837792 C6_chemical_C2 +LQ00X021450 Putative Casein kinase I 14.32120007 C6_chemical_C3 +LQ00X021450 Putative Casein kinase I 13.82722276 L4_control_A1 +LQ00X021450 Putative Casein kinase I 13.49968879 L4_control_A2 +LQ00X021450 Putative Casein kinase I 13.55824753 L4_control_A3 +LQ00X021450 Putative Casein kinase I 13.59988468 L4_control_B1 +LQ00X021450 Putative Casein kinase I 13.63035965 L4_control_B2 +LQ00X021450 Putative Casein kinase I 13.97781209 L4_control_B3 +LQ00X021450 Putative Casein kinase I 13.38586665 L4_control_C2 +LQ00X021450 Putative Casein kinase I 13.77642361 L4_control_C3 +LQ00X021450 Putative Casein kinase I 13.89308775 L4_chemical_A1 +LQ00X021450 Putative Casein kinase I 13.735688 L4_chemical_A2 +LQ00X021450 Putative Casein kinase I 13.72191398 L4_chemical_A3 +LQ00X021450 Putative Casein kinase I 13.44479949 L4_chemical_B1 +LQ00X021450 Putative Casein kinase I 13.63958243 L4_chemical_B2 +LQ00X021450 Putative Casein kinase I 14.0612896 L4_chemical_B3 +LQ00X021450 Putative Casein kinase I 13.64736993 L4_chemical_C2 +LQ00X021450 Putative Casein kinase I 13.72174936 L4_chemical_C3 +LQ00X021610 Putative Predicted protein 13.08175828 C6_control_A1 +LQ00X021610 Putative Predicted protein 13.48670361 C6_control_A3 +LQ00X021610 Putative Predicted protein 12.48867432 C6_control_B1 +LQ00X021610 Putative Predicted protein 11.99884005 C6_control_B2 +LQ00X021610 Putative Predicted protein 12.37874981 C6_control_B3 +LQ00X021610 Putative Predicted protein 12.31461911 C6_control_C1 +LQ00X021610 Putative Predicted protein 11.98567511 C6_control_C2 +LQ00X021610 Putative Predicted protein 12.22370411 C6_control_C3 +LQ00X021610 Putative Predicted protein 12.54144516 C6_chemical_A1 +LQ00X021610 Putative Predicted protein 12.88864183 C6_chemical_A3 +LQ00X021610 Putative Predicted protein 12.25998923 C6_chemical_B1 +LQ00X021610 Putative Predicted protein 11.73464087 C6_chemical_B2 +LQ00X021610 Putative Predicted protein 12.17065362 C6_chemical_B3 +LQ00X021610 Putative Predicted protein 12.05040407 C6_chemical_C1 +LQ00X021610 Putative Predicted protein 12.19860858 C6_chemical_C2 +LQ00X021610 Putative Predicted protein 12.1298472 C6_chemical_C3 +LQ00X021610 Putative Predicted protein 13.02812511 L4_control_A1 +LQ00X021610 Putative Predicted protein 11.94689353 L4_control_A2 +LQ00X021610 Putative Predicted protein 12.47253916 L4_control_A3 +LQ00X021610 Putative Predicted protein 11.72704013 L4_control_B1 +LQ00X021610 Putative Predicted protein 11.06916286 L4_control_B2 +LQ00X021610 Putative Predicted protein 11.40386897 L4_control_B3 +LQ00X021610 Putative Predicted protein 12.22995139 L4_control_C2 +LQ00X021610 Putative Predicted protein 11.55813929 L4_control_C3 +LQ00X021610 Putative Predicted protein 12.20269304 L4_chemical_A1 +LQ00X021610 Putative Predicted protein 11.76995991 L4_chemical_A2 +LQ00X021610 Putative Predicted protein 12.19049464 L4_chemical_A3 +LQ00X021610 Putative Predicted protein 11.9467514 L4_chemical_B1 +LQ00X021610 Putative Predicted protein 11.6640507 L4_chemical_B2 +LQ00X021610 Putative Predicted protein 11.8474195 L4_chemical_B3 +LQ00X021610 Putative Predicted protein 12.17661937 L4_chemical_C2 +LQ00X021610 Putative Predicted protein 11.71556295 L4_chemical_C3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.111702639 C6_control_A1 +LQ00X021630 Phosphoprotein phosphatase, putative 5.57459437 C6_control_A3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.34329947 C6_control_B1 +LQ00X021630 Phosphoprotein phosphatase, putative 5.866880632 C6_control_B2 +LQ00X021630 Phosphoprotein phosphatase, putative 5.962579306 C6_control_B3 +LQ00X021630 Phosphoprotein phosphatase, putative 5.686245408 C6_control_C1 +LQ00X021630 Phosphoprotein phosphatase, putative 6.157362985 C6_control_C2 +LQ00X021630 Phosphoprotein phosphatase, putative 5.624872384 C6_control_C3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.034228981 C6_chemical_A1 +LQ00X021630 Phosphoprotein phosphatase, putative 5.747689635 C6_chemical_A3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.279749932 C6_chemical_B1 +LQ00X021630 Phosphoprotein phosphatase, putative 6.024636387 C6_chemical_B2 +LQ00X021630 Phosphoprotein phosphatase, putative 5.775118887 C6_chemical_B3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.030797414 C6_chemical_C1 +LQ00X021630 Phosphoprotein phosphatase, putative 5.573956873 C6_chemical_C2 +LQ00X021630 Phosphoprotein phosphatase, putative 5.49295683 C6_chemical_C3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.039407288 L4_control_A1 +LQ00X021630 Phosphoprotein phosphatase, putative 5.962255438 L4_control_A2 +LQ00X021630 Phosphoprotein phosphatase, putative 6.337421828 L4_control_A3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.339981089 L4_control_B1 +LQ00X021630 Phosphoprotein phosphatase, putative 5.609485162 L4_control_B2 +LQ00X021630 Phosphoprotein phosphatase, putative 5.884602862 L4_control_B3 +LQ00X021630 Phosphoprotein phosphatase, putative 5.834617375 L4_control_C2 +LQ00X021630 Phosphoprotein phosphatase, putative 5.855920113 L4_control_C3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.260032585 L4_chemical_A1 +LQ00X021630 Phosphoprotein phosphatase, putative 6.271924498 L4_chemical_A2 +LQ00X021630 Phosphoprotein phosphatase, putative 6.085860139 L4_chemical_A3 +LQ00X021630 Phosphoprotein phosphatase, putative 6.101484907 L4_chemical_B1 +LQ00X021630 Phosphoprotein phosphatase, putative 6.069694265 L4_chemical_B2 +LQ00X021630 Phosphoprotein phosphatase, putative 5.722043981 L4_chemical_B3 +LQ00X021630 Phosphoprotein phosphatase, putative 5.848428306 L4_chemical_C2 +LQ00X021630 Phosphoprotein phosphatase, putative 5.597421912 L4_chemical_C3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.215642025 C6_control_A1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.630575097 C6_control_A3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.994738759 C6_control_B1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.53499874 C6_control_B2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.283565604 C6_control_B3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.365302707 C6_control_C1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.575474375 C6_control_C2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.547649502 C6_control_C3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.168456632 C6_chemical_A1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.579450663 C6_chemical_A3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.451368256 C6_chemical_B1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.849551126 C6_chemical_B2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.237017857 C6_chemical_B3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.524916487 C6_chemical_C1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.594154325 C6_chemical_C2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.712209767 C6_chemical_C3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.935249547 L4_control_A1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.911111924 L4_control_A2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.827127426 L4_control_A3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.150324361 L4_control_B1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.425415627 L4_control_B2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.021962655 L4_control_B3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.550113846 L4_control_C2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.656187845 L4_control_C3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.072123846 L4_chemical_A1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.459742613 L4_chemical_A2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.211256519 L4_chemical_A3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.406680545 L4_chemical_B1 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.17864634 L4_chemical_B2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.38547296 L4_chemical_B3 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.146161817 L4_chemical_C2 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.797720859 L4_chemical_C3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.8948613 C6_control_A1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 11.11018052 C6_control_A3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.304600572 C6_control_B1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.683278589 C6_control_B2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 8.852146765 C6_control_B3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.46033135 C6_control_C1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.1563765 C6_control_C2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.52943784 C6_control_C3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.63010134 C6_chemical_A1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 11.20363908 C6_chemical_A3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 8.875849962 C6_chemical_B1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.413619283 C6_chemical_B2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.123058662 C6_chemical_B3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.993176055 C6_chemical_C1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.17878089 C6_chemical_C2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.924085086 C6_chemical_C3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 11.28921829 L4_control_A1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 11.18381537 L4_control_A2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 11.43283569 L4_control_A3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 8.705095559 L4_control_B1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.07771554 L4_control_B2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.383930337 L4_control_B3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.2173088 L4_control_C2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.882857139 L4_control_C3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.54291474 L4_chemical_A1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.704026998 L4_chemical_A2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.6631978 L4_chemical_A3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 8.892104391 L4_chemical_B1 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.442985619 L4_chemical_B2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.850218667 L4_chemical_B3 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.627613582 L4_chemical_C2 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 9.916214748 L4_chemical_C3 +LQ00X021805 Putative uncharacterized protein 4.676997665 C6_control_A1 +LQ00X021805 Putative uncharacterized protein 4.745292732 C6_control_A3 +LQ00X021805 Putative uncharacterized protein 4.647465285 C6_control_B1 +LQ00X021805 Putative uncharacterized protein 4.912063614 C6_control_B2 +LQ00X021805 Putative uncharacterized protein 4.619093285 C6_control_B3 +LQ00X021805 Putative uncharacterized protein 5.114396057 C6_control_C1 +LQ00X021805 Putative uncharacterized protein 4.860122381 C6_control_C2 +LQ00X021805 Putative uncharacterized protein 4.815839906 C6_control_C3 +LQ00X021805 Putative uncharacterized protein 4.568283551 C6_chemical_A1 +LQ00X021805 Putative uncharacterized protein 4.66083622 C6_chemical_A3 +LQ00X021805 Putative uncharacterized protein 4.871499995 C6_chemical_B1 +LQ00X021805 Putative uncharacterized protein 4.812641628 C6_chemical_B2 +LQ00X021805 Putative uncharacterized protein 5.110180512 C6_chemical_B3 +LQ00X021805 Putative uncharacterized protein 5.154082044 C6_chemical_C1 +LQ00X021805 Putative uncharacterized protein 4.896245725 C6_chemical_C2 +LQ00X021805 Putative uncharacterized protein 4.836911527 C6_chemical_C3 +LQ00X021805 Putative uncharacterized protein 4.875627683 L4_control_A1 +LQ00X021805 Putative uncharacterized protein 4.676239621 L4_control_A2 +LQ00X021805 Putative uncharacterized protein 4.853206318 L4_control_A3 +LQ00X021805 Putative uncharacterized protein 4.789699035 L4_control_B1 +LQ00X021805 Putative uncharacterized protein 4.96135335 L4_control_B2 +LQ00X021805 Putative uncharacterized protein 4.862584729 L4_control_B3 +LQ00X021805 Putative uncharacterized protein 5.068843359 L4_control_C2 +LQ00X021805 Putative uncharacterized protein 5.459365361 L4_control_C3 +LQ00X021805 Putative uncharacterized protein 4.83268433 L4_chemical_A1 +LQ00X021805 Putative uncharacterized protein 4.660586384 L4_chemical_A2 +LQ00X021805 Putative uncharacterized protein 4.832614878 L4_chemical_A3 +LQ00X021805 Putative uncharacterized protein 4.572668034 L4_chemical_B1 +LQ00X021805 Putative uncharacterized protein 5.016650127 L4_chemical_B2 +LQ00X021805 Putative uncharacterized protein 4.952293598 L4_chemical_B3 +LQ00X021805 Putative uncharacterized protein 4.926670396 L4_chemical_C2 +LQ00X021805 Putative uncharacterized protein 4.844776325 L4_chemical_C3 +LQ00X021910 Putative Enhancer of rudimentary 5.06796821 C6_control_A1 +LQ00X021910 Putative Enhancer of rudimentary 5.273468914 C6_control_A3 +LQ00X021910 Putative Enhancer of rudimentary 5.558049583 C6_control_B1 +LQ00X021910 Putative Enhancer of rudimentary 5.174788255 C6_control_B2 +LQ00X021910 Putative Enhancer of rudimentary 4.894301075 C6_control_B3 +LQ00X021910 Putative Enhancer of rudimentary 5.090393541 C6_control_C1 +LQ00X021910 Putative Enhancer of rudimentary 5.657524935 C6_control_C2 +LQ00X021910 Putative Enhancer of rudimentary 4.805323519 C6_control_C3 +LQ00X021910 Putative Enhancer of rudimentary 5.107486907 C6_chemical_A1 +LQ00X021910 Putative Enhancer of rudimentary 5.266303946 C6_chemical_A3 +LQ00X021910 Putative Enhancer of rudimentary 5.20843079 C6_chemical_B1 +LQ00X021910 Putative Enhancer of rudimentary 5.28509281 C6_chemical_B2 +LQ00X021910 Putative Enhancer of rudimentary 5.462161359 C6_chemical_B3 +LQ00X021910 Putative Enhancer of rudimentary 5.153296927 C6_chemical_C1 +LQ00X021910 Putative Enhancer of rudimentary 5.182465003 C6_chemical_C2 +LQ00X021910 Putative Enhancer of rudimentary 4.784889465 C6_chemical_C3 +LQ00X021910 Putative Enhancer of rudimentary 5.291845574 L4_control_A1 +LQ00X021910 Putative Enhancer of rudimentary 5.195788163 L4_control_A2 +LQ00X021910 Putative Enhancer of rudimentary 5.211313089 L4_control_A3 +LQ00X021910 Putative Enhancer of rudimentary 5.706941965 L4_control_B1 +LQ00X021910 Putative Enhancer of rudimentary 5.471368341 L4_control_B2 +LQ00X021910 Putative Enhancer of rudimentary 5.741198584 L4_control_B3 +LQ00X021910 Putative Enhancer of rudimentary 5.350438412 L4_control_C2 +LQ00X021910 Putative Enhancer of rudimentary 5.042227161 L4_control_C3 +LQ00X021910 Putative Enhancer of rudimentary 5.089634744 L4_chemical_A1 +LQ00X021910 Putative Enhancer of rudimentary 5.444671676 L4_chemical_A2 +LQ00X021910 Putative Enhancer of rudimentary 5.094668468 L4_chemical_A3 +LQ00X021910 Putative Enhancer of rudimentary 5.090877931 L4_chemical_B1 +LQ00X021910 Putative Enhancer of rudimentary 5.003106584 L4_chemical_B2 +LQ00X021910 Putative Enhancer of rudimentary 5.385901041 L4_chemical_B3 +LQ00X021910 Putative Enhancer of rudimentary 5.147729067 L4_chemical_C2 +LQ00X021910 Putative Enhancer of rudimentary 4.864099664 L4_chemical_C3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.64907688 C6_control_A1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.63269119 C6_control_A3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.99871268 C6_control_B1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.40365405 C6_control_B2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.74120822 C6_control_B3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.5574452 C6_control_C1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.76929013 C6_control_C2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.85240043 C6_control_C3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.37793258 C6_chemical_A1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.57256827 C6_chemical_A3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.30457226 C6_chemical_B1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.92262642 C6_chemical_B2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.62856303 C6_chemical_B3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.58723765 C6_chemical_C1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.736991 C6_chemical_C2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.63450408 C6_chemical_C3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.76722976 L4_control_A1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.68476971 L4_control_A2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.46192646 L4_control_A3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.13342079 L4_control_B1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.55230761 L4_control_B2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.18634324 L4_control_B3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.02519514 L4_control_C2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.86053523 L4_control_C3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.89149118 L4_chemical_A1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.47320163 L4_chemical_A2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.70784214 L4_chemical_A3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.80846863 L4_chemical_B1 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.80340564 L4_chemical_B2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.26756306 L4_chemical_B3 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.94583853 L4_chemical_C2 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 11.87025273 L4_chemical_C3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.298601325 C6_control_A1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.158441986 C6_control_A3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.336767734 C6_control_B1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.510976302 C6_control_B2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.03326232 C6_control_B3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.856178505 C6_control_C1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.505827913 C6_control_C2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.287024273 C6_control_C3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.416306243 C6_chemical_A1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.722126947 C6_chemical_A3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.036849171 C6_chemical_B1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.540520276 C6_chemical_B2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.242639789 C6_chemical_B3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 6.093743398 C6_chemical_C1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.920875008 C6_chemical_C2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.351130159 C6_chemical_C3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 6.142955383 L4_control_A1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.145440237 L4_control_A2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.254004648 L4_control_A3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.252337534 L4_control_B1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.096884532 L4_control_B2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.856064329 L4_control_B3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.326014567 L4_control_C2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.816072235 L4_control_C3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.505960911 L4_chemical_A1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.234794628 L4_chemical_A2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.191468703 L4_chemical_A3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 4.938970937 L4_chemical_B1 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.435689725 L4_chemical_B2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.893355096 L4_chemical_B3 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.073762246 L4_chemical_C2 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.573868054 L4_chemical_C3 +LQ00X022290 Hypothetical protein 4.722022305 C6_control_A1 +LQ00X022290 Hypothetical protein 4.815005406 C6_control_A3 +LQ00X022290 Hypothetical protein 4.705096622 C6_control_B1 +LQ00X022290 Hypothetical protein 4.788016979 C6_control_B2 +LQ00X022290 Hypothetical protein 4.600740022 C6_control_B3 +LQ00X022290 Hypothetical protein 4.982542055 C6_control_C1 +LQ00X022290 Hypothetical protein 4.532554507 C6_control_C2 +LQ00X022290 Hypothetical protein 4.823750199 C6_control_C3 +LQ00X022290 Hypothetical protein 4.707708556 C6_chemical_A1 +LQ00X022290 Hypothetical protein 4.699573437 C6_chemical_A3 +LQ00X022290 Hypothetical protein 5.112986526 C6_chemical_B1 +LQ00X022290 Hypothetical protein 4.51493065 C6_chemical_B2 +LQ00X022290 Hypothetical protein 4.760290784 C6_chemical_B3 +LQ00X022290 Hypothetical protein 4.721605183 C6_chemical_C1 +LQ00X022290 Hypothetical protein 4.643456499 C6_chemical_C2 +LQ00X022290 Hypothetical protein 4.893397368 C6_chemical_C3 +LQ00X022290 Hypothetical protein 4.751574125 L4_control_A1 +LQ00X022290 Hypothetical protein 4.905771339 L4_control_A2 +LQ00X022290 Hypothetical protein 5.270662469 L4_control_A3 +LQ00X022290 Hypothetical protein 5.032599032 L4_control_B1 +LQ00X022290 Hypothetical protein 4.649283603 L4_control_B2 +LQ00X022290 Hypothetical protein 4.992077258 L4_control_B3 +LQ00X022290 Hypothetical protein 5.164133837 L4_control_C2 +LQ00X022290 Hypothetical protein 5.664785226 L4_control_C3 +LQ00X022290 Hypothetical protein 4.576379954 L4_chemical_A1 +LQ00X022290 Hypothetical protein 4.655845496 L4_chemical_A2 +LQ00X022290 Hypothetical protein 5.35183339 L4_chemical_A3 +LQ00X022290 Hypothetical protein 4.895746382 L4_chemical_B1 +LQ00X022290 Hypothetical protein 4.580620879 L4_chemical_B2 +LQ00X022290 Hypothetical protein 4.781850323 L4_chemical_B3 +LQ00X022290 Hypothetical protein 4.994445561 L4_chemical_C2 +LQ00X022290 Hypothetical protein 5.934802946 L4_chemical_C3 +LQ00X022300 Putative uncharacterized protein 5.80408332 C6_control_A1 +LQ00X022300 Putative uncharacterized protein 5.760975233 C6_control_A3 +LQ00X022300 Putative uncharacterized protein 5.537963167 C6_control_B1 +LQ00X022300 Putative uncharacterized protein 5.911619205 C6_control_B2 +LQ00X022300 Putative uncharacterized protein 5.653053116 C6_control_B3 +LQ00X022300 Putative uncharacterized protein 6.013040785 C6_control_C1 +LQ00X022300 Putative uncharacterized protein 5.711934493 C6_control_C2 +LQ00X022300 Putative uncharacterized protein 6.081524672 C6_control_C3 +LQ00X022300 Putative uncharacterized protein 6.110281629 C6_chemical_A1 +LQ00X022300 Putative uncharacterized protein 5.891472026 C6_chemical_A3 +LQ00X022300 Putative uncharacterized protein 5.904042079 C6_chemical_B1 +LQ00X022300 Putative uncharacterized protein 5.851101698 C6_chemical_B2 +LQ00X022300 Putative uncharacterized protein 5.926972153 C6_chemical_B3 +LQ00X022300 Putative uncharacterized protein 5.572231432 C6_chemical_C1 +LQ00X022300 Putative uncharacterized protein 6.088006198 C6_chemical_C2 +LQ00X022300 Putative uncharacterized protein 6.22092154 C6_chemical_C3 +LQ00X022300 Putative uncharacterized protein 5.638192183 L4_control_A1 +LQ00X022300 Putative uncharacterized protein 5.707562687 L4_control_A2 +LQ00X022300 Putative uncharacterized protein 5.658606057 L4_control_A3 +LQ00X022300 Putative uncharacterized protein 5.358957898 L4_control_B1 +LQ00X022300 Putative uncharacterized protein 5.305553668 L4_control_B2 +LQ00X022300 Putative uncharacterized protein 5.592392568 L4_control_B3 +LQ00X022300 Putative uncharacterized protein 5.650197482 L4_control_C2 +LQ00X022300 Putative uncharacterized protein 5.023850267 L4_control_C3 +LQ00X022300 Putative uncharacterized protein 5.462741289 L4_chemical_A1 +LQ00X022300 Putative uncharacterized protein 5.668341938 L4_chemical_A2 +LQ00X022300 Putative uncharacterized protein 5.745796449 L4_chemical_A3 +LQ00X022300 Putative uncharacterized protein 5.82731865 L4_chemical_B1 +LQ00X022300 Putative uncharacterized protein 5.476983695 L4_chemical_B2 +LQ00X022300 Putative uncharacterized protein 5.78283739 L4_chemical_B3 +LQ00X022300 Putative uncharacterized protein 6.241089443 L4_chemical_C2 +LQ00X022300 Putative uncharacterized protein 5.059891544 L4_chemical_C3 +LQ00X022360 Predicted protein 5.630439174 C6_control_A1 +LQ00X022360 Predicted protein 6.098448193 C6_control_A3 +LQ00X022360 Predicted protein 5.118570784 C6_control_B1 +LQ00X022360 Predicted protein 6.017041106 C6_control_B2 +LQ00X022360 Predicted protein 5.327406377 C6_control_B3 +LQ00X022360 Predicted protein 8.545603326 C6_control_C1 +LQ00X022360 Predicted protein 8.617973314 C6_control_C2 +LQ00X022360 Predicted protein 9.15872845 C6_control_C3 +LQ00X022360 Predicted protein 6.087715644 C6_chemical_A1 +LQ00X022360 Predicted protein 7.06465826 C6_chemical_A3 +LQ00X022360 Predicted protein 5.4189401 C6_chemical_B1 +LQ00X022360 Predicted protein 5.87871839 C6_chemical_B2 +LQ00X022360 Predicted protein 6.029917993 C6_chemical_B3 +LQ00X022360 Predicted protein 8.66085082 C6_chemical_C1 +LQ00X022360 Predicted protein 8.430735134 C6_chemical_C2 +LQ00X022360 Predicted protein 9.434709548 C6_chemical_C3 +LQ00X022360 Predicted protein 7.419696713 L4_control_A1 +LQ00X022360 Predicted protein 6.643466139 L4_control_A2 +LQ00X022360 Predicted protein 6.134091378 L4_control_A3 +LQ00X022360 Predicted protein 6.001529169 L4_control_B1 +LQ00X022360 Predicted protein 5.949675807 L4_control_B2 +LQ00X022360 Predicted protein 7.574529197 L4_control_B3 +LQ00X022360 Predicted protein 10.06135682 L4_control_C2 +LQ00X022360 Predicted protein 10.39389493 L4_control_C3 +LQ00X022360 Predicted protein 8.330336754 L4_chemical_A1 +LQ00X022360 Predicted protein 8.545817558 L4_chemical_A2 +LQ00X022360 Predicted protein 8.075691202 L4_chemical_A3 +LQ00X022360 Predicted protein 8.243475723 L4_chemical_B1 +LQ00X022360 Predicted protein 6.22044284 L4_chemical_B2 +LQ00X022360 Predicted protein 7.577739385 L4_chemical_B3 +LQ00X022360 Predicted protein 9.50838354 L4_chemical_C2 +LQ00X022360 Predicted protein 9.710694589 L4_chemical_C3 +LQ00X022410 Putative uncharacterized protein 13.1007138 C6_control_A1 +LQ00X022410 Putative uncharacterized protein 13.38796227 C6_control_A3 +LQ00X022410 Putative uncharacterized protein 12.93057254 C6_control_B1 +LQ00X022410 Putative uncharacterized protein 12.59953018 C6_control_B2 +LQ00X022410 Putative uncharacterized protein 12.55596993 C6_control_B3 +LQ00X022410 Putative uncharacterized protein 12.40623846 C6_control_C1 +LQ00X022410 Putative uncharacterized protein 11.95609474 C6_control_C2 +LQ00X022410 Putative uncharacterized protein 12.46004956 C6_control_C3 +LQ00X022410 Putative uncharacterized protein 13.15529219 C6_chemical_A1 +LQ00X022410 Putative uncharacterized protein 13.22784871 C6_chemical_A3 +LQ00X022410 Putative uncharacterized protein 12.87603515 C6_chemical_B1 +LQ00X022410 Putative uncharacterized protein 12.66412592 C6_chemical_B2 +LQ00X022410 Putative uncharacterized protein 12.53708664 C6_chemical_B3 +LQ00X022410 Putative uncharacterized protein 12.27432915 C6_chemical_C1 +LQ00X022410 Putative uncharacterized protein 12.02154717 C6_chemical_C2 +LQ00X022410 Putative uncharacterized protein 12.09995075 C6_chemical_C3 +LQ00X022410 Putative uncharacterized protein 13.07449082 L4_control_A1 +LQ00X022410 Putative uncharacterized protein 12.50290911 L4_control_A2 +LQ00X022410 Putative uncharacterized protein 12.95431608 L4_control_A3 +LQ00X022410 Putative uncharacterized protein 12.26541097 L4_control_B1 +LQ00X022410 Putative uncharacterized protein 12.73769293 L4_control_B2 +LQ00X022410 Putative uncharacterized protein 12.34495963 L4_control_B3 +LQ00X022410 Putative uncharacterized protein 12.29160736 L4_control_C2 +LQ00X022410 Putative uncharacterized protein 11.84506273 L4_control_C3 +LQ00X022410 Putative uncharacterized protein 12.99863957 L4_chemical_A1 +LQ00X022410 Putative uncharacterized protein 12.51376184 L4_chemical_A2 +LQ00X022410 Putative uncharacterized protein 13.11571079 L4_chemical_A3 +LQ00X022410 Putative uncharacterized protein 12.41430461 L4_chemical_B1 +LQ00X022410 Putative uncharacterized protein 12.32782271 L4_chemical_B2 +LQ00X022410 Putative uncharacterized protein 12.56284896 L4_chemical_B3 +LQ00X022410 Putative uncharacterized protein 12.48086008 L4_chemical_C2 +LQ00X022410 Putative uncharacterized protein 11.71391873 L4_chemical_C3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.078305 C6_control_A1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.76306128 C6_control_A3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.9875808 C6_control_B1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.5732515 C6_control_B2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.61647524 C6_control_B3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.86723342 C6_control_C1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.20356056 C6_control_C2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.80007306 C6_control_C3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.51853457 C6_chemical_A1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.2290155 C6_chemical_A3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.15671818 C6_chemical_B1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.45077967 C6_chemical_B2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.65960039 C6_chemical_B3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.52164931 C6_chemical_C1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.73409366 C6_chemical_C2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.24283982 C6_chemical_C3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.28296039 L4_control_A1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.68584566 L4_control_A2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.6400424 L4_control_A3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.72271517 L4_control_B1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.93561863 L4_control_B2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.84072115 L4_control_B3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.95499944 L4_control_C2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 14.00093879 L4_control_C3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.56574284 L4_chemical_A1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.63753709 L4_chemical_A2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.52178581 L4_chemical_A3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.42706887 L4_chemical_B1 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.57372836 L4_chemical_B2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.57119063 L4_chemical_B3 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.42598949 L4_chemical_C2 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.84736655 L4_chemical_C3 +LQ00X022440 ATP binding protein, putative 12.27928306 C6_control_A1 +LQ00X022440 ATP binding protein, putative 12.22249857 C6_control_A3 +LQ00X022440 ATP binding protein, putative 12.28836969 C6_control_B1 +LQ00X022440 ATP binding protein, putative 12.55796837 C6_control_B2 +LQ00X022440 ATP binding protein, putative 12.4598028 C6_control_B3 +LQ00X022440 ATP binding protein, putative 11.4101303 C6_control_C1 +LQ00X022440 ATP binding protein, putative 11.21600936 C6_control_C2 +LQ00X022440 ATP binding protein, putative 11.09855397 C6_control_C3 +LQ00X022440 ATP binding protein, putative 12.11615308 C6_chemical_A1 +LQ00X022440 ATP binding protein, putative 12.20309514 C6_chemical_A3 +LQ00X022440 ATP binding protein, putative 12.10363987 C6_chemical_B1 +LQ00X022440 ATP binding protein, putative 12.46012523 C6_chemical_B2 +LQ00X022440 ATP binding protein, putative 12.30452311 C6_chemical_B3 +LQ00X022440 ATP binding protein, putative 11.32222186 C6_chemical_C1 +LQ00X022440 ATP binding protein, putative 10.6134058 C6_chemical_C2 +LQ00X022440 ATP binding protein, putative 10.67408101 C6_chemical_C3 +LQ00X022440 ATP binding protein, putative 12.57729705 L4_control_A1 +LQ00X022440 ATP binding protein, putative 12.05882879 L4_control_A2 +LQ00X022440 ATP binding protein, putative 12.34893065 L4_control_A3 +LQ00X022440 ATP binding protein, putative 12.62232672 L4_control_B1 +LQ00X022440 ATP binding protein, putative 12.47951599 L4_control_B2 +LQ00X022440 ATP binding protein, putative 12.9553535 L4_control_B3 +LQ00X022440 ATP binding protein, putative 10.58845448 L4_control_C2 +LQ00X022440 ATP binding protein, putative 10.2872593 L4_control_C3 +LQ00X022440 ATP binding protein, putative 12.54127722 L4_chemical_A1 +LQ00X022440 ATP binding protein, putative 11.72222095 L4_chemical_A2 +LQ00X022440 ATP binding protein, putative 12.52215748 L4_chemical_A3 +LQ00X022440 ATP binding protein, putative 11.87367908 L4_chemical_B1 +LQ00X022440 ATP binding protein, putative 11.73409862 L4_chemical_B2 +LQ00X022440 ATP binding protein, putative 12.43523153 L4_chemical_B3 +LQ00X022440 ATP binding protein, putative 10.24838791 L4_chemical_C2 +LQ00X022440 ATP binding protein, putative 10.61774413 L4_chemical_C3 +LQ00X022450 At1g65000 6.280255808 C6_control_A1 +LQ00X022450 At1g65000 6.158336147 C6_control_A3 +LQ00X022450 At1g65000 6.855641618 C6_control_B1 +LQ00X022450 At1g65000 6.552764261 C6_control_B2 +LQ00X022450 At1g65000 6.645608346 C6_control_B3 +LQ00X022450 At1g65000 6.355613388 C6_control_C1 +LQ00X022450 At1g65000 6.958503249 C6_control_C2 +LQ00X022450 At1g65000 6.436740474 C6_control_C3 +LQ00X022450 At1g65000 6.93753481 C6_chemical_A1 +LQ00X022450 At1g65000 6.543510018 C6_chemical_A3 +LQ00X022450 At1g65000 6.737922334 C6_chemical_B1 +LQ00X022450 At1g65000 6.458321906 C6_chemical_B2 +LQ00X022450 At1g65000 6.263426122 C6_chemical_B3 +LQ00X022450 At1g65000 6.381913215 C6_chemical_C1 +LQ00X022450 At1g65000 6.872770594 C6_chemical_C2 +LQ00X022450 At1g65000 6.376236146 C6_chemical_C3 +LQ00X022450 At1g65000 6.369844617 L4_control_A1 +LQ00X022450 At1g65000 6.478691922 L4_control_A2 +LQ00X022450 At1g65000 7.514619162 L4_control_A3 +LQ00X022450 At1g65000 6.889440764 L4_control_B1 +LQ00X022450 At1g65000 6.423442328 L4_control_B2 +LQ00X022450 At1g65000 6.524758741 L4_control_B3 +LQ00X022450 At1g65000 6.765929302 L4_control_C2 +LQ00X022450 At1g65000 6.852959802 L4_control_C3 +LQ00X022450 At1g65000 6.395385044 L4_chemical_A1 +LQ00X022450 At1g65000 6.770060015 L4_chemical_A2 +LQ00X022450 At1g65000 7.335491023 L4_chemical_A3 +LQ00X022450 At1g65000 7.34595573 L4_chemical_B1 +LQ00X022450 At1g65000 6.788776648 L4_chemical_B2 +LQ00X022450 At1g65000 6.365472701 L4_chemical_B3 +LQ00X022450 At1g65000 6.101801399 L4_chemical_C2 +LQ00X022450 At1g65000 6.276227989 L4_chemical_C3 +LQ00X022590 Putative Disease resistance protein RGA2 5.214638933 C6_control_A1 +LQ00X022590 Putative Disease resistance protein RGA2 5.167508184 C6_control_A3 +LQ00X022590 Putative Disease resistance protein RGA2 4.841070615 C6_control_B1 +LQ00X022590 Putative Disease resistance protein RGA2 5.33589217 C6_control_B2 +LQ00X022590 Putative Disease resistance protein RGA2 4.678047814 C6_control_B3 +LQ00X022590 Putative Disease resistance protein RGA2 4.675959599 C6_control_C1 +LQ00X022590 Putative Disease resistance protein RGA2 4.99923331 C6_control_C2 +LQ00X022590 Putative Disease resistance protein RGA2 5.129260187 C6_control_C3 +LQ00X022590 Putative Disease resistance protein RGA2 5.060181743 C6_chemical_A1 +LQ00X022590 Putative Disease resistance protein RGA2 4.878126545 C6_chemical_A3 +LQ00X022590 Putative Disease resistance protein RGA2 4.47836422 C6_chemical_B1 +LQ00X022590 Putative Disease resistance protein RGA2 5.22251697 C6_chemical_B2 +LQ00X022590 Putative Disease resistance protein RGA2 5.056252785 C6_chemical_B3 +LQ00X022590 Putative Disease resistance protein RGA2 4.938062967 C6_chemical_C1 +LQ00X022590 Putative Disease resistance protein RGA2 5.035503445 C6_chemical_C2 +LQ00X022590 Putative Disease resistance protein RGA2 5.673066711 C6_chemical_C3 +LQ00X022590 Putative Disease resistance protein RGA2 6.857077496 L4_control_A1 +LQ00X022590 Putative Disease resistance protein RGA2 7.95649936 L4_control_A2 +LQ00X022590 Putative Disease resistance protein RGA2 6.775339116 L4_control_A3 +LQ00X022590 Putative Disease resistance protein RGA2 6.491331096 L4_control_B1 +LQ00X022590 Putative Disease resistance protein RGA2 6.064312801 L4_control_B2 +LQ00X022590 Putative Disease resistance protein RGA2 8.543849439 L4_control_B3 +LQ00X022590 Putative Disease resistance protein RGA2 6.136699804 L4_control_C2 +LQ00X022590 Putative Disease resistance protein RGA2 8.027310446 L4_control_C3 +LQ00X022590 Putative Disease resistance protein RGA2 7.622902597 L4_chemical_A1 +LQ00X022590 Putative Disease resistance protein RGA2 7.209163001 L4_chemical_A2 +LQ00X022590 Putative Disease resistance protein RGA2 7.509247836 L4_chemical_A3 +LQ00X022590 Putative Disease resistance protein RGA2 5.558898253 L4_chemical_B1 +LQ00X022590 Putative Disease resistance protein RGA2 6.067929667 L4_chemical_B2 +LQ00X022590 Putative Disease resistance protein RGA2 8.269963998 L4_chemical_B3 +LQ00X022590 Putative Disease resistance protein RGA2 6.684897265 L4_chemical_C2 +LQ00X022590 Putative Disease resistance protein RGA2 8.294445754 L4_chemical_C3 +LQ00X022600 Putative disease resistance protein RGA1 7.655851071 C6_control_A1 +LQ00X022600 Putative disease resistance protein RGA1 6.562187936 C6_control_A3 +LQ00X022600 Putative disease resistance protein RGA1 7.2672851 C6_control_B1 +LQ00X022600 Putative disease resistance protein RGA1 7.191479964 C6_control_B2 +LQ00X022600 Putative disease resistance protein RGA1 6.556828217 C6_control_B3 +LQ00X022600 Putative disease resistance protein RGA1 7.483481679 C6_control_C1 +LQ00X022600 Putative disease resistance protein RGA1 5.886895176 C6_control_C2 +LQ00X022600 Putative disease resistance protein RGA1 6.708299861 C6_control_C3 +LQ00X022600 Putative disease resistance protein RGA1 7.174105688 C6_chemical_A1 +LQ00X022600 Putative disease resistance protein RGA1 7.568534725 C6_chemical_A3 +LQ00X022600 Putative disease resistance protein RGA1 6.80773945 C6_chemical_B1 +LQ00X022600 Putative disease resistance protein RGA1 6.940609799 C6_chemical_B2 +LQ00X022600 Putative disease resistance protein RGA1 7.135803586 C6_chemical_B3 +LQ00X022600 Putative disease resistance protein RGA1 7.14962504 C6_chemical_C1 +LQ00X022600 Putative disease resistance protein RGA1 5.915284601 C6_chemical_C2 +LQ00X022600 Putative disease resistance protein RGA1 7.00381952 C6_chemical_C3 +LQ00X022600 Putative disease resistance protein RGA1 8.680211524 L4_control_A1 +LQ00X022600 Putative disease resistance protein RGA1 7.5605503 L4_control_A2 +LQ00X022600 Putative disease resistance protein RGA1 8.064820605 L4_control_A3 +LQ00X022600 Putative disease resistance protein RGA1 7.233774473 L4_control_B1 +LQ00X022600 Putative disease resistance protein RGA1 6.736564992 L4_control_B2 +LQ00X022600 Putative disease resistance protein RGA1 8.002843385 L4_control_B3 +LQ00X022600 Putative disease resistance protein RGA1 7.121937005 L4_control_C2 +LQ00X022600 Putative disease resistance protein RGA1 6.116422275 L4_control_C3 +LQ00X022600 Putative disease resistance protein RGA1 8.337906724 L4_chemical_A1 +LQ00X022600 Putative disease resistance protein RGA1 7.54930168 L4_chemical_A2 +LQ00X022600 Putative disease resistance protein RGA1 8.140747745 L4_chemical_A3 +LQ00X022600 Putative disease resistance protein RGA1 6.669669496 L4_chemical_B1 +LQ00X022600 Putative disease resistance protein RGA1 6.828078983 L4_chemical_B2 +LQ00X022600 Putative disease resistance protein RGA1 8.010143182 L4_chemical_B3 +LQ00X022600 Putative disease resistance protein RGA1 6.204164012 L4_chemical_C2 +LQ00X022600 Putative disease resistance protein RGA1 6.413431142 L4_chemical_C3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.15188918 C6_control_A1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.76717646 C6_control_A3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.88717837 C6_control_B1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.93648116 C6_control_B2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.50878529 C6_control_B3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 13.11040645 C6_control_C1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 13.07783842 C6_control_C2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.1567294 C6_control_C3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.05482161 C6_chemical_A1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.47603935 C6_chemical_A3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.08797901 C6_chemical_B1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 13.0262606 C6_chemical_B2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.04037351 C6_chemical_B3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 13.22150375 C6_chemical_C1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 13.22486443 C6_chemical_C2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.09252715 C6_chemical_C3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.66602754 L4_control_A1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.20153353 L4_control_A2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.95514961 L4_control_A3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.72978352 L4_control_B1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.30272875 L4_control_B2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.92550026 L4_control_B3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.57212185 L4_control_C2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.5613388 L4_control_C3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.23987899 L4_chemical_A1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.98549861 L4_chemical_A2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.68866154 L4_chemical_A3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.76136051 L4_chemical_B1 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.96312756 L4_chemical_B2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.89504272 L4_chemical_B3 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.69819206 L4_chemical_C2 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 11.86041188 L4_chemical_C3 +LQ00X022630 Putative Uncharacterized protein At3g50808 8.998789964 C6_control_A1 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.229289524 C6_control_A3 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.749375584 C6_control_B1 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.53446691 C6_control_B2 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.51278318 C6_control_B3 +LQ00X022630 Putative Uncharacterized protein At3g50808 14.64421679 C6_control_C1 +LQ00X022630 Putative Uncharacterized protein At3g50808 14.26591872 C6_control_C2 +LQ00X022630 Putative Uncharacterized protein At3g50808 14.56358028 C6_control_C3 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.213361461 C6_chemical_A1 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.734792702 C6_chemical_A3 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.82700459 C6_chemical_B1 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.15890474 C6_chemical_B2 +LQ00X022630 Putative Uncharacterized protein At3g50808 11.02702305 C6_chemical_B3 +LQ00X022630 Putative Uncharacterized protein At3g50808 14.7467825 C6_chemical_C1 +LQ00X022630 Putative Uncharacterized protein At3g50808 14.3540047 C6_chemical_C2 +LQ00X022630 Putative Uncharacterized protein At3g50808 13.94341686 C6_chemical_C3 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.139153556 L4_control_A1 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.826767172 L4_control_A2 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.24510485 L4_control_A3 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.77274299 L4_control_B1 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.40473714 L4_control_B2 +LQ00X022630 Putative Uncharacterized protein At3g50808 12.13038636 L4_control_B3 +LQ00X022630 Putative Uncharacterized protein At3g50808 14.147234 L4_control_C2 +LQ00X022630 Putative Uncharacterized protein At3g50808 13.53535217 L4_control_C3 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.461651985 L4_chemical_A1 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.14649056 L4_chemical_A2 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.05186503 L4_chemical_A3 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.75936413 L4_chemical_B1 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.81392688 L4_chemical_B2 +LQ00X022630 Putative Uncharacterized protein At3g50808 10.2810247 L4_chemical_B3 +LQ00X022630 Putative Uncharacterized protein At3g50808 14.11260296 L4_chemical_C2 +LQ00X022630 Putative Uncharacterized protein At3g50808 13.78504524 L4_chemical_C3 +LQ00X022640 UPF0131 protein At3g02910 10.98952668 C6_control_A1 +LQ00X022640 UPF0131 protein At3g02910 11.95667853 C6_control_A3 +LQ00X022640 UPF0131 protein At3g02910 9.206807918 C6_control_B1 +LQ00X022640 UPF0131 protein At3g02910 8.869097013 C6_control_B2 +LQ00X022640 UPF0131 protein At3g02910 8.783252947 C6_control_B3 +LQ00X022640 UPF0131 protein At3g02910 10.08940955 C6_control_C1 +LQ00X022640 UPF0131 protein At3g02910 10.03398276 C6_control_C2 +LQ00X022640 UPF0131 protein At3g02910 10.1301098 C6_control_C3 +LQ00X022640 UPF0131 protein At3g02910 10.85274617 C6_chemical_A1 +LQ00X022640 UPF0131 protein At3g02910 11.30699448 C6_chemical_A3 +LQ00X022640 UPF0131 protein At3g02910 8.738773934 C6_chemical_B1 +LQ00X022640 UPF0131 protein At3g02910 8.025747292 C6_chemical_B2 +LQ00X022640 UPF0131 protein At3g02910 8.802149469 C6_chemical_B3 +LQ00X022640 UPF0131 protein At3g02910 10.10941292 C6_chemical_C1 +LQ00X022640 UPF0131 protein At3g02910 10.08096313 C6_chemical_C2 +LQ00X022640 UPF0131 protein At3g02910 9.892650304 C6_chemical_C3 +LQ00X022640 UPF0131 protein At3g02910 12.48620128 L4_control_A1 +LQ00X022640 UPF0131 protein At3g02910 11.11662492 L4_control_A2 +LQ00X022640 UPF0131 protein At3g02910 11.99985853 L4_control_A3 +LQ00X022640 UPF0131 protein At3g02910 9.366911939 L4_control_B1 +LQ00X022640 UPF0131 protein At3g02910 8.916626364 L4_control_B2 +LQ00X022640 UPF0131 protein At3g02910 8.546761489 L4_control_B3 +LQ00X022640 UPF0131 protein At3g02910 10.19060225 L4_control_C2 +LQ00X022640 UPF0131 protein At3g02910 10.3345487 L4_control_C3 +LQ00X022640 UPF0131 protein At3g02910 13.36390066 L4_chemical_A1 +LQ00X022640 UPF0131 protein At3g02910 12.25650157 L4_chemical_A2 +LQ00X022640 UPF0131 protein At3g02910 12.76931732 L4_chemical_A3 +LQ00X022640 UPF0131 protein At3g02910 11.59563588 L4_chemical_B1 +LQ00X022640 UPF0131 protein At3g02910 10.25186625 L4_chemical_B2 +LQ00X022640 UPF0131 protein At3g02910 8.950307079 L4_chemical_B3 +LQ00X022640 UPF0131 protein At3g02910 10.69285854 L4_chemical_C2 +LQ00X022640 UPF0131 protein At3g02910 10.20197816 L4_chemical_C3 +LQ00X022650 Predicted protein 13.63555089 C6_control_A1 +LQ00X022650 Predicted protein 13.25266866 C6_control_A3 +LQ00X022650 Predicted protein 13.29685583 C6_control_B1 +LQ00X022650 Predicted protein 13.13744653 C6_control_B2 +LQ00X022650 Predicted protein 13.10191528 C6_control_B3 +LQ00X022650 Predicted protein 13.72353359 C6_control_C1 +LQ00X022650 Predicted protein 13.22968511 C6_control_C2 +LQ00X022650 Predicted protein 13.19689168 C6_control_C3 +LQ00X022650 Predicted protein 13.50944783 C6_chemical_A1 +LQ00X022650 Predicted protein 13.12654248 C6_chemical_A3 +LQ00X022650 Predicted protein 13.17663986 C6_chemical_B1 +LQ00X022650 Predicted protein 13.2893405 C6_chemical_B2 +LQ00X022650 Predicted protein 12.97318557 C6_chemical_B3 +LQ00X022650 Predicted protein 13.95096486 C6_chemical_C1 +LQ00X022650 Predicted protein 13.58722164 C6_chemical_C2 +LQ00X022650 Predicted protein 13.4965235 C6_chemical_C3 +LQ00X022650 Predicted protein 13.28560114 L4_control_A1 +LQ00X022650 Predicted protein 13.06776648 L4_control_A2 +LQ00X022650 Predicted protein 12.85720278 L4_control_A3 +LQ00X022650 Predicted protein 13.13342612 L4_control_B1 +LQ00X022650 Predicted protein 12.79192205 L4_control_B2 +LQ00X022650 Predicted protein 12.91171062 L4_control_B3 +LQ00X022650 Predicted protein 13.33973676 L4_control_C2 +LQ00X022650 Predicted protein 12.65360314 L4_control_C3 +LQ00X022650 Predicted protein 13.5465213 L4_chemical_A1 +LQ00X022650 Predicted protein 12.98946273 L4_chemical_A2 +LQ00X022650 Predicted protein 13.08571913 L4_chemical_A3 +LQ00X022650 Predicted protein 13.14751987 L4_chemical_B1 +LQ00X022650 Predicted protein 13.04127997 L4_chemical_B2 +LQ00X022650 Predicted protein 12.73224912 L4_chemical_B3 +LQ00X022650 Predicted protein 13.45087739 L4_chemical_C2 +LQ00X022650 Predicted protein 13.22507539 L4_chemical_C3 +LQ00X022660 Putative uncharacterized protein 7.058981045 C6_control_A1 +LQ00X022660 Putative uncharacterized protein 7.09805585 C6_control_A3 +LQ00X022660 Putative uncharacterized protein 6.806637911 C6_control_B1 +LQ00X022660 Putative uncharacterized protein 6.599996816 C6_control_B2 +LQ00X022660 Putative uncharacterized protein 6.972550895 C6_control_B3 +LQ00X022660 Putative uncharacterized protein 6.589474693 C6_control_C1 +LQ00X022660 Putative uncharacterized protein 6.049675221 C6_control_C2 +LQ00X022660 Putative uncharacterized protein 6.800555544 C6_control_C3 +LQ00X022660 Putative uncharacterized protein 7.32900442 C6_chemical_A1 +LQ00X022660 Putative uncharacterized protein 6.68958023 C6_chemical_A3 +LQ00X022660 Putative uncharacterized protein 6.289030574 C6_chemical_B1 +LQ00X022660 Putative uncharacterized protein 6.484191843 C6_chemical_B2 +LQ00X022660 Putative uncharacterized protein 6.73604592 C6_chemical_B3 +LQ00X022660 Putative uncharacterized protein 6.287858111 C6_chemical_C1 +LQ00X022660 Putative uncharacterized protein 6.519300848 C6_chemical_C2 +LQ00X022660 Putative uncharacterized protein 6.782366475 C6_chemical_C3 +LQ00X022660 Putative uncharacterized protein 6.640324541 L4_control_A1 +LQ00X022660 Putative uncharacterized protein 7.479171669 L4_control_A2 +LQ00X022660 Putative uncharacterized protein 7.657834007 L4_control_A3 +LQ00X022660 Putative uncharacterized protein 6.701487724 L4_control_B1 +LQ00X022660 Putative uncharacterized protein 7.525742387 L4_control_B2 +LQ00X022660 Putative uncharacterized protein 6.747310138 L4_control_B3 +LQ00X022660 Putative uncharacterized protein 6.848873203 L4_control_C2 +LQ00X022660 Putative uncharacterized protein 6.985451692 L4_control_C3 +LQ00X022660 Putative uncharacterized protein 6.738457496 L4_chemical_A1 +LQ00X022660 Putative uncharacterized protein 7.758856998 L4_chemical_A2 +LQ00X022660 Putative uncharacterized protein 7.889943797 L4_chemical_A3 +LQ00X022660 Putative uncharacterized protein 6.717448607 L4_chemical_B1 +LQ00X022660 Putative uncharacterized protein 7.855321977 L4_chemical_B2 +LQ00X022660 Putative uncharacterized protein 6.54489639 L4_chemical_B3 +LQ00X022660 Putative uncharacterized protein 6.791114961 L4_chemical_C2 +LQ00X022660 Putative uncharacterized protein 6.573240527 L4_chemical_C3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.420241217 C6_control_A1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.475156882 C6_control_A3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.598056373 C6_control_B1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.689226195 C6_control_B2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.763644955 C6_control_B3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.481291441 C6_control_C1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.848653656 C6_control_C2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.311534855 C6_control_C3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.520148317 C6_chemical_A1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.681421305 C6_chemical_A3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.567298979 C6_chemical_B1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.570754431 C6_chemical_B2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.803049312 C6_chemical_B3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.369181088 C6_chemical_C1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.431731212 C6_chemical_C2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.457819763 C6_chemical_C3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.498337725 L4_control_A1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.558845725 L4_control_A2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.359333137 L4_control_A3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.415582743 L4_control_B1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.786027025 L4_control_B2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.855649007 L4_control_B3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.129427296 L4_control_C2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.698774056 L4_control_C3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.32049754 L4_chemical_A1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.457792433 L4_chemical_A2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.215321324 L4_chemical_A3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.860494298 L4_chemical_B1 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.615784273 L4_chemical_B2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.788236609 L4_chemical_B3 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.661068728 L4_chemical_C2 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.303738182 L4_chemical_C3 +LQ00X022700 Putative uncharacterized protein 6.059918161 C6_control_A1 +LQ00X022700 Putative uncharacterized protein 7.242330754 C6_control_A3 +LQ00X022700 Putative uncharacterized protein 6.141667747 C6_control_B1 +LQ00X022700 Putative uncharacterized protein 6.493309362 C6_control_B2 +LQ00X022700 Putative uncharacterized protein 6.894662746 C6_control_B3 +LQ00X022700 Putative uncharacterized protein 7.053038213 C6_control_C1 +LQ00X022700 Putative uncharacterized protein 7.019757234 C6_control_C2 +LQ00X022700 Putative uncharacterized protein 6.174060271 C6_control_C3 +LQ00X022700 Putative uncharacterized protein 5.819954782 C6_chemical_A1 +LQ00X022700 Putative uncharacterized protein 5.893480832 C6_chemical_A3 +LQ00X022700 Putative uncharacterized protein 6.394207271 C6_chemical_B1 +LQ00X022700 Putative uncharacterized protein 6.275024356 C6_chemical_B2 +LQ00X022700 Putative uncharacterized protein 6.258967148 C6_chemical_B3 +LQ00X022700 Putative uncharacterized protein 6.827424594 C6_chemical_C1 +LQ00X022700 Putative uncharacterized protein 7.408115434 C6_chemical_C2 +LQ00X022700 Putative uncharacterized protein 6.210803739 C6_chemical_C3 +LQ00X022700 Putative uncharacterized protein 6.114247815 L4_control_A1 +LQ00X022700 Putative uncharacterized protein 5.427036178 L4_control_A2 +LQ00X022700 Putative uncharacterized protein 4.851826427 L4_control_A3 +LQ00X022700 Putative uncharacterized protein 5.372199227 L4_control_B1 +LQ00X022700 Putative uncharacterized protein 5.725853754 L4_control_B2 +LQ00X022700 Putative uncharacterized protein 5.907571002 L4_control_B3 +LQ00X022700 Putative uncharacterized protein 6.188871187 L4_control_C2 +LQ00X022700 Putative uncharacterized protein 5.347082665 L4_control_C3 +LQ00X022700 Putative uncharacterized protein 6.093217243 L4_chemical_A1 +LQ00X022700 Putative uncharacterized protein 5.395453623 L4_chemical_A2 +LQ00X022700 Putative uncharacterized protein 4.760064706 L4_chemical_A3 +LQ00X022700 Putative uncharacterized protein 5.645661455 L4_chemical_B1 +LQ00X022700 Putative uncharacterized protein 5.682778737 L4_chemical_B2 +LQ00X022700 Putative uncharacterized protein 6.097835501 L4_chemical_B3 +LQ00X022700 Putative uncharacterized protein 5.646185966 L4_chemical_C2 +LQ00X022700 Putative uncharacterized protein 5.997014536 L4_chemical_C3 +LQ00X022710 Putative Predicted protein 12.5646072 C6_control_A1 +LQ00X022710 Putative Predicted protein 12.14864768 C6_control_A3 +LQ00X022710 Putative Predicted protein 12.92951764 C6_control_B1 +LQ00X022710 Putative Predicted protein 12.80638535 C6_control_B2 +LQ00X022710 Putative Predicted protein 12.63030045 C6_control_B3 +LQ00X022710 Putative Predicted protein 13.62585073 C6_control_C1 +LQ00X022710 Putative Predicted protein 13.4074059 C6_control_C2 +LQ00X022710 Putative Predicted protein 13.58206589 C6_control_C3 +LQ00X022710 Putative Predicted protein 12.7332687 C6_chemical_A1 +LQ00X022710 Putative Predicted protein 12.42192384 C6_chemical_A3 +LQ00X022710 Putative Predicted protein 13.00066109 C6_chemical_B1 +LQ00X022710 Putative Predicted protein 12.77789319 C6_chemical_B2 +LQ00X022710 Putative Predicted protein 12.70863574 C6_chemical_B3 +LQ00X022710 Putative Predicted protein 13.47309866 C6_chemical_C1 +LQ00X022710 Putative Predicted protein 13.53403421 C6_chemical_C2 +LQ00X022710 Putative Predicted protein 13.47508456 C6_chemical_C3 +LQ00X022710 Putative Predicted protein 12.80219881 L4_control_A1 +LQ00X022710 Putative Predicted protein 12.53686078 L4_control_A2 +LQ00X022710 Putative Predicted protein 12.55493982 L4_control_A3 +LQ00X022710 Putative Predicted protein 13.31230965 L4_control_B1 +LQ00X022710 Putative Predicted protein 12.96344169 L4_control_B2 +LQ00X022710 Putative Predicted protein 12.9696056 L4_control_B3 +LQ00X022710 Putative Predicted protein 13.81254279 L4_control_C2 +LQ00X022710 Putative Predicted protein 13.47285464 L4_control_C3 +LQ00X022710 Putative Predicted protein 13.26464139 L4_chemical_A1 +LQ00X022710 Putative Predicted protein 13.1074788 L4_chemical_A2 +LQ00X022710 Putative Predicted protein 12.76758461 L4_chemical_A3 +LQ00X022710 Putative Predicted protein 13.50295423 L4_chemical_B1 +LQ00X022710 Putative Predicted protein 13.26682866 L4_chemical_B2 +LQ00X022710 Putative Predicted protein 12.74287539 L4_chemical_B3 +LQ00X022710 Putative Predicted protein 13.77737017 L4_chemical_C2 +LQ00X022710 Putative Predicted protein 13.65915986 L4_chemical_C3 +LQ00X022730 GPCR-type G protein 1 8.561963631 C6_control_A1 +LQ00X022730 GPCR-type G protein 1 8.197508342 C6_control_A3 +LQ00X022730 GPCR-type G protein 1 8.330238888 C6_control_B1 +LQ00X022730 GPCR-type G protein 1 8.8781945 C6_control_B2 +LQ00X022730 GPCR-type G protein 1 8.559238358 C6_control_B3 +LQ00X022730 GPCR-type G protein 1 9.333238626 C6_control_C1 +LQ00X022730 GPCR-type G protein 1 9.702993505 C6_control_C2 +LQ00X022730 GPCR-type G protein 1 9.352771041 C6_control_C3 +LQ00X022730 GPCR-type G protein 1 8.526512453 C6_chemical_A1 +LQ00X022730 GPCR-type G protein 1 8.312451906 C6_chemical_A3 +LQ00X022730 GPCR-type G protein 1 8.360751364 C6_chemical_B1 +LQ00X022730 GPCR-type G protein 1 9.051593954 C6_chemical_B2 +LQ00X022730 GPCR-type G protein 1 8.502643586 C6_chemical_B3 +LQ00X022730 GPCR-type G protein 1 9.552387525 C6_chemical_C1 +LQ00X022730 GPCR-type G protein 1 9.641645821 C6_chemical_C2 +LQ00X022730 GPCR-type G protein 1 9.349926241 C6_chemical_C3 +LQ00X022730 GPCR-type G protein 1 8.32121824 L4_control_A1 +LQ00X022730 GPCR-type G protein 1 8.528699828 L4_control_A2 +LQ00X022730 GPCR-type G protein 1 7.928631772 L4_control_A3 +LQ00X022730 GPCR-type G protein 1 7.979614401 L4_control_B1 +LQ00X022730 GPCR-type G protein 1 8.693005228 L4_control_B2 +LQ00X022730 GPCR-type G protein 1 8.865580123 L4_control_B3 +LQ00X022730 GPCR-type G protein 1 8.699217189 L4_control_C2 +LQ00X022730 GPCR-type G protein 1 8.707999592 L4_control_C3 +LQ00X022730 GPCR-type G protein 1 8.174294103 L4_chemical_A1 +LQ00X022730 GPCR-type G protein 1 8.463002701 L4_chemical_A2 +LQ00X022730 GPCR-type G protein 1 7.747212717 L4_chemical_A3 +LQ00X022730 GPCR-type G protein 1 7.695776544 L4_chemical_B1 +LQ00X022730 GPCR-type G protein 1 7.246919501 L4_chemical_B2 +LQ00X022730 GPCR-type G protein 1 8.515133467 L4_chemical_B3 +LQ00X022730 GPCR-type G protein 1 8.256377899 L4_chemical_C2 +LQ00X022730 GPCR-type G protein 1 8.70792162 L4_chemical_C3 +LQ00X022740 Putative uncharacterized protein 11.69955758 C6_control_A1 +LQ00X022740 Putative uncharacterized protein 12.37486865 C6_control_A3 +LQ00X022740 Putative uncharacterized protein 12.07687125 C6_control_B1 +LQ00X022740 Putative uncharacterized protein 11.57018298 C6_control_B2 +LQ00X022740 Putative uncharacterized protein 11.15452243 C6_control_B3 +LQ00X022740 Putative uncharacterized protein 12.27413517 C6_control_C1 +LQ00X022740 Putative uncharacterized protein 11.83330403 C6_control_C2 +LQ00X022740 Putative uncharacterized protein 11.55841106 C6_control_C3 +LQ00X022740 Putative uncharacterized protein 11.51160724 C6_chemical_A1 +LQ00X022740 Putative uncharacterized protein 11.99192923 C6_chemical_A3 +LQ00X022740 Putative uncharacterized protein 11.67554838 C6_chemical_B1 +LQ00X022740 Putative uncharacterized protein 11.4886321 C6_chemical_B2 +LQ00X022740 Putative uncharacterized protein 10.38190559 C6_chemical_B3 +LQ00X022740 Putative uncharacterized protein 11.83388991 C6_chemical_C1 +LQ00X022740 Putative uncharacterized protein 12.10017646 C6_chemical_C2 +LQ00X022740 Putative uncharacterized protein 11.3037622 C6_chemical_C3 +LQ00X022740 Putative uncharacterized protein 12.58537493 L4_control_A1 +LQ00X022740 Putative uncharacterized protein 11.80243701 L4_control_A2 +LQ00X022740 Putative uncharacterized protein 12.51531366 L4_control_A3 +LQ00X022740 Putative uncharacterized protein 12.08911823 L4_control_B1 +LQ00X022740 Putative uncharacterized protein 11.48949964 L4_control_B2 +LQ00X022740 Putative uncharacterized protein 11.64750706 L4_control_B3 +LQ00X022740 Putative uncharacterized protein 11.80261373 L4_control_C2 +LQ00X022740 Putative uncharacterized protein 11.28069779 L4_control_C3 +LQ00X022740 Putative uncharacterized protein 12.36055913 L4_chemical_A1 +LQ00X022740 Putative uncharacterized protein 11.23465644 L4_chemical_A2 +LQ00X022740 Putative uncharacterized protein 12.55634915 L4_chemical_A3 +LQ00X022740 Putative uncharacterized protein 11.66182933 L4_chemical_B1 +LQ00X022740 Putative uncharacterized protein 11.26158426 L4_chemical_B2 +LQ00X022740 Putative uncharacterized protein 11.31382065 L4_chemical_B3 +LQ00X022740 Putative uncharacterized protein 12.15378177 L4_chemical_C2 +LQ00X022740 Putative uncharacterized protein 11.32909774 L4_chemical_C3 +LQ00X022750 Origin recognition complex subunit, putative 5.545532612 C6_control_A1 +LQ00X022750 Origin recognition complex subunit, putative 4.999099223 C6_control_A3 +LQ00X022750 Origin recognition complex subunit, putative 6.43202723 C6_control_B1 +LQ00X022750 Origin recognition complex subunit, putative 5.010204473 C6_control_B2 +LQ00X022750 Origin recognition complex subunit, putative 6.065400374 C6_control_B3 +LQ00X022750 Origin recognition complex subunit, putative 5.380509172 C6_control_C1 +LQ00X022750 Origin recognition complex subunit, putative 4.917747218 C6_control_C2 +LQ00X022750 Origin recognition complex subunit, putative 5.017984702 C6_control_C3 +LQ00X022750 Origin recognition complex subunit, putative 5.336653001 C6_chemical_A1 +LQ00X022750 Origin recognition complex subunit, putative 5.496894641 C6_chemical_A3 +LQ00X022750 Origin recognition complex subunit, putative 6.150515173 C6_chemical_B1 +LQ00X022750 Origin recognition complex subunit, putative 4.79475929 C6_chemical_B2 +LQ00X022750 Origin recognition complex subunit, putative 6.230176281 C6_chemical_B3 +LQ00X022750 Origin recognition complex subunit, putative 5.002628821 C6_chemical_C1 +LQ00X022750 Origin recognition complex subunit, putative 4.989080138 C6_chemical_C2 +LQ00X022750 Origin recognition complex subunit, putative 4.878190254 C6_chemical_C3 +LQ00X022750 Origin recognition complex subunit, putative 5.585535008 L4_control_A1 +LQ00X022750 Origin recognition complex subunit, putative 4.957481737 L4_control_A2 +LQ00X022750 Origin recognition complex subunit, putative 5.126531384 L4_control_A3 +LQ00X022750 Origin recognition complex subunit, putative 5.050286697 L4_control_B1 +LQ00X022750 Origin recognition complex subunit, putative 5.203254859 L4_control_B2 +LQ00X022750 Origin recognition complex subunit, putative 5.649418334 L4_control_B3 +LQ00X022750 Origin recognition complex subunit, putative 5.966844927 L4_control_C2 +LQ00X022750 Origin recognition complex subunit, putative 5.964623228 L4_control_C3 +LQ00X022750 Origin recognition complex subunit, putative 5.014878341 L4_chemical_A1 +LQ00X022750 Origin recognition complex subunit, putative 5.446281701 L4_chemical_A2 +LQ00X022750 Origin recognition complex subunit, putative 5.295297076 L4_chemical_A3 +LQ00X022750 Origin recognition complex subunit, putative 5.308048284 L4_chemical_B1 +LQ00X022750 Origin recognition complex subunit, putative 5.636045163 L4_chemical_B2 +LQ00X022750 Origin recognition complex subunit, putative 5.270784887 L4_chemical_B3 +LQ00X022750 Origin recognition complex subunit, putative 6.004004667 L4_chemical_C2 +LQ00X022750 Origin recognition complex subunit, putative 5.23628784 L4_chemical_C3 +LQ00X022760 At1g64980 15.02439402 C6_control_A1 +LQ00X022760 At1g64980 14.60371236 C6_control_A3 +LQ00X022760 At1g64980 14.78240847 C6_control_B1 +LQ00X022760 At1g64980 14.71833723 C6_control_B2 +LQ00X022760 At1g64980 15.31118643 C6_control_B3 +LQ00X022760 At1g64980 11.59453248 C6_control_C1 +LQ00X022760 At1g64980 12.26095235 C6_control_C2 +LQ00X022760 At1g64980 11.49106769 C6_control_C3 +LQ00X022760 At1g64980 14.16499486 C6_chemical_A1 +LQ00X022760 At1g64980 14.38553338 C6_chemical_A3 +LQ00X022760 At1g64980 14.48723412 C6_chemical_B1 +LQ00X022760 At1g64980 14.84031348 C6_chemical_B2 +LQ00X022760 At1g64980 14.46316917 C6_chemical_B3 +LQ00X022760 At1g64980 11.30889768 C6_chemical_C1 +LQ00X022760 At1g64980 11.48119441 C6_chemical_C2 +LQ00X022760 At1g64980 11.38156673 C6_chemical_C3 +LQ00X022760 At1g64980 14.88349773 L4_control_A1 +LQ00X022760 At1g64980 15.32939441 L4_control_A2 +LQ00X022760 At1g64980 14.6463195 L4_control_A3 +LQ00X022760 At1g64980 14.53469873 L4_control_B1 +LQ00X022760 At1g64980 15.12829767 L4_control_B2 +LQ00X022760 At1g64980 15.38614148 L4_control_B3 +LQ00X022760 At1g64980 11.34054123 L4_control_C2 +LQ00X022760 At1g64980 13.83783884 L4_control_C3 +LQ00X022760 At1g64980 14.19401875 L4_chemical_A1 +LQ00X022760 At1g64980 14.15029603 L4_chemical_A2 +LQ00X022760 At1g64980 14.6353845 L4_chemical_A3 +LQ00X022760 At1g64980 13.95561449 L4_chemical_B1 +LQ00X022760 At1g64980 13.95433632 L4_chemical_B2 +LQ00X022760 At1g64980 14.85456188 L4_chemical_B3 +LQ00X022760 At1g64980 12.05499966 L4_chemical_C2 +LQ00X022760 At1g64980 13.29427794 L4_chemical_C3 +LQ00X022780 Calmodulin-binding transcription activator 4 12.23376739 C6_control_A1 +LQ00X022780 Calmodulin-binding transcription activator 4 11.71535241 C6_control_A3 +LQ00X022780 Calmodulin-binding transcription activator 4 12.54059206 C6_control_B1 +LQ00X022780 Calmodulin-binding transcription activator 4 13.09787972 C6_control_B2 +LQ00X022780 Calmodulin-binding transcription activator 4 12.85650843 C6_control_B3 +LQ00X022780 Calmodulin-binding transcription activator 4 13.72550622 C6_control_C1 +LQ00X022780 Calmodulin-binding transcription activator 4 13.5096739 C6_control_C2 +LQ00X022780 Calmodulin-binding transcription activator 4 13.6274755 C6_control_C3 +LQ00X022780 Calmodulin-binding transcription activator 4 12.19067809 C6_chemical_A1 +LQ00X022780 Calmodulin-binding transcription activator 4 12.11295456 C6_chemical_A3 +LQ00X022780 Calmodulin-binding transcription activator 4 12.71722772 C6_chemical_B1 +LQ00X022780 Calmodulin-binding transcription activator 4 12.80910732 C6_chemical_B2 +LQ00X022780 Calmodulin-binding transcription activator 4 13.01343592 C6_chemical_B3 +LQ00X022780 Calmodulin-binding transcription activator 4 13.6232185 C6_chemical_C1 +LQ00X022780 Calmodulin-binding transcription activator 4 13.46702945 C6_chemical_C2 +LQ00X022780 Calmodulin-binding transcription activator 4 13.88294504 C6_chemical_C3 +LQ00X022780 Calmodulin-binding transcription activator 4 12.21602574 L4_control_A1 +LQ00X022780 Calmodulin-binding transcription activator 4 12.43145428 L4_control_A2 +LQ00X022780 Calmodulin-binding transcription activator 4 12.48999214 L4_control_A3 +LQ00X022780 Calmodulin-binding transcription activator 4 13.03137818 L4_control_B1 +LQ00X022780 Calmodulin-binding transcription activator 4 12.5711836 L4_control_B2 +LQ00X022780 Calmodulin-binding transcription activator 4 13.38779918 L4_control_B3 +LQ00X022780 Calmodulin-binding transcription activator 4 13.23562358 L4_control_C2 +LQ00X022780 Calmodulin-binding transcription activator 4 13.85060745 L4_control_C3 +LQ00X022780 Calmodulin-binding transcription activator 4 13.05984622 L4_chemical_A1 +LQ00X022780 Calmodulin-binding transcription activator 4 13.30396233 L4_chemical_A2 +LQ00X022780 Calmodulin-binding transcription activator 4 12.95840694 L4_chemical_A3 +LQ00X022780 Calmodulin-binding transcription activator 4 13.08291235 L4_chemical_B1 +LQ00X022780 Calmodulin-binding transcription activator 4 12.78231441 L4_chemical_B2 +LQ00X022780 Calmodulin-binding transcription activator 4 13.15196486 L4_chemical_B3 +LQ00X022780 Calmodulin-binding transcription activator 4 13.07910497 L4_chemical_C2 +LQ00X022780 Calmodulin-binding transcription activator 4 13.7073535 L4_chemical_C3 +LQ00X022800 Nuclear transport factor 2 5.918289977 C6_control_A1 +LQ00X022800 Nuclear transport factor 2 6.31475002 C6_control_A3 +LQ00X022800 Nuclear transport factor 2 5.854925125 C6_control_B1 +LQ00X022800 Nuclear transport factor 2 6.017567001 C6_control_B2 +LQ00X022800 Nuclear transport factor 2 5.768855063 C6_control_B3 +LQ00X022800 Nuclear transport factor 2 6.256771741 C6_control_C1 +LQ00X022800 Nuclear transport factor 2 6.317746453 C6_control_C2 +LQ00X022800 Nuclear transport factor 2 6.138860998 C6_control_C3 +LQ00X022800 Nuclear transport factor 2 5.705391251 C6_chemical_A1 +LQ00X022800 Nuclear transport factor 2 5.872607465 C6_chemical_A3 +LQ00X022800 Nuclear transport factor 2 5.480644811 C6_chemical_B1 +LQ00X022800 Nuclear transport factor 2 6.028471415 C6_chemical_B2 +LQ00X022800 Nuclear transport factor 2 5.539074683 C6_chemical_B3 +LQ00X022800 Nuclear transport factor 2 5.748840659 C6_chemical_C1 +LQ00X022800 Nuclear transport factor 2 5.931127839 C6_chemical_C2 +LQ00X022800 Nuclear transport factor 2 5.478775767 C6_chemical_C3 +LQ00X022800 Nuclear transport factor 2 6.253640412 L4_control_A1 +LQ00X022800 Nuclear transport factor 2 6.370591666 L4_control_A2 +LQ00X022800 Nuclear transport factor 2 6.064674197 L4_control_A3 +LQ00X022800 Nuclear transport factor 2 5.667912896 L4_control_B1 +LQ00X022800 Nuclear transport factor 2 5.940003215 L4_control_B2 +LQ00X022800 Nuclear transport factor 2 5.220068509 L4_control_B3 +LQ00X022800 Nuclear transport factor 2 5.883435541 L4_control_C2 +LQ00X022800 Nuclear transport factor 2 5.302963973 L4_control_C3 +LQ00X022800 Nuclear transport factor 2 5.440424137 L4_chemical_A1 +LQ00X022800 Nuclear transport factor 2 5.801821513 L4_chemical_A2 +LQ00X022800 Nuclear transport factor 2 6.170599469 L4_chemical_A3 +LQ00X022800 Nuclear transport factor 2 6.019214252 L4_chemical_B1 +LQ00X022800 Nuclear transport factor 2 5.718040511 L4_chemical_B2 +LQ00X022800 Nuclear transport factor 2 5.512369702 L4_chemical_B3 +LQ00X022800 Nuclear transport factor 2 5.393048874 L4_chemical_C2 +LQ00X022800 Nuclear transport factor 2 5.221730383 L4_chemical_C3 +LQ00X022810 Histidine kinase 3 (Fragment) 13.03913684 C6_control_A1 +LQ00X022810 Histidine kinase 3 (Fragment) 12.61184064 C6_control_A3 +LQ00X022810 Histidine kinase 3 (Fragment) 12.9826246 C6_control_B1 +LQ00X022810 Histidine kinase 3 (Fragment) 13.14618713 C6_control_B2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.15611247 C6_control_B3 +LQ00X022810 Histidine kinase 3 (Fragment) 13.26754602 C6_control_C1 +LQ00X022810 Histidine kinase 3 (Fragment) 13.48522763 C6_control_C2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.84195237 C6_control_C3 +LQ00X022810 Histidine kinase 3 (Fragment) 12.87974537 C6_chemical_A1 +LQ00X022810 Histidine kinase 3 (Fragment) 12.86204272 C6_chemical_A3 +LQ00X022810 Histidine kinase 3 (Fragment) 12.99081249 C6_chemical_B1 +LQ00X022810 Histidine kinase 3 (Fragment) 12.86431069 C6_chemical_B2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.34282573 C6_chemical_B3 +LQ00X022810 Histidine kinase 3 (Fragment) 13.20534806 C6_chemical_C1 +LQ00X022810 Histidine kinase 3 (Fragment) 13.42475261 C6_chemical_C2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.90037333 C6_chemical_C3 +LQ00X022810 Histidine kinase 3 (Fragment) 13.15821659 L4_control_A1 +LQ00X022810 Histidine kinase 3 (Fragment) 13.29141572 L4_control_A2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.58981396 L4_control_A3 +LQ00X022810 Histidine kinase 3 (Fragment) 13.40386982 L4_control_B1 +LQ00X022810 Histidine kinase 3 (Fragment) 13.283636 L4_control_B2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.48858576 L4_control_B3 +LQ00X022810 Histidine kinase 3 (Fragment) 13.614402 L4_control_C2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.96144484 L4_control_C3 +LQ00X022810 Histidine kinase 3 (Fragment) 14.14119097 L4_chemical_A1 +LQ00X022810 Histidine kinase 3 (Fragment) 14.38510562 L4_chemical_A2 +LQ00X022810 Histidine kinase 3 (Fragment) 14.24991211 L4_chemical_A3 +LQ00X022810 Histidine kinase 3 (Fragment) 13.74224333 L4_chemical_B1 +LQ00X022810 Histidine kinase 3 (Fragment) 13.70125367 L4_chemical_B2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.68614481 L4_chemical_B3 +LQ00X022810 Histidine kinase 3 (Fragment) 13.66755256 L4_chemical_C2 +LQ00X022810 Histidine kinase 3 (Fragment) 13.78898579 L4_chemical_C3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.25744423 C6_control_A1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 13.60456631 C6_control_A3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.69563193 C6_control_B1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 13.85249682 C6_control_B2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.36623561 C6_control_B3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 11.80681824 C6_control_C1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 11.44873893 C6_control_C2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 11.64812893 C6_control_C3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.68599475 C6_chemical_A1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 15.22122744 C6_chemical_A3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 15.06168606 C6_chemical_B1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 13.11455913 C6_chemical_B2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.40903221 C6_chemical_B3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 11.95629991 C6_chemical_C1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 12.49002058 C6_chemical_C2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 12.29185563 C6_chemical_C3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.72612616 L4_control_A1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.59009434 L4_control_A2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 15.18298442 L4_control_A3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.77063997 L4_control_B1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.5484317 L4_control_B2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.38619804 L4_control_B3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.37718012 L4_control_C2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.23184566 L4_control_C3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.46009841 L4_chemical_A1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.45334883 L4_chemical_A2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.33694522 L4_chemical_A3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.77121767 L4_chemical_B1 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.97080964 L4_chemical_B2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.06024016 L4_chemical_B3 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.22507783 L4_chemical_C2 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 13.63745996 L4_chemical_C3 +LQ00X023010 Putative uncharacterized protein 6.258562216 C6_control_A1 +LQ00X023010 Putative uncharacterized protein 6.523686781 C6_control_A3 +LQ00X023010 Putative uncharacterized protein 6.772949211 C6_control_B1 +LQ00X023010 Putative uncharacterized protein 6.425858826 C6_control_B2 +LQ00X023010 Putative uncharacterized protein 6.58337748 C6_control_B3 +LQ00X023010 Putative uncharacterized protein 6.669575163 C6_control_C1 +LQ00X023010 Putative uncharacterized protein 7.260651886 C6_control_C2 +LQ00X023010 Putative uncharacterized protein 6.628563838 C6_control_C3 +LQ00X023010 Putative uncharacterized protein 6.067183448 C6_chemical_A1 +LQ00X023010 Putative uncharacterized protein 6.449242134 C6_chemical_A3 +LQ00X023010 Putative uncharacterized protein 6.408216158 C6_chemical_B1 +LQ00X023010 Putative uncharacterized protein 6.150852642 C6_chemical_B2 +LQ00X023010 Putative uncharacterized protein 6.67207733 C6_chemical_B3 +LQ00X023010 Putative uncharacterized protein 6.790331407 C6_chemical_C1 +LQ00X023010 Putative uncharacterized protein 6.48414903 C6_chemical_C2 +LQ00X023010 Putative uncharacterized protein 6.4124044 C6_chemical_C3 +LQ00X023010 Putative uncharacterized protein 6.062779846 L4_control_A1 +LQ00X023010 Putative uncharacterized protein 5.715606949 L4_control_A2 +LQ00X023010 Putative uncharacterized protein 5.351207269 L4_control_A3 +LQ00X023010 Putative uncharacterized protein 6.562098789 L4_control_B1 +LQ00X023010 Putative uncharacterized protein 5.480671271 L4_control_B2 +LQ00X023010 Putative uncharacterized protein 6.456980314 L4_control_B3 +LQ00X023010 Putative uncharacterized protein 5.528240524 L4_control_C2 +LQ00X023010 Putative uncharacterized protein 5.98756139 L4_control_C3 +LQ00X023010 Putative uncharacterized protein 5.89136544 L4_chemical_A1 +LQ00X023010 Putative uncharacterized protein 5.878334724 L4_chemical_A2 +LQ00X023010 Putative uncharacterized protein 5.979212891 L4_chemical_A3 +LQ00X023010 Putative uncharacterized protein 6.628839124 L4_chemical_B1 +LQ00X023010 Putative uncharacterized protein 5.322757275 L4_chemical_B2 +LQ00X023010 Putative uncharacterized protein 6.472547225 L4_chemical_B3 +LQ00X023010 Putative uncharacterized protein 6.022056928 L4_chemical_C2 +LQ00X023010 Putative uncharacterized protein 6.888736456 L4_chemical_C3 +LQ00X023090 Auxin-induced protein AUX28 5.382740481 C6_control_A1 +LQ00X023090 Auxin-induced protein AUX28 6.296300874 C6_control_A3 +LQ00X023090 Auxin-induced protein AUX28 6.218134727 C6_control_B1 +LQ00X023090 Auxin-induced protein AUX28 5.055828364 C6_control_B2 +LQ00X023090 Auxin-induced protein AUX28 5.467890556 C6_control_B3 +LQ00X023090 Auxin-induced protein AUX28 5.071058354 C6_control_C1 +LQ00X023090 Auxin-induced protein AUX28 5.960056379 C6_control_C2 +LQ00X023090 Auxin-induced protein AUX28 5.378293207 C6_control_C3 +LQ00X023090 Auxin-induced protein AUX28 5.344408858 C6_chemical_A1 +LQ00X023090 Auxin-induced protein AUX28 5.439198972 C6_chemical_A3 +LQ00X023090 Auxin-induced protein AUX28 5.420451652 C6_chemical_B1 +LQ00X023090 Auxin-induced protein AUX28 5.309219515 C6_chemical_B2 +LQ00X023090 Auxin-induced protein AUX28 5.413694342 C6_chemical_B3 +LQ00X023090 Auxin-induced protein AUX28 5.2277692 C6_chemical_C1 +LQ00X023090 Auxin-induced protein AUX28 4.792435925 C6_chemical_C2 +LQ00X023090 Auxin-induced protein AUX28 5.015089451 C6_chemical_C3 +LQ00X023090 Auxin-induced protein AUX28 5.887333225 L4_control_A1 +LQ00X023090 Auxin-induced protein AUX28 5.6534831 L4_control_A2 +LQ00X023090 Auxin-induced protein AUX28 5.346092897 L4_control_A3 +LQ00X023090 Auxin-induced protein AUX28 5.117158138 L4_control_B1 +LQ00X023090 Auxin-induced protein AUX28 5.709544567 L4_control_B2 +LQ00X023090 Auxin-induced protein AUX28 5.08090629 L4_control_B3 +LQ00X023090 Auxin-induced protein AUX28 5.714516132 L4_control_C2 +LQ00X023090 Auxin-induced protein AUX28 4.841137502 L4_control_C3 +LQ00X023090 Auxin-induced protein AUX28 5.430433612 L4_chemical_A1 +LQ00X023090 Auxin-induced protein AUX28 5.583635604 L4_chemical_A2 +LQ00X023090 Auxin-induced protein AUX28 5.139430899 L4_chemical_A3 +LQ00X023090 Auxin-induced protein AUX28 6.273181602 L4_chemical_B1 +LQ00X023090 Auxin-induced protein AUX28 5.469432194 L4_chemical_B2 +LQ00X023090 Auxin-induced protein AUX28 5.436682433 L4_chemical_B3 +LQ00X023090 Auxin-induced protein AUX28 5.0827059 L4_chemical_C2 +LQ00X023090 Auxin-induced protein AUX28 4.994151366 L4_chemical_C3 +LQ00X023100 Auxin-induced protein 22D 11.29937131 C6_control_A1 +LQ00X023100 Auxin-induced protein 22D 11.29035683 C6_control_A3 +LQ00X023100 Auxin-induced protein 22D 11.19408082 C6_control_B1 +LQ00X023100 Auxin-induced protein 22D 9.996759384 C6_control_B2 +LQ00X023100 Auxin-induced protein 22D 10.43315735 C6_control_B3 +LQ00X023100 Auxin-induced protein 22D 5.763541059 C6_control_C1 +LQ00X023100 Auxin-induced protein 22D 6.525320091 C6_control_C2 +LQ00X023100 Auxin-induced protein 22D 6.483144912 C6_control_C3 +LQ00X023100 Auxin-induced protein 22D 11.2778689 C6_chemical_A1 +LQ00X023100 Auxin-induced protein 22D 11.58788311 C6_chemical_A3 +LQ00X023100 Auxin-induced protein 22D 10.98237182 C6_chemical_B1 +LQ00X023100 Auxin-induced protein 22D 10.67530571 C6_chemical_B2 +LQ00X023100 Auxin-induced protein 22D 11.14668335 C6_chemical_B3 +LQ00X023100 Auxin-induced protein 22D 5.614218309 C6_chemical_C1 +LQ00X023100 Auxin-induced protein 22D 5.605925565 C6_chemical_C2 +LQ00X023100 Auxin-induced protein 22D 5.979399475 C6_chemical_C3 +LQ00X023100 Auxin-induced protein 22D 11.42556897 L4_control_A1 +LQ00X023100 Auxin-induced protein 22D 12.02639386 L4_control_A2 +LQ00X023100 Auxin-induced protein 22D 11.10324756 L4_control_A3 +LQ00X023100 Auxin-induced protein 22D 11.04680873 L4_control_B1 +LQ00X023100 Auxin-induced protein 22D 10.9232044 L4_control_B2 +LQ00X023100 Auxin-induced protein 22D 8.1606114 L4_control_B3 +LQ00X023100 Auxin-induced protein 22D 5.663714439 L4_control_C2 +LQ00X023100 Auxin-induced protein 22D 6.361113362 L4_control_C3 +LQ00X023100 Auxin-induced protein 22D 11.65142553 L4_chemical_A1 +LQ00X023100 Auxin-induced protein 22D 12.27293308 L4_chemical_A2 +LQ00X023100 Auxin-induced protein 22D 11.12420094 L4_chemical_A3 +LQ00X023100 Auxin-induced protein 22D 11.61781067 L4_chemical_B1 +LQ00X023100 Auxin-induced protein 22D 11.7257947 L4_chemical_B2 +LQ00X023100 Auxin-induced protein 22D 11.03840748 L4_chemical_B3 +LQ00X023100 Auxin-induced protein 22D 5.814464466 L4_chemical_C2 +LQ00X023100 Auxin-induced protein 22D 6.543213789 L4_chemical_C3 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.15912171 C6_control_A1 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.89779285 C6_control_A3 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.40612449 C6_control_B1 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.23825825 C6_control_B2 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.10643137 C6_control_B3 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.27684445 C6_control_C1 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.35324259 C6_control_C2 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.94054823 C6_control_C3 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.21678762 C6_chemical_A1 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.00274815 C6_chemical_A3 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.46695975 C6_chemical_B1 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.36852609 C6_chemical_B2 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.70651049 C6_chemical_B3 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.03410716 C6_chemical_C1 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.55528415 C6_chemical_C2 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.36166035 C6_chemical_C3 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.5726852 L4_control_A1 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.80475469 L4_control_A2 +LQ00X023110 Putative Protein OSB1, mitochondrial 9.905624687 L4_control_A3 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.07907769 L4_control_B1 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.38374316 L4_control_B2 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.53555053 L4_control_B3 +LQ00X023110 Putative Protein OSB1, mitochondrial 12.09857309 L4_control_C2 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.93544295 L4_control_C3 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.21811111 L4_chemical_A1 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.39139912 L4_chemical_A2 +LQ00X023110 Putative Protein OSB1, mitochondrial 9.792255179 L4_chemical_A3 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.82416468 L4_chemical_B1 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.33017432 L4_chemical_B2 +LQ00X023110 Putative Protein OSB1, mitochondrial 10.32522058 L4_chemical_B3 +LQ00X023110 Putative Protein OSB1, mitochondrial 12.08490402 L4_chemical_C2 +LQ00X023110 Putative Protein OSB1, mitochondrial 12.06223373 L4_chemical_C3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.955433886 C6_control_A1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.755017813 C6_control_A3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 6.078329294 C6_control_B1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.858778977 C6_control_B2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.707790144 C6_control_B3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 6.359764643 C6_control_C1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 6.405354544 C6_control_C2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.803550009 C6_control_C3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.37788656 C6_chemical_A1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.688125005 C6_chemical_A3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.640733104 C6_chemical_B1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.998258967 C6_chemical_B2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.593676822 C6_chemical_B3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 6.467278275 C6_chemical_C1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.855314683 C6_chemical_C2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.800626046 C6_chemical_C3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.866781899 L4_control_A1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.522023157 L4_control_A2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.755572565 L4_control_A3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 4.763137682 L4_control_B1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.599516557 L4_control_B2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.358087489 L4_control_B3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.717733172 L4_control_C2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.63984513 L4_control_C3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.469482871 L4_chemical_A1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.384898444 L4_chemical_A2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.086077953 L4_chemical_A3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.613907927 L4_chemical_B1 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.887583688 L4_chemical_B2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.348394641 L4_chemical_B3 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 6.212402852 L4_chemical_C2 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 6.299667208 L4_chemical_C3 +LQ00X023130 Transcription factor UNE12 10.73672977 C6_control_A1 +LQ00X023130 Transcription factor UNE12 10.81518279 C6_control_A3 +LQ00X023130 Transcription factor UNE12 11.20835471 C6_control_B1 +LQ00X023130 Transcription factor UNE12 11.42331965 C6_control_B2 +LQ00X023130 Transcription factor UNE12 11.17922941 C6_control_B3 +LQ00X023130 Transcription factor UNE12 11.92333236 C6_control_C1 +LQ00X023130 Transcription factor UNE12 11.4724776 C6_control_C2 +LQ00X023130 Transcription factor UNE12 11.86883971 C6_control_C3 +LQ00X023130 Transcription factor UNE12 10.78377841 C6_chemical_A1 +LQ00X023130 Transcription factor UNE12 11.12242214 C6_chemical_A3 +LQ00X023130 Transcription factor UNE12 11.16398296 C6_chemical_B1 +LQ00X023130 Transcription factor UNE12 11.12764904 C6_chemical_B2 +LQ00X023130 Transcription factor UNE12 11.10633425 C6_chemical_B3 +LQ00X023130 Transcription factor UNE12 11.65806657 C6_chemical_C1 +LQ00X023130 Transcription factor UNE12 12.06270531 C6_chemical_C2 +LQ00X023130 Transcription factor UNE12 11.85652619 C6_chemical_C3 +LQ00X023130 Transcription factor UNE12 10.95226535 L4_control_A1 +LQ00X023130 Transcription factor UNE12 11.34263232 L4_control_A2 +LQ00X023130 Transcription factor UNE12 10.32481504 L4_control_A3 +LQ00X023130 Transcription factor UNE12 11.06470758 L4_control_B1 +LQ00X023130 Transcription factor UNE12 11.13248727 L4_control_B2 +LQ00X023130 Transcription factor UNE12 10.67309601 L4_control_B3 +LQ00X023130 Transcription factor UNE12 12.03363355 L4_control_C2 +LQ00X023130 Transcription factor UNE12 11.73437408 L4_control_C3 +LQ00X023130 Transcription factor UNE12 11.14423974 L4_chemical_A1 +LQ00X023130 Transcription factor UNE12 11.81538023 L4_chemical_A2 +LQ00X023130 Transcription factor UNE12 10.34687824 L4_chemical_A3 +LQ00X023130 Transcription factor UNE12 10.9516786 L4_chemical_B1 +LQ00X023130 Transcription factor UNE12 11.17687405 L4_chemical_B2 +LQ00X023130 Transcription factor UNE12 10.97847932 L4_chemical_B3 +LQ00X023130 Transcription factor UNE12 11.92890274 L4_chemical_C2 +LQ00X023130 Transcription factor UNE12 11.75710271 L4_chemical_C3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.640993887 C6_control_A1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.389273782 C6_control_A3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 4.974420179 C6_control_B1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.487189777 C6_control_B2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.822343535 C6_control_B3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 6.008656395 C6_control_C1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.512241226 C6_control_C2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.587562614 C6_control_C3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.718872437 C6_chemical_A1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.183133077 C6_chemical_A3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.127578378 C6_chemical_B1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.325830452 C6_chemical_B2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.372520718 C6_chemical_B3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.732096499 C6_chemical_C1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.260612892 C6_chemical_C2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.401964816 C6_chemical_C3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.263142991 L4_control_A1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.51134933 L4_control_A2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.707221559 L4_control_A3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.930171478 L4_control_B1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 4.97204258 L4_control_B2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.178356983 L4_control_B3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.211556526 L4_control_C2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.208098136 L4_control_C3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.144621797 L4_chemical_A1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.247454223 L4_chemical_A2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.609590519 L4_chemical_A3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.035829237 L4_chemical_B1 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 4.99803631 L4_chemical_B2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.262463959 L4_chemical_B3 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.635726151 L4_chemical_C2 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.014564391 L4_chemical_C3 +LQ00X023160 V-type proton ATPase subunit F 6.973523262 C6_control_A1 +LQ00X023160 V-type proton ATPase subunit F 7.511584654 C6_control_A3 +LQ00X023160 V-type proton ATPase subunit F 6.371642833 C6_control_B1 +LQ00X023160 V-type proton ATPase subunit F 6.983901342 C6_control_B2 +LQ00X023160 V-type proton ATPase subunit F 6.624186914 C6_control_B3 +LQ00X023160 V-type proton ATPase subunit F 7.070598718 C6_control_C1 +LQ00X023160 V-type proton ATPase subunit F 7.07887746 C6_control_C2 +LQ00X023160 V-type proton ATPase subunit F 6.204420862 C6_control_C3 +LQ00X023160 V-type proton ATPase subunit F 6.349098324 C6_chemical_A1 +LQ00X023160 V-type proton ATPase subunit F 6.514532127 C6_chemical_A3 +LQ00X023160 V-type proton ATPase subunit F 6.594700889 C6_chemical_B1 +LQ00X023160 V-type proton ATPase subunit F 6.644351661 C6_chemical_B2 +LQ00X023160 V-type proton ATPase subunit F 6.241616226 C6_chemical_B3 +LQ00X023160 V-type proton ATPase subunit F 6.67447819 C6_chemical_C1 +LQ00X023160 V-type proton ATPase subunit F 6.116114271 C6_chemical_C2 +LQ00X023160 V-type proton ATPase subunit F 6.531691616 C6_chemical_C3 +LQ00X023160 V-type proton ATPase subunit F 6.8733697 L4_control_A1 +LQ00X023160 V-type proton ATPase subunit F 6.520937311 L4_control_A2 +LQ00X023160 V-type proton ATPase subunit F 7.364186171 L4_control_A3 +LQ00X023160 V-type proton ATPase subunit F 6.330648773 L4_control_B1 +LQ00X023160 V-type proton ATPase subunit F 6.298790286 L4_control_B2 +LQ00X023160 V-type proton ATPase subunit F 6.648494341 L4_control_B3 +LQ00X023160 V-type proton ATPase subunit F 5.955804761 L4_control_C2 +LQ00X023160 V-type proton ATPase subunit F 6.203938202 L4_control_C3 +LQ00X023160 V-type proton ATPase subunit F 6.382310526 L4_chemical_A1 +LQ00X023160 V-type proton ATPase subunit F 6.43225494 L4_chemical_A2 +LQ00X023160 V-type proton ATPase subunit F 6.889379696 L4_chemical_A3 +LQ00X023160 V-type proton ATPase subunit F 6.525817514 L4_chemical_B1 +LQ00X023160 V-type proton ATPase subunit F 6.34521082 L4_chemical_B2 +LQ00X023160 V-type proton ATPase subunit F 6.875431755 L4_chemical_B3 +LQ00X023160 V-type proton ATPase subunit F 6.307790644 L4_chemical_C2 +LQ00X023160 V-type proton ATPase subunit F 5.77122877 L4_chemical_C3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.434756618 C6_control_A1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.239530327 C6_control_A3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.406775123 C6_control_B1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.726070817 C6_control_B2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.75770465 C6_control_B3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.181083455 C6_control_C1 +LQ00X023170 Putative Light-inducible protein CPRF2 6.058255092 C6_control_C2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.3803761 C6_control_C3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.195834789 C6_chemical_A1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.220751841 C6_chemical_A3 +LQ00X023170 Putative Light-inducible protein CPRF2 6.304641291 C6_chemical_B1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.53516464 C6_chemical_B2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.531405121 C6_chemical_B3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.702753919 C6_chemical_C1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.686710364 C6_chemical_C2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.276373734 C6_chemical_C3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.426615021 L4_control_A1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.228197123 L4_control_A2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.306966186 L4_control_A3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.547816421 L4_control_B1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.480845799 L4_control_B2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.20755029 L4_control_B3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.627051015 L4_control_C2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.048526537 L4_control_C3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.517201043 L4_chemical_A1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.249342813 L4_chemical_A2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.196972731 L4_chemical_A3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.39473101 L4_chemical_B1 +LQ00X023170 Putative Light-inducible protein CPRF2 5.321244366 L4_chemical_B2 +LQ00X023170 Putative Light-inducible protein CPRF2 5.282342017 L4_chemical_B3 +LQ00X023170 Putative Light-inducible protein CPRF2 5.189646583 L4_chemical_C2 +LQ00X023170 Putative Light-inducible protein CPRF2 6.197926588 L4_chemical_C3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.056044725 C6_control_A1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 8.690101741 C6_control_A3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.281820826 C6_control_B1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 8.376672951 C6_control_B2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.455942262 C6_control_B3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 8.547877756 C6_control_C1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 7.390893803 C6_control_C2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 7.339503478 C6_control_C3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.423677429 C6_chemical_A1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.095236766 C6_chemical_A3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 10.03877881 C6_chemical_B1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 8.390864555 C6_chemical_B2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.224983715 C6_chemical_B3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 8.349605866 C6_chemical_C1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 8.113778564 C6_chemical_C2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 7.70011559 C6_chemical_C3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.257806795 L4_control_A1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.159868475 L4_control_A2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 10.353249 L4_control_A3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.247564422 L4_control_B1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 10.19785889 L4_control_B2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.017349189 L4_control_B3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.128457602 L4_control_C2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.482253692 L4_control_C3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 8.527373793 L4_chemical_A1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.318372978 L4_chemical_A2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.67866684 L4_chemical_A3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.202472596 L4_chemical_B1 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.757473159 L4_chemical_B2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.001590444 L4_chemical_B3 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.165283358 L4_chemical_C2 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.496064344 L4_chemical_C3 +LQ00X023270 Histone H2A variant 1 5.613612763 C6_control_A1 +LQ00X023270 Histone H2A variant 1 6.719716336 C6_control_A3 +LQ00X023270 Histone H2A variant 1 6.157245017 C6_control_B1 +LQ00X023270 Histone H2A variant 1 5.362461222 C6_control_B2 +LQ00X023270 Histone H2A variant 1 5.864436076 C6_control_B3 +LQ00X023270 Histone H2A variant 1 5.247289056 C6_control_C1 +LQ00X023270 Histone H2A variant 1 5.824999658 C6_control_C2 +LQ00X023270 Histone H2A variant 1 5.277709513 C6_control_C3 +LQ00X023270 Histone H2A variant 1 5.007286142 C6_chemical_A1 +LQ00X023270 Histone H2A variant 1 5.13191691 C6_chemical_A3 +LQ00X023270 Histone H2A variant 1 5.837831757 C6_chemical_B1 +LQ00X023270 Histone H2A variant 1 5.549334381 C6_chemical_B2 +LQ00X023270 Histone H2A variant 1 5.54332286 C6_chemical_B3 +LQ00X023270 Histone H2A variant 1 5.604930133 C6_chemical_C1 +LQ00X023270 Histone H2A variant 1 5.378561251 C6_chemical_C2 +LQ00X023270 Histone H2A variant 1 5.463078638 C6_chemical_C3 +LQ00X023270 Histone H2A variant 1 5.665333404 L4_control_A1 +LQ00X023270 Histone H2A variant 1 5.68886708 L4_control_A2 +LQ00X023270 Histone H2A variant 1 5.320588101 L4_control_A3 +LQ00X023270 Histone H2A variant 1 5.695612217 L4_control_B1 +LQ00X023270 Histone H2A variant 1 5.681804405 L4_control_B2 +LQ00X023270 Histone H2A variant 1 5.14618517 L4_control_B3 +LQ00X023270 Histone H2A variant 1 6.293364009 L4_control_C2 +LQ00X023270 Histone H2A variant 1 5.944583456 L4_control_C3 +LQ00X023270 Histone H2A variant 1 5.170788958 L4_chemical_A1 +LQ00X023270 Histone H2A variant 1 5.515611884 L4_chemical_A2 +LQ00X023270 Histone H2A variant 1 5.404525792 L4_chemical_A3 +LQ00X023270 Histone H2A variant 1 6.419581679 L4_chemical_B1 +LQ00X023270 Histone H2A variant 1 5.487905301 L4_chemical_B2 +LQ00X023270 Histone H2A variant 1 5.382599237 L4_chemical_B3 +LQ00X023270 Histone H2A variant 1 6.954031066 L4_chemical_C2 +LQ00X023270 Histone H2A variant 1 5.547861535 L4_chemical_C3 +LQ00X023280 Predicted protein 4.894316589 C6_control_A1 +LQ00X023280 Predicted protein 5.101644576 C6_control_A3 +LQ00X023280 Predicted protein 5.026370165 C6_control_B1 +LQ00X023280 Predicted protein 4.669066447 C6_control_B2 +LQ00X023280 Predicted protein 4.633302061 C6_control_B3 +LQ00X023280 Predicted protein 4.474914766 C6_control_C1 +LQ00X023280 Predicted protein 4.845194082 C6_control_C2 +LQ00X023280 Predicted protein 4.582450409 C6_control_C3 +LQ00X023280 Predicted protein 4.746063109 C6_chemical_A1 +LQ00X023280 Predicted protein 4.873389352 C6_chemical_A3 +LQ00X023280 Predicted protein 5.056597173 C6_chemical_B1 +LQ00X023280 Predicted protein 4.478515959 C6_chemical_B2 +LQ00X023280 Predicted protein 4.881796689 C6_chemical_B3 +LQ00X023280 Predicted protein 4.565802974 C6_chemical_C1 +LQ00X023280 Predicted protein 4.650885696 C6_chemical_C2 +LQ00X023280 Predicted protein 4.623098254 C6_chemical_C3 +LQ00X023280 Predicted protein 4.961700847 L4_control_A1 +LQ00X023280 Predicted protein 5.115651321 L4_control_A2 +LQ00X023280 Predicted protein 4.834824578 L4_control_A3 +LQ00X023280 Predicted protein 5.717122546 L4_control_B1 +LQ00X023280 Predicted protein 4.625419892 L4_control_B2 +LQ00X023280 Predicted protein 4.500001187 L4_control_B3 +LQ00X023280 Predicted protein 4.404892453 L4_control_C2 +LQ00X023280 Predicted protein 5.332948288 L4_control_C3 +LQ00X023280 Predicted protein 5.231542808 L4_chemical_A1 +LQ00X023280 Predicted protein 4.858645681 L4_chemical_A2 +LQ00X023280 Predicted protein 4.754609036 L4_chemical_A3 +LQ00X023280 Predicted protein 4.86573875 L4_chemical_B1 +LQ00X023280 Predicted protein 4.740288865 L4_chemical_B2 +LQ00X023280 Predicted protein 4.827828447 L4_chemical_B3 +LQ00X023280 Predicted protein 4.780296823 L4_chemical_C2 +LQ00X023280 Predicted protein 4.771232721 L4_chemical_C3 +LQ00X023290 Predicted protein 10.71945454 C6_control_A1 +LQ00X023290 Predicted protein 11.0125159 C6_control_A3 +LQ00X023290 Predicted protein 10.90172239 C6_control_B1 +LQ00X023290 Predicted protein 9.932199083 C6_control_B2 +LQ00X023290 Predicted protein 10.98311179 C6_control_B3 +LQ00X023290 Predicted protein 6.363034529 C6_control_C1 +LQ00X023290 Predicted protein 6.326044421 C6_control_C2 +LQ00X023290 Predicted protein 6.561193346 C6_control_C3 +LQ00X023290 Predicted protein 10.8820763 C6_chemical_A1 +LQ00X023290 Predicted protein 11.00774307 C6_chemical_A3 +LQ00X023290 Predicted protein 11.09777348 C6_chemical_B1 +LQ00X023290 Predicted protein 10.1053279 C6_chemical_B2 +LQ00X023290 Predicted protein 10.55838207 C6_chemical_B3 +LQ00X023290 Predicted protein 6.147809611 C6_chemical_C1 +LQ00X023290 Predicted protein 5.761615692 C6_chemical_C2 +LQ00X023290 Predicted protein 5.909565236 C6_chemical_C3 +LQ00X023290 Predicted protein 10.96202904 L4_control_A1 +LQ00X023290 Predicted protein 11.18318878 L4_control_A2 +LQ00X023290 Predicted protein 11.7255838 L4_control_A3 +LQ00X023290 Predicted protein 10.92796052 L4_control_B1 +LQ00X023290 Predicted protein 11.45092901 L4_control_B2 +LQ00X023290 Predicted protein 9.361121152 L4_control_B3 +LQ00X023290 Predicted protein 6.22574657 L4_control_C2 +LQ00X023290 Predicted protein 5.634428923 L4_control_C3 +LQ00X023290 Predicted protein 10.51475464 L4_chemical_A1 +LQ00X023290 Predicted protein 10.49110217 L4_chemical_A2 +LQ00X023290 Predicted protein 11.60721569 L4_chemical_A3 +LQ00X023290 Predicted protein 10.6964848 L4_chemical_B1 +LQ00X023290 Predicted protein 11.02876449 L4_chemical_B2 +LQ00X023290 Predicted protein 10.88877991 L4_chemical_B3 +LQ00X023290 Predicted protein 5.497038406 L4_chemical_C2 +LQ00X023290 Predicted protein 5.342571093 L4_chemical_C3 +LQ00X023310 Predicted protein 5.537033669 C6_control_A1 +LQ00X023310 Predicted protein 5.819426756 C6_control_A3 +LQ00X023310 Predicted protein 5.928774213 C6_control_B1 +LQ00X023310 Predicted protein 6.139945888 C6_control_B2 +LQ00X023310 Predicted protein 5.827801571 C6_control_B3 +LQ00X023310 Predicted protein 6.030102664 C6_control_C1 +LQ00X023310 Predicted protein 5.952929947 C6_control_C2 +LQ00X023310 Predicted protein 6.166586759 C6_control_C3 +LQ00X023310 Predicted protein 5.775031882 C6_chemical_A1 +LQ00X023310 Predicted protein 5.593121433 C6_chemical_A3 +LQ00X023310 Predicted protein 5.677587499 C6_chemical_B1 +LQ00X023310 Predicted protein 5.951024739 C6_chemical_B2 +LQ00X023310 Predicted protein 5.863606473 C6_chemical_B3 +LQ00X023310 Predicted protein 5.922534858 C6_chemical_C1 +LQ00X023310 Predicted protein 6.075672004 C6_chemical_C2 +LQ00X023310 Predicted protein 5.95861466 C6_chemical_C3 +LQ00X023310 Predicted protein 5.792227245 L4_control_A1 +LQ00X023310 Predicted protein 5.451203368 L4_control_A2 +LQ00X023310 Predicted protein 5.563279942 L4_control_A3 +LQ00X023310 Predicted protein 5.802429776 L4_control_B1 +LQ00X023310 Predicted protein 5.138986463 L4_control_B2 +LQ00X023310 Predicted protein 5.567442018 L4_control_B3 +LQ00X023310 Predicted protein 5.831865565 L4_control_C2 +LQ00X023310 Predicted protein 5.656921693 L4_control_C3 +LQ00X023310 Predicted protein 5.669612779 L4_chemical_A1 +LQ00X023310 Predicted protein 6.041103584 L4_chemical_A2 +LQ00X023310 Predicted protein 5.750256684 L4_chemical_A3 +LQ00X023310 Predicted protein 5.568836275 L4_chemical_B1 +LQ00X023310 Predicted protein 5.642100192 L4_chemical_B2 +LQ00X023310 Predicted protein 5.768228131 L4_chemical_B3 +LQ00X023310 Predicted protein 6.129141747 L4_chemical_C2 +LQ00X023310 Predicted protein 6.042908392 L4_chemical_C3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.94668205 C6_control_A1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.60174227 C6_control_A3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.2305923 C6_control_B1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.68273087 C6_control_B2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.92583163 C6_control_B3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.69457157 C6_control_C1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.65736138 C6_control_C2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.71770177 C6_control_C3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.79823329 C6_chemical_A1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.01938569 C6_chemical_A3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.32206105 C6_chemical_B1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.09820946 C6_chemical_B2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.29145974 C6_chemical_B3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.75135854 C6_chemical_C1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.98487992 C6_chemical_C2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 14.06903261 C6_chemical_C3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.47144951 L4_control_A1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.65614645 L4_control_A2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 10.32826324 L4_control_A3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.72412111 L4_control_B1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.43822162 L4_control_B2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.91106064 L4_control_B3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.23598128 L4_control_C2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.1852708 L4_control_C3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.54313259 L4_chemical_A1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.78540188 L4_chemical_A2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 10.53166867 L4_chemical_A3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.55061008 L4_chemical_B1 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.12515249 L4_chemical_B2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 12.43674084 L4_chemical_B3 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.22831446 L4_chemical_C2 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 13.20359556 L4_chemical_C3 +LQ00X023340 Putative uncharacterized protein 12.44843045 C6_control_A1 +LQ00X023340 Putative uncharacterized protein 12.54372546 C6_control_A3 +LQ00X023340 Putative uncharacterized protein 12.13667036 C6_control_B1 +LQ00X023340 Putative uncharacterized protein 12.90629916 C6_control_B2 +LQ00X023340 Putative uncharacterized protein 12.07704498 C6_control_B3 +LQ00X023340 Putative uncharacterized protein 13.00724439 C6_control_C1 +LQ00X023340 Putative uncharacterized protein 12.80060934 C6_control_C2 +LQ00X023340 Putative uncharacterized protein 13.1553938 C6_control_C3 +LQ00X023340 Putative uncharacterized protein 12.09389147 C6_chemical_A1 +LQ00X023340 Putative uncharacterized protein 12.21679753 C6_chemical_A3 +LQ00X023340 Putative uncharacterized protein 11.84771895 C6_chemical_B1 +LQ00X023340 Putative uncharacterized protein 12.39464705 C6_chemical_B2 +LQ00X023340 Putative uncharacterized protein 12.01440656 C6_chemical_B3 +LQ00X023340 Putative uncharacterized protein 12.88767966 C6_chemical_C1 +LQ00X023340 Putative uncharacterized protein 12.68903132 C6_chemical_C2 +LQ00X023340 Putative uncharacterized protein 13.01829945 C6_chemical_C3 +LQ00X023340 Putative uncharacterized protein 12.15195198 L4_control_A1 +LQ00X023340 Putative uncharacterized protein 12.20627363 L4_control_A2 +LQ00X023340 Putative uncharacterized protein 12.01073853 L4_control_A3 +LQ00X023340 Putative uncharacterized protein 11.97722201 L4_control_B1 +LQ00X023340 Putative uncharacterized protein 11.41790156 L4_control_B2 +LQ00X023340 Putative uncharacterized protein 12.29676103 L4_control_B3 +LQ00X023340 Putative uncharacterized protein 11.59371368 L4_control_C2 +LQ00X023340 Putative uncharacterized protein 11.81544958 L4_control_C3 +LQ00X023340 Putative uncharacterized protein 12.13903201 L4_chemical_A1 +LQ00X023340 Putative uncharacterized protein 12.26087021 L4_chemical_A2 +LQ00X023340 Putative uncharacterized protein 11.9823151 L4_chemical_A3 +LQ00X023340 Putative uncharacterized protein 11.88615935 L4_chemical_B1 +LQ00X023340 Putative uncharacterized protein 11.40211851 L4_chemical_B2 +LQ00X023340 Putative uncharacterized protein 12.26835439 L4_chemical_B3 +LQ00X023340 Putative uncharacterized protein 11.39720308 L4_chemical_C2 +LQ00X023340 Putative uncharacterized protein 11.87306782 L4_chemical_C3 +LQ00X023370 Hypothetical protein 4.99530151 C6_control_A1 +LQ00X023370 Hypothetical protein 5.374924482 C6_control_A3 +LQ00X023370 Hypothetical protein 5.640328625 C6_control_B1 +LQ00X023370 Hypothetical protein 5.382789892 C6_control_B2 +LQ00X023370 Hypothetical protein 4.855286367 C6_control_B3 +LQ00X023370 Hypothetical protein 5.391747826 C6_control_C1 +LQ00X023370 Hypothetical protein 5.069498464 C6_control_C2 +LQ00X023370 Hypothetical protein 5.075993203 C6_control_C3 +LQ00X023370 Hypothetical protein 5.622490107 C6_chemical_A1 +LQ00X023370 Hypothetical protein 5.367623957 C6_chemical_A3 +LQ00X023370 Hypothetical protein 5.273194389 C6_chemical_B1 +LQ00X023370 Hypothetical protein 5.876746377 C6_chemical_B2 +LQ00X023370 Hypothetical protein 5.422237954 C6_chemical_B3 +LQ00X023370 Hypothetical protein 5.285742854 C6_chemical_C1 +LQ00X023370 Hypothetical protein 5.279712012 C6_chemical_C2 +LQ00X023370 Hypothetical protein 5.338072965 C6_chemical_C3 +LQ00X023370 Hypothetical protein 5.585634596 L4_control_A1 +LQ00X023370 Hypothetical protein 5.412349094 L4_control_A2 +LQ00X023370 Hypothetical protein 5.323130985 L4_control_A3 +LQ00X023370 Hypothetical protein 5.87498935 L4_control_B1 +LQ00X023370 Hypothetical protein 5.577708484 L4_control_B2 +LQ00X023370 Hypothetical protein 5.291121903 L4_control_B3 +LQ00X023370 Hypothetical protein 5.820171826 L4_control_C2 +LQ00X023370 Hypothetical protein 5.46273087 L4_control_C3 +LQ00X023370 Hypothetical protein 5.607788624 L4_chemical_A1 +LQ00X023370 Hypothetical protein 5.531639672 L4_chemical_A2 +LQ00X023370 Hypothetical protein 5.688258705 L4_chemical_A3 +LQ00X023370 Hypothetical protein 6.073937963 L4_chemical_B1 +LQ00X023370 Hypothetical protein 5.618672721 L4_chemical_B2 +LQ00X023370 Hypothetical protein 5.451908555 L4_chemical_B3 +LQ00X023370 Hypothetical protein 6.105132742 L4_chemical_C2 +LQ00X023370 Hypothetical protein 4.784894694 L4_chemical_C3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.64295984 C6_control_A1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.07266171 C6_control_A3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.75608284 C6_control_B1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.85196862 C6_control_B2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.8123949 C6_control_B3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.35933726 C6_control_C1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.27953776 C6_control_C2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.02616437 C6_control_C3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.59722925 C6_chemical_A1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.99197936 C6_chemical_A3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.55407846 C6_chemical_B1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.97993903 C6_chemical_B2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.63169956 C6_chemical_B3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.32637137 C6_chemical_C1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.54131095 C6_chemical_C2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.12471335 C6_chemical_C3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.57845941 L4_control_A1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.92583948 L4_control_A2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.05050982 L4_control_A3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.60453897 L4_control_B1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.6308532 L4_control_B2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.94948893 L4_control_B3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.23705283 L4_control_C2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.07520533 L4_control_C3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.24446083 L4_chemical_A1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.62631515 L4_chemical_A2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 11.09415419 L4_chemical_A3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.71740231 L4_chemical_B1 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.38688853 L4_chemical_B2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.6139668 L4_chemical_B3 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.88428181 L4_chemical_C2 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.95102925 L4_chemical_C3 +LQ00X023420 Putative Centromere protein V 9.164027857 C6_control_A1 +LQ00X023420 Putative Centromere protein V 9.049125695 C6_control_A3 +LQ00X023420 Putative Centromere protein V 8.861568155 C6_control_B1 +LQ00X023420 Putative Centromere protein V 9.99232524 C6_control_B2 +LQ00X023420 Putative Centromere protein V 9.128006819 C6_control_B3 +LQ00X023420 Putative Centromere protein V 10.41234342 C6_control_C1 +LQ00X023420 Putative Centromere protein V 10.92339878 C6_control_C2 +LQ00X023420 Putative Centromere protein V 10.50758606 C6_control_C3 +LQ00X023420 Putative Centromere protein V 9.652794234 C6_chemical_A1 +LQ00X023420 Putative Centromere protein V 8.7359746 C6_chemical_A3 +LQ00X023420 Putative Centromere protein V 8.824779038 C6_chemical_B1 +LQ00X023420 Putative Centromere protein V 10.26044783 C6_chemical_B2 +LQ00X023420 Putative Centromere protein V 9.67280946 C6_chemical_B3 +LQ00X023420 Putative Centromere protein V 10.92309306 C6_chemical_C1 +LQ00X023420 Putative Centromere protein V 11.06631366 C6_chemical_C2 +LQ00X023420 Putative Centromere protein V 10.92657839 C6_chemical_C3 +LQ00X023420 Putative Centromere protein V 9.506763338 L4_control_A1 +LQ00X023420 Putative Centromere protein V 9.303814045 L4_control_A2 +LQ00X023420 Putative Centromere protein V 7.94092323 L4_control_A3 +LQ00X023420 Putative Centromere protein V 8.523339129 L4_control_B1 +LQ00X023420 Putative Centromere protein V 6.769609779 L4_control_B2 +LQ00X023420 Putative Centromere protein V 9.661565332 L4_control_B3 +LQ00X023420 Putative Centromere protein V 9.636631446 L4_control_C2 +LQ00X023420 Putative Centromere protein V 8.550804841 L4_control_C3 +LQ00X023420 Putative Centromere protein V 9.937701489 L4_chemical_A1 +LQ00X023420 Putative Centromere protein V 9.71764825 L4_chemical_A2 +LQ00X023420 Putative Centromere protein V 8.805651882 L4_chemical_A3 +LQ00X023420 Putative Centromere protein V 8.266700088 L4_chemical_B1 +LQ00X023420 Putative Centromere protein V 8.101254638 L4_chemical_B2 +LQ00X023420 Putative Centromere protein V 9.330783871 L4_chemical_B3 +LQ00X023420 Putative Centromere protein V 9.893817495 L4_chemical_C2 +LQ00X023420 Putative Centromere protein V 8.834301301 L4_chemical_C3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.34737803 C6_control_A1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.7633045 C6_control_A3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.25934986 C6_control_B1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.15435991 C6_control_B2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.5859022 C6_control_B3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.25726107 C6_control_C1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.19902409 C6_control_C2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 11.96297785 C6_control_C3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.38579074 C6_chemical_A1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.92661083 C6_chemical_A3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.47000872 C6_chemical_B1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.10196148 C6_chemical_B2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.22787418 C6_chemical_B3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.1331476 C6_chemical_C1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.19179365 C6_chemical_C2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 11.85357703 C6_chemical_C3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.69322604 L4_control_A1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.53781549 L4_control_A2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.92260231 L4_control_A3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.99011774 L4_control_B1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 13.98768421 L4_control_B2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 11.6774569 L4_control_B3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 13.24450449 L4_control_C2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.6950297 L4_control_C3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.53305473 L4_chemical_A1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.45975788 L4_chemical_A2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.3892321 L4_chemical_A3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 13.26935986 L4_chemical_B1 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 13.4680295 L4_chemical_B2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.22191317 L4_chemical_B3 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.95981188 L4_chemical_C2 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.72418088 L4_chemical_C3 +LQ00X023520 ER lumen protein retaining receptor 5.717990475 C6_control_A1 +LQ00X023520 ER lumen protein retaining receptor 5.947068518 C6_control_A3 +LQ00X023520 ER lumen protein retaining receptor 5.684525211 C6_control_B1 +LQ00X023520 ER lumen protein retaining receptor 5.589403399 C6_control_B2 +LQ00X023520 ER lumen protein retaining receptor 5.179755045 C6_control_B3 +LQ00X023520 ER lumen protein retaining receptor 6.062295581 C6_control_C1 +LQ00X023520 ER lumen protein retaining receptor 5.779038949 C6_control_C2 +LQ00X023520 ER lumen protein retaining receptor 5.601414733 C6_control_C3 +LQ00X023520 ER lumen protein retaining receptor 5.393075939 C6_chemical_A1 +LQ00X023520 ER lumen protein retaining receptor 5.23366894 C6_chemical_A3 +LQ00X023520 ER lumen protein retaining receptor 5.616374659 C6_chemical_B1 +LQ00X023520 ER lumen protein retaining receptor 5.770367554 C6_chemical_B2 +LQ00X023520 ER lumen protein retaining receptor 5.598726687 C6_chemical_B3 +LQ00X023520 ER lumen protein retaining receptor 5.982461058 C6_chemical_C1 +LQ00X023520 ER lumen protein retaining receptor 5.227419279 C6_chemical_C2 +LQ00X023520 ER lumen protein retaining receptor 5.683768765 C6_chemical_C3 +LQ00X023520 ER lumen protein retaining receptor 5.392192378 L4_control_A1 +LQ00X023520 ER lumen protein retaining receptor 6.339151908 L4_control_A2 +LQ00X023520 ER lumen protein retaining receptor 5.085461804 L4_control_A3 +LQ00X023520 ER lumen protein retaining receptor 5.509372577 L4_control_B1 +LQ00X023520 ER lumen protein retaining receptor 5.001535194 L4_control_B2 +LQ00X023520 ER lumen protein retaining receptor 5.376071605 L4_control_B3 +LQ00X023520 ER lumen protein retaining receptor 6.003952168 L4_control_C2 +LQ00X023520 ER lumen protein retaining receptor 6.429203081 L4_control_C3 +LQ00X023520 ER lumen protein retaining receptor 5.658218316 L4_chemical_A1 +LQ00X023520 ER lumen protein retaining receptor 5.544684398 L4_chemical_A2 +LQ00X023520 ER lumen protein retaining receptor 6.126857193 L4_chemical_A3 +LQ00X023520 ER lumen protein retaining receptor 5.658792485 L4_chemical_B1 +LQ00X023520 ER lumen protein retaining receptor 5.191515876 L4_chemical_B2 +LQ00X023520 ER lumen protein retaining receptor 5.180228888 L4_chemical_B3 +LQ00X023520 ER lumen protein retaining receptor 5.37452081 L4_chemical_C2 +LQ00X023520 ER lumen protein retaining receptor 6.447912666 L4_chemical_C3 +LQ00X023530 Exportin-1 10.06986661 C6_control_A1 +LQ00X023530 Exportin-1 9.77776199 C6_control_A3 +LQ00X023530 Exportin-1 9.574837639 C6_control_B1 +LQ00X023530 Exportin-1 10.31024734 C6_control_B2 +LQ00X023530 Exportin-1 9.493723409 C6_control_B3 +LQ00X023530 Exportin-1 10.53061423 C6_control_C1 +LQ00X023530 Exportin-1 10.17280486 C6_control_C2 +LQ00X023530 Exportin-1 10.04840262 C6_control_C3 +LQ00X023530 Exportin-1 9.921383661 C6_chemical_A1 +LQ00X023530 Exportin-1 10.09653463 C6_chemical_A3 +LQ00X023530 Exportin-1 9.439191729 C6_chemical_B1 +LQ00X023530 Exportin-1 10.39457476 C6_chemical_B2 +LQ00X023530 Exportin-1 9.571023958 C6_chemical_B3 +LQ00X023530 Exportin-1 10.54417174 C6_chemical_C1 +LQ00X023530 Exportin-1 10.54710986 C6_chemical_C2 +LQ00X023530 Exportin-1 10.25575522 C6_chemical_C3 +LQ00X023530 Exportin-1 10.68970815 L4_control_A1 +LQ00X023530 Exportin-1 10.54488319 L4_control_A2 +LQ00X023530 Exportin-1 10.84114616 L4_control_A3 +LQ00X023530 Exportin-1 9.742902948 L4_control_B1 +LQ00X023530 Exportin-1 9.624831048 L4_control_B2 +LQ00X023530 Exportin-1 10.47224118 L4_control_B3 +LQ00X023530 Exportin-1 9.884529453 L4_control_C2 +LQ00X023530 Exportin-1 9.646644615 L4_control_C3 +LQ00X023530 Exportin-1 10.21475633 L4_chemical_A1 +LQ00X023530 Exportin-1 9.788789655 L4_chemical_A2 +LQ00X023530 Exportin-1 10.58094608 L4_chemical_A3 +LQ00X023530 Exportin-1 9.45694043 L4_chemical_B1 +LQ00X023530 Exportin-1 9.067552436 L4_chemical_B2 +LQ00X023530 Exportin-1 10.21815595 L4_chemical_B3 +LQ00X023530 Exportin-1 9.761198754 L4_chemical_C2 +LQ00X023530 Exportin-1 10.13219289 L4_chemical_C3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 13.66741443 C6_control_A1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 13.80652882 C6_control_A3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 11.01285095 C6_control_B1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.629663319 C6_control_B2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.31528371 C6_control_B3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.802709213 C6_control_C1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 8.882773716 C6_control_C2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.052194033 C6_control_C3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 14.54505882 C6_chemical_A1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 14.2286235 C6_chemical_A3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 11.01447407 C6_chemical_B1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.114173088 C6_chemical_B2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.520074223 C6_chemical_B3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.354958138 C6_chemical_C1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.088476858 C6_chemical_C2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 8.428886238 C6_chemical_C3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 14.52803956 L4_control_A1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 13.13521708 L4_control_A2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 13.61945764 L4_control_A3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.418713381 L4_control_B1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 10.15319088 L4_control_B2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.178819083 L4_control_B3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 9.160731999 L4_control_C2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 7.501830068 L4_control_C3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 14.0391461 L4_chemical_A1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 12.95530074 L4_chemical_A2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 14.00088081 L4_chemical_A3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 10.499754 L4_chemical_B1 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 10.49852413 L4_chemical_B2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 11.44231655 L4_chemical_B3 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 8.569636077 L4_chemical_C2 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 7.642479469 L4_chemical_C3 +LQ00X023550 ADP-ribosylation factor 5.970833386 C6_control_A1 +LQ00X023550 ADP-ribosylation factor 5.672201751 C6_control_A3 +LQ00X023550 ADP-ribosylation factor 5.338840651 C6_control_B1 +LQ00X023550 ADP-ribosylation factor 5.488572485 C6_control_B2 +LQ00X023550 ADP-ribosylation factor 5.562352749 C6_control_B3 +LQ00X023550 ADP-ribosylation factor 5.53054365 C6_control_C1 +LQ00X023550 ADP-ribosylation factor 6.297823393 C6_control_C2 +LQ00X023550 ADP-ribosylation factor 5.419340162 C6_control_C3 +LQ00X023550 ADP-ribosylation factor 5.554783485 C6_chemical_A1 +LQ00X023550 ADP-ribosylation factor 5.028850703 C6_chemical_A3 +LQ00X023550 ADP-ribosylation factor 5.234332782 C6_chemical_B1 +LQ00X023550 ADP-ribosylation factor 5.493829564 C6_chemical_B2 +LQ00X023550 ADP-ribosylation factor 5.368631319 C6_chemical_B3 +LQ00X023550 ADP-ribosylation factor 5.263515743 C6_chemical_C1 +LQ00X023550 ADP-ribosylation factor 5.873815423 C6_chemical_C2 +LQ00X023550 ADP-ribosylation factor 5.488377597 C6_chemical_C3 +LQ00X023550 ADP-ribosylation factor 5.235243103 L4_control_A1 +LQ00X023550 ADP-ribosylation factor 5.291196844 L4_control_A2 +LQ00X023550 ADP-ribosylation factor 5.533425394 L4_control_A3 +LQ00X023550 ADP-ribosylation factor 5.960058285 L4_control_B1 +LQ00X023550 ADP-ribosylation factor 5.873879217 L4_control_B2 +LQ00X023550 ADP-ribosylation factor 5.574028759 L4_control_B3 +LQ00X023550 ADP-ribosylation factor 5.832779315 L4_control_C2 +LQ00X023550 ADP-ribosylation factor 5.85900962 L4_control_C3 +LQ00X023550 ADP-ribosylation factor 5.555899952 L4_chemical_A1 +LQ00X023550 ADP-ribosylation factor 5.716010482 L4_chemical_A2 +LQ00X023550 ADP-ribosylation factor 5.64038665 L4_chemical_A3 +LQ00X023550 ADP-ribosylation factor 6.082019793 L4_chemical_B1 +LQ00X023550 ADP-ribosylation factor 5.674139602 L4_chemical_B2 +LQ00X023550 ADP-ribosylation factor 5.481892037 L4_chemical_B3 +LQ00X023550 ADP-ribosylation factor 5.829641322 L4_chemical_C2 +LQ00X023550 ADP-ribosylation factor 5.240641172 L4_chemical_C3 +LQ00X023610 Hypothetical protein 5.292102115 C6_control_A1 +LQ00X023610 Hypothetical protein 5.03565282 C6_control_A3 +LQ00X023610 Hypothetical protein 5.216599278 C6_control_B1 +LQ00X023610 Hypothetical protein 4.546897918 C6_control_B2 +LQ00X023610 Hypothetical protein 5.234648914 C6_control_B3 +LQ00X023610 Hypothetical protein 4.944358606 C6_control_C1 +LQ00X023610 Hypothetical protein 4.716843885 C6_control_C2 +LQ00X023610 Hypothetical protein 4.790937185 C6_control_C3 +LQ00X023610 Hypothetical protein 5.616015494 C6_chemical_A1 +LQ00X023610 Hypothetical protein 5.263285425 C6_chemical_A3 +LQ00X023610 Hypothetical protein 5.880339165 C6_chemical_B1 +LQ00X023610 Hypothetical protein 4.358069896 C6_chemical_B2 +LQ00X023610 Hypothetical protein 5.633771111 C6_chemical_B3 +LQ00X023610 Hypothetical protein 4.821115207 C6_chemical_C1 +LQ00X023610 Hypothetical protein 4.545287975 C6_chemical_C2 +LQ00X023610 Hypothetical protein 4.747882863 C6_chemical_C3 +LQ00X023610 Hypothetical protein 5.571253348 L4_control_A1 +LQ00X023610 Hypothetical protein 6.008090227 L4_control_A2 +LQ00X023610 Hypothetical protein 5.756533974 L4_control_A3 +LQ00X023610 Hypothetical protein 5.200192159 L4_control_B1 +LQ00X023610 Hypothetical protein 5.81902323 L4_control_B2 +LQ00X023610 Hypothetical protein 5.228255443 L4_control_B3 +LQ00X023610 Hypothetical protein 5.063533037 L4_control_C2 +LQ00X023610 Hypothetical protein 4.967618083 L4_control_C3 +LQ00X023610 Hypothetical protein 4.887777737 L4_chemical_A1 +LQ00X023610 Hypothetical protein 6.051832228 L4_chemical_A2 +LQ00X023610 Hypothetical protein 5.907639731 L4_chemical_A3 +LQ00X023610 Hypothetical protein 5.290807395 L4_chemical_B1 +LQ00X023610 Hypothetical protein 6.032419447 L4_chemical_B2 +LQ00X023610 Hypothetical protein 5.305748664 L4_chemical_B3 +LQ00X023610 Hypothetical protein 5.380812056 L4_chemical_C2 +LQ00X023610 Hypothetical protein 4.667406603 L4_chemical_C3 +LQ00X023880 Hypothetical protein 10.54324187 C6_control_A1 +LQ00X023880 Hypothetical protein 9.848715503 C6_control_A3 +LQ00X023880 Hypothetical protein 10.81288195 C6_control_B1 +LQ00X023880 Hypothetical protein 9.068005815 C6_control_B2 +LQ00X023880 Hypothetical protein 10.56418747 C6_control_B3 +LQ00X023880 Hypothetical protein 7.094395576 C6_control_C1 +LQ00X023880 Hypothetical protein 5.904465637 C6_control_C2 +LQ00X023880 Hypothetical protein 7.971273103 C6_control_C3 +LQ00X023880 Hypothetical protein 10.12453233 C6_chemical_A1 +LQ00X023880 Hypothetical protein 10.14426773 C6_chemical_A3 +LQ00X023880 Hypothetical protein 10.25093191 C6_chemical_B1 +LQ00X023880 Hypothetical protein 8.71743465 C6_chemical_B2 +LQ00X023880 Hypothetical protein 10.16635095 C6_chemical_B3 +LQ00X023880 Hypothetical protein 6.685219341 C6_chemical_C1 +LQ00X023880 Hypothetical protein 6.221141618 C6_chemical_C2 +LQ00X023880 Hypothetical protein 8.082564455 C6_chemical_C3 +LQ00X023880 Hypothetical protein 10.29489086 L4_control_A1 +LQ00X023880 Hypothetical protein 10.56298079 L4_control_A2 +LQ00X023880 Hypothetical protein 10.93268664 L4_control_A3 +LQ00X023880 Hypothetical protein 11.31965748 L4_control_B1 +LQ00X023880 Hypothetical protein 10.60765242 L4_control_B2 +LQ00X023880 Hypothetical protein 9.522824825 L4_control_B3 +LQ00X023880 Hypothetical protein 7.888024578 L4_control_C2 +LQ00X023880 Hypothetical protein 7.70596785 L4_control_C3 +LQ00X023880 Hypothetical protein 9.795984348 L4_chemical_A1 +LQ00X023880 Hypothetical protein 9.702738385 L4_chemical_A2 +LQ00X023880 Hypothetical protein 10.68703112 L4_chemical_A3 +LQ00X023880 Hypothetical protein 11.48354812 L4_chemical_B1 +LQ00X023880 Hypothetical protein 10.75817998 L4_chemical_B2 +LQ00X023880 Hypothetical protein 11.02641921 L4_chemical_B3 +LQ00X023880 Hypothetical protein 7.297347696 L4_chemical_C2 +LQ00X023880 Hypothetical protein 7.413156454 L4_chemical_C3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.666503834 C6_control_A1 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.999603196 C6_control_A3 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.301075325 C6_control_B1 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.080809741 C6_control_B2 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.280786677 C6_control_B3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.728989957 C6_control_C1 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.21976308 C6_control_C2 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.582571793 C6_control_C3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.698030942 C6_chemical_A1 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.406839903 C6_chemical_A3 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.328858906 C6_chemical_B1 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.018887962 C6_chemical_B2 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.064115212 C6_chemical_B3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.499589788 C6_chemical_C1 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.641232806 C6_chemical_C2 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.454816278 C6_chemical_C3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.480423146 L4_control_A1 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.723976509 L4_control_A2 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.233656473 L4_control_A3 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.071098085 L4_control_B1 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.957922743 L4_control_B2 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.992497943 L4_control_B3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.675529012 L4_control_C2 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.469577848 L4_control_C3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.15187789 L4_chemical_A1 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.58140523 L4_chemical_A2 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.234918912 L4_chemical_A3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.736068226 L4_chemical_B1 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.876118597 L4_chemical_B2 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.072393882 L4_chemical_B3 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.829254606 L4_chemical_C2 +LQ00X023890 Katanin p60 ATPase-containing subunit 6.002616067 L4_chemical_C3 +LQ00X023900 Putative Aspartate aminotransferase 11.78775068 C6_control_A1 +LQ00X023900 Putative Aspartate aminotransferase 12.02531046 C6_control_A3 +LQ00X023900 Putative Aspartate aminotransferase 10.72544218 C6_control_B1 +LQ00X023900 Putative Aspartate aminotransferase 11.78519879 C6_control_B2 +LQ00X023900 Putative Aspartate aminotransferase 10.80122157 C6_control_B3 +LQ00X023900 Putative Aspartate aminotransferase 13.58372765 C6_control_C1 +LQ00X023900 Putative Aspartate aminotransferase 13.20097283 C6_control_C2 +LQ00X023900 Putative Aspartate aminotransferase 13.170308 C6_control_C3 +LQ00X023900 Putative Aspartate aminotransferase 11.71854673 C6_chemical_A1 +LQ00X023900 Putative Aspartate aminotransferase 11.49427527 C6_chemical_A3 +LQ00X023900 Putative Aspartate aminotransferase 10.61392429 C6_chemical_B1 +LQ00X023900 Putative Aspartate aminotransferase 11.60741559 C6_chemical_B2 +LQ00X023900 Putative Aspartate aminotransferase 10.56211966 C6_chemical_B3 +LQ00X023900 Putative Aspartate aminotransferase 13.66193805 C6_chemical_C1 +LQ00X023900 Putative Aspartate aminotransferase 13.46380259 C6_chemical_C2 +LQ00X023900 Putative Aspartate aminotransferase 13.30751476 C6_chemical_C3 +LQ00X023900 Putative Aspartate aminotransferase 12.33421817 L4_control_A1 +LQ00X023900 Putative Aspartate aminotransferase 11.58373192 L4_control_A2 +LQ00X023900 Putative Aspartate aminotransferase 12.23646979 L4_control_A3 +LQ00X023900 Putative Aspartate aminotransferase 11.93752274 L4_control_B1 +LQ00X023900 Putative Aspartate aminotransferase 10.39958449 L4_control_B2 +LQ00X023900 Putative Aspartate aminotransferase 11.83723325 L4_control_B3 +LQ00X023900 Putative Aspartate aminotransferase 13.00903337 L4_control_C2 +LQ00X023900 Putative Aspartate aminotransferase 12.50552916 L4_control_C3 +LQ00X023900 Putative Aspartate aminotransferase 12.70883184 L4_chemical_A1 +LQ00X023900 Putative Aspartate aminotransferase 12.00454651 L4_chemical_A2 +LQ00X023900 Putative Aspartate aminotransferase 12.58497609 L4_chemical_A3 +LQ00X023900 Putative Aspartate aminotransferase 11.57953823 L4_chemical_B1 +LQ00X023900 Putative Aspartate aminotransferase 11.09955239 L4_chemical_B2 +LQ00X023900 Putative Aspartate aminotransferase 11.6740214 L4_chemical_B3 +LQ00X023900 Putative Aspartate aminotransferase 13.33439437 L4_chemical_C2 +LQ00X023900 Putative Aspartate aminotransferase 12.90208117 L4_chemical_C3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.01607421 C6_control_A1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 10.96850435 C6_control_A3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.2141289 C6_control_B1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 13.05186192 C6_control_B2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.48777567 C6_control_B3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 13.567042 C6_control_C1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 13.32883159 C6_control_C2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.92815984 C6_control_C3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.00725604 C6_chemical_A1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 11.13106931 C6_chemical_A3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.55402254 C6_chemical_B1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 13.03570999 C6_chemical_B2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.14150426 C6_chemical_B3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 13.14635517 C6_chemical_C1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 13.21016752 C6_chemical_C2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.76608441 C6_chemical_C3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 10.69529334 L4_control_A1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 11.19621389 L4_control_A2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 10.11174982 L4_control_A3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 11.86779894 L4_control_B1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.26608602 L4_control_B2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.00506643 L4_control_B3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.51122699 L4_control_C2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.29636904 L4_control_C3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 10.94519587 L4_chemical_A1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 11.18742595 L4_chemical_A2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 9.874998057 L4_chemical_A3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 11.76129521 L4_chemical_B1 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.35279304 L4_chemical_B2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 10.76292601 L4_chemical_B3 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.52257541 L4_chemical_C2 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.47565165 L4_chemical_C3 +LQ00X024070 Hypothetical protein 6.426420466 C6_control_A1 +LQ00X024070 Hypothetical protein 6.619618083 C6_control_A3 +LQ00X024070 Hypothetical protein 7.046748971 C6_control_B1 +LQ00X024070 Hypothetical protein 6.696645433 C6_control_B2 +LQ00X024070 Hypothetical protein 6.479541414 C6_control_B3 +LQ00X024070 Hypothetical protein 7.375201156 C6_control_C1 +LQ00X024070 Hypothetical protein 6.709445203 C6_control_C2 +LQ00X024070 Hypothetical protein 7.69207892 C6_control_C3 +LQ00X024070 Hypothetical protein 6.476212393 C6_chemical_A1 +LQ00X024070 Hypothetical protein 6.168503795 C6_chemical_A3 +LQ00X024070 Hypothetical protein 7.075535035 C6_chemical_B1 +LQ00X024070 Hypothetical protein 6.421613955 C6_chemical_B2 +LQ00X024070 Hypothetical protein 6.521387443 C6_chemical_B3 +LQ00X024070 Hypothetical protein 7.143163329 C6_chemical_C1 +LQ00X024070 Hypothetical protein 7.457735167 C6_chemical_C2 +LQ00X024070 Hypothetical protein 7.826485667 C6_chemical_C3 +LQ00X024070 Hypothetical protein 6.122621942 L4_control_A1 +LQ00X024070 Hypothetical protein 6.518085553 L4_control_A2 +LQ00X024070 Hypothetical protein 6.823298933 L4_control_A3 +LQ00X024070 Hypothetical protein 6.207942157 L4_control_B1 +LQ00X024070 Hypothetical protein 6.597174045 L4_control_B2 +LQ00X024070 Hypothetical protein 7.192755739 L4_control_B3 +LQ00X024070 Hypothetical protein 7.473129455 L4_control_C2 +LQ00X024070 Hypothetical protein 7.392661715 L4_control_C3 +LQ00X024070 Hypothetical protein 6.889167563 L4_chemical_A1 +LQ00X024070 Hypothetical protein 6.359119625 L4_chemical_A2 +LQ00X024070 Hypothetical protein 7.082225511 L4_chemical_A3 +LQ00X024070 Hypothetical protein 6.747077433 L4_chemical_B1 +LQ00X024070 Hypothetical protein 7.064172669 L4_chemical_B2 +LQ00X024070 Hypothetical protein 7.169342127 L4_chemical_B3 +LQ00X024070 Hypothetical protein 7.620030828 L4_chemical_C2 +LQ00X024070 Hypothetical protein 7.775961895 L4_chemical_C3 +LQ00X024170 Hypothetical protein 4.956917726 C6_control_A1 +LQ00X024170 Hypothetical protein 5.019446678 C6_control_A3 +LQ00X024170 Hypothetical protein 6.742149808 C6_control_B1 +LQ00X024170 Hypothetical protein 4.891292126 C6_control_B2 +LQ00X024170 Hypothetical protein 5.28223109 C6_control_B3 +LQ00X024170 Hypothetical protein 5.449923427 C6_control_C1 +LQ00X024170 Hypothetical protein 5.054717905 C6_control_C2 +LQ00X024170 Hypothetical protein 5.535820841 C6_control_C3 +LQ00X024170 Hypothetical protein 5.013056545 C6_chemical_A1 +LQ00X024170 Hypothetical protein 5.01280837 C6_chemical_A3 +LQ00X024170 Hypothetical protein 6.508056874 C6_chemical_B1 +LQ00X024170 Hypothetical protein 5.06255842 C6_chemical_B2 +LQ00X024170 Hypothetical protein 5.314935265 C6_chemical_B3 +LQ00X024170 Hypothetical protein 5.095654377 C6_chemical_C1 +LQ00X024170 Hypothetical protein 5.192797299 C6_chemical_C2 +LQ00X024170 Hypothetical protein 5.788049517 C6_chemical_C3 +LQ00X024170 Hypothetical protein 5.892544005 L4_control_A1 +LQ00X024170 Hypothetical protein 5.371055322 L4_control_A2 +LQ00X024170 Hypothetical protein 5.243051727 L4_control_A3 +LQ00X024170 Hypothetical protein 5.369080323 L4_control_B1 +LQ00X024170 Hypothetical protein 5.218246895 L4_control_B2 +LQ00X024170 Hypothetical protein 5.610470203 L4_control_B3 +LQ00X024170 Hypothetical protein 5.608344893 L4_control_C2 +LQ00X024170 Hypothetical protein 5.416399123 L4_control_C3 +LQ00X024170 Hypothetical protein 5.913232412 L4_chemical_A1 +LQ00X024170 Hypothetical protein 5.313323444 L4_chemical_A2 +LQ00X024170 Hypothetical protein 5.143655963 L4_chemical_A3 +LQ00X024170 Hypothetical protein 5.137154514 L4_chemical_B1 +LQ00X024170 Hypothetical protein 5.095120828 L4_chemical_B2 +LQ00X024170 Hypothetical protein 5.265729517 L4_chemical_B3 +LQ00X024170 Hypothetical protein 5.468928125 L4_chemical_C2 +LQ00X024170 Hypothetical protein 5.115728552 L4_chemical_C3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.778378098 C6_control_A1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 5.008319963 C6_control_A3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.898783897 C6_control_B1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.630640328 C6_control_B2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.756885229 C6_control_B3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.555165261 C6_control_C1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.581682728 C6_control_C2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.562207326 C6_control_C3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.748577736 C6_chemical_A1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 5.059181152 C6_chemical_A3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.961085814 C6_chemical_B1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.514849432 C6_chemical_B2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.824658222 C6_chemical_B3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.594439413 C6_chemical_C1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.752533955 C6_chemical_C2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.512594029 C6_chemical_C3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.545276926 L4_control_A1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 5.007443481 L4_control_A2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 5.005856182 L4_control_A3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.824528527 L4_control_B1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.703733049 L4_control_B2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.582288349 L4_control_B3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.853420753 L4_control_C2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.855791293 L4_control_C3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.893271724 L4_chemical_A1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.731340979 L4_chemical_A2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.686209476 L4_chemical_A3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 5.036661187 L4_chemical_B1 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.745844019 L4_chemical_B2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.57405225 L4_chemical_B3 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 5.040751261 L4_chemical_C2 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.711522245 L4_chemical_C3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.70819498 C6_control_A1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.893670662 C6_control_A3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.797696398 C6_control_B1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.99015947 C6_control_B2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.442035238 C6_control_B3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.966380145 C6_control_C1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.225035148 C6_control_C2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.329629985 C6_control_C3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.24373682 C6_chemical_A1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.230851697 C6_chemical_A3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.074082911 C6_chemical_B1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.094222604 C6_chemical_B2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.424376281 C6_chemical_B3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 8.227688545 C6_chemical_C1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.571634011 C6_chemical_C2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 8.029709375 C6_chemical_C3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.278719294 L4_control_A1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.906594522 L4_control_A2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.95899237 L4_control_A3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.798772464 L4_control_B1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.480717092 L4_control_B2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.677951986 L4_control_B3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.372733645 L4_control_C2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.57967579 L4_control_C3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.942606438 L4_chemical_A1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.864679349 L4_chemical_A2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.617583215 L4_chemical_A3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.308165878 L4_chemical_B1 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.868205532 L4_chemical_B2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.048125342 L4_chemical_B3 +LQ00X024270 Putative Probable disease resistance protein At4g27220 6.603050858 L4_chemical_C2 +LQ00X024270 Putative Probable disease resistance protein At4g27220 5.790585201 L4_chemical_C3 +LQ00X024280 Putative RNA-binding protein ylmH 6.288939276 C6_control_A1 +LQ00X024280 Putative RNA-binding protein ylmH 6.881977414 C6_control_A3 +LQ00X024280 Putative RNA-binding protein ylmH 5.61475112 C6_control_B1 +LQ00X024280 Putative RNA-binding protein ylmH 6.884627994 C6_control_B2 +LQ00X024280 Putative RNA-binding protein ylmH 6.663845059 C6_control_B3 +LQ00X024280 Putative RNA-binding protein ylmH 6.214493605 C6_control_C1 +LQ00X024280 Putative RNA-binding protein ylmH 5.861548522 C6_control_C2 +LQ00X024280 Putative RNA-binding protein ylmH 6.460196552 C6_control_C3 +LQ00X024280 Putative RNA-binding protein ylmH 6.05152123 C6_chemical_A1 +LQ00X024280 Putative RNA-binding protein ylmH 7.110585518 C6_chemical_A3 +LQ00X024280 Putative RNA-binding protein ylmH 5.382794675 C6_chemical_B1 +LQ00X024280 Putative RNA-binding protein ylmH 6.557100183 C6_chemical_B2 +LQ00X024280 Putative RNA-binding protein ylmH 6.404382516 C6_chemical_B3 +LQ00X024280 Putative RNA-binding protein ylmH 6.398837851 C6_chemical_C1 +LQ00X024280 Putative RNA-binding protein ylmH 6.584110707 C6_chemical_C2 +LQ00X024280 Putative RNA-binding protein ylmH 8.131289077 C6_chemical_C3 +LQ00X024280 Putative RNA-binding protein ylmH 6.362325496 L4_control_A1 +LQ00X024280 Putative RNA-binding protein ylmH 6.414908114 L4_control_A2 +LQ00X024280 Putative RNA-binding protein ylmH 6.192969989 L4_control_A3 +LQ00X024280 Putative RNA-binding protein ylmH 6.160773828 L4_control_B1 +LQ00X024280 Putative RNA-binding protein ylmH 5.596092358 L4_control_B2 +LQ00X024280 Putative RNA-binding protein ylmH 6.266812821 L4_control_B3 +LQ00X024280 Putative RNA-binding protein ylmH 5.240776846 L4_control_C2 +LQ00X024280 Putative RNA-binding protein ylmH 5.424679465 L4_control_C3 +LQ00X024280 Putative RNA-binding protein ylmH 5.798757709 L4_chemical_A1 +LQ00X024280 Putative RNA-binding protein ylmH 6.226054343 L4_chemical_A2 +LQ00X024280 Putative RNA-binding protein ylmH 6.093302638 L4_chemical_A3 +LQ00X024280 Putative RNA-binding protein ylmH 5.940244596 L4_chemical_B1 +LQ00X024280 Putative RNA-binding protein ylmH 5.746449671 L4_chemical_B2 +LQ00X024280 Putative RNA-binding protein ylmH 5.899104419 L4_chemical_B3 +LQ00X024280 Putative RNA-binding protein ylmH 5.277963208 L4_chemical_C2 +LQ00X024280 Putative RNA-binding protein ylmH 5.836101471 L4_chemical_C3 +LQ00X024300 Predicted protein 10.10392429 C6_control_A1 +LQ00X024300 Predicted protein 10.44914096 C6_control_A3 +LQ00X024300 Predicted protein 10.13047414 C6_control_B1 +LQ00X024300 Predicted protein 10.30058933 C6_control_B2 +LQ00X024300 Predicted protein 10.33546467 C6_control_B3 +LQ00X024300 Predicted protein 9.615513074 C6_control_C1 +LQ00X024300 Predicted protein 10.17138291 C6_control_C2 +LQ00X024300 Predicted protein 10.06587482 C6_control_C3 +LQ00X024300 Predicted protein 10.16123158 C6_chemical_A1 +LQ00X024300 Predicted protein 10.38673272 C6_chemical_A3 +LQ00X024300 Predicted protein 10.48528933 C6_chemical_B1 +LQ00X024300 Predicted protein 10.50865494 C6_chemical_B2 +LQ00X024300 Predicted protein 10.87085334 C6_chemical_B3 +LQ00X024300 Predicted protein 9.584582258 C6_chemical_C1 +LQ00X024300 Predicted protein 9.577396499 C6_chemical_C2 +LQ00X024300 Predicted protein 10.1984046 C6_chemical_C3 +LQ00X024300 Predicted protein 10.74868858 L4_control_A1 +LQ00X024300 Predicted protein 10.61035473 L4_control_A2 +LQ00X024300 Predicted protein 11.75991074 L4_control_A3 +LQ00X024300 Predicted protein 10.7113734 L4_control_B1 +LQ00X024300 Predicted protein 11.020969 L4_control_B2 +LQ00X024300 Predicted protein 11.65368331 L4_control_B3 +LQ00X024300 Predicted protein 9.761434622 L4_control_C2 +LQ00X024300 Predicted protein 11.60013596 L4_control_C3 +LQ00X024300 Predicted protein 10.61784435 L4_chemical_A1 +LQ00X024300 Predicted protein 10.20467858 L4_chemical_A2 +LQ00X024300 Predicted protein 11.40261409 L4_chemical_A3 +LQ00X024300 Predicted protein 10.41321048 L4_chemical_B1 +LQ00X024300 Predicted protein 10.1890164 L4_chemical_B2 +LQ00X024300 Predicted protein 11.46121348 L4_chemical_B3 +LQ00X024300 Predicted protein 9.29163616 L4_chemical_C2 +LQ00X024300 Predicted protein 11.40462498 L4_chemical_C3 +LQ00X024310 Acetylglucosaminyltransferase, putative 6.914812319 C6_control_A1 +LQ00X024310 Acetylglucosaminyltransferase, putative 6.183074484 C6_control_A3 +LQ00X024310 Acetylglucosaminyltransferase, putative 6.428429609 C6_control_B1 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.777810097 C6_control_B2 +LQ00X024310 Acetylglucosaminyltransferase, putative 6.628033101 C6_control_B3 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.303000633 C6_control_C1 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.3345603 C6_control_C2 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.789863586 C6_control_C3 +LQ00X024310 Acetylglucosaminyltransferase, putative 7.094670875 C6_chemical_A1 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.375764126 C6_chemical_A3 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.5586714 C6_chemical_B1 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.000256303 C6_chemical_B2 +LQ00X024310 Acetylglucosaminyltransferase, putative 7.076889046 C6_chemical_B3 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.349351002 C6_chemical_C1 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.133517006 C6_chemical_C2 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.138926921 C6_chemical_C3 +LQ00X024310 Acetylglucosaminyltransferase, putative 6.5226202 L4_control_A1 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.556534948 L4_control_A2 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.814542367 L4_control_A3 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.216004975 L4_control_B1 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.699061113 L4_control_B2 +LQ00X024310 Acetylglucosaminyltransferase, putative 8.27944211 L4_control_B3 +LQ00X024310 Acetylglucosaminyltransferase, putative 4.939525052 L4_control_C2 +LQ00X024310 Acetylglucosaminyltransferase, putative 6.207261253 L4_control_C3 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.479096061 L4_chemical_A1 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.741588527 L4_chemical_A2 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.717972184 L4_chemical_A3 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.892569466 L4_chemical_B1 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.877052673 L4_chemical_B2 +LQ00X024310 Acetylglucosaminyltransferase, putative 6.97251034 L4_chemical_B3 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.022616414 L4_chemical_C2 +LQ00X024310 Acetylglucosaminyltransferase, putative 5.298524035 L4_chemical_C3 +LQ00X024320 Protein SPA1-RELATED 3 5.782022696 C6_control_A1 +LQ00X024320 Protein SPA1-RELATED 3 5.477768381 C6_control_A3 +LQ00X024320 Protein SPA1-RELATED 3 6.272563644 C6_control_B1 +LQ00X024320 Protein SPA1-RELATED 3 6.439585482 C6_control_B2 +LQ00X024320 Protein SPA1-RELATED 3 6.521364546 C6_control_B3 +LQ00X024320 Protein SPA1-RELATED 3 5.305179217 C6_control_C1 +LQ00X024320 Protein SPA1-RELATED 3 5.765258399 C6_control_C2 +LQ00X024320 Protein SPA1-RELATED 3 5.833006303 C6_control_C3 +LQ00X024320 Protein SPA1-RELATED 3 5.839228011 C6_chemical_A1 +LQ00X024320 Protein SPA1-RELATED 3 5.766505339 C6_chemical_A3 +LQ00X024320 Protein SPA1-RELATED 3 5.785824153 C6_chemical_B1 +LQ00X024320 Protein SPA1-RELATED 3 6.421289707 C6_chemical_B2 +LQ00X024320 Protein SPA1-RELATED 3 6.447443277 C6_chemical_B3 +LQ00X024320 Protein SPA1-RELATED 3 5.817380692 C6_chemical_C1 +LQ00X024320 Protein SPA1-RELATED 3 5.551464619 C6_chemical_C2 +LQ00X024320 Protein SPA1-RELATED 3 6.226962816 C6_chemical_C3 +LQ00X024320 Protein SPA1-RELATED 3 5.574782431 L4_control_A1 +LQ00X024320 Protein SPA1-RELATED 3 6.434874607 L4_control_A2 +LQ00X024320 Protein SPA1-RELATED 3 5.867728384 L4_control_A3 +LQ00X024320 Protein SPA1-RELATED 3 5.960965126 L4_control_B1 +LQ00X024320 Protein SPA1-RELATED 3 6.11367474 L4_control_B2 +LQ00X024320 Protein SPA1-RELATED 3 7.1312033 L4_control_B3 +LQ00X024320 Protein SPA1-RELATED 3 5.939633388 L4_control_C2 +LQ00X024320 Protein SPA1-RELATED 3 5.684331006 L4_control_C3 +LQ00X024320 Protein SPA1-RELATED 3 6.132512674 L4_chemical_A1 +LQ00X024320 Protein SPA1-RELATED 3 5.823217334 L4_chemical_A2 +LQ00X024320 Protein SPA1-RELATED 3 6.255400236 L4_chemical_A3 +LQ00X024320 Protein SPA1-RELATED 3 5.761573092 L4_chemical_B1 +LQ00X024320 Protein SPA1-RELATED 3 5.832129174 L4_chemical_B2 +LQ00X024320 Protein SPA1-RELATED 3 6.356798617 L4_chemical_B3 +LQ00X024320 Protein SPA1-RELATED 3 6.161340647 L4_chemical_C2 +LQ00X024320 Protein SPA1-RELATED 3 5.583434289 L4_chemical_C3 +LQ00X024330 Predicted protein 5.023471381 C6_control_A1 +LQ00X024330 Predicted protein 5.149850596 C6_control_A3 +LQ00X024330 Predicted protein 5.308821079 C6_control_B1 +LQ00X024330 Predicted protein 5.216694941 C6_control_B2 +LQ00X024330 Predicted protein 5.02291869 C6_control_B3 +LQ00X024330 Predicted protein 5.003148479 C6_control_C1 +LQ00X024330 Predicted protein 5.301723926 C6_control_C2 +LQ00X024330 Predicted protein 5.477129232 C6_control_C3 +LQ00X024330 Predicted protein 4.937808529 C6_chemical_A1 +LQ00X024330 Predicted protein 5.297544651 C6_chemical_A3 +LQ00X024330 Predicted protein 5.261783047 C6_chemical_B1 +LQ00X024330 Predicted protein 5.229375943 C6_chemical_B2 +LQ00X024330 Predicted protein 5.002412439 C6_chemical_B3 +LQ00X024330 Predicted protein 4.952532319 C6_chemical_C1 +LQ00X024330 Predicted protein 5.448786557 C6_chemical_C2 +LQ00X024330 Predicted protein 5.375751458 C6_chemical_C3 +LQ00X024330 Predicted protein 5.028808907 L4_control_A1 +LQ00X024330 Predicted protein 5.465565467 L4_control_A2 +LQ00X024330 Predicted protein 4.853953178 L4_control_A3 +LQ00X024330 Predicted protein 5.357334734 L4_control_B1 +LQ00X024330 Predicted protein 5.522753983 L4_control_B2 +LQ00X024330 Predicted protein 4.860529803 L4_control_B3 +LQ00X024330 Predicted protein 4.96753993 L4_control_C2 +LQ00X024330 Predicted protein 5.229767636 L4_control_C3 +LQ00X024330 Predicted protein 5.096045439 L4_chemical_A1 +LQ00X024330 Predicted protein 5.230733365 L4_chemical_A2 +LQ00X024330 Predicted protein 5.400492454 L4_chemical_A3 +LQ00X024330 Predicted protein 5.157149286 L4_chemical_B1 +LQ00X024330 Predicted protein 5.178123505 L4_chemical_B2 +LQ00X024330 Predicted protein 5.339200608 L4_chemical_B3 +LQ00X024330 Predicted protein 5.227923686 L4_chemical_C2 +LQ00X024330 Predicted protein 5.035671736 L4_chemical_C3 +LQ00X024370 Metallothionein-like protein type 3 6.735122948 C6_control_A1 +LQ00X024370 Metallothionein-like protein type 3 6.134977562 C6_control_A3 +LQ00X024370 Metallothionein-like protein type 3 6.681175599 C6_control_B1 +LQ00X024370 Metallothionein-like protein type 3 6.733612954 C6_control_B2 +LQ00X024370 Metallothionein-like protein type 3 7.367600319 C6_control_B3 +LQ00X024370 Metallothionein-like protein type 3 6.615056991 C6_control_C1 +LQ00X024370 Metallothionein-like protein type 3 5.828688921 C6_control_C2 +LQ00X024370 Metallothionein-like protein type 3 7.084114406 C6_control_C3 +LQ00X024370 Metallothionein-like protein type 3 6.869229333 C6_chemical_A1 +LQ00X024370 Metallothionein-like protein type 3 6.59149151 C6_chemical_A3 +LQ00X024370 Metallothionein-like protein type 3 5.99200797 C6_chemical_B1 +LQ00X024370 Metallothionein-like protein type 3 6.676996592 C6_chemical_B2 +LQ00X024370 Metallothionein-like protein type 3 6.860295392 C6_chemical_B3 +LQ00X024370 Metallothionein-like protein type 3 5.908881724 C6_chemical_C1 +LQ00X024370 Metallothionein-like protein type 3 6.240940562 C6_chemical_C2 +LQ00X024370 Metallothionein-like protein type 3 6.396789702 C6_chemical_C3 +LQ00X024370 Metallothionein-like protein type 3 6.198910744 L4_control_A1 +LQ00X024370 Metallothionein-like protein type 3 6.943453619 L4_control_A2 +LQ00X024370 Metallothionein-like protein type 3 8.021298347 L4_control_A3 +LQ00X024370 Metallothionein-like protein type 3 7.559581875 L4_control_B1 +LQ00X024370 Metallothionein-like protein type 3 7.42156313 L4_control_B2 +LQ00X024370 Metallothionein-like protein type 3 6.657096866 L4_control_B3 +LQ00X024370 Metallothionein-like protein type 3 6.913470143 L4_control_C2 +LQ00X024370 Metallothionein-like protein type 3 5.392374573 L4_control_C3 +LQ00X024370 Metallothionein-like protein type 3 6.711715581 L4_chemical_A1 +LQ00X024370 Metallothionein-like protein type 3 7.208119725 L4_chemical_A2 +LQ00X024370 Metallothionein-like protein type 3 7.066607573 L4_chemical_A3 +LQ00X024370 Metallothionein-like protein type 3 6.891071562 L4_chemical_B1 +LQ00X024370 Metallothionein-like protein type 3 7.147769787 L4_chemical_B2 +LQ00X024370 Metallothionein-like protein type 3 6.724355849 L4_chemical_B3 +LQ00X024370 Metallothionein-like protein type 3 6.114719639 L4_chemical_C2 +LQ00X024370 Metallothionein-like protein type 3 6.73371313 L4_chemical_C3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.155405754 C6_control_A1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.278603545 C6_control_A3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.783137956 C6_control_B1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.258354521 C6_control_B2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.503796708 C6_control_B3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.294472453 C6_control_C1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.366784013 C6_control_C2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.398734194 C6_control_C3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.150352676 C6_chemical_A1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.249269395 C6_chemical_A3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.997805492 C6_chemical_B1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.126408391 C6_chemical_B2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.777512288 C6_chemical_B3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.425039859 C6_chemical_C1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.186293928 C6_chemical_C2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.168759713 C6_chemical_C3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.730470906 L4_control_A1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.844241483 L4_control_A2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.138415754 L4_control_A3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.277402182 L4_control_B1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.822653189 L4_control_B2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.79871928 L4_control_B3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.85605232 L4_control_C2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.498370672 L4_control_C3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.852923451 L4_chemical_A1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.040797911 L4_chemical_A2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.96798245 L4_chemical_A3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.84699829 L4_chemical_B1 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.664931237 L4_chemical_B2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.710119993 L4_chemical_B3 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 4.854550602 L4_chemical_C2 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.090708108 L4_chemical_C3 +LQ00X024400 Putative Predicted protein 6.61172881 C6_control_A1 +LQ00X024400 Putative Predicted protein 6.46250953 C6_control_A3 +LQ00X024400 Putative Predicted protein 6.786887746 C6_control_B1 +LQ00X024400 Putative Predicted protein 9.126568262 C6_control_B2 +LQ00X024400 Putative Predicted protein 7.471752401 C6_control_B3 +LQ00X024400 Putative Predicted protein 9.758393699 C6_control_C1 +LQ00X024400 Putative Predicted protein 9.970569652 C6_control_C2 +LQ00X024400 Putative Predicted protein 10.52371006 C6_control_C3 +LQ00X024400 Putative Predicted protein 7.417559144 C6_chemical_A1 +LQ00X024400 Putative Predicted protein 7.447850797 C6_chemical_A3 +LQ00X024400 Putative Predicted protein 7.532761113 C6_chemical_B1 +LQ00X024400 Putative Predicted protein 8.728201224 C6_chemical_B2 +LQ00X024400 Putative Predicted protein 9.154202986 C6_chemical_B3 +LQ00X024400 Putative Predicted protein 9.632611147 C6_chemical_C1 +LQ00X024400 Putative Predicted protein 9.850030139 C6_chemical_C2 +LQ00X024400 Putative Predicted protein 10.84811361 C6_chemical_C3 +LQ00X024400 Putative Predicted protein 8.896610772 L4_control_A1 +LQ00X024400 Putative Predicted protein 7.028241325 L4_control_A2 +LQ00X024400 Putative Predicted protein 8.595666243 L4_control_A3 +LQ00X024400 Putative Predicted protein 10.6524594 L4_control_B1 +LQ00X024400 Putative Predicted protein 7.852547228 L4_control_B2 +LQ00X024400 Putative Predicted protein 9.849566154 L4_control_B3 +LQ00X024400 Putative Predicted protein 10.61423976 L4_control_C2 +LQ00X024400 Putative Predicted protein 11.4391348 L4_control_C3 +LQ00X024400 Putative Predicted protein 10.91929949 L4_chemical_A1 +LQ00X024400 Putative Predicted protein 9.370737483 L4_chemical_A2 +LQ00X024400 Putative Predicted protein 9.71609311 L4_chemical_A3 +LQ00X024400 Putative Predicted protein 10.56187998 L4_chemical_B1 +LQ00X024400 Putative Predicted protein 8.249491528 L4_chemical_B2 +LQ00X024400 Putative Predicted protein 9.214609005 L4_chemical_B3 +LQ00X024400 Putative Predicted protein 10.74932586 L4_chemical_C2 +LQ00X024400 Putative Predicted protein 11.19582227 L4_chemical_C3 +LQ00X024440 Hypothetical protein 10.37584761 C6_control_A1 +LQ00X024440 Hypothetical protein 9.169828281 C6_control_A3 +LQ00X024440 Hypothetical protein 10.05394864 C6_control_B1 +LQ00X024440 Hypothetical protein 10.50801069 C6_control_B2 +LQ00X024440 Hypothetical protein 9.336391107 C6_control_B3 +LQ00X024440 Hypothetical protein 11.00413815 C6_control_C1 +LQ00X024440 Hypothetical protein 10.31292536 C6_control_C2 +LQ00X024440 Hypothetical protein 10.18590432 C6_control_C3 +LQ00X024440 Hypothetical protein 11.24580742 C6_chemical_A1 +LQ00X024440 Hypothetical protein 9.376309936 C6_chemical_A3 +LQ00X024440 Hypothetical protein 10.53677926 C6_chemical_B1 +LQ00X024440 Hypothetical protein 10.94181779 C6_chemical_B2 +LQ00X024440 Hypothetical protein 9.593279116 C6_chemical_B3 +LQ00X024440 Hypothetical protein 11.4874006 C6_chemical_C1 +LQ00X024440 Hypothetical protein 11.05886763 C6_chemical_C2 +LQ00X024440 Hypothetical protein 10.61170076 C6_chemical_C3 +LQ00X024440 Hypothetical protein 9.431699382 L4_control_A1 +LQ00X024440 Hypothetical protein 8.649838241 L4_control_A2 +LQ00X024440 Hypothetical protein 8.468763243 L4_control_A3 +LQ00X024440 Hypothetical protein 9.032048151 L4_control_B1 +LQ00X024440 Hypothetical protein 9.470122153 L4_control_B2 +LQ00X024440 Hypothetical protein 8.575427677 L4_control_B3 +LQ00X024440 Hypothetical protein 8.313281125 L4_control_C2 +LQ00X024440 Hypothetical protein 7.928162021 L4_control_C3 +LQ00X024440 Hypothetical protein 10.37121155 L4_chemical_A1 +LQ00X024440 Hypothetical protein 10.30005911 L4_chemical_A2 +LQ00X024440 Hypothetical protein 8.517751483 L4_chemical_A3 +LQ00X024440 Hypothetical protein 9.659236962 L4_chemical_B1 +LQ00X024440 Hypothetical protein 10.23278454 L4_chemical_B2 +LQ00X024440 Hypothetical protein 8.669332388 L4_chemical_B3 +LQ00X024440 Hypothetical protein 9.707555418 L4_chemical_C2 +LQ00X024440 Hypothetical protein 8.35387842 L4_chemical_C3 +LQ00X024550 Nucleic acid binding protein, putative 10.16845618 C6_control_A1 +LQ00X024550 Nucleic acid binding protein, putative 10.20484235 C6_control_A3 +LQ00X024550 Nucleic acid binding protein, putative 9.64198892 C6_control_B1 +LQ00X024550 Nucleic acid binding protein, putative 11.38727333 C6_control_B2 +LQ00X024550 Nucleic acid binding protein, putative 9.907981956 C6_control_B3 +LQ00X024550 Nucleic acid binding protein, putative 11.45412328 C6_control_C1 +LQ00X024550 Nucleic acid binding protein, putative 11.50699453 C6_control_C2 +LQ00X024550 Nucleic acid binding protein, putative 11.93373656 C6_control_C3 +LQ00X024550 Nucleic acid binding protein, putative 9.736912193 C6_chemical_A1 +LQ00X024550 Nucleic acid binding protein, putative 9.690213649 C6_chemical_A3 +LQ00X024550 Nucleic acid binding protein, putative 9.091159792 C6_chemical_B1 +LQ00X024550 Nucleic acid binding protein, putative 10.9650536 C6_chemical_B2 +LQ00X024550 Nucleic acid binding protein, putative 9.247893483 C6_chemical_B3 +LQ00X024550 Nucleic acid binding protein, putative 11.38291691 C6_chemical_C1 +LQ00X024550 Nucleic acid binding protein, putative 11.52148448 C6_chemical_C2 +LQ00X024550 Nucleic acid binding protein, putative 11.78088304 C6_chemical_C3 +LQ00X024550 Nucleic acid binding protein, putative 8.586541254 L4_control_A1 +LQ00X024550 Nucleic acid binding protein, putative 8.458350767 L4_control_A2 +LQ00X024550 Nucleic acid binding protein, putative 6.574444411 L4_control_A3 +LQ00X024550 Nucleic acid binding protein, putative 5.304809084 L4_control_B1 +LQ00X024550 Nucleic acid binding protein, putative 6.743735206 L4_control_B2 +LQ00X024550 Nucleic acid binding protein, putative 8.489236057 L4_control_B3 +LQ00X024550 Nucleic acid binding protein, putative 7.188444945 L4_control_C2 +LQ00X024550 Nucleic acid binding protein, putative 6.745639197 L4_control_C3 +LQ00X024550 Nucleic acid binding protein, putative 8.057443376 L4_chemical_A1 +LQ00X024550 Nucleic acid binding protein, putative 7.643110281 L4_chemical_A2 +LQ00X024550 Nucleic acid binding protein, putative 6.082081948 L4_chemical_A3 +LQ00X024550 Nucleic acid binding protein, putative 7.065255719 L4_chemical_B1 +LQ00X024550 Nucleic acid binding protein, putative 6.766099771 L4_chemical_B2 +LQ00X024550 Nucleic acid binding protein, putative 8.361374311 L4_chemical_B3 +LQ00X024550 Nucleic acid binding protein, putative 6.495403874 L4_chemical_C2 +LQ00X024550 Nucleic acid binding protein, putative 6.844081343 L4_chemical_C3 +LQ00X024780 Hypothetical protein 5.593759454 C6_control_A1 +LQ00X024780 Hypothetical protein 6.093089086 C6_control_A3 +LQ00X024780 Hypothetical protein 6.043281167 C6_control_B1 +LQ00X024780 Hypothetical protein 6.016441376 C6_control_B2 +LQ00X024780 Hypothetical protein 5.773965892 C6_control_B3 +LQ00X024780 Hypothetical protein 6.183855203 C6_control_C1 +LQ00X024780 Hypothetical protein 5.807601851 C6_control_C2 +LQ00X024780 Hypothetical protein 6.231631952 C6_control_C3 +LQ00X024780 Hypothetical protein 5.835601757 C6_chemical_A1 +LQ00X024780 Hypothetical protein 5.881432773 C6_chemical_A3 +LQ00X024780 Hypothetical protein 6.14434046 C6_chemical_B1 +LQ00X024780 Hypothetical protein 6.006330471 C6_chemical_B2 +LQ00X024780 Hypothetical protein 5.494612821 C6_chemical_B3 +LQ00X024780 Hypothetical protein 5.735945167 C6_chemical_C1 +LQ00X024780 Hypothetical protein 6.214430768 C6_chemical_C2 +LQ00X024780 Hypothetical protein 5.683904217 C6_chemical_C3 +LQ00X024780 Hypothetical protein 5.122417542 L4_control_A1 +LQ00X024780 Hypothetical protein 5.363262263 L4_control_A2 +LQ00X024780 Hypothetical protein 6.342586014 L4_control_A3 +LQ00X024780 Hypothetical protein 6.041053388 L4_control_B1 +LQ00X024780 Hypothetical protein 6.134537949 L4_control_B2 +LQ00X024780 Hypothetical protein 5.495637538 L4_control_B3 +LQ00X024780 Hypothetical protein 6.470799817 L4_control_C2 +LQ00X024780 Hypothetical protein 5.208246895 L4_control_C3 +LQ00X024780 Hypothetical protein 5.610036814 L4_chemical_A1 +LQ00X024780 Hypothetical protein 5.73196015 L4_chemical_A2 +LQ00X024780 Hypothetical protein 6.053916005 L4_chemical_A3 +LQ00X024780 Hypothetical protein 5.814522007 L4_chemical_B1 +LQ00X024780 Hypothetical protein 6.58043903 L4_chemical_B2 +LQ00X024780 Hypothetical protein 5.474741204 L4_chemical_B3 +LQ00X024780 Hypothetical protein 5.907963974 L4_chemical_C2 +LQ00X024780 Hypothetical protein 6.692299128 L4_chemical_C3 +LQ00X024790 Nibrin, putative 5.812873098 C6_control_A1 +LQ00X024790 Nibrin, putative 5.397027491 C6_control_A3 +LQ00X024790 Nibrin, putative 5.594550397 C6_control_B1 +LQ00X024790 Nibrin, putative 5.524798075 C6_control_B2 +LQ00X024790 Nibrin, putative 5.642068777 C6_control_B3 +LQ00X024790 Nibrin, putative 5.916287616 C6_control_C1 +LQ00X024790 Nibrin, putative 5.724897876 C6_control_C2 +LQ00X024790 Nibrin, putative 5.607120221 C6_control_C3 +LQ00X024790 Nibrin, putative 5.284657137 C6_chemical_A1 +LQ00X024790 Nibrin, putative 5.469356608 C6_chemical_A3 +LQ00X024790 Nibrin, putative 5.292902398 C6_chemical_B1 +LQ00X024790 Nibrin, putative 5.304349141 C6_chemical_B2 +LQ00X024790 Nibrin, putative 5.337203316 C6_chemical_B3 +LQ00X024790 Nibrin, putative 5.971181615 C6_chemical_C1 +LQ00X024790 Nibrin, putative 5.462785658 C6_chemical_C2 +LQ00X024790 Nibrin, putative 5.93819102 C6_chemical_C3 +LQ00X024790 Nibrin, putative 5.23999662 L4_control_A1 +LQ00X024790 Nibrin, putative 4.906500485 L4_control_A2 +LQ00X024790 Nibrin, putative 5.182874135 L4_control_A3 +LQ00X024790 Nibrin, putative 5.167967476 L4_control_B1 +LQ00X024790 Nibrin, putative 4.512065247 L4_control_B2 +LQ00X024790 Nibrin, putative 4.840873695 L4_control_B3 +LQ00X024790 Nibrin, putative 5.27654164 L4_control_C2 +LQ00X024790 Nibrin, putative 5.080876819 L4_control_C3 +LQ00X024790 Nibrin, putative 5.217398532 L4_chemical_A1 +LQ00X024790 Nibrin, putative 5.124944377 L4_chemical_A2 +LQ00X024790 Nibrin, putative 5.352490212 L4_chemical_A3 +LQ00X024790 Nibrin, putative 5.187480424 L4_chemical_B1 +LQ00X024790 Nibrin, putative 4.735334439 L4_chemical_B2 +LQ00X024790 Nibrin, putative 4.959891898 L4_chemical_B3 +LQ00X024790 Nibrin, putative 5.282944804 L4_chemical_C2 +LQ00X024790 Nibrin, putative 5.092626935 L4_chemical_C3 +LQ00X024920 Hypothetical protein 5.513076777 C6_control_A1 +LQ00X024920 Hypothetical protein 5.17351925 C6_control_A3 +LQ00X024920 Hypothetical protein 4.868872279 C6_control_B1 +LQ00X024920 Hypothetical protein 5.485413729 C6_control_B2 +LQ00X024920 Hypothetical protein 5.708195893 C6_control_B3 +LQ00X024920 Hypothetical protein 5.387053001 C6_control_C1 +LQ00X024920 Hypothetical protein 5.179418736 C6_control_C2 +LQ00X024920 Hypothetical protein 5.223343505 C6_control_C3 +LQ00X024920 Hypothetical protein 5.769324306 C6_chemical_A1 +LQ00X024920 Hypothetical protein 5.149348554 C6_chemical_A3 +LQ00X024920 Hypothetical protein 5.243077384 C6_chemical_B1 +LQ00X024920 Hypothetical protein 5.687163323 C6_chemical_B2 +LQ00X024920 Hypothetical protein 5.416625923 C6_chemical_B3 +LQ00X024920 Hypothetical protein 5.52717663 C6_chemical_C1 +LQ00X024920 Hypothetical protein 5.345213403 C6_chemical_C2 +LQ00X024920 Hypothetical protein 5.512399141 C6_chemical_C3 +LQ00X024920 Hypothetical protein 5.586388575 L4_control_A1 +LQ00X024920 Hypothetical protein 5.568931247 L4_control_A2 +LQ00X024920 Hypothetical protein 5.516391577 L4_control_A3 +LQ00X024920 Hypothetical protein 5.617900675 L4_control_B1 +LQ00X024920 Hypothetical protein 5.362554334 L4_control_B2 +LQ00X024920 Hypothetical protein 5.224099207 L4_control_B3 +LQ00X024920 Hypothetical protein 5.905903204 L4_control_C2 +LQ00X024920 Hypothetical protein 5.967254957 L4_control_C3 +LQ00X024920 Hypothetical protein 5.734532995 L4_chemical_A1 +LQ00X024920 Hypothetical protein 5.778100993 L4_chemical_A2 +LQ00X024920 Hypothetical protein 5.765130683 L4_chemical_A3 +LQ00X024920 Hypothetical protein 5.53327093 L4_chemical_B1 +LQ00X024920 Hypothetical protein 5.222504803 L4_chemical_B2 +LQ00X024920 Hypothetical protein 5.335021795 L4_chemical_B3 +LQ00X024920 Hypothetical protein 6.075627372 L4_chemical_C2 +LQ00X024920 Hypothetical protein 5.58512412 L4_chemical_C3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.207597918 C6_control_A1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.660149092 C6_control_A3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.467193927 C6_control_B1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.686489706 C6_control_B2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.237190924 C6_control_B3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.93765923 C6_control_C1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.336906799 C6_control_C2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.808121183 C6_control_C3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.685493649 C6_chemical_A1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.401029719 C6_chemical_A3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.497950973 C6_chemical_B1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.795782665 C6_chemical_B2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.90845258 C6_chemical_B3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.524539121 C6_chemical_C1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.803166182 C6_chemical_C2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.78374862 C6_chemical_C3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.354143836 L4_control_A1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.027384706 L4_control_A2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.793088973 L4_control_A3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.872804984 L4_control_B1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.992654725 L4_control_B2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.722045493 L4_control_B3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.736365493 L4_control_C2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.767862 L4_control_C3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.564316531 L4_chemical_A1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.683692679 L4_chemical_A2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.62782042 L4_chemical_A3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.251442822 L4_chemical_B1 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.650972032 L4_chemical_B2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.88505928 L4_chemical_B3 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.391793 L4_chemical_C2 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 6.107119217 L4_chemical_C3 +LQ00X024990 Beta-amylase 7.684660482 C6_control_A1 +LQ00X024990 Beta-amylase 8.785675637 C6_control_A3 +LQ00X024990 Beta-amylase 7.019011764 C6_control_B1 +LQ00X024990 Beta-amylase 7.308381492 C6_control_B2 +LQ00X024990 Beta-amylase 6.841108049 C6_control_B3 +LQ00X024990 Beta-amylase 5.307838682 C6_control_C1 +LQ00X024990 Beta-amylase 5.211645847 C6_control_C2 +LQ00X024990 Beta-amylase 5.405664857 C6_control_C3 +LQ00X024990 Beta-amylase 8.074665646 C6_chemical_A1 +LQ00X024990 Beta-amylase 9.302225315 C6_chemical_A3 +LQ00X024990 Beta-amylase 6.582907922 C6_chemical_B1 +LQ00X024990 Beta-amylase 7.330322201 C6_chemical_B2 +LQ00X024990 Beta-amylase 6.858337358 C6_chemical_B3 +LQ00X024990 Beta-amylase 5.4324232 C6_chemical_C1 +LQ00X024990 Beta-amylase 5.505991577 C6_chemical_C2 +LQ00X024990 Beta-amylase 5.347217304 C6_chemical_C3 +LQ00X024990 Beta-amylase 10.72765343 L4_control_A1 +LQ00X024990 Beta-amylase 10.53720384 L4_control_A2 +LQ00X024990 Beta-amylase 11.98405319 L4_control_A3 +LQ00X024990 Beta-amylase 7.175876292 L4_control_B1 +LQ00X024990 Beta-amylase 8.918245493 L4_control_B2 +LQ00X024990 Beta-amylase 6.726046856 L4_control_B3 +LQ00X024990 Beta-amylase 5.765322843 L4_control_C2 +LQ00X024990 Beta-amylase 5.62806437 L4_control_C3 +LQ00X024990 Beta-amylase 9.797985512 L4_chemical_A1 +LQ00X024990 Beta-amylase 10.7614083 L4_chemical_A2 +LQ00X024990 Beta-amylase 10.87131605 L4_chemical_A3 +LQ00X024990 Beta-amylase 7.452364295 L4_chemical_B1 +LQ00X024990 Beta-amylase 8.635606338 L4_chemical_B2 +LQ00X024990 Beta-amylase 8.780693004 L4_chemical_B3 +LQ00X024990 Beta-amylase 5.636332247 L4_chemical_C2 +LQ00X024990 Beta-amylase 6.59890922 L4_chemical_C3 +LQ00X025080 Putative uncharacterized protein 6.098064229 C6_control_A1 +LQ00X025080 Putative uncharacterized protein 5.763667127 C6_control_A3 +LQ00X025080 Putative uncharacterized protein 5.727855083 C6_control_B1 +LQ00X025080 Putative uncharacterized protein 5.464417183 C6_control_B2 +LQ00X025080 Putative uncharacterized protein 5.60270217 C6_control_B3 +LQ00X025080 Putative uncharacterized protein 5.899644362 C6_control_C1 +LQ00X025080 Putative uncharacterized protein 5.638102662 C6_control_C2 +LQ00X025080 Putative uncharacterized protein 5.730255377 C6_control_C3 +LQ00X025080 Putative uncharacterized protein 5.721052735 C6_chemical_A1 +LQ00X025080 Putative uncharacterized protein 6.512602814 C6_chemical_A3 +LQ00X025080 Putative uncharacterized protein 6.495031232 C6_chemical_B1 +LQ00X025080 Putative uncharacterized protein 5.615798886 C6_chemical_B2 +LQ00X025080 Putative uncharacterized protein 6.177903895 C6_chemical_B3 +LQ00X025080 Putative uncharacterized protein 6.185095081 C6_chemical_C1 +LQ00X025080 Putative uncharacterized protein 5.846964415 C6_chemical_C2 +LQ00X025080 Putative uncharacterized protein 5.38440825 C6_chemical_C3 +LQ00X025080 Putative uncharacterized protein 7.265232986 L4_control_A1 +LQ00X025080 Putative uncharacterized protein 6.170851878 L4_control_A2 +LQ00X025080 Putative uncharacterized protein 6.616128912 L4_control_A3 +LQ00X025080 Putative uncharacterized protein 6.360776978 L4_control_B1 +LQ00X025080 Putative uncharacterized protein 5.523399502 L4_control_B2 +LQ00X025080 Putative uncharacterized protein 6.823553393 L4_control_B3 +LQ00X025080 Putative uncharacterized protein 5.705491546 L4_control_C2 +LQ00X025080 Putative uncharacterized protein 5.24700704 L4_control_C3 +LQ00X025080 Putative uncharacterized protein 6.655838169 L4_chemical_A1 +LQ00X025080 Putative uncharacterized protein 5.843603128 L4_chemical_A2 +LQ00X025080 Putative uncharacterized protein 7.348897043 L4_chemical_A3 +LQ00X025080 Putative uncharacterized protein 5.941363529 L4_chemical_B1 +LQ00X025080 Putative uncharacterized protein 6.619457085 L4_chemical_B2 +LQ00X025080 Putative uncharacterized protein 6.529890008 L4_chemical_B3 +LQ00X025080 Putative uncharacterized protein 6.058961577 L4_chemical_C2 +LQ00X025080 Putative uncharacterized protein 5.565217124 L4_chemical_C3 +LQ00X025090 Putative uncharacterized protein 12.49664193 C6_control_A1 +LQ00X025090 Putative uncharacterized protein 12.9860819 C6_control_A3 +LQ00X025090 Putative uncharacterized protein 12.59432178 C6_control_B1 +LQ00X025090 Putative uncharacterized protein 11.83473084 C6_control_B2 +LQ00X025090 Putative uncharacterized protein 12.35638928 C6_control_B3 +LQ00X025090 Putative uncharacterized protein 11.9266283 C6_control_C1 +LQ00X025090 Putative uncharacterized protein 11.96459025 C6_control_C2 +LQ00X025090 Putative uncharacterized protein 12.14855751 C6_control_C3 +LQ00X025090 Putative uncharacterized protein 12.36874084 C6_chemical_A1 +LQ00X025090 Putative uncharacterized protein 11.92623384 C6_chemical_A3 +LQ00X025090 Putative uncharacterized protein 12.47560308 C6_chemical_B1 +LQ00X025090 Putative uncharacterized protein 12.04393657 C6_chemical_B2 +LQ00X025090 Putative uncharacterized protein 12.12097739 C6_chemical_B3 +LQ00X025090 Putative uncharacterized protein 12.06706492 C6_chemical_C1 +LQ00X025090 Putative uncharacterized protein 12.12475071 C6_chemical_C2 +LQ00X025090 Putative uncharacterized protein 11.79979325 C6_chemical_C3 +LQ00X025090 Putative uncharacterized protein 12.90025614 L4_control_A1 +LQ00X025090 Putative uncharacterized protein 12.86947262 L4_control_A2 +LQ00X025090 Putative uncharacterized protein 12.74117234 L4_control_A3 +LQ00X025090 Putative uncharacterized protein 12.81230556 L4_control_B1 +LQ00X025090 Putative uncharacterized protein 11.89407447 L4_control_B2 +LQ00X025090 Putative uncharacterized protein 12.15903788 L4_control_B3 +LQ00X025090 Putative uncharacterized protein 12.76087768 L4_control_C2 +LQ00X025090 Putative uncharacterized protein 12.57282362 L4_control_C3 +LQ00X025090 Putative uncharacterized protein 13.11338696 L4_chemical_A1 +LQ00X025090 Putative uncharacterized protein 13.23597878 L4_chemical_A2 +LQ00X025090 Putative uncharacterized protein 12.79933556 L4_chemical_A3 +LQ00X025090 Putative uncharacterized protein 13.07795391 L4_chemical_B1 +LQ00X025090 Putative uncharacterized protein 13.05416259 L4_chemical_B2 +LQ00X025090 Putative uncharacterized protein 12.46611239 L4_chemical_B3 +LQ00X025090 Putative uncharacterized protein 12.85491727 L4_chemical_C2 +LQ00X025090 Putative uncharacterized protein 12.61514696 L4_chemical_C3 +LQ00X025100 Hypothetical protein 6.444903606 C6_control_A1 +LQ00X025100 Hypothetical protein 6.310094073 C6_control_A3 +LQ00X025100 Hypothetical protein 4.831693674 C6_control_B1 +LQ00X025100 Hypothetical protein 5.915490364 C6_control_B2 +LQ00X025100 Hypothetical protein 4.869169656 C6_control_B3 +LQ00X025100 Hypothetical protein 5.546259078 C6_control_C1 +LQ00X025100 Hypothetical protein 5.207109937 C6_control_C2 +LQ00X025100 Hypothetical protein 5.274600941 C6_control_C3 +LQ00X025100 Hypothetical protein 5.112202785 C6_chemical_A1 +LQ00X025100 Hypothetical protein 6.300557716 C6_chemical_A3 +LQ00X025100 Hypothetical protein 4.622680938 C6_chemical_B1 +LQ00X025100 Hypothetical protein 5.990551085 C6_chemical_B2 +LQ00X025100 Hypothetical protein 4.859024964 C6_chemical_B3 +LQ00X025100 Hypothetical protein 5.141505858 C6_chemical_C1 +LQ00X025100 Hypothetical protein 5.348799955 C6_chemical_C2 +LQ00X025100 Hypothetical protein 5.485052923 C6_chemical_C3 +LQ00X025100 Hypothetical protein 6.665860214 L4_control_A1 +LQ00X025100 Hypothetical protein 6.193647662 L4_control_A2 +LQ00X025100 Hypothetical protein 7.124034265 L4_control_A3 +LQ00X025100 Hypothetical protein 4.85819342 L4_control_B1 +LQ00X025100 Hypothetical protein 5.705273241 L4_control_B2 +LQ00X025100 Hypothetical protein 4.960216357 L4_control_B3 +LQ00X025100 Hypothetical protein 5.519598798 L4_control_C2 +LQ00X025100 Hypothetical protein 4.889274752 L4_control_C3 +LQ00X025100 Hypothetical protein 7.113035598 L4_chemical_A1 +LQ00X025100 Hypothetical protein 5.606634281 L4_chemical_A2 +LQ00X025100 Hypothetical protein 7.683707251 L4_chemical_A3 +LQ00X025100 Hypothetical protein 4.819302002 L4_chemical_B1 +LQ00X025100 Hypothetical protein 4.587704394 L4_chemical_B2 +LQ00X025100 Hypothetical protein 6.383090739 L4_chemical_B3 +LQ00X025100 Hypothetical protein 4.719812629 L4_chemical_C2 +LQ00X025100 Hypothetical protein 6.295848902 L4_chemical_C3 +LQ00X025110 Putative uncharacterized protein 11.4955327 C6_control_A1 +LQ00X025110 Putative uncharacterized protein 11.70200768 C6_control_A3 +LQ00X025110 Putative uncharacterized protein 11.79480624 C6_control_B1 +LQ00X025110 Putative uncharacterized protein 11.96476645 C6_control_B2 +LQ00X025110 Putative uncharacterized protein 11.67391329 C6_control_B3 +LQ00X025110 Putative uncharacterized protein 12.76556825 C6_control_C1 +LQ00X025110 Putative uncharacterized protein 12.71098415 C6_control_C2 +LQ00X025110 Putative uncharacterized protein 12.71096136 C6_control_C3 +LQ00X025110 Putative uncharacterized protein 11.863741 C6_chemical_A1 +LQ00X025110 Putative uncharacterized protein 11.84468571 C6_chemical_A3 +LQ00X025110 Putative uncharacterized protein 11.7621048 C6_chemical_B1 +LQ00X025110 Putative uncharacterized protein 11.91239415 C6_chemical_B2 +LQ00X025110 Putative uncharacterized protein 11.76168625 C6_chemical_B3 +LQ00X025110 Putative uncharacterized protein 12.99367406 C6_chemical_C1 +LQ00X025110 Putative uncharacterized protein 12.71793422 C6_chemical_C2 +LQ00X025110 Putative uncharacterized protein 12.80011974 C6_chemical_C3 +LQ00X025110 Putative uncharacterized protein 11.4109631 L4_control_A1 +LQ00X025110 Putative uncharacterized protein 11.31726909 L4_control_A2 +LQ00X025110 Putative uncharacterized protein 11.32650542 L4_control_A3 +LQ00X025110 Putative uncharacterized protein 12.1823252 L4_control_B1 +LQ00X025110 Putative uncharacterized protein 11.8997811 L4_control_B2 +LQ00X025110 Putative uncharacterized protein 12.10439686 L4_control_B3 +LQ00X025110 Putative uncharacterized protein 12.90352294 L4_control_C2 +LQ00X025110 Putative uncharacterized protein 12.26326274 L4_control_C3 +LQ00X025110 Putative uncharacterized protein 11.74878503 L4_chemical_A1 +LQ00X025110 Putative uncharacterized protein 11.86889933 L4_chemical_A2 +LQ00X025110 Putative uncharacterized protein 11.38014926 L4_chemical_A3 +LQ00X025110 Putative uncharacterized protein 12.16280531 L4_chemical_B1 +LQ00X025110 Putative uncharacterized protein 12.24102418 L4_chemical_B2 +LQ00X025110 Putative uncharacterized protein 11.69158765 L4_chemical_B3 +LQ00X025110 Putative uncharacterized protein 12.90878204 L4_chemical_C2 +LQ00X025110 Putative uncharacterized protein 12.35613391 L4_chemical_C3 +LQ00X025120 Predicted protein 4.747864344 C6_control_A1 +LQ00X025120 Predicted protein 5.41934583 C6_control_A3 +LQ00X025120 Predicted protein 5.605282645 C6_control_B1 +LQ00X025120 Predicted protein 5.852367606 C6_control_B2 +LQ00X025120 Predicted protein 5.471839701 C6_control_B3 +LQ00X025120 Predicted protein 5.502654022 C6_control_C1 +LQ00X025120 Predicted protein 5.891504286 C6_control_C2 +LQ00X025120 Predicted protein 5.547363004 C6_control_C3 +LQ00X025120 Predicted protein 5.134327161 C6_chemical_A1 +LQ00X025120 Predicted protein 5.647254516 C6_chemical_A3 +LQ00X025120 Predicted protein 5.281559405 C6_chemical_B1 +LQ00X025120 Predicted protein 5.287573071 C6_chemical_B2 +LQ00X025120 Predicted protein 5.339792197 C6_chemical_B3 +LQ00X025120 Predicted protein 5.076032687 C6_chemical_C1 +LQ00X025120 Predicted protein 5.703407326 C6_chemical_C2 +LQ00X025120 Predicted protein 5.750380161 C6_chemical_C3 +LQ00X025120 Predicted protein 5.603999409 L4_control_A1 +LQ00X025120 Predicted protein 5.986690261 L4_control_A2 +LQ00X025120 Predicted protein 6.264001726 L4_control_A3 +LQ00X025120 Predicted protein 5.149357953 L4_control_B1 +LQ00X025120 Predicted protein 5.444379453 L4_control_B2 +LQ00X025120 Predicted protein 5.868439865 L4_control_B3 +LQ00X025120 Predicted protein 5.372587993 L4_control_C2 +LQ00X025120 Predicted protein 5.822062183 L4_control_C3 +LQ00X025120 Predicted protein 5.400423839 L4_chemical_A1 +LQ00X025120 Predicted protein 5.566939377 L4_chemical_A2 +LQ00X025120 Predicted protein 5.175454675 L4_chemical_A3 +LQ00X025120 Predicted protein 6.230017873 L4_chemical_B1 +LQ00X025120 Predicted protein 6.224244335 L4_chemical_B2 +LQ00X025120 Predicted protein 6.070035254 L4_chemical_B3 +LQ00X025120 Predicted protein 4.584059295 L4_chemical_C2 +LQ00X025120 Predicted protein 5.073892194 L4_chemical_C3 +LQ00X025150 Putative uncharacterized protein 13.7443277 C6_control_A1 +LQ00X025150 Putative uncharacterized protein 13.77639642 C6_control_A3 +LQ00X025150 Putative uncharacterized protein 13.47993877 C6_control_B1 +LQ00X025150 Putative uncharacterized protein 14.18801598 C6_control_B2 +LQ00X025150 Putative uncharacterized protein 13.75711959 C6_control_B3 +LQ00X025150 Putative uncharacterized protein 13.99596329 C6_control_C1 +LQ00X025150 Putative uncharacterized protein 14.270687 C6_control_C2 +LQ00X025150 Putative uncharacterized protein 14.44091428 C6_control_C3 +LQ00X025150 Putative uncharacterized protein 13.82529301 C6_chemical_A1 +LQ00X025150 Putative uncharacterized protein 13.39271817 C6_chemical_A3 +LQ00X025150 Putative uncharacterized protein 13.74387686 C6_chemical_B1 +LQ00X025150 Putative uncharacterized protein 13.90824572 C6_chemical_B2 +LQ00X025150 Putative uncharacterized protein 14.18075924 C6_chemical_B3 +LQ00X025150 Putative uncharacterized protein 13.79157732 C6_chemical_C1 +LQ00X025150 Putative uncharacterized protein 14.27564735 C6_chemical_C2 +LQ00X025150 Putative uncharacterized protein 14.33574334 C6_chemical_C3 +LQ00X025150 Putative uncharacterized protein 14.5545569 L4_control_A1 +LQ00X025150 Putative uncharacterized protein 14.06485258 L4_control_A2 +LQ00X025150 Putative uncharacterized protein 14.42089646 L4_control_A3 +LQ00X025150 Putative uncharacterized protein 13.97017543 L4_control_B1 +LQ00X025150 Putative uncharacterized protein 13.9912124 L4_control_B2 +LQ00X025150 Putative uncharacterized protein 14.24774567 L4_control_B3 +LQ00X025150 Putative uncharacterized protein 14.98566937 L4_control_C2 +LQ00X025150 Putative uncharacterized protein 14.91437169 L4_control_C3 +LQ00X025150 Putative uncharacterized protein 14.32345462 L4_chemical_A1 +LQ00X025150 Putative uncharacterized protein 14.93714514 L4_chemical_A2 +LQ00X025150 Putative uncharacterized protein 14.37858998 L4_chemical_A3 +LQ00X025150 Putative uncharacterized protein 13.9500276 L4_chemical_B1 +LQ00X025150 Putative uncharacterized protein 14.39334029 L4_chemical_B2 +LQ00X025150 Putative uncharacterized protein 13.96613384 L4_chemical_B3 +LQ00X025150 Putative uncharacterized protein 14.92239197 L4_chemical_C2 +LQ00X025150 Putative uncharacterized protein 14.5587171 L4_chemical_C3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.75167306 C6_control_A1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 14.18103566 C6_control_A3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.4629569 C6_control_B1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.08262417 C6_control_B2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.46167867 C6_control_B3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 12.76175468 C6_control_C1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 12.45267553 C6_control_C2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 12.27802178 C6_control_C3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.36883697 C6_chemical_A1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.89638459 C6_chemical_A3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.20029935 C6_chemical_B1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 12.67890238 C6_chemical_B2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.24375339 C6_chemical_B3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 12.60708591 C6_chemical_C1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 12.52241723 C6_chemical_C2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 12.244965 C6_chemical_C3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.98683965 L4_control_A1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 14.19199702 L4_control_A2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.99774684 L4_control_A3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.42531632 L4_control_B1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.96491336 L4_control_B2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.2997613 L4_control_B3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.36105146 L4_control_C2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.33394521 L4_control_C3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.6678311 L4_chemical_A1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.87678932 L4_chemical_A2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.78948656 L4_chemical_A3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.48049729 L4_chemical_B1 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.5289841 L4_chemical_B2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.72125727 L4_chemical_B3 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.20944423 L4_chemical_C2 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.32125461 L4_chemical_C3 +LQ00X025170 Electron transporter, putative 13.30639782 C6_control_A1 +LQ00X025170 Electron transporter, putative 12.6609626 C6_control_A3 +LQ00X025170 Electron transporter, putative 13.52180484 C6_control_B1 +LQ00X025170 Electron transporter, putative 14.32639357 C6_control_B2 +LQ00X025170 Electron transporter, putative 13.41571548 C6_control_B3 +LQ00X025170 Electron transporter, putative 15.47129089 C6_control_C1 +LQ00X025170 Electron transporter, putative 14.88488717 C6_control_C2 +LQ00X025170 Electron transporter, putative 14.79307926 C6_control_C3 +LQ00X025170 Electron transporter, putative 13.44153608 C6_chemical_A1 +LQ00X025170 Electron transporter, putative 12.88860198 C6_chemical_A3 +LQ00X025170 Electron transporter, putative 13.84191697 C6_chemical_B1 +LQ00X025170 Electron transporter, putative 14.42130592 C6_chemical_B2 +LQ00X025170 Electron transporter, putative 13.22117686 C6_chemical_B3 +LQ00X025170 Electron transporter, putative 15.25662179 C6_chemical_C1 +LQ00X025170 Electron transporter, putative 14.95083295 C6_chemical_C2 +LQ00X025170 Electron transporter, putative 15.06809678 C6_chemical_C3 +LQ00X025170 Electron transporter, putative 12.82217548 L4_control_A1 +LQ00X025170 Electron transporter, putative 12.43223383 L4_control_A2 +LQ00X025170 Electron transporter, putative 11.80936051 L4_control_A3 +LQ00X025170 Electron transporter, putative 13.43767749 L4_control_B1 +LQ00X025170 Electron transporter, putative 13.06526877 L4_control_B2 +LQ00X025170 Electron transporter, putative 12.19648467 L4_control_B3 +LQ00X025170 Electron transporter, putative 14.74104295 L4_control_C2 +LQ00X025170 Electron transporter, putative 13.75104823 L4_control_C3 +LQ00X025170 Electron transporter, putative 12.72829244 L4_chemical_A1 +LQ00X025170 Electron transporter, putative 12.62524587 L4_chemical_A2 +LQ00X025170 Electron transporter, putative 11.75873029 L4_chemical_A3 +LQ00X025170 Electron transporter, putative 13.39291939 L4_chemical_B1 +LQ00X025170 Electron transporter, putative 12.98063548 L4_chemical_B2 +LQ00X025170 Electron transporter, putative 12.7763878 L4_chemical_B3 +LQ00X025170 Electron transporter, putative 14.08277221 L4_chemical_C2 +LQ00X025170 Electron transporter, putative 14.10144158 L4_chemical_C3 +LQ00X025180 Putative uncharacterized protein 10.13483051 C6_control_A1 +LQ00X025180 Putative uncharacterized protein 10.37596882 C6_control_A3 +LQ00X025180 Putative uncharacterized protein 9.5461894 C6_control_B1 +LQ00X025180 Putative uncharacterized protein 9.622772994 C6_control_B2 +LQ00X025180 Putative uncharacterized protein 9.538550686 C6_control_B3 +LQ00X025180 Putative uncharacterized protein 10.92496261 C6_control_C1 +LQ00X025180 Putative uncharacterized protein 10.39667516 C6_control_C2 +LQ00X025180 Putative uncharacterized protein 10.79137339 C6_control_C3 +LQ00X025180 Putative uncharacterized protein 9.585727745 C6_chemical_A1 +LQ00X025180 Putative uncharacterized protein 10.0790974 C6_chemical_A3 +LQ00X025180 Putative uncharacterized protein 9.065070215 C6_chemical_B1 +LQ00X025180 Putative uncharacterized protein 9.445083979 C6_chemical_B2 +LQ00X025180 Putative uncharacterized protein 9.311855178 C6_chemical_B3 +LQ00X025180 Putative uncharacterized protein 10.81522853 C6_chemical_C1 +LQ00X025180 Putative uncharacterized protein 10.31701751 C6_chemical_C2 +LQ00X025180 Putative uncharacterized protein 10.42005035 C6_chemical_C3 +LQ00X025180 Putative uncharacterized protein 10.4501099 L4_control_A1 +LQ00X025180 Putative uncharacterized protein 10.198162 L4_control_A2 +LQ00X025180 Putative uncharacterized protein 11.02563713 L4_control_A3 +LQ00X025180 Putative uncharacterized protein 9.537252958 L4_control_B1 +LQ00X025180 Putative uncharacterized protein 9.259252912 L4_control_B2 +LQ00X025180 Putative uncharacterized protein 8.947888312 L4_control_B3 +LQ00X025180 Putative uncharacterized protein 10.81158366 L4_control_C2 +LQ00X025180 Putative uncharacterized protein 9.780019337 L4_control_C3 +LQ00X025180 Putative uncharacterized protein 10.42929108 L4_chemical_A1 +LQ00X025180 Putative uncharacterized protein 10.41455733 L4_chemical_A2 +LQ00X025180 Putative uncharacterized protein 10.95157465 L4_chemical_A3 +LQ00X025180 Putative uncharacterized protein 9.842127438 L4_chemical_B1 +LQ00X025180 Putative uncharacterized protein 9.650663566 L4_chemical_B2 +LQ00X025180 Putative uncharacterized protein 8.952066785 L4_chemical_B3 +LQ00X025180 Putative uncharacterized protein 10.92251915 L4_chemical_C2 +LQ00X025180 Putative uncharacterized protein 10.16435461 L4_chemical_C3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 7.073308026 C6_control_A1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 5.892976072 C6_control_A3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.5811136 C6_control_B1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 13.55599996 C6_control_B2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 13.09472763 C6_control_B3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.35761881 C6_control_C1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.43194042 C6_control_C2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.66866091 C6_control_C3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 5.975468266 C6_chemical_A1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 6.833994275 C6_chemical_A3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.50840382 C6_chemical_B1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 12.62044553 C6_chemical_B2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 13.25158552 C6_chemical_B3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.07310118 C6_chemical_C1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.40710727 C6_chemical_C2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 12.12353591 C6_chemical_C3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 8.013720253 L4_control_A1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 6.883981044 L4_control_A2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 8.11823513 L4_control_A3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 13.07027987 L4_control_B1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 12.03667005 L4_control_B2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 14.21767067 L4_control_B3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.07983487 L4_control_C2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.85824385 L4_control_C3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.56464387 L4_chemical_A1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.295502437 L4_chemical_A2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.06823376 L4_chemical_A3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.53501904 L4_chemical_B1 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.93109501 L4_chemical_B2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 12.20280625 L4_chemical_B3 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.55247976 L4_chemical_C2 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.74467654 L4_chemical_C3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.891532416 C6_control_A1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.859397464 C6_control_A3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.242638167 C6_control_B1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.185808094 C6_control_B2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.14180752 C6_control_B3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.333375414 C6_control_C1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.117918529 C6_control_C2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.725560518 C6_control_C3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.915458684 C6_chemical_A1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.78750069 C6_chemical_A3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.03494911 C6_chemical_B1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.007038481 C6_chemical_B2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.261411355 C6_chemical_B3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.245607673 C6_chemical_C1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.149660663 C6_chemical_C2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.022458848 C6_chemical_C3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.697370036 L4_control_A1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.977591103 L4_control_A2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.216443731 L4_control_A3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.908393363 L4_control_B1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.075009519 L4_control_B2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.978054366 L4_control_B3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.119734422 L4_control_C2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.387327317 L4_control_C3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.965210428 L4_chemical_A1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.598975139 L4_chemical_A2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.352405581 L4_chemical_A3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.22977538 L4_chemical_B1 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.312214614 L4_chemical_B2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.13760308 L4_chemical_B3 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.644380507 L4_chemical_C2 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.982656056 L4_chemical_C3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 13.52910171 C6_control_A1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 14.06803692 C6_control_A3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 11.4377219 C6_control_B1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 8.9922419 C6_control_B2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 10.32886255 C6_control_B3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 5.05499485 C6_control_C1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 5.122306457 C6_control_C2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 4.961212409 C6_control_C3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 13.43356342 C6_chemical_A1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 14.40888553 C6_chemical_A3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 10.88695913 C6_chemical_B1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 8.981654672 C6_chemical_B2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 9.621864672 C6_chemical_B3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 5.495019966 C6_chemical_C1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 5.055907255 C6_chemical_C2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 4.840273545 C6_chemical_C3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 13.75591157 L4_control_A1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 13.51212194 L4_control_A2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 14.06657394 L4_control_A3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 10.38491933 L4_control_B1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 11.28054185 L4_control_B2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 7.83613024 L4_control_B3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 4.668422302 L4_control_C2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 5.045649937 L4_control_C3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 14.01039506 L4_chemical_A1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 13.59238253 L4_chemical_A2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 14.12253478 L4_chemical_A3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 10.50830728 L4_chemical_B1 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 11.73302344 L4_chemical_B2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 11.53797196 L4_chemical_B3 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 5.141896064 L4_chemical_C2 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 4.991114789 L4_chemical_C3 +LQ00X025390 Predicted protein 11.15529563 C6_control_A1 +LQ00X025390 Predicted protein 11.38296039 C6_control_A3 +LQ00X025390 Predicted protein 10.69170111 C6_control_B1 +LQ00X025390 Predicted protein 10.80006621 C6_control_B2 +LQ00X025390 Predicted protein 10.73038364 C6_control_B3 +LQ00X025390 Predicted protein 10.90917402 C6_control_C1 +LQ00X025390 Predicted protein 10.63692261 C6_control_C2 +LQ00X025390 Predicted protein 10.97814724 C6_control_C3 +LQ00X025390 Predicted protein 10.94807529 C6_chemical_A1 +LQ00X025390 Predicted protein 11.07882294 C6_chemical_A3 +LQ00X025390 Predicted protein 10.41907301 C6_chemical_B1 +LQ00X025390 Predicted protein 10.70592741 C6_chemical_B2 +LQ00X025390 Predicted protein 10.38582647 C6_chemical_B3 +LQ00X025390 Predicted protein 10.83661518 C6_chemical_C1 +LQ00X025390 Predicted protein 10.65838894 C6_chemical_C2 +LQ00X025390 Predicted protein 10.73816275 C6_chemical_C3 +LQ00X025390 Predicted protein 10.83963046 L4_control_A1 +LQ00X025390 Predicted protein 11.37628142 L4_control_A2 +LQ00X025390 Predicted protein 10.54802197 L4_control_A3 +LQ00X025390 Predicted protein 10.54289331 L4_control_B1 +LQ00X025390 Predicted protein 10.37240545 L4_control_B2 +LQ00X025390 Predicted protein 10.56323962 L4_control_B3 +LQ00X025390 Predicted protein 10.08916242 L4_control_C2 +LQ00X025390 Predicted protein 10.56223343 L4_control_C3 +LQ00X025390 Predicted protein 10.81318897 L4_chemical_A1 +LQ00X025390 Predicted protein 11.03958646 L4_chemical_A2 +LQ00X025390 Predicted protein 10.56622939 L4_chemical_A3 +LQ00X025390 Predicted protein 10.07030869 L4_chemical_B1 +LQ00X025390 Predicted protein 10.65196087 L4_chemical_B2 +LQ00X025390 Predicted protein 10.66000653 L4_chemical_B3 +LQ00X025390 Predicted protein 9.991237716 L4_chemical_C2 +LQ00X025390 Predicted protein 10.33627982 L4_chemical_C3 +LQ00X025400 Putative uncharacterized protein 6.054694673 C6_control_A1 +LQ00X025400 Putative uncharacterized protein 7.088711896 C6_control_A3 +LQ00X025400 Putative uncharacterized protein 6.246916537 C6_control_B1 +LQ00X025400 Putative uncharacterized protein 5.792229886 C6_control_B2 +LQ00X025400 Putative uncharacterized protein 6.099773782 C6_control_B3 +LQ00X025400 Putative uncharacterized protein 5.817271458 C6_control_C1 +LQ00X025400 Putative uncharacterized protein 6.438075611 C6_control_C2 +LQ00X025400 Putative uncharacterized protein 5.566054231 C6_control_C3 +LQ00X025400 Putative uncharacterized protein 6.04370743 C6_chemical_A1 +LQ00X025400 Putative uncharacterized protein 5.879873281 C6_chemical_A3 +LQ00X025400 Putative uncharacterized protein 5.825180416 C6_chemical_B1 +LQ00X025400 Putative uncharacterized protein 5.884116135 C6_chemical_B2 +LQ00X025400 Putative uncharacterized protein 5.572745846 C6_chemical_B3 +LQ00X025400 Putative uncharacterized protein 5.793578169 C6_chemical_C1 +LQ00X025400 Putative uncharacterized protein 6.012380054 C6_chemical_C2 +LQ00X025400 Putative uncharacterized protein 6.02666145 C6_chemical_C3 +LQ00X025400 Putative uncharacterized protein 5.844254379 L4_control_A1 +LQ00X025400 Putative uncharacterized protein 6.716145117 L4_control_A2 +LQ00X025400 Putative uncharacterized protein 6.605230241 L4_control_A3 +LQ00X025400 Putative uncharacterized protein 6.232731766 L4_control_B1 +LQ00X025400 Putative uncharacterized protein 6.276199338 L4_control_B2 +LQ00X025400 Putative uncharacterized protein 5.871678091 L4_control_B3 +LQ00X025400 Putative uncharacterized protein 5.961590801 L4_control_C2 +LQ00X025400 Putative uncharacterized protein 6.255329313 L4_control_C3 +LQ00X025400 Putative uncharacterized protein 5.554030742 L4_chemical_A1 +LQ00X025400 Putative uncharacterized protein 6.661030801 L4_chemical_A2 +LQ00X025400 Putative uncharacterized protein 6.300982522 L4_chemical_A3 +LQ00X025400 Putative uncharacterized protein 6.691284185 L4_chemical_B1 +LQ00X025400 Putative uncharacterized protein 6.697592772 L4_chemical_B2 +LQ00X025400 Putative uncharacterized protein 5.814482018 L4_chemical_B3 +LQ00X025400 Putative uncharacterized protein 5.84617254 L4_chemical_C2 +LQ00X025400 Putative uncharacterized protein 6.448717627 L4_chemical_C3 +LQ00X025420 Predicted protein (Fragment) 5.230466737 C6_control_A1 +LQ00X025420 Predicted protein (Fragment) 5.35824059 C6_control_A3 +LQ00X025420 Predicted protein (Fragment) 5.112384634 C6_control_B1 +LQ00X025420 Predicted protein (Fragment) 5.158148817 C6_control_B2 +LQ00X025420 Predicted protein (Fragment) 5.639349378 C6_control_B3 +LQ00X025420 Predicted protein (Fragment) 5.045598153 C6_control_C1 +LQ00X025420 Predicted protein (Fragment) 4.994182824 C6_control_C2 +LQ00X025420 Predicted protein (Fragment) 4.980505547 C6_control_C3 +LQ00X025420 Predicted protein (Fragment) 5.274721105 C6_chemical_A1 +LQ00X025420 Predicted protein (Fragment) 5.355584666 C6_chemical_A3 +LQ00X025420 Predicted protein (Fragment) 5.454188865 C6_chemical_B1 +LQ00X025420 Predicted protein (Fragment) 5.091017226 C6_chemical_B2 +LQ00X025420 Predicted protein (Fragment) 5.482676124 C6_chemical_B3 +LQ00X025420 Predicted protein (Fragment) 5.121206154 C6_chemical_C1 +LQ00X025420 Predicted protein (Fragment) 5.176958712 C6_chemical_C2 +LQ00X025420 Predicted protein (Fragment) 5.096337867 C6_chemical_C3 +LQ00X025420 Predicted protein (Fragment) 5.468993942 L4_control_A1 +LQ00X025420 Predicted protein (Fragment) 5.076075057 L4_control_A2 +LQ00X025420 Predicted protein (Fragment) 5.298828721 L4_control_A3 +LQ00X025420 Predicted protein (Fragment) 5.050214589 L4_control_B1 +LQ00X025420 Predicted protein (Fragment) 5.019732273 L4_control_B2 +LQ00X025420 Predicted protein (Fragment) 5.524933825 L4_control_B3 +LQ00X025420 Predicted protein (Fragment) 5.443198715 L4_control_C2 +LQ00X025420 Predicted protein (Fragment) 5.282134219 L4_control_C3 +LQ00X025420 Predicted protein (Fragment) 5.437132389 L4_chemical_A1 +LQ00X025420 Predicted protein (Fragment) 5.145408235 L4_chemical_A2 +LQ00X025420 Predicted protein (Fragment) 5.385754485 L4_chemical_A3 +LQ00X025420 Predicted protein (Fragment) 5.028323615 L4_chemical_B1 +LQ00X025420 Predicted protein (Fragment) 5.152375493 L4_chemical_B2 +LQ00X025420 Predicted protein (Fragment) 5.348179257 L4_chemical_B3 +LQ00X025420 Predicted protein (Fragment) 5.665586806 L4_chemical_C2 +LQ00X025420 Predicted protein (Fragment) 6.168624907 L4_chemical_C3 +LQ00X025440 Hypothetical protein 7.758552531 C6_control_A1 +LQ00X025440 Hypothetical protein 7.179820704 C6_control_A3 +LQ00X025440 Hypothetical protein 7.369797079 C6_control_B1 +LQ00X025440 Hypothetical protein 6.779497905 C6_control_B2 +LQ00X025440 Hypothetical protein 6.302598932 C6_control_B3 +LQ00X025440 Hypothetical protein 6.428549363 C6_control_C1 +LQ00X025440 Hypothetical protein 5.255506758 C6_control_C2 +LQ00X025440 Hypothetical protein 5.874893697 C6_control_C3 +LQ00X025440 Hypothetical protein 7.554856627 C6_chemical_A1 +LQ00X025440 Hypothetical protein 7.86524393 C6_chemical_A3 +LQ00X025440 Hypothetical protein 6.464684391 C6_chemical_B1 +LQ00X025440 Hypothetical protein 6.455456895 C6_chemical_B2 +LQ00X025440 Hypothetical protein 7.150783667 C6_chemical_B3 +LQ00X025440 Hypothetical protein 6.27497574 C6_chemical_C1 +LQ00X025440 Hypothetical protein 5.284608246 C6_chemical_C2 +LQ00X025440 Hypothetical protein 5.64648448 C6_chemical_C3 +LQ00X025440 Hypothetical protein 8.532397025 L4_control_A1 +LQ00X025440 Hypothetical protein 7.239658406 L4_control_A2 +LQ00X025440 Hypothetical protein 6.970762798 L4_control_A3 +LQ00X025440 Hypothetical protein 6.429891429 L4_control_B1 +LQ00X025440 Hypothetical protein 6.545278738 L4_control_B2 +LQ00X025440 Hypothetical protein 6.752600576 L4_control_B3 +LQ00X025440 Hypothetical protein 7.168833058 L4_control_C2 +LQ00X025440 Hypothetical protein 6.213348301 L4_control_C3 +LQ00X025440 Hypothetical protein 8.692615906 L4_chemical_A1 +LQ00X025440 Hypothetical protein 7.607886394 L4_chemical_A2 +LQ00X025440 Hypothetical protein 7.422724572 L4_chemical_A3 +LQ00X025440 Hypothetical protein 6.783019081 L4_chemical_B1 +LQ00X025440 Hypothetical protein 6.80361492 L4_chemical_B2 +LQ00X025440 Hypothetical protein 7.477000426 L4_chemical_B3 +LQ00X025440 Hypothetical protein 6.755072431 L4_chemical_C2 +LQ00X025440 Hypothetical protein 7.306371396 L4_chemical_C3 +LQ00X025490 Probable mannitol dehydrogenase 10.00684823 C6_control_A1 +LQ00X025490 Probable mannitol dehydrogenase 9.084571907 C6_control_A3 +LQ00X025490 Probable mannitol dehydrogenase 11.14142403 C6_control_B1 +LQ00X025490 Probable mannitol dehydrogenase 11.47113485 C6_control_B2 +LQ00X025490 Probable mannitol dehydrogenase 11.20467561 C6_control_B3 +LQ00X025490 Probable mannitol dehydrogenase 10.83014618 C6_control_C1 +LQ00X025490 Probable mannitol dehydrogenase 10.58618419 C6_control_C2 +LQ00X025490 Probable mannitol dehydrogenase 10.0325843 C6_control_C3 +LQ00X025490 Probable mannitol dehydrogenase 10.27984162 C6_chemical_A1 +LQ00X025490 Probable mannitol dehydrogenase 9.445534072 C6_chemical_A3 +LQ00X025490 Probable mannitol dehydrogenase 11.54546253 C6_chemical_B1 +LQ00X025490 Probable mannitol dehydrogenase 11.22891666 C6_chemical_B2 +LQ00X025490 Probable mannitol dehydrogenase 10.93553187 C6_chemical_B3 +LQ00X025490 Probable mannitol dehydrogenase 11.00671917 C6_chemical_C1 +LQ00X025490 Probable mannitol dehydrogenase 10.51778456 C6_chemical_C2 +LQ00X025490 Probable mannitol dehydrogenase 9.538827742 C6_chemical_C3 +LQ00X025490 Probable mannitol dehydrogenase 7.895967175 L4_control_A1 +LQ00X025490 Probable mannitol dehydrogenase 9.113879664 L4_control_A2 +LQ00X025490 Probable mannitol dehydrogenase 7.790254586 L4_control_A3 +LQ00X025490 Probable mannitol dehydrogenase 10.92100684 L4_control_B1 +LQ00X025490 Probable mannitol dehydrogenase 10.71988002 L4_control_B2 +LQ00X025490 Probable mannitol dehydrogenase 10.71314021 L4_control_B3 +LQ00X025490 Probable mannitol dehydrogenase 10.08168127 L4_control_C2 +LQ00X025490 Probable mannitol dehydrogenase 9.893379442 L4_control_C3 +LQ00X025490 Probable mannitol dehydrogenase 7.443586945 L4_chemical_A1 +LQ00X025490 Probable mannitol dehydrogenase 9.081707923 L4_chemical_A2 +LQ00X025490 Probable mannitol dehydrogenase 7.387201924 L4_chemical_A3 +LQ00X025490 Probable mannitol dehydrogenase 10.18783691 L4_chemical_B1 +LQ00X025490 Probable mannitol dehydrogenase 10.60944327 L4_chemical_B2 +LQ00X025490 Probable mannitol dehydrogenase 9.55973118 L4_chemical_B3 +LQ00X025490 Probable mannitol dehydrogenase 10.26315421 L4_chemical_C2 +LQ00X025490 Probable mannitol dehydrogenase 9.805663001 L4_chemical_C3 +LQ00X025590 Putative RNA-binding protein 38 12.90820927 C6_control_A1 +LQ00X025590 Putative RNA-binding protein 38 12.53187967 C6_control_A3 +LQ00X025590 Putative RNA-binding protein 38 12.60827103 C6_control_B1 +LQ00X025590 Putative RNA-binding protein 38 13.2124181 C6_control_B2 +LQ00X025590 Putative RNA-binding protein 38 12.90878381 C6_control_B3 +LQ00X025590 Putative RNA-binding protein 38 12.15751871 C6_control_C1 +LQ00X025590 Putative RNA-binding protein 38 11.72986466 C6_control_C2 +LQ00X025590 Putative RNA-binding protein 38 12.30903225 C6_control_C3 +LQ00X025590 Putative RNA-binding protein 38 12.59509395 C6_chemical_A1 +LQ00X025590 Putative RNA-binding protein 38 12.69513173 C6_chemical_A3 +LQ00X025590 Putative RNA-binding protein 38 12.03353302 C6_chemical_B1 +LQ00X025590 Putative RNA-binding protein 38 12.77407753 C6_chemical_B2 +LQ00X025590 Putative RNA-binding protein 38 12.40767449 C6_chemical_B3 +LQ00X025590 Putative RNA-binding protein 38 12.10093732 C6_chemical_C1 +LQ00X025590 Putative RNA-binding protein 38 11.43756131 C6_chemical_C2 +LQ00X025590 Putative RNA-binding protein 38 11.80012171 C6_chemical_C3 +LQ00X025590 Putative RNA-binding protein 38 13.50735248 L4_control_A1 +LQ00X025590 Putative RNA-binding protein 38 13.42260132 L4_control_A2 +LQ00X025590 Putative RNA-binding protein 38 12.96169787 L4_control_A3 +LQ00X025590 Putative RNA-binding protein 38 12.99847332 L4_control_B1 +LQ00X025590 Putative RNA-binding protein 38 12.70441529 L4_control_B2 +LQ00X025590 Putative RNA-binding protein 38 12.98982617 L4_control_B3 +LQ00X025590 Putative RNA-binding protein 38 11.36133208 L4_control_C2 +LQ00X025590 Putative RNA-binding protein 38 11.79215711 L4_control_C3 +LQ00X025590 Putative RNA-binding protein 38 13.11652651 L4_chemical_A1 +LQ00X025590 Putative RNA-binding protein 38 13.27655005 L4_chemical_A2 +LQ00X025590 Putative RNA-binding protein 38 13.07449358 L4_chemical_A3 +LQ00X025590 Putative RNA-binding protein 38 12.80342575 L4_chemical_B1 +LQ00X025590 Putative RNA-binding protein 38 12.67726643 L4_chemical_B2 +LQ00X025590 Putative RNA-binding protein 38 13.21083605 L4_chemical_B3 +LQ00X025590 Putative RNA-binding protein 38 11.54702316 L4_chemical_C2 +LQ00X025590 Putative RNA-binding protein 38 11.78328921 L4_chemical_C3 +LQ00X025710 Hypothetical protein 5.151243218 C6_control_A1 +LQ00X025710 Hypothetical protein 5.171765123 C6_control_A3 +LQ00X025710 Hypothetical protein 5.776467144 C6_control_B1 +LQ00X025710 Hypothetical protein 5.916410366 C6_control_B2 +LQ00X025710 Hypothetical protein 5.600717568 C6_control_B3 +LQ00X025710 Hypothetical protein 5.529763652 C6_control_C1 +LQ00X025710 Hypothetical protein 5.618567695 C6_control_C2 +LQ00X025710 Hypothetical protein 5.735334853 C6_control_C3 +LQ00X025710 Hypothetical protein 5.413162145 C6_chemical_A1 +LQ00X025710 Hypothetical protein 5.175117897 C6_chemical_A3 +LQ00X025710 Hypothetical protein 5.256853276 C6_chemical_B1 +LQ00X025710 Hypothetical protein 6.123899475 C6_chemical_B2 +LQ00X025710 Hypothetical protein 5.591123099 C6_chemical_B3 +LQ00X025710 Hypothetical protein 5.294941479 C6_chemical_C1 +LQ00X025710 Hypothetical protein 6.080182236 C6_chemical_C2 +LQ00X025710 Hypothetical protein 6.026867431 C6_chemical_C3 +LQ00X025710 Hypothetical protein 5.150356533 L4_control_A1 +LQ00X025710 Hypothetical protein 5.207176795 L4_control_A2 +LQ00X025710 Hypothetical protein 5.717602204 L4_control_A3 +LQ00X025710 Hypothetical protein 5.289568183 L4_control_B1 +LQ00X025710 Hypothetical protein 5.257054003 L4_control_B2 +LQ00X025710 Hypothetical protein 5.239529879 L4_control_B3 +LQ00X025710 Hypothetical protein 5.705005534 L4_control_C2 +LQ00X025710 Hypothetical protein 5.198431378 L4_control_C3 +LQ00X025710 Hypothetical protein 5.494965511 L4_chemical_A1 +LQ00X025710 Hypothetical protein 5.56280132 L4_chemical_A2 +LQ00X025710 Hypothetical protein 5.507942649 L4_chemical_A3 +LQ00X025710 Hypothetical protein 5.092140842 L4_chemical_B1 +LQ00X025710 Hypothetical protein 5.277938723 L4_chemical_B2 +LQ00X025710 Hypothetical protein 5.449443622 L4_chemical_B3 +LQ00X025710 Hypothetical protein 5.858994214 L4_chemical_C2 +LQ00X025710 Hypothetical protein 5.275518622 L4_chemical_C3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.038354203 C6_control_A1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.507184889 C6_control_A3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.505569169 C6_control_B1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.556032436 C6_control_B2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 9.138159166 C6_control_B3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.429073722 C6_control_C1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.863124595 C6_control_C2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.205116464 C6_control_C3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.743030116 C6_chemical_A1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.555428506 C6_chemical_A3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.895768368 C6_chemical_B1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.630703653 C6_chemical_B2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.438757943 C6_chemical_B3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.1398314 C6_chemical_C1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.460271924 C6_chemical_C2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.538219921 C6_chemical_C3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.051154603 L4_control_A1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.317896747 L4_control_A2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.643071423 L4_control_A3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.594255138 L4_control_B1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.873561872 L4_control_B2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.349894551 L4_control_B3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 6.569729575 L4_control_C2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.400234702 L4_control_C3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.278441657 L4_chemical_A1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.163482826 L4_chemical_A2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.559540162 L4_chemical_A3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.332239182 L4_chemical_B1 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.655794041 L4_chemical_B2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 8.299569483 L4_chemical_B3 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 6.596039783 L4_chemical_C2 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.557390285 L4_chemical_C3 +LQ00X025830 Exocyst complex component 5 11.80464552 C6_control_A1 +LQ00X025830 Exocyst complex component 5 12.10732657 C6_control_A3 +LQ00X025830 Exocyst complex component 5 11.90881946 C6_control_B1 +LQ00X025830 Exocyst complex component 5 12.33089495 C6_control_B2 +LQ00X025830 Exocyst complex component 5 11.89939414 C6_control_B3 +LQ00X025830 Exocyst complex component 5 12.57940973 C6_control_C1 +LQ00X025830 Exocyst complex component 5 12.55276883 C6_control_C2 +LQ00X025830 Exocyst complex component 5 12.66814918 C6_control_C3 +LQ00X025830 Exocyst complex component 5 11.76960687 C6_chemical_A1 +LQ00X025830 Exocyst complex component 5 11.99016245 C6_chemical_A3 +LQ00X025830 Exocyst complex component 5 11.72253776 C6_chemical_B1 +LQ00X025830 Exocyst complex component 5 12.22119031 C6_chemical_B2 +LQ00X025830 Exocyst complex component 5 11.6401765 C6_chemical_B3 +LQ00X025830 Exocyst complex component 5 12.55968173 C6_chemical_C1 +LQ00X025830 Exocyst complex component 5 12.59598518 C6_chemical_C2 +LQ00X025830 Exocyst complex component 5 12.79712766 C6_chemical_C3 +LQ00X025830 Exocyst complex component 5 12.30690377 L4_control_A1 +LQ00X025830 Exocyst complex component 5 11.20147171 L4_control_A2 +LQ00X025830 Exocyst complex component 5 11.48731686 L4_control_A3 +LQ00X025830 Exocyst complex component 5 11.64296527 L4_control_B1 +LQ00X025830 Exocyst complex component 5 11.76442357 L4_control_B2 +LQ00X025830 Exocyst complex component 5 12.00731726 L4_control_B3 +LQ00X025830 Exocyst complex component 5 11.96220629 L4_control_C2 +LQ00X025830 Exocyst complex component 5 11.4684102 L4_control_C3 +LQ00X025830 Exocyst complex component 5 12.23177398 L4_chemical_A1 +LQ00X025830 Exocyst complex component 5 11.158726 L4_chemical_A2 +LQ00X025830 Exocyst complex component 5 11.61236802 L4_chemical_A3 +LQ00X025830 Exocyst complex component 5 11.63700256 L4_chemical_B1 +LQ00X025830 Exocyst complex component 5 11.65604363 L4_chemical_B2 +LQ00X025830 Exocyst complex component 5 11.85995386 L4_chemical_B3 +LQ00X025830 Exocyst complex component 5 11.91237198 L4_chemical_C2 +LQ00X025830 Exocyst complex component 5 11.48050029 L4_chemical_C3 +LQ00X025880 Putative uncharacterized protein 14.77433937 C6_control_A1 +LQ00X025880 Putative uncharacterized protein 14.54929103 C6_control_A3 +LQ00X025880 Putative uncharacterized protein 14.54110991 C6_control_B1 +LQ00X025880 Putative uncharacterized protein 14.14380781 C6_control_B2 +LQ00X025880 Putative uncharacterized protein 13.81899988 C6_control_B3 +LQ00X025880 Putative uncharacterized protein 13.43870667 C6_control_C1 +LQ00X025880 Putative uncharacterized protein 13.36339579 C6_control_C2 +LQ00X025880 Putative uncharacterized protein 13.22913662 C6_control_C3 +LQ00X025880 Putative uncharacterized protein 14.96288383 C6_chemical_A1 +LQ00X025880 Putative uncharacterized protein 14.56188209 C6_chemical_A3 +LQ00X025880 Putative uncharacterized protein 14.0084664 C6_chemical_B1 +LQ00X025880 Putative uncharacterized protein 13.88514218 C6_chemical_B2 +LQ00X025880 Putative uncharacterized protein 14.21395727 C6_chemical_B3 +LQ00X025880 Putative uncharacterized protein 13.87235831 C6_chemical_C1 +LQ00X025880 Putative uncharacterized protein 13.09445449 C6_chemical_C2 +LQ00X025880 Putative uncharacterized protein 12.7181852 C6_chemical_C3 +LQ00X025880 Putative uncharacterized protein 13.9631331 L4_control_A1 +LQ00X025880 Putative uncharacterized protein 13.44955582 L4_control_A2 +LQ00X025880 Putative uncharacterized protein 12.76318386 L4_control_A3 +LQ00X025880 Putative uncharacterized protein 11.63845035 L4_control_B1 +LQ00X025880 Putative uncharacterized protein 13.55560508 L4_control_B2 +LQ00X025880 Putative uncharacterized protein 11.43422587 L4_control_B3 +LQ00X025880 Putative uncharacterized protein 12.62410319 L4_control_C2 +LQ00X025880 Putative uncharacterized protein 11.6561799 L4_control_C3 +LQ00X025880 Putative uncharacterized protein 13.06569727 L4_chemical_A1 +LQ00X025880 Putative uncharacterized protein 13.53951021 L4_chemical_A2 +LQ00X025880 Putative uncharacterized protein 13.17644159 L4_chemical_A3 +LQ00X025880 Putative uncharacterized protein 13.98783696 L4_chemical_B1 +LQ00X025880 Putative uncharacterized protein 13.09383328 L4_chemical_B2 +LQ00X025880 Putative uncharacterized protein 12.7529503 L4_chemical_B3 +LQ00X025880 Putative uncharacterized protein 11.84469296 L4_chemical_C2 +LQ00X025880 Putative uncharacterized protein 11.48785471 L4_chemical_C3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.847962096 C6_control_A1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.847317919 C6_control_A3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 5.092584078 C6_control_B1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.697859614 C6_control_B2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.698526039 C6_control_B3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 5.143727036 C6_control_C1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.478646949 C6_control_C2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.978825423 C6_control_C3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.614067094 C6_chemical_A1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.926246426 C6_chemical_A3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.738971074 C6_chemical_B1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.647834493 C6_chemical_B2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.620767327 C6_chemical_B3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.663004371 C6_chemical_C1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.577805441 C6_chemical_C2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.746443361 C6_chemical_C3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.784162083 L4_control_A1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.84350939 L4_control_A2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 5.019146059 L4_control_A3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.930926919 L4_control_B1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.94915636 L4_control_B2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.976485527 L4_control_B3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 5.693845881 L4_control_C2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.873004617 L4_control_C3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.95309331 L4_chemical_A1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.675080374 L4_chemical_A2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.7461767 L4_chemical_A3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.81828988 L4_chemical_B1 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 5.536322305 L4_chemical_B2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.698023551 L4_chemical_B3 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 5.240062169 L4_chemical_C2 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.977682285 L4_chemical_C3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.512309281 C6_control_A1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.195088027 C6_control_A3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.142012797 C6_control_B1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.665974006 C6_control_B2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.280990801 C6_control_B3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.721446565 C6_control_C1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.391517649 C6_control_C2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.478016472 C6_control_C3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.329324672 C6_chemical_A1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.428966483 C6_chemical_A3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.393732336 C6_chemical_B1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.455152384 C6_chemical_B2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.13583796 C6_chemical_B3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.262724989 C6_chemical_C1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.738814775 C6_chemical_C2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.347044902 C6_chemical_C3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.614788181 L4_control_A1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.656197658 L4_control_A2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.512421961 L4_control_A3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.467739983 L4_control_B1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.170306177 L4_control_B2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.222972602 L4_control_B3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.328215898 L4_control_C2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.717859633 L4_control_C3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.718618701 L4_chemical_A1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.353880631 L4_chemical_A2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.309010239 L4_chemical_A3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.539793613 L4_chemical_B1 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.284125704 L4_chemical_B2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.556027047 L4_chemical_B3 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.124889386 L4_chemical_C2 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 6.315624329 L4_chemical_C3 +LQ00X026090 F-box only protein 6 11.41219752 C6_control_A1 +LQ00X026090 F-box only protein 6 11.6533001 C6_control_A3 +LQ00X026090 F-box only protein 6 11.12621288 C6_control_B1 +LQ00X026090 F-box only protein 6 10.94871844 C6_control_B2 +LQ00X026090 F-box only protein 6 10.9298012 C6_control_B3 +LQ00X026090 F-box only protein 6 11.24349075 C6_control_C1 +LQ00X026090 F-box only protein 6 10.63873399 C6_control_C2 +LQ00X026090 F-box only protein 6 10.97340054 C6_control_C3 +LQ00X026090 F-box only protein 6 11.82036214 C6_chemical_A1 +LQ00X026090 F-box only protein 6 11.8450292 C6_chemical_A3 +LQ00X026090 F-box only protein 6 11.23061581 C6_chemical_B1 +LQ00X026090 F-box only protein 6 11.10917819 C6_chemical_B2 +LQ00X026090 F-box only protein 6 11.15995471 C6_chemical_B3 +LQ00X026090 F-box only protein 6 11.38598689 C6_chemical_C1 +LQ00X026090 F-box only protein 6 10.83298033 C6_chemical_C2 +LQ00X026090 F-box only protein 6 10.94898554 C6_chemical_C3 +LQ00X026090 F-box only protein 6 11.20598197 L4_control_A1 +LQ00X026090 F-box only protein 6 11.14772693 L4_control_A2 +LQ00X026090 F-box only protein 6 11.95318294 L4_control_A3 +LQ00X026090 F-box only protein 6 10.40814296 L4_control_B1 +LQ00X026090 F-box only protein 6 11.09003103 L4_control_B2 +LQ00X026090 F-box only protein 6 11.09626046 L4_control_B3 +LQ00X026090 F-box only protein 6 10.94441946 L4_control_C2 +LQ00X026090 F-box only protein 6 10.91348598 L4_control_C3 +LQ00X026090 F-box only protein 6 11.71392587 L4_chemical_A1 +LQ00X026090 F-box only protein 6 12.04257958 L4_chemical_A2 +LQ00X026090 F-box only protein 6 11.95468155 L4_chemical_A3 +LQ00X026090 F-box only protein 6 10.82904833 L4_chemical_B1 +LQ00X026090 F-box only protein 6 11.29808118 L4_chemical_B2 +LQ00X026090 F-box only protein 6 10.6301795 L4_chemical_B3 +LQ00X026090 F-box only protein 6 11.09311375 L4_chemical_C2 +LQ00X026090 F-box only protein 6 10.97322963 L4_chemical_C3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.44400477 C6_control_A1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.17744667 C6_control_A3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.52641851 C6_control_B1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.32375675 C6_control_B2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.4251787 C6_control_B3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.36305556 C6_control_C1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 14.78446248 C6_control_C2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.14442285 C6_control_C3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.69223214 C6_chemical_A1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.1713362 C6_chemical_A3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.44590078 C6_chemical_B1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.59851448 C6_chemical_B2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.51513723 C6_chemical_B3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.32271381 C6_chemical_C1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.15551397 C6_chemical_C2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 14.85342631 C6_chemical_C3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.12780901 L4_control_A1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 14.90427022 L4_control_A2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 14.857749 L4_control_A3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.36120121 L4_control_B1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 14.83195081 L4_control_B2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 14.96878317 L4_control_B3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.33911866 L4_control_C2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.34776211 L4_control_C3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.45406847 L4_chemical_A1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.11324617 L4_chemical_A2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.00200378 L4_chemical_A3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.4733766 L4_chemical_B1 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.51046638 L4_chemical_B2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.17909226 L4_chemical_B3 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.38017913 L4_chemical_C2 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.29016968 L4_chemical_C3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.880900838 C6_control_A1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.718572521 C6_control_A3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.489503279 C6_control_B1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.273474556 C6_control_B2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.831595209 C6_control_B3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.23059009 C6_control_C1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.81734911 C6_control_C2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.953486006 C6_control_C3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.835384513 C6_chemical_A1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.741738985 C6_chemical_A3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.818774019 C6_chemical_B1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.917633306 C6_chemical_B2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.953819038 C6_chemical_B3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.026955109 C6_chemical_C1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 6.021189612 C6_chemical_C2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.938255574 C6_chemical_C3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.833856245 L4_control_A1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.64999215 L4_control_A2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.360947111 L4_control_A3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.936715201 L4_control_B1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.055417514 L4_control_B2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.005409969 L4_control_B3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.128109666 L4_control_C2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.049006104 L4_control_C3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.831755061 L4_chemical_A1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.808712904 L4_chemical_A2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.324782854 L4_chemical_A3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.147306165 L4_chemical_B1 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.588688631 L4_chemical_B2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.60646745 L4_chemical_B3 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.32849265 L4_chemical_C2 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 5.244909516 L4_chemical_C3 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.385586255 C6_control_A1 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.900701589 C6_control_A3 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.697239375 C6_control_B1 +LQ00X026190 Putative Flavonol sulfotransferase-like 5.852480847 C6_control_B2 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.533136162 C6_control_B3 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.338983401 C6_control_C1 +LQ00X026190 Putative Flavonol sulfotransferase-like 5.817276441 C6_control_C2 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.816475691 C6_control_C3 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.931497464 C6_chemical_A1 +LQ00X026190 Putative Flavonol sulfotransferase-like 6.446710224 C6_chemical_A3 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.779885499 C6_chemical_B1 +LQ00X026190 Putative Flavonol sulfotransferase-like 6.120321658 C6_chemical_B2 +LQ00X026190 Putative Flavonol sulfotransferase-like 8.596112095 C6_chemical_B3 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.28916169 C6_chemical_C1 +LQ00X026190 Putative Flavonol sulfotransferase-like 6.054866923 C6_chemical_C2 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.709473429 C6_chemical_C3 +LQ00X026190 Putative Flavonol sulfotransferase-like 8.883090964 L4_control_A1 +LQ00X026190 Putative Flavonol sulfotransferase-like 9.147768534 L4_control_A2 +LQ00X026190 Putative Flavonol sulfotransferase-like 9.016838343 L4_control_A3 +LQ00X026190 Putative Flavonol sulfotransferase-like 10.71803659 L4_control_B1 +LQ00X026190 Putative Flavonol sulfotransferase-like 8.988344624 L4_control_B2 +LQ00X026190 Putative Flavonol sulfotransferase-like 6.740731291 L4_control_B3 +LQ00X026190 Putative Flavonol sulfotransferase-like 9.831180264 L4_control_C2 +LQ00X026190 Putative Flavonol sulfotransferase-like 9.909878553 L4_control_C3 +LQ00X026190 Putative Flavonol sulfotransferase-like 8.667723786 L4_chemical_A1 +LQ00X026190 Putative Flavonol sulfotransferase-like 9.207618257 L4_chemical_A2 +LQ00X026190 Putative Flavonol sulfotransferase-like 10.32440778 L4_chemical_A3 +LQ00X026190 Putative Flavonol sulfotransferase-like 8.698430501 L4_chemical_B1 +LQ00X026190 Putative Flavonol sulfotransferase-like 9.107730923 L4_chemical_B2 +LQ00X026190 Putative Flavonol sulfotransferase-like 6.765269256 L4_chemical_B3 +LQ00X026190 Putative Flavonol sulfotransferase-like 10.40308602 L4_chemical_C2 +LQ00X026190 Putative Flavonol sulfotransferase-like 9.411268966 L4_chemical_C3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.388329027 C6_control_A1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.410755898 C6_control_A3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.551068143 C6_control_B1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.498944931 C6_control_B2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.096103867 C6_control_B3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 4.952837421 C6_control_C1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.004453053 C6_control_C2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.164890249 C6_control_C3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.357711227 C6_chemical_A1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.634736178 C6_chemical_A3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.31907974 C6_chemical_B1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.335766336 C6_chemical_B2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 4.776868443 C6_chemical_B3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 4.955067801 C6_chemical_C1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.033323686 C6_chemical_C2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.153869728 C6_chemical_C3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.275017006 L4_control_A1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.626809452 L4_control_A2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 6.19004097 L4_control_A3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.716180328 L4_control_B1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.665056583 L4_control_B2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.56967883 L4_control_B3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 6.318051379 L4_control_C2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.673074319 L4_control_C3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.028273297 L4_chemical_A1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.555233803 L4_chemical_A2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 6.483131486 L4_chemical_A3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.193874197 L4_chemical_B1 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.931611425 L4_chemical_B2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.336422173 L4_chemical_B3 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.327388004 L4_chemical_C2 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 4.948374817 L4_chemical_C3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.497617079 C6_control_A1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.425466163 C6_control_A3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.308677419 C6_control_B1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 5.929814162 C6_control_B2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.072195339 C6_control_B3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 5.454553178 C6_control_C1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.666956367 C6_control_C2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 5.863174458 C6_control_C3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.230820805 C6_chemical_A1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.205892213 C6_chemical_A3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.551074416 C6_chemical_B1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 5.973025087 C6_chemical_B2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.12571175 C6_chemical_B3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.145470181 C6_chemical_C1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.053835373 C6_chemical_C2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.020417576 C6_chemical_C3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 5.864073424 L4_control_A1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.241510904 L4_control_A2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.698497266 L4_control_A3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.515269653 L4_control_B1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.445888856 L4_control_B2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.006290666 L4_control_B3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.18138648 L4_control_C2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 5.727928998 L4_control_C3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.318269706 L4_chemical_A1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.118518658 L4_chemical_A2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 5.841806474 L4_chemical_A3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.493319954 L4_chemical_B1 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.460253988 L4_chemical_B2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.222075669 L4_chemical_B3 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.967102181 L4_chemical_C2 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.611729195 L4_chemical_C3 +LQ00X026330 Putative uncharacterized protein 9.60207354 C6_control_A1 +LQ00X026330 Putative uncharacterized protein 10.36305778 C6_control_A3 +LQ00X026330 Putative uncharacterized protein 6.760450459 C6_control_B1 +LQ00X026330 Putative uncharacterized protein 9.101633107 C6_control_B2 +LQ00X026330 Putative uncharacterized protein 8.306966075 C6_control_B3 +LQ00X026330 Putative uncharacterized protein 9.797145316 C6_control_C1 +LQ00X026330 Putative uncharacterized protein 9.774567136 C6_control_C2 +LQ00X026330 Putative uncharacterized protein 10.47234165 C6_control_C3 +LQ00X026330 Putative uncharacterized protein 9.059278598 C6_chemical_A1 +LQ00X026330 Putative uncharacterized protein 10.0519906 C6_chemical_A3 +LQ00X026330 Putative uncharacterized protein 5.733701614 C6_chemical_B1 +LQ00X026330 Putative uncharacterized protein 8.584816793 C6_chemical_B2 +LQ00X026330 Putative uncharacterized protein 7.475600322 C6_chemical_B3 +LQ00X026330 Putative uncharacterized protein 9.44574337 C6_chemical_C1 +LQ00X026330 Putative uncharacterized protein 9.706855264 C6_chemical_C2 +LQ00X026330 Putative uncharacterized protein 9.748690632 C6_chemical_C3 +LQ00X026330 Putative uncharacterized protein 11.03603563 L4_control_A1 +LQ00X026330 Putative uncharacterized protein 10.41281713 L4_control_A2 +LQ00X026330 Putative uncharacterized protein 11.79946285 L4_control_A3 +LQ00X026330 Putative uncharacterized protein 8.753675085 L4_control_B1 +LQ00X026330 Putative uncharacterized protein 7.796909168 L4_control_B2 +LQ00X026330 Putative uncharacterized protein 9.127539672 L4_control_B3 +LQ00X026330 Putative uncharacterized protein 8.770232518 L4_control_C2 +LQ00X026330 Putative uncharacterized protein 8.285115467 L4_control_C3 +LQ00X026330 Putative uncharacterized protein 10.72634153 L4_chemical_A1 +LQ00X026330 Putative uncharacterized protein 10.05277166 L4_chemical_A2 +LQ00X026330 Putative uncharacterized protein 11.59448876 L4_chemical_A3 +LQ00X026330 Putative uncharacterized protein 7.869083665 L4_chemical_B1 +LQ00X026330 Putative uncharacterized protein 8.486398962 L4_chemical_B2 +LQ00X026330 Putative uncharacterized protein 8.727007892 L4_chemical_B3 +LQ00X026330 Putative uncharacterized protein 8.790735518 L4_chemical_C2 +LQ00X026330 Putative uncharacterized protein 8.616225534 L4_chemical_C3 +LQ00X026350 Predicted protein 6.846381985 C6_control_A1 +LQ00X026350 Predicted protein 7.066822142 C6_control_A3 +LQ00X026350 Predicted protein 6.714946832 C6_control_B1 +LQ00X026350 Predicted protein 6.703661017 C6_control_B2 +LQ00X026350 Predicted protein 6.477164553 C6_control_B3 +LQ00X026350 Predicted protein 7.204168462 C6_control_C1 +LQ00X026350 Predicted protein 6.394487163 C6_control_C2 +LQ00X026350 Predicted protein 6.476115339 C6_control_C3 +LQ00X026350 Predicted protein 6.686855059 C6_chemical_A1 +LQ00X026350 Predicted protein 6.737495321 C6_chemical_A3 +LQ00X026350 Predicted protein 6.775965051 C6_chemical_B1 +LQ00X026350 Predicted protein 6.655196989 C6_chemical_B2 +LQ00X026350 Predicted protein 6.534320724 C6_chemical_B3 +LQ00X026350 Predicted protein 7.021484097 C6_chemical_C1 +LQ00X026350 Predicted protein 6.790283705 C6_chemical_C2 +LQ00X026350 Predicted protein 6.358135002 C6_chemical_C3 +LQ00X026350 Predicted protein 6.838270429 L4_control_A1 +LQ00X026350 Predicted protein 6.778708864 L4_control_A2 +LQ00X026350 Predicted protein 6.226447946 L4_control_A3 +LQ00X026350 Predicted protein 6.214119387 L4_control_B1 +LQ00X026350 Predicted protein 7.174920087 L4_control_B2 +LQ00X026350 Predicted protein 6.383798116 L4_control_B3 +LQ00X026350 Predicted protein 6.879006858 L4_control_C2 +LQ00X026350 Predicted protein 5.922458782 L4_control_C3 +LQ00X026350 Predicted protein 6.723055259 L4_chemical_A1 +LQ00X026350 Predicted protein 6.639154069 L4_chemical_A2 +LQ00X026350 Predicted protein 6.883419816 L4_chemical_A3 +LQ00X026350 Predicted protein 6.740093996 L4_chemical_B1 +LQ00X026350 Predicted protein 6.959730914 L4_chemical_B2 +LQ00X026350 Predicted protein 6.196175296 L4_chemical_B3 +LQ00X026350 Predicted protein 6.4637508 L4_chemical_C2 +LQ00X026350 Predicted protein 6.621738997 L4_chemical_C3 +LQ00X026370 Peptide transporter PTR2 5.482476984 C6_control_A1 +LQ00X026370 Peptide transporter PTR2 5.322815721 C6_control_A3 +LQ00X026370 Peptide transporter PTR2 5.303932359 C6_control_B1 +LQ00X026370 Peptide transporter PTR2 5.033763195 C6_control_B2 +LQ00X026370 Peptide transporter PTR2 5.068627089 C6_control_B3 +LQ00X026370 Peptide transporter PTR2 5.377495004 C6_control_C1 +LQ00X026370 Peptide transporter PTR2 5.601757988 C6_control_C2 +LQ00X026370 Peptide transporter PTR2 5.17533868 C6_control_C3 +LQ00X026370 Peptide transporter PTR2 5.131248837 C6_chemical_A1 +LQ00X026370 Peptide transporter PTR2 5.113009095 C6_chemical_A3 +LQ00X026370 Peptide transporter PTR2 5.029255331 C6_chemical_B1 +LQ00X026370 Peptide transporter PTR2 5.309543847 C6_chemical_B2 +LQ00X026370 Peptide transporter PTR2 4.999618258 C6_chemical_B3 +LQ00X026370 Peptide transporter PTR2 5.455785988 C6_chemical_C1 +LQ00X026370 Peptide transporter PTR2 5.363105033 C6_chemical_C2 +LQ00X026370 Peptide transporter PTR2 5.208876485 C6_chemical_C3 +LQ00X026370 Peptide transporter PTR2 5.15162303 L4_control_A1 +LQ00X026370 Peptide transporter PTR2 4.824616724 L4_control_A2 +LQ00X026370 Peptide transporter PTR2 5.196090393 L4_control_A3 +LQ00X026370 Peptide transporter PTR2 5.068438985 L4_control_B1 +LQ00X026370 Peptide transporter PTR2 5.587410059 L4_control_B2 +LQ00X026370 Peptide transporter PTR2 4.844570404 L4_control_B3 +LQ00X026370 Peptide transporter PTR2 5.530868881 L4_control_C2 +LQ00X026370 Peptide transporter PTR2 5.515282712 L4_control_C3 +LQ00X026370 Peptide transporter PTR2 5.405189838 L4_chemical_A1 +LQ00X026370 Peptide transporter PTR2 4.898901562 L4_chemical_A2 +LQ00X026370 Peptide transporter PTR2 5.139223218 L4_chemical_A3 +LQ00X026370 Peptide transporter PTR2 5.021469744 L4_chemical_B1 +LQ00X026370 Peptide transporter PTR2 5.514655264 L4_chemical_B2 +LQ00X026370 Peptide transporter PTR2 4.929305065 L4_chemical_B3 +LQ00X026370 Peptide transporter PTR2 5.230442668 L4_chemical_C2 +LQ00X026370 Peptide transporter PTR2 5.538195007 L4_chemical_C3 +LQ00X026380 Glutamate decarboxylase 10.66381507 C6_control_A1 +LQ00X026380 Glutamate decarboxylase 10.13551411 C6_control_A3 +LQ00X026380 Glutamate decarboxylase 11.50920741 C6_control_B1 +LQ00X026380 Glutamate decarboxylase 10.31737138 C6_control_B2 +LQ00X026380 Glutamate decarboxylase 11.88453905 C6_control_B3 +LQ00X026380 Glutamate decarboxylase 10.71042049 C6_control_C1 +LQ00X026380 Glutamate decarboxylase 10.85616541 C6_control_C2 +LQ00X026380 Glutamate decarboxylase 11.76382705 C6_control_C3 +LQ00X026380 Glutamate decarboxylase 10.69648386 C6_chemical_A1 +LQ00X026380 Glutamate decarboxylase 10.17808192 C6_chemical_A3 +LQ00X026380 Glutamate decarboxylase 11.82479761 C6_chemical_B1 +LQ00X026380 Glutamate decarboxylase 10.70266263 C6_chemical_B2 +LQ00X026380 Glutamate decarboxylase 12.37594299 C6_chemical_B3 +LQ00X026380 Glutamate decarboxylase 10.23129746 C6_chemical_C1 +LQ00X026380 Glutamate decarboxylase 9.928772258 C6_chemical_C2 +LQ00X026380 Glutamate decarboxylase 12.14558097 C6_chemical_C3 +LQ00X026380 Glutamate decarboxylase 11.10979146 L4_control_A1 +LQ00X026380 Glutamate decarboxylase 12.06536343 L4_control_A2 +LQ00X026380 Glutamate decarboxylase 11.98602366 L4_control_A3 +LQ00X026380 Glutamate decarboxylase 11.06230737 L4_control_B1 +LQ00X026380 Glutamate decarboxylase 11.85942558 L4_control_B2 +LQ00X026380 Glutamate decarboxylase 12.07939388 L4_control_B3 +LQ00X026380 Glutamate decarboxylase 11.73370719 L4_control_C2 +LQ00X026380 Glutamate decarboxylase 13.42222872 L4_control_C3 +LQ00X026380 Glutamate decarboxylase 10.73945679 L4_chemical_A1 +LQ00X026380 Glutamate decarboxylase 10.87679315 L4_chemical_A2 +LQ00X026380 Glutamate decarboxylase 11.28260476 L4_chemical_A3 +LQ00X026380 Glutamate decarboxylase 11.32023596 L4_chemical_B1 +LQ00X026380 Glutamate decarboxylase 11.33229423 L4_chemical_B2 +LQ00X026380 Glutamate decarboxylase 12.23796289 L4_chemical_B3 +LQ00X026380 Glutamate decarboxylase 11.13471697 L4_chemical_C2 +LQ00X026380 Glutamate decarboxylase 12.59959013 L4_chemical_C3 +LQ00X026390 Hypothetical protein 10.1522275 C6_control_A1 +LQ00X026390 Hypothetical protein 11.93415982 C6_control_A3 +LQ00X026390 Hypothetical protein 10.37383442 C6_control_B1 +LQ00X026390 Hypothetical protein 10.19455875 C6_control_B2 +LQ00X026390 Hypothetical protein 10.39060482 C6_control_B3 +LQ00X026390 Hypothetical protein 8.457573161 C6_control_C1 +LQ00X026390 Hypothetical protein 9.045580741 C6_control_C2 +LQ00X026390 Hypothetical protein 9.566999031 C6_control_C3 +LQ00X026390 Hypothetical protein 11.063184 C6_chemical_A1 +LQ00X026390 Hypothetical protein 12.25293092 C6_chemical_A3 +LQ00X026390 Hypothetical protein 11.62956151 C6_chemical_B1 +LQ00X026390 Hypothetical protein 10.32120026 C6_chemical_B2 +LQ00X026390 Hypothetical protein 10.14297247 C6_chemical_B3 +LQ00X026390 Hypothetical protein 9.982056561 C6_chemical_C1 +LQ00X026390 Hypothetical protein 8.010737696 C6_chemical_C2 +LQ00X026390 Hypothetical protein 9.570598335 C6_chemical_C3 +LQ00X026390 Hypothetical protein 12.14885094 L4_control_A1 +LQ00X026390 Hypothetical protein 11.97515561 L4_control_A2 +LQ00X026390 Hypothetical protein 12.59860085 L4_control_A3 +LQ00X026390 Hypothetical protein 11.68603301 L4_control_B1 +LQ00X026390 Hypothetical protein 10.44199591 L4_control_B2 +LQ00X026390 Hypothetical protein 11.14608918 L4_control_B3 +LQ00X026390 Hypothetical protein 7.327571632 L4_control_C2 +LQ00X026390 Hypothetical protein 9.112639685 L4_control_C3 +LQ00X026390 Hypothetical protein 10.83478543 L4_chemical_A1 +LQ00X026390 Hypothetical protein 12.65394627 L4_chemical_A2 +LQ00X026390 Hypothetical protein 11.6722086 L4_chemical_A3 +LQ00X026390 Hypothetical protein 11.58853714 L4_chemical_B1 +LQ00X026390 Hypothetical protein 12.21637672 L4_chemical_B2 +LQ00X026390 Hypothetical protein 11.78702602 L4_chemical_B3 +LQ00X026390 Hypothetical protein 8.552380584 L4_chemical_C2 +LQ00X026390 Hypothetical protein 10.38756623 L4_chemical_C3 +LQ00X026400 Predicted protein 4.987804714 C6_control_A1 +LQ00X026400 Predicted protein 5.188230278 C6_control_A3 +LQ00X026400 Predicted protein 5.196934463 C6_control_B1 +LQ00X026400 Predicted protein 4.955130934 C6_control_B2 +LQ00X026400 Predicted protein 4.7659616 C6_control_B3 +LQ00X026400 Predicted protein 5.067718755 C6_control_C1 +LQ00X026400 Predicted protein 4.837255825 C6_control_C2 +LQ00X026400 Predicted protein 4.69927011 C6_control_C3 +LQ00X026400 Predicted protein 5.353840159 C6_chemical_A1 +LQ00X026400 Predicted protein 5.302257749 C6_chemical_A3 +LQ00X026400 Predicted protein 4.768118746 C6_chemical_B1 +LQ00X026400 Predicted protein 5.03413009 C6_chemical_B2 +LQ00X026400 Predicted protein 4.967217438 C6_chemical_B3 +LQ00X026400 Predicted protein 5.07015376 C6_chemical_C1 +LQ00X026400 Predicted protein 4.877015174 C6_chemical_C2 +LQ00X026400 Predicted protein 4.996276396 C6_chemical_C3 +LQ00X026400 Predicted protein 5.21833301 L4_control_A1 +LQ00X026400 Predicted protein 5.217449548 L4_control_A2 +LQ00X026400 Predicted protein 5.50316376 L4_control_A3 +LQ00X026400 Predicted protein 5.97293623 L4_control_B1 +LQ00X026400 Predicted protein 5.112146728 L4_control_B2 +LQ00X026400 Predicted protein 4.817137258 L4_control_B3 +LQ00X026400 Predicted protein 5.05927414 L4_control_C2 +LQ00X026400 Predicted protein 4.81555545 L4_control_C3 +LQ00X026400 Predicted protein 5.324214782 L4_chemical_A1 +LQ00X026400 Predicted protein 5.139831047 L4_chemical_A2 +LQ00X026400 Predicted protein 5.008245032 L4_chemical_A3 +LQ00X026400 Predicted protein 5.070408694 L4_chemical_B1 +LQ00X026400 Predicted protein 4.969292363 L4_chemical_B2 +LQ00X026400 Predicted protein 4.997050377 L4_chemical_B3 +LQ00X026400 Predicted protein 4.850655464 L4_chemical_C2 +LQ00X026400 Predicted protein 5.476444328 L4_chemical_C3 +LQ00X026420 Probable potassium transporter 17 4.702087873 C6_control_A1 +LQ00X026420 Probable potassium transporter 17 4.92733959 C6_control_A3 +LQ00X026420 Probable potassium transporter 17 4.786054822 C6_control_B1 +LQ00X026420 Probable potassium transporter 17 4.94492466 C6_control_B2 +LQ00X026420 Probable potassium transporter 17 4.811890306 C6_control_B3 +LQ00X026420 Probable potassium transporter 17 4.967680443 C6_control_C1 +LQ00X026420 Probable potassium transporter 17 4.994574866 C6_control_C2 +LQ00X026420 Probable potassium transporter 17 5.414369853 C6_control_C3 +LQ00X026420 Probable potassium transporter 17 4.93793546 C6_chemical_A1 +LQ00X026420 Probable potassium transporter 17 4.854729181 C6_chemical_A3 +LQ00X026420 Probable potassium transporter 17 4.770112666 C6_chemical_B1 +LQ00X026420 Probable potassium transporter 17 4.956022551 C6_chemical_B2 +LQ00X026420 Probable potassium transporter 17 4.82641081 C6_chemical_B3 +LQ00X026420 Probable potassium transporter 17 4.891868439 C6_chemical_C1 +LQ00X026420 Probable potassium transporter 17 4.798339236 C6_chemical_C2 +LQ00X026420 Probable potassium transporter 17 5.440212025 C6_chemical_C3 +LQ00X026420 Probable potassium transporter 17 4.810649264 L4_control_A1 +LQ00X026420 Probable potassium transporter 17 4.781123116 L4_control_A2 +LQ00X026420 Probable potassium transporter 17 4.981376406 L4_control_A3 +LQ00X026420 Probable potassium transporter 17 5.153401515 L4_control_B1 +LQ00X026420 Probable potassium transporter 17 5.007197942 L4_control_B2 +LQ00X026420 Probable potassium transporter 17 5.213160122 L4_control_B3 +LQ00X026420 Probable potassium transporter 17 4.963493184 L4_control_C2 +LQ00X026420 Probable potassium transporter 17 5.053856856 L4_control_C3 +LQ00X026420 Probable potassium transporter 17 5.066539081 L4_chemical_A1 +LQ00X026420 Probable potassium transporter 17 4.855137437 L4_chemical_A2 +LQ00X026420 Probable potassium transporter 17 4.914644141 L4_chemical_A3 +LQ00X026420 Probable potassium transporter 17 4.912038461 L4_chemical_B1 +LQ00X026420 Probable potassium transporter 17 4.935634895 L4_chemical_B2 +LQ00X026420 Probable potassium transporter 17 4.959787569 L4_chemical_B3 +LQ00X026420 Probable potassium transporter 17 5.906121194 L4_chemical_C2 +LQ00X026420 Probable potassium transporter 17 4.944507338 L4_chemical_C3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.888239327 C6_control_A1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.679747731 C6_control_A3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.679815899 C6_control_B1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.909996767 C6_control_B2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.640718512 C6_control_B3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.875045963 C6_control_C1 +LQ00X026430 Sodium/hydrogen exchanger 7 6.453498617 C6_control_C2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.715524619 C6_control_C3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.464201986 C6_chemical_A1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.810925563 C6_chemical_A3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.791717835 C6_chemical_B1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.666849463 C6_chemical_B2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.731660819 C6_chemical_B3 +LQ00X026430 Sodium/hydrogen exchanger 7 6.343907562 C6_chemical_C1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.815304273 C6_chemical_C2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.932098585 C6_chemical_C3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.699991739 L4_control_A1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.6061595 L4_control_A2 +LQ00X026430 Sodium/hydrogen exchanger 7 6.191301779 L4_control_A3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.483354439 L4_control_B1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.654335757 L4_control_B2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.297939885 L4_control_B3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.394303908 L4_control_C2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.727768307 L4_control_C3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.11860676 L4_chemical_A1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.72142218 L4_chemical_A2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.994292521 L4_chemical_A3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.682050673 L4_chemical_B1 +LQ00X026430 Sodium/hydrogen exchanger 7 5.750773277 L4_chemical_B2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.638449616 L4_chemical_B3 +LQ00X026430 Sodium/hydrogen exchanger 7 5.693241936 L4_chemical_C2 +LQ00X026430 Sodium/hydrogen exchanger 7 5.716617483 L4_chemical_C3 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.09910295 C6_control_A1 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.727904654 C6_control_A3 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.079073625 C6_control_B1 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.054314255 C6_control_B2 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.349146181 C6_control_B3 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.807056856 C6_control_C1 +LQ00X026450 Putative Nonaspanin (TM9SF) 7.304377426 C6_control_C2 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.266040989 C6_control_C3 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.752763784 C6_chemical_A1 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.684724519 C6_chemical_A3 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.960753989 C6_chemical_B1 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.145722764 C6_chemical_B2 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.673495855 C6_chemical_B3 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.030276368 C6_chemical_C1 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.820470128 C6_chemical_C2 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.444612128 C6_chemical_C3 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.21517213 L4_control_A1 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.948984454 L4_control_A2 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.3256236 L4_control_A3 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.034621813 L4_control_B1 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.102624667 L4_control_B2 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.675420499 L4_control_B3 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.8739743 L4_control_C2 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.218533516 L4_control_C3 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.08738643 L4_chemical_A1 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.147585859 L4_chemical_A2 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.485799535 L4_chemical_A3 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.602892781 L4_chemical_B1 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.990141503 L4_chemical_B2 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.026510114 L4_chemical_B3 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.966892807 L4_chemical_C2 +LQ00X026450 Putative Nonaspanin (TM9SF) 6.300794108 L4_chemical_C3 +LQ00X026520 Putative phagocytic receptor 1b 12.5905613 C6_control_A1 +LQ00X026520 Putative phagocytic receptor 1b 11.98594391 C6_control_A3 +LQ00X026520 Putative phagocytic receptor 1b 12.77544048 C6_control_B1 +LQ00X026520 Putative phagocytic receptor 1b 12.32674069 C6_control_B2 +LQ00X026520 Putative phagocytic receptor 1b 12.73502838 C6_control_B3 +LQ00X026520 Putative phagocytic receptor 1b 11.76255198 C6_control_C1 +LQ00X026520 Putative phagocytic receptor 1b 11.71545954 C6_control_C2 +LQ00X026520 Putative phagocytic receptor 1b 11.58089395 C6_control_C3 +LQ00X026520 Putative phagocytic receptor 1b 12.65181048 C6_chemical_A1 +LQ00X026520 Putative phagocytic receptor 1b 11.97995131 C6_chemical_A3 +LQ00X026520 Putative phagocytic receptor 1b 12.77374547 C6_chemical_B1 +LQ00X026520 Putative phagocytic receptor 1b 12.33031535 C6_chemical_B2 +LQ00X026520 Putative phagocytic receptor 1b 12.71044308 C6_chemical_B3 +LQ00X026520 Putative phagocytic receptor 1b 11.70133382 C6_chemical_C1 +LQ00X026520 Putative phagocytic receptor 1b 11.82366138 C6_chemical_C2 +LQ00X026520 Putative phagocytic receptor 1b 11.84112719 C6_chemical_C3 +LQ00X026520 Putative phagocytic receptor 1b 11.94925055 L4_control_A1 +LQ00X026520 Putative phagocytic receptor 1b 11.82368881 L4_control_A2 +LQ00X026520 Putative phagocytic receptor 1b 11.86403848 L4_control_A3 +LQ00X026520 Putative phagocytic receptor 1b 12.43691909 L4_control_B1 +LQ00X026520 Putative phagocytic receptor 1b 12.58330688 L4_control_B2 +LQ00X026520 Putative phagocytic receptor 1b 12.98766941 L4_control_B3 +LQ00X026520 Putative phagocytic receptor 1b 12.29865973 L4_control_C2 +LQ00X026520 Putative phagocytic receptor 1b 12.66373513 L4_control_C3 +LQ00X026520 Putative phagocytic receptor 1b 11.62976285 L4_chemical_A1 +LQ00X026520 Putative phagocytic receptor 1b 11.20313081 L4_chemical_A2 +LQ00X026520 Putative phagocytic receptor 1b 11.6043161 L4_chemical_A3 +LQ00X026520 Putative phagocytic receptor 1b 11.81576751 L4_chemical_B1 +LQ00X026520 Putative phagocytic receptor 1b 11.39238454 L4_chemical_B2 +LQ00X026520 Putative phagocytic receptor 1b 12.76269543 L4_chemical_B3 +LQ00X026520 Putative phagocytic receptor 1b 12.23405844 L4_chemical_C2 +LQ00X026520 Putative phagocytic receptor 1b 12.6235727 L4_chemical_C3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.0158565 C6_control_A1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 10.74145472 C6_control_A3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 10.91748608 C6_control_B1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 10.45855409 C6_control_B2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.15770527 C6_control_B3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 9.060351381 C6_control_C1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 9.092384023 C6_control_C2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 8.742488142 C6_control_C3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.06547983 C6_chemical_A1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 10.92230684 C6_chemical_A3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 10.92909963 C6_chemical_B1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 10.4242307 C6_chemical_B2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.11356745 C6_chemical_B3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 8.681616839 C6_chemical_C1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 8.805264883 C6_chemical_C2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 8.075060597 C6_chemical_C3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.52643937 L4_control_A1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.80455749 L4_control_A2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 12.14103401 L4_control_A3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.20411604 L4_control_B1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.39616569 L4_control_B2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.51426187 L4_control_B3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 9.280313621 L4_control_C2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 8.708702398 L4_control_C3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.13694648 L4_chemical_A1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.28294626 L4_chemical_A2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.88433998 L4_chemical_A3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.01476749 L4_chemical_B1 +LQ00X026570 Probable receptor-like protein kinase At2g42960 10.45620233 L4_chemical_B2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.55841766 L4_chemical_B3 +LQ00X026570 Probable receptor-like protein kinase At2g42960 9.075974134 L4_chemical_C2 +LQ00X026570 Probable receptor-like protein kinase At2g42960 8.819721375 L4_chemical_C3 +LQ00X026620 Putative uncharacterized protein 10.0766119 C6_control_A1 +LQ00X026620 Putative uncharacterized protein 9.510520565 C6_control_A3 +LQ00X026620 Putative uncharacterized protein 10.22873191 C6_control_B1 +LQ00X026620 Putative uncharacterized protein 9.474051761 C6_control_B2 +LQ00X026620 Putative uncharacterized protein 9.833270649 C6_control_B3 +LQ00X026620 Putative uncharacterized protein 10.365297 C6_control_C1 +LQ00X026620 Putative uncharacterized protein 10.60468631 C6_control_C2 +LQ00X026620 Putative uncharacterized protein 9.987214739 C6_control_C3 +LQ00X026620 Putative uncharacterized protein 10.17248998 C6_chemical_A1 +LQ00X026620 Putative uncharacterized protein 10.34378654 C6_chemical_A3 +LQ00X026620 Putative uncharacterized protein 10.34079368 C6_chemical_B1 +LQ00X026620 Putative uncharacterized protein 9.559434631 C6_chemical_B2 +LQ00X026620 Putative uncharacterized protein 10.07515502 C6_chemical_B3 +LQ00X026620 Putative uncharacterized protein 10.35863603 C6_chemical_C1 +LQ00X026620 Putative uncharacterized protein 10.38228305 C6_chemical_C2 +LQ00X026620 Putative uncharacterized protein 10.04392464 C6_chemical_C3 +LQ00X026620 Putative uncharacterized protein 9.768472104 L4_control_A1 +LQ00X026620 Putative uncharacterized protein 9.928811076 L4_control_A2 +LQ00X026620 Putative uncharacterized protein 8.49168336 L4_control_A3 +LQ00X026620 Putative uncharacterized protein 9.54298415 L4_control_B1 +LQ00X026620 Putative uncharacterized protein 10.81723114 L4_control_B2 +LQ00X026620 Putative uncharacterized protein 10.07746467 L4_control_B3 +LQ00X026620 Putative uncharacterized protein 11.11302685 L4_control_C2 +LQ00X026620 Putative uncharacterized protein 11.13889649 L4_control_C3 +LQ00X026620 Putative uncharacterized protein 9.847477293 L4_chemical_A1 +LQ00X026620 Putative uncharacterized protein 10.19894615 L4_chemical_A2 +LQ00X026620 Putative uncharacterized protein 9.028970768 L4_chemical_A3 +LQ00X026620 Putative uncharacterized protein 9.997176333 L4_chemical_B1 +LQ00X026620 Putative uncharacterized protein 10.34802249 L4_chemical_B2 +LQ00X026620 Putative uncharacterized protein 9.605788059 L4_chemical_B3 +LQ00X026620 Putative uncharacterized protein 10.72374501 L4_chemical_C2 +LQ00X026620 Putative uncharacterized protein 10.87073792 L4_chemical_C3 +LQ00X026700 Hypothetical protein 5.17247981 C6_control_A1 +LQ00X026700 Hypothetical protein 5.326671987 C6_control_A3 +LQ00X026700 Hypothetical protein 4.618506671 C6_control_B1 +LQ00X026700 Hypothetical protein 4.824054704 C6_control_B2 +LQ00X026700 Hypothetical protein 5.064973461 C6_control_B3 +LQ00X026700 Hypothetical protein 4.753530046 C6_control_C1 +LQ00X026700 Hypothetical protein 4.791336646 C6_control_C2 +LQ00X026700 Hypothetical protein 4.753882072 C6_control_C3 +LQ00X026700 Hypothetical protein 5.331708283 C6_chemical_A1 +LQ00X026700 Hypothetical protein 5.219398479 C6_chemical_A3 +LQ00X026700 Hypothetical protein 4.843193585 C6_chemical_B1 +LQ00X026700 Hypothetical protein 4.830706804 C6_chemical_B2 +LQ00X026700 Hypothetical protein 4.702750368 C6_chemical_B3 +LQ00X026700 Hypothetical protein 4.898190023 C6_chemical_C1 +LQ00X026700 Hypothetical protein 4.799416049 C6_chemical_C2 +LQ00X026700 Hypothetical protein 4.826308612 C6_chemical_C3 +LQ00X026700 Hypothetical protein 5.088795511 L4_control_A1 +LQ00X026700 Hypothetical protein 5.157669968 L4_control_A2 +LQ00X026700 Hypothetical protein 5.464157422 L4_control_A3 +LQ00X026700 Hypothetical protein 5.593556893 L4_control_B1 +LQ00X026700 Hypothetical protein 5.251644322 L4_control_B2 +LQ00X026700 Hypothetical protein 4.615096586 L4_control_B3 +LQ00X026700 Hypothetical protein 5.500070687 L4_control_C2 +LQ00X026700 Hypothetical protein 5.181027178 L4_control_C3 +LQ00X026700 Hypothetical protein 4.883215798 L4_chemical_A1 +LQ00X026700 Hypothetical protein 5.165413926 L4_chemical_A2 +LQ00X026700 Hypothetical protein 5.210728866 L4_chemical_A3 +LQ00X026700 Hypothetical protein 5.419283661 L4_chemical_B1 +LQ00X026700 Hypothetical protein 4.953582415 L4_chemical_B2 +LQ00X026700 Hypothetical protein 4.717414321 L4_chemical_B3 +LQ00X026700 Hypothetical protein 5.019326102 L4_chemical_C2 +LQ00X026700 Hypothetical protein 5.393016638 L4_chemical_C3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.39924028 C6_control_A1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 13.04443059 C6_control_A3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.55411827 C6_control_B1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.62690078 C6_control_B2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.46368324 C6_control_B3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.95198364 C6_control_C1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.86654731 C6_control_C2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.22288227 C6_control_C3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.18042838 C6_chemical_A1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.5788246 C6_chemical_A3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 10.79689984 C6_chemical_B1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 10.78389667 C6_chemical_B2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.01858621 C6_chemical_B3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.43512606 C6_chemical_C1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.67867928 C6_chemical_C2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.4105913 C6_chemical_C3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.78697288 L4_control_A1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.57834789 L4_control_A2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 13.09947697 L4_control_A3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.03515722 L4_control_B1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 10.81737556 L4_control_B2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.35427001 L4_control_B3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.48240823 L4_control_C2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.06844146 L4_control_C3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.26552778 L4_chemical_A1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.80692947 L4_chemical_A2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.72557661 L4_chemical_A3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.28163428 L4_chemical_B1 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 10.97890366 L4_chemical_B2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 11.26422747 L4_chemical_B3 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.17786219 L4_chemical_C2 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.2154149 L4_chemical_C3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.55472605 C6_control_A1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.62458891 C6_control_A3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.45023669 C6_control_B1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.69469253 C6_control_B2 +LQ00X026740 Glutaminyl-tRNA synthetase 13.4738232 C6_control_B3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.57734357 C6_control_C1 +LQ00X026740 Glutaminyl-tRNA synthetase 14.36512286 C6_control_C2 +LQ00X026740 Glutaminyl-tRNA synthetase 14.00345286 C6_control_C3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.51234441 C6_chemical_A1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.38001429 C6_chemical_A3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.28650979 C6_chemical_B1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.79300394 C6_chemical_B2 +LQ00X026740 Glutaminyl-tRNA synthetase 13.49084863 C6_chemical_B3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.30233478 C6_chemical_C1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.81776696 C6_chemical_C2 +LQ00X026740 Glutaminyl-tRNA synthetase 13.70868118 C6_chemical_C3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.57696465 L4_control_A1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.78279477 L4_control_A2 +LQ00X026740 Glutaminyl-tRNA synthetase 13.85881616 L4_control_A3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.70518663 L4_control_B1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.56984019 L4_control_B2 +LQ00X026740 Glutaminyl-tRNA synthetase 14.09195236 L4_control_B3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.78419832 L4_control_C2 +LQ00X026740 Glutaminyl-tRNA synthetase 13.98948125 L4_control_C3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.48374589 L4_chemical_A1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.71440192 L4_chemical_A2 +LQ00X026740 Glutaminyl-tRNA synthetase 13.72834777 L4_chemical_A3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.70090294 L4_chemical_B1 +LQ00X026740 Glutaminyl-tRNA synthetase 13.27511747 L4_chemical_B2 +LQ00X026740 Glutaminyl-tRNA synthetase 14.01068397 L4_chemical_B3 +LQ00X026740 Glutaminyl-tRNA synthetase 13.67388616 L4_chemical_C2 +LQ00X026740 Glutaminyl-tRNA synthetase 13.85766511 L4_chemical_C3 +LQ00X026820 Putative uncharacterized protein 12.72139197 C6_control_A1 +LQ00X026820 Putative uncharacterized protein 12.95281059 C6_control_A3 +LQ00X026820 Putative uncharacterized protein 12.0488449 C6_control_B1 +LQ00X026820 Putative uncharacterized protein 12.18955291 C6_control_B2 +LQ00X026820 Putative uncharacterized protein 11.94027299 C6_control_B3 +LQ00X026820 Putative uncharacterized protein 12.2982144 C6_control_C1 +LQ00X026820 Putative uncharacterized protein 12.06141836 C6_control_C2 +LQ00X026820 Putative uncharacterized protein 12.43653689 C6_control_C3 +LQ00X026820 Putative uncharacterized protein 12.41767841 C6_chemical_A1 +LQ00X026820 Putative uncharacterized protein 12.50459073 C6_chemical_A3 +LQ00X026820 Putative uncharacterized protein 11.49645431 C6_chemical_B1 +LQ00X026820 Putative uncharacterized protein 11.81131265 C6_chemical_B2 +LQ00X026820 Putative uncharacterized protein 11.77171131 C6_chemical_B3 +LQ00X026820 Putative uncharacterized protein 12.24392376 C6_chemical_C1 +LQ00X026820 Putative uncharacterized protein 12.21665172 C6_chemical_C2 +LQ00X026820 Putative uncharacterized protein 11.9804341 C6_chemical_C3 +LQ00X026820 Putative uncharacterized protein 12.46109002 L4_control_A1 +LQ00X026820 Putative uncharacterized protein 12.95551085 L4_control_A2 +LQ00X026820 Putative uncharacterized protein 12.72243647 L4_control_A3 +LQ00X026820 Putative uncharacterized protein 11.86644057 L4_control_B1 +LQ00X026820 Putative uncharacterized protein 11.4438255 L4_control_B2 +LQ00X026820 Putative uncharacterized protein 11.46372424 L4_control_B3 +LQ00X026820 Putative uncharacterized protein 11.62064768 L4_control_C2 +LQ00X026820 Putative uncharacterized protein 11.46238913 L4_control_C3 +LQ00X026820 Putative uncharacterized protein 12.1876342 L4_chemical_A1 +LQ00X026820 Putative uncharacterized protein 12.48725746 L4_chemical_A2 +LQ00X026820 Putative uncharacterized protein 12.7031209 L4_chemical_A3 +LQ00X026820 Putative uncharacterized protein 11.80283897 L4_chemical_B1 +LQ00X026820 Putative uncharacterized protein 11.83179104 L4_chemical_B2 +LQ00X026820 Putative uncharacterized protein 11.50295797 L4_chemical_B3 +LQ00X026820 Putative uncharacterized protein 11.62955736 L4_chemical_C2 +LQ00X026820 Putative uncharacterized protein 11.70123518 L4_chemical_C3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.1259346 C6_control_A1 +LQ00X026830 Glutathione synthetase, chloroplastic 10.44485285 C6_control_A3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.15988624 C6_control_B1 +LQ00X026830 Glutathione synthetase, chloroplastic 10.38565825 C6_control_B2 +LQ00X026830 Glutathione synthetase, chloroplastic 9.67965225 C6_control_B3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.76389171 C6_control_C1 +LQ00X026830 Glutathione synthetase, chloroplastic 11.15813115 C6_control_C2 +LQ00X026830 Glutathione synthetase, chloroplastic 10.43708903 C6_control_C3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.08976968 C6_chemical_A1 +LQ00X026830 Glutathione synthetase, chloroplastic 10.49192345 C6_chemical_A3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.3049067 C6_chemical_B1 +LQ00X026830 Glutathione synthetase, chloroplastic 10.87710483 C6_chemical_B2 +LQ00X026830 Glutathione synthetase, chloroplastic 9.9491647 C6_chemical_B3 +LQ00X026830 Glutathione synthetase, chloroplastic 11.22280446 C6_chemical_C1 +LQ00X026830 Glutathione synthetase, chloroplastic 11.23757253 C6_chemical_C2 +LQ00X026830 Glutathione synthetase, chloroplastic 11.27119385 C6_chemical_C3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.00714517 L4_control_A1 +LQ00X026830 Glutathione synthetase, chloroplastic 9.735605463 L4_control_A2 +LQ00X026830 Glutathione synthetase, chloroplastic 8.863958385 L4_control_A3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.39357981 L4_control_B1 +LQ00X026830 Glutathione synthetase, chloroplastic 10.18719843 L4_control_B2 +LQ00X026830 Glutathione synthetase, chloroplastic 10.89255699 L4_control_B3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.49175761 L4_control_C2 +LQ00X026830 Glutathione synthetase, chloroplastic 10.64947571 L4_control_C3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.4175197 L4_chemical_A1 +LQ00X026830 Glutathione synthetase, chloroplastic 9.413590803 L4_chemical_A2 +LQ00X026830 Glutathione synthetase, chloroplastic 9.012322702 L4_chemical_A3 +LQ00X026830 Glutathione synthetase, chloroplastic 9.861406841 L4_chemical_B1 +LQ00X026830 Glutathione synthetase, chloroplastic 9.799197143 L4_chemical_B2 +LQ00X026830 Glutathione synthetase, chloroplastic 10.53789001 L4_chemical_B3 +LQ00X026830 Glutathione synthetase, chloroplastic 10.49063948 L4_chemical_C2 +LQ00X026830 Glutathione synthetase, chloroplastic 10.90713879 L4_chemical_C3 +LQ00X026980 Momilactone A synthase 14.22046455 C6_control_A1 +LQ00X026980 Momilactone A synthase 14.31460634 C6_control_A3 +LQ00X026980 Momilactone A synthase 14.24053228 C6_control_B1 +LQ00X026980 Momilactone A synthase 13.38466216 C6_control_B2 +LQ00X026980 Momilactone A synthase 13.85405601 C6_control_B3 +LQ00X026980 Momilactone A synthase 12.78410668 C6_control_C1 +LQ00X026980 Momilactone A synthase 13.03839 C6_control_C2 +LQ00X026980 Momilactone A synthase 12.95569802 C6_control_C3 +LQ00X026980 Momilactone A synthase 14.24597405 C6_chemical_A1 +LQ00X026980 Momilactone A synthase 14.35707473 C6_chemical_A3 +LQ00X026980 Momilactone A synthase 14.2102615 C6_chemical_B1 +LQ00X026980 Momilactone A synthase 14.12820018 C6_chemical_B2 +LQ00X026980 Momilactone A synthase 13.97531985 C6_chemical_B3 +LQ00X026980 Momilactone A synthase 13.0526435 C6_chemical_C1 +LQ00X026980 Momilactone A synthase 13.26792222 C6_chemical_C2 +LQ00X026980 Momilactone A synthase 13.26344327 C6_chemical_C3 +LQ00X026980 Momilactone A synthase 13.95456926 L4_control_A1 +LQ00X026980 Momilactone A synthase 13.73020552 L4_control_A2 +LQ00X026980 Momilactone A synthase 13.45189413 L4_control_A3 +LQ00X026980 Momilactone A synthase 13.84010036 L4_control_B1 +LQ00X026980 Momilactone A synthase 13.87613614 L4_control_B2 +LQ00X026980 Momilactone A synthase 12.94666537 L4_control_B3 +LQ00X026980 Momilactone A synthase 13.32120053 L4_control_C2 +LQ00X026980 Momilactone A synthase 13.24793898 L4_control_C3 +LQ00X026980 Momilactone A synthase 14.11787646 L4_chemical_A1 +LQ00X026980 Momilactone A synthase 14.06499608 L4_chemical_A2 +LQ00X026980 Momilactone A synthase 13.64909846 L4_chemical_A3 +LQ00X026980 Momilactone A synthase 14.22764901 L4_chemical_B1 +LQ00X026980 Momilactone A synthase 13.71420231 L4_chemical_B2 +LQ00X026980 Momilactone A synthase 14.17056132 L4_chemical_B3 +LQ00X026980 Momilactone A synthase 13.72300109 L4_chemical_C2 +LQ00X026980 Momilactone A synthase 13.33615086 L4_chemical_C3 +LQ00X027040 Probable methyltransferase PMT25 4.638729232 C6_control_A1 +LQ00X027040 Probable methyltransferase PMT25 4.637060776 C6_control_A3 +LQ00X027040 Probable methyltransferase PMT25 5.161569709 C6_control_B1 +LQ00X027040 Probable methyltransferase PMT25 7.702854255 C6_control_B2 +LQ00X027040 Probable methyltransferase PMT25 4.817401093 C6_control_B3 +LQ00X027040 Probable methyltransferase PMT25 5.430043535 C6_control_C1 +LQ00X027040 Probable methyltransferase PMT25 5.632304368 C6_control_C2 +LQ00X027040 Probable methyltransferase PMT25 6.185417331 C6_control_C3 +LQ00X027040 Probable methyltransferase PMT25 4.539726123 C6_chemical_A1 +LQ00X027040 Probable methyltransferase PMT25 4.910136957 C6_chemical_A3 +LQ00X027040 Probable methyltransferase PMT25 4.762158236 C6_chemical_B1 +LQ00X027040 Probable methyltransferase PMT25 7.928316608 C6_chemical_B2 +LQ00X027040 Probable methyltransferase PMT25 4.937904015 C6_chemical_B3 +LQ00X027040 Probable methyltransferase PMT25 5.786680678 C6_chemical_C1 +LQ00X027040 Probable methyltransferase PMT25 5.64218337 C6_chemical_C2 +LQ00X027040 Probable methyltransferase PMT25 5.942249951 C6_chemical_C3 +LQ00X027040 Probable methyltransferase PMT25 4.635467555 L4_control_A1 +LQ00X027040 Probable methyltransferase PMT25 5.038531242 L4_control_A2 +LQ00X027040 Probable methyltransferase PMT25 4.604016905 L4_control_A3 +LQ00X027040 Probable methyltransferase PMT25 4.940066946 L4_control_B1 +LQ00X027040 Probable methyltransferase PMT25 4.757272356 L4_control_B2 +LQ00X027040 Probable methyltransferase PMT25 5.817469936 L4_control_B3 +LQ00X027040 Probable methyltransferase PMT25 5.753764012 L4_control_C2 +LQ00X027040 Probable methyltransferase PMT25 4.730550098 L4_control_C3 +LQ00X027040 Probable methyltransferase PMT25 5.095055664 L4_chemical_A1 +LQ00X027040 Probable methyltransferase PMT25 4.69602773 L4_chemical_A2 +LQ00X027040 Probable methyltransferase PMT25 4.720503085 L4_chemical_A3 +LQ00X027040 Probable methyltransferase PMT25 4.876654537 L4_chemical_B1 +LQ00X027040 Probable methyltransferase PMT25 4.756154655 L4_chemical_B2 +LQ00X027040 Probable methyltransferase PMT25 5.373723169 L4_chemical_B3 +LQ00X027040 Probable methyltransferase PMT25 5.052815792 L4_chemical_C2 +LQ00X027040 Probable methyltransferase PMT25 4.525809482 L4_chemical_C3 +LQ00X027100 Putative uncharacterized protein 4.958491885 C6_control_A1 +LQ00X027100 Putative uncharacterized protein 4.811284929 C6_control_A3 +LQ00X027100 Putative uncharacterized protein 5.423109365 C6_control_B1 +LQ00X027100 Putative uncharacterized protein 4.884418565 C6_control_B2 +LQ00X027100 Putative uncharacterized protein 4.805898658 C6_control_B3 +LQ00X027100 Putative uncharacterized protein 5.253729137 C6_control_C1 +LQ00X027100 Putative uncharacterized protein 5.154487375 C6_control_C2 +LQ00X027100 Putative uncharacterized protein 5.252058515 C6_control_C3 +LQ00X027100 Putative uncharacterized protein 4.80751251 C6_chemical_A1 +LQ00X027100 Putative uncharacterized protein 5.233014715 C6_chemical_A3 +LQ00X027100 Putative uncharacterized protein 5.281175947 C6_chemical_B1 +LQ00X027100 Putative uncharacterized protein 5.061302653 C6_chemical_B2 +LQ00X027100 Putative uncharacterized protein 5.222057059 C6_chemical_B3 +LQ00X027100 Putative uncharacterized protein 5.18240358 C6_chemical_C1 +LQ00X027100 Putative uncharacterized protein 5.335332322 C6_chemical_C2 +LQ00X027100 Putative uncharacterized protein 5.524730998 C6_chemical_C3 +LQ00X027100 Putative uncharacterized protein 5.413218162 L4_control_A1 +LQ00X027100 Putative uncharacterized protein 4.967768086 L4_control_A2 +LQ00X027100 Putative uncharacterized protein 5.184013904 L4_control_A3 +LQ00X027100 Putative uncharacterized protein 5.312714765 L4_control_B1 +LQ00X027100 Putative uncharacterized protein 5.041576737 L4_control_B2 +LQ00X027100 Putative uncharacterized protein 5.162371582 L4_control_B3 +LQ00X027100 Putative uncharacterized protein 5.282959386 L4_control_C2 +LQ00X027100 Putative uncharacterized protein 5.910531903 L4_control_C3 +LQ00X027100 Putative uncharacterized protein 5.073087125 L4_chemical_A1 +LQ00X027100 Putative uncharacterized protein 5.043981092 L4_chemical_A2 +LQ00X027100 Putative uncharacterized protein 5.133749735 L4_chemical_A3 +LQ00X027100 Putative uncharacterized protein 5.141491179 L4_chemical_B1 +LQ00X027100 Putative uncharacterized protein 5.100475479 L4_chemical_B2 +LQ00X027100 Putative uncharacterized protein 5.005161275 L4_chemical_B3 +LQ00X027100 Putative uncharacterized protein 5.194195976 L4_chemical_C2 +LQ00X027100 Putative uncharacterized protein 5.511670917 L4_chemical_C3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.31617355 C6_control_A1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.35732056 C6_control_A3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.10975511 C6_control_B1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.796678822 C6_control_B2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.944788797 C6_control_B3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.17102241 C6_control_C1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.00074766 C6_control_C2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.852243251 C6_control_C3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.790063477 C6_chemical_A1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.51215878 C6_chemical_A3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.510833684 C6_chemical_B1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.643211033 C6_chemical_B2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.746507249 C6_chemical_B3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.03412447 C6_chemical_C1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.02152311 C6_chemical_C2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.27659724 C6_chemical_C3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.5793372 L4_control_A1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.03365557 L4_control_A2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.5624696 L4_control_A3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.756842722 L4_control_B1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.942609609 L4_control_B2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.29988043 L4_control_B3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.42592197 L4_control_C2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.847352692 L4_control_C3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.964836411 L4_chemical_A1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.701369352 L4_chemical_A2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.582772166 L4_chemical_A3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.28439937 L4_chemical_B1 +LQ00X027180 Polycomb group protein VERNALIZATION 2 8.84154836 L4_chemical_B2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 10.2030968 L4_chemical_B3 +LQ00X027180 Polycomb group protein VERNALIZATION 2 8.982247334 L4_chemical_C2 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.653537262 L4_chemical_C3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.732800637 C6_control_A1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.732476684 C6_control_A3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.305880292 C6_control_B1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.581835155 C6_control_B2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.535100364 C6_control_B3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.796692585 C6_control_C1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.501008318 C6_control_C2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 6.258787637 C6_control_C3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.376903514 C6_chemical_A1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.515745961 C6_chemical_A3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.623770685 C6_chemical_B1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.643947243 C6_chemical_B2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.993295841 C6_chemical_B3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.498649547 C6_chemical_C1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.66094094 C6_chemical_C2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.416851419 C6_chemical_C3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.749093208 L4_control_A1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.874709211 L4_control_A2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 6.493874006 L4_control_A3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 6.038862095 L4_control_B1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.588490186 L4_control_B2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.687020652 L4_control_B3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.4582587 L4_control_C2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.908615224 L4_control_C3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.544228223 L4_chemical_A1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 6.203980921 L4_chemical_A2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 6.577576697 L4_chemical_A3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.801242933 L4_chemical_B1 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.884221389 L4_chemical_B2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.597453865 L4_chemical_B3 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 6.454843275 L4_chemical_C2 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.367757151 L4_chemical_C3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 11.18278954 C6_control_A1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.34229858 C6_control_A3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 11.07705439 C6_control_B1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.58892787 C6_control_B2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.53533443 C6_control_B3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.5552857 C6_control_C1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.24267525 C6_control_C2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.12534661 C6_control_C3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.89769849 C6_chemical_A1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.59336953 C6_chemical_A3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 11.06368775 C6_chemical_B1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.52045827 C6_chemical_B2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.22861777 C6_chemical_B3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.10301659 C6_chemical_C1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.48332579 C6_chemical_C2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.06942421 C6_chemical_C3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.85059094 L4_control_A1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.90140203 L4_control_A2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.0347624 L4_control_A3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.82868046 L4_control_B1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 11.41322373 L4_control_B2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.17753694 L4_control_B3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.49912755 L4_control_C2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 9.571676646 L4_control_C3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.62875137 L4_chemical_A1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.90106556 L4_chemical_A2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 9.871707356 L4_chemical_A3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.88938135 L4_chemical_B1 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.8199995 L4_chemical_B2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.14116521 L4_chemical_B3 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.19842292 L4_chemical_C2 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 9.988441912 L4_chemical_C3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.86356234 C6_control_A1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 12.6423818 C6_control_A3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.79078441 C6_control_B1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.40840981 C6_control_B2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.83059514 C6_control_B3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.64780311 C6_control_C1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.57448366 C6_control_C2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.20820873 C6_control_C3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.79588289 C6_chemical_A1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 12.34562241 C6_chemical_A3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.66777634 C6_chemical_B1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.28654997 C6_chemical_B2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.46588782 C6_chemical_B3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.35618397 C6_chemical_C1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.44413415 C6_chemical_C2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.20417927 C6_chemical_C3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 12.31879186 L4_control_A1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.51474815 L4_control_A2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 12.61081157 L4_control_A3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.37105385 L4_control_B1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 12.23109043 L4_control_B2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.54803538 L4_control_B3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.94304454 L4_control_C2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.85432541 L4_control_C3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 12.13294809 L4_chemical_A1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.31635943 L4_chemical_A2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 12.30234079 L4_chemical_A3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.8223969 L4_chemical_B1 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.57934995 L4_chemical_B2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.59506881 L4_chemical_B3 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.64016462 L4_chemical_C2 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.67588363 L4_chemical_C3 +LQ00X027250 Ethylene-responsive transcription factor 1A 8.838585675 C6_control_A1 +LQ00X027250 Ethylene-responsive transcription factor 1A 9.869833759 C6_control_A3 +LQ00X027250 Ethylene-responsive transcription factor 1A 8.210296112 C6_control_B1 +LQ00X027250 Ethylene-responsive transcription factor 1A 9.275657865 C6_control_B2 +LQ00X027250 Ethylene-responsive transcription factor 1A 10.81738029 C6_control_B3 +LQ00X027250 Ethylene-responsive transcription factor 1A 8.46911718 C6_control_C1 +LQ00X027250 Ethylene-responsive transcription factor 1A 9.247710808 C6_control_C2 +LQ00X027250 Ethylene-responsive transcription factor 1A 11.01214983 C6_control_C3 +LQ00X027250 Ethylene-responsive transcription factor 1A 8.267912685 C6_chemical_A1 +LQ00X027250 Ethylene-responsive transcription factor 1A 11.01585451 C6_chemical_A3 +LQ00X027250 Ethylene-responsive transcription factor 1A 8.193381163 C6_chemical_B1 +LQ00X027250 Ethylene-responsive transcription factor 1A 10.36790427 C6_chemical_B2 +LQ00X027250 Ethylene-responsive transcription factor 1A 12.10252237 C6_chemical_B3 +LQ00X027250 Ethylene-responsive transcription factor 1A 8.640399983 C6_chemical_C1 +LQ00X027250 Ethylene-responsive transcription factor 1A 9.520424652 C6_chemical_C2 +LQ00X027250 Ethylene-responsive transcription factor 1A 12.37526899 C6_chemical_C3 +LQ00X027250 Ethylene-responsive transcription factor 1A 9.876243116 L4_control_A1 +LQ00X027250 Ethylene-responsive transcription factor 1A 11.23433205 L4_control_A2 +LQ00X027250 Ethylene-responsive transcription factor 1A 11.61432871 L4_control_A3 +LQ00X027250 Ethylene-responsive transcription factor 1A 9.485582471 L4_control_B1 +LQ00X027250 Ethylene-responsive transcription factor 1A 11.20977493 L4_control_B2 +LQ00X027250 Ethylene-responsive transcription factor 1A 12.46432676 L4_control_B3 +LQ00X027250 Ethylene-responsive transcription factor 1A 10.26857823 L4_control_C2 +LQ00X027250 Ethylene-responsive transcription factor 1A 12.19526914 L4_control_C3 +LQ00X027250 Ethylene-responsive transcription factor 1A 11.96005617 L4_chemical_A1 +LQ00X027250 Ethylene-responsive transcription factor 1A 11.95504047 L4_chemical_A2 +LQ00X027250 Ethylene-responsive transcription factor 1A 12.39920497 L4_chemical_A3 +LQ00X027250 Ethylene-responsive transcription factor 1A 10.72127541 L4_chemical_B1 +LQ00X027250 Ethylene-responsive transcription factor 1A 10.47714986 L4_chemical_B2 +LQ00X027250 Ethylene-responsive transcription factor 1A 11.51455795 L4_chemical_B3 +LQ00X027250 Ethylene-responsive transcription factor 1A 10.42161746 L4_chemical_C2 +LQ00X027250 Ethylene-responsive transcription factor 1A 12.03366242 L4_chemical_C3 +LQ00X027330 Formin-like protein 14 5.409390489 C6_control_A1 +LQ00X027330 Formin-like protein 14 5.120551794 C6_control_A3 +LQ00X027330 Formin-like protein 14 4.946136369 C6_control_B1 +LQ00X027330 Formin-like protein 14 5.435525856 C6_control_B2 +LQ00X027330 Formin-like protein 14 5.414974285 C6_control_B3 +LQ00X027330 Formin-like protein 14 5.16588992 C6_control_C1 +LQ00X027330 Formin-like protein 14 5.258040191 C6_control_C2 +LQ00X027330 Formin-like protein 14 5.625352179 C6_control_C3 +LQ00X027330 Formin-like protein 14 5.52602631 C6_chemical_A1 +LQ00X027330 Formin-like protein 14 5.234290577 C6_chemical_A3 +LQ00X027330 Formin-like protein 14 5.735572029 C6_chemical_B1 +LQ00X027330 Formin-like protein 14 5.628513589 C6_chemical_B2 +LQ00X027330 Formin-like protein 14 5.994044242 C6_chemical_B3 +LQ00X027330 Formin-like protein 14 6.204068834 C6_chemical_C1 +LQ00X027330 Formin-like protein 14 5.910268878 C6_chemical_C2 +LQ00X027330 Formin-like protein 14 5.983907458 C6_chemical_C3 +LQ00X027330 Formin-like protein 14 5.874262875 L4_control_A1 +LQ00X027330 Formin-like protein 14 5.663024384 L4_control_A2 +LQ00X027330 Formin-like protein 14 6.313791905 L4_control_A3 +LQ00X027330 Formin-like protein 14 4.67287172 L4_control_B1 +LQ00X027330 Formin-like protein 14 5.428174876 L4_control_B2 +LQ00X027330 Formin-like protein 14 5.881903851 L4_control_B3 +LQ00X027330 Formin-like protein 14 5.315684096 L4_control_C2 +LQ00X027330 Formin-like protein 14 5.649136982 L4_control_C3 +LQ00X027330 Formin-like protein 14 5.940253783 L4_chemical_A1 +LQ00X027330 Formin-like protein 14 5.807815006 L4_chemical_A2 +LQ00X027330 Formin-like protein 14 5.550767829 L4_chemical_A3 +LQ00X027330 Formin-like protein 14 4.785493169 L4_chemical_B1 +LQ00X027330 Formin-like protein 14 5.248626868 L4_chemical_B2 +LQ00X027330 Formin-like protein 14 5.8665365 L4_chemical_B3 +LQ00X027330 Formin-like protein 14 5.300806705 L4_chemical_C2 +LQ00X027330 Formin-like protein 14 5.191805056 L4_chemical_C3 +LQ00X027640 Hypothetical protein 8.396564986 C6_control_A1 +LQ00X027640 Hypothetical protein 8.291507113 C6_control_A3 +LQ00X027640 Hypothetical protein 8.611176375 C6_control_B1 +LQ00X027640 Hypothetical protein 7.489209188 C6_control_B2 +LQ00X027640 Hypothetical protein 8.683439956 C6_control_B3 +LQ00X027640 Hypothetical protein 7.138868876 C6_control_C1 +LQ00X027640 Hypothetical protein 6.603463509 C6_control_C2 +LQ00X027640 Hypothetical protein 7.134104595 C6_control_C3 +LQ00X027640 Hypothetical protein 8.336579789 C6_chemical_A1 +LQ00X027640 Hypothetical protein 8.128945061 C6_chemical_A3 +LQ00X027640 Hypothetical protein 8.660937622 C6_chemical_B1 +LQ00X027640 Hypothetical protein 7.209922145 C6_chemical_B2 +LQ00X027640 Hypothetical protein 8.398363536 C6_chemical_B3 +LQ00X027640 Hypothetical protein 7.292259092 C6_chemical_C1 +LQ00X027640 Hypothetical protein 6.95909679 C6_chemical_C2 +LQ00X027640 Hypothetical protein 7.160102821 C6_chemical_C3 +LQ00X027640 Hypothetical protein 7.667389377 L4_control_A1 +LQ00X027640 Hypothetical protein 8.913481303 L4_control_A2 +LQ00X027640 Hypothetical protein 9.155226955 L4_control_A3 +LQ00X027640 Hypothetical protein 9.062778622 L4_control_B1 +LQ00X027640 Hypothetical protein 9.142912769 L4_control_B2 +LQ00X027640 Hypothetical protein 8.649482559 L4_control_B3 +LQ00X027640 Hypothetical protein 8.300851562 L4_control_C2 +LQ00X027640 Hypothetical protein 7.70580222 L4_control_C3 +LQ00X027640 Hypothetical protein 7.470115759 L4_chemical_A1 +LQ00X027640 Hypothetical protein 8.90791542 L4_chemical_A2 +LQ00X027640 Hypothetical protein 8.892649035 L4_chemical_A3 +LQ00X027640 Hypothetical protein 8.902074554 L4_chemical_B1 +LQ00X027640 Hypothetical protein 9.440900614 L4_chemical_B2 +LQ00X027640 Hypothetical protein 8.428406949 L4_chemical_B3 +LQ00X027640 Hypothetical protein 9.067524501 L4_chemical_C2 +LQ00X027640 Hypothetical protein 8.964774112 L4_chemical_C3 +LQ00X027690 Predicted protein 5.627580582 C6_control_A1 +LQ00X027690 Predicted protein 5.666505606 C6_control_A3 +LQ00X027690 Predicted protein 6.055560723 C6_control_B1 +LQ00X027690 Predicted protein 5.958263661 C6_control_B2 +LQ00X027690 Predicted protein 5.784898195 C6_control_B3 +LQ00X027690 Predicted protein 5.23464019 C6_control_C1 +LQ00X027690 Predicted protein 6.009528755 C6_control_C2 +LQ00X027690 Predicted protein 5.713863456 C6_control_C3 +LQ00X027690 Predicted protein 5.575787718 C6_chemical_A1 +LQ00X027690 Predicted protein 5.639981172 C6_chemical_A3 +LQ00X027690 Predicted protein 6.375388065 C6_chemical_B1 +LQ00X027690 Predicted protein 5.827776265 C6_chemical_B2 +LQ00X027690 Predicted protein 5.706042352 C6_chemical_B3 +LQ00X027690 Predicted protein 5.510391201 C6_chemical_C1 +LQ00X027690 Predicted protein 6.024177111 C6_chemical_C2 +LQ00X027690 Predicted protein 5.880954948 C6_chemical_C3 +LQ00X027690 Predicted protein 5.525135913 L4_control_A1 +LQ00X027690 Predicted protein 5.549815453 L4_control_A2 +LQ00X027690 Predicted protein 6.291256339 L4_control_A3 +LQ00X027690 Predicted protein 4.999594687 L4_control_B1 +LQ00X027690 Predicted protein 5.878267244 L4_control_B2 +LQ00X027690 Predicted protein 5.819142089 L4_control_B3 +LQ00X027690 Predicted protein 5.424231814 L4_control_C2 +LQ00X027690 Predicted protein 5.631304582 L4_control_C3 +LQ00X027690 Predicted protein 5.554840378 L4_chemical_A1 +LQ00X027690 Predicted protein 5.985545394 L4_chemical_A2 +LQ00X027690 Predicted protein 5.797062289 L4_chemical_A3 +LQ00X027690 Predicted protein 5.37575474 L4_chemical_B1 +LQ00X027690 Predicted protein 5.896187839 L4_chemical_B2 +LQ00X027690 Predicted protein 5.749837927 L4_chemical_B3 +LQ00X027690 Predicted protein 5.94684371 L4_chemical_C2 +LQ00X027690 Predicted protein 5.407466078 L4_chemical_C3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.183126373 C6_control_A1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.12750325 C6_control_A3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.624012224 C6_control_B1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.949823579 C6_control_B2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.641439779 C6_control_B3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 10.21906002 C6_control_C1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.948120262 C6_control_C2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 10.08276505 C6_control_C3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.4534809 C6_chemical_A1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.333533908 C6_chemical_A3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.545560996 C6_chemical_B1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 10.06357827 C6_chemical_B2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.361762151 C6_chemical_B3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 10.143416 C6_chemical_C1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.99787162 C6_chemical_C2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.757062311 C6_chemical_C3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.18977347 L4_control_A1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.61239669 L4_control_A2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.798725823 L4_control_A3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.420863091 L4_control_B1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.829448196 L4_control_B2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.807392037 L4_control_B3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 10.03844493 L4_control_C2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 10.14405258 L4_control_C3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 8.83678039 L4_chemical_A1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.679237188 L4_chemical_A2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.463012234 L4_chemical_A3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.074094715 L4_chemical_B1 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.431465771 L4_chemical_B2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.423273391 L4_chemical_B3 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.981218653 L4_chemical_C2 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 10.00919358 L4_chemical_C3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.634201562 C6_control_A1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 6.034570117 C6_control_A3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.262433873 C6_control_B1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.90085917 C6_control_B2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.294963423 C6_control_B3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.182049064 C6_control_C1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 7.062837367 C6_control_C2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.443544757 C6_control_C3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.742767985 C6_chemical_A1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.255453748 C6_chemical_A3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.220241307 C6_chemical_B1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.996268359 C6_chemical_B2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 4.90542813 C6_chemical_B3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.280832497 C6_chemical_C1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.732137773 C6_chemical_C2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.331553412 C6_chemical_C3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.237110191 L4_control_A1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.691870193 L4_control_A2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.84759177 L4_control_A3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.019812115 L4_control_B1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.654600176 L4_control_B2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.543667294 L4_control_B3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 4.905037742 L4_control_C2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 4.68822203 L4_control_C3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 4.950427421 L4_chemical_A1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.51771748 L4_chemical_A2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.886136332 L4_chemical_A3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.679823859 L4_chemical_B1 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.812370256 L4_chemical_B2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.390473491 L4_chemical_B3 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 4.875261233 L4_chemical_C2 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.023917487 L4_chemical_C3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.878829119 C6_control_A1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 10.21086355 C6_control_A3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.174738906 C6_control_B1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.149825091 C6_control_B2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.151184772 C6_control_B3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.882100311 C6_control_C1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 10.27611916 C6_control_C2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 10.15814396 C6_control_C3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.698064128 C6_chemical_A1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.438273781 C6_chemical_A3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.014561562 C6_chemical_B1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.822032227 C6_chemical_B2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.919640428 C6_chemical_B3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.439133857 C6_chemical_C1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.872169361 C6_chemical_C2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 10.48758911 C6_chemical_C3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.541915513 L4_control_A1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.138563607 L4_control_A2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.792674396 L4_control_A3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.450708173 L4_control_B1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.648087723 L4_control_B2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.794520441 L4_control_B3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.680511448 L4_control_C2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.457439643 L4_control_C3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.014319142 L4_chemical_A1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 10.17900705 L4_chemical_A2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.004359974 L4_chemical_A3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.890282938 L4_chemical_B1 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.566923965 L4_chemical_B2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.779143023 L4_chemical_B3 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 9.728688046 L4_chemical_C2 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 7.881974629 L4_chemical_C3 +LQ00X027990 Hypothetical protein 12.51180764 C6_control_A1 +LQ00X027990 Hypothetical protein 12.24360747 C6_control_A3 +LQ00X027990 Hypothetical protein 12.02971215 C6_control_B1 +LQ00X027990 Hypothetical protein 11.96494347 C6_control_B2 +LQ00X027990 Hypothetical protein 11.93371021 C6_control_B3 +LQ00X027990 Hypothetical protein 12.19010561 C6_control_C1 +LQ00X027990 Hypothetical protein 11.9391097 C6_control_C2 +LQ00X027990 Hypothetical protein 12.32015433 C6_control_C3 +LQ00X027990 Hypothetical protein 12.39600612 C6_chemical_A1 +LQ00X027990 Hypothetical protein 12.45762708 C6_chemical_A3 +LQ00X027990 Hypothetical protein 11.8285988 C6_chemical_B1 +LQ00X027990 Hypothetical protein 11.45587513 C6_chemical_B2 +LQ00X027990 Hypothetical protein 11.60184833 C6_chemical_B3 +LQ00X027990 Hypothetical protein 11.89375554 C6_chemical_C1 +LQ00X027990 Hypothetical protein 11.86092279 C6_chemical_C2 +LQ00X027990 Hypothetical protein 12.44334066 C6_chemical_C3 +LQ00X027990 Hypothetical protein 13.30118404 L4_control_A1 +LQ00X027990 Hypothetical protein 13.58971323 L4_control_A2 +LQ00X027990 Hypothetical protein 13.48390971 L4_control_A3 +LQ00X027990 Hypothetical protein 13.0864989 L4_control_B1 +LQ00X027990 Hypothetical protein 13.13666538 L4_control_B2 +LQ00X027990 Hypothetical protein 12.86032526 L4_control_B3 +LQ00X027990 Hypothetical protein 13.50022295 L4_control_C2 +LQ00X027990 Hypothetical protein 13.64005161 L4_control_C3 +LQ00X027990 Hypothetical protein 13.40130378 L4_chemical_A1 +LQ00X027990 Hypothetical protein 13.56730335 L4_chemical_A2 +LQ00X027990 Hypothetical protein 13.45916061 L4_chemical_A3 +LQ00X027990 Hypothetical protein 13.37887686 L4_chemical_B1 +LQ00X027990 Hypothetical protein 13.23479623 L4_chemical_B2 +LQ00X027990 Hypothetical protein 12.75122557 L4_chemical_B3 +LQ00X027990 Hypothetical protein 13.6636489 L4_chemical_C2 +LQ00X027990 Hypothetical protein 13.60946154 L4_chemical_C3 +LQ00X028080 Putative Myb family transcription factor APL 4.727955551 C6_control_A1 +LQ00X028080 Putative Myb family transcription factor APL 5.22354162 C6_control_A3 +LQ00X028080 Putative Myb family transcription factor APL 5.239674817 C6_control_B1 +LQ00X028080 Putative Myb family transcription factor APL 4.913279143 C6_control_B2 +LQ00X028080 Putative Myb family transcription factor APL 4.967952723 C6_control_B3 +LQ00X028080 Putative Myb family transcription factor APL 4.988637234 C6_control_C1 +LQ00X028080 Putative Myb family transcription factor APL 4.842245574 C6_control_C2 +LQ00X028080 Putative Myb family transcription factor APL 4.887427551 C6_control_C3 +LQ00X028080 Putative Myb family transcription factor APL 4.908715097 C6_chemical_A1 +LQ00X028080 Putative Myb family transcription factor APL 5.039993331 C6_chemical_A3 +LQ00X028080 Putative Myb family transcription factor APL 5.177190297 C6_chemical_B1 +LQ00X028080 Putative Myb family transcription factor APL 4.843667681 C6_chemical_B2 +LQ00X028080 Putative Myb family transcription factor APL 4.867946072 C6_chemical_B3 +LQ00X028080 Putative Myb family transcription factor APL 5.097691716 C6_chemical_C1 +LQ00X028080 Putative Myb family transcription factor APL 4.958373503 C6_chemical_C2 +LQ00X028080 Putative Myb family transcription factor APL 4.879068375 C6_chemical_C3 +LQ00X028080 Putative Myb family transcription factor APL 4.94791575 L4_control_A1 +LQ00X028080 Putative Myb family transcription factor APL 5.181383247 L4_control_A2 +LQ00X028080 Putative Myb family transcription factor APL 5.449098662 L4_control_A3 +LQ00X028080 Putative Myb family transcription factor APL 5.438036593 L4_control_B1 +LQ00X028080 Putative Myb family transcription factor APL 5.071305879 L4_control_B2 +LQ00X028080 Putative Myb family transcription factor APL 4.898409189 L4_control_B3 +LQ00X028080 Putative Myb family transcription factor APL 4.747605827 L4_control_C2 +LQ00X028080 Putative Myb family transcription factor APL 5.18510005 L4_control_C3 +LQ00X028080 Putative Myb family transcription factor APL 5.03739261 L4_chemical_A1 +LQ00X028080 Putative Myb family transcription factor APL 5.01380403 L4_chemical_A2 +LQ00X028080 Putative Myb family transcription factor APL 5.25057126 L4_chemical_A3 +LQ00X028080 Putative Myb family transcription factor APL 5.049529696 L4_chemical_B1 +LQ00X028080 Putative Myb family transcription factor APL 5.029733345 L4_chemical_B2 +LQ00X028080 Putative Myb family transcription factor APL 4.707645315 L4_chemical_B3 +LQ00X028080 Putative Myb family transcription factor APL 5.178175421 L4_chemical_C2 +LQ00X028080 Putative Myb family transcription factor APL 5.116553494 L4_chemical_C3 +LQ00X028100 Predicted protein 10.83834324 C6_control_A1 +LQ00X028100 Predicted protein 10.96696685 C6_control_A3 +LQ00X028100 Predicted protein 10.70549197 C6_control_B1 +LQ00X028100 Predicted protein 9.861838287 C6_control_B2 +LQ00X028100 Predicted protein 10.30059159 C6_control_B3 +LQ00X028100 Predicted protein 9.928709074 C6_control_C1 +LQ00X028100 Predicted protein 9.583858009 C6_control_C2 +LQ00X028100 Predicted protein 9.875351439 C6_control_C3 +LQ00X028100 Predicted protein 10.52256304 C6_chemical_A1 +LQ00X028100 Predicted protein 11.0728702 C6_chemical_A3 +LQ00X028100 Predicted protein 10.61378997 C6_chemical_B1 +LQ00X028100 Predicted protein 9.565673591 C6_chemical_B2 +LQ00X028100 Predicted protein 10.31289082 C6_chemical_B3 +LQ00X028100 Predicted protein 9.956318635 C6_chemical_C1 +LQ00X028100 Predicted protein 9.714846521 C6_chemical_C2 +LQ00X028100 Predicted protein 9.648286458 C6_chemical_C3 +LQ00X028100 Predicted protein 10.95414469 L4_control_A1 +LQ00X028100 Predicted protein 11.32822964 L4_control_A2 +LQ00X028100 Predicted protein 11.71419245 L4_control_A3 +LQ00X028100 Predicted protein 10.670341 L4_control_B1 +LQ00X028100 Predicted protein 11.22460919 L4_control_B2 +LQ00X028100 Predicted protein 9.723701509 L4_control_B3 +LQ00X028100 Predicted protein 10.8196979 L4_control_C2 +LQ00X028100 Predicted protein 10.61696961 L4_control_C3 +LQ00X028100 Predicted protein 10.79346488 L4_chemical_A1 +LQ00X028100 Predicted protein 10.82323287 L4_chemical_A2 +LQ00X028100 Predicted protein 11.48844903 L4_chemical_A3 +LQ00X028100 Predicted protein 11.01514967 L4_chemical_B1 +LQ00X028100 Predicted protein 10.80760044 L4_chemical_B2 +LQ00X028100 Predicted protein 9.988581276 L4_chemical_B3 +LQ00X028100 Predicted protein 10.80371728 L4_chemical_C2 +LQ00X028100 Predicted protein 10.69361126 L4_chemical_C3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 11.88951217 C6_control_A1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 12.43893539 C6_control_A3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 11.10127525 C6_control_B1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 9.637551302 C6_control_B2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 10.33984782 C6_control_B3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 8.480657356 C6_control_C1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 7.980621964 C6_control_C2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 8.434251835 C6_control_C3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 11.48712909 C6_chemical_A1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 12.63366354 C6_chemical_A3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 10.48463672 C6_chemical_B1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 9.656627973 C6_chemical_B2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 10.34245689 C6_chemical_B3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 8.064440625 C6_chemical_C1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 7.901454571 C6_chemical_C2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 8.305643151 C6_chemical_C3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 12.96284534 L4_control_A1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 11.58829282 L4_control_A2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 12.58638988 L4_control_A3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 9.983645326 L4_control_B1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 10.89320608 L4_control_B2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 9.801442249 L4_control_B3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 7.924924989 L4_control_C2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 8.843158163 L4_control_C3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 11.99263424 L4_chemical_A1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 10.77901552 L4_chemical_A2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 12.25806849 L4_chemical_A3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 10.11495765 L4_chemical_B1 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 10.78225599 L4_chemical_B2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 11.36047163 L4_chemical_B3 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 7.351868904 L4_chemical_C2 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 8.306716563 L4_chemical_C3 +LQ00X028160 CDK5RAP3-like protein 7.584201921 C6_control_A1 +LQ00X028160 CDK5RAP3-like protein 6.858998806 C6_control_A3 +LQ00X028160 CDK5RAP3-like protein 7.735777402 C6_control_B1 +LQ00X028160 CDK5RAP3-like protein 8.007507522 C6_control_B2 +LQ00X028160 CDK5RAP3-like protein 7.091865711 C6_control_B3 +LQ00X028160 CDK5RAP3-like protein 8.200067841 C6_control_C1 +LQ00X028160 CDK5RAP3-like protein 8.209919201 C6_control_C2 +LQ00X028160 CDK5RAP3-like protein 8.089538524 C6_control_C3 +LQ00X028160 CDK5RAP3-like protein 7.467747377 C6_chemical_A1 +LQ00X028160 CDK5RAP3-like protein 7.770493429 C6_chemical_A3 +LQ00X028160 CDK5RAP3-like protein 6.94082401 C6_chemical_B1 +LQ00X028160 CDK5RAP3-like protein 8.159694476 C6_chemical_B2 +LQ00X028160 CDK5RAP3-like protein 7.00496035 C6_chemical_B3 +LQ00X028160 CDK5RAP3-like protein 8.405164973 C6_chemical_C1 +LQ00X028160 CDK5RAP3-like protein 8.30557231 C6_chemical_C2 +LQ00X028160 CDK5RAP3-like protein 8.382546936 C6_chemical_C3 +LQ00X028160 CDK5RAP3-like protein 7.789685233 L4_control_A1 +LQ00X028160 CDK5RAP3-like protein 7.023919523 L4_control_A2 +LQ00X028160 CDK5RAP3-like protein 7.085898635 L4_control_A3 +LQ00X028160 CDK5RAP3-like protein 6.598443011 L4_control_B1 +LQ00X028160 CDK5RAP3-like protein 7.423281939 L4_control_B2 +LQ00X028160 CDK5RAP3-like protein 8.417044461 L4_control_B3 +LQ00X028160 CDK5RAP3-like protein 6.704867559 L4_control_C2 +LQ00X028160 CDK5RAP3-like protein 7.832737337 L4_control_C3 +LQ00X028160 CDK5RAP3-like protein 7.875754828 L4_chemical_A1 +LQ00X028160 CDK5RAP3-like protein 6.606110313 L4_chemical_A2 +LQ00X028160 CDK5RAP3-like protein 7.965074327 L4_chemical_A3 +LQ00X028160 CDK5RAP3-like protein 7.124208306 L4_chemical_B1 +LQ00X028160 CDK5RAP3-like protein 7.312363664 L4_chemical_B2 +LQ00X028160 CDK5RAP3-like protein 7.979860851 L4_chemical_B3 +LQ00X028160 CDK5RAP3-like protein 7.189733289 L4_chemical_C2 +LQ00X028160 CDK5RAP3-like protein 7.911919118 L4_chemical_C3 +LQ00X028170 Protein translocase, putative 13.29455884 C6_control_A1 +LQ00X028170 Protein translocase, putative 13.75292592 C6_control_A3 +LQ00X028170 Protein translocase, putative 13.68759615 C6_control_B1 +LQ00X028170 Protein translocase, putative 13.63539111 C6_control_B2 +LQ00X028170 Protein translocase, putative 13.62248824 C6_control_B3 +LQ00X028170 Protein translocase, putative 13.20359482 C6_control_C1 +LQ00X028170 Protein translocase, putative 13.46126764 C6_control_C2 +LQ00X028170 Protein translocase, putative 13.19242581 C6_control_C3 +LQ00X028170 Protein translocase, putative 13.19361145 C6_chemical_A1 +LQ00X028170 Protein translocase, putative 13.57922531 C6_chemical_A3 +LQ00X028170 Protein translocase, putative 13.46875145 C6_chemical_B1 +LQ00X028170 Protein translocase, putative 13.55516301 C6_chemical_B2 +LQ00X028170 Protein translocase, putative 13.44392892 C6_chemical_B3 +LQ00X028170 Protein translocase, putative 13.30509019 C6_chemical_C1 +LQ00X028170 Protein translocase, putative 13.30145198 C6_chemical_C2 +LQ00X028170 Protein translocase, putative 12.96096 C6_chemical_C3 +LQ00X028170 Protein translocase, putative 13.04072919 L4_control_A1 +LQ00X028170 Protein translocase, putative 13.21979302 L4_control_A2 +LQ00X028170 Protein translocase, putative 12.08387837 L4_control_A3 +LQ00X028170 Protein translocase, putative 13.50058573 L4_control_B1 +LQ00X028170 Protein translocase, putative 13.25100596 L4_control_B2 +LQ00X028170 Protein translocase, putative 13.45748397 L4_control_B3 +LQ00X028170 Protein translocase, putative 12.89729699 L4_control_C2 +LQ00X028170 Protein translocase, putative 12.91932231 L4_control_C3 +LQ00X028170 Protein translocase, putative 13.24563085 L4_chemical_A1 +LQ00X028170 Protein translocase, putative 13.10012579 L4_chemical_A2 +LQ00X028170 Protein translocase, putative 12.09803317 L4_chemical_A3 +LQ00X028170 Protein translocase, putative 13.38380538 L4_chemical_B1 +LQ00X028170 Protein translocase, putative 13.32904741 L4_chemical_B2 +LQ00X028170 Protein translocase, putative 13.37835367 L4_chemical_B3 +LQ00X028170 Protein translocase, putative 12.76061435 L4_chemical_C2 +LQ00X028170 Protein translocase, putative 12.95016133 L4_chemical_C3 +LQ00X028180 Predicted protein 5.714085863 C6_control_A1 +LQ00X028180 Predicted protein 5.709162896 C6_control_A3 +LQ00X028180 Predicted protein 5.726225667 C6_control_B1 +LQ00X028180 Predicted protein 5.583922055 C6_control_B2 +LQ00X028180 Predicted protein 5.846599266 C6_control_B3 +LQ00X028180 Predicted protein 5.897327686 C6_control_C1 +LQ00X028180 Predicted protein 5.896949601 C6_control_C2 +LQ00X028180 Predicted protein 5.82613503 C6_control_C3 +LQ00X028180 Predicted protein 6.020620392 C6_chemical_A1 +LQ00X028180 Predicted protein 5.6716613 C6_chemical_A3 +LQ00X028180 Predicted protein 5.628060477 C6_chemical_B1 +LQ00X028180 Predicted protein 5.799185853 C6_chemical_B2 +LQ00X028180 Predicted protein 5.964281661 C6_chemical_B3 +LQ00X028180 Predicted protein 5.889207962 C6_chemical_C1 +LQ00X028180 Predicted protein 6.014446772 C6_chemical_C2 +LQ00X028180 Predicted protein 5.99100885 C6_chemical_C3 +LQ00X028180 Predicted protein 5.239765214 L4_control_A1 +LQ00X028180 Predicted protein 6.447360763 L4_control_A2 +LQ00X028180 Predicted protein 7.181015622 L4_control_A3 +LQ00X028180 Predicted protein 6.422302009 L4_control_B1 +LQ00X028180 Predicted protein 5.790353088 L4_control_B2 +LQ00X028180 Predicted protein 5.816006279 L4_control_B3 +LQ00X028180 Predicted protein 6.342758667 L4_control_C2 +LQ00X028180 Predicted protein 5.838074853 L4_control_C3 +LQ00X028180 Predicted protein 5.504790726 L4_chemical_A1 +LQ00X028180 Predicted protein 6.056542198 L4_chemical_A2 +LQ00X028180 Predicted protein 6.390912635 L4_chemical_A3 +LQ00X028180 Predicted protein 6.676786883 L4_chemical_B1 +LQ00X028180 Predicted protein 5.691772804 L4_chemical_B2 +LQ00X028180 Predicted protein 5.477539682 L4_chemical_B3 +LQ00X028180 Predicted protein 6.431463573 L4_chemical_C2 +LQ00X028180 Predicted protein 6.537625915 L4_chemical_C3 +LQ00X028190 Predicted protein 5.888707896 C6_control_A1 +LQ00X028190 Predicted protein 6.08032323 C6_control_A3 +LQ00X028190 Predicted protein 5.703663689 C6_control_B1 +LQ00X028190 Predicted protein 5.975852451 C6_control_B2 +LQ00X028190 Predicted protein 6.298962974 C6_control_B3 +LQ00X028190 Predicted protein 5.720029659 C6_control_C1 +LQ00X028190 Predicted protein 6.089362185 C6_control_C2 +LQ00X028190 Predicted protein 5.835948858 C6_control_C3 +LQ00X028190 Predicted protein 5.631604586 C6_chemical_A1 +LQ00X028190 Predicted protein 5.565563852 C6_chemical_A3 +LQ00X028190 Predicted protein 5.614949976 C6_chemical_B1 +LQ00X028190 Predicted protein 6.121236993 C6_chemical_B2 +LQ00X028190 Predicted protein 5.604900155 C6_chemical_B3 +LQ00X028190 Predicted protein 5.856731662 C6_chemical_C1 +LQ00X028190 Predicted protein 5.993652848 C6_chemical_C2 +LQ00X028190 Predicted protein 6.098396009 C6_chemical_C3 +LQ00X028190 Predicted protein 5.499346361 L4_control_A1 +LQ00X028190 Predicted protein 5.830635328 L4_control_A2 +LQ00X028190 Predicted protein 5.574691445 L4_control_A3 +LQ00X028190 Predicted protein 5.176441885 L4_control_B1 +LQ00X028190 Predicted protein 5.832977928 L4_control_B2 +LQ00X028190 Predicted protein 5.687651247 L4_control_B3 +LQ00X028190 Predicted protein 5.437098289 L4_control_C2 +LQ00X028190 Predicted protein 6.050162828 L4_control_C3 +LQ00X028190 Predicted protein 5.500605738 L4_chemical_A1 +LQ00X028190 Predicted protein 5.896682095 L4_chemical_A2 +LQ00X028190 Predicted protein 5.415859623 L4_chemical_A3 +LQ00X028190 Predicted protein 6.113423148 L4_chemical_B1 +LQ00X028190 Predicted protein 5.938109505 L4_chemical_B2 +LQ00X028190 Predicted protein 5.801689753 L4_chemical_B3 +LQ00X028190 Predicted protein 5.491432694 L4_chemical_C2 +LQ00X028190 Predicted protein 5.719467163 L4_chemical_C3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.479990361 C6_control_A1 +LQ00X028200 Putative TBCC domain-containing protein 1 4.961949946 C6_control_A3 +LQ00X028200 Putative TBCC domain-containing protein 1 5.106500783 C6_control_B1 +LQ00X028200 Putative TBCC domain-containing protein 1 4.883030459 C6_control_B2 +LQ00X028200 Putative TBCC domain-containing protein 1 5.000579208 C6_control_B3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.921321007 C6_control_C1 +LQ00X028200 Putative TBCC domain-containing protein 1 4.367498755 C6_control_C2 +LQ00X028200 Putative TBCC domain-containing protein 1 4.801419978 C6_control_C3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.716755224 C6_chemical_A1 +LQ00X028200 Putative TBCC domain-containing protein 1 5.088048719 C6_chemical_A3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.690060705 C6_chemical_B1 +LQ00X028200 Putative TBCC domain-containing protein 1 4.632285333 C6_chemical_B2 +LQ00X028200 Putative TBCC domain-containing protein 1 5.100748308 C6_chemical_B3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.600046909 C6_chemical_C1 +LQ00X028200 Putative TBCC domain-containing protein 1 4.72662854 C6_chemical_C2 +LQ00X028200 Putative TBCC domain-containing protein 1 4.78743086 C6_chemical_C3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.903819758 L4_control_A1 +LQ00X028200 Putative TBCC domain-containing protein 1 4.710603471 L4_control_A2 +LQ00X028200 Putative TBCC domain-containing protein 1 5.215628821 L4_control_A3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.927297391 L4_control_B1 +LQ00X028200 Putative TBCC domain-containing protein 1 5.025580944 L4_control_B2 +LQ00X028200 Putative TBCC domain-containing protein 1 4.678904123 L4_control_B3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.754987299 L4_control_C2 +LQ00X028200 Putative TBCC domain-containing protein 1 5.251608887 L4_control_C3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.787119535 L4_chemical_A1 +LQ00X028200 Putative TBCC domain-containing protein 1 4.768759803 L4_chemical_A2 +LQ00X028200 Putative TBCC domain-containing protein 1 4.975709717 L4_chemical_A3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.954589347 L4_chemical_B1 +LQ00X028200 Putative TBCC domain-containing protein 1 5.123274929 L4_chemical_B2 +LQ00X028200 Putative TBCC domain-containing protein 1 4.860631785 L4_chemical_B3 +LQ00X028200 Putative TBCC domain-containing protein 1 4.723243039 L4_chemical_C2 +LQ00X028200 Putative TBCC domain-containing protein 1 5.170066382 L4_chemical_C3 +LQ00X028210 Predicted protein 11.95982966 C6_control_A1 +LQ00X028210 Predicted protein 11.69217444 C6_control_A3 +LQ00X028210 Predicted protein 11.25026488 C6_control_B1 +LQ00X028210 Predicted protein 11.11867759 C6_control_B2 +LQ00X028210 Predicted protein 11.36959212 C6_control_B3 +LQ00X028210 Predicted protein 9.432890473 C6_control_C1 +LQ00X028210 Predicted protein 8.949906874 C6_control_C2 +LQ00X028210 Predicted protein 9.034821687 C6_control_C3 +LQ00X028210 Predicted protein 11.95750863 C6_chemical_A1 +LQ00X028210 Predicted protein 12.2474653 C6_chemical_A3 +LQ00X028210 Predicted protein 10.9043588 C6_chemical_B1 +LQ00X028210 Predicted protein 10.74028127 C6_chemical_B2 +LQ00X028210 Predicted protein 11.18090814 C6_chemical_B3 +LQ00X028210 Predicted protein 9.223243083 C6_chemical_C1 +LQ00X028210 Predicted protein 8.417244368 C6_chemical_C2 +LQ00X028210 Predicted protein 8.924986401 C6_chemical_C3 +LQ00X028210 Predicted protein 12.47988042 L4_control_A1 +LQ00X028210 Predicted protein 11.68889687 L4_control_A2 +LQ00X028210 Predicted protein 12.8343459 L4_control_A3 +LQ00X028210 Predicted protein 11.16555584 L4_control_B1 +LQ00X028210 Predicted protein 11.55665012 L4_control_B2 +LQ00X028210 Predicted protein 11.44461865 L4_control_B3 +LQ00X028210 Predicted protein 8.780810203 L4_control_C2 +LQ00X028210 Predicted protein 9.172617341 L4_control_C3 +LQ00X028210 Predicted protein 12.03545118 L4_chemical_A1 +LQ00X028210 Predicted protein 11.4699331 L4_chemical_A2 +LQ00X028210 Predicted protein 12.56050449 L4_chemical_A3 +LQ00X028210 Predicted protein 11.07802098 L4_chemical_B1 +LQ00X028210 Predicted protein 10.85063422 L4_chemical_B2 +LQ00X028210 Predicted protein 11.4954343 L4_chemical_B3 +LQ00X028210 Predicted protein 8.257278991 L4_chemical_C2 +LQ00X028210 Predicted protein 8.850756953 L4_chemical_C3 +LQ00X028220 TGA10 transcription factor 5.003428352 C6_control_A1 +LQ00X028220 TGA10 transcription factor 5.224555633 C6_control_A3 +LQ00X028220 TGA10 transcription factor 4.754465341 C6_control_B1 +LQ00X028220 TGA10 transcription factor 5.289090452 C6_control_B2 +LQ00X028220 TGA10 transcription factor 5.555192624 C6_control_B3 +LQ00X028220 TGA10 transcription factor 7.342833467 C6_control_C1 +LQ00X028220 TGA10 transcription factor 6.153956867 C6_control_C2 +LQ00X028220 TGA10 transcription factor 5.848862441 C6_control_C3 +LQ00X028220 TGA10 transcription factor 5.021596285 C6_chemical_A1 +LQ00X028220 TGA10 transcription factor 5.337450882 C6_chemical_A3 +LQ00X028220 TGA10 transcription factor 5.537562007 C6_chemical_B1 +LQ00X028220 TGA10 transcription factor 5.061789202 C6_chemical_B2 +LQ00X028220 TGA10 transcription factor 5.195638944 C6_chemical_B3 +LQ00X028220 TGA10 transcription factor 7.456194326 C6_chemical_C1 +LQ00X028220 TGA10 transcription factor 6.77366419 C6_chemical_C2 +LQ00X028220 TGA10 transcription factor 6.07358726 C6_chemical_C3 +LQ00X028220 TGA10 transcription factor 5.158013876 L4_control_A1 +LQ00X028220 TGA10 transcription factor 5.174333366 L4_control_A2 +LQ00X028220 TGA10 transcription factor 5.868158561 L4_control_A3 +LQ00X028220 TGA10 transcription factor 5.357696908 L4_control_B1 +LQ00X028220 TGA10 transcription factor 4.868640072 L4_control_B2 +LQ00X028220 TGA10 transcription factor 5.093377878 L4_control_B3 +LQ00X028220 TGA10 transcription factor 6.763779896 L4_control_C2 +LQ00X028220 TGA10 transcription factor 5.090564578 L4_control_C3 +LQ00X028220 TGA10 transcription factor 5.330119217 L4_chemical_A1 +LQ00X028220 TGA10 transcription factor 5.139538651 L4_chemical_A2 +LQ00X028220 TGA10 transcription factor 5.243572875 L4_chemical_A3 +LQ00X028220 TGA10 transcription factor 5.711121195 L4_chemical_B1 +LQ00X028220 TGA10 transcription factor 5.62350364 L4_chemical_B2 +LQ00X028220 TGA10 transcription factor 5.000694975 L4_chemical_B3 +LQ00X028220 TGA10 transcription factor 5.632292395 L4_chemical_C2 +LQ00X028220 TGA10 transcription factor 5.323164582 L4_chemical_C3 +LQ00X028320 Beta-glucosidase 42 11.0884119 C6_control_A1 +LQ00X028320 Beta-glucosidase 42 11.142197 C6_control_A3 +LQ00X028320 Beta-glucosidase 42 10.98779226 C6_control_B1 +LQ00X028320 Beta-glucosidase 42 10.91826215 C6_control_B2 +LQ00X028320 Beta-glucosidase 42 11.05900991 C6_control_B3 +LQ00X028320 Beta-glucosidase 42 10.79689794 C6_control_C1 +LQ00X028320 Beta-glucosidase 42 10.92295971 C6_control_C2 +LQ00X028320 Beta-glucosidase 42 10.16549432 C6_control_C3 +LQ00X028320 Beta-glucosidase 42 11.44558864 C6_chemical_A1 +LQ00X028320 Beta-glucosidase 42 11.25159979 C6_chemical_A3 +LQ00X028320 Beta-glucosidase 42 11.54562738 C6_chemical_B1 +LQ00X028320 Beta-glucosidase 42 11.37690258 C6_chemical_B2 +LQ00X028320 Beta-glucosidase 42 11.06665038 C6_chemical_B3 +LQ00X028320 Beta-glucosidase 42 10.91979772 C6_chemical_C1 +LQ00X028320 Beta-glucosidase 42 11.06600773 C6_chemical_C2 +LQ00X028320 Beta-glucosidase 42 10.39805457 C6_chemical_C3 +LQ00X028320 Beta-glucosidase 42 10.67610851 L4_control_A1 +LQ00X028320 Beta-glucosidase 42 11.10727291 L4_control_A2 +LQ00X028320 Beta-glucosidase 42 10.7430461 L4_control_A3 +LQ00X028320 Beta-glucosidase 42 10.89826595 L4_control_B1 +LQ00X028320 Beta-glucosidase 42 11.34703424 L4_control_B2 +LQ00X028320 Beta-glucosidase 42 10.47581067 L4_control_B3 +LQ00X028320 Beta-glucosidase 42 10.73342696 L4_control_C2 +LQ00X028320 Beta-glucosidase 42 10.69431183 L4_control_C3 +LQ00X028320 Beta-glucosidase 42 10.68312908 L4_chemical_A1 +LQ00X028320 Beta-glucosidase 42 11.3316732 L4_chemical_A2 +LQ00X028320 Beta-glucosidase 42 10.60838248 L4_chemical_A3 +LQ00X028320 Beta-glucosidase 42 10.79903345 L4_chemical_B1 +LQ00X028320 Beta-glucosidase 42 11.060127 L4_chemical_B2 +LQ00X028320 Beta-glucosidase 42 10.31115654 L4_chemical_B3 +LQ00X028320 Beta-glucosidase 42 10.55351009 L4_chemical_C2 +LQ00X028320 Beta-glucosidase 42 10.89901941 L4_chemical_C3 +LQ00X028390 Cohesin subunit rad21, putative 7.623501471 C6_control_A1 +LQ00X028390 Cohesin subunit rad21, putative 7.862132289 C6_control_A3 +LQ00X028390 Cohesin subunit rad21, putative 7.044678851 C6_control_B1 +LQ00X028390 Cohesin subunit rad21, putative 7.016687486 C6_control_B2 +LQ00X028390 Cohesin subunit rad21, putative 7.926421712 C6_control_B3 +LQ00X028390 Cohesin subunit rad21, putative 7.132042618 C6_control_C1 +LQ00X028390 Cohesin subunit rad21, putative 8.354818423 C6_control_C2 +LQ00X028390 Cohesin subunit rad21, putative 7.555685999 C6_control_C3 +LQ00X028390 Cohesin subunit rad21, putative 8.638992494 C6_chemical_A1 +LQ00X028390 Cohesin subunit rad21, putative 8.449112829 C6_chemical_A3 +LQ00X028390 Cohesin subunit rad21, putative 9.005751573 C6_chemical_B1 +LQ00X028390 Cohesin subunit rad21, putative 7.63604474 C6_chemical_B2 +LQ00X028390 Cohesin subunit rad21, putative 9.327841706 C6_chemical_B3 +LQ00X028390 Cohesin subunit rad21, putative 8.67304758 C6_chemical_C1 +LQ00X028390 Cohesin subunit rad21, putative 8.735415806 C6_chemical_C2 +LQ00X028390 Cohesin subunit rad21, putative 9.112422056 C6_chemical_C3 +LQ00X028390 Cohesin subunit rad21, putative 8.03919815 L4_control_A1 +LQ00X028390 Cohesin subunit rad21, putative 8.115769518 L4_control_A2 +LQ00X028390 Cohesin subunit rad21, putative 8.424213841 L4_control_A3 +LQ00X028390 Cohesin subunit rad21, putative 8.673386502 L4_control_B1 +LQ00X028390 Cohesin subunit rad21, putative 8.795178215 L4_control_B2 +LQ00X028390 Cohesin subunit rad21, putative 8.608016414 L4_control_B3 +LQ00X028390 Cohesin subunit rad21, putative 9.988617658 L4_control_C2 +LQ00X028390 Cohesin subunit rad21, putative 10.19716597 L4_control_C3 +LQ00X028390 Cohesin subunit rad21, putative 7.346187376 L4_chemical_A1 +LQ00X028390 Cohesin subunit rad21, putative 7.50276667 L4_chemical_A2 +LQ00X028390 Cohesin subunit rad21, putative 7.747440388 L4_chemical_A3 +LQ00X028390 Cohesin subunit rad21, putative 8.812288393 L4_chemical_B1 +LQ00X028390 Cohesin subunit rad21, putative 8.316404131 L4_chemical_B2 +LQ00X028390 Cohesin subunit rad21, putative 8.213186091 L4_chemical_B3 +LQ00X028390 Cohesin subunit rad21, putative 9.135709034 L4_chemical_C2 +LQ00X028390 Cohesin subunit rad21, putative 9.679044637 L4_chemical_C3 +LQ00X028500 Hypothetical protein 5.226712222 C6_control_A1 +LQ00X028500 Hypothetical protein 5.652796749 C6_control_A3 +LQ00X028500 Hypothetical protein 5.097965035 C6_control_B1 +LQ00X028500 Hypothetical protein 5.350618198 C6_control_B2 +LQ00X028500 Hypothetical protein 5.404203306 C6_control_B3 +LQ00X028500 Hypothetical protein 5.37193252 C6_control_C1 +LQ00X028500 Hypothetical protein 5.424378197 C6_control_C2 +LQ00X028500 Hypothetical protein 4.898230536 C6_control_C3 +LQ00X028500 Hypothetical protein 5.679250175 C6_chemical_A1 +LQ00X028500 Hypothetical protein 5.213741751 C6_chemical_A3 +LQ00X028500 Hypothetical protein 5.110233031 C6_chemical_B1 +LQ00X028500 Hypothetical protein 5.230854682 C6_chemical_B2 +LQ00X028500 Hypothetical protein 5.388551991 C6_chemical_B3 +LQ00X028500 Hypothetical protein 5.537420577 C6_chemical_C1 +LQ00X028500 Hypothetical protein 5.299666853 C6_chemical_C2 +LQ00X028500 Hypothetical protein 5.094359867 C6_chemical_C3 +LQ00X028500 Hypothetical protein 5.729628646 L4_control_A1 +LQ00X028500 Hypothetical protein 5.993462286 L4_control_A2 +LQ00X028500 Hypothetical protein 6.150894803 L4_control_A3 +LQ00X028500 Hypothetical protein 5.442165246 L4_control_B1 +LQ00X028500 Hypothetical protein 6.000718835 L4_control_B2 +LQ00X028500 Hypothetical protein 5.544169839 L4_control_B3 +LQ00X028500 Hypothetical protein 5.903596255 L4_control_C2 +LQ00X028500 Hypothetical protein 5.571820022 L4_control_C3 +LQ00X028500 Hypothetical protein 5.853190563 L4_chemical_A1 +LQ00X028500 Hypothetical protein 5.688508299 L4_chemical_A2 +LQ00X028500 Hypothetical protein 6.041987713 L4_chemical_A3 +LQ00X028500 Hypothetical protein 5.331051049 L4_chemical_B1 +LQ00X028500 Hypothetical protein 5.232843889 L4_chemical_B2 +LQ00X028500 Hypothetical protein 5.119605272 L4_chemical_B3 +LQ00X028500 Hypothetical protein 6.152143198 L4_chemical_C2 +LQ00X028500 Hypothetical protein 6.134516064 L4_chemical_C3 +LQ00X028790 T-complex protein 1 subunit zeta 13.12658504 C6_control_A1 +LQ00X028790 T-complex protein 1 subunit zeta 13.7240509 C6_control_A3 +LQ00X028790 T-complex protein 1 subunit zeta 12.94784804 C6_control_B1 +LQ00X028790 T-complex protein 1 subunit zeta 13.01609023 C6_control_B2 +LQ00X028790 T-complex protein 1 subunit zeta 12.9491751 C6_control_B3 +LQ00X028790 T-complex protein 1 subunit zeta 12.98140752 C6_control_C1 +LQ00X028790 T-complex protein 1 subunit zeta 12.81761266 C6_control_C2 +LQ00X028790 T-complex protein 1 subunit zeta 12.94502781 C6_control_C3 +LQ00X028790 T-complex protein 1 subunit zeta 13.19176406 C6_chemical_A1 +LQ00X028790 T-complex protein 1 subunit zeta 13.7271034 C6_chemical_A3 +LQ00X028790 T-complex protein 1 subunit zeta 12.58479486 C6_chemical_B1 +LQ00X028790 T-complex protein 1 subunit zeta 12.73695171 C6_chemical_B2 +LQ00X028790 T-complex protein 1 subunit zeta 12.76298316 C6_chemical_B3 +LQ00X028790 T-complex protein 1 subunit zeta 12.85810219 C6_chemical_C1 +LQ00X028790 T-complex protein 1 subunit zeta 12.89039009 C6_chemical_C2 +LQ00X028790 T-complex protein 1 subunit zeta 12.5271229 C6_chemical_C3 +LQ00X028790 T-complex protein 1 subunit zeta 13.7731021 L4_control_A1 +LQ00X028790 T-complex protein 1 subunit zeta 13.54705929 L4_control_A2 +LQ00X028790 T-complex protein 1 subunit zeta 13.60870797 L4_control_A3 +LQ00X028790 T-complex protein 1 subunit zeta 12.33012648 L4_control_B1 +LQ00X028790 T-complex protein 1 subunit zeta 12.63116728 L4_control_B2 +LQ00X028790 T-complex protein 1 subunit zeta 12.86719233 L4_control_B3 +LQ00X028790 T-complex protein 1 subunit zeta 11.9657992 L4_control_C2 +LQ00X028790 T-complex protein 1 subunit zeta 12.44719161 L4_control_C3 +LQ00X028790 T-complex protein 1 subunit zeta 13.24561308 L4_chemical_A1 +LQ00X028790 T-complex protein 1 subunit zeta 13.01464776 L4_chemical_A2 +LQ00X028790 T-complex protein 1 subunit zeta 13.3772254 L4_chemical_A3 +LQ00X028790 T-complex protein 1 subunit zeta 12.41844241 L4_chemical_B1 +LQ00X028790 T-complex protein 1 subunit zeta 12.66156571 L4_chemical_B2 +LQ00X028790 T-complex protein 1 subunit zeta 13.26252165 L4_chemical_B3 +LQ00X028790 T-complex protein 1 subunit zeta 12.38519083 L4_chemical_C2 +LQ00X028790 T-complex protein 1 subunit zeta 12.73547384 L4_chemical_C3 +LQ00X028850 Retrotransposon gag protein 4.957974428 C6_control_A1 +LQ00X028850 Retrotransposon gag protein 5.199233335 C6_control_A3 +LQ00X028850 Retrotransposon gag protein 4.801218368 C6_control_B1 +LQ00X028850 Retrotransposon gag protein 4.805409634 C6_control_B2 +LQ00X028850 Retrotransposon gag protein 4.962520893 C6_control_B3 +LQ00X028850 Retrotransposon gag protein 5.183271496 C6_control_C1 +LQ00X028850 Retrotransposon gag protein 4.705041632 C6_control_C2 +LQ00X028850 Retrotransposon gag protein 5.866411318 C6_control_C3 +LQ00X028850 Retrotransposon gag protein 5.055361722 C6_chemical_A1 +LQ00X028850 Retrotransposon gag protein 5.070202751 C6_chemical_A3 +LQ00X028850 Retrotransposon gag protein 4.991351765 C6_chemical_B1 +LQ00X028850 Retrotransposon gag protein 4.859935153 C6_chemical_B2 +LQ00X028850 Retrotransposon gag protein 4.799220515 C6_chemical_B3 +LQ00X028850 Retrotransposon gag protein 4.928422841 C6_chemical_C1 +LQ00X028850 Retrotransposon gag protein 4.755184841 C6_chemical_C2 +LQ00X028850 Retrotransposon gag protein 4.954134064 C6_chemical_C3 +LQ00X028850 Retrotransposon gag protein 4.930133941 L4_control_A1 +LQ00X028850 Retrotransposon gag protein 5.124678859 L4_control_A2 +LQ00X028850 Retrotransposon gag protein 5.403865056 L4_control_A3 +LQ00X028850 Retrotransposon gag protein 5.292343811 L4_control_B1 +LQ00X028850 Retrotransposon gag protein 5.268894333 L4_control_B2 +LQ00X028850 Retrotransposon gag protein 4.929543605 L4_control_B3 +LQ00X028850 Retrotransposon gag protein 5.289031529 L4_control_C2 +LQ00X028850 Retrotransposon gag protein 5.242776025 L4_control_C3 +LQ00X028850 Retrotransposon gag protein 5.240371441 L4_chemical_A1 +LQ00X028850 Retrotransposon gag protein 5.085550132 L4_chemical_A2 +LQ00X028850 Retrotransposon gag protein 5.393227879 L4_chemical_A3 +LQ00X028850 Retrotransposon gag protein 5.440158064 L4_chemical_B1 +LQ00X028850 Retrotransposon gag protein 5.569091032 L4_chemical_B2 +LQ00X028850 Retrotransposon gag protein 4.758734227 L4_chemical_B3 +LQ00X028850 Retrotransposon gag protein 5.645745376 L4_chemical_C2 +LQ00X028850 Retrotransposon gag protein 4.739026109 L4_chemical_C3 +LQ00X028851 Putative uncharacterized protein 5.869522371 C6_control_A1 +LQ00X028851 Putative uncharacterized protein 4.967197561 C6_control_A3 +LQ00X028851 Putative uncharacterized protein 5.452974346 C6_control_B1 +LQ00X028851 Putative uncharacterized protein 8.193734098 C6_control_B2 +LQ00X028851 Putative uncharacterized protein 5.246087461 C6_control_B3 +LQ00X028851 Putative uncharacterized protein 8.988775026 C6_control_C1 +LQ00X028851 Putative uncharacterized protein 8.684781363 C6_control_C2 +LQ00X028851 Putative uncharacterized protein 8.64631358 C6_control_C3 +LQ00X028851 Putative uncharacterized protein 6.511952267 C6_chemical_A1 +LQ00X028851 Putative uncharacterized protein 5.457723444 C6_chemical_A3 +LQ00X028851 Putative uncharacterized protein 6.761299115 C6_chemical_B1 +LQ00X028851 Putative uncharacterized protein 9.158686908 C6_chemical_B2 +LQ00X028851 Putative uncharacterized protein 5.626609736 C6_chemical_B3 +LQ00X028851 Putative uncharacterized protein 9.310412664 C6_chemical_C1 +LQ00X028851 Putative uncharacterized protein 9.242009596 C6_chemical_C2 +LQ00X028851 Putative uncharacterized protein 9.427339544 C6_chemical_C3 +LQ00X028851 Putative uncharacterized protein 4.657384265 L4_control_A1 +LQ00X028851 Putative uncharacterized protein 4.995835157 L4_control_A2 +LQ00X028851 Putative uncharacterized protein 4.669782731 L4_control_A3 +LQ00X028851 Putative uncharacterized protein 5.243579325 L4_control_B1 +LQ00X028851 Putative uncharacterized protein 5.474303552 L4_control_B2 +LQ00X028851 Putative uncharacterized protein 5.570385723 L4_control_B3 +LQ00X028851 Putative uncharacterized protein 5.136893552 L4_control_C2 +LQ00X028851 Putative uncharacterized protein 4.933431179 L4_control_C3 +LQ00X028851 Putative uncharacterized protein 5.708846972 L4_chemical_A1 +LQ00X028851 Putative uncharacterized protein 5.404443321 L4_chemical_A2 +LQ00X028851 Putative uncharacterized protein 4.892504859 L4_chemical_A3 +LQ00X028851 Putative uncharacterized protein 5.462668891 L4_chemical_B1 +LQ00X028851 Putative uncharacterized protein 5.753418202 L4_chemical_B2 +LQ00X028851 Putative uncharacterized protein 5.391071704 L4_chemical_B3 +LQ00X028851 Putative uncharacterized protein 5.278843991 L4_chemical_C2 +LQ00X028851 Putative uncharacterized protein 5.407444832 L4_chemical_C3 +LQ00X028940 Kinase, putative 14.13634457 C6_control_A1 +LQ00X028940 Kinase, putative 13.12951032 C6_control_A3 +LQ00X028940 Kinase, putative 14.22615085 C6_control_B1 +LQ00X028940 Kinase, putative 13.91797264 C6_control_B2 +LQ00X028940 Kinase, putative 13.9146315 C6_control_B3 +LQ00X028940 Kinase, putative 13.62560601 C6_control_C1 +LQ00X028940 Kinase, putative 13.66718731 C6_control_C2 +LQ00X028940 Kinase, putative 13.43859743 C6_control_C3 +LQ00X028940 Kinase, putative 14.22120548 C6_chemical_A1 +LQ00X028940 Kinase, putative 13.35131412 C6_chemical_A3 +LQ00X028940 Kinase, putative 14.33810942 C6_chemical_B1 +LQ00X028940 Kinase, putative 13.8643054 C6_chemical_B2 +LQ00X028940 Kinase, putative 13.71173709 C6_chemical_B3 +LQ00X028940 Kinase, putative 13.65805104 C6_chemical_C1 +LQ00X028940 Kinase, putative 13.71919662 C6_chemical_C2 +LQ00X028940 Kinase, putative 13.49166849 C6_chemical_C3 +LQ00X028940 Kinase, putative 13.573291 L4_control_A1 +LQ00X028940 Kinase, putative 13.55853205 L4_control_A2 +LQ00X028940 Kinase, putative 13.11271693 L4_control_A3 +LQ00X028940 Kinase, putative 13.94077321 L4_control_B1 +LQ00X028940 Kinase, putative 13.76098156 L4_control_B2 +LQ00X028940 Kinase, putative 13.4003968 L4_control_B3 +LQ00X028940 Kinase, putative 13.99894408 L4_control_C2 +LQ00X028940 Kinase, putative 13.17273105 L4_control_C3 +LQ00X028940 Kinase, putative 13.57943487 L4_chemical_A1 +LQ00X028940 Kinase, putative 13.6578685 L4_chemical_A2 +LQ00X028940 Kinase, putative 13.43804538 L4_chemical_A3 +LQ00X028940 Kinase, putative 13.76649712 L4_chemical_B1 +LQ00X028940 Kinase, putative 13.75803086 L4_chemical_B2 +LQ00X028940 Kinase, putative 13.48603087 L4_chemical_B3 +LQ00X028940 Kinase, putative 13.95534608 L4_chemical_C2 +LQ00X028940 Kinase, putative 13.43605409 L4_chemical_C3 +LQ00X028950 ATP binding protein, putative 5.432633525 C6_control_A1 +LQ00X028950 ATP binding protein, putative 5.432907762 C6_control_A3 +LQ00X028950 ATP binding protein, putative 4.852379089 C6_control_B1 +LQ00X028950 ATP binding protein, putative 5.250988727 C6_control_B2 +LQ00X028950 ATP binding protein, putative 5.605926693 C6_control_B3 +LQ00X028950 ATP binding protein, putative 6.033815641 C6_control_C1 +LQ00X028950 ATP binding protein, putative 5.258403406 C6_control_C2 +LQ00X028950 ATP binding protein, putative 5.343796198 C6_control_C3 +LQ00X028950 ATP binding protein, putative 5.582011275 C6_chemical_A1 +LQ00X028950 ATP binding protein, putative 5.445202272 C6_chemical_A3 +LQ00X028950 ATP binding protein, putative 5.741741895 C6_chemical_B1 +LQ00X028950 ATP binding protein, putative 5.298254558 C6_chemical_B2 +LQ00X028950 ATP binding protein, putative 5.277056113 C6_chemical_B3 +LQ00X028950 ATP binding protein, putative 5.981952711 C6_chemical_C1 +LQ00X028950 ATP binding protein, putative 5.774046504 C6_chemical_C2 +LQ00X028950 ATP binding protein, putative 5.031032526 C6_chemical_C3 +LQ00X028950 ATP binding protein, putative 5.256629009 L4_control_A1 +LQ00X028950 ATP binding protein, putative 5.389220216 L4_control_A2 +LQ00X028950 ATP binding protein, putative 5.152662908 L4_control_A3 +LQ00X028950 ATP binding protein, putative 5.199074921 L4_control_B1 +LQ00X028950 ATP binding protein, putative 6.083473042 L4_control_B2 +LQ00X028950 ATP binding protein, putative 5.589949907 L4_control_B3 +LQ00X028950 ATP binding protein, putative 5.293151376 L4_control_C2 +LQ00X028950 ATP binding protein, putative 5.675710515 L4_control_C3 +LQ00X028950 ATP binding protein, putative 5.205685006 L4_chemical_A1 +LQ00X028950 ATP binding protein, putative 5.677033435 L4_chemical_A2 +LQ00X028950 ATP binding protein, putative 5.446222702 L4_chemical_A3 +LQ00X028950 ATP binding protein, putative 5.442441647 L4_chemical_B1 +LQ00X028950 ATP binding protein, putative 6.052334122 L4_chemical_B2 +LQ00X028950 ATP binding protein, putative 5.459725076 L4_chemical_B3 +LQ00X028950 ATP binding protein, putative 4.828403593 L4_chemical_C2 +LQ00X028950 ATP binding protein, putative 5.271214824 L4_chemical_C3 +LQ00X028980 Predicted protein 5.7512403 C6_control_A1 +LQ00X028980 Predicted protein 5.510811329 C6_control_A3 +LQ00X028980 Predicted protein 6.104795384 C6_control_B1 +LQ00X028980 Predicted protein 5.825463648 C6_control_B2 +LQ00X028980 Predicted protein 6.174783855 C6_control_B3 +LQ00X028980 Predicted protein 5.93091792 C6_control_C1 +LQ00X028980 Predicted protein 5.94185175 C6_control_C2 +LQ00X028980 Predicted protein 5.700173905 C6_control_C3 +LQ00X028980 Predicted protein 5.708834379 C6_chemical_A1 +LQ00X028980 Predicted protein 5.693884492 C6_chemical_A3 +LQ00X028980 Predicted protein 5.85106386 C6_chemical_B1 +LQ00X028980 Predicted protein 5.640969128 C6_chemical_B2 +LQ00X028980 Predicted protein 5.802093403 C6_chemical_B3 +LQ00X028980 Predicted protein 5.801116534 C6_chemical_C1 +LQ00X028980 Predicted protein 6.064607337 C6_chemical_C2 +LQ00X028980 Predicted protein 6.008389797 C6_chemical_C3 +LQ00X028980 Predicted protein 5.540368154 L4_control_A1 +LQ00X028980 Predicted protein 5.673085985 L4_control_A2 +LQ00X028980 Predicted protein 5.622265833 L4_control_A3 +LQ00X028980 Predicted protein 5.647508468 L4_control_B1 +LQ00X028980 Predicted protein 5.580353834 L4_control_B2 +LQ00X028980 Predicted protein 5.652883243 L4_control_B3 +LQ00X028980 Predicted protein 5.57256962 L4_control_C2 +LQ00X028980 Predicted protein 5.887788726 L4_control_C3 +LQ00X028980 Predicted protein 5.810567877 L4_chemical_A1 +LQ00X028980 Predicted protein 5.641339101 L4_chemical_A2 +LQ00X028980 Predicted protein 5.445956306 L4_chemical_A3 +LQ00X028980 Predicted protein 5.858694053 L4_chemical_B1 +LQ00X028980 Predicted protein 5.49976976 L4_chemical_B2 +LQ00X028980 Predicted protein 5.44613678 L4_chemical_B3 +LQ00X028980 Predicted protein 5.35118431 L4_chemical_C2 +LQ00X028980 Predicted protein 5.469302506 L4_chemical_C3 +LQ00X029090 Hypothetical protein 10.02033115 C6_control_A1 +LQ00X029090 Hypothetical protein 10.13612943 C6_control_A3 +LQ00X029090 Hypothetical protein 9.252190284 C6_control_B1 +LQ00X029090 Hypothetical protein 8.773182514 C6_control_B2 +LQ00X029090 Hypothetical protein 8.21158865 C6_control_B3 +LQ00X029090 Hypothetical protein 10.69625124 C6_control_C1 +LQ00X029090 Hypothetical protein 10.40871972 C6_control_C2 +LQ00X029090 Hypothetical protein 10.84160988 C6_control_C3 +LQ00X029090 Hypothetical protein 9.166049477 C6_chemical_A1 +LQ00X029090 Hypothetical protein 8.778823222 C6_chemical_A3 +LQ00X029090 Hypothetical protein 7.724281634 C6_chemical_B1 +LQ00X029090 Hypothetical protein 8.188943498 C6_chemical_B2 +LQ00X029090 Hypothetical protein 7.942807562 C6_chemical_B3 +LQ00X029090 Hypothetical protein 10.58188515 C6_chemical_C1 +LQ00X029090 Hypothetical protein 10.8880481 C6_chemical_C2 +LQ00X029090 Hypothetical protein 10.62988469 C6_chemical_C3 +LQ00X029090 Hypothetical protein 10.4032694 L4_control_A1 +LQ00X029090 Hypothetical protein 10.14838821 L4_control_A2 +LQ00X029090 Hypothetical protein 10.5021119 L4_control_A3 +LQ00X029090 Hypothetical protein 9.001668107 L4_control_B1 +LQ00X029090 Hypothetical protein 7.007020258 L4_control_B2 +LQ00X029090 Hypothetical protein 9.240545928 L4_control_B3 +LQ00X029090 Hypothetical protein 9.740218955 L4_control_C2 +LQ00X029090 Hypothetical protein 9.51967498 L4_control_C3 +LQ00X029090 Hypothetical protein 9.861762468 L4_chemical_A1 +LQ00X029090 Hypothetical protein 9.832295073 L4_chemical_A2 +LQ00X029090 Hypothetical protein 10.34844574 L4_chemical_A3 +LQ00X029090 Hypothetical protein 9.192305854 L4_chemical_B1 +LQ00X029090 Hypothetical protein 8.434008412 L4_chemical_B2 +LQ00X029090 Hypothetical protein 9.106422504 L4_chemical_B3 +LQ00X029090 Hypothetical protein 9.854571432 L4_chemical_C2 +LQ00X029090 Hypothetical protein 9.758220087 L4_chemical_C3 +LQ00X029100 Predicted protein 10.20706303 C6_control_A1 +LQ00X029100 Predicted protein 9.79748348 C6_control_A3 +LQ00X029100 Predicted protein 10.34422438 C6_control_B1 +LQ00X029100 Predicted protein 9.873571144 C6_control_B2 +LQ00X029100 Predicted protein 10.20447363 C6_control_B3 +LQ00X029100 Predicted protein 9.685546679 C6_control_C1 +LQ00X029100 Predicted protein 9.476656665 C6_control_C2 +LQ00X029100 Predicted protein 9.575795209 C6_control_C3 +LQ00X029100 Predicted protein 10.2224669 C6_chemical_A1 +LQ00X029100 Predicted protein 9.869491483 C6_chemical_A3 +LQ00X029100 Predicted protein 10.66945571 C6_chemical_B1 +LQ00X029100 Predicted protein 9.933999184 C6_chemical_B2 +LQ00X029100 Predicted protein 10.44519087 C6_chemical_B3 +LQ00X029100 Predicted protein 9.547027441 C6_chemical_C1 +LQ00X029100 Predicted protein 9.639270052 C6_chemical_C2 +LQ00X029100 Predicted protein 9.930917946 C6_chemical_C3 +LQ00X029100 Predicted protein 10.33133179 L4_control_A1 +LQ00X029100 Predicted protein 10.4518927 L4_control_A2 +LQ00X029100 Predicted protein 11.04710298 L4_control_A3 +LQ00X029100 Predicted protein 10.56446644 L4_control_B1 +LQ00X029100 Predicted protein 11.40305833 L4_control_B2 +LQ00X029100 Predicted protein 11.07395713 L4_control_B3 +LQ00X029100 Predicted protein 10.48110798 L4_control_C2 +LQ00X029100 Predicted protein 11.59913766 L4_control_C3 +LQ00X029100 Predicted protein 9.762786981 L4_chemical_A1 +LQ00X029100 Predicted protein 9.923445443 L4_chemical_A2 +LQ00X029100 Predicted protein 10.55153151 L4_chemical_A3 +LQ00X029100 Predicted protein 10.38169177 L4_chemical_B1 +LQ00X029100 Predicted protein 10.69769641 L4_chemical_B2 +LQ00X029100 Predicted protein 10.93372998 L4_chemical_B3 +LQ00X029100 Predicted protein 10.17097641 L4_chemical_C2 +LQ00X029100 Predicted protein 11.15328483 L4_chemical_C3 +LQ00X029186 Putative uncharacterized protein 4.957980177 C6_control_A1 +LQ00X029186 Putative uncharacterized protein 4.740509799 C6_control_A3 +LQ00X029186 Putative uncharacterized protein 5.189704876 C6_control_B1 +LQ00X029186 Putative uncharacterized protein 4.925540462 C6_control_B2 +LQ00X029186 Putative uncharacterized protein 5.071890736 C6_control_B3 +LQ00X029186 Putative uncharacterized protein 4.880890484 C6_control_C1 +LQ00X029186 Putative uncharacterized protein 4.652979646 C6_control_C2 +LQ00X029186 Putative uncharacterized protein 4.852473056 C6_control_C3 +LQ00X029186 Putative uncharacterized protein 5.059082826 C6_chemical_A1 +LQ00X029186 Putative uncharacterized protein 4.854175145 C6_chemical_A3 +LQ00X029186 Putative uncharacterized protein 4.861863202 C6_chemical_B1 +LQ00X029186 Putative uncharacterized protein 4.882559384 C6_chemical_B2 +LQ00X029186 Putative uncharacterized protein 5.219991109 C6_chemical_B3 +LQ00X029186 Putative uncharacterized protein 4.781096825 C6_chemical_C1 +LQ00X029186 Putative uncharacterized protein 5.115231568 C6_chemical_C2 +LQ00X029186 Putative uncharacterized protein 4.848312627 C6_chemical_C3 +LQ00X029186 Putative uncharacterized protein 4.762761511 L4_control_A1 +LQ00X029186 Putative uncharacterized protein 5.031909945 L4_control_A2 +LQ00X029186 Putative uncharacterized protein 5.590263536 L4_control_A3 +LQ00X029186 Putative uncharacterized protein 5.160959193 L4_control_B1 +LQ00X029186 Putative uncharacterized protein 5.181158369 L4_control_B2 +LQ00X029186 Putative uncharacterized protein 5.089634638 L4_control_B3 +LQ00X029186 Putative uncharacterized protein 5.080497212 L4_control_C2 +LQ00X029186 Putative uncharacterized protein 4.788603786 L4_control_C3 +LQ00X029186 Putative uncharacterized protein 4.880091019 L4_chemical_A1 +LQ00X029186 Putative uncharacterized protein 4.920470507 L4_chemical_A2 +LQ00X029186 Putative uncharacterized protein 5.200826353 L4_chemical_A3 +LQ00X029186 Putative uncharacterized protein 5.427153454 L4_chemical_B1 +LQ00X029186 Putative uncharacterized protein 5.106581374 L4_chemical_B2 +LQ00X029186 Putative uncharacterized protein 4.786146113 L4_chemical_B3 +LQ00X029186 Putative uncharacterized protein 4.807786745 L4_chemical_C2 +LQ00X029186 Putative uncharacterized protein 5.143128926 L4_chemical_C3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.11117328 C6_control_A1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.41028088 C6_control_A3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.89737016 C6_control_B1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.93425741 C6_control_B2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.19228379 C6_control_B3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.17763737 C6_control_C1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.74721698 C6_control_C2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.01770652 C6_control_C3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.12392277 C6_chemical_A1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.45170474 C6_chemical_A3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.77918737 C6_chemical_B1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.58894012 C6_chemical_B2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.07956777 C6_chemical_B3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.39182532 C6_chemical_C1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.87837696 C6_chemical_C2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.52114056 C6_chemical_C3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.3452295 L4_control_A1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.61016227 L4_control_A2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.45963672 L4_control_A3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.22384885 L4_control_B1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.10494185 L4_control_B2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.95969013 L4_control_B3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.93358939 L4_control_C2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.80380359 L4_control_C3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.38594333 L4_chemical_A1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.63398096 L4_chemical_A2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.39159288 L4_chemical_A3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.24509137 L4_chemical_B1 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.31126598 L4_chemical_B2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.27201271 L4_chemical_B3 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.01832724 L4_chemical_C2 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 11.89591038 L4_chemical_C3 +LQ00X029350 Putative uncharacterized protein 4.928734049 C6_control_A1 +LQ00X029350 Putative uncharacterized protein 4.890490272 C6_control_A3 +LQ00X029350 Putative uncharacterized protein 4.696320896 C6_control_B1 +LQ00X029350 Putative uncharacterized protein 4.796565533 C6_control_B2 +LQ00X029350 Putative uncharacterized protein 4.524006535 C6_control_B3 +LQ00X029350 Putative uncharacterized protein 4.893259994 C6_control_C1 +LQ00X029350 Putative uncharacterized protein 4.754753666 C6_control_C2 +LQ00X029350 Putative uncharacterized protein 4.957717878 C6_control_C3 +LQ00X029350 Putative uncharacterized protein 4.951251646 C6_chemical_A1 +LQ00X029350 Putative uncharacterized protein 4.968187698 C6_chemical_A3 +LQ00X029350 Putative uncharacterized protein 4.79938283 C6_chemical_B1 +LQ00X029350 Putative uncharacterized protein 4.838698279 C6_chemical_B2 +LQ00X029350 Putative uncharacterized protein 5.290407773 C6_chemical_B3 +LQ00X029350 Putative uncharacterized protein 4.932800054 C6_chemical_C1 +LQ00X029350 Putative uncharacterized protein 4.807714826 C6_chemical_C2 +LQ00X029350 Putative uncharacterized protein 5.084331881 C6_chemical_C3 +LQ00X029350 Putative uncharacterized protein 4.755692178 L4_control_A1 +LQ00X029350 Putative uncharacterized protein 5.037703671 L4_control_A2 +LQ00X029350 Putative uncharacterized protein 4.956541874 L4_control_A3 +LQ00X029350 Putative uncharacterized protein 4.983696946 L4_control_B1 +LQ00X029350 Putative uncharacterized protein 4.832100516 L4_control_B2 +LQ00X029350 Putative uncharacterized protein 4.593994027 L4_control_B3 +LQ00X029350 Putative uncharacterized protein 5.172455234 L4_control_C2 +LQ00X029350 Putative uncharacterized protein 5.837476562 L4_control_C3 +LQ00X029350 Putative uncharacterized protein 4.471028773 L4_chemical_A1 +LQ00X029350 Putative uncharacterized protein 5.109673888 L4_chemical_A2 +LQ00X029350 Putative uncharacterized protein 5.184865028 L4_chemical_A3 +LQ00X029350 Putative uncharacterized protein 4.810234815 L4_chemical_B1 +LQ00X029350 Putative uncharacterized protein 5.021238351 L4_chemical_B2 +LQ00X029350 Putative uncharacterized protein 4.570256999 L4_chemical_B3 +LQ00X029350 Putative uncharacterized protein 4.927886844 L4_chemical_C2 +LQ00X029350 Putative uncharacterized protein 4.89741734 L4_chemical_C3 +LQ00X029490 Putative uncharacterized protein 6.748023906 C6_control_A1 +LQ00X029490 Putative uncharacterized protein 6.190758611 C6_control_A3 +LQ00X029490 Putative uncharacterized protein 6.135223582 C6_control_B1 +LQ00X029490 Putative uncharacterized protein 6.398213478 C6_control_B2 +LQ00X029490 Putative uncharacterized protein 6.858611345 C6_control_B3 +LQ00X029490 Putative uncharacterized protein 5.809149376 C6_control_C1 +LQ00X029490 Putative uncharacterized protein 6.136735568 C6_control_C2 +LQ00X029490 Putative uncharacterized protein 6.403323447 C6_control_C3 +LQ00X029490 Putative uncharacterized protein 6.725052662 C6_chemical_A1 +LQ00X029490 Putative uncharacterized protein 6.431201135 C6_chemical_A3 +LQ00X029490 Putative uncharacterized protein 6.520743935 C6_chemical_B1 +LQ00X029490 Putative uncharacterized protein 6.231990507 C6_chemical_B2 +LQ00X029490 Putative uncharacterized protein 6.701281608 C6_chemical_B3 +LQ00X029490 Putative uncharacterized protein 5.924655142 C6_chemical_C1 +LQ00X029490 Putative uncharacterized protein 6.039413397 C6_chemical_C2 +LQ00X029490 Putative uncharacterized protein 6.055152939 C6_chemical_C3 +LQ00X029490 Putative uncharacterized protein 6.435061639 L4_control_A1 +LQ00X029490 Putative uncharacterized protein 6.787804103 L4_control_A2 +LQ00X029490 Putative uncharacterized protein 6.838081125 L4_control_A3 +LQ00X029490 Putative uncharacterized protein 6.239645849 L4_control_B1 +LQ00X029490 Putative uncharacterized protein 6.710961672 L4_control_B2 +LQ00X029490 Putative uncharacterized protein 6.833536155 L4_control_B3 +LQ00X029490 Putative uncharacterized protein 5.717115555 L4_control_C2 +LQ00X029490 Putative uncharacterized protein 6.72809466 L4_control_C3 +LQ00X029490 Putative uncharacterized protein 6.424362627 L4_chemical_A1 +LQ00X029490 Putative uncharacterized protein 7.000959136 L4_chemical_A2 +LQ00X029490 Putative uncharacterized protein 7.227894432 L4_chemical_A3 +LQ00X029490 Putative uncharacterized protein 6.317764615 L4_chemical_B1 +LQ00X029490 Putative uncharacterized protein 6.802147163 L4_chemical_B2 +LQ00X029490 Putative uncharacterized protein 6.38501666 L4_chemical_B3 +LQ00X029490 Putative uncharacterized protein 5.79619278 L4_chemical_C2 +LQ00X029490 Putative uncharacterized protein 5.597730715 L4_chemical_C3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.23145084 C6_control_A1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.14440838 C6_control_A3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.57362044 C6_control_B1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.96111999 C6_control_B2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.27295985 C6_control_B3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.75308314 C6_control_C1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.63118837 C6_control_C2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.78471771 C6_control_C3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.35242953 C6_chemical_A1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.20871412 C6_chemical_A3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.21807941 C6_chemical_B1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.80376562 C6_chemical_B2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.38486676 C6_chemical_B3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.80314765 C6_chemical_C1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 12.08756455 C6_chemical_C2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.94618735 C6_chemical_C3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.4182824 L4_control_A1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.25398239 L4_control_A2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 9.761529412 L4_control_A3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 10.92764302 L4_control_B1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 10.72661654 L4_control_B2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.11717784 L4_control_B3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.08293478 L4_control_C2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.03150604 L4_control_C3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.18166 L4_chemical_A1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.5067718 L4_chemical_A2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 10.40271497 L4_chemical_A3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 10.19851911 L4_chemical_B1 +LQ00X029730 F-box/kelch-repeat protein At1g55270 10.9390543 L4_chemical_B2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.4908957 L4_chemical_B3 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.22350755 L4_chemical_C2 +LQ00X029730 F-box/kelch-repeat protein At1g55270 10.93285014 L4_chemical_C3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.75537435 C6_control_A1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.34670783 C6_control_A3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 11.09044486 C6_control_B1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.43775813 C6_control_B2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.86409827 C6_control_B3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.81488544 C6_control_C1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.33792632 C6_control_C2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.37847085 C6_control_C3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 11.17157935 C6_chemical_A1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.7501961 C6_chemical_A3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 11.49582612 C6_chemical_B1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.62963715 C6_chemical_B2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 11.27312242 C6_chemical_B3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.85497711 C6_chemical_C1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.70043465 C6_chemical_C2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.49832054 C6_chemical_C3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.56464604 L4_control_A1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.44568185 L4_control_A2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.95748823 L4_control_A3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.43891136 L4_control_B1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 11.042351 L4_control_B2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.42457286 L4_control_B3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.8997524 L4_control_C2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.6894573 L4_control_C3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 9.92804194 L4_chemical_A1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.14469164 L4_chemical_A2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.63003362 L4_chemical_A3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.53370067 L4_chemical_B1 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.25558063 L4_chemical_B2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.34345407 L4_chemical_B3 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.18129061 L4_chemical_C2 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 10.46111854 L4_chemical_C3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.420265 C6_control_A1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.21198332 C6_control_A3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.23866837 C6_control_B1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 11.99012201 C6_control_B2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.31845917 C6_control_B3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.2726371 C6_control_C1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 11.77543471 C6_control_C2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 11.74789349 C6_control_C3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.4493715 C6_chemical_A1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.70743195 C6_chemical_A3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.43696269 C6_chemical_B1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.12019145 C6_chemical_B2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.36318504 C6_chemical_B3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.43488062 C6_chemical_C1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.24205414 C6_chemical_C2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.22047049 C6_chemical_C3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.55948893 L4_control_A1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.3343216 L4_control_A2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.22788064 L4_control_A3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.50214066 L4_control_B1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.64272125 L4_control_B2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.07841457 L4_control_B3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.48385717 L4_control_C2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.45465516 L4_control_C3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.35409422 L4_chemical_A1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.08759016 L4_chemical_A2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.3187996 L4_chemical_A3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.50483369 L4_chemical_B1 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.19072306 L4_chemical_B2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.23355498 L4_chemical_B3 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.27900764 L4_chemical_C2 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.47880493 L4_chemical_C3 +LQ00X029940 Putative 66 kDa stress protein 10.99943513 C6_control_A1 +LQ00X029940 Putative 66 kDa stress protein 10.69322994 C6_control_A3 +LQ00X029940 Putative 66 kDa stress protein 10.64330682 C6_control_B1 +LQ00X029940 Putative 66 kDa stress protein 11.02236626 C6_control_B2 +LQ00X029940 Putative 66 kDa stress protein 10.6976794 C6_control_B3 +LQ00X029940 Putative 66 kDa stress protein 10.44578955 C6_control_C1 +LQ00X029940 Putative 66 kDa stress protein 10.40080717 C6_control_C2 +LQ00X029940 Putative 66 kDa stress protein 10.45860776 C6_control_C3 +LQ00X029940 Putative 66 kDa stress protein 11.10218234 C6_chemical_A1 +LQ00X029940 Putative 66 kDa stress protein 10.98169483 C6_chemical_A3 +LQ00X029940 Putative 66 kDa stress protein 10.79178712 C6_chemical_B1 +LQ00X029940 Putative 66 kDa stress protein 11.09997722 C6_chemical_B2 +LQ00X029940 Putative 66 kDa stress protein 10.88592784 C6_chemical_B3 +LQ00X029940 Putative 66 kDa stress protein 10.47759808 C6_chemical_C1 +LQ00X029940 Putative 66 kDa stress protein 10.6165649 C6_chemical_C2 +LQ00X029940 Putative 66 kDa stress protein 10.29076163 C6_chemical_C3 +LQ00X029940 Putative 66 kDa stress protein 11.14007323 L4_control_A1 +LQ00X029940 Putative 66 kDa stress protein 11.23200727 L4_control_A2 +LQ00X029940 Putative 66 kDa stress protein 10.91167473 L4_control_A3 +LQ00X029940 Putative 66 kDa stress protein 10.13682281 L4_control_B1 +LQ00X029940 Putative 66 kDa stress protein 11.3885186 L4_control_B2 +LQ00X029940 Putative 66 kDa stress protein 10.66152713 L4_control_B3 +LQ00X029940 Putative 66 kDa stress protein 9.827217842 L4_control_C2 +LQ00X029940 Putative 66 kDa stress protein 9.482159762 L4_control_C3 +LQ00X029940 Putative 66 kDa stress protein 11.19886839 L4_chemical_A1 +LQ00X029940 Putative 66 kDa stress protein 11.18848544 L4_chemical_A2 +LQ00X029940 Putative 66 kDa stress protein 10.77230178 L4_chemical_A3 +LQ00X029940 Putative 66 kDa stress protein 9.982555023 L4_chemical_B1 +LQ00X029940 Putative 66 kDa stress protein 11.27216518 L4_chemical_B2 +LQ00X029940 Putative 66 kDa stress protein 10.77630406 L4_chemical_B3 +LQ00X029940 Putative 66 kDa stress protein 9.910896841 L4_chemical_C2 +LQ00X029940 Putative 66 kDa stress protein 9.802331818 L4_chemical_C3 +LQ00X030330 Hypothetical protein 5.166827091 C6_control_A1 +LQ00X030330 Hypothetical protein 4.999561623 C6_control_A3 +LQ00X030330 Hypothetical protein 5.269305769 C6_control_B1 +LQ00X030330 Hypothetical protein 5.454676923 C6_control_B2 +LQ00X030330 Hypothetical protein 5.536075284 C6_control_B3 +LQ00X030330 Hypothetical protein 6.050760665 C6_control_C1 +LQ00X030330 Hypothetical protein 5.177645087 C6_control_C2 +LQ00X030330 Hypothetical protein 5.543457456 C6_control_C3 +LQ00X030330 Hypothetical protein 5.306338164 C6_chemical_A1 +LQ00X030330 Hypothetical protein 5.374570706 C6_chemical_A3 +LQ00X030330 Hypothetical protein 5.292580213 C6_chemical_B1 +LQ00X030330 Hypothetical protein 5.328412592 C6_chemical_B2 +LQ00X030330 Hypothetical protein 5.273741067 C6_chemical_B3 +LQ00X030330 Hypothetical protein 5.708550814 C6_chemical_C1 +LQ00X030330 Hypothetical protein 5.502755325 C6_chemical_C2 +LQ00X030330 Hypothetical protein 5.985857581 C6_chemical_C3 +LQ00X030330 Hypothetical protein 4.901230183 L4_control_A1 +LQ00X030330 Hypothetical protein 5.37648202 L4_control_A2 +LQ00X030330 Hypothetical protein 5.742178434 L4_control_A3 +LQ00X030330 Hypothetical protein 5.500420908 L4_control_B1 +LQ00X030330 Hypothetical protein 5.26240063 L4_control_B2 +LQ00X030330 Hypothetical protein 5.083927861 L4_control_B3 +LQ00X030330 Hypothetical protein 5.31226769 L4_control_C2 +LQ00X030330 Hypothetical protein 5.474291654 L4_control_C3 +LQ00X030330 Hypothetical protein 4.898888492 L4_chemical_A1 +LQ00X030330 Hypothetical protein 5.276128634 L4_chemical_A2 +LQ00X030330 Hypothetical protein 5.279126093 L4_chemical_A3 +LQ00X030330 Hypothetical protein 5.334388404 L4_chemical_B1 +LQ00X030330 Hypothetical protein 5.285344897 L4_chemical_B2 +LQ00X030330 Hypothetical protein 4.970488275 L4_chemical_B3 +LQ00X030330 Hypothetical protein 5.131116126 L4_chemical_C2 +LQ00X030330 Hypothetical protein 5.936087893 L4_chemical_C3 +LQ00X030360 Putative uncharacterized protein 5.108290287 C6_control_A1 +LQ00X030360 Putative uncharacterized protein 5.854815533 C6_control_A3 +LQ00X030360 Putative uncharacterized protein 5.994054637 C6_control_B1 +LQ00X030360 Putative uncharacterized protein 5.651687025 C6_control_B2 +LQ00X030360 Putative uncharacterized protein 5.807238526 C6_control_B3 +LQ00X030360 Putative uncharacterized protein 6.003313773 C6_control_C1 +LQ00X030360 Putative uncharacterized protein 7.026013137 C6_control_C2 +LQ00X030360 Putative uncharacterized protein 5.893633569 C6_control_C3 +LQ00X030360 Putative uncharacterized protein 6.560884534 C6_chemical_A1 +LQ00X030360 Putative uncharacterized protein 6.702829108 C6_chemical_A3 +LQ00X030360 Putative uncharacterized protein 7.071151702 C6_chemical_B1 +LQ00X030360 Putative uncharacterized protein 6.905050264 C6_chemical_B2 +LQ00X030360 Putative uncharacterized protein 7.854528001 C6_chemical_B3 +LQ00X030360 Putative uncharacterized protein 7.932650878 C6_chemical_C1 +LQ00X030360 Putative uncharacterized protein 7.995633886 C6_chemical_C2 +LQ00X030360 Putative uncharacterized protein 8.229871677 C6_chemical_C3 +LQ00X030360 Putative uncharacterized protein 6.562561201 L4_control_A1 +LQ00X030360 Putative uncharacterized protein 5.716909828 L4_control_A2 +LQ00X030360 Putative uncharacterized protein 5.597780927 L4_control_A3 +LQ00X030360 Putative uncharacterized protein 5.918402983 L4_control_B1 +LQ00X030360 Putative uncharacterized protein 5.864438971 L4_control_B2 +LQ00X030360 Putative uncharacterized protein 6.60301587 L4_control_B3 +LQ00X030360 Putative uncharacterized protein 8.995875382 L4_control_C2 +LQ00X030360 Putative uncharacterized protein 7.37050713 L4_control_C3 +LQ00X030360 Putative uncharacterized protein 6.610725725 L4_chemical_A1 +LQ00X030360 Putative uncharacterized protein 5.489238005 L4_chemical_A2 +LQ00X030360 Putative uncharacterized protein 5.719017126 L4_chemical_A3 +LQ00X030360 Putative uncharacterized protein 6.176809936 L4_chemical_B1 +LQ00X030360 Putative uncharacterized protein 5.898692983 L4_chemical_B2 +LQ00X030360 Putative uncharacterized protein 6.595873076 L4_chemical_B3 +LQ00X030360 Putative uncharacterized protein 8.23036402 L4_chemical_C2 +LQ00X030360 Putative uncharacterized protein 7.99176083 L4_chemical_C3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 4.864822493 C6_control_A1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.437066787 C6_control_A3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.363835566 C6_control_B1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 4.86208379 C6_control_B2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 4.896398227 C6_control_B3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.352890001 C6_control_C1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.518322658 C6_control_C2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.305181997 C6_control_C3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.417434822 C6_chemical_A1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.547741815 C6_chemical_A3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 4.880920678 C6_chemical_B1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.084602929 C6_chemical_B2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 4.997161492 C6_chemical_B3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.497077968 C6_chemical_C1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.148209167 C6_chemical_C2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.028803212 C6_chemical_C3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.040683156 L4_control_A1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.41763751 L4_control_A2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.352944775 L4_control_A3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.05585942 L4_control_B1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.278679556 L4_control_B2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 4.857748236 L4_control_B3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.526577253 L4_control_C2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.71007798 L4_control_C3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 4.967649655 L4_chemical_A1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.002134652 L4_chemical_A2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.618406865 L4_chemical_A3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 4.983654599 L4_chemical_B1 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.898168167 L4_chemical_B2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.197392316 L4_chemical_B3 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.398292945 L4_chemical_C2 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.016871208 L4_chemical_C3 +LQ00X030420 Predicted protein 11.5210438 C6_control_A1 +LQ00X030420 Predicted protein 11.35572863 C6_control_A3 +LQ00X030420 Predicted protein 11.30035911 C6_control_B1 +LQ00X030420 Predicted protein 12.46194323 C6_control_B2 +LQ00X030420 Predicted protein 11.342253 C6_control_B3 +LQ00X030420 Predicted protein 12.69858129 C6_control_C1 +LQ00X030420 Predicted protein 13.21987153 C6_control_C2 +LQ00X030420 Predicted protein 12.84951854 C6_control_C3 +LQ00X030420 Predicted protein 11.30493622 C6_chemical_A1 +LQ00X030420 Predicted protein 11.56889064 C6_chemical_A3 +LQ00X030420 Predicted protein 11.53923179 C6_chemical_B1 +LQ00X030420 Predicted protein 12.48086456 C6_chemical_B2 +LQ00X030420 Predicted protein 11.38831756 C6_chemical_B3 +LQ00X030420 Predicted protein 12.77283113 C6_chemical_C1 +LQ00X030420 Predicted protein 13.35716532 C6_chemical_C2 +LQ00X030420 Predicted protein 13.13626028 C6_chemical_C3 +LQ00X030420 Predicted protein 11.57717466 L4_control_A1 +LQ00X030420 Predicted protein 12.33186201 L4_control_A2 +LQ00X030420 Predicted protein 12.2051218 L4_control_A3 +LQ00X030420 Predicted protein 12.17877725 L4_control_B1 +LQ00X030420 Predicted protein 11.77122244 L4_control_B2 +LQ00X030420 Predicted protein 12.26021023 L4_control_B3 +LQ00X030420 Predicted protein 12.51436416 L4_control_C2 +LQ00X030420 Predicted protein 12.41264662 L4_control_C3 +LQ00X030420 Predicted protein 12.31540359 L4_chemical_A1 +LQ00X030420 Predicted protein 12.9243101 L4_chemical_A2 +LQ00X030420 Predicted protein 12.08603933 L4_chemical_A3 +LQ00X030420 Predicted protein 12.19481966 L4_chemical_B1 +LQ00X030420 Predicted protein 12.20404905 L4_chemical_B2 +LQ00X030420 Predicted protein 12.22530184 L4_chemical_B3 +LQ00X030420 Predicted protein 12.6783382 L4_chemical_C2 +LQ00X030420 Predicted protein 12.55162932 L4_chemical_C3 +LQ00X030430 Putative uncharacterized protein 7.110547808 C6_control_A1 +LQ00X030430 Putative uncharacterized protein 6.74959153 C6_control_A3 +LQ00X030430 Putative uncharacterized protein 6.988351024 C6_control_B1 +LQ00X030430 Putative uncharacterized protein 6.978944545 C6_control_B2 +LQ00X030430 Putative uncharacterized protein 7.329233763 C6_control_B3 +LQ00X030430 Putative uncharacterized protein 7.571154982 C6_control_C1 +LQ00X030430 Putative uncharacterized protein 6.55054199 C6_control_C2 +LQ00X030430 Putative uncharacterized protein 7.848714137 C6_control_C3 +LQ00X030430 Putative uncharacterized protein 6.908186797 C6_chemical_A1 +LQ00X030430 Putative uncharacterized protein 7.33514181 C6_chemical_A3 +LQ00X030430 Putative uncharacterized protein 7.117350889 C6_chemical_B1 +LQ00X030430 Putative uncharacterized protein 6.788104564 C6_chemical_B2 +LQ00X030430 Putative uncharacterized protein 7.172256096 C6_chemical_B3 +LQ00X030430 Putative uncharacterized protein 7.398380648 C6_chemical_C1 +LQ00X030430 Putative uncharacterized protein 7.519520685 C6_chemical_C2 +LQ00X030430 Putative uncharacterized protein 7.941712097 C6_chemical_C3 +LQ00X030430 Putative uncharacterized protein 7.363959098 L4_control_A1 +LQ00X030430 Putative uncharacterized protein 7.871366244 L4_control_A2 +LQ00X030430 Putative uncharacterized protein 7.660295236 L4_control_A3 +LQ00X030430 Putative uncharacterized protein 6.914909219 L4_control_B1 +LQ00X030430 Putative uncharacterized protein 6.895874777 L4_control_B2 +LQ00X030430 Putative uncharacterized protein 7.473692021 L4_control_B3 +LQ00X030430 Putative uncharacterized protein 5.959705579 L4_control_C2 +LQ00X030430 Putative uncharacterized protein 7.163851396 L4_control_C3 +LQ00X030430 Putative uncharacterized protein 7.46516154 L4_chemical_A1 +LQ00X030430 Putative uncharacterized protein 7.917647954 L4_chemical_A2 +LQ00X030430 Putative uncharacterized protein 6.770156505 L4_chemical_A3 +LQ00X030430 Putative uncharacterized protein 7.298103975 L4_chemical_B1 +LQ00X030430 Putative uncharacterized protein 6.865009493 L4_chemical_B2 +LQ00X030430 Putative uncharacterized protein 7.908197702 L4_chemical_B3 +LQ00X030430 Putative uncharacterized protein 6.644522274 L4_chemical_C2 +LQ00X030430 Putative uncharacterized protein 7.289043781 L4_chemical_C3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.7408363 C6_control_A1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.60395595 C6_control_A3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.01741249 C6_control_B1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.92250788 C6_control_B2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.80744036 C6_control_B3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 15.02493545 C6_control_C1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.81070119 C6_control_C2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.83333492 C6_control_C3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.69826879 C6_chemical_A1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.51758307 C6_chemical_A3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.13998712 C6_chemical_B1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.44345562 C6_chemical_B2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.63040496 C6_chemical_B3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.59239217 C6_chemical_C1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.63608855 C6_chemical_C2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.38105052 C6_chemical_C3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.06760593 L4_control_A1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.2671105 L4_control_A2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.34312172 L4_control_A3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.23657372 L4_control_B1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.26773795 L4_control_B2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.90325486 L4_control_B3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 15.39060888 L4_control_C2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 15.20295146 L4_control_C3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.10137146 L4_chemical_A1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.40065357 L4_chemical_A2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.12499259 L4_chemical_A3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.23777739 L4_chemical_B1 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 14.55306848 L4_chemical_B2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.53766159 L4_chemical_B3 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 15.23200588 L4_chemical_C2 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 15.13914941 L4_chemical_C3 +LQ00X030510 Putative uncharacterized protein 6.467606073 C6_control_A1 +LQ00X030510 Putative uncharacterized protein 7.23609192 C6_control_A3 +LQ00X030510 Putative uncharacterized protein 6.761543625 C6_control_B1 +LQ00X030510 Putative uncharacterized protein 7.141924323 C6_control_B2 +LQ00X030510 Putative uncharacterized protein 6.755915676 C6_control_B3 +LQ00X030510 Putative uncharacterized protein 7.743693131 C6_control_C1 +LQ00X030510 Putative uncharacterized protein 7.352418175 C6_control_C2 +LQ00X030510 Putative uncharacterized protein 7.870903643 C6_control_C3 +LQ00X030510 Putative uncharacterized protein 6.86580588 C6_chemical_A1 +LQ00X030510 Putative uncharacterized protein 6.936381972 C6_chemical_A3 +LQ00X030510 Putative uncharacterized protein 6.533747409 C6_chemical_B1 +LQ00X030510 Putative uncharacterized protein 7.034209781 C6_chemical_B2 +LQ00X030510 Putative uncharacterized protein 6.589452196 C6_chemical_B3 +LQ00X030510 Putative uncharacterized protein 7.411883255 C6_chemical_C1 +LQ00X030510 Putative uncharacterized protein 7.797354735 C6_chemical_C2 +LQ00X030510 Putative uncharacterized protein 7.351837247 C6_chemical_C3 +LQ00X030510 Putative uncharacterized protein 6.659382068 L4_control_A1 +LQ00X030510 Putative uncharacterized protein 7.285962823 L4_control_A2 +LQ00X030510 Putative uncharacterized protein 6.250929478 L4_control_A3 +LQ00X030510 Putative uncharacterized protein 6.477651208 L4_control_B1 +LQ00X030510 Putative uncharacterized protein 6.580127597 L4_control_B2 +LQ00X030510 Putative uncharacterized protein 7.330215435 L4_control_B3 +LQ00X030510 Putative uncharacterized protein 6.770356575 L4_control_C2 +LQ00X030510 Putative uncharacterized protein 7.355828484 L4_control_C3 +LQ00X030510 Putative uncharacterized protein 6.833582504 L4_chemical_A1 +LQ00X030510 Putative uncharacterized protein 7.351552421 L4_chemical_A2 +LQ00X030510 Putative uncharacterized protein 6.890116615 L4_chemical_A3 +LQ00X030510 Putative uncharacterized protein 6.571598202 L4_chemical_B1 +LQ00X030510 Putative uncharacterized protein 6.992643922 L4_chemical_B2 +LQ00X030510 Putative uncharacterized protein 7.248181522 L4_chemical_B3 +LQ00X030510 Putative uncharacterized protein 6.931838872 L4_chemical_C2 +LQ00X030510 Putative uncharacterized protein 7.253738204 L4_chemical_C3 +LQ00X030540 UPF0497 membrane protein 7 5.156529429 C6_control_A1 +LQ00X030540 UPF0497 membrane protein 7 5.357196436 C6_control_A3 +LQ00X030540 UPF0497 membrane protein 7 5.247842843 C6_control_B1 +LQ00X030540 UPF0497 membrane protein 7 5.642190785 C6_control_B2 +LQ00X030540 UPF0497 membrane protein 7 4.966244741 C6_control_B3 +LQ00X030540 UPF0497 membrane protein 7 5.717297676 C6_control_C1 +LQ00X030540 UPF0497 membrane protein 7 5.255321675 C6_control_C2 +LQ00X030540 UPF0497 membrane protein 7 5.930640902 C6_control_C3 +LQ00X030540 UPF0497 membrane protein 7 4.991136977 C6_chemical_A1 +LQ00X030540 UPF0497 membrane protein 7 5.129088624 C6_chemical_A3 +LQ00X030540 UPF0497 membrane protein 7 4.868105996 C6_chemical_B1 +LQ00X030540 UPF0497 membrane protein 7 5.383638761 C6_chemical_B2 +LQ00X030540 UPF0497 membrane protein 7 5.150630102 C6_chemical_B3 +LQ00X030540 UPF0497 membrane protein 7 5.257351555 C6_chemical_C1 +LQ00X030540 UPF0497 membrane protein 7 5.477490523 C6_chemical_C2 +LQ00X030540 UPF0497 membrane protein 7 5.384904484 C6_chemical_C3 +LQ00X030540 UPF0497 membrane protein 7 4.940161376 L4_control_A1 +LQ00X030540 UPF0497 membrane protein 7 4.891028208 L4_control_A2 +LQ00X030540 UPF0497 membrane protein 7 5.483624531 L4_control_A3 +LQ00X030540 UPF0497 membrane protein 7 5.643799616 L4_control_B1 +LQ00X030540 UPF0497 membrane protein 7 4.995871326 L4_control_B2 +LQ00X030540 UPF0497 membrane protein 7 5.272313645 L4_control_B3 +LQ00X030540 UPF0497 membrane protein 7 5.410751757 L4_control_C2 +LQ00X030540 UPF0497 membrane protein 7 5.42880442 L4_control_C3 +LQ00X030540 UPF0497 membrane protein 7 5.210179971 L4_chemical_A1 +LQ00X030540 UPF0497 membrane protein 7 5.397263315 L4_chemical_A2 +LQ00X030540 UPF0497 membrane protein 7 5.168132898 L4_chemical_A3 +LQ00X030540 UPF0497 membrane protein 7 5.336747781 L4_chemical_B1 +LQ00X030540 UPF0497 membrane protein 7 5.883686269 L4_chemical_B2 +LQ00X030540 UPF0497 membrane protein 7 4.811435126 L4_chemical_B3 +LQ00X030540 UPF0497 membrane protein 7 5.465964266 L4_chemical_C2 +LQ00X030540 UPF0497 membrane protein 7 5.232314155 L4_chemical_C3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.452127674 C6_control_A1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.156350208 C6_control_A3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.724220835 C6_control_B1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.951189691 C6_control_B2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.900830751 C6_control_B3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.936311004 C6_control_C1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 6.220748686 C6_control_C2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.48667432 C6_control_C3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.533818502 C6_chemical_A1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.56720417 C6_chemical_A3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.944774477 C6_chemical_B1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.841997858 C6_chemical_B2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.956488619 C6_chemical_B3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.92971388 C6_chemical_C1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.951848948 C6_chemical_C2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 6.147473605 C6_chemical_C3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.294353896 L4_control_A1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.053657049 L4_control_A2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.329675785 L4_control_A3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.058578193 L4_control_B1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 4.819679892 L4_control_B2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.282050043 L4_control_B3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.837145582 L4_control_C2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.520504492 L4_control_C3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.27506481 L4_chemical_A1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.274604763 L4_chemical_A2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 4.972840478 L4_chemical_A3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.386768581 L4_chemical_B1 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.729606654 L4_chemical_B2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.52477021 L4_chemical_B3 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.07433308 L4_chemical_C2 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.183038853 L4_chemical_C3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.124303968 C6_control_A1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.215498002 C6_control_A3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.541580942 C6_control_B1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 7.356285364 C6_control_B2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.246604314 C6_control_B3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.382730423 C6_control_C1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.791290788 C6_control_C2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.733422989 C6_control_C3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.815279938 C6_chemical_A1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.844010272 C6_chemical_A3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.752549145 C6_chemical_B1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 7.863590432 C6_chemical_B2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.865166984 C6_chemical_B3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.312924534 C6_chemical_C1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.520254541 C6_chemical_C2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.69574924 C6_chemical_C3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.133381765 L4_control_A1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.356957061 L4_control_A2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.317511092 L4_control_A3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.548296751 L4_control_B1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.159651862 L4_control_B2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.439028887 L4_control_B3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 10.67261344 L4_control_C2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 10.68480376 L4_control_C3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.672592112 L4_chemical_A1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.704959941 L4_chemical_A2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.897565552 L4_chemical_A3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.550140525 L4_chemical_B1 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.332298774 L4_chemical_B2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 9.080634608 L4_chemical_B3 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 10.56217187 L4_chemical_C2 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 10.91431962 L4_chemical_C3 +LQ00X030721 Hypothetical protein 4.716738215 C6_control_A1 +LQ00X030721 Hypothetical protein 4.840343439 C6_control_A3 +LQ00X030721 Hypothetical protein 4.660219983 C6_control_B1 +LQ00X030721 Hypothetical protein 4.671262429 C6_control_B2 +LQ00X030721 Hypothetical protein 4.766445879 C6_control_B3 +LQ00X030721 Hypothetical protein 5.516419515 C6_control_C1 +LQ00X030721 Hypothetical protein 4.512108932 C6_control_C2 +LQ00X030721 Hypothetical protein 4.820538927 C6_control_C3 +LQ00X030721 Hypothetical protein 4.877190262 C6_chemical_A1 +LQ00X030721 Hypothetical protein 4.636568363 C6_chemical_A3 +LQ00X030721 Hypothetical protein 5.137066909 C6_chemical_B1 +LQ00X030721 Hypothetical protein 4.698989543 C6_chemical_B2 +LQ00X030721 Hypothetical protein 4.680536578 C6_chemical_B3 +LQ00X030721 Hypothetical protein 4.864808884 C6_chemical_C1 +LQ00X030721 Hypothetical protein 4.667830573 C6_chemical_C2 +LQ00X030721 Hypothetical protein 4.888854207 C6_chemical_C3 +LQ00X030721 Hypothetical protein 4.781502673 L4_control_A1 +LQ00X030721 Hypothetical protein 4.879114079 L4_control_A2 +LQ00X030721 Hypothetical protein 4.745466456 L4_control_A3 +LQ00X030721 Hypothetical protein 4.705240939 L4_control_B1 +LQ00X030721 Hypothetical protein 4.764068406 L4_control_B2 +LQ00X030721 Hypothetical protein 4.527181663 L4_control_B3 +LQ00X030721 Hypothetical protein 5.505130418 L4_control_C2 +LQ00X030721 Hypothetical protein 5.065008636 L4_control_C3 +LQ00X030721 Hypothetical protein 4.64273237 L4_chemical_A1 +LQ00X030721 Hypothetical protein 4.87548672 L4_chemical_A2 +LQ00X030721 Hypothetical protein 4.913487054 L4_chemical_A3 +LQ00X030721 Hypothetical protein 4.999838878 L4_chemical_B1 +LQ00X030721 Hypothetical protein 4.739017204 L4_chemical_B2 +LQ00X030721 Hypothetical protein 4.911164187 L4_chemical_B3 +LQ00X030721 Hypothetical protein 5.293743945 L4_chemical_C2 +LQ00X030721 Hypothetical protein 5.176227565 L4_chemical_C3 +LQ00X030740 Inorganic phosphate transporter 1-4 7.193749241 C6_control_A1 +LQ00X030740 Inorganic phosphate transporter 1-4 6.067425273 C6_control_A3 +LQ00X030740 Inorganic phosphate transporter 1-4 8.233694171 C6_control_B1 +LQ00X030740 Inorganic phosphate transporter 1-4 7.858456818 C6_control_B2 +LQ00X030740 Inorganic phosphate transporter 1-4 8.496847963 C6_control_B3 +LQ00X030740 Inorganic phosphate transporter 1-4 8.537233267 C6_control_C1 +LQ00X030740 Inorganic phosphate transporter 1-4 7.670328387 C6_control_C2 +LQ00X030740 Inorganic phosphate transporter 1-4 9.710247041 C6_control_C3 +LQ00X030740 Inorganic phosphate transporter 1-4 7.054737388 C6_chemical_A1 +LQ00X030740 Inorganic phosphate transporter 1-4 7.687895724 C6_chemical_A3 +LQ00X030740 Inorganic phosphate transporter 1-4 7.603881498 C6_chemical_B1 +LQ00X030740 Inorganic phosphate transporter 1-4 8.004320151 C6_chemical_B2 +LQ00X030740 Inorganic phosphate transporter 1-4 8.358358083 C6_chemical_B3 +LQ00X030740 Inorganic phosphate transporter 1-4 7.800740067 C6_chemical_C1 +LQ00X030740 Inorganic phosphate transporter 1-4 7.623125968 C6_chemical_C2 +LQ00X030740 Inorganic phosphate transporter 1-4 8.78305164 C6_chemical_C3 +LQ00X030740 Inorganic phosphate transporter 1-4 7.263899315 L4_control_A1 +LQ00X030740 Inorganic phosphate transporter 1-4 6.916321513 L4_control_A2 +LQ00X030740 Inorganic phosphate transporter 1-4 7.938175285 L4_control_A3 +LQ00X030740 Inorganic phosphate transporter 1-4 7.876091257 L4_control_B1 +LQ00X030740 Inorganic phosphate transporter 1-4 7.708421335 L4_control_B2 +LQ00X030740 Inorganic phosphate transporter 1-4 8.571757533 L4_control_B3 +LQ00X030740 Inorganic phosphate transporter 1-4 6.729034967 L4_control_C2 +LQ00X030740 Inorganic phosphate transporter 1-4 8.706483702 L4_control_C3 +LQ00X030740 Inorganic phosphate transporter 1-4 8.454364081 L4_chemical_A1 +LQ00X030740 Inorganic phosphate transporter 1-4 7.504281017 L4_chemical_A2 +LQ00X030740 Inorganic phosphate transporter 1-4 10.17643427 L4_chemical_A3 +LQ00X030740 Inorganic phosphate transporter 1-4 7.696359591 L4_chemical_B1 +LQ00X030740 Inorganic phosphate transporter 1-4 6.578961405 L4_chemical_B2 +LQ00X030740 Inorganic phosphate transporter 1-4 8.486976403 L4_chemical_B3 +LQ00X030740 Inorganic phosphate transporter 1-4 5.745629502 L4_chemical_C2 +LQ00X030740 Inorganic phosphate transporter 1-4 8.937883405 L4_chemical_C3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.64665483 C6_control_A1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.12034976 C6_control_A3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.33769678 C6_control_B1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.29002369 C6_control_B2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.23455892 C6_control_B3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.11004572 C6_control_C1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.24490906 C6_control_C2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.15138834 C6_control_C3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.42799078 C6_chemical_A1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.92325227 C6_chemical_A3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 10.98275291 C6_chemical_B1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.14539886 C6_chemical_B2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.02784675 C6_chemical_B3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.18157033 C6_chemical_C1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.25585174 C6_chemical_C2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.21982324 C6_chemical_C3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.72455864 L4_control_A1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.42520419 L4_control_A2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.68194298 L4_control_A3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.40198277 L4_control_B1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.72621856 L4_control_B2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.30430058 L4_control_B3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.70624825 L4_control_C2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.5633773 L4_control_C3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.76498886 L4_chemical_A1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.06132947 L4_chemical_A2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.72154484 L4_chemical_A3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.73644221 L4_chemical_B1 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.97887039 L4_chemical_B2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.20140058 L4_chemical_B3 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.6334125 L4_chemical_C2 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 12.48407149 L4_chemical_C3 +LQ00X030830 Predicted protein 11.53304254 C6_control_A1 +LQ00X030830 Predicted protein 11.59387838 C6_control_A3 +LQ00X030830 Predicted protein 11.12818612 C6_control_B1 +LQ00X030830 Predicted protein 11.17761002 C6_control_B2 +LQ00X030830 Predicted protein 10.99338763 C6_control_B3 +LQ00X030830 Predicted protein 11.56962104 C6_control_C1 +LQ00X030830 Predicted protein 11.31934836 C6_control_C2 +LQ00X030830 Predicted protein 11.31853956 C6_control_C3 +LQ00X030830 Predicted protein 11.23895103 C6_chemical_A1 +LQ00X030830 Predicted protein 11.44934486 C6_chemical_A3 +LQ00X030830 Predicted protein 10.78918931 C6_chemical_B1 +LQ00X030830 Predicted protein 10.81043289 C6_chemical_B2 +LQ00X030830 Predicted protein 10.77816226 C6_chemical_B3 +LQ00X030830 Predicted protein 11.69357326 C6_chemical_C1 +LQ00X030830 Predicted protein 11.50920302 C6_chemical_C2 +LQ00X030830 Predicted protein 11.44786195 C6_chemical_C3 +LQ00X030830 Predicted protein 11.71445993 L4_control_A1 +LQ00X030830 Predicted protein 11.51958886 L4_control_A2 +LQ00X030830 Predicted protein 12.13450597 L4_control_A3 +LQ00X030830 Predicted protein 11.40741559 L4_control_B1 +LQ00X030830 Predicted protein 11.3504123 L4_control_B2 +LQ00X030830 Predicted protein 11.41178253 L4_control_B3 +LQ00X030830 Predicted protein 11.94072465 L4_control_C2 +LQ00X030830 Predicted protein 11.40230353 L4_control_C3 +LQ00X030830 Predicted protein 11.71519451 L4_chemical_A1 +LQ00X030830 Predicted protein 11.311552 L4_chemical_A2 +LQ00X030830 Predicted protein 12.06712736 L4_chemical_A3 +LQ00X030830 Predicted protein 11.06167999 L4_chemical_B1 +LQ00X030830 Predicted protein 11.35890677 L4_chemical_B2 +LQ00X030830 Predicted protein 11.00990506 L4_chemical_B3 +LQ00X030830 Predicted protein 12.02879708 L4_chemical_C2 +LQ00X030830 Predicted protein 11.59621478 L4_chemical_C3 +LQ00X030840 Predicted protein 12.25622652 C6_control_A1 +LQ00X030840 Predicted protein 12.99208608 C6_control_A3 +LQ00X030840 Predicted protein 12.36845579 C6_control_B1 +LQ00X030840 Predicted protein 11.02607643 C6_control_B2 +LQ00X030840 Predicted protein 12.07452377 C6_control_B3 +LQ00X030840 Predicted protein 10.121128 C6_control_C1 +LQ00X030840 Predicted protein 10.43273119 C6_control_C2 +LQ00X030840 Predicted protein 10.71795212 C6_control_C3 +LQ00X030840 Predicted protein 12.19270626 C6_chemical_A1 +LQ00X030840 Predicted protein 12.28786842 C6_chemical_A3 +LQ00X030840 Predicted protein 12.19219483 C6_chemical_B1 +LQ00X030840 Predicted protein 11.12205625 C6_chemical_B2 +LQ00X030840 Predicted protein 11.83564695 C6_chemical_B3 +LQ00X030840 Predicted protein 9.31719242 C6_chemical_C1 +LQ00X030840 Predicted protein 9.925847969 C6_chemical_C2 +LQ00X030840 Predicted protein 8.970143566 C6_chemical_C3 +LQ00X030840 Predicted protein 11.57097557 L4_control_A1 +LQ00X030840 Predicted protein 11.63199254 L4_control_A2 +LQ00X030840 Predicted protein 11.73209555 L4_control_A3 +LQ00X030840 Predicted protein 11.02388835 L4_control_B1 +LQ00X030840 Predicted protein 11.2968154 L4_control_B2 +LQ00X030840 Predicted protein 10.69589707 L4_control_B3 +LQ00X030840 Predicted protein 8.090498388 L4_control_C2 +LQ00X030840 Predicted protein 9.194495566 L4_control_C3 +LQ00X030840 Predicted protein 11.121656 L4_chemical_A1 +LQ00X030840 Predicted protein 11.85414167 L4_chemical_A2 +LQ00X030840 Predicted protein 11.54187632 L4_chemical_A3 +LQ00X030840 Predicted protein 11.65066686 L4_chemical_B1 +LQ00X030840 Predicted protein 11.4931987 L4_chemical_B2 +LQ00X030840 Predicted protein 11.74089756 L4_chemical_B3 +LQ00X030840 Predicted protein 7.777976978 L4_chemical_C2 +LQ00X030840 Predicted protein 9.405230059 L4_chemical_C3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 4.900365758 C6_control_A1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 6.065419456 C6_control_A3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.247923777 C6_control_B1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.142068314 C6_control_B2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.075324218 C6_control_B3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.41751082 C6_control_C1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 6.519851918 C6_control_C2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.289562729 C6_control_C3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.115866069 C6_chemical_A1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.167587294 C6_chemical_A3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.458593003 C6_chemical_B1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.411633279 C6_chemical_B2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.504690077 C6_chemical_B3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.356937181 C6_chemical_C1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.257259078 C6_chemical_C2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.324778723 C6_chemical_C3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 4.991607799 L4_control_A1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.264109519 L4_control_A2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.223453022 L4_control_A3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.177982408 L4_control_B1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.236707119 L4_control_B2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.167353833 L4_control_B3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.22268098 L4_control_C2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.556510356 L4_control_C3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.301618394 L4_chemical_A1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.2925498 L4_chemical_A2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 4.963530229 L4_chemical_A3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.515791656 L4_chemical_B1 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.126381333 L4_chemical_B2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.140537769 L4_chemical_B3 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.37365327 L4_chemical_C2 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.302570175 L4_chemical_C3 +LQ00X030880 Protein transporter, putative 11.58214203 C6_control_A1 +LQ00X030880 Protein transporter, putative 11.8052471 C6_control_A3 +LQ00X030880 Protein transporter, putative 11.30414744 C6_control_B1 +LQ00X030880 Protein transporter, putative 11.36735487 C6_control_B2 +LQ00X030880 Protein transporter, putative 11.73228326 C6_control_B3 +LQ00X030880 Protein transporter, putative 11.96534655 C6_control_C1 +LQ00X030880 Protein transporter, putative 12.23306385 C6_control_C2 +LQ00X030880 Protein transporter, putative 12.07410779 C6_control_C3 +LQ00X030880 Protein transporter, putative 11.38164262 C6_chemical_A1 +LQ00X030880 Protein transporter, putative 12.11763684 C6_chemical_A3 +LQ00X030880 Protein transporter, putative 11.33425787 C6_chemical_B1 +LQ00X030880 Protein transporter, putative 11.71816648 C6_chemical_B2 +LQ00X030880 Protein transporter, putative 11.71926812 C6_chemical_B3 +LQ00X030880 Protein transporter, putative 11.87551468 C6_chemical_C1 +LQ00X030880 Protein transporter, putative 12.05138417 C6_chemical_C2 +LQ00X030880 Protein transporter, putative 11.95757937 C6_chemical_C3 +LQ00X030880 Protein transporter, putative 11.64096427 L4_control_A1 +LQ00X030880 Protein transporter, putative 12.02251965 L4_control_A2 +LQ00X030880 Protein transporter, putative 12.40430696 L4_control_A3 +LQ00X030880 Protein transporter, putative 11.89424723 L4_control_B1 +LQ00X030880 Protein transporter, putative 12.16218164 L4_control_B2 +LQ00X030880 Protein transporter, putative 12.06283258 L4_control_B3 +LQ00X030880 Protein transporter, putative 12.59557432 L4_control_C2 +LQ00X030880 Protein transporter, putative 12.56839762 L4_control_C3 +LQ00X030880 Protein transporter, putative 12.12856427 L4_chemical_A1 +LQ00X030880 Protein transporter, putative 12.30638125 L4_chemical_A2 +LQ00X030880 Protein transporter, putative 12.0806223 L4_chemical_A3 +LQ00X030880 Protein transporter, putative 11.76281113 L4_chemical_B1 +LQ00X030880 Protein transporter, putative 12.2590952 L4_chemical_B2 +LQ00X030880 Protein transporter, putative 11.86788856 L4_chemical_B3 +LQ00X030880 Protein transporter, putative 12.44358915 L4_chemical_C2 +LQ00X030880 Protein transporter, putative 12.59113831 L4_chemical_C3 +LQ00X030890 Predicted protein 13.43571368 C6_control_A1 +LQ00X030890 Predicted protein 13.69781299 C6_control_A3 +LQ00X030890 Predicted protein 12.9405259 C6_control_B1 +LQ00X030890 Predicted protein 12.85188876 C6_control_B2 +LQ00X030890 Predicted protein 13.09436982 C6_control_B3 +LQ00X030890 Predicted protein 12.9921589 C6_control_C1 +LQ00X030890 Predicted protein 13.3693212 C6_control_C2 +LQ00X030890 Predicted protein 12.91217826 C6_control_C3 +LQ00X030890 Predicted protein 13.27207336 C6_chemical_A1 +LQ00X030890 Predicted protein 13.56471571 C6_chemical_A3 +LQ00X030890 Predicted protein 12.7583402 C6_chemical_B1 +LQ00X030890 Predicted protein 12.75869319 C6_chemical_B2 +LQ00X030890 Predicted protein 13.06388559 C6_chemical_B3 +LQ00X030890 Predicted protein 13.03948862 C6_chemical_C1 +LQ00X030890 Predicted protein 12.98410234 C6_chemical_C2 +LQ00X030890 Predicted protein 12.88844888 C6_chemical_C3 +LQ00X030890 Predicted protein 13.60058518 L4_control_A1 +LQ00X030890 Predicted protein 13.64462878 L4_control_A2 +LQ00X030890 Predicted protein 13.68488305 L4_control_A3 +LQ00X030890 Predicted protein 12.99831066 L4_control_B1 +LQ00X030890 Predicted protein 13.36916543 L4_control_B2 +LQ00X030890 Predicted protein 13.07245673 L4_control_B3 +LQ00X030890 Predicted protein 13.64801155 L4_control_C2 +LQ00X030890 Predicted protein 13.6500382 L4_control_C3 +LQ00X030890 Predicted protein 13.52962738 L4_chemical_A1 +LQ00X030890 Predicted protein 13.52056149 L4_chemical_A2 +LQ00X030890 Predicted protein 13.68043247 L4_chemical_A3 +LQ00X030890 Predicted protein 13.11045823 L4_chemical_B1 +LQ00X030890 Predicted protein 13.42602572 L4_chemical_B2 +LQ00X030890 Predicted protein 12.99245425 L4_chemical_B3 +LQ00X030890 Predicted protein 13.59288252 L4_chemical_C2 +LQ00X030890 Predicted protein 13.57652087 L4_chemical_C3 +LQ00X030920 Auxin-regulated protein-like protein 11.35957283 C6_control_A1 +LQ00X030920 Auxin-regulated protein-like protein 11.03792808 C6_control_A3 +LQ00X030920 Auxin-regulated protein-like protein 11.54970558 C6_control_B1 +LQ00X030920 Auxin-regulated protein-like protein 11.76590479 C6_control_B2 +LQ00X030920 Auxin-regulated protein-like protein 11.68675447 C6_control_B3 +LQ00X030920 Auxin-regulated protein-like protein 12.37495337 C6_control_C1 +LQ00X030920 Auxin-regulated protein-like protein 12.19102135 C6_control_C2 +LQ00X030920 Auxin-regulated protein-like protein 11.97226168 C6_control_C3 +LQ00X030920 Auxin-regulated protein-like protein 11.30814089 C6_chemical_A1 +LQ00X030920 Auxin-regulated protein-like protein 11.12634293 C6_chemical_A3 +LQ00X030920 Auxin-regulated protein-like protein 11.62497626 C6_chemical_B1 +LQ00X030920 Auxin-regulated protein-like protein 11.31934084 C6_chemical_B2 +LQ00X030920 Auxin-regulated protein-like protein 11.48553241 C6_chemical_B3 +LQ00X030920 Auxin-regulated protein-like protein 12.22988257 C6_chemical_C1 +LQ00X030920 Auxin-regulated protein-like protein 12.29735164 C6_chemical_C2 +LQ00X030920 Auxin-regulated protein-like protein 12.14811073 C6_chemical_C3 +LQ00X030920 Auxin-regulated protein-like protein 11.18741807 L4_control_A1 +LQ00X030920 Auxin-regulated protein-like protein 12.24953021 L4_control_A2 +LQ00X030920 Auxin-regulated protein-like protein 11.23965095 L4_control_A3 +LQ00X030920 Auxin-regulated protein-like protein 12.4947721 L4_control_B1 +LQ00X030920 Auxin-regulated protein-like protein 12.24593438 L4_control_B2 +LQ00X030920 Auxin-regulated protein-like protein 11.68204516 L4_control_B3 +LQ00X030920 Auxin-regulated protein-like protein 13.15652169 L4_control_C2 +LQ00X030920 Auxin-regulated protein-like protein 12.93145328 L4_control_C3 +LQ00X030920 Auxin-regulated protein-like protein 11.91792209 L4_chemical_A1 +LQ00X030920 Auxin-regulated protein-like protein 12.93444276 L4_chemical_A2 +LQ00X030920 Auxin-regulated protein-like protein 11.34458274 L4_chemical_A3 +LQ00X030920 Auxin-regulated protein-like protein 12.34383524 L4_chemical_B1 +LQ00X030920 Auxin-regulated protein-like protein 12.65180112 L4_chemical_B2 +LQ00X030920 Auxin-regulated protein-like protein 11.53987965 L4_chemical_B3 +LQ00X030920 Auxin-regulated protein-like protein 13.22741555 L4_chemical_C2 +LQ00X030920 Auxin-regulated protein-like protein 13.00259489 L4_chemical_C3 +LQ00X030930 U-box domain-containing protein 3 8.15239751 C6_control_A1 +LQ00X030930 U-box domain-containing protein 3 6.63699277 C6_control_A3 +LQ00X030930 U-box domain-containing protein 3 8.311470257 C6_control_B1 +LQ00X030930 U-box domain-containing protein 3 8.604384971 C6_control_B2 +LQ00X030930 U-box domain-containing protein 3 8.195483114 C6_control_B3 +LQ00X030930 U-box domain-containing protein 3 8.811537396 C6_control_C1 +LQ00X030930 U-box domain-containing protein 3 7.873452362 C6_control_C2 +LQ00X030930 U-box domain-containing protein 3 8.168229111 C6_control_C3 +LQ00X030930 U-box domain-containing protein 3 8.090468169 C6_chemical_A1 +LQ00X030930 U-box domain-containing protein 3 8.119467875 C6_chemical_A3 +LQ00X030930 U-box domain-containing protein 3 8.191537004 C6_chemical_B1 +LQ00X030930 U-box domain-containing protein 3 8.571337948 C6_chemical_B2 +LQ00X030930 U-box domain-containing protein 3 8.09778473 C6_chemical_B3 +LQ00X030930 U-box domain-containing protein 3 8.681862302 C6_chemical_C1 +LQ00X030930 U-box domain-containing protein 3 8.229993411 C6_chemical_C2 +LQ00X030930 U-box domain-containing protein 3 8.198770761 C6_chemical_C3 +LQ00X030930 U-box domain-containing protein 3 8.789448018 L4_control_A1 +LQ00X030930 U-box domain-containing protein 3 7.575185448 L4_control_A2 +LQ00X030930 U-box domain-containing protein 3 7.905219993 L4_control_A3 +LQ00X030930 U-box domain-containing protein 3 8.209823689 L4_control_B1 +LQ00X030930 U-box domain-containing protein 3 8.659662184 L4_control_B2 +LQ00X030930 U-box domain-containing protein 3 8.653664505 L4_control_B3 +LQ00X030930 U-box domain-containing protein 3 8.148039882 L4_control_C2 +LQ00X030930 U-box domain-containing protein 3 7.750545542 L4_control_C3 +LQ00X030930 U-box domain-containing protein 3 8.131297958 L4_chemical_A1 +LQ00X030930 U-box domain-containing protein 3 7.090271499 L4_chemical_A2 +LQ00X030930 U-box domain-containing protein 3 7.752614564 L4_chemical_A3 +LQ00X030930 U-box domain-containing protein 3 7.36186114 L4_chemical_B1 +LQ00X030930 U-box domain-containing protein 3 7.565281421 L4_chemical_B2 +LQ00X030930 U-box domain-containing protein 3 8.397092206 L4_chemical_B3 +LQ00X030930 U-box domain-containing protein 3 8.195076825 L4_chemical_C2 +LQ00X030930 U-box domain-containing protein 3 7.393328773 L4_chemical_C3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.27731438 C6_control_A1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.14173444 C6_control_A3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.4998266 C6_control_B1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.4286644 C6_control_B2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.26050076 C6_control_B3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.45212375 C6_control_C1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.14612347 C6_control_C2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.60471007 C6_control_C3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.22560992 C6_chemical_A1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.2119919 C6_chemical_A3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.28132493 C6_chemical_B1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.65086496 C6_chemical_B2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.20291833 C6_chemical_B3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.4542395 C6_chemical_C1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.33619455 C6_chemical_C2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.4243836 C6_chemical_C3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 10.77410604 L4_control_A1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.30766687 L4_control_A2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.15615989 L4_control_A3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.49583946 L4_control_B1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.74078898 L4_control_B2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.86248335 L4_control_B3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.52865842 L4_control_C2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.53113026 L4_control_C3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 10.97973835 L4_chemical_A1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.40475111 L4_chemical_A2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.00673519 L4_chemical_A3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.45128037 L4_chemical_B1 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.56463107 L4_chemical_B2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.48516817 L4_chemical_B3 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.44792462 L4_chemical_C2 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.63893936 L4_chemical_C3 +LQ00X031070 Putative EG45-like domain containing protein 10.22851288 C6_control_A1 +LQ00X031070 Putative EG45-like domain containing protein 10.15023515 C6_control_A3 +LQ00X031070 Putative EG45-like domain containing protein 10.35591452 C6_control_B1 +LQ00X031070 Putative EG45-like domain containing protein 10.79677734 C6_control_B2 +LQ00X031070 Putative EG45-like domain containing protein 10.41635913 C6_control_B3 +LQ00X031070 Putative EG45-like domain containing protein 10.72701901 C6_control_C1 +LQ00X031070 Putative EG45-like domain containing protein 10.82152598 C6_control_C2 +LQ00X031070 Putative EG45-like domain containing protein 10.76970569 C6_control_C3 +LQ00X031070 Putative EG45-like domain containing protein 10.28257637 C6_chemical_A1 +LQ00X031070 Putative EG45-like domain containing protein 10.07885563 C6_chemical_A3 +LQ00X031070 Putative EG45-like domain containing protein 10.23652233 C6_chemical_B1 +LQ00X031070 Putative EG45-like domain containing protein 10.3136779 C6_chemical_B2 +LQ00X031070 Putative EG45-like domain containing protein 10.44105483 C6_chemical_B3 +LQ00X031070 Putative EG45-like domain containing protein 10.83846227 C6_chemical_C1 +LQ00X031070 Putative EG45-like domain containing protein 10.51846497 C6_chemical_C2 +LQ00X031070 Putative EG45-like domain containing protein 9.930803421 C6_chemical_C3 +LQ00X031070 Putative EG45-like domain containing protein 10.1297808 L4_control_A1 +LQ00X031070 Putative EG45-like domain containing protein 10.88835113 L4_control_A2 +LQ00X031070 Putative EG45-like domain containing protein 10.6332129 L4_control_A3 +LQ00X031070 Putative EG45-like domain containing protein 10.59235882 L4_control_B1 +LQ00X031070 Putative EG45-like domain containing protein 10.26584222 L4_control_B2 +LQ00X031070 Putative EG45-like domain containing protein 11.05689298 L4_control_B3 +LQ00X031070 Putative EG45-like domain containing protein 10.51744526 L4_control_C2 +LQ00X031070 Putative EG45-like domain containing protein 10.95477055 L4_control_C3 +LQ00X031070 Putative EG45-like domain containing protein 9.990175155 L4_chemical_A1 +LQ00X031070 Putative EG45-like domain containing protein 11.07612512 L4_chemical_A2 +LQ00X031070 Putative EG45-like domain containing protein 10.73076178 L4_chemical_A3 +LQ00X031070 Putative EG45-like domain containing protein 10.29805624 L4_chemical_B1 +LQ00X031070 Putative EG45-like domain containing protein 11.12684762 L4_chemical_B2 +LQ00X031070 Putative EG45-like domain containing protein 10.0696901 L4_chemical_B3 +LQ00X031070 Putative EG45-like domain containing protein 10.65001459 L4_chemical_C2 +LQ00X031070 Putative EG45-like domain containing protein 11.53369158 L4_chemical_C3 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.33534739 C6_control_A1 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.46144306 C6_control_A3 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.34333217 C6_control_B1 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.47824785 C6_control_B2 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.40790928 C6_control_B3 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.79596529 C6_control_C1 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.37317479 C6_control_C2 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.26063998 C6_control_C3 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.11157413 C6_chemical_A1 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.63183783 C6_chemical_A3 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.05702507 C6_chemical_B1 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.22371622 C6_chemical_B2 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.25716096 C6_chemical_B3 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.66442256 C6_chemical_C1 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.29486862 C6_chemical_C2 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.93149692 C6_chemical_C3 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.25363649 L4_control_A1 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.95199355 L4_control_A2 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.55377641 L4_control_A3 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.21462929 L4_control_B1 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.0911211 L4_control_B2 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.1632673 L4_control_B3 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.90452801 L4_control_C2 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.09804057 L4_control_C3 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.97189862 L4_chemical_A1 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.66576147 L4_chemical_A2 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.56355325 L4_chemical_A3 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.53158277 L4_chemical_B1 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.12982069 L4_chemical_B2 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.59299149 L4_chemical_B3 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.74648023 L4_chemical_C2 +LQ00X031220 Putative KH domain-containing protein At4g18375 12.97385515 L4_chemical_C3 +LQ00X031480 Putative Small ubiquitin-related modifier 7.440117201 C6_control_A1 +LQ00X031480 Putative Small ubiquitin-related modifier 7.49675197 C6_control_A3 +LQ00X031480 Putative Small ubiquitin-related modifier 7.267657149 C6_control_B1 +LQ00X031480 Putative Small ubiquitin-related modifier 7.429052245 C6_control_B2 +LQ00X031480 Putative Small ubiquitin-related modifier 7.065517431 C6_control_B3 +LQ00X031480 Putative Small ubiquitin-related modifier 7.996055049 C6_control_C1 +LQ00X031480 Putative Small ubiquitin-related modifier 7.651813248 C6_control_C2 +LQ00X031480 Putative Small ubiquitin-related modifier 7.79584315 C6_control_C3 +LQ00X031480 Putative Small ubiquitin-related modifier 7.167413634 C6_chemical_A1 +LQ00X031480 Putative Small ubiquitin-related modifier 7.152361287 C6_chemical_A3 +LQ00X031480 Putative Small ubiquitin-related modifier 7.26540398 C6_chemical_B1 +LQ00X031480 Putative Small ubiquitin-related modifier 7.583163454 C6_chemical_B2 +LQ00X031480 Putative Small ubiquitin-related modifier 6.696649907 C6_chemical_B3 +LQ00X031480 Putative Small ubiquitin-related modifier 7.921634509 C6_chemical_C1 +LQ00X031480 Putative Small ubiquitin-related modifier 8.243421627 C6_chemical_C2 +LQ00X031480 Putative Small ubiquitin-related modifier 8.166327757 C6_chemical_C3 +LQ00X031480 Putative Small ubiquitin-related modifier 7.116597275 L4_control_A1 +LQ00X031480 Putative Small ubiquitin-related modifier 6.458256917 L4_control_A2 +LQ00X031480 Putative Small ubiquitin-related modifier 6.325647839 L4_control_A3 +LQ00X031480 Putative Small ubiquitin-related modifier 6.920593061 L4_control_B1 +LQ00X031480 Putative Small ubiquitin-related modifier 5.656159152 L4_control_B2 +LQ00X031480 Putative Small ubiquitin-related modifier 7.294438748 L4_control_B3 +LQ00X031480 Putative Small ubiquitin-related modifier 7.195617112 L4_control_C2 +LQ00X031480 Putative Small ubiquitin-related modifier 7.414727209 L4_control_C3 +LQ00X031480 Putative Small ubiquitin-related modifier 6.863339529 L4_chemical_A1 +LQ00X031480 Putative Small ubiquitin-related modifier 6.720863179 L4_chemical_A2 +LQ00X031480 Putative Small ubiquitin-related modifier 6.137459156 L4_chemical_A3 +LQ00X031480 Putative Small ubiquitin-related modifier 6.919334191 L4_chemical_B1 +LQ00X031480 Putative Small ubiquitin-related modifier 6.375665776 L4_chemical_B2 +LQ00X031480 Putative Small ubiquitin-related modifier 6.83743897 L4_chemical_B3 +LQ00X031480 Putative Small ubiquitin-related modifier 8.233964424 L4_chemical_C2 +LQ00X031480 Putative Small ubiquitin-related modifier 7.217484668 L4_chemical_C3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.381348714 C6_control_A1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 4.906697789 C6_control_A3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.16437927 C6_control_B1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.392369743 C6_control_B2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.061786922 C6_control_B3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.646803097 C6_control_C1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 6.124274789 C6_control_C2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.337481338 C6_control_C3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.08857711 C6_chemical_A1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.268621019 C6_chemical_A3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.153656104 C6_chemical_B1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.448286632 C6_chemical_B2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 4.927074624 C6_chemical_B3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.508225522 C6_chemical_C1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.433922823 C6_chemical_C2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.590835331 C6_chemical_C3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.074165907 L4_control_A1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.250935278 L4_control_A2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.02945516 L4_control_A3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 4.930578121 L4_control_B1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 4.821314218 L4_control_B2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.108568527 L4_control_B3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.61449883 L4_control_C2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 6.056610026 L4_control_C3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.417600106 L4_chemical_A1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.180779785 L4_chemical_A2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.006793132 L4_chemical_A3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.340880106 L4_chemical_B1 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.194000767 L4_chemical_B2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.070284065 L4_chemical_B3 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.386211349 L4_chemical_C2 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.818046161 L4_chemical_C3 +LQ00X031510 Predicted protein 4.951436883 C6_control_A1 +LQ00X031510 Predicted protein 4.893345054 C6_control_A3 +LQ00X031510 Predicted protein 4.854313255 C6_control_B1 +LQ00X031510 Predicted protein 4.912485333 C6_control_B2 +LQ00X031510 Predicted protein 5.361372201 C6_control_B3 +LQ00X031510 Predicted protein 4.780518087 C6_control_C1 +LQ00X031510 Predicted protein 4.830078202 C6_control_C2 +LQ00X031510 Predicted protein 5.343037081 C6_control_C3 +LQ00X031510 Predicted protein 5.00927854 C6_chemical_A1 +LQ00X031510 Predicted protein 4.692861258 C6_chemical_A3 +LQ00X031510 Predicted protein 6.084295626 C6_chemical_B1 +LQ00X031510 Predicted protein 4.827643245 C6_chemical_B2 +LQ00X031510 Predicted protein 5.125599217 C6_chemical_B3 +LQ00X031510 Predicted protein 4.802377223 C6_chemical_C1 +LQ00X031510 Predicted protein 5.474727052 C6_chemical_C2 +LQ00X031510 Predicted protein 4.877524298 C6_chemical_C3 +LQ00X031510 Predicted protein 4.865420004 L4_control_A1 +LQ00X031510 Predicted protein 5.568537228 L4_control_A2 +LQ00X031510 Predicted protein 5.321638606 L4_control_A3 +LQ00X031510 Predicted protein 4.819961369 L4_control_B1 +LQ00X031510 Predicted protein 4.948557511 L4_control_B2 +LQ00X031510 Predicted protein 4.900262201 L4_control_B3 +LQ00X031510 Predicted protein 5.044637845 L4_control_C2 +LQ00X031510 Predicted protein 5.468504082 L4_control_C3 +LQ00X031510 Predicted protein 5.161043967 L4_chemical_A1 +LQ00X031510 Predicted protein 4.97046563 L4_chemical_A2 +LQ00X031510 Predicted protein 5.307722554 L4_chemical_A3 +LQ00X031510 Predicted protein 5.297357505 L4_chemical_B1 +LQ00X031510 Predicted protein 5.064061932 L4_chemical_B2 +LQ00X031510 Predicted protein 5.081571693 L4_chemical_B3 +LQ00X031510 Predicted protein 4.472092899 L4_chemical_C2 +LQ00X031510 Predicted protein 5.264319531 L4_chemical_C3 +LQ00X031830 FACT complex subunit SSRP1 12.65540602 C6_control_A1 +LQ00X031830 FACT complex subunit SSRP1 12.98231289 C6_control_A3 +LQ00X031830 FACT complex subunit SSRP1 11.72476348 C6_control_B1 +LQ00X031830 FACT complex subunit SSRP1 12.06879714 C6_control_B2 +LQ00X031830 FACT complex subunit SSRP1 11.80319267 C6_control_B3 +LQ00X031830 FACT complex subunit SSRP1 12.72685888 C6_control_C1 +LQ00X031830 FACT complex subunit SSRP1 13.12374187 C6_control_C2 +LQ00X031830 FACT complex subunit SSRP1 12.77826851 C6_control_C3 +LQ00X031830 FACT complex subunit SSRP1 12.69002594 C6_chemical_A1 +LQ00X031830 FACT complex subunit SSRP1 13.07799935 C6_chemical_A3 +LQ00X031830 FACT complex subunit SSRP1 12.03136327 C6_chemical_B1 +LQ00X031830 FACT complex subunit SSRP1 12.3905942 C6_chemical_B2 +LQ00X031830 FACT complex subunit SSRP1 12.10452473 C6_chemical_B3 +LQ00X031830 FACT complex subunit SSRP1 13.04890985 C6_chemical_C1 +LQ00X031830 FACT complex subunit SSRP1 12.94748973 C6_chemical_C2 +LQ00X031830 FACT complex subunit SSRP1 13.07861142 C6_chemical_C3 +LQ00X031830 FACT complex subunit SSRP1 13.37463731 L4_control_A1 +LQ00X031830 FACT complex subunit SSRP1 12.95006904 L4_control_A2 +LQ00X031830 FACT complex subunit SSRP1 13.30597848 L4_control_A3 +LQ00X031830 FACT complex subunit SSRP1 11.76758458 L4_control_B1 +LQ00X031830 FACT complex subunit SSRP1 11.80930295 L4_control_B2 +LQ00X031830 FACT complex subunit SSRP1 12.48434866 L4_control_B3 +LQ00X031830 FACT complex subunit SSRP1 12.36985919 L4_control_C2 +LQ00X031830 FACT complex subunit SSRP1 12.38427616 L4_control_C3 +LQ00X031830 FACT complex subunit SSRP1 12.81130603 L4_chemical_A1 +LQ00X031830 FACT complex subunit SSRP1 12.33961298 L4_chemical_A2 +LQ00X031830 FACT complex subunit SSRP1 13.19933563 L4_chemical_A3 +LQ00X031830 FACT complex subunit SSRP1 11.78683601 L4_chemical_B1 +LQ00X031830 FACT complex subunit SSRP1 11.88645528 L4_chemical_B2 +LQ00X031830 FACT complex subunit SSRP1 12.38650237 L4_chemical_B3 +LQ00X031830 FACT complex subunit SSRP1 12.23980692 L4_chemical_C2 +LQ00X031830 FACT complex subunit SSRP1 12.36277415 L4_chemical_C3 +LQ00X032030 Putative uncharacterized protein 5.211302837 C6_control_A1 +LQ00X032030 Putative uncharacterized protein 4.973340693 C6_control_A3 +LQ00X032030 Putative uncharacterized protein 5.824042974 C6_control_B1 +LQ00X032030 Putative uncharacterized protein 5.216804741 C6_control_B2 +LQ00X032030 Putative uncharacterized protein 5.851527902 C6_control_B3 +LQ00X032030 Putative uncharacterized protein 5.74864845 C6_control_C1 +LQ00X032030 Putative uncharacterized protein 5.557283778 C6_control_C2 +LQ00X032030 Putative uncharacterized protein 5.539593916 C6_control_C3 +LQ00X032030 Putative uncharacterized protein 5.090428229 C6_chemical_A1 +LQ00X032030 Putative uncharacterized protein 5.08546526 C6_chemical_A3 +LQ00X032030 Putative uncharacterized protein 5.602032767 C6_chemical_B1 +LQ00X032030 Putative uncharacterized protein 5.208100044 C6_chemical_B2 +LQ00X032030 Putative uncharacterized protein 5.576949208 C6_chemical_B3 +LQ00X032030 Putative uncharacterized protein 5.518288483 C6_chemical_C1 +LQ00X032030 Putative uncharacterized protein 5.651238399 C6_chemical_C2 +LQ00X032030 Putative uncharacterized protein 5.143922743 C6_chemical_C3 +LQ00X032030 Putative uncharacterized protein 5.290352479 L4_control_A1 +LQ00X032030 Putative uncharacterized protein 5.179528879 L4_control_A2 +LQ00X032030 Putative uncharacterized protein 5.074829406 L4_control_A3 +LQ00X032030 Putative uncharacterized protein 5.479073149 L4_control_B1 +LQ00X032030 Putative uncharacterized protein 5.601367088 L4_control_B2 +LQ00X032030 Putative uncharacterized protein 5.199570063 L4_control_B3 +LQ00X032030 Putative uncharacterized protein 6.032525617 L4_control_C2 +LQ00X032030 Putative uncharacterized protein 5.976447929 L4_control_C3 +LQ00X032030 Putative uncharacterized protein 5.293894323 L4_chemical_A1 +LQ00X032030 Putative uncharacterized protein 5.463408966 L4_chemical_A2 +LQ00X032030 Putative uncharacterized protein 4.979997557 L4_chemical_A3 +LQ00X032030 Putative uncharacterized protein 5.580336597 L4_chemical_B1 +LQ00X032030 Putative uncharacterized protein 5.463438504 L4_chemical_B2 +LQ00X032030 Putative uncharacterized protein 5.382953132 L4_chemical_B3 +LQ00X032030 Putative uncharacterized protein 5.351452903 L4_chemical_C2 +LQ00X032030 Putative uncharacterized protein 5.430253018 L4_chemical_C3 +LQ00X032070 Putative Predicted protein 8.746152289 C6_control_A1 +LQ00X032070 Putative Predicted protein 10.27780203 C6_control_A3 +LQ00X032070 Putative Predicted protein 8.182811587 C6_control_B1 +LQ00X032070 Putative Predicted protein 8.889773195 C6_control_B2 +LQ00X032070 Putative Predicted protein 9.003986748 C6_control_B3 +LQ00X032070 Putative Predicted protein 9.714803057 C6_control_C1 +LQ00X032070 Putative Predicted protein 10.19192576 C6_control_C2 +LQ00X032070 Putative Predicted protein 10.46543728 C6_control_C3 +LQ00X032070 Putative Predicted protein 9.310690841 C6_chemical_A1 +LQ00X032070 Putative Predicted protein 10.22949448 C6_chemical_A3 +LQ00X032070 Putative Predicted protein 9.297529773 C6_chemical_B1 +LQ00X032070 Putative Predicted protein 8.853128417 C6_chemical_B2 +LQ00X032070 Putative Predicted protein 9.836529406 C6_chemical_B3 +LQ00X032070 Putative Predicted protein 10.30898347 C6_chemical_C1 +LQ00X032070 Putative Predicted protein 10.0147505 C6_chemical_C2 +LQ00X032070 Putative Predicted protein 10.90206686 C6_chemical_C3 +LQ00X032070 Putative Predicted protein 10.20932138 L4_control_A1 +LQ00X032070 Putative Predicted protein 9.643528786 L4_control_A2 +LQ00X032070 Putative Predicted protein 10.89918436 L4_control_A3 +LQ00X032070 Putative Predicted protein 9.934805871 L4_control_B1 +LQ00X032070 Putative Predicted protein 8.401611859 L4_control_B2 +LQ00X032070 Putative Predicted protein 9.801512497 L4_control_B3 +LQ00X032070 Putative Predicted protein 9.953091149 L4_control_C2 +LQ00X032070 Putative Predicted protein 10.14635885 L4_control_C3 +LQ00X032070 Putative Predicted protein 10.30716574 L4_chemical_A1 +LQ00X032070 Putative Predicted protein 9.918675332 L4_chemical_A2 +LQ00X032070 Putative Predicted protein 10.98166249 L4_chemical_A3 +LQ00X032070 Putative Predicted protein 9.680970662 L4_chemical_B1 +LQ00X032070 Putative Predicted protein 9.702741183 L4_chemical_B2 +LQ00X032070 Putative Predicted protein 9.852982106 L4_chemical_B3 +LQ00X032070 Putative Predicted protein 10.06832645 L4_chemical_C2 +LQ00X032070 Putative Predicted protein 10.35081195 L4_chemical_C3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.281479191 C6_control_A1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.036916282 C6_control_A3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.970240195 C6_control_B1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 5.927658995 C6_control_B2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.525721965 C6_control_B3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 5.892551827 C6_control_C1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 5.57712522 C6_control_C2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 5.782104198 C6_control_C3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.188633943 C6_chemical_A1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.55088406 C6_chemical_A3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.842170188 C6_chemical_B1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.062870167 C6_chemical_B2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.942423212 C6_chemical_B3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 5.767728776 C6_chemical_C1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 5.622128579 C6_chemical_C2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.05146186 C6_chemical_C3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.220172191 L4_control_A1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.741082193 L4_control_A2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.171233318 L4_control_A3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.325765676 L4_control_B1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.282532713 L4_control_B2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.404069892 L4_control_B3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.990510499 L4_control_C2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.313397898 L4_control_C3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.585828166 L4_chemical_A1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.379309843 L4_chemical_A2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 6.999431173 L4_chemical_A3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.371870055 L4_chemical_B1 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.379608085 L4_chemical_B2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.104230978 L4_chemical_B3 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.101525393 L4_chemical_C2 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.276882436 L4_chemical_C3 +LQ00X032330 Putative uncharacterized protein 7.182024837 C6_control_A1 +LQ00X032330 Putative uncharacterized protein 7.183772711 C6_control_A3 +LQ00X032330 Putative uncharacterized protein 7.260501605 C6_control_B1 +LQ00X032330 Putative uncharacterized protein 6.977399177 C6_control_B2 +LQ00X032330 Putative uncharacterized protein 7.601616362 C6_control_B3 +LQ00X032330 Putative uncharacterized protein 7.352087846 C6_control_C1 +LQ00X032330 Putative uncharacterized protein 6.722238377 C6_control_C2 +LQ00X032330 Putative uncharacterized protein 6.770341179 C6_control_C3 +LQ00X032330 Putative uncharacterized protein 6.992145575 C6_chemical_A1 +LQ00X032330 Putative uncharacterized protein 6.688773298 C6_chemical_A3 +LQ00X032330 Putative uncharacterized protein 6.569049076 C6_chemical_B1 +LQ00X032330 Putative uncharacterized protein 6.835693204 C6_chemical_B2 +LQ00X032330 Putative uncharacterized protein 6.721676755 C6_chemical_B3 +LQ00X032330 Putative uncharacterized protein 6.867050618 C6_chemical_C1 +LQ00X032330 Putative uncharacterized protein 6.981887811 C6_chemical_C2 +LQ00X032330 Putative uncharacterized protein 6.526208898 C6_chemical_C3 +LQ00X032330 Putative uncharacterized protein 6.542021917 L4_control_A1 +LQ00X032330 Putative uncharacterized protein 7.266964883 L4_control_A2 +LQ00X032330 Putative uncharacterized protein 6.976630474 L4_control_A3 +LQ00X032330 Putative uncharacterized protein 7.356707809 L4_control_B1 +LQ00X032330 Putative uncharacterized protein 7.164678351 L4_control_B2 +LQ00X032330 Putative uncharacterized protein 6.772638735 L4_control_B3 +LQ00X032330 Putative uncharacterized protein 7.056647106 L4_control_C2 +LQ00X032330 Putative uncharacterized protein 6.175930376 L4_control_C3 +LQ00X032330 Putative uncharacterized protein 6.618502493 L4_chemical_A1 +LQ00X032330 Putative uncharacterized protein 7.106976935 L4_chemical_A2 +LQ00X032330 Putative uncharacterized protein 7.290639759 L4_chemical_A3 +LQ00X032330 Putative uncharacterized protein 6.860165373 L4_chemical_B1 +LQ00X032330 Putative uncharacterized protein 7.146021463 L4_chemical_B2 +LQ00X032330 Putative uncharacterized protein 6.792376636 L4_chemical_B3 +LQ00X032330 Putative uncharacterized protein 6.692027303 L4_chemical_C2 +LQ00X032330 Putative uncharacterized protein 6.003773764 L4_chemical_C3 +LQ00X032500 Auxin efflux carrier component 1 5.569765842 C6_control_A1 +LQ00X032500 Auxin efflux carrier component 1 5.301248863 C6_control_A3 +LQ00X032500 Auxin efflux carrier component 1 5.637986248 C6_control_B1 +LQ00X032500 Auxin efflux carrier component 1 5.475982201 C6_control_B2 +LQ00X032500 Auxin efflux carrier component 1 5.413046387 C6_control_B3 +LQ00X032500 Auxin efflux carrier component 1 5.090565414 C6_control_C1 +LQ00X032500 Auxin efflux carrier component 1 5.028580004 C6_control_C2 +LQ00X032500 Auxin efflux carrier component 1 5.178922453 C6_control_C3 +LQ00X032500 Auxin efflux carrier component 1 5.250610063 C6_chemical_A1 +LQ00X032500 Auxin efflux carrier component 1 5.343313424 C6_chemical_A3 +LQ00X032500 Auxin efflux carrier component 1 5.444228773 C6_chemical_B1 +LQ00X032500 Auxin efflux carrier component 1 5.269639826 C6_chemical_B2 +LQ00X032500 Auxin efflux carrier component 1 5.379373383 C6_chemical_B3 +LQ00X032500 Auxin efflux carrier component 1 5.170436444 C6_chemical_C1 +LQ00X032500 Auxin efflux carrier component 1 5.095150202 C6_chemical_C2 +LQ00X032500 Auxin efflux carrier component 1 5.187127063 C6_chemical_C3 +LQ00X032500 Auxin efflux carrier component 1 5.347011567 L4_control_A1 +LQ00X032500 Auxin efflux carrier component 1 4.69206684 L4_control_A2 +LQ00X032500 Auxin efflux carrier component 1 5.672727899 L4_control_A3 +LQ00X032500 Auxin efflux carrier component 1 5.224629605 L4_control_B1 +LQ00X032500 Auxin efflux carrier component 1 5.465568936 L4_control_B2 +LQ00X032500 Auxin efflux carrier component 1 5.50829535 L4_control_B3 +LQ00X032500 Auxin efflux carrier component 1 5.237155697 L4_control_C2 +LQ00X032500 Auxin efflux carrier component 1 5.834717883 L4_control_C3 +LQ00X032500 Auxin efflux carrier component 1 5.263744044 L4_chemical_A1 +LQ00X032500 Auxin efflux carrier component 1 5.456889727 L4_chemical_A2 +LQ00X032500 Auxin efflux carrier component 1 4.940130382 L4_chemical_A3 +LQ00X032500 Auxin efflux carrier component 1 5.575874143 L4_chemical_B1 +LQ00X032500 Auxin efflux carrier component 1 5.46730607 L4_chemical_B2 +LQ00X032500 Auxin efflux carrier component 1 5.248256668 L4_chemical_B3 +LQ00X032500 Auxin efflux carrier component 1 5.27715106 L4_chemical_C2 +LQ00X032500 Auxin efflux carrier component 1 5.060581948 L4_chemical_C3 +LQ00X032610 Putative Subtilisin-like protease 12.50995024 C6_control_A1 +LQ00X032610 Putative Subtilisin-like protease 12.75866567 C6_control_A3 +LQ00X032610 Putative Subtilisin-like protease 12.5268363 C6_control_B1 +LQ00X032610 Putative Subtilisin-like protease 12.0700989 C6_control_B2 +LQ00X032610 Putative Subtilisin-like protease 13.1202605 C6_control_B3 +LQ00X032610 Putative Subtilisin-like protease 11.95067125 C6_control_C1 +LQ00X032610 Putative Subtilisin-like protease 13.81743653 C6_control_C2 +LQ00X032610 Putative Subtilisin-like protease 12.59170487 C6_control_C3 +LQ00X032610 Putative Subtilisin-like protease 13.04132209 C6_chemical_A1 +LQ00X032610 Putative Subtilisin-like protease 13.18381936 C6_chemical_A3 +LQ00X032610 Putative Subtilisin-like protease 13.69483942 C6_chemical_B1 +LQ00X032610 Putative Subtilisin-like protease 13.66082551 C6_chemical_B2 +LQ00X032610 Putative Subtilisin-like protease 13.91679925 C6_chemical_B3 +LQ00X032610 Putative Subtilisin-like protease 13.73040855 C6_chemical_C1 +LQ00X032610 Putative Subtilisin-like protease 13.59518896 C6_chemical_C2 +LQ00X032610 Putative Subtilisin-like protease 13.90096552 C6_chemical_C3 +LQ00X032610 Putative Subtilisin-like protease 11.07503342 L4_control_A1 +LQ00X032610 Putative Subtilisin-like protease 10.93381975 L4_control_A2 +LQ00X032610 Putative Subtilisin-like protease 11.27812336 L4_control_A3 +LQ00X032610 Putative Subtilisin-like protease 11.31710115 L4_control_B1 +LQ00X032610 Putative Subtilisin-like protease 12.76145624 L4_control_B2 +LQ00X032610 Putative Subtilisin-like protease 11.749996 L4_control_B3 +LQ00X032610 Putative Subtilisin-like protease 12.69549406 L4_control_C2 +LQ00X032610 Putative Subtilisin-like protease 11.77351081 L4_control_C3 +LQ00X032610 Putative Subtilisin-like protease 9.383647373 L4_chemical_A1 +LQ00X032610 Putative Subtilisin-like protease 9.68527779 L4_chemical_A2 +LQ00X032610 Putative Subtilisin-like protease 10.51526742 L4_chemical_A3 +LQ00X032610 Putative Subtilisin-like protease 11.58677581 L4_chemical_B1 +LQ00X032610 Putative Subtilisin-like protease 11.93438271 L4_chemical_B2 +LQ00X032610 Putative Subtilisin-like protease 11.37690898 L4_chemical_B3 +LQ00X032610 Putative Subtilisin-like protease 11.0975978 L4_chemical_C2 +LQ00X032610 Putative Subtilisin-like protease 11.86692626 L4_chemical_C3 +LQ00X032630 Predicted protein 7.069170932 C6_control_A1 +LQ00X032630 Predicted protein 6.526751074 C6_control_A3 +LQ00X032630 Predicted protein 7.622497046 C6_control_B1 +LQ00X032630 Predicted protein 8.556782636 C6_control_B2 +LQ00X032630 Predicted protein 10.4534613 C6_control_B3 +LQ00X032630 Predicted protein 11.40316677 C6_control_C1 +LQ00X032630 Predicted protein 12.22115343 C6_control_C2 +LQ00X032630 Predicted protein 13.60253153 C6_control_C3 +LQ00X032630 Predicted protein 6.50721073 C6_chemical_A1 +LQ00X032630 Predicted protein 7.716116285 C6_chemical_A3 +LQ00X032630 Predicted protein 7.38879806 C6_chemical_B1 +LQ00X032630 Predicted protein 8.064323116 C6_chemical_B2 +LQ00X032630 Predicted protein 11.07617661 C6_chemical_B3 +LQ00X032630 Predicted protein 10.45537509 C6_chemical_C1 +LQ00X032630 Predicted protein 10.97376108 C6_chemical_C2 +LQ00X032630 Predicted protein 13.73694979 C6_chemical_C3 +LQ00X032630 Predicted protein 8.435526331 L4_control_A1 +LQ00X032630 Predicted protein 8.20472421 L4_control_A2 +LQ00X032630 Predicted protein 8.679341272 L4_control_A3 +LQ00X032630 Predicted protein 9.998207326 L4_control_B1 +LQ00X032630 Predicted protein 7.355437441 L4_control_B2 +LQ00X032630 Predicted protein 11.67930163 L4_control_B3 +LQ00X032630 Predicted protein 12.93327174 L4_control_C2 +LQ00X032630 Predicted protein 14.12952816 L4_control_C3 +LQ00X032630 Predicted protein 9.200082215 L4_chemical_A1 +LQ00X032630 Predicted protein 6.940763842 L4_chemical_A2 +LQ00X032630 Predicted protein 8.807018112 L4_chemical_A3 +LQ00X032630 Predicted protein 11.04948263 L4_chemical_B1 +LQ00X032630 Predicted protein 8.359297228 L4_chemical_B2 +LQ00X032630 Predicted protein 11.22866947 L4_chemical_B3 +LQ00X032630 Predicted protein 12.96232545 L4_chemical_C2 +LQ00X032630 Predicted protein 13.13547141 L4_chemical_C3 +LQ00X032810 Putative Predicted protein 8.168671458 C6_control_A1 +LQ00X032810 Putative Predicted protein 8.36469676 C6_control_A3 +LQ00X032810 Putative Predicted protein 7.736735644 C6_control_B1 +LQ00X032810 Putative Predicted protein 7.41318121 C6_control_B2 +LQ00X032810 Putative Predicted protein 7.640574164 C6_control_B3 +LQ00X032810 Putative Predicted protein 6.795848194 C6_control_C1 +LQ00X032810 Putative Predicted protein 6.450773997 C6_control_C2 +LQ00X032810 Putative Predicted protein 6.149541038 C6_control_C3 +LQ00X032810 Putative Predicted protein 7.805384898 C6_chemical_A1 +LQ00X032810 Putative Predicted protein 8.215061186 C6_chemical_A3 +LQ00X032810 Putative Predicted protein 6.925003989 C6_chemical_B1 +LQ00X032810 Putative Predicted protein 7.099745821 C6_chemical_B2 +LQ00X032810 Putative Predicted protein 7.272188865 C6_chemical_B3 +LQ00X032810 Putative Predicted protein 6.562556531 C6_chemical_C1 +LQ00X032810 Putative Predicted protein 6.474718716 C6_chemical_C2 +LQ00X032810 Putative Predicted protein 7.489201736 C6_chemical_C3 +LQ00X032810 Putative Predicted protein 8.201037084 L4_control_A1 +LQ00X032810 Putative Predicted protein 8.710377537 L4_control_A2 +LQ00X032810 Putative Predicted protein 7.059155942 L4_control_A3 +LQ00X032810 Putative Predicted protein 8.819767253 L4_control_B1 +LQ00X032810 Putative Predicted protein 7.773414377 L4_control_B2 +LQ00X032810 Putative Predicted protein 7.93926934 L4_control_B3 +LQ00X032810 Putative Predicted protein 5.633991595 L4_control_C2 +LQ00X032810 Putative Predicted protein 6.106884745 L4_control_C3 +LQ00X032810 Putative Predicted protein 7.591359979 L4_chemical_A1 +LQ00X032810 Putative Predicted protein 7.309688188 L4_chemical_A2 +LQ00X032810 Putative Predicted protein 7.278751368 L4_chemical_A3 +LQ00X032810 Putative Predicted protein 7.026777654 L4_chemical_B1 +LQ00X032810 Putative Predicted protein 8.113103841 L4_chemical_B2 +LQ00X032810 Putative Predicted protein 8.284298146 L4_chemical_B3 +LQ00X032810 Putative Predicted protein 6.812822732 L4_chemical_C2 +LQ00X032810 Putative Predicted protein 5.954960586 L4_chemical_C3 +LQ00X033030 Putative Laccase-15 9.796731919 C6_control_A1 +LQ00X033030 Putative Laccase-15 10.36879292 C6_control_A3 +LQ00X033030 Putative Laccase-15 9.564745341 C6_control_B1 +LQ00X033030 Putative Laccase-15 9.208694321 C6_control_B2 +LQ00X033030 Putative Laccase-15 9.190197732 C6_control_B3 +LQ00X033030 Putative Laccase-15 9.879160513 C6_control_C1 +LQ00X033030 Putative Laccase-15 11.14753058 C6_control_C2 +LQ00X033030 Putative Laccase-15 11.27181868 C6_control_C3 +LQ00X033030 Putative Laccase-15 9.605726288 C6_chemical_A1 +LQ00X033030 Putative Laccase-15 11.24224675 C6_chemical_A3 +LQ00X033030 Putative Laccase-15 8.447955716 C6_chemical_B1 +LQ00X033030 Putative Laccase-15 9.019234704 C6_chemical_B2 +LQ00X033030 Putative Laccase-15 10.10869546 C6_chemical_B3 +LQ00X033030 Putative Laccase-15 9.422540386 C6_chemical_C1 +LQ00X033030 Putative Laccase-15 10.85432546 C6_chemical_C2 +LQ00X033030 Putative Laccase-15 12.2997263 C6_chemical_C3 +LQ00X033030 Putative Laccase-15 11.20412532 L4_control_A1 +LQ00X033030 Putative Laccase-15 9.528189215 L4_control_A2 +LQ00X033030 Putative Laccase-15 11.79493904 L4_control_A3 +LQ00X033030 Putative Laccase-15 10.67709156 L4_control_B1 +LQ00X033030 Putative Laccase-15 9.523138186 L4_control_B2 +LQ00X033030 Putative Laccase-15 11.31460875 L4_control_B3 +LQ00X033030 Putative Laccase-15 12.8652735 L4_control_C2 +LQ00X033030 Putative Laccase-15 13.6833473 L4_control_C3 +LQ00X033030 Putative Laccase-15 14.24720585 L4_chemical_A1 +LQ00X033030 Putative Laccase-15 13.08568105 L4_chemical_A2 +LQ00X033030 Putative Laccase-15 12.81383142 L4_chemical_A3 +LQ00X033030 Putative Laccase-15 13.12735329 L4_chemical_B1 +LQ00X033030 Putative Laccase-15 10.82328793 L4_chemical_B2 +LQ00X033030 Putative Laccase-15 10.71588791 L4_chemical_B3 +LQ00X033030 Putative Laccase-15 12.80861837 L4_chemical_C2 +LQ00X033030 Putative Laccase-15 13.03519613 L4_chemical_C3 +LQ00X033050 Hypothetical protein 4.732763256 C6_control_A1 +LQ00X033050 Hypothetical protein 4.792407687 C6_control_A3 +LQ00X033050 Hypothetical protein 4.961836276 C6_control_B1 +LQ00X033050 Hypothetical protein 4.606711622 C6_control_B2 +LQ00X033050 Hypothetical protein 4.763882823 C6_control_B3 +LQ00X033050 Hypothetical protein 4.611767802 C6_control_C1 +LQ00X033050 Hypothetical protein 4.737365087 C6_control_C2 +LQ00X033050 Hypothetical protein 4.799281498 C6_control_C3 +LQ00X033050 Hypothetical protein 4.631683646 C6_chemical_A1 +LQ00X033050 Hypothetical protein 4.666173788 C6_chemical_A3 +LQ00X033050 Hypothetical protein 5.077202938 C6_chemical_B1 +LQ00X033050 Hypothetical protein 4.687506429 C6_chemical_B2 +LQ00X033050 Hypothetical protein 4.634535041 C6_chemical_B3 +LQ00X033050 Hypothetical protein 4.664620782 C6_chemical_C1 +LQ00X033050 Hypothetical protein 4.926601363 C6_chemical_C2 +LQ00X033050 Hypothetical protein 4.668240987 C6_chemical_C3 +LQ00X033050 Hypothetical protein 4.604473397 L4_control_A1 +LQ00X033050 Hypothetical protein 4.79192333 L4_control_A2 +LQ00X033050 Hypothetical protein 4.560136589 L4_control_A3 +LQ00X033050 Hypothetical protein 5.155708501 L4_control_B1 +LQ00X033050 Hypothetical protein 5.345488348 L4_control_B2 +LQ00X033050 Hypothetical protein 4.75312388 L4_control_B3 +LQ00X033050 Hypothetical protein 5.198866372 L4_control_C2 +LQ00X033050 Hypothetical protein 4.88082245 L4_control_C3 +LQ00X033050 Hypothetical protein 4.732521509 L4_chemical_A1 +LQ00X033050 Hypothetical protein 4.706955248 L4_chemical_A2 +LQ00X033050 Hypothetical protein 4.58919824 L4_chemical_A3 +LQ00X033050 Hypothetical protein 4.740279476 L4_chemical_B1 +LQ00X033050 Hypothetical protein 5.165925226 L4_chemical_B2 +LQ00X033050 Hypothetical protein 4.639796969 L4_chemical_B3 +LQ00X033050 Hypothetical protein 5.892399212 L4_chemical_C2 +LQ00X033050 Hypothetical protein 5.270347851 L4_chemical_C3 +LQ00X033120 Putative Laccase-14 12.31757852 C6_control_A1 +LQ00X033120 Putative Laccase-14 12.82955565 C6_control_A3 +LQ00X033120 Putative Laccase-14 11.07779859 C6_control_B1 +LQ00X033120 Putative Laccase-14 6.684085169 C6_control_B2 +LQ00X033120 Putative Laccase-14 8.34734909 C6_control_B3 +LQ00X033120 Putative Laccase-14 8.302593251 C6_control_C1 +LQ00X033120 Putative Laccase-14 7.790400258 C6_control_C2 +LQ00X033120 Putative Laccase-14 8.418745069 C6_control_C3 +LQ00X033120 Putative Laccase-14 13.88983336 C6_chemical_A1 +LQ00X033120 Putative Laccase-14 14.78501869 C6_chemical_A3 +LQ00X033120 Putative Laccase-14 10.65207564 C6_chemical_B1 +LQ00X033120 Putative Laccase-14 7.507864347 C6_chemical_B2 +LQ00X033120 Putative Laccase-14 6.713663012 C6_chemical_B3 +LQ00X033120 Putative Laccase-14 7.953260204 C6_chemical_C1 +LQ00X033120 Putative Laccase-14 7.786511401 C6_chemical_C2 +LQ00X033120 Putative Laccase-14 8.690867969 C6_chemical_C3 +LQ00X033120 Putative Laccase-14 13.81520932 L4_control_A1 +LQ00X033120 Putative Laccase-14 12.73121867 L4_control_A2 +LQ00X033120 Putative Laccase-14 12.96140126 L4_control_A3 +LQ00X033120 Putative Laccase-14 9.155216473 L4_control_B1 +LQ00X033120 Putative Laccase-14 9.671308499 L4_control_B2 +LQ00X033120 Putative Laccase-14 8.927103308 L4_control_B3 +LQ00X033120 Putative Laccase-14 8.43529022 L4_control_C2 +LQ00X033120 Putative Laccase-14 9.522427453 L4_control_C3 +LQ00X033120 Putative Laccase-14 13.99195135 L4_chemical_A1 +LQ00X033120 Putative Laccase-14 12.52410244 L4_chemical_A2 +LQ00X033120 Putative Laccase-14 12.14383084 L4_chemical_A3 +LQ00X033120 Putative Laccase-14 10.50833719 L4_chemical_B1 +LQ00X033120 Putative Laccase-14 11.67593385 L4_chemical_B2 +LQ00X033120 Putative Laccase-14 11.00241719 L4_chemical_B3 +LQ00X033120 Putative Laccase-14 7.525701568 L4_chemical_C2 +LQ00X033120 Putative Laccase-14 8.617225499 L4_chemical_C3 +LQ00X033141 Gag-pol protein, putative 4.935967608 C6_control_A1 +LQ00X033141 Gag-pol protein, putative 5.192232231 C6_control_A3 +LQ00X033141 Gag-pol protein, putative 5.00610578 C6_control_B1 +LQ00X033141 Gag-pol protein, putative 4.977348734 C6_control_B2 +LQ00X033141 Gag-pol protein, putative 5.494862642 C6_control_B3 +LQ00X033141 Gag-pol protein, putative 5.467710905 C6_control_C1 +LQ00X033141 Gag-pol protein, putative 4.939108175 C6_control_C2 +LQ00X033141 Gag-pol protein, putative 5.044390728 C6_control_C3 +LQ00X033141 Gag-pol protein, putative 5.124313841 C6_chemical_A1 +LQ00X033141 Gag-pol protein, putative 5.158492528 C6_chemical_A3 +LQ00X033141 Gag-pol protein, putative 5.014824927 C6_chemical_B1 +LQ00X033141 Gag-pol protein, putative 5.04022982 C6_chemical_B2 +LQ00X033141 Gag-pol protein, putative 4.899737202 C6_chemical_B3 +LQ00X033141 Gag-pol protein, putative 5.620145 C6_chemical_C1 +LQ00X033141 Gag-pol protein, putative 5.137844806 C6_chemical_C2 +LQ00X033141 Gag-pol protein, putative 5.958098729 C6_chemical_C3 +LQ00X033141 Gag-pol protein, putative 5.043333105 L4_control_A1 +LQ00X033141 Gag-pol protein, putative 5.319905628 L4_control_A2 +LQ00X033141 Gag-pol protein, putative 5.727131746 L4_control_A3 +LQ00X033141 Gag-pol protein, putative 5.64584547 L4_control_B1 +LQ00X033141 Gag-pol protein, putative 4.694107052 L4_control_B2 +LQ00X033141 Gag-pol protein, putative 5.009326211 L4_control_B3 +LQ00X033141 Gag-pol protein, putative 5.351175876 L4_control_C2 +LQ00X033141 Gag-pol protein, putative 4.713762696 L4_control_C3 +LQ00X033141 Gag-pol protein, putative 5.618025593 L4_chemical_A1 +LQ00X033141 Gag-pol protein, putative 5.677859663 L4_chemical_A2 +LQ00X033141 Gag-pol protein, putative 5.496781411 L4_chemical_A3 +LQ00X033141 Gag-pol protein, putative 5.343147652 L4_chemical_B1 +LQ00X033141 Gag-pol protein, putative 4.828957801 L4_chemical_B2 +LQ00X033141 Gag-pol protein, putative 5.118193663 L4_chemical_B3 +LQ00X033141 Gag-pol protein, putative 5.345373818 L4_chemical_C2 +LQ00X033141 Gag-pol protein, putative 5.684279837 L4_chemical_C3 +LQ00X033180 Putative Predicted protein 8.802575137 C6_control_A1 +LQ00X033180 Putative Predicted protein 9.046925826 C6_control_A3 +LQ00X033180 Putative Predicted protein 8.830013005 C6_control_B1 +LQ00X033180 Putative Predicted protein 7.901527391 C6_control_B2 +LQ00X033180 Putative Predicted protein 8.177236122 C6_control_B3 +LQ00X033180 Putative Predicted protein 7.945112276 C6_control_C1 +LQ00X033180 Putative Predicted protein 7.605845572 C6_control_C2 +LQ00X033180 Putative Predicted protein 7.681579694 C6_control_C3 +LQ00X033180 Putative Predicted protein 8.907550749 C6_chemical_A1 +LQ00X033180 Putative Predicted protein 9.458812952 C6_chemical_A3 +LQ00X033180 Putative Predicted protein 8.609556425 C6_chemical_B1 +LQ00X033180 Putative Predicted protein 7.947841236 C6_chemical_B2 +LQ00X033180 Putative Predicted protein 9.133946398 C6_chemical_B3 +LQ00X033180 Putative Predicted protein 7.513497877 C6_chemical_C1 +LQ00X033180 Putative Predicted protein 7.306345447 C6_chemical_C2 +LQ00X033180 Putative Predicted protein 7.300550061 C6_chemical_C3 +LQ00X033180 Putative Predicted protein 9.648721306 L4_control_A1 +LQ00X033180 Putative Predicted protein 8.426715413 L4_control_A2 +LQ00X033180 Putative Predicted protein 10.29821706 L4_control_A3 +LQ00X033180 Putative Predicted protein 9.782188974 L4_control_B1 +LQ00X033180 Putative Predicted protein 9.005372949 L4_control_B2 +LQ00X033180 Putative Predicted protein 9.557849977 L4_control_B3 +LQ00X033180 Putative Predicted protein 9.349262713 L4_control_C2 +LQ00X033180 Putative Predicted protein 8.348629983 L4_control_C3 +LQ00X033180 Putative Predicted protein 11.10625057 L4_chemical_A1 +LQ00X033180 Putative Predicted protein 9.438465238 L4_chemical_A2 +LQ00X033180 Putative Predicted protein 11.19123614 L4_chemical_A3 +LQ00X033180 Putative Predicted protein 10.66025128 L4_chemical_B1 +LQ00X033180 Putative Predicted protein 9.505927994 L4_chemical_B2 +LQ00X033180 Putative Predicted protein 9.953686799 L4_chemical_B3 +LQ00X033180 Putative Predicted protein 9.123763394 L4_chemical_C2 +LQ00X033180 Putative Predicted protein 8.632718928 L4_chemical_C3 +LQ00X033200 Putative Predicted protein 11.4166791 C6_control_A1 +LQ00X033200 Putative Predicted protein 13.04232854 C6_control_A3 +LQ00X033200 Putative Predicted protein 10.69303901 C6_control_B1 +LQ00X033200 Putative Predicted protein 10.28759276 C6_control_B2 +LQ00X033200 Putative Predicted protein 10.49173462 C6_control_B3 +LQ00X033200 Putative Predicted protein 11.52574986 C6_control_C1 +LQ00X033200 Putative Predicted protein 11.78391641 C6_control_C2 +LQ00X033200 Putative Predicted protein 12.27277538 C6_control_C3 +LQ00X033200 Putative Predicted protein 12.93643682 C6_chemical_A1 +LQ00X033200 Putative Predicted protein 11.70365422 C6_chemical_A3 +LQ00X033200 Putative Predicted protein 11.50309662 C6_chemical_B1 +LQ00X033200 Putative Predicted protein 10.33596846 C6_chemical_B2 +LQ00X033200 Putative Predicted protein 12.15963804 C6_chemical_B3 +LQ00X033200 Putative Predicted protein 11.14628055 C6_chemical_C1 +LQ00X033200 Putative Predicted protein 12.0243949 C6_chemical_C2 +LQ00X033200 Putative Predicted protein 11.17868039 C6_chemical_C3 +LQ00X033200 Putative Predicted protein 11.39515521 L4_control_A1 +LQ00X033200 Putative Predicted protein 8.583909519 L4_control_A2 +LQ00X033200 Putative Predicted protein 10.90488243 L4_control_A3 +LQ00X033200 Putative Predicted protein 10.92547396 L4_control_B1 +LQ00X033200 Putative Predicted protein 8.077203331 L4_control_B2 +LQ00X033200 Putative Predicted protein 9.58437049 L4_control_B3 +LQ00X033200 Putative Predicted protein 11.98207833 L4_control_C2 +LQ00X033200 Putative Predicted protein 11.60136653 L4_control_C3 +LQ00X033200 Putative Predicted protein 13.06384092 L4_chemical_A1 +LQ00X033200 Putative Predicted protein 11.61378471 L4_chemical_A2 +LQ00X033200 Putative Predicted protein 11.79668164 L4_chemical_A3 +LQ00X033200 Putative Predicted protein 13.52976698 L4_chemical_B1 +LQ00X033200 Putative Predicted protein 9.609753352 L4_chemical_B2 +LQ00X033200 Putative Predicted protein 9.823310934 L4_chemical_B3 +LQ00X033200 Putative Predicted protein 10.47450152 L4_chemical_C2 +LQ00X033200 Putative Predicted protein 10.74461443 L4_chemical_C3 +LQ00X033220 Hypothetical protein 14.93304778 C6_control_A1 +LQ00X033220 Hypothetical protein 15.16142918 C6_control_A3 +LQ00X033220 Hypothetical protein 15.22509086 C6_control_B1 +LQ00X033220 Hypothetical protein 14.3532668 C6_control_B2 +LQ00X033220 Hypothetical protein 14.71374646 C6_control_B3 +LQ00X033220 Hypothetical protein 14.06308997 C6_control_C1 +LQ00X033220 Hypothetical protein 14.44506638 C6_control_C2 +LQ00X033220 Hypothetical protein 14.87703318 C6_control_C3 +LQ00X033220 Hypothetical protein 14.93459841 C6_chemical_A1 +LQ00X033220 Hypothetical protein 15.0803925 C6_chemical_A3 +LQ00X033220 Hypothetical protein 14.93562957 C6_chemical_B1 +LQ00X033220 Hypothetical protein 14.71794765 C6_chemical_B2 +LQ00X033220 Hypothetical protein 15.48406 C6_chemical_B3 +LQ00X033220 Hypothetical protein 13.51947596 C6_chemical_C1 +LQ00X033220 Hypothetical protein 14.58497897 C6_chemical_C2 +LQ00X033220 Hypothetical protein 14.55110893 C6_chemical_C3 +LQ00X033220 Hypothetical protein 14.53884918 L4_control_A1 +LQ00X033220 Hypothetical protein 14.13735854 L4_control_A2 +LQ00X033220 Hypothetical protein 14.18480033 L4_control_A3 +LQ00X033220 Hypothetical protein 15.37618591 L4_control_B1 +LQ00X033220 Hypothetical protein 14.80343402 L4_control_B2 +LQ00X033220 Hypothetical protein 15.11430207 L4_control_B3 +LQ00X033220 Hypothetical protein 15.3829647 L4_control_C2 +LQ00X033220 Hypothetical protein 15.43303064 L4_control_C3 +LQ00X033220 Hypothetical protein 15.17386096 L4_chemical_A1 +LQ00X033220 Hypothetical protein 14.62383255 L4_chemical_A2 +LQ00X033220 Hypothetical protein 14.52969889 L4_chemical_A3 +LQ00X033220 Hypothetical protein 15.55662932 L4_chemical_B1 +LQ00X033220 Hypothetical protein 15.30342813 L4_chemical_B2 +LQ00X033220 Hypothetical protein 15.4809621 L4_chemical_B3 +LQ00X033220 Hypothetical protein 14.84233531 L4_chemical_C2 +LQ00X033220 Hypothetical protein 15.33288967 L4_chemical_C3 +LQ00X033500 Putative Predicted protein 4.937063098 C6_control_A1 +LQ00X033500 Putative Predicted protein 4.709739297 C6_control_A3 +LQ00X033500 Putative Predicted protein 4.668548318 C6_control_B1 +LQ00X033500 Putative Predicted protein 4.787342842 C6_control_B2 +LQ00X033500 Putative Predicted protein 4.89757424 C6_control_B3 +LQ00X033500 Putative Predicted protein 5.111823641 C6_control_C1 +LQ00X033500 Putative Predicted protein 4.939565351 C6_control_C2 +LQ00X033500 Putative Predicted protein 5.9131437 C6_control_C3 +LQ00X033500 Putative Predicted protein 5.079109414 C6_chemical_A1 +LQ00X033500 Putative Predicted protein 4.646757789 C6_chemical_A3 +LQ00X033500 Putative Predicted protein 4.68099674 C6_chemical_B1 +LQ00X033500 Putative Predicted protein 5.377307091 C6_chemical_B2 +LQ00X033500 Putative Predicted protein 4.850238613 C6_chemical_B3 +LQ00X033500 Putative Predicted protein 4.708443312 C6_chemical_C1 +LQ00X033500 Putative Predicted protein 4.975653825 C6_chemical_C2 +LQ00X033500 Putative Predicted protein 5.657575547 C6_chemical_C3 +LQ00X033500 Putative Predicted protein 4.793081185 L4_control_A1 +LQ00X033500 Putative Predicted protein 5.251436064 L4_control_A2 +LQ00X033500 Putative Predicted protein 5.006938423 L4_control_A3 +LQ00X033500 Putative Predicted protein 5.364325626 L4_control_B1 +LQ00X033500 Putative Predicted protein 5.135464388 L4_control_B2 +LQ00X033500 Putative Predicted protein 4.855369366 L4_control_B3 +LQ00X033500 Putative Predicted protein 5.295718639 L4_control_C2 +LQ00X033500 Putative Predicted protein 5.178411767 L4_control_C3 +LQ00X033500 Putative Predicted protein 4.89635726 L4_chemical_A1 +LQ00X033500 Putative Predicted protein 4.956617427 L4_chemical_A2 +LQ00X033500 Putative Predicted protein 5.000951461 L4_chemical_A3 +LQ00X033500 Putative Predicted protein 4.707240763 L4_chemical_B1 +LQ00X033500 Putative Predicted protein 5.613355864 L4_chemical_B2 +LQ00X033500 Putative Predicted protein 4.799527498 L4_chemical_B3 +LQ00X033500 Putative Predicted protein 5.132549079 L4_chemical_C2 +LQ00X033500 Putative Predicted protein 4.715114117 L4_chemical_C3 +LQ00X033650 60S ribosomal protein L34, putative 5.40010068 C6_control_A1 +LQ00X033650 60S ribosomal protein L34, putative 4.999285537 C6_control_A3 +LQ00X033650 60S ribosomal protein L34, putative 5.317844264 C6_control_B1 +LQ00X033650 60S ribosomal protein L34, putative 4.868770984 C6_control_B2 +LQ00X033650 60S ribosomal protein L34, putative 5.019074913 C6_control_B3 +LQ00X033650 60S ribosomal protein L34, putative 4.963423187 C6_control_C1 +LQ00X033650 60S ribosomal protein L34, putative 4.70329136 C6_control_C2 +LQ00X033650 60S ribosomal protein L34, putative 4.67376599 C6_control_C3 +LQ00X033650 60S ribosomal protein L34, putative 5.145636619 C6_chemical_A1 +LQ00X033650 60S ribosomal protein L34, putative 5.204100782 C6_chemical_A3 +LQ00X033650 60S ribosomal protein L34, putative 5.165209202 C6_chemical_B1 +LQ00X033650 60S ribosomal protein L34, putative 4.911842564 C6_chemical_B2 +LQ00X033650 60S ribosomal protein L34, putative 5.162417498 C6_chemical_B3 +LQ00X033650 60S ribosomal protein L34, putative 4.835467355 C6_chemical_C1 +LQ00X033650 60S ribosomal protein L34, putative 4.882737242 C6_chemical_C2 +LQ00X033650 60S ribosomal protein L34, putative 4.678132909 C6_chemical_C3 +LQ00X033650 60S ribosomal protein L34, putative 5.148550058 L4_control_A1 +LQ00X033650 60S ribosomal protein L34, putative 5.423597738 L4_control_A2 +LQ00X033650 60S ribosomal protein L34, putative 5.671334205 L4_control_A3 +LQ00X033650 60S ribosomal protein L34, putative 5.718581887 L4_control_B1 +LQ00X033650 60S ribosomal protein L34, putative 5.221197808 L4_control_B2 +LQ00X033650 60S ribosomal protein L34, putative 4.803158611 L4_control_B3 +LQ00X033650 60S ribosomal protein L34, putative 4.896693546 L4_control_C2 +LQ00X033650 60S ribosomal protein L34, putative 5.149234946 L4_control_C3 +LQ00X033650 60S ribosomal protein L34, putative 5.090654414 L4_chemical_A1 +LQ00X033650 60S ribosomal protein L34, putative 5.408981672 L4_chemical_A2 +LQ00X033650 60S ribosomal protein L34, putative 5.658901676 L4_chemical_A3 +LQ00X033650 60S ribosomal protein L34, putative 4.901672263 L4_chemical_B1 +LQ00X033650 60S ribosomal protein L34, putative 5.044901064 L4_chemical_B2 +LQ00X033650 60S ribosomal protein L34, putative 5.121382289 L4_chemical_B3 +LQ00X033650 60S ribosomal protein L34, putative 5.240076507 L4_chemical_C2 +LQ00X033650 60S ribosomal protein L34, putative 5.777296081 L4_chemical_C3 +LQ00X033660 Putative Ribosomal protein L34e 14.91741301 C6_control_A1 +LQ00X033660 Putative Ribosomal protein L34e 15.2371941 C6_control_A3 +LQ00X033660 Putative Ribosomal protein L34e 14.49485889 C6_control_B1 +LQ00X033660 Putative Ribosomal protein L34e 14.88399582 C6_control_B2 +LQ00X033660 Putative Ribosomal protein L34e 14.38660285 C6_control_B3 +LQ00X033660 Putative Ribosomal protein L34e 14.27159385 C6_control_C1 +LQ00X033660 Putative Ribosomal protein L34e 14.65940576 C6_control_C2 +LQ00X033660 Putative Ribosomal protein L34e 14.13998974 C6_control_C3 +LQ00X033660 Putative Ribosomal protein L34e 14.76542069 C6_chemical_A1 +LQ00X033660 Putative Ribosomal protein L34e 14.39313136 C6_chemical_A3 +LQ00X033660 Putative Ribosomal protein L34e 14.27218911 C6_chemical_B1 +LQ00X033660 Putative Ribosomal protein L34e 14.57709146 C6_chemical_B2 +LQ00X033660 Putative Ribosomal protein L34e 14.22758096 C6_chemical_B3 +LQ00X033660 Putative Ribosomal protein L34e 14.45246209 C6_chemical_C1 +LQ00X033660 Putative Ribosomal protein L34e 14.47239541 C6_chemical_C2 +LQ00X033660 Putative Ribosomal protein L34e 14.01090345 C6_chemical_C3 +LQ00X033660 Putative Ribosomal protein L34e 15.10097817 L4_control_A1 +LQ00X033660 Putative Ribosomal protein L34e 14.55351724 L4_control_A2 +LQ00X033660 Putative Ribosomal protein L34e 14.82735632 L4_control_A3 +LQ00X033660 Putative Ribosomal protein L34e 13.3639859 L4_control_B1 +LQ00X033660 Putative Ribosomal protein L34e 13.0266118 L4_control_B2 +LQ00X033660 Putative Ribosomal protein L34e 13.86548904 L4_control_B3 +LQ00X033660 Putative Ribosomal protein L34e 13.79723292 L4_control_C2 +LQ00X033660 Putative Ribosomal protein L34e 13.90231444 L4_control_C3 +LQ00X033660 Putative Ribosomal protein L34e 14.69187079 L4_chemical_A1 +LQ00X033660 Putative Ribosomal protein L34e 14.01085694 L4_chemical_A2 +LQ00X033660 Putative Ribosomal protein L34e 14.59318576 L4_chemical_A3 +LQ00X033660 Putative Ribosomal protein L34e 13.90667254 L4_chemical_B1 +LQ00X033660 Putative Ribosomal protein L34e 13.57544697 L4_chemical_B2 +LQ00X033660 Putative Ribosomal protein L34e 14.22921884 L4_chemical_B3 +LQ00X033660 Putative Ribosomal protein L34e 13.8645611 L4_chemical_C2 +LQ00X033660 Putative Ribosomal protein L34e 13.53911928 L4_chemical_C3 +LQ00X033720 Putative Protein thiJ 13.37271382 C6_control_A1 +LQ00X033720 Putative Protein thiJ 13.46028014 C6_control_A3 +LQ00X033720 Putative Protein thiJ 13.357982 C6_control_B1 +LQ00X033720 Putative Protein thiJ 13.41774354 C6_control_B2 +LQ00X033720 Putative Protein thiJ 13.08900733 C6_control_B3 +LQ00X033720 Putative Protein thiJ 14.29595374 C6_control_C1 +LQ00X033720 Putative Protein thiJ 14.29827453 C6_control_C2 +LQ00X033720 Putative Protein thiJ 13.81358018 C6_control_C3 +LQ00X033720 Putative Protein thiJ 13.87342147 C6_chemical_A1 +LQ00X033720 Putative Protein thiJ 14.0458829 C6_chemical_A3 +LQ00X033720 Putative Protein thiJ 13.80553598 C6_chemical_B1 +LQ00X033720 Putative Protein thiJ 13.74314368 C6_chemical_B2 +LQ00X033720 Putative Protein thiJ 13.51379409 C6_chemical_B3 +LQ00X033720 Putative Protein thiJ 14.61780703 C6_chemical_C1 +LQ00X033720 Putative Protein thiJ 14.37066633 C6_chemical_C2 +LQ00X033720 Putative Protein thiJ 13.9773064 C6_chemical_C3 +LQ00X033720 Putative Protein thiJ 13.77646373 L4_control_A1 +LQ00X033720 Putative Protein thiJ 13.98041029 L4_control_A2 +LQ00X033720 Putative Protein thiJ 13.73264804 L4_control_A3 +LQ00X033720 Putative Protein thiJ 13.5677384 L4_control_B1 +LQ00X033720 Putative Protein thiJ 14.1505616 L4_control_B2 +LQ00X033720 Putative Protein thiJ 13.87684504 L4_control_B3 +LQ00X033720 Putative Protein thiJ 14.23152547 L4_control_C2 +LQ00X033720 Putative Protein thiJ 14.44313942 L4_control_C3 +LQ00X033720 Putative Protein thiJ 14.32991842 L4_chemical_A1 +LQ00X033720 Putative Protein thiJ 14.80194424 L4_chemical_A2 +LQ00X033720 Putative Protein thiJ 13.7863002 L4_chemical_A3 +LQ00X033720 Putative Protein thiJ 14.06518406 L4_chemical_B1 +LQ00X033720 Putative Protein thiJ 13.93218816 L4_chemical_B2 +LQ00X033720 Putative Protein thiJ 13.78127293 L4_chemical_B3 +LQ00X033720 Putative Protein thiJ 14.34296304 L4_chemical_C2 +LQ00X033720 Putative Protein thiJ 14.53135658 L4_chemical_C3 +LQ00X033840 Predicted protein 11.0227439 C6_control_A1 +LQ00X033840 Predicted protein 11.1820698 C6_control_A3 +LQ00X033840 Predicted protein 10.222107 C6_control_B1 +LQ00X033840 Predicted protein 10.32770413 C6_control_B2 +LQ00X033840 Predicted protein 10.51577263 C6_control_B3 +LQ00X033840 Predicted protein 10.98438083 C6_control_C1 +LQ00X033840 Predicted protein 11.11759377 C6_control_C2 +LQ00X033840 Predicted protein 10.53005522 C6_control_C3 +LQ00X033840 Predicted protein 11.49920894 C6_chemical_A1 +LQ00X033840 Predicted protein 11.30648134 C6_chemical_A3 +LQ00X033840 Predicted protein 10.9478859 C6_chemical_B1 +LQ00X033840 Predicted protein 10.82178421 C6_chemical_B2 +LQ00X033840 Predicted protein 10.89588234 C6_chemical_B3 +LQ00X033840 Predicted protein 11.39060221 C6_chemical_C1 +LQ00X033840 Predicted protein 11.05855284 C6_chemical_C2 +LQ00X033840 Predicted protein 10.72651212 C6_chemical_C3 +LQ00X033840 Predicted protein 11.11289454 L4_control_A1 +LQ00X033840 Predicted protein 10.51411642 L4_control_A2 +LQ00X033840 Predicted protein 10.65627817 L4_control_A3 +LQ00X033840 Predicted protein 10.65393888 L4_control_B1 +LQ00X033840 Predicted protein 11.29599628 L4_control_B2 +LQ00X033840 Predicted protein 10.45340288 L4_control_B3 +LQ00X033840 Predicted protein 11.43611827 L4_control_C2 +LQ00X033840 Predicted protein 11.2691889 L4_control_C3 +LQ00X033840 Predicted protein 10.99418952 L4_chemical_A1 +LQ00X033840 Predicted protein 10.60506098 L4_chemical_A2 +LQ00X033840 Predicted protein 10.77881549 L4_chemical_A3 +LQ00X033840 Predicted protein 10.83426876 L4_chemical_B1 +LQ00X033840 Predicted protein 11.0663858 L4_chemical_B2 +LQ00X033840 Predicted protein 10.3544295 L4_chemical_B3 +LQ00X033840 Predicted protein 11.28716395 L4_chemical_C2 +LQ00X033840 Predicted protein 10.94919179 L4_chemical_C3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.237415787 C6_control_A1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.890999766 C6_control_A3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.360727074 C6_control_B1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.85400021 C6_control_B2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.308774803 C6_control_B3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.611984448 C6_control_C1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.502270172 C6_control_C2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.61494546 C6_control_C3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.730249295 C6_chemical_A1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.312023146 C6_chemical_A3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.378113565 C6_chemical_B1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.707307872 C6_chemical_B2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.793332802 C6_chemical_B3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.714298412 C6_chemical_C1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.977357449 C6_chemical_C2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.489872052 C6_chemical_C3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.585510915 L4_control_A1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.485245559 L4_control_A2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 6.107801435 L4_control_A3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.821981723 L4_control_B1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.717897626 L4_control_B2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.548669465 L4_control_B3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.13681383 L4_control_C2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.359372064 L4_control_C3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.235703046 L4_chemical_A1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.847797413 L4_chemical_A2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 6.30481124 L4_chemical_A3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.251523818 L4_chemical_B1 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.545441418 L4_chemical_B2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.542889107 L4_chemical_B3 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.648386678 L4_chemical_C2 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.128660315 L4_chemical_C3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.682605344 C6_control_A1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.550029027 C6_control_A3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.131430907 C6_control_B1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 6.351359793 C6_control_B2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.443587719 C6_control_B3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.657220603 C6_control_C1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.632642845 C6_control_C2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.551787906 C6_control_C3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.473355972 C6_chemical_A1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.454079033 C6_chemical_A3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.425429383 C6_chemical_B1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 6.133705936 C6_chemical_B2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.310161127 C6_chemical_B3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.14390198 C6_chemical_C1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.594634729 C6_chemical_C2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.108992536 C6_chemical_C3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.544189682 L4_control_A1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.194802308 L4_control_A2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.863170329 L4_control_A3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 6.068405636 L4_control_B1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.984297055 L4_control_B2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.581141389 L4_control_B3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.255852856 L4_control_C2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.0446937 L4_control_C3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.190831762 L4_chemical_A1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.257679478 L4_chemical_A2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 6.378978481 L4_chemical_A3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.442444253 L4_chemical_B1 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 6.115897738 L4_chemical_B2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.460543639 L4_chemical_B3 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 4.987783233 L4_chemical_C2 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.294768167 L4_chemical_C3 +LQ00X033890 Hypothetical protein 5.800973653 C6_control_A1 +LQ00X033890 Hypothetical protein 5.52556532 C6_control_A3 +LQ00X033890 Hypothetical protein 5.304266704 C6_control_B1 +LQ00X033890 Hypothetical protein 5.230483653 C6_control_B2 +LQ00X033890 Hypothetical protein 5.741623556 C6_control_B3 +LQ00X033890 Hypothetical protein 5.457258613 C6_control_C1 +LQ00X033890 Hypothetical protein 5.431408648 C6_control_C2 +LQ00X033890 Hypothetical protein 5.206522427 C6_control_C3 +LQ00X033890 Hypothetical protein 5.975045623 C6_chemical_A1 +LQ00X033890 Hypothetical protein 5.958410042 C6_chemical_A3 +LQ00X033890 Hypothetical protein 5.776178945 C6_chemical_B1 +LQ00X033890 Hypothetical protein 5.613127514 C6_chemical_B2 +LQ00X033890 Hypothetical protein 5.586128001 C6_chemical_B3 +LQ00X033890 Hypothetical protein 5.293221729 C6_chemical_C1 +LQ00X033890 Hypothetical protein 5.564725335 C6_chemical_C2 +LQ00X033890 Hypothetical protein 5.210655216 C6_chemical_C3 +LQ00X033890 Hypothetical protein 5.494943296 L4_control_A1 +LQ00X033890 Hypothetical protein 6.05835293 L4_control_A2 +LQ00X033890 Hypothetical protein 5.910871682 L4_control_A3 +LQ00X033890 Hypothetical protein 5.866279346 L4_control_B1 +LQ00X033890 Hypothetical protein 5.831454494 L4_control_B2 +LQ00X033890 Hypothetical protein 5.432377026 L4_control_B3 +LQ00X033890 Hypothetical protein 5.431526329 L4_control_C2 +LQ00X033890 Hypothetical protein 5.139424387 L4_control_C3 +LQ00X033890 Hypothetical protein 5.376988039 L4_chemical_A1 +LQ00X033890 Hypothetical protein 5.672847812 L4_chemical_A2 +LQ00X033890 Hypothetical protein 6.123994456 L4_chemical_A3 +LQ00X033890 Hypothetical protein 4.93729434 L4_chemical_B1 +LQ00X033890 Hypothetical protein 6.054713326 L4_chemical_B2 +LQ00X033890 Hypothetical protein 5.48442118 L4_chemical_B3 +LQ00X033890 Hypothetical protein 6.190743085 L4_chemical_C2 +LQ00X033890 Hypothetical protein 4.97477413 L4_chemical_C3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.01593133 C6_control_A1 +LQ00X033920 Fiber protein Fb17 (Fragment) 13.83635681 C6_control_A3 +LQ00X033920 Fiber protein Fb17 (Fragment) 13.95510855 C6_control_B1 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.16871509 C6_control_B2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.07017023 C6_control_B3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.45822872 C6_control_C1 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.39295918 C6_control_C2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.37967497 C6_control_C3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.02236297 C6_chemical_A1 +LQ00X033920 Fiber protein Fb17 (Fragment) 13.60528917 C6_chemical_A3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.02757242 C6_chemical_B1 +LQ00X033920 Fiber protein Fb17 (Fragment) 13.9444816 C6_chemical_B2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.00086031 C6_chemical_B3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.47299528 C6_chemical_C1 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.46901664 C6_chemical_C2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.02184364 C6_chemical_C3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.13642894 L4_control_A1 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.08950274 L4_control_A2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.11143922 L4_control_A3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.17808939 L4_control_B1 +LQ00X033920 Fiber protein Fb17 (Fragment) 13.19385401 L4_control_B2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.22931594 L4_control_B3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.13788417 L4_control_C2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.06454561 L4_control_C3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.36609934 L4_chemical_A1 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.15675831 L4_chemical_A2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.19322588 L4_chemical_A3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.32369997 L4_chemical_B1 +LQ00X033920 Fiber protein Fb17 (Fragment) 13.84204012 L4_chemical_B2 +LQ00X033920 Fiber protein Fb17 (Fragment) 13.92007921 L4_chemical_B3 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.09138073 L4_chemical_C2 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.26228898 L4_chemical_C3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 6.369718577 C6_control_A1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.40254963 C6_control_A3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.560992598 C6_control_B1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.586919149 C6_control_B2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.518825109 C6_control_B3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.414737248 C6_control_C1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.46022043 C6_control_C2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.47135117 C6_control_C3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.582578098 C6_chemical_A1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.338173577 C6_chemical_A3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.527847842 C6_chemical_B1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.463257381 C6_chemical_B2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.549732573 C6_chemical_B3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.436017447 C6_chemical_C1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 6.083110249 C6_chemical_C2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.610397417 C6_chemical_C3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.500611853 L4_control_A1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 6.018295219 L4_control_A2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.79081258 L4_control_A3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.46603068 L4_control_B1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.953913338 L4_control_B2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.979177645 L4_control_B3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.643007387 L4_control_C2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.324750156 L4_control_C3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.44851081 L4_chemical_A1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.886923481 L4_chemical_A2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.687024565 L4_chemical_A3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.180890334 L4_chemical_B1 +LQ00X033930 Putative Serine carboxypeptidase-like 44 6.222913223 L4_chemical_B2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.589299389 L4_chemical_B3 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.317099611 L4_chemical_C2 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.961190007 L4_chemical_C3 +LQ00X034040 Probable DNA primase large subunit 4.969989404 C6_control_A1 +LQ00X034040 Probable DNA primase large subunit 5.127315547 C6_control_A3 +LQ00X034040 Probable DNA primase large subunit 5.096666615 C6_control_B1 +LQ00X034040 Probable DNA primase large subunit 5.140570207 C6_control_B2 +LQ00X034040 Probable DNA primase large subunit 5.15399459 C6_control_B3 +LQ00X034040 Probable DNA primase large subunit 4.718095748 C6_control_C1 +LQ00X034040 Probable DNA primase large subunit 4.929266416 C6_control_C2 +LQ00X034040 Probable DNA primase large subunit 5.261838663 C6_control_C3 +LQ00X034040 Probable DNA primase large subunit 5.208385086 C6_chemical_A1 +LQ00X034040 Probable DNA primase large subunit 5.2922052 C6_chemical_A3 +LQ00X034040 Probable DNA primase large subunit 5.349944991 C6_chemical_B1 +LQ00X034040 Probable DNA primase large subunit 4.834115844 C6_chemical_B2 +LQ00X034040 Probable DNA primase large subunit 4.922016908 C6_chemical_B3 +LQ00X034040 Probable DNA primase large subunit 4.769142239 C6_chemical_C1 +LQ00X034040 Probable DNA primase large subunit 4.993609987 C6_chemical_C2 +LQ00X034040 Probable DNA primase large subunit 4.533744455 C6_chemical_C3 +LQ00X034040 Probable DNA primase large subunit 4.996404366 L4_control_A1 +LQ00X034040 Probable DNA primase large subunit 4.996125239 L4_control_A2 +LQ00X034040 Probable DNA primase large subunit 5.512705457 L4_control_A3 +LQ00X034040 Probable DNA primase large subunit 5.371187502 L4_control_B1 +LQ00X034040 Probable DNA primase large subunit 4.894609649 L4_control_B2 +LQ00X034040 Probable DNA primase large subunit 4.941003139 L4_control_B3 +LQ00X034040 Probable DNA primase large subunit 5.303735599 L4_control_C2 +LQ00X034040 Probable DNA primase large subunit 5.143113655 L4_control_C3 +LQ00X034040 Probable DNA primase large subunit 5.0574451 L4_chemical_A1 +LQ00X034040 Probable DNA primase large subunit 4.693664294 L4_chemical_A2 +LQ00X034040 Probable DNA primase large subunit 5.319172141 L4_chemical_A3 +LQ00X034040 Probable DNA primase large subunit 5.089078501 L4_chemical_B1 +LQ00X034040 Probable DNA primase large subunit 5.06862995 L4_chemical_B2 +LQ00X034040 Probable DNA primase large subunit 4.812864084 L4_chemical_B3 +LQ00X034040 Probable DNA primase large subunit 7.076896966 L4_chemical_C2 +LQ00X034040 Probable DNA primase large subunit 4.832231967 L4_chemical_C3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.02123124 C6_control_A1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.96289213 C6_control_A3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.18937291 C6_control_B1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.77578044 C6_control_B2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.43016127 C6_control_B3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.557933 C6_control_C1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.58938643 C6_control_C2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.37544638 C6_control_C3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.83465464 C6_chemical_A1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.85337676 C6_chemical_A3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.33719126 C6_chemical_B1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.91774456 C6_chemical_B2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.14573141 C6_chemical_B3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.12971699 C6_chemical_C1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.37666135 C6_chemical_C2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 13.96051482 C6_chemical_C3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.81023716 L4_control_A1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.99935625 L4_control_A2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.09802319 L4_control_A3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.28194089 L4_control_B1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.33597012 L4_control_B2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.14067343 L4_control_B3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.14380227 L4_control_C2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.25963534 L4_control_C3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.68671787 L4_chemical_A1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.07954685 L4_chemical_A2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.71979685 L4_chemical_A3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.39153435 L4_chemical_B1 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.23620455 L4_chemical_B2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.20114277 L4_chemical_B3 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.16990318 L4_chemical_C2 +LQ00X034060 50S ribosomal protein L18, chloroplastic 15.34407244 L4_chemical_C3 +LQ00X034080 Lanosterol synthase 5.567763012 C6_control_A1 +LQ00X034080 Lanosterol synthase 5.187115154 C6_control_A3 +LQ00X034080 Lanosterol synthase 5.694098677 C6_control_B1 +LQ00X034080 Lanosterol synthase 6.494094023 C6_control_B2 +LQ00X034080 Lanosterol synthase 5.761126238 C6_control_B3 +LQ00X034080 Lanosterol synthase 5.222208242 C6_control_C1 +LQ00X034080 Lanosterol synthase 5.15347303 C6_control_C2 +LQ00X034080 Lanosterol synthase 5.23173184 C6_control_C3 +LQ00X034080 Lanosterol synthase 5.527260327 C6_chemical_A1 +LQ00X034080 Lanosterol synthase 5.779530587 C6_chemical_A3 +LQ00X034080 Lanosterol synthase 5.702341727 C6_chemical_B1 +LQ00X034080 Lanosterol synthase 6.544154131 C6_chemical_B2 +LQ00X034080 Lanosterol synthase 5.5795859 C6_chemical_B3 +LQ00X034080 Lanosterol synthase 5.801364001 C6_chemical_C1 +LQ00X034080 Lanosterol synthase 5.519442937 C6_chemical_C2 +LQ00X034080 Lanosterol synthase 5.582066197 C6_chemical_C3 +LQ00X034080 Lanosterol synthase 5.415492769 L4_control_A1 +LQ00X034080 Lanosterol synthase 5.804622601 L4_control_A2 +LQ00X034080 Lanosterol synthase 4.818425399 L4_control_A3 +LQ00X034080 Lanosterol synthase 5.866933793 L4_control_B1 +LQ00X034080 Lanosterol synthase 5.564613599 L4_control_B2 +LQ00X034080 Lanosterol synthase 5.912256279 L4_control_B3 +LQ00X034080 Lanosterol synthase 5.221864668 L4_control_C2 +LQ00X034080 Lanosterol synthase 4.949638299 L4_control_C3 +LQ00X034080 Lanosterol synthase 5.558505165 L4_chemical_A1 +LQ00X034080 Lanosterol synthase 5.376805328 L4_chemical_A2 +LQ00X034080 Lanosterol synthase 4.983693448 L4_chemical_A3 +LQ00X034080 Lanosterol synthase 5.709545201 L4_chemical_B1 +LQ00X034080 Lanosterol synthase 5.417270976 L4_chemical_B2 +LQ00X034080 Lanosterol synthase 5.902535821 L4_chemical_B3 +LQ00X034080 Lanosterol synthase 4.960914804 L4_chemical_C2 +LQ00X034080 Lanosterol synthase 5.344522857 L4_chemical_C3 +LQ00X034190 Predicted protein 6.550607093 C6_control_A1 +LQ00X034190 Predicted protein 5.594719913 C6_control_A3 +LQ00X034190 Predicted protein 6.647888917 C6_control_B1 +LQ00X034190 Predicted protein 6.513784949 C6_control_B2 +LQ00X034190 Predicted protein 6.645759832 C6_control_B3 +LQ00X034190 Predicted protein 6.964619232 C6_control_C1 +LQ00X034190 Predicted protein 6.324833387 C6_control_C2 +LQ00X034190 Predicted protein 6.713245397 C6_control_C3 +LQ00X034190 Predicted protein 7.04868125 C6_chemical_A1 +LQ00X034190 Predicted protein 6.585376886 C6_chemical_A3 +LQ00X034190 Predicted protein 6.74626258 C6_chemical_B1 +LQ00X034190 Predicted protein 6.591986775 C6_chemical_B2 +LQ00X034190 Predicted protein 6.940961189 C6_chemical_B3 +LQ00X034190 Predicted protein 6.867985424 C6_chemical_C1 +LQ00X034190 Predicted protein 6.561964089 C6_chemical_C2 +LQ00X034190 Predicted protein 6.813128276 C6_chemical_C3 +LQ00X034190 Predicted protein 6.724976077 L4_control_A1 +LQ00X034190 Predicted protein 6.39786527 L4_control_A2 +LQ00X034190 Predicted protein 6.460851091 L4_control_A3 +LQ00X034190 Predicted protein 6.176637262 L4_control_B1 +LQ00X034190 Predicted protein 7.452577934 L4_control_B2 +LQ00X034190 Predicted protein 6.879041662 L4_control_B3 +LQ00X034190 Predicted protein 6.073147226 L4_control_C2 +LQ00X034190 Predicted protein 6.809220408 L4_control_C3 +LQ00X034190 Predicted protein 6.759013521 L4_chemical_A1 +LQ00X034190 Predicted protein 6.872463803 L4_chemical_A2 +LQ00X034190 Predicted protein 6.181314776 L4_chemical_A3 +LQ00X034190 Predicted protein 6.530931961 L4_chemical_B1 +LQ00X034190 Predicted protein 6.471969185 L4_chemical_B2 +LQ00X034190 Predicted protein 6.758963262 L4_chemical_B3 +LQ00X034190 Predicted protein 6.172150815 L4_chemical_C2 +LQ00X034190 Predicted protein 6.734804381 L4_chemical_C3 +LQ00X034240 Putative uncharacterized protein 5.306142926 C6_control_A1 +LQ00X034240 Putative uncharacterized protein 5.20929881 C6_control_A3 +LQ00X034240 Putative uncharacterized protein 5.985847495 C6_control_B1 +LQ00X034240 Putative uncharacterized protein 5.850785822 C6_control_B2 +LQ00X034240 Putative uncharacterized protein 5.545080014 C6_control_B3 +LQ00X034240 Putative uncharacterized protein 5.67714325 C6_control_C1 +LQ00X034240 Putative uncharacterized protein 5.394217566 C6_control_C2 +LQ00X034240 Putative uncharacterized protein 5.482700382 C6_control_C3 +LQ00X034240 Putative uncharacterized protein 5.391199506 C6_chemical_A1 +LQ00X034240 Putative uncharacterized protein 5.059651533 C6_chemical_A3 +LQ00X034240 Putative uncharacterized protein 5.681913727 C6_chemical_B1 +LQ00X034240 Putative uncharacterized protein 5.868878149 C6_chemical_B2 +LQ00X034240 Putative uncharacterized protein 5.705099798 C6_chemical_B3 +LQ00X034240 Putative uncharacterized protein 5.605453011 C6_chemical_C1 +LQ00X034240 Putative uncharacterized protein 5.247373914 C6_chemical_C2 +LQ00X034240 Putative uncharacterized protein 5.24745699 C6_chemical_C3 +LQ00X034240 Putative uncharacterized protein 5.261342329 L4_control_A1 +LQ00X034240 Putative uncharacterized protein 5.079562975 L4_control_A2 +LQ00X034240 Putative uncharacterized protein 5.24457616 L4_control_A3 +LQ00X034240 Putative uncharacterized protein 5.101501696 L4_control_B1 +LQ00X034240 Putative uncharacterized protein 5.382956608 L4_control_B2 +LQ00X034240 Putative uncharacterized protein 6.024052848 L4_control_B3 +LQ00X034240 Putative uncharacterized protein 5.102265129 L4_control_C2 +LQ00X034240 Putative uncharacterized protein 5.28009988 L4_control_C3 +LQ00X034240 Putative uncharacterized protein 5.366452339 L4_chemical_A1 +LQ00X034240 Putative uncharacterized protein 5.268853494 L4_chemical_A2 +LQ00X034240 Putative uncharacterized protein 5.174915786 L4_chemical_A3 +LQ00X034240 Putative uncharacterized protein 4.937951598 L4_chemical_B1 +LQ00X034240 Putative uncharacterized protein 5.242367481 L4_chemical_B2 +LQ00X034240 Putative uncharacterized protein 5.659725779 L4_chemical_B3 +LQ00X034240 Putative uncharacterized protein 5.602966949 L4_chemical_C2 +LQ00X034240 Putative uncharacterized protein 5.297030786 L4_chemical_C3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.778805968 C6_control_A1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.723935225 C6_control_A3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.532288607 C6_control_B1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.660903011 C6_control_B2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.707132873 C6_control_B3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.237348998 C6_control_C1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.552558323 C6_control_C2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.901651798 C6_control_C3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.346061802 C6_chemical_A1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.748208052 C6_chemical_A3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.189254272 C6_chemical_B1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.560585915 C6_chemical_B2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.473145403 C6_chemical_B3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.983501178 C6_chemical_C1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.693107543 C6_chemical_C2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.028460772 C6_chemical_C3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.370628816 L4_control_A1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.131674398 L4_control_A2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.696318992 L4_control_A3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.85561924 L4_control_B1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.441307989 L4_control_B2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.891861148 L4_control_B3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.5357965 L4_control_C2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 6.21135685 L4_control_C3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.056686055 L4_chemical_A1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.804397588 L4_chemical_A2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.430694948 L4_chemical_A3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.304232074 L4_chemical_B1 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.228895503 L4_chemical_B2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 4.710968917 L4_chemical_B3 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.566189004 L4_chemical_C2 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.755386574 L4_chemical_C3 +LQ00X034290 Predicted protein 11.53697546 C6_control_A1 +LQ00X034290 Predicted protein 11.20575126 C6_control_A3 +LQ00X034290 Predicted protein 11.85925555 C6_control_B1 +LQ00X034290 Predicted protein 11.98765388 C6_control_B2 +LQ00X034290 Predicted protein 11.94972816 C6_control_B3 +LQ00X034290 Predicted protein 13.05862463 C6_control_C1 +LQ00X034290 Predicted protein 12.56769133 C6_control_C2 +LQ00X034290 Predicted protein 12.83757494 C6_control_C3 +LQ00X034290 Predicted protein 11.55888157 C6_chemical_A1 +LQ00X034290 Predicted protein 11.45915543 C6_chemical_A3 +LQ00X034290 Predicted protein 11.89260342 C6_chemical_B1 +LQ00X034290 Predicted protein 12.05686447 C6_chemical_B2 +LQ00X034290 Predicted protein 12.27169654 C6_chemical_B3 +LQ00X034290 Predicted protein 12.91176795 C6_chemical_C1 +LQ00X034290 Predicted protein 12.95402884 C6_chemical_C2 +LQ00X034290 Predicted protein 13.13025321 C6_chemical_C3 +LQ00X034290 Predicted protein 11.62085635 L4_control_A1 +LQ00X034290 Predicted protein 11.57365634 L4_control_A2 +LQ00X034290 Predicted protein 11.80992641 L4_control_A3 +LQ00X034290 Predicted protein 12.23346046 L4_control_B1 +LQ00X034290 Predicted protein 12.46672573 L4_control_B2 +LQ00X034290 Predicted protein 12.49285384 L4_control_B3 +LQ00X034290 Predicted protein 13.03546839 L4_control_C2 +LQ00X034290 Predicted protein 13.12456041 L4_control_C3 +LQ00X034290 Predicted protein 12.25026159 L4_chemical_A1 +LQ00X034290 Predicted protein 12.41537765 L4_chemical_A2 +LQ00X034290 Predicted protein 12.06375095 L4_chemical_A3 +LQ00X034290 Predicted protein 12.3463095 L4_chemical_B1 +LQ00X034290 Predicted protein 12.21062826 L4_chemical_B2 +LQ00X034290 Predicted protein 12.25286072 L4_chemical_B3 +LQ00X034290 Predicted protein 13.16068692 L4_chemical_C2 +LQ00X034290 Predicted protein 13.20825506 L4_chemical_C3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.188950027 C6_control_A1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.067268747 C6_control_A3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.329644276 C6_control_B1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.201096272 C6_control_B2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.58997353 C6_control_B3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.541921355 C6_control_C1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.462559401 C6_control_C2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.986632451 C6_control_C3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.232747393 C6_chemical_A1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.115895553 C6_chemical_A3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.973897841 C6_chemical_B1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.343456382 C6_chemical_B2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.799042449 C6_chemical_B3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.652245149 C6_chemical_C1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.588604507 C6_chemical_C2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.861680509 C6_chemical_C3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.147318101 L4_control_A1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.153684585 L4_control_A2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.220226089 L4_control_A3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.587236656 L4_control_B1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.469985569 L4_control_B2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.3356727 L4_control_B3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.301948894 L4_control_C2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.19950299 L4_control_C3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.250546854 L4_chemical_A1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.442433676 L4_chemical_A2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.127589198 L4_chemical_A3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.435740043 L4_chemical_B1 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.521281476 L4_chemical_B2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.2117017 L4_chemical_B3 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.444983359 L4_chemical_C2 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.474482369 L4_chemical_C3 +LQ00X034410 Hypothetical protein 5.344900642 C6_control_A1 +LQ00X034410 Hypothetical protein 5.06511084 C6_control_A3 +LQ00X034410 Hypothetical protein 5.329023952 C6_control_B1 +LQ00X034410 Hypothetical protein 5.893852618 C6_control_B2 +LQ00X034410 Hypothetical protein 5.524112347 C6_control_B3 +LQ00X034410 Hypothetical protein 6.392757145 C6_control_C1 +LQ00X034410 Hypothetical protein 5.531237375 C6_control_C2 +LQ00X034410 Hypothetical protein 6.48358128 C6_control_C3 +LQ00X034410 Hypothetical protein 5.407057653 C6_chemical_A1 +LQ00X034410 Hypothetical protein 5.442322539 C6_chemical_A3 +LQ00X034410 Hypothetical protein 5.29087567 C6_chemical_B1 +LQ00X034410 Hypothetical protein 5.733814301 C6_chemical_B2 +LQ00X034410 Hypothetical protein 5.352735503 C6_chemical_B3 +LQ00X034410 Hypothetical protein 5.762153564 C6_chemical_C1 +LQ00X034410 Hypothetical protein 6.268244145 C6_chemical_C2 +LQ00X034410 Hypothetical protein 7.150563753 C6_chemical_C3 +LQ00X034410 Hypothetical protein 5.366072566 L4_control_A1 +LQ00X034410 Hypothetical protein 5.038515733 L4_control_A2 +LQ00X034410 Hypothetical protein 5.578774024 L4_control_A3 +LQ00X034410 Hypothetical protein 5.062434859 L4_control_B1 +LQ00X034410 Hypothetical protein 4.957279915 L4_control_B2 +LQ00X034410 Hypothetical protein 5.807242432 L4_control_B3 +LQ00X034410 Hypothetical protein 5.88436933 L4_control_C2 +LQ00X034410 Hypothetical protein 6.007324924 L4_control_C3 +LQ00X034410 Hypothetical protein 5.145555894 L4_chemical_A1 +LQ00X034410 Hypothetical protein 5.305936513 L4_chemical_A2 +LQ00X034410 Hypothetical protein 5.105393002 L4_chemical_A3 +LQ00X034410 Hypothetical protein 5.476221875 L4_chemical_B1 +LQ00X034410 Hypothetical protein 4.951776228 L4_chemical_B2 +LQ00X034410 Hypothetical protein 5.812061721 L4_chemical_B3 +LQ00X034410 Hypothetical protein 5.356404942 L4_chemical_C2 +LQ00X034410 Hypothetical protein 5.242897865 L4_chemical_C3 +LQ00X034470 Predicted protein 5.94702599 C6_control_A1 +LQ00X034470 Predicted protein 7.057776122 C6_control_A3 +LQ00X034470 Predicted protein 5.920283132 C6_control_B1 +LQ00X034470 Predicted protein 6.019580562 C6_control_B2 +LQ00X034470 Predicted protein 5.384609649 C6_control_B3 +LQ00X034470 Predicted protein 5.198652929 C6_control_C1 +LQ00X034470 Predicted protein 7.14277084 C6_control_C2 +LQ00X034470 Predicted protein 5.597576594 C6_control_C3 +LQ00X034470 Predicted protein 6.124606386 C6_chemical_A1 +LQ00X034470 Predicted protein 5.792108802 C6_chemical_A3 +LQ00X034470 Predicted protein 5.550727737 C6_chemical_B1 +LQ00X034470 Predicted protein 6.112805884 C6_chemical_B2 +LQ00X034470 Predicted protein 5.488256357 C6_chemical_B3 +LQ00X034470 Predicted protein 5.648071621 C6_chemical_C1 +LQ00X034470 Predicted protein 6.163207977 C6_chemical_C2 +LQ00X034470 Predicted protein 5.183190944 C6_chemical_C3 +LQ00X034470 Predicted protein 5.754454486 L4_control_A1 +LQ00X034470 Predicted protein 5.699695062 L4_control_A2 +LQ00X034470 Predicted protein 5.92266147 L4_control_A3 +LQ00X034470 Predicted protein 5.637995014 L4_control_B1 +LQ00X034470 Predicted protein 5.770146765 L4_control_B2 +LQ00X034470 Predicted protein 5.560691513 L4_control_B3 +LQ00X034470 Predicted protein 5.820757301 L4_control_C2 +LQ00X034470 Predicted protein 5.401866903 L4_control_C3 +LQ00X034470 Predicted protein 5.315324836 L4_chemical_A1 +LQ00X034470 Predicted protein 6.173138305 L4_chemical_A2 +LQ00X034470 Predicted protein 5.631273811 L4_chemical_A3 +LQ00X034470 Predicted protein 6.179640853 L4_chemical_B1 +LQ00X034470 Predicted protein 5.547621365 L4_chemical_B2 +LQ00X034470 Predicted protein 6.066114859 L4_chemical_B3 +LQ00X034470 Predicted protein 5.815611644 L4_chemical_C2 +LQ00X034470 Predicted protein 5.475448196 L4_chemical_C3 +LQ00X034500 Phd finger protein, putative 10.27168468 C6_control_A1 +LQ00X034500 Phd finger protein, putative 9.947497652 C6_control_A3 +LQ00X034500 Phd finger protein, putative 9.460427918 C6_control_B1 +LQ00X034500 Phd finger protein, putative 10.23205963 C6_control_B2 +LQ00X034500 Phd finger protein, putative 9.681077534 C6_control_B3 +LQ00X034500 Phd finger protein, putative 10.18550072 C6_control_C1 +LQ00X034500 Phd finger protein, putative 10.07678769 C6_control_C2 +LQ00X034500 Phd finger protein, putative 9.763234998 C6_control_C3 +LQ00X034500 Phd finger protein, putative 10.67071138 C6_chemical_A1 +LQ00X034500 Phd finger protein, putative 9.86248266 C6_chemical_A3 +LQ00X034500 Phd finger protein, putative 9.534305951 C6_chemical_B1 +LQ00X034500 Phd finger protein, putative 10.47394886 C6_chemical_B2 +LQ00X034500 Phd finger protein, putative 10.00297732 C6_chemical_B3 +LQ00X034500 Phd finger protein, putative 10.22505176 C6_chemical_C1 +LQ00X034500 Phd finger protein, putative 10.42654172 C6_chemical_C2 +LQ00X034500 Phd finger protein, putative 10.0819799 C6_chemical_C3 +LQ00X034500 Phd finger protein, putative 11.28290125 L4_control_A1 +LQ00X034500 Phd finger protein, putative 10.6999243 L4_control_A2 +LQ00X034500 Phd finger protein, putative 10.7319111 L4_control_A3 +LQ00X034500 Phd finger protein, putative 8.723026993 L4_control_B1 +LQ00X034500 Phd finger protein, putative 10.20722878 L4_control_B2 +LQ00X034500 Phd finger protein, putative 10.15325495 L4_control_B3 +LQ00X034500 Phd finger protein, putative 10.30898424 L4_control_C2 +LQ00X034500 Phd finger protein, putative 9.360888799 L4_control_C3 +LQ00X034500 Phd finger protein, putative 10.32271863 L4_chemical_A1 +LQ00X034500 Phd finger protein, putative 9.902132999 L4_chemical_A2 +LQ00X034500 Phd finger protein, putative 10.99319973 L4_chemical_A3 +LQ00X034500 Phd finger protein, putative 9.429759837 L4_chemical_B1 +LQ00X034500 Phd finger protein, putative 9.335745385 L4_chemical_B2 +LQ00X034500 Phd finger protein, putative 10.20250801 L4_chemical_B3 +LQ00X034500 Phd finger protein, putative 9.665953423 L4_chemical_C2 +LQ00X034500 Phd finger protein, putative 9.76089746 L4_chemical_C3 +LQ00X034530 Hypothetical protein 6.774196092 C6_control_A1 +LQ00X034530 Hypothetical protein 6.098521414 C6_control_A3 +LQ00X034530 Hypothetical protein 7.076865706 C6_control_B1 +LQ00X034530 Hypothetical protein 7.566228563 C6_control_B2 +LQ00X034530 Hypothetical protein 6.518715982 C6_control_B3 +LQ00X034530 Hypothetical protein 7.04048491 C6_control_C1 +LQ00X034530 Hypothetical protein 6.107430429 C6_control_C2 +LQ00X034530 Hypothetical protein 7.671707268 C6_control_C3 +LQ00X034530 Hypothetical protein 6.672020085 C6_chemical_A1 +LQ00X034530 Hypothetical protein 6.67198746 C6_chemical_A3 +LQ00X034530 Hypothetical protein 6.658562519 C6_chemical_B1 +LQ00X034530 Hypothetical protein 7.595211498 C6_chemical_B2 +LQ00X034530 Hypothetical protein 6.789523154 C6_chemical_B3 +LQ00X034530 Hypothetical protein 7.414162303 C6_chemical_C1 +LQ00X034530 Hypothetical protein 6.385217405 C6_chemical_C2 +LQ00X034530 Hypothetical protein 8.304549497 C6_chemical_C3 +LQ00X034530 Hypothetical protein 7.00562181 L4_control_A1 +LQ00X034530 Hypothetical protein 5.955432391 L4_control_A2 +LQ00X034530 Hypothetical protein 5.466183685 L4_control_A3 +LQ00X034530 Hypothetical protein 6.275191672 L4_control_B1 +LQ00X034530 Hypothetical protein 5.928657792 L4_control_B2 +LQ00X034530 Hypothetical protein 7.800484482 L4_control_B3 +LQ00X034530 Hypothetical protein 8.123723249 L4_control_C2 +LQ00X034530 Hypothetical protein 7.142318554 L4_control_C3 +LQ00X034530 Hypothetical protein 7.221683335 L4_chemical_A1 +LQ00X034530 Hypothetical protein 5.860303941 L4_chemical_A2 +LQ00X034530 Hypothetical protein 6.68180144 L4_chemical_A3 +LQ00X034530 Hypothetical protein 6.25468833 L4_chemical_B1 +LQ00X034530 Hypothetical protein 6.104742967 L4_chemical_B2 +LQ00X034530 Hypothetical protein 7.021724404 L4_chemical_B3 +LQ00X034530 Hypothetical protein 8.699505575 L4_chemical_C2 +LQ00X034530 Hypothetical protein 7.626200232 L4_chemical_C3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.065187833 C6_control_A1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.191135739 C6_control_A3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.811384217 C6_control_B1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.452596543 C6_control_B2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.152144488 C6_control_B3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.823287352 C6_control_C1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.246549278 C6_control_C2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.664770929 C6_control_C3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.163246334 C6_chemical_A1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 4.917826403 C6_chemical_A3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.583305543 C6_chemical_B1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.266930254 C6_chemical_B2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.257123247 C6_chemical_B3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.766422654 C6_chemical_C1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.58155327 C6_chemical_C2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.355000821 C6_chemical_C3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.262503902 L4_control_A1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.456245317 L4_control_A2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.202163224 L4_control_A3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.621877363 L4_control_B1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.184098874 L4_control_B2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.195494443 L4_control_B3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.651183077 L4_control_C2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 6.455275026 L4_control_C3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.316440855 L4_chemical_A1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.442817556 L4_chemical_A2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.300562062 L4_chemical_A3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.293179663 L4_chemical_B1 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.675081022 L4_chemical_B2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.51138564 L4_chemical_B3 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.532315831 L4_chemical_C2 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 6.92686258 L4_chemical_C3 +LQ00X034710 Putative uncharacterized protein 10.46279455 C6_control_A1 +LQ00X034710 Putative uncharacterized protein 9.910903581 C6_control_A3 +LQ00X034710 Putative uncharacterized protein 10.58356082 C6_control_B1 +LQ00X034710 Putative uncharacterized protein 11.26246578 C6_control_B2 +LQ00X034710 Putative uncharacterized protein 10.6600311 C6_control_B3 +LQ00X034710 Putative uncharacterized protein 11.57520908 C6_control_C1 +LQ00X034710 Putative uncharacterized protein 11.04561469 C6_control_C2 +LQ00X034710 Putative uncharacterized protein 11.58495653 C6_control_C3 +LQ00X034710 Putative uncharacterized protein 10.57447004 C6_chemical_A1 +LQ00X034710 Putative uncharacterized protein 10.30322514 C6_chemical_A3 +LQ00X034710 Putative uncharacterized protein 10.7677324 C6_chemical_B1 +LQ00X034710 Putative uncharacterized protein 11.31237399 C6_chemical_B2 +LQ00X034710 Putative uncharacterized protein 10.92699778 C6_chemical_B3 +LQ00X034710 Putative uncharacterized protein 11.47037105 C6_chemical_C1 +LQ00X034710 Putative uncharacterized protein 11.49536481 C6_chemical_C2 +LQ00X034710 Putative uncharacterized protein 11.33434566 C6_chemical_C3 +LQ00X034710 Putative uncharacterized protein 10.37856247 L4_control_A1 +LQ00X034710 Putative uncharacterized protein 10.35800829 L4_control_A2 +LQ00X034710 Putative uncharacterized protein 9.997277636 L4_control_A3 +LQ00X034710 Putative uncharacterized protein 10.56873609 L4_control_B1 +LQ00X034710 Putative uncharacterized protein 10.46644409 L4_control_B2 +LQ00X034710 Putative uncharacterized protein 10.80938515 L4_control_B3 +LQ00X034710 Putative uncharacterized protein 10.89732407 L4_control_C2 +LQ00X034710 Putative uncharacterized protein 10.82352297 L4_control_C3 +LQ00X034710 Putative uncharacterized protein 10.49443762 L4_chemical_A1 +LQ00X034710 Putative uncharacterized protein 10.58094167 L4_chemical_A2 +LQ00X034710 Putative uncharacterized protein 10.38407451 L4_chemical_A3 +LQ00X034710 Putative uncharacterized protein 10.74319332 L4_chemical_B1 +LQ00X034710 Putative uncharacterized protein 10.32249608 L4_chemical_B2 +LQ00X034710 Putative uncharacterized protein 10.78390011 L4_chemical_B3 +LQ00X034710 Putative uncharacterized protein 10.64832903 L4_chemical_C2 +LQ00X034710 Putative uncharacterized protein 10.97375515 L4_chemical_C3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.222157114 C6_control_A1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.293991991 C6_control_A3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.665974929 C6_control_B1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.409938829 C6_control_B2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.097382768 C6_control_B3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.151177187 C6_control_C1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.578878326 C6_control_C2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.36191849 C6_control_C3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.069205284 C6_chemical_A1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.203799772 C6_chemical_A3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.619682062 C6_chemical_B1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.204214558 C6_chemical_B2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.006303923 C6_chemical_B3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.352548996 C6_chemical_C1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.221795098 C6_chemical_C2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.007713946 C6_chemical_C3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.100428885 L4_control_A1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.057780145 L4_control_A2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.214660659 L4_control_A3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.260223043 L4_control_B1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.50329334 L4_control_B2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.097572585 L4_control_B3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.741045921 L4_control_C2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 6.057454051 L4_control_C3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.026673147 L4_chemical_A1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 4.863815869 L4_chemical_A2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.041777751 L4_chemical_A3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.20413977 L4_chemical_B1 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.419509542 L4_chemical_B2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.084640717 L4_chemical_B3 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.203004056 L4_chemical_C2 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.214834083 L4_chemical_C3 +LQ00X034840 Predicted protein 4.889820708 C6_control_A1 +LQ00X034840 Predicted protein 5.011426028 C6_control_A3 +LQ00X034840 Predicted protein 5.373204894 C6_control_B1 +LQ00X034840 Predicted protein 4.794253567 C6_control_B2 +LQ00X034840 Predicted protein 5.282680086 C6_control_B3 +LQ00X034840 Predicted protein 4.764279503 C6_control_C1 +LQ00X034840 Predicted protein 5.528373771 C6_control_C2 +LQ00X034840 Predicted protein 5.140554382 C6_control_C3 +LQ00X034840 Predicted protein 5.08949764 C6_chemical_A1 +LQ00X034840 Predicted protein 4.82805163 C6_chemical_A3 +LQ00X034840 Predicted protein 4.929554219 C6_chemical_B1 +LQ00X034840 Predicted protein 4.862496434 C6_chemical_B2 +LQ00X034840 Predicted protein 5.195120194 C6_chemical_B3 +LQ00X034840 Predicted protein 5.199753721 C6_chemical_C1 +LQ00X034840 Predicted protein 4.880658132 C6_chemical_C2 +LQ00X034840 Predicted protein 5.138617448 C6_chemical_C3 +LQ00X034840 Predicted protein 5.573941554 L4_control_A1 +LQ00X034840 Predicted protein 5.733976599 L4_control_A2 +LQ00X034840 Predicted protein 4.996015698 L4_control_A3 +LQ00X034840 Predicted protein 7.213763288 L4_control_B1 +LQ00X034840 Predicted protein 5.304649158 L4_control_B2 +LQ00X034840 Predicted protein 5.127854513 L4_control_B3 +LQ00X034840 Predicted protein 6.494842123 L4_control_C2 +LQ00X034840 Predicted protein 5.637878811 L4_control_C3 +LQ00X034840 Predicted protein 5.762136108 L4_chemical_A1 +LQ00X034840 Predicted protein 5.991272988 L4_chemical_A2 +LQ00X034840 Predicted protein 5.992750582 L4_chemical_A3 +LQ00X034840 Predicted protein 5.671864099 L4_chemical_B1 +LQ00X034840 Predicted protein 5.308048831 L4_chemical_B2 +LQ00X034840 Predicted protein 5.062096497 L4_chemical_B3 +LQ00X034840 Predicted protein 5.161656597 L4_chemical_C2 +LQ00X034840 Predicted protein 5.842597007 L4_chemical_C3 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.05515395 C6_control_A1 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.03480092 C6_control_A3 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.76882566 C6_control_B1 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.36072067 C6_control_B2 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.84834425 C6_control_B3 +LQ00X034860 Putative tRNA pseudouridine synthase A 13.01444745 C6_control_C1 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.59138527 C6_control_C2 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.81779963 C6_control_C3 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.94455033 C6_chemical_A1 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.74666938 C6_chemical_A3 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.74433216 C6_chemical_B1 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.2338232 C6_chemical_B2 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.72977388 C6_chemical_B3 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.79697263 C6_chemical_C1 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.66634498 C6_chemical_C2 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.46507958 C6_chemical_C3 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.16438287 L4_control_A1 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.2369302 L4_control_A2 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.47555857 L4_control_A3 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.79261142 L4_control_B1 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.95274329 L4_control_B2 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.55231332 L4_control_B3 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.5932408 L4_control_C2 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.37368193 L4_control_C3 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.28581361 L4_chemical_A1 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.5650621 L4_chemical_A2 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.39119042 L4_chemical_A3 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.79456402 L4_chemical_B1 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.09158521 L4_chemical_B2 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.70895032 L4_chemical_B3 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.98914891 L4_chemical_C2 +LQ00X034860 Putative tRNA pseudouridine synthase A 12.61610291 L4_chemical_C3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.473927522 C6_control_A1 +LQ00X034870 Putative UPF0481 protein At3g47200 8.526061314 C6_control_A3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.622434221 C6_control_B1 +LQ00X034870 Putative UPF0481 protein At3g47200 8.40505489 C6_control_B2 +LQ00X034870 Putative UPF0481 protein At3g47200 9.671805887 C6_control_B3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.383044741 C6_control_C1 +LQ00X034870 Putative UPF0481 protein At3g47200 7.927229485 C6_control_C2 +LQ00X034870 Putative UPF0481 protein At3g47200 8.235905674 C6_control_C3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.686112447 C6_chemical_A1 +LQ00X034870 Putative UPF0481 protein At3g47200 8.66493754 C6_chemical_A3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.88600266 C6_chemical_B1 +LQ00X034870 Putative UPF0481 protein At3g47200 8.391577312 C6_chemical_B2 +LQ00X034870 Putative UPF0481 protein At3g47200 9.053256683 C6_chemical_B3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.183047405 C6_chemical_C1 +LQ00X034870 Putative UPF0481 protein At3g47200 7.586301634 C6_chemical_C2 +LQ00X034870 Putative UPF0481 protein At3g47200 8.098511528 C6_chemical_C3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.408012845 L4_control_A1 +LQ00X034870 Putative UPF0481 protein At3g47200 8.092438653 L4_control_A2 +LQ00X034870 Putative UPF0481 protein At3g47200 9.200638604 L4_control_A3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.72457663 L4_control_B1 +LQ00X034870 Putative UPF0481 protein At3g47200 9.506663666 L4_control_B2 +LQ00X034870 Putative UPF0481 protein At3g47200 8.223918858 L4_control_B3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.555995582 L4_control_C2 +LQ00X034870 Putative UPF0481 protein At3g47200 8.108529541 L4_control_C3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.698206064 L4_chemical_A1 +LQ00X034870 Putative UPF0481 protein At3g47200 8.873224247 L4_chemical_A2 +LQ00X034870 Putative UPF0481 protein At3g47200 9.273496934 L4_chemical_A3 +LQ00X034870 Putative UPF0481 protein At3g47200 9.002966438 L4_chemical_B1 +LQ00X034870 Putative UPF0481 protein At3g47200 9.067736949 L4_chemical_B2 +LQ00X034870 Putative UPF0481 protein At3g47200 8.119651781 L4_chemical_B3 +LQ00X034870 Putative UPF0481 protein At3g47200 8.442451548 L4_chemical_C2 +LQ00X034870 Putative UPF0481 protein At3g47200 8.916065642 L4_chemical_C3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.92302352 C6_control_A1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.41194275 C6_control_A3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.301755 C6_control_B1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.53624883 C6_control_B2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.29358364 C6_control_B3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.54118513 C6_control_C1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.10879981 C6_control_C2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 10.82582825 C6_control_C3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 12.14048187 C6_chemical_A1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.77288073 C6_chemical_A3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.36568809 C6_chemical_B1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.68265639 C6_chemical_B2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.54615047 C6_chemical_B3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.63128176 C6_chemical_C1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.53243875 C6_chemical_C2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.45096463 C6_chemical_C3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 12.54757918 L4_control_A1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.88969497 L4_control_A2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 12.78639253 L4_control_A3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.53582392 L4_control_B1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.45422716 L4_control_B2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 12.18318972 L4_control_B3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.55612764 L4_control_C2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.71795847 L4_control_C3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 12.24423436 L4_chemical_A1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.52149189 L4_chemical_A2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 12.86254549 L4_chemical_A3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 10.92522368 L4_chemical_B1 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 10.99420433 L4_chemical_B2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 12.18970239 L4_chemical_B3 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.48173288 L4_chemical_C2 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 11.69532942 L4_chemical_C3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.577823596 C6_control_A1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.051826208 C6_control_A3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.86121015 C6_control_B1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.740186657 C6_control_B2 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.423885026 C6_control_B3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.453467072 C6_control_C1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.747455537 C6_control_C2 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.458284404 C6_control_C3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.873191042 C6_chemical_A1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.207935709 C6_chemical_A3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.946874722 C6_chemical_B1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.810069483 C6_chemical_B2 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.619275358 C6_chemical_B3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.37027953 C6_chemical_C1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.939067333 C6_chemical_C2 +LQ00X035130 Putative Two-component response regulator-like APRR2 6.126240903 C6_chemical_C3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.319541189 L4_control_A1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.285824267 L4_control_A2 +LQ00X035130 Putative Two-component response regulator-like APRR2 4.904960616 L4_control_A3 +LQ00X035130 Putative Two-component response regulator-like APRR2 4.782450724 L4_control_B1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.225551956 L4_control_B2 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.143571226 L4_control_B3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.684443421 L4_control_C2 +LQ00X035130 Putative Two-component response regulator-like APRR2 6.175111322 L4_control_C3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.109073387 L4_chemical_A1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.441478127 L4_chemical_A2 +LQ00X035130 Putative Two-component response regulator-like APRR2 4.938944641 L4_chemical_A3 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.492589995 L4_chemical_B1 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.439078004 L4_chemical_B2 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.704760917 L4_chemical_B3 +LQ00X035130 Putative Two-component response regulator-like APRR2 6.289556489 L4_chemical_C2 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.542518159 L4_chemical_C3 +LQ00X035180 Predicted protein 5.662343167 C6_control_A1 +LQ00X035180 Predicted protein 5.145462028 C6_control_A3 +LQ00X035180 Predicted protein 5.78176131 C6_control_B1 +LQ00X035180 Predicted protein 5.821210732 C6_control_B2 +LQ00X035180 Predicted protein 5.607081827 C6_control_B3 +LQ00X035180 Predicted protein 6.233104611 C6_control_C1 +LQ00X035180 Predicted protein 6.050302525 C6_control_C2 +LQ00X035180 Predicted protein 6.063932782 C6_control_C3 +LQ00X035180 Predicted protein 5.461158947 C6_chemical_A1 +LQ00X035180 Predicted protein 5.589378812 C6_chemical_A3 +LQ00X035180 Predicted protein 5.805314183 C6_chemical_B1 +LQ00X035180 Predicted protein 5.933407586 C6_chemical_B2 +LQ00X035180 Predicted protein 5.807262845 C6_chemical_B3 +LQ00X035180 Predicted protein 6.40843879 C6_chemical_C1 +LQ00X035180 Predicted protein 6.26267408 C6_chemical_C2 +LQ00X035180 Predicted protein 6.178036145 C6_chemical_C3 +LQ00X035180 Predicted protein 5.536772756 L4_control_A1 +LQ00X035180 Predicted protein 5.97267828 L4_control_A2 +LQ00X035180 Predicted protein 5.18818406 L4_control_A3 +LQ00X035180 Predicted protein 5.737870133 L4_control_B1 +LQ00X035180 Predicted protein 5.769841774 L4_control_B2 +LQ00X035180 Predicted protein 5.701374945 L4_control_B3 +LQ00X035180 Predicted protein 5.432468992 L4_control_C2 +LQ00X035180 Predicted protein 5.315493862 L4_control_C3 +LQ00X035180 Predicted protein 5.451615685 L4_chemical_A1 +LQ00X035180 Predicted protein 5.869591584 L4_chemical_A2 +LQ00X035180 Predicted protein 5.208936921 L4_chemical_A3 +LQ00X035180 Predicted protein 5.201356055 L4_chemical_B1 +LQ00X035180 Predicted protein 5.718765527 L4_chemical_B2 +LQ00X035180 Predicted protein 5.401911292 L4_chemical_B3 +LQ00X035180 Predicted protein 5.842547194 L4_chemical_C2 +LQ00X035180 Predicted protein 5.671355887 L4_chemical_C3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.653695 C6_control_A1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 9.753134353 C6_control_A3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.82272371 C6_control_B1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.94497414 C6_control_B2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.66661276 C6_control_B3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.52563018 C6_control_C1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.22485261 C6_control_C2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.02160419 C6_control_C3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.01768441 C6_chemical_A1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.69206965 C6_chemical_A3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.47532145 C6_chemical_B1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.26998378 C6_chemical_B2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.15032884 C6_chemical_B3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.77134016 C6_chemical_C1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.95830609 C6_chemical_C2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.75714462 C6_chemical_C3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.54999533 L4_control_A1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.82667909 L4_control_A2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.23495943 L4_control_A3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.91286828 L4_control_B1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.21877186 L4_control_B2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.16030823 L4_control_B3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.55082294 L4_control_C2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.53305899 L4_control_C3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.62389748 L4_chemical_A1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.09702268 L4_chemical_A2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.02282534 L4_chemical_A3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.94913105 L4_chemical_B1 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.01061951 L4_chemical_B2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 10.79040652 L4_chemical_B3 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.65666017 L4_chemical_C2 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.598611 L4_chemical_C3 +LQ00X035350 Predicted protein 7.434794953 C6_control_A1 +LQ00X035350 Predicted protein 6.598590696 C6_control_A3 +LQ00X035350 Predicted protein 6.815871081 C6_control_B1 +LQ00X035350 Predicted protein 7.847357278 C6_control_B2 +LQ00X035350 Predicted protein 7.112584241 C6_control_B3 +LQ00X035350 Predicted protein 8.030101065 C6_control_C1 +LQ00X035350 Predicted protein 7.683015635 C6_control_C2 +LQ00X035350 Predicted protein 9.18861165 C6_control_C3 +LQ00X035350 Predicted protein 7.326693405 C6_chemical_A1 +LQ00X035350 Predicted protein 7.332172029 C6_chemical_A3 +LQ00X035350 Predicted protein 6.886258754 C6_chemical_B1 +LQ00X035350 Predicted protein 7.75992257 C6_chemical_B2 +LQ00X035350 Predicted protein 7.126570915 C6_chemical_B3 +LQ00X035350 Predicted protein 8.407339194 C6_chemical_C1 +LQ00X035350 Predicted protein 7.951841881 C6_chemical_C2 +LQ00X035350 Predicted protein 8.994608876 C6_chemical_C3 +LQ00X035350 Predicted protein 7.523252584 L4_control_A1 +LQ00X035350 Predicted protein 7.338405719 L4_control_A2 +LQ00X035350 Predicted protein 7.213124162 L4_control_A3 +LQ00X035350 Predicted protein 7.029860936 L4_control_B1 +LQ00X035350 Predicted protein 6.240919379 L4_control_B2 +LQ00X035350 Predicted protein 7.612579702 L4_control_B3 +LQ00X035350 Predicted protein 7.074232409 L4_control_C2 +LQ00X035350 Predicted protein 6.566658906 L4_control_C3 +LQ00X035350 Predicted protein 9.222594316 L4_chemical_A1 +LQ00X035350 Predicted protein 8.321446344 L4_chemical_A2 +LQ00X035350 Predicted protein 7.875562509 L4_chemical_A3 +LQ00X035350 Predicted protein 7.279616133 L4_chemical_B1 +LQ00X035350 Predicted protein 7.286091496 L4_chemical_B2 +LQ00X035350 Predicted protein 7.731730396 L4_chemical_B3 +LQ00X035350 Predicted protein 6.675366802 L4_chemical_C2 +LQ00X035350 Predicted protein 7.32348777 L4_chemical_C3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.303307073 C6_control_A1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.829765154 C6_control_A3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 7.147343184 C6_control_B1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.308506191 C6_control_B2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.262246433 C6_control_B3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.417078053 C6_control_C1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 7.589037976 C6_control_C2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.894213921 C6_control_C3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 5.830007521 C6_chemical_A1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 5.419589518 C6_chemical_A3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.208308705 C6_chemical_B1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.631370397 C6_chemical_B2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.66264409 C6_chemical_B3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.227296363 C6_chemical_C1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.389796754 C6_chemical_C2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 5.885045626 C6_chemical_C3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.334989592 L4_control_A1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 5.7051671 L4_control_A2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.276829375 L4_control_A3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 7.092035101 L4_control_B1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.183634537 L4_control_B2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.043823717 L4_control_B3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.255843141 L4_control_C2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.942569886 L4_control_C3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.214075695 L4_chemical_A1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.11489479 L4_chemical_A2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 5.769658032 L4_chemical_A3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.592664177 L4_chemical_B1 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.140285318 L4_chemical_B2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.366014053 L4_chemical_B3 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 6.180017756 L4_chemical_C2 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 5.719972613 L4_chemical_C3 +LQ00X035370 Putative uncharacterized protein 5.583037297 C6_control_A1 +LQ00X035370 Putative uncharacterized protein 5.547072055 C6_control_A3 +LQ00X035370 Putative uncharacterized protein 5.367478277 C6_control_B1 +LQ00X035370 Putative uncharacterized protein 5.448872525 C6_control_B2 +LQ00X035370 Putative uncharacterized protein 5.514184167 C6_control_B3 +LQ00X035370 Putative uncharacterized protein 5.102606814 C6_control_C1 +LQ00X035370 Putative uncharacterized protein 6.359025488 C6_control_C2 +LQ00X035370 Putative uncharacterized protein 5.316805091 C6_control_C3 +LQ00X035370 Putative uncharacterized protein 5.756042019 C6_chemical_A1 +LQ00X035370 Putative uncharacterized protein 5.475308748 C6_chemical_A3 +LQ00X035370 Putative uncharacterized protein 5.698304505 C6_chemical_B1 +LQ00X035370 Putative uncharacterized protein 5.800468628 C6_chemical_B2 +LQ00X035370 Putative uncharacterized protein 6.011765325 C6_chemical_B3 +LQ00X035370 Putative uncharacterized protein 5.574596478 C6_chemical_C1 +LQ00X035370 Putative uncharacterized protein 5.530231174 C6_chemical_C2 +LQ00X035370 Putative uncharacterized protein 5.737457563 C6_chemical_C3 +LQ00X035370 Putative uncharacterized protein 5.460382401 L4_control_A1 +LQ00X035370 Putative uncharacterized protein 6.103442039 L4_control_A2 +LQ00X035370 Putative uncharacterized protein 5.644310839 L4_control_A3 +LQ00X035370 Putative uncharacterized protein 5.05294405 L4_control_B1 +LQ00X035370 Putative uncharacterized protein 5.521874308 L4_control_B2 +LQ00X035370 Putative uncharacterized protein 6.110339051 L4_control_B3 +LQ00X035370 Putative uncharacterized protein 5.806899026 L4_control_C2 +LQ00X035370 Putative uncharacterized protein 5.218413252 L4_control_C3 +LQ00X035370 Putative uncharacterized protein 5.98106841 L4_chemical_A1 +LQ00X035370 Putative uncharacterized protein 5.854177138 L4_chemical_A2 +LQ00X035370 Putative uncharacterized protein 5.965296327 L4_chemical_A3 +LQ00X035370 Putative uncharacterized protein 5.968347122 L4_chemical_B1 +LQ00X035370 Putative uncharacterized protein 5.238155327 L4_chemical_B2 +LQ00X035370 Putative uncharacterized protein 5.565924144 L4_chemical_B3 +LQ00X035370 Putative uncharacterized protein 5.547173875 L4_chemical_C2 +LQ00X035370 Putative uncharacterized protein 5.645814932 L4_chemical_C3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.460550058 C6_control_A1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.41579325 C6_control_A3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.688318586 C6_control_B1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.482565445 C6_control_B2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.139340017 C6_control_B3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.442773388 C6_control_C1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 6.321242429 C6_control_C2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.875987212 C6_control_C3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 4.910204958 C6_chemical_A1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.19726021 C6_chemical_A3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.417838561 C6_chemical_B1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.225302872 C6_chemical_B2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.341036517 C6_chemical_B3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.61028455 C6_chemical_C1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.769085292 C6_chemical_C2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.660225726 C6_chemical_C3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.305717669 L4_control_A1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.34521101 L4_control_A2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.670285125 L4_control_A3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.395536382 L4_control_B1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.263899817 L4_control_B2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 4.987573003 L4_control_B3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 4.92888186 L4_control_C2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 6.287698013 L4_control_C3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.134658873 L4_chemical_A1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.070208657 L4_chemical_A2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.388499242 L4_chemical_A3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 4.991422218 L4_chemical_B1 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.246396111 L4_chemical_B2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.504057517 L4_chemical_B3 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.885109632 L4_chemical_C2 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 5.511316614 L4_chemical_C3 +LQ00X035450 Putative uncharacterized protein 9.641673757 C6_control_A1 +LQ00X035450 Putative uncharacterized protein 8.871270263 C6_control_A3 +LQ00X035450 Putative uncharacterized protein 9.906821807 C6_control_B1 +LQ00X035450 Putative uncharacterized protein 9.625689618 C6_control_B2 +LQ00X035450 Putative uncharacterized protein 9.707866896 C6_control_B3 +LQ00X035450 Putative uncharacterized protein 10.41336293 C6_control_C1 +LQ00X035450 Putative uncharacterized protein 10.0145023 C6_control_C2 +LQ00X035450 Putative uncharacterized protein 10.4992285 C6_control_C3 +LQ00X035450 Putative uncharacterized protein 9.462558613 C6_chemical_A1 +LQ00X035450 Putative uncharacterized protein 9.160230496 C6_chemical_A3 +LQ00X035450 Putative uncharacterized protein 9.882248291 C6_chemical_B1 +LQ00X035450 Putative uncharacterized protein 9.370649641 C6_chemical_B2 +LQ00X035450 Putative uncharacterized protein 9.477113058 C6_chemical_B3 +LQ00X035450 Putative uncharacterized protein 10.50984049 C6_chemical_C1 +LQ00X035450 Putative uncharacterized protein 10.14002499 C6_chemical_C2 +LQ00X035450 Putative uncharacterized protein 10.45364399 C6_chemical_C3 +LQ00X035450 Putative uncharacterized protein 12.15120699 L4_control_A1 +LQ00X035450 Putative uncharacterized protein 13.06592397 L4_control_A2 +LQ00X035450 Putative uncharacterized protein 12.9125907 L4_control_A3 +LQ00X035450 Putative uncharacterized protein 12.85174888 L4_control_B1 +LQ00X035450 Putative uncharacterized protein 11.47767875 L4_control_B2 +LQ00X035450 Putative uncharacterized protein 12.76120643 L4_control_B3 +LQ00X035450 Putative uncharacterized protein 12.36136662 L4_control_C2 +LQ00X035450 Putative uncharacterized protein 13.08746935 L4_control_C3 +LQ00X035450 Putative uncharacterized protein 12.51492285 L4_chemical_A1 +LQ00X035450 Putative uncharacterized protein 13.32603896 L4_chemical_A2 +LQ00X035450 Putative uncharacterized protein 12.91292106 L4_chemical_A3 +LQ00X035450 Putative uncharacterized protein 12.2384525 L4_chemical_B1 +LQ00X035450 Putative uncharacterized protein 12.63987837 L4_chemical_B2 +LQ00X035450 Putative uncharacterized protein 12.23631963 L4_chemical_B3 +LQ00X035450 Putative uncharacterized protein 13.14045151 L4_chemical_C2 +LQ00X035450 Putative uncharacterized protein 12.93938025 L4_chemical_C3 +LQ00X035470 Predicted protein 12.4786462 C6_control_A1 +LQ00X035470 Predicted protein 12.12478896 C6_control_A3 +LQ00X035470 Predicted protein 12.97439773 C6_control_B1 +LQ00X035470 Predicted protein 12.67582183 C6_control_B2 +LQ00X035470 Predicted protein 13.05903237 C6_control_B3 +LQ00X035470 Predicted protein 13.14982374 C6_control_C1 +LQ00X035470 Predicted protein 13.01112645 C6_control_C2 +LQ00X035470 Predicted protein 13.16595026 C6_control_C3 +LQ00X035470 Predicted protein 12.44731995 C6_chemical_A1 +LQ00X035470 Predicted protein 12.27868085 C6_chemical_A3 +LQ00X035470 Predicted protein 12.93625781 C6_chemical_B1 +LQ00X035470 Predicted protein 12.59979644 C6_chemical_B2 +LQ00X035470 Predicted protein 12.74117503 C6_chemical_B3 +LQ00X035470 Predicted protein 12.91584284 C6_chemical_C1 +LQ00X035470 Predicted protein 12.8536757 C6_chemical_C2 +LQ00X035470 Predicted protein 12.83292161 C6_chemical_C3 +LQ00X035470 Predicted protein 12.49845747 L4_control_A1 +LQ00X035470 Predicted protein 11.98146085 L4_control_A2 +LQ00X035470 Predicted protein 12.21685703 L4_control_A3 +LQ00X035470 Predicted protein 12.68378366 L4_control_B1 +LQ00X035470 Predicted protein 13.15944855 L4_control_B2 +LQ00X035470 Predicted protein 12.87767975 L4_control_B3 +LQ00X035470 Predicted protein 13.52041598 L4_control_C2 +LQ00X035470 Predicted protein 13.00416853 L4_control_C3 +LQ00X035470 Predicted protein 12.94977043 L4_chemical_A1 +LQ00X035470 Predicted protein 12.45078743 L4_chemical_A2 +LQ00X035470 Predicted protein 12.39936479 L4_chemical_A3 +LQ00X035470 Predicted protein 12.89627278 L4_chemical_B1 +LQ00X035470 Predicted protein 13.11212192 L4_chemical_B2 +LQ00X035470 Predicted protein 12.53332755 L4_chemical_B3 +LQ00X035470 Predicted protein 13.29877235 L4_chemical_C2 +LQ00X035470 Predicted protein 13.09499068 L4_chemical_C3 +LQ00X035490 Putative Uncharacterized protein RP120 9.500903906 C6_control_A1 +LQ00X035490 Putative Uncharacterized protein RP120 9.64607319 C6_control_A3 +LQ00X035490 Putative Uncharacterized protein RP120 8.90423933 C6_control_B1 +LQ00X035490 Putative Uncharacterized protein RP120 9.511580344 C6_control_B2 +LQ00X035490 Putative Uncharacterized protein RP120 9.101715315 C6_control_B3 +LQ00X035490 Putative Uncharacterized protein RP120 10.63721896 C6_control_C1 +LQ00X035490 Putative Uncharacterized protein RP120 10.61104358 C6_control_C2 +LQ00X035490 Putative Uncharacterized protein RP120 10.24179329 C6_control_C3 +LQ00X035490 Putative Uncharacterized protein RP120 9.261316686 C6_chemical_A1 +LQ00X035490 Putative Uncharacterized protein RP120 9.44618918 C6_chemical_A3 +LQ00X035490 Putative Uncharacterized protein RP120 8.571357456 C6_chemical_B1 +LQ00X035490 Putative Uncharacterized protein RP120 9.214215625 C6_chemical_B2 +LQ00X035490 Putative Uncharacterized protein RP120 8.90104923 C6_chemical_B3 +LQ00X035490 Putative Uncharacterized protein RP120 10.46105627 C6_chemical_C1 +LQ00X035490 Putative Uncharacterized protein RP120 10.52246278 C6_chemical_C2 +LQ00X035490 Putative Uncharacterized protein RP120 10.14075652 C6_chemical_C3 +LQ00X035490 Putative Uncharacterized protein RP120 9.916619561 L4_control_A1 +LQ00X035490 Putative Uncharacterized protein RP120 9.561928962 L4_control_A2 +LQ00X035490 Putative Uncharacterized protein RP120 10.25566549 L4_control_A3 +LQ00X035490 Putative Uncharacterized protein RP120 8.78557965 L4_control_B1 +LQ00X035490 Putative Uncharacterized protein RP120 9.079308966 L4_control_B2 +LQ00X035490 Putative Uncharacterized protein RP120 9.401292454 L4_control_B3 +LQ00X035490 Putative Uncharacterized protein RP120 10.61611819 L4_control_C2 +LQ00X035490 Putative Uncharacterized protein RP120 10.4489084 L4_control_C3 +LQ00X035490 Putative Uncharacterized protein RP120 9.940095322 L4_chemical_A1 +LQ00X035490 Putative Uncharacterized protein RP120 9.68301822 L4_chemical_A2 +LQ00X035490 Putative Uncharacterized protein RP120 10.05295586 L4_chemical_A3 +LQ00X035490 Putative Uncharacterized protein RP120 8.586404799 L4_chemical_B1 +LQ00X035490 Putative Uncharacterized protein RP120 8.931302016 L4_chemical_B2 +LQ00X035490 Putative Uncharacterized protein RP120 9.215628272 L4_chemical_B3 +LQ00X035490 Putative Uncharacterized protein RP120 10.54210507 L4_chemical_C2 +LQ00X035490 Putative Uncharacterized protein RP120 10.55574325 L4_chemical_C3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.693954456 C6_control_A1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 8.715150666 C6_control_A3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.47392659 C6_control_B1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.09555455 C6_control_B2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.20291475 C6_control_B3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.393256478 C6_control_C1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.17848859 C6_control_C2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.2944204 C6_control_C3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.517844576 C6_chemical_A1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.176901493 C6_chemical_A3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.46295231 C6_chemical_B1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.78465536 C6_chemical_B2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.2495464 C6_chemical_B3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 8.891818495 C6_chemical_C1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.177226092 C6_chemical_C2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.19411275 C6_chemical_C3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.07747835 L4_control_A1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.49994291 L4_control_A2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.494188439 L4_control_A3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.58669305 L4_control_B1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.9970341 L4_control_B2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.60968483 L4_control_B3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.16020021 L4_control_C2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.8906441 L4_control_C3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.20256164 L4_chemical_A1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.37108299 L4_chemical_A2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 10.83543143 L4_chemical_A3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.94177273 L4_chemical_B1 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.30133447 L4_chemical_B2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.20441239 L4_chemical_B3 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.44970203 L4_chemical_C2 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 11.09083316 L4_chemical_C3 +LQ00X035510 Vesicle-associated membrane protein 714 5.901146952 C6_control_A1 +LQ00X035510 Vesicle-associated membrane protein 714 6.191329971 C6_control_A3 +LQ00X035510 Vesicle-associated membrane protein 714 6.474824337 C6_control_B1 +LQ00X035510 Vesicle-associated membrane protein 714 6.525723408 C6_control_B2 +LQ00X035510 Vesicle-associated membrane protein 714 6.686432917 C6_control_B3 +LQ00X035510 Vesicle-associated membrane protein 714 6.316621995 C6_control_C1 +LQ00X035510 Vesicle-associated membrane protein 714 7.250805232 C6_control_C2 +LQ00X035510 Vesicle-associated membrane protein 714 6.52256879 C6_control_C3 +LQ00X035510 Vesicle-associated membrane protein 714 5.886306237 C6_chemical_A1 +LQ00X035510 Vesicle-associated membrane protein 714 6.482917081 C6_chemical_A3 +LQ00X035510 Vesicle-associated membrane protein 714 5.99436915 C6_chemical_B1 +LQ00X035510 Vesicle-associated membrane protein 714 6.859927295 C6_chemical_B2 +LQ00X035510 Vesicle-associated membrane protein 714 6.118613782 C6_chemical_B3 +LQ00X035510 Vesicle-associated membrane protein 714 5.766611658 C6_chemical_C1 +LQ00X035510 Vesicle-associated membrane protein 714 6.69145728 C6_chemical_C2 +LQ00X035510 Vesicle-associated membrane protein 714 6.561205079 C6_chemical_C3 +LQ00X035510 Vesicle-associated membrane protein 714 5.686437324 L4_control_A1 +LQ00X035510 Vesicle-associated membrane protein 714 6.599999877 L4_control_A2 +LQ00X035510 Vesicle-associated membrane protein 714 5.652665194 L4_control_A3 +LQ00X035510 Vesicle-associated membrane protein 714 6.458197131 L4_control_B1 +LQ00X035510 Vesicle-associated membrane protein 714 6.777708783 L4_control_B2 +LQ00X035510 Vesicle-associated membrane protein 714 6.32369221 L4_control_B3 +LQ00X035510 Vesicle-associated membrane protein 714 6.26500749 L4_control_C2 +LQ00X035510 Vesicle-associated membrane protein 714 6.176087667 L4_control_C3 +LQ00X035510 Vesicle-associated membrane protein 714 5.962324506 L4_chemical_A1 +LQ00X035510 Vesicle-associated membrane protein 714 6.043132701 L4_chemical_A2 +LQ00X035510 Vesicle-associated membrane protein 714 5.851791257 L4_chemical_A3 +LQ00X035510 Vesicle-associated membrane protein 714 6.482340717 L4_chemical_B1 +LQ00X035510 Vesicle-associated membrane protein 714 6.50049162 L4_chemical_B2 +LQ00X035510 Vesicle-associated membrane protein 714 5.664455927 L4_chemical_B3 +LQ00X035510 Vesicle-associated membrane protein 714 5.831322159 L4_chemical_C2 +LQ00X035510 Vesicle-associated membrane protein 714 6.502672943 L4_chemical_C3 +LQ00X035530 Calcium-dependent protein kinase 1 8.80130791 C6_control_A1 +LQ00X035530 Calcium-dependent protein kinase 1 8.346117111 C6_control_A3 +LQ00X035530 Calcium-dependent protein kinase 1 8.023445389 C6_control_B1 +LQ00X035530 Calcium-dependent protein kinase 1 9.679153047 C6_control_B2 +LQ00X035530 Calcium-dependent protein kinase 1 8.795291139 C6_control_B3 +LQ00X035530 Calcium-dependent protein kinase 1 9.474504094 C6_control_C1 +LQ00X035530 Calcium-dependent protein kinase 1 9.847356406 C6_control_C2 +LQ00X035530 Calcium-dependent protein kinase 1 9.933387437 C6_control_C3 +LQ00X035530 Calcium-dependent protein kinase 1 9.033349333 C6_chemical_A1 +LQ00X035530 Calcium-dependent protein kinase 1 8.829315351 C6_chemical_A3 +LQ00X035530 Calcium-dependent protein kinase 1 8.151691147 C6_chemical_B1 +LQ00X035530 Calcium-dependent protein kinase 1 10.00277238 C6_chemical_B2 +LQ00X035530 Calcium-dependent protein kinase 1 8.941497692 C6_chemical_B3 +LQ00X035530 Calcium-dependent protein kinase 1 9.679708194 C6_chemical_C1 +LQ00X035530 Calcium-dependent protein kinase 1 9.961491442 C6_chemical_C2 +LQ00X035530 Calcium-dependent protein kinase 1 9.970062413 C6_chemical_C3 +LQ00X035530 Calcium-dependent protein kinase 1 8.422299088 L4_control_A1 +LQ00X035530 Calcium-dependent protein kinase 1 8.622956759 L4_control_A2 +LQ00X035530 Calcium-dependent protein kinase 1 6.843241834 L4_control_A3 +LQ00X035530 Calcium-dependent protein kinase 1 8.602968031 L4_control_B1 +LQ00X035530 Calcium-dependent protein kinase 1 8.966079339 L4_control_B2 +LQ00X035530 Calcium-dependent protein kinase 1 9.553141552 L4_control_B3 +LQ00X035530 Calcium-dependent protein kinase 1 8.5969652 L4_control_C2 +LQ00X035530 Calcium-dependent protein kinase 1 8.958867836 L4_control_C3 +LQ00X035530 Calcium-dependent protein kinase 1 8.850236099 L4_chemical_A1 +LQ00X035530 Calcium-dependent protein kinase 1 8.184264861 L4_chemical_A2 +LQ00X035530 Calcium-dependent protein kinase 1 7.109363802 L4_chemical_A3 +LQ00X035530 Calcium-dependent protein kinase 1 8.358425267 L4_chemical_B1 +LQ00X035530 Calcium-dependent protein kinase 1 8.281400221 L4_chemical_B2 +LQ00X035530 Calcium-dependent protein kinase 1 9.155359642 L4_chemical_B3 +LQ00X035530 Calcium-dependent protein kinase 1 7.969975826 L4_chemical_C2 +LQ00X035530 Calcium-dependent protein kinase 1 8.936862296 L4_chemical_C3 +LQ00X035540 Putative Predicted protein 5.548123134 C6_control_A1 +LQ00X035540 Putative Predicted protein 5.581306277 C6_control_A3 +LQ00X035540 Putative Predicted protein 5.654628769 C6_control_B1 +LQ00X035540 Putative Predicted protein 5.272369899 C6_control_B2 +LQ00X035540 Putative Predicted protein 6.164164472 C6_control_B3 +LQ00X035540 Putative Predicted protein 5.332712051 C6_control_C1 +LQ00X035540 Putative Predicted protein 5.080473558 C6_control_C2 +LQ00X035540 Putative Predicted protein 5.215249325 C6_control_C3 +LQ00X035540 Putative Predicted protein 6.105973542 C6_chemical_A1 +LQ00X035540 Putative Predicted protein 5.788526334 C6_chemical_A3 +LQ00X035540 Putative Predicted protein 6.416485962 C6_chemical_B1 +LQ00X035540 Putative Predicted protein 5.036597968 C6_chemical_B2 +LQ00X035540 Putative Predicted protein 5.874902572 C6_chemical_B3 +LQ00X035540 Putative Predicted protein 4.90551214 C6_chemical_C1 +LQ00X035540 Putative Predicted protein 5.547205553 C6_chemical_C2 +LQ00X035540 Putative Predicted protein 5.128592587 C6_chemical_C3 +LQ00X035540 Putative Predicted protein 5.788719369 L4_control_A1 +LQ00X035540 Putative Predicted protein 5.446108752 L4_control_A2 +LQ00X035540 Putative Predicted protein 6.334591542 L4_control_A3 +LQ00X035540 Putative Predicted protein 5.121865242 L4_control_B1 +LQ00X035540 Putative Predicted protein 5.211911476 L4_control_B2 +LQ00X035540 Putative Predicted protein 5.695333225 L4_control_B3 +LQ00X035540 Putative Predicted protein 6.77917207 L4_control_C2 +LQ00X035540 Putative Predicted protein 5.416584336 L4_control_C3 +LQ00X035540 Putative Predicted protein 5.688176826 L4_chemical_A1 +LQ00X035540 Putative Predicted protein 5.931189285 L4_chemical_A2 +LQ00X035540 Putative Predicted protein 6.141210888 L4_chemical_A3 +LQ00X035540 Putative Predicted protein 6.046089704 L4_chemical_B1 +LQ00X035540 Putative Predicted protein 5.54790801 L4_chemical_B2 +LQ00X035540 Putative Predicted protein 5.967951853 L4_chemical_B3 +LQ00X035540 Putative Predicted protein 6.245055088 L4_chemical_C2 +LQ00X035540 Putative Predicted protein 5.653002123 L4_chemical_C3 +LQ00X035550 Putative Prefoldin subunit 1 14.31830223 C6_control_A1 +LQ00X035550 Putative Prefoldin subunit 1 14.30333427 C6_control_A3 +LQ00X035550 Putative Prefoldin subunit 1 14.69087122 C6_control_B1 +LQ00X035550 Putative Prefoldin subunit 1 14.50308032 C6_control_B2 +LQ00X035550 Putative Prefoldin subunit 1 14.73623904 C6_control_B3 +LQ00X035550 Putative Prefoldin subunit 1 14.60569776 C6_control_C1 +LQ00X035550 Putative Prefoldin subunit 1 14.85012842 C6_control_C2 +LQ00X035550 Putative Prefoldin subunit 1 14.68513397 C6_control_C3 +LQ00X035550 Putative Prefoldin subunit 1 14.51981242 C6_chemical_A1 +LQ00X035550 Putative Prefoldin subunit 1 14.34998182 C6_chemical_A3 +LQ00X035550 Putative Prefoldin subunit 1 14.83478503 C6_chemical_B1 +LQ00X035550 Putative Prefoldin subunit 1 14.45735843 C6_chemical_B2 +LQ00X035550 Putative Prefoldin subunit 1 14.81565871 C6_chemical_B3 +LQ00X035550 Putative Prefoldin subunit 1 14.23359763 C6_chemical_C1 +LQ00X035550 Putative Prefoldin subunit 1 14.5290426 C6_chemical_C2 +LQ00X035550 Putative Prefoldin subunit 1 14.55052556 C6_chemical_C3 +LQ00X035550 Putative Prefoldin subunit 1 14.32335308 L4_control_A1 +LQ00X035550 Putative Prefoldin subunit 1 14.03761884 L4_control_A2 +LQ00X035550 Putative Prefoldin subunit 1 14.23919873 L4_control_A3 +LQ00X035550 Putative Prefoldin subunit 1 14.6274514 L4_control_B1 +LQ00X035550 Putative Prefoldin subunit 1 14.62645405 L4_control_B2 +LQ00X035550 Putative Prefoldin subunit 1 14.71402706 L4_control_B3 +LQ00X035550 Putative Prefoldin subunit 1 14.92667074 L4_control_C2 +LQ00X035550 Putative Prefoldin subunit 1 14.76848074 L4_control_C3 +LQ00X035550 Putative Prefoldin subunit 1 14.34636964 L4_chemical_A1 +LQ00X035550 Putative Prefoldin subunit 1 14.21976856 L4_chemical_A2 +LQ00X035550 Putative Prefoldin subunit 1 14.27456268 L4_chemical_A3 +LQ00X035550 Putative Prefoldin subunit 1 14.68904389 L4_chemical_B1 +LQ00X035550 Putative Prefoldin subunit 1 14.55120943 L4_chemical_B2 +LQ00X035550 Putative Prefoldin subunit 1 14.46688641 L4_chemical_B3 +LQ00X035550 Putative Prefoldin subunit 1 14.7972024 L4_chemical_C2 +LQ00X035550 Putative Prefoldin subunit 1 14.73500963 L4_chemical_C3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 11.93337943 C6_control_A1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 11.35046574 C6_control_A3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.54831217 C6_control_B1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.82694951 C6_control_B2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.68583831 C6_control_B3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 9.037229843 C6_control_C1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 9.579852884 C6_control_C2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 8.485902087 C6_control_C3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.07927741 C6_chemical_A1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 11.46606001 C6_chemical_A3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 13.02665407 C6_chemical_B1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.90831036 C6_chemical_B2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.81540707 C6_chemical_B3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 8.958206602 C6_chemical_C1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 8.690824083 C6_chemical_C2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 7.984850347 C6_chemical_C3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 11.43428523 L4_control_A1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 11.62994422 L4_control_A2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 11.38222907 L4_control_A3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.49473841 L4_control_B1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 13.06230989 L4_control_B2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.97172354 L4_control_B3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 8.546313554 L4_control_C2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 9.18411775 L4_control_C3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 10.56509852 L4_chemical_A1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 10.98189777 L4_chemical_A2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 10.93009134 L4_chemical_A3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.06725654 L4_chemical_B1 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.33003979 L4_chemical_B2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.2325193 L4_chemical_B3 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 7.555492278 L4_chemical_C2 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 9.081677005 L4_chemical_C3 +LQ00X035620 Hypothetical protein 12.62304946 C6_control_A1 +LQ00X035620 Hypothetical protein 12.43025572 C6_control_A3 +LQ00X035620 Hypothetical protein 12.61238465 C6_control_B1 +LQ00X035620 Hypothetical protein 13.73832906 C6_control_B2 +LQ00X035620 Hypothetical protein 12.59610237 C6_control_B3 +LQ00X035620 Hypothetical protein 13.35231919 C6_control_C1 +LQ00X035620 Hypothetical protein 13.16210553 C6_control_C2 +LQ00X035620 Hypothetical protein 12.85474695 C6_control_C3 +LQ00X035620 Hypothetical protein 13.25635611 C6_chemical_A1 +LQ00X035620 Hypothetical protein 12.34555062 C6_chemical_A3 +LQ00X035620 Hypothetical protein 13.49736843 C6_chemical_B1 +LQ00X035620 Hypothetical protein 14.32758912 C6_chemical_B2 +LQ00X035620 Hypothetical protein 12.94542308 C6_chemical_B3 +LQ00X035620 Hypothetical protein 13.60355779 C6_chemical_C1 +LQ00X035620 Hypothetical protein 13.7328647 C6_chemical_C2 +LQ00X035620 Hypothetical protein 13.96432597 C6_chemical_C3 +LQ00X035620 Hypothetical protein 12.96306092 L4_control_A1 +LQ00X035620 Hypothetical protein 13.70643224 L4_control_A2 +LQ00X035620 Hypothetical protein 12.87524551 L4_control_A3 +LQ00X035620 Hypothetical protein 13.26511488 L4_control_B1 +LQ00X035620 Hypothetical protein 12.8135309 L4_control_B2 +LQ00X035620 Hypothetical protein 13.6791965 L4_control_B3 +LQ00X035620 Hypothetical protein 13.46237729 L4_control_C2 +LQ00X035620 Hypothetical protein 13.02896602 L4_control_C3 +LQ00X035620 Hypothetical protein 13.78360943 L4_chemical_A1 +LQ00X035620 Hypothetical protein 14.4348381 L4_chemical_A2 +LQ00X035620 Hypothetical protein 13.02514515 L4_chemical_A3 +LQ00X035620 Hypothetical protein 13.48122584 L4_chemical_B1 +LQ00X035620 Hypothetical protein 13.2750973 L4_chemical_B2 +LQ00X035620 Hypothetical protein 13.06026263 L4_chemical_B3 +LQ00X035620 Hypothetical protein 13.68114913 L4_chemical_C2 +LQ00X035620 Hypothetical protein 12.94302337 L4_chemical_C3 +LQ00X035750 Putative ALG-2 interacting protein X 10.03604866 C6_control_A1 +LQ00X035750 Putative ALG-2 interacting protein X 9.47428509 C6_control_A3 +LQ00X035750 Putative ALG-2 interacting protein X 10.3253143 C6_control_B1 +LQ00X035750 Putative ALG-2 interacting protein X 10.06154245 C6_control_B2 +LQ00X035750 Putative ALG-2 interacting protein X 10.25685214 C6_control_B3 +LQ00X035750 Putative ALG-2 interacting protein X 10.76031893 C6_control_C1 +LQ00X035750 Putative ALG-2 interacting protein X 10.13777378 C6_control_C2 +LQ00X035750 Putative ALG-2 interacting protein X 10.6988099 C6_control_C3 +LQ00X035750 Putative ALG-2 interacting protein X 10.50977217 C6_chemical_A1 +LQ00X035750 Putative ALG-2 interacting protein X 10.5937601 C6_chemical_A3 +LQ00X035750 Putative ALG-2 interacting protein X 10.7549861 C6_chemical_B1 +LQ00X035750 Putative ALG-2 interacting protein X 9.884082211 C6_chemical_B2 +LQ00X035750 Putative ALG-2 interacting protein X 10.65775189 C6_chemical_B3 +LQ00X035750 Putative ALG-2 interacting protein X 10.97500107 C6_chemical_C1 +LQ00X035750 Putative ALG-2 interacting protein X 10.74239219 C6_chemical_C2 +LQ00X035750 Putative ALG-2 interacting protein X 11.22989151 C6_chemical_C3 +LQ00X035750 Putative ALG-2 interacting protein X 9.561899956 L4_control_A1 +LQ00X035750 Putative ALG-2 interacting protein X 10.15247371 L4_control_A2 +LQ00X035750 Putative ALG-2 interacting protein X 9.861601807 L4_control_A3 +LQ00X035750 Putative ALG-2 interacting protein X 10.50854693 L4_control_B1 +LQ00X035750 Putative ALG-2 interacting protein X 11.27069323 L4_control_B2 +LQ00X035750 Putative ALG-2 interacting protein X 10.32542329 L4_control_B3 +LQ00X035750 Putative ALG-2 interacting protein X 12.10351028 L4_control_C2 +LQ00X035750 Putative ALG-2 interacting protein X 11.43284786 L4_control_C3 +LQ00X035750 Putative ALG-2 interacting protein X 9.725096165 L4_chemical_A1 +LQ00X035750 Putative ALG-2 interacting protein X 10.46342699 L4_chemical_A2 +LQ00X035750 Putative ALG-2 interacting protein X 9.601353956 L4_chemical_A3 +LQ00X035750 Putative ALG-2 interacting protein X 11.16459554 L4_chemical_B1 +LQ00X035750 Putative ALG-2 interacting protein X 11.53428154 L4_chemical_B2 +LQ00X035750 Putative ALG-2 interacting protein X 9.820444467 L4_chemical_B3 +LQ00X035750 Putative ALG-2 interacting protein X 11.71932341 L4_chemical_C2 +LQ00X035750 Putative ALG-2 interacting protein X 11.1408907 L4_chemical_C3 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.45090518 C6_control_A1 +LQ00X035780 Serine/threonine-protein kinase CTR1 9.436659807 C6_control_A3 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.16019143 C6_control_B1 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.20099084 C6_control_B2 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.48824075 C6_control_B3 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.95117526 C6_control_C1 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.64637884 C6_control_C2 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.67410239 C6_control_C3 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.34393587 C6_chemical_A1 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.09212633 C6_chemical_A3 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.15699986 C6_chemical_B1 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.39645323 C6_chemical_B2 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.43042072 C6_chemical_B3 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.07683391 C6_chemical_C1 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.66452547 C6_chemical_C2 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.00963089 C6_chemical_C3 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.5232143 L4_control_A1 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.22485691 L4_control_A2 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.28253106 L4_control_A3 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.38044841 L4_control_B1 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.40505129 L4_control_B2 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.55783964 L4_control_B3 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.08670788 L4_control_C2 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.31084164 L4_control_C3 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.76194049 L4_chemical_A1 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.31161469 L4_chemical_A2 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.44924376 L4_chemical_A3 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.12641951 L4_chemical_B1 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.54262238 L4_chemical_B2 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.24981036 L4_chemical_B3 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.76000659 L4_chemical_C2 +LQ00X035780 Serine/threonine-protein kinase CTR1 11.17498154 L4_chemical_C3 +LQ00X035801 Putative Pol protein 5.112135768 C6_control_A1 +LQ00X035801 Putative Pol protein 5.622203776 C6_control_A3 +LQ00X035801 Putative Pol protein 5.664246307 C6_control_B1 +LQ00X035801 Putative Pol protein 5.148999712 C6_control_B2 +LQ00X035801 Putative Pol protein 5.156616508 C6_control_B3 +LQ00X035801 Putative Pol protein 4.790466921 C6_control_C1 +LQ00X035801 Putative Pol protein 4.694604719 C6_control_C2 +LQ00X035801 Putative Pol protein 4.706702922 C6_control_C3 +LQ00X035801 Putative Pol protein 5.03109468 C6_chemical_A1 +LQ00X035801 Putative Pol protein 5.207867612 C6_chemical_A3 +LQ00X035801 Putative Pol protein 5.434015251 C6_chemical_B1 +LQ00X035801 Putative Pol protein 5.04774017 C6_chemical_B2 +LQ00X035801 Putative Pol protein 5.23992424 C6_chemical_B3 +LQ00X035801 Putative Pol protein 4.793193909 C6_chemical_C1 +LQ00X035801 Putative Pol protein 4.706365809 C6_chemical_C2 +LQ00X035801 Putative Pol protein 4.738575599 C6_chemical_C3 +LQ00X035801 Putative Pol protein 5.271409468 L4_control_A1 +LQ00X035801 Putative Pol protein 5.438222667 L4_control_A2 +LQ00X035801 Putative Pol protein 6.502720228 L4_control_A3 +LQ00X035801 Putative Pol protein 5.383247701 L4_control_B1 +LQ00X035801 Putative Pol protein 6.683422527 L4_control_B2 +LQ00X035801 Putative Pol protein 5.296112516 L4_control_B3 +LQ00X035801 Putative Pol protein 5.43472422 L4_control_C2 +LQ00X035801 Putative Pol protein 4.864825259 L4_control_C3 +LQ00X035801 Putative Pol protein 4.927090134 L4_chemical_A1 +LQ00X035801 Putative Pol protein 5.49577844 L4_chemical_A2 +LQ00X035801 Putative Pol protein 5.763316316 L4_chemical_A3 +LQ00X035801 Putative Pol protein 5.817553036 L4_chemical_B1 +LQ00X035801 Putative Pol protein 5.748019652 L4_chemical_B2 +LQ00X035801 Putative Pol protein 5.212075903 L4_chemical_B3 +LQ00X035801 Putative Pol protein 5.888948567 L4_chemical_C2 +LQ00X035801 Putative Pol protein 5.373339032 L4_chemical_C3 +LQ00X035930 Hypothetical protein 5.120230102 C6_control_A1 +LQ00X035930 Hypothetical protein 5.151290072 C6_control_A3 +LQ00X035930 Hypothetical protein 5.502920872 C6_control_B1 +LQ00X035930 Hypothetical protein 5.163013063 C6_control_B2 +LQ00X035930 Hypothetical protein 5.524975148 C6_control_B3 +LQ00X035930 Hypothetical protein 5.119402109 C6_control_C1 +LQ00X035930 Hypothetical protein 5.072033799 C6_control_C2 +LQ00X035930 Hypothetical protein 5.203109624 C6_control_C3 +LQ00X035930 Hypothetical protein 5.105281608 C6_chemical_A1 +LQ00X035930 Hypothetical protein 5.106364869 C6_chemical_A3 +LQ00X035930 Hypothetical protein 6.382373557 C6_chemical_B1 +LQ00X035930 Hypothetical protein 5.030391706 C6_chemical_B2 +LQ00X035930 Hypothetical protein 5.249291631 C6_chemical_B3 +LQ00X035930 Hypothetical protein 4.998452961 C6_chemical_C1 +LQ00X035930 Hypothetical protein 5.22795316 C6_chemical_C2 +LQ00X035930 Hypothetical protein 4.725852984 C6_chemical_C3 +LQ00X035930 Hypothetical protein 5.045137712 L4_control_A1 +LQ00X035930 Hypothetical protein 5.192143048 L4_control_A2 +LQ00X035930 Hypothetical protein 5.348111301 L4_control_A3 +LQ00X035930 Hypothetical protein 5.520644947 L4_control_B1 +LQ00X035930 Hypothetical protein 5.247521283 L4_control_B2 +LQ00X035930 Hypothetical protein 5.279452772 L4_control_B3 +LQ00X035930 Hypothetical protein 4.942800081 L4_control_C2 +LQ00X035930 Hypothetical protein 5.824368679 L4_control_C3 +LQ00X035930 Hypothetical protein 5.104283145 L4_chemical_A1 +LQ00X035930 Hypothetical protein 4.901607722 L4_chemical_A2 +LQ00X035930 Hypothetical protein 5.483389389 L4_chemical_A3 +LQ00X035930 Hypothetical protein 5.180772229 L4_chemical_B1 +LQ00X035930 Hypothetical protein 5.137992411 L4_chemical_B2 +LQ00X035930 Hypothetical protein 5.247582045 L4_chemical_B3 +LQ00X035930 Hypothetical protein 5.533823971 L4_chemical_C2 +LQ00X035930 Hypothetical protein 5.272950033 L4_chemical_C3 +LQ00X035940 Fruit protein pKIWI502 5.804432833 C6_control_A1 +LQ00X035940 Fruit protein pKIWI502 5.299121938 C6_control_A3 +LQ00X035940 Fruit protein pKIWI502 5.757340574 C6_control_B1 +LQ00X035940 Fruit protein pKIWI502 5.178520138 C6_control_B2 +LQ00X035940 Fruit protein pKIWI502 6.654647801 C6_control_B3 +LQ00X035940 Fruit protein pKIWI502 4.850209486 C6_control_C1 +LQ00X035940 Fruit protein pKIWI502 5.03450356 C6_control_C2 +LQ00X035940 Fruit protein pKIWI502 5.063469282 C6_control_C3 +LQ00X035940 Fruit protein pKIWI502 5.951372518 C6_chemical_A1 +LQ00X035940 Fruit protein pKIWI502 5.688867239 C6_chemical_A3 +LQ00X035940 Fruit protein pKIWI502 5.680765997 C6_chemical_B1 +LQ00X035940 Fruit protein pKIWI502 5.261050564 C6_chemical_B2 +LQ00X035940 Fruit protein pKIWI502 5.908501536 C6_chemical_B3 +LQ00X035940 Fruit protein pKIWI502 4.808893902 C6_chemical_C1 +LQ00X035940 Fruit protein pKIWI502 4.771932974 C6_chemical_C2 +LQ00X035940 Fruit protein pKIWI502 4.739781898 C6_chemical_C3 +LQ00X035940 Fruit protein pKIWI502 5.979608167 L4_control_A1 +LQ00X035940 Fruit protein pKIWI502 5.94286883 L4_control_A2 +LQ00X035940 Fruit protein pKIWI502 6.492367321 L4_control_A3 +LQ00X035940 Fruit protein pKIWI502 5.962419142 L4_control_B1 +LQ00X035940 Fruit protein pKIWI502 5.50264871 L4_control_B2 +LQ00X035940 Fruit protein pKIWI502 5.754729213 L4_control_B3 +LQ00X035940 Fruit protein pKIWI502 5.941112206 L4_control_C2 +LQ00X035940 Fruit protein pKIWI502 5.099515568 L4_control_C3 +LQ00X035940 Fruit protein pKIWI502 5.830198442 L4_chemical_A1 +LQ00X035940 Fruit protein pKIWI502 6.277747892 L4_chemical_A2 +LQ00X035940 Fruit protein pKIWI502 5.65705854 L4_chemical_A3 +LQ00X035940 Fruit protein pKIWI502 5.651491225 L4_chemical_B1 +LQ00X035940 Fruit protein pKIWI502 6.012799668 L4_chemical_B2 +LQ00X035940 Fruit protein pKIWI502 5.837041438 L4_chemical_B3 +LQ00X035940 Fruit protein pKIWI502 5.452839484 L4_chemical_C2 +LQ00X035940 Fruit protein pKIWI502 5.132801042 L4_chemical_C3 +LQ00X036430 Putative uncharacterized protein 6.534268098 C6_control_A1 +LQ00X036430 Putative uncharacterized protein 6.0312276 C6_control_A3 +LQ00X036430 Putative uncharacterized protein 6.474016818 C6_control_B1 +LQ00X036430 Putative uncharacterized protein 8.459227381 C6_control_B2 +LQ00X036430 Putative uncharacterized protein 6.696348957 C6_control_B3 +LQ00X036430 Putative uncharacterized protein 8.821355918 C6_control_C1 +LQ00X036430 Putative uncharacterized protein 9.125780948 C6_control_C2 +LQ00X036430 Putative uncharacterized protein 8.120744793 C6_control_C3 +LQ00X036430 Putative uncharacterized protein 6.952596227 C6_chemical_A1 +LQ00X036430 Putative uncharacterized protein 6.624080986 C6_chemical_A3 +LQ00X036430 Putative uncharacterized protein 6.733427742 C6_chemical_B1 +LQ00X036430 Putative uncharacterized protein 8.367538089 C6_chemical_B2 +LQ00X036430 Putative uncharacterized protein 7.543393857 C6_chemical_B3 +LQ00X036430 Putative uncharacterized protein 8.953735946 C6_chemical_C1 +LQ00X036430 Putative uncharacterized protein 9.103060671 C6_chemical_C2 +LQ00X036430 Putative uncharacterized protein 8.685606432 C6_chemical_C3 +LQ00X036430 Putative uncharacterized protein 6.990508787 L4_control_A1 +LQ00X036430 Putative uncharacterized protein 6.50959852 L4_control_A2 +LQ00X036430 Putative uncharacterized protein 6.362538937 L4_control_A3 +LQ00X036430 Putative uncharacterized protein 5.890246628 L4_control_B1 +LQ00X036430 Putative uncharacterized protein 5.560054262 L4_control_B2 +LQ00X036430 Putative uncharacterized protein 8.361212906 L4_control_B3 +LQ00X036430 Putative uncharacterized protein 6.446734991 L4_control_C2 +LQ00X036430 Putative uncharacterized protein 7.905709193 L4_control_C3 +LQ00X036430 Putative uncharacterized protein 7.463784175 L4_chemical_A1 +LQ00X036430 Putative uncharacterized protein 6.245462361 L4_chemical_A2 +LQ00X036430 Putative uncharacterized protein 6.380167134 L4_chemical_A3 +LQ00X036430 Putative uncharacterized protein 5.608367315 L4_chemical_B1 +LQ00X036430 Putative uncharacterized protein 5.450454325 L4_chemical_B2 +LQ00X036430 Putative uncharacterized protein 7.617562076 L4_chemical_B3 +LQ00X036430 Putative uncharacterized protein 6.137346633 L4_chemical_C2 +LQ00X036430 Putative uncharacterized protein 7.938853496 L4_chemical_C3 +LQ00X036440 Hypothetical protein 5.465719431 C6_control_A1 +LQ00X036440 Hypothetical protein 5.108480879 C6_control_A3 +LQ00X036440 Hypothetical protein 5.284259543 C6_control_B1 +LQ00X036440 Hypothetical protein 5.878535767 C6_control_B2 +LQ00X036440 Hypothetical protein 5.591105391 C6_control_B3 +LQ00X036440 Hypothetical protein 5.630168693 C6_control_C1 +LQ00X036440 Hypothetical protein 5.073031358 C6_control_C2 +LQ00X036440 Hypothetical protein 5.17669971 C6_control_C3 +LQ00X036440 Hypothetical protein 5.683306392 C6_chemical_A1 +LQ00X036440 Hypothetical protein 5.299409722 C6_chemical_A3 +LQ00X036440 Hypothetical protein 5.326001768 C6_chemical_B1 +LQ00X036440 Hypothetical protein 5.679189214 C6_chemical_B2 +LQ00X036440 Hypothetical protein 5.444220279 C6_chemical_B3 +LQ00X036440 Hypothetical protein 5.626396455 C6_chemical_C1 +LQ00X036440 Hypothetical protein 5.740890053 C6_chemical_C2 +LQ00X036440 Hypothetical protein 5.335303571 C6_chemical_C3 +LQ00X036440 Hypothetical protein 5.394398296 L4_control_A1 +LQ00X036440 Hypothetical protein 5.308701905 L4_control_A2 +LQ00X036440 Hypothetical protein 5.260471306 L4_control_A3 +LQ00X036440 Hypothetical protein 5.596602852 L4_control_B1 +LQ00X036440 Hypothetical protein 5.274403345 L4_control_B2 +LQ00X036440 Hypothetical protein 5.645074336 L4_control_B3 +LQ00X036440 Hypothetical protein 5.035425106 L4_control_C2 +LQ00X036440 Hypothetical protein 5.616421501 L4_control_C3 +LQ00X036440 Hypothetical protein 5.139236362 L4_chemical_A1 +LQ00X036440 Hypothetical protein 5.444173313 L4_chemical_A2 +LQ00X036440 Hypothetical protein 5.442790778 L4_chemical_A3 +LQ00X036440 Hypothetical protein 5.678139848 L4_chemical_B1 +LQ00X036440 Hypothetical protein 5.152683709 L4_chemical_B2 +LQ00X036440 Hypothetical protein 5.486851122 L4_chemical_B3 +LQ00X036440 Hypothetical protein 5.312629735 L4_chemical_C2 +LQ00X036440 Hypothetical protein 5.204123482 L4_chemical_C3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.84290734 C6_control_A1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.49365182 C6_control_A3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.64867877 C6_control_B1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.15742708 C6_control_B2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.16267023 C6_control_B3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.08855614 C6_control_C1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.76620469 C6_control_C2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.3375153 C6_control_C3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.80983921 C6_chemical_A1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.80418514 C6_chemical_A3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.25266665 C6_chemical_B1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.8590266 C6_chemical_B2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.56268783 C6_chemical_B3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 12.05573194 C6_chemical_C1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.61112852 C6_chemical_C2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.42919638 C6_chemical_C3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.5952939 L4_control_A1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.53097987 L4_control_A2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.25411845 L4_control_A3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.07269697 L4_control_B1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 9.925586113 L4_control_B2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.5871924 L4_control_B3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 9.996547088 L4_control_C2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 8.896358594 L4_control_C3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.53013444 L4_chemical_A1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.63396502 L4_chemical_A2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.45506751 L4_chemical_A3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.48440685 L4_chemical_B1 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.52310493 L4_chemical_B2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.49603864 L4_chemical_B3 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 10.60852523 L4_chemical_C2 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 9.69554934 L4_chemical_C3 +LQ00X036660 Nodulin-21 5.746663695 C6_control_A1 +LQ00X036660 Nodulin-21 5.521691105 C6_control_A3 +LQ00X036660 Nodulin-21 5.652361976 C6_control_B1 +LQ00X036660 Nodulin-21 5.527798835 C6_control_B2 +LQ00X036660 Nodulin-21 6.56484282 C6_control_B3 +LQ00X036660 Nodulin-21 5.61406501 C6_control_C1 +LQ00X036660 Nodulin-21 5.161385781 C6_control_C2 +LQ00X036660 Nodulin-21 5.53761184 C6_control_C3 +LQ00X036660 Nodulin-21 5.518168937 C6_chemical_A1 +LQ00X036660 Nodulin-21 5.138819035 C6_chemical_A3 +LQ00X036660 Nodulin-21 5.720127211 C6_chemical_B1 +LQ00X036660 Nodulin-21 5.380585093 C6_chemical_B2 +LQ00X036660 Nodulin-21 6.260903914 C6_chemical_B3 +LQ00X036660 Nodulin-21 5.579148352 C6_chemical_C1 +LQ00X036660 Nodulin-21 5.22234903 C6_chemical_C2 +LQ00X036660 Nodulin-21 5.502376444 C6_chemical_C3 +LQ00X036660 Nodulin-21 5.805571191 L4_control_A1 +LQ00X036660 Nodulin-21 6.162728834 L4_control_A2 +LQ00X036660 Nodulin-21 6.039936523 L4_control_A3 +LQ00X036660 Nodulin-21 6.007891952 L4_control_B1 +LQ00X036660 Nodulin-21 6.123100404 L4_control_B2 +LQ00X036660 Nodulin-21 6.71288354 L4_control_B3 +LQ00X036660 Nodulin-21 5.223875918 L4_control_C2 +LQ00X036660 Nodulin-21 5.234297619 L4_control_C3 +LQ00X036660 Nodulin-21 5.848620851 L4_chemical_A1 +LQ00X036660 Nodulin-21 5.798546451 L4_chemical_A2 +LQ00X036660 Nodulin-21 6.046581349 L4_chemical_A3 +LQ00X036660 Nodulin-21 6.026108672 L4_chemical_B1 +LQ00X036660 Nodulin-21 6.372129798 L4_chemical_B2 +LQ00X036660 Nodulin-21 6.834698343 L4_chemical_B3 +LQ00X036660 Nodulin-21 5.456955048 L4_chemical_C2 +LQ00X036660 Nodulin-21 5.611555172 L4_chemical_C3 +LQ00X036690 Putative Protein FAM188A 6.765476366 C6_control_A1 +LQ00X036690 Putative Protein FAM188A 7.041318494 C6_control_A3 +LQ00X036690 Putative Protein FAM188A 7.105973587 C6_control_B1 +LQ00X036690 Putative Protein FAM188A 6.596365411 C6_control_B2 +LQ00X036690 Putative Protein FAM188A 6.866266707 C6_control_B3 +LQ00X036690 Putative Protein FAM188A 6.105340855 C6_control_C1 +LQ00X036690 Putative Protein FAM188A 7.283652589 C6_control_C2 +LQ00X036690 Putative Protein FAM188A 6.743730303 C6_control_C3 +LQ00X036690 Putative Protein FAM188A 6.512494105 C6_chemical_A1 +LQ00X036690 Putative Protein FAM188A 6.621834654 C6_chemical_A3 +LQ00X036690 Putative Protein FAM188A 7.721219951 C6_chemical_B1 +LQ00X036690 Putative Protein FAM188A 6.985327692 C6_chemical_B2 +LQ00X036690 Putative Protein FAM188A 6.688511319 C6_chemical_B3 +LQ00X036690 Putative Protein FAM188A 6.751015044 C6_chemical_C1 +LQ00X036690 Putative Protein FAM188A 6.623097239 C6_chemical_C2 +LQ00X036690 Putative Protein FAM188A 6.438767941 C6_chemical_C3 +LQ00X036690 Putative Protein FAM188A 6.494369756 L4_control_A1 +LQ00X036690 Putative Protein FAM188A 6.850593099 L4_control_A2 +LQ00X036690 Putative Protein FAM188A 6.424578553 L4_control_A3 +LQ00X036690 Putative Protein FAM188A 6.089802215 L4_control_B1 +LQ00X036690 Putative Protein FAM188A 6.533078466 L4_control_B2 +LQ00X036690 Putative Protein FAM188A 6.697003295 L4_control_B3 +LQ00X036690 Putative Protein FAM188A 6.582903419 L4_control_C2 +LQ00X036690 Putative Protein FAM188A 6.653641056 L4_control_C3 +LQ00X036690 Putative Protein FAM188A 6.430928276 L4_chemical_A1 +LQ00X036690 Putative Protein FAM188A 6.758632207 L4_chemical_A2 +LQ00X036690 Putative Protein FAM188A 6.173926191 L4_chemical_A3 +LQ00X036690 Putative Protein FAM188A 7.461440122 L4_chemical_B1 +LQ00X036690 Putative Protein FAM188A 6.926346986 L4_chemical_B2 +LQ00X036690 Putative Protein FAM188A 6.492219137 L4_chemical_B3 +LQ00X036690 Putative Protein FAM188A 7.554017379 L4_chemical_C2 +LQ00X036690 Putative Protein FAM188A 6.601041852 L4_chemical_C3 +LQ00X036700 Hypothetical protein 5.682090802 C6_control_A1 +LQ00X036700 Hypothetical protein 6.499588608 C6_control_A3 +LQ00X036700 Hypothetical protein 5.105309393 C6_control_B1 +LQ00X036700 Hypothetical protein 5.936743024 C6_control_B2 +LQ00X036700 Hypothetical protein 5.653473237 C6_control_B3 +LQ00X036700 Hypothetical protein 4.97934575 C6_control_C1 +LQ00X036700 Hypothetical protein 4.907849158 C6_control_C2 +LQ00X036700 Hypothetical protein 4.818242904 C6_control_C3 +LQ00X036700 Hypothetical protein 5.687792293 C6_chemical_A1 +LQ00X036700 Hypothetical protein 5.965685563 C6_chemical_A3 +LQ00X036700 Hypothetical protein 5.231055544 C6_chemical_B1 +LQ00X036700 Hypothetical protein 5.57465511 C6_chemical_B2 +LQ00X036700 Hypothetical protein 5.392168344 C6_chemical_B3 +LQ00X036700 Hypothetical protein 4.834081671 C6_chemical_C1 +LQ00X036700 Hypothetical protein 4.565351622 C6_chemical_C2 +LQ00X036700 Hypothetical protein 4.65011464 C6_chemical_C3 +LQ00X036700 Hypothetical protein 4.986058858 L4_control_A1 +LQ00X036700 Hypothetical protein 4.962888012 L4_control_A2 +LQ00X036700 Hypothetical protein 5.053966899 L4_control_A3 +LQ00X036700 Hypothetical protein 5.035625565 L4_control_B1 +LQ00X036700 Hypothetical protein 4.976889496 L4_control_B2 +LQ00X036700 Hypothetical protein 5.015601532 L4_control_B3 +LQ00X036700 Hypothetical protein 5.521314558 L4_control_C2 +LQ00X036700 Hypothetical protein 4.773319279 L4_control_C3 +LQ00X036700 Hypothetical protein 4.833902048 L4_chemical_A1 +LQ00X036700 Hypothetical protein 4.992830857 L4_chemical_A2 +LQ00X036700 Hypothetical protein 4.98935036 L4_chemical_A3 +LQ00X036700 Hypothetical protein 4.599469094 L4_chemical_B1 +LQ00X036700 Hypothetical protein 4.953843476 L4_chemical_B2 +LQ00X036700 Hypothetical protein 4.906717557 L4_chemical_B3 +LQ00X036700 Hypothetical protein 5.1258456 L4_chemical_C2 +LQ00X036700 Hypothetical protein 4.861897474 L4_chemical_C3 +LQ00X037020 Metalloendoproteinase 1 7.362106051 C6_control_A1 +LQ00X037020 Metalloendoproteinase 1 7.371021553 C6_control_A3 +LQ00X037020 Metalloendoproteinase 1 8.307455804 C6_control_B1 +LQ00X037020 Metalloendoproteinase 1 7.671246252 C6_control_B2 +LQ00X037020 Metalloendoproteinase 1 8.403344296 C6_control_B3 +LQ00X037020 Metalloendoproteinase 1 6.64940003 C6_control_C1 +LQ00X037020 Metalloendoproteinase 1 6.405534595 C6_control_C2 +LQ00X037020 Metalloendoproteinase 1 6.767566054 C6_control_C3 +LQ00X037020 Metalloendoproteinase 1 7.248603219 C6_chemical_A1 +LQ00X037020 Metalloendoproteinase 1 7.684372245 C6_chemical_A3 +LQ00X037020 Metalloendoproteinase 1 8.225880707 C6_chemical_B1 +LQ00X037020 Metalloendoproteinase 1 7.528912282 C6_chemical_B2 +LQ00X037020 Metalloendoproteinase 1 8.572575999 C6_chemical_B3 +LQ00X037020 Metalloendoproteinase 1 6.502986257 C6_chemical_C1 +LQ00X037020 Metalloendoproteinase 1 6.92914294 C6_chemical_C2 +LQ00X037020 Metalloendoproteinase 1 7.069696232 C6_chemical_C3 +LQ00X037020 Metalloendoproteinase 1 7.155106559 L4_control_A1 +LQ00X037020 Metalloendoproteinase 1 7.586484142 L4_control_A2 +LQ00X037020 Metalloendoproteinase 1 7.771667834 L4_control_A3 +LQ00X037020 Metalloendoproteinase 1 7.856750147 L4_control_B1 +LQ00X037020 Metalloendoproteinase 1 8.385000738 L4_control_B2 +LQ00X037020 Metalloendoproteinase 1 7.599656186 L4_control_B3 +LQ00X037020 Metalloendoproteinase 1 7.429997587 L4_control_C2 +LQ00X037020 Metalloendoproteinase 1 7.419762389 L4_control_C3 +LQ00X037020 Metalloendoproteinase 1 7.012610472 L4_chemical_A1 +LQ00X037020 Metalloendoproteinase 1 7.355045471 L4_chemical_A2 +LQ00X037020 Metalloendoproteinase 1 8.839488188 L4_chemical_A3 +LQ00X037020 Metalloendoproteinase 1 8.598191669 L4_chemical_B1 +LQ00X037020 Metalloendoproteinase 1 8.421184085 L4_chemical_B2 +LQ00X037020 Metalloendoproteinase 1 7.348835774 L4_chemical_B3 +LQ00X037020 Metalloendoproteinase 1 7.155377413 L4_chemical_C2 +LQ00X037020 Metalloendoproteinase 1 8.390352352 L4_chemical_C3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 9.051587486 C6_control_A1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 10.08859995 C6_control_A3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 8.217657188 C6_control_B1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.737453649 C6_control_B2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 7.124116406 C6_control_B3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.500997227 C6_control_C1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.847007668 C6_control_C2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.071252025 C6_control_C3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 9.574668701 C6_chemical_A1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 9.416129729 C6_chemical_A3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 7.962377305 C6_chemical_B1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.905938663 C6_chemical_B2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 7.096681836 C6_chemical_B3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.615677544 C6_chemical_C1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.874296166 C6_chemical_C2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.725482951 C6_chemical_C3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 8.236320076 L4_control_A1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 7.576555263 L4_control_A2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.887045317 L4_control_A3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.899611003 L4_control_B1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.507710635 L4_control_B2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.346442406 L4_control_B3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.051232002 L4_control_C2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.544970987 L4_control_C3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 7.872450744 L4_chemical_A1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.955994095 L4_chemical_A2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 7.67503184 L4_chemical_A3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.9861873 L4_chemical_B1 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 6.661475582 L4_chemical_B2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 7.120737834 L4_chemical_B3 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.85780326 L4_chemical_C2 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 5.564954693 L4_chemical_C3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.522878031 C6_control_A1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.513530549 C6_control_A3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.11757006 C6_control_B1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.032547911 C6_control_B2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.927161569 C6_control_B3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.13282738 C6_control_C1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.98238362 C6_control_C2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.72017966 C6_control_C3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.76204754 C6_chemical_A1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.831270043 C6_chemical_A3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.777564897 C6_chemical_B1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.366046713 C6_chemical_B2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.386413747 C6_chemical_B3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.98819184 C6_chemical_C1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.71190359 C6_chemical_C2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.22048009 C6_chemical_C3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.477259245 L4_control_A1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.805977873 L4_control_A2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.704254488 L4_control_A3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.005669291 L4_control_B1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.26896823 L4_control_B2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.227860538 L4_control_B3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.687965849 L4_control_C2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.170108223 L4_control_C3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.236194513 L4_chemical_A1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.181902026 L4_chemical_A2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.461723556 L4_chemical_A3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.813074278 L4_chemical_B1 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.704309473 L4_chemical_B2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.059219566 L4_chemical_B3 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.629724901 L4_chemical_C2 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.5991863 L4_chemical_C3 +LQ00X037090 Putative uncharacterized protein 11.91406234 C6_control_A1 +LQ00X037090 Putative uncharacterized protein 11.82767665 C6_control_A3 +LQ00X037090 Putative uncharacterized protein 12.66874021 C6_control_B1 +LQ00X037090 Putative uncharacterized protein 11.69482159 C6_control_B2 +LQ00X037090 Putative uncharacterized protein 12.89852952 C6_control_B3 +LQ00X037090 Putative uncharacterized protein 11.93240414 C6_control_C1 +LQ00X037090 Putative uncharacterized protein 11.40042191 C6_control_C2 +LQ00X037090 Putative uncharacterized protein 11.79118405 C6_control_C3 +LQ00X037090 Putative uncharacterized protein 12.29681925 C6_chemical_A1 +LQ00X037090 Putative uncharacterized protein 12.12430987 C6_chemical_A3 +LQ00X037090 Putative uncharacterized protein 12.94448743 C6_chemical_B1 +LQ00X037090 Putative uncharacterized protein 12.08487957 C6_chemical_B2 +LQ00X037090 Putative uncharacterized protein 13.0986263 C6_chemical_B3 +LQ00X037090 Putative uncharacterized protein 11.90667279 C6_chemical_C1 +LQ00X037090 Putative uncharacterized protein 11.67418079 C6_chemical_C2 +LQ00X037090 Putative uncharacterized protein 11.9484097 C6_chemical_C3 +LQ00X037090 Putative uncharacterized protein 11.79875754 L4_control_A1 +LQ00X037090 Putative uncharacterized protein 11.66619811 L4_control_A2 +LQ00X037090 Putative uncharacterized protein 11.71286676 L4_control_A3 +LQ00X037090 Putative uncharacterized protein 12.64112444 L4_control_B1 +LQ00X037090 Putative uncharacterized protein 12.87441253 L4_control_B2 +LQ00X037090 Putative uncharacterized protein 12.63724718 L4_control_B3 +LQ00X037090 Putative uncharacterized protein 12.82136589 L4_control_C2 +LQ00X037090 Putative uncharacterized protein 12.65170389 L4_control_C3 +LQ00X037090 Putative uncharacterized protein 11.63636885 L4_chemical_A1 +LQ00X037090 Putative uncharacterized protein 11.90337885 L4_chemical_A2 +LQ00X037090 Putative uncharacterized protein 11.59433433 L4_chemical_A3 +LQ00X037090 Putative uncharacterized protein 12.44642331 L4_chemical_B1 +LQ00X037090 Putative uncharacterized protein 12.64859878 L4_chemical_B2 +LQ00X037090 Putative uncharacterized protein 12.52922682 L4_chemical_B3 +LQ00X037090 Putative uncharacterized protein 12.64035889 L4_chemical_C2 +LQ00X037090 Putative uncharacterized protein 12.49163689 L4_chemical_C3 +LQ00X037140 Two-component response regulator ARR4 5.16871422 C6_control_A1 +LQ00X037140 Two-component response regulator ARR4 4.999038533 C6_control_A3 +LQ00X037140 Two-component response regulator ARR4 5.426988213 C6_control_B1 +LQ00X037140 Two-component response regulator ARR4 5.611104892 C6_control_B2 +LQ00X037140 Two-component response regulator ARR4 4.966603684 C6_control_B3 +LQ00X037140 Two-component response regulator ARR4 5.353121742 C6_control_C1 +LQ00X037140 Two-component response regulator ARR4 5.739818 C6_control_C2 +LQ00X037140 Two-component response regulator ARR4 5.425772173 C6_control_C3 +LQ00X037140 Two-component response regulator ARR4 5.2895819 C6_chemical_A1 +LQ00X037140 Two-component response regulator ARR4 5.041061196 C6_chemical_A3 +LQ00X037140 Two-component response regulator ARR4 5.098722461 C6_chemical_B1 +LQ00X037140 Two-component response regulator ARR4 5.615984369 C6_chemical_B2 +LQ00X037140 Two-component response regulator ARR4 4.930759064 C6_chemical_B3 +LQ00X037140 Two-component response regulator ARR4 5.409485281 C6_chemical_C1 +LQ00X037140 Two-component response regulator ARR4 5.511449564 C6_chemical_C2 +LQ00X037140 Two-component response regulator ARR4 5.306761208 C6_chemical_C3 +LQ00X037140 Two-component response regulator ARR4 5.075225461 L4_control_A1 +LQ00X037140 Two-component response regulator ARR4 5.628996473 L4_control_A2 +LQ00X037140 Two-component response regulator ARR4 5.086886566 L4_control_A3 +LQ00X037140 Two-component response regulator ARR4 5.967845271 L4_control_B1 +LQ00X037140 Two-component response regulator ARR4 5.527809773 L4_control_B2 +LQ00X037140 Two-component response regulator ARR4 5.344677444 L4_control_B3 +LQ00X037140 Two-component response regulator ARR4 5.664938787 L4_control_C2 +LQ00X037140 Two-component response regulator ARR4 4.684346505 L4_control_C3 +LQ00X037140 Two-component response regulator ARR4 5.074883645 L4_chemical_A1 +LQ00X037140 Two-component response regulator ARR4 5.566829072 L4_chemical_A2 +LQ00X037140 Two-component response regulator ARR4 5.254862312 L4_chemical_A3 +LQ00X037140 Two-component response regulator ARR4 5.298060778 L4_chemical_B1 +LQ00X037140 Two-component response regulator ARR4 5.499231133 L4_chemical_B2 +LQ00X037140 Two-component response regulator ARR4 4.957897329 L4_chemical_B3 +LQ00X037140 Two-component response regulator ARR4 5.10661782 L4_chemical_C2 +LQ00X037140 Two-component response regulator ARR4 4.948010978 L4_chemical_C3 +LQ00X037170 Predicted protein 11.18857274 C6_control_A1 +LQ00X037170 Predicted protein 10.26905933 C6_control_A3 +LQ00X037170 Predicted protein 11.02171866 C6_control_B1 +LQ00X037170 Predicted protein 11.1292376 C6_control_B2 +LQ00X037170 Predicted protein 11.00718365 C6_control_B3 +LQ00X037170 Predicted protein 10.48118829 C6_control_C1 +LQ00X037170 Predicted protein 10.81040699 C6_control_C2 +LQ00X037170 Predicted protein 10.49542587 C6_control_C3 +LQ00X037170 Predicted protein 11.16731807 C6_chemical_A1 +LQ00X037170 Predicted protein 10.52693104 C6_chemical_A3 +LQ00X037170 Predicted protein 11.14255066 C6_chemical_B1 +LQ00X037170 Predicted protein 11.3788305 C6_chemical_B2 +LQ00X037170 Predicted protein 10.8911361 C6_chemical_B3 +LQ00X037170 Predicted protein 10.34053633 C6_chemical_C1 +LQ00X037170 Predicted protein 10.47973746 C6_chemical_C2 +LQ00X037170 Predicted protein 10.5394179 C6_chemical_C3 +LQ00X037170 Predicted protein 10.63038861 L4_control_A1 +LQ00X037170 Predicted protein 10.63683887 L4_control_A2 +LQ00X037170 Predicted protein 10.13236679 L4_control_A3 +LQ00X037170 Predicted protein 10.45780998 L4_control_B1 +LQ00X037170 Predicted protein 11.03910802 L4_control_B2 +LQ00X037170 Predicted protein 10.81533986 L4_control_B3 +LQ00X037170 Predicted protein 9.811644443 L4_control_C2 +LQ00X037170 Predicted protein 9.894103926 L4_control_C3 +LQ00X037170 Predicted protein 10.47222481 L4_chemical_A1 +LQ00X037170 Predicted protein 10.33202349 L4_chemical_A2 +LQ00X037170 Predicted protein 10.21591702 L4_chemical_A3 +LQ00X037170 Predicted protein 10.20432452 L4_chemical_B1 +LQ00X037170 Predicted protein 10.08090082 L4_chemical_B2 +LQ00X037170 Predicted protein 10.80811951 L4_chemical_B3 +LQ00X037170 Predicted protein 9.049570045 L4_chemical_C2 +LQ00X037170 Predicted protein 9.896166826 L4_chemical_C3 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.8343786 C6_control_A1 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.99577872 C6_control_A3 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.45237805 C6_control_B1 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.82216543 C6_control_B2 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.44696806 C6_control_B3 +LQ00X037190 Probable galacturonosyltransferase-like 9 10.51757636 C6_control_C1 +LQ00X037190 Probable galacturonosyltransferase-like 9 10.64842353 C6_control_C2 +LQ00X037190 Probable galacturonosyltransferase-like 9 10.70187939 C6_control_C3 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.53125226 C6_chemical_A1 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.52194795 C6_chemical_A3 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.21650612 C6_chemical_B1 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.97855542 C6_chemical_B2 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.0896196 C6_chemical_B3 +LQ00X037190 Probable galacturonosyltransferase-like 9 10.73712446 C6_chemical_C1 +LQ00X037190 Probable galacturonosyltransferase-like 9 10.66522035 C6_chemical_C2 +LQ00X037190 Probable galacturonosyltransferase-like 9 10.69662858 C6_chemical_C3 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.98843326 L4_control_A1 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.69285116 L4_control_A2 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.21858411 L4_control_A3 +LQ00X037190 Probable galacturonosyltransferase-like 9 13.0475265 L4_control_B1 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.69515579 L4_control_B2 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.48588955 L4_control_B3 +LQ00X037190 Probable galacturonosyltransferase-like 9 9.038314445 L4_control_C2 +LQ00X037190 Probable galacturonosyltransferase-like 9 9.126190737 L4_control_C3 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.63310249 L4_chemical_A1 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.94435594 L4_chemical_A2 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.982741 L4_chemical_A3 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.00875663 L4_chemical_B1 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.47646272 L4_chemical_B2 +LQ00X037190 Probable galacturonosyltransferase-like 9 12.64320854 L4_chemical_B3 +LQ00X037190 Probable galacturonosyltransferase-like 9 9.830364982 L4_chemical_C2 +LQ00X037190 Probable galacturonosyltransferase-like 9 9.203606977 L4_chemical_C3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 14.00949858 C6_control_A1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.74740683 C6_control_A3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.51046385 C6_control_B1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 14.30894614 C6_control_B2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.48054703 C6_control_B3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.87178565 C6_control_C1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.86394439 C6_control_C2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.94125237 C6_control_C3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.74492243 C6_chemical_A1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.30860852 C6_chemical_A3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.22535065 C6_chemical_B1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 14.03562989 C6_chemical_B2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.41767495 C6_chemical_B3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 14.03749161 C6_chemical_C1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.95137523 C6_chemical_C2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.73410424 C6_chemical_C3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 14.12810004 L4_control_A1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 14.10144392 L4_control_A2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.35149708 L4_control_A3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.01993996 L4_control_B1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.10190674 L4_control_B2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.59992186 L4_control_B3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.03217518 L4_control_C2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 12.79884951 L4_control_C3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.35641243 L4_chemical_A1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.46840788 L4_chemical_A2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.5291784 L4_chemical_A3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.03254012 L4_chemical_B1 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 12.9787552 L4_chemical_B2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.26096709 L4_chemical_B3 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 12.80134138 L4_chemical_C2 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 12.70575531 L4_chemical_C3 +LQ00X037220 Paired amphipathic helix protein Sin3 11.27895531 C6_control_A1 +LQ00X037220 Paired amphipathic helix protein Sin3 13.05448722 C6_control_A3 +LQ00X037220 Paired amphipathic helix protein Sin3 10.79106772 C6_control_B1 +LQ00X037220 Paired amphipathic helix protein Sin3 10.90817961 C6_control_B2 +LQ00X037220 Paired amphipathic helix protein Sin3 11.78685041 C6_control_B3 +LQ00X037220 Paired amphipathic helix protein Sin3 10.72001901 C6_control_C1 +LQ00X037220 Paired amphipathic helix protein Sin3 13.52347018 C6_control_C2 +LQ00X037220 Paired amphipathic helix protein Sin3 11.75177844 C6_control_C3 +LQ00X037220 Paired amphipathic helix protein Sin3 12.66128277 C6_chemical_A1 +LQ00X037220 Paired amphipathic helix protein Sin3 10.93298437 C6_chemical_A3 +LQ00X037220 Paired amphipathic helix protein Sin3 12.44624716 C6_chemical_B1 +LQ00X037220 Paired amphipathic helix protein Sin3 12.61272126 C6_chemical_B2 +LQ00X037220 Paired amphipathic helix protein Sin3 12.95434206 C6_chemical_B3 +LQ00X037220 Paired amphipathic helix protein Sin3 13.11918041 C6_chemical_C1 +LQ00X037220 Paired amphipathic helix protein Sin3 12.98659658 C6_chemical_C2 +LQ00X037220 Paired amphipathic helix protein Sin3 13.48037104 C6_chemical_C3 +LQ00X037220 Paired amphipathic helix protein Sin3 12.71090858 L4_control_A1 +LQ00X037220 Paired amphipathic helix protein Sin3 12.75601667 L4_control_A2 +LQ00X037220 Paired amphipathic helix protein Sin3 12.41996775 L4_control_A3 +LQ00X037220 Paired amphipathic helix protein Sin3 12.76096711 L4_control_B1 +LQ00X037220 Paired amphipathic helix protein Sin3 10.96047228 L4_control_B2 +LQ00X037220 Paired amphipathic helix protein Sin3 12.74048573 L4_control_B3 +LQ00X037220 Paired amphipathic helix protein Sin3 12.8496493 L4_control_C2 +LQ00X037220 Paired amphipathic helix protein Sin3 12.80404033 L4_control_C3 +LQ00X037220 Paired amphipathic helix protein Sin3 12.45833244 L4_chemical_A1 +LQ00X037220 Paired amphipathic helix protein Sin3 12.88384966 L4_chemical_A2 +LQ00X037220 Paired amphipathic helix protein Sin3 13.17890663 L4_chemical_A3 +LQ00X037220 Paired amphipathic helix protein Sin3 12.45140004 L4_chemical_B1 +LQ00X037220 Paired amphipathic helix protein Sin3 12.34570022 L4_chemical_B2 +LQ00X037220 Paired amphipathic helix protein Sin3 12.58893854 L4_chemical_B3 +LQ00X037220 Paired amphipathic helix protein Sin3 12.7846227 L4_chemical_C2 +LQ00X037220 Paired amphipathic helix protein Sin3 12.56431444 L4_chemical_C3 +LQ00X037280 Methyl binding domain protein 5.024405454 C6_control_A1 +LQ00X037280 Methyl binding domain protein 4.661303747 C6_control_A3 +LQ00X037280 Methyl binding domain protein 5.84628623 C6_control_B1 +LQ00X037280 Methyl binding domain protein 4.879937791 C6_control_B2 +LQ00X037280 Methyl binding domain protein 5.293720798 C6_control_B3 +LQ00X037280 Methyl binding domain protein 4.980970496 C6_control_C1 +LQ00X037280 Methyl binding domain protein 4.612877209 C6_control_C2 +LQ00X037280 Methyl binding domain protein 4.66260527 C6_control_C3 +LQ00X037280 Methyl binding domain protein 5.009654004 C6_chemical_A1 +LQ00X037280 Methyl binding domain protein 4.984855638 C6_chemical_A3 +LQ00X037280 Methyl binding domain protein 6.463333491 C6_chemical_B1 +LQ00X037280 Methyl binding domain protein 4.961427127 C6_chemical_B2 +LQ00X037280 Methyl binding domain protein 5.746307495 C6_chemical_B3 +LQ00X037280 Methyl binding domain protein 4.742402218 C6_chemical_C1 +LQ00X037280 Methyl binding domain protein 4.753910134 C6_chemical_C2 +LQ00X037280 Methyl binding domain protein 5.009718882 C6_chemical_C3 +LQ00X037280 Methyl binding domain protein 5.040051248 L4_control_A1 +LQ00X037280 Methyl binding domain protein 5.140161269 L4_control_A2 +LQ00X037280 Methyl binding domain protein 4.917832687 L4_control_A3 +LQ00X037280 Methyl binding domain protein 5.105261245 L4_control_B1 +LQ00X037280 Methyl binding domain protein 5.352563964 L4_control_B2 +LQ00X037280 Methyl binding domain protein 5.430109941 L4_control_B3 +LQ00X037280 Methyl binding domain protein 5.627318618 L4_control_C2 +LQ00X037280 Methyl binding domain protein 4.731104615 L4_control_C3 +LQ00X037280 Methyl binding domain protein 5.408982547 L4_chemical_A1 +LQ00X037280 Methyl binding domain protein 4.891519536 L4_chemical_A2 +LQ00X037280 Methyl binding domain protein 4.772685595 L4_chemical_A3 +LQ00X037280 Methyl binding domain protein 5.259241193 L4_chemical_B1 +LQ00X037280 Methyl binding domain protein 5.138923264 L4_chemical_B2 +LQ00X037280 Methyl binding domain protein 5.208023486 L4_chemical_B3 +LQ00X037280 Methyl binding domain protein 4.843090869 L4_chemical_C2 +LQ00X037280 Methyl binding domain protein 5.967792325 L4_chemical_C3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.685975624 C6_control_A1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.446821818 C6_control_A3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.222678478 C6_control_B1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.510320183 C6_control_B2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.881484892 C6_control_B3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.01365112 C6_control_C1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.924826571 C6_control_C2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.102255934 C6_control_C3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.510785055 C6_chemical_A1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.444404131 C6_chemical_A3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.313757097 C6_chemical_B1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.450109469 C6_chemical_B2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 4.899936352 C6_chemical_B3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.754566176 C6_chemical_C1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.355897223 C6_chemical_C2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.212620747 C6_chemical_C3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.481140983 L4_control_A1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.661392851 L4_control_A2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 4.967781662 L4_control_A3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 4.857898224 L4_control_B1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.317764356 L4_control_B2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.418548861 L4_control_B3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.774118428 L4_control_C2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.22215117 L4_control_C3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.001202089 L4_chemical_A1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.471076996 L4_chemical_A2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.224071096 L4_chemical_A3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.420620912 L4_chemical_B1 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.432267031 L4_chemical_B2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.583895557 L4_chemical_B3 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.530075995 L4_chemical_C2 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.755029926 L4_chemical_C3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.51143298 C6_control_A1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.29231092 C6_control_A3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.69406777 C6_control_B1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.98358551 C6_control_B2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.75892448 C6_control_B3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 13.08884565 C6_control_C1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 13.10519095 C6_control_C2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 13.24126446 C6_control_C3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.43224139 C6_chemical_A1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.55397712 C6_chemical_A3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.67441229 C6_chemical_B1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.98446203 C6_chemical_B2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.84525209 C6_chemical_B3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 13.15988881 C6_chemical_C1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 13.01772821 C6_chemical_C2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 13.12974271 C6_chemical_C3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.50643049 L4_control_A1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.91521103 L4_control_A2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.20876733 L4_control_A3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.96003786 L4_control_B1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.4108323 L4_control_B2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.84254359 L4_control_B3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.79186798 L4_control_C2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.76743257 L4_control_C3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.76048461 L4_chemical_A1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 13.30268377 L4_chemical_A2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.45765587 L4_chemical_A3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.60129071 L4_chemical_B1 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.99740356 L4_chemical_B2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.79643848 L4_chemical_B3 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.84116762 L4_chemical_C2 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.6258082 L4_chemical_C3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.57078688 C6_control_A1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.55959346 C6_control_A3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.03533898 C6_control_B1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.20503735 C6_control_B2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 12.94216189 C6_control_B3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.48702554 C6_control_C1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.5367344 C6_control_C2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.47899551 C6_control_C3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.45869964 C6_chemical_A1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.09190984 C6_chemical_A3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 12.84919233 C6_chemical_B1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.04133688 C6_chemical_B2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.05210473 C6_chemical_B3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.57072672 C6_chemical_C1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.5944835 C6_chemical_C2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.41427559 C6_chemical_C3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.78753477 L4_control_A1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.49023544 L4_control_A2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.77346319 L4_control_A3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.24087066 L4_control_B1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 12.26342256 L4_control_B2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.21162239 L4_control_B3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.38638299 L4_control_C2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.55091631 L4_control_C3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.87871869 L4_chemical_A1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.52475773 L4_chemical_A2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.76037363 L4_chemical_A3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.53644678 L4_chemical_B1 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 12.93184376 L4_chemical_B2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.19486149 L4_chemical_B3 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.54079034 L4_chemical_C2 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.61941766 L4_chemical_C3 +LQ00X037620 Predicted protein 10.26474832 C6_control_A1 +LQ00X037620 Predicted protein 10.39186116 C6_control_A3 +LQ00X037620 Predicted protein 11.05394735 C6_control_B1 +LQ00X037620 Predicted protein 10.68706752 C6_control_B2 +LQ00X037620 Predicted protein 11.5739695 C6_control_B3 +LQ00X037620 Predicted protein 9.495156457 C6_control_C1 +LQ00X037620 Predicted protein 10.00756852 C6_control_C2 +LQ00X037620 Predicted protein 9.673517661 C6_control_C3 +LQ00X037620 Predicted protein 10.13588436 C6_chemical_A1 +LQ00X037620 Predicted protein 9.828083884 C6_chemical_A3 +LQ00X037620 Predicted protein 10.80422653 C6_chemical_B1 +LQ00X037620 Predicted protein 10.25718342 C6_chemical_B2 +LQ00X037620 Predicted protein 10.71456455 C6_chemical_B3 +LQ00X037620 Predicted protein 8.915083675 C6_chemical_C1 +LQ00X037620 Predicted protein 9.631995019 C6_chemical_C2 +LQ00X037620 Predicted protein 9.361184445 C6_chemical_C3 +LQ00X037620 Predicted protein 9.523294112 L4_control_A1 +LQ00X037620 Predicted protein 10.63789356 L4_control_A2 +LQ00X037620 Predicted protein 9.895755696 L4_control_A3 +LQ00X037620 Predicted protein 10.41043362 L4_control_B1 +LQ00X037620 Predicted protein 10.59038517 L4_control_B2 +LQ00X037620 Predicted protein 9.178481338 L4_control_B3 +LQ00X037620 Predicted protein 8.912125296 L4_control_C2 +LQ00X037620 Predicted protein 8.828171502 L4_control_C3 +LQ00X037620 Predicted protein 8.505417051 L4_chemical_A1 +LQ00X037620 Predicted protein 9.794667156 L4_chemical_A2 +LQ00X037620 Predicted protein 9.382001114 L4_chemical_A3 +LQ00X037620 Predicted protein 10.45001059 L4_chemical_B1 +LQ00X037620 Predicted protein 10.31914545 L4_chemical_B2 +LQ00X037620 Predicted protein 10.1395145 L4_chemical_B3 +LQ00X037620 Predicted protein 8.316956351 L4_chemical_C2 +LQ00X037620 Predicted protein 9.528130882 L4_chemical_C3 +LQ00X037650 Hypothetical protein 5.105169075 C6_control_A1 +LQ00X037650 Hypothetical protein 5.11116492 C6_control_A3 +LQ00X037650 Hypothetical protein 5.016947073 C6_control_B1 +LQ00X037650 Hypothetical protein 4.848423615 C6_control_B2 +LQ00X037650 Hypothetical protein 5.389012819 C6_control_B3 +LQ00X037650 Hypothetical protein 5.061974765 C6_control_C1 +LQ00X037650 Hypothetical protein 4.988813621 C6_control_C2 +LQ00X037650 Hypothetical protein 5.017815684 C6_control_C3 +LQ00X037650 Hypothetical protein 5.314106577 C6_chemical_A1 +LQ00X037650 Hypothetical protein 4.936788021 C6_chemical_A3 +LQ00X037650 Hypothetical protein 5.376670589 C6_chemical_B1 +LQ00X037650 Hypothetical protein 4.958371206 C6_chemical_B2 +LQ00X037650 Hypothetical protein 5.578558601 C6_chemical_B3 +LQ00X037650 Hypothetical protein 4.74488161 C6_chemical_C1 +LQ00X037650 Hypothetical protein 5.239939667 C6_chemical_C2 +LQ00X037650 Hypothetical protein 4.632392161 C6_chemical_C3 +LQ00X037650 Hypothetical protein 5.265067588 L4_control_A1 +LQ00X037650 Hypothetical protein 4.932731182 L4_control_A2 +LQ00X037650 Hypothetical protein 5.272305029 L4_control_A3 +LQ00X037650 Hypothetical protein 5.285297787 L4_control_B1 +LQ00X037650 Hypothetical protein 5.056953312 L4_control_B2 +LQ00X037650 Hypothetical protein 5.074345257 L4_control_B3 +LQ00X037650 Hypothetical protein 5.033891102 L4_control_C2 +LQ00X037650 Hypothetical protein 5.515762462 L4_control_C3 +LQ00X037650 Hypothetical protein 5.131711408 L4_chemical_A1 +LQ00X037650 Hypothetical protein 4.799583056 L4_chemical_A2 +LQ00X037650 Hypothetical protein 5.25187876 L4_chemical_A3 +LQ00X037650 Hypothetical protein 5.194122476 L4_chemical_B1 +LQ00X037650 Hypothetical protein 5.305600015 L4_chemical_B2 +LQ00X037650 Hypothetical protein 5.352544009 L4_chemical_B3 +LQ00X037650 Hypothetical protein 4.993572209 L4_chemical_C2 +LQ00X037650 Hypothetical protein 4.761709517 L4_chemical_C3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.107322887 C6_control_A1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.462956829 C6_control_A3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.959935971 C6_control_B1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.343013937 C6_control_B2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.672500745 C6_control_B3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.307067342 C6_control_C1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.73313348 C6_control_C2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.053807627 C6_control_C3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.111955724 C6_chemical_A1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.373727025 C6_chemical_A3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.871700139 C6_chemical_B1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.564876213 C6_chemical_B2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.77436165 C6_chemical_B3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.384154551 C6_chemical_C1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.979494646 C6_chemical_C2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.14930308 C6_chemical_C3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.288649123 L4_control_A1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.992807816 L4_control_A2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.549741777 L4_control_A3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.980836249 L4_control_B1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.778912519 L4_control_B2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.290454272 L4_control_B3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.301846453 L4_control_C2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 6.120155113 L4_control_C3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.22859884 L4_chemical_A1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.269714548 L4_chemical_A2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.903018206 L4_chemical_A3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.232237049 L4_chemical_B1 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.699232383 L4_chemical_B2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.25733981 L4_chemical_B3 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 6.245408874 L4_chemical_C2 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.513191491 L4_chemical_C3 +LQ00X037760 40S ribosomal protein S21 14.26319521 C6_control_A1 +LQ00X037760 40S ribosomal protein S21 14.71043612 C6_control_A3 +LQ00X037760 40S ribosomal protein S21 14.43608877 C6_control_B1 +LQ00X037760 40S ribosomal protein S21 14.0087754 C6_control_B2 +LQ00X037760 40S ribosomal protein S21 14.02779122 C6_control_B3 +LQ00X037760 40S ribosomal protein S21 13.85853749 C6_control_C1 +LQ00X037760 40S ribosomal protein S21 13.50891428 C6_control_C2 +LQ00X037760 40S ribosomal protein S21 14.00015721 C6_control_C3 +LQ00X037760 40S ribosomal protein S21 14.00963172 C6_chemical_A1 +LQ00X037760 40S ribosomal protein S21 13.96762525 C6_chemical_A3 +LQ00X037760 40S ribosomal protein S21 13.9856306 C6_chemical_B1 +LQ00X037760 40S ribosomal protein S21 13.58056969 C6_chemical_B2 +LQ00X037760 40S ribosomal protein S21 13.63795514 C6_chemical_B3 +LQ00X037760 40S ribosomal protein S21 13.8293288 C6_chemical_C1 +LQ00X037760 40S ribosomal protein S21 13.65703625 C6_chemical_C2 +LQ00X037760 40S ribosomal protein S21 13.56274428 C6_chemical_C3 +LQ00X037760 40S ribosomal protein S21 14.08435424 L4_control_A1 +LQ00X037760 40S ribosomal protein S21 13.70594493 L4_control_A2 +LQ00X037760 40S ribosomal protein S21 13.50536909 L4_control_A3 +LQ00X037760 40S ribosomal protein S21 13.85834271 L4_control_B1 +LQ00X037760 40S ribosomal protein S21 12.76773465 L4_control_B2 +LQ00X037760 40S ribosomal protein S21 13.70014555 L4_control_B3 +LQ00X037760 40S ribosomal protein S21 13.72160338 L4_control_C2 +LQ00X037760 40S ribosomal protein S21 13.53823651 L4_control_C3 +LQ00X037760 40S ribosomal protein S21 13.99333553 L4_chemical_A1 +LQ00X037760 40S ribosomal protein S21 13.08261336 L4_chemical_A2 +LQ00X037760 40S ribosomal protein S21 13.50903776 L4_chemical_A3 +LQ00X037760 40S ribosomal protein S21 14.00064581 L4_chemical_B1 +LQ00X037760 40S ribosomal protein S21 13.32064428 L4_chemical_B2 +LQ00X037760 40S ribosomal protein S21 13.98045764 L4_chemical_B3 +LQ00X037760 40S ribosomal protein S21 13.82662409 L4_chemical_C2 +LQ00X037760 40S ribosomal protein S21 13.5986513 L4_chemical_C3 +LQ00X037900 Putative Predicted protein 5.216162315 C6_control_A1 +LQ00X037900 Putative Predicted protein 5.90091579 C6_control_A3 +LQ00X037900 Putative Predicted protein 5.159080964 C6_control_B1 +LQ00X037900 Putative Predicted protein 5.487451404 C6_control_B2 +LQ00X037900 Putative Predicted protein 4.978846009 C6_control_B3 +LQ00X037900 Putative Predicted protein 5.185773428 C6_control_C1 +LQ00X037900 Putative Predicted protein 6.298976641 C6_control_C2 +LQ00X037900 Putative Predicted protein 4.888228502 C6_control_C3 +LQ00X037900 Putative Predicted protein 5.376824657 C6_chemical_A1 +LQ00X037900 Putative Predicted protein 4.959454642 C6_chemical_A3 +LQ00X037900 Putative Predicted protein 4.901841817 C6_chemical_B1 +LQ00X037900 Putative Predicted protein 5.680151346 C6_chemical_B2 +LQ00X037900 Putative Predicted protein 4.896779841 C6_chemical_B3 +LQ00X037900 Putative Predicted protein 5.139721268 C6_chemical_C1 +LQ00X037900 Putative Predicted protein 5.45001594 C6_chemical_C2 +LQ00X037900 Putative Predicted protein 5.349226519 C6_chemical_C3 +LQ00X037900 Putative Predicted protein 5.266092321 L4_control_A1 +LQ00X037900 Putative Predicted protein 5.433220049 L4_control_A2 +LQ00X037900 Putative Predicted protein 5.430733544 L4_control_A3 +LQ00X037900 Putative Predicted protein 5.447727256 L4_control_B1 +LQ00X037900 Putative Predicted protein 5.413186691 L4_control_B2 +LQ00X037900 Putative Predicted protein 5.327660844 L4_control_B3 +LQ00X037900 Putative Predicted protein 5.390787434 L4_control_C2 +LQ00X037900 Putative Predicted protein 5.254312228 L4_control_C3 +LQ00X037900 Putative Predicted protein 5.572309155 L4_chemical_A1 +LQ00X037900 Putative Predicted protein 5.851253187 L4_chemical_A2 +LQ00X037900 Putative Predicted protein 5.333064537 L4_chemical_A3 +LQ00X037900 Putative Predicted protein 5.473393997 L4_chemical_B1 +LQ00X037900 Putative Predicted protein 5.298469992 L4_chemical_B2 +LQ00X037900 Putative Predicted protein 5.507937319 L4_chemical_B3 +LQ00X037900 Putative Predicted protein 5.321715769 L4_chemical_C2 +LQ00X037900 Putative Predicted protein 5.2196391 L4_chemical_C3 +LQ00X037930 Hypothetical protein 10.27682336 C6_control_A1 +LQ00X037930 Hypothetical protein 10.55797045 C6_control_A3 +LQ00X037930 Hypothetical protein 9.985259048 C6_control_B1 +LQ00X037930 Hypothetical protein 10.76128558 C6_control_B2 +LQ00X037930 Hypothetical protein 10.01727005 C6_control_B3 +LQ00X037930 Hypothetical protein 11.24601022 C6_control_C1 +LQ00X037930 Hypothetical protein 11.91559253 C6_control_C2 +LQ00X037930 Hypothetical protein 11.56960824 C6_control_C3 +LQ00X037930 Hypothetical protein 10.3818633 C6_chemical_A1 +LQ00X037930 Hypothetical protein 10.55793371 C6_chemical_A3 +LQ00X037930 Hypothetical protein 10.2324235 C6_chemical_B1 +LQ00X037930 Hypothetical protein 11.53087057 C6_chemical_B2 +LQ00X037930 Hypothetical protein 10.28749726 C6_chemical_B3 +LQ00X037930 Hypothetical protein 11.72581976 C6_chemical_C1 +LQ00X037930 Hypothetical protein 11.75394029 C6_chemical_C2 +LQ00X037930 Hypothetical protein 11.87842764 C6_chemical_C3 +LQ00X037930 Hypothetical protein 10.14882961 L4_control_A1 +LQ00X037930 Hypothetical protein 8.94704542 L4_control_A2 +LQ00X037930 Hypothetical protein 8.541881475 L4_control_A3 +LQ00X037930 Hypothetical protein 9.016460467 L4_control_B1 +LQ00X037930 Hypothetical protein 8.444839216 L4_control_B2 +LQ00X037930 Hypothetical protein 10.10341708 L4_control_B3 +LQ00X037930 Hypothetical protein 10.14121986 L4_control_C2 +LQ00X037930 Hypothetical protein 10.39598386 L4_control_C3 +LQ00X037930 Hypothetical protein 9.892161865 L4_chemical_A1 +LQ00X037930 Hypothetical protein 9.031718007 L4_chemical_A2 +LQ00X037930 Hypothetical protein 9.13963887 L4_chemical_A3 +LQ00X037930 Hypothetical protein 9.239933308 L4_chemical_B1 +LQ00X037930 Hypothetical protein 8.7688487 L4_chemical_B2 +LQ00X037930 Hypothetical protein 9.927222221 L4_chemical_B3 +LQ00X037930 Hypothetical protein 9.889591234 L4_chemical_C2 +LQ00X037930 Hypothetical protein 10.36836779 L4_chemical_C3 +LQ00X038010 Putative Protein of unknown function DUF573 7.934326781 C6_control_A1 +LQ00X038010 Putative Protein of unknown function DUF573 7.8445309 C6_control_A3 +LQ00X038010 Putative Protein of unknown function DUF573 8.464524477 C6_control_B1 +LQ00X038010 Putative Protein of unknown function DUF573 8.166313121 C6_control_B2 +LQ00X038010 Putative Protein of unknown function DUF573 8.970911779 C6_control_B3 +LQ00X038010 Putative Protein of unknown function DUF573 8.102967671 C6_control_C1 +LQ00X038010 Putative Protein of unknown function DUF573 8.939008342 C6_control_C2 +LQ00X038010 Putative Protein of unknown function DUF573 9.321383181 C6_control_C3 +LQ00X038010 Putative Protein of unknown function DUF573 7.48505453 C6_chemical_A1 +LQ00X038010 Putative Protein of unknown function DUF573 7.829232179 C6_chemical_A3 +LQ00X038010 Putative Protein of unknown function DUF573 8.373575488 C6_chemical_B1 +LQ00X038010 Putative Protein of unknown function DUF573 8.099286096 C6_chemical_B2 +LQ00X038010 Putative Protein of unknown function DUF573 8.126246943 C6_chemical_B3 +LQ00X038010 Putative Protein of unknown function DUF573 7.821967455 C6_chemical_C1 +LQ00X038010 Putative Protein of unknown function DUF573 8.610942438 C6_chemical_C2 +LQ00X038010 Putative Protein of unknown function DUF573 8.802371072 C6_chemical_C3 +LQ00X038010 Putative Protein of unknown function DUF573 7.426372678 L4_control_A1 +LQ00X038010 Putative Protein of unknown function DUF573 8.021069869 L4_control_A2 +LQ00X038010 Putative Protein of unknown function DUF573 8.167548617 L4_control_A3 +LQ00X038010 Putative Protein of unknown function DUF573 8.128885254 L4_control_B1 +LQ00X038010 Putative Protein of unknown function DUF573 9.004033653 L4_control_B2 +LQ00X038010 Putative Protein of unknown function DUF573 8.347917522 L4_control_B3 +LQ00X038010 Putative Protein of unknown function DUF573 9.550278923 L4_control_C2 +LQ00X038010 Putative Protein of unknown function DUF573 9.725900754 L4_control_C3 +LQ00X038010 Putative Protein of unknown function DUF573 7.13561667 L4_chemical_A1 +LQ00X038010 Putative Protein of unknown function DUF573 7.9614274 L4_chemical_A2 +LQ00X038010 Putative Protein of unknown function DUF573 7.318575776 L4_chemical_A3 +LQ00X038010 Putative Protein of unknown function DUF573 8.42376982 L4_chemical_B1 +LQ00X038010 Putative Protein of unknown function DUF573 9.386571275 L4_chemical_B2 +LQ00X038010 Putative Protein of unknown function DUF573 8.046008991 L4_chemical_B3 +LQ00X038010 Putative Protein of unknown function DUF573 9.751591061 L4_chemical_C2 +LQ00X038010 Putative Protein of unknown function DUF573 9.730304221 L4_chemical_C3 +LQ00X038100 Putative Transcription factor BIM2 6.124974011 C6_control_A1 +LQ00X038100 Putative Transcription factor BIM2 5.958421597 C6_control_A3 +LQ00X038100 Putative Transcription factor BIM2 5.195545129 C6_control_B1 +LQ00X038100 Putative Transcription factor BIM2 6.212495546 C6_control_B2 +LQ00X038100 Putative Transcription factor BIM2 5.887163019 C6_control_B3 +LQ00X038100 Putative Transcription factor BIM2 5.57585254 C6_control_C1 +LQ00X038100 Putative Transcription factor BIM2 6.541372994 C6_control_C2 +LQ00X038100 Putative Transcription factor BIM2 5.882912251 C6_control_C3 +LQ00X038100 Putative Transcription factor BIM2 5.779814771 C6_chemical_A1 +LQ00X038100 Putative Transcription factor BIM2 6.034402795 C6_chemical_A3 +LQ00X038100 Putative Transcription factor BIM2 5.364285137 C6_chemical_B1 +LQ00X038100 Putative Transcription factor BIM2 6.226639925 C6_chemical_B2 +LQ00X038100 Putative Transcription factor BIM2 6.014012446 C6_chemical_B3 +LQ00X038100 Putative Transcription factor BIM2 5.524310304 C6_chemical_C1 +LQ00X038100 Putative Transcription factor BIM2 6.200385528 C6_chemical_C2 +LQ00X038100 Putative Transcription factor BIM2 5.82198679 C6_chemical_C3 +LQ00X038100 Putative Transcription factor BIM2 5.608132184 L4_control_A1 +LQ00X038100 Putative Transcription factor BIM2 6.15429253 L4_control_A2 +LQ00X038100 Putative Transcription factor BIM2 6.524717867 L4_control_A3 +LQ00X038100 Putative Transcription factor BIM2 6.681985466 L4_control_B1 +LQ00X038100 Putative Transcription factor BIM2 6.152754101 L4_control_B2 +LQ00X038100 Putative Transcription factor BIM2 6.009612478 L4_control_B3 +LQ00X038100 Putative Transcription factor BIM2 5.298716044 L4_control_C2 +LQ00X038100 Putative Transcription factor BIM2 5.86820277 L4_control_C3 +LQ00X038100 Putative Transcription factor BIM2 5.550630012 L4_chemical_A1 +LQ00X038100 Putative Transcription factor BIM2 5.813200561 L4_chemical_A2 +LQ00X038100 Putative Transcription factor BIM2 6.592772343 L4_chemical_A3 +LQ00X038100 Putative Transcription factor BIM2 5.879764318 L4_chemical_B1 +LQ00X038100 Putative Transcription factor BIM2 5.928993742 L4_chemical_B2 +LQ00X038100 Putative Transcription factor BIM2 5.864924623 L4_chemical_B3 +LQ00X038100 Putative Transcription factor BIM2 5.737180753 L4_chemical_C2 +LQ00X038100 Putative Transcription factor BIM2 5.838004798 L4_chemical_C3 +LQ00X038130 Auxin transport protein 5.418969633 C6_control_A1 +LQ00X038130 Auxin transport protein 5.271794136 C6_control_A3 +LQ00X038130 Auxin transport protein 5.787756608 C6_control_B1 +LQ00X038130 Auxin transport protein 5.81778905 C6_control_B2 +LQ00X038130 Auxin transport protein 5.355952387 C6_control_B3 +LQ00X038130 Auxin transport protein 6.735072895 C6_control_C1 +LQ00X038130 Auxin transport protein 5.600148443 C6_control_C2 +LQ00X038130 Auxin transport protein 6.162336554 C6_control_C3 +LQ00X038130 Auxin transport protein 5.736782465 C6_chemical_A1 +LQ00X038130 Auxin transport protein 5.622072577 C6_chemical_A3 +LQ00X038130 Auxin transport protein 5.434482088 C6_chemical_B1 +LQ00X038130 Auxin transport protein 5.782112039 C6_chemical_B2 +LQ00X038130 Auxin transport protein 5.756781642 C6_chemical_B3 +LQ00X038130 Auxin transport protein 6.602057171 C6_chemical_C1 +LQ00X038130 Auxin transport protein 6.064938957 C6_chemical_C2 +LQ00X038130 Auxin transport protein 6.276435483 C6_chemical_C3 +LQ00X038130 Auxin transport protein 5.642292682 L4_control_A1 +LQ00X038130 Auxin transport protein 5.181213169 L4_control_A2 +LQ00X038130 Auxin transport protein 5.275863013 L4_control_A3 +LQ00X038130 Auxin transport protein 5.243958455 L4_control_B1 +LQ00X038130 Auxin transport protein 5.426433936 L4_control_B2 +LQ00X038130 Auxin transport protein 5.623129647 L4_control_B3 +LQ00X038130 Auxin transport protein 5.877774244 L4_control_C2 +LQ00X038130 Auxin transport protein 6.472110514 L4_control_C3 +LQ00X038130 Auxin transport protein 5.311195583 L4_chemical_A1 +LQ00X038130 Auxin transport protein 5.569807333 L4_chemical_A2 +LQ00X038130 Auxin transport protein 5.439991884 L4_chemical_A3 +LQ00X038130 Auxin transport protein 5.128591352 L4_chemical_B1 +LQ00X038130 Auxin transport protein 5.49944842 L4_chemical_B2 +LQ00X038130 Auxin transport protein 5.484026996 L4_chemical_B3 +LQ00X038130 Auxin transport protein 6.071889348 L4_chemical_C2 +LQ00X038130 Auxin transport protein 6.546569439 L4_chemical_C3 +LQ00X038170 Putative uncharacterized protein 5.212510998 C6_control_A1 +LQ00X038170 Putative uncharacterized protein 5.178260269 C6_control_A3 +LQ00X038170 Putative uncharacterized protein 5.540315132 C6_control_B1 +LQ00X038170 Putative uncharacterized protein 5.424395631 C6_control_B2 +LQ00X038170 Putative uncharacterized protein 5.337436372 C6_control_B3 +LQ00X038170 Putative uncharacterized protein 5.469135168 C6_control_C1 +LQ00X038170 Putative uncharacterized protein 5.456123176 C6_control_C2 +LQ00X038170 Putative uncharacterized protein 5.334746695 C6_control_C3 +LQ00X038170 Putative uncharacterized protein 5.678579906 C6_chemical_A1 +LQ00X038170 Putative uncharacterized protein 5.689210898 C6_chemical_A3 +LQ00X038170 Putative uncharacterized protein 5.429589171 C6_chemical_B1 +LQ00X038170 Putative uncharacterized protein 5.226940619 C6_chemical_B2 +LQ00X038170 Putative uncharacterized protein 5.480174776 C6_chemical_B3 +LQ00X038170 Putative uncharacterized protein 5.360712744 C6_chemical_C1 +LQ00X038170 Putative uncharacterized protein 5.805871754 C6_chemical_C2 +LQ00X038170 Putative uncharacterized protein 4.997563275 C6_chemical_C3 +LQ00X038170 Putative uncharacterized protein 5.025578894 L4_control_A1 +LQ00X038170 Putative uncharacterized protein 5.129288921 L4_control_A2 +LQ00X038170 Putative uncharacterized protein 5.141743493 L4_control_A3 +LQ00X038170 Putative uncharacterized protein 5.153575492 L4_control_B1 +LQ00X038170 Putative uncharacterized protein 5.287192336 L4_control_B2 +LQ00X038170 Putative uncharacterized protein 5.032973653 L4_control_B3 +LQ00X038170 Putative uncharacterized protein 4.857214379 L4_control_C2 +LQ00X038170 Putative uncharacterized protein 5.912352839 L4_control_C3 +LQ00X038170 Putative uncharacterized protein 5.694427698 L4_chemical_A1 +LQ00X038170 Putative uncharacterized protein 5.096424951 L4_chemical_A2 +LQ00X038170 Putative uncharacterized protein 5.022870599 L4_chemical_A3 +LQ00X038170 Putative uncharacterized protein 5.566301941 L4_chemical_B1 +LQ00X038170 Putative uncharacterized protein 4.837176983 L4_chemical_B2 +LQ00X038170 Putative uncharacterized protein 5.160462351 L4_chemical_B3 +LQ00X038170 Putative uncharacterized protein 5.024681916 L4_chemical_C2 +LQ00X038170 Putative uncharacterized protein 5.188003957 L4_chemical_C3 +LQ00X038200 Hypothetical protein 7.084993209 C6_control_A1 +LQ00X038200 Hypothetical protein 5.260529556 C6_control_A3 +LQ00X038200 Hypothetical protein 9.004525393 C6_control_B1 +LQ00X038200 Hypothetical protein 10.0515895 C6_control_B2 +LQ00X038200 Hypothetical protein 8.81583622 C6_control_B3 +LQ00X038200 Hypothetical protein 5.798271735 C6_control_C1 +LQ00X038200 Hypothetical protein 5.792900576 C6_control_C2 +LQ00X038200 Hypothetical protein 5.641437454 C6_control_C3 +LQ00X038200 Hypothetical protein 7.507533638 C6_chemical_A1 +LQ00X038200 Hypothetical protein 6.010303529 C6_chemical_A3 +LQ00X038200 Hypothetical protein 9.811370867 C6_chemical_B1 +LQ00X038200 Hypothetical protein 10.12982933 C6_chemical_B2 +LQ00X038200 Hypothetical protein 8.980249886 C6_chemical_B3 +LQ00X038200 Hypothetical protein 6.102671211 C6_chemical_C1 +LQ00X038200 Hypothetical protein 5.947386864 C6_chemical_C2 +LQ00X038200 Hypothetical protein 5.671201512 C6_chemical_C3 +LQ00X038200 Hypothetical protein 6.234271619 L4_control_A1 +LQ00X038200 Hypothetical protein 6.967885702 L4_control_A2 +LQ00X038200 Hypothetical protein 5.452847522 L4_control_A3 +LQ00X038200 Hypothetical protein 9.797764096 L4_control_B1 +LQ00X038200 Hypothetical protein 9.075843993 L4_control_B2 +LQ00X038200 Hypothetical protein 8.540394364 L4_control_B3 +LQ00X038200 Hypothetical protein 5.252147704 L4_control_C2 +LQ00X038200 Hypothetical protein 5.714346912 L4_control_C3 +LQ00X038200 Hypothetical protein 6.029911567 L4_chemical_A1 +LQ00X038200 Hypothetical protein 7.347379805 L4_chemical_A2 +LQ00X038200 Hypothetical protein 5.238925159 L4_chemical_A3 +LQ00X038200 Hypothetical protein 9.122970143 L4_chemical_B1 +LQ00X038200 Hypothetical protein 9.269336424 L4_chemical_B2 +LQ00X038200 Hypothetical protein 8.453028269 L4_chemical_B3 +LQ00X038200 Hypothetical protein 5.351592594 L4_chemical_C2 +LQ00X038200 Hypothetical protein 5.363646226 L4_chemical_C3 +LQ00X038240 Putative uncharacterized protein 10.71501386 C6_control_A1 +LQ00X038240 Putative uncharacterized protein 10.57150586 C6_control_A3 +LQ00X038240 Putative uncharacterized protein 10.33510879 C6_control_B1 +LQ00X038240 Putative uncharacterized protein 10.18991807 C6_control_B2 +LQ00X038240 Putative uncharacterized protein 10.05218232 C6_control_B3 +LQ00X038240 Putative uncharacterized protein 10.10476344 C6_control_C1 +LQ00X038240 Putative uncharacterized protein 9.704387436 C6_control_C2 +LQ00X038240 Putative uncharacterized protein 9.659768099 C6_control_C3 +LQ00X038240 Putative uncharacterized protein 10.66310195 C6_chemical_A1 +LQ00X038240 Putative uncharacterized protein 10.65425767 C6_chemical_A3 +LQ00X038240 Putative uncharacterized protein 9.72867288 C6_chemical_B1 +LQ00X038240 Putative uncharacterized protein 9.996804802 C6_chemical_B2 +LQ00X038240 Putative uncharacterized protein 9.904964456 C6_chemical_B3 +LQ00X038240 Putative uncharacterized protein 10.09370052 C6_chemical_C1 +LQ00X038240 Putative uncharacterized protein 9.493014249 C6_chemical_C2 +LQ00X038240 Putative uncharacterized protein 9.083814969 C6_chemical_C3 +LQ00X038240 Putative uncharacterized protein 10.64952044 L4_control_A1 +LQ00X038240 Putative uncharacterized protein 10.4511482 L4_control_A2 +LQ00X038240 Putative uncharacterized protein 11.25766961 L4_control_A3 +LQ00X038240 Putative uncharacterized protein 10.4098992 L4_control_B1 +LQ00X038240 Putative uncharacterized protein 9.798206057 L4_control_B2 +LQ00X038240 Putative uncharacterized protein 9.985811027 L4_control_B3 +LQ00X038240 Putative uncharacterized protein 9.622573983 L4_control_C2 +LQ00X038240 Putative uncharacterized protein 9.597792511 L4_control_C3 +LQ00X038240 Putative uncharacterized protein 10.43346124 L4_chemical_A1 +LQ00X038240 Putative uncharacterized protein 10.1884343 L4_chemical_A2 +LQ00X038240 Putative uncharacterized protein 11.06840302 L4_chemical_A3 +LQ00X038240 Putative uncharacterized protein 9.823123682 L4_chemical_B1 +LQ00X038240 Putative uncharacterized protein 9.271481529 L4_chemical_B2 +LQ00X038240 Putative uncharacterized protein 10.10539107 L4_chemical_B3 +LQ00X038240 Putative uncharacterized protein 9.543248501 L4_chemical_C2 +LQ00X038240 Putative uncharacterized protein 9.578237814 L4_chemical_C3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.05547485 C6_control_A1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 10.72110945 C6_control_A3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.36235904 C6_control_B1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.14553286 C6_control_B2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.52228688 C6_control_B3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.48914142 C6_control_C1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.33153864 C6_control_C2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.50047634 C6_control_C3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.02889633 C6_chemical_A1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 10.76074469 C6_chemical_A3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.18777633 C6_chemical_B1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.1880847 C6_chemical_B2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.38899553 C6_chemical_B3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.29730541 C6_chemical_C1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.49442037 C6_chemical_C2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.63336817 C6_chemical_C3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 10.58736283 L4_control_A1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 10.50060151 L4_control_A2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 10.7385065 L4_control_A3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.07516609 L4_control_B1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.23154646 L4_control_B2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.05526601 L4_control_B3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 12.20652492 L4_control_C2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.76560587 L4_control_C3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 10.99769587 L4_chemical_A1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.14152045 L4_chemical_A2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 10.77033808 L4_chemical_A3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.03258544 L4_chemical_B1 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.22904081 L4_chemical_B2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 10.64984101 L4_chemical_B3 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 12.01214768 L4_chemical_C2 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.5634915 L4_chemical_C3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.070966143 C6_control_A1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.284485953 C6_control_A3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.485065204 C6_control_B1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.055420074 C6_control_B2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.894465264 C6_control_B3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.97934575 C6_control_C1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.239241316 C6_control_C2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.041108782 C6_control_C3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.167535113 C6_chemical_A1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.939952856 C6_chemical_A3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.045373528 C6_chemical_B1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.970388643 C6_chemical_B2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.955667919 C6_chemical_B3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.172167024 C6_chemical_C1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.018334061 C6_chemical_C2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.867338913 C6_chemical_C3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.999178012 L4_control_A1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.04486515 L4_control_A2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.5659199 L4_control_A3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.047130737 L4_control_B1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.987981451 L4_control_B2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.842668925 L4_control_B3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.952784326 L4_control_C2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.893555066 L4_control_C3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.761312178 L4_chemical_A1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.883423811 L4_chemical_A2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.653651986 L4_chemical_A3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.296666924 L4_chemical_B1 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.874616821 L4_chemical_B2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 4.74587679 L4_chemical_B3 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.141617035 L4_chemical_C2 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.52451908 L4_chemical_C3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.983475076 C6_control_A1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.784017905 C6_control_A3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.83946876 C6_control_B1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.524110983 C6_control_B2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.675725497 C6_control_B3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.54424654 C6_control_C1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.540649347 C6_control_C2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.510664317 C6_control_C3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.611445221 C6_chemical_A1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.635949573 C6_chemical_A3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.063281738 C6_chemical_B1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.554920634 C6_chemical_B2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.715667809 C6_chemical_B3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.6610252 C6_chemical_C1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.695273532 C6_chemical_C2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.583452848 C6_chemical_C3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.549234266 L4_control_A1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.830108482 L4_control_A2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.026947281 L4_control_A3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.113679686 L4_control_B1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.986396793 L4_control_B2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.008378612 L4_control_B3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.211330387 L4_control_C2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.784172068 L4_control_C3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.714783962 L4_chemical_A1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.943041986 L4_chemical_A2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.185341 L4_chemical_A3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.126591935 L4_chemical_B1 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.018871205 L4_chemical_B2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.759729102 L4_chemical_B3 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.667355622 L4_chemical_C2 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 5.341974216 L4_chemical_C3 +LQ00X038332 Putative Copia protein 4.778888476 C6_control_A1 +LQ00X038332 Putative Copia protein 4.862461351 C6_control_A3 +LQ00X038332 Putative Copia protein 4.919593065 C6_control_B1 +LQ00X038332 Putative Copia protein 5.161654295 C6_control_B2 +LQ00X038332 Putative Copia protein 4.700634216 C6_control_B3 +LQ00X038332 Putative Copia protein 5.090839022 C6_control_C1 +LQ00X038332 Putative Copia protein 4.906004563 C6_control_C2 +LQ00X038332 Putative Copia protein 4.951654879 C6_control_C3 +LQ00X038332 Putative Copia protein 4.747314822 C6_chemical_A1 +LQ00X038332 Putative Copia protein 4.568509966 C6_chemical_A3 +LQ00X038332 Putative Copia protein 5.076052093 C6_chemical_B1 +LQ00X038332 Putative Copia protein 5.320744374 C6_chemical_B2 +LQ00X038332 Putative Copia protein 5.081136202 C6_chemical_B3 +LQ00X038332 Putative Copia protein 5.382540377 C6_chemical_C1 +LQ00X038332 Putative Copia protein 5.248863622 C6_chemical_C2 +LQ00X038332 Putative Copia protein 4.975217899 C6_chemical_C3 +LQ00X038332 Putative Copia protein 4.945860422 L4_control_A1 +LQ00X038332 Putative Copia protein 4.887684755 L4_control_A2 +LQ00X038332 Putative Copia protein 4.856668208 L4_control_A3 +LQ00X038332 Putative Copia protein 4.528974256 L4_control_B1 +LQ00X038332 Putative Copia protein 5.343203285 L4_control_B2 +LQ00X038332 Putative Copia protein 5.269533613 L4_control_B3 +LQ00X038332 Putative Copia protein 4.953153921 L4_control_C2 +LQ00X038332 Putative Copia protein 5.177838773 L4_control_C3 +LQ00X038332 Putative Copia protein 5.275844184 L4_chemical_A1 +LQ00X038332 Putative Copia protein 4.756749308 L4_chemical_A2 +LQ00X038332 Putative Copia protein 5.187958203 L4_chemical_A3 +LQ00X038332 Putative Copia protein 4.652961328 L4_chemical_B1 +LQ00X038332 Putative Copia protein 4.924169564 L4_chemical_B2 +LQ00X038332 Putative Copia protein 4.926957728 L4_chemical_B3 +LQ00X038332 Putative Copia protein 4.98882471 L4_chemical_C2 +LQ00X038332 Putative Copia protein 4.929502766 L4_chemical_C3 +LQ00X038450 Hypothetical protein 5.398369611 C6_control_A1 +LQ00X038450 Hypothetical protein 5.455005364 C6_control_A3 +LQ00X038450 Hypothetical protein 4.722832071 C6_control_B1 +LQ00X038450 Hypothetical protein 5.098177378 C6_control_B2 +LQ00X038450 Hypothetical protein 4.778093358 C6_control_B3 +LQ00X038450 Hypothetical protein 4.974097019 C6_control_C1 +LQ00X038450 Hypothetical protein 5.005415998 C6_control_C2 +LQ00X038450 Hypothetical protein 5.24332771 C6_control_C3 +LQ00X038450 Hypothetical protein 5.338339615 C6_chemical_A1 +LQ00X038450 Hypothetical protein 5.240082565 C6_chemical_A3 +LQ00X038450 Hypothetical protein 4.919938004 C6_chemical_B1 +LQ00X038450 Hypothetical protein 4.921663341 C6_chemical_B2 +LQ00X038450 Hypothetical protein 4.845045841 C6_chemical_B3 +LQ00X038450 Hypothetical protein 4.934234371 C6_chemical_C1 +LQ00X038450 Hypothetical protein 4.963577159 C6_chemical_C2 +LQ00X038450 Hypothetical protein 5.113128084 C6_chemical_C3 +LQ00X038450 Hypothetical protein 4.948052747 L4_control_A1 +LQ00X038450 Hypothetical protein 5.017051446 L4_control_A2 +LQ00X038450 Hypothetical protein 5.455565551 L4_control_A3 +LQ00X038450 Hypothetical protein 5.217958548 L4_control_B1 +LQ00X038450 Hypothetical protein 5.18727336 L4_control_B2 +LQ00X038450 Hypothetical protein 5.226823921 L4_control_B3 +LQ00X038450 Hypothetical protein 5.245656799 L4_control_C2 +LQ00X038450 Hypothetical protein 5.156194614 L4_control_C3 +LQ00X038450 Hypothetical protein 4.904849408 L4_chemical_A1 +LQ00X038450 Hypothetical protein 5.0789635 L4_chemical_A2 +LQ00X038450 Hypothetical protein 5.713591423 L4_chemical_A3 +LQ00X038450 Hypothetical protein 4.871323203 L4_chemical_B1 +LQ00X038450 Hypothetical protein 4.901258148 L4_chemical_B2 +LQ00X038450 Hypothetical protein 5.506455664 L4_chemical_B3 +LQ00X038450 Hypothetical protein 5.443997265 L4_chemical_C2 +LQ00X038450 Hypothetical protein 5.5186862 L4_chemical_C3 +LQ00X038540 Putative uncharacterized protein 13.49988032 C6_control_A1 +LQ00X038540 Putative uncharacterized protein 13.46492389 C6_control_A3 +LQ00X038540 Putative uncharacterized protein 13.36710946 C6_control_B1 +LQ00X038540 Putative uncharacterized protein 12.97895357 C6_control_B2 +LQ00X038540 Putative uncharacterized protein 13.11342193 C6_control_B3 +LQ00X038540 Putative uncharacterized protein 13.55942791 C6_control_C1 +LQ00X038540 Putative uncharacterized protein 13.27546947 C6_control_C2 +LQ00X038540 Putative uncharacterized protein 13.34456021 C6_control_C3 +LQ00X038540 Putative uncharacterized protein 13.41769393 C6_chemical_A1 +LQ00X038540 Putative uncharacterized protein 13.26612441 C6_chemical_A3 +LQ00X038540 Putative uncharacterized protein 13.34022229 C6_chemical_B1 +LQ00X038540 Putative uncharacterized protein 13.27443199 C6_chemical_B2 +LQ00X038540 Putative uncharacterized protein 13.01288572 C6_chemical_B3 +LQ00X038540 Putative uncharacterized protein 13.52569641 C6_chemical_C1 +LQ00X038540 Putative uncharacterized protein 13.281758 C6_chemical_C2 +LQ00X038540 Putative uncharacterized protein 13.4465214 C6_chemical_C3 +LQ00X038540 Putative uncharacterized protein 13.10120172 L4_control_A1 +LQ00X038540 Putative uncharacterized protein 12.72243523 L4_control_A2 +LQ00X038540 Putative uncharacterized protein 12.74791052 L4_control_A3 +LQ00X038540 Putative uncharacterized protein 12.8916186 L4_control_B1 +LQ00X038540 Putative uncharacterized protein 12.97518794 L4_control_B2 +LQ00X038540 Putative uncharacterized protein 12.93433545 L4_control_B3 +LQ00X038540 Putative uncharacterized protein 13.49865742 L4_control_C2 +LQ00X038540 Putative uncharacterized protein 13.19383468 L4_control_C3 +LQ00X038540 Putative uncharacterized protein 13.00002561 L4_chemical_A1 +LQ00X038540 Putative uncharacterized protein 12.70023544 L4_chemical_A2 +LQ00X038540 Putative uncharacterized protein 12.86061421 L4_chemical_A3 +LQ00X038540 Putative uncharacterized protein 12.88208761 L4_chemical_B1 +LQ00X038540 Putative uncharacterized protein 12.96178727 L4_chemical_B2 +LQ00X038540 Putative uncharacterized protein 12.94619784 L4_chemical_B3 +LQ00X038540 Putative uncharacterized protein 13.29723318 L4_chemical_C2 +LQ00X038540 Putative uncharacterized protein 13.29423497 L4_chemical_C3 +LQ00X038560 Putative Subtilisin-like protease 12.59848143 C6_control_A1 +LQ00X038560 Putative Subtilisin-like protease 12.10854063 C6_control_A3 +LQ00X038560 Putative Subtilisin-like protease 13.05285974 C6_control_B1 +LQ00X038560 Putative Subtilisin-like protease 12.38152476 C6_control_B2 +LQ00X038560 Putative Subtilisin-like protease 12.88114045 C6_control_B3 +LQ00X038560 Putative Subtilisin-like protease 10.60722195 C6_control_C1 +LQ00X038560 Putative Subtilisin-like protease 10.48956753 C6_control_C2 +LQ00X038560 Putative Subtilisin-like protease 10.65417991 C6_control_C3 +LQ00X038560 Putative Subtilisin-like protease 12.84732579 C6_chemical_A1 +LQ00X038560 Putative Subtilisin-like protease 12.7368197 C6_chemical_A3 +LQ00X038560 Putative Subtilisin-like protease 13.02672706 C6_chemical_B1 +LQ00X038560 Putative Subtilisin-like protease 12.41355583 C6_chemical_B2 +LQ00X038560 Putative Subtilisin-like protease 12.81791201 C6_chemical_B3 +LQ00X038560 Putative Subtilisin-like protease 10.59677412 C6_chemical_C1 +LQ00X038560 Putative Subtilisin-like protease 10.37012033 C6_chemical_C2 +LQ00X038560 Putative Subtilisin-like protease 10.25476911 C6_chemical_C3 +LQ00X038560 Putative Subtilisin-like protease 12.73806449 L4_control_A1 +LQ00X038560 Putative Subtilisin-like protease 12.96181822 L4_control_A2 +LQ00X038560 Putative Subtilisin-like protease 12.864125 L4_control_A3 +LQ00X038560 Putative Subtilisin-like protease 12.95532632 L4_control_B1 +LQ00X038560 Putative Subtilisin-like protease 13.54255249 L4_control_B2 +LQ00X038560 Putative Subtilisin-like protease 12.25379654 L4_control_B3 +LQ00X038560 Putative Subtilisin-like protease 10.51075151 L4_control_C2 +LQ00X038560 Putative Subtilisin-like protease 10.88556445 L4_control_C3 +LQ00X038560 Putative Subtilisin-like protease 12.50110338 L4_chemical_A1 +LQ00X038560 Putative Subtilisin-like protease 12.66691877 L4_chemical_A2 +LQ00X038560 Putative Subtilisin-like protease 12.91891192 L4_chemical_A3 +LQ00X038560 Putative Subtilisin-like protease 13.11881344 L4_chemical_B1 +LQ00X038560 Putative Subtilisin-like protease 13.11317113 L4_chemical_B2 +LQ00X038560 Putative Subtilisin-like protease 13.15089458 L4_chemical_B3 +LQ00X038560 Putative Subtilisin-like protease 10.66813058 L4_chemical_C2 +LQ00X038560 Putative Subtilisin-like protease 10.9963279 L4_chemical_C3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.10248548 C6_control_A1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.68941084 C6_control_A3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.92840295 C6_control_B1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.4230703 C6_control_B2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.99378008 C6_control_B3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.22422596 C6_control_C1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.12635 C6_control_C2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.29359547 C6_control_C3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.9971291 C6_chemical_A1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.00375897 C6_chemical_A3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.66612966 C6_chemical_B1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.47611534 C6_chemical_B2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.47414783 C6_chemical_B3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.87319711 C6_chemical_C1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.24392136 C6_chemical_C2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.00428552 C6_chemical_C3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.12428106 L4_control_A1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.43775106 L4_control_A2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.75950671 L4_control_A3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.53128667 L4_control_B1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 9.933969305 L4_control_B2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.43974338 L4_control_B3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.31663676 L4_control_C2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 9.555456491 L4_control_C3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.30171516 L4_chemical_A1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 11.00133615 L4_chemical_A2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.92231199 L4_chemical_A3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 9.664881202 L4_chemical_B1 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.20451466 L4_chemical_B2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.7226263 L4_chemical_B3 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 9.912767606 L4_chemical_C2 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 9.782425704 L4_chemical_C3 +LQ00X038640 Histone H4 15.69464226 C6_control_A1 +LQ00X038640 Histone H4 15.84146174 C6_control_A3 +LQ00X038640 Histone H4 15.1930312 C6_control_B1 +LQ00X038640 Histone H4 13.46054914 C6_control_B2 +LQ00X038640 Histone H4 13.96140951 C6_control_B3 +LQ00X038640 Histone H4 13.7831318 C6_control_C1 +LQ00X038640 Histone H4 13.8844927 C6_control_C2 +LQ00X038640 Histone H4 14.27101985 C6_control_C3 +LQ00X038640 Histone H4 15.35388048 C6_chemical_A1 +LQ00X038640 Histone H4 15.36329844 C6_chemical_A3 +LQ00X038640 Histone H4 13.77738063 C6_chemical_B1 +LQ00X038640 Histone H4 12.9591383 C6_chemical_B2 +LQ00X038640 Histone H4 14.03533791 C6_chemical_B3 +LQ00X038640 Histone H4 13.67097996 C6_chemical_C1 +LQ00X038640 Histone H4 13.62091699 C6_chemical_C2 +LQ00X038640 Histone H4 13.83383865 C6_chemical_C3 +LQ00X038640 Histone H4 15.3009013 L4_control_A1 +LQ00X038640 Histone H4 15.34203253 L4_control_A2 +LQ00X038640 Histone H4 15.38076638 L4_control_A3 +LQ00X038640 Histone H4 13.46109566 L4_control_B1 +LQ00X038640 Histone H4 13.81400592 L4_control_B2 +LQ00X038640 Histone H4 13.30220598 L4_control_B3 +LQ00X038640 Histone H4 13.35414932 L4_control_C2 +LQ00X038640 Histone H4 14.03103237 L4_control_C3 +LQ00X038640 Histone H4 14.46814725 L4_chemical_A1 +LQ00X038640 Histone H4 14.92851956 L4_chemical_A2 +LQ00X038640 Histone H4 15.31128701 L4_chemical_A3 +LQ00X038640 Histone H4 13.86124785 L4_chemical_B1 +LQ00X038640 Histone H4 15.04294123 L4_chemical_B2 +LQ00X038640 Histone H4 15.22002979 L4_chemical_B3 +LQ00X038640 Histone H4 14.14335542 L4_chemical_C2 +LQ00X038640 Histone H4 13.78437002 L4_chemical_C3 +LQ00X038750 Predicted protein 11.95071988 C6_control_A1 +LQ00X038750 Predicted protein 11.51668619 C6_control_A3 +LQ00X038750 Predicted protein 12.80675224 C6_control_B1 +LQ00X038750 Predicted protein 12.82452722 C6_control_B2 +LQ00X038750 Predicted protein 13.12665519 C6_control_B3 +LQ00X038750 Predicted protein 13.09274454 C6_control_C1 +LQ00X038750 Predicted protein 13.07689498 C6_control_C2 +LQ00X038750 Predicted protein 13.10157246 C6_control_C3 +LQ00X038750 Predicted protein 12.11466551 C6_chemical_A1 +LQ00X038750 Predicted protein 11.99807036 C6_chemical_A3 +LQ00X038750 Predicted protein 13.01331783 C6_chemical_B1 +LQ00X038750 Predicted protein 12.53663794 C6_chemical_B2 +LQ00X038750 Predicted protein 13.11184831 C6_chemical_B3 +LQ00X038750 Predicted protein 12.9275834 C6_chemical_C1 +LQ00X038750 Predicted protein 13.14007996 C6_chemical_C2 +LQ00X038750 Predicted protein 13.24281296 C6_chemical_C3 +LQ00X038750 Predicted protein 11.96145609 L4_control_A1 +LQ00X038750 Predicted protein 12.65063489 L4_control_A2 +LQ00X038750 Predicted protein 11.67000856 L4_control_A3 +LQ00X038750 Predicted protein 13.48502663 L4_control_B1 +LQ00X038750 Predicted protein 13.66927512 L4_control_B2 +LQ00X038750 Predicted protein 13.22159333 L4_control_B3 +LQ00X038750 Predicted protein 14.19910322 L4_control_C2 +LQ00X038750 Predicted protein 14.12623928 L4_control_C3 +LQ00X038750 Predicted protein 13.39504349 L4_chemical_A1 +LQ00X038750 Predicted protein 13.46323338 L4_chemical_A2 +LQ00X038750 Predicted protein 12.04407943 L4_chemical_A3 +LQ00X038750 Predicted protein 13.76550182 L4_chemical_B1 +LQ00X038750 Predicted protein 13.92825238 L4_chemical_B2 +LQ00X038750 Predicted protein 13.0853095 L4_chemical_B3 +LQ00X038750 Predicted protein 14.19696847 L4_chemical_C2 +LQ00X038750 Predicted protein 14.15480687 L4_chemical_C3 +LQ00X039190 Putative 4-alpha-glucanotransferase 4.893037762 C6_control_A1 +LQ00X039190 Putative 4-alpha-glucanotransferase 4.807340225 C6_control_A3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.181102186 C6_control_B1 +LQ00X039190 Putative 4-alpha-glucanotransferase 4.977054375 C6_control_B2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.164247726 C6_control_B3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.165198072 C6_control_C1 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.381218832 C6_control_C2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.292595083 C6_control_C3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.091179251 C6_chemical_A1 +LQ00X039190 Putative 4-alpha-glucanotransferase 4.815606018 C6_chemical_A3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.074873892 C6_chemical_B1 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.054330149 C6_chemical_B2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.404554065 C6_chemical_B3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.006354526 C6_chemical_C1 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.017965839 C6_chemical_C2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.141762213 C6_chemical_C3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.208897369 L4_control_A1 +LQ00X039190 Putative 4-alpha-glucanotransferase 4.870801801 L4_control_A2 +LQ00X039190 Putative 4-alpha-glucanotransferase 4.908403224 L4_control_A3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.040224855 L4_control_B1 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.213301262 L4_control_B2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.374936901 L4_control_B3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.300699517 L4_control_C2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.548551167 L4_control_C3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.094773474 L4_chemical_A1 +LQ00X039190 Putative 4-alpha-glucanotransferase 4.972751392 L4_chemical_A2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.075769899 L4_chemical_A3 +LQ00X039190 Putative 4-alpha-glucanotransferase 4.983621225 L4_chemical_B1 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.656175719 L4_chemical_B2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.247352088 L4_chemical_B3 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.410336873 L4_chemical_C2 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.571776063 L4_chemical_C3 +LQ00X039230 Hypothetical protein 5.01576914 C6_control_A1 +LQ00X039230 Hypothetical protein 5.285951121 C6_control_A3 +LQ00X039230 Hypothetical protein 5.029567283 C6_control_B1 +LQ00X039230 Hypothetical protein 5.835674641 C6_control_B2 +LQ00X039230 Hypothetical protein 5.068838129 C6_control_B3 +LQ00X039230 Hypothetical protein 4.910824007 C6_control_C1 +LQ00X039230 Hypothetical protein 4.942107078 C6_control_C2 +LQ00X039230 Hypothetical protein 5.035086567 C6_control_C3 +LQ00X039230 Hypothetical protein 5.503355732 C6_chemical_A1 +LQ00X039230 Hypothetical protein 5.160296495 C6_chemical_A3 +LQ00X039230 Hypothetical protein 5.078102327 C6_chemical_B1 +LQ00X039230 Hypothetical protein 5.529752449 C6_chemical_B2 +LQ00X039230 Hypothetical protein 5.207335913 C6_chemical_B3 +LQ00X039230 Hypothetical protein 5.134419596 C6_chemical_C1 +LQ00X039230 Hypothetical protein 5.413894952 C6_chemical_C2 +LQ00X039230 Hypothetical protein 5.211992431 C6_chemical_C3 +LQ00X039230 Hypothetical protein 5.323089009 L4_control_A1 +LQ00X039230 Hypothetical protein 5.411364763 L4_control_A2 +LQ00X039230 Hypothetical protein 5.72280605 L4_control_A3 +LQ00X039230 Hypothetical protein 5.082285611 L4_control_B1 +LQ00X039230 Hypothetical protein 5.281120001 L4_control_B2 +LQ00X039230 Hypothetical protein 5.343243656 L4_control_B3 +LQ00X039230 Hypothetical protein 5.902357232 L4_control_C2 +LQ00X039230 Hypothetical protein 5.253973539 L4_control_C3 +LQ00X039230 Hypothetical protein 5.110457071 L4_chemical_A1 +LQ00X039230 Hypothetical protein 5.328870235 L4_chemical_A2 +LQ00X039230 Hypothetical protein 5.785765558 L4_chemical_A3 +LQ00X039230 Hypothetical protein 5.691478686 L4_chemical_B1 +LQ00X039230 Hypothetical protein 5.613627415 L4_chemical_B2 +LQ00X039230 Hypothetical protein 5.290874649 L4_chemical_B3 +LQ00X039230 Hypothetical protein 5.333649806 L4_chemical_C2 +LQ00X039230 Hypothetical protein 5.109434125 L4_chemical_C3 +LQ00X039610 Thioredoxin H-type 2 14.81538073 C6_control_A1 +LQ00X039610 Thioredoxin H-type 2 14.72188509 C6_control_A3 +LQ00X039610 Thioredoxin H-type 2 14.62424084 C6_control_B1 +LQ00X039610 Thioredoxin H-type 2 14.60365871 C6_control_B2 +LQ00X039610 Thioredoxin H-type 2 14.79168551 C6_control_B3 +LQ00X039610 Thioredoxin H-type 2 14.33683311 C6_control_C1 +LQ00X039610 Thioredoxin H-type 2 14.12290434 C6_control_C2 +LQ00X039610 Thioredoxin H-type 2 14.24484384 C6_control_C3 +LQ00X039610 Thioredoxin H-type 2 14.67477434 C6_chemical_A1 +LQ00X039610 Thioredoxin H-type 2 14.35091168 C6_chemical_A3 +LQ00X039610 Thioredoxin H-type 2 14.57214781 C6_chemical_B1 +LQ00X039610 Thioredoxin H-type 2 14.29664198 C6_chemical_B2 +LQ00X039610 Thioredoxin H-type 2 14.77491211 C6_chemical_B3 +LQ00X039610 Thioredoxin H-type 2 14.23272691 C6_chemical_C1 +LQ00X039610 Thioredoxin H-type 2 14.03792617 C6_chemical_C2 +LQ00X039610 Thioredoxin H-type 2 14.1056907 C6_chemical_C3 +LQ00X039610 Thioredoxin H-type 2 14.70490045 L4_control_A1 +LQ00X039610 Thioredoxin H-type 2 14.39753473 L4_control_A2 +LQ00X039610 Thioredoxin H-type 2 14.64918616 L4_control_A3 +LQ00X039610 Thioredoxin H-type 2 14.29945089 L4_control_B1 +LQ00X039610 Thioredoxin H-type 2 13.87071557 L4_control_B2 +LQ00X039610 Thioredoxin H-type 2 14.17207388 L4_control_B3 +LQ00X039610 Thioredoxin H-type 2 14.38008373 L4_control_C2 +LQ00X039610 Thioredoxin H-type 2 14.00906262 L4_control_C3 +LQ00X039610 Thioredoxin H-type 2 14.71874277 L4_chemical_A1 +LQ00X039610 Thioredoxin H-type 2 14.45895663 L4_chemical_A2 +LQ00X039610 Thioredoxin H-type 2 14.96005893 L4_chemical_A3 +LQ00X039610 Thioredoxin H-type 2 14.64254903 L4_chemical_B1 +LQ00X039610 Thioredoxin H-type 2 14.41491841 L4_chemical_B2 +LQ00X039610 Thioredoxin H-type 2 14.22952286 L4_chemical_B3 +LQ00X039610 Thioredoxin H-type 2 14.28404533 L4_chemical_C2 +LQ00X039610 Thioredoxin H-type 2 14.24100424 L4_chemical_C3 +LQ00X039620 ATPase 4, plasma membrane-type 5.490186901 C6_control_A1 +LQ00X039620 ATPase 4, plasma membrane-type 4.979554125 C6_control_A3 +LQ00X039620 ATPase 4, plasma membrane-type 5.336386213 C6_control_B1 +LQ00X039620 ATPase 4, plasma membrane-type 6.342706511 C6_control_B2 +LQ00X039620 ATPase 4, plasma membrane-type 6.075097428 C6_control_B3 +LQ00X039620 ATPase 4, plasma membrane-type 5.7885118 C6_control_C1 +LQ00X039620 ATPase 4, plasma membrane-type 6.360646722 C6_control_C2 +LQ00X039620 ATPase 4, plasma membrane-type 6.264046795 C6_control_C3 +LQ00X039620 ATPase 4, plasma membrane-type 5.182037488 C6_chemical_A1 +LQ00X039620 ATPase 4, plasma membrane-type 5.396802125 C6_chemical_A3 +LQ00X039620 ATPase 4, plasma membrane-type 5.533090425 C6_chemical_B1 +LQ00X039620 ATPase 4, plasma membrane-type 5.895309776 C6_chemical_B2 +LQ00X039620 ATPase 4, plasma membrane-type 5.53698904 C6_chemical_B3 +LQ00X039620 ATPase 4, plasma membrane-type 6.459281539 C6_chemical_C1 +LQ00X039620 ATPase 4, plasma membrane-type 5.937077213 C6_chemical_C2 +LQ00X039620 ATPase 4, plasma membrane-type 6.009443973 C6_chemical_C3 +LQ00X039620 ATPase 4, plasma membrane-type 5.299478071 L4_control_A1 +LQ00X039620 ATPase 4, plasma membrane-type 5.453524962 L4_control_A2 +LQ00X039620 ATPase 4, plasma membrane-type 5.261610846 L4_control_A3 +LQ00X039620 ATPase 4, plasma membrane-type 5.349096697 L4_control_B1 +LQ00X039620 ATPase 4, plasma membrane-type 5.249873153 L4_control_B2 +LQ00X039620 ATPase 4, plasma membrane-type 5.5774824 L4_control_B3 +LQ00X039620 ATPase 4, plasma membrane-type 5.41054023 L4_control_C2 +LQ00X039620 ATPase 4, plasma membrane-type 6.045412714 L4_control_C3 +LQ00X039620 ATPase 4, plasma membrane-type 5.435693221 L4_chemical_A1 +LQ00X039620 ATPase 4, plasma membrane-type 5.305000605 L4_chemical_A2 +LQ00X039620 ATPase 4, plasma membrane-type 4.93953662 L4_chemical_A3 +LQ00X039620 ATPase 4, plasma membrane-type 5.653790455 L4_chemical_B1 +LQ00X039620 ATPase 4, plasma membrane-type 5.392608173 L4_chemical_B2 +LQ00X039620 ATPase 4, plasma membrane-type 5.797897172 L4_chemical_B3 +LQ00X039620 ATPase 4, plasma membrane-type 5.39467313 L4_chemical_C2 +LQ00X039620 ATPase 4, plasma membrane-type 6.105788468 L4_chemical_C3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 10.85398981 C6_control_A1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.52736296 C6_control_A3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.15056992 C6_control_B1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.19928502 C6_control_B2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.12839783 C6_control_B3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.92054146 C6_control_C1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.35052749 C6_control_C2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.52168902 C6_control_C3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 10.80693168 C6_chemical_A1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.15367597 C6_chemical_A3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 10.95912508 C6_chemical_B1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 10.97956214 C6_chemical_B2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 10.87032685 C6_chemical_B3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.6762455 C6_chemical_C1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.24856872 C6_chemical_C2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.90047241 C6_chemical_C3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.60328956 L4_control_A1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.74109721 L4_control_A2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.61566643 L4_control_A3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.56919437 L4_control_B1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.50158754 L4_control_B2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.39662395 L4_control_B3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.29821177 L4_control_C2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.46374856 L4_control_C3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.10760761 L4_chemical_A1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.39779266 L4_chemical_A2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.38677145 L4_chemical_A3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.50829837 L4_chemical_B1 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.56130072 L4_chemical_B2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.36239573 L4_chemical_B3 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.24403477 L4_chemical_C2 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 11.2335022 L4_chemical_C3 +LQ00X039750 Protein transporter, putative 11.38244543 C6_control_A1 +LQ00X039750 Protein transporter, putative 11.49214908 C6_control_A3 +LQ00X039750 Protein transporter, putative 11.53595619 C6_control_B1 +LQ00X039750 Protein transporter, putative 11.76708991 C6_control_B2 +LQ00X039750 Protein transporter, putative 11.82871695 C6_control_B3 +LQ00X039750 Protein transporter, putative 12.13767796 C6_control_C1 +LQ00X039750 Protein transporter, putative 11.95645896 C6_control_C2 +LQ00X039750 Protein transporter, putative 12.13493728 C6_control_C3 +LQ00X039750 Protein transporter, putative 11.41034012 C6_chemical_A1 +LQ00X039750 Protein transporter, putative 11.6236194 C6_chemical_A3 +LQ00X039750 Protein transporter, putative 11.750873 C6_chemical_B1 +LQ00X039750 Protein transporter, putative 11.92134358 C6_chemical_B2 +LQ00X039750 Protein transporter, putative 12.32399138 C6_chemical_B3 +LQ00X039750 Protein transporter, putative 12.11697533 C6_chemical_C1 +LQ00X039750 Protein transporter, putative 12.07247324 C6_chemical_C2 +LQ00X039750 Protein transporter, putative 12.24719134 C6_chemical_C3 +LQ00X039750 Protein transporter, putative 11.668102 L4_control_A1 +LQ00X039750 Protein transporter, putative 11.24171544 L4_control_A2 +LQ00X039750 Protein transporter, putative 11.26616153 L4_control_A3 +LQ00X039750 Protein transporter, putative 11.27325868 L4_control_B1 +LQ00X039750 Protein transporter, putative 11.48525478 L4_control_B2 +LQ00X039750 Protein transporter, putative 12.58539759 L4_control_B3 +LQ00X039750 Protein transporter, putative 11.37303142 L4_control_C2 +LQ00X039750 Protein transporter, putative 12.50193417 L4_control_C3 +LQ00X039750 Protein transporter, putative 12.18600906 L4_chemical_A1 +LQ00X039750 Protein transporter, putative 11.40719828 L4_chemical_A2 +LQ00X039750 Protein transporter, putative 11.46692284 L4_chemical_A3 +LQ00X039750 Protein transporter, putative 10.68255185 L4_chemical_B1 +LQ00X039750 Protein transporter, putative 10.86678385 L4_chemical_B2 +LQ00X039750 Protein transporter, putative 12.02550301 L4_chemical_B3 +LQ00X039750 Protein transporter, putative 11.32832288 L4_chemical_C2 +LQ00X039750 Protein transporter, putative 12.1177849 L4_chemical_C3 +LQ00X039780 Nucleic acid binding protein, putative 4.962186709 C6_control_A1 +LQ00X039780 Nucleic acid binding protein, putative 4.744458189 C6_control_A3 +LQ00X039780 Nucleic acid binding protein, putative 5.054252951 C6_control_B1 +LQ00X039780 Nucleic acid binding protein, putative 5.497773715 C6_control_B2 +LQ00X039780 Nucleic acid binding protein, putative 5.319130545 C6_control_B3 +LQ00X039780 Nucleic acid binding protein, putative 5.507663632 C6_control_C1 +LQ00X039780 Nucleic acid binding protein, putative 5.463088509 C6_control_C2 +LQ00X039780 Nucleic acid binding protein, putative 5.59360076 C6_control_C3 +LQ00X039780 Nucleic acid binding protein, putative 4.925354535 C6_chemical_A1 +LQ00X039780 Nucleic acid binding protein, putative 4.666255629 C6_chemical_A3 +LQ00X039780 Nucleic acid binding protein, putative 5.285744822 C6_chemical_B1 +LQ00X039780 Nucleic acid binding protein, putative 5.357861366 C6_chemical_B2 +LQ00X039780 Nucleic acid binding protein, putative 5.401125224 C6_chemical_B3 +LQ00X039780 Nucleic acid binding protein, putative 5.500373722 C6_chemical_C1 +LQ00X039780 Nucleic acid binding protein, putative 5.548531764 C6_chemical_C2 +LQ00X039780 Nucleic acid binding protein, putative 5.182781968 C6_chemical_C3 +LQ00X039780 Nucleic acid binding protein, putative 4.922492338 L4_control_A1 +LQ00X039780 Nucleic acid binding protein, putative 4.469365277 L4_control_A2 +LQ00X039780 Nucleic acid binding protein, putative 4.733693624 L4_control_A3 +LQ00X039780 Nucleic acid binding protein, putative 4.909257559 L4_control_B1 +LQ00X039780 Nucleic acid binding protein, putative 5.068468834 L4_control_B2 +LQ00X039780 Nucleic acid binding protein, putative 4.800371386 L4_control_B3 +LQ00X039780 Nucleic acid binding protein, putative 5.159425909 L4_control_C2 +LQ00X039780 Nucleic acid binding protein, putative 5.418598336 L4_control_C3 +LQ00X039780 Nucleic acid binding protein, putative 4.82712925 L4_chemical_A1 +LQ00X039780 Nucleic acid binding protein, putative 4.977143414 L4_chemical_A2 +LQ00X039780 Nucleic acid binding protein, putative 4.588033863 L4_chemical_A3 +LQ00X039780 Nucleic acid binding protein, putative 4.659801186 L4_chemical_B1 +LQ00X039780 Nucleic acid binding protein, putative 4.908866443 L4_chemical_B2 +LQ00X039780 Nucleic acid binding protein, putative 5.00768602 L4_chemical_B3 +LQ00X039780 Nucleic acid binding protein, putative 5.03479088 L4_chemical_C2 +LQ00X039780 Nucleic acid binding protein, putative 5.024631141 L4_chemical_C3 +LQ00X040020 Putative uncharacterized protein 5.950319549 C6_control_A1 +LQ00X040020 Putative uncharacterized protein 5.670225299 C6_control_A3 +LQ00X040020 Putative uncharacterized protein 5.893948554 C6_control_B1 +LQ00X040020 Putative uncharacterized protein 6.227350049 C6_control_B2 +LQ00X040020 Putative uncharacterized protein 6.206272569 C6_control_B3 +LQ00X040020 Putative uncharacterized protein 5.050292937 C6_control_C1 +LQ00X040020 Putative uncharacterized protein 5.326577109 C6_control_C2 +LQ00X040020 Putative uncharacterized protein 5.254539061 C6_control_C3 +LQ00X040020 Putative uncharacterized protein 6.312902773 C6_chemical_A1 +LQ00X040020 Putative uncharacterized protein 5.667517035 C6_chemical_A3 +LQ00X040020 Putative uncharacterized protein 6.22967298 C6_chemical_B1 +LQ00X040020 Putative uncharacterized protein 5.806099522 C6_chemical_B2 +LQ00X040020 Putative uncharacterized protein 6.056911632 C6_chemical_B3 +LQ00X040020 Putative uncharacterized protein 5.091677353 C6_chemical_C1 +LQ00X040020 Putative uncharacterized protein 5.405642348 C6_chemical_C2 +LQ00X040020 Putative uncharacterized protein 5.22407216 C6_chemical_C3 +LQ00X040020 Putative uncharacterized protein 5.684707776 L4_control_A1 +LQ00X040020 Putative uncharacterized protein 6.422841469 L4_control_A2 +LQ00X040020 Putative uncharacterized protein 5.490602443 L4_control_A3 +LQ00X040020 Putative uncharacterized protein 5.980922656 L4_control_B1 +LQ00X040020 Putative uncharacterized protein 6.033909122 L4_control_B2 +LQ00X040020 Putative uncharacterized protein 6.253136699 L4_control_B3 +LQ00X040020 Putative uncharacterized protein 5.062795815 L4_control_C2 +LQ00X040020 Putative uncharacterized protein 5.226501188 L4_control_C3 +LQ00X040020 Putative uncharacterized protein 5.568766375 L4_chemical_A1 +LQ00X040020 Putative uncharacterized protein 5.932553375 L4_chemical_A2 +LQ00X040020 Putative uncharacterized protein 5.331311824 L4_chemical_A3 +LQ00X040020 Putative uncharacterized protein 6.412100675 L4_chemical_B1 +LQ00X040020 Putative uncharacterized protein 6.707270028 L4_chemical_B2 +LQ00X040020 Putative uncharacterized protein 6.22724919 L4_chemical_B3 +LQ00X040020 Putative uncharacterized protein 4.977138134 L4_chemical_C2 +LQ00X040020 Putative uncharacterized protein 5.389575555 L4_chemical_C3 +LQ00X040580 Putative Autolysin 5.974306458 C6_control_A1 +LQ00X040580 Putative Autolysin 6.393509924 C6_control_A3 +LQ00X040580 Putative Autolysin 6.001232189 C6_control_B1 +LQ00X040580 Putative Autolysin 5.654947139 C6_control_B2 +LQ00X040580 Putative Autolysin 6.25739462 C6_control_B3 +LQ00X040580 Putative Autolysin 5.886761916 C6_control_C1 +LQ00X040580 Putative Autolysin 5.844486293 C6_control_C2 +LQ00X040580 Putative Autolysin 5.617607545 C6_control_C3 +LQ00X040580 Putative Autolysin 5.858289875 C6_chemical_A1 +LQ00X040580 Putative Autolysin 5.602633438 C6_chemical_A3 +LQ00X040580 Putative Autolysin 6.229557481 C6_chemical_B1 +LQ00X040580 Putative Autolysin 5.754972348 C6_chemical_B2 +LQ00X040580 Putative Autolysin 6.424794852 C6_chemical_B3 +LQ00X040580 Putative Autolysin 5.422936682 C6_chemical_C1 +LQ00X040580 Putative Autolysin 5.475651099 C6_chemical_C2 +LQ00X040580 Putative Autolysin 5.647409463 C6_chemical_C3 +LQ00X040580 Putative Autolysin 5.850897674 L4_control_A1 +LQ00X040580 Putative Autolysin 6.190611902 L4_control_A2 +LQ00X040580 Putative Autolysin 5.762840203 L4_control_A3 +LQ00X040580 Putative Autolysin 5.47911228 L4_control_B1 +LQ00X040580 Putative Autolysin 5.526085793 L4_control_B2 +LQ00X040580 Putative Autolysin 6.015042638 L4_control_B3 +LQ00X040580 Putative Autolysin 5.662687842 L4_control_C2 +LQ00X040580 Putative Autolysin 5.851133954 L4_control_C3 +LQ00X040580 Putative Autolysin 5.613579449 L4_chemical_A1 +LQ00X040580 Putative Autolysin 5.891708068 L4_chemical_A2 +LQ00X040580 Putative Autolysin 5.821803711 L4_chemical_A3 +LQ00X040580 Putative Autolysin 6.722673543 L4_chemical_B1 +LQ00X040580 Putative Autolysin 5.579405664 L4_chemical_B2 +LQ00X040580 Putative Autolysin 6.219608526 L4_chemical_B3 +LQ00X040580 Putative Autolysin 5.563491499 L4_chemical_C2 +LQ00X040580 Putative Autolysin 5.546333715 L4_chemical_C3 +LQ00X040590 60S ribosomal protein L11-2 14.44030494 C6_control_A1 +LQ00X040590 60S ribosomal protein L11-2 14.83730232 C6_control_A3 +LQ00X040590 60S ribosomal protein L11-2 14.05618498 C6_control_B1 +LQ00X040590 60S ribosomal protein L11-2 13.65868892 C6_control_B2 +LQ00X040590 60S ribosomal protein L11-2 13.84209598 C6_control_B3 +LQ00X040590 60S ribosomal protein L11-2 13.47064962 C6_control_C1 +LQ00X040590 60S ribosomal protein L11-2 13.34109316 C6_control_C2 +LQ00X040590 60S ribosomal protein L11-2 13.36560493 C6_control_C3 +LQ00X040590 60S ribosomal protein L11-2 14.34818043 C6_chemical_A1 +LQ00X040590 60S ribosomal protein L11-2 14.23237009 C6_chemical_A3 +LQ00X040590 60S ribosomal protein L11-2 13.72690864 C6_chemical_B1 +LQ00X040590 60S ribosomal protein L11-2 13.64432401 C6_chemical_B2 +LQ00X040590 60S ribosomal protein L11-2 13.70898204 C6_chemical_B3 +LQ00X040590 60S ribosomal protein L11-2 13.60292063 C6_chemical_C1 +LQ00X040590 60S ribosomal protein L11-2 13.4368258 C6_chemical_C2 +LQ00X040590 60S ribosomal protein L11-2 13.36353538 C6_chemical_C3 +LQ00X040590 60S ribosomal protein L11-2 14.48590938 L4_control_A1 +LQ00X040590 60S ribosomal protein L11-2 13.78941949 L4_control_A2 +LQ00X040590 60S ribosomal protein L11-2 14.25129467 L4_control_A3 +LQ00X040590 60S ribosomal protein L11-2 13.52149802 L4_control_B1 +LQ00X040590 60S ribosomal protein L11-2 13.41746049 L4_control_B2 +LQ00X040590 60S ribosomal protein L11-2 13.66002682 L4_control_B3 +LQ00X040590 60S ribosomal protein L11-2 13.67787447 L4_control_C2 +LQ00X040590 60S ribosomal protein L11-2 13.64217156 L4_control_C3 +LQ00X040590 60S ribosomal protein L11-2 14.56530328 L4_chemical_A1 +LQ00X040590 60S ribosomal protein L11-2 13.58305339 L4_chemical_A2 +LQ00X040590 60S ribosomal protein L11-2 13.96943153 L4_chemical_A3 +LQ00X040590 60S ribosomal protein L11-2 13.71974766 L4_chemical_B1 +LQ00X040590 60S ribosomal protein L11-2 13.65497701 L4_chemical_B2 +LQ00X040590 60S ribosomal protein L11-2 13.75478729 L4_chemical_B3 +LQ00X040590 60S ribosomal protein L11-2 13.71561148 L4_chemical_C2 +LQ00X040590 60S ribosomal protein L11-2 13.31716286 L4_chemical_C3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 8.57037141 C6_control_A1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 8.97007558 C6_control_A3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.304649545 C6_control_B1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 10.48795343 C6_control_B2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.135190056 C6_control_B3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 11.27936631 C6_control_C1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 11.15562923 C6_control_C2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 11.91832265 C6_control_C3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 7.900768808 C6_chemical_A1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 8.547636518 C6_chemical_A3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 8.729434629 C6_chemical_B1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 10.3106396 C6_chemical_B2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 8.878760612 C6_chemical_B3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 11.46296269 C6_chemical_C1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 11.29970363 C6_chemical_C2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 11.81226008 C6_chemical_C3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 8.667995615 L4_control_A1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 7.496452359 L4_control_A2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 6.764077466 L4_control_A3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.872768384 L4_control_B1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 7.866276101 L4_control_B2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.894315595 L4_control_B3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.408167153 L4_control_C2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.833043645 L4_control_C3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.967022332 L4_chemical_A1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 8.284891729 L4_chemical_A2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 7.136026758 L4_chemical_A3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.258928518 L4_chemical_B1 +LQ00X040620 Aspartate aminotransferase, mitochondrial 8.493984705 L4_chemical_B2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.623626826 L4_chemical_B3 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.774832052 L4_chemical_C2 +LQ00X040620 Aspartate aminotransferase, mitochondrial 9.837242847 L4_chemical_C3 +LQ00X040630 Shaggy-related protein kinase zeta 9.876266117 C6_control_A1 +LQ00X040630 Shaggy-related protein kinase zeta 10.25152226 C6_control_A3 +LQ00X040630 Shaggy-related protein kinase zeta 9.984908346 C6_control_B1 +LQ00X040630 Shaggy-related protein kinase zeta 10.81578872 C6_control_B2 +LQ00X040630 Shaggy-related protein kinase zeta 9.993584601 C6_control_B3 +LQ00X040630 Shaggy-related protein kinase zeta 10.26197357 C6_control_C1 +LQ00X040630 Shaggy-related protein kinase zeta 10.27700783 C6_control_C2 +LQ00X040630 Shaggy-related protein kinase zeta 10.40240575 C6_control_C3 +LQ00X040630 Shaggy-related protein kinase zeta 9.68556047 C6_chemical_A1 +LQ00X040630 Shaggy-related protein kinase zeta 10.14330428 C6_chemical_A3 +LQ00X040630 Shaggy-related protein kinase zeta 9.783442833 C6_chemical_B1 +LQ00X040630 Shaggy-related protein kinase zeta 10.97607653 C6_chemical_B2 +LQ00X040630 Shaggy-related protein kinase zeta 9.866122279 C6_chemical_B3 +LQ00X040630 Shaggy-related protein kinase zeta 10.03276485 C6_chemical_C1 +LQ00X040630 Shaggy-related protein kinase zeta 10.11168545 C6_chemical_C2 +LQ00X040630 Shaggy-related protein kinase zeta 10.35698864 C6_chemical_C3 +LQ00X040630 Shaggy-related protein kinase zeta 9.813497969 L4_control_A1 +LQ00X040630 Shaggy-related protein kinase zeta 10.03455141 L4_control_A2 +LQ00X040630 Shaggy-related protein kinase zeta 9.341936084 L4_control_A3 +LQ00X040630 Shaggy-related protein kinase zeta 9.892189368 L4_control_B1 +LQ00X040630 Shaggy-related protein kinase zeta 10.07706994 L4_control_B2 +LQ00X040630 Shaggy-related protein kinase zeta 10.64174153 L4_control_B3 +LQ00X040630 Shaggy-related protein kinase zeta 7.614317357 L4_control_C2 +LQ00X040630 Shaggy-related protein kinase zeta 9.269119715 L4_control_C3 +LQ00X040630 Shaggy-related protein kinase zeta 9.379353435 L4_chemical_A1 +LQ00X040630 Shaggy-related protein kinase zeta 9.898252092 L4_chemical_A2 +LQ00X040630 Shaggy-related protein kinase zeta 9.505863478 L4_chemical_A3 +LQ00X040630 Shaggy-related protein kinase zeta 9.196715008 L4_chemical_B1 +LQ00X040630 Shaggy-related protein kinase zeta 9.297360903 L4_chemical_B2 +LQ00X040630 Shaggy-related protein kinase zeta 10.45087789 L4_chemical_B3 +LQ00X040630 Shaggy-related protein kinase zeta 7.974543623 L4_chemical_C2 +LQ00X040630 Shaggy-related protein kinase zeta 9.010105861 L4_chemical_C3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 10.92657581 C6_control_A1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 11.75452459 C6_control_A3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 9.179068006 C6_control_B1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.525296763 C6_control_B2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.026043671 C6_control_B3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.311137995 C6_control_C1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 7.123013375 C6_control_C2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 6.750313582 C6_control_C3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 10.55448617 C6_chemical_A1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 11.40492151 C6_chemical_A3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.647146521 C6_chemical_B1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.24869794 C6_chemical_B2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 6.733041461 C6_chemical_B3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.182431685 C6_chemical_C1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 7.926627673 C6_chemical_C2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 6.866277618 C6_chemical_C3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 12.24302902 L4_control_A1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 11.48960585 L4_control_A2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 12.08916398 L4_control_A3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.809356999 L4_control_B1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 9.752241208 L4_control_B2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 7.542637701 L4_control_B3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 6.844961502 L4_control_C2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 6.400980558 L4_control_C3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 11.59104772 L4_chemical_A1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 10.50964931 L4_chemical_A2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 11.90591312 L4_chemical_A3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.434358024 L4_chemical_B1 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 9.358743907 L4_chemical_B2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 8.565025655 L4_chemical_B3 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 7.634838029 L4_chemical_C2 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 7.051276718 L4_chemical_C3 +LQ00X040700 Multiprotein-bridging factor 1b 6.256735936 C6_control_A1 +LQ00X040700 Multiprotein-bridging factor 1b 7.3119584 C6_control_A3 +LQ00X040700 Multiprotein-bridging factor 1b 5.412907828 C6_control_B1 +LQ00X040700 Multiprotein-bridging factor 1b 6.536789106 C6_control_B2 +LQ00X040700 Multiprotein-bridging factor 1b 6.033278412 C6_control_B3 +LQ00X040700 Multiprotein-bridging factor 1b 6.611022548 C6_control_C1 +LQ00X040700 Multiprotein-bridging factor 1b 6.759902443 C6_control_C2 +LQ00X040700 Multiprotein-bridging factor 1b 6.606980508 C6_control_C3 +LQ00X040700 Multiprotein-bridging factor 1b 6.38304895 C6_chemical_A1 +LQ00X040700 Multiprotein-bridging factor 1b 6.312600425 C6_chemical_A3 +LQ00X040700 Multiprotein-bridging factor 1b 5.784258194 C6_chemical_B1 +LQ00X040700 Multiprotein-bridging factor 1b 5.932321904 C6_chemical_B2 +LQ00X040700 Multiprotein-bridging factor 1b 5.776092047 C6_chemical_B3 +LQ00X040700 Multiprotein-bridging factor 1b 6.174749743 C6_chemical_C1 +LQ00X040700 Multiprotein-bridging factor 1b 6.09633512 C6_chemical_C2 +LQ00X040700 Multiprotein-bridging factor 1b 6.280887347 C6_chemical_C3 +LQ00X040700 Multiprotein-bridging factor 1b 6.123557694 L4_control_A1 +LQ00X040700 Multiprotein-bridging factor 1b 6.016147168 L4_control_A2 +LQ00X040700 Multiprotein-bridging factor 1b 6.062525135 L4_control_A3 +LQ00X040700 Multiprotein-bridging factor 1b 5.669217182 L4_control_B1 +LQ00X040700 Multiprotein-bridging factor 1b 6.090589874 L4_control_B2 +LQ00X040700 Multiprotein-bridging factor 1b 5.470903738 L4_control_B3 +LQ00X040700 Multiprotein-bridging factor 1b 6.635821635 L4_control_C2 +LQ00X040700 Multiprotein-bridging factor 1b 5.798947363 L4_control_C3 +LQ00X040700 Multiprotein-bridging factor 1b 5.931483717 L4_chemical_A1 +LQ00X040700 Multiprotein-bridging factor 1b 6.072691697 L4_chemical_A2 +LQ00X040700 Multiprotein-bridging factor 1b 6.76461251 L4_chemical_A3 +LQ00X040700 Multiprotein-bridging factor 1b 6.198605162 L4_chemical_B1 +LQ00X040700 Multiprotein-bridging factor 1b 5.75250135 L4_chemical_B2 +LQ00X040700 Multiprotein-bridging factor 1b 5.603948294 L4_chemical_B3 +LQ00X040700 Multiprotein-bridging factor 1b 6.700151637 L4_chemical_C2 +LQ00X040700 Multiprotein-bridging factor 1b 5.340032471 L4_chemical_C3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.531240414 C6_control_A1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.622533803 C6_control_A3 +LQ00X040740 Pleiotropic drug resistance protein 1 4.702255466 C6_control_B1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.6780423 C6_control_B2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.361684001 C6_control_B3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.740971208 C6_control_C1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.289973537 C6_control_C2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.871635549 C6_control_C3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.416227839 C6_chemical_A1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.51583527 C6_chemical_A3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.033633831 C6_chemical_B1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.489820267 C6_chemical_B2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.079767702 C6_chemical_B3 +LQ00X040740 Pleiotropic drug resistance protein 1 6.275680818 C6_chemical_C1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.687395532 C6_chemical_C2 +LQ00X040740 Pleiotropic drug resistance protein 1 6.084964865 C6_chemical_C3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.382197342 L4_control_A1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.56442196 L4_control_A2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.56987432 L4_control_A3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.239604802 L4_control_B1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.453825222 L4_control_B2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.108487827 L4_control_B3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.95606832 L4_control_C2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.278732003 L4_control_C3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.427424353 L4_chemical_A1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.333347814 L4_chemical_A2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.913092341 L4_chemical_A3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.238056394 L4_chemical_B1 +LQ00X040740 Pleiotropic drug resistance protein 1 5.653136766 L4_chemical_B2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.279682691 L4_chemical_B3 +LQ00X040740 Pleiotropic drug resistance protein 1 5.524005868 L4_chemical_C2 +LQ00X040740 Pleiotropic drug resistance protein 1 5.442688961 L4_chemical_C3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.502801891 C6_control_A1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.472116298 C6_control_A3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.404044953 C6_control_B1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.189571737 C6_control_B2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.213675765 C6_control_B3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.097693704 C6_control_C1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.845627699 C6_control_C2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.423006239 C6_control_C3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.458812525 C6_chemical_A1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.5009239 C6_chemical_A3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.227744573 C6_chemical_B1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.983938976 C6_chemical_B2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.281169608 C6_chemical_B3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.063032849 C6_chemical_C1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.821574068 C6_chemical_C2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.091983913 C6_chemical_C3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.210598847 L4_control_A1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.431731587 L4_control_A2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.76029126 L4_control_A3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.115936786 L4_control_B1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.214163361 L4_control_B2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.46623093 L4_control_B3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.173674401 L4_control_C2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.390907733 L4_control_C3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.327388285 L4_chemical_A1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.655230405 L4_chemical_A2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.240398976 L4_chemical_A3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.44866074 L4_chemical_B1 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.643772487 L4_chemical_B2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.922291723 L4_chemical_B3 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.162666199 L4_chemical_C2 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.349943211 L4_chemical_C3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.518730807 C6_control_A1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.85790123 C6_control_A3 +LQ00X040940 Putative gag polyprotein (Fragment) 5.355606184 C6_control_B1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.746793155 C6_control_B2 +LQ00X040940 Putative gag polyprotein (Fragment) 4.863819252 C6_control_B3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.579947672 C6_control_C1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.614388126 C6_control_C2 +LQ00X040940 Putative gag polyprotein (Fragment) 4.750188449 C6_control_C3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.898430668 C6_chemical_A1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.926424237 C6_chemical_A3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.872921217 C6_chemical_B1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.661812006 C6_chemical_B2 +LQ00X040940 Putative gag polyprotein (Fragment) 4.847214866 C6_chemical_B3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.786134708 C6_chemical_C1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.668213175 C6_chemical_C2 +LQ00X040940 Putative gag polyprotein (Fragment) 4.574593177 C6_chemical_C3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.833694025 L4_control_A1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.916036944 L4_control_A2 +LQ00X040940 Putative gag polyprotein (Fragment) 4.679429353 L4_control_A3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.850638824 L4_control_B1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.86870207 L4_control_B2 +LQ00X040940 Putative gag polyprotein (Fragment) 5.133444382 L4_control_B3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.829296671 L4_control_C2 +LQ00X040940 Putative gag polyprotein (Fragment) 4.806024411 L4_control_C3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.871603581 L4_chemical_A1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.690483543 L4_chemical_A2 +LQ00X040940 Putative gag polyprotein (Fragment) 4.819517477 L4_chemical_A3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.810750149 L4_chemical_B1 +LQ00X040940 Putative gag polyprotein (Fragment) 4.903461584 L4_chemical_B2 +LQ00X040940 Putative gag polyprotein (Fragment) 4.576181578 L4_chemical_B3 +LQ00X040940 Putative gag polyprotein (Fragment) 4.847002825 L4_chemical_C2 +LQ00X040940 Putative gag polyprotein (Fragment) 5.080674516 L4_chemical_C3 +LQ00X040960 Hypothetical protein 4.792836842 C6_control_A1 +LQ00X040960 Hypothetical protein 4.989706813 C6_control_A3 +LQ00X040960 Hypothetical protein 4.897111354 C6_control_B1 +LQ00X040960 Hypothetical protein 5.172922287 C6_control_B2 +LQ00X040960 Hypothetical protein 5.014207129 C6_control_B3 +LQ00X040960 Hypothetical protein 5.673958169 C6_control_C1 +LQ00X040960 Hypothetical protein 4.944735766 C6_control_C2 +LQ00X040960 Hypothetical protein 4.856717028 C6_control_C3 +LQ00X040960 Hypothetical protein 5.012567583 C6_chemical_A1 +LQ00X040960 Hypothetical protein 4.74602669 C6_chemical_A3 +LQ00X040960 Hypothetical protein 5.077685705 C6_chemical_B1 +LQ00X040960 Hypothetical protein 5.007943538 C6_chemical_B2 +LQ00X040960 Hypothetical protein 5.399534732 C6_chemical_B3 +LQ00X040960 Hypothetical protein 4.917766138 C6_chemical_C1 +LQ00X040960 Hypothetical protein 5.091549576 C6_chemical_C2 +LQ00X040960 Hypothetical protein 5.414122547 C6_chemical_C3 +LQ00X040960 Hypothetical protein 4.924262714 L4_control_A1 +LQ00X040960 Hypothetical protein 5.571077108 L4_control_A2 +LQ00X040960 Hypothetical protein 5.106238778 L4_control_A3 +LQ00X040960 Hypothetical protein 5.010815921 L4_control_B1 +LQ00X040960 Hypothetical protein 5.302981814 L4_control_B2 +LQ00X040960 Hypothetical protein 5.102523226 L4_control_B3 +LQ00X040960 Hypothetical protein 5.776316626 L4_control_C2 +LQ00X040960 Hypothetical protein 5.255459108 L4_control_C3 +LQ00X040960 Hypothetical protein 5.016104711 L4_chemical_A1 +LQ00X040960 Hypothetical protein 5.224943516 L4_chemical_A2 +LQ00X040960 Hypothetical protein 5.174151022 L4_chemical_A3 +LQ00X040960 Hypothetical protein 4.998641018 L4_chemical_B1 +LQ00X040960 Hypothetical protein 5.38457512 L4_chemical_B2 +LQ00X040960 Hypothetical protein 4.980042499 L4_chemical_B3 +LQ00X040960 Hypothetical protein 5.591188391 L4_chemical_C2 +LQ00X040960 Hypothetical protein 5.201686613 L4_chemical_C3 +LQ00X041000 Putative Stress response protein nst1 5.05935762 C6_control_A1 +LQ00X041000 Putative Stress response protein nst1 4.713208869 C6_control_A3 +LQ00X041000 Putative Stress response protein nst1 5.533659989 C6_control_B1 +LQ00X041000 Putative Stress response protein nst1 4.926922261 C6_control_B2 +LQ00X041000 Putative Stress response protein nst1 5.073274896 C6_control_B3 +LQ00X041000 Putative Stress response protein nst1 5.077796189 C6_control_C1 +LQ00X041000 Putative Stress response protein nst1 4.8598041 C6_control_C2 +LQ00X041000 Putative Stress response protein nst1 4.94043235 C6_control_C3 +LQ00X041000 Putative Stress response protein nst1 4.910245377 C6_chemical_A1 +LQ00X041000 Putative Stress response protein nst1 5.455999234 C6_chemical_A3 +LQ00X041000 Putative Stress response protein nst1 5.427613802 C6_chemical_B1 +LQ00X041000 Putative Stress response protein nst1 4.927809514 C6_chemical_B2 +LQ00X041000 Putative Stress response protein nst1 4.953973319 C6_chemical_B3 +LQ00X041000 Putative Stress response protein nst1 5.107233048 C6_chemical_C1 +LQ00X041000 Putative Stress response protein nst1 4.993974402 C6_chemical_C2 +LQ00X041000 Putative Stress response protein nst1 4.922848084 C6_chemical_C3 +LQ00X041000 Putative Stress response protein nst1 4.813270565 L4_control_A1 +LQ00X041000 Putative Stress response protein nst1 4.877295165 L4_control_A2 +LQ00X041000 Putative Stress response protein nst1 5.094896505 L4_control_A3 +LQ00X041000 Putative Stress response protein nst1 5.138292649 L4_control_B1 +LQ00X041000 Putative Stress response protein nst1 4.601536131 L4_control_B2 +LQ00X041000 Putative Stress response protein nst1 4.985031967 L4_control_B3 +LQ00X041000 Putative Stress response protein nst1 5.285308867 L4_control_C2 +LQ00X041000 Putative Stress response protein nst1 6.434625555 L4_control_C3 +LQ00X041000 Putative Stress response protein nst1 5.199316275 L4_chemical_A1 +LQ00X041000 Putative Stress response protein nst1 4.82072519 L4_chemical_A2 +LQ00X041000 Putative Stress response protein nst1 5.192531276 L4_chemical_A3 +LQ00X041000 Putative Stress response protein nst1 5.088378477 L4_chemical_B1 +LQ00X041000 Putative Stress response protein nst1 5.019874834 L4_chemical_B2 +LQ00X041000 Putative Stress response protein nst1 4.87996851 L4_chemical_B3 +LQ00X041000 Putative Stress response protein nst1 4.995282949 L4_chemical_C2 +LQ00X041000 Putative Stress response protein nst1 5.434036564 L4_chemical_C3 +LQ00X041100 Predicted protein 7.201236258 C6_control_A1 +LQ00X041100 Predicted protein 8.549863911 C6_control_A3 +LQ00X041100 Predicted protein 7.817614495 C6_control_B1 +LQ00X041100 Predicted protein 7.495701347 C6_control_B2 +LQ00X041100 Predicted protein 7.362491243 C6_control_B3 +LQ00X041100 Predicted protein 7.555566281 C6_control_C1 +LQ00X041100 Predicted protein 8.726415964 C6_control_C2 +LQ00X041100 Predicted protein 7.453852119 C6_control_C3 +LQ00X041100 Predicted protein 6.382590583 C6_chemical_A1 +LQ00X041100 Predicted protein 7.022130373 C6_chemical_A3 +LQ00X041100 Predicted protein 7.143267081 C6_chemical_B1 +LQ00X041100 Predicted protein 7.088684793 C6_chemical_B2 +LQ00X041100 Predicted protein 7.306547431 C6_chemical_B3 +LQ00X041100 Predicted protein 7.526409398 C6_chemical_C1 +LQ00X041100 Predicted protein 7.255739466 C6_chemical_C2 +LQ00X041100 Predicted protein 6.438034925 C6_chemical_C3 +LQ00X041100 Predicted protein 6.85372314 L4_control_A1 +LQ00X041100 Predicted protein 6.526113343 L4_control_A2 +LQ00X041100 Predicted protein 6.938013164 L4_control_A3 +LQ00X041100 Predicted protein 6.854247657 L4_control_B1 +LQ00X041100 Predicted protein 6.976393625 L4_control_B2 +LQ00X041100 Predicted protein 6.622021052 L4_control_B3 +LQ00X041100 Predicted protein 7.293241478 L4_control_C2 +LQ00X041100 Predicted protein 7.994056462 L4_control_C3 +LQ00X041100 Predicted protein 6.856402676 L4_chemical_A1 +LQ00X041100 Predicted protein 6.48376536 L4_chemical_A2 +LQ00X041100 Predicted protein 6.603766456 L4_chemical_A3 +LQ00X041100 Predicted protein 7.071393587 L4_chemical_B1 +LQ00X041100 Predicted protein 6.762905923 L4_chemical_B2 +LQ00X041100 Predicted protein 6.676469121 L4_chemical_B3 +LQ00X041100 Predicted protein 6.106364786 L4_chemical_C2 +LQ00X041100 Predicted protein 6.812998226 L4_chemical_C3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.74587226 C6_control_A1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.71042673 C6_control_A3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.02311078 C6_control_B1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.75358949 C6_control_B2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.31456686 C6_control_B3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 12.38251331 C6_control_C1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 12.18239027 C6_control_C2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.7661385 C6_control_C3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.6803334 C6_chemical_A1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.69171882 C6_chemical_A3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.50562055 C6_chemical_B1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.47506268 C6_chemical_B2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.90508287 C6_chemical_B3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 12.50049303 C6_chemical_C1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 12.27959711 C6_chemical_C2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.41318264 C6_chemical_C3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.9902637 L4_control_A1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.55761442 L4_control_A2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 12.07422208 L4_control_A3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.55015548 L4_control_B1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.41749919 L4_control_B2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.71522694 L4_control_B3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.77338236 L4_control_C2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.99083118 L4_control_C3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.7292164 L4_chemical_A1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.14780484 L4_chemical_A2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.6661299 L4_chemical_A3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.45903016 L4_chemical_B1 +LQ00X041180 U2 small nuclear ribonucleoprotein A 10.02920406 L4_chemical_B2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.0814537 L4_chemical_B3 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.01215386 L4_chemical_C2 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.12905381 L4_chemical_C3 +LQ00X041240 Putative Glycine-rich protein 14.06864566 C6_control_A1 +LQ00X041240 Putative Glycine-rich protein 15.04094834 C6_control_A3 +LQ00X041240 Putative Glycine-rich protein 11.6221622 C6_control_B1 +LQ00X041240 Putative Glycine-rich protein 8.773703907 C6_control_B2 +LQ00X041240 Putative Glycine-rich protein 8.962685681 C6_control_B3 +LQ00X041240 Putative Glycine-rich protein 6.488265996 C6_control_C1 +LQ00X041240 Putative Glycine-rich protein 6.055396182 C6_control_C2 +LQ00X041240 Putative Glycine-rich protein 7.887028695 C6_control_C3 +LQ00X041240 Putative Glycine-rich protein 13.03494721 C6_chemical_A1 +LQ00X041240 Putative Glycine-rich protein 13.46355269 C6_chemical_A3 +LQ00X041240 Putative Glycine-rich protein 9.589821516 C6_chemical_B1 +LQ00X041240 Putative Glycine-rich protein 8.042519144 C6_chemical_B2 +LQ00X041240 Putative Glycine-rich protein 9.7785515 C6_chemical_B3 +LQ00X041240 Putative Glycine-rich protein 6.229012953 C6_chemical_C1 +LQ00X041240 Putative Glycine-rich protein 6.509256193 C6_chemical_C2 +LQ00X041240 Putative Glycine-rich protein 8.126887316 C6_chemical_C3 +LQ00X041240 Putative Glycine-rich protein 15.13267865 L4_control_A1 +LQ00X041240 Putative Glycine-rich protein 14.0660003 L4_control_A2 +LQ00X041240 Putative Glycine-rich protein 15.41733355 L4_control_A3 +LQ00X041240 Putative Glycine-rich protein 10.70679491 L4_control_B1 +LQ00X041240 Putative Glycine-rich protein 9.677216854 L4_control_B2 +LQ00X041240 Putative Glycine-rich protein 9.567215004 L4_control_B3 +LQ00X041240 Putative Glycine-rich protein 8.78266198 L4_control_C2 +LQ00X041240 Putative Glycine-rich protein 10.25967144 L4_control_C3 +LQ00X041240 Putative Glycine-rich protein 14.33513104 L4_chemical_A1 +LQ00X041240 Putative Glycine-rich protein 13.71131433 L4_chemical_A2 +LQ00X041240 Putative Glycine-rich protein 15.20081801 L4_chemical_A3 +LQ00X041240 Putative Glycine-rich protein 12.74655842 L4_chemical_B1 +LQ00X041240 Putative Glycine-rich protein 11.8185619 L4_chemical_B2 +LQ00X041240 Putative Glycine-rich protein 12.38069925 L4_chemical_B3 +LQ00X041240 Putative Glycine-rich protein 9.941990312 L4_chemical_C2 +LQ00X041240 Putative Glycine-rich protein 10.16930237 L4_chemical_C3 +LQ00X041290 Putative uncharacterized protein 10.64931858 C6_control_A1 +LQ00X041290 Putative uncharacterized protein 10.90024703 C6_control_A3 +LQ00X041290 Putative uncharacterized protein 10.54675058 C6_control_B1 +LQ00X041290 Putative uncharacterized protein 10.94428569 C6_control_B2 +LQ00X041290 Putative uncharacterized protein 11.8573538 C6_control_B3 +LQ00X041290 Putative uncharacterized protein 12.38503014 C6_control_C1 +LQ00X041290 Putative uncharacterized protein 10.87224472 C6_control_C2 +LQ00X041290 Putative uncharacterized protein 12.43283326 C6_control_C3 +LQ00X041290 Putative uncharacterized protein 11.03112409 C6_chemical_A1 +LQ00X041290 Putative uncharacterized protein 12.05857151 C6_chemical_A3 +LQ00X041290 Putative uncharacterized protein 10.51220471 C6_chemical_B1 +LQ00X041290 Putative uncharacterized protein 10.78819949 C6_chemical_B2 +LQ00X041290 Putative uncharacterized protein 12.54800658 C6_chemical_B3 +LQ00X041290 Putative uncharacterized protein 12.35008277 C6_chemical_C1 +LQ00X041290 Putative uncharacterized protein 12.04552652 C6_chemical_C2 +LQ00X041290 Putative uncharacterized protein 12.92399681 C6_chemical_C3 +LQ00X041290 Putative uncharacterized protein 11.54913111 L4_control_A1 +LQ00X041290 Putative uncharacterized protein 11.87982705 L4_control_A2 +LQ00X041290 Putative uncharacterized protein 11.55124993 L4_control_A3 +LQ00X041290 Putative uncharacterized protein 11.0890997 L4_control_B1 +LQ00X041290 Putative uncharacterized protein 11.70781812 L4_control_B2 +LQ00X041290 Putative uncharacterized protein 12.46122992 L4_control_B3 +LQ00X041290 Putative uncharacterized protein 13.18556369 L4_control_C2 +LQ00X041290 Putative uncharacterized protein 13.03042284 L4_control_C3 +LQ00X041290 Putative uncharacterized protein 11.92116786 L4_chemical_A1 +LQ00X041290 Putative uncharacterized protein 11.84101065 L4_chemical_A2 +LQ00X041290 Putative uncharacterized protein 11.8158478 L4_chemical_A3 +LQ00X041290 Putative uncharacterized protein 11.61917511 L4_chemical_B1 +LQ00X041290 Putative uncharacterized protein 11.85227414 L4_chemical_B2 +LQ00X041290 Putative uncharacterized protein 11.6475375 L4_chemical_B3 +LQ00X041290 Putative uncharacterized protein 13.06019254 L4_chemical_C2 +LQ00X041290 Putative uncharacterized protein 12.68306102 L4_chemical_C3 +LQ00X041300 Putative Protein sym-1 12.12242171 C6_control_A1 +LQ00X041300 Putative Protein sym-1 12.38248592 C6_control_A3 +LQ00X041300 Putative Protein sym-1 11.87656283 C6_control_B1 +LQ00X041300 Putative Protein sym-1 11.43364911 C6_control_B2 +LQ00X041300 Putative Protein sym-1 11.64883492 C6_control_B3 +LQ00X041300 Putative Protein sym-1 11.30373443 C6_control_C1 +LQ00X041300 Putative Protein sym-1 11.4432628 C6_control_C2 +LQ00X041300 Putative Protein sym-1 10.84893986 C6_control_C3 +LQ00X041300 Putative Protein sym-1 12.15183357 C6_chemical_A1 +LQ00X041300 Putative Protein sym-1 12.13999036 C6_chemical_A3 +LQ00X041300 Putative Protein sym-1 11.71549009 C6_chemical_B1 +LQ00X041300 Putative Protein sym-1 11.47713043 C6_chemical_B2 +LQ00X041300 Putative Protein sym-1 11.41325907 C6_chemical_B3 +LQ00X041300 Putative Protein sym-1 11.39402613 C6_chemical_C1 +LQ00X041300 Putative Protein sym-1 11.49603349 C6_chemical_C2 +LQ00X041300 Putative Protein sym-1 10.60756881 C6_chemical_C3 +LQ00X041300 Putative Protein sym-1 11.82965423 L4_control_A1 +LQ00X041300 Putative Protein sym-1 11.89727522 L4_control_A2 +LQ00X041300 Putative Protein sym-1 12.32243905 L4_control_A3 +LQ00X041300 Putative Protein sym-1 11.35619588 L4_control_B1 +LQ00X041300 Putative Protein sym-1 11.82585943 L4_control_B2 +LQ00X041300 Putative Protein sym-1 11.50595868 L4_control_B3 +LQ00X041300 Putative Protein sym-1 11.50026634 L4_control_C2 +LQ00X041300 Putative Protein sym-1 11.47574652 L4_control_C3 +LQ00X041300 Putative Protein sym-1 11.53347862 L4_chemical_A1 +LQ00X041300 Putative Protein sym-1 11.36829705 L4_chemical_A2 +LQ00X041300 Putative Protein sym-1 11.83732287 L4_chemical_A3 +LQ00X041300 Putative Protein sym-1 11.4480865 L4_chemical_B1 +LQ00X041300 Putative Protein sym-1 11.70164105 L4_chemical_B2 +LQ00X041300 Putative Protein sym-1 11.56681068 L4_chemical_B3 +LQ00X041300 Putative Protein sym-1 11.28992573 L4_chemical_C2 +LQ00X041300 Putative Protein sym-1 11.39583643 L4_chemical_C3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.06015964 C6_control_A1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.054662484 C6_control_A3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.717641041 C6_control_B1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.655296959 C6_control_B2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.802435114 C6_control_B3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.037837 C6_control_C1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.766181773 C6_control_C2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.123231267 C6_control_C3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.179170654 C6_chemical_A1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.687153023 C6_chemical_A3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.633326738 C6_chemical_B1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.662157584 C6_chemical_B2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.148511086 C6_chemical_B3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.931844593 C6_chemical_C1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.514285044 C6_chemical_C2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.596504808 C6_chemical_C3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.613215627 L4_control_A1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.289158691 L4_control_A2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.65243055 L4_control_A3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.869400152 L4_control_B1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.598460799 L4_control_B2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.016678041 L4_control_B3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.693935689 L4_control_C2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.378973119 L4_control_C3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.275899869 L4_chemical_A1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.693994649 L4_chemical_A2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.374365299 L4_chemical_A3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.52511723 L4_chemical_B1 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.534157962 L4_chemical_B2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.661079006 L4_chemical_B3 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.136359577 L4_chemical_C2 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 5.921102196 L4_chemical_C3 +LQ00X041460 Probable glutathione S-transferase 6.589464183 C6_control_A1 +LQ00X041460 Probable glutathione S-transferase 5.588653649 C6_control_A3 +LQ00X041460 Probable glutathione S-transferase 6.227289351 C6_control_B1 +LQ00X041460 Probable glutathione S-transferase 7.083207052 C6_control_B2 +LQ00X041460 Probable glutathione S-transferase 6.255283157 C6_control_B3 +LQ00X041460 Probable glutathione S-transferase 7.695310648 C6_control_C1 +LQ00X041460 Probable glutathione S-transferase 7.553157708 C6_control_C2 +LQ00X041460 Probable glutathione S-transferase 8.304662548 C6_control_C3 +LQ00X041460 Probable glutathione S-transferase 6.382381816 C6_chemical_A1 +LQ00X041460 Probable glutathione S-transferase 5.860409942 C6_chemical_A3 +LQ00X041460 Probable glutathione S-transferase 6.104511965 C6_chemical_B1 +LQ00X041460 Probable glutathione S-transferase 6.534949078 C6_chemical_B2 +LQ00X041460 Probable glutathione S-transferase 6.389275593 C6_chemical_B3 +LQ00X041460 Probable glutathione S-transferase 7.136180118 C6_chemical_C1 +LQ00X041460 Probable glutathione S-transferase 7.845433978 C6_chemical_C2 +LQ00X041460 Probable glutathione S-transferase 7.736249071 C6_chemical_C3 +LQ00X041460 Probable glutathione S-transferase 7.1052463 L4_control_A1 +LQ00X041460 Probable glutathione S-transferase 6.537952263 L4_control_A2 +LQ00X041460 Probable glutathione S-transferase 6.149335883 L4_control_A3 +LQ00X041460 Probable glutathione S-transferase 5.663441063 L4_control_B1 +LQ00X041460 Probable glutathione S-transferase 5.191035609 L4_control_B2 +LQ00X041460 Probable glutathione S-transferase 6.461774656 L4_control_B3 +LQ00X041460 Probable glutathione S-transferase 7.588535234 L4_control_C2 +LQ00X041460 Probable glutathione S-transferase 6.436481303 L4_control_C3 +LQ00X041460 Probable glutathione S-transferase 8.414880684 L4_chemical_A1 +LQ00X041460 Probable glutathione S-transferase 6.681236572 L4_chemical_A2 +LQ00X041460 Probable glutathione S-transferase 7.329027064 L4_chemical_A3 +LQ00X041460 Probable glutathione S-transferase 6.892957716 L4_chemical_B1 +LQ00X041460 Probable glutathione S-transferase 5.797820133 L4_chemical_B2 +LQ00X041460 Probable glutathione S-transferase 6.325439487 L4_chemical_B3 +LQ00X041460 Probable glutathione S-transferase 6.758839172 L4_chemical_C2 +LQ00X041460 Probable glutathione S-transferase 6.388761401 L4_chemical_C3 +LQ00X041470 Hypothetical protein 12.18355471 C6_control_A1 +LQ00X041470 Hypothetical protein 12.28746457 C6_control_A3 +LQ00X041470 Hypothetical protein 12.33010156 C6_control_B1 +LQ00X041470 Hypothetical protein 12.42027134 C6_control_B2 +LQ00X041470 Hypothetical protein 12.55492011 C6_control_B3 +LQ00X041470 Hypothetical protein 12.95888053 C6_control_C1 +LQ00X041470 Hypothetical protein 12.31210292 C6_control_C2 +LQ00X041470 Hypothetical protein 12.36807185 C6_control_C3 +LQ00X041470 Hypothetical protein 12.06675517 C6_chemical_A1 +LQ00X041470 Hypothetical protein 11.81781959 C6_chemical_A3 +LQ00X041470 Hypothetical protein 12.08936009 C6_chemical_B1 +LQ00X041470 Hypothetical protein 12.47630925 C6_chemical_B2 +LQ00X041470 Hypothetical protein 12.31828874 C6_chemical_B3 +LQ00X041470 Hypothetical protein 12.96626118 C6_chemical_C1 +LQ00X041470 Hypothetical protein 12.66147464 C6_chemical_C2 +LQ00X041470 Hypothetical protein 12.62192144 C6_chemical_C3 +LQ00X041470 Hypothetical protein 11.99306646 L4_control_A1 +LQ00X041470 Hypothetical protein 11.69609895 L4_control_A2 +LQ00X041470 Hypothetical protein 12.02661523 L4_control_A3 +LQ00X041470 Hypothetical protein 11.78663157 L4_control_B1 +LQ00X041470 Hypothetical protein 11.57222644 L4_control_B2 +LQ00X041470 Hypothetical protein 11.92311418 L4_control_B3 +LQ00X041470 Hypothetical protein 11.71330931 L4_control_C2 +LQ00X041470 Hypothetical protein 11.43388333 L4_control_C3 +LQ00X041470 Hypothetical protein 11.4860998 L4_chemical_A1 +LQ00X041470 Hypothetical protein 11.32742176 L4_chemical_A2 +LQ00X041470 Hypothetical protein 11.75253022 L4_chemical_A3 +LQ00X041470 Hypothetical protein 11.48328862 L4_chemical_B1 +LQ00X041470 Hypothetical protein 11.49739273 L4_chemical_B2 +LQ00X041470 Hypothetical protein 11.91867659 L4_chemical_B3 +LQ00X041470 Hypothetical protein 11.83691839 L4_chemical_C2 +LQ00X041470 Hypothetical protein 11.8135331 L4_chemical_C3 +LQ00X041590 Predicted protein 11.69302278 C6_control_A1 +LQ00X041590 Predicted protein 11.48499039 C6_control_A3 +LQ00X041590 Predicted protein 11.95853763 C6_control_B1 +LQ00X041590 Predicted protein 11.92888207 C6_control_B2 +LQ00X041590 Predicted protein 11.33228816 C6_control_B3 +LQ00X041590 Predicted protein 11.94756056 C6_control_C1 +LQ00X041590 Predicted protein 11.30440875 C6_control_C2 +LQ00X041590 Predicted protein 11.7533627 C6_control_C3 +LQ00X041590 Predicted protein 11.7220456 C6_chemical_A1 +LQ00X041590 Predicted protein 11.61525238 C6_chemical_A3 +LQ00X041590 Predicted protein 11.59117058 C6_chemical_B1 +LQ00X041590 Predicted protein 11.86117811 C6_chemical_B2 +LQ00X041590 Predicted protein 11.28487458 C6_chemical_B3 +LQ00X041590 Predicted protein 11.75421528 C6_chemical_C1 +LQ00X041590 Predicted protein 11.66637143 C6_chemical_C2 +LQ00X041590 Predicted protein 11.85348141 C6_chemical_C3 +LQ00X041590 Predicted protein 11.1303876 L4_control_A1 +LQ00X041590 Predicted protein 10.95152166 L4_control_A2 +LQ00X041590 Predicted protein 9.350405406 L4_control_A3 +LQ00X041590 Predicted protein 11.82161789 L4_control_B1 +LQ00X041590 Predicted protein 11.47689741 L4_control_B2 +LQ00X041590 Predicted protein 11.03303264 L4_control_B3 +LQ00X041590 Predicted protein 10.97728536 L4_control_C2 +LQ00X041590 Predicted protein 10.25941157 L4_control_C3 +LQ00X041590 Predicted protein 11.29804955 L4_chemical_A1 +LQ00X041590 Predicted protein 10.98224877 L4_chemical_A2 +LQ00X041590 Predicted protein 9.901322845 L4_chemical_A3 +LQ00X041590 Predicted protein 11.29517591 L4_chemical_B1 +LQ00X041590 Predicted protein 11.37921705 L4_chemical_B2 +LQ00X041590 Predicted protein 11.44151721 L4_chemical_B3 +LQ00X041590 Predicted protein 11.05430553 L4_chemical_C2 +LQ00X041590 Predicted protein 10.92942633 L4_chemical_C3 +LQ00X041610 Hypothetical protein 4.921823546 C6_control_A1 +LQ00X041610 Hypothetical protein 5.495689531 C6_control_A3 +LQ00X041610 Hypothetical protein 5.290453159 C6_control_B1 +LQ00X041610 Hypothetical protein 5.140235584 C6_control_B2 +LQ00X041610 Hypothetical protein 4.973470179 C6_control_B3 +LQ00X041610 Hypothetical protein 5.104728124 C6_control_C1 +LQ00X041610 Hypothetical protein 4.867006784 C6_control_C2 +LQ00X041610 Hypothetical protein 5.545251654 C6_control_C3 +LQ00X041610 Hypothetical protein 5.40117581 C6_chemical_A1 +LQ00X041610 Hypothetical protein 5.153277734 C6_chemical_A3 +LQ00X041610 Hypothetical protein 5.02374399 C6_chemical_B1 +LQ00X041610 Hypothetical protein 5.072019335 C6_chemical_B2 +LQ00X041610 Hypothetical protein 5.419724014 C6_chemical_B3 +LQ00X041610 Hypothetical protein 5.074706277 C6_chemical_C1 +LQ00X041610 Hypothetical protein 4.743120756 C6_chemical_C2 +LQ00X041610 Hypothetical protein 4.725169365 C6_chemical_C3 +LQ00X041610 Hypothetical protein 4.960434145 L4_control_A1 +LQ00X041610 Hypothetical protein 5.355814692 L4_control_A2 +LQ00X041610 Hypothetical protein 5.118268314 L4_control_A3 +LQ00X041610 Hypothetical protein 5.022493524 L4_control_B1 +LQ00X041610 Hypothetical protein 5.179219527 L4_control_B2 +LQ00X041610 Hypothetical protein 4.932995442 L4_control_B3 +LQ00X041610 Hypothetical protein 5.207329782 L4_control_C2 +LQ00X041610 Hypothetical protein 5.537759715 L4_control_C3 +LQ00X041610 Hypothetical protein 5.231257133 L4_chemical_A1 +LQ00X041610 Hypothetical protein 5.392293848 L4_chemical_A2 +LQ00X041610 Hypothetical protein 5.237614536 L4_chemical_A3 +LQ00X041610 Hypothetical protein 4.842987123 L4_chemical_B1 +LQ00X041610 Hypothetical protein 4.94357634 L4_chemical_B2 +LQ00X041610 Hypothetical protein 5.070662561 L4_chemical_B3 +LQ00X041610 Hypothetical protein 5.261827884 L4_chemical_C2 +LQ00X041610 Hypothetical protein 5.114070729 L4_chemical_C3 +LQ00X041650 Putative uncharacterized protein 14.05807804 C6_control_A1 +LQ00X041650 Putative uncharacterized protein 13.68794497 C6_control_A3 +LQ00X041650 Putative uncharacterized protein 13.46591216 C6_control_B1 +LQ00X041650 Putative uncharacterized protein 13.77281398 C6_control_B2 +LQ00X041650 Putative uncharacterized protein 13.46038097 C6_control_B3 +LQ00X041650 Putative uncharacterized protein 13.83117413 C6_control_C1 +LQ00X041650 Putative uncharacterized protein 13.28756013 C6_control_C2 +LQ00X041650 Putative uncharacterized protein 13.40406469 C6_control_C3 +LQ00X041650 Putative uncharacterized protein 14.10314116 C6_chemical_A1 +LQ00X041650 Putative uncharacterized protein 13.87575767 C6_chemical_A3 +LQ00X041650 Putative uncharacterized protein 13.27096049 C6_chemical_B1 +LQ00X041650 Putative uncharacterized protein 13.52213183 C6_chemical_B2 +LQ00X041650 Putative uncharacterized protein 13.33241062 C6_chemical_B3 +LQ00X041650 Putative uncharacterized protein 13.88653577 C6_chemical_C1 +LQ00X041650 Putative uncharacterized protein 13.64052546 C6_chemical_C2 +LQ00X041650 Putative uncharacterized protein 13.25921264 C6_chemical_C3 +LQ00X041650 Putative uncharacterized protein 13.92336021 L4_control_A1 +LQ00X041650 Putative uncharacterized protein 13.95398567 L4_control_A2 +LQ00X041650 Putative uncharacterized protein 14.0631093 L4_control_A3 +LQ00X041650 Putative uncharacterized protein 13.68560963 L4_control_B1 +LQ00X041650 Putative uncharacterized protein 13.22947248 L4_control_B2 +LQ00X041650 Putative uncharacterized protein 13.01613363 L4_control_B3 +LQ00X041650 Putative uncharacterized protein 13.27177335 L4_control_C2 +LQ00X041650 Putative uncharacterized protein 13.1924921 L4_control_C3 +LQ00X041650 Putative uncharacterized protein 13.89563612 L4_chemical_A1 +LQ00X041650 Putative uncharacterized protein 13.66118361 L4_chemical_A2 +LQ00X041650 Putative uncharacterized protein 14.16101898 L4_chemical_A3 +LQ00X041650 Putative uncharacterized protein 13.57352885 L4_chemical_B1 +LQ00X041650 Putative uncharacterized protein 13.24381198 L4_chemical_B2 +LQ00X041650 Putative uncharacterized protein 13.12118362 L4_chemical_B3 +LQ00X041650 Putative uncharacterized protein 13.25275523 L4_chemical_C2 +LQ00X041650 Putative uncharacterized protein 13.16327613 L4_chemical_C3 +LQ00X041760 Hypothetical protein 5.454141614 C6_control_A1 +LQ00X041760 Hypothetical protein 6.170033187 C6_control_A3 +LQ00X041760 Hypothetical protein 5.763117042 C6_control_B1 +LQ00X041760 Hypothetical protein 6.250905342 C6_control_B2 +LQ00X041760 Hypothetical protein 5.813365627 C6_control_B3 +LQ00X041760 Hypothetical protein 6.352635419 C6_control_C1 +LQ00X041760 Hypothetical protein 6.334623182 C6_control_C2 +LQ00X041760 Hypothetical protein 6.921890174 C6_control_C3 +LQ00X041760 Hypothetical protein 5.895340515 C6_chemical_A1 +LQ00X041760 Hypothetical protein 6.206851678 C6_chemical_A3 +LQ00X041760 Hypothetical protein 6.191799683 C6_chemical_B1 +LQ00X041760 Hypothetical protein 6.505340651 C6_chemical_B2 +LQ00X041760 Hypothetical protein 6.008147731 C6_chemical_B3 +LQ00X041760 Hypothetical protein 7.235648659 C6_chemical_C1 +LQ00X041760 Hypothetical protein 6.888026577 C6_chemical_C2 +LQ00X041760 Hypothetical protein 7.047969996 C6_chemical_C3 +LQ00X041760 Hypothetical protein 6.33432298 L4_control_A1 +LQ00X041760 Hypothetical protein 6.424049308 L4_control_A2 +LQ00X041760 Hypothetical protein 6.403063581 L4_control_A3 +LQ00X041760 Hypothetical protein 8.05199922 L4_control_B1 +LQ00X041760 Hypothetical protein 6.912788735 L4_control_B2 +LQ00X041760 Hypothetical protein 6.608035044 L4_control_B3 +LQ00X041760 Hypothetical protein 6.762091763 L4_control_C2 +LQ00X041760 Hypothetical protein 6.615545722 L4_control_C3 +LQ00X041760 Hypothetical protein 6.533758696 L4_chemical_A1 +LQ00X041760 Hypothetical protein 6.123550089 L4_chemical_A2 +LQ00X041760 Hypothetical protein 6.36734129 L4_chemical_A3 +LQ00X041760 Hypothetical protein 7.573882134 L4_chemical_B1 +LQ00X041760 Hypothetical protein 6.84897214 L4_chemical_B2 +LQ00X041760 Hypothetical protein 6.500719516 L4_chemical_B3 +LQ00X041760 Hypothetical protein 6.65006685 L4_chemical_C2 +LQ00X041760 Hypothetical protein 6.625722973 L4_chemical_C3 +LQ00X041850 Hypothetical protein 5.097827461 C6_control_A1 +LQ00X041850 Hypothetical protein 5.465417923 C6_control_A3 +LQ00X041850 Hypothetical protein 4.810638265 C6_control_B1 +LQ00X041850 Hypothetical protein 5.174294918 C6_control_B2 +LQ00X041850 Hypothetical protein 5.083702165 C6_control_B3 +LQ00X041850 Hypothetical protein 4.857300116 C6_control_C1 +LQ00X041850 Hypothetical protein 5.044388195 C6_control_C2 +LQ00X041850 Hypothetical protein 5.005588533 C6_control_C3 +LQ00X041850 Hypothetical protein 5.063968658 C6_chemical_A1 +LQ00X041850 Hypothetical protein 5.431432675 C6_chemical_A3 +LQ00X041850 Hypothetical protein 4.927181968 C6_chemical_B1 +LQ00X041850 Hypothetical protein 5.150685916 C6_chemical_B2 +LQ00X041850 Hypothetical protein 5.056457918 C6_chemical_B3 +LQ00X041850 Hypothetical protein 5.144533699 C6_chemical_C1 +LQ00X041850 Hypothetical protein 5.246414878 C6_chemical_C2 +LQ00X041850 Hypothetical protein 5.125038606 C6_chemical_C3 +LQ00X041850 Hypothetical protein 5.214647005 L4_control_A1 +LQ00X041850 Hypothetical protein 5.42042274 L4_control_A2 +LQ00X041850 Hypothetical protein 5.879892021 L4_control_A3 +LQ00X041850 Hypothetical protein 5.12846645 L4_control_B1 +LQ00X041850 Hypothetical protein 5.081877394 L4_control_B2 +LQ00X041850 Hypothetical protein 5.075990837 L4_control_B3 +LQ00X041850 Hypothetical protein 4.772667233 L4_control_C2 +LQ00X041850 Hypothetical protein 4.994051635 L4_control_C3 +LQ00X041850 Hypothetical protein 5.130131616 L4_chemical_A1 +LQ00X041850 Hypothetical protein 5.441973212 L4_chemical_A2 +LQ00X041850 Hypothetical protein 5.332350997 L4_chemical_A3 +LQ00X041850 Hypothetical protein 5.185808229 L4_chemical_B1 +LQ00X041850 Hypothetical protein 5.267428434 L4_chemical_B2 +LQ00X041850 Hypothetical protein 5.073649874 L4_chemical_B3 +LQ00X041850 Hypothetical protein 4.888816646 L4_chemical_C2 +LQ00X041850 Hypothetical protein 5.025617634 L4_chemical_C3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.893368406 C6_control_A1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.789402072 C6_control_A3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.959371249 C6_control_B1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.764752791 C6_control_B2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.750563158 C6_control_B3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.826301024 C6_control_C1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.271625602 C6_control_C2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.927539454 C6_control_C3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.431506348 C6_chemical_A1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.855170289 C6_chemical_A3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.08819896 C6_chemical_B1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.817617582 C6_chemical_B2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.221489052 C6_chemical_B3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.82372227 C6_chemical_C1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.767660354 C6_chemical_C2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.063569315 C6_chemical_C3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.111490971 L4_control_A1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.042471783 L4_control_A2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.16044579 L4_control_A3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.973806485 L4_control_B1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.824546251 L4_control_B2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.028850873 L4_control_B3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 6.041953538 L4_control_C2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.643527569 L4_control_C3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.028518852 L4_chemical_A1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.726183036 L4_chemical_A2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.674628648 L4_chemical_A3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.965991861 L4_chemical_B1 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.892377349 L4_chemical_B2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.73686355 L4_chemical_B3 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.42347205 L4_chemical_C2 +LQ00X042450 Receptor serine-threonine protein kinase, putative 5.794318945 L4_chemical_C3 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.40129531 C6_control_A1 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.25236346 C6_control_A3 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.65058162 C6_control_B1 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.57540983 C6_control_B2 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.6678939 C6_control_B3 +LQ00X042510 Ferrochelatase-2, chloroplastic 12.04562675 C6_control_C1 +LQ00X042510 Ferrochelatase-2, chloroplastic 11.84509981 C6_control_C2 +LQ00X042510 Ferrochelatase-2, chloroplastic 11.66158809 C6_control_C3 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.65004981 C6_chemical_A1 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.3152372 C6_chemical_A3 +LQ00X042510 Ferrochelatase-2, chloroplastic 11.26722856 C6_chemical_B1 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.52253546 C6_chemical_B2 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.99500476 C6_chemical_B3 +LQ00X042510 Ferrochelatase-2, chloroplastic 12.03481512 C6_chemical_C1 +LQ00X042510 Ferrochelatase-2, chloroplastic 12.12098907 C6_chemical_C2 +LQ00X042510 Ferrochelatase-2, chloroplastic 11.61036754 C6_chemical_C3 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.15459488 L4_control_A1 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.32796821 L4_control_A2 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.57217859 L4_control_A3 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.74738561 L4_control_B1 +LQ00X042510 Ferrochelatase-2, chloroplastic 11.47145774 L4_control_B2 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.97111149 L4_control_B3 +LQ00X042510 Ferrochelatase-2, chloroplastic 12.75547507 L4_control_C2 +LQ00X042510 Ferrochelatase-2, chloroplastic 12.62961505 L4_control_C3 +LQ00X042510 Ferrochelatase-2, chloroplastic 9.870689056 L4_chemical_A1 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.49299322 L4_chemical_A2 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.05796161 L4_chemical_A3 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.97075091 L4_chemical_B1 +LQ00X042510 Ferrochelatase-2, chloroplastic 11.09890891 L4_chemical_B2 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.35085227 L4_chemical_B3 +LQ00X042510 Ferrochelatase-2, chloroplastic 12.54076018 L4_chemical_C2 +LQ00X042510 Ferrochelatase-2, chloroplastic 12.659845 L4_chemical_C3 +LQ00X042540 21 kDa seed protein 13.2691114 C6_control_A1 +LQ00X042540 21 kDa seed protein 14.42723551 C6_control_A3 +LQ00X042540 21 kDa seed protein 12.74987088 C6_control_B1 +LQ00X042540 21 kDa seed protein 15.17777905 C6_control_B2 +LQ00X042540 21 kDa seed protein 15.0582002 C6_control_B3 +LQ00X042540 21 kDa seed protein 15.49500281 C6_control_C1 +LQ00X042540 21 kDa seed protein 15.77410566 C6_control_C2 +LQ00X042540 21 kDa seed protein 15.75278794 C6_control_C3 +LQ00X042540 21 kDa seed protein 14.42605306 C6_chemical_A1 +LQ00X042540 21 kDa seed protein 15.29919624 C6_chemical_A3 +LQ00X042540 21 kDa seed protein 13.09474269 C6_chemical_B1 +LQ00X042540 21 kDa seed protein 15.13924825 C6_chemical_B2 +LQ00X042540 21 kDa seed protein 14.94147013 C6_chemical_B3 +LQ00X042540 21 kDa seed protein 15.81341925 C6_chemical_C1 +LQ00X042540 21 kDa seed protein 15.53890071 C6_chemical_C2 +LQ00X042540 21 kDa seed protein 14.73943981 C6_chemical_C3 +LQ00X042540 21 kDa seed protein 13.56170503 L4_control_A1 +LQ00X042540 21 kDa seed protein 11.90109902 L4_control_A2 +LQ00X042540 21 kDa seed protein 13.49928043 L4_control_A3 +LQ00X042540 21 kDa seed protein 14.31056325 L4_control_B1 +LQ00X042540 21 kDa seed protein 14.14313819 L4_control_B2 +LQ00X042540 21 kDa seed protein 15.66761576 L4_control_B3 +LQ00X042540 21 kDa seed protein 14.52325002 L4_control_C2 +LQ00X042540 21 kDa seed protein 14.88425994 L4_control_C3 +LQ00X042540 21 kDa seed protein 14.55473401 L4_chemical_A1 +LQ00X042540 21 kDa seed protein 14.30464984 L4_chemical_A2 +LQ00X042540 21 kDa seed protein 14.14133526 L4_chemical_A3 +LQ00X042540 21 kDa seed protein 13.83575607 L4_chemical_B1 +LQ00X042540 21 kDa seed protein 14.29439357 L4_chemical_B2 +LQ00X042540 21 kDa seed protein 13.75207595 L4_chemical_B3 +LQ00X042540 21 kDa seed protein 15.0048741 L4_chemical_C2 +LQ00X042540 21 kDa seed protein 15.49103934 L4_chemical_C3 +LQ00X042650 Putative polyprotein 4.855158463 C6_control_A1 +LQ00X042650 Putative polyprotein 4.731332309 C6_control_A3 +LQ00X042650 Putative polyprotein 5.373360192 C6_control_B1 +LQ00X042650 Putative polyprotein 4.886435933 C6_control_B2 +LQ00X042650 Putative polyprotein 5.161020891 C6_control_B3 +LQ00X042650 Putative polyprotein 5.167592889 C6_control_C1 +LQ00X042650 Putative polyprotein 5.208906221 C6_control_C2 +LQ00X042650 Putative polyprotein 5.498598293 C6_control_C3 +LQ00X042650 Putative polyprotein 5.011022211 C6_chemical_A1 +LQ00X042650 Putative polyprotein 5.323516728 C6_chemical_A3 +LQ00X042650 Putative polyprotein 5.980619772 C6_chemical_B1 +LQ00X042650 Putative polyprotein 5.011353928 C6_chemical_B2 +LQ00X042650 Putative polyprotein 5.676021698 C6_chemical_B3 +LQ00X042650 Putative polyprotein 5.233975504 C6_chemical_C1 +LQ00X042650 Putative polyprotein 5.090975018 C6_chemical_C2 +LQ00X042650 Putative polyprotein 5.107044347 C6_chemical_C3 +LQ00X042650 Putative polyprotein 5.110595978 L4_control_A1 +LQ00X042650 Putative polyprotein 5.117858153 L4_control_A2 +LQ00X042650 Putative polyprotein 5.107492475 L4_control_A3 +LQ00X042650 Putative polyprotein 5.510688399 L4_control_B1 +LQ00X042650 Putative polyprotein 5.579238643 L4_control_B2 +LQ00X042650 Putative polyprotein 5.104488847 L4_control_B3 +LQ00X042650 Putative polyprotein 6.862364981 L4_control_C2 +LQ00X042650 Putative polyprotein 5.753261292 L4_control_C3 +LQ00X042650 Putative polyprotein 5.04348584 L4_chemical_A1 +LQ00X042650 Putative polyprotein 4.949712828 L4_chemical_A2 +LQ00X042650 Putative polyprotein 5.243850916 L4_chemical_A3 +LQ00X042650 Putative polyprotein 5.787223224 L4_chemical_B1 +LQ00X042650 Putative polyprotein 6.140322089 L4_chemical_B2 +LQ00X042650 Putative polyprotein 5.21113993 L4_chemical_B3 +LQ00X042650 Putative polyprotein 6.885474895 L4_chemical_C2 +LQ00X042650 Putative polyprotein 5.717795667 L4_chemical_C3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.37555163 C6_control_A1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.64375418 C6_control_A3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.11670882 C6_control_B1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.48761076 C6_control_B2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.56926573 C6_control_B3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.15840958 C6_control_C1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.74353484 C6_control_C2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.7764672 C6_control_C3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.2755799 C6_chemical_A1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.43241099 C6_chemical_A3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.79660598 C6_chemical_B1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.28066724 C6_chemical_B2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.3264183 C6_chemical_B3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.17460152 C6_chemical_C1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.94064015 C6_chemical_C2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.65686445 C6_chemical_C3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.08833233 L4_control_A1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.2194789 L4_control_A2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.63892939 L4_control_A3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.9351871 L4_control_B1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.234848 L4_control_B2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.20144761 L4_control_B3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.83386235 L4_control_C2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.32687478 L4_control_C3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.14180056 L4_chemical_A1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.12451762 L4_chemical_A2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.11572919 L4_chemical_A3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.27698857 L4_chemical_B1 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.49294395 L4_chemical_B2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 11.54279512 L4_chemical_B3 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.73982675 L4_chemical_C2 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.44630097 L4_chemical_C3 +LQ00X042830 Predicted protein 10.67426109 C6_control_A1 +LQ00X042830 Predicted protein 10.20341523 C6_control_A3 +LQ00X042830 Predicted protein 10.48618227 C6_control_B1 +LQ00X042830 Predicted protein 10.5935138 C6_control_B2 +LQ00X042830 Predicted protein 10.82857839 C6_control_B3 +LQ00X042830 Predicted protein 11.05942718 C6_control_C1 +LQ00X042830 Predicted protein 10.70924342 C6_control_C2 +LQ00X042830 Predicted protein 11.39221203 C6_control_C3 +LQ00X042830 Predicted protein 10.05231662 C6_chemical_A1 +LQ00X042830 Predicted protein 10.40271275 C6_chemical_A3 +LQ00X042830 Predicted protein 9.833454147 C6_chemical_B1 +LQ00X042830 Predicted protein 10.52766702 C6_chemical_B2 +LQ00X042830 Predicted protein 10.61504873 C6_chemical_B3 +LQ00X042830 Predicted protein 10.85628466 C6_chemical_C1 +LQ00X042830 Predicted protein 10.60289719 C6_chemical_C2 +LQ00X042830 Predicted protein 11.09964505 C6_chemical_C3 +LQ00X042830 Predicted protein 10.54677959 L4_control_A1 +LQ00X042830 Predicted protein 9.526072727 L4_control_A2 +LQ00X042830 Predicted protein 9.874607543 L4_control_A3 +LQ00X042830 Predicted protein 10.48109701 L4_control_B1 +LQ00X042830 Predicted protein 9.351600268 L4_control_B2 +LQ00X042830 Predicted protein 10.77849251 L4_control_B3 +LQ00X042830 Predicted protein 10.00469385 L4_control_C2 +LQ00X042830 Predicted protein 10.38035944 L4_control_C3 +LQ00X042830 Predicted protein 10.58533511 L4_chemical_A1 +LQ00X042830 Predicted protein 9.280846823 L4_chemical_A2 +LQ00X042830 Predicted protein 9.998918127 L4_chemical_A3 +LQ00X042830 Predicted protein 9.942390818 L4_chemical_B1 +LQ00X042830 Predicted protein 9.310602322 L4_chemical_B2 +LQ00X042830 Predicted protein 11.08610079 L4_chemical_B3 +LQ00X042830 Predicted protein 9.878999474 L4_chemical_C2 +LQ00X042830 Predicted protein 10.37740753 L4_chemical_C3 +LQ00X043020 Hypothetical protein 7.394151276 C6_control_A1 +LQ00X043020 Hypothetical protein 7.003084143 C6_control_A3 +LQ00X043020 Hypothetical protein 7.480983992 C6_control_B1 +LQ00X043020 Hypothetical protein 7.163489091 C6_control_B2 +LQ00X043020 Hypothetical protein 7.761672501 C6_control_B3 +LQ00X043020 Hypothetical protein 8.523293053 C6_control_C1 +LQ00X043020 Hypothetical protein 8.398909446 C6_control_C2 +LQ00X043020 Hypothetical protein 9.421999062 C6_control_C3 +LQ00X043020 Hypothetical protein 7.625690154 C6_chemical_A1 +LQ00X043020 Hypothetical protein 8.483420996 C6_chemical_A3 +LQ00X043020 Hypothetical protein 7.012767923 C6_chemical_B1 +LQ00X043020 Hypothetical protein 7.782399085 C6_chemical_B2 +LQ00X043020 Hypothetical protein 7.792877028 C6_chemical_B3 +LQ00X043020 Hypothetical protein 8.418482226 C6_chemical_C1 +LQ00X043020 Hypothetical protein 9.102820857 C6_chemical_C2 +LQ00X043020 Hypothetical protein 9.474415014 C6_chemical_C3 +LQ00X043020 Hypothetical protein 7.574692679 L4_control_A1 +LQ00X043020 Hypothetical protein 8.063500784 L4_control_A2 +LQ00X043020 Hypothetical protein 7.621470014 L4_control_A3 +LQ00X043020 Hypothetical protein 7.900611572 L4_control_B1 +LQ00X043020 Hypothetical protein 8.501501239 L4_control_B2 +LQ00X043020 Hypothetical protein 8.087208327 L4_control_B3 +LQ00X043020 Hypothetical protein 9.46748108 L4_control_C2 +LQ00X043020 Hypothetical protein 7.657054174 L4_control_C3 +LQ00X043020 Hypothetical protein 7.72120799 L4_chemical_A1 +LQ00X043020 Hypothetical protein 7.926099585 L4_chemical_A2 +LQ00X043020 Hypothetical protein 6.683846963 L4_chemical_A3 +LQ00X043020 Hypothetical protein 8.121094178 L4_chemical_B1 +LQ00X043020 Hypothetical protein 8.165811975 L4_chemical_B2 +LQ00X043020 Hypothetical protein 7.864872952 L4_chemical_B3 +LQ00X043020 Hypothetical protein 9.261797967 L4_chemical_C2 +LQ00X043020 Hypothetical protein 8.073984296 L4_chemical_C3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.759332 C6_control_A1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.40954295 C6_control_A3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.27912034 C6_control_B1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.79268177 C6_control_B2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.50894447 C6_control_B3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 12.3200271 C6_control_C1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 12.20688264 C6_control_C2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.77252637 C6_control_C3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.62830417 C6_chemical_A1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.60119684 C6_chemical_A3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.05299973 C6_chemical_B1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.70289631 C6_chemical_B2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.32856892 C6_chemical_B3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 12.16777687 C6_chemical_C1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 12.15616709 C6_chemical_C2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.93193893 C6_chemical_C3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.73968665 L4_control_A1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.43345281 L4_control_A2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.78825251 L4_control_A3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.29642355 L4_control_B1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 10.9542661 L4_control_B2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.64019559 L4_control_B3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.94592832 L4_control_C2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.70708906 L4_control_C3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.63680915 L4_chemical_A1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.455631 L4_chemical_A2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.63546435 L4_chemical_A3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.26909412 L4_chemical_B1 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 10.8258364 L4_chemical_B2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.49022377 L4_chemical_B3 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.56376921 L4_chemical_C2 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.87185823 L4_chemical_C3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 5.625128424 C6_control_A1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 5.778392981 C6_control_A3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 7.066430917 C6_control_B1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.239822303 C6_control_B2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 5.892667616 C6_control_B3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.559137271 C6_control_C1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.571781864 C6_control_C2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.190494949 C6_control_C3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.359205144 C6_chemical_A1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.138807155 C6_chemical_A3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.422942761 C6_chemical_B1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.893555413 C6_chemical_B2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 5.865738229 C6_chemical_B3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.590058472 C6_chemical_C1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.509440606 C6_chemical_C2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.452235065 C6_chemical_C3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 7.024960548 L4_control_A1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.077501324 L4_control_A2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 5.338904678 L4_control_A3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.845557713 L4_control_B1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.721788348 L4_control_B2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.229718029 L4_control_B3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.634434316 L4_control_C2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.718023523 L4_control_C3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 8.568433035 L4_chemical_A1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.623819368 L4_chemical_A2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 5.044636196 L4_chemical_A3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 5.910091148 L4_chemical_B1 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.949083867 L4_chemical_B2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 7.421582774 L4_chemical_B3 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 7.72722671 L4_chemical_C2 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.733584875 L4_chemical_C3 +LQ00X043210 RING-H2 finger protein ATL4E 9.239412497 C6_control_A1 +LQ00X043210 RING-H2 finger protein ATL4E 8.469021816 C6_control_A3 +LQ00X043210 RING-H2 finger protein ATL4E 9.392173978 C6_control_B1 +LQ00X043210 RING-H2 finger protein ATL4E 10.3101626 C6_control_B2 +LQ00X043210 RING-H2 finger protein ATL4E 9.786425694 C6_control_B3 +LQ00X043210 RING-H2 finger protein ATL4E 9.636949796 C6_control_C1 +LQ00X043210 RING-H2 finger protein ATL4E 10.18914718 C6_control_C2 +LQ00X043210 RING-H2 finger protein ATL4E 9.773296997 C6_control_C3 +LQ00X043210 RING-H2 finger protein ATL4E 9.152447893 C6_chemical_A1 +LQ00X043210 RING-H2 finger protein ATL4E 9.077828247 C6_chemical_A3 +LQ00X043210 RING-H2 finger protein ATL4E 9.111372012 C6_chemical_B1 +LQ00X043210 RING-H2 finger protein ATL4E 10.20126496 C6_chemical_B2 +LQ00X043210 RING-H2 finger protein ATL4E 9.385051497 C6_chemical_B3 +LQ00X043210 RING-H2 finger protein ATL4E 9.416246314 C6_chemical_C1 +LQ00X043210 RING-H2 finger protein ATL4E 10.1272295 C6_chemical_C2 +LQ00X043210 RING-H2 finger protein ATL4E 10.08273907 C6_chemical_C3 +LQ00X043210 RING-H2 finger protein ATL4E 9.092416176 L4_control_A1 +LQ00X043210 RING-H2 finger protein ATL4E 9.556495492 L4_control_A2 +LQ00X043210 RING-H2 finger protein ATL4E 9.492722256 L4_control_A3 +LQ00X043210 RING-H2 finger protein ATL4E 9.6883949 L4_control_B1 +LQ00X043210 RING-H2 finger protein ATL4E 9.71684553 L4_control_B2 +LQ00X043210 RING-H2 finger protein ATL4E 10.4135248 L4_control_B3 +LQ00X043210 RING-H2 finger protein ATL4E 9.528759143 L4_control_C2 +LQ00X043210 RING-H2 finger protein ATL4E 10.21354952 L4_control_C3 +LQ00X043210 RING-H2 finger protein ATL4E 8.877417174 L4_chemical_A1 +LQ00X043210 RING-H2 finger protein ATL4E 9.144276198 L4_chemical_A2 +LQ00X043210 RING-H2 finger protein ATL4E 9.316390502 L4_chemical_A3 +LQ00X043210 RING-H2 finger protein ATL4E 8.274210774 L4_chemical_B1 +LQ00X043210 RING-H2 finger protein ATL4E 8.825224843 L4_chemical_B2 +LQ00X043210 RING-H2 finger protein ATL4E 9.717170533 L4_chemical_B3 +LQ00X043210 RING-H2 finger protein ATL4E 9.479560713 L4_chemical_C2 +LQ00X043210 RING-H2 finger protein ATL4E 10.09308436 L4_chemical_C3 +LQ00X043270 Predicted protein 9.679821231 C6_control_A1 +LQ00X043270 Predicted protein 10.18790966 C6_control_A3 +LQ00X043270 Predicted protein 7.984642267 C6_control_B1 +LQ00X043270 Predicted protein 6.1437295 C6_control_B2 +LQ00X043270 Predicted protein 5.962833925 C6_control_B3 +LQ00X043270 Predicted protein 6.154259883 C6_control_C1 +LQ00X043270 Predicted protein 5.327725201 C6_control_C2 +LQ00X043270 Predicted protein 5.754898275 C6_control_C3 +LQ00X043270 Predicted protein 8.578510037 C6_chemical_A1 +LQ00X043270 Predicted protein 9.680685549 C6_chemical_A3 +LQ00X043270 Predicted protein 5.637787487 C6_chemical_B1 +LQ00X043270 Predicted protein 5.671715386 C6_chemical_B2 +LQ00X043270 Predicted protein 6.105637631 C6_chemical_B3 +LQ00X043270 Predicted protein 5.540440601 C6_chemical_C1 +LQ00X043270 Predicted protein 5.4202087 C6_chemical_C2 +LQ00X043270 Predicted protein 4.932797636 C6_chemical_C3 +LQ00X043270 Predicted protein 9.93523512 L4_control_A1 +LQ00X043270 Predicted protein 8.900798446 L4_control_A2 +LQ00X043270 Predicted protein 9.623410212 L4_control_A3 +LQ00X043270 Predicted protein 5.411394601 L4_control_B1 +LQ00X043270 Predicted protein 6.249787128 L4_control_B2 +LQ00X043270 Predicted protein 5.361893608 L4_control_B3 +LQ00X043270 Predicted protein 5.363868234 L4_control_C2 +LQ00X043270 Predicted protein 5.566714935 L4_control_C3 +LQ00X043270 Predicted protein 8.832712719 L4_chemical_A1 +LQ00X043270 Predicted protein 7.798947076 L4_chemical_A2 +LQ00X043270 Predicted protein 9.688211056 L4_chemical_A3 +LQ00X043270 Predicted protein 6.278425274 L4_chemical_B1 +LQ00X043270 Predicted protein 6.928028527 L4_chemical_B2 +LQ00X043270 Predicted protein 7.110169807 L4_chemical_B3 +LQ00X043270 Predicted protein 5.093917343 L4_chemical_C2 +LQ00X043270 Predicted protein 4.981044061 L4_chemical_C3 +LQ00X043280 Sucrose-phosphate synthase 2 9.920782942 C6_control_A1 +LQ00X043280 Sucrose-phosphate synthase 2 7.64748575 C6_control_A3 +LQ00X043280 Sucrose-phosphate synthase 2 10.88804492 C6_control_B1 +LQ00X043280 Sucrose-phosphate synthase 2 11.33501204 C6_control_B2 +LQ00X043280 Sucrose-phosphate synthase 2 10.49911785 C6_control_B3 +LQ00X043280 Sucrose-phosphate synthase 2 13.99767704 C6_control_C1 +LQ00X043280 Sucrose-phosphate synthase 2 13.64365574 C6_control_C2 +LQ00X043280 Sucrose-phosphate synthase 2 14.17192781 C6_control_C3 +LQ00X043280 Sucrose-phosphate synthase 2 9.928833382 C6_chemical_A1 +LQ00X043280 Sucrose-phosphate synthase 2 8.141190714 C6_chemical_A3 +LQ00X043280 Sucrose-phosphate synthase 2 10.98211739 C6_chemical_B1 +LQ00X043280 Sucrose-phosphate synthase 2 11.12095772 C6_chemical_B2 +LQ00X043280 Sucrose-phosphate synthase 2 11.22361161 C6_chemical_B3 +LQ00X043280 Sucrose-phosphate synthase 2 13.63979543 C6_chemical_C1 +LQ00X043280 Sucrose-phosphate synthase 2 13.72038221 C6_chemical_C2 +LQ00X043280 Sucrose-phosphate synthase 2 13.95062247 C6_chemical_C3 +LQ00X043280 Sucrose-phosphate synthase 2 9.140766827 L4_control_A1 +LQ00X043280 Sucrose-phosphate synthase 2 10.47835298 L4_control_A2 +LQ00X043280 Sucrose-phosphate synthase 2 9.499761975 L4_control_A3 +LQ00X043280 Sucrose-phosphate synthase 2 12.10714438 L4_control_B1 +LQ00X043280 Sucrose-phosphate synthase 2 10.48932409 L4_control_B2 +LQ00X043280 Sucrose-phosphate synthase 2 12.5980006 L4_control_B3 +LQ00X043280 Sucrose-phosphate synthase 2 13.59003325 L4_control_C2 +LQ00X043280 Sucrose-phosphate synthase 2 13.40430316 L4_control_C3 +LQ00X043280 Sucrose-phosphate synthase 2 9.687395609 L4_chemical_A1 +LQ00X043280 Sucrose-phosphate synthase 2 11.14733496 L4_chemical_A2 +LQ00X043280 Sucrose-phosphate synthase 2 9.47717454 L4_chemical_A3 +LQ00X043280 Sucrose-phosphate synthase 2 11.23382809 L4_chemical_B1 +LQ00X043280 Sucrose-phosphate synthase 2 11.05865786 L4_chemical_B2 +LQ00X043280 Sucrose-phosphate synthase 2 11.14849324 L4_chemical_B3 +LQ00X043280 Sucrose-phosphate synthase 2 13.58073259 L4_chemical_C2 +LQ00X043280 Sucrose-phosphate synthase 2 13.72157898 L4_chemical_C3 +LQ00X043300 Hypothetical protein 5.04129792 C6_control_A1 +LQ00X043300 Hypothetical protein 4.949582374 C6_control_A3 +LQ00X043300 Hypothetical protein 4.946228856 C6_control_B1 +LQ00X043300 Hypothetical protein 4.951400479 C6_control_B2 +LQ00X043300 Hypothetical protein 5.138892593 C6_control_B3 +LQ00X043300 Hypothetical protein 6.153830682 C6_control_C1 +LQ00X043300 Hypothetical protein 5.338214417 C6_control_C2 +LQ00X043300 Hypothetical protein 5.702519563 C6_control_C3 +LQ00X043300 Hypothetical protein 5.112839122 C6_chemical_A1 +LQ00X043300 Hypothetical protein 5.117217299 C6_chemical_A3 +LQ00X043300 Hypothetical protein 5.641610446 C6_chemical_B1 +LQ00X043300 Hypothetical protein 4.971708823 C6_chemical_B2 +LQ00X043300 Hypothetical protein 5.131252066 C6_chemical_B3 +LQ00X043300 Hypothetical protein 5.353664399 C6_chemical_C1 +LQ00X043300 Hypothetical protein 5.26459011 C6_chemical_C2 +LQ00X043300 Hypothetical protein 5.929430663 C6_chemical_C3 +LQ00X043300 Hypothetical protein 5.195183616 L4_control_A1 +LQ00X043300 Hypothetical protein 5.051384609 L4_control_A2 +LQ00X043300 Hypothetical protein 5.444087387 L4_control_A3 +LQ00X043300 Hypothetical protein 5.540321769 L4_control_B1 +LQ00X043300 Hypothetical protein 4.872859644 L4_control_B2 +LQ00X043300 Hypothetical protein 5.245609329 L4_control_B3 +LQ00X043300 Hypothetical protein 5.460630276 L4_control_C2 +LQ00X043300 Hypothetical protein 4.956527659 L4_control_C3 +LQ00X043300 Hypothetical protein 5.195476583 L4_chemical_A1 +LQ00X043300 Hypothetical protein 5.182379156 L4_chemical_A2 +LQ00X043300 Hypothetical protein 5.42094552 L4_chemical_A3 +LQ00X043300 Hypothetical protein 5.381769065 L4_chemical_B1 +LQ00X043300 Hypothetical protein 4.913220574 L4_chemical_B2 +LQ00X043300 Hypothetical protein 5.152247839 L4_chemical_B3 +LQ00X043300 Hypothetical protein 5.473910118 L4_chemical_C2 +LQ00X043300 Hypothetical protein 5.383814951 L4_chemical_C3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.685009086 C6_control_A1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.7770581 C6_control_A3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.143591487 C6_control_B1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.755207723 C6_control_B2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.768890679 C6_control_B3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.77387859 C6_control_C1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.792023074 C6_control_C2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.721530861 C6_control_C3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.880865515 C6_chemical_A1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.792247529 C6_chemical_A3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.865277738 C6_chemical_B1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.684759501 C6_chemical_B2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.199430692 C6_chemical_B3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.840605183 C6_chemical_C1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.787414764 C6_chemical_C2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.922032949 C6_chemical_C3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.888075168 L4_control_A1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.030886776 L4_control_A2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.993813073 L4_control_A3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.30237974 L4_control_B1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.936119166 L4_control_B2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.089176482 L4_control_B3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 6.099942972 L4_control_C2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.949390838 L4_control_C3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.664019743 L4_chemical_A1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.922512408 L4_chemical_A2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.372007814 L4_chemical_A3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.225754805 L4_chemical_B1 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.910576892 L4_chemical_B2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.176617043 L4_chemical_B3 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.426952234 L4_chemical_C2 +LQ00X043360 Putative S-locus-specific glycoprotein S13 5.052571231 L4_chemical_C3 +LQ00X043490 Hypothetical protein 5.899209906 C6_control_A1 +LQ00X043490 Hypothetical protein 5.455731302 C6_control_A3 +LQ00X043490 Hypothetical protein 5.897707211 C6_control_B1 +LQ00X043490 Hypothetical protein 5.687235312 C6_control_B2 +LQ00X043490 Hypothetical protein 5.59285321 C6_control_B3 +LQ00X043490 Hypothetical protein 5.732947653 C6_control_C1 +LQ00X043490 Hypothetical protein 5.743725075 C6_control_C2 +LQ00X043490 Hypothetical protein 6.281704961 C6_control_C3 +LQ00X043490 Hypothetical protein 5.757804527 C6_chemical_A1 +LQ00X043490 Hypothetical protein 5.573246162 C6_chemical_A3 +LQ00X043490 Hypothetical protein 5.6852228 C6_chemical_B1 +LQ00X043490 Hypothetical protein 5.593770124 C6_chemical_B2 +LQ00X043490 Hypothetical protein 5.709812279 C6_chemical_B3 +LQ00X043490 Hypothetical protein 5.978484594 C6_chemical_C1 +LQ00X043490 Hypothetical protein 6.162791846 C6_chemical_C2 +LQ00X043490 Hypothetical protein 6.46277037 C6_chemical_C3 +LQ00X043490 Hypothetical protein 6.286485052 L4_control_A1 +LQ00X043490 Hypothetical protein 6.094398187 L4_control_A2 +LQ00X043490 Hypothetical protein 5.411120227 L4_control_A3 +LQ00X043490 Hypothetical protein 5.65213378 L4_control_B1 +LQ00X043490 Hypothetical protein 5.324583492 L4_control_B2 +LQ00X043490 Hypothetical protein 5.705120109 L4_control_B3 +LQ00X043490 Hypothetical protein 5.409409743 L4_control_C2 +LQ00X043490 Hypothetical protein 6.235215845 L4_control_C3 +LQ00X043490 Hypothetical protein 6.292640365 L4_chemical_A1 +LQ00X043490 Hypothetical protein 6.067827434 L4_chemical_A2 +LQ00X043490 Hypothetical protein 5.321794981 L4_chemical_A3 +LQ00X043490 Hypothetical protein 5.723023985 L4_chemical_B1 +LQ00X043490 Hypothetical protein 6.088707228 L4_chemical_B2 +LQ00X043490 Hypothetical protein 5.835795704 L4_chemical_B3 +LQ00X043490 Hypothetical protein 6.316090273 L4_chemical_C2 +LQ00X043490 Hypothetical protein 6.324439631 L4_chemical_C3 +LQ00X043660 Predicted protein 5.630967182 C6_control_A1 +LQ00X043660 Predicted protein 5.793577453 C6_control_A3 +LQ00X043660 Predicted protein 5.338046076 C6_control_B1 +LQ00X043660 Predicted protein 6.410939239 C6_control_B2 +LQ00X043660 Predicted protein 5.149367402 C6_control_B3 +LQ00X043660 Predicted protein 6.547544301 C6_control_C1 +LQ00X043660 Predicted protein 6.17566393 C6_control_C2 +LQ00X043660 Predicted protein 6.687666799 C6_control_C3 +LQ00X043660 Predicted protein 5.856340866 C6_chemical_A1 +LQ00X043660 Predicted protein 6.083637273 C6_chemical_A3 +LQ00X043660 Predicted protein 5.087620459 C6_chemical_B1 +LQ00X043660 Predicted protein 5.940837458 C6_chemical_B2 +LQ00X043660 Predicted protein 5.233454408 C6_chemical_B3 +LQ00X043660 Predicted protein 6.105844142 C6_chemical_C1 +LQ00X043660 Predicted protein 6.279634074 C6_chemical_C2 +LQ00X043660 Predicted protein 7.320424761 C6_chemical_C3 +LQ00X043660 Predicted protein 5.283977219 L4_control_A1 +LQ00X043660 Predicted protein 6.080769869 L4_control_A2 +LQ00X043660 Predicted protein 5.054185589 L4_control_A3 +LQ00X043660 Predicted protein 5.601778995 L4_control_B1 +LQ00X043660 Predicted protein 5.377418696 L4_control_B2 +LQ00X043660 Predicted protein 5.904179489 L4_control_B3 +LQ00X043660 Predicted protein 5.355729349 L4_control_C2 +LQ00X043660 Predicted protein 5.064156369 L4_control_C3 +LQ00X043660 Predicted protein 5.151360247 L4_chemical_A1 +LQ00X043660 Predicted protein 5.641678865 L4_chemical_A2 +LQ00X043660 Predicted protein 5.605164375 L4_chemical_A3 +LQ00X043660 Predicted protein 5.946879155 L4_chemical_B1 +LQ00X043660 Predicted protein 5.53189161 L4_chemical_B2 +LQ00X043660 Predicted protein 5.806443925 L4_chemical_B3 +LQ00X043660 Predicted protein 5.340289658 L4_chemical_C2 +LQ00X043660 Predicted protein 5.191293496 L4_chemical_C3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.660249024 C6_control_A1 +LQ00X043670 Cysteine proteinase inhibitor 12 6.476419657 C6_control_A3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.048312006 C6_control_B1 +LQ00X043670 Cysteine proteinase inhibitor 12 5.824996173 C6_control_B2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.644925145 C6_control_B3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.295170594 C6_control_C1 +LQ00X043670 Cysteine proteinase inhibitor 12 6.110650833 C6_control_C2 +LQ00X043670 Cysteine proteinase inhibitor 12 4.952043753 C6_control_C3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.831297948 C6_chemical_A1 +LQ00X043670 Cysteine proteinase inhibitor 12 5.603571929 C6_chemical_A3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.399315566 C6_chemical_B1 +LQ00X043670 Cysteine proteinase inhibitor 12 5.755285064 C6_chemical_B2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.439906708 C6_chemical_B3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.659585398 C6_chemical_C1 +LQ00X043670 Cysteine proteinase inhibitor 12 5.587210459 C6_chemical_C2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.318467638 C6_chemical_C3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.344476842 L4_control_A1 +LQ00X043670 Cysteine proteinase inhibitor 12 5.740296896 L4_control_A2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.714662328 L4_control_A3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.276227355 L4_control_B1 +LQ00X043670 Cysteine proteinase inhibitor 12 5.561420865 L4_control_B2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.505905667 L4_control_B3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.448953649 L4_control_C2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.137232978 L4_control_C3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.730458482 L4_chemical_A1 +LQ00X043670 Cysteine proteinase inhibitor 12 5.574066826 L4_chemical_A2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.688060322 L4_chemical_A3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.215577097 L4_chemical_B1 +LQ00X043670 Cysteine proteinase inhibitor 12 5.308349964 L4_chemical_B2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.478818266 L4_chemical_B3 +LQ00X043670 Cysteine proteinase inhibitor 12 5.329592538 L4_chemical_C2 +LQ00X043670 Cysteine proteinase inhibitor 12 5.337932738 L4_chemical_C3 +LQ00X043680 Cytochrome P450, putative 5.310346087 C6_control_A1 +LQ00X043680 Cytochrome P450, putative 5.582067101 C6_control_A3 +LQ00X043680 Cytochrome P450, putative 5.300859408 C6_control_B1 +LQ00X043680 Cytochrome P450, putative 5.40720657 C6_control_B2 +LQ00X043680 Cytochrome P450, putative 5.527522579 C6_control_B3 +LQ00X043680 Cytochrome P450, putative 5.506114375 C6_control_C1 +LQ00X043680 Cytochrome P450, putative 6.440710396 C6_control_C2 +LQ00X043680 Cytochrome P450, putative 5.598625428 C6_control_C3 +LQ00X043680 Cytochrome P450, putative 5.185925475 C6_chemical_A1 +LQ00X043680 Cytochrome P450, putative 4.997510255 C6_chemical_A3 +LQ00X043680 Cytochrome P450, putative 5.428189634 C6_chemical_B1 +LQ00X043680 Cytochrome P450, putative 5.413364957 C6_chemical_B2 +LQ00X043680 Cytochrome P450, putative 5.427238032 C6_chemical_B3 +LQ00X043680 Cytochrome P450, putative 6.037971609 C6_chemical_C1 +LQ00X043680 Cytochrome P450, putative 5.430337279 C6_chemical_C2 +LQ00X043680 Cytochrome P450, putative 5.129627288 C6_chemical_C3 +LQ00X043680 Cytochrome P450, putative 4.979803679 L4_control_A1 +LQ00X043680 Cytochrome P450, putative 5.323756367 L4_control_A2 +LQ00X043680 Cytochrome P450, putative 5.002537182 L4_control_A3 +LQ00X043680 Cytochrome P450, putative 5.862166706 L4_control_B1 +LQ00X043680 Cytochrome P450, putative 5.2470227 L4_control_B2 +LQ00X043680 Cytochrome P450, putative 5.212999346 L4_control_B3 +LQ00X043680 Cytochrome P450, putative 5.50095451 L4_control_C2 +LQ00X043680 Cytochrome P450, putative 4.949032281 L4_control_C3 +LQ00X043680 Cytochrome P450, putative 5.465237166 L4_chemical_A1 +LQ00X043680 Cytochrome P450, putative 5.570224055 L4_chemical_A2 +LQ00X043680 Cytochrome P450, putative 5.272411649 L4_chemical_A3 +LQ00X043680 Cytochrome P450, putative 5.727864509 L4_chemical_B1 +LQ00X043680 Cytochrome P450, putative 5.23739503 L4_chemical_B2 +LQ00X043680 Cytochrome P450, putative 5.445042448 L4_chemical_B3 +LQ00X043680 Cytochrome P450, putative 5.889492205 L4_chemical_C2 +LQ00X043680 Cytochrome P450, putative 5.150193652 L4_chemical_C3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 11.17100164 C6_control_A1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 11.38414918 C6_control_A3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 8.366858166 C6_control_B1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.912314122 C6_control_B2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.224511878 C6_control_B3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 6.376124699 C6_control_C1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 6.790600856 C6_control_C2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.091891255 C6_control_C3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 10.63174284 C6_chemical_A1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 11.18209409 C6_chemical_A3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 6.767735031 C6_chemical_B1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.436705778 C6_chemical_B2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 6.980236349 C6_chemical_B3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 6.776863967 C6_chemical_C1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 6.937483849 C6_chemical_C2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.049398385 C6_chemical_C3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 11.79573393 L4_control_A1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 11.63188713 L4_control_A2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 11.74354191 L4_control_A3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 8.210230455 L4_control_B1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.52141033 L4_control_B2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.453737032 L4_control_B3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.224416034 L4_control_C2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 6.265070291 L4_control_C3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 10.47662878 L4_chemical_A1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 10.65546807 L4_chemical_A2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 11.70202438 L4_chemical_A3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.825798649 L4_chemical_B1 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 8.16696467 L4_chemical_B2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 9.78802441 L4_chemical_B3 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 7.619085168 L4_chemical_C2 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 6.723211883 L4_chemical_C3 +LQ00X043710 Predicted protein (Fragment) 13.9208198 C6_control_A1 +LQ00X043710 Predicted protein (Fragment) 13.93461123 C6_control_A3 +LQ00X043710 Predicted protein (Fragment) 14.09826504 C6_control_B1 +LQ00X043710 Predicted protein (Fragment) 12.72939417 C6_control_B2 +LQ00X043710 Predicted protein (Fragment) 14.17003202 C6_control_B3 +LQ00X043710 Predicted protein (Fragment) 10.35205722 C6_control_C1 +LQ00X043710 Predicted protein (Fragment) 10.32881533 C6_control_C2 +LQ00X043710 Predicted protein (Fragment) 11.26033898 C6_control_C3 +LQ00X043710 Predicted protein (Fragment) 14.0750299 C6_chemical_A1 +LQ00X043710 Predicted protein (Fragment) 13.9545726 C6_chemical_A3 +LQ00X043710 Predicted protein (Fragment) 13.94009082 C6_chemical_B1 +LQ00X043710 Predicted protein (Fragment) 12.52878171 C6_chemical_B2 +LQ00X043710 Predicted protein (Fragment) 14.23410728 C6_chemical_B3 +LQ00X043710 Predicted protein (Fragment) 9.767305625 C6_chemical_C1 +LQ00X043710 Predicted protein (Fragment) 10.00791586 C6_chemical_C2 +LQ00X043710 Predicted protein (Fragment) 10.58818936 C6_chemical_C3 +LQ00X043710 Predicted protein (Fragment) 13.97179792 L4_control_A1 +LQ00X043710 Predicted protein (Fragment) 14.23246712 L4_control_A2 +LQ00X043710 Predicted protein (Fragment) 14.11861113 L4_control_A3 +LQ00X043710 Predicted protein (Fragment) 13.71675894 L4_control_B1 +LQ00X043710 Predicted protein (Fragment) 14.20573531 L4_control_B2 +LQ00X043710 Predicted protein (Fragment) 11.50958733 L4_control_B3 +LQ00X043710 Predicted protein (Fragment) 10.84798153 L4_control_C2 +LQ00X043710 Predicted protein (Fragment) 9.284290829 L4_control_C3 +LQ00X043710 Predicted protein (Fragment) 13.80528597 L4_chemical_A1 +LQ00X043710 Predicted protein (Fragment) 14.30536546 L4_chemical_A2 +LQ00X043710 Predicted protein (Fragment) 14.28673345 L4_chemical_A3 +LQ00X043710 Predicted protein (Fragment) 14.43146644 L4_chemical_B1 +LQ00X043710 Predicted protein (Fragment) 14.01479787 L4_chemical_B2 +LQ00X043710 Predicted protein (Fragment) 14.02421137 L4_chemical_B3 +LQ00X043710 Predicted protein (Fragment) 10.03915628 L4_chemical_C2 +LQ00X043710 Predicted protein (Fragment) 8.927831121 L4_chemical_C3 +LQ00X043890 ATP synthase protein MI25 6.021468009 C6_control_A1 +LQ00X043890 ATP synthase protein MI25 6.665391616 C6_control_A3 +LQ00X043890 ATP synthase protein MI25 6.122406374 C6_control_B1 +LQ00X043890 ATP synthase protein MI25 5.690247368 C6_control_B2 +LQ00X043890 ATP synthase protein MI25 6.218053807 C6_control_B3 +LQ00X043890 ATP synthase protein MI25 6.799305643 C6_control_C1 +LQ00X043890 ATP synthase protein MI25 7.278795028 C6_control_C2 +LQ00X043890 ATP synthase protein MI25 6.807577075 C6_control_C3 +LQ00X043890 ATP synthase protein MI25 6.646086645 C6_chemical_A1 +LQ00X043890 ATP synthase protein MI25 6.113841146 C6_chemical_A3 +LQ00X043890 ATP synthase protein MI25 6.546673389 C6_chemical_B1 +LQ00X043890 ATP synthase protein MI25 6.66160475 C6_chemical_B2 +LQ00X043890 ATP synthase protein MI25 6.640699254 C6_chemical_B3 +LQ00X043890 ATP synthase protein MI25 7.359402357 C6_chemical_C1 +LQ00X043890 ATP synthase protein MI25 7.773025422 C6_chemical_C2 +LQ00X043890 ATP synthase protein MI25 7.625475558 C6_chemical_C3 +LQ00X043890 ATP synthase protein MI25 6.235719332 L4_control_A1 +LQ00X043890 ATP synthase protein MI25 6.386478228 L4_control_A2 +LQ00X043890 ATP synthase protein MI25 5.768954254 L4_control_A3 +LQ00X043890 ATP synthase protein MI25 5.899951099 L4_control_B1 +LQ00X043890 ATP synthase protein MI25 6.168445453 L4_control_B2 +LQ00X043890 ATP synthase protein MI25 6.036380611 L4_control_B3 +LQ00X043890 ATP synthase protein MI25 7.053624271 L4_control_C2 +LQ00X043890 ATP synthase protein MI25 6.257611579 L4_control_C3 +LQ00X043890 ATP synthase protein MI25 6.413550649 L4_chemical_A1 +LQ00X043890 ATP synthase protein MI25 6.336268917 L4_chemical_A2 +LQ00X043890 ATP synthase protein MI25 5.844908188 L4_chemical_A3 +LQ00X043890 ATP synthase protein MI25 5.98921582 L4_chemical_B1 +LQ00X043890 ATP synthase protein MI25 5.652812286 L4_chemical_B2 +LQ00X043890 ATP synthase protein MI25 5.816502416 L4_chemical_B3 +LQ00X043890 ATP synthase protein MI25 6.666767944 L4_chemical_C2 +LQ00X043890 ATP synthase protein MI25 6.532674103 L4_chemical_C3 +LQ00X043920 Hypothetical protein 6.007266172 C6_control_A1 +LQ00X043920 Hypothetical protein 5.613704455 C6_control_A3 +LQ00X043920 Hypothetical protein 6.729509787 C6_control_B1 +LQ00X043920 Hypothetical protein 6.271831471 C6_control_B2 +LQ00X043920 Hypothetical protein 6.101599574 C6_control_B3 +LQ00X043920 Hypothetical protein 6.517730549 C6_control_C1 +LQ00X043920 Hypothetical protein 5.939605776 C6_control_C2 +LQ00X043920 Hypothetical protein 6.506141039 C6_control_C3 +LQ00X043920 Hypothetical protein 6.367365886 C6_chemical_A1 +LQ00X043920 Hypothetical protein 6.287918174 C6_chemical_A3 +LQ00X043920 Hypothetical protein 6.488915704 C6_chemical_B1 +LQ00X043920 Hypothetical protein 5.943455274 C6_chemical_B2 +LQ00X043920 Hypothetical protein 6.364212407 C6_chemical_B3 +LQ00X043920 Hypothetical protein 6.699121119 C6_chemical_C1 +LQ00X043920 Hypothetical protein 7.097924897 C6_chemical_C2 +LQ00X043920 Hypothetical protein 6.735024062 C6_chemical_C3 +LQ00X043920 Hypothetical protein 6.345888213 L4_control_A1 +LQ00X043920 Hypothetical protein 5.545374811 L4_control_A2 +LQ00X043920 Hypothetical protein 6.595212766 L4_control_A3 +LQ00X043920 Hypothetical protein 5.700384241 L4_control_B1 +LQ00X043920 Hypothetical protein 6.41206637 L4_control_B2 +LQ00X043920 Hypothetical protein 6.749558399 L4_control_B3 +LQ00X043920 Hypothetical protein 7.100645691 L4_control_C2 +LQ00X043920 Hypothetical protein 6.730767807 L4_control_C3 +LQ00X043920 Hypothetical protein 6.404881785 L4_chemical_A1 +LQ00X043920 Hypothetical protein 6.499587059 L4_chemical_A2 +LQ00X043920 Hypothetical protein 5.7653633 L4_chemical_A3 +LQ00X043920 Hypothetical protein 6.371140608 L4_chemical_B1 +LQ00X043920 Hypothetical protein 6.348954646 L4_chemical_B2 +LQ00X043920 Hypothetical protein 6.091442296 L4_chemical_B3 +LQ00X043920 Hypothetical protein 6.436879666 L4_chemical_C2 +LQ00X043920 Hypothetical protein 6.846801272 L4_chemical_C3 +LQ00X043930 Hypothetical protein 5.113925139 C6_control_A1 +LQ00X043930 Hypothetical protein 5.646325272 C6_control_A3 +LQ00X043930 Hypothetical protein 5.503380709 C6_control_B1 +LQ00X043930 Hypothetical protein 5.510071983 C6_control_B2 +LQ00X043930 Hypothetical protein 5.430841 C6_control_B3 +LQ00X043930 Hypothetical protein 6.234052751 C6_control_C1 +LQ00X043930 Hypothetical protein 6.014402705 C6_control_C2 +LQ00X043930 Hypothetical protein 6.120882577 C6_control_C3 +LQ00X043930 Hypothetical protein 5.217284337 C6_chemical_A1 +LQ00X043930 Hypothetical protein 5.676079459 C6_chemical_A3 +LQ00X043930 Hypothetical protein 5.078033738 C6_chemical_B1 +LQ00X043930 Hypothetical protein 5.586229488 C6_chemical_B2 +LQ00X043930 Hypothetical protein 5.845588451 C6_chemical_B3 +LQ00X043930 Hypothetical protein 6.434850527 C6_chemical_C1 +LQ00X043930 Hypothetical protein 6.48073547 C6_chemical_C2 +LQ00X043930 Hypothetical protein 6.065134198 C6_chemical_C3 +LQ00X043930 Hypothetical protein 5.231146498 L4_control_A1 +LQ00X043930 Hypothetical protein 5.97824364 L4_control_A2 +LQ00X043930 Hypothetical protein 5.581345792 L4_control_A3 +LQ00X043930 Hypothetical protein 5.886953752 L4_control_B1 +LQ00X043930 Hypothetical protein 5.452335077 L4_control_B2 +LQ00X043930 Hypothetical protein 5.594450819 L4_control_B3 +LQ00X043930 Hypothetical protein 6.327616009 L4_control_C2 +LQ00X043930 Hypothetical protein 5.054658732 L4_control_C3 +LQ00X043930 Hypothetical protein 5.687445195 L4_chemical_A1 +LQ00X043930 Hypothetical protein 5.798664235 L4_chemical_A2 +LQ00X043930 Hypothetical protein 5.829941687 L4_chemical_A3 +LQ00X043930 Hypothetical protein 5.641715205 L4_chemical_B1 +LQ00X043930 Hypothetical protein 5.124869568 L4_chemical_B2 +LQ00X043930 Hypothetical protein 5.21201635 L4_chemical_B3 +LQ00X043930 Hypothetical protein 5.53627627 L4_chemical_C2 +LQ00X043930 Hypothetical protein 6.019679483 L4_chemical_C3 +LQ00X044200 Hypothetical protein 5.085379918 C6_control_A1 +LQ00X044200 Hypothetical protein 4.702036385 C6_control_A3 +LQ00X044200 Hypothetical protein 5.691612001 C6_control_B1 +LQ00X044200 Hypothetical protein 4.591481437 C6_control_B2 +LQ00X044200 Hypothetical protein 4.858141098 C6_control_B3 +LQ00X044200 Hypothetical protein 4.412507904 C6_control_C1 +LQ00X044200 Hypothetical protein 4.681116177 C6_control_C2 +LQ00X044200 Hypothetical protein 4.767060126 C6_control_C3 +LQ00X044200 Hypothetical protein 5.098642649 C6_chemical_A1 +LQ00X044200 Hypothetical protein 4.806396379 C6_chemical_A3 +LQ00X044200 Hypothetical protein 5.113688389 C6_chemical_B1 +LQ00X044200 Hypothetical protein 4.922657371 C6_chemical_B2 +LQ00X044200 Hypothetical protein 5.067232492 C6_chemical_B3 +LQ00X044200 Hypothetical protein 4.895521991 C6_chemical_C1 +LQ00X044200 Hypothetical protein 4.587431702 C6_chemical_C2 +LQ00X044200 Hypothetical protein 4.940154389 C6_chemical_C3 +LQ00X044200 Hypothetical protein 4.485224848 L4_control_A1 +LQ00X044200 Hypothetical protein 5.042069321 L4_control_A2 +LQ00X044200 Hypothetical protein 5.506705206 L4_control_A3 +LQ00X044200 Hypothetical protein 4.584135188 L4_control_B1 +LQ00X044200 Hypothetical protein 5.307260869 L4_control_B2 +LQ00X044200 Hypothetical protein 5.021604248 L4_control_B3 +LQ00X044200 Hypothetical protein 5.38862823 L4_control_C2 +LQ00X044200 Hypothetical protein 5.369170711 L4_control_C3 +LQ00X044200 Hypothetical protein 5.137527899 L4_chemical_A1 +LQ00X044200 Hypothetical protein 4.69681215 L4_chemical_A2 +LQ00X044200 Hypothetical protein 4.45266362 L4_chemical_A3 +LQ00X044200 Hypothetical protein 5.089769336 L4_chemical_B1 +LQ00X044200 Hypothetical protein 5.014754294 L4_chemical_B2 +LQ00X044200 Hypothetical protein 4.811630949 L4_chemical_B3 +LQ00X044200 Hypothetical protein 5.502744166 L4_chemical_C2 +LQ00X044200 Hypothetical protein 5.786970348 L4_chemical_C3 +LQ00X044300 Hypothetical protein 4.976182309 C6_control_A1 +LQ00X044300 Hypothetical protein 4.783895213 C6_control_A3 +LQ00X044300 Hypothetical protein 4.68625612 C6_control_B1 +LQ00X044300 Hypothetical protein 4.80370019 C6_control_B2 +LQ00X044300 Hypothetical protein 5.148283706 C6_control_B3 +LQ00X044300 Hypothetical protein 5.023160528 C6_control_C1 +LQ00X044300 Hypothetical protein 4.771562462 C6_control_C2 +LQ00X044300 Hypothetical protein 4.884547618 C6_control_C3 +LQ00X044300 Hypothetical protein 4.54234069 C6_chemical_A1 +LQ00X044300 Hypothetical protein 4.97356242 C6_chemical_A3 +LQ00X044300 Hypothetical protein 5.022357896 C6_chemical_B1 +LQ00X044300 Hypothetical protein 4.810017072 C6_chemical_B2 +LQ00X044300 Hypothetical protein 4.774235971 C6_chemical_B3 +LQ00X044300 Hypothetical protein 5.074521759 C6_chemical_C1 +LQ00X044300 Hypothetical protein 4.827609282 C6_chemical_C2 +LQ00X044300 Hypothetical protein 5.106501447 C6_chemical_C3 +LQ00X044300 Hypothetical protein 5.100796316 L4_control_A1 +LQ00X044300 Hypothetical protein 4.833583664 L4_control_A2 +LQ00X044300 Hypothetical protein 4.908205841 L4_control_A3 +LQ00X044300 Hypothetical protein 4.800982346 L4_control_B1 +LQ00X044300 Hypothetical protein 5.07603806 L4_control_B2 +LQ00X044300 Hypothetical protein 4.881332738 L4_control_B3 +LQ00X044300 Hypothetical protein 5.051287809 L4_control_C2 +LQ00X044300 Hypothetical protein 4.742302735 L4_control_C3 +LQ00X044300 Hypothetical protein 4.957859316 L4_chemical_A1 +LQ00X044300 Hypothetical protein 5.171656411 L4_chemical_A2 +LQ00X044300 Hypothetical protein 5.028810641 L4_chemical_A3 +LQ00X044300 Hypothetical protein 4.92724757 L4_chemical_B1 +LQ00X044300 Hypothetical protein 4.989054367 L4_chemical_B2 +LQ00X044300 Hypothetical protein 4.84864446 L4_chemical_B3 +LQ00X044300 Hypothetical protein 5.224395864 L4_chemical_C2 +LQ00X044300 Hypothetical protein 5.080322657 L4_chemical_C3 +LQ00X044370 NAC domain-containing protein 90 8.813967074 C6_control_A1 +LQ00X044370 NAC domain-containing protein 90 8.081717579 C6_control_A3 +LQ00X044370 NAC domain-containing protein 90 7.818714006 C6_control_B1 +LQ00X044370 NAC domain-containing protein 90 8.065692691 C6_control_B2 +LQ00X044370 NAC domain-containing protein 90 8.006320735 C6_control_B3 +LQ00X044370 NAC domain-containing protein 90 9.664144464 C6_control_C1 +LQ00X044370 NAC domain-containing protein 90 10.65992964 C6_control_C2 +LQ00X044370 NAC domain-containing protein 90 10.6592589 C6_control_C3 +LQ00X044370 NAC domain-containing protein 90 8.335403502 C6_chemical_A1 +LQ00X044370 NAC domain-containing protein 90 8.908721445 C6_chemical_A3 +LQ00X044370 NAC domain-containing protein 90 7.285439746 C6_chemical_B1 +LQ00X044370 NAC domain-containing protein 90 9.096992037 C6_chemical_B2 +LQ00X044370 NAC domain-containing protein 90 9.422745437 C6_chemical_B3 +LQ00X044370 NAC domain-containing protein 90 9.298958482 C6_chemical_C1 +LQ00X044370 NAC domain-containing protein 90 9.288310676 C6_chemical_C2 +LQ00X044370 NAC domain-containing protein 90 10.7038508 C6_chemical_C3 +LQ00X044370 NAC domain-containing protein 90 8.791761274 L4_control_A1 +LQ00X044370 NAC domain-containing protein 90 9.025742695 L4_control_A2 +LQ00X044370 NAC domain-containing protein 90 9.621904139 L4_control_A3 +LQ00X044370 NAC domain-containing protein 90 7.53047955 L4_control_B1 +LQ00X044370 NAC domain-containing protein 90 8.059831264 L4_control_B2 +LQ00X044370 NAC domain-containing protein 90 8.866584449 L4_control_B3 +LQ00X044370 NAC domain-containing protein 90 10.29440757 L4_control_C2 +LQ00X044370 NAC domain-containing protein 90 11.70597769 L4_control_C3 +LQ00X044370 NAC domain-containing protein 90 9.899013999 L4_chemical_A1 +LQ00X044370 NAC domain-containing protein 90 9.504942528 L4_chemical_A2 +LQ00X044370 NAC domain-containing protein 90 10.28556264 L4_chemical_A3 +LQ00X044370 NAC domain-containing protein 90 8.003591805 L4_chemical_B1 +LQ00X044370 NAC domain-containing protein 90 7.82679264 L4_chemical_B2 +LQ00X044370 NAC domain-containing protein 90 8.569693714 L4_chemical_B3 +LQ00X044370 NAC domain-containing protein 90 10.01610148 L4_chemical_C2 +LQ00X044370 NAC domain-containing protein 90 11.06696212 L4_chemical_C3 +LQ00X044440 Protein pelota 11.65680294 C6_control_A1 +LQ00X044440 Protein pelota 11.7790765 C6_control_A3 +LQ00X044440 Protein pelota 11.43539178 C6_control_B1 +LQ00X044440 Protein pelota 11.07395458 C6_control_B2 +LQ00X044440 Protein pelota 11.28933497 C6_control_B3 +LQ00X044440 Protein pelota 11.60323429 C6_control_C1 +LQ00X044440 Protein pelota 11.60025879 C6_control_C2 +LQ00X044440 Protein pelota 11.36814954 C6_control_C3 +LQ00X044440 Protein pelota 11.35202156 C6_chemical_A1 +LQ00X044440 Protein pelota 11.69260502 C6_chemical_A3 +LQ00X044440 Protein pelota 11.19518318 C6_chemical_B1 +LQ00X044440 Protein pelota 11.25874369 C6_chemical_B2 +LQ00X044440 Protein pelota 11.10974983 C6_chemical_B3 +LQ00X044440 Protein pelota 11.48739605 C6_chemical_C1 +LQ00X044440 Protein pelota 11.51070569 C6_chemical_C2 +LQ00X044440 Protein pelota 11.62365472 C6_chemical_C3 +LQ00X044440 Protein pelota 11.47953598 L4_control_A1 +LQ00X044440 Protein pelota 10.87086932 L4_control_A2 +LQ00X044440 Protein pelota 11.2742751 L4_control_A3 +LQ00X044440 Protein pelota 11.22939964 L4_control_B1 +LQ00X044440 Protein pelota 10.98093143 L4_control_B2 +LQ00X044440 Protein pelota 11.40052723 L4_control_B3 +LQ00X044440 Protein pelota 11.59982795 L4_control_C2 +LQ00X044440 Protein pelota 11.66330691 L4_control_C3 +LQ00X044440 Protein pelota 11.33082057 L4_chemical_A1 +LQ00X044440 Protein pelota 10.72204126 L4_chemical_A2 +LQ00X044440 Protein pelota 11.20522032 L4_chemical_A3 +LQ00X044440 Protein pelota 11.34177162 L4_chemical_B1 +LQ00X044440 Protein pelota 10.56996527 L4_chemical_B2 +LQ00X044440 Protein pelota 11.13676927 L4_chemical_B3 +LQ00X044440 Protein pelota 11.31561013 L4_chemical_C2 +LQ00X044440 Protein pelota 11.51857044 L4_chemical_C3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.59100114 C6_control_A1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.19759471 C6_control_A3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 11.09654655 C6_control_B1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.46312568 C6_control_B2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.99232962 C6_control_B3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.78956989 C6_control_C1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.37132631 C6_control_C2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.51249835 C6_control_C3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.65584041 C6_chemical_A1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.51450034 C6_chemical_A3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 11.151684 C6_chemical_B1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.64648028 C6_chemical_B2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.92867855 C6_chemical_B3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.65787431 C6_chemical_C1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.76214139 C6_chemical_C2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.52005228 C6_chemical_C3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 9.406655444 L4_control_A1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 9.088905157 L4_control_A2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 7.575665529 L4_control_A3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.02399061 L4_control_B1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 11.38380869 L4_control_B2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 9.6492456 L4_control_B3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 11.50461463 L4_control_C2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.97687614 L4_control_C3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 9.024381012 L4_chemical_A1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 8.883607093 L4_chemical_A2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 7.769783582 L4_chemical_A3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 11.05173843 L4_chemical_B1 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.46274721 L4_chemical_B2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 9.571514644 L4_chemical_B3 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.51558571 L4_chemical_C2 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.90401659 L4_chemical_C3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.624620895 C6_control_A1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.997651886 C6_control_A3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 4.871723655 C6_control_B1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.231078712 C6_control_B2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.628343669 C6_control_B3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 4.925780596 C6_control_C1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.802846842 C6_control_C2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.242883886 C6_control_C3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.515495464 C6_chemical_A1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.451459765 C6_chemical_A3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.125264432 C6_chemical_B1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.333176935 C6_chemical_B2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 4.91550671 C6_chemical_B3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 4.968745973 C6_chemical_C1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.001149135 C6_chemical_C2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 4.658402635 C6_chemical_C3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.688505738 L4_control_A1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.980310219 L4_control_A2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 6.162980295 L4_control_A3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.452475732 L4_control_B1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.278603707 L4_control_B2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.497488323 L4_control_B3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 4.633189729 L4_control_C2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.083620705 L4_control_C3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.585382509 L4_chemical_A1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.728919703 L4_chemical_A2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 6.141364527 L4_chemical_A3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.178152912 L4_chemical_B1 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.59182677 L4_chemical_B2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.339604974 L4_chemical_B3 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.170440173 L4_chemical_C2 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.725683529 L4_chemical_C3 +LQ00X044570 Putative Cytochrome P450 97B2 11.33411715 C6_control_A1 +LQ00X044570 Putative Cytochrome P450 97B2 10.59508903 C6_control_A3 +LQ00X044570 Putative Cytochrome P450 97B2 12.0139489 C6_control_B1 +LQ00X044570 Putative Cytochrome P450 97B2 11.41416092 C6_control_B2 +LQ00X044570 Putative Cytochrome P450 97B2 12.09207637 C6_control_B3 +LQ00X044570 Putative Cytochrome P450 97B2 10.40107527 C6_control_C1 +LQ00X044570 Putative Cytochrome P450 97B2 9.734302119 C6_control_C2 +LQ00X044570 Putative Cytochrome P450 97B2 10.36827508 C6_control_C3 +LQ00X044570 Putative Cytochrome P450 97B2 11.18158222 C6_chemical_A1 +LQ00X044570 Putative Cytochrome P450 97B2 9.861695267 C6_chemical_A3 +LQ00X044570 Putative Cytochrome P450 97B2 11.94329147 C6_chemical_B1 +LQ00X044570 Putative Cytochrome P450 97B2 11.38687641 C6_chemical_B2 +LQ00X044570 Putative Cytochrome P450 97B2 11.48588039 C6_chemical_B3 +LQ00X044570 Putative Cytochrome P450 97B2 10.34715371 C6_chemical_C1 +LQ00X044570 Putative Cytochrome P450 97B2 9.663513131 C6_chemical_C2 +LQ00X044570 Putative Cytochrome P450 97B2 9.290331514 C6_chemical_C3 +LQ00X044570 Putative Cytochrome P450 97B2 9.645448142 L4_control_A1 +LQ00X044570 Putative Cytochrome P450 97B2 9.75791843 L4_control_A2 +LQ00X044570 Putative Cytochrome P450 97B2 9.47885709 L4_control_A3 +LQ00X044570 Putative Cytochrome P450 97B2 9.99826066 L4_control_B1 +LQ00X044570 Putative Cytochrome P450 97B2 10.42358969 L4_control_B2 +LQ00X044570 Putative Cytochrome P450 97B2 9.880697502 L4_control_B3 +LQ00X044570 Putative Cytochrome P450 97B2 9.526704121 L4_control_C2 +LQ00X044570 Putative Cytochrome P450 97B2 8.581101664 L4_control_C3 +LQ00X044570 Putative Cytochrome P450 97B2 9.058093267 L4_chemical_A1 +LQ00X044570 Putative Cytochrome P450 97B2 9.350854235 L4_chemical_A2 +LQ00X044570 Putative Cytochrome P450 97B2 9.527925685 L4_chemical_A3 +LQ00X044570 Putative Cytochrome P450 97B2 11.1150352 L4_chemical_B1 +LQ00X044570 Putative Cytochrome P450 97B2 10.45977592 L4_chemical_B2 +LQ00X044570 Putative Cytochrome P450 97B2 9.885007051 L4_chemical_B3 +LQ00X044570 Putative Cytochrome P450 97B2 8.658968331 L4_chemical_C2 +LQ00X044570 Putative Cytochrome P450 97B2 9.27786868 L4_chemical_C3 +LQ00X044620 Cytochrome P450 71D10 13.60464686 C6_control_A1 +LQ00X044620 Cytochrome P450 71D10 13.40713073 C6_control_A3 +LQ00X044620 Cytochrome P450 71D10 13.90503566 C6_control_B1 +LQ00X044620 Cytochrome P450 71D10 13.71226231 C6_control_B2 +LQ00X044620 Cytochrome P450 71D10 13.80816406 C6_control_B3 +LQ00X044620 Cytochrome P450 71D10 10.0516368 C6_control_C1 +LQ00X044620 Cytochrome P450 71D10 11.36744702 C6_control_C2 +LQ00X044620 Cytochrome P450 71D10 10.75973057 C6_control_C3 +LQ00X044620 Cytochrome P450 71D10 13.29115841 C6_chemical_A1 +LQ00X044620 Cytochrome P450 71D10 13.39052366 C6_chemical_A3 +LQ00X044620 Cytochrome P450 71D10 13.75584574 C6_chemical_B1 +LQ00X044620 Cytochrome P450 71D10 13.76574381 C6_chemical_B2 +LQ00X044620 Cytochrome P450 71D10 13.67551136 C6_chemical_B3 +LQ00X044620 Cytochrome P450 71D10 10.09003455 C6_chemical_C1 +LQ00X044620 Cytochrome P450 71D10 10.45175613 C6_chemical_C2 +LQ00X044620 Cytochrome P450 71D10 10.09585921 C6_chemical_C3 +LQ00X044620 Cytochrome P450 71D10 13.27305442 L4_control_A1 +LQ00X044620 Cytochrome P450 71D10 13.49156098 L4_control_A2 +LQ00X044620 Cytochrome P450 71D10 13.25470205 L4_control_A3 +LQ00X044620 Cytochrome P450 71D10 13.86771154 L4_control_B1 +LQ00X044620 Cytochrome P450 71D10 13.48123879 L4_control_B2 +LQ00X044620 Cytochrome P450 71D10 12.52089663 L4_control_B3 +LQ00X044620 Cytochrome P450 71D10 9.798160245 L4_control_C2 +LQ00X044620 Cytochrome P450 71D10 10.80307999 L4_control_C3 +LQ00X044620 Cytochrome P450 71D10 13.42220108 L4_chemical_A1 +LQ00X044620 Cytochrome P450 71D10 13.76477759 L4_chemical_A2 +LQ00X044620 Cytochrome P450 71D10 13.45514727 L4_chemical_A3 +LQ00X044620 Cytochrome P450 71D10 13.49735386 L4_chemical_B1 +LQ00X044620 Cytochrome P450 71D10 13.30682311 L4_chemical_B2 +LQ00X044620 Cytochrome P450 71D10 14.0690072 L4_chemical_B3 +LQ00X044620 Cytochrome P450 71D10 10.25987384 L4_chemical_C2 +LQ00X044620 Cytochrome P450 71D10 10.80384985 L4_chemical_C3 +LQ00X044630 Cytochrome P450 71D10 5.249353605 C6_control_A1 +LQ00X044630 Cytochrome P450 71D10 5.482078392 C6_control_A3 +LQ00X044630 Cytochrome P450 71D10 4.778251237 C6_control_B1 +LQ00X044630 Cytochrome P450 71D10 5.851454291 C6_control_B2 +LQ00X044630 Cytochrome P450 71D10 5.575603717 C6_control_B3 +LQ00X044630 Cytochrome P450 71D10 8.871744305 C6_control_C1 +LQ00X044630 Cytochrome P450 71D10 9.234220732 C6_control_C2 +LQ00X044630 Cytochrome P450 71D10 10.12490895 C6_control_C3 +LQ00X044630 Cytochrome P450 71D10 4.931687439 C6_chemical_A1 +LQ00X044630 Cytochrome P450 71D10 6.288846875 C6_chemical_A3 +LQ00X044630 Cytochrome P450 71D10 5.037107603 C6_chemical_B1 +LQ00X044630 Cytochrome P450 71D10 5.745919465 C6_chemical_B2 +LQ00X044630 Cytochrome P450 71D10 5.546092815 C6_chemical_B3 +LQ00X044630 Cytochrome P450 71D10 8.653058292 C6_chemical_C1 +LQ00X044630 Cytochrome P450 71D10 8.462477745 C6_chemical_C2 +LQ00X044630 Cytochrome P450 71D10 9.359632844 C6_chemical_C3 +LQ00X044630 Cytochrome P450 71D10 7.227268019 L4_control_A1 +LQ00X044630 Cytochrome P450 71D10 5.415073921 L4_control_A2 +LQ00X044630 Cytochrome P450 71D10 7.667512038 L4_control_A3 +LQ00X044630 Cytochrome P450 71D10 6.819303544 L4_control_B1 +LQ00X044630 Cytochrome P450 71D10 5.052004579 L4_control_B2 +LQ00X044630 Cytochrome P450 71D10 6.819689658 L4_control_B3 +LQ00X044630 Cytochrome P450 71D10 8.386126387 L4_control_C2 +LQ00X044630 Cytochrome P450 71D10 8.131693737 L4_control_C3 +LQ00X044630 Cytochrome P450 71D10 10.00182304 L4_chemical_A1 +LQ00X044630 Cytochrome P450 71D10 9.854623027 L4_chemical_A2 +LQ00X044630 Cytochrome P450 71D10 10.39101286 L4_chemical_A3 +LQ00X044630 Cytochrome P450 71D10 7.177699909 L4_chemical_B1 +LQ00X044630 Cytochrome P450 71D10 5.59776347 L4_chemical_B2 +LQ00X044630 Cytochrome P450 71D10 6.614203831 L4_chemical_B3 +LQ00X044630 Cytochrome P450 71D10 7.362460321 L4_chemical_C2 +LQ00X044630 Cytochrome P450 71D10 8.429724813 L4_chemical_C3 +LQ00X044660 Hypothetical protein 5.177193709 C6_control_A1 +LQ00X044660 Hypothetical protein 4.949801758 C6_control_A3 +LQ00X044660 Hypothetical protein 4.825330954 C6_control_B1 +LQ00X044660 Hypothetical protein 5.137825726 C6_control_B2 +LQ00X044660 Hypothetical protein 5.467047189 C6_control_B3 +LQ00X044660 Hypothetical protein 5.461955786 C6_control_C1 +LQ00X044660 Hypothetical protein 6.844641565 C6_control_C2 +LQ00X044660 Hypothetical protein 5.799497271 C6_control_C3 +LQ00X044660 Hypothetical protein 5.35083867 C6_chemical_A1 +LQ00X044660 Hypothetical protein 5.550887025 C6_chemical_A3 +LQ00X044660 Hypothetical protein 5.337803305 C6_chemical_B1 +LQ00X044660 Hypothetical protein 6.009582169 C6_chemical_B2 +LQ00X044660 Hypothetical protein 7.205397938 C6_chemical_B3 +LQ00X044660 Hypothetical protein 7.440321033 C6_chemical_C1 +LQ00X044660 Hypothetical protein 6.940152385 C6_chemical_C2 +LQ00X044660 Hypothetical protein 7.691041475 C6_chemical_C3 +LQ00X044660 Hypothetical protein 4.92357771 L4_control_A1 +LQ00X044660 Hypothetical protein 5.259156237 L4_control_A2 +LQ00X044660 Hypothetical protein 5.492822849 L4_control_A3 +LQ00X044660 Hypothetical protein 5.174935667 L4_control_B1 +LQ00X044660 Hypothetical protein 5.605158232 L4_control_B2 +LQ00X044660 Hypothetical protein 5.657477686 L4_control_B3 +LQ00X044660 Hypothetical protein 6.630570569 L4_control_C2 +LQ00X044660 Hypothetical protein 6.217334462 L4_control_C3 +LQ00X044660 Hypothetical protein 5.970618623 L4_chemical_A1 +LQ00X044660 Hypothetical protein 5.154270006 L4_chemical_A2 +LQ00X044660 Hypothetical protein 5.0176775 L4_chemical_A3 +LQ00X044660 Hypothetical protein 5.731129406 L4_chemical_B1 +LQ00X044660 Hypothetical protein 5.365333023 L4_chemical_B2 +LQ00X044660 Hypothetical protein 5.292319125 L4_chemical_B3 +LQ00X044660 Hypothetical protein 5.464140579 L4_chemical_C2 +LQ00X044660 Hypothetical protein 6.31178935 L4_chemical_C3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 12.17721904 C6_control_A1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 13.0743257 C6_control_A3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 10.45970383 C6_control_B1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 9.382879584 C6_control_B2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 10.07150694 C6_control_B3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.254803065 C6_control_C1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.079242014 C6_control_C2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 6.101465442 C6_control_C3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 11.86633973 C6_chemical_A1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 12.37886695 C6_chemical_A3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 9.56701465 C6_chemical_B1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 9.502646707 C6_chemical_B2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 10.34725622 C6_chemical_B3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.443188906 C6_chemical_C1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.072152067 C6_chemical_C2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.263610983 C6_chemical_C3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 4.898132817 L4_control_A1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.191855179 L4_control_A2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 6.04191367 L4_control_A3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.542383949 L4_control_B1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.042271023 L4_control_B2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 4.999260488 L4_control_B3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 4.926315497 L4_control_C2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 4.866970341 L4_control_C3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 4.810669761 L4_chemical_A1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.002382013 L4_chemical_A2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.607725092 L4_chemical_A3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.805541397 L4_chemical_B1 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.718034829 L4_chemical_B2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.145579206 L4_chemical_B3 +LQ00X044690 Putative Myrcene synthase, chloroplastic 4.887166729 L4_chemical_C2 +LQ00X044690 Putative Myrcene synthase, chloroplastic 5.411721649 L4_chemical_C3 +LQ00X044720 Cytochrome P450 71D10 11.94802258 C6_control_A1 +LQ00X044720 Cytochrome P450 71D10 11.76668334 C6_control_A3 +LQ00X044720 Cytochrome P450 71D10 12.46559651 C6_control_B1 +LQ00X044720 Cytochrome P450 71D10 12.20459847 C6_control_B2 +LQ00X044720 Cytochrome P450 71D10 12.30951683 C6_control_B3 +LQ00X044720 Cytochrome P450 71D10 8.684250021 C6_control_C1 +LQ00X044720 Cytochrome P450 71D10 9.885645075 C6_control_C2 +LQ00X044720 Cytochrome P450 71D10 9.236163028 C6_control_C3 +LQ00X044720 Cytochrome P450 71D10 11.86245406 C6_chemical_A1 +LQ00X044720 Cytochrome P450 71D10 11.72701802 C6_chemical_A3 +LQ00X044720 Cytochrome P450 71D10 12.46560798 C6_chemical_B1 +LQ00X044720 Cytochrome P450 71D10 12.58765526 C6_chemical_B2 +LQ00X044720 Cytochrome P450 71D10 12.26760843 C6_chemical_B3 +LQ00X044720 Cytochrome P450 71D10 8.561218467 C6_chemical_C1 +LQ00X044720 Cytochrome P450 71D10 8.976081277 C6_chemical_C2 +LQ00X044720 Cytochrome P450 71D10 8.175566236 C6_chemical_C3 +LQ00X044720 Cytochrome P450 71D10 11.16552378 L4_control_A1 +LQ00X044720 Cytochrome P450 71D10 11.9658249 L4_control_A2 +LQ00X044720 Cytochrome P450 71D10 11.25902008 L4_control_A3 +LQ00X044720 Cytochrome P450 71D10 12.06182856 L4_control_B1 +LQ00X044720 Cytochrome P450 71D10 12.2907049 L4_control_B2 +LQ00X044720 Cytochrome P450 71D10 10.9734226 L4_control_B3 +LQ00X044720 Cytochrome P450 71D10 7.946703136 L4_control_C2 +LQ00X044720 Cytochrome P450 71D10 8.382607818 L4_control_C3 +LQ00X044720 Cytochrome P450 71D10 11.29407721 L4_chemical_A1 +LQ00X044720 Cytochrome P450 71D10 12.26008284 L4_chemical_A2 +LQ00X044720 Cytochrome P450 71D10 11.21130414 L4_chemical_A3 +LQ00X044720 Cytochrome P450 71D10 11.7669702 L4_chemical_B1 +LQ00X044720 Cytochrome P450 71D10 12.10204851 L4_chemical_B2 +LQ00X044720 Cytochrome P450 71D10 12.59228357 L4_chemical_B3 +LQ00X044720 Cytochrome P450 71D10 8.382411779 L4_chemical_C2 +LQ00X044720 Cytochrome P450 71D10 8.428397067 L4_chemical_C3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.2293385 C6_control_A1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 7.050257175 C6_control_A3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.386087515 C6_control_B1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.449261841 C6_control_B2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.853497552 C6_control_B3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 5.855252791 C6_control_C1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.13411945 C6_control_C2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.118736463 C6_control_C3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.333192201 C6_chemical_A1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.701202483 C6_chemical_A3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.633471292 C6_chemical_B1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.444628737 C6_chemical_B2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.697204252 C6_chemical_B3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 5.735062612 C6_chemical_C1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.0651477 C6_chemical_C2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.076421501 C6_chemical_C3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.211123011 L4_control_A1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.535261076 L4_control_A2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 7.372618565 L4_control_A3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.667782408 L4_control_B1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 7.085485938 L4_control_B2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.387601555 L4_control_B3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 5.77033482 L4_control_C2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 5.504332451 L4_control_C3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.33081372 L4_chemical_A1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.131403612 L4_chemical_A2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 7.05228456 L4_chemical_A3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.961241652 L4_chemical_B1 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.397999701 L4_chemical_B2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.992184204 L4_chemical_B3 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.262068703 L4_chemical_C2 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.078607287 L4_chemical_C3 +LQ00X044780 Cyclin-D3-1 6.189010029 C6_control_A1 +LQ00X044780 Cyclin-D3-1 6.930701566 C6_control_A3 +LQ00X044780 Cyclin-D3-1 7.144667474 C6_control_B1 +LQ00X044780 Cyclin-D3-1 6.487968692 C6_control_B2 +LQ00X044780 Cyclin-D3-1 6.034347475 C6_control_B3 +LQ00X044780 Cyclin-D3-1 6.13068172 C6_control_C1 +LQ00X044780 Cyclin-D3-1 6.842275828 C6_control_C2 +LQ00X044780 Cyclin-D3-1 5.649874677 C6_control_C3 +LQ00X044780 Cyclin-D3-1 5.825608651 C6_chemical_A1 +LQ00X044780 Cyclin-D3-1 5.957626356 C6_chemical_A3 +LQ00X044780 Cyclin-D3-1 6.300834268 C6_chemical_B1 +LQ00X044780 Cyclin-D3-1 6.407856094 C6_chemical_B2 +LQ00X044780 Cyclin-D3-1 5.787533899 C6_chemical_B3 +LQ00X044780 Cyclin-D3-1 6.305874885 C6_chemical_C1 +LQ00X044780 Cyclin-D3-1 6.539397743 C6_chemical_C2 +LQ00X044780 Cyclin-D3-1 5.809842811 C6_chemical_C3 +LQ00X044780 Cyclin-D3-1 6.569459521 L4_control_A1 +LQ00X044780 Cyclin-D3-1 5.770612216 L4_control_A2 +LQ00X044780 Cyclin-D3-1 5.742060975 L4_control_A3 +LQ00X044780 Cyclin-D3-1 5.688320642 L4_control_B1 +LQ00X044780 Cyclin-D3-1 6.213503848 L4_control_B2 +LQ00X044780 Cyclin-D3-1 5.751263309 L4_control_B3 +LQ00X044780 Cyclin-D3-1 6.676701709 L4_control_C2 +LQ00X044780 Cyclin-D3-1 6.245858948 L4_control_C3 +LQ00X044780 Cyclin-D3-1 6.175630713 L4_chemical_A1 +LQ00X044780 Cyclin-D3-1 5.795265904 L4_chemical_A2 +LQ00X044780 Cyclin-D3-1 5.509231061 L4_chemical_A3 +LQ00X044780 Cyclin-D3-1 6.216517317 L4_chemical_B1 +LQ00X044780 Cyclin-D3-1 5.483485572 L4_chemical_B2 +LQ00X044780 Cyclin-D3-1 6.513783997 L4_chemical_B3 +LQ00X044780 Cyclin-D3-1 5.863565486 L4_chemical_C2 +LQ00X044780 Cyclin-D3-1 5.722114772 L4_chemical_C3 +LQ00X044790 Putative uncharacterized protein 12.41732431 C6_control_A1 +LQ00X044790 Putative uncharacterized protein 13.20524603 C6_control_A3 +LQ00X044790 Putative uncharacterized protein 12.31476347 C6_control_B1 +LQ00X044790 Putative uncharacterized protein 11.85086223 C6_control_B2 +LQ00X044790 Putative uncharacterized protein 12.08250456 C6_control_B3 +LQ00X044790 Putative uncharacterized protein 12.12021396 C6_control_C1 +LQ00X044790 Putative uncharacterized protein 12.13769233 C6_control_C2 +LQ00X044790 Putative uncharacterized protein 11.89620426 C6_control_C3 +LQ00X044790 Putative uncharacterized protein 12.74176566 C6_chemical_A1 +LQ00X044790 Putative uncharacterized protein 12.26301252 C6_chemical_A3 +LQ00X044790 Putative uncharacterized protein 12.7391494 C6_chemical_B1 +LQ00X044790 Putative uncharacterized protein 11.86971043 C6_chemical_B2 +LQ00X044790 Putative uncharacterized protein 12.15232758 C6_chemical_B3 +LQ00X044790 Putative uncharacterized protein 12.21230464 C6_chemical_C1 +LQ00X044790 Putative uncharacterized protein 12.17240645 C6_chemical_C2 +LQ00X044790 Putative uncharacterized protein 11.94256052 C6_chemical_C3 +LQ00X044790 Putative uncharacterized protein 12.5060692 L4_control_A1 +LQ00X044790 Putative uncharacterized protein 12.21176429 L4_control_A2 +LQ00X044790 Putative uncharacterized protein 12.77091831 L4_control_A3 +LQ00X044790 Putative uncharacterized protein 12.19964397 L4_control_B1 +LQ00X044790 Putative uncharacterized protein 11.63520249 L4_control_B2 +LQ00X044790 Putative uncharacterized protein 11.59274529 L4_control_B3 +LQ00X044790 Putative uncharacterized protein 12.88510316 L4_control_C2 +LQ00X044790 Putative uncharacterized protein 12.80301903 L4_control_C3 +LQ00X044790 Putative uncharacterized protein 11.97835224 L4_chemical_A1 +LQ00X044790 Putative uncharacterized protein 12.18965078 L4_chemical_A2 +LQ00X044790 Putative uncharacterized protein 12.52826337 L4_chemical_A3 +LQ00X044790 Putative uncharacterized protein 12.36252592 L4_chemical_B1 +LQ00X044790 Putative uncharacterized protein 12.26829571 L4_chemical_B2 +LQ00X044790 Putative uncharacterized protein 11.8190062 L4_chemical_B3 +LQ00X044790 Putative uncharacterized protein 12.85265367 L4_chemical_C2 +LQ00X044790 Putative uncharacterized protein 12.5813349 L4_chemical_C3 +LQ00X044800 F-box protein At1g47056 10.43510601 C6_control_A1 +LQ00X044800 F-box protein At1g47056 10.58219639 C6_control_A3 +LQ00X044800 F-box protein At1g47056 10.35329659 C6_control_B1 +LQ00X044800 F-box protein At1g47056 9.841307095 C6_control_B2 +LQ00X044800 F-box protein At1g47056 10.44520631 C6_control_B3 +LQ00X044800 F-box protein At1g47056 9.298944367 C6_control_C1 +LQ00X044800 F-box protein At1g47056 9.4282472 C6_control_C2 +LQ00X044800 F-box protein At1g47056 9.425332781 C6_control_C3 +LQ00X044800 F-box protein At1g47056 10.5941494 C6_chemical_A1 +LQ00X044800 F-box protein At1g47056 10.87579838 C6_chemical_A3 +LQ00X044800 F-box protein At1g47056 10.87579732 C6_chemical_B1 +LQ00X044800 F-box protein At1g47056 10.14023719 C6_chemical_B2 +LQ00X044800 F-box protein At1g47056 10.8101148 C6_chemical_B3 +LQ00X044800 F-box protein At1g47056 9.462818765 C6_chemical_C1 +LQ00X044800 F-box protein At1g47056 9.55575509 C6_chemical_C2 +LQ00X044800 F-box protein At1g47056 9.814904528 C6_chemical_C3 +LQ00X044800 F-box protein At1g47056 10.11806047 L4_control_A1 +LQ00X044800 F-box protein At1g47056 10.70006848 L4_control_A2 +LQ00X044800 F-box protein At1g47056 10.36687112 L4_control_A3 +LQ00X044800 F-box protein At1g47056 10.96706282 L4_control_B1 +LQ00X044800 F-box protein At1g47056 11.35292695 L4_control_B2 +LQ00X044800 F-box protein At1g47056 10.78986751 L4_control_B3 +LQ00X044800 F-box protein At1g47056 10.42729093 L4_control_C2 +LQ00X044800 F-box protein At1g47056 11.15949603 L4_control_C3 +LQ00X044800 F-box protein At1g47056 9.855090939 L4_chemical_A1 +LQ00X044800 F-box protein At1g47056 10.73374561 L4_chemical_A2 +LQ00X044800 F-box protein At1g47056 9.88229321 L4_chemical_A3 +LQ00X044800 F-box protein At1g47056 11.04162615 L4_chemical_B1 +LQ00X044800 F-box protein At1g47056 11.05940238 L4_chemical_B2 +LQ00X044800 F-box protein At1g47056 10.87094228 L4_chemical_B3 +LQ00X044800 F-box protein At1g47056 10.4599223 L4_chemical_C2 +LQ00X044800 F-box protein At1g47056 10.97535409 L4_chemical_C3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.955295951 C6_control_A1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.377421496 C6_control_A3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.545168094 C6_control_B1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.710489194 C6_control_B2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.877665289 C6_control_B3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.061465913 C6_control_C1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.342886943 C6_control_C2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.292985851 C6_control_C3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.251006395 C6_chemical_A1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.344114103 C6_chemical_A3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.70094864 C6_chemical_B1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.874622752 C6_chemical_B2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.812127959 C6_chemical_B3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.206479939 C6_chemical_C1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.143026402 C6_chemical_C2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.199131941 C6_chemical_C3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 4.829509892 L4_control_A1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.75292202 L4_control_A2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 4.649517005 L4_control_A3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 6.135330405 L4_control_B1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.895842685 L4_control_B2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.917315822 L4_control_B3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.385454384 L4_control_C2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 4.864838173 L4_control_C3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 4.939434303 L4_chemical_A1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.316169877 L4_chemical_A2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 4.851250698 L4_chemical_A3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.228847157 L4_chemical_B1 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.50778061 L4_chemical_B2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.635083075 L4_chemical_B3 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.188253181 L4_chemical_C2 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 4.953092726 L4_chemical_C3 +LQ00X044860 Putative uncharacterized protein 10.03624706 C6_control_A1 +LQ00X044860 Putative uncharacterized protein 9.737657122 C6_control_A3 +LQ00X044860 Putative uncharacterized protein 10.21063391 C6_control_B1 +LQ00X044860 Putative uncharacterized protein 10.40426656 C6_control_B2 +LQ00X044860 Putative uncharacterized protein 10.03968006 C6_control_B3 +LQ00X044860 Putative uncharacterized protein 10.17682482 C6_control_C1 +LQ00X044860 Putative uncharacterized protein 10.27823977 C6_control_C2 +LQ00X044860 Putative uncharacterized protein 10.27853829 C6_control_C3 +LQ00X044860 Putative uncharacterized protein 10.00617651 C6_chemical_A1 +LQ00X044860 Putative uncharacterized protein 10.04529616 C6_chemical_A3 +LQ00X044860 Putative uncharacterized protein 10.41287016 C6_chemical_B1 +LQ00X044860 Putative uncharacterized protein 10.24961559 C6_chemical_B2 +LQ00X044860 Putative uncharacterized protein 9.982784652 C6_chemical_B3 +LQ00X044860 Putative uncharacterized protein 10.09201765 C6_chemical_C1 +LQ00X044860 Putative uncharacterized protein 10.23402234 C6_chemical_C2 +LQ00X044860 Putative uncharacterized protein 10.66293782 C6_chemical_C3 +LQ00X044860 Putative uncharacterized protein 10.49773497 L4_control_A1 +LQ00X044860 Putative uncharacterized protein 10.85238237 L4_control_A2 +LQ00X044860 Putative uncharacterized protein 9.870963312 L4_control_A3 +LQ00X044860 Putative uncharacterized protein 10.46240424 L4_control_B1 +LQ00X044860 Putative uncharacterized protein 11.13887158 L4_control_B2 +LQ00X044860 Putative uncharacterized protein 10.94183367 L4_control_B3 +LQ00X044860 Putative uncharacterized protein 10.93692032 L4_control_C2 +LQ00X044860 Putative uncharacterized protein 11.17844235 L4_control_C3 +LQ00X044860 Putative uncharacterized protein 10.48154914 L4_chemical_A1 +LQ00X044860 Putative uncharacterized protein 10.62685165 L4_chemical_A2 +LQ00X044860 Putative uncharacterized protein 8.986258068 L4_chemical_A3 +LQ00X044860 Putative uncharacterized protein 10.31069133 L4_chemical_B1 +LQ00X044860 Putative uncharacterized protein 10.56203061 L4_chemical_B2 +LQ00X044860 Putative uncharacterized protein 10.82405772 L4_chemical_B3 +LQ00X044860 Putative uncharacterized protein 11.0166556 L4_chemical_C2 +LQ00X044860 Putative uncharacterized protein 10.89004255 L4_chemical_C3 +LQ00X044970 Putative Reticuline oxidase-like protein 4.919705017 C6_control_A1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.014307745 C6_control_A3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.204900562 C6_control_B1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.187003604 C6_control_B2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.223772803 C6_control_B3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.150656934 C6_control_C1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.566572287 C6_control_C2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.051735379 C6_control_C3 +LQ00X044970 Putative Reticuline oxidase-like protein 4.975954129 C6_chemical_A1 +LQ00X044970 Putative Reticuline oxidase-like protein 4.967124255 C6_chemical_A3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.107337124 C6_chemical_B1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.072201027 C6_chemical_B2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.415464451 C6_chemical_B3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.184881675 C6_chemical_C1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.364362487 C6_chemical_C2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.154059644 C6_chemical_C3 +LQ00X044970 Putative Reticuline oxidase-like protein 4.87641837 L4_control_A1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.06253388 L4_control_A2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.022570215 L4_control_A3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.142289997 L4_control_B1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.315804277 L4_control_B2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.540250297 L4_control_B3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.360280085 L4_control_C2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.090617261 L4_control_C3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.304044176 L4_chemical_A1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.080845346 L4_chemical_A2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.164179504 L4_chemical_A3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.411256733 L4_chemical_B1 +LQ00X044970 Putative Reticuline oxidase-like protein 5.413477148 L4_chemical_B2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.682266924 L4_chemical_B3 +LQ00X044970 Putative Reticuline oxidase-like protein 5.46543806 L4_chemical_C2 +LQ00X044970 Putative Reticuline oxidase-like protein 5.261866285 L4_chemical_C3 +LQ00X045000 Hypothetical protein 10.49395376 C6_control_A1 +LQ00X045000 Hypothetical protein 10.14123627 C6_control_A3 +LQ00X045000 Hypothetical protein 10.32458882 C6_control_B1 +LQ00X045000 Hypothetical protein 10.42717847 C6_control_B2 +LQ00X045000 Hypothetical protein 10.2429861 C6_control_B3 +LQ00X045000 Hypothetical protein 10.6143058 C6_control_C1 +LQ00X045000 Hypothetical protein 10.48081077 C6_control_C2 +LQ00X045000 Hypothetical protein 9.993756861 C6_control_C3 +LQ00X045000 Hypothetical protein 10.3269791 C6_chemical_A1 +LQ00X045000 Hypothetical protein 10.17369153 C6_chemical_A3 +LQ00X045000 Hypothetical protein 10.23591193 C6_chemical_B1 +LQ00X045000 Hypothetical protein 10.41935423 C6_chemical_B2 +LQ00X045000 Hypothetical protein 9.879586268 C6_chemical_B3 +LQ00X045000 Hypothetical protein 10.39675124 C6_chemical_C1 +LQ00X045000 Hypothetical protein 10.58316951 C6_chemical_C2 +LQ00X045000 Hypothetical protein 10.04834434 C6_chemical_C3 +LQ00X045000 Hypothetical protein 10.2960651 L4_control_A1 +LQ00X045000 Hypothetical protein 10.13584072 L4_control_A2 +LQ00X045000 Hypothetical protein 10.38010657 L4_control_A3 +LQ00X045000 Hypothetical protein 10.12260855 L4_control_B1 +LQ00X045000 Hypothetical protein 10.22275149 L4_control_B2 +LQ00X045000 Hypothetical protein 10.11823762 L4_control_B3 +LQ00X045000 Hypothetical protein 10.95027734 L4_control_C2 +LQ00X045000 Hypothetical protein 10.60355781 L4_control_C3 +LQ00X045000 Hypothetical protein 9.889681893 L4_chemical_A1 +LQ00X045000 Hypothetical protein 9.88291106 L4_chemical_A2 +LQ00X045000 Hypothetical protein 10.20775058 L4_chemical_A3 +LQ00X045000 Hypothetical protein 9.909757369 L4_chemical_B1 +LQ00X045000 Hypothetical protein 9.863911453 L4_chemical_B2 +LQ00X045000 Hypothetical protein 9.905854572 L4_chemical_B3 +LQ00X045000 Hypothetical protein 10.80222953 L4_chemical_C2 +LQ00X045000 Hypothetical protein 10.51790516 L4_chemical_C3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.193668886 C6_control_A1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.437147591 C6_control_A3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.642024044 C6_control_B1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.361086442 C6_control_B2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.355830866 C6_control_B3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.477132076 C6_control_C1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.657906567 C6_control_C2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.173126022 C6_control_C3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.133942187 C6_chemical_A1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.189966623 C6_chemical_A3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.95000125 C6_chemical_B1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.114374129 C6_chemical_B2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.17602684 C6_chemical_B3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.140387853 C6_chemical_C1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.174148944 C6_chemical_C2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 4.874522248 C6_chemical_C3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 4.770766998 L4_control_A1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 4.846153832 L4_control_A2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 4.873580493 L4_control_A3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.222668668 L4_control_B1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.152034938 L4_control_B2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.03411491 L4_control_B3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.293733376 L4_control_C2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.033631224 L4_control_C3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.151022455 L4_chemical_A1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 4.880164191 L4_chemical_A2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.025737013 L4_chemical_A3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.267987565 L4_chemical_B1 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.086750833 L4_chemical_B2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 4.897447697 L4_chemical_B3 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.049489346 L4_chemical_C2 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.212751529 L4_chemical_C3 +LQ00X045100 Patellin-3, putative 5.394417974 C6_control_A1 +LQ00X045100 Patellin-3, putative 5.248898434 C6_control_A3 +LQ00X045100 Patellin-3, putative 5.584565291 C6_control_B1 +LQ00X045100 Patellin-3, putative 5.230750936 C6_control_B2 +LQ00X045100 Patellin-3, putative 5.221573247 C6_control_B3 +LQ00X045100 Patellin-3, putative 5.607766327 C6_control_C1 +LQ00X045100 Patellin-3, putative 5.229081519 C6_control_C2 +LQ00X045100 Patellin-3, putative 5.210908023 C6_control_C3 +LQ00X045100 Patellin-3, putative 5.066909743 C6_chemical_A1 +LQ00X045100 Patellin-3, putative 5.143254872 C6_chemical_A3 +LQ00X045100 Patellin-3, putative 5.566954351 C6_chemical_B1 +LQ00X045100 Patellin-3, putative 5.149195685 C6_chemical_B2 +LQ00X045100 Patellin-3, putative 5.293363409 C6_chemical_B3 +LQ00X045100 Patellin-3, putative 5.376803632 C6_chemical_C1 +LQ00X045100 Patellin-3, putative 5.158651719 C6_chemical_C2 +LQ00X045100 Patellin-3, putative 5.614083666 C6_chemical_C3 +LQ00X045100 Patellin-3, putative 5.526025251 L4_control_A1 +LQ00X045100 Patellin-3, putative 5.007170567 L4_control_A2 +LQ00X045100 Patellin-3, putative 5.871763882 L4_control_A3 +LQ00X045100 Patellin-3, putative 5.339832593 L4_control_B1 +LQ00X045100 Patellin-3, putative 5.147161049 L4_control_B2 +LQ00X045100 Patellin-3, putative 5.343014376 L4_control_B3 +LQ00X045100 Patellin-3, putative 5.326796487 L4_control_C2 +LQ00X045100 Patellin-3, putative 5.239767459 L4_control_C3 +LQ00X045100 Patellin-3, putative 5.09100558 L4_chemical_A1 +LQ00X045100 Patellin-3, putative 5.190835218 L4_chemical_A2 +LQ00X045100 Patellin-3, putative 5.542817353 L4_chemical_A3 +LQ00X045100 Patellin-3, putative 5.371760065 L4_chemical_B1 +LQ00X045100 Patellin-3, putative 5.250835665 L4_chemical_B2 +LQ00X045100 Patellin-3, putative 5.14312062 L4_chemical_B3 +LQ00X045100 Patellin-3, putative 5.133268906 L4_chemical_C2 +LQ00X045100 Patellin-3, putative 5.188124222 L4_chemical_C3 +LQ00X045170 Glycogenin, putative 6.111550138 C6_control_A1 +LQ00X045170 Glycogenin, putative 5.86310159 C6_control_A3 +LQ00X045170 Glycogenin, putative 5.915446883 C6_control_B1 +LQ00X045170 Glycogenin, putative 6.204250863 C6_control_B2 +LQ00X045170 Glycogenin, putative 6.753152487 C6_control_B3 +LQ00X045170 Glycogenin, putative 5.599912382 C6_control_C1 +LQ00X045170 Glycogenin, putative 5.692992506 C6_control_C2 +LQ00X045170 Glycogenin, putative 6.265123534 C6_control_C3 +LQ00X045170 Glycogenin, putative 6.658252012 C6_chemical_A1 +LQ00X045170 Glycogenin, putative 6.167700902 C6_chemical_A3 +LQ00X045170 Glycogenin, putative 6.324720092 C6_chemical_B1 +LQ00X045170 Glycogenin, putative 6.107584249 C6_chemical_B2 +LQ00X045170 Glycogenin, putative 7.004011325 C6_chemical_B3 +LQ00X045170 Glycogenin, putative 5.911970407 C6_chemical_C1 +LQ00X045170 Glycogenin, putative 6.047712921 C6_chemical_C2 +LQ00X045170 Glycogenin, putative 6.229640375 C6_chemical_C3 +LQ00X045170 Glycogenin, putative 6.773829797 L4_control_A1 +LQ00X045170 Glycogenin, putative 6.301076371 L4_control_A2 +LQ00X045170 Glycogenin, putative 6.76035376 L4_control_A3 +LQ00X045170 Glycogenin, putative 6.900634071 L4_control_B1 +LQ00X045170 Glycogenin, putative 6.701672699 L4_control_B2 +LQ00X045170 Glycogenin, putative 6.439183088 L4_control_B3 +LQ00X045170 Glycogenin, putative 6.898334665 L4_control_C2 +LQ00X045170 Glycogenin, putative 6.769667218 L4_control_C3 +LQ00X045170 Glycogenin, putative 6.682349521 L4_chemical_A1 +LQ00X045170 Glycogenin, putative 6.801075164 L4_chemical_A2 +LQ00X045170 Glycogenin, putative 7.227072708 L4_chemical_A3 +LQ00X045170 Glycogenin, putative 6.738435229 L4_chemical_B1 +LQ00X045170 Glycogenin, putative 6.984576843 L4_chemical_B2 +LQ00X045170 Glycogenin, putative 6.466694629 L4_chemical_B3 +LQ00X045170 Glycogenin, putative 6.954873937 L4_chemical_C2 +LQ00X045170 Glycogenin, putative 6.91583038 L4_chemical_C3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.40215868 C6_control_A1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.895230145 C6_control_A3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.843003222 C6_control_B1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.740189889 C6_control_B2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.376126839 C6_control_B3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.982838257 C6_control_C1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 6.320740968 C6_control_C2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 6.286469789 C6_control_C3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.621753222 C6_chemical_A1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.217740308 C6_chemical_A3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.769707517 C6_chemical_B1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.807932202 C6_chemical_B2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.514920128 C6_chemical_B3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 6.11100792 C6_chemical_C1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 6.050926812 C6_chemical_C2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.284054769 C6_chemical_C3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.203115164 L4_control_A1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 4.897821699 L4_control_A2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.625135291 L4_control_A3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 4.99617612 L4_control_B1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 4.952910128 L4_control_B2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.157061088 L4_control_B3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.528692324 L4_control_C2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.239685912 L4_control_C3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.219249788 L4_chemical_A1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.062160296 L4_chemical_A2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.602785343 L4_chemical_A3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.486744459 L4_chemical_B1 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 4.917967231 L4_chemical_B2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.026091548 L4_chemical_B3 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.26205789 L4_chemical_C2 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.826347014 L4_chemical_C3 +LQ00X045230 Putative uncharacterized protein 11.60546789 C6_control_A1 +LQ00X045230 Putative uncharacterized protein 11.56024726 C6_control_A3 +LQ00X045230 Putative uncharacterized protein 11.37551916 C6_control_B1 +LQ00X045230 Putative uncharacterized protein 11.83718119 C6_control_B2 +LQ00X045230 Putative uncharacterized protein 11.71803465 C6_control_B3 +LQ00X045230 Putative uncharacterized protein 11.94236433 C6_control_C1 +LQ00X045230 Putative uncharacterized protein 11.84384914 C6_control_C2 +LQ00X045230 Putative uncharacterized protein 11.91977528 C6_control_C3 +LQ00X045230 Putative uncharacterized protein 11.62863653 C6_chemical_A1 +LQ00X045230 Putative uncharacterized protein 11.6480776 C6_chemical_A3 +LQ00X045230 Putative uncharacterized protein 11.44511674 C6_chemical_B1 +LQ00X045230 Putative uncharacterized protein 11.99796725 C6_chemical_B2 +LQ00X045230 Putative uncharacterized protein 11.67571765 C6_chemical_B3 +LQ00X045230 Putative uncharacterized protein 11.88509164 C6_chemical_C1 +LQ00X045230 Putative uncharacterized protein 11.76787618 C6_chemical_C2 +LQ00X045230 Putative uncharacterized protein 11.84173481 C6_chemical_C3 +LQ00X045230 Putative uncharacterized protein 12.23560857 L4_control_A1 +LQ00X045230 Putative uncharacterized protein 12.35803247 L4_control_A2 +LQ00X045230 Putative uncharacterized protein 11.95206806 L4_control_A3 +LQ00X045230 Putative uncharacterized protein 11.70140711 L4_control_B1 +LQ00X045230 Putative uncharacterized protein 11.83249765 L4_control_B2 +LQ00X045230 Putative uncharacterized protein 11.66432953 L4_control_B3 +LQ00X045230 Putative uncharacterized protein 11.0482807 L4_control_C2 +LQ00X045230 Putative uncharacterized protein 11.15862602 L4_control_C3 +LQ00X045230 Putative uncharacterized protein 12.366157 L4_chemical_A1 +LQ00X045230 Putative uncharacterized protein 12.51745974 L4_chemical_A2 +LQ00X045230 Putative uncharacterized protein 11.95695832 L4_chemical_A3 +LQ00X045230 Putative uncharacterized protein 11.63883821 L4_chemical_B1 +LQ00X045230 Putative uncharacterized protein 11.81580504 L4_chemical_B2 +LQ00X045230 Putative uncharacterized protein 11.98364624 L4_chemical_B3 +LQ00X045230 Putative uncharacterized protein 11.33688942 L4_chemical_C2 +LQ00X045230 Putative uncharacterized protein 11.45448657 L4_chemical_C3 +LQ00X045310 Hypothetical protein 4.75555431 C6_control_A1 +LQ00X045310 Hypothetical protein 5.212998811 C6_control_A3 +LQ00X045310 Hypothetical protein 4.869680065 C6_control_B1 +LQ00X045310 Hypothetical protein 4.637193778 C6_control_B2 +LQ00X045310 Hypothetical protein 4.811245127 C6_control_B3 +LQ00X045310 Hypothetical protein 4.753157363 C6_control_C1 +LQ00X045310 Hypothetical protein 4.734019496 C6_control_C2 +LQ00X045310 Hypothetical protein 4.775279032 C6_control_C3 +LQ00X045310 Hypothetical protein 4.759781173 C6_chemical_A1 +LQ00X045310 Hypothetical protein 4.936322474 C6_chemical_A3 +LQ00X045310 Hypothetical protein 5.483224812 C6_chemical_B1 +LQ00X045310 Hypothetical protein 4.578146567 C6_chemical_B2 +LQ00X045310 Hypothetical protein 4.74753259 C6_chemical_B3 +LQ00X045310 Hypothetical protein 4.762002708 C6_chemical_C1 +LQ00X045310 Hypothetical protein 4.543769755 C6_chemical_C2 +LQ00X045310 Hypothetical protein 4.812001084 C6_chemical_C3 +LQ00X045310 Hypothetical protein 4.70275475 L4_control_A1 +LQ00X045310 Hypothetical protein 4.802743303 L4_control_A2 +LQ00X045310 Hypothetical protein 4.871235377 L4_control_A3 +LQ00X045310 Hypothetical protein 5.44170174 L4_control_B1 +LQ00X045310 Hypothetical protein 4.649881552 L4_control_B2 +LQ00X045310 Hypothetical protein 4.757508666 L4_control_B3 +LQ00X045310 Hypothetical protein 4.981459263 L4_control_C2 +LQ00X045310 Hypothetical protein 5.02682714 L4_control_C3 +LQ00X045310 Hypothetical protein 4.589301744 L4_chemical_A1 +LQ00X045310 Hypothetical protein 4.816568538 L4_chemical_A2 +LQ00X045310 Hypothetical protein 5.225534889 L4_chemical_A3 +LQ00X045310 Hypothetical protein 4.956598262 L4_chemical_B1 +LQ00X045310 Hypothetical protein 4.974354503 L4_chemical_B2 +LQ00X045310 Hypothetical protein 4.526540877 L4_chemical_B3 +LQ00X045310 Hypothetical protein 5.29608141 L4_chemical_C2 +LQ00X045310 Hypothetical protein 4.794910107 L4_chemical_C3 +LQ00X045320 Hypothetical protein 5.560023322 C6_control_A1 +LQ00X045320 Hypothetical protein 5.326059919 C6_control_A3 +LQ00X045320 Hypothetical protein 5.000846587 C6_control_B1 +LQ00X045320 Hypothetical protein 5.723864388 C6_control_B2 +LQ00X045320 Hypothetical protein 5.368485938 C6_control_B3 +LQ00X045320 Hypothetical protein 7.164464181 C6_control_C1 +LQ00X045320 Hypothetical protein 5.771605457 C6_control_C2 +LQ00X045320 Hypothetical protein 6.920861075 C6_control_C3 +LQ00X045320 Hypothetical protein 5.221546641 C6_chemical_A1 +LQ00X045320 Hypothetical protein 5.613491048 C6_chemical_A3 +LQ00X045320 Hypothetical protein 4.975288681 C6_chemical_B1 +LQ00X045320 Hypothetical protein 5.448130623 C6_chemical_B2 +LQ00X045320 Hypothetical protein 5.691454627 C6_chemical_B3 +LQ00X045320 Hypothetical protein 6.600226591 C6_chemical_C1 +LQ00X045320 Hypothetical protein 6.703727722 C6_chemical_C2 +LQ00X045320 Hypothetical protein 7.276948921 C6_chemical_C3 +LQ00X045320 Hypothetical protein 5.23762117 L4_control_A1 +LQ00X045320 Hypothetical protein 5.531711857 L4_control_A2 +LQ00X045320 Hypothetical protein 5.466722265 L4_control_A3 +LQ00X045320 Hypothetical protein 5.35893104 L4_control_B1 +LQ00X045320 Hypothetical protein 5.453742017 L4_control_B2 +LQ00X045320 Hypothetical protein 5.263266661 L4_control_B3 +LQ00X045320 Hypothetical protein 5.431560818 L4_control_C2 +LQ00X045320 Hypothetical protein 6.034762816 L4_control_C3 +LQ00X045320 Hypothetical protein 5.367744844 L4_chemical_A1 +LQ00X045320 Hypothetical protein 5.725025887 L4_chemical_A2 +LQ00X045320 Hypothetical protein 5.143969117 L4_chemical_A3 +LQ00X045320 Hypothetical protein 5.305218713 L4_chemical_B1 +LQ00X045320 Hypothetical protein 5.36176045 L4_chemical_B2 +LQ00X045320 Hypothetical protein 5.571608134 L4_chemical_B3 +LQ00X045320 Hypothetical protein 5.567250747 L4_chemical_C2 +LQ00X045320 Hypothetical protein 4.769242827 L4_chemical_C3 +LQ00X045330 Callose synthase 9 13.73465479 C6_control_A1 +LQ00X045330 Callose synthase 9 13.59950826 C6_control_A3 +LQ00X045330 Callose synthase 9 13.95167288 C6_control_B1 +LQ00X045330 Callose synthase 9 13.81578531 C6_control_B2 +LQ00X045330 Callose synthase 9 14.27405096 C6_control_B3 +LQ00X045330 Callose synthase 9 13.64385736 C6_control_C1 +LQ00X045330 Callose synthase 9 13.99087512 C6_control_C2 +LQ00X045330 Callose synthase 9 14.17457801 C6_control_C3 +LQ00X045330 Callose synthase 9 13.65079757 C6_chemical_A1 +LQ00X045330 Callose synthase 9 13.89719882 C6_chemical_A3 +LQ00X045330 Callose synthase 9 13.75489976 C6_chemical_B1 +LQ00X045330 Callose synthase 9 13.35328861 C6_chemical_B2 +LQ00X045330 Callose synthase 9 14.2052723 C6_chemical_B3 +LQ00X045330 Callose synthase 9 13.38686062 C6_chemical_C1 +LQ00X045330 Callose synthase 9 13.77533835 C6_chemical_C2 +LQ00X045330 Callose synthase 9 13.58036741 C6_chemical_C3 +LQ00X045330 Callose synthase 9 13.81697091 L4_control_A1 +LQ00X045330 Callose synthase 9 14.18337866 L4_control_A2 +LQ00X045330 Callose synthase 9 14.22625153 L4_control_A3 +LQ00X045330 Callose synthase 9 14.2565038 L4_control_B1 +LQ00X045330 Callose synthase 9 14.29676141 L4_control_B2 +LQ00X045330 Callose synthase 9 14.0842025 L4_control_B3 +LQ00X045330 Callose synthase 9 14.48520803 L4_control_C2 +LQ00X045330 Callose synthase 9 14.65032406 L4_control_C3 +LQ00X045330 Callose synthase 9 14.09778686 L4_chemical_A1 +LQ00X045330 Callose synthase 9 14.48774344 L4_chemical_A2 +LQ00X045330 Callose synthase 9 14.32955974 L4_chemical_A3 +LQ00X045330 Callose synthase 9 14.32690759 L4_chemical_B1 +LQ00X045330 Callose synthase 9 14.40184189 L4_chemical_B2 +LQ00X045330 Callose synthase 9 14.18755484 L4_chemical_B3 +LQ00X045330 Callose synthase 9 14.43464883 L4_chemical_C2 +LQ00X045330 Callose synthase 9 14.51942012 L4_chemical_C3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.93002054 C6_control_A1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.15719704 C6_control_A3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.12768331 C6_control_B1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.56769228 C6_control_B2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.1487097 C6_control_B3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 14.34469862 C6_control_C1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 14.21089852 C6_control_C2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 14.11284396 C6_control_C3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.08624953 C6_chemical_A1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.62682873 C6_chemical_A3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.31530237 C6_chemical_B1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.75416083 C6_chemical_B2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.24183907 C6_chemical_B3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 14.23775924 C6_chemical_C1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 14.34325924 C6_chemical_C2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 14.02115849 C6_chemical_C3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.2252049 L4_control_A1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.97254168 L4_control_A2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.1016225 L4_control_A3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.70852151 L4_control_B1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.68520079 L4_control_B2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.08108897 L4_control_B3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.25347404 L4_control_C2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.11470303 L4_control_C3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.15817984 L4_chemical_A1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.76886581 L4_chemical_A2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.01436123 L4_chemical_A3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.48009527 L4_chemical_B1 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.55668506 L4_chemical_B2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 12.67064372 L4_chemical_B3 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.23906059 L4_chemical_C2 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.45843413 L4_chemical_C3 +LQ00X045390 Hypothetical protein 5.080042583 C6_control_A1 +LQ00X045390 Hypothetical protein 4.77343704 C6_control_A3 +LQ00X045390 Hypothetical protein 5.268376476 C6_control_B1 +LQ00X045390 Hypothetical protein 5.096769891 C6_control_B2 +LQ00X045390 Hypothetical protein 4.891534069 C6_control_B3 +LQ00X045390 Hypothetical protein 4.930144149 C6_control_C1 +LQ00X045390 Hypothetical protein 5.562476529 C6_control_C2 +LQ00X045390 Hypothetical protein 5.636286666 C6_control_C3 +LQ00X045390 Hypothetical protein 4.598872175 C6_chemical_A1 +LQ00X045390 Hypothetical protein 5.012153952 C6_chemical_A3 +LQ00X045390 Hypothetical protein 5.012621573 C6_chemical_B1 +LQ00X045390 Hypothetical protein 5.235056778 C6_chemical_B2 +LQ00X045390 Hypothetical protein 4.903010355 C6_chemical_B3 +LQ00X045390 Hypothetical protein 5.064922489 C6_chemical_C1 +LQ00X045390 Hypothetical protein 5.208207637 C6_chemical_C2 +LQ00X045390 Hypothetical protein 5.76207821 C6_chemical_C3 +LQ00X045390 Hypothetical protein 4.874642526 L4_control_A1 +LQ00X045390 Hypothetical protein 4.898588407 L4_control_A2 +LQ00X045390 Hypothetical protein 5.059801297 L4_control_A3 +LQ00X045390 Hypothetical protein 5.036280475 L4_control_B1 +LQ00X045390 Hypothetical protein 5.167972941 L4_control_B2 +LQ00X045390 Hypothetical protein 5.202447283 L4_control_B3 +LQ00X045390 Hypothetical protein 5.008072319 L4_control_C2 +LQ00X045390 Hypothetical protein 5.256863517 L4_control_C3 +LQ00X045390 Hypothetical protein 5.289716687 L4_chemical_A1 +LQ00X045390 Hypothetical protein 5.36618136 L4_chemical_A2 +LQ00X045390 Hypothetical protein 5.026568397 L4_chemical_A3 +LQ00X045390 Hypothetical protein 5.103697746 L4_chemical_B1 +LQ00X045390 Hypothetical protein 5.424458174 L4_chemical_B2 +LQ00X045390 Hypothetical protein 5.049112599 L4_chemical_B3 +LQ00X045390 Hypothetical protein 5.054695591 L4_chemical_C2 +LQ00X045390 Hypothetical protein 4.955431204 L4_chemical_C3 +LQ00X045432 Hypothetical protein 4.831787207 C6_control_A1 +LQ00X045432 Hypothetical protein 5.166828384 C6_control_A3 +LQ00X045432 Hypothetical protein 4.940777533 C6_control_B1 +LQ00X045432 Hypothetical protein 5.007532194 C6_control_B2 +LQ00X045432 Hypothetical protein 4.873711226 C6_control_B3 +LQ00X045432 Hypothetical protein 4.800074785 C6_control_C1 +LQ00X045432 Hypothetical protein 4.862847279 C6_control_C2 +LQ00X045432 Hypothetical protein 4.812385809 C6_control_C3 +LQ00X045432 Hypothetical protein 4.871857734 C6_chemical_A1 +LQ00X045432 Hypothetical protein 5.007029886 C6_chemical_A3 +LQ00X045432 Hypothetical protein 4.854436908 C6_chemical_B1 +LQ00X045432 Hypothetical protein 4.880363997 C6_chemical_B2 +LQ00X045432 Hypothetical protein 4.967587256 C6_chemical_B3 +LQ00X045432 Hypothetical protein 4.664045571 C6_chemical_C1 +LQ00X045432 Hypothetical protein 4.90647067 C6_chemical_C2 +LQ00X045432 Hypothetical protein 4.942460638 C6_chemical_C3 +LQ00X045432 Hypothetical protein 4.712901126 L4_control_A1 +LQ00X045432 Hypothetical protein 5.135733074 L4_control_A2 +LQ00X045432 Hypothetical protein 5.437122197 L4_control_A3 +LQ00X045432 Hypothetical protein 5.153302061 L4_control_B1 +LQ00X045432 Hypothetical protein 5.452844213 L4_control_B2 +LQ00X045432 Hypothetical protein 4.949304016 L4_control_B3 +LQ00X045432 Hypothetical protein 5.69365513 L4_control_C2 +LQ00X045432 Hypothetical protein 5.223600281 L4_control_C3 +LQ00X045432 Hypothetical protein 5.292930209 L4_chemical_A1 +LQ00X045432 Hypothetical protein 5.125449951 L4_chemical_A2 +LQ00X045432 Hypothetical protein 5.191767635 L4_chemical_A3 +LQ00X045432 Hypothetical protein 5.082195251 L4_chemical_B1 +LQ00X045432 Hypothetical protein 5.331756952 L4_chemical_B2 +LQ00X045432 Hypothetical protein 4.829586807 L4_chemical_B3 +LQ00X045432 Hypothetical protein 5.682708423 L4_chemical_C2 +LQ00X045432 Hypothetical protein 5.058531838 L4_chemical_C3 +LQ00X045440 Peroxidase 15 5.490461547 C6_control_A1 +LQ00X045440 Peroxidase 15 5.059017346 C6_control_A3 +LQ00X045440 Peroxidase 15 5.476377164 C6_control_B1 +LQ00X045440 Peroxidase 15 5.235913073 C6_control_B2 +LQ00X045440 Peroxidase 15 5.46111586 C6_control_B3 +LQ00X045440 Peroxidase 15 5.3540988 C6_control_C1 +LQ00X045440 Peroxidase 15 5.062054418 C6_control_C2 +LQ00X045440 Peroxidase 15 5.38899593 C6_control_C3 +LQ00X045440 Peroxidase 15 5.73890625 C6_chemical_A1 +LQ00X045440 Peroxidase 15 5.70439999 C6_chemical_A3 +LQ00X045440 Peroxidase 15 4.998966689 C6_chemical_B1 +LQ00X045440 Peroxidase 15 4.966081255 C6_chemical_B2 +LQ00X045440 Peroxidase 15 5.445849943 C6_chemical_B3 +LQ00X045440 Peroxidase 15 5.482199568 C6_chemical_C1 +LQ00X045440 Peroxidase 15 5.363805211 C6_chemical_C2 +LQ00X045440 Peroxidase 15 5.572965423 C6_chemical_C3 +LQ00X045440 Peroxidase 15 6.092699722 L4_control_A1 +LQ00X045440 Peroxidase 15 5.039556499 L4_control_A2 +LQ00X045440 Peroxidase 15 6.023245654 L4_control_A3 +LQ00X045440 Peroxidase 15 6.468587136 L4_control_B1 +LQ00X045440 Peroxidase 15 5.254917853 L4_control_B2 +LQ00X045440 Peroxidase 15 5.442916414 L4_control_B3 +LQ00X045440 Peroxidase 15 6.008858037 L4_control_C2 +LQ00X045440 Peroxidase 15 5.42019807 L4_control_C3 +LQ00X045440 Peroxidase 15 8.013904702 L4_chemical_A1 +LQ00X045440 Peroxidase 15 5.893447166 L4_chemical_A2 +LQ00X045440 Peroxidase 15 6.889371236 L4_chemical_A3 +LQ00X045440 Peroxidase 15 8.677750873 L4_chemical_B1 +LQ00X045440 Peroxidase 15 5.329415112 L4_chemical_B2 +LQ00X045440 Peroxidase 15 5.471203857 L4_chemical_B3 +LQ00X045440 Peroxidase 15 5.260541772 L4_chemical_C2 +LQ00X045440 Peroxidase 15 5.250878552 L4_chemical_C3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.134142364 C6_control_A1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.14026779 C6_control_A3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.31277542 C6_control_B1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 4.8143278 C6_control_B2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.439675629 C6_control_B3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.356066466 C6_control_C1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 4.918442262 C6_control_C2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.922530057 C6_control_C3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.634481728 C6_chemical_A1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 4.979706105 C6_chemical_A3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.407154876 C6_chemical_B1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 4.994400785 C6_chemical_B2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 6.188108984 C6_chemical_B3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.907136837 C6_chemical_C1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.478766313 C6_chemical_C2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.879636057 C6_chemical_C3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 6.63831289 L4_control_A1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 6.083902867 L4_control_A2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.586671561 L4_control_A3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 8.899163246 L4_control_B1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 6.927276398 L4_control_B2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.14699327 L4_control_B3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 8.496951891 L4_control_C2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 7.390603997 L4_control_C3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 6.876678658 L4_chemical_A1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.861120053 L4_chemical_A2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 6.135271694 L4_chemical_A3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 6.434829265 L4_chemical_B1 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 7.292323325 L4_chemical_B2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.242852633 L4_chemical_B3 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 8.569750352 L4_chemical_C2 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 7.439436641 L4_chemical_C3 +LQ00X045590 Putative Transcription factor bHLH61 8.42954079 C6_control_A1 +LQ00X045590 Putative Transcription factor bHLH61 9.231960383 C6_control_A3 +LQ00X045590 Putative Transcription factor bHLH61 7.563544334 C6_control_B1 +LQ00X045590 Putative Transcription factor bHLH61 6.062667721 C6_control_B2 +LQ00X045590 Putative Transcription factor bHLH61 7.79487395 C6_control_B3 +LQ00X045590 Putative Transcription factor bHLH61 5.667909862 C6_control_C1 +LQ00X045590 Putative Transcription factor bHLH61 5.586253601 C6_control_C2 +LQ00X045590 Putative Transcription factor bHLH61 5.880823134 C6_control_C3 +LQ00X045590 Putative Transcription factor bHLH61 7.197880267 C6_chemical_A1 +LQ00X045590 Putative Transcription factor bHLH61 7.826966057 C6_chemical_A3 +LQ00X045590 Putative Transcription factor bHLH61 6.407604683 C6_chemical_B1 +LQ00X045590 Putative Transcription factor bHLH61 5.898902982 C6_chemical_B2 +LQ00X045590 Putative Transcription factor bHLH61 9.759269187 C6_chemical_B3 +LQ00X045590 Putative Transcription factor bHLH61 5.928947506 C6_chemical_C1 +LQ00X045590 Putative Transcription factor bHLH61 5.401432279 C6_chemical_C2 +LQ00X045590 Putative Transcription factor bHLH61 6.226779687 C6_chemical_C3 +LQ00X045590 Putative Transcription factor bHLH61 10.12128259 L4_control_A1 +LQ00X045590 Putative Transcription factor bHLH61 7.962593406 L4_control_A2 +LQ00X045590 Putative Transcription factor bHLH61 8.07622332 L4_control_A3 +LQ00X045590 Putative Transcription factor bHLH61 7.610256336 L4_control_B1 +LQ00X045590 Putative Transcription factor bHLH61 7.272623387 L4_control_B2 +LQ00X045590 Putative Transcription factor bHLH61 6.104678668 L4_control_B3 +LQ00X045590 Putative Transcription factor bHLH61 5.679668913 L4_control_C2 +LQ00X045590 Putative Transcription factor bHLH61 5.121628463 L4_control_C3 +LQ00X045590 Putative Transcription factor bHLH61 8.218643838 L4_chemical_A1 +LQ00X045590 Putative Transcription factor bHLH61 7.510170388 L4_chemical_A2 +LQ00X045590 Putative Transcription factor bHLH61 7.801450235 L4_chemical_A3 +LQ00X045590 Putative Transcription factor bHLH61 8.85094228 L4_chemical_B1 +LQ00X045590 Putative Transcription factor bHLH61 7.496421141 L4_chemical_B2 +LQ00X045590 Putative Transcription factor bHLH61 9.4584308 L4_chemical_B3 +LQ00X045590 Putative Transcription factor bHLH61 5.34825735 L4_chemical_C2 +LQ00X045590 Putative Transcription factor bHLH61 5.404108934 L4_chemical_C3 +LQ00X045610 Cationic peroxidase 1 5.532554758 C6_control_A1 +LQ00X045610 Cationic peroxidase 1 5.747506171 C6_control_A3 +LQ00X045610 Cationic peroxidase 1 5.123914309 C6_control_B1 +LQ00X045610 Cationic peroxidase 1 5.700846697 C6_control_B2 +LQ00X045610 Cationic peroxidase 1 5.843882914 C6_control_B3 +LQ00X045610 Cationic peroxidase 1 5.297346869 C6_control_C1 +LQ00X045610 Cationic peroxidase 1 5.425206787 C6_control_C2 +LQ00X045610 Cationic peroxidase 1 6.035770052 C6_control_C3 +LQ00X045610 Cationic peroxidase 1 5.4538473 C6_chemical_A1 +LQ00X045610 Cationic peroxidase 1 5.391204673 C6_chemical_A3 +LQ00X045610 Cationic peroxidase 1 5.357080619 C6_chemical_B1 +LQ00X045610 Cationic peroxidase 1 5.565565653 C6_chemical_B2 +LQ00X045610 Cationic peroxidase 1 5.436220551 C6_chemical_B3 +LQ00X045610 Cationic peroxidase 1 5.143943554 C6_chemical_C1 +LQ00X045610 Cationic peroxidase 1 5.680843277 C6_chemical_C2 +LQ00X045610 Cationic peroxidase 1 6.055607193 C6_chemical_C3 +LQ00X045610 Cationic peroxidase 1 5.999415329 L4_control_A1 +LQ00X045610 Cationic peroxidase 1 5.50777062 L4_control_A2 +LQ00X045610 Cationic peroxidase 1 5.56039887 L4_control_A3 +LQ00X045610 Cationic peroxidase 1 5.564542384 L4_control_B1 +LQ00X045610 Cationic peroxidase 1 5.376240362 L4_control_B2 +LQ00X045610 Cationic peroxidase 1 5.576432979 L4_control_B3 +LQ00X045610 Cationic peroxidase 1 5.546220259 L4_control_C2 +LQ00X045610 Cationic peroxidase 1 4.986440708 L4_control_C3 +LQ00X045610 Cationic peroxidase 1 5.489405421 L4_chemical_A1 +LQ00X045610 Cationic peroxidase 1 5.657109014 L4_chemical_A2 +LQ00X045610 Cationic peroxidase 1 5.729111021 L4_chemical_A3 +LQ00X045610 Cationic peroxidase 1 5.622254914 L4_chemical_B1 +LQ00X045610 Cationic peroxidase 1 5.38398353 L4_chemical_B2 +LQ00X045610 Cationic peroxidase 1 5.482869745 L4_chemical_B3 +LQ00X045610 Cationic peroxidase 1 5.285846189 L4_chemical_C2 +LQ00X045610 Cationic peroxidase 1 5.35464081 L4_chemical_C3 +LQ00X045650 Putative uncharacterized protein 5.709704675 C6_control_A1 +LQ00X045650 Putative uncharacterized protein 5.330532736 C6_control_A3 +LQ00X045650 Putative uncharacterized protein 5.757333603 C6_control_B1 +LQ00X045650 Putative uncharacterized protein 5.395211895 C6_control_B2 +LQ00X045650 Putative uncharacterized protein 6.176066096 C6_control_B3 +LQ00X045650 Putative uncharacterized protein 5.573101971 C6_control_C1 +LQ00X045650 Putative uncharacterized protein 5.430329516 C6_control_C2 +LQ00X045650 Putative uncharacterized protein 5.76391266 C6_control_C3 +LQ00X045650 Putative uncharacterized protein 5.68929707 C6_chemical_A1 +LQ00X045650 Putative uncharacterized protein 6.061587045 C6_chemical_A3 +LQ00X045650 Putative uncharacterized protein 6.778181776 C6_chemical_B1 +LQ00X045650 Putative uncharacterized protein 5.50677924 C6_chemical_B2 +LQ00X045650 Putative uncharacterized protein 5.773368176 C6_chemical_B3 +LQ00X045650 Putative uncharacterized protein 5.71320054 C6_chemical_C1 +LQ00X045650 Putative uncharacterized protein 5.702803568 C6_chemical_C2 +LQ00X045650 Putative uncharacterized protein 5.358344478 C6_chemical_C3 +LQ00X045650 Putative uncharacterized protein 5.988007671 L4_control_A1 +LQ00X045650 Putative uncharacterized protein 5.835441852 L4_control_A2 +LQ00X045650 Putative uncharacterized protein 5.778529854 L4_control_A3 +LQ00X045650 Putative uncharacterized protein 5.081288069 L4_control_B1 +LQ00X045650 Putative uncharacterized protein 5.694231931 L4_control_B2 +LQ00X045650 Putative uncharacterized protein 5.999622825 L4_control_B3 +LQ00X045650 Putative uncharacterized protein 5.280311818 L4_control_C2 +LQ00X045650 Putative uncharacterized protein 5.202692244 L4_control_C3 +LQ00X045650 Putative uncharacterized protein 6.061671412 L4_chemical_A1 +LQ00X045650 Putative uncharacterized protein 5.69730996 L4_chemical_A2 +LQ00X045650 Putative uncharacterized protein 5.069445477 L4_chemical_A3 +LQ00X045650 Putative uncharacterized protein 5.762330321 L4_chemical_B1 +LQ00X045650 Putative uncharacterized protein 6.3232883 L4_chemical_B2 +LQ00X045650 Putative uncharacterized protein 6.03012033 L4_chemical_B3 +LQ00X045650 Putative uncharacterized protein 5.74823274 L4_chemical_C2 +LQ00X045650 Putative uncharacterized protein 5.699393483 L4_chemical_C3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.79549327 C6_control_A1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.994056173 C6_control_A3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.739698506 C6_control_B1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.02596795 C6_control_B2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.853120121 C6_control_B3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.790155847 C6_control_C1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.962302425 C6_control_C2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.181474294 C6_control_C3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.875656642 C6_chemical_A1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.842193895 C6_chemical_A3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.835851991 C6_chemical_B1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.951799274 C6_chemical_B2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.914491533 C6_chemical_B3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.003344863 C6_chemical_C1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.287157426 C6_chemical_C2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.059796007 C6_chemical_C3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.241116331 L4_control_A1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.016503796 L4_control_A2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.505065459 L4_control_A3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.968678381 L4_control_B1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.645515974 L4_control_B2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.002068561 L4_control_B3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.827833079 L4_control_C2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.886299554 L4_control_C3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.87257913 L4_chemical_A1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.104574548 L4_chemical_A2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.424046999 L4_chemical_A3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.924025356 L4_chemical_B1 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.697544067 L4_chemical_B2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.222882839 L4_chemical_B3 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.623585324 L4_chemical_C2 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.880818723 L4_chemical_C3 +LQ00X045700 Putative Disease resistance response protein 206 5.216637236 C6_control_A1 +LQ00X045700 Putative Disease resistance response protein 206 4.804770844 C6_control_A3 +LQ00X045700 Putative Disease resistance response protein 206 6.010776292 C6_control_B1 +LQ00X045700 Putative Disease resistance response protein 206 5.606471333 C6_control_B2 +LQ00X045700 Putative Disease resistance response protein 206 5.84173964 C6_control_B3 +LQ00X045700 Putative Disease resistance response protein 206 5.63121707 C6_control_C1 +LQ00X045700 Putative Disease resistance response protein 206 5.463692808 C6_control_C2 +LQ00X045700 Putative Disease resistance response protein 206 6.050760331 C6_control_C3 +LQ00X045700 Putative Disease resistance response protein 206 5.06112465 C6_chemical_A1 +LQ00X045700 Putative Disease resistance response protein 206 5.073843943 C6_chemical_A3 +LQ00X045700 Putative Disease resistance response protein 206 5.914068627 C6_chemical_B1 +LQ00X045700 Putative Disease resistance response protein 206 5.783280001 C6_chemical_B2 +LQ00X045700 Putative Disease resistance response protein 206 5.309085896 C6_chemical_B3 +LQ00X045700 Putative Disease resistance response protein 206 5.336287559 C6_chemical_C1 +LQ00X045700 Putative Disease resistance response protein 206 5.61929606 C6_chemical_C2 +LQ00X045700 Putative Disease resistance response protein 206 5.804682245 C6_chemical_C3 +LQ00X045700 Putative Disease resistance response protein 206 5.263967575 L4_control_A1 +LQ00X045700 Putative Disease resistance response protein 206 5.03034137 L4_control_A2 +LQ00X045700 Putative Disease resistance response protein 206 5.370652789 L4_control_A3 +LQ00X045700 Putative Disease resistance response protein 206 5.218389011 L4_control_B1 +LQ00X045700 Putative Disease resistance response protein 206 5.180432022 L4_control_B2 +LQ00X045700 Putative Disease resistance response protein 206 5.559910499 L4_control_B3 +LQ00X045700 Putative Disease resistance response protein 206 5.746993772 L4_control_C2 +LQ00X045700 Putative Disease resistance response protein 206 5.941406099 L4_control_C3 +LQ00X045700 Putative Disease resistance response protein 206 5.053783471 L4_chemical_A1 +LQ00X045700 Putative Disease resistance response protein 206 5.521925116 L4_chemical_A2 +LQ00X045700 Putative Disease resistance response protein 206 5.30326809 L4_chemical_A3 +LQ00X045700 Putative Disease resistance response protein 206 5.445060868 L4_chemical_B1 +LQ00X045700 Putative Disease resistance response protein 206 5.185887789 L4_chemical_B2 +LQ00X045700 Putative Disease resistance response protein 206 5.274779018 L4_chemical_B3 +LQ00X045700 Putative Disease resistance response protein 206 5.169220304 L4_chemical_C2 +LQ00X045700 Putative Disease resistance response protein 206 5.283658683 L4_chemical_C3 +LQ00X045710 Putative uncharacterized protein 5.43442009 C6_control_A1 +LQ00X045710 Putative uncharacterized protein 6.207357576 C6_control_A3 +LQ00X045710 Putative uncharacterized protein 5.188161588 C6_control_B1 +LQ00X045710 Putative uncharacterized protein 6.141793823 C6_control_B2 +LQ00X045710 Putative uncharacterized protein 5.33474993 C6_control_B3 +LQ00X045710 Putative uncharacterized protein 5.548587668 C6_control_C1 +LQ00X045710 Putative uncharacterized protein 6.376984135 C6_control_C2 +LQ00X045710 Putative uncharacterized protein 5.822115623 C6_control_C3 +LQ00X045710 Putative uncharacterized protein 5.677982177 C6_chemical_A1 +LQ00X045710 Putative uncharacterized protein 5.491071455 C6_chemical_A3 +LQ00X045710 Putative uncharacterized protein 5.210476189 C6_chemical_B1 +LQ00X045710 Putative uncharacterized protein 5.598417301 C6_chemical_B2 +LQ00X045710 Putative uncharacterized protein 5.170556591 C6_chemical_B3 +LQ00X045710 Putative uncharacterized protein 5.834613441 C6_chemical_C1 +LQ00X045710 Putative uncharacterized protein 6.061096531 C6_chemical_C2 +LQ00X045710 Putative uncharacterized protein 6.015029385 C6_chemical_C3 +LQ00X045710 Putative uncharacterized protein 5.549324372 L4_control_A1 +LQ00X045710 Putative uncharacterized protein 5.843728674 L4_control_A2 +LQ00X045710 Putative uncharacterized protein 6.089362254 L4_control_A3 +LQ00X045710 Putative uncharacterized protein 6.001457222 L4_control_B1 +LQ00X045710 Putative uncharacterized protein 5.516714796 L4_control_B2 +LQ00X045710 Putative uncharacterized protein 5.664538971 L4_control_B3 +LQ00X045710 Putative uncharacterized protein 5.290229777 L4_control_C2 +LQ00X045710 Putative uncharacterized protein 5.550789937 L4_control_C3 +LQ00X045710 Putative uncharacterized protein 5.422049979 L4_chemical_A1 +LQ00X045710 Putative uncharacterized protein 5.692888389 L4_chemical_A2 +LQ00X045710 Putative uncharacterized protein 6.087082007 L4_chemical_A3 +LQ00X045710 Putative uncharacterized protein 5.123957005 L4_chemical_B1 +LQ00X045710 Putative uncharacterized protein 5.219629294 L4_chemical_B2 +LQ00X045710 Putative uncharacterized protein 5.61606001 L4_chemical_B3 +LQ00X045710 Putative uncharacterized protein 5.115814419 L4_chemical_C2 +LQ00X045710 Putative uncharacterized protein 5.355259268 L4_chemical_C3 +LQ00X045720 Putative uncharacterized protein 14.32731677 C6_control_A1 +LQ00X045720 Putative uncharacterized protein 13.81565968 C6_control_A3 +LQ00X045720 Putative uncharacterized protein 14.10826808 C6_control_B1 +LQ00X045720 Putative uncharacterized protein 13.59945255 C6_control_B2 +LQ00X045720 Putative uncharacterized protein 13.99145599 C6_control_B3 +LQ00X045720 Putative uncharacterized protein 13.36426023 C6_control_C1 +LQ00X045720 Putative uncharacterized protein 12.33599913 C6_control_C2 +LQ00X045720 Putative uncharacterized protein 12.74939918 C6_control_C3 +LQ00X045720 Putative uncharacterized protein 14.1557487 C6_chemical_A1 +LQ00X045720 Putative uncharacterized protein 14.10303171 C6_chemical_A3 +LQ00X045720 Putative uncharacterized protein 14.05730463 C6_chemical_B1 +LQ00X045720 Putative uncharacterized protein 13.72455551 C6_chemical_B2 +LQ00X045720 Putative uncharacterized protein 13.98598607 C6_chemical_B3 +LQ00X045720 Putative uncharacterized protein 13.45618697 C6_chemical_C1 +LQ00X045720 Putative uncharacterized protein 12.67420882 C6_chemical_C2 +LQ00X045720 Putative uncharacterized protein 12.2625276 C6_chemical_C3 +LQ00X045720 Putative uncharacterized protein 13.86074379 L4_control_A1 +LQ00X045720 Putative uncharacterized protein 14.21640571 L4_control_A2 +LQ00X045720 Putative uncharacterized protein 13.81231381 L4_control_A3 +LQ00X045720 Putative uncharacterized protein 14.33869525 L4_control_B1 +LQ00X045720 Putative uncharacterized protein 13.66342512 L4_control_B2 +LQ00X045720 Putative uncharacterized protein 13.77185854 L4_control_B3 +LQ00X045720 Putative uncharacterized protein 12.32215797 L4_control_C2 +LQ00X045720 Putative uncharacterized protein 12.60997521 L4_control_C3 +LQ00X045720 Putative uncharacterized protein 13.77821909 L4_chemical_A1 +LQ00X045720 Putative uncharacterized protein 14.1280567 L4_chemical_A2 +LQ00X045720 Putative uncharacterized protein 13.91394657 L4_chemical_A3 +LQ00X045720 Putative uncharacterized protein 14.09079127 L4_chemical_B1 +LQ00X045720 Putative uncharacterized protein 13.75330208 L4_chemical_B2 +LQ00X045720 Putative uncharacterized protein 14.28099626 L4_chemical_B3 +LQ00X045720 Putative uncharacterized protein 12.09342221 L4_chemical_C2 +LQ00X045720 Putative uncharacterized protein 12.04451116 L4_chemical_C3 +LQ00X045760 Kinesin heavy chain, putative 10.39638398 C6_control_A1 +LQ00X045760 Kinesin heavy chain, putative 10.62378182 C6_control_A3 +LQ00X045760 Kinesin heavy chain, putative 10.58491994 C6_control_B1 +LQ00X045760 Kinesin heavy chain, putative 10.18973719 C6_control_B2 +LQ00X045760 Kinesin heavy chain, putative 11.28192236 C6_control_B3 +LQ00X045760 Kinesin heavy chain, putative 8.620257896 C6_control_C1 +LQ00X045760 Kinesin heavy chain, putative 8.177732224 C6_control_C2 +LQ00X045760 Kinesin heavy chain, putative 9.612368868 C6_control_C3 +LQ00X045760 Kinesin heavy chain, putative 9.603838428 C6_chemical_A1 +LQ00X045760 Kinesin heavy chain, putative 10.35761071 C6_chemical_A3 +LQ00X045760 Kinesin heavy chain, putative 9.479127021 C6_chemical_B1 +LQ00X045760 Kinesin heavy chain, putative 9.521742551 C6_chemical_B2 +LQ00X045760 Kinesin heavy chain, putative 10.96418567 C6_chemical_B3 +LQ00X045760 Kinesin heavy chain, putative 8.771610815 C6_chemical_C1 +LQ00X045760 Kinesin heavy chain, putative 8.819232252 C6_chemical_C2 +LQ00X045760 Kinesin heavy chain, putative 9.628375756 C6_chemical_C3 +LQ00X045760 Kinesin heavy chain, putative 10.09661799 L4_control_A1 +LQ00X045760 Kinesin heavy chain, putative 9.934103097 L4_control_A2 +LQ00X045760 Kinesin heavy chain, putative 10.55085278 L4_control_A3 +LQ00X045760 Kinesin heavy chain, putative 9.762228445 L4_control_B1 +LQ00X045760 Kinesin heavy chain, putative 10.10541748 L4_control_B2 +LQ00X045760 Kinesin heavy chain, putative 10.4969582 L4_control_B3 +LQ00X045760 Kinesin heavy chain, putative 6.851291724 L4_control_C2 +LQ00X045760 Kinesin heavy chain, putative 7.367050614 L4_control_C3 +LQ00X045760 Kinesin heavy chain, putative 9.664078031 L4_chemical_A1 +LQ00X045760 Kinesin heavy chain, putative 9.137369614 L4_chemical_A2 +LQ00X045760 Kinesin heavy chain, putative 10.4992682 L4_chemical_A3 +LQ00X045760 Kinesin heavy chain, putative 10.29260356 L4_chemical_B1 +LQ00X045760 Kinesin heavy chain, putative 9.071710652 L4_chemical_B2 +LQ00X045760 Kinesin heavy chain, putative 11.00551006 L4_chemical_B3 +LQ00X045760 Kinesin heavy chain, putative 7.367738664 L4_chemical_C2 +LQ00X045760 Kinesin heavy chain, putative 7.748564954 L4_chemical_C3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.541213255 C6_control_A1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 6.590430727 C6_control_A3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.557137317 C6_control_B1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.936572357 C6_control_B2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.079623986 C6_control_B3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.663011155 C6_control_C1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.951100716 C6_control_C2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.8060154 C6_control_C3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.475389865 C6_chemical_A1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.604165567 C6_chemical_A3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 4.998657778 C6_chemical_B1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.877079757 C6_chemical_B2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 4.733121524 C6_chemical_B3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.327838419 C6_chemical_C1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.821408902 C6_chemical_C2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.540969477 C6_chemical_C3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.393832463 L4_control_A1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.205820459 L4_control_A2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.393772634 L4_control_A3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.108952266 L4_control_B1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.577585927 L4_control_B2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.223539849 L4_control_B3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.545533542 L4_control_C2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.362123008 L4_control_C3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.236153935 L4_chemical_A1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.361973561 L4_chemical_A2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.324657232 L4_chemical_A3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.904506374 L4_chemical_B1 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.646436617 L4_chemical_B2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.592490326 L4_chemical_B3 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.200525853 L4_chemical_C2 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.355349449 L4_chemical_C3 +LQ00X045820 Predicted protein 5.270085075 C6_control_A1 +LQ00X045820 Predicted protein 5.98065985 C6_control_A3 +LQ00X045820 Predicted protein 5.558601145 C6_control_B1 +LQ00X045820 Predicted protein 5.273139819 C6_control_B2 +LQ00X045820 Predicted protein 5.160006151 C6_control_B3 +LQ00X045820 Predicted protein 5.40653238 C6_control_C1 +LQ00X045820 Predicted protein 6.002792555 C6_control_C2 +LQ00X045820 Predicted protein 5.210559529 C6_control_C3 +LQ00X045820 Predicted protein 5.051756332 C6_chemical_A1 +LQ00X045820 Predicted protein 5.386204375 C6_chemical_A3 +LQ00X045820 Predicted protein 5.124420716 C6_chemical_B1 +LQ00X045820 Predicted protein 5.371174468 C6_chemical_B2 +LQ00X045820 Predicted protein 4.934590366 C6_chemical_B3 +LQ00X045820 Predicted protein 5.289321763 C6_chemical_C1 +LQ00X045820 Predicted protein 5.288269776 C6_chemical_C2 +LQ00X045820 Predicted protein 5.090257348 C6_chemical_C3 +LQ00X045820 Predicted protein 5.380924619 L4_control_A1 +LQ00X045820 Predicted protein 5.108632764 L4_control_A2 +LQ00X045820 Predicted protein 5.823103651 L4_control_A3 +LQ00X045820 Predicted protein 4.805247397 L4_control_B1 +LQ00X045820 Predicted protein 5.266718056 L4_control_B2 +LQ00X045820 Predicted protein 5.256933917 L4_control_B3 +LQ00X045820 Predicted protein 5.083636898 L4_control_C2 +LQ00X045820 Predicted protein 5.027593334 L4_control_C3 +LQ00X045820 Predicted protein 5.471855784 L4_chemical_A1 +LQ00X045820 Predicted protein 5.249340182 L4_chemical_A2 +LQ00X045820 Predicted protein 5.305277519 L4_chemical_A3 +LQ00X045820 Predicted protein 5.093052631 L4_chemical_B1 +LQ00X045820 Predicted protein 5.412627163 L4_chemical_B2 +LQ00X045820 Predicted protein 5.356721744 L4_chemical_B3 +LQ00X045820 Predicted protein 6.492818246 L4_chemical_C2 +LQ00X045820 Predicted protein 5.25487831 L4_chemical_C3 +LQ00X045830 Predicted protein 5.178062808 C6_control_A1 +LQ00X045830 Predicted protein 5.235383306 C6_control_A3 +LQ00X045830 Predicted protein 4.868792725 C6_control_B1 +LQ00X045830 Predicted protein 5.289373658 C6_control_B2 +LQ00X045830 Predicted protein 5.294405228 C6_control_B3 +LQ00X045830 Predicted protein 5.441982741 C6_control_C1 +LQ00X045830 Predicted protein 5.487163417 C6_control_C2 +LQ00X045830 Predicted protein 5.435343516 C6_control_C3 +LQ00X045830 Predicted protein 5.071409576 C6_chemical_A1 +LQ00X045830 Predicted protein 5.242614704 C6_chemical_A3 +LQ00X045830 Predicted protein 5.062302571 C6_chemical_B1 +LQ00X045830 Predicted protein 4.941227099 C6_chemical_B2 +LQ00X045830 Predicted protein 4.945039044 C6_chemical_B3 +LQ00X045830 Predicted protein 5.181092022 C6_chemical_C1 +LQ00X045830 Predicted protein 5.275671087 C6_chemical_C2 +LQ00X045830 Predicted protein 5.336374572 C6_chemical_C3 +LQ00X045830 Predicted protein 5.133300146 L4_control_A1 +LQ00X045830 Predicted protein 5.225924705 L4_control_A2 +LQ00X045830 Predicted protein 5.78143671 L4_control_A3 +LQ00X045830 Predicted protein 5.254304839 L4_control_B1 +LQ00X045830 Predicted protein 4.875256803 L4_control_B2 +LQ00X045830 Predicted protein 5.068061403 L4_control_B3 +LQ00X045830 Predicted protein 5.474509237 L4_control_C2 +LQ00X045830 Predicted protein 5.553809673 L4_control_C3 +LQ00X045830 Predicted protein 5.25472925 L4_chemical_A1 +LQ00X045830 Predicted protein 5.182112845 L4_chemical_A2 +LQ00X045830 Predicted protein 5.148801613 L4_chemical_A3 +LQ00X045830 Predicted protein 5.104982543 L4_chemical_B1 +LQ00X045830 Predicted protein 5.323247406 L4_chemical_B2 +LQ00X045830 Predicted protein 4.992801188 L4_chemical_B3 +LQ00X045830 Predicted protein 5.641445285 L4_chemical_C2 +LQ00X045830 Predicted protein 5.858513411 L4_chemical_C3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.67227339 C6_control_A1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.16200762 C6_control_A3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.31828614 C6_control_B1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.968140994 C6_control_B2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.938232089 C6_control_B3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.639737806 C6_control_C1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.271039147 C6_control_C2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.239241246 C6_control_C3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.67870689 C6_chemical_A1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.2928258 C6_chemical_A3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.29985078 C6_chemical_B1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.964462682 C6_chemical_B2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.536104637 C6_chemical_B3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.682217598 C6_chemical_C1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.330776277 C6_chemical_C2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 8.998671262 C6_chemical_C3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.44644132 L4_control_A1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.929826173 L4_control_A2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.754357168 L4_control_A3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.409457541 L4_control_B1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.812403614 L4_control_B2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.504949491 L4_control_B3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.311969825 L4_control_C2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 8.276139676 L4_control_C3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.01760657 L4_chemical_A1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.705855883 L4_chemical_A2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.853734328 L4_chemical_A3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.212226017 L4_chemical_B1 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.22509065 L4_chemical_B2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 9.698075162 L4_chemical_B3 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 8.851219838 L4_chemical_C2 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 8.77367253 L4_chemical_C3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.314598604 C6_control_A1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.696233287 C6_control_A3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 6.023496642 C6_control_B1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.530869944 C6_control_B2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.814979724 C6_control_B3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.361723701 C6_control_C1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 6.058699458 C6_control_C2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 4.982401944 C6_control_C3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.343323007 C6_chemical_A1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.808174595 C6_chemical_A3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.650415883 C6_chemical_B1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.867783167 C6_chemical_B2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.479551113 C6_chemical_B3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.663038429 C6_chemical_C1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 6.189354901 C6_chemical_C2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.386201194 C6_chemical_C3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.721428328 L4_control_A1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.635087037 L4_control_A2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.280573293 L4_control_A3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.754907865 L4_control_B1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.565908375 L4_control_B2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.829554399 L4_control_B3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.544075037 L4_control_C2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.582987609 L4_control_C3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.583787956 L4_chemical_A1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.250310732 L4_chemical_A2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 4.946432898 L4_chemical_A3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.44655116 L4_chemical_B1 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.386841682 L4_chemical_B2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.885934109 L4_chemical_B3 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.857475482 L4_chemical_C2 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.336831021 L4_chemical_C3 +LQ00X045910 Predicted protein 13.73880413 C6_control_A1 +LQ00X045910 Predicted protein 13.69736974 C6_control_A3 +LQ00X045910 Predicted protein 14.17617546 C6_control_B1 +LQ00X045910 Predicted protein 14.21653498 C6_control_B2 +LQ00X045910 Predicted protein 14.36915898 C6_control_B3 +LQ00X045910 Predicted protein 13.29939292 C6_control_C1 +LQ00X045910 Predicted protein 13.50767669 C6_control_C2 +LQ00X045910 Predicted protein 13.55399036 C6_control_C3 +LQ00X045910 Predicted protein 13.99106745 C6_chemical_A1 +LQ00X045910 Predicted protein 13.89308321 C6_chemical_A3 +LQ00X045910 Predicted protein 14.18299514 C6_chemical_B1 +LQ00X045910 Predicted protein 13.99831015 C6_chemical_B2 +LQ00X045910 Predicted protein 14.37616547 C6_chemical_B3 +LQ00X045910 Predicted protein 13.27542862 C6_chemical_C1 +LQ00X045910 Predicted protein 13.07618817 C6_chemical_C2 +LQ00X045910 Predicted protein 13.50389008 C6_chemical_C3 +LQ00X045910 Predicted protein 13.89841636 L4_control_A1 +LQ00X045910 Predicted protein 14.16284808 L4_control_A2 +LQ00X045910 Predicted protein 14.03686211 L4_control_A3 +LQ00X045910 Predicted protein 14.77820933 L4_control_B1 +LQ00X045910 Predicted protein 14.07801015 L4_control_B2 +LQ00X045910 Predicted protein 14.83913202 L4_control_B3 +LQ00X045910 Predicted protein 13.37323968 L4_control_C2 +LQ00X045910 Predicted protein 14.06815926 L4_control_C3 +LQ00X045910 Predicted protein 13.51636954 L4_chemical_A1 +LQ00X045910 Predicted protein 13.69671161 L4_chemical_A2 +LQ00X045910 Predicted protein 13.93346235 L4_chemical_A3 +LQ00X045910 Predicted protein 13.95621108 L4_chemical_B1 +LQ00X045910 Predicted protein 13.7803662 L4_chemical_B2 +LQ00X045910 Predicted protein 14.39342397 L4_chemical_B3 +LQ00X045910 Predicted protein 13.47767276 L4_chemical_C2 +LQ00X045910 Predicted protein 13.85084091 L4_chemical_C3 +LQ00X045930 Rnf5, putative 9.377583556 C6_control_A1 +LQ00X045930 Rnf5, putative 9.386110278 C6_control_A3 +LQ00X045930 Rnf5, putative 9.2127678 C6_control_B1 +LQ00X045930 Rnf5, putative 10.11268014 C6_control_B2 +LQ00X045930 Rnf5, putative 9.51963742 C6_control_B3 +LQ00X045930 Rnf5, putative 10.48977925 C6_control_C1 +LQ00X045930 Rnf5, putative 10.63835302 C6_control_C2 +LQ00X045930 Rnf5, putative 10.48461061 C6_control_C3 +LQ00X045930 Rnf5, putative 9.459562223 C6_chemical_A1 +LQ00X045930 Rnf5, putative 9.794085525 C6_chemical_A3 +LQ00X045930 Rnf5, putative 9.244323472 C6_chemical_B1 +LQ00X045930 Rnf5, putative 10.08196542 C6_chemical_B2 +LQ00X045930 Rnf5, putative 9.843085034 C6_chemical_B3 +LQ00X045930 Rnf5, putative 10.4722767 C6_chemical_C1 +LQ00X045930 Rnf5, putative 10.39126829 C6_chemical_C2 +LQ00X045930 Rnf5, putative 10.88237862 C6_chemical_C3 +LQ00X045930 Rnf5, putative 9.494765273 L4_control_A1 +LQ00X045930 Rnf5, putative 9.436398298 L4_control_A2 +LQ00X045930 Rnf5, putative 9.648832918 L4_control_A3 +LQ00X045930 Rnf5, putative 8.992823658 L4_control_B1 +LQ00X045930 Rnf5, putative 10.19737197 L4_control_B2 +LQ00X045930 Rnf5, putative 10.59514422 L4_control_B3 +LQ00X045930 Rnf5, putative 9.95808105 L4_control_C2 +LQ00X045930 Rnf5, putative 10.45976358 L4_control_C3 +LQ00X045930 Rnf5, putative 9.589174782 L4_chemical_A1 +LQ00X045930 Rnf5, putative 9.718828145 L4_chemical_A2 +LQ00X045930 Rnf5, putative 9.253830595 L4_chemical_A3 +LQ00X045930 Rnf5, putative 9.392193855 L4_chemical_B1 +LQ00X045930 Rnf5, putative 9.723184765 L4_chemical_B2 +LQ00X045930 Rnf5, putative 10.16795355 L4_chemical_B3 +LQ00X045930 Rnf5, putative 9.670475184 L4_chemical_C2 +LQ00X045930 Rnf5, putative 10.6261995 L4_chemical_C3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.98576838 C6_control_A1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.45356691 C6_control_A3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.89082805 C6_control_B1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 10.99739601 C6_control_B2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.59803003 C6_control_B3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 7.984597512 C6_control_C1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 7.473780282 C6_control_C2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 8.061882247 C6_control_C3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.14830775 C6_chemical_A1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.65514907 C6_chemical_A3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.01844893 C6_chemical_B1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 10.78091349 C6_chemical_B2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.3836747 C6_chemical_B3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 7.687163288 C6_chemical_C1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 7.706868932 C6_chemical_C2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 6.739225734 C6_chemical_C3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.00972161 L4_control_A1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.89998213 L4_control_A2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.78459382 L4_control_A3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.74440979 L4_control_B1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.97401688 L4_control_B2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 9.580161505 L4_control_B3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 8.367889127 L4_control_C2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 6.973093732 L4_control_C3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.26016423 L4_chemical_A1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.07593347 L4_chemical_A2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.31525031 L4_chemical_A3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.92624092 L4_chemical_B1 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.5629972 L4_chemical_B2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 11.21750357 L4_chemical_B3 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 7.710382509 L4_chemical_C2 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 6.661171818 L4_chemical_C3 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.01032978 C6_control_A1 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.27125073 C6_control_A3 +LQ00X046250 Putative Cellulose synthase-like protein E6 8.165837263 C6_control_B1 +LQ00X046250 Putative Cellulose synthase-like protein E6 7.229023192 C6_control_B2 +LQ00X046250 Putative Cellulose synthase-like protein E6 7.507247523 C6_control_B3 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.631369208 C6_control_C1 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.21583411 C6_control_C2 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.996379729 C6_control_C3 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.17496171 C6_chemical_A1 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.25348182 C6_chemical_A3 +LQ00X046250 Putative Cellulose synthase-like protein E6 7.981157263 C6_chemical_B1 +LQ00X046250 Putative Cellulose synthase-like protein E6 6.620328078 C6_chemical_B2 +LQ00X046250 Putative Cellulose synthase-like protein E6 7.843200288 C6_chemical_B3 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.816336086 C6_chemical_C1 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.154583303 C6_chemical_C2 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.93232638 C6_chemical_C3 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.92596971 L4_control_A1 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.63956402 L4_control_A2 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.19317658 L4_control_A3 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.031591864 L4_control_B1 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.360422597 L4_control_B2 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.66733643 L4_control_B3 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.03279248 L4_control_C2 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.71412325 L4_control_C3 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.28875271 L4_chemical_A1 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.56593136 L4_chemical_A2 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.06301826 L4_chemical_A3 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.262883665 L4_chemical_B1 +LQ00X046250 Putative Cellulose synthase-like protein E6 9.509507317 L4_chemical_B2 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.08105144 L4_chemical_B3 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.56520675 L4_chemical_C2 +LQ00X046250 Putative Cellulose synthase-like protein E6 11.9961274 L4_chemical_C3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.340671121 C6_control_A1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.2643812 C6_control_A3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.089583256 C6_control_B1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.572667875 C6_control_B2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.283249016 C6_control_B3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.577902739 C6_control_C1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.217581193 C6_control_C2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.50904596 C6_control_C3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.587555458 C6_chemical_A1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.455900139 C6_chemical_A3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.160630789 C6_chemical_B1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.627148311 C6_chemical_B2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.015943839 C6_chemical_B3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.310838492 C6_chemical_C1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.627965133 C6_chemical_C2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.327717391 C6_chemical_C3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.849136676 L4_control_A1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.413905956 L4_control_A2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.962505615 L4_control_A3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.481148523 L4_control_B1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.173898197 L4_control_B2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.23047083 L4_control_B3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.742913319 L4_control_C2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.581694227 L4_control_C3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.006342924 L4_chemical_A1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.374732631 L4_chemical_A2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.774834012 L4_chemical_A3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.241024608 L4_chemical_B1 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.558081539 L4_chemical_B2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.9111786 L4_chemical_B3 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.380653367 L4_chemical_C2 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 5.837375732 L4_chemical_C3 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.2651144 C6_control_A1 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.90100484 C6_control_A3 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.55326024 C6_control_B1 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.30230269 C6_control_B2 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.94258695 C6_control_B3 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.55971325 C6_control_C1 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.46993302 C6_control_C2 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.02882103 C6_control_C3 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.19527165 C6_chemical_A1 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.25590975 C6_chemical_A3 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.59833985 C6_chemical_B1 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.00465999 C6_chemical_B2 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.60107647 C6_chemical_B3 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.56233105 C6_chemical_C1 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.59616183 C6_chemical_C2 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.51306675 C6_chemical_C3 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.94451418 L4_control_A1 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.56629687 L4_control_A2 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.03157894 L4_control_A3 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.69883344 L4_control_B1 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.20277023 L4_control_B2 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.1032963 L4_control_B3 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.13270084 L4_control_C2 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.07634887 L4_control_C3 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.40478185 L4_chemical_A1 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.55292985 L4_chemical_A2 +LQ00X046500 Putative KH domain-containing protein At4g18375 9.966372138 L4_chemical_A3 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.44086987 L4_chemical_B1 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.42921515 L4_chemical_B2 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.89211 L4_chemical_B3 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.2874426 L4_chemical_C2 +LQ00X046500 Putative KH domain-containing protein At4g18375 10.95685251 L4_chemical_C3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.69844548 C6_control_A1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.26121427 C6_control_A3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.26340974 C6_control_B1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.83241659 C6_control_B2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.24386301 C6_control_B3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.54345603 C6_control_C1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.11055462 C6_control_C2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.971167 C6_control_C3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.82403793 C6_chemical_A1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.22171399 C6_chemical_A3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.24476676 C6_chemical_B1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.97970692 C6_chemical_B2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.20516114 C6_chemical_B3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.48408096 C6_chemical_C1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.13392051 C6_chemical_C2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.82119883 C6_chemical_C3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 11.75288201 L4_control_A1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.05085881 L4_control_A2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 11.79934173 L4_control_A3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.9627077 L4_control_B1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.12777693 L4_control_B2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.25833853 L4_control_B3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.58973095 L4_control_C2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.71073157 L4_control_C3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 11.20556156 L4_chemical_A1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 11.82177332 L4_chemical_A2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 11.47878955 L4_chemical_A3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.96569429 L4_chemical_B1 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.92357898 L4_chemical_B2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 13.06294451 L4_chemical_B3 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.64563066 L4_chemical_C2 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.68336036 L4_chemical_C3 +LQ00X046740 Hypothetical protein 6.80566544 C6_control_A1 +LQ00X046740 Hypothetical protein 6.769654076 C6_control_A3 +LQ00X046740 Hypothetical protein 7.307923151 C6_control_B1 +LQ00X046740 Hypothetical protein 6.863956213 C6_control_B2 +LQ00X046740 Hypothetical protein 6.443715144 C6_control_B3 +LQ00X046740 Hypothetical protein 6.522936418 C6_control_C1 +LQ00X046740 Hypothetical protein 7.014237118 C6_control_C2 +LQ00X046740 Hypothetical protein 6.758695109 C6_control_C3 +LQ00X046740 Hypothetical protein 6.763820128 C6_chemical_A1 +LQ00X046740 Hypothetical protein 6.638206621 C6_chemical_A3 +LQ00X046740 Hypothetical protein 7.193571459 C6_chemical_B1 +LQ00X046740 Hypothetical protein 7.036802098 C6_chemical_B2 +LQ00X046740 Hypothetical protein 6.755562449 C6_chemical_B3 +LQ00X046740 Hypothetical protein 6.030981999 C6_chemical_C1 +LQ00X046740 Hypothetical protein 6.409837237 C6_chemical_C2 +LQ00X046740 Hypothetical protein 6.974477309 C6_chemical_C3 +LQ00X046740 Hypothetical protein 6.568546966 L4_control_A1 +LQ00X046740 Hypothetical protein 6.006127293 L4_control_A2 +LQ00X046740 Hypothetical protein 6.880933741 L4_control_A3 +LQ00X046740 Hypothetical protein 6.050411577 L4_control_B1 +LQ00X046740 Hypothetical protein 5.95862553 L4_control_B2 +LQ00X046740 Hypothetical protein 6.853929911 L4_control_B3 +LQ00X046740 Hypothetical protein 5.469145089 L4_control_C2 +LQ00X046740 Hypothetical protein 7.376060284 L4_control_C3 +LQ00X046740 Hypothetical protein 6.545067203 L4_chemical_A1 +LQ00X046740 Hypothetical protein 6.811320856 L4_chemical_A2 +LQ00X046740 Hypothetical protein 6.70946904 L4_chemical_A3 +LQ00X046740 Hypothetical protein 6.227892559 L4_chemical_B1 +LQ00X046740 Hypothetical protein 6.039071068 L4_chemical_B2 +LQ00X046740 Hypothetical protein 6.931627731 L4_chemical_B3 +LQ00X046740 Hypothetical protein 6.243431881 L4_chemical_C2 +LQ00X046740 Hypothetical protein 6.412146997 L4_chemical_C3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.477556248 C6_control_A1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.951613449 C6_control_A3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.085103689 C6_control_B1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 7.233876119 C6_control_B2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.039709247 C6_control_B3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 8.768500548 C6_control_C1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 8.575831808 C6_control_C2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 8.464980202 C6_control_C3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.584225842 C6_chemical_A1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.842952766 C6_chemical_A3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 7.091434045 C6_chemical_B1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 7.318710058 C6_chemical_B2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.7380375 C6_chemical_B3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 9.359234957 C6_chemical_C1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 9.522497356 C6_chemical_C2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 8.927656542 C6_chemical_C3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.780225376 L4_control_A1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.857659755 L4_control_A2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.312191589 L4_control_A3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.540654465 L4_control_B1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.904669335 L4_control_B2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.45470588 L4_control_B3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 8.07537918 L4_control_C2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.971418546 L4_control_C3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.160782686 L4_chemical_A1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.420634116 L4_chemical_A2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.290495098 L4_chemical_A3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 7.182985362 L4_chemical_B1 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.00983008 L4_chemical_B2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.598887656 L4_chemical_B3 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 8.341807904 L4_chemical_C2 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 7.081668985 L4_chemical_C3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.74758985 C6_control_A1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.31044552 C6_control_A3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.86843902 C6_control_B1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.64069794 C6_control_B2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.14933602 C6_control_B3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.5947128 C6_control_C1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.44578554 C6_control_C2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.67850303 C6_control_C3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.60065011 C6_chemical_A1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.220961 C6_chemical_A3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.88127465 C6_chemical_B1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.42763026 C6_chemical_B2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.92152404 C6_chemical_B3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.45592992 C6_chemical_C1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.53685667 C6_chemical_C2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.68491072 C6_chemical_C3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.45925229 L4_control_A1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.85557181 L4_control_A2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 11.98348846 L4_control_A3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.77731599 L4_control_B1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.40070434 L4_control_B2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.14617021 L4_control_B3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.87270933 L4_control_C2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.67131389 L4_control_C3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.31479399 L4_chemical_A1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.72224244 L4_chemical_A2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 11.99106601 L4_chemical_A3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.60215303 L4_chemical_B1 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.34491156 L4_chemical_B2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 13.21926083 L4_chemical_B3 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.844218 L4_chemical_C2 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.83715937 L4_chemical_C3 +LQ00X046790 Probable aquaporin TIP3-2 8.33819067 C6_control_A1 +LQ00X046790 Probable aquaporin TIP3-2 6.270924646 C6_control_A3 +LQ00X046790 Probable aquaporin TIP3-2 9.871960743 C6_control_B1 +LQ00X046790 Probable aquaporin TIP3-2 11.11835822 C6_control_B2 +LQ00X046790 Probable aquaporin TIP3-2 10.7024039 C6_control_B3 +LQ00X046790 Probable aquaporin TIP3-2 10.77325856 C6_control_C1 +LQ00X046790 Probable aquaporin TIP3-2 11.4362816 C6_control_C2 +LQ00X046790 Probable aquaporin TIP3-2 11.34754152 C6_control_C3 +LQ00X046790 Probable aquaporin TIP3-2 8.228367703 C6_chemical_A1 +LQ00X046790 Probable aquaporin TIP3-2 7.864684736 C6_chemical_A3 +LQ00X046790 Probable aquaporin TIP3-2 10.98311303 C6_chemical_B1 +LQ00X046790 Probable aquaporin TIP3-2 11.08216052 C6_chemical_B2 +LQ00X046790 Probable aquaporin TIP3-2 11.10090306 C6_chemical_B3 +LQ00X046790 Probable aquaporin TIP3-2 10.735924 C6_chemical_C1 +LQ00X046790 Probable aquaporin TIP3-2 11.93771733 C6_chemical_C2 +LQ00X046790 Probable aquaporin TIP3-2 10.51779463 C6_chemical_C3 +LQ00X046790 Probable aquaporin TIP3-2 6.948572942 L4_control_A1 +LQ00X046790 Probable aquaporin TIP3-2 9.002271781 L4_control_A2 +LQ00X046790 Probable aquaporin TIP3-2 9.613998058 L4_control_A3 +LQ00X046790 Probable aquaporin TIP3-2 11.82338835 L4_control_B1 +LQ00X046790 Probable aquaporin TIP3-2 11.41439048 L4_control_B2 +LQ00X046790 Probable aquaporin TIP3-2 12.17776234 L4_control_B3 +LQ00X046790 Probable aquaporin TIP3-2 11.48563199 L4_control_C2 +LQ00X046790 Probable aquaporin TIP3-2 13.06122972 L4_control_C3 +LQ00X046790 Probable aquaporin TIP3-2 8.764403976 L4_chemical_A1 +LQ00X046790 Probable aquaporin TIP3-2 10.10673892 L4_chemical_A2 +LQ00X046790 Probable aquaporin TIP3-2 9.281463951 L4_chemical_A3 +LQ00X046790 Probable aquaporin TIP3-2 10.58919736 L4_chemical_B1 +LQ00X046790 Probable aquaporin TIP3-2 11.74691594 L4_chemical_B2 +LQ00X046790 Probable aquaporin TIP3-2 11.15929016 L4_chemical_B3 +LQ00X046790 Probable aquaporin TIP3-2 11.97965874 L4_chemical_C2 +LQ00X046790 Probable aquaporin TIP3-2 12.82282001 L4_chemical_C3 +LQ00X046890 Putative uncharacterized protein 11.1125041 C6_control_A1 +LQ00X046890 Putative uncharacterized protein 9.181121066 C6_control_A3 +LQ00X046890 Putative uncharacterized protein 12.14741422 C6_control_B1 +LQ00X046890 Putative uncharacterized protein 12.97707617 C6_control_B2 +LQ00X046890 Putative uncharacterized protein 11.43668638 C6_control_B3 +LQ00X046890 Putative uncharacterized protein 14.97830437 C6_control_C1 +LQ00X046890 Putative uncharacterized protein 14.63870211 C6_control_C2 +LQ00X046890 Putative uncharacterized protein 14.40309347 C6_control_C3 +LQ00X046890 Putative uncharacterized protein 11.21556008 C6_chemical_A1 +LQ00X046890 Putative uncharacterized protein 10.48128443 C6_chemical_A3 +LQ00X046890 Putative uncharacterized protein 12.42248598 C6_chemical_B1 +LQ00X046890 Putative uncharacterized protein 13.35665112 C6_chemical_B2 +LQ00X046890 Putative uncharacterized protein 11.65497395 C6_chemical_B3 +LQ00X046890 Putative uncharacterized protein 15.01143847 C6_chemical_C1 +LQ00X046890 Putative uncharacterized protein 15.09048531 C6_chemical_C2 +LQ00X046890 Putative uncharacterized protein 15.30940049 C6_chemical_C3 +LQ00X046890 Putative uncharacterized protein 11.64882111 L4_control_A1 +LQ00X046890 Putative uncharacterized protein 13.11836837 L4_control_A2 +LQ00X046890 Putative uncharacterized protein 10.78620553 L4_control_A3 +LQ00X046890 Putative uncharacterized protein 12.637194 L4_control_B1 +LQ00X046890 Putative uncharacterized protein 12.65680798 L4_control_B2 +LQ00X046890 Putative uncharacterized protein 15.13504743 L4_control_B3 +LQ00X046890 Putative uncharacterized protein 14.21022137 L4_control_C2 +LQ00X046890 Putative uncharacterized protein 14.27934601 L4_control_C3 +LQ00X046890 Putative uncharacterized protein 12.53625701 L4_chemical_A1 +LQ00X046890 Putative uncharacterized protein 13.48607157 L4_chemical_A2 +LQ00X046890 Putative uncharacterized protein 10.95047178 L4_chemical_A3 +LQ00X046890 Putative uncharacterized protein 12.22954504 L4_chemical_B1 +LQ00X046890 Putative uncharacterized protein 13.223533 L4_chemical_B2 +LQ00X046890 Putative uncharacterized protein 12.76431949 L4_chemical_B3 +LQ00X046890 Putative uncharacterized protein 14.62424261 L4_chemical_C2 +LQ00X046890 Putative uncharacterized protein 14.45860842 L4_chemical_C3 +LQ00X046950 Dehydration-responsive protein RD22 5.318641101 C6_control_A1 +LQ00X046950 Dehydration-responsive protein RD22 5.424092347 C6_control_A3 +LQ00X046950 Dehydration-responsive protein RD22 5.993270355 C6_control_B1 +LQ00X046950 Dehydration-responsive protein RD22 5.452129252 C6_control_B2 +LQ00X046950 Dehydration-responsive protein RD22 5.465456424 C6_control_B3 +LQ00X046950 Dehydration-responsive protein RD22 5.249848148 C6_control_C1 +LQ00X046950 Dehydration-responsive protein RD22 5.220648473 C6_control_C2 +LQ00X046950 Dehydration-responsive protein RD22 5.621533132 C6_control_C3 +LQ00X046950 Dehydration-responsive protein RD22 5.308025314 C6_chemical_A1 +LQ00X046950 Dehydration-responsive protein RD22 5.482029515 C6_chemical_A3 +LQ00X046950 Dehydration-responsive protein RD22 5.868335877 C6_chemical_B1 +LQ00X046950 Dehydration-responsive protein RD22 5.447572136 C6_chemical_B2 +LQ00X046950 Dehydration-responsive protein RD22 5.443697592 C6_chemical_B3 +LQ00X046950 Dehydration-responsive protein RD22 5.400967019 C6_chemical_C1 +LQ00X046950 Dehydration-responsive protein RD22 5.54822209 C6_chemical_C2 +LQ00X046950 Dehydration-responsive protein RD22 5.447297877 C6_chemical_C3 +LQ00X046950 Dehydration-responsive protein RD22 5.454776691 L4_control_A1 +LQ00X046950 Dehydration-responsive protein RD22 5.080435709 L4_control_A2 +LQ00X046950 Dehydration-responsive protein RD22 5.1912632 L4_control_A3 +LQ00X046950 Dehydration-responsive protein RD22 5.274147888 L4_control_B1 +LQ00X046950 Dehydration-responsive protein RD22 5.188753048 L4_control_B2 +LQ00X046950 Dehydration-responsive protein RD22 5.289636044 L4_control_B3 +LQ00X046950 Dehydration-responsive protein RD22 5.118426772 L4_control_C2 +LQ00X046950 Dehydration-responsive protein RD22 5.44884686 L4_control_C3 +LQ00X046950 Dehydration-responsive protein RD22 5.245635273 L4_chemical_A1 +LQ00X046950 Dehydration-responsive protein RD22 4.989305947 L4_chemical_A2 +LQ00X046950 Dehydration-responsive protein RD22 5.451713831 L4_chemical_A3 +LQ00X046950 Dehydration-responsive protein RD22 4.919794622 L4_chemical_B1 +LQ00X046950 Dehydration-responsive protein RD22 5.084996425 L4_chemical_B2 +LQ00X046950 Dehydration-responsive protein RD22 5.405087014 L4_chemical_B3 +LQ00X046950 Dehydration-responsive protein RD22 5.237355553 L4_chemical_C2 +LQ00X046950 Dehydration-responsive protein RD22 5.183204177 L4_chemical_C3 +LQ00X047060 Putative uncharacterized protein 10.87731648 C6_control_A1 +LQ00X047060 Putative uncharacterized protein 11.41241546 C6_control_A3 +LQ00X047060 Putative uncharacterized protein 10.56718859 C6_control_B1 +LQ00X047060 Putative uncharacterized protein 10.2038964 C6_control_B2 +LQ00X047060 Putative uncharacterized protein 9.455537512 C6_control_B3 +LQ00X047060 Putative uncharacterized protein 9.09191054 C6_control_C1 +LQ00X047060 Putative uncharacterized protein 9.509258224 C6_control_C2 +LQ00X047060 Putative uncharacterized protein 8.505710155 C6_control_C3 +LQ00X047060 Putative uncharacterized protein 11.21025566 C6_chemical_A1 +LQ00X047060 Putative uncharacterized protein 11.39817143 C6_chemical_A3 +LQ00X047060 Putative uncharacterized protein 10.38649323 C6_chemical_B1 +LQ00X047060 Putative uncharacterized protein 10.24387785 C6_chemical_B2 +LQ00X047060 Putative uncharacterized protein 9.511810229 C6_chemical_B3 +LQ00X047060 Putative uncharacterized protein 8.911290359 C6_chemical_C1 +LQ00X047060 Putative uncharacterized protein 9.397082852 C6_chemical_C2 +LQ00X047060 Putative uncharacterized protein 7.596463393 C6_chemical_C3 +LQ00X047060 Putative uncharacterized protein 10.57571187 L4_control_A1 +LQ00X047060 Putative uncharacterized protein 10.12153056 L4_control_A2 +LQ00X047060 Putative uncharacterized protein 10.57690802 L4_control_A3 +LQ00X047060 Putative uncharacterized protein 8.518191734 L4_control_B1 +LQ00X047060 Putative uncharacterized protein 9.88832973 L4_control_B2 +LQ00X047060 Putative uncharacterized protein 8.16703819 L4_control_B3 +LQ00X047060 Putative uncharacterized protein 8.929072686 L4_control_C2 +LQ00X047060 Putative uncharacterized protein 7.381290877 L4_control_C3 +LQ00X047060 Putative uncharacterized protein 10.25282237 L4_chemical_A1 +LQ00X047060 Putative uncharacterized protein 10.33070334 L4_chemical_A2 +LQ00X047060 Putative uncharacterized protein 10.12557613 L4_chemical_A3 +LQ00X047060 Putative uncharacterized protein 9.32742119 L4_chemical_B1 +LQ00X047060 Putative uncharacterized protein 10.22533896 L4_chemical_B2 +LQ00X047060 Putative uncharacterized protein 8.685892653 L4_chemical_B3 +LQ00X047060 Putative uncharacterized protein 8.240029055 L4_chemical_C2 +LQ00X047060 Putative uncharacterized protein 8.03126295 L4_chemical_C3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.7171933 C6_control_A1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.5125944 C6_control_A3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.06154195 C6_control_B1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.00733779 C6_control_B2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.08755286 C6_control_B3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.49393759 C6_control_C1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.38994174 C6_control_C2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.56019467 C6_control_C3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.29687103 C6_chemical_A1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.03982817 C6_chemical_A3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.44460486 C6_chemical_B1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.90427723 C6_chemical_B2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.11826336 C6_chemical_B3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.29319397 C6_chemical_C1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.18964151 C6_chemical_C2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.30690304 C6_chemical_C3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.58172404 L4_control_A1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.3941146 L4_control_A2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.70651999 L4_control_A3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.16110362 L4_control_B1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.22975434 L4_control_B2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.24209005 L4_control_B3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.48306878 L4_control_C2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.55268677 L4_control_C3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.19915177 L4_chemical_A1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.52594364 L4_chemical_A2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.47268537 L4_chemical_A3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.11088959 L4_chemical_B1 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.07550385 L4_chemical_B2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 14.78850589 L4_chemical_B3 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.52503652 L4_chemical_C2 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.57654337 L4_chemical_C3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.643251626 C6_control_A1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.308386598 C6_control_A3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.700178659 C6_control_B1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.464329861 C6_control_B2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.589386786 C6_control_B3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 8.135675127 C6_control_C1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.750439573 C6_control_C2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 8.140215945 C6_control_C3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.513669406 C6_chemical_A1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.010238435 C6_chemical_A3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.459313725 C6_chemical_B1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.556328993 C6_chemical_B2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.260137874 C6_chemical_B3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 8.136960777 C6_chemical_C1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.870088262 C6_chemical_C2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 8.389358946 C6_chemical_C3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.360275394 L4_control_A1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 5.881469906 L4_control_A2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 5.853601386 L4_control_A3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.992898675 L4_control_B1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.067388846 L4_control_B2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.244848024 L4_control_B3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.387271026 L4_control_C2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 8.411023854 L4_control_C3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.091523926 L4_chemical_A1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 5.803890834 L4_chemical_A2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 5.702530242 L4_chemical_A3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.829418903 L4_chemical_B1 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.71970802 L4_chemical_B2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.056672515 L4_chemical_B3 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 7.21803923 L4_chemical_C2 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 8.603671617 L4_chemical_C3 +LQ00X047150 WD repeat-containing protein LWD1 12.08561944 C6_control_A1 +LQ00X047150 WD repeat-containing protein LWD1 12.41923436 C6_control_A3 +LQ00X047150 WD repeat-containing protein LWD1 11.89681309 C6_control_B1 +LQ00X047150 WD repeat-containing protein LWD1 12.0694017 C6_control_B2 +LQ00X047150 WD repeat-containing protein LWD1 12.11245936 C6_control_B3 +LQ00X047150 WD repeat-containing protein LWD1 12.6443688 C6_control_C1 +LQ00X047150 WD repeat-containing protein LWD1 12.64642354 C6_control_C2 +LQ00X047150 WD repeat-containing protein LWD1 12.63055889 C6_control_C3 +LQ00X047150 WD repeat-containing protein LWD1 12.40880387 C6_chemical_A1 +LQ00X047150 WD repeat-containing protein LWD1 12.71393622 C6_chemical_A3 +LQ00X047150 WD repeat-containing protein LWD1 12.06727612 C6_chemical_B1 +LQ00X047150 WD repeat-containing protein LWD1 11.85480695 C6_chemical_B2 +LQ00X047150 WD repeat-containing protein LWD1 12.39955601 C6_chemical_B3 +LQ00X047150 WD repeat-containing protein LWD1 12.58961249 C6_chemical_C1 +LQ00X047150 WD repeat-containing protein LWD1 12.63139772 C6_chemical_C2 +LQ00X047150 WD repeat-containing protein LWD1 12.72616521 C6_chemical_C3 +LQ00X047150 WD repeat-containing protein LWD1 12.74370405 L4_control_A1 +LQ00X047150 WD repeat-containing protein LWD1 12.07845579 L4_control_A2 +LQ00X047150 WD repeat-containing protein LWD1 12.91662456 L4_control_A3 +LQ00X047150 WD repeat-containing protein LWD1 12.04549969 L4_control_B1 +LQ00X047150 WD repeat-containing protein LWD1 11.98862668 L4_control_B2 +LQ00X047150 WD repeat-containing protein LWD1 12.18910443 L4_control_B3 +LQ00X047150 WD repeat-containing protein LWD1 13.13820884 L4_control_C2 +LQ00X047150 WD repeat-containing protein LWD1 13.1194432 L4_control_C3 +LQ00X047150 WD repeat-containing protein LWD1 12.87749692 L4_chemical_A1 +LQ00X047150 WD repeat-containing protein LWD1 12.35214742 L4_chemical_A2 +LQ00X047150 WD repeat-containing protein LWD1 12.83082221 L4_chemical_A3 +LQ00X047150 WD repeat-containing protein LWD1 12.1257303 L4_chemical_B1 +LQ00X047150 WD repeat-containing protein LWD1 12.25242979 L4_chemical_B2 +LQ00X047150 WD repeat-containing protein LWD1 12.38251328 L4_chemical_B3 +LQ00X047150 WD repeat-containing protein LWD1 12.9483813 L4_chemical_C2 +LQ00X047150 WD repeat-containing protein LWD1 12.91937698 L4_chemical_C3 +LQ00X047190 Putative uncharacterized protein 8.112593881 C6_control_A1 +LQ00X047190 Putative uncharacterized protein 7.830026401 C6_control_A3 +LQ00X047190 Putative uncharacterized protein 7.002405781 C6_control_B1 +LQ00X047190 Putative uncharacterized protein 7.684660768 C6_control_B2 +LQ00X047190 Putative uncharacterized protein 7.144678237 C6_control_B3 +LQ00X047190 Putative uncharacterized protein 9.504447177 C6_control_C1 +LQ00X047190 Putative uncharacterized protein 8.49544215 C6_control_C2 +LQ00X047190 Putative uncharacterized protein 9.088404645 C6_control_C3 +LQ00X047190 Putative uncharacterized protein 8.275498812 C6_chemical_A1 +LQ00X047190 Putative uncharacterized protein 8.498187966 C6_chemical_A3 +LQ00X047190 Putative uncharacterized protein 6.773056104 C6_chemical_B1 +LQ00X047190 Putative uncharacterized protein 7.215811851 C6_chemical_B2 +LQ00X047190 Putative uncharacterized protein 6.935106435 C6_chemical_B3 +LQ00X047190 Putative uncharacterized protein 9.344800245 C6_chemical_C1 +LQ00X047190 Putative uncharacterized protein 8.612497587 C6_chemical_C2 +LQ00X047190 Putative uncharacterized protein 9.178879726 C6_chemical_C3 +LQ00X047190 Putative uncharacterized protein 8.800693641 L4_control_A1 +LQ00X047190 Putative uncharacterized protein 8.784357846 L4_control_A2 +LQ00X047190 Putative uncharacterized protein 9.196742595 L4_control_A3 +LQ00X047190 Putative uncharacterized protein 8.307200466 L4_control_B1 +LQ00X047190 Putative uncharacterized protein 8.070142967 L4_control_B2 +LQ00X047190 Putative uncharacterized protein 7.989001519 L4_control_B3 +LQ00X047190 Putative uncharacterized protein 8.61680829 L4_control_C2 +LQ00X047190 Putative uncharacterized protein 10.06018498 L4_control_C3 +LQ00X047190 Putative uncharacterized protein 10.17262757 L4_chemical_A1 +LQ00X047190 Putative uncharacterized protein 8.85427941 L4_chemical_A2 +LQ00X047190 Putative uncharacterized protein 9.975509411 L4_chemical_A3 +LQ00X047190 Putative uncharacterized protein 8.993441274 L4_chemical_B1 +LQ00X047190 Putative uncharacterized protein 7.748216149 L4_chemical_B2 +LQ00X047190 Putative uncharacterized protein 7.525386649 L4_chemical_B3 +LQ00X047190 Putative uncharacterized protein 8.74620082 L4_chemical_C2 +LQ00X047190 Putative uncharacterized protein 9.39472607 L4_chemical_C3 +LQ00X047210 Predicted protein 6.202396277 C6_control_A1 +LQ00X047210 Predicted protein 5.823330605 C6_control_A3 +LQ00X047210 Predicted protein 5.767717928 C6_control_B1 +LQ00X047210 Predicted protein 6.28711003 C6_control_B2 +LQ00X047210 Predicted protein 5.603449001 C6_control_B3 +LQ00X047210 Predicted protein 4.977450184 C6_control_C1 +LQ00X047210 Predicted protein 4.810600699 C6_control_C2 +LQ00X047210 Predicted protein 5.059752124 C6_control_C3 +LQ00X047210 Predicted protein 6.351586199 C6_chemical_A1 +LQ00X047210 Predicted protein 6.20725711 C6_chemical_A3 +LQ00X047210 Predicted protein 6.304137968 C6_chemical_B1 +LQ00X047210 Predicted protein 5.577158672 C6_chemical_B2 +LQ00X047210 Predicted protein 5.181049717 C6_chemical_B3 +LQ00X047210 Predicted protein 5.131785224 C6_chemical_C1 +LQ00X047210 Predicted protein 4.987241366 C6_chemical_C2 +LQ00X047210 Predicted protein 4.723564053 C6_chemical_C3 +LQ00X047210 Predicted protein 5.585106189 L4_control_A1 +LQ00X047210 Predicted protein 5.707630826 L4_control_A2 +LQ00X047210 Predicted protein 6.890749613 L4_control_A3 +LQ00X047210 Predicted protein 5.891511181 L4_control_B1 +LQ00X047210 Predicted protein 6.509168521 L4_control_B2 +LQ00X047210 Predicted protein 5.453395824 L4_control_B3 +LQ00X047210 Predicted protein 5.648623132 L4_control_C2 +LQ00X047210 Predicted protein 5.002023566 L4_control_C3 +LQ00X047210 Predicted protein 5.306809159 L4_chemical_A1 +LQ00X047210 Predicted protein 5.399154892 L4_chemical_A2 +LQ00X047210 Predicted protein 6.323199499 L4_chemical_A3 +LQ00X047210 Predicted protein 5.691360852 L4_chemical_B1 +LQ00X047210 Predicted protein 6.815868431 L4_chemical_B2 +LQ00X047210 Predicted protein 5.331936325 L4_chemical_B3 +LQ00X047210 Predicted protein 5.785891103 L4_chemical_C2 +LQ00X047210 Predicted protein 5.331193252 L4_chemical_C3 +LQ00X047220 Putative DAZ-associated protein 1 12.13886833 C6_control_A1 +LQ00X047220 Putative DAZ-associated protein 1 11.9314913 C6_control_A3 +LQ00X047220 Putative DAZ-associated protein 1 12.31720678 C6_control_B1 +LQ00X047220 Putative DAZ-associated protein 1 12.94230278 C6_control_B2 +LQ00X047220 Putative DAZ-associated protein 1 12.50193631 C6_control_B3 +LQ00X047220 Putative DAZ-associated protein 1 11.92738824 C6_control_C1 +LQ00X047220 Putative DAZ-associated protein 1 12.18704267 C6_control_C2 +LQ00X047220 Putative DAZ-associated protein 1 12.29982996 C6_control_C3 +LQ00X047220 Putative DAZ-associated protein 1 12.15790157 C6_chemical_A1 +LQ00X047220 Putative DAZ-associated protein 1 11.81979269 C6_chemical_A3 +LQ00X047220 Putative DAZ-associated protein 1 12.12760869 C6_chemical_B1 +LQ00X047220 Putative DAZ-associated protein 1 12.88264805 C6_chemical_B2 +LQ00X047220 Putative DAZ-associated protein 1 12.04259216 C6_chemical_B3 +LQ00X047220 Putative DAZ-associated protein 1 11.87210555 C6_chemical_C1 +LQ00X047220 Putative DAZ-associated protein 1 11.94433443 C6_chemical_C2 +LQ00X047220 Putative DAZ-associated protein 1 11.89190086 C6_chemical_C3 +LQ00X047220 Putative DAZ-associated protein 1 12.40492 L4_control_A1 +LQ00X047220 Putative DAZ-associated protein 1 12.71367725 L4_control_A2 +LQ00X047220 Putative DAZ-associated protein 1 12.24737867 L4_control_A3 +LQ00X047220 Putative DAZ-associated protein 1 12.53718019 L4_control_B1 +LQ00X047220 Putative DAZ-associated protein 1 12.12288638 L4_control_B2 +LQ00X047220 Putative DAZ-associated protein 1 12.34188104 L4_control_B3 +LQ00X047220 Putative DAZ-associated protein 1 11.13144125 L4_control_C2 +LQ00X047220 Putative DAZ-associated protein 1 11.17773141 L4_control_C3 +LQ00X047220 Putative DAZ-associated protein 1 12.80524921 L4_chemical_A1 +LQ00X047220 Putative DAZ-associated protein 1 12.62069609 L4_chemical_A2 +LQ00X047220 Putative DAZ-associated protein 1 12.51368541 L4_chemical_A3 +LQ00X047220 Putative DAZ-associated protein 1 12.06595333 L4_chemical_B1 +LQ00X047220 Putative DAZ-associated protein 1 12.26203049 L4_chemical_B2 +LQ00X047220 Putative DAZ-associated protein 1 12.35745428 L4_chemical_B3 +LQ00X047220 Putative DAZ-associated protein 1 11.00423885 L4_chemical_C2 +LQ00X047220 Putative DAZ-associated protein 1 11.449789 L4_chemical_C3 +LQ00X047240 Sphingosine-1-phosphate lyase 11.41901872 C6_control_A1 +LQ00X047240 Sphingosine-1-phosphate lyase 11.12626579 C6_control_A3 +LQ00X047240 Sphingosine-1-phosphate lyase 11.66243771 C6_control_B1 +LQ00X047240 Sphingosine-1-phosphate lyase 12.04016385 C6_control_B2 +LQ00X047240 Sphingosine-1-phosphate lyase 11.67765292 C6_control_B3 +LQ00X047240 Sphingosine-1-phosphate lyase 12.29982627 C6_control_C1 +LQ00X047240 Sphingosine-1-phosphate lyase 12.27426761 C6_control_C2 +LQ00X047240 Sphingosine-1-phosphate lyase 12.50384429 C6_control_C3 +LQ00X047240 Sphingosine-1-phosphate lyase 11.52850254 C6_chemical_A1 +LQ00X047240 Sphingosine-1-phosphate lyase 11.04580254 C6_chemical_A3 +LQ00X047240 Sphingosine-1-phosphate lyase 11.60223651 C6_chemical_B1 +LQ00X047240 Sphingosine-1-phosphate lyase 11.80905875 C6_chemical_B2 +LQ00X047240 Sphingosine-1-phosphate lyase 11.59943925 C6_chemical_B3 +LQ00X047240 Sphingosine-1-phosphate lyase 12.08813115 C6_chemical_C1 +LQ00X047240 Sphingosine-1-phosphate lyase 12.34064333 C6_chemical_C2 +LQ00X047240 Sphingosine-1-phosphate lyase 12.27367688 C6_chemical_C3 +LQ00X047240 Sphingosine-1-phosphate lyase 11.3612188 L4_control_A1 +LQ00X047240 Sphingosine-1-phosphate lyase 11.58653933 L4_control_A2 +LQ00X047240 Sphingosine-1-phosphate lyase 10.87440554 L4_control_A3 +LQ00X047240 Sphingosine-1-phosphate lyase 11.37184248 L4_control_B1 +LQ00X047240 Sphingosine-1-phosphate lyase 11.66908962 L4_control_B2 +LQ00X047240 Sphingosine-1-phosphate lyase 11.90943296 L4_control_B3 +LQ00X047240 Sphingosine-1-phosphate lyase 12.60118179 L4_control_C2 +LQ00X047240 Sphingosine-1-phosphate lyase 12.1830828 L4_control_C3 +LQ00X047240 Sphingosine-1-phosphate lyase 12.1452891 L4_chemical_A1 +LQ00X047240 Sphingosine-1-phosphate lyase 12.48214621 L4_chemical_A2 +LQ00X047240 Sphingosine-1-phosphate lyase 11.45260585 L4_chemical_A3 +LQ00X047240 Sphingosine-1-phosphate lyase 11.55355207 L4_chemical_B1 +LQ00X047240 Sphingosine-1-phosphate lyase 12.0793796 L4_chemical_B2 +LQ00X047240 Sphingosine-1-phosphate lyase 11.80338542 L4_chemical_B3 +LQ00X047240 Sphingosine-1-phosphate lyase 12.81157585 L4_chemical_C2 +LQ00X047240 Sphingosine-1-phosphate lyase 12.3333853 L4_chemical_C3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.656627684 C6_control_A1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.513312519 C6_control_A3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 5.110118473 C6_control_B1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.702088318 C6_control_B2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.765635069 C6_control_B3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.843099735 C6_control_C1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.827420921 C6_control_C2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.749517788 C6_control_C3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.568152409 C6_chemical_A1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.674017911 C6_chemical_A3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 5.10459737 C6_chemical_B1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.73150747 C6_chemical_B2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.833563336 C6_chemical_B3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.958298378 C6_chemical_C1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.808746366 C6_chemical_C2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.897505584 C6_chemical_C3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.487483336 L4_control_A1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.642455641 L4_control_A2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.500980767 L4_control_A3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.744414719 L4_control_B1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.928826099 L4_control_B2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.744949559 L4_control_B3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.976086142 L4_control_C2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.977383284 L4_control_C3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.860967685 L4_chemical_A1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.656143423 L4_chemical_A2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.682034178 L4_chemical_A3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 5.007029177 L4_chemical_B1 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.878367197 L4_chemical_B2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.768713157 L4_chemical_B3 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 5.004741981 L4_chemical_C2 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 5.311207726 L4_chemical_C3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 7.415460895 C6_control_A1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 9.343536397 C6_control_A3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.317557495 C6_control_B1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.321970444 C6_control_B2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.210475336 C6_control_B3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.141579508 C6_control_C1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.033787162 C6_control_C2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.973229128 C6_control_C3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 7.977077198 C6_chemical_A1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 10.8806622 C6_chemical_A3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.663490651 C6_chemical_B1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.480225263 C6_chemical_B2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.110653744 C6_chemical_B3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.438438244 C6_chemical_C1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 5.288291728 C6_chemical_C2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 9.588263035 C6_chemical_C3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 11.53871567 L4_control_A1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 11.77943748 L4_control_A2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 11.302143 L4_control_A3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 10.09873764 L4_control_B1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 10.22491583 L4_control_B2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 9.035581843 L4_control_B3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 11.65017021 L4_control_C2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 10.69568029 L4_control_C3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 11.85271334 L4_chemical_A1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 11.66994517 L4_chemical_A2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 11.22889769 L4_chemical_A3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 10.61212528 L4_chemical_B1 +LQ00X047320 Putative Flavonoid 3-monooxygenase 10.39994599 L4_chemical_B2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 10.37201698 L4_chemical_B3 +LQ00X047320 Putative Flavonoid 3-monooxygenase 12.14275487 L4_chemical_C2 +LQ00X047320 Putative Flavonoid 3-monooxygenase 10.95521893 L4_chemical_C3 +LQ00X047370 Putative GTP-binding protein engA 13.08296988 C6_control_A1 +LQ00X047370 Putative GTP-binding protein engA 13.27623938 C6_control_A3 +LQ00X047370 Putative GTP-binding protein engA 13.09661555 C6_control_B1 +LQ00X047370 Putative GTP-binding protein engA 12.50531054 C6_control_B2 +LQ00X047370 Putative GTP-binding protein engA 12.96870804 C6_control_B3 +LQ00X047370 Putative GTP-binding protein engA 12.74224317 C6_control_C1 +LQ00X047370 Putative GTP-binding protein engA 12.49651167 C6_control_C2 +LQ00X047370 Putative GTP-binding protein engA 12.86690669 C6_control_C3 +LQ00X047370 Putative GTP-binding protein engA 12.82762722 C6_chemical_A1 +LQ00X047370 Putative GTP-binding protein engA 12.79164875 C6_chemical_A3 +LQ00X047370 Putative GTP-binding protein engA 12.8145494 C6_chemical_B1 +LQ00X047370 Putative GTP-binding protein engA 12.29344059 C6_chemical_B2 +LQ00X047370 Putative GTP-binding protein engA 12.7957777 C6_chemical_B3 +LQ00X047370 Putative GTP-binding protein engA 12.55076058 C6_chemical_C1 +LQ00X047370 Putative GTP-binding protein engA 12.48101842 C6_chemical_C2 +LQ00X047370 Putative GTP-binding protein engA 12.52068208 C6_chemical_C3 +LQ00X047370 Putative GTP-binding protein engA 12.96797865 L4_control_A1 +LQ00X047370 Putative GTP-binding protein engA 13.19889911 L4_control_A2 +LQ00X047370 Putative GTP-binding protein engA 12.94633456 L4_control_A3 +LQ00X047370 Putative GTP-binding protein engA 12.80790893 L4_control_B1 +LQ00X047370 Putative GTP-binding protein engA 12.99774854 L4_control_B2 +LQ00X047370 Putative GTP-binding protein engA 12.44088585 L4_control_B3 +LQ00X047370 Putative GTP-binding protein engA 12.44461888 L4_control_C2 +LQ00X047370 Putative GTP-binding protein engA 11.71508233 L4_control_C3 +LQ00X047370 Putative GTP-binding protein engA 12.6319293 L4_chemical_A1 +LQ00X047370 Putative GTP-binding protein engA 12.79709527 L4_chemical_A2 +LQ00X047370 Putative GTP-binding protein engA 12.92590105 L4_chemical_A3 +LQ00X047370 Putative GTP-binding protein engA 13.12472754 L4_chemical_B1 +LQ00X047370 Putative GTP-binding protein engA 12.9209384 L4_chemical_B2 +LQ00X047370 Putative GTP-binding protein engA 12.77025436 L4_chemical_B3 +LQ00X047370 Putative GTP-binding protein engA 12.28772451 L4_chemical_C2 +LQ00X047370 Putative GTP-binding protein engA 11.85429041 L4_chemical_C3 +LQ00X047570 Putative Pollen-specific protein SF3 4.948832395 C6_control_A1 +LQ00X047570 Putative Pollen-specific protein SF3 4.882454541 C6_control_A3 +LQ00X047570 Putative Pollen-specific protein SF3 4.87771922 C6_control_B1 +LQ00X047570 Putative Pollen-specific protein SF3 4.982124726 C6_control_B2 +LQ00X047570 Putative Pollen-specific protein SF3 4.929728586 C6_control_B3 +LQ00X047570 Putative Pollen-specific protein SF3 5.036087731 C6_control_C1 +LQ00X047570 Putative Pollen-specific protein SF3 5.147948275 C6_control_C2 +LQ00X047570 Putative Pollen-specific protein SF3 5.039103038 C6_control_C3 +LQ00X047570 Putative Pollen-specific protein SF3 5.200957563 C6_chemical_A1 +LQ00X047570 Putative Pollen-specific protein SF3 5.059578921 C6_chemical_A3 +LQ00X047570 Putative Pollen-specific protein SF3 5.497261549 C6_chemical_B1 +LQ00X047570 Putative Pollen-specific protein SF3 4.997415808 C6_chemical_B2 +LQ00X047570 Putative Pollen-specific protein SF3 4.82095936 C6_chemical_B3 +LQ00X047570 Putative Pollen-specific protein SF3 5.146398723 C6_chemical_C1 +LQ00X047570 Putative Pollen-specific protein SF3 4.94346805 C6_chemical_C2 +LQ00X047570 Putative Pollen-specific protein SF3 5.103527236 C6_chemical_C3 +LQ00X047570 Putative Pollen-specific protein SF3 4.708787232 L4_control_A1 +LQ00X047570 Putative Pollen-specific protein SF3 5.298244623 L4_control_A2 +LQ00X047570 Putative Pollen-specific protein SF3 5.536941465 L4_control_A3 +LQ00X047570 Putative Pollen-specific protein SF3 4.964382244 L4_control_B1 +LQ00X047570 Putative Pollen-specific protein SF3 5.706211595 L4_control_B2 +LQ00X047570 Putative Pollen-specific protein SF3 4.903886516 L4_control_B3 +LQ00X047570 Putative Pollen-specific protein SF3 5.262316199 L4_control_C2 +LQ00X047570 Putative Pollen-specific protein SF3 5.112393045 L4_control_C3 +LQ00X047570 Putative Pollen-specific protein SF3 5.253825524 L4_chemical_A1 +LQ00X047570 Putative Pollen-specific protein SF3 5.290948024 L4_chemical_A2 +LQ00X047570 Putative Pollen-specific protein SF3 5.238919643 L4_chemical_A3 +LQ00X047570 Putative Pollen-specific protein SF3 5.442610647 L4_chemical_B1 +LQ00X047570 Putative Pollen-specific protein SF3 5.884774573 L4_chemical_B2 +LQ00X047570 Putative Pollen-specific protein SF3 4.668452008 L4_chemical_B3 +LQ00X047570 Putative Pollen-specific protein SF3 4.962839059 L4_chemical_C2 +LQ00X047570 Putative Pollen-specific protein SF3 5.270257693 L4_chemical_C3 +LQ00X047590 Hypothetical protein 5.537125474 C6_control_A1 +LQ00X047590 Hypothetical protein 5.343842564 C6_control_A3 +LQ00X047590 Hypothetical protein 5.726239296 C6_control_B1 +LQ00X047590 Hypothetical protein 5.494648586 C6_control_B2 +LQ00X047590 Hypothetical protein 5.915173543 C6_control_B3 +LQ00X047590 Hypothetical protein 6.70131569 C6_control_C1 +LQ00X047590 Hypothetical protein 5.38195704 C6_control_C2 +LQ00X047590 Hypothetical protein 5.795432301 C6_control_C3 +LQ00X047590 Hypothetical protein 5.218859844 C6_chemical_A1 +LQ00X047590 Hypothetical protein 5.417064235 C6_chemical_A3 +LQ00X047590 Hypothetical protein 5.928594612 C6_chemical_B1 +LQ00X047590 Hypothetical protein 5.858343066 C6_chemical_B2 +LQ00X047590 Hypothetical protein 5.899866808 C6_chemical_B3 +LQ00X047590 Hypothetical protein 5.730957658 C6_chemical_C1 +LQ00X047590 Hypothetical protein 5.937567039 C6_chemical_C2 +LQ00X047590 Hypothetical protein 5.913923488 C6_chemical_C3 +LQ00X047590 Hypothetical protein 5.308154716 L4_control_A1 +LQ00X047590 Hypothetical protein 5.419871348 L4_control_A2 +LQ00X047590 Hypothetical protein 5.295802815 L4_control_A3 +LQ00X047590 Hypothetical protein 5.434010323 L4_control_B1 +LQ00X047590 Hypothetical protein 5.964140142 L4_control_B2 +LQ00X047590 Hypothetical protein 5.833220686 L4_control_B3 +LQ00X047590 Hypothetical protein 5.781046261 L4_control_C2 +LQ00X047590 Hypothetical protein 5.83502357 L4_control_C3 +LQ00X047590 Hypothetical protein 5.28866673 L4_chemical_A1 +LQ00X047590 Hypothetical protein 5.271574058 L4_chemical_A2 +LQ00X047590 Hypothetical protein 5.440630868 L4_chemical_A3 +LQ00X047590 Hypothetical protein 6.046730281 L4_chemical_B1 +LQ00X047590 Hypothetical protein 6.570317316 L4_chemical_B2 +LQ00X047590 Hypothetical protein 5.426492965 L4_chemical_B3 +LQ00X047590 Hypothetical protein 6.002615081 L4_chemical_C2 +LQ00X047590 Hypothetical protein 5.770824623 L4_chemical_C3 +LQ00X047900 Putative Predicted protein 5.057632629 C6_control_A1 +LQ00X047900 Putative Predicted protein 4.805038745 C6_control_A3 +LQ00X047900 Putative Predicted protein 5.314042259 C6_control_B1 +LQ00X047900 Putative Predicted protein 4.693072104 C6_control_B2 +LQ00X047900 Putative Predicted protein 4.957044213 C6_control_B3 +LQ00X047900 Putative Predicted protein 5.350769914 C6_control_C1 +LQ00X047900 Putative Predicted protein 4.620102515 C6_control_C2 +LQ00X047900 Putative Predicted protein 4.799385174 C6_control_C3 +LQ00X047900 Putative Predicted protein 4.868059496 C6_chemical_A1 +LQ00X047900 Putative Predicted protein 4.686271201 C6_chemical_A3 +LQ00X047900 Putative Predicted protein 5.305960946 C6_chemical_B1 +LQ00X047900 Putative Predicted protein 4.847666765 C6_chemical_B2 +LQ00X047900 Putative Predicted protein 5.083003311 C6_chemical_B3 +LQ00X047900 Putative Predicted protein 5.202547726 C6_chemical_C1 +LQ00X047900 Putative Predicted protein 4.706412066 C6_chemical_C2 +LQ00X047900 Putative Predicted protein 4.747937917 C6_chemical_C3 +LQ00X047900 Putative Predicted protein 4.817482756 L4_control_A1 +LQ00X047900 Putative Predicted protein 4.786881495 L4_control_A2 +LQ00X047900 Putative Predicted protein 4.949339428 L4_control_A3 +LQ00X047900 Putative Predicted protein 5.02143052 L4_control_B1 +LQ00X047900 Putative Predicted protein 5.39485682 L4_control_B2 +LQ00X047900 Putative Predicted protein 4.841862714 L4_control_B3 +LQ00X047900 Putative Predicted protein 5.389012824 L4_control_C2 +LQ00X047900 Putative Predicted protein 5.198838492 L4_control_C3 +LQ00X047900 Putative Predicted protein 5.165079387 L4_chemical_A1 +LQ00X047900 Putative Predicted protein 4.76300213 L4_chemical_A2 +LQ00X047900 Putative Predicted protein 5.010846458 L4_chemical_A3 +LQ00X047900 Putative Predicted protein 4.734581606 L4_chemical_B1 +LQ00X047900 Putative Predicted protein 5.121357409 L4_chemical_B2 +LQ00X047900 Putative Predicted protein 5.204364613 L4_chemical_B3 +LQ00X047900 Putative Predicted protein 4.989378653 L4_chemical_C2 +LQ00X047900 Putative Predicted protein 5.230551181 L4_chemical_C3 +LQ00X047980 Putative uncharacterized protein 4.859847328 C6_control_A1 +LQ00X047980 Putative uncharacterized protein 4.911883667 C6_control_A3 +LQ00X047980 Putative uncharacterized protein 4.682511959 C6_control_B1 +LQ00X047980 Putative uncharacterized protein 4.906034521 C6_control_B2 +LQ00X047980 Putative uncharacterized protein 5.144895907 C6_control_B3 +LQ00X047980 Putative uncharacterized protein 4.999116468 C6_control_C1 +LQ00X047980 Putative uncharacterized protein 4.930729999 C6_control_C2 +LQ00X047980 Putative uncharacterized protein 4.806702572 C6_control_C3 +LQ00X047980 Putative uncharacterized protein 4.783810437 C6_chemical_A1 +LQ00X047980 Putative uncharacterized protein 4.675421885 C6_chemical_A3 +LQ00X047980 Putative uncharacterized protein 4.910708382 C6_chemical_B1 +LQ00X047980 Putative uncharacterized protein 4.770102188 C6_chemical_B2 +LQ00X047980 Putative uncharacterized protein 5.523060841 C6_chemical_B3 +LQ00X047980 Putative uncharacterized protein 4.771585398 C6_chemical_C1 +LQ00X047980 Putative uncharacterized protein 4.929017664 C6_chemical_C2 +LQ00X047980 Putative uncharacterized protein 4.775629238 C6_chemical_C3 +LQ00X047980 Putative uncharacterized protein 5.173525797 L4_control_A1 +LQ00X047980 Putative uncharacterized protein 5.150327887 L4_control_A2 +LQ00X047980 Putative uncharacterized protein 4.640678646 L4_control_A3 +LQ00X047980 Putative uncharacterized protein 5.560012072 L4_control_B1 +LQ00X047980 Putative uncharacterized protein 5.841010788 L4_control_B2 +LQ00X047980 Putative uncharacterized protein 4.702469614 L4_control_B3 +LQ00X047980 Putative uncharacterized protein 5.184396183 L4_control_C2 +LQ00X047980 Putative uncharacterized protein 5.251750046 L4_control_C3 +LQ00X047980 Putative uncharacterized protein 5.0022021 L4_chemical_A1 +LQ00X047980 Putative uncharacterized protein 5.12429149 L4_chemical_A2 +LQ00X047980 Putative uncharacterized protein 5.0036808 L4_chemical_A3 +LQ00X047980 Putative uncharacterized protein 5.413868967 L4_chemical_B1 +LQ00X047980 Putative uncharacterized protein 5.748819785 L4_chemical_B2 +LQ00X047980 Putative uncharacterized protein 4.935873839 L4_chemical_B3 +LQ00X047980 Putative uncharacterized protein 5.256690274 L4_chemical_C2 +LQ00X047980 Putative uncharacterized protein 5.611765214 L4_chemical_C3 +LQ00X047990 Putative RPM1-interacting protein 4 6.8700619 C6_control_A1 +LQ00X047990 Putative RPM1-interacting protein 4 6.996349501 C6_control_A3 +LQ00X047990 Putative RPM1-interacting protein 4 6.490816054 C6_control_B1 +LQ00X047990 Putative RPM1-interacting protein 4 7.349240603 C6_control_B2 +LQ00X047990 Putative RPM1-interacting protein 4 6.79036556 C6_control_B3 +LQ00X047990 Putative RPM1-interacting protein 4 6.988185036 C6_control_C1 +LQ00X047990 Putative RPM1-interacting protein 4 6.939215488 C6_control_C2 +LQ00X047990 Putative RPM1-interacting protein 4 7.176276672 C6_control_C3 +LQ00X047990 Putative RPM1-interacting protein 4 6.543097988 C6_chemical_A1 +LQ00X047990 Putative RPM1-interacting protein 4 7.059965928 C6_chemical_A3 +LQ00X047990 Putative RPM1-interacting protein 4 7.12892326 C6_chemical_B1 +LQ00X047990 Putative RPM1-interacting protein 4 7.119709832 C6_chemical_B2 +LQ00X047990 Putative RPM1-interacting protein 4 6.507305156 C6_chemical_B3 +LQ00X047990 Putative RPM1-interacting protein 4 6.72306505 C6_chemical_C1 +LQ00X047990 Putative RPM1-interacting protein 4 7.089766492 C6_chemical_C2 +LQ00X047990 Putative RPM1-interacting protein 4 7.004082918 C6_chemical_C3 +LQ00X047990 Putative RPM1-interacting protein 4 6.606780886 L4_control_A1 +LQ00X047990 Putative RPM1-interacting protein 4 7.310938539 L4_control_A2 +LQ00X047990 Putative RPM1-interacting protein 4 7.259780956 L4_control_A3 +LQ00X047990 Putative RPM1-interacting protein 4 6.215188302 L4_control_B1 +LQ00X047990 Putative RPM1-interacting protein 4 6.530056663 L4_control_B2 +LQ00X047990 Putative RPM1-interacting protein 4 6.922614929 L4_control_B3 +LQ00X047990 Putative RPM1-interacting protein 4 5.625838177 L4_control_C2 +LQ00X047990 Putative RPM1-interacting protein 4 6.28531614 L4_control_C3 +LQ00X047990 Putative RPM1-interacting protein 4 6.237363992 L4_chemical_A1 +LQ00X047990 Putative RPM1-interacting protein 4 6.938305884 L4_chemical_A2 +LQ00X047990 Putative RPM1-interacting protein 4 6.766663798 L4_chemical_A3 +LQ00X047990 Putative RPM1-interacting protein 4 6.347358052 L4_chemical_B1 +LQ00X047990 Putative RPM1-interacting protein 4 6.535411063 L4_chemical_B2 +LQ00X047990 Putative RPM1-interacting protein 4 6.86882294 L4_chemical_B3 +LQ00X047990 Putative RPM1-interacting protein 4 6.658004997 L4_chemical_C2 +LQ00X047990 Putative RPM1-interacting protein 4 6.945599267 L4_chemical_C3 +LQ00X048240 Putative uncharacterized protein 9.310838974 C6_control_A1 +LQ00X048240 Putative uncharacterized protein 10.86667338 C6_control_A3 +LQ00X048240 Putative uncharacterized protein 5.352660529 C6_control_B1 +LQ00X048240 Putative uncharacterized protein 5.529750355 C6_control_B2 +LQ00X048240 Putative uncharacterized protein 5.214676238 C6_control_B3 +LQ00X048240 Putative uncharacterized protein 5.669667552 C6_control_C1 +LQ00X048240 Putative uncharacterized protein 5.425403311 C6_control_C2 +LQ00X048240 Putative uncharacterized protein 5.459650122 C6_control_C3 +LQ00X048240 Putative uncharacterized protein 9.299775113 C6_chemical_A1 +LQ00X048240 Putative uncharacterized protein 10.67901983 C6_chemical_A3 +LQ00X048240 Putative uncharacterized protein 5.52722843 C6_chemical_B1 +LQ00X048240 Putative uncharacterized protein 5.293355333 C6_chemical_B2 +LQ00X048240 Putative uncharacterized protein 5.060525132 C6_chemical_B3 +LQ00X048240 Putative uncharacterized protein 6.383985537 C6_chemical_C1 +LQ00X048240 Putative uncharacterized protein 5.704975704 C6_chemical_C2 +LQ00X048240 Putative uncharacterized protein 5.813121206 C6_chemical_C3 +LQ00X048240 Putative uncharacterized protein 10.33894666 L4_control_A1 +LQ00X048240 Putative uncharacterized protein 9.93456926 L4_control_A2 +LQ00X048240 Putative uncharacterized protein 10.57168598 L4_control_A3 +LQ00X048240 Putative uncharacterized protein 5.145223931 L4_control_B1 +LQ00X048240 Putative uncharacterized protein 5.819372071 L4_control_B2 +LQ00X048240 Putative uncharacterized protein 5.21001052 L4_control_B3 +LQ00X048240 Putative uncharacterized protein 5.659461673 L4_control_C2 +LQ00X048240 Putative uncharacterized protein 5.904227405 L4_control_C3 +LQ00X048240 Putative uncharacterized protein 8.864627714 L4_chemical_A1 +LQ00X048240 Putative uncharacterized protein 8.100152308 L4_chemical_A2 +LQ00X048240 Putative uncharacterized protein 10.30562608 L4_chemical_A3 +LQ00X048240 Putative uncharacterized protein 5.289514484 L4_chemical_B1 +LQ00X048240 Putative uncharacterized protein 5.777756607 L4_chemical_B2 +LQ00X048240 Putative uncharacterized protein 5.7906348 L4_chemical_B3 +LQ00X048240 Putative uncharacterized protein 6.019423003 L4_chemical_C2 +LQ00X048240 Putative uncharacterized protein 5.379015803 L4_chemical_C3 +LQ00X048600 Predicted protein (Fragment) 5.211511814 C6_control_A1 +LQ00X048600 Predicted protein (Fragment) 5.342820503 C6_control_A3 +LQ00X048600 Predicted protein (Fragment) 5.366859096 C6_control_B1 +LQ00X048600 Predicted protein (Fragment) 5.207750513 C6_control_B2 +LQ00X048600 Predicted protein (Fragment) 5.453066644 C6_control_B3 +LQ00X048600 Predicted protein (Fragment) 5.36643505 C6_control_C1 +LQ00X048600 Predicted protein (Fragment) 5.05599611 C6_control_C2 +LQ00X048600 Predicted protein (Fragment) 5.275189885 C6_control_C3 +LQ00X048600 Predicted protein (Fragment) 5.396718021 C6_chemical_A1 +LQ00X048600 Predicted protein (Fragment) 5.139858425 C6_chemical_A3 +LQ00X048600 Predicted protein (Fragment) 5.001015023 C6_chemical_B1 +LQ00X048600 Predicted protein (Fragment) 5.26535615 C6_chemical_B2 +LQ00X048600 Predicted protein (Fragment) 5.337669386 C6_chemical_B3 +LQ00X048600 Predicted protein (Fragment) 5.354065984 C6_chemical_C1 +LQ00X048600 Predicted protein (Fragment) 5.238959452 C6_chemical_C2 +LQ00X048600 Predicted protein (Fragment) 5.077002866 C6_chemical_C3 +LQ00X048600 Predicted protein (Fragment) 5.147060835 L4_control_A1 +LQ00X048600 Predicted protein (Fragment) 5.095336406 L4_control_A2 +LQ00X048600 Predicted protein (Fragment) 5.266705532 L4_control_A3 +LQ00X048600 Predicted protein (Fragment) 5.037768106 L4_control_B1 +LQ00X048600 Predicted protein (Fragment) 5.804818587 L4_control_B2 +LQ00X048600 Predicted protein (Fragment) 5.416588932 L4_control_B3 +LQ00X048600 Predicted protein (Fragment) 5.419393399 L4_control_C2 +LQ00X048600 Predicted protein (Fragment) 5.341675693 L4_control_C3 +LQ00X048600 Predicted protein (Fragment) 5.015117446 L4_chemical_A1 +LQ00X048600 Predicted protein (Fragment) 5.398506845 L4_chemical_A2 +LQ00X048600 Predicted protein (Fragment) 6.311575633 L4_chemical_A3 +LQ00X048600 Predicted protein (Fragment) 5.33007535 L4_chemical_B1 +LQ00X048600 Predicted protein (Fragment) 5.474867547 L4_chemical_B2 +LQ00X048600 Predicted protein (Fragment) 5.239128615 L4_chemical_B3 +LQ00X048600 Predicted protein (Fragment) 4.990186193 L4_chemical_C2 +LQ00X048600 Predicted protein (Fragment) 5.786887727 L4_chemical_C3 +LQ00X048660 Sucrose-phosphatase 2 9.371015284 C6_control_A1 +LQ00X048660 Sucrose-phosphatase 2 8.893778951 C6_control_A3 +LQ00X048660 Sucrose-phosphatase 2 9.358501699 C6_control_B1 +LQ00X048660 Sucrose-phosphatase 2 9.387677168 C6_control_B2 +LQ00X048660 Sucrose-phosphatase 2 9.417647447 C6_control_B3 +LQ00X048660 Sucrose-phosphatase 2 9.125109618 C6_control_C1 +LQ00X048660 Sucrose-phosphatase 2 9.321837157 C6_control_C2 +LQ00X048660 Sucrose-phosphatase 2 9.201702633 C6_control_C3 +LQ00X048660 Sucrose-phosphatase 2 9.400640488 C6_chemical_A1 +LQ00X048660 Sucrose-phosphatase 2 9.517780246 C6_chemical_A3 +LQ00X048660 Sucrose-phosphatase 2 9.209003826 C6_chemical_B1 +LQ00X048660 Sucrose-phosphatase 2 9.563901045 C6_chemical_B2 +LQ00X048660 Sucrose-phosphatase 2 9.420630085 C6_chemical_B3 +LQ00X048660 Sucrose-phosphatase 2 9.479058138 C6_chemical_C1 +LQ00X048660 Sucrose-phosphatase 2 9.662317628 C6_chemical_C2 +LQ00X048660 Sucrose-phosphatase 2 10.04225978 C6_chemical_C3 +LQ00X048660 Sucrose-phosphatase 2 9.700262859 L4_control_A1 +LQ00X048660 Sucrose-phosphatase 2 10.27767114 L4_control_A2 +LQ00X048660 Sucrose-phosphatase 2 7.635787289 L4_control_A3 +LQ00X048660 Sucrose-phosphatase 2 9.388087709 L4_control_B1 +LQ00X048660 Sucrose-phosphatase 2 9.848578236 L4_control_B2 +LQ00X048660 Sucrose-phosphatase 2 9.979554027 L4_control_B3 +LQ00X048660 Sucrose-phosphatase 2 9.902583647 L4_control_C2 +LQ00X048660 Sucrose-phosphatase 2 10.38935051 L4_control_C3 +LQ00X048660 Sucrose-phosphatase 2 9.30348934 L4_chemical_A1 +LQ00X048660 Sucrose-phosphatase 2 9.913983773 L4_chemical_A2 +LQ00X048660 Sucrose-phosphatase 2 7.791894861 L4_chemical_A3 +LQ00X048660 Sucrose-phosphatase 2 8.936603507 L4_chemical_B1 +LQ00X048660 Sucrose-phosphatase 2 9.730482438 L4_chemical_B2 +LQ00X048660 Sucrose-phosphatase 2 9.630331603 L4_chemical_B3 +LQ00X048660 Sucrose-phosphatase 2 10.02721794 L4_chemical_C2 +LQ00X048660 Sucrose-phosphatase 2 10.58115678 L4_chemical_C3 +LQ00X048680 Putative Cytochrome P450 94A1 11.06075327 C6_control_A1 +LQ00X048680 Putative Cytochrome P450 94A1 9.756437475 C6_control_A3 +LQ00X048680 Putative Cytochrome P450 94A1 12.58280516 C6_control_B1 +LQ00X048680 Putative Cytochrome P450 94A1 13.08831828 C6_control_B2 +LQ00X048680 Putative Cytochrome P450 94A1 12.43312673 C6_control_B3 +LQ00X048680 Putative Cytochrome P450 94A1 13.65943419 C6_control_C1 +LQ00X048680 Putative Cytochrome P450 94A1 13.69039602 C6_control_C2 +LQ00X048680 Putative Cytochrome P450 94A1 13.11188822 C6_control_C3 +LQ00X048680 Putative Cytochrome P450 94A1 11.78742683 C6_chemical_A1 +LQ00X048680 Putative Cytochrome P450 94A1 10.59865023 C6_chemical_A3 +LQ00X048680 Putative Cytochrome P450 94A1 13.16431599 C6_chemical_B1 +LQ00X048680 Putative Cytochrome P450 94A1 13.45640871 C6_chemical_B2 +LQ00X048680 Putative Cytochrome P450 94A1 12.55042728 C6_chemical_B3 +LQ00X048680 Putative Cytochrome P450 94A1 13.47571493 C6_chemical_C1 +LQ00X048680 Putative Cytochrome P450 94A1 13.7166205 C6_chemical_C2 +LQ00X048680 Putative Cytochrome P450 94A1 13.15366272 C6_chemical_C3 +LQ00X048680 Putative Cytochrome P450 94A1 9.846513594 L4_control_A1 +LQ00X048680 Putative Cytochrome P450 94A1 10.75308189 L4_control_A2 +LQ00X048680 Putative Cytochrome P450 94A1 9.816021704 L4_control_A3 +LQ00X048680 Putative Cytochrome P450 94A1 12.65620892 L4_control_B1 +LQ00X048680 Putative Cytochrome P450 94A1 13.13478223 L4_control_B2 +LQ00X048680 Putative Cytochrome P450 94A1 13.07373792 L4_control_B3 +LQ00X048680 Putative Cytochrome P450 94A1 13.94158552 L4_control_C2 +LQ00X048680 Putative Cytochrome P450 94A1 13.37203973 L4_control_C3 +LQ00X048680 Putative Cytochrome P450 94A1 10.54761331 L4_chemical_A1 +LQ00X048680 Putative Cytochrome P450 94A1 11.44999176 L4_chemical_A2 +LQ00X048680 Putative Cytochrome P450 94A1 9.429701598 L4_chemical_A3 +LQ00X048680 Putative Cytochrome P450 94A1 12.29171498 L4_chemical_B1 +LQ00X048680 Putative Cytochrome P450 94A1 12.74292581 L4_chemical_B2 +LQ00X048680 Putative Cytochrome P450 94A1 11.88820546 L4_chemical_B3 +LQ00X048680 Putative Cytochrome P450 94A1 13.86634274 L4_chemical_C2 +LQ00X048680 Putative Cytochrome P450 94A1 13.53976866 L4_chemical_C3 +LQ00X048690 Putative Lysosomal beta glucosidase 8.612470676 C6_control_A1 +LQ00X048690 Putative Lysosomal beta glucosidase 8.273454391 C6_control_A3 +LQ00X048690 Putative Lysosomal beta glucosidase 8.356665269 C6_control_B1 +LQ00X048690 Putative Lysosomal beta glucosidase 9.173291957 C6_control_B2 +LQ00X048690 Putative Lysosomal beta glucosidase 8.086545693 C6_control_B3 +LQ00X048690 Putative Lysosomal beta glucosidase 8.303981742 C6_control_C1 +LQ00X048690 Putative Lysosomal beta glucosidase 7.915620413 C6_control_C2 +LQ00X048690 Putative Lysosomal beta glucosidase 7.509417337 C6_control_C3 +LQ00X048690 Putative Lysosomal beta glucosidase 8.688827076 C6_chemical_A1 +LQ00X048690 Putative Lysosomal beta glucosidase 8.739876078 C6_chemical_A3 +LQ00X048690 Putative Lysosomal beta glucosidase 8.146675699 C6_chemical_B1 +LQ00X048690 Putative Lysosomal beta glucosidase 9.454609967 C6_chemical_B2 +LQ00X048690 Putative Lysosomal beta glucosidase 7.64113892 C6_chemical_B3 +LQ00X048690 Putative Lysosomal beta glucosidase 8.405714427 C6_chemical_C1 +LQ00X048690 Putative Lysosomal beta glucosidase 8.099404124 C6_chemical_C2 +LQ00X048690 Putative Lysosomal beta glucosidase 7.168891017 C6_chemical_C3 +LQ00X048690 Putative Lysosomal beta glucosidase 8.474101954 L4_control_A1 +LQ00X048690 Putative Lysosomal beta glucosidase 7.271799289 L4_control_A2 +LQ00X048690 Putative Lysosomal beta glucosidase 8.29230832 L4_control_A3 +LQ00X048690 Putative Lysosomal beta glucosidase 8.068381426 L4_control_B1 +LQ00X048690 Putative Lysosomal beta glucosidase 7.467924382 L4_control_B2 +LQ00X048690 Putative Lysosomal beta glucosidase 7.733001634 L4_control_B3 +LQ00X048690 Putative Lysosomal beta glucosidase 5.976438533 L4_control_C2 +LQ00X048690 Putative Lysosomal beta glucosidase 5.308826154 L4_control_C3 +LQ00X048690 Putative Lysosomal beta glucosidase 7.880261611 L4_chemical_A1 +LQ00X048690 Putative Lysosomal beta glucosidase 6.624629236 L4_chemical_A2 +LQ00X048690 Putative Lysosomal beta glucosidase 7.959962095 L4_chemical_A3 +LQ00X048690 Putative Lysosomal beta glucosidase 5.967310954 L4_chemical_B1 +LQ00X048690 Putative Lysosomal beta glucosidase 6.654637132 L4_chemical_B2 +LQ00X048690 Putative Lysosomal beta glucosidase 8.134665114 L4_chemical_B3 +LQ00X048690 Putative Lysosomal beta glucosidase 6.103090311 L4_chemical_C2 +LQ00X048690 Putative Lysosomal beta glucosidase 5.981961523 L4_chemical_C3 +LQ00X048770 Putative CC-NBS-LRR protein 4.639642622 C6_control_A1 +LQ00X048770 Putative CC-NBS-LRR protein 5.109370953 C6_control_A3 +LQ00X048770 Putative CC-NBS-LRR protein 4.918111533 C6_control_B1 +LQ00X048770 Putative CC-NBS-LRR protein 4.866044456 C6_control_B2 +LQ00X048770 Putative CC-NBS-LRR protein 4.821310788 C6_control_B3 +LQ00X048770 Putative CC-NBS-LRR protein 4.940769897 C6_control_C1 +LQ00X048770 Putative CC-NBS-LRR protein 4.575228613 C6_control_C2 +LQ00X048770 Putative CC-NBS-LRR protein 4.872081256 C6_control_C3 +LQ00X048770 Putative CC-NBS-LRR protein 4.911096326 C6_chemical_A1 +LQ00X048770 Putative CC-NBS-LRR protein 5.209799224 C6_chemical_A3 +LQ00X048770 Putative CC-NBS-LRR protein 5.368218746 C6_chemical_B1 +LQ00X048770 Putative CC-NBS-LRR protein 4.788743246 C6_chemical_B2 +LQ00X048770 Putative CC-NBS-LRR protein 5.054580065 C6_chemical_B3 +LQ00X048770 Putative CC-NBS-LRR protein 4.855430363 C6_chemical_C1 +LQ00X048770 Putative CC-NBS-LRR protein 4.866226797 C6_chemical_C2 +LQ00X048770 Putative CC-NBS-LRR protein 4.807523015 C6_chemical_C3 +LQ00X048770 Putative CC-NBS-LRR protein 5.024636645 L4_control_A1 +LQ00X048770 Putative CC-NBS-LRR protein 4.989658802 L4_control_A2 +LQ00X048770 Putative CC-NBS-LRR protein 4.842436719 L4_control_A3 +LQ00X048770 Putative CC-NBS-LRR protein 5.070260158 L4_control_B1 +LQ00X048770 Putative CC-NBS-LRR protein 5.045039007 L4_control_B2 +LQ00X048770 Putative CC-NBS-LRR protein 5.205690201 L4_control_B3 +LQ00X048770 Putative CC-NBS-LRR protein 5.356883435 L4_control_C2 +LQ00X048770 Putative CC-NBS-LRR protein 4.722747199 L4_control_C3 +LQ00X048770 Putative CC-NBS-LRR protein 4.845091598 L4_chemical_A1 +LQ00X048770 Putative CC-NBS-LRR protein 4.997633342 L4_chemical_A2 +LQ00X048770 Putative CC-NBS-LRR protein 5.174476677 L4_chemical_A3 +LQ00X048770 Putative CC-NBS-LRR protein 4.953484986 L4_chemical_B1 +LQ00X048770 Putative CC-NBS-LRR protein 5.018084994 L4_chemical_B2 +LQ00X048770 Putative CC-NBS-LRR protein 5.153217633 L4_chemical_B3 +LQ00X048770 Putative CC-NBS-LRR protein 4.976626526 L4_chemical_C2 +LQ00X048770 Putative CC-NBS-LRR protein 4.924156137 L4_chemical_C3 +LQ00X048790 At5g22010 5.652660578 C6_control_A1 +LQ00X048790 At5g22010 5.207559741 C6_control_A3 +LQ00X048790 At5g22010 5.371206335 C6_control_B1 +LQ00X048790 At5g22010 5.342017768 C6_control_B2 +LQ00X048790 At5g22010 5.030689742 C6_control_B3 +LQ00X048790 At5g22010 5.263228734 C6_control_C1 +LQ00X048790 At5g22010 5.138147931 C6_control_C2 +LQ00X048790 At5g22010 5.300259805 C6_control_C3 +LQ00X048790 At5g22010 5.150201295 C6_chemical_A1 +LQ00X048790 At5g22010 5.519815842 C6_chemical_A3 +LQ00X048790 At5g22010 5.23409152 C6_chemical_B1 +LQ00X048790 At5g22010 5.248934716 C6_chemical_B2 +LQ00X048790 At5g22010 5.081961236 C6_chemical_B3 +LQ00X048790 At5g22010 5.710498968 C6_chemical_C1 +LQ00X048790 At5g22010 5.464255876 C6_chemical_C2 +LQ00X048790 At5g22010 5.546305457 C6_chemical_C3 +LQ00X048790 At5g22010 5.40014058 L4_control_A1 +LQ00X048790 At5g22010 5.539921792 L4_control_A2 +LQ00X048790 At5g22010 5.130838558 L4_control_A3 +LQ00X048790 At5g22010 5.206662986 L4_control_B1 +LQ00X048790 At5g22010 5.45433202 L4_control_B2 +LQ00X048790 At5g22010 5.581607414 L4_control_B3 +LQ00X048790 At5g22010 5.075178266 L4_control_C2 +LQ00X048790 At5g22010 5.25328049 L4_control_C3 +LQ00X048790 At5g22010 5.43122885 L4_chemical_A1 +LQ00X048790 At5g22010 5.197922875 L4_chemical_A2 +LQ00X048790 At5g22010 5.603644694 L4_chemical_A3 +LQ00X048790 At5g22010 5.498358972 L4_chemical_B1 +LQ00X048790 At5g22010 5.750252965 L4_chemical_B2 +LQ00X048790 At5g22010 5.455983129 L4_chemical_B3 +LQ00X048790 At5g22010 5.744948019 L4_chemical_C2 +LQ00X048790 At5g22010 5.302663388 L4_chemical_C3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.02637108 C6_control_A1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 8.967686667 C6_control_A3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.14768507 C6_control_B1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.95572968 C6_control_B2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 12.1135049 C6_control_B3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.81623424 C6_control_C1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.75041934 C6_control_C2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 12.05254206 C6_control_C3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.02392205 C6_chemical_A1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 9.611215397 C6_chemical_A3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.15144669 C6_chemical_B1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.28274356 C6_chemical_B2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.2079156 C6_chemical_B3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.54215787 C6_chemical_C1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.76856128 C6_chemical_C2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.30904522 C6_chemical_C3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 9.735251569 L4_control_A1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 9.668034996 L4_control_A2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 8.427505359 L4_control_A3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.09115147 L4_control_B1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.42528633 L4_control_B2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.42191839 L4_control_B3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 9.839887462 L4_control_C2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.96529243 L4_control_C3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.36551843 L4_chemical_A1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 9.466199181 L4_chemical_A2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 9.113006021 L4_chemical_A3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.1997832 L4_chemical_B1 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.05322646 L4_chemical_B2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 10.28033895 L4_chemical_B3 +LQ00X048820 Putative Probable protein phosphatase 2C 55 9.881875445 L4_chemical_C2 +LQ00X048820 Putative Probable protein phosphatase 2C 55 9.232345405 L4_chemical_C3 +LQ00X048850 Hypothetical protein 9.705163789 C6_control_A1 +LQ00X048850 Hypothetical protein 8.90538025 C6_control_A3 +LQ00X048850 Hypothetical protein 9.452910287 C6_control_B1 +LQ00X048850 Hypothetical protein 10.74312395 C6_control_B2 +LQ00X048850 Hypothetical protein 9.386476443 C6_control_B3 +LQ00X048850 Hypothetical protein 11.2904103 C6_control_C1 +LQ00X048850 Hypothetical protein 12.24766274 C6_control_C2 +LQ00X048850 Hypothetical protein 12.11434773 C6_control_C3 +LQ00X048850 Hypothetical protein 10.15946375 C6_chemical_A1 +LQ00X048850 Hypothetical protein 9.535672691 C6_chemical_A3 +LQ00X048850 Hypothetical protein 9.867527506 C6_chemical_B1 +LQ00X048850 Hypothetical protein 10.76254383 C6_chemical_B2 +LQ00X048850 Hypothetical protein 9.890845989 C6_chemical_B3 +LQ00X048850 Hypothetical protein 11.11370025 C6_chemical_C1 +LQ00X048850 Hypothetical protein 12.14188103 C6_chemical_C2 +LQ00X048850 Hypothetical protein 11.94932669 C6_chemical_C3 +LQ00X048850 Hypothetical protein 9.378477281 L4_control_A1 +LQ00X048850 Hypothetical protein 7.960023813 L4_control_A2 +LQ00X048850 Hypothetical protein 7.698723445 L4_control_A3 +LQ00X048850 Hypothetical protein 8.944852138 L4_control_B1 +LQ00X048850 Hypothetical protein 8.131320779 L4_control_B2 +LQ00X048850 Hypothetical protein 8.834724023 L4_control_B3 +LQ00X048850 Hypothetical protein 10.89262754 L4_control_C2 +LQ00X048850 Hypothetical protein 10.81972377 L4_control_C3 +LQ00X048850 Hypothetical protein 9.84599582 L4_chemical_A1 +LQ00X048850 Hypothetical protein 8.51099497 L4_chemical_A2 +LQ00X048850 Hypothetical protein 7.901665886 L4_chemical_A3 +LQ00X048850 Hypothetical protein 9.26478533 L4_chemical_B1 +LQ00X048850 Hypothetical protein 8.199458362 L4_chemical_B2 +LQ00X048850 Hypothetical protein 8.619961259 L4_chemical_B3 +LQ00X048850 Hypothetical protein 10.63962283 L4_chemical_C2 +LQ00X048850 Hypothetical protein 10.74274361 L4_chemical_C3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.595002571 C6_control_A1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.644928665 C6_control_A3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.717235038 C6_control_B1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.387056706 C6_control_B2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.747237863 C6_control_B3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.380929716 C6_control_C1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.224051623 C6_control_C2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.261320191 C6_control_C3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.710129794 C6_chemical_A1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.625510406 C6_chemical_A3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.30165457 C6_chemical_B1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.300594615 C6_chemical_B2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.632452659 C6_chemical_B3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.494150706 C6_chemical_C1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.041224811 C6_chemical_C2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.283430133 C6_chemical_C3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.454156564 L4_control_A1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.467277849 L4_control_A2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.893186088 L4_control_A3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.408017419 L4_control_B1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.577872818 L4_control_B2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.404568102 L4_control_B3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.622110679 L4_control_C2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.075960881 L4_control_C3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.339987825 L4_chemical_A1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.47553196 L4_chemical_A2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.526988857 L4_chemical_A3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.217716609 L4_chemical_B1 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.282702697 L4_chemical_B2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.572876974 L4_chemical_B3 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 4.95925235 L4_chemical_C2 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.561681378 L4_chemical_C3 +LQ00X048900 SAUR family protein 11.10027988 C6_control_A1 +LQ00X048900 SAUR family protein 11.28930924 C6_control_A3 +LQ00X048900 SAUR family protein 11.52450513 C6_control_B1 +LQ00X048900 SAUR family protein 10.52240329 C6_control_B2 +LQ00X048900 SAUR family protein 11.0632847 C6_control_B3 +LQ00X048900 SAUR family protein 10.52706878 C6_control_C1 +LQ00X048900 SAUR family protein 10.71431834 C6_control_C2 +LQ00X048900 SAUR family protein 10.6386687 C6_control_C3 +LQ00X048900 SAUR family protein 11.05686749 C6_chemical_A1 +LQ00X048900 SAUR family protein 10.45614976 C6_chemical_A3 +LQ00X048900 SAUR family protein 11.52668709 C6_chemical_B1 +LQ00X048900 SAUR family protein 10.70872309 C6_chemical_B2 +LQ00X048900 SAUR family protein 11.68002836 C6_chemical_B3 +LQ00X048900 SAUR family protein 10.52246047 C6_chemical_C1 +LQ00X048900 SAUR family protein 10.7883429 C6_chemical_C2 +LQ00X048900 SAUR family protein 10.67739281 C6_chemical_C3 +LQ00X048900 SAUR family protein 9.887716094 L4_control_A1 +LQ00X048900 SAUR family protein 10.3716492 L4_control_A2 +LQ00X048900 SAUR family protein 10.48853341 L4_control_A3 +LQ00X048900 SAUR family protein 10.46511667 L4_control_B1 +LQ00X048900 SAUR family protein 9.680899446 L4_control_B2 +LQ00X048900 SAUR family protein 7.954378929 L4_control_B3 +LQ00X048900 SAUR family protein 8.907736842 L4_control_C2 +LQ00X048900 SAUR family protein 8.66498067 L4_control_C3 +LQ00X048900 SAUR family protein 9.726024243 L4_chemical_A1 +LQ00X048900 SAUR family protein 10.79093301 L4_chemical_A2 +LQ00X048900 SAUR family protein 9.92870422 L4_chemical_A3 +LQ00X048900 SAUR family protein 11.06435206 L4_chemical_B1 +LQ00X048900 SAUR family protein 10.94676233 L4_chemical_B2 +LQ00X048900 SAUR family protein 10.55585501 L4_chemical_B3 +LQ00X048900 SAUR family protein 8.970326367 L4_chemical_C2 +LQ00X048900 SAUR family protein 8.445623277 L4_chemical_C3 +LQ00X049090 Biotin/lipoyl attachment 12.71547801 C6_control_A1 +LQ00X049090 Biotin/lipoyl attachment 12.71644751 C6_control_A3 +LQ00X049090 Biotin/lipoyl attachment 12.36178001 C6_control_B1 +LQ00X049090 Biotin/lipoyl attachment 13.28617903 C6_control_B2 +LQ00X049090 Biotin/lipoyl attachment 12.54074042 C6_control_B3 +LQ00X049090 Biotin/lipoyl attachment 13.30162226 C6_control_C1 +LQ00X049090 Biotin/lipoyl attachment 13.03801094 C6_control_C2 +LQ00X049090 Biotin/lipoyl attachment 12.68096322 C6_control_C3 +LQ00X049090 Biotin/lipoyl attachment 12.36459936 C6_chemical_A1 +LQ00X049090 Biotin/lipoyl attachment 12.37155888 C6_chemical_A3 +LQ00X049090 Biotin/lipoyl attachment 12.00079038 C6_chemical_B1 +LQ00X049090 Biotin/lipoyl attachment 13.37120004 C6_chemical_B2 +LQ00X049090 Biotin/lipoyl attachment 12.25283868 C6_chemical_B3 +LQ00X049090 Biotin/lipoyl attachment 13.27088731 C6_chemical_C1 +LQ00X049090 Biotin/lipoyl attachment 12.8698661 C6_chemical_C2 +LQ00X049090 Biotin/lipoyl attachment 12.39879623 C6_chemical_C3 +LQ00X049090 Biotin/lipoyl attachment 11.90956124 L4_control_A1 +LQ00X049090 Biotin/lipoyl attachment 12.00138718 L4_control_A2 +LQ00X049090 Biotin/lipoyl attachment 11.3845179 L4_control_A3 +LQ00X049090 Biotin/lipoyl attachment 10.75030713 L4_control_B1 +LQ00X049090 Biotin/lipoyl attachment 11.32833676 L4_control_B2 +LQ00X049090 Biotin/lipoyl attachment 11.66874714 L4_control_B3 +LQ00X049090 Biotin/lipoyl attachment 11.57903902 L4_control_C2 +LQ00X049090 Biotin/lipoyl attachment 10.84829427 L4_control_C3 +LQ00X049090 Biotin/lipoyl attachment 11.09896588 L4_chemical_A1 +LQ00X049090 Biotin/lipoyl attachment 11.05166213 L4_chemical_A2 +LQ00X049090 Biotin/lipoyl attachment 11.41306078 L4_chemical_A3 +LQ00X049090 Biotin/lipoyl attachment 11.01488715 L4_chemical_B1 +LQ00X049090 Biotin/lipoyl attachment 10.59820022 L4_chemical_B2 +LQ00X049090 Biotin/lipoyl attachment 11.52408861 L4_chemical_B3 +LQ00X049090 Biotin/lipoyl attachment 10.6384253 L4_chemical_C2 +LQ00X049090 Biotin/lipoyl attachment 11.11689256 L4_chemical_C3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.20528991 C6_control_A1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.15296969 C6_control_A3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.01613195 C6_control_B1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.32331781 C6_control_B2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.28422525 C6_control_B3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.37393279 C6_control_C1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.411496 C6_control_C2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.03176734 C6_control_C3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.13111196 C6_chemical_A1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.3528211 C6_chemical_A3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.12161043 C6_chemical_B1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.68067287 C6_chemical_B2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.26443722 C6_chemical_B3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.1622029 C6_chemical_C1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.38235299 C6_chemical_C2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.87758881 C6_chemical_C3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.97262844 L4_control_A1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.64609691 L4_control_A2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.57630421 L4_control_A3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.76032763 L4_control_B1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.15087056 L4_control_B2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.99173341 L4_control_B3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.18164398 L4_control_C2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.96438812 L4_control_C3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.69955916 L4_chemical_A1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.52644929 L4_chemical_A2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.41186501 L4_chemical_A3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.76824863 L4_chemical_B1 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.48910103 L4_chemical_B2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 12.73288543 L4_chemical_B3 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.34142857 L4_chemical_C2 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.04040212 L4_chemical_C3 +LQ00X049320 Disease resistance protein RPS2, putative 5.401011887 C6_control_A1 +LQ00X049320 Disease resistance protein RPS2, putative 5.495970693 C6_control_A3 +LQ00X049320 Disease resistance protein RPS2, putative 5.093936144 C6_control_B1 +LQ00X049320 Disease resistance protein RPS2, putative 5.157743157 C6_control_B2 +LQ00X049320 Disease resistance protein RPS2, putative 5.052964304 C6_control_B3 +LQ00X049320 Disease resistance protein RPS2, putative 5.175168985 C6_control_C1 +LQ00X049320 Disease resistance protein RPS2, putative 5.823418365 C6_control_C2 +LQ00X049320 Disease resistance protein RPS2, putative 5.390821017 C6_control_C3 +LQ00X049320 Disease resistance protein RPS2, putative 5.038662082 C6_chemical_A1 +LQ00X049320 Disease resistance protein RPS2, putative 5.301020105 C6_chemical_A3 +LQ00X049320 Disease resistance protein RPS2, putative 5.251750905 C6_chemical_B1 +LQ00X049320 Disease resistance protein RPS2, putative 5.099696673 C6_chemical_B2 +LQ00X049320 Disease resistance protein RPS2, putative 4.996186021 C6_chemical_B3 +LQ00X049320 Disease resistance protein RPS2, putative 5.004749637 C6_chemical_C1 +LQ00X049320 Disease resistance protein RPS2, putative 5.428745935 C6_chemical_C2 +LQ00X049320 Disease resistance protein RPS2, putative 5.11267099 C6_chemical_C3 +LQ00X049320 Disease resistance protein RPS2, putative 5.013046189 L4_control_A1 +LQ00X049320 Disease resistance protein RPS2, putative 5.225549995 L4_control_A2 +LQ00X049320 Disease resistance protein RPS2, putative 5.252708549 L4_control_A3 +LQ00X049320 Disease resistance protein RPS2, putative 5.022261617 L4_control_B1 +LQ00X049320 Disease resistance protein RPS2, putative 5.21286558 L4_control_B2 +LQ00X049320 Disease resistance protein RPS2, putative 4.833080215 L4_control_B3 +LQ00X049320 Disease resistance protein RPS2, putative 4.785035243 L4_control_C2 +LQ00X049320 Disease resistance protein RPS2, putative 4.887315094 L4_control_C3 +LQ00X049320 Disease resistance protein RPS2, putative 4.918774132 L4_chemical_A1 +LQ00X049320 Disease resistance protein RPS2, putative 5.338813724 L4_chemical_A2 +LQ00X049320 Disease resistance protein RPS2, putative 5.203421495 L4_chemical_A3 +LQ00X049320 Disease resistance protein RPS2, putative 4.968443794 L4_chemical_B1 +LQ00X049320 Disease resistance protein RPS2, putative 5.052546283 L4_chemical_B2 +LQ00X049320 Disease resistance protein RPS2, putative 5.001267525 L4_chemical_B3 +LQ00X049320 Disease resistance protein RPS2, putative 4.800806565 L4_chemical_C2 +LQ00X049320 Disease resistance protein RPS2, putative 5.295219905 L4_chemical_C3 +LQ00X049340 Hypothetical protein 5.23852334 C6_control_A1 +LQ00X049340 Hypothetical protein 5.158163088 C6_control_A3 +LQ00X049340 Hypothetical protein 5.272085462 C6_control_B1 +LQ00X049340 Hypothetical protein 4.983012462 C6_control_B2 +LQ00X049340 Hypothetical protein 5.245111857 C6_control_B3 +LQ00X049340 Hypothetical protein 5.218863858 C6_control_C1 +LQ00X049340 Hypothetical protein 5.116875955 C6_control_C2 +LQ00X049340 Hypothetical protein 5.093852771 C6_control_C3 +LQ00X049340 Hypothetical protein 5.058219531 C6_chemical_A1 +LQ00X049340 Hypothetical protein 5.085165392 C6_chemical_A3 +LQ00X049340 Hypothetical protein 5.442978902 C6_chemical_B1 +LQ00X049340 Hypothetical protein 4.929649462 C6_chemical_B2 +LQ00X049340 Hypothetical protein 5.279459236 C6_chemical_B3 +LQ00X049340 Hypothetical protein 5.276797243 C6_chemical_C1 +LQ00X049340 Hypothetical protein 5.175851375 C6_chemical_C2 +LQ00X049340 Hypothetical protein 5.617989005 C6_chemical_C3 +LQ00X049340 Hypothetical protein 4.929027195 L4_control_A1 +LQ00X049340 Hypothetical protein 5.511051359 L4_control_A2 +LQ00X049340 Hypothetical protein 5.084404427 L4_control_A3 +LQ00X049340 Hypothetical protein 6.124298177 L4_control_B1 +LQ00X049340 Hypothetical protein 5.332599233 L4_control_B2 +LQ00X049340 Hypothetical protein 5.485485112 L4_control_B3 +LQ00X049340 Hypothetical protein 5.187534184 L4_control_C2 +LQ00X049340 Hypothetical protein 5.323487658 L4_control_C3 +LQ00X049340 Hypothetical protein 5.162956307 L4_chemical_A1 +LQ00X049340 Hypothetical protein 5.216939295 L4_chemical_A2 +LQ00X049340 Hypothetical protein 5.136091405 L4_chemical_A3 +LQ00X049340 Hypothetical protein 5.854391446 L4_chemical_B1 +LQ00X049340 Hypothetical protein 5.363175429 L4_chemical_B2 +LQ00X049340 Hypothetical protein 5.272401551 L4_chemical_B3 +LQ00X049340 Hypothetical protein 5.268318573 L4_chemical_C2 +LQ00X049340 Hypothetical protein 5.444020478 L4_chemical_C3 +LQ00X049350 Putative Disease resistance protein At4g27190 8.18567514 C6_control_A1 +LQ00X049350 Putative Disease resistance protein At4g27190 7.637918208 C6_control_A3 +LQ00X049350 Putative Disease resistance protein At4g27190 7.473765454 C6_control_B1 +LQ00X049350 Putative Disease resistance protein At4g27190 7.699149018 C6_control_B2 +LQ00X049350 Putative Disease resistance protein At4g27190 6.640923559 C6_control_B3 +LQ00X049350 Putative Disease resistance protein At4g27190 8.331365561 C6_control_C1 +LQ00X049350 Putative Disease resistance protein At4g27190 7.717199624 C6_control_C2 +LQ00X049350 Putative Disease resistance protein At4g27190 8.24275977 C6_control_C3 +LQ00X049350 Putative Disease resistance protein At4g27190 7.618324766 C6_chemical_A1 +LQ00X049350 Putative Disease resistance protein At4g27190 8.924589639 C6_chemical_A3 +LQ00X049350 Putative Disease resistance protein At4g27190 6.631449551 C6_chemical_B1 +LQ00X049350 Putative Disease resistance protein At4g27190 7.301477252 C6_chemical_B2 +LQ00X049350 Putative Disease resistance protein At4g27190 7.03623318 C6_chemical_B3 +LQ00X049350 Putative Disease resistance protein At4g27190 8.066239689 C6_chemical_C1 +LQ00X049350 Putative Disease resistance protein At4g27190 7.568335942 C6_chemical_C2 +LQ00X049350 Putative Disease resistance protein At4g27190 8.40402283 C6_chemical_C3 +LQ00X049350 Putative Disease resistance protein At4g27190 8.626414496 L4_control_A1 +LQ00X049350 Putative Disease resistance protein At4g27190 8.066028728 L4_control_A2 +LQ00X049350 Putative Disease resistance protein At4g27190 8.401423218 L4_control_A3 +LQ00X049350 Putative Disease resistance protein At4g27190 8.094278271 L4_control_B1 +LQ00X049350 Putative Disease resistance protein At4g27190 7.172845304 L4_control_B2 +LQ00X049350 Putative Disease resistance protein At4g27190 8.034029512 L4_control_B3 +LQ00X049350 Putative Disease resistance protein At4g27190 8.475570123 L4_control_C2 +LQ00X049350 Putative Disease resistance protein At4g27190 7.715520717 L4_control_C3 +LQ00X049350 Putative Disease resistance protein At4g27190 8.749466287 L4_chemical_A1 +LQ00X049350 Putative Disease resistance protein At4g27190 7.816369945 L4_chemical_A2 +LQ00X049350 Putative Disease resistance protein At4g27190 8.576480701 L4_chemical_A3 +LQ00X049350 Putative Disease resistance protein At4g27190 7.837246497 L4_chemical_B1 +LQ00X049350 Putative Disease resistance protein At4g27190 6.712688602 L4_chemical_B2 +LQ00X049350 Putative Disease resistance protein At4g27190 7.921180508 L4_chemical_B3 +LQ00X049350 Putative Disease resistance protein At4g27190 7.376959912 L4_chemical_C2 +LQ00X049350 Putative Disease resistance protein At4g27190 7.995291842 L4_chemical_C3 +LQ00X049380 Cytochrome P450 71B36 11.4861023 C6_control_A1 +LQ00X049380 Cytochrome P450 71B36 10.89884293 C6_control_A3 +LQ00X049380 Cytochrome P450 71B36 11.70679066 C6_control_B1 +LQ00X049380 Cytochrome P450 71B36 11.59877489 C6_control_B2 +LQ00X049380 Cytochrome P450 71B36 11.64634813 C6_control_B3 +LQ00X049380 Cytochrome P450 71B36 12.34681952 C6_control_C1 +LQ00X049380 Cytochrome P450 71B36 12.17760611 C6_control_C2 +LQ00X049380 Cytochrome P450 71B36 11.8678745 C6_control_C3 +LQ00X049380 Cytochrome P450 71B36 11.26007025 C6_chemical_A1 +LQ00X049380 Cytochrome P450 71B36 11.21505991 C6_chemical_A3 +LQ00X049380 Cytochrome P450 71B36 11.59573365 C6_chemical_B1 +LQ00X049380 Cytochrome P450 71B36 11.66346873 C6_chemical_B2 +LQ00X049380 Cytochrome P450 71B36 11.67460202 C6_chemical_B3 +LQ00X049380 Cytochrome P450 71B36 12.33575302 C6_chemical_C1 +LQ00X049380 Cytochrome P450 71B36 12.00121958 C6_chemical_C2 +LQ00X049380 Cytochrome P450 71B36 11.98029157 C6_chemical_C3 +LQ00X049380 Cytochrome P450 71B36 10.26413325 L4_control_A1 +LQ00X049380 Cytochrome P450 71B36 9.986160048 L4_control_A2 +LQ00X049380 Cytochrome P450 71B36 9.758842504 L4_control_A3 +LQ00X049380 Cytochrome P450 71B36 11.31520626 L4_control_B1 +LQ00X049380 Cytochrome P450 71B36 11.11886558 L4_control_B2 +LQ00X049380 Cytochrome P450 71B36 11.61573659 L4_control_B3 +LQ00X049380 Cytochrome P450 71B36 11.67259715 L4_control_C2 +LQ00X049380 Cytochrome P450 71B36 11.41542274 L4_control_C3 +LQ00X049380 Cytochrome P450 71B36 9.963090817 L4_chemical_A1 +LQ00X049380 Cytochrome P450 71B36 9.985873352 L4_chemical_A2 +LQ00X049380 Cytochrome P450 71B36 9.234570168 L4_chemical_A3 +LQ00X049380 Cytochrome P450 71B36 11.31311735 L4_chemical_B1 +LQ00X049380 Cytochrome P450 71B36 10.77272987 L4_chemical_B2 +LQ00X049380 Cytochrome P450 71B36 10.62291884 L4_chemical_B3 +LQ00X049380 Cytochrome P450 71B36 11.23841743 L4_chemical_C2 +LQ00X049380 Cytochrome P450 71B36 11.30179185 L4_chemical_C3 +LQ00X049390 Predicted protein 5.188207106 C6_control_A1 +LQ00X049390 Predicted protein 5.369574712 C6_control_A3 +LQ00X049390 Predicted protein 4.797163069 C6_control_B1 +LQ00X049390 Predicted protein 5.370261326 C6_control_B2 +LQ00X049390 Predicted protein 5.072227435 C6_control_B3 +LQ00X049390 Predicted protein 5.124608979 C6_control_C1 +LQ00X049390 Predicted protein 5.408299782 C6_control_C2 +LQ00X049390 Predicted protein 5.346722183 C6_control_C3 +LQ00X049390 Predicted protein 5.593841996 C6_chemical_A1 +LQ00X049390 Predicted protein 5.165673894 C6_chemical_A3 +LQ00X049390 Predicted protein 4.99100617 C6_chemical_B1 +LQ00X049390 Predicted protein 5.646923878 C6_chemical_B2 +LQ00X049390 Predicted protein 5.035136358 C6_chemical_B3 +LQ00X049390 Predicted protein 5.254841005 C6_chemical_C1 +LQ00X049390 Predicted protein 5.276290549 C6_chemical_C2 +LQ00X049390 Predicted protein 5.338674682 C6_chemical_C3 +LQ00X049390 Predicted protein 5.124412334 L4_control_A1 +LQ00X049390 Predicted protein 5.096558878 L4_control_A2 +LQ00X049390 Predicted protein 5.656892019 L4_control_A3 +LQ00X049390 Predicted protein 5.077285258 L4_control_B1 +LQ00X049390 Predicted protein 5.262260091 L4_control_B2 +LQ00X049390 Predicted protein 5.000678691 L4_control_B3 +LQ00X049390 Predicted protein 5.726967112 L4_control_C2 +LQ00X049390 Predicted protein 4.963240347 L4_control_C3 +LQ00X049390 Predicted protein 5.238161935 L4_chemical_A1 +LQ00X049390 Predicted protein 5.034406744 L4_chemical_A2 +LQ00X049390 Predicted protein 5.411741144 L4_chemical_A3 +LQ00X049390 Predicted protein 5.026634986 L4_chemical_B1 +LQ00X049390 Predicted protein 4.872992282 L4_chemical_B2 +LQ00X049390 Predicted protein 5.233091103 L4_chemical_B3 +LQ00X049390 Predicted protein 6.191850805 L4_chemical_C2 +LQ00X049390 Predicted protein 5.558017646 L4_chemical_C3 +LQ00X049560 Hypothetical protein 9.998818132 C6_control_A1 +LQ00X049560 Hypothetical protein 9.896348349 C6_control_A3 +LQ00X049560 Hypothetical protein 9.917876855 C6_control_B1 +LQ00X049560 Hypothetical protein 9.435398847 C6_control_B2 +LQ00X049560 Hypothetical protein 10.17597278 C6_control_B3 +LQ00X049560 Hypothetical protein 8.76552522 C6_control_C1 +LQ00X049560 Hypothetical protein 7.939394602 C6_control_C2 +LQ00X049560 Hypothetical protein 9.141765959 C6_control_C3 +LQ00X049560 Hypothetical protein 10.13280272 C6_chemical_A1 +LQ00X049560 Hypothetical protein 10.38666134 C6_chemical_A3 +LQ00X049560 Hypothetical protein 10.03142926 C6_chemical_B1 +LQ00X049560 Hypothetical protein 9.515841343 C6_chemical_B2 +LQ00X049560 Hypothetical protein 10.05844417 C6_chemical_B3 +LQ00X049560 Hypothetical protein 8.960939025 C6_chemical_C1 +LQ00X049560 Hypothetical protein 8.768738443 C6_chemical_C2 +LQ00X049560 Hypothetical protein 9.401934637 C6_chemical_C3 +LQ00X049560 Hypothetical protein 10.92973096 L4_control_A1 +LQ00X049560 Hypothetical protein 10.90420881 L4_control_A2 +LQ00X049560 Hypothetical protein 11.35016537 L4_control_A3 +LQ00X049560 Hypothetical protein 10.51245832 L4_control_B1 +LQ00X049560 Hypothetical protein 10.15858082 L4_control_B2 +LQ00X049560 Hypothetical protein 9.656728144 L4_control_B3 +LQ00X049560 Hypothetical protein 9.416450351 L4_control_C2 +LQ00X049560 Hypothetical protein 9.545489772 L4_control_C3 +LQ00X049560 Hypothetical protein 10.65433943 L4_chemical_A1 +LQ00X049560 Hypothetical protein 10.7174304 L4_chemical_A2 +LQ00X049560 Hypothetical protein 11.32316415 L4_chemical_A3 +LQ00X049560 Hypothetical protein 10.72270706 L4_chemical_B1 +LQ00X049560 Hypothetical protein 10.85697717 L4_chemical_B2 +LQ00X049560 Hypothetical protein 9.919192657 L4_chemical_B3 +LQ00X049560 Hypothetical protein 9.575755074 L4_chemical_C2 +LQ00X049560 Hypothetical protein 9.621041735 L4_chemical_C3 +LQ00X049580 Predicted protein 5.562554561 C6_control_A1 +LQ00X049580 Predicted protein 5.349126697 C6_control_A3 +LQ00X049580 Predicted protein 6.534011174 C6_control_B1 +LQ00X049580 Predicted protein 5.570284343 C6_control_B2 +LQ00X049580 Predicted protein 6.582882591 C6_control_B3 +LQ00X049580 Predicted protein 5.733657743 C6_control_C1 +LQ00X049580 Predicted protein 5.575800155 C6_control_C2 +LQ00X049580 Predicted protein 6.00770747 C6_control_C3 +LQ00X049580 Predicted protein 5.434600183 C6_chemical_A1 +LQ00X049580 Predicted protein 5.516743366 C6_chemical_A3 +LQ00X049580 Predicted protein 6.360980736 C6_chemical_B1 +LQ00X049580 Predicted protein 5.684941094 C6_chemical_B2 +LQ00X049580 Predicted protein 6.047780835 C6_chemical_B3 +LQ00X049580 Predicted protein 5.837143075 C6_chemical_C1 +LQ00X049580 Predicted protein 5.479631155 C6_chemical_C2 +LQ00X049580 Predicted protein 5.651501332 C6_chemical_C3 +LQ00X049580 Predicted protein 6.082174397 L4_control_A1 +LQ00X049580 Predicted protein 5.666369937 L4_control_A2 +LQ00X049580 Predicted protein 5.397005467 L4_control_A3 +LQ00X049580 Predicted protein 6.061962314 L4_control_B1 +LQ00X049580 Predicted protein 6.523220105 L4_control_B2 +LQ00X049580 Predicted protein 5.686024385 L4_control_B3 +LQ00X049580 Predicted protein 6.824856977 L4_control_C2 +LQ00X049580 Predicted protein 6.031400136 L4_control_C3 +LQ00X049580 Predicted protein 6.139401841 L4_chemical_A1 +LQ00X049580 Predicted protein 5.830187495 L4_chemical_A2 +LQ00X049580 Predicted protein 5.226573131 L4_chemical_A3 +LQ00X049580 Predicted protein 6.125060483 L4_chemical_B1 +LQ00X049580 Predicted protein 7.305062461 L4_chemical_B2 +LQ00X049580 Predicted protein 5.696409176 L4_chemical_B3 +LQ00X049580 Predicted protein 6.494377604 L4_chemical_C2 +LQ00X049580 Predicted protein 7.436653612 L4_chemical_C3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.519881625 C6_control_A1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.436123609 C6_control_A3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.444446688 C6_control_B1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.91466894 C6_control_B2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.293759166 C6_control_B3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.661494969 C6_control_C1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.47303115 C6_control_C2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.348957318 C6_control_C3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.456382847 C6_chemical_A1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.336294285 C6_chemical_A3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.528402191 C6_chemical_B1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.78740104 C6_chemical_B2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.624666241 C6_chemical_B3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.689804928 C6_chemical_C1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.834848019 C6_chemical_C2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.215073905 C6_chemical_C3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.705901377 L4_control_A1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.335512659 L4_control_A2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.609871738 L4_control_A3 +LQ00X049590 Putative uncharacterized protein (Fragment) 6.944056565 L4_control_B1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.624205626 L4_control_B2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.313126743 L4_control_B3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.134206133 L4_control_C2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.572546485 L4_control_C3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.800047319 L4_chemical_A1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.635756576 L4_chemical_A2 +LQ00X049590 Putative uncharacterized protein (Fragment) 6.038272737 L4_chemical_A3 +LQ00X049590 Putative uncharacterized protein (Fragment) 6.688918778 L4_chemical_B1 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.889562724 L4_chemical_B2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.988296054 L4_chemical_B3 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.024700021 L4_chemical_C2 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.246470326 L4_chemical_C3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.81349906 C6_control_A1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.35412642 C6_control_A3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.72427814 C6_control_B1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.88809756 C6_control_B2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.04241649 C6_control_B3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.45688422 C6_control_C1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.04451899 C6_control_C2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.34150906 C6_control_C3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.59000607 C6_chemical_A1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.02364863 C6_chemical_A3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.54905769 C6_chemical_B1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.56903897 C6_chemical_B2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.90364073 C6_chemical_B3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.20956338 C6_chemical_C1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.17698884 C6_chemical_C2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.20665992 C6_chemical_C3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.52732378 L4_control_A1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.81111467 L4_control_A2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.51949854 L4_control_A3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.55910378 L4_control_B1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.89248304 L4_control_B2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.89219175 L4_control_B3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.29257217 L4_control_C2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.22207506 L4_control_C3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.80709416 L4_chemical_A1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.05330696 L4_chemical_A2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.48792226 L4_chemical_A3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.8381173 L4_chemical_B1 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.84039328 L4_chemical_B2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.39215985 L4_chemical_B3 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.11054601 L4_chemical_C2 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 13.29174127 L4_chemical_C3 +LQ00X050020 Hypothetical protein 4.842072971 C6_control_A1 +LQ00X050020 Hypothetical protein 5.087878743 C6_control_A3 +LQ00X050020 Hypothetical protein 4.836443619 C6_control_B1 +LQ00X050020 Hypothetical protein 4.985039226 C6_control_B2 +LQ00X050020 Hypothetical protein 4.811521813 C6_control_B3 +LQ00X050020 Hypothetical protein 5.273609916 C6_control_C1 +LQ00X050020 Hypothetical protein 4.994593844 C6_control_C2 +LQ00X050020 Hypothetical protein 4.866843206 C6_control_C3 +LQ00X050020 Hypothetical protein 4.878077357 C6_chemical_A1 +LQ00X050020 Hypothetical protein 5.012154944 C6_chemical_A3 +LQ00X050020 Hypothetical protein 4.982363343 C6_chemical_B1 +LQ00X050020 Hypothetical protein 4.82288289 C6_chemical_B2 +LQ00X050020 Hypothetical protein 4.623041163 C6_chemical_B3 +LQ00X050020 Hypothetical protein 4.877405069 C6_chemical_C1 +LQ00X050020 Hypothetical protein 4.963019201 C6_chemical_C2 +LQ00X050020 Hypothetical protein 5.059515571 C6_chemical_C3 +LQ00X050020 Hypothetical protein 4.94035318 L4_control_A1 +LQ00X050020 Hypothetical protein 5.081168727 L4_control_A2 +LQ00X050020 Hypothetical protein 5.633592654 L4_control_A3 +LQ00X050020 Hypothetical protein 5.022962327 L4_control_B1 +LQ00X050020 Hypothetical protein 5.398146481 L4_control_B2 +LQ00X050020 Hypothetical protein 4.876326305 L4_control_B3 +LQ00X050020 Hypothetical protein 5.129125245 L4_control_C2 +LQ00X050020 Hypothetical protein 5.250511154 L4_control_C3 +LQ00X050020 Hypothetical protein 4.9754099 L4_chemical_A1 +LQ00X050020 Hypothetical protein 5.014073343 L4_chemical_A2 +LQ00X050020 Hypothetical protein 5.591163204 L4_chemical_A3 +LQ00X050020 Hypothetical protein 5.212333496 L4_chemical_B1 +LQ00X050020 Hypothetical protein 5.016674411 L4_chemical_B2 +LQ00X050020 Hypothetical protein 4.894028849 L4_chemical_B3 +LQ00X050020 Hypothetical protein 4.984377488 L4_chemical_C2 +LQ00X050020 Hypothetical protein 4.822018529 L4_chemical_C3 +LQ00X050030 Transcription factor TCP8 7.180599261 C6_control_A1 +LQ00X050030 Transcription factor TCP8 6.786949478 C6_control_A3 +LQ00X050030 Transcription factor TCP8 6.030779233 C6_control_B1 +LQ00X050030 Transcription factor TCP8 7.819179506 C6_control_B2 +LQ00X050030 Transcription factor TCP8 7.044187246 C6_control_B3 +LQ00X050030 Transcription factor TCP8 7.754051048 C6_control_C1 +LQ00X050030 Transcription factor TCP8 7.125229524 C6_control_C2 +LQ00X050030 Transcription factor TCP8 8.042922551 C6_control_C3 +LQ00X050030 Transcription factor TCP8 7.242354672 C6_chemical_A1 +LQ00X050030 Transcription factor TCP8 6.664228562 C6_chemical_A3 +LQ00X050030 Transcription factor TCP8 6.519792297 C6_chemical_B1 +LQ00X050030 Transcription factor TCP8 8.110017569 C6_chemical_B2 +LQ00X050030 Transcription factor TCP8 7.012904888 C6_chemical_B3 +LQ00X050030 Transcription factor TCP8 7.680331598 C6_chemical_C1 +LQ00X050030 Transcription factor TCP8 7.883439907 C6_chemical_C2 +LQ00X050030 Transcription factor TCP8 7.506621095 C6_chemical_C3 +LQ00X050030 Transcription factor TCP8 6.431391399 L4_control_A1 +LQ00X050030 Transcription factor TCP8 7.518661141 L4_control_A2 +LQ00X050030 Transcription factor TCP8 6.109556809 L4_control_A3 +LQ00X050030 Transcription factor TCP8 6.22813681 L4_control_B1 +LQ00X050030 Transcription factor TCP8 6.622090153 L4_control_B2 +LQ00X050030 Transcription factor TCP8 6.236537675 L4_control_B3 +LQ00X050030 Transcription factor TCP8 6.229470064 L4_control_C2 +LQ00X050030 Transcription factor TCP8 5.285481156 L4_control_C3 +LQ00X050030 Transcription factor TCP8 5.949742205 L4_chemical_A1 +LQ00X050030 Transcription factor TCP8 7.039636217 L4_chemical_A2 +LQ00X050030 Transcription factor TCP8 6.292908078 L4_chemical_A3 +LQ00X050030 Transcription factor TCP8 6.359394583 L4_chemical_B1 +LQ00X050030 Transcription factor TCP8 6.919580693 L4_chemical_B2 +LQ00X050030 Transcription factor TCP8 6.313883629 L4_chemical_B3 +LQ00X050030 Transcription factor TCP8 6.753352497 L4_chemical_C2 +LQ00X050030 Transcription factor TCP8 6.719340574 L4_chemical_C3 +LQ00X050060 Magnesium transporter NIPA2 5.91880079 C6_control_A1 +LQ00X050060 Magnesium transporter NIPA2 6.436478243 C6_control_A3 +LQ00X050060 Magnesium transporter NIPA2 5.300977121 C6_control_B1 +LQ00X050060 Magnesium transporter NIPA2 6.133294648 C6_control_B2 +LQ00X050060 Magnesium transporter NIPA2 6.098051615 C6_control_B3 +LQ00X050060 Magnesium transporter NIPA2 5.782022388 C6_control_C1 +LQ00X050060 Magnesium transporter NIPA2 6.416011198 C6_control_C2 +LQ00X050060 Magnesium transporter NIPA2 5.741247143 C6_control_C3 +LQ00X050060 Magnesium transporter NIPA2 6.023154237 C6_chemical_A1 +LQ00X050060 Magnesium transporter NIPA2 5.682020504 C6_chemical_A3 +LQ00X050060 Magnesium transporter NIPA2 5.188246782 C6_chemical_B1 +LQ00X050060 Magnesium transporter NIPA2 6.068487315 C6_chemical_B2 +LQ00X050060 Magnesium transporter NIPA2 5.64021355 C6_chemical_B3 +LQ00X050060 Magnesium transporter NIPA2 6.183273473 C6_chemical_C1 +LQ00X050060 Magnesium transporter NIPA2 6.051284973 C6_chemical_C2 +LQ00X050060 Magnesium transporter NIPA2 5.767678601 C6_chemical_C3 +LQ00X050060 Magnesium transporter NIPA2 5.677825542 L4_control_A1 +LQ00X050060 Magnesium transporter NIPA2 5.869700674 L4_control_A2 +LQ00X050060 Magnesium transporter NIPA2 6.300244627 L4_control_A3 +LQ00X050060 Magnesium transporter NIPA2 6.331087909 L4_control_B1 +LQ00X050060 Magnesium transporter NIPA2 5.847948147 L4_control_B2 +LQ00X050060 Magnesium transporter NIPA2 5.136444091 L4_control_B3 +LQ00X050060 Magnesium transporter NIPA2 7.617093917 L4_control_C2 +LQ00X050060 Magnesium transporter NIPA2 5.184024375 L4_control_C3 +LQ00X050060 Magnesium transporter NIPA2 5.60755797 L4_chemical_A1 +LQ00X050060 Magnesium transporter NIPA2 5.866972802 L4_chemical_A2 +LQ00X050060 Magnesium transporter NIPA2 6.089059321 L4_chemical_A3 +LQ00X050060 Magnesium transporter NIPA2 5.650277573 L4_chemical_B1 +LQ00X050060 Magnesium transporter NIPA2 6.114054914 L4_chemical_B2 +LQ00X050060 Magnesium transporter NIPA2 5.651315384 L4_chemical_B3 +LQ00X050060 Magnesium transporter NIPA2 7.072873207 L4_chemical_C2 +LQ00X050060 Magnesium transporter NIPA2 5.676122778 L4_chemical_C3 +LQ00X050070 Putative ATP phosphoribosyltransferase 4.966049132 C6_control_A1 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.399224528 C6_control_A3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.835651431 C6_control_B1 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.024012646 C6_control_B2 +LQ00X050070 Putative ATP phosphoribosyltransferase 6.286470558 C6_control_B3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.027830846 C6_control_C1 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.103439837 C6_control_C2 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.376377218 C6_control_C3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.297877762 C6_chemical_A1 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.309512307 C6_chemical_A3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.445062251 C6_chemical_B1 +LQ00X050070 Putative ATP phosphoribosyltransferase 4.968689359 C6_chemical_B2 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.453213371 C6_chemical_B3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.414170465 C6_chemical_C1 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.040034857 C6_chemical_C2 +LQ00X050070 Putative ATP phosphoribosyltransferase 4.961229323 C6_chemical_C3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.514962371 L4_control_A1 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.564033278 L4_control_A2 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.148655307 L4_control_A3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.039661916 L4_control_B1 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.401659056 L4_control_B2 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.791789143 L4_control_B3 +LQ00X050070 Putative ATP phosphoribosyltransferase 6.486957757 L4_control_C2 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.802805593 L4_control_C3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.273474468 L4_chemical_A1 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.861173174 L4_chemical_A2 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.66897233 L4_chemical_A3 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.982686846 L4_chemical_B1 +LQ00X050070 Putative ATP phosphoribosyltransferase 6.058607978 L4_chemical_B2 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.517034338 L4_chemical_B3 +LQ00X050070 Putative ATP phosphoribosyltransferase 6.333337891 L4_chemical_C2 +LQ00X050070 Putative ATP phosphoribosyltransferase 6.155862423 L4_chemical_C3 +LQ00X050160 Hypothetical protein 7.757401698 C6_control_A1 +LQ00X050160 Hypothetical protein 7.622426443 C6_control_A3 +LQ00X050160 Hypothetical protein 7.064003122 C6_control_B1 +LQ00X050160 Hypothetical protein 8.782008156 C6_control_B2 +LQ00X050160 Hypothetical protein 7.175331575 C6_control_B3 +LQ00X050160 Hypothetical protein 8.23845043 C6_control_C1 +LQ00X050160 Hypothetical protein 7.740803755 C6_control_C2 +LQ00X050160 Hypothetical protein 8.33851699 C6_control_C3 +LQ00X050160 Hypothetical protein 8.367594263 C6_chemical_A1 +LQ00X050160 Hypothetical protein 6.869426535 C6_chemical_A3 +LQ00X050160 Hypothetical protein 7.814631615 C6_chemical_B1 +LQ00X050160 Hypothetical protein 9.271088329 C6_chemical_B2 +LQ00X050160 Hypothetical protein 7.297744509 C6_chemical_B3 +LQ00X050160 Hypothetical protein 8.738902888 C6_chemical_C1 +LQ00X050160 Hypothetical protein 8.741725169 C6_chemical_C2 +LQ00X050160 Hypothetical protein 8.561969476 C6_chemical_C3 +LQ00X050160 Hypothetical protein 7.683282657 L4_control_A1 +LQ00X050160 Hypothetical protein 6.657194953 L4_control_A2 +LQ00X050160 Hypothetical protein 7.121663465 L4_control_A3 +LQ00X050160 Hypothetical protein 5.44652237 L4_control_B1 +LQ00X050160 Hypothetical protein 5.505169994 L4_control_B2 +LQ00X050160 Hypothetical protein 7.239244389 L4_control_B3 +LQ00X050160 Hypothetical protein 5.816006656 L4_control_C2 +LQ00X050160 Hypothetical protein 7.126852499 L4_control_C3 +LQ00X050160 Hypothetical protein 6.165654339 L4_chemical_A1 +LQ00X050160 Hypothetical protein 6.377250909 L4_chemical_A2 +LQ00X050160 Hypothetical protein 6.984756042 L4_chemical_A3 +LQ00X050160 Hypothetical protein 5.895675682 L4_chemical_B1 +LQ00X050160 Hypothetical protein 5.91526688 L4_chemical_B2 +LQ00X050160 Hypothetical protein 7.543508804 L4_chemical_B3 +LQ00X050160 Hypothetical protein 6.283026443 L4_chemical_C2 +LQ00X050160 Hypothetical protein 6.018494214 L4_chemical_C3 +LQ00X050240 Putative uncharacterized protein 12.39977948 C6_control_A1 +LQ00X050240 Putative uncharacterized protein 12.45613947 C6_control_A3 +LQ00X050240 Putative uncharacterized protein 12.83030738 C6_control_B1 +LQ00X050240 Putative uncharacterized protein 12.15699915 C6_control_B2 +LQ00X050240 Putative uncharacterized protein 12.5840499 C6_control_B3 +LQ00X050240 Putative uncharacterized protein 12.5159717 C6_control_C1 +LQ00X050240 Putative uncharacterized protein 12.51761402 C6_control_C2 +LQ00X050240 Putative uncharacterized protein 12.39322889 C6_control_C3 +LQ00X050240 Putative uncharacterized protein 12.68002532 C6_chemical_A1 +LQ00X050240 Putative uncharacterized protein 12.81985481 C6_chemical_A3 +LQ00X050240 Putative uncharacterized protein 12.73918875 C6_chemical_B1 +LQ00X050240 Putative uncharacterized protein 11.88279488 C6_chemical_B2 +LQ00X050240 Putative uncharacterized protein 12.48497225 C6_chemical_B3 +LQ00X050240 Putative uncharacterized protein 12.52089158 C6_chemical_C1 +LQ00X050240 Putative uncharacterized protein 12.7286755 C6_chemical_C2 +LQ00X050240 Putative uncharacterized protein 12.24752972 C6_chemical_C3 +LQ00X050240 Putative uncharacterized protein 12.39040891 L4_control_A1 +LQ00X050240 Putative uncharacterized protein 12.44465876 L4_control_A2 +LQ00X050240 Putative uncharacterized protein 12.54377696 L4_control_A3 +LQ00X050240 Putative uncharacterized protein 12.74398847 L4_control_B1 +LQ00X050240 Putative uncharacterized protein 13.17208275 L4_control_B2 +LQ00X050240 Putative uncharacterized protein 12.21043369 L4_control_B3 +LQ00X050240 Putative uncharacterized protein 13.48183072 L4_control_C2 +LQ00X050240 Putative uncharacterized protein 12.55755878 L4_control_C3 +LQ00X050240 Putative uncharacterized protein 12.41862186 L4_chemical_A1 +LQ00X050240 Putative uncharacterized protein 12.60082364 L4_chemical_A2 +LQ00X050240 Putative uncharacterized protein 12.27949132 L4_chemical_A3 +LQ00X050240 Putative uncharacterized protein 13.0429116 L4_chemical_B1 +LQ00X050240 Putative uncharacterized protein 13.38784542 L4_chemical_B2 +LQ00X050240 Putative uncharacterized protein 12.4544728 L4_chemical_B3 +LQ00X050240 Putative uncharacterized protein 13.33539791 L4_chemical_C2 +LQ00X050240 Putative uncharacterized protein 12.74101864 L4_chemical_C3 +LQ00X050260 Putative Angio-associated migratory cell protein 6.384234849 C6_control_A1 +LQ00X050260 Putative Angio-associated migratory cell protein 6.823821431 C6_control_A3 +LQ00X050260 Putative Angio-associated migratory cell protein 6.774315388 C6_control_B1 +LQ00X050260 Putative Angio-associated migratory cell protein 6.231058064 C6_control_B2 +LQ00X050260 Putative Angio-associated migratory cell protein 6.289125772 C6_control_B3 +LQ00X050260 Putative Angio-associated migratory cell protein 6.508602193 C6_control_C1 +LQ00X050260 Putative Angio-associated migratory cell protein 7.709806265 C6_control_C2 +LQ00X050260 Putative Angio-associated migratory cell protein 6.49777095 C6_control_C3 +LQ00X050260 Putative Angio-associated migratory cell protein 6.25669864 C6_chemical_A1 +LQ00X050260 Putative Angio-associated migratory cell protein 6.190885182 C6_chemical_A3 +LQ00X050260 Putative Angio-associated migratory cell protein 5.954289156 C6_chemical_B1 +LQ00X050260 Putative Angio-associated migratory cell protein 6.427668851 C6_chemical_B2 +LQ00X050260 Putative Angio-associated migratory cell protein 6.236846069 C6_chemical_B3 +LQ00X050260 Putative Angio-associated migratory cell protein 6.619508039 C6_chemical_C1 +LQ00X050260 Putative Angio-associated migratory cell protein 6.464247466 C6_chemical_C2 +LQ00X050260 Putative Angio-associated migratory cell protein 6.712823088 C6_chemical_C3 +LQ00X050260 Putative Angio-associated migratory cell protein 6.305801123 L4_control_A1 +LQ00X050260 Putative Angio-associated migratory cell protein 5.927634478 L4_control_A2 +LQ00X050260 Putative Angio-associated migratory cell protein 5.85474105 L4_control_A3 +LQ00X050260 Putative Angio-associated migratory cell protein 5.949749485 L4_control_B1 +LQ00X050260 Putative Angio-associated migratory cell protein 5.710297006 L4_control_B2 +LQ00X050260 Putative Angio-associated migratory cell protein 5.862894572 L4_control_B3 +LQ00X050260 Putative Angio-associated migratory cell protein 5.653418482 L4_control_C2 +LQ00X050260 Putative Angio-associated migratory cell protein 5.723737378 L4_control_C3 +LQ00X050260 Putative Angio-associated migratory cell protein 6.036369677 L4_chemical_A1 +LQ00X050260 Putative Angio-associated migratory cell protein 6.212912153 L4_chemical_A2 +LQ00X050260 Putative Angio-associated migratory cell protein 6.198854043 L4_chemical_A3 +LQ00X050260 Putative Angio-associated migratory cell protein 6.094489451 L4_chemical_B1 +LQ00X050260 Putative Angio-associated migratory cell protein 6.170213497 L4_chemical_B2 +LQ00X050260 Putative Angio-associated migratory cell protein 5.984524744 L4_chemical_B3 +LQ00X050260 Putative Angio-associated migratory cell protein 5.778650496 L4_chemical_C2 +LQ00X050260 Putative Angio-associated migratory cell protein 6.385093907 L4_chemical_C3 +LQ00X050280 Putative uncharacterized protein 10.40951393 C6_control_A1 +LQ00X050280 Putative uncharacterized protein 10.00865474 C6_control_A3 +LQ00X050280 Putative uncharacterized protein 10.80701194 C6_control_B1 +LQ00X050280 Putative uncharacterized protein 10.6057246 C6_control_B2 +LQ00X050280 Putative uncharacterized protein 10.90886626 C6_control_B3 +LQ00X050280 Putative uncharacterized protein 10.6933642 C6_control_C1 +LQ00X050280 Putative uncharacterized protein 10.60979648 C6_control_C2 +LQ00X050280 Putative uncharacterized protein 10.50907449 C6_control_C3 +LQ00X050280 Putative uncharacterized protein 10.29186115 C6_chemical_A1 +LQ00X050280 Putative uncharacterized protein 10.41735364 C6_chemical_A3 +LQ00X050280 Putative uncharacterized protein 10.94774449 C6_chemical_B1 +LQ00X050280 Putative uncharacterized protein 10.67463609 C6_chemical_B2 +LQ00X050280 Putative uncharacterized protein 11.00606083 C6_chemical_B3 +LQ00X050280 Putative uncharacterized protein 10.74991037 C6_chemical_C1 +LQ00X050280 Putative uncharacterized protein 10.54584209 C6_chemical_C2 +LQ00X050280 Putative uncharacterized protein 10.83662546 C6_chemical_C3 +LQ00X050280 Putative uncharacterized protein 10.05052895 L4_control_A1 +LQ00X050280 Putative uncharacterized protein 10.40631702 L4_control_A2 +LQ00X050280 Putative uncharacterized protein 10.7353531 L4_control_A3 +LQ00X050280 Putative uncharacterized protein 10.67382593 L4_control_B1 +LQ00X050280 Putative uncharacterized protein 11.07790303 L4_control_B2 +LQ00X050280 Putative uncharacterized protein 11.43542216 L4_control_B3 +LQ00X050280 Putative uncharacterized protein 11.03078339 L4_control_C2 +LQ00X050280 Putative uncharacterized protein 11.71217168 L4_control_C3 +LQ00X050280 Putative uncharacterized protein 10.08392994 L4_chemical_A1 +LQ00X050280 Putative uncharacterized protein 10.3290836 L4_chemical_A2 +LQ00X050280 Putative uncharacterized protein 10.77004743 L4_chemical_A3 +LQ00X050280 Putative uncharacterized protein 10.61950967 L4_chemical_B1 +LQ00X050280 Putative uncharacterized protein 10.74490484 L4_chemical_B2 +LQ00X050280 Putative uncharacterized protein 10.92885548 L4_chemical_B3 +LQ00X050280 Putative uncharacterized protein 10.75651896 L4_chemical_C2 +LQ00X050280 Putative uncharacterized protein 11.47374633 L4_chemical_C3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.66685876 C6_control_A1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.95389797 C6_control_A3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.849090106 C6_control_B1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.810964218 C6_control_B2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.27867939 C6_control_B3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 8.237573859 C6_control_C1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 7.937281152 C6_control_C2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 8.691289123 C6_control_C3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.6373906 C6_chemical_A1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 11.17755147 C6_chemical_A3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.861918875 C6_chemical_B1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.884511971 C6_chemical_B2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.26025116 C6_chemical_B3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 7.940355693 C6_chemical_C1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 8.225560514 C6_chemical_C2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 8.062122728 C6_chemical_C3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 11.28750234 L4_control_A1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.99425931 L4_control_A2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 12.17877402 L4_control_A3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.640166882 L4_control_B1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.745829564 L4_control_B2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.910798344 L4_control_B3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 7.201208941 L4_control_C2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 7.474250606 L4_control_C3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.59356265 L4_chemical_A1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.16411278 L4_chemical_A2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 11.91063394 L4_chemical_A3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.254929422 L4_chemical_B1 +LQ00X050290 Somatic embryogenesis receptor kinase 1 9.534781749 L4_chemical_B2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.58158686 L4_chemical_B3 +LQ00X050290 Somatic embryogenesis receptor kinase 1 6.029560221 L4_chemical_C2 +LQ00X050290 Somatic embryogenesis receptor kinase 1 6.770658923 L4_chemical_C3 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.355096896 C6_control_A1 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.435336357 C6_control_A3 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.424042578 C6_control_B1 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.310620943 C6_control_B2 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.611711465 C6_control_B3 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.575071387 C6_control_C1 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.140890578 C6_control_C2 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.800773605 C6_control_C3 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.699659525 C6_chemical_A1 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.938953707 C6_chemical_A3 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.789989153 C6_chemical_B1 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.940785764 C6_chemical_B2 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.735828442 C6_chemical_B3 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.983530272 C6_chemical_C1 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.493394186 C6_chemical_C2 +LQ00X050490 Putative vesicle-associated membrane protein 726 10.23033824 C6_chemical_C3 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.729110399 L4_control_A1 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.987101415 L4_control_A2 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.49100544 L4_control_A3 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.707884928 L4_control_B1 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.572591016 L4_control_B2 +LQ00X050490 Putative vesicle-associated membrane protein 726 10.05657876 L4_control_B3 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.271587929 L4_control_C2 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.015072805 L4_control_C3 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.630485467 L4_chemical_A1 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.748954351 L4_chemical_A2 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.278493076 L4_chemical_A3 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.705475831 L4_chemical_B1 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.520827476 L4_chemical_B2 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.704477846 L4_chemical_B3 +LQ00X050490 Putative vesicle-associated membrane protein 726 8.351768029 L4_chemical_C2 +LQ00X050490 Putative vesicle-associated membrane protein 726 9.154884892 L4_chemical_C3 +LQ00X050520 Putative YABBY protein 14.08857108 C6_control_A1 +LQ00X050520 Putative YABBY protein 14.37737592 C6_control_A3 +LQ00X050520 Putative YABBY protein 13.12578431 C6_control_B1 +LQ00X050520 Putative YABBY protein 11.07614109 C6_control_B2 +LQ00X050520 Putative YABBY protein 12.34119679 C6_control_B3 +LQ00X050520 Putative YABBY protein 8.970312164 C6_control_C1 +LQ00X050520 Putative YABBY protein 8.592204069 C6_control_C2 +LQ00X050520 Putative YABBY protein 9.405866494 C6_control_C3 +LQ00X050520 Putative YABBY protein 14.0454618 C6_chemical_A1 +LQ00X050520 Putative YABBY protein 14.63497179 C6_chemical_A3 +LQ00X050520 Putative YABBY protein 12.70952409 C6_chemical_B1 +LQ00X050520 Putative YABBY protein 10.63344705 C6_chemical_B2 +LQ00X050520 Putative YABBY protein 12.29839096 C6_chemical_B3 +LQ00X050520 Putative YABBY protein 8.589125649 C6_chemical_C1 +LQ00X050520 Putative YABBY protein 8.390353733 C6_chemical_C2 +LQ00X050520 Putative YABBY protein 8.8609061 C6_chemical_C3 +LQ00X050520 Putative YABBY protein 14.23732483 L4_control_A1 +LQ00X050520 Putative YABBY protein 13.69574954 L4_control_A2 +LQ00X050520 Putative YABBY protein 14.07672027 L4_control_A3 +LQ00X050520 Putative YABBY protein 11.73218454 L4_control_B1 +LQ00X050520 Putative YABBY protein 13.0441498 L4_control_B2 +LQ00X050520 Putative YABBY protein 9.875596522 L4_control_B3 +LQ00X050520 Putative YABBY protein 9.080846692 L4_control_C2 +LQ00X050520 Putative YABBY protein 9.645948203 L4_control_C3 +LQ00X050520 Putative YABBY protein 13.69646259 L4_chemical_A1 +LQ00X050520 Putative YABBY protein 13.13135026 L4_chemical_A2 +LQ00X050520 Putative YABBY protein 13.91254187 L4_chemical_A3 +LQ00X050520 Putative YABBY protein 13.1793945 L4_chemical_B1 +LQ00X050520 Putative YABBY protein 13.03849 L4_chemical_B2 +LQ00X050520 Putative YABBY protein 12.80942653 L4_chemical_B3 +LQ00X050520 Putative YABBY protein 9.080969205 L4_chemical_C2 +LQ00X050520 Putative YABBY protein 9.656065348 L4_chemical_C3 +LQ00X050720 Endoglucanase 25 14.46357389 C6_control_A1 +LQ00X050720 Endoglucanase 25 14.32088831 C6_control_A3 +LQ00X050720 Endoglucanase 25 14.71286436 C6_control_B1 +LQ00X050720 Endoglucanase 25 14.81814282 C6_control_B2 +LQ00X050720 Endoglucanase 25 15.00566284 C6_control_B3 +LQ00X050720 Endoglucanase 25 13.52162415 C6_control_C1 +LQ00X050720 Endoglucanase 25 13.80274804 C6_control_C2 +LQ00X050720 Endoglucanase 25 13.1146206 C6_control_C3 +LQ00X050720 Endoglucanase 25 14.47311135 C6_chemical_A1 +LQ00X050720 Endoglucanase 25 14.50917516 C6_chemical_A3 +LQ00X050720 Endoglucanase 25 14.75535799 C6_chemical_B1 +LQ00X050720 Endoglucanase 25 14.6541256 C6_chemical_B2 +LQ00X050720 Endoglucanase 25 14.82991721 C6_chemical_B3 +LQ00X050720 Endoglucanase 25 13.40008542 C6_chemical_C1 +LQ00X050720 Endoglucanase 25 13.22009185 C6_chemical_C2 +LQ00X050720 Endoglucanase 25 12.74632391 C6_chemical_C3 +LQ00X050720 Endoglucanase 25 14.24021715 L4_control_A1 +LQ00X050720 Endoglucanase 25 13.69735789 L4_control_A2 +LQ00X050720 Endoglucanase 25 13.88453314 L4_control_A3 +LQ00X050720 Endoglucanase 25 14.89400111 L4_control_B1 +LQ00X050720 Endoglucanase 25 14.90902871 L4_control_B2 +LQ00X050720 Endoglucanase 25 15.0989701 L4_control_B3 +LQ00X050720 Endoglucanase 25 13.00248613 L4_control_C2 +LQ00X050720 Endoglucanase 25 13.40905067 L4_control_C3 +LQ00X050720 Endoglucanase 25 13.87082545 L4_chemical_A1 +LQ00X050720 Endoglucanase 25 13.62576707 L4_chemical_A2 +LQ00X050720 Endoglucanase 25 13.66364003 L4_chemical_A3 +LQ00X050720 Endoglucanase 25 14.39854177 L4_chemical_B1 +LQ00X050720 Endoglucanase 25 14.51770613 L4_chemical_B2 +LQ00X050720 Endoglucanase 25 14.46153624 L4_chemical_B3 +LQ00X050720 Endoglucanase 25 13.43663202 L4_chemical_C2 +LQ00X050720 Endoglucanase 25 13.43087904 L4_chemical_C3 +LQ00X050730 MLO-like protein 13 7.702888973 C6_control_A1 +LQ00X050730 MLO-like protein 13 7.172202335 C6_control_A3 +LQ00X050730 MLO-like protein 13 6.883891839 C6_control_B1 +LQ00X050730 MLO-like protein 13 7.721169428 C6_control_B2 +LQ00X050730 MLO-like protein 13 7.567528291 C6_control_B3 +LQ00X050730 MLO-like protein 13 6.511130165 C6_control_C1 +LQ00X050730 MLO-like protein 13 5.913987824 C6_control_C2 +LQ00X050730 MLO-like protein 13 6.166154774 C6_control_C3 +LQ00X050730 MLO-like protein 13 7.595077574 C6_chemical_A1 +LQ00X050730 MLO-like protein 13 8.17763945 C6_chemical_A3 +LQ00X050730 MLO-like protein 13 6.282837264 C6_chemical_B1 +LQ00X050730 MLO-like protein 13 7.258500164 C6_chemical_B2 +LQ00X050730 MLO-like protein 13 6.992504367 C6_chemical_B3 +LQ00X050730 MLO-like protein 13 6.513590588 C6_chemical_C1 +LQ00X050730 MLO-like protein 13 5.723126039 C6_chemical_C2 +LQ00X050730 MLO-like protein 13 7.986850809 C6_chemical_C3 +LQ00X050730 MLO-like protein 13 8.64689197 L4_control_A1 +LQ00X050730 MLO-like protein 13 8.21845933 L4_control_A2 +LQ00X050730 MLO-like protein 13 9.198078634 L4_control_A3 +LQ00X050730 MLO-like protein 13 10.6517153 L4_control_B1 +LQ00X050730 MLO-like protein 13 9.886958907 L4_control_B2 +LQ00X050730 MLO-like protein 13 10.66286866 L4_control_B3 +LQ00X050730 MLO-like protein 13 7.475986151 L4_control_C2 +LQ00X050730 MLO-like protein 13 8.937601346 L4_control_C3 +LQ00X050730 MLO-like protein 13 8.21274306 L4_chemical_A1 +LQ00X050730 MLO-like protein 13 6.784914758 L4_chemical_A2 +LQ00X050730 MLO-like protein 13 8.679167755 L4_chemical_A3 +LQ00X050730 MLO-like protein 13 9.420075461 L4_chemical_B1 +LQ00X050730 MLO-like protein 13 8.812619417 L4_chemical_B2 +LQ00X050730 MLO-like protein 13 9.74490044 L4_chemical_B3 +LQ00X050730 MLO-like protein 13 7.974248496 L4_chemical_C2 +LQ00X050730 MLO-like protein 13 9.235472267 L4_chemical_C3 +LQ00X050860 Transcription factor BTF3 14.29677465 C6_control_A1 +LQ00X050860 Transcription factor BTF3 14.68497052 C6_control_A3 +LQ00X050860 Transcription factor BTF3 14.53348861 C6_control_B1 +LQ00X050860 Transcription factor BTF3 14.11340465 C6_control_B2 +LQ00X050860 Transcription factor BTF3 14.43349306 C6_control_B3 +LQ00X050860 Transcription factor BTF3 14.35669054 C6_control_C1 +LQ00X050860 Transcription factor BTF3 13.62484132 C6_control_C2 +LQ00X050860 Transcription factor BTF3 14.35487495 C6_control_C3 +LQ00X050860 Transcription factor BTF3 14.25536075 C6_chemical_A1 +LQ00X050860 Transcription factor BTF3 14.34258601 C6_chemical_A3 +LQ00X050860 Transcription factor BTF3 14.2375653 C6_chemical_B1 +LQ00X050860 Transcription factor BTF3 14.00071363 C6_chemical_B2 +LQ00X050860 Transcription factor BTF3 14.27013387 C6_chemical_B3 +LQ00X050860 Transcription factor BTF3 14.32288066 C6_chemical_C1 +LQ00X050860 Transcription factor BTF3 13.8595975 C6_chemical_C2 +LQ00X050860 Transcription factor BTF3 13.85465778 C6_chemical_C3 +LQ00X050860 Transcription factor BTF3 14.18858035 L4_control_A1 +LQ00X050860 Transcription factor BTF3 14.2336096 L4_control_A2 +LQ00X050860 Transcription factor BTF3 13.23246452 L4_control_A3 +LQ00X050860 Transcription factor BTF3 13.49104364 L4_control_B1 +LQ00X050860 Transcription factor BTF3 13.43014367 L4_control_B2 +LQ00X050860 Transcription factor BTF3 13.96821139 L4_control_B3 +LQ00X050860 Transcription factor BTF3 13.5139636 L4_control_C2 +LQ00X050860 Transcription factor BTF3 13.44954527 L4_control_C3 +LQ00X050860 Transcription factor BTF3 14.1271222 L4_chemical_A1 +LQ00X050860 Transcription factor BTF3 13.94159078 L4_chemical_A2 +LQ00X050860 Transcription factor BTF3 12.93844118 L4_chemical_A3 +LQ00X050860 Transcription factor BTF3 13.92399171 L4_chemical_B1 +LQ00X050860 Transcription factor BTF3 13.96260095 L4_chemical_B2 +LQ00X050860 Transcription factor BTF3 14.08640349 L4_chemical_B3 +LQ00X050860 Transcription factor BTF3 13.46824667 L4_chemical_C2 +LQ00X050860 Transcription factor BTF3 13.55035204 L4_chemical_C3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.09751172 C6_control_A1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.45340567 C6_control_A3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.11715772 C6_control_B1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.24266988 C6_control_B2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.11876285 C6_control_B3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.4205571 C6_control_C1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.74565965 C6_control_C2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.53886433 C6_control_C3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.28850538 C6_chemical_A1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.45337792 C6_chemical_A3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.32113987 C6_chemical_B1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.25352933 C6_chemical_B2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.36527141 C6_chemical_B3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.43266183 C6_chemical_C1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.50041808 C6_chemical_C2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.99957955 C6_chemical_C3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.2937513 L4_control_A1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.19521739 L4_control_A2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.21910095 L4_control_A3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.05242282 L4_control_B1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.78729421 L4_control_B2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.08988255 L4_control_B3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.53344663 L4_control_C2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.85243078 L4_control_C3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.54462533 L4_chemical_A1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.7533501 L4_chemical_A2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.28033396 L4_chemical_A3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.93343611 L4_chemical_B1 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.53120564 L4_chemical_B2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.85121213 L4_chemical_B3 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.23158342 L4_chemical_C2 +LQ00X050920 Alpha-L-arabinofuranosidase 1 11.62320032 L4_chemical_C3 +LQ00X050930 Hypothetical protein 6.237507817 C6_control_A1 +LQ00X050930 Hypothetical protein 5.346588022 C6_control_A3 +LQ00X050930 Hypothetical protein 5.216549572 C6_control_B1 +LQ00X050930 Hypothetical protein 6.827239273 C6_control_B2 +LQ00X050930 Hypothetical protein 5.095280371 C6_control_B3 +LQ00X050930 Hypothetical protein 9.088335337 C6_control_C1 +LQ00X050930 Hypothetical protein 9.16213261 C6_control_C2 +LQ00X050930 Hypothetical protein 9.079413941 C6_control_C3 +LQ00X050930 Hypothetical protein 5.895448345 C6_chemical_A1 +LQ00X050930 Hypothetical protein 5.787160485 C6_chemical_A3 +LQ00X050930 Hypothetical protein 5.144721456 C6_chemical_B1 +LQ00X050930 Hypothetical protein 6.581126137 C6_chemical_B2 +LQ00X050930 Hypothetical protein 5.068705539 C6_chemical_B3 +LQ00X050930 Hypothetical protein 8.59632523 C6_chemical_C1 +LQ00X050930 Hypothetical protein 8.634941613 C6_chemical_C2 +LQ00X050930 Hypothetical protein 8.444629676 C6_chemical_C3 +LQ00X050930 Hypothetical protein 6.79854983 L4_control_A1 +LQ00X050930 Hypothetical protein 6.030038238 L4_control_A2 +LQ00X050930 Hypothetical protein 6.849487234 L4_control_A3 +LQ00X050930 Hypothetical protein 5.139461647 L4_control_B1 +LQ00X050930 Hypothetical protein 5.749525547 L4_control_B2 +LQ00X050930 Hypothetical protein 5.777577126 L4_control_B3 +LQ00X050930 Hypothetical protein 5.772854562 L4_control_C2 +LQ00X050930 Hypothetical protein 5.649157566 L4_control_C3 +LQ00X050930 Hypothetical protein 8.224096369 L4_chemical_A1 +LQ00X050930 Hypothetical protein 6.903230635 L4_chemical_A2 +LQ00X050930 Hypothetical protein 7.537957304 L4_chemical_A3 +LQ00X050930 Hypothetical protein 6.160642308 L4_chemical_B1 +LQ00X050930 Hypothetical protein 5.23079952 L4_chemical_B2 +LQ00X050930 Hypothetical protein 5.834840265 L4_chemical_B3 +LQ00X050930 Hypothetical protein 6.324344875 L4_chemical_C2 +LQ00X050930 Hypothetical protein 6.500769197 L4_chemical_C3 +LQ00X051020 Putative uncharacterized protein 12.1333837 C6_control_A1 +LQ00X051020 Putative uncharacterized protein 11.38051227 C6_control_A3 +LQ00X051020 Putative uncharacterized protein 12.42136013 C6_control_B1 +LQ00X051020 Putative uncharacterized protein 13.01228133 C6_control_B2 +LQ00X051020 Putative uncharacterized protein 12.84605049 C6_control_B3 +LQ00X051020 Putative uncharacterized protein 14.25672706 C6_control_C1 +LQ00X051020 Putative uncharacterized protein 13.7756116 C6_control_C2 +LQ00X051020 Putative uncharacterized protein 13.86400303 C6_control_C3 +LQ00X051020 Putative uncharacterized protein 12.39012301 C6_chemical_A1 +LQ00X051020 Putative uncharacterized protein 12.04256556 C6_chemical_A3 +LQ00X051020 Putative uncharacterized protein 12.79429885 C6_chemical_B1 +LQ00X051020 Putative uncharacterized protein 13.11122988 C6_chemical_B2 +LQ00X051020 Putative uncharacterized protein 12.79789757 C6_chemical_B3 +LQ00X051020 Putative uncharacterized protein 14.24329337 C6_chemical_C1 +LQ00X051020 Putative uncharacterized protein 14.03861259 C6_chemical_C2 +LQ00X051020 Putative uncharacterized protein 14.13552704 C6_chemical_C3 +LQ00X051020 Putative uncharacterized protein 12.03714486 L4_control_A1 +LQ00X051020 Putative uncharacterized protein 12.35737238 L4_control_A2 +LQ00X051020 Putative uncharacterized protein 12.11818975 L4_control_A3 +LQ00X051020 Putative uncharacterized protein 13.04103669 L4_control_B1 +LQ00X051020 Putative uncharacterized protein 12.80035164 L4_control_B2 +LQ00X051020 Putative uncharacterized protein 13.10373258 L4_control_B3 +LQ00X051020 Putative uncharacterized protein 13.37516703 L4_control_C2 +LQ00X051020 Putative uncharacterized protein 13.49354152 L4_control_C3 +LQ00X051020 Putative uncharacterized protein 12.73712291 L4_chemical_A1 +LQ00X051020 Putative uncharacterized protein 12.89689505 L4_chemical_A2 +LQ00X051020 Putative uncharacterized protein 12.31756842 L4_chemical_A3 +LQ00X051020 Putative uncharacterized protein 12.80291474 L4_chemical_B1 +LQ00X051020 Putative uncharacterized protein 12.90587149 L4_chemical_B2 +LQ00X051020 Putative uncharacterized protein 12.93963345 L4_chemical_B3 +LQ00X051020 Putative uncharacterized protein 13.11774843 L4_chemical_C2 +LQ00X051020 Putative uncharacterized protein 13.55655645 L4_chemical_C3 +LQ00X051030 Hypothetical protein 6.095586719 C6_control_A1 +LQ00X051030 Hypothetical protein 5.395698104 C6_control_A3 +LQ00X051030 Hypothetical protein 5.555476196 C6_control_B1 +LQ00X051030 Hypothetical protein 5.936025673 C6_control_B2 +LQ00X051030 Hypothetical protein 5.597677488 C6_control_B3 +LQ00X051030 Hypothetical protein 7.213097348 C6_control_C1 +LQ00X051030 Hypothetical protein 6.645821097 C6_control_C2 +LQ00X051030 Hypothetical protein 6.929879116 C6_control_C3 +LQ00X051030 Hypothetical protein 6.188685404 C6_chemical_A1 +LQ00X051030 Hypothetical protein 6.192628683 C6_chemical_A3 +LQ00X051030 Hypothetical protein 6.359271512 C6_chemical_B1 +LQ00X051030 Hypothetical protein 6.046108478 C6_chemical_B2 +LQ00X051030 Hypothetical protein 5.407106284 C6_chemical_B3 +LQ00X051030 Hypothetical protein 7.003416613 C6_chemical_C1 +LQ00X051030 Hypothetical protein 6.751309771 C6_chemical_C2 +LQ00X051030 Hypothetical protein 6.827697676 C6_chemical_C3 +LQ00X051030 Hypothetical protein 6.112823935 L4_control_A1 +LQ00X051030 Hypothetical protein 5.931434901 L4_control_A2 +LQ00X051030 Hypothetical protein 6.380326814 L4_control_A3 +LQ00X051030 Hypothetical protein 5.127484888 L4_control_B1 +LQ00X051030 Hypothetical protein 5.81143329 L4_control_B2 +LQ00X051030 Hypothetical protein 5.514216293 L4_control_B3 +LQ00X051030 Hypothetical protein 6.029951836 L4_control_C2 +LQ00X051030 Hypothetical protein 6.038793169 L4_control_C3 +LQ00X051030 Hypothetical protein 6.211463411 L4_chemical_A1 +LQ00X051030 Hypothetical protein 5.629464305 L4_chemical_A2 +LQ00X051030 Hypothetical protein 5.879150425 L4_chemical_A3 +LQ00X051030 Hypothetical protein 5.778917433 L4_chemical_B1 +LQ00X051030 Hypothetical protein 5.766790026 L4_chemical_B2 +LQ00X051030 Hypothetical protein 5.589457513 L4_chemical_B3 +LQ00X051030 Hypothetical protein 6.146547982 L4_chemical_C2 +LQ00X051030 Hypothetical protein 6.076361645 L4_chemical_C3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.429015348 C6_control_A1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.943402089 C6_control_A3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.51526643 C6_control_B1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.250561847 C6_control_B2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.649993697 C6_control_B3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.921977834 C6_control_C1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.534910427 C6_control_C2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.612479279 C6_control_C3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.813605312 C6_chemical_A1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.539463312 C6_chemical_A3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.066945259 C6_chemical_B1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.777341115 C6_chemical_B2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.43588574 C6_chemical_B3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.464946457 C6_chemical_C1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.681112686 C6_chemical_C2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.941934056 C6_chemical_C3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.899389545 L4_control_A1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.115249573 L4_control_A2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.259139691 L4_control_A3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.135395482 L4_control_B1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.590757068 L4_control_B2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.500840492 L4_control_B3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.591019381 L4_control_C2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.926100887 L4_control_C3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.68095028 L4_chemical_A1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.897206365 L4_chemical_A2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.738207966 L4_chemical_A3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.411282197 L4_chemical_B1 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.360026461 L4_chemical_B2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.816506738 L4_chemical_B3 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.357228542 L4_chemical_C2 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.672700551 L4_chemical_C3 +LQ00X051140 Putative UPF0481 protein At3g47200 13.05153421 C6_control_A1 +LQ00X051140 Putative UPF0481 protein At3g47200 13.02635744 C6_control_A3 +LQ00X051140 Putative UPF0481 protein At3g47200 12.80299534 C6_control_B1 +LQ00X051140 Putative UPF0481 protein At3g47200 11.82473368 C6_control_B2 +LQ00X051140 Putative UPF0481 protein At3g47200 12.08869104 C6_control_B3 +LQ00X051140 Putative UPF0481 protein At3g47200 9.939050234 C6_control_C1 +LQ00X051140 Putative UPF0481 protein At3g47200 10.29658171 C6_control_C2 +LQ00X051140 Putative UPF0481 protein At3g47200 9.932287419 C6_control_C3 +LQ00X051140 Putative UPF0481 protein At3g47200 13.12581972 C6_chemical_A1 +LQ00X051140 Putative UPF0481 protein At3g47200 13.29011893 C6_chemical_A3 +LQ00X051140 Putative UPF0481 protein At3g47200 12.78707679 C6_chemical_B1 +LQ00X051140 Putative UPF0481 protein At3g47200 12.07034783 C6_chemical_B2 +LQ00X051140 Putative UPF0481 protein At3g47200 12.56858616 C6_chemical_B3 +LQ00X051140 Putative UPF0481 protein At3g47200 9.736229185 C6_chemical_C1 +LQ00X051140 Putative UPF0481 protein At3g47200 9.840719071 C6_chemical_C2 +LQ00X051140 Putative UPF0481 protein At3g47200 9.946605604 C6_chemical_C3 +LQ00X051140 Putative UPF0481 protein At3g47200 13.29890939 L4_control_A1 +LQ00X051140 Putative UPF0481 protein At3g47200 12.75458888 L4_control_A2 +LQ00X051140 Putative UPF0481 protein At3g47200 13.09562583 L4_control_A3 +LQ00X051140 Putative UPF0481 protein At3g47200 12.64431017 L4_control_B1 +LQ00X051140 Putative UPF0481 protein At3g47200 12.80302297 L4_control_B2 +LQ00X051140 Putative UPF0481 protein At3g47200 11.89215207 L4_control_B3 +LQ00X051140 Putative UPF0481 protein At3g47200 11.15354417 L4_control_C2 +LQ00X051140 Putative UPF0481 protein At3g47200 10.66392312 L4_control_C3 +LQ00X051140 Putative UPF0481 protein At3g47200 13.28665795 L4_chemical_A1 +LQ00X051140 Putative UPF0481 protein At3g47200 12.60635623 L4_chemical_A2 +LQ00X051140 Putative UPF0481 protein At3g47200 13.09021448 L4_chemical_A3 +LQ00X051140 Putative UPF0481 protein At3g47200 12.54625011 L4_chemical_B1 +LQ00X051140 Putative UPF0481 protein At3g47200 12.46479776 L4_chemical_B2 +LQ00X051140 Putative UPF0481 protein At3g47200 13.06087243 L4_chemical_B3 +LQ00X051140 Putative UPF0481 protein At3g47200 10.78520886 L4_chemical_C2 +LQ00X051140 Putative UPF0481 protein At3g47200 10.91180229 L4_chemical_C3 +LQ00X051160 Predicted protein 10.44797837 C6_control_A1 +LQ00X051160 Predicted protein 10.58873345 C6_control_A3 +LQ00X051160 Predicted protein 11.00942057 C6_control_B1 +LQ00X051160 Predicted protein 12.02466331 C6_control_B2 +LQ00X051160 Predicted protein 11.14887938 C6_control_B3 +LQ00X051160 Predicted protein 12.18387624 C6_control_C1 +LQ00X051160 Predicted protein 12.92643621 C6_control_C2 +LQ00X051160 Predicted protein 12.40389043 C6_control_C3 +LQ00X051160 Predicted protein 10.42070372 C6_chemical_A1 +LQ00X051160 Predicted protein 11.05927705 C6_chemical_A3 +LQ00X051160 Predicted protein 11.35621098 C6_chemical_B1 +LQ00X051160 Predicted protein 12.10279709 C6_chemical_B2 +LQ00X051160 Predicted protein 11.77242579 C6_chemical_B3 +LQ00X051160 Predicted protein 12.33427693 C6_chemical_C1 +LQ00X051160 Predicted protein 12.67945116 C6_chemical_C2 +LQ00X051160 Predicted protein 13.29448507 C6_chemical_C3 +LQ00X051160 Predicted protein 9.717660444 L4_control_A1 +LQ00X051160 Predicted protein 10.36150684 L4_control_A2 +LQ00X051160 Predicted protein 8.708695519 L4_control_A3 +LQ00X051160 Predicted protein 11.4396737 L4_control_B1 +LQ00X051160 Predicted protein 11.74552857 L4_control_B2 +LQ00X051160 Predicted protein 12.22937366 L4_control_B3 +LQ00X051160 Predicted protein 11.98741362 L4_control_C2 +LQ00X051160 Predicted protein 12.4198435 L4_control_C3 +LQ00X051160 Predicted protein 10.71170228 L4_chemical_A1 +LQ00X051160 Predicted protein 11.30697596 L4_chemical_A2 +LQ00X051160 Predicted protein 9.203798377 L4_chemical_A3 +LQ00X051160 Predicted protein 11.16423932 L4_chemical_B1 +LQ00X051160 Predicted protein 11.42604168 L4_chemical_B2 +LQ00X051160 Predicted protein 11.29884663 L4_chemical_B3 +LQ00X051160 Predicted protein 12.22505441 L4_chemical_C2 +LQ00X051160 Predicted protein 12.58059833 L4_chemical_C3 +LQ00X051230 Hypothetical protein 5.661886763 C6_control_A1 +LQ00X051230 Hypothetical protein 5.461400612 C6_control_A3 +LQ00X051230 Hypothetical protein 5.724151686 C6_control_B1 +LQ00X051230 Hypothetical protein 5.405097723 C6_control_B2 +LQ00X051230 Hypothetical protein 6.026727163 C6_control_B3 +LQ00X051230 Hypothetical protein 5.267641342 C6_control_C1 +LQ00X051230 Hypothetical protein 5.395647006 C6_control_C2 +LQ00X051230 Hypothetical protein 5.607555303 C6_control_C3 +LQ00X051230 Hypothetical protein 5.998705391 C6_chemical_A1 +LQ00X051230 Hypothetical protein 7.079775769 C6_chemical_A3 +LQ00X051230 Hypothetical protein 5.665217984 C6_chemical_B1 +LQ00X051230 Hypothetical protein 5.608816461 C6_chemical_B2 +LQ00X051230 Hypothetical protein 6.31078815 C6_chemical_B3 +LQ00X051230 Hypothetical protein 5.470402092 C6_chemical_C1 +LQ00X051230 Hypothetical protein 5.928780773 C6_chemical_C2 +LQ00X051230 Hypothetical protein 7.228857434 C6_chemical_C3 +LQ00X051230 Hypothetical protein 8.755543807 L4_control_A1 +LQ00X051230 Hypothetical protein 8.627959641 L4_control_A2 +LQ00X051230 Hypothetical protein 9.925447639 L4_control_A3 +LQ00X051230 Hypothetical protein 9.160088313 L4_control_B1 +LQ00X051230 Hypothetical protein 8.522842097 L4_control_B2 +LQ00X051230 Hypothetical protein 10.03098673 L4_control_B3 +LQ00X051230 Hypothetical protein 9.931570268 L4_control_C2 +LQ00X051230 Hypothetical protein 10.44623128 L4_control_C3 +LQ00X051230 Hypothetical protein 8.56325111 L4_chemical_A1 +LQ00X051230 Hypothetical protein 8.690252325 L4_chemical_A2 +LQ00X051230 Hypothetical protein 9.72829208 L4_chemical_A3 +LQ00X051230 Hypothetical protein 8.411356278 L4_chemical_B1 +LQ00X051230 Hypothetical protein 9.356487103 L4_chemical_B2 +LQ00X051230 Hypothetical protein 9.443731414 L4_chemical_B3 +LQ00X051230 Hypothetical protein 10.21380233 L4_chemical_C2 +LQ00X051230 Hypothetical protein 10.1305859 L4_chemical_C3 +LQ00X051260 Hypothetical protein 5.162280763 C6_control_A1 +LQ00X051260 Hypothetical protein 4.880241801 C6_control_A3 +LQ00X051260 Hypothetical protein 5.535065465 C6_control_B1 +LQ00X051260 Hypothetical protein 5.124595521 C6_control_B2 +LQ00X051260 Hypothetical protein 5.046498286 C6_control_B3 +LQ00X051260 Hypothetical protein 5.13509417 C6_control_C1 +LQ00X051260 Hypothetical protein 4.832400219 C6_control_C2 +LQ00X051260 Hypothetical protein 5.090560837 C6_control_C3 +LQ00X051260 Hypothetical protein 4.994815396 C6_chemical_A1 +LQ00X051260 Hypothetical protein 4.97406279 C6_chemical_A3 +LQ00X051260 Hypothetical protein 5.647134237 C6_chemical_B1 +LQ00X051260 Hypothetical protein 5.076480098 C6_chemical_B2 +LQ00X051260 Hypothetical protein 5.226690232 C6_chemical_B3 +LQ00X051260 Hypothetical protein 5.120170793 C6_chemical_C1 +LQ00X051260 Hypothetical protein 5.003243735 C6_chemical_C2 +LQ00X051260 Hypothetical protein 5.017798694 C6_chemical_C3 +LQ00X051260 Hypothetical protein 5.414671117 L4_control_A1 +LQ00X051260 Hypothetical protein 4.866412924 L4_control_A2 +LQ00X051260 Hypothetical protein 5.170963574 L4_control_A3 +LQ00X051260 Hypothetical protein 5.231545897 L4_control_B1 +LQ00X051260 Hypothetical protein 5.191853875 L4_control_B2 +LQ00X051260 Hypothetical protein 5.221252214 L4_control_B3 +LQ00X051260 Hypothetical protein 5.627256532 L4_control_C2 +LQ00X051260 Hypothetical protein 5.262569311 L4_control_C3 +LQ00X051260 Hypothetical protein 5.338022064 L4_chemical_A1 +LQ00X051260 Hypothetical protein 4.855186344 L4_chemical_A2 +LQ00X051260 Hypothetical protein 5.139891629 L4_chemical_A3 +LQ00X051260 Hypothetical protein 5.461018887 L4_chemical_B1 +LQ00X051260 Hypothetical protein 5.272427213 L4_chemical_B2 +LQ00X051260 Hypothetical protein 5.027172228 L4_chemical_B3 +LQ00X051260 Hypothetical protein 5.014452598 L4_chemical_C2 +LQ00X051260 Hypothetical protein 5.11511749 L4_chemical_C3 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.74462205 C6_control_A1 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.65952551 C6_control_A3 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.38917228 C6_control_B1 +LQ00X051420 Protein kinase APK1A, chloroplastic 9.568263 C6_control_B2 +LQ00X051420 Protein kinase APK1A, chloroplastic 10.0016831 C6_control_B3 +LQ00X051420 Protein kinase APK1A, chloroplastic 8.27117821 C6_control_C1 +LQ00X051420 Protein kinase APK1A, chloroplastic 7.381820475 C6_control_C2 +LQ00X051420 Protein kinase APK1A, chloroplastic 7.109133664 C6_control_C3 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.37235555 C6_chemical_A1 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.95456862 C6_chemical_A3 +LQ00X051420 Protein kinase APK1A, chloroplastic 10.81088075 C6_chemical_B1 +LQ00X051420 Protein kinase APK1A, chloroplastic 9.489719357 C6_chemical_B2 +LQ00X051420 Protein kinase APK1A, chloroplastic 9.074601255 C6_chemical_B3 +LQ00X051420 Protein kinase APK1A, chloroplastic 7.140608765 C6_chemical_C1 +LQ00X051420 Protein kinase APK1A, chloroplastic 6.878020308 C6_chemical_C2 +LQ00X051420 Protein kinase APK1A, chloroplastic 6.959954835 C6_chemical_C3 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.40771431 L4_control_A1 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.81408711 L4_control_A2 +LQ00X051420 Protein kinase APK1A, chloroplastic 12.21437262 L4_control_A3 +LQ00X051420 Protein kinase APK1A, chloroplastic 10.55184224 L4_control_B1 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.43706883 L4_control_B2 +LQ00X051420 Protein kinase APK1A, chloroplastic 9.10303107 L4_control_B3 +LQ00X051420 Protein kinase APK1A, chloroplastic 7.719039314 L4_control_C2 +LQ00X051420 Protein kinase APK1A, chloroplastic 7.747942366 L4_control_C3 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.56681137 L4_chemical_A1 +LQ00X051420 Protein kinase APK1A, chloroplastic 12.01382654 L4_chemical_A2 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.63204635 L4_chemical_A3 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.65154437 L4_chemical_B1 +LQ00X051420 Protein kinase APK1A, chloroplastic 12.13298118 L4_chemical_B2 +LQ00X051420 Protein kinase APK1A, chloroplastic 10.33994474 L4_chemical_B3 +LQ00X051420 Protein kinase APK1A, chloroplastic 8.171301716 L4_chemical_C2 +LQ00X051420 Protein kinase APK1A, chloroplastic 6.620989366 L4_chemical_C3 +LQ00X051460 Kinesin light chain, putative 5.809960988 C6_control_A1 +LQ00X051460 Kinesin light chain, putative 6.497010524 C6_control_A3 +LQ00X051460 Kinesin light chain, putative 6.744804879 C6_control_B1 +LQ00X051460 Kinesin light chain, putative 6.098424993 C6_control_B2 +LQ00X051460 Kinesin light chain, putative 6.559151803 C6_control_B3 +LQ00X051460 Kinesin light chain, putative 6.052158625 C6_control_C1 +LQ00X051460 Kinesin light chain, putative 6.212489771 C6_control_C2 +LQ00X051460 Kinesin light chain, putative 6.081789591 C6_control_C3 +LQ00X051460 Kinesin light chain, putative 5.813277683 C6_chemical_A1 +LQ00X051460 Kinesin light chain, putative 6.049085599 C6_chemical_A3 +LQ00X051460 Kinesin light chain, putative 6.21402254 C6_chemical_B1 +LQ00X051460 Kinesin light chain, putative 6.119120709 C6_chemical_B2 +LQ00X051460 Kinesin light chain, putative 6.171982102 C6_chemical_B3 +LQ00X051460 Kinesin light chain, putative 5.998837547 C6_chemical_C1 +LQ00X051460 Kinesin light chain, putative 5.866251288 C6_chemical_C2 +LQ00X051460 Kinesin light chain, putative 5.563618468 C6_chemical_C3 +LQ00X051460 Kinesin light chain, putative 6.197381087 L4_control_A1 +LQ00X051460 Kinesin light chain, putative 5.827072524 L4_control_A2 +LQ00X051460 Kinesin light chain, putative 5.774926271 L4_control_A3 +LQ00X051460 Kinesin light chain, putative 6.333860509 L4_control_B1 +LQ00X051460 Kinesin light chain, putative 6.084047685 L4_control_B2 +LQ00X051460 Kinesin light chain, putative 5.978523367 L4_control_B3 +LQ00X051460 Kinesin light chain, putative 5.895478109 L4_control_C2 +LQ00X051460 Kinesin light chain, putative 5.174544118 L4_control_C3 +LQ00X051460 Kinesin light chain, putative 5.834620422 L4_chemical_A1 +LQ00X051460 Kinesin light chain, putative 6.049738419 L4_chemical_A2 +LQ00X051460 Kinesin light chain, putative 6.020063022 L4_chemical_A3 +LQ00X051460 Kinesin light chain, putative 6.098846973 L4_chemical_B1 +LQ00X051460 Kinesin light chain, putative 5.553461476 L4_chemical_B2 +LQ00X051460 Kinesin light chain, putative 6.311481803 L4_chemical_B3 +LQ00X051460 Kinesin light chain, putative 5.420429245 L4_chemical_C2 +LQ00X051460 Kinesin light chain, putative 5.705538969 L4_chemical_C3 +LQ00X051470 LOB domain-containing protein, putative 5.252813457 C6_control_A1 +LQ00X051470 LOB domain-containing protein, putative 5.467628894 C6_control_A3 +LQ00X051470 LOB domain-containing protein, putative 5.321642146 C6_control_B1 +LQ00X051470 LOB domain-containing protein, putative 5.099642902 C6_control_B2 +LQ00X051470 LOB domain-containing protein, putative 5.318183114 C6_control_B3 +LQ00X051470 LOB domain-containing protein, putative 5.402297682 C6_control_C1 +LQ00X051470 LOB domain-containing protein, putative 5.250208067 C6_control_C2 +LQ00X051470 LOB domain-containing protein, putative 5.704239939 C6_control_C3 +LQ00X051470 LOB domain-containing protein, putative 5.427209274 C6_chemical_A1 +LQ00X051470 LOB domain-containing protein, putative 5.636655546 C6_chemical_A3 +LQ00X051470 LOB domain-containing protein, putative 5.356824891 C6_chemical_B1 +LQ00X051470 LOB domain-containing protein, putative 5.456514231 C6_chemical_B2 +LQ00X051470 LOB domain-containing protein, putative 5.57053618 C6_chemical_B3 +LQ00X051470 LOB domain-containing protein, putative 5.705770174 C6_chemical_C1 +LQ00X051470 LOB domain-containing protein, putative 5.573457367 C6_chemical_C2 +LQ00X051470 LOB domain-containing protein, putative 6.06170728 C6_chemical_C3 +LQ00X051470 LOB domain-containing protein, putative 5.707749034 L4_control_A1 +LQ00X051470 LOB domain-containing protein, putative 5.549636395 L4_control_A2 +LQ00X051470 LOB domain-containing protein, putative 5.669038956 L4_control_A3 +LQ00X051470 LOB domain-containing protein, putative 5.962459513 L4_control_B1 +LQ00X051470 LOB domain-containing protein, putative 5.54481215 L4_control_B2 +LQ00X051470 LOB domain-containing protein, putative 5.609788447 L4_control_B3 +LQ00X051470 LOB domain-containing protein, putative 6.130449975 L4_control_C2 +LQ00X051470 LOB domain-containing protein, putative 5.982679763 L4_control_C3 +LQ00X051470 LOB domain-containing protein, putative 5.949930214 L4_chemical_A1 +LQ00X051470 LOB domain-containing protein, putative 5.686123998 L4_chemical_A2 +LQ00X051470 LOB domain-containing protein, putative 5.670000162 L4_chemical_A3 +LQ00X051470 LOB domain-containing protein, putative 5.187270262 L4_chemical_B1 +LQ00X051470 LOB domain-containing protein, putative 4.935705743 L4_chemical_B2 +LQ00X051470 LOB domain-containing protein, putative 5.275429294 L4_chemical_B3 +LQ00X051470 LOB domain-containing protein, putative 5.445540329 L4_chemical_C2 +LQ00X051470 LOB domain-containing protein, putative 5.063327516 L4_chemical_C3 +LQ00X051490 Putative uncharacterized protein 13.01671179 C6_control_A1 +LQ00X051490 Putative uncharacterized protein 12.55322725 C6_control_A3 +LQ00X051490 Putative uncharacterized protein 13.11550717 C6_control_B1 +LQ00X051490 Putative uncharacterized protein 13.05540837 C6_control_B2 +LQ00X051490 Putative uncharacterized protein 13.50297765 C6_control_B3 +LQ00X051490 Putative uncharacterized protein 13.39997209 C6_control_C1 +LQ00X051490 Putative uncharacterized protein 13.34368903 C6_control_C2 +LQ00X051490 Putative uncharacterized protein 13.73554957 C6_control_C3 +LQ00X051490 Putative uncharacterized protein 12.99694694 C6_chemical_A1 +LQ00X051490 Putative uncharacterized protein 12.7230112 C6_chemical_A3 +LQ00X051490 Putative uncharacterized protein 13.27711242 C6_chemical_B1 +LQ00X051490 Putative uncharacterized protein 12.89344914 C6_chemical_B2 +LQ00X051490 Putative uncharacterized protein 13.39152575 C6_chemical_B3 +LQ00X051490 Putative uncharacterized protein 13.23347217 C6_chemical_C1 +LQ00X051490 Putative uncharacterized protein 13.1940255 C6_chemical_C2 +LQ00X051490 Putative uncharacterized protein 13.71628215 C6_chemical_C3 +LQ00X051490 Putative uncharacterized protein 12.575742 L4_control_A1 +LQ00X051490 Putative uncharacterized protein 12.78021521 L4_control_A2 +LQ00X051490 Putative uncharacterized protein 12.27929268 L4_control_A3 +LQ00X051490 Putative uncharacterized protein 13.45977538 L4_control_B1 +LQ00X051490 Putative uncharacterized protein 13.44351042 L4_control_B2 +LQ00X051490 Putative uncharacterized protein 13.45155758 L4_control_B3 +LQ00X051490 Putative uncharacterized protein 14.13921809 L4_control_C2 +LQ00X051490 Putative uncharacterized protein 14.29651925 L4_control_C3 +LQ00X051490 Putative uncharacterized protein 12.73580939 L4_chemical_A1 +LQ00X051490 Putative uncharacterized protein 13.05067249 L4_chemical_A2 +LQ00X051490 Putative uncharacterized protein 12.36019226 L4_chemical_A3 +LQ00X051490 Putative uncharacterized protein 13.4458553 L4_chemical_B1 +LQ00X051490 Putative uncharacterized protein 13.62470561 L4_chemical_B2 +LQ00X051490 Putative uncharacterized protein 13.05317347 L4_chemical_B3 +LQ00X051490 Putative uncharacterized protein 14.14862293 L4_chemical_C2 +LQ00X051490 Putative uncharacterized protein 14.18894214 L4_chemical_C3 +LQ00X051500 Fiber protein Fb11 13.98547111 C6_control_A1 +LQ00X051500 Fiber protein Fb11 14.30911295 C6_control_A3 +LQ00X051500 Fiber protein Fb11 13.87746765 C6_control_B1 +LQ00X051500 Fiber protein Fb11 14.00541935 C6_control_B2 +LQ00X051500 Fiber protein Fb11 13.75828319 C6_control_B3 +LQ00X051500 Fiber protein Fb11 13.7254443 C6_control_C1 +LQ00X051500 Fiber protein Fb11 13.60141721 C6_control_C2 +LQ00X051500 Fiber protein Fb11 13.83313197 C6_control_C3 +LQ00X051500 Fiber protein Fb11 13.60828003 C6_chemical_A1 +LQ00X051500 Fiber protein Fb11 13.21984771 C6_chemical_A3 +LQ00X051500 Fiber protein Fb11 13.72413339 C6_chemical_B1 +LQ00X051500 Fiber protein Fb11 14.1728017 C6_chemical_B2 +LQ00X051500 Fiber protein Fb11 13.70772859 C6_chemical_B3 +LQ00X051500 Fiber protein Fb11 13.85989536 C6_chemical_C1 +LQ00X051500 Fiber protein Fb11 13.9073036 C6_chemical_C2 +LQ00X051500 Fiber protein Fb11 13.70108551 C6_chemical_C3 +LQ00X051500 Fiber protein Fb11 13.78372613 L4_control_A1 +LQ00X051500 Fiber protein Fb11 13.29344893 L4_control_A2 +LQ00X051500 Fiber protein Fb11 13.51901373 L4_control_A3 +LQ00X051500 Fiber protein Fb11 12.79216167 L4_control_B1 +LQ00X051500 Fiber protein Fb11 11.72384886 L4_control_B2 +LQ00X051500 Fiber protein Fb11 13.36505274 L4_control_B3 +LQ00X051500 Fiber protein Fb11 12.78955386 L4_control_C2 +LQ00X051500 Fiber protein Fb11 13.04589271 L4_control_C3 +LQ00X051500 Fiber protein Fb11 13.74414367 L4_chemical_A1 +LQ00X051500 Fiber protein Fb11 13.10806593 L4_chemical_A2 +LQ00X051500 Fiber protein Fb11 13.46758666 L4_chemical_A3 +LQ00X051500 Fiber protein Fb11 13.19954963 L4_chemical_B1 +LQ00X051500 Fiber protein Fb11 12.84978707 L4_chemical_B2 +LQ00X051500 Fiber protein Fb11 13.78149908 L4_chemical_B3 +LQ00X051500 Fiber protein Fb11 12.94807616 L4_chemical_C2 +LQ00X051500 Fiber protein Fb11 13.17799815 L4_chemical_C3 +LQ00X051510 Auxin response factor 9 12.91662848 C6_control_A1 +LQ00X051510 Auxin response factor 9 13.20059954 C6_control_A3 +LQ00X051510 Auxin response factor 9 11.37159427 C6_control_B1 +LQ00X051510 Auxin response factor 9 11.09451791 C6_control_B2 +LQ00X051510 Auxin response factor 9 10.55495556 C6_control_B3 +LQ00X051510 Auxin response factor 9 12.75758639 C6_control_C1 +LQ00X051510 Auxin response factor 9 12.71205574 C6_control_C2 +LQ00X051510 Auxin response factor 9 13.16068769 C6_control_C3 +LQ00X051510 Auxin response factor 9 12.57996675 C6_chemical_A1 +LQ00X051510 Auxin response factor 9 12.74127782 C6_chemical_A3 +LQ00X051510 Auxin response factor 9 10.55279175 C6_chemical_B1 +LQ00X051510 Auxin response factor 9 10.89887889 C6_chemical_B2 +LQ00X051510 Auxin response factor 9 11.46414979 C6_chemical_B3 +LQ00X051510 Auxin response factor 9 12.48600343 C6_chemical_C1 +LQ00X051510 Auxin response factor 9 12.2850524 C6_chemical_C2 +LQ00X051510 Auxin response factor 9 13.09088093 C6_chemical_C3 +LQ00X051510 Auxin response factor 9 13.31074434 L4_control_A1 +LQ00X051510 Auxin response factor 9 12.45131618 L4_control_A2 +LQ00X051510 Auxin response factor 9 12.25721738 L4_control_A3 +LQ00X051510 Auxin response factor 9 9.75385696 L4_control_B1 +LQ00X051510 Auxin response factor 9 9.634758938 L4_control_B2 +LQ00X051510 Auxin response factor 9 10.8076241 L4_control_B3 +LQ00X051510 Auxin response factor 9 10.47015643 L4_control_C2 +LQ00X051510 Auxin response factor 9 10.63282316 L4_control_C3 +LQ00X051510 Auxin response factor 9 12.67189673 L4_chemical_A1 +LQ00X051510 Auxin response factor 9 11.69692386 L4_chemical_A2 +LQ00X051510 Auxin response factor 9 12.52416051 L4_chemical_A3 +LQ00X051510 Auxin response factor 9 10.20059007 L4_chemical_B1 +LQ00X051510 Auxin response factor 9 10.17835921 L4_chemical_B2 +LQ00X051510 Auxin response factor 9 12.18757068 L4_chemical_B3 +LQ00X051510 Auxin response factor 9 10.21381212 L4_chemical_C2 +LQ00X051510 Auxin response factor 9 10.56454133 L4_chemical_C3 +LQ00X051580 Putative TMV resistance protein N 10.13049233 C6_control_A1 +LQ00X051580 Putative TMV resistance protein N 11.38965977 C6_control_A3 +LQ00X051580 Putative TMV resistance protein N 9.545599637 C6_control_B1 +LQ00X051580 Putative TMV resistance protein N 8.220856527 C6_control_B2 +LQ00X051580 Putative TMV resistance protein N 9.44951811 C6_control_B3 +LQ00X051580 Putative TMV resistance protein N 7.403982585 C6_control_C1 +LQ00X051580 Putative TMV resistance protein N 7.438645704 C6_control_C2 +LQ00X051580 Putative TMV resistance protein N 7.1903452 C6_control_C3 +LQ00X051580 Putative TMV resistance protein N 10.2766281 C6_chemical_A1 +LQ00X051580 Putative TMV resistance protein N 10.60856319 C6_chemical_A3 +LQ00X051580 Putative TMV resistance protein N 9.195768499 C6_chemical_B1 +LQ00X051580 Putative TMV resistance protein N 7.982670344 C6_chemical_B2 +LQ00X051580 Putative TMV resistance protein N 8.959858408 C6_chemical_B3 +LQ00X051580 Putative TMV resistance protein N 7.145421663 C6_chemical_C1 +LQ00X051580 Putative TMV resistance protein N 7.130145002 C6_chemical_C2 +LQ00X051580 Putative TMV resistance protein N 7.082363174 C6_chemical_C3 +LQ00X051580 Putative TMV resistance protein N 5.786395639 L4_control_A1 +LQ00X051580 Putative TMV resistance protein N 6.347005492 L4_control_A2 +LQ00X051580 Putative TMV resistance protein N 6.163065622 L4_control_A3 +LQ00X051580 Putative TMV resistance protein N 6.237301492 L4_control_B1 +LQ00X051580 Putative TMV resistance protein N 6.160801433 L4_control_B2 +LQ00X051580 Putative TMV resistance protein N 5.856092467 L4_control_B3 +LQ00X051580 Putative TMV resistance protein N 7.899469068 L4_control_C2 +LQ00X051580 Putative TMV resistance protein N 6.608801904 L4_control_C3 +LQ00X051580 Putative TMV resistance protein N 6.533037403 L4_chemical_A1 +LQ00X051580 Putative TMV resistance protein N 6.118041597 L4_chemical_A2 +LQ00X051580 Putative TMV resistance protein N 7.06689545 L4_chemical_A3 +LQ00X051580 Putative TMV resistance protein N 6.520142655 L4_chemical_B1 +LQ00X051580 Putative TMV resistance protein N 6.384048461 L4_chemical_B2 +LQ00X051580 Putative TMV resistance protein N 5.881009266 L4_chemical_B3 +LQ00X051580 Putative TMV resistance protein N 6.167468892 L4_chemical_C2 +LQ00X051580 Putative TMV resistance protein N 6.456747982 L4_chemical_C3 +LQ00X051850 Putative potassium transporter 12 9.409414809 C6_control_A1 +LQ00X051850 Putative potassium transporter 12 8.732270063 C6_control_A3 +LQ00X051850 Putative potassium transporter 12 9.517352832 C6_control_B1 +LQ00X051850 Putative potassium transporter 12 8.984360714 C6_control_B2 +LQ00X051850 Putative potassium transporter 12 9.040318916 C6_control_B3 +LQ00X051850 Putative potassium transporter 12 8.950007048 C6_control_C1 +LQ00X051850 Putative potassium transporter 12 9.112822277 C6_control_C2 +LQ00X051850 Putative potassium transporter 12 8.768724822 C6_control_C3 +LQ00X051850 Putative potassium transporter 12 9.633764314 C6_chemical_A1 +LQ00X051850 Putative potassium transporter 12 9.126450552 C6_chemical_A3 +LQ00X051850 Putative potassium transporter 12 9.88519234 C6_chemical_B1 +LQ00X051850 Putative potassium transporter 12 9.079987904 C6_chemical_B2 +LQ00X051850 Putative potassium transporter 12 9.623254559 C6_chemical_B3 +LQ00X051850 Putative potassium transporter 12 8.952579366 C6_chemical_C1 +LQ00X051850 Putative potassium transporter 12 9.216920435 C6_chemical_C2 +LQ00X051850 Putative potassium transporter 12 9.252061441 C6_chemical_C3 +LQ00X051850 Putative potassium transporter 12 9.228490614 L4_control_A1 +LQ00X051850 Putative potassium transporter 12 8.544964007 L4_control_A2 +LQ00X051850 Putative potassium transporter 12 8.759850661 L4_control_A3 +LQ00X051850 Putative potassium transporter 12 9.179350328 L4_control_B1 +LQ00X051850 Putative potassium transporter 12 9.587180372 L4_control_B2 +LQ00X051850 Putative potassium transporter 12 9.336540624 L4_control_B3 +LQ00X051850 Putative potassium transporter 12 9.776795207 L4_control_C2 +LQ00X051850 Putative potassium transporter 12 10.49085815 L4_control_C3 +LQ00X051850 Putative potassium transporter 12 9.056288847 L4_chemical_A1 +LQ00X051850 Putative potassium transporter 12 8.730560748 L4_chemical_A2 +LQ00X051850 Putative potassium transporter 12 9.193617558 L4_chemical_A3 +LQ00X051850 Putative potassium transporter 12 9.260614116 L4_chemical_B1 +LQ00X051850 Putative potassium transporter 12 8.204369156 L4_chemical_B2 +LQ00X051850 Putative potassium transporter 12 9.295596816 L4_chemical_B3 +LQ00X051850 Putative potassium transporter 12 9.819645276 L4_chemical_C2 +LQ00X051850 Putative potassium transporter 12 10.2122035 L4_chemical_C3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.58533018 C6_control_A1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.556165964 C6_control_A3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.820242747 C6_control_B1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.593952385 C6_control_B2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.500804941 C6_control_B3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.533447616 C6_control_C1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.777085373 C6_control_C2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.730934635 C6_control_C3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.7481698 C6_chemical_A1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.438986355 C6_chemical_A3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.503138603 C6_chemical_B1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.624821736 C6_chemical_B2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.066667713 C6_chemical_B3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.382412624 C6_chemical_C1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.68872263 C6_chemical_C2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.606404448 C6_chemical_C3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.801622765 L4_control_A1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.844338162 L4_control_A2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.434510823 L4_control_A3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.316417804 L4_control_B1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.224138063 L4_control_B2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.709153645 L4_control_B3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.348989077 L4_control_C2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.671614694 L4_control_C3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.919280905 L4_chemical_A1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.897780458 L4_chemical_A2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.140436601 L4_chemical_A3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.880515049 L4_chemical_B1 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.029648108 L4_chemical_B2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.682948047 L4_chemical_B3 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.288471882 L4_chemical_C2 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.493236415 L4_chemical_C3 +LQ00X051890 Putative uncharacterized protein 9.728608774 C6_control_A1 +LQ00X051890 Putative uncharacterized protein 9.801376164 C6_control_A3 +LQ00X051890 Putative uncharacterized protein 8.874677233 C6_control_B1 +LQ00X051890 Putative uncharacterized protein 7.477891446 C6_control_B2 +LQ00X051890 Putative uncharacterized protein 8.128526458 C6_control_B3 +LQ00X051890 Putative uncharacterized protein 5.957031672 C6_control_C1 +LQ00X051890 Putative uncharacterized protein 5.441352767 C6_control_C2 +LQ00X051890 Putative uncharacterized protein 5.779741006 C6_control_C3 +LQ00X051890 Putative uncharacterized protein 9.711309568 C6_chemical_A1 +LQ00X051890 Putative uncharacterized protein 9.661727377 C6_chemical_A3 +LQ00X051890 Putative uncharacterized protein 8.5098969 C6_chemical_B1 +LQ00X051890 Putative uncharacterized protein 7.665317093 C6_chemical_B2 +LQ00X051890 Putative uncharacterized protein 8.059387902 C6_chemical_B3 +LQ00X051890 Putative uncharacterized protein 6.335163477 C6_chemical_C1 +LQ00X051890 Putative uncharacterized protein 6.077061002 C6_chemical_C2 +LQ00X051890 Putative uncharacterized protein 5.925326799 C6_chemical_C3 +LQ00X051890 Putative uncharacterized protein 9.404042936 L4_control_A1 +LQ00X051890 Putative uncharacterized protein 8.965586325 L4_control_A2 +LQ00X051890 Putative uncharacterized protein 8.667146961 L4_control_A3 +LQ00X051890 Putative uncharacterized protein 7.491060138 L4_control_B1 +LQ00X051890 Putative uncharacterized protein 7.956383582 L4_control_B2 +LQ00X051890 Putative uncharacterized protein 7.295526195 L4_control_B3 +LQ00X051890 Putative uncharacterized protein 6.675744562 L4_control_C2 +LQ00X051890 Putative uncharacterized protein 6.381928532 L4_control_C3 +LQ00X051890 Putative uncharacterized protein 8.688997889 L4_chemical_A1 +LQ00X051890 Putative uncharacterized protein 8.33930545 L4_chemical_A2 +LQ00X051890 Putative uncharacterized protein 8.582443521 L4_chemical_A3 +LQ00X051890 Putative uncharacterized protein 8.142933613 L4_chemical_B1 +LQ00X051890 Putative uncharacterized protein 8.305713568 L4_chemical_B2 +LQ00X051890 Putative uncharacterized protein 8.340750843 L4_chemical_B3 +LQ00X051890 Putative uncharacterized protein 7.587362173 L4_chemical_C2 +LQ00X051890 Putative uncharacterized protein 6.187524965 L4_chemical_C3 +LQ00X051900 Putative uncharacterized protein 10.25757498 C6_control_A1 +LQ00X051900 Putative uncharacterized protein 10.78921486 C6_control_A3 +LQ00X051900 Putative uncharacterized protein 10.51370332 C6_control_B1 +LQ00X051900 Putative uncharacterized protein 10.35414462 C6_control_B2 +LQ00X051900 Putative uncharacterized protein 10.7164474 C6_control_B3 +LQ00X051900 Putative uncharacterized protein 10.99999348 C6_control_C1 +LQ00X051900 Putative uncharacterized protein 10.5496005 C6_control_C2 +LQ00X051900 Putative uncharacterized protein 10.99901439 C6_control_C3 +LQ00X051900 Putative uncharacterized protein 10.8578338 C6_chemical_A1 +LQ00X051900 Putative uncharacterized protein 11.26599105 C6_chemical_A3 +LQ00X051900 Putative uncharacterized protein 10.66998656 C6_chemical_B1 +LQ00X051900 Putative uncharacterized protein 10.04227635 C6_chemical_B2 +LQ00X051900 Putative uncharacterized protein 10.43030883 C6_chemical_B3 +LQ00X051900 Putative uncharacterized protein 10.61475444 C6_chemical_C1 +LQ00X051900 Putative uncharacterized protein 10.57634746 C6_chemical_C2 +LQ00X051900 Putative uncharacterized protein 10.82316942 C6_chemical_C3 +LQ00X051900 Putative uncharacterized protein 11.18369191 L4_control_A1 +LQ00X051900 Putative uncharacterized protein 10.84660477 L4_control_A2 +LQ00X051900 Putative uncharacterized protein 11.27332947 L4_control_A3 +LQ00X051900 Putative uncharacterized protein 10.84095254 L4_control_B1 +LQ00X051900 Putative uncharacterized protein 11.21782513 L4_control_B2 +LQ00X051900 Putative uncharacterized protein 10.83259227 L4_control_B3 +LQ00X051900 Putative uncharacterized protein 11.89002092 L4_control_C2 +LQ00X051900 Putative uncharacterized protein 12.30048875 L4_control_C3 +LQ00X051900 Putative uncharacterized protein 12.13437239 L4_chemical_A1 +LQ00X051900 Putative uncharacterized protein 11.98292706 L4_chemical_A2 +LQ00X051900 Putative uncharacterized protein 11.39070401 L4_chemical_A3 +LQ00X051900 Putative uncharacterized protein 11.62811507 L4_chemical_B1 +LQ00X051900 Putative uncharacterized protein 11.21216191 L4_chemical_B2 +LQ00X051900 Putative uncharacterized protein 10.52429226 L4_chemical_B3 +LQ00X051900 Putative uncharacterized protein 11.69814378 L4_chemical_C2 +LQ00X051900 Putative uncharacterized protein 11.65447931 L4_chemical_C3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 9.852120227 C6_control_A1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.79537898 C6_control_A3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 9.910988592 C6_control_B1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.09395671 C6_control_B2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.21897564 C6_control_B3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 9.896963964 C6_control_C1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.94007117 C6_control_C2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.3031658 C6_control_C3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.27196204 C6_chemical_A1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.64017106 C6_chemical_A3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.94364186 C6_chemical_B1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.07954831 C6_chemical_B2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.55070825 C6_chemical_B3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.12140904 C6_chemical_C1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.9824262 C6_chemical_C2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.50618745 C6_chemical_C3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.84667129 L4_control_A1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.99129493 L4_control_A2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.05116965 L4_control_A3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.92753059 L4_control_B1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.37280135 L4_control_B2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.08655589 L4_control_B3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.18387447 L4_control_C2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.04790331 L4_control_C3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.83650936 L4_chemical_A1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.73586205 L4_chemical_A2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.58015999 L4_chemical_A3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.65529322 L4_chemical_B1 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.59613476 L4_chemical_B2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.26266497 L4_chemical_B3 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.55639695 L4_chemical_C2 +LQ00X051910 Putative AP-1 complex subunit gamma-1 10.92196258 L4_chemical_C3 +LQ00X051920 RING-H2 finger protein ATL1D 6.792514984 C6_control_A1 +LQ00X051920 RING-H2 finger protein ATL1D 6.525040008 C6_control_A3 +LQ00X051920 RING-H2 finger protein ATL1D 6.80340008 C6_control_B1 +LQ00X051920 RING-H2 finger protein ATL1D 6.58718619 C6_control_B2 +LQ00X051920 RING-H2 finger protein ATL1D 6.703895963 C6_control_B3 +LQ00X051920 RING-H2 finger protein ATL1D 6.278133355 C6_control_C1 +LQ00X051920 RING-H2 finger protein ATL1D 6.044638634 C6_control_C2 +LQ00X051920 RING-H2 finger protein ATL1D 6.749132382 C6_control_C3 +LQ00X051920 RING-H2 finger protein ATL1D 6.687276006 C6_chemical_A1 +LQ00X051920 RING-H2 finger protein ATL1D 6.793233214 C6_chemical_A3 +LQ00X051920 RING-H2 finger protein ATL1D 7.177510794 C6_chemical_B1 +LQ00X051920 RING-H2 finger protein ATL1D 6.551398547 C6_chemical_B2 +LQ00X051920 RING-H2 finger protein ATL1D 6.816200258 C6_chemical_B3 +LQ00X051920 RING-H2 finger protein ATL1D 6.044739233 C6_chemical_C1 +LQ00X051920 RING-H2 finger protein ATL1D 6.824992227 C6_chemical_C2 +LQ00X051920 RING-H2 finger protein ATL1D 6.468263348 C6_chemical_C3 +LQ00X051920 RING-H2 finger protein ATL1D 7.011352918 L4_control_A1 +LQ00X051920 RING-H2 finger protein ATL1D 7.721151288 L4_control_A2 +LQ00X051920 RING-H2 finger protein ATL1D 8.049080205 L4_control_A3 +LQ00X051920 RING-H2 finger protein ATL1D 6.481448643 L4_control_B1 +LQ00X051920 RING-H2 finger protein ATL1D 7.440489887 L4_control_B2 +LQ00X051920 RING-H2 finger protein ATL1D 6.528855317 L4_control_B3 +LQ00X051920 RING-H2 finger protein ATL1D 5.569840657 L4_control_C2 +LQ00X051920 RING-H2 finger protein ATL1D 6.807425923 L4_control_C3 +LQ00X051920 RING-H2 finger protein ATL1D 6.855172734 L4_chemical_A1 +LQ00X051920 RING-H2 finger protein ATL1D 7.495556033 L4_chemical_A2 +LQ00X051920 RING-H2 finger protein ATL1D 6.825143495 L4_chemical_A3 +LQ00X051920 RING-H2 finger protein ATL1D 6.634967051 L4_chemical_B1 +LQ00X051920 RING-H2 finger protein ATL1D 7.11946193 L4_chemical_B2 +LQ00X051920 RING-H2 finger protein ATL1D 6.767075864 L4_chemical_B3 +LQ00X051920 RING-H2 finger protein ATL1D 6.277569575 L4_chemical_C2 +LQ00X051920 RING-H2 finger protein ATL1D 6.834263518 L4_chemical_C3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.850631928 C6_control_A1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.640655524 C6_control_A3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 7.321459618 C6_control_B1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.430260076 C6_control_B2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 7.579395559 C6_control_B3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 5.778492247 C6_control_C1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.579010738 C6_control_C2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.213506004 C6_control_C3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.433080908 C6_chemical_A1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.298855092 C6_chemical_A3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 7.337419034 C6_chemical_B1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.267039539 C6_chemical_B2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.454478506 C6_chemical_B3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 5.892922031 C6_chemical_C1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.121404356 C6_chemical_C2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.081308493 C6_chemical_C3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.132998197 L4_control_A1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.546414153 L4_control_A2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.001969811 L4_control_A3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.080115412 L4_control_B1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.576385777 L4_control_B2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.239721498 L4_control_B3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 7.529306298 L4_control_C2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.904199396 L4_control_C3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.511689938 L4_chemical_A1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.61328817 L4_chemical_A2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.548257132 L4_chemical_A3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.650301146 L4_chemical_B1 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 7.161152525 L4_chemical_B2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.254919361 L4_chemical_B3 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 7.862777199 L4_chemical_C2 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.333403616 L4_chemical_C3 +LQ00X051980 Putative uncharacterized protein 6.172212666 C6_control_A1 +LQ00X051980 Putative uncharacterized protein 6.378944373 C6_control_A3 +LQ00X051980 Putative uncharacterized protein 5.885995923 C6_control_B1 +LQ00X051980 Putative uncharacterized protein 5.791686911 C6_control_B2 +LQ00X051980 Putative uncharacterized protein 5.809461351 C6_control_B3 +LQ00X051980 Putative uncharacterized protein 5.283181787 C6_control_C1 +LQ00X051980 Putative uncharacterized protein 5.506189875 C6_control_C2 +LQ00X051980 Putative uncharacterized protein 5.883205904 C6_control_C3 +LQ00X051980 Putative uncharacterized protein 6.253829508 C6_chemical_A1 +LQ00X051980 Putative uncharacterized protein 5.836354061 C6_chemical_A3 +LQ00X051980 Putative uncharacterized protein 6.095730935 C6_chemical_B1 +LQ00X051980 Putative uncharacterized protein 5.405482568 C6_chemical_B2 +LQ00X051980 Putative uncharacterized protein 5.920161356 C6_chemical_B3 +LQ00X051980 Putative uncharacterized protein 5.632806372 C6_chemical_C1 +LQ00X051980 Putative uncharacterized protein 5.854152378 C6_chemical_C2 +LQ00X051980 Putative uncharacterized protein 5.495304691 C6_chemical_C3 +LQ00X051980 Putative uncharacterized protein 6.085701163 L4_control_A1 +LQ00X051980 Putative uncharacterized protein 6.095849218 L4_control_A2 +LQ00X051980 Putative uncharacterized protein 6.046277403 L4_control_A3 +LQ00X051980 Putative uncharacterized protein 5.378515969 L4_control_B1 +LQ00X051980 Putative uncharacterized protein 5.430226165 L4_control_B2 +LQ00X051980 Putative uncharacterized protein 5.616852308 L4_control_B3 +LQ00X051980 Putative uncharacterized protein 5.163644233 L4_control_C2 +LQ00X051980 Putative uncharacterized protein 5.514060635 L4_control_C3 +LQ00X051980 Putative uncharacterized protein 5.737229501 L4_chemical_A1 +LQ00X051980 Putative uncharacterized protein 6.110170649 L4_chemical_A2 +LQ00X051980 Putative uncharacterized protein 5.879356769 L4_chemical_A3 +LQ00X051980 Putative uncharacterized protein 5.849838567 L4_chemical_B1 +LQ00X051980 Putative uncharacterized protein 6.106973299 L4_chemical_B2 +LQ00X051980 Putative uncharacterized protein 5.799860194 L4_chemical_B3 +LQ00X051980 Putative uncharacterized protein 5.613516384 L4_chemical_C2 +LQ00X051980 Putative uncharacterized protein 5.566378807 L4_chemical_C3 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.14473257 C6_control_A1 +LQ00X051990 Putative Auxin-induced protein 5NG4 9.901458342 C6_control_A3 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.96200267 C6_control_B1 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.57003051 C6_control_B2 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.8541954 C6_control_B3 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.95376982 C6_control_C1 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.87927282 C6_control_C2 +LQ00X051990 Putative Auxin-induced protein 5NG4 12.22127379 C6_control_C3 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.5116777 C6_chemical_A1 +LQ00X051990 Putative Auxin-induced protein 5NG4 9.805532144 C6_chemical_A3 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.04688299 C6_chemical_B1 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.22218458 C6_chemical_B2 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.71194759 C6_chemical_B3 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.51275616 C6_chemical_C1 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.59836399 C6_chemical_C2 +LQ00X051990 Putative Auxin-induced protein 5NG4 11.30995621 C6_chemical_C3 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.38208856 L4_control_A1 +LQ00X051990 Putative Auxin-induced protein 5NG4 9.923788749 L4_control_A2 +LQ00X051990 Putative Auxin-induced protein 5NG4 9.869975082 L4_control_A3 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.99706102 L4_control_B1 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.87047106 L4_control_B2 +LQ00X051990 Putative Auxin-induced protein 5NG4 12.7508539 L4_control_B3 +LQ00X051990 Putative Auxin-induced protein 5NG4 12.04215595 L4_control_C2 +LQ00X051990 Putative Auxin-induced protein 5NG4 12.5777377 L4_control_C3 +LQ00X051990 Putative Auxin-induced protein 5NG4 9.833642767 L4_chemical_A1 +LQ00X051990 Putative Auxin-induced protein 5NG4 9.400125582 L4_chemical_A2 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.09945209 L4_chemical_A3 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.28702858 L4_chemical_B1 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.67683124 L4_chemical_B2 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.37255594 L4_chemical_B3 +LQ00X051990 Putative Auxin-induced protein 5NG4 12.20260063 L4_chemical_C2 +LQ00X051990 Putative Auxin-induced protein 5NG4 12.56628058 L4_chemical_C3 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.41601953 C6_control_A1 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.27058918 C6_control_A3 +LQ00X052000 Putative Auxin-induced protein 5NG4 11.18084111 C6_control_B1 +LQ00X052000 Putative Auxin-induced protein 5NG4 11.27328206 C6_control_B2 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.85712623 C6_control_B3 +LQ00X052000 Putative Auxin-induced protein 5NG4 11.85962897 C6_control_C1 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.72405073 C6_control_C2 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.947858 C6_control_C3 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.79694868 C6_chemical_A1 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.31959255 C6_chemical_A3 +LQ00X052000 Putative Auxin-induced protein 5NG4 11.198426 C6_chemical_B1 +LQ00X052000 Putative Auxin-induced protein 5NG4 11.0085364 C6_chemical_B2 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.25449948 C6_chemical_B3 +LQ00X052000 Putative Auxin-induced protein 5NG4 11.52811219 C6_chemical_C1 +LQ00X052000 Putative Auxin-induced protein 5NG4 11.18441357 C6_chemical_C2 +LQ00X052000 Putative Auxin-induced protein 5NG4 9.979466183 C6_chemical_C3 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.56348002 L4_control_A1 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.65241578 L4_control_A2 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.45626737 L4_control_A3 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.92061083 L4_control_B1 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.96491021 L4_control_B2 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.00384482 L4_control_B3 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.72664279 L4_control_C2 +LQ00X052000 Putative Auxin-induced protein 5NG4 9.668900734 L4_control_C3 +LQ00X052000 Putative Auxin-induced protein 5NG4 9.447678951 L4_chemical_A1 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.78083873 L4_chemical_A2 +LQ00X052000 Putative Auxin-induced protein 5NG4 9.967641182 L4_chemical_A3 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.66403153 L4_chemical_B1 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.9027707 L4_chemical_B2 +LQ00X052000 Putative Auxin-induced protein 5NG4 9.951386322 L4_chemical_B3 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.92354703 L4_chemical_C2 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.5232895 L4_chemical_C3 +LQ00X052060 Putative uncharacterized protein 5.608541426 C6_control_A1 +LQ00X052060 Putative uncharacterized protein 5.289721462 C6_control_A3 +LQ00X052060 Putative uncharacterized protein 5.360108792 C6_control_B1 +LQ00X052060 Putative uncharacterized protein 6.475853001 C6_control_B2 +LQ00X052060 Putative uncharacterized protein 5.209226085 C6_control_B3 +LQ00X052060 Putative uncharacterized protein 7.7533207 C6_control_C1 +LQ00X052060 Putative uncharacterized protein 7.434966372 C6_control_C2 +LQ00X052060 Putative uncharacterized protein 7.320502403 C6_control_C3 +LQ00X052060 Putative uncharacterized protein 5.568538279 C6_chemical_A1 +LQ00X052060 Putative uncharacterized protein 5.108636786 C6_chemical_A3 +LQ00X052060 Putative uncharacterized protein 5.199067292 C6_chemical_B1 +LQ00X052060 Putative uncharacterized protein 6.818169597 C6_chemical_B2 +LQ00X052060 Putative uncharacterized protein 5.28902425 C6_chemical_B3 +LQ00X052060 Putative uncharacterized protein 7.568253913 C6_chemical_C1 +LQ00X052060 Putative uncharacterized protein 8.024531157 C6_chemical_C2 +LQ00X052060 Putative uncharacterized protein 7.633884598 C6_chemical_C3 +LQ00X052060 Putative uncharacterized protein 5.950930793 L4_control_A1 +LQ00X052060 Putative uncharacterized protein 4.970509485 L4_control_A2 +LQ00X052060 Putative uncharacterized protein 5.384054401 L4_control_A3 +LQ00X052060 Putative uncharacterized protein 5.507654965 L4_control_B1 +LQ00X052060 Putative uncharacterized protein 5.178352134 L4_control_B2 +LQ00X052060 Putative uncharacterized protein 5.965321457 L4_control_B3 +LQ00X052060 Putative uncharacterized protein 5.683810658 L4_control_C2 +LQ00X052060 Putative uncharacterized protein 5.090900906 L4_control_C3 +LQ00X052060 Putative uncharacterized protein 5.94006445 L4_chemical_A1 +LQ00X052060 Putative uncharacterized protein 5.704407074 L4_chemical_A2 +LQ00X052060 Putative uncharacterized protein 5.66794912 L4_chemical_A3 +LQ00X052060 Putative uncharacterized protein 5.536241809 L4_chemical_B1 +LQ00X052060 Putative uncharacterized protein 5.370913581 L4_chemical_B2 +LQ00X052060 Putative uncharacterized protein 5.596761972 L4_chemical_B3 +LQ00X052060 Putative uncharacterized protein 5.359211035 L4_chemical_C2 +LQ00X052060 Putative uncharacterized protein 5.456131009 L4_chemical_C3 +LQ00X052390 Putative uncharacterized protein 10.10938815 C6_control_A1 +LQ00X052390 Putative uncharacterized protein 9.542602237 C6_control_A3 +LQ00X052390 Putative uncharacterized protein 9.433378759 C6_control_B1 +LQ00X052390 Putative uncharacterized protein 10.37890824 C6_control_B2 +LQ00X052390 Putative uncharacterized protein 9.892025307 C6_control_B3 +LQ00X052390 Putative uncharacterized protein 10.67606907 C6_control_C1 +LQ00X052390 Putative uncharacterized protein 10.49624222 C6_control_C2 +LQ00X052390 Putative uncharacterized protein 10.75737075 C6_control_C3 +LQ00X052390 Putative uncharacterized protein 9.549226188 C6_chemical_A1 +LQ00X052390 Putative uncharacterized protein 9.772081299 C6_chemical_A3 +LQ00X052390 Putative uncharacterized protein 8.73574452 C6_chemical_B1 +LQ00X052390 Putative uncharacterized protein 10.06526209 C6_chemical_B2 +LQ00X052390 Putative uncharacterized protein 9.663337158 C6_chemical_B3 +LQ00X052390 Putative uncharacterized protein 10.46560111 C6_chemical_C1 +LQ00X052390 Putative uncharacterized protein 10.51703981 C6_chemical_C2 +LQ00X052390 Putative uncharacterized protein 10.93907324 C6_chemical_C3 +LQ00X052390 Putative uncharacterized protein 9.663145775 L4_control_A1 +LQ00X052390 Putative uncharacterized protein 10.31777176 L4_control_A2 +LQ00X052390 Putative uncharacterized protein 9.23996952 L4_control_A3 +LQ00X052390 Putative uncharacterized protein 9.111158019 L4_control_B1 +LQ00X052390 Putative uncharacterized protein 9.305775367 L4_control_B2 +LQ00X052390 Putative uncharacterized protein 9.704478596 L4_control_B3 +LQ00X052390 Putative uncharacterized protein 9.55976555 L4_control_C2 +LQ00X052390 Putative uncharacterized protein 9.59914493 L4_control_C3 +LQ00X052390 Putative uncharacterized protein 9.801714255 L4_chemical_A1 +LQ00X052390 Putative uncharacterized protein 9.863817928 L4_chemical_A2 +LQ00X052390 Putative uncharacterized protein 9.325265666 L4_chemical_A3 +LQ00X052390 Putative uncharacterized protein 9.397865316 L4_chemical_B1 +LQ00X052390 Putative uncharacterized protein 9.06962139 L4_chemical_B2 +LQ00X052390 Putative uncharacterized protein 9.311049833 L4_chemical_B3 +LQ00X052390 Putative uncharacterized protein 9.289322941 L4_chemical_C2 +LQ00X052390 Putative uncharacterized protein 9.587835923 L4_chemical_C3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.629227112 C6_control_A1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.105752613 C6_control_A3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.588199691 C6_control_B1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.713861701 C6_control_B2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.144751514 C6_control_B3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.222743085 C6_control_C1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.197223539 C6_control_C2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.949697087 C6_control_C3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.749438982 C6_chemical_A1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.378933065 C6_chemical_A3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.118471714 C6_chemical_B1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.927917269 C6_chemical_B2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.634562772 C6_chemical_B3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 8.015272526 C6_chemical_C1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.768974359 C6_chemical_C2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.010518994 C6_chemical_C3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.313332668 L4_control_A1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 8.240168282 L4_control_A2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.914691924 L4_control_A3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.578797132 L4_control_B1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.149450609 L4_control_B2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.907552468 L4_control_B3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.263742137 L4_control_C2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.474573908 L4_control_C3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.781994189 L4_chemical_A1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.717374223 L4_chemical_A2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.380822112 L4_chemical_A3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.89435291 L4_chemical_B1 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.843499516 L4_chemical_B2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 7.000128636 L4_chemical_B3 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.337902753 L4_chemical_C2 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 5.419201265 L4_chemical_C3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.641322334 C6_control_A1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.03752908 C6_control_A3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.969259169 C6_control_B1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.063717463 C6_control_B2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.170438279 C6_control_B3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.966848886 C6_control_C1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.792459153 C6_control_C2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.189446903 C6_control_C3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.739065087 C6_chemical_A1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.970472788 C6_chemical_A3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.91375614 C6_chemical_B1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.855741355 C6_chemical_B2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.025177311 C6_chemical_B3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.01742392 C6_chemical_C1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.886423395 C6_chemical_C2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.903304658 C6_chemical_C3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.353676514 L4_control_A1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.204806737 L4_control_A2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.087990176 L4_control_A3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.42258936 L4_control_B1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.107032909 L4_control_B2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.846818515 L4_control_B3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.425388672 L4_control_C2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.143889395 L4_control_C3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.997246579 L4_chemical_A1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.913425599 L4_chemical_A2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.875606643 L4_chemical_A3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.891472699 L4_chemical_B1 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.480243719 L4_chemical_B2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.781539094 L4_chemical_B3 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.113012766 L4_chemical_C2 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 5.704301089 L4_chemical_C3 +LQ00X052720 Pathogen-related protein 12.08595095 C6_control_A1 +LQ00X052720 Pathogen-related protein 12.04430554 C6_control_A3 +LQ00X052720 Pathogen-related protein 10.58350036 C6_control_B1 +LQ00X052720 Pathogen-related protein 10.55258741 C6_control_B2 +LQ00X052720 Pathogen-related protein 9.761479155 C6_control_B3 +LQ00X052720 Pathogen-related protein 13.61046625 C6_control_C1 +LQ00X052720 Pathogen-related protein 12.82751202 C6_control_C2 +LQ00X052720 Pathogen-related protein 12.86649708 C6_control_C3 +LQ00X052720 Pathogen-related protein 12.5372558 C6_chemical_A1 +LQ00X052720 Pathogen-related protein 12.43946934 C6_chemical_A3 +LQ00X052720 Pathogen-related protein 10.86903872 C6_chemical_B1 +LQ00X052720 Pathogen-related protein 10.66932692 C6_chemical_B2 +LQ00X052720 Pathogen-related protein 9.800873249 C6_chemical_B3 +LQ00X052720 Pathogen-related protein 13.63263643 C6_chemical_C1 +LQ00X052720 Pathogen-related protein 13.52464364 C6_chemical_C2 +LQ00X052720 Pathogen-related protein 12.72042368 C6_chemical_C3 +LQ00X052720 Pathogen-related protein 12.53318061 L4_control_A1 +LQ00X052720 Pathogen-related protein 11.47134525 L4_control_A2 +LQ00X052720 Pathogen-related protein 11.97203787 L4_control_A3 +LQ00X052720 Pathogen-related protein 9.85323649 L4_control_B1 +LQ00X052720 Pathogen-related protein 9.204305061 L4_control_B2 +LQ00X052720 Pathogen-related protein 8.906737675 L4_control_B3 +LQ00X052720 Pathogen-related protein 11.88201774 L4_control_C2 +LQ00X052720 Pathogen-related protein 11.05629153 L4_control_C3 +LQ00X052720 Pathogen-related protein 13.25495111 L4_chemical_A1 +LQ00X052720 Pathogen-related protein 12.42779439 L4_chemical_A2 +LQ00X052720 Pathogen-related protein 12.85835834 L4_chemical_A3 +LQ00X052720 Pathogen-related protein 11.12140596 L4_chemical_B1 +LQ00X052720 Pathogen-related protein 9.76817945 L4_chemical_B2 +LQ00X052720 Pathogen-related protein 8.884232791 L4_chemical_B3 +LQ00X052720 Pathogen-related protein 11.92923149 L4_chemical_C2 +LQ00X052720 Pathogen-related protein 11.55201597 L4_chemical_C3 +LQ00X052730 Pathogen-related protein 4.800940635 C6_control_A1 +LQ00X052730 Pathogen-related protein 5.278108645 C6_control_A3 +LQ00X052730 Pathogen-related protein 4.486991256 C6_control_B1 +LQ00X052730 Pathogen-related protein 6.00965428 C6_control_B2 +LQ00X052730 Pathogen-related protein 4.794512413 C6_control_B3 +LQ00X052730 Pathogen-related protein 5.290463397 C6_control_C1 +LQ00X052730 Pathogen-related protein 7.064788799 C6_control_C2 +LQ00X052730 Pathogen-related protein 6.381613096 C6_control_C3 +LQ00X052730 Pathogen-related protein 4.829578662 C6_chemical_A1 +LQ00X052730 Pathogen-related protein 4.8203928 C6_chemical_A3 +LQ00X052730 Pathogen-related protein 4.778954358 C6_chemical_B1 +LQ00X052730 Pathogen-related protein 6.848954534 C6_chemical_B2 +LQ00X052730 Pathogen-related protein 5.202877527 C6_chemical_B3 +LQ00X052730 Pathogen-related protein 5.62706445 C6_chemical_C1 +LQ00X052730 Pathogen-related protein 6.134563589 C6_chemical_C2 +LQ00X052730 Pathogen-related protein 5.788595745 C6_chemical_C3 +LQ00X052730 Pathogen-related protein 6.683577573 L4_control_A1 +LQ00X052730 Pathogen-related protein 5.099940341 L4_control_A2 +LQ00X052730 Pathogen-related protein 6.109670974 L4_control_A3 +LQ00X052730 Pathogen-related protein 5.487199654 L4_control_B1 +LQ00X052730 Pathogen-related protein 4.942027664 L4_control_B2 +LQ00X052730 Pathogen-related protein 4.859161617 L4_control_B3 +LQ00X052730 Pathogen-related protein 4.752949961 L4_control_C2 +LQ00X052730 Pathogen-related protein 4.698526268 L4_control_C3 +LQ00X052730 Pathogen-related protein 9.207267952 L4_chemical_A1 +LQ00X052730 Pathogen-related protein 7.981328811 L4_chemical_A2 +LQ00X052730 Pathogen-related protein 7.088786532 L4_chemical_A3 +LQ00X052730 Pathogen-related protein 5.255687392 L4_chemical_B1 +LQ00X052730 Pathogen-related protein 5.311831026 L4_chemical_B2 +LQ00X052730 Pathogen-related protein 5.181809079 L4_chemical_B3 +LQ00X052730 Pathogen-related protein 5.886453429 L4_chemical_C2 +LQ00X052730 Pathogen-related protein 4.816245163 L4_chemical_C3 +LQ00X052740 Putative uncharacterized protein 9.942019067 C6_control_A1 +LQ00X052740 Putative uncharacterized protein 9.093595612 C6_control_A3 +LQ00X052740 Putative uncharacterized protein 9.909858897 C6_control_B1 +LQ00X052740 Putative uncharacterized protein 10.30264652 C6_control_B2 +LQ00X052740 Putative uncharacterized protein 9.905031546 C6_control_B3 +LQ00X052740 Putative uncharacterized protein 9.889469866 C6_control_C1 +LQ00X052740 Putative uncharacterized protein 9.757315821 C6_control_C2 +LQ00X052740 Putative uncharacterized protein 9.793336136 C6_control_C3 +LQ00X052740 Putative uncharacterized protein 9.856764427 C6_chemical_A1 +LQ00X052740 Putative uncharacterized protein 9.579795599 C6_chemical_A3 +LQ00X052740 Putative uncharacterized protein 9.767154322 C6_chemical_B1 +LQ00X052740 Putative uncharacterized protein 10.0958014 C6_chemical_B2 +LQ00X052740 Putative uncharacterized protein 9.821210795 C6_chemical_B3 +LQ00X052740 Putative uncharacterized protein 9.809422937 C6_chemical_C1 +LQ00X052740 Putative uncharacterized protein 9.520548841 C6_chemical_C2 +LQ00X052740 Putative uncharacterized protein 9.648983559 C6_chemical_C3 +LQ00X052740 Putative uncharacterized protein 9.137800558 L4_control_A1 +LQ00X052740 Putative uncharacterized protein 9.543916576 L4_control_A2 +LQ00X052740 Putative uncharacterized protein 8.027524037 L4_control_A3 +LQ00X052740 Putative uncharacterized protein 9.371248403 L4_control_B1 +LQ00X052740 Putative uncharacterized protein 9.978189762 L4_control_B2 +LQ00X052740 Putative uncharacterized protein 9.79792674 L4_control_B3 +LQ00X052740 Putative uncharacterized protein 9.061883861 L4_control_C2 +LQ00X052740 Putative uncharacterized protein 9.886445782 L4_control_C3 +LQ00X052740 Putative uncharacterized protein 9.628174111 L4_chemical_A1 +LQ00X052740 Putative uncharacterized protein 9.057630792 L4_chemical_A2 +LQ00X052740 Putative uncharacterized protein 7.824161307 L4_chemical_A3 +LQ00X052740 Putative uncharacterized protein 9.3346798 L4_chemical_B1 +LQ00X052740 Putative uncharacterized protein 9.4624541 L4_chemical_B2 +LQ00X052740 Putative uncharacterized protein 9.524732136 L4_chemical_B3 +LQ00X052740 Putative uncharacterized protein 8.472454762 L4_chemical_C2 +LQ00X052740 Putative uncharacterized protein 9.668059173 L4_chemical_C3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.104769958 C6_control_A1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.96911863 C6_control_A3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.189938994 C6_control_B1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.751500145 C6_control_B2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.991792198 C6_control_B3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.157258593 C6_control_C1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.218357948 C6_control_C2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.138060814 C6_control_C3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.941524202 C6_chemical_A1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.927123533 C6_chemical_A3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.295601384 C6_chemical_B1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.97178107 C6_chemical_B2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.080454185 C6_chemical_B3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.11130523 C6_chemical_C1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.184672647 C6_chemical_C2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.17140271 C6_chemical_C3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.116995581 L4_control_A1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.643877463 L4_control_A2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.050901889 L4_control_A3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.062605699 L4_control_B1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.965070912 L4_control_B2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.73547966 L4_control_B3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.064000412 L4_control_C2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.014312758 L4_control_C3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.91934839 L4_chemical_A1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.932464777 L4_chemical_A2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.998734463 L4_chemical_A3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.127278679 L4_chemical_B1 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.829206927 L4_chemical_B2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.956398371 L4_chemical_B3 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.464301667 L4_chemical_C2 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 5.459163929 L4_chemical_C3 +LQ00X052830 Predicted protein 5.39556217 C6_control_A1 +LQ00X052830 Predicted protein 6.221505961 C6_control_A3 +LQ00X052830 Predicted protein 6.938114934 C6_control_B1 +LQ00X052830 Predicted protein 6.149597062 C6_control_B2 +LQ00X052830 Predicted protein 6.178155327 C6_control_B3 +LQ00X052830 Predicted protein 6.581345462 C6_control_C1 +LQ00X052830 Predicted protein 6.959505258 C6_control_C2 +LQ00X052830 Predicted protein 5.796955094 C6_control_C3 +LQ00X052830 Predicted protein 5.612185228 C6_chemical_A1 +LQ00X052830 Predicted protein 5.652044811 C6_chemical_A3 +LQ00X052830 Predicted protein 6.326815044 C6_chemical_B1 +LQ00X052830 Predicted protein 5.991197878 C6_chemical_B2 +LQ00X052830 Predicted protein 5.920416169 C6_chemical_B3 +LQ00X052830 Predicted protein 6.885582055 C6_chemical_C1 +LQ00X052830 Predicted protein 5.812774709 C6_chemical_C2 +LQ00X052830 Predicted protein 5.364673529 C6_chemical_C3 +LQ00X052830 Predicted protein 5.600591237 L4_control_A1 +LQ00X052830 Predicted protein 5.753313756 L4_control_A2 +LQ00X052830 Predicted protein 5.397053358 L4_control_A3 +LQ00X052830 Predicted protein 5.334111013 L4_control_B1 +LQ00X052830 Predicted protein 6.246644159 L4_control_B2 +LQ00X052830 Predicted protein 5.860185542 L4_control_B3 +LQ00X052830 Predicted protein 5.644553811 L4_control_C2 +LQ00X052830 Predicted protein 5.856563489 L4_control_C3 +LQ00X052830 Predicted protein 5.406820055 L4_chemical_A1 +LQ00X052830 Predicted protein 5.704640545 L4_chemical_A2 +LQ00X052830 Predicted protein 5.317226734 L4_chemical_A3 +LQ00X052830 Predicted protein 5.951202504 L4_chemical_B1 +LQ00X052830 Predicted protein 5.367810426 L4_chemical_B2 +LQ00X052830 Predicted protein 5.866828313 L4_chemical_B3 +LQ00X052830 Predicted protein 5.836201299 L4_chemical_C2 +LQ00X052830 Predicted protein 5.337713078 L4_chemical_C3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.451186675 C6_control_A1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.875950037 C6_control_A3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.017519941 C6_control_B1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.063893343 C6_control_B2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.411995902 C6_control_B3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.466754876 C6_control_C1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.191563371 C6_control_C2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.18836379 C6_control_C3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.197656738 C6_chemical_A1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.319962219 C6_chemical_A3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.082338778 C6_chemical_B1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.932218657 C6_chemical_B2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.064570793 C6_chemical_B3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.240742535 C6_chemical_C1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.211095071 C6_chemical_C2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.710734335 C6_chemical_C3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.313154013 L4_control_A1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.978955525 L4_control_A2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.24805685 L4_control_A3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.210668466 L4_control_B1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.464556007 L4_control_B2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.032427224 L4_control_B3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.098346461 L4_control_C2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.83911475 L4_control_C3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.883486008 L4_chemical_A1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.07941289 L4_chemical_A2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.23646966 L4_chemical_A3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.975788203 L4_chemical_B1 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.359761445 L4_chemical_B2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.218822623 L4_chemical_B3 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.098126427 L4_chemical_C2 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.352664291 L4_chemical_C3 +LQ00X052990 Hypothetical protein 4.862126642 C6_control_A1 +LQ00X052990 Hypothetical protein 4.879028134 C6_control_A3 +LQ00X052990 Hypothetical protein 5.052835427 C6_control_B1 +LQ00X052990 Hypothetical protein 4.545766767 C6_control_B2 +LQ00X052990 Hypothetical protein 4.892215379 C6_control_B3 +LQ00X052990 Hypothetical protein 4.694100485 C6_control_C1 +LQ00X052990 Hypothetical protein 4.67133562 C6_control_C2 +LQ00X052990 Hypothetical protein 4.676353529 C6_control_C3 +LQ00X052990 Hypothetical protein 5.159807608 C6_chemical_A1 +LQ00X052990 Hypothetical protein 5.027685492 C6_chemical_A3 +LQ00X052990 Hypothetical protein 4.975654488 C6_chemical_B1 +LQ00X052990 Hypothetical protein 4.613861772 C6_chemical_B2 +LQ00X052990 Hypothetical protein 4.750966367 C6_chemical_B3 +LQ00X052990 Hypothetical protein 4.851393941 C6_chemical_C1 +LQ00X052990 Hypothetical protein 4.849835268 C6_chemical_C2 +LQ00X052990 Hypothetical protein 4.686898216 C6_chemical_C3 +LQ00X052990 Hypothetical protein 4.653059452 L4_control_A1 +LQ00X052990 Hypothetical protein 4.988230998 L4_control_A2 +LQ00X052990 Hypothetical protein 5.030331233 L4_control_A3 +LQ00X052990 Hypothetical protein 4.99115476 L4_control_B1 +LQ00X052990 Hypothetical protein 4.795631076 L4_control_B2 +LQ00X052990 Hypothetical protein 4.705565321 L4_control_B3 +LQ00X052990 Hypothetical protein 4.625122763 L4_control_C2 +LQ00X052990 Hypothetical protein 5.212835042 L4_control_C3 +LQ00X052990 Hypothetical protein 5.371324838 L4_chemical_A1 +LQ00X052990 Hypothetical protein 4.785632932 L4_chemical_A2 +LQ00X052990 Hypothetical protein 5.005510829 L4_chemical_A3 +LQ00X052990 Hypothetical protein 4.886748722 L4_chemical_B1 +LQ00X052990 Hypothetical protein 4.782086516 L4_chemical_B2 +LQ00X052990 Hypothetical protein 4.792223734 L4_chemical_B3 +LQ00X052990 Hypothetical protein 4.783240328 L4_chemical_C2 +LQ00X052990 Hypothetical protein 4.924915663 L4_chemical_C3 +LQ00X053030 Hypothetical protein 6.096384587 C6_control_A1 +LQ00X053030 Hypothetical protein 5.040783749 C6_control_A3 +LQ00X053030 Hypothetical protein 5.224930757 C6_control_B1 +LQ00X053030 Hypothetical protein 6.439426666 C6_control_B2 +LQ00X053030 Hypothetical protein 6.292920527 C6_control_B3 +LQ00X053030 Hypothetical protein 5.91148552 C6_control_C1 +LQ00X053030 Hypothetical protein 5.493276918 C6_control_C2 +LQ00X053030 Hypothetical protein 8.936398355 C6_control_C3 +LQ00X053030 Hypothetical protein 6.809170073 C6_chemical_A1 +LQ00X053030 Hypothetical protein 5.763730122 C6_chemical_A3 +LQ00X053030 Hypothetical protein 5.128179244 C6_chemical_B1 +LQ00X053030 Hypothetical protein 5.732587846 C6_chemical_B2 +LQ00X053030 Hypothetical protein 6.503196988 C6_chemical_B3 +LQ00X053030 Hypothetical protein 5.792452164 C6_chemical_C1 +LQ00X053030 Hypothetical protein 5.446245882 C6_chemical_C2 +LQ00X053030 Hypothetical protein 7.436952115 C6_chemical_C3 +LQ00X053030 Hypothetical protein 6.316198762 L4_control_A1 +LQ00X053030 Hypothetical protein 5.502129511 L4_control_A2 +LQ00X053030 Hypothetical protein 4.956201858 L4_control_A3 +LQ00X053030 Hypothetical protein 5.522647735 L4_control_B1 +LQ00X053030 Hypothetical protein 5.064492506 L4_control_B2 +LQ00X053030 Hypothetical protein 5.751990267 L4_control_B3 +LQ00X053030 Hypothetical protein 7.127185105 L4_control_C2 +LQ00X053030 Hypothetical protein 6.030256731 L4_control_C3 +LQ00X053030 Hypothetical protein 5.740075419 L4_chemical_A1 +LQ00X053030 Hypothetical protein 5.65294981 L4_chemical_A2 +LQ00X053030 Hypothetical protein 5.158282831 L4_chemical_A3 +LQ00X053030 Hypothetical protein 5.634751911 L4_chemical_B1 +LQ00X053030 Hypothetical protein 5.332308772 L4_chemical_B2 +LQ00X053030 Hypothetical protein 5.659216783 L4_chemical_B3 +LQ00X053030 Hypothetical protein 6.196338293 L4_chemical_C2 +LQ00X053030 Hypothetical protein 6.090777387 L4_chemical_C3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.43876412 C6_control_A1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.46776299 C6_control_A3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.31585985 C6_control_B1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.65501099 C6_control_B2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.36780893 C6_control_B3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.58544022 C6_control_C1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.65731158 C6_control_C2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.75278261 C6_control_C3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.12744561 C6_chemical_A1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.99365334 C6_chemical_A3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.1075599 C6_chemical_B1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.37018995 C6_chemical_B2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.06053985 C6_chemical_B3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.50833769 C6_chemical_C1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.27471114 C6_chemical_C2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.18064835 C6_chemical_C3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.34879827 L4_control_A1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.73053497 L4_control_A2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 10.21998607 L4_control_A3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.0789895 L4_control_B1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.07191886 L4_control_B2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.05464887 L4_control_B3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.86752866 L4_control_C2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.30775592 L4_control_C3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.86973016 L4_chemical_A1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.43895348 L4_chemical_A2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 10.57794265 L4_chemical_A3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.985967 L4_chemical_B1 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.65721773 L4_chemical_B2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 10.93568088 L4_chemical_B3 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.43588265 L4_chemical_C2 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 11.67027009 L4_chemical_C3 +LQ00X053160 Hypothetical protein 4.708184146 C6_control_A1 +LQ00X053160 Hypothetical protein 4.617810646 C6_control_A3 +LQ00X053160 Hypothetical protein 4.907860488 C6_control_B1 +LQ00X053160 Hypothetical protein 4.470194758 C6_control_B2 +LQ00X053160 Hypothetical protein 4.891326632 C6_control_B3 +LQ00X053160 Hypothetical protein 4.899531635 C6_control_C1 +LQ00X053160 Hypothetical protein 4.509435582 C6_control_C2 +LQ00X053160 Hypothetical protein 4.802472459 C6_control_C3 +LQ00X053160 Hypothetical protein 4.779999652 C6_chemical_A1 +LQ00X053160 Hypothetical protein 4.643841254 C6_chemical_A3 +LQ00X053160 Hypothetical protein 4.78126426 C6_chemical_B1 +LQ00X053160 Hypothetical protein 4.634808843 C6_chemical_B2 +LQ00X053160 Hypothetical protein 4.72411357 C6_chemical_B3 +LQ00X053160 Hypothetical protein 4.766169802 C6_chemical_C1 +LQ00X053160 Hypothetical protein 4.639648603 C6_chemical_C2 +LQ00X053160 Hypothetical protein 4.722174312 C6_chemical_C3 +LQ00X053160 Hypothetical protein 4.846260518 L4_control_A1 +LQ00X053160 Hypothetical protein 4.564573273 L4_control_A2 +LQ00X053160 Hypothetical protein 4.919996923 L4_control_A3 +LQ00X053160 Hypothetical protein 5.052122303 L4_control_B1 +LQ00X053160 Hypothetical protein 4.843927437 L4_control_B2 +LQ00X053160 Hypothetical protein 4.802935991 L4_control_B3 +LQ00X053160 Hypothetical protein 5.249768134 L4_control_C2 +LQ00X053160 Hypothetical protein 5.005742905 L4_control_C3 +LQ00X053160 Hypothetical protein 5.078148778 L4_chemical_A1 +LQ00X053160 Hypothetical protein 4.50175212 L4_chemical_A2 +LQ00X053160 Hypothetical protein 4.991713771 L4_chemical_A3 +LQ00X053160 Hypothetical protein 4.519358015 L4_chemical_B1 +LQ00X053160 Hypothetical protein 4.795760499 L4_chemical_B2 +LQ00X053160 Hypothetical protein 4.602332448 L4_chemical_B3 +LQ00X053160 Hypothetical protein 5.34702777 L4_chemical_C2 +LQ00X053160 Hypothetical protein 4.464231208 L4_chemical_C3 +LQ00X053210 Hypothetical protein 9.868999768 C6_control_A1 +LQ00X053210 Hypothetical protein 9.27706287 C6_control_A3 +LQ00X053210 Hypothetical protein 9.752413222 C6_control_B1 +LQ00X053210 Hypothetical protein 11.10500457 C6_control_B2 +LQ00X053210 Hypothetical protein 12.28357305 C6_control_B3 +LQ00X053210 Hypothetical protein 11.44196548 C6_control_C1 +LQ00X053210 Hypothetical protein 11.618638 C6_control_C2 +LQ00X053210 Hypothetical protein 12.31120131 C6_control_C3 +LQ00X053210 Hypothetical protein 9.071580097 C6_chemical_A1 +LQ00X053210 Hypothetical protein 9.264535238 C6_chemical_A3 +LQ00X053210 Hypothetical protein 9.654755296 C6_chemical_B1 +LQ00X053210 Hypothetical protein 10.93845573 C6_chemical_B2 +LQ00X053210 Hypothetical protein 12.7979479 C6_chemical_B3 +LQ00X053210 Hypothetical protein 11.41843947 C6_chemical_C1 +LQ00X053210 Hypothetical protein 10.94508595 C6_chemical_C2 +LQ00X053210 Hypothetical protein 12.34420158 C6_chemical_C3 +LQ00X053210 Hypothetical protein 9.713562133 L4_control_A1 +LQ00X053210 Hypothetical protein 10.05907436 L4_control_A2 +LQ00X053210 Hypothetical protein 10.77078395 L4_control_A3 +LQ00X053210 Hypothetical protein 12.46014655 L4_control_B1 +LQ00X053210 Hypothetical protein 10.34402389 L4_control_B2 +LQ00X053210 Hypothetical protein 13.96186207 L4_control_B3 +LQ00X053210 Hypothetical protein 10.05124409 L4_control_C2 +LQ00X053210 Hypothetical protein 12.01476441 L4_control_C3 +LQ00X053210 Hypothetical protein 10.5527933 L4_chemical_A1 +LQ00X053210 Hypothetical protein 9.721095878 L4_chemical_A2 +LQ00X053210 Hypothetical protein 11.0200605 L4_chemical_A3 +LQ00X053210 Hypothetical protein 12.12801197 L4_chemical_B1 +LQ00X053210 Hypothetical protein 10.8188826 L4_chemical_B2 +LQ00X053210 Hypothetical protein 12.94278292 L4_chemical_B3 +LQ00X053210 Hypothetical protein 11.0154645 L4_chemical_C2 +LQ00X053210 Hypothetical protein 11.23060655 L4_chemical_C3 +LQ00X053570 F21O3.11 protein 5.860254005 C6_control_A1 +LQ00X053570 F21O3.11 protein 5.521394599 C6_control_A3 +LQ00X053570 F21O3.11 protein 6.01862406 C6_control_B1 +LQ00X053570 F21O3.11 protein 5.631454033 C6_control_B2 +LQ00X053570 F21O3.11 protein 5.751945533 C6_control_B3 +LQ00X053570 F21O3.11 protein 5.298518857 C6_control_C1 +LQ00X053570 F21O3.11 protein 5.467216194 C6_control_C2 +LQ00X053570 F21O3.11 protein 5.507541291 C6_control_C3 +LQ00X053570 F21O3.11 protein 5.872251478 C6_chemical_A1 +LQ00X053570 F21O3.11 protein 5.617448561 C6_chemical_A3 +LQ00X053570 F21O3.11 protein 5.381297609 C6_chemical_B1 +LQ00X053570 F21O3.11 protein 5.498811274 C6_chemical_B2 +LQ00X053570 F21O3.11 protein 5.385416104 C6_chemical_B3 +LQ00X053570 F21O3.11 protein 5.180537437 C6_chemical_C1 +LQ00X053570 F21O3.11 protein 5.39734625 C6_chemical_C2 +LQ00X053570 F21O3.11 protein 5.023809113 C6_chemical_C3 +LQ00X053570 F21O3.11 protein 5.623332786 L4_control_A1 +LQ00X053570 F21O3.11 protein 5.904490021 L4_control_A2 +LQ00X053570 F21O3.11 protein 6.734084105 L4_control_A3 +LQ00X053570 F21O3.11 protein 5.643856936 L4_control_B1 +LQ00X053570 F21O3.11 protein 5.545951495 L4_control_B2 +LQ00X053570 F21O3.11 protein 5.702439387 L4_control_B3 +LQ00X053570 F21O3.11 protein 5.900412422 L4_control_C2 +LQ00X053570 F21O3.11 protein 5.336240222 L4_control_C3 +LQ00X053570 F21O3.11 protein 5.524891719 L4_chemical_A1 +LQ00X053570 F21O3.11 protein 6.084751881 L4_chemical_A2 +LQ00X053570 F21O3.11 protein 6.866138118 L4_chemical_A3 +LQ00X053570 F21O3.11 protein 5.5325529 L4_chemical_B1 +LQ00X053570 F21O3.11 protein 5.601420243 L4_chemical_B2 +LQ00X053570 F21O3.11 protein 5.655026821 L4_chemical_B3 +LQ00X053570 F21O3.11 protein 5.756828621 L4_chemical_C2 +LQ00X053570 F21O3.11 protein 5.324504871 L4_chemical_C3 +LQ00X053610 Hypothetical protein 4.675647611 C6_control_A1 +LQ00X053610 Hypothetical protein 4.785298102 C6_control_A3 +LQ00X053610 Hypothetical protein 4.803749888 C6_control_B1 +LQ00X053610 Hypothetical protein 5.168355248 C6_control_B2 +LQ00X053610 Hypothetical protein 5.049149035 C6_control_B3 +LQ00X053610 Hypothetical protein 5.544116377 C6_control_C1 +LQ00X053610 Hypothetical protein 4.944888464 C6_control_C2 +LQ00X053610 Hypothetical protein 5.16632707 C6_control_C3 +LQ00X053610 Hypothetical protein 4.900524765 C6_chemical_A1 +LQ00X053610 Hypothetical protein 4.956023892 C6_chemical_A3 +LQ00X053610 Hypothetical protein 4.759679577 C6_chemical_B1 +LQ00X053610 Hypothetical protein 4.985842557 C6_chemical_B2 +LQ00X053610 Hypothetical protein 5.245508197 C6_chemical_B3 +LQ00X053610 Hypothetical protein 5.619931136 C6_chemical_C1 +LQ00X053610 Hypothetical protein 5.240464573 C6_chemical_C2 +LQ00X053610 Hypothetical protein 5.093479428 C6_chemical_C3 +LQ00X053610 Hypothetical protein 4.76251392 L4_control_A1 +LQ00X053610 Hypothetical protein 4.932369289 L4_control_A2 +LQ00X053610 Hypothetical protein 4.806857702 L4_control_A3 +LQ00X053610 Hypothetical protein 5.658502911 L4_control_B1 +LQ00X053610 Hypothetical protein 4.723709597 L4_control_B2 +LQ00X053610 Hypothetical protein 4.621591332 L4_control_B3 +LQ00X053610 Hypothetical protein 4.713841044 L4_control_C2 +LQ00X053610 Hypothetical protein 4.995713313 L4_control_C3 +LQ00X053610 Hypothetical protein 4.977912551 L4_chemical_A1 +LQ00X053610 Hypothetical protein 5.021022251 L4_chemical_A2 +LQ00X053610 Hypothetical protein 5.308123374 L4_chemical_A3 +LQ00X053610 Hypothetical protein 5.371798801 L4_chemical_B1 +LQ00X053610 Hypothetical protein 4.858377482 L4_chemical_B2 +LQ00X053610 Hypothetical protein 4.817533555 L4_chemical_B3 +LQ00X053610 Hypothetical protein 4.687381068 L4_chemical_C2 +LQ00X053610 Hypothetical protein 5.241441609 L4_chemical_C3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.857008607 C6_control_A1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.590802238 C6_control_A3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.31270703 C6_control_B1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 10.15028357 C6_control_B2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.163423736 C6_control_B3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 10.4159587 C6_control_C1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 10.39273022 C6_control_C2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 10.06986019 C6_control_C3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.849876177 C6_chemical_A1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.726711704 C6_chemical_A3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.25062082 C6_chemical_B1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 10.36816396 C6_chemical_B2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 8.878670641 C6_chemical_B3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 10.32180892 C6_chemical_C1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 10.60250154 C6_chemical_C2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 10.12106277 C6_chemical_C3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.728941245 L4_control_A1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.810285072 L4_control_A2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.332599203 L4_control_A3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.390596733 L4_control_B1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.286601843 L4_control_B2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.588017648 L4_control_B3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.489455842 L4_control_C2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.029046742 L4_control_C3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.811092599 L4_chemical_A1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.811350428 L4_chemical_A2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.426189832 L4_chemical_A3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 8.743947188 L4_chemical_B1 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 8.999802597 L4_chemical_B2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.329517073 L4_chemical_B3 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.831407861 L4_chemical_C2 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.459561444 L4_chemical_C3 +LQ00X053860 Hypothetical protein 5.45960356 C6_control_A1 +LQ00X053860 Hypothetical protein 5.467275027 C6_control_A3 +LQ00X053860 Hypothetical protein 5.93440083 C6_control_B1 +LQ00X053860 Hypothetical protein 5.511348287 C6_control_B2 +LQ00X053860 Hypothetical protein 5.372930457 C6_control_B3 +LQ00X053860 Hypothetical protein 6.271897044 C6_control_C1 +LQ00X053860 Hypothetical protein 6.430893365 C6_control_C2 +LQ00X053860 Hypothetical protein 6.397531956 C6_control_C3 +LQ00X053860 Hypothetical protein 5.511829251 C6_chemical_A1 +LQ00X053860 Hypothetical protein 5.305172446 C6_chemical_A3 +LQ00X053860 Hypothetical protein 5.758758227 C6_chemical_B1 +LQ00X053860 Hypothetical protein 5.273528671 C6_chemical_B2 +LQ00X053860 Hypothetical protein 5.47097909 C6_chemical_B3 +LQ00X053860 Hypothetical protein 6.761462586 C6_chemical_C1 +LQ00X053860 Hypothetical protein 6.126906159 C6_chemical_C2 +LQ00X053860 Hypothetical protein 6.914523316 C6_chemical_C3 +LQ00X053860 Hypothetical protein 4.911633902 L4_control_A1 +LQ00X053860 Hypothetical protein 5.575204337 L4_control_A2 +LQ00X053860 Hypothetical protein 5.128438609 L4_control_A3 +LQ00X053860 Hypothetical protein 6.245818282 L4_control_B1 +LQ00X053860 Hypothetical protein 5.457340404 L4_control_B2 +LQ00X053860 Hypothetical protein 5.914527869 L4_control_B3 +LQ00X053860 Hypothetical protein 6.288229909 L4_control_C2 +LQ00X053860 Hypothetical protein 5.14846785 L4_control_C3 +LQ00X053860 Hypothetical protein 5.425940569 L4_chemical_A1 +LQ00X053860 Hypothetical protein 5.23974192 L4_chemical_A2 +LQ00X053860 Hypothetical protein 5.388328902 L4_chemical_A3 +LQ00X053860 Hypothetical protein 5.805744402 L4_chemical_B1 +LQ00X053860 Hypothetical protein 5.926012282 L4_chemical_B2 +LQ00X053860 Hypothetical protein 5.564212367 L4_chemical_B3 +LQ00X053860 Hypothetical protein 5.709758209 L4_chemical_C2 +LQ00X053860 Hypothetical protein 6.078554915 L4_chemical_C3 +LQ00X054120 Putative Protein WAX2 13.98265242 C6_control_A1 +LQ00X054120 Putative Protein WAX2 14.26207616 C6_control_A3 +LQ00X054120 Putative Protein WAX2 14.07732479 C6_control_B1 +LQ00X054120 Putative Protein WAX2 14.19204227 C6_control_B2 +LQ00X054120 Putative Protein WAX2 14.29107293 C6_control_B3 +LQ00X054120 Putative Protein WAX2 14.43910245 C6_control_C1 +LQ00X054120 Putative Protein WAX2 14.93815727 C6_control_C2 +LQ00X054120 Putative Protein WAX2 14.94845923 C6_control_C3 +LQ00X054120 Putative Protein WAX2 14.18429624 C6_chemical_A1 +LQ00X054120 Putative Protein WAX2 15.07998894 C6_chemical_A3 +LQ00X054120 Putative Protein WAX2 14.82029457 C6_chemical_B1 +LQ00X054120 Putative Protein WAX2 14.57989117 C6_chemical_B2 +LQ00X054120 Putative Protein WAX2 14.96553442 C6_chemical_B3 +LQ00X054120 Putative Protein WAX2 13.82953347 C6_chemical_C1 +LQ00X054120 Putative Protein WAX2 14.85266046 C6_chemical_C2 +LQ00X054120 Putative Protein WAX2 15.29359606 C6_chemical_C3 +LQ00X054120 Putative Protein WAX2 14.07924381 L4_control_A1 +LQ00X054120 Putative Protein WAX2 14.04809666 L4_control_A2 +LQ00X054120 Putative Protein WAX2 14.35079141 L4_control_A3 +LQ00X054120 Putative Protein WAX2 15.02598157 L4_control_B1 +LQ00X054120 Putative Protein WAX2 14.85570439 L4_control_B2 +LQ00X054120 Putative Protein WAX2 14.87477802 L4_control_B3 +LQ00X054120 Putative Protein WAX2 15.02776805 L4_control_C2 +LQ00X054120 Putative Protein WAX2 15.0520983 L4_control_C3 +LQ00X054120 Putative Protein WAX2 14.4125716 L4_chemical_A1 +LQ00X054120 Putative Protein WAX2 14.86221452 L4_chemical_A2 +LQ00X054120 Putative Protein WAX2 14.2265962 L4_chemical_A3 +LQ00X054120 Putative Protein WAX2 14.83418505 L4_chemical_B1 +LQ00X054120 Putative Protein WAX2 14.84784765 L4_chemical_B2 +LQ00X054120 Putative Protein WAX2 15.21598014 L4_chemical_B3 +LQ00X054120 Putative Protein WAX2 15.36215085 L4_chemical_C2 +LQ00X054120 Putative Protein WAX2 15.17965276 L4_chemical_C3 +LQ00X054130 Predicted protein 11.38656395 C6_control_A1 +LQ00X054130 Predicted protein 11.80643965 C6_control_A3 +LQ00X054130 Predicted protein 10.60347972 C6_control_B1 +LQ00X054130 Predicted protein 8.787178966 C6_control_B2 +LQ00X054130 Predicted protein 9.78717514 C6_control_B3 +LQ00X054130 Predicted protein 8.932790872 C6_control_C1 +LQ00X054130 Predicted protein 8.074737653 C6_control_C2 +LQ00X054130 Predicted protein 9.104371258 C6_control_C3 +LQ00X054130 Predicted protein 11.036847 C6_chemical_A1 +LQ00X054130 Predicted protein 11.70564838 C6_chemical_A3 +LQ00X054130 Predicted protein 10.02002912 C6_chemical_B1 +LQ00X054130 Predicted protein 8.65592736 C6_chemical_B2 +LQ00X054130 Predicted protein 9.399148283 C6_chemical_B3 +LQ00X054130 Predicted protein 8.461481253 C6_chemical_C1 +LQ00X054130 Predicted protein 8.186074992 C6_chemical_C2 +LQ00X054130 Predicted protein 8.415160991 C6_chemical_C3 +LQ00X054130 Predicted protein 12.40822431 L4_control_A1 +LQ00X054130 Predicted protein 11.443221 L4_control_A2 +LQ00X054130 Predicted protein 12.46549486 L4_control_A3 +LQ00X054130 Predicted protein 10.15512682 L4_control_B1 +LQ00X054130 Predicted protein 10.90742227 L4_control_B2 +LQ00X054130 Predicted protein 8.678844804 L4_control_B3 +LQ00X054130 Predicted protein 9.824545825 L4_control_C2 +LQ00X054130 Predicted protein 10.15907339 L4_control_C3 +LQ00X054130 Predicted protein 11.0404678 L4_chemical_A1 +LQ00X054130 Predicted protein 11.28891404 L4_chemical_A2 +LQ00X054130 Predicted protein 12.80906287 L4_chemical_A3 +LQ00X054130 Predicted protein 10.70230912 L4_chemical_B1 +LQ00X054130 Predicted protein 10.44804673 L4_chemical_B2 +LQ00X054130 Predicted protein 10.72878273 L4_chemical_B3 +LQ00X054130 Predicted protein 9.684592111 L4_chemical_C2 +LQ00X054130 Predicted protein 9.702307574 L4_chemical_C3 +LQ00X054160 Putative uncharacterized protein 7.543232467 C6_control_A1 +LQ00X054160 Putative uncharacterized protein 5.304431704 C6_control_A3 +LQ00X054160 Putative uncharacterized protein 7.132739154 C6_control_B1 +LQ00X054160 Putative uncharacterized protein 8.627564074 C6_control_B2 +LQ00X054160 Putative uncharacterized protein 7.632627349 C6_control_B3 +LQ00X054160 Putative uncharacterized protein 9.05610747 C6_control_C1 +LQ00X054160 Putative uncharacterized protein 7.43533619 C6_control_C2 +LQ00X054160 Putative uncharacterized protein 9.167877866 C6_control_C3 +LQ00X054160 Putative uncharacterized protein 7.70634505 C6_chemical_A1 +LQ00X054160 Putative uncharacterized protein 7.477191031 C6_chemical_A3 +LQ00X054160 Putative uncharacterized protein 6.847772662 C6_chemical_B1 +LQ00X054160 Putative uncharacterized protein 8.164408656 C6_chemical_B2 +LQ00X054160 Putative uncharacterized protein 7.892726965 C6_chemical_B3 +LQ00X054160 Putative uncharacterized protein 8.77854249 C6_chemical_C1 +LQ00X054160 Putative uncharacterized protein 8.650874547 C6_chemical_C2 +LQ00X054160 Putative uncharacterized protein 9.760947961 C6_chemical_C3 +LQ00X054160 Putative uncharacterized protein 7.61699117 L4_control_A1 +LQ00X054160 Putative uncharacterized protein 7.743193211 L4_control_A2 +LQ00X054160 Putative uncharacterized protein 7.296720952 L4_control_A3 +LQ00X054160 Putative uncharacterized protein 7.478058076 L4_control_B1 +LQ00X054160 Putative uncharacterized protein 7.755794506 L4_control_B2 +LQ00X054160 Putative uncharacterized protein 7.967131817 L4_control_B3 +LQ00X054160 Putative uncharacterized protein 8.515730954 L4_control_C2 +LQ00X054160 Putative uncharacterized protein 7.544785639 L4_control_C3 +LQ00X054160 Putative uncharacterized protein 7.861719812 L4_chemical_A1 +LQ00X054160 Putative uncharacterized protein 8.396540986 L4_chemical_A2 +LQ00X054160 Putative uncharacterized protein 7.148041368 L4_chemical_A3 +LQ00X054160 Putative uncharacterized protein 7.526534731 L4_chemical_B1 +LQ00X054160 Putative uncharacterized protein 8.863310785 L4_chemical_B2 +LQ00X054160 Putative uncharacterized protein 7.887401317 L4_chemical_B3 +LQ00X054160 Putative uncharacterized protein 8.866179368 L4_chemical_C2 +LQ00X054160 Putative uncharacterized protein 8.287595434 L4_chemical_C3 +LQ00X054210 Putative phagocytic receptor 1b 11.99632944 C6_control_A1 +LQ00X054210 Putative phagocytic receptor 1b 11.73421334 C6_control_A3 +LQ00X054210 Putative phagocytic receptor 1b 12.00254797 C6_control_B1 +LQ00X054210 Putative phagocytic receptor 1b 11.91170341 C6_control_B2 +LQ00X054210 Putative phagocytic receptor 1b 11.84925172 C6_control_B3 +LQ00X054210 Putative phagocytic receptor 1b 11.59201748 C6_control_C1 +LQ00X054210 Putative phagocytic receptor 1b 11.28970484 C6_control_C2 +LQ00X054210 Putative phagocytic receptor 1b 11.40064619 C6_control_C3 +LQ00X054210 Putative phagocytic receptor 1b 11.91934824 C6_chemical_A1 +LQ00X054210 Putative phagocytic receptor 1b 11.59185703 C6_chemical_A3 +LQ00X054210 Putative phagocytic receptor 1b 11.93909013 C6_chemical_B1 +LQ00X054210 Putative phagocytic receptor 1b 11.65115595 C6_chemical_B2 +LQ00X054210 Putative phagocytic receptor 1b 11.72766308 C6_chemical_B3 +LQ00X054210 Putative phagocytic receptor 1b 11.38334742 C6_chemical_C1 +LQ00X054210 Putative phagocytic receptor 1b 11.25679928 C6_chemical_C2 +LQ00X054210 Putative phagocytic receptor 1b 11.02904104 C6_chemical_C3 +LQ00X054210 Putative phagocytic receptor 1b 12.24035889 L4_control_A1 +LQ00X054210 Putative phagocytic receptor 1b 12.04399657 L4_control_A2 +LQ00X054210 Putative phagocytic receptor 1b 12.29288684 L4_control_A3 +LQ00X054210 Putative phagocytic receptor 1b 12.10142609 L4_control_B1 +LQ00X054210 Putative phagocytic receptor 1b 11.52226084 L4_control_B2 +LQ00X054210 Putative phagocytic receptor 1b 11.91693388 L4_control_B3 +LQ00X054210 Putative phagocytic receptor 1b 11.34850056 L4_control_C2 +LQ00X054210 Putative phagocytic receptor 1b 11.13074009 L4_control_C3 +LQ00X054210 Putative phagocytic receptor 1b 12.21534694 L4_chemical_A1 +LQ00X054210 Putative phagocytic receptor 1b 12.13103075 L4_chemical_A2 +LQ00X054210 Putative phagocytic receptor 1b 12.56572439 L4_chemical_A3 +LQ00X054210 Putative phagocytic receptor 1b 11.8989472 L4_chemical_B1 +LQ00X054210 Putative phagocytic receptor 1b 11.59784578 L4_chemical_B2 +LQ00X054210 Putative phagocytic receptor 1b 11.93532572 L4_chemical_B3 +LQ00X054210 Putative phagocytic receptor 1b 11.3486633 L4_chemical_C2 +LQ00X054210 Putative phagocytic receptor 1b 11.42570083 L4_chemical_C3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.17951168 C6_control_A1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.467524902 C6_control_A3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.525734609 C6_control_B1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 4.867769192 C6_control_B2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.16843683 C6_control_B3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 4.956343206 C6_control_C1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 4.847615942 C6_control_C2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 4.89696715 C6_control_C3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.171168132 C6_chemical_A1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.336143692 C6_chemical_A3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.824860422 C6_chemical_B1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 4.982333816 C6_chemical_B2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.564430673 C6_chemical_B3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 4.978064567 C6_chemical_C1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 4.86724166 C6_chemical_C2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.031326847 C6_chemical_C3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.161565409 L4_control_A1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.614815146 L4_control_A2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.515210981 L4_control_A3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.591487023 L4_control_B1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.331486572 L4_control_B2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.25390372 L4_control_B3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.679587577 L4_control_C2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.123583244 L4_control_C3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.160669832 L4_chemical_A1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.471367088 L4_chemical_A2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.592351527 L4_chemical_A3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.184585605 L4_chemical_B1 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.26366744 L4_chemical_B2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.088061079 L4_chemical_B3 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.258479743 L4_chemical_C2 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.082248752 L4_chemical_C3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.68538891 C6_control_A1 +LQ00X054280 Ferredoxin-3, chloroplastic 8.592896459 C6_control_A3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.531000395 C6_control_B1 +LQ00X054280 Ferredoxin-3, chloroplastic 6.67153896 C6_control_B2 +LQ00X054280 Ferredoxin-3, chloroplastic 7.098955561 C6_control_B3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.423873375 C6_control_C1 +LQ00X054280 Ferredoxin-3, chloroplastic 8.776487859 C6_control_C2 +LQ00X054280 Ferredoxin-3, chloroplastic 6.880247628 C6_control_C3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.572478019 C6_chemical_A1 +LQ00X054280 Ferredoxin-3, chloroplastic 6.405764968 C6_chemical_A3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.400403985 C6_chemical_B1 +LQ00X054280 Ferredoxin-3, chloroplastic 6.981637494 C6_chemical_B2 +LQ00X054280 Ferredoxin-3, chloroplastic 5.885813528 C6_chemical_B3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.398728978 C6_chemical_C1 +LQ00X054280 Ferredoxin-3, chloroplastic 7.148046077 C6_chemical_C2 +LQ00X054280 Ferredoxin-3, chloroplastic 6.047349572 C6_chemical_C3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.878772519 L4_control_A1 +LQ00X054280 Ferredoxin-3, chloroplastic 6.799230246 L4_control_A2 +LQ00X054280 Ferredoxin-3, chloroplastic 6.105659881 L4_control_A3 +LQ00X054280 Ferredoxin-3, chloroplastic 5.810792639 L4_control_B1 +LQ00X054280 Ferredoxin-3, chloroplastic 6.443543194 L4_control_B2 +LQ00X054280 Ferredoxin-3, chloroplastic 6.559017495 L4_control_B3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.052971857 L4_control_C2 +LQ00X054280 Ferredoxin-3, chloroplastic 6.996004706 L4_control_C3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.226063377 L4_chemical_A1 +LQ00X054280 Ferredoxin-3, chloroplastic 6.52381215 L4_chemical_A2 +LQ00X054280 Ferredoxin-3, chloroplastic 6.512168565 L4_chemical_A3 +LQ00X054280 Ferredoxin-3, chloroplastic 7.063187881 L4_chemical_B1 +LQ00X054280 Ferredoxin-3, chloroplastic 7.397476674 L4_chemical_B2 +LQ00X054280 Ferredoxin-3, chloroplastic 6.74005771 L4_chemical_B3 +LQ00X054280 Ferredoxin-3, chloroplastic 6.241963989 L4_chemical_C2 +LQ00X054280 Ferredoxin-3, chloroplastic 6.949004706 L4_chemical_C3 +LQ00X054310 Probable calcium-binding protein CML48 9.343555621 C6_control_A1 +LQ00X054310 Probable calcium-binding protein CML48 9.078523317 C6_control_A3 +LQ00X054310 Probable calcium-binding protein CML48 9.137632991 C6_control_B1 +LQ00X054310 Probable calcium-binding protein CML48 9.263471389 C6_control_B2 +LQ00X054310 Probable calcium-binding protein CML48 9.274526591 C6_control_B3 +LQ00X054310 Probable calcium-binding protein CML48 9.95785159 C6_control_C1 +LQ00X054310 Probable calcium-binding protein CML48 9.633261653 C6_control_C2 +LQ00X054310 Probable calcium-binding protein CML48 10.05506916 C6_control_C3 +LQ00X054310 Probable calcium-binding protein CML48 9.126677212 C6_chemical_A1 +LQ00X054310 Probable calcium-binding protein CML48 8.910491094 C6_chemical_A3 +LQ00X054310 Probable calcium-binding protein CML48 8.819787114 C6_chemical_B1 +LQ00X054310 Probable calcium-binding protein CML48 9.068764734 C6_chemical_B2 +LQ00X054310 Probable calcium-binding protein CML48 8.482684559 C6_chemical_B3 +LQ00X054310 Probable calcium-binding protein CML48 9.801237992 C6_chemical_C1 +LQ00X054310 Probable calcium-binding protein CML48 9.720371448 C6_chemical_C2 +LQ00X054310 Probable calcium-binding protein CML48 10.00562768 C6_chemical_C3 +LQ00X054310 Probable calcium-binding protein CML48 8.583614865 L4_control_A1 +LQ00X054310 Probable calcium-binding protein CML48 8.21452733 L4_control_A2 +LQ00X054310 Probable calcium-binding protein CML48 9.022689561 L4_control_A3 +LQ00X054310 Probable calcium-binding protein CML48 8.400019715 L4_control_B1 +LQ00X054310 Probable calcium-binding protein CML48 8.776473587 L4_control_B2 +LQ00X054310 Probable calcium-binding protein CML48 8.697305662 L4_control_B3 +LQ00X054310 Probable calcium-binding protein CML48 9.834369587 L4_control_C2 +LQ00X054310 Probable calcium-binding protein CML48 9.472707393 L4_control_C3 +LQ00X054310 Probable calcium-binding protein CML48 9.660291068 L4_chemical_A1 +LQ00X054310 Probable calcium-binding protein CML48 8.719265573 L4_chemical_A2 +LQ00X054310 Probable calcium-binding protein CML48 8.877743658 L4_chemical_A3 +LQ00X054310 Probable calcium-binding protein CML48 9.053202562 L4_chemical_B1 +LQ00X054310 Probable calcium-binding protein CML48 8.875087001 L4_chemical_B2 +LQ00X054310 Probable calcium-binding protein CML48 8.459353463 L4_chemical_B3 +LQ00X054310 Probable calcium-binding protein CML48 9.839162826 L4_chemical_C2 +LQ00X054310 Probable calcium-binding protein CML48 9.198343143 L4_chemical_C3 +LQ00X054320 Predicted protein 11.86255736 C6_control_A1 +LQ00X054320 Predicted protein 12.61525244 C6_control_A3 +LQ00X054320 Predicted protein 11.00081033 C6_control_B1 +LQ00X054320 Predicted protein 10.30888584 C6_control_B2 +LQ00X054320 Predicted protein 10.84174117 C6_control_B3 +LQ00X054320 Predicted protein 11.02357059 C6_control_C1 +LQ00X054320 Predicted protein 10.60456947 C6_control_C2 +LQ00X054320 Predicted protein 10.82000933 C6_control_C3 +LQ00X054320 Predicted protein 11.05874491 C6_chemical_A1 +LQ00X054320 Predicted protein 11.94876599 C6_chemical_A3 +LQ00X054320 Predicted protein 10.59558003 C6_chemical_B1 +LQ00X054320 Predicted protein 9.857150579 C6_chemical_B2 +LQ00X054320 Predicted protein 10.29671287 C6_chemical_B3 +LQ00X054320 Predicted protein 10.74813732 C6_chemical_C1 +LQ00X054320 Predicted protein 10.44773112 C6_chemical_C2 +LQ00X054320 Predicted protein 10.69884953 C6_chemical_C3 +LQ00X054320 Predicted protein 12.51297125 L4_control_A1 +LQ00X054320 Predicted protein 12.08569168 L4_control_A2 +LQ00X054320 Predicted protein 12.07421541 L4_control_A3 +LQ00X054320 Predicted protein 10.5805505 L4_control_B1 +LQ00X054320 Predicted protein 9.789781281 L4_control_B2 +LQ00X054320 Predicted protein 10.28257637 L4_control_B3 +LQ00X054320 Predicted protein 10.46084583 L4_control_C2 +LQ00X054320 Predicted protein 10.32772162 L4_control_C3 +LQ00X054320 Predicted protein 11.78086886 L4_chemical_A1 +LQ00X054320 Predicted protein 11.3671976 L4_chemical_A2 +LQ00X054320 Predicted protein 11.94040703 L4_chemical_A3 +LQ00X054320 Predicted protein 10.60256924 L4_chemical_B1 +LQ00X054320 Predicted protein 10.62266397 L4_chemical_B2 +LQ00X054320 Predicted protein 10.71371336 L4_chemical_B3 +LQ00X054320 Predicted protein 10.63448605 L4_chemical_C2 +LQ00X054320 Predicted protein 10.60853712 L4_chemical_C3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.22161533 C6_control_A1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.68465598 C6_control_A3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.83786579 C6_control_B1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.84052558 C6_control_B2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.8093519 C6_control_B3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.85854744 C6_control_C1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.92046909 C6_control_C2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.89602901 C6_control_C3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.03337562 C6_chemical_A1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.33887667 C6_chemical_A3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.79415425 C6_chemical_B1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.51456611 C6_chemical_B2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.65933669 C6_chemical_B3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.78155791 C6_chemical_C1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.74409325 C6_chemical_C2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.70548281 C6_chemical_C3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.58463685 L4_control_A1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.66619852 L4_control_A2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.39750326 L4_control_A3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.15933719 L4_control_B1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.08733344 L4_control_B2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.66302485 L4_control_B3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.11039351 L4_control_C2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.65611169 L4_control_C3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.3385839 L4_chemical_A1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.52866453 L4_chemical_A2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.37122604 L4_chemical_A3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.35106752 L4_chemical_B1 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.22588092 L4_chemical_B2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.03650719 L4_chemical_B3 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.16436049 L4_chemical_C2 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 12.81772753 L4_chemical_C3 +LQ00X054350 Putative Protein transport protein SEC23 9.513771419 C6_control_A1 +LQ00X054350 Putative Protein transport protein SEC23 8.303647417 C6_control_A3 +LQ00X054350 Putative Protein transport protein SEC23 9.526867143 C6_control_B1 +LQ00X054350 Putative Protein transport protein SEC23 9.197365173 C6_control_B2 +LQ00X054350 Putative Protein transport protein SEC23 9.591281803 C6_control_B3 +LQ00X054350 Putative Protein transport protein SEC23 9.430999812 C6_control_C1 +LQ00X054350 Putative Protein transport protein SEC23 8.976111172 C6_control_C2 +LQ00X054350 Putative Protein transport protein SEC23 8.51068531 C6_control_C3 +LQ00X054350 Putative Protein transport protein SEC23 10.21368691 C6_chemical_A1 +LQ00X054350 Putative Protein transport protein SEC23 9.119303167 C6_chemical_A3 +LQ00X054350 Putative Protein transport protein SEC23 10.53363055 C6_chemical_B1 +LQ00X054350 Putative Protein transport protein SEC23 9.82060574 C6_chemical_B2 +LQ00X054350 Putative Protein transport protein SEC23 9.686602529 C6_chemical_B3 +LQ00X054350 Putative Protein transport protein SEC23 9.857086384 C6_chemical_C1 +LQ00X054350 Putative Protein transport protein SEC23 9.692546942 C6_chemical_C2 +LQ00X054350 Putative Protein transport protein SEC23 8.988745195 C6_chemical_C3 +LQ00X054350 Putative Protein transport protein SEC23 9.215942873 L4_control_A1 +LQ00X054350 Putative Protein transport protein SEC23 9.580585184 L4_control_A2 +LQ00X054350 Putative Protein transport protein SEC23 9.668602061 L4_control_A3 +LQ00X054350 Putative Protein transport protein SEC23 8.910769525 L4_control_B1 +LQ00X054350 Putative Protein transport protein SEC23 10.25201894 L4_control_B2 +LQ00X054350 Putative Protein transport protein SEC23 9.01747777 L4_control_B3 +LQ00X054350 Putative Protein transport protein SEC23 10.02459795 L4_control_C2 +LQ00X054350 Putative Protein transport protein SEC23 9.370095555 L4_control_C3 +LQ00X054350 Putative Protein transport protein SEC23 9.005078571 L4_chemical_A1 +LQ00X054350 Putative Protein transport protein SEC23 9.311279153 L4_chemical_A2 +LQ00X054350 Putative Protein transport protein SEC23 9.40571329 L4_chemical_A3 +LQ00X054350 Putative Protein transport protein SEC23 9.288668169 L4_chemical_B1 +LQ00X054350 Putative Protein transport protein SEC23 9.407078095 L4_chemical_B2 +LQ00X054350 Putative Protein transport protein SEC23 8.955684213 L4_chemical_B3 +LQ00X054350 Putative Protein transport protein SEC23 9.723472627 L4_chemical_C2 +LQ00X054350 Putative Protein transport protein SEC23 9.32975849 L4_chemical_C3 +LQ00X054370 Predicted protein 8.556022071 C6_control_A1 +LQ00X054370 Predicted protein 10.10290963 C6_control_A3 +LQ00X054370 Predicted protein 8.237682239 C6_control_B1 +LQ00X054370 Predicted protein 7.996132196 C6_control_B2 +LQ00X054370 Predicted protein 8.086643686 C6_control_B3 +LQ00X054370 Predicted protein 7.998551347 C6_control_C1 +LQ00X054370 Predicted protein 9.743495083 C6_control_C2 +LQ00X054370 Predicted protein 7.400556861 C6_control_C3 +LQ00X054370 Predicted protein 8.234160227 C6_chemical_A1 +LQ00X054370 Predicted protein 7.728869281 C6_chemical_A3 +LQ00X054370 Predicted protein 7.631421344 C6_chemical_B1 +LQ00X054370 Predicted protein 8.048451945 C6_chemical_B2 +LQ00X054370 Predicted protein 6.716571166 C6_chemical_B3 +LQ00X054370 Predicted protein 8.149825069 C6_chemical_C1 +LQ00X054370 Predicted protein 8.096081107 C6_chemical_C2 +LQ00X054370 Predicted protein 6.737845674 C6_chemical_C3 +LQ00X054370 Predicted protein 7.528759779 L4_control_A1 +LQ00X054370 Predicted protein 7.516901763 L4_control_A2 +LQ00X054370 Predicted protein 6.829018069 L4_control_A3 +LQ00X054370 Predicted protein 6.831326491 L4_control_B1 +LQ00X054370 Predicted protein 7.259553062 L4_control_B2 +LQ00X054370 Predicted protein 6.554060567 L4_control_B3 +LQ00X054370 Predicted protein 6.515624085 L4_control_C2 +LQ00X054370 Predicted protein 6.884155533 L4_control_C3 +LQ00X054370 Predicted protein 7.019404619 L4_chemical_A1 +LQ00X054370 Predicted protein 7.420746962 L4_chemical_A2 +LQ00X054370 Predicted protein 6.91502209 L4_chemical_A3 +LQ00X054370 Predicted protein 8.044863341 L4_chemical_B1 +LQ00X054370 Predicted protein 6.786103313 L4_chemical_B2 +LQ00X054370 Predicted protein 6.771747206 L4_chemical_B3 +LQ00X054370 Predicted protein 5.92341578 L4_chemical_C2 +LQ00X054370 Predicted protein 6.564358774 L4_chemical_C3 +LQ00X054410 40S ribosomal protein S25 5.838132539 C6_control_A1 +LQ00X054410 40S ribosomal protein S25 5.99915535 C6_control_A3 +LQ00X054410 40S ribosomal protein S25 6.278105899 C6_control_B1 +LQ00X054410 40S ribosomal protein S25 6.552765875 C6_control_B2 +LQ00X054410 40S ribosomal protein S25 5.975298888 C6_control_B3 +LQ00X054410 40S ribosomal protein S25 6.743044523 C6_control_C1 +LQ00X054410 40S ribosomal protein S25 6.133218439 C6_control_C2 +LQ00X054410 40S ribosomal protein S25 6.76031282 C6_control_C3 +LQ00X054410 40S ribosomal protein S25 5.811364352 C6_chemical_A1 +LQ00X054410 40S ribosomal protein S25 5.675139446 C6_chemical_A3 +LQ00X054410 40S ribosomal protein S25 6.070468307 C6_chemical_B1 +LQ00X054410 40S ribosomal protein S25 6.192627168 C6_chemical_B2 +LQ00X054410 40S ribosomal protein S25 6.229036295 C6_chemical_B3 +LQ00X054410 40S ribosomal protein S25 6.400035333 C6_chemical_C1 +LQ00X054410 40S ribosomal protein S25 6.828232396 C6_chemical_C2 +LQ00X054410 40S ribosomal protein S25 6.797857994 C6_chemical_C3 +LQ00X054410 40S ribosomal protein S25 6.139275839 L4_control_A1 +LQ00X054410 40S ribosomal protein S25 5.98061955 L4_control_A2 +LQ00X054410 40S ribosomal protein S25 5.990696465 L4_control_A3 +LQ00X054410 40S ribosomal protein S25 5.772251791 L4_control_B1 +LQ00X054410 40S ribosomal protein S25 5.286107636 L4_control_B2 +LQ00X054410 40S ribosomal protein S25 5.861429958 L4_control_B3 +LQ00X054410 40S ribosomal protein S25 5.845870029 L4_control_C2 +LQ00X054410 40S ribosomal protein S25 5.669925673 L4_control_C3 +LQ00X054410 40S ribosomal protein S25 5.828561808 L4_chemical_A1 +LQ00X054410 40S ribosomal protein S25 6.101709985 L4_chemical_A2 +LQ00X054410 40S ribosomal protein S25 6.078610275 L4_chemical_A3 +LQ00X054410 40S ribosomal protein S25 5.586851375 L4_chemical_B1 +LQ00X054410 40S ribosomal protein S25 5.416272404 L4_chemical_B2 +LQ00X054410 40S ribosomal protein S25 6.150263875 L4_chemical_B3 +LQ00X054410 40S ribosomal protein S25 5.032627162 L4_chemical_C2 +LQ00X054410 40S ribosomal protein S25 5.269603069 L4_chemical_C3 +LQ00X054420 Gtpase activating protein, putative 10.73311693 C6_control_A1 +LQ00X054420 Gtpase activating protein, putative 10.65319387 C6_control_A3 +LQ00X054420 Gtpase activating protein, putative 11.01296557 C6_control_B1 +LQ00X054420 Gtpase activating protein, putative 10.66334489 C6_control_B2 +LQ00X054420 Gtpase activating protein, putative 11.04980515 C6_control_B3 +LQ00X054420 Gtpase activating protein, putative 7.160548335 C6_control_C1 +LQ00X054420 Gtpase activating protein, putative 6.59969291 C6_control_C2 +LQ00X054420 Gtpase activating protein, putative 7.278246728 C6_control_C3 +LQ00X054420 Gtpase activating protein, putative 10.7172375 C6_chemical_A1 +LQ00X054420 Gtpase activating protein, putative 10.62645745 C6_chemical_A3 +LQ00X054420 Gtpase activating protein, putative 10.82413678 C6_chemical_B1 +LQ00X054420 Gtpase activating protein, putative 10.80577022 C6_chemical_B2 +LQ00X054420 Gtpase activating protein, putative 10.6342012 C6_chemical_B3 +LQ00X054420 Gtpase activating protein, putative 7.299142937 C6_chemical_C1 +LQ00X054420 Gtpase activating protein, putative 6.170004278 C6_chemical_C2 +LQ00X054420 Gtpase activating protein, putative 7.069659991 C6_chemical_C3 +LQ00X054420 Gtpase activating protein, putative 10.86212282 L4_control_A1 +LQ00X054420 Gtpase activating protein, putative 10.54163021 L4_control_A2 +LQ00X054420 Gtpase activating protein, putative 11.53834614 L4_control_A3 +LQ00X054420 Gtpase activating protein, putative 11.29890648 L4_control_B1 +LQ00X054420 Gtpase activating protein, putative 11.68247229 L4_control_B2 +LQ00X054420 Gtpase activating protein, putative 11.06941658 L4_control_B3 +LQ00X054420 Gtpase activating protein, putative 7.053648903 L4_control_C2 +LQ00X054420 Gtpase activating protein, putative 7.674081329 L4_control_C3 +LQ00X054420 Gtpase activating protein, putative 10.02781411 L4_chemical_A1 +LQ00X054420 Gtpase activating protein, putative 9.802698742 L4_chemical_A2 +LQ00X054420 Gtpase activating protein, putative 11.01045551 L4_chemical_A3 +LQ00X054420 Gtpase activating protein, putative 10.71386793 L4_chemical_B1 +LQ00X054420 Gtpase activating protein, putative 10.9508117 L4_chemical_B2 +LQ00X054420 Gtpase activating protein, putative 10.70081331 L4_chemical_B3 +LQ00X054420 Gtpase activating protein, putative 6.88711028 L4_chemical_C2 +LQ00X054420 Gtpase activating protein, putative 7.027680481 L4_chemical_C3 +LQ00X054430 Putative uncharacterized protein 10.09011877 C6_control_A1 +LQ00X054430 Putative uncharacterized protein 9.573405748 C6_control_A3 +LQ00X054430 Putative uncharacterized protein 11.35462358 C6_control_B1 +LQ00X054430 Putative uncharacterized protein 11.88567243 C6_control_B2 +LQ00X054430 Putative uncharacterized protein 11.63568854 C6_control_B3 +LQ00X054430 Putative uncharacterized protein 13.53516138 C6_control_C1 +LQ00X054430 Putative uncharacterized protein 13.12426593 C6_control_C2 +LQ00X054430 Putative uncharacterized protein 12.63629901 C6_control_C3 +LQ00X054430 Putative uncharacterized protein 10.3375777 C6_chemical_A1 +LQ00X054430 Putative uncharacterized protein 9.731527931 C6_chemical_A3 +LQ00X054430 Putative uncharacterized protein 11.93362331 C6_chemical_B1 +LQ00X054430 Putative uncharacterized protein 12.22536122 C6_chemical_B2 +LQ00X054430 Putative uncharacterized protein 12.0601119 C6_chemical_B3 +LQ00X054430 Putative uncharacterized protein 13.71821754 C6_chemical_C1 +LQ00X054430 Putative uncharacterized protein 13.35882005 C6_chemical_C2 +LQ00X054430 Putative uncharacterized protein 12.90295076 C6_chemical_C3 +LQ00X054430 Putative uncharacterized protein 9.523076542 L4_control_A1 +LQ00X054430 Putative uncharacterized protein 9.945389089 L4_control_A2 +LQ00X054430 Putative uncharacterized protein 9.239318787 L4_control_A3 +LQ00X054430 Putative uncharacterized protein 11.89675803 L4_control_B1 +LQ00X054430 Putative uncharacterized protein 11.46604365 L4_control_B2 +LQ00X054430 Putative uncharacterized protein 12.07707071 L4_control_B3 +LQ00X054430 Putative uncharacterized protein 12.69610602 L4_control_C2 +LQ00X054430 Putative uncharacterized protein 12.43942872 L4_control_C3 +LQ00X054430 Putative uncharacterized protein 9.272414831 L4_chemical_A1 +LQ00X054430 Putative uncharacterized protein 10.63853711 L4_chemical_A2 +LQ00X054430 Putative uncharacterized protein 8.65019443 L4_chemical_A3 +LQ00X054430 Putative uncharacterized protein 11.56233425 L4_chemical_B1 +LQ00X054430 Putative uncharacterized protein 11.67952239 L4_chemical_B2 +LQ00X054430 Putative uncharacterized protein 11.25990216 L4_chemical_B3 +LQ00X054430 Putative uncharacterized protein 12.85903544 L4_chemical_C2 +LQ00X054430 Putative uncharacterized protein 12.5981905 L4_chemical_C3 +LQ00X054440 N-carbamoylputrescine amidase 5.77695451 C6_control_A1 +LQ00X054440 N-carbamoylputrescine amidase 5.902812154 C6_control_A3 +LQ00X054440 N-carbamoylputrescine amidase 6.677484891 C6_control_B1 +LQ00X054440 N-carbamoylputrescine amidase 6.342467439 C6_control_B2 +LQ00X054440 N-carbamoylputrescine amidase 6.416198769 C6_control_B3 +LQ00X054440 N-carbamoylputrescine amidase 6.666179804 C6_control_C1 +LQ00X054440 N-carbamoylputrescine amidase 6.853522232 C6_control_C2 +LQ00X054440 N-carbamoylputrescine amidase 6.858977241 C6_control_C3 +LQ00X054440 N-carbamoylputrescine amidase 5.654243616 C6_chemical_A1 +LQ00X054440 N-carbamoylputrescine amidase 5.653168553 C6_chemical_A3 +LQ00X054440 N-carbamoylputrescine amidase 5.845749176 C6_chemical_B1 +LQ00X054440 N-carbamoylputrescine amidase 6.38556441 C6_chemical_B2 +LQ00X054440 N-carbamoylputrescine amidase 5.731702982 C6_chemical_B3 +LQ00X054440 N-carbamoylputrescine amidase 6.463130955 C6_chemical_C1 +LQ00X054440 N-carbamoylputrescine amidase 6.488045282 C6_chemical_C2 +LQ00X054440 N-carbamoylputrescine amidase 6.505891728 C6_chemical_C3 +LQ00X054440 N-carbamoylputrescine amidase 6.018690849 L4_control_A1 +LQ00X054440 N-carbamoylputrescine amidase 6.326338109 L4_control_A2 +LQ00X054440 N-carbamoylputrescine amidase 6.277657632 L4_control_A3 +LQ00X054440 N-carbamoylputrescine amidase 6.058500366 L4_control_B1 +LQ00X054440 N-carbamoylputrescine amidase 6.164111965 L4_control_B2 +LQ00X054440 N-carbamoylputrescine amidase 6.124342251 L4_control_B3 +LQ00X054440 N-carbamoylputrescine amidase 6.459642618 L4_control_C2 +LQ00X054440 N-carbamoylputrescine amidase 6.824569482 L4_control_C3 +LQ00X054440 N-carbamoylputrescine amidase 5.698311766 L4_chemical_A1 +LQ00X054440 N-carbamoylputrescine amidase 5.602223313 L4_chemical_A2 +LQ00X054440 N-carbamoylputrescine amidase 6.337275142 L4_chemical_A3 +LQ00X054440 N-carbamoylputrescine amidase 6.320936653 L4_chemical_B1 +LQ00X054440 N-carbamoylputrescine amidase 5.852745516 L4_chemical_B2 +LQ00X054440 N-carbamoylputrescine amidase 6.060363913 L4_chemical_B3 +LQ00X054440 N-carbamoylputrescine amidase 6.372301229 L4_chemical_C2 +LQ00X054440 N-carbamoylputrescine amidase 7.36320584 L4_chemical_C3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.13976622 C6_control_A1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.70823489 C6_control_A3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.52298364 C6_control_B1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.13580558 C6_control_B2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.00353697 C6_control_B3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.05763662 C6_control_C1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.81898389 C6_control_C2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.06519021 C6_control_C3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.87120637 C6_chemical_A1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.16464381 C6_chemical_A3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.08469112 C6_chemical_B1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.12099891 C6_chemical_B2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.67699696 C6_chemical_B3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.91902159 C6_chemical_C1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.67857016 C6_chemical_C2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.44688876 C6_chemical_C3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.53210004 L4_control_A1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.36959485 L4_control_A2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.26469339 L4_control_A3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.63622919 L4_control_B1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 11.36050226 L4_control_B2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.31401918 L4_control_B3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 11.88108041 L4_control_C2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 11.67695922 L4_control_C3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.51686681 L4_chemical_A1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.99179462 L4_chemical_A2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.25936964 L4_chemical_A3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 11.95947945 L4_chemical_B1 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 11.97054143 L4_chemical_B2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 13.19295703 L4_chemical_B3 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 11.68883613 L4_chemical_C2 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.10207111 L4_chemical_C3 +LQ00X054470 Hypothetical protein 5.572559085 C6_control_A1 +LQ00X054470 Hypothetical protein 5.112587158 C6_control_A3 +LQ00X054470 Hypothetical protein 6.076012934 C6_control_B1 +LQ00X054470 Hypothetical protein 5.39972709 C6_control_B2 +LQ00X054470 Hypothetical protein 5.613254378 C6_control_B3 +LQ00X054470 Hypothetical protein 5.648731153 C6_control_C1 +LQ00X054470 Hypothetical protein 5.536217211 C6_control_C2 +LQ00X054470 Hypothetical protein 5.655658387 C6_control_C3 +LQ00X054470 Hypothetical protein 5.298400374 C6_chemical_A1 +LQ00X054470 Hypothetical protein 5.564091091 C6_chemical_A3 +LQ00X054470 Hypothetical protein 6.272078386 C6_chemical_B1 +LQ00X054470 Hypothetical protein 5.580040688 C6_chemical_B2 +LQ00X054470 Hypothetical protein 5.553909196 C6_chemical_B3 +LQ00X054470 Hypothetical protein 5.480098955 C6_chemical_C1 +LQ00X054470 Hypothetical protein 5.887074211 C6_chemical_C2 +LQ00X054470 Hypothetical protein 5.693035128 C6_chemical_C3 +LQ00X054470 Hypothetical protein 5.582201819 L4_control_A1 +LQ00X054470 Hypothetical protein 5.090837267 L4_control_A2 +LQ00X054470 Hypothetical protein 5.328132167 L4_control_A3 +LQ00X054470 Hypothetical protein 5.277783254 L4_control_B1 +LQ00X054470 Hypothetical protein 5.647764197 L4_control_B2 +LQ00X054470 Hypothetical protein 5.390139157 L4_control_B3 +LQ00X054470 Hypothetical protein 5.175661051 L4_control_C2 +LQ00X054470 Hypothetical protein 5.374799448 L4_control_C3 +LQ00X054470 Hypothetical protein 5.33865283 L4_chemical_A1 +LQ00X054470 Hypothetical protein 5.534177137 L4_chemical_A2 +LQ00X054470 Hypothetical protein 5.75617707 L4_chemical_A3 +LQ00X054470 Hypothetical protein 5.490257513 L4_chemical_B1 +LQ00X054470 Hypothetical protein 5.045632581 L4_chemical_B2 +LQ00X054470 Hypothetical protein 5.564799133 L4_chemical_B3 +LQ00X054470 Hypothetical protein 6.068551758 L4_chemical_C2 +LQ00X054470 Hypothetical protein 5.470986762 L4_chemical_C3 +LQ00X054510 40S ribosomal protein S14 14.66151961 C6_control_A1 +LQ00X054510 40S ribosomal protein S14 14.88771034 C6_control_A3 +LQ00X054510 40S ribosomal protein S14 14.06133462 C6_control_B1 +LQ00X054510 40S ribosomal protein S14 14.19455119 C6_control_B2 +LQ00X054510 40S ribosomal protein S14 13.99846993 C6_control_B3 +LQ00X054510 40S ribosomal protein S14 13.6850222 C6_control_C1 +LQ00X054510 40S ribosomal protein S14 13.75669686 C6_control_C2 +LQ00X054510 40S ribosomal protein S14 13.7757411 C6_control_C3 +LQ00X054510 40S ribosomal protein S14 14.52778739 C6_chemical_A1 +LQ00X054510 40S ribosomal protein S14 14.35158388 C6_chemical_A3 +LQ00X054510 40S ribosomal protein S14 13.62160464 C6_chemical_B1 +LQ00X054510 40S ribosomal protein S14 13.59967673 C6_chemical_B2 +LQ00X054510 40S ribosomal protein S14 13.88911965 C6_chemical_B3 +LQ00X054510 40S ribosomal protein S14 13.62980727 C6_chemical_C1 +LQ00X054510 40S ribosomal protein S14 13.80481956 C6_chemical_C2 +LQ00X054510 40S ribosomal protein S14 13.56767155 C6_chemical_C3 +LQ00X054510 40S ribosomal protein S14 14.82434354 L4_control_A1 +LQ00X054510 40S ribosomal protein S14 14.53328501 L4_control_A2 +LQ00X054510 40S ribosomal protein S14 15.00082348 L4_control_A3 +LQ00X054510 40S ribosomal protein S14 13.70505553 L4_control_B1 +LQ00X054510 40S ribosomal protein S14 13.57310132 L4_control_B2 +LQ00X054510 40S ribosomal protein S14 14.34321765 L4_control_B3 +LQ00X054510 40S ribosomal protein S14 14.05450918 L4_control_C2 +LQ00X054510 40S ribosomal protein S14 14.21896366 L4_control_C3 +LQ00X054510 40S ribosomal protein S14 14.70820589 L4_chemical_A1 +LQ00X054510 40S ribosomal protein S14 14.39830005 L4_chemical_A2 +LQ00X054510 40S ribosomal protein S14 14.73597258 L4_chemical_A3 +LQ00X054510 40S ribosomal protein S14 14.07001445 L4_chemical_B1 +LQ00X054510 40S ribosomal protein S14 14.00362902 L4_chemical_B2 +LQ00X054510 40S ribosomal protein S14 14.55533697 L4_chemical_B3 +LQ00X054510 40S ribosomal protein S14 14.15141332 L4_chemical_C2 +LQ00X054510 40S ribosomal protein S14 14.28659722 L4_chemical_C3 +LQ00X054530 Putative uncharacterized protein 13.38466682 C6_control_A1 +LQ00X054530 Putative uncharacterized protein 13.5206764 C6_control_A3 +LQ00X054530 Putative uncharacterized protein 14.11430326 C6_control_B1 +LQ00X054530 Putative uncharacterized protein 12.15155834 C6_control_B2 +LQ00X054530 Putative uncharacterized protein 12.82351313 C6_control_B3 +LQ00X054530 Putative uncharacterized protein 5.948615092 C6_control_C1 +LQ00X054530 Putative uncharacterized protein 5.255106352 C6_control_C2 +LQ00X054530 Putative uncharacterized protein 5.678107201 C6_control_C3 +LQ00X054530 Putative uncharacterized protein 13.44124654 C6_chemical_A1 +LQ00X054530 Putative uncharacterized protein 13.02365393 C6_chemical_A3 +LQ00X054530 Putative uncharacterized protein 13.96139645 C6_chemical_B1 +LQ00X054530 Putative uncharacterized protein 11.76887199 C6_chemical_B2 +LQ00X054530 Putative uncharacterized protein 13.18928606 C6_chemical_B3 +LQ00X054530 Putative uncharacterized protein 5.448365917 C6_chemical_C1 +LQ00X054530 Putative uncharacterized protein 5.447225676 C6_chemical_C2 +LQ00X054530 Putative uncharacterized protein 6.167305188 C6_chemical_C3 +LQ00X054530 Putative uncharacterized protein 12.97362602 L4_control_A1 +LQ00X054530 Putative uncharacterized protein 13.52948902 L4_control_A2 +LQ00X054530 Putative uncharacterized protein 12.87858181 L4_control_A3 +LQ00X054530 Putative uncharacterized protein 11.79795524 L4_control_B1 +LQ00X054530 Putative uncharacterized protein 12.66038538 L4_control_B2 +LQ00X054530 Putative uncharacterized protein 8.765899468 L4_control_B3 +LQ00X054530 Putative uncharacterized protein 5.885216419 L4_control_C2 +LQ00X054530 Putative uncharacterized protein 5.806077952 L4_control_C3 +LQ00X054530 Putative uncharacterized protein 13.0815241 L4_chemical_A1 +LQ00X054530 Putative uncharacterized protein 13.21078379 L4_chemical_A2 +LQ00X054530 Putative uncharacterized protein 12.73741114 L4_chemical_A3 +LQ00X054530 Putative uncharacterized protein 13.42185944 L4_chemical_B1 +LQ00X054530 Putative uncharacterized protein 13.53164171 L4_chemical_B2 +LQ00X054530 Putative uncharacterized protein 12.78573716 L4_chemical_B3 +LQ00X054530 Putative uncharacterized protein 6.021207733 L4_chemical_C2 +LQ00X054530 Putative uncharacterized protein 6.264883416 L4_chemical_C3 +LQ00X054580 RuvB-like 1 12.22552536 C6_control_A1 +LQ00X054580 RuvB-like 1 12.49797289 C6_control_A3 +LQ00X054580 RuvB-like 1 11.88128845 C6_control_B1 +LQ00X054580 RuvB-like 1 11.38118704 C6_control_B2 +LQ00X054580 RuvB-like 1 11.46432075 C6_control_B3 +LQ00X054580 RuvB-like 1 11.62856389 C6_control_C1 +LQ00X054580 RuvB-like 1 11.65968267 C6_control_C2 +LQ00X054580 RuvB-like 1 11.39521189 C6_control_C3 +LQ00X054580 RuvB-like 1 12.06030764 C6_chemical_A1 +LQ00X054580 RuvB-like 1 12.68696544 C6_chemical_A3 +LQ00X054580 RuvB-like 1 11.61387693 C6_chemical_B1 +LQ00X054580 RuvB-like 1 11.44589659 C6_chemical_B2 +LQ00X054580 RuvB-like 1 11.52856483 C6_chemical_B3 +LQ00X054580 RuvB-like 1 11.49792811 C6_chemical_C1 +LQ00X054580 RuvB-like 1 11.54187761 C6_chemical_C2 +LQ00X054580 RuvB-like 1 11.56573516 C6_chemical_C3 +LQ00X054580 RuvB-like 1 11.94158923 L4_control_A1 +LQ00X054580 RuvB-like 1 12.45375697 L4_control_A2 +LQ00X054580 RuvB-like 1 12.06727282 L4_control_A3 +LQ00X054580 RuvB-like 1 11.16436424 L4_control_B1 +LQ00X054580 RuvB-like 1 12.05987624 L4_control_B2 +LQ00X054580 RuvB-like 1 11.54470833 L4_control_B3 +LQ00X054580 RuvB-like 1 11.78273224 L4_control_C2 +LQ00X054580 RuvB-like 1 11.59032476 L4_control_C3 +LQ00X054580 RuvB-like 1 11.69799034 L4_chemical_A1 +LQ00X054580 RuvB-like 1 12.13234422 L4_chemical_A2 +LQ00X054580 RuvB-like 1 11.75265487 L4_chemical_A3 +LQ00X054580 RuvB-like 1 11.87914776 L4_chemical_B1 +LQ00X054580 RuvB-like 1 11.78682748 L4_chemical_B2 +LQ00X054580 RuvB-like 1 11.44919666 L4_chemical_B3 +LQ00X054580 RuvB-like 1 11.60732633 L4_chemical_C2 +LQ00X054580 RuvB-like 1 11.65113162 L4_chemical_C3 +LQ00X054600 Putative F-box protein At4g12560 9.916566704 C6_control_A1 +LQ00X054600 Putative F-box protein At4g12560 9.261268398 C6_control_A3 +LQ00X054600 Putative F-box protein At4g12560 10.07787906 C6_control_B1 +LQ00X054600 Putative F-box protein At4g12560 9.915520611 C6_control_B2 +LQ00X054600 Putative F-box protein At4g12560 10.05946755 C6_control_B3 +LQ00X054600 Putative F-box protein At4g12560 10.93023714 C6_control_C1 +LQ00X054600 Putative F-box protein At4g12560 10.47468561 C6_control_C2 +LQ00X054600 Putative F-box protein At4g12560 10.53723479 C6_control_C3 +LQ00X054600 Putative F-box protein At4g12560 9.954815896 C6_chemical_A1 +LQ00X054600 Putative F-box protein At4g12560 9.726671361 C6_chemical_A3 +LQ00X054600 Putative F-box protein At4g12560 10.35394858 C6_chemical_B1 +LQ00X054600 Putative F-box protein At4g12560 9.870740194 C6_chemical_B2 +LQ00X054600 Putative F-box protein At4g12560 9.829372038 C6_chemical_B3 +LQ00X054600 Putative F-box protein At4g12560 10.7614881 C6_chemical_C1 +LQ00X054600 Putative F-box protein At4g12560 11.27483781 C6_chemical_C2 +LQ00X054600 Putative F-box protein At4g12560 10.75596093 C6_chemical_C3 +LQ00X054600 Putative F-box protein At4g12560 9.6369706 L4_control_A1 +LQ00X054600 Putative F-box protein At4g12560 9.581500307 L4_control_A2 +LQ00X054600 Putative F-box protein At4g12560 10.37884987 L4_control_A3 +LQ00X054600 Putative F-box protein At4g12560 10.34933364 L4_control_B1 +LQ00X054600 Putative F-box protein At4g12560 10.49728337 L4_control_B2 +LQ00X054600 Putative F-box protein At4g12560 10.64996043 L4_control_B3 +LQ00X054600 Putative F-box protein At4g12560 11.89948927 L4_control_C2 +LQ00X054600 Putative F-box protein At4g12560 11.67357528 L4_control_C3 +LQ00X054600 Putative F-box protein At4g12560 9.523230779 L4_chemical_A1 +LQ00X054600 Putative F-box protein At4g12560 9.497747858 L4_chemical_A2 +LQ00X054600 Putative F-box protein At4g12560 10.20743726 L4_chemical_A3 +LQ00X054600 Putative F-box protein At4g12560 10.08969451 L4_chemical_B1 +LQ00X054600 Putative F-box protein At4g12560 10.08733961 L4_chemical_B2 +LQ00X054600 Putative F-box protein At4g12560 9.860750497 L4_chemical_B3 +LQ00X054600 Putative F-box protein At4g12560 12.05496286 L4_chemical_C2 +LQ00X054600 Putative F-box protein At4g12560 11.62952303 L4_chemical_C3 +LQ00X054610 Predicted protein 4.75848487 C6_control_A1 +LQ00X054610 Predicted protein 4.908997801 C6_control_A3 +LQ00X054610 Predicted protein 5.338993841 C6_control_B1 +LQ00X054610 Predicted protein 4.971372597 C6_control_B2 +LQ00X054610 Predicted protein 4.917402082 C6_control_B3 +LQ00X054610 Predicted protein 4.974901882 C6_control_C1 +LQ00X054610 Predicted protein 5.02776915 C6_control_C2 +LQ00X054610 Predicted protein 4.998028042 C6_control_C3 +LQ00X054610 Predicted protein 4.949648243 C6_chemical_A1 +LQ00X054610 Predicted protein 4.889879304 C6_chemical_A3 +LQ00X054610 Predicted protein 5.189016869 C6_chemical_B1 +LQ00X054610 Predicted protein 4.640042749 C6_chemical_B2 +LQ00X054610 Predicted protein 5.094388773 C6_chemical_B3 +LQ00X054610 Predicted protein 4.746081343 C6_chemical_C1 +LQ00X054610 Predicted protein 4.801993786 C6_chemical_C2 +LQ00X054610 Predicted protein 4.901847142 C6_chemical_C3 +LQ00X054610 Predicted protein 5.167090315 L4_control_A1 +LQ00X054610 Predicted protein 5.115810021 L4_control_A2 +LQ00X054610 Predicted protein 5.210779052 L4_control_A3 +LQ00X054610 Predicted protein 4.748190995 L4_control_B1 +LQ00X054610 Predicted protein 4.849479713 L4_control_B2 +LQ00X054610 Predicted protein 4.772465765 L4_control_B3 +LQ00X054610 Predicted protein 4.809438665 L4_control_C2 +LQ00X054610 Predicted protein 5.09222686 L4_control_C3 +LQ00X054610 Predicted protein 5.125959898 L4_chemical_A1 +LQ00X054610 Predicted protein 4.982506673 L4_chemical_A2 +LQ00X054610 Predicted protein 4.94836784 L4_chemical_A3 +LQ00X054610 Predicted protein 4.96488653 L4_chemical_B1 +LQ00X054610 Predicted protein 4.907027434 L4_chemical_B2 +LQ00X054610 Predicted protein 5.204509304 L4_chemical_B3 +LQ00X054610 Predicted protein 4.993554622 L4_chemical_C2 +LQ00X054610 Predicted protein 4.903814878 L4_chemical_C3 +LQ00X054620 Putative F-box protein At2g27310 6.487732609 C6_control_A1 +LQ00X054620 Putative F-box protein At2g27310 6.122501707 C6_control_A3 +LQ00X054620 Putative F-box protein At2g27310 6.491075429 C6_control_B1 +LQ00X054620 Putative F-box protein At2g27310 6.254680328 C6_control_B2 +LQ00X054620 Putative F-box protein At2g27310 6.98927017 C6_control_B3 +LQ00X054620 Putative F-box protein At2g27310 5.515340534 C6_control_C1 +LQ00X054620 Putative F-box protein At2g27310 5.855795758 C6_control_C2 +LQ00X054620 Putative F-box protein At2g27310 5.638552559 C6_control_C3 +LQ00X054620 Putative F-box protein At2g27310 6.427620482 C6_chemical_A1 +LQ00X054620 Putative F-box protein At2g27310 6.12944724 C6_chemical_A3 +LQ00X054620 Putative F-box protein At2g27310 6.744860253 C6_chemical_B1 +LQ00X054620 Putative F-box protein At2g27310 6.349604875 C6_chemical_B2 +LQ00X054620 Putative F-box protein At2g27310 6.650672522 C6_chemical_B3 +LQ00X054620 Putative F-box protein At2g27310 5.531055494 C6_chemical_C1 +LQ00X054620 Putative F-box protein At2g27310 6.454108596 C6_chemical_C2 +LQ00X054620 Putative F-box protein At2g27310 5.942646375 C6_chemical_C3 +LQ00X054620 Putative F-box protein At2g27310 6.066919439 L4_control_A1 +LQ00X054620 Putative F-box protein At2g27310 6.974468147 L4_control_A2 +LQ00X054620 Putative F-box protein At2g27310 7.11851464 L4_control_A3 +LQ00X054620 Putative F-box protein At2g27310 6.892681956 L4_control_B1 +LQ00X054620 Putative F-box protein At2g27310 7.121207052 L4_control_B2 +LQ00X054620 Putative F-box protein At2g27310 6.920848218 L4_control_B3 +LQ00X054620 Putative F-box protein At2g27310 6.691276321 L4_control_C2 +LQ00X054620 Putative F-box protein At2g27310 6.915767214 L4_control_C3 +LQ00X054620 Putative F-box protein At2g27310 6.091113381 L4_chemical_A1 +LQ00X054620 Putative F-box protein At2g27310 6.818746353 L4_chemical_A2 +LQ00X054620 Putative F-box protein At2g27310 7.116897173 L4_chemical_A3 +LQ00X054620 Putative F-box protein At2g27310 7.077375285 L4_chemical_B1 +LQ00X054620 Putative F-box protein At2g27310 7.6864372 L4_chemical_B2 +LQ00X054620 Putative F-box protein At2g27310 6.710221516 L4_chemical_B3 +LQ00X054620 Putative F-box protein At2g27310 6.680297468 L4_chemical_C2 +LQ00X054620 Putative F-box protein At2g27310 6.49035696 L4_chemical_C3 +LQ00X054660 Putative uncharacterized protein 15.11270958 C6_control_A1 +LQ00X054660 Putative uncharacterized protein 14.99571242 C6_control_A3 +LQ00X054660 Putative uncharacterized protein 14.86181863 C6_control_B1 +LQ00X054660 Putative uncharacterized protein 15.38307463 C6_control_B2 +LQ00X054660 Putative uncharacterized protein 15.24662632 C6_control_B3 +LQ00X054660 Putative uncharacterized protein 15.18759919 C6_control_C1 +LQ00X054660 Putative uncharacterized protein 14.91918808 C6_control_C2 +LQ00X054660 Putative uncharacterized protein 15.38310997 C6_control_C3 +LQ00X054660 Putative uncharacterized protein 15.26478218 C6_chemical_A1 +LQ00X054660 Putative uncharacterized protein 15.24047796 C6_chemical_A3 +LQ00X054660 Putative uncharacterized protein 15.22168408 C6_chemical_B1 +LQ00X054660 Putative uncharacterized protein 15.32154087 C6_chemical_B2 +LQ00X054660 Putative uncharacterized protein 15.44528542 C6_chemical_B3 +LQ00X054660 Putative uncharacterized protein 15.00179906 C6_chemical_C1 +LQ00X054660 Putative uncharacterized protein 15.44518196 C6_chemical_C2 +LQ00X054660 Putative uncharacterized protein 15.39071976 C6_chemical_C3 +LQ00X054660 Putative uncharacterized protein 15.05989605 L4_control_A1 +LQ00X054660 Putative uncharacterized protein 15.25575021 L4_control_A2 +LQ00X054660 Putative uncharacterized protein 15.35398726 L4_control_A3 +LQ00X054660 Putative uncharacterized protein 15.16547961 L4_control_B1 +LQ00X054660 Putative uncharacterized protein 14.82011869 L4_control_B2 +LQ00X054660 Putative uncharacterized protein 15.60603816 L4_control_B3 +LQ00X054660 Putative uncharacterized protein 14.54860605 L4_control_C2 +LQ00X054660 Putative uncharacterized protein 14.83065092 L4_control_C3 +LQ00X054660 Putative uncharacterized protein 15.05206816 L4_chemical_A1 +LQ00X054660 Putative uncharacterized protein 15.41348306 L4_chemical_A2 +LQ00X054660 Putative uncharacterized protein 15.33102969 L4_chemical_A3 +LQ00X054660 Putative uncharacterized protein 14.55168946 L4_chemical_B1 +LQ00X054660 Putative uncharacterized protein 15.07234426 L4_chemical_B2 +LQ00X054660 Putative uncharacterized protein 15.58588678 L4_chemical_B3 +LQ00X054660 Putative uncharacterized protein 14.97279187 L4_chemical_C2 +LQ00X054660 Putative uncharacterized protein 15.06823121 L4_chemical_C3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.53768799 C6_control_A1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.66974808 C6_control_A3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.20508875 C6_control_B1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.61391674 C6_control_B2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.74230964 C6_control_B3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 12.12564592 C6_control_C1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.41826994 C6_control_C2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.38799229 C6_control_C3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.77613242 C6_chemical_A1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.5142348 C6_chemical_A3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.27532626 C6_chemical_B1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.74327665 C6_chemical_B2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.71245004 C6_chemical_B3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 12.34033786 C6_chemical_C1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.65948591 C6_chemical_C2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.16437467 C6_chemical_C3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.34618754 L4_control_A1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.8759397 L4_control_A2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.99455073 L4_control_A3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.52555218 L4_control_B1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.43284492 L4_control_B2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.63684558 L4_control_B3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.37233926 L4_control_C2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.04551812 L4_control_C3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.48318408 L4_chemical_A1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.62488579 L4_chemical_A2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 12.24761289 L4_chemical_A3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.23509928 L4_chemical_B1 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.49603896 L4_chemical_B2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.13988566 L4_chemical_B3 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.39147629 L4_chemical_C2 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 10.97195123 L4_chemical_C3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.169708925 C6_control_A1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.907734057 C6_control_A3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.312078201 C6_control_B1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.753317461 C6_control_B2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.24895193 C6_control_B3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.846452447 C6_control_C1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.949179917 C6_control_C2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.679452603 C6_control_C3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.791751312 C6_chemical_A1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.394672992 C6_chemical_A3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.411837718 C6_chemical_B1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.931118965 C6_chemical_B2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.257277938 C6_chemical_B3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.952505793 C6_chemical_C1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.717141802 C6_chemical_C2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.91391109 C6_chemical_C3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.362370364 L4_control_A1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.341684349 L4_control_A2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.360705319 L4_control_A3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.264322762 L4_control_B1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.927103334 L4_control_B2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.308820768 L4_control_B3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.571427402 L4_control_C2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.646032375 L4_control_C3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.780397973 L4_chemical_A1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.316023746 L4_chemical_A2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.057675633 L4_chemical_A3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.917220909 L4_chemical_B1 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.239952477 L4_chemical_B2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.930148613 L4_chemical_B3 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 5.097946013 L4_chemical_C2 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.891448053 L4_chemical_C3 +LQ00X054960 Hypothetical protein 6.26185563 C6_control_A1 +LQ00X054960 Hypothetical protein 5.816019961 C6_control_A3 +LQ00X054960 Hypothetical protein 6.470271993 C6_control_B1 +LQ00X054960 Hypothetical protein 6.108965015 C6_control_B2 +LQ00X054960 Hypothetical protein 7.027481646 C6_control_B3 +LQ00X054960 Hypothetical protein 6.030044988 C6_control_C1 +LQ00X054960 Hypothetical protein 5.424121407 C6_control_C2 +LQ00X054960 Hypothetical protein 5.949661366 C6_control_C3 +LQ00X054960 Hypothetical protein 6.276712504 C6_chemical_A1 +LQ00X054960 Hypothetical protein 5.538328094 C6_chemical_A3 +LQ00X054960 Hypothetical protein 6.115831566 C6_chemical_B1 +LQ00X054960 Hypothetical protein 5.84021015 C6_chemical_B2 +LQ00X054960 Hypothetical protein 6.61994416 C6_chemical_B3 +LQ00X054960 Hypothetical protein 5.865131075 C6_chemical_C1 +LQ00X054960 Hypothetical protein 5.916192484 C6_chemical_C2 +LQ00X054960 Hypothetical protein 6.182880402 C6_chemical_C3 +LQ00X054960 Hypothetical protein 6.148881868 L4_control_A1 +LQ00X054960 Hypothetical protein 6.493821101 L4_control_A2 +LQ00X054960 Hypothetical protein 5.806294113 L4_control_A3 +LQ00X054960 Hypothetical protein 5.60668085 L4_control_B1 +LQ00X054960 Hypothetical protein 5.955652319 L4_control_B2 +LQ00X054960 Hypothetical protein 6.53626405 L4_control_B3 +LQ00X054960 Hypothetical protein 5.821864605 L4_control_C2 +LQ00X054960 Hypothetical protein 5.877281185 L4_control_C3 +LQ00X054960 Hypothetical protein 5.700934516 L4_chemical_A1 +LQ00X054960 Hypothetical protein 6.226236154 L4_chemical_A2 +LQ00X054960 Hypothetical protein 5.57836026 L4_chemical_A3 +LQ00X054960 Hypothetical protein 5.600061564 L4_chemical_B1 +LQ00X054960 Hypothetical protein 6.743629526 L4_chemical_B2 +LQ00X054960 Hypothetical protein 6.448909338 L4_chemical_B3 +LQ00X054960 Hypothetical protein 5.489277276 L4_chemical_C2 +LQ00X054960 Hypothetical protein 6.348032679 L4_chemical_C3 +LQ00X055050 Hypothetical protein 5.449164436 C6_control_A1 +LQ00X055050 Hypothetical protein 5.0383546 C6_control_A3 +LQ00X055050 Hypothetical protein 5.202983594 C6_control_B1 +LQ00X055050 Hypothetical protein 5.012380262 C6_control_B2 +LQ00X055050 Hypothetical protein 4.987585306 C6_control_B3 +LQ00X055050 Hypothetical protein 5.208443653 C6_control_C1 +LQ00X055050 Hypothetical protein 4.617020615 C6_control_C2 +LQ00X055050 Hypothetical protein 5.260669184 C6_control_C3 +LQ00X055050 Hypothetical protein 5.089270489 C6_chemical_A1 +LQ00X055050 Hypothetical protein 5.353616073 C6_chemical_A3 +LQ00X055050 Hypothetical protein 5.311679038 C6_chemical_B1 +LQ00X055050 Hypothetical protein 4.771953135 C6_chemical_B2 +LQ00X055050 Hypothetical protein 5.02921389 C6_chemical_B3 +LQ00X055050 Hypothetical protein 4.919369942 C6_chemical_C1 +LQ00X055050 Hypothetical protein 5.105416378 C6_chemical_C2 +LQ00X055050 Hypothetical protein 5.268691963 C6_chemical_C3 +LQ00X055050 Hypothetical protein 5.029048655 L4_control_A1 +LQ00X055050 Hypothetical protein 5.258740672 L4_control_A2 +LQ00X055050 Hypothetical protein 5.373933714 L4_control_A3 +LQ00X055050 Hypothetical protein 6.047476952 L4_control_B1 +LQ00X055050 Hypothetical protein 4.928611722 L4_control_B2 +LQ00X055050 Hypothetical protein 4.879251562 L4_control_B3 +LQ00X055050 Hypothetical protein 5.929316883 L4_control_C2 +LQ00X055050 Hypothetical protein 5.8838398 L4_control_C3 +LQ00X055050 Hypothetical protein 4.949206816 L4_chemical_A1 +LQ00X055050 Hypothetical protein 5.179391282 L4_chemical_A2 +LQ00X055050 Hypothetical protein 5.92600091 L4_chemical_A3 +LQ00X055050 Hypothetical protein 5.082811421 L4_chemical_B1 +LQ00X055050 Hypothetical protein 4.574863596 L4_chemical_B2 +LQ00X055050 Hypothetical protein 4.499685184 L4_chemical_B3 +LQ00X055050 Hypothetical protein 4.84357906 L4_chemical_C2 +LQ00X055050 Hypothetical protein 5.69683351 L4_chemical_C3 +LQ00X055060 Hypothetical protein 8.884362172 C6_control_A1 +LQ00X055060 Hypothetical protein 9.005778682 C6_control_A3 +LQ00X055060 Hypothetical protein 8.098416592 C6_control_B1 +LQ00X055060 Hypothetical protein 9.815955688 C6_control_B2 +LQ00X055060 Hypothetical protein 9.253559412 C6_control_B3 +LQ00X055060 Hypothetical protein 10.32642013 C6_control_C1 +LQ00X055060 Hypothetical protein 10.3933416 C6_control_C2 +LQ00X055060 Hypothetical protein 10.57896782 C6_control_C3 +LQ00X055060 Hypothetical protein 9.642666647 C6_chemical_A1 +LQ00X055060 Hypothetical protein 8.50098538 C6_chemical_A3 +LQ00X055060 Hypothetical protein 9.219452186 C6_chemical_B1 +LQ00X055060 Hypothetical protein 10.19774454 C6_chemical_B2 +LQ00X055060 Hypothetical protein 9.553575648 C6_chemical_B3 +LQ00X055060 Hypothetical protein 10.76417771 C6_chemical_C1 +LQ00X055060 Hypothetical protein 10.89972618 C6_chemical_C2 +LQ00X055060 Hypothetical protein 10.89388483 C6_chemical_C3 +LQ00X055060 Hypothetical protein 10.79717214 L4_control_A1 +LQ00X055060 Hypothetical protein 10.32817134 L4_control_A2 +LQ00X055060 Hypothetical protein 10.78420785 L4_control_A3 +LQ00X055060 Hypothetical protein 10.735333 L4_control_B1 +LQ00X055060 Hypothetical protein 10.27768645 L4_control_B2 +LQ00X055060 Hypothetical protein 10.78048941 L4_control_B3 +LQ00X055060 Hypothetical protein 11.26047063 L4_control_C2 +LQ00X055060 Hypothetical protein 11.12157074 L4_control_C3 +LQ00X055060 Hypothetical protein 10.41498571 L4_chemical_A1 +LQ00X055060 Hypothetical protein 11.07956173 L4_chemical_A2 +LQ00X055060 Hypothetical protein 10.97481024 L4_chemical_A3 +LQ00X055060 Hypothetical protein 10.66103607 L4_chemical_B1 +LQ00X055060 Hypothetical protein 10.71463839 L4_chemical_B2 +LQ00X055060 Hypothetical protein 10.28019433 L4_chemical_B3 +LQ00X055060 Hypothetical protein 11.3438664 L4_chemical_C2 +LQ00X055060 Hypothetical protein 11.06748614 L4_chemical_C3 +LQ00X055170 Putative uncharacterized protein 9.102490996 C6_control_A1 +LQ00X055170 Putative uncharacterized protein 7.808358641 C6_control_A3 +LQ00X055170 Putative uncharacterized protein 8.944593976 C6_control_B1 +LQ00X055170 Putative uncharacterized protein 9.967504763 C6_control_B2 +LQ00X055170 Putative uncharacterized protein 9.409765331 C6_control_B3 +LQ00X055170 Putative uncharacterized protein 10.96764737 C6_control_C1 +LQ00X055170 Putative uncharacterized protein 10.46342011 C6_control_C2 +LQ00X055170 Putative uncharacterized protein 10.60579772 C6_control_C3 +LQ00X055170 Putative uncharacterized protein 9.188910377 C6_chemical_A1 +LQ00X055170 Putative uncharacterized protein 8.287607033 C6_chemical_A3 +LQ00X055170 Putative uncharacterized protein 9.461371503 C6_chemical_B1 +LQ00X055170 Putative uncharacterized protein 10.13813834 C6_chemical_B2 +LQ00X055170 Putative uncharacterized protein 9.480254705 C6_chemical_B3 +LQ00X055170 Putative uncharacterized protein 10.7648593 C6_chemical_C1 +LQ00X055170 Putative uncharacterized protein 11.08595827 C6_chemical_C2 +LQ00X055170 Putative uncharacterized protein 11.20835639 C6_chemical_C3 +LQ00X055170 Putative uncharacterized protein 7.993476368 L4_control_A1 +LQ00X055170 Putative uncharacterized protein 8.202912246 L4_control_A2 +LQ00X055170 Putative uncharacterized protein 7.032718639 L4_control_A3 +LQ00X055170 Putative uncharacterized protein 9.201922456 L4_control_B1 +LQ00X055170 Putative uncharacterized protein 8.144749369 L4_control_B2 +LQ00X055170 Putative uncharacterized protein 9.094751103 L4_control_B3 +LQ00X055170 Putative uncharacterized protein 8.482371188 L4_control_C2 +LQ00X055170 Putative uncharacterized protein 7.904762173 L4_control_C3 +LQ00X055170 Putative uncharacterized protein 8.166120405 L4_chemical_A1 +LQ00X055170 Putative uncharacterized protein 8.612132771 L4_chemical_A2 +LQ00X055170 Putative uncharacterized protein 6.727421582 L4_chemical_A3 +LQ00X055170 Putative uncharacterized protein 8.878170434 L4_chemical_B1 +LQ00X055170 Putative uncharacterized protein 8.752133388 L4_chemical_B2 +LQ00X055170 Putative uncharacterized protein 8.936351382 L4_chemical_B3 +LQ00X055170 Putative uncharacterized protein 8.782170404 L4_chemical_C2 +LQ00X055170 Putative uncharacterized protein 8.285553992 L4_chemical_C3 +LQ00X055283 Hypothetical protein 4.816083117 C6_control_A1 +LQ00X055283 Hypothetical protein 5.497320055 C6_control_A3 +LQ00X055283 Hypothetical protein 5.096832089 C6_control_B1 +LQ00X055283 Hypothetical protein 4.839880376 C6_control_B2 +LQ00X055283 Hypothetical protein 4.93937635 C6_control_B3 +LQ00X055283 Hypothetical protein 5.414480239 C6_control_C1 +LQ00X055283 Hypothetical protein 4.942230961 C6_control_C2 +LQ00X055283 Hypothetical protein 5.122760341 C6_control_C3 +LQ00X055283 Hypothetical protein 5.054867751 C6_chemical_A1 +LQ00X055283 Hypothetical protein 5.105466028 C6_chemical_A3 +LQ00X055283 Hypothetical protein 4.887268 C6_chemical_B1 +LQ00X055283 Hypothetical protein 5.205326205 C6_chemical_B2 +LQ00X055283 Hypothetical protein 5.117596458 C6_chemical_B3 +LQ00X055283 Hypothetical protein 5.256752148 C6_chemical_C1 +LQ00X055283 Hypothetical protein 5.151948622 C6_chemical_C2 +LQ00X055283 Hypothetical protein 5.450914313 C6_chemical_C3 +LQ00X055283 Hypothetical protein 4.985947009 L4_control_A1 +LQ00X055283 Hypothetical protein 5.433131433 L4_control_A2 +LQ00X055283 Hypothetical protein 5.286958198 L4_control_A3 +LQ00X055283 Hypothetical protein 5.399930984 L4_control_B1 +LQ00X055283 Hypothetical protein 5.196820909 L4_control_B2 +LQ00X055283 Hypothetical protein 5.121874106 L4_control_B3 +LQ00X055283 Hypothetical protein 5.325314814 L4_control_C2 +LQ00X055283 Hypothetical protein 5.187649757 L4_control_C3 +LQ00X055283 Hypothetical protein 5.336512052 L4_chemical_A1 +LQ00X055283 Hypothetical protein 5.479093425 L4_chemical_A2 +LQ00X055283 Hypothetical protein 5.401774215 L4_chemical_A3 +LQ00X055283 Hypothetical protein 5.551932726 L4_chemical_B1 +LQ00X055283 Hypothetical protein 4.983575012 L4_chemical_B2 +LQ00X055283 Hypothetical protein 4.77069123 L4_chemical_B3 +LQ00X055283 Hypothetical protein 4.837257075 L4_chemical_C2 +LQ00X055283 Hypothetical protein 5.040786136 L4_chemical_C3 +LQ00X055290 F26G16.17 protein 5.143477835 C6_control_A1 +LQ00X055290 F26G16.17 protein 5.248889854 C6_control_A3 +LQ00X055290 F26G16.17 protein 5.418057974 C6_control_B1 +LQ00X055290 F26G16.17 protein 5.082781875 C6_control_B2 +LQ00X055290 F26G16.17 protein 4.800944212 C6_control_B3 +LQ00X055290 F26G16.17 protein 4.924114788 C6_control_C1 +LQ00X055290 F26G16.17 protein 4.770025974 C6_control_C2 +LQ00X055290 F26G16.17 protein 4.656907037 C6_control_C3 +LQ00X055290 F26G16.17 protein 5.052007474 C6_chemical_A1 +LQ00X055290 F26G16.17 protein 4.937437827 C6_chemical_A3 +LQ00X055290 F26G16.17 protein 4.981288745 C6_chemical_B1 +LQ00X055290 F26G16.17 protein 5.134321584 C6_chemical_B2 +LQ00X055290 F26G16.17 protein 4.87633742 C6_chemical_B3 +LQ00X055290 F26G16.17 protein 5.189622413 C6_chemical_C1 +LQ00X055290 F26G16.17 protein 4.719328433 C6_chemical_C2 +LQ00X055290 F26G16.17 protein 4.969963611 C6_chemical_C3 +LQ00X055290 F26G16.17 protein 5.297390085 L4_control_A1 +LQ00X055290 F26G16.17 protein 5.353676657 L4_control_A2 +LQ00X055290 F26G16.17 protein 5.433460362 L4_control_A3 +LQ00X055290 F26G16.17 protein 5.438208924 L4_control_B1 +LQ00X055290 F26G16.17 protein 5.508435185 L4_control_B2 +LQ00X055290 F26G16.17 protein 4.935765822 L4_control_B3 +LQ00X055290 F26G16.17 protein 5.328832075 L4_control_C2 +LQ00X055290 F26G16.17 protein 5.23197925 L4_control_C3 +LQ00X055290 F26G16.17 protein 5.208425152 L4_chemical_A1 +LQ00X055290 F26G16.17 protein 5.088758749 L4_chemical_A2 +LQ00X055290 F26G16.17 protein 5.382398579 L4_chemical_A3 +LQ00X055290 F26G16.17 protein 5.208198931 L4_chemical_B1 +LQ00X055290 F26G16.17 protein 5.048296686 L4_chemical_B2 +LQ00X055290 F26G16.17 protein 4.9159843 L4_chemical_B3 +LQ00X055290 F26G16.17 protein 5.246556618 L4_chemical_C2 +LQ00X055290 F26G16.17 protein 5.614716631 L4_chemical_C3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.39036059 C6_control_A1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 7.663103471 C6_control_A3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.466473787 C6_control_B1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 9.900093481 C6_control_B2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.808354154 C6_control_B3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 10.74031911 C6_control_C1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 10.62378 C6_control_C2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 11.12662854 C6_control_C3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.196706385 C6_chemical_A1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.234778145 C6_chemical_A3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.797536721 C6_chemical_B1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 9.687227888 C6_chemical_B2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 9.069814927 C6_chemical_B3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 10.84618005 C6_chemical_C1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 10.83233823 C6_chemical_C2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 10.95466194 C6_chemical_C3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 7.80451224 L4_control_A1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 7.95262608 L4_control_A2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 7.532078014 L4_control_A3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.088335753 L4_control_B1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 7.478017041 L4_control_B2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.440634799 L4_control_B3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.777618953 L4_control_C2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.026280715 L4_control_C3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.887006345 L4_chemical_A1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 9.403201892 L4_chemical_A2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 7.749291585 L4_chemical_A3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.605435188 L4_chemical_B1 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 7.921527955 L4_chemical_B2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.580057683 L4_chemical_B3 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.635001619 L4_chemical_C2 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.974171385 L4_chemical_C3 +LQ00X055320 Transcription factor, putative 9.930065277 C6_control_A1 +LQ00X055320 Transcription factor, putative 9.960208525 C6_control_A3 +LQ00X055320 Transcription factor, putative 10.03420765 C6_control_B1 +LQ00X055320 Transcription factor, putative 9.179190992 C6_control_B2 +LQ00X055320 Transcription factor, putative 9.882804196 C6_control_B3 +LQ00X055320 Transcription factor, putative 9.564171224 C6_control_C1 +LQ00X055320 Transcription factor, putative 8.645622847 C6_control_C2 +LQ00X055320 Transcription factor, putative 9.164846593 C6_control_C3 +LQ00X055320 Transcription factor, putative 9.96904849 C6_chemical_A1 +LQ00X055320 Transcription factor, putative 10.20178218 C6_chemical_A3 +LQ00X055320 Transcription factor, putative 10.16147576 C6_chemical_B1 +LQ00X055320 Transcription factor, putative 8.845143815 C6_chemical_B2 +LQ00X055320 Transcription factor, putative 9.972184845 C6_chemical_B3 +LQ00X055320 Transcription factor, putative 9.205928162 C6_chemical_C1 +LQ00X055320 Transcription factor, putative 9.397345076 C6_chemical_C2 +LQ00X055320 Transcription factor, putative 9.157613521 C6_chemical_C3 +LQ00X055320 Transcription factor, putative 9.864758019 L4_control_A1 +LQ00X055320 Transcription factor, putative 10.51804651 L4_control_A2 +LQ00X055320 Transcription factor, putative 11.10301696 L4_control_A3 +LQ00X055320 Transcription factor, putative 10.73258479 L4_control_B1 +LQ00X055320 Transcription factor, putative 11.34814502 L4_control_B2 +LQ00X055320 Transcription factor, putative 10.5947618 L4_control_B3 +LQ00X055320 Transcription factor, putative 11.43752167 L4_control_C2 +LQ00X055320 Transcription factor, putative 11.62243974 L4_control_C3 +LQ00X055320 Transcription factor, putative 9.771554173 L4_chemical_A1 +LQ00X055320 Transcription factor, putative 10.39723423 L4_chemical_A2 +LQ00X055320 Transcription factor, putative 10.67422357 L4_chemical_A3 +LQ00X055320 Transcription factor, putative 10.88115602 L4_chemical_B1 +LQ00X055320 Transcription factor, putative 11.14495302 L4_chemical_B2 +LQ00X055320 Transcription factor, putative 10.19707745 L4_chemical_B3 +LQ00X055320 Transcription factor, putative 11.31576402 L4_chemical_C2 +LQ00X055320 Transcription factor, putative 11.32161184 L4_chemical_C3 +LQ00X055330 Putative uncharacterized protein 4.848414054 C6_control_A1 +LQ00X055330 Putative uncharacterized protein 4.97276557 C6_control_A3 +LQ00X055330 Putative uncharacterized protein 4.697747817 C6_control_B1 +LQ00X055330 Putative uncharacterized protein 4.712385121 C6_control_B2 +LQ00X055330 Putative uncharacterized protein 4.868506458 C6_control_B3 +LQ00X055330 Putative uncharacterized protein 4.750729515 C6_control_C1 +LQ00X055330 Putative uncharacterized protein 4.937969766 C6_control_C2 +LQ00X055330 Putative uncharacterized protein 4.827472595 C6_control_C3 +LQ00X055330 Putative uncharacterized protein 4.909356714 C6_chemical_A1 +LQ00X055330 Putative uncharacterized protein 5.019178304 C6_chemical_A3 +LQ00X055330 Putative uncharacterized protein 4.603304652 C6_chemical_B1 +LQ00X055330 Putative uncharacterized protein 4.792996052 C6_chemical_B2 +LQ00X055330 Putative uncharacterized protein 4.792755635 C6_chemical_B3 +LQ00X055330 Putative uncharacterized protein 4.666038791 C6_chemical_C1 +LQ00X055330 Putative uncharacterized protein 4.893130457 C6_chemical_C2 +LQ00X055330 Putative uncharacterized protein 4.686006492 C6_chemical_C3 +LQ00X055330 Putative uncharacterized protein 4.67337185 L4_control_A1 +LQ00X055330 Putative uncharacterized protein 4.803058606 L4_control_A2 +LQ00X055330 Putative uncharacterized protein 5.361629196 L4_control_A3 +LQ00X055330 Putative uncharacterized protein 5.124653717 L4_control_B1 +LQ00X055330 Putative uncharacterized protein 5.117403733 L4_control_B2 +LQ00X055330 Putative uncharacterized protein 4.776583973 L4_control_B3 +LQ00X055330 Putative uncharacterized protein 5.12395345 L4_control_C2 +LQ00X055330 Putative uncharacterized protein 5.170878466 L4_control_C3 +LQ00X055330 Putative uncharacterized protein 5.045348991 L4_chemical_A1 +LQ00X055330 Putative uncharacterized protein 4.847320648 L4_chemical_A2 +LQ00X055330 Putative uncharacterized protein 5.136567864 L4_chemical_A3 +LQ00X055330 Putative uncharacterized protein 5.105527867 L4_chemical_B1 +LQ00X055330 Putative uncharacterized protein 5.298797098 L4_chemical_B2 +LQ00X055330 Putative uncharacterized protein 4.837319768 L4_chemical_B3 +LQ00X055330 Putative uncharacterized protein 4.57535507 L4_chemical_C2 +LQ00X055330 Putative uncharacterized protein 4.479123627 L4_chemical_C3 +LQ00X055510 Hypothetical protein 8.33591658 C6_control_A1 +LQ00X055510 Hypothetical protein 8.208670594 C6_control_A3 +LQ00X055510 Hypothetical protein 6.864241694 C6_control_B1 +LQ00X055510 Hypothetical protein 6.088359661 C6_control_B2 +LQ00X055510 Hypothetical protein 6.295003377 C6_control_B3 +LQ00X055510 Hypothetical protein 5.80473777 C6_control_C1 +LQ00X055510 Hypothetical protein 5.479650006 C6_control_C2 +LQ00X055510 Hypothetical protein 5.962615207 C6_control_C3 +LQ00X055510 Hypothetical protein 8.002077494 C6_chemical_A1 +LQ00X055510 Hypothetical protein 8.514865047 C6_chemical_A3 +LQ00X055510 Hypothetical protein 6.85021786 C6_chemical_B1 +LQ00X055510 Hypothetical protein 6.072124265 C6_chemical_B2 +LQ00X055510 Hypothetical protein 5.876650092 C6_chemical_B3 +LQ00X055510 Hypothetical protein 5.49236314 C6_chemical_C1 +LQ00X055510 Hypothetical protein 5.938077162 C6_chemical_C2 +LQ00X055510 Hypothetical protein 5.76528956 C6_chemical_C3 +LQ00X055510 Hypothetical protein 7.580458728 L4_control_A1 +LQ00X055510 Hypothetical protein 5.782759282 L4_control_A2 +LQ00X055510 Hypothetical protein 6.787908418 L4_control_A3 +LQ00X055510 Hypothetical protein 5.933154571 L4_control_B1 +LQ00X055510 Hypothetical protein 5.969906381 L4_control_B2 +LQ00X055510 Hypothetical protein 6.260275405 L4_control_B3 +LQ00X055510 Hypothetical protein 5.019917764 L4_control_C2 +LQ00X055510 Hypothetical protein 5.206170848 L4_control_C3 +LQ00X055510 Hypothetical protein 5.690762433 L4_chemical_A1 +LQ00X055510 Hypothetical protein 6.068782338 L4_chemical_A2 +LQ00X055510 Hypothetical protein 6.138012966 L4_chemical_A3 +LQ00X055510 Hypothetical protein 6.129850582 L4_chemical_B1 +LQ00X055510 Hypothetical protein 5.675573341 L4_chemical_B2 +LQ00X055510 Hypothetical protein 6.133931869 L4_chemical_B3 +LQ00X055510 Hypothetical protein 5.882330611 L4_chemical_C2 +LQ00X055510 Hypothetical protein 5.050491628 L4_chemical_C3 +LQ00X055610 Hypothetical protein 5.057727107 C6_control_A1 +LQ00X055610 Hypothetical protein 4.803969489 C6_control_A3 +LQ00X055610 Hypothetical protein 4.951720658 C6_control_B1 +LQ00X055610 Hypothetical protein 4.989409009 C6_control_B2 +LQ00X055610 Hypothetical protein 4.984984735 C6_control_B3 +LQ00X055610 Hypothetical protein 5.279250299 C6_control_C1 +LQ00X055610 Hypothetical protein 5.503336728 C6_control_C2 +LQ00X055610 Hypothetical protein 4.987167224 C6_control_C3 +LQ00X055610 Hypothetical protein 5.026155193 C6_chemical_A1 +LQ00X055610 Hypothetical protein 4.840314276 C6_chemical_A3 +LQ00X055610 Hypothetical protein 4.755936913 C6_chemical_B1 +LQ00X055610 Hypothetical protein 4.926230468 C6_chemical_B2 +LQ00X055610 Hypothetical protein 4.739369868 C6_chemical_B3 +LQ00X055610 Hypothetical protein 5.233238245 C6_chemical_C1 +LQ00X055610 Hypothetical protein 5.223114756 C6_chemical_C2 +LQ00X055610 Hypothetical protein 5.20371865 C6_chemical_C3 +LQ00X055610 Hypothetical protein 5.072310625 L4_control_A1 +LQ00X055610 Hypothetical protein 5.0577342 L4_control_A2 +LQ00X055610 Hypothetical protein 5.240973074 L4_control_A3 +LQ00X055610 Hypothetical protein 4.8914462 L4_control_B1 +LQ00X055610 Hypothetical protein 5.08295815 L4_control_B2 +LQ00X055610 Hypothetical protein 5.059046008 L4_control_B3 +LQ00X055610 Hypothetical protein 4.73579616 L4_control_C2 +LQ00X055610 Hypothetical protein 5.193525622 L4_control_C3 +LQ00X055610 Hypothetical protein 4.991702216 L4_chemical_A1 +LQ00X055610 Hypothetical protein 5.192268233 L4_chemical_A2 +LQ00X055610 Hypothetical protein 5.369351798 L4_chemical_A3 +LQ00X055610 Hypothetical protein 4.90509322 L4_chemical_B1 +LQ00X055610 Hypothetical protein 5.249575118 L4_chemical_B2 +LQ00X055610 Hypothetical protein 5.112158956 L4_chemical_B3 +LQ00X055610 Hypothetical protein 4.970351831 L4_chemical_C2 +LQ00X055610 Hypothetical protein 5.065439798 L4_chemical_C3 +LQ00X055740 Putative Universal stress protein A-like protein 5.701235318 C6_control_A1 +LQ00X055740 Putative Universal stress protein A-like protein 5.460177819 C6_control_A3 +LQ00X055740 Putative Universal stress protein A-like protein 6.681846759 C6_control_B1 +LQ00X055740 Putative Universal stress protein A-like protein 5.302205072 C6_control_B2 +LQ00X055740 Putative Universal stress protein A-like protein 5.548680724 C6_control_B3 +LQ00X055740 Putative Universal stress protein A-like protein 5.70619201 C6_control_C1 +LQ00X055740 Putative Universal stress protein A-like protein 6.364518029 C6_control_C2 +LQ00X055740 Putative Universal stress protein A-like protein 5.58716904 C6_control_C3 +LQ00X055740 Putative Universal stress protein A-like protein 5.822686716 C6_chemical_A1 +LQ00X055740 Putative Universal stress protein A-like protein 5.48330508 C6_chemical_A3 +LQ00X055740 Putative Universal stress protein A-like protein 6.563801787 C6_chemical_B1 +LQ00X055740 Putative Universal stress protein A-like protein 5.148005919 C6_chemical_B2 +LQ00X055740 Putative Universal stress protein A-like protein 6.093703398 C6_chemical_B3 +LQ00X055740 Putative Universal stress protein A-like protein 5.666182312 C6_chemical_C1 +LQ00X055740 Putative Universal stress protein A-like protein 5.461788883 C6_chemical_C2 +LQ00X055740 Putative Universal stress protein A-like protein 6.029422015 C6_chemical_C3 +LQ00X055740 Putative Universal stress protein A-like protein 5.295499515 L4_control_A1 +LQ00X055740 Putative Universal stress protein A-like protein 5.264788763 L4_control_A2 +LQ00X055740 Putative Universal stress protein A-like protein 5.533735512 L4_control_A3 +LQ00X055740 Putative Universal stress protein A-like protein 5.171098623 L4_control_B1 +LQ00X055740 Putative Universal stress protein A-like protein 5.265375374 L4_control_B2 +LQ00X055740 Putative Universal stress protein A-like protein 5.67966107 L4_control_B3 +LQ00X055740 Putative Universal stress protein A-like protein 5.755200793 L4_control_C2 +LQ00X055740 Putative Universal stress protein A-like protein 8.038742584 L4_control_C3 +LQ00X055740 Putative Universal stress protein A-like protein 5.590556497 L4_chemical_A1 +LQ00X055740 Putative Universal stress protein A-like protein 5.601591282 L4_chemical_A2 +LQ00X055740 Putative Universal stress protein A-like protein 5.576478243 L4_chemical_A3 +LQ00X055740 Putative Universal stress protein A-like protein 5.361295811 L4_chemical_B1 +LQ00X055740 Putative Universal stress protein A-like protein 4.884294863 L4_chemical_B2 +LQ00X055740 Putative Universal stress protein A-like protein 5.31998055 L4_chemical_B3 +LQ00X055740 Putative Universal stress protein A-like protein 5.759599789 L4_chemical_C2 +LQ00X055740 Putative Universal stress protein A-like protein 7.210471137 L4_chemical_C3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.38892532 C6_control_A1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.39547122 C6_control_A3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.27733101 C6_control_B1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.3898825 C6_control_B2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.27252315 C6_control_B3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.00234289 C6_control_C1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.2608047 C6_control_C2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.30022796 C6_control_C3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.37221478 C6_chemical_A1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.0878911 C6_chemical_A3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.20556329 C6_chemical_B1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.27469978 C6_chemical_B2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.10473639 C6_chemical_B3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.3718632 C6_chemical_C1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.30161603 C6_chemical_C2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.84218646 C6_chemical_C3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.29329161 L4_control_A1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.46101401 L4_control_A2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.60903376 L4_control_A3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.57160705 L4_control_B1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.14542976 L4_control_B2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.58099295 L4_control_B3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.09688319 L4_control_C2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.37569782 L4_control_C3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.56558867 L4_chemical_A1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.28986629 L4_chemical_A2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.71965771 L4_chemical_A3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.42036252 L4_chemical_B1 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.20368565 L4_chemical_B2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.52857219 L4_chemical_B3 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.40935095 L4_chemical_C2 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.5517707 L4_chemical_C3 +LQ00X055900 Putative uncharacterized protein 5.534041113 C6_control_A1 +LQ00X055900 Putative uncharacterized protein 6.28513983 C6_control_A3 +LQ00X055900 Putative uncharacterized protein 5.218227291 C6_control_B1 +LQ00X055900 Putative uncharacterized protein 5.506283385 C6_control_B2 +LQ00X055900 Putative uncharacterized protein 5.33316054 C6_control_B3 +LQ00X055900 Putative uncharacterized protein 5.652455944 C6_control_C1 +LQ00X055900 Putative uncharacterized protein 5.976946363 C6_control_C2 +LQ00X055900 Putative uncharacterized protein 5.800478909 C6_control_C3 +LQ00X055900 Putative uncharacterized protein 5.659765495 C6_chemical_A1 +LQ00X055900 Putative uncharacterized protein 5.739846565 C6_chemical_A3 +LQ00X055900 Putative uncharacterized protein 5.096056477 C6_chemical_B1 +LQ00X055900 Putative uncharacterized protein 5.380968714 C6_chemical_B2 +LQ00X055900 Putative uncharacterized protein 5.414925194 C6_chemical_B3 +LQ00X055900 Putative uncharacterized protein 5.821051952 C6_chemical_C1 +LQ00X055900 Putative uncharacterized protein 5.854348615 C6_chemical_C2 +LQ00X055900 Putative uncharacterized protein 5.706514724 C6_chemical_C3 +LQ00X055900 Putative uncharacterized protein 6.027856975 L4_control_A1 +LQ00X055900 Putative uncharacterized protein 6.190648225 L4_control_A2 +LQ00X055900 Putative uncharacterized protein 6.089140205 L4_control_A3 +LQ00X055900 Putative uncharacterized protein 5.935651876 L4_control_B1 +LQ00X055900 Putative uncharacterized protein 5.499926812 L4_control_B2 +LQ00X055900 Putative uncharacterized protein 6.097787136 L4_control_B3 +LQ00X055900 Putative uncharacterized protein 5.360228483 L4_control_C2 +LQ00X055900 Putative uncharacterized protein 5.747445655 L4_control_C3 +LQ00X055900 Putative uncharacterized protein 5.862790509 L4_chemical_A1 +LQ00X055900 Putative uncharacterized protein 6.012302649 L4_chemical_A2 +LQ00X055900 Putative uncharacterized protein 5.964571294 L4_chemical_A3 +LQ00X055900 Putative uncharacterized protein 5.564013677 L4_chemical_B1 +LQ00X055900 Putative uncharacterized protein 5.461747585 L4_chemical_B2 +LQ00X055900 Putative uncharacterized protein 5.701958372 L4_chemical_B3 +LQ00X055900 Putative uncharacterized protein 5.776314091 L4_chemical_C2 +LQ00X055900 Putative uncharacterized protein 5.839690408 L4_chemical_C3 +LQ00X055930 Hypothetical protein 5.425205212 C6_control_A1 +LQ00X055930 Hypothetical protein 4.923049206 C6_control_A3 +LQ00X055930 Hypothetical protein 4.974136468 C6_control_B1 +LQ00X055930 Hypothetical protein 5.184950772 C6_control_B2 +LQ00X055930 Hypothetical protein 5.035363319 C6_control_B3 +LQ00X055930 Hypothetical protein 5.393476826 C6_control_C1 +LQ00X055930 Hypothetical protein 5.648755542 C6_control_C2 +LQ00X055930 Hypothetical protein 5.618243643 C6_control_C3 +LQ00X055930 Hypothetical protein 4.792429233 C6_chemical_A1 +LQ00X055930 Hypothetical protein 5.375227547 C6_chemical_A3 +LQ00X055930 Hypothetical protein 5.204758093 C6_chemical_B1 +LQ00X055930 Hypothetical protein 5.168186103 C6_chemical_B2 +LQ00X055930 Hypothetical protein 5.203237269 C6_chemical_B3 +LQ00X055930 Hypothetical protein 4.963513321 C6_chemical_C1 +LQ00X055930 Hypothetical protein 5.369892755 C6_chemical_C2 +LQ00X055930 Hypothetical protein 6.417002719 C6_chemical_C3 +LQ00X055930 Hypothetical protein 5.458551785 L4_control_A1 +LQ00X055930 Hypothetical protein 5.268655348 L4_control_A2 +LQ00X055930 Hypothetical protein 5.70917052 L4_control_A3 +LQ00X055930 Hypothetical protein 5.179302605 L4_control_B1 +LQ00X055930 Hypothetical protein 5.149539604 L4_control_B2 +LQ00X055930 Hypothetical protein 5.590178023 L4_control_B3 +LQ00X055930 Hypothetical protein 6.270493125 L4_control_C2 +LQ00X055930 Hypothetical protein 7.709202097 L4_control_C3 +LQ00X055930 Hypothetical protein 5.185400419 L4_chemical_A1 +LQ00X055930 Hypothetical protein 5.058022364 L4_chemical_A2 +LQ00X055930 Hypothetical protein 6.033176431 L4_chemical_A3 +LQ00X055930 Hypothetical protein 5.214620266 L4_chemical_B1 +LQ00X055930 Hypothetical protein 5.036022512 L4_chemical_B2 +LQ00X055930 Hypothetical protein 5.277392477 L4_chemical_B3 +LQ00X055930 Hypothetical protein 6.176715506 L4_chemical_C2 +LQ00X055930 Hypothetical protein 6.804686838 L4_chemical_C3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.171458793 C6_control_A1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.787208535 C6_control_A3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 4.803267869 C6_control_B1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.084048265 C6_control_B2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.323865702 C6_control_B3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.081016325 C6_control_C1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.17129508 C6_control_C2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.201134255 C6_control_C3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.48470641 C6_chemical_A1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.753231237 C6_chemical_A3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 4.775334417 C6_chemical_B1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.161992402 C6_chemical_B2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 4.982007805 C6_chemical_B3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.16871963 C6_chemical_C1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.124219659 C6_chemical_C2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.240246915 C6_chemical_C3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.162832088 L4_control_A1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.550864871 L4_control_A2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.195986114 L4_control_A3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.274668919 L4_control_B1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.601578039 L4_control_B2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.026721022 L4_control_B3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 6.137814078 L4_control_C2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.197625027 L4_control_C3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.429052363 L4_chemical_A1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.255958381 L4_chemical_A2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.520352321 L4_chemical_A3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.058634835 L4_chemical_B1 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.569460648 L4_chemical_B2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.232312515 L4_chemical_B3 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.774030736 L4_chemical_C2 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.040429315 L4_chemical_C3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.406359943 C6_control_A1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.553081726 C6_control_A3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.572271929 C6_control_B1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.815232752 C6_control_B2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.843168291 C6_control_B3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.482327237 C6_control_C1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.098594929 C6_control_C2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.725726115 C6_control_C3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.099220639 C6_chemical_A1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.73142571 C6_chemical_A3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.861270519 C6_chemical_B1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.827598531 C6_chemical_B2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.365665518 C6_chemical_B3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.816746544 C6_chemical_C1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.691677088 C6_chemical_C2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.583659578 C6_chemical_C3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.446822326 L4_control_A1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.628226705 L4_control_A2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.026652493 L4_control_A3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.791570338 L4_control_B1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.381137982 L4_control_B2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.392062108 L4_control_B3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.014881035 L4_control_C2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.292705552 L4_control_C3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.706787141 L4_chemical_A1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.404306869 L4_chemical_A2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.6258727 L4_chemical_A3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.199645751 L4_chemical_B1 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.562508556 L4_chemical_B2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.701394749 L4_chemical_B3 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.134992901 L4_chemical_C2 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 5.754383392 L4_chemical_C3 +LQ00X055960 Aquaporin TIP1-1 6.091575709 C6_control_A1 +LQ00X055960 Aquaporin TIP1-1 5.693413358 C6_control_A3 +LQ00X055960 Aquaporin TIP1-1 6.389361268 C6_control_B1 +LQ00X055960 Aquaporin TIP1-1 5.932449685 C6_control_B2 +LQ00X055960 Aquaporin TIP1-1 6.821758742 C6_control_B3 +LQ00X055960 Aquaporin TIP1-1 5.917603193 C6_control_C1 +LQ00X055960 Aquaporin TIP1-1 6.904144589 C6_control_C2 +LQ00X055960 Aquaporin TIP1-1 5.906383933 C6_control_C3 +LQ00X055960 Aquaporin TIP1-1 5.692234757 C6_chemical_A1 +LQ00X055960 Aquaporin TIP1-1 5.837711679 C6_chemical_A3 +LQ00X055960 Aquaporin TIP1-1 5.841738462 C6_chemical_B1 +LQ00X055960 Aquaporin TIP1-1 6.171453056 C6_chemical_B2 +LQ00X055960 Aquaporin TIP1-1 6.340981764 C6_chemical_B3 +LQ00X055960 Aquaporin TIP1-1 6.274734312 C6_chemical_C1 +LQ00X055960 Aquaporin TIP1-1 6.240083604 C6_chemical_C2 +LQ00X055960 Aquaporin TIP1-1 5.823831002 C6_chemical_C3 +LQ00X055960 Aquaporin TIP1-1 6.101098569 L4_control_A1 +LQ00X055960 Aquaporin TIP1-1 6.283732164 L4_control_A2 +LQ00X055960 Aquaporin TIP1-1 5.622376822 L4_control_A3 +LQ00X055960 Aquaporin TIP1-1 6.419933293 L4_control_B1 +LQ00X055960 Aquaporin TIP1-1 6.360328714 L4_control_B2 +LQ00X055960 Aquaporin TIP1-1 6.003165242 L4_control_B3 +LQ00X055960 Aquaporin TIP1-1 6.865135285 L4_control_C2 +LQ00X055960 Aquaporin TIP1-1 5.888131531 L4_control_C3 +LQ00X055960 Aquaporin TIP1-1 6.019187735 L4_chemical_A1 +LQ00X055960 Aquaporin TIP1-1 5.957960441 L4_chemical_A2 +LQ00X055960 Aquaporin TIP1-1 5.855830201 L4_chemical_A3 +LQ00X055960 Aquaporin TIP1-1 6.20683182 L4_chemical_B1 +LQ00X055960 Aquaporin TIP1-1 6.641738885 L4_chemical_B2 +LQ00X055960 Aquaporin TIP1-1 5.99952163 L4_chemical_B3 +LQ00X055960 Aquaporin TIP1-1 6.562715756 L4_chemical_C2 +LQ00X055960 Aquaporin TIP1-1 5.549739389 L4_chemical_C3 +LQ00X055970 Putative uncharacterized protein 9.573156118 C6_control_A1 +LQ00X055970 Putative uncharacterized protein 9.073628072 C6_control_A3 +LQ00X055970 Putative uncharacterized protein 11.03335956 C6_control_B1 +LQ00X055970 Putative uncharacterized protein 10.16803975 C6_control_B2 +LQ00X055970 Putative uncharacterized protein 10.53125553 C6_control_B3 +LQ00X055970 Putative uncharacterized protein 9.265013308 C6_control_C1 +LQ00X055970 Putative uncharacterized protein 8.282128277 C6_control_C2 +LQ00X055970 Putative uncharacterized protein 7.768413335 C6_control_C3 +LQ00X055970 Putative uncharacterized protein 9.714011804 C6_chemical_A1 +LQ00X055970 Putative uncharacterized protein 9.147053854 C6_chemical_A3 +LQ00X055970 Putative uncharacterized protein 11.06498892 C6_chemical_B1 +LQ00X055970 Putative uncharacterized protein 10.10454549 C6_chemical_B2 +LQ00X055970 Putative uncharacterized protein 10.13911785 C6_chemical_B3 +LQ00X055970 Putative uncharacterized protein 9.320877756 C6_chemical_C1 +LQ00X055970 Putative uncharacterized protein 8.422067364 C6_chemical_C2 +LQ00X055970 Putative uncharacterized protein 8.081020491 C6_chemical_C3 +LQ00X055970 Putative uncharacterized protein 8.819297537 L4_control_A1 +LQ00X055970 Putative uncharacterized protein 8.921789576 L4_control_A2 +LQ00X055970 Putative uncharacterized protein 9.192112847 L4_control_A3 +LQ00X055970 Putative uncharacterized protein 10.6221304 L4_control_B1 +LQ00X055970 Putative uncharacterized protein 10.345441 L4_control_B2 +LQ00X055970 Putative uncharacterized protein 9.547331001 L4_control_B3 +LQ00X055970 Putative uncharacterized protein 8.713876064 L4_control_C2 +LQ00X055970 Putative uncharacterized protein 8.395817683 L4_control_C3 +LQ00X055970 Putative uncharacterized protein 8.955263141 L4_chemical_A1 +LQ00X055970 Putative uncharacterized protein 8.946653737 L4_chemical_A2 +LQ00X055970 Putative uncharacterized protein 8.832975162 L4_chemical_A3 +LQ00X055970 Putative uncharacterized protein 10.36876097 L4_chemical_B1 +LQ00X055970 Putative uncharacterized protein 10.088668 L4_chemical_B2 +LQ00X055970 Putative uncharacterized protein 9.698833201 L4_chemical_B3 +LQ00X055970 Putative uncharacterized protein 8.337246093 L4_chemical_C2 +LQ00X055970 Putative uncharacterized protein 7.24770068 L4_chemical_C3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.61866869 C6_control_A1 +LQ00X055980 Ankyrin repeat-containing protein, putative 12.10155278 C6_control_A3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.57400666 C6_control_B1 +LQ00X055980 Ankyrin repeat-containing protein, putative 10.90006563 C6_control_B2 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.25204655 C6_control_B3 +LQ00X055980 Ankyrin repeat-containing protein, putative 12.14524004 C6_control_C1 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.45245946 C6_control_C2 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.2033902 C6_control_C3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.63120211 C6_chemical_A1 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.63152761 C6_chemical_A3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.7863993 C6_chemical_B1 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.02438925 C6_chemical_B2 +LQ00X055980 Ankyrin repeat-containing protein, putative 10.87171571 C6_chemical_B3 +LQ00X055980 Ankyrin repeat-containing protein, putative 12.47978404 C6_chemical_C1 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.85245704 C6_chemical_C2 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.62343369 C6_chemical_C3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.47741589 L4_control_A1 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.68929094 L4_control_A2 +LQ00X055980 Ankyrin repeat-containing protein, putative 12.28134074 L4_control_A3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.36497544 L4_control_B1 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.17063398 L4_control_B2 +LQ00X055980 Ankyrin repeat-containing protein, putative 10.01003449 L4_control_B3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.96962697 L4_control_C2 +LQ00X055980 Ankyrin repeat-containing protein, putative 10.87970884 L4_control_C3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.11594772 L4_chemical_A1 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.38900137 L4_chemical_A2 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.86255514 L4_chemical_A3 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.60685271 L4_chemical_B1 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.28506195 L4_chemical_B2 +LQ00X055980 Ankyrin repeat-containing protein, putative 10.55049707 L4_chemical_B3 +LQ00X055980 Ankyrin repeat-containing protein, putative 12.11032294 L4_chemical_C2 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.08556038 L4_chemical_C3 +LQ00X055990 GTP-binding protein yptV3 12.53675639 C6_control_A1 +LQ00X055990 GTP-binding protein yptV3 13.15602146 C6_control_A3 +LQ00X055990 GTP-binding protein yptV3 12.87325776 C6_control_B1 +LQ00X055990 GTP-binding protein yptV3 12.55764916 C6_control_B2 +LQ00X055990 GTP-binding protein yptV3 12.83567281 C6_control_B3 +LQ00X055990 GTP-binding protein yptV3 10.49221733 C6_control_C1 +LQ00X055990 GTP-binding protein yptV3 11.02453345 C6_control_C2 +LQ00X055990 GTP-binding protein yptV3 10.80770891 C6_control_C3 +LQ00X055990 GTP-binding protein yptV3 12.39928667 C6_chemical_A1 +LQ00X055990 GTP-binding protein yptV3 12.7105193 C6_chemical_A3 +LQ00X055990 GTP-binding protein yptV3 12.59879496 C6_chemical_B1 +LQ00X055990 GTP-binding protein yptV3 12.67845031 C6_chemical_B2 +LQ00X055990 GTP-binding protein yptV3 12.48272428 C6_chemical_B3 +LQ00X055990 GTP-binding protein yptV3 10.40104973 C6_chemical_C1 +LQ00X055990 GTP-binding protein yptV3 10.30093152 C6_chemical_C2 +LQ00X055990 GTP-binding protein yptV3 9.680567444 C6_chemical_C3 +LQ00X055990 GTP-binding protein yptV3 12.2568006 L4_control_A1 +LQ00X055990 GTP-binding protein yptV3 11.90763846 L4_control_A2 +LQ00X055990 GTP-binding protein yptV3 11.7572325 L4_control_A3 +LQ00X055990 GTP-binding protein yptV3 12.10907287 L4_control_B1 +LQ00X055990 GTP-binding protein yptV3 12.58527257 L4_control_B2 +LQ00X055990 GTP-binding protein yptV3 11.34287091 L4_control_B3 +LQ00X055990 GTP-binding protein yptV3 9.828888274 L4_control_C2 +LQ00X055990 GTP-binding protein yptV3 9.667123547 L4_control_C3 +LQ00X055990 GTP-binding protein yptV3 11.63738417 L4_chemical_A1 +LQ00X055990 GTP-binding protein yptV3 11.32641787 L4_chemical_A2 +LQ00X055990 GTP-binding protein yptV3 11.39382211 L4_chemical_A3 +LQ00X055990 GTP-binding protein yptV3 12.26574732 L4_chemical_B1 +LQ00X055990 GTP-binding protein yptV3 11.72435259 L4_chemical_B2 +LQ00X055990 GTP-binding protein yptV3 11.6186505 L4_chemical_B3 +LQ00X055990 GTP-binding protein yptV3 9.552143671 L4_chemical_C2 +LQ00X055990 GTP-binding protein yptV3 9.55635706 L4_chemical_C3 +LQ00X056000 Splicing factor 3A subunit, putative 12.28177283 C6_control_A1 +LQ00X056000 Splicing factor 3A subunit, putative 11.69941858 C6_control_A3 +LQ00X056000 Splicing factor 3A subunit, putative 11.78241696 C6_control_B1 +LQ00X056000 Splicing factor 3A subunit, putative 11.85458439 C6_control_B2 +LQ00X056000 Splicing factor 3A subunit, putative 11.79964704 C6_control_B3 +LQ00X056000 Splicing factor 3A subunit, putative 12.47840533 C6_control_C1 +LQ00X056000 Splicing factor 3A subunit, putative 10.85036611 C6_control_C2 +LQ00X056000 Splicing factor 3A subunit, putative 12.06420405 C6_control_C3 +LQ00X056000 Splicing factor 3A subunit, putative 12.26798809 C6_chemical_A1 +LQ00X056000 Splicing factor 3A subunit, putative 12.91435897 C6_chemical_A3 +LQ00X056000 Splicing factor 3A subunit, putative 11.88494569 C6_chemical_B1 +LQ00X056000 Splicing factor 3A subunit, putative 11.67889251 C6_chemical_B2 +LQ00X056000 Splicing factor 3A subunit, putative 11.78038513 C6_chemical_B3 +LQ00X056000 Splicing factor 3A subunit, putative 12.34594671 C6_chemical_C1 +LQ00X056000 Splicing factor 3A subunit, putative 12.31384187 C6_chemical_C2 +LQ00X056000 Splicing factor 3A subunit, putative 12.37784972 C6_chemical_C3 +LQ00X056000 Splicing factor 3A subunit, putative 12.37713364 L4_control_A1 +LQ00X056000 Splicing factor 3A subunit, putative 12.57069134 L4_control_A2 +LQ00X056000 Splicing factor 3A subunit, putative 12.91394828 L4_control_A3 +LQ00X056000 Splicing factor 3A subunit, putative 11.83613263 L4_control_B1 +LQ00X056000 Splicing factor 3A subunit, putative 12.22946508 L4_control_B2 +LQ00X056000 Splicing factor 3A subunit, putative 11.30386454 L4_control_B3 +LQ00X056000 Splicing factor 3A subunit, putative 13.03610389 L4_control_C2 +LQ00X056000 Splicing factor 3A subunit, putative 12.4143776 L4_control_C3 +LQ00X056000 Splicing factor 3A subunit, putative 12.08420119 L4_chemical_A1 +LQ00X056000 Splicing factor 3A subunit, putative 12.40007175 L4_chemical_A2 +LQ00X056000 Splicing factor 3A subunit, putative 12.4739159 L4_chemical_A3 +LQ00X056000 Splicing factor 3A subunit, putative 12.38523411 L4_chemical_B1 +LQ00X056000 Splicing factor 3A subunit, putative 12.35429804 L4_chemical_B2 +LQ00X056000 Splicing factor 3A subunit, putative 11.27330004 L4_chemical_B3 +LQ00X056000 Splicing factor 3A subunit, putative 12.59534076 L4_chemical_C2 +LQ00X056000 Splicing factor 3A subunit, putative 11.97158874 L4_chemical_C3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.91537812 C6_control_A1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.44239417 C6_control_A3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.69035555 C6_control_B1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.2503255 C6_control_B2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.55301636 C6_control_B3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.34169101 C6_control_C1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 11.83093011 C6_control_C2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.62588636 C6_control_C3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.83220324 C6_chemical_A1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.71568066 C6_chemical_A3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.31958544 C6_chemical_B1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.06105127 C6_chemical_B2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.30988039 C6_chemical_B3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 11.86673633 C6_chemical_C1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 11.766869 C6_chemical_C2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.38471602 C6_chemical_C3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 13.26276303 L4_control_A1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 13.24179891 L4_control_A2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 13.70020702 L4_control_A3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.7482113 L4_control_B1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.86935767 L4_control_B2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.08137663 L4_control_B3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.45775086 L4_control_C2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.42136785 L4_control_C3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.78153675 L4_chemical_A1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.86396976 L4_chemical_A2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 13.60627088 L4_chemical_A3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.6305072 L4_chemical_B1 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.66405628 L4_chemical_B2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.40264974 L4_chemical_B3 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.33491403 L4_chemical_C2 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.34892505 L4_chemical_C3 +LQ00X056020 Putative WD repeat-containing protein 3 11.75468851 C6_control_A1 +LQ00X056020 Putative WD repeat-containing protein 3 11.74162873 C6_control_A3 +LQ00X056020 Putative WD repeat-containing protein 3 11.37755236 C6_control_B1 +LQ00X056020 Putative WD repeat-containing protein 3 11.70841539 C6_control_B2 +LQ00X056020 Putative WD repeat-containing protein 3 11.32395262 C6_control_B3 +LQ00X056020 Putative WD repeat-containing protein 3 11.47349315 C6_control_C1 +LQ00X056020 Putative WD repeat-containing protein 3 11.53222448 C6_control_C2 +LQ00X056020 Putative WD repeat-containing protein 3 11.76347546 C6_control_C3 +LQ00X056020 Putative WD repeat-containing protein 3 11.50249264 C6_chemical_A1 +LQ00X056020 Putative WD repeat-containing protein 3 10.95230512 C6_chemical_A3 +LQ00X056020 Putative WD repeat-containing protein 3 10.38283573 C6_chemical_B1 +LQ00X056020 Putative WD repeat-containing protein 3 10.58748352 C6_chemical_B2 +LQ00X056020 Putative WD repeat-containing protein 3 11.0038864 C6_chemical_B3 +LQ00X056020 Putative WD repeat-containing protein 3 11.10259198 C6_chemical_C1 +LQ00X056020 Putative WD repeat-containing protein 3 11.3494105 C6_chemical_C2 +LQ00X056020 Putative WD repeat-containing protein 3 11.22523173 C6_chemical_C3 +LQ00X056020 Putative WD repeat-containing protein 3 11.28732868 L4_control_A1 +LQ00X056020 Putative WD repeat-containing protein 3 11.91274855 L4_control_A2 +LQ00X056020 Putative WD repeat-containing protein 3 10.01608359 L4_control_A3 +LQ00X056020 Putative WD repeat-containing protein 3 11.67910564 L4_control_B1 +LQ00X056020 Putative WD repeat-containing protein 3 10.93356424 L4_control_B2 +LQ00X056020 Putative WD repeat-containing protein 3 11.09619658 L4_control_B3 +LQ00X056020 Putative WD repeat-containing protein 3 11.93636189 L4_control_C2 +LQ00X056020 Putative WD repeat-containing protein 3 11.88736351 L4_control_C3 +LQ00X056020 Putative WD repeat-containing protein 3 11.17145643 L4_chemical_A1 +LQ00X056020 Putative WD repeat-containing protein 3 11.35344168 L4_chemical_A2 +LQ00X056020 Putative WD repeat-containing protein 3 10.76771199 L4_chemical_A3 +LQ00X056020 Putative WD repeat-containing protein 3 11.02772631 L4_chemical_B1 +LQ00X056020 Putative WD repeat-containing protein 3 11.5936096 L4_chemical_B2 +LQ00X056020 Putative WD repeat-containing protein 3 10.89313236 L4_chemical_B3 +LQ00X056020 Putative WD repeat-containing protein 3 11.86617721 L4_chemical_C2 +LQ00X056020 Putative WD repeat-containing protein 3 12.02815973 L4_chemical_C3 +LQ00X056040 Putative Protein fluG 10.67484144 C6_control_A1 +LQ00X056040 Putative Protein fluG 11.23628527 C6_control_A3 +LQ00X056040 Putative Protein fluG 9.903942497 C6_control_B1 +LQ00X056040 Putative Protein fluG 8.956563976 C6_control_B2 +LQ00X056040 Putative Protein fluG 9.625856512 C6_control_B3 +LQ00X056040 Putative Protein fluG 9.56128739 C6_control_C1 +LQ00X056040 Putative Protein fluG 9.301272188 C6_control_C2 +LQ00X056040 Putative Protein fluG 9.224906169 C6_control_C3 +LQ00X056040 Putative Protein fluG 10.65129377 C6_chemical_A1 +LQ00X056040 Putative Protein fluG 11.12703945 C6_chemical_A3 +LQ00X056040 Putative Protein fluG 9.471874047 C6_chemical_B1 +LQ00X056040 Putative Protein fluG 8.962547167 C6_chemical_B2 +LQ00X056040 Putative Protein fluG 9.315604468 C6_chemical_B3 +LQ00X056040 Putative Protein fluG 9.563714499 C6_chemical_C1 +LQ00X056040 Putative Protein fluG 9.238526923 C6_chemical_C2 +LQ00X056040 Putative Protein fluG 9.039790184 C6_chemical_C3 +LQ00X056040 Putative Protein fluG 11.45324916 L4_control_A1 +LQ00X056040 Putative Protein fluG 11.20650868 L4_control_A2 +LQ00X056040 Putative Protein fluG 12.18415024 L4_control_A3 +LQ00X056040 Putative Protein fluG 10.21207925 L4_control_B1 +LQ00X056040 Putative Protein fluG 10.50199722 L4_control_B2 +LQ00X056040 Putative Protein fluG 9.759478284 L4_control_B3 +LQ00X056040 Putative Protein fluG 10.17633854 L4_control_C2 +LQ00X056040 Putative Protein fluG 9.888660524 L4_control_C3 +LQ00X056040 Putative Protein fluG 10.66738751 L4_chemical_A1 +LQ00X056040 Putative Protein fluG 10.39420777 L4_chemical_A2 +LQ00X056040 Putative Protein fluG 11.81429238 L4_chemical_A3 +LQ00X056040 Putative Protein fluG 10.10327755 L4_chemical_B1 +LQ00X056040 Putative Protein fluG 9.92516894 L4_chemical_B2 +LQ00X056040 Putative Protein fluG 10.45318914 L4_chemical_B3 +LQ00X056040 Putative Protein fluG 9.902104211 L4_chemical_C2 +LQ00X056040 Putative Protein fluG 10.31693352 L4_chemical_C3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.126996369 C6_control_A1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 5.448902284 C6_control_A3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 5.510119824 C6_control_B1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.826889489 C6_control_B2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 5.494590217 C6_control_B3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 7.902674352 C6_control_C1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.953699001 C6_control_C2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 7.145904103 C6_control_C3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.817897587 C6_chemical_A1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.598333117 C6_chemical_A3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.094257203 C6_chemical_B1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 7.002905606 C6_chemical_B2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 5.687272173 C6_chemical_B3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 8.269195612 C6_chemical_C1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 8.137888053 C6_chemical_C2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 7.285397664 C6_chemical_C3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.660331021 L4_control_A1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.833803025 L4_control_A2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 5.478933101 L4_control_A3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 5.567674491 L4_control_B1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 5.872155798 L4_control_B2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.570705155 L4_control_B3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.269965713 L4_control_C2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.437703494 L4_control_C3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 7.253217634 L4_chemical_A1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 7.512415003 L4_chemical_A2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 5.287796408 L4_chemical_A3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.191164137 L4_chemical_B1 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.106301856 L4_chemical_B2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.125077256 L4_chemical_B3 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.18723554 L4_chemical_C2 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 7.147333481 L4_chemical_C3 +LQ00X056220 Predicted protein 10.80382934 C6_control_A1 +LQ00X056220 Predicted protein 10.44333334 C6_control_A3 +LQ00X056220 Predicted protein 11.74456812 C6_control_B1 +LQ00X056220 Predicted protein 12.01620408 C6_control_B2 +LQ00X056220 Predicted protein 12.15071269 C6_control_B3 +LQ00X056220 Predicted protein 7.936090691 C6_control_C1 +LQ00X056220 Predicted protein 7.579662297 C6_control_C2 +LQ00X056220 Predicted protein 7.015378225 C6_control_C3 +LQ00X056220 Predicted protein 10.22250069 C6_chemical_A1 +LQ00X056220 Predicted protein 10.07226094 C6_chemical_A3 +LQ00X056220 Predicted protein 11.05447742 C6_chemical_B1 +LQ00X056220 Predicted protein 11.4861309 C6_chemical_B2 +LQ00X056220 Predicted protein 11.24410119 C6_chemical_B3 +LQ00X056220 Predicted protein 7.7955849 C6_chemical_C1 +LQ00X056220 Predicted protein 6.622562136 C6_chemical_C2 +LQ00X056220 Predicted protein 6.942681826 C6_chemical_C3 +LQ00X056220 Predicted protein 9.883542101 L4_control_A1 +LQ00X056220 Predicted protein 10.02257883 L4_control_A2 +LQ00X056220 Predicted protein 9.906271285 L4_control_A3 +LQ00X056220 Predicted protein 10.10550262 L4_control_B1 +LQ00X056220 Predicted protein 10.36912565 L4_control_B2 +LQ00X056220 Predicted protein 9.69959693 L4_control_B3 +LQ00X056220 Predicted protein 4.94467306 L4_control_C2 +LQ00X056220 Predicted protein 7.60291229 L4_control_C3 +LQ00X056220 Predicted protein 9.735241385 L4_chemical_A1 +LQ00X056220 Predicted protein 9.64591564 L4_chemical_A2 +LQ00X056220 Predicted protein 9.030224032 L4_chemical_A3 +LQ00X056220 Predicted protein 9.81413075 L4_chemical_B1 +LQ00X056220 Predicted protein 9.025969447 L4_chemical_B2 +LQ00X056220 Predicted protein 10.1278452 L4_chemical_B3 +LQ00X056220 Predicted protein 5.496782129 L4_chemical_C2 +LQ00X056220 Predicted protein 6.617750039 L4_chemical_C3 +LQ00X056310 Hypothetical protein 5.122935993 C6_control_A1 +LQ00X056310 Hypothetical protein 5.264078144 C6_control_A3 +LQ00X056310 Hypothetical protein 5.417806398 C6_control_B1 +LQ00X056310 Hypothetical protein 5.439451007 C6_control_B2 +LQ00X056310 Hypothetical protein 5.247120139 C6_control_B3 +LQ00X056310 Hypothetical protein 5.186622547 C6_control_C1 +LQ00X056310 Hypothetical protein 5.124898998 C6_control_C2 +LQ00X056310 Hypothetical protein 5.129281554 C6_control_C3 +LQ00X056310 Hypothetical protein 5.222225483 C6_chemical_A1 +LQ00X056310 Hypothetical protein 6.075545376 C6_chemical_A3 +LQ00X056310 Hypothetical protein 5.491661173 C6_chemical_B1 +LQ00X056310 Hypothetical protein 5.324283929 C6_chemical_B2 +LQ00X056310 Hypothetical protein 5.355780975 C6_chemical_B3 +LQ00X056310 Hypothetical protein 5.061801352 C6_chemical_C1 +LQ00X056310 Hypothetical protein 5.369948498 C6_chemical_C2 +LQ00X056310 Hypothetical protein 5.145279553 C6_chemical_C3 +LQ00X056310 Hypothetical protein 5.34029778 L4_control_A1 +LQ00X056310 Hypothetical protein 5.743098613 L4_control_A2 +LQ00X056310 Hypothetical protein 5.393726186 L4_control_A3 +LQ00X056310 Hypothetical protein 5.390592889 L4_control_B1 +LQ00X056310 Hypothetical protein 5.808457402 L4_control_B2 +LQ00X056310 Hypothetical protein 5.850433653 L4_control_B3 +LQ00X056310 Hypothetical protein 5.322534214 L4_control_C2 +LQ00X056310 Hypothetical protein 5.582213129 L4_control_C3 +LQ00X056310 Hypothetical protein 5.431988802 L4_chemical_A1 +LQ00X056310 Hypothetical protein 5.803965737 L4_chemical_A2 +LQ00X056310 Hypothetical protein 5.589632373 L4_chemical_A3 +LQ00X056310 Hypothetical protein 6.230017873 L4_chemical_B1 +LQ00X056310 Hypothetical protein 5.61909834 L4_chemical_B2 +LQ00X056310 Hypothetical protein 5.835441916 L4_chemical_B3 +LQ00X056310 Hypothetical protein 5.515095809 L4_chemical_C2 +LQ00X056310 Hypothetical protein 5.624983542 L4_chemical_C3 +LQ00X056590 Hypothetical protein 4.555525963 C6_control_A1 +LQ00X056590 Hypothetical protein 5.533438293 C6_control_A3 +LQ00X056590 Hypothetical protein 5.706738618 C6_control_B1 +LQ00X056590 Hypothetical protein 5.459748268 C6_control_B2 +LQ00X056590 Hypothetical protein 5.090959638 C6_control_B3 +LQ00X056590 Hypothetical protein 6.139403494 C6_control_C1 +LQ00X056590 Hypothetical protein 5.244036549 C6_control_C2 +LQ00X056590 Hypothetical protein 6.10267859 C6_control_C3 +LQ00X056590 Hypothetical protein 4.824033502 C6_chemical_A1 +LQ00X056590 Hypothetical protein 4.626938926 C6_chemical_A3 +LQ00X056590 Hypothetical protein 6.091519893 C6_chemical_B1 +LQ00X056590 Hypothetical protein 5.448630759 C6_chemical_B2 +LQ00X056590 Hypothetical protein 5.341780557 C6_chemical_B3 +LQ00X056590 Hypothetical protein 5.46053939 C6_chemical_C1 +LQ00X056590 Hypothetical protein 6.192694221 C6_chemical_C2 +LQ00X056590 Hypothetical protein 5.867610112 C6_chemical_C3 +LQ00X056590 Hypothetical protein 5.312981595 L4_control_A1 +LQ00X056590 Hypothetical protein 5.043372402 L4_control_A2 +LQ00X056590 Hypothetical protein 5.163878774 L4_control_A3 +LQ00X056590 Hypothetical protein 4.964457914 L4_control_B1 +LQ00X056590 Hypothetical protein 5.201646543 L4_control_B2 +LQ00X056590 Hypothetical protein 5.826339438 L4_control_B3 +LQ00X056590 Hypothetical protein 5.710828783 L4_control_C2 +LQ00X056590 Hypothetical protein 5.279887148 L4_control_C3 +LQ00X056590 Hypothetical protein 5.143966989 L4_chemical_A1 +LQ00X056590 Hypothetical protein 4.8319875 L4_chemical_A2 +LQ00X056590 Hypothetical protein 5.256111642 L4_chemical_A3 +LQ00X056590 Hypothetical protein 5.174128253 L4_chemical_B1 +LQ00X056590 Hypothetical protein 5.185508861 L4_chemical_B2 +LQ00X056590 Hypothetical protein 6.040142156 L4_chemical_B3 +LQ00X056590 Hypothetical protein 5.33762963 L4_chemical_C2 +LQ00X056590 Hypothetical protein 5.660196569 L4_chemical_C3 +LQ00X056680 Putative Probable protein Pop3 5.64340394 C6_control_A1 +LQ00X056680 Putative Probable protein Pop3 5.36911109 C6_control_A3 +LQ00X056680 Putative Probable protein Pop3 5.424616567 C6_control_B1 +LQ00X056680 Putative Probable protein Pop3 5.409387963 C6_control_B2 +LQ00X056680 Putative Probable protein Pop3 5.671111272 C6_control_B3 +LQ00X056680 Putative Probable protein Pop3 5.440126904 C6_control_C1 +LQ00X056680 Putative Probable protein Pop3 5.786196108 C6_control_C2 +LQ00X056680 Putative Probable protein Pop3 5.6540617 C6_control_C3 +LQ00X056680 Putative Probable protein Pop3 5.315537374 C6_chemical_A1 +LQ00X056680 Putative Probable protein Pop3 5.490742362 C6_chemical_A3 +LQ00X056680 Putative Probable protein Pop3 5.357446585 C6_chemical_B1 +LQ00X056680 Putative Probable protein Pop3 5.748567686 C6_chemical_B2 +LQ00X056680 Putative Probable protein Pop3 5.547527493 C6_chemical_B3 +LQ00X056680 Putative Probable protein Pop3 5.677688981 C6_chemical_C1 +LQ00X056680 Putative Probable protein Pop3 5.347793431 C6_chemical_C2 +LQ00X056680 Putative Probable protein Pop3 5.420844571 C6_chemical_C3 +LQ00X056680 Putative Probable protein Pop3 5.164463313 L4_control_A1 +LQ00X056680 Putative Probable protein Pop3 5.944578489 L4_control_A2 +LQ00X056680 Putative Probable protein Pop3 5.521244661 L4_control_A3 +LQ00X056680 Putative Probable protein Pop3 5.207726825 L4_control_B1 +LQ00X056680 Putative Probable protein Pop3 5.373898116 L4_control_B2 +LQ00X056680 Putative Probable protein Pop3 5.009622578 L4_control_B3 +LQ00X056680 Putative Probable protein Pop3 4.811915164 L4_control_C2 +LQ00X056680 Putative Probable protein Pop3 5.032291115 L4_control_C3 +LQ00X056680 Putative Probable protein Pop3 5.281052988 L4_chemical_A1 +LQ00X056680 Putative Probable protein Pop3 5.364202521 L4_chemical_A2 +LQ00X056680 Putative Probable protein Pop3 5.331795784 L4_chemical_A3 +LQ00X056680 Putative Probable protein Pop3 5.796745418 L4_chemical_B1 +LQ00X056680 Putative Probable protein Pop3 5.24961878 L4_chemical_B2 +LQ00X056680 Putative Probable protein Pop3 5.393185399 L4_chemical_B3 +LQ00X056680 Putative Probable protein Pop3 4.982250674 L4_chemical_C2 +LQ00X056680 Putative Probable protein Pop3 4.9573694 L4_chemical_C3 +LQ00X056690 Hypothetical protein 4.830597025 C6_control_A1 +LQ00X056690 Hypothetical protein 5.086276408 C6_control_A3 +LQ00X056690 Hypothetical protein 6.250176017 C6_control_B1 +LQ00X056690 Hypothetical protein 5.52632402 C6_control_B2 +LQ00X056690 Hypothetical protein 7.525854288 C6_control_B3 +LQ00X056690 Hypothetical protein 4.956674819 C6_control_C1 +LQ00X056690 Hypothetical protein 4.664135197 C6_control_C2 +LQ00X056690 Hypothetical protein 4.768933299 C6_control_C3 +LQ00X056690 Hypothetical protein 4.739283419 C6_chemical_A1 +LQ00X056690 Hypothetical protein 5.558782871 C6_chemical_A3 +LQ00X056690 Hypothetical protein 7.0456191 C6_chemical_B1 +LQ00X056690 Hypothetical protein 6.739344475 C6_chemical_B2 +LQ00X056690 Hypothetical protein 7.631128533 C6_chemical_B3 +LQ00X056690 Hypothetical protein 4.829708451 C6_chemical_C1 +LQ00X056690 Hypothetical protein 4.62468207 C6_chemical_C2 +LQ00X056690 Hypothetical protein 4.822134751 C6_chemical_C3 +LQ00X056690 Hypothetical protein 5.696972334 L4_control_A1 +LQ00X056690 Hypothetical protein 5.395528293 L4_control_A2 +LQ00X056690 Hypothetical protein 5.023527021 L4_control_A3 +LQ00X056690 Hypothetical protein 9.982725421 L4_control_B1 +LQ00X056690 Hypothetical protein 8.429190788 L4_control_B2 +LQ00X056690 Hypothetical protein 8.436692851 L4_control_B3 +LQ00X056690 Hypothetical protein 5.716119085 L4_control_C2 +LQ00X056690 Hypothetical protein 5.396592705 L4_control_C3 +LQ00X056690 Hypothetical protein 5.366824187 L4_chemical_A1 +LQ00X056690 Hypothetical protein 4.997372787 L4_chemical_A2 +LQ00X056690 Hypothetical protein 5.029400418 L4_chemical_A3 +LQ00X056690 Hypothetical protein 7.846811826 L4_chemical_B1 +LQ00X056690 Hypothetical protein 7.880589555 L4_chemical_B2 +LQ00X056690 Hypothetical protein 9.159548326 L4_chemical_B3 +LQ00X056690 Hypothetical protein 5.51207248 L4_chemical_C2 +LQ00X056690 Hypothetical protein 5.363513969 L4_chemical_C3 +LQ00X056700 Hypothetical protein 5.578432441 C6_control_A1 +LQ00X056700 Hypothetical protein 5.209541731 C6_control_A3 +LQ00X056700 Hypothetical protein 6.212165606 C6_control_B1 +LQ00X056700 Hypothetical protein 5.091437941 C6_control_B2 +LQ00X056700 Hypothetical protein 4.919209484 C6_control_B3 +LQ00X056700 Hypothetical protein 5.903781839 C6_control_C1 +LQ00X056700 Hypothetical protein 5.264546043 C6_control_C2 +LQ00X056700 Hypothetical protein 5.534996452 C6_control_C3 +LQ00X056700 Hypothetical protein 5.485121382 C6_chemical_A1 +LQ00X056700 Hypothetical protein 5.463393032 C6_chemical_A3 +LQ00X056700 Hypothetical protein 6.545494931 C6_chemical_B1 +LQ00X056700 Hypothetical protein 5.27296906 C6_chemical_B2 +LQ00X056700 Hypothetical protein 5.241271979 C6_chemical_B3 +LQ00X056700 Hypothetical protein 6.036919042 C6_chemical_C1 +LQ00X056700 Hypothetical protein 5.428270121 C6_chemical_C2 +LQ00X056700 Hypothetical protein 6.055115839 C6_chemical_C3 +LQ00X056700 Hypothetical protein 5.404558623 L4_control_A1 +LQ00X056700 Hypothetical protein 6.147297633 L4_control_A2 +LQ00X056700 Hypothetical protein 4.974682828 L4_control_A3 +LQ00X056700 Hypothetical protein 6.124355283 L4_control_B1 +LQ00X056700 Hypothetical protein 5.798912801 L4_control_B2 +LQ00X056700 Hypothetical protein 5.120120211 L4_control_B3 +LQ00X056700 Hypothetical protein 6.108952419 L4_control_C2 +LQ00X056700 Hypothetical protein 5.898497699 L4_control_C3 +LQ00X056700 Hypothetical protein 6.466048497 L4_chemical_A1 +LQ00X056700 Hypothetical protein 5.818788184 L4_chemical_A2 +LQ00X056700 Hypothetical protein 5.144370781 L4_chemical_A3 +LQ00X056700 Hypothetical protein 5.175519459 L4_chemical_B1 +LQ00X056700 Hypothetical protein 5.626106803 L4_chemical_B2 +LQ00X056700 Hypothetical protein 4.914997779 L4_chemical_B3 +LQ00X056700 Hypothetical protein 5.581253686 L4_chemical_C2 +LQ00X056700 Hypothetical protein 6.422477741 L4_chemical_C3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.411112735 C6_control_A1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.841169678 C6_control_A3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.731987026 C6_control_B1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.641458077 C6_control_B2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.93038956 C6_control_B3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.764910933 C6_control_C1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.493180013 C6_control_C2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.783920802 C6_control_C3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.421143682 C6_chemical_A1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.052476602 C6_chemical_A3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.296115431 C6_chemical_B1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.55422545 C6_chemical_B2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.5596672 C6_chemical_B3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.817487313 C6_chemical_C1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.363723077 C6_chemical_C2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.088484928 C6_chemical_C3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.924782806 L4_control_A1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.855681101 L4_control_A2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.293029814 L4_control_A3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.729181043 L4_control_B1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.453879833 L4_control_B2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.909766383 L4_control_B3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.556428745 L4_control_C2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.193633448 L4_control_C3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.790615865 L4_chemical_A1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.722382217 L4_chemical_A2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.862685857 L4_chemical_A3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.710115956 L4_chemical_B1 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.076438943 L4_chemical_B2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.044566733 L4_chemical_B3 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.567254251 L4_chemical_C2 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.096628306 L4_chemical_C3 +LQ00X056850 Hypothetical protein 5.53784385 C6_control_A1 +LQ00X056850 Hypothetical protein 5.390698022 C6_control_A3 +LQ00X056850 Hypothetical protein 5.753741071 C6_control_B1 +LQ00X056850 Hypothetical protein 5.218864125 C6_control_B2 +LQ00X056850 Hypothetical protein 6.047632085 C6_control_B3 +LQ00X056850 Hypothetical protein 5.614383808 C6_control_C1 +LQ00X056850 Hypothetical protein 5.118397838 C6_control_C2 +LQ00X056850 Hypothetical protein 5.145347198 C6_control_C3 +LQ00X056850 Hypothetical protein 5.710929177 C6_chemical_A1 +LQ00X056850 Hypothetical protein 5.477013476 C6_chemical_A3 +LQ00X056850 Hypothetical protein 5.824677072 C6_chemical_B1 +LQ00X056850 Hypothetical protein 5.098118096 C6_chemical_B2 +LQ00X056850 Hypothetical protein 5.564524488 C6_chemical_B3 +LQ00X056850 Hypothetical protein 5.184582601 C6_chemical_C1 +LQ00X056850 Hypothetical protein 5.275049611 C6_chemical_C2 +LQ00X056850 Hypothetical protein 5.17340692 C6_chemical_C3 +LQ00X056850 Hypothetical protein 5.406159891 L4_control_A1 +LQ00X056850 Hypothetical protein 5.687888685 L4_control_A2 +LQ00X056850 Hypothetical protein 6.048380309 L4_control_A3 +LQ00X056850 Hypothetical protein 5.216027951 L4_control_B1 +LQ00X056850 Hypothetical protein 5.762639099 L4_control_B2 +LQ00X056850 Hypothetical protein 5.662586823 L4_control_B3 +LQ00X056850 Hypothetical protein 5.829203942 L4_control_C2 +LQ00X056850 Hypothetical protein 6.052741264 L4_control_C3 +LQ00X056850 Hypothetical protein 5.396977598 L4_chemical_A1 +LQ00X056850 Hypothetical protein 5.752569138 L4_chemical_A2 +LQ00X056850 Hypothetical protein 5.960293227 L4_chemical_A3 +LQ00X056850 Hypothetical protein 5.52939182 L4_chemical_B1 +LQ00X056850 Hypothetical protein 5.907193915 L4_chemical_B2 +LQ00X056850 Hypothetical protein 5.297184569 L4_chemical_B3 +LQ00X056850 Hypothetical protein 6.423988775 L4_chemical_C2 +LQ00X056850 Hypothetical protein 6.098493212 L4_chemical_C3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 11.44878066 C6_control_A1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 11.82569088 C6_control_A3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.25315459 C6_control_B1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 13.34684066 C6_control_B2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.6022923 C6_control_B3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 13.87425931 C6_control_C1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 14.65799818 C6_control_C2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 14.35393685 C6_control_C3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 11.47115498 C6_chemical_A1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.00432798 C6_chemical_A3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.52695399 C6_chemical_B1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 13.72222811 C6_chemical_B2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.93252701 C6_chemical_B3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 14.34897721 C6_chemical_C1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 14.56183217 C6_chemical_C2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 14.57514499 C6_chemical_C3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 10.8214898 L4_control_A1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 10.07888382 L4_control_A2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 10.28738686 L4_control_A3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.78267928 L4_control_B1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.3581484 L4_control_B2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 13.29375996 L4_control_B3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 13.37024348 L4_control_C2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 13.08942438 L4_control_C3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 11.02817488 L4_chemical_A1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 10.46867484 L4_chemical_A2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 10.50903775 L4_chemical_A3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 11.68497439 L4_chemical_B1 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.22246559 L4_chemical_B2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 12.32115072 L4_chemical_B3 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 13.06668419 L4_chemical_C2 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 13.36510642 L4_chemical_C3 +LQ00X056910 Hypothetical protein 5.148657132 C6_control_A1 +LQ00X056910 Hypothetical protein 5.166679701 C6_control_A3 +LQ00X056910 Hypothetical protein 5.675519408 C6_control_B1 +LQ00X056910 Hypothetical protein 5.011449696 C6_control_B2 +LQ00X056910 Hypothetical protein 5.039621217 C6_control_B3 +LQ00X056910 Hypothetical protein 4.964152434 C6_control_C1 +LQ00X056910 Hypothetical protein 5.152397978 C6_control_C2 +LQ00X056910 Hypothetical protein 4.961642226 C6_control_C3 +LQ00X056910 Hypothetical protein 5.557638241 C6_chemical_A1 +LQ00X056910 Hypothetical protein 5.255518181 C6_chemical_A3 +LQ00X056910 Hypothetical protein 5.695952476 C6_chemical_B1 +LQ00X056910 Hypothetical protein 5.279594506 C6_chemical_B2 +LQ00X056910 Hypothetical protein 5.016603348 C6_chemical_B3 +LQ00X056910 Hypothetical protein 4.952362219 C6_chemical_C1 +LQ00X056910 Hypothetical protein 4.825957567 C6_chemical_C2 +LQ00X056910 Hypothetical protein 5.023761303 C6_chemical_C3 +LQ00X056910 Hypothetical protein 4.994400012 L4_control_A1 +LQ00X056910 Hypothetical protein 5.305526981 L4_control_A2 +LQ00X056910 Hypothetical protein 5.33852146 L4_control_A3 +LQ00X056910 Hypothetical protein 5.116525652 L4_control_B1 +LQ00X056910 Hypothetical protein 5.224470122 L4_control_B2 +LQ00X056910 Hypothetical protein 5.114152333 L4_control_B3 +LQ00X056910 Hypothetical protein 6.335406977 L4_control_C2 +LQ00X056910 Hypothetical protein 5.41984081 L4_control_C3 +LQ00X056910 Hypothetical protein 5.595564617 L4_chemical_A1 +LQ00X056910 Hypothetical protein 5.2856724 L4_chemical_A2 +LQ00X056910 Hypothetical protein 5.538431618 L4_chemical_A3 +LQ00X056910 Hypothetical protein 5.370278845 L4_chemical_B1 +LQ00X056910 Hypothetical protein 5.499580384 L4_chemical_B2 +LQ00X056910 Hypothetical protein 5.191359655 L4_chemical_B3 +LQ00X056910 Hypothetical protein 6.092963303 L4_chemical_C2 +LQ00X056910 Hypothetical protein 5.850681952 L4_chemical_C3 +LQ00X056990 Putative uncharacterized protein 5.695897848 C6_control_A1 +LQ00X056990 Putative uncharacterized protein 5.7029775 C6_control_A3 +LQ00X056990 Putative uncharacterized protein 5.596420966 C6_control_B1 +LQ00X056990 Putative uncharacterized protein 5.463438771 C6_control_B2 +LQ00X056990 Putative uncharacterized protein 5.588338755 C6_control_B3 +LQ00X056990 Putative uncharacterized protein 5.762251842 C6_control_C1 +LQ00X056990 Putative uncharacterized protein 5.853732335 C6_control_C2 +LQ00X056990 Putative uncharacterized protein 5.714629933 C6_control_C3 +LQ00X056990 Putative uncharacterized protein 5.495153255 C6_chemical_A1 +LQ00X056990 Putative uncharacterized protein 5.22651451 C6_chemical_A3 +LQ00X056990 Putative uncharacterized protein 5.77801753 C6_chemical_B1 +LQ00X056990 Putative uncharacterized protein 5.585837022 C6_chemical_B2 +LQ00X056990 Putative uncharacterized protein 5.547409521 C6_chemical_B3 +LQ00X056990 Putative uncharacterized protein 5.370537748 C6_chemical_C1 +LQ00X056990 Putative uncharacterized protein 5.387186025 C6_chemical_C2 +LQ00X056990 Putative uncharacterized protein 6.1157355 C6_chemical_C3 +LQ00X056990 Putative uncharacterized protein 5.320254481 L4_control_A1 +LQ00X056990 Putative uncharacterized protein 5.456568122 L4_control_A2 +LQ00X056990 Putative uncharacterized protein 5.115121947 L4_control_A3 +LQ00X056990 Putative uncharacterized protein 6.404374493 L4_control_B1 +LQ00X056990 Putative uncharacterized protein 5.452374235 L4_control_B2 +LQ00X056990 Putative uncharacterized protein 5.233620234 L4_control_B3 +LQ00X056990 Putative uncharacterized protein 5.093295141 L4_control_C2 +LQ00X056990 Putative uncharacterized protein 6.172984478 L4_control_C3 +LQ00X056990 Putative uncharacterized protein 5.455293067 L4_chemical_A1 +LQ00X056990 Putative uncharacterized protein 5.791824083 L4_chemical_A2 +LQ00X056990 Putative uncharacterized protein 5.022918972 L4_chemical_A3 +LQ00X056990 Putative uncharacterized protein 5.672948229 L4_chemical_B1 +LQ00X056990 Putative uncharacterized protein 5.888207601 L4_chemical_B2 +LQ00X056990 Putative uncharacterized protein 5.875156114 L4_chemical_B3 +LQ00X056990 Putative uncharacterized protein 5.614287761 L4_chemical_C2 +LQ00X056990 Putative uncharacterized protein 5.829747438 L4_chemical_C3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.043669253 C6_control_A1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.862825118 C6_control_A3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.054280604 C6_control_B1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.169872333 C6_control_B2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.90636717 C6_control_B3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.447556525 C6_control_C1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.099522709 C6_control_C2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.218235982 C6_control_C3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.878401493 C6_chemical_A1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.302834587 C6_chemical_A3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.421234218 C6_chemical_B1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.160266521 C6_chemical_B2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.87406714 C6_chemical_B3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.447524898 C6_chemical_C1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.421286341 C6_chemical_C2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.370344337 C6_chemical_C3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.07359264 L4_control_A1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.388718838 L4_control_A2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.508726226 L4_control_A3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.265981235 L4_control_B1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.932663221 L4_control_B2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.452792853 L4_control_B3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.911427747 L4_control_C2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.249906155 L4_control_C3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.520989236 L4_chemical_A1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.701104106 L4_chemical_A2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.442643362 L4_chemical_A3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.275403996 L4_chemical_B1 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.246554003 L4_chemical_B2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.278315404 L4_chemical_B3 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.71764016 L4_chemical_C2 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.520642663 L4_chemical_C3 +LQ00X057230 Nucleoprotein TPR, putative 6.649425178 C6_control_A1 +LQ00X057230 Nucleoprotein TPR, putative 6.341730945 C6_control_A3 +LQ00X057230 Nucleoprotein TPR, putative 7.162674601 C6_control_B1 +LQ00X057230 Nucleoprotein TPR, putative 6.852450821 C6_control_B2 +LQ00X057230 Nucleoprotein TPR, putative 7.671426062 C6_control_B3 +LQ00X057230 Nucleoprotein TPR, putative 6.952599146 C6_control_C1 +LQ00X057230 Nucleoprotein TPR, putative 6.792861957 C6_control_C2 +LQ00X057230 Nucleoprotein TPR, putative 7.250548028 C6_control_C3 +LQ00X057230 Nucleoprotein TPR, putative 6.518403502 C6_chemical_A1 +LQ00X057230 Nucleoprotein TPR, putative 6.397748765 C6_chemical_A3 +LQ00X057230 Nucleoprotein TPR, putative 6.957198492 C6_chemical_B1 +LQ00X057230 Nucleoprotein TPR, putative 6.849774249 C6_chemical_B2 +LQ00X057230 Nucleoprotein TPR, putative 7.071805992 C6_chemical_B3 +LQ00X057230 Nucleoprotein TPR, putative 6.580563533 C6_chemical_C1 +LQ00X057230 Nucleoprotein TPR, putative 7.124767534 C6_chemical_C2 +LQ00X057230 Nucleoprotein TPR, putative 6.931166917 C6_chemical_C3 +LQ00X057230 Nucleoprotein TPR, putative 6.125123606 L4_control_A1 +LQ00X057230 Nucleoprotein TPR, putative 6.836163792 L4_control_A2 +LQ00X057230 Nucleoprotein TPR, putative 7.001308346 L4_control_A3 +LQ00X057230 Nucleoprotein TPR, putative 7.490710389 L4_control_B1 +LQ00X057230 Nucleoprotein TPR, putative 7.767173496 L4_control_B2 +LQ00X057230 Nucleoprotein TPR, putative 7.244679613 L4_control_B3 +LQ00X057230 Nucleoprotein TPR, putative 6.649582714 L4_control_C2 +LQ00X057230 Nucleoprotein TPR, putative 7.639409674 L4_control_C3 +LQ00X057230 Nucleoprotein TPR, putative 6.026514438 L4_chemical_A1 +LQ00X057230 Nucleoprotein TPR, putative 6.898426371 L4_chemical_A2 +LQ00X057230 Nucleoprotein TPR, putative 7.082422279 L4_chemical_A3 +LQ00X057230 Nucleoprotein TPR, putative 7.502769169 L4_chemical_B1 +LQ00X057230 Nucleoprotein TPR, putative 7.58719226 L4_chemical_B2 +LQ00X057230 Nucleoprotein TPR, putative 7.026109261 L4_chemical_B3 +LQ00X057230 Nucleoprotein TPR, putative 7.378091769 L4_chemical_C2 +LQ00X057230 Nucleoprotein TPR, putative 6.651759094 L4_chemical_C3 +LQ00X057480 Xylose isomerase 12.18790919 C6_control_A1 +LQ00X057480 Xylose isomerase 12.55911747 C6_control_A3 +LQ00X057480 Xylose isomerase 12.2617599 C6_control_B1 +LQ00X057480 Xylose isomerase 11.9578599 C6_control_B2 +LQ00X057480 Xylose isomerase 12.32411691 C6_control_B3 +LQ00X057480 Xylose isomerase 11.79197427 C6_control_C1 +LQ00X057480 Xylose isomerase 12.09392229 C6_control_C2 +LQ00X057480 Xylose isomerase 11.57904842 C6_control_C3 +LQ00X057480 Xylose isomerase 12.26616054 C6_chemical_A1 +LQ00X057480 Xylose isomerase 12.90854944 C6_chemical_A3 +LQ00X057480 Xylose isomerase 12.46593602 C6_chemical_B1 +LQ00X057480 Xylose isomerase 12.18418035 C6_chemical_B2 +LQ00X057480 Xylose isomerase 12.36399521 C6_chemical_B3 +LQ00X057480 Xylose isomerase 11.67415477 C6_chemical_C1 +LQ00X057480 Xylose isomerase 11.81916439 C6_chemical_C2 +LQ00X057480 Xylose isomerase 11.73310809 C6_chemical_C3 +LQ00X057480 Xylose isomerase 12.21766548 L4_control_A1 +LQ00X057480 Xylose isomerase 12.26077715 L4_control_A2 +LQ00X057480 Xylose isomerase 12.8493724 L4_control_A3 +LQ00X057480 Xylose isomerase 12.44349176 L4_control_B1 +LQ00X057480 Xylose isomerase 12.64103627 L4_control_B2 +LQ00X057480 Xylose isomerase 12.31881828 L4_control_B3 +LQ00X057480 Xylose isomerase 12.13133242 L4_control_C2 +LQ00X057480 Xylose isomerase 12.57074127 L4_control_C3 +LQ00X057480 Xylose isomerase 13.98981505 L4_chemical_A1 +LQ00X057480 Xylose isomerase 13.42147938 L4_chemical_A2 +LQ00X057480 Xylose isomerase 12.94525823 L4_chemical_A3 +LQ00X057480 Xylose isomerase 12.74722876 L4_chemical_B1 +LQ00X057480 Xylose isomerase 12.59564838 L4_chemical_B2 +LQ00X057480 Xylose isomerase 12.20727329 L4_chemical_B3 +LQ00X057480 Xylose isomerase 12.4088041 L4_chemical_C2 +LQ00X057480 Xylose isomerase 12.5712745 L4_chemical_C3 +LQ00X057490 Annexin-like protein RJ4 5.363462303 C6_control_A1 +LQ00X057490 Annexin-like protein RJ4 5.454030085 C6_control_A3 +LQ00X057490 Annexin-like protein RJ4 5.441952337 C6_control_B1 +LQ00X057490 Annexin-like protein RJ4 5.92786721 C6_control_B2 +LQ00X057490 Annexin-like protein RJ4 5.675069525 C6_control_B3 +LQ00X057490 Annexin-like protein RJ4 5.788787952 C6_control_C1 +LQ00X057490 Annexin-like protein RJ4 5.953372271 C6_control_C2 +LQ00X057490 Annexin-like protein RJ4 5.879522332 C6_control_C3 +LQ00X057490 Annexin-like protein RJ4 5.173356573 C6_chemical_A1 +LQ00X057490 Annexin-like protein RJ4 5.262052288 C6_chemical_A3 +LQ00X057490 Annexin-like protein RJ4 5.564754632 C6_chemical_B1 +LQ00X057490 Annexin-like protein RJ4 5.853384495 C6_chemical_B2 +LQ00X057490 Annexin-like protein RJ4 5.699344966 C6_chemical_B3 +LQ00X057490 Annexin-like protein RJ4 5.349368826 C6_chemical_C1 +LQ00X057490 Annexin-like protein RJ4 5.630495561 C6_chemical_C2 +LQ00X057490 Annexin-like protein RJ4 5.294960332 C6_chemical_C3 +LQ00X057490 Annexin-like protein RJ4 5.138128057 L4_control_A1 +LQ00X057490 Annexin-like protein RJ4 5.397345794 L4_control_A2 +LQ00X057490 Annexin-like protein RJ4 5.368800811 L4_control_A3 +LQ00X057490 Annexin-like protein RJ4 5.588429097 L4_control_B1 +LQ00X057490 Annexin-like protein RJ4 6.188858091 L4_control_B2 +LQ00X057490 Annexin-like protein RJ4 5.551018368 L4_control_B3 +LQ00X057490 Annexin-like protein RJ4 6.06578751 L4_control_C2 +LQ00X057490 Annexin-like protein RJ4 5.182011293 L4_control_C3 +LQ00X057490 Annexin-like protein RJ4 5.148070588 L4_chemical_A1 +LQ00X057490 Annexin-like protein RJ4 5.16113771 L4_chemical_A2 +LQ00X057490 Annexin-like protein RJ4 5.407859238 L4_chemical_A3 +LQ00X057490 Annexin-like protein RJ4 5.474550747 L4_chemical_B1 +LQ00X057490 Annexin-like protein RJ4 5.873351937 L4_chemical_B2 +LQ00X057490 Annexin-like protein RJ4 5.579390991 L4_chemical_B3 +LQ00X057490 Annexin-like protein RJ4 5.521617975 L4_chemical_C2 +LQ00X057490 Annexin-like protein RJ4 5.620794308 L4_chemical_C3 +LQ00X057520 Putative uncharacterized protein 11.1052091 C6_control_A1 +LQ00X057520 Putative uncharacterized protein 10.43864185 C6_control_A3 +LQ00X057520 Putative uncharacterized protein 11.47796645 C6_control_B1 +LQ00X057520 Putative uncharacterized protein 10.79005922 C6_control_B2 +LQ00X057520 Putative uncharacterized protein 9.827537605 C6_control_B3 +LQ00X057520 Putative uncharacterized protein 11.81459939 C6_control_C1 +LQ00X057520 Putative uncharacterized protein 11.14606531 C6_control_C2 +LQ00X057520 Putative uncharacterized protein 10.10935049 C6_control_C3 +LQ00X057520 Putative uncharacterized protein 12.14852119 C6_chemical_A1 +LQ00X057520 Putative uncharacterized protein 11.42609501 C6_chemical_A3 +LQ00X057520 Putative uncharacterized protein 12.29172726 C6_chemical_B1 +LQ00X057520 Putative uncharacterized protein 11.46280287 C6_chemical_B2 +LQ00X057520 Putative uncharacterized protein 10.71840375 C6_chemical_B3 +LQ00X057520 Putative uncharacterized protein 12.47505393 C6_chemical_C1 +LQ00X057520 Putative uncharacterized protein 11.7678644 C6_chemical_C2 +LQ00X057520 Putative uncharacterized protein 11.95776291 C6_chemical_C3 +LQ00X057520 Putative uncharacterized protein 12.42994684 L4_control_A1 +LQ00X057520 Putative uncharacterized protein 11.62385687 L4_control_A2 +LQ00X057520 Putative uncharacterized protein 11.1570344 L4_control_A3 +LQ00X057520 Putative uncharacterized protein 12.68744237 L4_control_B1 +LQ00X057520 Putative uncharacterized protein 12.18456833 L4_control_B2 +LQ00X057520 Putative uncharacterized protein 11.8849239 L4_control_B3 +LQ00X057520 Putative uncharacterized protein 12.62121629 L4_control_C2 +LQ00X057520 Putative uncharacterized protein 12.78785544 L4_control_C3 +LQ00X057520 Putative uncharacterized protein 12.34360683 L4_chemical_A1 +LQ00X057520 Putative uncharacterized protein 11.65014192 L4_chemical_A2 +LQ00X057520 Putative uncharacterized protein 11.48633185 L4_chemical_A3 +LQ00X057520 Putative uncharacterized protein 11.96281318 L4_chemical_B1 +LQ00X057520 Putative uncharacterized protein 12.07981732 L4_chemical_B2 +LQ00X057520 Putative uncharacterized protein 12.07290559 L4_chemical_B3 +LQ00X057520 Putative uncharacterized protein 12.82589374 L4_chemical_C2 +LQ00X057520 Putative uncharacterized protein 12.66674709 L4_chemical_C3 +LQ00X057560 Hypothetical protein 7.043321043 C6_control_A1 +LQ00X057560 Hypothetical protein 7.906470256 C6_control_A3 +LQ00X057560 Hypothetical protein 6.838560844 C6_control_B1 +LQ00X057560 Hypothetical protein 7.332322605 C6_control_B2 +LQ00X057560 Hypothetical protein 7.363502012 C6_control_B3 +LQ00X057560 Hypothetical protein 6.679770425 C6_control_C1 +LQ00X057560 Hypothetical protein 6.771389736 C6_control_C2 +LQ00X057560 Hypothetical protein 7.184329209 C6_control_C3 +LQ00X057560 Hypothetical protein 6.929972595 C6_chemical_A1 +LQ00X057560 Hypothetical protein 6.79759048 C6_chemical_A3 +LQ00X057560 Hypothetical protein 6.436355013 C6_chemical_B1 +LQ00X057560 Hypothetical protein 6.971160338 C6_chemical_B2 +LQ00X057560 Hypothetical protein 7.278189246 C6_chemical_B3 +LQ00X057560 Hypothetical protein 6.642729401 C6_chemical_C1 +LQ00X057560 Hypothetical protein 7.163470168 C6_chemical_C2 +LQ00X057560 Hypothetical protein 6.614551405 C6_chemical_C3 +LQ00X057560 Hypothetical protein 6.637404106 L4_control_A1 +LQ00X057560 Hypothetical protein 7.222847132 L4_control_A2 +LQ00X057560 Hypothetical protein 7.458270274 L4_control_A3 +LQ00X057560 Hypothetical protein 6.181284991 L4_control_B1 +LQ00X057560 Hypothetical protein 6.614865304 L4_control_B2 +LQ00X057560 Hypothetical protein 6.942317124 L4_control_B3 +LQ00X057560 Hypothetical protein 6.299166404 L4_control_C2 +LQ00X057560 Hypothetical protein 5.927313415 L4_control_C3 +LQ00X057560 Hypothetical protein 6.53535466 L4_chemical_A1 +LQ00X057560 Hypothetical protein 7.042829485 L4_chemical_A2 +LQ00X057560 Hypothetical protein 7.280450863 L4_chemical_A3 +LQ00X057560 Hypothetical protein 6.997101355 L4_chemical_B1 +LQ00X057560 Hypothetical protein 6.504223399 L4_chemical_B2 +LQ00X057560 Hypothetical protein 6.912325581 L4_chemical_B3 +LQ00X057560 Hypothetical protein 7.256605537 L4_chemical_C2 +LQ00X057560 Hypothetical protein 6.572323102 L4_chemical_C3 +LQ00X057570 Camelliol C synthase 5.39776046 C6_control_A1 +LQ00X057570 Camelliol C synthase 5.254727825 C6_control_A3 +LQ00X057570 Camelliol C synthase 6.729230182 C6_control_B1 +LQ00X057570 Camelliol C synthase 5.612141259 C6_control_B2 +LQ00X057570 Camelliol C synthase 5.169592601 C6_control_B3 +LQ00X057570 Camelliol C synthase 6.46135467 C6_control_C1 +LQ00X057570 Camelliol C synthase 5.377605151 C6_control_C2 +LQ00X057570 Camelliol C synthase 5.783879104 C6_control_C3 +LQ00X057570 Camelliol C synthase 5.222301263 C6_chemical_A1 +LQ00X057570 Camelliol C synthase 5.383127643 C6_chemical_A3 +LQ00X057570 Camelliol C synthase 5.682992211 C6_chemical_B1 +LQ00X057570 Camelliol C synthase 5.459398557 C6_chemical_B2 +LQ00X057570 Camelliol C synthase 5.15265845 C6_chemical_B3 +LQ00X057570 Camelliol C synthase 5.49269974 C6_chemical_C1 +LQ00X057570 Camelliol C synthase 5.766387895 C6_chemical_C2 +LQ00X057570 Camelliol C synthase 6.105497929 C6_chemical_C3 +LQ00X057570 Camelliol C synthase 5.421402126 L4_control_A1 +LQ00X057570 Camelliol C synthase 5.303725236 L4_control_A2 +LQ00X057570 Camelliol C synthase 5.258696833 L4_control_A3 +LQ00X057570 Camelliol C synthase 5.711436346 L4_control_B1 +LQ00X057570 Camelliol C synthase 5.313524037 L4_control_B2 +LQ00X057570 Camelliol C synthase 5.372938159 L4_control_B3 +LQ00X057570 Camelliol C synthase 5.677859168 L4_control_C2 +LQ00X057570 Camelliol C synthase 5.233955219 L4_control_C3 +LQ00X057570 Camelliol C synthase 5.297112066 L4_chemical_A1 +LQ00X057570 Camelliol C synthase 5.378300734 L4_chemical_A2 +LQ00X057570 Camelliol C synthase 4.953481176 L4_chemical_A3 +LQ00X057570 Camelliol C synthase 5.78437329 L4_chemical_B1 +LQ00X057570 Camelliol C synthase 6.124749857 L4_chemical_B2 +LQ00X057570 Camelliol C synthase 5.464278323 L4_chemical_B3 +LQ00X057570 Camelliol C synthase 6.01107734 L4_chemical_C2 +LQ00X057570 Camelliol C synthase 5.417935723 L4_chemical_C3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.503896735 C6_control_A1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.472737258 C6_control_A3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.511450988 C6_control_B1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.679402877 C6_control_B2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.618581765 C6_control_B3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.411478225 C6_control_C1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.540945021 C6_control_C2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.678126068 C6_control_C3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.860096094 C6_chemical_A1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.541092304 C6_chemical_A3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.828831742 C6_chemical_B1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.342396889 C6_chemical_B2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.333440109 C6_chemical_B3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.372228305 C6_chemical_C1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.488615005 C6_chemical_C2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.611311884 C6_chemical_C3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.28389223 L4_control_A1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.569417978 L4_control_A2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.165067992 L4_control_A3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.585113814 L4_control_B1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.260932555 L4_control_B2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.054283968 L4_control_B3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.107650563 L4_control_C2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.383504851 L4_control_C3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.302056244 L4_chemical_A1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.337972305 L4_chemical_A2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.577029743 L4_chemical_A3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.444748512 L4_chemical_B1 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.310190291 L4_chemical_B2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.176935331 L4_chemical_B3 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.436971281 L4_chemical_C2 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.425457017 L4_chemical_C3 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.408509981 C6_control_A1 +LQ00X057690 Probable inactive receptor kinase At1g48480 7.431277943 C6_control_A3 +LQ00X057690 Probable inactive receptor kinase At1g48480 10.42735981 C6_control_B1 +LQ00X057690 Probable inactive receptor kinase At1g48480 11.26000872 C6_control_B2 +LQ00X057690 Probable inactive receptor kinase At1g48480 10.74276028 C6_control_B3 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.457821519 C6_control_C1 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.855838318 C6_control_C2 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.612124054 C6_control_C3 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.346666512 C6_chemical_A1 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.93063208 C6_chemical_A3 +LQ00X057690 Probable inactive receptor kinase At1g48480 10.07646656 C6_chemical_B1 +LQ00X057690 Probable inactive receptor kinase At1g48480 10.81623767 C6_chemical_B2 +LQ00X057690 Probable inactive receptor kinase At1g48480 10.44261479 C6_chemical_B3 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.119649928 C6_chemical_C1 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.325951074 C6_chemical_C2 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.326514791 C6_chemical_C3 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.134846658 L4_control_A1 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.481618784 L4_control_A2 +LQ00X057690 Probable inactive receptor kinase At1g48480 7.826819269 L4_control_A3 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.760547084 L4_control_B1 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.462468277 L4_control_B2 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.872824397 L4_control_B3 +LQ00X057690 Probable inactive receptor kinase At1g48480 7.833234226 L4_control_C2 +LQ00X057690 Probable inactive receptor kinase At1g48480 7.798422695 L4_control_C3 +LQ00X057690 Probable inactive receptor kinase At1g48480 7.946377849 L4_chemical_A1 +LQ00X057690 Probable inactive receptor kinase At1g48480 7.998631715 L4_chemical_A2 +LQ00X057690 Probable inactive receptor kinase At1g48480 7.00639156 L4_chemical_A3 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.463787931 L4_chemical_B1 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.633476373 L4_chemical_B2 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.876968933 L4_chemical_B3 +LQ00X057690 Probable inactive receptor kinase At1g48480 7.657512516 L4_chemical_C2 +LQ00X057690 Probable inactive receptor kinase At1g48480 8.502011054 L4_chemical_C3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.898869506 C6_control_A1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.087768194 C6_control_A3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.000268989 C6_control_B1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.211792824 C6_control_B2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.169178624 C6_control_B3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.240414088 C6_control_C1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.483187659 C6_control_C2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.017095871 C6_control_C3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.16869332 C6_chemical_A1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.902550563 C6_chemical_A3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.354837942 C6_chemical_B1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.165361454 C6_chemical_B2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.959629558 C6_chemical_B3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.254602975 C6_chemical_C1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.037310113 C6_chemical_C2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.994759671 C6_chemical_C3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.871728772 L4_control_A1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.160510401 L4_control_A2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.089036139 L4_control_A3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.799857187 L4_control_B1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.438936821 L4_control_B2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.831024337 L4_control_B3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.189172038 L4_control_C2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.928333219 L4_control_C3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.80969709 L4_chemical_A1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.075103395 L4_chemical_A2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.682151528 L4_chemical_A3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.054863071 L4_chemical_B1 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.753288324 L4_chemical_B2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 4.862480731 L4_chemical_B3 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.234167877 L4_chemical_C2 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.442600854 L4_chemical_C3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.21544746 C6_control_A1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.126259803 C6_control_A3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.169072864 C6_control_B1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.785517297 C6_control_B2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.214520769 C6_control_B3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.804490718 C6_control_C1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.067266376 C6_control_C2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.837621922 C6_control_C3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.31490874 C6_chemical_A1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.057669874 C6_chemical_A3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.049635411 C6_chemical_B1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.986791345 C6_chemical_B2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.207920303 C6_chemical_B3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.827405286 C6_chemical_C1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.772808396 C6_chemical_C2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.892603002 C6_chemical_C3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.18397155 L4_control_A1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.205118588 L4_control_A2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.904425248 L4_control_A3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.441256593 L4_control_B1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.283136421 L4_control_B2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.887080438 L4_control_B3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.39874108 L4_control_C2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.005255868 L4_control_C3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.347758589 L4_chemical_A1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.038314788 L4_chemical_A2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.957889447 L4_chemical_A3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.006459155 L4_chemical_B1 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.458713182 L4_chemical_B2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.053960427 L4_chemical_B3 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.982849735 L4_chemical_C2 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 4.984231807 L4_chemical_C3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.07506932 C6_control_A1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.6001623 C6_control_A3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.06305378 C6_control_B1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.27736239 C6_control_B2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.15564573 C6_control_B3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.8808411 C6_control_C1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 11.27699965 C6_control_C2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.57466825 C6_control_C3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.15485864 C6_chemical_A1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.65447056 C6_chemical_A3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 9.846358533 C6_chemical_B1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.119642 C6_chemical_B2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 9.975093324 C6_chemical_B3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.79667257 C6_chemical_C1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.82137401 C6_chemical_C2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.73531167 C6_chemical_C3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.50324294 L4_control_A1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 9.073586129 L4_control_A2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 9.79869504 L4_control_A3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 9.416789769 L4_control_B1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 8.716932814 L4_control_B2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.11379643 L4_control_B3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 11.15274555 L4_control_C2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.23550741 L4_control_C3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.11388432 L4_chemical_A1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 8.912584482 L4_chemical_A2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 9.76490108 L4_chemical_A3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 9.196354045 L4_chemical_B1 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 8.041387677 L4_chemical_B2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.3692234 L4_chemical_B3 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.84909063 L4_chemical_C2 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 9.80495261 L4_chemical_C3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.04248347 C6_control_A1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 11.52660596 C6_control_A3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.38969272 C6_control_B1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.6394816 C6_control_B2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.47565961 C6_control_B3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.30368488 C6_control_C1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.72248644 C6_control_C2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.25737947 C6_control_C3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.32261552 C6_chemical_A1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 11.79638999 C6_chemical_A3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.94995311 C6_chemical_B1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.60708469 C6_chemical_B2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.57648456 C6_chemical_B3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.26142493 C6_chemical_C1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.49090312 C6_chemical_C2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.15540149 C6_chemical_C3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 11.26873226 L4_control_A1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 11.7593677 L4_control_A2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 11.98629029 L4_control_A3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.1853575 L4_control_B1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.93545668 L4_control_B2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.73597704 L4_control_B3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.61722591 L4_control_C2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.49764773 L4_control_C3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 11.74777442 L4_chemical_A1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.55674919 L4_chemical_A2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 11.81591172 L4_chemical_A3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.43509887 L4_chemical_B1 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.54540472 L4_chemical_B2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.28199244 L4_chemical_B3 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.55840728 L4_chemical_C2 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 13.48432008 L4_chemical_C3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.221631111 C6_control_A1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.526090341 C6_control_A3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.038189735 C6_control_B1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.808331676 C6_control_B2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.427146418 C6_control_B3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.744678527 C6_control_C1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.597657635 C6_control_C2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.201871671 C6_control_C3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.269643669 C6_chemical_A1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.988826388 C6_chemical_A3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.280261453 C6_chemical_B1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.900569923 C6_chemical_B2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.377605716 C6_chemical_B3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.390271832 C6_chemical_C1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.394793752 C6_chemical_C2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.044635534 C6_chemical_C3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.45268799 L4_control_A1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.494327473 L4_control_A2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.152135057 L4_control_A3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.178931065 L4_control_B1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.446204481 L4_control_B2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.557501723 L4_control_B3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.137851895 L4_control_C2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.602985723 L4_control_C3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.654860565 L4_chemical_A1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.588038991 L4_chemical_A2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.329640675 L4_chemical_A3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.274260863 L4_chemical_B1 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.22570941 L4_chemical_B2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.690610997 L4_chemical_B3 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.19521837 L4_chemical_C2 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 6.028002663 L4_chemical_C3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.333509468 C6_control_A1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.952394278 C6_control_A3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.423111052 C6_control_B1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.712810097 C6_control_B2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.366543209 C6_control_B3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.439532166 C6_control_C1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.616273578 C6_control_C2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.696072479 C6_control_C3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.699317733 C6_chemical_A1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.335722517 C6_chemical_A3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.551398612 C6_chemical_B1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.683275157 C6_chemical_B2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.396939612 C6_chemical_B3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.54474368 C6_chemical_C1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.442186512 C6_chemical_C2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.813557823 C6_chemical_C3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.554943739 L4_control_A1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 6.238845062 L4_control_A2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.109578271 L4_control_A3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.419251807 L4_control_B1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.669669786 L4_control_B2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.309348927 L4_control_B3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.327918443 L4_control_C2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.190172887 L4_control_C3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.944262912 L4_chemical_A1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.220567897 L4_chemical_A2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.655657646 L4_chemical_A3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.580776722 L4_chemical_B1 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 6.210910964 L4_chemical_B2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.354569137 L4_chemical_B3 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.474537251 L4_chemical_C2 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.073320184 L4_chemical_C3 +LQ00X057900 Transportin-3, putative 7.105959828 C6_control_A1 +LQ00X057900 Transportin-3, putative 7.020842295 C6_control_A3 +LQ00X057900 Transportin-3, putative 7.061773611 C6_control_B1 +LQ00X057900 Transportin-3, putative 6.607360482 C6_control_B2 +LQ00X057900 Transportin-3, putative 6.686953949 C6_control_B3 +LQ00X057900 Transportin-3, putative 7.015818986 C6_control_C1 +LQ00X057900 Transportin-3, putative 6.957861756 C6_control_C2 +LQ00X057900 Transportin-3, putative 6.69856095 C6_control_C3 +LQ00X057900 Transportin-3, putative 7.196074665 C6_chemical_A1 +LQ00X057900 Transportin-3, putative 7.009637322 C6_chemical_A3 +LQ00X057900 Transportin-3, putative 7.251502977 C6_chemical_B1 +LQ00X057900 Transportin-3, putative 6.801710069 C6_chemical_B2 +LQ00X057900 Transportin-3, putative 7.23139144 C6_chemical_B3 +LQ00X057900 Transportin-3, putative 7.265146701 C6_chemical_C1 +LQ00X057900 Transportin-3, putative 7.31446974 C6_chemical_C2 +LQ00X057900 Transportin-3, putative 7.128101588 C6_chemical_C3 +LQ00X057900 Transportin-3, putative 7.292222744 L4_control_A1 +LQ00X057900 Transportin-3, putative 7.474538856 L4_control_A2 +LQ00X057900 Transportin-3, putative 7.038660035 L4_control_A3 +LQ00X057900 Transportin-3, putative 7.899123279 L4_control_B1 +LQ00X057900 Transportin-3, putative 7.702288984 L4_control_B2 +LQ00X057900 Transportin-3, putative 7.2512041 L4_control_B3 +LQ00X057900 Transportin-3, putative 7.603493518 L4_control_C2 +LQ00X057900 Transportin-3, putative 7.711173658 L4_control_C3 +LQ00X057900 Transportin-3, putative 7.211327046 L4_chemical_A1 +LQ00X057900 Transportin-3, putative 7.529988116 L4_chemical_A2 +LQ00X057900 Transportin-3, putative 7.203031086 L4_chemical_A3 +LQ00X057900 Transportin-3, putative 7.859236497 L4_chemical_B1 +LQ00X057900 Transportin-3, putative 7.999896145 L4_chemical_B2 +LQ00X057900 Transportin-3, putative 7.425679721 L4_chemical_B3 +LQ00X057900 Transportin-3, putative 7.732090352 L4_chemical_C2 +LQ00X057900 Transportin-3, putative 8.19024029 L4_chemical_C3 +LQ00X057950 Predicted protein 12.03419517 C6_control_A1 +LQ00X057950 Predicted protein 12.77428287 C6_control_A3 +LQ00X057950 Predicted protein 12.14217512 C6_control_B1 +LQ00X057950 Predicted protein 11.81318956 C6_control_B2 +LQ00X057950 Predicted protein 11.94941001 C6_control_B3 +LQ00X057950 Predicted protein 11.01446107 C6_control_C1 +LQ00X057950 Predicted protein 10.81175705 C6_control_C2 +LQ00X057950 Predicted protein 11.53991758 C6_control_C3 +LQ00X057950 Predicted protein 12.70425873 C6_chemical_A1 +LQ00X057950 Predicted protein 12.18281411 C6_chemical_A3 +LQ00X057950 Predicted protein 12.43849967 C6_chemical_B1 +LQ00X057950 Predicted protein 12.28059362 C6_chemical_B2 +LQ00X057950 Predicted protein 12.84748849 C6_chemical_B3 +LQ00X057950 Predicted protein 10.80478015 C6_chemical_C1 +LQ00X057950 Predicted protein 11.09023608 C6_chemical_C2 +LQ00X057950 Predicted protein 11.94253175 C6_chemical_C3 +LQ00X057950 Predicted protein 12.4737477 L4_control_A1 +LQ00X057950 Predicted protein 12.3246451 L4_control_A2 +LQ00X057950 Predicted protein 12.38242579 L4_control_A3 +LQ00X057950 Predicted protein 12.97670005 L4_control_B1 +LQ00X057950 Predicted protein 12.70242907 L4_control_B2 +LQ00X057950 Predicted protein 12.04598878 L4_control_B3 +LQ00X057950 Predicted protein 12.13849198 L4_control_C2 +LQ00X057950 Predicted protein 12.27769585 L4_control_C3 +LQ00X057950 Predicted protein 12.6223669 L4_chemical_A1 +LQ00X057950 Predicted protein 12.02699908 L4_chemical_A2 +LQ00X057950 Predicted protein 12.52213639 L4_chemical_A3 +LQ00X057950 Predicted protein 12.66380988 L4_chemical_B1 +LQ00X057950 Predicted protein 12.48037832 L4_chemical_B2 +LQ00X057950 Predicted protein 12.82711691 L4_chemical_B3 +LQ00X057950 Predicted protein 12.39668848 L4_chemical_C2 +LQ00X057950 Predicted protein 12.99090629 L4_chemical_C3 +LQ00X058040 Transcription factor CPC 5.882942111 C6_control_A1 +LQ00X058040 Transcription factor CPC 5.864150679 C6_control_A3 +LQ00X058040 Transcription factor CPC 5.734626728 C6_control_B1 +LQ00X058040 Transcription factor CPC 5.591752896 C6_control_B2 +LQ00X058040 Transcription factor CPC 6.061937325 C6_control_B3 +LQ00X058040 Transcription factor CPC 5.438063735 C6_control_C1 +LQ00X058040 Transcription factor CPC 5.363238862 C6_control_C2 +LQ00X058040 Transcription factor CPC 5.705656617 C6_control_C3 +LQ00X058040 Transcription factor CPC 5.828848374 C6_chemical_A1 +LQ00X058040 Transcription factor CPC 5.832436316 C6_chemical_A3 +LQ00X058040 Transcription factor CPC 5.318145516 C6_chemical_B1 +LQ00X058040 Transcription factor CPC 5.623734559 C6_chemical_B2 +LQ00X058040 Transcription factor CPC 5.602144094 C6_chemical_B3 +LQ00X058040 Transcription factor CPC 5.368290119 C6_chemical_C1 +LQ00X058040 Transcription factor CPC 5.666575512 C6_chemical_C2 +LQ00X058040 Transcription factor CPC 5.599062162 C6_chemical_C3 +LQ00X058040 Transcription factor CPC 5.535996326 L4_control_A1 +LQ00X058040 Transcription factor CPC 6.152032034 L4_control_A2 +LQ00X058040 Transcription factor CPC 6.558379677 L4_control_A3 +LQ00X058040 Transcription factor CPC 5.280637232 L4_control_B1 +LQ00X058040 Transcription factor CPC 5.883768415 L4_control_B2 +LQ00X058040 Transcription factor CPC 5.848324494 L4_control_B3 +LQ00X058040 Transcription factor CPC 5.6320768 L4_control_C2 +LQ00X058040 Transcription factor CPC 6.254464639 L4_control_C3 +LQ00X058040 Transcription factor CPC 5.619192784 L4_chemical_A1 +LQ00X058040 Transcription factor CPC 5.761887856 L4_chemical_A2 +LQ00X058040 Transcription factor CPC 5.886016351 L4_chemical_A3 +LQ00X058040 Transcription factor CPC 5.543665058 L4_chemical_B1 +LQ00X058040 Transcription factor CPC 5.535256186 L4_chemical_B2 +LQ00X058040 Transcription factor CPC 5.743459514 L4_chemical_B3 +LQ00X058040 Transcription factor CPC 6.186487239 L4_chemical_C2 +LQ00X058040 Transcription factor CPC 5.92761391 L4_chemical_C3 +LQ00X058070 Putative Caleosin related 4.886860686 C6_control_A1 +LQ00X058070 Putative Caleosin related 4.835282814 C6_control_A3 +LQ00X058070 Putative Caleosin related 4.931260066 C6_control_B1 +LQ00X058070 Putative Caleosin related 5.065012715 C6_control_B2 +LQ00X058070 Putative Caleosin related 4.93342884 C6_control_B3 +LQ00X058070 Putative Caleosin related 5.181052571 C6_control_C1 +LQ00X058070 Putative Caleosin related 5.061254214 C6_control_C2 +LQ00X058070 Putative Caleosin related 5.104312989 C6_control_C3 +LQ00X058070 Putative Caleosin related 4.909387874 C6_chemical_A1 +LQ00X058070 Putative Caleosin related 5.080542841 C6_chemical_A3 +LQ00X058070 Putative Caleosin related 5.387641598 C6_chemical_B1 +LQ00X058070 Putative Caleosin related 4.978493569 C6_chemical_B2 +LQ00X058070 Putative Caleosin related 4.93344313 C6_chemical_B3 +LQ00X058070 Putative Caleosin related 5.371951792 C6_chemical_C1 +LQ00X058070 Putative Caleosin related 5.289314941 C6_chemical_C2 +LQ00X058070 Putative Caleosin related 5.140640125 C6_chemical_C3 +LQ00X058070 Putative Caleosin related 5.061922971 L4_control_A1 +LQ00X058070 Putative Caleosin related 5.087310445 L4_control_A2 +LQ00X058070 Putative Caleosin related 5.099767809 L4_control_A3 +LQ00X058070 Putative Caleosin related 4.979172157 L4_control_B1 +LQ00X058070 Putative Caleosin related 5.056404493 L4_control_B2 +LQ00X058070 Putative Caleosin related 4.825816188 L4_control_B3 +LQ00X058070 Putative Caleosin related 5.352120356 L4_control_C2 +LQ00X058070 Putative Caleosin related 5.103026385 L4_control_C3 +LQ00X058070 Putative Caleosin related 5.253805412 L4_chemical_A1 +LQ00X058070 Putative Caleosin related 4.938792151 L4_chemical_A2 +LQ00X058070 Putative Caleosin related 5.461019253 L4_chemical_A3 +LQ00X058070 Putative Caleosin related 4.813255977 L4_chemical_B1 +LQ00X058070 Putative Caleosin related 5.090802647 L4_chemical_B2 +LQ00X058070 Putative Caleosin related 5.044245244 L4_chemical_B3 +LQ00X058070 Putative Caleosin related 4.880762484 L4_chemical_C2 +LQ00X058070 Putative Caleosin related 5.159051398 L4_chemical_C3 +LQ00X058230 Hypothetical protein 5.636029705 C6_control_A1 +LQ00X058230 Hypothetical protein 5.924828707 C6_control_A3 +LQ00X058230 Hypothetical protein 5.152659999 C6_control_B1 +LQ00X058230 Hypothetical protein 6.839062125 C6_control_B2 +LQ00X058230 Hypothetical protein 5.898610509 C6_control_B3 +LQ00X058230 Hypothetical protein 6.751673951 C6_control_C1 +LQ00X058230 Hypothetical protein 7.018052135 C6_control_C2 +LQ00X058230 Hypothetical protein 7.59112135 C6_control_C3 +LQ00X058230 Hypothetical protein 5.545668901 C6_chemical_A1 +LQ00X058230 Hypothetical protein 6.073932728 C6_chemical_A3 +LQ00X058230 Hypothetical protein 6.295995218 C6_chemical_B1 +LQ00X058230 Hypothetical protein 7.263719622 C6_chemical_B2 +LQ00X058230 Hypothetical protein 6.327866492 C6_chemical_B3 +LQ00X058230 Hypothetical protein 7.45148878 C6_chemical_C1 +LQ00X058230 Hypothetical protein 7.642681359 C6_chemical_C2 +LQ00X058230 Hypothetical protein 7.784137224 C6_chemical_C3 +LQ00X058230 Hypothetical protein 6.340545212 L4_control_A1 +LQ00X058230 Hypothetical protein 5.217701349 L4_control_A2 +LQ00X058230 Hypothetical protein 5.378432653 L4_control_A3 +LQ00X058230 Hypothetical protein 6.945444455 L4_control_B1 +LQ00X058230 Hypothetical protein 6.349413501 L4_control_B2 +LQ00X058230 Hypothetical protein 7.84198912 L4_control_B3 +LQ00X058230 Hypothetical protein 7.57661722 L4_control_C2 +LQ00X058230 Hypothetical protein 6.882075995 L4_control_C3 +LQ00X058230 Hypothetical protein 7.090044165 L4_chemical_A1 +LQ00X058230 Hypothetical protein 5.555770916 L4_chemical_A2 +LQ00X058230 Hypothetical protein 5.084327319 L4_chemical_A3 +LQ00X058230 Hypothetical protein 5.962220724 L4_chemical_B1 +LQ00X058230 Hypothetical protein 5.597565893 L4_chemical_B2 +LQ00X058230 Hypothetical protein 7.448854993 L4_chemical_B3 +LQ00X058230 Hypothetical protein 8.366985229 L4_chemical_C2 +LQ00X058230 Hypothetical protein 7.352213568 L4_chemical_C3 +LQ00X058420 Ammonium transporter 3 member 1 5.532944425 C6_control_A1 +LQ00X058420 Ammonium transporter 3 member 1 5.323198512 C6_control_A3 +LQ00X058420 Ammonium transporter 3 member 1 5.713958494 C6_control_B1 +LQ00X058420 Ammonium transporter 3 member 1 7.176868321 C6_control_B2 +LQ00X058420 Ammonium transporter 3 member 1 6.2046296 C6_control_B3 +LQ00X058420 Ammonium transporter 3 member 1 7.019448908 C6_control_C1 +LQ00X058420 Ammonium transporter 3 member 1 7.432364244 C6_control_C2 +LQ00X058420 Ammonium transporter 3 member 1 6.955663015 C6_control_C3 +LQ00X058420 Ammonium transporter 3 member 1 6.243669218 C6_chemical_A1 +LQ00X058420 Ammonium transporter 3 member 1 6.137546256 C6_chemical_A3 +LQ00X058420 Ammonium transporter 3 member 1 5.976309321 C6_chemical_B1 +LQ00X058420 Ammonium transporter 3 member 1 8.269593639 C6_chemical_B2 +LQ00X058420 Ammonium transporter 3 member 1 6.066629193 C6_chemical_B3 +LQ00X058420 Ammonium transporter 3 member 1 7.947577418 C6_chemical_C1 +LQ00X058420 Ammonium transporter 3 member 1 8.089617154 C6_chemical_C2 +LQ00X058420 Ammonium transporter 3 member 1 8.358538984 C6_chemical_C3 +LQ00X058420 Ammonium transporter 3 member 1 6.420415895 L4_control_A1 +LQ00X058420 Ammonium transporter 3 member 1 5.774042816 L4_control_A2 +LQ00X058420 Ammonium transporter 3 member 1 6.382643094 L4_control_A3 +LQ00X058420 Ammonium transporter 3 member 1 5.888807728 L4_control_B1 +LQ00X058420 Ammonium transporter 3 member 1 5.114272759 L4_control_B2 +LQ00X058420 Ammonium transporter 3 member 1 6.746321063 L4_control_B3 +LQ00X058420 Ammonium transporter 3 member 1 5.681019324 L4_control_C2 +LQ00X058420 Ammonium transporter 3 member 1 5.603862763 L4_control_C3 +LQ00X058420 Ammonium transporter 3 member 1 6.6035016 L4_chemical_A1 +LQ00X058420 Ammonium transporter 3 member 1 6.13311647 L4_chemical_A2 +LQ00X058420 Ammonium transporter 3 member 1 5.80782716 L4_chemical_A3 +LQ00X058420 Ammonium transporter 3 member 1 5.562996384 L4_chemical_B1 +LQ00X058420 Ammonium transporter 3 member 1 5.732215696 L4_chemical_B2 +LQ00X058420 Ammonium transporter 3 member 1 6.711861692 L4_chemical_B3 +LQ00X058420 Ammonium transporter 3 member 1 5.617247566 L4_chemical_C2 +LQ00X058420 Ammonium transporter 3 member 1 5.894688599 L4_chemical_C3 +LQ00X058430 Putative uncharacterized protein 14.1775194 C6_control_A1 +LQ00X058430 Putative uncharacterized protein 15.18416858 C6_control_A3 +LQ00X058430 Putative uncharacterized protein 14.77383288 C6_control_B1 +LQ00X058430 Putative uncharacterized protein 14.60850205 C6_control_B2 +LQ00X058430 Putative uncharacterized protein 14.45424842 C6_control_B3 +LQ00X058430 Putative uncharacterized protein 13.46785447 C6_control_C1 +LQ00X058430 Putative uncharacterized protein 13.66190651 C6_control_C2 +LQ00X058430 Putative uncharacterized protein 13.33763918 C6_control_C3 +LQ00X058430 Putative uncharacterized protein 15.70146225 C6_chemical_A1 +LQ00X058430 Putative uncharacterized protein 15.90024974 C6_chemical_A3 +LQ00X058430 Putative uncharacterized protein 15.65758355 C6_chemical_B1 +LQ00X058430 Putative uncharacterized protein 15.58296937 C6_chemical_B2 +LQ00X058430 Putative uncharacterized protein 15.82301887 C6_chemical_B3 +LQ00X058430 Putative uncharacterized protein 15.86536903 C6_chemical_C1 +LQ00X058430 Putative uncharacterized protein 15.53335912 C6_chemical_C2 +LQ00X058430 Putative uncharacterized protein 15.87802088 C6_chemical_C3 +LQ00X058430 Putative uncharacterized protein 15.35995287 L4_control_A1 +LQ00X058430 Putative uncharacterized protein 15.27665042 L4_control_A2 +LQ00X058430 Putative uncharacterized protein 15.00226158 L4_control_A3 +LQ00X058430 Putative uncharacterized protein 15.42756424 L4_control_B1 +LQ00X058430 Putative uncharacterized protein 15.37684925 L4_control_B2 +LQ00X058430 Putative uncharacterized protein 15.18665423 L4_control_B3 +LQ00X058430 Putative uncharacterized protein 15.27699669 L4_control_C2 +LQ00X058430 Putative uncharacterized protein 15.3051271 L4_control_C3 +LQ00X058430 Putative uncharacterized protein 15.30595458 L4_chemical_A1 +LQ00X058430 Putative uncharacterized protein 15.10329977 L4_chemical_A2 +LQ00X058430 Putative uncharacterized protein 15.21091275 L4_chemical_A3 +LQ00X058430 Putative uncharacterized protein 15.33609201 L4_chemical_B1 +LQ00X058430 Putative uncharacterized protein 15.5827761 L4_chemical_B2 +LQ00X058430 Putative uncharacterized protein 15.69318406 L4_chemical_B3 +LQ00X058430 Putative uncharacterized protein 15.42443864 L4_chemical_C2 +LQ00X058430 Putative uncharacterized protein 15.23332934 L4_chemical_C3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.966561045 C6_control_A1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.638121428 C6_control_A3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.014565232 C6_control_B1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.229547344 C6_control_B2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.516980282 C6_control_B3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.140384547 C6_control_C1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 8.564136624 C6_control_C2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.821881511 C6_control_C3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.334909426 C6_chemical_A1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.146996796 C6_chemical_A3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.645152754 C6_chemical_B1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.4141449 C6_chemical_B2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.39471204 C6_chemical_B3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.39780334 C6_chemical_C1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.497187345 C6_chemical_C2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.680929261 C6_chemical_C3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.571472855 L4_control_A1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.6032579 L4_control_A2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.536486365 L4_control_A3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.675647297 L4_control_B1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.990146648 L4_control_B2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.463940064 L4_control_B3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.670425882 L4_control_C2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.825662792 L4_control_C3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.333503984 L4_chemical_A1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.727837454 L4_chemical_A2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.868169466 L4_chemical_A3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.19300957 L4_chemical_B1 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.658520091 L4_chemical_B2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.429759939 L4_chemical_B3 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.020700936 L4_chemical_C2 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 7.412653607 L4_chemical_C3 +LQ00X058610 Myb-like transcription factor 6 5.448519138 C6_control_A1 +LQ00X058610 Myb-like transcription factor 6 5.368767876 C6_control_A3 +LQ00X058610 Myb-like transcription factor 6 5.331596486 C6_control_B1 +LQ00X058610 Myb-like transcription factor 6 5.720373046 C6_control_B2 +LQ00X058610 Myb-like transcription factor 6 5.488247153 C6_control_B3 +LQ00X058610 Myb-like transcription factor 6 5.64318955 C6_control_C1 +LQ00X058610 Myb-like transcription factor 6 5.912863815 C6_control_C2 +LQ00X058610 Myb-like transcription factor 6 5.304961505 C6_control_C3 +LQ00X058610 Myb-like transcription factor 6 5.479953298 C6_chemical_A1 +LQ00X058610 Myb-like transcription factor 6 5.387103373 C6_chemical_A3 +LQ00X058610 Myb-like transcription factor 6 5.502067274 C6_chemical_B1 +LQ00X058610 Myb-like transcription factor 6 5.699494589 C6_chemical_B2 +LQ00X058610 Myb-like transcription factor 6 5.466096168 C6_chemical_B3 +LQ00X058610 Myb-like transcription factor 6 5.383717725 C6_chemical_C1 +LQ00X058610 Myb-like transcription factor 6 5.583626974 C6_chemical_C2 +LQ00X058610 Myb-like transcription factor 6 5.491438034 C6_chemical_C3 +LQ00X058610 Myb-like transcription factor 6 5.298074566 L4_control_A1 +LQ00X058610 Myb-like transcription factor 6 5.117112716 L4_control_A2 +LQ00X058610 Myb-like transcription factor 6 5.507533701 L4_control_A3 +LQ00X058610 Myb-like transcription factor 6 5.740255732 L4_control_B1 +LQ00X058610 Myb-like transcription factor 6 5.309444426 L4_control_B2 +LQ00X058610 Myb-like transcription factor 6 5.939283616 L4_control_B3 +LQ00X058610 Myb-like transcription factor 6 5.109730764 L4_control_C2 +LQ00X058610 Myb-like transcription factor 6 5.546682921 L4_control_C3 +LQ00X058610 Myb-like transcription factor 6 5.378394364 L4_chemical_A1 +LQ00X058610 Myb-like transcription factor 6 5.685121324 L4_chemical_A2 +LQ00X058610 Myb-like transcription factor 6 5.028347268 L4_chemical_A3 +LQ00X058610 Myb-like transcription factor 6 5.378499495 L4_chemical_B1 +LQ00X058610 Myb-like transcription factor 6 5.337147148 L4_chemical_B2 +LQ00X058610 Myb-like transcription factor 6 5.613952469 L4_chemical_B3 +LQ00X058610 Myb-like transcription factor 6 5.274820918 L4_chemical_C2 +LQ00X058610 Myb-like transcription factor 6 5.804310597 L4_chemical_C3 +LQ00X058680 ABC transporter G family member 15 13.03700449 C6_control_A1 +LQ00X058680 ABC transporter G family member 15 13.10790378 C6_control_A3 +LQ00X058680 ABC transporter G family member 15 13.67226289 C6_control_B1 +LQ00X058680 ABC transporter G family member 15 13.95767466 C6_control_B2 +LQ00X058680 ABC transporter G family member 15 13.55303602 C6_control_B3 +LQ00X058680 ABC transporter G family member 15 14.02085736 C6_control_C1 +LQ00X058680 ABC transporter G family member 15 14.37237296 C6_control_C2 +LQ00X058680 ABC transporter G family member 15 14.29904094 C6_control_C3 +LQ00X058680 ABC transporter G family member 15 13.02418158 C6_chemical_A1 +LQ00X058680 ABC transporter G family member 15 13.01070235 C6_chemical_A3 +LQ00X058680 ABC transporter G family member 15 13.53641062 C6_chemical_B1 +LQ00X058680 ABC transporter G family member 15 13.74497426 C6_chemical_B2 +LQ00X058680 ABC transporter G family member 15 13.95547095 C6_chemical_B3 +LQ00X058680 ABC transporter G family member 15 14.0787203 C6_chemical_C1 +LQ00X058680 ABC transporter G family member 15 13.91576575 C6_chemical_C2 +LQ00X058680 ABC transporter G family member 15 14.37594954 C6_chemical_C3 +LQ00X058680 ABC transporter G family member 15 13.24706997 L4_control_A1 +LQ00X058680 ABC transporter G family member 15 13.23956168 L4_control_A2 +LQ00X058680 ABC transporter G family member 15 13.0540937 L4_control_A3 +LQ00X058680 ABC transporter G family member 15 14.21105969 L4_control_B1 +LQ00X058680 ABC transporter G family member 15 13.25373712 L4_control_B2 +LQ00X058680 ABC transporter G family member 15 14.74085821 L4_control_B3 +LQ00X058680 ABC transporter G family member 15 13.73040343 L4_control_C2 +LQ00X058680 ABC transporter G family member 15 13.99925885 L4_control_C3 +LQ00X058680 ABC transporter G family member 15 12.81322174 L4_chemical_A1 +LQ00X058680 ABC transporter G family member 15 12.73731343 L4_chemical_A2 +LQ00X058680 ABC transporter G family member 15 13.20540777 L4_chemical_A3 +LQ00X058680 ABC transporter G family member 15 13.42080961 L4_chemical_B1 +LQ00X058680 ABC transporter G family member 15 13.25214913 L4_chemical_B2 +LQ00X058680 ABC transporter G family member 15 13.98270465 L4_chemical_B3 +LQ00X058680 ABC transporter G family member 15 13.78296953 L4_chemical_C2 +LQ00X058680 ABC transporter G family member 15 14.11681392 L4_chemical_C3 +LQ00X058750 Probable NAD kinase 1 4.902185889 C6_control_A1 +LQ00X058750 Probable NAD kinase 1 4.996270396 C6_control_A3 +LQ00X058750 Probable NAD kinase 1 4.924720542 C6_control_B1 +LQ00X058750 Probable NAD kinase 1 4.744586804 C6_control_B2 +LQ00X058750 Probable NAD kinase 1 4.971504545 C6_control_B3 +LQ00X058750 Probable NAD kinase 1 5.007952962 C6_control_C1 +LQ00X058750 Probable NAD kinase 1 4.90055445 C6_control_C2 +LQ00X058750 Probable NAD kinase 1 4.571627754 C6_control_C3 +LQ00X058750 Probable NAD kinase 1 4.985519743 C6_chemical_A1 +LQ00X058750 Probable NAD kinase 1 4.974989583 C6_chemical_A3 +LQ00X058750 Probable NAD kinase 1 4.988224868 C6_chemical_B1 +LQ00X058750 Probable NAD kinase 1 4.703015546 C6_chemical_B2 +LQ00X058750 Probable NAD kinase 1 4.810971466 C6_chemical_B3 +LQ00X058750 Probable NAD kinase 1 4.975847118 C6_chemical_C1 +LQ00X058750 Probable NAD kinase 1 4.614843596 C6_chemical_C2 +LQ00X058750 Probable NAD kinase 1 4.562386132 C6_chemical_C3 +LQ00X058750 Probable NAD kinase 1 4.894038658 L4_control_A1 +LQ00X058750 Probable NAD kinase 1 5.062067395 L4_control_A2 +LQ00X058750 Probable NAD kinase 1 5.32317612 L4_control_A3 +LQ00X058750 Probable NAD kinase 1 5.308394698 L4_control_B1 +LQ00X058750 Probable NAD kinase 1 5.566652464 L4_control_B2 +LQ00X058750 Probable NAD kinase 1 4.998793134 L4_control_B3 +LQ00X058750 Probable NAD kinase 1 4.953601519 L4_control_C2 +LQ00X058750 Probable NAD kinase 1 5.926456529 L4_control_C3 +LQ00X058750 Probable NAD kinase 1 5.220223775 L4_chemical_A1 +LQ00X058750 Probable NAD kinase 1 4.811563693 L4_chemical_A2 +LQ00X058750 Probable NAD kinase 1 5.027464924 L4_chemical_A3 +LQ00X058750 Probable NAD kinase 1 5.265636811 L4_chemical_B1 +LQ00X058750 Probable NAD kinase 1 5.079385887 L4_chemical_B2 +LQ00X058750 Probable NAD kinase 1 4.804568941 L4_chemical_B3 +LQ00X058750 Probable NAD kinase 1 5.12315136 L4_chemical_C2 +LQ00X058750 Probable NAD kinase 1 5.850385576 L4_chemical_C3 +LQ00X058810 Putative Protein of unknown function DUF3411 12.20915125 C6_control_A1 +LQ00X058810 Putative Protein of unknown function DUF3411 12.53479811 C6_control_A3 +LQ00X058810 Putative Protein of unknown function DUF3411 12.08668522 C6_control_B1 +LQ00X058810 Putative Protein of unknown function DUF3411 11.3443763 C6_control_B2 +LQ00X058810 Putative Protein of unknown function DUF3411 11.62404453 C6_control_B3 +LQ00X058810 Putative Protein of unknown function DUF3411 10.96398489 C6_control_C1 +LQ00X058810 Putative Protein of unknown function DUF3411 10.22560524 C6_control_C2 +LQ00X058810 Putative Protein of unknown function DUF3411 10.7400099 C6_control_C3 +LQ00X058810 Putative Protein of unknown function DUF3411 12.12292425 C6_chemical_A1 +LQ00X058810 Putative Protein of unknown function DUF3411 12.75730171 C6_chemical_A3 +LQ00X058810 Putative Protein of unknown function DUF3411 11.93364486 C6_chemical_B1 +LQ00X058810 Putative Protein of unknown function DUF3411 11.29500329 C6_chemical_B2 +LQ00X058810 Putative Protein of unknown function DUF3411 11.52620524 C6_chemical_B3 +LQ00X058810 Putative Protein of unknown function DUF3411 11.08890075 C6_chemical_C1 +LQ00X058810 Putative Protein of unknown function DUF3411 10.3393521 C6_chemical_C2 +LQ00X058810 Putative Protein of unknown function DUF3411 10.35360609 C6_chemical_C3 +LQ00X058810 Putative Protein of unknown function DUF3411 12.68382306 L4_control_A1 +LQ00X058810 Putative Protein of unknown function DUF3411 12.09082696 L4_control_A2 +LQ00X058810 Putative Protein of unknown function DUF3411 12.74885752 L4_control_A3 +LQ00X058810 Putative Protein of unknown function DUF3411 11.85501569 L4_control_B1 +LQ00X058810 Putative Protein of unknown function DUF3411 11.7451572 L4_control_B2 +LQ00X058810 Putative Protein of unknown function DUF3411 11.94971275 L4_control_B3 +LQ00X058810 Putative Protein of unknown function DUF3411 10.10743166 L4_control_C2 +LQ00X058810 Putative Protein of unknown function DUF3411 11.2112519 L4_control_C3 +LQ00X058810 Putative Protein of unknown function DUF3411 12.15096019 L4_chemical_A1 +LQ00X058810 Putative Protein of unknown function DUF3411 11.73515751 L4_chemical_A2 +LQ00X058810 Putative Protein of unknown function DUF3411 12.60356171 L4_chemical_A3 +LQ00X058810 Putative Protein of unknown function DUF3411 11.57737997 L4_chemical_B1 +LQ00X058810 Putative Protein of unknown function DUF3411 11.41803479 L4_chemical_B2 +LQ00X058810 Putative Protein of unknown function DUF3411 12.30046604 L4_chemical_B3 +LQ00X058810 Putative Protein of unknown function DUF3411 10.70208728 L4_chemical_C2 +LQ00X058810 Putative Protein of unknown function DUF3411 11.01313317 L4_chemical_C3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.84471924 C6_control_A1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 6.828927905 C6_control_A3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.827589254 C6_control_B1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 6.290251311 C6_control_B2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.686747358 C6_control_B3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 6.071255983 C6_control_C1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 6.736381349 C6_control_C2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.379837522 C6_control_C3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.982090176 C6_chemical_A1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.69021123 C6_chemical_A3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.514227725 C6_chemical_B1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 6.503972151 C6_chemical_B2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.845129308 C6_chemical_B3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 6.263517691 C6_chemical_C1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 6.207127037 C6_chemical_C2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.470744087 C6_chemical_C3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.790949672 L4_control_A1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.501595477 L4_control_A2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.979063169 L4_control_A3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.286066922 L4_control_B1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.588960842 L4_control_B2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.844888595 L4_control_B3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.312393044 L4_control_C2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.181743311 L4_control_C3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.915103222 L4_chemical_A1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.339125548 L4_chemical_A2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.969522446 L4_chemical_A3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.648019817 L4_chemical_B1 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.220511769 L4_chemical_B2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.584700708 L4_chemical_B3 +LQ00X058870 Putative Dihydroflavonol-4-reductase 4.999167584 L4_chemical_C2 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.5678484 L4_chemical_C3 +LQ00X058950 Hypothetical protein 5.242240873 C6_control_A1 +LQ00X058950 Hypothetical protein 4.87328574 C6_control_A3 +LQ00X058950 Hypothetical protein 5.308955445 C6_control_B1 +LQ00X058950 Hypothetical protein 5.016825509 C6_control_B2 +LQ00X058950 Hypothetical protein 5.178683561 C6_control_B3 +LQ00X058950 Hypothetical protein 5.499907749 C6_control_C1 +LQ00X058950 Hypothetical protein 5.019127874 C6_control_C2 +LQ00X058950 Hypothetical protein 5.085180132 C6_control_C3 +LQ00X058950 Hypothetical protein 5.729882814 C6_chemical_A1 +LQ00X058950 Hypothetical protein 5.109991848 C6_chemical_A3 +LQ00X058950 Hypothetical protein 5.041404837 C6_chemical_B1 +LQ00X058950 Hypothetical protein 5.023510086 C6_chemical_B2 +LQ00X058950 Hypothetical protein 5.364854653 C6_chemical_B3 +LQ00X058950 Hypothetical protein 5.216727628 C6_chemical_C1 +LQ00X058950 Hypothetical protein 5.237742568 C6_chemical_C2 +LQ00X058950 Hypothetical protein 4.985221591 C6_chemical_C3 +LQ00X058950 Hypothetical protein 5.326588588 L4_control_A1 +LQ00X058950 Hypothetical protein 4.975858586 L4_control_A2 +LQ00X058950 Hypothetical protein 5.094617898 L4_control_A3 +LQ00X058950 Hypothetical protein 5.672044162 L4_control_B1 +LQ00X058950 Hypothetical protein 5.162742926 L4_control_B2 +LQ00X058950 Hypothetical protein 5.2255702 L4_control_B3 +LQ00X058950 Hypothetical protein 5.337413055 L4_control_C2 +LQ00X058950 Hypothetical protein 6.367062032 L4_control_C3 +LQ00X058950 Hypothetical protein 4.986221491 L4_chemical_A1 +LQ00X058950 Hypothetical protein 5.199354647 L4_chemical_A2 +LQ00X058950 Hypothetical protein 4.75706724 L4_chemical_A3 +LQ00X058950 Hypothetical protein 5.165274349 L4_chemical_B1 +LQ00X058950 Hypothetical protein 5.109435185 L4_chemical_B2 +LQ00X058950 Hypothetical protein 5.09393571 L4_chemical_B3 +LQ00X058950 Hypothetical protein 5.165388059 L4_chemical_C2 +LQ00X058950 Hypothetical protein 5.587631602 L4_chemical_C3 +LQ00X059000 Hypothetical protein 10.13978987 C6_control_A1 +LQ00X059000 Hypothetical protein 8.619487553 C6_control_A3 +LQ00X059000 Hypothetical protein 10.85798175 C6_control_B1 +LQ00X059000 Hypothetical protein 11.83156181 C6_control_B2 +LQ00X059000 Hypothetical protein 10.59662931 C6_control_B3 +LQ00X059000 Hypothetical protein 13.4215532 C6_control_C1 +LQ00X059000 Hypothetical protein 13.12967828 C6_control_C2 +LQ00X059000 Hypothetical protein 13.48129331 C6_control_C3 +LQ00X059000 Hypothetical protein 10.75499193 C6_chemical_A1 +LQ00X059000 Hypothetical protein 8.169234826 C6_chemical_A3 +LQ00X059000 Hypothetical protein 11.8787037 C6_chemical_B1 +LQ00X059000 Hypothetical protein 12.1485567 C6_chemical_B2 +LQ00X059000 Hypothetical protein 10.95618563 C6_chemical_B3 +LQ00X059000 Hypothetical protein 13.4557504 C6_chemical_C1 +LQ00X059000 Hypothetical protein 13.51924865 C6_chemical_C2 +LQ00X059000 Hypothetical protein 13.44956089 C6_chemical_C3 +LQ00X059000 Hypothetical protein 7.337341792 L4_control_A1 +LQ00X059000 Hypothetical protein 7.451550249 L4_control_A2 +LQ00X059000 Hypothetical protein 7.543848535 L4_control_A3 +LQ00X059000 Hypothetical protein 9.991743768 L4_control_B1 +LQ00X059000 Hypothetical protein 6.921399029 L4_control_B2 +LQ00X059000 Hypothetical protein 10.932175 L4_control_B3 +LQ00X059000 Hypothetical protein 12.68517748 L4_control_C2 +LQ00X059000 Hypothetical protein 12.56069878 L4_control_C3 +LQ00X059000 Hypothetical protein 9.018196464 L4_chemical_A1 +LQ00X059000 Hypothetical protein 8.357524491 L4_chemical_A2 +LQ00X059000 Hypothetical protein 7.986959164 L4_chemical_A3 +LQ00X059000 Hypothetical protein 11.35264284 L4_chemical_B1 +LQ00X059000 Hypothetical protein 8.39232416 L4_chemical_B2 +LQ00X059000 Hypothetical protein 9.463736899 L4_chemical_B3 +LQ00X059000 Hypothetical protein 12.49538381 L4_chemical_C2 +LQ00X059000 Hypothetical protein 12.60205398 L4_chemical_C3 +LQ00X059140 Gag-pol protein, putative 5.003607183 C6_control_A1 +LQ00X059140 Gag-pol protein, putative 5.108976082 C6_control_A3 +LQ00X059140 Gag-pol protein, putative 5.039796735 C6_control_B1 +LQ00X059140 Gag-pol protein, putative 5.368175508 C6_control_B2 +LQ00X059140 Gag-pol protein, putative 4.820343047 C6_control_B3 +LQ00X059140 Gag-pol protein, putative 4.740194976 C6_control_C1 +LQ00X059140 Gag-pol protein, putative 4.959763928 C6_control_C2 +LQ00X059140 Gag-pol protein, putative 4.825240318 C6_control_C3 +LQ00X059140 Gag-pol protein, putative 5.496508954 C6_chemical_A1 +LQ00X059140 Gag-pol protein, putative 5.308982467 C6_chemical_A3 +LQ00X059140 Gag-pol protein, putative 4.963342239 C6_chemical_B1 +LQ00X059140 Gag-pol protein, putative 5.106673532 C6_chemical_B2 +LQ00X059140 Gag-pol protein, putative 4.916412566 C6_chemical_B3 +LQ00X059140 Gag-pol protein, putative 4.959592272 C6_chemical_C1 +LQ00X059140 Gag-pol protein, putative 5.164839035 C6_chemical_C2 +LQ00X059140 Gag-pol protein, putative 4.869933068 C6_chemical_C3 +LQ00X059140 Gag-pol protein, putative 5.596872046 L4_control_A1 +LQ00X059140 Gag-pol protein, putative 5.6784512 L4_control_A2 +LQ00X059140 Gag-pol protein, putative 5.340841872 L4_control_A3 +LQ00X059140 Gag-pol protein, putative 5.686734922 L4_control_B1 +LQ00X059140 Gag-pol protein, putative 5.484251559 L4_control_B2 +LQ00X059140 Gag-pol protein, putative 4.795061434 L4_control_B3 +LQ00X059140 Gag-pol protein, putative 5.214331826 L4_control_C2 +LQ00X059140 Gag-pol protein, putative 5.787720708 L4_control_C3 +LQ00X059140 Gag-pol protein, putative 5.603075763 L4_chemical_A1 +LQ00X059140 Gag-pol protein, putative 5.60355251 L4_chemical_A2 +LQ00X059140 Gag-pol protein, putative 6.480575124 L4_chemical_A3 +LQ00X059140 Gag-pol protein, putative 5.065238206 L4_chemical_B1 +LQ00X059140 Gag-pol protein, putative 5.342618684 L4_chemical_B2 +LQ00X059140 Gag-pol protein, putative 4.790133391 L4_chemical_B3 +LQ00X059140 Gag-pol protein, putative 5.142656894 L4_chemical_C2 +LQ00X059140 Gag-pol protein, putative 5.019634786 L4_chemical_C3 +LQ00X059480 Cell division control protein 48 homolog C 5.159014127 C6_control_A1 +LQ00X059480 Cell division control protein 48 homolog C 4.849379203 C6_control_A3 +LQ00X059480 Cell division control protein 48 homolog C 5.089829615 C6_control_B1 +LQ00X059480 Cell division control protein 48 homolog C 5.04695075 C6_control_B2 +LQ00X059480 Cell division control protein 48 homolog C 4.81867165 C6_control_B3 +LQ00X059480 Cell division control protein 48 homolog C 4.924622085 C6_control_C1 +LQ00X059480 Cell division control protein 48 homolog C 4.706288634 C6_control_C2 +LQ00X059480 Cell division control protein 48 homolog C 5.256287718 C6_control_C3 +LQ00X059480 Cell division control protein 48 homolog C 5.106925125 C6_chemical_A1 +LQ00X059480 Cell division control protein 48 homolog C 5.068932622 C6_chemical_A3 +LQ00X059480 Cell division control protein 48 homolog C 5.000966185 C6_chemical_B1 +LQ00X059480 Cell division control protein 48 homolog C 5.165591692 C6_chemical_B2 +LQ00X059480 Cell division control protein 48 homolog C 4.855429523 C6_chemical_B3 +LQ00X059480 Cell division control protein 48 homolog C 5.103784913 C6_chemical_C1 +LQ00X059480 Cell division control protein 48 homolog C 4.872115068 C6_chemical_C2 +LQ00X059480 Cell division control protein 48 homolog C 5.287481506 C6_chemical_C3 +LQ00X059480 Cell division control protein 48 homolog C 5.070511156 L4_control_A1 +LQ00X059480 Cell division control protein 48 homolog C 5.350765699 L4_control_A2 +LQ00X059480 Cell division control protein 48 homolog C 5.317648549 L4_control_A3 +LQ00X059480 Cell division control protein 48 homolog C 5.215408209 L4_control_B1 +LQ00X059480 Cell division control protein 48 homolog C 5.1463418 L4_control_B2 +LQ00X059480 Cell division control protein 48 homolog C 5.219680532 L4_control_B3 +LQ00X059480 Cell division control protein 48 homolog C 5.213189597 L4_control_C2 +LQ00X059480 Cell division control protein 48 homolog C 4.70195608 L4_control_C3 +LQ00X059480 Cell division control protein 48 homolog C 5.286836335 L4_chemical_A1 +LQ00X059480 Cell division control protein 48 homolog C 5.164912113 L4_chemical_A2 +LQ00X059480 Cell division control protein 48 homolog C 5.414024494 L4_chemical_A3 +LQ00X059480 Cell division control protein 48 homolog C 5.235485856 L4_chemical_B1 +LQ00X059480 Cell division control protein 48 homolog C 4.773245203 L4_chemical_B2 +LQ00X059480 Cell division control protein 48 homolog C 5.020549911 L4_chemical_B3 +LQ00X059480 Cell division control protein 48 homolog C 5.018023974 L4_chemical_C2 +LQ00X059480 Cell division control protein 48 homolog C 4.891901939 L4_chemical_C3 +LQ00X059490 Probable amino acid permease 7 12.09818723 C6_control_A1 +LQ00X059490 Probable amino acid permease 7 11.64627539 C6_control_A3 +LQ00X059490 Probable amino acid permease 7 12.4140191 C6_control_B1 +LQ00X059490 Probable amino acid permease 7 11.77317502 C6_control_B2 +LQ00X059490 Probable amino acid permease 7 11.82471498 C6_control_B3 +LQ00X059490 Probable amino acid permease 7 12.5043366 C6_control_C1 +LQ00X059490 Probable amino acid permease 7 12.06522228 C6_control_C2 +LQ00X059490 Probable amino acid permease 7 11.93148932 C6_control_C3 +LQ00X059490 Probable amino acid permease 7 12.31944093 C6_chemical_A1 +LQ00X059490 Probable amino acid permease 7 12.14752425 C6_chemical_A3 +LQ00X059490 Probable amino acid permease 7 12.357275 C6_chemical_B1 +LQ00X059490 Probable amino acid permease 7 11.52140376 C6_chemical_B2 +LQ00X059490 Probable amino acid permease 7 12.3273923 C6_chemical_B3 +LQ00X059490 Probable amino acid permease 7 12.42197839 C6_chemical_C1 +LQ00X059490 Probable amino acid permease 7 11.93654088 C6_chemical_C2 +LQ00X059490 Probable amino acid permease 7 12.23548058 C6_chemical_C3 +LQ00X059490 Probable amino acid permease 7 11.50171341 L4_control_A1 +LQ00X059490 Probable amino acid permease 7 11.88535355 L4_control_A2 +LQ00X059490 Probable amino acid permease 7 11.27128695 L4_control_A3 +LQ00X059490 Probable amino acid permease 7 12.26786613 L4_control_B1 +LQ00X059490 Probable amino acid permease 7 12.2936942 L4_control_B2 +LQ00X059490 Probable amino acid permease 7 12.32861112 L4_control_B3 +LQ00X059490 Probable amino acid permease 7 11.95076139 L4_control_C2 +LQ00X059490 Probable amino acid permease 7 12.44048855 L4_control_C3 +LQ00X059490 Probable amino acid permease 7 11.69124193 L4_chemical_A1 +LQ00X059490 Probable amino acid permease 7 12.04792517 L4_chemical_A2 +LQ00X059490 Probable amino acid permease 7 11.5492041 L4_chemical_A3 +LQ00X059490 Probable amino acid permease 7 12.35970236 L4_chemical_B1 +LQ00X059490 Probable amino acid permease 7 12.346645 L4_chemical_B2 +LQ00X059490 Probable amino acid permease 7 12.17165889 L4_chemical_B3 +LQ00X059490 Probable amino acid permease 7 12.11903703 L4_chemical_C2 +LQ00X059490 Probable amino acid permease 7 12.64282635 L4_chemical_C3 +LQ00X059500 Probable amino acid permease 7 6.676119824 C6_control_A1 +LQ00X059500 Probable amino acid permease 7 5.935890348 C6_control_A3 +LQ00X059500 Probable amino acid permease 7 6.183432003 C6_control_B1 +LQ00X059500 Probable amino acid permease 7 6.357970791 C6_control_B2 +LQ00X059500 Probable amino acid permease 7 6.432580482 C6_control_B3 +LQ00X059500 Probable amino acid permease 7 7.440490362 C6_control_C1 +LQ00X059500 Probable amino acid permease 7 6.348605018 C6_control_C2 +LQ00X059500 Probable amino acid permease 7 6.786660573 C6_control_C3 +LQ00X059500 Probable amino acid permease 7 6.356179409 C6_chemical_A1 +LQ00X059500 Probable amino acid permease 7 6.639135207 C6_chemical_A3 +LQ00X059500 Probable amino acid permease 7 6.221736189 C6_chemical_B1 +LQ00X059500 Probable amino acid permease 7 6.30427014 C6_chemical_B2 +LQ00X059500 Probable amino acid permease 7 6.30834262 C6_chemical_B3 +LQ00X059500 Probable amino acid permease 7 7.132100551 C6_chemical_C1 +LQ00X059500 Probable amino acid permease 7 7.066916513 C6_chemical_C2 +LQ00X059500 Probable amino acid permease 7 7.07679893 C6_chemical_C3 +LQ00X059500 Probable amino acid permease 7 6.712217918 L4_control_A1 +LQ00X059500 Probable amino acid permease 7 6.644406839 L4_control_A2 +LQ00X059500 Probable amino acid permease 7 6.324437615 L4_control_A3 +LQ00X059500 Probable amino acid permease 7 6.3340117 L4_control_B1 +LQ00X059500 Probable amino acid permease 7 5.594770568 L4_control_B2 +LQ00X059500 Probable amino acid permease 7 6.500900747 L4_control_B3 +LQ00X059500 Probable amino acid permease 7 6.782866908 L4_control_C2 +LQ00X059500 Probable amino acid permease 7 6.012921644 L4_control_C3 +LQ00X059500 Probable amino acid permease 7 6.859949827 L4_chemical_A1 +LQ00X059500 Probable amino acid permease 7 6.170927791 L4_chemical_A2 +LQ00X059500 Probable amino acid permease 7 7.107802799 L4_chemical_A3 +LQ00X059500 Probable amino acid permease 7 6.700577266 L4_chemical_B1 +LQ00X059500 Probable amino acid permease 7 6.075046685 L4_chemical_B2 +LQ00X059500 Probable amino acid permease 7 6.168268923 L4_chemical_B3 +LQ00X059500 Probable amino acid permease 7 5.906764545 L4_chemical_C2 +LQ00X059500 Probable amino acid permease 7 5.788412903 L4_chemical_C3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.995324621 C6_control_A1 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.623315186 C6_control_A3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.879425293 C6_control_B1 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.50986288 C6_control_B2 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.02880204 C6_control_B3 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.25693629 C6_control_C1 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.45703312 C6_control_C2 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.18277226 C6_control_C3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.961409025 C6_chemical_A1 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.707013416 C6_chemical_A3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.679368906 C6_chemical_B1 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.43622811 C6_chemical_B2 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.07803416 C6_chemical_B3 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.28797142 C6_chemical_C1 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.24634159 C6_chemical_C2 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.49018867 C6_chemical_C3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.803752459 L4_control_A1 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.32276737 L4_control_A2 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.00470191 L4_control_A3 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.19756037 L4_control_B1 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.43716046 L4_control_B2 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.67095369 L4_control_B3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.694734345 L4_control_C2 +LQ00X059510 Vacuolar cation/proton exchanger 2 11.03496357 L4_control_C3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.594590796 L4_chemical_A1 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.925278461 L4_chemical_A2 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.75772963 L4_chemical_A3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.727674146 L4_chemical_B1 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.774110162 L4_chemical_B2 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.43701055 L4_chemical_B3 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.649978642 L4_chemical_C2 +LQ00X059510 Vacuolar cation/proton exchanger 2 10.55775007 L4_chemical_C3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 8.595510708 C6_control_A1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.402424544 C6_control_A3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 7.699678594 C6_control_B1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 7.847684138 C6_control_B2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 8.262721456 C6_control_B3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 6.502036718 C6_control_C1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 5.53421786 C6_control_C2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 6.326236104 C6_control_C3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 7.986516028 C6_chemical_A1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.875341234 C6_chemical_A3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 7.527040529 C6_chemical_B1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 7.459961692 C6_chemical_B2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 7.393331857 C6_chemical_B3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 6.020454385 C6_chemical_C1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 5.89598729 C6_chemical_C2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 6.281273289 C6_chemical_C3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.430250587 L4_control_A1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.989245087 L4_control_A2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.809795667 L4_control_A3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 8.720568738 L4_control_B1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.138766311 L4_control_B2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 7.958181568 L4_control_B3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 5.703990726 L4_control_C2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 6.597561549 L4_control_C3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.891311409 L4_chemical_A1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 8.307815732 L4_chemical_A2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 10.01465467 L4_chemical_A3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.120718425 L4_chemical_B1 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.012156096 L4_chemical_B2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 9.432887773 L4_chemical_B3 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 6.083418186 L4_chemical_C2 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 5.999254122 L4_chemical_C3 +LQ00X059800 Hypothetical protein 5.092934008 C6_control_A1 +LQ00X059800 Hypothetical protein 4.955311055 C6_control_A3 +LQ00X059800 Hypothetical protein 5.62254365 C6_control_B1 +LQ00X059800 Hypothetical protein 4.835539914 C6_control_B2 +LQ00X059800 Hypothetical protein 5.285299182 C6_control_B3 +LQ00X059800 Hypothetical protein 5.246629463 C6_control_C1 +LQ00X059800 Hypothetical protein 5.045731942 C6_control_C2 +LQ00X059800 Hypothetical protein 5.242817478 C6_control_C3 +LQ00X059800 Hypothetical protein 5.035668367 C6_chemical_A1 +LQ00X059800 Hypothetical protein 5.22006088 C6_chemical_A3 +LQ00X059800 Hypothetical protein 5.080018968 C6_chemical_B1 +LQ00X059800 Hypothetical protein 5.191124801 C6_chemical_B2 +LQ00X059800 Hypothetical protein 4.757954453 C6_chemical_B3 +LQ00X059800 Hypothetical protein 4.919086496 C6_chemical_C1 +LQ00X059800 Hypothetical protein 5.066928087 C6_chemical_C2 +LQ00X059800 Hypothetical protein 5.378401415 C6_chemical_C3 +LQ00X059800 Hypothetical protein 4.767396537 L4_control_A1 +LQ00X059800 Hypothetical protein 5.479920731 L4_control_A2 +LQ00X059800 Hypothetical protein 5.4315651 L4_control_A3 +LQ00X059800 Hypothetical protein 5.166512799 L4_control_B1 +LQ00X059800 Hypothetical protein 4.852102887 L4_control_B2 +LQ00X059800 Hypothetical protein 5.594428084 L4_control_B3 +LQ00X059800 Hypothetical protein 5.349713277 L4_control_C2 +LQ00X059800 Hypothetical protein 5.257274417 L4_control_C3 +LQ00X059800 Hypothetical protein 5.193455054 L4_chemical_A1 +LQ00X059800 Hypothetical protein 5.326774058 L4_chemical_A2 +LQ00X059800 Hypothetical protein 5.145970335 L4_chemical_A3 +LQ00X059800 Hypothetical protein 5.001247423 L4_chemical_B1 +LQ00X059800 Hypothetical protein 5.575293004 L4_chemical_B2 +LQ00X059800 Hypothetical protein 5.293009614 L4_chemical_B3 +LQ00X059800 Hypothetical protein 4.916861838 L4_chemical_C2 +LQ00X059800 Hypothetical protein 5.407975517 L4_chemical_C3 +LQ00X059930 Putative uncharacterized protein 5.18924066 C6_control_A1 +LQ00X059930 Putative uncharacterized protein 5.335300865 C6_control_A3 +LQ00X059930 Putative uncharacterized protein 4.981363656 C6_control_B1 +LQ00X059930 Putative uncharacterized protein 5.042937561 C6_control_B2 +LQ00X059930 Putative uncharacterized protein 5.181975507 C6_control_B3 +LQ00X059930 Putative uncharacterized protein 5.109151551 C6_control_C1 +LQ00X059930 Putative uncharacterized protein 4.9179593 C6_control_C2 +LQ00X059930 Putative uncharacterized protein 4.892411319 C6_control_C3 +LQ00X059930 Putative uncharacterized protein 5.568298828 C6_chemical_A1 +LQ00X059930 Putative uncharacterized protein 5.491118146 C6_chemical_A3 +LQ00X059930 Putative uncharacterized protein 5.412360212 C6_chemical_B1 +LQ00X059930 Putative uncharacterized protein 4.898344887 C6_chemical_B2 +LQ00X059930 Putative uncharacterized protein 5.431647776 C6_chemical_B3 +LQ00X059930 Putative uncharacterized protein 4.676918637 C6_chemical_C1 +LQ00X059930 Putative uncharacterized protein 5.194327976 C6_chemical_C2 +LQ00X059930 Putative uncharacterized protein 4.765171006 C6_chemical_C3 +LQ00X059930 Putative uncharacterized protein 5.618940172 L4_control_A1 +LQ00X059930 Putative uncharacterized protein 5.542997278 L4_control_A2 +LQ00X059930 Putative uncharacterized protein 5.573941567 L4_control_A3 +LQ00X059930 Putative uncharacterized protein 5.352732412 L4_control_B1 +LQ00X059930 Putative uncharacterized protein 5.560759707 L4_control_B2 +LQ00X059930 Putative uncharacterized protein 5.464810032 L4_control_B3 +LQ00X059930 Putative uncharacterized protein 5.307573587 L4_control_C2 +LQ00X059930 Putative uncharacterized protein 5.332723395 L4_control_C3 +LQ00X059930 Putative uncharacterized protein 5.267881722 L4_chemical_A1 +LQ00X059930 Putative uncharacterized protein 5.705451784 L4_chemical_A2 +LQ00X059930 Putative uncharacterized protein 6.167018488 L4_chemical_A3 +LQ00X059930 Putative uncharacterized protein 5.226106693 L4_chemical_B1 +LQ00X059930 Putative uncharacterized protein 5.238753896 L4_chemical_B2 +LQ00X059930 Putative uncharacterized protein 5.336455591 L4_chemical_B3 +LQ00X059930 Putative uncharacterized protein 5.348242169 L4_chemical_C2 +LQ00X059930 Putative uncharacterized protein 5.100875631 L4_chemical_C3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.56326555 C6_control_A1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 11.99959538 C6_control_A3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.86068606 C6_control_B1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.52463845 C6_control_B2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.39437853 C6_control_B3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 13.06795055 C6_control_C1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.42856092 C6_control_C2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.11689994 C6_control_C3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.82379192 C6_chemical_A1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.45928332 C6_chemical_A3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.97955664 C6_chemical_B1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.72288284 C6_chemical_B2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.22695347 C6_chemical_B3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 13.20975872 C6_chemical_C1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.89194568 C6_chemical_C2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.47461567 C6_chemical_C3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.49633909 L4_control_A1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.27630751 L4_control_A2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 11.82736021 L4_control_A3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.37542858 L4_control_B1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.82143681 L4_control_B2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 11.84438136 L4_control_B3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.0952668 L4_control_C2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 11.82287737 L4_control_C3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.38718422 L4_chemical_A1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.48760033 L4_chemical_A2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 11.80703379 L4_chemical_A3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.67471569 L4_chemical_B1 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.52325212 L4_chemical_B2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.19353067 L4_chemical_B3 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.17384927 L4_chemical_C2 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 11.97796636 L4_chemical_C3 +LQ00X059970 Cryptochrome-1 6.719571361 C6_control_A1 +LQ00X059970 Cryptochrome-1 6.047460356 C6_control_A3 +LQ00X059970 Cryptochrome-1 6.14977532 C6_control_B1 +LQ00X059970 Cryptochrome-1 6.053563319 C6_control_B2 +LQ00X059970 Cryptochrome-1 6.44403054 C6_control_B3 +LQ00X059970 Cryptochrome-1 6.773250217 C6_control_C1 +LQ00X059970 Cryptochrome-1 6.867546395 C6_control_C2 +LQ00X059970 Cryptochrome-1 6.306317476 C6_control_C3 +LQ00X059970 Cryptochrome-1 6.481140643 C6_chemical_A1 +LQ00X059970 Cryptochrome-1 5.766106788 C6_chemical_A3 +LQ00X059970 Cryptochrome-1 6.644047062 C6_chemical_B1 +LQ00X059970 Cryptochrome-1 6.20574393 C6_chemical_B2 +LQ00X059970 Cryptochrome-1 6.249752913 C6_chemical_B3 +LQ00X059970 Cryptochrome-1 6.943057117 C6_chemical_C1 +LQ00X059970 Cryptochrome-1 6.159058752 C6_chemical_C2 +LQ00X059970 Cryptochrome-1 6.490841014 C6_chemical_C3 +LQ00X059970 Cryptochrome-1 6.182720453 L4_control_A1 +LQ00X059970 Cryptochrome-1 6.637990371 L4_control_A2 +LQ00X059970 Cryptochrome-1 5.822815454 L4_control_A3 +LQ00X059970 Cryptochrome-1 5.996704867 L4_control_B1 +LQ00X059970 Cryptochrome-1 5.904820238 L4_control_B2 +LQ00X059970 Cryptochrome-1 6.352883293 L4_control_B3 +LQ00X059970 Cryptochrome-1 6.095178095 L4_control_C2 +LQ00X059970 Cryptochrome-1 5.927953859 L4_control_C3 +LQ00X059970 Cryptochrome-1 6.176121439 L4_chemical_A1 +LQ00X059970 Cryptochrome-1 6.182720442 L4_chemical_A2 +LQ00X059970 Cryptochrome-1 5.975981467 L4_chemical_A3 +LQ00X059970 Cryptochrome-1 5.95958648 L4_chemical_B1 +LQ00X059970 Cryptochrome-1 6.738777346 L4_chemical_B2 +LQ00X059970 Cryptochrome-1 6.268932561 L4_chemical_B3 +LQ00X059970 Cryptochrome-1 5.919760122 L4_chemical_C2 +LQ00X059970 Cryptochrome-1 6.272430542 L4_chemical_C3 +LQ00X059980 Putative uncharacterized protein 14.4714767 C6_control_A1 +LQ00X059980 Putative uncharacterized protein 14.57439725 C6_control_A3 +LQ00X059980 Putative uncharacterized protein 14.57947597 C6_control_B1 +LQ00X059980 Putative uncharacterized protein 14.10305216 C6_control_B2 +LQ00X059980 Putative uncharacterized protein 14.24732665 C6_control_B3 +LQ00X059980 Putative uncharacterized protein 13.65216334 C6_control_C1 +LQ00X059980 Putative uncharacterized protein 13.64816422 C6_control_C2 +LQ00X059980 Putative uncharacterized protein 13.32777304 C6_control_C3 +LQ00X059980 Putative uncharacterized protein 14.24026178 C6_chemical_A1 +LQ00X059980 Putative uncharacterized protein 14.54626609 C6_chemical_A3 +LQ00X059980 Putative uncharacterized protein 14.45680981 C6_chemical_B1 +LQ00X059980 Putative uncharacterized protein 14.09935427 C6_chemical_B2 +LQ00X059980 Putative uncharacterized protein 13.99623407 C6_chemical_B3 +LQ00X059980 Putative uncharacterized protein 13.76653214 C6_chemical_C1 +LQ00X059980 Putative uncharacterized protein 13.42830753 C6_chemical_C2 +LQ00X059980 Putative uncharacterized protein 13.17097485 C6_chemical_C3 +LQ00X059980 Putative uncharacterized protein 14.27292835 L4_control_A1 +LQ00X059980 Putative uncharacterized protein 13.62637326 L4_control_A2 +LQ00X059980 Putative uncharacterized protein 13.80901749 L4_control_A3 +LQ00X059980 Putative uncharacterized protein 14.12300454 L4_control_B1 +LQ00X059980 Putative uncharacterized protein 13.79404061 L4_control_B2 +LQ00X059980 Putative uncharacterized protein 13.83982827 L4_control_B3 +LQ00X059980 Putative uncharacterized protein 13.57678692 L4_control_C2 +LQ00X059980 Putative uncharacterized protein 13.49148726 L4_control_C3 +LQ00X059980 Putative uncharacterized protein 14.17519393 L4_chemical_A1 +LQ00X059980 Putative uncharacterized protein 13.59395885 L4_chemical_A2 +LQ00X059980 Putative uncharacterized protein 13.78031761 L4_chemical_A3 +LQ00X059980 Putative uncharacterized protein 14.2624512 L4_chemical_B1 +LQ00X059980 Putative uncharacterized protein 13.70139843 L4_chemical_B2 +LQ00X059980 Putative uncharacterized protein 14.08374087 L4_chemical_B3 +LQ00X059980 Putative uncharacterized protein 13.55311142 L4_chemical_C2 +LQ00X059980 Putative uncharacterized protein 13.63883897 L4_chemical_C3 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.190084339 C6_control_A1 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.835279644 C6_control_A3 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.589408543 C6_control_B1 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.615952709 C6_control_B2 +LQ00X059990 Putative Acyl-protein thioesterase 2 7.01711492 C6_control_B3 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.166427943 C6_control_C1 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.394332123 C6_control_C2 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.583268216 C6_control_C3 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.589092962 C6_chemical_A1 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.113386705 C6_chemical_A3 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.626241669 C6_chemical_B1 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.411999753 C6_chemical_B2 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.581100349 C6_chemical_B3 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.715077438 C6_chemical_C1 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.602730768 C6_chemical_C2 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.098692393 C6_chemical_C3 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.178938234 L4_control_A1 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.523926467 L4_control_A2 +LQ00X059990 Putative Acyl-protein thioesterase 2 7.003409912 L4_control_A3 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.853706611 L4_control_B1 +LQ00X059990 Putative Acyl-protein thioesterase 2 7.082928511 L4_control_B2 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.602748394 L4_control_B3 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.238926953 L4_control_C2 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.11252757 L4_control_C3 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.530992217 L4_chemical_A1 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.275142488 L4_chemical_A2 +LQ00X059990 Putative Acyl-protein thioesterase 2 5.964523403 L4_chemical_A3 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.257889475 L4_chemical_B1 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.940670555 L4_chemical_B2 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.716122509 L4_chemical_B3 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.47011233 L4_chemical_C2 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.804970105 L4_chemical_C3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.064907108 C6_control_A1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.729428507 C6_control_A3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.971110077 C6_control_B1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.125257406 C6_control_B2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.311660182 C6_control_B3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.058067439 C6_control_C1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.870215903 C6_control_C2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.245793502 C6_control_C3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.900505028 C6_chemical_A1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.002139097 C6_chemical_A3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.313981461 C6_chemical_B1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.207186834 C6_chemical_B2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.748270292 C6_chemical_B3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.212963504 C6_chemical_C1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.443612905 C6_chemical_C2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.8950266 C6_chemical_C3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.787037572 L4_control_A1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.943037107 L4_control_A2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.959010329 L4_control_A3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.078490292 L4_control_B1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.973609329 L4_control_B2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.243954569 L4_control_B3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.09356329 L4_control_C2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.068223391 L4_control_C3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.977260879 L4_chemical_A1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.906245372 L4_chemical_A2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.870208047 L4_chemical_A3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.871662416 L4_chemical_B1 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.346989902 L4_chemical_B2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.967908392 L4_chemical_B3 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 5.834757684 L4_chemical_C2 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.726450064 L4_chemical_C3 +LQ00X060020 Monothiol glutaredoxin-S15 6.22939442 C6_control_A1 +LQ00X060020 Monothiol glutaredoxin-S15 6.688334853 C6_control_A3 +LQ00X060020 Monothiol glutaredoxin-S15 5.541215269 C6_control_B1 +LQ00X060020 Monothiol glutaredoxin-S15 6.684594515 C6_control_B2 +LQ00X060020 Monothiol glutaredoxin-S15 6.302066492 C6_control_B3 +LQ00X060020 Monothiol glutaredoxin-S15 6.418752586 C6_control_C1 +LQ00X060020 Monothiol glutaredoxin-S15 7.133285357 C6_control_C2 +LQ00X060020 Monothiol glutaredoxin-S15 5.883949552 C6_control_C3 +LQ00X060020 Monothiol glutaredoxin-S15 6.012216396 C6_chemical_A1 +LQ00X060020 Monothiol glutaredoxin-S15 6.007681789 C6_chemical_A3 +LQ00X060020 Monothiol glutaredoxin-S15 5.452625242 C6_chemical_B1 +LQ00X060020 Monothiol glutaredoxin-S15 6.328975426 C6_chemical_B2 +LQ00X060020 Monothiol glutaredoxin-S15 5.908850522 C6_chemical_B3 +LQ00X060020 Monothiol glutaredoxin-S15 6.416483762 C6_chemical_C1 +LQ00X060020 Monothiol glutaredoxin-S15 6.629945181 C6_chemical_C2 +LQ00X060020 Monothiol glutaredoxin-S15 5.928447421 C6_chemical_C3 +LQ00X060020 Monothiol glutaredoxin-S15 6.467269334 L4_control_A1 +LQ00X060020 Monothiol glutaredoxin-S15 5.76162891 L4_control_A2 +LQ00X060020 Monothiol glutaredoxin-S15 5.862788204 L4_control_A3 +LQ00X060020 Monothiol glutaredoxin-S15 5.850410142 L4_control_B1 +LQ00X060020 Monothiol glutaredoxin-S15 6.959329862 L4_control_B2 +LQ00X060020 Monothiol glutaredoxin-S15 5.407717768 L4_control_B3 +LQ00X060020 Monothiol glutaredoxin-S15 6.331625041 L4_control_C2 +LQ00X060020 Monothiol glutaredoxin-S15 6.395192438 L4_control_C3 +LQ00X060020 Monothiol glutaredoxin-S15 6.251370115 L4_chemical_A1 +LQ00X060020 Monothiol glutaredoxin-S15 5.748300194 L4_chemical_A2 +LQ00X060020 Monothiol glutaredoxin-S15 5.642358495 L4_chemical_A3 +LQ00X060020 Monothiol glutaredoxin-S15 5.682041925 L4_chemical_B1 +LQ00X060020 Monothiol glutaredoxin-S15 6.372318536 L4_chemical_B2 +LQ00X060020 Monothiol glutaredoxin-S15 5.533102659 L4_chemical_B3 +LQ00X060020 Monothiol glutaredoxin-S15 6.012623637 L4_chemical_C2 +LQ00X060020 Monothiol glutaredoxin-S15 5.502651278 L4_chemical_C3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.3796972 C6_control_A1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.37797165 C6_control_A3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.96948005 C6_control_B1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 11.20562785 C6_control_B2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 11.0184538 C6_control_B3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.75399099 C6_control_C1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.49157849 C6_control_C2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 11.10500189 C6_control_C3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.03906268 C6_chemical_A1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 9.918210399 C6_chemical_A3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.52302472 C6_chemical_B1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 11.24495893 C6_chemical_B2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.99495288 C6_chemical_B3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.74485051 C6_chemical_C1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.85254096 C6_chemical_C2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 11.01222171 C6_chemical_C3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 7.827651775 L4_control_A1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 6.978465289 L4_control_A2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 5.582885246 L4_control_A3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 8.781865997 L4_control_B1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 8.667828128 L4_control_B2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 8.80826451 L4_control_B3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 7.993529251 L4_control_C2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 6.322601206 L4_control_C3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 7.506951241 L4_chemical_A1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 6.509959158 L4_chemical_A2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 5.858029049 L4_chemical_A3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 9.362248202 L4_chemical_B1 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 7.814821854 L4_chemical_B2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 8.889001362 L4_chemical_B3 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 6.400470186 L4_chemical_C2 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 6.711504026 L4_chemical_C3 +LQ00X060150 Hypothetical protein 6.162820709 C6_control_A1 +LQ00X060150 Hypothetical protein 6.126925176 C6_control_A3 +LQ00X060150 Hypothetical protein 5.747122235 C6_control_B1 +LQ00X060150 Hypothetical protein 6.438499114 C6_control_B2 +LQ00X060150 Hypothetical protein 6.237084717 C6_control_B3 +LQ00X060150 Hypothetical protein 7.415290643 C6_control_C1 +LQ00X060150 Hypothetical protein 6.438398191 C6_control_C2 +LQ00X060150 Hypothetical protein 7.111219137 C6_control_C3 +LQ00X060150 Hypothetical protein 6.236862347 C6_chemical_A1 +LQ00X060150 Hypothetical protein 6.953802517 C6_chemical_A3 +LQ00X060150 Hypothetical protein 5.617948883 C6_chemical_B1 +LQ00X060150 Hypothetical protein 6.20289155 C6_chemical_B2 +LQ00X060150 Hypothetical protein 6.156821833 C6_chemical_B3 +LQ00X060150 Hypothetical protein 7.271959875 C6_chemical_C1 +LQ00X060150 Hypothetical protein 6.898431687 C6_chemical_C2 +LQ00X060150 Hypothetical protein 7.357897205 C6_chemical_C3 +LQ00X060150 Hypothetical protein 6.603237123 L4_control_A1 +LQ00X060150 Hypothetical protein 6.293807781 L4_control_A2 +LQ00X060150 Hypothetical protein 6.794305645 L4_control_A3 +LQ00X060150 Hypothetical protein 7.460951456 L4_control_B1 +LQ00X060150 Hypothetical protein 6.192890465 L4_control_B2 +LQ00X060150 Hypothetical protein 7.526193352 L4_control_B3 +LQ00X060150 Hypothetical protein 7.329848999 L4_control_C2 +LQ00X060150 Hypothetical protein 7.181664404 L4_control_C3 +LQ00X060150 Hypothetical protein 6.44268862 L4_chemical_A1 +LQ00X060150 Hypothetical protein 6.371645255 L4_chemical_A2 +LQ00X060150 Hypothetical protein 7.714555449 L4_chemical_A3 +LQ00X060150 Hypothetical protein 6.4740637 L4_chemical_B1 +LQ00X060150 Hypothetical protein 5.821919424 L4_chemical_B2 +LQ00X060150 Hypothetical protein 7.07124356 L4_chemical_B3 +LQ00X060150 Hypothetical protein 6.216630581 L4_chemical_C2 +LQ00X060150 Hypothetical protein 7.110959422 L4_chemical_C3 +LQ00X060230 Zinc finger protein-like protein 12.11507487 C6_control_A1 +LQ00X060230 Zinc finger protein-like protein 12.50957543 C6_control_A3 +LQ00X060230 Zinc finger protein-like protein 11.72746686 C6_control_B1 +LQ00X060230 Zinc finger protein-like protein 10.13936696 C6_control_B2 +LQ00X060230 Zinc finger protein-like protein 10.82440826 C6_control_B3 +LQ00X060230 Zinc finger protein-like protein 9.119158234 C6_control_C1 +LQ00X060230 Zinc finger protein-like protein 7.951651063 C6_control_C2 +LQ00X060230 Zinc finger protein-like protein 9.086259549 C6_control_C3 +LQ00X060230 Zinc finger protein-like protein 11.57821775 C6_chemical_A1 +LQ00X060230 Zinc finger protein-like protein 12.12622564 C6_chemical_A3 +LQ00X060230 Zinc finger protein-like protein 11.04953798 C6_chemical_B1 +LQ00X060230 Zinc finger protein-like protein 9.748901168 C6_chemical_B2 +LQ00X060230 Zinc finger protein-like protein 10.56254384 C6_chemical_B3 +LQ00X060230 Zinc finger protein-like protein 9.124648636 C6_chemical_C1 +LQ00X060230 Zinc finger protein-like protein 8.136101607 C6_chemical_C2 +LQ00X060230 Zinc finger protein-like protein 8.198162895 C6_chemical_C3 +LQ00X060230 Zinc finger protein-like protein 12.4211191 L4_control_A1 +LQ00X060230 Zinc finger protein-like protein 11.6659145 L4_control_A2 +LQ00X060230 Zinc finger protein-like protein 12.32583226 L4_control_A3 +LQ00X060230 Zinc finger protein-like protein 11.2926733 L4_control_B1 +LQ00X060230 Zinc finger protein-like protein 11.47938283 L4_control_B2 +LQ00X060230 Zinc finger protein-like protein 9.035000925 L4_control_B3 +LQ00X060230 Zinc finger protein-like protein 8.613750399 L4_control_C2 +LQ00X060230 Zinc finger protein-like protein 7.449587297 L4_control_C3 +LQ00X060230 Zinc finger protein-like protein 10.83907169 L4_chemical_A1 +LQ00X060230 Zinc finger protein-like protein 11.02234493 L4_chemical_A2 +LQ00X060230 Zinc finger protein-like protein 12.06530133 L4_chemical_A3 +LQ00X060230 Zinc finger protein-like protein 11.63927197 L4_chemical_B1 +LQ00X060230 Zinc finger protein-like protein 11.52739225 L4_chemical_B2 +LQ00X060230 Zinc finger protein-like protein 11.14782805 L4_chemical_B3 +LQ00X060230 Zinc finger protein-like protein 8.630055346 L4_chemical_C2 +LQ00X060230 Zinc finger protein-like protein 7.691045777 L4_chemical_C3 +LQ00X060270 Hypothetical protein 4.654160007 C6_control_A1 +LQ00X060270 Hypothetical protein 4.685893479 C6_control_A3 +LQ00X060270 Hypothetical protein 4.782367924 C6_control_B1 +LQ00X060270 Hypothetical protein 4.653187147 C6_control_B2 +LQ00X060270 Hypothetical protein 4.642778023 C6_control_B3 +LQ00X060270 Hypothetical protein 4.835301024 C6_control_C1 +LQ00X060270 Hypothetical protein 4.540941216 C6_control_C2 +LQ00X060270 Hypothetical protein 4.61121114 C6_control_C3 +LQ00X060270 Hypothetical protein 4.381552659 C6_chemical_A1 +LQ00X060270 Hypothetical protein 4.995489878 C6_chemical_A3 +LQ00X060270 Hypothetical protein 4.780415281 C6_chemical_B1 +LQ00X060270 Hypothetical protein 4.601999523 C6_chemical_B2 +LQ00X060270 Hypothetical protein 4.743891191 C6_chemical_B3 +LQ00X060270 Hypothetical protein 4.897367322 C6_chemical_C1 +LQ00X060270 Hypothetical protein 4.443428863 C6_chemical_C2 +LQ00X060270 Hypothetical protein 4.755894041 C6_chemical_C3 +LQ00X060270 Hypothetical protein 4.665740141 L4_control_A1 +LQ00X060270 Hypothetical protein 5.075318789 L4_control_A2 +LQ00X060270 Hypothetical protein 4.810120099 L4_control_A3 +LQ00X060270 Hypothetical protein 5.050028879 L4_control_B1 +LQ00X060270 Hypothetical protein 4.84890622 L4_control_B2 +LQ00X060270 Hypothetical protein 4.877983737 L4_control_B3 +LQ00X060270 Hypothetical protein 4.894521485 L4_control_C2 +LQ00X060270 Hypothetical protein 5.80407984 L4_control_C3 +LQ00X060270 Hypothetical protein 4.550379496 L4_chemical_A1 +LQ00X060270 Hypothetical protein 4.651478196 L4_chemical_A2 +LQ00X060270 Hypothetical protein 5.084419716 L4_chemical_A3 +LQ00X060270 Hypothetical protein 4.734875568 L4_chemical_B1 +LQ00X060270 Hypothetical protein 4.939588083 L4_chemical_B2 +LQ00X060270 Hypothetical protein 4.772265812 L4_chemical_B3 +LQ00X060270 Hypothetical protein 4.890194286 L4_chemical_C2 +LQ00X060270 Hypothetical protein 5.077847767 L4_chemical_C3 +LQ00X060322 Putative uncharacterized protein 5.394632872 C6_control_A1 +LQ00X060322 Putative uncharacterized protein 6.171440114 C6_control_A3 +LQ00X060322 Putative uncharacterized protein 4.951609355 C6_control_B1 +LQ00X060322 Putative uncharacterized protein 5.067263135 C6_control_B2 +LQ00X060322 Putative uncharacterized protein 4.9597995 C6_control_B3 +LQ00X060322 Putative uncharacterized protein 6.349130843 C6_control_C1 +LQ00X060322 Putative uncharacterized protein 5.189467324 C6_control_C2 +LQ00X060322 Putative uncharacterized protein 5.801842301 C6_control_C3 +LQ00X060322 Putative uncharacterized protein 5.584602846 C6_chemical_A1 +LQ00X060322 Putative uncharacterized protein 5.343670012 C6_chemical_A3 +LQ00X060322 Putative uncharacterized protein 4.516132421 C6_chemical_B1 +LQ00X060322 Putative uncharacterized protein 5.010938057 C6_chemical_B2 +LQ00X060322 Putative uncharacterized protein 4.855947171 C6_chemical_B3 +LQ00X060322 Putative uncharacterized protein 5.883801164 C6_chemical_C1 +LQ00X060322 Putative uncharacterized protein 5.678625516 C6_chemical_C2 +LQ00X060322 Putative uncharacterized protein 5.528556006 C6_chemical_C3 +LQ00X060322 Putative uncharacterized protein 4.842878169 L4_control_A1 +LQ00X060322 Putative uncharacterized protein 5.147597096 L4_control_A2 +LQ00X060322 Putative uncharacterized protein 5.7878127 L4_control_A3 +LQ00X060322 Putative uncharacterized protein 5.106548331 L4_control_B1 +LQ00X060322 Putative uncharacterized protein 5.288558656 L4_control_B2 +LQ00X060322 Putative uncharacterized protein 4.542192397 L4_control_B3 +LQ00X060322 Putative uncharacterized protein 5.157404152 L4_control_C2 +LQ00X060322 Putative uncharacterized protein 4.730750166 L4_control_C3 +LQ00X060322 Putative uncharacterized protein 4.991087747 L4_chemical_A1 +LQ00X060322 Putative uncharacterized protein 5.299925149 L4_chemical_A2 +LQ00X060322 Putative uncharacterized protein 5.382702869 L4_chemical_A3 +LQ00X060322 Putative uncharacterized protein 5.040424001 L4_chemical_B1 +LQ00X060322 Putative uncharacterized protein 4.816546039 L4_chemical_B2 +LQ00X060322 Putative uncharacterized protein 4.728807345 L4_chemical_B3 +LQ00X060322 Putative uncharacterized protein 4.991791918 L4_chemical_C2 +LQ00X060322 Putative uncharacterized protein 4.69604823 L4_chemical_C3 +LQ00X060330 Hypothetical protein 5.016200316 C6_control_A1 +LQ00X060330 Hypothetical protein 4.805273997 C6_control_A3 +LQ00X060330 Hypothetical protein 5.171200597 C6_control_B1 +LQ00X060330 Hypothetical protein 5.019933694 C6_control_B2 +LQ00X060330 Hypothetical protein 4.952934994 C6_control_B3 +LQ00X060330 Hypothetical protein 5.415895081 C6_control_C1 +LQ00X060330 Hypothetical protein 4.985796126 C6_control_C2 +LQ00X060330 Hypothetical protein 5.16860368 C6_control_C3 +LQ00X060330 Hypothetical protein 5.007516381 C6_chemical_A1 +LQ00X060330 Hypothetical protein 4.937223486 C6_chemical_A3 +LQ00X060330 Hypothetical protein 5.33095883 C6_chemical_B1 +LQ00X060330 Hypothetical protein 4.942059112 C6_chemical_B2 +LQ00X060330 Hypothetical protein 4.88257493 C6_chemical_B3 +LQ00X060330 Hypothetical protein 5.008138409 C6_chemical_C1 +LQ00X060330 Hypothetical protein 5.040894412 C6_chemical_C2 +LQ00X060330 Hypothetical protein 5.205916595 C6_chemical_C3 +LQ00X060330 Hypothetical protein 5.01653223 L4_control_A1 +LQ00X060330 Hypothetical protein 4.816128598 L4_control_A2 +LQ00X060330 Hypothetical protein 5.201562903 L4_control_A3 +LQ00X060330 Hypothetical protein 5.408069801 L4_control_B1 +LQ00X060330 Hypothetical protein 4.84563326 L4_control_B2 +LQ00X060330 Hypothetical protein 4.602902292 L4_control_B3 +LQ00X060330 Hypothetical protein 5.34461278 L4_control_C2 +LQ00X060330 Hypothetical protein 5.352095828 L4_control_C3 +LQ00X060330 Hypothetical protein 5.087167062 L4_chemical_A1 +LQ00X060330 Hypothetical protein 4.822157693 L4_chemical_A2 +LQ00X060330 Hypothetical protein 4.931689992 L4_chemical_A3 +LQ00X060330 Hypothetical protein 4.932155008 L4_chemical_B1 +LQ00X060330 Hypothetical protein 5.319274831 L4_chemical_B2 +LQ00X060330 Hypothetical protein 4.771927246 L4_chemical_B3 +LQ00X060330 Hypothetical protein 5.243359201 L4_chemical_C2 +LQ00X060330 Hypothetical protein 4.880433972 L4_chemical_C3 +LQ00X060510 Predicted protein 9.571346497 C6_control_A1 +LQ00X060510 Predicted protein 9.725394043 C6_control_A3 +LQ00X060510 Predicted protein 9.704876875 C6_control_B1 +LQ00X060510 Predicted protein 10.70861919 C6_control_B2 +LQ00X060510 Predicted protein 10.3470591 C6_control_B3 +LQ00X060510 Predicted protein 11.50287016 C6_control_C1 +LQ00X060510 Predicted protein 10.46398264 C6_control_C2 +LQ00X060510 Predicted protein 10.73645792 C6_control_C3 +LQ00X060510 Predicted protein 9.573648153 C6_chemical_A1 +LQ00X060510 Predicted protein 10.59837651 C6_chemical_A3 +LQ00X060510 Predicted protein 9.956886774 C6_chemical_B1 +LQ00X060510 Predicted protein 10.80176747 C6_chemical_B2 +LQ00X060510 Predicted protein 9.761698859 C6_chemical_B3 +LQ00X060510 Predicted protein 11.50507257 C6_chemical_C1 +LQ00X060510 Predicted protein 10.27975037 C6_chemical_C2 +LQ00X060510 Predicted protein 11.4630097 C6_chemical_C3 +LQ00X060510 Predicted protein 9.565490846 L4_control_A1 +LQ00X060510 Predicted protein 9.312246823 L4_control_A2 +LQ00X060510 Predicted protein 9.367872104 L4_control_A3 +LQ00X060510 Predicted protein 10.61856306 L4_control_B1 +LQ00X060510 Predicted protein 10.1126319 L4_control_B2 +LQ00X060510 Predicted protein 10.66846644 L4_control_B3 +LQ00X060510 Predicted protein 10.75832117 L4_control_C2 +LQ00X060510 Predicted protein 10.79453614 L4_control_C3 +LQ00X060510 Predicted protein 11.40592846 L4_chemical_A1 +LQ00X060510 Predicted protein 11.65038312 L4_chemical_A2 +LQ00X060510 Predicted protein 10.36189852 L4_chemical_A3 +LQ00X060510 Predicted protein 10.59939341 L4_chemical_B1 +LQ00X060510 Predicted protein 10.29090696 L4_chemical_B2 +LQ00X060510 Predicted protein 9.668336663 L4_chemical_B3 +LQ00X060510 Predicted protein 10.45690121 L4_chemical_C2 +LQ00X060510 Predicted protein 10.69310351 L4_chemical_C3 +LQ00X060660 Putative Cytochrome P450 71A1 6.088543619 C6_control_A1 +LQ00X060660 Putative Cytochrome P450 71A1 5.734255406 C6_control_A3 +LQ00X060660 Putative Cytochrome P450 71A1 6.291863228 C6_control_B1 +LQ00X060660 Putative Cytochrome P450 71A1 9.374784461 C6_control_B2 +LQ00X060660 Putative Cytochrome P450 71A1 6.567341827 C6_control_B3 +LQ00X060660 Putative Cytochrome P450 71A1 9.879521617 C6_control_C1 +LQ00X060660 Putative Cytochrome P450 71A1 10.51619795 C6_control_C2 +LQ00X060660 Putative Cytochrome P450 71A1 10.84655518 C6_control_C3 +LQ00X060660 Putative Cytochrome P450 71A1 5.791167176 C6_chemical_A1 +LQ00X060660 Putative Cytochrome P450 71A1 6.658337602 C6_chemical_A3 +LQ00X060660 Putative Cytochrome P450 71A1 5.996306265 C6_chemical_B1 +LQ00X060660 Putative Cytochrome P450 71A1 9.659832934 C6_chemical_B2 +LQ00X060660 Putative Cytochrome P450 71A1 7.419102136 C6_chemical_B3 +LQ00X060660 Putative Cytochrome P450 71A1 9.81036859 C6_chemical_C1 +LQ00X060660 Putative Cytochrome P450 71A1 10.56771626 C6_chemical_C2 +LQ00X060660 Putative Cytochrome P450 71A1 11.16819528 C6_chemical_C3 +LQ00X060660 Putative Cytochrome P450 71A1 5.949188221 L4_control_A1 +LQ00X060660 Putative Cytochrome P450 71A1 5.592515588 L4_control_A2 +LQ00X060660 Putative Cytochrome P450 71A1 5.486534885 L4_control_A3 +LQ00X060660 Putative Cytochrome P450 71A1 7.064310686 L4_control_B1 +LQ00X060660 Putative Cytochrome P450 71A1 5.618803091 L4_control_B2 +LQ00X060660 Putative Cytochrome P450 71A1 8.378803155 L4_control_B3 +LQ00X060660 Putative Cytochrome P450 71A1 6.545289779 L4_control_C2 +LQ00X060660 Putative Cytochrome P450 71A1 7.356986881 L4_control_C3 +LQ00X060660 Putative Cytochrome P450 71A1 6.637831683 L4_chemical_A1 +LQ00X060660 Putative Cytochrome P450 71A1 5.445671616 L4_chemical_A2 +LQ00X060660 Putative Cytochrome P450 71A1 5.119163703 L4_chemical_A3 +LQ00X060660 Putative Cytochrome P450 71A1 5.208666195 L4_chemical_B1 +LQ00X060660 Putative Cytochrome P450 71A1 5.723316186 L4_chemical_B2 +LQ00X060660 Putative Cytochrome P450 71A1 7.027821387 L4_chemical_B3 +LQ00X060660 Putative Cytochrome P450 71A1 6.787697162 L4_chemical_C2 +LQ00X060660 Putative Cytochrome P450 71A1 7.865163454 L4_chemical_C3 +LQ00X060790 Cyclin-dependent kinase B1-2 12.27705978 C6_control_A1 +LQ00X060790 Cyclin-dependent kinase B1-2 12.70063428 C6_control_A3 +LQ00X060790 Cyclin-dependent kinase B1-2 10.39476104 C6_control_B1 +LQ00X060790 Cyclin-dependent kinase B1-2 7.869931079 C6_control_B2 +LQ00X060790 Cyclin-dependent kinase B1-2 8.03328998 C6_control_B3 +LQ00X060790 Cyclin-dependent kinase B1-2 7.096917574 C6_control_C1 +LQ00X060790 Cyclin-dependent kinase B1-2 6.218357407 C6_control_C2 +LQ00X060790 Cyclin-dependent kinase B1-2 6.774837707 C6_control_C3 +LQ00X060790 Cyclin-dependent kinase B1-2 12.16473611 C6_chemical_A1 +LQ00X060790 Cyclin-dependent kinase B1-2 12.71058236 C6_chemical_A3 +LQ00X060790 Cyclin-dependent kinase B1-2 9.356437876 C6_chemical_B1 +LQ00X060790 Cyclin-dependent kinase B1-2 7.361655893 C6_chemical_B2 +LQ00X060790 Cyclin-dependent kinase B1-2 7.496783686 C6_chemical_B3 +LQ00X060790 Cyclin-dependent kinase B1-2 7.279613142 C6_chemical_C1 +LQ00X060790 Cyclin-dependent kinase B1-2 6.433953052 C6_chemical_C2 +LQ00X060790 Cyclin-dependent kinase B1-2 6.170714128 C6_chemical_C3 +LQ00X060790 Cyclin-dependent kinase B1-2 12.3774125 L4_control_A1 +LQ00X060790 Cyclin-dependent kinase B1-2 12.33694983 L4_control_A2 +LQ00X060790 Cyclin-dependent kinase B1-2 13.03015343 L4_control_A3 +LQ00X060790 Cyclin-dependent kinase B1-2 8.655272545 L4_control_B1 +LQ00X060790 Cyclin-dependent kinase B1-2 11.04618791 L4_control_B2 +LQ00X060790 Cyclin-dependent kinase B1-2 7.925710703 L4_control_B3 +LQ00X060790 Cyclin-dependent kinase B1-2 7.013816805 L4_control_C2 +LQ00X060790 Cyclin-dependent kinase B1-2 6.589826173 L4_control_C3 +LQ00X060790 Cyclin-dependent kinase B1-2 11.37388021 L4_chemical_A1 +LQ00X060790 Cyclin-dependent kinase B1-2 11.72675992 L4_chemical_A2 +LQ00X060790 Cyclin-dependent kinase B1-2 12.62983103 L4_chemical_A3 +LQ00X060790 Cyclin-dependent kinase B1-2 10.14703889 L4_chemical_B1 +LQ00X060790 Cyclin-dependent kinase B1-2 11.35593231 L4_chemical_B2 +LQ00X060790 Cyclin-dependent kinase B1-2 10.7852449 L4_chemical_B3 +LQ00X060790 Cyclin-dependent kinase B1-2 7.264504244 L4_chemical_C2 +LQ00X060790 Cyclin-dependent kinase B1-2 6.983630318 L4_chemical_C3 +LQ00X061020 Putative uncharacterized protein 8.972369105 C6_control_A1 +LQ00X061020 Putative uncharacterized protein 6.604561385 C6_control_A3 +LQ00X061020 Putative uncharacterized protein 9.204687174 C6_control_B1 +LQ00X061020 Putative uncharacterized protein 9.643285222 C6_control_B2 +LQ00X061020 Putative uncharacterized protein 8.675737425 C6_control_B3 +LQ00X061020 Putative uncharacterized protein 10.18937102 C6_control_C1 +LQ00X061020 Putative uncharacterized protein 10.03000818 C6_control_C2 +LQ00X061020 Putative uncharacterized protein 9.582020705 C6_control_C3 +LQ00X061020 Putative uncharacterized protein 9.947467263 C6_chemical_A1 +LQ00X061020 Putative uncharacterized protein 8.481043223 C6_chemical_A3 +LQ00X061020 Putative uncharacterized protein 10.09391392 C6_chemical_B1 +LQ00X061020 Putative uncharacterized protein 10.01623976 C6_chemical_B2 +LQ00X061020 Putative uncharacterized protein 9.115151578 C6_chemical_B3 +LQ00X061020 Putative uncharacterized protein 10.96234654 C6_chemical_C1 +LQ00X061020 Putative uncharacterized protein 10.27775192 C6_chemical_C2 +LQ00X061020 Putative uncharacterized protein 10.51051811 C6_chemical_C3 +LQ00X061020 Putative uncharacterized protein 9.042101564 L4_control_A1 +LQ00X061020 Putative uncharacterized protein 8.677506719 L4_control_A2 +LQ00X061020 Putative uncharacterized protein 7.84320849 L4_control_A3 +LQ00X061020 Putative uncharacterized protein 9.314133884 L4_control_B1 +LQ00X061020 Putative uncharacterized protein 9.353734761 L4_control_B2 +LQ00X061020 Putative uncharacterized protein 8.968947144 L4_control_B3 +LQ00X061020 Putative uncharacterized protein 10.08798921 L4_control_C2 +LQ00X061020 Putative uncharacterized protein 9.341697442 L4_control_C3 +LQ00X061020 Putative uncharacterized protein 9.899615044 L4_chemical_A1 +LQ00X061020 Putative uncharacterized protein 10.09334474 L4_chemical_A2 +LQ00X061020 Putative uncharacterized protein 8.821261229 L4_chemical_A3 +LQ00X061020 Putative uncharacterized protein 9.358360438 L4_chemical_B1 +LQ00X061020 Putative uncharacterized protein 9.778328498 L4_chemical_B2 +LQ00X061020 Putative uncharacterized protein 8.499477692 L4_chemical_B3 +LQ00X061020 Putative uncharacterized protein 10.44661389 L4_chemical_C2 +LQ00X061020 Putative uncharacterized protein 9.450121151 L4_chemical_C3 +LQ00X061060 Hypothetical protein 5.248798096 C6_control_A1 +LQ00X061060 Hypothetical protein 5.453658363 C6_control_A3 +LQ00X061060 Hypothetical protein 5.458288968 C6_control_B1 +LQ00X061060 Hypothetical protein 5.268808412 C6_control_B2 +LQ00X061060 Hypothetical protein 5.386825157 C6_control_B3 +LQ00X061060 Hypothetical protein 5.431372493 C6_control_C1 +LQ00X061060 Hypothetical protein 5.011163665 C6_control_C2 +LQ00X061060 Hypothetical protein 5.530605953 C6_control_C3 +LQ00X061060 Hypothetical protein 5.248766948 C6_chemical_A1 +LQ00X061060 Hypothetical protein 5.655446902 C6_chemical_A3 +LQ00X061060 Hypothetical protein 5.932072988 C6_chemical_B1 +LQ00X061060 Hypothetical protein 5.219373807 C6_chemical_B2 +LQ00X061060 Hypothetical protein 5.936560238 C6_chemical_B3 +LQ00X061060 Hypothetical protein 5.316791154 C6_chemical_C1 +LQ00X061060 Hypothetical protein 5.216664998 C6_chemical_C2 +LQ00X061060 Hypothetical protein 5.390064304 C6_chemical_C3 +LQ00X061060 Hypothetical protein 5.543667894 L4_control_A1 +LQ00X061060 Hypothetical protein 5.649471107 L4_control_A2 +LQ00X061060 Hypothetical protein 5.514352401 L4_control_A3 +LQ00X061060 Hypothetical protein 5.841743327 L4_control_B1 +LQ00X061060 Hypothetical protein 5.502348368 L4_control_B2 +LQ00X061060 Hypothetical protein 5.843154433 L4_control_B3 +LQ00X061060 Hypothetical protein 5.911180629 L4_control_C2 +LQ00X061060 Hypothetical protein 6.379653325 L4_control_C3 +LQ00X061060 Hypothetical protein 5.200786002 L4_chemical_A1 +LQ00X061060 Hypothetical protein 5.426640531 L4_chemical_A2 +LQ00X061060 Hypothetical protein 6.616290378 L4_chemical_A3 +LQ00X061060 Hypothetical protein 5.326541038 L4_chemical_B1 +LQ00X061060 Hypothetical protein 5.457457968 L4_chemical_B2 +LQ00X061060 Hypothetical protein 5.830746371 L4_chemical_B3 +LQ00X061060 Hypothetical protein 6.694505299 L4_chemical_C2 +LQ00X061060 Hypothetical protein 5.967595875 L4_chemical_C3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.288867103 C6_control_A1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.816142081 C6_control_A3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.599230259 C6_control_B1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.552165288 C6_control_B2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.23929168 C6_control_B3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.515358986 C6_control_C1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.717021925 C6_control_C2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.661466706 C6_control_C3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.854450497 C6_chemical_A1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.004736287 C6_chemical_A3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.530897019 C6_chemical_B1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.651697184 C6_chemical_B2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.826160116 C6_chemical_B3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.809257539 C6_chemical_C1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.470209205 C6_chemical_C2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.965033654 C6_chemical_C3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.933860279 L4_control_A1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.639960014 L4_control_A2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.580872375 L4_control_A3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.421824046 L4_control_B1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.526817894 L4_control_B2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.242466154 L4_control_B3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.60903269 L4_control_C2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 7.013184579 L4_control_C3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.856297061 L4_chemical_A1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.907481081 L4_chemical_A2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.2525042 L4_chemical_A3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.902460904 L4_chemical_B1 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 7.028062755 L4_chemical_B2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.32652335 L4_chemical_B3 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 6.985059804 L4_chemical_C2 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 7.647383928 L4_chemical_C3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.66942787 C6_control_A1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.54246447 C6_control_A3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.28203983 C6_control_B1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 11.32883603 C6_control_B2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 11.67001303 C6_control_B3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 8.410551016 C6_control_C1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 7.605939945 C6_control_C2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 8.425180265 C6_control_C3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.84995001 C6_chemical_A1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.66115203 C6_chemical_A3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.05496761 C6_chemical_B1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 11.33301303 C6_chemical_B2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 11.58238504 C6_chemical_B3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 8.062261149 C6_chemical_C1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 7.292059557 C6_chemical_C2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 7.428123958 C6_chemical_C3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.8597572 L4_control_A1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.04572871 L4_control_A2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.92156187 L4_control_A3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 11.40831056 L4_control_B1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.5569142 L4_control_B2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 10.38136484 L4_control_B3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 6.765565188 L4_control_C2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 8.172591452 L4_control_C3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.09411605 L4_chemical_A1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.57912546 L4_chemical_A2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.70961988 L4_chemical_A3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.10376106 L4_chemical_B1 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.24339822 L4_chemical_B2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.35159673 L4_chemical_B3 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 6.905139955 L4_chemical_C2 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 8.005520711 L4_chemical_C3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.084757908 C6_control_A1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.367021669 C6_control_A3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.392150543 C6_control_B1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.002163458 C6_control_B2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.883124461 C6_control_B3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.076050237 C6_control_C1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.189894705 C6_control_C2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.853031929 C6_control_C3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.98234419 C6_chemical_A1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.379946882 C6_chemical_A3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.362909283 C6_chemical_B1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.957663304 C6_chemical_B2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 6.039023512 C6_chemical_B3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.04149638 C6_chemical_C1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.050103256 C6_chemical_C2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.990377998 C6_chemical_C3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.049193256 L4_control_A1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.256599904 L4_control_A2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.387280267 L4_control_A3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.123731123 L4_control_B1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.008791325 L4_control_B2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.94815586 L4_control_B3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.607960096 L4_control_C2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.589315179 L4_control_C3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.186134758 L4_chemical_A1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.821289044 L4_chemical_A2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.174817055 L4_chemical_A3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.341557627 L4_chemical_B1 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.859341232 L4_chemical_B2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.764180971 L4_chemical_B3 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 5.450038202 L4_chemical_C2 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.963780317 L4_chemical_C3 +LQ00X061290 Two-component response regulator ARR17 11.00010749 C6_control_A1 +LQ00X061290 Two-component response regulator ARR17 11.87051817 C6_control_A3 +LQ00X061290 Two-component response regulator ARR17 7.730967689 C6_control_B1 +LQ00X061290 Two-component response regulator ARR17 6.021623097 C6_control_B2 +LQ00X061290 Two-component response regulator ARR17 5.595273106 C6_control_B3 +LQ00X061290 Two-component response regulator ARR17 5.660030079 C6_control_C1 +LQ00X061290 Two-component response regulator ARR17 5.329183062 C6_control_C2 +LQ00X061290 Two-component response regulator ARR17 5.453960913 C6_control_C3 +LQ00X061290 Two-component response regulator ARR17 10.48404909 C6_chemical_A1 +LQ00X061290 Two-component response regulator ARR17 11.14092188 C6_chemical_A3 +LQ00X061290 Two-component response regulator ARR17 7.003235694 C6_chemical_B1 +LQ00X061290 Two-component response regulator ARR17 5.900068848 C6_chemical_B2 +LQ00X061290 Two-component response regulator ARR17 5.765548488 C6_chemical_B3 +LQ00X061290 Two-component response regulator ARR17 5.346720099 C6_chemical_C1 +LQ00X061290 Two-component response regulator ARR17 5.94073523 C6_chemical_C2 +LQ00X061290 Two-component response regulator ARR17 5.449245476 C6_chemical_C3 +LQ00X061290 Two-component response regulator ARR17 11.24639487 L4_control_A1 +LQ00X061290 Two-component response regulator ARR17 9.540587422 L4_control_A2 +LQ00X061290 Two-component response regulator ARR17 10.73584892 L4_control_A3 +LQ00X061290 Two-component response regulator ARR17 5.25771951 L4_control_B1 +LQ00X061290 Two-component response regulator ARR17 5.77409214 L4_control_B2 +LQ00X061290 Two-component response regulator ARR17 5.369233567 L4_control_B3 +LQ00X061290 Two-component response regulator ARR17 5.858148625 L4_control_C2 +LQ00X061290 Two-component response regulator ARR17 5.46610281 L4_control_C3 +LQ00X061290 Two-component response regulator ARR17 10.02935248 L4_chemical_A1 +LQ00X061290 Two-component response regulator ARR17 7.828909719 L4_chemical_A2 +LQ00X061290 Two-component response regulator ARR17 10.25577562 L4_chemical_A3 +LQ00X061290 Two-component response regulator ARR17 6.013666517 L4_chemical_B1 +LQ00X061290 Two-component response regulator ARR17 5.053744161 L4_chemical_B2 +LQ00X061290 Two-component response regulator ARR17 6.352607607 L4_chemical_B3 +LQ00X061290 Two-component response regulator ARR17 6.153322309 L4_chemical_C2 +LQ00X061290 Two-component response regulator ARR17 5.251797429 L4_chemical_C3 +LQ00X061300 Hypothetical protein 6.851508313 C6_control_A1 +LQ00X061300 Hypothetical protein 6.333230863 C6_control_A3 +LQ00X061300 Hypothetical protein 7.924638096 C6_control_B1 +LQ00X061300 Hypothetical protein 9.678590627 C6_control_B2 +LQ00X061300 Hypothetical protein 9.794061652 C6_control_B3 +LQ00X061300 Hypothetical protein 9.39584961 C6_control_C1 +LQ00X061300 Hypothetical protein 8.865068222 C6_control_C2 +LQ00X061300 Hypothetical protein 9.484920925 C6_control_C3 +LQ00X061300 Hypothetical protein 7.067925605 C6_chemical_A1 +LQ00X061300 Hypothetical protein 5.901439685 C6_chemical_A3 +LQ00X061300 Hypothetical protein 8.156718206 C6_chemical_B1 +LQ00X061300 Hypothetical protein 9.389008289 C6_chemical_B2 +LQ00X061300 Hypothetical protein 8.779130993 C6_chemical_B3 +LQ00X061300 Hypothetical protein 9.067020364 C6_chemical_C1 +LQ00X061300 Hypothetical protein 8.721721706 C6_chemical_C2 +LQ00X061300 Hypothetical protein 8.9518572 C6_chemical_C3 +LQ00X061300 Hypothetical protein 7.419267965 L4_control_A1 +LQ00X061300 Hypothetical protein 7.46960919 L4_control_A2 +LQ00X061300 Hypothetical protein 7.129975682 L4_control_A3 +LQ00X061300 Hypothetical protein 7.985468128 L4_control_B1 +LQ00X061300 Hypothetical protein 7.653071704 L4_control_B2 +LQ00X061300 Hypothetical protein 10.63220726 L4_control_B3 +LQ00X061300 Hypothetical protein 9.340807364 L4_control_C2 +LQ00X061300 Hypothetical protein 9.106079828 L4_control_C3 +LQ00X061300 Hypothetical protein 7.102382555 L4_chemical_A1 +LQ00X061300 Hypothetical protein 6.932273523 L4_chemical_A2 +LQ00X061300 Hypothetical protein 6.165244315 L4_chemical_A3 +LQ00X061300 Hypothetical protein 8.2342712 L4_chemical_B1 +LQ00X061300 Hypothetical protein 7.879006792 L4_chemical_B2 +LQ00X061300 Hypothetical protein 9.315945088 L4_chemical_B3 +LQ00X061300 Hypothetical protein 9.496621963 L4_chemical_C2 +LQ00X061300 Hypothetical protein 8.836555622 L4_chemical_C3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.90901355 C6_control_A1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.56011495 C6_control_A3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.38944037 C6_control_B1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.48765137 C6_control_B2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.21020108 C6_control_B3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.42093596 C6_control_C1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.45946811 C6_control_C2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.23191514 C6_control_C3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.64470526 C6_chemical_A1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.57441021 C6_chemical_A3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.12571057 C6_chemical_B1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.3612463 C6_chemical_B2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.04530229 C6_chemical_B3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.39255305 C6_chemical_C1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.58203376 C6_chemical_C2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.30740345 C6_chemical_C3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.48790728 L4_control_A1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.4747155 L4_control_A2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.36761602 L4_control_A3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 11.98364041 L4_control_B1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.14248549 L4_control_B2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.12631883 L4_control_B3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.09322692 L4_control_C2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 11.87974478 L4_control_C3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.29640529 L4_chemical_A1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.38478455 L4_chemical_A2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.36392074 L4_chemical_A3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.34381859 L4_chemical_B1 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 11.90951771 L4_chemical_B2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.2406043 L4_chemical_B3 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.10057864 L4_chemical_C2 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 11.87042856 L4_chemical_C3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.827953111 C6_control_A1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.7203887 C6_control_A3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.664686537 C6_control_B1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 5.912961916 C6_control_B2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.489037331 C6_control_B3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.345619435 C6_control_C1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 5.687543014 C6_control_C2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.340323713 C6_control_C3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.62984645 C6_chemical_A1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.675508616 C6_chemical_A3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.081486499 C6_chemical_B1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 5.570766985 C6_chemical_B2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.932619704 C6_chemical_B3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.250228973 C6_chemical_C1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 5.758707061 C6_chemical_C2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.297142574 C6_chemical_C3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.80661383 L4_control_A1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.114454672 L4_control_A2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.167158801 L4_control_A3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.375962519 L4_control_B1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.252537245 L4_control_B2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.344696863 L4_control_B3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.08599081 L4_control_C2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.686941129 L4_control_C3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.85294999 L4_chemical_A1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.990023555 L4_chemical_A2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.586677493 L4_chemical_A3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.863991509 L4_chemical_B1 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.703983855 L4_chemical_B2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.530560544 L4_chemical_B3 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.874735802 L4_chemical_C2 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 7.582978425 L4_chemical_C3 +LQ00X061440 Putative uncharacterized protein 8.37743226 C6_control_A1 +LQ00X061440 Putative uncharacterized protein 7.653476805 C6_control_A3 +LQ00X061440 Putative uncharacterized protein 7.557430666 C6_control_B1 +LQ00X061440 Putative uncharacterized protein 7.164298353 C6_control_B2 +LQ00X061440 Putative uncharacterized protein 6.615030816 C6_control_B3 +LQ00X061440 Putative uncharacterized protein 5.970202181 C6_control_C1 +LQ00X061440 Putative uncharacterized protein 5.475419296 C6_control_C2 +LQ00X061440 Putative uncharacterized protein 5.563109468 C6_control_C3 +LQ00X061440 Putative uncharacterized protein 8.087433882 C6_chemical_A1 +LQ00X061440 Putative uncharacterized protein 7.972827722 C6_chemical_A3 +LQ00X061440 Putative uncharacterized protein 6.847074863 C6_chemical_B1 +LQ00X061440 Putative uncharacterized protein 6.841884739 C6_chemical_B2 +LQ00X061440 Putative uncharacterized protein 6.324949476 C6_chemical_B3 +LQ00X061440 Putative uncharacterized protein 6.383126255 C6_chemical_C1 +LQ00X061440 Putative uncharacterized protein 5.760479856 C6_chemical_C2 +LQ00X061440 Putative uncharacterized protein 5.703273804 C6_chemical_C3 +LQ00X061440 Putative uncharacterized protein 8.724166401 L4_control_A1 +LQ00X061440 Putative uncharacterized protein 8.275208125 L4_control_A2 +LQ00X061440 Putative uncharacterized protein 8.058208721 L4_control_A3 +LQ00X061440 Putative uncharacterized protein 7.616651268 L4_control_B1 +LQ00X061440 Putative uncharacterized protein 8.219205453 L4_control_B2 +LQ00X061440 Putative uncharacterized protein 7.00519876 L4_control_B3 +LQ00X061440 Putative uncharacterized protein 6.864526391 L4_control_C2 +LQ00X061440 Putative uncharacterized protein 5.885181011 L4_control_C3 +LQ00X061440 Putative uncharacterized protein 8.089925335 L4_chemical_A1 +LQ00X061440 Putative uncharacterized protein 7.344226713 L4_chemical_A2 +LQ00X061440 Putative uncharacterized protein 8.146070438 L4_chemical_A3 +LQ00X061440 Putative uncharacterized protein 7.534195405 L4_chemical_B1 +LQ00X061440 Putative uncharacterized protein 7.61829268 L4_chemical_B2 +LQ00X061440 Putative uncharacterized protein 7.25826726 L4_chemical_B3 +LQ00X061440 Putative uncharacterized protein 6.120076963 L4_chemical_C2 +LQ00X061440 Putative uncharacterized protein 6.418246104 L4_chemical_C3 +LQ00X061460 Predicted protein 4.868794894 C6_control_A1 +LQ00X061460 Predicted protein 5.37313076 C6_control_A3 +LQ00X061460 Predicted protein 4.75616455 C6_control_B1 +LQ00X061460 Predicted protein 4.825902635 C6_control_B2 +LQ00X061460 Predicted protein 4.79266045 C6_control_B3 +LQ00X061460 Predicted protein 4.913927502 C6_control_C1 +LQ00X061460 Predicted protein 4.643964549 C6_control_C2 +LQ00X061460 Predicted protein 4.886506826 C6_control_C3 +LQ00X061460 Predicted protein 4.964120007 C6_chemical_A1 +LQ00X061460 Predicted protein 4.832318182 C6_chemical_A3 +LQ00X061460 Predicted protein 4.949419411 C6_chemical_B1 +LQ00X061460 Predicted protein 4.837672261 C6_chemical_B2 +LQ00X061460 Predicted protein 4.996012312 C6_chemical_B3 +LQ00X061460 Predicted protein 4.938496581 C6_chemical_C1 +LQ00X061460 Predicted protein 4.789491583 C6_chemical_C2 +LQ00X061460 Predicted protein 5.126288798 C6_chemical_C3 +LQ00X061460 Predicted protein 4.925113097 L4_control_A1 +LQ00X061460 Predicted protein 5.206613651 L4_control_A2 +LQ00X061460 Predicted protein 5.744042129 L4_control_A3 +LQ00X061460 Predicted protein 5.358394581 L4_control_B1 +LQ00X061460 Predicted protein 4.980084225 L4_control_B2 +LQ00X061460 Predicted protein 4.96940639 L4_control_B3 +LQ00X061460 Predicted protein 4.978708202 L4_control_C2 +LQ00X061460 Predicted protein 5.602060705 L4_control_C3 +LQ00X061460 Predicted protein 4.841387812 L4_chemical_A1 +LQ00X061460 Predicted protein 5.013550914 L4_chemical_A2 +LQ00X061460 Predicted protein 5.169736853 L4_chemical_A3 +LQ00X061460 Predicted protein 4.893769026 L4_chemical_B1 +LQ00X061460 Predicted protein 4.768747631 L4_chemical_B2 +LQ00X061460 Predicted protein 4.883464125 L4_chemical_B3 +LQ00X061460 Predicted protein 4.871114626 L4_chemical_C2 +LQ00X061460 Predicted protein 4.724818126 L4_chemical_C3 +LQ00X061480 Hypothetical protein 4.6516865 C6_control_A1 +LQ00X061480 Hypothetical protein 5.141327485 C6_control_A3 +LQ00X061480 Hypothetical protein 5.027751481 C6_control_B1 +LQ00X061480 Hypothetical protein 5.016443572 C6_control_B2 +LQ00X061480 Hypothetical protein 4.824080382 C6_control_B3 +LQ00X061480 Hypothetical protein 5.387441466 C6_control_C1 +LQ00X061480 Hypothetical protein 4.894035183 C6_control_C2 +LQ00X061480 Hypothetical protein 4.897995676 C6_control_C3 +LQ00X061480 Hypothetical protein 5.029933434 C6_chemical_A1 +LQ00X061480 Hypothetical protein 4.955534573 C6_chemical_A3 +LQ00X061480 Hypothetical protein 4.804432477 C6_chemical_B1 +LQ00X061480 Hypothetical protein 4.895657616 C6_chemical_B2 +LQ00X061480 Hypothetical protein 5.066709738 C6_chemical_B3 +LQ00X061480 Hypothetical protein 5.313323998 C6_chemical_C1 +LQ00X061480 Hypothetical protein 5.114108761 C6_chemical_C2 +LQ00X061480 Hypothetical protein 5.014853829 C6_chemical_C3 +LQ00X061480 Hypothetical protein 4.976805114 L4_control_A1 +LQ00X061480 Hypothetical protein 4.820776707 L4_control_A2 +LQ00X061480 Hypothetical protein 5.079767199 L4_control_A3 +LQ00X061480 Hypothetical protein 5.089041658 L4_control_B1 +LQ00X061480 Hypothetical protein 6.935929925 L4_control_B2 +LQ00X061480 Hypothetical protein 4.759324026 L4_control_B3 +LQ00X061480 Hypothetical protein 5.549145127 L4_control_C2 +LQ00X061480 Hypothetical protein 5.652744073 L4_control_C3 +LQ00X061480 Hypothetical protein 5.104163743 L4_chemical_A1 +LQ00X061480 Hypothetical protein 5.22665809 L4_chemical_A2 +LQ00X061480 Hypothetical protein 5.076041101 L4_chemical_A3 +LQ00X061480 Hypothetical protein 5.404858601 L4_chemical_B1 +LQ00X061480 Hypothetical protein 5.723479251 L4_chemical_B2 +LQ00X061480 Hypothetical protein 5.032137757 L4_chemical_B3 +LQ00X061480 Hypothetical protein 5.198460289 L4_chemical_C2 +LQ00X061480 Hypothetical protein 6.027063832 L4_chemical_C3 +LQ00X061500 Hypothetical protein 5.648315451 C6_control_A1 +LQ00X061500 Hypothetical protein 5.225111681 C6_control_A3 +LQ00X061500 Hypothetical protein 5.383739175 C6_control_B1 +LQ00X061500 Hypothetical protein 5.049056558 C6_control_B2 +LQ00X061500 Hypothetical protein 4.971066328 C6_control_B3 +LQ00X061500 Hypothetical protein 5.591706917 C6_control_C1 +LQ00X061500 Hypothetical protein 5.415068163 C6_control_C2 +LQ00X061500 Hypothetical protein 5.476636282 C6_control_C3 +LQ00X061500 Hypothetical protein 5.307267421 C6_chemical_A1 +LQ00X061500 Hypothetical protein 4.982891017 C6_chemical_A3 +LQ00X061500 Hypothetical protein 5.633229315 C6_chemical_B1 +LQ00X061500 Hypothetical protein 5.135174311 C6_chemical_B2 +LQ00X061500 Hypothetical protein 5.324195864 C6_chemical_B3 +LQ00X061500 Hypothetical protein 5.874406757 C6_chemical_C1 +LQ00X061500 Hypothetical protein 6.060090669 C6_chemical_C2 +LQ00X061500 Hypothetical protein 5.531824889 C6_chemical_C3 +LQ00X061500 Hypothetical protein 5.68541659 L4_control_A1 +LQ00X061500 Hypothetical protein 5.658784729 L4_control_A2 +LQ00X061500 Hypothetical protein 5.823001613 L4_control_A3 +LQ00X061500 Hypothetical protein 5.449256166 L4_control_B1 +LQ00X061500 Hypothetical protein 5.3834652 L4_control_B2 +LQ00X061500 Hypothetical protein 5.734822493 L4_control_B3 +LQ00X061500 Hypothetical protein 5.219329441 L4_control_C2 +LQ00X061500 Hypothetical protein 6.287610215 L4_control_C3 +LQ00X061500 Hypothetical protein 5.37460416 L4_chemical_A1 +LQ00X061500 Hypothetical protein 5.803877522 L4_chemical_A2 +LQ00X061500 Hypothetical protein 5.768387707 L4_chemical_A3 +LQ00X061500 Hypothetical protein 5.24958925 L4_chemical_B1 +LQ00X061500 Hypothetical protein 5.681456739 L4_chemical_B2 +LQ00X061500 Hypothetical protein 5.755189404 L4_chemical_B3 +LQ00X061500 Hypothetical protein 6.203385873 L4_chemical_C2 +LQ00X061500 Hypothetical protein 5.711793996 L4_chemical_C3 +LQ00X061590 Predicted protein 4.95072247 C6_control_A1 +LQ00X061590 Predicted protein 4.99473194 C6_control_A3 +LQ00X061590 Predicted protein 5.191774905 C6_control_B1 +LQ00X061590 Predicted protein 4.916407611 C6_control_B2 +LQ00X061590 Predicted protein 4.991799724 C6_control_B3 +LQ00X061590 Predicted protein 4.971309446 C6_control_C1 +LQ00X061590 Predicted protein 4.684708643 C6_control_C2 +LQ00X061590 Predicted protein 4.839461261 C6_control_C3 +LQ00X061590 Predicted protein 4.686046608 C6_chemical_A1 +LQ00X061590 Predicted protein 4.734590657 C6_chemical_A3 +LQ00X061590 Predicted protein 4.889481338 C6_chemical_B1 +LQ00X061590 Predicted protein 4.710318714 C6_chemical_B2 +LQ00X061590 Predicted protein 4.900001164 C6_chemical_B3 +LQ00X061590 Predicted protein 5.032206061 C6_chemical_C1 +LQ00X061590 Predicted protein 4.810780412 C6_chemical_C2 +LQ00X061590 Predicted protein 4.764135546 C6_chemical_C3 +LQ00X061590 Predicted protein 4.972119935 L4_control_A1 +LQ00X061590 Predicted protein 4.585649999 L4_control_A2 +LQ00X061590 Predicted protein 5.36842036 L4_control_A3 +LQ00X061590 Predicted protein 4.946684836 L4_control_B1 +LQ00X061590 Predicted protein 4.831136232 L4_control_B2 +LQ00X061590 Predicted protein 4.894922192 L4_control_B3 +LQ00X061590 Predicted protein 4.832803725 L4_control_C2 +LQ00X061590 Predicted protein 4.965657407 L4_control_C3 +LQ00X061590 Predicted protein 5.083594642 L4_chemical_A1 +LQ00X061590 Predicted protein 4.686993918 L4_chemical_A2 +LQ00X061590 Predicted protein 5.221890288 L4_chemical_A3 +LQ00X061590 Predicted protein 5.08610633 L4_chemical_B1 +LQ00X061590 Predicted protein 5.152621341 L4_chemical_B2 +LQ00X061590 Predicted protein 5.285925253 L4_chemical_B3 +LQ00X061590 Predicted protein 4.980351106 L4_chemical_C2 +LQ00X061590 Predicted protein 4.798004686 L4_chemical_C3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.609267821 C6_control_A1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 7.131991618 C6_control_A3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.505584586 C6_control_B1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.27097124 C6_control_B2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.261074072 C6_control_B3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.510828885 C6_control_C1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 7.660822924 C6_control_C2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.323272344 C6_control_C3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.3397097 C6_chemical_A1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.026833302 C6_chemical_A3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.096728167 C6_chemical_B1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.421984139 C6_chemical_B2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.704669922 C6_chemical_B3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.925451558 C6_chemical_C1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.839372648 C6_chemical_C2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.668627351 C6_chemical_C3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.246420609 L4_control_A1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.953840777 L4_control_A2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.948128265 L4_control_A3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.866582978 L4_control_B1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.776917311 L4_control_B2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.829745469 L4_control_B3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.480619881 L4_control_C2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.893933812 L4_control_C3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.733519514 L4_chemical_A1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.989355747 L4_chemical_A2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.021986999 L4_chemical_A3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.422800307 L4_chemical_B1 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.186282954 L4_chemical_B2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.841248081 L4_chemical_B3 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 5.7747539 L4_chemical_C2 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.32076123 L4_chemical_C3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.071467561 C6_control_A1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.144201231 C6_control_A3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.349913486 C6_control_B1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.950469353 C6_control_B2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.157633053 C6_control_B3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 9.063671889 C6_control_C1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 9.028606737 C6_control_C2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.145057129 C6_control_C3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.668291112 C6_chemical_A1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.908887199 C6_chemical_A3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.846562129 C6_chemical_B1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 9.141316274 C6_chemical_B2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.970199855 C6_chemical_B3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 9.239316879 C6_chemical_C1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 9.298794795 C6_chemical_C2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.850079718 C6_chemical_C3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.666909335 L4_control_A1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.79580448 L4_control_A2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 6.501444274 L4_control_A3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.326915718 L4_control_B1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.326143717 L4_control_B2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.176987531 L4_control_B3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.231062593 L4_control_C2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.491105364 L4_control_C3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.508599246 L4_chemical_A1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.210851959 L4_chemical_A2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 6.57599379 L4_chemical_A3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.147747623 L4_chemical_B1 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.349694679 L4_chemical_B2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.869036066 L4_chemical_B3 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.571818654 L4_chemical_C2 +LQ00X061630 Putative DNA-binding protein SMUBP-2 7.587705156 L4_chemical_C3 +LQ00X061650 Putative uncharacterized protein 10.97022088 C6_control_A1 +LQ00X061650 Putative uncharacterized protein 11.48282483 C6_control_A3 +LQ00X061650 Putative uncharacterized protein 10.60478894 C6_control_B1 +LQ00X061650 Putative uncharacterized protein 9.649013528 C6_control_B2 +LQ00X061650 Putative uncharacterized protein 10.51135864 C6_control_B3 +LQ00X061650 Putative uncharacterized protein 10.71574553 C6_control_C1 +LQ00X061650 Putative uncharacterized protein 10.33427236 C6_control_C2 +LQ00X061650 Putative uncharacterized protein 10.77341183 C6_control_C3 +LQ00X061650 Putative uncharacterized protein 10.61498122 C6_chemical_A1 +LQ00X061650 Putative uncharacterized protein 11.16528182 C6_chemical_A3 +LQ00X061650 Putative uncharacterized protein 9.99171051 C6_chemical_B1 +LQ00X061650 Putative uncharacterized protein 9.774628341 C6_chemical_B2 +LQ00X061650 Putative uncharacterized protein 10.27766511 C6_chemical_B3 +LQ00X061650 Putative uncharacterized protein 10.52277268 C6_chemical_C1 +LQ00X061650 Putative uncharacterized protein 10.33176563 C6_chemical_C2 +LQ00X061650 Putative uncharacterized protein 10.35235346 C6_chemical_C3 +LQ00X061650 Putative uncharacterized protein 10.6881401 L4_control_A1 +LQ00X061650 Putative uncharacterized protein 10.65890798 L4_control_A2 +LQ00X061650 Putative uncharacterized protein 10.86457791 L4_control_A3 +LQ00X061650 Putative uncharacterized protein 9.923545803 L4_control_B1 +LQ00X061650 Putative uncharacterized protein 10.30281545 L4_control_B2 +LQ00X061650 Putative uncharacterized protein 9.740888926 L4_control_B3 +LQ00X061650 Putative uncharacterized protein 10.59238057 L4_control_C2 +LQ00X061650 Putative uncharacterized protein 10.27694688 L4_control_C3 +LQ00X061650 Putative uncharacterized protein 10.40561803 L4_chemical_A1 +LQ00X061650 Putative uncharacterized protein 10.2053396 L4_chemical_A2 +LQ00X061650 Putative uncharacterized protein 10.55114947 L4_chemical_A3 +LQ00X061650 Putative uncharacterized protein 10.22243775 L4_chemical_B1 +LQ00X061650 Putative uncharacterized protein 10.5468075 L4_chemical_B2 +LQ00X061650 Putative uncharacterized protein 9.934552085 L4_chemical_B3 +LQ00X061650 Putative uncharacterized protein 9.812107635 L4_chemical_C2 +LQ00X061650 Putative uncharacterized protein 10.51541064 L4_chemical_C3 +LQ00X061710 Putative uncharacterized protein 4.743210172 C6_control_A1 +LQ00X061710 Putative uncharacterized protein 4.72134816 C6_control_A3 +LQ00X061710 Putative uncharacterized protein 5.402419535 C6_control_B1 +LQ00X061710 Putative uncharacterized protein 5.098412237 C6_control_B2 +LQ00X061710 Putative uncharacterized protein 5.374667101 C6_control_B3 +LQ00X061710 Putative uncharacterized protein 4.707207747 C6_control_C1 +LQ00X061710 Putative uncharacterized protein 4.861635791 C6_control_C2 +LQ00X061710 Putative uncharacterized protein 5.078791208 C6_control_C3 +LQ00X061710 Putative uncharacterized protein 4.707432102 C6_chemical_A1 +LQ00X061710 Putative uncharacterized protein 4.982529253 C6_chemical_A3 +LQ00X061710 Putative uncharacterized protein 5.714016509 C6_chemical_B1 +LQ00X061710 Putative uncharacterized protein 5.195617475 C6_chemical_B2 +LQ00X061710 Putative uncharacterized protein 5.206959472 C6_chemical_B3 +LQ00X061710 Putative uncharacterized protein 4.942472944 C6_chemical_C1 +LQ00X061710 Putative uncharacterized protein 5.071479668 C6_chemical_C2 +LQ00X061710 Putative uncharacterized protein 4.796106741 C6_chemical_C3 +LQ00X061710 Putative uncharacterized protein 4.873852874 L4_control_A1 +LQ00X061710 Putative uncharacterized protein 5.273296081 L4_control_A2 +LQ00X061710 Putative uncharacterized protein 4.817069624 L4_control_A3 +LQ00X061710 Putative uncharacterized protein 4.729670608 L4_control_B1 +LQ00X061710 Putative uncharacterized protein 5.30751346 L4_control_B2 +LQ00X061710 Putative uncharacterized protein 4.791366863 L4_control_B3 +LQ00X061710 Putative uncharacterized protein 5.872659926 L4_control_C2 +LQ00X061710 Putative uncharacterized protein 4.884064367 L4_control_C3 +LQ00X061710 Putative uncharacterized protein 4.873170359 L4_chemical_A1 +LQ00X061710 Putative uncharacterized protein 4.66403371 L4_chemical_A2 +LQ00X061710 Putative uncharacterized protein 4.671516597 L4_chemical_A3 +LQ00X061710 Putative uncharacterized protein 5.122960768 L4_chemical_B1 +LQ00X061710 Putative uncharacterized protein 5.256868519 L4_chemical_B2 +LQ00X061710 Putative uncharacterized protein 4.981900216 L4_chemical_B3 +LQ00X061710 Putative uncharacterized protein 5.298585376 L4_chemical_C2 +LQ00X061710 Putative uncharacterized protein 5.10912894 L4_chemical_C3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.14984055 C6_control_A1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.19390642 C6_control_A3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.03039085 C6_control_B1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.29930796 C6_control_B2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.08529157 C6_control_B3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.43259747 C6_control_C1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.80046085 C6_control_C2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.91652126 C6_control_C3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.5335728 C6_chemical_A1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.33995071 C6_chemical_A3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.22248572 C6_chemical_B1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.15438386 C6_chemical_B2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.529845 C6_chemical_B3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.34429758 C6_chemical_C1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.71034372 C6_chemical_C2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 11.13930297 C6_chemical_C3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.65436936 L4_control_A1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.94132654 L4_control_A2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 11.29057546 L4_control_A3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 9.951662142 L4_control_B1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.84814419 L4_control_B2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.81740716 L4_control_B3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.93801914 L4_control_C2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 11.6038243 L4_control_C3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.49953416 L4_chemical_A1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.74688259 L4_chemical_A2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 11.26344928 L4_chemical_A3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.17824668 L4_chemical_B1 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.47602115 L4_chemical_B2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.78545688 L4_chemical_B3 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.62344803 L4_chemical_C2 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 11.33298524 L4_chemical_C3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.010278424 C6_control_A1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.38422371 C6_control_A3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.425939282 C6_control_B1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.351628779 C6_control_B2 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.213195664 C6_control_B3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.47470458 C6_control_C1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.240783745 C6_control_C2 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.54989197 C6_control_C3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.312816349 C6_chemical_A1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.282760856 C6_chemical_A3 +LQ00X061780 Putative receptor protein kinase ZmPK1 4.967075088 C6_chemical_B1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.123515466 C6_chemical_B2 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.090881193 C6_chemical_B3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.052584779 C6_chemical_C1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.510394216 C6_chemical_C2 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.443956034 C6_chemical_C3 +LQ00X061780 Putative receptor protein kinase ZmPK1 4.937951676 L4_control_A1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.801904472 L4_control_A2 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.632556361 L4_control_A3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.833743013 L4_control_B1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.422165298 L4_control_B2 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.253318114 L4_control_B3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.207354977 L4_control_C2 +LQ00X061780 Putative receptor protein kinase ZmPK1 4.755830215 L4_control_C3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.189501185 L4_chemical_A1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.128067271 L4_chemical_A2 +LQ00X061780 Putative receptor protein kinase ZmPK1 6.237118304 L4_chemical_A3 +LQ00X061780 Putative receptor protein kinase ZmPK1 4.957110429 L4_chemical_B1 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.33918981 L4_chemical_B2 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.336852029 L4_chemical_B3 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.027254305 L4_chemical_C2 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.038262482 L4_chemical_C3 +LQ00X061830 Protein binding protein, putative 6.100150328 C6_control_A1 +LQ00X061830 Protein binding protein, putative 5.50412919 C6_control_A3 +LQ00X061830 Protein binding protein, putative 5.734887372 C6_control_B1 +LQ00X061830 Protein binding protein, putative 6.235589346 C6_control_B2 +LQ00X061830 Protein binding protein, putative 5.783222723 C6_control_B3 +LQ00X061830 Protein binding protein, putative 5.639735734 C6_control_C1 +LQ00X061830 Protein binding protein, putative 4.876007419 C6_control_C2 +LQ00X061830 Protein binding protein, putative 5.471683263 C6_control_C3 +LQ00X061830 Protein binding protein, putative 5.765762672 C6_chemical_A1 +LQ00X061830 Protein binding protein, putative 6.053432724 C6_chemical_A3 +LQ00X061830 Protein binding protein, putative 6.004337636 C6_chemical_B1 +LQ00X061830 Protein binding protein, putative 6.327592535 C6_chemical_B2 +LQ00X061830 Protein binding protein, putative 6.789470597 C6_chemical_B3 +LQ00X061830 Protein binding protein, putative 5.180645948 C6_chemical_C1 +LQ00X061830 Protein binding protein, putative 5.163391909 C6_chemical_C2 +LQ00X061830 Protein binding protein, putative 5.409811372 C6_chemical_C3 +LQ00X061830 Protein binding protein, putative 6.051108035 L4_control_A1 +LQ00X061830 Protein binding protein, putative 6.1429665 L4_control_A2 +LQ00X061830 Protein binding protein, putative 6.267868615 L4_control_A3 +LQ00X061830 Protein binding protein, putative 6.128554332 L4_control_B1 +LQ00X061830 Protein binding protein, putative 5.700079466 L4_control_B2 +LQ00X061830 Protein binding protein, putative 6.198891475 L4_control_B3 +LQ00X061830 Protein binding protein, putative 5.242739092 L4_control_C2 +LQ00X061830 Protein binding protein, putative 5.025873088 L4_control_C3 +LQ00X061830 Protein binding protein, putative 5.467711644 L4_chemical_A1 +LQ00X061830 Protein binding protein, putative 5.876459785 L4_chemical_A2 +LQ00X061830 Protein binding protein, putative 5.528877945 L4_chemical_A3 +LQ00X061830 Protein binding protein, putative 5.416975647 L4_chemical_B1 +LQ00X061830 Protein binding protein, putative 5.711427288 L4_chemical_B2 +LQ00X061830 Protein binding protein, putative 6.423159293 L4_chemical_B3 +LQ00X061830 Protein binding protein, putative 5.360628097 L4_chemical_C2 +LQ00X061830 Protein binding protein, putative 5.016425086 L4_chemical_C3 +LQ00X061950 Putative uncharacterized protein 5.078633664 C6_control_A1 +LQ00X061950 Putative uncharacterized protein 5.155342174 C6_control_A3 +LQ00X061950 Putative uncharacterized protein 4.80450794 C6_control_B1 +LQ00X061950 Putative uncharacterized protein 4.895343118 C6_control_B2 +LQ00X061950 Putative uncharacterized protein 4.775096205 C6_control_B3 +LQ00X061950 Putative uncharacterized protein 4.76349654 C6_control_C1 +LQ00X061950 Putative uncharacterized protein 4.933159128 C6_control_C2 +LQ00X061950 Putative uncharacterized protein 5.027384919 C6_control_C3 +LQ00X061950 Putative uncharacterized protein 5.097303494 C6_chemical_A1 +LQ00X061950 Putative uncharacterized protein 4.955402145 C6_chemical_A3 +LQ00X061950 Putative uncharacterized protein 5.13861819 C6_chemical_B1 +LQ00X061950 Putative uncharacterized protein 4.90160989 C6_chemical_B2 +LQ00X061950 Putative uncharacterized protein 4.727508657 C6_chemical_B3 +LQ00X061950 Putative uncharacterized protein 5.060667205 C6_chemical_C1 +LQ00X061950 Putative uncharacterized protein 5.057807228 C6_chemical_C2 +LQ00X061950 Putative uncharacterized protein 4.980248926 C6_chemical_C3 +LQ00X061950 Putative uncharacterized protein 4.807496695 L4_control_A1 +LQ00X061950 Putative uncharacterized protein 4.970330804 L4_control_A2 +LQ00X061950 Putative uncharacterized protein 5.682984377 L4_control_A3 +LQ00X061950 Putative uncharacterized protein 5.093843668 L4_control_B1 +LQ00X061950 Putative uncharacterized protein 5.405671941 L4_control_B2 +LQ00X061950 Putative uncharacterized protein 4.68498719 L4_control_B3 +LQ00X061950 Putative uncharacterized protein 5.837660609 L4_control_C2 +LQ00X061950 Putative uncharacterized protein 4.960072724 L4_control_C3 +LQ00X061950 Putative uncharacterized protein 4.877307663 L4_chemical_A1 +LQ00X061950 Putative uncharacterized protein 5.15722309 L4_chemical_A2 +LQ00X061950 Putative uncharacterized protein 5.373674192 L4_chemical_A3 +LQ00X061950 Putative uncharacterized protein 5.01748458 L4_chemical_B1 +LQ00X061950 Putative uncharacterized protein 5.304147541 L4_chemical_B2 +LQ00X061950 Putative uncharacterized protein 4.765950138 L4_chemical_B3 +LQ00X061950 Putative uncharacterized protein 5.248594056 L4_chemical_C2 +LQ00X061950 Putative uncharacterized protein 4.797085305 L4_chemical_C3 +LQ00X061960 Hypothetical protein 5.96793687 C6_control_A1 +LQ00X061960 Hypothetical protein 5.464431601 C6_control_A3 +LQ00X061960 Hypothetical protein 5.189548054 C6_control_B1 +LQ00X061960 Hypothetical protein 5.827051973 C6_control_B2 +LQ00X061960 Hypothetical protein 5.802652495 C6_control_B3 +LQ00X061960 Hypothetical protein 7.889102683 C6_control_C1 +LQ00X061960 Hypothetical protein 7.719545468 C6_control_C2 +LQ00X061960 Hypothetical protein 8.374227629 C6_control_C3 +LQ00X061960 Hypothetical protein 6.180385241 C6_chemical_A1 +LQ00X061960 Hypothetical protein 6.324978994 C6_chemical_A3 +LQ00X061960 Hypothetical protein 5.670614794 C6_chemical_B1 +LQ00X061960 Hypothetical protein 6.437948751 C6_chemical_B2 +LQ00X061960 Hypothetical protein 6.415125686 C6_chemical_B3 +LQ00X061960 Hypothetical protein 8.67845976 C6_chemical_C1 +LQ00X061960 Hypothetical protein 8.521038231 C6_chemical_C2 +LQ00X061960 Hypothetical protein 8.869621607 C6_chemical_C3 +LQ00X061960 Hypothetical protein 6.479695642 L4_control_A1 +LQ00X061960 Hypothetical protein 5.456332046 L4_control_A2 +LQ00X061960 Hypothetical protein 7.309456389 L4_control_A3 +LQ00X061960 Hypothetical protein 5.198929405 L4_control_B1 +LQ00X061960 Hypothetical protein 5.459516177 L4_control_B2 +LQ00X061960 Hypothetical protein 6.453375061 L4_control_B3 +LQ00X061960 Hypothetical protein 6.400822874 L4_control_C2 +LQ00X061960 Hypothetical protein 6.211169727 L4_control_C3 +LQ00X061960 Hypothetical protein 7.120051182 L4_chemical_A1 +LQ00X061960 Hypothetical protein 5.785038 L4_chemical_A2 +LQ00X061960 Hypothetical protein 7.434035719 L4_chemical_A3 +LQ00X061960 Hypothetical protein 5.311274508 L4_chemical_B1 +LQ00X061960 Hypothetical protein 5.341445466 L4_chemical_B2 +LQ00X061960 Hypothetical protein 6.207568131 L4_chemical_B3 +LQ00X061960 Hypothetical protein 6.613212139 L4_chemical_C2 +LQ00X061960 Hypothetical protein 7.310005272 L4_chemical_C3 +LQ00X061970 Putative uncharacterized protein 5.684545633 C6_control_A1 +LQ00X061970 Putative uncharacterized protein 6.275598335 C6_control_A3 +LQ00X061970 Putative uncharacterized protein 5.760506798 C6_control_B1 +LQ00X061970 Putative uncharacterized protein 5.879045024 C6_control_B2 +LQ00X061970 Putative uncharacterized protein 5.403483863 C6_control_B3 +LQ00X061970 Putative uncharacterized protein 5.541223458 C6_control_C1 +LQ00X061970 Putative uncharacterized protein 5.791383863 C6_control_C2 +LQ00X061970 Putative uncharacterized protein 5.335410118 C6_control_C3 +LQ00X061970 Putative uncharacterized protein 5.577913665 C6_chemical_A1 +LQ00X061970 Putative uncharacterized protein 5.450230669 C6_chemical_A3 +LQ00X061970 Putative uncharacterized protein 5.417301194 C6_chemical_B1 +LQ00X061970 Putative uncharacterized protein 5.461623291 C6_chemical_B2 +LQ00X061970 Putative uncharacterized protein 5.866902278 C6_chemical_B3 +LQ00X061970 Putative uncharacterized protein 5.338196522 C6_chemical_C1 +LQ00X061970 Putative uncharacterized protein 5.460120494 C6_chemical_C2 +LQ00X061970 Putative uncharacterized protein 5.410182414 C6_chemical_C3 +LQ00X061970 Putative uncharacterized protein 5.379277141 L4_control_A1 +LQ00X061970 Putative uncharacterized protein 5.661702848 L4_control_A2 +LQ00X061970 Putative uncharacterized protein 5.821947514 L4_control_A3 +LQ00X061970 Putative uncharacterized protein 5.576587366 L4_control_B1 +LQ00X061970 Putative uncharacterized protein 5.476915008 L4_control_B2 +LQ00X061970 Putative uncharacterized protein 5.856339332 L4_control_B3 +LQ00X061970 Putative uncharacterized protein 5.63509549 L4_control_C2 +LQ00X061970 Putative uncharacterized protein 5.446607705 L4_control_C3 +LQ00X061970 Putative uncharacterized protein 5.527062253 L4_chemical_A1 +LQ00X061970 Putative uncharacterized protein 5.357014392 L4_chemical_A2 +LQ00X061970 Putative uncharacterized protein 6.08871257 L4_chemical_A3 +LQ00X061970 Putative uncharacterized protein 5.440049457 L4_chemical_B1 +LQ00X061970 Putative uncharacterized protein 5.745912008 L4_chemical_B2 +LQ00X061970 Putative uncharacterized protein 5.685745029 L4_chemical_B3 +LQ00X061970 Putative uncharacterized protein 5.6419162 L4_chemical_C2 +LQ00X061970 Putative uncharacterized protein 5.319930904 L4_chemical_C3 +LQ00X062070 Putative Protein SEC13 homolog 14.13901744 C6_control_A1 +LQ00X062070 Putative Protein SEC13 homolog 14.09627471 C6_control_A3 +LQ00X062070 Putative Protein SEC13 homolog 13.64917337 C6_control_B1 +LQ00X062070 Putative Protein SEC13 homolog 13.38570535 C6_control_B2 +LQ00X062070 Putative Protein SEC13 homolog 13.62959119 C6_control_B3 +LQ00X062070 Putative Protein SEC13 homolog 12.88966882 C6_control_C1 +LQ00X062070 Putative Protein SEC13 homolog 13.06182271 C6_control_C2 +LQ00X062070 Putative Protein SEC13 homolog 12.66883189 C6_control_C3 +LQ00X062070 Putative Protein SEC13 homolog 13.73640528 C6_chemical_A1 +LQ00X062070 Putative Protein SEC13 homolog 13.59966709 C6_chemical_A3 +LQ00X062070 Putative Protein SEC13 homolog 13.27257467 C6_chemical_B1 +LQ00X062070 Putative Protein SEC13 homolog 13.62842207 C6_chemical_B2 +LQ00X062070 Putative Protein SEC13 homolog 13.0007006 C6_chemical_B3 +LQ00X062070 Putative Protein SEC13 homolog 12.95332978 C6_chemical_C1 +LQ00X062070 Putative Protein SEC13 homolog 13.02481823 C6_chemical_C2 +LQ00X062070 Putative Protein SEC13 homolog 12.92395596 C6_chemical_C3 +LQ00X062070 Putative Protein SEC13 homolog 13.74282254 L4_control_A1 +LQ00X062070 Putative Protein SEC13 homolog 14.17038598 L4_control_A2 +LQ00X062070 Putative Protein SEC13 homolog 13.54252493 L4_control_A3 +LQ00X062070 Putative Protein SEC13 homolog 12.80550111 L4_control_B1 +LQ00X062070 Putative Protein SEC13 homolog 12.9704619 L4_control_B2 +LQ00X062070 Putative Protein SEC13 homolog 12.49768202 L4_control_B3 +LQ00X062070 Putative Protein SEC13 homolog 12.05490861 L4_control_C2 +LQ00X062070 Putative Protein SEC13 homolog 12.14030734 L4_control_C3 +LQ00X062070 Putative Protein SEC13 homolog 13.40152015 L4_chemical_A1 +LQ00X062070 Putative Protein SEC13 homolog 13.53146826 L4_chemical_A2 +LQ00X062070 Putative Protein SEC13 homolog 13.46737583 L4_chemical_A3 +LQ00X062070 Putative Protein SEC13 homolog 12.88167538 L4_chemical_B1 +LQ00X062070 Putative Protein SEC13 homolog 12.84971795 L4_chemical_B2 +LQ00X062070 Putative Protein SEC13 homolog 12.99932611 L4_chemical_B3 +LQ00X062070 Putative Protein SEC13 homolog 12.24805505 L4_chemical_C2 +LQ00X062070 Putative Protein SEC13 homolog 12.08805238 L4_chemical_C3 +LQ00X062090 Putative uncharacterized protein 12.24693602 C6_control_A1 +LQ00X062090 Putative uncharacterized protein 11.95337877 C6_control_A3 +LQ00X062090 Putative uncharacterized protein 12.08885724 C6_control_B1 +LQ00X062090 Putative uncharacterized protein 13.06294351 C6_control_B2 +LQ00X062090 Putative uncharacterized protein 12.24860834 C6_control_B3 +LQ00X062090 Putative uncharacterized protein 13.90430071 C6_control_C1 +LQ00X062090 Putative uncharacterized protein 14.20689677 C6_control_C2 +LQ00X062090 Putative uncharacterized protein 13.95593504 C6_control_C3 +LQ00X062090 Putative uncharacterized protein 11.77780852 C6_chemical_A1 +LQ00X062090 Putative uncharacterized protein 11.68121273 C6_chemical_A3 +LQ00X062090 Putative uncharacterized protein 11.7165064 C6_chemical_B1 +LQ00X062090 Putative uncharacterized protein 13.11077435 C6_chemical_B2 +LQ00X062090 Putative uncharacterized protein 12.20599887 C6_chemical_B3 +LQ00X062090 Putative uncharacterized protein 13.76531145 C6_chemical_C1 +LQ00X062090 Putative uncharacterized protein 14.14891994 C6_chemical_C2 +LQ00X062090 Putative uncharacterized protein 14.61680108 C6_chemical_C3 +LQ00X062090 Putative uncharacterized protein 11.72296547 L4_control_A1 +LQ00X062090 Putative uncharacterized protein 12.12455274 L4_control_A2 +LQ00X062090 Putative uncharacterized protein 10.91291546 L4_control_A3 +LQ00X062090 Putative uncharacterized protein 12.37709706 L4_control_B1 +LQ00X062090 Putative uncharacterized protein 11.97418134 L4_control_B2 +LQ00X062090 Putative uncharacterized protein 12.90239586 L4_control_B3 +LQ00X062090 Putative uncharacterized protein 12.82494147 L4_control_C2 +LQ00X062090 Putative uncharacterized protein 13.41331948 L4_control_C3 +LQ00X062090 Putative uncharacterized protein 12.17012887 L4_chemical_A1 +LQ00X062090 Putative uncharacterized protein 12.54581549 L4_chemical_A2 +LQ00X062090 Putative uncharacterized protein 11.25788786 L4_chemical_A3 +LQ00X062090 Putative uncharacterized protein 11.84254666 L4_chemical_B1 +LQ00X062090 Putative uncharacterized protein 11.86810217 L4_chemical_B2 +LQ00X062090 Putative uncharacterized protein 12.55243822 L4_chemical_B3 +LQ00X062090 Putative uncharacterized protein 12.76006203 L4_chemical_C2 +LQ00X062090 Putative uncharacterized protein 13.47236196 L4_chemical_C3 +LQ00X062130 Paired amphipathic helix protein Sin3 12.18282632 C6_control_A1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.76567825 C6_control_A3 +LQ00X062130 Paired amphipathic helix protein Sin3 12.23379623 C6_control_B1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.73696101 C6_control_B2 +LQ00X062130 Paired amphipathic helix protein Sin3 12.24965269 C6_control_B3 +LQ00X062130 Paired amphipathic helix protein Sin3 12.05354266 C6_control_C1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.88002404 C6_control_C2 +LQ00X062130 Paired amphipathic helix protein Sin3 12.23254105 C6_control_C3 +LQ00X062130 Paired amphipathic helix protein Sin3 11.85506175 C6_chemical_A1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.35741183 C6_chemical_A3 +LQ00X062130 Paired amphipathic helix protein Sin3 11.78752719 C6_chemical_B1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.81181744 C6_chemical_B2 +LQ00X062130 Paired amphipathic helix protein Sin3 11.95093909 C6_chemical_B3 +LQ00X062130 Paired amphipathic helix protein Sin3 12.07948211 C6_chemical_C1 +LQ00X062130 Paired amphipathic helix protein Sin3 12.1097885 C6_chemical_C2 +LQ00X062130 Paired amphipathic helix protein Sin3 12.26136503 C6_chemical_C3 +LQ00X062130 Paired amphipathic helix protein Sin3 11.69347947 L4_control_A1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.59270822 L4_control_A2 +LQ00X062130 Paired amphipathic helix protein Sin3 11.93634095 L4_control_A3 +LQ00X062130 Paired amphipathic helix protein Sin3 12.06710129 L4_control_B1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.42530207 L4_control_B2 +LQ00X062130 Paired amphipathic helix protein Sin3 11.55080037 L4_control_B3 +LQ00X062130 Paired amphipathic helix protein Sin3 12.05129748 L4_control_C2 +LQ00X062130 Paired amphipathic helix protein Sin3 11.5466562 L4_control_C3 +LQ00X062130 Paired amphipathic helix protein Sin3 11.8095322 L4_chemical_A1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.61644875 L4_chemical_A2 +LQ00X062130 Paired amphipathic helix protein Sin3 12.18053182 L4_chemical_A3 +LQ00X062130 Paired amphipathic helix protein Sin3 12.18790278 L4_chemical_B1 +LQ00X062130 Paired amphipathic helix protein Sin3 11.75549799 L4_chemical_B2 +LQ00X062130 Paired amphipathic helix protein Sin3 11.54118805 L4_chemical_B3 +LQ00X062130 Paired amphipathic helix protein Sin3 11.87555467 L4_chemical_C2 +LQ00X062130 Paired amphipathic helix protein Sin3 11.73115666 L4_chemical_C3 +LQ00X062170 Pleiotropic drug resistance protein 1 9.551322542 C6_control_A1 +LQ00X062170 Pleiotropic drug resistance protein 1 8.866961757 C6_control_A3 +LQ00X062170 Pleiotropic drug resistance protein 1 7.661191644 C6_control_B1 +LQ00X062170 Pleiotropic drug resistance protein 1 8.821626533 C6_control_B2 +LQ00X062170 Pleiotropic drug resistance protein 1 8.350798365 C6_control_B3 +LQ00X062170 Pleiotropic drug resistance protein 1 8.671386119 C6_control_C1 +LQ00X062170 Pleiotropic drug resistance protein 1 8.62028374 C6_control_C2 +LQ00X062170 Pleiotropic drug resistance protein 1 9.413914349 C6_control_C3 +LQ00X062170 Pleiotropic drug resistance protein 1 9.731488356 C6_chemical_A1 +LQ00X062170 Pleiotropic drug resistance protein 1 8.986906795 C6_chemical_A3 +LQ00X062170 Pleiotropic drug resistance protein 1 7.103214402 C6_chemical_B1 +LQ00X062170 Pleiotropic drug resistance protein 1 8.439607922 C6_chemical_B2 +LQ00X062170 Pleiotropic drug resistance protein 1 9.24197911 C6_chemical_B3 +LQ00X062170 Pleiotropic drug resistance protein 1 8.420103642 C6_chemical_C1 +LQ00X062170 Pleiotropic drug resistance protein 1 8.026463948 C6_chemical_C2 +LQ00X062170 Pleiotropic drug resistance protein 1 9.590238852 C6_chemical_C3 +LQ00X062170 Pleiotropic drug resistance protein 1 9.819422578 L4_control_A1 +LQ00X062170 Pleiotropic drug resistance protein 1 9.249212891 L4_control_A2 +LQ00X062170 Pleiotropic drug resistance protein 1 9.224949822 L4_control_A3 +LQ00X062170 Pleiotropic drug resistance protein 1 7.092066397 L4_control_B1 +LQ00X062170 Pleiotropic drug resistance protein 1 6.854848823 L4_control_B2 +LQ00X062170 Pleiotropic drug resistance protein 1 8.691494266 L4_control_B3 +LQ00X062170 Pleiotropic drug resistance protein 1 6.959507635 L4_control_C2 +LQ00X062170 Pleiotropic drug resistance protein 1 6.527522115 L4_control_C3 +LQ00X062170 Pleiotropic drug resistance protein 1 10.63616349 L4_chemical_A1 +LQ00X062170 Pleiotropic drug resistance protein 1 9.40238486 L4_chemical_A2 +LQ00X062170 Pleiotropic drug resistance protein 1 10.32719035 L4_chemical_A3 +LQ00X062170 Pleiotropic drug resistance protein 1 7.939703995 L4_chemical_B1 +LQ00X062170 Pleiotropic drug resistance protein 1 7.445859823 L4_chemical_B2 +LQ00X062170 Pleiotropic drug resistance protein 1 9.001686964 L4_chemical_B3 +LQ00X062170 Pleiotropic drug resistance protein 1 6.023679381 L4_chemical_C2 +LQ00X062170 Pleiotropic drug resistance protein 1 6.833245917 L4_chemical_C3 +LQ00X062210 Predicted protein 9.204014742 C6_control_A1 +LQ00X062210 Predicted protein 8.30401518 C6_control_A3 +LQ00X062210 Predicted protein 9.293015353 C6_control_B1 +LQ00X062210 Predicted protein 8.890996923 C6_control_B2 +LQ00X062210 Predicted protein 8.950198004 C6_control_B3 +LQ00X062210 Predicted protein 9.022438115 C6_control_C1 +LQ00X062210 Predicted protein 8.605456138 C6_control_C2 +LQ00X062210 Predicted protein 8.628407621 C6_control_C3 +LQ00X062210 Predicted protein 9.309205392 C6_chemical_A1 +LQ00X062210 Predicted protein 9.378216555 C6_chemical_A3 +LQ00X062210 Predicted protein 9.868133153 C6_chemical_B1 +LQ00X062210 Predicted protein 9.116807521 C6_chemical_B2 +LQ00X062210 Predicted protein 8.988231844 C6_chemical_B3 +LQ00X062210 Predicted protein 9.226263088 C6_chemical_C1 +LQ00X062210 Predicted protein 9.090601773 C6_chemical_C2 +LQ00X062210 Predicted protein 9.261731597 C6_chemical_C3 +LQ00X062210 Predicted protein 9.808022616 L4_control_A1 +LQ00X062210 Predicted protein 9.395675709 L4_control_A2 +LQ00X062210 Predicted protein 10.15522788 L4_control_A3 +LQ00X062210 Predicted protein 8.979705603 L4_control_B1 +LQ00X062210 Predicted protein 9.685062706 L4_control_B2 +LQ00X062210 Predicted protein 9.796938054 L4_control_B3 +LQ00X062210 Predicted protein 9.624414595 L4_control_C2 +LQ00X062210 Predicted protein 10.2309285 L4_control_C3 +LQ00X062210 Predicted protein 9.126534362 L4_chemical_A1 +LQ00X062210 Predicted protein 9.129845006 L4_chemical_A2 +LQ00X062210 Predicted protein 9.487409332 L4_chemical_A3 +LQ00X062210 Predicted protein 9.163529654 L4_chemical_B1 +LQ00X062210 Predicted protein 9.714623301 L4_chemical_B2 +LQ00X062210 Predicted protein 9.397545577 L4_chemical_B3 +LQ00X062210 Predicted protein 9.577024554 L4_chemical_C2 +LQ00X062210 Predicted protein 10.22059779 L4_chemical_C3 +LQ00X062401 Putative uncharacterized protein 4.566539738 C6_control_A1 +LQ00X062401 Putative uncharacterized protein 4.72464503 C6_control_A3 +LQ00X062401 Putative uncharacterized protein 4.908968296 C6_control_B1 +LQ00X062401 Putative uncharacterized protein 4.5152163 C6_control_B2 +LQ00X062401 Putative uncharacterized protein 4.508278466 C6_control_B3 +LQ00X062401 Putative uncharacterized protein 4.759563017 C6_control_C1 +LQ00X062401 Putative uncharacterized protein 4.517335489 C6_control_C2 +LQ00X062401 Putative uncharacterized protein 4.535561711 C6_control_C3 +LQ00X062401 Putative uncharacterized protein 4.601343048 C6_chemical_A1 +LQ00X062401 Putative uncharacterized protein 4.799611622 C6_chemical_A3 +LQ00X062401 Putative uncharacterized protein 4.945526045 C6_chemical_B1 +LQ00X062401 Putative uncharacterized protein 4.559314005 C6_chemical_B2 +LQ00X062401 Putative uncharacterized protein 4.705429277 C6_chemical_B3 +LQ00X062401 Putative uncharacterized protein 4.802206685 C6_chemical_C1 +LQ00X062401 Putative uncharacterized protein 4.515242611 C6_chemical_C2 +LQ00X062401 Putative uncharacterized protein 4.782174333 C6_chemical_C3 +LQ00X062401 Putative uncharacterized protein 4.569153901 L4_control_A1 +LQ00X062401 Putative uncharacterized protein 4.555854319 L4_control_A2 +LQ00X062401 Putative uncharacterized protein 5.123340921 L4_control_A3 +LQ00X062401 Putative uncharacterized protein 5.137882049 L4_control_B1 +LQ00X062401 Putative uncharacterized protein 5.382248937 L4_control_B2 +LQ00X062401 Putative uncharacterized protein 4.417141649 L4_control_B3 +LQ00X062401 Putative uncharacterized protein 5.348056342 L4_control_C2 +LQ00X062401 Putative uncharacterized protein 4.756165178 L4_control_C3 +LQ00X062401 Putative uncharacterized protein 4.585071759 L4_chemical_A1 +LQ00X062401 Putative uncharacterized protein 4.704475189 L4_chemical_A2 +LQ00X062401 Putative uncharacterized protein 4.943923577 L4_chemical_A3 +LQ00X062401 Putative uncharacterized protein 4.945885217 L4_chemical_B1 +LQ00X062401 Putative uncharacterized protein 5.760404157 L4_chemical_B2 +LQ00X062401 Putative uncharacterized protein 4.440876953 L4_chemical_B3 +LQ00X062401 Putative uncharacterized protein 4.938215169 L4_chemical_C2 +LQ00X062401 Putative uncharacterized protein 4.799257618 L4_chemical_C3 +LQ00X062520 Hypothetical protein 4.822186529 C6_control_A1 +LQ00X062520 Hypothetical protein 4.926282025 C6_control_A3 +LQ00X062520 Hypothetical protein 5.098346341 C6_control_B1 +LQ00X062520 Hypothetical protein 5.05454084 C6_control_B2 +LQ00X062520 Hypothetical protein 5.152984494 C6_control_B3 +LQ00X062520 Hypothetical protein 5.365996459 C6_control_C1 +LQ00X062520 Hypothetical protein 4.914976626 C6_control_C2 +LQ00X062520 Hypothetical protein 4.890507151 C6_control_C3 +LQ00X062520 Hypothetical protein 5.199368116 C6_chemical_A1 +LQ00X062520 Hypothetical protein 5.102886033 C6_chemical_A3 +LQ00X062520 Hypothetical protein 5.139443129 C6_chemical_B1 +LQ00X062520 Hypothetical protein 4.826404265 C6_chemical_B2 +LQ00X062520 Hypothetical protein 5.154854037 C6_chemical_B3 +LQ00X062520 Hypothetical protein 4.984982186 C6_chemical_C1 +LQ00X062520 Hypothetical protein 4.940610774 C6_chemical_C2 +LQ00X062520 Hypothetical protein 5.055329548 C6_chemical_C3 +LQ00X062520 Hypothetical protein 4.677325104 L4_control_A1 +LQ00X062520 Hypothetical protein 5.028746952 L4_control_A2 +LQ00X062520 Hypothetical protein 5.201858294 L4_control_A3 +LQ00X062520 Hypothetical protein 5.865938921 L4_control_B1 +LQ00X062520 Hypothetical protein 5.506752757 L4_control_B2 +LQ00X062520 Hypothetical protein 4.851993119 L4_control_B3 +LQ00X062520 Hypothetical protein 4.910000892 L4_control_C2 +LQ00X062520 Hypothetical protein 5.036695812 L4_control_C3 +LQ00X062520 Hypothetical protein 4.913212004 L4_chemical_A1 +LQ00X062520 Hypothetical protein 5.372220051 L4_chemical_A2 +LQ00X062520 Hypothetical protein 4.842173248 L4_chemical_A3 +LQ00X062520 Hypothetical protein 5.301878137 L4_chemical_B1 +LQ00X062520 Hypothetical protein 5.695935575 L4_chemical_B2 +LQ00X062520 Hypothetical protein 5.416083911 L4_chemical_B3 +LQ00X062520 Hypothetical protein 5.264982115 L4_chemical_C2 +LQ00X062520 Hypothetical protein 5.852356116 L4_chemical_C3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.80635464 C6_control_A1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 5.924010158 C6_control_A3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.181013763 C6_control_B1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.817043883 C6_control_B2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 8.010165436 C6_control_B3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 5.548418063 C6_control_C1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.173362177 C6_control_C2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 5.694835641 C6_control_C3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.926963742 C6_chemical_A1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.514195836 C6_chemical_A3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.891569104 C6_chemical_B1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.8664847 C6_chemical_B2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.983386835 C6_chemical_B3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 5.600998 C6_chemical_C1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.589347554 C6_chemical_C2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 5.919756521 C6_chemical_C3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.250942309 L4_control_A1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.101457912 L4_control_A2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.775219064 L4_control_A3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.053746739 L4_control_B1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.79944885 L4_control_B2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.766111788 L4_control_B3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.008084234 L4_control_C2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 5.853242033 L4_control_C3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.287684076 L4_chemical_A1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.132931956 L4_chemical_A2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.486120949 L4_chemical_A3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.606391994 L4_chemical_B1 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.671625556 L4_chemical_B2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 7.291250454 L4_chemical_B3 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 5.282271629 L4_chemical_C2 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 5.190780647 L4_chemical_C3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.406571321 C6_control_A1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.210802732 C6_control_A3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.682628262 C6_control_B1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.766786893 C6_control_B2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.998879572 C6_control_B3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.433954201 C6_control_C1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.820677799 C6_control_C2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.905512552 C6_control_C3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.324516864 C6_chemical_A1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.06117144 C6_chemical_A3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.53308482 C6_chemical_B1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.627645704 C6_chemical_B2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.733082987 C6_chemical_B3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.107279097 C6_chemical_C1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.145459365 C6_chemical_C2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.984292038 C6_chemical_C3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.277490601 L4_control_A1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.416461197 L4_control_A2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.524551006 L4_control_A3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.640089004 L4_control_B1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.615751695 L4_control_B2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.952360728 L4_control_B3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.980934743 L4_control_C2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.17685807 L4_control_C3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.9334615 L4_chemical_A1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.380353141 L4_chemical_A2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.30348182 L4_chemical_A3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.461547612 L4_chemical_B1 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.428693539 L4_chemical_B2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.379480728 L4_chemical_B3 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.757347103 L4_chemical_C2 +LQ00X062810 Nuclear transcription factor Y subunit C-2 5.259434098 L4_chemical_C3 +LQ00X062840 Hypothetical protein 4.934035871 C6_control_A1 +LQ00X062840 Hypothetical protein 4.727848509 C6_control_A3 +LQ00X062840 Hypothetical protein 5.090382647 C6_control_B1 +LQ00X062840 Hypothetical protein 4.949368499 C6_control_B2 +LQ00X062840 Hypothetical protein 4.983024398 C6_control_B3 +LQ00X062840 Hypothetical protein 4.936615432 C6_control_C1 +LQ00X062840 Hypothetical protein 4.78893136 C6_control_C2 +LQ00X062840 Hypothetical protein 5.005379982 C6_control_C3 +LQ00X062840 Hypothetical protein 4.815677185 C6_chemical_A1 +LQ00X062840 Hypothetical protein 5.041590686 C6_chemical_A3 +LQ00X062840 Hypothetical protein 5.180477341 C6_chemical_B1 +LQ00X062840 Hypothetical protein 4.837780375 C6_chemical_B2 +LQ00X062840 Hypothetical protein 5.209711093 C6_chemical_B3 +LQ00X062840 Hypothetical protein 4.99339745 C6_chemical_C1 +LQ00X062840 Hypothetical protein 5.10129032 C6_chemical_C2 +LQ00X062840 Hypothetical protein 5.021668035 C6_chemical_C3 +LQ00X062840 Hypothetical protein 5.003626475 L4_control_A1 +LQ00X062840 Hypothetical protein 4.751029165 L4_control_A2 +LQ00X062840 Hypothetical protein 5.112571098 L4_control_A3 +LQ00X062840 Hypothetical protein 5.193933851 L4_control_B1 +LQ00X062840 Hypothetical protein 4.814490706 L4_control_B2 +LQ00X062840 Hypothetical protein 5.127127843 L4_control_B3 +LQ00X062840 Hypothetical protein 5.429963129 L4_control_C2 +LQ00X062840 Hypothetical protein 4.821157364 L4_control_C3 +LQ00X062840 Hypothetical protein 4.907873466 L4_chemical_A1 +LQ00X062840 Hypothetical protein 5.49239127 L4_chemical_A2 +LQ00X062840 Hypothetical protein 5.529571744 L4_chemical_A3 +LQ00X062840 Hypothetical protein 4.828147358 L4_chemical_B1 +LQ00X062840 Hypothetical protein 5.189065266 L4_chemical_B2 +LQ00X062840 Hypothetical protein 4.753503317 L4_chemical_B3 +LQ00X062840 Hypothetical protein 4.93851057 L4_chemical_C2 +LQ00X062840 Hypothetical protein 4.736297403 L4_chemical_C3 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.00334567 C6_control_A1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.517422458 C6_control_A3 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.392466027 C6_control_B1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.677778263 C6_control_B2 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.11008883 C6_control_B3 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.812969895 C6_control_C1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.747296732 C6_control_C2 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.801398671 C6_control_C3 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.557971933 C6_chemical_A1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.93006842 C6_chemical_A3 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.223819172 C6_chemical_B1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.747396948 C6_chemical_B2 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.220632019 C6_chemical_B3 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.92617066 C6_chemical_C1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.772153904 C6_chemical_C2 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.777748111 C6_chemical_C3 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.929762625 L4_control_A1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.654798507 L4_control_A2 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.891707189 L4_control_A3 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.813180705 L4_control_B1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.615154404 L4_control_B2 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.899685897 L4_control_B3 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.864285888 L4_control_C2 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.112088105 L4_control_C3 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.188689406 L4_chemical_A1 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.022588093 L4_chemical_A2 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.142400477 L4_chemical_A3 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.991555509 L4_chemical_B1 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.773754064 L4_chemical_B2 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.875260077 L4_chemical_B3 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.997380274 L4_chemical_C2 +LQ00X063040 Putative uncharacterized protein (Fragment) 5.249977359 L4_chemical_C3 +LQ00X063240 Probable aquaporin SIP2-1 4.650365509 C6_control_A1 +LQ00X063240 Probable aquaporin SIP2-1 5.054419005 C6_control_A3 +LQ00X063240 Probable aquaporin SIP2-1 5.050728897 C6_control_B1 +LQ00X063240 Probable aquaporin SIP2-1 4.684234027 C6_control_B2 +LQ00X063240 Probable aquaporin SIP2-1 4.731466429 C6_control_B3 +LQ00X063240 Probable aquaporin SIP2-1 4.938066992 C6_control_C1 +LQ00X063240 Probable aquaporin SIP2-1 4.901863359 C6_control_C2 +LQ00X063240 Probable aquaporin SIP2-1 4.626940365 C6_control_C3 +LQ00X063240 Probable aquaporin SIP2-1 4.771181406 C6_chemical_A1 +LQ00X063240 Probable aquaporin SIP2-1 4.657716583 C6_chemical_A3 +LQ00X063240 Probable aquaporin SIP2-1 4.941683915 C6_chemical_B1 +LQ00X063240 Probable aquaporin SIP2-1 4.548276641 C6_chemical_B2 +LQ00X063240 Probable aquaporin SIP2-1 4.695803618 C6_chemical_B3 +LQ00X063240 Probable aquaporin SIP2-1 4.85070493 C6_chemical_C1 +LQ00X063240 Probable aquaporin SIP2-1 4.642097787 C6_chemical_C2 +LQ00X063240 Probable aquaporin SIP2-1 4.589997044 C6_chemical_C3 +LQ00X063240 Probable aquaporin SIP2-1 4.769088995 L4_control_A1 +LQ00X063240 Probable aquaporin SIP2-1 5.173106845 L4_control_A2 +LQ00X063240 Probable aquaporin SIP2-1 5.679931103 L4_control_A3 +LQ00X063240 Probable aquaporin SIP2-1 5.07600953 L4_control_B1 +LQ00X063240 Probable aquaporin SIP2-1 4.758259407 L4_control_B2 +LQ00X063240 Probable aquaporin SIP2-1 4.879722876 L4_control_B3 +LQ00X063240 Probable aquaporin SIP2-1 4.987146512 L4_control_C2 +LQ00X063240 Probable aquaporin SIP2-1 5.050148912 L4_control_C3 +LQ00X063240 Probable aquaporin SIP2-1 4.857997788 L4_chemical_A1 +LQ00X063240 Probable aquaporin SIP2-1 4.746303478 L4_chemical_A2 +LQ00X063240 Probable aquaporin SIP2-1 5.341430094 L4_chemical_A3 +LQ00X063240 Probable aquaporin SIP2-1 4.82755055 L4_chemical_B1 +LQ00X063240 Probable aquaporin SIP2-1 4.805177927 L4_chemical_B2 +LQ00X063240 Probable aquaporin SIP2-1 4.904390815 L4_chemical_B3 +LQ00X063240 Probable aquaporin SIP2-1 5.091147877 L4_chemical_C2 +LQ00X063240 Probable aquaporin SIP2-1 5.698797347 L4_chemical_C3 +LQ00X063320 Hypothetical protein 6.408769926 C6_control_A1 +LQ00X063320 Hypothetical protein 5.734482166 C6_control_A3 +LQ00X063320 Hypothetical protein 7.092121169 C6_control_B1 +LQ00X063320 Hypothetical protein 6.450369541 C6_control_B2 +LQ00X063320 Hypothetical protein 7.034102246 C6_control_B3 +LQ00X063320 Hypothetical protein 4.975932616 C6_control_C1 +LQ00X063320 Hypothetical protein 5.295639902 C6_control_C2 +LQ00X063320 Hypothetical protein 5.472400592 C6_control_C3 +LQ00X063320 Hypothetical protein 6.246381447 C6_chemical_A1 +LQ00X063320 Hypothetical protein 6.262222722 C6_chemical_A3 +LQ00X063320 Hypothetical protein 5.621338249 C6_chemical_B1 +LQ00X063320 Hypothetical protein 6.432375026 C6_chemical_B2 +LQ00X063320 Hypothetical protein 6.262691589 C6_chemical_B3 +LQ00X063320 Hypothetical protein 5.290498681 C6_chemical_C1 +LQ00X063320 Hypothetical protein 5.49289281 C6_chemical_C2 +LQ00X063320 Hypothetical protein 5.913639184 C6_chemical_C3 +LQ00X063320 Hypothetical protein 5.595609859 L4_control_A1 +LQ00X063320 Hypothetical protein 6.704270908 L4_control_A2 +LQ00X063320 Hypothetical protein 5.940108634 L4_control_A3 +LQ00X063320 Hypothetical protein 6.98067409 L4_control_B1 +LQ00X063320 Hypothetical protein 7.432213509 L4_control_B2 +LQ00X063320 Hypothetical protein 7.099923514 L4_control_B3 +LQ00X063320 Hypothetical protein 6.057544634 L4_control_C2 +LQ00X063320 Hypothetical protein 5.712076213 L4_control_C3 +LQ00X063320 Hypothetical protein 5.245247034 L4_chemical_A1 +LQ00X063320 Hypothetical protein 6.244233498 L4_chemical_A2 +LQ00X063320 Hypothetical protein 6.189649374 L4_chemical_A3 +LQ00X063320 Hypothetical protein 6.824886824 L4_chemical_B1 +LQ00X063320 Hypothetical protein 7.980722798 L4_chemical_B2 +LQ00X063320 Hypothetical protein 6.530617631 L4_chemical_B3 +LQ00X063320 Hypothetical protein 6.25602706 L4_chemical_C2 +LQ00X063320 Hypothetical protein 6.129534205 L4_chemical_C3 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.05663218 C6_control_A1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.26585635 C6_control_A3 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.39263098 C6_control_B1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.69583788 C6_control_B2 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.55831398 C6_control_B3 +LQ00X063490 Putative Chaperone protein dnaJ 49 12.74648822 C6_control_C1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.33714289 C6_control_C2 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.12079057 C6_control_C3 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.11956863 C6_chemical_A1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.37751668 C6_chemical_A3 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.04620302 C6_chemical_B1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.4143687 C6_chemical_B2 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.41562073 C6_chemical_B3 +LQ00X063490 Putative Chaperone protein dnaJ 49 12.88294123 C6_chemical_C1 +LQ00X063490 Putative Chaperone protein dnaJ 49 12.83281875 C6_chemical_C2 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.55017683 C6_chemical_C3 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.72745364 L4_control_A1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.90752968 L4_control_A2 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.21155567 L4_control_A3 +LQ00X063490 Putative Chaperone protein dnaJ 49 14.06726552 L4_control_B1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.21862577 L4_control_B2 +LQ00X063490 Putative Chaperone protein dnaJ 49 14.23980532 L4_control_B3 +LQ00X063490 Putative Chaperone protein dnaJ 49 12.90795589 L4_control_C2 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.70384979 L4_control_C3 +LQ00X063490 Putative Chaperone protein dnaJ 49 14.15365951 L4_chemical_A1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.6184666 L4_chemical_A2 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.50991441 L4_chemical_A3 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.37501575 L4_chemical_B1 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.62073448 L4_chemical_B2 +LQ00X063490 Putative Chaperone protein dnaJ 49 14.37181893 L4_chemical_B3 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.29347002 L4_chemical_C2 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.50634179 L4_chemical_C3 +LQ00X063560 Hypothetical protein 11.42086595 C6_control_A1 +LQ00X063560 Hypothetical protein 12.41257346 C6_control_A3 +LQ00X063560 Hypothetical protein 11.27134345 C6_control_B1 +LQ00X063560 Hypothetical protein 12.6300502 C6_control_B2 +LQ00X063560 Hypothetical protein 11.79631157 C6_control_B3 +LQ00X063560 Hypothetical protein 12.25624832 C6_control_C1 +LQ00X063560 Hypothetical protein 11.80319373 C6_control_C2 +LQ00X063560 Hypothetical protein 13.08863859 C6_control_C3 +LQ00X063560 Hypothetical protein 11.3393788 C6_chemical_A1 +LQ00X063560 Hypothetical protein 11.29270731 C6_chemical_A3 +LQ00X063560 Hypothetical protein 11.4893155 C6_chemical_B1 +LQ00X063560 Hypothetical protein 12.32433779 C6_chemical_B2 +LQ00X063560 Hypothetical protein 12.10501694 C6_chemical_B3 +LQ00X063560 Hypothetical protein 11.81002041 C6_chemical_C1 +LQ00X063560 Hypothetical protein 12.6539091 C6_chemical_C2 +LQ00X063560 Hypothetical protein 13.11591338 C6_chemical_C3 +LQ00X063560 Hypothetical protein 10.7260336 L4_control_A1 +LQ00X063560 Hypothetical protein 11.43818798 L4_control_A2 +LQ00X063560 Hypothetical protein 10.52045625 L4_control_A3 +LQ00X063560 Hypothetical protein 12.08816018 L4_control_B1 +LQ00X063560 Hypothetical protein 10.8582561 L4_control_B2 +LQ00X063560 Hypothetical protein 11.75584637 L4_control_B3 +LQ00X063560 Hypothetical protein 11.73518964 L4_control_C2 +LQ00X063560 Hypothetical protein 11.25073555 L4_control_C3 +LQ00X063560 Hypothetical protein 10.7096563 L4_chemical_A1 +LQ00X063560 Hypothetical protein 11.87170265 L4_chemical_A2 +LQ00X063560 Hypothetical protein 10.34841031 L4_chemical_A3 +LQ00X063560 Hypothetical protein 12.2581749 L4_chemical_B1 +LQ00X063560 Hypothetical protein 11.78838065 L4_chemical_B2 +LQ00X063560 Hypothetical protein 11.55767792 L4_chemical_B3 +LQ00X063560 Hypothetical protein 12.01864423 L4_chemical_C2 +LQ00X063560 Hypothetical protein 11.74097336 L4_chemical_C3 +LQ00X064020 Putative uncharacterized protein 12.36062158 C6_control_A1 +LQ00X064020 Putative uncharacterized protein 11.73392562 C6_control_A3 +LQ00X064020 Putative uncharacterized protein 12.93947472 C6_control_B1 +LQ00X064020 Putative uncharacterized protein 13.17008277 C6_control_B2 +LQ00X064020 Putative uncharacterized protein 12.50761945 C6_control_B3 +LQ00X064020 Putative uncharacterized protein 14.20282157 C6_control_C1 +LQ00X064020 Putative uncharacterized protein 13.25646432 C6_control_C2 +LQ00X064020 Putative uncharacterized protein 12.85243361 C6_control_C3 +LQ00X064020 Putative uncharacterized protein 12.94175183 C6_chemical_A1 +LQ00X064020 Putative uncharacterized protein 12.25965664 C6_chemical_A3 +LQ00X064020 Putative uncharacterized protein 13.34820356 C6_chemical_B1 +LQ00X064020 Putative uncharacterized protein 13.15135128 C6_chemical_B2 +LQ00X064020 Putative uncharacterized protein 13.03426422 C6_chemical_B3 +LQ00X064020 Putative uncharacterized protein 14.2208693 C6_chemical_C1 +LQ00X064020 Putative uncharacterized protein 13.86526093 C6_chemical_C2 +LQ00X064020 Putative uncharacterized protein 13.45462148 C6_chemical_C3 +LQ00X064020 Putative uncharacterized protein 12.78314997 L4_control_A1 +LQ00X064020 Putative uncharacterized protein 12.5541702 L4_control_A2 +LQ00X064020 Putative uncharacterized protein 12.16913229 L4_control_A3 +LQ00X064020 Putative uncharacterized protein 13.5485708 L4_control_B1 +LQ00X064020 Putative uncharacterized protein 12.97337668 L4_control_B2 +LQ00X064020 Putative uncharacterized protein 13.75291133 L4_control_B3 +LQ00X064020 Putative uncharacterized protein 13.75878738 L4_control_C2 +LQ00X064020 Putative uncharacterized protein 13.08593034 L4_control_C3 +LQ00X064020 Putative uncharacterized protein 12.32111569 L4_chemical_A1 +LQ00X064020 Putative uncharacterized protein 12.43646404 L4_chemical_A2 +LQ00X064020 Putative uncharacterized protein 12.1734005 L4_chemical_A3 +LQ00X064020 Putative uncharacterized protein 13.5823515 L4_chemical_B1 +LQ00X064020 Putative uncharacterized protein 13.05788241 L4_chemical_B2 +LQ00X064020 Putative uncharacterized protein 13.08187082 L4_chemical_B3 +LQ00X064020 Putative uncharacterized protein 13.97723087 L4_chemical_C2 +LQ00X064020 Putative uncharacterized protein 13.2503693 L4_chemical_C3 +LQ00X064200 Putative Arf GTPase activating protein 5.163230017 C6_control_A1 +LQ00X064200 Putative Arf GTPase activating protein 6.694838963 C6_control_A3 +LQ00X064200 Putative Arf GTPase activating protein 5.047014994 C6_control_B1 +LQ00X064200 Putative Arf GTPase activating protein 5.411002829 C6_control_B2 +LQ00X064200 Putative Arf GTPase activating protein 5.442976789 C6_control_B3 +LQ00X064200 Putative Arf GTPase activating protein 4.834691482 C6_control_C1 +LQ00X064200 Putative Arf GTPase activating protein 5.30410038 C6_control_C2 +LQ00X064200 Putative Arf GTPase activating protein 4.835109867 C6_control_C3 +LQ00X064200 Putative Arf GTPase activating protein 5.280505083 C6_chemical_A1 +LQ00X064200 Putative Arf GTPase activating protein 5.999886992 C6_chemical_A3 +LQ00X064200 Putative Arf GTPase activating protein 5.047638608 C6_chemical_B1 +LQ00X064200 Putative Arf GTPase activating protein 5.964017142 C6_chemical_B2 +LQ00X064200 Putative Arf GTPase activating protein 5.114544906 C6_chemical_B3 +LQ00X064200 Putative Arf GTPase activating protein 5.433748015 C6_chemical_C1 +LQ00X064200 Putative Arf GTPase activating protein 5.289604684 C6_chemical_C2 +LQ00X064200 Putative Arf GTPase activating protein 4.558106215 C6_chemical_C3 +LQ00X064200 Putative Arf GTPase activating protein 4.878270093 L4_control_A1 +LQ00X064200 Putative Arf GTPase activating protein 5.506089147 L4_control_A2 +LQ00X064200 Putative Arf GTPase activating protein 6.27709389 L4_control_A3 +LQ00X064200 Putative Arf GTPase activating protein 7.209693483 L4_control_B1 +LQ00X064200 Putative Arf GTPase activating protein 5.474272316 L4_control_B2 +LQ00X064200 Putative Arf GTPase activating protein 5.455194006 L4_control_B3 +LQ00X064200 Putative Arf GTPase activating protein 4.571653827 L4_control_C2 +LQ00X064200 Putative Arf GTPase activating protein 5.00255249 L4_control_C3 +LQ00X064200 Putative Arf GTPase activating protein 4.924059548 L4_chemical_A1 +LQ00X064200 Putative Arf GTPase activating protein 5.753344505 L4_chemical_A2 +LQ00X064200 Putative Arf GTPase activating protein 5.979564494 L4_chemical_A3 +LQ00X064200 Putative Arf GTPase activating protein 6.634226957 L4_chemical_B1 +LQ00X064200 Putative Arf GTPase activating protein 5.935797851 L4_chemical_B2 +LQ00X064200 Putative Arf GTPase activating protein 5.407812988 L4_chemical_B3 +LQ00X064200 Putative Arf GTPase activating protein 4.848712408 L4_chemical_C2 +LQ00X064200 Putative Arf GTPase activating protein 5.433596923 L4_chemical_C3 +LQ00X064220 Hypothetical protein 5.343800488 C6_control_A1 +LQ00X064220 Hypothetical protein 5.877965289 C6_control_A3 +LQ00X064220 Hypothetical protein 5.311890181 C6_control_B1 +LQ00X064220 Hypothetical protein 5.435393017 C6_control_B2 +LQ00X064220 Hypothetical protein 5.546256885 C6_control_B3 +LQ00X064220 Hypothetical protein 5.765083667 C6_control_C1 +LQ00X064220 Hypothetical protein 6.141651625 C6_control_C2 +LQ00X064220 Hypothetical protein 5.203916858 C6_control_C3 +LQ00X064220 Hypothetical protein 5.389380231 C6_chemical_A1 +LQ00X064220 Hypothetical protein 5.393003178 C6_chemical_A3 +LQ00X064220 Hypothetical protein 5.645225022 C6_chemical_B1 +LQ00X064220 Hypothetical protein 5.522140297 C6_chemical_B2 +LQ00X064220 Hypothetical protein 5.285008257 C6_chemical_B3 +LQ00X064220 Hypothetical protein 6.094504206 C6_chemical_C1 +LQ00X064220 Hypothetical protein 5.289640482 C6_chemical_C2 +LQ00X064220 Hypothetical protein 5.278989061 C6_chemical_C3 +LQ00X064220 Hypothetical protein 5.382959173 L4_control_A1 +LQ00X064220 Hypothetical protein 5.571319934 L4_control_A2 +LQ00X064220 Hypothetical protein 5.536724897 L4_control_A3 +LQ00X064220 Hypothetical protein 6.027678945 L4_control_B1 +LQ00X064220 Hypothetical protein 5.207467118 L4_control_B2 +LQ00X064220 Hypothetical protein 5.441861067 L4_control_B3 +LQ00X064220 Hypothetical protein 5.334317557 L4_control_C2 +LQ00X064220 Hypothetical protein 5.233763446 L4_control_C3 +LQ00X064220 Hypothetical protein 5.278820393 L4_chemical_A1 +LQ00X064220 Hypothetical protein 5.3418477 L4_chemical_A2 +LQ00X064220 Hypothetical protein 5.394418386 L4_chemical_A3 +LQ00X064220 Hypothetical protein 5.243354672 L4_chemical_B1 +LQ00X064220 Hypothetical protein 6.046984306 L4_chemical_B2 +LQ00X064220 Hypothetical protein 5.465744732 L4_chemical_B3 +LQ00X064220 Hypothetical protein 5.295303427 L4_chemical_C2 +LQ00X064220 Hypothetical protein 5.348236899 L4_chemical_C3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.268949715 C6_control_A1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.294977447 C6_control_A3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.444384356 C6_control_B1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 4.972674808 C6_control_B2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.753883035 C6_control_B3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.046086915 C6_control_C1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.038108118 C6_control_C2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.585648046 C6_control_C3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.430346552 C6_chemical_A1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.367190039 C6_chemical_A3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.157908091 C6_chemical_B1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.163137163 C6_chemical_B2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.255399258 C6_chemical_B3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.176796831 C6_chemical_C1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.106093104 C6_chemical_C2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.62459066 C6_chemical_C3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.297109139 L4_control_A1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.788103159 L4_control_A2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 6.11321056 L4_control_A3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 4.85902091 L4_control_B1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.213353332 L4_control_B2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.253969543 L4_control_B3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.445207114 L4_control_C2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.814528434 L4_control_C3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.347615704 L4_chemical_A1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.379467241 L4_chemical_A2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.968540395 L4_chemical_A3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.210293581 L4_chemical_B1 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.768808875 L4_chemical_B2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.683690272 L4_chemical_B3 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.598105526 L4_chemical_C2 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.467747065 L4_chemical_C3 +LQ00X064310 Hypothetical protein 5.475615762 C6_control_A1 +LQ00X064310 Hypothetical protein 5.309202138 C6_control_A3 +LQ00X064310 Hypothetical protein 5.554600306 C6_control_B1 +LQ00X064310 Hypothetical protein 5.221278074 C6_control_B2 +LQ00X064310 Hypothetical protein 5.476819715 C6_control_B3 +LQ00X064310 Hypothetical protein 5.168365574 C6_control_C1 +LQ00X064310 Hypothetical protein 5.264054259 C6_control_C2 +LQ00X064310 Hypothetical protein 5.266979284 C6_control_C3 +LQ00X064310 Hypothetical protein 5.380710519 C6_chemical_A1 +LQ00X064310 Hypothetical protein 5.409028718 C6_chemical_A3 +LQ00X064310 Hypothetical protein 5.280161559 C6_chemical_B1 +LQ00X064310 Hypothetical protein 5.032962971 C6_chemical_B2 +LQ00X064310 Hypothetical protein 5.499501028 C6_chemical_B3 +LQ00X064310 Hypothetical protein 5.194157647 C6_chemical_C1 +LQ00X064310 Hypothetical protein 5.098580955 C6_chemical_C2 +LQ00X064310 Hypothetical protein 5.337254254 C6_chemical_C3 +LQ00X064310 Hypothetical protein 5.490590746 L4_control_A1 +LQ00X064310 Hypothetical protein 6.02155566 L4_control_A2 +LQ00X064310 Hypothetical protein 5.670028725 L4_control_A3 +LQ00X064310 Hypothetical protein 5.384446663 L4_control_B1 +LQ00X064310 Hypothetical protein 4.919394169 L4_control_B2 +LQ00X064310 Hypothetical protein 5.111989261 L4_control_B3 +LQ00X064310 Hypothetical protein 5.265089429 L4_control_C2 +LQ00X064310 Hypothetical protein 5.743592803 L4_control_C3 +LQ00X064310 Hypothetical protein 5.226373449 L4_chemical_A1 +LQ00X064310 Hypothetical protein 5.338875942 L4_chemical_A2 +LQ00X064310 Hypothetical protein 5.452168747 L4_chemical_A3 +LQ00X064310 Hypothetical protein 5.438182236 L4_chemical_B1 +LQ00X064310 Hypothetical protein 5.457435209 L4_chemical_B2 +LQ00X064310 Hypothetical protein 5.285071618 L4_chemical_B3 +LQ00X064310 Hypothetical protein 5.203715944 L4_chemical_C2 +LQ00X064310 Hypothetical protein 5.241476475 L4_chemical_C3 +LQ00X064340 Auxin response factor 5 4.720512862 C6_control_A1 +LQ00X064340 Auxin response factor 5 5.140214592 C6_control_A3 +LQ00X064340 Auxin response factor 5 5.270582164 C6_control_B1 +LQ00X064340 Auxin response factor 5 4.688499091 C6_control_B2 +LQ00X064340 Auxin response factor 5 4.757984701 C6_control_B3 +LQ00X064340 Auxin response factor 5 5.111894492 C6_control_C1 +LQ00X064340 Auxin response factor 5 4.684523907 C6_control_C2 +LQ00X064340 Auxin response factor 5 5.058146255 C6_control_C3 +LQ00X064340 Auxin response factor 5 4.769906992 C6_chemical_A1 +LQ00X064340 Auxin response factor 5 4.939441295 C6_chemical_A3 +LQ00X064340 Auxin response factor 5 4.885810367 C6_chemical_B1 +LQ00X064340 Auxin response factor 5 4.783536366 C6_chemical_B2 +LQ00X064340 Auxin response factor 5 5.218299346 C6_chemical_B3 +LQ00X064340 Auxin response factor 5 5.226499484 C6_chemical_C1 +LQ00X064340 Auxin response factor 5 4.88984932 C6_chemical_C2 +LQ00X064340 Auxin response factor 5 4.83699143 C6_chemical_C3 +LQ00X064340 Auxin response factor 5 5.024069016 L4_control_A1 +LQ00X064340 Auxin response factor 5 4.776515191 L4_control_A2 +LQ00X064340 Auxin response factor 5 5.249241477 L4_control_A3 +LQ00X064340 Auxin response factor 5 5.255886175 L4_control_B1 +LQ00X064340 Auxin response factor 5 5.102730954 L4_control_B2 +LQ00X064340 Auxin response factor 5 4.964021283 L4_control_B3 +LQ00X064340 Auxin response factor 5 6.230995017 L4_control_C2 +LQ00X064340 Auxin response factor 5 5.461722377 L4_control_C3 +LQ00X064340 Auxin response factor 5 4.801093377 L4_chemical_A1 +LQ00X064340 Auxin response factor 5 4.81385119 L4_chemical_A2 +LQ00X064340 Auxin response factor 5 5.225682265 L4_chemical_A3 +LQ00X064340 Auxin response factor 5 4.754111575 L4_chemical_B1 +LQ00X064340 Auxin response factor 5 5.108917192 L4_chemical_B2 +LQ00X064340 Auxin response factor 5 4.698269687 L4_chemical_B3 +LQ00X064340 Auxin response factor 5 5.436926431 L4_chemical_C2 +LQ00X064340 Auxin response factor 5 5.812197376 L4_chemical_C3 +LQ00X064400 Putative WD repeat-containing protein 75 5.344096982 C6_control_A1 +LQ00X064400 Putative WD repeat-containing protein 75 5.361878497 C6_control_A3 +LQ00X064400 Putative WD repeat-containing protein 75 4.971985549 C6_control_B1 +LQ00X064400 Putative WD repeat-containing protein 75 5.206588496 C6_control_B2 +LQ00X064400 Putative WD repeat-containing protein 75 5.018155521 C6_control_B3 +LQ00X064400 Putative WD repeat-containing protein 75 5.192039786 C6_control_C1 +LQ00X064400 Putative WD repeat-containing protein 75 5.222559729 C6_control_C2 +LQ00X064400 Putative WD repeat-containing protein 75 5.158743183 C6_control_C3 +LQ00X064400 Putative WD repeat-containing protein 75 5.149820255 C6_chemical_A1 +LQ00X064400 Putative WD repeat-containing protein 75 4.993675381 C6_chemical_A3 +LQ00X064400 Putative WD repeat-containing protein 75 5.199744599 C6_chemical_B1 +LQ00X064400 Putative WD repeat-containing protein 75 5.062967232 C6_chemical_B2 +LQ00X064400 Putative WD repeat-containing protein 75 5.07142179 C6_chemical_B3 +LQ00X064400 Putative WD repeat-containing protein 75 4.903189617 C6_chemical_C1 +LQ00X064400 Putative WD repeat-containing protein 75 5.287651251 C6_chemical_C2 +LQ00X064400 Putative WD repeat-containing protein 75 5.079802266 C6_chemical_C3 +LQ00X064400 Putative WD repeat-containing protein 75 4.935082921 L4_control_A1 +LQ00X064400 Putative WD repeat-containing protein 75 4.797139933 L4_control_A2 +LQ00X064400 Putative WD repeat-containing protein 75 5.189898703 L4_control_A3 +LQ00X064400 Putative WD repeat-containing protein 75 5.458806281 L4_control_B1 +LQ00X064400 Putative WD repeat-containing protein 75 5.139559317 L4_control_B2 +LQ00X064400 Putative WD repeat-containing protein 75 5.040431899 L4_control_B3 +LQ00X064400 Putative WD repeat-containing protein 75 5.22544526 L4_control_C2 +LQ00X064400 Putative WD repeat-containing protein 75 5.719658619 L4_control_C3 +LQ00X064400 Putative WD repeat-containing protein 75 4.845847641 L4_chemical_A1 +LQ00X064400 Putative WD repeat-containing protein 75 4.945636714 L4_chemical_A2 +LQ00X064400 Putative WD repeat-containing protein 75 5.341397589 L4_chemical_A3 +LQ00X064400 Putative WD repeat-containing protein 75 5.612132916 L4_chemical_B1 +LQ00X064400 Putative WD repeat-containing protein 75 5.785121895 L4_chemical_B2 +LQ00X064400 Putative WD repeat-containing protein 75 5.131858668 L4_chemical_B3 +LQ00X064400 Putative WD repeat-containing protein 75 4.982575283 L4_chemical_C2 +LQ00X064400 Putative WD repeat-containing protein 75 5.721791466 L4_chemical_C3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.79270071 C6_control_A1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.87697984 C6_control_A3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.58391656 C6_control_B1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.55264506 C6_control_B2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.57147919 C6_control_B3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 12.12516596 C6_control_C1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 12.34135997 C6_control_C2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 11.87580685 C6_control_C3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.66542163 C6_chemical_A1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 14.11340952 C6_chemical_A3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.53522605 C6_chemical_B1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.25429834 C6_chemical_B2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.52432022 C6_chemical_B3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 12.11394308 C6_chemical_C1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 11.88711876 C6_chemical_C2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 11.84236592 C6_chemical_C3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.96036316 L4_control_A1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.80179697 L4_control_A2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 14.14746798 L4_control_A3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 12.96527351 L4_control_B1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.41753698 L4_control_B2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.54634528 L4_control_B3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 11.70558145 L4_control_C2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 12.07994911 L4_control_C3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 14.07848878 L4_chemical_A1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.57972826 L4_chemical_A2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 14.27434894 L4_chemical_A3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 12.81785821 L4_chemical_B1 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.17791448 L4_chemical_B2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.85185449 L4_chemical_B3 +LQ00X064480 Obtusifoliol 14-alpha demethylase 11.76453227 L4_chemical_C2 +LQ00X064480 Obtusifoliol 14-alpha demethylase 12.04460506 L4_chemical_C3 +LQ00X064500 Transaldolase 14.00236409 C6_control_A1 +LQ00X064500 Transaldolase 14.20583857 C6_control_A3 +LQ00X064500 Transaldolase 14.18611998 C6_control_B1 +LQ00X064500 Transaldolase 13.89008691 C6_control_B2 +LQ00X064500 Transaldolase 14.01733467 C6_control_B3 +LQ00X064500 Transaldolase 13.41919942 C6_control_C1 +LQ00X064500 Transaldolase 13.35696861 C6_control_C2 +LQ00X064500 Transaldolase 13.22135525 C6_control_C3 +LQ00X064500 Transaldolase 13.96297515 C6_chemical_A1 +LQ00X064500 Transaldolase 14.35882123 C6_chemical_A3 +LQ00X064500 Transaldolase 14.15103029 C6_chemical_B1 +LQ00X064500 Transaldolase 13.92677012 C6_chemical_B2 +LQ00X064500 Transaldolase 14.32802809 C6_chemical_B3 +LQ00X064500 Transaldolase 13.18231911 C6_chemical_C1 +LQ00X064500 Transaldolase 12.85404968 C6_chemical_C2 +LQ00X064500 Transaldolase 13.1670101 C6_chemical_C3 +LQ00X064500 Transaldolase 14.17116464 L4_control_A1 +LQ00X064500 Transaldolase 13.93791862 L4_control_A2 +LQ00X064500 Transaldolase 14.00829566 L4_control_A3 +LQ00X064500 Transaldolase 14.31245523 L4_control_B1 +LQ00X064500 Transaldolase 14.49023837 L4_control_B2 +LQ00X064500 Transaldolase 14.88585694 L4_control_B3 +LQ00X064500 Transaldolase 13.40462515 L4_control_C2 +LQ00X064500 Transaldolase 13.99193527 L4_control_C3 +LQ00X064500 Transaldolase 14.58382604 L4_chemical_A1 +LQ00X064500 Transaldolase 14.10943928 L4_chemical_A2 +LQ00X064500 Transaldolase 14.36679286 L4_chemical_A3 +LQ00X064500 Transaldolase 14.28530264 L4_chemical_B1 +LQ00X064500 Transaldolase 14.04065079 L4_chemical_B2 +LQ00X064500 Transaldolase 14.35515784 L4_chemical_B3 +LQ00X064500 Transaldolase 13.47637363 L4_chemical_C2 +LQ00X064500 Transaldolase 14.02968628 L4_chemical_C3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.61175212 C6_control_A1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.28767721 C6_control_A3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.76592866 C6_control_B1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.21601377 C6_control_B2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.95357537 C6_control_B3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.52225983 C6_control_C1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.35807174 C6_control_C2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.47127795 C6_control_C3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.39008205 C6_chemical_A1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.27399877 C6_chemical_A3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.45292123 C6_chemical_B1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.20729527 C6_chemical_B2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.77310742 C6_chemical_B3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.31037121 C6_chemical_C1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.4391116 C6_chemical_C2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.12069643 C6_chemical_C3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.70372612 L4_control_A1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.91328319 L4_control_A2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.9944354 L4_control_A3 +LQ00X064530 Polyphosphoinositide binding protein, putative 12.22965955 L4_control_B1 +LQ00X064530 Polyphosphoinositide binding protein, putative 12.05429915 L4_control_B2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.88715298 L4_control_B3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.54373915 L4_control_C2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.72895054 L4_control_C3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.64382861 L4_chemical_A1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.65019764 L4_chemical_A2 +LQ00X064530 Polyphosphoinositide binding protein, putative 12.20198472 L4_chemical_A3 +LQ00X064530 Polyphosphoinositide binding protein, putative 12.3473071 L4_chemical_B1 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.76625434 L4_chemical_B2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.84291867 L4_chemical_B3 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.41561895 L4_chemical_C2 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.70344396 L4_chemical_C3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.316295792 C6_control_A1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.930971388 C6_control_A3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 7.615841161 C6_control_B1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.427756819 C6_control_B2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 7.48070008 C6_control_B3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.42889492 C6_control_C1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.686909556 C6_control_C2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.250588434 C6_control_C3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.012001072 C6_chemical_A1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.417909543 C6_chemical_A3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 7.601518927 C6_chemical_B1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.763776319 C6_chemical_B2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.856852629 C6_chemical_B3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.90320337 C6_chemical_C1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.942505242 C6_chemical_C2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 10.33884597 C6_chemical_C3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.315362773 L4_control_A1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.979864583 L4_control_A2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.81527735 L4_control_A3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.624939441 L4_control_B1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.255905187 L4_control_B2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.484030341 L4_control_B3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.922049688 L4_control_C2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.511801411 L4_control_C3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.393302015 L4_chemical_A1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.955552373 L4_chemical_A2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.276552346 L4_chemical_A3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.775281555 L4_chemical_B1 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.765391515 L4_chemical_B2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.519554739 L4_chemical_B3 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 8.949313351 L4_chemical_C2 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.606310451 L4_chemical_C3 +LQ00X064590 Hypothetical protein 4.88497827 C6_control_A1 +LQ00X064590 Hypothetical protein 4.671692162 C6_control_A3 +LQ00X064590 Hypothetical protein 5.073692479 C6_control_B1 +LQ00X064590 Hypothetical protein 4.662192014 C6_control_B2 +LQ00X064590 Hypothetical protein 5.502196766 C6_control_B3 +LQ00X064590 Hypothetical protein 5.247265911 C6_control_C1 +LQ00X064590 Hypothetical protein 4.726736201 C6_control_C2 +LQ00X064590 Hypothetical protein 4.610502222 C6_control_C3 +LQ00X064590 Hypothetical protein 5.075737892 C6_chemical_A1 +LQ00X064590 Hypothetical protein 4.673721943 C6_chemical_A3 +LQ00X064590 Hypothetical protein 5.150699904 C6_chemical_B1 +LQ00X064590 Hypothetical protein 4.685691565 C6_chemical_B2 +LQ00X064590 Hypothetical protein 5.654833311 C6_chemical_B3 +LQ00X064590 Hypothetical protein 5.399240818 C6_chemical_C1 +LQ00X064590 Hypothetical protein 4.958354311 C6_chemical_C2 +LQ00X064590 Hypothetical protein 4.906831914 C6_chemical_C3 +LQ00X064590 Hypothetical protein 5.255133132 L4_control_A1 +LQ00X064590 Hypothetical protein 5.521080093 L4_control_A2 +LQ00X064590 Hypothetical protein 5.063598443 L4_control_A3 +LQ00X064590 Hypothetical protein 4.678916355 L4_control_B1 +LQ00X064590 Hypothetical protein 5.062556139 L4_control_B2 +LQ00X064590 Hypothetical protein 5.353259286 L4_control_B3 +LQ00X064590 Hypothetical protein 5.040549865 L4_control_C2 +LQ00X064590 Hypothetical protein 5.453531341 L4_control_C3 +LQ00X064590 Hypothetical protein 5.238397951 L4_chemical_A1 +LQ00X064590 Hypothetical protein 5.315106446 L4_chemical_A2 +LQ00X064590 Hypothetical protein 5.041029138 L4_chemical_A3 +LQ00X064590 Hypothetical protein 5.154110573 L4_chemical_B1 +LQ00X064590 Hypothetical protein 4.964906149 L4_chemical_B2 +LQ00X064590 Hypothetical protein 4.975737884 L4_chemical_B3 +LQ00X064590 Hypothetical protein 4.809161697 L4_chemical_C2 +LQ00X064590 Hypothetical protein 5.513752992 L4_chemical_C3 +LQ00X064620 Kinesin light chain, putative 6.550316031 C6_control_A1 +LQ00X064620 Kinesin light chain, putative 6.482418104 C6_control_A3 +LQ00X064620 Kinesin light chain, putative 6.415028805 C6_control_B1 +LQ00X064620 Kinesin light chain, putative 6.27947854 C6_control_B2 +LQ00X064620 Kinesin light chain, putative 6.780518022 C6_control_B3 +LQ00X064620 Kinesin light chain, putative 5.951436659 C6_control_C1 +LQ00X064620 Kinesin light chain, putative 6.811235579 C6_control_C2 +LQ00X064620 Kinesin light chain, putative 6.549590575 C6_control_C3 +LQ00X064620 Kinesin light chain, putative 6.185725693 C6_chemical_A1 +LQ00X064620 Kinesin light chain, putative 6.403154815 C6_chemical_A3 +LQ00X064620 Kinesin light chain, putative 6.230812555 C6_chemical_B1 +LQ00X064620 Kinesin light chain, putative 6.357548258 C6_chemical_B2 +LQ00X064620 Kinesin light chain, putative 6.337498066 C6_chemical_B3 +LQ00X064620 Kinesin light chain, putative 6.161156082 C6_chemical_C1 +LQ00X064620 Kinesin light chain, putative 6.444467821 C6_chemical_C2 +LQ00X064620 Kinesin light chain, putative 5.998685361 C6_chemical_C3 +LQ00X064620 Kinesin light chain, putative 6.636615691 L4_control_A1 +LQ00X064620 Kinesin light chain, putative 6.813387759 L4_control_A2 +LQ00X064620 Kinesin light chain, putative 6.760982695 L4_control_A3 +LQ00X064620 Kinesin light chain, putative 6.148630013 L4_control_B1 +LQ00X064620 Kinesin light chain, putative 6.745024682 L4_control_B2 +LQ00X064620 Kinesin light chain, putative 6.657380648 L4_control_B3 +LQ00X064620 Kinesin light chain, putative 6.506771702 L4_control_C2 +LQ00X064620 Kinesin light chain, putative 6.363123514 L4_control_C3 +LQ00X064620 Kinesin light chain, putative 6.42848771 L4_chemical_A1 +LQ00X064620 Kinesin light chain, putative 6.722110226 L4_chemical_A2 +LQ00X064620 Kinesin light chain, putative 6.441909839 L4_chemical_A3 +LQ00X064620 Kinesin light chain, putative 6.689712544 L4_chemical_B1 +LQ00X064620 Kinesin light chain, putative 6.265099568 L4_chemical_B2 +LQ00X064620 Kinesin light chain, putative 6.625649727 L4_chemical_B3 +LQ00X064620 Kinesin light chain, putative 6.05780258 L4_chemical_C2 +LQ00X064620 Kinesin light chain, putative 7.132572894 L4_chemical_C3 +LQ00X064630 Putative uncharacterized protein 10.47528412 C6_control_A1 +LQ00X064630 Putative uncharacterized protein 9.869468385 C6_control_A3 +LQ00X064630 Putative uncharacterized protein 10.61744715 C6_control_B1 +LQ00X064630 Putative uncharacterized protein 10.66949799 C6_control_B2 +LQ00X064630 Putative uncharacterized protein 10.67822036 C6_control_B3 +LQ00X064630 Putative uncharacterized protein 11.27457145 C6_control_C1 +LQ00X064630 Putative uncharacterized protein 11.18479849 C6_control_C2 +LQ00X064630 Putative uncharacterized protein 10.60356369 C6_control_C3 +LQ00X064630 Putative uncharacterized protein 10.4019863 C6_chemical_A1 +LQ00X064630 Putative uncharacterized protein 10.23022611 C6_chemical_A3 +LQ00X064630 Putative uncharacterized protein 10.67549531 C6_chemical_B1 +LQ00X064630 Putative uncharacterized protein 10.55162533 C6_chemical_B2 +LQ00X064630 Putative uncharacterized protein 10.45151984 C6_chemical_B3 +LQ00X064630 Putative uncharacterized protein 11.23142086 C6_chemical_C1 +LQ00X064630 Putative uncharacterized protein 11.20904699 C6_chemical_C2 +LQ00X064630 Putative uncharacterized protein 11.13208042 C6_chemical_C3 +LQ00X064630 Putative uncharacterized protein 10.30494321 L4_control_A1 +LQ00X064630 Putative uncharacterized protein 10.60051083 L4_control_A2 +LQ00X064630 Putative uncharacterized protein 10.91407559 L4_control_A3 +LQ00X064630 Putative uncharacterized protein 10.67045394 L4_control_B1 +LQ00X064630 Putative uncharacterized protein 10.92758261 L4_control_B2 +LQ00X064630 Putative uncharacterized protein 10.55709944 L4_control_B3 +LQ00X064630 Putative uncharacterized protein 11.92370097 L4_control_C2 +LQ00X064630 Putative uncharacterized protein 11.0524646 L4_control_C3 +LQ00X064630 Putative uncharacterized protein 10.89427432 L4_chemical_A1 +LQ00X064630 Putative uncharacterized protein 11.06979808 L4_chemical_A2 +LQ00X064630 Putative uncharacterized protein 11.04962131 L4_chemical_A3 +LQ00X064630 Putative uncharacterized protein 10.86995295 L4_chemical_B1 +LQ00X064630 Putative uncharacterized protein 10.95502792 L4_chemical_B2 +LQ00X064630 Putative uncharacterized protein 10.27334175 L4_chemical_B3 +LQ00X064630 Putative uncharacterized protein 11.7392438 L4_chemical_C2 +LQ00X064630 Putative uncharacterized protein 11.16791541 L4_chemical_C3 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.7865109 C6_control_A1 +LQ00X064710 Putative uncharacterized protein (Fragment) 12.56828957 C6_control_A3 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.05974295 C6_control_B1 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.37094159 C6_control_B2 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.68616119 C6_control_B3 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.32094778 C6_control_C1 +LQ00X064710 Putative uncharacterized protein (Fragment) 9.998851346 C6_control_C2 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.23461823 C6_control_C3 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.59994535 C6_chemical_A1 +LQ00X064710 Putative uncharacterized protein (Fragment) 12.61133998 C6_chemical_A3 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.98155829 C6_chemical_B1 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.20366054 C6_chemical_B2 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.96432588 C6_chemical_B3 +LQ00X064710 Putative uncharacterized protein (Fragment) 9.84399857 C6_chemical_C1 +LQ00X064710 Putative uncharacterized protein (Fragment) 9.852021853 C6_chemical_C2 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.38704711 C6_chemical_C3 +LQ00X064710 Putative uncharacterized protein (Fragment) 12.87156105 L4_control_A1 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.93267584 L4_control_A2 +LQ00X064710 Putative uncharacterized protein (Fragment) 13.57137006 L4_control_A3 +LQ00X064710 Putative uncharacterized protein (Fragment) 12.11787255 L4_control_B1 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.7471802 L4_control_B2 +LQ00X064710 Putative uncharacterized protein (Fragment) 10.96153474 L4_control_B3 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.58913665 L4_control_C2 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.50294901 L4_control_C3 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.65769442 L4_chemical_A1 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.8044205 L4_chemical_A2 +LQ00X064710 Putative uncharacterized protein (Fragment) 13.09792238 L4_chemical_A3 +LQ00X064710 Putative uncharacterized protein (Fragment) 12.1847175 L4_chemical_B1 +LQ00X064710 Putative uncharacterized protein (Fragment) 12.0874121 L4_chemical_B2 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.2047374 L4_chemical_B3 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.8998357 L4_chemical_C2 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.21472382 L4_chemical_C3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.360172327 C6_control_A1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.078357992 C6_control_A3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.682293475 C6_control_B1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.01555525 C6_control_B2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.317441575 C6_control_B3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.306122889 C6_control_C1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.246975219 C6_control_C2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 4.965865396 C6_control_C3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.375997123 C6_chemical_A1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.122163549 C6_chemical_A3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.226094505 C6_chemical_B1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.063602839 C6_chemical_B2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.373261448 C6_chemical_B3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.454917762 C6_chemical_C1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.314969774 C6_chemical_C2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.051818475 C6_chemical_C3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 6.583727056 L4_control_A1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.316065809 L4_control_A2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.770204355 L4_control_A3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.383051306 L4_control_B1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.753494736 L4_control_B2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 4.877184156 L4_control_B3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.532948473 L4_control_C2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.133092227 L4_control_C3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.190343634 L4_chemical_A1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.500787315 L4_chemical_A2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.854973632 L4_chemical_A3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.481283002 L4_chemical_B1 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.596765766 L4_chemical_B2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.464288423 L4_chemical_B3 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.748906327 L4_chemical_C2 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.154687548 L4_chemical_C3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.364699277 C6_control_A1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.275518581 C6_control_A3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.233966801 C6_control_B1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.886757131 C6_control_B2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.583821882 C6_control_B3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.412006981 C6_control_C1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.184541958 C6_control_C2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.193669916 C6_control_C3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.660950042 C6_chemical_A1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.470772948 C6_chemical_A3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.285411542 C6_chemical_B1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.692026501 C6_chemical_B2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.240357324 C6_chemical_B3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.414305084 C6_chemical_C1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.787519124 C6_chemical_C2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.445841643 C6_chemical_C3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.278808941 L4_control_A1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.852988387 L4_control_A2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.744410439 L4_control_A3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.208140773 L4_control_B1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.734563121 L4_control_B2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.602460893 L4_control_B3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.359194828 L4_control_C2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.51211272 L4_control_C3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.974295075 L4_chemical_A1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 6.214609125 L4_chemical_A2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.520353333 L4_chemical_A3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.7990116 L4_chemical_B1 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.365299745 L4_chemical_B2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.530538244 L4_chemical_B3 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.108613499 L4_chemical_C2 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 4.854427317 L4_chemical_C3 +LQ00X064920 Putative uncharacterized protein 6.51970382 C6_control_A1 +LQ00X064920 Putative uncharacterized protein 6.940724461 C6_control_A3 +LQ00X064920 Putative uncharacterized protein 5.699178615 C6_control_B1 +LQ00X064920 Putative uncharacterized protein 7.687391281 C6_control_B2 +LQ00X064920 Putative uncharacterized protein 6.702159264 C6_control_B3 +LQ00X064920 Putative uncharacterized protein 7.708106967 C6_control_C1 +LQ00X064920 Putative uncharacterized protein 9.568369346 C6_control_C2 +LQ00X064920 Putative uncharacterized protein 8.525798722 C6_control_C3 +LQ00X064920 Putative uncharacterized protein 7.950231947 C6_chemical_A1 +LQ00X064920 Putative uncharacterized protein 7.201499612 C6_chemical_A3 +LQ00X064920 Putative uncharacterized protein 7.393473708 C6_chemical_B1 +LQ00X064920 Putative uncharacterized protein 8.860064611 C6_chemical_B2 +LQ00X064920 Putative uncharacterized protein 8.278483561 C6_chemical_B3 +LQ00X064920 Putative uncharacterized protein 9.113354776 C6_chemical_C1 +LQ00X064920 Putative uncharacterized protein 9.477725974 C6_chemical_C2 +LQ00X064920 Putative uncharacterized protein 9.787128156 C6_chemical_C3 +LQ00X064920 Putative uncharacterized protein 7.114551851 L4_control_A1 +LQ00X064920 Putative uncharacterized protein 7.552093954 L4_control_A2 +LQ00X064920 Putative uncharacterized protein 5.284125486 L4_control_A3 +LQ00X064920 Putative uncharacterized protein 8.289614895 L4_control_B1 +LQ00X064920 Putative uncharacterized protein 7.434198082 L4_control_B2 +LQ00X064920 Putative uncharacterized protein 9.193129004 L4_control_B3 +LQ00X064920 Putative uncharacterized protein 7.156792762 L4_control_C2 +LQ00X064920 Putative uncharacterized protein 6.98820001 L4_control_C3 +LQ00X064920 Putative uncharacterized protein 7.393325635 L4_chemical_A1 +LQ00X064920 Putative uncharacterized protein 8.05707892 L4_chemical_A2 +LQ00X064920 Putative uncharacterized protein 5.660519255 L4_chemical_A3 +LQ00X064920 Putative uncharacterized protein 7.267301697 L4_chemical_B1 +LQ00X064920 Putative uncharacterized protein 6.770904496 L4_chemical_B2 +LQ00X064920 Putative uncharacterized protein 8.770293309 L4_chemical_B3 +LQ00X064920 Putative uncharacterized protein 7.219104487 L4_chemical_C2 +LQ00X064920 Putative uncharacterized protein 7.731926848 L4_chemical_C3 +LQ00X065010 ABC transporter A family member 7 8.989480648 C6_control_A1 +LQ00X065010 ABC transporter A family member 7 8.583869258 C6_control_A3 +LQ00X065010 ABC transporter A family member 7 9.029700914 C6_control_B1 +LQ00X065010 ABC transporter A family member 7 8.707817342 C6_control_B2 +LQ00X065010 ABC transporter A family member 7 8.770129276 C6_control_B3 +LQ00X065010 ABC transporter A family member 7 10.01279347 C6_control_C1 +LQ00X065010 ABC transporter A family member 7 9.471089419 C6_control_C2 +LQ00X065010 ABC transporter A family member 7 9.241273023 C6_control_C3 +LQ00X065010 ABC transporter A family member 7 9.010664805 C6_chemical_A1 +LQ00X065010 ABC transporter A family member 7 9.080560828 C6_chemical_A3 +LQ00X065010 ABC transporter A family member 7 8.926737533 C6_chemical_B1 +LQ00X065010 ABC transporter A family member 7 8.570851323 C6_chemical_B2 +LQ00X065010 ABC transporter A family member 7 8.362665706 C6_chemical_B3 +LQ00X065010 ABC transporter A family member 7 10.03090742 C6_chemical_C1 +LQ00X065010 ABC transporter A family member 7 9.588771098 C6_chemical_C2 +LQ00X065010 ABC transporter A family member 7 9.258313413 C6_chemical_C3 +LQ00X065010 ABC transporter A family member 7 9.105593347 L4_control_A1 +LQ00X065010 ABC transporter A family member 7 9.436318455 L4_control_A2 +LQ00X065010 ABC transporter A family member 7 9.358110709 L4_control_A3 +LQ00X065010 ABC transporter A family member 7 9.725416439 L4_control_B1 +LQ00X065010 ABC transporter A family member 7 9.696391321 L4_control_B2 +LQ00X065010 ABC transporter A family member 7 9.118899325 L4_control_B3 +LQ00X065010 ABC transporter A family member 7 10.83377442 L4_control_C2 +LQ00X065010 ABC transporter A family member 7 10.40474015 L4_control_C3 +LQ00X065010 ABC transporter A family member 7 9.537071923 L4_chemical_A1 +LQ00X065010 ABC transporter A family member 7 9.503326582 L4_chemical_A2 +LQ00X065010 ABC transporter A family member 7 9.074291116 L4_chemical_A3 +LQ00X065010 ABC transporter A family member 7 10.32555856 L4_chemical_B1 +LQ00X065010 ABC transporter A family member 7 9.781913006 L4_chemical_B2 +LQ00X065010 ABC transporter A family member 7 8.530302693 L4_chemical_B3 +LQ00X065010 ABC transporter A family member 7 10.94200611 L4_chemical_C2 +LQ00X065010 ABC transporter A family member 7 10.59541027 L4_chemical_C3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.712143822 C6_control_A1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.562073663 C6_control_A3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.74540727 C6_control_B1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.777842927 C6_control_B2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.729281559 C6_control_B3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.191154837 C6_control_C1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.16399933 C6_control_C2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.20344455 C6_control_C3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.555456745 C6_chemical_A1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.760458964 C6_chemical_A3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.674910264 C6_chemical_B1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.209568739 C6_chemical_B2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.201483055 C6_chemical_B3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.363189513 C6_chemical_C1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.980511189 C6_chemical_C2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.85327212 C6_chemical_C3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.576634303 L4_control_A1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.609716928 L4_control_A2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.798805766 L4_control_A3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.01392579 L4_control_B1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.951463365 L4_control_B2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.350108652 L4_control_B3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.771663502 L4_control_C2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.212011525 L4_control_C3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.775602396 L4_chemical_A1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.862961188 L4_chemical_A2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.808164693 L4_chemical_A3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.789747274 L4_chemical_B1 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.015520718 L4_chemical_B2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.806052117 L4_chemical_B3 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.977382642 L4_chemical_C2 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.347951121 L4_chemical_C3 +LQ00X065670 Putative uncharacterized protein 5.254036921 C6_control_A1 +LQ00X065670 Putative uncharacterized protein 5.374768208 C6_control_A3 +LQ00X065670 Putative uncharacterized protein 5.045469447 C6_control_B1 +LQ00X065670 Putative uncharacterized protein 5.126825715 C6_control_B2 +LQ00X065670 Putative uncharacterized protein 5.703830532 C6_control_B3 +LQ00X065670 Putative uncharacterized protein 4.866709527 C6_control_C1 +LQ00X065670 Putative uncharacterized protein 5.667777638 C6_control_C2 +LQ00X065670 Putative uncharacterized protein 5.306068124 C6_control_C3 +LQ00X065670 Putative uncharacterized protein 5.415221514 C6_chemical_A1 +LQ00X065670 Putative uncharacterized protein 5.305350631 C6_chemical_A3 +LQ00X065670 Putative uncharacterized protein 5.462436109 C6_chemical_B1 +LQ00X065670 Putative uncharacterized protein 5.201261216 C6_chemical_B2 +LQ00X065670 Putative uncharacterized protein 6.073241875 C6_chemical_B3 +LQ00X065670 Putative uncharacterized protein 5.092619734 C6_chemical_C1 +LQ00X065670 Putative uncharacterized protein 5.630829476 C6_chemical_C2 +LQ00X065670 Putative uncharacterized protein 5.07156809 C6_chemical_C3 +LQ00X065670 Putative uncharacterized protein 5.545403703 L4_control_A1 +LQ00X065670 Putative uncharacterized protein 6.149655011 L4_control_A2 +LQ00X065670 Putative uncharacterized protein 5.675501663 L4_control_A3 +LQ00X065670 Putative uncharacterized protein 5.272366347 L4_control_B1 +LQ00X065670 Putative uncharacterized protein 5.473246259 L4_control_B2 +LQ00X065670 Putative uncharacterized protein 5.601702949 L4_control_B3 +LQ00X065670 Putative uncharacterized protein 5.55115032 L4_control_C2 +LQ00X065670 Putative uncharacterized protein 5.539638187 L4_control_C3 +LQ00X065670 Putative uncharacterized protein 5.415079688 L4_chemical_A1 +LQ00X065670 Putative uncharacterized protein 5.98217702 L4_chemical_A2 +LQ00X065670 Putative uncharacterized protein 5.782633375 L4_chemical_A3 +LQ00X065670 Putative uncharacterized protein 5.902230951 L4_chemical_B1 +LQ00X065670 Putative uncharacterized protein 5.739488105 L4_chemical_B2 +LQ00X065670 Putative uncharacterized protein 5.577004885 L4_chemical_B3 +LQ00X065670 Putative uncharacterized protein 5.553208577 L4_chemical_C2 +LQ00X065670 Putative uncharacterized protein 5.152979942 L4_chemical_C3 +LQ00X065690 Hypothetical protein 12.11357551 C6_control_A1 +LQ00X065690 Hypothetical protein 11.81363093 C6_control_A3 +LQ00X065690 Hypothetical protein 11.76545638 C6_control_B1 +LQ00X065690 Hypothetical protein 13.2706738 C6_control_B2 +LQ00X065690 Hypothetical protein 11.83025168 C6_control_B3 +LQ00X065690 Hypothetical protein 13.36213136 C6_control_C1 +LQ00X065690 Hypothetical protein 13.41620367 C6_control_C2 +LQ00X065690 Hypothetical protein 12.9420408 C6_control_C3 +LQ00X065690 Hypothetical protein 12.09094053 C6_chemical_A1 +LQ00X065690 Hypothetical protein 12.00378965 C6_chemical_A3 +LQ00X065690 Hypothetical protein 11.98385098 C6_chemical_B1 +LQ00X065690 Hypothetical protein 13.34935385 C6_chemical_B2 +LQ00X065690 Hypothetical protein 11.87303156 C6_chemical_B3 +LQ00X065690 Hypothetical protein 13.18818949 C6_chemical_C1 +LQ00X065690 Hypothetical protein 13.45131637 C6_chemical_C2 +LQ00X065690 Hypothetical protein 13.03140791 C6_chemical_C3 +LQ00X065690 Hypothetical protein 12.31692313 L4_control_A1 +LQ00X065690 Hypothetical protein 13.11786597 L4_control_A2 +LQ00X065690 Hypothetical protein 12.18282782 L4_control_A3 +LQ00X065690 Hypothetical protein 11.45682919 L4_control_B1 +LQ00X065690 Hypothetical protein 11.84433845 L4_control_B2 +LQ00X065690 Hypothetical protein 11.97571629 L4_control_B3 +LQ00X065690 Hypothetical protein 12.28516064 L4_control_C2 +LQ00X065690 Hypothetical protein 11.71363562 L4_control_C3 +LQ00X065690 Hypothetical protein 12.11038899 L4_chemical_A1 +LQ00X065690 Hypothetical protein 12.83596949 L4_chemical_A2 +LQ00X065690 Hypothetical protein 11.93097247 L4_chemical_A3 +LQ00X065690 Hypothetical protein 11.21861852 L4_chemical_B1 +LQ00X065690 Hypothetical protein 11.58228813 L4_chemical_B2 +LQ00X065690 Hypothetical protein 12.03562861 L4_chemical_B3 +LQ00X065690 Hypothetical protein 12.05688673 L4_chemical_C2 +LQ00X065690 Hypothetical protein 11.77373765 L4_chemical_C3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.015382782 C6_control_A1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.008157842 C6_control_A3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.306787116 C6_control_B1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.060450682 C6_control_B2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.326803891 C6_control_B3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.306623515 C6_control_C1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.652871347 C6_control_C2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.226824908 C6_control_C3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.69793538 C6_chemical_A1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.186827808 C6_chemical_A3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.01730266 C6_chemical_B1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.507478772 C6_chemical_B2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.269655412 C6_chemical_B3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.902154471 C6_chemical_C1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.51347426 C6_chemical_C2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.166928399 C6_chemical_C3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.218905748 L4_control_A1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.109624262 L4_control_A2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.040757404 L4_control_A3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.066910048 L4_control_B1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.157926567 L4_control_B2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.089961604 L4_control_B3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.23002289 L4_control_C2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.67436172 L4_control_C3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.180321865 L4_chemical_A1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.184408101 L4_chemical_A2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.201718809 L4_chemical_A3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.380517355 L4_chemical_B1 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 4.952773765 L4_chemical_B2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.034692091 L4_chemical_B3 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.47821273 L4_chemical_C2 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.453840228 L4_chemical_C3 +LQ00X065820 Hypothetical protein 7.01882658 C6_control_A1 +LQ00X065820 Hypothetical protein 6.441992402 C6_control_A3 +LQ00X065820 Hypothetical protein 5.781348205 C6_control_B1 +LQ00X065820 Hypothetical protein 7.185193437 C6_control_B2 +LQ00X065820 Hypothetical protein 6.341730358 C6_control_B3 +LQ00X065820 Hypothetical protein 6.615134862 C6_control_C1 +LQ00X065820 Hypothetical protein 6.073086133 C6_control_C2 +LQ00X065820 Hypothetical protein 6.084235958 C6_control_C3 +LQ00X065820 Hypothetical protein 6.464759749 C6_chemical_A1 +LQ00X065820 Hypothetical protein 6.485200546 C6_chemical_A3 +LQ00X065820 Hypothetical protein 6.373920511 C6_chemical_B1 +LQ00X065820 Hypothetical protein 6.914540088 C6_chemical_B2 +LQ00X065820 Hypothetical protein 5.50980598 C6_chemical_B3 +LQ00X065820 Hypothetical protein 7.269474883 C6_chemical_C1 +LQ00X065820 Hypothetical protein 7.573289445 C6_chemical_C2 +LQ00X065820 Hypothetical protein 6.37093033 C6_chemical_C3 +LQ00X065820 Hypothetical protein 7.194541846 L4_control_A1 +LQ00X065820 Hypothetical protein 8.116893911 L4_control_A2 +LQ00X065820 Hypothetical protein 5.656072302 L4_control_A3 +LQ00X065820 Hypothetical protein 6.848351648 L4_control_B1 +LQ00X065820 Hypothetical protein 7.743041244 L4_control_B2 +LQ00X065820 Hypothetical protein 5.983974962 L4_control_B3 +LQ00X065820 Hypothetical protein 8.812118657 L4_control_C2 +LQ00X065820 Hypothetical protein 7.178243235 L4_control_C3 +LQ00X065820 Hypothetical protein 7.239773742 L4_chemical_A1 +LQ00X065820 Hypothetical protein 7.733948023 L4_chemical_A2 +LQ00X065820 Hypothetical protein 6.408073022 L4_chemical_A3 +LQ00X065820 Hypothetical protein 6.865649724 L4_chemical_B1 +LQ00X065820 Hypothetical protein 7.128747372 L4_chemical_B2 +LQ00X065820 Hypothetical protein 6.554090891 L4_chemical_B3 +LQ00X065820 Hypothetical protein 5.80504366 L4_chemical_C2 +LQ00X065820 Hypothetical protein 5.841237516 L4_chemical_C3 +LQ00X065830 Predicted protein 5.132860015 C6_control_A1 +LQ00X065830 Predicted protein 5.006102496 C6_control_A3 +LQ00X065830 Predicted protein 5.803416019 C6_control_B1 +LQ00X065830 Predicted protein 5.135992573 C6_control_B2 +LQ00X065830 Predicted protein 5.547074113 C6_control_B3 +LQ00X065830 Predicted protein 5.19391991 C6_control_C1 +LQ00X065830 Predicted protein 5.184235802 C6_control_C2 +LQ00X065830 Predicted protein 5.196727326 C6_control_C3 +LQ00X065830 Predicted protein 5.202493278 C6_chemical_A1 +LQ00X065830 Predicted protein 5.20523452 C6_chemical_A3 +LQ00X065830 Predicted protein 5.329591938 C6_chemical_B1 +LQ00X065830 Predicted protein 5.253307467 C6_chemical_B2 +LQ00X065830 Predicted protein 5.77431357 C6_chemical_B3 +LQ00X065830 Predicted protein 5.074051437 C6_chemical_C1 +LQ00X065830 Predicted protein 4.992491388 C6_chemical_C2 +LQ00X065830 Predicted protein 5.191265492 C6_chemical_C3 +LQ00X065830 Predicted protein 5.201058831 L4_control_A1 +LQ00X065830 Predicted protein 5.244479836 L4_control_A2 +LQ00X065830 Predicted protein 5.063764195 L4_control_A3 +LQ00X065830 Predicted protein 5.359339149 L4_control_B1 +LQ00X065830 Predicted protein 5.176452509 L4_control_B2 +LQ00X065830 Predicted protein 5.446587368 L4_control_B3 +LQ00X065830 Predicted protein 5.098002378 L4_control_C2 +LQ00X065830 Predicted protein 5.027344124 L4_control_C3 +LQ00X065830 Predicted protein 4.904073024 L4_chemical_A1 +LQ00X065830 Predicted protein 5.378907193 L4_chemical_A2 +LQ00X065830 Predicted protein 4.861860812 L4_chemical_A3 +LQ00X065830 Predicted protein 4.908957566 L4_chemical_B1 +LQ00X065830 Predicted protein 5.298289926 L4_chemical_B2 +LQ00X065830 Predicted protein 5.110618497 L4_chemical_B3 +LQ00X065830 Predicted protein 4.962522082 L4_chemical_C2 +LQ00X065830 Predicted protein 5.445157927 L4_chemical_C3 +LQ00X065850 At5g19875 5.17510439 C6_control_A1 +LQ00X065850 At5g19875 5.076097026 C6_control_A3 +LQ00X065850 At5g19875 5.370959915 C6_control_B1 +LQ00X065850 At5g19875 5.138065585 C6_control_B2 +LQ00X065850 At5g19875 5.253693112 C6_control_B3 +LQ00X065850 At5g19875 5.566638842 C6_control_C1 +LQ00X065850 At5g19875 5.171722591 C6_control_C2 +LQ00X065850 At5g19875 5.802374064 C6_control_C3 +LQ00X065850 At5g19875 5.379012444 C6_chemical_A1 +LQ00X065850 At5g19875 5.253946438 C6_chemical_A3 +LQ00X065850 At5g19875 5.416835772 C6_chemical_B1 +LQ00X065850 At5g19875 5.127375339 C6_chemical_B2 +LQ00X065850 At5g19875 5.444041558 C6_chemical_B3 +LQ00X065850 At5g19875 5.650963528 C6_chemical_C1 +LQ00X065850 At5g19875 5.225399515 C6_chemical_C2 +LQ00X065850 At5g19875 5.187306344 C6_chemical_C3 +LQ00X065850 At5g19875 4.917507124 L4_control_A1 +LQ00X065850 At5g19875 5.174935013 L4_control_A2 +LQ00X065850 At5g19875 5.493578359 L4_control_A3 +LQ00X065850 At5g19875 5.12820006 L4_control_B1 +LQ00X065850 At5g19875 4.755493726 L4_control_B2 +LQ00X065850 At5g19875 5.070584242 L4_control_B3 +LQ00X065850 At5g19875 5.907689328 L4_control_C2 +LQ00X065850 At5g19875 5.310250012 L4_control_C3 +LQ00X065850 At5g19875 5.418682289 L4_chemical_A1 +LQ00X065850 At5g19875 5.057029173 L4_chemical_A2 +LQ00X065850 At5g19875 5.095013976 L4_chemical_A3 +LQ00X065850 At5g19875 5.022925882 L4_chemical_B1 +LQ00X065850 At5g19875 5.197439977 L4_chemical_B2 +LQ00X065850 At5g19875 4.980577897 L4_chemical_B3 +LQ00X065850 At5g19875 7.412690744 L4_chemical_C2 +LQ00X065850 At5g19875 5.177605269 L4_chemical_C3 +LQ00X065860 Dirigent-like protein 1 10.65221071 C6_control_A1 +LQ00X065860 Dirigent-like protein 1 11.78281768 C6_control_A3 +LQ00X065860 Dirigent-like protein 1 10.99626714 C6_control_B1 +LQ00X065860 Dirigent-like protein 1 10.57091439 C6_control_B2 +LQ00X065860 Dirigent-like protein 1 11.28491376 C6_control_B3 +LQ00X065860 Dirigent-like protein 1 9.900995922 C6_control_C1 +LQ00X065860 Dirigent-like protein 1 9.789637873 C6_control_C2 +LQ00X065860 Dirigent-like protein 1 10.47373845 C6_control_C3 +LQ00X065860 Dirigent-like protein 1 10.76361536 C6_chemical_A1 +LQ00X065860 Dirigent-like protein 1 11.62253977 C6_chemical_A3 +LQ00X065860 Dirigent-like protein 1 10.71018319 C6_chemical_B1 +LQ00X065860 Dirigent-like protein 1 10.20247431 C6_chemical_B2 +LQ00X065860 Dirigent-like protein 1 10.93857565 C6_chemical_B3 +LQ00X065860 Dirigent-like protein 1 10.23749754 C6_chemical_C1 +LQ00X065860 Dirigent-like protein 1 9.174632463 C6_chemical_C2 +LQ00X065860 Dirigent-like protein 1 9.749834845 C6_chemical_C3 +LQ00X065860 Dirigent-like protein 1 11.65457824 L4_control_A1 +LQ00X065860 Dirigent-like protein 1 11.34590986 L4_control_A2 +LQ00X065860 Dirigent-like protein 1 11.30341839 L4_control_A3 +LQ00X065860 Dirigent-like protein 1 11.77402722 L4_control_B1 +LQ00X065860 Dirigent-like protein 1 11.31361657 L4_control_B2 +LQ00X065860 Dirigent-like protein 1 11.92473352 L4_control_B3 +LQ00X065860 Dirigent-like protein 1 9.768655364 L4_control_C2 +LQ00X065860 Dirigent-like protein 1 10.19177412 L4_control_C3 +LQ00X065860 Dirigent-like protein 1 12.53531176 L4_chemical_A1 +LQ00X065860 Dirigent-like protein 1 11.24681574 L4_chemical_A2 +LQ00X065860 Dirigent-like protein 1 11.67685465 L4_chemical_A3 +LQ00X065860 Dirigent-like protein 1 12.05023714 L4_chemical_B1 +LQ00X065860 Dirigent-like protein 1 11.8320872 L4_chemical_B2 +LQ00X065860 Dirigent-like protein 1 11.62611371 L4_chemical_B3 +LQ00X065860 Dirigent-like protein 1 9.873232016 L4_chemical_C2 +LQ00X065860 Dirigent-like protein 1 10.5551119 L4_chemical_C3 +LQ00X065940 Hypothetical protein 4.806909812 C6_control_A1 +LQ00X065940 Hypothetical protein 4.696793217 C6_control_A3 +LQ00X065940 Hypothetical protein 5.321400319 C6_control_B1 +LQ00X065940 Hypothetical protein 4.500757698 C6_control_B2 +LQ00X065940 Hypothetical protein 4.865980795 C6_control_B3 +LQ00X065940 Hypothetical protein 5.022325313 C6_control_C1 +LQ00X065940 Hypothetical protein 4.620607387 C6_control_C2 +LQ00X065940 Hypothetical protein 4.597546772 C6_control_C3 +LQ00X065940 Hypothetical protein 4.610364764 C6_chemical_A1 +LQ00X065940 Hypothetical protein 4.775058827 C6_chemical_A3 +LQ00X065940 Hypothetical protein 5.088659524 C6_chemical_B1 +LQ00X065940 Hypothetical protein 4.510302482 C6_chemical_B2 +LQ00X065940 Hypothetical protein 5.170562593 C6_chemical_B3 +LQ00X065940 Hypothetical protein 5.172851656 C6_chemical_C1 +LQ00X065940 Hypothetical protein 4.725729338 C6_chemical_C2 +LQ00X065940 Hypothetical protein 4.734419773 C6_chemical_C3 +LQ00X065940 Hypothetical protein 4.892834589 L4_control_A1 +LQ00X065940 Hypothetical protein 4.72154213 L4_control_A2 +LQ00X065940 Hypothetical protein 4.84353826 L4_control_A3 +LQ00X065940 Hypothetical protein 5.45486403 L4_control_B1 +LQ00X065940 Hypothetical protein 4.697464605 L4_control_B2 +LQ00X065940 Hypothetical protein 4.68461346 L4_control_B3 +LQ00X065940 Hypothetical protein 5.153468048 L4_control_C2 +LQ00X065940 Hypothetical protein 5.258550372 L4_control_C3 +LQ00X065940 Hypothetical protein 5.023312033 L4_chemical_A1 +LQ00X065940 Hypothetical protein 4.949263758 L4_chemical_A2 +LQ00X065940 Hypothetical protein 5.31531341 L4_chemical_A3 +LQ00X065940 Hypothetical protein 5.207833298 L4_chemical_B1 +LQ00X065940 Hypothetical protein 4.789543915 L4_chemical_B2 +LQ00X065940 Hypothetical protein 4.770114501 L4_chemical_B3 +LQ00X065940 Hypothetical protein 5.228402066 L4_chemical_C2 +LQ00X065940 Hypothetical protein 4.894946667 L4_chemical_C3 +LQ00X066000 Putative uncharacterized protein 4.649809644 C6_control_A1 +LQ00X066000 Putative uncharacterized protein 4.800774454 C6_control_A3 +LQ00X066000 Putative uncharacterized protein 4.984292923 C6_control_B1 +LQ00X066000 Putative uncharacterized protein 4.719194316 C6_control_B2 +LQ00X066000 Putative uncharacterized protein 4.774311388 C6_control_B3 +LQ00X066000 Putative uncharacterized protein 4.863288948 C6_control_C1 +LQ00X066000 Putative uncharacterized protein 4.871426389 C6_control_C2 +LQ00X066000 Putative uncharacterized protein 5.539861336 C6_control_C3 +LQ00X066000 Putative uncharacterized protein 4.832486648 C6_chemical_A1 +LQ00X066000 Putative uncharacterized protein 5.146973895 C6_chemical_A3 +LQ00X066000 Putative uncharacterized protein 5.086145619 C6_chemical_B1 +LQ00X066000 Putative uncharacterized protein 4.799694766 C6_chemical_B2 +LQ00X066000 Putative uncharacterized protein 4.966800875 C6_chemical_B3 +LQ00X066000 Putative uncharacterized protein 4.835315122 C6_chemical_C1 +LQ00X066000 Putative uncharacterized protein 5.022549698 C6_chemical_C2 +LQ00X066000 Putative uncharacterized protein 5.455520516 C6_chemical_C3 +LQ00X066000 Putative uncharacterized protein 4.587182102 L4_control_A1 +LQ00X066000 Putative uncharacterized protein 4.619628729 L4_control_A2 +LQ00X066000 Putative uncharacterized protein 4.742883346 L4_control_A3 +LQ00X066000 Putative uncharacterized protein 5.143004042 L4_control_B1 +LQ00X066000 Putative uncharacterized protein 4.857619321 L4_control_B2 +LQ00X066000 Putative uncharacterized protein 4.841304011 L4_control_B3 +LQ00X066000 Putative uncharacterized protein 5.26251551 L4_control_C2 +LQ00X066000 Putative uncharacterized protein 4.795899201 L4_control_C3 +LQ00X066000 Putative uncharacterized protein 4.921140826 L4_chemical_A1 +LQ00X066000 Putative uncharacterized protein 4.588493341 L4_chemical_A2 +LQ00X066000 Putative uncharacterized protein 4.648871932 L4_chemical_A3 +LQ00X066000 Putative uncharacterized protein 4.714536443 L4_chemical_B1 +LQ00X066000 Putative uncharacterized protein 4.918597431 L4_chemical_B2 +LQ00X066000 Putative uncharacterized protein 4.695308988 L4_chemical_B3 +LQ00X066000 Putative uncharacterized protein 4.642053327 L4_chemical_C2 +LQ00X066000 Putative uncharacterized protein 5.068307526 L4_chemical_C3 +LQ00X066040 Homeobox protein, putative 5.10953062 C6_control_A1 +LQ00X066040 Homeobox protein, putative 5.948858155 C6_control_A3 +LQ00X066040 Homeobox protein, putative 5.512672358 C6_control_B1 +LQ00X066040 Homeobox protein, putative 5.530875887 C6_control_B2 +LQ00X066040 Homeobox protein, putative 5.706557481 C6_control_B3 +LQ00X066040 Homeobox protein, putative 5.37697931 C6_control_C1 +LQ00X066040 Homeobox protein, putative 7.164738755 C6_control_C2 +LQ00X066040 Homeobox protein, putative 5.442563173 C6_control_C3 +LQ00X066040 Homeobox protein, putative 4.928022392 C6_chemical_A1 +LQ00X066040 Homeobox protein, putative 5.417008597 C6_chemical_A3 +LQ00X066040 Homeobox protein, putative 5.388205276 C6_chemical_B1 +LQ00X066040 Homeobox protein, putative 5.661070388 C6_chemical_B2 +LQ00X066040 Homeobox protein, putative 5.853298901 C6_chemical_B3 +LQ00X066040 Homeobox protein, putative 5.366034488 C6_chemical_C1 +LQ00X066040 Homeobox protein, putative 5.534992775 C6_chemical_C2 +LQ00X066040 Homeobox protein, putative 5.375887517 C6_chemical_C3 +LQ00X066040 Homeobox protein, putative 5.204826209 L4_control_A1 +LQ00X066040 Homeobox protein, putative 5.232340562 L4_control_A2 +LQ00X066040 Homeobox protein, putative 4.978849122 L4_control_A3 +LQ00X066040 Homeobox protein, putative 5.678480463 L4_control_B1 +LQ00X066040 Homeobox protein, putative 5.393431799 L4_control_B2 +LQ00X066040 Homeobox protein, putative 5.278363107 L4_control_B3 +LQ00X066040 Homeobox protein, putative 5.618101253 L4_control_C2 +LQ00X066040 Homeobox protein, putative 5.940989829 L4_control_C3 +LQ00X066040 Homeobox protein, putative 5.588817207 L4_chemical_A1 +LQ00X066040 Homeobox protein, putative 4.869478587 L4_chemical_A2 +LQ00X066040 Homeobox protein, putative 5.187437025 L4_chemical_A3 +LQ00X066040 Homeobox protein, putative 5.691239399 L4_chemical_B1 +LQ00X066040 Homeobox protein, putative 5.233408192 L4_chemical_B2 +LQ00X066040 Homeobox protein, putative 5.479551753 L4_chemical_B3 +LQ00X066040 Homeobox protein, putative 5.921428598 L4_chemical_C2 +LQ00X066040 Homeobox protein, putative 6.728015708 L4_chemical_C3 +LQ00X066060 Predicted protein 5.095819455 C6_control_A1 +LQ00X066060 Predicted protein 5.787635746 C6_control_A3 +LQ00X066060 Predicted protein 5.380898533 C6_control_B1 +LQ00X066060 Predicted protein 4.930641563 C6_control_B2 +LQ00X066060 Predicted protein 5.03003843 C6_control_B3 +LQ00X066060 Predicted protein 4.854105123 C6_control_C1 +LQ00X066060 Predicted protein 5.040810691 C6_control_C2 +LQ00X066060 Predicted protein 5.169695749 C6_control_C3 +LQ00X066060 Predicted protein 5.282413707 C6_chemical_A1 +LQ00X066060 Predicted protein 5.119506016 C6_chemical_A3 +LQ00X066060 Predicted protein 4.804206952 C6_chemical_B1 +LQ00X066060 Predicted protein 4.834005486 C6_chemical_B2 +LQ00X066060 Predicted protein 5.064787063 C6_chemical_B3 +LQ00X066060 Predicted protein 5.004570977 C6_chemical_C1 +LQ00X066060 Predicted protein 4.958675385 C6_chemical_C2 +LQ00X066060 Predicted protein 4.889740982 C6_chemical_C3 +LQ00X066060 Predicted protein 4.800315726 L4_control_A1 +LQ00X066060 Predicted protein 5.166347122 L4_control_A2 +LQ00X066060 Predicted protein 5.631530018 L4_control_A3 +LQ00X066060 Predicted protein 5.135017648 L4_control_B1 +LQ00X066060 Predicted protein 5.206606332 L4_control_B2 +LQ00X066060 Predicted protein 5.16938815 L4_control_B3 +LQ00X066060 Predicted protein 5.263331571 L4_control_C2 +LQ00X066060 Predicted protein 4.998270055 L4_control_C3 +LQ00X066060 Predicted protein 5.067876005 L4_chemical_A1 +LQ00X066060 Predicted protein 5.094643883 L4_chemical_A2 +LQ00X066060 Predicted protein 5.184429898 L4_chemical_A3 +LQ00X066060 Predicted protein 5.125454967 L4_chemical_B1 +LQ00X066060 Predicted protein 5.509365298 L4_chemical_B2 +LQ00X066060 Predicted protein 5.242438479 L4_chemical_B3 +LQ00X066060 Predicted protein 5.149201164 L4_chemical_C2 +LQ00X066060 Predicted protein 5.088683985 L4_chemical_C3 +LQ00X066210 Endonuclease, putative 12.88061683 C6_control_A1 +LQ00X066210 Endonuclease, putative 12.82927174 C6_control_A3 +LQ00X066210 Endonuclease, putative 12.63980937 C6_control_B1 +LQ00X066210 Endonuclease, putative 12.59773863 C6_control_B2 +LQ00X066210 Endonuclease, putative 12.52918683 C6_control_B3 +LQ00X066210 Endonuclease, putative 12.94419228 C6_control_C1 +LQ00X066210 Endonuclease, putative 13.00000117 C6_control_C2 +LQ00X066210 Endonuclease, putative 12.47107756 C6_control_C3 +LQ00X066210 Endonuclease, putative 12.76123841 C6_chemical_A1 +LQ00X066210 Endonuclease, putative 12.73135042 C6_chemical_A3 +LQ00X066210 Endonuclease, putative 12.72491803 C6_chemical_B1 +LQ00X066210 Endonuclease, putative 12.71578071 C6_chemical_B2 +LQ00X066210 Endonuclease, putative 12.3976604 C6_chemical_B3 +LQ00X066210 Endonuclease, putative 13.00763797 C6_chemical_C1 +LQ00X066210 Endonuclease, putative 13.19221482 C6_chemical_C2 +LQ00X066210 Endonuclease, putative 12.66576064 C6_chemical_C3 +LQ00X066210 Endonuclease, putative 12.92059066 L4_control_A1 +LQ00X066210 Endonuclease, putative 13.34657791 L4_control_A2 +LQ00X066210 Endonuclease, putative 12.91753672 L4_control_A3 +LQ00X066210 Endonuclease, putative 12.85413289 L4_control_B1 +LQ00X066210 Endonuclease, putative 12.45961032 L4_control_B2 +LQ00X066210 Endonuclease, putative 12.82209543 L4_control_B3 +LQ00X066210 Endonuclease, putative 13.23328329 L4_control_C2 +LQ00X066210 Endonuclease, putative 12.80697766 L4_control_C3 +LQ00X066210 Endonuclease, putative 12.53623657 L4_chemical_A1 +LQ00X066210 Endonuclease, putative 13.22537505 L4_chemical_A2 +LQ00X066210 Endonuclease, putative 12.83467954 L4_chemical_A3 +LQ00X066210 Endonuclease, putative 12.99526617 L4_chemical_B1 +LQ00X066210 Endonuclease, putative 12.91318761 L4_chemical_B2 +LQ00X066210 Endonuclease, putative 12.84621935 L4_chemical_B3 +LQ00X066210 Endonuclease, putative 13.37240579 L4_chemical_C2 +LQ00X066210 Endonuclease, putative 13.03335412 L4_chemical_C3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.662030797 C6_control_A1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.396985975 C6_control_A3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.078437883 C6_control_B1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.38616934 C6_control_B2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.837157365 C6_control_B3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.908844286 C6_control_C1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.98649891 C6_control_C2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.429632351 C6_control_C3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.717727972 C6_chemical_A1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.648816367 C6_chemical_A3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.450993126 C6_chemical_B1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.209013518 C6_chemical_B2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.869229279 C6_chemical_B3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.157626526 C6_chemical_C1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.492731379 C6_chemical_C2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.940831475 C6_chemical_C3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.476664213 L4_control_A1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.649020437 L4_control_A2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.967443324 L4_control_A3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.169002129 L4_control_B1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.465372029 L4_control_B2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.937122671 L4_control_B3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.997867725 L4_control_C2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.276923437 L4_control_C3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.801630429 L4_chemical_A1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.285227719 L4_chemical_A2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.529255304 L4_chemical_A3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.785607699 L4_chemical_B1 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.993241745 L4_chemical_B2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.1126177 L4_chemical_B3 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.042239646 L4_chemical_C2 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.065654804 L4_chemical_C3 +LQ00X066411 Putative retrotransposon protein, identical 8.426777634 C6_control_A1 +LQ00X066411 Putative retrotransposon protein, identical 9.101353937 C6_control_A3 +LQ00X066411 Putative retrotransposon protein, identical 8.361422904 C6_control_B1 +LQ00X066411 Putative retrotransposon protein, identical 8.075997524 C6_control_B2 +LQ00X066411 Putative retrotransposon protein, identical 9.431339124 C6_control_B3 +LQ00X066411 Putative retrotransposon protein, identical 9.743902959 C6_control_C1 +LQ00X066411 Putative retrotransposon protein, identical 9.515321179 C6_control_C2 +LQ00X066411 Putative retrotransposon protein, identical 9.967539233 C6_control_C3 +LQ00X066411 Putative retrotransposon protein, identical 9.16629768 C6_chemical_A1 +LQ00X066411 Putative retrotransposon protein, identical 8.136474268 C6_chemical_A3 +LQ00X066411 Putative retrotransposon protein, identical 9.052838021 C6_chemical_B1 +LQ00X066411 Putative retrotransposon protein, identical 7.864526732 C6_chemical_B2 +LQ00X066411 Putative retrotransposon protein, identical 10.2515836 C6_chemical_B3 +LQ00X066411 Putative retrotransposon protein, identical 9.598823306 C6_chemical_C1 +LQ00X066411 Putative retrotransposon protein, identical 9.269155821 C6_chemical_C2 +LQ00X066411 Putative retrotransposon protein, identical 10.0478338 C6_chemical_C3 +LQ00X066411 Putative retrotransposon protein, identical 9.835118626 L4_control_A1 +LQ00X066411 Putative retrotransposon protein, identical 9.926195325 L4_control_A2 +LQ00X066411 Putative retrotransposon protein, identical 10.19476943 L4_control_A3 +LQ00X066411 Putative retrotransposon protein, identical 11.94895922 L4_control_B1 +LQ00X066411 Putative retrotransposon protein, identical 9.707942469 L4_control_B2 +LQ00X066411 Putative retrotransposon protein, identical 8.642724486 L4_control_B3 +LQ00X066411 Putative retrotransposon protein, identical 10.80043134 L4_control_C2 +LQ00X066411 Putative retrotransposon protein, identical 11.0655961 L4_control_C3 +LQ00X066411 Putative retrotransposon protein, identical 9.589220646 L4_chemical_A1 +LQ00X066411 Putative retrotransposon protein, identical 10.01273539 L4_chemical_A2 +LQ00X066411 Putative retrotransposon protein, identical 11.38553039 L4_chemical_A3 +LQ00X066411 Putative retrotransposon protein, identical 9.957387196 L4_chemical_B1 +LQ00X066411 Putative retrotransposon protein, identical 9.745922477 L4_chemical_B2 +LQ00X066411 Putative retrotransposon protein, identical 8.330151144 L4_chemical_B3 +LQ00X066411 Putative retrotransposon protein, identical 11.15552347 L4_chemical_C2 +LQ00X066411 Putative retrotransposon protein, identical 10.80250251 L4_chemical_C3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.30832629 C6_control_A1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.219268325 C6_control_A3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.609604338 C6_control_B1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.393390013 C6_control_B2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.101600489 C6_control_B3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.624219101 C6_control_C1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.448242886 C6_control_C2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.707933612 C6_control_C3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.02762056 C6_chemical_A1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 5.991727609 C6_chemical_A3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.177376661 C6_chemical_B1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.24459856 C6_chemical_B2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.239617266 C6_chemical_B3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.380751227 C6_chemical_C1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.433288787 C6_chemical_C2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.323052752 C6_chemical_C3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.255170053 L4_control_A1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.61085198 L4_control_A2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.50656426 L4_control_A3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.030467187 L4_control_B1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.332259423 L4_control_B2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.282503341 L4_control_B3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.464680503 L4_control_C2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.900364991 L4_control_C3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.292478708 L4_chemical_A1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.155849418 L4_chemical_A2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.295974798 L4_chemical_A3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 5.955236015 L4_chemical_B1 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.854028483 L4_chemical_B2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 5.76346986 L4_chemical_B3 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.523007937 L4_chemical_C2 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 5.679260761 L4_chemical_C3 +LQ00X066890 Fiber protein Fb25 8.058012215 C6_control_A1 +LQ00X066890 Fiber protein Fb25 6.568146926 C6_control_A3 +LQ00X066890 Fiber protein Fb25 8.108400679 C6_control_B1 +LQ00X066890 Fiber protein Fb25 7.106128428 C6_control_B2 +LQ00X066890 Fiber protein Fb25 7.262179752 C6_control_B3 +LQ00X066890 Fiber protein Fb25 8.071070516 C6_control_C1 +LQ00X066890 Fiber protein Fb25 6.437872077 C6_control_C2 +LQ00X066890 Fiber protein Fb25 6.18695788 C6_control_C3 +LQ00X066890 Fiber protein Fb25 7.883999177 C6_chemical_A1 +LQ00X066890 Fiber protein Fb25 7.217373255 C6_chemical_A3 +LQ00X066890 Fiber protein Fb25 8.046097646 C6_chemical_B1 +LQ00X066890 Fiber protein Fb25 7.204434675 C6_chemical_B2 +LQ00X066890 Fiber protein Fb25 6.319183587 C6_chemical_B3 +LQ00X066890 Fiber protein Fb25 7.8840958 C6_chemical_C1 +LQ00X066890 Fiber protein Fb25 7.3485195 C6_chemical_C2 +LQ00X066890 Fiber protein Fb25 6.665824796 C6_chemical_C3 +LQ00X066890 Fiber protein Fb25 7.58819673 L4_control_A1 +LQ00X066890 Fiber protein Fb25 7.656226198 L4_control_A2 +LQ00X066890 Fiber protein Fb25 7.436757291 L4_control_A3 +LQ00X066890 Fiber protein Fb25 8.263650348 L4_control_B1 +LQ00X066890 Fiber protein Fb25 7.591442559 L4_control_B2 +LQ00X066890 Fiber protein Fb25 7.036237499 L4_control_B3 +LQ00X066890 Fiber protein Fb25 8.042737605 L4_control_C2 +LQ00X066890 Fiber protein Fb25 6.582620803 L4_control_C3 +LQ00X066890 Fiber protein Fb25 7.497726924 L4_chemical_A1 +LQ00X066890 Fiber protein Fb25 7.922512829 L4_chemical_A2 +LQ00X066890 Fiber protein Fb25 7.021270067 L4_chemical_A3 +LQ00X066890 Fiber protein Fb25 8.452438932 L4_chemical_B1 +LQ00X066890 Fiber protein Fb25 8.549790136 L4_chemical_B2 +LQ00X066890 Fiber protein Fb25 6.726487236 L4_chemical_B3 +LQ00X066890 Fiber protein Fb25 8.331905003 L4_chemical_C2 +LQ00X066890 Fiber protein Fb25 6.193785784 L4_chemical_C3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.929439146 C6_control_A1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.618731532 C6_control_A3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.074143709 C6_control_B1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.633702484 C6_control_B2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.341238641 C6_control_B3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.023946312 C6_control_C1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.82884295 C6_control_C2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.466385812 C6_control_C3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.560617736 C6_chemical_A1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.013745986 C6_chemical_A3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.836745501 C6_chemical_B1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.810283259 C6_chemical_B2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.087702345 C6_chemical_B3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.003335019 C6_chemical_C1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.744060765 C6_chemical_C2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.730253872 C6_chemical_C3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.914060544 L4_control_A1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.034273937 L4_control_A2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.713701844 L4_control_A3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.319599574 L4_control_B1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.227419115 L4_control_B2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.240381321 L4_control_B3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.26868571 L4_control_C2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.061633929 L4_control_C3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.358525809 L4_chemical_A1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.208321676 L4_chemical_A2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.016624491 L4_chemical_A3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.36478779 L4_chemical_B1 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.658486333 L4_chemical_B2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.114179498 L4_chemical_B3 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.919333436 L4_chemical_C2 +LQ00X066910 Alkylated DNA repair protein alkB homolog 6.252078905 L4_chemical_C3 +LQ00X066920 Predicted protein 12.36895979 C6_control_A1 +LQ00X066920 Predicted protein 12.35413274 C6_control_A3 +LQ00X066920 Predicted protein 12.24017866 C6_control_B1 +LQ00X066920 Predicted protein 12.87266163 C6_control_B2 +LQ00X066920 Predicted protein 12.40315977 C6_control_B3 +LQ00X066920 Predicted protein 13.18282179 C6_control_C1 +LQ00X066920 Predicted protein 13.28662905 C6_control_C2 +LQ00X066920 Predicted protein 12.71126109 C6_control_C3 +LQ00X066920 Predicted protein 12.33470248 C6_chemical_A1 +LQ00X066920 Predicted protein 12.17503521 C6_chemical_A3 +LQ00X066920 Predicted protein 12.29780098 C6_chemical_B1 +LQ00X066920 Predicted protein 13.12496885 C6_chemical_B2 +LQ00X066920 Predicted protein 12.25123559 C6_chemical_B3 +LQ00X066920 Predicted protein 13.06108957 C6_chemical_C1 +LQ00X066920 Predicted protein 13.29419693 C6_chemical_C2 +LQ00X066920 Predicted protein 13.2656667 C6_chemical_C3 +LQ00X066920 Predicted protein 12.26539345 L4_control_A1 +LQ00X066920 Predicted protein 12.37135748 L4_control_A2 +LQ00X066920 Predicted protein 12.80864962 L4_control_A3 +LQ00X066920 Predicted protein 12.15154355 L4_control_B1 +LQ00X066920 Predicted protein 11.85870457 L4_control_B2 +LQ00X066920 Predicted protein 12.44430539 L4_control_B3 +LQ00X066920 Predicted protein 12.86223144 L4_control_C2 +LQ00X066920 Predicted protein 12.67965174 L4_control_C3 +LQ00X066920 Predicted protein 11.89353597 L4_chemical_A1 +LQ00X066920 Predicted protein 12.28058973 L4_chemical_A2 +LQ00X066920 Predicted protein 12.46163957 L4_chemical_A3 +LQ00X066920 Predicted protein 11.87790525 L4_chemical_B1 +LQ00X066920 Predicted protein 11.87075682 L4_chemical_B2 +LQ00X066920 Predicted protein 12.31615282 L4_chemical_B3 +LQ00X066920 Predicted protein 13.07583022 L4_chemical_C2 +LQ00X066920 Predicted protein 12.7240519 L4_chemical_C3 +LQ00X066930 Calcium ion binding protein, putative 4.719512128 C6_control_A1 +LQ00X066930 Calcium ion binding protein, putative 4.872368635 C6_control_A3 +LQ00X066930 Calcium ion binding protein, putative 5.088559146 C6_control_B1 +LQ00X066930 Calcium ion binding protein, putative 4.716613848 C6_control_B2 +LQ00X066930 Calcium ion binding protein, putative 5.11155539 C6_control_B3 +LQ00X066930 Calcium ion binding protein, putative 4.638241886 C6_control_C1 +LQ00X066930 Calcium ion binding protein, putative 4.874369311 C6_control_C2 +LQ00X066930 Calcium ion binding protein, putative 4.889191519 C6_control_C3 +LQ00X066930 Calcium ion binding protein, putative 4.750647977 C6_chemical_A1 +LQ00X066930 Calcium ion binding protein, putative 5.038664276 C6_chemical_A3 +LQ00X066930 Calcium ion binding protein, putative 5.129413721 C6_chemical_B1 +LQ00X066930 Calcium ion binding protein, putative 4.862061481 C6_chemical_B2 +LQ00X066930 Calcium ion binding protein, putative 5.0885085 C6_chemical_B3 +LQ00X066930 Calcium ion binding protein, putative 4.801646438 C6_chemical_C1 +LQ00X066930 Calcium ion binding protein, putative 4.880358007 C6_chemical_C2 +LQ00X066930 Calcium ion binding protein, putative 5.026097923 C6_chemical_C3 +LQ00X066930 Calcium ion binding protein, putative 4.962006383 L4_control_A1 +LQ00X066930 Calcium ion binding protein, putative 5.10068355 L4_control_A2 +LQ00X066930 Calcium ion binding protein, putative 5.048437399 L4_control_A3 +LQ00X066930 Calcium ion binding protein, putative 5.595463017 L4_control_B1 +LQ00X066930 Calcium ion binding protein, putative 4.946448588 L4_control_B2 +LQ00X066930 Calcium ion binding protein, putative 4.941021979 L4_control_B3 +LQ00X066930 Calcium ion binding protein, putative 5.626337264 L4_control_C2 +LQ00X066930 Calcium ion binding protein, putative 5.032003085 L4_control_C3 +LQ00X066930 Calcium ion binding protein, putative 5.110759192 L4_chemical_A1 +LQ00X066930 Calcium ion binding protein, putative 5.130886364 L4_chemical_A2 +LQ00X066930 Calcium ion binding protein, putative 5.121528871 L4_chemical_A3 +LQ00X066930 Calcium ion binding protein, putative 4.948898497 L4_chemical_B1 +LQ00X066930 Calcium ion binding protein, putative 4.886655183 L4_chemical_B2 +LQ00X066930 Calcium ion binding protein, putative 5.016590793 L4_chemical_B3 +LQ00X066930 Calcium ion binding protein, putative 5.637066639 L4_chemical_C2 +LQ00X066930 Calcium ion binding protein, putative 5.145269017 L4_chemical_C3 +LQ00X067001 Putative Copia protein 4.714712722 C6_control_A1 +LQ00X067001 Putative Copia protein 4.682337647 C6_control_A3 +LQ00X067001 Putative Copia protein 5.369874049 C6_control_B1 +LQ00X067001 Putative Copia protein 4.801487202 C6_control_B2 +LQ00X067001 Putative Copia protein 4.925947633 C6_control_B3 +LQ00X067001 Putative Copia protein 5.243252914 C6_control_C1 +LQ00X067001 Putative Copia protein 4.713449962 C6_control_C2 +LQ00X067001 Putative Copia protein 4.971433704 C6_control_C3 +LQ00X067001 Putative Copia protein 5.008530952 C6_chemical_A1 +LQ00X067001 Putative Copia protein 4.863377904 C6_chemical_A3 +LQ00X067001 Putative Copia protein 5.027274661 C6_chemical_B1 +LQ00X067001 Putative Copia protein 4.706349066 C6_chemical_B2 +LQ00X067001 Putative Copia protein 5.248646693 C6_chemical_B3 +LQ00X067001 Putative Copia protein 5.306577481 C6_chemical_C1 +LQ00X067001 Putative Copia protein 4.995900679 C6_chemical_C2 +LQ00X067001 Putative Copia protein 5.187185159 C6_chemical_C3 +LQ00X067001 Putative Copia protein 4.833978515 L4_control_A1 +LQ00X067001 Putative Copia protein 4.918092814 L4_control_A2 +LQ00X067001 Putative Copia protein 5.341450822 L4_control_A3 +LQ00X067001 Putative Copia protein 5.121070412 L4_control_B1 +LQ00X067001 Putative Copia protein 5.115685284 L4_control_B2 +LQ00X067001 Putative Copia protein 5.126115525 L4_control_B3 +LQ00X067001 Putative Copia protein 5.247885838 L4_control_C2 +LQ00X067001 Putative Copia protein 5.659510184 L4_control_C3 +LQ00X067001 Putative Copia protein 5.021941769 L4_chemical_A1 +LQ00X067001 Putative Copia protein 4.741785891 L4_chemical_A2 +LQ00X067001 Putative Copia protein 5.008414187 L4_chemical_A3 +LQ00X067001 Putative Copia protein 5.595528214 L4_chemical_B1 +LQ00X067001 Putative Copia protein 4.900594783 L4_chemical_B2 +LQ00X067001 Putative Copia protein 4.892846533 L4_chemical_B3 +LQ00X067001 Putative Copia protein 4.921106539 L4_chemical_C2 +LQ00X067001 Putative Copia protein 5.326356832 L4_chemical_C3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.705712327 C6_control_A1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.968143991 C6_control_A3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.943569728 C6_control_B1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.936148467 C6_control_B2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.074898954 C6_control_B3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.189925503 C6_control_C1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.885776428 C6_control_C2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.336887403 C6_control_C3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.89672501 C6_chemical_A1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.672738722 C6_chemical_A3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.500281504 C6_chemical_B1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.448703938 C6_chemical_B2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.787158464 C6_chemical_B3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.776920943 C6_chemical_C1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.325307807 C6_chemical_C2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.487173301 C6_chemical_C3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.026569311 L4_control_A1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.919998028 L4_control_A2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.636662426 L4_control_A3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.680910579 L4_control_B1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.683869697 L4_control_B2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.517795181 L4_control_B3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.468511409 L4_control_C2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.913009191 L4_control_C3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.971657058 L4_chemical_A1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.796742438 L4_chemical_A2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.419603325 L4_chemical_A3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.85450641 L4_chemical_B1 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.69491768 L4_chemical_B2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.649084688 L4_chemical_B3 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.047799116 L4_chemical_C2 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 6.057555148 L4_chemical_C3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.892795578 C6_control_A1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.589165908 C6_control_A3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 6.189185992 C6_control_B1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.870186649 C6_control_B2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 6.012185696 C6_control_B3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.786061997 C6_control_C1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.448404316 C6_control_C2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.619607291 C6_control_C3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.668018064 C6_chemical_A1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 6.210584904 C6_chemical_A3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.793119936 C6_chemical_B1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.488117564 C6_chemical_B2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 6.246321791 C6_chemical_B3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.631227178 C6_chemical_C1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.584878223 C6_chemical_C2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.617506692 C6_chemical_C3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.707789163 L4_control_A1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 6.058314069 L4_control_A2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.661953029 L4_control_A3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.256123751 L4_control_B1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.768989409 L4_control_B2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.369607706 L4_control_B3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.46238677 L4_control_C2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 6.174025322 L4_control_C3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.841037388 L4_chemical_A1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.935927179 L4_chemical_A2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.918671708 L4_chemical_A3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 6.353257335 L4_chemical_B1 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.464891976 L4_chemical_B2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.95785845 L4_chemical_B3 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.95816542 L4_chemical_C2 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.771467893 L4_chemical_C3 +LQ00X067110 Hypothetical protein 5.085528278 C6_control_A1 +LQ00X067110 Hypothetical protein 5.036734048 C6_control_A3 +LQ00X067110 Hypothetical protein 5.116174979 C6_control_B1 +LQ00X067110 Hypothetical protein 4.99519643 C6_control_B2 +LQ00X067110 Hypothetical protein 5.105140087 C6_control_B3 +LQ00X067110 Hypothetical protein 5.053994634 C6_control_C1 +LQ00X067110 Hypothetical protein 4.956762437 C6_control_C2 +LQ00X067110 Hypothetical protein 5.192599077 C6_control_C3 +LQ00X067110 Hypothetical protein 5.388745068 C6_chemical_A1 +LQ00X067110 Hypothetical protein 5.350711901 C6_chemical_A3 +LQ00X067110 Hypothetical protein 5.041150706 C6_chemical_B1 +LQ00X067110 Hypothetical protein 4.767121759 C6_chemical_B2 +LQ00X067110 Hypothetical protein 5.136365055 C6_chemical_B3 +LQ00X067110 Hypothetical protein 5.175754403 C6_chemical_C1 +LQ00X067110 Hypothetical protein 5.14272386 C6_chemical_C2 +LQ00X067110 Hypothetical protein 5.318817037 C6_chemical_C3 +LQ00X067110 Hypothetical protein 5.119948481 L4_control_A1 +LQ00X067110 Hypothetical protein 5.245984474 L4_control_A2 +LQ00X067110 Hypothetical protein 5.79737928 L4_control_A3 +LQ00X067110 Hypothetical protein 4.823491506 L4_control_B1 +LQ00X067110 Hypothetical protein 5.40027668 L4_control_B2 +LQ00X067110 Hypothetical protein 5.135156077 L4_control_B3 +LQ00X067110 Hypothetical protein 5.194770537 L4_control_C2 +LQ00X067110 Hypothetical protein 4.907223277 L4_control_C3 +LQ00X067110 Hypothetical protein 5.123755789 L4_chemical_A1 +LQ00X067110 Hypothetical protein 5.170154521 L4_chemical_A2 +LQ00X067110 Hypothetical protein 5.30589699 L4_chemical_A3 +LQ00X067110 Hypothetical protein 4.982923516 L4_chemical_B1 +LQ00X067110 Hypothetical protein 5.46455147 L4_chemical_B2 +LQ00X067110 Hypothetical protein 5.100794126 L4_chemical_B3 +LQ00X067110 Hypothetical protein 5.821365403 L4_chemical_C2 +LQ00X067110 Hypothetical protein 5.116923246 L4_chemical_C3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.5271055 C6_control_A1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.430406237 C6_control_A3 +LQ00X067180 Protein MOTHER of FT and TF 1 6.158437704 C6_control_B1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.55333027 C6_control_B2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.289557747 C6_control_B3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.74596036 C6_control_C1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.502843793 C6_control_C2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.733723489 C6_control_C3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.327251535 C6_chemical_A1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.642777284 C6_chemical_A3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.937825121 C6_chemical_B1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.796027123 C6_chemical_B2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.180186411 C6_chemical_B3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.777443511 C6_chemical_C1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.849015586 C6_chemical_C2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.535224786 C6_chemical_C3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.596487106 L4_control_A1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.484172308 L4_control_A2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.94123252 L4_control_A3 +LQ00X067180 Protein MOTHER of FT and TF 1 6.230372712 L4_control_B1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.713979948 L4_control_B2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.508299288 L4_control_B3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.660970342 L4_control_C2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.896251779 L4_control_C3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.641101086 L4_chemical_A1 +LQ00X067180 Protein MOTHER of FT and TF 1 5.645136241 L4_chemical_A2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.332114739 L4_chemical_A3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.947688744 L4_chemical_B1 +LQ00X067180 Protein MOTHER of FT and TF 1 6.114394021 L4_chemical_B2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.073091219 L4_chemical_B3 +LQ00X067180 Protein MOTHER of FT and TF 1 5.271706355 L4_chemical_C2 +LQ00X067180 Protein MOTHER of FT and TF 1 5.5046817 L4_chemical_C3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.915641852 C6_control_A1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.881012523 C6_control_A3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.210558473 C6_control_B1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.704806192 C6_control_B2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.808330931 C6_control_B3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.763494189 C6_control_C1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.666808009 C6_control_C2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.611028914 C6_control_C3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.109400762 C6_chemical_A1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.021694038 C6_chemical_A3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.70656487 C6_chemical_B1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.673171739 C6_chemical_B2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.593322879 C6_chemical_B3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.946232754 C6_chemical_C1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.813517888 C6_chemical_C2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.370100416 C6_chemical_C3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.864640612 L4_control_A1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.637035414 L4_control_A2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.475838213 L4_control_A3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.810451306 L4_control_B1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.748240303 L4_control_B2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.772237393 L4_control_B3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.052761585 L4_control_C2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.539139409 L4_control_C3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.090899344 L4_chemical_A1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.893383827 L4_chemical_A2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.590137376 L4_chemical_A3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.942381644 L4_chemical_B1 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.102336572 L4_chemical_B2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.810083818 L4_chemical_B3 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 4.96438438 L4_chemical_C2 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.333720902 L4_chemical_C3 +LQ00X067240 21 kDa seed protein 5.319864289 C6_control_A1 +LQ00X067240 21 kDa seed protein 5.838149084 C6_control_A3 +LQ00X067240 21 kDa seed protein 6.947245391 C6_control_B1 +LQ00X067240 21 kDa seed protein 5.350346794 C6_control_B2 +LQ00X067240 21 kDa seed protein 6.001728823 C6_control_B3 +LQ00X067240 21 kDa seed protein 5.378520798 C6_control_C1 +LQ00X067240 21 kDa seed protein 7.389908463 C6_control_C2 +LQ00X067240 21 kDa seed protein 5.628798832 C6_control_C3 +LQ00X067240 21 kDa seed protein 5.578129453 C6_chemical_A1 +LQ00X067240 21 kDa seed protein 5.855595916 C6_chemical_A3 +LQ00X067240 21 kDa seed protein 6.922195003 C6_chemical_B1 +LQ00X067240 21 kDa seed protein 5.896522071 C6_chemical_B2 +LQ00X067240 21 kDa seed protein 5.723271088 C6_chemical_B3 +LQ00X067240 21 kDa seed protein 5.11904374 C6_chemical_C1 +LQ00X067240 21 kDa seed protein 5.252423279 C6_chemical_C2 +LQ00X067240 21 kDa seed protein 5.810176467 C6_chemical_C3 +LQ00X067240 21 kDa seed protein 5.585231027 L4_control_A1 +LQ00X067240 21 kDa seed protein 5.829459833 L4_control_A2 +LQ00X067240 21 kDa seed protein 5.141273761 L4_control_A3 +LQ00X067240 21 kDa seed protein 5.749876338 L4_control_B1 +LQ00X067240 21 kDa seed protein 5.657052794 L4_control_B2 +LQ00X067240 21 kDa seed protein 6.63714094 L4_control_B3 +LQ00X067240 21 kDa seed protein 7.533589516 L4_control_C2 +LQ00X067240 21 kDa seed protein 6.569309553 L4_control_C3 +LQ00X067240 21 kDa seed protein 5.770843018 L4_chemical_A1 +LQ00X067240 21 kDa seed protein 5.945576272 L4_chemical_A2 +LQ00X067240 21 kDa seed protein 5.099953249 L4_chemical_A3 +LQ00X067240 21 kDa seed protein 6.40207096 L4_chemical_B1 +LQ00X067240 21 kDa seed protein 5.640282697 L4_chemical_B2 +LQ00X067240 21 kDa seed protein 6.201085214 L4_chemical_B3 +LQ00X067240 21 kDa seed protein 7.553949504 L4_chemical_C2 +LQ00X067240 21 kDa seed protein 7.007209803 L4_chemical_C3 +LQ00X067640 Hypothetical protein 5.267446128 C6_control_A1 +LQ00X067640 Hypothetical protein 5.579929965 C6_control_A3 +LQ00X067640 Hypothetical protein 5.045412243 C6_control_B1 +LQ00X067640 Hypothetical protein 5.284309225 C6_control_B2 +LQ00X067640 Hypothetical protein 5.480593132 C6_control_B3 +LQ00X067640 Hypothetical protein 5.247939282 C6_control_C1 +LQ00X067640 Hypothetical protein 5.865217943 C6_control_C2 +LQ00X067640 Hypothetical protein 5.58968099 C6_control_C3 +LQ00X067640 Hypothetical protein 5.177414071 C6_chemical_A1 +LQ00X067640 Hypothetical protein 5.942286099 C6_chemical_A3 +LQ00X067640 Hypothetical protein 5.14141854 C6_chemical_B1 +LQ00X067640 Hypothetical protein 5.19949027 C6_chemical_B2 +LQ00X067640 Hypothetical protein 4.976197026 C6_chemical_B3 +LQ00X067640 Hypothetical protein 5.298506409 C6_chemical_C1 +LQ00X067640 Hypothetical protein 5.346831593 C6_chemical_C2 +LQ00X067640 Hypothetical protein 5.44964017 C6_chemical_C3 +LQ00X067640 Hypothetical protein 5.222167695 L4_control_A1 +LQ00X067640 Hypothetical protein 5.460643675 L4_control_A2 +LQ00X067640 Hypothetical protein 5.464659621 L4_control_A3 +LQ00X067640 Hypothetical protein 5.064635327 L4_control_B1 +LQ00X067640 Hypothetical protein 6.136114147 L4_control_B2 +LQ00X067640 Hypothetical protein 5.441219082 L4_control_B3 +LQ00X067640 Hypothetical protein 5.258223823 L4_control_C2 +LQ00X067640 Hypothetical protein 4.814792109 L4_control_C3 +LQ00X067640 Hypothetical protein 4.99721164 L4_chemical_A1 +LQ00X067640 Hypothetical protein 5.309438824 L4_chemical_A2 +LQ00X067640 Hypothetical protein 6.101318374 L4_chemical_A3 +LQ00X067640 Hypothetical protein 5.291598546 L4_chemical_B1 +LQ00X067640 Hypothetical protein 5.87368438 L4_chemical_B2 +LQ00X067640 Hypothetical protein 4.945562723 L4_chemical_B3 +LQ00X067640 Hypothetical protein 5.0773967 L4_chemical_C2 +LQ00X067640 Hypothetical protein 4.964723082 L4_chemical_C3 +LQ00X068010 Hypothetical protein 5.254342936 C6_control_A1 +LQ00X068010 Hypothetical protein 4.966084494 C6_control_A3 +LQ00X068010 Hypothetical protein 5.002587281 C6_control_B1 +LQ00X068010 Hypothetical protein 5.390274687 C6_control_B2 +LQ00X068010 Hypothetical protein 5.22807609 C6_control_B3 +LQ00X068010 Hypothetical protein 6.303575281 C6_control_C1 +LQ00X068010 Hypothetical protein 5.564455103 C6_control_C2 +LQ00X068010 Hypothetical protein 5.517809292 C6_control_C3 +LQ00X068010 Hypothetical protein 5.229383231 C6_chemical_A1 +LQ00X068010 Hypothetical protein 5.123185099 C6_chemical_A3 +LQ00X068010 Hypothetical protein 5.297460264 C6_chemical_B1 +LQ00X068010 Hypothetical protein 5.346787132 C6_chemical_B2 +LQ00X068010 Hypothetical protein 4.997651121 C6_chemical_B3 +LQ00X068010 Hypothetical protein 5.731076233 C6_chemical_C1 +LQ00X068010 Hypothetical protein 6.221265623 C6_chemical_C2 +LQ00X068010 Hypothetical protein 5.805084808 C6_chemical_C3 +LQ00X068010 Hypothetical protein 5.050365201 L4_control_A1 +LQ00X068010 Hypothetical protein 5.239411457 L4_control_A2 +LQ00X068010 Hypothetical protein 5.340581562 L4_control_A3 +LQ00X068010 Hypothetical protein 5.61055717 L4_control_B1 +LQ00X068010 Hypothetical protein 5.220759943 L4_control_B2 +LQ00X068010 Hypothetical protein 4.873080447 L4_control_B3 +LQ00X068010 Hypothetical protein 5.317966426 L4_control_C2 +LQ00X068010 Hypothetical protein 5.105553082 L4_control_C3 +LQ00X068010 Hypothetical protein 5.018882741 L4_chemical_A1 +LQ00X068010 Hypothetical protein 5.465751307 L4_chemical_A2 +LQ00X068010 Hypothetical protein 4.900429046 L4_chemical_A3 +LQ00X068010 Hypothetical protein 5.179929705 L4_chemical_B1 +LQ00X068010 Hypothetical protein 5.053533876 L4_chemical_B2 +LQ00X068010 Hypothetical protein 4.91608634 L4_chemical_B3 +LQ00X068010 Hypothetical protein 5.839447671 L4_chemical_C2 +LQ00X068010 Hypothetical protein 5.113542064 L4_chemical_C3 +LQ00X068130 Hypothetical protein 8.224174208 C6_control_A1 +LQ00X068130 Hypothetical protein 9.538015401 C6_control_A3 +LQ00X068130 Hypothetical protein 7.295951075 C6_control_B1 +LQ00X068130 Hypothetical protein 7.4636889 C6_control_B2 +LQ00X068130 Hypothetical protein 7.208470888 C6_control_B3 +LQ00X068130 Hypothetical protein 9.179603443 C6_control_C1 +LQ00X068130 Hypothetical protein 9.762771434 C6_control_C2 +LQ00X068130 Hypothetical protein 8.089841064 C6_control_C3 +LQ00X068130 Hypothetical protein 10.08969923 C6_chemical_A1 +LQ00X068130 Hypothetical protein 9.700182908 C6_chemical_A3 +LQ00X068130 Hypothetical protein 9.021188073 C6_chemical_B1 +LQ00X068130 Hypothetical protein 9.184689323 C6_chemical_B2 +LQ00X068130 Hypothetical protein 8.529388554 C6_chemical_B3 +LQ00X068130 Hypothetical protein 10.6170764 C6_chemical_C1 +LQ00X068130 Hypothetical protein 10.09995162 C6_chemical_C2 +LQ00X068130 Hypothetical protein 9.484379628 C6_chemical_C3 +LQ00X068130 Hypothetical protein 9.994342198 L4_control_A1 +LQ00X068130 Hypothetical protein 8.448519976 L4_control_A2 +LQ00X068130 Hypothetical protein 10.18335193 L4_control_A3 +LQ00X068130 Hypothetical protein 9.15417729 L4_control_B1 +LQ00X068130 Hypothetical protein 9.336615073 L4_control_B2 +LQ00X068130 Hypothetical protein 9.031887642 L4_control_B3 +LQ00X068130 Hypothetical protein 10.28915931 L4_control_C2 +LQ00X068130 Hypothetical protein 10.4152852 L4_control_C3 +LQ00X068130 Hypothetical protein 8.940327615 L4_chemical_A1 +LQ00X068130 Hypothetical protein 7.502191506 L4_chemical_A2 +LQ00X068130 Hypothetical protein 10.18636512 L4_chemical_A3 +LQ00X068130 Hypothetical protein 8.262052155 L4_chemical_B1 +LQ00X068130 Hypothetical protein 8.21323997 L4_chemical_B2 +LQ00X068130 Hypothetical protein 9.059550673 L4_chemical_B3 +LQ00X068130 Hypothetical protein 9.807639074 L4_chemical_C2 +LQ00X068130 Hypothetical protein 10.45399792 L4_chemical_C3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.44904293 C6_control_A1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 10.95641201 C6_control_A3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.00894145 C6_control_B1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.3136698 C6_control_B2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.13646921 C6_control_B3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 13.24749573 C6_control_C1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.90416668 C6_control_C2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.80027904 C6_control_C3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.59717321 C6_chemical_A1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.20650337 C6_chemical_A3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.99821734 C6_chemical_B1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.20025873 C6_chemical_B2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.88043622 C6_chemical_B3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.97263717 C6_chemical_C1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.82688295 C6_chemical_C2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.59817104 C6_chemical_C3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.19134748 L4_control_A1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.9350261 L4_control_A2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.09502953 L4_control_A3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.14639827 L4_control_B1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.33922786 L4_control_B2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.32224439 L4_control_B3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.69717959 L4_control_C2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.27303118 L4_control_C3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 10.85205275 L4_chemical_A1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.78641886 L4_chemical_A2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 10.86268425 L4_chemical_A3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.03532842 L4_chemical_B1 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.87915082 L4_chemical_B2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.73037725 L4_chemical_B3 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.49220548 L4_chemical_C2 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 12.41866544 L4_chemical_C3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.80938863 C6_control_A1 +LQ00X068210 Pyrroline-5-carboxylate reductase 14.19767661 C6_control_A3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.64065709 C6_control_B1 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.61847883 C6_control_B2 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.81919616 C6_control_B3 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.88280257 C6_control_C1 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.48516305 C6_control_C2 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.30624391 C6_control_C3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.72058764 C6_chemical_A1 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.94062427 C6_chemical_A3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.54661098 C6_chemical_B1 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.87710826 C6_chemical_B2 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.47978771 C6_chemical_B3 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.79881128 C6_chemical_C1 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.62109143 C6_chemical_C2 +LQ00X068210 Pyrroline-5-carboxylate reductase 11.82300211 C6_chemical_C3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.82309191 L4_control_A1 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.63920868 L4_control_A2 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.80846014 L4_control_A3 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.61211179 L4_control_B1 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.35319978 L4_control_B2 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.03175314 L4_control_B3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.45263543 L4_control_C2 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.78767053 L4_control_C3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.45128333 L4_chemical_A1 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.22900275 L4_chemical_A2 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.25091668 L4_chemical_A3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.1708591 L4_chemical_B1 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.22272893 L4_chemical_B2 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.34649805 L4_chemical_B3 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.61448157 L4_chemical_C2 +LQ00X068210 Pyrroline-5-carboxylate reductase 12.85741198 L4_chemical_C3 +LQ00X068320 Hypothetical protein 10.37518004 C6_control_A1 +LQ00X068320 Hypothetical protein 10.19006975 C6_control_A3 +LQ00X068320 Hypothetical protein 10.50575526 C6_control_B1 +LQ00X068320 Hypothetical protein 10.28132704 C6_control_B2 +LQ00X068320 Hypothetical protein 10.23714996 C6_control_B3 +LQ00X068320 Hypothetical protein 9.656947377 C6_control_C1 +LQ00X068320 Hypothetical protein 9.375844659 C6_control_C2 +LQ00X068320 Hypothetical protein 9.44988067 C6_control_C3 +LQ00X068320 Hypothetical protein 10.03250997 C6_chemical_A1 +LQ00X068320 Hypothetical protein 10.41326949 C6_chemical_A3 +LQ00X068320 Hypothetical protein 9.731698778 C6_chemical_B1 +LQ00X068320 Hypothetical protein 9.60375449 C6_chemical_B2 +LQ00X068320 Hypothetical protein 9.777174718 C6_chemical_B3 +LQ00X068320 Hypothetical protein 9.201503902 C6_chemical_C1 +LQ00X068320 Hypothetical protein 8.978161541 C6_chemical_C2 +LQ00X068320 Hypothetical protein 9.151010798 C6_chemical_C3 +LQ00X068320 Hypothetical protein 10.60128558 L4_control_A1 +LQ00X068320 Hypothetical protein 11.40013483 L4_control_A2 +LQ00X068320 Hypothetical protein 10.91871567 L4_control_A3 +LQ00X068320 Hypothetical protein 11.17499235 L4_control_B1 +LQ00X068320 Hypothetical protein 10.24663468 L4_control_B2 +LQ00X068320 Hypothetical protein 10.42065607 L4_control_B3 +LQ00X068320 Hypothetical protein 9.594376558 L4_control_C2 +LQ00X068320 Hypothetical protein 9.407425873 L4_control_C3 +LQ00X068320 Hypothetical protein 10.36340464 L4_chemical_A1 +LQ00X068320 Hypothetical protein 10.77362788 L4_chemical_A2 +LQ00X068320 Hypothetical protein 10.8929888 L4_chemical_A3 +LQ00X068320 Hypothetical protein 11.10680857 L4_chemical_B1 +LQ00X068320 Hypothetical protein 10.64217927 L4_chemical_B2 +LQ00X068320 Hypothetical protein 10.61716427 L4_chemical_B3 +LQ00X068320 Hypothetical protein 9.815772117 L4_chemical_C2 +LQ00X068320 Hypothetical protein 9.825726798 L4_chemical_C3 +LQ00X068660 Putative uncharacterized protein 10.71515593 C6_control_A1 +LQ00X068660 Putative uncharacterized protein 11.00807692 C6_control_A3 +LQ00X068660 Putative uncharacterized protein 11.28897314 C6_control_B1 +LQ00X068660 Putative uncharacterized protein 10.42492119 C6_control_B2 +LQ00X068660 Putative uncharacterized protein 10.87912432 C6_control_B3 +LQ00X068660 Putative uncharacterized protein 10.52936476 C6_control_C1 +LQ00X068660 Putative uncharacterized protein 10.09590911 C6_control_C2 +LQ00X068660 Putative uncharacterized protein 10.25170388 C6_control_C3 +LQ00X068660 Putative uncharacterized protein 10.7292924 C6_chemical_A1 +LQ00X068660 Putative uncharacterized protein 10.79863931 C6_chemical_A3 +LQ00X068660 Putative uncharacterized protein 11.10276287 C6_chemical_B1 +LQ00X068660 Putative uncharacterized protein 10.33187984 C6_chemical_B2 +LQ00X068660 Putative uncharacterized protein 10.53809999 C6_chemical_B3 +LQ00X068660 Putative uncharacterized protein 10.28900984 C6_chemical_C1 +LQ00X068660 Putative uncharacterized protein 10.04665918 C6_chemical_C2 +LQ00X068660 Putative uncharacterized protein 10.05268071 C6_chemical_C3 +LQ00X068660 Putative uncharacterized protein 10.65169492 L4_control_A1 +LQ00X068660 Putative uncharacterized protein 10.33293689 L4_control_A2 +LQ00X068660 Putative uncharacterized protein 10.43519661 L4_control_A3 +LQ00X068660 Putative uncharacterized protein 10.67223081 L4_control_B1 +LQ00X068660 Putative uncharacterized protein 11.42591314 L4_control_B2 +LQ00X068660 Putative uncharacterized protein 10.15673928 L4_control_B3 +LQ00X068660 Putative uncharacterized protein 11.15611062 L4_control_C2 +LQ00X068660 Putative uncharacterized protein 10.25164959 L4_control_C3 +LQ00X068660 Putative uncharacterized protein 10.01905395 L4_chemical_A1 +LQ00X068660 Putative uncharacterized protein 10.32675222 L4_chemical_A2 +LQ00X068660 Putative uncharacterized protein 10.25999187 L4_chemical_A3 +LQ00X068660 Putative uncharacterized protein 10.7009084 L4_chemical_B1 +LQ00X068660 Putative uncharacterized protein 10.82001946 L4_chemical_B2 +LQ00X068660 Putative uncharacterized protein 10.08173177 L4_chemical_B3 +LQ00X068660 Putative uncharacterized protein 11.037287 L4_chemical_C2 +LQ00X068660 Putative uncharacterized protein 10.22337363 L4_chemical_C3 +LQ00X068690 Predicted protein 5.712356814 C6_control_A1 +LQ00X068690 Predicted protein 5.239159061 C6_control_A3 +LQ00X068690 Predicted protein 5.763947825 C6_control_B1 +LQ00X068690 Predicted protein 5.243243581 C6_control_B2 +LQ00X068690 Predicted protein 5.844049296 C6_control_B3 +LQ00X068690 Predicted protein 5.196538655 C6_control_C1 +LQ00X068690 Predicted protein 4.797053406 C6_control_C2 +LQ00X068690 Predicted protein 5.26449053 C6_control_C3 +LQ00X068690 Predicted protein 5.455393687 C6_chemical_A1 +LQ00X068690 Predicted protein 5.459813951 C6_chemical_A3 +LQ00X068690 Predicted protein 6.393700506 C6_chemical_B1 +LQ00X068690 Predicted protein 5.16535679 C6_chemical_B2 +LQ00X068690 Predicted protein 5.780194604 C6_chemical_B3 +LQ00X068690 Predicted protein 5.388020624 C6_chemical_C1 +LQ00X068690 Predicted protein 5.002685898 C6_chemical_C2 +LQ00X068690 Predicted protein 5.062166996 C6_chemical_C3 +LQ00X068690 Predicted protein 5.25672398 L4_control_A1 +LQ00X068690 Predicted protein 5.45081504 L4_control_A2 +LQ00X068690 Predicted protein 5.361107657 L4_control_A3 +LQ00X068690 Predicted protein 5.074462345 L4_control_B1 +LQ00X068690 Predicted protein 5.39013793 L4_control_B2 +LQ00X068690 Predicted protein 5.291218144 L4_control_B3 +LQ00X068690 Predicted protein 5.877941936 L4_control_C2 +LQ00X068690 Predicted protein 5.355788742 L4_control_C3 +LQ00X068690 Predicted protein 5.356613564 L4_chemical_A1 +LQ00X068690 Predicted protein 5.431463697 L4_chemical_A2 +LQ00X068690 Predicted protein 5.355712089 L4_chemical_A3 +LQ00X068690 Predicted protein 5.393320681 L4_chemical_B1 +LQ00X068690 Predicted protein 5.832133037 L4_chemical_B2 +LQ00X068690 Predicted protein 5.568651376 L4_chemical_B3 +LQ00X068690 Predicted protein 6.422500062 L4_chemical_C2 +LQ00X068690 Predicted protein 5.297302774 L4_chemical_C3 +LQ00X068850 Hypothetical protein 13.09595745 C6_control_A1 +LQ00X068850 Hypothetical protein 12.64995369 C6_control_A3 +LQ00X068850 Hypothetical protein 13.27512254 C6_control_B1 +LQ00X068850 Hypothetical protein 13.534543 C6_control_B2 +LQ00X068850 Hypothetical protein 13.45128873 C6_control_B3 +LQ00X068850 Hypothetical protein 13.82669438 C6_control_C1 +LQ00X068850 Hypothetical protein 13.6871335 C6_control_C2 +LQ00X068850 Hypothetical protein 13.9322716 C6_control_C3 +LQ00X068850 Hypothetical protein 13.05834918 C6_chemical_A1 +LQ00X068850 Hypothetical protein 13.38250478 C6_chemical_A3 +LQ00X068850 Hypothetical protein 13.09447162 C6_chemical_B1 +LQ00X068850 Hypothetical protein 13.00875453 C6_chemical_B2 +LQ00X068850 Hypothetical protein 13.60108037 C6_chemical_B3 +LQ00X068850 Hypothetical protein 13.50574027 C6_chemical_C1 +LQ00X068850 Hypothetical protein 13.63557654 C6_chemical_C2 +LQ00X068850 Hypothetical protein 14.00103674 C6_chemical_C3 +LQ00X068850 Hypothetical protein 13.05614378 L4_control_A1 +LQ00X068850 Hypothetical protein 13.3155558 L4_control_A2 +LQ00X068850 Hypothetical protein 13.20026898 L4_control_A3 +LQ00X068850 Hypothetical protein 13.61847317 L4_control_B1 +LQ00X068850 Hypothetical protein 13.62007728 L4_control_B2 +LQ00X068850 Hypothetical protein 13.8402462 L4_control_B3 +LQ00X068850 Hypothetical protein 13.77188006 L4_control_C2 +LQ00X068850 Hypothetical protein 13.80535451 L4_control_C3 +LQ00X068850 Hypothetical protein 13.52434822 L4_chemical_A1 +LQ00X068850 Hypothetical protein 13.61256591 L4_chemical_A2 +LQ00X068850 Hypothetical protein 13.53933556 L4_chemical_A3 +LQ00X068850 Hypothetical protein 13.40271763 L4_chemical_B1 +LQ00X068850 Hypothetical protein 13.48247655 L4_chemical_B2 +LQ00X068850 Hypothetical protein 13.62275825 L4_chemical_B3 +LQ00X068850 Hypothetical protein 13.66406382 L4_chemical_C2 +LQ00X068850 Hypothetical protein 13.71100998 L4_chemical_C3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 10.0108526 C6_control_A1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 10.08458086 C6_control_A3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 10.00355897 C6_control_B1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.830918878 C6_control_B2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 10.0113589 C6_control_B3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.619150875 C6_control_C1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 8.995699032 C6_control_C2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.805433478 C6_control_C3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.833312929 C6_chemical_A1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.497227372 C6_chemical_A3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.856140102 C6_chemical_B1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.454782271 C6_chemical_B2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 10.02470137 C6_chemical_B3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.370492198 C6_chemical_C1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 8.975167936 C6_chemical_C2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.229516365 C6_chemical_C3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.732035228 L4_control_A1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.469308455 L4_control_A2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 10.06241004 L4_control_A3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.762631325 L4_control_B1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.76572754 L4_control_B2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.508962854 L4_control_B3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.420846993 L4_control_C2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.597226718 L4_control_C3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.782322649 L4_chemical_A1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.322456754 L4_chemical_A2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 10.46543465 L4_chemical_A3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.678853809 L4_chemical_B1 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.531902084 L4_chemical_B2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.540631797 L4_chemical_B3 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.126304492 L4_chemical_C2 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.736629601 L4_chemical_C3 +LQ00X069054 Hypothetical protein 5.235200657 C6_control_A1 +LQ00X069054 Hypothetical protein 5.121158319 C6_control_A3 +LQ00X069054 Hypothetical protein 5.263829583 C6_control_B1 +LQ00X069054 Hypothetical protein 5.546958642 C6_control_B2 +LQ00X069054 Hypothetical protein 5.695038644 C6_control_B3 +LQ00X069054 Hypothetical protein 5.452040217 C6_control_C1 +LQ00X069054 Hypothetical protein 5.357041204 C6_control_C2 +LQ00X069054 Hypothetical protein 5.718142144 C6_control_C3 +LQ00X069054 Hypothetical protein 5.249993777 C6_chemical_A1 +LQ00X069054 Hypothetical protein 5.433502626 C6_chemical_A3 +LQ00X069054 Hypothetical protein 5.457270798 C6_chemical_B1 +LQ00X069054 Hypothetical protein 5.410323313 C6_chemical_B2 +LQ00X069054 Hypothetical protein 5.484676053 C6_chemical_B3 +LQ00X069054 Hypothetical protein 5.36930354 C6_chemical_C1 +LQ00X069054 Hypothetical protein 5.593628865 C6_chemical_C2 +LQ00X069054 Hypothetical protein 5.373752469 C6_chemical_C3 +LQ00X069054 Hypothetical protein 5.123476206 L4_control_A1 +LQ00X069054 Hypothetical protein 5.312369354 L4_control_A2 +LQ00X069054 Hypothetical protein 5.379203461 L4_control_A3 +LQ00X069054 Hypothetical protein 5.402454365 L4_control_B1 +LQ00X069054 Hypothetical protein 5.249867213 L4_control_B2 +LQ00X069054 Hypothetical protein 5.123318004 L4_control_B3 +LQ00X069054 Hypothetical protein 5.675112741 L4_control_C2 +LQ00X069054 Hypothetical protein 5.736429861 L4_control_C3 +LQ00X069054 Hypothetical protein 4.965056808 L4_chemical_A1 +LQ00X069054 Hypothetical protein 5.452855296 L4_chemical_A2 +LQ00X069054 Hypothetical protein 5.574577572 L4_chemical_A3 +LQ00X069054 Hypothetical protein 5.234757923 L4_chemical_B1 +LQ00X069054 Hypothetical protein 4.994808674 L4_chemical_B2 +LQ00X069054 Hypothetical protein 5.028532546 L4_chemical_B3 +LQ00X069054 Hypothetical protein 5.076291558 L4_chemical_C2 +LQ00X069054 Hypothetical protein 5.230415164 L4_chemical_C3 +LQ00X069140 Putative UPF0176 protein pc0378 5.535032638 C6_control_A1 +LQ00X069140 Putative UPF0176 protein pc0378 5.242078408 C6_control_A3 +LQ00X069140 Putative UPF0176 protein pc0378 4.85394061 C6_control_B1 +LQ00X069140 Putative UPF0176 protein pc0378 5.878628538 C6_control_B2 +LQ00X069140 Putative UPF0176 protein pc0378 5.520860632 C6_control_B3 +LQ00X069140 Putative UPF0176 protein pc0378 5.78360014 C6_control_C1 +LQ00X069140 Putative UPF0176 protein pc0378 5.705488593 C6_control_C2 +LQ00X069140 Putative UPF0176 protein pc0378 6.050415145 C6_control_C3 +LQ00X069140 Putative UPF0176 protein pc0378 5.533551599 C6_chemical_A1 +LQ00X069140 Putative UPF0176 protein pc0378 5.2910262 C6_chemical_A3 +LQ00X069140 Putative UPF0176 protein pc0378 5.113932762 C6_chemical_B1 +LQ00X069140 Putative UPF0176 protein pc0378 5.611762048 C6_chemical_B2 +LQ00X069140 Putative UPF0176 protein pc0378 5.333317334 C6_chemical_B3 +LQ00X069140 Putative UPF0176 protein pc0378 5.292890863 C6_chemical_C1 +LQ00X069140 Putative UPF0176 protein pc0378 5.624165967 C6_chemical_C2 +LQ00X069140 Putative UPF0176 protein pc0378 6.179644297 C6_chemical_C3 +LQ00X069140 Putative UPF0176 protein pc0378 5.052105961 L4_control_A1 +LQ00X069140 Putative UPF0176 protein pc0378 5.590593996 L4_control_A2 +LQ00X069140 Putative UPF0176 protein pc0378 5.135136498 L4_control_A3 +LQ00X069140 Putative UPF0176 protein pc0378 5.396087845 L4_control_B1 +LQ00X069140 Putative UPF0176 protein pc0378 5.245977008 L4_control_B2 +LQ00X069140 Putative UPF0176 protein pc0378 5.623276663 L4_control_B3 +LQ00X069140 Putative UPF0176 protein pc0378 5.107456546 L4_control_C2 +LQ00X069140 Putative UPF0176 protein pc0378 5.040072148 L4_control_C3 +LQ00X069140 Putative UPF0176 protein pc0378 5.314398628 L4_chemical_A1 +LQ00X069140 Putative UPF0176 protein pc0378 5.280715064 L4_chemical_A2 +LQ00X069140 Putative UPF0176 protein pc0378 5.68739806 L4_chemical_A3 +LQ00X069140 Putative UPF0176 protein pc0378 5.117141339 L4_chemical_B1 +LQ00X069140 Putative UPF0176 protein pc0378 5.287942515 L4_chemical_B2 +LQ00X069140 Putative UPF0176 protein pc0378 5.444137758 L4_chemical_B3 +LQ00X069140 Putative UPF0176 protein pc0378 5.298267622 L4_chemical_C2 +LQ00X069140 Putative UPF0176 protein pc0378 5.530234308 L4_chemical_C3 +LQ00X069330 Predicted protein 11.30953374 C6_control_A1 +LQ00X069330 Predicted protein 11.7776371 C6_control_A3 +LQ00X069330 Predicted protein 10.96496145 C6_control_B1 +LQ00X069330 Predicted protein 10.46473778 C6_control_B2 +LQ00X069330 Predicted protein 10.28346525 C6_control_B3 +LQ00X069330 Predicted protein 10.89488451 C6_control_C1 +LQ00X069330 Predicted protein 10.83249369 C6_control_C2 +LQ00X069330 Predicted protein 10.70741511 C6_control_C3 +LQ00X069330 Predicted protein 11.25879833 C6_chemical_A1 +LQ00X069330 Predicted protein 11.66936699 C6_chemical_A3 +LQ00X069330 Predicted protein 10.75504941 C6_chemical_B1 +LQ00X069330 Predicted protein 10.41858955 C6_chemical_B2 +LQ00X069330 Predicted protein 10.32841775 C6_chemical_B3 +LQ00X069330 Predicted protein 11.14559444 C6_chemical_C1 +LQ00X069330 Predicted protein 10.99961754 C6_chemical_C2 +LQ00X069330 Predicted protein 10.9595722 C6_chemical_C3 +LQ00X069330 Predicted protein 11.80331187 L4_control_A1 +LQ00X069330 Predicted protein 11.90050666 L4_control_A2 +LQ00X069330 Predicted protein 11.5836507 L4_control_A3 +LQ00X069330 Predicted protein 11.3587224 L4_control_B1 +LQ00X069330 Predicted protein 10.76904611 L4_control_B2 +LQ00X069330 Predicted protein 10.43307461 L4_control_B3 +LQ00X069330 Predicted protein 11.00760685 L4_control_C2 +LQ00X069330 Predicted protein 10.6048535 L4_control_C3 +LQ00X069330 Predicted protein 11.73240423 L4_chemical_A1 +LQ00X069330 Predicted protein 11.80261132 L4_chemical_A2 +LQ00X069330 Predicted protein 11.86905988 L4_chemical_A3 +LQ00X069330 Predicted protein 11.45120504 L4_chemical_B1 +LQ00X069330 Predicted protein 11.15929473 L4_chemical_B2 +LQ00X069330 Predicted protein 10.81947524 L4_chemical_B3 +LQ00X069330 Predicted protein 11.40928921 L4_chemical_C2 +LQ00X069330 Predicted protein 10.80752099 L4_chemical_C3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.213835637 C6_control_A1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.558247316 C6_control_A3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.26354103 C6_control_B1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.12831479 C6_control_B2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.422995886 C6_control_B3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.114458745 C6_control_C1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.879448992 C6_control_C2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.590345435 C6_control_C3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.258279544 C6_chemical_A1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.243230431 C6_chemical_A3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.536825062 C6_chemical_B1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.556224389 C6_chemical_B2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.503108101 C6_chemical_B3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.43380056 C6_chemical_C1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.579900478 C6_chemical_C2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.599324047 C6_chemical_C3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.066869206 L4_control_A1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.104053847 L4_control_A2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.476597863 L4_control_A3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.319393514 L4_control_B1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.763945647 L4_control_B2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.183941909 L4_control_B3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.532591278 L4_control_C2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.572747154 L4_control_C3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.054541635 L4_chemical_A1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.31704663 L4_chemical_A2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 4.932449507 L4_chemical_A3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.693383977 L4_chemical_B1 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.100537688 L4_chemical_B2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.018496306 L4_chemical_B3 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.81815445 L4_chemical_C2 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.378692037 L4_chemical_C3 +LQ00X069990 Predicted protein 5.156614282 C6_control_A1 +LQ00X069990 Predicted protein 5.080403429 C6_control_A3 +LQ00X069990 Predicted protein 4.839168705 C6_control_B1 +LQ00X069990 Predicted protein 4.743796241 C6_control_B2 +LQ00X069990 Predicted protein 5.058114265 C6_control_B3 +LQ00X069990 Predicted protein 4.686510022 C6_control_C1 +LQ00X069990 Predicted protein 4.91471907 C6_control_C2 +LQ00X069990 Predicted protein 5.027199546 C6_control_C3 +LQ00X069990 Predicted protein 5.577965076 C6_chemical_A1 +LQ00X069990 Predicted protein 5.105234011 C6_chemical_A3 +LQ00X069990 Predicted protein 5.215373866 C6_chemical_B1 +LQ00X069990 Predicted protein 4.997431836 C6_chemical_B2 +LQ00X069990 Predicted protein 4.893540776 C6_chemical_B3 +LQ00X069990 Predicted protein 4.990779623 C6_chemical_C1 +LQ00X069990 Predicted protein 4.910341669 C6_chemical_C2 +LQ00X069990 Predicted protein 5.259302871 C6_chemical_C3 +LQ00X069990 Predicted protein 5.081719927 L4_control_A1 +LQ00X069990 Predicted protein 5.38981934 L4_control_A2 +LQ00X069990 Predicted protein 5.399935215 L4_control_A3 +LQ00X069990 Predicted protein 5.589787325 L4_control_B1 +LQ00X069990 Predicted protein 5.422310741 L4_control_B2 +LQ00X069990 Predicted protein 4.852953626 L4_control_B3 +LQ00X069990 Predicted protein 5.817945495 L4_control_C2 +LQ00X069990 Predicted protein 4.718549515 L4_control_C3 +LQ00X069990 Predicted protein 5.41059192 L4_chemical_A1 +LQ00X069990 Predicted protein 5.118006338 L4_chemical_A2 +LQ00X069990 Predicted protein 5.528305381 L4_chemical_A3 +LQ00X069990 Predicted protein 5.306761013 L4_chemical_B1 +LQ00X069990 Predicted protein 5.0078772 L4_chemical_B2 +LQ00X069990 Predicted protein 4.871212031 L4_chemical_B3 +LQ00X069990 Predicted protein 6.07610249 L4_chemical_C2 +LQ00X069990 Predicted protein 4.425000851 L4_chemical_C3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.615292415 C6_control_A1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.931973951 C6_control_A3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.697841177 C6_control_B1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.824545105 C6_control_B2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.055918394 C6_control_B3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.013853719 C6_control_C1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.929514228 C6_control_C2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.604733562 C6_control_C3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.937286247 C6_chemical_A1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.080618553 C6_chemical_A3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.432736861 C6_chemical_B1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.91145973 C6_chemical_B2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.773174066 C6_chemical_B3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.203835826 C6_chemical_C1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.286427824 C6_chemical_C2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.90394324 C6_chemical_C3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.116929355 L4_control_A1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.918043906 L4_control_A2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.651821876 L4_control_A3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.111780716 L4_control_B1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.140148073 L4_control_B2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.777689373 L4_control_B3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.958208344 L4_control_C2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.792742908 L4_control_C3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.848083063 L4_chemical_A1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.879151069 L4_chemical_A2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.939307025 L4_chemical_A3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.86410177 L4_chemical_B1 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.223301811 L4_chemical_B2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.8738548 L4_chemical_B3 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.971256719 L4_chemical_C2 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.967936636 L4_chemical_C3 +LQ00X070230 Receptor-like protein kinase FERONIA 10.8355793 C6_control_A1 +LQ00X070230 Receptor-like protein kinase FERONIA 10.25913736 C6_control_A3 +LQ00X070230 Receptor-like protein kinase FERONIA 11.96959284 C6_control_B1 +LQ00X070230 Receptor-like protein kinase FERONIA 12.28484598 C6_control_B2 +LQ00X070230 Receptor-like protein kinase FERONIA 12.15867719 C6_control_B3 +LQ00X070230 Receptor-like protein kinase FERONIA 11.99480838 C6_control_C1 +LQ00X070230 Receptor-like protein kinase FERONIA 12.16188493 C6_control_C2 +LQ00X070230 Receptor-like protein kinase FERONIA 11.97021257 C6_control_C3 +LQ00X070230 Receptor-like protein kinase FERONIA 11.12197626 C6_chemical_A1 +LQ00X070230 Receptor-like protein kinase FERONIA 10.33376721 C6_chemical_A3 +LQ00X070230 Receptor-like protein kinase FERONIA 12.34178609 C6_chemical_B1 +LQ00X070230 Receptor-like protein kinase FERONIA 12.29434515 C6_chemical_B2 +LQ00X070230 Receptor-like protein kinase FERONIA 12.56187633 C6_chemical_B3 +LQ00X070230 Receptor-like protein kinase FERONIA 11.87777579 C6_chemical_C1 +LQ00X070230 Receptor-like protein kinase FERONIA 11.84146573 C6_chemical_C2 +LQ00X070230 Receptor-like protein kinase FERONIA 11.97880201 C6_chemical_C3 +LQ00X070230 Receptor-like protein kinase FERONIA 10.00137534 L4_control_A1 +LQ00X070230 Receptor-like protein kinase FERONIA 10.82537794 L4_control_A2 +LQ00X070230 Receptor-like protein kinase FERONIA 10.7281777 L4_control_A3 +LQ00X070230 Receptor-like protein kinase FERONIA 12.5955932 L4_control_B1 +LQ00X070230 Receptor-like protein kinase FERONIA 12.22574628 L4_control_B2 +LQ00X070230 Receptor-like protein kinase FERONIA 12.50048357 L4_control_B3 +LQ00X070230 Receptor-like protein kinase FERONIA 12.31635576 L4_control_C2 +LQ00X070230 Receptor-like protein kinase FERONIA 12.46956736 L4_control_C3 +LQ00X070230 Receptor-like protein kinase FERONIA 10.67254322 L4_chemical_A1 +LQ00X070230 Receptor-like protein kinase FERONIA 11.24192752 L4_chemical_A2 +LQ00X070230 Receptor-like protein kinase FERONIA 10.58003338 L4_chemical_A3 +LQ00X070230 Receptor-like protein kinase FERONIA 12.08770184 L4_chemical_B1 +LQ00X070230 Receptor-like protein kinase FERONIA 11.76814641 L4_chemical_B2 +LQ00X070230 Receptor-like protein kinase FERONIA 11.9298906 L4_chemical_B3 +LQ00X070230 Receptor-like protein kinase FERONIA 12.45232063 L4_chemical_C2 +LQ00X070230 Receptor-like protein kinase FERONIA 12.22335571 L4_chemical_C3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.256251454 C6_control_A1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.951559378 C6_control_A3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.271733345 C6_control_B1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.118332442 C6_control_B2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.26814989 C6_control_B3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.289858757 C6_control_C1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.829248991 C6_control_C2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.130035309 C6_control_C3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.482128864 C6_chemical_A1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.054850347 C6_chemical_A3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.405836961 C6_chemical_B1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.402417708 C6_chemical_B2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.333348552 C6_chemical_B3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.261325741 C6_chemical_C1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.464127669 C6_chemical_C2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.426015218 C6_chemical_C3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.97937677 L4_control_A1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.680576148 L4_control_A2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.772433496 L4_control_A3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.333759153 L4_control_B1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.579550673 L4_control_B2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.350327242 L4_control_B3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.492974818 L4_control_C2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.255598617 L4_control_C3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.298655474 L4_chemical_A1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.85355841 L4_chemical_A2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.386874288 L4_chemical_A3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 6.043529255 L4_chemical_B1 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.785321063 L4_chemical_B2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.775703092 L4_chemical_B3 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.621544505 L4_chemical_C2 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.985233907 L4_chemical_C3 +LQ00X070560 Predicted protein 7.223184997 C6_control_A1 +LQ00X070560 Predicted protein 6.818160724 C6_control_A3 +LQ00X070560 Predicted protein 7.680564937 C6_control_B1 +LQ00X070560 Predicted protein 10.52250202 C6_control_B2 +LQ00X070560 Predicted protein 8.522319928 C6_control_B3 +LQ00X070560 Predicted protein 9.762280257 C6_control_C1 +LQ00X070560 Predicted protein 9.893210011 C6_control_C2 +LQ00X070560 Predicted protein 10.54077823 C6_control_C3 +LQ00X070560 Predicted protein 6.895627453 C6_chemical_A1 +LQ00X070560 Predicted protein 6.849049486 C6_chemical_A3 +LQ00X070560 Predicted protein 7.488179291 C6_chemical_B1 +LQ00X070560 Predicted protein 10.88235237 C6_chemical_B2 +LQ00X070560 Predicted protein 7.519088879 C6_chemical_B3 +LQ00X070560 Predicted protein 9.548285512 C6_chemical_C1 +LQ00X070560 Predicted protein 9.995393425 C6_chemical_C2 +LQ00X070560 Predicted protein 10.32713548 C6_chemical_C3 +LQ00X070560 Predicted protein 6.491999914 L4_control_A1 +LQ00X070560 Predicted protein 5.742783266 L4_control_A2 +LQ00X070560 Predicted protein 4.961051002 L4_control_A3 +LQ00X070560 Predicted protein 7.288629831 L4_control_B1 +LQ00X070560 Predicted protein 6.198294146 L4_control_B2 +LQ00X070560 Predicted protein 7.985133868 L4_control_B3 +LQ00X070560 Predicted protein 5.901575571 L4_control_C2 +LQ00X070560 Predicted protein 6.486357783 L4_control_C3 +LQ00X070560 Predicted protein 6.810167375 L4_chemical_A1 +LQ00X070560 Predicted protein 5.598128456 L4_chemical_A2 +LQ00X070560 Predicted protein 5.184918801 L4_chemical_A3 +LQ00X070560 Predicted protein 6.77876133 L4_chemical_B1 +LQ00X070560 Predicted protein 5.575510156 L4_chemical_B2 +LQ00X070560 Predicted protein 7.533957762 L4_chemical_B3 +LQ00X070560 Predicted protein 6.123247043 L4_chemical_C2 +LQ00X070560 Predicted protein 6.322447693 L4_chemical_C3 +LQ00X070630 Hypothetical protein 4.878287394 C6_control_A1 +LQ00X070630 Hypothetical protein 4.653601096 C6_control_A3 +LQ00X070630 Hypothetical protein 4.872980837 C6_control_B1 +LQ00X070630 Hypothetical protein 4.750217468 C6_control_B2 +LQ00X070630 Hypothetical protein 4.769072979 C6_control_B3 +LQ00X070630 Hypothetical protein 4.936506879 C6_control_C1 +LQ00X070630 Hypothetical protein 4.67108885 C6_control_C2 +LQ00X070630 Hypothetical protein 4.751307621 C6_control_C3 +LQ00X070630 Hypothetical protein 4.853719696 C6_chemical_A1 +LQ00X070630 Hypothetical protein 4.727040942 C6_chemical_A3 +LQ00X070630 Hypothetical protein 5.010570081 C6_chemical_B1 +LQ00X070630 Hypothetical protein 4.620812781 C6_chemical_B2 +LQ00X070630 Hypothetical protein 4.970041605 C6_chemical_B3 +LQ00X070630 Hypothetical protein 4.748660133 C6_chemical_C1 +LQ00X070630 Hypothetical protein 4.708909326 C6_chemical_C2 +LQ00X070630 Hypothetical protein 5.106591908 C6_chemical_C3 +LQ00X070630 Hypothetical protein 4.732174693 L4_control_A1 +LQ00X070630 Hypothetical protein 4.951578412 L4_control_A2 +LQ00X070630 Hypothetical protein 4.873862987 L4_control_A3 +LQ00X070630 Hypothetical protein 4.99006577 L4_control_B1 +LQ00X070630 Hypothetical protein 4.809762575 L4_control_B2 +LQ00X070630 Hypothetical protein 4.882877792 L4_control_B3 +LQ00X070630 Hypothetical protein 5.594107651 L4_control_C2 +LQ00X070630 Hypothetical protein 5.290750245 L4_control_C3 +LQ00X070630 Hypothetical protein 5.185856247 L4_chemical_A1 +LQ00X070630 Hypothetical protein 4.732555167 L4_chemical_A2 +LQ00X070630 Hypothetical protein 4.930950248 L4_chemical_A3 +LQ00X070630 Hypothetical protein 4.980644815 L4_chemical_B1 +LQ00X070630 Hypothetical protein 4.955651473 L4_chemical_B2 +LQ00X070630 Hypothetical protein 4.762269239 L4_chemical_B3 +LQ00X070630 Hypothetical protein 4.983793337 L4_chemical_C2 +LQ00X070630 Hypothetical protein 5.147972365 L4_chemical_C3 +LQ00X070750 Small nuclear ribonucleoprotein E 10.91033988 C6_control_A1 +LQ00X070750 Small nuclear ribonucleoprotein E 10.77665118 C6_control_A3 +LQ00X070750 Small nuclear ribonucleoprotein E 9.803020431 C6_control_B1 +LQ00X070750 Small nuclear ribonucleoprotein E 11.0689404 C6_control_B2 +LQ00X070750 Small nuclear ribonucleoprotein E 9.964937602 C6_control_B3 +LQ00X070750 Small nuclear ribonucleoprotein E 11.82053717 C6_control_C1 +LQ00X070750 Small nuclear ribonucleoprotein E 11.84138859 C6_control_C2 +LQ00X070750 Small nuclear ribonucleoprotein E 11.74291302 C6_control_C3 +LQ00X070750 Small nuclear ribonucleoprotein E 10.71388531 C6_chemical_A1 +LQ00X070750 Small nuclear ribonucleoprotein E 9.391755883 C6_chemical_A3 +LQ00X070750 Small nuclear ribonucleoprotein E 9.249400556 C6_chemical_B1 +LQ00X070750 Small nuclear ribonucleoprotein E 10.74919439 C6_chemical_B2 +LQ00X070750 Small nuclear ribonucleoprotein E 9.51509409 C6_chemical_B3 +LQ00X070750 Small nuclear ribonucleoprotein E 11.81996443 C6_chemical_C1 +LQ00X070750 Small nuclear ribonucleoprotein E 12.10579204 C6_chemical_C2 +LQ00X070750 Small nuclear ribonucleoprotein E 10.61854529 C6_chemical_C3 +LQ00X070750 Small nuclear ribonucleoprotein E 9.523509947 L4_control_A1 +LQ00X070750 Small nuclear ribonucleoprotein E 9.937372837 L4_control_A2 +LQ00X070750 Small nuclear ribonucleoprotein E 8.131722111 L4_control_A3 +LQ00X070750 Small nuclear ribonucleoprotein E 7.442280655 L4_control_B1 +LQ00X070750 Small nuclear ribonucleoprotein E 7.654407401 L4_control_B2 +LQ00X070750 Small nuclear ribonucleoprotein E 8.542407708 L4_control_B3 +LQ00X070750 Small nuclear ribonucleoprotein E 9.318625664 L4_control_C2 +LQ00X070750 Small nuclear ribonucleoprotein E 7.19942678 L4_control_C3 +LQ00X070750 Small nuclear ribonucleoprotein E 9.259255691 L4_chemical_A1 +LQ00X070750 Small nuclear ribonucleoprotein E 9.130577965 L4_chemical_A2 +LQ00X070750 Small nuclear ribonucleoprotein E 7.840392713 L4_chemical_A3 +LQ00X070750 Small nuclear ribonucleoprotein E 8.204555137 L4_chemical_B1 +LQ00X070750 Small nuclear ribonucleoprotein E 7.33190198 L4_chemical_B2 +LQ00X070750 Small nuclear ribonucleoprotein E 8.34287162 L4_chemical_B3 +LQ00X070750 Small nuclear ribonucleoprotein E 9.142958758 L4_chemical_C2 +LQ00X070750 Small nuclear ribonucleoprotein E 8.11900838 L4_chemical_C3 +LQ00X070810 Hypothetical protein 5.748001803 C6_control_A1 +LQ00X070810 Hypothetical protein 5.357405049 C6_control_A3 +LQ00X070810 Hypothetical protein 5.485377986 C6_control_B1 +LQ00X070810 Hypothetical protein 5.236264317 C6_control_B2 +LQ00X070810 Hypothetical protein 5.793181332 C6_control_B3 +LQ00X070810 Hypothetical protein 5.246726975 C6_control_C1 +LQ00X070810 Hypothetical protein 4.865496085 C6_control_C2 +LQ00X070810 Hypothetical protein 5.604780756 C6_control_C3 +LQ00X070810 Hypothetical protein 5.353412696 C6_chemical_A1 +LQ00X070810 Hypothetical protein 5.563386962 C6_chemical_A3 +LQ00X070810 Hypothetical protein 5.406525956 C6_chemical_B1 +LQ00X070810 Hypothetical protein 5.169235484 C6_chemical_B2 +LQ00X070810 Hypothetical protein 5.592099269 C6_chemical_B3 +LQ00X070810 Hypothetical protein 5.350443811 C6_chemical_C1 +LQ00X070810 Hypothetical protein 5.039524987 C6_chemical_C2 +LQ00X070810 Hypothetical protein 5.56006268 C6_chemical_C3 +LQ00X070810 Hypothetical protein 5.231243428 L4_control_A1 +LQ00X070810 Hypothetical protein 6.206588192 L4_control_A2 +LQ00X070810 Hypothetical protein 5.5187389 L4_control_A3 +LQ00X070810 Hypothetical protein 5.240236281 L4_control_B1 +LQ00X070810 Hypothetical protein 5.046216035 L4_control_B2 +LQ00X070810 Hypothetical protein 5.620544177 L4_control_B3 +LQ00X070810 Hypothetical protein 5.289796996 L4_control_C2 +LQ00X070810 Hypothetical protein 5.136324803 L4_control_C3 +LQ00X070810 Hypothetical protein 5.063355021 L4_chemical_A1 +LQ00X070810 Hypothetical protein 6.004699333 L4_chemical_A2 +LQ00X070810 Hypothetical protein 5.541579586 L4_chemical_A3 +LQ00X070810 Hypothetical protein 4.986062034 L4_chemical_B1 +LQ00X070810 Hypothetical protein 5.422794381 L4_chemical_B2 +LQ00X070810 Hypothetical protein 5.351518636 L4_chemical_B3 +LQ00X070810 Hypothetical protein 5.305461668 L4_chemical_C2 +LQ00X070810 Hypothetical protein 6.395443381 L4_chemical_C3 +LQ00X071110 Putative uncharacterized protein 4.874027985 C6_control_A1 +LQ00X071110 Putative uncharacterized protein 4.973684418 C6_control_A3 +LQ00X071110 Putative uncharacterized protein 4.82320034 C6_control_B1 +LQ00X071110 Putative uncharacterized protein 4.797286454 C6_control_B2 +LQ00X071110 Putative uncharacterized protein 4.920289008 C6_control_B3 +LQ00X071110 Putative uncharacterized protein 4.645914068 C6_control_C1 +LQ00X071110 Putative uncharacterized protein 4.695840873 C6_control_C2 +LQ00X071110 Putative uncharacterized protein 4.758379778 C6_control_C3 +LQ00X071110 Putative uncharacterized protein 4.851005142 C6_chemical_A1 +LQ00X071110 Putative uncharacterized protein 4.915777059 C6_chemical_A3 +LQ00X071110 Putative uncharacterized protein 4.614082431 C6_chemical_B1 +LQ00X071110 Putative uncharacterized protein 4.844277096 C6_chemical_B2 +LQ00X071110 Putative uncharacterized protein 4.976765355 C6_chemical_B3 +LQ00X071110 Putative uncharacterized protein 4.778756226 C6_chemical_C1 +LQ00X071110 Putative uncharacterized protein 4.647747177 C6_chemical_C2 +LQ00X071110 Putative uncharacterized protein 4.537348683 C6_chemical_C3 +LQ00X071110 Putative uncharacterized protein 4.833858399 L4_control_A1 +LQ00X071110 Putative uncharacterized protein 4.989662895 L4_control_A2 +LQ00X071110 Putative uncharacterized protein 5.198054679 L4_control_A3 +LQ00X071110 Putative uncharacterized protein 5.044088236 L4_control_B1 +LQ00X071110 Putative uncharacterized protein 5.516577324 L4_control_B2 +LQ00X071110 Putative uncharacterized protein 4.941738414 L4_control_B3 +LQ00X071110 Putative uncharacterized protein 5.020319179 L4_control_C2 +LQ00X071110 Putative uncharacterized protein 5.001727578 L4_control_C3 +LQ00X071110 Putative uncharacterized protein 4.858717679 L4_chemical_A1 +LQ00X071110 Putative uncharacterized protein 4.770468242 L4_chemical_A2 +LQ00X071110 Putative uncharacterized protein 5.396647044 L4_chemical_A3 +LQ00X071110 Putative uncharacterized protein 5.214082657 L4_chemical_B1 +LQ00X071110 Putative uncharacterized protein 6.340561787 L4_chemical_B2 +LQ00X071110 Putative uncharacterized protein 5.189362382 L4_chemical_B3 +LQ00X071110 Putative uncharacterized protein 4.688502846 L4_chemical_C2 +LQ00X071110 Putative uncharacterized protein 4.914691131 L4_chemical_C3 +LQ00X071320 Hypothetical protein 5.545168356 C6_control_A1 +LQ00X071320 Hypothetical protein 5.801233302 C6_control_A3 +LQ00X071320 Hypothetical protein 6.174693781 C6_control_B1 +LQ00X071320 Hypothetical protein 5.110475498 C6_control_B2 +LQ00X071320 Hypothetical protein 5.487921765 C6_control_B3 +LQ00X071320 Hypothetical protein 5.154414872 C6_control_C1 +LQ00X071320 Hypothetical protein 5.175543735 C6_control_C2 +LQ00X071320 Hypothetical protein 5.224699888 C6_control_C3 +LQ00X071320 Hypothetical protein 5.578416973 C6_chemical_A1 +LQ00X071320 Hypothetical protein 5.546411623 C6_chemical_A3 +LQ00X071320 Hypothetical protein 5.820365999 C6_chemical_B1 +LQ00X071320 Hypothetical protein 5.358724162 C6_chemical_B2 +LQ00X071320 Hypothetical protein 5.376676706 C6_chemical_B3 +LQ00X071320 Hypothetical protein 5.471303858 C6_chemical_C1 +LQ00X071320 Hypothetical protein 5.161432716 C6_chemical_C2 +LQ00X071320 Hypothetical protein 5.588614632 C6_chemical_C3 +LQ00X071320 Hypothetical protein 5.094958464 L4_control_A1 +LQ00X071320 Hypothetical protein 5.576268506 L4_control_A2 +LQ00X071320 Hypothetical protein 6.260721437 L4_control_A3 +LQ00X071320 Hypothetical protein 5.090112373 L4_control_B1 +LQ00X071320 Hypothetical protein 5.341357108 L4_control_B2 +LQ00X071320 Hypothetical protein 5.526776459 L4_control_B3 +LQ00X071320 Hypothetical protein 5.116451577 L4_control_C2 +LQ00X071320 Hypothetical protein 5.749132411 L4_control_C3 +LQ00X071320 Hypothetical protein 5.156918474 L4_chemical_A1 +LQ00X071320 Hypothetical protein 5.431827439 L4_chemical_A2 +LQ00X071320 Hypothetical protein 6.288123465 L4_chemical_A3 +LQ00X071320 Hypothetical protein 4.910244573 L4_chemical_B1 +LQ00X071320 Hypothetical protein 5.443662359 L4_chemical_B2 +LQ00X071320 Hypothetical protein 5.636811282 L4_chemical_B3 +LQ00X071320 Hypothetical protein 5.144589469 L4_chemical_C2 +LQ00X071320 Hypothetical protein 5.157296949 L4_chemical_C3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.586016067 C6_control_A1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.230234323 C6_control_A3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.657505383 C6_control_B1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.427503239 C6_control_B2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.522481302 C6_control_B3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.711740686 C6_control_C1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.290546035 C6_control_C2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.38491039 C6_control_C3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.272234046 C6_chemical_A1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.50123938 C6_chemical_A3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.849028786 C6_chemical_B1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.225696238 C6_chemical_B2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.687985229 C6_chemical_B3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.089514137 C6_chemical_C1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.682235745 C6_chemical_C2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.245215422 C6_chemical_C3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.418006821 L4_control_A1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.431872483 L4_control_A2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.068300664 L4_control_A3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.387231905 L4_control_B1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.303051998 L4_control_B2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.518049885 L4_control_B3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.539516234 L4_control_C2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.526596212 L4_control_C3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.281866144 L4_chemical_A1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.28726612 L4_chemical_A2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 4.848010638 L4_chemical_A3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 4.953314268 L4_chemical_B1 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.043379307 L4_chemical_B2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.345783643 L4_chemical_B3 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.259964218 L4_chemical_C2 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.775043201 L4_chemical_C3 +LQ00X071390 Acyl-CoA thioesterase, putative 13.30923173 C6_control_A1 +LQ00X071390 Acyl-CoA thioesterase, putative 12.84863353 C6_control_A3 +LQ00X071390 Acyl-CoA thioesterase, putative 12.78517033 C6_control_B1 +LQ00X071390 Acyl-CoA thioesterase, putative 11.98230218 C6_control_B2 +LQ00X071390 Acyl-CoA thioesterase, putative 12.43069902 C6_control_B3 +LQ00X071390 Acyl-CoA thioesterase, putative 11.50025249 C6_control_C1 +LQ00X071390 Acyl-CoA thioesterase, putative 11.53265449 C6_control_C2 +LQ00X071390 Acyl-CoA thioesterase, putative 11.41808309 C6_control_C3 +LQ00X071390 Acyl-CoA thioesterase, putative 13.25123313 C6_chemical_A1 +LQ00X071390 Acyl-CoA thioesterase, putative 12.45590878 C6_chemical_A3 +LQ00X071390 Acyl-CoA thioesterase, putative 12.52000747 C6_chemical_B1 +LQ00X071390 Acyl-CoA thioesterase, putative 12.11859557 C6_chemical_B2 +LQ00X071390 Acyl-CoA thioesterase, putative 12.05058936 C6_chemical_B3 +LQ00X071390 Acyl-CoA thioesterase, putative 11.44416081 C6_chemical_C1 +LQ00X071390 Acyl-CoA thioesterase, putative 11.4861907 C6_chemical_C2 +LQ00X071390 Acyl-CoA thioesterase, putative 11.31163423 C6_chemical_C3 +LQ00X071390 Acyl-CoA thioesterase, putative 13.00974093 L4_control_A1 +LQ00X071390 Acyl-CoA thioesterase, putative 13.47955715 L4_control_A2 +LQ00X071390 Acyl-CoA thioesterase, putative 13.5358052 L4_control_A3 +LQ00X071390 Acyl-CoA thioesterase, putative 12.93817638 L4_control_B1 +LQ00X071390 Acyl-CoA thioesterase, putative 12.44090137 L4_control_B2 +LQ00X071390 Acyl-CoA thioesterase, putative 11.56239353 L4_control_B3 +LQ00X071390 Acyl-CoA thioesterase, putative 12.30869007 L4_control_C2 +LQ00X071390 Acyl-CoA thioesterase, putative 11.84903322 L4_control_C3 +LQ00X071390 Acyl-CoA thioesterase, putative 12.61481509 L4_chemical_A1 +LQ00X071390 Acyl-CoA thioesterase, putative 13.06416168 L4_chemical_A2 +LQ00X071390 Acyl-CoA thioesterase, putative 13.57780305 L4_chemical_A3 +LQ00X071390 Acyl-CoA thioesterase, putative 13.19028616 L4_chemical_B1 +LQ00X071390 Acyl-CoA thioesterase, putative 13.14903426 L4_chemical_B2 +LQ00X071390 Acyl-CoA thioesterase, putative 12.28381607 L4_chemical_B3 +LQ00X071390 Acyl-CoA thioesterase, putative 12.44458441 L4_chemical_C2 +LQ00X071390 Acyl-CoA thioesterase, putative 11.89069752 L4_chemical_C3 +LQ00X071570 Predicted protein 6.460179076 C6_control_A1 +LQ00X071570 Predicted protein 6.017672537 C6_control_A3 +LQ00X071570 Predicted protein 6.195951376 C6_control_B1 +LQ00X071570 Predicted protein 5.860776318 C6_control_B2 +LQ00X071570 Predicted protein 6.092811891 C6_control_B3 +LQ00X071570 Predicted protein 5.645661452 C6_control_C1 +LQ00X071570 Predicted protein 6.698230555 C6_control_C2 +LQ00X071570 Predicted protein 5.907983783 C6_control_C3 +LQ00X071570 Predicted protein 6.115669782 C6_chemical_A1 +LQ00X071570 Predicted protein 6.394440097 C6_chemical_A3 +LQ00X071570 Predicted protein 6.428403223 C6_chemical_B1 +LQ00X071570 Predicted protein 6.03379977 C6_chemical_B2 +LQ00X071570 Predicted protein 5.820469415 C6_chemical_B3 +LQ00X071570 Predicted protein 5.654672446 C6_chemical_C1 +LQ00X071570 Predicted protein 5.947953718 C6_chemical_C2 +LQ00X071570 Predicted protein 5.742724161 C6_chemical_C3 +LQ00X071570 Predicted protein 6.006853577 L4_control_A1 +LQ00X071570 Predicted protein 5.865609071 L4_control_A2 +LQ00X071570 Predicted protein 6.013952101 L4_control_A3 +LQ00X071570 Predicted protein 6.264527002 L4_control_B1 +LQ00X071570 Predicted protein 6.491678702 L4_control_B2 +LQ00X071570 Predicted protein 6.208144538 L4_control_B3 +LQ00X071570 Predicted protein 6.776234717 L4_control_C2 +LQ00X071570 Predicted protein 5.346079905 L4_control_C3 +LQ00X071570 Predicted protein 6.256645392 L4_chemical_A1 +LQ00X071570 Predicted protein 5.982176498 L4_chemical_A2 +LQ00X071570 Predicted protein 6.281420037 L4_chemical_A3 +LQ00X071570 Predicted protein 6.502782074 L4_chemical_B1 +LQ00X071570 Predicted protein 6.362327281 L4_chemical_B2 +LQ00X071570 Predicted protein 6.05137265 L4_chemical_B3 +LQ00X071570 Predicted protein 5.998097795 L4_chemical_C2 +LQ00X071570 Predicted protein 6.080161436 L4_chemical_C3 +LQ00X071600 Receptor serine/threonine kinase, putative 5.167953522 C6_control_A1 +LQ00X071600 Receptor serine/threonine kinase, putative 5.343537564 C6_control_A3 +LQ00X071600 Receptor serine/threonine kinase, putative 5.251813532 C6_control_B1 +LQ00X071600 Receptor serine/threonine kinase, putative 5.934154555 C6_control_B2 +LQ00X071600 Receptor serine/threonine kinase, putative 5.719811378 C6_control_B3 +LQ00X071600 Receptor serine/threonine kinase, putative 7.644107087 C6_control_C1 +LQ00X071600 Receptor serine/threonine kinase, putative 7.527995347 C6_control_C2 +LQ00X071600 Receptor serine/threonine kinase, putative 7.820158262 C6_control_C3 +LQ00X071600 Receptor serine/threonine kinase, putative 5.525555222 C6_chemical_A1 +LQ00X071600 Receptor serine/threonine kinase, putative 6.060743377 C6_chemical_A3 +LQ00X071600 Receptor serine/threonine kinase, putative 5.983021695 C6_chemical_B1 +LQ00X071600 Receptor serine/threonine kinase, putative 5.745783754 C6_chemical_B2 +LQ00X071600 Receptor serine/threonine kinase, putative 6.059775221 C6_chemical_B3 +LQ00X071600 Receptor serine/threonine kinase, putative 6.937142369 C6_chemical_C1 +LQ00X071600 Receptor serine/threonine kinase, putative 7.594646032 C6_chemical_C2 +LQ00X071600 Receptor serine/threonine kinase, putative 8.575958686 C6_chemical_C3 +LQ00X071600 Receptor serine/threonine kinase, putative 6.010535075 L4_control_A1 +LQ00X071600 Receptor serine/threonine kinase, putative 6.196477912 L4_control_A2 +LQ00X071600 Receptor serine/threonine kinase, putative 6.144970585 L4_control_A3 +LQ00X071600 Receptor serine/threonine kinase, putative 7.460717415 L4_control_B1 +LQ00X071600 Receptor serine/threonine kinase, putative 7.4084317 L4_control_B2 +LQ00X071600 Receptor serine/threonine kinase, putative 6.9021649 L4_control_B3 +LQ00X071600 Receptor serine/threonine kinase, putative 10.41025202 L4_control_C2 +LQ00X071600 Receptor serine/threonine kinase, putative 10.49819059 L4_control_C3 +LQ00X071600 Receptor serine/threonine kinase, putative 6.762723298 L4_chemical_A1 +LQ00X071600 Receptor serine/threonine kinase, putative 6.173911781 L4_chemical_A2 +LQ00X071600 Receptor serine/threonine kinase, putative 5.967795621 L4_chemical_A3 +LQ00X071600 Receptor serine/threonine kinase, putative 8.634351279 L4_chemical_B1 +LQ00X071600 Receptor serine/threonine kinase, putative 6.071182256 L4_chemical_B2 +LQ00X071600 Receptor serine/threonine kinase, putative 6.03465153 L4_chemical_B3 +LQ00X071600 Receptor serine/threonine kinase, putative 10.50168388 L4_chemical_C2 +LQ00X071600 Receptor serine/threonine kinase, putative 10.1949088 L4_chemical_C3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.10642305 C6_control_A1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 9.946131734 C6_control_A3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.45282031 C6_control_B1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.94400832 C6_control_B2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.75145121 C6_control_B3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 12.17538215 C6_control_C1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.49502831 C6_control_C2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.5852887 C6_control_C3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.26922163 C6_chemical_A1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.03562516 C6_chemical_A3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.43944601 C6_chemical_B1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.3037438 C6_chemical_B2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.3696248 C6_chemical_B3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 12.14448881 C6_chemical_C1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.55428032 C6_chemical_C2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.94812473 C6_chemical_C3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.35446442 L4_control_A1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.7010816 L4_control_A2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.48880464 L4_control_A3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.37656229 L4_control_B1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.42538814 L4_control_B2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.26782529 L4_control_B3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.4722619 L4_control_C2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.42185387 L4_control_C3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.09782117 L4_chemical_A1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.71312106 L4_chemical_A2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.43258269 L4_chemical_A3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.29221497 L4_chemical_B1 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.0098048 L4_chemical_B2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.43190167 L4_chemical_B3 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.28112556 L4_chemical_C2 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 11.6818541 L4_chemical_C3 +LQ00X071680 Putative uncharacterized protein 9.601290726 C6_control_A1 +LQ00X071680 Putative uncharacterized protein 8.025350721 C6_control_A3 +LQ00X071680 Putative uncharacterized protein 10.73957663 C6_control_B1 +LQ00X071680 Putative uncharacterized protein 10.61854741 C6_control_B2 +LQ00X071680 Putative uncharacterized protein 10.96574751 C6_control_B3 +LQ00X071680 Putative uncharacterized protein 11.37379546 C6_control_C1 +LQ00X071680 Putative uncharacterized protein 10.85736743 C6_control_C2 +LQ00X071680 Putative uncharacterized protein 11.53489335 C6_control_C3 +LQ00X071680 Putative uncharacterized protein 9.748035409 C6_chemical_A1 +LQ00X071680 Putative uncharacterized protein 9.171443113 C6_chemical_A3 +LQ00X071680 Putative uncharacterized protein 10.66079006 C6_chemical_B1 +LQ00X071680 Putative uncharacterized protein 11.05530308 C6_chemical_B2 +LQ00X071680 Putative uncharacterized protein 11.06818888 C6_chemical_B3 +LQ00X071680 Putative uncharacterized protein 11.51164669 C6_chemical_C1 +LQ00X071680 Putative uncharacterized protein 11.39982456 C6_chemical_C2 +LQ00X071680 Putative uncharacterized protein 11.65623656 C6_chemical_C3 +LQ00X071680 Putative uncharacterized protein 9.10539787 L4_control_A1 +LQ00X071680 Putative uncharacterized protein 10.65950529 L4_control_A2 +LQ00X071680 Putative uncharacterized protein 8.677839221 L4_control_A3 +LQ00X071680 Putative uncharacterized protein 12.01933474 L4_control_B1 +LQ00X071680 Putative uncharacterized protein 11.45344577 L4_control_B2 +LQ00X071680 Putative uncharacterized protein 12.29298879 L4_control_B3 +LQ00X071680 Putative uncharacterized protein 11.78513282 L4_control_C2 +LQ00X071680 Putative uncharacterized protein 12.48318492 L4_control_C3 +LQ00X071680 Putative uncharacterized protein 9.913203016 L4_chemical_A1 +LQ00X071680 Putative uncharacterized protein 10.57890917 L4_chemical_A2 +LQ00X071680 Putative uncharacterized protein 7.951724829 L4_chemical_A3 +LQ00X071680 Putative uncharacterized protein 11.36472305 L4_chemical_B1 +LQ00X071680 Putative uncharacterized protein 11.68589529 L4_chemical_B2 +LQ00X071680 Putative uncharacterized protein 11.22320509 L4_chemical_B3 +LQ00X071680 Putative uncharacterized protein 12.22558633 L4_chemical_C2 +LQ00X071680 Putative uncharacterized protein 12.39469025 L4_chemical_C3 +LQ00X071690 Putative auxin efflux carrier component 8 7.802205845 C6_control_A1 +LQ00X071690 Putative auxin efflux carrier component 8 9.378027067 C6_control_A3 +LQ00X071690 Putative auxin efflux carrier component 8 6.316296857 C6_control_B1 +LQ00X071690 Putative auxin efflux carrier component 8 6.684248327 C6_control_B2 +LQ00X071690 Putative auxin efflux carrier component 8 5.658422301 C6_control_B3 +LQ00X071690 Putative auxin efflux carrier component 8 10.60291905 C6_control_C1 +LQ00X071690 Putative auxin efflux carrier component 8 10.78182302 C6_control_C2 +LQ00X071690 Putative auxin efflux carrier component 8 10.02008475 C6_control_C3 +LQ00X071690 Putative auxin efflux carrier component 8 7.323728577 C6_chemical_A1 +LQ00X071690 Putative auxin efflux carrier component 8 8.560611142 C6_chemical_A3 +LQ00X071690 Putative auxin efflux carrier component 8 5.547037224 C6_chemical_B1 +LQ00X071690 Putative auxin efflux carrier component 8 6.721986514 C6_chemical_B2 +LQ00X071690 Putative auxin efflux carrier component 8 6.002492923 C6_chemical_B3 +LQ00X071690 Putative auxin efflux carrier component 8 10.1193604 C6_chemical_C1 +LQ00X071690 Putative auxin efflux carrier component 8 10.00050196 C6_chemical_C2 +LQ00X071690 Putative auxin efflux carrier component 8 9.018513162 C6_chemical_C3 +LQ00X071690 Putative auxin efflux carrier component 8 8.437759107 L4_control_A1 +LQ00X071690 Putative auxin efflux carrier component 8 7.295454348 L4_control_A2 +LQ00X071690 Putative auxin efflux carrier component 8 9.232296151 L4_control_A3 +LQ00X071690 Putative auxin efflux carrier component 8 5.867871351 L4_control_B1 +LQ00X071690 Putative auxin efflux carrier component 8 6.672751651 L4_control_B2 +LQ00X071690 Putative auxin efflux carrier component 8 5.771881305 L4_control_B3 +LQ00X071690 Putative auxin efflux carrier component 8 9.4876814 L4_control_C2 +LQ00X071690 Putative auxin efflux carrier component 8 7.465558541 L4_control_C3 +LQ00X071690 Putative auxin efflux carrier component 8 6.160520357 L4_chemical_A1 +LQ00X071690 Putative auxin efflux carrier component 8 6.744656617 L4_chemical_A2 +LQ00X071690 Putative auxin efflux carrier component 8 7.397131116 L4_chemical_A3 +LQ00X071690 Putative auxin efflux carrier component 8 5.284202419 L4_chemical_B1 +LQ00X071690 Putative auxin efflux carrier component 8 6.44035487 L4_chemical_B2 +LQ00X071690 Putative auxin efflux carrier component 8 6.479456721 L4_chemical_B3 +LQ00X071690 Putative auxin efflux carrier component 8 7.413073916 L4_chemical_C2 +LQ00X071690 Putative auxin efflux carrier component 8 5.885206705 L4_chemical_C3 +LQ00X071700 Putative uncharacterized protein 5.547165309 C6_control_A1 +LQ00X071700 Putative uncharacterized protein 5.587732723 C6_control_A3 +LQ00X071700 Putative uncharacterized protein 5.595729106 C6_control_B1 +LQ00X071700 Putative uncharacterized protein 5.357084683 C6_control_B2 +LQ00X071700 Putative uncharacterized protein 5.947926536 C6_control_B3 +LQ00X071700 Putative uncharacterized protein 5.318628626 C6_control_C1 +LQ00X071700 Putative uncharacterized protein 5.466028935 C6_control_C2 +LQ00X071700 Putative uncharacterized protein 5.330954174 C6_control_C3 +LQ00X071700 Putative uncharacterized protein 5.727996601 C6_chemical_A1 +LQ00X071700 Putative uncharacterized protein 5.837965 C6_chemical_A3 +LQ00X071700 Putative uncharacterized protein 5.507102576 C6_chemical_B1 +LQ00X071700 Putative uncharacterized protein 5.414077448 C6_chemical_B2 +LQ00X071700 Putative uncharacterized protein 5.873713029 C6_chemical_B3 +LQ00X071700 Putative uncharacterized protein 5.412895451 C6_chemical_C1 +LQ00X071700 Putative uncharacterized protein 5.327425889 C6_chemical_C2 +LQ00X071700 Putative uncharacterized protein 5.118827608 C6_chemical_C3 +LQ00X071700 Putative uncharacterized protein 5.525879103 L4_control_A1 +LQ00X071700 Putative uncharacterized protein 5.780061304 L4_control_A2 +LQ00X071700 Putative uncharacterized protein 5.797353469 L4_control_A3 +LQ00X071700 Putative uncharacterized protein 5.440524194 L4_control_B1 +LQ00X071700 Putative uncharacterized protein 5.880528245 L4_control_B2 +LQ00X071700 Putative uncharacterized protein 5.609997878 L4_control_B3 +LQ00X071700 Putative uncharacterized protein 5.798134319 L4_control_C2 +LQ00X071700 Putative uncharacterized protein 6.060704133 L4_control_C3 +LQ00X071700 Putative uncharacterized protein 5.682850743 L4_chemical_A1 +LQ00X071700 Putative uncharacterized protein 5.933850138 L4_chemical_A2 +LQ00X071700 Putative uncharacterized protein 6.004846075 L4_chemical_A3 +LQ00X071700 Putative uncharacterized protein 5.945673516 L4_chemical_B1 +LQ00X071700 Putative uncharacterized protein 6.082439337 L4_chemical_B2 +LQ00X071700 Putative uncharacterized protein 6.177342988 L4_chemical_B3 +LQ00X071700 Putative uncharacterized protein 5.204995939 L4_chemical_C2 +LQ00X071700 Putative uncharacterized protein 5.888744252 L4_chemical_C3 +LQ00X071770 Predicted protein 4.627055339 C6_control_A1 +LQ00X071770 Predicted protein 4.975764227 C6_control_A3 +LQ00X071770 Predicted protein 4.712380931 C6_control_B1 +LQ00X071770 Predicted protein 4.735016033 C6_control_B2 +LQ00X071770 Predicted protein 4.887279309 C6_control_B3 +LQ00X071770 Predicted protein 4.744999274 C6_control_C1 +LQ00X071770 Predicted protein 5.154972825 C6_control_C2 +LQ00X071770 Predicted protein 4.962649572 C6_control_C3 +LQ00X071770 Predicted protein 4.795516167 C6_chemical_A1 +LQ00X071770 Predicted protein 5.119250113 C6_chemical_A3 +LQ00X071770 Predicted protein 4.911981464 C6_chemical_B1 +LQ00X071770 Predicted protein 4.820317726 C6_chemical_B2 +LQ00X071770 Predicted protein 5.117581072 C6_chemical_B3 +LQ00X071770 Predicted protein 4.713557825 C6_chemical_C1 +LQ00X071770 Predicted protein 5.068089438 C6_chemical_C2 +LQ00X071770 Predicted protein 4.845651298 C6_chemical_C3 +LQ00X071770 Predicted protein 5.068946331 L4_control_A1 +LQ00X071770 Predicted protein 5.051222988 L4_control_A2 +LQ00X071770 Predicted protein 5.389619694 L4_control_A3 +LQ00X071770 Predicted protein 5.460287098 L4_control_B1 +LQ00X071770 Predicted protein 4.920604783 L4_control_B2 +LQ00X071770 Predicted protein 4.780635887 L4_control_B3 +LQ00X071770 Predicted protein 5.073682293 L4_control_C2 +LQ00X071770 Predicted protein 5.99337409 L4_control_C3 +LQ00X071770 Predicted protein 5.206204839 L4_chemical_A1 +LQ00X071770 Predicted protein 4.842776752 L4_chemical_A2 +LQ00X071770 Predicted protein 5.459137147 L4_chemical_A3 +LQ00X071770 Predicted protein 5.060549659 L4_chemical_B1 +LQ00X071770 Predicted protein 4.814805211 L4_chemical_B2 +LQ00X071770 Predicted protein 4.586429469 L4_chemical_B3 +LQ00X071770 Predicted protein 5.53017655 L4_chemical_C2 +LQ00X071770 Predicted protein 4.84074155 L4_chemical_C3 +LQ00X071780 Putative F-box protein PP2-B1 11.03152088 C6_control_A1 +LQ00X071780 Putative F-box protein PP2-B1 11.10998178 C6_control_A3 +LQ00X071780 Putative F-box protein PP2-B1 11.48268923 C6_control_B1 +LQ00X071780 Putative F-box protein PP2-B1 11.12494875 C6_control_B2 +LQ00X071780 Putative F-box protein PP2-B1 11.51133628 C6_control_B3 +LQ00X071780 Putative F-box protein PP2-B1 11.49991064 C6_control_C1 +LQ00X071780 Putative F-box protein PP2-B1 11.28051683 C6_control_C2 +LQ00X071780 Putative F-box protein PP2-B1 11.04115895 C6_control_C3 +LQ00X071780 Putative F-box protein PP2-B1 11.20670345 C6_chemical_A1 +LQ00X071780 Putative F-box protein PP2-B1 11.10390154 C6_chemical_A3 +LQ00X071780 Putative F-box protein PP2-B1 11.67753344 C6_chemical_B1 +LQ00X071780 Putative F-box protein PP2-B1 11.23331966 C6_chemical_B2 +LQ00X071780 Putative F-box protein PP2-B1 11.5724172 C6_chemical_B3 +LQ00X071780 Putative F-box protein PP2-B1 11.36368167 C6_chemical_C1 +LQ00X071780 Putative F-box protein PP2-B1 11.33105054 C6_chemical_C2 +LQ00X071780 Putative F-box protein PP2-B1 11.14047809 C6_chemical_C3 +LQ00X071780 Putative F-box protein PP2-B1 10.73953354 L4_control_A1 +LQ00X071780 Putative F-box protein PP2-B1 11.39354209 L4_control_A2 +LQ00X071780 Putative F-box protein PP2-B1 10.89763924 L4_control_A3 +LQ00X071780 Putative F-box protein PP2-B1 12.02915987 L4_control_B1 +LQ00X071780 Putative F-box protein PP2-B1 12.36674944 L4_control_B2 +LQ00X071780 Putative F-box protein PP2-B1 11.90871246 L4_control_B3 +LQ00X071780 Putative F-box protein PP2-B1 12.33569706 L4_control_C2 +LQ00X071780 Putative F-box protein PP2-B1 12.66714283 L4_control_C3 +LQ00X071780 Putative F-box protein PP2-B1 10.66481742 L4_chemical_A1 +LQ00X071780 Putative F-box protein PP2-B1 11.54425233 L4_chemical_A2 +LQ00X071780 Putative F-box protein PP2-B1 10.7646977 L4_chemical_A3 +LQ00X071780 Putative F-box protein PP2-B1 12.01656493 L4_chemical_B1 +LQ00X071780 Putative F-box protein PP2-B1 12.02767655 L4_chemical_B2 +LQ00X071780 Putative F-box protein PP2-B1 11.3943694 L4_chemical_B3 +LQ00X071780 Putative F-box protein PP2-B1 12.34830629 L4_chemical_C2 +LQ00X071780 Putative F-box protein PP2-B1 12.56001601 L4_chemical_C3 +LQ00X071810 Phosphoprotein phosphatase, putative 7.897853844 C6_control_A1 +LQ00X071810 Phosphoprotein phosphatase, putative 7.178216757 C6_control_A3 +LQ00X071810 Phosphoprotein phosphatase, putative 6.809641419 C6_control_B1 +LQ00X071810 Phosphoprotein phosphatase, putative 7.382609376 C6_control_B2 +LQ00X071810 Phosphoprotein phosphatase, putative 6.719596957 C6_control_B3 +LQ00X071810 Phosphoprotein phosphatase, putative 8.53094902 C6_control_C1 +LQ00X071810 Phosphoprotein phosphatase, putative 7.241751218 C6_control_C2 +LQ00X071810 Phosphoprotein phosphatase, putative 7.937512218 C6_control_C3 +LQ00X071810 Phosphoprotein phosphatase, putative 8.228499946 C6_chemical_A1 +LQ00X071810 Phosphoprotein phosphatase, putative 8.432935077 C6_chemical_A3 +LQ00X071810 Phosphoprotein phosphatase, putative 7.705975392 C6_chemical_B1 +LQ00X071810 Phosphoprotein phosphatase, putative 7.769884202 C6_chemical_B2 +LQ00X071810 Phosphoprotein phosphatase, putative 7.27274884 C6_chemical_B3 +LQ00X071810 Phosphoprotein phosphatase, putative 8.334852403 C6_chemical_C1 +LQ00X071810 Phosphoprotein phosphatase, putative 8.234157175 C6_chemical_C2 +LQ00X071810 Phosphoprotein phosphatase, putative 8.507144691 C6_chemical_C3 +LQ00X071810 Phosphoprotein phosphatase, putative 8.49922926 L4_control_A1 +LQ00X071810 Phosphoprotein phosphatase, putative 7.706541944 L4_control_A2 +LQ00X071810 Phosphoprotein phosphatase, putative 8.504124137 L4_control_A3 +LQ00X071810 Phosphoprotein phosphatase, putative 7.427488024 L4_control_B1 +LQ00X071810 Phosphoprotein phosphatase, putative 7.822327675 L4_control_B2 +LQ00X071810 Phosphoprotein phosphatase, putative 7.352781831 L4_control_B3 +LQ00X071810 Phosphoprotein phosphatase, putative 7.422294199 L4_control_C2 +LQ00X071810 Phosphoprotein phosphatase, putative 7.82611724 L4_control_C3 +LQ00X071810 Phosphoprotein phosphatase, putative 8.43188312 L4_chemical_A1 +LQ00X071810 Phosphoprotein phosphatase, putative 7.760995296 L4_chemical_A2 +LQ00X071810 Phosphoprotein phosphatase, putative 8.835580804 L4_chemical_A3 +LQ00X071810 Phosphoprotein phosphatase, putative 7.377192307 L4_chemical_B1 +LQ00X071810 Phosphoprotein phosphatase, putative 7.363320321 L4_chemical_B2 +LQ00X071810 Phosphoprotein phosphatase, putative 7.702075121 L4_chemical_B3 +LQ00X071810 Phosphoprotein phosphatase, putative 6.96842577 L4_chemical_C2 +LQ00X071810 Phosphoprotein phosphatase, putative 7.939959923 L4_chemical_C3 +LQ00X071900 Putative uncharacterized protein 5.02499008 C6_control_A1 +LQ00X071900 Putative uncharacterized protein 4.956038135 C6_control_A3 +LQ00X071900 Putative uncharacterized protein 5.238437548 C6_control_B1 +LQ00X071900 Putative uncharacterized protein 5.370686598 C6_control_B2 +LQ00X071900 Putative uncharacterized protein 5.289740989 C6_control_B3 +LQ00X071900 Putative uncharacterized protein 5.438485376 C6_control_C1 +LQ00X071900 Putative uncharacterized protein 5.257872205 C6_control_C2 +LQ00X071900 Putative uncharacterized protein 5.079957308 C6_control_C3 +LQ00X071900 Putative uncharacterized protein 4.997487499 C6_chemical_A1 +LQ00X071900 Putative uncharacterized protein 4.996900954 C6_chemical_A3 +LQ00X071900 Putative uncharacterized protein 5.274322135 C6_chemical_B1 +LQ00X071900 Putative uncharacterized protein 5.288214708 C6_chemical_B2 +LQ00X071900 Putative uncharacterized protein 4.894215557 C6_chemical_B3 +LQ00X071900 Putative uncharacterized protein 4.988406738 C6_chemical_C1 +LQ00X071900 Putative uncharacterized protein 5.364685112 C6_chemical_C2 +LQ00X071900 Putative uncharacterized protein 4.902437603 C6_chemical_C3 +LQ00X071900 Putative uncharacterized protein 4.794221183 L4_control_A1 +LQ00X071900 Putative uncharacterized protein 5.118657615 L4_control_A2 +LQ00X071900 Putative uncharacterized protein 5.290464143 L4_control_A3 +LQ00X071900 Putative uncharacterized protein 5.0909059 L4_control_B1 +LQ00X071900 Putative uncharacterized protein 5.261723185 L4_control_B2 +LQ00X071900 Putative uncharacterized protein 4.946067776 L4_control_B3 +LQ00X071900 Putative uncharacterized protein 4.616504515 L4_control_C2 +LQ00X071900 Putative uncharacterized protein 5.209342327 L4_control_C3 +LQ00X071900 Putative uncharacterized protein 4.744629091 L4_chemical_A1 +LQ00X071900 Putative uncharacterized protein 5.103067664 L4_chemical_A2 +LQ00X071900 Putative uncharacterized protein 5.220031063 L4_chemical_A3 +LQ00X071900 Putative uncharacterized protein 4.820748483 L4_chemical_B1 +LQ00X071900 Putative uncharacterized protein 5.063899561 L4_chemical_B2 +LQ00X071900 Putative uncharacterized protein 5.096038711 L4_chemical_B3 +LQ00X071900 Putative uncharacterized protein 4.986333675 L4_chemical_C2 +LQ00X071900 Putative uncharacterized protein 5.174240719 L4_chemical_C3 +LQ00X072050 Putative uncharacterized protein 11.50560117 C6_control_A1 +LQ00X072050 Putative uncharacterized protein 11.60629124 C6_control_A3 +LQ00X072050 Putative uncharacterized protein 11.55288791 C6_control_B1 +LQ00X072050 Putative uncharacterized protein 11.37595051 C6_control_B2 +LQ00X072050 Putative uncharacterized protein 11.22753902 C6_control_B3 +LQ00X072050 Putative uncharacterized protein 11.7227736 C6_control_C1 +LQ00X072050 Putative uncharacterized protein 11.50915357 C6_control_C2 +LQ00X072050 Putative uncharacterized protein 11.84336999 C6_control_C3 +LQ00X072050 Putative uncharacterized protein 11.37115864 C6_chemical_A1 +LQ00X072050 Putative uncharacterized protein 11.47584696 C6_chemical_A3 +LQ00X072050 Putative uncharacterized protein 11.24114855 C6_chemical_B1 +LQ00X072050 Putative uncharacterized protein 11.19809811 C6_chemical_B2 +LQ00X072050 Putative uncharacterized protein 10.9096835 C6_chemical_B3 +LQ00X072050 Putative uncharacterized protein 11.67793694 C6_chemical_C1 +LQ00X072050 Putative uncharacterized protein 11.58933314 C6_chemical_C2 +LQ00X072050 Putative uncharacterized protein 11.18422367 C6_chemical_C3 +LQ00X072050 Putative uncharacterized protein 11.74025506 L4_control_A1 +LQ00X072050 Putative uncharacterized protein 11.76495084 L4_control_A2 +LQ00X072050 Putative uncharacterized protein 12.07463171 L4_control_A3 +LQ00X072050 Putative uncharacterized protein 12.04977655 L4_control_B1 +LQ00X072050 Putative uncharacterized protein 11.75672431 L4_control_B2 +LQ00X072050 Putative uncharacterized protein 11.65431658 L4_control_B3 +LQ00X072050 Putative uncharacterized protein 11.52882515 L4_control_C2 +LQ00X072050 Putative uncharacterized protein 11.98857053 L4_control_C3 +LQ00X072050 Putative uncharacterized protein 11.63536406 L4_chemical_A1 +LQ00X072050 Putative uncharacterized protein 11.61377389 L4_chemical_A2 +LQ00X072050 Putative uncharacterized protein 11.9762136 L4_chemical_A3 +LQ00X072050 Putative uncharacterized protein 11.85122125 L4_chemical_B1 +LQ00X072050 Putative uncharacterized protein 11.90579603 L4_chemical_B2 +LQ00X072050 Putative uncharacterized protein 11.7111035 L4_chemical_B3 +LQ00X072050 Putative uncharacterized protein 11.58277036 L4_chemical_C2 +LQ00X072050 Putative uncharacterized protein 11.98256581 L4_chemical_C3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.159149787 C6_control_A1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.010436468 C6_control_A3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.078584475 C6_control_B1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.477717569 C6_control_B2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.711419687 C6_control_B3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.982987819 C6_control_C1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 7.727103922 C6_control_C2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 6.400943481 C6_control_C3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 4.780519611 C6_chemical_A1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.103009967 C6_chemical_A3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.422273022 C6_chemical_B1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.398889659 C6_chemical_B2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.08885273 C6_chemical_B3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 6.080672864 C6_chemical_C1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.942694516 C6_chemical_C2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.71018828 C6_chemical_C3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.212370962 L4_control_A1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.406419584 L4_control_A2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.11542569 L4_control_A3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.115123999 L4_control_B1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.359139927 L4_control_B2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.333575741 L4_control_B3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.663062572 L4_control_C2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.927183502 L4_control_C3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.081440789 L4_chemical_A1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.376945171 L4_chemical_A2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 4.866560474 L4_chemical_A3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.094202766 L4_chemical_B1 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.493046923 L4_chemical_B2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.238489122 L4_chemical_B3 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 5.220212682 L4_chemical_C2 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 6.883575704 L4_chemical_C3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.425075301 C6_control_A1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.134608599 C6_control_A3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.248868064 C6_control_B1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.284945707 C6_control_B2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.503083248 C6_control_B3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.645773352 C6_control_C1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.478812486 C6_control_C2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 6.12520898 C6_control_C3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.437420891 C6_chemical_A1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.322256202 C6_chemical_A3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.422217591 C6_chemical_B1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.409751511 C6_chemical_B2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.047033399 C6_chemical_B3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 6.070975884 C6_chemical_C1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.989871689 C6_chemical_C2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.609778997 C6_chemical_C3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.388441833 L4_control_A1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.14158365 L4_control_A2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.984711366 L4_control_A3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.114172997 L4_control_B1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.447315937 L4_control_B2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.316158483 L4_control_B3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.360211197 L4_control_C2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.933866785 L4_control_C3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.25117423 L4_chemical_A1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.205304085 L4_chemical_A2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.556763357 L4_chemical_A3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 4.988891596 L4_chemical_B1 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.302821476 L4_chemical_B2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.292686855 L4_chemical_B3 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.288556486 L4_chemical_C2 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.585520774 L4_chemical_C3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.425097347 C6_control_A1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 5.143210248 C6_control_A3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.932736083 C6_control_B1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.56998488 C6_control_B2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.777229051 C6_control_B3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.593195839 C6_control_C1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.610533052 C6_control_C2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.638026766 C6_control_C3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.953332293 C6_chemical_A1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.581344053 C6_chemical_A3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.60187169 C6_chemical_B1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.64858288 C6_chemical_B2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 5.225789216 C6_chemical_B3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.477246054 C6_chemical_C1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.295626321 C6_chemical_C2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.847042581 C6_chemical_C3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.764024526 L4_control_A1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 5.060031245 L4_control_A2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.587226737 L4_control_A3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 5.414064754 L4_control_B1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.790743508 L4_control_B2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.431830535 L4_control_B3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.93610661 L4_control_C2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 5.504885813 L4_control_C3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.780547664 L4_chemical_A1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.983992506 L4_chemical_A2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.92528647 L4_chemical_A3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.94003248 L4_chemical_B1 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.582084888 L4_chemical_B2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.723230405 L4_chemical_B3 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.952367526 L4_chemical_C2 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 5.184195603 L4_chemical_C3 +LQ00X072350 Putative Predicted protein 10.55424356 C6_control_A1 +LQ00X072350 Putative Predicted protein 11.34122305 C6_control_A3 +LQ00X072350 Putative Predicted protein 10.58027182 C6_control_B1 +LQ00X072350 Putative Predicted protein 10.3955363 C6_control_B2 +LQ00X072350 Putative Predicted protein 10.59193359 C6_control_B3 +LQ00X072350 Putative Predicted protein 10.7022915 C6_control_C1 +LQ00X072350 Putative Predicted protein 10.78875394 C6_control_C2 +LQ00X072350 Putative Predicted protein 10.56321478 C6_control_C3 +LQ00X072350 Putative Predicted protein 10.40581909 C6_chemical_A1 +LQ00X072350 Putative Predicted protein 10.43783388 C6_chemical_A3 +LQ00X072350 Putative Predicted protein 10.36283498 C6_chemical_B1 +LQ00X072350 Putative Predicted protein 10.34705266 C6_chemical_B2 +LQ00X072350 Putative Predicted protein 10.4198949 C6_chemical_B3 +LQ00X072350 Putative Predicted protein 10.95214139 C6_chemical_C1 +LQ00X072350 Putative Predicted protein 10.75259406 C6_chemical_C2 +LQ00X072350 Putative Predicted protein 10.61170271 C6_chemical_C3 +LQ00X072350 Putative Predicted protein 10.52325509 L4_control_A1 +LQ00X072350 Putative Predicted protein 9.814801836 L4_control_A2 +LQ00X072350 Putative Predicted protein 10.94614214 L4_control_A3 +LQ00X072350 Putative Predicted protein 9.490507868 L4_control_B1 +LQ00X072350 Putative Predicted protein 9.573437826 L4_control_B2 +LQ00X072350 Putative Predicted protein 9.591342195 L4_control_B3 +LQ00X072350 Putative Predicted protein 10.41055624 L4_control_C2 +LQ00X072350 Putative Predicted protein 9.535269028 L4_control_C3 +LQ00X072350 Putative Predicted protein 10.27932153 L4_chemical_A1 +LQ00X072350 Putative Predicted protein 9.760417451 L4_chemical_A2 +LQ00X072350 Putative Predicted protein 10.86236028 L4_chemical_A3 +LQ00X072350 Putative Predicted protein 9.369180198 L4_chemical_B1 +LQ00X072350 Putative Predicted protein 9.7781973 L4_chemical_B2 +LQ00X072350 Putative Predicted protein 9.723136733 L4_chemical_B3 +LQ00X072350 Putative Predicted protein 10.26286354 L4_chemical_C2 +LQ00X072350 Putative Predicted protein 9.665215505 L4_chemical_C3 +LQ00X072440 Putative U-box domain-containing protein 29 7.168785711 C6_control_A1 +LQ00X072440 Putative U-box domain-containing protein 29 6.410487527 C6_control_A3 +LQ00X072440 Putative U-box domain-containing protein 29 7.543351144 C6_control_B1 +LQ00X072440 Putative U-box domain-containing protein 29 6.815231913 C6_control_B2 +LQ00X072440 Putative U-box domain-containing protein 29 7.335993335 C6_control_B3 +LQ00X072440 Putative U-box domain-containing protein 29 6.931945878 C6_control_C1 +LQ00X072440 Putative U-box domain-containing protein 29 5.952357413 C6_control_C2 +LQ00X072440 Putative U-box domain-containing protein 29 6.359412122 C6_control_C3 +LQ00X072440 Putative U-box domain-containing protein 29 7.307382282 C6_chemical_A1 +LQ00X072440 Putative U-box domain-containing protein 29 6.993817094 C6_chemical_A3 +LQ00X072440 Putative U-box domain-containing protein 29 7.586219886 C6_chemical_B1 +LQ00X072440 Putative U-box domain-containing protein 29 6.595270727 C6_chemical_B2 +LQ00X072440 Putative U-box domain-containing protein 29 7.544549655 C6_chemical_B3 +LQ00X072440 Putative U-box domain-containing protein 29 6.344072849 C6_chemical_C1 +LQ00X072440 Putative U-box domain-containing protein 29 6.351365551 C6_chemical_C2 +LQ00X072440 Putative U-box domain-containing protein 29 5.927820641 C6_chemical_C3 +LQ00X072440 Putative U-box domain-containing protein 29 6.696265207 L4_control_A1 +LQ00X072440 Putative U-box domain-containing protein 29 6.762230174 L4_control_A2 +LQ00X072440 Putative U-box domain-containing protein 29 6.573556187 L4_control_A3 +LQ00X072440 Putative U-box domain-containing protein 29 6.492812865 L4_control_B1 +LQ00X072440 Putative U-box domain-containing protein 29 6.871409749 L4_control_B2 +LQ00X072440 Putative U-box domain-containing protein 29 6.810380026 L4_control_B3 +LQ00X072440 Putative U-box domain-containing protein 29 8.545171292 L4_control_C2 +LQ00X072440 Putative U-box domain-containing protein 29 7.611815721 L4_control_C3 +LQ00X072440 Putative U-box domain-containing protein 29 6.48133251 L4_chemical_A1 +LQ00X072440 Putative U-box domain-containing protein 29 6.659293615 L4_chemical_A2 +LQ00X072440 Putative U-box domain-containing protein 29 6.853569229 L4_chemical_A3 +LQ00X072440 Putative U-box domain-containing protein 29 6.53179013 L4_chemical_B1 +LQ00X072440 Putative U-box domain-containing protein 29 6.447807633 L4_chemical_B2 +LQ00X072440 Putative U-box domain-containing protein 29 6.378622861 L4_chemical_B3 +LQ00X072440 Putative U-box domain-containing protein 29 8.343051765 L4_chemical_C2 +LQ00X072440 Putative U-box domain-containing protein 29 7.125157608 L4_chemical_C3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.12130857 C6_control_A1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.69007981 C6_control_A3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.51609914 C6_control_B1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.84984113 C6_control_B2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.85282335 C6_control_B3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.84354376 C6_control_C1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.71973123 C6_control_C2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.49430336 C6_control_C3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.07936107 C6_chemical_A1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.04060177 C6_chemical_A3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.4591627 C6_chemical_B1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.77368989 C6_chemical_B2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.08990538 C6_chemical_B3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.83419032 C6_chemical_C1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.7696337 C6_chemical_C2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.46030926 C6_chemical_C3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.74470201 L4_control_A1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 9.829347255 L4_control_A2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 9.688729056 L4_control_A3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.5407108 L4_control_B1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.24504746 L4_control_B2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.05663181 L4_control_B3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.21061973 L4_control_C2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.98319003 L4_control_C3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.55356174 L4_chemical_A1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 9.745836737 L4_chemical_A2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 9.769541409 L4_chemical_A3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.01010437 L4_chemical_B1 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.897409 L4_chemical_B2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.18792006 L4_chemical_B3 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.51780005 L4_chemical_C2 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 10.74794248 L4_chemical_C3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 10.92509467 C6_control_A1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 10.31383384 C6_control_A3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.27113114 C6_control_B1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.33585824 C6_control_B2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.54690584 C6_control_B3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 13.01837272 C6_control_C1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.84888271 C6_control_C2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.86213727 C6_control_C3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 11.13364129 C6_chemical_A1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 10.74659542 C6_chemical_A3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.71889334 C6_chemical_B1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.94638285 C6_chemical_B2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.49257639 C6_chemical_B3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.91481982 C6_chemical_C1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 13.04969542 C6_chemical_C2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 13.02187026 C6_chemical_C3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 10.00659761 L4_control_A1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 11.30918937 L4_control_A2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 10.57130393 L4_control_A3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.08703475 L4_control_B1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.48429743 L4_control_B2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 13.03260313 L4_control_B3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.89848168 L4_control_C2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 13.00792423 L4_control_C3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 10.59681963 L4_chemical_A1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 11.7142332 L4_chemical_A2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 10.16003835 L4_chemical_A3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 11.99324264 L4_chemical_B1 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.10289402 L4_chemical_B2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.03405017 L4_chemical_B3 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.93931019 L4_chemical_C2 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 12.86877773 L4_chemical_C3 +LQ00X072520 Deoxyhypusine hydroxylase 10.92438859 C6_control_A1 +LQ00X072520 Deoxyhypusine hydroxylase 11.51643114 C6_control_A3 +LQ00X072520 Deoxyhypusine hydroxylase 10.85110347 C6_control_B1 +LQ00X072520 Deoxyhypusine hydroxylase 10.3838098 C6_control_B2 +LQ00X072520 Deoxyhypusine hydroxylase 10.8098803 C6_control_B3 +LQ00X072520 Deoxyhypusine hydroxylase 10.52006678 C6_control_C1 +LQ00X072520 Deoxyhypusine hydroxylase 10.5304507 C6_control_C2 +LQ00X072520 Deoxyhypusine hydroxylase 10.68065958 C6_control_C3 +LQ00X072520 Deoxyhypusine hydroxylase 10.99208565 C6_chemical_A1 +LQ00X072520 Deoxyhypusine hydroxylase 11.08465077 C6_chemical_A3 +LQ00X072520 Deoxyhypusine hydroxylase 11.03415548 C6_chemical_B1 +LQ00X072520 Deoxyhypusine hydroxylase 10.32091407 C6_chemical_B2 +LQ00X072520 Deoxyhypusine hydroxylase 10.70774698 C6_chemical_B3 +LQ00X072520 Deoxyhypusine hydroxylase 10.32661809 C6_chemical_C1 +LQ00X072520 Deoxyhypusine hydroxylase 10.77626824 C6_chemical_C2 +LQ00X072520 Deoxyhypusine hydroxylase 10.74869653 C6_chemical_C3 +LQ00X072520 Deoxyhypusine hydroxylase 10.85620651 L4_control_A1 +LQ00X072520 Deoxyhypusine hydroxylase 11.33134781 L4_control_A2 +LQ00X072520 Deoxyhypusine hydroxylase 12.10095502 L4_control_A3 +LQ00X072520 Deoxyhypusine hydroxylase 10.77182247 L4_control_B1 +LQ00X072520 Deoxyhypusine hydroxylase 11.77330293 L4_control_B2 +LQ00X072520 Deoxyhypusine hydroxylase 10.55574228 L4_control_B3 +LQ00X072520 Deoxyhypusine hydroxylase 12.1243244 L4_control_C2 +LQ00X072520 Deoxyhypusine hydroxylase 12.29622589 L4_control_C3 +LQ00X072520 Deoxyhypusine hydroxylase 10.45282825 L4_chemical_A1 +LQ00X072520 Deoxyhypusine hydroxylase 11.31425081 L4_chemical_A2 +LQ00X072520 Deoxyhypusine hydroxylase 11.67037108 L4_chemical_A3 +LQ00X072520 Deoxyhypusine hydroxylase 11.12901247 L4_chemical_B1 +LQ00X072520 Deoxyhypusine hydroxylase 11.61575211 L4_chemical_B2 +LQ00X072520 Deoxyhypusine hydroxylase 10.6409769 L4_chemical_B3 +LQ00X072520 Deoxyhypusine hydroxylase 12.12670673 L4_chemical_C2 +LQ00X072520 Deoxyhypusine hydroxylase 12.1834258 L4_chemical_C3 +LQ00X072530 Bet1-like SNARE 1-1 5.446717609 C6_control_A1 +LQ00X072530 Bet1-like SNARE 1-1 5.745008458 C6_control_A3 +LQ00X072530 Bet1-like SNARE 1-1 5.61550524 C6_control_B1 +LQ00X072530 Bet1-like SNARE 1-1 5.30851286 C6_control_B2 +LQ00X072530 Bet1-like SNARE 1-1 5.448975401 C6_control_B3 +LQ00X072530 Bet1-like SNARE 1-1 5.16880637 C6_control_C1 +LQ00X072530 Bet1-like SNARE 1-1 6.17738226 C6_control_C2 +LQ00X072530 Bet1-like SNARE 1-1 4.981553335 C6_control_C3 +LQ00X072530 Bet1-like SNARE 1-1 5.214613319 C6_chemical_A1 +LQ00X072530 Bet1-like SNARE 1-1 5.588816956 C6_chemical_A3 +LQ00X072530 Bet1-like SNARE 1-1 5.537774581 C6_chemical_B1 +LQ00X072530 Bet1-like SNARE 1-1 5.502214711 C6_chemical_B2 +LQ00X072530 Bet1-like SNARE 1-1 5.102572392 C6_chemical_B3 +LQ00X072530 Bet1-like SNARE 1-1 5.177183504 C6_chemical_C1 +LQ00X072530 Bet1-like SNARE 1-1 5.431584369 C6_chemical_C2 +LQ00X072530 Bet1-like SNARE 1-1 4.739477168 C6_chemical_C3 +LQ00X072530 Bet1-like SNARE 1-1 4.855633458 L4_control_A1 +LQ00X072530 Bet1-like SNARE 1-1 5.159855196 L4_control_A2 +LQ00X072530 Bet1-like SNARE 1-1 5.404726691 L4_control_A3 +LQ00X072530 Bet1-like SNARE 1-1 5.111219424 L4_control_B1 +LQ00X072530 Bet1-like SNARE 1-1 5.401878285 L4_control_B2 +LQ00X072530 Bet1-like SNARE 1-1 5.391426245 L4_control_B3 +LQ00X072530 Bet1-like SNARE 1-1 5.571351961 L4_control_C2 +LQ00X072530 Bet1-like SNARE 1-1 5.082764723 L4_control_C3 +LQ00X072530 Bet1-like SNARE 1-1 5.19461549 L4_chemical_A1 +LQ00X072530 Bet1-like SNARE 1-1 5.70144044 L4_chemical_A2 +LQ00X072530 Bet1-like SNARE 1-1 5.689467824 L4_chemical_A3 +LQ00X072530 Bet1-like SNARE 1-1 5.538993331 L4_chemical_B1 +LQ00X072530 Bet1-like SNARE 1-1 6.020302172 L4_chemical_B2 +LQ00X072530 Bet1-like SNARE 1-1 5.143815631 L4_chemical_B3 +LQ00X072530 Bet1-like SNARE 1-1 5.157518504 L4_chemical_C2 +LQ00X072530 Bet1-like SNARE 1-1 4.883371624 L4_chemical_C3 +LQ00X072580 Hypothetical protein 5.326760888 C6_control_A1 +LQ00X072580 Hypothetical protein 4.924312487 C6_control_A3 +LQ00X072580 Hypothetical protein 5.303163357 C6_control_B1 +LQ00X072580 Hypothetical protein 5.087701855 C6_control_B2 +LQ00X072580 Hypothetical protein 5.152958269 C6_control_B3 +LQ00X072580 Hypothetical protein 5.357308421 C6_control_C1 +LQ00X072580 Hypothetical protein 4.88799968 C6_control_C2 +LQ00X072580 Hypothetical protein 4.98018895 C6_control_C3 +LQ00X072580 Hypothetical protein 5.238623682 C6_chemical_A1 +LQ00X072580 Hypothetical protein 4.876963959 C6_chemical_A3 +LQ00X072580 Hypothetical protein 5.35125906 C6_chemical_B1 +LQ00X072580 Hypothetical protein 5.129468456 C6_chemical_B2 +LQ00X072580 Hypothetical protein 4.92351652 C6_chemical_B3 +LQ00X072580 Hypothetical protein 4.928310146 C6_chemical_C1 +LQ00X072580 Hypothetical protein 4.870320919 C6_chemical_C2 +LQ00X072580 Hypothetical protein 5.152067669 C6_chemical_C3 +LQ00X072580 Hypothetical protein 4.845376375 L4_control_A1 +LQ00X072580 Hypothetical protein 5.368190972 L4_control_A2 +LQ00X072580 Hypothetical protein 4.949019202 L4_control_A3 +LQ00X072580 Hypothetical protein 5.261173744 L4_control_B1 +LQ00X072580 Hypothetical protein 5.134175324 L4_control_B2 +LQ00X072580 Hypothetical protein 5.211631499 L4_control_B3 +LQ00X072580 Hypothetical protein 4.987390891 L4_control_C2 +LQ00X072580 Hypothetical protein 5.522228607 L4_control_C3 +LQ00X072580 Hypothetical protein 4.751236137 L4_chemical_A1 +LQ00X072580 Hypothetical protein 5.145695065 L4_chemical_A2 +LQ00X072580 Hypothetical protein 5.180711148 L4_chemical_A3 +LQ00X072580 Hypothetical protein 5.004287709 L4_chemical_B1 +LQ00X072580 Hypothetical protein 5.388947644 L4_chemical_B2 +LQ00X072580 Hypothetical protein 4.845602164 L4_chemical_B3 +LQ00X072580 Hypothetical protein 4.832245156 L4_chemical_C2 +LQ00X072580 Hypothetical protein 6.253250405 L4_chemical_C3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.447302753 C6_control_A1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 7.249817987 C6_control_A3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.466859114 C6_control_B1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.383178817 C6_control_B2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.491962806 C6_control_B3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.452190654 C6_control_C1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.367280707 C6_control_C2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.09273256 C6_control_C3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.759278156 C6_chemical_A1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.009359955 C6_chemical_A3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.543655933 C6_chemical_B1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.329941231 C6_chemical_B2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.686870652 C6_chemical_B3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.919413222 C6_chemical_C1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.048704306 C6_chemical_C2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.423041856 C6_chemical_C3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.705304666 L4_control_A1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.106329753 L4_control_A2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.746001761 L4_control_A3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.181290563 L4_control_B1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.078438103 L4_control_B2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.986256836 L4_control_B3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.377243251 L4_control_C2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.786444577 L4_control_C3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.737179153 L4_chemical_A1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.068106627 L4_chemical_A2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.778269084 L4_chemical_A3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.671063474 L4_chemical_B1 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.465075549 L4_chemical_B2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.165786078 L4_chemical_B3 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.376063074 L4_chemical_C2 +LQ00X072630 Putative Probable disease resistance protein At4g27220 9.028292577 L4_chemical_C3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.993639386 C6_control_A1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.481511894 C6_control_A3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 10.31231376 C6_control_B1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 11.94048464 C6_control_B2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 11.0451634 C6_control_B3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 12.45840485 C6_control_C1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 12.32575853 C6_control_C2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 12.83948437 C6_control_C3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.597589938 C6_chemical_A1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.374747644 C6_chemical_A3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.759503244 C6_chemical_B1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 11.56669605 C6_chemical_B2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 11.15461726 C6_chemical_B3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 12.23979279 C6_chemical_C1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 12.14698185 C6_chemical_C2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 12.53220483 C6_chemical_C3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 10.02445106 L4_control_A1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.582651194 L4_control_A2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 8.698047458 L4_control_A3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 8.828953013 L4_control_B1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 8.663950269 L4_control_B2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 10.60150775 L4_control_B3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.816071688 L4_control_C2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.334293012 L4_control_C3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 10.74955257 L4_chemical_A1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.647494253 L4_chemical_A2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.481242091 L4_chemical_A3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 8.681117176 L4_chemical_B1 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 7.887983709 L4_chemical_B2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 10.37350704 L4_chemical_B3 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.060397217 L4_chemical_C2 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.465895587 L4_chemical_C3 +LQ00X072680 Putative Organic cation transporter protein 7.581503292 C6_control_A1 +LQ00X072680 Putative Organic cation transporter protein 7.711311593 C6_control_A3 +LQ00X072680 Putative Organic cation transporter protein 6.284727324 C6_control_B1 +LQ00X072680 Putative Organic cation transporter protein 7.600395258 C6_control_B2 +LQ00X072680 Putative Organic cation transporter protein 7.372441755 C6_control_B3 +LQ00X072680 Putative Organic cation transporter protein 8.914606352 C6_control_C1 +LQ00X072680 Putative Organic cation transporter protein 7.775108937 C6_control_C2 +LQ00X072680 Putative Organic cation transporter protein 8.61557982 C6_control_C3 +LQ00X072680 Putative Organic cation transporter protein 7.44942778 C6_chemical_A1 +LQ00X072680 Putative Organic cation transporter protein 7.920514821 C6_chemical_A3 +LQ00X072680 Putative Organic cation transporter protein 6.131980652 C6_chemical_B1 +LQ00X072680 Putative Organic cation transporter protein 7.072526724 C6_chemical_B2 +LQ00X072680 Putative Organic cation transporter protein 6.945396395 C6_chemical_B3 +LQ00X072680 Putative Organic cation transporter protein 8.481207953 C6_chemical_C1 +LQ00X072680 Putative Organic cation transporter protein 8.304567438 C6_chemical_C2 +LQ00X072680 Putative Organic cation transporter protein 8.151450371 C6_chemical_C3 +LQ00X072680 Putative Organic cation transporter protein 7.741469696 L4_control_A1 +LQ00X072680 Putative Organic cation transporter protein 7.018716397 L4_control_A2 +LQ00X072680 Putative Organic cation transporter protein 8.899313073 L4_control_A3 +LQ00X072680 Putative Organic cation transporter protein 7.25066956 L4_control_B1 +LQ00X072680 Putative Organic cation transporter protein 7.269366458 L4_control_B2 +LQ00X072680 Putative Organic cation transporter protein 7.700108468 L4_control_B3 +LQ00X072680 Putative Organic cation transporter protein 8.012775833 L4_control_C2 +LQ00X072680 Putative Organic cation transporter protein 6.456894501 L4_control_C3 +LQ00X072680 Putative Organic cation transporter protein 7.390529868 L4_chemical_A1 +LQ00X072680 Putative Organic cation transporter protein 6.631680699 L4_chemical_A2 +LQ00X072680 Putative Organic cation transporter protein 8.915272816 L4_chemical_A3 +LQ00X072680 Putative Organic cation transporter protein 7.604469234 L4_chemical_B1 +LQ00X072680 Putative Organic cation transporter protein 6.370560131 L4_chemical_B2 +LQ00X072680 Putative Organic cation transporter protein 7.36931651 L4_chemical_B3 +LQ00X072680 Putative Organic cation transporter protein 6.410557845 L4_chemical_C2 +LQ00X072680 Putative Organic cation transporter protein 5.382555701 L4_chemical_C3 +LQ00X072690 Putative uncharacterized protein At5g54585 7.104729599 C6_control_A1 +LQ00X072690 Putative uncharacterized protein At5g54585 6.402925439 C6_control_A3 +LQ00X072690 Putative uncharacterized protein At5g54585 6.72986008 C6_control_B1 +LQ00X072690 Putative uncharacterized protein At5g54585 6.519587885 C6_control_B2 +LQ00X072690 Putative uncharacterized protein At5g54585 7.131315166 C6_control_B3 +LQ00X072690 Putative uncharacterized protein At5g54585 6.144022497 C6_control_C1 +LQ00X072690 Putative uncharacterized protein At5g54585 6.242449085 C6_control_C2 +LQ00X072690 Putative uncharacterized protein At5g54585 6.155328636 C6_control_C3 +LQ00X072690 Putative uncharacterized protein At5g54585 7.140869989 C6_chemical_A1 +LQ00X072690 Putative uncharacterized protein At5g54585 6.801300814 C6_chemical_A3 +LQ00X072690 Putative uncharacterized protein At5g54585 6.960204289 C6_chemical_B1 +LQ00X072690 Putative uncharacterized protein At5g54585 6.23207378 C6_chemical_B2 +LQ00X072690 Putative uncharacterized protein At5g54585 6.67382104 C6_chemical_B3 +LQ00X072690 Putative uncharacterized protein At5g54585 6.154851868 C6_chemical_C1 +LQ00X072690 Putative uncharacterized protein At5g54585 6.554198012 C6_chemical_C2 +LQ00X072690 Putative uncharacterized protein At5g54585 5.983895906 C6_chemical_C3 +LQ00X072690 Putative uncharacterized protein At5g54585 6.531392072 L4_control_A1 +LQ00X072690 Putative uncharacterized protein At5g54585 7.039607311 L4_control_A2 +LQ00X072690 Putative uncharacterized protein At5g54585 7.437038726 L4_control_A3 +LQ00X072690 Putative uncharacterized protein At5g54585 7.569794599 L4_control_B1 +LQ00X072690 Putative uncharacterized protein At5g54585 6.581581269 L4_control_B2 +LQ00X072690 Putative uncharacterized protein At5g54585 6.575663401 L4_control_B3 +LQ00X072690 Putative uncharacterized protein At5g54585 6.900203021 L4_control_C2 +LQ00X072690 Putative uncharacterized protein At5g54585 6.033923582 L4_control_C3 +LQ00X072690 Putative uncharacterized protein At5g54585 6.525347181 L4_chemical_A1 +LQ00X072690 Putative uncharacterized protein At5g54585 7.254317377 L4_chemical_A2 +LQ00X072690 Putative uncharacterized protein At5g54585 8.066481252 L4_chemical_A3 +LQ00X072690 Putative uncharacterized protein At5g54585 7.107688599 L4_chemical_B1 +LQ00X072690 Putative uncharacterized protein At5g54585 6.964409401 L4_chemical_B2 +LQ00X072690 Putative uncharacterized protein At5g54585 6.494849021 L4_chemical_B3 +LQ00X072690 Putative uncharacterized protein At5g54585 6.759705444 L4_chemical_C2 +LQ00X072690 Putative uncharacterized protein At5g54585 6.763004024 L4_chemical_C3 +LQ00X072700 Putative uncharacterized protein 13.0160275 C6_control_A1 +LQ00X072700 Putative uncharacterized protein 13.58615625 C6_control_A3 +LQ00X072700 Putative uncharacterized protein 12.77580851 C6_control_B1 +LQ00X072700 Putative uncharacterized protein 12.49869838 C6_control_B2 +LQ00X072700 Putative uncharacterized protein 12.62569745 C6_control_B3 +LQ00X072700 Putative uncharacterized protein 13.15142422 C6_control_C1 +LQ00X072700 Putative uncharacterized protein 12.9565644 C6_control_C2 +LQ00X072700 Putative uncharacterized protein 12.57425142 C6_control_C3 +LQ00X072700 Putative uncharacterized protein 13.00593943 C6_chemical_A1 +LQ00X072700 Putative uncharacterized protein 13.06686735 C6_chemical_A3 +LQ00X072700 Putative uncharacterized protein 12.61236953 C6_chemical_B1 +LQ00X072700 Putative uncharacterized protein 12.39733017 C6_chemical_B2 +LQ00X072700 Putative uncharacterized protein 12.5083679 C6_chemical_B3 +LQ00X072700 Putative uncharacterized protein 13.1122001 C6_chemical_C1 +LQ00X072700 Putative uncharacterized protein 12.86445533 C6_chemical_C2 +LQ00X072700 Putative uncharacterized protein 12.35327936 C6_chemical_C3 +LQ00X072700 Putative uncharacterized protein 13.50388167 L4_control_A1 +LQ00X072700 Putative uncharacterized protein 13.52684609 L4_control_A2 +LQ00X072700 Putative uncharacterized protein 13.43929831 L4_control_A3 +LQ00X072700 Putative uncharacterized protein 12.71096856 L4_control_B1 +LQ00X072700 Putative uncharacterized protein 12.8706596 L4_control_B2 +LQ00X072700 Putative uncharacterized protein 12.90430718 L4_control_B3 +LQ00X072700 Putative uncharacterized protein 13.81298472 L4_control_C2 +LQ00X072700 Putative uncharacterized protein 13.75100066 L4_control_C3 +LQ00X072700 Putative uncharacterized protein 13.45631896 L4_chemical_A1 +LQ00X072700 Putative uncharacterized protein 13.405656 L4_chemical_A2 +LQ00X072700 Putative uncharacterized protein 13.0576214 L4_chemical_A3 +LQ00X072700 Putative uncharacterized protein 13.26895851 L4_chemical_B1 +LQ00X072700 Putative uncharacterized protein 13.45922606 L4_chemical_B2 +LQ00X072700 Putative uncharacterized protein 12.65819799 L4_chemical_B3 +LQ00X072700 Putative uncharacterized protein 13.63867369 L4_chemical_C2 +LQ00X072700 Putative uncharacterized protein 13.46922572 L4_chemical_C3 +LQ00X072720 Hypothetical protein 5.048616704 C6_control_A1 +LQ00X072720 Hypothetical protein 4.925657354 C6_control_A3 +LQ00X072720 Hypothetical protein 4.858913873 C6_control_B1 +LQ00X072720 Hypothetical protein 4.921107925 C6_control_B2 +LQ00X072720 Hypothetical protein 4.712313128 C6_control_B3 +LQ00X072720 Hypothetical protein 5.200486673 C6_control_C1 +LQ00X072720 Hypothetical protein 4.914961963 C6_control_C2 +LQ00X072720 Hypothetical protein 4.919303798 C6_control_C3 +LQ00X072720 Hypothetical protein 5.210901092 C6_chemical_A1 +LQ00X072720 Hypothetical protein 4.809785846 C6_chemical_A3 +LQ00X072720 Hypothetical protein 4.866736988 C6_chemical_B1 +LQ00X072720 Hypothetical protein 4.881467014 C6_chemical_B2 +LQ00X072720 Hypothetical protein 4.692712691 C6_chemical_B3 +LQ00X072720 Hypothetical protein 5.147501627 C6_chemical_C1 +LQ00X072720 Hypothetical protein 5.347141504 C6_chemical_C2 +LQ00X072720 Hypothetical protein 5.118894449 C6_chemical_C3 +LQ00X072720 Hypothetical protein 4.972436816 L4_control_A1 +LQ00X072720 Hypothetical protein 5.519364644 L4_control_A2 +LQ00X072720 Hypothetical protein 5.082358729 L4_control_A3 +LQ00X072720 Hypothetical protein 5.059420311 L4_control_B1 +LQ00X072720 Hypothetical protein 5.011716171 L4_control_B2 +LQ00X072720 Hypothetical protein 4.933362645 L4_control_B3 +LQ00X072720 Hypothetical protein 5.271860293 L4_control_C2 +LQ00X072720 Hypothetical protein 4.873953209 L4_control_C3 +LQ00X072720 Hypothetical protein 5.241355075 L4_chemical_A1 +LQ00X072720 Hypothetical protein 5.405735132 L4_chemical_A2 +LQ00X072720 Hypothetical protein 5.384746192 L4_chemical_A3 +LQ00X072720 Hypothetical protein 5.014377728 L4_chemical_B1 +LQ00X072720 Hypothetical protein 5.094367657 L4_chemical_B2 +LQ00X072720 Hypothetical protein 5.11364172 L4_chemical_B3 +LQ00X072720 Hypothetical protein 4.908844722 L4_chemical_C2 +LQ00X072720 Hypothetical protein 5.263215105 L4_chemical_C3 +LQ00X072760 Putative uncharacterized protein 5.804606568 C6_control_A1 +LQ00X072760 Putative uncharacterized protein 5.91182903 C6_control_A3 +LQ00X072760 Putative uncharacterized protein 5.728861747 C6_control_B1 +LQ00X072760 Putative uncharacterized protein 6.226328416 C6_control_B2 +LQ00X072760 Putative uncharacterized protein 5.879961397 C6_control_B3 +LQ00X072760 Putative uncharacterized protein 5.709175074 C6_control_C1 +LQ00X072760 Putative uncharacterized protein 5.707108256 C6_control_C2 +LQ00X072760 Putative uncharacterized protein 6.01271965 C6_control_C3 +LQ00X072760 Putative uncharacterized protein 6.302594782 C6_chemical_A1 +LQ00X072760 Putative uncharacterized protein 5.794038729 C6_chemical_A3 +LQ00X072760 Putative uncharacterized protein 5.841053294 C6_chemical_B1 +LQ00X072760 Putative uncharacterized protein 5.932614658 C6_chemical_B2 +LQ00X072760 Putative uncharacterized protein 5.820046359 C6_chemical_B3 +LQ00X072760 Putative uncharacterized protein 5.63678232 C6_chemical_C1 +LQ00X072760 Putative uncharacterized protein 5.976716189 C6_chemical_C2 +LQ00X072760 Putative uncharacterized protein 5.456043809 C6_chemical_C3 +LQ00X072760 Putative uncharacterized protein 5.981543398 L4_control_A1 +LQ00X072760 Putative uncharacterized protein 6.185808048 L4_control_A2 +LQ00X072760 Putative uncharacterized protein 7.002477207 L4_control_A3 +LQ00X072760 Putative uncharacterized protein 5.620271131 L4_control_B1 +LQ00X072760 Putative uncharacterized protein 5.88722774 L4_control_B2 +LQ00X072760 Putative uncharacterized protein 5.657460416 L4_control_B3 +LQ00X072760 Putative uncharacterized protein 5.697141557 L4_control_C2 +LQ00X072760 Putative uncharacterized protein 5.502451562 L4_control_C3 +LQ00X072760 Putative uncharacterized protein 5.411175477 L4_chemical_A1 +LQ00X072760 Putative uncharacterized protein 5.703035466 L4_chemical_A2 +LQ00X072760 Putative uncharacterized protein 6.417409483 L4_chemical_A3 +LQ00X072760 Putative uncharacterized protein 5.939656147 L4_chemical_B1 +LQ00X072760 Putative uncharacterized protein 6.237823058 L4_chemical_B2 +LQ00X072760 Putative uncharacterized protein 5.793978108 L4_chemical_B3 +LQ00X072760 Putative uncharacterized protein 5.655553437 L4_chemical_C2 +LQ00X072760 Putative uncharacterized protein 5.555635379 L4_chemical_C3 +LQ00X072800 Hypothetical protein 4.840146519 C6_control_A1 +LQ00X072800 Hypothetical protein 4.678755646 C6_control_A3 +LQ00X072800 Hypothetical protein 4.932385372 C6_control_B1 +LQ00X072800 Hypothetical protein 5.038484215 C6_control_B2 +LQ00X072800 Hypothetical protein 5.110600894 C6_control_B3 +LQ00X072800 Hypothetical protein 5.002569259 C6_control_C1 +LQ00X072800 Hypothetical protein 4.591531923 C6_control_C2 +LQ00X072800 Hypothetical protein 5.216477048 C6_control_C3 +LQ00X072800 Hypothetical protein 5.31853574 C6_chemical_A1 +LQ00X072800 Hypothetical protein 5.215421495 C6_chemical_A3 +LQ00X072800 Hypothetical protein 4.710288202 C6_chemical_B1 +LQ00X072800 Hypothetical protein 5.013446424 C6_chemical_B2 +LQ00X072800 Hypothetical protein 5.043374837 C6_chemical_B3 +LQ00X072800 Hypothetical protein 4.843913781 C6_chemical_C1 +LQ00X072800 Hypothetical protein 4.879763809 C6_chemical_C2 +LQ00X072800 Hypothetical protein 5.110391827 C6_chemical_C3 +LQ00X072800 Hypothetical protein 4.939719892 L4_control_A1 +LQ00X072800 Hypothetical protein 4.761683707 L4_control_A2 +LQ00X072800 Hypothetical protein 5.021788562 L4_control_A3 +LQ00X072800 Hypothetical protein 5.070193487 L4_control_B1 +LQ00X072800 Hypothetical protein 4.802866948 L4_control_B2 +LQ00X072800 Hypothetical protein 4.838458011 L4_control_B3 +LQ00X072800 Hypothetical protein 5.228704858 L4_control_C2 +LQ00X072800 Hypothetical protein 5.579415388 L4_control_C3 +LQ00X072800 Hypothetical protein 4.676088792 L4_chemical_A1 +LQ00X072800 Hypothetical protein 4.683749274 L4_chemical_A2 +LQ00X072800 Hypothetical protein 4.910925833 L4_chemical_A3 +LQ00X072800 Hypothetical protein 4.919715307 L4_chemical_B1 +LQ00X072800 Hypothetical protein 5.063813227 L4_chemical_B2 +LQ00X072800 Hypothetical protein 4.674559073 L4_chemical_B3 +LQ00X072800 Hypothetical protein 4.727498029 L4_chemical_C2 +LQ00X072800 Hypothetical protein 5.073906115 L4_chemical_C3 +LQ00X072810 Predicted protein 9.547578537 C6_control_A1 +LQ00X072810 Predicted protein 9.142292473 C6_control_A3 +LQ00X072810 Predicted protein 9.745955641 C6_control_B1 +LQ00X072810 Predicted protein 9.35699503 C6_control_B2 +LQ00X072810 Predicted protein 8.956590817 C6_control_B3 +LQ00X072810 Predicted protein 9.538251045 C6_control_C1 +LQ00X072810 Predicted protein 8.943707053 C6_control_C2 +LQ00X072810 Predicted protein 9.18699526 C6_control_C3 +LQ00X072810 Predicted protein 9.574862289 C6_chemical_A1 +LQ00X072810 Predicted protein 9.438627105 C6_chemical_A3 +LQ00X072810 Predicted protein 9.440725046 C6_chemical_B1 +LQ00X072810 Predicted protein 9.487692843 C6_chemical_B2 +LQ00X072810 Predicted protein 9.158505534 C6_chemical_B3 +LQ00X072810 Predicted protein 9.238487586 C6_chemical_C1 +LQ00X072810 Predicted protein 9.210501384 C6_chemical_C2 +LQ00X072810 Predicted protein 9.141855526 C6_chemical_C3 +LQ00X072810 Predicted protein 9.389020394 L4_control_A1 +LQ00X072810 Predicted protein 9.605383022 L4_control_A2 +LQ00X072810 Predicted protein 9.025361834 L4_control_A3 +LQ00X072810 Predicted protein 9.1459252 L4_control_B1 +LQ00X072810 Predicted protein 9.944864341 L4_control_B2 +LQ00X072810 Predicted protein 9.333499866 L4_control_B3 +LQ00X072810 Predicted protein 9.58254429 L4_control_C2 +LQ00X072810 Predicted protein 9.374820795 L4_control_C3 +LQ00X072810 Predicted protein 9.102593096 L4_chemical_A1 +LQ00X072810 Predicted protein 9.087897668 L4_chemical_A2 +LQ00X072810 Predicted protein 8.948341702 L4_chemical_A3 +LQ00X072810 Predicted protein 9.347317224 L4_chemical_B1 +LQ00X072810 Predicted protein 8.993359198 L4_chemical_B2 +LQ00X072810 Predicted protein 9.152699457 L4_chemical_B3 +LQ00X072810 Predicted protein 9.335889038 L4_chemical_C2 +LQ00X072810 Predicted protein 9.62311082 L4_chemical_C3 +LQ00X072820 Transcription factor bHLH123 9.02445345 C6_control_A1 +LQ00X072820 Transcription factor bHLH123 9.258773363 C6_control_A3 +LQ00X072820 Transcription factor bHLH123 8.953413403 C6_control_B1 +LQ00X072820 Transcription factor bHLH123 8.351985 C6_control_B2 +LQ00X072820 Transcription factor bHLH123 8.855643711 C6_control_B3 +LQ00X072820 Transcription factor bHLH123 7.923640486 C6_control_C1 +LQ00X072820 Transcription factor bHLH123 8.177292927 C6_control_C2 +LQ00X072820 Transcription factor bHLH123 8.988795706 C6_control_C3 +LQ00X072820 Transcription factor bHLH123 8.656310531 C6_chemical_A1 +LQ00X072820 Transcription factor bHLH123 8.926788884 C6_chemical_A3 +LQ00X072820 Transcription factor bHLH123 8.978725434 C6_chemical_B1 +LQ00X072820 Transcription factor bHLH123 8.046682643 C6_chemical_B2 +LQ00X072820 Transcription factor bHLH123 8.450427867 C6_chemical_B3 +LQ00X072820 Transcription factor bHLH123 7.985124244 C6_chemical_C1 +LQ00X072820 Transcription factor bHLH123 7.564633912 C6_chemical_C2 +LQ00X072820 Transcription factor bHLH123 8.689707735 C6_chemical_C3 +LQ00X072820 Transcription factor bHLH123 8.491886941 L4_control_A1 +LQ00X072820 Transcription factor bHLH123 7.816502445 L4_control_A2 +LQ00X072820 Transcription factor bHLH123 6.711208892 L4_control_A3 +LQ00X072820 Transcription factor bHLH123 8.933716801 L4_control_B1 +LQ00X072820 Transcription factor bHLH123 8.510773792 L4_control_B2 +LQ00X072820 Transcription factor bHLH123 7.74309218 L4_control_B3 +LQ00X072820 Transcription factor bHLH123 8.668514826 L4_control_C2 +LQ00X072820 Transcription factor bHLH123 8.743302274 L4_control_C3 +LQ00X072820 Transcription factor bHLH123 7.86649365 L4_chemical_A1 +LQ00X072820 Transcription factor bHLH123 7.556297357 L4_chemical_A2 +LQ00X072820 Transcription factor bHLH123 6.325712609 L4_chemical_A3 +LQ00X072820 Transcription factor bHLH123 8.649024388 L4_chemical_B1 +LQ00X072820 Transcription factor bHLH123 8.21893745 L4_chemical_B2 +LQ00X072820 Transcription factor bHLH123 8.273893081 L4_chemical_B3 +LQ00X072820 Transcription factor bHLH123 8.693249063 L4_chemical_C2 +LQ00X072820 Transcription factor bHLH123 8.937204235 L4_chemical_C3 +LQ00X072830 Flavoprotein wrbA 12.88481912 C6_control_A1 +LQ00X072830 Flavoprotein wrbA 12.81257033 C6_control_A3 +LQ00X072830 Flavoprotein wrbA 12.64312854 C6_control_B1 +LQ00X072830 Flavoprotein wrbA 13.17128775 C6_control_B2 +LQ00X072830 Flavoprotein wrbA 13.00496105 C6_control_B3 +LQ00X072830 Flavoprotein wrbA 13.25466947 C6_control_C1 +LQ00X072830 Flavoprotein wrbA 13.20607185 C6_control_C2 +LQ00X072830 Flavoprotein wrbA 13.3730604 C6_control_C3 +LQ00X072830 Flavoprotein wrbA 12.57485109 C6_chemical_A1 +LQ00X072830 Flavoprotein wrbA 12.48152339 C6_chemical_A3 +LQ00X072830 Flavoprotein wrbA 12.47649671 C6_chemical_B1 +LQ00X072830 Flavoprotein wrbA 12.94057598 C6_chemical_B2 +LQ00X072830 Flavoprotein wrbA 13.23195297 C6_chemical_B3 +LQ00X072830 Flavoprotein wrbA 12.95233724 C6_chemical_C1 +LQ00X072830 Flavoprotein wrbA 12.80931371 C6_chemical_C2 +LQ00X072830 Flavoprotein wrbA 12.9842789 C6_chemical_C3 +LQ00X072830 Flavoprotein wrbA 12.56254837 L4_control_A1 +LQ00X072830 Flavoprotein wrbA 12.96393435 L4_control_A2 +LQ00X072830 Flavoprotein wrbA 12.57489594 L4_control_A3 +LQ00X072830 Flavoprotein wrbA 12.87693877 L4_control_B1 +LQ00X072830 Flavoprotein wrbA 12.54134336 L4_control_B2 +LQ00X072830 Flavoprotein wrbA 13.91695325 L4_control_B3 +LQ00X072830 Flavoprotein wrbA 12.60651069 L4_control_C2 +LQ00X072830 Flavoprotein wrbA 13.03563667 L4_control_C3 +LQ00X072830 Flavoprotein wrbA 12.94849108 L4_chemical_A1 +LQ00X072830 Flavoprotein wrbA 12.91079107 L4_chemical_A2 +LQ00X072830 Flavoprotein wrbA 12.98343385 L4_chemical_A3 +LQ00X072830 Flavoprotein wrbA 12.63057491 L4_chemical_B1 +LQ00X072830 Flavoprotein wrbA 12.32980218 L4_chemical_B2 +LQ00X072830 Flavoprotein wrbA 13.22408939 L4_chemical_B3 +LQ00X072830 Flavoprotein wrbA 12.17549762 L4_chemical_C2 +LQ00X072830 Flavoprotein wrbA 12.70144403 L4_chemical_C3 +LQ00X073130 Hypothetical protein 11.99851257 C6_control_A1 +LQ00X073130 Hypothetical protein 12.28666379 C6_control_A3 +LQ00X073130 Hypothetical protein 12.22978294 C6_control_B1 +LQ00X073130 Hypothetical protein 12.42467422 C6_control_B2 +LQ00X073130 Hypothetical protein 12.76184244 C6_control_B3 +LQ00X073130 Hypothetical protein 13.61302394 C6_control_C1 +LQ00X073130 Hypothetical protein 13.59240951 C6_control_C2 +LQ00X073130 Hypothetical protein 14.42644166 C6_control_C3 +LQ00X073130 Hypothetical protein 11.8561323 C6_chemical_A1 +LQ00X073130 Hypothetical protein 12.00744642 C6_chemical_A3 +LQ00X073130 Hypothetical protein 12.21811753 C6_chemical_B1 +LQ00X073130 Hypothetical protein 12.5196214 C6_chemical_B2 +LQ00X073130 Hypothetical protein 13.13783026 C6_chemical_B3 +LQ00X073130 Hypothetical protein 13.18148508 C6_chemical_C1 +LQ00X073130 Hypothetical protein 13.29132953 C6_chemical_C2 +LQ00X073130 Hypothetical protein 13.69677174 C6_chemical_C3 +LQ00X073130 Hypothetical protein 11.07616313 L4_control_A1 +LQ00X073130 Hypothetical protein 11.93570858 L4_control_A2 +LQ00X073130 Hypothetical protein 10.54007693 L4_control_A3 +LQ00X073130 Hypothetical protein 12.18904721 L4_control_B1 +LQ00X073130 Hypothetical protein 11.69007412 L4_control_B2 +LQ00X073130 Hypothetical protein 12.74955082 L4_control_B3 +LQ00X073130 Hypothetical protein 12.39243782 L4_control_C2 +LQ00X073130 Hypothetical protein 12.15929724 L4_control_C3 +LQ00X073130 Hypothetical protein 10.91942665 L4_chemical_A1 +LQ00X073130 Hypothetical protein 11.72464964 L4_chemical_A2 +LQ00X073130 Hypothetical protein 10.62803249 L4_chemical_A3 +LQ00X073130 Hypothetical protein 11.68499483 L4_chemical_B1 +LQ00X073130 Hypothetical protein 11.70464768 L4_chemical_B2 +LQ00X073130 Hypothetical protein 12.32077362 L4_chemical_B3 +LQ00X073130 Hypothetical protein 12.22471051 L4_chemical_C2 +LQ00X073130 Hypothetical protein 12.35503577 L4_chemical_C3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.677696947 C6_control_A1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.684703599 C6_control_A3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.903380859 C6_control_B1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.964569216 C6_control_B2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.954560381 C6_control_B3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.01582145 C6_control_C1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 11.04068601 C6_control_C2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.72592911 C6_control_C3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.91604253 C6_chemical_A1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.337004761 C6_chemical_A3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.13219995 C6_chemical_B1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.22258259 C6_chemical_B2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.809271907 C6_chemical_B3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.817883254 C6_chemical_C1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.62361118 C6_chemical_C2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 11.75093715 C6_chemical_C3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.734503024 L4_control_A1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.7871191 L4_control_A2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 7.399786409 L4_control_A3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.996570527 L4_control_B1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.643622362 L4_control_B2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.81237383 L4_control_B3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.50251583 L4_control_C2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.98793474 L4_control_C3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.884595997 L4_chemical_A1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.830832581 L4_chemical_A2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 7.489702532 L4_chemical_A3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.7721254 L4_chemical_B1 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.544354133 L4_chemical_B2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.79676473 L4_chemical_B3 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 9.666424682 L4_chemical_C2 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 10.64677868 L4_chemical_C3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.138326882 C6_control_A1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.3120801 C6_control_A3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.437514768 C6_control_B1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.331021977 C6_control_B2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.428644149 C6_control_B3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.79264268 C6_control_C1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.429635207 C6_control_C2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.643693629 C6_control_C3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.307086632 C6_chemical_A1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.680499199 C6_chemical_A3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.528381053 C6_chemical_B1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.407741205 C6_chemical_B2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.207697052 C6_chemical_B3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.748053202 C6_chemical_C1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.455286116 C6_chemical_C2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.409871015 C6_chemical_C3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.586977483 L4_control_A1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.622928521 L4_control_A2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 6.117533991 L4_control_A3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.312216914 L4_control_B1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.210563308 L4_control_B2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.601919992 L4_control_B3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.672174024 L4_control_C2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.722165189 L4_control_C3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.744178984 L4_chemical_A1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 6.271326493 L4_chemical_A2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.908392247 L4_chemical_A3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.49067724 L4_chemical_B1 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 4.859440324 L4_chemical_B2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.526783022 L4_chemical_B3 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.957620934 L4_chemical_C2 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.86617089 L4_chemical_C3 +LQ00X073290 Putative Predicted protein 5.706519516 C6_control_A1 +LQ00X073290 Putative Predicted protein 5.772544216 C6_control_A3 +LQ00X073290 Putative Predicted protein 5.400248304 C6_control_B1 +LQ00X073290 Putative Predicted protein 6.398069529 C6_control_B2 +LQ00X073290 Putative Predicted protein 5.606940292 C6_control_B3 +LQ00X073290 Putative Predicted protein 5.514976704 C6_control_C1 +LQ00X073290 Putative Predicted protein 5.969281724 C6_control_C2 +LQ00X073290 Putative Predicted protein 5.960811773 C6_control_C3 +LQ00X073290 Putative Predicted protein 5.618022943 C6_chemical_A1 +LQ00X073290 Putative Predicted protein 5.470596672 C6_chemical_A3 +LQ00X073290 Putative Predicted protein 5.248710693 C6_chemical_B1 +LQ00X073290 Putative Predicted protein 6.348536004 C6_chemical_B2 +LQ00X073290 Putative Predicted protein 5.752030845 C6_chemical_B3 +LQ00X073290 Putative Predicted protein 5.185893695 C6_chemical_C1 +LQ00X073290 Putative Predicted protein 6.223049225 C6_chemical_C2 +LQ00X073290 Putative Predicted protein 5.435414125 C6_chemical_C3 +LQ00X073290 Putative Predicted protein 6.6005515 L4_control_A1 +LQ00X073290 Putative Predicted protein 5.083422598 L4_control_A2 +LQ00X073290 Putative Predicted protein 6.1439136 L4_control_A3 +LQ00X073290 Putative Predicted protein 5.498810883 L4_control_B1 +LQ00X073290 Putative Predicted protein 5.392885948 L4_control_B2 +LQ00X073290 Putative Predicted protein 5.231608687 L4_control_B3 +LQ00X073290 Putative Predicted protein 5.82595158 L4_control_C2 +LQ00X073290 Putative Predicted protein 4.972063019 L4_control_C3 +LQ00X073290 Putative Predicted protein 9.328232624 L4_chemical_A1 +LQ00X073290 Putative Predicted protein 5.631035896 L4_chemical_A2 +LQ00X073290 Putative Predicted protein 6.28299003 L4_chemical_A3 +LQ00X073290 Putative Predicted protein 6.182463943 L4_chemical_B1 +LQ00X073290 Putative Predicted protein 5.178023338 L4_chemical_B2 +LQ00X073290 Putative Predicted protein 4.986629872 L4_chemical_B3 +LQ00X073290 Putative Predicted protein 5.89141804 L4_chemical_C2 +LQ00X073290 Putative Predicted protein 4.783580354 L4_chemical_C3 +LQ00X073440 Predicted protein 4.995043418 C6_control_A1 +LQ00X073440 Predicted protein 4.896875903 C6_control_A3 +LQ00X073440 Predicted protein 5.022621149 C6_control_B1 +LQ00X073440 Predicted protein 5.104084286 C6_control_B2 +LQ00X073440 Predicted protein 4.594165395 C6_control_B3 +LQ00X073440 Predicted protein 4.997226551 C6_control_C1 +LQ00X073440 Predicted protein 4.997046567 C6_control_C2 +LQ00X073440 Predicted protein 5.097086583 C6_control_C3 +LQ00X073440 Predicted protein 5.001102539 C6_chemical_A1 +LQ00X073440 Predicted protein 4.839712025 C6_chemical_A3 +LQ00X073440 Predicted protein 4.835177887 C6_chemical_B1 +LQ00X073440 Predicted protein 5.044980783 C6_chemical_B2 +LQ00X073440 Predicted protein 5.177208288 C6_chemical_B3 +LQ00X073440 Predicted protein 5.135360416 C6_chemical_C1 +LQ00X073440 Predicted protein 5.28880443 C6_chemical_C2 +LQ00X073440 Predicted protein 5.17692078 C6_chemical_C3 +LQ00X073440 Predicted protein 5.020297305 L4_control_A1 +LQ00X073440 Predicted protein 4.882183564 L4_control_A2 +LQ00X073440 Predicted protein 4.882024709 L4_control_A3 +LQ00X073440 Predicted protein 4.822232373 L4_control_B1 +LQ00X073440 Predicted protein 4.983938723 L4_control_B2 +LQ00X073440 Predicted protein 4.806123544 L4_control_B3 +LQ00X073440 Predicted protein 5.283172615 L4_control_C2 +LQ00X073440 Predicted protein 5.405286081 L4_control_C3 +LQ00X073440 Predicted protein 5.015037523 L4_chemical_A1 +LQ00X073440 Predicted protein 4.805210431 L4_chemical_A2 +LQ00X073440 Predicted protein 4.937742082 L4_chemical_A3 +LQ00X073440 Predicted protein 5.278865732 L4_chemical_B1 +LQ00X073440 Predicted protein 5.190951609 L4_chemical_B2 +LQ00X073440 Predicted protein 4.979740101 L4_chemical_B3 +LQ00X073440 Predicted protein 5.356674936 L4_chemical_C2 +LQ00X073440 Predicted protein 5.030275394 L4_chemical_C3 +LQ00X073550 Putative uncharacterized protein 6.282251566 C6_control_A1 +LQ00X073550 Putative uncharacterized protein 5.525923026 C6_control_A3 +LQ00X073550 Putative uncharacterized protein 5.503609473 C6_control_B1 +LQ00X073550 Putative uncharacterized protein 6.791094815 C6_control_B2 +LQ00X073550 Putative uncharacterized protein 5.506723254 C6_control_B3 +LQ00X073550 Putative uncharacterized protein 8.326701371 C6_control_C1 +LQ00X073550 Putative uncharacterized protein 7.902917857 C6_control_C2 +LQ00X073550 Putative uncharacterized protein 7.448189466 C6_control_C3 +LQ00X073550 Putative uncharacterized protein 5.699950636 C6_chemical_A1 +LQ00X073550 Putative uncharacterized protein 5.612145013 C6_chemical_A3 +LQ00X073550 Putative uncharacterized protein 5.107816068 C6_chemical_B1 +LQ00X073550 Putative uncharacterized protein 7.415248205 C6_chemical_B2 +LQ00X073550 Putative uncharacterized protein 5.677862993 C6_chemical_B3 +LQ00X073550 Putative uncharacterized protein 8.338029033 C6_chemical_C1 +LQ00X073550 Putative uncharacterized protein 8.108744447 C6_chemical_C2 +LQ00X073550 Putative uncharacterized protein 8.365825284 C6_chemical_C3 +LQ00X073550 Putative uncharacterized protein 5.551593393 L4_control_A1 +LQ00X073550 Putative uncharacterized protein 5.377213536 L4_control_A2 +LQ00X073550 Putative uncharacterized protein 5.100193595 L4_control_A3 +LQ00X073550 Putative uncharacterized protein 5.463517324 L4_control_B1 +LQ00X073550 Putative uncharacterized protein 4.822433008 L4_control_B2 +LQ00X073550 Putative uncharacterized protein 5.589341326 L4_control_B3 +LQ00X073550 Putative uncharacterized protein 5.870691357 L4_control_C2 +LQ00X073550 Putative uncharacterized protein 5.57184719 L4_control_C3 +LQ00X073550 Putative uncharacterized protein 5.783762733 L4_chemical_A1 +LQ00X073550 Putative uncharacterized protein 5.646319377 L4_chemical_A2 +LQ00X073550 Putative uncharacterized protein 5.443792253 L4_chemical_A3 +LQ00X073550 Putative uncharacterized protein 5.398071627 L4_chemical_B1 +LQ00X073550 Putative uncharacterized protein 4.893901208 L4_chemical_B2 +LQ00X073550 Putative uncharacterized protein 5.322528863 L4_chemical_B3 +LQ00X073550 Putative uncharacterized protein 5.75592927 L4_chemical_C2 +LQ00X073550 Putative uncharacterized protein 5.20885932 L4_chemical_C3 +LQ00X073740 Hypothetical protein 8.18354991 C6_control_A1 +LQ00X073740 Hypothetical protein 8.155574365 C6_control_A3 +LQ00X073740 Hypothetical protein 8.484309218 C6_control_B1 +LQ00X073740 Hypothetical protein 7.1011521 C6_control_B2 +LQ00X073740 Hypothetical protein 8.333360187 C6_control_B3 +LQ00X073740 Hypothetical protein 6.256013004 C6_control_C1 +LQ00X073740 Hypothetical protein 5.961212239 C6_control_C2 +LQ00X073740 Hypothetical protein 6.752461753 C6_control_C3 +LQ00X073740 Hypothetical protein 8.112016854 C6_chemical_A1 +LQ00X073740 Hypothetical protein 8.080174664 C6_chemical_A3 +LQ00X073740 Hypothetical protein 8.471503376 C6_chemical_B1 +LQ00X073740 Hypothetical protein 6.978382891 C6_chemical_B2 +LQ00X073740 Hypothetical protein 7.955260381 C6_chemical_B3 +LQ00X073740 Hypothetical protein 6.191810249 C6_chemical_C1 +LQ00X073740 Hypothetical protein 7.037612552 C6_chemical_C2 +LQ00X073740 Hypothetical protein 6.664396034 C6_chemical_C3 +LQ00X073740 Hypothetical protein 7.70627202 L4_control_A1 +LQ00X073740 Hypothetical protein 8.562487711 L4_control_A2 +LQ00X073740 Hypothetical protein 9.291337853 L4_control_A3 +LQ00X073740 Hypothetical protein 8.333281325 L4_control_B1 +LQ00X073740 Hypothetical protein 8.949593689 L4_control_B2 +LQ00X073740 Hypothetical protein 7.984567739 L4_control_B3 +LQ00X073740 Hypothetical protein 8.59907587 L4_control_C2 +LQ00X073740 Hypothetical protein 8.291657834 L4_control_C3 +LQ00X073740 Hypothetical protein 7.747753447 L4_chemical_A1 +LQ00X073740 Hypothetical protein 8.660216745 L4_chemical_A2 +LQ00X073740 Hypothetical protein 8.826730648 L4_chemical_A3 +LQ00X073740 Hypothetical protein 8.557330157 L4_chemical_B1 +LQ00X073740 Hypothetical protein 9.536621893 L4_chemical_B2 +LQ00X073740 Hypothetical protein 7.966740164 L4_chemical_B3 +LQ00X073740 Hypothetical protein 8.676176705 L4_chemical_C2 +LQ00X073740 Hypothetical protein 8.979139765 L4_chemical_C3 +LQ00X073780 Putative Transmembrane protein 56-B 5.40386558 C6_control_A1 +LQ00X073780 Putative Transmembrane protein 56-B 5.229360779 C6_control_A3 +LQ00X073780 Putative Transmembrane protein 56-B 6.220213842 C6_control_B1 +LQ00X073780 Putative Transmembrane protein 56-B 5.296072712 C6_control_B2 +LQ00X073780 Putative Transmembrane protein 56-B 5.449494727 C6_control_B3 +LQ00X073780 Putative Transmembrane protein 56-B 5.529562 C6_control_C1 +LQ00X073780 Putative Transmembrane protein 56-B 6.188411996 C6_control_C2 +LQ00X073780 Putative Transmembrane protein 56-B 5.462968046 C6_control_C3 +LQ00X073780 Putative Transmembrane protein 56-B 5.520713781 C6_chemical_A1 +LQ00X073780 Putative Transmembrane protein 56-B 5.557973354 C6_chemical_A3 +LQ00X073780 Putative Transmembrane protein 56-B 5.882303942 C6_chemical_B1 +LQ00X073780 Putative Transmembrane protein 56-B 5.527608777 C6_chemical_B2 +LQ00X073780 Putative Transmembrane protein 56-B 5.481862245 C6_chemical_B3 +LQ00X073780 Putative Transmembrane protein 56-B 5.833168984 C6_chemical_C1 +LQ00X073780 Putative Transmembrane protein 56-B 5.602946249 C6_chemical_C2 +LQ00X073780 Putative Transmembrane protein 56-B 5.676805472 C6_chemical_C3 +LQ00X073780 Putative Transmembrane protein 56-B 5.34091723 L4_control_A1 +LQ00X073780 Putative Transmembrane protein 56-B 5.316290893 L4_control_A2 +LQ00X073780 Putative Transmembrane protein 56-B 5.58094301 L4_control_A3 +LQ00X073780 Putative Transmembrane protein 56-B 5.791798349 L4_control_B1 +LQ00X073780 Putative Transmembrane protein 56-B 5.622020008 L4_control_B2 +LQ00X073780 Putative Transmembrane protein 56-B 5.347419209 L4_control_B3 +LQ00X073780 Putative Transmembrane protein 56-B 5.407347649 L4_control_C2 +LQ00X073780 Putative Transmembrane protein 56-B 5.512596859 L4_control_C3 +LQ00X073780 Putative Transmembrane protein 56-B 5.556224701 L4_chemical_A1 +LQ00X073780 Putative Transmembrane protein 56-B 5.450623032 L4_chemical_A2 +LQ00X073780 Putative Transmembrane protein 56-B 5.574048497 L4_chemical_A3 +LQ00X073780 Putative Transmembrane protein 56-B 5.475932695 L4_chemical_B1 +LQ00X073780 Putative Transmembrane protein 56-B 5.0273942 L4_chemical_B2 +LQ00X073780 Putative Transmembrane protein 56-B 5.48369979 L4_chemical_B3 +LQ00X073780 Putative Transmembrane protein 56-B 6.043513658 L4_chemical_C2 +LQ00X073780 Putative Transmembrane protein 56-B 5.477977451 L4_chemical_C3 +LQ00X073790 Putative Regulatory protein NPR1 5.595842614 C6_control_A1 +LQ00X073790 Putative Regulatory protein NPR1 5.965082659 C6_control_A3 +LQ00X073790 Putative Regulatory protein NPR1 4.972725377 C6_control_B1 +LQ00X073790 Putative Regulatory protein NPR1 5.514318419 C6_control_B2 +LQ00X073790 Putative Regulatory protein NPR1 5.073403632 C6_control_B3 +LQ00X073790 Putative Regulatory protein NPR1 5.251350624 C6_control_C1 +LQ00X073790 Putative Regulatory protein NPR1 5.821727311 C6_control_C2 +LQ00X073790 Putative Regulatory protein NPR1 5.462516562 C6_control_C3 +LQ00X073790 Putative Regulatory protein NPR1 5.748871391 C6_chemical_A1 +LQ00X073790 Putative Regulatory protein NPR1 5.348135471 C6_chemical_A3 +LQ00X073790 Putative Regulatory protein NPR1 5.177201023 C6_chemical_B1 +LQ00X073790 Putative Regulatory protein NPR1 5.777079889 C6_chemical_B2 +LQ00X073790 Putative Regulatory protein NPR1 5.402360054 C6_chemical_B3 +LQ00X073790 Putative Regulatory protein NPR1 4.960134496 C6_chemical_C1 +LQ00X073790 Putative Regulatory protein NPR1 5.718265005 C6_chemical_C2 +LQ00X073790 Putative Regulatory protein NPR1 5.793396041 C6_chemical_C3 +LQ00X073790 Putative Regulatory protein NPR1 5.121146123 L4_control_A1 +LQ00X073790 Putative Regulatory protein NPR1 5.623796428 L4_control_A2 +LQ00X073790 Putative Regulatory protein NPR1 6.134871193 L4_control_A3 +LQ00X073790 Putative Regulatory protein NPR1 5.683376023 L4_control_B1 +LQ00X073790 Putative Regulatory protein NPR1 6.374653625 L4_control_B2 +LQ00X073790 Putative Regulatory protein NPR1 5.32459197 L4_control_B3 +LQ00X073790 Putative Regulatory protein NPR1 5.987929906 L4_control_C2 +LQ00X073790 Putative Regulatory protein NPR1 5.139294243 L4_control_C3 +LQ00X073790 Putative Regulatory protein NPR1 5.150438088 L4_chemical_A1 +LQ00X073790 Putative Regulatory protein NPR1 5.23348504 L4_chemical_A2 +LQ00X073790 Putative Regulatory protein NPR1 5.806862746 L4_chemical_A3 +LQ00X073790 Putative Regulatory protein NPR1 5.295354118 L4_chemical_B1 +LQ00X073790 Putative Regulatory protein NPR1 5.712746551 L4_chemical_B2 +LQ00X073790 Putative Regulatory protein NPR1 5.084403323 L4_chemical_B3 +LQ00X073790 Putative Regulatory protein NPR1 5.764704662 L4_chemical_C2 +LQ00X073790 Putative Regulatory protein NPR1 5.439785904 L4_chemical_C3 +LQ00X073810 Putative Cytidylate kinase 10.39215567 C6_control_A1 +LQ00X073810 Putative Cytidylate kinase 10.19826017 C6_control_A3 +LQ00X073810 Putative Cytidylate kinase 11.25634867 C6_control_B1 +LQ00X073810 Putative Cytidylate kinase 11.8283619 C6_control_B2 +LQ00X073810 Putative Cytidylate kinase 11.51441658 C6_control_B3 +LQ00X073810 Putative Cytidylate kinase 12.84397895 C6_control_C1 +LQ00X073810 Putative Cytidylate kinase 12.3851404 C6_control_C2 +LQ00X073810 Putative Cytidylate kinase 12.17722326 C6_control_C3 +LQ00X073810 Putative Cytidylate kinase 10.64163353 C6_chemical_A1 +LQ00X073810 Putative Cytidylate kinase 9.951858569 C6_chemical_A3 +LQ00X073810 Putative Cytidylate kinase 12.04534362 C6_chemical_B1 +LQ00X073810 Putative Cytidylate kinase 12.26432738 C6_chemical_B2 +LQ00X073810 Putative Cytidylate kinase 11.49500133 C6_chemical_B3 +LQ00X073810 Putative Cytidylate kinase 12.72715509 C6_chemical_C1 +LQ00X073810 Putative Cytidylate kinase 12.91749841 C6_chemical_C2 +LQ00X073810 Putative Cytidylate kinase 12.10553741 C6_chemical_C3 +LQ00X073810 Putative Cytidylate kinase 9.373839155 L4_control_A1 +LQ00X073810 Putative Cytidylate kinase 10.15416151 L4_control_A2 +LQ00X073810 Putative Cytidylate kinase 9.858590777 L4_control_A3 +LQ00X073810 Putative Cytidylate kinase 10.97600805 L4_control_B1 +LQ00X073810 Putative Cytidylate kinase 10.74221004 L4_control_B2 +LQ00X073810 Putative Cytidylate kinase 11.06090008 L4_control_B3 +LQ00X073810 Putative Cytidylate kinase 11.58052145 L4_control_C2 +LQ00X073810 Putative Cytidylate kinase 10.95766972 L4_control_C3 +LQ00X073810 Putative Cytidylate kinase 8.899244345 L4_chemical_A1 +LQ00X073810 Putative Cytidylate kinase 10.49367347 L4_chemical_A2 +LQ00X073810 Putative Cytidylate kinase 9.477263704 L4_chemical_A3 +LQ00X073810 Putative Cytidylate kinase 10.84319159 L4_chemical_B1 +LQ00X073810 Putative Cytidylate kinase 10.96074345 L4_chemical_B2 +LQ00X073810 Putative Cytidylate kinase 10.33543927 L4_chemical_B3 +LQ00X073810 Putative Cytidylate kinase 11.73548112 L4_chemical_C2 +LQ00X073810 Putative Cytidylate kinase 10.93969085 L4_chemical_C3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.329059691 C6_control_A1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.039449637 C6_control_A3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.915577246 C6_control_B1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 4.998271363 C6_control_B2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.738947373 C6_control_B3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.106300288 C6_control_C1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.267112345 C6_control_C2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.399928896 C6_control_C3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.223114779 C6_chemical_A1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.090533282 C6_chemical_A3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 6.484889965 C6_chemical_B1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 4.91531173 C6_chemical_B2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.50843811 C6_chemical_B3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.187647885 C6_chemical_C1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.25956023 C6_chemical_C2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.736680992 C6_chemical_C3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.336647828 L4_control_A1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.928123352 L4_control_A2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.118523759 L4_control_A3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.287466678 L4_control_B1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.544026818 L4_control_B2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.356834469 L4_control_B3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 6.177697596 L4_control_C2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.824363752 L4_control_C3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.260895059 L4_chemical_A1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.790515541 L4_chemical_A2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.506658143 L4_chemical_A3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.289648277 L4_chemical_B1 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.73675325 L4_chemical_B2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.350842915 L4_chemical_B3 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.709869722 L4_chemical_C2 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.894823859 L4_chemical_C3 +LQ00X074040 Predicted protein 13.56064275 C6_control_A1 +LQ00X074040 Predicted protein 13.40177804 C6_control_A3 +LQ00X074040 Predicted protein 14.10854048 C6_control_B1 +LQ00X074040 Predicted protein 14.79920985 C6_control_B2 +LQ00X074040 Predicted protein 14.5511623 C6_control_B3 +LQ00X074040 Predicted protein 15.16828283 C6_control_C1 +LQ00X074040 Predicted protein 15.25202339 C6_control_C2 +LQ00X074040 Predicted protein 15.18618848 C6_control_C3 +LQ00X074040 Predicted protein 13.68745541 C6_chemical_A1 +LQ00X074040 Predicted protein 13.54227304 C6_chemical_A3 +LQ00X074040 Predicted protein 14.28251429 C6_chemical_B1 +LQ00X074040 Predicted protein 15.20492995 C6_chemical_B2 +LQ00X074040 Predicted protein 14.57705192 C6_chemical_B3 +LQ00X074040 Predicted protein 14.9052546 C6_chemical_C1 +LQ00X074040 Predicted protein 15.36654261 C6_chemical_C2 +LQ00X074040 Predicted protein 14.75309708 C6_chemical_C3 +LQ00X074040 Predicted protein 12.90517718 L4_control_A1 +LQ00X074040 Predicted protein 13.55957232 L4_control_A2 +LQ00X074040 Predicted protein 12.53343116 L4_control_A3 +LQ00X074040 Predicted protein 13.94816097 L4_control_B1 +LQ00X074040 Predicted protein 13.97270303 L4_control_B2 +LQ00X074040 Predicted protein 14.90326012 L4_control_B3 +LQ00X074040 Predicted protein 14.57070373 L4_control_C2 +LQ00X074040 Predicted protein 14.89683617 L4_control_C3 +LQ00X074040 Predicted protein 13.18202935 L4_chemical_A1 +LQ00X074040 Predicted protein 13.74956966 L4_chemical_A2 +LQ00X074040 Predicted protein 12.12861664 L4_chemical_A3 +LQ00X074040 Predicted protein 13.3326131 L4_chemical_B1 +LQ00X074040 Predicted protein 13.81216965 L4_chemical_B2 +LQ00X074040 Predicted protein 14.1129434 L4_chemical_B3 +LQ00X074040 Predicted protein 14.64926104 L4_chemical_C2 +LQ00X074040 Predicted protein 14.99542098 L4_chemical_C3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.535017757 C6_control_A1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.369811249 C6_control_A3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.809409639 C6_control_B1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.401096173 C6_control_B2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.834146367 C6_control_B3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.48608541 C6_control_C1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.25353613 C6_control_C2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.05795119 C6_control_C3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.539187602 C6_chemical_A1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.659645813 C6_chemical_A3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.12581202 C6_chemical_B1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.611180511 C6_chemical_B2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.989085685 C6_chemical_B3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.19450995 C6_chemical_C1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.31948678 C6_chemical_C2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.10475085 C6_chemical_C3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.05077117 L4_control_A1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.524996069 L4_control_A2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.15974833 L4_control_A3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.761878512 L4_control_B1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.61578315 L4_control_B2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.81525936 L4_control_B3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 11.23451241 L4_control_C2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 12.09936272 L4_control_C3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.575348511 L4_chemical_A1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 8.899896437 L4_chemical_A2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.296546171 L4_chemical_A3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.3061612 L4_chemical_B1 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.825227355 L4_chemical_B2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.14585645 L4_chemical_B3 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 10.75215924 L4_chemical_C2 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 11.68388676 L4_chemical_C3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.913448833 C6_control_A1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.907306871 C6_control_A3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.816009131 C6_control_B1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.326000467 C6_control_B2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.738013809 C6_control_B3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.255789982 C6_control_C1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.266480115 C6_control_C2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.73741225 C6_control_C3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.378701615 C6_chemical_A1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.826211599 C6_chemical_A3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.3636325 C6_chemical_B1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.401728959 C6_chemical_B2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.375570688 C6_chemical_B3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.170725649 C6_chemical_C1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.683763412 C6_chemical_C2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.291566899 C6_chemical_C3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.923195897 L4_control_A1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.867744618 L4_control_A2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.222121198 L4_control_A3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.211466568 L4_control_B1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.381667781 L4_control_B2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.907929377 L4_control_B3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.539067625 L4_control_C2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.112175469 L4_control_C3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.63462712 L4_chemical_A1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.886086124 L4_chemical_A2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.978874055 L4_chemical_A3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.830460668 L4_chemical_B1 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.27761655 L4_chemical_B2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.008558107 L4_chemical_B3 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 5.665644322 L4_chemical_C2 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.044019566 L4_chemical_C3 +LQ00X074352 Hypothetical protein 4.980881454 C6_control_A1 +LQ00X074352 Hypothetical protein 4.9377929 C6_control_A3 +LQ00X074352 Hypothetical protein 5.191327837 C6_control_B1 +LQ00X074352 Hypothetical protein 4.871515381 C6_control_B2 +LQ00X074352 Hypothetical protein 4.965302613 C6_control_B3 +LQ00X074352 Hypothetical protein 5.146897236 C6_control_C1 +LQ00X074352 Hypothetical protein 4.921344067 C6_control_C2 +LQ00X074352 Hypothetical protein 5.199631416 C6_control_C3 +LQ00X074352 Hypothetical protein 4.956267873 C6_chemical_A1 +LQ00X074352 Hypothetical protein 5.166724348 C6_chemical_A3 +LQ00X074352 Hypothetical protein 5.038279908 C6_chemical_B1 +LQ00X074352 Hypothetical protein 4.879598572 C6_chemical_B2 +LQ00X074352 Hypothetical protein 5.854415147 C6_chemical_B3 +LQ00X074352 Hypothetical protein 5.145609815 C6_chemical_C1 +LQ00X074352 Hypothetical protein 4.841243452 C6_chemical_C2 +LQ00X074352 Hypothetical protein 5.281667098 C6_chemical_C3 +LQ00X074352 Hypothetical protein 4.919547394 L4_control_A1 +LQ00X074352 Hypothetical protein 5.111978873 L4_control_A2 +LQ00X074352 Hypothetical protein 5.119398783 L4_control_A3 +LQ00X074352 Hypothetical protein 4.89103786 L4_control_B1 +LQ00X074352 Hypothetical protein 5.330102054 L4_control_B2 +LQ00X074352 Hypothetical protein 5.011421171 L4_control_B3 +LQ00X074352 Hypothetical protein 5.910282188 L4_control_C2 +LQ00X074352 Hypothetical protein 6.04799798 L4_control_C3 +LQ00X074352 Hypothetical protein 4.832062752 L4_chemical_A1 +LQ00X074352 Hypothetical protein 4.930431166 L4_chemical_A2 +LQ00X074352 Hypothetical protein 4.983745518 L4_chemical_A3 +LQ00X074352 Hypothetical protein 4.90097758 L4_chemical_B1 +LQ00X074352 Hypothetical protein 5.217878912 L4_chemical_B2 +LQ00X074352 Hypothetical protein 4.950388475 L4_chemical_B3 +LQ00X074352 Hypothetical protein 5.443303441 L4_chemical_C2 +LQ00X074352 Hypothetical protein 5.616559461 L4_chemical_C3 +LQ00X074390 Putative uncharacterized protein 5.064719918 C6_control_A1 +LQ00X074390 Putative uncharacterized protein 4.905929225 C6_control_A3 +LQ00X074390 Putative uncharacterized protein 4.7159411 C6_control_B1 +LQ00X074390 Putative uncharacterized protein 5.031439859 C6_control_B2 +LQ00X074390 Putative uncharacterized protein 4.891701201 C6_control_B3 +LQ00X074390 Putative uncharacterized protein 5.847974783 C6_control_C1 +LQ00X074390 Putative uncharacterized protein 5.209460811 C6_control_C2 +LQ00X074390 Putative uncharacterized protein 5.375913069 C6_control_C3 +LQ00X074390 Putative uncharacterized protein 4.820674925 C6_chemical_A1 +LQ00X074390 Putative uncharacterized protein 5.054451339 C6_chemical_A3 +LQ00X074390 Putative uncharacterized protein 4.995581875 C6_chemical_B1 +LQ00X074390 Putative uncharacterized protein 4.907932546 C6_chemical_B2 +LQ00X074390 Putative uncharacterized protein 5.049840563 C6_chemical_B3 +LQ00X074390 Putative uncharacterized protein 5.973843302 C6_chemical_C1 +LQ00X074390 Putative uncharacterized protein 5.746599834 C6_chemical_C2 +LQ00X074390 Putative uncharacterized protein 5.191940991 C6_chemical_C3 +LQ00X074390 Putative uncharacterized protein 5.156188663 L4_control_A1 +LQ00X074390 Putative uncharacterized protein 5.35643148 L4_control_A2 +LQ00X074390 Putative uncharacterized protein 5.272715512 L4_control_A3 +LQ00X074390 Putative uncharacterized protein 5.097037806 L4_control_B1 +LQ00X074390 Putative uncharacterized protein 5.378872776 L4_control_B2 +LQ00X074390 Putative uncharacterized protein 4.977616241 L4_control_B3 +LQ00X074390 Putative uncharacterized protein 5.773306824 L4_control_C2 +LQ00X074390 Putative uncharacterized protein 5.443976194 L4_control_C3 +LQ00X074390 Putative uncharacterized protein 4.988913414 L4_chemical_A1 +LQ00X074390 Putative uncharacterized protein 5.17207941 L4_chemical_A2 +LQ00X074390 Putative uncharacterized protein 5.363708956 L4_chemical_A3 +LQ00X074390 Putative uncharacterized protein 5.361884751 L4_chemical_B1 +LQ00X074390 Putative uncharacterized protein 5.095219268 L4_chemical_B2 +LQ00X074390 Putative uncharacterized protein 4.973369395 L4_chemical_B3 +LQ00X074390 Putative uncharacterized protein 5.916969219 L4_chemical_C2 +LQ00X074390 Putative uncharacterized protein 5.428657184 L4_chemical_C3 +LQ00X074630 Dirigent-like protein 2 5.878032283 C6_control_A1 +LQ00X074630 Dirigent-like protein 2 6.220561389 C6_control_A3 +LQ00X074630 Dirigent-like protein 2 5.68388735 C6_control_B1 +LQ00X074630 Dirigent-like protein 2 6.454404315 C6_control_B2 +LQ00X074630 Dirigent-like protein 2 6.265339414 C6_control_B3 +LQ00X074630 Dirigent-like protein 2 6.314619266 C6_control_C1 +LQ00X074630 Dirigent-like protein 2 6.644364947 C6_control_C2 +LQ00X074630 Dirigent-like protein 2 6.480120432 C6_control_C3 +LQ00X074630 Dirigent-like protein 2 5.167328461 C6_chemical_A1 +LQ00X074630 Dirigent-like protein 2 5.98776516 C6_chemical_A3 +LQ00X074630 Dirigent-like protein 2 5.923253367 C6_chemical_B1 +LQ00X074630 Dirigent-like protein 2 6.439837793 C6_chemical_B2 +LQ00X074630 Dirigent-like protein 2 6.01590526 C6_chemical_B3 +LQ00X074630 Dirigent-like protein 2 6.315365428 C6_chemical_C1 +LQ00X074630 Dirigent-like protein 2 6.0774255 C6_chemical_C2 +LQ00X074630 Dirigent-like protein 2 6.014604291 C6_chemical_C3 +LQ00X074630 Dirigent-like protein 2 5.877680294 L4_control_A1 +LQ00X074630 Dirigent-like protein 2 5.296826926 L4_control_A2 +LQ00X074630 Dirigent-like protein 2 5.529454752 L4_control_A3 +LQ00X074630 Dirigent-like protein 2 5.034135993 L4_control_B1 +LQ00X074630 Dirigent-like protein 2 5.59862982 L4_control_B2 +LQ00X074630 Dirigent-like protein 2 5.970210607 L4_control_B3 +LQ00X074630 Dirigent-like protein 2 5.559119369 L4_control_C2 +LQ00X074630 Dirigent-like protein 2 6.353730822 L4_control_C3 +LQ00X074630 Dirigent-like protein 2 5.668956195 L4_chemical_A1 +LQ00X074630 Dirigent-like protein 2 5.335969006 L4_chemical_A2 +LQ00X074630 Dirigent-like protein 2 5.512581674 L4_chemical_A3 +LQ00X074630 Dirigent-like protein 2 5.608180455 L4_chemical_B1 +LQ00X074630 Dirigent-like protein 2 5.735205869 L4_chemical_B2 +LQ00X074630 Dirigent-like protein 2 6.144414854 L4_chemical_B3 +LQ00X074630 Dirigent-like protein 2 5.359029892 L4_chemical_C2 +LQ00X074630 Dirigent-like protein 2 6.823939872 L4_chemical_C3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.805785221 C6_control_A1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.614407437 C6_control_A3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.207518855 C6_control_B1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.423811238 C6_control_B2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.397894738 C6_control_B3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.409627771 C6_control_C1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.310414826 C6_control_C2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.328055162 C6_control_C3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.62364645 C6_chemical_A1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.72119258 C6_chemical_A3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.074345359 C6_chemical_B1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.287266023 C6_chemical_B2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.171584866 C6_chemical_B3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.487236702 C6_chemical_C1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.211835189 C6_chemical_C2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.354409526 C6_chemical_C3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.870609513 L4_control_A1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 6.035295665 L4_control_A2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.826344221 L4_control_A3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.35511604 L4_control_B1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.240952646 L4_control_B2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.200614896 L4_control_B3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.706084918 L4_control_C2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.188380587 L4_control_C3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 4.951430906 L4_chemical_A1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.77701998 L4_chemical_A2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.623664594 L4_chemical_A3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.33960397 L4_chemical_B1 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.791797632 L4_chemical_B2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.141726406 L4_chemical_B3 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.445830371 L4_chemical_C2 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 6.07846027 L4_chemical_C3 +LQ00X074890 Cyclin-D1-1 8.717928122 C6_control_A1 +LQ00X074890 Cyclin-D1-1 7.493931934 C6_control_A3 +LQ00X074890 Cyclin-D1-1 9.685755295 C6_control_B1 +LQ00X074890 Cyclin-D1-1 9.669102323 C6_control_B2 +LQ00X074890 Cyclin-D1-1 9.80774238 C6_control_B3 +LQ00X074890 Cyclin-D1-1 9.014395287 C6_control_C1 +LQ00X074890 Cyclin-D1-1 8.938682735 C6_control_C2 +LQ00X074890 Cyclin-D1-1 8.196554231 C6_control_C3 +LQ00X074890 Cyclin-D1-1 8.12618304 C6_chemical_A1 +LQ00X074890 Cyclin-D1-1 7.82439981 C6_chemical_A3 +LQ00X074890 Cyclin-D1-1 9.654974604 C6_chemical_B1 +LQ00X074890 Cyclin-D1-1 9.751115334 C6_chemical_B2 +LQ00X074890 Cyclin-D1-1 9.166878234 C6_chemical_B3 +LQ00X074890 Cyclin-D1-1 9.264056937 C6_chemical_C1 +LQ00X074890 Cyclin-D1-1 9.144391099 C6_chemical_C2 +LQ00X074890 Cyclin-D1-1 8.159342679 C6_chemical_C3 +LQ00X074890 Cyclin-D1-1 8.196562118 L4_control_A1 +LQ00X074890 Cyclin-D1-1 8.470078179 L4_control_A2 +LQ00X074890 Cyclin-D1-1 7.425397058 L4_control_A3 +LQ00X074890 Cyclin-D1-1 9.881471642 L4_control_B1 +LQ00X074890 Cyclin-D1-1 8.210781848 L4_control_B2 +LQ00X074890 Cyclin-D1-1 9.529233677 L4_control_B3 +LQ00X074890 Cyclin-D1-1 7.899690693 L4_control_C2 +LQ00X074890 Cyclin-D1-1 6.186220789 L4_control_C3 +LQ00X074890 Cyclin-D1-1 7.049270789 L4_chemical_A1 +LQ00X074890 Cyclin-D1-1 8.376756332 L4_chemical_A2 +LQ00X074890 Cyclin-D1-1 7.466890151 L4_chemical_A3 +LQ00X074890 Cyclin-D1-1 9.138396412 L4_chemical_B1 +LQ00X074890 Cyclin-D1-1 9.352507479 L4_chemical_B2 +LQ00X074890 Cyclin-D1-1 9.028476605 L4_chemical_B3 +LQ00X074890 Cyclin-D1-1 8.518723003 L4_chemical_C2 +LQ00X074890 Cyclin-D1-1 7.122869002 L4_chemical_C3 +LQ00X074980 Nicotianamine synthase 5.836356732 C6_control_A1 +LQ00X074980 Nicotianamine synthase 5.736944692 C6_control_A3 +LQ00X074980 Nicotianamine synthase 5.610337545 C6_control_B1 +LQ00X074980 Nicotianamine synthase 5.686272181 C6_control_B2 +LQ00X074980 Nicotianamine synthase 5.999539339 C6_control_B3 +LQ00X074980 Nicotianamine synthase 5.872696029 C6_control_C1 +LQ00X074980 Nicotianamine synthase 5.448239578 C6_control_C2 +LQ00X074980 Nicotianamine synthase 6.033805909 C6_control_C3 +LQ00X074980 Nicotianamine synthase 5.76076727 C6_chemical_A1 +LQ00X074980 Nicotianamine synthase 5.87863685 C6_chemical_A3 +LQ00X074980 Nicotianamine synthase 5.838812907 C6_chemical_B1 +LQ00X074980 Nicotianamine synthase 5.486752911 C6_chemical_B2 +LQ00X074980 Nicotianamine synthase 5.933099875 C6_chemical_B3 +LQ00X074980 Nicotianamine synthase 5.438701861 C6_chemical_C1 +LQ00X074980 Nicotianamine synthase 5.892871747 C6_chemical_C2 +LQ00X074980 Nicotianamine synthase 5.607031958 C6_chemical_C3 +LQ00X074980 Nicotianamine synthase 5.815788807 L4_control_A1 +LQ00X074980 Nicotianamine synthase 6.193780467 L4_control_A2 +LQ00X074980 Nicotianamine synthase 6.572615969 L4_control_A3 +LQ00X074980 Nicotianamine synthase 5.93007075 L4_control_B1 +LQ00X074980 Nicotianamine synthase 5.983996829 L4_control_B2 +LQ00X074980 Nicotianamine synthase 6.122794189 L4_control_B3 +LQ00X074980 Nicotianamine synthase 6.31157229 L4_control_C2 +LQ00X074980 Nicotianamine synthase 5.96069228 L4_control_C3 +LQ00X074980 Nicotianamine synthase 6.064838481 L4_chemical_A1 +LQ00X074980 Nicotianamine synthase 6.31630805 L4_chemical_A2 +LQ00X074980 Nicotianamine synthase 6.033812209 L4_chemical_A3 +LQ00X074980 Nicotianamine synthase 5.782240697 L4_chemical_B1 +LQ00X074980 Nicotianamine synthase 5.947928867 L4_chemical_B2 +LQ00X074980 Nicotianamine synthase 5.995347592 L4_chemical_B3 +LQ00X074980 Nicotianamine synthase 7.127481141 L4_chemical_C2 +LQ00X074980 Nicotianamine synthase 5.55164322 L4_chemical_C3 +LQ00X075080 Putative Aldose 1-epimerase 5.932670897 C6_control_A1 +LQ00X075080 Putative Aldose 1-epimerase 5.719110997 C6_control_A3 +LQ00X075080 Putative Aldose 1-epimerase 6.077800904 C6_control_B1 +LQ00X075080 Putative Aldose 1-epimerase 6.606025475 C6_control_B2 +LQ00X075080 Putative Aldose 1-epimerase 5.777069349 C6_control_B3 +LQ00X075080 Putative Aldose 1-epimerase 7.042133202 C6_control_C1 +LQ00X075080 Putative Aldose 1-epimerase 7.421475046 C6_control_C2 +LQ00X075080 Putative Aldose 1-epimerase 8.084593391 C6_control_C3 +LQ00X075080 Putative Aldose 1-epimerase 6.112134894 C6_chemical_A1 +LQ00X075080 Putative Aldose 1-epimerase 5.63009428 C6_chemical_A3 +LQ00X075080 Putative Aldose 1-epimerase 6.080738824 C6_chemical_B1 +LQ00X075080 Putative Aldose 1-epimerase 6.248579699 C6_chemical_B2 +LQ00X075080 Putative Aldose 1-epimerase 6.701838574 C6_chemical_B3 +LQ00X075080 Putative Aldose 1-epimerase 6.962733465 C6_chemical_C1 +LQ00X075080 Putative Aldose 1-epimerase 6.628941133 C6_chemical_C2 +LQ00X075080 Putative Aldose 1-epimerase 7.334988103 C6_chemical_C3 +LQ00X075080 Putative Aldose 1-epimerase 5.751240067 L4_control_A1 +LQ00X075080 Putative Aldose 1-epimerase 5.242863085 L4_control_A2 +LQ00X075080 Putative Aldose 1-epimerase 5.49345902 L4_control_A3 +LQ00X075080 Putative Aldose 1-epimerase 6.037411833 L4_control_B1 +LQ00X075080 Putative Aldose 1-epimerase 5.87311739 L4_control_B2 +LQ00X075080 Putative Aldose 1-epimerase 6.167734829 L4_control_B3 +LQ00X075080 Putative Aldose 1-epimerase 5.17891708 L4_control_C2 +LQ00X075080 Putative Aldose 1-epimerase 5.628590462 L4_control_C3 +LQ00X075080 Putative Aldose 1-epimerase 6.214749994 L4_chemical_A1 +LQ00X075080 Putative Aldose 1-epimerase 5.758256309 L4_chemical_A2 +LQ00X075080 Putative Aldose 1-epimerase 6.022564826 L4_chemical_A3 +LQ00X075080 Putative Aldose 1-epimerase 5.852166517 L4_chemical_B1 +LQ00X075080 Putative Aldose 1-epimerase 5.304434203 L4_chemical_B2 +LQ00X075080 Putative Aldose 1-epimerase 5.442636932 L4_chemical_B3 +LQ00X075080 Putative Aldose 1-epimerase 6.005340191 L4_chemical_C2 +LQ00X075080 Putative Aldose 1-epimerase 6.807715176 L4_chemical_C3 +LQ00X075300 Putative uncharacterized protein 9.41247046 C6_control_A1 +LQ00X075300 Putative uncharacterized protein 10.04800324 C6_control_A3 +LQ00X075300 Putative uncharacterized protein 9.461212711 C6_control_B1 +LQ00X075300 Putative uncharacterized protein 9.410451807 C6_control_B2 +LQ00X075300 Putative uncharacterized protein 9.563688903 C6_control_B3 +LQ00X075300 Putative uncharacterized protein 9.937697539 C6_control_C1 +LQ00X075300 Putative uncharacterized protein 9.550747097 C6_control_C2 +LQ00X075300 Putative uncharacterized protein 9.883014108 C6_control_C3 +LQ00X075300 Putative uncharacterized protein 9.033925982 C6_chemical_A1 +LQ00X075300 Putative uncharacterized protein 9.835386153 C6_chemical_A3 +LQ00X075300 Putative uncharacterized protein 9.357137926 C6_chemical_B1 +LQ00X075300 Putative uncharacterized protein 8.816184573 C6_chemical_B2 +LQ00X075300 Putative uncharacterized protein 9.132483711 C6_chemical_B3 +LQ00X075300 Putative uncharacterized protein 9.79769688 C6_chemical_C1 +LQ00X075300 Putative uncharacterized protein 9.779819685 C6_chemical_C2 +LQ00X075300 Putative uncharacterized protein 9.46000771 C6_chemical_C3 +LQ00X075300 Putative uncharacterized protein 9.46033982 L4_control_A1 +LQ00X075300 Putative uncharacterized protein 9.006670918 L4_control_A2 +LQ00X075300 Putative uncharacterized protein 10.23158364 L4_control_A3 +LQ00X075300 Putative uncharacterized protein 8.91273464 L4_control_B1 +LQ00X075300 Putative uncharacterized protein 9.435075872 L4_control_B2 +LQ00X075300 Putative uncharacterized protein 9.647950077 L4_control_B3 +LQ00X075300 Putative uncharacterized protein 9.806942082 L4_control_C2 +LQ00X075300 Putative uncharacterized protein 9.950332992 L4_control_C3 +LQ00X075300 Putative uncharacterized protein 8.601477727 L4_chemical_A1 +LQ00X075300 Putative uncharacterized protein 8.404330255 L4_chemical_A2 +LQ00X075300 Putative uncharacterized protein 9.479834663 L4_chemical_A3 +LQ00X075300 Putative uncharacterized protein 8.797412491 L4_chemical_B1 +LQ00X075300 Putative uncharacterized protein 8.977475156 L4_chemical_B2 +LQ00X075300 Putative uncharacterized protein 9.138635686 L4_chemical_B3 +LQ00X075300 Putative uncharacterized protein 10.16077086 L4_chemical_C2 +LQ00X075300 Putative uncharacterized protein 10.16079897 L4_chemical_C3 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.69243626 C6_control_A1 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.94050799 C6_control_A3 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.0706118 C6_control_B1 +LQ00X075310 Probable inactive receptor kinase At1g27190 11.70866796 C6_control_B2 +LQ00X075310 Probable inactive receptor kinase At1g27190 9.964423617 C6_control_B3 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.79791003 C6_control_C1 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.86994199 C6_control_C2 +LQ00X075310 Probable inactive receptor kinase At1g27190 11.11916227 C6_control_C3 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.98067163 C6_chemical_A1 +LQ00X075310 Probable inactive receptor kinase At1g27190 9.969050713 C6_chemical_A3 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.05706667 C6_chemical_B1 +LQ00X075310 Probable inactive receptor kinase At1g27190 11.39468479 C6_chemical_B2 +LQ00X075310 Probable inactive receptor kinase At1g27190 9.978659018 C6_chemical_B3 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.66595586 C6_chemical_C1 +LQ00X075310 Probable inactive receptor kinase At1g27190 11.00340604 C6_chemical_C2 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.75585992 C6_chemical_C3 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.65054815 L4_control_A1 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.7324082 L4_control_A2 +LQ00X075310 Probable inactive receptor kinase At1g27190 9.109385814 L4_control_A3 +LQ00X075310 Probable inactive receptor kinase At1g27190 8.160729425 L4_control_B1 +LQ00X075310 Probable inactive receptor kinase At1g27190 8.082452548 L4_control_B2 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.02953333 L4_control_B3 +LQ00X075310 Probable inactive receptor kinase At1g27190 8.697084647 L4_control_C2 +LQ00X075310 Probable inactive receptor kinase At1g27190 7.902465785 L4_control_C3 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.3979864 L4_chemical_A1 +LQ00X075310 Probable inactive receptor kinase At1g27190 11.03528809 L4_chemical_A2 +LQ00X075310 Probable inactive receptor kinase At1g27190 9.830966399 L4_chemical_A3 +LQ00X075310 Probable inactive receptor kinase At1g27190 9.065918389 L4_chemical_B1 +LQ00X075310 Probable inactive receptor kinase At1g27190 9.552596272 L4_chemical_B2 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.64225684 L4_chemical_B3 +LQ00X075310 Probable inactive receptor kinase At1g27190 9.538366129 L4_chemical_C2 +LQ00X075310 Probable inactive receptor kinase At1g27190 7.286679972 L4_chemical_C3 +LQ00X075320 Predicted protein 11.91609815 C6_control_A1 +LQ00X075320 Predicted protein 12.17646243 C6_control_A3 +LQ00X075320 Predicted protein 11.51506236 C6_control_B1 +LQ00X075320 Predicted protein 11.85619459 C6_control_B2 +LQ00X075320 Predicted protein 11.66609858 C6_control_B3 +LQ00X075320 Predicted protein 11.39968723 C6_control_C1 +LQ00X075320 Predicted protein 11.52925496 C6_control_C2 +LQ00X075320 Predicted protein 11.4934192 C6_control_C3 +LQ00X075320 Predicted protein 11.7816987 C6_chemical_A1 +LQ00X075320 Predicted protein 12.00752103 C6_chemical_A3 +LQ00X075320 Predicted protein 11.40839574 C6_chemical_B1 +LQ00X075320 Predicted protein 11.82894034 C6_chemical_B2 +LQ00X075320 Predicted protein 11.18643109 C6_chemical_B3 +LQ00X075320 Predicted protein 11.3822068 C6_chemical_C1 +LQ00X075320 Predicted protein 11.57169969 C6_chemical_C2 +LQ00X075320 Predicted protein 11.46669179 C6_chemical_C3 +LQ00X075320 Predicted protein 11.87775382 L4_control_A1 +LQ00X075320 Predicted protein 12.50715206 L4_control_A2 +LQ00X075320 Predicted protein 11.82398375 L4_control_A3 +LQ00X075320 Predicted protein 11.5608746 L4_control_B1 +LQ00X075320 Predicted protein 11.27438224 L4_control_B2 +LQ00X075320 Predicted protein 11.4295913 L4_control_B3 +LQ00X075320 Predicted protein 10.77501675 L4_control_C2 +LQ00X075320 Predicted protein 11.33628842 L4_control_C3 +LQ00X075320 Predicted protein 11.98235532 L4_chemical_A1 +LQ00X075320 Predicted protein 12.51795736 L4_chemical_A2 +LQ00X075320 Predicted protein 11.83728098 L4_chemical_A3 +LQ00X075320 Predicted protein 11.55121529 L4_chemical_B1 +LQ00X075320 Predicted protein 11.49364281 L4_chemical_B2 +LQ00X075320 Predicted protein 11.57854027 L4_chemical_B3 +LQ00X075320 Predicted protein 11.1109637 L4_chemical_C2 +LQ00X075320 Predicted protein 11.07526129 L4_chemical_C3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.673204461 C6_control_A1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.355511375 C6_control_A3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.42464785 C6_control_B1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 7.092555433 C6_control_B2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.507724967 C6_control_B3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 7.058227682 C6_control_C1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 7.602217707 C6_control_C2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.869133635 C6_control_C3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.18007956 C6_chemical_A1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.266161519 C6_chemical_A3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 7.015184744 C6_chemical_B1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 7.326589385 C6_chemical_B2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.817347045 C6_chemical_B3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 7.204827753 C6_chemical_C1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 7.564828213 C6_chemical_C2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 7.420244949 C6_chemical_C3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.509909085 L4_control_A1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.289905105 L4_control_A2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.647509791 L4_control_A3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.424317677 L4_control_B1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.136900807 L4_control_B2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.254613557 L4_control_B3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.428582547 L4_control_C2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.672063211 L4_control_C3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.360232462 L4_chemical_A1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.52920156 L4_chemical_A2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.872993625 L4_chemical_A3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.967323847 L4_chemical_B1 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.434938763 L4_chemical_B2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.136200927 L4_chemical_B3 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.179100679 L4_chemical_C2 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.588507321 L4_chemical_C3 +LQ00X075340 Putative uncharacterized protein 4.478786717 C6_control_A1 +LQ00X075340 Putative uncharacterized protein 4.488743184 C6_control_A3 +LQ00X075340 Putative uncharacterized protein 5.377515001 C6_control_B1 +LQ00X075340 Putative uncharacterized protein 4.787373435 C6_control_B2 +LQ00X075340 Putative uncharacterized protein 5.000221102 C6_control_B3 +LQ00X075340 Putative uncharacterized protein 4.857958553 C6_control_C1 +LQ00X075340 Putative uncharacterized protein 4.820544583 C6_control_C2 +LQ00X075340 Putative uncharacterized protein 4.771937673 C6_control_C3 +LQ00X075340 Putative uncharacterized protein 4.723312248 C6_chemical_A1 +LQ00X075340 Putative uncharacterized protein 4.515201255 C6_chemical_A3 +LQ00X075340 Putative uncharacterized protein 5.344278389 C6_chemical_B1 +LQ00X075340 Putative uncharacterized protein 4.553545816 C6_chemical_B2 +LQ00X075340 Putative uncharacterized protein 4.775613253 C6_chemical_B3 +LQ00X075340 Putative uncharacterized protein 4.776628905 C6_chemical_C1 +LQ00X075340 Putative uncharacterized protein 4.701096072 C6_chemical_C2 +LQ00X075340 Putative uncharacterized protein 4.936540574 C6_chemical_C3 +LQ00X075340 Putative uncharacterized protein 4.37115229 L4_control_A1 +LQ00X075340 Putative uncharacterized protein 4.947232577 L4_control_A2 +LQ00X075340 Putative uncharacterized protein 4.773943633 L4_control_A3 +LQ00X075340 Putative uncharacterized protein 4.80439358 L4_control_B1 +LQ00X075340 Putative uncharacterized protein 4.788815472 L4_control_B2 +LQ00X075340 Putative uncharacterized protein 4.568915278 L4_control_B3 +LQ00X075340 Putative uncharacterized protein 5.370430696 L4_control_C2 +LQ00X075340 Putative uncharacterized protein 5.288841189 L4_control_C3 +LQ00X075340 Putative uncharacterized protein 4.575431466 L4_chemical_A1 +LQ00X075340 Putative uncharacterized protein 4.477113415 L4_chemical_A2 +LQ00X075340 Putative uncharacterized protein 4.716759187 L4_chemical_A3 +LQ00X075340 Putative uncharacterized protein 4.877941273 L4_chemical_B1 +LQ00X075340 Putative uncharacterized protein 4.748908104 L4_chemical_B2 +LQ00X075340 Putative uncharacterized protein 4.491670453 L4_chemical_B3 +LQ00X075340 Putative uncharacterized protein 5.037765232 L4_chemical_C2 +LQ00X075340 Putative uncharacterized protein 4.793320031 L4_chemical_C3 +LQ00X075350 Hypothetical protein 4.721960836 C6_control_A1 +LQ00X075350 Hypothetical protein 4.676653369 C6_control_A3 +LQ00X075350 Hypothetical protein 4.471116086 C6_control_B1 +LQ00X075350 Hypothetical protein 4.749545389 C6_control_B2 +LQ00X075350 Hypothetical protein 4.789689273 C6_control_B3 +LQ00X075350 Hypothetical protein 4.516504493 C6_control_C1 +LQ00X075350 Hypothetical protein 4.549438786 C6_control_C2 +LQ00X075350 Hypothetical protein 4.871122072 C6_control_C3 +LQ00X075350 Hypothetical protein 4.648536815 C6_chemical_A1 +LQ00X075350 Hypothetical protein 4.577300864 C6_chemical_A3 +LQ00X075350 Hypothetical protein 4.702505186 C6_chemical_B1 +LQ00X075350 Hypothetical protein 4.637639739 C6_chemical_B2 +LQ00X075350 Hypothetical protein 5.00420445 C6_chemical_B3 +LQ00X075350 Hypothetical protein 4.718528427 C6_chemical_C1 +LQ00X075350 Hypothetical protein 4.731883961 C6_chemical_C2 +LQ00X075350 Hypothetical protein 4.642219244 C6_chemical_C3 +LQ00X075350 Hypothetical protein 4.744760942 L4_control_A1 +LQ00X075350 Hypothetical protein 4.60395238 L4_control_A2 +LQ00X075350 Hypothetical protein 4.716923266 L4_control_A3 +LQ00X075350 Hypothetical protein 4.861479191 L4_control_B1 +LQ00X075350 Hypothetical protein 5.119399076 L4_control_B2 +LQ00X075350 Hypothetical protein 4.602908282 L4_control_B3 +LQ00X075350 Hypothetical protein 5.011373863 L4_control_C2 +LQ00X075350 Hypothetical protein 5.399167566 L4_control_C3 +LQ00X075350 Hypothetical protein 4.964817205 L4_chemical_A1 +LQ00X075350 Hypothetical protein 4.879520797 L4_chemical_A2 +LQ00X075350 Hypothetical protein 4.873586801 L4_chemical_A3 +LQ00X075350 Hypothetical protein 4.983068412 L4_chemical_B1 +LQ00X075350 Hypothetical protein 5.289700476 L4_chemical_B2 +LQ00X075350 Hypothetical protein 4.630111639 L4_chemical_B3 +LQ00X075350 Hypothetical protein 5.760692958 L4_chemical_C2 +LQ00X075350 Hypothetical protein 5.694349135 L4_chemical_C3 +LQ00X075370 Hypothetical protein 5.746066449 C6_control_A1 +LQ00X075370 Hypothetical protein 5.940466481 C6_control_A3 +LQ00X075370 Hypothetical protein 5.626644656 C6_control_B1 +LQ00X075370 Hypothetical protein 5.234016735 C6_control_B2 +LQ00X075370 Hypothetical protein 5.957108624 C6_control_B3 +LQ00X075370 Hypothetical protein 5.249718369 C6_control_C1 +LQ00X075370 Hypothetical protein 5.069037506 C6_control_C2 +LQ00X075370 Hypothetical protein 5.033994852 C6_control_C3 +LQ00X075370 Hypothetical protein 5.880682562 C6_chemical_A1 +LQ00X075370 Hypothetical protein 5.799995167 C6_chemical_A3 +LQ00X075370 Hypothetical protein 5.427401712 C6_chemical_B1 +LQ00X075370 Hypothetical protein 5.36686212 C6_chemical_B2 +LQ00X075370 Hypothetical protein 5.475698628 C6_chemical_B3 +LQ00X075370 Hypothetical protein 4.810853745 C6_chemical_C1 +LQ00X075370 Hypothetical protein 5.508418906 C6_chemical_C2 +LQ00X075370 Hypothetical protein 5.481327143 C6_chemical_C3 +LQ00X075370 Hypothetical protein 5.33958869 L4_control_A1 +LQ00X075370 Hypothetical protein 5.509316178 L4_control_A2 +LQ00X075370 Hypothetical protein 5.735162234 L4_control_A3 +LQ00X075370 Hypothetical protein 6.729976137 L4_control_B1 +LQ00X075370 Hypothetical protein 5.978297481 L4_control_B2 +LQ00X075370 Hypothetical protein 5.69659072 L4_control_B3 +LQ00X075370 Hypothetical protein 5.418143025 L4_control_C2 +LQ00X075370 Hypothetical protein 5.061353771 L4_control_C3 +LQ00X075370 Hypothetical protein 5.267541782 L4_chemical_A1 +LQ00X075370 Hypothetical protein 5.503272872 L4_chemical_A2 +LQ00X075370 Hypothetical protein 6.317892074 L4_chemical_A3 +LQ00X075370 Hypothetical protein 5.436587064 L4_chemical_B1 +LQ00X075370 Hypothetical protein 6.354438023 L4_chemical_B2 +LQ00X075370 Hypothetical protein 5.272809912 L4_chemical_B3 +LQ00X075370 Hypothetical protein 5.492620759 L4_chemical_C2 +LQ00X075370 Hypothetical protein 5.092311919 L4_chemical_C3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.809558002 C6_control_A1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.959825331 C6_control_A3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.966065374 C6_control_B1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.81765539 C6_control_B2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.934984034 C6_control_B3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.012275169 C6_control_C1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.854765209 C6_control_C2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.08260806 C6_control_C3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.829653372 C6_chemical_A1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.29744318 C6_chemical_A3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.076106676 C6_chemical_B1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.87975585 C6_chemical_B2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.297179559 C6_chemical_B3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.784314913 C6_chemical_C1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.198470468 C6_chemical_C2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.859667847 C6_chemical_C3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.706283455 L4_control_A1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.513151245 L4_control_A2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.883056791 L4_control_A3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.825694726 L4_control_B1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.957869737 L4_control_B2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.853736396 L4_control_B3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.889903656 L4_control_C2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.365540389 L4_control_C3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.779246963 L4_chemical_A1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.091745855 L4_chemical_A2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.009561842 L4_chemical_A3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.924413815 L4_chemical_B1 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.83246879 L4_chemical_B2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.847734152 L4_chemical_B3 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.888458614 L4_chemical_C2 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.096908273 L4_chemical_C3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.45830417 C6_control_A1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 5.849658168 C6_control_A3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.626273231 C6_control_B1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 7.645447149 C6_control_B2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 7.105371831 C6_control_B3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 9.287895269 C6_control_C1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 9.468621006 C6_control_C2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 10.28197905 C6_control_C3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.845428861 C6_chemical_A1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.723894448 C6_chemical_A3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.242605115 C6_chemical_B1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 7.396515281 C6_chemical_B2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 8.373033164 C6_chemical_B3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 8.953725771 C6_chemical_C1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 9.73336085 C6_chemical_C2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 10.79126136 C6_chemical_C3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.88472596 L4_control_A1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.65155244 L4_control_A2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 7.472609254 L4_control_A3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 7.004774416 L4_control_B1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.978361363 L4_control_B2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 8.924528523 L4_control_B3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 10.39893142 L4_control_C2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 11.15346341 L4_control_C3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 8.554182558 L4_chemical_A1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 9.182118032 L4_chemical_A2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 7.504501746 L4_chemical_A3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 8.461133387 L4_chemical_B1 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 7.381136952 L4_chemical_B2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 8.226022422 L4_chemical_B3 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 10.3370511 L4_chemical_C2 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 10.49397149 L4_chemical_C3 +LQ00X075790 Putative uncharacterized protein 5.951056149 C6_control_A1 +LQ00X075790 Putative uncharacterized protein 5.417601225 C6_control_A3 +LQ00X075790 Putative uncharacterized protein 5.156982821 C6_control_B1 +LQ00X075790 Putative uncharacterized protein 5.674001116 C6_control_B2 +LQ00X075790 Putative uncharacterized protein 5.979905442 C6_control_B3 +LQ00X075790 Putative uncharacterized protein 5.4226399 C6_control_C1 +LQ00X075790 Putative uncharacterized protein 6.671423576 C6_control_C2 +LQ00X075790 Putative uncharacterized protein 5.575830526 C6_control_C3 +LQ00X075790 Putative uncharacterized protein 5.57763336 C6_chemical_A1 +LQ00X075790 Putative uncharacterized protein 5.731475794 C6_chemical_A3 +LQ00X075790 Putative uncharacterized protein 5.739241417 C6_chemical_B1 +LQ00X075790 Putative uncharacterized protein 5.815340384 C6_chemical_B2 +LQ00X075790 Putative uncharacterized protein 5.179333455 C6_chemical_B3 +LQ00X075790 Putative uncharacterized protein 5.775357688 C6_chemical_C1 +LQ00X075790 Putative uncharacterized protein 5.720021285 C6_chemical_C2 +LQ00X075790 Putative uncharacterized protein 5.903559439 C6_chemical_C3 +LQ00X075790 Putative uncharacterized protein 5.600694393 L4_control_A1 +LQ00X075790 Putative uncharacterized protein 5.178849635 L4_control_A2 +LQ00X075790 Putative uncharacterized protein 5.259704638 L4_control_A3 +LQ00X075790 Putative uncharacterized protein 5.153136021 L4_control_B1 +LQ00X075790 Putative uncharacterized protein 5.249256769 L4_control_B2 +LQ00X075790 Putative uncharacterized protein 4.975633971 L4_control_B3 +LQ00X075790 Putative uncharacterized protein 5.47526704 L4_control_C2 +LQ00X075790 Putative uncharacterized protein 5.60675617 L4_control_C3 +LQ00X075790 Putative uncharacterized protein 5.262757511 L4_chemical_A1 +LQ00X075790 Putative uncharacterized protein 5.296547803 L4_chemical_A2 +LQ00X075790 Putative uncharacterized protein 5.284104815 L4_chemical_A3 +LQ00X075790 Putative uncharacterized protein 5.140914904 L4_chemical_B1 +LQ00X075790 Putative uncharacterized protein 5.163234056 L4_chemical_B2 +LQ00X075790 Putative uncharacterized protein 5.241578615 L4_chemical_B3 +LQ00X075790 Putative uncharacterized protein 5.811503852 L4_chemical_C2 +LQ00X075790 Putative uncharacterized protein 5.619978884 L4_chemical_C3 +LQ00X075800 Putative Monoglyceride lipase 5.43927986 C6_control_A1 +LQ00X075800 Putative Monoglyceride lipase 5.599983104 C6_control_A3 +LQ00X075800 Putative Monoglyceride lipase 5.488944158 C6_control_B1 +LQ00X075800 Putative Monoglyceride lipase 5.440421844 C6_control_B2 +LQ00X075800 Putative Monoglyceride lipase 5.685556631 C6_control_B3 +LQ00X075800 Putative Monoglyceride lipase 5.35080119 C6_control_C1 +LQ00X075800 Putative Monoglyceride lipase 5.352565675 C6_control_C2 +LQ00X075800 Putative Monoglyceride lipase 5.153874949 C6_control_C3 +LQ00X075800 Putative Monoglyceride lipase 5.4809959 C6_chemical_A1 +LQ00X075800 Putative Monoglyceride lipase 5.315778192 C6_chemical_A3 +LQ00X075800 Putative Monoglyceride lipase 4.912019515 C6_chemical_B1 +LQ00X075800 Putative Monoglyceride lipase 5.42430407 C6_chemical_B2 +LQ00X075800 Putative Monoglyceride lipase 5.446006285 C6_chemical_B3 +LQ00X075800 Putative Monoglyceride lipase 5.44921588 C6_chemical_C1 +LQ00X075800 Putative Monoglyceride lipase 5.295723813 C6_chemical_C2 +LQ00X075800 Putative Monoglyceride lipase 5.144279687 C6_chemical_C3 +LQ00X075800 Putative Monoglyceride lipase 5.682851994 L4_control_A1 +LQ00X075800 Putative Monoglyceride lipase 5.857342564 L4_control_A2 +LQ00X075800 Putative Monoglyceride lipase 6.532200956 L4_control_A3 +LQ00X075800 Putative Monoglyceride lipase 5.157262125 L4_control_B1 +LQ00X075800 Putative Monoglyceride lipase 5.786706977 L4_control_B2 +LQ00X075800 Putative Monoglyceride lipase 5.339173677 L4_control_B3 +LQ00X075800 Putative Monoglyceride lipase 6.05606278 L4_control_C2 +LQ00X075800 Putative Monoglyceride lipase 5.771822804 L4_control_C3 +LQ00X075800 Putative Monoglyceride lipase 5.465360962 L4_chemical_A1 +LQ00X075800 Putative Monoglyceride lipase 5.433495251 L4_chemical_A2 +LQ00X075800 Putative Monoglyceride lipase 5.707353272 L4_chemical_A3 +LQ00X075800 Putative Monoglyceride lipase 5.056175221 L4_chemical_B1 +LQ00X075800 Putative Monoglyceride lipase 5.401181536 L4_chemical_B2 +LQ00X075800 Putative Monoglyceride lipase 5.176579219 L4_chemical_B3 +LQ00X075800 Putative Monoglyceride lipase 5.583674159 L4_chemical_C2 +LQ00X075800 Putative Monoglyceride lipase 5.449743266 L4_chemical_C3 +LQ00X075890 Hypothetical protein 5.014494024 C6_control_A1 +LQ00X075890 Hypothetical protein 5.191387871 C6_control_A3 +LQ00X075890 Hypothetical protein 5.242339349 C6_control_B1 +LQ00X075890 Hypothetical protein 5.460180474 C6_control_B2 +LQ00X075890 Hypothetical protein 5.079337919 C6_control_B3 +LQ00X075890 Hypothetical protein 5.348186059 C6_control_C1 +LQ00X075890 Hypothetical protein 5.307611594 C6_control_C2 +LQ00X075890 Hypothetical protein 5.399660937 C6_control_C3 +LQ00X075890 Hypothetical protein 5.074397599 C6_chemical_A1 +LQ00X075890 Hypothetical protein 5.029766518 C6_chemical_A3 +LQ00X075890 Hypothetical protein 5.393005451 C6_chemical_B1 +LQ00X075890 Hypothetical protein 5.239568193 C6_chemical_B2 +LQ00X075890 Hypothetical protein 5.466944292 C6_chemical_B3 +LQ00X075890 Hypothetical protein 5.41395646 C6_chemical_C1 +LQ00X075890 Hypothetical protein 5.765422005 C6_chemical_C2 +LQ00X075890 Hypothetical protein 5.756257693 C6_chemical_C3 +LQ00X075890 Hypothetical protein 5.12794813 L4_control_A1 +LQ00X075890 Hypothetical protein 5.781753785 L4_control_A2 +LQ00X075890 Hypothetical protein 5.284389186 L4_control_A3 +LQ00X075890 Hypothetical protein 5.369246287 L4_control_B1 +LQ00X075890 Hypothetical protein 5.102667791 L4_control_B2 +LQ00X075890 Hypothetical protein 5.119396407 L4_control_B3 +LQ00X075890 Hypothetical protein 5.439563991 L4_control_C2 +LQ00X075890 Hypothetical protein 5.006476374 L4_control_C3 +LQ00X075890 Hypothetical protein 5.559400021 L4_chemical_A1 +LQ00X075890 Hypothetical protein 4.991401269 L4_chemical_A2 +LQ00X075890 Hypothetical protein 5.840814509 L4_chemical_A3 +LQ00X075890 Hypothetical protein 4.985194765 L4_chemical_B1 +LQ00X075890 Hypothetical protein 5.212218601 L4_chemical_B2 +LQ00X075890 Hypothetical protein 5.141130776 L4_chemical_B3 +LQ00X075890 Hypothetical protein 5.098544102 L4_chemical_C2 +LQ00X075890 Hypothetical protein 5.217230204 L4_chemical_C3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.7753719 C6_control_A1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.84227709 C6_control_A3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.56535873 C6_control_B1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.1635306 C6_control_B2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.19996636 C6_control_B3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.5535175 C6_control_C1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.57933624 C6_control_C2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.17791475 C6_control_C3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.87775866 C6_chemical_A1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.79599354 C6_chemical_A3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.55845294 C6_chemical_B1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.26777085 C6_chemical_B2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.23007019 C6_chemical_B3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.49779708 C6_chemical_C1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.46831576 C6_chemical_C2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 12.80636043 C6_chemical_C3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.46145681 L4_control_A1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.40489272 L4_control_A2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.49257243 L4_control_A3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.03066629 L4_control_B1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.44834826 L4_control_B2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 12.71520449 L4_control_B3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.24343385 L4_control_C2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.0373413 L4_control_C3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.42451398 L4_chemical_A1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.38338942 L4_chemical_A2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.12191992 L4_chemical_A3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.39377473 L4_chemical_B1 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.49959928 L4_chemical_B2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 12.89044026 L4_chemical_B3 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.08049888 L4_chemical_C2 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.27681071 L4_chemical_C3 +LQ00X075970 Hypothetical protein 5.645844988 C6_control_A1 +LQ00X075970 Hypothetical protein 5.587035112 C6_control_A3 +LQ00X075970 Hypothetical protein 6.642400254 C6_control_B1 +LQ00X075970 Hypothetical protein 6.46283407 C6_control_B2 +LQ00X075970 Hypothetical protein 7.107672062 C6_control_B3 +LQ00X075970 Hypothetical protein 6.222797001 C6_control_C1 +LQ00X075970 Hypothetical protein 5.449400599 C6_control_C2 +LQ00X075970 Hypothetical protein 6.062235065 C6_control_C3 +LQ00X075970 Hypothetical protein 5.672760092 C6_chemical_A1 +LQ00X075970 Hypothetical protein 5.181959518 C6_chemical_A3 +LQ00X075970 Hypothetical protein 6.717229526 C6_chemical_B1 +LQ00X075970 Hypothetical protein 6.620851511 C6_chemical_B2 +LQ00X075970 Hypothetical protein 6.623290112 C6_chemical_B3 +LQ00X075970 Hypothetical protein 5.803917157 C6_chemical_C1 +LQ00X075970 Hypothetical protein 5.698744015 C6_chemical_C2 +LQ00X075970 Hypothetical protein 5.693550694 C6_chemical_C3 +LQ00X075970 Hypothetical protein 5.525559482 L4_control_A1 +LQ00X075970 Hypothetical protein 5.972616441 L4_control_A2 +LQ00X075970 Hypothetical protein 5.576142657 L4_control_A3 +LQ00X075970 Hypothetical protein 7.02138014 L4_control_B1 +LQ00X075970 Hypothetical protein 7.520843147 L4_control_B2 +LQ00X075970 Hypothetical protein 7.229561875 L4_control_B3 +LQ00X075970 Hypothetical protein 6.417481513 L4_control_C2 +LQ00X075970 Hypothetical protein 5.870529883 L4_control_C3 +LQ00X075970 Hypothetical protein 5.423734376 L4_chemical_A1 +LQ00X075970 Hypothetical protein 5.838926929 L4_chemical_A2 +LQ00X075970 Hypothetical protein 5.871902543 L4_chemical_A3 +LQ00X075970 Hypothetical protein 7.005847466 L4_chemical_B1 +LQ00X075970 Hypothetical protein 7.881213893 L4_chemical_B2 +LQ00X075970 Hypothetical protein 7.066803882 L4_chemical_B3 +LQ00X075970 Hypothetical protein 6.355914959 L4_chemical_C2 +LQ00X075970 Hypothetical protein 5.950780001 L4_chemical_C3 +LQ00X076050 Hypothetical protein 5.139840422 C6_control_A1 +LQ00X076050 Hypothetical protein 5.32781823 C6_control_A3 +LQ00X076050 Hypothetical protein 5.539084603 C6_control_B1 +LQ00X076050 Hypothetical protein 5.565431249 C6_control_B2 +LQ00X076050 Hypothetical protein 5.495372644 C6_control_B3 +LQ00X076050 Hypothetical protein 5.597583963 C6_control_C1 +LQ00X076050 Hypothetical protein 6.527642829 C6_control_C2 +LQ00X076050 Hypothetical protein 5.631037291 C6_control_C3 +LQ00X076050 Hypothetical protein 5.285203503 C6_chemical_A1 +LQ00X076050 Hypothetical protein 5.363600074 C6_chemical_A3 +LQ00X076050 Hypothetical protein 5.248799388 C6_chemical_B1 +LQ00X076050 Hypothetical protein 6.092685197 C6_chemical_B2 +LQ00X076050 Hypothetical protein 5.578052002 C6_chemical_B3 +LQ00X076050 Hypothetical protein 5.681409951 C6_chemical_C1 +LQ00X076050 Hypothetical protein 5.802347155 C6_chemical_C2 +LQ00X076050 Hypothetical protein 5.607617664 C6_chemical_C3 +LQ00X076050 Hypothetical protein 5.313110115 L4_control_A1 +LQ00X076050 Hypothetical protein 5.701267099 L4_control_A2 +LQ00X076050 Hypothetical protein 5.898593311 L4_control_A3 +LQ00X076050 Hypothetical protein 5.066791708 L4_control_B1 +LQ00X076050 Hypothetical protein 5.363706461 L4_control_B2 +LQ00X076050 Hypothetical protein 5.644220018 L4_control_B3 +LQ00X076050 Hypothetical protein 5.800979226 L4_control_C2 +LQ00X076050 Hypothetical protein 5.380242561 L4_control_C3 +LQ00X076050 Hypothetical protein 5.462590575 L4_chemical_A1 +LQ00X076050 Hypothetical protein 5.256444913 L4_chemical_A2 +LQ00X076050 Hypothetical protein 5.366712598 L4_chemical_A3 +LQ00X076050 Hypothetical protein 5.020366791 L4_chemical_B1 +LQ00X076050 Hypothetical protein 5.358494512 L4_chemical_B2 +LQ00X076050 Hypothetical protein 5.220077615 L4_chemical_B3 +LQ00X076050 Hypothetical protein 5.261692353 L4_chemical_C2 +LQ00X076050 Hypothetical protein 5.268997186 L4_chemical_C3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 8.732814924 C6_control_A1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 6.860195277 C6_control_A3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.24722532 C6_control_B1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.79747089 C6_control_B2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.54448738 C6_control_B3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.61824432 C6_control_C1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.32494864 C6_control_C2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.02992992 C6_control_C3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 8.592333214 C6_chemical_A1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 8.419104 C6_chemical_A3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.40418554 C6_chemical_B1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.9018952 C6_chemical_B2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.27193242 C6_chemical_B3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.30844145 C6_chemical_C1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.26249484 C6_chemical_C2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.31928729 C6_chemical_C3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 7.840877072 L4_control_A1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 8.007823034 L4_control_A2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 7.252846461 L4_control_A3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.74183217 L4_control_B1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.40009151 L4_control_B2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.82290977 L4_control_B3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 9.525967552 L4_control_C2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 9.563488874 L4_control_C3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 7.983209147 L4_chemical_A1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 8.077625227 L4_chemical_A2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 6.829519516 L4_chemical_A3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 9.893777952 L4_chemical_B1 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 9.477444823 L4_chemical_B2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 10.31144745 L4_chemical_B3 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 9.462817484 L4_chemical_C2 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 9.984703354 L4_chemical_C3 +LQ00X076270 ABC transporter B family member 15 10.47571077 C6_control_A1 +LQ00X076270 ABC transporter B family member 15 9.685119967 C6_control_A3 +LQ00X076270 ABC transporter B family member 15 11.18021097 C6_control_B1 +LQ00X076270 ABC transporter B family member 15 10.38986005 C6_control_B2 +LQ00X076270 ABC transporter B family member 15 11.26084093 C6_control_B3 +LQ00X076270 ABC transporter B family member 15 10.24435703 C6_control_C1 +LQ00X076270 ABC transporter B family member 15 9.624184508 C6_control_C2 +LQ00X076270 ABC transporter B family member 15 10.28465479 C6_control_C3 +LQ00X076270 ABC transporter B family member 15 10.37035995 C6_chemical_A1 +LQ00X076270 ABC transporter B family member 15 9.401234549 C6_chemical_A3 +LQ00X076270 ABC transporter B family member 15 10.72813685 C6_chemical_B1 +LQ00X076270 ABC transporter B family member 15 9.905370257 C6_chemical_B2 +LQ00X076270 ABC transporter B family member 15 10.38098654 C6_chemical_B3 +LQ00X076270 ABC transporter B family member 15 9.48271491 C6_chemical_C1 +LQ00X076270 ABC transporter B family member 15 8.322865054 C6_chemical_C2 +LQ00X076270 ABC transporter B family member 15 8.565477499 C6_chemical_C3 +LQ00X076270 ABC transporter B family member 15 9.536504286 L4_control_A1 +LQ00X076270 ABC transporter B family member 15 9.568560398 L4_control_A2 +LQ00X076270 ABC transporter B family member 15 8.477137073 L4_control_A3 +LQ00X076270 ABC transporter B family member 15 10.64126216 L4_control_B1 +LQ00X076270 ABC transporter B family member 15 10.73700986 L4_control_B2 +LQ00X076270 ABC transporter B family member 15 8.592772991 L4_control_B3 +LQ00X076270 ABC transporter B family member 15 8.170157254 L4_control_C2 +LQ00X076270 ABC transporter B family member 15 8.534065352 L4_control_C3 +LQ00X076270 ABC transporter B family member 15 8.198396841 L4_chemical_A1 +LQ00X076270 ABC transporter B family member 15 8.674446722 L4_chemical_A2 +LQ00X076270 ABC transporter B family member 15 7.520625049 L4_chemical_A3 +LQ00X076270 ABC transporter B family member 15 9.852000341 L4_chemical_B1 +LQ00X076270 ABC transporter B family member 15 9.557571569 L4_chemical_B2 +LQ00X076270 ABC transporter B family member 15 10.14000395 L4_chemical_B3 +LQ00X076270 ABC transporter B family member 15 6.387725953 L4_chemical_C2 +LQ00X076270 ABC transporter B family member 15 8.585753747 L4_chemical_C3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.439115496 C6_control_A1 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.596034371 C6_control_A3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.838560635 C6_control_B1 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.88485543 C6_control_B2 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.72857274 C6_control_B3 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.251239919 C6_control_C1 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.257928932 C6_control_C2 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.927767889 C6_control_C3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.198151336 C6_chemical_A1 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.765018652 C6_chemical_A3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.813702355 C6_chemical_B1 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.969914679 C6_chemical_B2 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.688729352 C6_chemical_B3 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.817145097 C6_chemical_C1 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.842252005 C6_chemical_C2 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.728164709 C6_chemical_C3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.040510305 L4_control_A1 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.379690174 L4_control_A2 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.436576292 L4_control_A3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.310084195 L4_control_B1 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.365250353 L4_control_B2 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.67871146 L4_control_B3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.820314683 L4_control_C2 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.978743348 L4_control_C3 +LQ00X076530 Putative Flavonol sulfotransferase-like 6.679826353 L4_chemical_A1 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.378145649 L4_chemical_A2 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.175058984 L4_chemical_A3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.549421945 L4_chemical_B1 +LQ00X076530 Putative Flavonol sulfotransferase-like 8.115421306 L4_chemical_B2 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.550193923 L4_chemical_B3 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.475668363 L4_chemical_C2 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.480744023 L4_chemical_C3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.380640798 C6_control_A1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.068504051 C6_control_A3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 4.911026298 C6_control_B1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.214507069 C6_control_B2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.36771582 C6_control_B3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.139641917 C6_control_C1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 4.979812372 C6_control_C2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.27175352 C6_control_C3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.150804354 C6_chemical_A1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.330692275 C6_chemical_A3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.231614105 C6_chemical_B1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.099744219 C6_chemical_B2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.003890083 C6_chemical_B3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 4.915640897 C6_chemical_C1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.425824359 C6_chemical_C2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 4.996652039 C6_chemical_C3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.149469338 L4_control_A1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.51146209 L4_control_A2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.645270835 L4_control_A3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.263948602 L4_control_B1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.926934923 L4_control_B2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.166956662 L4_control_B3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 4.938526269 L4_control_C2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.568068302 L4_control_C3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.151488796 L4_chemical_A1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.164303856 L4_chemical_A2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.568103978 L4_chemical_A3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.098574202 L4_chemical_B1 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.509266005 L4_chemical_B2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 4.675450073 L4_chemical_B3 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 4.791012932 L4_chemical_C2 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.05766932 L4_chemical_C3 +LQ00X076770 Hypothetical protein 5.197234972 C6_control_A1 +LQ00X076770 Hypothetical protein 4.932286122 C6_control_A3 +LQ00X076770 Hypothetical protein 5.118498523 C6_control_B1 +LQ00X076770 Hypothetical protein 4.93492513 C6_control_B2 +LQ00X076770 Hypothetical protein 5.05578066 C6_control_B3 +LQ00X076770 Hypothetical protein 5.041091745 C6_control_C1 +LQ00X076770 Hypothetical protein 4.820818001 C6_control_C2 +LQ00X076770 Hypothetical protein 5.05383839 C6_control_C3 +LQ00X076770 Hypothetical protein 5.144114197 C6_chemical_A1 +LQ00X076770 Hypothetical protein 5.131969985 C6_chemical_A3 +LQ00X076770 Hypothetical protein 4.98883318 C6_chemical_B1 +LQ00X076770 Hypothetical protein 5.060205729 C6_chemical_B2 +LQ00X076770 Hypothetical protein 5.215338667 C6_chemical_B3 +LQ00X076770 Hypothetical protein 4.982604307 C6_chemical_C1 +LQ00X076770 Hypothetical protein 4.997914694 C6_chemical_C2 +LQ00X076770 Hypothetical protein 4.851768734 C6_chemical_C3 +LQ00X076770 Hypothetical protein 4.994328778 L4_control_A1 +LQ00X076770 Hypothetical protein 5.019526839 L4_control_A2 +LQ00X076770 Hypothetical protein 5.25072414 L4_control_A3 +LQ00X076770 Hypothetical protein 4.935961478 L4_control_B1 +LQ00X076770 Hypothetical protein 5.037790164 L4_control_B2 +LQ00X076770 Hypothetical protein 4.811969808 L4_control_B3 +LQ00X076770 Hypothetical protein 5.837494748 L4_control_C2 +LQ00X076770 Hypothetical protein 5.104210454 L4_control_C3 +LQ00X076770 Hypothetical protein 5.34181455 L4_chemical_A1 +LQ00X076770 Hypothetical protein 5.046737563 L4_chemical_A2 +LQ00X076770 Hypothetical protein 5.3778411 L4_chemical_A3 +LQ00X076770 Hypothetical protein 4.901563275 L4_chemical_B1 +LQ00X076770 Hypothetical protein 5.164446066 L4_chemical_B2 +LQ00X076770 Hypothetical protein 5.026439801 L4_chemical_B3 +LQ00X076770 Hypothetical protein 4.899316152 L4_chemical_C2 +LQ00X076770 Hypothetical protein 5.474967942 L4_chemical_C3 +LQ00X077130 Putative uncharacterized protein 5.227125323 C6_control_A1 +LQ00X077130 Putative uncharacterized protein 5.05888212 C6_control_A3 +LQ00X077130 Putative uncharacterized protein 5.152430155 C6_control_B1 +LQ00X077130 Putative uncharacterized protein 4.813383228 C6_control_B2 +LQ00X077130 Putative uncharacterized protein 4.899649768 C6_control_B3 +LQ00X077130 Putative uncharacterized protein 5.88829683 C6_control_C1 +LQ00X077130 Putative uncharacterized protein 4.747231347 C6_control_C2 +LQ00X077130 Putative uncharacterized protein 5.24001159 C6_control_C3 +LQ00X077130 Putative uncharacterized protein 5.093108808 C6_chemical_A1 +LQ00X077130 Putative uncharacterized protein 4.994442719 C6_chemical_A3 +LQ00X077130 Putative uncharacterized protein 4.81917357 C6_chemical_B1 +LQ00X077130 Putative uncharacterized protein 4.827156337 C6_chemical_B2 +LQ00X077130 Putative uncharacterized protein 5.141442672 C6_chemical_B3 +LQ00X077130 Putative uncharacterized protein 5.397671225 C6_chemical_C1 +LQ00X077130 Putative uncharacterized protein 5.026494927 C6_chemical_C2 +LQ00X077130 Putative uncharacterized protein 5.137918131 C6_chemical_C3 +LQ00X077130 Putative uncharacterized protein 4.978123284 L4_control_A1 +LQ00X077130 Putative uncharacterized protein 4.847272525 L4_control_A2 +LQ00X077130 Putative uncharacterized protein 5.197709565 L4_control_A3 +LQ00X077130 Putative uncharacterized protein 5.308680817 L4_control_B1 +LQ00X077130 Putative uncharacterized protein 4.728566952 L4_control_B2 +LQ00X077130 Putative uncharacterized protein 5.088136178 L4_control_B3 +LQ00X077130 Putative uncharacterized protein 4.926252024 L4_control_C2 +LQ00X077130 Putative uncharacterized protein 6.186411378 L4_control_C3 +LQ00X077130 Putative uncharacterized protein 5.494910318 L4_chemical_A1 +LQ00X077130 Putative uncharacterized protein 5.068825014 L4_chemical_A2 +LQ00X077130 Putative uncharacterized protein 5.325564906 L4_chemical_A3 +LQ00X077130 Putative uncharacterized protein 5.034727488 L4_chemical_B1 +LQ00X077130 Putative uncharacterized protein 4.860528722 L4_chemical_B2 +LQ00X077130 Putative uncharacterized protein 5.012728076 L4_chemical_B3 +LQ00X077130 Putative uncharacterized protein 6.223818412 L4_chemical_C2 +LQ00X077130 Putative uncharacterized protein 5.206450682 L4_chemical_C3 +LQ00X077250 Cycloartenol synthase 13.63601364 C6_control_A1 +LQ00X077250 Cycloartenol synthase 13.58532834 C6_control_A3 +LQ00X077250 Cycloartenol synthase 13.45150555 C6_control_B1 +LQ00X077250 Cycloartenol synthase 13.10837689 C6_control_B2 +LQ00X077250 Cycloartenol synthase 13.25772024 C6_control_B3 +LQ00X077250 Cycloartenol synthase 11.34303942 C6_control_C1 +LQ00X077250 Cycloartenol synthase 11.63391855 C6_control_C2 +LQ00X077250 Cycloartenol synthase 11.64916985 C6_control_C3 +LQ00X077250 Cycloartenol synthase 13.47931523 C6_chemical_A1 +LQ00X077250 Cycloartenol synthase 13.56415849 C6_chemical_A3 +LQ00X077250 Cycloartenol synthase 12.90516238 C6_chemical_B1 +LQ00X077250 Cycloartenol synthase 13.01261828 C6_chemical_B2 +LQ00X077250 Cycloartenol synthase 13.08089799 C6_chemical_B3 +LQ00X077250 Cycloartenol synthase 11.47639341 C6_chemical_C1 +LQ00X077250 Cycloartenol synthase 10.9279637 C6_chemical_C2 +LQ00X077250 Cycloartenol synthase 10.85757091 C6_chemical_C3 +LQ00X077250 Cycloartenol synthase 13.76684954 L4_control_A1 +LQ00X077250 Cycloartenol synthase 13.70523391 L4_control_A2 +LQ00X077250 Cycloartenol synthase 13.17448235 L4_control_A3 +LQ00X077250 Cycloartenol synthase 13.26123576 L4_control_B1 +LQ00X077250 Cycloartenol synthase 12.79316004 L4_control_B2 +LQ00X077250 Cycloartenol synthase 13.15545011 L4_control_B3 +LQ00X077250 Cycloartenol synthase 10.22118857 L4_control_C2 +LQ00X077250 Cycloartenol synthase 10.63914004 L4_control_C3 +LQ00X077250 Cycloartenol synthase 13.58126908 L4_chemical_A1 +LQ00X077250 Cycloartenol synthase 13.25075666 L4_chemical_A2 +LQ00X077250 Cycloartenol synthase 13.61011881 L4_chemical_A3 +LQ00X077250 Cycloartenol synthase 12.94094117 L4_chemical_B1 +LQ00X077250 Cycloartenol synthase 12.88498939 L4_chemical_B2 +LQ00X077250 Cycloartenol synthase 13.83307387 L4_chemical_B3 +LQ00X077250 Cycloartenol synthase 10.34291122 L4_chemical_C2 +LQ00X077250 Cycloartenol synthase 10.78540914 L4_chemical_C3 +LQ00X077270 40S ribosomal protein S8 5.956477585 C6_control_A1 +LQ00X077270 40S ribosomal protein S8 6.409502088 C6_control_A3 +LQ00X077270 40S ribosomal protein S8 5.583979598 C6_control_B1 +LQ00X077270 40S ribosomal protein S8 6.100767353 C6_control_B2 +LQ00X077270 40S ribosomal protein S8 5.951247119 C6_control_B3 +LQ00X077270 40S ribosomal protein S8 6.115940007 C6_control_C1 +LQ00X077270 40S ribosomal protein S8 6.24239062 C6_control_C2 +LQ00X077270 40S ribosomal protein S8 5.871927687 C6_control_C3 +LQ00X077270 40S ribosomal protein S8 6.04213357 C6_chemical_A1 +LQ00X077270 40S ribosomal protein S8 6.028454938 C6_chemical_A3 +LQ00X077270 40S ribosomal protein S8 5.411528168 C6_chemical_B1 +LQ00X077270 40S ribosomal protein S8 5.892685954 C6_chemical_B2 +LQ00X077270 40S ribosomal protein S8 5.479118664 C6_chemical_B3 +LQ00X077270 40S ribosomal protein S8 5.740579447 C6_chemical_C1 +LQ00X077270 40S ribosomal protein S8 5.383851143 C6_chemical_C2 +LQ00X077270 40S ribosomal protein S8 6.052291797 C6_chemical_C3 +LQ00X077270 40S ribosomal protein S8 6.181684604 L4_control_A1 +LQ00X077270 40S ribosomal protein S8 5.650329459 L4_control_A2 +LQ00X077270 40S ribosomal protein S8 6.771646726 L4_control_A3 +LQ00X077270 40S ribosomal protein S8 5.60474508 L4_control_B1 +LQ00X077270 40S ribosomal protein S8 5.202755358 L4_control_B2 +LQ00X077270 40S ribosomal protein S8 5.643111763 L4_control_B3 +LQ00X077270 40S ribosomal protein S8 5.579444513 L4_control_C2 +LQ00X077270 40S ribosomal protein S8 6.989320191 L4_control_C3 +LQ00X077270 40S ribosomal protein S8 5.976995504 L4_chemical_A1 +LQ00X077270 40S ribosomal protein S8 5.686261004 L4_chemical_A2 +LQ00X077270 40S ribosomal protein S8 5.96823045 L4_chemical_A3 +LQ00X077270 40S ribosomal protein S8 5.971516916 L4_chemical_B1 +LQ00X077270 40S ribosomal protein S8 4.883035869 L4_chemical_B2 +LQ00X077270 40S ribosomal protein S8 5.872613583 L4_chemical_B3 +LQ00X077270 40S ribosomal protein S8 6.566125891 L4_chemical_C2 +LQ00X077270 40S ribosomal protein S8 5.912735667 L4_chemical_C3 +LQ00X077470 Hypothetical protein 5.857051408 C6_control_A1 +LQ00X077470 Hypothetical protein 5.179714396 C6_control_A3 +LQ00X077470 Hypothetical protein 6.363999142 C6_control_B1 +LQ00X077470 Hypothetical protein 4.982098301 C6_control_B2 +LQ00X077470 Hypothetical protein 6.429852134 C6_control_B3 +LQ00X077470 Hypothetical protein 5.223129345 C6_control_C1 +LQ00X077470 Hypothetical protein 5.110678721 C6_control_C2 +LQ00X077470 Hypothetical protein 5.11395953 C6_control_C3 +LQ00X077470 Hypothetical protein 5.565592851 C6_chemical_A1 +LQ00X077470 Hypothetical protein 5.719352333 C6_chemical_A3 +LQ00X077470 Hypothetical protein 5.651511012 C6_chemical_B1 +LQ00X077470 Hypothetical protein 5.241315815 C6_chemical_B2 +LQ00X077470 Hypothetical protein 6.110832747 C6_chemical_B3 +LQ00X077470 Hypothetical protein 4.966696732 C6_chemical_C1 +LQ00X077470 Hypothetical protein 5.059900488 C6_chemical_C2 +LQ00X077470 Hypothetical protein 5.089766018 C6_chemical_C3 +LQ00X077470 Hypothetical protein 5.718669617 L4_control_A1 +LQ00X077470 Hypothetical protein 6.14408207 L4_control_A2 +LQ00X077470 Hypothetical protein 6.097738743 L4_control_A3 +LQ00X077470 Hypothetical protein 6.930390943 L4_control_B1 +LQ00X077470 Hypothetical protein 6.16763666 L4_control_B2 +LQ00X077470 Hypothetical protein 6.325165137 L4_control_B3 +LQ00X077470 Hypothetical protein 6.644930734 L4_control_C2 +LQ00X077470 Hypothetical protein 6.333174081 L4_control_C3 +LQ00X077470 Hypothetical protein 5.811478992 L4_chemical_A1 +LQ00X077470 Hypothetical protein 5.801248062 L4_chemical_A2 +LQ00X077470 Hypothetical protein 6.423787315 L4_chemical_A3 +LQ00X077470 Hypothetical protein 5.718847212 L4_chemical_B1 +LQ00X077470 Hypothetical protein 6.839903515 L4_chemical_B2 +LQ00X077470 Hypothetical protein 6.001549895 L4_chemical_B3 +LQ00X077470 Hypothetical protein 7.203422745 L4_chemical_C2 +LQ00X077470 Hypothetical protein 6.755647028 L4_chemical_C3 +LQ00X077570 Predicted protein (Fragment) 11.53864314 C6_control_A1 +LQ00X077570 Predicted protein (Fragment) 11.86531608 C6_control_A3 +LQ00X077570 Predicted protein (Fragment) 11.51614296 C6_control_B1 +LQ00X077570 Predicted protein (Fragment) 10.11559909 C6_control_B2 +LQ00X077570 Predicted protein (Fragment) 10.86676316 C6_control_B3 +LQ00X077570 Predicted protein (Fragment) 10.34564895 C6_control_C1 +LQ00X077570 Predicted protein (Fragment) 9.836790864 C6_control_C2 +LQ00X077570 Predicted protein (Fragment) 9.819385183 C6_control_C3 +LQ00X077570 Predicted protein (Fragment) 11.55602636 C6_chemical_A1 +LQ00X077570 Predicted protein (Fragment) 11.64670003 C6_chemical_A3 +LQ00X077570 Predicted protein (Fragment) 11.59219141 C6_chemical_B1 +LQ00X077570 Predicted protein (Fragment) 10.39492233 C6_chemical_B2 +LQ00X077570 Predicted protein (Fragment) 11.34117756 C6_chemical_B3 +LQ00X077570 Predicted protein (Fragment) 10.33213906 C6_chemical_C1 +LQ00X077570 Predicted protein (Fragment) 9.890741971 C6_chemical_C2 +LQ00X077570 Predicted protein (Fragment) 10.39498843 C6_chemical_C3 +LQ00X077570 Predicted protein (Fragment) 11.33958172 L4_control_A1 +LQ00X077570 Predicted protein (Fragment) 10.99121906 L4_control_A2 +LQ00X077570 Predicted protein (Fragment) 11.1254491 L4_control_A3 +LQ00X077570 Predicted protein (Fragment) 11.28878916 L4_control_B1 +LQ00X077570 Predicted protein (Fragment) 11.28076305 L4_control_B2 +LQ00X077570 Predicted protein (Fragment) 10.3471794 L4_control_B3 +LQ00X077570 Predicted protein (Fragment) 10.93239851 L4_control_C2 +LQ00X077570 Predicted protein (Fragment) 10.73134764 L4_control_C3 +LQ00X077570 Predicted protein (Fragment) 10.81474518 L4_chemical_A1 +LQ00X077570 Predicted protein (Fragment) 10.716911 L4_chemical_A2 +LQ00X077570 Predicted protein (Fragment) 11.23955056 L4_chemical_A3 +LQ00X077570 Predicted protein (Fragment) 11.21510616 L4_chemical_B1 +LQ00X077570 Predicted protein (Fragment) 10.72537954 L4_chemical_B2 +LQ00X077570 Predicted protein (Fragment) 10.97678211 L4_chemical_B3 +LQ00X077570 Predicted protein (Fragment) 10.32803038 L4_chemical_C2 +LQ00X077570 Predicted protein (Fragment) 10.68546828 L4_chemical_C3 +LQ00X077710 Autophagy protein 5 4.422395834 C6_control_A1 +LQ00X077710 Autophagy protein 5 5.200873256 C6_control_A3 +LQ00X077710 Autophagy protein 5 4.590284164 C6_control_B1 +LQ00X077710 Autophagy protein 5 4.791333719 C6_control_B2 +LQ00X077710 Autophagy protein 5 4.849403594 C6_control_B3 +LQ00X077710 Autophagy protein 5 4.75102304 C6_control_C1 +LQ00X077710 Autophagy protein 5 5.072823482 C6_control_C2 +LQ00X077710 Autophagy protein 5 4.524889276 C6_control_C3 +LQ00X077710 Autophagy protein 5 4.646364961 C6_chemical_A1 +LQ00X077710 Autophagy protein 5 5.365072874 C6_chemical_A3 +LQ00X077710 Autophagy protein 5 4.593597187 C6_chemical_B1 +LQ00X077710 Autophagy protein 5 4.833120615 C6_chemical_B2 +LQ00X077710 Autophagy protein 5 4.744981854 C6_chemical_B3 +LQ00X077710 Autophagy protein 5 4.639786188 C6_chemical_C1 +LQ00X077710 Autophagy protein 5 4.893698451 C6_chemical_C2 +LQ00X077710 Autophagy protein 5 4.38807948 C6_chemical_C3 +LQ00X077710 Autophagy protein 5 4.840481609 L4_control_A1 +LQ00X077710 Autophagy protein 5 4.86553852 L4_control_A2 +LQ00X077710 Autophagy protein 5 4.997463127 L4_control_A3 +LQ00X077710 Autophagy protein 5 6.64804242 L4_control_B1 +LQ00X077710 Autophagy protein 5 5.385198879 L4_control_B2 +LQ00X077710 Autophagy protein 5 4.851158439 L4_control_B3 +LQ00X077710 Autophagy protein 5 5.044991458 L4_control_C2 +LQ00X077710 Autophagy protein 5 5.66034743 L4_control_C3 +LQ00X077710 Autophagy protein 5 4.861821872 L4_chemical_A1 +LQ00X077710 Autophagy protein 5 4.828922383 L4_chemical_A2 +LQ00X077710 Autophagy protein 5 5.249208355 L4_chemical_A3 +LQ00X077710 Autophagy protein 5 5.162570998 L4_chemical_B1 +LQ00X077710 Autophagy protein 5 4.949463025 L4_chemical_B2 +LQ00X077710 Autophagy protein 5 4.745479101 L4_chemical_B3 +LQ00X077710 Autophagy protein 5 4.694996413 L4_chemical_C2 +LQ00X077710 Autophagy protein 5 4.495631606 L4_chemical_C3 +LQ00X077720 Putative Autophagy protein 5 8.078866931 C6_control_A1 +LQ00X077720 Putative Autophagy protein 5 7.484225991 C6_control_A3 +LQ00X077720 Putative Autophagy protein 5 7.646849166 C6_control_B1 +LQ00X077720 Putative Autophagy protein 5 8.336859626 C6_control_B2 +LQ00X077720 Putative Autophagy protein 5 8.347274069 C6_control_B3 +LQ00X077720 Putative Autophagy protein 5 8.145578381 C6_control_C1 +LQ00X077720 Putative Autophagy protein 5 8.817949563 C6_control_C2 +LQ00X077720 Putative Autophagy protein 5 7.779389572 C6_control_C3 +LQ00X077720 Putative Autophagy protein 5 8.69643106 C6_chemical_A1 +LQ00X077720 Putative Autophagy protein 5 7.044230922 C6_chemical_A3 +LQ00X077720 Putative Autophagy protein 5 8.922201262 C6_chemical_B1 +LQ00X077720 Putative Autophagy protein 5 8.906089058 C6_chemical_B2 +LQ00X077720 Putative Autophagy protein 5 8.977252608 C6_chemical_B3 +LQ00X077720 Putative Autophagy protein 5 9.060066572 C6_chemical_C1 +LQ00X077720 Putative Autophagy protein 5 8.830844651 C6_chemical_C2 +LQ00X077720 Putative Autophagy protein 5 8.460076655 C6_chemical_C3 +LQ00X077720 Putative Autophagy protein 5 7.897414845 L4_control_A1 +LQ00X077720 Putative Autophagy protein 5 6.897459472 L4_control_A2 +LQ00X077720 Putative Autophagy protein 5 6.083324293 L4_control_A3 +LQ00X077720 Putative Autophagy protein 5 6.453143011 L4_control_B1 +LQ00X077720 Putative Autophagy protein 5 7.92232584 L4_control_B2 +LQ00X077720 Putative Autophagy protein 5 8.627736922 L4_control_B3 +LQ00X077720 Putative Autophagy protein 5 8.145640991 L4_control_C2 +LQ00X077720 Putative Autophagy protein 5 8.167881202 L4_control_C3 +LQ00X077720 Putative Autophagy protein 5 7.765857682 L4_chemical_A1 +LQ00X077720 Putative Autophagy protein 5 7.107472415 L4_chemical_A2 +LQ00X077720 Putative Autophagy protein 5 5.400257333 L4_chemical_A3 +LQ00X077720 Putative Autophagy protein 5 6.84005696 L4_chemical_B1 +LQ00X077720 Putative Autophagy protein 5 7.716011676 L4_chemical_B2 +LQ00X077720 Putative Autophagy protein 5 8.230419741 L4_chemical_B3 +LQ00X077720 Putative Autophagy protein 5 6.612781495 L4_chemical_C2 +LQ00X077720 Putative Autophagy protein 5 6.970510285 L4_chemical_C3 +LQ00X077750 Phosphoprotein phosphatase, putative 11.57455446 C6_control_A1 +LQ00X077750 Phosphoprotein phosphatase, putative 11.48526793 C6_control_A3 +LQ00X077750 Phosphoprotein phosphatase, putative 12.50388746 C6_control_B1 +LQ00X077750 Phosphoprotein phosphatase, putative 11.50754256 C6_control_B2 +LQ00X077750 Phosphoprotein phosphatase, putative 12.75014334 C6_control_B3 +LQ00X077750 Phosphoprotein phosphatase, putative 11.6910985 C6_control_C1 +LQ00X077750 Phosphoprotein phosphatase, putative 11.63451306 C6_control_C2 +LQ00X077750 Phosphoprotein phosphatase, putative 11.90461072 C6_control_C3 +LQ00X077750 Phosphoprotein phosphatase, putative 11.35310517 C6_chemical_A1 +LQ00X077750 Phosphoprotein phosphatase, putative 11.50839629 C6_chemical_A3 +LQ00X077750 Phosphoprotein phosphatase, putative 12.34881729 C6_chemical_B1 +LQ00X077750 Phosphoprotein phosphatase, putative 11.19620572 C6_chemical_B2 +LQ00X077750 Phosphoprotein phosphatase, putative 12.45819997 C6_chemical_B3 +LQ00X077750 Phosphoprotein phosphatase, putative 11.70922708 C6_chemical_C1 +LQ00X077750 Phosphoprotein phosphatase, putative 11.74941634 C6_chemical_C2 +LQ00X077750 Phosphoprotein phosphatase, putative 11.77458777 C6_chemical_C3 +LQ00X077750 Phosphoprotein phosphatase, putative 8.327469915 L4_control_A1 +LQ00X077750 Phosphoprotein phosphatase, putative 7.228593027 L4_control_A2 +LQ00X077750 Phosphoprotein phosphatase, putative 5.185835289 L4_control_A3 +LQ00X077750 Phosphoprotein phosphatase, putative 8.051595116 L4_control_B1 +LQ00X077750 Phosphoprotein phosphatase, putative 10.86928534 L4_control_B2 +LQ00X077750 Phosphoprotein phosphatase, putative 5.980462942 L4_control_B3 +LQ00X077750 Phosphoprotein phosphatase, putative 11.28847594 L4_control_C2 +LQ00X077750 Phosphoprotein phosphatase, putative 6.23008889 L4_control_C3 +LQ00X077750 Phosphoprotein phosphatase, putative 5.722677183 L4_chemical_A1 +LQ00X077750 Phosphoprotein phosphatase, putative 5.919904042 L4_chemical_A2 +LQ00X077750 Phosphoprotein phosphatase, putative 5.112374442 L4_chemical_A3 +LQ00X077750 Phosphoprotein phosphatase, putative 11.25701029 L4_chemical_B1 +LQ00X077750 Phosphoprotein phosphatase, putative 10.03032564 L4_chemical_B2 +LQ00X077750 Phosphoprotein phosphatase, putative 6.336868111 L4_chemical_B3 +LQ00X077750 Phosphoprotein phosphatase, putative 6.439698056 L4_chemical_C2 +LQ00X077750 Phosphoprotein phosphatase, putative 6.516016268 L4_chemical_C3 +LQ00X077910 Hypothetical protein 5.360754472 C6_control_A1 +LQ00X077910 Hypothetical protein 5.408368134 C6_control_A3 +LQ00X077910 Hypothetical protein 5.380873293 C6_control_B1 +LQ00X077910 Hypothetical protein 5.263774703 C6_control_B2 +LQ00X077910 Hypothetical protein 5.64581963 C6_control_B3 +LQ00X077910 Hypothetical protein 5.576502267 C6_control_C1 +LQ00X077910 Hypothetical protein 5.223545288 C6_control_C2 +LQ00X077910 Hypothetical protein 5.483875071 C6_control_C3 +LQ00X077910 Hypothetical protein 5.669781148 C6_chemical_A1 +LQ00X077910 Hypothetical protein 5.528439888 C6_chemical_A3 +LQ00X077910 Hypothetical protein 5.905316104 C6_chemical_B1 +LQ00X077910 Hypothetical protein 5.160167083 C6_chemical_B2 +LQ00X077910 Hypothetical protein 5.529247067 C6_chemical_B3 +LQ00X077910 Hypothetical protein 5.428579653 C6_chemical_C1 +LQ00X077910 Hypothetical protein 5.183478548 C6_chemical_C2 +LQ00X077910 Hypothetical protein 5.221028912 C6_chemical_C3 +LQ00X077910 Hypothetical protein 5.358733721 L4_control_A1 +LQ00X077910 Hypothetical protein 5.757044434 L4_control_A2 +LQ00X077910 Hypothetical protein 6.31294465 L4_control_A3 +LQ00X077910 Hypothetical protein 5.859626594 L4_control_B1 +LQ00X077910 Hypothetical protein 6.05087797 L4_control_B2 +LQ00X077910 Hypothetical protein 5.90492976 L4_control_B3 +LQ00X077910 Hypothetical protein 5.489418461 L4_control_C2 +LQ00X077910 Hypothetical protein 5.421362181 L4_control_C3 +LQ00X077910 Hypothetical protein 5.626968786 L4_chemical_A1 +LQ00X077910 Hypothetical protein 5.969158312 L4_chemical_A2 +LQ00X077910 Hypothetical protein 6.248218948 L4_chemical_A3 +LQ00X077910 Hypothetical protein 5.717149357 L4_chemical_B1 +LQ00X077910 Hypothetical protein 5.81518864 L4_chemical_B2 +LQ00X077910 Hypothetical protein 5.14614555 L4_chemical_B3 +LQ00X077910 Hypothetical protein 5.829571936 L4_chemical_C2 +LQ00X077910 Hypothetical protein 5.566693075 L4_chemical_C3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.66439603 C6_control_A1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.4720411 C6_control_A3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.67487586 C6_control_B1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.64885936 C6_control_B2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.50994547 C6_control_B3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 11.4413383 C6_control_C1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 11.7971077 C6_control_C2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 11.53839637 C6_control_C3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.78237388 C6_chemical_A1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 13.00203444 C6_chemical_A3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.72433908 C6_chemical_B1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.42203144 C6_chemical_B2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.19040807 C6_chemical_B3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 11.89563638 C6_chemical_C1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.19412334 C6_chemical_C2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 10.9703155 C6_chemical_C3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.20485649 L4_control_A1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.8878336 L4_control_A2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 13.16384506 L4_control_A3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.4475743 L4_control_B1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 13.32951054 L4_control_B2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.42719048 L4_control_B3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 13.06166853 L4_control_C2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.67666745 L4_control_C3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 11.68883343 L4_chemical_A1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.28081777 L4_chemical_A2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.23573875 L4_chemical_A3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.61027645 L4_chemical_B1 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 13.46337043 L4_chemical_B2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.32226244 L4_chemical_B3 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 13.43283878 L4_chemical_C2 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.73042278 L4_chemical_C3 +LQ00X078050 Predicted protein 11.82863633 C6_control_A1 +LQ00X078050 Predicted protein 12.89677846 C6_control_A3 +LQ00X078050 Predicted protein 11.69987898 C6_control_B1 +LQ00X078050 Predicted protein 11.59588554 C6_control_B2 +LQ00X078050 Predicted protein 11.28787893 C6_control_B3 +LQ00X078050 Predicted protein 11.07649061 C6_control_C1 +LQ00X078050 Predicted protein 10.8105465 C6_control_C2 +LQ00X078050 Predicted protein 11.02390482 C6_control_C3 +LQ00X078050 Predicted protein 11.70555404 C6_chemical_A1 +LQ00X078050 Predicted protein 12.58555763 C6_chemical_A3 +LQ00X078050 Predicted protein 11.51903351 C6_chemical_B1 +LQ00X078050 Predicted protein 11.66760613 C6_chemical_B2 +LQ00X078050 Predicted protein 11.10174064 C6_chemical_B3 +LQ00X078050 Predicted protein 11.38306178 C6_chemical_C1 +LQ00X078050 Predicted protein 11.05348659 C6_chemical_C2 +LQ00X078050 Predicted protein 11.42677117 C6_chemical_C3 +LQ00X078050 Predicted protein 11.67731428 L4_control_A1 +LQ00X078050 Predicted protein 11.83702794 L4_control_A2 +LQ00X078050 Predicted protein 12.1419442 L4_control_A3 +LQ00X078050 Predicted protein 11.75281498 L4_control_B1 +LQ00X078050 Predicted protein 11.03889252 L4_control_B2 +LQ00X078050 Predicted protein 11.05391821 L4_control_B3 +LQ00X078050 Predicted protein 10.27427262 L4_control_C2 +LQ00X078050 Predicted protein 10.85659157 L4_control_C3 +LQ00X078050 Predicted protein 11.52913638 L4_chemical_A1 +LQ00X078050 Predicted protein 11.45488533 L4_chemical_A2 +LQ00X078050 Predicted protein 11.75076832 L4_chemical_A3 +LQ00X078050 Predicted protein 11.50986577 L4_chemical_B1 +LQ00X078050 Predicted protein 11.40116326 L4_chemical_B2 +LQ00X078050 Predicted protein 11.88237614 L4_chemical_B3 +LQ00X078050 Predicted protein 10.67864738 L4_chemical_C2 +LQ00X078050 Predicted protein 10.78547353 L4_chemical_C3 +LQ00X078350 Putative uncharacterized protein 4.935607292 C6_control_A1 +LQ00X078350 Putative uncharacterized protein 4.904952609 C6_control_A3 +LQ00X078350 Putative uncharacterized protein 4.791107506 C6_control_B1 +LQ00X078350 Putative uncharacterized protein 5.053631207 C6_control_B2 +LQ00X078350 Putative uncharacterized protein 4.649045048 C6_control_B3 +LQ00X078350 Putative uncharacterized protein 5.04845184 C6_control_C1 +LQ00X078350 Putative uncharacterized protein 4.986020867 C6_control_C2 +LQ00X078350 Putative uncharacterized protein 5.270853309 C6_control_C3 +LQ00X078350 Putative uncharacterized protein 5.073996277 C6_chemical_A1 +LQ00X078350 Putative uncharacterized protein 4.77765734 C6_chemical_A3 +LQ00X078350 Putative uncharacterized protein 4.90247677 C6_chemical_B1 +LQ00X078350 Putative uncharacterized protein 5.026027892 C6_chemical_B2 +LQ00X078350 Putative uncharacterized protein 4.979147726 C6_chemical_B3 +LQ00X078350 Putative uncharacterized protein 4.906121116 C6_chemical_C1 +LQ00X078350 Putative uncharacterized protein 5.244801977 C6_chemical_C2 +LQ00X078350 Putative uncharacterized protein 4.926488387 C6_chemical_C3 +LQ00X078350 Putative uncharacterized protein 5.024526981 L4_control_A1 +LQ00X078350 Putative uncharacterized protein 4.937511476 L4_control_A2 +LQ00X078350 Putative uncharacterized protein 5.67964717 L4_control_A3 +LQ00X078350 Putative uncharacterized protein 5.067731603 L4_control_B1 +LQ00X078350 Putative uncharacterized protein 5.095514725 L4_control_B2 +LQ00X078350 Putative uncharacterized protein 4.594085925 L4_control_B3 +LQ00X078350 Putative uncharacterized protein 5.190702852 L4_control_C2 +LQ00X078350 Putative uncharacterized protein 5.192548729 L4_control_C3 +LQ00X078350 Putative uncharacterized protein 5.124634541 L4_chemical_A1 +LQ00X078350 Putative uncharacterized protein 4.815802581 L4_chemical_A2 +LQ00X078350 Putative uncharacterized protein 5.38803782 L4_chemical_A3 +LQ00X078350 Putative uncharacterized protein 4.923236633 L4_chemical_B1 +LQ00X078350 Putative uncharacterized protein 4.674072371 L4_chemical_B2 +LQ00X078350 Putative uncharacterized protein 4.888604635 L4_chemical_B3 +LQ00X078350 Putative uncharacterized protein 5.204210468 L4_chemical_C2 +LQ00X078350 Putative uncharacterized protein 5.062751883 L4_chemical_C3 +LQ00X078360 Hypothetical protein 9.222413749 C6_control_A1 +LQ00X078360 Hypothetical protein 9.937194783 C6_control_A3 +LQ00X078360 Hypothetical protein 7.010300643 C6_control_B1 +LQ00X078360 Hypothetical protein 7.254936576 C6_control_B2 +LQ00X078360 Hypothetical protein 6.797561975 C6_control_B3 +LQ00X078360 Hypothetical protein 7.370923486 C6_control_C1 +LQ00X078360 Hypothetical protein 7.438458758 C6_control_C2 +LQ00X078360 Hypothetical protein 8.667938272 C6_control_C3 +LQ00X078360 Hypothetical protein 8.218708717 C6_chemical_A1 +LQ00X078360 Hypothetical protein 9.664087863 C6_chemical_A3 +LQ00X078360 Hypothetical protein 5.582937662 C6_chemical_B1 +LQ00X078360 Hypothetical protein 7.115508036 C6_chemical_B2 +LQ00X078360 Hypothetical protein 7.242098609 C6_chemical_B3 +LQ00X078360 Hypothetical protein 6.703240911 C6_chemical_C1 +LQ00X078360 Hypothetical protein 7.285760356 C6_chemical_C2 +LQ00X078360 Hypothetical protein 8.139486344 C6_chemical_C3 +LQ00X078360 Hypothetical protein 9.897406469 L4_control_A1 +LQ00X078360 Hypothetical protein 8.547104974 L4_control_A2 +LQ00X078360 Hypothetical protein 9.890894917 L4_control_A3 +LQ00X078360 Hypothetical protein 7.611600731 L4_control_B1 +LQ00X078360 Hypothetical protein 6.884300955 L4_control_B2 +LQ00X078360 Hypothetical protein 8.445691668 L4_control_B3 +LQ00X078360 Hypothetical protein 9.208171415 L4_control_C2 +LQ00X078360 Hypothetical protein 8.608476822 L4_control_C3 +LQ00X078360 Hypothetical protein 10.8743817 L4_chemical_A1 +LQ00X078360 Hypothetical protein 8.691996237 L4_chemical_A2 +LQ00X078360 Hypothetical protein 11.30422756 L4_chemical_A3 +LQ00X078360 Hypothetical protein 8.22477712 L4_chemical_B1 +LQ00X078360 Hypothetical protein 6.877897741 L4_chemical_B2 +LQ00X078360 Hypothetical protein 7.882343002 L4_chemical_B3 +LQ00X078360 Hypothetical protein 8.074733109 L4_chemical_C2 +LQ00X078360 Hypothetical protein 8.349724445 L4_chemical_C3 +LQ00X078370 Predicted protein 5.49833291 C6_control_A1 +LQ00X078370 Predicted protein 5.675056523 C6_control_A3 +LQ00X078370 Predicted protein 5.470508942 C6_control_B1 +LQ00X078370 Predicted protein 5.575293499 C6_control_B2 +LQ00X078370 Predicted protein 5.7110453 C6_control_B3 +LQ00X078370 Predicted protein 5.416521666 C6_control_C1 +LQ00X078370 Predicted protein 5.444400076 C6_control_C2 +LQ00X078370 Predicted protein 5.29228103 C6_control_C3 +LQ00X078370 Predicted protein 5.348769717 C6_chemical_A1 +LQ00X078370 Predicted protein 5.389737231 C6_chemical_A3 +LQ00X078370 Predicted protein 5.673517438 C6_chemical_B1 +LQ00X078370 Predicted protein 5.359304644 C6_chemical_B2 +LQ00X078370 Predicted protein 6.261232708 C6_chemical_B3 +LQ00X078370 Predicted protein 5.675053129 C6_chemical_C1 +LQ00X078370 Predicted protein 5.539960889 C6_chemical_C2 +LQ00X078370 Predicted protein 5.416789199 C6_chemical_C3 +LQ00X078370 Predicted protein 5.279838648 L4_control_A1 +LQ00X078370 Predicted protein 5.542202393 L4_control_A2 +LQ00X078370 Predicted protein 5.26192397 L4_control_A3 +LQ00X078370 Predicted protein 5.367564659 L4_control_B1 +LQ00X078370 Predicted protein 5.427312383 L4_control_B2 +LQ00X078370 Predicted protein 5.078936114 L4_control_B3 +LQ00X078370 Predicted protein 6.227288797 L4_control_C2 +LQ00X078370 Predicted protein 5.327734208 L4_control_C3 +LQ00X078370 Predicted protein 5.06442543 L4_chemical_A1 +LQ00X078370 Predicted protein 5.181917481 L4_chemical_A2 +LQ00X078370 Predicted protein 6.108178964 L4_chemical_A3 +LQ00X078370 Predicted protein 5.541477608 L4_chemical_B1 +LQ00X078370 Predicted protein 5.324618554 L4_chemical_B2 +LQ00X078370 Predicted protein 5.181051027 L4_chemical_B3 +LQ00X078370 Predicted protein 6.584761332 L4_chemical_C2 +LQ00X078370 Predicted protein 5.560849982 L4_chemical_C3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.741551685 C6_control_A1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.58037403 C6_control_A3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 6.254598951 C6_control_B1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 7.771349626 C6_control_B2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 6.747034129 C6_control_B3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 8.524587247 C6_control_C1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 7.726684023 C6_control_C2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 8.255711311 C6_control_C3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.709679962 C6_chemical_A1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.506750367 C6_chemical_A3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 6.033116806 C6_chemical_B1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 7.258143785 C6_chemical_B2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 6.716945324 C6_chemical_B3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 8.113493121 C6_chemical_C1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 7.753942651 C6_chemical_C2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 7.769892982 C6_chemical_C3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.59974746 L4_control_A1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.182022906 L4_control_A2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.383788793 L4_control_A3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.325299816 L4_control_B1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.454321478 L4_control_B2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 6.102992785 L4_control_B3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 4.832823506 L4_control_C2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.509217717 L4_control_C3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.178130513 L4_chemical_A1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.165603823 L4_chemical_A2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.314394449 L4_chemical_A3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.125774647 L4_chemical_B1 +LQ00X078380 Putative Probable disease resistance protein At5g63020 4.742323757 L4_chemical_B2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.381062735 L4_chemical_B3 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.311312097 L4_chemical_C2 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.567823386 L4_chemical_C3 +LQ00X078610 Putative uncharacterized protein 6.031529576 C6_control_A1 +LQ00X078610 Putative uncharacterized protein 6.183580814 C6_control_A3 +LQ00X078610 Putative uncharacterized protein 6.34133444 C6_control_B1 +LQ00X078610 Putative uncharacterized protein 6.072228411 C6_control_B2 +LQ00X078610 Putative uncharacterized protein 6.783147279 C6_control_B3 +LQ00X078610 Putative uncharacterized protein 6.076771354 C6_control_C1 +LQ00X078610 Putative uncharacterized protein 5.846022368 C6_control_C2 +LQ00X078610 Putative uncharacterized protein 6.179038721 C6_control_C3 +LQ00X078610 Putative uncharacterized protein 5.932199208 C6_chemical_A1 +LQ00X078610 Putative uncharacterized protein 5.720620857 C6_chemical_A3 +LQ00X078610 Putative uncharacterized protein 6.354555936 C6_chemical_B1 +LQ00X078610 Putative uncharacterized protein 6.390117707 C6_chemical_B2 +LQ00X078610 Putative uncharacterized protein 6.241650287 C6_chemical_B3 +LQ00X078610 Putative uncharacterized protein 6.087780271 C6_chemical_C1 +LQ00X078610 Putative uncharacterized protein 5.775087235 C6_chemical_C2 +LQ00X078610 Putative uncharacterized protein 5.899643709 C6_chemical_C3 +LQ00X078610 Putative uncharacterized protein 6.130247571 L4_control_A1 +LQ00X078610 Putative uncharacterized protein 6.094144595 L4_control_A2 +LQ00X078610 Putative uncharacterized protein 6.152476397 L4_control_A3 +LQ00X078610 Putative uncharacterized protein 6.714889564 L4_control_B1 +LQ00X078610 Putative uncharacterized protein 6.162149498 L4_control_B2 +LQ00X078610 Putative uncharacterized protein 6.042145039 L4_control_B3 +LQ00X078610 Putative uncharacterized protein 6.214945001 L4_control_C2 +LQ00X078610 Putative uncharacterized protein 5.772315645 L4_control_C3 +LQ00X078610 Putative uncharacterized protein 6.076692957 L4_chemical_A1 +LQ00X078610 Putative uncharacterized protein 6.193755516 L4_chemical_A2 +LQ00X078610 Putative uncharacterized protein 5.878891452 L4_chemical_A3 +LQ00X078610 Putative uncharacterized protein 5.735114706 L4_chemical_B1 +LQ00X078610 Putative uncharacterized protein 5.889687056 L4_chemical_B2 +LQ00X078610 Putative uncharacterized protein 5.698757507 L4_chemical_B3 +LQ00X078610 Putative uncharacterized protein 5.860816504 L4_chemical_C2 +LQ00X078610 Putative uncharacterized protein 5.863589666 L4_chemical_C3 +LQ00X078650 Vesicle-associated membrane protein 727 5.893032794 C6_control_A1 +LQ00X078650 Vesicle-associated membrane protein 727 5.737303793 C6_control_A3 +LQ00X078650 Vesicle-associated membrane protein 727 5.128140493 C6_control_B1 +LQ00X078650 Vesicle-associated membrane protein 727 5.990299566 C6_control_B2 +LQ00X078650 Vesicle-associated membrane protein 727 5.751647274 C6_control_B3 +LQ00X078650 Vesicle-associated membrane protein 727 5.90855903 C6_control_C1 +LQ00X078650 Vesicle-associated membrane protein 727 5.51702271 C6_control_C2 +LQ00X078650 Vesicle-associated membrane protein 727 6.122923259 C6_control_C3 +LQ00X078650 Vesicle-associated membrane protein 727 6.054153861 C6_chemical_A1 +LQ00X078650 Vesicle-associated membrane protein 727 5.790498778 C6_chemical_A3 +LQ00X078650 Vesicle-associated membrane protein 727 6.135828341 C6_chemical_B1 +LQ00X078650 Vesicle-associated membrane protein 727 6.273691585 C6_chemical_B2 +LQ00X078650 Vesicle-associated membrane protein 727 5.913387229 C6_chemical_B3 +LQ00X078650 Vesicle-associated membrane protein 727 5.364681976 C6_chemical_C1 +LQ00X078650 Vesicle-associated membrane protein 727 5.472400022 C6_chemical_C2 +LQ00X078650 Vesicle-associated membrane protein 727 5.980648281 C6_chemical_C3 +LQ00X078650 Vesicle-associated membrane protein 727 5.517012959 L4_control_A1 +LQ00X078650 Vesicle-associated membrane protein 727 5.610085552 L4_control_A2 +LQ00X078650 Vesicle-associated membrane protein 727 5.72612779 L4_control_A3 +LQ00X078650 Vesicle-associated membrane protein 727 5.20042931 L4_control_B1 +LQ00X078650 Vesicle-associated membrane protein 727 6.314946923 L4_control_B2 +LQ00X078650 Vesicle-associated membrane protein 727 6.171540644 L4_control_B3 +LQ00X078650 Vesicle-associated membrane protein 727 4.722133546 L4_control_C2 +LQ00X078650 Vesicle-associated membrane protein 727 4.740152545 L4_control_C3 +LQ00X078650 Vesicle-associated membrane protein 727 5.719518998 L4_chemical_A1 +LQ00X078650 Vesicle-associated membrane protein 727 6.009316906 L4_chemical_A2 +LQ00X078650 Vesicle-associated membrane protein 727 6.310601902 L4_chemical_A3 +LQ00X078650 Vesicle-associated membrane protein 727 6.012967564 L4_chemical_B1 +LQ00X078650 Vesicle-associated membrane protein 727 5.732591487 L4_chemical_B2 +LQ00X078650 Vesicle-associated membrane protein 727 6.138994059 L4_chemical_B3 +LQ00X078650 Vesicle-associated membrane protein 727 5.679130296 L4_chemical_C2 +LQ00X078650 Vesicle-associated membrane protein 727 5.020084961 L4_chemical_C3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.5903844 C6_control_A1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.81691522 C6_control_A3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.81519885 C6_control_B1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 13.80533392 C6_control_B2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.94772073 C6_control_B3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 13.84912596 C6_control_C1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 14.29951781 C6_control_C2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 14.16172428 C6_control_C3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.81608286 C6_chemical_A1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.25057256 C6_chemical_A3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.79105054 C6_chemical_B1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 13.60205841 C6_chemical_B2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.962915 C6_chemical_B3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 14.29012339 C6_chemical_C1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 14.24392632 C6_chemical_C2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 14.07811976 C6_chemical_C3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.03252695 L4_control_A1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 11.91019223 L4_control_A2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 11.15168396 L4_control_A3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.74126893 L4_control_B1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.15409383 L4_control_B2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 13.26182379 L4_control_B3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.28420652 L4_control_C2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.03406151 L4_control_C3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.38779515 L4_chemical_A1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.05640505 L4_chemical_A2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 11.48778244 L4_chemical_A3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.07365687 L4_chemical_B1 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.22695082 L4_chemical_B2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.88382522 L4_chemical_B3 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.51469849 L4_chemical_C2 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.38878352 L4_chemical_C3 +LQ00X078700 Hypothetical protein 6.157267749 C6_control_A1 +LQ00X078700 Hypothetical protein 6.057003305 C6_control_A3 +LQ00X078700 Hypothetical protein 5.91446091 C6_control_B1 +LQ00X078700 Hypothetical protein 5.811428184 C6_control_B2 +LQ00X078700 Hypothetical protein 6.538164055 C6_control_B3 +LQ00X078700 Hypothetical protein 5.736155721 C6_control_C1 +LQ00X078700 Hypothetical protein 5.289390527 C6_control_C2 +LQ00X078700 Hypothetical protein 5.668790241 C6_control_C3 +LQ00X078700 Hypothetical protein 6.280749923 C6_chemical_A1 +LQ00X078700 Hypothetical protein 6.272422509 C6_chemical_A3 +LQ00X078700 Hypothetical protein 5.773471293 C6_chemical_B1 +LQ00X078700 Hypothetical protein 5.819944433 C6_chemical_B2 +LQ00X078700 Hypothetical protein 5.59613158 C6_chemical_B3 +LQ00X078700 Hypothetical protein 5.624579363 C6_chemical_C1 +LQ00X078700 Hypothetical protein 5.532327723 C6_chemical_C2 +LQ00X078700 Hypothetical protein 5.482722876 C6_chemical_C3 +LQ00X078700 Hypothetical protein 6.041070376 L4_control_A1 +LQ00X078700 Hypothetical protein 6.48854133 L4_control_A2 +LQ00X078700 Hypothetical protein 6.334179627 L4_control_A3 +LQ00X078700 Hypothetical protein 5.929907819 L4_control_B1 +LQ00X078700 Hypothetical protein 6.135714423 L4_control_B2 +LQ00X078700 Hypothetical protein 6.123787557 L4_control_B3 +LQ00X078700 Hypothetical protein 5.327713659 L4_control_C2 +LQ00X078700 Hypothetical protein 6.302336489 L4_control_C3 +LQ00X078700 Hypothetical protein 6.033813981 L4_chemical_A1 +LQ00X078700 Hypothetical protein 6.930454307 L4_chemical_A2 +LQ00X078700 Hypothetical protein 6.302861824 L4_chemical_A3 +LQ00X078700 Hypothetical protein 6.104857162 L4_chemical_B1 +LQ00X078700 Hypothetical protein 5.817339554 L4_chemical_B2 +LQ00X078700 Hypothetical protein 6.023323366 L4_chemical_B3 +LQ00X078700 Hypothetical protein 5.624413471 L4_chemical_C2 +LQ00X078700 Hypothetical protein 5.559629799 L4_chemical_C3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.159415826 C6_control_A1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.045835048 C6_control_A3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.021903451 C6_control_B1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.041489208 C6_control_B2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.249218207 C6_control_B3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.847701196 C6_control_C1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.399286324 C6_control_C2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.971833672 C6_control_C3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.990843085 C6_chemical_A1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.971691006 C6_chemical_A3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.886063281 C6_chemical_B1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.001941974 C6_chemical_B2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.908571453 C6_chemical_B3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.102527556 C6_chemical_C1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.840651082 C6_chemical_C2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.997157116 C6_chemical_C3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.682350211 L4_control_A1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.171481056 L4_control_A2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.047503799 L4_control_A3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.116477785 L4_control_B1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.400031958 L4_control_B2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.032959141 L4_control_B3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.512171915 L4_control_C2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.855982837 L4_control_C3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.201497238 L4_chemical_A1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.689457731 L4_chemical_A2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.879997885 L4_chemical_A3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.200289732 L4_chemical_B1 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.426666202 L4_chemical_B2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.288321443 L4_chemical_B3 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.235077675 L4_chemical_C2 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 5.042260149 L4_chemical_C3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.49119861 C6_control_A1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.71420629 C6_control_A3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.19002032 C6_control_B1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.71846516 C6_control_B2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.494274 C6_control_B3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.27465837 C6_control_C1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.34377613 C6_control_C2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.47862858 C6_control_C3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.22788447 C6_chemical_A1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.94607749 C6_chemical_A3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 9.799272299 C6_chemical_B1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.1245666 C6_chemical_B2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.24996029 C6_chemical_B3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.06601786 C6_chemical_C1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.36559577 C6_chemical_C2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.26145977 C6_chemical_C3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.66650666 L4_control_A1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.76402259 L4_control_A2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.06242231 L4_control_A3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.6692936 L4_control_B1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.72816895 L4_control_B2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.9262958 L4_control_B3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.51294756 L4_control_C2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.50027465 L4_control_C3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.70846813 L4_chemical_A1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.85597829 L4_chemical_A2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.03770156 L4_chemical_A3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.92584144 L4_chemical_B1 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.17566508 L4_chemical_B2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 11.67512601 L4_chemical_B3 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.71984805 L4_chemical_C2 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 12.50437678 L4_chemical_C3 +LQ00X078910 Predicted protein 5.667949861 C6_control_A1 +LQ00X078910 Predicted protein 5.508971 C6_control_A3 +LQ00X078910 Predicted protein 5.321089274 C6_control_B1 +LQ00X078910 Predicted protein 5.845757825 C6_control_B2 +LQ00X078910 Predicted protein 5.677665733 C6_control_B3 +LQ00X078910 Predicted protein 5.370700333 C6_control_C1 +LQ00X078910 Predicted protein 5.371901232 C6_control_C2 +LQ00X078910 Predicted protein 5.239215488 C6_control_C3 +LQ00X078910 Predicted protein 5.771596014 C6_chemical_A1 +LQ00X078910 Predicted protein 5.611807004 C6_chemical_A3 +LQ00X078910 Predicted protein 5.407073962 C6_chemical_B1 +LQ00X078910 Predicted protein 5.900589899 C6_chemical_B2 +LQ00X078910 Predicted protein 5.352825038 C6_chemical_B3 +LQ00X078910 Predicted protein 5.212033887 C6_chemical_C1 +LQ00X078910 Predicted protein 5.275209092 C6_chemical_C2 +LQ00X078910 Predicted protein 5.091708459 C6_chemical_C3 +LQ00X078910 Predicted protein 5.420779122 L4_control_A1 +LQ00X078910 Predicted protein 5.902613033 L4_control_A2 +LQ00X078910 Predicted protein 6.142206308 L4_control_A3 +LQ00X078910 Predicted protein 5.009398481 L4_control_B1 +LQ00X078910 Predicted protein 5.19024768 L4_control_B2 +LQ00X078910 Predicted protein 5.359739492 L4_control_B3 +LQ00X078910 Predicted protein 6.278501094 L4_control_C2 +LQ00X078910 Predicted protein 5.795637626 L4_control_C3 +LQ00X078910 Predicted protein 5.47815508 L4_chemical_A1 +LQ00X078910 Predicted protein 5.846021453 L4_chemical_A2 +LQ00X078910 Predicted protein 5.635461023 L4_chemical_A3 +LQ00X078910 Predicted protein 5.918430836 L4_chemical_B1 +LQ00X078910 Predicted protein 5.467570778 L4_chemical_B2 +LQ00X078910 Predicted protein 5.733638389 L4_chemical_B3 +LQ00X078910 Predicted protein 5.513463479 L4_chemical_C2 +LQ00X078910 Predicted protein 4.788865008 L4_chemical_C3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.251706402 C6_control_A1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.053621151 C6_control_A3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.405568762 C6_control_B1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.414245549 C6_control_B2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.858903364 C6_control_B3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.142170823 C6_control_C1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.836146172 C6_control_C2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.434212857 C6_control_C3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.69274628 C6_chemical_A1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.60094541 C6_chemical_A3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 6.163842802 C6_chemical_B1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.30526222 C6_chemical_B2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.530018015 C6_chemical_B3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.365510134 C6_chemical_C1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.628341179 C6_chemical_C2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.424559554 C6_chemical_C3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.267049298 L4_control_A1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.805726403 L4_control_A2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.412743682 L4_control_A3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.607203961 L4_control_B1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.879897682 L4_control_B2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.465423357 L4_control_B3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.315956917 L4_control_C2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.537675474 L4_control_C3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.030516512 L4_chemical_A1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.69820802 L4_chemical_A2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.433758563 L4_chemical_A3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.83182707 L4_chemical_B1 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.497059134 L4_chemical_B2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.7265588 L4_chemical_B3 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.276618714 L4_chemical_C2 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.783571501 L4_chemical_C3 +LQ00X079120 ATP binding protein, putative 9.088202502 C6_control_A1 +LQ00X079120 ATP binding protein, putative 9.991267984 C6_control_A3 +LQ00X079120 ATP binding protein, putative 9.08441261 C6_control_B1 +LQ00X079120 ATP binding protein, putative 8.204155364 C6_control_B2 +LQ00X079120 ATP binding protein, putative 8.746360852 C6_control_B3 +LQ00X079120 ATP binding protein, putative 7.934862156 C6_control_C1 +LQ00X079120 ATP binding protein, putative 7.21542301 C6_control_C2 +LQ00X079120 ATP binding protein, putative 7.94110023 C6_control_C3 +LQ00X079120 ATP binding protein, putative 8.971060809 C6_chemical_A1 +LQ00X079120 ATP binding protein, putative 9.860597226 C6_chemical_A3 +LQ00X079120 ATP binding protein, putative 9.022221871 C6_chemical_B1 +LQ00X079120 ATP binding protein, putative 7.902900883 C6_chemical_B2 +LQ00X079120 ATP binding protein, putative 9.018766435 C6_chemical_B3 +LQ00X079120 ATP binding protein, putative 7.586579017 C6_chemical_C1 +LQ00X079120 ATP binding protein, putative 7.495269959 C6_chemical_C2 +LQ00X079120 ATP binding protein, putative 7.930207101 C6_chemical_C3 +LQ00X079120 ATP binding protein, putative 9.482714537 L4_control_A1 +LQ00X079120 ATP binding protein, putative 9.561630396 L4_control_A2 +LQ00X079120 ATP binding protein, putative 10.66768876 L4_control_A3 +LQ00X079120 ATP binding protein, putative 9.882520259 L4_control_B1 +LQ00X079120 ATP binding protein, putative 9.692160398 L4_control_B2 +LQ00X079120 ATP binding protein, putative 9.274048828 L4_control_B3 +LQ00X079120 ATP binding protein, putative 8.850615574 L4_control_C2 +LQ00X079120 ATP binding protein, putative 9.507131006 L4_control_C3 +LQ00X079120 ATP binding protein, putative 9.408885051 L4_chemical_A1 +LQ00X079120 ATP binding protein, putative 9.093270932 L4_chemical_A2 +LQ00X079120 ATP binding protein, putative 10.0081019 L4_chemical_A3 +LQ00X079120 ATP binding protein, putative 9.926121346 L4_chemical_B1 +LQ00X079120 ATP binding protein, putative 10.04091083 L4_chemical_B2 +LQ00X079120 ATP binding protein, putative 9.357062501 L4_chemical_B3 +LQ00X079120 ATP binding protein, putative 9.252856439 L4_chemical_C2 +LQ00X079120 ATP binding protein, putative 8.168186949 L4_chemical_C3 +LQ00X079470 SAUR family protein 5.878032344 C6_control_A1 +LQ00X079470 SAUR family protein 5.52809023 C6_control_A3 +LQ00X079470 SAUR family protein 5.719930765 C6_control_B1 +LQ00X079470 SAUR family protein 5.798196979 C6_control_B2 +LQ00X079470 SAUR family protein 5.87160481 C6_control_B3 +LQ00X079470 SAUR family protein 6.610628011 C6_control_C1 +LQ00X079470 SAUR family protein 5.97889382 C6_control_C2 +LQ00X079470 SAUR family protein 6.779825045 C6_control_C3 +LQ00X079470 SAUR family protein 5.832988966 C6_chemical_A1 +LQ00X079470 SAUR family protein 6.480209302 C6_chemical_A3 +LQ00X079470 SAUR family protein 5.930864451 C6_chemical_B1 +LQ00X079470 SAUR family protein 5.592125254 C6_chemical_B2 +LQ00X079470 SAUR family protein 5.867724226 C6_chemical_B3 +LQ00X079470 SAUR family protein 5.931100442 C6_chemical_C1 +LQ00X079470 SAUR family protein 5.850764961 C6_chemical_C2 +LQ00X079470 SAUR family protein 6.588495988 C6_chemical_C3 +LQ00X079470 SAUR family protein 6.548544605 L4_control_A1 +LQ00X079470 SAUR family protein 6.43197625 L4_control_A2 +LQ00X079470 SAUR family protein 6.993826014 L4_control_A3 +LQ00X079470 SAUR family protein 6.218853722 L4_control_B1 +LQ00X079470 SAUR family protein 6.197195136 L4_control_B2 +LQ00X079470 SAUR family protein 5.820183158 L4_control_B3 +LQ00X079470 SAUR family protein 5.795917415 L4_control_C2 +LQ00X079470 SAUR family protein 6.601589967 L4_control_C3 +LQ00X079470 SAUR family protein 7.545425084 L4_chemical_A1 +LQ00X079470 SAUR family protein 7.845246618 L4_chemical_A2 +LQ00X079470 SAUR family protein 6.589192703 L4_chemical_A3 +LQ00X079470 SAUR family protein 7.796819136 L4_chemical_B1 +LQ00X079470 SAUR family protein 7.132579655 L4_chemical_B2 +LQ00X079470 SAUR family protein 6.008611838 L4_chemical_B3 +LQ00X079470 SAUR family protein 6.542236174 L4_chemical_C2 +LQ00X079470 SAUR family protein 6.276550846 L4_chemical_C3 +LQ00X079680 Putative uncharacterized protein 13.46756864 C6_control_A1 +LQ00X079680 Putative uncharacterized protein 14.16573068 C6_control_A3 +LQ00X079680 Putative uncharacterized protein 13.47911895 C6_control_B1 +LQ00X079680 Putative uncharacterized protein 13.8552911 C6_control_B2 +LQ00X079680 Putative uncharacterized protein 14.13029142 C6_control_B3 +LQ00X079680 Putative uncharacterized protein 13.64137968 C6_control_C1 +LQ00X079680 Putative uncharacterized protein 13.97733015 C6_control_C2 +LQ00X079680 Putative uncharacterized protein 14.23139342 C6_control_C3 +LQ00X079680 Putative uncharacterized protein 13.33259626 C6_chemical_A1 +LQ00X079680 Putative uncharacterized protein 13.55070426 C6_chemical_A3 +LQ00X079680 Putative uncharacterized protein 13.75486304 C6_chemical_B1 +LQ00X079680 Putative uncharacterized protein 13.93193777 C6_chemical_B2 +LQ00X079680 Putative uncharacterized protein 13.96070822 C6_chemical_B3 +LQ00X079680 Putative uncharacterized protein 13.37531555 C6_chemical_C1 +LQ00X079680 Putative uncharacterized protein 13.68993623 C6_chemical_C2 +LQ00X079680 Putative uncharacterized protein 13.68461205 C6_chemical_C3 +LQ00X079680 Putative uncharacterized protein 13.68822263 L4_control_A1 +LQ00X079680 Putative uncharacterized protein 13.67686356 L4_control_A2 +LQ00X079680 Putative uncharacterized protein 14.55109772 L4_control_A3 +LQ00X079680 Putative uncharacterized protein 13.8262846 L4_control_B1 +LQ00X079680 Putative uncharacterized protein 13.82032228 L4_control_B2 +LQ00X079680 Putative uncharacterized protein 14.44220655 L4_control_B3 +LQ00X079680 Putative uncharacterized protein 14.86714044 L4_control_C2 +LQ00X079680 Putative uncharacterized protein 14.80253334 L4_control_C3 +LQ00X079680 Putative uncharacterized protein 13.25565401 L4_chemical_A1 +LQ00X079680 Putative uncharacterized protein 13.39389582 L4_chemical_A2 +LQ00X079680 Putative uncharacterized protein 13.9959283 L4_chemical_A3 +LQ00X079680 Putative uncharacterized protein 13.45846006 L4_chemical_B1 +LQ00X079680 Putative uncharacterized protein 14.18233998 L4_chemical_B2 +LQ00X079680 Putative uncharacterized protein 14.15495668 L4_chemical_B3 +LQ00X079680 Putative uncharacterized protein 14.93264176 L4_chemical_C2 +LQ00X079680 Putative uncharacterized protein 14.73026818 L4_chemical_C3 +LQ00X079851 Putative uncharacterized protein 4.644494802 C6_control_A1 +LQ00X079851 Putative uncharacterized protein 4.604299121 C6_control_A3 +LQ00X079851 Putative uncharacterized protein 5.036114408 C6_control_B1 +LQ00X079851 Putative uncharacterized protein 4.733577504 C6_control_B2 +LQ00X079851 Putative uncharacterized protein 4.906183912 C6_control_B3 +LQ00X079851 Putative uncharacterized protein 4.940181414 C6_control_C1 +LQ00X079851 Putative uncharacterized protein 4.732330913 C6_control_C2 +LQ00X079851 Putative uncharacterized protein 4.998412285 C6_control_C3 +LQ00X079851 Putative uncharacterized protein 4.97215689 C6_chemical_A1 +LQ00X079851 Putative uncharacterized protein 4.883019172 C6_chemical_A3 +LQ00X079851 Putative uncharacterized protein 5.189177073 C6_chemical_B1 +LQ00X079851 Putative uncharacterized protein 4.688091416 C6_chemical_B2 +LQ00X079851 Putative uncharacterized protein 5.264996244 C6_chemical_B3 +LQ00X079851 Putative uncharacterized protein 4.743403273 C6_chemical_C1 +LQ00X079851 Putative uncharacterized protein 4.96145551 C6_chemical_C2 +LQ00X079851 Putative uncharacterized protein 4.730881415 C6_chemical_C3 +LQ00X079851 Putative uncharacterized protein 4.995021469 L4_control_A1 +LQ00X079851 Putative uncharacterized protein 4.790539834 L4_control_A2 +LQ00X079851 Putative uncharacterized protein 4.834467831 L4_control_A3 +LQ00X079851 Putative uncharacterized protein 4.846651838 L4_control_B1 +LQ00X079851 Putative uncharacterized protein 4.434968053 L4_control_B2 +LQ00X079851 Putative uncharacterized protein 4.645916486 L4_control_B3 +LQ00X079851 Putative uncharacterized protein 4.848253974 L4_control_C2 +LQ00X079851 Putative uncharacterized protein 5.39124003 L4_control_C3 +LQ00X079851 Putative uncharacterized protein 4.730459462 L4_chemical_A1 +LQ00X079851 Putative uncharacterized protein 4.90057644 L4_chemical_A2 +LQ00X079851 Putative uncharacterized protein 5.480788786 L4_chemical_A3 +LQ00X079851 Putative uncharacterized protein 5.365276203 L4_chemical_B1 +LQ00X079851 Putative uncharacterized protein 4.90652976 L4_chemical_B2 +LQ00X079851 Putative uncharacterized protein 4.928243948 L4_chemical_B3 +LQ00X079851 Putative uncharacterized protein 4.5051619 L4_chemical_C2 +LQ00X079851 Putative uncharacterized protein 5.302747401 L4_chemical_C3 +LQ00X079910 Hypothetical protein 8.407855575 C6_control_A1 +LQ00X079910 Hypothetical protein 7.838158979 C6_control_A3 +LQ00X079910 Hypothetical protein 8.197561212 C6_control_B1 +LQ00X079910 Hypothetical protein 7.323962031 C6_control_B2 +LQ00X079910 Hypothetical protein 8.049407254 C6_control_B3 +LQ00X079910 Hypothetical protein 7.144307527 C6_control_C1 +LQ00X079910 Hypothetical protein 6.167168097 C6_control_C2 +LQ00X079910 Hypothetical protein 6.946881508 C6_control_C3 +LQ00X079910 Hypothetical protein 8.459671222 C6_chemical_A1 +LQ00X079910 Hypothetical protein 7.863024706 C6_chemical_A3 +LQ00X079910 Hypothetical protein 8.493189532 C6_chemical_B1 +LQ00X079910 Hypothetical protein 7.294946041 C6_chemical_B2 +LQ00X079910 Hypothetical protein 8.011361861 C6_chemical_B3 +LQ00X079910 Hypothetical protein 6.729464798 C6_chemical_C1 +LQ00X079910 Hypothetical protein 6.584108656 C6_chemical_C2 +LQ00X079910 Hypothetical protein 6.840895064 C6_chemical_C3 +LQ00X079910 Hypothetical protein 8.028396215 L4_control_A1 +LQ00X079910 Hypothetical protein 7.760611142 L4_control_A2 +LQ00X079910 Hypothetical protein 7.330481882 L4_control_A3 +LQ00X079910 Hypothetical protein 7.845040162 L4_control_B1 +LQ00X079910 Hypothetical protein 7.959282171 L4_control_B2 +LQ00X079910 Hypothetical protein 7.558353353 L4_control_B3 +LQ00X079910 Hypothetical protein 6.154174099 L4_control_C2 +LQ00X079910 Hypothetical protein 7.66022284 L4_control_C3 +LQ00X079910 Hypothetical protein 8.633538618 L4_chemical_A1 +LQ00X079910 Hypothetical protein 8.568872788 L4_chemical_A2 +LQ00X079910 Hypothetical protein 8.193268108 L4_chemical_A3 +LQ00X079910 Hypothetical protein 8.488234102 L4_chemical_B1 +LQ00X079910 Hypothetical protein 7.7811275 L4_chemical_B2 +LQ00X079910 Hypothetical protein 7.913518898 L4_chemical_B3 +LQ00X079910 Hypothetical protein 6.867712236 L4_chemical_C2 +LQ00X079910 Hypothetical protein 6.049576222 L4_chemical_C3 +LQ00X080130 Hypothetical protein 5.774368763 C6_control_A1 +LQ00X080130 Hypothetical protein 5.434817281 C6_control_A3 +LQ00X080130 Hypothetical protein 5.453664592 C6_control_B1 +LQ00X080130 Hypothetical protein 5.89354629 C6_control_B2 +LQ00X080130 Hypothetical protein 5.65820085 C6_control_B3 +LQ00X080130 Hypothetical protein 5.745770671 C6_control_C1 +LQ00X080130 Hypothetical protein 5.487300734 C6_control_C2 +LQ00X080130 Hypothetical protein 5.577786632 C6_control_C3 +LQ00X080130 Hypothetical protein 5.89677254 C6_chemical_A1 +LQ00X080130 Hypothetical protein 5.485659027 C6_chemical_A3 +LQ00X080130 Hypothetical protein 5.522122474 C6_chemical_B1 +LQ00X080130 Hypothetical protein 5.35571084 C6_chemical_B2 +LQ00X080130 Hypothetical protein 5.43921853 C6_chemical_B3 +LQ00X080130 Hypothetical protein 5.394145734 C6_chemical_C1 +LQ00X080130 Hypothetical protein 5.527998243 C6_chemical_C2 +LQ00X080130 Hypothetical protein 5.527159741 C6_chemical_C3 +LQ00X080130 Hypothetical protein 5.080846476 L4_control_A1 +LQ00X080130 Hypothetical protein 5.638823131 L4_control_A2 +LQ00X080130 Hypothetical protein 5.48621217 L4_control_A3 +LQ00X080130 Hypothetical protein 5.305168157 L4_control_B1 +LQ00X080130 Hypothetical protein 5.532846633 L4_control_B2 +LQ00X080130 Hypothetical protein 5.479727586 L4_control_B3 +LQ00X080130 Hypothetical protein 5.612717059 L4_control_C2 +LQ00X080130 Hypothetical protein 5.665678942 L4_control_C3 +LQ00X080130 Hypothetical protein 5.345976304 L4_chemical_A1 +LQ00X080130 Hypothetical protein 5.588689165 L4_chemical_A2 +LQ00X080130 Hypothetical protein 5.529769152 L4_chemical_A3 +LQ00X080130 Hypothetical protein 5.272078232 L4_chemical_B1 +LQ00X080130 Hypothetical protein 5.940678745 L4_chemical_B2 +LQ00X080130 Hypothetical protein 5.326750976 L4_chemical_B3 +LQ00X080130 Hypothetical protein 5.628345596 L4_chemical_C2 +LQ00X080130 Hypothetical protein 5.678052178 L4_chemical_C3 +LQ00X080180 Hypothetical protein 8.263524157 C6_control_A1 +LQ00X080180 Hypothetical protein 9.569383326 C6_control_A3 +LQ00X080180 Hypothetical protein 8.013896986 C6_control_B1 +LQ00X080180 Hypothetical protein 7.582897062 C6_control_B2 +LQ00X080180 Hypothetical protein 7.65583287 C6_control_B3 +LQ00X080180 Hypothetical protein 7.586552594 C6_control_C1 +LQ00X080180 Hypothetical protein 6.560911268 C6_control_C2 +LQ00X080180 Hypothetical protein 7.75300907 C6_control_C3 +LQ00X080180 Hypothetical protein 8.982213425 C6_chemical_A1 +LQ00X080180 Hypothetical protein 7.833927763 C6_chemical_A3 +LQ00X080180 Hypothetical protein 7.948660684 C6_chemical_B1 +LQ00X080180 Hypothetical protein 7.107119257 C6_chemical_B2 +LQ00X080180 Hypothetical protein 9.503684499 C6_chemical_B3 +LQ00X080180 Hypothetical protein 7.93224377 C6_chemical_C1 +LQ00X080180 Hypothetical protein 7.51213481 C6_chemical_C2 +LQ00X080180 Hypothetical protein 7.682114643 C6_chemical_C3 +LQ00X080180 Hypothetical protein 10.00210449 L4_control_A1 +LQ00X080180 Hypothetical protein 9.808134345 L4_control_A2 +LQ00X080180 Hypothetical protein 10.19257733 L4_control_A3 +LQ00X080180 Hypothetical protein 11.63628113 L4_control_B1 +LQ00X080180 Hypothetical protein 9.993660625 L4_control_B2 +LQ00X080180 Hypothetical protein 8.391345147 L4_control_B3 +LQ00X080180 Hypothetical protein 10.61411021 L4_control_C2 +LQ00X080180 Hypothetical protein 10.21152158 L4_control_C3 +LQ00X080180 Hypothetical protein 9.679238408 L4_chemical_A1 +LQ00X080180 Hypothetical protein 10.29670455 L4_chemical_A2 +LQ00X080180 Hypothetical protein 11.03969831 L4_chemical_A3 +LQ00X080180 Hypothetical protein 10.06874509 L4_chemical_B1 +LQ00X080180 Hypothetical protein 9.997479836 L4_chemical_B2 +LQ00X080180 Hypothetical protein 7.43522073 L4_chemical_B3 +LQ00X080180 Hypothetical protein 11.24428846 L4_chemical_C2 +LQ00X080180 Hypothetical protein 10.22828526 L4_chemical_C3 +LQ00X080310 Hypothetical protein 5.70002843 C6_control_A1 +LQ00X080310 Hypothetical protein 6.863946144 C6_control_A3 +LQ00X080310 Hypothetical protein 5.459654918 C6_control_B1 +LQ00X080310 Hypothetical protein 5.59488628 C6_control_B2 +LQ00X080310 Hypothetical protein 5.52104726 C6_control_B3 +LQ00X080310 Hypothetical protein 5.718586457 C6_control_C1 +LQ00X080310 Hypothetical protein 6.788978983 C6_control_C2 +LQ00X080310 Hypothetical protein 5.342193551 C6_control_C3 +LQ00X080310 Hypothetical protein 5.702702448 C6_chemical_A1 +LQ00X080310 Hypothetical protein 5.674044614 C6_chemical_A3 +LQ00X080310 Hypothetical protein 5.152584837 C6_chemical_B1 +LQ00X080310 Hypothetical protein 5.625315033 C6_chemical_B2 +LQ00X080310 Hypothetical protein 5.142460887 C6_chemical_B3 +LQ00X080310 Hypothetical protein 5.711290898 C6_chemical_C1 +LQ00X080310 Hypothetical protein 5.928031993 C6_chemical_C2 +LQ00X080310 Hypothetical protein 5.380979357 C6_chemical_C3 +LQ00X080310 Hypothetical protein 5.528375112 L4_control_A1 +LQ00X080310 Hypothetical protein 5.453796923 L4_control_A2 +LQ00X080310 Hypothetical protein 5.365221014 L4_control_A3 +LQ00X080310 Hypothetical protein 5.63662913 L4_control_B1 +LQ00X080310 Hypothetical protein 5.695580756 L4_control_B2 +LQ00X080310 Hypothetical protein 5.324362428 L4_control_B3 +LQ00X080310 Hypothetical protein 5.948338016 L4_control_C2 +LQ00X080310 Hypothetical protein 5.421949429 L4_control_C3 +LQ00X080310 Hypothetical protein 6.10421137 L4_chemical_A1 +LQ00X080310 Hypothetical protein 5.549006429 L4_chemical_A2 +LQ00X080310 Hypothetical protein 5.580619142 L4_chemical_A3 +LQ00X080310 Hypothetical protein 6.521830208 L4_chemical_B1 +LQ00X080310 Hypothetical protein 5.790109535 L4_chemical_B2 +LQ00X080310 Hypothetical protein 5.24429401 L4_chemical_B3 +LQ00X080310 Hypothetical protein 5.781580146 L4_chemical_C2 +LQ00X080310 Hypothetical protein 6.384581025 L4_chemical_C3 +LQ00X080320 Nucleolar essential protein, putative 12.03120936 C6_control_A1 +LQ00X080320 Nucleolar essential protein, putative 12.26606952 C6_control_A3 +LQ00X080320 Nucleolar essential protein, putative 11.57658165 C6_control_B1 +LQ00X080320 Nucleolar essential protein, putative 11.93143894 C6_control_B2 +LQ00X080320 Nucleolar essential protein, putative 11.33188758 C6_control_B3 +LQ00X080320 Nucleolar essential protein, putative 12.19781326 C6_control_C1 +LQ00X080320 Nucleolar essential protein, putative 12.2478661 C6_control_C2 +LQ00X080320 Nucleolar essential protein, putative 12.25178549 C6_control_C3 +LQ00X080320 Nucleolar essential protein, putative 11.74119889 C6_chemical_A1 +LQ00X080320 Nucleolar essential protein, putative 12.35721697 C6_chemical_A3 +LQ00X080320 Nucleolar essential protein, putative 11.2650017 C6_chemical_B1 +LQ00X080320 Nucleolar essential protein, putative 11.65660976 C6_chemical_B2 +LQ00X080320 Nucleolar essential protein, putative 11.59889337 C6_chemical_B3 +LQ00X080320 Nucleolar essential protein, putative 12.23987884 C6_chemical_C1 +LQ00X080320 Nucleolar essential protein, putative 12.4523279 C6_chemical_C2 +LQ00X080320 Nucleolar essential protein, putative 12.29357455 C6_chemical_C3 +LQ00X080320 Nucleolar essential protein, putative 12.13367298 L4_control_A1 +LQ00X080320 Nucleolar essential protein, putative 11.81364718 L4_control_A2 +LQ00X080320 Nucleolar essential protein, putative 12.0550102 L4_control_A3 +LQ00X080320 Nucleolar essential protein, putative 11.31395114 L4_control_B1 +LQ00X080320 Nucleolar essential protein, putative 11.33997367 L4_control_B2 +LQ00X080320 Nucleolar essential protein, putative 11.88313266 L4_control_B3 +LQ00X080320 Nucleolar essential protein, putative 11.88336626 L4_control_C2 +LQ00X080320 Nucleolar essential protein, putative 11.91260205 L4_control_C3 +LQ00X080320 Nucleolar essential protein, putative 12.22880651 L4_chemical_A1 +LQ00X080320 Nucleolar essential protein, putative 11.56154423 L4_chemical_A2 +LQ00X080320 Nucleolar essential protein, putative 12.03257055 L4_chemical_A3 +LQ00X080320 Nucleolar essential protein, putative 11.1346594 L4_chemical_B1 +LQ00X080320 Nucleolar essential protein, putative 11.12675447 L4_chemical_B2 +LQ00X080320 Nucleolar essential protein, putative 11.42624721 L4_chemical_B3 +LQ00X080320 Nucleolar essential protein, putative 11.98331108 L4_chemical_C2 +LQ00X080320 Nucleolar essential protein, putative 11.91398359 L4_chemical_C3 +LQ00X080340 Putative Predicted protein 10.00410634 C6_control_A1 +LQ00X080340 Putative Predicted protein 8.862403532 C6_control_A3 +LQ00X080340 Putative Predicted protein 9.861811075 C6_control_B1 +LQ00X080340 Putative Predicted protein 8.727798845 C6_control_B2 +LQ00X080340 Putative Predicted protein 7.889133243 C6_control_B3 +LQ00X080340 Putative Predicted protein 10.87984711 C6_control_C1 +LQ00X080340 Putative Predicted protein 8.384876566 C6_control_C2 +LQ00X080340 Putative Predicted protein 8.103698068 C6_control_C3 +LQ00X080340 Putative Predicted protein 11.13438459 C6_chemical_A1 +LQ00X080340 Putative Predicted protein 9.88267954 C6_chemical_A3 +LQ00X080340 Putative Predicted protein 11.02907075 C6_chemical_B1 +LQ00X080340 Putative Predicted protein 8.92938673 C6_chemical_B2 +LQ00X080340 Putative Predicted protein 8.517226066 C6_chemical_B3 +LQ00X080340 Putative Predicted protein 11.26223195 C6_chemical_C1 +LQ00X080340 Putative Predicted protein 9.786463258 C6_chemical_C2 +LQ00X080340 Putative Predicted protein 8.635497919 C6_chemical_C3 +LQ00X080340 Putative Predicted protein 9.683980268 L4_control_A1 +LQ00X080340 Putative Predicted protein 8.79397275 L4_control_A2 +LQ00X080340 Putative Predicted protein 8.022679837 L4_control_A3 +LQ00X080340 Putative Predicted protein 10.11241668 L4_control_B1 +LQ00X080340 Putative Predicted protein 8.787535572 L4_control_B2 +LQ00X080340 Putative Predicted protein 8.765147684 L4_control_B3 +LQ00X080340 Putative Predicted protein 7.955187596 L4_control_C2 +LQ00X080340 Putative Predicted protein 7.422210431 L4_control_C3 +LQ00X080340 Putative Predicted protein 9.899213988 L4_chemical_A1 +LQ00X080340 Putative Predicted protein 9.561341051 L4_chemical_A2 +LQ00X080340 Putative Predicted protein 8.095560965 L4_chemical_A3 +LQ00X080340 Putative Predicted protein 10.46974516 L4_chemical_B1 +LQ00X080340 Putative Predicted protein 9.291403925 L4_chemical_B2 +LQ00X080340 Putative Predicted protein 8.090762247 L4_chemical_B3 +LQ00X080340 Putative Predicted protein 9.098362226 L4_chemical_C2 +LQ00X080340 Putative Predicted protein 6.728087885 L4_chemical_C3 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.653360256 C6_control_A1 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.315769808 C6_control_A3 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.35460877 C6_control_B1 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.08287123 C6_control_B2 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.863904828 C6_control_B3 +LQ00X080410 Uncharacterized membrane protein At1g16860 8.87823473 C6_control_C1 +LQ00X080410 Uncharacterized membrane protein At1g16860 8.199513684 C6_control_C2 +LQ00X080410 Uncharacterized membrane protein At1g16860 8.589011611 C6_control_C3 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.01609855 C6_chemical_A1 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.753989622 C6_chemical_A3 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.5351236 C6_chemical_B1 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.0293433 C6_chemical_B2 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.778112198 C6_chemical_B3 +LQ00X080410 Uncharacterized membrane protein At1g16860 8.683901137 C6_chemical_C1 +LQ00X080410 Uncharacterized membrane protein At1g16860 8.251909406 C6_chemical_C2 +LQ00X080410 Uncharacterized membrane protein At1g16860 8.6973626 C6_chemical_C3 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.32164218 L4_control_A1 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.880950098 L4_control_A2 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.09667622 L4_control_A3 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.1755878 L4_control_B1 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.56134047 L4_control_B2 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.29461166 L4_control_B3 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.296211579 L4_control_C2 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.828790521 L4_control_C3 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.507728282 L4_chemical_A1 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.535982219 L4_chemical_A2 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.752607935 L4_chemical_A3 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.864475197 L4_chemical_B1 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.03000687 L4_chemical_B2 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.56002201 L4_chemical_B3 +LQ00X080410 Uncharacterized membrane protein At1g16860 8.986740824 L4_chemical_C2 +LQ00X080410 Uncharacterized membrane protein At1g16860 9.49325849 L4_chemical_C3 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.325989545 C6_control_A1 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.165496577 C6_control_A3 +LQ00X080420 Kelch repeat-containing protein At3g27220 8.177745257 C6_control_B1 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.943944287 C6_control_B2 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.306243446 C6_control_B3 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.78399185 C6_control_C1 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.114216918 C6_control_C2 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.720525904 C6_control_C3 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.234291008 C6_chemical_A1 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.826178232 C6_chemical_A3 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.328235306 C6_chemical_B1 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.603454364 C6_chemical_B2 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.377335802 C6_chemical_B3 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.698170514 C6_chemical_C1 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.806990549 C6_chemical_C2 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.450872584 C6_chemical_C3 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.914996076 L4_control_A1 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.748733178 L4_control_A2 +LQ00X080420 Kelch repeat-containing protein At3g27220 8.153516175 L4_control_A3 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.686551077 L4_control_B1 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.758362452 L4_control_B2 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.475776891 L4_control_B3 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.250521701 L4_control_C2 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.754606715 L4_control_C3 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.994361274 L4_chemical_A1 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.880518492 L4_chemical_A2 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.244740727 L4_chemical_A3 +LQ00X080420 Kelch repeat-containing protein At3g27220 8.196158579 L4_chemical_B1 +LQ00X080420 Kelch repeat-containing protein At3g27220 8.111785539 L4_chemical_B2 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.221966391 L4_chemical_B3 +LQ00X080420 Kelch repeat-containing protein At3g27220 6.942577832 L4_chemical_C2 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.022879277 L4_chemical_C3 +LQ00X080560 Putative uncharacterized protein 13.32982673 C6_control_A1 +LQ00X080560 Putative uncharacterized protein 13.32764422 C6_control_A3 +LQ00X080560 Putative uncharacterized protein 13.33021364 C6_control_B1 +LQ00X080560 Putative uncharacterized protein 13.87717855 C6_control_B2 +LQ00X080560 Putative uncharacterized protein 13.43356485 C6_control_B3 +LQ00X080560 Putative uncharacterized protein 13.69126804 C6_control_C1 +LQ00X080560 Putative uncharacterized protein 13.79460584 C6_control_C2 +LQ00X080560 Putative uncharacterized protein 13.86109598 C6_control_C3 +LQ00X080560 Putative uncharacterized protein 13.44178101 C6_chemical_A1 +LQ00X080560 Putative uncharacterized protein 13.12487919 C6_chemical_A3 +LQ00X080560 Putative uncharacterized protein 13.40056853 C6_chemical_B1 +LQ00X080560 Putative uncharacterized protein 13.95493068 C6_chemical_B2 +LQ00X080560 Putative uncharacterized protein 13.33968974 C6_chemical_B3 +LQ00X080560 Putative uncharacterized protein 13.63005046 C6_chemical_C1 +LQ00X080560 Putative uncharacterized protein 13.54035169 C6_chemical_C2 +LQ00X080560 Putative uncharacterized protein 13.52026299 C6_chemical_C3 +LQ00X080560 Putative uncharacterized protein 12.17964398 L4_control_A1 +LQ00X080560 Putative uncharacterized protein 11.85897007 L4_control_A2 +LQ00X080560 Putative uncharacterized protein 11.86717963 L4_control_A3 +LQ00X080560 Putative uncharacterized protein 11.60769767 L4_control_B1 +LQ00X080560 Putative uncharacterized protein 11.63964458 L4_control_B2 +LQ00X080560 Putative uncharacterized protein 12.07346087 L4_control_B3 +LQ00X080560 Putative uncharacterized protein 11.26033673 L4_control_C2 +LQ00X080560 Putative uncharacterized protein 11.32862815 L4_control_C3 +LQ00X080560 Putative uncharacterized protein 12.10529345 L4_chemical_A1 +LQ00X080560 Putative uncharacterized protein 11.76966421 L4_chemical_A2 +LQ00X080560 Putative uncharacterized protein 11.75396683 L4_chemical_A3 +LQ00X080560 Putative uncharacterized protein 11.52696712 L4_chemical_B1 +LQ00X080560 Putative uncharacterized protein 11.46513384 L4_chemical_B2 +LQ00X080560 Putative uncharacterized protein 12.32438907 L4_chemical_B3 +LQ00X080560 Putative uncharacterized protein 11.17035342 L4_chemical_C2 +LQ00X080560 Putative uncharacterized protein 11.34598853 L4_chemical_C3 +LQ00X080750 Hypothetical protein 11.66451398 C6_control_A1 +LQ00X080750 Hypothetical protein 11.76025994 C6_control_A3 +LQ00X080750 Hypothetical protein 10.49973888 C6_control_B1 +LQ00X080750 Hypothetical protein 10.30970913 C6_control_B2 +LQ00X080750 Hypothetical protein 9.750698806 C6_control_B3 +LQ00X080750 Hypothetical protein 10.43410937 C6_control_C1 +LQ00X080750 Hypothetical protein 9.720598058 C6_control_C2 +LQ00X080750 Hypothetical protein 10.06535697 C6_control_C3 +LQ00X080750 Hypothetical protein 10.68476409 C6_chemical_A1 +LQ00X080750 Hypothetical protein 11.40888128 C6_chemical_A3 +LQ00X080750 Hypothetical protein 9.542332497 C6_chemical_B1 +LQ00X080750 Hypothetical protein 10.49215362 C6_chemical_B2 +LQ00X080750 Hypothetical protein 9.946969586 C6_chemical_B3 +LQ00X080750 Hypothetical protein 10.5946297 C6_chemical_C1 +LQ00X080750 Hypothetical protein 10.11849539 C6_chemical_C2 +LQ00X080750 Hypothetical protein 10.81369459 C6_chemical_C3 +LQ00X080750 Hypothetical protein 11.90948335 L4_control_A1 +LQ00X080750 Hypothetical protein 11.76635765 L4_control_A2 +LQ00X080750 Hypothetical protein 12.33942261 L4_control_A3 +LQ00X080750 Hypothetical protein 9.834931227 L4_control_B1 +LQ00X080750 Hypothetical protein 9.998783869 L4_control_B2 +LQ00X080750 Hypothetical protein 10.8783876 L4_control_B3 +LQ00X080750 Hypothetical protein 9.820927251 L4_control_C2 +LQ00X080750 Hypothetical protein 10.45610089 L4_control_C3 +LQ00X080750 Hypothetical protein 11.60519069 L4_chemical_A1 +LQ00X080750 Hypothetical protein 11.33598496 L4_chemical_A2 +LQ00X080750 Hypothetical protein 12.28221246 L4_chemical_A3 +LQ00X080750 Hypothetical protein 10.01203232 L4_chemical_B1 +LQ00X080750 Hypothetical protein 10.03825292 L4_chemical_B2 +LQ00X080750 Hypothetical protein 11.32115412 L4_chemical_B3 +LQ00X080750 Hypothetical protein 9.908544093 L4_chemical_C2 +LQ00X080750 Hypothetical protein 10.59285796 L4_chemical_C3 +LQ00X080760 Putative Aldose 1-epimerase 12.75746 C6_control_A1 +LQ00X080760 Putative Aldose 1-epimerase 12.78787774 C6_control_A3 +LQ00X080760 Putative Aldose 1-epimerase 12.13945447 C6_control_B1 +LQ00X080760 Putative Aldose 1-epimerase 12.81850707 C6_control_B2 +LQ00X080760 Putative Aldose 1-epimerase 12.18023773 C6_control_B3 +LQ00X080760 Putative Aldose 1-epimerase 12.09344998 C6_control_C1 +LQ00X080760 Putative Aldose 1-epimerase 12.18397671 C6_control_C2 +LQ00X080760 Putative Aldose 1-epimerase 11.83254458 C6_control_C3 +LQ00X080760 Putative Aldose 1-epimerase 12.65694222 C6_chemical_A1 +LQ00X080760 Putative Aldose 1-epimerase 12.68739376 C6_chemical_A3 +LQ00X080760 Putative Aldose 1-epimerase 12.13566258 C6_chemical_B1 +LQ00X080760 Putative Aldose 1-epimerase 13.07021533 C6_chemical_B2 +LQ00X080760 Putative Aldose 1-epimerase 12.17743033 C6_chemical_B3 +LQ00X080760 Putative Aldose 1-epimerase 12.19847714 C6_chemical_C1 +LQ00X080760 Putative Aldose 1-epimerase 12.09509578 C6_chemical_C2 +LQ00X080760 Putative Aldose 1-epimerase 11.90884689 C6_chemical_C3 +LQ00X080760 Putative Aldose 1-epimerase 12.46433777 L4_control_A1 +LQ00X080760 Putative Aldose 1-epimerase 12.52383336 L4_control_A2 +LQ00X080760 Putative Aldose 1-epimerase 12.71093487 L4_control_A3 +LQ00X080760 Putative Aldose 1-epimerase 11.87936366 L4_control_B1 +LQ00X080760 Putative Aldose 1-epimerase 11.85587832 L4_control_B2 +LQ00X080760 Putative Aldose 1-epimerase 11.39988756 L4_control_B3 +LQ00X080760 Putative Aldose 1-epimerase 10.92495688 L4_control_C2 +LQ00X080760 Putative Aldose 1-epimerase 10.70937484 L4_control_C3 +LQ00X080760 Putative Aldose 1-epimerase 13.12521842 L4_chemical_A1 +LQ00X080760 Putative Aldose 1-epimerase 13.07416882 L4_chemical_A2 +LQ00X080760 Putative Aldose 1-epimerase 12.62385631 L4_chemical_A3 +LQ00X080760 Putative Aldose 1-epimerase 12.3080526 L4_chemical_B1 +LQ00X080760 Putative Aldose 1-epimerase 11.78249777 L4_chemical_B2 +LQ00X080760 Putative Aldose 1-epimerase 12.30721323 L4_chemical_B3 +LQ00X080760 Putative Aldose 1-epimerase 10.40679258 L4_chemical_C2 +LQ00X080760 Putative Aldose 1-epimerase 10.93780729 L4_chemical_C3 +LQ00X080870 Putative uncharacterized protein 11.47659862 C6_control_A1 +LQ00X080870 Putative uncharacterized protein 11.22741157 C6_control_A3 +LQ00X080870 Putative uncharacterized protein 11.62116847 C6_control_B1 +LQ00X080870 Putative uncharacterized protein 12.513656 C6_control_B2 +LQ00X080870 Putative uncharacterized protein 11.26210051 C6_control_B3 +LQ00X080870 Putative uncharacterized protein 12.398159 C6_control_C1 +LQ00X080870 Putative uncharacterized protein 12.3805694 C6_control_C2 +LQ00X080870 Putative uncharacterized protein 12.54095678 C6_control_C3 +LQ00X080870 Putative uncharacterized protein 11.22594784 C6_chemical_A1 +LQ00X080870 Putative uncharacterized protein 11.61846112 C6_chemical_A3 +LQ00X080870 Putative uncharacterized protein 11.21354591 C6_chemical_B1 +LQ00X080870 Putative uncharacterized protein 12.50485695 C6_chemical_B2 +LQ00X080870 Putative uncharacterized protein 11.05910357 C6_chemical_B3 +LQ00X080870 Putative uncharacterized protein 12.31119307 C6_chemical_C1 +LQ00X080870 Putative uncharacterized protein 12.0352129 C6_chemical_C2 +LQ00X080870 Putative uncharacterized protein 12.05282463 C6_chemical_C3 +LQ00X080870 Putative uncharacterized protein 11.27055212 L4_control_A1 +LQ00X080870 Putative uncharacterized protein 11.54731139 L4_control_A2 +LQ00X080870 Putative uncharacterized protein 10.02280044 L4_control_A3 +LQ00X080870 Putative uncharacterized protein 10.45458267 L4_control_B1 +LQ00X080870 Putative uncharacterized protein 11.08974518 L4_control_B2 +LQ00X080870 Putative uncharacterized protein 11.66843907 L4_control_B3 +LQ00X080870 Putative uncharacterized protein 11.0014693 L4_control_C2 +LQ00X080870 Putative uncharacterized protein 10.589509 L4_control_C3 +LQ00X080870 Putative uncharacterized protein 11.3646436 L4_chemical_A1 +LQ00X080870 Putative uncharacterized protein 11.3993849 L4_chemical_A2 +LQ00X080870 Putative uncharacterized protein 10.35151469 L4_chemical_A3 +LQ00X080870 Putative uncharacterized protein 10.64877741 L4_chemical_B1 +LQ00X080870 Putative uncharacterized protein 10.60270852 L4_chemical_B2 +LQ00X080870 Putative uncharacterized protein 11.65428885 L4_chemical_B3 +LQ00X080870 Putative uncharacterized protein 10.57455995 L4_chemical_C2 +LQ00X080870 Putative uncharacterized protein 10.67173551 L4_chemical_C3 +LQ00X080910 Bifunctional protein folD 6.811145125 C6_control_A1 +LQ00X080910 Bifunctional protein folD 7.624671711 C6_control_A3 +LQ00X080910 Bifunctional protein folD 6.041742432 C6_control_B1 +LQ00X080910 Bifunctional protein folD 7.000108133 C6_control_B2 +LQ00X080910 Bifunctional protein folD 6.872505752 C6_control_B3 +LQ00X080910 Bifunctional protein folD 8.009025505 C6_control_C1 +LQ00X080910 Bifunctional protein folD 9.435311356 C6_control_C2 +LQ00X080910 Bifunctional protein folD 9.113553673 C6_control_C3 +LQ00X080910 Bifunctional protein folD 8.193842562 C6_chemical_A1 +LQ00X080910 Bifunctional protein folD 8.104567978 C6_chemical_A3 +LQ00X080910 Bifunctional protein folD 7.893073555 C6_chemical_B1 +LQ00X080910 Bifunctional protein folD 8.037096085 C6_chemical_B2 +LQ00X080910 Bifunctional protein folD 8.23786087 C6_chemical_B3 +LQ00X080910 Bifunctional protein folD 9.459827797 C6_chemical_C1 +LQ00X080910 Bifunctional protein folD 9.262432838 C6_chemical_C2 +LQ00X080910 Bifunctional protein folD 9.755317655 C6_chemical_C3 +LQ00X080910 Bifunctional protein folD 8.651583014 L4_control_A1 +LQ00X080910 Bifunctional protein folD 8.571502398 L4_control_A2 +LQ00X080910 Bifunctional protein folD 8.910946562 L4_control_A3 +LQ00X080910 Bifunctional protein folD 8.243347131 L4_control_B1 +LQ00X080910 Bifunctional protein folD 7.131440504 L4_control_B2 +LQ00X080910 Bifunctional protein folD 8.461756079 L4_control_B3 +LQ00X080910 Bifunctional protein folD 9.474806061 L4_control_C2 +LQ00X080910 Bifunctional protein folD 8.94142546 L4_control_C3 +LQ00X080910 Bifunctional protein folD 8.940331585 L4_chemical_A1 +LQ00X080910 Bifunctional protein folD 9.092046399 L4_chemical_A2 +LQ00X080910 Bifunctional protein folD 9.431466669 L4_chemical_A3 +LQ00X080910 Bifunctional protein folD 8.39397292 L4_chemical_B1 +LQ00X080910 Bifunctional protein folD 8.025277166 L4_chemical_B2 +LQ00X080910 Bifunctional protein folD 8.678522486 L4_chemical_B3 +LQ00X080910 Bifunctional protein folD 9.017495761 L4_chemical_C2 +LQ00X080910 Bifunctional protein folD 9.367757295 L4_chemical_C3 +LQ00X080970 Hypothetical protein 5.314739443 C6_control_A1 +LQ00X080970 Hypothetical protein 4.781878905 C6_control_A3 +LQ00X080970 Hypothetical protein 5.239846782 C6_control_B1 +LQ00X080970 Hypothetical protein 5.122260712 C6_control_B2 +LQ00X080970 Hypothetical protein 5.434184093 C6_control_B3 +LQ00X080970 Hypothetical protein 4.847865039 C6_control_C1 +LQ00X080970 Hypothetical protein 5.056772555 C6_control_C2 +LQ00X080970 Hypothetical protein 5.365240945 C6_control_C3 +LQ00X080970 Hypothetical protein 5.193985886 C6_chemical_A1 +LQ00X080970 Hypothetical protein 5.081676349 C6_chemical_A3 +LQ00X080970 Hypothetical protein 5.269344888 C6_chemical_B1 +LQ00X080970 Hypothetical protein 5.049729832 C6_chemical_B2 +LQ00X080970 Hypothetical protein 5.336687907 C6_chemical_B3 +LQ00X080970 Hypothetical protein 5.256097815 C6_chemical_C1 +LQ00X080970 Hypothetical protein 5.149394543 C6_chemical_C2 +LQ00X080970 Hypothetical protein 5.015522618 C6_chemical_C3 +LQ00X080970 Hypothetical protein 5.259729722 L4_control_A1 +LQ00X080970 Hypothetical protein 5.186059864 L4_control_A2 +LQ00X080970 Hypothetical protein 5.077169036 L4_control_A3 +LQ00X080970 Hypothetical protein 5.115648852 L4_control_B1 +LQ00X080970 Hypothetical protein 5.169348199 L4_control_B2 +LQ00X080970 Hypothetical protein 5.187502456 L4_control_B3 +LQ00X080970 Hypothetical protein 5.575155364 L4_control_C2 +LQ00X080970 Hypothetical protein 5.466179786 L4_control_C3 +LQ00X080970 Hypothetical protein 4.932943789 L4_chemical_A1 +LQ00X080970 Hypothetical protein 4.90439024 L4_chemical_A2 +LQ00X080970 Hypothetical protein 4.845978828 L4_chemical_A3 +LQ00X080970 Hypothetical protein 5.104461292 L4_chemical_B1 +LQ00X080970 Hypothetical protein 5.522593476 L4_chemical_B2 +LQ00X080970 Hypothetical protein 5.215088259 L4_chemical_B3 +LQ00X080970 Hypothetical protein 5.418216939 L4_chemical_C2 +LQ00X080970 Hypothetical protein 6.059330916 L4_chemical_C3 +LQ00X081120 Hypothetical protein 5.100433012 C6_control_A1 +LQ00X081120 Hypothetical protein 4.738568561 C6_control_A3 +LQ00X081120 Hypothetical protein 4.873126383 C6_control_B1 +LQ00X081120 Hypothetical protein 4.972957443 C6_control_B2 +LQ00X081120 Hypothetical protein 4.798307012 C6_control_B3 +LQ00X081120 Hypothetical protein 5.179954979 C6_control_C1 +LQ00X081120 Hypothetical protein 4.628932533 C6_control_C2 +LQ00X081120 Hypothetical protein 4.951246906 C6_control_C3 +LQ00X081120 Hypothetical protein 4.664180692 C6_chemical_A1 +LQ00X081120 Hypothetical protein 5.129390514 C6_chemical_A3 +LQ00X081120 Hypothetical protein 4.978456479 C6_chemical_B1 +LQ00X081120 Hypothetical protein 4.899153051 C6_chemical_B2 +LQ00X081120 Hypothetical protein 5.283366662 C6_chemical_B3 +LQ00X081120 Hypothetical protein 4.881732975 C6_chemical_C1 +LQ00X081120 Hypothetical protein 4.891896189 C6_chemical_C2 +LQ00X081120 Hypothetical protein 5.193475596 C6_chemical_C3 +LQ00X081120 Hypothetical protein 4.911061636 L4_control_A1 +LQ00X081120 Hypothetical protein 5.070855728 L4_control_A2 +LQ00X081120 Hypothetical protein 5.136666607 L4_control_A3 +LQ00X081120 Hypothetical protein 5.225202486 L4_control_B1 +LQ00X081120 Hypothetical protein 5.036399469 L4_control_B2 +LQ00X081120 Hypothetical protein 5.192791647 L4_control_B3 +LQ00X081120 Hypothetical protein 4.784091148 L4_control_C2 +LQ00X081120 Hypothetical protein 4.992951981 L4_control_C3 +LQ00X081120 Hypothetical protein 4.753621462 L4_chemical_A1 +LQ00X081120 Hypothetical protein 5.22519297 L4_chemical_A2 +LQ00X081120 Hypothetical protein 4.755100209 L4_chemical_A3 +LQ00X081120 Hypothetical protein 4.48167235 L4_chemical_B1 +LQ00X081120 Hypothetical protein 5.182178603 L4_chemical_B2 +LQ00X081120 Hypothetical protein 5.122775669 L4_chemical_B3 +LQ00X081120 Hypothetical protein 4.910495666 L4_chemical_C2 +LQ00X081120 Hypothetical protein 4.961250614 L4_chemical_C3 +LQ00X081200 Putative uncharacterized protein 6.1806048 C6_control_A1 +LQ00X081200 Putative uncharacterized protein 5.921636142 C6_control_A3 +LQ00X081200 Putative uncharacterized protein 5.878174541 C6_control_B1 +LQ00X081200 Putative uncharacterized protein 5.649032872 C6_control_B2 +LQ00X081200 Putative uncharacterized protein 5.520234021 C6_control_B3 +LQ00X081200 Putative uncharacterized protein 5.657948458 C6_control_C1 +LQ00X081200 Putative uncharacterized protein 6.0031651 C6_control_C2 +LQ00X081200 Putative uncharacterized protein 5.462079895 C6_control_C3 +LQ00X081200 Putative uncharacterized protein 5.685697125 C6_chemical_A1 +LQ00X081200 Putative uncharacterized protein 5.781353779 C6_chemical_A3 +LQ00X081200 Putative uncharacterized protein 6.560640299 C6_chemical_B1 +LQ00X081200 Putative uncharacterized protein 5.842484599 C6_chemical_B2 +LQ00X081200 Putative uncharacterized protein 5.83840711 C6_chemical_B3 +LQ00X081200 Putative uncharacterized protein 5.670763716 C6_chemical_C1 +LQ00X081200 Putative uncharacterized protein 6.264181952 C6_chemical_C2 +LQ00X081200 Putative uncharacterized protein 5.954401595 C6_chemical_C3 +LQ00X081200 Putative uncharacterized protein 5.473488545 L4_control_A1 +LQ00X081200 Putative uncharacterized protein 6.348503438 L4_control_A2 +LQ00X081200 Putative uncharacterized protein 6.57494093 L4_control_A3 +LQ00X081200 Putative uncharacterized protein 5.997735565 L4_control_B1 +LQ00X081200 Putative uncharacterized protein 5.154994161 L4_control_B2 +LQ00X081200 Putative uncharacterized protein 6.246218584 L4_control_B3 +LQ00X081200 Putative uncharacterized protein 5.882504705 L4_control_C2 +LQ00X081200 Putative uncharacterized protein 5.792581789 L4_control_C3 +LQ00X081200 Putative uncharacterized protein 5.230440559 L4_chemical_A1 +LQ00X081200 Putative uncharacterized protein 6.019006413 L4_chemical_A2 +LQ00X081200 Putative uncharacterized protein 5.563224055 L4_chemical_A3 +LQ00X081200 Putative uncharacterized protein 6.040373052 L4_chemical_B1 +LQ00X081200 Putative uncharacterized protein 6.463680984 L4_chemical_B2 +LQ00X081200 Putative uncharacterized protein 5.478007617 L4_chemical_B3 +LQ00X081200 Putative uncharacterized protein 5.408191068 L4_chemical_C2 +LQ00X081200 Putative uncharacterized protein 5.781733565 L4_chemical_C3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.56087349 C6_control_A1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.44163686 C6_control_A3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.35586946 C6_control_B1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.92783125 C6_control_B2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.72782097 C6_control_B3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.11398293 C6_control_C1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.20182526 C6_control_C2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.25331077 C6_control_C3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.56320032 C6_chemical_A1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.10451365 C6_chemical_A3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.19756066 C6_chemical_B1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.86329433 C6_chemical_B2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.60092165 C6_chemical_B3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.1347926 C6_chemical_C1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.21583883 C6_chemical_C2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.96672126 C6_chemical_C3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.59253086 L4_control_A1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.86829442 L4_control_A2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.69621861 L4_control_A3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.42255521 L4_control_B1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.19768295 L4_control_B2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.24672576 L4_control_B3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.83117482 L4_control_C2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.30807133 L4_control_C3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.35610236 L4_chemical_A1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.8359841 L4_chemical_A2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.83657683 L4_chemical_A3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.34141296 L4_chemical_B1 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.45562951 L4_chemical_B2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.31741301 L4_chemical_B3 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.7061968 L4_chemical_C2 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.46413743 L4_chemical_C3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.090413432 C6_control_A1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.302279863 C6_control_A3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.706189199 C6_control_B1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.372806986 C6_control_B2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.611495865 C6_control_B3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.292909156 C6_control_C1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.340616629 C6_control_C2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.876362307 C6_control_C3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.308808209 C6_chemical_A1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.063135074 C6_chemical_A3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.421394492 C6_chemical_B1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.364386884 C6_chemical_B2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.780860272 C6_chemical_B3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 4.980931683 C6_chemical_C1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.545824649 C6_chemical_C2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.377988211 C6_chemical_C3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.442715402 L4_control_A1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.256538213 L4_control_A2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.320571617 L4_control_A3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.292925004 L4_control_B1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.375671954 L4_control_B2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.089195239 L4_control_B3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.04687034 L4_control_C2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.445525829 L4_control_C3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.025701209 L4_chemical_A1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.510073532 L4_chemical_A2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.834796511 L4_chemical_A3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.028184331 L4_chemical_B1 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.053113637 L4_chemical_B2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.155216336 L4_chemical_B3 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.560720169 L4_chemical_C2 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.320316177 L4_chemical_C3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.12750145 C6_control_A1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 11.95479323 C6_control_A3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.39700247 C6_control_B1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.48533333 C6_control_B2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.59319124 C6_control_B3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 13.66998369 C6_control_C1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 13.28093705 C6_control_C2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 13.28953871 C6_control_C3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.29874505 C6_chemical_A1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 11.91934451 C6_chemical_A3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.56594726 C6_chemical_B1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.53159007 C6_chemical_B2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.78221317 C6_chemical_B3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 13.5615969 C6_chemical_C1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 13.4964116 C6_chemical_C2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 13.30263178 C6_chemical_C3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 11.58389875 L4_control_A1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 11.96473847 L4_control_A2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 11.92701493 L4_control_A3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.13586044 L4_control_B1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.61949265 L4_control_B2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.79996921 L4_control_B3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 14.1799304 L4_control_C2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 13.834299 L4_control_C3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 11.80405202 L4_chemical_A1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.3663403 L4_chemical_A2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 11.77687505 L4_chemical_A3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.21913534 L4_chemical_B1 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.64385729 L4_chemical_B2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 11.85686571 L4_chemical_B3 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 14.01286982 L4_chemical_C2 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 13.74923513 L4_chemical_C3 +LQ00X081420 Remorin, putative 8.49208469 C6_control_A1 +LQ00X081420 Remorin, putative 9.655834528 C6_control_A3 +LQ00X081420 Remorin, putative 9.429210701 C6_control_B1 +LQ00X081420 Remorin, putative 10.2454597 C6_control_B2 +LQ00X081420 Remorin, putative 9.771633342 C6_control_B3 +LQ00X081420 Remorin, putative 12.00678844 C6_control_C1 +LQ00X081420 Remorin, putative 11.59333409 C6_control_C2 +LQ00X081420 Remorin, putative 11.73691009 C6_control_C3 +LQ00X081420 Remorin, putative 9.065973724 C6_chemical_A1 +LQ00X081420 Remorin, putative 10.47456906 C6_chemical_A3 +LQ00X081420 Remorin, putative 10.27400091 C6_chemical_B1 +LQ00X081420 Remorin, putative 10.2203676 C6_chemical_B2 +LQ00X081420 Remorin, putative 10.15100962 C6_chemical_B3 +LQ00X081420 Remorin, putative 12.16264817 C6_chemical_C1 +LQ00X081420 Remorin, putative 11.71637064 C6_chemical_C2 +LQ00X081420 Remorin, putative 11.93620419 C6_chemical_C3 +LQ00X081420 Remorin, putative 9.874162438 L4_control_A1 +LQ00X081420 Remorin, putative 9.790476544 L4_control_A2 +LQ00X081420 Remorin, putative 10.5690653 L4_control_A3 +LQ00X081420 Remorin, putative 10.8737856 L4_control_B1 +LQ00X081420 Remorin, putative 10.2056785 L4_control_B2 +LQ00X081420 Remorin, putative 11.69964743 L4_control_B3 +LQ00X081420 Remorin, putative 12.28095389 L4_control_C2 +LQ00X081420 Remorin, putative 12.64707209 L4_control_C3 +LQ00X081420 Remorin, putative 11.21325794 L4_chemical_A1 +LQ00X081420 Remorin, putative 11.4843488 L4_chemical_A2 +LQ00X081420 Remorin, putative 10.58070255 L4_chemical_A3 +LQ00X081420 Remorin, putative 11.05839261 L4_chemical_B1 +LQ00X081420 Remorin, putative 10.73564872 L4_chemical_B2 +LQ00X081420 Remorin, putative 10.36956808 L4_chemical_B3 +LQ00X081420 Remorin, putative 12.70944928 L4_chemical_C2 +LQ00X081420 Remorin, putative 12.61693049 L4_chemical_C3 +LQ00X081440 Guanylate kinase 6.287682928 C6_control_A1 +LQ00X081440 Guanylate kinase 5.854527228 C6_control_A3 +LQ00X081440 Guanylate kinase 6.117521219 C6_control_B1 +LQ00X081440 Guanylate kinase 5.566485288 C6_control_B2 +LQ00X081440 Guanylate kinase 6.263118883 C6_control_B3 +LQ00X081440 Guanylate kinase 5.863681276 C6_control_C1 +LQ00X081440 Guanylate kinase 5.86503589 C6_control_C2 +LQ00X081440 Guanylate kinase 5.496333788 C6_control_C3 +LQ00X081440 Guanylate kinase 5.868538419 C6_chemical_A1 +LQ00X081440 Guanylate kinase 5.834137141 C6_chemical_A3 +LQ00X081440 Guanylate kinase 6.311362504 C6_chemical_B1 +LQ00X081440 Guanylate kinase 5.634095485 C6_chemical_B2 +LQ00X081440 Guanylate kinase 6.602785778 C6_chemical_B3 +LQ00X081440 Guanylate kinase 5.728916811 C6_chemical_C1 +LQ00X081440 Guanylate kinase 5.504984847 C6_chemical_C2 +LQ00X081440 Guanylate kinase 5.694434225 C6_chemical_C3 +LQ00X081440 Guanylate kinase 6.039507847 L4_control_A1 +LQ00X081440 Guanylate kinase 6.351858344 L4_control_A2 +LQ00X081440 Guanylate kinase 5.821895681 L4_control_A3 +LQ00X081440 Guanylate kinase 6.624945715 L4_control_B1 +LQ00X081440 Guanylate kinase 6.175116221 L4_control_B2 +LQ00X081440 Guanylate kinase 6.06949669 L4_control_B3 +LQ00X081440 Guanylate kinase 5.965190878 L4_control_C2 +LQ00X081440 Guanylate kinase 6.093146886 L4_control_C3 +LQ00X081440 Guanylate kinase 6.048587771 L4_chemical_A1 +LQ00X081440 Guanylate kinase 6.016896075 L4_chemical_A2 +LQ00X081440 Guanylate kinase 5.549888079 L4_chemical_A3 +LQ00X081440 Guanylate kinase 6.375571562 L4_chemical_B1 +LQ00X081440 Guanylate kinase 6.816341745 L4_chemical_B2 +LQ00X081440 Guanylate kinase 5.895328697 L4_chemical_B3 +LQ00X081440 Guanylate kinase 6.471001633 L4_chemical_C2 +LQ00X081440 Guanylate kinase 6.773809498 L4_chemical_C3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.993731117 C6_control_A1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.539566433 C6_control_A3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.361520304 C6_control_B1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 5.914772524 C6_control_B2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.765220019 C6_control_B3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 5.43556921 C6_control_C1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 5.909482517 C6_control_C2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 5.819633221 C6_control_C3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.989427161 C6_chemical_A1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.676435086 C6_chemical_A3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 7.006364732 C6_chemical_B1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.158141024 C6_chemical_B2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.561975624 C6_chemical_B3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 5.600137973 C6_chemical_C1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 5.69903542 C6_chemical_C2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 5.88832762 C6_chemical_C3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.528853254 L4_control_A1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.972104516 L4_control_A2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 7.178036775 L4_control_A3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.036566038 L4_control_B1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.468277925 L4_control_B2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.879011721 L4_control_B3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 5.690546041 L4_control_C2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.246449019 L4_control_C3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.323947567 L4_chemical_A1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 7.155237063 L4_chemical_A2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 7.191181626 L4_chemical_A3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.85154211 L4_chemical_B1 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.226224197 L4_chemical_B2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.866340796 L4_chemical_B3 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.772263021 L4_chemical_C2 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.494603553 L4_chemical_C3 +LQ00X081460 Hypothetical protein 4.463642387 C6_control_A1 +LQ00X081460 Hypothetical protein 4.387492978 C6_control_A3 +LQ00X081460 Hypothetical protein 4.641389959 C6_control_B1 +LQ00X081460 Hypothetical protein 4.789157018 C6_control_B2 +LQ00X081460 Hypothetical protein 5.03645899 C6_control_B3 +LQ00X081460 Hypothetical protein 4.563450959 C6_control_C1 +LQ00X081460 Hypothetical protein 4.731086559 C6_control_C2 +LQ00X081460 Hypothetical protein 5.171379083 C6_control_C3 +LQ00X081460 Hypothetical protein 4.636188162 C6_chemical_A1 +LQ00X081460 Hypothetical protein 4.503171667 C6_chemical_A3 +LQ00X081460 Hypothetical protein 4.398107712 C6_chemical_B1 +LQ00X081460 Hypothetical protein 4.644035304 C6_chemical_B2 +LQ00X081460 Hypothetical protein 5.13438668 C6_chemical_B3 +LQ00X081460 Hypothetical protein 4.653550527 C6_chemical_C1 +LQ00X081460 Hypothetical protein 4.862395252 C6_chemical_C2 +LQ00X081460 Hypothetical protein 4.734826476 C6_chemical_C3 +LQ00X081460 Hypothetical protein 4.560271827 L4_control_A1 +LQ00X081460 Hypothetical protein 4.567508582 L4_control_A2 +LQ00X081460 Hypothetical protein 4.795735665 L4_control_A3 +LQ00X081460 Hypothetical protein 4.849443894 L4_control_B1 +LQ00X081460 Hypothetical protein 4.701777519 L4_control_B2 +LQ00X081460 Hypothetical protein 4.984258659 L4_control_B3 +LQ00X081460 Hypothetical protein 4.927836695 L4_control_C2 +LQ00X081460 Hypothetical protein 4.857088066 L4_control_C3 +LQ00X081460 Hypothetical protein 4.689107998 L4_chemical_A1 +LQ00X081460 Hypothetical protein 4.694584067 L4_chemical_A2 +LQ00X081460 Hypothetical protein 4.567280441 L4_chemical_A3 +LQ00X081460 Hypothetical protein 4.612388825 L4_chemical_B1 +LQ00X081460 Hypothetical protein 4.622833977 L4_chemical_B2 +LQ00X081460 Hypothetical protein 4.628929878 L4_chemical_B3 +LQ00X081460 Hypothetical protein 4.740135463 L4_chemical_C2 +LQ00X081460 Hypothetical protein 5.02171269 L4_chemical_C3 +LQ00X081470 Putative uncharacterized protein 7.386206571 C6_control_A1 +LQ00X081470 Putative uncharacterized protein 6.997223302 C6_control_A3 +LQ00X081470 Putative uncharacterized protein 7.068901255 C6_control_B1 +LQ00X081470 Putative uncharacterized protein 6.947638211 C6_control_B2 +LQ00X081470 Putative uncharacterized protein 7.318383394 C6_control_B3 +LQ00X081470 Putative uncharacterized protein 5.709592556 C6_control_C1 +LQ00X081470 Putative uncharacterized protein 5.940793417 C6_control_C2 +LQ00X081470 Putative uncharacterized protein 5.860565129 C6_control_C3 +LQ00X081470 Putative uncharacterized protein 6.880768015 C6_chemical_A1 +LQ00X081470 Putative uncharacterized protein 6.447124009 C6_chemical_A3 +LQ00X081470 Putative uncharacterized protein 6.972397304 C6_chemical_B1 +LQ00X081470 Putative uncharacterized protein 6.709522166 C6_chemical_B2 +LQ00X081470 Putative uncharacterized protein 6.970342396 C6_chemical_B3 +LQ00X081470 Putative uncharacterized protein 6.141719327 C6_chemical_C1 +LQ00X081470 Putative uncharacterized protein 6.29241832 C6_chemical_C2 +LQ00X081470 Putative uncharacterized protein 5.78893029 C6_chemical_C3 +LQ00X081470 Putative uncharacterized protein 6.734980317 L4_control_A1 +LQ00X081470 Putative uncharacterized protein 7.305628735 L4_control_A2 +LQ00X081470 Putative uncharacterized protein 7.463500426 L4_control_A3 +LQ00X081470 Putative uncharacterized protein 7.23267384 L4_control_B1 +LQ00X081470 Putative uncharacterized protein 7.610686536 L4_control_B2 +LQ00X081470 Putative uncharacterized protein 6.868000369 L4_control_B3 +LQ00X081470 Putative uncharacterized protein 7.67446478 L4_control_C2 +LQ00X081470 Putative uncharacterized protein 5.932772856 L4_control_C3 +LQ00X081470 Putative uncharacterized protein 6.495206296 L4_chemical_A1 +LQ00X081470 Putative uncharacterized protein 7.084036423 L4_chemical_A2 +LQ00X081470 Putative uncharacterized protein 6.422619969 L4_chemical_A3 +LQ00X081470 Putative uncharacterized protein 7.823333294 L4_chemical_B1 +LQ00X081470 Putative uncharacterized protein 7.086106178 L4_chemical_B2 +LQ00X081470 Putative uncharacterized protein 7.095912353 L4_chemical_B3 +LQ00X081470 Putative uncharacterized protein 7.433301866 L4_chemical_C2 +LQ00X081470 Putative uncharacterized protein 5.799621844 L4_chemical_C3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.989688678 C6_control_A1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.711660804 C6_control_A3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.709602231 C6_control_B1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.014578386 C6_control_B2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.679981516 C6_control_B3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.91914386 C6_control_C1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 7.54181555 C6_control_C2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.052212465 C6_control_C3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.651625725 C6_chemical_A1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.870378435 C6_chemical_A3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.62192531 C6_chemical_B1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.281295662 C6_chemical_B2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.283534818 C6_chemical_B3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.028719906 C6_chemical_C1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.424652883 C6_chemical_C2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.379102899 C6_chemical_C3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.825888778 L4_control_A1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.073008139 L4_control_A2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.591268217 L4_control_A3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.831652964 L4_control_B1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.884378429 L4_control_B2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.070324069 L4_control_B3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.538625901 L4_control_C2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.541483272 L4_control_C3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.970378442 L4_chemical_A1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.838939246 L4_chemical_A2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.71407315 L4_chemical_A3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 6.317243334 L4_chemical_B1 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.761455222 L4_chemical_B2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.747560764 L4_chemical_B3 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.843671035 L4_chemical_C2 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.842908903 L4_chemical_C3 +LQ00X081720 4-coumarate--CoA ligase 1 8.352221231 C6_control_A1 +LQ00X081720 4-coumarate--CoA ligase 1 5.934305433 C6_control_A3 +LQ00X081720 4-coumarate--CoA ligase 1 10.6097164 C6_control_B1 +LQ00X081720 4-coumarate--CoA ligase 1 11.82278909 C6_control_B2 +LQ00X081720 4-coumarate--CoA ligase 1 11.38035514 C6_control_B3 +LQ00X081720 4-coumarate--CoA ligase 1 10.20901789 C6_control_C1 +LQ00X081720 4-coumarate--CoA ligase 1 11.5025543 C6_control_C2 +LQ00X081720 4-coumarate--CoA ligase 1 11.05369118 C6_control_C3 +LQ00X081720 4-coumarate--CoA ligase 1 7.746007947 C6_chemical_A1 +LQ00X081720 4-coumarate--CoA ligase 1 6.545034054 C6_chemical_A3 +LQ00X081720 4-coumarate--CoA ligase 1 10.67876948 C6_chemical_B1 +LQ00X081720 4-coumarate--CoA ligase 1 11.65846419 C6_chemical_B2 +LQ00X081720 4-coumarate--CoA ligase 1 11.39451495 C6_chemical_B3 +LQ00X081720 4-coumarate--CoA ligase 1 10.64594293 C6_chemical_C1 +LQ00X081720 4-coumarate--CoA ligase 1 10.73357824 C6_chemical_C2 +LQ00X081720 4-coumarate--CoA ligase 1 11.33257613 C6_chemical_C3 +LQ00X081720 4-coumarate--CoA ligase 1 7.476890709 L4_control_A1 +LQ00X081720 4-coumarate--CoA ligase 1 8.702600707 L4_control_A2 +LQ00X081720 4-coumarate--CoA ligase 1 5.697258626 L4_control_A3 +LQ00X081720 4-coumarate--CoA ligase 1 11.53961581 L4_control_B1 +LQ00X081720 4-coumarate--CoA ligase 1 10.69205465 L4_control_B2 +LQ00X081720 4-coumarate--CoA ligase 1 11.56751789 L4_control_B3 +LQ00X081720 4-coumarate--CoA ligase 1 9.994969531 L4_control_C2 +LQ00X081720 4-coumarate--CoA ligase 1 10.33754794 L4_control_C3 +LQ00X081720 4-coumarate--CoA ligase 1 7.255056014 L4_chemical_A1 +LQ00X081720 4-coumarate--CoA ligase 1 8.503557508 L4_chemical_A2 +LQ00X081720 4-coumarate--CoA ligase 1 5.77131534 L4_chemical_A3 +LQ00X081720 4-coumarate--CoA ligase 1 11.22459913 L4_chemical_B1 +LQ00X081720 4-coumarate--CoA ligase 1 10.76675996 L4_chemical_B2 +LQ00X081720 4-coumarate--CoA ligase 1 10.93391501 L4_chemical_B3 +LQ00X081720 4-coumarate--CoA ligase 1 9.874167227 L4_chemical_C2 +LQ00X081720 4-coumarate--CoA ligase 1 10.14792367 L4_chemical_C3 +LQ00X081790 Putative uncharacterized protein 5.505240444 C6_control_A1 +LQ00X081790 Putative uncharacterized protein 5.177445435 C6_control_A3 +LQ00X081790 Putative uncharacterized protein 4.670566215 C6_control_B1 +LQ00X081790 Putative uncharacterized protein 5.194539124 C6_control_B2 +LQ00X081790 Putative uncharacterized protein 5.269230171 C6_control_B3 +LQ00X081790 Putative uncharacterized protein 5.356770129 C6_control_C1 +LQ00X081790 Putative uncharacterized protein 7.196733681 C6_control_C2 +LQ00X081790 Putative uncharacterized protein 5.19545981 C6_control_C3 +LQ00X081790 Putative uncharacterized protein 5.35753055 C6_chemical_A1 +LQ00X081790 Putative uncharacterized protein 5.186195611 C6_chemical_A3 +LQ00X081790 Putative uncharacterized protein 4.988249377 C6_chemical_B1 +LQ00X081790 Putative uncharacterized protein 5.792455406 C6_chemical_B2 +LQ00X081790 Putative uncharacterized protein 4.82761271 C6_chemical_B3 +LQ00X081790 Putative uncharacterized protein 5.652143263 C6_chemical_C1 +LQ00X081790 Putative uncharacterized protein 5.277710999 C6_chemical_C2 +LQ00X081790 Putative uncharacterized protein 4.866664215 C6_chemical_C3 +LQ00X081790 Putative uncharacterized protein 5.602735031 L4_control_A1 +LQ00X081790 Putative uncharacterized protein 5.230923258 L4_control_A2 +LQ00X081790 Putative uncharacterized protein 5.207612361 L4_control_A3 +LQ00X081790 Putative uncharacterized protein 6.702086968 L4_control_B1 +LQ00X081790 Putative uncharacterized protein 5.14999193 L4_control_B2 +LQ00X081790 Putative uncharacterized protein 5.664494589 L4_control_B3 +LQ00X081790 Putative uncharacterized protein 5.092344508 L4_control_C2 +LQ00X081790 Putative uncharacterized protein 5.134098114 L4_control_C3 +LQ00X081790 Putative uncharacterized protein 5.437852524 L4_chemical_A1 +LQ00X081790 Putative uncharacterized protein 5.003092815 L4_chemical_A2 +LQ00X081790 Putative uncharacterized protein 5.235347634 L4_chemical_A3 +LQ00X081790 Putative uncharacterized protein 5.439831383 L4_chemical_B1 +LQ00X081790 Putative uncharacterized protein 5.491354605 L4_chemical_B2 +LQ00X081790 Putative uncharacterized protein 5.639851957 L4_chemical_B3 +LQ00X081790 Putative uncharacterized protein 5.061203578 L4_chemical_C2 +LQ00X081790 Putative uncharacterized protein 4.992014489 L4_chemical_C3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.695942443 C6_control_A1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 7.249883694 C6_control_A3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.099224027 C6_control_B1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.257646515 C6_control_B2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.930640594 C6_control_B3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.335661046 C6_control_C1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 7.203957728 C6_control_C2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.390833089 C6_control_C3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.776348211 C6_chemical_A1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.830602533 C6_chemical_A3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.57675933 C6_chemical_B1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.496849524 C6_chemical_B2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.7037348 C6_chemical_B3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.402331111 C6_chemical_C1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.803690069 C6_chemical_C2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.391414342 C6_chemical_C3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.127672616 L4_control_A1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.518277251 L4_control_A2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.854274731 L4_control_A3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.612883501 L4_control_B1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.442624235 L4_control_B2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.786305673 L4_control_B3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 6.935159393 L4_control_C2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.326360945 L4_control_C3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.863370449 L4_chemical_A1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.627465989 L4_chemical_A2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.659253095 L4_chemical_A3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.686504996 L4_chemical_B1 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.501189651 L4_chemical_B2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.921169374 L4_chemical_B3 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.64775579 L4_chemical_C2 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.134663061 L4_chemical_C3 +LQ00X082000 Putative uncharacterized protein 13.99278735 C6_control_A1 +LQ00X082000 Putative uncharacterized protein 13.4724046 C6_control_A3 +LQ00X082000 Putative uncharacterized protein 14.26416455 C6_control_B1 +LQ00X082000 Putative uncharacterized protein 13.48696682 C6_control_B2 +LQ00X082000 Putative uncharacterized protein 13.73474066 C6_control_B3 +LQ00X082000 Putative uncharacterized protein 13.66406173 C6_control_C1 +LQ00X082000 Putative uncharacterized protein 13.41642423 C6_control_C2 +LQ00X082000 Putative uncharacterized protein 12.39637061 C6_control_C3 +LQ00X082000 Putative uncharacterized protein 14.11660153 C6_chemical_A1 +LQ00X082000 Putative uncharacterized protein 13.86547837 C6_chemical_A3 +LQ00X082000 Putative uncharacterized protein 14.36123108 C6_chemical_B1 +LQ00X082000 Putative uncharacterized protein 13.85866809 C6_chemical_B2 +LQ00X082000 Putative uncharacterized protein 13.95280713 C6_chemical_B3 +LQ00X082000 Putative uncharacterized protein 13.63690772 C6_chemical_C1 +LQ00X082000 Putative uncharacterized protein 13.65259994 C6_chemical_C2 +LQ00X082000 Putative uncharacterized protein 13.1395297 C6_chemical_C3 +LQ00X082000 Putative uncharacterized protein 13.57957468 L4_control_A1 +LQ00X082000 Putative uncharacterized protein 13.85917314 L4_control_A2 +LQ00X082000 Putative uncharacterized protein 14.11838198 L4_control_A3 +LQ00X082000 Putative uncharacterized protein 13.87973643 L4_control_B1 +LQ00X082000 Putative uncharacterized protein 14.3400477 L4_control_B2 +LQ00X082000 Putative uncharacterized protein 13.006423 L4_control_B3 +LQ00X082000 Putative uncharacterized protein 13.10171126 L4_control_C2 +LQ00X082000 Putative uncharacterized protein 12.52988521 L4_control_C3 +LQ00X082000 Putative uncharacterized protein 13.60684397 L4_chemical_A1 +LQ00X082000 Putative uncharacterized protein 13.97277735 L4_chemical_A2 +LQ00X082000 Putative uncharacterized protein 13.79060443 L4_chemical_A3 +LQ00X082000 Putative uncharacterized protein 13.87468146 L4_chemical_B1 +LQ00X082000 Putative uncharacterized protein 14.09049238 L4_chemical_B2 +LQ00X082000 Putative uncharacterized protein 13.87188457 L4_chemical_B3 +LQ00X082000 Putative uncharacterized protein 13.0134016 L4_chemical_C2 +LQ00X082000 Putative uncharacterized protein 12.93775435 L4_chemical_C3 +LQ00X082040 Predicted protein 5.23439842 C6_control_A1 +LQ00X082040 Predicted protein 4.881432539 C6_control_A3 +LQ00X082040 Predicted protein 5.135915195 C6_control_B1 +LQ00X082040 Predicted protein 4.823542991 C6_control_B2 +LQ00X082040 Predicted protein 5.019302124 C6_control_B3 +LQ00X082040 Predicted protein 5.013345641 C6_control_C1 +LQ00X082040 Predicted protein 5.176473693 C6_control_C2 +LQ00X082040 Predicted protein 4.683684562 C6_control_C3 +LQ00X082040 Predicted protein 5.08813447 C6_chemical_A1 +LQ00X082040 Predicted protein 4.647770557 C6_chemical_A3 +LQ00X082040 Predicted protein 4.909955856 C6_chemical_B1 +LQ00X082040 Predicted protein 4.851159744 C6_chemical_B2 +LQ00X082040 Predicted protein 4.760335562 C6_chemical_B3 +LQ00X082040 Predicted protein 4.960709242 C6_chemical_C1 +LQ00X082040 Predicted protein 4.735092855 C6_chemical_C2 +LQ00X082040 Predicted protein 4.573857859 C6_chemical_C3 +LQ00X082040 Predicted protein 4.833665021 L4_control_A1 +LQ00X082040 Predicted protein 4.907617933 L4_control_A2 +LQ00X082040 Predicted protein 4.84959268 L4_control_A3 +LQ00X082040 Predicted protein 5.072702283 L4_control_B1 +LQ00X082040 Predicted protein 4.929140488 L4_control_B2 +LQ00X082040 Predicted protein 4.798542742 L4_control_B3 +LQ00X082040 Predicted protein 5.31345961 L4_control_C2 +LQ00X082040 Predicted protein 4.571277639 L4_control_C3 +LQ00X082040 Predicted protein 4.703577532 L4_chemical_A1 +LQ00X082040 Predicted protein 4.904260349 L4_chemical_A2 +LQ00X082040 Predicted protein 4.812264724 L4_chemical_A3 +LQ00X082040 Predicted protein 5.018411068 L4_chemical_B1 +LQ00X082040 Predicted protein 4.64715 L4_chemical_B2 +LQ00X082040 Predicted protein 4.68951197 L4_chemical_B3 +LQ00X082040 Predicted protein 4.752374445 L4_chemical_C2 +LQ00X082040 Predicted protein 5.168898395 L4_chemical_C3 +LQ00X082320 Putative Predicted protein 4.864563091 C6_control_A1 +LQ00X082320 Putative Predicted protein 4.98846183 C6_control_A3 +LQ00X082320 Putative Predicted protein 5.737389332 C6_control_B1 +LQ00X082320 Putative Predicted protein 4.666490658 C6_control_B2 +LQ00X082320 Putative Predicted protein 4.885311309 C6_control_B3 +LQ00X082320 Putative Predicted protein 4.721323188 C6_control_C1 +LQ00X082320 Putative Predicted protein 4.831625925 C6_control_C2 +LQ00X082320 Putative Predicted protein 4.9239259 C6_control_C3 +LQ00X082320 Putative Predicted protein 4.850120642 C6_chemical_A1 +LQ00X082320 Putative Predicted protein 4.9773809 C6_chemical_A3 +LQ00X082320 Putative Predicted protein 5.297000819 C6_chemical_B1 +LQ00X082320 Putative Predicted protein 4.677129562 C6_chemical_B2 +LQ00X082320 Putative Predicted protein 4.923529344 C6_chemical_B3 +LQ00X082320 Putative Predicted protein 5.176883557 C6_chemical_C1 +LQ00X082320 Putative Predicted protein 4.76646491 C6_chemical_C2 +LQ00X082320 Putative Predicted protein 4.964805152 C6_chemical_C3 +LQ00X082320 Putative Predicted protein 4.955881018 L4_control_A1 +LQ00X082320 Putative Predicted protein 5.091062747 L4_control_A2 +LQ00X082320 Putative Predicted protein 5.007419846 L4_control_A3 +LQ00X082320 Putative Predicted protein 5.341137248 L4_control_B1 +LQ00X082320 Putative Predicted protein 5.329641268 L4_control_B2 +LQ00X082320 Putative Predicted protein 5.026472269 L4_control_B3 +LQ00X082320 Putative Predicted protein 5.542951687 L4_control_C2 +LQ00X082320 Putative Predicted protein 4.967508107 L4_control_C3 +LQ00X082320 Putative Predicted protein 5.301172607 L4_chemical_A1 +LQ00X082320 Putative Predicted protein 5.015034546 L4_chemical_A2 +LQ00X082320 Putative Predicted protein 5.274483036 L4_chemical_A3 +LQ00X082320 Putative Predicted protein 4.829536282 L4_chemical_B1 +LQ00X082320 Putative Predicted protein 5.019917125 L4_chemical_B2 +LQ00X082320 Putative Predicted protein 5.136009163 L4_chemical_B3 +LQ00X082320 Putative Predicted protein 5.067763541 L4_chemical_C2 +LQ00X082320 Putative Predicted protein 4.989210376 L4_chemical_C3 +LQ00X082360 Hypothetical protein 9.531152312 C6_control_A1 +LQ00X082360 Hypothetical protein 9.760285378 C6_control_A3 +LQ00X082360 Hypothetical protein 9.355623375 C6_control_B1 +LQ00X082360 Hypothetical protein 9.68367024 C6_control_B2 +LQ00X082360 Hypothetical protein 9.363388487 C6_control_B3 +LQ00X082360 Hypothetical protein 9.602218706 C6_control_C1 +LQ00X082360 Hypothetical protein 9.474579232 C6_control_C2 +LQ00X082360 Hypothetical protein 9.220117704 C6_control_C3 +LQ00X082360 Hypothetical protein 8.972483695 C6_chemical_A1 +LQ00X082360 Hypothetical protein 9.487482468 C6_chemical_A3 +LQ00X082360 Hypothetical protein 9.470738588 C6_chemical_B1 +LQ00X082360 Hypothetical protein 9.620036798 C6_chemical_B2 +LQ00X082360 Hypothetical protein 8.948854217 C6_chemical_B3 +LQ00X082360 Hypothetical protein 9.485415027 C6_chemical_C1 +LQ00X082360 Hypothetical protein 9.538995507 C6_chemical_C2 +LQ00X082360 Hypothetical protein 8.991857903 C6_chemical_C3 +LQ00X082360 Hypothetical protein 9.373060146 L4_control_A1 +LQ00X082360 Hypothetical protein 8.762345736 L4_control_A2 +LQ00X082360 Hypothetical protein 8.227942815 L4_control_A3 +LQ00X082360 Hypothetical protein 8.547347219 L4_control_B1 +LQ00X082360 Hypothetical protein 9.633378851 L4_control_B2 +LQ00X082360 Hypothetical protein 8.998887752 L4_control_B3 +LQ00X082360 Hypothetical protein 8.971847388 L4_control_C2 +LQ00X082360 Hypothetical protein 9.25665896 L4_control_C3 +LQ00X082360 Hypothetical protein 8.633265272 L4_chemical_A1 +LQ00X082360 Hypothetical protein 8.400150905 L4_chemical_A2 +LQ00X082360 Hypothetical protein 8.207933243 L4_chemical_A3 +LQ00X082360 Hypothetical protein 8.740659662 L4_chemical_B1 +LQ00X082360 Hypothetical protein 8.386611483 L4_chemical_B2 +LQ00X082360 Hypothetical protein 8.876695163 L4_chemical_B3 +LQ00X082360 Hypothetical protein 8.861196135 L4_chemical_C2 +LQ00X082360 Hypothetical protein 9.376324303 L4_chemical_C3 +LQ00X082370 Uncharacterized protein At3g17611 5.926477145 C6_control_A1 +LQ00X082370 Uncharacterized protein At3g17611 5.833464249 C6_control_A3 +LQ00X082370 Uncharacterized protein At3g17611 5.618660411 C6_control_B1 +LQ00X082370 Uncharacterized protein At3g17611 6.273491147 C6_control_B2 +LQ00X082370 Uncharacterized protein At3g17611 5.645460831 C6_control_B3 +LQ00X082370 Uncharacterized protein At3g17611 5.640289214 C6_control_C1 +LQ00X082370 Uncharacterized protein At3g17611 6.203461357 C6_control_C2 +LQ00X082370 Uncharacterized protein At3g17611 5.751714604 C6_control_C3 +LQ00X082370 Uncharacterized protein At3g17611 5.617212913 C6_chemical_A1 +LQ00X082370 Uncharacterized protein At3g17611 5.971749935 C6_chemical_A3 +LQ00X082370 Uncharacterized protein At3g17611 5.540169246 C6_chemical_B1 +LQ00X082370 Uncharacterized protein At3g17611 6.524817964 C6_chemical_B2 +LQ00X082370 Uncharacterized protein At3g17611 4.965152414 C6_chemical_B3 +LQ00X082370 Uncharacterized protein At3g17611 5.771417388 C6_chemical_C1 +LQ00X082370 Uncharacterized protein At3g17611 6.046212473 C6_chemical_C2 +LQ00X082370 Uncharacterized protein At3g17611 5.929186415 C6_chemical_C3 +LQ00X082370 Uncharacterized protein At3g17611 5.751280088 L4_control_A1 +LQ00X082370 Uncharacterized protein At3g17611 6.091356058 L4_control_A2 +LQ00X082370 Uncharacterized protein At3g17611 6.05673949 L4_control_A3 +LQ00X082370 Uncharacterized protein At3g17611 5.754001628 L4_control_B1 +LQ00X082370 Uncharacterized protein At3g17611 5.842271144 L4_control_B2 +LQ00X082370 Uncharacterized protein At3g17611 5.700337138 L4_control_B3 +LQ00X082370 Uncharacterized protein At3g17611 5.527964705 L4_control_C2 +LQ00X082370 Uncharacterized protein At3g17611 5.439104498 L4_control_C3 +LQ00X082370 Uncharacterized protein At3g17611 5.582966081 L4_chemical_A1 +LQ00X082370 Uncharacterized protein At3g17611 6.388996072 L4_chemical_A2 +LQ00X082370 Uncharacterized protein At3g17611 5.758546006 L4_chemical_A3 +LQ00X082370 Uncharacterized protein At3g17611 6.046377594 L4_chemical_B1 +LQ00X082370 Uncharacterized protein At3g17611 5.723619456 L4_chemical_B2 +LQ00X082370 Uncharacterized protein At3g17611 5.379516649 L4_chemical_B3 +LQ00X082370 Uncharacterized protein At3g17611 5.863496329 L4_chemical_C2 +LQ00X082370 Uncharacterized protein At3g17611 6.087104191 L4_chemical_C3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.870397324 C6_control_A1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 7.1887254 C6_control_A3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.291954193 C6_control_B1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.863365575 C6_control_B2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.234529982 C6_control_B3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 10.86568339 C6_control_C1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 10.41224795 C6_control_C2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.647648311 C6_control_C3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.150368181 C6_chemical_A1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.030665703 C6_chemical_A3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.195596137 C6_chemical_B1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.894181799 C6_chemical_B2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.783029336 C6_chemical_B3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 10.91761496 C6_chemical_C1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 10.55712196 C6_chemical_C2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.885342111 C6_chemical_C3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.22296325 L4_control_A1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.886689424 L4_control_A2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 7.402024291 L4_control_A3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.127903707 L4_control_B1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.744213789 L4_control_B2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.548148287 L4_control_B3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 10.49633531 L4_control_C2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 10.06667183 L4_control_C3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 7.962843163 L4_chemical_A1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 7.916547879 L4_chemical_A2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 6.918814502 L4_chemical_A3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.310328173 L4_chemical_B1 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.292394865 L4_chemical_B2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 8.544109744 L4_chemical_B3 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 10.60086764 L4_chemical_C2 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 10.378305 L4_chemical_C3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.0697306 C6_control_A1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.56940596 C6_control_A3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.09533574 C6_control_B1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.56306772 C6_control_B2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.06223969 C6_control_B3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.49887884 C6_control_C1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.5718368 C6_control_C2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.61631585 C6_control_C3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.17433942 C6_chemical_A1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.00355897 C6_chemical_A3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.23767153 C6_chemical_B1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.54656085 C6_chemical_B2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.30847837 C6_chemical_B3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.1124626 C6_chemical_C1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.54075944 C6_chemical_C2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.53520027 C6_chemical_C3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.52843517 L4_control_A1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.49019836 L4_control_A2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.10581512 L4_control_A3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.26040473 L4_control_B1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.24058629 L4_control_B2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.27060971 L4_control_B3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.97005672 L4_control_C2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.83970641 L4_control_C3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.61169453 L4_chemical_A1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.54609327 L4_chemical_A2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.22119693 L4_chemical_A3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.1496812 L4_chemical_B1 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.98726739 L4_chemical_B2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.03560091 L4_chemical_B3 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 14.91075444 L4_chemical_C2 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.05848356 L4_chemical_C3 +LQ00X082490 Putative uncharacterized protein 4.670957101 C6_control_A1 +LQ00X082490 Putative uncharacterized protein 4.485125948 C6_control_A3 +LQ00X082490 Putative uncharacterized protein 5.131395514 C6_control_B1 +LQ00X082490 Putative uncharacterized protein 4.663541659 C6_control_B2 +LQ00X082490 Putative uncharacterized protein 4.940282842 C6_control_B3 +LQ00X082490 Putative uncharacterized protein 4.707558469 C6_control_C1 +LQ00X082490 Putative uncharacterized protein 4.653864106 C6_control_C2 +LQ00X082490 Putative uncharacterized protein 4.58785165 C6_control_C3 +LQ00X082490 Putative uncharacterized protein 4.585511382 C6_chemical_A1 +LQ00X082490 Putative uncharacterized protein 4.615605797 C6_chemical_A3 +LQ00X082490 Putative uncharacterized protein 5.352381071 C6_chemical_B1 +LQ00X082490 Putative uncharacterized protein 4.645948747 C6_chemical_B2 +LQ00X082490 Putative uncharacterized protein 4.952026709 C6_chemical_B3 +LQ00X082490 Putative uncharacterized protein 4.826208273 C6_chemical_C1 +LQ00X082490 Putative uncharacterized protein 4.611833232 C6_chemical_C2 +LQ00X082490 Putative uncharacterized protein 4.674988698 C6_chemical_C3 +LQ00X082490 Putative uncharacterized protein 4.999716308 L4_control_A1 +LQ00X082490 Putative uncharacterized protein 5.18471326 L4_control_A2 +LQ00X082490 Putative uncharacterized protein 4.89863529 L4_control_A3 +LQ00X082490 Putative uncharacterized protein 4.780888769 L4_control_B1 +LQ00X082490 Putative uncharacterized protein 4.878136495 L4_control_B2 +LQ00X082490 Putative uncharacterized protein 4.956123896 L4_control_B3 +LQ00X082490 Putative uncharacterized protein 5.3573599 L4_control_C2 +LQ00X082490 Putative uncharacterized protein 5.000584459 L4_control_C3 +LQ00X082490 Putative uncharacterized protein 4.659180962 L4_chemical_A1 +LQ00X082490 Putative uncharacterized protein 4.649629335 L4_chemical_A2 +LQ00X082490 Putative uncharacterized protein 4.774824856 L4_chemical_A3 +LQ00X082490 Putative uncharacterized protein 4.837752158 L4_chemical_B1 +LQ00X082490 Putative uncharacterized protein 5.304682063 L4_chemical_B2 +LQ00X082490 Putative uncharacterized protein 4.8587103 L4_chemical_B3 +LQ00X082490 Putative uncharacterized protein 4.94022984 L4_chemical_C2 +LQ00X082490 Putative uncharacterized protein 5.322133351 L4_chemical_C3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.84580913 C6_control_A1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.59452999 C6_control_A3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.72164319 C6_control_B1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.50973616 C6_control_B2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.27027444 C6_control_B3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.22159695 C6_control_C1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.64819465 C6_control_C2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 11.93857202 C6_control_C3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.72242707 C6_chemical_A1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.85200127 C6_chemical_A3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.76333026 C6_chemical_B1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.59101396 C6_chemical_B2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.2368927 C6_chemical_B3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.28397648 C6_chemical_C1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.42736964 C6_chemical_C2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 11.81259551 C6_chemical_C3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 13.05880061 L4_control_A1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.66848191 L4_control_A2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.64147802 L4_control_A3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.44155323 L4_control_B1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 13.04480809 L4_control_B2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.46361468 L4_control_B3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.60012144 L4_control_C2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.47536222 L4_control_C3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.70596633 L4_chemical_A1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.08050842 L4_chemical_A2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.56655725 L4_chemical_A3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.41275677 L4_chemical_B1 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.57325825 L4_chemical_B2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.63035415 L4_chemical_B3 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.4390173 L4_chemical_C2 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.49495676 L4_chemical_C3 +LQ00X082970 Probable S-acyltransferase At4g24630 12.07385084 C6_control_A1 +LQ00X082970 Probable S-acyltransferase At4g24630 11.89448597 C6_control_A3 +LQ00X082970 Probable S-acyltransferase At4g24630 12.03738582 C6_control_B1 +LQ00X082970 Probable S-acyltransferase At4g24630 12.12082025 C6_control_B2 +LQ00X082970 Probable S-acyltransferase At4g24630 12.07930447 C6_control_B3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.79097352 C6_control_C1 +LQ00X082970 Probable S-acyltransferase At4g24630 11.92584707 C6_control_C2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.68153967 C6_control_C3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.80061775 C6_chemical_A1 +LQ00X082970 Probable S-acyltransferase At4g24630 11.91686156 C6_chemical_A3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.76998517 C6_chemical_B1 +LQ00X082970 Probable S-acyltransferase At4g24630 12.04243317 C6_chemical_B2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.71167071 C6_chemical_B3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.81027798 C6_chemical_C1 +LQ00X082970 Probable S-acyltransferase At4g24630 11.85808686 C6_chemical_C2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.73536083 C6_chemical_C3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.78763808 L4_control_A1 +LQ00X082970 Probable S-acyltransferase At4g24630 11.63364747 L4_control_A2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.44708443 L4_control_A3 +LQ00X082970 Probable S-acyltransferase At4g24630 12.05756845 L4_control_B1 +LQ00X082970 Probable S-acyltransferase At4g24630 12.11555718 L4_control_B2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.50891107 L4_control_B3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.61767258 L4_control_C2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.49069974 L4_control_C3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.75335041 L4_chemical_A1 +LQ00X082970 Probable S-acyltransferase At4g24630 11.48130245 L4_chemical_A2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.41497626 L4_chemical_A3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.86715924 L4_chemical_B1 +LQ00X082970 Probable S-acyltransferase At4g24630 11.96752713 L4_chemical_B2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.31383155 L4_chemical_B3 +LQ00X082970 Probable S-acyltransferase At4g24630 11.35341371 L4_chemical_C2 +LQ00X082970 Probable S-acyltransferase At4g24630 11.64692774 L4_chemical_C3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.851392819 C6_control_A1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.130386205 C6_control_A3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.255827332 C6_control_B1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.472937775 C6_control_B2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.783500774 C6_control_B3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 6.726016423 C6_control_C1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 6.645657361 C6_control_C2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 6.934115156 C6_control_C3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.28608134 C6_chemical_A1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.991040612 C6_chemical_A3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.890141652 C6_chemical_B1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.470106348 C6_chemical_B2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.617884017 C6_chemical_B3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 6.515888866 C6_chemical_C1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.459007245 C6_chemical_C2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.112913337 C6_chemical_C3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.63599627 L4_control_A1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.808677327 L4_control_A2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 9.287007296 L4_control_A3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 9.267886918 L4_control_B1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.772167186 L4_control_B2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.746440134 L4_control_B3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.736322932 L4_control_C2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.015560032 L4_control_C3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.490383664 L4_chemical_A1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.916089162 L4_chemical_A2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.697901699 L4_chemical_A3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 9.111023055 L4_chemical_B1 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 9.296212216 L4_chemical_B2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.536659598 L4_chemical_B3 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.238866978 L4_chemical_C2 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 7.782981866 L4_chemical_C3 +LQ00X083410 Predicted protein 12.72040748 C6_control_A1 +LQ00X083410 Predicted protein 12.49253254 C6_control_A3 +LQ00X083410 Predicted protein 12.43446619 C6_control_B1 +LQ00X083410 Predicted protein 12.80540544 C6_control_B2 +LQ00X083410 Predicted protein 12.44126801 C6_control_B3 +LQ00X083410 Predicted protein 13.18410132 C6_control_C1 +LQ00X083410 Predicted protein 13.23648075 C6_control_C2 +LQ00X083410 Predicted protein 12.48047166 C6_control_C3 +LQ00X083410 Predicted protein 13.32518876 C6_chemical_A1 +LQ00X083410 Predicted protein 12.36607655 C6_chemical_A3 +LQ00X083410 Predicted protein 12.99585958 C6_chemical_B1 +LQ00X083410 Predicted protein 12.85015966 C6_chemical_B2 +LQ00X083410 Predicted protein 12.11089937 C6_chemical_B3 +LQ00X083410 Predicted protein 13.79322713 C6_chemical_C1 +LQ00X083410 Predicted protein 13.39672072 C6_chemical_C2 +LQ00X083410 Predicted protein 12.79954996 C6_chemical_C3 +LQ00X083410 Predicted protein 12.58328762 L4_control_A1 +LQ00X083410 Predicted protein 12.56641649 L4_control_A2 +LQ00X083410 Predicted protein 12.76907473 L4_control_A3 +LQ00X083410 Predicted protein 12.22823514 L4_control_B1 +LQ00X083410 Predicted protein 11.93989144 L4_control_B2 +LQ00X083410 Predicted protein 11.77880314 L4_control_B3 +LQ00X083410 Predicted protein 13.00866965 L4_control_C2 +LQ00X083410 Predicted protein 12.54365058 L4_control_C3 +LQ00X083410 Predicted protein 13.08909329 L4_chemical_A1 +LQ00X083410 Predicted protein 13.43562147 L4_chemical_A2 +LQ00X083410 Predicted protein 12.79433392 L4_chemical_A3 +LQ00X083410 Predicted protein 12.66062868 L4_chemical_B1 +LQ00X083410 Predicted protein 12.8836257 L4_chemical_B2 +LQ00X083410 Predicted protein 11.94277733 L4_chemical_B3 +LQ00X083410 Predicted protein 13.50957967 L4_chemical_C2 +LQ00X083410 Predicted protein 12.70831015 L4_chemical_C3 +LQ00X083440 Putative uncharacterized protein 5.27097192 C6_control_A1 +LQ00X083440 Putative uncharacterized protein 5.480444941 C6_control_A3 +LQ00X083440 Putative uncharacterized protein 5.588887556 C6_control_B1 +LQ00X083440 Putative uncharacterized protein 5.436158118 C6_control_B2 +LQ00X083440 Putative uncharacterized protein 5.34973852 C6_control_B3 +LQ00X083440 Putative uncharacterized protein 5.257338631 C6_control_C1 +LQ00X083440 Putative uncharacterized protein 5.388267474 C6_control_C2 +LQ00X083440 Putative uncharacterized protein 5.145476152 C6_control_C3 +LQ00X083440 Putative uncharacterized protein 5.328773995 C6_chemical_A1 +LQ00X083440 Putative uncharacterized protein 5.40044913 C6_chemical_A3 +LQ00X083440 Putative uncharacterized protein 5.286826673 C6_chemical_B1 +LQ00X083440 Putative uncharacterized protein 5.211660596 C6_chemical_B2 +LQ00X083440 Putative uncharacterized protein 5.543122297 C6_chemical_B3 +LQ00X083440 Putative uncharacterized protein 5.205218745 C6_chemical_C1 +LQ00X083440 Putative uncharacterized protein 5.138615889 C6_chemical_C2 +LQ00X083440 Putative uncharacterized protein 5.662340792 C6_chemical_C3 +LQ00X083440 Putative uncharacterized protein 5.516877393 L4_control_A1 +LQ00X083440 Putative uncharacterized protein 5.643098453 L4_control_A2 +LQ00X083440 Putative uncharacterized protein 5.618685024 L4_control_A3 +LQ00X083440 Putative uncharacterized protein 5.795218201 L4_control_B1 +LQ00X083440 Putative uncharacterized protein 5.814579589 L4_control_B2 +LQ00X083440 Putative uncharacterized protein 5.882849901 L4_control_B3 +LQ00X083440 Putative uncharacterized protein 5.972608734 L4_control_C2 +LQ00X083440 Putative uncharacterized protein 5.585679575 L4_control_C3 +LQ00X083440 Putative uncharacterized protein 5.665983141 L4_chemical_A1 +LQ00X083440 Putative uncharacterized protein 5.894088138 L4_chemical_A2 +LQ00X083440 Putative uncharacterized protein 5.699366332 L4_chemical_A3 +LQ00X083440 Putative uncharacterized protein 5.337844039 L4_chemical_B1 +LQ00X083440 Putative uncharacterized protein 5.922899963 L4_chemical_B2 +LQ00X083440 Putative uncharacterized protein 5.541061235 L4_chemical_B3 +LQ00X083440 Putative uncharacterized protein 5.388935286 L4_chemical_C2 +LQ00X083440 Putative uncharacterized protein 4.894740592 L4_chemical_C3 +LQ00X083450 Putative uncharacterized protein 11.09555717 C6_control_A1 +LQ00X083450 Putative uncharacterized protein 11.07210297 C6_control_A3 +LQ00X083450 Putative uncharacterized protein 11.09473139 C6_control_B1 +LQ00X083450 Putative uncharacterized protein 11.22686559 C6_control_B2 +LQ00X083450 Putative uncharacterized protein 10.8290421 C6_control_B3 +LQ00X083450 Putative uncharacterized protein 11.42256691 C6_control_C1 +LQ00X083450 Putative uncharacterized protein 11.83566732 C6_control_C2 +LQ00X083450 Putative uncharacterized protein 11.14246514 C6_control_C3 +LQ00X083450 Putative uncharacterized protein 10.76402297 C6_chemical_A1 +LQ00X083450 Putative uncharacterized protein 11.00424893 C6_chemical_A3 +LQ00X083450 Putative uncharacterized protein 11.48362596 C6_chemical_B1 +LQ00X083450 Putative uncharacterized protein 11.24147458 C6_chemical_B2 +LQ00X083450 Putative uncharacterized protein 10.56374533 C6_chemical_B3 +LQ00X083450 Putative uncharacterized protein 11.3708101 C6_chemical_C1 +LQ00X083450 Putative uncharacterized protein 11.72037051 C6_chemical_C2 +LQ00X083450 Putative uncharacterized protein 10.94008125 C6_chemical_C3 +LQ00X083450 Putative uncharacterized protein 11.16870474 L4_control_A1 +LQ00X083450 Putative uncharacterized protein 11.48182804 L4_control_A2 +LQ00X083450 Putative uncharacterized protein 11.53103681 L4_control_A3 +LQ00X083450 Putative uncharacterized protein 10.94310202 L4_control_B1 +LQ00X083450 Putative uncharacterized protein 11.82165535 L4_control_B2 +LQ00X083450 Putative uncharacterized protein 11.02946445 L4_control_B3 +LQ00X083450 Putative uncharacterized protein 11.70578141 L4_control_C2 +LQ00X083450 Putative uncharacterized protein 10.91718307 L4_control_C3 +LQ00X083450 Putative uncharacterized protein 11.18419672 L4_chemical_A1 +LQ00X083450 Putative uncharacterized protein 11.42615887 L4_chemical_A2 +LQ00X083450 Putative uncharacterized protein 11.42622167 L4_chemical_A3 +LQ00X083450 Putative uncharacterized protein 11.14394061 L4_chemical_B1 +LQ00X083450 Putative uncharacterized protein 11.50954491 L4_chemical_B2 +LQ00X083450 Putative uncharacterized protein 10.74722214 L4_chemical_B3 +LQ00X083450 Putative uncharacterized protein 11.86173768 L4_chemical_C2 +LQ00X083450 Putative uncharacterized protein 11.1848208 L4_chemical_C3 +LQ00X083460 Putative 50S ribosomal protein L22 6.633920484 C6_control_A1 +LQ00X083460 Putative 50S ribosomal protein L22 6.672378984 C6_control_A3 +LQ00X083460 Putative 50S ribosomal protein L22 6.348265225 C6_control_B1 +LQ00X083460 Putative 50S ribosomal protein L22 6.271543904 C6_control_B2 +LQ00X083460 Putative 50S ribosomal protein L22 6.474861626 C6_control_B3 +LQ00X083460 Putative 50S ribosomal protein L22 6.455966065 C6_control_C1 +LQ00X083460 Putative 50S ribosomal protein L22 5.678396216 C6_control_C2 +LQ00X083460 Putative 50S ribosomal protein L22 5.908749515 C6_control_C3 +LQ00X083460 Putative 50S ribosomal protein L22 6.831012405 C6_chemical_A1 +LQ00X083460 Putative 50S ribosomal protein L22 6.435367879 C6_chemical_A3 +LQ00X083460 Putative 50S ribosomal protein L22 6.623617551 C6_chemical_B1 +LQ00X083460 Putative 50S ribosomal protein L22 6.071253393 C6_chemical_B2 +LQ00X083460 Putative 50S ribosomal protein L22 6.270248219 C6_chemical_B3 +LQ00X083460 Putative 50S ribosomal protein L22 6.049290913 C6_chemical_C1 +LQ00X083460 Putative 50S ribosomal protein L22 6.101126745 C6_chemical_C2 +LQ00X083460 Putative 50S ribosomal protein L22 5.92641006 C6_chemical_C3 +LQ00X083460 Putative 50S ribosomal protein L22 6.335989079 L4_control_A1 +LQ00X083460 Putative 50S ribosomal protein L22 6.465691983 L4_control_A2 +LQ00X083460 Putative 50S ribosomal protein L22 7.3964103 L4_control_A3 +LQ00X083460 Putative 50S ribosomal protein L22 6.262164349 L4_control_B1 +LQ00X083460 Putative 50S ribosomal protein L22 5.689444282 L4_control_B2 +LQ00X083460 Putative 50S ribosomal protein L22 6.595694975 L4_control_B3 +LQ00X083460 Putative 50S ribosomal protein L22 6.168305107 L4_control_C2 +LQ00X083460 Putative 50S ribosomal protein L22 5.964833658 L4_control_C3 +LQ00X083460 Putative 50S ribosomal protein L22 6.233560899 L4_chemical_A1 +LQ00X083460 Putative 50S ribosomal protein L22 6.72500713 L4_chemical_A2 +LQ00X083460 Putative 50S ribosomal protein L22 7.514132136 L4_chemical_A3 +LQ00X083460 Putative 50S ribosomal protein L22 6.188192914 L4_chemical_B1 +LQ00X083460 Putative 50S ribosomal protein L22 5.861129891 L4_chemical_B2 +LQ00X083460 Putative 50S ribosomal protein L22 6.354517689 L4_chemical_B3 +LQ00X083460 Putative 50S ribosomal protein L22 6.640378688 L4_chemical_C2 +LQ00X083460 Putative 50S ribosomal protein L22 6.022884038 L4_chemical_C3 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.00061525 C6_control_A1 +LQ00X083540 Putative uncharacterized protein (Fragment) 7.135383204 C6_control_A3 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.769281883 C6_control_B1 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.976859965 C6_control_B2 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.834963803 C6_control_B3 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.339771684 C6_control_C1 +LQ00X083540 Putative uncharacterized protein (Fragment) 7.211210861 C6_control_C2 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.854219888 C6_control_C3 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.270056523 C6_chemical_A1 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.223029503 C6_chemical_A3 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.68382186 C6_chemical_B1 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.292373981 C6_chemical_B2 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.350380481 C6_chemical_B3 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.252958225 C6_chemical_C1 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.97434214 C6_chemical_C2 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.271378019 C6_chemical_C3 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.543784814 L4_control_A1 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.580669036 L4_control_A2 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.340322865 L4_control_A3 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.120436371 L4_control_B1 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.853512283 L4_control_B2 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.966604156 L4_control_B3 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.057856126 L4_control_C2 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.216014558 L4_control_C3 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.084153036 L4_chemical_A1 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.56884611 L4_chemical_A2 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.590412422 L4_chemical_A3 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.232850498 L4_chemical_B1 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.80601991 L4_chemical_B2 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.006818844 L4_chemical_B3 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.360136572 L4_chemical_C2 +LQ00X083540 Putative uncharacterized protein (Fragment) 5.652364576 L4_chemical_C3 +LQ00X083730 Hypothetical protein 5.011416075 C6_control_A1 +LQ00X083730 Hypothetical protein 5.053888611 C6_control_A3 +LQ00X083730 Hypothetical protein 5.231467415 C6_control_B1 +LQ00X083730 Hypothetical protein 4.822096629 C6_control_B2 +LQ00X083730 Hypothetical protein 4.913007266 C6_control_B3 +LQ00X083730 Hypothetical protein 5.331272561 C6_control_C1 +LQ00X083730 Hypothetical protein 5.00409255 C6_control_C2 +LQ00X083730 Hypothetical protein 4.804699643 C6_control_C3 +LQ00X083730 Hypothetical protein 5.094917753 C6_chemical_A1 +LQ00X083730 Hypothetical protein 5.1659256 C6_chemical_A3 +LQ00X083730 Hypothetical protein 5.238633278 C6_chemical_B1 +LQ00X083730 Hypothetical protein 4.871122242 C6_chemical_B2 +LQ00X083730 Hypothetical protein 5.005406418 C6_chemical_B3 +LQ00X083730 Hypothetical protein 5.230427786 C6_chemical_C1 +LQ00X083730 Hypothetical protein 4.829961581 C6_chemical_C2 +LQ00X083730 Hypothetical protein 4.6758326 C6_chemical_C3 +LQ00X083730 Hypothetical protein 4.960970184 L4_control_A1 +LQ00X083730 Hypothetical protein 5.070501815 L4_control_A2 +LQ00X083730 Hypothetical protein 4.908348405 L4_control_A3 +LQ00X083730 Hypothetical protein 5.318042332 L4_control_B1 +LQ00X083730 Hypothetical protein 5.012907122 L4_control_B2 +LQ00X083730 Hypothetical protein 5.254590524 L4_control_B3 +LQ00X083730 Hypothetical protein 5.058324725 L4_control_C2 +LQ00X083730 Hypothetical protein 5.548194199 L4_control_C3 +LQ00X083730 Hypothetical protein 5.242713984 L4_chemical_A1 +LQ00X083730 Hypothetical protein 5.318688883 L4_chemical_A2 +LQ00X083730 Hypothetical protein 5.289881787 L4_chemical_A3 +LQ00X083730 Hypothetical protein 5.147182058 L4_chemical_B1 +LQ00X083730 Hypothetical protein 5.923477955 L4_chemical_B2 +LQ00X083730 Hypothetical protein 5.246316388 L4_chemical_B3 +LQ00X083730 Hypothetical protein 5.627553146 L4_chemical_C2 +LQ00X083730 Hypothetical protein 5.288029292 L4_chemical_C3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.506993264 C6_control_A1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.443994168 C6_control_A3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.176723356 C6_control_B1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.155026397 C6_control_B2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.431626187 C6_control_B3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.195357514 C6_control_C1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.652251677 C6_control_C2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.107392904 C6_control_C3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.081218477 C6_chemical_A1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.249294651 C6_chemical_A3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.113431126 C6_chemical_B1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.139686835 C6_chemical_B2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 4.981536911 C6_chemical_B3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.373224536 C6_chemical_C1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.363646197 C6_chemical_C2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.354930351 C6_chemical_C3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 4.983469923 L4_control_A1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.249130537 L4_control_A2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.135882859 L4_control_A3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.111882421 L4_control_B1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.334847561 L4_control_B2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.255602363 L4_control_B3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.419258688 L4_control_C2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.347327724 L4_control_C3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.284250823 L4_chemical_A1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.023673333 L4_chemical_A2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.467559832 L4_chemical_A3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.20064099 L4_chemical_B1 +LQ00X083760 30S ribosomal protein 3, chloroplastic 4.98620631 L4_chemical_B2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.37965467 L4_chemical_B3 +LQ00X083760 30S ribosomal protein 3, chloroplastic 4.70314372 L4_chemical_C2 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.961678293 L4_chemical_C3 +LQ00X083900 Predicted protein 10.63767032 C6_control_A1 +LQ00X083900 Predicted protein 10.71872441 C6_control_A3 +LQ00X083900 Predicted protein 10.35458977 C6_control_B1 +LQ00X083900 Predicted protein 10.29089954 C6_control_B2 +LQ00X083900 Predicted protein 9.913601657 C6_control_B3 +LQ00X083900 Predicted protein 12.15530733 C6_control_C1 +LQ00X083900 Predicted protein 11.55045787 C6_control_C2 +LQ00X083900 Predicted protein 11.95399455 C6_control_C3 +LQ00X083900 Predicted protein 10.35012905 C6_chemical_A1 +LQ00X083900 Predicted protein 10.15626866 C6_chemical_A3 +LQ00X083900 Predicted protein 9.976181423 C6_chemical_B1 +LQ00X083900 Predicted protein 9.585654982 C6_chemical_B2 +LQ00X083900 Predicted protein 9.890142173 C6_chemical_B3 +LQ00X083900 Predicted protein 12.09145994 C6_chemical_C1 +LQ00X083900 Predicted protein 11.87468119 C6_chemical_C2 +LQ00X083900 Predicted protein 11.51250951 C6_chemical_C3 +LQ00X083900 Predicted protein 9.74300497 L4_control_A1 +LQ00X083900 Predicted protein 9.343790706 L4_control_A2 +LQ00X083900 Predicted protein 9.153245911 L4_control_A3 +LQ00X083900 Predicted protein 6.855377069 L4_control_B1 +LQ00X083900 Predicted protein 8.290273173 L4_control_B2 +LQ00X083900 Predicted protein 8.298906578 L4_control_B3 +LQ00X083900 Predicted protein 11.46473289 L4_control_C2 +LQ00X083900 Predicted protein 10.31343647 L4_control_C3 +LQ00X083900 Predicted protein 9.686702517 L4_chemical_A1 +LQ00X083900 Predicted protein 8.84689892 L4_chemical_A2 +LQ00X083900 Predicted protein 9.438145085 L4_chemical_A3 +LQ00X083900 Predicted protein 8.641699156 L4_chemical_B1 +LQ00X083900 Predicted protein 8.378752024 L4_chemical_B2 +LQ00X083900 Predicted protein 8.181510954 L4_chemical_B3 +LQ00X083900 Predicted protein 11.09933915 L4_chemical_C2 +LQ00X083900 Predicted protein 10.27102289 L4_chemical_C3 +LQ00X083940 Putative uncharacterized protein 5.009218521 C6_control_A1 +LQ00X083940 Putative uncharacterized protein 5.215351478 C6_control_A3 +LQ00X083940 Putative uncharacterized protein 4.843697985 C6_control_B1 +LQ00X083940 Putative uncharacterized protein 4.908657861 C6_control_B2 +LQ00X083940 Putative uncharacterized protein 4.845259241 C6_control_B3 +LQ00X083940 Putative uncharacterized protein 4.977367314 C6_control_C1 +LQ00X083940 Putative uncharacterized protein 4.700342605 C6_control_C2 +LQ00X083940 Putative uncharacterized protein 4.637593191 C6_control_C3 +LQ00X083940 Putative uncharacterized protein 4.815622758 C6_chemical_A1 +LQ00X083940 Putative uncharacterized protein 4.96277439 C6_chemical_A3 +LQ00X083940 Putative uncharacterized protein 4.988903647 C6_chemical_B1 +LQ00X083940 Putative uncharacterized protein 4.486773649 C6_chemical_B2 +LQ00X083940 Putative uncharacterized protein 4.469126924 C6_chemical_B3 +LQ00X083940 Putative uncharacterized protein 4.996753173 C6_chemical_C1 +LQ00X083940 Putative uncharacterized protein 4.72835663 C6_chemical_C2 +LQ00X083940 Putative uncharacterized protein 4.754922873 C6_chemical_C3 +LQ00X083940 Putative uncharacterized protein 4.823960839 L4_control_A1 +LQ00X083940 Putative uncharacterized protein 4.967777356 L4_control_A2 +LQ00X083940 Putative uncharacterized protein 5.18913901 L4_control_A3 +LQ00X083940 Putative uncharacterized protein 5.177268344 L4_control_B1 +LQ00X083940 Putative uncharacterized protein 4.913921887 L4_control_B2 +LQ00X083940 Putative uncharacterized protein 4.899040113 L4_control_B3 +LQ00X083940 Putative uncharacterized protein 5.471317331 L4_control_C2 +LQ00X083940 Putative uncharacterized protein 5.094914935 L4_control_C3 +LQ00X083940 Putative uncharacterized protein 4.661430138 L4_chemical_A1 +LQ00X083940 Putative uncharacterized protein 4.621800381 L4_chemical_A2 +LQ00X083940 Putative uncharacterized protein 4.858799719 L4_chemical_A3 +LQ00X083940 Putative uncharacterized protein 4.878431489 L4_chemical_B1 +LQ00X083940 Putative uncharacterized protein 5.426406391 L4_chemical_B2 +LQ00X083940 Putative uncharacterized protein 4.974561007 L4_chemical_B3 +LQ00X083940 Putative uncharacterized protein 4.81108058 L4_chemical_C2 +LQ00X083940 Putative uncharacterized protein 5.198354974 L4_chemical_C3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.118560994 C6_control_A1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.202342639 C6_control_A3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.371307599 C6_control_B1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.665106047 C6_control_B2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.579925311 C6_control_B3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.186226057 C6_control_C1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.338741424 C6_control_C2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.615293743 C6_control_C3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.586739535 C6_chemical_A1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.600100256 C6_chemical_A3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.526295215 C6_chemical_B1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.32211489 C6_chemical_B2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 4.98854074 C6_chemical_B3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.350607477 C6_chemical_C1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.420025361 C6_chemical_C2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.360993999 C6_chemical_C3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.493092809 L4_control_A1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.387748926 L4_control_A2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 6.34782065 L4_control_A3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 6.128708575 L4_control_B1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.16432737 L4_control_B2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.528204445 L4_control_B3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.486715659 L4_control_C2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.294944975 L4_control_C3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.678314636 L4_chemical_A1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.792250424 L4_chemical_A2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 6.772195074 L4_chemical_A3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.41889687 L4_chemical_B1 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.979313825 L4_chemical_B2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.435911589 L4_chemical_B3 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 4.660436715 L4_chemical_C2 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.706083718 L4_chemical_C3 +LQ00X084050 Histidine decarboxylase 5.728935437 C6_control_A1 +LQ00X084050 Histidine decarboxylase 5.966109486 C6_control_A3 +LQ00X084050 Histidine decarboxylase 6.413808251 C6_control_B1 +LQ00X084050 Histidine decarboxylase 5.543252172 C6_control_B2 +LQ00X084050 Histidine decarboxylase 6.076184203 C6_control_B3 +LQ00X084050 Histidine decarboxylase 5.141144221 C6_control_C1 +LQ00X084050 Histidine decarboxylase 6.266222027 C6_control_C2 +LQ00X084050 Histidine decarboxylase 5.577814819 C6_control_C3 +LQ00X084050 Histidine decarboxylase 5.464249458 C6_chemical_A1 +LQ00X084050 Histidine decarboxylase 5.604916887 C6_chemical_A3 +LQ00X084050 Histidine decarboxylase 6.067144615 C6_chemical_B1 +LQ00X084050 Histidine decarboxylase 5.819638687 C6_chemical_B2 +LQ00X084050 Histidine decarboxylase 5.836089254 C6_chemical_B3 +LQ00X084050 Histidine decarboxylase 5.200631316 C6_chemical_C1 +LQ00X084050 Histidine decarboxylase 5.51834111 C6_chemical_C2 +LQ00X084050 Histidine decarboxylase 5.375761861 C6_chemical_C3 +LQ00X084050 Histidine decarboxylase 5.926077962 L4_control_A1 +LQ00X084050 Histidine decarboxylase 5.189153229 L4_control_A2 +LQ00X084050 Histidine decarboxylase 5.33630459 L4_control_A3 +LQ00X084050 Histidine decarboxylase 5.513160646 L4_control_B1 +LQ00X084050 Histidine decarboxylase 5.902848237 L4_control_B2 +LQ00X084050 Histidine decarboxylase 5.364182343 L4_control_B3 +LQ00X084050 Histidine decarboxylase 5.518088045 L4_control_C2 +LQ00X084050 Histidine decarboxylase 5.374650112 L4_control_C3 +LQ00X084050 Histidine decarboxylase 5.385593263 L4_chemical_A1 +LQ00X084050 Histidine decarboxylase 5.468935392 L4_chemical_A2 +LQ00X084050 Histidine decarboxylase 5.153920822 L4_chemical_A3 +LQ00X084050 Histidine decarboxylase 6.106255098 L4_chemical_B1 +LQ00X084050 Histidine decarboxylase 5.500343882 L4_chemical_B2 +LQ00X084050 Histidine decarboxylase 5.617286407 L4_chemical_B3 +LQ00X084050 Histidine decarboxylase 6.798514774 L4_chemical_C2 +LQ00X084050 Histidine decarboxylase 6.043961753 L4_chemical_C3 +LQ00X084060 SKP1-interacting partner 15 10.14007736 C6_control_A1 +LQ00X084060 SKP1-interacting partner 15 9.964961699 C6_control_A3 +LQ00X084060 SKP1-interacting partner 15 10.54277283 C6_control_B1 +LQ00X084060 SKP1-interacting partner 15 9.754242589 C6_control_B2 +LQ00X084060 SKP1-interacting partner 15 10.30567655 C6_control_B3 +LQ00X084060 SKP1-interacting partner 15 9.61430836 C6_control_C1 +LQ00X084060 SKP1-interacting partner 15 9.496794569 C6_control_C2 +LQ00X084060 SKP1-interacting partner 15 9.358937228 C6_control_C3 +LQ00X084060 SKP1-interacting partner 15 10.46655792 C6_chemical_A1 +LQ00X084060 SKP1-interacting partner 15 10.17172342 C6_chemical_A3 +LQ00X084060 SKP1-interacting partner 15 10.84715206 C6_chemical_B1 +LQ00X084060 SKP1-interacting partner 15 9.859076422 C6_chemical_B2 +LQ00X084060 SKP1-interacting partner 15 10.32313494 C6_chemical_B3 +LQ00X084060 SKP1-interacting partner 15 9.629033674 C6_chemical_C1 +LQ00X084060 SKP1-interacting partner 15 9.90354906 C6_chemical_C2 +LQ00X084060 SKP1-interacting partner 15 9.643444514 C6_chemical_C3 +LQ00X084060 SKP1-interacting partner 15 9.988982524 L4_control_A1 +LQ00X084060 SKP1-interacting partner 15 10.54312388 L4_control_A2 +LQ00X084060 SKP1-interacting partner 15 10.91930806 L4_control_A3 +LQ00X084060 SKP1-interacting partner 15 11.2725144 L4_control_B1 +LQ00X084060 SKP1-interacting partner 15 11.87410957 L4_control_B2 +LQ00X084060 SKP1-interacting partner 15 9.883518595 L4_control_B3 +LQ00X084060 SKP1-interacting partner 15 11.40318122 L4_control_C2 +LQ00X084060 SKP1-interacting partner 15 11.0914094 L4_control_C3 +LQ00X084060 SKP1-interacting partner 15 10.32559355 L4_chemical_A1 +LQ00X084060 SKP1-interacting partner 15 11.30114213 L4_chemical_A2 +LQ00X084060 SKP1-interacting partner 15 10.6390124 L4_chemical_A3 +LQ00X084060 SKP1-interacting partner 15 11.64723599 L4_chemical_B1 +LQ00X084060 SKP1-interacting partner 15 11.86979925 L4_chemical_B2 +LQ00X084060 SKP1-interacting partner 15 10.03374796 L4_chemical_B3 +LQ00X084060 SKP1-interacting partner 15 11.70655912 L4_chemical_C2 +LQ00X084060 SKP1-interacting partner 15 10.83383034 L4_chemical_C3 +LQ00X084210 Hypothetical protein 14.12525786 C6_control_A1 +LQ00X084210 Hypothetical protein 13.45142017 C6_control_A3 +LQ00X084210 Hypothetical protein 14.82006887 C6_control_B1 +LQ00X084210 Hypothetical protein 14.8035235 C6_control_B2 +LQ00X084210 Hypothetical protein 15.34463177 C6_control_B3 +LQ00X084210 Hypothetical protein 5.68645969 C6_control_C1 +LQ00X084210 Hypothetical protein 5.099375608 C6_control_C2 +LQ00X084210 Hypothetical protein 7.679302689 C6_control_C3 +LQ00X084210 Hypothetical protein 12.845348 C6_chemical_A1 +LQ00X084210 Hypothetical protein 12.86536157 C6_chemical_A3 +LQ00X084210 Hypothetical protein 14.74071474 C6_chemical_B1 +LQ00X084210 Hypothetical protein 14.48856209 C6_chemical_B2 +LQ00X084210 Hypothetical protein 14.77051222 C6_chemical_B3 +LQ00X084210 Hypothetical protein 5.743685563 C6_chemical_C1 +LQ00X084210 Hypothetical protein 5.283412846 C6_chemical_C2 +LQ00X084210 Hypothetical protein 7.82259279 C6_chemical_C3 +LQ00X084210 Hypothetical protein 14.29970405 L4_control_A1 +LQ00X084210 Hypothetical protein 15.11625318 L4_control_A2 +LQ00X084210 Hypothetical protein 14.0873183 L4_control_A3 +LQ00X084210 Hypothetical protein 15.29758095 L4_control_B1 +LQ00X084210 Hypothetical protein 14.54228814 L4_control_B2 +LQ00X084210 Hypothetical protein 14.24519331 L4_control_B3 +LQ00X084210 Hypothetical protein 5.427601186 L4_control_C2 +LQ00X084210 Hypothetical protein 5.506912808 L4_control_C3 +LQ00X084210 Hypothetical protein 13.62955325 L4_chemical_A1 +LQ00X084210 Hypothetical protein 14.25725478 L4_chemical_A2 +LQ00X084210 Hypothetical protein 13.8505489 L4_chemical_A3 +LQ00X084210 Hypothetical protein 14.64369139 L4_chemical_B1 +LQ00X084210 Hypothetical protein 15.11089731 L4_chemical_B2 +LQ00X084210 Hypothetical protein 15.38443592 L4_chemical_B3 +LQ00X084210 Hypothetical protein 6.004965502 L4_chemical_C2 +LQ00X084210 Hypothetical protein 5.482235661 L4_chemical_C3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.104311756 C6_control_A1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.873066026 C6_control_A3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.110960971 C6_control_B1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.180415356 C6_control_B2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.021484274 C6_control_B3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.341548127 C6_control_C1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.10829086 C6_control_C2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.92033754 C6_control_C3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.994361968 C6_chemical_A1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.971393844 C6_chemical_A3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.864240582 C6_chemical_B1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.275068019 C6_chemical_B2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.627025709 C6_chemical_B3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.151080995 C6_chemical_C1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.904463729 C6_chemical_C2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.581310017 C6_chemical_C3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.338867493 L4_control_A1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.197566204 L4_control_A2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.398377904 L4_control_A3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.102170678 L4_control_B1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.71415987 L4_control_B2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.437778874 L4_control_B3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.675075828 L4_control_C2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.821683284 L4_control_C3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.311581218 L4_chemical_A1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.332004842 L4_chemical_A2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.348095349 L4_chemical_A3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.785434019 L4_chemical_B1 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.699145511 L4_chemical_B2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.177649996 L4_chemical_B3 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.191183537 L4_chemical_C2 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.929237406 L4_chemical_C3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.595867323 C6_control_A1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.063177439 C6_control_A3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.500135943 C6_control_B1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.664295007 C6_control_B2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.904124673 C6_control_B3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.523009583 C6_control_C1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.997447315 C6_control_C2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.731734142 C6_control_C3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.42182643 C6_chemical_A1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.976193119 C6_chemical_A3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.486330521 C6_chemical_B1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.679076566 C6_chemical_B2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.766825878 C6_chemical_B3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.360584156 C6_chemical_C1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.481079534 C6_chemical_C2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.936269483 C6_chemical_C3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.496974175 L4_control_A1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.602710352 L4_control_A2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.362740397 L4_control_A3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.999136371 L4_control_B1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.78994685 L4_control_B2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.741722542 L4_control_B3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.916296303 L4_control_C2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.439986491 L4_control_C3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.750436642 L4_chemical_A1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.685287858 L4_chemical_A2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 4.762014366 L4_chemical_A3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.999071162 L4_chemical_B1 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.902350716 L4_chemical_B2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.733999921 L4_chemical_B3 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.24515027 L4_chemical_C2 +LQ00X084530 Probable salt tolerance-like protein At1g78600 6.696857874 L4_chemical_C3 +LQ00X084550 NADH kinase 9.59058068 C6_control_A1 +LQ00X084550 NADH kinase 9.461300306 C6_control_A3 +LQ00X084550 NADH kinase 9.325539391 C6_control_B1 +LQ00X084550 NADH kinase 9.434281967 C6_control_B2 +LQ00X084550 NADH kinase 8.74112515 C6_control_B3 +LQ00X084550 NADH kinase 10.23120622 C6_control_C1 +LQ00X084550 NADH kinase 10.06567161 C6_control_C2 +LQ00X084550 NADH kinase 10.00119289 C6_control_C3 +LQ00X084550 NADH kinase 9.363348327 C6_chemical_A1 +LQ00X084550 NADH kinase 9.098837479 C6_chemical_A3 +LQ00X084550 NADH kinase 8.934640905 C6_chemical_B1 +LQ00X084550 NADH kinase 9.417827713 C6_chemical_B2 +LQ00X084550 NADH kinase 8.162804004 C6_chemical_B3 +LQ00X084550 NADH kinase 10.24961166 C6_chemical_C1 +LQ00X084550 NADH kinase 10.19586476 C6_chemical_C2 +LQ00X084550 NADH kinase 9.189825207 C6_chemical_C3 +LQ00X084550 NADH kinase 8.981266226 L4_control_A1 +LQ00X084550 NADH kinase 9.084968507 L4_control_A2 +LQ00X084550 NADH kinase 9.142538634 L4_control_A3 +LQ00X084550 NADH kinase 8.032690042 L4_control_B1 +LQ00X084550 NADH kinase 7.953376779 L4_control_B2 +LQ00X084550 NADH kinase 8.258802355 L4_control_B3 +LQ00X084550 NADH kinase 9.133767983 L4_control_C2 +LQ00X084550 NADH kinase 8.382630363 L4_control_C3 +LQ00X084550 NADH kinase 9.414611342 L4_chemical_A1 +LQ00X084550 NADH kinase 9.246689857 L4_chemical_A2 +LQ00X084550 NADH kinase 9.053380161 L4_chemical_A3 +LQ00X084550 NADH kinase 8.543647855 L4_chemical_B1 +LQ00X084550 NADH kinase 8.283723327 L4_chemical_B2 +LQ00X084550 NADH kinase 8.32018853 L4_chemical_B3 +LQ00X084550 NADH kinase 9.105942265 L4_chemical_C2 +LQ00X084550 NADH kinase 8.798700139 L4_chemical_C3 +LQ00X084601 Putative AC transposase 8.699226498 C6_control_A1 +LQ00X084601 Putative AC transposase 7.394165166 C6_control_A3 +LQ00X084601 Putative AC transposase 8.036998442 C6_control_B1 +LQ00X084601 Putative AC transposase 8.289147978 C6_control_B2 +LQ00X084601 Putative AC transposase 8.169058303 C6_control_B3 +LQ00X084601 Putative AC transposase 9.003356245 C6_control_C1 +LQ00X084601 Putative AC transposase 8.72698155 C6_control_C2 +LQ00X084601 Putative AC transposase 8.911903157 C6_control_C3 +LQ00X084601 Putative AC transposase 8.352302898 C6_chemical_A1 +LQ00X084601 Putative AC transposase 8.739682639 C6_chemical_A3 +LQ00X084601 Putative AC transposase 8.14353708 C6_chemical_B1 +LQ00X084601 Putative AC transposase 8.421024181 C6_chemical_B2 +LQ00X084601 Putative AC transposase 8.648620495 C6_chemical_B3 +LQ00X084601 Putative AC transposase 9.020451865 C6_chemical_C1 +LQ00X084601 Putative AC transposase 8.768713066 C6_chemical_C2 +LQ00X084601 Putative AC transposase 9.72087838 C6_chemical_C3 +LQ00X084601 Putative AC transposase 8.467942263 L4_control_A1 +LQ00X084601 Putative AC transposase 9.188817886 L4_control_A2 +LQ00X084601 Putative AC transposase 9.432411881 L4_control_A3 +LQ00X084601 Putative AC transposase 8.114261125 L4_control_B1 +LQ00X084601 Putative AC transposase 8.893494935 L4_control_B2 +LQ00X084601 Putative AC transposase 9.662527043 L4_control_B3 +LQ00X084601 Putative AC transposase 8.473639297 L4_control_C2 +LQ00X084601 Putative AC transposase 9.871807179 L4_control_C3 +LQ00X084601 Putative AC transposase 8.268202517 L4_chemical_A1 +LQ00X084601 Putative AC transposase 8.618489712 L4_chemical_A2 +LQ00X084601 Putative AC transposase 8.54608321 L4_chemical_A3 +LQ00X084601 Putative AC transposase 8.276991394 L4_chemical_B1 +LQ00X084601 Putative AC transposase 8.33516187 L4_chemical_B2 +LQ00X084601 Putative AC transposase 8.983356282 L4_chemical_B3 +LQ00X084601 Putative AC transposase 8.568594446 L4_chemical_C2 +LQ00X084601 Putative AC transposase 9.531784621 L4_chemical_C3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.707683138 C6_control_A1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.615054095 C6_control_A3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.877546375 C6_control_B1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.226850629 C6_control_B2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 9.661436897 C6_control_B3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.29871523 C6_control_C1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.655768121 C6_control_C2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.111387961 C6_control_C3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.576874627 C6_chemical_A1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.48125631 C6_chemical_A3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.818750924 C6_chemical_B1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.66011561 C6_chemical_B2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 9.151147023 C6_chemical_B3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 7.080543818 C6_chemical_C1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.641835871 C6_chemical_C2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.915129176 C6_chemical_C3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.41552902 L4_control_A1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.609129779 L4_control_A2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.016913888 L4_control_A3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 7.718798502 L4_control_B1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 9.096143141 L4_control_B2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 7.574662811 L4_control_B3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 5.722634839 L4_control_C2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.653076874 L4_control_C3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.686822632 L4_chemical_A1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.935887343 L4_chemical_A2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 7.660569503 L4_chemical_A3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 7.382642593 L4_chemical_B1 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 7.615621971 L4_chemical_B2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 7.777952994 L4_chemical_B3 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 5.856284581 L4_chemical_C2 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 6.582229577 L4_chemical_C3 +LQ00X084620 At2g04340 5.675547435 C6_control_A1 +LQ00X084620 At2g04340 6.585615745 C6_control_A3 +LQ00X084620 At2g04340 5.487860598 C6_control_B1 +LQ00X084620 At2g04340 5.581887312 C6_control_B2 +LQ00X084620 At2g04340 5.432127813 C6_control_B3 +LQ00X084620 At2g04340 5.653787747 C6_control_C1 +LQ00X084620 At2g04340 6.536210131 C6_control_C2 +LQ00X084620 At2g04340 5.341575591 C6_control_C3 +LQ00X084620 At2g04340 5.100178876 C6_chemical_A1 +LQ00X084620 At2g04340 5.285788977 C6_chemical_A3 +LQ00X084620 At2g04340 5.42653354 C6_chemical_B1 +LQ00X084620 At2g04340 5.954331331 C6_chemical_B2 +LQ00X084620 At2g04340 5.178577245 C6_chemical_B3 +LQ00X084620 At2g04340 5.19042112 C6_chemical_C1 +LQ00X084620 At2g04340 6.002371428 C6_chemical_C2 +LQ00X084620 At2g04340 5.055895113 C6_chemical_C3 +LQ00X084620 At2g04340 5.358618023 L4_control_A1 +LQ00X084620 At2g04340 5.175886535 L4_control_A2 +LQ00X084620 At2g04340 4.710916409 L4_control_A3 +LQ00X084620 At2g04340 4.878835163 L4_control_B1 +LQ00X084620 At2g04340 5.415155148 L4_control_B2 +LQ00X084620 At2g04340 5.06874424 L4_control_B3 +LQ00X084620 At2g04340 5.375333872 L4_control_C2 +LQ00X084620 At2g04340 5.672358496 L4_control_C3 +LQ00X084620 At2g04340 5.099048676 L4_chemical_A1 +LQ00X084620 At2g04340 5.130362278 L4_chemical_A2 +LQ00X084620 At2g04340 5.074395561 L4_chemical_A3 +LQ00X084620 At2g04340 5.323967977 L4_chemical_B1 +LQ00X084620 At2g04340 5.468911693 L4_chemical_B2 +LQ00X084620 At2g04340 5.308972512 L4_chemical_B3 +LQ00X084620 At2g04340 5.384507915 L4_chemical_C2 +LQ00X084620 At2g04340 5.767911306 L4_chemical_C3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.65697013 C6_control_A1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.11513463 C6_control_A3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.68843341 C6_control_B1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.19552576 C6_control_B2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.97645058 C6_control_B3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 8.241221046 C6_control_C1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 8.057674608 C6_control_C2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 7.952076851 C6_control_C3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.7643158 C6_chemical_A1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.24793518 C6_chemical_A3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.59441155 C6_chemical_B1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 9.988688739 C6_chemical_B2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.71741074 C6_chemical_B3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 7.879766098 C6_chemical_C1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 7.635313943 C6_chemical_C2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 7.690114893 C6_chemical_C3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.77013783 L4_control_A1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.92146289 L4_control_A2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 11.38240531 L4_control_A3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.5364011 L4_control_B1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 11.01141329 L4_control_B2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.98462138 L4_control_B3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 7.390982982 L4_control_C2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 9.318501333 L4_control_C3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.28654063 L4_chemical_A1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 9.856189058 L4_chemical_A2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 11.36144569 L4_chemical_A3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.07084565 L4_chemical_B1 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.07816566 L4_chemical_B2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.75734079 L4_chemical_B3 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 7.704438077 L4_chemical_C2 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 9.009647366 L4_chemical_C3 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.089963654 C6_control_A1 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.83684713 C6_control_A3 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.293787756 C6_control_B1 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.946332805 C6_control_B2 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.221385622 C6_control_B3 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.539207833 C6_control_C1 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.008690714 C6_control_C2 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.426410558 C6_control_C3 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.214586224 C6_chemical_A1 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.714819952 C6_chemical_A3 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.938747014 C6_chemical_B1 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.524641031 C6_chemical_B2 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.654325902 C6_chemical_B3 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.900149269 C6_chemical_C1 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.612516192 C6_chemical_C2 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.437649723 C6_chemical_C3 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.055428439 L4_control_A1 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.953869368 L4_control_A2 +LQ00X084730 Putative Intracellular protein transport protein USO1 7.320990283 L4_control_A3 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.781301338 L4_control_B1 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.617306941 L4_control_B2 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.839510313 L4_control_B3 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.603505787 L4_control_C2 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.775870929 L4_control_C3 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.897514632 L4_chemical_A1 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.200228955 L4_chemical_A2 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.177010809 L4_chemical_A3 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.909280433 L4_chemical_B1 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.054639202 L4_chemical_B2 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.716299778 L4_chemical_B3 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.784803059 L4_chemical_C2 +LQ00X084730 Putative Intracellular protein transport protein USO1 5.659872788 L4_chemical_C3 +LQ00X084770 Putative uncharacterized protein 5.765755412 C6_control_A1 +LQ00X084770 Putative uncharacterized protein 5.326465087 C6_control_A3 +LQ00X084770 Putative uncharacterized protein 5.957875605 C6_control_B1 +LQ00X084770 Putative uncharacterized protein 5.497570786 C6_control_B2 +LQ00X084770 Putative uncharacterized protein 5.713741239 C6_control_B3 +LQ00X084770 Putative uncharacterized protein 5.200510474 C6_control_C1 +LQ00X084770 Putative uncharacterized protein 5.588367821 C6_control_C2 +LQ00X084770 Putative uncharacterized protein 5.463946501 C6_control_C3 +LQ00X084770 Putative uncharacterized protein 5.288379548 C6_chemical_A1 +LQ00X084770 Putative uncharacterized protein 5.544696472 C6_chemical_A3 +LQ00X084770 Putative uncharacterized protein 5.869302843 C6_chemical_B1 +LQ00X084770 Putative uncharacterized protein 5.429741543 C6_chemical_B2 +LQ00X084770 Putative uncharacterized protein 6.268678831 C6_chemical_B3 +LQ00X084770 Putative uncharacterized protein 5.721140929 C6_chemical_C1 +LQ00X084770 Putative uncharacterized protein 5.337898639 C6_chemical_C2 +LQ00X084770 Putative uncharacterized protein 5.301848242 C6_chemical_C3 +LQ00X084770 Putative uncharacterized protein 5.61567492 L4_control_A1 +LQ00X084770 Putative uncharacterized protein 6.389722014 L4_control_A2 +LQ00X084770 Putative uncharacterized protein 5.796232089 L4_control_A3 +LQ00X084770 Putative uncharacterized protein 5.881970181 L4_control_B1 +LQ00X084770 Putative uncharacterized protein 5.893445317 L4_control_B2 +LQ00X084770 Putative uncharacterized protein 5.931719501 L4_control_B3 +LQ00X084770 Putative uncharacterized protein 5.135129276 L4_control_C2 +LQ00X084770 Putative uncharacterized protein 5.297363993 L4_control_C3 +LQ00X084770 Putative uncharacterized protein 5.292098701 L4_chemical_A1 +LQ00X084770 Putative uncharacterized protein 6.144933895 L4_chemical_A2 +LQ00X084770 Putative uncharacterized protein 5.572450516 L4_chemical_A3 +LQ00X084770 Putative uncharacterized protein 5.58821614 L4_chemical_B1 +LQ00X084770 Putative uncharacterized protein 5.289067739 L4_chemical_B2 +LQ00X084770 Putative uncharacterized protein 6.119351198 L4_chemical_B3 +LQ00X084770 Putative uncharacterized protein 5.086711529 L4_chemical_C2 +LQ00X084770 Putative uncharacterized protein 5.401735157 L4_chemical_C3 +LQ00X084800 Putative uncharacterized protein 5.124868924 C6_control_A1 +LQ00X084800 Putative uncharacterized protein 5.107556674 C6_control_A3 +LQ00X084800 Putative uncharacterized protein 5.064287122 C6_control_B1 +LQ00X084800 Putative uncharacterized protein 4.877712948 C6_control_B2 +LQ00X084800 Putative uncharacterized protein 4.954482464 C6_control_B3 +LQ00X084800 Putative uncharacterized protein 5.3316055 C6_control_C1 +LQ00X084800 Putative uncharacterized protein 4.956728911 C6_control_C2 +LQ00X084800 Putative uncharacterized protein 5.008080889 C6_control_C3 +LQ00X084800 Putative uncharacterized protein 5.329742015 C6_chemical_A1 +LQ00X084800 Putative uncharacterized protein 5.013320925 C6_chemical_A3 +LQ00X084800 Putative uncharacterized protein 4.913520911 C6_chemical_B1 +LQ00X084800 Putative uncharacterized protein 4.81632444 C6_chemical_B2 +LQ00X084800 Putative uncharacterized protein 4.895801368 C6_chemical_B3 +LQ00X084800 Putative uncharacterized protein 5.440775848 C6_chemical_C1 +LQ00X084800 Putative uncharacterized protein 5.153845741 C6_chemical_C2 +LQ00X084800 Putative uncharacterized protein 5.170010296 C6_chemical_C3 +LQ00X084800 Putative uncharacterized protein 4.877649153 L4_control_A1 +LQ00X084800 Putative uncharacterized protein 4.850740298 L4_control_A2 +LQ00X084800 Putative uncharacterized protein 5.698690091 L4_control_A3 +LQ00X084800 Putative uncharacterized protein 5.149523292 L4_control_B1 +LQ00X084800 Putative uncharacterized protein 5.020000557 L4_control_B2 +LQ00X084800 Putative uncharacterized protein 4.948396866 L4_control_B3 +LQ00X084800 Putative uncharacterized protein 5.112606739 L4_control_C2 +LQ00X084800 Putative uncharacterized protein 5.124765286 L4_control_C3 +LQ00X084800 Putative uncharacterized protein 4.975219294 L4_chemical_A1 +LQ00X084800 Putative uncharacterized protein 4.947283314 L4_chemical_A2 +LQ00X084800 Putative uncharacterized protein 5.223034157 L4_chemical_A3 +LQ00X084800 Putative uncharacterized protein 5.219059709 L4_chemical_B1 +LQ00X084800 Putative uncharacterized protein 5.049448084 L4_chemical_B2 +LQ00X084800 Putative uncharacterized protein 4.953494779 L4_chemical_B3 +LQ00X084800 Putative uncharacterized protein 5.094256362 L4_chemical_C2 +LQ00X084800 Putative uncharacterized protein 5.03101231 L4_chemical_C3 +LQ00X085011 Putative uncharacterized protein 4.740066747 C6_control_A1 +LQ00X085011 Putative uncharacterized protein 4.814384799 C6_control_A3 +LQ00X085011 Putative uncharacterized protein 4.849413963 C6_control_B1 +LQ00X085011 Putative uncharacterized protein 4.897228584 C6_control_B2 +LQ00X085011 Putative uncharacterized protein 4.896016742 C6_control_B3 +LQ00X085011 Putative uncharacterized protein 4.688660025 C6_control_C1 +LQ00X085011 Putative uncharacterized protein 4.835959891 C6_control_C2 +LQ00X085011 Putative uncharacterized protein 4.969269672 C6_control_C3 +LQ00X085011 Putative uncharacterized protein 4.842711857 C6_chemical_A1 +LQ00X085011 Putative uncharacterized protein 4.984140053 C6_chemical_A3 +LQ00X085011 Putative uncharacterized protein 5.047337629 C6_chemical_B1 +LQ00X085011 Putative uncharacterized protein 4.681047229 C6_chemical_B2 +LQ00X085011 Putative uncharacterized protein 5.166140443 C6_chemical_B3 +LQ00X085011 Putative uncharacterized protein 4.606270428 C6_chemical_C1 +LQ00X085011 Putative uncharacterized protein 4.676181152 C6_chemical_C2 +LQ00X085011 Putative uncharacterized protein 4.603497328 C6_chemical_C3 +LQ00X085011 Putative uncharacterized protein 4.807781223 L4_control_A1 +LQ00X085011 Putative uncharacterized protein 5.512633305 L4_control_A2 +LQ00X085011 Putative uncharacterized protein 5.005737514 L4_control_A3 +LQ00X085011 Putative uncharacterized protein 5.327693948 L4_control_B1 +LQ00X085011 Putative uncharacterized protein 4.957758794 L4_control_B2 +LQ00X085011 Putative uncharacterized protein 4.781250537 L4_control_B3 +LQ00X085011 Putative uncharacterized protein 5.007816435 L4_control_C2 +LQ00X085011 Putative uncharacterized protein 4.621072178 L4_control_C3 +LQ00X085011 Putative uncharacterized protein 4.744426584 L4_chemical_A1 +LQ00X085011 Putative uncharacterized protein 5.421607727 L4_chemical_A2 +LQ00X085011 Putative uncharacterized protein 4.923007225 L4_chemical_A3 +LQ00X085011 Putative uncharacterized protein 5.298808748 L4_chemical_B1 +LQ00X085011 Putative uncharacterized protein 5.004009944 L4_chemical_B2 +LQ00X085011 Putative uncharacterized protein 4.694702803 L4_chemical_B3 +LQ00X085011 Putative uncharacterized protein 5.150050473 L4_chemical_C2 +LQ00X085011 Putative uncharacterized protein 4.842245026 L4_chemical_C3 +LQ00X085060 Putative uncharacterized protein 5.32504758 C6_control_A1 +LQ00X085060 Putative uncharacterized protein 4.81988905 C6_control_A3 +LQ00X085060 Putative uncharacterized protein 4.787447569 C6_control_B1 +LQ00X085060 Putative uncharacterized protein 4.93335663 C6_control_B2 +LQ00X085060 Putative uncharacterized protein 4.943043191 C6_control_B3 +LQ00X085060 Putative uncharacterized protein 5.160757468 C6_control_C1 +LQ00X085060 Putative uncharacterized protein 5.09277691 C6_control_C2 +LQ00X085060 Putative uncharacterized protein 4.989195314 C6_control_C3 +LQ00X085060 Putative uncharacterized protein 4.84546986 C6_chemical_A1 +LQ00X085060 Putative uncharacterized protein 5.119220755 C6_chemical_A3 +LQ00X085060 Putative uncharacterized protein 5.650815616 C6_chemical_B1 +LQ00X085060 Putative uncharacterized protein 5.015757765 C6_chemical_B2 +LQ00X085060 Putative uncharacterized protein 5.028179908 C6_chemical_B3 +LQ00X085060 Putative uncharacterized protein 4.876957762 C6_chemical_C1 +LQ00X085060 Putative uncharacterized protein 5.356438363 C6_chemical_C2 +LQ00X085060 Putative uncharacterized protein 5.171756709 C6_chemical_C3 +LQ00X085060 Putative uncharacterized protein 4.978858122 L4_control_A1 +LQ00X085060 Putative uncharacterized protein 4.966581949 L4_control_A2 +LQ00X085060 Putative uncharacterized protein 4.998086907 L4_control_A3 +LQ00X085060 Putative uncharacterized protein 5.137138334 L4_control_B1 +LQ00X085060 Putative uncharacterized protein 5.251155601 L4_control_B2 +LQ00X085060 Putative uncharacterized protein 5.182676714 L4_control_B3 +LQ00X085060 Putative uncharacterized protein 5.137925381 L4_control_C2 +LQ00X085060 Putative uncharacterized protein 4.851206382 L4_control_C3 +LQ00X085060 Putative uncharacterized protein 5.000021156 L4_chemical_A1 +LQ00X085060 Putative uncharacterized protein 5.103984789 L4_chemical_A2 +LQ00X085060 Putative uncharacterized protein 4.905458124 L4_chemical_A3 +LQ00X085060 Putative uncharacterized protein 5.512047268 L4_chemical_B1 +LQ00X085060 Putative uncharacterized protein 5.153448022 L4_chemical_B2 +LQ00X085060 Putative uncharacterized protein 4.870252122 L4_chemical_B3 +LQ00X085060 Putative uncharacterized protein 5.396560713 L4_chemical_C2 +LQ00X085060 Putative uncharacterized protein 4.724463599 L4_chemical_C3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.61942959 C6_control_A1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.63425384 C6_control_A3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.08595026 C6_control_B1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.66740971 C6_control_B2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.93619501 C6_control_B3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.8517247 C6_control_C1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.66623196 C6_control_C2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.65455061 C6_control_C3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.68015244 C6_chemical_A1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.86089374 C6_chemical_A3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.34384904 C6_chemical_B1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.63401267 C6_chemical_B2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.082734 C6_chemical_B3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.84393011 C6_chemical_C1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.44998697 C6_chemical_C2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.63497575 C6_chemical_C3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.82509721 L4_control_A1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.2245889 L4_control_A2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.8112626 L4_control_A3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.39954928 L4_control_B1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.32203821 L4_control_B2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.87797754 L4_control_B3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 14.04212731 L4_control_C2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 14.15964848 L4_control_C3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.23214269 L4_chemical_A1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.05299693 L4_chemical_A2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.95669597 L4_chemical_A3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.5320339 L4_chemical_B1 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 13.24800423 L4_chemical_B2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.50204765 L4_chemical_B3 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 14.11544492 L4_chemical_C2 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 14.00682011 L4_chemical_C3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.120327598 C6_control_A1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.174501732 C6_control_A3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 4.995395412 C6_control_B1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 6.480279674 C6_control_B2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 6.050362404 C6_control_B3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 7.976825985 C6_control_C1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 7.602178576 C6_control_C2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 7.958754827 C6_control_C3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.137775308 C6_chemical_A1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.02163103 C6_chemical_A3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.281876692 C6_chemical_B1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.957158457 C6_chemical_B2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.579352614 C6_chemical_B3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 7.78678466 C6_chemical_C1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 6.684359874 C6_chemical_C2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 7.821538992 C6_chemical_C3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.5436826 L4_control_A1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.319904219 L4_control_A2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.307889663 L4_control_A3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 6.637124743 L4_control_B1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 6.029688328 L4_control_B2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 7.843601694 L4_control_B3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 6.311549779 L4_control_C2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 8.212091109 L4_control_C3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.298618522 L4_chemical_A1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.070569085 L4_chemical_A2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.482402073 L4_chemical_A3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.461367762 L4_chemical_B1 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.934064432 L4_chemical_B2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 7.328922804 L4_chemical_B3 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 7.01134734 L4_chemical_C2 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 8.610982381 L4_chemical_C3 +LQ00X085480 Predicted protein 12.83359326 C6_control_A1 +LQ00X085480 Predicted protein 12.90992356 C6_control_A3 +LQ00X085480 Predicted protein 12.84672198 C6_control_B1 +LQ00X085480 Predicted protein 12.63330998 C6_control_B2 +LQ00X085480 Predicted protein 12.95310183 C6_control_B3 +LQ00X085480 Predicted protein 12.94864509 C6_control_C1 +LQ00X085480 Predicted protein 13.09879183 C6_control_C2 +LQ00X085480 Predicted protein 12.88070311 C6_control_C3 +LQ00X085480 Predicted protein 12.9826008 C6_chemical_A1 +LQ00X085480 Predicted protein 13.29160741 C6_chemical_A3 +LQ00X085480 Predicted protein 13.08995987 C6_chemical_B1 +LQ00X085480 Predicted protein 12.85785184 C6_chemical_B2 +LQ00X085480 Predicted protein 13.27499699 C6_chemical_B3 +LQ00X085480 Predicted protein 12.90061432 C6_chemical_C1 +LQ00X085480 Predicted protein 13.08781009 C6_chemical_C2 +LQ00X085480 Predicted protein 13.09215634 C6_chemical_C3 +LQ00X085480 Predicted protein 12.87917549 L4_control_A1 +LQ00X085480 Predicted protein 12.95679577 L4_control_A2 +LQ00X085480 Predicted protein 13.82173293 L4_control_A3 +LQ00X085480 Predicted protein 12.77777872 L4_control_B1 +LQ00X085480 Predicted protein 13.37033107 L4_control_B2 +LQ00X085480 Predicted protein 12.86791627 L4_control_B3 +LQ00X085480 Predicted protein 13.52379192 L4_control_C2 +LQ00X085480 Predicted protein 14.04535331 L4_control_C3 +LQ00X085480 Predicted protein 13.4443728 L4_chemical_A1 +LQ00X085480 Predicted protein 13.80953201 L4_chemical_A2 +LQ00X085480 Predicted protein 13.7488558 L4_chemical_A3 +LQ00X085480 Predicted protein 13.1080622 L4_chemical_B1 +LQ00X085480 Predicted protein 13.25815898 L4_chemical_B2 +LQ00X085480 Predicted protein 12.89829642 L4_chemical_B3 +LQ00X085480 Predicted protein 13.55495158 L4_chemical_C2 +LQ00X085480 Predicted protein 13.83082602 L4_chemical_C3 +LQ00X085520 14 kDa zinc-binding protein 14.70245201 C6_control_A1 +LQ00X085520 14 kDa zinc-binding protein 14.59881419 C6_control_A3 +LQ00X085520 14 kDa zinc-binding protein 14.33995344 C6_control_B1 +LQ00X085520 14 kDa zinc-binding protein 14.55626935 C6_control_B2 +LQ00X085520 14 kDa zinc-binding protein 14.36009907 C6_control_B3 +LQ00X085520 14 kDa zinc-binding protein 14.457582 C6_control_C1 +LQ00X085520 14 kDa zinc-binding protein 14.40131552 C6_control_C2 +LQ00X085520 14 kDa zinc-binding protein 14.4915564 C6_control_C3 +LQ00X085520 14 kDa zinc-binding protein 14.73705434 C6_chemical_A1 +LQ00X085520 14 kDa zinc-binding protein 14.59109334 C6_chemical_A3 +LQ00X085520 14 kDa zinc-binding protein 14.29262384 C6_chemical_B1 +LQ00X085520 14 kDa zinc-binding protein 14.50632231 C6_chemical_B2 +LQ00X085520 14 kDa zinc-binding protein 14.32111378 C6_chemical_B3 +LQ00X085520 14 kDa zinc-binding protein 14.54772983 C6_chemical_C1 +LQ00X085520 14 kDa zinc-binding protein 14.60943733 C6_chemical_C2 +LQ00X085520 14 kDa zinc-binding protein 14.20625786 C6_chemical_C3 +LQ00X085520 14 kDa zinc-binding protein 14.37746639 L4_control_A1 +LQ00X085520 14 kDa zinc-binding protein 14.47799163 L4_control_A2 +LQ00X085520 14 kDa zinc-binding protein 14.00050308 L4_control_A3 +LQ00X085520 14 kDa zinc-binding protein 14.47013226 L4_control_B1 +LQ00X085520 14 kDa zinc-binding protein 13.94124279 L4_control_B2 +LQ00X085520 14 kDa zinc-binding protein 14.21514358 L4_control_B3 +LQ00X085520 14 kDa zinc-binding protein 13.79416818 L4_control_C2 +LQ00X085520 14 kDa zinc-binding protein 13.94227415 L4_control_C3 +LQ00X085520 14 kDa zinc-binding protein 14.44779835 L4_chemical_A1 +LQ00X085520 14 kDa zinc-binding protein 14.90414147 L4_chemical_A2 +LQ00X085520 14 kDa zinc-binding protein 14.24395396 L4_chemical_A3 +LQ00X085520 14 kDa zinc-binding protein 14.2204791 L4_chemical_B1 +LQ00X085520 14 kDa zinc-binding protein 14.31035614 L4_chemical_B2 +LQ00X085520 14 kDa zinc-binding protein 14.33272191 L4_chemical_B3 +LQ00X085520 14 kDa zinc-binding protein 14.16094707 L4_chemical_C2 +LQ00X085520 14 kDa zinc-binding protein 14.10106064 L4_chemical_C3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.293040846 C6_control_A1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.611539708 C6_control_A3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.637548275 C6_control_B1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.668958401 C6_control_B2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.331744282 C6_control_B3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.741219233 C6_control_C1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.549494001 C6_control_C2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.569282259 C6_control_C3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.324000002 C6_chemical_A1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.642197109 C6_chemical_A3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.193631099 C6_chemical_B1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.71524288 C6_chemical_B2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.351551664 C6_chemical_B3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.347502271 C6_chemical_C1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.358444095 C6_chemical_C2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.168251454 C6_chemical_C3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.337635529 L4_control_A1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 4.916768178 L4_control_A2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.936526118 L4_control_A3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 6.25631053 L4_control_B1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.739169612 L4_control_B2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.115602529 L4_control_B3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.717530116 L4_control_C2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 6.01674765 L4_control_C3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.178740523 L4_chemical_A1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.190685965 L4_chemical_A2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.386420334 L4_chemical_A3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.887813232 L4_chemical_B1 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.442689528 L4_chemical_B2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.117633382 L4_chemical_B3 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.417998371 L4_chemical_C2 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 6.156009008 L4_chemical_C3 +LQ00X085660 Hypothetical protein 5.06534015 C6_control_A1 +LQ00X085660 Hypothetical protein 4.743445055 C6_control_A3 +LQ00X085660 Hypothetical protein 4.683454831 C6_control_B1 +LQ00X085660 Hypothetical protein 5.054181048 C6_control_B2 +LQ00X085660 Hypothetical protein 4.778250322 C6_control_B3 +LQ00X085660 Hypothetical protein 5.249246752 C6_control_C1 +LQ00X085660 Hypothetical protein 4.828808027 C6_control_C2 +LQ00X085660 Hypothetical protein 4.792540892 C6_control_C3 +LQ00X085660 Hypothetical protein 5.087117245 C6_chemical_A1 +LQ00X085660 Hypothetical protein 4.570265567 C6_chemical_A3 +LQ00X085660 Hypothetical protein 5.159781762 C6_chemical_B1 +LQ00X085660 Hypothetical protein 4.969812862 C6_chemical_B2 +LQ00X085660 Hypothetical protein 5.012774984 C6_chemical_B3 +LQ00X085660 Hypothetical protein 5.296550803 C6_chemical_C1 +LQ00X085660 Hypothetical protein 5.017618892 C6_chemical_C2 +LQ00X085660 Hypothetical protein 5.404554966 C6_chemical_C3 +LQ00X085660 Hypothetical protein 4.782565361 L4_control_A1 +LQ00X085660 Hypothetical protein 4.8126696 L4_control_A2 +LQ00X085660 Hypothetical protein 4.584704467 L4_control_A3 +LQ00X085660 Hypothetical protein 5.01889624 L4_control_B1 +LQ00X085660 Hypothetical protein 4.986388148 L4_control_B2 +LQ00X085660 Hypothetical protein 4.914428624 L4_control_B3 +LQ00X085660 Hypothetical protein 5.315195323 L4_control_C2 +LQ00X085660 Hypothetical protein 5.563331504 L4_control_C3 +LQ00X085660 Hypothetical protein 4.721080652 L4_chemical_A1 +LQ00X085660 Hypothetical protein 4.596423217 L4_chemical_A2 +LQ00X085660 Hypothetical protein 4.613778991 L4_chemical_A3 +LQ00X085660 Hypothetical protein 4.61384232 L4_chemical_B1 +LQ00X085660 Hypothetical protein 5.11246693 L4_chemical_B2 +LQ00X085660 Hypothetical protein 5.056478172 L4_chemical_B3 +LQ00X085660 Hypothetical protein 4.938790561 L4_chemical_C2 +LQ00X085660 Hypothetical protein 5.062437832 L4_chemical_C3 +LQ00X085670 Hypothetical protein 12.24777275 C6_control_A1 +LQ00X085670 Hypothetical protein 12.85439944 C6_control_A3 +LQ00X085670 Hypothetical protein 12.24363131 C6_control_B1 +LQ00X085670 Hypothetical protein 11.69135794 C6_control_B2 +LQ00X085670 Hypothetical protein 12.09622302 C6_control_B3 +LQ00X085670 Hypothetical protein 12.13871342 C6_control_C1 +LQ00X085670 Hypothetical protein 11.98316039 C6_control_C2 +LQ00X085670 Hypothetical protein 12.13039418 C6_control_C3 +LQ00X085670 Hypothetical protein 12.14422814 C6_chemical_A1 +LQ00X085670 Hypothetical protein 12.64966288 C6_chemical_A3 +LQ00X085670 Hypothetical protein 12.05373533 C6_chemical_B1 +LQ00X085670 Hypothetical protein 11.94674905 C6_chemical_B2 +LQ00X085670 Hypothetical protein 11.96219211 C6_chemical_B3 +LQ00X085670 Hypothetical protein 12.16507345 C6_chemical_C1 +LQ00X085670 Hypothetical protein 12.13461624 C6_chemical_C2 +LQ00X085670 Hypothetical protein 12.2784448 C6_chemical_C3 +LQ00X085670 Hypothetical protein 12.35005121 L4_control_A1 +LQ00X085670 Hypothetical protein 12.27096567 L4_control_A2 +LQ00X085670 Hypothetical protein 12.46059879 L4_control_A3 +LQ00X085670 Hypothetical protein 11.93943742 L4_control_B1 +LQ00X085670 Hypothetical protein 11.86856763 L4_control_B2 +LQ00X085670 Hypothetical protein 11.94664162 L4_control_B3 +LQ00X085670 Hypothetical protein 12.06414235 L4_control_C2 +LQ00X085670 Hypothetical protein 12.35118958 L4_control_C3 +LQ00X085670 Hypothetical protein 12.1307421 L4_chemical_A1 +LQ00X085670 Hypothetical protein 12.22785995 L4_chemical_A2 +LQ00X085670 Hypothetical protein 12.28667399 L4_chemical_A3 +LQ00X085670 Hypothetical protein 12.16237982 L4_chemical_B1 +LQ00X085670 Hypothetical protein 11.88935571 L4_chemical_B2 +LQ00X085670 Hypothetical protein 12.11049827 L4_chemical_B3 +LQ00X085670 Hypothetical protein 11.98040473 L4_chemical_C2 +LQ00X085670 Hypothetical protein 12.44176755 L4_chemical_C3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.387943157 C6_control_A1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.267664071 C6_control_A3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 4.988352362 C6_control_B1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.177098728 C6_control_B2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.212541743 C6_control_B3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.508253147 C6_control_C1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.517057306 C6_control_C2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.379494363 C6_control_C3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.266298588 C6_chemical_A1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.085231647 C6_chemical_A3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 4.935966663 C6_chemical_B1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.153024675 C6_chemical_B2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.340356282 C6_chemical_B3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.447164053 C6_chemical_C1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.227678851 C6_chemical_C2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.410324106 C6_chemical_C3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.229018236 L4_control_A1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.343824043 L4_control_A2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.734038105 L4_control_A3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.388883858 L4_control_B1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.302287632 L4_control_B2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.100799436 L4_control_B3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.551057725 L4_control_C2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 4.979388956 L4_control_C3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.545872954 L4_chemical_A1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.506142641 L4_chemical_A2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.374329324 L4_chemical_A3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.422385964 L4_chemical_B1 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.167889452 L4_chemical_B2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 4.967055581 L4_chemical_B3 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.724050623 L4_chemical_C2 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.205601309 L4_chemical_C3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.362076347 C6_control_A1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 7.053104572 C6_control_A3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 9.072042476 C6_control_B1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.94507184 C6_control_B2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 9.876792191 C6_control_B3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.06856535 C6_control_C1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.33160153 C6_control_C2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.31800836 C6_control_C3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 7.789026165 C6_chemical_A1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.232290308 C6_chemical_A3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.538228762 C6_chemical_B1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.84422295 C6_chemical_B2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 10.00743627 C6_chemical_B3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.97407149 C6_chemical_C1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.38551134 C6_chemical_C2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 14.06746445 C6_chemical_C3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.737287213 L4_control_A1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.46041417 L4_control_A2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 7.054162025 L4_control_A3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 9.375074353 L4_control_B1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 7.692693125 L4_control_B2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.06122488 L4_control_B3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.13119455 L4_control_C2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.43096878 L4_control_C3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.91577754 L4_chemical_A1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.797541648 L4_chemical_A2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.232400632 L4_chemical_A3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.677329193 L4_chemical_B1 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 8.046550307 L4_chemical_B2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 10.68161647 L4_chemical_B3 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.17024506 L4_chemical_C2 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.42685162 L4_chemical_C3 +LQ00X085970 DELLA protein GAI 13.04384316 C6_control_A1 +LQ00X085970 DELLA protein GAI 12.38837312 C6_control_A3 +LQ00X085970 DELLA protein GAI 13.34014891 C6_control_B1 +LQ00X085970 DELLA protein GAI 12.53065655 C6_control_B2 +LQ00X085970 DELLA protein GAI 13.22976515 C6_control_B3 +LQ00X085970 DELLA protein GAI 12.57611184 C6_control_C1 +LQ00X085970 DELLA protein GAI 11.44980591 C6_control_C2 +LQ00X085970 DELLA protein GAI 12.2006375 C6_control_C3 +LQ00X085970 DELLA protein GAI 13.32165636 C6_chemical_A1 +LQ00X085970 DELLA protein GAI 13.43399055 C6_chemical_A3 +LQ00X085970 DELLA protein GAI 13.44918563 C6_chemical_B1 +LQ00X085970 DELLA protein GAI 12.62844048 C6_chemical_B2 +LQ00X085970 DELLA protein GAI 13.68217541 C6_chemical_B3 +LQ00X085970 DELLA protein GAI 12.54231258 C6_chemical_C1 +LQ00X085970 DELLA protein GAI 12.16958104 C6_chemical_C2 +LQ00X085970 DELLA protein GAI 12.6565453 C6_chemical_C3 +LQ00X085970 DELLA protein GAI 12.87864863 L4_control_A1 +LQ00X085970 DELLA protein GAI 12.10295569 L4_control_A2 +LQ00X085970 DELLA protein GAI 12.93473928 L4_control_A3 +LQ00X085970 DELLA protein GAI 12.64003807 L4_control_B1 +LQ00X085970 DELLA protein GAI 13.05440974 L4_control_B2 +LQ00X085970 DELLA protein GAI 12.67725448 L4_control_B3 +LQ00X085970 DELLA protein GAI 12.42151347 L4_control_C2 +LQ00X085970 DELLA protein GAI 12.39460751 L4_control_C3 +LQ00X085970 DELLA protein GAI 12.84967629 L4_chemical_A1 +LQ00X085970 DELLA protein GAI 12.16539719 L4_chemical_A2 +LQ00X085970 DELLA protein GAI 12.72104973 L4_chemical_A3 +LQ00X085970 DELLA protein GAI 12.70891212 L4_chemical_B1 +LQ00X085970 DELLA protein GAI 12.31742806 L4_chemical_B2 +LQ00X085970 DELLA protein GAI 13.41635294 L4_chemical_B3 +LQ00X085970 DELLA protein GAI 12.48613352 L4_chemical_C2 +LQ00X085970 DELLA protein GAI 12.17302748 L4_chemical_C3 +LQ00X086150 Hypothetical protein 10.8652425 C6_control_A1 +LQ00X086150 Hypothetical protein 11.41719158 C6_control_A3 +LQ00X086150 Hypothetical protein 11.48929283 C6_control_B1 +LQ00X086150 Hypothetical protein 12.05570686 C6_control_B2 +LQ00X086150 Hypothetical protein 11.68770658 C6_control_B3 +LQ00X086150 Hypothetical protein 11.94720078 C6_control_C1 +LQ00X086150 Hypothetical protein 12.15559083 C6_control_C2 +LQ00X086150 Hypothetical protein 12.10304597 C6_control_C3 +LQ00X086150 Hypothetical protein 10.77187779 C6_chemical_A1 +LQ00X086150 Hypothetical protein 10.86143779 C6_chemical_A3 +LQ00X086150 Hypothetical protein 11.35461659 C6_chemical_B1 +LQ00X086150 Hypothetical protein 11.50560319 C6_chemical_B2 +LQ00X086150 Hypothetical protein 11.55846075 C6_chemical_B3 +LQ00X086150 Hypothetical protein 11.89693557 C6_chemical_C1 +LQ00X086150 Hypothetical protein 11.72729985 C6_chemical_C2 +LQ00X086150 Hypothetical protein 11.89709947 C6_chemical_C3 +LQ00X086150 Hypothetical protein 11.35819912 L4_control_A1 +LQ00X086150 Hypothetical protein 11.61813716 L4_control_A2 +LQ00X086150 Hypothetical protein 11.0794199 L4_control_A3 +LQ00X086150 Hypothetical protein 11.69426341 L4_control_B1 +LQ00X086150 Hypothetical protein 10.29020933 L4_control_B2 +LQ00X086150 Hypothetical protein 11.42512959 L4_control_B3 +LQ00X086150 Hypothetical protein 10.7466392 L4_control_C2 +LQ00X086150 Hypothetical protein 11.65529146 L4_control_C3 +LQ00X086150 Hypothetical protein 11.87694523 L4_chemical_A1 +LQ00X086150 Hypothetical protein 12.2832986 L4_chemical_A2 +LQ00X086150 Hypothetical protein 11.32918686 L4_chemical_A3 +LQ00X086150 Hypothetical protein 11.27988442 L4_chemical_B1 +LQ00X086150 Hypothetical protein 11.21414277 L4_chemical_B2 +LQ00X086150 Hypothetical protein 11.52708916 L4_chemical_B3 +LQ00X086150 Hypothetical protein 11.36296694 L4_chemical_C2 +LQ00X086150 Hypothetical protein 11.18976368 L4_chemical_C3 +LQ00X086210 Putative uncharacterized protein 13.47611465 C6_control_A1 +LQ00X086210 Putative uncharacterized protein 13.63478208 C6_control_A3 +LQ00X086210 Putative uncharacterized protein 13.48894529 C6_control_B1 +LQ00X086210 Putative uncharacterized protein 12.88622395 C6_control_B2 +LQ00X086210 Putative uncharacterized protein 13.00140605 C6_control_B3 +LQ00X086210 Putative uncharacterized protein 12.65684031 C6_control_C1 +LQ00X086210 Putative uncharacterized protein 12.73722715 C6_control_C2 +LQ00X086210 Putative uncharacterized protein 12.72312748 C6_control_C3 +LQ00X086210 Putative uncharacterized protein 13.63394428 C6_chemical_A1 +LQ00X086210 Putative uncharacterized protein 13.51985735 C6_chemical_A3 +LQ00X086210 Putative uncharacterized protein 13.46417079 C6_chemical_B1 +LQ00X086210 Putative uncharacterized protein 13.15752349 C6_chemical_B2 +LQ00X086210 Putative uncharacterized protein 13.09803222 C6_chemical_B3 +LQ00X086210 Putative uncharacterized protein 12.89157579 C6_chemical_C1 +LQ00X086210 Putative uncharacterized protein 13.14999491 C6_chemical_C2 +LQ00X086210 Putative uncharacterized protein 12.59031376 C6_chemical_C3 +LQ00X086210 Putative uncharacterized protein 12.94327676 L4_control_A1 +LQ00X086210 Putative uncharacterized protein 13.23863676 L4_control_A2 +LQ00X086210 Putative uncharacterized protein 12.22759238 L4_control_A3 +LQ00X086210 Putative uncharacterized protein 12.45421719 L4_control_B1 +LQ00X086210 Putative uncharacterized protein 12.40604328 L4_control_B2 +LQ00X086210 Putative uncharacterized protein 12.00678995 L4_control_B3 +LQ00X086210 Putative uncharacterized protein 11.96229757 L4_control_C2 +LQ00X086210 Putative uncharacterized protein 11.95991752 L4_control_C3 +LQ00X086210 Putative uncharacterized protein 12.75301609 L4_chemical_A1 +LQ00X086210 Putative uncharacterized protein 13.08512104 L4_chemical_A2 +LQ00X086210 Putative uncharacterized protein 12.6260624 L4_chemical_A3 +LQ00X086210 Putative uncharacterized protein 12.93750504 L4_chemical_B1 +LQ00X086210 Putative uncharacterized protein 12.77692515 L4_chemical_B2 +LQ00X086210 Putative uncharacterized protein 12.65600161 L4_chemical_B3 +LQ00X086210 Putative uncharacterized protein 11.93618227 L4_chemical_C2 +LQ00X086210 Putative uncharacterized protein 12.51793966 L4_chemical_C3 +LQ00X086250 Putative uncharacterized protein 4.918080213 C6_control_A1 +LQ00X086250 Putative uncharacterized protein 4.718238704 C6_control_A3 +LQ00X086250 Putative uncharacterized protein 4.803556286 C6_control_B1 +LQ00X086250 Putative uncharacterized protein 4.643301404 C6_control_B2 +LQ00X086250 Putative uncharacterized protein 4.94467123 C6_control_B3 +LQ00X086250 Putative uncharacterized protein 4.559000274 C6_control_C1 +LQ00X086250 Putative uncharacterized protein 4.791723537 C6_control_C2 +LQ00X086250 Putative uncharacterized protein 4.841538375 C6_control_C3 +LQ00X086250 Putative uncharacterized protein 4.830348201 C6_chemical_A1 +LQ00X086250 Putative uncharacterized protein 4.866323404 C6_chemical_A3 +LQ00X086250 Putative uncharacterized protein 4.830016101 C6_chemical_B1 +LQ00X086250 Putative uncharacterized protein 4.893575756 C6_chemical_B2 +LQ00X086250 Putative uncharacterized protein 4.945476418 C6_chemical_B3 +LQ00X086250 Putative uncharacterized protein 4.737079035 C6_chemical_C1 +LQ00X086250 Putative uncharacterized protein 4.976261106 C6_chemical_C2 +LQ00X086250 Putative uncharacterized protein 5.261636425 C6_chemical_C3 +LQ00X086250 Putative uncharacterized protein 4.67122562 L4_control_A1 +LQ00X086250 Putative uncharacterized protein 5.047696523 L4_control_A2 +LQ00X086250 Putative uncharacterized protein 5.240295044 L4_control_A3 +LQ00X086250 Putative uncharacterized protein 5.305921538 L4_control_B1 +LQ00X086250 Putative uncharacterized protein 5.066408816 L4_control_B2 +LQ00X086250 Putative uncharacterized protein 4.984694631 L4_control_B3 +LQ00X086250 Putative uncharacterized protein 5.26997455 L4_control_C2 +LQ00X086250 Putative uncharacterized protein 4.927836975 L4_control_C3 +LQ00X086250 Putative uncharacterized protein 4.96104435 L4_chemical_A1 +LQ00X086250 Putative uncharacterized protein 4.690843938 L4_chemical_A2 +LQ00X086250 Putative uncharacterized protein 4.824207565 L4_chemical_A3 +LQ00X086250 Putative uncharacterized protein 5.106005742 L4_chemical_B1 +LQ00X086250 Putative uncharacterized protein 5.328040974 L4_chemical_B2 +LQ00X086250 Putative uncharacterized protein 4.886142579 L4_chemical_B3 +LQ00X086250 Putative uncharacterized protein 5.41741729 L4_chemical_C2 +LQ00X086250 Putative uncharacterized protein 5.081017979 L4_chemical_C3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.41126953 C6_control_A1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.3514417 C6_control_A3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.23463115 C6_control_B1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.01165583 C6_control_B2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.26765163 C6_control_B3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.37702477 C6_control_C1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.18778235 C6_control_C2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.37852118 C6_control_C3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.14181992 C6_chemical_A1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.92920592 C6_chemical_A3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.85872549 C6_chemical_B1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.81568171 C6_chemical_B2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.94822178 C6_chemical_B3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.20808109 C6_chemical_C1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.11477793 C6_chemical_C2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.69189729 C6_chemical_C3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.32701525 L4_control_A1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.26002338 L4_control_A2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.42825558 L4_control_A3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.61345321 L4_control_B1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.66366983 L4_control_B2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 10.7093963 L4_control_B3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.02768274 L4_control_C2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.51677289 L4_control_C3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.85495596 L4_chemical_A1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.0589316 L4_chemical_A2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.23629509 L4_chemical_A3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.72934533 L4_chemical_B1 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.51205517 L4_chemical_B2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.22986697 L4_chemical_B3 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.7719544 L4_chemical_C2 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 11.56321309 L4_chemical_C3 +LQ00X086520 Predicted protein 4.866078283 C6_control_A1 +LQ00X086520 Predicted protein 5.551547523 C6_control_A3 +LQ00X086520 Predicted protein 5.254539982 C6_control_B1 +LQ00X086520 Predicted protein 5.228519369 C6_control_B2 +LQ00X086520 Predicted protein 4.769505104 C6_control_B3 +LQ00X086520 Predicted protein 5.239091405 C6_control_C1 +LQ00X086520 Predicted protein 5.863031683 C6_control_C2 +LQ00X086520 Predicted protein 5.092648041 C6_control_C3 +LQ00X086520 Predicted protein 4.728237423 C6_chemical_A1 +LQ00X086520 Predicted protein 5.251898423 C6_chemical_A3 +LQ00X086520 Predicted protein 4.932714027 C6_chemical_B1 +LQ00X086520 Predicted protein 5.211823623 C6_chemical_B2 +LQ00X086520 Predicted protein 4.783604742 C6_chemical_B3 +LQ00X086520 Predicted protein 5.020298724 C6_chemical_C1 +LQ00X086520 Predicted protein 5.367061691 C6_chemical_C2 +LQ00X086520 Predicted protein 5.57887885 C6_chemical_C3 +LQ00X086520 Predicted protein 5.070090985 L4_control_A1 +LQ00X086520 Predicted protein 5.211649376 L4_control_A2 +LQ00X086520 Predicted protein 5.326676989 L4_control_A3 +LQ00X086520 Predicted protein 5.027783796 L4_control_B1 +LQ00X086520 Predicted protein 5.598006196 L4_control_B2 +LQ00X086520 Predicted protein 5.827013523 L4_control_B3 +LQ00X086520 Predicted protein 5.726301452 L4_control_C2 +LQ00X086520 Predicted protein 5.035159608 L4_control_C3 +LQ00X086520 Predicted protein 5.300276412 L4_chemical_A1 +LQ00X086520 Predicted protein 4.79846711 L4_chemical_A2 +LQ00X086520 Predicted protein 5.57923193 L4_chemical_A3 +LQ00X086520 Predicted protein 5.516456404 L4_chemical_B1 +LQ00X086520 Predicted protein 5.828333014 L4_chemical_B2 +LQ00X086520 Predicted protein 5.167382684 L4_chemical_B3 +LQ00X086520 Predicted protein 5.175034486 L4_chemical_C2 +LQ00X086520 Predicted protein 4.755364165 L4_chemical_C3 +LQ00X086540 APO protein 1, chloroplastic 6.831316933 C6_control_A1 +LQ00X086540 APO protein 1, chloroplastic 6.663350334 C6_control_A3 +LQ00X086540 APO protein 1, chloroplastic 6.915701109 C6_control_B1 +LQ00X086540 APO protein 1, chloroplastic 7.273718923 C6_control_B2 +LQ00X086540 APO protein 1, chloroplastic 7.402653302 C6_control_B3 +LQ00X086540 APO protein 1, chloroplastic 7.847346755 C6_control_C1 +LQ00X086540 APO protein 1, chloroplastic 7.31825337 C6_control_C2 +LQ00X086540 APO protein 1, chloroplastic 8.320773729 C6_control_C3 +LQ00X086540 APO protein 1, chloroplastic 6.883153261 C6_chemical_A1 +LQ00X086540 APO protein 1, chloroplastic 6.369066789 C6_chemical_A3 +LQ00X086540 APO protein 1, chloroplastic 7.100737862 C6_chemical_B1 +LQ00X086540 APO protein 1, chloroplastic 7.040910957 C6_chemical_B2 +LQ00X086540 APO protein 1, chloroplastic 7.040583867 C6_chemical_B3 +LQ00X086540 APO protein 1, chloroplastic 7.62395952 C6_chemical_C1 +LQ00X086540 APO protein 1, chloroplastic 7.681807652 C6_chemical_C2 +LQ00X086540 APO protein 1, chloroplastic 7.794671232 C6_chemical_C3 +LQ00X086540 APO protein 1, chloroplastic 6.194743944 L4_control_A1 +LQ00X086540 APO protein 1, chloroplastic 6.428041534 L4_control_A2 +LQ00X086540 APO protein 1, chloroplastic 7.088647141 L4_control_A3 +LQ00X086540 APO protein 1, chloroplastic 6.571853351 L4_control_B1 +LQ00X086540 APO protein 1, chloroplastic 6.140872795 L4_control_B2 +LQ00X086540 APO protein 1, chloroplastic 7.036754827 L4_control_B3 +LQ00X086540 APO protein 1, chloroplastic 7.058732146 L4_control_C2 +LQ00X086540 APO protein 1, chloroplastic 7.140458739 L4_control_C3 +LQ00X086540 APO protein 1, chloroplastic 5.897055973 L4_chemical_A1 +LQ00X086540 APO protein 1, chloroplastic 6.110656259 L4_chemical_A2 +LQ00X086540 APO protein 1, chloroplastic 7.01061699 L4_chemical_A3 +LQ00X086540 APO protein 1, chloroplastic 6.503563433 L4_chemical_B1 +LQ00X086540 APO protein 1, chloroplastic 6.563792812 L4_chemical_B2 +LQ00X086540 APO protein 1, chloroplastic 6.639667284 L4_chemical_B3 +LQ00X086540 APO protein 1, chloroplastic 6.711619918 L4_chemical_C2 +LQ00X086540 APO protein 1, chloroplastic 7.313677393 L4_chemical_C3 +LQ00X086820 Putative uncharacterized protein 4.570947225 C6_control_A1 +LQ00X086820 Putative uncharacterized protein 5.05877353 C6_control_A3 +LQ00X086820 Putative uncharacterized protein 4.639443284 C6_control_B1 +LQ00X086820 Putative uncharacterized protein 4.829907924 C6_control_B2 +LQ00X086820 Putative uncharacterized protein 5.134128857 C6_control_B3 +LQ00X086820 Putative uncharacterized protein 4.66985836 C6_control_C1 +LQ00X086820 Putative uncharacterized protein 4.605173402 C6_control_C2 +LQ00X086820 Putative uncharacterized protein 4.805887339 C6_control_C3 +LQ00X086820 Putative uncharacterized protein 4.863975851 C6_chemical_A1 +LQ00X086820 Putative uncharacterized protein 5.133126139 C6_chemical_A3 +LQ00X086820 Putative uncharacterized protein 5.044749898 C6_chemical_B1 +LQ00X086820 Putative uncharacterized protein 4.744692556 C6_chemical_B2 +LQ00X086820 Putative uncharacterized protein 4.882332609 C6_chemical_B3 +LQ00X086820 Putative uncharacterized protein 4.872996586 C6_chemical_C1 +LQ00X086820 Putative uncharacterized protein 4.711573076 C6_chemical_C2 +LQ00X086820 Putative uncharacterized protein 4.499710845 C6_chemical_C3 +LQ00X086820 Putative uncharacterized protein 5.002638256 L4_control_A1 +LQ00X086820 Putative uncharacterized protein 4.900109253 L4_control_A2 +LQ00X086820 Putative uncharacterized protein 5.614345871 L4_control_A3 +LQ00X086820 Putative uncharacterized protein 5.328872097 L4_control_B1 +LQ00X086820 Putative uncharacterized protein 5.243962485 L4_control_B2 +LQ00X086820 Putative uncharacterized protein 5.104412522 L4_control_B3 +LQ00X086820 Putative uncharacterized protein 4.790002451 L4_control_C2 +LQ00X086820 Putative uncharacterized protein 4.987898265 L4_control_C3 +LQ00X086820 Putative uncharacterized protein 5.002832024 L4_chemical_A1 +LQ00X086820 Putative uncharacterized protein 5.070206481 L4_chemical_A2 +LQ00X086820 Putative uncharacterized protein 5.60482065 L4_chemical_A3 +LQ00X086820 Putative uncharacterized protein 5.279420521 L4_chemical_B1 +LQ00X086820 Putative uncharacterized protein 5.342314827 L4_chemical_B2 +LQ00X086820 Putative uncharacterized protein 4.93370796 L4_chemical_B3 +LQ00X086820 Putative uncharacterized protein 4.578527002 L4_chemical_C2 +LQ00X086820 Putative uncharacterized protein 4.958687402 L4_chemical_C3 +LQ00X086890 Putative uncharacterized protein 7.704786079 C6_control_A1 +LQ00X086890 Putative uncharacterized protein 7.451863835 C6_control_A3 +LQ00X086890 Putative uncharacterized protein 6.844291612 C6_control_B1 +LQ00X086890 Putative uncharacterized protein 7.682088562 C6_control_B2 +LQ00X086890 Putative uncharacterized protein 6.337546697 C6_control_B3 +LQ00X086890 Putative uncharacterized protein 7.783186563 C6_control_C1 +LQ00X086890 Putative uncharacterized protein 7.380537141 C6_control_C2 +LQ00X086890 Putative uncharacterized protein 7.323538276 C6_control_C3 +LQ00X086890 Putative uncharacterized protein 7.52703008 C6_chemical_A1 +LQ00X086890 Putative uncharacterized protein 7.671687401 C6_chemical_A3 +LQ00X086890 Putative uncharacterized protein 6.299672261 C6_chemical_B1 +LQ00X086890 Putative uncharacterized protein 7.491542143 C6_chemical_B2 +LQ00X086890 Putative uncharacterized protein 6.895840578 C6_chemical_B3 +LQ00X086890 Putative uncharacterized protein 7.674440918 C6_chemical_C1 +LQ00X086890 Putative uncharacterized protein 7.504968286 C6_chemical_C2 +LQ00X086890 Putative uncharacterized protein 7.879956656 C6_chemical_C3 +LQ00X086890 Putative uncharacterized protein 6.938637259 L4_control_A1 +LQ00X086890 Putative uncharacterized protein 7.041378362 L4_control_A2 +LQ00X086890 Putative uncharacterized protein 6.100987157 L4_control_A3 +LQ00X086890 Putative uncharacterized protein 6.645253309 L4_control_B1 +LQ00X086890 Putative uncharacterized protein 6.962704803 L4_control_B2 +LQ00X086890 Putative uncharacterized protein 7.451465736 L4_control_B3 +LQ00X086890 Putative uncharacterized protein 7.008424591 L4_control_C2 +LQ00X086890 Putative uncharacterized protein 6.940098229 L4_control_C3 +LQ00X086890 Putative uncharacterized protein 7.116028458 L4_chemical_A1 +LQ00X086890 Putative uncharacterized protein 6.431167235 L4_chemical_A2 +LQ00X086890 Putative uncharacterized protein 6.253597956 L4_chemical_A3 +LQ00X086890 Putative uncharacterized protein 5.816268378 L4_chemical_B1 +LQ00X086890 Putative uncharacterized protein 6.900251836 L4_chemical_B2 +LQ00X086890 Putative uncharacterized protein 7.466772201 L4_chemical_B3 +LQ00X086890 Putative uncharacterized protein 6.301007868 L4_chemical_C2 +LQ00X086890 Putative uncharacterized protein 6.845140372 L4_chemical_C3 +LQ00X086930 Hypothetical protein 5.095221791 C6_control_A1 +LQ00X086930 Hypothetical protein 5.213759721 C6_control_A3 +LQ00X086930 Hypothetical protein 4.770281941 C6_control_B1 +LQ00X086930 Hypothetical protein 4.840842794 C6_control_B2 +LQ00X086930 Hypothetical protein 5.198543614 C6_control_B3 +LQ00X086930 Hypothetical protein 4.874644112 C6_control_C1 +LQ00X086930 Hypothetical protein 4.671224462 C6_control_C2 +LQ00X086930 Hypothetical protein 4.786160846 C6_control_C3 +LQ00X086930 Hypothetical protein 5.362901018 C6_chemical_A1 +LQ00X086930 Hypothetical protein 5.239384941 C6_chemical_A3 +LQ00X086930 Hypothetical protein 5.222022981 C6_chemical_B1 +LQ00X086930 Hypothetical protein 4.893222981 C6_chemical_B2 +LQ00X086930 Hypothetical protein 5.381153396 C6_chemical_B3 +LQ00X086930 Hypothetical protein 4.7028255 C6_chemical_C1 +LQ00X086930 Hypothetical protein 4.902813772 C6_chemical_C2 +LQ00X086930 Hypothetical protein 4.654619997 C6_chemical_C3 +LQ00X086930 Hypothetical protein 4.870775148 L4_control_A1 +LQ00X086930 Hypothetical protein 5.340813962 L4_control_A2 +LQ00X086930 Hypothetical protein 5.459043529 L4_control_A3 +LQ00X086930 Hypothetical protein 5.266085326 L4_control_B1 +LQ00X086930 Hypothetical protein 5.65594043 L4_control_B2 +LQ00X086930 Hypothetical protein 5.402872412 L4_control_B3 +LQ00X086930 Hypothetical protein 4.774803984 L4_control_C2 +LQ00X086930 Hypothetical protein 5.078614671 L4_control_C3 +LQ00X086930 Hypothetical protein 5.201959476 L4_chemical_A1 +LQ00X086930 Hypothetical protein 5.439383836 L4_chemical_A2 +LQ00X086930 Hypothetical protein 6.124550829 L4_chemical_A3 +LQ00X086930 Hypothetical protein 5.574486376 L4_chemical_B1 +LQ00X086930 Hypothetical protein 5.469648023 L4_chemical_B2 +LQ00X086930 Hypothetical protein 5.550129891 L4_chemical_B3 +LQ00X086930 Hypothetical protein 5.202433939 L4_chemical_C2 +LQ00X086930 Hypothetical protein 4.770432334 L4_chemical_C3 +LQ00X086940 Putative Disease resistance protein RPS5 5.583128713 C6_control_A1 +LQ00X086940 Putative Disease resistance protein RPS5 5.159706232 C6_control_A3 +LQ00X086940 Putative Disease resistance protein RPS5 5.636949542 C6_control_B1 +LQ00X086940 Putative Disease resistance protein RPS5 5.521960213 C6_control_B2 +LQ00X086940 Putative Disease resistance protein RPS5 5.398588883 C6_control_B3 +LQ00X086940 Putative Disease resistance protein RPS5 5.387879689 C6_control_C1 +LQ00X086940 Putative Disease resistance protein RPS5 5.440482171 C6_control_C2 +LQ00X086940 Putative Disease resistance protein RPS5 5.523205805 C6_control_C3 +LQ00X086940 Putative Disease resistance protein RPS5 5.580810145 C6_chemical_A1 +LQ00X086940 Putative Disease resistance protein RPS5 5.775217646 C6_chemical_A3 +LQ00X086940 Putative Disease resistance protein RPS5 5.800637284 C6_chemical_B1 +LQ00X086940 Putative Disease resistance protein RPS5 5.910187127 C6_chemical_B2 +LQ00X086940 Putative Disease resistance protein RPS5 5.557714366 C6_chemical_B3 +LQ00X086940 Putative Disease resistance protein RPS5 5.259059494 C6_chemical_C1 +LQ00X086940 Putative Disease resistance protein RPS5 5.579768679 C6_chemical_C2 +LQ00X086940 Putative Disease resistance protein RPS5 6.011636759 C6_chemical_C3 +LQ00X086940 Putative Disease resistance protein RPS5 5.371224524 L4_control_A1 +LQ00X086940 Putative Disease resistance protein RPS5 5.529022173 L4_control_A2 +LQ00X086940 Putative Disease resistance protein RPS5 5.332059527 L4_control_A3 +LQ00X086940 Putative Disease resistance protein RPS5 5.352602587 L4_control_B1 +LQ00X086940 Putative Disease resistance protein RPS5 5.497019635 L4_control_B2 +LQ00X086940 Putative Disease resistance protein RPS5 5.635758349 L4_control_B3 +LQ00X086940 Putative Disease resistance protein RPS5 5.455911512 L4_control_C2 +LQ00X086940 Putative Disease resistance protein RPS5 5.280907931 L4_control_C3 +LQ00X086940 Putative Disease resistance protein RPS5 5.451700901 L4_chemical_A1 +LQ00X086940 Putative Disease resistance protein RPS5 5.590735767 L4_chemical_A2 +LQ00X086940 Putative Disease resistance protein RPS5 5.220281262 L4_chemical_A3 +LQ00X086940 Putative Disease resistance protein RPS5 5.497605537 L4_chemical_B1 +LQ00X086940 Putative Disease resistance protein RPS5 5.825154226 L4_chemical_B2 +LQ00X086940 Putative Disease resistance protein RPS5 5.537780635 L4_chemical_B3 +LQ00X086940 Putative Disease resistance protein RPS5 5.558773956 L4_chemical_C2 +LQ00X086940 Putative Disease resistance protein RPS5 5.956074733 L4_chemical_C3 +LQ00X087050 Hypothetical protein 5.84898934 C6_control_A1 +LQ00X087050 Hypothetical protein 5.490597612 C6_control_A3 +LQ00X087050 Hypothetical protein 5.872659359 C6_control_B1 +LQ00X087050 Hypothetical protein 5.974775914 C6_control_B2 +LQ00X087050 Hypothetical protein 5.817252563 C6_control_B3 +LQ00X087050 Hypothetical protein 6.480170744 C6_control_C1 +LQ00X087050 Hypothetical protein 6.020960523 C6_control_C2 +LQ00X087050 Hypothetical protein 6.252576332 C6_control_C3 +LQ00X087050 Hypothetical protein 5.952102948 C6_chemical_A1 +LQ00X087050 Hypothetical protein 5.568770677 C6_chemical_A3 +LQ00X087050 Hypothetical protein 6.169445979 C6_chemical_B1 +LQ00X087050 Hypothetical protein 6.013696776 C6_chemical_B2 +LQ00X087050 Hypothetical protein 5.400794086 C6_chemical_B3 +LQ00X087050 Hypothetical protein 6.624479661 C6_chemical_C1 +LQ00X087050 Hypothetical protein 6.16769147 C6_chemical_C2 +LQ00X087050 Hypothetical protein 6.58337061 C6_chemical_C3 +LQ00X087050 Hypothetical protein 5.836848994 L4_control_A1 +LQ00X087050 Hypothetical protein 6.071541979 L4_control_A2 +LQ00X087050 Hypothetical protein 6.004950102 L4_control_A3 +LQ00X087050 Hypothetical protein 6.392520397 L4_control_B1 +LQ00X087050 Hypothetical protein 6.273890085 L4_control_B2 +LQ00X087050 Hypothetical protein 5.708708564 L4_control_B3 +LQ00X087050 Hypothetical protein 5.739044244 L4_control_C2 +LQ00X087050 Hypothetical protein 5.494786526 L4_control_C3 +LQ00X087050 Hypothetical protein 5.525417191 L4_chemical_A1 +LQ00X087050 Hypothetical protein 5.933194036 L4_chemical_A2 +LQ00X087050 Hypothetical protein 6.032838059 L4_chemical_A3 +LQ00X087050 Hypothetical protein 5.881016631 L4_chemical_B1 +LQ00X087050 Hypothetical protein 6.524114162 L4_chemical_B2 +LQ00X087050 Hypothetical protein 5.796676606 L4_chemical_B3 +LQ00X087050 Hypothetical protein 6.198602419 L4_chemical_C2 +LQ00X087050 Hypothetical protein 5.613004842 L4_chemical_C3 +LQ00X087300 40S ribosomal protein S30 15.12068892 C6_control_A1 +LQ00X087300 40S ribosomal protein S30 15.10207969 C6_control_A3 +LQ00X087300 40S ribosomal protein S30 14.91467848 C6_control_B1 +LQ00X087300 40S ribosomal protein S30 14.77772851 C6_control_B2 +LQ00X087300 40S ribosomal protein S30 14.67727159 C6_control_B3 +LQ00X087300 40S ribosomal protein S30 14.44531102 C6_control_C1 +LQ00X087300 40S ribosomal protein S30 14.16628761 C6_control_C2 +LQ00X087300 40S ribosomal protein S30 14.09581938 C6_control_C3 +LQ00X087300 40S ribosomal protein S30 14.77193334 C6_chemical_A1 +LQ00X087300 40S ribosomal protein S30 14.2888072 C6_chemical_A3 +LQ00X087300 40S ribosomal protein S30 14.74588343 C6_chemical_B1 +LQ00X087300 40S ribosomal protein S30 14.60228556 C6_chemical_B2 +LQ00X087300 40S ribosomal protein S30 14.68636743 C6_chemical_B3 +LQ00X087300 40S ribosomal protein S30 14.5832525 C6_chemical_C1 +LQ00X087300 40S ribosomal protein S30 14.74070855 C6_chemical_C2 +LQ00X087300 40S ribosomal protein S30 14.18463135 C6_chemical_C3 +LQ00X087300 40S ribosomal protein S30 15.41039073 L4_control_A1 +LQ00X087300 40S ribosomal protein S30 15.22088893 L4_control_A2 +LQ00X087300 40S ribosomal protein S30 15.3331519 L4_control_A3 +LQ00X087300 40S ribosomal protein S30 14.70599536 L4_control_B1 +LQ00X087300 40S ribosomal protein S30 13.94119652 L4_control_B2 +LQ00X087300 40S ribosomal protein S30 14.58658378 L4_control_B3 +LQ00X087300 40S ribosomal protein S30 14.66696365 L4_control_C2 +LQ00X087300 40S ribosomal protein S30 14.68862644 L4_control_C3 +LQ00X087300 40S ribosomal protein S30 15.23227405 L4_chemical_A1 +LQ00X087300 40S ribosomal protein S30 15.09647318 L4_chemical_A2 +LQ00X087300 40S ribosomal protein S30 15.12633785 L4_chemical_A3 +LQ00X087300 40S ribosomal protein S30 15.13337449 L4_chemical_B1 +LQ00X087300 40S ribosomal protein S30 15.02098193 L4_chemical_B2 +LQ00X087300 40S ribosomal protein S30 14.7566696 L4_chemical_B3 +LQ00X087300 40S ribosomal protein S30 14.86696295 L4_chemical_C2 +LQ00X087300 40S ribosomal protein S30 14.66577241 L4_chemical_C3 +LQ00X087360 Putative Disease resistance response protein 206 5.070281147 C6_control_A1 +LQ00X087360 Putative Disease resistance response protein 206 4.923014212 C6_control_A3 +LQ00X087360 Putative Disease resistance response protein 206 5.348290783 C6_control_B1 +LQ00X087360 Putative Disease resistance response protein 206 5.3865683 C6_control_B2 +LQ00X087360 Putative Disease resistance response protein 206 5.42231905 C6_control_B3 +LQ00X087360 Putative Disease resistance response protein 206 5.320864366 C6_control_C1 +LQ00X087360 Putative Disease resistance response protein 206 5.313347401 C6_control_C2 +LQ00X087360 Putative Disease resistance response protein 206 5.189595494 C6_control_C3 +LQ00X087360 Putative Disease resistance response protein 206 5.159190093 C6_chemical_A1 +LQ00X087360 Putative Disease resistance response protein 206 5.108379521 C6_chemical_A3 +LQ00X087360 Putative Disease resistance response protein 206 5.44770196 C6_chemical_B1 +LQ00X087360 Putative Disease resistance response protein 206 5.704926055 C6_chemical_B2 +LQ00X087360 Putative Disease resistance response protein 206 5.279500698 C6_chemical_B3 +LQ00X087360 Putative Disease resistance response protein 206 5.298986206 C6_chemical_C1 +LQ00X087360 Putative Disease resistance response protein 206 5.696679744 C6_chemical_C2 +LQ00X087360 Putative Disease resistance response protein 206 5.10585182 C6_chemical_C3 +LQ00X087360 Putative Disease resistance response protein 206 4.963442299 L4_control_A1 +LQ00X087360 Putative Disease resistance response protein 206 5.801808194 L4_control_A2 +LQ00X087360 Putative Disease resistance response protein 206 5.192077033 L4_control_A3 +LQ00X087360 Putative Disease resistance response protein 206 5.832578669 L4_control_B1 +LQ00X087360 Putative Disease resistance response protein 206 5.277833879 L4_control_B2 +LQ00X087360 Putative Disease resistance response protein 206 5.3715327 L4_control_B3 +LQ00X087360 Putative Disease resistance response protein 206 5.708072738 L4_control_C2 +LQ00X087360 Putative Disease resistance response protein 206 5.749563354 L4_control_C3 +LQ00X087360 Putative Disease resistance response protein 206 5.077072889 L4_chemical_A1 +LQ00X087360 Putative Disease resistance response protein 206 5.324148903 L4_chemical_A2 +LQ00X087360 Putative Disease resistance response protein 206 4.983962335 L4_chemical_A3 +LQ00X087360 Putative Disease resistance response protein 206 5.666877173 L4_chemical_B1 +LQ00X087360 Putative Disease resistance response protein 206 5.992328859 L4_chemical_B2 +LQ00X087360 Putative Disease resistance response protein 206 5.351184698 L4_chemical_B3 +LQ00X087360 Putative Disease resistance response protein 206 6.026371883 L4_chemical_C2 +LQ00X087360 Putative Disease resistance response protein 206 5.947721865 L4_chemical_C3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.250544405 C6_control_A1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.09449997 C6_control_A3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.669255731 C6_control_B1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.677676879 C6_control_B2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 6.307591047 C6_control_B3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.673780338 C6_control_C1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.556795392 C6_control_C2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.461276827 C6_control_C3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.55091022 C6_chemical_A1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.101880196 C6_chemical_A3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.852164533 C6_chemical_B1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.413228192 C6_chemical_B2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.915453245 C6_chemical_B3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.66251622 C6_chemical_C1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.321202068 C6_chemical_C2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.17667324 C6_chemical_C3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.201381623 L4_control_A1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.52321237 L4_control_A2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.990226064 L4_control_A3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.19190963 L4_control_B1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.656242711 L4_control_B2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.944906997 L4_control_B3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.654633017 L4_control_C2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.997849316 L4_control_C3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.176653278 L4_chemical_A1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.335048017 L4_chemical_A2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.54394972 L4_chemical_A3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.786475466 L4_chemical_B1 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.619457276 L4_chemical_B2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 6.169049624 L4_chemical_B3 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.257396277 L4_chemical_C2 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.642086458 L4_chemical_C3 +LQ00X087450 Putative Alcohol dehydrogenase 1 13.04388919 C6_control_A1 +LQ00X087450 Putative Alcohol dehydrogenase 1 13.38856109 C6_control_A3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.82677592 C6_control_B1 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.27142992 C6_control_B2 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.75957429 C6_control_B3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.31490371 C6_control_C1 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.60840238 C6_control_C2 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.27393107 C6_control_C3 +LQ00X087450 Putative Alcohol dehydrogenase 1 13.0752366 C6_chemical_A1 +LQ00X087450 Putative Alcohol dehydrogenase 1 13.21540382 C6_chemical_A3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.67067494 C6_chemical_B1 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.27648455 C6_chemical_B2 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.43970172 C6_chemical_B3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.37763734 C6_chemical_C1 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.48255158 C6_chemical_C2 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.24180678 C6_chemical_C3 +LQ00X087450 Putative Alcohol dehydrogenase 1 13.17607604 L4_control_A1 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.91174761 L4_control_A2 +LQ00X087450 Putative Alcohol dehydrogenase 1 13.11726736 L4_control_A3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.36286782 L4_control_B1 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.80019082 L4_control_B2 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.26374872 L4_control_B3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.76322992 L4_control_C2 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.71873168 L4_control_C3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.98530134 L4_chemical_A1 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.72482774 L4_chemical_A2 +LQ00X087450 Putative Alcohol dehydrogenase 1 13.13463082 L4_chemical_A3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.6279381 L4_chemical_B1 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.36407735 L4_chemical_B2 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.50220654 L4_chemical_B3 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.73420172 L4_chemical_C2 +LQ00X087450 Putative Alcohol dehydrogenase 1 12.92111982 L4_chemical_C3 +LQ00X087460 Hypothetical protein 11.89048105 C6_control_A1 +LQ00X087460 Hypothetical protein 12.7892303 C6_control_A3 +LQ00X087460 Hypothetical protein 11.38557206 C6_control_B1 +LQ00X087460 Hypothetical protein 13.21426367 C6_control_B2 +LQ00X087460 Hypothetical protein 12.2149771 C6_control_B3 +LQ00X087460 Hypothetical protein 12.75706999 C6_control_C1 +LQ00X087460 Hypothetical protein 12.19687199 C6_control_C2 +LQ00X087460 Hypothetical protein 13.27533661 C6_control_C3 +LQ00X087460 Hypothetical protein 11.93272925 C6_chemical_A1 +LQ00X087460 Hypothetical protein 12.05034965 C6_chemical_A3 +LQ00X087460 Hypothetical protein 11.56159832 C6_chemical_B1 +LQ00X087460 Hypothetical protein 12.82740114 C6_chemical_B2 +LQ00X087460 Hypothetical protein 12.76756328 C6_chemical_B3 +LQ00X087460 Hypothetical protein 12.28714132 C6_chemical_C1 +LQ00X087460 Hypothetical protein 13.29549796 C6_chemical_C2 +LQ00X087460 Hypothetical protein 13.50800148 C6_chemical_C3 +LQ00X087460 Hypothetical protein 11.47371817 L4_control_A1 +LQ00X087460 Hypothetical protein 12.25268193 L4_control_A2 +LQ00X087460 Hypothetical protein 11.46567265 L4_control_A3 +LQ00X087460 Hypothetical protein 11.63461595 L4_control_B1 +LQ00X087460 Hypothetical protein 10.59462506 L4_control_B2 +LQ00X087460 Hypothetical protein 11.16060823 L4_control_B3 +LQ00X087460 Hypothetical protein 11.37462147 L4_control_C2 +LQ00X087460 Hypothetical protein 11.109966 L4_control_C3 +LQ00X087460 Hypothetical protein 11.37536125 L4_chemical_A1 +LQ00X087460 Hypothetical protein 12.51423767 L4_chemical_A2 +LQ00X087460 Hypothetical protein 11.34272084 L4_chemical_A3 +LQ00X087460 Hypothetical protein 12.09524307 L4_chemical_B1 +LQ00X087460 Hypothetical protein 11.47008899 L4_chemical_B2 +LQ00X087460 Hypothetical protein 11.39765402 L4_chemical_B3 +LQ00X087460 Hypothetical protein 11.54480916 L4_chemical_C2 +LQ00X087460 Hypothetical protein 11.49732016 L4_chemical_C3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.14540469 C6_control_A1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.395847039 C6_control_A3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.095199595 C6_control_B1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.867575929 C6_control_B2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.101606089 C6_control_B3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.68369913 C6_control_C1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.769817592 C6_control_C2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.853859077 C6_control_C3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.74500354 C6_chemical_A1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.273786534 C6_chemical_A3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.818396278 C6_chemical_B1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.953387542 C6_chemical_B2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.956837233 C6_chemical_B3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.732818007 C6_chemical_C1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.858578767 C6_chemical_C2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.929184169 C6_chemical_C3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.871801745 L4_control_A1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.135394427 L4_control_A2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.358546863 L4_control_A3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.388629329 L4_control_B1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.722092238 L4_control_B2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.941659639 L4_control_B3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.225360179 L4_control_C2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.932830122 L4_control_C3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.170890952 L4_chemical_A1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.389149008 L4_chemical_A2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.581970337 L4_chemical_A3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.074098675 L4_chemical_B1 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.347381029 L4_chemical_B2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.183594232 L4_chemical_B3 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.895791956 L4_chemical_C2 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.799900494 L4_chemical_C3 +LQ00X087760 Peroxiredoxin-2B 5.330030296 C6_control_A1 +LQ00X087760 Peroxiredoxin-2B 4.976884751 C6_control_A3 +LQ00X087760 Peroxiredoxin-2B 5.577836276 C6_control_B1 +LQ00X087760 Peroxiredoxin-2B 5.796082402 C6_control_B2 +LQ00X087760 Peroxiredoxin-2B 5.816257397 C6_control_B3 +LQ00X087760 Peroxiredoxin-2B 5.283038659 C6_control_C1 +LQ00X087760 Peroxiredoxin-2B 5.173981029 C6_control_C2 +LQ00X087760 Peroxiredoxin-2B 5.251583319 C6_control_C3 +LQ00X087760 Peroxiredoxin-2B 5.196058629 C6_chemical_A1 +LQ00X087760 Peroxiredoxin-2B 5.214306803 C6_chemical_A3 +LQ00X087760 Peroxiredoxin-2B 5.261293019 C6_chemical_B1 +LQ00X087760 Peroxiredoxin-2B 5.4301466 C6_chemical_B2 +LQ00X087760 Peroxiredoxin-2B 5.128076133 C6_chemical_B3 +LQ00X087760 Peroxiredoxin-2B 5.247121072 C6_chemical_C1 +LQ00X087760 Peroxiredoxin-2B 5.565413472 C6_chemical_C2 +LQ00X087760 Peroxiredoxin-2B 4.753483335 C6_chemical_C3 +LQ00X087760 Peroxiredoxin-2B 4.881518131 L4_control_A1 +LQ00X087760 Peroxiredoxin-2B 4.868116804 L4_control_A2 +LQ00X087760 Peroxiredoxin-2B 4.903194081 L4_control_A3 +LQ00X087760 Peroxiredoxin-2B 5.667693741 L4_control_B1 +LQ00X087760 Peroxiredoxin-2B 6.01069648 L4_control_B2 +LQ00X087760 Peroxiredoxin-2B 5.001932482 L4_control_B3 +LQ00X087760 Peroxiredoxin-2B 5.718725799 L4_control_C2 +LQ00X087760 Peroxiredoxin-2B 4.384747781 L4_control_C3 +LQ00X087760 Peroxiredoxin-2B 5.147592882 L4_chemical_A1 +LQ00X087760 Peroxiredoxin-2B 5.182361272 L4_chemical_A2 +LQ00X087760 Peroxiredoxin-2B 4.880769652 L4_chemical_A3 +LQ00X087760 Peroxiredoxin-2B 5.141839613 L4_chemical_B1 +LQ00X087760 Peroxiredoxin-2B 5.579244999 L4_chemical_B2 +LQ00X087760 Peroxiredoxin-2B 5.283680894 L4_chemical_B3 +LQ00X087760 Peroxiredoxin-2B 5.518519359 L4_chemical_C2 +LQ00X087760 Peroxiredoxin-2B 5.053297571 L4_chemical_C3 +LQ00X087770 Probable peptide transporter At1g52190 12.68329849 C6_control_A1 +LQ00X087770 Probable peptide transporter At1g52190 12.92400491 C6_control_A3 +LQ00X087770 Probable peptide transporter At1g52190 12.4091117 C6_control_B1 +LQ00X087770 Probable peptide transporter At1g52190 12.55806699 C6_control_B2 +LQ00X087770 Probable peptide transporter At1g52190 12.737456 C6_control_B3 +LQ00X087770 Probable peptide transporter At1g52190 10.06174733 C6_control_C1 +LQ00X087770 Probable peptide transporter At1g52190 9.982154559 C6_control_C2 +LQ00X087770 Probable peptide transporter At1g52190 11.32745107 C6_control_C3 +LQ00X087770 Probable peptide transporter At1g52190 12.31829114 C6_chemical_A1 +LQ00X087770 Probable peptide transporter At1g52190 12.75564201 C6_chemical_A3 +LQ00X087770 Probable peptide transporter At1g52190 11.82507002 C6_chemical_B1 +LQ00X087770 Probable peptide transporter At1g52190 12.13814163 C6_chemical_B2 +LQ00X087770 Probable peptide transporter At1g52190 11.91163344 C6_chemical_B3 +LQ00X087770 Probable peptide transporter At1g52190 9.77740411 C6_chemical_C1 +LQ00X087770 Probable peptide transporter At1g52190 8.577030227 C6_chemical_C2 +LQ00X087770 Probable peptide transporter At1g52190 9.907110971 C6_chemical_C3 +LQ00X087770 Probable peptide transporter At1g52190 12.42949359 L4_control_A1 +LQ00X087770 Probable peptide transporter At1g52190 12.53195763 L4_control_A2 +LQ00X087770 Probable peptide transporter At1g52190 12.19536375 L4_control_A3 +LQ00X087770 Probable peptide transporter At1g52190 11.92219683 L4_control_B1 +LQ00X087770 Probable peptide transporter At1g52190 11.28557635 L4_control_B2 +LQ00X087770 Probable peptide transporter At1g52190 11.77500439 L4_control_B3 +LQ00X087770 Probable peptide transporter At1g52190 6.187726338 L4_control_C2 +LQ00X087770 Probable peptide transporter At1g52190 7.277460722 L4_control_C3 +LQ00X087770 Probable peptide transporter At1g52190 13.342006 L4_chemical_A1 +LQ00X087770 Probable peptide transporter At1g52190 12.57041558 L4_chemical_A2 +LQ00X087770 Probable peptide transporter At1g52190 13.14576668 L4_chemical_A3 +LQ00X087770 Probable peptide transporter At1g52190 12.0654403 L4_chemical_B1 +LQ00X087770 Probable peptide transporter At1g52190 10.85132912 L4_chemical_B2 +LQ00X087770 Probable peptide transporter At1g52190 12.8424187 L4_chemical_B3 +LQ00X087770 Probable peptide transporter At1g52190 6.017110355 L4_chemical_C2 +LQ00X087770 Probable peptide transporter At1g52190 7.767171181 L4_chemical_C3 +LQ00X087790 Putative isochorismatase family protein rutB 14.11368733 C6_control_A1 +LQ00X087790 Putative isochorismatase family protein rutB 13.99381223 C6_control_A3 +LQ00X087790 Putative isochorismatase family protein rutB 13.73507887 C6_control_B1 +LQ00X087790 Putative isochorismatase family protein rutB 13.8683308 C6_control_B2 +LQ00X087790 Putative isochorismatase family protein rutB 13.63714742 C6_control_B3 +LQ00X087790 Putative isochorismatase family protein rutB 13.61927963 C6_control_C1 +LQ00X087790 Putative isochorismatase family protein rutB 13.69043735 C6_control_C2 +LQ00X087790 Putative isochorismatase family protein rutB 13.15690255 C6_control_C3 +LQ00X087790 Putative isochorismatase family protein rutB 14.02782897 C6_chemical_A1 +LQ00X087790 Putative isochorismatase family protein rutB 13.81664196 C6_chemical_A3 +LQ00X087790 Putative isochorismatase family protein rutB 13.91259448 C6_chemical_B1 +LQ00X087790 Putative isochorismatase family protein rutB 13.95141101 C6_chemical_B2 +LQ00X087790 Putative isochorismatase family protein rutB 13.51431384 C6_chemical_B3 +LQ00X087790 Putative isochorismatase family protein rutB 13.65228113 C6_chemical_C1 +LQ00X087790 Putative isochorismatase family protein rutB 13.55001184 C6_chemical_C2 +LQ00X087790 Putative isochorismatase family protein rutB 12.69273302 C6_chemical_C3 +LQ00X087790 Putative isochorismatase family protein rutB 13.82209106 L4_control_A1 +LQ00X087790 Putative isochorismatase family protein rutB 14.33358679 L4_control_A2 +LQ00X087790 Putative isochorismatase family protein rutB 13.80285043 L4_control_A3 +LQ00X087790 Putative isochorismatase family protein rutB 13.63181584 L4_control_B1 +LQ00X087790 Putative isochorismatase family protein rutB 13.6526911 L4_control_B2 +LQ00X087790 Putative isochorismatase family protein rutB 13.18025499 L4_control_B3 +LQ00X087790 Putative isochorismatase family protein rutB 13.56634623 L4_control_C2 +LQ00X087790 Putative isochorismatase family protein rutB 13.35880517 L4_control_C3 +LQ00X087790 Putative isochorismatase family protein rutB 13.79315839 L4_chemical_A1 +LQ00X087790 Putative isochorismatase family protein rutB 14.35581124 L4_chemical_A2 +LQ00X087790 Putative isochorismatase family protein rutB 13.67940331 L4_chemical_A3 +LQ00X087790 Putative isochorismatase family protein rutB 13.74803026 L4_chemical_B1 +LQ00X087790 Putative isochorismatase family protein rutB 13.79001108 L4_chemical_B2 +LQ00X087790 Putative isochorismatase family protein rutB 13.517501 L4_chemical_B3 +LQ00X087790 Putative isochorismatase family protein rutB 13.68144767 L4_chemical_C2 +LQ00X087790 Putative isochorismatase family protein rutB 13.45512685 L4_chemical_C3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.0356292 C6_control_A1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.08842497 C6_control_A3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.9754072 C6_control_B1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.66441783 C6_control_B2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.69251509 C6_control_B3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.62459783 C6_control_C1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.12935374 C6_control_C2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 12.56797128 C6_control_C3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.19237515 C6_chemical_A1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.07220966 C6_chemical_A3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.80155748 C6_chemical_B1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.02764617 C6_chemical_B2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.59539743 C6_chemical_B3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.73693771 C6_chemical_C1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.45227831 C6_chemical_C2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 12.94166022 C6_chemical_C3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.10673884 L4_control_A1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.05967504 L4_control_A2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.5197443 L4_control_A3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.90118108 L4_control_B1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.91213169 L4_control_B2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.57193652 L4_control_B3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.43496218 L4_control_C2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.49381882 L4_control_C3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.09235291 L4_chemical_A1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.68196331 L4_chemical_A2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.44040389 L4_chemical_A3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.87597933 L4_chemical_B1 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.41542282 L4_chemical_B2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.60034976 L4_chemical_B3 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.65173094 L4_chemical_C2 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 13.49178492 L4_chemical_C3 +LQ00X087900 NAC domain protein, IPR003441 5.031721142 C6_control_A1 +LQ00X087900 NAC domain protein, IPR003441 5.099932254 C6_control_A3 +LQ00X087900 NAC domain protein, IPR003441 5.031511637 C6_control_B1 +LQ00X087900 NAC domain protein, IPR003441 5.028019582 C6_control_B2 +LQ00X087900 NAC domain protein, IPR003441 5.302911415 C6_control_B3 +LQ00X087900 NAC domain protein, IPR003441 4.815638248 C6_control_C1 +LQ00X087900 NAC domain protein, IPR003441 4.870119276 C6_control_C2 +LQ00X087900 NAC domain protein, IPR003441 4.847526487 C6_control_C3 +LQ00X087900 NAC domain protein, IPR003441 5.215295914 C6_chemical_A1 +LQ00X087900 NAC domain protein, IPR003441 5.290423524 C6_chemical_A3 +LQ00X087900 NAC domain protein, IPR003441 5.401246282 C6_chemical_B1 +LQ00X087900 NAC domain protein, IPR003441 4.929095081 C6_chemical_B2 +LQ00X087900 NAC domain protein, IPR003441 5.040771145 C6_chemical_B3 +LQ00X087900 NAC domain protein, IPR003441 5.045961626 C6_chemical_C1 +LQ00X087900 NAC domain protein, IPR003441 4.676641086 C6_chemical_C2 +LQ00X087900 NAC domain protein, IPR003441 4.80214548 C6_chemical_C3 +LQ00X087900 NAC domain protein, IPR003441 4.764881021 L4_control_A1 +LQ00X087900 NAC domain protein, IPR003441 4.789572366 L4_control_A2 +LQ00X087900 NAC domain protein, IPR003441 5.415211428 L4_control_A3 +LQ00X087900 NAC domain protein, IPR003441 4.921733529 L4_control_B1 +LQ00X087900 NAC domain protein, IPR003441 5.113059166 L4_control_B2 +LQ00X087900 NAC domain protein, IPR003441 5.074521319 L4_control_B3 +LQ00X087900 NAC domain protein, IPR003441 4.962177551 L4_control_C2 +LQ00X087900 NAC domain protein, IPR003441 4.944534038 L4_control_C3 +LQ00X087900 NAC domain protein, IPR003441 5.084885582 L4_chemical_A1 +LQ00X087900 NAC domain protein, IPR003441 4.795278542 L4_chemical_A2 +LQ00X087900 NAC domain protein, IPR003441 6.000186723 L4_chemical_A3 +LQ00X087900 NAC domain protein, IPR003441 4.95441003 L4_chemical_B1 +LQ00X087900 NAC domain protein, IPR003441 4.940059553 L4_chemical_B2 +LQ00X087900 NAC domain protein, IPR003441 4.8818983 L4_chemical_B3 +LQ00X087900 NAC domain protein, IPR003441 5.012590292 L4_chemical_C2 +LQ00X087900 NAC domain protein, IPR003441 5.006440332 L4_chemical_C3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.58236243 C6_control_A1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.97970927 C6_control_A3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.794819709 C6_control_B1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.61061141 C6_control_B2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.738416221 C6_control_B3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.62329579 C6_control_C1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.52931303 C6_control_C2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.77009549 C6_control_C3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.702056583 C6_chemical_A1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.59674189 C6_chemical_A3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 8.599881929 C6_chemical_B1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.804011447 C6_chemical_B2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.378051794 C6_chemical_B3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.21803394 C6_chemical_C1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.0686977 C6_chemical_C2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.30318821 C6_chemical_C3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.70408754 L4_control_A1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.65193701 L4_control_A2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 7.956409391 L4_control_A3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.394408454 L4_control_B1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.332935904 L4_control_B2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.00638383 L4_control_B3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.10906271 L4_control_C2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.02175474 L4_control_C3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.15399466 L4_chemical_A1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.35213149 L4_chemical_A2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 8.175929218 L4_chemical_A3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.12210657 L4_chemical_B1 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.247328326 L4_chemical_B2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.54841965 L4_chemical_B3 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 10.77258909 L4_chemical_C2 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 11.02812314 L4_chemical_C3 +LQ00X087970 Putative uncharacterized protein 5.511427207 C6_control_A1 +LQ00X087970 Putative uncharacterized protein 5.593097442 C6_control_A3 +LQ00X087970 Putative uncharacterized protein 4.92261716 C6_control_B1 +LQ00X087970 Putative uncharacterized protein 5.45008819 C6_control_B2 +LQ00X087970 Putative uncharacterized protein 5.497082532 C6_control_B3 +LQ00X087970 Putative uncharacterized protein 5.288609754 C6_control_C1 +LQ00X087970 Putative uncharacterized protein 6.368182865 C6_control_C2 +LQ00X087970 Putative uncharacterized protein 5.51439681 C6_control_C3 +LQ00X087970 Putative uncharacterized protein 5.465994521 C6_chemical_A1 +LQ00X087970 Putative uncharacterized protein 5.593833828 C6_chemical_A3 +LQ00X087970 Putative uncharacterized protein 5.156267425 C6_chemical_B1 +LQ00X087970 Putative uncharacterized protein 5.649930564 C6_chemical_B2 +LQ00X087970 Putative uncharacterized protein 5.604290942 C6_chemical_B3 +LQ00X087970 Putative uncharacterized protein 5.605641336 C6_chemical_C1 +LQ00X087970 Putative uncharacterized protein 5.641052523 C6_chemical_C2 +LQ00X087970 Putative uncharacterized protein 5.437422669 C6_chemical_C3 +LQ00X087970 Putative uncharacterized protein 5.189936758 L4_control_A1 +LQ00X087970 Putative uncharacterized protein 5.398111617 L4_control_A2 +LQ00X087970 Putative uncharacterized protein 5.96431445 L4_control_A3 +LQ00X087970 Putative uncharacterized protein 5.352422456 L4_control_B1 +LQ00X087970 Putative uncharacterized protein 5.540761623 L4_control_B2 +LQ00X087970 Putative uncharacterized protein 5.330611847 L4_control_B3 +LQ00X087970 Putative uncharacterized protein 4.947040164 L4_control_C2 +LQ00X087970 Putative uncharacterized protein 4.866315945 L4_control_C3 +LQ00X087970 Putative uncharacterized protein 5.133290905 L4_chemical_A1 +LQ00X087970 Putative uncharacterized protein 5.654060821 L4_chemical_A2 +LQ00X087970 Putative uncharacterized protein 5.461832557 L4_chemical_A3 +LQ00X087970 Putative uncharacterized protein 5.290654913 L4_chemical_B1 +LQ00X087970 Putative uncharacterized protein 5.515564679 L4_chemical_B2 +LQ00X087970 Putative uncharacterized protein 5.407580444 L4_chemical_B3 +LQ00X087970 Putative uncharacterized protein 4.862784806 L4_chemical_C2 +LQ00X087970 Putative uncharacterized protein 5.071903182 L4_chemical_C3 +LQ00X088020 Hypothetical protein 4.830124849 C6_control_A1 +LQ00X088020 Hypothetical protein 4.784873067 C6_control_A3 +LQ00X088020 Hypothetical protein 4.990218018 C6_control_B1 +LQ00X088020 Hypothetical protein 5.032839092 C6_control_B2 +LQ00X088020 Hypothetical protein 4.947212852 C6_control_B3 +LQ00X088020 Hypothetical protein 5.337325439 C6_control_C1 +LQ00X088020 Hypothetical protein 5.025132764 C6_control_C2 +LQ00X088020 Hypothetical protein 5.237827359 C6_control_C3 +LQ00X088020 Hypothetical protein 4.983437269 C6_chemical_A1 +LQ00X088020 Hypothetical protein 4.894024035 C6_chemical_A3 +LQ00X088020 Hypothetical protein 5.047773956 C6_chemical_B1 +LQ00X088020 Hypothetical protein 5.157723567 C6_chemical_B2 +LQ00X088020 Hypothetical protein 4.885499269 C6_chemical_B3 +LQ00X088020 Hypothetical protein 5.257092105 C6_chemical_C1 +LQ00X088020 Hypothetical protein 5.145505216 C6_chemical_C2 +LQ00X088020 Hypothetical protein 5.086222001 C6_chemical_C3 +LQ00X088020 Hypothetical protein 4.878753522 L4_control_A1 +LQ00X088020 Hypothetical protein 5.111962937 L4_control_A2 +LQ00X088020 Hypothetical protein 5.178581491 L4_control_A3 +LQ00X088020 Hypothetical protein 4.759495127 L4_control_B1 +LQ00X088020 Hypothetical protein 4.849174304 L4_control_B2 +LQ00X088020 Hypothetical protein 4.860378626 L4_control_B3 +LQ00X088020 Hypothetical protein 5.415321649 L4_control_C2 +LQ00X088020 Hypothetical protein 5.429082902 L4_control_C3 +LQ00X088020 Hypothetical protein 4.974817781 L4_chemical_A1 +LQ00X088020 Hypothetical protein 4.958356309 L4_chemical_A2 +LQ00X088020 Hypothetical protein 4.978850569 L4_chemical_A3 +LQ00X088020 Hypothetical protein 5.024619742 L4_chemical_B1 +LQ00X088020 Hypothetical protein 5.066466823 L4_chemical_B2 +LQ00X088020 Hypothetical protein 4.927001926 L4_chemical_B3 +LQ00X088020 Hypothetical protein 5.178637471 L4_chemical_C2 +LQ00X088020 Hypothetical protein 5.427907966 L4_chemical_C3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 4.960475256 C6_control_A1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.108987808 C6_control_A3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.1798401 C6_control_B1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.154442328 C6_control_B2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 4.920779673 C6_control_B3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.441051166 C6_control_C1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 4.932606847 C6_control_C2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.333278112 C6_control_C3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.476571386 C6_chemical_A1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 4.830990345 C6_chemical_A3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.395636688 C6_chemical_B1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.483850395 C6_chemical_B2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.631886356 C6_chemical_B3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.374408812 C6_chemical_C1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.322711833 C6_chemical_C2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.461355476 C6_chemical_C3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.622220486 L4_control_A1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.424964357 L4_control_A2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.638203619 L4_control_A3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 6.539690593 L4_control_B1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.474013125 L4_control_B2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 4.63144489 L4_control_B3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 6.342549689 L4_control_C2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 6.679137323 L4_control_C3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.823034457 L4_chemical_A1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.838423312 L4_chemical_A2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.600638305 L4_chemical_A3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 6.4027816 L4_chemical_B1 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.383914041 L4_chemical_B2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 4.822206042 L4_chemical_B3 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 6.582686399 L4_chemical_C2 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 6.324049691 L4_chemical_C3 +LQ00X088490 Annexin D5 5.039574991 C6_control_A1 +LQ00X088490 Annexin D5 4.702537356 C6_control_A3 +LQ00X088490 Annexin D5 5.512925714 C6_control_B1 +LQ00X088490 Annexin D5 5.109442071 C6_control_B2 +LQ00X088490 Annexin D5 5.173069047 C6_control_B3 +LQ00X088490 Annexin D5 4.92638743 C6_control_C1 +LQ00X088490 Annexin D5 5.060728004 C6_control_C2 +LQ00X088490 Annexin D5 5.33598949 C6_control_C3 +LQ00X088490 Annexin D5 5.104111075 C6_chemical_A1 +LQ00X088490 Annexin D5 5.004926828 C6_chemical_A3 +LQ00X088490 Annexin D5 5.328997732 C6_chemical_B1 +LQ00X088490 Annexin D5 5.148191598 C6_chemical_B2 +LQ00X088490 Annexin D5 4.886539759 C6_chemical_B3 +LQ00X088490 Annexin D5 5.196381296 C6_chemical_C1 +LQ00X088490 Annexin D5 4.993378974 C6_chemical_C2 +LQ00X088490 Annexin D5 5.072627291 C6_chemical_C3 +LQ00X088490 Annexin D5 4.831995973 L4_control_A1 +LQ00X088490 Annexin D5 5.179395747 L4_control_A2 +LQ00X088490 Annexin D5 5.092413589 L4_control_A3 +LQ00X088490 Annexin D5 5.057872391 L4_control_B1 +LQ00X088490 Annexin D5 5.347553994 L4_control_B2 +LQ00X088490 Annexin D5 4.827109407 L4_control_B3 +LQ00X088490 Annexin D5 5.441594095 L4_control_C2 +LQ00X088490 Annexin D5 5.2545522 L4_control_C3 +LQ00X088490 Annexin D5 5.0519035 L4_chemical_A1 +LQ00X088490 Annexin D5 5.171681023 L4_chemical_A2 +LQ00X088490 Annexin D5 5.03813056 L4_chemical_A3 +LQ00X088490 Annexin D5 5.250192453 L4_chemical_B1 +LQ00X088490 Annexin D5 5.813528659 L4_chemical_B2 +LQ00X088490 Annexin D5 4.97344658 L4_chemical_B3 +LQ00X088490 Annexin D5 5.481702055 L4_chemical_C2 +LQ00X088490 Annexin D5 5.903354217 L4_chemical_C3 +LQ00X088650 Auxin response factor 8 6.073106167 C6_control_A1 +LQ00X088650 Auxin response factor 8 5.65209527 C6_control_A3 +LQ00X088650 Auxin response factor 8 5.927308332 C6_control_B1 +LQ00X088650 Auxin response factor 8 5.359448787 C6_control_B2 +LQ00X088650 Auxin response factor 8 5.568889453 C6_control_B3 +LQ00X088650 Auxin response factor 8 5.568945253 C6_control_C1 +LQ00X088650 Auxin response factor 8 5.333571633 C6_control_C2 +LQ00X088650 Auxin response factor 8 5.401112967 C6_control_C3 +LQ00X088650 Auxin response factor 8 5.694165076 C6_chemical_A1 +LQ00X088650 Auxin response factor 8 5.648625041 C6_chemical_A3 +LQ00X088650 Auxin response factor 8 5.489258194 C6_chemical_B1 +LQ00X088650 Auxin response factor 8 5.307779357 C6_chemical_B2 +LQ00X088650 Auxin response factor 8 5.33476581 C6_chemical_B3 +LQ00X088650 Auxin response factor 8 5.547087074 C6_chemical_C1 +LQ00X088650 Auxin response factor 8 5.078074405 C6_chemical_C2 +LQ00X088650 Auxin response factor 8 5.346821166 C6_chemical_C3 +LQ00X088650 Auxin response factor 8 5.508134781 L4_control_A1 +LQ00X088650 Auxin response factor 8 5.650545557 L4_control_A2 +LQ00X088650 Auxin response factor 8 5.798851711 L4_control_A3 +LQ00X088650 Auxin response factor 8 5.339830701 L4_control_B1 +LQ00X088650 Auxin response factor 8 5.633969219 L4_control_B2 +LQ00X088650 Auxin response factor 8 5.420802558 L4_control_B3 +LQ00X088650 Auxin response factor 8 5.674986639 L4_control_C2 +LQ00X088650 Auxin response factor 8 5.40851851 L4_control_C3 +LQ00X088650 Auxin response factor 8 5.508269503 L4_chemical_A1 +LQ00X088650 Auxin response factor 8 5.75747932 L4_chemical_A2 +LQ00X088650 Auxin response factor 8 6.449357234 L4_chemical_A3 +LQ00X088650 Auxin response factor 8 5.711743629 L4_chemical_B1 +LQ00X088650 Auxin response factor 8 5.232981403 L4_chemical_B2 +LQ00X088650 Auxin response factor 8 5.637565068 L4_chemical_B3 +LQ00X088650 Auxin response factor 8 5.367000362 L4_chemical_C2 +LQ00X088650 Auxin response factor 8 5.44658703 L4_chemical_C3 +LQ00X088660 Putative Intracellular protease 1 5.908088894 C6_control_A1 +LQ00X088660 Putative Intracellular protease 1 6.006865957 C6_control_A3 +LQ00X088660 Putative Intracellular protease 1 5.961489144 C6_control_B1 +LQ00X088660 Putative Intracellular protease 1 6.029441739 C6_control_B2 +LQ00X088660 Putative Intracellular protease 1 5.500575204 C6_control_B3 +LQ00X088660 Putative Intracellular protease 1 6.012040122 C6_control_C1 +LQ00X088660 Putative Intracellular protease 1 7.277965464 C6_control_C2 +LQ00X088660 Putative Intracellular protease 1 6.100004811 C6_control_C3 +LQ00X088660 Putative Intracellular protease 1 5.665497421 C6_chemical_A1 +LQ00X088660 Putative Intracellular protease 1 5.880225295 C6_chemical_A3 +LQ00X088660 Putative Intracellular protease 1 5.70903523 C6_chemical_B1 +LQ00X088660 Putative Intracellular protease 1 6.432094246 C6_chemical_B2 +LQ00X088660 Putative Intracellular protease 1 5.542172354 C6_chemical_B3 +LQ00X088660 Putative Intracellular protease 1 6.168721217 C6_chemical_C1 +LQ00X088660 Putative Intracellular protease 1 6.250619887 C6_chemical_C2 +LQ00X088660 Putative Intracellular protease 1 5.580588309 C6_chemical_C3 +LQ00X088660 Putative Intracellular protease 1 5.855134047 L4_control_A1 +LQ00X088660 Putative Intracellular protease 1 5.666122508 L4_control_A2 +LQ00X088660 Putative Intracellular protease 1 6.29902601 L4_control_A3 +LQ00X088660 Putative Intracellular protease 1 5.733090867 L4_control_B1 +LQ00X088660 Putative Intracellular protease 1 4.952180018 L4_control_B2 +LQ00X088660 Putative Intracellular protease 1 5.715214291 L4_control_B3 +LQ00X088660 Putative Intracellular protease 1 5.83234749 L4_control_C2 +LQ00X088660 Putative Intracellular protease 1 5.730369556 L4_control_C3 +LQ00X088660 Putative Intracellular protease 1 5.670575036 L4_chemical_A1 +LQ00X088660 Putative Intracellular protease 1 5.880814538 L4_chemical_A2 +LQ00X088660 Putative Intracellular protease 1 5.939120687 L4_chemical_A3 +LQ00X088660 Putative Intracellular protease 1 6.024626022 L4_chemical_B1 +LQ00X088660 Putative Intracellular protease 1 5.523557665 L4_chemical_B2 +LQ00X088660 Putative Intracellular protease 1 5.966056826 L4_chemical_B3 +LQ00X088660 Putative Intracellular protease 1 5.764920062 L4_chemical_C2 +LQ00X088660 Putative Intracellular protease 1 5.958535836 L4_chemical_C3 +LQ00X088733 Putative Copia protein 4.608262427 C6_control_A1 +LQ00X088733 Putative Copia protein 5.279646846 C6_control_A3 +LQ00X088733 Putative Copia protein 4.799547977 C6_control_B1 +LQ00X088733 Putative Copia protein 4.746252703 C6_control_B2 +LQ00X088733 Putative Copia protein 5.009779331 C6_control_B3 +LQ00X088733 Putative Copia protein 4.899278752 C6_control_C1 +LQ00X088733 Putative Copia protein 4.681118471 C6_control_C2 +LQ00X088733 Putative Copia protein 4.709082185 C6_control_C3 +LQ00X088733 Putative Copia protein 4.69871608 C6_chemical_A1 +LQ00X088733 Putative Copia protein 4.699747248 C6_chemical_A3 +LQ00X088733 Putative Copia protein 5.011713802 C6_chemical_B1 +LQ00X088733 Putative Copia protein 4.739148538 C6_chemical_B2 +LQ00X088733 Putative Copia protein 4.815740055 C6_chemical_B3 +LQ00X088733 Putative Copia protein 4.629121965 C6_chemical_C1 +LQ00X088733 Putative Copia protein 4.74852442 C6_chemical_C2 +LQ00X088733 Putative Copia protein 4.754509981 C6_chemical_C3 +LQ00X088733 Putative Copia protein 4.97647661 L4_control_A1 +LQ00X088733 Putative Copia protein 4.97355222 L4_control_A2 +LQ00X088733 Putative Copia protein 5.331810708 L4_control_A3 +LQ00X088733 Putative Copia protein 4.957600193 L4_control_B1 +LQ00X088733 Putative Copia protein 5.067183486 L4_control_B2 +LQ00X088733 Putative Copia protein 5.030346838 L4_control_B3 +LQ00X088733 Putative Copia protein 5.041969681 L4_control_C2 +LQ00X088733 Putative Copia protein 4.836305595 L4_control_C3 +LQ00X088733 Putative Copia protein 5.284563653 L4_chemical_A1 +LQ00X088733 Putative Copia protein 4.980554058 L4_chemical_A2 +LQ00X088733 Putative Copia protein 5.138838346 L4_chemical_A3 +LQ00X088733 Putative Copia protein 5.187151141 L4_chemical_B1 +LQ00X088733 Putative Copia protein 5.263798135 L4_chemical_B2 +LQ00X088733 Putative Copia protein 5.100320535 L4_chemical_B3 +LQ00X088733 Putative Copia protein 5.189931344 L4_chemical_C2 +LQ00X088733 Putative Copia protein 4.882621675 L4_chemical_C3 +LQ00X088860 Hypothetical protein 5.349374864 C6_control_A1 +LQ00X088860 Hypothetical protein 5.493329933 C6_control_A3 +LQ00X088860 Hypothetical protein 5.673759995 C6_control_B1 +LQ00X088860 Hypothetical protein 5.605231039 C6_control_B2 +LQ00X088860 Hypothetical protein 5.468733428 C6_control_B3 +LQ00X088860 Hypothetical protein 6.204397495 C6_control_C1 +LQ00X088860 Hypothetical protein 6.64497044 C6_control_C2 +LQ00X088860 Hypothetical protein 6.423859514 C6_control_C3 +LQ00X088860 Hypothetical protein 5.201407827 C6_chemical_A1 +LQ00X088860 Hypothetical protein 5.545583369 C6_chemical_A3 +LQ00X088860 Hypothetical protein 6.392126094 C6_chemical_B1 +LQ00X088860 Hypothetical protein 6.412720367 C6_chemical_B2 +LQ00X088860 Hypothetical protein 6.614632788 C6_chemical_B3 +LQ00X088860 Hypothetical protein 7.504358776 C6_chemical_C1 +LQ00X088860 Hypothetical protein 7.062423839 C6_chemical_C2 +LQ00X088860 Hypothetical protein 7.59449056 C6_chemical_C3 +LQ00X088860 Hypothetical protein 5.801752222 L4_control_A1 +LQ00X088860 Hypothetical protein 5.680992342 L4_control_A2 +LQ00X088860 Hypothetical protein 5.215243904 L4_control_A3 +LQ00X088860 Hypothetical protein 6.592775018 L4_control_B1 +LQ00X088860 Hypothetical protein 6.154734836 L4_control_B2 +LQ00X088860 Hypothetical protein 7.040763085 L4_control_B3 +LQ00X088860 Hypothetical protein 6.431004895 L4_control_C2 +LQ00X088860 Hypothetical protein 6.364966097 L4_control_C3 +LQ00X088860 Hypothetical protein 7.181794212 L4_chemical_A1 +LQ00X088860 Hypothetical protein 5.900977776 L4_chemical_A2 +LQ00X088860 Hypothetical protein 5.350545176 L4_chemical_A3 +LQ00X088860 Hypothetical protein 6.172250987 L4_chemical_B1 +LQ00X088860 Hypothetical protein 6.665183305 L4_chemical_B2 +LQ00X088860 Hypothetical protein 6.534481835 L4_chemical_B3 +LQ00X088860 Hypothetical protein 6.574791817 L4_chemical_C2 +LQ00X088860 Hypothetical protein 6.60721217 L4_chemical_C3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.380744211 C6_control_A1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.309644223 C6_control_A3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.496329503 C6_control_B1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.352382061 C6_control_B2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.305129104 C6_control_B3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.366811702 C6_control_C1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.773416967 C6_control_C2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.311218706 C6_control_C3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 4.943151653 C6_chemical_A1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.368499823 C6_chemical_A3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 4.957677826 C6_chemical_B1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.191610858 C6_chemical_B2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.347037637 C6_chemical_B3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.572145356 C6_chemical_C1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.330224134 C6_chemical_C2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.661239891 C6_chemical_C3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.319249663 L4_control_A1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.133979308 L4_control_A2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.447261773 L4_control_A3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.081894609 L4_control_B1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.687561401 L4_control_B2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.117651145 L4_control_B3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.759114545 L4_control_C2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.55037688 L4_control_C3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.368634206 L4_chemical_A1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.675685884 L4_chemical_A2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.381086275 L4_chemical_A3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.200435125 L4_chemical_B1 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.553043812 L4_chemical_B2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.378103416 L4_chemical_B3 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.441649914 L4_chemical_C2 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 5.802662646 L4_chemical_C3 +LQ00X088900 Hypothetical protein 4.980513644 C6_control_A1 +LQ00X088900 Hypothetical protein 4.771043793 C6_control_A3 +LQ00X088900 Hypothetical protein 4.805361749 C6_control_B1 +LQ00X088900 Hypothetical protein 4.916409585 C6_control_B2 +LQ00X088900 Hypothetical protein 4.925241354 C6_control_B3 +LQ00X088900 Hypothetical protein 4.750942217 C6_control_C1 +LQ00X088900 Hypothetical protein 4.679059505 C6_control_C2 +LQ00X088900 Hypothetical protein 4.65544247 C6_control_C3 +LQ00X088900 Hypothetical protein 4.663866794 C6_chemical_A1 +LQ00X088900 Hypothetical protein 4.747407759 C6_chemical_A3 +LQ00X088900 Hypothetical protein 4.659697981 C6_chemical_B1 +LQ00X088900 Hypothetical protein 4.638229527 C6_chemical_B2 +LQ00X088900 Hypothetical protein 4.986913644 C6_chemical_B3 +LQ00X088900 Hypothetical protein 4.770779775 C6_chemical_C1 +LQ00X088900 Hypothetical protein 4.788279047 C6_chemical_C2 +LQ00X088900 Hypothetical protein 4.619951578 C6_chemical_C3 +LQ00X088900 Hypothetical protein 4.549089501 L4_control_A1 +LQ00X088900 Hypothetical protein 4.909170956 L4_control_A2 +LQ00X088900 Hypothetical protein 5.009727761 L4_control_A3 +LQ00X088900 Hypothetical protein 5.457301062 L4_control_B1 +LQ00X088900 Hypothetical protein 5.436996704 L4_control_B2 +LQ00X088900 Hypothetical protein 4.862834034 L4_control_B3 +LQ00X088900 Hypothetical protein 4.99283306 L4_control_C2 +LQ00X088900 Hypothetical protein 5.18932553 L4_control_C3 +LQ00X088900 Hypothetical protein 5.062561949 L4_chemical_A1 +LQ00X088900 Hypothetical protein 5.220043336 L4_chemical_A2 +LQ00X088900 Hypothetical protein 5.247749608 L4_chemical_A3 +LQ00X088900 Hypothetical protein 4.855754901 L4_chemical_B1 +LQ00X088900 Hypothetical protein 4.891740524 L4_chemical_B2 +LQ00X088900 Hypothetical protein 4.856731764 L4_chemical_B3 +LQ00X088900 Hypothetical protein 5.01782669 L4_chemical_C2 +LQ00X088900 Hypothetical protein 4.808238838 L4_chemical_C3 +LQ00X089020 Predicted protein 14.18911515 C6_control_A1 +LQ00X089020 Predicted protein 14.21701785 C6_control_A3 +LQ00X089020 Predicted protein 14.30816619 C6_control_B1 +LQ00X089020 Predicted protein 14.16687203 C6_control_B2 +LQ00X089020 Predicted protein 14.17752836 C6_control_B3 +LQ00X089020 Predicted protein 13.70272586 C6_control_C1 +LQ00X089020 Predicted protein 13.96808484 C6_control_C2 +LQ00X089020 Predicted protein 13.83565633 C6_control_C3 +LQ00X089020 Predicted protein 14.02939755 C6_chemical_A1 +LQ00X089020 Predicted protein 14.25194864 C6_chemical_A3 +LQ00X089020 Predicted protein 14.29366707 C6_chemical_B1 +LQ00X089020 Predicted protein 14.08062298 C6_chemical_B2 +LQ00X089020 Predicted protein 13.8898215 C6_chemical_B3 +LQ00X089020 Predicted protein 13.77232552 C6_chemical_C1 +LQ00X089020 Predicted protein 13.75840451 C6_chemical_C2 +LQ00X089020 Predicted protein 13.36096005 C6_chemical_C3 +LQ00X089020 Predicted protein 13.5793171 L4_control_A1 +LQ00X089020 Predicted protein 14.15347944 L4_control_A2 +LQ00X089020 Predicted protein 13.14988295 L4_control_A3 +LQ00X089020 Predicted protein 13.68265911 L4_control_B1 +LQ00X089020 Predicted protein 14.03208976 L4_control_B2 +LQ00X089020 Predicted protein 13.645296 L4_control_B3 +LQ00X089020 Predicted protein 13.65629374 L4_control_C2 +LQ00X089020 Predicted protein 13.32313972 L4_control_C3 +LQ00X089020 Predicted protein 13.30337285 L4_chemical_A1 +LQ00X089020 Predicted protein 13.9486522 L4_chemical_A2 +LQ00X089020 Predicted protein 13.07919455 L4_chemical_A3 +LQ00X089020 Predicted protein 13.67027131 L4_chemical_B1 +LQ00X089020 Predicted protein 14.03831925 L4_chemical_B2 +LQ00X089020 Predicted protein 13.84121554 L4_chemical_B3 +LQ00X089020 Predicted protein 13.61287894 L4_chemical_C2 +LQ00X089020 Predicted protein 13.46982883 L4_chemical_C3 +LQ00X089060 Predicted protein 5.107094873 C6_control_A1 +LQ00X089060 Predicted protein 4.787324652 C6_control_A3 +LQ00X089060 Predicted protein 4.961219179 C6_control_B1 +LQ00X089060 Predicted protein 5.139293858 C6_control_B2 +LQ00X089060 Predicted protein 4.98698003 C6_control_B3 +LQ00X089060 Predicted protein 4.688019193 C6_control_C1 +LQ00X089060 Predicted protein 4.81481553 C6_control_C2 +LQ00X089060 Predicted protein 4.712075105 C6_control_C3 +LQ00X089060 Predicted protein 4.900851297 C6_chemical_A1 +LQ00X089060 Predicted protein 4.692814764 C6_chemical_A3 +LQ00X089060 Predicted protein 5.21939671 C6_chemical_B1 +LQ00X089060 Predicted protein 4.88606581 C6_chemical_B2 +LQ00X089060 Predicted protein 5.051881548 C6_chemical_B3 +LQ00X089060 Predicted protein 4.759273307 C6_chemical_C1 +LQ00X089060 Predicted protein 4.875015636 C6_chemical_C2 +LQ00X089060 Predicted protein 4.713371149 C6_chemical_C3 +LQ00X089060 Predicted protein 5.060867083 L4_control_A1 +LQ00X089060 Predicted protein 5.008883027 L4_control_A2 +LQ00X089060 Predicted protein 5.106285579 L4_control_A3 +LQ00X089060 Predicted protein 4.975723304 L4_control_B1 +LQ00X089060 Predicted protein 5.090908738 L4_control_B2 +LQ00X089060 Predicted protein 5.332922905 L4_control_B3 +LQ00X089060 Predicted protein 4.713010809 L4_control_C2 +LQ00X089060 Predicted protein 5.055099112 L4_control_C3 +LQ00X089060 Predicted protein 5.032853197 L4_chemical_A1 +LQ00X089060 Predicted protein 4.879915553 L4_chemical_A2 +LQ00X089060 Predicted protein 4.765639916 L4_chemical_A3 +LQ00X089060 Predicted protein 4.807362261 L4_chemical_B1 +LQ00X089060 Predicted protein 5.572328754 L4_chemical_B2 +LQ00X089060 Predicted protein 4.939299059 L4_chemical_B3 +LQ00X089060 Predicted protein 4.791796981 L4_chemical_C2 +LQ00X089060 Predicted protein 5.040914917 L4_chemical_C3 +LQ00X089080 Putative uncharacterized protein 12.26395353 C6_control_A1 +LQ00X089080 Putative uncharacterized protein 12.34212905 C6_control_A3 +LQ00X089080 Putative uncharacterized protein 12.81949973 C6_control_B1 +LQ00X089080 Putative uncharacterized protein 12.91864418 C6_control_B2 +LQ00X089080 Putative uncharacterized protein 13.11124326 C6_control_B3 +LQ00X089080 Putative uncharacterized protein 10.80729762 C6_control_C1 +LQ00X089080 Putative uncharacterized protein 11.57671595 C6_control_C2 +LQ00X089080 Putative uncharacterized protein 10.61366217 C6_control_C3 +LQ00X089080 Putative uncharacterized protein 12.25192437 C6_chemical_A1 +LQ00X089080 Putative uncharacterized protein 12.25131243 C6_chemical_A3 +LQ00X089080 Putative uncharacterized protein 12.66780584 C6_chemical_B1 +LQ00X089080 Putative uncharacterized protein 13.0795421 C6_chemical_B2 +LQ00X089080 Putative uncharacterized protein 12.74790855 C6_chemical_B3 +LQ00X089080 Putative uncharacterized protein 10.92688301 C6_chemical_C1 +LQ00X089080 Putative uncharacterized protein 10.94414521 C6_chemical_C2 +LQ00X089080 Putative uncharacterized protein 11.03978841 C6_chemical_C3 +LQ00X089080 Putative uncharacterized protein 12.59521349 L4_control_A1 +LQ00X089080 Putative uncharacterized protein 12.04495992 L4_control_A2 +LQ00X089080 Putative uncharacterized protein 11.98093436 L4_control_A3 +LQ00X089080 Putative uncharacterized protein 13.09477711 L4_control_B1 +LQ00X089080 Putative uncharacterized protein 13.00584671 L4_control_B2 +LQ00X089080 Putative uncharacterized protein 13.56992876 L4_control_B3 +LQ00X089080 Putative uncharacterized protein 10.9217959 L4_control_C2 +LQ00X089080 Putative uncharacterized protein 10.78661328 L4_control_C3 +LQ00X089080 Putative uncharacterized protein 11.88000896 L4_chemical_A1 +LQ00X089080 Putative uncharacterized protein 11.35254313 L4_chemical_A2 +LQ00X089080 Putative uncharacterized protein 11.82827659 L4_chemical_A3 +LQ00X089080 Putative uncharacterized protein 12.25180297 L4_chemical_B1 +LQ00X089080 Putative uncharacterized protein 12.3354801 L4_chemical_B2 +LQ00X089080 Putative uncharacterized protein 13.28862607 L4_chemical_B3 +LQ00X089080 Putative uncharacterized protein 11.50197181 L4_chemical_C2 +LQ00X089080 Putative uncharacterized protein 10.77369727 L4_chemical_C3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.30256678 C6_control_A1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 9.994438339 C6_control_A3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.04837276 C6_control_B1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.63835667 C6_control_B2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.68217338 C6_control_B3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.80050381 C6_control_C1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.46130743 C6_control_C2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.46873882 C6_control_C3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.38404428 C6_chemical_A1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 9.635211894 C6_chemical_A3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.14718051 C6_chemical_B1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.55329351 C6_chemical_B2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.42354709 C6_chemical_B3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.85322945 C6_chemical_C1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.64014946 C6_chemical_C2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.29473753 C6_chemical_C3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.826374447 L4_control_A1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 9.167066719 L4_control_A2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 9.264192143 L4_control_A3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 9.693917319 L4_control_B1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.27008747 L4_control_B2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.743927346 L4_control_B3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.00493961 L4_control_C2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.37832423 L4_control_C3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.861195944 L4_chemical_A1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 9.201062624 L4_chemical_A2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.836648293 L4_chemical_A3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.32031345 L4_chemical_B1 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.75245405 L4_chemical_B2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.811154083 L4_chemical_B3 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.95496826 L4_chemical_C2 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.39524665 L4_chemical_C3 +LQ00X089110 Hypothetical protein 5.009358428 C6_control_A1 +LQ00X089110 Hypothetical protein 4.58529137 C6_control_A3 +LQ00X089110 Hypothetical protein 4.88472061 C6_control_B1 +LQ00X089110 Hypothetical protein 5.053110465 C6_control_B2 +LQ00X089110 Hypothetical protein 5.044291502 C6_control_B3 +LQ00X089110 Hypothetical protein 4.948274518 C6_control_C1 +LQ00X089110 Hypothetical protein 5.159878316 C6_control_C2 +LQ00X089110 Hypothetical protein 4.941942307 C6_control_C3 +LQ00X089110 Hypothetical protein 4.902228256 C6_chemical_A1 +LQ00X089110 Hypothetical protein 4.648445212 C6_chemical_A3 +LQ00X089110 Hypothetical protein 5.203624761 C6_chemical_B1 +LQ00X089110 Hypothetical protein 5.285328921 C6_chemical_B2 +LQ00X089110 Hypothetical protein 5.23315953 C6_chemical_B3 +LQ00X089110 Hypothetical protein 5.102040218 C6_chemical_C1 +LQ00X089110 Hypothetical protein 5.126395681 C6_chemical_C2 +LQ00X089110 Hypothetical protein 5.065746905 C6_chemical_C3 +LQ00X089110 Hypothetical protein 4.828479884 L4_control_A1 +LQ00X089110 Hypothetical protein 5.225058801 L4_control_A2 +LQ00X089110 Hypothetical protein 4.715890707 L4_control_A3 +LQ00X089110 Hypothetical protein 4.648336058 L4_control_B1 +LQ00X089110 Hypothetical protein 4.734658583 L4_control_B2 +LQ00X089110 Hypothetical protein 4.930675207 L4_control_B3 +LQ00X089110 Hypothetical protein 5.271517496 L4_control_C2 +LQ00X089110 Hypothetical protein 4.530259283 L4_control_C3 +LQ00X089110 Hypothetical protein 4.988925227 L4_chemical_A1 +LQ00X089110 Hypothetical protein 4.897213988 L4_chemical_A2 +LQ00X089110 Hypothetical protein 4.698035468 L4_chemical_A3 +LQ00X089110 Hypothetical protein 5.004884454 L4_chemical_B1 +LQ00X089110 Hypothetical protein 4.61965929 L4_chemical_B2 +LQ00X089110 Hypothetical protein 4.96719405 L4_chemical_B3 +LQ00X089110 Hypothetical protein 5.514598347 L4_chemical_C2 +LQ00X089110 Hypothetical protein 4.87902042 L4_chemical_C3 +LQ00X089120 Uracil-DNA glycosylase 10.69926983 C6_control_A1 +LQ00X089120 Uracil-DNA glycosylase 10.77290406 C6_control_A3 +LQ00X089120 Uracil-DNA glycosylase 8.999929399 C6_control_B1 +LQ00X089120 Uracil-DNA glycosylase 7.685007594 C6_control_B2 +LQ00X089120 Uracil-DNA glycosylase 6.852058325 C6_control_B3 +LQ00X089120 Uracil-DNA glycosylase 8.900326905 C6_control_C1 +LQ00X089120 Uracil-DNA glycosylase 8.264006768 C6_control_C2 +LQ00X089120 Uracil-DNA glycosylase 8.334855774 C6_control_C3 +LQ00X089120 Uracil-DNA glycosylase 10.15510987 C6_chemical_A1 +LQ00X089120 Uracil-DNA glycosylase 10.46562516 C6_chemical_A3 +LQ00X089120 Uracil-DNA glycosylase 8.227553117 C6_chemical_B1 +LQ00X089120 Uracil-DNA glycosylase 6.984963534 C6_chemical_B2 +LQ00X089120 Uracil-DNA glycosylase 7.00742755 C6_chemical_B3 +LQ00X089120 Uracil-DNA glycosylase 9.097608546 C6_chemical_C1 +LQ00X089120 Uracil-DNA glycosylase 8.540326285 C6_chemical_C2 +LQ00X089120 Uracil-DNA glycosylase 7.897422749 C6_chemical_C3 +LQ00X089120 Uracil-DNA glycosylase 11.21642537 L4_control_A1 +LQ00X089120 Uracil-DNA glycosylase 10.01102632 L4_control_A2 +LQ00X089120 Uracil-DNA glycosylase 10.7349654 L4_control_A3 +LQ00X089120 Uracil-DNA glycosylase 8.45935197 L4_control_B1 +LQ00X089120 Uracil-DNA glycosylase 8.72312368 L4_control_B2 +LQ00X089120 Uracil-DNA glycosylase 8.249143553 L4_control_B3 +LQ00X089120 Uracil-DNA glycosylase 9.495280103 L4_control_C2 +LQ00X089120 Uracil-DNA glycosylase 8.377773614 L4_control_C3 +LQ00X089120 Uracil-DNA glycosylase 10.36013457 L4_chemical_A1 +LQ00X089120 Uracil-DNA glycosylase 9.574450171 L4_chemical_A2 +LQ00X089120 Uracil-DNA glycosylase 10.35825809 L4_chemical_A3 +LQ00X089120 Uracil-DNA glycosylase 8.302074233 L4_chemical_B1 +LQ00X089120 Uracil-DNA glycosylase 9.130924793 L4_chemical_B2 +LQ00X089120 Uracil-DNA glycosylase 8.61923111 L4_chemical_B3 +LQ00X089120 Uracil-DNA glycosylase 10.17365725 L4_chemical_C2 +LQ00X089120 Uracil-DNA glycosylase 8.875411201 L4_chemical_C3 +LQ00X089130 Predicted protein 10.33814797 C6_control_A1 +LQ00X089130 Predicted protein 10.03492571 C6_control_A3 +LQ00X089130 Predicted protein 9.96596061 C6_control_B1 +LQ00X089130 Predicted protein 10.30870459 C6_control_B2 +LQ00X089130 Predicted protein 10.0574823 C6_control_B3 +LQ00X089130 Predicted protein 10.94421272 C6_control_C1 +LQ00X089130 Predicted protein 10.47914307 C6_control_C2 +LQ00X089130 Predicted protein 10.89468302 C6_control_C3 +LQ00X089130 Predicted protein 10.47473886 C6_chemical_A1 +LQ00X089130 Predicted protein 10.33346265 C6_chemical_A3 +LQ00X089130 Predicted protein 10.26155262 C6_chemical_B1 +LQ00X089130 Predicted protein 9.775641851 C6_chemical_B2 +LQ00X089130 Predicted protein 10.41600641 C6_chemical_B3 +LQ00X089130 Predicted protein 10.83596145 C6_chemical_C1 +LQ00X089130 Predicted protein 10.56459234 C6_chemical_C2 +LQ00X089130 Predicted protein 10.75339143 C6_chemical_C3 +LQ00X089130 Predicted protein 10.76837098 L4_control_A1 +LQ00X089130 Predicted protein 10.60452588 L4_control_A2 +LQ00X089130 Predicted protein 10.41446313 L4_control_A3 +LQ00X089130 Predicted protein 10.23799946 L4_control_B1 +LQ00X089130 Predicted protein 10.65606012 L4_control_B2 +LQ00X089130 Predicted protein 10.66648574 L4_control_B3 +LQ00X089130 Predicted protein 11.25656668 L4_control_C2 +LQ00X089130 Predicted protein 11.35409065 L4_control_C3 +LQ00X089130 Predicted protein 10.52334634 L4_chemical_A1 +LQ00X089130 Predicted protein 10.63130244 L4_chemical_A2 +LQ00X089130 Predicted protein 10.13874909 L4_chemical_A3 +LQ00X089130 Predicted protein 9.85561443 L4_chemical_B1 +LQ00X089130 Predicted protein 10.6328226 L4_chemical_B2 +LQ00X089130 Predicted protein 10.02592525 L4_chemical_B3 +LQ00X089130 Predicted protein 11.35311077 L4_chemical_C2 +LQ00X089130 Predicted protein 10.96957498 L4_chemical_C3 +LQ00X089160 Predicted protein 4.750916776 C6_control_A1 +LQ00X089160 Predicted protein 5.553984131 C6_control_A3 +LQ00X089160 Predicted protein 4.850395032 C6_control_B1 +LQ00X089160 Predicted protein 5.753606096 C6_control_B2 +LQ00X089160 Predicted protein 4.671097759 C6_control_B3 +LQ00X089160 Predicted protein 5.86875738 C6_control_C1 +LQ00X089160 Predicted protein 6.861287995 C6_control_C2 +LQ00X089160 Predicted protein 6.558265174 C6_control_C3 +LQ00X089160 Predicted protein 5.156006571 C6_chemical_A1 +LQ00X089160 Predicted protein 5.555501249 C6_chemical_A3 +LQ00X089160 Predicted protein 4.812821266 C6_chemical_B1 +LQ00X089160 Predicted protein 6.177499505 C6_chemical_B2 +LQ00X089160 Predicted protein 5.105358855 C6_chemical_B3 +LQ00X089160 Predicted protein 6.578638294 C6_chemical_C1 +LQ00X089160 Predicted protein 6.916004486 C6_chemical_C2 +LQ00X089160 Predicted protein 7.191561394 C6_chemical_C3 +LQ00X089160 Predicted protein 6.273596651 L4_control_A1 +LQ00X089160 Predicted protein 6.243332927 L4_control_A2 +LQ00X089160 Predicted protein 6.538035761 L4_control_A3 +LQ00X089160 Predicted protein 6.89304878 L4_control_B1 +LQ00X089160 Predicted protein 6.271299253 L4_control_B2 +LQ00X089160 Predicted protein 7.5741437 L4_control_B3 +LQ00X089160 Predicted protein 6.353699271 L4_control_C2 +LQ00X089160 Predicted protein 6.728993212 L4_control_C3 +LQ00X089160 Predicted protein 7.34182747 L4_chemical_A1 +LQ00X089160 Predicted protein 6.771310629 L4_chemical_A2 +LQ00X089160 Predicted protein 6.948542535 L4_chemical_A3 +LQ00X089160 Predicted protein 5.846620323 L4_chemical_B1 +LQ00X089160 Predicted protein 6.01755483 L4_chemical_B2 +LQ00X089160 Predicted protein 7.258640755 L4_chemical_B3 +LQ00X089160 Predicted protein 6.270070294 L4_chemical_C2 +LQ00X089160 Predicted protein 6.915370486 L4_chemical_C3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.67754016 C6_control_A1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.36997353 C6_control_A3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.16995103 C6_control_B1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 12.95084441 C6_control_B2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.29850637 C6_control_B3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.72698724 C6_control_C1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.47298225 C6_control_C2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.66421629 C6_control_C3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.70324462 C6_chemical_A1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.34332813 C6_chemical_A3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.03159973 C6_chemical_B1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.02708514 C6_chemical_B2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.27063192 C6_chemical_B3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.50179779 C6_chemical_C1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.39462232 C6_chemical_C2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.9323708 C6_chemical_C3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.71542638 L4_control_A1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.51312374 L4_control_A2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.39458035 L4_control_A3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 12.97229163 L4_control_B1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 12.82871575 L4_control_B2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.55828212 L4_control_B3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 12.98092832 L4_control_C2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.57070265 L4_control_C3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.50582698 L4_chemical_A1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.17268362 L4_chemical_A2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.62521805 L4_chemical_A3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 12.83623764 L4_chemical_B1 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 12.7665216 L4_chemical_B2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.63060206 L4_chemical_B3 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.08369922 L4_chemical_C2 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.12485244 L4_chemical_C3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.731234225 C6_control_A1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 6.116044365 C6_control_A3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.850678459 C6_control_B1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.634988426 C6_control_B2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.892350902 C6_control_B3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 6.11298972 C6_control_C1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 7.719747971 C6_control_C2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.775030001 C6_control_C3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.564194454 C6_chemical_A1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.671519018 C6_chemical_A3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.921803869 C6_chemical_B1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.807134581 C6_chemical_B2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.729402834 C6_chemical_B3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.771709925 C6_chemical_C1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.867795435 C6_chemical_C2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.729184644 C6_chemical_C3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.424849305 L4_control_A1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.088747962 L4_control_A2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 4.962894387 L4_control_A3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 4.728108465 L4_control_B1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.273545124 L4_control_B2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.692216965 L4_control_B3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.239628206 L4_control_C2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.153509428 L4_control_C3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.340247431 L4_chemical_A1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.227131044 L4_chemical_A2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 4.795667354 L4_chemical_A3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.592779935 L4_chemical_B1 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.692658758 L4_chemical_B2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.537776992 L4_chemical_B3 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.327716217 L4_chemical_C2 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.168777872 L4_chemical_C3 +LQ00X089280 PAF1 complex component 12.66859379 C6_control_A1 +LQ00X089280 PAF1 complex component 12.44549476 C6_control_A3 +LQ00X089280 PAF1 complex component 12.17722497 C6_control_B1 +LQ00X089280 PAF1 complex component 12.38395943 C6_control_B2 +LQ00X089280 PAF1 complex component 12.61912218 C6_control_B3 +LQ00X089280 PAF1 complex component 13.12875431 C6_control_C1 +LQ00X089280 PAF1 complex component 12.78001304 C6_control_C2 +LQ00X089280 PAF1 complex component 13.08772386 C6_control_C3 +LQ00X089280 PAF1 complex component 12.26752276 C6_chemical_A1 +LQ00X089280 PAF1 complex component 12.39445364 C6_chemical_A3 +LQ00X089280 PAF1 complex component 12.1044722 C6_chemical_B1 +LQ00X089280 PAF1 complex component 12.27902263 C6_chemical_B2 +LQ00X089280 PAF1 complex component 12.30901957 C6_chemical_B3 +LQ00X089280 PAF1 complex component 12.95566894 C6_chemical_C1 +LQ00X089280 PAF1 complex component 12.64559449 C6_chemical_C2 +LQ00X089280 PAF1 complex component 12.99408638 C6_chemical_C3 +LQ00X089280 PAF1 complex component 12.65739019 L4_control_A1 +LQ00X089280 PAF1 complex component 12.39328742 L4_control_A2 +LQ00X089280 PAF1 complex component 12.84047053 L4_control_A3 +LQ00X089280 PAF1 complex component 12.13998232 L4_control_B1 +LQ00X089280 PAF1 complex component 11.5839311 L4_control_B2 +LQ00X089280 PAF1 complex component 12.40450658 L4_control_B3 +LQ00X089280 PAF1 complex component 12.30513644 L4_control_C2 +LQ00X089280 PAF1 complex component 12.46584479 L4_control_C3 +LQ00X089280 PAF1 complex component 12.82476761 L4_chemical_A1 +LQ00X089280 PAF1 complex component 12.70602712 L4_chemical_A2 +LQ00X089280 PAF1 complex component 12.91878542 L4_chemical_A3 +LQ00X089280 PAF1 complex component 12.51264171 L4_chemical_B1 +LQ00X089280 PAF1 complex component 11.86237219 L4_chemical_B2 +LQ00X089280 PAF1 complex component 12.20143755 L4_chemical_B3 +LQ00X089280 PAF1 complex component 12.0586255 L4_chemical_C2 +LQ00X089280 PAF1 complex component 12.49932513 L4_chemical_C3 +LQ00X089300 Heat shock protein 101 10.04476664 C6_control_A1 +LQ00X089300 Heat shock protein 101 9.28545516 C6_control_A3 +LQ00X089300 Heat shock protein 101 9.866840719 C6_control_B1 +LQ00X089300 Heat shock protein 101 10.47110534 C6_control_B2 +LQ00X089300 Heat shock protein 101 8.616450068 C6_control_B3 +LQ00X089300 Heat shock protein 101 10.95639381 C6_control_C1 +LQ00X089300 Heat shock protein 101 10.41134728 C6_control_C2 +LQ00X089300 Heat shock protein 101 8.764942313 C6_control_C3 +LQ00X089300 Heat shock protein 101 12.0282436 C6_chemical_A1 +LQ00X089300 Heat shock protein 101 9.967512393 C6_chemical_A3 +LQ00X089300 Heat shock protein 101 10.78906182 C6_chemical_B1 +LQ00X089300 Heat shock protein 101 11.38168316 C6_chemical_B2 +LQ00X089300 Heat shock protein 101 8.96249241 C6_chemical_B3 +LQ00X089300 Heat shock protein 101 12.6847193 C6_chemical_C1 +LQ00X089300 Heat shock protein 101 11.73184317 C6_chemical_C2 +LQ00X089300 Heat shock protein 101 9.565814775 C6_chemical_C3 +LQ00X089300 Heat shock protein 101 9.540316479 L4_control_A1 +LQ00X089300 Heat shock protein 101 9.40126804 L4_control_A2 +LQ00X089300 Heat shock protein 101 8.227279983 L4_control_A3 +LQ00X089300 Heat shock protein 101 8.782795897 L4_control_B1 +LQ00X089300 Heat shock protein 101 9.44715908 L4_control_B2 +LQ00X089300 Heat shock protein 101 7.635123362 L4_control_B3 +LQ00X089300 Heat shock protein 101 9.934985542 L4_control_C2 +LQ00X089300 Heat shock protein 101 7.15358395 L4_control_C3 +LQ00X089300 Heat shock protein 101 10.86894235 L4_chemical_A1 +LQ00X089300 Heat shock protein 101 11.35973208 L4_chemical_A2 +LQ00X089300 Heat shock protein 101 8.612892224 L4_chemical_A3 +LQ00X089300 Heat shock protein 101 9.877250265 L4_chemical_B1 +LQ00X089300 Heat shock protein 101 10.58790534 L4_chemical_B2 +LQ00X089300 Heat shock protein 101 8.320476134 L4_chemical_B3 +LQ00X089300 Heat shock protein 101 11.05229618 L4_chemical_C2 +LQ00X089300 Heat shock protein 101 8.083920545 L4_chemical_C3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.665680333 C6_control_A1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.534123287 C6_control_A3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.678794 C6_control_B1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.68543025 C6_control_B2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.879260605 C6_control_B3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.490885689 C6_control_C1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.238718884 C6_control_C2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.269872796 C6_control_C3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.260382176 C6_chemical_A1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.550953859 C6_chemical_A3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.480464826 C6_chemical_B1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.548681526 C6_chemical_B2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.444297973 C6_chemical_B3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.44303556 C6_chemical_C1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.341214007 C6_chemical_C2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.695027584 C6_chemical_C3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.298347128 L4_control_A1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.277001097 L4_control_A2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.65684377 L4_control_A3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.576880827 L4_control_B1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.23516058 L4_control_B2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.412686231 L4_control_B3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.302293719 L4_control_C2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 6.199265279 L4_control_C3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.437903205 L4_chemical_A1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.580230373 L4_chemical_A2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.81246755 L4_chemical_A3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.422222356 L4_chemical_B1 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.082137757 L4_chemical_B2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.454323858 L4_chemical_B3 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.599702895 L4_chemical_C2 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.165493878 L4_chemical_C3 +LQ00X089360 Hypothetical protein 10.15053385 C6_control_A1 +LQ00X089360 Hypothetical protein 9.880834166 C6_control_A3 +LQ00X089360 Hypothetical protein 10.21218021 C6_control_B1 +LQ00X089360 Hypothetical protein 10.73451753 C6_control_B2 +LQ00X089360 Hypothetical protein 10.19806826 C6_control_B3 +LQ00X089360 Hypothetical protein 11.14728796 C6_control_C1 +LQ00X089360 Hypothetical protein 11.32564196 C6_control_C2 +LQ00X089360 Hypothetical protein 10.68986965 C6_control_C3 +LQ00X089360 Hypothetical protein 11.06605172 C6_chemical_A1 +LQ00X089360 Hypothetical protein 10.01479242 C6_chemical_A3 +LQ00X089360 Hypothetical protein 10.52909891 C6_chemical_B1 +LQ00X089360 Hypothetical protein 11.10472448 C6_chemical_B2 +LQ00X089360 Hypothetical protein 9.977883794 C6_chemical_B3 +LQ00X089360 Hypothetical protein 12.12164594 C6_chemical_C1 +LQ00X089360 Hypothetical protein 11.84690915 C6_chemical_C2 +LQ00X089360 Hypothetical protein 10.44079736 C6_chemical_C3 +LQ00X089360 Hypothetical protein 9.894654608 L4_control_A1 +LQ00X089360 Hypothetical protein 10.07729105 L4_control_A2 +LQ00X089360 Hypothetical protein 10.49561737 L4_control_A3 +LQ00X089360 Hypothetical protein 9.424113676 L4_control_B1 +LQ00X089360 Hypothetical protein 10.04584819 L4_control_B2 +LQ00X089360 Hypothetical protein 9.790345172 L4_control_B3 +LQ00X089360 Hypothetical protein 10.74458092 L4_control_C2 +LQ00X089360 Hypothetical protein 10.45662249 L4_control_C3 +LQ00X089360 Hypothetical protein 10.4772324 L4_chemical_A1 +LQ00X089360 Hypothetical protein 11.88816177 L4_chemical_A2 +LQ00X089360 Hypothetical protein 10.07905096 L4_chemical_A3 +LQ00X089360 Hypothetical protein 10.34339557 L4_chemical_B1 +LQ00X089360 Hypothetical protein 10.971734 L4_chemical_B2 +LQ00X089360 Hypothetical protein 9.740174333 L4_chemical_B3 +LQ00X089360 Hypothetical protein 11.44907275 L4_chemical_C2 +LQ00X089360 Hypothetical protein 10.49025735 L4_chemical_C3 +LQ00X089400 Isoamylase 1, chloroplastic 8.891129857 C6_control_A1 +LQ00X089400 Isoamylase 1, chloroplastic 8.660352443 C6_control_A3 +LQ00X089400 Isoamylase 1, chloroplastic 9.085776471 C6_control_B1 +LQ00X089400 Isoamylase 1, chloroplastic 9.248789026 C6_control_B2 +LQ00X089400 Isoamylase 1, chloroplastic 9.045466415 C6_control_B3 +LQ00X089400 Isoamylase 1, chloroplastic 9.13594814 C6_control_C1 +LQ00X089400 Isoamylase 1, chloroplastic 9.247618557 C6_control_C2 +LQ00X089400 Isoamylase 1, chloroplastic 8.92685783 C6_control_C3 +LQ00X089400 Isoamylase 1, chloroplastic 9.513949839 C6_chemical_A1 +LQ00X089400 Isoamylase 1, chloroplastic 9.059734181 C6_chemical_A3 +LQ00X089400 Isoamylase 1, chloroplastic 10.13532604 C6_chemical_B1 +LQ00X089400 Isoamylase 1, chloroplastic 9.834434263 C6_chemical_B2 +LQ00X089400 Isoamylase 1, chloroplastic 9.764552318 C6_chemical_B3 +LQ00X089400 Isoamylase 1, chloroplastic 9.445667989 C6_chemical_C1 +LQ00X089400 Isoamylase 1, chloroplastic 9.366638199 C6_chemical_C2 +LQ00X089400 Isoamylase 1, chloroplastic 9.007114494 C6_chemical_C3 +LQ00X089400 Isoamylase 1, chloroplastic 9.150011923 L4_control_A1 +LQ00X089400 Isoamylase 1, chloroplastic 9.744231002 L4_control_A2 +LQ00X089400 Isoamylase 1, chloroplastic 10.14132251 L4_control_A3 +LQ00X089400 Isoamylase 1, chloroplastic 9.833337728 L4_control_B1 +LQ00X089400 Isoamylase 1, chloroplastic 9.943216267 L4_control_B2 +LQ00X089400 Isoamylase 1, chloroplastic 9.964007344 L4_control_B3 +LQ00X089400 Isoamylase 1, chloroplastic 9.56002592 L4_control_C2 +LQ00X089400 Isoamylase 1, chloroplastic 10.01981044 L4_control_C3 +LQ00X089400 Isoamylase 1, chloroplastic 9.159724161 L4_chemical_A1 +LQ00X089400 Isoamylase 1, chloroplastic 9.750209479 L4_chemical_A2 +LQ00X089400 Isoamylase 1, chloroplastic 9.938235479 L4_chemical_A3 +LQ00X089400 Isoamylase 1, chloroplastic 9.638690308 L4_chemical_B1 +LQ00X089400 Isoamylase 1, chloroplastic 9.436543234 L4_chemical_B2 +LQ00X089400 Isoamylase 1, chloroplastic 9.401067939 L4_chemical_B3 +LQ00X089400 Isoamylase 1, chloroplastic 9.924120259 L4_chemical_C2 +LQ00X089400 Isoamylase 1, chloroplastic 10.06409013 L4_chemical_C3 +LQ00X089630 ATPase 11, plasma membrane-type 12.38359219 C6_control_A1 +LQ00X089630 ATPase 11, plasma membrane-type 11.63893759 C6_control_A3 +LQ00X089630 ATPase 11, plasma membrane-type 12.71816213 C6_control_B1 +LQ00X089630 ATPase 11, plasma membrane-type 11.84898029 C6_control_B2 +LQ00X089630 ATPase 11, plasma membrane-type 12.58978593 C6_control_B3 +LQ00X089630 ATPase 11, plasma membrane-type 11.03485788 C6_control_C1 +LQ00X089630 ATPase 11, plasma membrane-type 10.77584237 C6_control_C2 +LQ00X089630 ATPase 11, plasma membrane-type 10.97558664 C6_control_C3 +LQ00X089630 ATPase 11, plasma membrane-type 12.28322768 C6_chemical_A1 +LQ00X089630 ATPase 11, plasma membrane-type 12.00121415 C6_chemical_A3 +LQ00X089630 ATPase 11, plasma membrane-type 12.86261977 C6_chemical_B1 +LQ00X089630 ATPase 11, plasma membrane-type 11.86344891 C6_chemical_B2 +LQ00X089630 ATPase 11, plasma membrane-type 12.77100285 C6_chemical_B3 +LQ00X089630 ATPase 11, plasma membrane-type 10.94072545 C6_chemical_C1 +LQ00X089630 ATPase 11, plasma membrane-type 10.75159894 C6_chemical_C2 +LQ00X089630 ATPase 11, plasma membrane-type 10.66035072 C6_chemical_C3 +LQ00X089630 ATPase 11, plasma membrane-type 12.35248359 L4_control_A1 +LQ00X089630 ATPase 11, plasma membrane-type 12.15669081 L4_control_A2 +LQ00X089630 ATPase 11, plasma membrane-type 12.26380038 L4_control_A3 +LQ00X089630 ATPase 11, plasma membrane-type 12.2751377 L4_control_B1 +LQ00X089630 ATPase 11, plasma membrane-type 12.83545253 L4_control_B2 +LQ00X089630 ATPase 11, plasma membrane-type 11.92139889 L4_control_B3 +LQ00X089630 ATPase 11, plasma membrane-type 10.53220244 L4_control_C2 +LQ00X089630 ATPase 11, plasma membrane-type 10.81295304 L4_control_C3 +LQ00X089630 ATPase 11, plasma membrane-type 11.93459746 L4_chemical_A1 +LQ00X089630 ATPase 11, plasma membrane-type 11.69415438 L4_chemical_A2 +LQ00X089630 ATPase 11, plasma membrane-type 12.12581036 L4_chemical_A3 +LQ00X089630 ATPase 11, plasma membrane-type 12.06662234 L4_chemical_B1 +LQ00X089630 ATPase 11, plasma membrane-type 11.8128864 L4_chemical_B2 +LQ00X089630 ATPase 11, plasma membrane-type 12.71293459 L4_chemical_B3 +LQ00X089630 ATPase 11, plasma membrane-type 10.22696616 L4_chemical_C2 +LQ00X089630 ATPase 11, plasma membrane-type 10.75701436 L4_chemical_C3 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.09149147 C6_control_A1 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.54597267 C6_control_A3 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.72864075 C6_control_B1 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.06464616 C6_control_B2 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.96644376 C6_control_B3 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.44765447 C6_control_C1 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.59106693 C6_control_C2 +LQ00X089680 Putative Probable peptide transporter At1g52190 12.07728225 C6_control_C3 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.82658228 C6_chemical_A1 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.55682337 C6_chemical_A3 +LQ00X089680 Putative Probable peptide transporter At1g52190 9.974293084 C6_chemical_B1 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.78773949 C6_chemical_B2 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.95656375 C6_chemical_B3 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.1324145 C6_chemical_C1 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.28134141 C6_chemical_C2 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.85245618 C6_chemical_C3 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.05638435 L4_control_A1 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.72293904 L4_control_A2 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.4805441 L4_control_A3 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.68758872 L4_control_B1 +LQ00X089680 Putative Probable peptide transporter At1g52190 9.994482508 L4_control_B2 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.33495855 L4_control_B3 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.23523363 L4_control_C2 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.1980077 L4_control_C3 +LQ00X089680 Putative Probable peptide transporter At1g52190 12.43945546 L4_chemical_A1 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.58095075 L4_chemical_A2 +LQ00X089680 Putative Probable peptide transporter At1g52190 12.08045762 L4_chemical_A3 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.02830208 L4_chemical_B1 +LQ00X089680 Putative Probable peptide transporter At1g52190 9.853063246 L4_chemical_B2 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.54988756 L4_chemical_B3 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.00730983 L4_chemical_C2 +LQ00X089680 Putative Probable peptide transporter At1g52190 11.26715453 L4_chemical_C3 +LQ00X089741 Putative uncharacterized protein 4.816445125 C6_control_A1 +LQ00X089741 Putative uncharacterized protein 5.038065168 C6_control_A3 +LQ00X089741 Putative uncharacterized protein 5.296413676 C6_control_B1 +LQ00X089741 Putative uncharacterized protein 5.381535651 C6_control_B2 +LQ00X089741 Putative uncharacterized protein 4.884459012 C6_control_B3 +LQ00X089741 Putative uncharacterized protein 5.357017048 C6_control_C1 +LQ00X089741 Putative uncharacterized protein 4.86549854 C6_control_C2 +LQ00X089741 Putative uncharacterized protein 5.001415653 C6_control_C3 +LQ00X089741 Putative uncharacterized protein 5.003556952 C6_chemical_A1 +LQ00X089741 Putative uncharacterized protein 4.969508434 C6_chemical_A3 +LQ00X089741 Putative uncharacterized protein 5.035439559 C6_chemical_B1 +LQ00X089741 Putative uncharacterized protein 5.000956822 C6_chemical_B2 +LQ00X089741 Putative uncharacterized protein 5.05371393 C6_chemical_B3 +LQ00X089741 Putative uncharacterized protein 5.072982582 C6_chemical_C1 +LQ00X089741 Putative uncharacterized protein 5.560670286 C6_chemical_C2 +LQ00X089741 Putative uncharacterized protein 5.236321167 C6_chemical_C3 +LQ00X089741 Putative uncharacterized protein 5.065926402 L4_control_A1 +LQ00X089741 Putative uncharacterized protein 4.677117796 L4_control_A2 +LQ00X089741 Putative uncharacterized protein 5.381933119 L4_control_A3 +LQ00X089741 Putative uncharacterized protein 5.110326893 L4_control_B1 +LQ00X089741 Putative uncharacterized protein 4.916192731 L4_control_B2 +LQ00X089741 Putative uncharacterized protein 5.018987699 L4_control_B3 +LQ00X089741 Putative uncharacterized protein 5.184169158 L4_control_C2 +LQ00X089741 Putative uncharacterized protein 5.176291171 L4_control_C3 +LQ00X089741 Putative uncharacterized protein 5.155199112 L4_chemical_A1 +LQ00X089741 Putative uncharacterized protein 4.545319696 L4_chemical_A2 +LQ00X089741 Putative uncharacterized protein 5.264929303 L4_chemical_A3 +LQ00X089741 Putative uncharacterized protein 5.222502642 L4_chemical_B1 +LQ00X089741 Putative uncharacterized protein 4.677224937 L4_chemical_B2 +LQ00X089741 Putative uncharacterized protein 4.884110482 L4_chemical_B3 +LQ00X089741 Putative uncharacterized protein 4.984768337 L4_chemical_C2 +LQ00X089741 Putative uncharacterized protein 5.467655252 L4_chemical_C3 +LQ00X089760 Hypothetical protein 4.921683605 C6_control_A1 +LQ00X089760 Hypothetical protein 4.688374706 C6_control_A3 +LQ00X089760 Hypothetical protein 4.700617136 C6_control_B1 +LQ00X089760 Hypothetical protein 4.646429685 C6_control_B2 +LQ00X089760 Hypothetical protein 4.48413008 C6_control_B3 +LQ00X089760 Hypothetical protein 4.716831076 C6_control_C1 +LQ00X089760 Hypothetical protein 4.731461588 C6_control_C2 +LQ00X089760 Hypothetical protein 4.946389809 C6_control_C3 +LQ00X089760 Hypothetical protein 5.138333414 C6_chemical_A1 +LQ00X089760 Hypothetical protein 4.970448031 C6_chemical_A3 +LQ00X089760 Hypothetical protein 4.926879574 C6_chemical_B1 +LQ00X089760 Hypothetical protein 4.915187947 C6_chemical_B2 +LQ00X089760 Hypothetical protein 4.908251889 C6_chemical_B3 +LQ00X089760 Hypothetical protein 4.837608353 C6_chemical_C1 +LQ00X089760 Hypothetical protein 4.575505882 C6_chemical_C2 +LQ00X089760 Hypothetical protein 4.900692601 C6_chemical_C3 +LQ00X089760 Hypothetical protein 4.963332188 L4_control_A1 +LQ00X089760 Hypothetical protein 5.323387957 L4_control_A2 +LQ00X089760 Hypothetical protein 5.455150734 L4_control_A3 +LQ00X089760 Hypothetical protein 5.110677368 L4_control_B1 +LQ00X089760 Hypothetical protein 5.043944112 L4_control_B2 +LQ00X089760 Hypothetical protein 4.954057222 L4_control_B3 +LQ00X089760 Hypothetical protein 5.036493753 L4_control_C2 +LQ00X089760 Hypothetical protein 5.159552283 L4_control_C3 +LQ00X089760 Hypothetical protein 4.947388431 L4_chemical_A1 +LQ00X089760 Hypothetical protein 4.880123831 L4_chemical_A2 +LQ00X089760 Hypothetical protein 5.485908014 L4_chemical_A3 +LQ00X089760 Hypothetical protein 4.68478099 L4_chemical_B1 +LQ00X089760 Hypothetical protein 4.889603333 L4_chemical_B2 +LQ00X089760 Hypothetical protein 4.742587017 L4_chemical_B3 +LQ00X089760 Hypothetical protein 4.666283681 L4_chemical_C2 +LQ00X089760 Hypothetical protein 4.909250011 L4_chemical_C3 +LQ00X089780 Tubby-like F-box protein 8 6.023547255 C6_control_A1 +LQ00X089780 Tubby-like F-box protein 8 6.137232282 C6_control_A3 +LQ00X089780 Tubby-like F-box protein 8 5.526974429 C6_control_B1 +LQ00X089780 Tubby-like F-box protein 8 5.832578006 C6_control_B2 +LQ00X089780 Tubby-like F-box protein 8 6.181858944 C6_control_B3 +LQ00X089780 Tubby-like F-box protein 8 5.591807997 C6_control_C1 +LQ00X089780 Tubby-like F-box protein 8 5.882593532 C6_control_C2 +LQ00X089780 Tubby-like F-box protein 8 5.477319727 C6_control_C3 +LQ00X089780 Tubby-like F-box protein 8 5.996930759 C6_chemical_A1 +LQ00X089780 Tubby-like F-box protein 8 5.621858667 C6_chemical_A3 +LQ00X089780 Tubby-like F-box protein 8 5.933015116 C6_chemical_B1 +LQ00X089780 Tubby-like F-box protein 8 5.805268266 C6_chemical_B2 +LQ00X089780 Tubby-like F-box protein 8 5.973333053 C6_chemical_B3 +LQ00X089780 Tubby-like F-box protein 8 5.86118681 C6_chemical_C1 +LQ00X089780 Tubby-like F-box protein 8 5.682988964 C6_chemical_C2 +LQ00X089780 Tubby-like F-box protein 8 5.547830557 C6_chemical_C3 +LQ00X089780 Tubby-like F-box protein 8 5.673746022 L4_control_A1 +LQ00X089780 Tubby-like F-box protein 8 5.997941228 L4_control_A2 +LQ00X089780 Tubby-like F-box protein 8 5.99097953 L4_control_A3 +LQ00X089780 Tubby-like F-box protein 8 5.647589586 L4_control_B1 +LQ00X089780 Tubby-like F-box protein 8 6.084343454 L4_control_B2 +LQ00X089780 Tubby-like F-box protein 8 5.7731911 L4_control_B3 +LQ00X089780 Tubby-like F-box protein 8 5.737457381 L4_control_C2 +LQ00X089780 Tubby-like F-box protein 8 5.207892757 L4_control_C3 +LQ00X089780 Tubby-like F-box protein 8 5.417625911 L4_chemical_A1 +LQ00X089780 Tubby-like F-box protein 8 5.947845676 L4_chemical_A2 +LQ00X089780 Tubby-like F-box protein 8 5.507005756 L4_chemical_A3 +LQ00X089780 Tubby-like F-box protein 8 6.463944008 L4_chemical_B1 +LQ00X089780 Tubby-like F-box protein 8 6.188291446 L4_chemical_B2 +LQ00X089780 Tubby-like F-box protein 8 5.66717566 L4_chemical_B3 +LQ00X089780 Tubby-like F-box protein 8 5.345222204 L4_chemical_C2 +LQ00X089780 Tubby-like F-box protein 8 6.047861135 L4_chemical_C3 +LQ00X089790 tRNA-specific adenosine deaminase 2 12.23094226 C6_control_A1 +LQ00X089790 tRNA-specific adenosine deaminase 2 12.60651675 C6_control_A3 +LQ00X089790 tRNA-specific adenosine deaminase 2 12.01291505 C6_control_B1 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.85964357 C6_control_B2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.90405485 C6_control_B3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.74729016 C6_control_C1 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.90427366 C6_control_C2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.50854411 C6_control_C3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.87474727 C6_chemical_A1 +LQ00X089790 tRNA-specific adenosine deaminase 2 12.05844709 C6_chemical_A3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.69671481 C6_chemical_B1 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.92504509 C6_chemical_B2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.57697926 C6_chemical_B3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.60151208 C6_chemical_C1 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.84499369 C6_chemical_C2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.51448832 C6_chemical_C3 +LQ00X089790 tRNA-specific adenosine deaminase 2 12.10482134 L4_control_A1 +LQ00X089790 tRNA-specific adenosine deaminase 2 12.1463008 L4_control_A2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.69851508 L4_control_A3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.21643667 L4_control_B1 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.59557901 L4_control_B2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.68224445 L4_control_B3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.31576811 L4_control_C2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.43370819 L4_control_C3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.84065209 L4_chemical_A1 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.8548468 L4_chemical_A2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.7021358 L4_chemical_A3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.13569969 L4_chemical_B1 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.55040135 L4_chemical_B2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.66155882 L4_chemical_B3 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.15759865 L4_chemical_C2 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.60477797 L4_chemical_C3 +LQ00X089800 Putative uncharacterized protein 4.941355799 C6_control_A1 +LQ00X089800 Putative uncharacterized protein 4.830237909 C6_control_A3 +LQ00X089800 Putative uncharacterized protein 4.977364157 C6_control_B1 +LQ00X089800 Putative uncharacterized protein 5.099791149 C6_control_B2 +LQ00X089800 Putative uncharacterized protein 5.165058969 C6_control_B3 +LQ00X089800 Putative uncharacterized protein 5.104676212 C6_control_C1 +LQ00X089800 Putative uncharacterized protein 4.993517817 C6_control_C2 +LQ00X089800 Putative uncharacterized protein 4.99187725 C6_control_C3 +LQ00X089800 Putative uncharacterized protein 5.456662448 C6_chemical_A1 +LQ00X089800 Putative uncharacterized protein 5.166811097 C6_chemical_A3 +LQ00X089800 Putative uncharacterized protein 4.875997059 C6_chemical_B1 +LQ00X089800 Putative uncharacterized protein 4.825707797 C6_chemical_B2 +LQ00X089800 Putative uncharacterized protein 5.150956113 C6_chemical_B3 +LQ00X089800 Putative uncharacterized protein 5.170241574 C6_chemical_C1 +LQ00X089800 Putative uncharacterized protein 4.941208726 C6_chemical_C2 +LQ00X089800 Putative uncharacterized protein 5.044590336 C6_chemical_C3 +LQ00X089800 Putative uncharacterized protein 5.623229538 L4_control_A1 +LQ00X089800 Putative uncharacterized protein 5.006667809 L4_control_A2 +LQ00X089800 Putative uncharacterized protein 5.12395713 L4_control_A3 +LQ00X089800 Putative uncharacterized protein 5.864815498 L4_control_B1 +LQ00X089800 Putative uncharacterized protein 5.195758713 L4_control_B2 +LQ00X089800 Putative uncharacterized protein 5.28986593 L4_control_B3 +LQ00X089800 Putative uncharacterized protein 4.965974552 L4_control_C2 +LQ00X089800 Putative uncharacterized protein 4.933900333 L4_control_C3 +LQ00X089800 Putative uncharacterized protein 5.246814225 L4_chemical_A1 +LQ00X089800 Putative uncharacterized protein 4.991571394 L4_chemical_A2 +LQ00X089800 Putative uncharacterized protein 5.596099437 L4_chemical_A3 +LQ00X089800 Putative uncharacterized protein 4.821489207 L4_chemical_B1 +LQ00X089800 Putative uncharacterized protein 5.633646235 L4_chemical_B2 +LQ00X089800 Putative uncharacterized protein 5.117186603 L4_chemical_B3 +LQ00X089800 Putative uncharacterized protein 5.408468291 L4_chemical_C2 +LQ00X089800 Putative uncharacterized protein 5.039315547 L4_chemical_C3 +LQ00X089810 Putative uncharacterized protein 5.687406372 C6_control_A1 +LQ00X089810 Putative uncharacterized protein 6.389521223 C6_control_A3 +LQ00X089810 Putative uncharacterized protein 5.740360058 C6_control_B1 +LQ00X089810 Putative uncharacterized protein 6.22925741 C6_control_B2 +LQ00X089810 Putative uncharacterized protein 5.58960118 C6_control_B3 +LQ00X089810 Putative uncharacterized protein 6.29547522 C6_control_C1 +LQ00X089810 Putative uncharacterized protein 6.424206788 C6_control_C2 +LQ00X089810 Putative uncharacterized protein 6.577916332 C6_control_C3 +LQ00X089810 Putative uncharacterized protein 6.033768798 C6_chemical_A1 +LQ00X089810 Putative uncharacterized protein 5.256245654 C6_chemical_A3 +LQ00X089810 Putative uncharacterized protein 5.438833704 C6_chemical_B1 +LQ00X089810 Putative uncharacterized protein 6.101243036 C6_chemical_B2 +LQ00X089810 Putative uncharacterized protein 5.737188125 C6_chemical_B3 +LQ00X089810 Putative uncharacterized protein 6.043592205 C6_chemical_C1 +LQ00X089810 Putative uncharacterized protein 6.243601559 C6_chemical_C2 +LQ00X089810 Putative uncharacterized protein 6.090221368 C6_chemical_C3 +LQ00X089810 Putative uncharacterized protein 6.000469454 L4_control_A1 +LQ00X089810 Putative uncharacterized protein 5.386315751 L4_control_A2 +LQ00X089810 Putative uncharacterized protein 5.270939819 L4_control_A3 +LQ00X089810 Putative uncharacterized protein 5.142757992 L4_control_B1 +LQ00X089810 Putative uncharacterized protein 5.158902791 L4_control_B2 +LQ00X089810 Putative uncharacterized protein 5.558355335 L4_control_B3 +LQ00X089810 Putative uncharacterized protein 4.902404728 L4_control_C2 +LQ00X089810 Putative uncharacterized protein 5.278279284 L4_control_C3 +LQ00X089810 Putative uncharacterized protein 5.464085931 L4_chemical_A1 +LQ00X089810 Putative uncharacterized protein 5.691354813 L4_chemical_A2 +LQ00X089810 Putative uncharacterized protein 5.594227159 L4_chemical_A3 +LQ00X089810 Putative uncharacterized protein 5.340601438 L4_chemical_B1 +LQ00X089810 Putative uncharacterized protein 5.574658257 L4_chemical_B2 +LQ00X089810 Putative uncharacterized protein 5.487691655 L4_chemical_B3 +LQ00X089810 Putative uncharacterized protein 5.439421998 L4_chemical_C2 +LQ00X089810 Putative uncharacterized protein 5.398758484 L4_chemical_C3 +LQ00X089840 Predicted protein 5.684753286 C6_control_A1 +LQ00X089840 Predicted protein 5.775705087 C6_control_A3 +LQ00X089840 Predicted protein 5.925393545 C6_control_B1 +LQ00X089840 Predicted protein 5.703788484 C6_control_B2 +LQ00X089840 Predicted protein 5.916077394 C6_control_B3 +LQ00X089840 Predicted protein 5.56153142 C6_control_C1 +LQ00X089840 Predicted protein 6.065719349 C6_control_C2 +LQ00X089840 Predicted protein 5.499798333 C6_control_C3 +LQ00X089840 Predicted protein 5.624689404 C6_chemical_A1 +LQ00X089840 Predicted protein 5.735721702 C6_chemical_A3 +LQ00X089840 Predicted protein 5.318194318 C6_chemical_B1 +LQ00X089840 Predicted protein 5.852080858 C6_chemical_B2 +LQ00X089840 Predicted protein 5.733571343 C6_chemical_B3 +LQ00X089840 Predicted protein 5.345483498 C6_chemical_C1 +LQ00X089840 Predicted protein 5.499491724 C6_chemical_C2 +LQ00X089840 Predicted protein 5.999801505 C6_chemical_C3 +LQ00X089840 Predicted protein 5.749889536 L4_control_A1 +LQ00X089840 Predicted protein 5.673779359 L4_control_A2 +LQ00X089840 Predicted protein 5.731707525 L4_control_A3 +LQ00X089840 Predicted protein 5.47334967 L4_control_B1 +LQ00X089840 Predicted protein 6.036697373 L4_control_B2 +LQ00X089840 Predicted protein 5.926327019 L4_control_B3 +LQ00X089840 Predicted protein 5.362672807 L4_control_C2 +LQ00X089840 Predicted protein 5.315038877 L4_control_C3 +LQ00X089840 Predicted protein 5.837849287 L4_chemical_A1 +LQ00X089840 Predicted protein 5.824006447 L4_chemical_A2 +LQ00X089840 Predicted protein 5.440464769 L4_chemical_A3 +LQ00X089840 Predicted protein 6.037763322 L4_chemical_B1 +LQ00X089840 Predicted protein 5.884281612 L4_chemical_B2 +LQ00X089840 Predicted protein 5.930994635 L4_chemical_B3 +LQ00X089840 Predicted protein 5.950237091 L4_chemical_C2 +LQ00X089840 Predicted protein 5.718929729 L4_chemical_C3 +LQ00X089850 Putative uncharacterized protein 8.329001567 C6_control_A1 +LQ00X089850 Putative uncharacterized protein 7.708536814 C6_control_A3 +LQ00X089850 Putative uncharacterized protein 8.316665862 C6_control_B1 +LQ00X089850 Putative uncharacterized protein 8.455612726 C6_control_B2 +LQ00X089850 Putative uncharacterized protein 8.301642031 C6_control_B3 +LQ00X089850 Putative uncharacterized protein 8.808426674 C6_control_C1 +LQ00X089850 Putative uncharacterized protein 8.379822845 C6_control_C2 +LQ00X089850 Putative uncharacterized protein 8.191792667 C6_control_C3 +LQ00X089850 Putative uncharacterized protein 8.329797823 C6_chemical_A1 +LQ00X089850 Putative uncharacterized protein 8.378612854 C6_chemical_A3 +LQ00X089850 Putative uncharacterized protein 9.153995196 C6_chemical_B1 +LQ00X089850 Putative uncharacterized protein 8.883339569 C6_chemical_B2 +LQ00X089850 Putative uncharacterized protein 8.930398745 C6_chemical_B3 +LQ00X089850 Putative uncharacterized protein 8.788660661 C6_chemical_C1 +LQ00X089850 Putative uncharacterized protein 8.781189866 C6_chemical_C2 +LQ00X089850 Putative uncharacterized protein 9.512763445 C6_chemical_C3 +LQ00X089850 Putative uncharacterized protein 8.468621276 L4_control_A1 +LQ00X089850 Putative uncharacterized protein 7.580161586 L4_control_A2 +LQ00X089850 Putative uncharacterized protein 8.921471062 L4_control_A3 +LQ00X089850 Putative uncharacterized protein 8.389965524 L4_control_B1 +LQ00X089850 Putative uncharacterized protein 8.464816787 L4_control_B2 +LQ00X089850 Putative uncharacterized protein 9.277746729 L4_control_B3 +LQ00X089850 Putative uncharacterized protein 8.682562955 L4_control_C2 +LQ00X089850 Putative uncharacterized protein 9.623315745 L4_control_C3 +LQ00X089850 Putative uncharacterized protein 8.664708257 L4_chemical_A1 +LQ00X089850 Putative uncharacterized protein 8.443572738 L4_chemical_A2 +LQ00X089850 Putative uncharacterized protein 8.793020589 L4_chemical_A3 +LQ00X089850 Putative uncharacterized protein 8.573286269 L4_chemical_B1 +LQ00X089850 Putative uncharacterized protein 8.500016084 L4_chemical_B2 +LQ00X089850 Putative uncharacterized protein 8.940032078 L4_chemical_B3 +LQ00X089850 Putative uncharacterized protein 8.860008923 L4_chemical_C2 +LQ00X089850 Putative uncharacterized protein 9.462137777 L4_chemical_C3 +LQ00X089911 Putative Integrase, catalytic region 4.576703057 C6_control_A1 +LQ00X089911 Putative Integrase, catalytic region 4.763493981 C6_control_A3 +LQ00X089911 Putative Integrase, catalytic region 4.672045527 C6_control_B1 +LQ00X089911 Putative Integrase, catalytic region 4.564664857 C6_control_B2 +LQ00X089911 Putative Integrase, catalytic region 4.758132857 C6_control_B3 +LQ00X089911 Putative Integrase, catalytic region 4.557899632 C6_control_C1 +LQ00X089911 Putative Integrase, catalytic region 4.457422259 C6_control_C2 +LQ00X089911 Putative Integrase, catalytic region 4.217255094 C6_control_C3 +LQ00X089911 Putative Integrase, catalytic region 5.081982598 C6_chemical_A1 +LQ00X089911 Putative Integrase, catalytic region 4.8861248 C6_chemical_A3 +LQ00X089911 Putative Integrase, catalytic region 4.749657865 C6_chemical_B1 +LQ00X089911 Putative Integrase, catalytic region 4.590416863 C6_chemical_B2 +LQ00X089911 Putative Integrase, catalytic region 4.894025247 C6_chemical_B3 +LQ00X089911 Putative Integrase, catalytic region 4.719044477 C6_chemical_C1 +LQ00X089911 Putative Integrase, catalytic region 4.368603459 C6_chemical_C2 +LQ00X089911 Putative Integrase, catalytic region 4.436062794 C6_chemical_C3 +LQ00X089911 Putative Integrase, catalytic region 4.532132896 L4_control_A1 +LQ00X089911 Putative Integrase, catalytic region 5.170939279 L4_control_A2 +LQ00X089911 Putative Integrase, catalytic region 5.612025089 L4_control_A3 +LQ00X089911 Putative Integrase, catalytic region 4.849905608 L4_control_B1 +LQ00X089911 Putative Integrase, catalytic region 5.094640832 L4_control_B2 +LQ00X089911 Putative Integrase, catalytic region 4.818719761 L4_control_B3 +LQ00X089911 Putative Integrase, catalytic region 4.918561608 L4_control_C2 +LQ00X089911 Putative Integrase, catalytic region 4.796410935 L4_control_C3 +LQ00X089911 Putative Integrase, catalytic region 4.649210061 L4_chemical_A1 +LQ00X089911 Putative Integrase, catalytic region 5.211455212 L4_chemical_A2 +LQ00X089911 Putative Integrase, catalytic region 4.926956618 L4_chemical_A3 +LQ00X089911 Putative Integrase, catalytic region 5.583280007 L4_chemical_B1 +LQ00X089911 Putative Integrase, catalytic region 5.459112587 L4_chemical_B2 +LQ00X089911 Putative Integrase, catalytic region 4.785736068 L4_chemical_B3 +LQ00X089911 Putative Integrase, catalytic region 5.417220698 L4_chemical_C2 +LQ00X089911 Putative Integrase, catalytic region 5.117130821 L4_chemical_C3 +LQ00X089980 Putative uncharacterized protein 5.741642481 C6_control_A1 +LQ00X089980 Putative uncharacterized protein 5.639571236 C6_control_A3 +LQ00X089980 Putative uncharacterized protein 5.541084897 C6_control_B1 +LQ00X089980 Putative uncharacterized protein 5.632526944 C6_control_B2 +LQ00X089980 Putative uncharacterized protein 5.75259284 C6_control_B3 +LQ00X089980 Putative uncharacterized protein 5.464987089 C6_control_C1 +LQ00X089980 Putative uncharacterized protein 5.97103485 C6_control_C2 +LQ00X089980 Putative uncharacterized protein 5.760836667 C6_control_C3 +LQ00X089980 Putative uncharacterized protein 5.567425713 C6_chemical_A1 +LQ00X089980 Putative uncharacterized protein 5.463862011 C6_chemical_A3 +LQ00X089980 Putative uncharacterized protein 5.138182029 C6_chemical_B1 +LQ00X089980 Putative uncharacterized protein 5.412737585 C6_chemical_B2 +LQ00X089980 Putative uncharacterized protein 5.943751426 C6_chemical_B3 +LQ00X089980 Putative uncharacterized protein 5.422630215 C6_chemical_C1 +LQ00X089980 Putative uncharacterized protein 5.523877788 C6_chemical_C2 +LQ00X089980 Putative uncharacterized protein 5.730463593 C6_chemical_C3 +LQ00X089980 Putative uncharacterized protein 5.635358932 L4_control_A1 +LQ00X089980 Putative uncharacterized protein 5.550774779 L4_control_A2 +LQ00X089980 Putative uncharacterized protein 5.637372602 L4_control_A3 +LQ00X089980 Putative uncharacterized protein 5.424669698 L4_control_B1 +LQ00X089980 Putative uncharacterized protein 5.114348535 L4_control_B2 +LQ00X089980 Putative uncharacterized protein 5.641614677 L4_control_B3 +LQ00X089980 Putative uncharacterized protein 5.402896631 L4_control_C2 +LQ00X089980 Putative uncharacterized protein 4.873786011 L4_control_C3 +LQ00X089980 Putative uncharacterized protein 5.568078977 L4_chemical_A1 +LQ00X089980 Putative uncharacterized protein 5.742371581 L4_chemical_A2 +LQ00X089980 Putative uncharacterized protein 6.006316752 L4_chemical_A3 +LQ00X089980 Putative uncharacterized protein 5.337351949 L4_chemical_B1 +LQ00X089980 Putative uncharacterized protein 5.498445447 L4_chemical_B2 +LQ00X089980 Putative uncharacterized protein 5.529502668 L4_chemical_B3 +LQ00X089980 Putative uncharacterized protein 5.573965837 L4_chemical_C2 +LQ00X089980 Putative uncharacterized protein 5.530226783 L4_chemical_C3 +LQ00X090030 Putative uncharacterized protein 5.204453646 C6_control_A1 +LQ00X090030 Putative uncharacterized protein 5.000393007 C6_control_A3 +LQ00X090030 Putative uncharacterized protein 5.237505999 C6_control_B1 +LQ00X090030 Putative uncharacterized protein 5.067095135 C6_control_B2 +LQ00X090030 Putative uncharacterized protein 4.86417167 C6_control_B3 +LQ00X090030 Putative uncharacterized protein 6.089528067 C6_control_C1 +LQ00X090030 Putative uncharacterized protein 5.353146875 C6_control_C2 +LQ00X090030 Putative uncharacterized protein 5.692761496 C6_control_C3 +LQ00X090030 Putative uncharacterized protein 5.139529287 C6_chemical_A1 +LQ00X090030 Putative uncharacterized protein 5.678994907 C6_chemical_A3 +LQ00X090030 Putative uncharacterized protein 5.590020807 C6_chemical_B1 +LQ00X090030 Putative uncharacterized protein 5.134746318 C6_chemical_B2 +LQ00X090030 Putative uncharacterized protein 5.301707653 C6_chemical_B3 +LQ00X090030 Putative uncharacterized protein 5.358761401 C6_chemical_C1 +LQ00X090030 Putative uncharacterized protein 5.157251232 C6_chemical_C2 +LQ00X090030 Putative uncharacterized protein 5.699932371 C6_chemical_C3 +LQ00X090030 Putative uncharacterized protein 5.387465523 L4_control_A1 +LQ00X090030 Putative uncharacterized protein 5.023880397 L4_control_A2 +LQ00X090030 Putative uncharacterized protein 5.067282693 L4_control_A3 +LQ00X090030 Putative uncharacterized protein 5.06206989 L4_control_B1 +LQ00X090030 Putative uncharacterized protein 5.176568427 L4_control_B2 +LQ00X090030 Putative uncharacterized protein 5.832305762 L4_control_B3 +LQ00X090030 Putative uncharacterized protein 5.569416119 L4_control_C2 +LQ00X090030 Putative uncharacterized protein 5.667714513 L4_control_C3 +LQ00X090030 Putative uncharacterized protein 5.594205265 L4_chemical_A1 +LQ00X090030 Putative uncharacterized protein 5.048436798 L4_chemical_A2 +LQ00X090030 Putative uncharacterized protein 5.003520589 L4_chemical_A3 +LQ00X090030 Putative uncharacterized protein 4.945880226 L4_chemical_B1 +LQ00X090030 Putative uncharacterized protein 4.761196155 L4_chemical_B2 +LQ00X090030 Putative uncharacterized protein 5.173326748 L4_chemical_B3 +LQ00X090030 Putative uncharacterized protein 5.026388012 L4_chemical_C2 +LQ00X090030 Putative uncharacterized protein 6.755979504 L4_chemical_C3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.09640088 C6_control_A1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 12.16490812 C6_control_A3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.71956799 C6_control_B1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 14.25308874 C6_control_B2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.80915462 C6_control_B3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 14.76512053 C6_control_C1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 14.78944986 C6_control_C2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 15.27109016 C6_control_C3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.15878223 C6_chemical_A1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 12.31501255 C6_chemical_A3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.6389331 C6_chemical_B1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.86883516 C6_chemical_B2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.43207102 C6_chemical_B3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 14.8262379 C6_chemical_C1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 14.92778331 C6_chemical_C2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 14.33188318 C6_chemical_C3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 11.53515048 L4_control_A1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 11.48420707 L4_control_A2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 8.83142874 L4_control_A3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 12.82999754 L4_control_B1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 12.68389069 L4_control_B2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.17234091 L4_control_B3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 14.1012292 L4_control_C2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.76591628 L4_control_C3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 11.55912898 L4_chemical_A1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 11.63395818 L4_chemical_A2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 10.43636683 L4_chemical_A3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 12.70664918 L4_chemical_B1 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 12.49930472 L4_chemical_B2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 11.6344563 L4_chemical_B3 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.87515401 L4_chemical_C2 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 14.22834976 L4_chemical_C3 +LQ00X090090 F18B13.2 protein 5.184481635 C6_control_A1 +LQ00X090090 F18B13.2 protein 5.088661581 C6_control_A3 +LQ00X090090 F18B13.2 protein 5.531123615 C6_control_B1 +LQ00X090090 F18B13.2 protein 5.1824374 C6_control_B2 +LQ00X090090 F18B13.2 protein 5.54637498 C6_control_B3 +LQ00X090090 F18B13.2 protein 5.754921316 C6_control_C1 +LQ00X090090 F18B13.2 protein 5.216112065 C6_control_C2 +LQ00X090090 F18B13.2 protein 5.921306087 C6_control_C3 +LQ00X090090 F18B13.2 protein 5.509364173 C6_chemical_A1 +LQ00X090090 F18B13.2 protein 5.617896368 C6_chemical_A3 +LQ00X090090 F18B13.2 protein 5.623254769 C6_chemical_B1 +LQ00X090090 F18B13.2 protein 5.416478788 C6_chemical_B2 +LQ00X090090 F18B13.2 protein 5.27225075 C6_chemical_B3 +LQ00X090090 F18B13.2 protein 6.362559452 C6_chemical_C1 +LQ00X090090 F18B13.2 protein 5.868492072 C6_chemical_C2 +LQ00X090090 F18B13.2 protein 6.831090277 C6_chemical_C3 +LQ00X090090 F18B13.2 protein 5.761845561 L4_control_A1 +LQ00X090090 F18B13.2 protein 5.535789391 L4_control_A2 +LQ00X090090 F18B13.2 protein 5.784425846 L4_control_A3 +LQ00X090090 F18B13.2 protein 5.271190639 L4_control_B1 +LQ00X090090 F18B13.2 protein 5.673865157 L4_control_B2 +LQ00X090090 F18B13.2 protein 6.59842195 L4_control_B3 +LQ00X090090 F18B13.2 protein 5.444420992 L4_control_C2 +LQ00X090090 F18B13.2 protein 5.917545473 L4_control_C3 +LQ00X090090 F18B13.2 protein 6.182892248 L4_chemical_A1 +LQ00X090090 F18B13.2 protein 5.563687429 L4_chemical_A2 +LQ00X090090 F18B13.2 protein 5.272349901 L4_chemical_A3 +LQ00X090090 F18B13.2 protein 5.313398248 L4_chemical_B1 +LQ00X090090 F18B13.2 protein 5.333310774 L4_chemical_B2 +LQ00X090090 F18B13.2 protein 6.012043386 L4_chemical_B3 +LQ00X090090 F18B13.2 protein 5.094062265 L4_chemical_C2 +LQ00X090090 F18B13.2 protein 5.536415098 L4_chemical_C3 +LQ00X090130 ABC transporter G family member 39 8.165257246 C6_control_A1 +LQ00X090130 ABC transporter G family member 39 7.663005332 C6_control_A3 +LQ00X090130 ABC transporter G family member 39 8.445278766 C6_control_B1 +LQ00X090130 ABC transporter G family member 39 9.225054406 C6_control_B2 +LQ00X090130 ABC transporter G family member 39 8.418682289 C6_control_B3 +LQ00X090130 ABC transporter G family member 39 13.03537217 C6_control_C1 +LQ00X090130 ABC transporter G family member 39 12.11877335 C6_control_C2 +LQ00X090130 ABC transporter G family member 39 12.03232034 C6_control_C3 +LQ00X090130 ABC transporter G family member 39 8.205463832 C6_chemical_A1 +LQ00X090130 ABC transporter G family member 39 8.05232266 C6_chemical_A3 +LQ00X090130 ABC transporter G family member 39 7.988377399 C6_chemical_B1 +LQ00X090130 ABC transporter G family member 39 8.587633494 C6_chemical_B2 +LQ00X090130 ABC transporter G family member 39 8.967391121 C6_chemical_B3 +LQ00X090130 ABC transporter G family member 39 12.88689101 C6_chemical_C1 +LQ00X090130 ABC transporter G family member 39 12.61825654 C6_chemical_C2 +LQ00X090130 ABC transporter G family member 39 12.1915797 C6_chemical_C3 +LQ00X090130 ABC transporter G family member 39 8.343156417 L4_control_A1 +LQ00X090130 ABC transporter G family member 39 8.094292031 L4_control_A2 +LQ00X090130 ABC transporter G family member 39 7.92188984 L4_control_A3 +LQ00X090130 ABC transporter G family member 39 8.708213068 L4_control_B1 +LQ00X090130 ABC transporter G family member 39 8.237916546 L4_control_B2 +LQ00X090130 ABC transporter G family member 39 9.804619499 L4_control_B3 +LQ00X090130 ABC transporter G family member 39 12.38806982 L4_control_C2 +LQ00X090130 ABC transporter G family member 39 12.12745748 L4_control_C3 +LQ00X090130 ABC transporter G family member 39 8.333382026 L4_chemical_A1 +LQ00X090130 ABC transporter G family member 39 7.813550958 L4_chemical_A2 +LQ00X090130 ABC transporter G family member 39 7.705162978 L4_chemical_A3 +LQ00X090130 ABC transporter G family member 39 9.027759848 L4_chemical_B1 +LQ00X090130 ABC transporter G family member 39 7.635565234 L4_chemical_B2 +LQ00X090130 ABC transporter G family member 39 8.730524262 L4_chemical_B3 +LQ00X090130 ABC transporter G family member 39 12.75355275 L4_chemical_C2 +LQ00X090130 ABC transporter G family member 39 12.20375903 L4_chemical_C3 +LQ00X090160 Serine/threonine protein kinase, putative 5.191275413 C6_control_A1 +LQ00X090160 Serine/threonine protein kinase, putative 5.853092709 C6_control_A3 +LQ00X090160 Serine/threonine protein kinase, putative 5.501690593 C6_control_B1 +LQ00X090160 Serine/threonine protein kinase, putative 5.647121949 C6_control_B2 +LQ00X090160 Serine/threonine protein kinase, putative 5.661173398 C6_control_B3 +LQ00X090160 Serine/threonine protein kinase, putative 6.154177111 C6_control_C1 +LQ00X090160 Serine/threonine protein kinase, putative 6.059639481 C6_control_C2 +LQ00X090160 Serine/threonine protein kinase, putative 5.982099175 C6_control_C3 +LQ00X090160 Serine/threonine protein kinase, putative 5.437845642 C6_chemical_A1 +LQ00X090160 Serine/threonine protein kinase, putative 5.31862596 C6_chemical_A3 +LQ00X090160 Serine/threonine protein kinase, putative 5.49868802 C6_chemical_B1 +LQ00X090160 Serine/threonine protein kinase, putative 5.502208422 C6_chemical_B2 +LQ00X090160 Serine/threonine protein kinase, putative 5.360912383 C6_chemical_B3 +LQ00X090160 Serine/threonine protein kinase, putative 5.931132158 C6_chemical_C1 +LQ00X090160 Serine/threonine protein kinase, putative 5.582302345 C6_chemical_C2 +LQ00X090160 Serine/threonine protein kinase, putative 5.980775966 C6_chemical_C3 +LQ00X090160 Serine/threonine protein kinase, putative 5.55811075 L4_control_A1 +LQ00X090160 Serine/threonine protein kinase, putative 5.477068725 L4_control_A2 +LQ00X090160 Serine/threonine protein kinase, putative 5.421397548 L4_control_A3 +LQ00X090160 Serine/threonine protein kinase, putative 5.511111559 L4_control_B1 +LQ00X090160 Serine/threonine protein kinase, putative 5.169364883 L4_control_B2 +LQ00X090160 Serine/threonine protein kinase, putative 6.093815379 L4_control_B3 +LQ00X090160 Serine/threonine protein kinase, putative 5.234028406 L4_control_C2 +LQ00X090160 Serine/threonine protein kinase, putative 6.059668902 L4_control_C3 +LQ00X090160 Serine/threonine protein kinase, putative 5.489773842 L4_chemical_A1 +LQ00X090160 Serine/threonine protein kinase, putative 5.628762744 L4_chemical_A2 +LQ00X090160 Serine/threonine protein kinase, putative 5.495450301 L4_chemical_A3 +LQ00X090160 Serine/threonine protein kinase, putative 5.369704183 L4_chemical_B1 +LQ00X090160 Serine/threonine protein kinase, putative 5.895122153 L4_chemical_B2 +LQ00X090160 Serine/threonine protein kinase, putative 5.66924341 L4_chemical_B3 +LQ00X090160 Serine/threonine protein kinase, putative 6.007304231 L4_chemical_C2 +LQ00X090160 Serine/threonine protein kinase, putative 6.249907772 L4_chemical_C3 +LQ00X090180 Hypothetical protein 6.725383954 C6_control_A1 +LQ00X090180 Hypothetical protein 6.423363902 C6_control_A3 +LQ00X090180 Hypothetical protein 6.540709564 C6_control_B1 +LQ00X090180 Hypothetical protein 6.981281662 C6_control_B2 +LQ00X090180 Hypothetical protein 6.894323049 C6_control_B3 +LQ00X090180 Hypothetical protein 6.704878519 C6_control_C1 +LQ00X090180 Hypothetical protein 6.485942187 C6_control_C2 +LQ00X090180 Hypothetical protein 7.552795849 C6_control_C3 +LQ00X090180 Hypothetical protein 6.657959988 C6_chemical_A1 +LQ00X090180 Hypothetical protein 6.412421218 C6_chemical_A3 +LQ00X090180 Hypothetical protein 6.723636503 C6_chemical_B1 +LQ00X090180 Hypothetical protein 6.877147225 C6_chemical_B2 +LQ00X090180 Hypothetical protein 6.808763331 C6_chemical_B3 +LQ00X090180 Hypothetical protein 6.662145216 C6_chemical_C1 +LQ00X090180 Hypothetical protein 6.766538289 C6_chemical_C2 +LQ00X090180 Hypothetical protein 6.833812196 C6_chemical_C3 +LQ00X090180 Hypothetical protein 7.319638293 L4_control_A1 +LQ00X090180 Hypothetical protein 7.266231114 L4_control_A2 +LQ00X090180 Hypothetical protein 6.712751331 L4_control_A3 +LQ00X090180 Hypothetical protein 7.647887987 L4_control_B1 +LQ00X090180 Hypothetical protein 7.0475345 L4_control_B2 +LQ00X090180 Hypothetical protein 8.046981488 L4_control_B3 +LQ00X090180 Hypothetical protein 7.27631203 L4_control_C2 +LQ00X090180 Hypothetical protein 7.911385715 L4_control_C3 +LQ00X090180 Hypothetical protein 7.156295586 L4_chemical_A1 +LQ00X090180 Hypothetical protein 7.299098196 L4_chemical_A2 +LQ00X090180 Hypothetical protein 6.631148754 L4_chemical_A3 +LQ00X090180 Hypothetical protein 8.432648125 L4_chemical_B1 +LQ00X090180 Hypothetical protein 8.12607301 L4_chemical_B2 +LQ00X090180 Hypothetical protein 7.126015355 L4_chemical_B3 +LQ00X090180 Hypothetical protein 8.344145856 L4_chemical_C2 +LQ00X090180 Hypothetical protein 7.569364214 L4_chemical_C3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.892343147 C6_control_A1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.328411473 C6_control_A3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.935916971 C6_control_B1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.812681301 C6_control_B2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.607931502 C6_control_B3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.737124212 C6_control_C1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.46504613 C6_control_C2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.840023048 C6_control_C3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.780183469 C6_chemical_A1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.13911412 C6_chemical_A3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.633443597 C6_chemical_B1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.907787273 C6_chemical_B2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.456112668 C6_chemical_B3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.768087758 C6_chemical_C1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.908954661 C6_chemical_C2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.574163342 C6_chemical_C3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.855048975 L4_control_A1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.143658033 L4_control_A2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.273977313 L4_control_A3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.967090781 L4_control_B1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.465029964 L4_control_B2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.800036197 L4_control_B3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.634778871 L4_control_C2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.364062374 L4_control_C3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.812945321 L4_chemical_A1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.983931195 L4_chemical_A2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.445966686 L4_chemical_A3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.594785921 L4_chemical_B1 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.465181917 L4_chemical_B2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.915080514 L4_chemical_B3 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 6.248173778 L4_chemical_C2 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.778822693 L4_chemical_C3 +LQ00X090200 Putative Choline kinase alpha 10.55553958 C6_control_A1 +LQ00X090200 Putative Choline kinase alpha 10.65944394 C6_control_A3 +LQ00X090200 Putative Choline kinase alpha 11.08995147 C6_control_B1 +LQ00X090200 Putative Choline kinase alpha 10.76826835 C6_control_B2 +LQ00X090200 Putative Choline kinase alpha 11.23024819 C6_control_B3 +LQ00X090200 Putative Choline kinase alpha 11.34142775 C6_control_C1 +LQ00X090200 Putative Choline kinase alpha 11.86158975 C6_control_C2 +LQ00X090200 Putative Choline kinase alpha 12.05966585 C6_control_C3 +LQ00X090200 Putative Choline kinase alpha 10.03990108 C6_chemical_A1 +LQ00X090200 Putative Choline kinase alpha 10.48415824 C6_chemical_A3 +LQ00X090200 Putative Choline kinase alpha 11.0017617 C6_chemical_B1 +LQ00X090200 Putative Choline kinase alpha 10.79783017 C6_chemical_B2 +LQ00X090200 Putative Choline kinase alpha 10.97878699 C6_chemical_B3 +LQ00X090200 Putative Choline kinase alpha 11.18419329 C6_chemical_C1 +LQ00X090200 Putative Choline kinase alpha 11.59514427 C6_chemical_C2 +LQ00X090200 Putative Choline kinase alpha 12.18372994 C6_chemical_C3 +LQ00X090200 Putative Choline kinase alpha 10.45332615 L4_control_A1 +LQ00X090200 Putative Choline kinase alpha 10.41957652 L4_control_A2 +LQ00X090200 Putative Choline kinase alpha 10.69557435 L4_control_A3 +LQ00X090200 Putative Choline kinase alpha 10.61115366 L4_control_B1 +LQ00X090200 Putative Choline kinase alpha 10.85315016 L4_control_B2 +LQ00X090200 Putative Choline kinase alpha 11.02019197 L4_control_B3 +LQ00X090200 Putative Choline kinase alpha 12.48377016 L4_control_C2 +LQ00X090200 Putative Choline kinase alpha 12.00674347 L4_control_C3 +LQ00X090200 Putative Choline kinase alpha 11.58905643 L4_chemical_A1 +LQ00X090200 Putative Choline kinase alpha 10.35708454 L4_chemical_A2 +LQ00X090200 Putative Choline kinase alpha 11.06980543 L4_chemical_A3 +LQ00X090200 Putative Choline kinase alpha 11.41425991 L4_chemical_B1 +LQ00X090200 Putative Choline kinase alpha 10.74956214 L4_chemical_B2 +LQ00X090200 Putative Choline kinase alpha 11.25788905 L4_chemical_B3 +LQ00X090200 Putative Choline kinase alpha 12.13315652 L4_chemical_C2 +LQ00X090200 Putative Choline kinase alpha 11.68915516 L4_chemical_C3 +LQ00X090630 Predicted protein 5.392273137 C6_control_A1 +LQ00X090630 Predicted protein 4.685107083 C6_control_A3 +LQ00X090630 Predicted protein 5.20869264 C6_control_B1 +LQ00X090630 Predicted protein 5.101275591 C6_control_B2 +LQ00X090630 Predicted protein 5.107490816 C6_control_B3 +LQ00X090630 Predicted protein 5.035122663 C6_control_C1 +LQ00X090630 Predicted protein 5.107394219 C6_control_C2 +LQ00X090630 Predicted protein 5.061505752 C6_control_C3 +LQ00X090630 Predicted protein 5.070044107 C6_chemical_A1 +LQ00X090630 Predicted protein 4.813216605 C6_chemical_A3 +LQ00X090630 Predicted protein 5.629270591 C6_chemical_B1 +LQ00X090630 Predicted protein 5.093011701 C6_chemical_B2 +LQ00X090630 Predicted protein 5.42736129 C6_chemical_B3 +LQ00X090630 Predicted protein 4.94849723 C6_chemical_C1 +LQ00X090630 Predicted protein 5.155896121 C6_chemical_C2 +LQ00X090630 Predicted protein 5.183125289 C6_chemical_C3 +LQ00X090630 Predicted protein 4.877696753 L4_control_A1 +LQ00X090630 Predicted protein 5.599973697 L4_control_A2 +LQ00X090630 Predicted protein 5.209018227 L4_control_A3 +LQ00X090630 Predicted protein 5.739177786 L4_control_B1 +LQ00X090630 Predicted protein 5.199495035 L4_control_B2 +LQ00X090630 Predicted protein 5.037318566 L4_control_B3 +LQ00X090630 Predicted protein 5.011720048 L4_control_C2 +LQ00X090630 Predicted protein 5.015548256 L4_control_C3 +LQ00X090630 Predicted protein 5.235536319 L4_chemical_A1 +LQ00X090630 Predicted protein 5.262120095 L4_chemical_A2 +LQ00X090630 Predicted protein 4.759530323 L4_chemical_A3 +LQ00X090630 Predicted protein 5.048888049 L4_chemical_B1 +LQ00X090630 Predicted protein 5.093475614 L4_chemical_B2 +LQ00X090630 Predicted protein 5.046853294 L4_chemical_B3 +LQ00X090630 Predicted protein 4.746998951 L4_chemical_C2 +LQ00X090630 Predicted protein 5.608098412 L4_chemical_C3 +LQ00X090770 Predicted protein 13.61484362 C6_control_A1 +LQ00X090770 Predicted protein 13.32204888 C6_control_A3 +LQ00X090770 Predicted protein 13.69479228 C6_control_B1 +LQ00X090770 Predicted protein 14.32164637 C6_control_B2 +LQ00X090770 Predicted protein 13.93320611 C6_control_B3 +LQ00X090770 Predicted protein 14.19530686 C6_control_C1 +LQ00X090770 Predicted protein 14.27633826 C6_control_C2 +LQ00X090770 Predicted protein 14.31578759 C6_control_C3 +LQ00X090770 Predicted protein 13.88121503 C6_chemical_A1 +LQ00X090770 Predicted protein 13.27336213 C6_chemical_A3 +LQ00X090770 Predicted protein 13.83664439 C6_chemical_B1 +LQ00X090770 Predicted protein 14.43791193 C6_chemical_B2 +LQ00X090770 Predicted protein 13.74965831 C6_chemical_B3 +LQ00X090770 Predicted protein 14.15548193 C6_chemical_C1 +LQ00X090770 Predicted protein 14.6023377 C6_chemical_C2 +LQ00X090770 Predicted protein 14.14463961 C6_chemical_C3 +LQ00X090770 Predicted protein 13.55164134 L4_control_A1 +LQ00X090770 Predicted protein 13.98399511 L4_control_A2 +LQ00X090770 Predicted protein 13.75447912 L4_control_A3 +LQ00X090770 Predicted protein 13.79342175 L4_control_B1 +LQ00X090770 Predicted protein 13.35982018 L4_control_B2 +LQ00X090770 Predicted protein 14.0396245 L4_control_B3 +LQ00X090770 Predicted protein 13.4922654 L4_control_C2 +LQ00X090770 Predicted protein 13.29298343 L4_control_C3 +LQ00X090770 Predicted protein 13.27491688 L4_chemical_A1 +LQ00X090770 Predicted protein 13.62916984 L4_chemical_A2 +LQ00X090770 Predicted protein 13.33612148 L4_chemical_A3 +LQ00X090770 Predicted protein 13.16806743 L4_chemical_B1 +LQ00X090770 Predicted protein 13.83168364 L4_chemical_B2 +LQ00X090770 Predicted protein 13.94389637 L4_chemical_B3 +LQ00X090770 Predicted protein 13.5777119 L4_chemical_C2 +LQ00X090770 Predicted protein 13.69797703 L4_chemical_C3 +LQ00X090810 Probable protein phosphatase 2C 52 11.76871824 C6_control_A1 +LQ00X090810 Probable protein phosphatase 2C 52 12.16174614 C6_control_A3 +LQ00X090810 Probable protein phosphatase 2C 52 11.9651286 C6_control_B1 +LQ00X090810 Probable protein phosphatase 2C 52 10.76502083 C6_control_B2 +LQ00X090810 Probable protein phosphatase 2C 52 11.592958 C6_control_B3 +LQ00X090810 Probable protein phosphatase 2C 52 10.33019483 C6_control_C1 +LQ00X090810 Probable protein phosphatase 2C 52 10.46097019 C6_control_C2 +LQ00X090810 Probable protein phosphatase 2C 52 9.943171111 C6_control_C3 +LQ00X090810 Probable protein phosphatase 2C 52 11.80487277 C6_chemical_A1 +LQ00X090810 Probable protein phosphatase 2C 52 12.1309944 C6_chemical_A3 +LQ00X090810 Probable protein phosphatase 2C 52 11.93671558 C6_chemical_B1 +LQ00X090810 Probable protein phosphatase 2C 52 10.81983631 C6_chemical_B2 +LQ00X090810 Probable protein phosphatase 2C 52 11.90765584 C6_chemical_B3 +LQ00X090810 Probable protein phosphatase 2C 52 10.06766699 C6_chemical_C1 +LQ00X090810 Probable protein phosphatase 2C 52 10.2475849 C6_chemical_C2 +LQ00X090810 Probable protein phosphatase 2C 52 10.39072955 C6_chemical_C3 +LQ00X090810 Probable protein phosphatase 2C 52 12.08476451 L4_control_A1 +LQ00X090810 Probable protein phosphatase 2C 52 11.54827724 L4_control_A2 +LQ00X090810 Probable protein phosphatase 2C 52 11.68860149 L4_control_A3 +LQ00X090810 Probable protein phosphatase 2C 52 11.38106101 L4_control_B1 +LQ00X090810 Probable protein phosphatase 2C 52 11.82042037 L4_control_B2 +LQ00X090810 Probable protein phosphatase 2C 52 11.74513975 L4_control_B3 +LQ00X090810 Probable protein phosphatase 2C 52 10.84691004 L4_control_C2 +LQ00X090810 Probable protein phosphatase 2C 52 11.17745232 L4_control_C3 +LQ00X090810 Probable protein phosphatase 2C 52 11.36529785 L4_chemical_A1 +LQ00X090810 Probable protein phosphatase 2C 52 11.16639487 L4_chemical_A2 +LQ00X090810 Probable protein phosphatase 2C 52 11.51138946 L4_chemical_A3 +LQ00X090810 Probable protein phosphatase 2C 52 11.34550847 L4_chemical_B1 +LQ00X090810 Probable protein phosphatase 2C 52 11.20536622 L4_chemical_B2 +LQ00X090810 Probable protein phosphatase 2C 52 12.23152586 L4_chemical_B3 +LQ00X090810 Probable protein phosphatase 2C 52 10.7838486 L4_chemical_C2 +LQ00X090810 Probable protein phosphatase 2C 52 11.07902825 L4_chemical_C3 +LQ00X090820 Probable protein phosphatase 2C 52 13.10284415 C6_control_A1 +LQ00X090820 Probable protein phosphatase 2C 52 13.12339818 C6_control_A3 +LQ00X090820 Probable protein phosphatase 2C 52 12.35979229 C6_control_B1 +LQ00X090820 Probable protein phosphatase 2C 52 12.90731898 C6_control_B2 +LQ00X090820 Probable protein phosphatase 2C 52 12.68935783 C6_control_B3 +LQ00X090820 Probable protein phosphatase 2C 52 12.18285111 C6_control_C1 +LQ00X090820 Probable protein phosphatase 2C 52 12.25197764 C6_control_C2 +LQ00X090820 Probable protein phosphatase 2C 52 12.40142929 C6_control_C3 +LQ00X090820 Probable protein phosphatase 2C 52 12.8188873 C6_chemical_A1 +LQ00X090820 Probable protein phosphatase 2C 52 12.85571707 C6_chemical_A3 +LQ00X090820 Probable protein phosphatase 2C 52 12.27923889 C6_chemical_B1 +LQ00X090820 Probable protein phosphatase 2C 52 13.00479866 C6_chemical_B2 +LQ00X090820 Probable protein phosphatase 2C 52 12.58255695 C6_chemical_B3 +LQ00X090820 Probable protein phosphatase 2C 52 12.09606503 C6_chemical_C1 +LQ00X090820 Probable protein phosphatase 2C 52 12.23058336 C6_chemical_C2 +LQ00X090820 Probable protein phosphatase 2C 52 12.46829087 C6_chemical_C3 +LQ00X090820 Probable protein phosphatase 2C 52 13.31393854 L4_control_A1 +LQ00X090820 Probable protein phosphatase 2C 52 13.10141866 L4_control_A2 +LQ00X090820 Probable protein phosphatase 2C 52 13.25268159 L4_control_A3 +LQ00X090820 Probable protein phosphatase 2C 52 12.26715269 L4_control_B1 +LQ00X090820 Probable protein phosphatase 2C 52 12.09564162 L4_control_B2 +LQ00X090820 Probable protein phosphatase 2C 52 12.35373552 L4_control_B3 +LQ00X090820 Probable protein phosphatase 2C 52 11.03482728 L4_control_C2 +LQ00X090820 Probable protein phosphatase 2C 52 11.10487723 L4_control_C3 +LQ00X090820 Probable protein phosphatase 2C 52 12.87043403 L4_chemical_A1 +LQ00X090820 Probable protein phosphatase 2C 52 12.84483333 L4_chemical_A2 +LQ00X090820 Probable protein phosphatase 2C 52 13.33704238 L4_chemical_A3 +LQ00X090820 Probable protein phosphatase 2C 52 11.90757718 L4_chemical_B1 +LQ00X090820 Probable protein phosphatase 2C 52 12.02795624 L4_chemical_B2 +LQ00X090820 Probable protein phosphatase 2C 52 13.15890996 L4_chemical_B3 +LQ00X090820 Probable protein phosphatase 2C 52 11.14213609 L4_chemical_C2 +LQ00X090820 Probable protein phosphatase 2C 52 11.34735993 L4_chemical_C3 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.13317459 C6_control_A1 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.89552011 C6_control_A3 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.612623094 C6_control_B1 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.01625398 C6_control_B2 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.03662012 C6_control_B3 +LQ00X090830 Putative Peroxisomal membrane protein 2 11.1745033 C6_control_C1 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.91035993 C6_control_C2 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.83539142 C6_control_C3 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.933520965 C6_chemical_A1 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.81881016 C6_chemical_A3 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.631608527 C6_chemical_B1 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.903985061 C6_chemical_B2 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.728523022 C6_chemical_B3 +LQ00X090830 Putative Peroxisomal membrane protein 2 11.02913987 C6_chemical_C1 +LQ00X090830 Putative Peroxisomal membrane protein 2 11.21975211 C6_chemical_C2 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.81348563 C6_chemical_C3 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.892155248 L4_control_A1 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.572391638 L4_control_A2 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.954556491 L4_control_A3 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.467987216 L4_control_B1 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.14111006 L4_control_B2 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.14752134 L4_control_B3 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.68805246 L4_control_C2 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.29907816 L4_control_C3 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.23348916 L4_chemical_A1 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.546218307 L4_chemical_A2 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.20980439 L4_chemical_A3 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.670266983 L4_chemical_B1 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.96465337 L4_chemical_B2 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.639741996 L4_chemical_B3 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.64640533 L4_chemical_C2 +LQ00X090830 Putative Peroxisomal membrane protein 2 10.32019221 L4_chemical_C3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.36983813 C6_control_A1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.48109112 C6_control_A3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.11710815 C6_control_B1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.31418566 C6_control_B2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.12362298 C6_control_B3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.33413355 C6_control_C1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.53920693 C6_control_C2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.36298416 C6_control_C3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.09166262 C6_chemical_A1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.48713067 C6_chemical_A3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.06151335 C6_chemical_B1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.12213804 C6_chemical_B2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 9.78862855 C6_chemical_B3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.45543045 C6_chemical_C1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.78453204 C6_chemical_C2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.18486989 C6_chemical_C3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.48379188 L4_control_A1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.22065475 L4_control_A2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.07703515 L4_control_A3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.25833411 L4_control_B1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 9.989559652 L4_control_B2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.89202324 L4_control_B3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.23181896 L4_control_C2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.1126811 L4_control_C3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.57242972 L4_chemical_A1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 11.10204974 L4_chemical_A2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.92013688 L4_chemical_A3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 9.773101476 L4_chemical_B1 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.34480678 L4_chemical_B2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.65369623 L4_chemical_B3 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.35639411 L4_chemical_C2 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.62561435 L4_chemical_C3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.28374169 C6_control_A1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.75587146 C6_control_A3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.33692452 C6_control_B1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.01602233 C6_control_B2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.2453641 C6_control_B3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.77559038 C6_control_C1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.86191833 C6_control_C2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.51038465 C6_control_C3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.25768962 C6_chemical_A1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.04412834 C6_chemical_A3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.79079414 C6_chemical_B1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.89075277 C6_chemical_B2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.82439815 C6_chemical_B3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.3973181 C6_chemical_C1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.6131765 C6_chemical_C2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.597152 C6_chemical_C3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.0416056 L4_control_A1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.35098836 L4_control_A2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.8597488 L4_control_A3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.81163585 L4_control_B1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.01429667 L4_control_B2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.86909111 L4_control_B3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.60527539 L4_control_C2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.63150225 L4_control_C3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.24515032 L4_chemical_A1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.53356926 L4_chemical_A2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.82882406 L4_chemical_A3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.63697757 L4_chemical_B1 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.59330963 L4_chemical_B2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.37543594 L4_chemical_B3 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.3923043 L4_chemical_C2 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 14.7358763 L4_chemical_C3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.224264007 C6_control_A1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.746777685 C6_control_A3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.636202064 C6_control_B1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.03701174 C6_control_B2 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.231187241 C6_control_B3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.087080764 C6_control_C1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.243209787 C6_control_C2 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.019937329 C6_control_C3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.364749999 C6_chemical_A1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.186582813 C6_chemical_A3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.426304915 C6_chemical_B1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.009416229 C6_chemical_B2 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.217863148 C6_chemical_B3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.201945535 C6_chemical_C1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.127345022 C6_chemical_C2 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.094479928 C6_chemical_C3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.594365269 L4_control_A1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.877751082 L4_control_A2 +LQ00X090990 Secretory carrier-associated membrane protein 1 6.090457163 L4_control_A3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.263668394 L4_control_B1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.339282691 L4_control_B2 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.214142502 L4_control_B3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.004985064 L4_control_C2 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.72944869 L4_control_C3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.508312423 L4_chemical_A1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.486687736 L4_chemical_A2 +LQ00X090990 Secretory carrier-associated membrane protein 1 6.092792287 L4_chemical_A3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.149043821 L4_chemical_B1 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.398825601 L4_chemical_B2 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.94738328 L4_chemical_B3 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.510002354 L4_chemical_C2 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.15913955 L4_chemical_C3 +LQ00X091180 S-formylglutathione hydrolase 14.73491773 C6_control_A1 +LQ00X091180 S-formylglutathione hydrolase 14.68665031 C6_control_A3 +LQ00X091180 S-formylglutathione hydrolase 14.90529173 C6_control_B1 +LQ00X091180 S-formylglutathione hydrolase 14.17152117 C6_control_B2 +LQ00X091180 S-formylglutathione hydrolase 14.48378193 C6_control_B3 +LQ00X091180 S-formylglutathione hydrolase 14.18372757 C6_control_C1 +LQ00X091180 S-formylglutathione hydrolase 14.15676579 C6_control_C2 +LQ00X091180 S-formylglutathione hydrolase 13.95350128 C6_control_C3 +LQ00X091180 S-formylglutathione hydrolase 14.77055858 C6_chemical_A1 +LQ00X091180 S-formylglutathione hydrolase 14.81615569 C6_chemical_A3 +LQ00X091180 S-formylglutathione hydrolase 14.80700013 C6_chemical_B1 +LQ00X091180 S-formylglutathione hydrolase 14.31482871 C6_chemical_B2 +LQ00X091180 S-formylglutathione hydrolase 14.40840772 C6_chemical_B3 +LQ00X091180 S-formylglutathione hydrolase 14.09311547 C6_chemical_C1 +LQ00X091180 S-formylglutathione hydrolase 14.20084184 C6_chemical_C2 +LQ00X091180 S-formylglutathione hydrolase 13.8708813 C6_chemical_C3 +LQ00X091180 S-formylglutathione hydrolase 14.56470395 L4_control_A1 +LQ00X091180 S-formylglutathione hydrolase 14.66398701 L4_control_A2 +LQ00X091180 S-formylglutathione hydrolase 14.25424518 L4_control_A3 +LQ00X091180 S-formylglutathione hydrolase 14.28880965 L4_control_B1 +LQ00X091180 S-formylglutathione hydrolase 14.50220964 L4_control_B2 +LQ00X091180 S-formylglutathione hydrolase 14.35406743 L4_control_B3 +LQ00X091180 S-formylglutathione hydrolase 14.58603993 L4_control_C2 +LQ00X091180 S-formylglutathione hydrolase 14.51405622 L4_control_C3 +LQ00X091180 S-formylglutathione hydrolase 14.92160591 L4_chemical_A1 +LQ00X091180 S-formylglutathione hydrolase 14.83651387 L4_chemical_A2 +LQ00X091180 S-formylglutathione hydrolase 14.45382155 L4_chemical_A3 +LQ00X091180 S-formylglutathione hydrolase 14.5516165 L4_chemical_B1 +LQ00X091180 S-formylglutathione hydrolase 14.57877034 L4_chemical_B2 +LQ00X091180 S-formylglutathione hydrolase 14.50944727 L4_chemical_B3 +LQ00X091180 S-formylglutathione hydrolase 14.56672266 L4_chemical_C2 +LQ00X091180 S-formylglutathione hydrolase 14.60550411 L4_chemical_C3 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.60051085 C6_control_A1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.3334854 C6_control_A3 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.748274801 C6_control_B1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.686960508 C6_control_B2 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.368518202 C6_control_B3 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.643797831 C6_control_C1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.889217111 C6_control_C2 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.736938463 C6_control_C3 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.900658351 C6_chemical_A1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.788840124 C6_chemical_A3 +LQ00X091190 DNA helicase INO80 complex homolog 1 6.038882151 C6_chemical_B1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.819643606 C6_chemical_B2 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.347019924 C6_chemical_B3 +LQ00X091190 DNA helicase INO80 complex homolog 1 7.117728022 C6_chemical_C1 +LQ00X091190 DNA helicase INO80 complex homolog 1 6.366166673 C6_chemical_C2 +LQ00X091190 DNA helicase INO80 complex homolog 1 7.103740276 C6_chemical_C3 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.815356697 L4_control_A1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.305924179 L4_control_A2 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.414592162 L4_control_A3 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.718654889 L4_control_B1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.573831672 L4_control_B2 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.715521945 L4_control_B3 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.239718465 L4_control_C2 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.603256997 L4_control_C3 +LQ00X091190 DNA helicase INO80 complex homolog 1 6.083229264 L4_chemical_A1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.273822077 L4_chemical_A2 +LQ00X091190 DNA helicase INO80 complex homolog 1 6.25665957 L4_chemical_A3 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.649577471 L4_chemical_B1 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.496498691 L4_chemical_B2 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.763342012 L4_chemical_B3 +LQ00X091190 DNA helicase INO80 complex homolog 1 6.697020641 L4_chemical_C2 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.293952616 L4_chemical_C3 +LQ00X091420 Poly-A binding protein, putative 5.472665646 C6_control_A1 +LQ00X091420 Poly-A binding protein, putative 5.469368966 C6_control_A3 +LQ00X091420 Poly-A binding protein, putative 6.302136119 C6_control_B1 +LQ00X091420 Poly-A binding protein, putative 5.496492191 C6_control_B2 +LQ00X091420 Poly-A binding protein, putative 5.06114045 C6_control_B3 +LQ00X091420 Poly-A binding protein, putative 5.967148702 C6_control_C1 +LQ00X091420 Poly-A binding protein, putative 5.383296678 C6_control_C2 +LQ00X091420 Poly-A binding protein, putative 5.905075485 C6_control_C3 +LQ00X091420 Poly-A binding protein, putative 5.620915607 C6_chemical_A1 +LQ00X091420 Poly-A binding protein, putative 5.168263744 C6_chemical_A3 +LQ00X091420 Poly-A binding protein, putative 6.869711666 C6_chemical_B1 +LQ00X091420 Poly-A binding protein, putative 5.263747849 C6_chemical_B2 +LQ00X091420 Poly-A binding protein, putative 5.552967784 C6_chemical_B3 +LQ00X091420 Poly-A binding protein, putative 5.485661079 C6_chemical_C1 +LQ00X091420 Poly-A binding protein, putative 5.511905072 C6_chemical_C2 +LQ00X091420 Poly-A binding protein, putative 5.783798979 C6_chemical_C3 +LQ00X091420 Poly-A binding protein, putative 5.928423372 L4_control_A1 +LQ00X091420 Poly-A binding protein, putative 5.156116304 L4_control_A2 +LQ00X091420 Poly-A binding protein, putative 5.724308942 L4_control_A3 +LQ00X091420 Poly-A binding protein, putative 5.607681321 L4_control_B1 +LQ00X091420 Poly-A binding protein, putative 5.798392359 L4_control_B2 +LQ00X091420 Poly-A binding protein, putative 5.964130136 L4_control_B3 +LQ00X091420 Poly-A binding protein, putative 5.593935282 L4_control_C2 +LQ00X091420 Poly-A binding protein, putative 6.096268921 L4_control_C3 +LQ00X091420 Poly-A binding protein, putative 5.331742064 L4_chemical_A1 +LQ00X091420 Poly-A binding protein, putative 5.31362852 L4_chemical_A2 +LQ00X091420 Poly-A binding protein, putative 5.356897887 L4_chemical_A3 +LQ00X091420 Poly-A binding protein, putative 5.57409352 L4_chemical_B1 +LQ00X091420 Poly-A binding protein, putative 5.418468831 L4_chemical_B2 +LQ00X091420 Poly-A binding protein, putative 5.606699282 L4_chemical_B3 +LQ00X091420 Poly-A binding protein, putative 6.462717803 L4_chemical_C2 +LQ00X091420 Poly-A binding protein, putative 6.305311414 L4_chemical_C3 +LQ00X091440 Predicted protein 5.187076413 C6_control_A1 +LQ00X091440 Predicted protein 5.083246325 C6_control_A3 +LQ00X091440 Predicted protein 5.208762017 C6_control_B1 +LQ00X091440 Predicted protein 5.007278207 C6_control_B2 +LQ00X091440 Predicted protein 5.157738882 C6_control_B3 +LQ00X091440 Predicted protein 5.526613221 C6_control_C1 +LQ00X091440 Predicted protein 5.355577354 C6_control_C2 +LQ00X091440 Predicted protein 5.255698973 C6_control_C3 +LQ00X091440 Predicted protein 5.37931048 C6_chemical_A1 +LQ00X091440 Predicted protein 5.395848769 C6_chemical_A3 +LQ00X091440 Predicted protein 5.602331601 C6_chemical_B1 +LQ00X091440 Predicted protein 5.393966978 C6_chemical_B2 +LQ00X091440 Predicted protein 5.442388905 C6_chemical_B3 +LQ00X091440 Predicted protein 5.463778497 C6_chemical_C1 +LQ00X091440 Predicted protein 5.185648232 C6_chemical_C2 +LQ00X091440 Predicted protein 5.25383853 C6_chemical_C3 +LQ00X091440 Predicted protein 5.447932814 L4_control_A1 +LQ00X091440 Predicted protein 5.237756051 L4_control_A2 +LQ00X091440 Predicted protein 4.917494849 L4_control_A3 +LQ00X091440 Predicted protein 5.163978392 L4_control_B1 +LQ00X091440 Predicted protein 5.67830876 L4_control_B2 +LQ00X091440 Predicted protein 5.3419818 L4_control_B3 +LQ00X091440 Predicted protein 6.005187966 L4_control_C2 +LQ00X091440 Predicted protein 5.316076568 L4_control_C3 +LQ00X091440 Predicted protein 5.325982911 L4_chemical_A1 +LQ00X091440 Predicted protein 5.4988394 L4_chemical_A2 +LQ00X091440 Predicted protein 5.079597162 L4_chemical_A3 +LQ00X091440 Predicted protein 5.294993825 L4_chemical_B1 +LQ00X091440 Predicted protein 5.482484219 L4_chemical_B2 +LQ00X091440 Predicted protein 5.318855696 L4_chemical_B3 +LQ00X091440 Predicted protein 5.922633046 L4_chemical_C2 +LQ00X091440 Predicted protein 5.023289641 L4_chemical_C3 +LQ00X091570 Putative uncharacterized protein 5.595920172 C6_control_A1 +LQ00X091570 Putative uncharacterized protein 5.578829673 C6_control_A3 +LQ00X091570 Putative uncharacterized protein 5.371484199 C6_control_B1 +LQ00X091570 Putative uncharacterized protein 5.037118126 C6_control_B2 +LQ00X091570 Putative uncharacterized protein 5.282199897 C6_control_B3 +LQ00X091570 Putative uncharacterized protein 5.29929155 C6_control_C1 +LQ00X091570 Putative uncharacterized protein 6.275198535 C6_control_C2 +LQ00X091570 Putative uncharacterized protein 5.138719388 C6_control_C3 +LQ00X091570 Putative uncharacterized protein 5.449739043 C6_chemical_A1 +LQ00X091570 Putative uncharacterized protein 5.424857903 C6_chemical_A3 +LQ00X091570 Putative uncharacterized protein 5.237081328 C6_chemical_B1 +LQ00X091570 Putative uncharacterized protein 5.357862167 C6_chemical_B2 +LQ00X091570 Putative uncharacterized protein 5.226167169 C6_chemical_B3 +LQ00X091570 Putative uncharacterized protein 5.344353388 C6_chemical_C1 +LQ00X091570 Putative uncharacterized protein 5.098264894 C6_chemical_C2 +LQ00X091570 Putative uncharacterized protein 5.107607204 C6_chemical_C3 +LQ00X091570 Putative uncharacterized protein 5.256156544 L4_control_A1 +LQ00X091570 Putative uncharacterized protein 5.219091317 L4_control_A2 +LQ00X091570 Putative uncharacterized protein 4.986366864 L4_control_A3 +LQ00X091570 Putative uncharacterized protein 5.541742331 L4_control_B1 +LQ00X091570 Putative uncharacterized protein 5.688557061 L4_control_B2 +LQ00X091570 Putative uncharacterized protein 5.214389065 L4_control_B3 +LQ00X091570 Putative uncharacterized protein 5.437269618 L4_control_C2 +LQ00X091570 Putative uncharacterized protein 4.914207059 L4_control_C3 +LQ00X091570 Putative uncharacterized protein 4.949547708 L4_chemical_A1 +LQ00X091570 Putative uncharacterized protein 5.077160128 L4_chemical_A2 +LQ00X091570 Putative uncharacterized protein 5.636236036 L4_chemical_A3 +LQ00X091570 Putative uncharacterized protein 4.985798909 L4_chemical_B1 +LQ00X091570 Putative uncharacterized protein 5.380038513 L4_chemical_B2 +LQ00X091570 Putative uncharacterized protein 5.010102896 L4_chemical_B3 +LQ00X091570 Putative uncharacterized protein 5.141875177 L4_chemical_C2 +LQ00X091570 Putative uncharacterized protein 5.204466685 L4_chemical_C3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.814923865 C6_control_A1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.313165572 C6_control_A3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.57205281 C6_control_B1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.670236804 C6_control_B2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.58934919 C6_control_B3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.58533135 C6_control_C1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.553516192 C6_control_C2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.52845139 C6_control_C3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.668076693 C6_chemical_A1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.05118944 C6_chemical_A3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.18869991 C6_chemical_B1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.275736711 C6_chemical_B2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.1713701 C6_chemical_B3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.34295104 C6_chemical_C1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.29255176 C6_chemical_C2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.47745429 C6_chemical_C3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.359331756 L4_control_A1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.985552169 L4_control_A2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.05063515 L4_control_A3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.68324232 L4_control_B1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 11.0923522 L4_control_B2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.62337381 L4_control_B3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 12.51934673 L4_control_C2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 12.06352881 L4_control_C3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.819769529 L4_chemical_A1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.991297078 L4_chemical_A2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.05901047 L4_chemical_A3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.71906884 L4_chemical_B1 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 11.28597599 L4_chemical_B2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 10.32659401 L4_chemical_B3 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 12.44940327 L4_chemical_C2 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 11.94376557 L4_chemical_C3 +LQ00X091830 Predicted protein 14.99157079 C6_control_A1 +LQ00X091830 Predicted protein 14.80572025 C6_control_A3 +LQ00X091830 Predicted protein 14.77886048 C6_control_B1 +LQ00X091830 Predicted protein 14.59489848 C6_control_B2 +LQ00X091830 Predicted protein 14.77337312 C6_control_B3 +LQ00X091830 Predicted protein 12.32001964 C6_control_C1 +LQ00X091830 Predicted protein 12.26239506 C6_control_C2 +LQ00X091830 Predicted protein 12.79847399 C6_control_C3 +LQ00X091830 Predicted protein 15.10944039 C6_chemical_A1 +LQ00X091830 Predicted protein 13.50810571 C6_chemical_A3 +LQ00X091830 Predicted protein 14.8099569 C6_chemical_B1 +LQ00X091830 Predicted protein 14.39816939 C6_chemical_B2 +LQ00X091830 Predicted protein 14.6704858 C6_chemical_B3 +LQ00X091830 Predicted protein 12.47339628 C6_chemical_C1 +LQ00X091830 Predicted protein 12.3684477 C6_chemical_C2 +LQ00X091830 Predicted protein 12.55231456 C6_chemical_C3 +LQ00X091830 Predicted protein 14.73803661 L4_control_A1 +LQ00X091830 Predicted protein 14.92360108 L4_control_A2 +LQ00X091830 Predicted protein 14.58323951 L4_control_A3 +LQ00X091830 Predicted protein 14.07783832 L4_control_B1 +LQ00X091830 Predicted protein 14.02356697 L4_control_B2 +LQ00X091830 Predicted protein 13.70784148 L4_control_B3 +LQ00X091830 Predicted protein 12.69879402 L4_control_C2 +LQ00X091830 Predicted protein 12.62723481 L4_control_C3 +LQ00X091830 Predicted protein 12.97799197 L4_chemical_A1 +LQ00X091830 Predicted protein 14.75809566 L4_chemical_A2 +LQ00X091830 Predicted protein 14.55853139 L4_chemical_A3 +LQ00X091830 Predicted protein 15.13363509 L4_chemical_B1 +LQ00X091830 Predicted protein 15.1265379 L4_chemical_B2 +LQ00X091830 Predicted protein 15.04190237 L4_chemical_B3 +LQ00X091830 Predicted protein 12.65243447 L4_chemical_C2 +LQ00X091830 Predicted protein 12.53439215 L4_chemical_C3 +LQ00X091920 Putative UPF0131 protein At3g02910 9.445820683 C6_control_A1 +LQ00X091920 Putative UPF0131 protein At3g02910 9.579474124 C6_control_A3 +LQ00X091920 Putative UPF0131 protein At3g02910 11.24469991 C6_control_B1 +LQ00X091920 Putative UPF0131 protein At3g02910 11.82767164 C6_control_B2 +LQ00X091920 Putative UPF0131 protein At3g02910 11.61655859 C6_control_B3 +LQ00X091920 Putative UPF0131 protein At3g02910 9.396653448 C6_control_C1 +LQ00X091920 Putative UPF0131 protein At3g02910 9.419293731 C6_control_C2 +LQ00X091920 Putative UPF0131 protein At3g02910 9.765222791 C6_control_C3 +LQ00X091920 Putative UPF0131 protein At3g02910 9.18976594 C6_chemical_A1 +LQ00X091920 Putative UPF0131 protein At3g02910 10.15012338 C6_chemical_A3 +LQ00X091920 Putative UPF0131 protein At3g02910 11.27573748 C6_chemical_B1 +LQ00X091920 Putative UPF0131 protein At3g02910 11.66197099 C6_chemical_B2 +LQ00X091920 Putative UPF0131 protein At3g02910 11.05311674 C6_chemical_B3 +LQ00X091920 Putative UPF0131 protein At3g02910 9.094383675 C6_chemical_C1 +LQ00X091920 Putative UPF0131 protein At3g02910 9.001749088 C6_chemical_C2 +LQ00X091920 Putative UPF0131 protein At3g02910 10.06305862 C6_chemical_C3 +LQ00X091920 Putative UPF0131 protein At3g02910 10.68438716 L4_control_A1 +LQ00X091920 Putative UPF0131 protein At3g02910 10.32424069 L4_control_A2 +LQ00X091920 Putative UPF0131 protein At3g02910 10.39376393 L4_control_A3 +LQ00X091920 Putative UPF0131 protein At3g02910 11.74361327 L4_control_B1 +LQ00X091920 Putative UPF0131 protein At3g02910 10.99618814 L4_control_B2 +LQ00X091920 Putative UPF0131 protein At3g02910 11.02568192 L4_control_B3 +LQ00X091920 Putative UPF0131 protein At3g02910 11.72346456 L4_control_C2 +LQ00X091920 Putative UPF0131 protein At3g02910 11.82168198 L4_control_C3 +LQ00X091920 Putative UPF0131 protein At3g02910 10.8651632 L4_chemical_A1 +LQ00X091920 Putative UPF0131 protein At3g02910 10.52743418 L4_chemical_A2 +LQ00X091920 Putative UPF0131 protein At3g02910 10.43645459 L4_chemical_A3 +LQ00X091920 Putative UPF0131 protein At3g02910 11.68036721 L4_chemical_B1 +LQ00X091920 Putative UPF0131 protein At3g02910 11.59482146 L4_chemical_B2 +LQ00X091920 Putative UPF0131 protein At3g02910 10.49604067 L4_chemical_B3 +LQ00X091920 Putative UPF0131 protein At3g02910 11.34769401 L4_chemical_C2 +LQ00X091920 Putative UPF0131 protein At3g02910 11.42693943 L4_chemical_C3 +LQ00X091930 Predicted protein 11.96678369 C6_control_A1 +LQ00X091930 Predicted protein 12.03156018 C6_control_A3 +LQ00X091930 Predicted protein 12.54888846 C6_control_B1 +LQ00X091930 Predicted protein 12.83318951 C6_control_B2 +LQ00X091930 Predicted protein 13.03130879 C6_control_B3 +LQ00X091930 Predicted protein 12.79179293 C6_control_C1 +LQ00X091930 Predicted protein 13.06983797 C6_control_C2 +LQ00X091930 Predicted protein 12.78178694 C6_control_C3 +LQ00X091930 Predicted protein 12.30990161 C6_chemical_A1 +LQ00X091930 Predicted protein 12.22283449 C6_chemical_A3 +LQ00X091930 Predicted protein 12.85721008 C6_chemical_B1 +LQ00X091930 Predicted protein 12.71781779 C6_chemical_B2 +LQ00X091930 Predicted protein 13.00467732 C6_chemical_B3 +LQ00X091930 Predicted protein 12.84834276 C6_chemical_C1 +LQ00X091930 Predicted protein 12.90097847 C6_chemical_C2 +LQ00X091930 Predicted protein 13.00593622 C6_chemical_C3 +LQ00X091930 Predicted protein 11.48224066 L4_control_A1 +LQ00X091930 Predicted protein 12.04168323 L4_control_A2 +LQ00X091930 Predicted protein 11.91456604 L4_control_A3 +LQ00X091930 Predicted protein 13.16813993 L4_control_B1 +LQ00X091930 Predicted protein 12.83385567 L4_control_B2 +LQ00X091930 Predicted protein 13.20264951 L4_control_B3 +LQ00X091930 Predicted protein 12.8999842 L4_control_C2 +LQ00X091930 Predicted protein 13.31990053 L4_control_C3 +LQ00X091930 Predicted protein 12.15442445 L4_chemical_A1 +LQ00X091930 Predicted protein 12.78616048 L4_chemical_A2 +LQ00X091930 Predicted protein 12.16691906 L4_chemical_A3 +LQ00X091930 Predicted protein 12.98809411 L4_chemical_B1 +LQ00X091930 Predicted protein 13.01559987 L4_chemical_B2 +LQ00X091930 Predicted protein 12.40625986 L4_chemical_B3 +LQ00X091930 Predicted protein 12.98674442 L4_chemical_C2 +LQ00X091930 Predicted protein 13.19687667 L4_chemical_C3 +LQ00X091940 Hypothetical protein 5.807812542 C6_control_A1 +LQ00X091940 Hypothetical protein 5.797420961 C6_control_A3 +LQ00X091940 Hypothetical protein 6.006154101 C6_control_B1 +LQ00X091940 Hypothetical protein 6.314000697 C6_control_B2 +LQ00X091940 Hypothetical protein 6.12429214 C6_control_B3 +LQ00X091940 Hypothetical protein 6.553341126 C6_control_C1 +LQ00X091940 Hypothetical protein 6.033362037 C6_control_C2 +LQ00X091940 Hypothetical protein 6.987509659 C6_control_C3 +LQ00X091940 Hypothetical protein 6.012486836 C6_chemical_A1 +LQ00X091940 Hypothetical protein 6.174452254 C6_chemical_A3 +LQ00X091940 Hypothetical protein 6.461053066 C6_chemical_B1 +LQ00X091940 Hypothetical protein 6.359484746 C6_chemical_B2 +LQ00X091940 Hypothetical protein 5.872607265 C6_chemical_B3 +LQ00X091940 Hypothetical protein 6.641493905 C6_chemical_C1 +LQ00X091940 Hypothetical protein 6.473716828 C6_chemical_C2 +LQ00X091940 Hypothetical protein 6.792613833 C6_chemical_C3 +LQ00X091940 Hypothetical protein 6.023523096 L4_control_A1 +LQ00X091940 Hypothetical protein 5.904865602 L4_control_A2 +LQ00X091940 Hypothetical protein 5.75037355 L4_control_A3 +LQ00X091940 Hypothetical protein 6.259349112 L4_control_B1 +LQ00X091940 Hypothetical protein 5.666007796 L4_control_B2 +LQ00X091940 Hypothetical protein 6.167620064 L4_control_B3 +LQ00X091940 Hypothetical protein 6.06940239 L4_control_C2 +LQ00X091940 Hypothetical protein 5.49743295 L4_control_C3 +LQ00X091940 Hypothetical protein 6.043073455 L4_chemical_A1 +LQ00X091940 Hypothetical protein 6.038341479 L4_chemical_A2 +LQ00X091940 Hypothetical protein 5.871183066 L4_chemical_A3 +LQ00X091940 Hypothetical protein 5.640250959 L4_chemical_B1 +LQ00X091940 Hypothetical protein 6.320390209 L4_chemical_B2 +LQ00X091940 Hypothetical protein 5.88046994 L4_chemical_B3 +LQ00X091940 Hypothetical protein 5.808363311 L4_chemical_C2 +LQ00X091940 Hypothetical protein 5.444672201 L4_chemical_C3 +LQ00X091950 Putative Uncharacterized protein At3g50808 10.73469159 C6_control_A1 +LQ00X091950 Putative Uncharacterized protein At3g50808 10.64910663 C6_control_A3 +LQ00X091950 Putative Uncharacterized protein At3g50808 10.82421341 C6_control_B1 +LQ00X091950 Putative Uncharacterized protein At3g50808 10.62668118 C6_control_B2 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.01259091 C6_control_B3 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.50502655 C6_control_C1 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.98720114 C6_control_C2 +LQ00X091950 Putative Uncharacterized protein At3g50808 12.0160389 C6_control_C3 +LQ00X091950 Putative Uncharacterized protein At3g50808 10.85219604 C6_chemical_A1 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.06396858 C6_chemical_A3 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.2183168 C6_chemical_B1 +LQ00X091950 Putative Uncharacterized protein At3g50808 10.91538526 C6_chemical_B2 +LQ00X091950 Putative Uncharacterized protein At3g50808 12.04611096 C6_chemical_B3 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.40852097 C6_chemical_C1 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.6360595 C6_chemical_C2 +LQ00X091950 Putative Uncharacterized protein At3g50808 13.0275763 C6_chemical_C3 +LQ00X091950 Putative Uncharacterized protein At3g50808 10.65038746 L4_control_A1 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.33349791 L4_control_A2 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.76392904 L4_control_A3 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.72774097 L4_control_B1 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.71189611 L4_control_B2 +LQ00X091950 Putative Uncharacterized protein At3g50808 12.18774982 L4_control_B3 +LQ00X091950 Putative Uncharacterized protein At3g50808 13.44692306 L4_control_C2 +LQ00X091950 Putative Uncharacterized protein At3g50808 14.05907756 L4_control_C3 +LQ00X091950 Putative Uncharacterized protein At3g50808 12.183843 L4_chemical_A1 +LQ00X091950 Putative Uncharacterized protein At3g50808 12.17837217 L4_chemical_A2 +LQ00X091950 Putative Uncharacterized protein At3g50808 12.44997498 L4_chemical_A3 +LQ00X091950 Putative Uncharacterized protein At3g50808 12.31748416 L4_chemical_B1 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.93577857 L4_chemical_B2 +LQ00X091950 Putative Uncharacterized protein At3g50808 11.87160337 L4_chemical_B3 +LQ00X091950 Putative Uncharacterized protein At3g50808 12.86083028 L4_chemical_C2 +LQ00X091950 Putative Uncharacterized protein At3g50808 13.50378122 L4_chemical_C3 +LQ00X091960 Putative uncharacterized protein 7.470503042 C6_control_A1 +LQ00X091960 Putative uncharacterized protein 8.693114199 C6_control_A3 +LQ00X091960 Putative uncharacterized protein 7.284782276 C6_control_B1 +LQ00X091960 Putative uncharacterized protein 6.96411577 C6_control_B2 +LQ00X091960 Putative uncharacterized protein 7.116627209 C6_control_B3 +LQ00X091960 Putative uncharacterized protein 6.409967247 C6_control_C1 +LQ00X091960 Putative uncharacterized protein 5.632310934 C6_control_C2 +LQ00X091960 Putative uncharacterized protein 6.127422839 C6_control_C3 +LQ00X091960 Putative uncharacterized protein 7.413291649 C6_chemical_A1 +LQ00X091960 Putative uncharacterized protein 8.509677157 C6_chemical_A3 +LQ00X091960 Putative uncharacterized protein 6.273692102 C6_chemical_B1 +LQ00X091960 Putative uncharacterized protein 6.84172123 C6_chemical_B2 +LQ00X091960 Putative uncharacterized protein 6.659105396 C6_chemical_B3 +LQ00X091960 Putative uncharacterized protein 6.503816178 C6_chemical_C1 +LQ00X091960 Putative uncharacterized protein 5.686741262 C6_chemical_C2 +LQ00X091960 Putative uncharacterized protein 6.302711469 C6_chemical_C3 +LQ00X091960 Putative uncharacterized protein 8.041336164 L4_control_A1 +LQ00X091960 Putative uncharacterized protein 6.528430783 L4_control_A2 +LQ00X091960 Putative uncharacterized protein 6.062809554 L4_control_A3 +LQ00X091960 Putative uncharacterized protein 6.056591753 L4_control_B1 +LQ00X091960 Putative uncharacterized protein 6.850566378 L4_control_B2 +LQ00X091960 Putative uncharacterized protein 6.388424527 L4_control_B3 +LQ00X091960 Putative uncharacterized protein 6.318623358 L4_control_C2 +LQ00X091960 Putative uncharacterized protein 5.838411384 L4_control_C3 +LQ00X091960 Putative uncharacterized protein 7.51649221 L4_chemical_A1 +LQ00X091960 Putative uncharacterized protein 5.362485988 L4_chemical_A2 +LQ00X091960 Putative uncharacterized protein 6.054997622 L4_chemical_A3 +LQ00X091960 Putative uncharacterized protein 6.21654637 L4_chemical_B1 +LQ00X091960 Putative uncharacterized protein 5.803847616 L4_chemical_B2 +LQ00X091960 Putative uncharacterized protein 6.408824611 L4_chemical_B3 +LQ00X091960 Putative uncharacterized protein 5.90038117 L4_chemical_C2 +LQ00X091960 Putative uncharacterized protein 5.255954484 L4_chemical_C3 +LQ00X091970 Putative uncharacterized protein 5.134124535 C6_control_A1 +LQ00X091970 Putative uncharacterized protein 5.710292764 C6_control_A3 +LQ00X091970 Putative uncharacterized protein 5.704501515 C6_control_B1 +LQ00X091970 Putative uncharacterized protein 5.130115242 C6_control_B2 +LQ00X091970 Putative uncharacterized protein 5.39628618 C6_control_B3 +LQ00X091970 Putative uncharacterized protein 5.130514115 C6_control_C1 +LQ00X091970 Putative uncharacterized protein 5.370332491 C6_control_C2 +LQ00X091970 Putative uncharacterized protein 5.149665177 C6_control_C3 +LQ00X091970 Putative uncharacterized protein 5.441811671 C6_chemical_A1 +LQ00X091970 Putative uncharacterized protein 5.460198242 C6_chemical_A3 +LQ00X091970 Putative uncharacterized protein 5.568389042 C6_chemical_B1 +LQ00X091970 Putative uncharacterized protein 5.010654071 C6_chemical_B2 +LQ00X091970 Putative uncharacterized protein 5.639201993 C6_chemical_B3 +LQ00X091970 Putative uncharacterized protein 5.049895868 C6_chemical_C1 +LQ00X091970 Putative uncharacterized protein 5.083952726 C6_chemical_C2 +LQ00X091970 Putative uncharacterized protein 5.270612877 C6_chemical_C3 +LQ00X091970 Putative uncharacterized protein 5.435243327 L4_control_A1 +LQ00X091970 Putative uncharacterized protein 5.484481158 L4_control_A2 +LQ00X091970 Putative uncharacterized protein 5.665108743 L4_control_A3 +LQ00X091970 Putative uncharacterized protein 5.447576509 L4_control_B1 +LQ00X091970 Putative uncharacterized protein 4.937448566 L4_control_B2 +LQ00X091970 Putative uncharacterized protein 5.076471673 L4_control_B3 +LQ00X091970 Putative uncharacterized protein 5.733104242 L4_control_C2 +LQ00X091970 Putative uncharacterized protein 5.281863746 L4_control_C3 +LQ00X091970 Putative uncharacterized protein 5.534147729 L4_chemical_A1 +LQ00X091970 Putative uncharacterized protein 5.308595557 L4_chemical_A2 +LQ00X091970 Putative uncharacterized protein 5.56492548 L4_chemical_A3 +LQ00X091970 Putative uncharacterized protein 5.228896947 L4_chemical_B1 +LQ00X091970 Putative uncharacterized protein 5.007369049 L4_chemical_B2 +LQ00X091970 Putative uncharacterized protein 5.219762935 L4_chemical_B3 +LQ00X091970 Putative uncharacterized protein 5.111560322 L4_chemical_C2 +LQ00X091970 Putative uncharacterized protein 5.083885056 L4_chemical_C3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.307479916 C6_control_A1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.22636444 C6_control_A3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.953014078 C6_control_B1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.486243899 C6_control_B2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.890449251 C6_control_B3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.558479609 C6_control_C1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.349272536 C6_control_C2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.519069816 C6_control_C3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.2879597 C6_chemical_A1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.318321176 C6_chemical_A3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.757984703 C6_chemical_B1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.915480199 C6_chemical_B2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.235879105 C6_chemical_B3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.395933264 C6_chemical_C1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 6.11817064 C6_chemical_C2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.460503774 C6_chemical_C3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.229913183 L4_control_A1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.412330467 L4_control_A2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.192381062 L4_control_A3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.197410426 L4_control_B1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.00720318 L4_control_B2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.283530761 L4_control_B3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.454375687 L4_control_C2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.706521332 L4_control_C3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.344307061 L4_chemical_A1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.82845248 L4_chemical_A2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.146351609 L4_chemical_A3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.791691136 L4_chemical_B1 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.901897229 L4_chemical_B2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.986407118 L4_chemical_B3 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.814949725 L4_chemical_C2 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 4.92574791 L4_chemical_C3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.385955847 C6_control_A1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.105586237 C6_control_A3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.086477115 C6_control_B1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 8.010157435 C6_control_B2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 8.42941146 C6_control_B3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 7.796537411 C6_control_C1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 7.361090839 C6_control_C2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 7.943547384 C6_control_C3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.144883811 C6_chemical_A1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.22574186 C6_chemical_A3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 8.308207774 C6_chemical_B1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 7.81212034 C6_chemical_B2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 8.790162858 C6_chemical_B3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 7.641283817 C6_chemical_C1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 7.214764662 C6_chemical_C2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 7.784836041 C6_chemical_C3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.51316194 L4_control_A1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.622398725 L4_control_A2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.871524712 L4_control_A3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.087945768 L4_control_B1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.366097104 L4_control_B2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 8.642645452 L4_control_B3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 7.500211552 L4_control_C2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.249801111 L4_control_C3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 8.826500534 L4_chemical_A1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.159520045 L4_chemical_A2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.62820816 L4_chemical_A3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.008828448 L4_chemical_B1 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.230534713 L4_chemical_B2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.585145989 L4_chemical_B3 +LQ00X092000 Putative RING-H2 finger protein ATL3A 8.529472474 L4_chemical_C2 +LQ00X092000 Putative RING-H2 finger protein ATL3A 8.96494982 L4_chemical_C3 +LQ00X092010 Transcription factor bHLH71 12.25960661 C6_control_A1 +LQ00X092010 Transcription factor bHLH71 12.15776728 C6_control_A3 +LQ00X092010 Transcription factor bHLH71 12.49257795 C6_control_B1 +LQ00X092010 Transcription factor bHLH71 12.91073304 C6_control_B2 +LQ00X092010 Transcription factor bHLH71 12.71602398 C6_control_B3 +LQ00X092010 Transcription factor bHLH71 5.353980493 C6_control_C1 +LQ00X092010 Transcription factor bHLH71 8.637688473 C6_control_C2 +LQ00X092010 Transcription factor bHLH71 6.391287147 C6_control_C3 +LQ00X092010 Transcription factor bHLH71 12.21360769 C6_chemical_A1 +LQ00X092010 Transcription factor bHLH71 12.02299092 C6_chemical_A3 +LQ00X092010 Transcription factor bHLH71 12.48870534 C6_chemical_B1 +LQ00X092010 Transcription factor bHLH71 12.9692925 C6_chemical_B2 +LQ00X092010 Transcription factor bHLH71 12.52100722 C6_chemical_B3 +LQ00X092010 Transcription factor bHLH71 6.348250067 C6_chemical_C1 +LQ00X092010 Transcription factor bHLH71 5.595568915 C6_chemical_C2 +LQ00X092010 Transcription factor bHLH71 6.21607284 C6_chemical_C3 +LQ00X092010 Transcription factor bHLH71 11.36804983 L4_control_A1 +LQ00X092010 Transcription factor bHLH71 12.16850654 L4_control_A2 +LQ00X092010 Transcription factor bHLH71 9.497004047 L4_control_A3 +LQ00X092010 Transcription factor bHLH71 12.56195952 L4_control_B1 +LQ00X092010 Transcription factor bHLH71 11.68649054 L4_control_B2 +LQ00X092010 Transcription factor bHLH71 10.97644855 L4_control_B3 +LQ00X092010 Transcription factor bHLH71 5.215530738 L4_control_C2 +LQ00X092010 Transcription factor bHLH71 5.418458999 L4_control_C3 +LQ00X092010 Transcription factor bHLH71 9.854537782 L4_chemical_A1 +LQ00X092010 Transcription factor bHLH71 11.38965953 L4_chemical_A2 +LQ00X092010 Transcription factor bHLH71 9.709548036 L4_chemical_A3 +LQ00X092010 Transcription factor bHLH71 11.58357385 L4_chemical_B1 +LQ00X092010 Transcription factor bHLH71 11.63630817 L4_chemical_B2 +LQ00X092010 Transcription factor bHLH71 12.5363518 L4_chemical_B3 +LQ00X092010 Transcription factor bHLH71 5.558604262 L4_chemical_C2 +LQ00X092010 Transcription factor bHLH71 5.288817752 L4_chemical_C3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 11.81505512 C6_control_A1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 11.84465432 C6_control_A3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 9.98572054 C6_control_B1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 9.262460157 C6_control_B2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 10.08828402 C6_control_B3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 8.308434979 C6_control_C1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 7.691994565 C6_control_C2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 7.914085609 C6_control_C3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 12.24949111 C6_chemical_A1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 11.7165165 C6_chemical_A3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 10.00061187 C6_chemical_B1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 9.216845546 C6_chemical_B2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 9.228343314 C6_chemical_B3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 8.194000995 C6_chemical_C1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 7.373092143 C6_chemical_C2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 7.794209685 C6_chemical_C3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 13.20075041 L4_control_A1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 11.56526713 L4_control_A2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 11.11897743 L4_control_A3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 9.338502672 L4_control_B1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 9.693151925 L4_control_B2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 8.160312055 L4_control_B3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 6.16457492 L4_control_C2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 6.549241033 L4_control_C3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 12.21538392 L4_chemical_A1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 10.90235197 L4_chemical_A2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 12.11930795 L4_chemical_A3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 9.833498903 L4_chemical_B1 +LQ00X092060 Putative Dihydroflavonol-4-reductase 9.615341116 L4_chemical_B2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 10.16497619 L4_chemical_B3 +LQ00X092060 Putative Dihydroflavonol-4-reductase 6.59692672 L4_chemical_C2 +LQ00X092060 Putative Dihydroflavonol-4-reductase 7.628137242 L4_chemical_C3 +LQ00X092080 Putative uncharacterized protein 7.323158979 C6_control_A1 +LQ00X092080 Putative uncharacterized protein 6.698287994 C6_control_A3 +LQ00X092080 Putative uncharacterized protein 9.527180063 C6_control_B1 +LQ00X092080 Putative uncharacterized protein 9.864139338 C6_control_B2 +LQ00X092080 Putative uncharacterized protein 9.473218267 C6_control_B3 +LQ00X092080 Putative uncharacterized protein 11.63525474 C6_control_C1 +LQ00X092080 Putative uncharacterized protein 11.78639301 C6_control_C2 +LQ00X092080 Putative uncharacterized protein 11.09815399 C6_control_C3 +LQ00X092080 Putative uncharacterized protein 7.902731034 C6_chemical_A1 +LQ00X092080 Putative uncharacterized protein 8.509645618 C6_chemical_A3 +LQ00X092080 Putative uncharacterized protein 10.54123252 C6_chemical_B1 +LQ00X092080 Putative uncharacterized protein 10.32450544 C6_chemical_B2 +LQ00X092080 Putative uncharacterized protein 9.424910189 C6_chemical_B3 +LQ00X092080 Putative uncharacterized protein 11.94229759 C6_chemical_C1 +LQ00X092080 Putative uncharacterized protein 12.07149157 C6_chemical_C2 +LQ00X092080 Putative uncharacterized protein 11.43750952 C6_chemical_C3 +LQ00X092080 Putative uncharacterized protein 7.852317328 L4_control_A1 +LQ00X092080 Putative uncharacterized protein 8.006818419 L4_control_A2 +LQ00X092080 Putative uncharacterized protein 6.629944546 L4_control_A3 +LQ00X092080 Putative uncharacterized protein 10.95481645 L4_control_B1 +LQ00X092080 Putative uncharacterized protein 9.928193622 L4_control_B2 +LQ00X092080 Putative uncharacterized protein 9.440805252 L4_control_B3 +LQ00X092080 Putative uncharacterized protein 11.80267819 L4_control_C2 +LQ00X092080 Putative uncharacterized protein 10.94964292 L4_control_C3 +LQ00X092080 Putative uncharacterized protein 9.367138704 L4_chemical_A1 +LQ00X092080 Putative uncharacterized protein 9.731150085 L4_chemical_A2 +LQ00X092080 Putative uncharacterized protein 7.851026921 L4_chemical_A3 +LQ00X092080 Putative uncharacterized protein 10.5311893 L4_chemical_B1 +LQ00X092080 Putative uncharacterized protein 10.67125086 L4_chemical_B2 +LQ00X092080 Putative uncharacterized protein 9.130182142 L4_chemical_B3 +LQ00X092080 Putative uncharacterized protein 12.19122258 L4_chemical_C2 +LQ00X092080 Putative uncharacterized protein 11.31597764 L4_chemical_C3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.292776897 C6_control_A1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.883897468 C6_control_A3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.768585643 C6_control_B1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.307133422 C6_control_B2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.383477209 C6_control_B3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 4.85937056 C6_control_C1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.524708518 C6_control_C2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.000379754 C6_control_C3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.56436754 C6_chemical_A1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.266309846 C6_chemical_A3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.41596425 C6_chemical_B1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.494337282 C6_chemical_B2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.698413068 C6_chemical_B3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.060602821 C6_chemical_C1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.231590178 C6_chemical_C2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.338148464 C6_chemical_C3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.330233679 L4_control_A1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.169477521 L4_control_A2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.239236622 L4_control_A3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.137795954 L4_control_B1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.144723498 L4_control_B2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.361997654 L4_control_B3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 6.493286633 L4_control_C2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 4.698063379 L4_control_C3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.523160293 L4_chemical_A1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.077024059 L4_chemical_A2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.73830152 L4_chemical_A3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.728883051 L4_chemical_B1 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.811080507 L4_chemical_B2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.751860886 L4_chemical_B3 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 6.145334524 L4_chemical_C2 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.430955776 L4_chemical_C3 +LQ00X092140 Predicted protein 12.30725677 C6_control_A1 +LQ00X092140 Predicted protein 11.92306904 C6_control_A3 +LQ00X092140 Predicted protein 12.51172108 C6_control_B1 +LQ00X092140 Predicted protein 11.57531443 C6_control_B2 +LQ00X092140 Predicted protein 12.29118996 C6_control_B3 +LQ00X092140 Predicted protein 12.42461796 C6_control_C1 +LQ00X092140 Predicted protein 12.27430889 C6_control_C2 +LQ00X092140 Predicted protein 12.01082312 C6_control_C3 +LQ00X092140 Predicted protein 12.15651508 C6_chemical_A1 +LQ00X092140 Predicted protein 11.99596164 C6_chemical_A3 +LQ00X092140 Predicted protein 12.56045412 C6_chemical_B1 +LQ00X092140 Predicted protein 11.54522694 C6_chemical_B2 +LQ00X092140 Predicted protein 12.19657516 C6_chemical_B3 +LQ00X092140 Predicted protein 12.53686904 C6_chemical_C1 +LQ00X092140 Predicted protein 12.29125285 C6_chemical_C2 +LQ00X092140 Predicted protein 12.20020842 C6_chemical_C3 +LQ00X092140 Predicted protein 11.44354556 L4_control_A1 +LQ00X092140 Predicted protein 11.35853499 L4_control_A2 +LQ00X092140 Predicted protein 11.28629996 L4_control_A3 +LQ00X092140 Predicted protein 12.45481587 L4_control_B1 +LQ00X092140 Predicted protein 12.93651301 L4_control_B2 +LQ00X092140 Predicted protein 11.8408199 L4_control_B3 +LQ00X092140 Predicted protein 13.25634664 L4_control_C2 +LQ00X092140 Predicted protein 12.87840077 L4_control_C3 +LQ00X092140 Predicted protein 11.54315637 L4_chemical_A1 +LQ00X092140 Predicted protein 11.3081543 L4_chemical_A2 +LQ00X092140 Predicted protein 11.03647025 L4_chemical_A3 +LQ00X092140 Predicted protein 12.65615243 L4_chemical_B1 +LQ00X092140 Predicted protein 12.59426509 L4_chemical_B2 +LQ00X092140 Predicted protein 11.41837242 L4_chemical_B3 +LQ00X092140 Predicted protein 12.9772065 L4_chemical_C2 +LQ00X092140 Predicted protein 12.73902876 L4_chemical_C3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.168741553 C6_control_A1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.232607599 C6_control_A3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 7.675968997 C6_control_B1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.490654407 C6_control_B2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 7.228185315 C6_control_B3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.011028492 C6_control_C1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 5.280289293 C6_control_C2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.098918136 C6_control_C3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.095979971 C6_chemical_A1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.96719132 C6_chemical_A3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.695384787 C6_chemical_B1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.506845112 C6_chemical_B2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.79151342 C6_chemical_B3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 5.865115066 C6_chemical_C1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 5.069983439 C6_chemical_C2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.000107408 C6_chemical_C3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.443894603 L4_control_A1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.175863204 L4_control_A2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.459543328 L4_control_A3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 7.854013936 L4_control_B1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 7.007270299 L4_control_B2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 7.376944272 L4_control_B3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 5.616912174 L4_control_C2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.267639113 L4_control_C3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.392466495 L4_chemical_A1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.159230698 L4_chemical_A2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.071011708 L4_chemical_A3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 7.187764844 L4_chemical_B1 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.513054485 L4_chemical_B2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.155143819 L4_chemical_B3 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.452367468 L4_chemical_C2 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 6.354972607 L4_chemical_C3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.322861509 C6_control_A1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.685983017 C6_control_A3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.988548236 C6_control_B1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.791062991 C6_control_B2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.563953111 C6_control_B3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.733007157 C6_control_C1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.607213406 C6_control_C2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.12455573 C6_control_C3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.209930454 C6_chemical_A1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.506954032 C6_chemical_A3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.503425744 C6_chemical_B1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.636830725 C6_chemical_B2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.0833762 C6_chemical_B3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.827807695 C6_chemical_C1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.722193186 C6_chemical_C2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.174241786 C6_chemical_C3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.039751174 L4_control_A1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.095224697 L4_control_A2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.363910778 L4_control_A3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.351694988 L4_control_B1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.104450837 L4_control_B2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.880456625 L4_control_B3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.853821484 L4_control_C2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.527573599 L4_control_C3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.068724616 L4_chemical_A1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.620673188 L4_chemical_A2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.0062717 L4_chemical_A3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.725242464 L4_chemical_B1 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.80871085 L4_chemical_B2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 8.978403747 L4_chemical_B3 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.594427508 L4_chemical_C2 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.661886651 L4_chemical_C3 +LQ00X092190 Putative FAS-associated factor 2-B 12.04567908 C6_control_A1 +LQ00X092190 Putative FAS-associated factor 2-B 12.27169541 C6_control_A3 +LQ00X092190 Putative FAS-associated factor 2-B 11.60568842 C6_control_B1 +LQ00X092190 Putative FAS-associated factor 2-B 12.04719141 C6_control_B2 +LQ00X092190 Putative FAS-associated factor 2-B 11.77819481 C6_control_B3 +LQ00X092190 Putative FAS-associated factor 2-B 11.96336935 C6_control_C1 +LQ00X092190 Putative FAS-associated factor 2-B 12.35418526 C6_control_C2 +LQ00X092190 Putative FAS-associated factor 2-B 12.00823528 C6_control_C3 +LQ00X092190 Putative FAS-associated factor 2-B 12.22659556 C6_chemical_A1 +LQ00X092190 Putative FAS-associated factor 2-B 12.21949655 C6_chemical_A3 +LQ00X092190 Putative FAS-associated factor 2-B 11.61253617 C6_chemical_B1 +LQ00X092190 Putative FAS-associated factor 2-B 11.95035717 C6_chemical_B2 +LQ00X092190 Putative FAS-associated factor 2-B 11.6902396 C6_chemical_B3 +LQ00X092190 Putative FAS-associated factor 2-B 11.96032038 C6_chemical_C1 +LQ00X092190 Putative FAS-associated factor 2-B 12.31112443 C6_chemical_C2 +LQ00X092190 Putative FAS-associated factor 2-B 12.21440414 C6_chemical_C3 +LQ00X092190 Putative FAS-associated factor 2-B 12.42766988 L4_control_A1 +LQ00X092190 Putative FAS-associated factor 2-B 12.41288098 L4_control_A2 +LQ00X092190 Putative FAS-associated factor 2-B 12.97533919 L4_control_A3 +LQ00X092190 Putative FAS-associated factor 2-B 11.58544566 L4_control_B1 +LQ00X092190 Putative FAS-associated factor 2-B 11.38352898 L4_control_B2 +LQ00X092190 Putative FAS-associated factor 2-B 11.74070271 L4_control_B3 +LQ00X092190 Putative FAS-associated factor 2-B 11.69465356 L4_control_C2 +LQ00X092190 Putative FAS-associated factor 2-B 12.10316578 L4_control_C3 +LQ00X092190 Putative FAS-associated factor 2-B 12.21393336 L4_chemical_A1 +LQ00X092190 Putative FAS-associated factor 2-B 12.53876392 L4_chemical_A2 +LQ00X092190 Putative FAS-associated factor 2-B 12.85658918 L4_chemical_A3 +LQ00X092190 Putative FAS-associated factor 2-B 11.94427649 L4_chemical_B1 +LQ00X092190 Putative FAS-associated factor 2-B 11.68501617 L4_chemical_B2 +LQ00X092190 Putative FAS-associated factor 2-B 11.95868603 L4_chemical_B3 +LQ00X092190 Putative FAS-associated factor 2-B 11.93005218 L4_chemical_C2 +LQ00X092190 Putative FAS-associated factor 2-B 11.95869871 L4_chemical_C3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.324225668 C6_control_A1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.297690087 C6_control_A3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.175955864 C6_control_B1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.195141546 C6_control_B2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.993689255 C6_control_B3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.864972707 C6_control_C1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 7.128180295 C6_control_C2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.026331557 C6_control_C3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.945789132 C6_chemical_A1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.812432753 C6_chemical_A3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.785874849 C6_chemical_B1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.192976398 C6_chemical_B2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.399247134 C6_chemical_B3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.702038008 C6_chemical_C1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.255473016 C6_chemical_C2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.958919963 C6_chemical_C3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.923190385 L4_control_A1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.636063816 L4_control_A2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.00232905 L4_control_A3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.935177192 L4_control_B1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.752296668 L4_control_B2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.581467657 L4_control_B3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.977784466 L4_control_C2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.903531553 L4_control_C3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.014383876 L4_chemical_A1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.590585666 L4_chemical_A2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.079175751 L4_chemical_A3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.298303863 L4_chemical_B1 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.471276906 L4_chemical_B2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 6.063962119 L4_chemical_B3 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.517447869 L4_chemical_C2 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.995300382 L4_chemical_C3 +LQ00X092230 Protein yippee-like At4g27745 12.81371087 C6_control_A1 +LQ00X092230 Protein yippee-like At4g27745 12.66317709 C6_control_A3 +LQ00X092230 Protein yippee-like At4g27745 12.2459139 C6_control_B1 +LQ00X092230 Protein yippee-like At4g27745 12.51606714 C6_control_B2 +LQ00X092230 Protein yippee-like At4g27745 12.3037451 C6_control_B3 +LQ00X092230 Protein yippee-like At4g27745 12.11706846 C6_control_C1 +LQ00X092230 Protein yippee-like At4g27745 12.21113319 C6_control_C2 +LQ00X092230 Protein yippee-like At4g27745 12.30397932 C6_control_C3 +LQ00X092230 Protein yippee-like At4g27745 12.82010276 C6_chemical_A1 +LQ00X092230 Protein yippee-like At4g27745 12.42922682 C6_chemical_A3 +LQ00X092230 Protein yippee-like At4g27745 12.31489464 C6_chemical_B1 +LQ00X092230 Protein yippee-like At4g27745 12.35703098 C6_chemical_B2 +LQ00X092230 Protein yippee-like At4g27745 12.21547127 C6_chemical_B3 +LQ00X092230 Protein yippee-like At4g27745 12.00201327 C6_chemical_C1 +LQ00X092230 Protein yippee-like At4g27745 12.16727764 C6_chemical_C2 +LQ00X092230 Protein yippee-like At4g27745 12.0363832 C6_chemical_C3 +LQ00X092230 Protein yippee-like At4g27745 12.58394198 L4_control_A1 +LQ00X092230 Protein yippee-like At4g27745 12.52569008 L4_control_A2 +LQ00X092230 Protein yippee-like At4g27745 12.39131663 L4_control_A3 +LQ00X092230 Protein yippee-like At4g27745 11.95910061 L4_control_B1 +LQ00X092230 Protein yippee-like At4g27745 12.0043082 L4_control_B2 +LQ00X092230 Protein yippee-like At4g27745 12.17473772 L4_control_B3 +LQ00X092230 Protein yippee-like At4g27745 11.52654302 L4_control_C2 +LQ00X092230 Protein yippee-like At4g27745 11.46553849 L4_control_C3 +LQ00X092230 Protein yippee-like At4g27745 12.77351697 L4_chemical_A1 +LQ00X092230 Protein yippee-like At4g27745 12.99059881 L4_chemical_A2 +LQ00X092230 Protein yippee-like At4g27745 12.58233958 L4_chemical_A3 +LQ00X092230 Protein yippee-like At4g27745 12.45200765 L4_chemical_B1 +LQ00X092230 Protein yippee-like At4g27745 12.55604153 L4_chemical_B2 +LQ00X092230 Protein yippee-like At4g27745 12.3574751 L4_chemical_B3 +LQ00X092230 Protein yippee-like At4g27745 11.76598486 L4_chemical_C2 +LQ00X092230 Protein yippee-like At4g27745 11.4855802 L4_chemical_C3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.708503074 C6_control_A1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.465752786 C6_control_A3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.468823615 C6_control_B1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.544964623 C6_control_B2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.463788133 C6_control_B3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.586294777 C6_control_C1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.701654868 C6_control_C2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.291893357 C6_control_C3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.753687201 C6_chemical_A1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.246481161 C6_chemical_A3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.666653387 C6_chemical_B1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.373851043 C6_chemical_B2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.156598057 C6_chemical_B3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.319899444 C6_chemical_C1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.823961564 C6_chemical_C2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.265371979 C6_chemical_C3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.735370178 L4_control_A1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.717879643 L4_control_A2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.915040422 L4_control_A3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.219804311 L4_control_B1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.484216536 L4_control_B2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.736582553 L4_control_B3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 6.600098489 L4_control_C2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.257336033 L4_control_C3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.461317572 L4_chemical_A1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.50204975 L4_chemical_A2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.566669483 L4_chemical_A3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.673447844 L4_chemical_B1 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.97980296 L4_chemical_B2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.533906133 L4_chemical_B3 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 7.214879573 L4_chemical_C2 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.321014435 L4_chemical_C3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.824548844 C6_control_A1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.305638194 C6_control_A3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.825017033 C6_control_B1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.428455339 C6_control_B2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.167592594 C6_control_B3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.883954107 C6_control_C1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.148642066 C6_control_C2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.075200557 C6_control_C3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.828219291 C6_chemical_A1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.866131124 C6_chemical_A3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.971455799 C6_chemical_B1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.361235707 C6_chemical_B2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.357450036 C6_chemical_B3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.841428995 C6_chemical_C1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.444582812 C6_chemical_C2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.172583385 C6_chemical_C3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.613409024 L4_control_A1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.018419074 L4_control_A2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.160502252 L4_control_A3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.056342381 L4_control_B1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.238291274 L4_control_B2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.393561544 L4_control_B3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.868932258 L4_control_C2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.558529794 L4_control_C3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.952516239 L4_chemical_A1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.630660088 L4_chemical_A2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.72397167 L4_chemical_A3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.262959867 L4_chemical_B1 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.42668186 L4_chemical_B2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.241628901 L4_chemical_B3 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 6.024553549 L4_chemical_C2 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.942122079 L4_chemical_C3 +LQ00X092300 Putative UPF0160 protein 6.164246478 C6_control_A1 +LQ00X092300 Putative UPF0160 protein 6.510253697 C6_control_A3 +LQ00X092300 Putative UPF0160 protein 5.980496824 C6_control_B1 +LQ00X092300 Putative UPF0160 protein 6.100775935 C6_control_B2 +LQ00X092300 Putative UPF0160 protein 6.130248295 C6_control_B3 +LQ00X092300 Putative UPF0160 protein 5.844490018 C6_control_C1 +LQ00X092300 Putative UPF0160 protein 6.052907602 C6_control_C2 +LQ00X092300 Putative UPF0160 protein 5.730844372 C6_control_C3 +LQ00X092300 Putative UPF0160 protein 6.274888542 C6_chemical_A1 +LQ00X092300 Putative UPF0160 protein 6.245518064 C6_chemical_A3 +LQ00X092300 Putative UPF0160 protein 5.74132065 C6_chemical_B1 +LQ00X092300 Putative UPF0160 protein 6.099389593 C6_chemical_B2 +LQ00X092300 Putative UPF0160 protein 5.724059056 C6_chemical_B3 +LQ00X092300 Putative UPF0160 protein 5.568298138 C6_chemical_C1 +LQ00X092300 Putative UPF0160 protein 6.356346966 C6_chemical_C2 +LQ00X092300 Putative UPF0160 protein 5.736406563 C6_chemical_C3 +LQ00X092300 Putative UPF0160 protein 6.410975929 L4_control_A1 +LQ00X092300 Putative UPF0160 protein 6.175917453 L4_control_A2 +LQ00X092300 Putative UPF0160 protein 6.911126646 L4_control_A3 +LQ00X092300 Putative UPF0160 protein 5.265419654 L4_control_B1 +LQ00X092300 Putative UPF0160 protein 6.7277174 L4_control_B2 +LQ00X092300 Putative UPF0160 protein 6.141493525 L4_control_B3 +LQ00X092300 Putative UPF0160 protein 6.097850632 L4_control_C2 +LQ00X092300 Putative UPF0160 protein 5.923039646 L4_control_C3 +LQ00X092300 Putative UPF0160 protein 5.942329586 L4_chemical_A1 +LQ00X092300 Putative UPF0160 protein 6.086861445 L4_chemical_A2 +LQ00X092300 Putative UPF0160 protein 6.080085027 L4_chemical_A3 +LQ00X092300 Putative UPF0160 protein 5.766657179 L4_chemical_B1 +LQ00X092300 Putative UPF0160 protein 6.183854697 L4_chemical_B2 +LQ00X092300 Putative UPF0160 protein 5.958945474 L4_chemical_B3 +LQ00X092300 Putative UPF0160 protein 5.821340476 L4_chemical_C2 +LQ00X092300 Putative UPF0160 protein 5.431554771 L4_chemical_C3 +LQ00X092350 Putative uncharacterized protein 6.276124895 C6_control_A1 +LQ00X092350 Putative uncharacterized protein 5.906620913 C6_control_A3 +LQ00X092350 Putative uncharacterized protein 6.480157283 C6_control_B1 +LQ00X092350 Putative uncharacterized protein 6.76537384 C6_control_B2 +LQ00X092350 Putative uncharacterized protein 6.665051178 C6_control_B3 +LQ00X092350 Putative uncharacterized protein 6.484110015 C6_control_C1 +LQ00X092350 Putative uncharacterized protein 6.283147394 C6_control_C2 +LQ00X092350 Putative uncharacterized protein 7.236394918 C6_control_C3 +LQ00X092350 Putative uncharacterized protein 6.352924282 C6_chemical_A1 +LQ00X092350 Putative uncharacterized protein 6.365678898 C6_chemical_A3 +LQ00X092350 Putative uncharacterized protein 6.488750125 C6_chemical_B1 +LQ00X092350 Putative uncharacterized protein 6.835044204 C6_chemical_B2 +LQ00X092350 Putative uncharacterized protein 6.51464676 C6_chemical_B3 +LQ00X092350 Putative uncharacterized protein 6.370762566 C6_chemical_C1 +LQ00X092350 Putative uncharacterized protein 6.499907516 C6_chemical_C2 +LQ00X092350 Putative uncharacterized protein 6.69344273 C6_chemical_C3 +LQ00X092350 Putative uncharacterized protein 6.057134467 L4_control_A1 +LQ00X092350 Putative uncharacterized protein 6.343709912 L4_control_A2 +LQ00X092350 Putative uncharacterized protein 6.922058016 L4_control_A3 +LQ00X092350 Putative uncharacterized protein 6.101035471 L4_control_B1 +LQ00X092350 Putative uncharacterized protein 6.751170878 L4_control_B2 +LQ00X092350 Putative uncharacterized protein 6.390456273 L4_control_B3 +LQ00X092350 Putative uncharacterized protein 6.04728658 L4_control_C2 +LQ00X092350 Putative uncharacterized protein 6.100388596 L4_control_C3 +LQ00X092350 Putative uncharacterized protein 6.078490902 L4_chemical_A1 +LQ00X092350 Putative uncharacterized protein 6.547554575 L4_chemical_A2 +LQ00X092350 Putative uncharacterized protein 6.510859726 L4_chemical_A3 +LQ00X092350 Putative uncharacterized protein 5.905870035 L4_chemical_B1 +LQ00X092350 Putative uncharacterized protein 7.100855953 L4_chemical_B2 +LQ00X092350 Putative uncharacterized protein 6.503671446 L4_chemical_B3 +LQ00X092350 Putative uncharacterized protein 6.510022847 L4_chemical_C2 +LQ00X092350 Putative uncharacterized protein 6.673235372 L4_chemical_C3 +LQ00X092360 Putative uncharacterized protein 13.87858516 C6_control_A1 +LQ00X092360 Putative uncharacterized protein 14.15090864 C6_control_A3 +LQ00X092360 Putative uncharacterized protein 14.49091991 C6_control_B1 +LQ00X092360 Putative uncharacterized protein 14.2239482 C6_control_B2 +LQ00X092360 Putative uncharacterized protein 14.5714534 C6_control_B3 +LQ00X092360 Putative uncharacterized protein 13.71724516 C6_control_C1 +LQ00X092360 Putative uncharacterized protein 14.37101992 C6_control_C2 +LQ00X092360 Putative uncharacterized protein 13.90313291 C6_control_C3 +LQ00X092360 Putative uncharacterized protein 14.19480215 C6_chemical_A1 +LQ00X092360 Putative uncharacterized protein 14.76924819 C6_chemical_A3 +LQ00X092360 Putative uncharacterized protein 14.77068812 C6_chemical_B1 +LQ00X092360 Putative uncharacterized protein 14.17469981 C6_chemical_B2 +LQ00X092360 Putative uncharacterized protein 14.83181389 C6_chemical_B3 +LQ00X092360 Putative uncharacterized protein 13.83927953 C6_chemical_C1 +LQ00X092360 Putative uncharacterized protein 14.09635221 C6_chemical_C2 +LQ00X092360 Putative uncharacterized protein 14.03242362 C6_chemical_C3 +LQ00X092360 Putative uncharacterized protein 14.2041481 L4_control_A1 +LQ00X092360 Putative uncharacterized protein 14.06411445 L4_control_A2 +LQ00X092360 Putative uncharacterized protein 14.23367947 L4_control_A3 +LQ00X092360 Putative uncharacterized protein 14.7535021 L4_control_B1 +LQ00X092360 Putative uncharacterized protein 14.80829159 L4_control_B2 +LQ00X092360 Putative uncharacterized protein 14.37847578 L4_control_B3 +LQ00X092360 Putative uncharacterized protein 13.79560808 L4_control_C2 +LQ00X092360 Putative uncharacterized protein 14.43595259 L4_control_C3 +LQ00X092360 Putative uncharacterized protein 13.72379233 L4_chemical_A1 +LQ00X092360 Putative uncharacterized protein 14.03885603 L4_chemical_A2 +LQ00X092360 Putative uncharacterized protein 14.01450266 L4_chemical_A3 +LQ00X092360 Putative uncharacterized protein 14.51061527 L4_chemical_B1 +LQ00X092360 Putative uncharacterized protein 14.41467196 L4_chemical_B2 +LQ00X092360 Putative uncharacterized protein 14.75667857 L4_chemical_B3 +LQ00X092360 Putative uncharacterized protein 14.06574992 L4_chemical_C2 +LQ00X092360 Putative uncharacterized protein 14.35640394 L4_chemical_C3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.597352648 C6_control_A1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.380679183 C6_control_A3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 4.907979447 C6_control_B1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.58998232 C6_control_B2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.179959358 C6_control_B3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 4.981705339 C6_control_C1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.543857459 C6_control_C2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.274600941 C6_control_C3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 4.9250146 C6_chemical_A1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.497165498 C6_chemical_A3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.093610672 C6_chemical_B1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.079877272 C6_chemical_B2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.203018977 C6_chemical_B3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.667265 C6_chemical_C1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.305385569 C6_chemical_C2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.704073708 C6_chemical_C3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.123489863 L4_control_A1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.557759946 L4_control_A2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.494129517 L4_control_A3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.316338931 L4_control_B1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 6.314946923 L4_control_B2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.069145268 L4_control_B3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 4.770130694 L4_control_C2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.422787255 L4_control_C3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.357127691 L4_chemical_A1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 4.759269548 L4_chemical_A2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.418278981 L4_chemical_A3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 4.404984778 L4_chemical_B1 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.74652669 L4_chemical_B2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.138999288 L4_chemical_B3 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 6.043384468 L4_chemical_C2 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 5.579158849 L4_chemical_C3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.78065086 C6_control_A1 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.73164657 C6_control_A3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.46423877 C6_control_B1 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.60509546 C6_control_B2 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.85280253 C6_control_B3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.25753285 C6_control_C1 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.21823393 C6_control_C2 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.56664641 C6_control_C3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.54842423 C6_chemical_A1 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.63555653 C6_chemical_A3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.31793237 C6_chemical_B1 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.45162763 C6_chemical_B2 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.85902291 C6_chemical_B3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.04499285 C6_chemical_C1 +LQ00X092380 ADP-ribosylation factor-like protein 5 12.93305175 C6_chemical_C2 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.50008876 C6_chemical_C3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.84559675 L4_control_A1 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.77370772 L4_control_A2 +LQ00X092380 ADP-ribosylation factor-like protein 5 14.06233461 L4_control_A3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.62640087 L4_control_B1 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.39581731 L4_control_B2 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.84652727 L4_control_B3 +LQ00X092380 ADP-ribosylation factor-like protein 5 12.96299061 L4_control_C2 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.66007374 L4_control_C3 +LQ00X092380 ADP-ribosylation factor-like protein 5 14.11789942 L4_chemical_A1 +LQ00X092380 ADP-ribosylation factor-like protein 5 14.01317712 L4_chemical_A2 +LQ00X092380 ADP-ribosylation factor-like protein 5 14.28444013 L4_chemical_A3 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.65207144 L4_chemical_B1 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.25931374 L4_chemical_B2 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.97325912 L4_chemical_B3 +LQ00X092380 ADP-ribosylation factor-like protein 5 12.96735172 L4_chemical_C2 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.41554038 L4_chemical_C3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.784145542 C6_control_A1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.854932914 C6_control_A3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.581932565 C6_control_B1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.8823208 C6_control_B2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 6.047240545 C6_control_B3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.726912422 C6_control_C1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 7.128575084 C6_control_C2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 6.191714849 C6_control_C3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.533690033 C6_chemical_A1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.681101108 C6_chemical_A3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.765719223 C6_chemical_B1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.995990518 C6_chemical_B2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.169463323 C6_chemical_B3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 6.065901742 C6_chemical_C1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.604287787 C6_chemical_C2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 6.03798255 C6_chemical_C3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.725694203 L4_control_A1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.908583105 L4_control_A2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.817870405 L4_control_A3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.451557765 L4_control_B1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.814655156 L4_control_B2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.776573964 L4_control_B3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.203028813 L4_control_C2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.358189563 L4_control_C3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.312264899 L4_chemical_A1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.718697469 L4_chemical_A2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.654496062 L4_chemical_A3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.55987204 L4_chemical_B1 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.842641947 L4_chemical_B2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.792703055 L4_chemical_B3 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.346020137 L4_chemical_C2 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.675853815 L4_chemical_C3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.59129067 C6_control_A1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.11958298 C6_control_A3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.22488894 C6_control_B1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.434787398 C6_control_B2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.674426978 C6_control_B3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.34129941 C6_control_C1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.97927806 C6_control_C2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.26688837 C6_control_C3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.44686121 C6_chemical_A1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.06826222 C6_chemical_A3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.784387162 C6_chemical_B1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.169836717 C6_chemical_B2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.54621357 C6_chemical_B3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.31404085 C6_chemical_C1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.02486749 C6_chemical_C2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.2458824 C6_chemical_C3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.6017862 L4_control_A1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.59356132 L4_control_A2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.69090876 L4_control_A3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.786516015 L4_control_B1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.51987228 L4_control_B2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.2966909 L4_control_B3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.09755174 L4_control_C2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.9841942 L4_control_C3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.23620688 L4_chemical_A1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.33209121 L4_chemical_A2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.39977861 L4_chemical_A3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.53947277 L4_chemical_B1 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.956206134 L4_chemical_B2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.876068741 L4_chemical_B3 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.07136025 L4_chemical_C2 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.51779422 L4_chemical_C3 +LQ00X092510 Putative Sulfotransferase 17 6.538079592 C6_control_A1 +LQ00X092510 Putative Sulfotransferase 17 6.065533234 C6_control_A3 +LQ00X092510 Putative Sulfotransferase 17 6.823247012 C6_control_B1 +LQ00X092510 Putative Sulfotransferase 17 6.505367952 C6_control_B2 +LQ00X092510 Putative Sulfotransferase 17 6.869503271 C6_control_B3 +LQ00X092510 Putative Sulfotransferase 17 6.009073875 C6_control_C1 +LQ00X092510 Putative Sulfotransferase 17 6.147801911 C6_control_C2 +LQ00X092510 Putative Sulfotransferase 17 5.613736647 C6_control_C3 +LQ00X092510 Putative Sulfotransferase 17 6.008105828 C6_chemical_A1 +LQ00X092510 Putative Sulfotransferase 17 6.159279337 C6_chemical_A3 +LQ00X092510 Putative Sulfotransferase 17 5.911404844 C6_chemical_B1 +LQ00X092510 Putative Sulfotransferase 17 6.341453314 C6_chemical_B2 +LQ00X092510 Putative Sulfotransferase 17 6.704007396 C6_chemical_B3 +LQ00X092510 Putative Sulfotransferase 17 6.332363567 C6_chemical_C1 +LQ00X092510 Putative Sulfotransferase 17 5.844718802 C6_chemical_C2 +LQ00X092510 Putative Sulfotransferase 17 5.844566916 C6_chemical_C3 +LQ00X092510 Putative Sulfotransferase 17 6.604777819 L4_control_A1 +LQ00X092510 Putative Sulfotransferase 17 6.313835865 L4_control_A2 +LQ00X092510 Putative Sulfotransferase 17 5.610445807 L4_control_A3 +LQ00X092510 Putative Sulfotransferase 17 6.981204072 L4_control_B1 +LQ00X092510 Putative Sulfotransferase 17 6.283703526 L4_control_B2 +LQ00X092510 Putative Sulfotransferase 17 6.78223304 L4_control_B3 +LQ00X092510 Putative Sulfotransferase 17 6.36510257 L4_control_C2 +LQ00X092510 Putative Sulfotransferase 17 6.169666686 L4_control_C3 +LQ00X092510 Putative Sulfotransferase 17 6.757945882 L4_chemical_A1 +LQ00X092510 Putative Sulfotransferase 17 6.134669174 L4_chemical_A2 +LQ00X092510 Putative Sulfotransferase 17 5.38036892 L4_chemical_A3 +LQ00X092510 Putative Sulfotransferase 17 6.474861829 L4_chemical_B1 +LQ00X092510 Putative Sulfotransferase 17 5.273333263 L4_chemical_B2 +LQ00X092510 Putative Sulfotransferase 17 6.462292861 L4_chemical_B3 +LQ00X092510 Putative Sulfotransferase 17 6.475935412 L4_chemical_C2 +LQ00X092510 Putative Sulfotransferase 17 6.130331596 L4_chemical_C3 +LQ00X092540 Hypothetical protein 5.626272482 C6_control_A1 +LQ00X092540 Hypothetical protein 6.090968117 C6_control_A3 +LQ00X092540 Hypothetical protein 5.133313344 C6_control_B1 +LQ00X092540 Hypothetical protein 5.410649229 C6_control_B2 +LQ00X092540 Hypothetical protein 5.779751519 C6_control_B3 +LQ00X092540 Hypothetical protein 4.866367151 C6_control_C1 +LQ00X092540 Hypothetical protein 5.492938921 C6_control_C2 +LQ00X092540 Hypothetical protein 5.529696361 C6_control_C3 +LQ00X092540 Hypothetical protein 5.432315445 C6_chemical_A1 +LQ00X092540 Hypothetical protein 5.98757654 C6_chemical_A3 +LQ00X092540 Hypothetical protein 4.983033495 C6_chemical_B1 +LQ00X092540 Hypothetical protein 5.650533908 C6_chemical_B2 +LQ00X092540 Hypothetical protein 5.504277169 C6_chemical_B3 +LQ00X092540 Hypothetical protein 5.279346995 C6_chemical_C1 +LQ00X092540 Hypothetical protein 5.784064771 C6_chemical_C2 +LQ00X092540 Hypothetical protein 5.454840828 C6_chemical_C3 +LQ00X092540 Hypothetical protein 5.56730388 L4_control_A1 +LQ00X092540 Hypothetical protein 6.179631864 L4_control_A2 +LQ00X092540 Hypothetical protein 6.353047105 L4_control_A3 +LQ00X092540 Hypothetical protein 6.347300498 L4_control_B1 +LQ00X092540 Hypothetical protein 5.357829102 L4_control_B2 +LQ00X092540 Hypothetical protein 6.225735598 L4_control_B3 +LQ00X092540 Hypothetical protein 5.550228553 L4_control_C2 +LQ00X092540 Hypothetical protein 5.244589601 L4_control_C3 +LQ00X092540 Hypothetical protein 5.256293058 L4_chemical_A1 +LQ00X092540 Hypothetical protein 5.746985954 L4_chemical_A2 +LQ00X092540 Hypothetical protein 5.988843283 L4_chemical_A3 +LQ00X092540 Hypothetical protein 5.924055276 L4_chemical_B1 +LQ00X092540 Hypothetical protein 6.12488418 L4_chemical_B2 +LQ00X092540 Hypothetical protein 5.562199465 L4_chemical_B3 +LQ00X092540 Hypothetical protein 5.168072378 L4_chemical_C2 +LQ00X092540 Hypothetical protein 5.504634826 L4_chemical_C3 +LQ00X092550 Protein PINHEAD 8.100038239 C6_control_A1 +LQ00X092550 Protein PINHEAD 8.25125061 C6_control_A3 +LQ00X092550 Protein PINHEAD 7.074403106 C6_control_B1 +LQ00X092550 Protein PINHEAD 6.874745879 C6_control_B2 +LQ00X092550 Protein PINHEAD 6.712928169 C6_control_B3 +LQ00X092550 Protein PINHEAD 8.031617671 C6_control_C1 +LQ00X092550 Protein PINHEAD 6.25846043 C6_control_C2 +LQ00X092550 Protein PINHEAD 7.143829307 C6_control_C3 +LQ00X092550 Protein PINHEAD 8.268773758 C6_chemical_A1 +LQ00X092550 Protein PINHEAD 9.026964373 C6_chemical_A3 +LQ00X092550 Protein PINHEAD 6.705499594 C6_chemical_B1 +LQ00X092550 Protein PINHEAD 7.302732706 C6_chemical_B2 +LQ00X092550 Protein PINHEAD 7.361717055 C6_chemical_B3 +LQ00X092550 Protein PINHEAD 8.040776884 C6_chemical_C1 +LQ00X092550 Protein PINHEAD 7.405243331 C6_chemical_C2 +LQ00X092550 Protein PINHEAD 7.54361374 C6_chemical_C3 +LQ00X092550 Protein PINHEAD 9.434487937 L4_control_A1 +LQ00X092550 Protein PINHEAD 9.051378712 L4_control_A2 +LQ00X092550 Protein PINHEAD 9.636814604 L4_control_A3 +LQ00X092550 Protein PINHEAD 7.488020248 L4_control_B1 +LQ00X092550 Protein PINHEAD 7.819437245 L4_control_B2 +LQ00X092550 Protein PINHEAD 8.157200235 L4_control_B3 +LQ00X092550 Protein PINHEAD 7.163005783 L4_control_C2 +LQ00X092550 Protein PINHEAD 7.610785397 L4_control_C3 +LQ00X092550 Protein PINHEAD 10.1080034 L4_chemical_A1 +LQ00X092550 Protein PINHEAD 9.26899588 L4_chemical_A2 +LQ00X092550 Protein PINHEAD 9.26440292 L4_chemical_A3 +LQ00X092550 Protein PINHEAD 8.285359245 L4_chemical_B1 +LQ00X092550 Protein PINHEAD 7.526462946 L4_chemical_B2 +LQ00X092550 Protein PINHEAD 8.114287885 L4_chemical_B3 +LQ00X092550 Protein PINHEAD 6.711664164 L4_chemical_C2 +LQ00X092550 Protein PINHEAD 8.175803402 L4_chemical_C3 +LQ00X093730 Putative uncharacterized protein 4.952185324 C6_control_A1 +LQ00X093730 Putative uncharacterized protein 4.766543891 C6_control_A3 +LQ00X093730 Putative uncharacterized protein 5.122277507 C6_control_B1 +LQ00X093730 Putative uncharacterized protein 4.935087703 C6_control_B2 +LQ00X093730 Putative uncharacterized protein 5.080352227 C6_control_B3 +LQ00X093730 Putative uncharacterized protein 5.230511642 C6_control_C1 +LQ00X093730 Putative uncharacterized protein 5.252477886 C6_control_C2 +LQ00X093730 Putative uncharacterized protein 5.30477428 C6_control_C3 +LQ00X093730 Putative uncharacterized protein 4.985176543 C6_chemical_A1 +LQ00X093730 Putative uncharacterized protein 5.07565855 C6_chemical_A3 +LQ00X093730 Putative uncharacterized protein 4.770667711 C6_chemical_B1 +LQ00X093730 Putative uncharacterized protein 5.01671942 C6_chemical_B2 +LQ00X093730 Putative uncharacterized protein 5.292032361 C6_chemical_B3 +LQ00X093730 Putative uncharacterized protein 5.229532112 C6_chemical_C1 +LQ00X093730 Putative uncharacterized protein 5.170338801 C6_chemical_C2 +LQ00X093730 Putative uncharacterized protein 5.533025144 C6_chemical_C3 +LQ00X093730 Putative uncharacterized protein 5.48945956 L4_control_A1 +LQ00X093730 Putative uncharacterized protein 4.911224587 L4_control_A2 +LQ00X093730 Putative uncharacterized protein 4.920989048 L4_control_A3 +LQ00X093730 Putative uncharacterized protein 4.860249626 L4_control_B1 +LQ00X093730 Putative uncharacterized protein 4.839597411 L4_control_B2 +LQ00X093730 Putative uncharacterized protein 5.174879869 L4_control_B3 +LQ00X093730 Putative uncharacterized protein 5.384788329 L4_control_C2 +LQ00X093730 Putative uncharacterized protein 5.264476954 L4_control_C3 +LQ00X093730 Putative uncharacterized protein 5.000387748 L4_chemical_A1 +LQ00X093730 Putative uncharacterized protein 5.006083456 L4_chemical_A2 +LQ00X093730 Putative uncharacterized protein 5.236979433 L4_chemical_A3 +LQ00X093730 Putative uncharacterized protein 5.199574288 L4_chemical_B1 +LQ00X093730 Putative uncharacterized protein 5.155090846 L4_chemical_B2 +LQ00X093730 Putative uncharacterized protein 5.210763758 L4_chemical_B3 +LQ00X093730 Putative uncharacterized protein 5.413324567 L4_chemical_C2 +LQ00X093730 Putative uncharacterized protein 5.431901352 L4_chemical_C3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.2899782 C6_control_A1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.3404922 C6_control_A3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.33804088 C6_control_B1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.62686406 C6_control_B2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.23567264 C6_control_B3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.78329901 C6_control_C1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.71956698 C6_control_C2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.88772898 C6_control_C3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.22513825 C6_chemical_A1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.72691529 C6_chemical_A3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.15314886 C6_chemical_B1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.62286699 C6_chemical_B2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.41104368 C6_chemical_B3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.86087231 C6_chemical_C1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.87801412 C6_chemical_C2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.51102011 C6_chemical_C3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.52063424 L4_control_A1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 13.99779822 L4_control_A2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.33070264 L4_control_A3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.12683091 L4_control_B1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 13.41737118 L4_control_B2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.74694826 L4_control_B3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.310955 L4_control_C2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.22986549 L4_control_C3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.88057783 L4_chemical_A1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.44057854 L4_chemical_A2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.43593914 L4_chemical_A3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 13.9966555 L4_chemical_B1 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 13.95924372 L4_chemical_B2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.43642147 L4_chemical_B3 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.20135742 L4_chemical_C2 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.28625225 L4_chemical_C3 +LQ01X000060 Kinesin-like calmodulin binding protein 5.766569528 C6_control_A1 +LQ01X000060 Kinesin-like calmodulin binding protein 5.554906745 C6_control_A3 +LQ01X000060 Kinesin-like calmodulin binding protein 5.717699762 C6_control_B1 +LQ01X000060 Kinesin-like calmodulin binding protein 5.486008576 C6_control_B2 +LQ01X000060 Kinesin-like calmodulin binding protein 6.105681687 C6_control_B3 +LQ01X000060 Kinesin-like calmodulin binding protein 5.038142425 C6_control_C1 +LQ01X000060 Kinesin-like calmodulin binding protein 4.8604719 C6_control_C2 +LQ01X000060 Kinesin-like calmodulin binding protein 5.007647825 C6_control_C3 +LQ01X000060 Kinesin-like calmodulin binding protein 5.314981445 C6_chemical_A1 +LQ01X000060 Kinesin-like calmodulin binding protein 5.955898035 C6_chemical_A3 +LQ01X000060 Kinesin-like calmodulin binding protein 5.801222424 C6_chemical_B1 +LQ01X000060 Kinesin-like calmodulin binding protein 5.305497545 C6_chemical_B2 +LQ01X000060 Kinesin-like calmodulin binding protein 5.635711041 C6_chemical_B3 +LQ01X000060 Kinesin-like calmodulin binding protein 5.140367472 C6_chemical_C1 +LQ01X000060 Kinesin-like calmodulin binding protein 5.260131463 C6_chemical_C2 +LQ01X000060 Kinesin-like calmodulin binding protein 5.163551421 C6_chemical_C3 +LQ01X000060 Kinesin-like calmodulin binding protein 6.292753084 L4_control_A1 +LQ01X000060 Kinesin-like calmodulin binding protein 7.138205893 L4_control_A2 +LQ01X000060 Kinesin-like calmodulin binding protein 6.034772434 L4_control_A3 +LQ01X000060 Kinesin-like calmodulin binding protein 7.448763676 L4_control_B1 +LQ01X000060 Kinesin-like calmodulin binding protein 5.789781662 L4_control_B2 +LQ01X000060 Kinesin-like calmodulin binding protein 5.987221504 L4_control_B3 +LQ01X000060 Kinesin-like calmodulin binding protein 5.217463037 L4_control_C2 +LQ01X000060 Kinesin-like calmodulin binding protein 5.728723485 L4_control_C3 +LQ01X000060 Kinesin-like calmodulin binding protein 6.292016484 L4_chemical_A1 +LQ01X000060 Kinesin-like calmodulin binding protein 6.634243677 L4_chemical_A2 +LQ01X000060 Kinesin-like calmodulin binding protein 7.16214791 L4_chemical_A3 +LQ01X000060 Kinesin-like calmodulin binding protein 6.808883601 L4_chemical_B1 +LQ01X000060 Kinesin-like calmodulin binding protein 6.11664585 L4_chemical_B2 +LQ01X000060 Kinesin-like calmodulin binding protein 6.249479676 L4_chemical_B3 +LQ01X000060 Kinesin-like calmodulin binding protein 5.206270047 L4_chemical_C2 +LQ01X000060 Kinesin-like calmodulin binding protein 6.137235066 L4_chemical_C3 +LQ01X000070 Hypothetical protein 5.35203671 C6_control_A1 +LQ01X000070 Hypothetical protein 5.585398391 C6_control_A3 +LQ01X000070 Hypothetical protein 5.927895416 C6_control_B1 +LQ01X000070 Hypothetical protein 5.452144302 C6_control_B2 +LQ01X000070 Hypothetical protein 5.191639707 C6_control_B3 +LQ01X000070 Hypothetical protein 5.511329609 C6_control_C1 +LQ01X000070 Hypothetical protein 5.084980381 C6_control_C2 +LQ01X000070 Hypothetical protein 4.928890065 C6_control_C3 +LQ01X000070 Hypothetical protein 5.547242922 C6_chemical_A1 +LQ01X000070 Hypothetical protein 5.537111422 C6_chemical_A3 +LQ01X000070 Hypothetical protein 5.729826891 C6_chemical_B1 +LQ01X000070 Hypothetical protein 5.414804864 C6_chemical_B2 +LQ01X000070 Hypothetical protein 6.4464464 C6_chemical_B3 +LQ01X000070 Hypothetical protein 5.232850034 C6_chemical_C1 +LQ01X000070 Hypothetical protein 5.191010089 C6_chemical_C2 +LQ01X000070 Hypothetical protein 5.206418084 C6_chemical_C3 +LQ01X000070 Hypothetical protein 5.829188136 L4_control_A1 +LQ01X000070 Hypothetical protein 5.690041481 L4_control_A2 +LQ01X000070 Hypothetical protein 5.370486075 L4_control_A3 +LQ01X000070 Hypothetical protein 6.254522653 L4_control_B1 +LQ01X000070 Hypothetical protein 5.356043539 L4_control_B2 +LQ01X000070 Hypothetical protein 5.551510449 L4_control_B3 +LQ01X000070 Hypothetical protein 5.621506039 L4_control_C2 +LQ01X000070 Hypothetical protein 6.153732358 L4_control_C3 +LQ01X000070 Hypothetical protein 5.837584404 L4_chemical_A1 +LQ01X000070 Hypothetical protein 5.861562121 L4_chemical_A2 +LQ01X000070 Hypothetical protein 5.84819643 L4_chemical_A3 +LQ01X000070 Hypothetical protein 5.396528639 L4_chemical_B1 +LQ01X000070 Hypothetical protein 5.412341868 L4_chemical_B2 +LQ01X000070 Hypothetical protein 5.502207341 L4_chemical_B3 +LQ01X000070 Hypothetical protein 5.746310379 L4_chemical_C2 +LQ01X000070 Hypothetical protein 6.389819938 L4_chemical_C3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.50119936 C6_control_A1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.8585629 C6_control_A3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.41670725 C6_control_B1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.08521602 C6_control_B2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.38952096 C6_control_B3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.56125845 C6_control_C1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.35750929 C6_control_C2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.53205025 C6_control_C3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.00320935 C6_chemical_A1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.31861177 C6_chemical_A3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.13138555 C6_chemical_B1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 11.95651846 C6_chemical_B2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.21914212 C6_chemical_B3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.37816645 C6_chemical_C1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.20960398 C6_chemical_C2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.52958503 C6_chemical_C3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.39425818 L4_control_A1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.11890429 L4_control_A2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.36002905 L4_control_A3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 11.88036567 L4_control_B1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 11.8773062 L4_control_B2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 11.97651641 L4_control_B3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.17906233 L4_control_C2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 11.36528366 L4_control_C3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.48300243 L4_chemical_A1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.09682186 L4_chemical_A2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.4587619 L4_chemical_A3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.00173696 L4_chemical_B1 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.18971482 L4_chemical_B2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 11.92842982 L4_chemical_B3 +LQ01X000080 Putative AP-3 complex subunit sigma-2 11.95418159 L4_chemical_C2 +LQ01X000080 Putative AP-3 complex subunit sigma-2 11.47454532 L4_chemical_C3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.589015469 C6_control_A1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.126592106 C6_control_A3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.980919301 C6_control_B1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.659631685 C6_control_B2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.828429697 C6_control_B3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.645019767 C6_control_C1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 6.224771139 C6_control_C2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.527616955 C6_control_C3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.58167062 C6_chemical_A1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.803463239 C6_chemical_A3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.887331681 C6_chemical_B1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.625386068 C6_chemical_B2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.538798367 C6_chemical_B3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.867271872 C6_chemical_C1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.670755052 C6_chemical_C2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.703423497 C6_chemical_C3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.413415498 L4_control_A1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.708937476 L4_control_A2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.501309074 L4_control_A3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.422584041 L4_control_B1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.389182925 L4_control_B2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.542788417 L4_control_B3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.252728123 L4_control_C2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.471823111 L4_control_C3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.642323483 L4_chemical_A1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.81951746 L4_chemical_A2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.344785601 L4_chemical_A3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.35305966 L4_chemical_B1 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.35208989 L4_chemical_B2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.436045109 L4_chemical_B3 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.465518608 L4_chemical_C2 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.930036195 L4_chemical_C3 +LQ01X000150 Auxin:hydrogen symporter, putative 10.21188191 C6_control_A1 +LQ01X000150 Auxin:hydrogen symporter, putative 9.539430826 C6_control_A3 +LQ01X000150 Auxin:hydrogen symporter, putative 10.35437989 C6_control_B1 +LQ01X000150 Auxin:hydrogen symporter, putative 9.625831309 C6_control_B2 +LQ01X000150 Auxin:hydrogen symporter, putative 10.34359668 C6_control_B3 +LQ01X000150 Auxin:hydrogen symporter, putative 8.395972399 C6_control_C1 +LQ01X000150 Auxin:hydrogen symporter, putative 8.317124988 C6_control_C2 +LQ01X000150 Auxin:hydrogen symporter, putative 8.443865896 C6_control_C3 +LQ01X000150 Auxin:hydrogen symporter, putative 10.43987829 C6_chemical_A1 +LQ01X000150 Auxin:hydrogen symporter, putative 10.0774977 C6_chemical_A3 +LQ01X000150 Auxin:hydrogen symporter, putative 10.29125247 C6_chemical_B1 +LQ01X000150 Auxin:hydrogen symporter, putative 9.49411197 C6_chemical_B2 +LQ01X000150 Auxin:hydrogen symporter, putative 9.413594969 C6_chemical_B3 +LQ01X000150 Auxin:hydrogen symporter, putative 8.191780008 C6_chemical_C1 +LQ01X000150 Auxin:hydrogen symporter, putative 7.773776922 C6_chemical_C2 +LQ01X000150 Auxin:hydrogen symporter, putative 7.607689047 C6_chemical_C3 +LQ01X000150 Auxin:hydrogen symporter, putative 10.4305052 L4_control_A1 +LQ01X000150 Auxin:hydrogen symporter, putative 9.451010361 L4_control_A2 +LQ01X000150 Auxin:hydrogen symporter, putative 10.01702331 L4_control_A3 +LQ01X000150 Auxin:hydrogen symporter, putative 10.12100907 L4_control_B1 +LQ01X000150 Auxin:hydrogen symporter, putative 10.86119571 L4_control_B2 +LQ01X000150 Auxin:hydrogen symporter, putative 10.18736461 L4_control_B3 +LQ01X000150 Auxin:hydrogen symporter, putative 8.824652101 L4_control_C2 +LQ01X000150 Auxin:hydrogen symporter, putative 8.984715209 L4_control_C3 +LQ01X000150 Auxin:hydrogen symporter, putative 10.08497553 L4_chemical_A1 +LQ01X000150 Auxin:hydrogen symporter, putative 9.46595355 L4_chemical_A2 +LQ01X000150 Auxin:hydrogen symporter, putative 10.18282141 L4_chemical_A3 +LQ01X000150 Auxin:hydrogen symporter, putative 9.997103214 L4_chemical_B1 +LQ01X000150 Auxin:hydrogen symporter, putative 9.878638401 L4_chemical_B2 +LQ01X000150 Auxin:hydrogen symporter, putative 9.785128854 L4_chemical_B3 +LQ01X000150 Auxin:hydrogen symporter, putative 8.519049763 L4_chemical_C2 +LQ01X000150 Auxin:hydrogen symporter, putative 9.316700924 L4_chemical_C3 +LQ01X000160 Transcription factor, putative 12.70614151 C6_control_A1 +LQ01X000160 Transcription factor, putative 12.97295518 C6_control_A3 +LQ01X000160 Transcription factor, putative 12.64126088 C6_control_B1 +LQ01X000160 Transcription factor, putative 11.78230505 C6_control_B2 +LQ01X000160 Transcription factor, putative 12.4431312 C6_control_B3 +LQ01X000160 Transcription factor, putative 12.12271733 C6_control_C1 +LQ01X000160 Transcription factor, putative 11.84257376 C6_control_C2 +LQ01X000160 Transcription factor, putative 12.00101965 C6_control_C3 +LQ01X000160 Transcription factor, putative 12.59591486 C6_chemical_A1 +LQ01X000160 Transcription factor, putative 13.0774852 C6_chemical_A3 +LQ01X000160 Transcription factor, putative 12.48120655 C6_chemical_B1 +LQ01X000160 Transcription factor, putative 11.78860755 C6_chemical_B2 +LQ01X000160 Transcription factor, putative 12.30664456 C6_chemical_B3 +LQ01X000160 Transcription factor, putative 11.89861175 C6_chemical_C1 +LQ01X000160 Transcription factor, putative 11.77100132 C6_chemical_C2 +LQ01X000160 Transcription factor, putative 11.77084404 C6_chemical_C3 +LQ01X000160 Transcription factor, putative 13.16628729 L4_control_A1 +LQ01X000160 Transcription factor, putative 12.78708887 L4_control_A2 +LQ01X000160 Transcription factor, putative 13.36710591 L4_control_A3 +LQ01X000160 Transcription factor, putative 12.4876949 L4_control_B1 +LQ01X000160 Transcription factor, putative 12.77121794 L4_control_B2 +LQ01X000160 Transcription factor, putative 12.2505981 L4_control_B3 +LQ01X000160 Transcription factor, putative 12.86233939 L4_control_C2 +LQ01X000160 Transcription factor, putative 13.05778645 L4_control_C3 +LQ01X000160 Transcription factor, putative 12.92676874 L4_chemical_A1 +LQ01X000160 Transcription factor, putative 12.84004925 L4_chemical_A2 +LQ01X000160 Transcription factor, putative 13.27408779 L4_chemical_A3 +LQ01X000160 Transcription factor, putative 12.77166637 L4_chemical_B1 +LQ01X000160 Transcription factor, putative 12.5407177 L4_chemical_B2 +LQ01X000160 Transcription factor, putative 12.47591293 L4_chemical_B3 +LQ01X000160 Transcription factor, putative 12.82038357 L4_chemical_C2 +LQ01X000160 Transcription factor, putative 12.68501345 L4_chemical_C3 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.67609445 C6_control_A1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.7078133 C6_control_A3 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.67667483 C6_control_B1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.52009309 C6_control_B2 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.9639116 C6_control_B3 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.8920076 C6_control_C1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.16825218 C6_control_C2 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.88764319 C6_control_C3 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.19559676 C6_chemical_A1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.92912648 C6_chemical_A3 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.42690423 C6_chemical_B1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.17146265 C6_chemical_B2 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.803554 C6_chemical_B3 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.77776934 C6_chemical_C1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.61363991 C6_chemical_C2 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.9854983 C6_chemical_C3 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.84409077 L4_control_A1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.40906573 L4_control_A2 +LQ01X000170 Serine/threonine-protein phosphatase 7 11.2089748 L4_control_A3 +LQ01X000170 Serine/threonine-protein phosphatase 7 11.07556608 L4_control_B1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.92912466 L4_control_B2 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.98550987 L4_control_B3 +LQ01X000170 Serine/threonine-protein phosphatase 7 11.5488724 L4_control_C2 +LQ01X000170 Serine/threonine-protein phosphatase 7 11.24348743 L4_control_C3 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.60180721 L4_chemical_A1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.15941828 L4_chemical_A2 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.95472004 L4_chemical_A3 +LQ01X000170 Serine/threonine-protein phosphatase 7 11.16358616 L4_chemical_B1 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.730205 L4_chemical_B2 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.83139323 L4_chemical_B3 +LQ01X000170 Serine/threonine-protein phosphatase 7 11.26473431 L4_chemical_C2 +LQ01X000170 Serine/threonine-protein phosphatase 7 11.15606302 L4_chemical_C3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 7.728423106 C6_control_A1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 8.521968906 C6_control_A3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.326194373 C6_control_B1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.788080138 C6_control_B2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 7.193020074 C6_control_B3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.906936129 C6_control_C1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.490420555 C6_control_C2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.525471722 C6_control_C3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 8.290900777 C6_chemical_A1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 8.53963635 C6_chemical_A3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.615042687 C6_chemical_B1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.520235543 C6_chemical_B2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.919406126 C6_chemical_B3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.623428385 C6_chemical_C1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.452872934 C6_chemical_C2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.666005942 C6_chemical_C3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 7.943974638 L4_control_A1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 8.213842551 L4_control_A2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 8.868159466 L4_control_A3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.477235034 L4_control_B1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 7.013387998 L4_control_B2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.753599681 L4_control_B3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.145351312 L4_control_C2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.928100071 L4_control_C3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 7.606354173 L4_chemical_A1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 7.735491909 L4_chemical_A2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 8.520561773 L4_chemical_A3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 6.892313488 L4_chemical_B1 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 7.320930652 L4_chemical_B2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 7.094975173 L4_chemical_B3 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.970168476 L4_chemical_C2 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 5.872367013 L4_chemical_C3 +LQ01X000230 Transcription initiation factor ia, putative 11.69401803 C6_control_A1 +LQ01X000230 Transcription initiation factor ia, putative 11.41652516 C6_control_A3 +LQ01X000230 Transcription initiation factor ia, putative 11.5043385 C6_control_B1 +LQ01X000230 Transcription initiation factor ia, putative 12.09560469 C6_control_B2 +LQ01X000230 Transcription initiation factor ia, putative 11.52724264 C6_control_B3 +LQ01X000230 Transcription initiation factor ia, putative 12.45724138 C6_control_C1 +LQ01X000230 Transcription initiation factor ia, putative 12.55892337 C6_control_C2 +LQ01X000230 Transcription initiation factor ia, putative 12.10854604 C6_control_C3 +LQ01X000230 Transcription initiation factor ia, putative 11.77066424 C6_chemical_A1 +LQ01X000230 Transcription initiation factor ia, putative 11.44581465 C6_chemical_A3 +LQ01X000230 Transcription initiation factor ia, putative 11.54400041 C6_chemical_B1 +LQ01X000230 Transcription initiation factor ia, putative 12.03210186 C6_chemical_B2 +LQ01X000230 Transcription initiation factor ia, putative 11.60715889 C6_chemical_B3 +LQ01X000230 Transcription initiation factor ia, putative 12.60991501 C6_chemical_C1 +LQ01X000230 Transcription initiation factor ia, putative 12.54446222 C6_chemical_C2 +LQ01X000230 Transcription initiation factor ia, putative 12.62052243 C6_chemical_C3 +LQ01X000230 Transcription initiation factor ia, putative 11.85751397 L4_control_A1 +LQ01X000230 Transcription initiation factor ia, putative 11.40261737 L4_control_A2 +LQ01X000230 Transcription initiation factor ia, putative 11.56519513 L4_control_A3 +LQ01X000230 Transcription initiation factor ia, putative 11.38489248 L4_control_B1 +LQ01X000230 Transcription initiation factor ia, putative 11.8655607 L4_control_B2 +LQ01X000230 Transcription initiation factor ia, putative 11.92824774 L4_control_B3 +LQ01X000230 Transcription initiation factor ia, putative 11.95868886 L4_control_C2 +LQ01X000230 Transcription initiation factor ia, putative 11.70888073 L4_control_C3 +LQ01X000230 Transcription initiation factor ia, putative 12.11676009 L4_chemical_A1 +LQ01X000230 Transcription initiation factor ia, putative 11.32200798 L4_chemical_A2 +LQ01X000230 Transcription initiation factor ia, putative 11.17652719 L4_chemical_A3 +LQ01X000230 Transcription initiation factor ia, putative 11.27754628 L4_chemical_B1 +LQ01X000230 Transcription initiation factor ia, putative 11.47873895 L4_chemical_B2 +LQ01X000230 Transcription initiation factor ia, putative 11.48131985 L4_chemical_B3 +LQ01X000230 Transcription initiation factor ia, putative 11.92645014 L4_chemical_C2 +LQ01X000230 Transcription initiation factor ia, putative 11.78384308 L4_chemical_C3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.46952964 C6_control_A1 +LQ01X000250 Eukaryotic translation initiation factor 6 13.62356366 C6_control_A3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.36223141 C6_control_B1 +LQ01X000250 Eukaryotic translation initiation factor 6 13.56230678 C6_control_B2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.30990603 C6_control_B3 +LQ01X000250 Eukaryotic translation initiation factor 6 14.2904825 C6_control_C1 +LQ01X000250 Eukaryotic translation initiation factor 6 14.18508323 C6_control_C2 +LQ01X000250 Eukaryotic translation initiation factor 6 14.16558726 C6_control_C3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.48678801 C6_chemical_A1 +LQ01X000250 Eukaryotic translation initiation factor 6 13.61061186 C6_chemical_A3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.35848483 C6_chemical_B1 +LQ01X000250 Eukaryotic translation initiation factor 6 13.65306501 C6_chemical_B2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.38853586 C6_chemical_B3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.80032809 C6_chemical_C1 +LQ01X000250 Eukaryotic translation initiation factor 6 14.20031158 C6_chemical_C2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.89235721 C6_chemical_C3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.50683169 L4_control_A1 +LQ01X000250 Eukaryotic translation initiation factor 6 13.12374559 L4_control_A2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.01938961 L4_control_A3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.40024516 L4_control_B1 +LQ01X000250 Eukaryotic translation initiation factor 6 12.77011418 L4_control_B2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.83058933 L4_control_B3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.39017746 L4_control_C2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.69389512 L4_control_C3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.89409036 L4_chemical_A1 +LQ01X000250 Eukaryotic translation initiation factor 6 13.45537647 L4_chemical_A2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.34823209 L4_chemical_A3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.46642724 L4_chemical_B1 +LQ01X000250 Eukaryotic translation initiation factor 6 12.94652802 L4_chemical_B2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.23299212 L4_chemical_B3 +LQ01X000250 Eukaryotic translation initiation factor 6 13.47434114 L4_chemical_C2 +LQ01X000250 Eukaryotic translation initiation factor 6 13.78208115 L4_chemical_C3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.80516052 C6_control_A1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 12.14076632 C6_control_A3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.52750165 C6_control_B1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.95073767 C6_control_B2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.17585726 C6_control_B3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 9.697911718 C6_control_C1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.08882262 C6_control_C2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.0142579 C6_control_C3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.26967433 C6_chemical_A1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.62190915 C6_chemical_A3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.8800722 C6_chemical_B1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.56560698 C6_chemical_B2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.10295046 C6_chemical_B3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 9.315778353 C6_chemical_C1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 9.532255853 C6_chemical_C2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 8.783945131 C6_chemical_C3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.97080929 L4_control_A1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.62116183 L4_control_A2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.8198866 L4_control_A3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.77045015 L4_control_B1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.23461074 L4_control_B2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.63661248 L4_control_B3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.11724861 L4_control_C2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 9.721830362 L4_control_C3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 9.90684063 L4_chemical_A1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.4975328 L4_chemical_A2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.83783007 L4_chemical_A3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.69354603 L4_chemical_B1 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 10.82723022 L4_chemical_B2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.15229905 L4_chemical_B3 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 9.546471868 L4_chemical_C2 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 9.738639905 L4_chemical_C3 +LQ01X000310 Auxin:hydrogen symporter, putative 4.835985974 C6_control_A1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.509246851 C6_control_A3 +LQ01X000310 Auxin:hydrogen symporter, putative 5.11264861 C6_control_B1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.329286199 C6_control_B2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.067154147 C6_control_B3 +LQ01X000310 Auxin:hydrogen symporter, putative 5.383550542 C6_control_C1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.481221138 C6_control_C2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.38515651 C6_control_C3 +LQ01X000310 Auxin:hydrogen symporter, putative 4.950006935 C6_chemical_A1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.169504809 C6_chemical_A3 +LQ01X000310 Auxin:hydrogen symporter, putative 4.969737894 C6_chemical_B1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.264074371 C6_chemical_B2 +LQ01X000310 Auxin:hydrogen symporter, putative 4.809275042 C6_chemical_B3 +LQ01X000310 Auxin:hydrogen symporter, putative 5.343513183 C6_chemical_C1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.721559099 C6_chemical_C2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.366007875 C6_chemical_C3 +LQ01X000310 Auxin:hydrogen symporter, putative 5.133723802 L4_control_A1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.023943117 L4_control_A2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.821303248 L4_control_A3 +LQ01X000310 Auxin:hydrogen symporter, putative 5.573025007 L4_control_B1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.220683946 L4_control_B2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.406976044 L4_control_B3 +LQ01X000310 Auxin:hydrogen symporter, putative 4.588723909 L4_control_C2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.25236454 L4_control_C3 +LQ01X000310 Auxin:hydrogen symporter, putative 4.942059038 L4_chemical_A1 +LQ01X000310 Auxin:hydrogen symporter, putative 5.136904433 L4_chemical_A2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.456309241 L4_chemical_A3 +LQ01X000310 Auxin:hydrogen symporter, putative 5.155073125 L4_chemical_B1 +LQ01X000310 Auxin:hydrogen symporter, putative 4.944955319 L4_chemical_B2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.296161288 L4_chemical_B3 +LQ01X000310 Auxin:hydrogen symporter, putative 5.478441347 L4_chemical_C2 +LQ01X000310 Auxin:hydrogen symporter, putative 5.052981334 L4_chemical_C3 +LQ01X000350 Glutamate receptor 3.6 10.44107738 C6_control_A1 +LQ01X000350 Glutamate receptor 3.6 9.33576377 C6_control_A3 +LQ01X000350 Glutamate receptor 3.6 11.01877543 C6_control_B1 +LQ01X000350 Glutamate receptor 3.6 10.96852208 C6_control_B2 +LQ01X000350 Glutamate receptor 3.6 11.18899728 C6_control_B3 +LQ01X000350 Glutamate receptor 3.6 12.25520812 C6_control_C1 +LQ01X000350 Glutamate receptor 3.6 12.01456478 C6_control_C2 +LQ01X000350 Glutamate receptor 3.6 12.44567598 C6_control_C3 +LQ01X000350 Glutamate receptor 3.6 9.999961864 C6_chemical_A1 +LQ01X000350 Glutamate receptor 3.6 9.826608492 C6_chemical_A3 +LQ01X000350 Glutamate receptor 3.6 10.97063291 C6_chemical_B1 +LQ01X000350 Glutamate receptor 3.6 10.96454183 C6_chemical_B2 +LQ01X000350 Glutamate receptor 3.6 11.51777441 C6_chemical_B3 +LQ01X000350 Glutamate receptor 3.6 12.19572788 C6_chemical_C1 +LQ01X000350 Glutamate receptor 3.6 11.98658545 C6_chemical_C2 +LQ01X000350 Glutamate receptor 3.6 12.58622168 C6_chemical_C3 +LQ01X000350 Glutamate receptor 3.6 10.24694565 L4_control_A1 +LQ01X000350 Glutamate receptor 3.6 10.74344438 L4_control_A2 +LQ01X000350 Glutamate receptor 3.6 10.64814189 L4_control_A3 +LQ01X000350 Glutamate receptor 3.6 11.76141744 L4_control_B1 +LQ01X000350 Glutamate receptor 3.6 11.78518254 L4_control_B2 +LQ01X000350 Glutamate receptor 3.6 12.43276223 L4_control_B3 +LQ01X000350 Glutamate receptor 3.6 12.55782009 L4_control_C2 +LQ01X000350 Glutamate receptor 3.6 12.99150379 L4_control_C3 +LQ01X000350 Glutamate receptor 3.6 10.43589741 L4_chemical_A1 +LQ01X000350 Glutamate receptor 3.6 10.38949241 L4_chemical_A2 +LQ01X000350 Glutamate receptor 3.6 10.40974734 L4_chemical_A3 +LQ01X000350 Glutamate receptor 3.6 11.12639842 L4_chemical_B1 +LQ01X000350 Glutamate receptor 3.6 11.1811209 L4_chemical_B2 +LQ01X000350 Glutamate receptor 3.6 11.20282287 L4_chemical_B3 +LQ01X000350 Glutamate receptor 3.6 12.45213337 L4_chemical_C2 +LQ01X000350 Glutamate receptor 3.6 12.9574393 L4_chemical_C3 +LQ01X000360 Glutamate receptor 3.6 5.084235569 C6_control_A1 +LQ01X000360 Glutamate receptor 3.6 5.081409398 C6_control_A3 +LQ01X000360 Glutamate receptor 3.6 5.457497566 C6_control_B1 +LQ01X000360 Glutamate receptor 3.6 5.222194024 C6_control_B2 +LQ01X000360 Glutamate receptor 3.6 5.085491726 C6_control_B3 +LQ01X000360 Glutamate receptor 3.6 5.03056196 C6_control_C1 +LQ01X000360 Glutamate receptor 3.6 5.404834088 C6_control_C2 +LQ01X000360 Glutamate receptor 3.6 5.129838151 C6_control_C3 +LQ01X000360 Glutamate receptor 3.6 4.927192172 C6_chemical_A1 +LQ01X000360 Glutamate receptor 3.6 4.897600092 C6_chemical_A3 +LQ01X000360 Glutamate receptor 3.6 5.527378859 C6_chemical_B1 +LQ01X000360 Glutamate receptor 3.6 5.095663459 C6_chemical_B2 +LQ01X000360 Glutamate receptor 3.6 5.255410338 C6_chemical_B3 +LQ01X000360 Glutamate receptor 3.6 5.386562408 C6_chemical_C1 +LQ01X000360 Glutamate receptor 3.6 5.516049795 C6_chemical_C2 +LQ01X000360 Glutamate receptor 3.6 5.148725028 C6_chemical_C3 +LQ01X000360 Glutamate receptor 3.6 4.810196484 L4_control_A1 +LQ01X000360 Glutamate receptor 3.6 4.765647449 L4_control_A2 +LQ01X000360 Glutamate receptor 3.6 4.946183158 L4_control_A3 +LQ01X000360 Glutamate receptor 3.6 4.806772165 L4_control_B1 +LQ01X000360 Glutamate receptor 3.6 5.037271852 L4_control_B2 +LQ01X000360 Glutamate receptor 3.6 4.926498641 L4_control_B3 +LQ01X000360 Glutamate receptor 3.6 5.194074372 L4_control_C2 +LQ01X000360 Glutamate receptor 3.6 5.236014299 L4_control_C3 +LQ01X000360 Glutamate receptor 3.6 5.453506825 L4_chemical_A1 +LQ01X000360 Glutamate receptor 3.6 4.874495301 L4_chemical_A2 +LQ01X000360 Glutamate receptor 3.6 5.150485085 L4_chemical_A3 +LQ01X000360 Glutamate receptor 3.6 5.039229212 L4_chemical_B1 +LQ01X000360 Glutamate receptor 3.6 5.421628458 L4_chemical_B2 +LQ01X000360 Glutamate receptor 3.6 4.878316171 L4_chemical_B3 +LQ01X000360 Glutamate receptor 3.6 5.220599597 L4_chemical_C2 +LQ01X000360 Glutamate receptor 3.6 5.856697785 L4_chemical_C3 +LQ01X000410 Predicted protein 13.23729705 C6_control_A1 +LQ01X000410 Predicted protein 12.79142265 C6_control_A3 +LQ01X000410 Predicted protein 13.72496749 C6_control_B1 +LQ01X000410 Predicted protein 13.29100607 C6_control_B2 +LQ01X000410 Predicted protein 13.70643256 C6_control_B3 +LQ01X000410 Predicted protein 12.92953362 C6_control_C1 +LQ01X000410 Predicted protein 12.85444016 C6_control_C2 +LQ01X000410 Predicted protein 12.96618912 C6_control_C3 +LQ01X000410 Predicted protein 13.38894883 C6_chemical_A1 +LQ01X000410 Predicted protein 12.94046474 C6_chemical_A3 +LQ01X000410 Predicted protein 13.74866543 C6_chemical_B1 +LQ01X000410 Predicted protein 13.20492806 C6_chemical_B2 +LQ01X000410 Predicted protein 13.60853613 C6_chemical_B3 +LQ01X000410 Predicted protein 12.97921053 C6_chemical_C1 +LQ01X000410 Predicted protein 12.8218388 C6_chemical_C2 +LQ01X000410 Predicted protein 12.98044728 C6_chemical_C3 +LQ01X000410 Predicted protein 13.02332778 L4_control_A1 +LQ01X000410 Predicted protein 13.40821549 L4_control_A2 +LQ01X000410 Predicted protein 12.67667374 L4_control_A3 +LQ01X000410 Predicted protein 13.70308475 L4_control_B1 +LQ01X000410 Predicted protein 13.99450627 L4_control_B2 +LQ01X000410 Predicted protein 13.20700929 L4_control_B3 +LQ01X000410 Predicted protein 13.37720036 L4_control_C2 +LQ01X000410 Predicted protein 13.18723728 L4_control_C3 +LQ01X000410 Predicted protein 13.37345822 L4_chemical_A1 +LQ01X000410 Predicted protein 13.72825247 L4_chemical_A2 +LQ01X000410 Predicted protein 12.82511307 L4_chemical_A3 +LQ01X000410 Predicted protein 13.79931332 L4_chemical_B1 +LQ01X000410 Predicted protein 14.16829922 L4_chemical_B2 +LQ01X000410 Predicted protein 13.25227243 L4_chemical_B3 +LQ01X000410 Predicted protein 13.36081125 L4_chemical_C2 +LQ01X000410 Predicted protein 13.16122768 L4_chemical_C3 +LQ01X000420 Predicted protein 10.8100798 C6_control_A1 +LQ01X000420 Predicted protein 10.60569569 C6_control_A3 +LQ01X000420 Predicted protein 11.29000849 C6_control_B1 +LQ01X000420 Predicted protein 10.80657812 C6_control_B2 +LQ01X000420 Predicted protein 11.56714149 C6_control_B3 +LQ01X000420 Predicted protein 11.19280544 C6_control_C1 +LQ01X000420 Predicted protein 10.74432021 C6_control_C2 +LQ01X000420 Predicted protein 10.9711798 C6_control_C3 +LQ01X000420 Predicted protein 10.64248282 C6_chemical_A1 +LQ01X000420 Predicted protein 10.68693039 C6_chemical_A3 +LQ01X000420 Predicted protein 11.40280721 C6_chemical_B1 +LQ01X000420 Predicted protein 10.59303435 C6_chemical_B2 +LQ01X000420 Predicted protein 11.60447097 C6_chemical_B3 +LQ01X000420 Predicted protein 11.05206678 C6_chemical_C1 +LQ01X000420 Predicted protein 11.0450768 C6_chemical_C2 +LQ01X000420 Predicted protein 11.30004573 C6_chemical_C3 +LQ01X000420 Predicted protein 10.74485717 L4_control_A1 +LQ01X000420 Predicted protein 10.84063134 L4_control_A2 +LQ01X000420 Predicted protein 10.58044168 L4_control_A3 +LQ01X000420 Predicted protein 11.64127033 L4_control_B1 +LQ01X000420 Predicted protein 11.8613089 L4_control_B2 +LQ01X000420 Predicted protein 11.68219799 L4_control_B3 +LQ01X000420 Predicted protein 11.72198901 L4_control_C2 +LQ01X000420 Predicted protein 12.31167211 L4_control_C3 +LQ01X000420 Predicted protein 10.59323691 L4_chemical_A1 +LQ01X000420 Predicted protein 10.72325718 L4_chemical_A2 +LQ01X000420 Predicted protein 10.84672144 L4_chemical_A3 +LQ01X000420 Predicted protein 11.47352039 L4_chemical_B1 +LQ01X000420 Predicted protein 11.06625172 L4_chemical_B2 +LQ01X000420 Predicted protein 10.97590353 L4_chemical_B3 +LQ01X000420 Predicted protein 11.57237136 L4_chemical_C2 +LQ01X000420 Predicted protein 12.10886791 L4_chemical_C3 +LQ01X000430 Putative uncharacterized protein 5.324069826 C6_control_A1 +LQ01X000430 Putative uncharacterized protein 5.567812164 C6_control_A3 +LQ01X000430 Putative uncharacterized protein 5.267699653 C6_control_B1 +LQ01X000430 Putative uncharacterized protein 5.227422903 C6_control_B2 +LQ01X000430 Putative uncharacterized protein 5.4077172 C6_control_B3 +LQ01X000430 Putative uncharacterized protein 5.122263362 C6_control_C1 +LQ01X000430 Putative uncharacterized protein 5.533865669 C6_control_C2 +LQ01X000430 Putative uncharacterized protein 5.161330498 C6_control_C3 +LQ01X000430 Putative uncharacterized protein 5.436383734 C6_chemical_A1 +LQ01X000430 Putative uncharacterized protein 5.826947177 C6_chemical_A3 +LQ01X000430 Putative uncharacterized protein 4.987532627 C6_chemical_B1 +LQ01X000430 Putative uncharacterized protein 5.380664299 C6_chemical_B2 +LQ01X000430 Putative uncharacterized protein 5.134153402 C6_chemical_B3 +LQ01X000430 Putative uncharacterized protein 5.365433345 C6_chemical_C1 +LQ01X000430 Putative uncharacterized protein 4.917006524 C6_chemical_C2 +LQ01X000430 Putative uncharacterized protein 5.153911463 C6_chemical_C3 +LQ01X000430 Putative uncharacterized protein 5.406350354 L4_control_A1 +LQ01X000430 Putative uncharacterized protein 5.664532271 L4_control_A2 +LQ01X000430 Putative uncharacterized protein 6.015267061 L4_control_A3 +LQ01X000430 Putative uncharacterized protein 5.635859546 L4_control_B1 +LQ01X000430 Putative uncharacterized protein 6.271258516 L4_control_B2 +LQ01X000430 Putative uncharacterized protein 5.431671751 L4_control_B3 +LQ01X000430 Putative uncharacterized protein 5.067988313 L4_control_C2 +LQ01X000430 Putative uncharacterized protein 5.584797104 L4_control_C3 +LQ01X000430 Putative uncharacterized protein 5.702819301 L4_chemical_A1 +LQ01X000430 Putative uncharacterized protein 5.769536436 L4_chemical_A2 +LQ01X000430 Putative uncharacterized protein 6.155974077 L4_chemical_A3 +LQ01X000430 Putative uncharacterized protein 5.533700005 L4_chemical_B1 +LQ01X000430 Putative uncharacterized protein 5.136495278 L4_chemical_B2 +LQ01X000430 Putative uncharacterized protein 5.144085807 L4_chemical_B3 +LQ01X000430 Putative uncharacterized protein 5.086424081 L4_chemical_C2 +LQ01X000430 Putative uncharacterized protein 5.175517087 L4_chemical_C3 +LQ01X000440 Putative uncharacterized protein 10.74135136 C6_control_A1 +LQ01X000440 Putative uncharacterized protein 10.72066688 C6_control_A3 +LQ01X000440 Putative uncharacterized protein 10.88896533 C6_control_B1 +LQ01X000440 Putative uncharacterized protein 10.42454064 C6_control_B2 +LQ01X000440 Putative uncharacterized protein 10.62364929 C6_control_B3 +LQ01X000440 Putative uncharacterized protein 11.57141555 C6_control_C1 +LQ01X000440 Putative uncharacterized protein 10.67733769 C6_control_C2 +LQ01X000440 Putative uncharacterized protein 11.4091748 C6_control_C3 +LQ01X000440 Putative uncharacterized protein 10.21798374 C6_chemical_A1 +LQ01X000440 Putative uncharacterized protein 10.46881203 C6_chemical_A3 +LQ01X000440 Putative uncharacterized protein 10.58228731 C6_chemical_B1 +LQ01X000440 Putative uncharacterized protein 10.55913807 C6_chemical_B2 +LQ01X000440 Putative uncharacterized protein 10.3554006 C6_chemical_B3 +LQ01X000440 Putative uncharacterized protein 11.54303066 C6_chemical_C1 +LQ01X000440 Putative uncharacterized protein 10.85755908 C6_chemical_C2 +LQ01X000440 Putative uncharacterized protein 11.00079717 C6_chemical_C3 +LQ01X000440 Putative uncharacterized protein 10.36693732 L4_control_A1 +LQ01X000440 Putative uncharacterized protein 10.32013499 L4_control_A2 +LQ01X000440 Putative uncharacterized protein 9.655635895 L4_control_A3 +LQ01X000440 Putative uncharacterized protein 10.29029603 L4_control_B1 +LQ01X000440 Putative uncharacterized protein 10.40921188 L4_control_B2 +LQ01X000440 Putative uncharacterized protein 9.385435122 L4_control_B3 +LQ01X000440 Putative uncharacterized protein 10.52564905 L4_control_C2 +LQ01X000440 Putative uncharacterized protein 10.21449625 L4_control_C3 +LQ01X000440 Putative uncharacterized protein 9.816227421 L4_chemical_A1 +LQ01X000440 Putative uncharacterized protein 10.3102886 L4_chemical_A2 +LQ01X000440 Putative uncharacterized protein 9.927827728 L4_chemical_A3 +LQ01X000440 Putative uncharacterized protein 10.54352227 L4_chemical_B1 +LQ01X000440 Putative uncharacterized protein 10.82101307 L4_chemical_B2 +LQ01X000440 Putative uncharacterized protein 9.629809727 L4_chemical_B3 +LQ01X000440 Putative uncharacterized protein 10.1468695 L4_chemical_C2 +LQ01X000440 Putative uncharacterized protein 10.41951356 L4_chemical_C3 +LQ01X000450 Predicted protein 11.98930759 C6_control_A1 +LQ01X000450 Predicted protein 11.78434769 C6_control_A3 +LQ01X000450 Predicted protein 12.04801486 C6_control_B1 +LQ01X000450 Predicted protein 11.85171789 C6_control_B2 +LQ01X000450 Predicted protein 12.15582643 C6_control_B3 +LQ01X000450 Predicted protein 12.39032058 C6_control_C1 +LQ01X000450 Predicted protein 12.1818748 C6_control_C2 +LQ01X000450 Predicted protein 12.60579986 C6_control_C3 +LQ01X000450 Predicted protein 11.4795939 C6_chemical_A1 +LQ01X000450 Predicted protein 11.88141224 C6_chemical_A3 +LQ01X000450 Predicted protein 11.68043006 C6_chemical_B1 +LQ01X000450 Predicted protein 11.81562586 C6_chemical_B2 +LQ01X000450 Predicted protein 12.00044199 C6_chemical_B3 +LQ01X000450 Predicted protein 12.34372723 C6_chemical_C1 +LQ01X000450 Predicted protein 12.36784484 C6_chemical_C2 +LQ01X000450 Predicted protein 12.30254623 C6_chemical_C3 +LQ01X000450 Predicted protein 11.67779047 L4_control_A1 +LQ01X000450 Predicted protein 11.51151527 L4_control_A2 +LQ01X000450 Predicted protein 11.15393448 L4_control_A3 +LQ01X000450 Predicted protein 11.43373423 L4_control_B1 +LQ01X000450 Predicted protein 11.19345587 L4_control_B2 +LQ01X000450 Predicted protein 11.39370671 L4_control_B3 +LQ01X000450 Predicted protein 12.27689475 L4_control_C2 +LQ01X000450 Predicted protein 11.44462149 L4_control_C3 +LQ01X000450 Predicted protein 11.81287682 L4_chemical_A1 +LQ01X000450 Predicted protein 11.73892649 L4_chemical_A2 +LQ01X000450 Predicted protein 11.47038483 L4_chemical_A3 +LQ01X000450 Predicted protein 12.01515319 L4_chemical_B1 +LQ01X000450 Predicted protein 11.37610774 L4_chemical_B2 +LQ01X000450 Predicted protein 11.30370618 L4_chemical_B3 +LQ01X000450 Predicted protein 11.63994644 L4_chemical_C2 +LQ01X000450 Predicted protein 11.48508543 L4_chemical_C3 +LQ01X000460 WUSCHEL-related homeobox 13 11.13831371 C6_control_A1 +LQ01X000460 WUSCHEL-related homeobox 13 10.87197012 C6_control_A3 +LQ01X000460 WUSCHEL-related homeobox 13 11.77691054 C6_control_B1 +LQ01X000460 WUSCHEL-related homeobox 13 12.36023516 C6_control_B2 +LQ01X000460 WUSCHEL-related homeobox 13 11.31059087 C6_control_B3 +LQ01X000460 WUSCHEL-related homeobox 13 11.67453681 C6_control_C1 +LQ01X000460 WUSCHEL-related homeobox 13 11.97203563 C6_control_C2 +LQ01X000460 WUSCHEL-related homeobox 13 11.86963722 C6_control_C3 +LQ01X000460 WUSCHEL-related homeobox 13 10.86406044 C6_chemical_A1 +LQ01X000460 WUSCHEL-related homeobox 13 10.99420711 C6_chemical_A3 +LQ01X000460 WUSCHEL-related homeobox 13 11.44594937 C6_chemical_B1 +LQ01X000460 WUSCHEL-related homeobox 13 12.48509178 C6_chemical_B2 +LQ01X000460 WUSCHEL-related homeobox 13 11.54637492 C6_chemical_B3 +LQ01X000460 WUSCHEL-related homeobox 13 11.78306292 C6_chemical_C1 +LQ01X000460 WUSCHEL-related homeobox 13 11.83532417 C6_chemical_C2 +LQ01X000460 WUSCHEL-related homeobox 13 11.75517918 C6_chemical_C3 +LQ01X000460 WUSCHEL-related homeobox 13 10.58834263 L4_control_A1 +LQ01X000460 WUSCHEL-related homeobox 13 11.12194361 L4_control_A2 +LQ01X000460 WUSCHEL-related homeobox 13 9.311892472 L4_control_A3 +LQ01X000460 WUSCHEL-related homeobox 13 10.77630503 L4_control_B1 +LQ01X000460 WUSCHEL-related homeobox 13 10.62789807 L4_control_B2 +LQ01X000460 WUSCHEL-related homeobox 13 11.41835628 L4_control_B3 +LQ01X000460 WUSCHEL-related homeobox 13 9.761274956 L4_control_C2 +LQ01X000460 WUSCHEL-related homeobox 13 10.48266291 L4_control_C3 +LQ01X000460 WUSCHEL-related homeobox 13 11.34510591 L4_chemical_A1 +LQ01X000460 WUSCHEL-related homeobox 13 11.05892631 L4_chemical_A2 +LQ01X000460 WUSCHEL-related homeobox 13 10.07358315 L4_chemical_A3 +LQ01X000460 WUSCHEL-related homeobox 13 10.91759966 L4_chemical_B1 +LQ01X000460 WUSCHEL-related homeobox 13 10.01941757 L4_chemical_B2 +LQ01X000460 WUSCHEL-related homeobox 13 11.48755826 L4_chemical_B3 +LQ01X000460 WUSCHEL-related homeobox 13 9.856598646 L4_chemical_C2 +LQ01X000460 WUSCHEL-related homeobox 13 10.31395723 L4_chemical_C3 +LQ01X000470 Predicted protein 8.083198025 C6_control_A1 +LQ01X000470 Predicted protein 7.563560185 C6_control_A3 +LQ01X000470 Predicted protein 7.472605423 C6_control_B1 +LQ01X000470 Predicted protein 8.607238833 C6_control_B2 +LQ01X000470 Predicted protein 9.262751289 C6_control_B3 +LQ01X000470 Predicted protein 8.076853421 C6_control_C1 +LQ01X000470 Predicted protein 7.967892242 C6_control_C2 +LQ01X000470 Predicted protein 8.251087988 C6_control_C3 +LQ01X000470 Predicted protein 8.491480922 C6_chemical_A1 +LQ01X000470 Predicted protein 8.457452561 C6_chemical_A3 +LQ01X000470 Predicted protein 8.471380625 C6_chemical_B1 +LQ01X000470 Predicted protein 8.51925175 C6_chemical_B2 +LQ01X000470 Predicted protein 9.260607181 C6_chemical_B3 +LQ01X000470 Predicted protein 8.713793088 C6_chemical_C1 +LQ01X000470 Predicted protein 8.387863254 C6_chemical_C2 +LQ01X000470 Predicted protein 8.464775475 C6_chemical_C3 +LQ01X000470 Predicted protein 8.52816995 L4_control_A1 +LQ01X000470 Predicted protein 8.649699887 L4_control_A2 +LQ01X000470 Predicted protein 6.717786956 L4_control_A3 +LQ01X000470 Predicted protein 8.334440085 L4_control_B1 +LQ01X000470 Predicted protein 9.033416355 L4_control_B2 +LQ01X000470 Predicted protein 9.192689732 L4_control_B3 +LQ01X000470 Predicted protein 8.499737408 L4_control_C2 +LQ01X000470 Predicted protein 8.393999157 L4_control_C3 +LQ01X000470 Predicted protein 8.67727421 L4_chemical_A1 +LQ01X000470 Predicted protein 8.673461055 L4_chemical_A2 +LQ01X000470 Predicted protein 8.172599347 L4_chemical_A3 +LQ01X000470 Predicted protein 8.439602657 L4_chemical_B1 +LQ01X000470 Predicted protein 8.837920575 L4_chemical_B2 +LQ01X000470 Predicted protein 8.983910476 L4_chemical_B3 +LQ01X000470 Predicted protein 7.825491231 L4_chemical_C2 +LQ01X000470 Predicted protein 8.273313545 L4_chemical_C3 +LQ01X000500 HMG1/2-like protein 5.697782472 C6_control_A1 +LQ01X000500 HMG1/2-like protein 5.946932585 C6_control_A3 +LQ01X000500 HMG1/2-like protein 5.952714186 C6_control_B1 +LQ01X000500 HMG1/2-like protein 5.812278836 C6_control_B2 +LQ01X000500 HMG1/2-like protein 5.98020029 C6_control_B3 +LQ01X000500 HMG1/2-like protein 5.349696162 C6_control_C1 +LQ01X000500 HMG1/2-like protein 6.182802546 C6_control_C2 +LQ01X000500 HMG1/2-like protein 5.791625996 C6_control_C3 +LQ01X000500 HMG1/2-like protein 5.249437641 C6_chemical_A1 +LQ01X000500 HMG1/2-like protein 5.747165879 C6_chemical_A3 +LQ01X000500 HMG1/2-like protein 6.04634791 C6_chemical_B1 +LQ01X000500 HMG1/2-like protein 5.419994644 C6_chemical_B2 +LQ01X000500 HMG1/2-like protein 5.85502829 C6_chemical_B3 +LQ01X000500 HMG1/2-like protein 5.276497324 C6_chemical_C1 +LQ01X000500 HMG1/2-like protein 5.216256842 C6_chemical_C2 +LQ01X000500 HMG1/2-like protein 5.426576562 C6_chemical_C3 +LQ01X000500 HMG1/2-like protein 5.83033888 L4_control_A1 +LQ01X000500 HMG1/2-like protein 5.625270764 L4_control_A2 +LQ01X000500 HMG1/2-like protein 5.250611241 L4_control_A3 +LQ01X000500 HMG1/2-like protein 5.340650987 L4_control_B1 +LQ01X000500 HMG1/2-like protein 5.171888629 L4_control_B2 +LQ01X000500 HMG1/2-like protein 5.606245224 L4_control_B3 +LQ01X000500 HMG1/2-like protein 6.074703619 L4_control_C2 +LQ01X000500 HMG1/2-like protein 6.714043081 L4_control_C3 +LQ01X000500 HMG1/2-like protein 5.702907625 L4_chemical_A1 +LQ01X000500 HMG1/2-like protein 5.56152169 L4_chemical_A2 +LQ01X000500 HMG1/2-like protein 4.875537145 L4_chemical_A3 +LQ01X000500 HMG1/2-like protein 5.936047876 L4_chemical_B1 +LQ01X000500 HMG1/2-like protein 5.18692577 L4_chemical_B2 +LQ01X000500 HMG1/2-like protein 6.107187562 L4_chemical_B3 +LQ01X000500 HMG1/2-like protein 5.424467325 L4_chemical_C2 +LQ01X000500 HMG1/2-like protein 6.293839125 L4_chemical_C3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.347011902 C6_control_A1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 7.604775921 C6_control_A3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 8.793970559 C6_control_B1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.013250858 C6_control_B2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 8.886700038 C6_control_B3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.994533146 C6_control_C1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.251273379 C6_control_C2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.26915439 C6_control_C3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.376610723 C6_chemical_A1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 8.65499849 C6_chemical_A3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 8.284670621 C6_chemical_B1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.078279102 C6_chemical_B2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 7.936502437 C6_chemical_B3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 10.04295121 C6_chemical_C1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.555980031 C6_chemical_C2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 8.785359697 C6_chemical_C3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.60142787 L4_control_A1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.993672066 L4_control_A2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.640853566 L4_control_A3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.270767037 L4_control_B1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.598804461 L4_control_B2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 8.98430461 L4_control_B3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 10.02858712 L4_control_C2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 8.702005232 L4_control_C3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 10.36022765 L4_chemical_A1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 10.70452377 L4_chemical_A2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 10.10574733 L4_chemical_A3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.469056019 L4_chemical_B1 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 10.05759007 L4_chemical_B2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 8.724205209 L4_chemical_B3 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 10.31872102 L4_chemical_C2 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.075055271 L4_chemical_C3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.53853287 C6_control_A1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.418228701 C6_control_A3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.637757844 C6_control_B1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.107826703 C6_control_B2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.719677164 C6_control_B3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.608582475 C6_control_C1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.301241244 C6_control_C2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.090936869 C6_control_C3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.827324317 C6_chemical_A1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 4.776300511 C6_chemical_A3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.877048806 C6_chemical_B1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.330683626 C6_chemical_B2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.65553198 C6_chemical_B3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.643774594 C6_chemical_C1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.340801697 C6_chemical_C2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.811159978 C6_chemical_C3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.693111147 L4_control_A1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.223581286 L4_control_A2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.112788545 L4_control_A3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.993889847 L4_control_B1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.349306838 L4_control_B2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.25640153 L4_control_B3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.309267864 L4_control_C2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.263935313 L4_control_C3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.382549285 L4_chemical_A1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.604574051 L4_chemical_A2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.375185504 L4_chemical_A3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.371393396 L4_chemical_B1 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.648784233 L4_chemical_B2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.557042426 L4_chemical_B3 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.619657887 L4_chemical_C2 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.495046493 L4_chemical_C3 +LQ01X000560 Catalase isozyme 2 9.687426642 C6_control_A1 +LQ01X000560 Catalase isozyme 2 9.005742198 C6_control_A3 +LQ01X000560 Catalase isozyme 2 10.58022527 C6_control_B1 +LQ01X000560 Catalase isozyme 2 12.21405311 C6_control_B2 +LQ01X000560 Catalase isozyme 2 11.30892523 C6_control_B3 +LQ01X000560 Catalase isozyme 2 13.78741438 C6_control_C1 +LQ01X000560 Catalase isozyme 2 13.5407431 C6_control_C2 +LQ01X000560 Catalase isozyme 2 13.63832015 C6_control_C3 +LQ01X000560 Catalase isozyme 2 9.863071894 C6_chemical_A1 +LQ01X000560 Catalase isozyme 2 10.03341826 C6_chemical_A3 +LQ01X000560 Catalase isozyme 2 11.44705498 C6_chemical_B1 +LQ01X000560 Catalase isozyme 2 12.41137823 C6_chemical_B2 +LQ01X000560 Catalase isozyme 2 11.47563311 C6_chemical_B3 +LQ01X000560 Catalase isozyme 2 13.64462404 C6_chemical_C1 +LQ01X000560 Catalase isozyme 2 13.9746845 C6_chemical_C2 +LQ01X000560 Catalase isozyme 2 14.69105841 C6_chemical_C3 +LQ01X000560 Catalase isozyme 2 9.212843555 L4_control_A1 +LQ01X000560 Catalase isozyme 2 10.2399779 L4_control_A2 +LQ01X000560 Catalase isozyme 2 10.34808778 L4_control_A3 +LQ01X000560 Catalase isozyme 2 11.67479414 L4_control_B1 +LQ01X000560 Catalase isozyme 2 11.16470473 L4_control_B2 +LQ01X000560 Catalase isozyme 2 12.89474543 L4_control_B3 +LQ01X000560 Catalase isozyme 2 12.49968533 L4_control_C2 +LQ01X000560 Catalase isozyme 2 12.9494922 L4_control_C3 +LQ01X000560 Catalase isozyme 2 9.988940797 L4_chemical_A1 +LQ01X000560 Catalase isozyme 2 10.97997061 L4_chemical_A2 +LQ01X000560 Catalase isozyme 2 9.579682799 L4_chemical_A3 +LQ01X000560 Catalase isozyme 2 10.90074046 L4_chemical_B1 +LQ01X000560 Catalase isozyme 2 10.82410002 L4_chemical_B2 +LQ01X000560 Catalase isozyme 2 11.3203573 L4_chemical_B3 +LQ01X000560 Catalase isozyme 2 12.53855788 L4_chemical_C2 +LQ01X000560 Catalase isozyme 2 13.69250674 L4_chemical_C3 +LQ01X000580 Putative Ubiquilin-1 9.865607205 C6_control_A1 +LQ01X000580 Putative Ubiquilin-1 9.698307115 C6_control_A3 +LQ01X000580 Putative Ubiquilin-1 9.930041279 C6_control_B1 +LQ01X000580 Putative Ubiquilin-1 9.628353166 C6_control_B2 +LQ01X000580 Putative Ubiquilin-1 10.06527838 C6_control_B3 +LQ01X000580 Putative Ubiquilin-1 9.706264732 C6_control_C1 +LQ01X000580 Putative Ubiquilin-1 9.376489523 C6_control_C2 +LQ01X000580 Putative Ubiquilin-1 9.565691933 C6_control_C3 +LQ01X000580 Putative Ubiquilin-1 10.10797285 C6_chemical_A1 +LQ01X000580 Putative Ubiquilin-1 10.24178766 C6_chemical_A3 +LQ01X000580 Putative Ubiquilin-1 10.08613401 C6_chemical_B1 +LQ01X000580 Putative Ubiquilin-1 9.824695584 C6_chemical_B2 +LQ01X000580 Putative Ubiquilin-1 10.29498104 C6_chemical_B3 +LQ01X000580 Putative Ubiquilin-1 9.63051563 C6_chemical_C1 +LQ01X000580 Putative Ubiquilin-1 9.414244276 C6_chemical_C2 +LQ01X000580 Putative Ubiquilin-1 9.818617206 C6_chemical_C3 +LQ01X000580 Putative Ubiquilin-1 10.14399035 L4_control_A1 +LQ01X000580 Putative Ubiquilin-1 9.455806036 L4_control_A2 +LQ01X000580 Putative Ubiquilin-1 10.81135075 L4_control_A3 +LQ01X000580 Putative Ubiquilin-1 10.31376168 L4_control_B1 +LQ01X000580 Putative Ubiquilin-1 10.63694941 L4_control_B2 +LQ01X000580 Putative Ubiquilin-1 10.3015744 L4_control_B3 +LQ01X000580 Putative Ubiquilin-1 10.48397347 L4_control_C2 +LQ01X000580 Putative Ubiquilin-1 10.51833305 L4_control_C3 +LQ01X000580 Putative Ubiquilin-1 9.913098562 L4_chemical_A1 +LQ01X000580 Putative Ubiquilin-1 9.63464801 L4_chemical_A2 +LQ01X000580 Putative Ubiquilin-1 10.55861361 L4_chemical_A3 +LQ01X000580 Putative Ubiquilin-1 10.40415198 L4_chemical_B1 +LQ01X000580 Putative Ubiquilin-1 10.0405108 L4_chemical_B2 +LQ01X000580 Putative Ubiquilin-1 9.978686345 L4_chemical_B3 +LQ01X000580 Putative Ubiquilin-1 10.18542592 L4_chemical_C2 +LQ01X000580 Putative Ubiquilin-1 10.39409629 L4_chemical_C3 +LQ01X000590 Poly(A) polymerase, putative 5.202938669 C6_control_A1 +LQ01X000590 Poly(A) polymerase, putative 4.951746493 C6_control_A3 +LQ01X000590 Poly(A) polymerase, putative 5.77487948 C6_control_B1 +LQ01X000590 Poly(A) polymerase, putative 5.178402067 C6_control_B2 +LQ01X000590 Poly(A) polymerase, putative 5.403652607 C6_control_B3 +LQ01X000590 Poly(A) polymerase, putative 4.99864573 C6_control_C1 +LQ01X000590 Poly(A) polymerase, putative 5.192733324 C6_control_C2 +LQ01X000590 Poly(A) polymerase, putative 5.303334653 C6_control_C3 +LQ01X000590 Poly(A) polymerase, putative 5.288790814 C6_chemical_A1 +LQ01X000590 Poly(A) polymerase, putative 4.877532589 C6_chemical_A3 +LQ01X000590 Poly(A) polymerase, putative 5.468167357 C6_chemical_B1 +LQ01X000590 Poly(A) polymerase, putative 5.070600017 C6_chemical_B2 +LQ01X000590 Poly(A) polymerase, putative 5.542427106 C6_chemical_B3 +LQ01X000590 Poly(A) polymerase, putative 5.545085693 C6_chemical_C1 +LQ01X000590 Poly(A) polymerase, putative 5.08203549 C6_chemical_C2 +LQ01X000590 Poly(A) polymerase, putative 5.33303123 C6_chemical_C3 +LQ01X000590 Poly(A) polymerase, putative 5.23554656 L4_control_A1 +LQ01X000590 Poly(A) polymerase, putative 5.074617546 L4_control_A2 +LQ01X000590 Poly(A) polymerase, putative 5.312518015 L4_control_A3 +LQ01X000590 Poly(A) polymerase, putative 5.077751493 L4_control_B1 +LQ01X000590 Poly(A) polymerase, putative 5.588496389 L4_control_B2 +LQ01X000590 Poly(A) polymerase, putative 5.532118039 L4_control_B3 +LQ01X000590 Poly(A) polymerase, putative 5.576628801 L4_control_C2 +LQ01X000590 Poly(A) polymerase, putative 6.29007192 L4_control_C3 +LQ01X000590 Poly(A) polymerase, putative 5.241907284 L4_chemical_A1 +LQ01X000590 Poly(A) polymerase, putative 5.216591143 L4_chemical_A2 +LQ01X000590 Poly(A) polymerase, putative 4.756821372 L4_chemical_A3 +LQ01X000590 Poly(A) polymerase, putative 5.530123094 L4_chemical_B1 +LQ01X000590 Poly(A) polymerase, putative 5.632608865 L4_chemical_B2 +LQ01X000590 Poly(A) polymerase, putative 5.554275005 L4_chemical_B3 +LQ01X000590 Poly(A) polymerase, putative 5.149046108 L4_chemical_C2 +LQ01X000590 Poly(A) polymerase, putative 5.507112278 L4_chemical_C3 +LQ01X000600 G2/mitotic-specific cyclin-1 12.29902312 C6_control_A1 +LQ01X000600 G2/mitotic-specific cyclin-1 13.57866115 C6_control_A3 +LQ01X000600 G2/mitotic-specific cyclin-1 11.74914065 C6_control_B1 +LQ01X000600 G2/mitotic-specific cyclin-1 8.099994515 C6_control_B2 +LQ01X000600 G2/mitotic-specific cyclin-1 8.299053358 C6_control_B3 +LQ01X000600 G2/mitotic-specific cyclin-1 5.623758752 C6_control_C1 +LQ01X000600 G2/mitotic-specific cyclin-1 5.86953908 C6_control_C2 +LQ01X000600 G2/mitotic-specific cyclin-1 5.773102798 C6_control_C3 +LQ01X000600 G2/mitotic-specific cyclin-1 11.99651866 C6_chemical_A1 +LQ01X000600 G2/mitotic-specific cyclin-1 13.25258293 C6_chemical_A3 +LQ01X000600 G2/mitotic-specific cyclin-1 9.949604626 C6_chemical_B1 +LQ01X000600 G2/mitotic-specific cyclin-1 7.198255707 C6_chemical_B2 +LQ01X000600 G2/mitotic-specific cyclin-1 7.356096172 C6_chemical_B3 +LQ01X000600 G2/mitotic-specific cyclin-1 5.771706696 C6_chemical_C1 +LQ01X000600 G2/mitotic-specific cyclin-1 6.100634723 C6_chemical_C2 +LQ01X000600 G2/mitotic-specific cyclin-1 5.776353951 C6_chemical_C3 +LQ01X000600 G2/mitotic-specific cyclin-1 11.83050292 L4_control_A1 +LQ01X000600 G2/mitotic-specific cyclin-1 12.735151 L4_control_A2 +LQ01X000600 G2/mitotic-specific cyclin-1 13.20699594 L4_control_A3 +LQ01X000600 G2/mitotic-specific cyclin-1 7.675756552 L4_control_B1 +LQ01X000600 G2/mitotic-specific cyclin-1 10.38464798 L4_control_B2 +LQ01X000600 G2/mitotic-specific cyclin-1 7.448278744 L4_control_B3 +LQ01X000600 G2/mitotic-specific cyclin-1 6.027857069 L4_control_C2 +LQ01X000600 G2/mitotic-specific cyclin-1 6.086216927 L4_control_C3 +LQ01X000600 G2/mitotic-specific cyclin-1 11.67794047 L4_chemical_A1 +LQ01X000600 G2/mitotic-specific cyclin-1 11.42553618 L4_chemical_A2 +LQ01X000600 G2/mitotic-specific cyclin-1 12.95570425 L4_chemical_A3 +LQ01X000600 G2/mitotic-specific cyclin-1 10.74738938 L4_chemical_B1 +LQ01X000600 G2/mitotic-specific cyclin-1 10.55279914 L4_chemical_B2 +LQ01X000600 G2/mitotic-specific cyclin-1 11.08642454 L4_chemical_B3 +LQ01X000600 G2/mitotic-specific cyclin-1 5.329888514 L4_chemical_C2 +LQ01X000600 G2/mitotic-specific cyclin-1 5.954381901 L4_chemical_C3 +LQ01X000620 Protein GRIP 7.705066024 C6_control_A1 +LQ01X000620 Protein GRIP 6.930724999 C6_control_A3 +LQ01X000620 Protein GRIP 6.708161542 C6_control_B1 +LQ01X000620 Protein GRIP 7.628642702 C6_control_B2 +LQ01X000620 Protein GRIP 6.98443977 C6_control_B3 +LQ01X000620 Protein GRIP 7.049248732 C6_control_C1 +LQ01X000620 Protein GRIP 8.15174099 C6_control_C2 +LQ01X000620 Protein GRIP 7.282201329 C6_control_C3 +LQ01X000620 Protein GRIP 7.849589835 C6_chemical_A1 +LQ01X000620 Protein GRIP 7.750819401 C6_chemical_A3 +LQ01X000620 Protein GRIP 7.024590891 C6_chemical_B1 +LQ01X000620 Protein GRIP 8.225173919 C6_chemical_B2 +LQ01X000620 Protein GRIP 7.6071115 C6_chemical_B3 +LQ01X000620 Protein GRIP 7.550286508 C6_chemical_C1 +LQ01X000620 Protein GRIP 7.610926732 C6_chemical_C2 +LQ01X000620 Protein GRIP 7.976316943 C6_chemical_C3 +LQ01X000620 Protein GRIP 7.346338313 L4_control_A1 +LQ01X000620 Protein GRIP 7.779809715 L4_control_A2 +LQ01X000620 Protein GRIP 6.740148409 L4_control_A3 +LQ01X000620 Protein GRIP 6.702913287 L4_control_B1 +LQ01X000620 Protein GRIP 7.35710676 L4_control_B2 +LQ01X000620 Protein GRIP 8.531150206 L4_control_B3 +LQ01X000620 Protein GRIP 6.373299761 L4_control_C2 +LQ01X000620 Protein GRIP 7.098549042 L4_control_C3 +LQ01X000620 Protein GRIP 7.581033657 L4_chemical_A1 +LQ01X000620 Protein GRIP 7.402828385 L4_chemical_A2 +LQ01X000620 Protein GRIP 6.276610125 L4_chemical_A3 +LQ01X000620 Protein GRIP 6.252803658 L4_chemical_B1 +LQ01X000620 Protein GRIP 6.252018034 L4_chemical_B2 +LQ01X000620 Protein GRIP 8.228632056 L4_chemical_B3 +LQ01X000620 Protein GRIP 7.108710149 L4_chemical_C2 +LQ01X000620 Protein GRIP 7.611486792 L4_chemical_C3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.81311534 C6_control_A1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 12.35130914 C6_control_A3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.67499208 C6_control_B1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.79942022 C6_control_B2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.71819934 C6_control_B3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.62441513 C6_control_C1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.58252199 C6_control_C2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.69145569 C6_control_C3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.91888111 C6_chemical_A1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 12.42858243 C6_chemical_A3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.67562346 C6_chemical_B1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.76002488 C6_chemical_B2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.64079848 C6_chemical_B3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.56220592 C6_chemical_C1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.36745135 C6_chemical_C2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.64207617 C6_chemical_C3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 12.21796053 L4_control_A1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.78879983 L4_control_A2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 12.69744238 L4_control_A3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.64776435 L4_control_B1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 12.23899712 L4_control_B2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.41765799 L4_control_B3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.09787726 L4_control_C2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.86929502 L4_control_C3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.87603631 L4_chemical_A1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.63410784 L4_chemical_A2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 12.53921418 L4_chemical_A3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 12.32116523 L4_chemical_B1 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.89109715 L4_chemical_B2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.92394441 L4_chemical_B3 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 10.9091753 L4_chemical_C2 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.65428906 L4_chemical_C3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 10.48706395 C6_control_A1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 11.52385731 C6_control_A3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 10.67790126 C6_control_B1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 11.04153366 C6_control_B2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 11.84170016 C6_control_B3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.63950399 C6_control_C1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.45014902 C6_control_C2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 13.19325296 C6_control_C3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 9.498118328 C6_chemical_A1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.26088399 C6_chemical_A3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 10.77182665 C6_chemical_B1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 11.1401229 C6_chemical_B2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.81115977 C6_chemical_B3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.62313835 C6_chemical_C1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.69690131 C6_chemical_C2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 13.8602455 C6_chemical_C3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 10.71077063 L4_control_A1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 10.20560721 L4_control_A2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.15449673 L4_control_A3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 11.73410803 L4_control_B1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 11.23893795 L4_control_B2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.26804401 L4_control_B3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.82804434 L4_control_C2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 13.13769744 L4_control_C3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.4645905 L4_chemical_A1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.71546054 L4_chemical_A2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 13.19640142 L4_chemical_A3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.64633403 L4_chemical_B1 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.20870219 L4_chemical_B2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 12.22842116 L4_chemical_B3 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 13.11556615 L4_chemical_C2 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 13.1309379 L4_chemical_C3 +LQ01X000770 Endochitinase 9.031781267 C6_control_A1 +LQ01X000770 Endochitinase 10.14658622 C6_control_A3 +LQ01X000770 Endochitinase 8.310321463 C6_control_B1 +LQ01X000770 Endochitinase 7.628602384 C6_control_B2 +LQ01X000770 Endochitinase 9.144777542 C6_control_B3 +LQ01X000770 Endochitinase 6.296222414 C6_control_C1 +LQ01X000770 Endochitinase 5.651898198 C6_control_C2 +LQ01X000770 Endochitinase 8.313383127 C6_control_C3 +LQ01X000770 Endochitinase 7.881321759 C6_chemical_A1 +LQ01X000770 Endochitinase 10.08468503 C6_chemical_A3 +LQ01X000770 Endochitinase 7.194853368 C6_chemical_B1 +LQ01X000770 Endochitinase 7.085099302 C6_chemical_B2 +LQ01X000770 Endochitinase 11.26236856 C6_chemical_B3 +LQ01X000770 Endochitinase 5.781670505 C6_chemical_C1 +LQ01X000770 Endochitinase 5.6680101 C6_chemical_C2 +LQ01X000770 Endochitinase 8.500266854 C6_chemical_C3 +LQ01X000770 Endochitinase 9.788205492 L4_control_A1 +LQ01X000770 Endochitinase 6.776398424 L4_control_A2 +LQ01X000770 Endochitinase 10.28661338 L4_control_A3 +LQ01X000770 Endochitinase 8.321297182 L4_control_B1 +LQ01X000770 Endochitinase 6.656738321 L4_control_B2 +LQ01X000770 Endochitinase 9.266189018 L4_control_B3 +LQ01X000770 Endochitinase 8.154830461 L4_control_C2 +LQ01X000770 Endochitinase 7.553531181 L4_control_C3 +LQ01X000770 Endochitinase 12.22016187 L4_chemical_A1 +LQ01X000770 Endochitinase 10.23072894 L4_chemical_A2 +LQ01X000770 Endochitinase 12.19688427 L4_chemical_A3 +LQ01X000770 Endochitinase 11.50648615 L4_chemical_B1 +LQ01X000770 Endochitinase 8.738208317 L4_chemical_B2 +LQ01X000770 Endochitinase 9.888620376 L4_chemical_B3 +LQ01X000770 Endochitinase 6.075768317 L4_chemical_C2 +LQ01X000770 Endochitinase 7.482733871 L4_chemical_C3 +LQ01X000800 Chitinase 1 5.185759463 C6_control_A1 +LQ01X000800 Chitinase 1 5.156168535 C6_control_A3 +LQ01X000800 Chitinase 1 4.914640795 C6_control_B1 +LQ01X000800 Chitinase 1 5.322024162 C6_control_B2 +LQ01X000800 Chitinase 1 5.28639987 C6_control_B3 +LQ01X000800 Chitinase 1 5.136811874 C6_control_C1 +LQ01X000800 Chitinase 1 5.529194535 C6_control_C2 +LQ01X000800 Chitinase 1 5.52995494 C6_control_C3 +LQ01X000800 Chitinase 1 5.086362959 C6_chemical_A1 +LQ01X000800 Chitinase 1 5.332825753 C6_chemical_A3 +LQ01X000800 Chitinase 1 5.049887497 C6_chemical_B1 +LQ01X000800 Chitinase 1 5.424867775 C6_chemical_B2 +LQ01X000800 Chitinase 1 5.480651685 C6_chemical_B3 +LQ01X000800 Chitinase 1 4.766243742 C6_chemical_C1 +LQ01X000800 Chitinase 1 5.317562046 C6_chemical_C2 +LQ01X000800 Chitinase 1 5.148020123 C6_chemical_C3 +LQ01X000800 Chitinase 1 5.242327358 L4_control_A1 +LQ01X000800 Chitinase 1 5.208570951 L4_control_A2 +LQ01X000800 Chitinase 1 5.416996169 L4_control_A3 +LQ01X000800 Chitinase 1 6.664294533 L4_control_B1 +LQ01X000800 Chitinase 1 5.68875305 L4_control_B2 +LQ01X000800 Chitinase 1 5.046485072 L4_control_B3 +LQ01X000800 Chitinase 1 5.682194494 L4_control_C2 +LQ01X000800 Chitinase 1 5.593724823 L4_control_C3 +LQ01X000800 Chitinase 1 7.344155043 L4_chemical_A1 +LQ01X000800 Chitinase 1 5.989717031 L4_chemical_A2 +LQ01X000800 Chitinase 1 5.492466444 L4_chemical_A3 +LQ01X000800 Chitinase 1 8.173595534 L4_chemical_B1 +LQ01X000800 Chitinase 1 5.567892235 L4_chemical_B2 +LQ01X000800 Chitinase 1 5.440569725 L4_chemical_B3 +LQ01X000800 Chitinase 1 5.857390343 L4_chemical_C2 +LQ01X000800 Chitinase 1 5.121480296 L4_chemical_C3 +LQ01X000900 Predicted protein 10.29038444 C6_control_A1 +LQ01X000900 Predicted protein 10.79234496 C6_control_A3 +LQ01X000900 Predicted protein 8.952772945 C6_control_B1 +LQ01X000900 Predicted protein 7.678288023 C6_control_B2 +LQ01X000900 Predicted protein 7.180143366 C6_control_B3 +LQ01X000900 Predicted protein 6.48746971 C6_control_C1 +LQ01X000900 Predicted protein 5.853213396 C6_control_C2 +LQ01X000900 Predicted protein 5.826453773 C6_control_C3 +LQ01X000900 Predicted protein 10.11383986 C6_chemical_A1 +LQ01X000900 Predicted protein 10.8011286 C6_chemical_A3 +LQ01X000900 Predicted protein 7.532056764 C6_chemical_B1 +LQ01X000900 Predicted protein 7.503627525 C6_chemical_B2 +LQ01X000900 Predicted protein 6.779030133 C6_chemical_B3 +LQ01X000900 Predicted protein 6.865992147 C6_chemical_C1 +LQ01X000900 Predicted protein 5.781325873 C6_chemical_C2 +LQ01X000900 Predicted protein 5.740922376 C6_chemical_C3 +LQ01X000900 Predicted protein 9.820816877 L4_control_A1 +LQ01X000900 Predicted protein 9.671057467 L4_control_A2 +LQ01X000900 Predicted protein 11.20090237 L4_control_A3 +LQ01X000900 Predicted protein 6.316335921 L4_control_B1 +LQ01X000900 Predicted protein 8.402244512 L4_control_B2 +LQ01X000900 Predicted protein 6.677268042 L4_control_B3 +LQ01X000900 Predicted protein 6.567284598 L4_control_C2 +LQ01X000900 Predicted protein 6.030185279 L4_control_C3 +LQ01X000900 Predicted protein 9.401648217 L4_chemical_A1 +LQ01X000900 Predicted protein 8.847980138 L4_chemical_A2 +LQ01X000900 Predicted protein 10.8962018 L4_chemical_A3 +LQ01X000900 Predicted protein 7.764888529 L4_chemical_B1 +LQ01X000900 Predicted protein 8.289700661 L4_chemical_B2 +LQ01X000900 Predicted protein 8.593855682 L4_chemical_B3 +LQ01X000900 Predicted protein 5.710097634 L4_chemical_C2 +LQ01X000900 Predicted protein 6.274399712 L4_chemical_C3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.301927916 C6_control_A1 +LQ01X000910 Probable S-acyltransferase At3g51390 6.140043295 C6_control_A3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.988679346 C6_control_B1 +LQ01X000910 Probable S-acyltransferase At3g51390 5.579743969 C6_control_B2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.371588645 C6_control_B3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.631706435 C6_control_C1 +LQ01X000910 Probable S-acyltransferase At3g51390 6.157704298 C6_control_C2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.292806879 C6_control_C3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.685678693 C6_chemical_A1 +LQ01X000910 Probable S-acyltransferase At3g51390 5.551553997 C6_chemical_A3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.273931349 C6_chemical_B1 +LQ01X000910 Probable S-acyltransferase At3g51390 5.947154059 C6_chemical_B2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.456908865 C6_chemical_B3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.442413599 C6_chemical_C1 +LQ01X000910 Probable S-acyltransferase At3g51390 5.431828245 C6_chemical_C2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.604393148 C6_chemical_C3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.121821719 L4_control_A1 +LQ01X000910 Probable S-acyltransferase At3g51390 5.320231409 L4_control_A2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.095711675 L4_control_A3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.593733354 L4_control_B1 +LQ01X000910 Probable S-acyltransferase At3g51390 5.49752974 L4_control_B2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.386905657 L4_control_B3 +LQ01X000910 Probable S-acyltransferase At3g51390 6.079174914 L4_control_C2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.237076396 L4_control_C3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.28438628 L4_chemical_A1 +LQ01X000910 Probable S-acyltransferase At3g51390 5.409565959 L4_chemical_A2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.359655747 L4_chemical_A3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.673965427 L4_chemical_B1 +LQ01X000910 Probable S-acyltransferase At3g51390 5.29394581 L4_chemical_B2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.197830938 L4_chemical_B3 +LQ01X000910 Probable S-acyltransferase At3g51390 5.522529361 L4_chemical_C2 +LQ01X000910 Probable S-acyltransferase At3g51390 5.410686385 L4_chemical_C3 +LQ01X000950 At4g35750 14.13920449 C6_control_A1 +LQ01X000950 At4g35750 14.37227153 C6_control_A3 +LQ01X000950 At4g35750 13.65218259 C6_control_B1 +LQ01X000950 At4g35750 13.52713293 C6_control_B2 +LQ01X000950 At4g35750 13.18827439 C6_control_B3 +LQ01X000950 At4g35750 13.76702981 C6_control_C1 +LQ01X000950 At4g35750 13.37503862 C6_control_C2 +LQ01X000950 At4g35750 14.01455569 C6_control_C3 +LQ01X000950 At4g35750 14.42987047 C6_chemical_A1 +LQ01X000950 At4g35750 14.28325572 C6_chemical_A3 +LQ01X000950 At4g35750 13.75600286 C6_chemical_B1 +LQ01X000950 At4g35750 13.63038103 C6_chemical_B2 +LQ01X000950 At4g35750 13.47150677 C6_chemical_B3 +LQ01X000950 At4g35750 13.49654699 C6_chemical_C1 +LQ01X000950 At4g35750 13.38922645 C6_chemical_C2 +LQ01X000950 At4g35750 12.87700949 C6_chemical_C3 +LQ01X000950 At4g35750 14.4278081 L4_control_A1 +LQ01X000950 At4g35750 12.8394109 L4_control_A2 +LQ01X000950 At4g35750 12.69948503 L4_control_A3 +LQ01X000950 At4g35750 13.08825796 L4_control_B1 +LQ01X000950 At4g35750 12.58291165 L4_control_B2 +LQ01X000950 At4g35750 13.07825362 L4_control_B3 +LQ01X000950 At4g35750 12.70731 L4_control_C2 +LQ01X000950 At4g35750 13.26155002 L4_control_C3 +LQ01X000950 At4g35750 13.25069518 L4_chemical_A1 +LQ01X000950 At4g35750 12.76303721 L4_chemical_A2 +LQ01X000950 At4g35750 13.28031242 L4_chemical_A3 +LQ01X000950 At4g35750 13.31633258 L4_chemical_B1 +LQ01X000950 At4g35750 13.2547792 L4_chemical_B2 +LQ01X000950 At4g35750 13.52638699 L4_chemical_B3 +LQ01X000950 At4g35750 13.0700707 L4_chemical_C2 +LQ01X000950 At4g35750 12.99417207 L4_chemical_C3 +LQ01X000960 Putative uncharacterized protein 11.13852156 C6_control_A1 +LQ01X000960 Putative uncharacterized protein 11.52604305 C6_control_A3 +LQ01X000960 Putative uncharacterized protein 11.18567263 C6_control_B1 +LQ01X000960 Putative uncharacterized protein 11.0963426 C6_control_B2 +LQ01X000960 Putative uncharacterized protein 10.60297772 C6_control_B3 +LQ01X000960 Putative uncharacterized protein 11.93354881 C6_control_C1 +LQ01X000960 Putative uncharacterized protein 12.28941267 C6_control_C2 +LQ01X000960 Putative uncharacterized protein 11.76886685 C6_control_C3 +LQ01X000960 Putative uncharacterized protein 11.2606868 C6_chemical_A1 +LQ01X000960 Putative uncharacterized protein 11.25244647 C6_chemical_A3 +LQ01X000960 Putative uncharacterized protein 11.42778963 C6_chemical_B1 +LQ01X000960 Putative uncharacterized protein 11.30347712 C6_chemical_B2 +LQ01X000960 Putative uncharacterized protein 10.59806199 C6_chemical_B3 +LQ01X000960 Putative uncharacterized protein 11.98089084 C6_chemical_C1 +LQ01X000960 Putative uncharacterized protein 12.325701 C6_chemical_C2 +LQ01X000960 Putative uncharacterized protein 11.79054112 C6_chemical_C3 +LQ01X000960 Putative uncharacterized protein 10.69341372 L4_control_A1 +LQ01X000960 Putative uncharacterized protein 10.82296627 L4_control_A2 +LQ01X000960 Putative uncharacterized protein 10.33108445 L4_control_A3 +LQ01X000960 Putative uncharacterized protein 10.75796828 L4_control_B1 +LQ01X000960 Putative uncharacterized protein 11.03218243 L4_control_B2 +LQ01X000960 Putative uncharacterized protein 11.25913346 L4_control_B3 +LQ01X000960 Putative uncharacterized protein 12.0170881 L4_control_C2 +LQ01X000960 Putative uncharacterized protein 12.04030039 L4_control_C3 +LQ01X000960 Putative uncharacterized protein 10.52806541 L4_chemical_A1 +LQ01X000960 Putative uncharacterized protein 10.43413283 L4_chemical_A2 +LQ01X000960 Putative uncharacterized protein 9.771784924 L4_chemical_A3 +LQ01X000960 Putative uncharacterized protein 10.8827611 L4_chemical_B1 +LQ01X000960 Putative uncharacterized protein 10.31871172 L4_chemical_B2 +LQ01X000960 Putative uncharacterized protein 10.98482077 L4_chemical_B3 +LQ01X000960 Putative uncharacterized protein 12.10206972 L4_chemical_C2 +LQ01X000960 Putative uncharacterized protein 12.00893571 L4_chemical_C3 +LQ01X000970 Predicted protein 13.50256437 C6_control_A1 +LQ01X000970 Predicted protein 13.20597432 C6_control_A3 +LQ01X000970 Predicted protein 14.14535758 C6_control_B1 +LQ01X000970 Predicted protein 14.76798558 C6_control_B2 +LQ01X000970 Predicted protein 14.46161064 C6_control_B3 +LQ01X000970 Predicted protein 15.5118883 C6_control_C1 +LQ01X000970 Predicted protein 14.96802762 C6_control_C2 +LQ01X000970 Predicted protein 15.30214406 C6_control_C3 +LQ01X000970 Predicted protein 13.69951308 C6_chemical_A1 +LQ01X000970 Predicted protein 13.20728856 C6_chemical_A3 +LQ01X000970 Predicted protein 14.54608913 C6_chemical_B1 +LQ01X000970 Predicted protein 15.1553572 C6_chemical_B2 +LQ01X000970 Predicted protein 14.77155735 C6_chemical_B3 +LQ01X000970 Predicted protein 15.35206164 C6_chemical_C1 +LQ01X000970 Predicted protein 15.5637712 C6_chemical_C2 +LQ01X000970 Predicted protein 15.54059926 C6_chemical_C3 +LQ01X000970 Predicted protein 11.6556915 L4_control_A1 +LQ01X000970 Predicted protein 12.58609363 L4_control_A2 +LQ01X000970 Predicted protein 13.44966549 L4_control_A3 +LQ01X000970 Predicted protein 14.52568295 L4_control_B1 +LQ01X000970 Predicted protein 14.27265792 L4_control_B2 +LQ01X000970 Predicted protein 14.9763672 L4_control_B3 +LQ01X000970 Predicted protein 14.95578553 L4_control_C2 +LQ01X000970 Predicted protein 15.09812056 L4_control_C3 +LQ01X000970 Predicted protein 13.86888361 L4_chemical_A1 +LQ01X000970 Predicted protein 14.61527682 L4_chemical_A2 +LQ01X000970 Predicted protein 13.36850826 L4_chemical_A3 +LQ01X000970 Predicted protein 14.21010245 L4_chemical_B1 +LQ01X000970 Predicted protein 14.44289575 L4_chemical_B2 +LQ01X000970 Predicted protein 14.30247473 L4_chemical_B3 +LQ01X000970 Predicted protein 15.17246048 L4_chemical_C2 +LQ01X000970 Predicted protein 15.32127284 L4_chemical_C3 +LQ01X000990 Predicted protein 5.441999939 C6_control_A1 +LQ01X000990 Predicted protein 5.527635676 C6_control_A3 +LQ01X000990 Predicted protein 5.98506042 C6_control_B1 +LQ01X000990 Predicted protein 5.249628391 C6_control_B2 +LQ01X000990 Predicted protein 6.016455394 C6_control_B3 +LQ01X000990 Predicted protein 5.487439207 C6_control_C1 +LQ01X000990 Predicted protein 5.290922508 C6_control_C2 +LQ01X000990 Predicted protein 5.553485255 C6_control_C3 +LQ01X000990 Predicted protein 5.541278377 C6_chemical_A1 +LQ01X000990 Predicted protein 5.277616246 C6_chemical_A3 +LQ01X000990 Predicted protein 6.393855818 C6_chemical_B1 +LQ01X000990 Predicted protein 5.490902408 C6_chemical_B2 +LQ01X000990 Predicted protein 5.989734845 C6_chemical_B3 +LQ01X000990 Predicted protein 5.493293641 C6_chemical_C1 +LQ01X000990 Predicted protein 5.455220461 C6_chemical_C2 +LQ01X000990 Predicted protein 5.624638682 C6_chemical_C3 +LQ01X000990 Predicted protein 5.982064536 L4_control_A1 +LQ01X000990 Predicted protein 5.805755509 L4_control_A2 +LQ01X000990 Predicted protein 6.037182471 L4_control_A3 +LQ01X000990 Predicted protein 6.229475433 L4_control_B1 +LQ01X000990 Predicted protein 5.547201748 L4_control_B2 +LQ01X000990 Predicted protein 5.457117043 L4_control_B3 +LQ01X000990 Predicted protein 6.774795516 L4_control_C2 +LQ01X000990 Predicted protein 5.606570515 L4_control_C3 +LQ01X000990 Predicted protein 6.105986462 L4_chemical_A1 +LQ01X000990 Predicted protein 5.814997808 L4_chemical_A2 +LQ01X000990 Predicted protein 6.142183882 L4_chemical_A3 +LQ01X000990 Predicted protein 5.66696503 L4_chemical_B1 +LQ01X000990 Predicted protein 6.414752222 L4_chemical_B2 +LQ01X000990 Predicted protein 5.839614393 L4_chemical_B3 +LQ01X000990 Predicted protein 5.779562998 L4_chemical_C2 +LQ01X000990 Predicted protein 5.661776255 L4_chemical_C3 +LQ01X001030 Putative uncharacterized protein 6.286744043 C6_control_A1 +LQ01X001030 Putative uncharacterized protein 6.68750221 C6_control_A3 +LQ01X001030 Putative uncharacterized protein 5.857100756 C6_control_B1 +LQ01X001030 Putative uncharacterized protein 6.664500276 C6_control_B2 +LQ01X001030 Putative uncharacterized protein 5.848604932 C6_control_B3 +LQ01X001030 Putative uncharacterized protein 6.412690516 C6_control_C1 +LQ01X001030 Putative uncharacterized protein 7.730995592 C6_control_C2 +LQ01X001030 Putative uncharacterized protein 6.677550098 C6_control_C3 +LQ01X001030 Putative uncharacterized protein 5.638480849 C6_chemical_A1 +LQ01X001030 Putative uncharacterized protein 6.061632018 C6_chemical_A3 +LQ01X001030 Putative uncharacterized protein 5.763806907 C6_chemical_B1 +LQ01X001030 Putative uncharacterized protein 6.401093199 C6_chemical_B2 +LQ01X001030 Putative uncharacterized protein 5.549169455 C6_chemical_B3 +LQ01X001030 Putative uncharacterized protein 6.302025347 C6_chemical_C1 +LQ01X001030 Putative uncharacterized protein 6.160091115 C6_chemical_C2 +LQ01X001030 Putative uncharacterized protein 5.895125459 C6_chemical_C3 +LQ01X001030 Putative uncharacterized protein 5.540475462 L4_control_A1 +LQ01X001030 Putative uncharacterized protein 6.051967476 L4_control_A2 +LQ01X001030 Putative uncharacterized protein 6.551647929 L4_control_A3 +LQ01X001030 Putative uncharacterized protein 5.389900081 L4_control_B1 +LQ01X001030 Putative uncharacterized protein 6.290608438 L4_control_B2 +LQ01X001030 Putative uncharacterized protein 5.84578209 L4_control_B3 +LQ01X001030 Putative uncharacterized protein 6.156598767 L4_control_C2 +LQ01X001030 Putative uncharacterized protein 5.894352361 L4_control_C3 +LQ01X001030 Putative uncharacterized protein 5.710023963 L4_chemical_A1 +LQ01X001030 Putative uncharacterized protein 5.580940866 L4_chemical_A2 +LQ01X001030 Putative uncharacterized protein 6.23946458 L4_chemical_A3 +LQ01X001030 Putative uncharacterized protein 6.429867545 L4_chemical_B1 +LQ01X001030 Putative uncharacterized protein 5.59324858 L4_chemical_B2 +LQ01X001030 Putative uncharacterized protein 6.053985292 L4_chemical_B3 +LQ01X001030 Putative uncharacterized protein 6.58978496 L4_chemical_C2 +LQ01X001030 Putative uncharacterized protein 6.387689545 L4_chemical_C3 +LQ01X001040 Phospholipase D delta 9.397211135 C6_control_A1 +LQ01X001040 Phospholipase D delta 8.573545964 C6_control_A3 +LQ01X001040 Phospholipase D delta 9.671515353 C6_control_B1 +LQ01X001040 Phospholipase D delta 9.587864043 C6_control_B2 +LQ01X001040 Phospholipase D delta 9.617654536 C6_control_B3 +LQ01X001040 Phospholipase D delta 9.427247022 C6_control_C1 +LQ01X001040 Phospholipase D delta 8.58920264 C6_control_C2 +LQ01X001040 Phospholipase D delta 8.820242156 C6_control_C3 +LQ01X001040 Phospholipase D delta 9.884984226 C6_chemical_A1 +LQ01X001040 Phospholipase D delta 9.650182887 C6_chemical_A3 +LQ01X001040 Phospholipase D delta 10.5710813 C6_chemical_B1 +LQ01X001040 Phospholipase D delta 9.755786869 C6_chemical_B2 +LQ01X001040 Phospholipase D delta 10.45071594 C6_chemical_B3 +LQ01X001040 Phospholipase D delta 9.537266157 C6_chemical_C1 +LQ01X001040 Phospholipase D delta 9.542242395 C6_chemical_C2 +LQ01X001040 Phospholipase D delta 9.529095661 C6_chemical_C3 +LQ01X001040 Phospholipase D delta 9.812808485 L4_control_A1 +LQ01X001040 Phospholipase D delta 9.734183893 L4_control_A2 +LQ01X001040 Phospholipase D delta 10.46836835 L4_control_A3 +LQ01X001040 Phospholipase D delta 9.849980168 L4_control_B1 +LQ01X001040 Phospholipase D delta 10.88031129 L4_control_B2 +LQ01X001040 Phospholipase D delta 10.43413688 L4_control_B3 +LQ01X001040 Phospholipase D delta 10.40856574 L4_control_C2 +LQ01X001040 Phospholipase D delta 11.122592 L4_control_C3 +LQ01X001040 Phospholipase D delta 9.493694851 L4_chemical_A1 +LQ01X001040 Phospholipase D delta 9.919846494 L4_chemical_A2 +LQ01X001040 Phospholipase D delta 9.780814349 L4_chemical_A3 +LQ01X001040 Phospholipase D delta 10.15828471 L4_chemical_B1 +LQ01X001040 Phospholipase D delta 10.57578697 L4_chemical_B2 +LQ01X001040 Phospholipase D delta 10.33964952 L4_chemical_B3 +LQ01X001040 Phospholipase D delta 10.48298138 L4_chemical_C2 +LQ01X001040 Phospholipase D delta 10.94406284 L4_chemical_C3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.70030816 C6_control_A1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.701277191 C6_control_A3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.286434995 C6_control_B1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.977421581 C6_control_B2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.274643633 C6_control_B3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.839446398 C6_control_C1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.800107078 C6_control_C2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.675293772 C6_control_C3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.938874259 C6_chemical_A1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.753320891 C6_chemical_A3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.881077303 C6_chemical_B1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.796069917 C6_chemical_B2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.545845256 C6_chemical_B3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.876242544 C6_chemical_C1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.792761925 C6_chemical_C2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.680964905 C6_chemical_C3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 6.002915626 L4_control_A1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.775697966 L4_control_A2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.637998179 L4_control_A3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.471810205 L4_control_B1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.071580176 L4_control_B2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.458754888 L4_control_B3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.199093774 L4_control_C2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.586305317 L4_control_C3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.467175858 L4_chemical_A1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.531202463 L4_chemical_A2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.433758454 L4_chemical_A3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.748497582 L4_chemical_B1 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.211110694 L4_chemical_B2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.310507097 L4_chemical_B3 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.450783845 L4_chemical_C2 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.458371587 L4_chemical_C3 +LQ01X001080 Predicted protein 5.507887948 C6_control_A1 +LQ01X001080 Predicted protein 5.162590123 C6_control_A3 +LQ01X001080 Predicted protein 5.878449234 C6_control_B1 +LQ01X001080 Predicted protein 5.245314687 C6_control_B2 +LQ01X001080 Predicted protein 5.614472067 C6_control_B3 +LQ01X001080 Predicted protein 5.284876034 C6_control_C1 +LQ01X001080 Predicted protein 5.249444887 C6_control_C2 +LQ01X001080 Predicted protein 5.270245152 C6_control_C3 +LQ01X001080 Predicted protein 5.258888098 C6_chemical_A1 +LQ01X001080 Predicted protein 5.287394354 C6_chemical_A3 +LQ01X001080 Predicted protein 5.75737131 C6_chemical_B1 +LQ01X001080 Predicted protein 5.32611777 C6_chemical_B2 +LQ01X001080 Predicted protein 5.473792043 C6_chemical_B3 +LQ01X001080 Predicted protein 5.436199217 C6_chemical_C1 +LQ01X001080 Predicted protein 5.197076254 C6_chemical_C2 +LQ01X001080 Predicted protein 5.201514658 C6_chemical_C3 +LQ01X001080 Predicted protein 5.960471045 L4_control_A1 +LQ01X001080 Predicted protein 5.594949354 L4_control_A2 +LQ01X001080 Predicted protein 5.127561206 L4_control_A3 +LQ01X001080 Predicted protein 5.159205644 L4_control_B1 +LQ01X001080 Predicted protein 5.337393718 L4_control_B2 +LQ01X001080 Predicted protein 5.714254705 L4_control_B3 +LQ01X001080 Predicted protein 5.434912843 L4_control_C2 +LQ01X001080 Predicted protein 5.120344049 L4_control_C3 +LQ01X001080 Predicted protein 5.728031148 L4_chemical_A1 +LQ01X001080 Predicted protein 5.82961096 L4_chemical_A2 +LQ01X001080 Predicted protein 5.302251622 L4_chemical_A3 +LQ01X001080 Predicted protein 5.261997513 L4_chemical_B1 +LQ01X001080 Predicted protein 5.568700243 L4_chemical_B2 +LQ01X001080 Predicted protein 5.751655485 L4_chemical_B3 +LQ01X001080 Predicted protein 5.794798963 L4_chemical_C2 +LQ01X001080 Predicted protein 5.280457092 L4_chemical_C3 +LQ01X001090 Putative uncharacterized protein 5.96991722 C6_control_A1 +LQ01X001090 Putative uncharacterized protein 6.242936686 C6_control_A3 +LQ01X001090 Putative uncharacterized protein 6.081747093 C6_control_B1 +LQ01X001090 Putative uncharacterized protein 6.128204736 C6_control_B2 +LQ01X001090 Putative uncharacterized protein 5.892057632 C6_control_B3 +LQ01X001090 Putative uncharacterized protein 5.737882156 C6_control_C1 +LQ01X001090 Putative uncharacterized protein 6.060715366 C6_control_C2 +LQ01X001090 Putative uncharacterized protein 5.272405827 C6_control_C3 +LQ01X001090 Putative uncharacterized protein 5.916194119 C6_chemical_A1 +LQ01X001090 Putative uncharacterized protein 5.769856911 C6_chemical_A3 +LQ01X001090 Putative uncharacterized protein 5.839876755 C6_chemical_B1 +LQ01X001090 Putative uncharacterized protein 5.902138097 C6_chemical_B2 +LQ01X001090 Putative uncharacterized protein 6.033753213 C6_chemical_B3 +LQ01X001090 Putative uncharacterized protein 5.673937194 C6_chemical_C1 +LQ01X001090 Putative uncharacterized protein 5.753187265 C6_chemical_C2 +LQ01X001090 Putative uncharacterized protein 5.549480501 C6_chemical_C3 +LQ01X001090 Putative uncharacterized protein 5.516450953 L4_control_A1 +LQ01X001090 Putative uncharacterized protein 6.171446793 L4_control_A2 +LQ01X001090 Putative uncharacterized protein 6.531303438 L4_control_A3 +LQ01X001090 Putative uncharacterized protein 5.813801922 L4_control_B1 +LQ01X001090 Putative uncharacterized protein 5.861756184 L4_control_B2 +LQ01X001090 Putative uncharacterized protein 5.782512224 L4_control_B3 +LQ01X001090 Putative uncharacterized protein 5.461356913 L4_control_C2 +LQ01X001090 Putative uncharacterized protein 5.499087199 L4_control_C3 +LQ01X001090 Putative uncharacterized protein 5.512374773 L4_chemical_A1 +LQ01X001090 Putative uncharacterized protein 5.932616141 L4_chemical_A2 +LQ01X001090 Putative uncharacterized protein 5.822388091 L4_chemical_A3 +LQ01X001090 Putative uncharacterized protein 5.668563663 L4_chemical_B1 +LQ01X001090 Putative uncharacterized protein 5.544484491 L4_chemical_B2 +LQ01X001090 Putative uncharacterized protein 5.780930053 L4_chemical_B3 +LQ01X001090 Putative uncharacterized protein 6.010065472 L4_chemical_C2 +LQ01X001090 Putative uncharacterized protein 6.054329226 L4_chemical_C3 +LQ01X001100 Aconitate hydratase 1 6.799431576 C6_control_A1 +LQ01X001100 Aconitate hydratase 1 7.948811937 C6_control_A3 +LQ01X001100 Aconitate hydratase 1 6.500470506 C6_control_B1 +LQ01X001100 Aconitate hydratase 1 6.186726612 C6_control_B2 +LQ01X001100 Aconitate hydratase 1 6.391606583 C6_control_B3 +LQ01X001100 Aconitate hydratase 1 6.214571556 C6_control_C1 +LQ01X001100 Aconitate hydratase 1 7.392502002 C6_control_C2 +LQ01X001100 Aconitate hydratase 1 6.514337131 C6_control_C3 +LQ01X001100 Aconitate hydratase 1 6.220251569 C6_chemical_A1 +LQ01X001100 Aconitate hydratase 1 6.534674909 C6_chemical_A3 +LQ01X001100 Aconitate hydratase 1 6.221864659 C6_chemical_B1 +LQ01X001100 Aconitate hydratase 1 6.15004124 C6_chemical_B2 +LQ01X001100 Aconitate hydratase 1 6.364879805 C6_chemical_B3 +LQ01X001100 Aconitate hydratase 1 6.283276776 C6_chemical_C1 +LQ01X001100 Aconitate hydratase 1 6.514612415 C6_chemical_C2 +LQ01X001100 Aconitate hydratase 1 6.353159625 C6_chemical_C3 +LQ01X001100 Aconitate hydratase 1 6.648417107 L4_control_A1 +LQ01X001100 Aconitate hydratase 1 6.686665277 L4_control_A2 +LQ01X001100 Aconitate hydratase 1 6.701261486 L4_control_A3 +LQ01X001100 Aconitate hydratase 1 6.312000393 L4_control_B1 +LQ01X001100 Aconitate hydratase 1 6.938661442 L4_control_B2 +LQ01X001100 Aconitate hydratase 1 6.368878403 L4_control_B3 +LQ01X001100 Aconitate hydratase 1 6.866418349 L4_control_C2 +LQ01X001100 Aconitate hydratase 1 7.037428499 L4_control_C3 +LQ01X001100 Aconitate hydratase 1 6.498705604 L4_chemical_A1 +LQ01X001100 Aconitate hydratase 1 6.758895768 L4_chemical_A2 +LQ01X001100 Aconitate hydratase 1 7.054491955 L4_chemical_A3 +LQ01X001100 Aconitate hydratase 1 6.925522513 L4_chemical_B1 +LQ01X001100 Aconitate hydratase 1 6.945416571 L4_chemical_B2 +LQ01X001100 Aconitate hydratase 1 6.692934671 L4_chemical_B3 +LQ01X001100 Aconitate hydratase 1 6.566297216 L4_chemical_C2 +LQ01X001100 Aconitate hydratase 1 6.791841367 L4_chemical_C3 +LQ01X001110 RING-H2 finger protein ATL4M 5.034653669 C6_control_A1 +LQ01X001110 RING-H2 finger protein ATL4M 5.474353195 C6_control_A3 +LQ01X001110 RING-H2 finger protein ATL4M 5.065299425 C6_control_B1 +LQ01X001110 RING-H2 finger protein ATL4M 5.099169135 C6_control_B2 +LQ01X001110 RING-H2 finger protein ATL4M 4.947708201 C6_control_B3 +LQ01X001110 RING-H2 finger protein ATL4M 5.04271696 C6_control_C1 +LQ01X001110 RING-H2 finger protein ATL4M 5.552777651 C6_control_C2 +LQ01X001110 RING-H2 finger protein ATL4M 5.002331634 C6_control_C3 +LQ01X001110 RING-H2 finger protein ATL4M 4.983536523 C6_chemical_A1 +LQ01X001110 RING-H2 finger protein ATL4M 4.70908794 C6_chemical_A3 +LQ01X001110 RING-H2 finger protein ATL4M 5.390295572 C6_chemical_B1 +LQ01X001110 RING-H2 finger protein ATL4M 5.07999402 C6_chemical_B2 +LQ01X001110 RING-H2 finger protein ATL4M 5.193743239 C6_chemical_B3 +LQ01X001110 RING-H2 finger protein ATL4M 5.14474618 C6_chemical_C1 +LQ01X001110 RING-H2 finger protein ATL4M 5.187120054 C6_chemical_C2 +LQ01X001110 RING-H2 finger protein ATL4M 5.408861794 C6_chemical_C3 +LQ01X001110 RING-H2 finger protein ATL4M 5.161387861 L4_control_A1 +LQ01X001110 RING-H2 finger protein ATL4M 5.320686339 L4_control_A2 +LQ01X001110 RING-H2 finger protein ATL4M 5.055284898 L4_control_A3 +LQ01X001110 RING-H2 finger protein ATL4M 5.144953612 L4_control_B1 +LQ01X001110 RING-H2 finger protein ATL4M 4.890386102 L4_control_B2 +LQ01X001110 RING-H2 finger protein ATL4M 4.980047713 L4_control_B3 +LQ01X001110 RING-H2 finger protein ATL4M 5.82325039 L4_control_C2 +LQ01X001110 RING-H2 finger protein ATL4M 6.72354121 L4_control_C3 +LQ01X001110 RING-H2 finger protein ATL4M 4.816762225 L4_chemical_A1 +LQ01X001110 RING-H2 finger protein ATL4M 5.21748213 L4_chemical_A2 +LQ01X001110 RING-H2 finger protein ATL4M 4.908476861 L4_chemical_A3 +LQ01X001110 RING-H2 finger protein ATL4M 4.842692799 L4_chemical_B1 +LQ01X001110 RING-H2 finger protein ATL4M 4.864707913 L4_chemical_B2 +LQ01X001110 RING-H2 finger protein ATL4M 4.972639464 L4_chemical_B3 +LQ01X001110 RING-H2 finger protein ATL4M 5.112658594 L4_chemical_C2 +LQ01X001110 RING-H2 finger protein ATL4M 5.821506469 L4_chemical_C3 +LQ01X001150 Putative uncharacterized protein 12.00239894 C6_control_A1 +LQ01X001150 Putative uncharacterized protein 11.85394437 C6_control_A3 +LQ01X001150 Putative uncharacterized protein 12.67853458 C6_control_B1 +LQ01X001150 Putative uncharacterized protein 12.56948715 C6_control_B2 +LQ01X001150 Putative uncharacterized protein 12.838176 C6_control_B3 +LQ01X001150 Putative uncharacterized protein 12.34120291 C6_control_C1 +LQ01X001150 Putative uncharacterized protein 11.99010721 C6_control_C2 +LQ01X001150 Putative uncharacterized protein 12.44619138 C6_control_C3 +LQ01X001150 Putative uncharacterized protein 12.30016998 C6_chemical_A1 +LQ01X001150 Putative uncharacterized protein 11.76509163 C6_chemical_A3 +LQ01X001150 Putative uncharacterized protein 12.95459346 C6_chemical_B1 +LQ01X001150 Putative uncharacterized protein 12.50269733 C6_chemical_B2 +LQ01X001150 Putative uncharacterized protein 12.68145925 C6_chemical_B3 +LQ01X001150 Putative uncharacterized protein 12.35175822 C6_chemical_C1 +LQ01X001150 Putative uncharacterized protein 11.96914806 C6_chemical_C2 +LQ01X001150 Putative uncharacterized protein 12.04239493 C6_chemical_C3 +LQ01X001150 Putative uncharacterized protein 12.07272183 L4_control_A1 +LQ01X001150 Putative uncharacterized protein 12.29540023 L4_control_A2 +LQ01X001150 Putative uncharacterized protein 11.53787251 L4_control_A3 +LQ01X001150 Putative uncharacterized protein 12.74176357 L4_control_B1 +LQ01X001150 Putative uncharacterized protein 12.42231598 L4_control_B2 +LQ01X001150 Putative uncharacterized protein 12.80601935 L4_control_B3 +LQ01X001150 Putative uncharacterized protein 11.85997476 L4_control_C2 +LQ01X001150 Putative uncharacterized protein 12.37526585 L4_control_C3 +LQ01X001150 Putative uncharacterized protein 12.05858152 L4_chemical_A1 +LQ01X001150 Putative uncharacterized protein 12.38249779 L4_chemical_A2 +LQ01X001150 Putative uncharacterized protein 11.61303266 L4_chemical_A3 +LQ01X001150 Putative uncharacterized protein 12.4398047 L4_chemical_B1 +LQ01X001150 Putative uncharacterized protein 12.32718316 L4_chemical_B2 +LQ01X001150 Putative uncharacterized protein 12.95540141 L4_chemical_B3 +LQ01X001150 Putative uncharacterized protein 11.70844067 L4_chemical_C2 +LQ01X001150 Putative uncharacterized protein 12.08832245 L4_chemical_C3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.32844672 C6_control_A1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.21792428 C6_control_A3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.24080527 C6_control_B1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 9.742147532 C6_control_B2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 10.59200994 C6_control_B3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 8.060060637 C6_control_C1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 6.960364993 C6_control_C2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 8.013960353 C6_control_C3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.29477173 C6_chemical_A1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.23722332 C6_chemical_A3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 10.98442496 C6_chemical_B1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 9.429731539 C6_chemical_B2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 9.732598111 C6_chemical_B3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 7.901766414 C6_chemical_C1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 6.921532098 C6_chemical_C2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 7.22109653 C6_chemical_C3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.02524883 L4_control_A1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.36834197 L4_control_A2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 10.87459204 L4_control_A3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.12236573 L4_control_B1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.42113173 L4_control_B2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 8.662243673 L4_control_B3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 8.015023033 L4_control_C2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 6.518863933 L4_control_C3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 10.96148064 L4_chemical_A1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.2387024 L4_chemical_A2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 10.96425999 L4_chemical_A3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.4324906 L4_chemical_B1 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.50560065 L4_chemical_B2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 10.30705404 L4_chemical_B3 +LQ01X001160 Putative Aspartic proteinase-like protein 1 7.318557132 L4_chemical_C2 +LQ01X001160 Putative Aspartic proteinase-like protein 1 7.331748418 L4_chemical_C3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 7.82515935 C6_control_A1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 6.860718485 C6_control_A3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 8.110641372 C6_control_B1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.946429892 C6_control_B2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 8.849462172 C6_control_B3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 10.14508238 C6_control_C1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 10.2431015 C6_control_C2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 10.1993879 C6_control_C3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 7.549791175 C6_chemical_A1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 8.012083755 C6_chemical_A3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 7.944602773 C6_chemical_B1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.678764347 C6_chemical_B2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.588379333 C6_chemical_B3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 10.2532582 C6_chemical_C1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 10.26987069 C6_chemical_C2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 10.10042302 C6_chemical_C3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 7.789168289 L4_control_A1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 7.311100583 L4_control_A2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 7.065387441 L4_control_A3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.613394228 L4_control_B1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 8.827373031 L4_control_B2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 11.54225801 L4_control_B3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.907888116 L4_control_C2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.749042078 L4_control_C3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 8.846941759 L4_chemical_A1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 8.352661191 L4_chemical_A2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 7.83174483 L4_chemical_A3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.072766543 L4_chemical_B1 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.051598782 L4_chemical_B2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.337531132 L4_chemical_B3 +LQ01X001170 Putative Aspartic proteinase-like protein 1 9.594336216 L4_chemical_C2 +LQ01X001170 Putative Aspartic proteinase-like protein 1 10.18294824 L4_chemical_C3 +LQ01X001190 Peroxidase 64 9.291185392 C6_control_A1 +LQ01X001190 Peroxidase 64 8.951340934 C6_control_A3 +LQ01X001190 Peroxidase 64 13.31255026 C6_control_B1 +LQ01X001190 Peroxidase 64 13.68799512 C6_control_B2 +LQ01X001190 Peroxidase 64 14.50828672 C6_control_B3 +LQ01X001190 Peroxidase 64 11.69090363 C6_control_C1 +LQ01X001190 Peroxidase 64 12.09254388 C6_control_C2 +LQ01X001190 Peroxidase 64 11.33466692 C6_control_C3 +LQ01X001190 Peroxidase 64 8.873746729 C6_chemical_A1 +LQ01X001190 Peroxidase 64 8.632064358 C6_chemical_A3 +LQ01X001190 Peroxidase 64 13.17614447 C6_chemical_B1 +LQ01X001190 Peroxidase 64 13.50259021 C6_chemical_B2 +LQ01X001190 Peroxidase 64 13.55226277 C6_chemical_B3 +LQ01X001190 Peroxidase 64 11.18987072 C6_chemical_C1 +LQ01X001190 Peroxidase 64 11.12503969 C6_chemical_C2 +LQ01X001190 Peroxidase 64 11.14696075 C6_chemical_C3 +LQ01X001190 Peroxidase 64 9.617381796 L4_control_A1 +LQ01X001190 Peroxidase 64 9.600547561 L4_control_A2 +LQ01X001190 Peroxidase 64 8.298125756 L4_control_A3 +LQ01X001190 Peroxidase 64 13.89094586 L4_control_B1 +LQ01X001190 Peroxidase 64 13.81042961 L4_control_B2 +LQ01X001190 Peroxidase 64 13.33699594 L4_control_B3 +LQ01X001190 Peroxidase 64 11.19944003 L4_control_C2 +LQ01X001190 Peroxidase 64 11.6022145 L4_control_C3 +LQ01X001190 Peroxidase 64 8.036240634 L4_chemical_A1 +LQ01X001190 Peroxidase 64 8.689085947 L4_chemical_A2 +LQ01X001190 Peroxidase 64 8.317700311 L4_chemical_A3 +LQ01X001190 Peroxidase 64 12.34632114 L4_chemical_B1 +LQ01X001190 Peroxidase 64 12.81563823 L4_chemical_B2 +LQ01X001190 Peroxidase 64 12.87411166 L4_chemical_B3 +LQ01X001190 Peroxidase 64 10.63702489 L4_chemical_C2 +LQ01X001190 Peroxidase 64 11.07076181 L4_chemical_C3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.030727587 C6_control_A1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.711705364 C6_control_A3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 8.711583711 C6_control_B1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.064676312 C6_control_B2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.002779541 C6_control_B3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.30749353 C6_control_C1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.21136288 C6_control_C2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.09928762 C6_control_C3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.341216014 C6_chemical_A1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.347122443 C6_chemical_A3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.478109661 C6_chemical_B1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.365881313 C6_chemical_B2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.288820136 C6_chemical_B3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.49679141 C6_chemical_C1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.6939945 C6_chemical_C2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.36007273 C6_chemical_C3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.950146604 L4_control_A1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.629831609 L4_control_A2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.969923684 L4_control_A3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.635219745 L4_control_B1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.168445769 L4_control_B2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.504596692 L4_control_B3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.5323758 L4_control_C2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.90471551 L4_control_C3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.18670254 L4_chemical_A1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.43922861 L4_chemical_A2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.37367731 L4_chemical_A3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.11912388 L4_chemical_B1 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.779017199 L4_chemical_B2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.481419265 L4_chemical_B3 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.55916196 L4_chemical_C2 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 10.92797432 L4_chemical_C3 +LQ01X001220 Aquaporin PIP2-7 14.12106393 C6_control_A1 +LQ01X001220 Aquaporin PIP2-7 14.32784227 C6_control_A3 +LQ01X001220 Aquaporin PIP2-7 13.74228462 C6_control_B1 +LQ01X001220 Aquaporin PIP2-7 12.00830063 C6_control_B2 +LQ01X001220 Aquaporin PIP2-7 13.46627196 C6_control_B3 +LQ01X001220 Aquaporin PIP2-7 9.562382233 C6_control_C1 +LQ01X001220 Aquaporin PIP2-7 10.02297749 C6_control_C2 +LQ01X001220 Aquaporin PIP2-7 11.56267947 C6_control_C3 +LQ01X001220 Aquaporin PIP2-7 13.85981654 C6_chemical_A1 +LQ01X001220 Aquaporin PIP2-7 14.24862934 C6_chemical_A3 +LQ01X001220 Aquaporin PIP2-7 13.76164663 C6_chemical_B1 +LQ01X001220 Aquaporin PIP2-7 11.96157921 C6_chemical_B2 +LQ01X001220 Aquaporin PIP2-7 14.08269385 C6_chemical_B3 +LQ01X001220 Aquaporin PIP2-7 8.816858807 C6_chemical_C1 +LQ01X001220 Aquaporin PIP2-7 9.125160904 C6_chemical_C2 +LQ01X001220 Aquaporin PIP2-7 10.75452181 C6_chemical_C3 +LQ01X001220 Aquaporin PIP2-7 14.36551935 L4_control_A1 +LQ01X001220 Aquaporin PIP2-7 14.17744767 L4_control_A2 +LQ01X001220 Aquaporin PIP2-7 14.3509571 L4_control_A3 +LQ01X001220 Aquaporin PIP2-7 12.97842444 L4_control_B1 +LQ01X001220 Aquaporin PIP2-7 13.71950028 L4_control_B2 +LQ01X001220 Aquaporin PIP2-7 12.02242245 L4_control_B3 +LQ01X001220 Aquaporin PIP2-7 11.13611323 L4_control_C2 +LQ01X001220 Aquaporin PIP2-7 11.71378422 L4_control_C3 +LQ01X001220 Aquaporin PIP2-7 14.37041906 L4_chemical_A1 +LQ01X001220 Aquaporin PIP2-7 14.29450417 L4_chemical_A2 +LQ01X001220 Aquaporin PIP2-7 14.55359496 L4_chemical_A3 +LQ01X001220 Aquaporin PIP2-7 14.35430459 L4_chemical_B1 +LQ01X001220 Aquaporin PIP2-7 14.30534088 L4_chemical_B2 +LQ01X001220 Aquaporin PIP2-7 14.14880012 L4_chemical_B3 +LQ01X001220 Aquaporin PIP2-7 10.94876919 L4_chemical_C2 +LQ01X001220 Aquaporin PIP2-7 11.47683454 L4_chemical_C3 +LQ01X001280 SKP1-like protein 1A 14.49281627 C6_control_A1 +LQ01X001280 SKP1-like protein 1A 14.64350706 C6_control_A3 +LQ01X001280 SKP1-like protein 1A 14.40685925 C6_control_B1 +LQ01X001280 SKP1-like protein 1A 15.04697962 C6_control_B2 +LQ01X001280 SKP1-like protein 1A 14.37281484 C6_control_B3 +LQ01X001280 SKP1-like protein 1A 14.4918353 C6_control_C1 +LQ01X001280 SKP1-like protein 1A 14.90340322 C6_control_C2 +LQ01X001280 SKP1-like protein 1A 14.65098501 C6_control_C3 +LQ01X001280 SKP1-like protein 1A 14.45255652 C6_chemical_A1 +LQ01X001280 SKP1-like protein 1A 14.64301947 C6_chemical_A3 +LQ01X001280 SKP1-like protein 1A 14.19428709 C6_chemical_B1 +LQ01X001280 SKP1-like protein 1A 14.92421091 C6_chemical_B2 +LQ01X001280 SKP1-like protein 1A 14.52844908 C6_chemical_B3 +LQ01X001280 SKP1-like protein 1A 14.41099368 C6_chemical_C1 +LQ01X001280 SKP1-like protein 1A 14.71008725 C6_chemical_C2 +LQ01X001280 SKP1-like protein 1A 14.63976049 C6_chemical_C3 +LQ01X001280 SKP1-like protein 1A 14.29711329 L4_control_A1 +LQ01X001280 SKP1-like protein 1A 14.39404761 L4_control_A2 +LQ01X001280 SKP1-like protein 1A 13.59353045 L4_control_A3 +LQ01X001280 SKP1-like protein 1A 14.37487094 L4_control_B1 +LQ01X001280 SKP1-like protein 1A 13.84070577 L4_control_B2 +LQ01X001280 SKP1-like protein 1A 14.38780806 L4_control_B3 +LQ01X001280 SKP1-like protein 1A 14.06195394 L4_control_C2 +LQ01X001280 SKP1-like protein 1A 13.80851191 L4_control_C3 +LQ01X001280 SKP1-like protein 1A 14.74006101 L4_chemical_A1 +LQ01X001280 SKP1-like protein 1A 14.69750145 L4_chemical_A2 +LQ01X001280 SKP1-like protein 1A 14.122396 L4_chemical_A3 +LQ01X001280 SKP1-like protein 1A 14.42208665 L4_chemical_B1 +LQ01X001280 SKP1-like protein 1A 13.9904125 L4_chemical_B2 +LQ01X001280 SKP1-like protein 1A 14.4838926 L4_chemical_B3 +LQ01X001280 SKP1-like protein 1A 13.86181116 L4_chemical_C2 +LQ01X001280 SKP1-like protein 1A 13.86709155 L4_chemical_C3 +LQ01X001290 Predicted protein 15.10101966 C6_control_A1 +LQ01X001290 Predicted protein 14.6970627 C6_control_A3 +LQ01X001290 Predicted protein 15.17533994 C6_control_B1 +LQ01X001290 Predicted protein 15.55418298 C6_control_B2 +LQ01X001290 Predicted protein 15.38102071 C6_control_B3 +LQ01X001290 Predicted protein 13.38669539 C6_control_C1 +LQ01X001290 Predicted protein 13.92005828 C6_control_C2 +LQ01X001290 Predicted protein 13.78920064 C6_control_C3 +LQ01X001290 Predicted protein 14.94399747 C6_chemical_A1 +LQ01X001290 Predicted protein 14.83787872 C6_chemical_A3 +LQ01X001290 Predicted protein 15.06508964 C6_chemical_B1 +LQ01X001290 Predicted protein 15.2697348 C6_chemical_B2 +LQ01X001290 Predicted protein 15.39338175 C6_chemical_B3 +LQ01X001290 Predicted protein 13.17103542 C6_chemical_C1 +LQ01X001290 Predicted protein 13.16580305 C6_chemical_C2 +LQ01X001290 Predicted protein 13.24657795 C6_chemical_C3 +LQ01X001290 Predicted protein 14.88084281 L4_control_A1 +LQ01X001290 Predicted protein 14.64036841 L4_control_A2 +LQ01X001290 Predicted protein 14.51824316 L4_control_A3 +LQ01X001290 Predicted protein 15.0697264 L4_control_B1 +LQ01X001290 Predicted protein 15.00734096 L4_control_B2 +LQ01X001290 Predicted protein 15.07969609 L4_control_B3 +LQ01X001290 Predicted protein 12.62908321 L4_control_C2 +LQ01X001290 Predicted protein 13.26556446 L4_control_C3 +LQ01X001290 Predicted protein 14.78849464 L4_chemical_A1 +LQ01X001290 Predicted protein 14.81953708 L4_chemical_A2 +LQ01X001290 Predicted protein 14.79412322 L4_chemical_A3 +LQ01X001290 Predicted protein 14.56997395 L4_chemical_B1 +LQ01X001290 Predicted protein 14.79406877 L4_chemical_B2 +LQ01X001290 Predicted protein 15.16449364 L4_chemical_B3 +LQ01X001290 Predicted protein 12.89777459 L4_chemical_C2 +LQ01X001290 Predicted protein 13.15528238 L4_chemical_C3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.311264159 C6_control_A1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.217596271 C6_control_A3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.257285142 C6_control_B1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.303720633 C6_control_B2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.194498767 C6_control_B3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.699506341 C6_control_C1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.55425348 C6_control_C2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 8.808718903 C6_control_C3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.658995274 C6_chemical_A1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.733416602 C6_chemical_A3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.671240804 C6_chemical_B1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.750604063 C6_chemical_B2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.786263924 C6_chemical_B3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 10.0085026 C6_chemical_C1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.887978806 C6_chemical_C2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.915243849 C6_chemical_C3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 10.07239267 L4_control_A1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.372012082 L4_control_A2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 10.57313397 L4_control_A3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.001620543 L4_control_B1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.283678974 L4_control_B2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 10.0869548 L4_control_B3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.613915182 L4_control_C2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 10.49536321 L4_control_C3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.654676888 L4_chemical_A1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.061531227 L4_chemical_A2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.889524939 L4_chemical_A3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 8.731274231 L4_chemical_B1 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 8.820975465 L4_chemical_B2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.895956164 L4_chemical_B3 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.230256459 L4_chemical_C2 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 10.26925465 L4_chemical_C3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.30482294 C6_control_A1 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.870616805 C6_control_A3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.096473761 C6_control_B1 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.228253038 C6_control_B2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.042205967 C6_control_B3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.244097343 C6_control_C1 +LQ01X001350 Rac-like GTP-binding protein RHO1 4.992484093 C6_control_C2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.109743991 C6_control_C3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.357268127 C6_chemical_A1 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.514668775 C6_chemical_A3 +LQ01X001350 Rac-like GTP-binding protein RHO1 4.982601202 C6_chemical_B1 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.147921177 C6_chemical_B2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.160844564 C6_chemical_B3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.25445304 C6_chemical_C1 +LQ01X001350 Rac-like GTP-binding protein RHO1 4.929800176 C6_chemical_C2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.00324232 C6_chemical_C3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.367244112 L4_control_A1 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.368718706 L4_control_A2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.48775374 L4_control_A3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.429489693 L4_control_B1 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.367721453 L4_control_B2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.23957909 L4_control_B3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.282604145 L4_control_C2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.375813339 L4_control_C3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.610465206 L4_chemical_A1 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.581065728 L4_chemical_A2 +LQ01X001350 Rac-like GTP-binding protein RHO1 6.149862449 L4_chemical_A3 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.421572321 L4_chemical_B1 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.029798405 L4_chemical_B2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.200275377 L4_chemical_B3 +LQ01X001350 Rac-like GTP-binding protein RHO1 4.970491897 L4_chemical_C2 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.636744726 L4_chemical_C3 +LQ01X001360 3-dehydroquinate synthase 11.23019847 C6_control_A1 +LQ01X001360 3-dehydroquinate synthase 10.95863703 C6_control_A3 +LQ01X001360 3-dehydroquinate synthase 11.18221127 C6_control_B1 +LQ01X001360 3-dehydroquinate synthase 11.79510266 C6_control_B2 +LQ01X001360 3-dehydroquinate synthase 11.48193473 C6_control_B3 +LQ01X001360 3-dehydroquinate synthase 11.77828721 C6_control_C1 +LQ01X001360 3-dehydroquinate synthase 11.29457594 C6_control_C2 +LQ01X001360 3-dehydroquinate synthase 11.1244749 C6_control_C3 +LQ01X001360 3-dehydroquinate synthase 11.51829944 C6_chemical_A1 +LQ01X001360 3-dehydroquinate synthase 11.48877695 C6_chemical_A3 +LQ01X001360 3-dehydroquinate synthase 11.34366515 C6_chemical_B1 +LQ01X001360 3-dehydroquinate synthase 11.57062021 C6_chemical_B2 +LQ01X001360 3-dehydroquinate synthase 11.52367448 C6_chemical_B3 +LQ01X001360 3-dehydroquinate synthase 11.78287143 C6_chemical_C1 +LQ01X001360 3-dehydroquinate synthase 11.5423366 C6_chemical_C2 +LQ01X001360 3-dehydroquinate synthase 11.52553367 C6_chemical_C3 +LQ01X001360 3-dehydroquinate synthase 12.10252435 L4_control_A1 +LQ01X001360 3-dehydroquinate synthase 11.69084341 L4_control_A2 +LQ01X001360 3-dehydroquinate synthase 12.22023048 L4_control_A3 +LQ01X001360 3-dehydroquinate synthase 11.7893465 L4_control_B1 +LQ01X001360 3-dehydroquinate synthase 11.72746611 L4_control_B2 +LQ01X001360 3-dehydroquinate synthase 11.85604626 L4_control_B3 +LQ01X001360 3-dehydroquinate synthase 11.93915833 L4_control_C2 +LQ01X001360 3-dehydroquinate synthase 11.8422651 L4_control_C3 +LQ01X001360 3-dehydroquinate synthase 11.44243145 L4_chemical_A1 +LQ01X001360 3-dehydroquinate synthase 11.27286382 L4_chemical_A2 +LQ01X001360 3-dehydroquinate synthase 12.09931505 L4_chemical_A3 +LQ01X001360 3-dehydroquinate synthase 11.83013002 L4_chemical_B1 +LQ01X001360 3-dehydroquinate synthase 11.48337507 L4_chemical_B2 +LQ01X001360 3-dehydroquinate synthase 11.64987721 L4_chemical_B3 +LQ01X001360 3-dehydroquinate synthase 11.79211236 L4_chemical_C2 +LQ01X001360 3-dehydroquinate synthase 11.70810859 L4_chemical_C3 +LQ01X001400 Putative uncharacterized protein 11.20176123 C6_control_A1 +LQ01X001400 Putative uncharacterized protein 10.75873264 C6_control_A3 +LQ01X001400 Putative uncharacterized protein 10.6713781 C6_control_B1 +LQ01X001400 Putative uncharacterized protein 10.96896272 C6_control_B2 +LQ01X001400 Putative uncharacterized protein 10.85993206 C6_control_B3 +LQ01X001400 Putative uncharacterized protein 10.65114007 C6_control_C1 +LQ01X001400 Putative uncharacterized protein 11.02170593 C6_control_C2 +LQ01X001400 Putative uncharacterized protein 10.90442497 C6_control_C3 +LQ01X001400 Putative uncharacterized protein 11.11717312 C6_chemical_A1 +LQ01X001400 Putative uncharacterized protein 10.74928835 C6_chemical_A3 +LQ01X001400 Putative uncharacterized protein 10.84071133 C6_chemical_B1 +LQ01X001400 Putative uncharacterized protein 10.93233048 C6_chemical_B2 +LQ01X001400 Putative uncharacterized protein 10.84921036 C6_chemical_B3 +LQ01X001400 Putative uncharacterized protein 10.55340931 C6_chemical_C1 +LQ01X001400 Putative uncharacterized protein 10.93644506 C6_chemical_C2 +LQ01X001400 Putative uncharacterized protein 10.49853822 C6_chemical_C3 +LQ01X001400 Putative uncharacterized protein 10.58311325 L4_control_A1 +LQ01X001400 Putative uncharacterized protein 10.82132925 L4_control_A2 +LQ01X001400 Putative uncharacterized protein 11.0986013 L4_control_A3 +LQ01X001400 Putative uncharacterized protein 10.49928916 L4_control_B1 +LQ01X001400 Putative uncharacterized protein 10.51669588 L4_control_B2 +LQ01X001400 Putative uncharacterized protein 10.59401334 L4_control_B3 +LQ01X001400 Putative uncharacterized protein 10.97993045 L4_control_C2 +LQ01X001400 Putative uncharacterized protein 10.38584692 L4_control_C3 +LQ01X001400 Putative uncharacterized protein 10.97237646 L4_chemical_A1 +LQ01X001400 Putative uncharacterized protein 11.51137485 L4_chemical_A2 +LQ01X001400 Putative uncharacterized protein 11.1564827 L4_chemical_A3 +LQ01X001400 Putative uncharacterized protein 10.86075739 L4_chemical_B1 +LQ01X001400 Putative uncharacterized protein 10.95467439 L4_chemical_B2 +LQ01X001400 Putative uncharacterized protein 10.44962458 L4_chemical_B3 +LQ01X001400 Putative uncharacterized protein 11.40166444 L4_chemical_C2 +LQ01X001400 Putative uncharacterized protein 10.39310955 L4_chemical_C3 +LQ01X001450 Putative uncharacterized protein 12.63346082 C6_control_A1 +LQ01X001450 Putative uncharacterized protein 12.88292495 C6_control_A3 +LQ01X001450 Putative uncharacterized protein 12.23012818 C6_control_B1 +LQ01X001450 Putative uncharacterized protein 12.85404813 C6_control_B2 +LQ01X001450 Putative uncharacterized protein 12.46014196 C6_control_B3 +LQ01X001450 Putative uncharacterized protein 13.46051423 C6_control_C1 +LQ01X001450 Putative uncharacterized protein 13.31626521 C6_control_C2 +LQ01X001450 Putative uncharacterized protein 13.04588472 C6_control_C3 +LQ01X001450 Putative uncharacterized protein 12.45532906 C6_chemical_A1 +LQ01X001450 Putative uncharacterized protein 11.68770831 C6_chemical_A3 +LQ01X001450 Putative uncharacterized protein 12.01493504 C6_chemical_B1 +LQ01X001450 Putative uncharacterized protein 12.82398287 C6_chemical_B2 +LQ01X001450 Putative uncharacterized protein 12.31311528 C6_chemical_B3 +LQ01X001450 Putative uncharacterized protein 13.30945728 C6_chemical_C1 +LQ01X001450 Putative uncharacterized protein 13.51535233 C6_chemical_C2 +LQ01X001450 Putative uncharacterized protein 13.11625896 C6_chemical_C3 +LQ01X001450 Putative uncharacterized protein 12.6232993 L4_control_A1 +LQ01X001450 Putative uncharacterized protein 12.38786497 L4_control_A2 +LQ01X001450 Putative uncharacterized protein 12.70920295 L4_control_A3 +LQ01X001450 Putative uncharacterized protein 12.11859918 L4_control_B1 +LQ01X001450 Putative uncharacterized protein 10.62159164 L4_control_B2 +LQ01X001450 Putative uncharacterized protein 12.10447825 L4_control_B3 +LQ01X001450 Putative uncharacterized protein 12.3979825 L4_control_C2 +LQ01X001450 Putative uncharacterized protein 12.30536715 L4_control_C3 +LQ01X001450 Putative uncharacterized protein 12.91822148 L4_chemical_A1 +LQ01X001450 Putative uncharacterized protein 12.60647668 L4_chemical_A2 +LQ01X001450 Putative uncharacterized protein 12.86440131 L4_chemical_A3 +LQ01X001450 Putative uncharacterized protein 12.22376663 L4_chemical_B1 +LQ01X001450 Putative uncharacterized protein 11.86332827 L4_chemical_B2 +LQ01X001450 Putative uncharacterized protein 12.12460049 L4_chemical_B3 +LQ01X001450 Putative uncharacterized protein 12.70204128 L4_chemical_C2 +LQ01X001450 Putative uncharacterized protein 12.65406914 L4_chemical_C3 +LQ01X001460 Proteasome subunit alpha type-7 13.43881268 C6_control_A1 +LQ01X001460 Proteasome subunit alpha type-7 13.73681412 C6_control_A3 +LQ01X001460 Proteasome subunit alpha type-7 13.03639451 C6_control_B1 +LQ01X001460 Proteasome subunit alpha type-7 12.5968798 C6_control_B2 +LQ01X001460 Proteasome subunit alpha type-7 12.39344892 C6_control_B3 +LQ01X001460 Proteasome subunit alpha type-7 12.95455215 C6_control_C1 +LQ01X001460 Proteasome subunit alpha type-7 12.99980269 C6_control_C2 +LQ01X001460 Proteasome subunit alpha type-7 12.78369517 C6_control_C3 +LQ01X001460 Proteasome subunit alpha type-7 13.13035082 C6_chemical_A1 +LQ01X001460 Proteasome subunit alpha type-7 13.47480669 C6_chemical_A3 +LQ01X001460 Proteasome subunit alpha type-7 12.84278678 C6_chemical_B1 +LQ01X001460 Proteasome subunit alpha type-7 12.44881689 C6_chemical_B2 +LQ01X001460 Proteasome subunit alpha type-7 12.44971856 C6_chemical_B3 +LQ01X001460 Proteasome subunit alpha type-7 13.00816314 C6_chemical_C1 +LQ01X001460 Proteasome subunit alpha type-7 12.9894383 C6_chemical_C2 +LQ01X001460 Proteasome subunit alpha type-7 12.27416761 C6_chemical_C3 +LQ01X001460 Proteasome subunit alpha type-7 13.41174367 L4_control_A1 +LQ01X001460 Proteasome subunit alpha type-7 13.21549789 L4_control_A2 +LQ01X001460 Proteasome subunit alpha type-7 13.19359596 L4_control_A3 +LQ01X001460 Proteasome subunit alpha type-7 12.68927323 L4_control_B1 +LQ01X001460 Proteasome subunit alpha type-7 12.60538512 L4_control_B2 +LQ01X001460 Proteasome subunit alpha type-7 12.82687158 L4_control_B3 +LQ01X001460 Proteasome subunit alpha type-7 12.49204837 L4_control_C2 +LQ01X001460 Proteasome subunit alpha type-7 12.52298654 L4_control_C3 +LQ01X001460 Proteasome subunit alpha type-7 13.15520342 L4_chemical_A1 +LQ01X001460 Proteasome subunit alpha type-7 12.86653381 L4_chemical_A2 +LQ01X001460 Proteasome subunit alpha type-7 13.22518509 L4_chemical_A3 +LQ01X001460 Proteasome subunit alpha type-7 12.90358322 L4_chemical_B1 +LQ01X001460 Proteasome subunit alpha type-7 12.63597642 L4_chemical_B2 +LQ01X001460 Proteasome subunit alpha type-7 13.05415737 L4_chemical_B3 +LQ01X001460 Proteasome subunit alpha type-7 12.62602492 L4_chemical_C2 +LQ01X001460 Proteasome subunit alpha type-7 12.78728241 L4_chemical_C3 +LQ01X001470 Histidine kinase osmosensor protein 7.968742697 C6_control_A1 +LQ01X001470 Histidine kinase osmosensor protein 7.191540316 C6_control_A3 +LQ01X001470 Histidine kinase osmosensor protein 8.803412426 C6_control_B1 +LQ01X001470 Histidine kinase osmosensor protein 9.704381111 C6_control_B2 +LQ01X001470 Histidine kinase osmosensor protein 9.10708149 C6_control_B3 +LQ01X001470 Histidine kinase osmosensor protein 10.98793167 C6_control_C1 +LQ01X001470 Histidine kinase osmosensor protein 10.60555865 C6_control_C2 +LQ01X001470 Histidine kinase osmosensor protein 10.28045122 C6_control_C3 +LQ01X001470 Histidine kinase osmosensor protein 7.818915546 C6_chemical_A1 +LQ01X001470 Histidine kinase osmosensor protein 8.009014344 C6_chemical_A3 +LQ01X001470 Histidine kinase osmosensor protein 8.448777693 C6_chemical_B1 +LQ01X001470 Histidine kinase osmosensor protein 8.977251643 C6_chemical_B2 +LQ01X001470 Histidine kinase osmosensor protein 9.086739247 C6_chemical_B3 +LQ01X001470 Histidine kinase osmosensor protein 11.19165976 C6_chemical_C1 +LQ01X001470 Histidine kinase osmosensor protein 10.53998679 C6_chemical_C2 +LQ01X001470 Histidine kinase osmosensor protein 10.13747263 C6_chemical_C3 +LQ01X001470 Histidine kinase osmosensor protein 8.105253155 L4_control_A1 +LQ01X001470 Histidine kinase osmosensor protein 8.916565809 L4_control_A2 +LQ01X001470 Histidine kinase osmosensor protein 8.640359233 L4_control_A3 +LQ01X001470 Histidine kinase osmosensor protein 9.848418162 L4_control_B1 +LQ01X001470 Histidine kinase osmosensor protein 9.796258743 L4_control_B2 +LQ01X001470 Histidine kinase osmosensor protein 10.36001886 L4_control_B3 +LQ01X001470 Histidine kinase osmosensor protein 11.24638318 L4_control_C2 +LQ01X001470 Histidine kinase osmosensor protein 11.16464332 L4_control_C3 +LQ01X001470 Histidine kinase osmosensor protein 8.180884883 L4_chemical_A1 +LQ01X001470 Histidine kinase osmosensor protein 9.319774565 L4_chemical_A2 +LQ01X001470 Histidine kinase osmosensor protein 8.207420483 L4_chemical_A3 +LQ01X001470 Histidine kinase osmosensor protein 8.897564122 L4_chemical_B1 +LQ01X001470 Histidine kinase osmosensor protein 9.847893081 L4_chemical_B2 +LQ01X001470 Histidine kinase osmosensor protein 8.708815446 L4_chemical_B3 +LQ01X001470 Histidine kinase osmosensor protein 11.72217587 L4_chemical_C2 +LQ01X001470 Histidine kinase osmosensor protein 11.43960068 L4_chemical_C3 +LQ01X001480 Putative uncharacterized protein 11.49670894 C6_control_A1 +LQ01X001480 Putative uncharacterized protein 11.28210564 C6_control_A3 +LQ01X001480 Putative uncharacterized protein 12.34118004 C6_control_B1 +LQ01X001480 Putative uncharacterized protein 12.62188605 C6_control_B2 +LQ01X001480 Putative uncharacterized protein 12.82362409 C6_control_B3 +LQ01X001480 Putative uncharacterized protein 11.68780222 C6_control_C1 +LQ01X001480 Putative uncharacterized protein 11.73925668 C6_control_C2 +LQ01X001480 Putative uncharacterized protein 11.8766523 C6_control_C3 +LQ01X001480 Putative uncharacterized protein 11.38152468 C6_chemical_A1 +LQ01X001480 Putative uncharacterized protein 11.35561483 C6_chemical_A3 +LQ01X001480 Putative uncharacterized protein 12.4527517 C6_chemical_B1 +LQ01X001480 Putative uncharacterized protein 12.3748161 C6_chemical_B2 +LQ01X001480 Putative uncharacterized protein 12.61848756 C6_chemical_B3 +LQ01X001480 Putative uncharacterized protein 11.55996065 C6_chemical_C1 +LQ01X001480 Putative uncharacterized protein 11.52530946 C6_chemical_C2 +LQ01X001480 Putative uncharacterized protein 11.83792401 C6_chemical_C3 +LQ01X001480 Putative uncharacterized protein 11.66628752 L4_control_A1 +LQ01X001480 Putative uncharacterized protein 12.10716891 L4_control_A2 +LQ01X001480 Putative uncharacterized protein 12.21419016 L4_control_A3 +LQ01X001480 Putative uncharacterized protein 13.19200079 L4_control_B1 +LQ01X001480 Putative uncharacterized protein 12.74700949 L4_control_B2 +LQ01X001480 Putative uncharacterized protein 12.64229927 L4_control_B3 +LQ01X001480 Putative uncharacterized protein 12.29655446 L4_control_C2 +LQ01X001480 Putative uncharacterized protein 12.36225137 L4_control_C3 +LQ01X001480 Putative uncharacterized protein 11.67169759 L4_chemical_A1 +LQ01X001480 Putative uncharacterized protein 12.15331016 L4_chemical_A2 +LQ01X001480 Putative uncharacterized protein 12.19629412 L4_chemical_A3 +LQ01X001480 Putative uncharacterized protein 12.7861034 L4_chemical_B1 +LQ01X001480 Putative uncharacterized protein 12.9000924 L4_chemical_B2 +LQ01X001480 Putative uncharacterized protein 12.35429822 L4_chemical_B3 +LQ01X001480 Putative uncharacterized protein 12.23539074 L4_chemical_C2 +LQ01X001480 Putative uncharacterized protein 12.24549365 L4_chemical_C3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.659971386 C6_control_A1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 6.31683365 C6_control_A3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.840082228 C6_control_B1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.675401044 C6_control_B2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.770675463 C6_control_B3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.397447293 C6_control_C1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 6.862899789 C6_control_C2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 6.215244652 C6_control_C3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.300290622 C6_chemical_A1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 6.057800951 C6_chemical_A3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 6.338023443 C6_chemical_B1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.817631812 C6_chemical_B2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.069391797 C6_chemical_B3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.988705841 C6_chemical_C1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 6.17616385 C6_chemical_C2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.909621126 C6_chemical_C3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.703638919 L4_control_A1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 4.849361622 L4_control_A2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.196884078 L4_control_A3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.051684172 L4_control_B1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.083679004 L4_control_B2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.520092203 L4_control_B3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.965975184 L4_control_C2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.202437683 L4_control_C3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.44331594 L4_chemical_A1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 4.920625919 L4_chemical_A2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 4.997582846 L4_chemical_A3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.262411145 L4_chemical_B1 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.219294628 L4_chemical_B2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.48764298 L4_chemical_B3 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.758764656 L4_chemical_C2 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.818005811 L4_chemical_C3 +LQ01X001510 MLO-like protein 4 5.153535736 C6_control_A1 +LQ01X001510 MLO-like protein 4 5.209820967 C6_control_A3 +LQ01X001510 MLO-like protein 4 5.102811211 C6_control_B1 +LQ01X001510 MLO-like protein 4 5.143175714 C6_control_B2 +LQ01X001510 MLO-like protein 4 4.939717571 C6_control_B3 +LQ01X001510 MLO-like protein 4 5.025413395 C6_control_C1 +LQ01X001510 MLO-like protein 4 4.886214073 C6_control_C2 +LQ01X001510 MLO-like protein 4 5.427889422 C6_control_C3 +LQ01X001510 MLO-like protein 4 5.644336723 C6_chemical_A1 +LQ01X001510 MLO-like protein 4 4.992746142 C6_chemical_A3 +LQ01X001510 MLO-like protein 4 5.243790492 C6_chemical_B1 +LQ01X001510 MLO-like protein 4 5.064601649 C6_chemical_B2 +LQ01X001510 MLO-like protein 4 5.381309318 C6_chemical_B3 +LQ01X001510 MLO-like protein 4 5.127800251 C6_chemical_C1 +LQ01X001510 MLO-like protein 4 5.092663941 C6_chemical_C2 +LQ01X001510 MLO-like protein 4 5.210205996 C6_chemical_C3 +LQ01X001510 MLO-like protein 4 5.153634732 L4_control_A1 +LQ01X001510 MLO-like protein 4 5.324406452 L4_control_A2 +LQ01X001510 MLO-like protein 4 5.564851676 L4_control_A3 +LQ01X001510 MLO-like protein 4 4.985301904 L4_control_B1 +LQ01X001510 MLO-like protein 4 5.250060763 L4_control_B2 +LQ01X001510 MLO-like protein 4 4.927574264 L4_control_B3 +LQ01X001510 MLO-like protein 4 4.973635494 L4_control_C2 +LQ01X001510 MLO-like protein 4 5.312622071 L4_control_C3 +LQ01X001510 MLO-like protein 4 5.081823429 L4_chemical_A1 +LQ01X001510 MLO-like protein 4 5.604237305 L4_chemical_A2 +LQ01X001510 MLO-like protein 4 5.515574033 L4_chemical_A3 +LQ01X001510 MLO-like protein 4 5.170846111 L4_chemical_B1 +LQ01X001510 MLO-like protein 4 5.590608167 L4_chemical_B2 +LQ01X001510 MLO-like protein 4 5.015946694 L4_chemical_B3 +LQ01X001510 MLO-like protein 4 5.037909071 L4_chemical_C2 +LQ01X001510 MLO-like protein 4 5.03764302 L4_chemical_C3 +LQ01X001540 Putative uncharacterized protein 5.350755135 C6_control_A1 +LQ01X001540 Putative uncharacterized protein 4.854379194 C6_control_A3 +LQ01X001540 Putative uncharacterized protein 4.767674298 C6_control_B1 +LQ01X001540 Putative uncharacterized protein 5.146834891 C6_control_B2 +LQ01X001540 Putative uncharacterized protein 4.834418241 C6_control_B3 +LQ01X001540 Putative uncharacterized protein 5.153129207 C6_control_C1 +LQ01X001540 Putative uncharacterized protein 5.176755984 C6_control_C2 +LQ01X001540 Putative uncharacterized protein 5.195458398 C6_control_C3 +LQ01X001540 Putative uncharacterized protein 4.926028495 C6_chemical_A1 +LQ01X001540 Putative uncharacterized protein 5.321833924 C6_chemical_A3 +LQ01X001540 Putative uncharacterized protein 5.209215742 C6_chemical_B1 +LQ01X001540 Putative uncharacterized protein 4.882013487 C6_chemical_B2 +LQ01X001540 Putative uncharacterized protein 5.964717389 C6_chemical_B3 +LQ01X001540 Putative uncharacterized protein 5.127129038 C6_chemical_C1 +LQ01X001540 Putative uncharacterized protein 5.007725131 C6_chemical_C2 +LQ01X001540 Putative uncharacterized protein 4.973976577 C6_chemical_C3 +LQ01X001540 Putative uncharacterized protein 5.008577474 L4_control_A1 +LQ01X001540 Putative uncharacterized protein 4.688013107 L4_control_A2 +LQ01X001540 Putative uncharacterized protein 5.091029386 L4_control_A3 +LQ01X001540 Putative uncharacterized protein 4.958093573 L4_control_B1 +LQ01X001540 Putative uncharacterized protein 4.831179096 L4_control_B2 +LQ01X001540 Putative uncharacterized protein 5.126406301 L4_control_B3 +LQ01X001540 Putative uncharacterized protein 5.458433589 L4_control_C2 +LQ01X001540 Putative uncharacterized protein 4.982666516 L4_control_C3 +LQ01X001540 Putative uncharacterized protein 5.023792929 L4_chemical_A1 +LQ01X001540 Putative uncharacterized protein 4.827040663 L4_chemical_A2 +LQ01X001540 Putative uncharacterized protein 5.188743718 L4_chemical_A3 +LQ01X001540 Putative uncharacterized protein 5.505082006 L4_chemical_B1 +LQ01X001540 Putative uncharacterized protein 5.328012513 L4_chemical_B2 +LQ01X001540 Putative uncharacterized protein 5.14822488 L4_chemical_B3 +LQ01X001540 Putative uncharacterized protein 5.318937689 L4_chemical_C2 +LQ01X001540 Putative uncharacterized protein 5.566511516 L4_chemical_C3 +LQ01X001550 Oligopeptide transporter 7 6.256752847 C6_control_A1 +LQ01X001550 Oligopeptide transporter 7 5.892990478 C6_control_A3 +LQ01X001550 Oligopeptide transporter 7 6.731265581 C6_control_B1 +LQ01X001550 Oligopeptide transporter 7 5.870549864 C6_control_B2 +LQ01X001550 Oligopeptide transporter 7 5.849612294 C6_control_B3 +LQ01X001550 Oligopeptide transporter 7 7.89305244 C6_control_C1 +LQ01X001550 Oligopeptide transporter 7 6.186312126 C6_control_C2 +LQ01X001550 Oligopeptide transporter 7 7.456807858 C6_control_C3 +LQ01X001550 Oligopeptide transporter 7 5.865318537 C6_chemical_A1 +LQ01X001550 Oligopeptide transporter 7 6.189527805 C6_chemical_A3 +LQ01X001550 Oligopeptide transporter 7 5.882734549 C6_chemical_B1 +LQ01X001550 Oligopeptide transporter 7 5.884979143 C6_chemical_B2 +LQ01X001550 Oligopeptide transporter 7 5.925889758 C6_chemical_B3 +LQ01X001550 Oligopeptide transporter 7 7.599805151 C6_chemical_C1 +LQ01X001550 Oligopeptide transporter 7 6.779740106 C6_chemical_C2 +LQ01X001550 Oligopeptide transporter 7 7.508231782 C6_chemical_C3 +LQ01X001550 Oligopeptide transporter 7 6.118360218 L4_control_A1 +LQ01X001550 Oligopeptide transporter 7 6.159657625 L4_control_A2 +LQ01X001550 Oligopeptide transporter 7 4.907625472 L4_control_A3 +LQ01X001550 Oligopeptide transporter 7 5.669813266 L4_control_B1 +LQ01X001550 Oligopeptide transporter 7 5.309771012 L4_control_B2 +LQ01X001550 Oligopeptide transporter 7 6.186286149 L4_control_B3 +LQ01X001550 Oligopeptide transporter 7 5.74984667 L4_control_C2 +LQ01X001550 Oligopeptide transporter 7 6.626184322 L4_control_C3 +LQ01X001550 Oligopeptide transporter 7 6.320912975 L4_chemical_A1 +LQ01X001550 Oligopeptide transporter 7 5.965802171 L4_chemical_A2 +LQ01X001550 Oligopeptide transporter 7 5.338662764 L4_chemical_A3 +LQ01X001550 Oligopeptide transporter 7 5.869473424 L4_chemical_B1 +LQ01X001550 Oligopeptide transporter 7 6.261488315 L4_chemical_B2 +LQ01X001550 Oligopeptide transporter 7 6.217557656 L4_chemical_B3 +LQ01X001550 Oligopeptide transporter 7 6.09147582 L4_chemical_C2 +LQ01X001550 Oligopeptide transporter 7 6.235366531 L4_chemical_C3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.264665064 C6_control_A1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.364400851 C6_control_A3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.11913854 C6_control_B1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.656563981 C6_control_B2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.460056825 C6_control_B3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.415111352 C6_control_C1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.182352164 C6_control_C2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.308386143 C6_control_C3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.21833765 C6_chemical_A1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.103442492 C6_chemical_A3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 4.834850338 C6_chemical_B1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.105642302 C6_chemical_B2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.046522792 C6_chemical_B3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.226165217 C6_chemical_C1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.110558279 C6_chemical_C2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.1936685 C6_chemical_C3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.289332629 L4_control_A1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.303553078 L4_control_A2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.763494661 L4_control_A3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.254928863 L4_control_B1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.825316792 L4_control_B2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.278122126 L4_control_B3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.356867243 L4_control_C2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.690005662 L4_control_C3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.14225222 L4_chemical_A1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.640975529 L4_chemical_A2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 6.17197317 L4_chemical_A3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.134244026 L4_chemical_B1 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 4.990424676 L4_chemical_B2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.325927613 L4_chemical_B3 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 6.008269581 L4_chemical_C2 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.815376987 L4_chemical_C3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.35336158 C6_control_A1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 13.88985177 C6_control_A3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.49296046 C6_control_B1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.30757375 C6_control_B2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.81604338 C6_control_B3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.35069438 C6_control_C1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.4392679 C6_control_C2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.40025487 C6_control_C3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.55912171 C6_chemical_A1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.30414608 C6_chemical_A3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.74317135 C6_chemical_B1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.3444151 C6_chemical_B2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.82366528 C6_chemical_B3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.06530378 C6_chemical_C1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.73669038 C6_chemical_C2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.13037447 C6_chemical_C3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 13.97413751 L4_control_A1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.22155193 L4_control_A2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.21962643 L4_control_A3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.52975453 L4_control_B1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.33187965 L4_control_B2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.05052948 L4_control_B3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.79114044 L4_control_C2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.14267017 L4_control_C3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.03352303 L4_chemical_A1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.33519234 L4_chemical_A2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 13.92137549 L4_chemical_A3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 13.92347862 L4_chemical_B1 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.20041925 L4_chemical_B2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.66424034 L4_chemical_B3 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.69225728 L4_chemical_C2 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 15.15256318 L4_chemical_C3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 9.98926505 C6_control_A1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 9.32235394 C6_control_A3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 11.04344222 C6_control_B1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 11.87872711 C6_control_B2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.9196896 C6_control_B3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 13.53174518 C6_control_C1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 13.19165403 C6_control_C2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 13.01932409 C6_control_C3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.14216822 C6_chemical_A1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 9.304595093 C6_chemical_A3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 11.41979506 C6_chemical_B1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 11.83693552 C6_chemical_B2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.87879347 C6_chemical_B3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 13.16360111 C6_chemical_C1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 13.26153394 C6_chemical_C2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 13.0170716 C6_chemical_C3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 9.247842554 L4_control_A1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 9.892024597 L4_control_A2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.15701607 L4_control_A3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 11.2610231 L4_control_B1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.71088886 L4_control_B2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.41590922 L4_control_B3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 13.55772293 L4_control_C2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 12.81243274 L4_control_C3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 9.524549098 L4_chemical_A1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.63801965 L4_chemical_A2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.04554182 L4_chemical_A3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 11.77610307 L4_chemical_B1 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 11.1194968 L4_chemical_B2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 9.9392408 L4_chemical_B3 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 13.64609229 L4_chemical_C2 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 12.37230953 L4_chemical_C3 +LQ01X001670 Calcium-dependent protein kinase 28 5.410531943 C6_control_A1 +LQ01X001670 Calcium-dependent protein kinase 28 5.377155759 C6_control_A3 +LQ01X001670 Calcium-dependent protein kinase 28 5.82008092 C6_control_B1 +LQ01X001670 Calcium-dependent protein kinase 28 5.417333111 C6_control_B2 +LQ01X001670 Calcium-dependent protein kinase 28 5.585243245 C6_control_B3 +LQ01X001670 Calcium-dependent protein kinase 28 5.38777269 C6_control_C1 +LQ01X001670 Calcium-dependent protein kinase 28 5.945166236 C6_control_C2 +LQ01X001670 Calcium-dependent protein kinase 28 5.661983124 C6_control_C3 +LQ01X001670 Calcium-dependent protein kinase 28 5.494750054 C6_chemical_A1 +LQ01X001670 Calcium-dependent protein kinase 28 5.497341692 C6_chemical_A3 +LQ01X001670 Calcium-dependent protein kinase 28 5.360515572 C6_chemical_B1 +LQ01X001670 Calcium-dependent protein kinase 28 5.525212618 C6_chemical_B2 +LQ01X001670 Calcium-dependent protein kinase 28 6.024971483 C6_chemical_B3 +LQ01X001670 Calcium-dependent protein kinase 28 5.282165538 C6_chemical_C1 +LQ01X001670 Calcium-dependent protein kinase 28 5.543704749 C6_chemical_C2 +LQ01X001670 Calcium-dependent protein kinase 28 5.589830514 C6_chemical_C3 +LQ01X001670 Calcium-dependent protein kinase 28 5.560765792 L4_control_A1 +LQ01X001670 Calcium-dependent protein kinase 28 5.383380373 L4_control_A2 +LQ01X001670 Calcium-dependent protein kinase 28 5.66684364 L4_control_A3 +LQ01X001670 Calcium-dependent protein kinase 28 5.837711733 L4_control_B1 +LQ01X001670 Calcium-dependent protein kinase 28 5.46928095 L4_control_B2 +LQ01X001670 Calcium-dependent protein kinase 28 5.349934955 L4_control_B3 +LQ01X001670 Calcium-dependent protein kinase 28 4.979423861 L4_control_C2 +LQ01X001670 Calcium-dependent protein kinase 28 5.526316941 L4_control_C3 +LQ01X001670 Calcium-dependent protein kinase 28 5.60734251 L4_chemical_A1 +LQ01X001670 Calcium-dependent protein kinase 28 5.405275555 L4_chemical_A2 +LQ01X001670 Calcium-dependent protein kinase 28 5.576915035 L4_chemical_A3 +LQ01X001670 Calcium-dependent protein kinase 28 6.074714098 L4_chemical_B1 +LQ01X001670 Calcium-dependent protein kinase 28 5.463075536 L4_chemical_B2 +LQ01X001670 Calcium-dependent protein kinase 28 5.51226184 L4_chemical_B3 +LQ01X001670 Calcium-dependent protein kinase 28 4.962886917 L4_chemical_C2 +LQ01X001670 Calcium-dependent protein kinase 28 5.289526677 L4_chemical_C3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.25303927 C6_control_A1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.16421209 C6_control_A3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 14.72452631 C6_control_B1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 12.04884563 C6_control_B2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 12.58698103 C6_control_B3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 10.92263902 C6_control_C1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 10.57909267 C6_control_C2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 10.76696609 C6_control_C3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.59101011 C6_chemical_A1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.70224005 C6_chemical_A3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 14.35849536 C6_chemical_B1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 11.61090105 C6_chemical_B2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 12.71655993 C6_chemical_B3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 10.92257273 C6_chemical_C1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 9.998124845 C6_chemical_C2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 10.41703801 C6_chemical_C3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.69561677 L4_control_A1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.05832035 L4_control_A2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 14.97222206 L4_control_A3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 13.08787754 L4_control_B1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 14.07342703 L4_control_B2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 10.92567342 L4_control_B3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 10.34382464 L4_control_C2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 10.28756005 L4_control_C3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.369289 L4_chemical_A1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 14.53422895 L4_chemical_A2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.66689937 L4_chemical_A3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 14.6512178 L4_chemical_B1 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 14.23595507 L4_chemical_B2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 14.3072871 L4_chemical_B3 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 11.03631189 L4_chemical_C2 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 11.05446024 L4_chemical_C3 +LQ01X001710 Snakin-2 6.061201997 C6_control_A1 +LQ01X001710 Snakin-2 5.958389908 C6_control_A3 +LQ01X001710 Snakin-2 5.38366504 C6_control_B1 +LQ01X001710 Snakin-2 5.602796043 C6_control_B2 +LQ01X001710 Snakin-2 5.858860465 C6_control_B3 +LQ01X001710 Snakin-2 5.889246786 C6_control_C1 +LQ01X001710 Snakin-2 5.711273042 C6_control_C2 +LQ01X001710 Snakin-2 6.113233714 C6_control_C3 +LQ01X001710 Snakin-2 5.89121201 C6_chemical_A1 +LQ01X001710 Snakin-2 5.892789328 C6_chemical_A3 +LQ01X001710 Snakin-2 5.753576225 C6_chemical_B1 +LQ01X001710 Snakin-2 6.02366343 C6_chemical_B2 +LQ01X001710 Snakin-2 5.905568828 C6_chemical_B3 +LQ01X001710 Snakin-2 6.449236715 C6_chemical_C1 +LQ01X001710 Snakin-2 6.211623657 C6_chemical_C2 +LQ01X001710 Snakin-2 6.06021984 C6_chemical_C3 +LQ01X001710 Snakin-2 5.863826382 L4_control_A1 +LQ01X001710 Snakin-2 5.598774697 L4_control_A2 +LQ01X001710 Snakin-2 6.192003546 L4_control_A3 +LQ01X001710 Snakin-2 5.344508428 L4_control_B1 +LQ01X001710 Snakin-2 5.918933447 L4_control_B2 +LQ01X001710 Snakin-2 6.331278783 L4_control_B3 +LQ01X001710 Snakin-2 5.813504157 L4_control_C2 +LQ01X001710 Snakin-2 5.935244547 L4_control_C3 +LQ01X001710 Snakin-2 6.111824327 L4_chemical_A1 +LQ01X001710 Snakin-2 6.054664242 L4_chemical_A2 +LQ01X001710 Snakin-2 6.102889812 L4_chemical_A3 +LQ01X001710 Snakin-2 5.4348565 L4_chemical_B1 +LQ01X001710 Snakin-2 5.543086091 L4_chemical_B2 +LQ01X001710 Snakin-2 5.832727242 L4_chemical_B3 +LQ01X001710 Snakin-2 6.137149919 L4_chemical_C2 +LQ01X001710 Snakin-2 5.75416224 L4_chemical_C3 +LQ01X001730 Putative uncharacterized protein 11.40786261 C6_control_A1 +LQ01X001730 Putative uncharacterized protein 13.46155866 C6_control_A3 +LQ01X001730 Putative uncharacterized protein 10.45400031 C6_control_B1 +LQ01X001730 Putative uncharacterized protein 7.212699902 C6_control_B2 +LQ01X001730 Putative uncharacterized protein 7.120943673 C6_control_B3 +LQ01X001730 Putative uncharacterized protein 5.779687396 C6_control_C1 +LQ01X001730 Putative uncharacterized protein 5.481241685 C6_control_C2 +LQ01X001730 Putative uncharacterized protein 5.866525772 C6_control_C3 +LQ01X001730 Putative uncharacterized protein 10.97256288 C6_chemical_A1 +LQ01X001730 Putative uncharacterized protein 13.19572779 C6_chemical_A3 +LQ01X001730 Putative uncharacterized protein 8.591175179 C6_chemical_B1 +LQ01X001730 Putative uncharacterized protein 6.55290991 C6_chemical_B2 +LQ01X001730 Putative uncharacterized protein 7.047794599 C6_chemical_B3 +LQ01X001730 Putative uncharacterized protein 5.784432482 C6_chemical_C1 +LQ01X001730 Putative uncharacterized protein 5.581409613 C6_chemical_C2 +LQ01X001730 Putative uncharacterized protein 5.883383917 C6_chemical_C3 +LQ01X001730 Putative uncharacterized protein 11.6731949 L4_control_A1 +LQ01X001730 Putative uncharacterized protein 11.78645884 L4_control_A2 +LQ01X001730 Putative uncharacterized protein 13.27584716 L4_control_A3 +LQ01X001730 Putative uncharacterized protein 7.543131169 L4_control_B1 +LQ01X001730 Putative uncharacterized protein 9.605241433 L4_control_B2 +LQ01X001730 Putative uncharacterized protein 6.693828204 L4_control_B3 +LQ01X001730 Putative uncharacterized protein 5.4510539 L4_control_C2 +LQ01X001730 Putative uncharacterized protein 6.084307932 L4_control_C3 +LQ01X001730 Putative uncharacterized protein 11.32149201 L4_chemical_A1 +LQ01X001730 Putative uncharacterized protein 10.16102092 L4_chemical_A2 +LQ01X001730 Putative uncharacterized protein 12.70022077 L4_chemical_A3 +LQ01X001730 Putative uncharacterized protein 9.518374799 L4_chemical_B1 +LQ01X001730 Putative uncharacterized protein 8.956041722 L4_chemical_B2 +LQ01X001730 Putative uncharacterized protein 9.887765112 L4_chemical_B3 +LQ01X001730 Putative uncharacterized protein 5.665153489 L4_chemical_C2 +LQ01X001730 Putative uncharacterized protein 5.661197267 L4_chemical_C3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.56592017 C6_control_A1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.16851732 C6_control_A3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.80298912 C6_control_B1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.5354424 C6_control_B2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.73936366 C6_control_B3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.17357058 C6_control_C1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.21679003 C6_control_C2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.74294565 C6_control_C3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.69685464 C6_chemical_A1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.4234206 C6_chemical_A3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.11844144 C6_chemical_B1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.42249679 C6_chemical_B2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.8207555 C6_chemical_B3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.36424158 C6_chemical_C1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.04182655 C6_chemical_C2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.0678568 C6_chemical_C3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.75073599 L4_control_A1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.64277475 L4_control_A2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.42118592 L4_control_A3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.27398895 L4_control_B1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.96664639 L4_control_B2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.87619309 L4_control_B3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.8756912 L4_control_C2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.6373676 L4_control_C3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.91794488 L4_chemical_A1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.12071079 L4_chemical_A2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.47368418 L4_chemical_A3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.75369323 L4_chemical_B1 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.82053537 L4_chemical_B2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.72437656 L4_chemical_B3 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.98159921 L4_chemical_C2 +LQ01X001740 Putative Transformation/transcription domain-associated protein 12.57682326 L4_chemical_C3 +LQ01X001760 Predicted protein 10.04337234 C6_control_A1 +LQ01X001760 Predicted protein 8.992840883 C6_control_A3 +LQ01X001760 Predicted protein 9.975671989 C6_control_B1 +LQ01X001760 Predicted protein 10.26570327 C6_control_B2 +LQ01X001760 Predicted protein 9.961944462 C6_control_B3 +LQ01X001760 Predicted protein 7.151335098 C6_control_C1 +LQ01X001760 Predicted protein 6.519759196 C6_control_C2 +LQ01X001760 Predicted protein 7.008795063 C6_control_C3 +LQ01X001760 Predicted protein 10.1544493 C6_chemical_A1 +LQ01X001760 Predicted protein 9.0802923 C6_chemical_A3 +LQ01X001760 Predicted protein 9.587033953 C6_chemical_B1 +LQ01X001760 Predicted protein 10.03053298 C6_chemical_B2 +LQ01X001760 Predicted protein 9.913803243 C6_chemical_B3 +LQ01X001760 Predicted protein 6.684175864 C6_chemical_C1 +LQ01X001760 Predicted protein 6.474615286 C6_chemical_C2 +LQ01X001760 Predicted protein 6.827212185 C6_chemical_C3 +LQ01X001760 Predicted protein 9.769038586 L4_control_A1 +LQ01X001760 Predicted protein 10.22674466 L4_control_A2 +LQ01X001760 Predicted protein 9.10398699 L4_control_A3 +LQ01X001760 Predicted protein 11.36596308 L4_control_B1 +LQ01X001760 Predicted protein 10.48732785 L4_control_B2 +LQ01X001760 Predicted protein 10.647707 L4_control_B3 +LQ01X001760 Predicted protein 7.410394806 L4_control_C2 +LQ01X001760 Predicted protein 7.925915519 L4_control_C3 +LQ01X001760 Predicted protein 9.027921982 L4_chemical_A1 +LQ01X001760 Predicted protein 10.29796904 L4_chemical_A2 +LQ01X001760 Predicted protein 8.837190893 L4_chemical_A3 +LQ01X001760 Predicted protein 11.27427709 L4_chemical_B1 +LQ01X001760 Predicted protein 11.25431005 L4_chemical_B2 +LQ01X001760 Predicted protein 10.14414654 L4_chemical_B3 +LQ01X001760 Predicted protein 8.39675165 L4_chemical_C2 +LQ01X001760 Predicted protein 8.029101362 L4_chemical_C3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.790243739 C6_control_A1 +LQ01X001770 Putative WD repeat-containing protein 82-B 7.028477327 C6_control_A3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.36417314 C6_control_B1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.277198145 C6_control_B2 +LQ01X001770 Putative WD repeat-containing protein 82-B 7.12917311 C6_control_B3 +LQ01X001770 Putative WD repeat-containing protein 82-B 5.536879357 C6_control_C1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.813713447 C6_control_C2 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.056990588 C6_control_C3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.406698418 C6_chemical_A1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.460155941 C6_chemical_A3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.441615747 C6_chemical_B1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.464281538 C6_chemical_B2 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.390922741 C6_chemical_B3 +LQ01X001770 Putative WD repeat-containing protein 82-B 5.688626414 C6_chemical_C1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.446481286 C6_chemical_C2 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.121516318 C6_chemical_C3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.298246568 L4_control_A1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.809580586 L4_control_A2 +LQ01X001770 Putative WD repeat-containing protein 82-B 7.981564981 L4_control_A3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.693216218 L4_control_B1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.598312593 L4_control_B2 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.495517149 L4_control_B3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.173652185 L4_control_C2 +LQ01X001770 Putative WD repeat-containing protein 82-B 5.678088442 L4_control_C3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.256205756 L4_chemical_A1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.892867737 L4_chemical_A2 +LQ01X001770 Putative WD repeat-containing protein 82-B 7.185953938 L4_chemical_A3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.724610662 L4_chemical_B1 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.74026476 L4_chemical_B2 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.549778764 L4_chemical_B3 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.959595194 L4_chemical_C2 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.068101488 L4_chemical_C3 +LQ01X001790 Putative uncharacterized protein 12.69134005 C6_control_A1 +LQ01X001790 Putative uncharacterized protein 12.47449071 C6_control_A3 +LQ01X001790 Putative uncharacterized protein 12.60075129 C6_control_B1 +LQ01X001790 Putative uncharacterized protein 12.43267997 C6_control_B2 +LQ01X001790 Putative uncharacterized protein 12.54293994 C6_control_B3 +LQ01X001790 Putative uncharacterized protein 12.45633325 C6_control_C1 +LQ01X001790 Putative uncharacterized protein 12.23106402 C6_control_C2 +LQ01X001790 Putative uncharacterized protein 12.39174593 C6_control_C3 +LQ01X001790 Putative uncharacterized protein 12.60772403 C6_chemical_A1 +LQ01X001790 Putative uncharacterized protein 12.39912907 C6_chemical_A3 +LQ01X001790 Putative uncharacterized protein 12.42948461 C6_chemical_B1 +LQ01X001790 Putative uncharacterized protein 12.46504749 C6_chemical_B2 +LQ01X001790 Putative uncharacterized protein 12.43987354 C6_chemical_B3 +LQ01X001790 Putative uncharacterized protein 12.56968407 C6_chemical_C1 +LQ01X001790 Putative uncharacterized protein 12.38732899 C6_chemical_C2 +LQ01X001790 Putative uncharacterized protein 12.44117449 C6_chemical_C3 +LQ01X001790 Putative uncharacterized protein 12.09084968 L4_control_A1 +LQ01X001790 Putative uncharacterized protein 12.37595371 L4_control_A2 +LQ01X001790 Putative uncharacterized protein 11.71809782 L4_control_A3 +LQ01X001790 Putative uncharacterized protein 12.66885781 L4_control_B1 +LQ01X001790 Putative uncharacterized protein 12.49380327 L4_control_B2 +LQ01X001790 Putative uncharacterized protein 12.36564084 L4_control_B3 +LQ01X001790 Putative uncharacterized protein 12.31940555 L4_control_C2 +LQ01X001790 Putative uncharacterized protein 12.1070923 L4_control_C3 +LQ01X001790 Putative uncharacterized protein 12.15284406 L4_chemical_A1 +LQ01X001790 Putative uncharacterized protein 12.19327151 L4_chemical_A2 +LQ01X001790 Putative uncharacterized protein 11.57625745 L4_chemical_A3 +LQ01X001790 Putative uncharacterized protein 12.62895007 L4_chemical_B1 +LQ01X001790 Putative uncharacterized protein 12.621868 L4_chemical_B2 +LQ01X001790 Putative uncharacterized protein 12.33502925 L4_chemical_B3 +LQ01X001790 Putative uncharacterized protein 12.18455794 L4_chemical_C2 +LQ01X001790 Putative uncharacterized protein 12.04256207 L4_chemical_C3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.486574493 C6_control_A1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.512950013 C6_control_A3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.793238852 C6_control_B1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.370037003 C6_control_B2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.305641233 C6_control_B3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 6.28483226 C6_control_C1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.47821353 C6_control_C2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.541260069 C6_control_C3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.829642423 C6_chemical_A1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.402441938 C6_chemical_A3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.991691992 C6_chemical_B1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.643599937 C6_chemical_B2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.451000185 C6_chemical_B3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 6.530924255 C6_chemical_C1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 6.346799176 C6_chemical_C2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 6.32129714 C6_chemical_C3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.46594867 L4_control_A1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.585058494 L4_control_A2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.436210847 L4_control_A3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 6.409059583 L4_control_B1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.703539174 L4_control_B2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.985549188 L4_control_B3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.990560994 L4_control_C2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.216733672 L4_control_C3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.668333778 L4_chemical_A1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.316686234 L4_chemical_A2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.708843374 L4_chemical_A3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.719842937 L4_chemical_B1 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.323933281 L4_chemical_B2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 6.174545248 L4_chemical_B3 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.651933398 L4_chemical_C2 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.907291555 L4_chemical_C3 +LQ01X001820 Hypothetical protein 8.237065845 C6_control_A1 +LQ01X001820 Hypothetical protein 8.09249048 C6_control_A3 +LQ01X001820 Hypothetical protein 8.621743922 C6_control_B1 +LQ01X001820 Hypothetical protein 7.207565149 C6_control_B2 +LQ01X001820 Hypothetical protein 7.749336932 C6_control_B3 +LQ01X001820 Hypothetical protein 6.315073141 C6_control_C1 +LQ01X001820 Hypothetical protein 5.628691711 C6_control_C2 +LQ01X001820 Hypothetical protein 5.926878475 C6_control_C3 +LQ01X001820 Hypothetical protein 7.668963221 C6_chemical_A1 +LQ01X001820 Hypothetical protein 8.811684161 C6_chemical_A3 +LQ01X001820 Hypothetical protein 8.053861403 C6_chemical_B1 +LQ01X001820 Hypothetical protein 7.415278707 C6_chemical_B2 +LQ01X001820 Hypothetical protein 8.738122956 C6_chemical_B3 +LQ01X001820 Hypothetical protein 5.984347757 C6_chemical_C1 +LQ01X001820 Hypothetical protein 5.656532666 C6_chemical_C2 +LQ01X001820 Hypothetical protein 5.836384197 C6_chemical_C3 +LQ01X001820 Hypothetical protein 8.512052981 L4_control_A1 +LQ01X001820 Hypothetical protein 8.07003866 L4_control_A2 +LQ01X001820 Hypothetical protein 8.85855539 L4_control_A3 +LQ01X001820 Hypothetical protein 6.978482782 L4_control_B1 +LQ01X001820 Hypothetical protein 7.979862464 L4_control_B2 +LQ01X001820 Hypothetical protein 7.511089492 L4_control_B3 +LQ01X001820 Hypothetical protein 5.895975232 L4_control_C2 +LQ01X001820 Hypothetical protein 5.938341941 L4_control_C3 +LQ01X001820 Hypothetical protein 10.37838455 L4_chemical_A1 +LQ01X001820 Hypothetical protein 9.949066274 L4_chemical_A2 +LQ01X001820 Hypothetical protein 9.590677521 L4_chemical_A3 +LQ01X001820 Hypothetical protein 9.206929207 L4_chemical_B1 +LQ01X001820 Hypothetical protein 8.545279399 L4_chemical_B2 +LQ01X001820 Hypothetical protein 8.479735146 L4_chemical_B3 +LQ01X001820 Hypothetical protein 5.862270493 L4_chemical_C2 +LQ01X001820 Hypothetical protein 5.85717764 L4_chemical_C3 +LQ01X001830 ATP binding protein, putative 5.31637198 C6_control_A1 +LQ01X001830 ATP binding protein, putative 5.310408651 C6_control_A3 +LQ01X001830 ATP binding protein, putative 5.156501478 C6_control_B1 +LQ01X001830 ATP binding protein, putative 5.225077363 C6_control_B2 +LQ01X001830 ATP binding protein, putative 5.470952544 C6_control_B3 +LQ01X001830 ATP binding protein, putative 5.92293005 C6_control_C1 +LQ01X001830 ATP binding protein, putative 5.561676103 C6_control_C2 +LQ01X001830 ATP binding protein, putative 6.000285405 C6_control_C3 +LQ01X001830 ATP binding protein, putative 5.095158536 C6_chemical_A1 +LQ01X001830 ATP binding protein, putative 5.460298495 C6_chemical_A3 +LQ01X001830 ATP binding protein, putative 5.054852315 C6_chemical_B1 +LQ01X001830 ATP binding protein, putative 5.308003018 C6_chemical_B2 +LQ01X001830 ATP binding protein, putative 4.951968782 C6_chemical_B3 +LQ01X001830 ATP binding protein, putative 5.696249475 C6_chemical_C1 +LQ01X001830 ATP binding protein, putative 5.607933651 C6_chemical_C2 +LQ01X001830 ATP binding protein, putative 5.718067077 C6_chemical_C3 +LQ01X001830 ATP binding protein, putative 5.214735512 L4_control_A1 +LQ01X001830 ATP binding protein, putative 5.087581782 L4_control_A2 +LQ01X001830 ATP binding protein, putative 5.788585639 L4_control_A3 +LQ01X001830 ATP binding protein, putative 5.396255214 L4_control_B1 +LQ01X001830 ATP binding protein, putative 5.695625712 L4_control_B2 +LQ01X001830 ATP binding protein, putative 5.524174602 L4_control_B3 +LQ01X001830 ATP binding protein, putative 6.036594361 L4_control_C2 +LQ01X001830 ATP binding protein, putative 5.560076114 L4_control_C3 +LQ01X001830 ATP binding protein, putative 5.531940846 L4_chemical_A1 +LQ01X001830 ATP binding protein, putative 5.469075008 L4_chemical_A2 +LQ01X001830 ATP binding protein, putative 5.627185954 L4_chemical_A3 +LQ01X001830 ATP binding protein, putative 5.264576268 L4_chemical_B1 +LQ01X001830 ATP binding protein, putative 5.248159825 L4_chemical_B2 +LQ01X001830 ATP binding protein, putative 5.679201025 L4_chemical_B3 +LQ01X001830 ATP binding protein, putative 6.506261966 L4_chemical_C2 +LQ01X001830 ATP binding protein, putative 5.038250377 L4_chemical_C3 +LQ01X001850 Endoglucanase 24 6.383782273 C6_control_A1 +LQ01X001850 Endoglucanase 24 6.272787542 C6_control_A3 +LQ01X001850 Endoglucanase 24 5.760672734 C6_control_B1 +LQ01X001850 Endoglucanase 24 6.393996034 C6_control_B2 +LQ01X001850 Endoglucanase 24 6.763204496 C6_control_B3 +LQ01X001850 Endoglucanase 24 5.592206962 C6_control_C1 +LQ01X001850 Endoglucanase 24 6.611282485 C6_control_C2 +LQ01X001850 Endoglucanase 24 6.454618794 C6_control_C3 +LQ01X001850 Endoglucanase 24 6.276763638 C6_chemical_A1 +LQ01X001850 Endoglucanase 24 6.24112836 C6_chemical_A3 +LQ01X001850 Endoglucanase 24 6.000309332 C6_chemical_B1 +LQ01X001850 Endoglucanase 24 6.50900075 C6_chemical_B2 +LQ01X001850 Endoglucanase 24 6.952326866 C6_chemical_B3 +LQ01X001850 Endoglucanase 24 5.870668547 C6_chemical_C1 +LQ01X001850 Endoglucanase 24 6.071098731 C6_chemical_C2 +LQ01X001850 Endoglucanase 24 5.994456947 C6_chemical_C3 +LQ01X001850 Endoglucanase 24 6.329368584 L4_control_A1 +LQ01X001850 Endoglucanase 24 6.502941051 L4_control_A2 +LQ01X001850 Endoglucanase 24 6.336927736 L4_control_A3 +LQ01X001850 Endoglucanase 24 5.828083661 L4_control_B1 +LQ01X001850 Endoglucanase 24 5.912067745 L4_control_B2 +LQ01X001850 Endoglucanase 24 6.120269405 L4_control_B3 +LQ01X001850 Endoglucanase 24 6.141982223 L4_control_C2 +LQ01X001850 Endoglucanase 24 5.731784324 L4_control_C3 +LQ01X001850 Endoglucanase 24 6.037297581 L4_chemical_A1 +LQ01X001850 Endoglucanase 24 6.032322898 L4_chemical_A2 +LQ01X001850 Endoglucanase 24 6.133165415 L4_chemical_A3 +LQ01X001850 Endoglucanase 24 6.691246787 L4_chemical_B1 +LQ01X001850 Endoglucanase 24 6.326864907 L4_chemical_B2 +LQ01X001850 Endoglucanase 24 6.39914761 L4_chemical_B3 +LQ01X001850 Endoglucanase 24 5.94929075 L4_chemical_C2 +LQ01X001850 Endoglucanase 24 5.372329034 L4_chemical_C3 +LQ01X001890 60S ribosomal protein L8 6.135915367 C6_control_A1 +LQ01X001890 60S ribosomal protein L8 6.258569974 C6_control_A3 +LQ01X001890 60S ribosomal protein L8 5.274072619 C6_control_B1 +LQ01X001890 60S ribosomal protein L8 5.650984975 C6_control_B2 +LQ01X001890 60S ribosomal protein L8 5.394274139 C6_control_B3 +LQ01X001890 60S ribosomal protein L8 5.639634351 C6_control_C1 +LQ01X001890 60S ribosomal protein L8 6.036505465 C6_control_C2 +LQ01X001890 60S ribosomal protein L8 5.503058127 C6_control_C3 +LQ01X001890 60S ribosomal protein L8 5.839901873 C6_chemical_A1 +LQ01X001890 60S ribosomal protein L8 5.634278174 C6_chemical_A3 +LQ01X001890 60S ribosomal protein L8 6.104283398 C6_chemical_B1 +LQ01X001890 60S ribosomal protein L8 5.694549756 C6_chemical_B2 +LQ01X001890 60S ribosomal protein L8 5.407593359 C6_chemical_B3 +LQ01X001890 60S ribosomal protein L8 5.708104889 C6_chemical_C1 +LQ01X001890 60S ribosomal protein L8 5.613371991 C6_chemical_C2 +LQ01X001890 60S ribosomal protein L8 5.430997366 C6_chemical_C3 +LQ01X001890 60S ribosomal protein L8 5.593788112 L4_control_A1 +LQ01X001890 60S ribosomal protein L8 5.885237495 L4_control_A2 +LQ01X001890 60S ribosomal protein L8 5.848720357 L4_control_A3 +LQ01X001890 60S ribosomal protein L8 5.437014698 L4_control_B1 +LQ01X001890 60S ribosomal protein L8 5.949948211 L4_control_B2 +LQ01X001890 60S ribosomal protein L8 5.653734398 L4_control_B3 +LQ01X001890 60S ribosomal protein L8 5.305505026 L4_control_C2 +LQ01X001890 60S ribosomal protein L8 5.048947963 L4_control_C3 +LQ01X001890 60S ribosomal protein L8 5.574342583 L4_chemical_A1 +LQ01X001890 60S ribosomal protein L8 5.871815712 L4_chemical_A2 +LQ01X001890 60S ribosomal protein L8 6.117354807 L4_chemical_A3 +LQ01X001890 60S ribosomal protein L8 5.989350757 L4_chemical_B1 +LQ01X001890 60S ribosomal protein L8 5.593623454 L4_chemical_B2 +LQ01X001890 60S ribosomal protein L8 5.726630297 L4_chemical_B3 +LQ01X001890 60S ribosomal protein L8 5.188763973 L4_chemical_C2 +LQ01X001890 60S ribosomal protein L8 5.070936369 L4_chemical_C3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.703066128 C6_control_A1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.499030852 C6_control_A3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.871854872 C6_control_B1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.585376375 C6_control_B2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 7.12518214 C6_control_B3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 7.173132889 C6_control_C1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.428220552 C6_control_C2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 7.166825266 C6_control_C3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.365371909 C6_chemical_A1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.718671855 C6_chemical_A3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.785982707 C6_chemical_B1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.559235768 C6_chemical_B2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.930376364 C6_chemical_B3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 7.01427267 C6_chemical_C1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.977990267 C6_chemical_C2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 7.105705659 C6_chemical_C3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.582980798 L4_control_A1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.976232436 L4_control_A2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.663608805 L4_control_A3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.573720185 L4_control_B1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.932159295 L4_control_B2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.691789305 L4_control_B3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.92737554 L4_control_C2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.929012141 L4_control_C3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.23895494 L4_chemical_A1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.025222452 L4_chemical_A2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.688491262 L4_chemical_A3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.952549608 L4_chemical_B1 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 5.951181071 L4_chemical_B2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.140689682 L4_chemical_B3 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.316132286 L4_chemical_C2 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 7.5437745 L4_chemical_C3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.308597053 C6_control_A1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.20834295 C6_control_A3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.403273887 C6_control_B1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.179510383 C6_control_B2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.876617323 C6_control_B3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.140892643 C6_control_C1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.797252998 C6_control_C2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.049058722 C6_control_C3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.837381386 C6_chemical_A1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.413285436 C6_chemical_A3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.370512613 C6_chemical_B1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.134595597 C6_chemical_B2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.063046001 C6_chemical_B3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.551972335 C6_chemical_C1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.883445981 C6_chemical_C2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.372659778 C6_chemical_C3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.626735901 L4_control_A1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.758991165 L4_control_A2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 5.561611227 L4_control_A3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.419112346 L4_control_B1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.969806598 L4_control_B2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.10183605 L4_control_B3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.451570587 L4_control_C2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.128526658 L4_control_C3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.463884219 L4_chemical_A1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.236375951 L4_chemical_A2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.633967505 L4_chemical_A3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.386031001 L4_chemical_B1 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.131556209 L4_chemical_B2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.84697725 L4_chemical_B3 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 7.243768691 L4_chemical_C2 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.525874547 L4_chemical_C3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.67604513 C6_control_A1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.65872969 C6_control_A3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.9668429 C6_control_B1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 12.8664115 C6_control_B2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.86682603 C6_control_B3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 10.43543248 C6_control_C1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 11.02979306 C6_control_C2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 10.46173544 C6_control_C3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.41514892 C6_chemical_A1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.46744945 C6_chemical_A3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.95017709 C6_chemical_B1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 12.98572095 C6_chemical_B2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.58676416 C6_chemical_B3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 10.29792847 C6_chemical_C1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 10.48084275 C6_chemical_C2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 10.59556919 C6_chemical_C3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.15992599 L4_control_A1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.88404331 L4_control_A2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.46065325 L4_control_A3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.82964926 L4_control_B1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 14.9452633 L4_control_B2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.22747356 L4_control_B3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 11.6575523 L4_control_C2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 12.40062653 L4_control_C3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 12.53355548 L4_chemical_A1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.03371823 L4_chemical_A2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.07558095 L4_chemical_A3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 14.00903017 L4_chemical_B1 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 14.22552923 L4_chemical_B2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.78963742 L4_chemical_B3 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 11.81775404 L4_chemical_C2 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 12.14532283 L4_chemical_C3 +LQ01X001940 Putative uncharacterized protein 10.25548489 C6_control_A1 +LQ01X001940 Putative uncharacterized protein 10.3442069 C6_control_A3 +LQ01X001940 Putative uncharacterized protein 10.39313794 C6_control_B1 +LQ01X001940 Putative uncharacterized protein 10.90496134 C6_control_B2 +LQ01X001940 Putative uncharacterized protein 10.70406441 C6_control_B3 +LQ01X001940 Putative uncharacterized protein 10.78250868 C6_control_C1 +LQ01X001940 Putative uncharacterized protein 10.7891447 C6_control_C2 +LQ01X001940 Putative uncharacterized protein 10.90606395 C6_control_C3 +LQ01X001940 Putative uncharacterized protein 10.16119413 C6_chemical_A1 +LQ01X001940 Putative uncharacterized protein 9.926937911 C6_chemical_A3 +LQ01X001940 Putative uncharacterized protein 10.27631502 C6_chemical_B1 +LQ01X001940 Putative uncharacterized protein 10.8333968 C6_chemical_B2 +LQ01X001940 Putative uncharacterized protein 10.46038499 C6_chemical_B3 +LQ01X001940 Putative uncharacterized protein 10.87628629 C6_chemical_C1 +LQ01X001940 Putative uncharacterized protein 10.93255855 C6_chemical_C2 +LQ01X001940 Putative uncharacterized protein 10.81763383 C6_chemical_C3 +LQ01X001940 Putative uncharacterized protein 9.499334827 L4_control_A1 +LQ01X001940 Putative uncharacterized protein 10.52942392 L4_control_A2 +LQ01X001940 Putative uncharacterized protein 8.020480972 L4_control_A3 +LQ01X001940 Putative uncharacterized protein 9.942569417 L4_control_B1 +LQ01X001940 Putative uncharacterized protein 9.798509554 L4_control_B2 +LQ01X001940 Putative uncharacterized protein 9.937799387 L4_control_B3 +LQ01X001940 Putative uncharacterized protein 10.24792831 L4_control_C2 +LQ01X001940 Putative uncharacterized protein 10.08743452 L4_control_C3 +LQ01X001940 Putative uncharacterized protein 10.02756556 L4_chemical_A1 +LQ01X001940 Putative uncharacterized protein 10.65751522 L4_chemical_A2 +LQ01X001940 Putative uncharacterized protein 8.630321697 L4_chemical_A3 +LQ01X001940 Putative uncharacterized protein 10.23515482 L4_chemical_B1 +LQ01X001940 Putative uncharacterized protein 10.36632171 L4_chemical_B2 +LQ01X001940 Putative uncharacterized protein 9.792793277 L4_chemical_B3 +LQ01X001940 Putative uncharacterized protein 9.951078277 L4_chemical_C2 +LQ01X001940 Putative uncharacterized protein 10.06979314 L4_chemical_C3 +LQ01X001950 RNA binding protein, putative 12.45991923 C6_control_A1 +LQ01X001950 RNA binding protein, putative 12.28975601 C6_control_A3 +LQ01X001950 RNA binding protein, putative 12.26394517 C6_control_B1 +LQ01X001950 RNA binding protein, putative 11.98747436 C6_control_B2 +LQ01X001950 RNA binding protein, putative 12.25893818 C6_control_B3 +LQ01X001950 RNA binding protein, putative 12.82736679 C6_control_C1 +LQ01X001950 RNA binding protein, putative 12.39833518 C6_control_C2 +LQ01X001950 RNA binding protein, putative 12.83362824 C6_control_C3 +LQ01X001950 RNA binding protein, putative 12.52077069 C6_chemical_A1 +LQ01X001950 RNA binding protein, putative 12.31807607 C6_chemical_A3 +LQ01X001950 RNA binding protein, putative 12.35291862 C6_chemical_B1 +LQ01X001950 RNA binding protein, putative 11.98195944 C6_chemical_B2 +LQ01X001950 RNA binding protein, putative 11.95852521 C6_chemical_B3 +LQ01X001950 RNA binding protein, putative 12.82539219 C6_chemical_C1 +LQ01X001950 RNA binding protein, putative 12.32584622 C6_chemical_C2 +LQ01X001950 RNA binding protein, putative 12.47027541 C6_chemical_C3 +LQ01X001950 RNA binding protein, putative 12.36016608 L4_control_A1 +LQ01X001950 RNA binding protein, putative 12.68814228 L4_control_A2 +LQ01X001950 RNA binding protein, putative 12.76563621 L4_control_A3 +LQ01X001950 RNA binding protein, putative 12.18670268 L4_control_B1 +LQ01X001950 RNA binding protein, putative 12.36136975 L4_control_B2 +LQ01X001950 RNA binding protein, putative 12.11487082 L4_control_B3 +LQ01X001950 RNA binding protein, putative 12.94644009 L4_control_C2 +LQ01X001950 RNA binding protein, putative 12.90653698 L4_control_C3 +LQ01X001950 RNA binding protein, putative 12.76990591 L4_chemical_A1 +LQ01X001950 RNA binding protein, putative 12.80902838 L4_chemical_A2 +LQ01X001950 RNA binding protein, putative 12.71638995 L4_chemical_A3 +LQ01X001950 RNA binding protein, putative 12.4283093 L4_chemical_B1 +LQ01X001950 RNA binding protein, putative 12.68744931 L4_chemical_B2 +LQ01X001950 RNA binding protein, putative 11.90614741 L4_chemical_B3 +LQ01X001950 RNA binding protein, putative 12.79951082 L4_chemical_C2 +LQ01X001950 RNA binding protein, putative 12.98748119 L4_chemical_C3 +LQ01X001960 Histone H1 6.926827254 C6_control_A1 +LQ01X001960 Histone H1 6.604352362 C6_control_A3 +LQ01X001960 Histone H1 5.601390733 C6_control_B1 +LQ01X001960 Histone H1 7.034383051 C6_control_B2 +LQ01X001960 Histone H1 6.833700664 C6_control_B3 +LQ01X001960 Histone H1 6.695655582 C6_control_C1 +LQ01X001960 Histone H1 7.326388719 C6_control_C2 +LQ01X001960 Histone H1 6.705330943 C6_control_C3 +LQ01X001960 Histone H1 6.787733178 C6_chemical_A1 +LQ01X001960 Histone H1 6.574262727 C6_chemical_A3 +LQ01X001960 Histone H1 6.417066655 C6_chemical_B1 +LQ01X001960 Histone H1 7.172614402 C6_chemical_B2 +LQ01X001960 Histone H1 6.595102689 C6_chemical_B3 +LQ01X001960 Histone H1 6.633864333 C6_chemical_C1 +LQ01X001960 Histone H1 6.947354406 C6_chemical_C2 +LQ01X001960 Histone H1 6.487963811 C6_chemical_C3 +LQ01X001960 Histone H1 6.373223213 L4_control_A1 +LQ01X001960 Histone H1 6.711514097 L4_control_A2 +LQ01X001960 Histone H1 6.952589393 L4_control_A3 +LQ01X001960 Histone H1 5.698918448 L4_control_B1 +LQ01X001960 Histone H1 5.766643233 L4_control_B2 +LQ01X001960 Histone H1 6.512961897 L4_control_B3 +LQ01X001960 Histone H1 6.121302015 L4_control_C2 +LQ01X001960 Histone H1 5.943692778 L4_control_C3 +LQ01X001960 Histone H1 6.772684268 L4_chemical_A1 +LQ01X001960 Histone H1 7.113034052 L4_chemical_A2 +LQ01X001960 Histone H1 6.941294812 L4_chemical_A3 +LQ01X001960 Histone H1 6.275878785 L4_chemical_B1 +LQ01X001960 Histone H1 6.503620506 L4_chemical_B2 +LQ01X001960 Histone H1 6.771653856 L4_chemical_B3 +LQ01X001960 Histone H1 6.174020775 L4_chemical_C2 +LQ01X001960 Histone H1 5.539713618 L4_chemical_C3 +LQ01X001970 Histone H3.3 14.31345909 C6_control_A1 +LQ01X001970 Histone H3.3 14.52264234 C6_control_A3 +LQ01X001970 Histone H3.3 14.17807691 C6_control_B1 +LQ01X001970 Histone H3.3 13.27384925 C6_control_B2 +LQ01X001970 Histone H3.3 13.77366347 C6_control_B3 +LQ01X001970 Histone H3.3 13.64661065 C6_control_C1 +LQ01X001970 Histone H3.3 13.13983014 C6_control_C2 +LQ01X001970 Histone H3.3 12.90196869 C6_control_C3 +LQ01X001970 Histone H3.3 14.34080372 C6_chemical_A1 +LQ01X001970 Histone H3.3 14.28089325 C6_chemical_A3 +LQ01X001970 Histone H3.3 14.16635098 C6_chemical_B1 +LQ01X001970 Histone H3.3 13.85137244 C6_chemical_B2 +LQ01X001970 Histone H3.3 13.48530356 C6_chemical_B3 +LQ01X001970 Histone H3.3 14.30058958 C6_chemical_C1 +LQ01X001970 Histone H3.3 13.64504905 C6_chemical_C2 +LQ01X001970 Histone H3.3 12.74413854 C6_chemical_C3 +LQ01X001970 Histone H3.3 14.14797422 L4_control_A1 +LQ01X001970 Histone H3.3 13.93953966 L4_control_A2 +LQ01X001970 Histone H3.3 14.09133238 L4_control_A3 +LQ01X001970 Histone H3.3 13.29593898 L4_control_B1 +LQ01X001970 Histone H3.3 13.46218937 L4_control_B2 +LQ01X001970 Histone H3.3 13.03080147 L4_control_B3 +LQ01X001970 Histone H3.3 13.94657663 L4_control_C2 +LQ01X001970 Histone H3.3 13.64222549 L4_control_C3 +LQ01X001970 Histone H3.3 13.91772053 L4_chemical_A1 +LQ01X001970 Histone H3.3 13.76491826 L4_chemical_A2 +LQ01X001970 Histone H3.3 13.94574146 L4_chemical_A3 +LQ01X001970 Histone H3.3 14.15458304 L4_chemical_B1 +LQ01X001970 Histone H3.3 14.43559697 L4_chemical_B2 +LQ01X001970 Histone H3.3 13.49936163 L4_chemical_B3 +LQ01X001970 Histone H3.3 14.16818702 L4_chemical_C2 +LQ01X001970 Histone H3.3 13.55882634 L4_chemical_C3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.210936696 C6_control_A1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.484877198 C6_control_A3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.898903184 C6_control_B1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.448102819 C6_control_B2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.82842508 C6_control_B3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.768188861 C6_control_C1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 6.253952225 C6_control_C2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 6.095242109 C6_control_C3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.697440971 C6_chemical_A1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.542338161 C6_chemical_A3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 6.134299279 C6_chemical_B1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.478140484 C6_chemical_B2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 4.937643659 C6_chemical_B3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.551703424 C6_chemical_C1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.644822239 C6_chemical_C2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.524917253 C6_chemical_C3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.502068142 L4_control_A1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.617756611 L4_control_A2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.011635713 L4_control_A3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.819846101 L4_control_B1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.195757179 L4_control_B2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.541960166 L4_control_B3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.578506096 L4_control_C2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.402978022 L4_control_C3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.440573387 L4_chemical_A1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.769918808 L4_chemical_A2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.194049281 L4_chemical_A3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.333797622 L4_chemical_B1 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.449597398 L4_chemical_B2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.906175963 L4_chemical_B3 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.604130375 L4_chemical_C2 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 6.060372293 L4_chemical_C3 +LQ01X002040 Putative uncharacterized protein 12.76567652 C6_control_A1 +LQ01X002040 Putative uncharacterized protein 12.82442286 C6_control_A3 +LQ01X002040 Putative uncharacterized protein 12.56770215 C6_control_B1 +LQ01X002040 Putative uncharacterized protein 11.82255501 C6_control_B2 +LQ01X002040 Putative uncharacterized protein 12.32465929 C6_control_B3 +LQ01X002040 Putative uncharacterized protein 8.346577102 C6_control_C1 +LQ01X002040 Putative uncharacterized protein 8.643312968 C6_control_C2 +LQ01X002040 Putative uncharacterized protein 8.499629134 C6_control_C3 +LQ01X002040 Putative uncharacterized protein 12.6450763 C6_chemical_A1 +LQ01X002040 Putative uncharacterized protein 13.1184924 C6_chemical_A3 +LQ01X002040 Putative uncharacterized protein 12.11532592 C6_chemical_B1 +LQ01X002040 Putative uncharacterized protein 11.72458066 C6_chemical_B2 +LQ01X002040 Putative uncharacterized protein 12.17098271 C6_chemical_B3 +LQ01X002040 Putative uncharacterized protein 8.08759317 C6_chemical_C1 +LQ01X002040 Putative uncharacterized protein 8.087763048 C6_chemical_C2 +LQ01X002040 Putative uncharacterized protein 8.004766394 C6_chemical_C3 +LQ01X002040 Putative uncharacterized protein 12.70644479 L4_control_A1 +LQ01X002040 Putative uncharacterized protein 13.01875098 L4_control_A2 +LQ01X002040 Putative uncharacterized protein 12.78204423 L4_control_A3 +LQ01X002040 Putative uncharacterized protein 12.50633084 L4_control_B1 +LQ01X002040 Putative uncharacterized protein 13.00491213 L4_control_B2 +LQ01X002040 Putative uncharacterized protein 12.03879783 L4_control_B3 +LQ01X002040 Putative uncharacterized protein 8.231173311 L4_control_C2 +LQ01X002040 Putative uncharacterized protein 8.742890882 L4_control_C3 +LQ01X002040 Putative uncharacterized protein 12.0204361 L4_chemical_A1 +LQ01X002040 Putative uncharacterized protein 12.27744388 L4_chemical_A2 +LQ01X002040 Putative uncharacterized protein 12.58636915 L4_chemical_A3 +LQ01X002040 Putative uncharacterized protein 12.64644258 L4_chemical_B1 +LQ01X002040 Putative uncharacterized protein 12.76265782 L4_chemical_B2 +LQ01X002040 Putative uncharacterized protein 12.66055281 L4_chemical_B3 +LQ01X002040 Putative uncharacterized protein 8.576711235 L4_chemical_C2 +LQ01X002040 Putative uncharacterized protein 9.209513768 L4_chemical_C3 +LQ01X002050 Hypothetical protein 4.952825203 C6_control_A1 +LQ01X002050 Hypothetical protein 5.093954772 C6_control_A3 +LQ01X002050 Hypothetical protein 5.355955194 C6_control_B1 +LQ01X002050 Hypothetical protein 5.091959973 C6_control_B2 +LQ01X002050 Hypothetical protein 5.346652938 C6_control_B3 +LQ01X002050 Hypothetical protein 5.238302615 C6_control_C1 +LQ01X002050 Hypothetical protein 4.854123898 C6_control_C2 +LQ01X002050 Hypothetical protein 5.291633511 C6_control_C3 +LQ01X002050 Hypothetical protein 5.245745902 C6_chemical_A1 +LQ01X002050 Hypothetical protein 5.448913076 C6_chemical_A3 +LQ01X002050 Hypothetical protein 5.088222711 C6_chemical_B1 +LQ01X002050 Hypothetical protein 4.977588799 C6_chemical_B2 +LQ01X002050 Hypothetical protein 5.42664868 C6_chemical_B3 +LQ01X002050 Hypothetical protein 4.723679558 C6_chemical_C1 +LQ01X002050 Hypothetical protein 5.188397843 C6_chemical_C2 +LQ01X002050 Hypothetical protein 5.02757467 C6_chemical_C3 +LQ01X002050 Hypothetical protein 5.083614715 L4_control_A1 +LQ01X002050 Hypothetical protein 5.701531 L4_control_A2 +LQ01X002050 Hypothetical protein 5.589397917 L4_control_A3 +LQ01X002050 Hypothetical protein 5.321398987 L4_control_B1 +LQ01X002050 Hypothetical protein 5.760167925 L4_control_B2 +LQ01X002050 Hypothetical protein 5.555597119 L4_control_B3 +LQ01X002050 Hypothetical protein 5.377587329 L4_control_C2 +LQ01X002050 Hypothetical protein 5.11374087 L4_control_C3 +LQ01X002050 Hypothetical protein 5.466355754 L4_chemical_A1 +LQ01X002050 Hypothetical protein 5.575108298 L4_chemical_A2 +LQ01X002050 Hypothetical protein 5.007057135 L4_chemical_A3 +LQ01X002050 Hypothetical protein 5.365240202 L4_chemical_B1 +LQ01X002050 Hypothetical protein 5.328029786 L4_chemical_B2 +LQ01X002050 Hypothetical protein 5.522531995 L4_chemical_B3 +LQ01X002050 Hypothetical protein 4.921989708 L4_chemical_C2 +LQ01X002050 Hypothetical protein 5.088215067 L4_chemical_C3 +LQ01X002060 Putative Lactoylglutathione lyase 13.3042269 C6_control_A1 +LQ01X002060 Putative Lactoylglutathione lyase 13.56245886 C6_control_A3 +LQ01X002060 Putative Lactoylglutathione lyase 13.86590879 C6_control_B1 +LQ01X002060 Putative Lactoylglutathione lyase 15.28595382 C6_control_B2 +LQ01X002060 Putative Lactoylglutathione lyase 14.43360773 C6_control_B3 +LQ01X002060 Putative Lactoylglutathione lyase 15.06142101 C6_control_C1 +LQ01X002060 Putative Lactoylglutathione lyase 15.69073571 C6_control_C2 +LQ01X002060 Putative Lactoylglutathione lyase 15.48343612 C6_control_C3 +LQ01X002060 Putative Lactoylglutathione lyase 13.55467561 C6_chemical_A1 +LQ01X002060 Putative Lactoylglutathione lyase 13.08599945 C6_chemical_A3 +LQ01X002060 Putative Lactoylglutathione lyase 13.9490663 C6_chemical_B1 +LQ01X002060 Putative Lactoylglutathione lyase 15.00322736 C6_chemical_B2 +LQ01X002060 Putative Lactoylglutathione lyase 14.70502204 C6_chemical_B3 +LQ01X002060 Putative Lactoylglutathione lyase 14.23207325 C6_chemical_C1 +LQ01X002060 Putative Lactoylglutathione lyase 15.14518369 C6_chemical_C2 +LQ01X002060 Putative Lactoylglutathione lyase 13.84200645 C6_chemical_C3 +LQ01X002060 Putative Lactoylglutathione lyase 13.61133722 L4_control_A1 +LQ01X002060 Putative Lactoylglutathione lyase 13.00271488 L4_control_A2 +LQ01X002060 Putative Lactoylglutathione lyase 12.55398384 L4_control_A3 +LQ01X002060 Putative Lactoylglutathione lyase 13.48197429 L4_control_B1 +LQ01X002060 Putative Lactoylglutathione lyase 13.31811145 L4_control_B2 +LQ01X002060 Putative Lactoylglutathione lyase 15.09466981 L4_control_B3 +LQ01X002060 Putative Lactoylglutathione lyase 13.6123394 L4_control_C2 +LQ01X002060 Putative Lactoylglutathione lyase 13.98282506 L4_control_C3 +LQ01X002060 Putative Lactoylglutathione lyase 13.51520216 L4_chemical_A1 +LQ01X002060 Putative Lactoylglutathione lyase 12.44838426 L4_chemical_A2 +LQ01X002060 Putative Lactoylglutathione lyase 13.1245219 L4_chemical_A3 +LQ01X002060 Putative Lactoylglutathione lyase 12.51371772 L4_chemical_B1 +LQ01X002060 Putative Lactoylglutathione lyase 12.90366592 L4_chemical_B2 +LQ01X002060 Putative Lactoylglutathione lyase 13.6952546 L4_chemical_B3 +LQ01X002060 Putative Lactoylglutathione lyase 13.32477484 L4_chemical_C2 +LQ01X002060 Putative Lactoylglutathione lyase 14.24635293 L4_chemical_C3 +LQ01X002070 Putative uncharacterized protein 12.62082779 C6_control_A1 +LQ01X002070 Putative uncharacterized protein 11.34285577 C6_control_A3 +LQ01X002070 Putative uncharacterized protein 12.97810274 C6_control_B1 +LQ01X002070 Putative uncharacterized protein 12.54139825 C6_control_B2 +LQ01X002070 Putative uncharacterized protein 12.16605424 C6_control_B3 +LQ01X002070 Putative uncharacterized protein 13.36915503 C6_control_C1 +LQ01X002070 Putative uncharacterized protein 13.23143144 C6_control_C2 +LQ01X002070 Putative uncharacterized protein 12.42820605 C6_control_C3 +LQ01X002070 Putative uncharacterized protein 13.05320535 C6_chemical_A1 +LQ01X002070 Putative uncharacterized protein 11.94264353 C6_chemical_A3 +LQ01X002070 Putative uncharacterized protein 13.20487492 C6_chemical_B1 +LQ01X002070 Putative uncharacterized protein 12.86638892 C6_chemical_B2 +LQ01X002070 Putative uncharacterized protein 12.52665615 C6_chemical_B3 +LQ01X002070 Putative uncharacterized protein 13.92185118 C6_chemical_C1 +LQ01X002070 Putative uncharacterized protein 13.66790202 C6_chemical_C2 +LQ01X002070 Putative uncharacterized protein 13.23705413 C6_chemical_C3 +LQ01X002070 Putative uncharacterized protein 12.33458216 L4_control_A1 +LQ01X002070 Putative uncharacterized protein 12.65650675 L4_control_A2 +LQ01X002070 Putative uncharacterized protein 11.12701108 L4_control_A3 +LQ01X002070 Putative uncharacterized protein 13.17150641 L4_control_B1 +LQ01X002070 Putative uncharacterized protein 12.76841501 L4_control_B2 +LQ01X002070 Putative uncharacterized protein 12.26251372 L4_control_B3 +LQ01X002070 Putative uncharacterized protein 13.16652458 L4_control_C2 +LQ01X002070 Putative uncharacterized protein 13.11816754 L4_control_C3 +LQ01X002070 Putative uncharacterized protein 12.18449305 L4_chemical_A1 +LQ01X002070 Putative uncharacterized protein 12.91635758 L4_chemical_A2 +LQ01X002070 Putative uncharacterized protein 11.44631617 L4_chemical_A3 +LQ01X002070 Putative uncharacterized protein 13.13881763 L4_chemical_B1 +LQ01X002070 Putative uncharacterized protein 13.13897214 L4_chemical_B2 +LQ01X002070 Putative uncharacterized protein 11.95017777 L4_chemical_B3 +LQ01X002070 Putative uncharacterized protein 13.63953347 L4_chemical_C2 +LQ01X002070 Putative uncharacterized protein 13.35639097 L4_chemical_C3 +LQ01X002080 Putative Thymus-specific serine protease 13.14919007 C6_control_A1 +LQ01X002080 Putative Thymus-specific serine protease 13.16893991 C6_control_A3 +LQ01X002080 Putative Thymus-specific serine protease 13.75902235 C6_control_B1 +LQ01X002080 Putative Thymus-specific serine protease 12.74066537 C6_control_B2 +LQ01X002080 Putative Thymus-specific serine protease 13.27462204 C6_control_B3 +LQ01X002080 Putative Thymus-specific serine protease 12.78623364 C6_control_C1 +LQ01X002080 Putative Thymus-specific serine protease 12.98815846 C6_control_C2 +LQ01X002080 Putative Thymus-specific serine protease 13.18357293 C6_control_C3 +LQ01X002080 Putative Thymus-specific serine protease 13.12357279 C6_chemical_A1 +LQ01X002080 Putative Thymus-specific serine protease 13.37308415 C6_chemical_A3 +LQ01X002080 Putative Thymus-specific serine protease 13.73301221 C6_chemical_B1 +LQ01X002080 Putative Thymus-specific serine protease 12.76392717 C6_chemical_B2 +LQ01X002080 Putative Thymus-specific serine protease 13.47057717 C6_chemical_B3 +LQ01X002080 Putative Thymus-specific serine protease 12.85302822 C6_chemical_C1 +LQ01X002080 Putative Thymus-specific serine protease 12.54006683 C6_chemical_C2 +LQ01X002080 Putative Thymus-specific serine protease 13.31636676 C6_chemical_C3 +LQ01X002080 Putative Thymus-specific serine protease 12.91179979 L4_control_A1 +LQ01X002080 Putative Thymus-specific serine protease 12.36697284 L4_control_A2 +LQ01X002080 Putative Thymus-specific serine protease 13.05344129 L4_control_A3 +LQ01X002080 Putative Thymus-specific serine protease 13.1426931 L4_control_B1 +LQ01X002080 Putative Thymus-specific serine protease 13.23096181 L4_control_B2 +LQ01X002080 Putative Thymus-specific serine protease 13.45854703 L4_control_B3 +LQ01X002080 Putative Thymus-specific serine protease 13.56662973 L4_control_C2 +LQ01X002080 Putative Thymus-specific serine protease 13.59465014 L4_control_C3 +LQ01X002080 Putative Thymus-specific serine protease 13.38152348 L4_chemical_A1 +LQ01X002080 Putative Thymus-specific serine protease 12.64533857 L4_chemical_A2 +LQ01X002080 Putative Thymus-specific serine protease 13.03542864 L4_chemical_A3 +LQ01X002080 Putative Thymus-specific serine protease 13.20672133 L4_chemical_B1 +LQ01X002080 Putative Thymus-specific serine protease 12.91690752 L4_chemical_B2 +LQ01X002080 Putative Thymus-specific serine protease 13.56084198 L4_chemical_B3 +LQ01X002080 Putative Thymus-specific serine protease 13.37996942 L4_chemical_C2 +LQ01X002080 Putative Thymus-specific serine protease 13.56930902 L4_chemical_C3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.36541896 C6_control_A1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.29358543 C6_control_A3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.62964401 C6_control_B1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.89914111 C6_control_B2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.50085524 C6_control_B3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.96917606 C6_control_C1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.64272368 C6_control_C2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.23922642 C6_control_C3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.44796957 C6_chemical_A1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.63866803 C6_chemical_A3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.9626072 C6_chemical_B1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.69697686 C6_chemical_B2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.58356782 C6_chemical_B3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.52006405 C6_chemical_C1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.67839582 C6_chemical_C2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.34812914 C6_chemical_C3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.13655056 L4_control_A1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.9917057 L4_control_A2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.46314901 L4_control_A3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.38329632 L4_control_B1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.66713455 L4_control_B2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.76845685 L4_control_B3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.78402365 L4_control_C2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.39250994 L4_control_C3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.28274387 L4_chemical_A1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.47585868 L4_chemical_A2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.00637617 L4_chemical_A3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.38832954 L4_chemical_B1 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.45812977 L4_chemical_B2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.28038287 L4_chemical_B3 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.71061106 L4_chemical_C2 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 14.3979544 L4_chemical_C3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.374935062 C6_control_A1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.746269452 C6_control_A3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.835702641 C6_control_B1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.708099518 C6_control_B2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.587931151 C6_control_B3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.927663635 C6_control_C1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.441515086 C6_control_C2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.412764436 C6_control_C3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.157884088 C6_chemical_A1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.80356356 C6_chemical_A3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.424093297 C6_chemical_B1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.156669675 C6_chemical_B2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.63831627 C6_chemical_B3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.238122743 C6_chemical_C1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.336154376 C6_chemical_C2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.336487655 C6_chemical_C3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.05350367 L4_control_A1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.475766776 L4_control_A2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.309705507 L4_control_A3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.508501294 L4_control_B1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.221943267 L4_control_B2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.031598916 L4_control_B3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.965668276 L4_control_C2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.50739361 L4_control_C3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.240385801 L4_chemical_A1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.412795717 L4_chemical_A2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.679181643 L4_chemical_A3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.753259807 L4_chemical_B1 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.408304355 L4_chemical_B2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.94558035 L4_chemical_B3 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 5.671724928 L4_chemical_C2 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.28301157 L4_chemical_C3 +LQ01X002140 Putative uncharacterized protein 5.852202894 C6_control_A1 +LQ01X002140 Putative uncharacterized protein 6.143889786 C6_control_A3 +LQ01X002140 Putative uncharacterized protein 5.148417512 C6_control_B1 +LQ01X002140 Putative uncharacterized protein 5.705412358 C6_control_B2 +LQ01X002140 Putative uncharacterized protein 5.974988745 C6_control_B3 +LQ01X002140 Putative uncharacterized protein 5.950400608 C6_control_C1 +LQ01X002140 Putative uncharacterized protein 6.532435841 C6_control_C2 +LQ01X002140 Putative uncharacterized protein 5.283539854 C6_control_C3 +LQ01X002140 Putative uncharacterized protein 5.416088277 C6_chemical_A1 +LQ01X002140 Putative uncharacterized protein 6.026149002 C6_chemical_A3 +LQ01X002140 Putative uncharacterized protein 5.505179981 C6_chemical_B1 +LQ01X002140 Putative uncharacterized protein 5.827046727 C6_chemical_B2 +LQ01X002140 Putative uncharacterized protein 6.121440093 C6_chemical_B3 +LQ01X002140 Putative uncharacterized protein 5.813265854 C6_chemical_C1 +LQ01X002140 Putative uncharacterized protein 5.795653319 C6_chemical_C2 +LQ01X002140 Putative uncharacterized protein 5.321147465 C6_chemical_C3 +LQ01X002140 Putative uncharacterized protein 5.68935036 L4_control_A1 +LQ01X002140 Putative uncharacterized protein 5.333596017 L4_control_A2 +LQ01X002140 Putative uncharacterized protein 5.463002675 L4_control_A3 +LQ01X002140 Putative uncharacterized protein 6.109912446 L4_control_B1 +LQ01X002140 Putative uncharacterized protein 6.359767568 L4_control_B2 +LQ01X002140 Putative uncharacterized protein 5.340482236 L4_control_B3 +LQ01X002140 Putative uncharacterized protein 5.237071938 L4_control_C2 +LQ01X002140 Putative uncharacterized protein 5.610194159 L4_control_C3 +LQ01X002140 Putative uncharacterized protein 5.651684837 L4_chemical_A1 +LQ01X002140 Putative uncharacterized protein 5.713106727 L4_chemical_A2 +LQ01X002140 Putative uncharacterized protein 5.543362239 L4_chemical_A3 +LQ01X002140 Putative uncharacterized protein 6.066287097 L4_chemical_B1 +LQ01X002140 Putative uncharacterized protein 5.796385489 L4_chemical_B2 +LQ01X002140 Putative uncharacterized protein 5.326623212 L4_chemical_B3 +LQ01X002140 Putative uncharacterized protein 5.251831776 L4_chemical_C2 +LQ01X002140 Putative uncharacterized protein 5.93279809 L4_chemical_C3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.424897592 C6_control_A1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.67886619 C6_control_A3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.342095265 C6_control_B1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.298889825 C6_control_B2 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.364241269 C6_control_B3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.082715161 C6_control_C1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.243405177 C6_control_C2 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.09003384 C6_control_C3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.314057394 C6_chemical_A1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.697946343 C6_chemical_A3 +LQ01X002180 Putative Protein FMP32, mitochondrial 4.71314233 C6_chemical_B1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.419822062 C6_chemical_B2 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.392641095 C6_chemical_B3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.249223582 C6_chemical_C1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.382811252 C6_chemical_C2 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.119613653 C6_chemical_C3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.505407916 L4_control_A1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.558335073 L4_control_A2 +LQ01X002180 Putative Protein FMP32, mitochondrial 6.530143691 L4_control_A3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.698969032 L4_control_B1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.673217684 L4_control_B2 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.211054758 L4_control_B3 +LQ01X002180 Putative Protein FMP32, mitochondrial 6.048907505 L4_control_C2 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.22341359 L4_control_C3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.647781896 L4_chemical_A1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.702508633 L4_chemical_A2 +LQ01X002180 Putative Protein FMP32, mitochondrial 6.548422018 L4_chemical_A3 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.430641375 L4_chemical_B1 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.929943827 L4_chemical_B2 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.191173116 L4_chemical_B3 +LQ01X002180 Putative Protein FMP32, mitochondrial 4.984356139 L4_chemical_C2 +LQ01X002180 Putative Protein FMP32, mitochondrial 4.830656291 L4_chemical_C3 +LQ01X002190 Cytochrome P450 84A1 9.213916969 C6_control_A1 +LQ01X002190 Cytochrome P450 84A1 8.484869599 C6_control_A3 +LQ01X002190 Cytochrome P450 84A1 11.56064965 C6_control_B1 +LQ01X002190 Cytochrome P450 84A1 13.04383035 C6_control_B2 +LQ01X002190 Cytochrome P450 84A1 12.6477536 C6_control_B3 +LQ01X002190 Cytochrome P450 84A1 11.58108771 C6_control_C1 +LQ01X002190 Cytochrome P450 84A1 12.3777012 C6_control_C2 +LQ01X002190 Cytochrome P450 84A1 12.13934615 C6_control_C3 +LQ01X002190 Cytochrome P450 84A1 9.432310557 C6_chemical_A1 +LQ01X002190 Cytochrome P450 84A1 8.605813984 C6_chemical_A3 +LQ01X002190 Cytochrome P450 84A1 12.06787441 C6_chemical_B1 +LQ01X002190 Cytochrome P450 84A1 12.9457691 C6_chemical_B2 +LQ01X002190 Cytochrome P450 84A1 13.44413177 C6_chemical_B3 +LQ01X002190 Cytochrome P450 84A1 11.43099601 C6_chemical_C1 +LQ01X002190 Cytochrome P450 84A1 11.79960235 C6_chemical_C2 +LQ01X002190 Cytochrome P450 84A1 12.25202475 C6_chemical_C3 +LQ01X002190 Cytochrome P450 84A1 8.473317129 L4_control_A1 +LQ01X002190 Cytochrome P450 84A1 9.632474269 L4_control_A2 +LQ01X002190 Cytochrome P450 84A1 7.433846193 L4_control_A3 +LQ01X002190 Cytochrome P450 84A1 12.54327593 L4_control_B1 +LQ01X002190 Cytochrome P450 84A1 12.89125872 L4_control_B2 +LQ01X002190 Cytochrome P450 84A1 14.30971651 L4_control_B3 +LQ01X002190 Cytochrome P450 84A1 12.39246175 L4_control_C2 +LQ01X002190 Cytochrome P450 84A1 12.86830346 L4_control_C3 +LQ01X002190 Cytochrome P450 84A1 7.840107368 L4_chemical_A1 +LQ01X002190 Cytochrome P450 84A1 8.863617195 L4_chemical_A2 +LQ01X002190 Cytochrome P450 84A1 6.590472037 L4_chemical_A3 +LQ01X002190 Cytochrome P450 84A1 11.50683972 L4_chemical_B1 +LQ01X002190 Cytochrome P450 84A1 12.54680137 L4_chemical_B2 +LQ01X002190 Cytochrome P450 84A1 12.73867715 L4_chemical_B3 +LQ01X002190 Cytochrome P450 84A1 11.81158782 L4_chemical_C2 +LQ01X002190 Cytochrome P450 84A1 12.63608415 L4_chemical_C3 +LQ01X002210 GATA transcription factor 5 13.4881933 C6_control_A1 +LQ01X002210 GATA transcription factor 5 13.34290432 C6_control_A3 +LQ01X002210 GATA transcription factor 5 12.93716774 C6_control_B1 +LQ01X002210 GATA transcription factor 5 12.5561219 C6_control_B2 +LQ01X002210 GATA transcription factor 5 12.72709986 C6_control_B3 +LQ01X002210 GATA transcription factor 5 10.99241238 C6_control_C1 +LQ01X002210 GATA transcription factor 5 10.84046788 C6_control_C2 +LQ01X002210 GATA transcription factor 5 11.19851693 C6_control_C3 +LQ01X002210 GATA transcription factor 5 13.58907864 C6_chemical_A1 +LQ01X002210 GATA transcription factor 5 13.84295533 C6_chemical_A3 +LQ01X002210 GATA transcription factor 5 13.15530764 C6_chemical_B1 +LQ01X002210 GATA transcription factor 5 12.55509269 C6_chemical_B2 +LQ01X002210 GATA transcription factor 5 13.11972267 C6_chemical_B3 +LQ01X002210 GATA transcription factor 5 10.76638684 C6_chemical_C1 +LQ01X002210 GATA transcription factor 5 10.7567721 C6_chemical_C2 +LQ01X002210 GATA transcription factor 5 10.88785494 C6_chemical_C3 +LQ01X002210 GATA transcription factor 5 13.15727685 L4_control_A1 +LQ01X002210 GATA transcription factor 5 12.87878296 L4_control_A2 +LQ01X002210 GATA transcription factor 5 13.16017918 L4_control_A3 +LQ01X002210 GATA transcription factor 5 12.64387599 L4_control_B1 +LQ01X002210 GATA transcription factor 5 13.7512964 L4_control_B2 +LQ01X002210 GATA transcription factor 5 12.54088726 L4_control_B3 +LQ01X002210 GATA transcription factor 5 11.58027431 L4_control_C2 +LQ01X002210 GATA transcription factor 5 11.37750564 L4_control_C3 +LQ01X002210 GATA transcription factor 5 12.92061071 L4_chemical_A1 +LQ01X002210 GATA transcription factor 5 12.67193747 L4_chemical_A2 +LQ01X002210 GATA transcription factor 5 12.39345701 L4_chemical_A3 +LQ01X002210 GATA transcription factor 5 13.05424234 L4_chemical_B1 +LQ01X002210 GATA transcription factor 5 13.61042457 L4_chemical_B2 +LQ01X002210 GATA transcription factor 5 12.89118473 L4_chemical_B3 +LQ01X002210 GATA transcription factor 5 11.21282298 L4_chemical_C2 +LQ01X002210 GATA transcription factor 5 11.0257715 L4_chemical_C3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.76611254 C6_control_A1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.85656211 C6_control_A3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 14.20438944 C6_control_B1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.11147093 C6_control_B2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.85489408 C6_control_B3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 10.2162035 C6_control_C1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 10.30149397 C6_control_C2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 10.73634364 C6_control_C3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.81239439 C6_chemical_A1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.80512447 C6_chemical_A3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.85015862 C6_chemical_B1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.10033048 C6_chemical_B2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.38415839 C6_chemical_B3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 10.24104362 C6_chemical_C1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 10.1040756 C6_chemical_C2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 9.501888205 C6_chemical_C3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.74267065 L4_control_A1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.56651559 L4_control_A2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 12.68493319 L4_control_A3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.41010449 L4_control_B1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 14.01605206 L4_control_B2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 11.90365738 L4_control_B3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 10.53845541 L4_control_C2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 10.42112986 L4_control_C3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 12.88705395 L4_chemical_A1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.24807161 L4_chemical_A2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 12.7004761 L4_chemical_A3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.80150132 L4_chemical_B1 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.99467543 L4_chemical_B2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.42804648 L4_chemical_B3 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 10.4032856 L4_chemical_C2 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 11.27726242 L4_chemical_C3 +LQ01X002270 Putative uncharacterized protein 5.262254466 C6_control_A1 +LQ01X002270 Putative uncharacterized protein 5.230050244 C6_control_A3 +LQ01X002270 Putative uncharacterized protein 5.722197172 C6_control_B1 +LQ01X002270 Putative uncharacterized protein 5.552848679 C6_control_B2 +LQ01X002270 Putative uncharacterized protein 5.831624187 C6_control_B3 +LQ01X002270 Putative uncharacterized protein 5.733913125 C6_control_C1 +LQ01X002270 Putative uncharacterized protein 5.276661389 C6_control_C2 +LQ01X002270 Putative uncharacterized protein 5.669135905 C6_control_C3 +LQ01X002270 Putative uncharacterized protein 5.255135967 C6_chemical_A1 +LQ01X002270 Putative uncharacterized protein 5.282132835 C6_chemical_A3 +LQ01X002270 Putative uncharacterized protein 5.207456566 C6_chemical_B1 +LQ01X002270 Putative uncharacterized protein 5.664449336 C6_chemical_B2 +LQ01X002270 Putative uncharacterized protein 5.294672208 C6_chemical_B3 +LQ01X002270 Putative uncharacterized protein 5.2838738 C6_chemical_C1 +LQ01X002270 Putative uncharacterized protein 5.849958719 C6_chemical_C2 +LQ01X002270 Putative uncharacterized protein 5.679644537 C6_chemical_C3 +LQ01X002270 Putative uncharacterized protein 5.493012601 L4_control_A1 +LQ01X002270 Putative uncharacterized protein 5.378324314 L4_control_A2 +LQ01X002270 Putative uncharacterized protein 5.722362209 L4_control_A3 +LQ01X002270 Putative uncharacterized protein 5.607697559 L4_control_B1 +LQ01X002270 Putative uncharacterized protein 5.285417987 L4_control_B2 +LQ01X002270 Putative uncharacterized protein 5.332913644 L4_control_B3 +LQ01X002270 Putative uncharacterized protein 5.766812812 L4_control_C2 +LQ01X002270 Putative uncharacterized protein 5.758609214 L4_control_C3 +LQ01X002270 Putative uncharacterized protein 5.585974217 L4_chemical_A1 +LQ01X002270 Putative uncharacterized protein 6.053672713 L4_chemical_A2 +LQ01X002270 Putative uncharacterized protein 4.926666345 L4_chemical_A3 +LQ01X002270 Putative uncharacterized protein 5.261230394 L4_chemical_B1 +LQ01X002270 Putative uncharacterized protein 5.558988539 L4_chemical_B2 +LQ01X002270 Putative uncharacterized protein 5.425530855 L4_chemical_B3 +LQ01X002270 Putative uncharacterized protein 5.316917627 L4_chemical_C2 +LQ01X002270 Putative uncharacterized protein 4.887479839 L4_chemical_C3 +LQ01X002280 Glutaredoxin-C3 11.24043545 C6_control_A1 +LQ01X002280 Glutaredoxin-C3 11.52488515 C6_control_A3 +LQ01X002280 Glutaredoxin-C3 11.41211082 C6_control_B1 +LQ01X002280 Glutaredoxin-C3 11.56630763 C6_control_B2 +LQ01X002280 Glutaredoxin-C3 11.55739815 C6_control_B3 +LQ01X002280 Glutaredoxin-C3 12.00510786 C6_control_C1 +LQ01X002280 Glutaredoxin-C3 12.22888867 C6_control_C2 +LQ01X002280 Glutaredoxin-C3 12.17916377 C6_control_C3 +LQ01X002280 Glutaredoxin-C3 11.08055109 C6_chemical_A1 +LQ01X002280 Glutaredoxin-C3 11.15503055 C6_chemical_A3 +LQ01X002280 Glutaredoxin-C3 11.37022212 C6_chemical_B1 +LQ01X002280 Glutaredoxin-C3 11.91064842 C6_chemical_B2 +LQ01X002280 Glutaredoxin-C3 11.42935252 C6_chemical_B3 +LQ01X002280 Glutaredoxin-C3 12.13017953 C6_chemical_C1 +LQ01X002280 Glutaredoxin-C3 12.16505494 C6_chemical_C2 +LQ01X002280 Glutaredoxin-C3 12.17013469 C6_chemical_C3 +LQ01X002280 Glutaredoxin-C3 10.94284727 L4_control_A1 +LQ01X002280 Glutaredoxin-C3 11.27711127 L4_control_A2 +LQ01X002280 Glutaredoxin-C3 9.908733119 L4_control_A3 +LQ01X002280 Glutaredoxin-C3 11.06786202 L4_control_B1 +LQ01X002280 Glutaredoxin-C3 10.86576809 L4_control_B2 +LQ01X002280 Glutaredoxin-C3 11.2653613 L4_control_B3 +LQ01X002280 Glutaredoxin-C3 11.558071 L4_control_C2 +LQ01X002280 Glutaredoxin-C3 12.04261983 L4_control_C3 +LQ01X002280 Glutaredoxin-C3 11.59198376 L4_chemical_A1 +LQ01X002280 Glutaredoxin-C3 11.79115687 L4_chemical_A2 +LQ01X002280 Glutaredoxin-C3 10.36673687 L4_chemical_A3 +LQ01X002280 Glutaredoxin-C3 11.1695151 L4_chemical_B1 +LQ01X002280 Glutaredoxin-C3 11.51878106 L4_chemical_B2 +LQ01X002280 Glutaredoxin-C3 11.31392625 L4_chemical_B3 +LQ01X002280 Glutaredoxin-C3 11.76154641 L4_chemical_C2 +LQ01X002280 Glutaredoxin-C3 12.05585289 L4_chemical_C3 +LQ01X002330 Hypothetical protein 4.568854346 C6_control_A1 +LQ01X002330 Hypothetical protein 4.628247936 C6_control_A3 +LQ01X002330 Hypothetical protein 4.736933635 C6_control_B1 +LQ01X002330 Hypothetical protein 4.586039894 C6_control_B2 +LQ01X002330 Hypothetical protein 4.774127451 C6_control_B3 +LQ01X002330 Hypothetical protein 4.79368636 C6_control_C1 +LQ01X002330 Hypothetical protein 4.680294814 C6_control_C2 +LQ01X002330 Hypothetical protein 4.559678424 C6_control_C3 +LQ01X002330 Hypothetical protein 4.638449956 C6_chemical_A1 +LQ01X002330 Hypothetical protein 4.667011309 C6_chemical_A3 +LQ01X002330 Hypothetical protein 4.829696206 C6_chemical_B1 +LQ01X002330 Hypothetical protein 4.709010465 C6_chemical_B2 +LQ01X002330 Hypothetical protein 4.635854851 C6_chemical_B3 +LQ01X002330 Hypothetical protein 4.853691126 C6_chemical_C1 +LQ01X002330 Hypothetical protein 4.746795161 C6_chemical_C2 +LQ01X002330 Hypothetical protein 4.677319684 C6_chemical_C3 +LQ01X002330 Hypothetical protein 4.644521891 L4_control_A1 +LQ01X002330 Hypothetical protein 5.360112084 L4_control_A2 +LQ01X002330 Hypothetical protein 4.661262439 L4_control_A3 +LQ01X002330 Hypothetical protein 4.950822333 L4_control_B1 +LQ01X002330 Hypothetical protein 4.47938789 L4_control_B2 +LQ01X002330 Hypothetical protein 4.820333373 L4_control_B3 +LQ01X002330 Hypothetical protein 5.490299495 L4_control_C2 +LQ01X002330 Hypothetical protein 5.30119411 L4_control_C3 +LQ01X002330 Hypothetical protein 4.945888842 L4_chemical_A1 +LQ01X002330 Hypothetical protein 4.785509118 L4_chemical_A2 +LQ01X002330 Hypothetical protein 4.847321766 L4_chemical_A3 +LQ01X002330 Hypothetical protein 4.797382645 L4_chemical_B1 +LQ01X002330 Hypothetical protein 5.216017128 L4_chemical_B2 +LQ01X002330 Hypothetical protein 4.707926784 L4_chemical_B3 +LQ01X002330 Hypothetical protein 4.849531057 L4_chemical_C2 +LQ01X002330 Hypothetical protein 5.170115203 L4_chemical_C3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.407061069 C6_control_A1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.050708162 C6_control_A3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.029023455 C6_control_B1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.402974045 C6_control_B2 +LQ01X002340 Aldehyde dehydrogenase, putative 9.144161517 C6_control_B3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.409668674 C6_control_C1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.144966276 C6_control_C2 +LQ01X002340 Aldehyde dehydrogenase, putative 8.681321604 C6_control_C3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.876965576 C6_chemical_A1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.337250752 C6_chemical_A3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.124364341 C6_chemical_B1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.254748244 C6_chemical_B2 +LQ01X002340 Aldehyde dehydrogenase, putative 9.224055529 C6_chemical_B3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.549644508 C6_chemical_C1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.300339478 C6_chemical_C2 +LQ01X002340 Aldehyde dehydrogenase, putative 8.92983712 C6_chemical_C3 +LQ01X002340 Aldehyde dehydrogenase, putative 10.05174115 L4_control_A1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.6909269 L4_control_A2 +LQ01X002340 Aldehyde dehydrogenase, putative 10.39316332 L4_control_A3 +LQ01X002340 Aldehyde dehydrogenase, putative 8.854060177 L4_control_B1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.527732359 L4_control_B2 +LQ01X002340 Aldehyde dehydrogenase, putative 9.608381555 L4_control_B3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.429665245 L4_control_C2 +LQ01X002340 Aldehyde dehydrogenase, putative 9.282008337 L4_control_C3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.946751279 L4_chemical_A1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.196869709 L4_chemical_A2 +LQ01X002340 Aldehyde dehydrogenase, putative 10.40309105 L4_chemical_A3 +LQ01X002340 Aldehyde dehydrogenase, putative 8.686392941 L4_chemical_B1 +LQ01X002340 Aldehyde dehydrogenase, putative 9.076828665 L4_chemical_B2 +LQ01X002340 Aldehyde dehydrogenase, putative 9.478914489 L4_chemical_B3 +LQ01X002340 Aldehyde dehydrogenase, putative 9.222765006 L4_chemical_C2 +LQ01X002340 Aldehyde dehydrogenase, putative 9.894992613 L4_chemical_C3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.28343012 C6_control_A1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.67966881 C6_control_A3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.68820308 C6_control_B1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.26858625 C6_control_B2 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.45542736 C6_control_B3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.22775236 C6_control_C1 +LQ01X002360 Putative Auxin-induced protein 5NG4 10.99877723 C6_control_C2 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.24560464 C6_control_C3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.25265558 C6_chemical_A1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.75600513 C6_chemical_A3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.65977322 C6_chemical_B1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.56458355 C6_chemical_B2 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.21000951 C6_chemical_B3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.26587003 C6_chemical_C1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.09846515 C6_chemical_C2 +LQ01X002360 Putative Auxin-induced protein 5NG4 10.9489966 C6_chemical_C3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.32311254 L4_control_A1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.40052819 L4_control_A2 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.61528983 L4_control_A3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.97135375 L4_control_B1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.452771 L4_control_B2 +LQ01X002360 Putative Auxin-induced protein 5NG4 10.91854966 L4_control_B3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.65737375 L4_control_C2 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.14475486 L4_control_C3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.65688092 L4_chemical_A1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.76249442 L4_chemical_A2 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.5362996 L4_chemical_A3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.8534354 L4_chemical_B1 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.68635384 L4_chemical_B2 +LQ01X002360 Putative Auxin-induced protein 5NG4 10.62355054 L4_chemical_B3 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.60100259 L4_chemical_C2 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.09009215 L4_chemical_C3 +LQ01X002370 Thioredoxin H-type 9.462748567 C6_control_A1 +LQ01X002370 Thioredoxin H-type 9.617267241 C6_control_A3 +LQ01X002370 Thioredoxin H-type 9.005413508 C6_control_B1 +LQ01X002370 Thioredoxin H-type 8.770713819 C6_control_B2 +LQ01X002370 Thioredoxin H-type 8.362480614 C6_control_B3 +LQ01X002370 Thioredoxin H-type 8.91337922 C6_control_C1 +LQ01X002370 Thioredoxin H-type 8.589688982 C6_control_C2 +LQ01X002370 Thioredoxin H-type 9.233960024 C6_control_C3 +LQ01X002370 Thioredoxin H-type 8.913826038 C6_chemical_A1 +LQ01X002370 Thioredoxin H-type 9.960870509 C6_chemical_A3 +LQ01X002370 Thioredoxin H-type 8.120242127 C6_chemical_B1 +LQ01X002370 Thioredoxin H-type 8.183207883 C6_chemical_B2 +LQ01X002370 Thioredoxin H-type 8.670074114 C6_chemical_B3 +LQ01X002370 Thioredoxin H-type 8.734224597 C6_chemical_C1 +LQ01X002370 Thioredoxin H-type 8.869331555 C6_chemical_C2 +LQ01X002370 Thioredoxin H-type 9.045391925 C6_chemical_C3 +LQ01X002370 Thioredoxin H-type 9.466229337 L4_control_A1 +LQ01X002370 Thioredoxin H-type 9.011338177 L4_control_A2 +LQ01X002370 Thioredoxin H-type 7.76211798 L4_control_A3 +LQ01X002370 Thioredoxin H-type 7.374512926 L4_control_B1 +LQ01X002370 Thioredoxin H-type 8.115796481 L4_control_B2 +LQ01X002370 Thioredoxin H-type 8.541618297 L4_control_B3 +LQ01X002370 Thioredoxin H-type 7.487912054 L4_control_C2 +LQ01X002370 Thioredoxin H-type 8.05993134 L4_control_C3 +LQ01X002370 Thioredoxin H-type 10.08785134 L4_chemical_A1 +LQ01X002370 Thioredoxin H-type 9.212572639 L4_chemical_A2 +LQ01X002370 Thioredoxin H-type 8.664578161 L4_chemical_A3 +LQ01X002370 Thioredoxin H-type 8.374352493 L4_chemical_B1 +LQ01X002370 Thioredoxin H-type 8.489762367 L4_chemical_B2 +LQ01X002370 Thioredoxin H-type 8.73043134 L4_chemical_B3 +LQ01X002370 Thioredoxin H-type 7.868889122 L4_chemical_C2 +LQ01X002370 Thioredoxin H-type 7.684966947 L4_chemical_C3 +LQ01X002380 Beta-galactosidase 3 10.19102931 C6_control_A1 +LQ01X002380 Beta-galactosidase 3 9.675768888 C6_control_A3 +LQ01X002380 Beta-galactosidase 3 9.551460244 C6_control_B1 +LQ01X002380 Beta-galactosidase 3 10.87533245 C6_control_B2 +LQ01X002380 Beta-galactosidase 3 9.871614104 C6_control_B3 +LQ01X002380 Beta-galactosidase 3 6.320556925 C6_control_C1 +LQ01X002380 Beta-galactosidase 3 6.577415192 C6_control_C2 +LQ01X002380 Beta-galactosidase 3 6.931115677 C6_control_C3 +LQ01X002380 Beta-galactosidase 3 10.25572164 C6_chemical_A1 +LQ01X002380 Beta-galactosidase 3 10.2860161 C6_chemical_A3 +LQ01X002380 Beta-galactosidase 3 9.42252418 C6_chemical_B1 +LQ01X002380 Beta-galactosidase 3 11.05292771 C6_chemical_B2 +LQ01X002380 Beta-galactosidase 3 9.774939159 C6_chemical_B3 +LQ01X002380 Beta-galactosidase 3 6.462081094 C6_chemical_C1 +LQ01X002380 Beta-galactosidase 3 5.878015492 C6_chemical_C2 +LQ01X002380 Beta-galactosidase 3 6.935668078 C6_chemical_C3 +LQ01X002380 Beta-galactosidase 3 10.57573129 L4_control_A1 +LQ01X002380 Beta-galactosidase 3 10.82340555 L4_control_A2 +LQ01X002380 Beta-galactosidase 3 9.361591915 L4_control_A3 +LQ01X002380 Beta-galactosidase 3 9.725680135 L4_control_B1 +LQ01X002380 Beta-galactosidase 3 10.07389292 L4_control_B2 +LQ01X002380 Beta-galactosidase 3 10.72683691 L4_control_B3 +LQ01X002380 Beta-galactosidase 3 5.350897053 L4_control_C2 +LQ01X002380 Beta-galactosidase 3 6.679797347 L4_control_C3 +LQ01X002380 Beta-galactosidase 3 9.20766145 L4_chemical_A1 +LQ01X002380 Beta-galactosidase 3 9.379360499 L4_chemical_A2 +LQ01X002380 Beta-galactosidase 3 8.997968429 L4_chemical_A3 +LQ01X002380 Beta-galactosidase 3 8.858612877 L4_chemical_B1 +LQ01X002380 Beta-galactosidase 3 9.319899421 L4_chemical_B2 +LQ01X002380 Beta-galactosidase 3 10.53953448 L4_chemical_B3 +LQ01X002380 Beta-galactosidase 3 5.289920802 L4_chemical_C2 +LQ01X002380 Beta-galactosidase 3 7.107351294 L4_chemical_C3 +LQ01X002400 Putative uncharacterized protein 13.94193352 C6_control_A1 +LQ01X002400 Putative uncharacterized protein 14.17185205 C6_control_A3 +LQ01X002400 Putative uncharacterized protein 13.32064508 C6_control_B1 +LQ01X002400 Putative uncharacterized protein 12.76310966 C6_control_B2 +LQ01X002400 Putative uncharacterized protein 12.87391699 C6_control_B3 +LQ01X002400 Putative uncharacterized protein 12.51879038 C6_control_C1 +LQ01X002400 Putative uncharacterized protein 12.6306506 C6_control_C2 +LQ01X002400 Putative uncharacterized protein 12.38623053 C6_control_C3 +LQ01X002400 Putative uncharacterized protein 13.78362529 C6_chemical_A1 +LQ01X002400 Putative uncharacterized protein 13.87994637 C6_chemical_A3 +LQ01X002400 Putative uncharacterized protein 13.1223341 C6_chemical_B1 +LQ01X002400 Putative uncharacterized protein 12.84764962 C6_chemical_B2 +LQ01X002400 Putative uncharacterized protein 12.74840572 C6_chemical_B3 +LQ01X002400 Putative uncharacterized protein 12.55288862 C6_chemical_C1 +LQ01X002400 Putative uncharacterized protein 12.73276916 C6_chemical_C2 +LQ01X002400 Putative uncharacterized protein 12.35238684 C6_chemical_C3 +LQ01X002400 Putative uncharacterized protein 14.06046608 L4_control_A1 +LQ01X002400 Putative uncharacterized protein 14.4481323 L4_control_A2 +LQ01X002400 Putative uncharacterized protein 13.43284182 L4_control_A3 +LQ01X002400 Putative uncharacterized protein 13.19339322 L4_control_B1 +LQ01X002400 Putative uncharacterized protein 13.52743031 L4_control_B2 +LQ01X002400 Putative uncharacterized protein 13.09502318 L4_control_B3 +LQ01X002400 Putative uncharacterized protein 13.46483263 L4_control_C2 +LQ01X002400 Putative uncharacterized protein 13.50795985 L4_control_C3 +LQ01X002400 Putative uncharacterized protein 13.61554493 L4_chemical_A1 +LQ01X002400 Putative uncharacterized protein 13.92783486 L4_chemical_A2 +LQ01X002400 Putative uncharacterized protein 13.8108701 L4_chemical_A3 +LQ01X002400 Putative uncharacterized protein 12.41859075 L4_chemical_B1 +LQ01X002400 Putative uncharacterized protein 13.32872199 L4_chemical_B2 +LQ01X002400 Putative uncharacterized protein 13.1367191 L4_chemical_B3 +LQ01X002400 Putative uncharacterized protein 13.41071971 L4_chemical_C2 +LQ01X002400 Putative uncharacterized protein 13.43401595 L4_chemical_C3 +LQ01X002410 Cytochrome P450 90C1 4.907934116 C6_control_A1 +LQ01X002410 Cytochrome P450 90C1 5.089796914 C6_control_A3 +LQ01X002410 Cytochrome P450 90C1 4.834151856 C6_control_B1 +LQ01X002410 Cytochrome P450 90C1 5.18685357 C6_control_B2 +LQ01X002410 Cytochrome P450 90C1 5.679954765 C6_control_B3 +LQ01X002410 Cytochrome P450 90C1 5.193258225 C6_control_C1 +LQ01X002410 Cytochrome P450 90C1 5.587075982 C6_control_C2 +LQ01X002410 Cytochrome P450 90C1 5.600777233 C6_control_C3 +LQ01X002410 Cytochrome P450 90C1 5.143433515 C6_chemical_A1 +LQ01X002410 Cytochrome P450 90C1 4.985196734 C6_chemical_A3 +LQ01X002410 Cytochrome P450 90C1 5.47154812 C6_chemical_B1 +LQ01X002410 Cytochrome P450 90C1 4.947397384 C6_chemical_B2 +LQ01X002410 Cytochrome P450 90C1 5.381399684 C6_chemical_B3 +LQ01X002410 Cytochrome P450 90C1 5.401605894 C6_chemical_C1 +LQ01X002410 Cytochrome P450 90C1 5.458728838 C6_chemical_C2 +LQ01X002410 Cytochrome P450 90C1 5.399940906 C6_chemical_C3 +LQ01X002410 Cytochrome P450 90C1 5.223531306 L4_control_A1 +LQ01X002410 Cytochrome P450 90C1 5.237481043 L4_control_A2 +LQ01X002410 Cytochrome P450 90C1 5.108550773 L4_control_A3 +LQ01X002410 Cytochrome P450 90C1 4.792408752 L4_control_B1 +LQ01X002410 Cytochrome P450 90C1 5.015505312 L4_control_B2 +LQ01X002410 Cytochrome P450 90C1 5.137162355 L4_control_B3 +LQ01X002410 Cytochrome P450 90C1 5.026943679 L4_control_C2 +LQ01X002410 Cytochrome P450 90C1 5.280530051 L4_control_C3 +LQ01X002410 Cytochrome P450 90C1 4.950936236 L4_chemical_A1 +LQ01X002410 Cytochrome P450 90C1 4.906677331 L4_chemical_A2 +LQ01X002410 Cytochrome P450 90C1 4.854609829 L4_chemical_A3 +LQ01X002410 Cytochrome P450 90C1 4.904754234 L4_chemical_B1 +LQ01X002410 Cytochrome P450 90C1 5.226496207 L4_chemical_B2 +LQ01X002410 Cytochrome P450 90C1 5.052433091 L4_chemical_B3 +LQ01X002410 Cytochrome P450 90C1 4.668310263 L4_chemical_C2 +LQ01X002410 Cytochrome P450 90C1 5.247859905 L4_chemical_C3 +LQ01X002450 Putative Epoxide hydrolase 2 6.660765918 C6_control_A1 +LQ01X002450 Putative Epoxide hydrolase 2 6.298826002 C6_control_A3 +LQ01X002450 Putative Epoxide hydrolase 2 5.400418509 C6_control_B1 +LQ01X002450 Putative Epoxide hydrolase 2 6.109296401 C6_control_B2 +LQ01X002450 Putative Epoxide hydrolase 2 5.285007183 C6_control_B3 +LQ01X002450 Putative Epoxide hydrolase 2 5.889821704 C6_control_C1 +LQ01X002450 Putative Epoxide hydrolase 2 5.54502188 C6_control_C2 +LQ01X002450 Putative Epoxide hydrolase 2 6.33016368 C6_control_C3 +LQ01X002450 Putative Epoxide hydrolase 2 6.686442591 C6_chemical_A1 +LQ01X002450 Putative Epoxide hydrolase 2 8.080423303 C6_chemical_A3 +LQ01X002450 Putative Epoxide hydrolase 2 5.274089118 C6_chemical_B1 +LQ01X002450 Putative Epoxide hydrolase 2 5.969192721 C6_chemical_B2 +LQ01X002450 Putative Epoxide hydrolase 2 6.902271165 C6_chemical_B3 +LQ01X002450 Putative Epoxide hydrolase 2 5.503467285 C6_chemical_C1 +LQ01X002450 Putative Epoxide hydrolase 2 6.318437813 C6_chemical_C2 +LQ01X002450 Putative Epoxide hydrolase 2 6.551978796 C6_chemical_C3 +LQ01X002450 Putative Epoxide hydrolase 2 8.095452737 L4_control_A1 +LQ01X002450 Putative Epoxide hydrolase 2 5.997183251 L4_control_A2 +LQ01X002450 Putative Epoxide hydrolase 2 6.696474329 L4_control_A3 +LQ01X002450 Putative Epoxide hydrolase 2 5.998160691 L4_control_B1 +LQ01X002450 Putative Epoxide hydrolase 2 5.533735517 L4_control_B2 +LQ01X002450 Putative Epoxide hydrolase 2 6.185780848 L4_control_B3 +LQ01X002450 Putative Epoxide hydrolase 2 7.483276417 L4_control_C2 +LQ01X002450 Putative Epoxide hydrolase 2 8.82124495 L4_control_C3 +LQ01X002450 Putative Epoxide hydrolase 2 11.20008043 L4_chemical_A1 +LQ01X002450 Putative Epoxide hydrolase 2 10.18849602 L4_chemical_A2 +LQ01X002450 Putative Epoxide hydrolase 2 10.56170259 L4_chemical_A3 +LQ01X002450 Putative Epoxide hydrolase 2 9.960150894 L4_chemical_B1 +LQ01X002450 Putative Epoxide hydrolase 2 6.484401112 L4_chemical_B2 +LQ01X002450 Putative Epoxide hydrolase 2 6.109702335 L4_chemical_B3 +LQ01X002450 Putative Epoxide hydrolase 2 6.344797852 L4_chemical_C2 +LQ01X002450 Putative Epoxide hydrolase 2 7.025702666 L4_chemical_C3 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.81672502 C6_control_A1 +LQ01X002480 50S ribosomal protein L7/L12, putative 12.57204117 C6_control_A3 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.9110316 C6_control_B1 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.29694504 C6_control_B2 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.24754932 C6_control_B3 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.67284946 C6_control_C1 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.90445975 C6_control_C2 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.41605709 C6_control_C3 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.69471411 C6_chemical_A1 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.97016651 C6_chemical_A3 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.43057486 C6_chemical_B1 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.24214002 C6_chemical_B2 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.87075331 C6_chemical_B3 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.39124445 C6_chemical_C1 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.74719461 C6_chemical_C2 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.44576259 C6_chemical_C3 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.97356856 L4_control_A1 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.94201792 L4_control_A2 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.82551549 L4_control_A3 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.69204216 L4_control_B1 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.89926222 L4_control_B2 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.75868755 L4_control_B3 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.79239081 L4_control_C2 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.60809858 L4_control_C3 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.48366704 L4_chemical_A1 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.39654863 L4_chemical_A2 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.57015729 L4_chemical_A3 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.92350514 L4_chemical_B1 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.89530432 L4_chemical_B2 +LQ01X002480 50S ribosomal protein L7/L12, putative 10.70087183 L4_chemical_B3 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.79848513 L4_chemical_C2 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.58640723 L4_chemical_C3 +LQ01X002490 Peroxidase 72 5.679052926 C6_control_A1 +LQ01X002490 Peroxidase 72 5.543345959 C6_control_A3 +LQ01X002490 Peroxidase 72 5.130589022 C6_control_B1 +LQ01X002490 Peroxidase 72 5.571112945 C6_control_B2 +LQ01X002490 Peroxidase 72 5.528947583 C6_control_B3 +LQ01X002490 Peroxidase 72 5.242915306 C6_control_C1 +LQ01X002490 Peroxidase 72 5.079670954 C6_control_C2 +LQ01X002490 Peroxidase 72 5.54071018 C6_control_C3 +LQ01X002490 Peroxidase 72 5.966127491 C6_chemical_A1 +LQ01X002490 Peroxidase 72 5.416643184 C6_chemical_A3 +LQ01X002490 Peroxidase 72 5.355948143 C6_chemical_B1 +LQ01X002490 Peroxidase 72 5.513568168 C6_chemical_B2 +LQ01X002490 Peroxidase 72 5.908942208 C6_chemical_B3 +LQ01X002490 Peroxidase 72 5.265836271 C6_chemical_C1 +LQ01X002490 Peroxidase 72 5.522453106 C6_chemical_C2 +LQ01X002490 Peroxidase 72 5.680807055 C6_chemical_C3 +LQ01X002490 Peroxidase 72 5.517638299 L4_control_A1 +LQ01X002490 Peroxidase 72 7.075631993 L4_control_A2 +LQ01X002490 Peroxidase 72 6.348624242 L4_control_A3 +LQ01X002490 Peroxidase 72 6.170319502 L4_control_B1 +LQ01X002490 Peroxidase 72 5.623067027 L4_control_B2 +LQ01X002490 Peroxidase 72 5.549036581 L4_control_B3 +LQ01X002490 Peroxidase 72 5.590655556 L4_control_C2 +LQ01X002490 Peroxidase 72 5.585911836 L4_control_C3 +LQ01X002490 Peroxidase 72 5.629936614 L4_chemical_A1 +LQ01X002490 Peroxidase 72 6.666860135 L4_chemical_A2 +LQ01X002490 Peroxidase 72 6.864488555 L4_chemical_A3 +LQ01X002490 Peroxidase 72 5.1075728 L4_chemical_B1 +LQ01X002490 Peroxidase 72 5.465956565 L4_chemical_B2 +LQ01X002490 Peroxidase 72 5.786941615 L4_chemical_B3 +LQ01X002490 Peroxidase 72 5.565405937 L4_chemical_C2 +LQ01X002490 Peroxidase 72 5.932576324 L4_chemical_C3 +LQ01X002500 Putative uncharacterized protein 10.47512419 C6_control_A1 +LQ01X002500 Putative uncharacterized protein 10.37290249 C6_control_A3 +LQ01X002500 Putative uncharacterized protein 10.57945451 C6_control_B1 +LQ01X002500 Putative uncharacterized protein 10.28759227 C6_control_B2 +LQ01X002500 Putative uncharacterized protein 10.4587185 C6_control_B3 +LQ01X002500 Putative uncharacterized protein 10.35738153 C6_control_C1 +LQ01X002500 Putative uncharacterized protein 10.57716846 C6_control_C2 +LQ01X002500 Putative uncharacterized protein 10.14936243 C6_control_C3 +LQ01X002500 Putative uncharacterized protein 10.64283107 C6_chemical_A1 +LQ01X002500 Putative uncharacterized protein 10.49034142 C6_chemical_A3 +LQ01X002500 Putative uncharacterized protein 10.61992522 C6_chemical_B1 +LQ01X002500 Putative uncharacterized protein 10.2301209 C6_chemical_B2 +LQ01X002500 Putative uncharacterized protein 10.60891204 C6_chemical_B3 +LQ01X002500 Putative uncharacterized protein 10.52494049 C6_chemical_C1 +LQ01X002500 Putative uncharacterized protein 10.42689173 C6_chemical_C2 +LQ01X002500 Putative uncharacterized protein 10.09656476 C6_chemical_C3 +LQ01X002500 Putative uncharacterized protein 10.81679019 L4_control_A1 +LQ01X002500 Putative uncharacterized protein 10.5708642 L4_control_A2 +LQ01X002500 Putative uncharacterized protein 11.3999856 L4_control_A3 +LQ01X002500 Putative uncharacterized protein 10.96959806 L4_control_B1 +LQ01X002500 Putative uncharacterized protein 11.58385549 L4_control_B2 +LQ01X002500 Putative uncharacterized protein 10.70568901 L4_control_B3 +LQ01X002500 Putative uncharacterized protein 11.20006242 L4_control_C2 +LQ01X002500 Putative uncharacterized protein 10.26374268 L4_control_C3 +LQ01X002500 Putative uncharacterized protein 10.23791062 L4_chemical_A1 +LQ01X002500 Putative uncharacterized protein 10.25106622 L4_chemical_A2 +LQ01X002500 Putative uncharacterized protein 11.42066954 L4_chemical_A3 +LQ01X002500 Putative uncharacterized protein 10.70288331 L4_chemical_B1 +LQ01X002500 Putative uncharacterized protein 10.95763315 L4_chemical_B2 +LQ01X002500 Putative uncharacterized protein 10.57002309 L4_chemical_B3 +LQ01X002500 Putative uncharacterized protein 11.26167021 L4_chemical_C2 +LQ01X002500 Putative uncharacterized protein 10.38341887 L4_chemical_C3 +LQ01X002520 Predicted protein 5.314362177 C6_control_A1 +LQ01X002520 Predicted protein 5.206499213 C6_control_A3 +LQ01X002520 Predicted protein 5.30984568 C6_control_B1 +LQ01X002520 Predicted protein 5.12032764 C6_control_B2 +LQ01X002520 Predicted protein 5.381842348 C6_control_B3 +LQ01X002520 Predicted protein 5.546987665 C6_control_C1 +LQ01X002520 Predicted protein 4.969332806 C6_control_C2 +LQ01X002520 Predicted protein 5.123610875 C6_control_C3 +LQ01X002520 Predicted protein 5.499812875 C6_chemical_A1 +LQ01X002520 Predicted protein 5.198500097 C6_chemical_A3 +LQ01X002520 Predicted protein 5.423127394 C6_chemical_B1 +LQ01X002520 Predicted protein 5.197671659 C6_chemical_B2 +LQ01X002520 Predicted protein 5.156789908 C6_chemical_B3 +LQ01X002520 Predicted protein 5.410032834 C6_chemical_C1 +LQ01X002520 Predicted protein 5.075478628 C6_chemical_C2 +LQ01X002520 Predicted protein 5.54940351 C6_chemical_C3 +LQ01X002520 Predicted protein 5.27650687 L4_control_A1 +LQ01X002520 Predicted protein 5.308932736 L4_control_A2 +LQ01X002520 Predicted protein 5.120224139 L4_control_A3 +LQ01X002520 Predicted protein 5.452687691 L4_control_B1 +LQ01X002520 Predicted protein 5.145733216 L4_control_B2 +LQ01X002520 Predicted protein 5.44129539 L4_control_B3 +LQ01X002520 Predicted protein 5.85032487 L4_control_C2 +LQ01X002520 Predicted protein 5.899446981 L4_control_C3 +LQ01X002520 Predicted protein 5.909319096 L4_chemical_A1 +LQ01X002520 Predicted protein 5.374177081 L4_chemical_A2 +LQ01X002520 Predicted protein 5.347616786 L4_chemical_A3 +LQ01X002520 Predicted protein 5.274977362 L4_chemical_B1 +LQ01X002520 Predicted protein 5.581855477 L4_chemical_B2 +LQ01X002520 Predicted protein 5.599355181 L4_chemical_B3 +LQ01X002520 Predicted protein 5.181841744 L4_chemical_C2 +LQ01X002520 Predicted protein 6.293357043 L4_chemical_C3 +LQ01X002550 ATP binding protein, putative 9.599891415 C6_control_A1 +LQ01X002550 ATP binding protein, putative 10.04017745 C6_control_A3 +LQ01X002550 ATP binding protein, putative 9.568944253 C6_control_B1 +LQ01X002550 ATP binding protein, putative 9.116020722 C6_control_B2 +LQ01X002550 ATP binding protein, putative 9.742386508 C6_control_B3 +LQ01X002550 ATP binding protein, putative 8.829221673 C6_control_C1 +LQ01X002550 ATP binding protein, putative 9.063973601 C6_control_C2 +LQ01X002550 ATP binding protein, putative 8.838894898 C6_control_C3 +LQ01X002550 ATP binding protein, putative 9.835089601 C6_chemical_A1 +LQ01X002550 ATP binding protein, putative 9.845019107 C6_chemical_A3 +LQ01X002550 ATP binding protein, putative 10.20571641 C6_chemical_B1 +LQ01X002550 ATP binding protein, putative 8.742714631 C6_chemical_B2 +LQ01X002550 ATP binding protein, putative 10.22724152 C6_chemical_B3 +LQ01X002550 ATP binding protein, putative 8.520616514 C6_chemical_C1 +LQ01X002550 ATP binding protein, putative 8.199786536 C6_chemical_C2 +LQ01X002550 ATP binding protein, putative 8.667662487 C6_chemical_C3 +LQ01X002550 ATP binding protein, putative 9.0839688 L4_control_A1 +LQ01X002550 ATP binding protein, putative 9.769162415 L4_control_A2 +LQ01X002550 ATP binding protein, putative 10.20851272 L4_control_A3 +LQ01X002550 ATP binding protein, putative 10.11131715 L4_control_B1 +LQ01X002550 ATP binding protein, putative 10.53938689 L4_control_B2 +LQ01X002550 ATP binding protein, putative 9.975483529 L4_control_B3 +LQ01X002550 ATP binding protein, putative 9.687143488 L4_control_C2 +LQ01X002550 ATP binding protein, putative 11.0683097 L4_control_C3 +LQ01X002550 ATP binding protein, putative 10.81766634 L4_chemical_A1 +LQ01X002550 ATP binding protein, putative 10.48725536 L4_chemical_A2 +LQ01X002550 ATP binding protein, putative 9.811529357 L4_chemical_A3 +LQ01X002550 ATP binding protein, putative 11.13390591 L4_chemical_B1 +LQ01X002550 ATP binding protein, putative 9.968835014 L4_chemical_B2 +LQ01X002550 ATP binding protein, putative 9.411489292 L4_chemical_B3 +LQ01X002550 ATP binding protein, putative 9.27527852 L4_chemical_C2 +LQ01X002550 ATP binding protein, putative 10.15634835 L4_chemical_C3 +LQ01X002570 Predicted protein (Fragment) 9.923372291 C6_control_A1 +LQ01X002570 Predicted protein (Fragment) 10.35089803 C6_control_A3 +LQ01X002570 Predicted protein (Fragment) 9.810504451 C6_control_B1 +LQ01X002570 Predicted protein (Fragment) 9.648399434 C6_control_B2 +LQ01X002570 Predicted protein (Fragment) 9.664408517 C6_control_B3 +LQ01X002570 Predicted protein (Fragment) 10.79696395 C6_control_C1 +LQ01X002570 Predicted protein (Fragment) 10.45407044 C6_control_C2 +LQ01X002570 Predicted protein (Fragment) 10.34361471 C6_control_C3 +LQ01X002570 Predicted protein (Fragment) 9.783982264 C6_chemical_A1 +LQ01X002570 Predicted protein (Fragment) 10.01221126 C6_chemical_A3 +LQ01X002570 Predicted protein (Fragment) 9.620767912 C6_chemical_B1 +LQ01X002570 Predicted protein (Fragment) 9.539607058 C6_chemical_B2 +LQ01X002570 Predicted protein (Fragment) 9.655275884 C6_chemical_B3 +LQ01X002570 Predicted protein (Fragment) 10.77262271 C6_chemical_C1 +LQ01X002570 Predicted protein (Fragment) 10.63031824 C6_chemical_C2 +LQ01X002570 Predicted protein (Fragment) 10.24690671 C6_chemical_C3 +LQ01X002570 Predicted protein (Fragment) 9.807046262 L4_control_A1 +LQ01X002570 Predicted protein (Fragment) 9.370343269 L4_control_A2 +LQ01X002570 Predicted protein (Fragment) 10.11400561 L4_control_A3 +LQ01X002570 Predicted protein (Fragment) 8.656957605 L4_control_B1 +LQ01X002570 Predicted protein (Fragment) 9.223578375 L4_control_B2 +LQ01X002570 Predicted protein (Fragment) 9.190535058 L4_control_B3 +LQ01X002570 Predicted protein (Fragment) 9.863147487 L4_control_C2 +LQ01X002570 Predicted protein (Fragment) 10.49882525 L4_control_C3 +LQ01X002570 Predicted protein (Fragment) 9.164832364 L4_chemical_A1 +LQ01X002570 Predicted protein (Fragment) 8.837974504 L4_chemical_A2 +LQ01X002570 Predicted protein (Fragment) 9.367125441 L4_chemical_A3 +LQ01X002570 Predicted protein (Fragment) 8.483965001 L4_chemical_B1 +LQ01X002570 Predicted protein (Fragment) 8.510973067 L4_chemical_B2 +LQ01X002570 Predicted protein (Fragment) 8.866235758 L4_chemical_B3 +LQ01X002570 Predicted protein (Fragment) 9.976076678 L4_chemical_C2 +LQ01X002570 Predicted protein (Fragment) 10.0257514 L4_chemical_C3 +LQ01X002580 Putative Ocs element-binding factor 1 10.44446207 C6_control_A1 +LQ01X002580 Putative Ocs element-binding factor 1 10.9105994 C6_control_A3 +LQ01X002580 Putative Ocs element-binding factor 1 9.546996458 C6_control_B1 +LQ01X002580 Putative Ocs element-binding factor 1 9.634055304 C6_control_B2 +LQ01X002580 Putative Ocs element-binding factor 1 8.657644857 C6_control_B3 +LQ01X002580 Putative Ocs element-binding factor 1 5.358666314 C6_control_C1 +LQ01X002580 Putative Ocs element-binding factor 1 5.754965003 C6_control_C2 +LQ01X002580 Putative Ocs element-binding factor 1 5.364155389 C6_control_C3 +LQ01X002580 Putative Ocs element-binding factor 1 9.768886236 C6_chemical_A1 +LQ01X002580 Putative Ocs element-binding factor 1 10.6105536 C6_chemical_A3 +LQ01X002580 Putative Ocs element-binding factor 1 7.886579018 C6_chemical_B1 +LQ01X002580 Putative Ocs element-binding factor 1 9.184889905 C6_chemical_B2 +LQ01X002580 Putative Ocs element-binding factor 1 9.20610066 C6_chemical_B3 +LQ01X002580 Putative Ocs element-binding factor 1 5.483884935 C6_chemical_C1 +LQ01X002580 Putative Ocs element-binding factor 1 5.105942849 C6_chemical_C2 +LQ01X002580 Putative Ocs element-binding factor 1 5.540462129 C6_chemical_C3 +LQ01X002580 Putative Ocs element-binding factor 1 11.03226859 L4_control_A1 +LQ01X002580 Putative Ocs element-binding factor 1 11.09682483 L4_control_A2 +LQ01X002580 Putative Ocs element-binding factor 1 10.67762996 L4_control_A3 +LQ01X002580 Putative Ocs element-binding factor 1 5.887099936 L4_control_B1 +LQ01X002580 Putative Ocs element-binding factor 1 9.163701256 L4_control_B2 +LQ01X002580 Putative Ocs element-binding factor 1 7.614526288 L4_control_B3 +LQ01X002580 Putative Ocs element-binding factor 1 5.341797021 L4_control_C2 +LQ01X002580 Putative Ocs element-binding factor 1 4.879439569 L4_control_C3 +LQ01X002580 Putative Ocs element-binding factor 1 11.48738441 L4_chemical_A1 +LQ01X002580 Putative Ocs element-binding factor 1 10.31816887 L4_chemical_A2 +LQ01X002580 Putative Ocs element-binding factor 1 11.01341022 L4_chemical_A3 +LQ01X002580 Putative Ocs element-binding factor 1 8.890397071 L4_chemical_B1 +LQ01X002580 Putative Ocs element-binding factor 1 8.571709545 L4_chemical_B2 +LQ01X002580 Putative Ocs element-binding factor 1 8.685700757 L4_chemical_B3 +LQ01X002580 Putative Ocs element-binding factor 1 4.774194527 L4_chemical_C2 +LQ01X002580 Putative Ocs element-binding factor 1 4.779891006 L4_chemical_C3 +LQ01X002590 Mitogen-activated protein kinase 7 11.28854895 C6_control_A1 +LQ01X002590 Mitogen-activated protein kinase 7 11.09994234 C6_control_A3 +LQ01X002590 Mitogen-activated protein kinase 7 10.86147836 C6_control_B1 +LQ01X002590 Mitogen-activated protein kinase 7 10.54222922 C6_control_B2 +LQ01X002590 Mitogen-activated protein kinase 7 10.73431045 C6_control_B3 +LQ01X002590 Mitogen-activated protein kinase 7 10.96642771 C6_control_C1 +LQ01X002590 Mitogen-activated protein kinase 7 10.77097628 C6_control_C2 +LQ01X002590 Mitogen-activated protein kinase 7 10.87889092 C6_control_C3 +LQ01X002590 Mitogen-activated protein kinase 7 11.10392194 C6_chemical_A1 +LQ01X002590 Mitogen-activated protein kinase 7 11.14058842 C6_chemical_A3 +LQ01X002590 Mitogen-activated protein kinase 7 10.61724275 C6_chemical_B1 +LQ01X002590 Mitogen-activated protein kinase 7 10.79040386 C6_chemical_B2 +LQ01X002590 Mitogen-activated protein kinase 7 10.55153227 C6_chemical_B3 +LQ01X002590 Mitogen-activated protein kinase 7 10.74912338 C6_chemical_C1 +LQ01X002590 Mitogen-activated protein kinase 7 10.57692239 C6_chemical_C2 +LQ01X002590 Mitogen-activated protein kinase 7 10.66755901 C6_chemical_C3 +LQ01X002590 Mitogen-activated protein kinase 7 11.21597306 L4_control_A1 +LQ01X002590 Mitogen-activated protein kinase 7 11.24219542 L4_control_A2 +LQ01X002590 Mitogen-activated protein kinase 7 11.69290975 L4_control_A3 +LQ01X002590 Mitogen-activated protein kinase 7 10.09383835 L4_control_B1 +LQ01X002590 Mitogen-activated protein kinase 7 10.94201479 L4_control_B2 +LQ01X002590 Mitogen-activated protein kinase 7 10.38803324 L4_control_B3 +LQ01X002590 Mitogen-activated protein kinase 7 10.41549025 L4_control_C2 +LQ01X002590 Mitogen-activated protein kinase 7 10.67498885 L4_control_C3 +LQ01X002590 Mitogen-activated protein kinase 7 11.31760049 L4_chemical_A1 +LQ01X002590 Mitogen-activated protein kinase 7 10.99308033 L4_chemical_A2 +LQ01X002590 Mitogen-activated protein kinase 7 11.59551146 L4_chemical_A3 +LQ01X002590 Mitogen-activated protein kinase 7 10.53019814 L4_chemical_B1 +LQ01X002590 Mitogen-activated protein kinase 7 10.27878604 L4_chemical_B2 +LQ01X002590 Mitogen-activated protein kinase 7 10.9740068 L4_chemical_B3 +LQ01X002590 Mitogen-activated protein kinase 7 10.38329987 L4_chemical_C2 +LQ01X002590 Mitogen-activated protein kinase 7 11.03140619 L4_chemical_C3 +LQ01X002620 Disease resistance RPP13-like protein 4 6.308459343 C6_control_A1 +LQ01X002620 Disease resistance RPP13-like protein 4 5.912359709 C6_control_A3 +LQ01X002620 Disease resistance RPP13-like protein 4 6.412608446 C6_control_B1 +LQ01X002620 Disease resistance RPP13-like protein 4 7.680226837 C6_control_B2 +LQ01X002620 Disease resistance RPP13-like protein 4 7.035612374 C6_control_B3 +LQ01X002620 Disease resistance RPP13-like protein 4 8.824688989 C6_control_C1 +LQ01X002620 Disease resistance RPP13-like protein 4 8.346165953 C6_control_C2 +LQ01X002620 Disease resistance RPP13-like protein 4 8.744067433 C6_control_C3 +LQ01X002620 Disease resistance RPP13-like protein 4 6.074791668 C6_chemical_A1 +LQ01X002620 Disease resistance RPP13-like protein 4 6.723673246 C6_chemical_A3 +LQ01X002620 Disease resistance RPP13-like protein 4 6.620459825 C6_chemical_B1 +LQ01X002620 Disease resistance RPP13-like protein 4 7.369388051 C6_chemical_B2 +LQ01X002620 Disease resistance RPP13-like protein 4 7.527453519 C6_chemical_B3 +LQ01X002620 Disease resistance RPP13-like protein 4 8.662270974 C6_chemical_C1 +LQ01X002620 Disease resistance RPP13-like protein 4 8.25335185 C6_chemical_C2 +LQ01X002620 Disease resistance RPP13-like protein 4 9.099553828 C6_chemical_C3 +LQ01X002620 Disease resistance RPP13-like protein 4 6.542153721 L4_control_A1 +LQ01X002620 Disease resistance RPP13-like protein 4 6.224657072 L4_control_A2 +LQ01X002620 Disease resistance RPP13-like protein 4 5.608532279 L4_control_A3 +LQ01X002620 Disease resistance RPP13-like protein 4 5.835968451 L4_control_B1 +LQ01X002620 Disease resistance RPP13-like protein 4 6.652159253 L4_control_B2 +LQ01X002620 Disease resistance RPP13-like protein 4 7.578686547 L4_control_B3 +LQ01X002620 Disease resistance RPP13-like protein 4 6.244706997 L4_control_C2 +LQ01X002620 Disease resistance RPP13-like protein 4 6.608762651 L4_control_C3 +LQ01X002620 Disease resistance RPP13-like protein 4 7.219175716 L4_chemical_A1 +LQ01X002620 Disease resistance RPP13-like protein 4 5.937355374 L4_chemical_A2 +LQ01X002620 Disease resistance RPP13-like protein 4 6.839114199 L4_chemical_A3 +LQ01X002620 Disease resistance RPP13-like protein 4 6.114593752 L4_chemical_B1 +LQ01X002620 Disease resistance RPP13-like protein 4 5.822244997 L4_chemical_B2 +LQ01X002620 Disease resistance RPP13-like protein 4 7.21188933 L4_chemical_B3 +LQ01X002620 Disease resistance RPP13-like protein 4 6.191690088 L4_chemical_C2 +LQ01X002620 Disease resistance RPP13-like protein 4 7.280366434 L4_chemical_C3 +LQ01X002630 Predicted protein (Fragment) 11.56969967 C6_control_A1 +LQ01X002630 Predicted protein (Fragment) 11.57016787 C6_control_A3 +LQ01X002630 Predicted protein (Fragment) 11.21271875 C6_control_B1 +LQ01X002630 Predicted protein (Fragment) 10.87916781 C6_control_B2 +LQ01X002630 Predicted protein (Fragment) 11.25241522 C6_control_B3 +LQ01X002630 Predicted protein (Fragment) 8.772969545 C6_control_C1 +LQ01X002630 Predicted protein (Fragment) 9.254726509 C6_control_C2 +LQ01X002630 Predicted protein (Fragment) 9.352861571 C6_control_C3 +LQ01X002630 Predicted protein (Fragment) 11.66093605 C6_chemical_A1 +LQ01X002630 Predicted protein (Fragment) 11.77241803 C6_chemical_A3 +LQ01X002630 Predicted protein (Fragment) 11.1867394 C6_chemical_B1 +LQ01X002630 Predicted protein (Fragment) 10.96732722 C6_chemical_B2 +LQ01X002630 Predicted protein (Fragment) 11.28691588 C6_chemical_B3 +LQ01X002630 Predicted protein (Fragment) 8.724846808 C6_chemical_C1 +LQ01X002630 Predicted protein (Fragment) 8.60317494 C6_chemical_C2 +LQ01X002630 Predicted protein (Fragment) 8.328548197 C6_chemical_C3 +LQ01X002630 Predicted protein (Fragment) 11.6198326 L4_control_A1 +LQ01X002630 Predicted protein (Fragment) 11.11001029 L4_control_A2 +LQ01X002630 Predicted protein (Fragment) 11.23937847 L4_control_A3 +LQ01X002630 Predicted protein (Fragment) 10.61710854 L4_control_B1 +LQ01X002630 Predicted protein (Fragment) 11.1882337 L4_control_B2 +LQ01X002630 Predicted protein (Fragment) 10.85819137 L4_control_B3 +LQ01X002630 Predicted protein (Fragment) 5.963283358 L4_control_C2 +LQ01X002630 Predicted protein (Fragment) 5.968462944 L4_control_C3 +LQ01X002630 Predicted protein (Fragment) 11.9491957 L4_chemical_A1 +LQ01X002630 Predicted protein (Fragment) 10.87961593 L4_chemical_A2 +LQ01X002630 Predicted protein (Fragment) 11.73391288 L4_chemical_A3 +LQ01X002630 Predicted protein (Fragment) 10.82800123 L4_chemical_B1 +LQ01X002630 Predicted protein (Fragment) 10.56991993 L4_chemical_B2 +LQ01X002630 Predicted protein (Fragment) 11.48110007 L4_chemical_B3 +LQ01X002630 Predicted protein (Fragment) 6.633204658 L4_chemical_C2 +LQ01X002630 Predicted protein (Fragment) 6.396875695 L4_chemical_C3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.352390847 C6_control_A1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.670527664 C6_control_A3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.135020531 C6_control_B1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.458632511 C6_control_B2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.094231432 C6_control_B3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.634325712 C6_control_C1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.960004151 C6_control_C2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.985739431 C6_control_C3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.924236959 C6_chemical_A1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.888138871 C6_chemical_A3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.150017707 C6_chemical_B1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.097280849 C6_chemical_B2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.054994027 C6_chemical_B3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.411414936 C6_chemical_C1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.290518793 C6_chemical_C2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 7.019917891 C6_chemical_C3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.466436923 L4_control_A1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.179121538 L4_control_A2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.989210872 L4_control_A3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.760789102 L4_control_B1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.990726686 L4_control_B2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.751405206 L4_control_B3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.712871851 L4_control_C2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 7.326936781 L4_control_C3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.451321835 L4_chemical_A1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.95317381 L4_chemical_A2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.591360904 L4_chemical_A3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.511613272 L4_chemical_B1 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.887774581 L4_chemical_B2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.293338848 L4_chemical_B3 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.180235218 L4_chemical_C2 +LQ01X002640 Mitochondrial chaperone BCS1, putative 6.283951914 L4_chemical_C3 +LQ01X002650 Predicted protein (Fragment) 5.942548325 C6_control_A1 +LQ01X002650 Predicted protein (Fragment) 5.223964555 C6_control_A3 +LQ01X002650 Predicted protein (Fragment) 5.855856158 C6_control_B1 +LQ01X002650 Predicted protein (Fragment) 5.397804033 C6_control_B2 +LQ01X002650 Predicted protein (Fragment) 5.420000097 C6_control_B3 +LQ01X002650 Predicted protein (Fragment) 4.873432401 C6_control_C1 +LQ01X002650 Predicted protein (Fragment) 5.270358031 C6_control_C2 +LQ01X002650 Predicted protein (Fragment) 5.274733872 C6_control_C3 +LQ01X002650 Predicted protein (Fragment) 6.113921378 C6_chemical_A1 +LQ01X002650 Predicted protein (Fragment) 5.505687463 C6_chemical_A3 +LQ01X002650 Predicted protein (Fragment) 6.066586797 C6_chemical_B1 +LQ01X002650 Predicted protein (Fragment) 5.338062797 C6_chemical_B2 +LQ01X002650 Predicted protein (Fragment) 5.233236246 C6_chemical_B3 +LQ01X002650 Predicted protein (Fragment) 5.080644871 C6_chemical_C1 +LQ01X002650 Predicted protein (Fragment) 5.030659072 C6_chemical_C2 +LQ01X002650 Predicted protein (Fragment) 5.582577187 C6_chemical_C3 +LQ01X002650 Predicted protein (Fragment) 5.793489319 L4_control_A1 +LQ01X002650 Predicted protein (Fragment) 5.754909529 L4_control_A2 +LQ01X002650 Predicted protein (Fragment) 7.724592221 L4_control_A3 +LQ01X002650 Predicted protein (Fragment) 5.707897334 L4_control_B1 +LQ01X002650 Predicted protein (Fragment) 5.684470239 L4_control_B2 +LQ01X002650 Predicted protein (Fragment) 5.899878185 L4_control_B3 +LQ01X002650 Predicted protein (Fragment) 5.602909244 L4_control_C2 +LQ01X002650 Predicted protein (Fragment) 5.56371328 L4_control_C3 +LQ01X002650 Predicted protein (Fragment) 7.405330428 L4_chemical_A1 +LQ01X002650 Predicted protein (Fragment) 5.821890461 L4_chemical_A2 +LQ01X002650 Predicted protein (Fragment) 6.602487364 L4_chemical_A3 +LQ01X002650 Predicted protein (Fragment) 5.831106567 L4_chemical_B1 +LQ01X002650 Predicted protein (Fragment) 5.164804727 L4_chemical_B2 +LQ01X002650 Predicted protein (Fragment) 5.702286374 L4_chemical_B3 +LQ01X002650 Predicted protein (Fragment) 5.320723068 L4_chemical_C2 +LQ01X002650 Predicted protein (Fragment) 4.922015006 L4_chemical_C3 +LQ01X002670 Predicted protein (Fragment) 5.102763246 C6_control_A1 +LQ01X002670 Predicted protein (Fragment) 5.736218539 C6_control_A3 +LQ01X002670 Predicted protein (Fragment) 5.140346076 C6_control_B1 +LQ01X002670 Predicted protein (Fragment) 4.939945424 C6_control_B2 +LQ01X002670 Predicted protein (Fragment) 4.933504819 C6_control_B3 +LQ01X002670 Predicted protein (Fragment) 4.705450712 C6_control_C1 +LQ01X002670 Predicted protein (Fragment) 4.790352756 C6_control_C2 +LQ01X002670 Predicted protein (Fragment) 4.843359659 C6_control_C3 +LQ01X002670 Predicted protein (Fragment) 5.729425083 C6_chemical_A1 +LQ01X002670 Predicted protein (Fragment) 5.852593338 C6_chemical_A3 +LQ01X002670 Predicted protein (Fragment) 4.996849746 C6_chemical_B1 +LQ01X002670 Predicted protein (Fragment) 4.924123706 C6_chemical_B2 +LQ01X002670 Predicted protein (Fragment) 5.059128934 C6_chemical_B3 +LQ01X002670 Predicted protein (Fragment) 4.922386191 C6_chemical_C1 +LQ01X002670 Predicted protein (Fragment) 4.794479982 C6_chemical_C2 +LQ01X002670 Predicted protein (Fragment) 5.16550671 C6_chemical_C3 +LQ01X002670 Predicted protein (Fragment) 5.153705829 L4_control_A1 +LQ01X002670 Predicted protein (Fragment) 5.449219346 L4_control_A2 +LQ01X002670 Predicted protein (Fragment) 5.479238459 L4_control_A3 +LQ01X002670 Predicted protein (Fragment) 5.033416495 L4_control_B1 +LQ01X002670 Predicted protein (Fragment) 5.43817829 L4_control_B2 +LQ01X002670 Predicted protein (Fragment) 5.139702837 L4_control_B3 +LQ01X002670 Predicted protein (Fragment) 5.410818791 L4_control_C2 +LQ01X002670 Predicted protein (Fragment) 5.021533739 L4_control_C3 +LQ01X002670 Predicted protein (Fragment) 5.50014527 L4_chemical_A1 +LQ01X002670 Predicted protein (Fragment) 5.287853415 L4_chemical_A2 +LQ01X002670 Predicted protein (Fragment) 5.453796233 L4_chemical_A3 +LQ01X002670 Predicted protein (Fragment) 5.783597845 L4_chemical_B1 +LQ01X002670 Predicted protein (Fragment) 5.33876051 L4_chemical_B2 +LQ01X002670 Predicted protein (Fragment) 5.246987703 L4_chemical_B3 +LQ01X002670 Predicted protein (Fragment) 4.858328418 L4_chemical_C2 +LQ01X002670 Predicted protein (Fragment) 6.137108889 L4_chemical_C3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.124170129 C6_control_A1 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.616724139 C6_control_A3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.208569573 C6_control_B1 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.504376801 C6_control_B2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.313089734 C6_control_B3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.839201767 C6_control_C1 +LQ01X002710 Putative UPF0261 protein SACE_5696 6.23900702 C6_control_C2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.059678587 C6_control_C3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.430508783 C6_chemical_A1 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.086476569 C6_chemical_A3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.292011329 C6_chemical_B1 +LQ01X002710 Putative UPF0261 protein SACE_5696 6.421048972 C6_chemical_B2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.328366061 C6_chemical_B3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.778632828 C6_chemical_C1 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.884417894 C6_chemical_C2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.123735933 C6_chemical_C3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.4737832 L4_control_A1 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.327641916 L4_control_A2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.2666515 L4_control_A3 +LQ01X002710 Putative UPF0261 protein SACE_5696 6.076999935 L4_control_B1 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.081840385 L4_control_B2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.057931445 L4_control_B3 +LQ01X002710 Putative UPF0261 protein SACE_5696 4.863656394 L4_control_C2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.928660219 L4_control_C3 +LQ01X002710 Putative UPF0261 protein SACE_5696 4.78769584 L4_chemical_A1 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.307085705 L4_chemical_A2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.285285493 L4_chemical_A3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.618611854 L4_chemical_B1 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.11863725 L4_chemical_B2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.310622124 L4_chemical_B3 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.661246311 L4_chemical_C2 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.523115103 L4_chemical_C3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.916616717 C6_control_A1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.448015605 C6_control_A3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.851181442 C6_control_B1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.382776363 C6_control_B2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.6685192 C6_control_B3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.468304479 C6_control_C1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.604672829 C6_control_C2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.44975064 C6_control_C3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.389498445 C6_chemical_A1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.477064911 C6_chemical_A3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.79106275 C6_chemical_B1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.713189981 C6_chemical_B2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.61458281 C6_chemical_B3 +LQ01X002730 Putative Jasmonate O-methyltransferase 6.59540094 C6_chemical_C1 +LQ01X002730 Putative Jasmonate O-methyltransferase 6.345351201 C6_chemical_C2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.586932566 C6_chemical_C3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.343760422 L4_control_A1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.346554568 L4_control_A2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.397594658 L4_control_A3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.260332664 L4_control_B1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.051842715 L4_control_B2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.314214108 L4_control_B3 +LQ01X002730 Putative Jasmonate O-methyltransferase 4.94405803 L4_control_C2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.506198481 L4_control_C3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.113907786 L4_chemical_A1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.537294094 L4_chemical_A2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.538530807 L4_chemical_A3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.226165524 L4_chemical_B1 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.315248575 L4_chemical_B2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.206521599 L4_chemical_B3 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.421911463 L4_chemical_C2 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.194159982 L4_chemical_C3 +LQ01X002780 Putative uncharacterized protein 12.22166928 C6_control_A1 +LQ01X002780 Putative uncharacterized protein 11.60114507 C6_control_A3 +LQ01X002780 Putative uncharacterized protein 11.83669834 C6_control_B1 +LQ01X002780 Putative uncharacterized protein 11.67039071 C6_control_B2 +LQ01X002780 Putative uncharacterized protein 10.82917458 C6_control_B3 +LQ01X002780 Putative uncharacterized protein 14.42802406 C6_control_C1 +LQ01X002780 Putative uncharacterized protein 13.36945276 C6_control_C2 +LQ01X002780 Putative uncharacterized protein 12.11675175 C6_control_C3 +LQ01X002780 Putative uncharacterized protein 12.80705526 C6_chemical_A1 +LQ01X002780 Putative uncharacterized protein 11.89091207 C6_chemical_A3 +LQ01X002780 Putative uncharacterized protein 12.64399339 C6_chemical_B1 +LQ01X002780 Putative uncharacterized protein 12.12541968 C6_chemical_B2 +LQ01X002780 Putative uncharacterized protein 10.78740947 C6_chemical_B3 +LQ01X002780 Putative uncharacterized protein 14.6321281 C6_chemical_C1 +LQ01X002780 Putative uncharacterized protein 14.01896777 C6_chemical_C2 +LQ01X002780 Putative uncharacterized protein 12.61378006 C6_chemical_C3 +LQ01X002780 Putative uncharacterized protein 12.33515767 L4_control_A1 +LQ01X002780 Putative uncharacterized protein 12.56056763 L4_control_A2 +LQ01X002780 Putative uncharacterized protein 12.53080097 L4_control_A3 +LQ01X002780 Putative uncharacterized protein 12.04867928 L4_control_B1 +LQ01X002780 Putative uncharacterized protein 12.02612702 L4_control_B2 +LQ01X002780 Putative uncharacterized protein 11.15301094 L4_control_B3 +LQ01X002780 Putative uncharacterized protein 13.46355247 L4_control_C2 +LQ01X002780 Putative uncharacterized protein 12.40292063 L4_control_C3 +LQ01X002780 Putative uncharacterized protein 12.78652879 L4_chemical_A1 +LQ01X002780 Putative uncharacterized protein 13.190242 L4_chemical_A2 +LQ01X002780 Putative uncharacterized protein 12.65679317 L4_chemical_A3 +LQ01X002780 Putative uncharacterized protein 12.60580447 L4_chemical_B1 +LQ01X002780 Putative uncharacterized protein 12.4739183 L4_chemical_B2 +LQ01X002780 Putative uncharacterized protein 11.47029282 L4_chemical_B3 +LQ01X002780 Putative uncharacterized protein 13.81386681 L4_chemical_C2 +LQ01X002780 Putative uncharacterized protein 12.48624467 L4_chemical_C3 +LQ01X002810 Hypothetical protein 5.153027418 C6_control_A1 +LQ01X002810 Hypothetical protein 5.040908919 C6_control_A3 +LQ01X002810 Hypothetical protein 4.833164856 C6_control_B1 +LQ01X002810 Hypothetical protein 5.153981113 C6_control_B2 +LQ01X002810 Hypothetical protein 5.510208181 C6_control_B3 +LQ01X002810 Hypothetical protein 5.419264823 C6_control_C1 +LQ01X002810 Hypothetical protein 5.26281779 C6_control_C2 +LQ01X002810 Hypothetical protein 5.050256554 C6_control_C3 +LQ01X002810 Hypothetical protein 5.193538437 C6_chemical_A1 +LQ01X002810 Hypothetical protein 5.470739638 C6_chemical_A3 +LQ01X002810 Hypothetical protein 5.480847033 C6_chemical_B1 +LQ01X002810 Hypothetical protein 5.104268307 C6_chemical_B2 +LQ01X002810 Hypothetical protein 5.41014061 C6_chemical_B3 +LQ01X002810 Hypothetical protein 5.375068008 C6_chemical_C1 +LQ01X002810 Hypothetical protein 5.207167351 C6_chemical_C2 +LQ01X002810 Hypothetical protein 5.281159445 C6_chemical_C3 +LQ01X002810 Hypothetical protein 5.36048232 L4_control_A1 +LQ01X002810 Hypothetical protein 5.269260589 L4_control_A2 +LQ01X002810 Hypothetical protein 5.188669959 L4_control_A3 +LQ01X002810 Hypothetical protein 5.123016255 L4_control_B1 +LQ01X002810 Hypothetical protein 5.297080869 L4_control_B2 +LQ01X002810 Hypothetical protein 5.195809294 L4_control_B3 +LQ01X002810 Hypothetical protein 5.673656234 L4_control_C2 +LQ01X002810 Hypothetical protein 6.14879162 L4_control_C3 +LQ01X002810 Hypothetical protein 5.202767665 L4_chemical_A1 +LQ01X002810 Hypothetical protein 5.251391319 L4_chemical_A2 +LQ01X002810 Hypothetical protein 5.477864262 L4_chemical_A3 +LQ01X002810 Hypothetical protein 5.829626526 L4_chemical_B1 +LQ01X002810 Hypothetical protein 5.250016197 L4_chemical_B2 +LQ01X002810 Hypothetical protein 5.276930492 L4_chemical_B3 +LQ01X002810 Hypothetical protein 5.118895326 L4_chemical_C2 +LQ01X002810 Hypothetical protein 5.955239338 L4_chemical_C3 +LQ01X002860 Putative uncharacterized protein 10.36125898 C6_control_A1 +LQ01X002860 Putative uncharacterized protein 10.73283815 C6_control_A3 +LQ01X002860 Putative uncharacterized protein 9.531751886 C6_control_B1 +LQ01X002860 Putative uncharacterized protein 9.113830957 C6_control_B2 +LQ01X002860 Putative uncharacterized protein 8.879732565 C6_control_B3 +LQ01X002860 Putative uncharacterized protein 8.092387369 C6_control_C1 +LQ01X002860 Putative uncharacterized protein 7.837219512 C6_control_C2 +LQ01X002860 Putative uncharacterized protein 7.950512687 C6_control_C3 +LQ01X002860 Putative uncharacterized protein 10.59227755 C6_chemical_A1 +LQ01X002860 Putative uncharacterized protein 10.51730067 C6_chemical_A3 +LQ01X002860 Putative uncharacterized protein 9.356627895 C6_chemical_B1 +LQ01X002860 Putative uncharacterized protein 8.898406002 C6_chemical_B2 +LQ01X002860 Putative uncharacterized protein 8.61106284 C6_chemical_B3 +LQ01X002860 Putative uncharacterized protein 8.226086669 C6_chemical_C1 +LQ01X002860 Putative uncharacterized protein 7.880818946 C6_chemical_C2 +LQ01X002860 Putative uncharacterized protein 7.68096771 C6_chemical_C3 +LQ01X002860 Putative uncharacterized protein 10.12600763 L4_control_A1 +LQ01X002860 Putative uncharacterized protein 10.40653265 L4_control_A2 +LQ01X002860 Putative uncharacterized protein 9.801669569 L4_control_A3 +LQ01X002860 Putative uncharacterized protein 9.673440341 L4_control_B1 +LQ01X002860 Putative uncharacterized protein 8.426954326 L4_control_B2 +LQ01X002860 Putative uncharacterized protein 8.45536656 L4_control_B3 +LQ01X002860 Putative uncharacterized protein 6.244816534 L4_control_C2 +LQ01X002860 Putative uncharacterized protein 5.509101276 L4_control_C3 +LQ01X002860 Putative uncharacterized protein 9.643251129 L4_chemical_A1 +LQ01X002860 Putative uncharacterized protein 10.20421243 L4_chemical_A2 +LQ01X002860 Putative uncharacterized protein 9.770265217 L4_chemical_A3 +LQ01X002860 Putative uncharacterized protein 9.338658324 L4_chemical_B1 +LQ01X002860 Putative uncharacterized protein 9.185114486 L4_chemical_B2 +LQ01X002860 Putative uncharacterized protein 9.495013245 L4_chemical_B3 +LQ01X002860 Putative uncharacterized protein 6.642165651 L4_chemical_C2 +LQ01X002860 Putative uncharacterized protein 5.921858198 L4_chemical_C3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.29269721 C6_control_A1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 9.295402689 C6_control_A3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.35904737 C6_control_B1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.50263762 C6_control_B2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.64480988 C6_control_B3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.49163299 C6_control_C1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.90543194 C6_control_C2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.30402268 C6_control_C3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.76840349 C6_chemical_A1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.24405946 C6_chemical_A3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.59932176 C6_chemical_B1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.79878789 C6_chemical_B2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.29045091 C6_chemical_B3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.45741354 C6_chemical_C1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.43464891 C6_chemical_C2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 9.687796964 C6_chemical_C3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 9.395682821 L4_control_A1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.16904441 L4_control_A2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.31807995 L4_control_A3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.35248866 L4_control_B1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.79643168 L4_control_B2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.16802889 L4_control_B3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 9.436793268 L4_control_C2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.19459273 L4_control_C3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 9.351181948 L4_chemical_A1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.15450776 L4_chemical_A2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 9.425440744 L4_chemical_A3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.08954693 L4_chemical_B1 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.03708327 L4_chemical_B2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 11.0613549 L4_chemical_B3 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 9.40749747 L4_chemical_C2 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.05916199 L4_chemical_C3 +LQ01X002890 Putative GTP-binding protein era homolog 11.81960343 C6_control_A1 +LQ01X002890 Putative GTP-binding protein era homolog 11.73582107 C6_control_A3 +LQ01X002890 Putative GTP-binding protein era homolog 11.42868288 C6_control_B1 +LQ01X002890 Putative GTP-binding protein era homolog 11.96903296 C6_control_B2 +LQ01X002890 Putative GTP-binding protein era homolog 11.25809722 C6_control_B3 +LQ01X002890 Putative GTP-binding protein era homolog 12.14610555 C6_control_C1 +LQ01X002890 Putative GTP-binding protein era homolog 12.70700957 C6_control_C2 +LQ01X002890 Putative GTP-binding protein era homolog 11.77889289 C6_control_C3 +LQ01X002890 Putative GTP-binding protein era homolog 11.67042127 C6_chemical_A1 +LQ01X002890 Putative GTP-binding protein era homolog 11.82692787 C6_chemical_A3 +LQ01X002890 Putative GTP-binding protein era homolog 11.28211757 C6_chemical_B1 +LQ01X002890 Putative GTP-binding protein era homolog 11.92814976 C6_chemical_B2 +LQ01X002890 Putative GTP-binding protein era homolog 11.26379441 C6_chemical_B3 +LQ01X002890 Putative GTP-binding protein era homolog 12.30880757 C6_chemical_C1 +LQ01X002890 Putative GTP-binding protein era homolog 12.26609122 C6_chemical_C2 +LQ01X002890 Putative GTP-binding protein era homolog 11.68048776 C6_chemical_C3 +LQ01X002890 Putative GTP-binding protein era homolog 11.54048556 L4_control_A1 +LQ01X002890 Putative GTP-binding protein era homolog 12.2139624 L4_control_A2 +LQ01X002890 Putative GTP-binding protein era homolog 12.45842207 L4_control_A3 +LQ01X002890 Putative GTP-binding protein era homolog 11.14709657 L4_control_B1 +LQ01X002890 Putative GTP-binding protein era homolog 11.90530893 L4_control_B2 +LQ01X002890 Putative GTP-binding protein era homolog 11.83128282 L4_control_B3 +LQ01X002890 Putative GTP-binding protein era homolog 12.44215636 L4_control_C2 +LQ01X002890 Putative GTP-binding protein era homolog 11.81246922 L4_control_C3 +LQ01X002890 Putative GTP-binding protein era homolog 11.51157829 L4_chemical_A1 +LQ01X002890 Putative GTP-binding protein era homolog 12.04684555 L4_chemical_A2 +LQ01X002890 Putative GTP-binding protein era homolog 12.05131656 L4_chemical_A3 +LQ01X002890 Putative GTP-binding protein era homolog 11.41259866 L4_chemical_B1 +LQ01X002890 Putative GTP-binding protein era homolog 11.77540969 L4_chemical_B2 +LQ01X002890 Putative GTP-binding protein era homolog 11.2377607 L4_chemical_B3 +LQ01X002890 Putative GTP-binding protein era homolog 12.59716177 L4_chemical_C2 +LQ01X002890 Putative GTP-binding protein era homolog 11.94487104 L4_chemical_C3 +LQ01X002900 Putative uncharacterized protein 5.271787786 C6_control_A1 +LQ01X002900 Putative uncharacterized protein 5.528037041 C6_control_A3 +LQ01X002900 Putative uncharacterized protein 4.823184079 C6_control_B1 +LQ01X002900 Putative uncharacterized protein 5.059099764 C6_control_B2 +LQ01X002900 Putative uncharacterized protein 4.963568609 C6_control_B3 +LQ01X002900 Putative uncharacterized protein 5.447525448 C6_control_C1 +LQ01X002900 Putative uncharacterized protein 5.383244269 C6_control_C2 +LQ01X002900 Putative uncharacterized protein 5.205009111 C6_control_C3 +LQ01X002900 Putative uncharacterized protein 5.594938696 C6_chemical_A1 +LQ01X002900 Putative uncharacterized protein 5.575211569 C6_chemical_A3 +LQ01X002900 Putative uncharacterized protein 5.029515555 C6_chemical_B1 +LQ01X002900 Putative uncharacterized protein 5.069009735 C6_chemical_B2 +LQ01X002900 Putative uncharacterized protein 4.890704261 C6_chemical_B3 +LQ01X002900 Putative uncharacterized protein 5.332053762 C6_chemical_C1 +LQ01X002900 Putative uncharacterized protein 5.169443513 C6_chemical_C2 +LQ01X002900 Putative uncharacterized protein 5.345199329 C6_chemical_C3 +LQ01X002900 Putative uncharacterized protein 5.073544566 L4_control_A1 +LQ01X002900 Putative uncharacterized protein 5.064695686 L4_control_A2 +LQ01X002900 Putative uncharacterized protein 5.421860479 L4_control_A3 +LQ01X002900 Putative uncharacterized protein 5.71554242 L4_control_B1 +LQ01X002900 Putative uncharacterized protein 4.830758855 L4_control_B2 +LQ01X002900 Putative uncharacterized protein 5.138825126 L4_control_B3 +LQ01X002900 Putative uncharacterized protein 5.607107241 L4_control_C2 +LQ01X002900 Putative uncharacterized protein 4.948979647 L4_control_C3 +LQ01X002900 Putative uncharacterized protein 4.987892005 L4_chemical_A1 +LQ01X002900 Putative uncharacterized protein 5.422228884 L4_chemical_A2 +LQ01X002900 Putative uncharacterized protein 5.626183362 L4_chemical_A3 +LQ01X002900 Putative uncharacterized protein 5.421267587 L4_chemical_B1 +LQ01X002900 Putative uncharacterized protein 4.775638173 L4_chemical_B2 +LQ01X002900 Putative uncharacterized protein 5.129111762 L4_chemical_B3 +LQ01X002900 Putative uncharacterized protein 5.150906673 L4_chemical_C2 +LQ01X002900 Putative uncharacterized protein 5.125576258 L4_chemical_C3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.694340847 C6_control_A1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.753132524 C6_control_A3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 6.179906977 C6_control_B1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.602401812 C6_control_B2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 6.014336928 C6_control_B3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.258140784 C6_control_C1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.805602663 C6_control_C2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.390076463 C6_control_C3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.664036194 C6_chemical_A1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.233941496 C6_chemical_A3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.866715223 C6_chemical_B1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.6800543 C6_chemical_B2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.758271595 C6_chemical_B3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.409444904 C6_chemical_C1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.266935949 C6_chemical_C2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.541530695 C6_chemical_C3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.10227378 L4_control_A1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.20547164 L4_control_A2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.933391049 L4_control_A3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.308316411 L4_control_B1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.473613421 L4_control_B2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.725202159 L4_control_B3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 4.961337046 L4_control_C2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 4.956752372 L4_control_C3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.529908125 L4_chemical_A1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.445331267 L4_chemical_A2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.663393325 L4_chemical_A3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.560568457 L4_chemical_B1 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.584867399 L4_chemical_B2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.892427035 L4_chemical_B3 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.057298814 L4_chemical_C2 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.285563277 L4_chemical_C3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.393937469 C6_control_A1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.916460894 C6_control_A3 +LQ01X002950 Soluble inorganic pyrophosphatase 6.126043745 C6_control_B1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.474009734 C6_control_B2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.806470325 C6_control_B3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.327170624 C6_control_C1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.564099624 C6_control_C2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.633015899 C6_control_C3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.838227629 C6_chemical_A1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.539577193 C6_chemical_A3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.882292842 C6_chemical_B1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.639703587 C6_chemical_B2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.490755462 C6_chemical_B3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.238404856 C6_chemical_C1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.380121684 C6_chemical_C2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.57272294 C6_chemical_C3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.735933703 L4_control_A1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.842106511 L4_control_A2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.822805478 L4_control_A3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.490276058 L4_control_B1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.253160851 L4_control_B2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.429070452 L4_control_B3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.794761166 L4_control_C2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.269142718 L4_control_C3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.630766009 L4_chemical_A1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.746787772 L4_chemical_A2 +LQ01X002950 Soluble inorganic pyrophosphatase 6.037032016 L4_chemical_A3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.818871584 L4_chemical_B1 +LQ01X002950 Soluble inorganic pyrophosphatase 5.605539296 L4_chemical_B2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.545902047 L4_chemical_B3 +LQ01X002950 Soluble inorganic pyrophosphatase 5.997243054 L4_chemical_C2 +LQ01X002950 Soluble inorganic pyrophosphatase 5.382901174 L4_chemical_C3 +LQ01X002960 Protein RER1B 13.19883656 C6_control_A1 +LQ01X002960 Protein RER1B 13.09961151 C6_control_A3 +LQ01X002960 Protein RER1B 13.10019951 C6_control_B1 +LQ01X002960 Protein RER1B 13.28888552 C6_control_B2 +LQ01X002960 Protein RER1B 13.54842879 C6_control_B3 +LQ01X002960 Protein RER1B 13.38260454 C6_control_C1 +LQ01X002960 Protein RER1B 13.30339256 C6_control_C2 +LQ01X002960 Protein RER1B 13.50977451 C6_control_C3 +LQ01X002960 Protein RER1B 13.12555336 C6_chemical_A1 +LQ01X002960 Protein RER1B 13.16463216 C6_chemical_A3 +LQ01X002960 Protein RER1B 13.04092448 C6_chemical_B1 +LQ01X002960 Protein RER1B 13.39360938 C6_chemical_B2 +LQ01X002960 Protein RER1B 13.45634156 C6_chemical_B3 +LQ01X002960 Protein RER1B 13.28018545 C6_chemical_C1 +LQ01X002960 Protein RER1B 13.40739631 C6_chemical_C2 +LQ01X002960 Protein RER1B 13.54212228 C6_chemical_C3 +LQ01X002960 Protein RER1B 12.92487629 L4_control_A1 +LQ01X002960 Protein RER1B 13.33205881 L4_control_A2 +LQ01X002960 Protein RER1B 12.55660299 L4_control_A3 +LQ01X002960 Protein RER1B 13.63733721 L4_control_B1 +LQ01X002960 Protein RER1B 12.66231769 L4_control_B2 +LQ01X002960 Protein RER1B 13.63178178 L4_control_B3 +LQ01X002960 Protein RER1B 12.7239526 L4_control_C2 +LQ01X002960 Protein RER1B 13.15727329 L4_control_C3 +LQ01X002960 Protein RER1B 13.36791146 L4_chemical_A1 +LQ01X002960 Protein RER1B 13.4034125 L4_chemical_A2 +LQ01X002960 Protein RER1B 13.00341959 L4_chemical_A3 +LQ01X002960 Protein RER1B 13.38645488 L4_chemical_B1 +LQ01X002960 Protein RER1B 13.03907705 L4_chemical_B2 +LQ01X002960 Protein RER1B 13.27825328 L4_chemical_B3 +LQ01X002960 Protein RER1B 12.70951544 L4_chemical_C2 +LQ01X002960 Protein RER1B 13.30634429 L4_chemical_C3 +LQ01X002980 Isoflavone reductase homolog A622 10.96543646 C6_control_A1 +LQ01X002980 Isoflavone reductase homolog A622 10.90337722 C6_control_A3 +LQ01X002980 Isoflavone reductase homolog A622 11.13720334 C6_control_B1 +LQ01X002980 Isoflavone reductase homolog A622 11.01800226 C6_control_B2 +LQ01X002980 Isoflavone reductase homolog A622 11.11157248 C6_control_B3 +LQ01X002980 Isoflavone reductase homolog A622 11.34685627 C6_control_C1 +LQ01X002980 Isoflavone reductase homolog A622 11.30778961 C6_control_C2 +LQ01X002980 Isoflavone reductase homolog A622 11.6988611 C6_control_C3 +LQ01X002980 Isoflavone reductase homolog A622 10.65680411 C6_chemical_A1 +LQ01X002980 Isoflavone reductase homolog A622 10.85370145 C6_chemical_A3 +LQ01X002980 Isoflavone reductase homolog A622 10.62657227 C6_chemical_B1 +LQ01X002980 Isoflavone reductase homolog A622 10.90813824 C6_chemical_B2 +LQ01X002980 Isoflavone reductase homolog A622 10.68367001 C6_chemical_B3 +LQ01X002980 Isoflavone reductase homolog A622 11.29704722 C6_chemical_C1 +LQ01X002980 Isoflavone reductase homolog A622 11.20598445 C6_chemical_C2 +LQ01X002980 Isoflavone reductase homolog A622 11.4357078 C6_chemical_C3 +LQ01X002980 Isoflavone reductase homolog A622 10.27389811 L4_control_A1 +LQ01X002980 Isoflavone reductase homolog A622 10.68234915 L4_control_A2 +LQ01X002980 Isoflavone reductase homolog A622 9.195583946 L4_control_A3 +LQ01X002980 Isoflavone reductase homolog A622 10.72329744 L4_control_B1 +LQ01X002980 Isoflavone reductase homolog A622 10.4981775 L4_control_B2 +LQ01X002980 Isoflavone reductase homolog A622 10.96621531 L4_control_B3 +LQ01X002980 Isoflavone reductase homolog A622 10.68492906 L4_control_C2 +LQ01X002980 Isoflavone reductase homolog A622 10.46445247 L4_control_C3 +LQ01X002980 Isoflavone reductase homolog A622 10.20315408 L4_chemical_A1 +LQ01X002980 Isoflavone reductase homolog A622 10.82855063 L4_chemical_A2 +LQ01X002980 Isoflavone reductase homolog A622 9.58142087 L4_chemical_A3 +LQ01X002980 Isoflavone reductase homolog A622 10.58865378 L4_chemical_B1 +LQ01X002980 Isoflavone reductase homolog A622 10.39106922 L4_chemical_B2 +LQ01X002980 Isoflavone reductase homolog A622 10.60813746 L4_chemical_B3 +LQ01X002980 Isoflavone reductase homolog A622 10.53812541 L4_chemical_C2 +LQ01X002980 Isoflavone reductase homolog A622 10.59366409 L4_chemical_C3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.96061998 C6_control_A1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.06897973 C6_control_A3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.9727431 C6_control_B1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.86411802 C6_control_B2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.49244448 C6_control_B3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 14.23744726 C6_control_C1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.75218144 C6_control_C2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.04508102 C6_control_C3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.87077917 C6_chemical_A1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 11.9396474 C6_chemical_A3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.04438518 C6_chemical_B1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.05198662 C6_chemical_B2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 11.98730699 C6_chemical_B3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.89455296 C6_chemical_C1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.76444616 C6_chemical_C2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.79999843 C6_chemical_C3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.1230431 L4_control_A1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.78959869 L4_control_A2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.22711216 L4_control_A3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.19073218 L4_control_B1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.40192524 L4_control_B2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.51307064 L4_control_B3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.65220119 L4_control_C2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.46884037 L4_control_C3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 11.76764765 L4_chemical_A1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.35259598 L4_chemical_A2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.1242559 L4_chemical_A3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.9492253 L4_chemical_B1 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.28994448 L4_chemical_B2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.21310237 L4_chemical_B3 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.92432075 L4_chemical_C2 +LQ01X002990 Putative Uncharacterized hydrolase yugF 13.07822989 L4_chemical_C3 +LQ01X003040 Laccase-11 5.80069346 C6_control_A1 +LQ01X003040 Laccase-11 5.361003022 C6_control_A3 +LQ01X003040 Laccase-11 6.317896086 C6_control_B1 +LQ01X003040 Laccase-11 5.629153428 C6_control_B2 +LQ01X003040 Laccase-11 6.176307548 C6_control_B3 +LQ01X003040 Laccase-11 5.759272973 C6_control_C1 +LQ01X003040 Laccase-11 5.762371545 C6_control_C2 +LQ01X003040 Laccase-11 6.056038419 C6_control_C3 +LQ01X003040 Laccase-11 5.641011826 C6_chemical_A1 +LQ01X003040 Laccase-11 5.76730626 C6_chemical_A3 +LQ01X003040 Laccase-11 5.907384198 C6_chemical_B1 +LQ01X003040 Laccase-11 5.451512073 C6_chemical_B2 +LQ01X003040 Laccase-11 6.130750157 C6_chemical_B3 +LQ01X003040 Laccase-11 5.926404441 C6_chemical_C1 +LQ01X003040 Laccase-11 5.727890571 C6_chemical_C2 +LQ01X003040 Laccase-11 5.947050479 C6_chemical_C3 +LQ01X003040 Laccase-11 5.608219756 L4_control_A1 +LQ01X003040 Laccase-11 6.150337644 L4_control_A2 +LQ01X003040 Laccase-11 5.767027682 L4_control_A3 +LQ01X003040 Laccase-11 5.954965937 L4_control_B1 +LQ01X003040 Laccase-11 5.618837013 L4_control_B2 +LQ01X003040 Laccase-11 6.086471623 L4_control_B3 +LQ01X003040 Laccase-11 5.495744801 L4_control_C2 +LQ01X003040 Laccase-11 6.30294678 L4_control_C3 +LQ01X003040 Laccase-11 6.593049431 L4_chemical_A1 +LQ01X003040 Laccase-11 6.068952973 L4_chemical_A2 +LQ01X003040 Laccase-11 5.649980766 L4_chemical_A3 +LQ01X003040 Laccase-11 5.474045576 L4_chemical_B1 +LQ01X003040 Laccase-11 6.413602316 L4_chemical_B2 +LQ01X003040 Laccase-11 6.235923113 L4_chemical_B3 +LQ01X003040 Laccase-11 6.029490674 L4_chemical_C2 +LQ01X003040 Laccase-11 5.645364264 L4_chemical_C3 +LQ01X003050 Tubby-like F-box protein 5 6.213736144 C6_control_A1 +LQ01X003050 Tubby-like F-box protein 5 6.746624821 C6_control_A3 +LQ01X003050 Tubby-like F-box protein 5 5.566660169 C6_control_B1 +LQ01X003050 Tubby-like F-box protein 5 6.074530144 C6_control_B2 +LQ01X003050 Tubby-like F-box protein 5 6.226483687 C6_control_B3 +LQ01X003050 Tubby-like F-box protein 5 6.016353541 C6_control_C1 +LQ01X003050 Tubby-like F-box protein 5 6.330586159 C6_control_C2 +LQ01X003050 Tubby-like F-box protein 5 6.228534989 C6_control_C3 +LQ01X003050 Tubby-like F-box protein 5 5.886120599 C6_chemical_A1 +LQ01X003050 Tubby-like F-box protein 5 6.164335991 C6_chemical_A3 +LQ01X003050 Tubby-like F-box protein 5 5.734451728 C6_chemical_B1 +LQ01X003050 Tubby-like F-box protein 5 6.177641689 C6_chemical_B2 +LQ01X003050 Tubby-like F-box protein 5 6.106924093 C6_chemical_B3 +LQ01X003050 Tubby-like F-box protein 5 6.023234089 C6_chemical_C1 +LQ01X003050 Tubby-like F-box protein 5 6.247046346 C6_chemical_C2 +LQ01X003050 Tubby-like F-box protein 5 5.618755231 C6_chemical_C3 +LQ01X003050 Tubby-like F-box protein 5 5.859929639 L4_control_A1 +LQ01X003050 Tubby-like F-box protein 5 6.207994972 L4_control_A2 +LQ01X003050 Tubby-like F-box protein 5 6.98407174 L4_control_A3 +LQ01X003050 Tubby-like F-box protein 5 7.104449281 L4_control_B1 +LQ01X003050 Tubby-like F-box protein 5 6.719984372 L4_control_B2 +LQ01X003050 Tubby-like F-box protein 5 5.808773747 L4_control_B3 +LQ01X003050 Tubby-like F-box protein 5 6.232351927 L4_control_C2 +LQ01X003050 Tubby-like F-box protein 5 5.911236527 L4_control_C3 +LQ01X003050 Tubby-like F-box protein 5 6.016987486 L4_chemical_A1 +LQ01X003050 Tubby-like F-box protein 5 6.134334427 L4_chemical_A2 +LQ01X003050 Tubby-like F-box protein 5 6.677547572 L4_chemical_A3 +LQ01X003050 Tubby-like F-box protein 5 6.593395914 L4_chemical_B1 +LQ01X003050 Tubby-like F-box protein 5 6.923759509 L4_chemical_B2 +LQ01X003050 Tubby-like F-box protein 5 5.841085669 L4_chemical_B3 +LQ01X003050 Tubby-like F-box protein 5 5.557010563 L4_chemical_C2 +LQ01X003050 Tubby-like F-box protein 5 5.301853765 L4_chemical_C3 +LQ01X003060 Anaphase-promoting complex subunit 10 13.4458267 C6_control_A1 +LQ01X003060 Anaphase-promoting complex subunit 10 13.29170632 C6_control_A3 +LQ01X003060 Anaphase-promoting complex subunit 10 12.40870102 C6_control_B1 +LQ01X003060 Anaphase-promoting complex subunit 10 12.91322536 C6_control_B2 +LQ01X003060 Anaphase-promoting complex subunit 10 12.19228777 C6_control_B3 +LQ01X003060 Anaphase-promoting complex subunit 10 12.81604761 C6_control_C1 +LQ01X003060 Anaphase-promoting complex subunit 10 12.86435898 C6_control_C2 +LQ01X003060 Anaphase-promoting complex subunit 10 12.66273809 C6_control_C3 +LQ01X003060 Anaphase-promoting complex subunit 10 12.99565181 C6_chemical_A1 +LQ01X003060 Anaphase-promoting complex subunit 10 13.16370659 C6_chemical_A3 +LQ01X003060 Anaphase-promoting complex subunit 10 11.90213245 C6_chemical_B1 +LQ01X003060 Anaphase-promoting complex subunit 10 12.69439199 C6_chemical_B2 +LQ01X003060 Anaphase-promoting complex subunit 10 12.03704729 C6_chemical_B3 +LQ01X003060 Anaphase-promoting complex subunit 10 12.73170753 C6_chemical_C1 +LQ01X003060 Anaphase-promoting complex subunit 10 12.79396123 C6_chemical_C2 +LQ01X003060 Anaphase-promoting complex subunit 10 12.33033665 C6_chemical_C3 +LQ01X003060 Anaphase-promoting complex subunit 10 13.49914835 L4_control_A1 +LQ01X003060 Anaphase-promoting complex subunit 10 13.48627328 L4_control_A2 +LQ01X003060 Anaphase-promoting complex subunit 10 13.29462263 L4_control_A3 +LQ01X003060 Anaphase-promoting complex subunit 10 12.34177401 L4_control_B1 +LQ01X003060 Anaphase-promoting complex subunit 10 11.3262322 L4_control_B2 +LQ01X003060 Anaphase-promoting complex subunit 10 12.28146139 L4_control_B3 +LQ01X003060 Anaphase-promoting complex subunit 10 12.17695997 L4_control_C2 +LQ01X003060 Anaphase-promoting complex subunit 10 11.58684704 L4_control_C3 +LQ01X003060 Anaphase-promoting complex subunit 10 13.06614015 L4_chemical_A1 +LQ01X003060 Anaphase-promoting complex subunit 10 12.91803593 L4_chemical_A2 +LQ01X003060 Anaphase-promoting complex subunit 10 13.25172645 L4_chemical_A3 +LQ01X003060 Anaphase-promoting complex subunit 10 11.91129866 L4_chemical_B1 +LQ01X003060 Anaphase-promoting complex subunit 10 11.8209419 L4_chemical_B2 +LQ01X003060 Anaphase-promoting complex subunit 10 12.54826794 L4_chemical_B3 +LQ01X003060 Anaphase-promoting complex subunit 10 12.21820148 L4_chemical_C2 +LQ01X003060 Anaphase-promoting complex subunit 10 11.61605646 L4_chemical_C3 +LQ01X003080 Putative U-box domain-containing protein 5 5.604053115 C6_control_A1 +LQ01X003080 Putative U-box domain-containing protein 5 5.255440075 C6_control_A3 +LQ01X003080 Putative U-box domain-containing protein 5 5.165439184 C6_control_B1 +LQ01X003080 Putative U-box domain-containing protein 5 5.10804304 C6_control_B2 +LQ01X003080 Putative U-box domain-containing protein 5 5.18460011 C6_control_B3 +LQ01X003080 Putative U-box domain-containing protein 5 5.694211334 C6_control_C1 +LQ01X003080 Putative U-box domain-containing protein 5 5.382690062 C6_control_C2 +LQ01X003080 Putative U-box domain-containing protein 5 5.193443674 C6_control_C3 +LQ01X003080 Putative U-box domain-containing protein 5 5.196847323 C6_chemical_A1 +LQ01X003080 Putative U-box domain-containing protein 5 5.228502627 C6_chemical_A3 +LQ01X003080 Putative U-box domain-containing protein 5 5.568779986 C6_chemical_B1 +LQ01X003080 Putative U-box domain-containing protein 5 5.181761663 C6_chemical_B2 +LQ01X003080 Putative U-box domain-containing protein 5 5.868946969 C6_chemical_B3 +LQ01X003080 Putative U-box domain-containing protein 5 5.620204952 C6_chemical_C1 +LQ01X003080 Putative U-box domain-containing protein 5 5.22162127 C6_chemical_C2 +LQ01X003080 Putative U-box domain-containing protein 5 5.435923828 C6_chemical_C3 +LQ01X003080 Putative U-box domain-containing protein 5 5.2713009 L4_control_A1 +LQ01X003080 Putative U-box domain-containing protein 5 5.419344693 L4_control_A2 +LQ01X003080 Putative U-box domain-containing protein 5 6.200689962 L4_control_A3 +LQ01X003080 Putative U-box domain-containing protein 5 5.238574715 L4_control_B1 +LQ01X003080 Putative U-box domain-containing protein 5 5.84202986 L4_control_B2 +LQ01X003080 Putative U-box domain-containing protein 5 5.57431622 L4_control_B3 +LQ01X003080 Putative U-box domain-containing protein 5 5.720328936 L4_control_C2 +LQ01X003080 Putative U-box domain-containing protein 5 5.684711075 L4_control_C3 +LQ01X003080 Putative U-box domain-containing protein 5 5.913066865 L4_chemical_A1 +LQ01X003080 Putative U-box domain-containing protein 5 5.467321447 L4_chemical_A2 +LQ01X003080 Putative U-box domain-containing protein 5 5.877339347 L4_chemical_A3 +LQ01X003080 Putative U-box domain-containing protein 5 5.545720926 L4_chemical_B1 +LQ01X003080 Putative U-box domain-containing protein 5 5.488866902 L4_chemical_B2 +LQ01X003080 Putative U-box domain-containing protein 5 5.315568366 L4_chemical_B3 +LQ01X003080 Putative U-box domain-containing protein 5 5.804428245 L4_chemical_C2 +LQ01X003080 Putative U-box domain-containing protein 5 5.622310477 L4_chemical_C3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.24242874 C6_control_A1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.49944601 C6_control_A3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.19395071 C6_control_B1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 9.50244119 C6_control_B2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.71386831 C6_control_B3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 8.91336321 C6_control_C1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 7.92293008 C6_control_C2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 9.222567637 C6_control_C3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.15295075 C6_chemical_A1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 11.18356895 C6_chemical_A3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.1740362 C6_chemical_B1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 9.331777125 C6_chemical_B2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.2473743 C6_chemical_B3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 8.70303079 C6_chemical_C1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 8.707531376 C6_chemical_C2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 8.947783793 C6_chemical_C3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.32555791 L4_control_A1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.87763857 L4_control_A2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 11.505027 L4_control_A3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.99512712 L4_control_B1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 11.38543095 L4_control_B2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.15990718 L4_control_B3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.95783878 L4_control_C2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.73570892 L4_control_C3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 9.844016445 L4_chemical_A1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.82022698 L4_chemical_A2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 11.02456336 L4_chemical_A3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 11.35490978 L4_chemical_B1 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 11.51316499 L4_chemical_B2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.12747375 L4_chemical_B3 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.60585361 L4_chemical_C2 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.7749329 L4_chemical_C3 +LQ01X003130 Sugar transporter ERD6-like 6 5.303294154 C6_control_A1 +LQ01X003130 Sugar transporter ERD6-like 6 5.022473944 C6_control_A3 +LQ01X003130 Sugar transporter ERD6-like 6 4.862339355 C6_control_B1 +LQ01X003130 Sugar transporter ERD6-like 6 4.943468476 C6_control_B2 +LQ01X003130 Sugar transporter ERD6-like 6 4.998244091 C6_control_B3 +LQ01X003130 Sugar transporter ERD6-like 6 5.058232249 C6_control_C1 +LQ01X003130 Sugar transporter ERD6-like 6 5.236307306 C6_control_C2 +LQ01X003130 Sugar transporter ERD6-like 6 4.929898998 C6_control_C3 +LQ01X003130 Sugar transporter ERD6-like 6 5.097861273 C6_chemical_A1 +LQ01X003130 Sugar transporter ERD6-like 6 5.005013359 C6_chemical_A3 +LQ01X003130 Sugar transporter ERD6-like 6 5.367043436 C6_chemical_B1 +LQ01X003130 Sugar transporter ERD6-like 6 5.033970445 C6_chemical_B2 +LQ01X003130 Sugar transporter ERD6-like 6 5.453846982 C6_chemical_B3 +LQ01X003130 Sugar transporter ERD6-like 6 5.110879137 C6_chemical_C1 +LQ01X003130 Sugar transporter ERD6-like 6 5.078354056 C6_chemical_C2 +LQ01X003130 Sugar transporter ERD6-like 6 5.011310034 C6_chemical_C3 +LQ01X003130 Sugar transporter ERD6-like 6 5.333226377 L4_control_A1 +LQ01X003130 Sugar transporter ERD6-like 6 5.067494431 L4_control_A2 +LQ01X003130 Sugar transporter ERD6-like 6 5.255687191 L4_control_A3 +LQ01X003130 Sugar transporter ERD6-like 6 5.071395736 L4_control_B1 +LQ01X003130 Sugar transporter ERD6-like 6 5.302831361 L4_control_B2 +LQ01X003130 Sugar transporter ERD6-like 6 5.197062756 L4_control_B3 +LQ01X003130 Sugar transporter ERD6-like 6 4.833941641 L4_control_C2 +LQ01X003130 Sugar transporter ERD6-like 6 5.240918526 L4_control_C3 +LQ01X003130 Sugar transporter ERD6-like 6 5.425424098 L4_chemical_A1 +LQ01X003130 Sugar transporter ERD6-like 6 5.272279044 L4_chemical_A2 +LQ01X003130 Sugar transporter ERD6-like 6 5.20306178 L4_chemical_A3 +LQ01X003130 Sugar transporter ERD6-like 6 5.199202704 L4_chemical_B1 +LQ01X003130 Sugar transporter ERD6-like 6 5.134767086 L4_chemical_B2 +LQ01X003130 Sugar transporter ERD6-like 6 5.238792317 L4_chemical_B3 +LQ01X003130 Sugar transporter ERD6-like 6 5.52762377 L4_chemical_C2 +LQ01X003130 Sugar transporter ERD6-like 6 5.692958077 L4_chemical_C3 +LQ01X003140 Putative Epoxide hydrolase 3 5.091499565 C6_control_A1 +LQ01X003140 Putative Epoxide hydrolase 3 4.972490623 C6_control_A3 +LQ01X003140 Putative Epoxide hydrolase 3 5.560011206 C6_control_B1 +LQ01X003140 Putative Epoxide hydrolase 3 5.361583559 C6_control_B2 +LQ01X003140 Putative Epoxide hydrolase 3 5.511414063 C6_control_B3 +LQ01X003140 Putative Epoxide hydrolase 3 5.406485868 C6_control_C1 +LQ01X003140 Putative Epoxide hydrolase 3 5.188449378 C6_control_C2 +LQ01X003140 Putative Epoxide hydrolase 3 5.28799398 C6_control_C3 +LQ01X003140 Putative Epoxide hydrolase 3 4.975280281 C6_chemical_A1 +LQ01X003140 Putative Epoxide hydrolase 3 5.358087449 C6_chemical_A3 +LQ01X003140 Putative Epoxide hydrolase 3 5.669833351 C6_chemical_B1 +LQ01X003140 Putative Epoxide hydrolase 3 5.351931915 C6_chemical_B2 +LQ01X003140 Putative Epoxide hydrolase 3 5.562452512 C6_chemical_B3 +LQ01X003140 Putative Epoxide hydrolase 3 5.076304084 C6_chemical_C1 +LQ01X003140 Putative Epoxide hydrolase 3 5.146914217 C6_chemical_C2 +LQ01X003140 Putative Epoxide hydrolase 3 5.227455405 C6_chemical_C3 +LQ01X003140 Putative Epoxide hydrolase 3 5.23593514 L4_control_A1 +LQ01X003140 Putative Epoxide hydrolase 3 5.6147048 L4_control_A2 +LQ01X003140 Putative Epoxide hydrolase 3 5.05001454 L4_control_A3 +LQ01X003140 Putative Epoxide hydrolase 3 5.008727604 L4_control_B1 +LQ01X003140 Putative Epoxide hydrolase 3 5.212266463 L4_control_B2 +LQ01X003140 Putative Epoxide hydrolase 3 5.589075416 L4_control_B3 +LQ01X003140 Putative Epoxide hydrolase 3 5.189743896 L4_control_C2 +LQ01X003140 Putative Epoxide hydrolase 3 5.500596703 L4_control_C3 +LQ01X003140 Putative Epoxide hydrolase 3 5.23179301 L4_chemical_A1 +LQ01X003140 Putative Epoxide hydrolase 3 5.493239244 L4_chemical_A2 +LQ01X003140 Putative Epoxide hydrolase 3 5.166535869 L4_chemical_A3 +LQ01X003140 Putative Epoxide hydrolase 3 5.534639568 L4_chemical_B1 +LQ01X003140 Putative Epoxide hydrolase 3 5.050538625 L4_chemical_B2 +LQ01X003140 Putative Epoxide hydrolase 3 5.205951634 L4_chemical_B3 +LQ01X003140 Putative Epoxide hydrolase 3 5.529882282 L4_chemical_C2 +LQ01X003140 Putative Epoxide hydrolase 3 5.004468042 L4_chemical_C3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.898889613 C6_control_A1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 6.652731395 C6_control_A3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.504809486 C6_control_B1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.679832359 C6_control_B2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 6.125584573 C6_control_B3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.454631562 C6_control_C1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.79838687 C6_control_C2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.026118976 C6_control_C3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.467105513 C6_chemical_A1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.663874871 C6_chemical_A3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.542754907 C6_chemical_B1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.740257145 C6_chemical_B2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.130882574 C6_chemical_B3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.576685999 C6_chemical_C1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.445986873 C6_chemical_C2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.070970734 C6_chemical_C3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.699530808 L4_control_A1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.786099157 L4_control_A2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 6.203691543 L4_control_A3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.199673593 L4_control_B1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.970611926 L4_control_B2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.864929014 L4_control_B3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.278729701 L4_control_C2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.55665549 L4_control_C3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.892074915 L4_chemical_A1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.564837873 L4_chemical_A2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 6.137094947 L4_chemical_A3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.805849828 L4_chemical_B1 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.556107985 L4_chemical_B2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.614091851 L4_chemical_B3 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.501056687 L4_chemical_C2 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.517536626 L4_chemical_C3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.303608614 C6_control_A1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.967845251 C6_control_A3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.921726883 C6_control_B1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.359315039 C6_control_B2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.463446571 C6_control_B3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.088436479 C6_control_C1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.177691793 C6_control_C2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.590070983 C6_control_C3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.424217559 C6_chemical_A1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.145747263 C6_chemical_A3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.610589375 C6_chemical_B1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.322370723 C6_chemical_B2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.888578537 C6_chemical_B3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.128391266 C6_chemical_C1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.615646119 C6_chemical_C2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.668346533 C6_chemical_C3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.372768093 L4_control_A1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.763191635 L4_control_A2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.996478859 L4_control_A3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.166056587 L4_control_B1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.831495619 L4_control_B2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.435885841 L4_control_B3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.506400277 L4_control_C2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.294233908 L4_control_C3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.317097377 L4_chemical_A1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.630605314 L4_chemical_A2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.919544207 L4_chemical_A3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.571025395 L4_chemical_B1 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.820105568 L4_chemical_B2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.246637137 L4_chemical_B3 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.851681517 L4_chemical_C2 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 7.33141481 L4_chemical_C3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.260671022 C6_control_A1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 7.370250286 C6_control_A3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.140119694 C6_control_B1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.333650718 C6_control_B2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.329169363 C6_control_B3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.49097853 C6_control_C1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 7.019136749 C6_control_C2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.318463939 C6_control_C3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.521300377 C6_chemical_A1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.78446325 C6_chemical_A3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.931965344 C6_chemical_B1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.04730597 C6_chemical_B2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 5.903443517 C6_chemical_B3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.549681088 C6_chemical_C1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.724277181 C6_chemical_C2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.573786318 C6_chemical_C3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.196768043 L4_control_A1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.593157531 L4_control_A2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 7.328621687 L4_control_A3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.442893516 L4_control_B1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 7.192337791 L4_control_B2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.400733024 L4_control_B3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.42204032 L4_control_C2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.133874135 L4_control_C3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.461935185 L4_chemical_A1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.914234522 L4_chemical_A2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.826250736 L4_chemical_A3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.812898447 L4_chemical_B1 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.832843397 L4_chemical_B2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.447452727 L4_chemical_B3 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 7.128244794 L4_chemical_C2 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 7.045047245 L4_chemical_C3 +LQ01X003260 UPF0195 protein At1g68310 13.15692419 C6_control_A1 +LQ01X003260 UPF0195 protein At1g68310 13.34322066 C6_control_A3 +LQ01X003260 UPF0195 protein At1g68310 13.2427261 C6_control_B1 +LQ01X003260 UPF0195 protein At1g68310 12.55278276 C6_control_B2 +LQ01X003260 UPF0195 protein At1g68310 12.77941999 C6_control_B3 +LQ01X003260 UPF0195 protein At1g68310 12.54611256 C6_control_C1 +LQ01X003260 UPF0195 protein At1g68310 12.24884663 C6_control_C2 +LQ01X003260 UPF0195 protein At1g68310 12.23988576 C6_control_C3 +LQ01X003260 UPF0195 protein At1g68310 13.44449424 C6_chemical_A1 +LQ01X003260 UPF0195 protein At1g68310 13.44286709 C6_chemical_A3 +LQ01X003260 UPF0195 protein At1g68310 13.50230902 C6_chemical_B1 +LQ01X003260 UPF0195 protein At1g68310 12.64064565 C6_chemical_B2 +LQ01X003260 UPF0195 protein At1g68310 12.99370058 C6_chemical_B3 +LQ01X003260 UPF0195 protein At1g68310 12.67373514 C6_chemical_C1 +LQ01X003260 UPF0195 protein At1g68310 12.16319394 C6_chemical_C2 +LQ01X003260 UPF0195 protein At1g68310 12.0390697 C6_chemical_C3 +LQ01X003260 UPF0195 protein At1g68310 12.76771418 L4_control_A1 +LQ01X003260 UPF0195 protein At1g68310 12.41676274 L4_control_A2 +LQ01X003260 UPF0195 protein At1g68310 12.66943967 L4_control_A3 +LQ01X003260 UPF0195 protein At1g68310 12.79851099 L4_control_B1 +LQ01X003260 UPF0195 protein At1g68310 12.80673668 L4_control_B2 +LQ01X003260 UPF0195 protein At1g68310 12.14499662 L4_control_B3 +LQ01X003260 UPF0195 protein At1g68310 12.90157405 L4_control_C2 +LQ01X003260 UPF0195 protein At1g68310 12.40335199 L4_control_C3 +LQ01X003260 UPF0195 protein At1g68310 13.39729573 L4_chemical_A1 +LQ01X003260 UPF0195 protein At1g68310 13.25732312 L4_chemical_A2 +LQ01X003260 UPF0195 protein At1g68310 12.95330865 L4_chemical_A3 +LQ01X003260 UPF0195 protein At1g68310 13.32029977 L4_chemical_B1 +LQ01X003260 UPF0195 protein At1g68310 13.35038384 L4_chemical_B2 +LQ01X003260 UPF0195 protein At1g68310 12.45283772 L4_chemical_B3 +LQ01X003260 UPF0195 protein At1g68310 13.05440583 L4_chemical_C2 +LQ01X003260 UPF0195 protein At1g68310 12.49154736 L4_chemical_C3 +LQ01X003290 Scarecrow-like protein 4 11.1535621 C6_control_A1 +LQ01X003290 Scarecrow-like protein 4 10.59499081 C6_control_A3 +LQ01X003290 Scarecrow-like protein 4 11.81224349 C6_control_B1 +LQ01X003290 Scarecrow-like protein 4 11.39620648 C6_control_B2 +LQ01X003290 Scarecrow-like protein 4 12.0231969 C6_control_B3 +LQ01X003290 Scarecrow-like protein 4 11.61735568 C6_control_C1 +LQ01X003290 Scarecrow-like protein 4 10.98876644 C6_control_C2 +LQ01X003290 Scarecrow-like protein 4 11.4306487 C6_control_C3 +LQ01X003290 Scarecrow-like protein 4 11.8014877 C6_chemical_A1 +LQ01X003290 Scarecrow-like protein 4 11.25230358 C6_chemical_A3 +LQ01X003290 Scarecrow-like protein 4 12.30323289 C6_chemical_B1 +LQ01X003290 Scarecrow-like protein 4 11.52018792 C6_chemical_B2 +LQ01X003290 Scarecrow-like protein 4 12.71160094 C6_chemical_B3 +LQ01X003290 Scarecrow-like protein 4 11.56757851 C6_chemical_C1 +LQ01X003290 Scarecrow-like protein 4 11.33709222 C6_chemical_C2 +LQ01X003290 Scarecrow-like protein 4 12.04857177 C6_chemical_C3 +LQ01X003290 Scarecrow-like protein 4 11.00488309 L4_control_A1 +LQ01X003290 Scarecrow-like protein 4 11.22557772 L4_control_A2 +LQ01X003290 Scarecrow-like protein 4 11.34409183 L4_control_A3 +LQ01X003290 Scarecrow-like protein 4 12.07489686 L4_control_B1 +LQ01X003290 Scarecrow-like protein 4 12.3284042 L4_control_B2 +LQ01X003290 Scarecrow-like protein 4 11.97289666 L4_control_B3 +LQ01X003290 Scarecrow-like protein 4 12.11868308 L4_control_C2 +LQ01X003290 Scarecrow-like protein 4 12.08152888 L4_control_C3 +LQ01X003290 Scarecrow-like protein 4 10.17847783 L4_chemical_A1 +LQ01X003290 Scarecrow-like protein 4 10.70979792 L4_chemical_A2 +LQ01X003290 Scarecrow-like protein 4 10.781865 L4_chemical_A3 +LQ01X003290 Scarecrow-like protein 4 11.81624192 L4_chemical_B1 +LQ01X003290 Scarecrow-like protein 4 12.09263413 L4_chemical_B2 +LQ01X003290 Scarecrow-like protein 4 11.64129232 L4_chemical_B3 +LQ01X003290 Scarecrow-like protein 4 12.00338851 L4_chemical_C2 +LQ01X003290 Scarecrow-like protein 4 12.09979625 L4_chemical_C3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.313159271 C6_control_A1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 7.322430707 C6_control_A3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.573628326 C6_control_B1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.705740517 C6_control_B2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.550010642 C6_control_B3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.96301286 C6_control_C1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.757016349 C6_control_C2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.009247467 C6_control_C3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.841416361 C6_chemical_A1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.000886315 C6_chemical_A3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.477582869 C6_chemical_B1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.671716467 C6_chemical_B2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.305518484 C6_chemical_B3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.259052266 C6_chemical_C1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.830320335 C6_chemical_C2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.940422065 C6_chemical_C3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.23326877 L4_control_A1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.046397466 L4_control_A2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.876097626 L4_control_A3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.244503932 L4_control_B1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.345096208 L4_control_B2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.019251359 L4_control_B3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.730371583 L4_control_C2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.515340909 L4_control_C3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.084487879 L4_chemical_A1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.213911547 L4_chemical_A2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.836575481 L4_chemical_A3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.164867174 L4_chemical_B1 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.272619736 L4_chemical_B2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.064281927 L4_chemical_B3 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.551453496 L4_chemical_C2 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 6.557731609 L4_chemical_C3 +LQ01X003320 Putative uncharacterized protein 7.806239945 C6_control_A1 +LQ01X003320 Putative uncharacterized protein 6.492343928 C6_control_A3 +LQ01X003320 Putative uncharacterized protein 7.432930927 C6_control_B1 +LQ01X003320 Putative uncharacterized protein 7.229688192 C6_control_B2 +LQ01X003320 Putative uncharacterized protein 7.162702671 C6_control_B3 +LQ01X003320 Putative uncharacterized protein 7.346513683 C6_control_C1 +LQ01X003320 Putative uncharacterized protein 6.671350848 C6_control_C2 +LQ01X003320 Putative uncharacterized protein 7.499933293 C6_control_C3 +LQ01X003320 Putative uncharacterized protein 7.297006518 C6_chemical_A1 +LQ01X003320 Putative uncharacterized protein 7.133404353 C6_chemical_A3 +LQ01X003320 Putative uncharacterized protein 7.354239556 C6_chemical_B1 +LQ01X003320 Putative uncharacterized protein 7.175342499 C6_chemical_B2 +LQ01X003320 Putative uncharacterized protein 7.30207334 C6_chemical_B3 +LQ01X003320 Putative uncharacterized protein 7.586737838 C6_chemical_C1 +LQ01X003320 Putative uncharacterized protein 6.922555331 C6_chemical_C2 +LQ01X003320 Putative uncharacterized protein 8.007358719 C6_chemical_C3 +LQ01X003320 Putative uncharacterized protein 6.725398303 L4_control_A1 +LQ01X003320 Putative uncharacterized protein 6.630982314 L4_control_A2 +LQ01X003320 Putative uncharacterized protein 6.872811404 L4_control_A3 +LQ01X003320 Putative uncharacterized protein 6.642687798 L4_control_B1 +LQ01X003320 Putative uncharacterized protein 6.639155627 L4_control_B2 +LQ01X003320 Putative uncharacterized protein 7.020594788 L4_control_B3 +LQ01X003320 Putative uncharacterized protein 6.419172461 L4_control_C2 +LQ01X003320 Putative uncharacterized protein 6.974998692 L4_control_C3 +LQ01X003320 Putative uncharacterized protein 6.936870179 L4_chemical_A1 +LQ01X003320 Putative uncharacterized protein 6.494032814 L4_chemical_A2 +LQ01X003320 Putative uncharacterized protein 6.593194628 L4_chemical_A3 +LQ01X003320 Putative uncharacterized protein 6.461901662 L4_chemical_B1 +LQ01X003320 Putative uncharacterized protein 6.678916636 L4_chemical_B2 +LQ01X003320 Putative uncharacterized protein 6.961954904 L4_chemical_B3 +LQ01X003320 Putative uncharacterized protein 6.579210054 L4_chemical_C2 +LQ01X003320 Putative uncharacterized protein 6.041962401 L4_chemical_C3 +LQ01X003340 Putative Lymphoid-specific helicase 8.324772461 C6_control_A1 +LQ01X003340 Putative Lymphoid-specific helicase 8.762330728 C6_control_A3 +LQ01X003340 Putative Lymphoid-specific helicase 6.121845703 C6_control_B1 +LQ01X003340 Putative Lymphoid-specific helicase 5.961508912 C6_control_B2 +LQ01X003340 Putative Lymphoid-specific helicase 5.638875467 C6_control_B3 +LQ01X003340 Putative Lymphoid-specific helicase 7.230351285 C6_control_C1 +LQ01X003340 Putative Lymphoid-specific helicase 6.396235527 C6_control_C2 +LQ01X003340 Putative Lymphoid-specific helicase 6.09877848 C6_control_C3 +LQ01X003340 Putative Lymphoid-specific helicase 8.436455321 C6_chemical_A1 +LQ01X003340 Putative Lymphoid-specific helicase 8.922859581 C6_chemical_A3 +LQ01X003340 Putative Lymphoid-specific helicase 6.187860742 C6_chemical_B1 +LQ01X003340 Putative Lymphoid-specific helicase 5.853943033 C6_chemical_B2 +LQ01X003340 Putative Lymphoid-specific helicase 5.964760335 C6_chemical_B3 +LQ01X003340 Putative Lymphoid-specific helicase 7.381864444 C6_chemical_C1 +LQ01X003340 Putative Lymphoid-specific helicase 6.505707512 C6_chemical_C2 +LQ01X003340 Putative Lymphoid-specific helicase 6.4572869 C6_chemical_C3 +LQ01X003340 Putative Lymphoid-specific helicase 9.301801516 L4_control_A1 +LQ01X003340 Putative Lymphoid-specific helicase 8.865790824 L4_control_A2 +LQ01X003340 Putative Lymphoid-specific helicase 10.02657253 L4_control_A3 +LQ01X003340 Putative Lymphoid-specific helicase 6.453219981 L4_control_B1 +LQ01X003340 Putative Lymphoid-specific helicase 7.127955281 L4_control_B2 +LQ01X003340 Putative Lymphoid-specific helicase 6.653142019 L4_control_B3 +LQ01X003340 Putative Lymphoid-specific helicase 5.912303159 L4_control_C2 +LQ01X003340 Putative Lymphoid-specific helicase 6.00485219 L4_control_C3 +LQ01X003340 Putative Lymphoid-specific helicase 8.132032129 L4_chemical_A1 +LQ01X003340 Putative Lymphoid-specific helicase 7.33732107 L4_chemical_A2 +LQ01X003340 Putative Lymphoid-specific helicase 9.139933599 L4_chemical_A3 +LQ01X003340 Putative Lymphoid-specific helicase 5.546723051 L4_chemical_B1 +LQ01X003340 Putative Lymphoid-specific helicase 6.190759721 L4_chemical_B2 +LQ01X003340 Putative Lymphoid-specific helicase 7.338321266 L4_chemical_B3 +LQ01X003340 Putative Lymphoid-specific helicase 5.4835542 L4_chemical_C2 +LQ01X003340 Putative Lymphoid-specific helicase 6.821826011 L4_chemical_C3 +LQ01X003350 Predicted protein 6.010349413 C6_control_A1 +LQ01X003350 Predicted protein 5.916799529 C6_control_A3 +LQ01X003350 Predicted protein 6.202247765 C6_control_B1 +LQ01X003350 Predicted protein 6.281869124 C6_control_B2 +LQ01X003350 Predicted protein 5.47084703 C6_control_B3 +LQ01X003350 Predicted protein 6.202220054 C6_control_C1 +LQ01X003350 Predicted protein 7.795021239 C6_control_C2 +LQ01X003350 Predicted protein 6.240225671 C6_control_C3 +LQ01X003350 Predicted protein 5.795336183 C6_chemical_A1 +LQ01X003350 Predicted protein 6.006673593 C6_chemical_A3 +LQ01X003350 Predicted protein 6.060561132 C6_chemical_B1 +LQ01X003350 Predicted protein 6.166912906 C6_chemical_B2 +LQ01X003350 Predicted protein 5.719859614 C6_chemical_B3 +LQ01X003350 Predicted protein 6.29999782 C6_chemical_C1 +LQ01X003350 Predicted protein 6.458529781 C6_chemical_C2 +LQ01X003350 Predicted protein 5.935218441 C6_chemical_C3 +LQ01X003350 Predicted protein 5.534954179 L4_control_A1 +LQ01X003350 Predicted protein 5.715361943 L4_control_A2 +LQ01X003350 Predicted protein 5.75464282 L4_control_A3 +LQ01X003350 Predicted protein 5.833232945 L4_control_B1 +LQ01X003350 Predicted protein 6.120656813 L4_control_B2 +LQ01X003350 Predicted protein 5.518662045 L4_control_B3 +LQ01X003350 Predicted protein 5.723458025 L4_control_C2 +LQ01X003350 Predicted protein 5.528269996 L4_control_C3 +LQ01X003350 Predicted protein 6.211455279 L4_chemical_A1 +LQ01X003350 Predicted protein 5.824125849 L4_chemical_A2 +LQ01X003350 Predicted protein 5.970476646 L4_chemical_A3 +LQ01X003350 Predicted protein 5.714279877 L4_chemical_B1 +LQ01X003350 Predicted protein 5.861978548 L4_chemical_B2 +LQ01X003350 Predicted protein 5.601390429 L4_chemical_B3 +LQ01X003350 Predicted protein 5.219725302 L4_chemical_C2 +LQ01X003350 Predicted protein 5.864596136 L4_chemical_C3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.36215605 C6_control_A1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.27106439 C6_control_A3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.03269694 C6_control_B1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.00897722 C6_control_B2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.22293613 C6_control_B3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.56237773 C6_control_C1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.10484556 C6_control_C2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.53758043 C6_control_C3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.30776967 C6_chemical_A1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.58971359 C6_chemical_A3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.80997053 C6_chemical_B1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.02235613 C6_chemical_B2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.17676893 C6_chemical_B3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.30857427 C6_chemical_C1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.00148056 C6_chemical_C2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.61330127 C6_chemical_C3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.1394104 L4_control_A1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.34292175 L4_control_A2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.63849993 L4_control_A3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.89937083 L4_control_B1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.68745103 L4_control_B2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.92646672 L4_control_B3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.00329494 L4_control_C2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.15554803 L4_control_C3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.59667569 L4_chemical_A1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.60839467 L4_chemical_A2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.87005333 L4_chemical_A3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.98636801 L4_chemical_B1 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.37512196 L4_chemical_B2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 13.93498982 L4_chemical_B3 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.0184934 L4_chemical_C2 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.15990469 L4_chemical_C3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.542865705 C6_control_A1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.629389387 C6_control_A3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.843490295 C6_control_B1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.683638097 C6_control_B2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.554011703 C6_control_B3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.308841212 C6_control_C1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.643136752 C6_control_C2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.914794686 C6_control_C3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.441294016 C6_chemical_A1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.88086697 C6_chemical_A3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.051331127 C6_chemical_B1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.764091055 C6_chemical_B2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.793478364 C6_chemical_B3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.565368475 C6_chemical_C1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.657188427 C6_chemical_C2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.759403895 C6_chemical_C3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.775851041 L4_control_A1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 6.23085359 L4_control_A2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 6.520918235 L4_control_A3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 6.125992019 L4_control_B1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.658492412 L4_control_B2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.797123071 L4_control_B3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.521116708 L4_control_C2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.483897262 L4_control_C3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.635528713 L4_chemical_A1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 6.146690721 L4_chemical_A2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.876883521 L4_chemical_A3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 6.264884255 L4_chemical_B1 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.886236814 L4_chemical_B2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.745283872 L4_chemical_B3 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.366242595 L4_chemical_C2 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.100831795 L4_chemical_C3 +LQ01X003380 Putative F-box protein At5g03970 12.03731133 C6_control_A1 +LQ01X003380 Putative F-box protein At5g03970 11.73147414 C6_control_A3 +LQ01X003380 Putative F-box protein At5g03970 12.54323187 C6_control_B1 +LQ01X003380 Putative F-box protein At5g03970 12.25048473 C6_control_B2 +LQ01X003380 Putative F-box protein At5g03970 12.79128228 C6_control_B3 +LQ01X003380 Putative F-box protein At5g03970 12.76416814 C6_control_C1 +LQ01X003380 Putative F-box protein At5g03970 12.94328127 C6_control_C2 +LQ01X003380 Putative F-box protein At5g03970 13.19823201 C6_control_C3 +LQ01X003380 Putative F-box protein At5g03970 12.22634948 C6_chemical_A1 +LQ01X003380 Putative F-box protein At5g03970 12.3286669 C6_chemical_A3 +LQ01X003380 Putative F-box protein At5g03970 12.67799369 C6_chemical_B1 +LQ01X003380 Putative F-box protein At5g03970 12.27136787 C6_chemical_B2 +LQ01X003380 Putative F-box protein At5g03970 13.2107832 C6_chemical_B3 +LQ01X003380 Putative F-box protein At5g03970 12.91384954 C6_chemical_C1 +LQ01X003380 Putative F-box protein At5g03970 13.05531666 C6_chemical_C2 +LQ01X003380 Putative F-box protein At5g03970 13.36268447 C6_chemical_C3 +LQ01X003380 Putative F-box protein At5g03970 12.15713789 L4_control_A1 +LQ01X003380 Putative F-box protein At5g03970 11.83300777 L4_control_A2 +LQ01X003380 Putative F-box protein At5g03970 12.31785537 L4_control_A3 +LQ01X003380 Putative F-box protein At5g03970 13.20594079 L4_control_B1 +LQ01X003380 Putative F-box protein At5g03970 12.9719743 L4_control_B2 +LQ01X003380 Putative F-box protein At5g03970 12.91422184 L4_control_B3 +LQ01X003380 Putative F-box protein At5g03970 14.08964592 L4_control_C2 +LQ01X003380 Putative F-box protein At5g03970 13.63185491 L4_control_C3 +LQ01X003380 Putative F-box protein At5g03970 13.1183911 L4_chemical_A1 +LQ01X003380 Putative F-box protein At5g03970 12.61318589 L4_chemical_A2 +LQ01X003380 Putative F-box protein At5g03970 12.81933267 L4_chemical_A3 +LQ01X003380 Putative F-box protein At5g03970 13.52931072 L4_chemical_B1 +LQ01X003380 Putative F-box protein At5g03970 13.49232872 L4_chemical_B2 +LQ01X003380 Putative F-box protein At5g03970 12.37735159 L4_chemical_B3 +LQ01X003380 Putative F-box protein At5g03970 14.09450383 L4_chemical_C2 +LQ01X003380 Putative F-box protein At5g03970 13.81383781 L4_chemical_C3 +LQ01X003400 Putative uncharacterized protein 13.2614135 C6_control_A1 +LQ01X003400 Putative uncharacterized protein 12.88986128 C6_control_A3 +LQ01X003400 Putative uncharacterized protein 14.01095762 C6_control_B1 +LQ01X003400 Putative uncharacterized protein 14.92415027 C6_control_B2 +LQ01X003400 Putative uncharacterized protein 15.15904832 C6_control_B3 +LQ01X003400 Putative uncharacterized protein 15.01881586 C6_control_C1 +LQ01X003400 Putative uncharacterized protein 14.61773139 C6_control_C2 +LQ01X003400 Putative uncharacterized protein 14.99230672 C6_control_C3 +LQ01X003400 Putative uncharacterized protein 13.31564605 C6_chemical_A1 +LQ01X003400 Putative uncharacterized protein 13.27532 C6_chemical_A3 +LQ01X003400 Putative uncharacterized protein 14.50333506 C6_chemical_B1 +LQ01X003400 Putative uncharacterized protein 14.56245046 C6_chemical_B2 +LQ01X003400 Putative uncharacterized protein 14.91210625 C6_chemical_B3 +LQ01X003400 Putative uncharacterized protein 14.68980499 C6_chemical_C1 +LQ01X003400 Putative uncharacterized protein 14.71405169 C6_chemical_C2 +LQ01X003400 Putative uncharacterized protein 14.6083481 C6_chemical_C3 +LQ01X003400 Putative uncharacterized protein 12.37388897 L4_control_A1 +LQ01X003400 Putative uncharacterized protein 13.41235372 L4_control_A2 +LQ01X003400 Putative uncharacterized protein 13.20011374 L4_control_A3 +LQ01X003400 Putative uncharacterized protein 14.2012966 L4_control_B1 +LQ01X003400 Putative uncharacterized protein 14.23486397 L4_control_B2 +LQ01X003400 Putative uncharacterized protein 15.03560625 L4_control_B3 +LQ01X003400 Putative uncharacterized protein 14.85186036 L4_control_C2 +LQ01X003400 Putative uncharacterized protein 14.75639607 L4_control_C3 +LQ01X003400 Putative uncharacterized protein 11.88999789 L4_chemical_A1 +LQ01X003400 Putative uncharacterized protein 13.08804967 L4_chemical_A2 +LQ01X003400 Putative uncharacterized protein 12.30634513 L4_chemical_A3 +LQ01X003400 Putative uncharacterized protein 13.78324459 L4_chemical_B1 +LQ01X003400 Putative uncharacterized protein 14.27497747 L4_chemical_B2 +LQ01X003400 Putative uncharacterized protein 13.91105457 L4_chemical_B3 +LQ01X003400 Putative uncharacterized protein 14.5997308 L4_chemical_C2 +LQ01X003400 Putative uncharacterized protein 14.73961179 L4_chemical_C3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.964934138 C6_control_A1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.981411505 C6_control_A3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.352265005 C6_control_B1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.833180942 C6_control_B2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.099367911 C6_control_B3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.575127668 C6_control_C1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.789694956 C6_control_C2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.686855255 C6_control_C3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.820729854 C6_chemical_A1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.650267437 C6_chemical_A3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.40176389 C6_chemical_B1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.835359806 C6_chemical_B2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.371604147 C6_chemical_B3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.585810487 C6_chemical_C1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.401493329 C6_chemical_C2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.768241915 C6_chemical_C3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.860652207 L4_control_A1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.240789061 L4_control_A2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.638858988 L4_control_A3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 7.027165267 L4_control_B1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.645816062 L4_control_B2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.205898821 L4_control_B3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.555121756 L4_control_C2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.186380473 L4_control_C3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.090228754 L4_chemical_A1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.587092949 L4_chemical_A2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.836711968 L4_chemical_A3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.636144012 L4_chemical_B1 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 7.088368134 L4_chemical_B2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.089101691 L4_chemical_B3 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.380286864 L4_chemical_C2 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 6.407553922 L4_chemical_C3 +LQ01X003440 Putative Polyol transporter 5 6.055166319 C6_control_A1 +LQ01X003440 Putative Polyol transporter 5 5.821634608 C6_control_A3 +LQ01X003440 Putative Polyol transporter 5 5.272100411 C6_control_B1 +LQ01X003440 Putative Polyol transporter 5 5.768779459 C6_control_B2 +LQ01X003440 Putative Polyol transporter 5 6.155034723 C6_control_B3 +LQ01X003440 Putative Polyol transporter 5 5.337083269 C6_control_C1 +LQ01X003440 Putative Polyol transporter 5 5.1999115 C6_control_C2 +LQ01X003440 Putative Polyol transporter 5 5.333177116 C6_control_C3 +LQ01X003440 Putative Polyol transporter 5 5.99830475 C6_chemical_A1 +LQ01X003440 Putative Polyol transporter 5 5.881372868 C6_chemical_A3 +LQ01X003440 Putative Polyol transporter 5 5.819987884 C6_chemical_B1 +LQ01X003440 Putative Polyol transporter 5 5.66742412 C6_chemical_B2 +LQ01X003440 Putative Polyol transporter 5 5.835635846 C6_chemical_B3 +LQ01X003440 Putative Polyol transporter 5 5.143296701 C6_chemical_C1 +LQ01X003440 Putative Polyol transporter 5 5.740825345 C6_chemical_C2 +LQ01X003440 Putative Polyol transporter 5 5.117719995 C6_chemical_C3 +LQ01X003440 Putative Polyol transporter 5 5.694487078 L4_control_A1 +LQ01X003440 Putative Polyol transporter 5 5.738172662 L4_control_A2 +LQ01X003440 Putative Polyol transporter 5 6.135007387 L4_control_A3 +LQ01X003440 Putative Polyol transporter 5 6.061940106 L4_control_B1 +LQ01X003440 Putative Polyol transporter 5 5.392765603 L4_control_B2 +LQ01X003440 Putative Polyol transporter 5 6.112428597 L4_control_B3 +LQ01X003440 Putative Polyol transporter 5 5.297834365 L4_control_C2 +LQ01X003440 Putative Polyol transporter 5 5.345490921 L4_control_C3 +LQ01X003440 Putative Polyol transporter 5 5.59636471 L4_chemical_A1 +LQ01X003440 Putative Polyol transporter 5 6.400673458 L4_chemical_A2 +LQ01X003440 Putative Polyol transporter 5 6.218292084 L4_chemical_A3 +LQ01X003440 Putative Polyol transporter 5 5.947973873 L4_chemical_B1 +LQ01X003440 Putative Polyol transporter 5 5.467758161 L4_chemical_B2 +LQ01X003440 Putative Polyol transporter 5 5.860977561 L4_chemical_B3 +LQ01X003440 Putative Polyol transporter 5 5.61277561 L4_chemical_C2 +LQ01X003440 Putative Polyol transporter 5 5.282752318 L4_chemical_C3 +LQ01X003480 Splicing factor 3B subunit 4 6.171453087 C6_control_A1 +LQ01X003480 Splicing factor 3B subunit 4 5.696240608 C6_control_A3 +LQ01X003480 Splicing factor 3B subunit 4 5.5008248 C6_control_B1 +LQ01X003480 Splicing factor 3B subunit 4 6.598008391 C6_control_B2 +LQ01X003480 Splicing factor 3B subunit 4 6.138906087 C6_control_B3 +LQ01X003480 Splicing factor 3B subunit 4 6.061263037 C6_control_C1 +LQ01X003480 Splicing factor 3B subunit 4 5.795143893 C6_control_C2 +LQ01X003480 Splicing factor 3B subunit 4 6.610636298 C6_control_C3 +LQ01X003480 Splicing factor 3B subunit 4 6.389886575 C6_chemical_A1 +LQ01X003480 Splicing factor 3B subunit 4 5.695399932 C6_chemical_A3 +LQ01X003480 Splicing factor 3B subunit 4 5.333987594 C6_chemical_B1 +LQ01X003480 Splicing factor 3B subunit 4 6.369575042 C6_chemical_B2 +LQ01X003480 Splicing factor 3B subunit 4 5.767260028 C6_chemical_B3 +LQ01X003480 Splicing factor 3B subunit 4 6.129094959 C6_chemical_C1 +LQ01X003480 Splicing factor 3B subunit 4 6.433453204 C6_chemical_C2 +LQ01X003480 Splicing factor 3B subunit 4 6.395853329 C6_chemical_C3 +LQ01X003480 Splicing factor 3B subunit 4 5.934874045 L4_control_A1 +LQ01X003480 Splicing factor 3B subunit 4 5.679469995 L4_control_A2 +LQ01X003480 Splicing factor 3B subunit 4 6.701010281 L4_control_A3 +LQ01X003480 Splicing factor 3B subunit 4 5.771680626 L4_control_B1 +LQ01X003480 Splicing factor 3B subunit 4 5.906486711 L4_control_B2 +LQ01X003480 Splicing factor 3B subunit 4 6.033285696 L4_control_B3 +LQ01X003480 Splicing factor 3B subunit 4 5.696591639 L4_control_C2 +LQ01X003480 Splicing factor 3B subunit 4 5.412540103 L4_control_C3 +LQ01X003480 Splicing factor 3B subunit 4 5.816026908 L4_chemical_A1 +LQ01X003480 Splicing factor 3B subunit 4 5.804956897 L4_chemical_A2 +LQ01X003480 Splicing factor 3B subunit 4 6.631022128 L4_chemical_A3 +LQ01X003480 Splicing factor 3B subunit 4 6.128910864 L4_chemical_B1 +LQ01X003480 Splicing factor 3B subunit 4 6.390169241 L4_chemical_B2 +LQ01X003480 Splicing factor 3B subunit 4 6.30624327 L4_chemical_B3 +LQ01X003480 Splicing factor 3B subunit 4 6.06710316 L4_chemical_C2 +LQ01X003480 Splicing factor 3B subunit 4 5.88024713 L4_chemical_C3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.14845012 C6_control_A1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 11.60537715 C6_control_A3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.16933962 C6_control_B1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 8.998715109 C6_control_B2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.60617906 C6_control_B3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 9.996973349 C6_control_C1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 9.868926047 C6_control_C2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.21689318 C6_control_C3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.06309526 C6_chemical_A1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 11.47379786 C6_chemical_A3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.48698298 C6_chemical_B1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 9.037126367 C6_chemical_B2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.92812709 C6_chemical_B3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.07950182 C6_chemical_C1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.0020648 C6_chemical_C2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.70552224 C6_chemical_C3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.83193088 L4_control_A1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 9.708107385 L4_control_A2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 12.04373341 L4_control_A3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.50890599 L4_control_B1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.50444183 L4_control_B2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 11.04549453 L4_control_B3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.92360881 L4_control_C2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 11.90771604 L4_control_C3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.45129544 L4_chemical_A1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 9.564337814 L4_chemical_A2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 11.72400594 L4_chemical_A3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.75312317 L4_chemical_B1 +LQ01X003500 U2 snRNP auxiliary factor large subunit 9.713222134 L4_chemical_B2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 11.09355511 L4_chemical_B3 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.69785375 L4_chemical_C2 +LQ01X003500 U2 snRNP auxiliary factor large subunit 11.79200135 L4_chemical_C3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.204651702 C6_control_A1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.344813648 C6_control_A3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.41484406 C6_control_B1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.264947808 C6_control_B2 +LQ01X003510 DNA-directed RNA polymerase, putative 5.420704604 C6_control_B3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.219627432 C6_control_C1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.198725965 C6_control_C2 +LQ01X003510 DNA-directed RNA polymerase, putative 4.862271465 C6_control_C3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.790503258 C6_chemical_A1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.443575384 C6_chemical_A3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.199757739 C6_chemical_B1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.050550917 C6_chemical_B2 +LQ01X003510 DNA-directed RNA polymerase, putative 5.488341801 C6_chemical_B3 +LQ01X003510 DNA-directed RNA polymerase, putative 4.753761577 C6_chemical_C1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.067175562 C6_chemical_C2 +LQ01X003510 DNA-directed RNA polymerase, putative 5.305392337 C6_chemical_C3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.412072779 L4_control_A1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.659164161 L4_control_A2 +LQ01X003510 DNA-directed RNA polymerase, putative 6.290831333 L4_control_A3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.746064838 L4_control_B1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.565773479 L4_control_B2 +LQ01X003510 DNA-directed RNA polymerase, putative 5.526560278 L4_control_B3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.337792204 L4_control_C2 +LQ01X003510 DNA-directed RNA polymerase, putative 4.823959117 L4_control_C3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.196686223 L4_chemical_A1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.988077441 L4_chemical_A2 +LQ01X003510 DNA-directed RNA polymerase, putative 6.266527424 L4_chemical_A3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.396819012 L4_chemical_B1 +LQ01X003510 DNA-directed RNA polymerase, putative 5.519696098 L4_chemical_B2 +LQ01X003510 DNA-directed RNA polymerase, putative 5.381455894 L4_chemical_B3 +LQ01X003510 DNA-directed RNA polymerase, putative 5.645237455 L4_chemical_C2 +LQ01X003510 DNA-directed RNA polymerase, putative 5.24642061 L4_chemical_C3 +LQ01X003520 Predicted protein 12.3798684 C6_control_A1 +LQ01X003520 Predicted protein 12.69248265 C6_control_A3 +LQ01X003520 Predicted protein 11.89772275 C6_control_B1 +LQ01X003520 Predicted protein 13.47400787 C6_control_B2 +LQ01X003520 Predicted protein 12.3834752 C6_control_B3 +LQ01X003520 Predicted protein 13.90252957 C6_control_C1 +LQ01X003520 Predicted protein 14.08442963 C6_control_C2 +LQ01X003520 Predicted protein 14.18034308 C6_control_C3 +LQ01X003520 Predicted protein 12.27840345 C6_chemical_A1 +LQ01X003520 Predicted protein 11.726863 C6_chemical_A3 +LQ01X003520 Predicted protein 11.94302771 C6_chemical_B1 +LQ01X003520 Predicted protein 13.10985867 C6_chemical_B2 +LQ01X003520 Predicted protein 12.76172443 C6_chemical_B3 +LQ01X003520 Predicted protein 13.67044523 C6_chemical_C1 +LQ01X003520 Predicted protein 13.73538258 C6_chemical_C2 +LQ01X003520 Predicted protein 14.24177141 C6_chemical_C3 +LQ01X003520 Predicted protein 12.47623248 L4_control_A1 +LQ01X003520 Predicted protein 12.71411505 L4_control_A2 +LQ01X003520 Predicted protein 12.63076913 L4_control_A3 +LQ01X003520 Predicted protein 11.61177097 L4_control_B1 +LQ01X003520 Predicted protein 10.4595771 L4_control_B2 +LQ01X003520 Predicted protein 12.53452609 L4_control_B3 +LQ01X003520 Predicted protein 12.02236165 L4_control_C2 +LQ01X003520 Predicted protein 12.53534005 L4_control_C3 +LQ01X003520 Predicted protein 12.98957308 L4_chemical_A1 +LQ01X003520 Predicted protein 13.27435583 L4_chemical_A2 +LQ01X003520 Predicted protein 12.96675387 L4_chemical_A3 +LQ01X003520 Predicted protein 11.66766278 L4_chemical_B1 +LQ01X003520 Predicted protein 11.82971434 L4_chemical_B2 +LQ01X003520 Predicted protein 12.64498291 L4_chemical_B3 +LQ01X003520 Predicted protein 11.75048089 L4_chemical_C2 +LQ01X003520 Predicted protein 12.23815349 L4_chemical_C3 +LQ01X003540 Probable protein phosphatase 2C 80 12.34504283 C6_control_A1 +LQ01X003540 Probable protein phosphatase 2C 80 12.72592577 C6_control_A3 +LQ01X003540 Probable protein phosphatase 2C 80 11.65759204 C6_control_B1 +LQ01X003540 Probable protein phosphatase 2C 80 11.77045757 C6_control_B2 +LQ01X003540 Probable protein phosphatase 2C 80 11.67592016 C6_control_B3 +LQ01X003540 Probable protein phosphatase 2C 80 13.01990869 C6_control_C1 +LQ01X003540 Probable protein phosphatase 2C 80 12.6937952 C6_control_C2 +LQ01X003540 Probable protein phosphatase 2C 80 12.6091058 C6_control_C3 +LQ01X003540 Probable protein phosphatase 2C 80 12.605606 C6_chemical_A1 +LQ01X003540 Probable protein phosphatase 2C 80 12.94455894 C6_chemical_A3 +LQ01X003540 Probable protein phosphatase 2C 80 11.75593835 C6_chemical_B1 +LQ01X003540 Probable protein phosphatase 2C 80 11.91777204 C6_chemical_B2 +LQ01X003540 Probable protein phosphatase 2C 80 11.79479329 C6_chemical_B3 +LQ01X003540 Probable protein phosphatase 2C 80 13.36952002 C6_chemical_C1 +LQ01X003540 Probable protein phosphatase 2C 80 13.21700077 C6_chemical_C2 +LQ01X003540 Probable protein phosphatase 2C 80 12.37332288 C6_chemical_C3 +LQ01X003540 Probable protein phosphatase 2C 80 12.52702362 L4_control_A1 +LQ01X003540 Probable protein phosphatase 2C 80 12.25990636 L4_control_A2 +LQ01X003540 Probable protein phosphatase 2C 80 12.86285188 L4_control_A3 +LQ01X003540 Probable protein phosphatase 2C 80 11.94044042 L4_control_B1 +LQ01X003540 Probable protein phosphatase 2C 80 11.45378332 L4_control_B2 +LQ01X003540 Probable protein phosphatase 2C 80 11.75423883 L4_control_B3 +LQ01X003540 Probable protein phosphatase 2C 80 11.80756921 L4_control_C2 +LQ01X003540 Probable protein phosphatase 2C 80 12.34035153 L4_control_C3 +LQ01X003540 Probable protein phosphatase 2C 80 13.35270437 L4_chemical_A1 +LQ01X003540 Probable protein phosphatase 2C 80 13.33780826 L4_chemical_A2 +LQ01X003540 Probable protein phosphatase 2C 80 13.08409674 L4_chemical_A3 +LQ01X003540 Probable protein phosphatase 2C 80 11.94015938 L4_chemical_B1 +LQ01X003540 Probable protein phosphatase 2C 80 11.76985305 L4_chemical_B2 +LQ01X003540 Probable protein phosphatase 2C 80 12.22514886 L4_chemical_B3 +LQ01X003540 Probable protein phosphatase 2C 80 12.33256606 L4_chemical_C2 +LQ01X003540 Probable protein phosphatase 2C 80 12.78293478 L4_chemical_C3 +LQ01X003610 Minor allergen Alt a 7 12.87598467 C6_control_A1 +LQ01X003610 Minor allergen Alt a 7 13.39207795 C6_control_A3 +LQ01X003610 Minor allergen Alt a 7 12.95073847 C6_control_B1 +LQ01X003610 Minor allergen Alt a 7 13.13753936 C6_control_B2 +LQ01X003610 Minor allergen Alt a 7 13.30200573 C6_control_B3 +LQ01X003610 Minor allergen Alt a 7 13.20627618 C6_control_C1 +LQ01X003610 Minor allergen Alt a 7 13.25830484 C6_control_C2 +LQ01X003610 Minor allergen Alt a 7 13.05810936 C6_control_C3 +LQ01X003610 Minor allergen Alt a 7 12.96379991 C6_chemical_A1 +LQ01X003610 Minor allergen Alt a 7 13.04065955 C6_chemical_A3 +LQ01X003610 Minor allergen Alt a 7 13.02921786 C6_chemical_B1 +LQ01X003610 Minor allergen Alt a 7 12.82591758 C6_chemical_B2 +LQ01X003610 Minor allergen Alt a 7 12.93076082 C6_chemical_B3 +LQ01X003610 Minor allergen Alt a 7 12.99215047 C6_chemical_C1 +LQ01X003610 Minor allergen Alt a 7 13.09061791 C6_chemical_C2 +LQ01X003610 Minor allergen Alt a 7 12.8231382 C6_chemical_C3 +LQ01X003610 Minor allergen Alt a 7 13.31680539 L4_control_A1 +LQ01X003610 Minor allergen Alt a 7 13.23527237 L4_control_A2 +LQ01X003610 Minor allergen Alt a 7 13.69829593 L4_control_A3 +LQ01X003610 Minor allergen Alt a 7 12.80921281 L4_control_B1 +LQ01X003610 Minor allergen Alt a 7 12.78773439 L4_control_B2 +LQ01X003610 Minor allergen Alt a 7 13.0439739 L4_control_B3 +LQ01X003610 Minor allergen Alt a 7 13.01045591 L4_control_C2 +LQ01X003610 Minor allergen Alt a 7 13.18730493 L4_control_C3 +LQ01X003610 Minor allergen Alt a 7 13.22263624 L4_chemical_A1 +LQ01X003610 Minor allergen Alt a 7 13.19116581 L4_chemical_A2 +LQ01X003610 Minor allergen Alt a 7 13.45803433 L4_chemical_A3 +LQ01X003610 Minor allergen Alt a 7 12.96767954 L4_chemical_B1 +LQ01X003610 Minor allergen Alt a 7 12.65124467 L4_chemical_B2 +LQ01X003610 Minor allergen Alt a 7 12.94654085 L4_chemical_B3 +LQ01X003610 Minor allergen Alt a 7 13.09402095 L4_chemical_C2 +LQ01X003610 Minor allergen Alt a 7 12.9542122 L4_chemical_C3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.6613603 C6_control_A1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.79576287 C6_control_A3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.54470652 C6_control_B1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.57496215 C6_control_B2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.62148246 C6_control_B3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.43394236 C6_control_C1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.36241236 C6_control_C2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.46448874 C6_control_C3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.94195901 C6_chemical_A1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 13.01606677 C6_chemical_A3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.54363192 C6_chemical_B1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.60360915 C6_chemical_B2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.58009551 C6_chemical_B3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.57305478 C6_chemical_C1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.51276593 C6_chemical_C2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.54509 C6_chemical_C3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.72483041 L4_control_A1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.68828186 L4_control_A2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.58807511 L4_control_A3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.55692677 L4_control_B1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.60831931 L4_control_B2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.63857023 L4_control_B3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.52996765 L4_control_C2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.947995 L4_control_C3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 13.06837103 L4_chemical_A1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 13.0897907 L4_chemical_A2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.59356823 L4_chemical_A3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.95267137 L4_chemical_B1 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.58974744 L4_chemical_B2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.68687128 L4_chemical_B3 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.48239676 L4_chemical_C2 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.94384712 L4_chemical_C3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.50464999 C6_control_A1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.095214564 C6_control_A3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.004314846 C6_control_B1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.090670705 C6_control_B2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.041230041 C6_control_B3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.265908731 C6_control_C1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 5.506022243 C6_control_C2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.132449708 C6_control_C3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.300655904 C6_chemical_A1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.53353129 C6_chemical_A3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 5.71922438 C6_chemical_B1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 5.704752325 C6_chemical_B2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.294044007 C6_chemical_B3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 5.767931373 C6_chemical_C1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 5.576874572 C6_chemical_C2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.678301355 C6_chemical_C3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.276258536 L4_control_A1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.632657258 L4_control_A2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.528460241 L4_control_A3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.311546237 L4_control_B1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.267032522 L4_control_B2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.702952219 L4_control_B3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.395675883 L4_control_C2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.188662174 L4_control_C3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.194586605 L4_chemical_A1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.275182016 L4_chemical_A2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.594284263 L4_chemical_A3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.828651567 L4_chemical_B1 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.914755463 L4_chemical_B2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.128758162 L4_chemical_B3 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.505024928 L4_chemical_C2 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 6.090005684 L4_chemical_C3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.792221839 C6_control_A1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 7.430408257 C6_control_A3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.720812861 C6_control_B1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.08644447 C6_control_B2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.780953819 C6_control_B3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 5.231779135 C6_control_C1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.051723052 C6_control_C2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 5.375512358 C6_control_C3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.821754124 C6_chemical_A1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.739770875 C6_chemical_A3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.034309793 C6_chemical_B1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.013233291 C6_chemical_B2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.117463449 C6_chemical_B3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 5.575163237 C6_chemical_C1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 5.760395394 C6_chemical_C2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 5.230933082 C6_chemical_C3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.256763084 L4_control_A1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 7.120687688 L4_control_A2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 7.17272696 L4_control_A3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.12743681 L4_control_B1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.924301051 L4_control_B2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.588989177 L4_control_B3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 5.369778894 L4_control_C2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 5.284878475 L4_control_C3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.66899111 L4_chemical_A1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 7.119080093 L4_chemical_A2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 8.061588586 L4_chemical_A3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 7.496930813 L4_chemical_B1 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 7.126549481 L4_chemical_B2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.716189202 L4_chemical_B3 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.065084774 L4_chemical_C2 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.035499035 L4_chemical_C3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.83384259 C6_control_A1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.47871537 C6_control_A3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 12.2800754 C6_control_B1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.16794866 C6_control_B2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.78559321 C6_control_B3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.30129536 C6_control_C1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.63489743 C6_control_C2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.18720973 C6_control_C3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 12.25775891 C6_chemical_A1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.66704961 C6_chemical_A3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 12.3914425 C6_chemical_B1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.92363422 C6_chemical_B2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.45936061 C6_chemical_B3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.11649999 C6_chemical_C1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.76578269 C6_chemical_C2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.19392871 C6_chemical_C3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.65298041 L4_control_A1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.49880684 L4_control_A2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.79006059 L4_control_A3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.63186927 L4_control_B1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.86014463 L4_control_B2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.33969225 L4_control_B3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.86489789 L4_control_C2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.11764937 L4_control_C3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.14313592 L4_chemical_A1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.20220556 L4_chemical_A2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.96215677 L4_chemical_A3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.73602821 L4_chemical_B1 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 11.50365303 L4_chemical_B2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.80216731 L4_chemical_B3 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.38793208 L4_chemical_C2 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 10.01292812 L4_chemical_C3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.847027362 C6_control_A1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 6.63579662 C6_control_A3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.643115955 C6_control_B1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 6.025956498 C6_control_B2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.633854713 C6_control_B3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.628959857 C6_control_C1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 6.669463153 C6_control_C2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.663885051 C6_control_C3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.568930062 C6_chemical_A1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.892771561 C6_chemical_A3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.495016221 C6_chemical_B1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.840956288 C6_chemical_B2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.599690026 C6_chemical_B3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.731493184 C6_chemical_C1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.747837794 C6_chemical_C2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.904164039 C6_chemical_C3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.61906019 L4_control_A1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.693308581 L4_control_A2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 6.082105194 L4_control_A3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.82659416 L4_control_B1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 6.147978629 L4_control_B2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.626358036 L4_control_B3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.095688859 L4_control_C2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.749383107 L4_control_C3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.496935845 L4_chemical_A1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 6.095705764 L4_chemical_A2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 6.040244705 L4_chemical_A3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.996819108 L4_chemical_B1 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.964034731 L4_chemical_B2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.750242204 L4_chemical_B3 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.753095334 L4_chemical_C2 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.911855263 L4_chemical_C3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 13.26042002 C6_control_A1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.96899782 C6_control_A3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.8559617 C6_control_B1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 14.27881947 C6_control_B2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 13.09235713 C6_control_B3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 14.2387629 C6_control_C1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 14.83397894 C6_control_C2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 14.50247351 C6_control_C3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.92456147 C6_chemical_A1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.47190194 C6_chemical_A3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.6234391 C6_chemical_B1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 14.40182116 C6_chemical_B2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 13.22125312 C6_chemical_B3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 14.13343299 C6_chemical_C1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 14.32755787 C6_chemical_C2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 14.1259993 C6_chemical_C3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.81197452 L4_control_A1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.83971501 L4_control_A2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.0473791 L4_control_A3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.94389436 L4_control_B1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.19810934 L4_control_B2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 13.83821427 L4_control_B3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.55202852 L4_control_C2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.8196706 L4_control_C3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.75094772 L4_chemical_A1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.27363503 L4_chemical_A2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.46293581 L4_chemical_A3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 11.59364282 L4_chemical_B1 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.00033845 L4_chemical_B2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 13.37485945 L4_chemical_B3 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.46200817 L4_chemical_C2 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 13.08993865 L4_chemical_C3 +LQ01X003750 UPF0496 protein At2g18630 5.382363354 C6_control_A1 +LQ01X003750 UPF0496 protein At2g18630 5.773397587 C6_control_A3 +LQ01X003750 UPF0496 protein At2g18630 5.629736488 C6_control_B1 +LQ01X003750 UPF0496 protein At2g18630 6.199096119 C6_control_B2 +LQ01X003750 UPF0496 protein At2g18630 5.930597006 C6_control_B3 +LQ01X003750 UPF0496 protein At2g18630 5.624463913 C6_control_C1 +LQ01X003750 UPF0496 protein At2g18630 6.060958677 C6_control_C2 +LQ01X003750 UPF0496 protein At2g18630 5.551948609 C6_control_C3 +LQ01X003750 UPF0496 protein At2g18630 5.340571535 C6_chemical_A1 +LQ01X003750 UPF0496 protein At2g18630 5.642531722 C6_chemical_A3 +LQ01X003750 UPF0496 protein At2g18630 5.623469905 C6_chemical_B1 +LQ01X003750 UPF0496 protein At2g18630 5.626940028 C6_chemical_B2 +LQ01X003750 UPF0496 protein At2g18630 5.214764615 C6_chemical_B3 +LQ01X003750 UPF0496 protein At2g18630 5.606518218 C6_chemical_C1 +LQ01X003750 UPF0496 protein At2g18630 5.439500984 C6_chemical_C2 +LQ01X003750 UPF0496 protein At2g18630 5.381583071 C6_chemical_C3 +LQ01X003750 UPF0496 protein At2g18630 5.414912589 L4_control_A1 +LQ01X003750 UPF0496 protein At2g18630 5.159586356 L4_control_A2 +LQ01X003750 UPF0496 protein At2g18630 5.445727444 L4_control_A3 +LQ01X003750 UPF0496 protein At2g18630 5.282246531 L4_control_B1 +LQ01X003750 UPF0496 protein At2g18630 5.857690304 L4_control_B2 +LQ01X003750 UPF0496 protein At2g18630 5.739274032 L4_control_B3 +LQ01X003750 UPF0496 protein At2g18630 5.539564969 L4_control_C2 +LQ01X003750 UPF0496 protein At2g18630 5.950438276 L4_control_C3 +LQ01X003750 UPF0496 protein At2g18630 5.647763673 L4_chemical_A1 +LQ01X003750 UPF0496 protein At2g18630 5.440654216 L4_chemical_A2 +LQ01X003750 UPF0496 protein At2g18630 5.81891044 L4_chemical_A3 +LQ01X003750 UPF0496 protein At2g18630 5.629413263 L4_chemical_B1 +LQ01X003750 UPF0496 protein At2g18630 5.286926443 L4_chemical_B2 +LQ01X003750 UPF0496 protein At2g18630 5.422285214 L4_chemical_B3 +LQ01X003750 UPF0496 protein At2g18630 5.258956963 L4_chemical_C2 +LQ01X003750 UPF0496 protein At2g18630 5.819072169 L4_chemical_C3 +LQ01X003770 Putative uncharacterized protein 4.929854938 C6_control_A1 +LQ01X003770 Putative uncharacterized protein 5.034622043 C6_control_A3 +LQ01X003770 Putative uncharacterized protein 4.97541209 C6_control_B1 +LQ01X003770 Putative uncharacterized protein 5.098004063 C6_control_B2 +LQ01X003770 Putative uncharacterized protein 5.141800709 C6_control_B3 +LQ01X003770 Putative uncharacterized protein 5.002050796 C6_control_C1 +LQ01X003770 Putative uncharacterized protein 4.83774794 C6_control_C2 +LQ01X003770 Putative uncharacterized protein 5.473166666 C6_control_C3 +LQ01X003770 Putative uncharacterized protein 4.865034429 C6_chemical_A1 +LQ01X003770 Putative uncharacterized protein 4.931014549 C6_chemical_A3 +LQ01X003770 Putative uncharacterized protein 5.374010275 C6_chemical_B1 +LQ01X003770 Putative uncharacterized protein 5.022780368 C6_chemical_B2 +LQ01X003770 Putative uncharacterized protein 5.221116365 C6_chemical_B3 +LQ01X003770 Putative uncharacterized protein 4.694727273 C6_chemical_C1 +LQ01X003770 Putative uncharacterized protein 4.902434522 C6_chemical_C2 +LQ01X003770 Putative uncharacterized protein 5.508986891 C6_chemical_C3 +LQ01X003770 Putative uncharacterized protein 4.81813149 L4_control_A1 +LQ01X003770 Putative uncharacterized protein 5.309424096 L4_control_A2 +LQ01X003770 Putative uncharacterized protein 5.311357406 L4_control_A3 +LQ01X003770 Putative uncharacterized protein 5.575876808 L4_control_B1 +LQ01X003770 Putative uncharacterized protein 4.982850632 L4_control_B2 +LQ01X003770 Putative uncharacterized protein 5.100603251 L4_control_B3 +LQ01X003770 Putative uncharacterized protein 5.182891028 L4_control_C2 +LQ01X003770 Putative uncharacterized protein 5.000568203 L4_control_C3 +LQ01X003770 Putative uncharacterized protein 4.931545252 L4_chemical_A1 +LQ01X003770 Putative uncharacterized protein 4.990656417 L4_chemical_A2 +LQ01X003770 Putative uncharacterized protein 5.098418818 L4_chemical_A3 +LQ01X003770 Putative uncharacterized protein 5.08644238 L4_chemical_B1 +LQ01X003770 Putative uncharacterized protein 5.508351084 L4_chemical_B2 +LQ01X003770 Putative uncharacterized protein 5.070512465 L4_chemical_B3 +LQ01X003770 Putative uncharacterized protein 4.675376034 L4_chemical_C2 +LQ01X003770 Putative uncharacterized protein 5.009871808 L4_chemical_C3 +LQ01X003800 Putative uncharacterized protein 12.04231709 C6_control_A1 +LQ01X003800 Putative uncharacterized protein 12.01214715 C6_control_A3 +LQ01X003800 Putative uncharacterized protein 12.4890071 C6_control_B1 +LQ01X003800 Putative uncharacterized protein 12.33302586 C6_control_B2 +LQ01X003800 Putative uncharacterized protein 12.52489761 C6_control_B3 +LQ01X003800 Putative uncharacterized protein 11.96453053 C6_control_C1 +LQ01X003800 Putative uncharacterized protein 12.32532248 C6_control_C2 +LQ01X003800 Putative uncharacterized protein 12.8244735 C6_control_C3 +LQ01X003800 Putative uncharacterized protein 12.24984512 C6_chemical_A1 +LQ01X003800 Putative uncharacterized protein 12.13839155 C6_chemical_A3 +LQ01X003800 Putative uncharacterized protein 12.43577796 C6_chemical_B1 +LQ01X003800 Putative uncharacterized protein 12.25184486 C6_chemical_B2 +LQ01X003800 Putative uncharacterized protein 12.48210911 C6_chemical_B3 +LQ01X003800 Putative uncharacterized protein 11.87561835 C6_chemical_C1 +LQ01X003800 Putative uncharacterized protein 12.11821784 C6_chemical_C2 +LQ01X003800 Putative uncharacterized protein 12.54857882 C6_chemical_C3 +LQ01X003800 Putative uncharacterized protein 12.13373723 L4_control_A1 +LQ01X003800 Putative uncharacterized protein 11.97818251 L4_control_A2 +LQ01X003800 Putative uncharacterized protein 11.7677138 L4_control_A3 +LQ01X003800 Putative uncharacterized protein 12.56655511 L4_control_B1 +LQ01X003800 Putative uncharacterized protein 11.38942315 L4_control_B2 +LQ01X003800 Putative uncharacterized protein 12.47420326 L4_control_B3 +LQ01X003800 Putative uncharacterized protein 12.69330906 L4_control_C2 +LQ01X003800 Putative uncharacterized protein 11.97814829 L4_control_C3 +LQ01X003800 Putative uncharacterized protein 12.67575893 L4_chemical_A1 +LQ01X003800 Putative uncharacterized protein 12.64809237 L4_chemical_A2 +LQ01X003800 Putative uncharacterized protein 11.94233485 L4_chemical_A3 +LQ01X003800 Putative uncharacterized protein 12.52870048 L4_chemical_B1 +LQ01X003800 Putative uncharacterized protein 12.12637391 L4_chemical_B2 +LQ01X003800 Putative uncharacterized protein 12.42863767 L4_chemical_B3 +LQ01X003800 Putative uncharacterized protein 12.680808 L4_chemical_C2 +LQ01X003800 Putative uncharacterized protein 12.04612217 L4_chemical_C3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.252936681 C6_control_A1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.586795652 C6_control_A3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.966792249 C6_control_B1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.496225817 C6_control_B2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.217111215 C6_control_B3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.74748699 C6_control_C1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.461019228 C6_control_C2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.424203485 C6_control_C3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.420457337 C6_chemical_A1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.587413185 C6_chemical_A3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.65954959 C6_chemical_B1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.338971489 C6_chemical_B2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.928793934 C6_chemical_B3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.657611916 C6_chemical_C1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.436370175 C6_chemical_C2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.409438576 C6_chemical_C3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.825321075 L4_control_A1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.623179204 L4_control_A2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.701945309 L4_control_A3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.765139898 L4_control_B1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.439692266 L4_control_B2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.522026405 L4_control_B3 +LQ01X003810 Probable galacturonosyltransferase-like 2 5.696010627 L4_control_C2 +LQ01X003810 Probable galacturonosyltransferase-like 2 5.42169812 L4_control_C3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.751178302 L4_chemical_A1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.495430861 L4_chemical_A2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.961366496 L4_chemical_A3 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.615914194 L4_chemical_B1 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.711235111 L4_chemical_B2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.765195319 L4_chemical_B3 +LQ01X003810 Probable galacturonosyltransferase-like 2 5.835775554 L4_chemical_C2 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.866219387 L4_chemical_C3 +LQ01X003830 Probable calcium-binding protein CML41 6.995814719 C6_control_A1 +LQ01X003830 Probable calcium-binding protein CML41 6.488035625 C6_control_A3 +LQ01X003830 Probable calcium-binding protein CML41 6.87974088 C6_control_B1 +LQ01X003830 Probable calcium-binding protein CML41 6.669403639 C6_control_B2 +LQ01X003830 Probable calcium-binding protein CML41 7.506345814 C6_control_B3 +LQ01X003830 Probable calcium-binding protein CML41 6.037680125 C6_control_C1 +LQ01X003830 Probable calcium-binding protein CML41 6.187401995 C6_control_C2 +LQ01X003830 Probable calcium-binding protein CML41 6.135203193 C6_control_C3 +LQ01X003830 Probable calcium-binding protein CML41 6.797378827 C6_chemical_A1 +LQ01X003830 Probable calcium-binding protein CML41 6.172332674 C6_chemical_A3 +LQ01X003830 Probable calcium-binding protein CML41 6.989482668 C6_chemical_B1 +LQ01X003830 Probable calcium-binding protein CML41 6.511118495 C6_chemical_B2 +LQ01X003830 Probable calcium-binding protein CML41 7.237364752 C6_chemical_B3 +LQ01X003830 Probable calcium-binding protein CML41 6.191961401 C6_chemical_C1 +LQ01X003830 Probable calcium-binding protein CML41 5.860464888 C6_chemical_C2 +LQ01X003830 Probable calcium-binding protein CML41 6.198367823 C6_chemical_C3 +LQ01X003830 Probable calcium-binding protein CML41 6.93683549 L4_control_A1 +LQ01X003830 Probable calcium-binding protein CML41 6.513301756 L4_control_A2 +LQ01X003830 Probable calcium-binding protein CML41 6.839893626 L4_control_A3 +LQ01X003830 Probable calcium-binding protein CML41 6.508577175 L4_control_B1 +LQ01X003830 Probable calcium-binding protein CML41 6.943404664 L4_control_B2 +LQ01X003830 Probable calcium-binding protein CML41 6.701214669 L4_control_B3 +LQ01X003830 Probable calcium-binding protein CML41 6.288025296 L4_control_C2 +LQ01X003830 Probable calcium-binding protein CML41 6.164339159 L4_control_C3 +LQ01X003830 Probable calcium-binding protein CML41 6.825618248 L4_chemical_A1 +LQ01X003830 Probable calcium-binding protein CML41 6.627910282 L4_chemical_A2 +LQ01X003830 Probable calcium-binding protein CML41 6.39715759 L4_chemical_A3 +LQ01X003830 Probable calcium-binding protein CML41 7.179622355 L4_chemical_B1 +LQ01X003830 Probable calcium-binding protein CML41 7.497806179 L4_chemical_B2 +LQ01X003830 Probable calcium-binding protein CML41 7.09014448 L4_chemical_B3 +LQ01X003830 Probable calcium-binding protein CML41 7.036455699 L4_chemical_C2 +LQ01X003830 Probable calcium-binding protein CML41 6.681178273 L4_chemical_C3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.531827784 C6_control_A1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.906182642 C6_control_A3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.89415867 C6_control_B1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 5.942737127 C6_control_B2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.723906806 C6_control_B3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.065204489 C6_control_C1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 5.847570188 C6_control_C2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.398549222 C6_control_C3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 5.696359106 C6_chemical_A1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 7.920482932 C6_chemical_A3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.093519976 C6_chemical_B1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 5.635023008 C6_chemical_B2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.673013362 C6_chemical_B3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.250321385 C6_chemical_C1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 5.976241669 C6_chemical_C2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.423828541 C6_chemical_C3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 7.981166284 L4_control_A1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.476240898 L4_control_A2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 7.245915817 L4_control_A3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.369952386 L4_control_B1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.34072928 L4_control_B2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 8.022278022 L4_control_B3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 5.900798229 L4_control_C2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 7.642830456 L4_control_C3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 7.894193942 L4_chemical_A1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.326862113 L4_chemical_A2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 7.09551082 L4_chemical_A3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.950556995 L4_chemical_B1 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.094330703 L4_chemical_B2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 7.488808675 L4_chemical_B3 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 5.969328905 L4_chemical_C2 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 6.990069711 L4_chemical_C3 +LQ01X003880 BEL1-like homeodomain protein 2 6.336869259 C6_control_A1 +LQ01X003880 BEL1-like homeodomain protein 2 6.49052465 C6_control_A3 +LQ01X003880 BEL1-like homeodomain protein 2 6.521570632 C6_control_B1 +LQ01X003880 BEL1-like homeodomain protein 2 5.947121382 C6_control_B2 +LQ01X003880 BEL1-like homeodomain protein 2 6.564373364 C6_control_B3 +LQ01X003880 BEL1-like homeodomain protein 2 5.543065546 C6_control_C1 +LQ01X003880 BEL1-like homeodomain protein 2 5.435229494 C6_control_C2 +LQ01X003880 BEL1-like homeodomain protein 2 5.554877205 C6_control_C3 +LQ01X003880 BEL1-like homeodomain protein 2 6.349643111 C6_chemical_A1 +LQ01X003880 BEL1-like homeodomain protein 2 6.518462218 C6_chemical_A3 +LQ01X003880 BEL1-like homeodomain protein 2 6.174147415 C6_chemical_B1 +LQ01X003880 BEL1-like homeodomain protein 2 5.760653819 C6_chemical_B2 +LQ01X003880 BEL1-like homeodomain protein 2 6.372152411 C6_chemical_B3 +LQ01X003880 BEL1-like homeodomain protein 2 5.394747134 C6_chemical_C1 +LQ01X003880 BEL1-like homeodomain protein 2 5.866927702 C6_chemical_C2 +LQ01X003880 BEL1-like homeodomain protein 2 5.945441501 C6_chemical_C3 +LQ01X003880 BEL1-like homeodomain protein 2 5.692423755 L4_control_A1 +LQ01X003880 BEL1-like homeodomain protein 2 6.841565069 L4_control_A2 +LQ01X003880 BEL1-like homeodomain protein 2 6.145354894 L4_control_A3 +LQ01X003880 BEL1-like homeodomain protein 2 5.781750042 L4_control_B1 +LQ01X003880 BEL1-like homeodomain protein 2 6.074351607 L4_control_B2 +LQ01X003880 BEL1-like homeodomain protein 2 6.045700235 L4_control_B3 +LQ01X003880 BEL1-like homeodomain protein 2 7.899687183 L4_control_C2 +LQ01X003880 BEL1-like homeodomain protein 2 7.216594216 L4_control_C3 +LQ01X003880 BEL1-like homeodomain protein 2 5.96818316 L4_chemical_A1 +LQ01X003880 BEL1-like homeodomain protein 2 6.026540541 L4_chemical_A2 +LQ01X003880 BEL1-like homeodomain protein 2 6.06506563 L4_chemical_A3 +LQ01X003880 BEL1-like homeodomain protein 2 6.942725094 L4_chemical_B1 +LQ01X003880 BEL1-like homeodomain protein 2 6.542907922 L4_chemical_B2 +LQ01X003880 BEL1-like homeodomain protein 2 5.93041354 L4_chemical_B3 +LQ01X003880 BEL1-like homeodomain protein 2 6.66381543 L4_chemical_C2 +LQ01X003880 BEL1-like homeodomain protein 2 6.881175577 L4_chemical_C3 +LQ01X003890 Predicted protein 5.443120755 C6_control_A1 +LQ01X003890 Predicted protein 5.666858556 C6_control_A3 +LQ01X003890 Predicted protein 5.286297233 C6_control_B1 +LQ01X003890 Predicted protein 5.73243318 C6_control_B2 +LQ01X003890 Predicted protein 5.45595226 C6_control_B3 +LQ01X003890 Predicted protein 5.506320512 C6_control_C1 +LQ01X003890 Predicted protein 5.708692116 C6_control_C2 +LQ01X003890 Predicted protein 5.54364919 C6_control_C3 +LQ01X003890 Predicted protein 4.988465292 C6_chemical_A1 +LQ01X003890 Predicted protein 5.593465327 C6_chemical_A3 +LQ01X003890 Predicted protein 5.275051916 C6_chemical_B1 +LQ01X003890 Predicted protein 5.547194485 C6_chemical_B2 +LQ01X003890 Predicted protein 5.690741105 C6_chemical_B3 +LQ01X003890 Predicted protein 5.32414052 C6_chemical_C1 +LQ01X003890 Predicted protein 5.328721383 C6_chemical_C2 +LQ01X003890 Predicted protein 5.401611053 C6_chemical_C3 +LQ01X003890 Predicted protein 5.129833925 L4_control_A1 +LQ01X003890 Predicted protein 5.569401735 L4_control_A2 +LQ01X003890 Predicted protein 5.513245044 L4_control_A3 +LQ01X003890 Predicted protein 5.199197711 L4_control_B1 +LQ01X003890 Predicted protein 5.987865239 L4_control_B2 +LQ01X003890 Predicted protein 5.205536864 L4_control_B3 +LQ01X003890 Predicted protein 4.898777596 L4_control_C2 +LQ01X003890 Predicted protein 6.075189746 L4_control_C3 +LQ01X003890 Predicted protein 5.13066211 L4_chemical_A1 +LQ01X003890 Predicted protein 5.317107987 L4_chemical_A2 +LQ01X003890 Predicted protein 5.7939154 L4_chemical_A3 +LQ01X003890 Predicted protein 5.669534956 L4_chemical_B1 +LQ01X003890 Predicted protein 5.682114108 L4_chemical_B2 +LQ01X003890 Predicted protein 5.106079356 L4_chemical_B3 +LQ01X003890 Predicted protein 5.672292875 L4_chemical_C2 +LQ01X003890 Predicted protein 5.415361705 L4_chemical_C3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.39054514 C6_control_A1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 10.60744455 C6_control_A3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.50129266 C6_control_B1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.76880269 C6_control_B2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.44269493 C6_control_B3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.95541192 C6_control_C1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.25167311 C6_control_C2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 12.04654393 C6_control_C3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.26897127 C6_chemical_A1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.44840608 C6_chemical_A3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 10.9929461 C6_chemical_B1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.52266115 C6_chemical_B2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.13005832 C6_chemical_B3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.86097823 C6_chemical_C1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.85341739 C6_chemical_C2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 12.05815483 C6_chemical_C3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.15592978 L4_control_A1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.35157281 L4_control_A2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.00495752 L4_control_A3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.18857717 L4_control_B1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.02995429 L4_control_B2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.92463361 L4_control_B3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.36180143 L4_control_C2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.52445729 L4_control_C3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.34568621 L4_chemical_A1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.32337629 L4_chemical_A2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.06245339 L4_chemical_A3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 10.81528877 L4_chemical_B1 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 10.95715577 L4_chemical_B2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.42805847 L4_chemical_B3 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.05573676 L4_chemical_C2 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 10.98327179 L4_chemical_C3 +LQ01X003920 Electron transporter, putative 8.560873152 C6_control_A1 +LQ01X003920 Electron transporter, putative 8.081858493 C6_control_A3 +LQ01X003920 Electron transporter, putative 8.443857279 C6_control_B1 +LQ01X003920 Electron transporter, putative 7.769752281 C6_control_B2 +LQ01X003920 Electron transporter, putative 8.060384476 C6_control_B3 +LQ01X003920 Electron transporter, putative 7.406052619 C6_control_C1 +LQ01X003920 Electron transporter, putative 6.608316748 C6_control_C2 +LQ01X003920 Electron transporter, putative 7.385360823 C6_control_C3 +LQ01X003920 Electron transporter, putative 8.157852042 C6_chemical_A1 +LQ01X003920 Electron transporter, putative 8.625078994 C6_chemical_A3 +LQ01X003920 Electron transporter, putative 8.216693566 C6_chemical_B1 +LQ01X003920 Electron transporter, putative 7.85602626 C6_chemical_B2 +LQ01X003920 Electron transporter, putative 8.218564838 C6_chemical_B3 +LQ01X003920 Electron transporter, putative 6.860923921 C6_chemical_C1 +LQ01X003920 Electron transporter, putative 6.346065443 C6_chemical_C2 +LQ01X003920 Electron transporter, putative 6.674080907 C6_chemical_C3 +LQ01X003920 Electron transporter, putative 9.074399126 L4_control_A1 +LQ01X003920 Electron transporter, putative 7.647370178 L4_control_A2 +LQ01X003920 Electron transporter, putative 8.524442551 L4_control_A3 +LQ01X003920 Electron transporter, putative 7.904497453 L4_control_B1 +LQ01X003920 Electron transporter, putative 8.175923369 L4_control_B2 +LQ01X003920 Electron transporter, putative 8.4905295 L4_control_B3 +LQ01X003920 Electron transporter, putative 7.217618662 L4_control_C2 +LQ01X003920 Electron transporter, putative 7.495702491 L4_control_C3 +LQ01X003920 Electron transporter, putative 8.208653952 L4_chemical_A1 +LQ01X003920 Electron transporter, putative 7.435139769 L4_chemical_A2 +LQ01X003920 Electron transporter, putative 8.163193817 L4_chemical_A3 +LQ01X003920 Electron transporter, putative 7.384029712 L4_chemical_B1 +LQ01X003920 Electron transporter, putative 7.668300195 L4_chemical_B2 +LQ01X003920 Electron transporter, putative 8.438827665 L4_chemical_B3 +LQ01X003920 Electron transporter, putative 7.199854766 L4_chemical_C2 +LQ01X003920 Electron transporter, putative 6.797879175 L4_chemical_C3 +LQ01X003940 STS14 protein, putative 13.22535088 C6_control_A1 +LQ01X003940 STS14 protein, putative 13.8483455 C6_control_A3 +LQ01X003940 STS14 protein, putative 12.52903742 C6_control_B1 +LQ01X003940 STS14 protein, putative 10.50396272 C6_control_B2 +LQ01X003940 STS14 protein, putative 12.33426247 C6_control_B3 +LQ01X003940 STS14 protein, putative 8.751098818 C6_control_C1 +LQ01X003940 STS14 protein, putative 9.056359678 C6_control_C2 +LQ01X003940 STS14 protein, putative 9.709777158 C6_control_C3 +LQ01X003940 STS14 protein, putative 12.65965251 C6_chemical_A1 +LQ01X003940 STS14 protein, putative 13.26739889 C6_chemical_A3 +LQ01X003940 STS14 protein, putative 11.52306899 C6_chemical_B1 +LQ01X003940 STS14 protein, putative 10.35602591 C6_chemical_B2 +LQ01X003940 STS14 protein, putative 11.45585137 C6_chemical_B3 +LQ01X003940 STS14 protein, putative 9.212046264 C6_chemical_C1 +LQ01X003940 STS14 protein, putative 7.668927603 C6_chemical_C2 +LQ01X003940 STS14 protein, putative 9.272719638 C6_chemical_C3 +LQ01X003940 STS14 protein, putative 13.35977516 L4_control_A1 +LQ01X003940 STS14 protein, putative 12.80258963 L4_control_A2 +LQ01X003940 STS14 protein, putative 13.28429259 L4_control_A3 +LQ01X003940 STS14 protein, putative 11.06845076 L4_control_B1 +LQ01X003940 STS14 protein, putative 11.16759036 L4_control_B2 +LQ01X003940 STS14 protein, putative 9.648614834 L4_control_B3 +LQ01X003940 STS14 protein, putative 8.65082783 L4_control_C2 +LQ01X003940 STS14 protein, putative 9.549331636 L4_control_C3 +LQ01X003940 STS14 protein, putative 13.49084962 L4_chemical_A1 +LQ01X003940 STS14 protein, putative 13.43125116 L4_chemical_A2 +LQ01X003940 STS14 protein, putative 13.66521128 L4_chemical_A3 +LQ01X003940 STS14 protein, putative 12.52277723 L4_chemical_B1 +LQ01X003940 STS14 protein, putative 11.92914876 L4_chemical_B2 +LQ01X003940 STS14 protein, putative 11.47021161 L4_chemical_B3 +LQ01X003940 STS14 protein, putative 9.203740456 L4_chemical_C2 +LQ01X003940 STS14 protein, putative 9.947818151 L4_chemical_C3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.598180865 C6_control_A1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.147962491 C6_control_A3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.531653449 C6_control_B1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.497885849 C6_control_B2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.439541427 C6_control_B3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.48324967 C6_control_C1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.92236772 C6_control_C2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.244848668 C6_control_C3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.336112806 C6_chemical_A1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.259233416 C6_chemical_A3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.627350293 C6_chemical_B1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.505255546 C6_chemical_B2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.155090614 C6_chemical_B3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.484219645 C6_chemical_C1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.737260934 C6_chemical_C2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.300547194 C6_chemical_C3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.247224075 L4_control_A1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.408388436 L4_control_A2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.768470415 L4_control_A3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.196915885 L4_control_B1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.164520622 L4_control_B2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.205571126 L4_control_B3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.846837377 L4_control_C2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.035295741 L4_control_C3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.724495287 L4_chemical_A1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.283411239 L4_chemical_A2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.818460102 L4_chemical_A3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.618139592 L4_chemical_B1 +LQ01X003980 UPF0497 membrane protein At3g50810 5.125951794 L4_chemical_B2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.426221554 L4_chemical_B3 +LQ01X003980 UPF0497 membrane protein At3g50810 5.693666205 L4_chemical_C2 +LQ01X003980 UPF0497 membrane protein At3g50810 5.839301582 L4_chemical_C3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.423488276 C6_control_A1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.409646156 C6_control_A3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.229476473 C6_control_B1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.512791251 C6_control_B2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.591118556 C6_control_B3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 6.131878925 C6_control_C1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.236177335 C6_control_C2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.822834126 C6_control_C3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.574452192 C6_chemical_A1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.717154779 C6_chemical_A3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.610687141 C6_chemical_B1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.911537286 C6_chemical_B2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.474267412 C6_chemical_B3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.4531963 C6_chemical_C1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.668432373 C6_chemical_C2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.98681299 C6_chemical_C3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.833586642 L4_control_A1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.727752806 L4_control_A2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 6.456308925 L4_control_A3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.42209725 L4_control_B1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.806651555 L4_control_B2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.480328192 L4_control_B3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 4.937838101 L4_control_C2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.198293866 L4_control_C3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.42287952 L4_chemical_A1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.884075179 L4_chemical_A2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 6.502003825 L4_chemical_A3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.179143256 L4_chemical_B1 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.323235141 L4_chemical_B2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.473924029 L4_chemical_B3 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.263493645 L4_chemical_C2 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.623444438 L4_chemical_C3 +LQ01X004000 COR413-PM2, putative 5.578083635 C6_control_A1 +LQ01X004000 COR413-PM2, putative 4.939342229 C6_control_A3 +LQ01X004000 COR413-PM2, putative 5.452659666 C6_control_B1 +LQ01X004000 COR413-PM2, putative 5.265576849 C6_control_B2 +LQ01X004000 COR413-PM2, putative 5.356115939 C6_control_B3 +LQ01X004000 COR413-PM2, putative 5.046470428 C6_control_C1 +LQ01X004000 COR413-PM2, putative 5.625010342 C6_control_C2 +LQ01X004000 COR413-PM2, putative 5.145761336 C6_control_C3 +LQ01X004000 COR413-PM2, putative 5.122729597 C6_chemical_A1 +LQ01X004000 COR413-PM2, putative 5.376465073 C6_chemical_A3 +LQ01X004000 COR413-PM2, putative 4.884913769 C6_chemical_B1 +LQ01X004000 COR413-PM2, putative 5.346566284 C6_chemical_B2 +LQ01X004000 COR413-PM2, putative 5.282267326 C6_chemical_B3 +LQ01X004000 COR413-PM2, putative 5.114682071 C6_chemical_C1 +LQ01X004000 COR413-PM2, putative 5.345507517 C6_chemical_C2 +LQ01X004000 COR413-PM2, putative 5.136845033 C6_chemical_C3 +LQ01X004000 COR413-PM2, putative 5.290084598 L4_control_A1 +LQ01X004000 COR413-PM2, putative 5.170610917 L4_control_A2 +LQ01X004000 COR413-PM2, putative 5.464233016 L4_control_A3 +LQ01X004000 COR413-PM2, putative 5.37621769 L4_control_B1 +LQ01X004000 COR413-PM2, putative 5.234864933 L4_control_B2 +LQ01X004000 COR413-PM2, putative 5.524120456 L4_control_B3 +LQ01X004000 COR413-PM2, putative 5.676846895 L4_control_C2 +LQ01X004000 COR413-PM2, putative 6.371743219 L4_control_C3 +LQ01X004000 COR413-PM2, putative 5.393738203 L4_chemical_A1 +LQ01X004000 COR413-PM2, putative 5.06797777 L4_chemical_A2 +LQ01X004000 COR413-PM2, putative 5.971610125 L4_chemical_A3 +LQ01X004000 COR413-PM2, putative 5.561382018 L4_chemical_B1 +LQ01X004000 COR413-PM2, putative 5.60856919 L4_chemical_B2 +LQ01X004000 COR413-PM2, putative 5.167627845 L4_chemical_B3 +LQ01X004000 COR413-PM2, putative 4.709867925 L4_chemical_C2 +LQ01X004000 COR413-PM2, putative 6.337483849 L4_chemical_C3 +LQ01X004030 Putative uncharacterized protein 6.380844707 C6_control_A1 +LQ01X004030 Putative uncharacterized protein 6.298170403 C6_control_A3 +LQ01X004030 Putative uncharacterized protein 6.020544568 C6_control_B1 +LQ01X004030 Putative uncharacterized protein 6.418856996 C6_control_B2 +LQ01X004030 Putative uncharacterized protein 6.225347623 C6_control_B3 +LQ01X004030 Putative uncharacterized protein 5.970384939 C6_control_C1 +LQ01X004030 Putative uncharacterized protein 6.524783143 C6_control_C2 +LQ01X004030 Putative uncharacterized protein 6.10598835 C6_control_C3 +LQ01X004030 Putative uncharacterized protein 5.921626007 C6_chemical_A1 +LQ01X004030 Putative uncharacterized protein 6.159843991 C6_chemical_A3 +LQ01X004030 Putative uncharacterized protein 5.533627484 C6_chemical_B1 +LQ01X004030 Putative uncharacterized protein 6.451866206 C6_chemical_B2 +LQ01X004030 Putative uncharacterized protein 5.681914094 C6_chemical_B3 +LQ01X004030 Putative uncharacterized protein 6.043052218 C6_chemical_C1 +LQ01X004030 Putative uncharacterized protein 6.157018169 C6_chemical_C2 +LQ01X004030 Putative uncharacterized protein 6.043172219 C6_chemical_C3 +LQ01X004030 Putative uncharacterized protein 6.142286737 L4_control_A1 +LQ01X004030 Putative uncharacterized protein 6.147290742 L4_control_A2 +LQ01X004030 Putative uncharacterized protein 5.899777145 L4_control_A3 +LQ01X004030 Putative uncharacterized protein 6.315292849 L4_control_B1 +LQ01X004030 Putative uncharacterized protein 6.316396351 L4_control_B2 +LQ01X004030 Putative uncharacterized protein 5.906849344 L4_control_B3 +LQ01X004030 Putative uncharacterized protein 5.88217005 L4_control_C2 +LQ01X004030 Putative uncharacterized protein 6.133170225 L4_control_C3 +LQ01X004030 Putative uncharacterized protein 5.554614799 L4_chemical_A1 +LQ01X004030 Putative uncharacterized protein 6.025190347 L4_chemical_A2 +LQ01X004030 Putative uncharacterized protein 6.434925198 L4_chemical_A3 +LQ01X004030 Putative uncharacterized protein 5.872548404 L4_chemical_B1 +LQ01X004030 Putative uncharacterized protein 6.250579816 L4_chemical_B2 +LQ01X004030 Putative uncharacterized protein 5.741759965 L4_chemical_B3 +LQ01X004030 Putative uncharacterized protein 6.057275812 L4_chemical_C2 +LQ01X004030 Putative uncharacterized protein 6.224418675 L4_chemical_C3 +LQ01X004060 Putative uncharacterized protein 6.063583879 C6_control_A1 +LQ01X004060 Putative uncharacterized protein 6.250806342 C6_control_A3 +LQ01X004060 Putative uncharacterized protein 5.54040415 C6_control_B1 +LQ01X004060 Putative uncharacterized protein 6.278258506 C6_control_B2 +LQ01X004060 Putative uncharacterized protein 6.146630507 C6_control_B3 +LQ01X004060 Putative uncharacterized protein 5.866739941 C6_control_C1 +LQ01X004060 Putative uncharacterized protein 6.169209769 C6_control_C2 +LQ01X004060 Putative uncharacterized protein 6.045606195 C6_control_C3 +LQ01X004060 Putative uncharacterized protein 5.925742147 C6_chemical_A1 +LQ01X004060 Putative uncharacterized protein 5.737805714 C6_chemical_A3 +LQ01X004060 Putative uncharacterized protein 6.09711323 C6_chemical_B1 +LQ01X004060 Putative uncharacterized protein 6.168994424 C6_chemical_B2 +LQ01X004060 Putative uncharacterized protein 6.049888292 C6_chemical_B3 +LQ01X004060 Putative uncharacterized protein 6.090187021 C6_chemical_C1 +LQ01X004060 Putative uncharacterized protein 6.507462989 C6_chemical_C2 +LQ01X004060 Putative uncharacterized protein 5.795872873 C6_chemical_C3 +LQ01X004060 Putative uncharacterized protein 6.04241787 L4_control_A1 +LQ01X004060 Putative uncharacterized protein 5.684718403 L4_control_A2 +LQ01X004060 Putative uncharacterized protein 6.170962845 L4_control_A3 +LQ01X004060 Putative uncharacterized protein 6.153482768 L4_control_B1 +LQ01X004060 Putative uncharacterized protein 6.165998128 L4_control_B2 +LQ01X004060 Putative uncharacterized protein 5.883890009 L4_control_B3 +LQ01X004060 Putative uncharacterized protein 6.319908875 L4_control_C2 +LQ01X004060 Putative uncharacterized protein 6.033652537 L4_control_C3 +LQ01X004060 Putative uncharacterized protein 5.678735841 L4_chemical_A1 +LQ01X004060 Putative uncharacterized protein 5.947182531 L4_chemical_A2 +LQ01X004060 Putative uncharacterized protein 6.331467778 L4_chemical_A3 +LQ01X004060 Putative uncharacterized protein 6.411562656 L4_chemical_B1 +LQ01X004060 Putative uncharacterized protein 6.40655781 L4_chemical_B2 +LQ01X004060 Putative uncharacterized protein 5.779848495 L4_chemical_B3 +LQ01X004060 Putative uncharacterized protein 6.199224579 L4_chemical_C2 +LQ01X004060 Putative uncharacterized protein 6.104945884 L4_chemical_C3 +LQ01X004070 Putative Predicted protein 6.150166168 C6_control_A1 +LQ01X004070 Putative Predicted protein 7.832899567 C6_control_A3 +LQ01X004070 Putative Predicted protein 5.625708119 C6_control_B1 +LQ01X004070 Putative Predicted protein 6.3978729 C6_control_B2 +LQ01X004070 Putative Predicted protein 6.291543005 C6_control_B3 +LQ01X004070 Putative Predicted protein 6.146713118 C6_control_C1 +LQ01X004070 Putative Predicted protein 6.132776281 C6_control_C2 +LQ01X004070 Putative Predicted protein 6.351718602 C6_control_C3 +LQ01X004070 Putative Predicted protein 6.260739757 C6_chemical_A1 +LQ01X004070 Putative Predicted protein 7.014264768 C6_chemical_A3 +LQ01X004070 Putative Predicted protein 5.628122552 C6_chemical_B1 +LQ01X004070 Putative Predicted protein 6.119460121 C6_chemical_B2 +LQ01X004070 Putative Predicted protein 5.629141479 C6_chemical_B3 +LQ01X004070 Putative Predicted protein 6.165945407 C6_chemical_C1 +LQ01X004070 Putative Predicted protein 6.294731071 C6_chemical_C2 +LQ01X004070 Putative Predicted protein 6.164325494 C6_chemical_C3 +LQ01X004070 Putative Predicted protein 8.842094665 L4_control_A1 +LQ01X004070 Putative Predicted protein 6.719770019 L4_control_A2 +LQ01X004070 Putative Predicted protein 8.943004341 L4_control_A3 +LQ01X004070 Putative Predicted protein 6.133418396 L4_control_B1 +LQ01X004070 Putative Predicted protein 6.005442199 L4_control_B2 +LQ01X004070 Putative Predicted protein 6.036796613 L4_control_B3 +LQ01X004070 Putative Predicted protein 6.360108511 L4_control_C2 +LQ01X004070 Putative Predicted protein 5.643318312 L4_control_C3 +LQ01X004070 Putative Predicted protein 12.2375179 L4_chemical_A1 +LQ01X004070 Putative Predicted protein 6.589858621 L4_chemical_A2 +LQ01X004070 Putative Predicted protein 10.5482314 L4_chemical_A3 +LQ01X004070 Putative Predicted protein 6.552291113 L4_chemical_B1 +LQ01X004070 Putative Predicted protein 5.896532187 L4_chemical_B2 +LQ01X004070 Putative Predicted protein 5.70618729 L4_chemical_B3 +LQ01X004070 Putative Predicted protein 6.313229837 L4_chemical_C2 +LQ01X004070 Putative Predicted protein 6.068553115 L4_chemical_C3 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.13265545 C6_control_A1 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.29662715 C6_control_A3 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.07243935 C6_control_B1 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.93981224 C6_control_B2 +LQ01X004080 Putative uncharacterized protein F11C1_220 9.798819421 C6_control_B3 +LQ01X004080 Putative uncharacterized protein F11C1_220 11.74217604 C6_control_C1 +LQ01X004080 Putative uncharacterized protein F11C1_220 11.78989454 C6_control_C2 +LQ01X004080 Putative uncharacterized protein F11C1_220 11.68394179 C6_control_C3 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.04903227 C6_chemical_A1 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.57104585 C6_chemical_A3 +LQ01X004080 Putative uncharacterized protein F11C1_220 9.550540871 C6_chemical_B1 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.78664116 C6_chemical_B2 +LQ01X004080 Putative uncharacterized protein F11C1_220 9.611591974 C6_chemical_B3 +LQ01X004080 Putative uncharacterized protein F11C1_220 11.56027758 C6_chemical_C1 +LQ01X004080 Putative uncharacterized protein F11C1_220 11.8286186 C6_chemical_C2 +LQ01X004080 Putative uncharacterized protein F11C1_220 11.53438412 C6_chemical_C3 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.39406337 L4_control_A1 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.27200148 L4_control_A2 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.02617671 L4_control_A3 +LQ01X004080 Putative uncharacterized protein F11C1_220 9.882142551 L4_control_B1 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.32317183 L4_control_B2 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.29379119 L4_control_B3 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.8915247 L4_control_C2 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.98795931 L4_control_C3 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.78681838 L4_chemical_A1 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.43702354 L4_chemical_A2 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.27607913 L4_chemical_A3 +LQ01X004080 Putative uncharacterized protein F11C1_220 9.639643733 L4_chemical_B1 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.24575719 L4_chemical_B2 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.10384052 L4_chemical_B3 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.84721573 L4_chemical_C2 +LQ01X004080 Putative uncharacterized protein F11C1_220 11.28589721 L4_chemical_C3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.972430947 C6_control_A1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.826519611 C6_control_A3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.065816748 C6_control_B1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.622566963 C6_control_B2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.131095362 C6_control_B3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.895717448 C6_control_C1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.694080592 C6_control_C2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.088053355 C6_control_C3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.981793385 C6_chemical_A1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.81158684 C6_chemical_A3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.425755989 C6_chemical_B1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.685003023 C6_chemical_B2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.22594887 C6_chemical_B3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.870410061 C6_chemical_C1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.053839727 C6_chemical_C2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.213112023 C6_chemical_C3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.534834285 L4_control_A1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.331891263 L4_control_A2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.156346819 L4_control_A3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.820969276 L4_control_B1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.068378033 L4_control_B2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.268990342 L4_control_B3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.257828115 L4_control_C2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.590866678 L4_control_C3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.638746816 L4_chemical_A1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.225104879 L4_chemical_A2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.723146001 L4_chemical_A3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.99245534 L4_chemical_B1 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.256352687 L4_chemical_B2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.001785736 L4_chemical_B3 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 6.328723639 L4_chemical_C2 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.887923347 L4_chemical_C3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.25612385 C6_control_A1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.19791866 C6_control_A3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.07009063 C6_control_B1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.18377487 C6_control_B2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.28073158 C6_control_B3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.10708488 C6_control_C1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.07226374 C6_control_C2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.40477498 C6_control_C3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.27747426 C6_chemical_A1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 12.98894885 C6_chemical_A3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 12.90338917 C6_chemical_B1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 12.69741698 C6_chemical_B2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.09836254 C6_chemical_B3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.03841013 C6_chemical_C1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 12.87150363 C6_chemical_C2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.15325169 C6_chemical_C3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.60416626 L4_control_A1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.56541671 L4_control_A2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.46800086 L4_control_A3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.50689532 L4_control_B1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.10150959 L4_control_B2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.28940227 L4_control_B3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.19763839 L4_control_C2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.28934745 L4_control_C3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.16254345 L4_chemical_A1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.39862282 L4_chemical_A2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.54403416 L4_chemical_A3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.45433237 L4_chemical_B1 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.33266064 L4_chemical_B2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.14457065 L4_chemical_B3 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.09106609 L4_chemical_C2 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.38841272 L4_chemical_C3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.391611683 C6_control_A1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.331394618 C6_control_A3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.327930217 C6_control_B1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.032906779 C6_control_B2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.302726653 C6_control_B3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.983468524 C6_control_C1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.458670644 C6_control_C2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.839680812 C6_control_C3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.143564696 C6_chemical_A1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.834356082 C6_chemical_A3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.067439467 C6_chemical_B1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.860696651 C6_chemical_B2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.311678885 C6_chemical_B3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.146953933 C6_chemical_C1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.32424256 C6_chemical_C2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.661281382 C6_chemical_C3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.653438125 L4_control_A1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.729989036 L4_control_A2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 8.036790019 L4_control_A3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 5.375501975 L4_control_B1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.355258154 L4_control_B2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.589756452 L4_control_B3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 5.74357171 L4_control_C2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 5.847471964 L4_control_C3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.138405914 L4_chemical_A1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.55805975 L4_chemical_A2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.748426256 L4_chemical_A3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 5.762120005 L4_chemical_B1 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.330817238 L4_chemical_B2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.766490803 L4_chemical_B3 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 6.015163027 L4_chemical_C2 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 5.468948049 L4_chemical_C3 +LQ01X004290 Polyneuridine-aldehyde esterase 5.6216751 C6_control_A1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.443032996 C6_control_A3 +LQ01X004290 Polyneuridine-aldehyde esterase 5.951128836 C6_control_B1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.524251465 C6_control_B2 +LQ01X004290 Polyneuridine-aldehyde esterase 5.663278265 C6_control_B3 +LQ01X004290 Polyneuridine-aldehyde esterase 5.811768225 C6_control_C1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.593270022 C6_control_C2 +LQ01X004290 Polyneuridine-aldehyde esterase 5.777497787 C6_control_C3 +LQ01X004290 Polyneuridine-aldehyde esterase 5.676387503 C6_chemical_A1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.634720913 C6_chemical_A3 +LQ01X004290 Polyneuridine-aldehyde esterase 6.349706217 C6_chemical_B1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.608334213 C6_chemical_B2 +LQ01X004290 Polyneuridine-aldehyde esterase 6.13806866 C6_chemical_B3 +LQ01X004290 Polyneuridine-aldehyde esterase 5.534577344 C6_chemical_C1 +LQ01X004290 Polyneuridine-aldehyde esterase 6.196288738 C6_chemical_C2 +LQ01X004290 Polyneuridine-aldehyde esterase 5.79972236 C6_chemical_C3 +LQ01X004290 Polyneuridine-aldehyde esterase 5.516433642 L4_control_A1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.714639318 L4_control_A2 +LQ01X004290 Polyneuridine-aldehyde esterase 6.092212698 L4_control_A3 +LQ01X004290 Polyneuridine-aldehyde esterase 6.246031715 L4_control_B1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.535492816 L4_control_B2 +LQ01X004290 Polyneuridine-aldehyde esterase 5.942142204 L4_control_B3 +LQ01X004290 Polyneuridine-aldehyde esterase 6.329141905 L4_control_C2 +LQ01X004290 Polyneuridine-aldehyde esterase 5.862075257 L4_control_C3 +LQ01X004290 Polyneuridine-aldehyde esterase 5.550294743 L4_chemical_A1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.753933153 L4_chemical_A2 +LQ01X004290 Polyneuridine-aldehyde esterase 5.624766725 L4_chemical_A3 +LQ01X004290 Polyneuridine-aldehyde esterase 6.489946753 L4_chemical_B1 +LQ01X004290 Polyneuridine-aldehyde esterase 5.982252166 L4_chemical_B2 +LQ01X004290 Polyneuridine-aldehyde esterase 5.725873185 L4_chemical_B3 +LQ01X004290 Polyneuridine-aldehyde esterase 6.196999325 L4_chemical_C2 +LQ01X004290 Polyneuridine-aldehyde esterase 5.409137112 L4_chemical_C3 +LQ01X004320 Polyneuridine-aldehyde esterase 6.182099241 C6_control_A1 +LQ01X004320 Polyneuridine-aldehyde esterase 5.459449556 C6_control_A3 +LQ01X004320 Polyneuridine-aldehyde esterase 5.839763645 C6_control_B1 +LQ01X004320 Polyneuridine-aldehyde esterase 5.724911941 C6_control_B2 +LQ01X004320 Polyneuridine-aldehyde esterase 6.057528697 C6_control_B3 +LQ01X004320 Polyneuridine-aldehyde esterase 10.03434052 C6_control_C1 +LQ01X004320 Polyneuridine-aldehyde esterase 7.182654464 C6_control_C2 +LQ01X004320 Polyneuridine-aldehyde esterase 9.907168843 C6_control_C3 +LQ01X004320 Polyneuridine-aldehyde esterase 4.875670675 C6_chemical_A1 +LQ01X004320 Polyneuridine-aldehyde esterase 7.051197857 C6_chemical_A3 +LQ01X004320 Polyneuridine-aldehyde esterase 5.202323862 C6_chemical_B1 +LQ01X004320 Polyneuridine-aldehyde esterase 6.154211578 C6_chemical_B2 +LQ01X004320 Polyneuridine-aldehyde esterase 6.233833705 C6_chemical_B3 +LQ01X004320 Polyneuridine-aldehyde esterase 8.335939727 C6_chemical_C1 +LQ01X004320 Polyneuridine-aldehyde esterase 9.45695944 C6_chemical_C2 +LQ01X004320 Polyneuridine-aldehyde esterase 9.492568816 C6_chemical_C3 +LQ01X004320 Polyneuridine-aldehyde esterase 6.503487211 L4_control_A1 +LQ01X004320 Polyneuridine-aldehyde esterase 6.502296627 L4_control_A2 +LQ01X004320 Polyneuridine-aldehyde esterase 5.662009194 L4_control_A3 +LQ01X004320 Polyneuridine-aldehyde esterase 7.068059289 L4_control_B1 +LQ01X004320 Polyneuridine-aldehyde esterase 5.776645075 L4_control_B2 +LQ01X004320 Polyneuridine-aldehyde esterase 7.984585642 L4_control_B3 +LQ01X004320 Polyneuridine-aldehyde esterase 11.8372026 L4_control_C2 +LQ01X004320 Polyneuridine-aldehyde esterase 11.50883765 L4_control_C3 +LQ01X004320 Polyneuridine-aldehyde esterase 7.306227492 L4_chemical_A1 +LQ01X004320 Polyneuridine-aldehyde esterase 5.944365905 L4_chemical_A2 +LQ01X004320 Polyneuridine-aldehyde esterase 5.423306432 L4_chemical_A3 +LQ01X004320 Polyneuridine-aldehyde esterase 6.357514119 L4_chemical_B1 +LQ01X004320 Polyneuridine-aldehyde esterase 5.312778347 L4_chemical_B2 +LQ01X004320 Polyneuridine-aldehyde esterase 7.080125959 L4_chemical_B3 +LQ01X004320 Polyneuridine-aldehyde esterase 12.30805539 L4_chemical_C2 +LQ01X004320 Polyneuridine-aldehyde esterase 11.56103224 L4_chemical_C3 +LQ01X004380 Polyneuridine-aldehyde esterase 9.735496777 C6_control_A1 +LQ01X004380 Polyneuridine-aldehyde esterase 9.745200928 C6_control_A3 +LQ01X004380 Polyneuridine-aldehyde esterase 9.267574023 C6_control_B1 +LQ01X004380 Polyneuridine-aldehyde esterase 7.723381244 C6_control_B2 +LQ01X004380 Polyneuridine-aldehyde esterase 8.335347498 C6_control_B3 +LQ01X004380 Polyneuridine-aldehyde esterase 10.42329543 C6_control_C1 +LQ01X004380 Polyneuridine-aldehyde esterase 10.01442799 C6_control_C2 +LQ01X004380 Polyneuridine-aldehyde esterase 10.1451945 C6_control_C3 +LQ01X004380 Polyneuridine-aldehyde esterase 8.908013263 C6_chemical_A1 +LQ01X004380 Polyneuridine-aldehyde esterase 9.388906588 C6_chemical_A3 +LQ01X004380 Polyneuridine-aldehyde esterase 8.171403983 C6_chemical_B1 +LQ01X004380 Polyneuridine-aldehyde esterase 7.038149914 C6_chemical_B2 +LQ01X004380 Polyneuridine-aldehyde esterase 8.143844876 C6_chemical_B3 +LQ01X004380 Polyneuridine-aldehyde esterase 10.77458796 C6_chemical_C1 +LQ01X004380 Polyneuridine-aldehyde esterase 9.968725438 C6_chemical_C2 +LQ01X004380 Polyneuridine-aldehyde esterase 10.09556463 C6_chemical_C3 +LQ01X004380 Polyneuridine-aldehyde esterase 10.36830728 L4_control_A1 +LQ01X004380 Polyneuridine-aldehyde esterase 9.229798088 L4_control_A2 +LQ01X004380 Polyneuridine-aldehyde esterase 10.59137378 L4_control_A3 +LQ01X004380 Polyneuridine-aldehyde esterase 8.866541026 L4_control_B1 +LQ01X004380 Polyneuridine-aldehyde esterase 8.931889777 L4_control_B2 +LQ01X004380 Polyneuridine-aldehyde esterase 9.052005229 L4_control_B3 +LQ01X004380 Polyneuridine-aldehyde esterase 11.54796496 L4_control_C2 +LQ01X004380 Polyneuridine-aldehyde esterase 11.55257403 L4_control_C3 +LQ01X004380 Polyneuridine-aldehyde esterase 12.25675613 L4_chemical_A1 +LQ01X004380 Polyneuridine-aldehyde esterase 10.35052192 L4_chemical_A2 +LQ01X004380 Polyneuridine-aldehyde esterase 12.30100165 L4_chemical_A3 +LQ01X004380 Polyneuridine-aldehyde esterase 11.02913689 L4_chemical_B1 +LQ01X004380 Polyneuridine-aldehyde esterase 9.486136439 L4_chemical_B2 +LQ01X004380 Polyneuridine-aldehyde esterase 8.98340344 L4_chemical_B3 +LQ01X004380 Polyneuridine-aldehyde esterase 11.43647977 L4_chemical_C2 +LQ01X004380 Polyneuridine-aldehyde esterase 10.85821028 L4_chemical_C3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 5.926894218 C6_control_A1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.019803997 C6_control_A3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 5.186247652 C6_control_B1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.709620308 C6_control_B2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.942976024 C6_control_B3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 10.7320263 C6_control_C1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 10.70651083 C6_control_C2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 11.20412123 C6_control_C3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 5.603614925 C6_chemical_A1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.040163418 C6_chemical_A3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 5.788982828 C6_chemical_B1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.617435944 C6_chemical_B2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 7.717252755 C6_chemical_B3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 10.41550951 C6_chemical_C1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 10.57641487 C6_chemical_C2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 10.64701524 C6_chemical_C3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.860093035 L4_control_A1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.455717142 L4_control_A2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 7.188372645 L4_control_A3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 5.855368517 L4_control_B1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 5.819996614 L4_control_B2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 7.110678402 L4_control_B3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 11.22606591 L4_control_C2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 10.20582263 L4_control_C3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 7.78911456 L4_chemical_A1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 7.451846125 L4_chemical_A2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 8.253581033 L4_chemical_A3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.272891282 L4_chemical_B1 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 5.925923316 L4_chemical_B2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 6.54865243 L4_chemical_B3 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 10.36588611 L4_chemical_C2 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 9.847057225 L4_chemical_C3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.894372861 C6_control_A1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.518166503 C6_control_A3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.112689896 C6_control_B1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.813414249 C6_control_B2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.164738529 C6_control_B3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.606677167 C6_control_C1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.147135402 C6_control_C2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.791751568 C6_control_C3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.464575228 C6_chemical_A1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.66429785 C6_chemical_A3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.903323386 C6_chemical_B1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.766350933 C6_chemical_B2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.788086496 C6_chemical_B3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.763137292 C6_chemical_C1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.790067963 C6_chemical_C2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.905874711 C6_chemical_C3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.907433792 L4_control_A1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.726873707 L4_control_A2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.818941334 L4_control_A3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.799217912 L4_control_B1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.000036186 L4_control_B2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.109015085 L4_control_B3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.767080486 L4_control_C2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.149103672 L4_control_C3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.785861693 L4_chemical_A1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.875035782 L4_chemical_A2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.884403502 L4_chemical_A3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.901932387 L4_chemical_B1 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.443671261 L4_chemical_B2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.959517063 L4_chemical_B3 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.784682025 L4_chemical_C2 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 5.046281325 L4_chemical_C3 +LQ01X004430 F-box family protein 5.08048017 C6_control_A1 +LQ01X004430 F-box family protein 4.827530555 C6_control_A3 +LQ01X004430 F-box family protein 4.643753292 C6_control_B1 +LQ01X004430 F-box family protein 4.914765547 C6_control_B2 +LQ01X004430 F-box family protein 4.9675364 C6_control_B3 +LQ01X004430 F-box family protein 4.893122365 C6_control_C1 +LQ01X004430 F-box family protein 4.691523179 C6_control_C2 +LQ01X004430 F-box family protein 5.00272602 C6_control_C3 +LQ01X004430 F-box family protein 4.975029335 C6_chemical_A1 +LQ01X004430 F-box family protein 5.19560774 C6_chemical_A3 +LQ01X004430 F-box family protein 4.99451915 C6_chemical_B1 +LQ01X004430 F-box family protein 4.94995028 C6_chemical_B2 +LQ01X004430 F-box family protein 5.224737436 C6_chemical_B3 +LQ01X004430 F-box family protein 5.005986051 C6_chemical_C1 +LQ01X004430 F-box family protein 4.830847955 C6_chemical_C2 +LQ01X004430 F-box family protein 5.067093097 C6_chemical_C3 +LQ01X004430 F-box family protein 4.809937032 L4_control_A1 +LQ01X004430 F-box family protein 4.633178491 L4_control_A2 +LQ01X004430 F-box family protein 5.221873652 L4_control_A3 +LQ01X004430 F-box family protein 4.651238869 L4_control_B1 +LQ01X004430 F-box family protein 4.735997836 L4_control_B2 +LQ01X004430 F-box family protein 4.879867889 L4_control_B3 +LQ01X004430 F-box family protein 5.394090314 L4_control_C2 +LQ01X004430 F-box family protein 5.447373551 L4_control_C3 +LQ01X004430 F-box family protein 4.749213419 L4_chemical_A1 +LQ01X004430 F-box family protein 5.020386354 L4_chemical_A2 +LQ01X004430 F-box family protein 4.993114313 L4_chemical_A3 +LQ01X004430 F-box family protein 4.841463076 L4_chemical_B1 +LQ01X004430 F-box family protein 5.298220469 L4_chemical_B2 +LQ01X004430 F-box family protein 4.838147811 L4_chemical_B3 +LQ01X004430 F-box family protein 5.161203496 L4_chemical_C2 +LQ01X004430 F-box family protein 5.055559159 L4_chemical_C3 +LQ01X004450 L-ascorbate oxidase homolog 11.50141053 C6_control_A1 +LQ01X004450 L-ascorbate oxidase homolog 11.29724362 C6_control_A3 +LQ01X004450 L-ascorbate oxidase homolog 11.4848771 C6_control_B1 +LQ01X004450 L-ascorbate oxidase homolog 10.15582794 C6_control_B2 +LQ01X004450 L-ascorbate oxidase homolog 10.82538565 C6_control_B3 +LQ01X004450 L-ascorbate oxidase homolog 5.931132173 C6_control_C1 +LQ01X004450 L-ascorbate oxidase homolog 6.268393289 C6_control_C2 +LQ01X004450 L-ascorbate oxidase homolog 6.060603611 C6_control_C3 +LQ01X004450 L-ascorbate oxidase homolog 11.30825419 C6_chemical_A1 +LQ01X004450 L-ascorbate oxidase homolog 10.97433766 C6_chemical_A3 +LQ01X004450 L-ascorbate oxidase homolog 11.64130249 C6_chemical_B1 +LQ01X004450 L-ascorbate oxidase homolog 9.944128222 C6_chemical_B2 +LQ01X004450 L-ascorbate oxidase homolog 10.84661631 C6_chemical_B3 +LQ01X004450 L-ascorbate oxidase homolog 6.252785508 C6_chemical_C1 +LQ01X004450 L-ascorbate oxidase homolog 6.009289428 C6_chemical_C2 +LQ01X004450 L-ascorbate oxidase homolog 6.316569202 C6_chemical_C3 +LQ01X004450 L-ascorbate oxidase homolog 11.4942375 L4_control_A1 +LQ01X004450 L-ascorbate oxidase homolog 12.13450973 L4_control_A2 +LQ01X004450 L-ascorbate oxidase homolog 11.04406299 L4_control_A3 +LQ01X004450 L-ascorbate oxidase homolog 9.78521767 L4_control_B1 +LQ01X004450 L-ascorbate oxidase homolog 11.9181614 L4_control_B2 +LQ01X004450 L-ascorbate oxidase homolog 9.796390614 L4_control_B3 +LQ01X004450 L-ascorbate oxidase homolog 5.56722819 L4_control_C2 +LQ01X004450 L-ascorbate oxidase homolog 5.656906449 L4_control_C3 +LQ01X004450 L-ascorbate oxidase homolog 11.31144864 L4_chemical_A1 +LQ01X004450 L-ascorbate oxidase homolog 10.95827603 L4_chemical_A2 +LQ01X004450 L-ascorbate oxidase homolog 11.17305763 L4_chemical_A3 +LQ01X004450 L-ascorbate oxidase homolog 11.03136601 L4_chemical_B1 +LQ01X004450 L-ascorbate oxidase homolog 11.00228313 L4_chemical_B2 +LQ01X004450 L-ascorbate oxidase homolog 11.83283918 L4_chemical_B3 +LQ01X004450 L-ascorbate oxidase homolog 5.20763384 L4_chemical_C2 +LQ01X004450 L-ascorbate oxidase homolog 5.706453673 L4_chemical_C3 +LQ01X004470 Putative Reticulon-like protein B13 5.079637155 C6_control_A1 +LQ01X004470 Putative Reticulon-like protein B13 4.982005076 C6_control_A3 +LQ01X004470 Putative Reticulon-like protein B13 5.153762539 C6_control_B1 +LQ01X004470 Putative Reticulon-like protein B13 4.989735314 C6_control_B2 +LQ01X004470 Putative Reticulon-like protein B13 5.024377762 C6_control_B3 +LQ01X004470 Putative Reticulon-like protein B13 5.009365966 C6_control_C1 +LQ01X004470 Putative Reticulon-like protein B13 4.749302019 C6_control_C2 +LQ01X004470 Putative Reticulon-like protein B13 4.982076807 C6_control_C3 +LQ01X004470 Putative Reticulon-like protein B13 4.970880204 C6_chemical_A1 +LQ01X004470 Putative Reticulon-like protein B13 4.823452604 C6_chemical_A3 +LQ01X004470 Putative Reticulon-like protein B13 5.376151531 C6_chemical_B1 +LQ01X004470 Putative Reticulon-like protein B13 4.799489073 C6_chemical_B2 +LQ01X004470 Putative Reticulon-like protein B13 4.763365219 C6_chemical_B3 +LQ01X004470 Putative Reticulon-like protein B13 4.833551987 C6_chemical_C1 +LQ01X004470 Putative Reticulon-like protein B13 4.876376838 C6_chemical_C2 +LQ01X004470 Putative Reticulon-like protein B13 5.135312651 C6_chemical_C3 +LQ01X004470 Putative Reticulon-like protein B13 5.036820212 L4_control_A1 +LQ01X004470 Putative Reticulon-like protein B13 4.893593758 L4_control_A2 +LQ01X004470 Putative Reticulon-like protein B13 5.233446183 L4_control_A3 +LQ01X004470 Putative Reticulon-like protein B13 4.836133902 L4_control_B1 +LQ01X004470 Putative Reticulon-like protein B13 5.026959084 L4_control_B2 +LQ01X004470 Putative Reticulon-like protein B13 4.930353158 L4_control_B3 +LQ01X004470 Putative Reticulon-like protein B13 4.773181151 L4_control_C2 +LQ01X004470 Putative Reticulon-like protein B13 4.768917561 L4_control_C3 +LQ01X004470 Putative Reticulon-like protein B13 4.766296705 L4_chemical_A1 +LQ01X004470 Putative Reticulon-like protein B13 4.990724142 L4_chemical_A2 +LQ01X004470 Putative Reticulon-like protein B13 5.012431052 L4_chemical_A3 +LQ01X004470 Putative Reticulon-like protein B13 4.998758569 L4_chemical_B1 +LQ01X004470 Putative Reticulon-like protein B13 4.891701669 L4_chemical_B2 +LQ01X004470 Putative Reticulon-like protein B13 4.886845458 L4_chemical_B3 +LQ01X004470 Putative Reticulon-like protein B13 5.018410505 L4_chemical_C2 +LQ01X004470 Putative Reticulon-like protein B13 5.80026932 L4_chemical_C3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.34528153 C6_control_A1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.182750969 C6_control_A3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.706832691 C6_control_B1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.183895416 C6_control_B2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.128020824 C6_control_B3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.364103652 C6_control_C1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.1744683 C6_control_C2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.304827289 C6_control_C3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.125499997 C6_chemical_A1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.624566113 C6_chemical_A3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.416972152 C6_chemical_B1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.38366533 C6_chemical_B2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.600874837 C6_chemical_B3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.322773818 C6_chemical_C1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.594455317 C6_chemical_C2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.002483545 C6_chemical_C3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.52627367 L4_control_A1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.826344267 L4_control_A2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.869024855 L4_control_A3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.664801289 L4_control_B1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.453898674 L4_control_B2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.51603371 L4_control_B3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 6.227809603 L4_control_C2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.158117921 L4_control_C3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.210797762 L4_chemical_A1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.947572249 L4_chemical_A2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.724983899 L4_chemical_A3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.915960172 L4_chemical_B1 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.503134454 L4_chemical_B2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.509184421 L4_chemical_B3 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.651326418 L4_chemical_C2 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.312240302 L4_chemical_C3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.40068493 C6_control_A1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.50046085 C6_control_A3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.85610874 C6_control_B1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.69449574 C6_control_B2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.95340095 C6_control_B3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.78380584 C6_control_C1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.98284692 C6_control_C2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 14.19902267 C6_control_C3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.25743857 C6_chemical_A1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.46377946 C6_chemical_A3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.83624262 C6_chemical_B1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.99074443 C6_chemical_B2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.86256544 C6_chemical_B3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.53774287 C6_chemical_C1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.91780228 C6_chemical_C2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.84589205 C6_chemical_C3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.25379496 L4_control_A1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.53290736 L4_control_A2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 12.59024158 L4_control_A3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 14.05618245 L4_control_B1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.98941563 L4_control_B2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.99848185 L4_control_B3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.87102297 L4_control_C2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 14.42747301 L4_control_C3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.35843043 L4_chemical_A1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.58681749 L4_chemical_A2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 12.5796787 L4_chemical_A3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.65225828 L4_chemical_B1 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.50186157 L4_chemical_B2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.94552556 L4_chemical_B3 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.35677799 L4_chemical_C2 +LQ01X004520 Serine/threonine-protein kinase SRK2I 14.16899416 L4_chemical_C3 +LQ01X004540 Putative uncharacterized protein 8.778243331 C6_control_A1 +LQ01X004540 Putative uncharacterized protein 9.808783371 C6_control_A3 +LQ01X004540 Putative uncharacterized protein 9.380438781 C6_control_B1 +LQ01X004540 Putative uncharacterized protein 10.61136937 C6_control_B2 +LQ01X004540 Putative uncharacterized protein 10.16187928 C6_control_B3 +LQ01X004540 Putative uncharacterized protein 12.11432509 C6_control_C1 +LQ01X004540 Putative uncharacterized protein 12.84362705 C6_control_C2 +LQ01X004540 Putative uncharacterized protein 12.44090653 C6_control_C3 +LQ01X004540 Putative uncharacterized protein 9.344226551 C6_chemical_A1 +LQ01X004540 Putative uncharacterized protein 10.157136 C6_chemical_A3 +LQ01X004540 Putative uncharacterized protein 9.938707419 C6_chemical_B1 +LQ01X004540 Putative uncharacterized protein 11.21902822 C6_chemical_B2 +LQ01X004540 Putative uncharacterized protein 10.5773617 C6_chemical_B3 +LQ01X004540 Putative uncharacterized protein 12.56910762 C6_chemical_C1 +LQ01X004540 Putative uncharacterized protein 12.82690985 C6_chemical_C2 +LQ01X004540 Putative uncharacterized protein 13.0523906 C6_chemical_C3 +LQ01X004540 Putative uncharacterized protein 9.097788169 L4_control_A1 +LQ01X004540 Putative uncharacterized protein 8.961403911 L4_control_A2 +LQ01X004540 Putative uncharacterized protein 10.69573168 L4_control_A3 +LQ01X004540 Putative uncharacterized protein 9.525666799 L4_control_B1 +LQ01X004540 Putative uncharacterized protein 9.121154287 L4_control_B2 +LQ01X004540 Putative uncharacterized protein 10.77122055 L4_control_B3 +LQ01X004540 Putative uncharacterized protein 11.17821506 L4_control_C2 +LQ01X004540 Putative uncharacterized protein 10.63370243 L4_control_C3 +LQ01X004540 Putative uncharacterized protein 10.3732495 L4_chemical_A1 +LQ01X004540 Putative uncharacterized protein 9.925769079 L4_chemical_A2 +LQ01X004540 Putative uncharacterized protein 10.94002713 L4_chemical_A3 +LQ01X004540 Putative uncharacterized protein 9.162330858 L4_chemical_B1 +LQ01X004540 Putative uncharacterized protein 8.850824064 L4_chemical_B2 +LQ01X004540 Putative uncharacterized protein 10.441077 L4_chemical_B3 +LQ01X004540 Putative uncharacterized protein 11.11506044 L4_chemical_C2 +LQ01X004540 Putative uncharacterized protein 11.26962878 L4_chemical_C3 +LQ01X004550 Putative Protein misato homolog 1 5.435892437 C6_control_A1 +LQ01X004550 Putative Protein misato homolog 1 5.798751839 C6_control_A3 +LQ01X004550 Putative Protein misato homolog 1 5.553585253 C6_control_B1 +LQ01X004550 Putative Protein misato homolog 1 5.541374392 C6_control_B2 +LQ01X004550 Putative Protein misato homolog 1 5.128690953 C6_control_B3 +LQ01X004550 Putative Protein misato homolog 1 5.519961675 C6_control_C1 +LQ01X004550 Putative Protein misato homolog 1 6.019020901 C6_control_C2 +LQ01X004550 Putative Protein misato homolog 1 5.197621287 C6_control_C3 +LQ01X004550 Putative Protein misato homolog 1 5.87281457 C6_chemical_A1 +LQ01X004550 Putative Protein misato homolog 1 5.371389765 C6_chemical_A3 +LQ01X004550 Putative Protein misato homolog 1 5.378264427 C6_chemical_B1 +LQ01X004550 Putative Protein misato homolog 1 5.454261678 C6_chemical_B2 +LQ01X004550 Putative Protein misato homolog 1 5.352772466 C6_chemical_B3 +LQ01X004550 Putative Protein misato homolog 1 5.588815291 C6_chemical_C1 +LQ01X004550 Putative Protein misato homolog 1 5.303109283 C6_chemical_C2 +LQ01X004550 Putative Protein misato homolog 1 5.265262626 C6_chemical_C3 +LQ01X004550 Putative Protein misato homolog 1 5.094077595 L4_control_A1 +LQ01X004550 Putative Protein misato homolog 1 5.494834171 L4_control_A2 +LQ01X004550 Putative Protein misato homolog 1 5.613551774 L4_control_A3 +LQ01X004550 Putative Protein misato homolog 1 5.471774953 L4_control_B1 +LQ01X004550 Putative Protein misato homolog 1 5.212632543 L4_control_B2 +LQ01X004550 Putative Protein misato homolog 1 5.141258009 L4_control_B3 +LQ01X004550 Putative Protein misato homolog 1 5.278466356 L4_control_C2 +LQ01X004550 Putative Protein misato homolog 1 5.258074938 L4_control_C3 +LQ01X004550 Putative Protein misato homolog 1 5.40777229 L4_chemical_A1 +LQ01X004550 Putative Protein misato homolog 1 5.272303688 L4_chemical_A2 +LQ01X004550 Putative Protein misato homolog 1 5.70975057 L4_chemical_A3 +LQ01X004550 Putative Protein misato homolog 1 5.662732761 L4_chemical_B1 +LQ01X004550 Putative Protein misato homolog 1 5.466709522 L4_chemical_B2 +LQ01X004550 Putative Protein misato homolog 1 5.182423727 L4_chemical_B3 +LQ01X004550 Putative Protein misato homolog 1 5.502876683 L4_chemical_C2 +LQ01X004550 Putative Protein misato homolog 1 5.952551531 L4_chemical_C3 +LQ01X004570 50S ribosomal protein L25, putative 5.4372749 C6_control_A1 +LQ01X004570 50S ribosomal protein L25, putative 6.149363312 C6_control_A3 +LQ01X004570 50S ribosomal protein L25, putative 5.493211828 C6_control_B1 +LQ01X004570 50S ribosomal protein L25, putative 6.141904543 C6_control_B2 +LQ01X004570 50S ribosomal protein L25, putative 4.861915157 C6_control_B3 +LQ01X004570 50S ribosomal protein L25, putative 5.825187056 C6_control_C1 +LQ01X004570 50S ribosomal protein L25, putative 6.055482384 C6_control_C2 +LQ01X004570 50S ribosomal protein L25, putative 5.454954526 C6_control_C3 +LQ01X004570 50S ribosomal protein L25, putative 5.555198515 C6_chemical_A1 +LQ01X004570 50S ribosomal protein L25, putative 5.510403754 C6_chemical_A3 +LQ01X004570 50S ribosomal protein L25, putative 5.299440706 C6_chemical_B1 +LQ01X004570 50S ribosomal protein L25, putative 5.610875167 C6_chemical_B2 +LQ01X004570 50S ribosomal protein L25, putative 5.128940747 C6_chemical_B3 +LQ01X004570 50S ribosomal protein L25, putative 5.464111603 C6_chemical_C1 +LQ01X004570 50S ribosomal protein L25, putative 5.942656468 C6_chemical_C2 +LQ01X004570 50S ribosomal protein L25, putative 5.183258484 C6_chemical_C3 +LQ01X004570 50S ribosomal protein L25, putative 5.276706934 L4_control_A1 +LQ01X004570 50S ribosomal protein L25, putative 5.102977194 L4_control_A2 +LQ01X004570 50S ribosomal protein L25, putative 5.25487641 L4_control_A3 +LQ01X004570 50S ribosomal protein L25, putative 5.372978826 L4_control_B1 +LQ01X004570 50S ribosomal protein L25, putative 5.522957666 L4_control_B2 +LQ01X004570 50S ribosomal protein L25, putative 5.337718789 L4_control_B3 +LQ01X004570 50S ribosomal protein L25, putative 4.848448796 L4_control_C2 +LQ01X004570 50S ribosomal protein L25, putative 5.000053733 L4_control_C3 +LQ01X004570 50S ribosomal protein L25, putative 5.212853653 L4_chemical_A1 +LQ01X004570 50S ribosomal protein L25, putative 5.23742843 L4_chemical_A2 +LQ01X004570 50S ribosomal protein L25, putative 4.83583339 L4_chemical_A3 +LQ01X004570 50S ribosomal protein L25, putative 5.206922347 L4_chemical_B1 +LQ01X004570 50S ribosomal protein L25, putative 5.509741305 L4_chemical_B2 +LQ01X004570 50S ribosomal protein L25, putative 5.337531156 L4_chemical_B3 +LQ01X004570 50S ribosomal protein L25, putative 5.444003012 L4_chemical_C2 +LQ01X004570 50S ribosomal protein L25, putative 4.977022139 L4_chemical_C3 +LQ01X004590 Peroxidase 10 4.95932277 C6_control_A1 +LQ01X004590 Peroxidase 10 5.232743884 C6_control_A3 +LQ01X004590 Peroxidase 10 5.569731122 C6_control_B1 +LQ01X004590 Peroxidase 10 5.603411785 C6_control_B2 +LQ01X004590 Peroxidase 10 6.808903782 C6_control_B3 +LQ01X004590 Peroxidase 10 5.371073976 C6_control_C1 +LQ01X004590 Peroxidase 10 5.490545467 C6_control_C2 +LQ01X004590 Peroxidase 10 7.442562535 C6_control_C3 +LQ01X004590 Peroxidase 10 5.162465769 C6_chemical_A1 +LQ01X004590 Peroxidase 10 5.218801067 C6_chemical_A3 +LQ01X004590 Peroxidase 10 5.342035608 C6_chemical_B1 +LQ01X004590 Peroxidase 10 5.459184703 C6_chemical_B2 +LQ01X004590 Peroxidase 10 7.081507079 C6_chemical_B3 +LQ01X004590 Peroxidase 10 5.475161432 C6_chemical_C1 +LQ01X004590 Peroxidase 10 5.339554665 C6_chemical_C2 +LQ01X004590 Peroxidase 10 6.794543511 C6_chemical_C3 +LQ01X004590 Peroxidase 10 6.140517041 L4_control_A1 +LQ01X004590 Peroxidase 10 6.053977784 L4_control_A2 +LQ01X004590 Peroxidase 10 5.980941432 L4_control_A3 +LQ01X004590 Peroxidase 10 7.43680434 L4_control_B1 +LQ01X004590 Peroxidase 10 6.367637678 L4_control_B2 +LQ01X004590 Peroxidase 10 8.193796323 L4_control_B3 +LQ01X004590 Peroxidase 10 6.085601504 L4_control_C2 +LQ01X004590 Peroxidase 10 7.077658498 L4_control_C3 +LQ01X004590 Peroxidase 10 7.891866163 L4_chemical_A1 +LQ01X004590 Peroxidase 10 7.32642565 L4_chemical_A2 +LQ01X004590 Peroxidase 10 5.95200977 L4_chemical_A3 +LQ01X004590 Peroxidase 10 8.821612474 L4_chemical_B1 +LQ01X004590 Peroxidase 10 6.399001268 L4_chemical_B2 +LQ01X004590 Peroxidase 10 7.963580024 L4_chemical_B3 +LQ01X004590 Peroxidase 10 5.668876692 L4_chemical_C2 +LQ01X004590 Peroxidase 10 6.770319635 L4_chemical_C3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.30348735 C6_control_A1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.251835872 C6_control_A3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.187284625 C6_control_B1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.426179943 C6_control_B2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.198589786 C6_control_B3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.822205471 C6_control_C1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.349998593 C6_control_C2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.247376914 C6_control_C3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.160458997 C6_chemical_A1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.325976979 C6_chemical_A3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.105520077 C6_chemical_B1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.343198532 C6_chemical_B2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.441859086 C6_chemical_B3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.864876868 C6_chemical_C1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.001074607 C6_chemical_C2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.118963582 C6_chemical_C3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.054854818 L4_control_A1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.086997019 L4_control_A2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.658935973 L4_control_A3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.678787232 L4_control_B1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.097413833 L4_control_B2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.019259933 L4_control_B3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.604878454 L4_control_C2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 4.844822012 L4_control_C3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.179434518 L4_chemical_A1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.382719174 L4_chemical_A2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.796773532 L4_chemical_A3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.520078262 L4_chemical_B1 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.501097148 L4_chemical_B2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.082462857 L4_chemical_B3 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 4.931176026 L4_chemical_C2 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 4.614833348 L4_chemical_C3 +LQ01X004660 CDPK-related protein kinase 5.369286156 C6_control_A1 +LQ01X004660 CDPK-related protein kinase 5.111264627 C6_control_A3 +LQ01X004660 CDPK-related protein kinase 5.356174178 C6_control_B1 +LQ01X004660 CDPK-related protein kinase 5.271078658 C6_control_B2 +LQ01X004660 CDPK-related protein kinase 5.475327058 C6_control_B3 +LQ01X004660 CDPK-related protein kinase 5.198898712 C6_control_C1 +LQ01X004660 CDPK-related protein kinase 5.440819231 C6_control_C2 +LQ01X004660 CDPK-related protein kinase 5.28549387 C6_control_C3 +LQ01X004660 CDPK-related protein kinase 5.336645542 C6_chemical_A1 +LQ01X004660 CDPK-related protein kinase 5.02768202 C6_chemical_A3 +LQ01X004660 CDPK-related protein kinase 5.147739537 C6_chemical_B1 +LQ01X004660 CDPK-related protein kinase 5.292766189 C6_chemical_B2 +LQ01X004660 CDPK-related protein kinase 5.035675578 C6_chemical_B3 +LQ01X004660 CDPK-related protein kinase 5.370905104 C6_chemical_C1 +LQ01X004660 CDPK-related protein kinase 4.858623806 C6_chemical_C2 +LQ01X004660 CDPK-related protein kinase 5.008266508 C6_chemical_C3 +LQ01X004660 CDPK-related protein kinase 5.148118701 L4_control_A1 +LQ01X004660 CDPK-related protein kinase 4.88927752 L4_control_A2 +LQ01X004660 CDPK-related protein kinase 5.668217058 L4_control_A3 +LQ01X004660 CDPK-related protein kinase 6.048872157 L4_control_B1 +LQ01X004660 CDPK-related protein kinase 6.115484278 L4_control_B2 +LQ01X004660 CDPK-related protein kinase 4.883336938 L4_control_B3 +LQ01X004660 CDPK-related protein kinase 5.83736704 L4_control_C2 +LQ01X004660 CDPK-related protein kinase 5.393334099 L4_control_C3 +LQ01X004660 CDPK-related protein kinase 4.945140223 L4_chemical_A1 +LQ01X004660 CDPK-related protein kinase 4.980112052 L4_chemical_A2 +LQ01X004660 CDPK-related protein kinase 5.367306023 L4_chemical_A3 +LQ01X004660 CDPK-related protein kinase 5.215346373 L4_chemical_B1 +LQ01X004660 CDPK-related protein kinase 6.144216896 L4_chemical_B2 +LQ01X004660 CDPK-related protein kinase 5.235174836 L4_chemical_B3 +LQ01X004660 CDPK-related protein kinase 5.155636175 L4_chemical_C2 +LQ01X004660 CDPK-related protein kinase 5.457811571 L4_chemical_C3 +LQ01X004670 Putative uncharacterized protein 4.848197451 C6_control_A1 +LQ01X004670 Putative uncharacterized protein 4.865517218 C6_control_A3 +LQ01X004670 Putative uncharacterized protein 4.956441215 C6_control_B1 +LQ01X004670 Putative uncharacterized protein 4.996988089 C6_control_B2 +LQ01X004670 Putative uncharacterized protein 4.890637625 C6_control_B3 +LQ01X004670 Putative uncharacterized protein 5.038478683 C6_control_C1 +LQ01X004670 Putative uncharacterized protein 4.805885702 C6_control_C2 +LQ01X004670 Putative uncharacterized protein 4.852254156 C6_control_C3 +LQ01X004670 Putative uncharacterized protein 4.796003644 C6_chemical_A1 +LQ01X004670 Putative uncharacterized protein 4.934632887 C6_chemical_A3 +LQ01X004670 Putative uncharacterized protein 4.988192542 C6_chemical_B1 +LQ01X004670 Putative uncharacterized protein 4.808901819 C6_chemical_B2 +LQ01X004670 Putative uncharacterized protein 5.012918625 C6_chemical_B3 +LQ01X004670 Putative uncharacterized protein 4.958564772 C6_chemical_C1 +LQ01X004670 Putative uncharacterized protein 4.799661144 C6_chemical_C2 +LQ01X004670 Putative uncharacterized protein 4.850325384 C6_chemical_C3 +LQ01X004670 Putative uncharacterized protein 5.374788959 L4_control_A1 +LQ01X004670 Putative uncharacterized protein 5.318041147 L4_control_A2 +LQ01X004670 Putative uncharacterized protein 5.868753506 L4_control_A3 +LQ01X004670 Putative uncharacterized protein 5.513749464 L4_control_B1 +LQ01X004670 Putative uncharacterized protein 5.037215748 L4_control_B2 +LQ01X004670 Putative uncharacterized protein 4.778085205 L4_control_B3 +LQ01X004670 Putative uncharacterized protein 5.037290786 L4_control_C2 +LQ01X004670 Putative uncharacterized protein 4.938815289 L4_control_C3 +LQ01X004670 Putative uncharacterized protein 5.479944094 L4_chemical_A1 +LQ01X004670 Putative uncharacterized protein 5.053644082 L4_chemical_A2 +LQ01X004670 Putative uncharacterized protein 5.567445186 L4_chemical_A3 +LQ01X004670 Putative uncharacterized protein 5.296582991 L4_chemical_B1 +LQ01X004670 Putative uncharacterized protein 5.165831131 L4_chemical_B2 +LQ01X004670 Putative uncharacterized protein 4.81964183 L4_chemical_B3 +LQ01X004670 Putative uncharacterized protein 6.44691201 L4_chemical_C2 +LQ01X004670 Putative uncharacterized protein 5.379754683 L4_chemical_C3 +LQ01X004700 Nucleotide binding protein, putative 12.56597515 C6_control_A1 +LQ01X004700 Nucleotide binding protein, putative 11.9092076 C6_control_A3 +LQ01X004700 Nucleotide binding protein, putative 12.50327868 C6_control_B1 +LQ01X004700 Nucleotide binding protein, putative 12.88999512 C6_control_B2 +LQ01X004700 Nucleotide binding protein, putative 12.57575475 C6_control_B3 +LQ01X004700 Nucleotide binding protein, putative 12.17643053 C6_control_C1 +LQ01X004700 Nucleotide binding protein, putative 11.75477498 C6_control_C2 +LQ01X004700 Nucleotide binding protein, putative 12.43735313 C6_control_C3 +LQ01X004700 Nucleotide binding protein, putative 12.5902689 C6_chemical_A1 +LQ01X004700 Nucleotide binding protein, putative 12.56134512 C6_chemical_A3 +LQ01X004700 Nucleotide binding protein, putative 12.37992637 C6_chemical_B1 +LQ01X004700 Nucleotide binding protein, putative 12.73652289 C6_chemical_B2 +LQ01X004700 Nucleotide binding protein, putative 12.38266591 C6_chemical_B3 +LQ01X004700 Nucleotide binding protein, putative 12.09051009 C6_chemical_C1 +LQ01X004700 Nucleotide binding protein, putative 11.78800428 C6_chemical_C2 +LQ01X004700 Nucleotide binding protein, putative 12.25230641 C6_chemical_C3 +LQ01X004700 Nucleotide binding protein, putative 12.6957717 L4_control_A1 +LQ01X004700 Nucleotide binding protein, putative 12.99557529 L4_control_A2 +LQ01X004700 Nucleotide binding protein, putative 12.69281901 L4_control_A3 +LQ01X004700 Nucleotide binding protein, putative 13.01388657 L4_control_B1 +LQ01X004700 Nucleotide binding protein, putative 12.82347409 L4_control_B2 +LQ01X004700 Nucleotide binding protein, putative 12.89152418 L4_control_B3 +LQ01X004700 Nucleotide binding protein, putative 11.9751522 L4_control_C2 +LQ01X004700 Nucleotide binding protein, putative 12.16503411 L4_control_C3 +LQ01X004700 Nucleotide binding protein, putative 12.89109302 L4_chemical_A1 +LQ01X004700 Nucleotide binding protein, putative 12.88031764 L4_chemical_A2 +LQ01X004700 Nucleotide binding protein, putative 12.87398568 L4_chemical_A3 +LQ01X004700 Nucleotide binding protein, putative 12.59002043 L4_chemical_B1 +LQ01X004700 Nucleotide binding protein, putative 12.69380304 L4_chemical_B2 +LQ01X004700 Nucleotide binding protein, putative 12.99550951 L4_chemical_B3 +LQ01X004700 Nucleotide binding protein, putative 11.86499271 L4_chemical_C2 +LQ01X004700 Nucleotide binding protein, putative 12.20765509 L4_chemical_C3 +LQ01X004720 Hypothetical protein 4.859894379 C6_control_A1 +LQ01X004720 Hypothetical protein 4.866430513 C6_control_A3 +LQ01X004720 Hypothetical protein 4.922220076 C6_control_B1 +LQ01X004720 Hypothetical protein 5.015617867 C6_control_B2 +LQ01X004720 Hypothetical protein 4.801653196 C6_control_B3 +LQ01X004720 Hypothetical protein 4.834340311 C6_control_C1 +LQ01X004720 Hypothetical protein 4.832781024 C6_control_C2 +LQ01X004720 Hypothetical protein 4.940723363 C6_control_C3 +LQ01X004720 Hypothetical protein 4.790014537 C6_chemical_A1 +LQ01X004720 Hypothetical protein 4.857636977 C6_chemical_A3 +LQ01X004720 Hypothetical protein 5.142342224 C6_chemical_B1 +LQ01X004720 Hypothetical protein 4.854409507 C6_chemical_B2 +LQ01X004720 Hypothetical protein 4.81579955 C6_chemical_B3 +LQ01X004720 Hypothetical protein 4.969425973 C6_chemical_C1 +LQ01X004720 Hypothetical protein 4.995940427 C6_chemical_C2 +LQ01X004720 Hypothetical protein 5.227427723 C6_chemical_C3 +LQ01X004720 Hypothetical protein 4.895759761 L4_control_A1 +LQ01X004720 Hypothetical protein 4.886197784 L4_control_A2 +LQ01X004720 Hypothetical protein 5.221440872 L4_control_A3 +LQ01X004720 Hypothetical protein 5.045141622 L4_control_B1 +LQ01X004720 Hypothetical protein 4.853192615 L4_control_B2 +LQ01X004720 Hypothetical protein 4.770120024 L4_control_B3 +LQ01X004720 Hypothetical protein 5.09055542 L4_control_C2 +LQ01X004720 Hypothetical protein 4.796627221 L4_control_C3 +LQ01X004720 Hypothetical protein 4.920043407 L4_chemical_A1 +LQ01X004720 Hypothetical protein 5.073843651 L4_chemical_A2 +LQ01X004720 Hypothetical protein 4.823331085 L4_chemical_A3 +LQ01X004720 Hypothetical protein 4.980575035 L4_chemical_B1 +LQ01X004720 Hypothetical protein 5.350549706 L4_chemical_B2 +LQ01X004720 Hypothetical protein 5.215442074 L4_chemical_B3 +LQ01X004720 Hypothetical protein 4.738796396 L4_chemical_C2 +LQ01X004720 Hypothetical protein 5.287975744 L4_chemical_C3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.596841393 C6_control_A1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.119593666 C6_control_A3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.639236573 C6_control_B1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.713397827 C6_control_B2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.512343791 C6_control_B3 +LQ01X004740 Putative Rapid ALkalinization Factor 6.079844953 C6_control_C1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.070134616 C6_control_C2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.865416196 C6_control_C3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.409870048 C6_chemical_A1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.582726526 C6_chemical_A3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.541669783 C6_chemical_B1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.381433964 C6_chemical_B2 +LQ01X004740 Putative Rapid ALkalinization Factor 6.296702319 C6_chemical_B3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.893573177 C6_chemical_C1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.39704483 C6_chemical_C2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.655708133 C6_chemical_C3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.591363282 L4_control_A1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.572323321 L4_control_A2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.273137786 L4_control_A3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.221352696 L4_control_B1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.839142529 L4_control_B2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.450716437 L4_control_B3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.092592652 L4_control_C2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.338081674 L4_control_C3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.389297095 L4_chemical_A1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.946567533 L4_chemical_A2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.549274088 L4_chemical_A3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.147661471 L4_chemical_B1 +LQ01X004740 Putative Rapid ALkalinization Factor 5.570465763 L4_chemical_B2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.286117716 L4_chemical_B3 +LQ01X004740 Putative Rapid ALkalinization Factor 5.586208355 L4_chemical_C2 +LQ01X004740 Putative Rapid ALkalinization Factor 5.436957946 L4_chemical_C3 +LQ01X004780 Putative Patatin group A-3 5.213326495 C6_control_A1 +LQ01X004780 Putative Patatin group A-3 5.071263126 C6_control_A3 +LQ01X004780 Putative Patatin group A-3 4.983628377 C6_control_B1 +LQ01X004780 Putative Patatin group A-3 5.393634571 C6_control_B2 +LQ01X004780 Putative Patatin group A-3 4.934707316 C6_control_B3 +LQ01X004780 Putative Patatin group A-3 5.313329252 C6_control_C1 +LQ01X004780 Putative Patatin group A-3 5.259016225 C6_control_C2 +LQ01X004780 Putative Patatin group A-3 5.270434742 C6_control_C3 +LQ01X004780 Putative Patatin group A-3 5.286235524 C6_chemical_A1 +LQ01X004780 Putative Patatin group A-3 5.041369419 C6_chemical_A3 +LQ01X004780 Putative Patatin group A-3 5.175093649 C6_chemical_B1 +LQ01X004780 Putative Patatin group A-3 5.341432942 C6_chemical_B2 +LQ01X004780 Putative Patatin group A-3 4.841375322 C6_chemical_B3 +LQ01X004780 Putative Patatin group A-3 5.411843239 C6_chemical_C1 +LQ01X004780 Putative Patatin group A-3 5.282545956 C6_chemical_C2 +LQ01X004780 Putative Patatin group A-3 5.200612322 C6_chemical_C3 +LQ01X004780 Putative Patatin group A-3 5.071644483 L4_control_A1 +LQ01X004780 Putative Patatin group A-3 5.223970908 L4_control_A2 +LQ01X004780 Putative Patatin group A-3 5.241447572 L4_control_A3 +LQ01X004780 Putative Patatin group A-3 4.779391618 L4_control_B1 +LQ01X004780 Putative Patatin group A-3 5.230850187 L4_control_B2 +LQ01X004780 Putative Patatin group A-3 5.447672624 L4_control_B3 +LQ01X004780 Putative Patatin group A-3 5.033489836 L4_control_C2 +LQ01X004780 Putative Patatin group A-3 5.101009143 L4_control_C3 +LQ01X004780 Putative Patatin group A-3 5.197426244 L4_chemical_A1 +LQ01X004780 Putative Patatin group A-3 5.197224368 L4_chemical_A2 +LQ01X004780 Putative Patatin group A-3 5.428377365 L4_chemical_A3 +LQ01X004780 Putative Patatin group A-3 5.004332251 L4_chemical_B1 +LQ01X004780 Putative Patatin group A-3 5.327567161 L4_chemical_B2 +LQ01X004780 Putative Patatin group A-3 4.87847458 L4_chemical_B3 +LQ01X004780 Putative Patatin group A-3 5.174050518 L4_chemical_C2 +LQ01X004780 Putative Patatin group A-3 5.266772636 L4_chemical_C3 +LQ01X004790 Putative uncharacterized protein 5.422004415 C6_control_A1 +LQ01X004790 Putative uncharacterized protein 4.812917892 C6_control_A3 +LQ01X004790 Putative uncharacterized protein 5.289133915 C6_control_B1 +LQ01X004790 Putative uncharacterized protein 5.012075491 C6_control_B2 +LQ01X004790 Putative uncharacterized protein 5.291440827 C6_control_B3 +LQ01X004790 Putative uncharacterized protein 5.106034002 C6_control_C1 +LQ01X004790 Putative uncharacterized protein 4.737869471 C6_control_C2 +LQ01X004790 Putative uncharacterized protein 5.508284243 C6_control_C3 +LQ01X004790 Putative uncharacterized protein 5.5540949 C6_chemical_A1 +LQ01X004790 Putative uncharacterized protein 5.08992531 C6_chemical_A3 +LQ01X004790 Putative uncharacterized protein 5.462455168 C6_chemical_B1 +LQ01X004790 Putative uncharacterized protein 4.836335151 C6_chemical_B2 +LQ01X004790 Putative uncharacterized protein 5.234946391 C6_chemical_B3 +LQ01X004790 Putative uncharacterized protein 4.986699857 C6_chemical_C1 +LQ01X004790 Putative uncharacterized protein 5.602959272 C6_chemical_C2 +LQ01X004790 Putative uncharacterized protein 5.055186802 C6_chemical_C3 +LQ01X004790 Putative uncharacterized protein 4.946580205 L4_control_A1 +LQ01X004790 Putative uncharacterized protein 5.116929048 L4_control_A2 +LQ01X004790 Putative uncharacterized protein 5.430341109 L4_control_A3 +LQ01X004790 Putative uncharacterized protein 5.535776948 L4_control_B1 +LQ01X004790 Putative uncharacterized protein 6.026858458 L4_control_B2 +LQ01X004790 Putative uncharacterized protein 5.298014615 L4_control_B3 +LQ01X004790 Putative uncharacterized protein 5.382644297 L4_control_C2 +LQ01X004790 Putative uncharacterized protein 4.885107025 L4_control_C3 +LQ01X004790 Putative uncharacterized protein 5.129937936 L4_chemical_A1 +LQ01X004790 Putative uncharacterized protein 5.143020646 L4_chemical_A2 +LQ01X004790 Putative uncharacterized protein 4.899070153 L4_chemical_A3 +LQ01X004790 Putative uncharacterized protein 5.159558521 L4_chemical_B1 +LQ01X004790 Putative uncharacterized protein 6.027066414 L4_chemical_B2 +LQ01X004790 Putative uncharacterized protein 4.991257227 L4_chemical_B3 +LQ01X004790 Putative uncharacterized protein 5.384320386 L4_chemical_C2 +LQ01X004790 Putative uncharacterized protein 5.525569144 L4_chemical_C3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.69875126 C6_control_A1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.72045213 C6_control_A3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.89147615 C6_control_B1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.11858809 C6_control_B2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.81652002 C6_control_B3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.33690072 C6_control_C1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.26974664 C6_control_C2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.35296227 C6_control_C3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.40622648 C6_chemical_A1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.8001064 C6_chemical_A3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.63396 C6_chemical_B1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.19543596 C6_chemical_B2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.69646237 C6_chemical_B3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.27077518 C6_chemical_C1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.47366814 C6_chemical_C2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.58597103 C6_chemical_C3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.58444315 L4_control_A1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.61399021 L4_control_A2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.79292669 L4_control_A3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.90467575 L4_control_B1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.80085033 L4_control_B2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.77586763 L4_control_B3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 13.30300565 L4_control_C2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 13.27307529 L4_control_C3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.82011787 L4_chemical_A1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.92803 L4_chemical_A2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.86616828 L4_chemical_A3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.83914038 L4_chemical_B1 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.7969519 L4_chemical_B2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.74851239 L4_chemical_B3 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 13.53039493 L4_chemical_C2 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 13.37566574 L4_chemical_C3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.57083549 C6_control_A1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.80415619 C6_control_A3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.75607798 C6_control_B1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.03193572 C6_control_B2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.2406711 C6_control_B3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.48689005 C6_control_C1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.4251717 C6_control_C2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.09614985 C6_control_C3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.8371555 C6_chemical_A1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.73130337 C6_chemical_A3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.10916689 C6_chemical_B1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.61870025 C6_chemical_B2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.57240775 C6_chemical_B3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.00973462 C6_chemical_C1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.85385469 C6_chemical_C2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.58997011 C6_chemical_C3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.13149176 L4_control_A1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.85863396 L4_control_A2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.37061764 L4_control_A3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.3237016 L4_control_B1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.04109984 L4_control_B2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.61766729 L4_control_B3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.6452472 L4_control_C2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.04365715 L4_control_C3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.66905417 L4_chemical_A1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.62651367 L4_chemical_A2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.51050955 L4_chemical_A3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.88269871 L4_chemical_B1 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.87013809 L4_chemical_B2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 14.33791913 L4_chemical_B3 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.37682655 L4_chemical_C2 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 13.76462097 L4_chemical_C3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 8.590725884 C6_control_A1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 6.212122443 C6_control_A3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 11.40006178 C6_control_B1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.02557717 C6_control_B2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 11.98995657 C6_control_B3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.40744431 C6_control_C1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.96748702 C6_control_C2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 13.05781162 C6_control_C3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 7.676380605 C6_chemical_A1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 6.321708631 C6_chemical_A3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 11.39344358 C6_chemical_B1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 11.89472286 C6_chemical_B2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 11.74844698 C6_chemical_B3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.21968122 C6_chemical_C1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.69825789 C6_chemical_C2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.79280828 C6_chemical_C3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 6.797080047 L4_control_A1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 8.876007085 L4_control_A2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 6.192304288 L4_control_A3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 11.60778583 L4_control_B1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 10.77220749 L4_control_B2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.40966835 L4_control_B3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.19193281 L4_control_C2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.51709689 L4_control_C3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 6.868790753 L4_chemical_A1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 7.622817237 L4_chemical_A2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 5.778028335 L4_chemical_A3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 10.34739491 L4_chemical_B1 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 10.47958477 L4_chemical_B2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 11.51048741 L4_chemical_B3 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.11739635 L4_chemical_C2 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 12.69510373 L4_chemical_C3 +LQ01X004870 Putative uncharacterized protein 8.10737679 C6_control_A1 +LQ01X004870 Putative uncharacterized protein 7.152022006 C6_control_A3 +LQ01X004870 Putative uncharacterized protein 8.20568215 C6_control_B1 +LQ01X004870 Putative uncharacterized protein 8.479196802 C6_control_B2 +LQ01X004870 Putative uncharacterized protein 8.411499683 C6_control_B3 +LQ01X004870 Putative uncharacterized protein 10.02793053 C6_control_C1 +LQ01X004870 Putative uncharacterized protein 9.457002984 C6_control_C2 +LQ01X004870 Putative uncharacterized protein 10.3547787 C6_control_C3 +LQ01X004870 Putative uncharacterized protein 7.687134043 C6_chemical_A1 +LQ01X004870 Putative uncharacterized protein 7.522288896 C6_chemical_A3 +LQ01X004870 Putative uncharacterized protein 6.939384524 C6_chemical_B1 +LQ01X004870 Putative uncharacterized protein 8.256286229 C6_chemical_B2 +LQ01X004870 Putative uncharacterized protein 7.758942756 C6_chemical_B3 +LQ01X004870 Putative uncharacterized protein 9.903930221 C6_chemical_C1 +LQ01X004870 Putative uncharacterized protein 9.633608317 C6_chemical_C2 +LQ01X004870 Putative uncharacterized protein 9.710884025 C6_chemical_C3 +LQ01X004870 Putative uncharacterized protein 8.261051991 L4_control_A1 +LQ01X004870 Putative uncharacterized protein 8.049431312 L4_control_A2 +LQ01X004870 Putative uncharacterized protein 7.918971244 L4_control_A3 +LQ01X004870 Putative uncharacterized protein 7.366445994 L4_control_B1 +LQ01X004870 Putative uncharacterized protein 7.352315405 L4_control_B2 +LQ01X004870 Putative uncharacterized protein 7.709040677 L4_control_B3 +LQ01X004870 Putative uncharacterized protein 9.881369987 L4_control_C2 +LQ01X004870 Putative uncharacterized protein 10.21012381 L4_control_C3 +LQ01X004870 Putative uncharacterized protein 8.184439194 L4_chemical_A1 +LQ01X004870 Putative uncharacterized protein 8.467372564 L4_chemical_A2 +LQ01X004870 Putative uncharacterized protein 7.4669963 L4_chemical_A3 +LQ01X004870 Putative uncharacterized protein 7.58386614 L4_chemical_B1 +LQ01X004870 Putative uncharacterized protein 7.759431575 L4_chemical_B2 +LQ01X004870 Putative uncharacterized protein 7.789153039 L4_chemical_B3 +LQ01X004870 Putative uncharacterized protein 10.2917073 L4_chemical_C2 +LQ01X004870 Putative uncharacterized protein 10.19011474 L4_chemical_C3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 5.95270371 C6_control_A1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.188860591 C6_control_A3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.458933168 C6_control_B1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.176007394 C6_control_B2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.746946995 C6_control_B3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 5.650101578 C6_control_C1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 5.967524391 C6_control_C2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 5.404685542 C6_control_C3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.325933585 C6_chemical_A1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.289524829 C6_chemical_A3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.753717376 C6_chemical_B1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.154101596 C6_chemical_B2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.136023872 C6_chemical_B3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 5.945823172 C6_chemical_C1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.402336065 C6_chemical_C2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 5.367465059 C6_chemical_C3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.785830119 L4_control_A1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.589685093 L4_control_A2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.368886614 L4_control_A3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.388329893 L4_control_B1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 7.297619436 L4_control_B2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.723920194 L4_control_B3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.116772999 L4_control_C2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 7.162862189 L4_control_C3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.195297161 L4_chemical_A1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.592891912 L4_chemical_A2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.659960232 L4_chemical_A3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.518743847 L4_chemical_B1 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.559825628 L4_chemical_B2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.890254536 L4_chemical_B3 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.397303118 L4_chemical_C2 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.668747083 L4_chemical_C3 +LQ01X004910 Putative uncharacterized protein 5.079958415 C6_control_A1 +LQ01X004910 Putative uncharacterized protein 5.057929502 C6_control_A3 +LQ01X004910 Putative uncharacterized protein 5.217762524 C6_control_B1 +LQ01X004910 Putative uncharacterized protein 6.002509208 C6_control_B2 +LQ01X004910 Putative uncharacterized protein 5.375135798 C6_control_B3 +LQ01X004910 Putative uncharacterized protein 5.65952291 C6_control_C1 +LQ01X004910 Putative uncharacterized protein 5.659634991 C6_control_C2 +LQ01X004910 Putative uncharacterized protein 6.108876403 C6_control_C3 +LQ01X004910 Putative uncharacterized protein 5.544703354 C6_chemical_A1 +LQ01X004910 Putative uncharacterized protein 5.386009978 C6_chemical_A3 +LQ01X004910 Putative uncharacterized protein 5.741296955 C6_chemical_B1 +LQ01X004910 Putative uncharacterized protein 5.734569902 C6_chemical_B2 +LQ01X004910 Putative uncharacterized protein 5.126200958 C6_chemical_B3 +LQ01X004910 Putative uncharacterized protein 6.381231325 C6_chemical_C1 +LQ01X004910 Putative uncharacterized protein 6.097964388 C6_chemical_C2 +LQ01X004910 Putative uncharacterized protein 6.43487006 C6_chemical_C3 +LQ01X004910 Putative uncharacterized protein 5.568549961 L4_control_A1 +LQ01X004910 Putative uncharacterized protein 5.326670725 L4_control_A2 +LQ01X004910 Putative uncharacterized protein 5.216161747 L4_control_A3 +LQ01X004910 Putative uncharacterized protein 5.145777347 L4_control_B1 +LQ01X004910 Putative uncharacterized protein 5.596719663 L4_control_B2 +LQ01X004910 Putative uncharacterized protein 5.800648596 L4_control_B3 +LQ01X004910 Putative uncharacterized protein 5.973164804 L4_control_C2 +LQ01X004910 Putative uncharacterized protein 5.427108175 L4_control_C3 +LQ01X004910 Putative uncharacterized protein 6.016104098 L4_chemical_A1 +LQ01X004910 Putative uncharacterized protein 5.302471054 L4_chemical_A2 +LQ01X004910 Putative uncharacterized protein 5.421775114 L4_chemical_A3 +LQ01X004910 Putative uncharacterized protein 5.645063026 L4_chemical_B1 +LQ01X004910 Putative uncharacterized protein 5.58088567 L4_chemical_B2 +LQ01X004910 Putative uncharacterized protein 5.580009873 L4_chemical_B3 +LQ01X004910 Putative uncharacterized protein 5.245429583 L4_chemical_C2 +LQ01X004910 Putative uncharacterized protein 5.271951538 L4_chemical_C3 +LQ01X004950 Caltractin 13.71004467 C6_control_A1 +LQ01X004950 Caltractin 13.87641467 C6_control_A3 +LQ01X004950 Caltractin 13.23319385 C6_control_B1 +LQ01X004950 Caltractin 14.0566664 C6_control_B2 +LQ01X004950 Caltractin 13.61465965 C6_control_B3 +LQ01X004950 Caltractin 14.29181129 C6_control_C1 +LQ01X004950 Caltractin 14.3091311 C6_control_C2 +LQ01X004950 Caltractin 14.31435111 C6_control_C3 +LQ01X004950 Caltractin 13.72630191 C6_chemical_A1 +LQ01X004950 Caltractin 13.92817429 C6_chemical_A3 +LQ01X004950 Caltractin 13.23734637 C6_chemical_B1 +LQ01X004950 Caltractin 14.29050306 C6_chemical_B2 +LQ01X004950 Caltractin 13.86442472 C6_chemical_B3 +LQ01X004950 Caltractin 14.15306276 C6_chemical_C1 +LQ01X004950 Caltractin 14.28277793 C6_chemical_C2 +LQ01X004950 Caltractin 13.95898523 C6_chemical_C3 +LQ01X004950 Caltractin 13.91602703 L4_control_A1 +LQ01X004950 Caltractin 14.02944847 L4_control_A2 +LQ01X004950 Caltractin 13.86637502 L4_control_A3 +LQ01X004950 Caltractin 13.49840785 L4_control_B1 +LQ01X004950 Caltractin 12.8742709 L4_control_B2 +LQ01X004950 Caltractin 13.85107264 L4_control_B3 +LQ01X004950 Caltractin 13.84897889 L4_control_C2 +LQ01X004950 Caltractin 13.57174634 L4_control_C3 +LQ01X004950 Caltractin 14.37455595 L4_chemical_A1 +LQ01X004950 Caltractin 14.07942843 L4_chemical_A2 +LQ01X004950 Caltractin 14.10920709 L4_chemical_A3 +LQ01X004950 Caltractin 13.27330424 L4_chemical_B1 +LQ01X004950 Caltractin 13.23573768 L4_chemical_B2 +LQ01X004950 Caltractin 13.75582784 L4_chemical_B3 +LQ01X004950 Caltractin 13.716078 L4_chemical_C2 +LQ01X004950 Caltractin 13.60335132 L4_chemical_C3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.20340961 C6_control_A1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 11.59900244 C6_control_A3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.68572232 C6_control_B1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.34099234 C6_control_B2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.49898542 C6_control_B3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 13.10615403 C6_control_C1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.61813716 C6_control_C2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.74297301 C6_control_C3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.30669657 C6_chemical_A1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.36822461 C6_chemical_A3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.71169418 C6_chemical_B1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.34636332 C6_chemical_B2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.19954854 C6_chemical_B3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 13.06173063 C6_chemical_C1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 13.13068116 C6_chemical_C2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.34876488 C6_chemical_C3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.33856906 L4_control_A1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.45181812 L4_control_A2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.35138939 L4_control_A3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.7266154 L4_control_B1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 13.10421449 L4_control_B2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.06940959 L4_control_B3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 13.65318467 L4_control_C2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.95979802 L4_control_C3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.16024292 L4_chemical_A1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.22014309 L4_chemical_A2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.45192742 L4_chemical_A3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.7737282 L4_chemical_B1 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 13.03150381 L4_chemical_B2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.17839944 L4_chemical_B3 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 13.89606878 L4_chemical_C2 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 13.18264275 L4_chemical_C3 +LQ01X004970 Heat shock factor protein HSF24 6.447368177 C6_control_A1 +LQ01X004970 Heat shock factor protein HSF24 6.290436627 C6_control_A3 +LQ01X004970 Heat shock factor protein HSF24 6.90139391 C6_control_B1 +LQ01X004970 Heat shock factor protein HSF24 6.808909193 C6_control_B2 +LQ01X004970 Heat shock factor protein HSF24 6.911574578 C6_control_B3 +LQ01X004970 Heat shock factor protein HSF24 6.1409987 C6_control_C1 +LQ01X004970 Heat shock factor protein HSF24 8.417139182 C6_control_C2 +LQ01X004970 Heat shock factor protein HSF24 6.349351573 C6_control_C3 +LQ01X004970 Heat shock factor protein HSF24 6.441018722 C6_chemical_A1 +LQ01X004970 Heat shock factor protein HSF24 5.723875577 C6_chemical_A3 +LQ01X004970 Heat shock factor protein HSF24 7.17779159 C6_chemical_B1 +LQ01X004970 Heat shock factor protein HSF24 7.103459466 C6_chemical_B2 +LQ01X004970 Heat shock factor protein HSF24 6.684122099 C6_chemical_B3 +LQ01X004970 Heat shock factor protein HSF24 6.41849928 C6_chemical_C1 +LQ01X004970 Heat shock factor protein HSF24 7.410370735 C6_chemical_C2 +LQ01X004970 Heat shock factor protein HSF24 6.059398787 C6_chemical_C3 +LQ01X004970 Heat shock factor protein HSF24 5.887575724 L4_control_A1 +LQ01X004970 Heat shock factor protein HSF24 6.503810512 L4_control_A2 +LQ01X004970 Heat shock factor protein HSF24 5.96933806 L4_control_A3 +LQ01X004970 Heat shock factor protein HSF24 5.963834475 L4_control_B1 +LQ01X004970 Heat shock factor protein HSF24 6.158555071 L4_control_B2 +LQ01X004970 Heat shock factor protein HSF24 6.737608726 L4_control_B3 +LQ01X004970 Heat shock factor protein HSF24 6.20580353 L4_control_C2 +LQ01X004970 Heat shock factor protein HSF24 5.707207697 L4_control_C3 +LQ01X004970 Heat shock factor protein HSF24 5.742497238 L4_chemical_A1 +LQ01X004970 Heat shock factor protein HSF24 6.333086737 L4_chemical_A2 +LQ01X004970 Heat shock factor protein HSF24 5.839910518 L4_chemical_A3 +LQ01X004970 Heat shock factor protein HSF24 6.17772801 L4_chemical_B1 +LQ01X004970 Heat shock factor protein HSF24 6.326254661 L4_chemical_B2 +LQ01X004970 Heat shock factor protein HSF24 6.290497303 L4_chemical_B3 +LQ01X004970 Heat shock factor protein HSF24 6.493461106 L4_chemical_C2 +LQ01X004970 Heat shock factor protein HSF24 5.559792709 L4_chemical_C3 +LQ01X004980 Putative Protein of unknown function DUF1685 11.4690942 C6_control_A1 +LQ01X004980 Putative Protein of unknown function DUF1685 11.53149697 C6_control_A3 +LQ01X004980 Putative Protein of unknown function DUF1685 12.0802685 C6_control_B1 +LQ01X004980 Putative Protein of unknown function DUF1685 12.21620599 C6_control_B2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.46881569 C6_control_B3 +LQ01X004980 Putative Protein of unknown function DUF1685 11.0932906 C6_control_C1 +LQ01X004980 Putative Protein of unknown function DUF1685 11.69145229 C6_control_C2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.01971553 C6_control_C3 +LQ01X004980 Putative Protein of unknown function DUF1685 11.62617446 C6_chemical_A1 +LQ01X004980 Putative Protein of unknown function DUF1685 11.49180171 C6_chemical_A3 +LQ01X004980 Putative Protein of unknown function DUF1685 12.08108317 C6_chemical_B1 +LQ01X004980 Putative Protein of unknown function DUF1685 12.03898482 C6_chemical_B2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.9271447 C6_chemical_B3 +LQ01X004980 Putative Protein of unknown function DUF1685 10.85033704 C6_chemical_C1 +LQ01X004980 Putative Protein of unknown function DUF1685 11.44728118 C6_chemical_C2 +LQ01X004980 Putative Protein of unknown function DUF1685 11.81776628 C6_chemical_C3 +LQ01X004980 Putative Protein of unknown function DUF1685 11.6118133 L4_control_A1 +LQ01X004980 Putative Protein of unknown function DUF1685 11.78300203 L4_control_A2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.4124469 L4_control_A3 +LQ01X004980 Putative Protein of unknown function DUF1685 12.60981928 L4_control_B1 +LQ01X004980 Putative Protein of unknown function DUF1685 12.64357993 L4_control_B2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.70250167 L4_control_B3 +LQ01X004980 Putative Protein of unknown function DUF1685 12.5767897 L4_control_C2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.70440824 L4_control_C3 +LQ01X004980 Putative Protein of unknown function DUF1685 11.8641663 L4_chemical_A1 +LQ01X004980 Putative Protein of unknown function DUF1685 12.3460611 L4_chemical_A2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.02616031 L4_chemical_A3 +LQ01X004980 Putative Protein of unknown function DUF1685 12.45267921 L4_chemical_B1 +LQ01X004980 Putative Protein of unknown function DUF1685 12.56188216 L4_chemical_B2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.37865381 L4_chemical_B3 +LQ01X004980 Putative Protein of unknown function DUF1685 12.684322 L4_chemical_C2 +LQ01X004980 Putative Protein of unknown function DUF1685 12.53279974 L4_chemical_C3 +LQ01X005000 Glutamate receptor 2 plant, putative 4.852857097 C6_control_A1 +LQ01X005000 Glutamate receptor 2 plant, putative 4.785414436 C6_control_A3 +LQ01X005000 Glutamate receptor 2 plant, putative 4.988723827 C6_control_B1 +LQ01X005000 Glutamate receptor 2 plant, putative 5.058419289 C6_control_B2 +LQ01X005000 Glutamate receptor 2 plant, putative 5.29693883 C6_control_B3 +LQ01X005000 Glutamate receptor 2 plant, putative 5.282828527 C6_control_C1 +LQ01X005000 Glutamate receptor 2 plant, putative 4.832588128 C6_control_C2 +LQ01X005000 Glutamate receptor 2 plant, putative 4.808088584 C6_control_C3 +LQ01X005000 Glutamate receptor 2 plant, putative 4.777869701 C6_chemical_A1 +LQ01X005000 Glutamate receptor 2 plant, putative 4.879664365 C6_chemical_A3 +LQ01X005000 Glutamate receptor 2 plant, putative 5.144448696 C6_chemical_B1 +LQ01X005000 Glutamate receptor 2 plant, putative 5.112173571 C6_chemical_B2 +LQ01X005000 Glutamate receptor 2 plant, putative 5.339550996 C6_chemical_B3 +LQ01X005000 Glutamate receptor 2 plant, putative 5.039098674 C6_chemical_C1 +LQ01X005000 Glutamate receptor 2 plant, putative 5.076077779 C6_chemical_C2 +LQ01X005000 Glutamate receptor 2 plant, putative 4.896145159 C6_chemical_C3 +LQ01X005000 Glutamate receptor 2 plant, putative 4.976498418 L4_control_A1 +LQ01X005000 Glutamate receptor 2 plant, putative 4.989934203 L4_control_A2 +LQ01X005000 Glutamate receptor 2 plant, putative 5.008806924 L4_control_A3 +LQ01X005000 Glutamate receptor 2 plant, putative 5.356310676 L4_control_B1 +LQ01X005000 Glutamate receptor 2 plant, putative 5.308943638 L4_control_B2 +LQ01X005000 Glutamate receptor 2 plant, putative 4.557883638 L4_control_B3 +LQ01X005000 Glutamate receptor 2 plant, putative 5.898702639 L4_control_C2 +LQ01X005000 Glutamate receptor 2 plant, putative 4.863967875 L4_control_C3 +LQ01X005000 Glutamate receptor 2 plant, putative 4.709715345 L4_chemical_A1 +LQ01X005000 Glutamate receptor 2 plant, putative 5.137379112 L4_chemical_A2 +LQ01X005000 Glutamate receptor 2 plant, putative 5.160335796 L4_chemical_A3 +LQ01X005000 Glutamate receptor 2 plant, putative 4.575421059 L4_chemical_B1 +LQ01X005000 Glutamate receptor 2 plant, putative 5.157480463 L4_chemical_B2 +LQ01X005000 Glutamate receptor 2 plant, putative 4.994633538 L4_chemical_B3 +LQ01X005000 Glutamate receptor 2 plant, putative 5.129803506 L4_chemical_C2 +LQ01X005000 Glutamate receptor 2 plant, putative 5.453311256 L4_chemical_C3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.57136224 C6_control_A1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.3711754 C6_control_A3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.48083599 C6_control_B1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.7519876 C6_control_B2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.35203006 C6_control_B3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.67152317 C6_control_C1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.75239555 C6_control_C2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.55788768 C6_control_C3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.99612693 C6_chemical_A1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.88448665 C6_chemical_A3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.73159746 C6_chemical_B1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.10582783 C6_chemical_B2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.54711827 C6_chemical_B3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.73990125 C6_chemical_C1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.60718608 C6_chemical_C2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.80780235 C6_chemical_C3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.95960767 L4_control_A1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.62735201 L4_control_A2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.24082134 L4_control_A3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.81613298 L4_control_B1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.64334976 L4_control_B2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.37943697 L4_control_B3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.11278718 L4_control_C2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.12515068 L4_control_C3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.34100761 L4_chemical_A1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.84790236 L4_chemical_A2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.51484076 L4_chemical_A3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.45129655 L4_chemical_B1 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.45029029 L4_chemical_B2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.91216451 L4_chemical_B3 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.86654268 L4_chemical_C2 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 12.51682517 L4_chemical_C3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.40751682 C6_control_A1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 12.48231232 C6_control_A3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.7624032 C6_control_B1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.89075694 C6_control_B2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.45034 C6_control_B3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 15.13921507 C6_control_C1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 14.53025904 C6_control_C2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 14.73172065 C6_control_C3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.50365431 C6_chemical_A1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 12.9924893 C6_chemical_A3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.86698949 C6_chemical_B1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 14.00699607 C6_chemical_B2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.63950778 C6_chemical_B3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 15.05346163 C6_chemical_C1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 14.86183751 C6_chemical_C2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 14.98333781 C6_chemical_C3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 12.64468546 L4_control_A1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 12.77491731 L4_control_A2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 12.15852564 L4_control_A3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.54089531 L4_control_B1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.12458664 L4_control_B2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.51835355 L4_control_B3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.74532241 L4_control_C2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.50989933 L4_control_C3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.45835972 L4_chemical_A1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.42441041 L4_chemical_A2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 12.89562625 L4_chemical_A3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.53756742 L4_chemical_B1 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.29056483 L4_chemical_B2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.38952697 L4_chemical_B3 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.70639268 L4_chemical_C2 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.99073023 L4_chemical_C3 +LQ01X005070 DNA binding protein, putative 5.437089689 C6_control_A1 +LQ01X005070 DNA binding protein, putative 5.730004836 C6_control_A3 +LQ01X005070 DNA binding protein, putative 5.462276002 C6_control_B1 +LQ01X005070 DNA binding protein, putative 5.219463759 C6_control_B2 +LQ01X005070 DNA binding protein, putative 5.552104162 C6_control_B3 +LQ01X005070 DNA binding protein, putative 5.197353482 C6_control_C1 +LQ01X005070 DNA binding protein, putative 6.24098461 C6_control_C2 +LQ01X005070 DNA binding protein, putative 5.452013524 C6_control_C3 +LQ01X005070 DNA binding protein, putative 5.107512831 C6_chemical_A1 +LQ01X005070 DNA binding protein, putative 5.205733464 C6_chemical_A3 +LQ01X005070 DNA binding protein, putative 5.201238762 C6_chemical_B1 +LQ01X005070 DNA binding protein, putative 5.964118218 C6_chemical_B2 +LQ01X005070 DNA binding protein, putative 5.719398514 C6_chemical_B3 +LQ01X005070 DNA binding protein, putative 4.924851524 C6_chemical_C1 +LQ01X005070 DNA binding protein, putative 5.026524555 C6_chemical_C2 +LQ01X005070 DNA binding protein, putative 4.899608608 C6_chemical_C3 +LQ01X005070 DNA binding protein, putative 5.218786548 L4_control_A1 +LQ01X005070 DNA binding protein, putative 4.742611431 L4_control_A2 +LQ01X005070 DNA binding protein, putative 5.059420875 L4_control_A3 +LQ01X005070 DNA binding protein, putative 4.922241945 L4_control_B1 +LQ01X005070 DNA binding protein, putative 5.16618367 L4_control_B2 +LQ01X005070 DNA binding protein, putative 5.242861597 L4_control_B3 +LQ01X005070 DNA binding protein, putative 5.541857992 L4_control_C2 +LQ01X005070 DNA binding protein, putative 5.822345561 L4_control_C3 +LQ01X005070 DNA binding protein, putative 5.192660579 L4_chemical_A1 +LQ01X005070 DNA binding protein, putative 4.956097919 L4_chemical_A2 +LQ01X005070 DNA binding protein, putative 5.033814894 L4_chemical_A3 +LQ01X005070 DNA binding protein, putative 5.198767325 L4_chemical_B1 +LQ01X005070 DNA binding protein, putative 5.00427418 L4_chemical_B2 +LQ01X005070 DNA binding protein, putative 5.107125468 L4_chemical_B3 +LQ01X005070 DNA binding protein, putative 5.300093169 L4_chemical_C2 +LQ01X005070 DNA binding protein, putative 5.493097779 L4_chemical_C3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.50496748 C6_control_A1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.65656545 C6_control_A3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.43527788 C6_control_B1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.099113 C6_control_B2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.35345438 C6_control_B3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.6849221 C6_control_C1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.33269802 C6_control_C2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.90475602 C6_control_C3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.26774932 C6_chemical_A1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.44912511 C6_chemical_A3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.37490296 C6_chemical_B1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 12.88018487 C6_chemical_B2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.21698578 C6_chemical_B3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.82425924 C6_chemical_C1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.46031305 C6_chemical_C2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.86158185 C6_chemical_C3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.32930546 L4_control_A1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.19210602 L4_control_A2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.21392232 L4_control_A3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.26228852 L4_control_B1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 12.97370424 L4_control_B2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.00588981 L4_control_B3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.3551675 L4_control_C2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.46329865 L4_control_C3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.45652328 L4_chemical_A1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.38394742 L4_chemical_A2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.23428777 L4_chemical_A3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.25010848 L4_chemical_B1 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.14879536 L4_chemical_B2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.27494625 L4_chemical_B3 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.40632477 L4_chemical_C2 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.48097771 L4_chemical_C3 +LQ01X005100 Hypothetical protein 5.03129352 C6_control_A1 +LQ01X005100 Hypothetical protein 4.940337769 C6_control_A3 +LQ01X005100 Hypothetical protein 4.995461681 C6_control_B1 +LQ01X005100 Hypothetical protein 5.101287101 C6_control_B2 +LQ01X005100 Hypothetical protein 4.689990663 C6_control_B3 +LQ01X005100 Hypothetical protein 4.702625408 C6_control_C1 +LQ01X005100 Hypothetical protein 4.826769364 C6_control_C2 +LQ01X005100 Hypothetical protein 4.990804111 C6_control_C3 +LQ01X005100 Hypothetical protein 5.0753985 C6_chemical_A1 +LQ01X005100 Hypothetical protein 4.871317624 C6_chemical_A3 +LQ01X005100 Hypothetical protein 5.169372734 C6_chemical_B1 +LQ01X005100 Hypothetical protein 4.71907678 C6_chemical_B2 +LQ01X005100 Hypothetical protein 4.835643551 C6_chemical_B3 +LQ01X005100 Hypothetical protein 4.951221155 C6_chemical_C1 +LQ01X005100 Hypothetical protein 5.013777583 C6_chemical_C2 +LQ01X005100 Hypothetical protein 4.905279249 C6_chemical_C3 +LQ01X005100 Hypothetical protein 4.890165532 L4_control_A1 +LQ01X005100 Hypothetical protein 5.059899221 L4_control_A2 +LQ01X005100 Hypothetical protein 5.141040629 L4_control_A3 +LQ01X005100 Hypothetical protein 5.583376045 L4_control_B1 +LQ01X005100 Hypothetical protein 4.777918094 L4_control_B2 +LQ01X005100 Hypothetical protein 4.927785974 L4_control_B3 +LQ01X005100 Hypothetical protein 5.853161721 L4_control_C2 +LQ01X005100 Hypothetical protein 5.037919359 L4_control_C3 +LQ01X005100 Hypothetical protein 4.919992917 L4_chemical_A1 +LQ01X005100 Hypothetical protein 4.785721299 L4_chemical_A2 +LQ01X005100 Hypothetical protein 4.771691727 L4_chemical_A3 +LQ01X005100 Hypothetical protein 4.799680142 L4_chemical_B1 +LQ01X005100 Hypothetical protein 5.404062042 L4_chemical_B2 +LQ01X005100 Hypothetical protein 4.938077727 L4_chemical_B3 +LQ01X005100 Hypothetical protein 5.302639935 L4_chemical_C2 +LQ01X005100 Hypothetical protein 4.956251714 L4_chemical_C3 +LQ01X005120 Putative uncharacterized protein 13.1231962 C6_control_A1 +LQ01X005120 Putative uncharacterized protein 12.82176936 C6_control_A3 +LQ01X005120 Putative uncharacterized protein 12.87402313 C6_control_B1 +LQ01X005120 Putative uncharacterized protein 13.40331029 C6_control_B2 +LQ01X005120 Putative uncharacterized protein 12.56175 C6_control_B3 +LQ01X005120 Putative uncharacterized protein 13.71668614 C6_control_C1 +LQ01X005120 Putative uncharacterized protein 13.52361005 C6_control_C2 +LQ01X005120 Putative uncharacterized protein 13.07802637 C6_control_C3 +LQ01X005120 Putative uncharacterized protein 12.994404 C6_chemical_A1 +LQ01X005120 Putative uncharacterized protein 12.60187789 C6_chemical_A3 +LQ01X005120 Putative uncharacterized protein 13.10549098 C6_chemical_B1 +LQ01X005120 Putative uncharacterized protein 13.59054429 C6_chemical_B2 +LQ01X005120 Putative uncharacterized protein 12.95238343 C6_chemical_B3 +LQ01X005120 Putative uncharacterized protein 14.10767885 C6_chemical_C1 +LQ01X005120 Putative uncharacterized protein 13.71714929 C6_chemical_C2 +LQ01X005120 Putative uncharacterized protein 13.53942146 C6_chemical_C3 +LQ01X005120 Putative uncharacterized protein 12.83098099 L4_control_A1 +LQ01X005120 Putative uncharacterized protein 13.57570535 L4_control_A2 +LQ01X005120 Putative uncharacterized protein 12.23086933 L4_control_A3 +LQ01X005120 Putative uncharacterized protein 13.20269469 L4_control_B1 +LQ01X005120 Putative uncharacterized protein 13.13375739 L4_control_B2 +LQ01X005120 Putative uncharacterized protein 13.23355781 L4_control_B3 +LQ01X005120 Putative uncharacterized protein 12.5424451 L4_control_C2 +LQ01X005120 Putative uncharacterized protein 12.85066975 L4_control_C3 +LQ01X005120 Putative uncharacterized protein 12.74540644 L4_chemical_A1 +LQ01X005120 Putative uncharacterized protein 13.25692114 L4_chemical_A2 +LQ01X005120 Putative uncharacterized protein 12.40067309 L4_chemical_A3 +LQ01X005120 Putative uncharacterized protein 13.03328251 L4_chemical_B1 +LQ01X005120 Putative uncharacterized protein 12.92090571 L4_chemical_B2 +LQ01X005120 Putative uncharacterized protein 13.49502097 L4_chemical_B3 +LQ01X005120 Putative uncharacterized protein 12.87928447 L4_chemical_C2 +LQ01X005120 Putative uncharacterized protein 13.11922578 L4_chemical_C3 +LQ01X005150 Hypothetical protein 8.586149628 C6_control_A1 +LQ01X005150 Hypothetical protein 6.939126164 C6_control_A3 +LQ01X005150 Hypothetical protein 8.239659277 C6_control_B1 +LQ01X005150 Hypothetical protein 9.743798582 C6_control_B2 +LQ01X005150 Hypothetical protein 7.423860578 C6_control_B3 +LQ01X005150 Hypothetical protein 8.990269321 C6_control_C1 +LQ01X005150 Hypothetical protein 8.529604146 C6_control_C2 +LQ01X005150 Hypothetical protein 8.226083094 C6_control_C3 +LQ01X005150 Hypothetical protein 8.529982338 C6_chemical_A1 +LQ01X005150 Hypothetical protein 7.833575657 C6_chemical_A3 +LQ01X005150 Hypothetical protein 8.055118182 C6_chemical_B1 +LQ01X005150 Hypothetical protein 9.929210968 C6_chemical_B2 +LQ01X005150 Hypothetical protein 7.778792187 C6_chemical_B3 +LQ01X005150 Hypothetical protein 9.237912347 C6_chemical_C1 +LQ01X005150 Hypothetical protein 9.617449456 C6_chemical_C2 +LQ01X005150 Hypothetical protein 8.907422762 C6_chemical_C3 +LQ01X005150 Hypothetical protein 4.958232876 L4_control_A1 +LQ01X005150 Hypothetical protein 4.978683599 L4_control_A2 +LQ01X005150 Hypothetical protein 4.97263712 L4_control_A3 +LQ01X005150 Hypothetical protein 4.868464516 L4_control_B1 +LQ01X005150 Hypothetical protein 5.464576134 L4_control_B2 +LQ01X005150 Hypothetical protein 4.800027156 L4_control_B3 +LQ01X005150 Hypothetical protein 5.149460194 L4_control_C2 +LQ01X005150 Hypothetical protein 5.155189415 L4_control_C3 +LQ01X005150 Hypothetical protein 5.200164079 L4_chemical_A1 +LQ01X005150 Hypothetical protein 5.448047023 L4_chemical_A2 +LQ01X005150 Hypothetical protein 4.651196166 L4_chemical_A3 +LQ01X005150 Hypothetical protein 4.976364378 L4_chemical_B1 +LQ01X005150 Hypothetical protein 5.603923381 L4_chemical_B2 +LQ01X005150 Hypothetical protein 5.031760839 L4_chemical_B3 +LQ01X005150 Hypothetical protein 5.169146412 L4_chemical_C2 +LQ01X005150 Hypothetical protein 5.147412599 L4_chemical_C3 +LQ01X005170 Predicted protein 4.866506695 C6_control_A1 +LQ01X005170 Predicted protein 4.951825002 C6_control_A3 +LQ01X005170 Predicted protein 4.930835453 C6_control_B1 +LQ01X005170 Predicted protein 4.976198548 C6_control_B2 +LQ01X005170 Predicted protein 4.946751323 C6_control_B3 +LQ01X005170 Predicted protein 5.008997263 C6_control_C1 +LQ01X005170 Predicted protein 4.832272797 C6_control_C2 +LQ01X005170 Predicted protein 4.799217064 C6_control_C3 +LQ01X005170 Predicted protein 5.024423872 C6_chemical_A1 +LQ01X005170 Predicted protein 4.962538722 C6_chemical_A3 +LQ01X005170 Predicted protein 5.11001868 C6_chemical_B1 +LQ01X005170 Predicted protein 4.859112294 C6_chemical_B2 +LQ01X005170 Predicted protein 4.80113303 C6_chemical_B3 +LQ01X005170 Predicted protein 4.787145405 C6_chemical_C1 +LQ01X005170 Predicted protein 5.051946949 C6_chemical_C2 +LQ01X005170 Predicted protein 4.759117669 C6_chemical_C3 +LQ01X005170 Predicted protein 4.896632798 L4_control_A1 +LQ01X005170 Predicted protein 4.657447688 L4_control_A2 +LQ01X005170 Predicted protein 6.01231627 L4_control_A3 +LQ01X005170 Predicted protein 5.334315957 L4_control_B1 +LQ01X005170 Predicted protein 4.943755236 L4_control_B2 +LQ01X005170 Predicted protein 4.753824306 L4_control_B3 +LQ01X005170 Predicted protein 5.239260925 L4_control_C2 +LQ01X005170 Predicted protein 4.982156739 L4_control_C3 +LQ01X005170 Predicted protein 4.639728297 L4_chemical_A1 +LQ01X005170 Predicted protein 4.828040591 L4_chemical_A2 +LQ01X005170 Predicted protein 5.824927248 L4_chemical_A3 +LQ01X005170 Predicted protein 4.82071935 L4_chemical_B1 +LQ01X005170 Predicted protein 5.348652915 L4_chemical_B2 +LQ01X005170 Predicted protein 4.66568918 L4_chemical_B3 +LQ01X005170 Predicted protein 5.745533715 L4_chemical_C2 +LQ01X005170 Predicted protein 4.798919634 L4_chemical_C3 +LQ01X005180 Predicted protein 6.436163741 C6_control_A1 +LQ01X005180 Predicted protein 7.698791133 C6_control_A3 +LQ01X005180 Predicted protein 6.043535604 C6_control_B1 +LQ01X005180 Predicted protein 6.272427874 C6_control_B2 +LQ01X005180 Predicted protein 6.803898559 C6_control_B3 +LQ01X005180 Predicted protein 5.537833405 C6_control_C1 +LQ01X005180 Predicted protein 6.001766161 C6_control_C2 +LQ01X005180 Predicted protein 5.655341091 C6_control_C3 +LQ01X005180 Predicted protein 6.439021711 C6_chemical_A1 +LQ01X005180 Predicted protein 6.18810429 C6_chemical_A3 +LQ01X005180 Predicted protein 5.690230732 C6_chemical_B1 +LQ01X005180 Predicted protein 6.571137926 C6_chemical_B2 +LQ01X005180 Predicted protein 6.15916813 C6_chemical_B3 +LQ01X005180 Predicted protein 5.681874313 C6_chemical_C1 +LQ01X005180 Predicted protein 5.936099938 C6_chemical_C2 +LQ01X005180 Predicted protein 5.640992717 C6_chemical_C3 +LQ01X005180 Predicted protein 6.366618633 L4_control_A1 +LQ01X005180 Predicted protein 6.5015531 L4_control_A2 +LQ01X005180 Predicted protein 7.152186674 L4_control_A3 +LQ01X005180 Predicted protein 7.21975887 L4_control_B1 +LQ01X005180 Predicted protein 6.934011838 L4_control_B2 +LQ01X005180 Predicted protein 5.808030018 L4_control_B3 +LQ01X005180 Predicted protein 6.088102449 L4_control_C2 +LQ01X005180 Predicted protein 5.4960416 L4_control_C3 +LQ01X005180 Predicted protein 6.119949512 L4_chemical_A1 +LQ01X005180 Predicted protein 6.280920263 L4_chemical_A2 +LQ01X005180 Predicted protein 6.989011925 L4_chemical_A3 +LQ01X005180 Predicted protein 6.409304302 L4_chemical_B1 +LQ01X005180 Predicted protein 6.281367803 L4_chemical_B2 +LQ01X005180 Predicted protein 6.501755691 L4_chemical_B3 +LQ01X005180 Predicted protein 5.59372969 L4_chemical_C2 +LQ01X005180 Predicted protein 5.80519001 L4_chemical_C3 +LQ01X005190 ATP binding protein, putative 5.659423596 C6_control_A1 +LQ01X005190 ATP binding protein, putative 5.167414809 C6_control_A3 +LQ01X005190 ATP binding protein, putative 5.650214004 C6_control_B1 +LQ01X005190 ATP binding protein, putative 5.701227398 C6_control_B2 +LQ01X005190 ATP binding protein, putative 5.626600919 C6_control_B3 +LQ01X005190 ATP binding protein, putative 5.700275318 C6_control_C1 +LQ01X005190 ATP binding protein, putative 5.347179182 C6_control_C2 +LQ01X005190 ATP binding protein, putative 6.150189179 C6_control_C3 +LQ01X005190 ATP binding protein, putative 5.539670149 C6_chemical_A1 +LQ01X005190 ATP binding protein, putative 5.618376289 C6_chemical_A3 +LQ01X005190 ATP binding protein, putative 5.188307491 C6_chemical_B1 +LQ01X005190 ATP binding protein, putative 5.593339524 C6_chemical_B2 +LQ01X005190 ATP binding protein, putative 5.705216271 C6_chemical_B3 +LQ01X005190 ATP binding protein, putative 5.692532498 C6_chemical_C1 +LQ01X005190 ATP binding protein, putative 5.981022178 C6_chemical_C2 +LQ01X005190 ATP binding protein, putative 6.231207864 C6_chemical_C3 +LQ01X005190 ATP binding protein, putative 5.583755068 L4_control_A1 +LQ01X005190 ATP binding protein, putative 5.897368041 L4_control_A2 +LQ01X005190 ATP binding protein, putative 6.416420012 L4_control_A3 +LQ01X005190 ATP binding protein, putative 4.950935609 L4_control_B1 +LQ01X005190 ATP binding protein, putative 5.344745866 L4_control_B2 +LQ01X005190 ATP binding protein, putative 5.689302526 L4_control_B3 +LQ01X005190 ATP binding protein, putative 5.922474776 L4_control_C2 +LQ01X005190 ATP binding protein, putative 6.16305219 L4_control_C3 +LQ01X005190 ATP binding protein, putative 6.068892327 L4_chemical_A1 +LQ01X005190 ATP binding protein, putative 6.231387143 L4_chemical_A2 +LQ01X005190 ATP binding protein, putative 5.82694375 L4_chemical_A3 +LQ01X005190 ATP binding protein, putative 5.646283308 L4_chemical_B1 +LQ01X005190 ATP binding protein, putative 5.931970071 L4_chemical_B2 +LQ01X005190 ATP binding protein, putative 5.632172356 L4_chemical_B3 +LQ01X005190 ATP binding protein, putative 5.624909718 L4_chemical_C2 +LQ01X005190 ATP binding protein, putative 6.993405988 L4_chemical_C3 +LQ01X005230 Predicted protein (Fragment) 11.05481166 C6_control_A1 +LQ01X005230 Predicted protein (Fragment) 10.84841744 C6_control_A3 +LQ01X005230 Predicted protein (Fragment) 11.41464175 C6_control_B1 +LQ01X005230 Predicted protein (Fragment) 10.47482944 C6_control_B2 +LQ01X005230 Predicted protein (Fragment) 10.92543079 C6_control_B3 +LQ01X005230 Predicted protein (Fragment) 9.382719741 C6_control_C1 +LQ01X005230 Predicted protein (Fragment) 8.974865108 C6_control_C2 +LQ01X005230 Predicted protein (Fragment) 8.474970651 C6_control_C3 +LQ01X005230 Predicted protein (Fragment) 11.10992557 C6_chemical_A1 +LQ01X005230 Predicted protein (Fragment) 11.42947869 C6_chemical_A3 +LQ01X005230 Predicted protein (Fragment) 11.40084741 C6_chemical_B1 +LQ01X005230 Predicted protein (Fragment) 9.891391893 C6_chemical_B2 +LQ01X005230 Predicted protein (Fragment) 10.23885782 C6_chemical_B3 +LQ01X005230 Predicted protein (Fragment) 9.240875204 C6_chemical_C1 +LQ01X005230 Predicted protein (Fragment) 9.0041009 C6_chemical_C2 +LQ01X005230 Predicted protein (Fragment) 8.131671775 C6_chemical_C3 +LQ01X005230 Predicted protein (Fragment) 10.89506197 L4_control_A1 +LQ01X005230 Predicted protein (Fragment) 11.57314112 L4_control_A2 +LQ01X005230 Predicted protein (Fragment) 11.79644256 L4_control_A3 +LQ01X005230 Predicted protein (Fragment) 11.34428745 L4_control_B1 +LQ01X005230 Predicted protein (Fragment) 12.9738177 L4_control_B2 +LQ01X005230 Predicted protein (Fragment) 10.25829078 L4_control_B3 +LQ01X005230 Predicted protein (Fragment) 10.84607885 L4_control_C2 +LQ01X005230 Predicted protein (Fragment) 10.19171149 L4_control_C3 +LQ01X005230 Predicted protein (Fragment) 10.77921955 L4_chemical_A1 +LQ01X005230 Predicted protein (Fragment) 11.25936845 L4_chemical_A2 +LQ01X005230 Predicted protein (Fragment) 11.3553095 L4_chemical_A3 +LQ01X005230 Predicted protein (Fragment) 12.19137504 L4_chemical_B1 +LQ01X005230 Predicted protein (Fragment) 12.51574887 L4_chemical_B2 +LQ01X005230 Predicted protein (Fragment) 10.68448225 L4_chemical_B3 +LQ01X005230 Predicted protein (Fragment) 10.61955137 L4_chemical_C2 +LQ01X005230 Predicted protein (Fragment) 9.812247652 L4_chemical_C3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.65727269 C6_control_A1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.62955344 C6_control_A3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.85138922 C6_control_B1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.83142535 C6_control_B2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.01970297 C6_control_B3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.91721144 C6_control_C1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.89173543 C6_control_C2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.647551 C6_control_C3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.79497093 C6_chemical_A1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.63219421 C6_chemical_A3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.05539176 C6_chemical_B1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.14907556 C6_chemical_B2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.19524565 C6_chemical_B3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.70683331 C6_chemical_C1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.79561809 C6_chemical_C2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.90186071 C6_chemical_C3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.5168182 L4_control_A1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.96961456 L4_control_A2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.84722933 L4_control_A3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.58381694 L4_control_B1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.26778845 L4_control_B2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.42084519 L4_control_B3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.74898933 L4_control_C2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.17661845 L4_control_C3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 10.95708586 L4_chemical_A1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.88897951 L4_chemical_A2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.73092333 L4_chemical_A3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.33175486 L4_chemical_B1 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.78527459 L4_chemical_B2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.12443485 L4_chemical_B3 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.83303179 L4_chemical_C2 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 12.16708533 L4_chemical_C3 +LQ01X005250 DNA polymerase alpha catalytic subunit 10.34584103 C6_control_A1 +LQ01X005250 DNA polymerase alpha catalytic subunit 10.16612951 C6_control_A3 +LQ01X005250 DNA polymerase alpha catalytic subunit 8.575829304 C6_control_B1 +LQ01X005250 DNA polymerase alpha catalytic subunit 6.441864771 C6_control_B2 +LQ01X005250 DNA polymerase alpha catalytic subunit 6.417926204 C6_control_B3 +LQ01X005250 DNA polymerase alpha catalytic subunit 7.250524883 C6_control_C1 +LQ01X005250 DNA polymerase alpha catalytic subunit 6.115854937 C6_control_C2 +LQ01X005250 DNA polymerase alpha catalytic subunit 7.424068687 C6_control_C3 +LQ01X005250 DNA polymerase alpha catalytic subunit 9.733251929 C6_chemical_A1 +LQ01X005250 DNA polymerase alpha catalytic subunit 10.64888236 C6_chemical_A3 +LQ01X005250 DNA polymerase alpha catalytic subunit 5.877117027 C6_chemical_B1 +LQ01X005250 DNA polymerase alpha catalytic subunit 5.562009799 C6_chemical_B2 +LQ01X005250 DNA polymerase alpha catalytic subunit 6.832554927 C6_chemical_B3 +LQ01X005250 DNA polymerase alpha catalytic subunit 7.105804673 C6_chemical_C1 +LQ01X005250 DNA polymerase alpha catalytic subunit 6.606071277 C6_chemical_C2 +LQ01X005250 DNA polymerase alpha catalytic subunit 8.060838651 C6_chemical_C3 +LQ01X005250 DNA polymerase alpha catalytic subunit 10.91692243 L4_control_A1 +LQ01X005250 DNA polymerase alpha catalytic subunit 10.08455526 L4_control_A2 +LQ01X005250 DNA polymerase alpha catalytic subunit 10.32578836 L4_control_A3 +LQ01X005250 DNA polymerase alpha catalytic subunit 5.876467644 L4_control_B1 +LQ01X005250 DNA polymerase alpha catalytic subunit 7.745367311 L4_control_B2 +LQ01X005250 DNA polymerase alpha catalytic subunit 7.021102385 L4_control_B3 +LQ01X005250 DNA polymerase alpha catalytic subunit 5.289088194 L4_control_C2 +LQ01X005250 DNA polymerase alpha catalytic subunit 6.263985764 L4_control_C3 +LQ01X005250 DNA polymerase alpha catalytic subunit 9.657669876 L4_chemical_A1 +LQ01X005250 DNA polymerase alpha catalytic subunit 8.119615387 L4_chemical_A2 +LQ01X005250 DNA polymerase alpha catalytic subunit 10.42499596 L4_chemical_A3 +LQ01X005250 DNA polymerase alpha catalytic subunit 5.41619355 L4_chemical_B1 +LQ01X005250 DNA polymerase alpha catalytic subunit 7.077170773 L4_chemical_B2 +LQ01X005250 DNA polymerase alpha catalytic subunit 9.158357511 L4_chemical_B3 +LQ01X005250 DNA polymerase alpha catalytic subunit 5.43646892 L4_chemical_C2 +LQ01X005250 DNA polymerase alpha catalytic subunit 7.282540888 L4_chemical_C3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 9.985397667 C6_control_A1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 10.37749379 C6_control_A3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 9.128653657 C6_control_B1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 11.1728278 C6_control_B2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 9.738858815 C6_control_B3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.297890671 C6_control_C1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.470986623 C6_control_C2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.773174198 C6_control_C3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 9.983404106 C6_chemical_A1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 10.59584724 C6_chemical_A3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.311712835 C6_chemical_B1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 9.838661097 C6_chemical_B2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 10.62941306 C6_chemical_B3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.259995498 C6_chemical_C1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 7.676091541 C6_chemical_C2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.749956947 C6_chemical_C3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 11.77418622 L4_control_A1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 12.15616194 L4_control_A2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 11.91041988 L4_control_A3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 10.75708539 L4_control_B1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 10.7666787 L4_control_B2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 12.54928743 L4_control_B3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.05586675 L4_control_C2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.697998024 L4_control_C3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 12.17818734 L4_chemical_A1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 12.47832047 L4_chemical_A2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 12.1279466 L4_chemical_A3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 11.15206961 L4_chemical_B1 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 11.40006522 L4_chemical_B2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 11.99563191 L4_chemical_B3 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.600030353 L4_chemical_C2 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 8.862798887 L4_chemical_C3 +LQ01X005300 F-box protein At5g67140 8.588707715 C6_control_A1 +LQ01X005300 F-box protein At5g67140 7.42993921 C6_control_A3 +LQ01X005300 F-box protein At5g67140 9.183960579 C6_control_B1 +LQ01X005300 F-box protein At5g67140 9.661202906 C6_control_B2 +LQ01X005300 F-box protein At5g67140 9.726732096 C6_control_B3 +LQ01X005300 F-box protein At5g67140 11.34633371 C6_control_C1 +LQ01X005300 F-box protein At5g67140 11.09239012 C6_control_C2 +LQ01X005300 F-box protein At5g67140 11.25564367 C6_control_C3 +LQ01X005300 F-box protein At5g67140 8.43135718 C6_chemical_A1 +LQ01X005300 F-box protein At5g67140 8.29602676 C6_chemical_A3 +LQ01X005300 F-box protein At5g67140 9.340604795 C6_chemical_B1 +LQ01X005300 F-box protein At5g67140 9.345155904 C6_chemical_B2 +LQ01X005300 F-box protein At5g67140 9.361885784 C6_chemical_B3 +LQ01X005300 F-box protein At5g67140 11.25753933 C6_chemical_C1 +LQ01X005300 F-box protein At5g67140 11.24597685 C6_chemical_C2 +LQ01X005300 F-box protein At5g67140 11.11173399 C6_chemical_C3 +LQ01X005300 F-box protein At5g67140 8.341205495 L4_control_A1 +LQ01X005300 F-box protein At5g67140 7.764674271 L4_control_A2 +LQ01X005300 F-box protein At5g67140 9.031376986 L4_control_A3 +LQ01X005300 F-box protein At5g67140 9.245311305 L4_control_B1 +LQ01X005300 F-box protein At5g67140 7.648213789 L4_control_B2 +LQ01X005300 F-box protein At5g67140 9.100703234 L4_control_B3 +LQ01X005300 F-box protein At5g67140 9.979818474 L4_control_C2 +LQ01X005300 F-box protein At5g67140 9.566648207 L4_control_C3 +LQ01X005300 F-box protein At5g67140 9.616558492 L4_chemical_A1 +LQ01X005300 F-box protein At5g67140 9.378043659 L4_chemical_A2 +LQ01X005300 F-box protein At5g67140 9.770594531 L4_chemical_A3 +LQ01X005300 F-box protein At5g67140 8.896912133 L4_chemical_B1 +LQ01X005300 F-box protein At5g67140 7.575123108 L4_chemical_B2 +LQ01X005300 F-box protein At5g67140 8.538365539 L4_chemical_B3 +LQ01X005300 F-box protein At5g67140 9.93388655 L4_chemical_C2 +LQ01X005300 F-box protein At5g67140 9.764490238 L4_chemical_C3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.360544999 C6_control_A1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 6.171500025 C6_control_A3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.614553403 C6_control_B1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.299587517 C6_control_B2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.593441406 C6_control_B3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.407515266 C6_control_C1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.062490967 C6_control_C2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.069223058 C6_control_C3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.765079268 C6_chemical_A1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.595565935 C6_chemical_A3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.585263862 C6_chemical_B1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.243333563 C6_chemical_B2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.579377463 C6_chemical_B3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.346670732 C6_chemical_C1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.07075309 C6_chemical_C2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.316456277 C6_chemical_C3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.491587876 L4_control_A1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.374323768 L4_control_A2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.054011284 L4_control_A3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 4.901983172 L4_control_B1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.390252946 L4_control_B2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.869942488 L4_control_B3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.108628675 L4_control_C2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.242474118 L4_control_C3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.33419589 L4_chemical_A1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.451308108 L4_chemical_A2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.687068971 L4_chemical_A3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.283267448 L4_chemical_B1 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 4.880162229 L4_chemical_B2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.959223647 L4_chemical_B3 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.05664689 L4_chemical_C2 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.481154646 L4_chemical_C3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.867290877 C6_control_A1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.402849377 C6_control_A3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.659741591 C6_control_B1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.474485513 C6_control_B2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.636829891 C6_control_B3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.433564702 C6_control_C1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.365065028 C6_control_C2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.097021419 C6_control_C3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.52162854 C6_chemical_A1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.383540648 C6_chemical_A3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.401298102 C6_chemical_B1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.743516755 C6_chemical_B2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.689558646 C6_chemical_B3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.52981296 C6_chemical_C1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.145862226 C6_chemical_C2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.381215942 C6_chemical_C3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.162647682 L4_control_A1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.268717327 L4_control_A2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.577687339 L4_control_A3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.653713669 L4_control_B1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.20330715 L4_control_B2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.825416783 L4_control_B3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.172634201 L4_control_C2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.025668287 L4_control_C3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.644109985 L4_chemical_A1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.553561 L4_chemical_A2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.416910901 L4_chemical_A3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.815027598 L4_chemical_B1 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.304421748 L4_chemical_B2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.610566653 L4_chemical_B3 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.651951491 L4_chemical_C2 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.034565796 L4_chemical_C3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.768207405 C6_control_A1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.540744181 C6_control_A3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.360642211 C6_control_B1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 6.932260694 C6_control_B2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.494326156 C6_control_B3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 8.026303448 C6_control_C1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 8.433686539 C6_control_C2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 8.796433548 C6_control_C3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.77764784 C6_chemical_A1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 6.293696949 C6_chemical_A3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.259597366 C6_chemical_B1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 6.483833616 C6_chemical_B2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.178226768 C6_chemical_B3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 6.84677201 C6_chemical_C1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 8.682982023 C6_chemical_C2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 8.410684544 C6_chemical_C3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.586345705 L4_control_A1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.930314758 L4_control_A2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 6.39272289 L4_control_A3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 4.993871429 L4_control_B1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 6.250396231 L4_control_B2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.638080887 L4_control_B3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 9.94204087 L4_control_C2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 8.587172307 L4_control_C3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.823316687 L4_chemical_A1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.869640326 L4_chemical_A2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.764496598 L4_chemical_A3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.533727129 L4_chemical_B1 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 6.438099247 L4_chemical_B2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.568360324 L4_chemical_B3 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 7.524342522 L4_chemical_C2 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 8.439338472 L4_chemical_C3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.281711675 C6_control_A1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.648046177 C6_control_A3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.673512876 C6_control_B1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 6.158783779 C6_control_B2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.839216952 C6_control_B3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.977133339 C6_control_C1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 6.469873985 C6_control_C2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 7.077281154 C6_control_C3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.886940635 C6_chemical_A1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.955714212 C6_chemical_A3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.409482165 C6_chemical_B1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.532660599 C6_chemical_B2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.741007005 C6_chemical_B3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 7.216382337 C6_chemical_C1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 7.569812599 C6_chemical_C2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 7.817619294 C6_chemical_C3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.388667398 L4_control_A1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.40994673 L4_control_A2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.911424128 L4_control_A3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.795010972 L4_control_B1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.536763629 L4_control_B2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.68080521 L4_control_B3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 6.911320879 L4_control_C2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.380655488 L4_control_C3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 6.098064229 L4_chemical_A1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.7499537 L4_chemical_A2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.857489324 L4_chemical_A3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.144379073 L4_chemical_B1 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.597732046 L4_chemical_B2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.303292462 L4_chemical_B3 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 10.22270056 L4_chemical_C2 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 5.144513637 L4_chemical_C3 +LQ01X005390 Putative uncharacterized protein 5.950275492 C6_control_A1 +LQ01X005390 Putative uncharacterized protein 5.350124757 C6_control_A3 +LQ01X005390 Putative uncharacterized protein 5.918247766 C6_control_B1 +LQ01X005390 Putative uncharacterized protein 5.490740105 C6_control_B2 +LQ01X005390 Putative uncharacterized protein 5.58627264 C6_control_B3 +LQ01X005390 Putative uncharacterized protein 5.402716765 C6_control_C1 +LQ01X005390 Putative uncharacterized protein 5.243481999 C6_control_C2 +LQ01X005390 Putative uncharacterized protein 5.118324336 C6_control_C3 +LQ01X005390 Putative uncharacterized protein 6.000758707 C6_chemical_A1 +LQ01X005390 Putative uncharacterized protein 5.712531621 C6_chemical_A3 +LQ01X005390 Putative uncharacterized protein 6.201501046 C6_chemical_B1 +LQ01X005390 Putative uncharacterized protein 5.608097981 C6_chemical_B2 +LQ01X005390 Putative uncharacterized protein 5.268608025 C6_chemical_B3 +LQ01X005390 Putative uncharacterized protein 5.541820868 C6_chemical_C1 +LQ01X005390 Putative uncharacterized protein 5.297681198 C6_chemical_C2 +LQ01X005390 Putative uncharacterized protein 4.989745213 C6_chemical_C3 +LQ01X005390 Putative uncharacterized protein 5.41617998 L4_control_A1 +LQ01X005390 Putative uncharacterized protein 6.028137381 L4_control_A2 +LQ01X005390 Putative uncharacterized protein 5.609073272 L4_control_A3 +LQ01X005390 Putative uncharacterized protein 5.371057473 L4_control_B1 +LQ01X005390 Putative uncharacterized protein 5.517950367 L4_control_B2 +LQ01X005390 Putative uncharacterized protein 5.201755591 L4_control_B3 +LQ01X005390 Putative uncharacterized protein 5.119874649 L4_control_C2 +LQ01X005390 Putative uncharacterized protein 5.308569173 L4_control_C3 +LQ01X005390 Putative uncharacterized protein 5.365171317 L4_chemical_A1 +LQ01X005390 Putative uncharacterized protein 5.492019078 L4_chemical_A2 +LQ01X005390 Putative uncharacterized protein 5.207401577 L4_chemical_A3 +LQ01X005390 Putative uncharacterized protein 5.905655782 L4_chemical_B1 +LQ01X005390 Putative uncharacterized protein 5.751489089 L4_chemical_B2 +LQ01X005390 Putative uncharacterized protein 5.190746588 L4_chemical_B3 +LQ01X005390 Putative uncharacterized protein 5.066708197 L4_chemical_C2 +LQ01X005390 Putative uncharacterized protein 5.043814334 L4_chemical_C3 +LQ01X005460 Polyadenylate-binding protein 2 13.12555494 C6_control_A1 +LQ01X005460 Polyadenylate-binding protein 2 13.19675479 C6_control_A3 +LQ01X005460 Polyadenylate-binding protein 2 12.82199705 C6_control_B1 +LQ01X005460 Polyadenylate-binding protein 2 12.65911663 C6_control_B2 +LQ01X005460 Polyadenylate-binding protein 2 12.93092448 C6_control_B3 +LQ01X005460 Polyadenylate-binding protein 2 12.78870836 C6_control_C1 +LQ01X005460 Polyadenylate-binding protein 2 12.84052194 C6_control_C2 +LQ01X005460 Polyadenylate-binding protein 2 12.31710992 C6_control_C3 +LQ01X005460 Polyadenylate-binding protein 2 13.30347098 C6_chemical_A1 +LQ01X005460 Polyadenylate-binding protein 2 13.65723098 C6_chemical_A3 +LQ01X005460 Polyadenylate-binding protein 2 12.82690895 C6_chemical_B1 +LQ01X005460 Polyadenylate-binding protein 2 13.0218093 C6_chemical_B2 +LQ01X005460 Polyadenylate-binding protein 2 13.07244676 C6_chemical_B3 +LQ01X005460 Polyadenylate-binding protein 2 12.78650247 C6_chemical_C1 +LQ01X005460 Polyadenylate-binding protein 2 13.12847073 C6_chemical_C2 +LQ01X005460 Polyadenylate-binding protein 2 12.82930468 C6_chemical_C3 +LQ01X005460 Polyadenylate-binding protein 2 13.6155235 L4_control_A1 +LQ01X005460 Polyadenylate-binding protein 2 13.61740425 L4_control_A2 +LQ01X005460 Polyadenylate-binding protein 2 13.9103463 L4_control_A3 +LQ01X005460 Polyadenylate-binding protein 2 13.2231947 L4_control_B1 +LQ01X005460 Polyadenylate-binding protein 2 13.41555953 L4_control_B2 +LQ01X005460 Polyadenylate-binding protein 2 13.85922594 L4_control_B3 +LQ01X005460 Polyadenylate-binding protein 2 12.72076667 L4_control_C2 +LQ01X005460 Polyadenylate-binding protein 2 13.17375948 L4_control_C3 +LQ01X005460 Polyadenylate-binding protein 2 13.14398017 L4_chemical_A1 +LQ01X005460 Polyadenylate-binding protein 2 13.12108616 L4_chemical_A2 +LQ01X005460 Polyadenylate-binding protein 2 13.74541941 L4_chemical_A3 +LQ01X005460 Polyadenylate-binding protein 2 12.54377764 L4_chemical_B1 +LQ01X005460 Polyadenylate-binding protein 2 12.82962624 L4_chemical_B2 +LQ01X005460 Polyadenylate-binding protein 2 13.71513907 L4_chemical_B3 +LQ01X005460 Polyadenylate-binding protein 2 12.82683783 L4_chemical_C2 +LQ01X005460 Polyadenylate-binding protein 2 13.11142206 L4_chemical_C3 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.61050919 C6_control_A1 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.48990179 C6_control_A3 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.20270242 C6_control_B1 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.77530507 C6_control_B2 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.85972299 C6_control_B3 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.70503704 C6_control_C1 +LQ01X005470 Putative Uncharacterized protein MJ1426 12.55631232 C6_control_C2 +LQ01X005470 Putative Uncharacterized protein MJ1426 12.43783617 C6_control_C3 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.72063134 C6_chemical_A1 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.65101254 C6_chemical_A3 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.33580322 C6_chemical_B1 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.84038343 C6_chemical_B2 +LQ01X005470 Putative Uncharacterized protein MJ1426 12.39508568 C6_chemical_B3 +LQ01X005470 Putative Uncharacterized protein MJ1426 12.12586423 C6_chemical_C1 +LQ01X005470 Putative Uncharacterized protein MJ1426 12.22544167 C6_chemical_C2 +LQ01X005470 Putative Uncharacterized protein MJ1426 12.87464029 C6_chemical_C3 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.15091976 L4_control_A1 +LQ01X005470 Putative Uncharacterized protein MJ1426 9.941081499 L4_control_A2 +LQ01X005470 Putative Uncharacterized protein MJ1426 9.318857748 L4_control_A3 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.75129644 L4_control_B1 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.38528013 L4_control_B2 +LQ01X005470 Putative Uncharacterized protein MJ1426 12.14738809 L4_control_B3 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.49590322 L4_control_C2 +LQ01X005470 Putative Uncharacterized protein MJ1426 12.08638417 L4_control_C3 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.83502202 L4_chemical_A1 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.38556628 L4_chemical_A2 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.16764262 L4_chemical_A3 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.43140932 L4_chemical_B1 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.30523752 L4_chemical_B2 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.65139454 L4_chemical_B3 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.43335728 L4_chemical_C2 +LQ01X005470 Putative Uncharacterized protein MJ1426 11.89425411 L4_chemical_C3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.87879133 C6_control_A1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.06321452 C6_control_A3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.47928462 C6_control_B1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.00193244 C6_control_B2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.60631347 C6_control_B3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.10532383 C6_control_C1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.19901085 C6_control_C2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.19678853 C6_control_C3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.26150318 C6_chemical_A1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.92065738 C6_chemical_A3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.11952352 C6_chemical_B1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.52211661 C6_chemical_B2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.8371585 C6_chemical_B3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.30207584 C6_chemical_C1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.22752973 C6_chemical_C2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.46280086 C6_chemical_C3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.99974303 L4_control_A1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.49643198 L4_control_A2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.16511423 L4_control_A3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.65752029 L4_control_B1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 11.91942377 L4_control_B2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.35404369 L4_control_B3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.23752785 L4_control_C2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.82961916 L4_control_C3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.42665248 L4_chemical_A1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.93097986 L4_chemical_A2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.81114268 L4_chemical_A3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.35267228 L4_chemical_B1 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.78215326 L4_chemical_B2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.09120102 L4_chemical_B3 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.2239537 L4_chemical_C2 +LQ01X005480 Ethylene-responsive transcription factor ERF010 12.84760857 L4_chemical_C3 +LQ01X005490 Hypothetical protein 6.229044979 C6_control_A1 +LQ01X005490 Hypothetical protein 5.830376829 C6_control_A3 +LQ01X005490 Hypothetical protein 6.624092071 C6_control_B1 +LQ01X005490 Hypothetical protein 6.240204599 C6_control_B2 +LQ01X005490 Hypothetical protein 7.165077668 C6_control_B3 +LQ01X005490 Hypothetical protein 5.920472071 C6_control_C1 +LQ01X005490 Hypothetical protein 6.075918216 C6_control_C2 +LQ01X005490 Hypothetical protein 6.087385203 C6_control_C3 +LQ01X005490 Hypothetical protein 6.36016122 C6_chemical_A1 +LQ01X005490 Hypothetical protein 6.46856817 C6_chemical_A3 +LQ01X005490 Hypothetical protein 6.353576258 C6_chemical_B1 +LQ01X005490 Hypothetical protein 6.421706218 C6_chemical_B2 +LQ01X005490 Hypothetical protein 6.356986668 C6_chemical_B3 +LQ01X005490 Hypothetical protein 5.902503276 C6_chemical_C1 +LQ01X005490 Hypothetical protein 6.632184041 C6_chemical_C2 +LQ01X005490 Hypothetical protein 6.228772547 C6_chemical_C3 +LQ01X005490 Hypothetical protein 5.982849788 L4_control_A1 +LQ01X005490 Hypothetical protein 6.661018351 L4_control_A2 +LQ01X005490 Hypothetical protein 6.076151338 L4_control_A3 +LQ01X005490 Hypothetical protein 6.382481669 L4_control_B1 +LQ01X005490 Hypothetical protein 6.523504467 L4_control_B2 +LQ01X005490 Hypothetical protein 6.541024302 L4_control_B3 +LQ01X005490 Hypothetical protein 6.953112019 L4_control_C2 +LQ01X005490 Hypothetical protein 6.033216713 L4_control_C3 +LQ01X005490 Hypothetical protein 6.223733258 L4_chemical_A1 +LQ01X005490 Hypothetical protein 6.481494507 L4_chemical_A2 +LQ01X005490 Hypothetical protein 7.010063272 L4_chemical_A3 +LQ01X005490 Hypothetical protein 6.212418039 L4_chemical_B1 +LQ01X005490 Hypothetical protein 6.454907539 L4_chemical_B2 +LQ01X005490 Hypothetical protein 6.372376156 L4_chemical_B3 +LQ01X005490 Hypothetical protein 7.933323087 L4_chemical_C2 +LQ01X005490 Hypothetical protein 6.854590485 L4_chemical_C3 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.755801316 C6_control_A1 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.169814339 C6_control_A3 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.652551166 C6_control_B1 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.907190333 C6_control_B2 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.295597006 C6_control_B3 +LQ01X005500 Sumo-conjugating enzyme ubc9 10.39482945 C6_control_C1 +LQ01X005500 Sumo-conjugating enzyme ubc9 10.14106258 C6_control_C2 +LQ01X005500 Sumo-conjugating enzyme ubc9 10.98221551 C6_control_C3 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.616036462 C6_chemical_A1 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.004645302 C6_chemical_A3 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.752190451 C6_chemical_B1 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.337535648 C6_chemical_B2 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.839347504 C6_chemical_B3 +LQ01X005500 Sumo-conjugating enzyme ubc9 10.23767421 C6_chemical_C1 +LQ01X005500 Sumo-conjugating enzyme ubc9 10.0393923 C6_chemical_C2 +LQ01X005500 Sumo-conjugating enzyme ubc9 10.57571581 C6_chemical_C3 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.237820904 L4_control_A1 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.834196553 L4_control_A2 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.014651497 L4_control_A3 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.112659355 L4_control_B1 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.526234001 L4_control_B2 +LQ01X005500 Sumo-conjugating enzyme ubc9 9.404833077 L4_control_B3 +LQ01X005500 Sumo-conjugating enzyme ubc9 9.271030523 L4_control_C2 +LQ01X005500 Sumo-conjugating enzyme ubc9 9.995115979 L4_control_C3 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.547286333 L4_chemical_A1 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.313696054 L4_chemical_A2 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.998847067 L4_chemical_A3 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.789330377 L4_chemical_B1 +LQ01X005500 Sumo-conjugating enzyme ubc9 6.948371146 L4_chemical_B2 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.606344788 L4_chemical_B3 +LQ01X005500 Sumo-conjugating enzyme ubc9 8.575931163 L4_chemical_C2 +LQ01X005500 Sumo-conjugating enzyme ubc9 10.16928481 L4_chemical_C3 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.53962905 C6_control_A1 +LQ01X005520 Probable inactive receptor kinase At5g67200 13.2969827 C6_control_A3 +LQ01X005520 Probable inactive receptor kinase At5g67200 11.77969631 C6_control_B1 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.05616505 C6_control_B2 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.14621402 C6_control_B3 +LQ01X005520 Probable inactive receptor kinase At5g67200 9.511016483 C6_control_C1 +LQ01X005520 Probable inactive receptor kinase At5g67200 9.548955484 C6_control_C2 +LQ01X005520 Probable inactive receptor kinase At5g67200 9.95259574 C6_control_C3 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.55080706 C6_chemical_A1 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.97129322 C6_chemical_A3 +LQ01X005520 Probable inactive receptor kinase At5g67200 11.58922985 C6_chemical_B1 +LQ01X005520 Probable inactive receptor kinase At5g67200 11.59887142 C6_chemical_B2 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.12668764 C6_chemical_B3 +LQ01X005520 Probable inactive receptor kinase At5g67200 9.087825653 C6_chemical_C1 +LQ01X005520 Probable inactive receptor kinase At5g67200 8.51437574 C6_chemical_C2 +LQ01X005520 Probable inactive receptor kinase At5g67200 8.497602538 C6_chemical_C3 +LQ01X005520 Probable inactive receptor kinase At5g67200 13.19668731 L4_control_A1 +LQ01X005520 Probable inactive receptor kinase At5g67200 13.00468577 L4_control_A2 +LQ01X005520 Probable inactive receptor kinase At5g67200 13.2947392 L4_control_A3 +LQ01X005520 Probable inactive receptor kinase At5g67200 11.9711989 L4_control_B1 +LQ01X005520 Probable inactive receptor kinase At5g67200 11.99957787 L4_control_B2 +LQ01X005520 Probable inactive receptor kinase At5g67200 11.89312705 L4_control_B3 +LQ01X005520 Probable inactive receptor kinase At5g67200 8.10190414 L4_control_C2 +LQ01X005520 Probable inactive receptor kinase At5g67200 8.202810089 L4_control_C3 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.08328132 L4_chemical_A1 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.15400001 L4_chemical_A2 +LQ01X005520 Probable inactive receptor kinase At5g67200 13.25940681 L4_chemical_A3 +LQ01X005520 Probable inactive receptor kinase At5g67200 11.75754388 L4_chemical_B1 +LQ01X005520 Probable inactive receptor kinase At5g67200 11.93002682 L4_chemical_B2 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.06619779 L4_chemical_B3 +LQ01X005520 Probable inactive receptor kinase At5g67200 7.523009821 L4_chemical_C2 +LQ01X005520 Probable inactive receptor kinase At5g67200 7.905619698 L4_chemical_C3 +LQ01X005530 Predicted protein 5.851445796 C6_control_A1 +LQ01X005530 Predicted protein 5.297738564 C6_control_A3 +LQ01X005530 Predicted protein 5.575602758 C6_control_B1 +LQ01X005530 Predicted protein 5.918790352 C6_control_B2 +LQ01X005530 Predicted protein 5.481392509 C6_control_B3 +LQ01X005530 Predicted protein 5.671313996 C6_control_C1 +LQ01X005530 Predicted protein 5.609852733 C6_control_C2 +LQ01X005530 Predicted protein 5.561329838 C6_control_C3 +LQ01X005530 Predicted protein 5.596685806 C6_chemical_A1 +LQ01X005530 Predicted protein 5.907766665 C6_chemical_A3 +LQ01X005530 Predicted protein 5.184903234 C6_chemical_B1 +LQ01X005530 Predicted protein 5.847025982 C6_chemical_B2 +LQ01X005530 Predicted protein 5.905506017 C6_chemical_B3 +LQ01X005530 Predicted protein 5.361724118 C6_chemical_C1 +LQ01X005530 Predicted protein 5.30734763 C6_chemical_C2 +LQ01X005530 Predicted protein 5.592679012 C6_chemical_C3 +LQ01X005530 Predicted protein 5.891917455 L4_control_A1 +LQ01X005530 Predicted protein 5.897960021 L4_control_A2 +LQ01X005530 Predicted protein 6.340182551 L4_control_A3 +LQ01X005530 Predicted protein 6.500359878 L4_control_B1 +LQ01X005530 Predicted protein 5.560381028 L4_control_B2 +LQ01X005530 Predicted protein 5.760995534 L4_control_B3 +LQ01X005530 Predicted protein 5.953052315 L4_control_C2 +LQ01X005530 Predicted protein 6.281636057 L4_control_C3 +LQ01X005530 Predicted protein 5.426655562 L4_chemical_A1 +LQ01X005530 Predicted protein 6.701244103 L4_chemical_A2 +LQ01X005530 Predicted protein 6.444894254 L4_chemical_A3 +LQ01X005530 Predicted protein 5.784659021 L4_chemical_B1 +LQ01X005530 Predicted protein 5.955734017 L4_chemical_B2 +LQ01X005530 Predicted protein 5.914677616 L4_chemical_B3 +LQ01X005530 Predicted protein 5.398908143 L4_chemical_C2 +LQ01X005530 Predicted protein 7.293653217 L4_chemical_C3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.60913247 C6_control_A1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.51833201 C6_control_A3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.6724848 C6_control_B1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 12.15021477 C6_control_B2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.80681657 C6_control_B3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.44759152 C6_control_C1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.94969372 C6_control_C2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.64628427 C6_control_C3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.43156806 C6_chemical_A1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.28988857 C6_chemical_A3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.51557732 C6_chemical_B1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 12.50431699 C6_chemical_B2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.83382578 C6_chemical_B3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.22987357 C6_chemical_C1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.65503333 C6_chemical_C2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.69579198 C6_chemical_C3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 10.80833446 L4_control_A1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.42052086 L4_control_A2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.07093651 L4_control_A3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 10.63045601 L4_control_B1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.09898173 L4_control_B2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 10.89303615 L4_control_B3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.19241921 L4_control_C2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 10.79873067 L4_control_C3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.49700713 L4_chemical_A1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 12.02973236 L4_chemical_A2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.33773672 L4_chemical_A3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.3998628 L4_chemical_B1 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 10.80310565 L4_chemical_B2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.01074044 L4_chemical_B3 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.14030127 L4_chemical_C2 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 10.7742391 L4_chemical_C3 +LQ01X005580 Putative Probable WRKY transcription factor 7 13.15830567 C6_control_A1 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.91175087 C6_control_A3 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.51857931 C6_control_B1 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.32314379 C6_control_B2 +LQ01X005580 Putative Probable WRKY transcription factor 7 13.18198034 C6_control_B3 +LQ01X005580 Putative Probable WRKY transcription factor 7 11.94275867 C6_control_C1 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.03278258 C6_control_C2 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.68628786 C6_control_C3 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.9143757 C6_chemical_A1 +LQ01X005580 Putative Probable WRKY transcription factor 7 13.20576627 C6_chemical_A3 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.50455218 C6_chemical_B1 +LQ01X005580 Putative Probable WRKY transcription factor 7 11.97124649 C6_chemical_B2 +LQ01X005580 Putative Probable WRKY transcription factor 7 13.33337832 C6_chemical_B3 +LQ01X005580 Putative Probable WRKY transcription factor 7 11.7615776 C6_chemical_C1 +LQ01X005580 Putative Probable WRKY transcription factor 7 11.43487426 C6_chemical_C2 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.84842757 C6_chemical_C3 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.51214549 L4_control_A1 +LQ01X005580 Putative Probable WRKY transcription factor 7 11.91581897 L4_control_A2 +LQ01X005580 Putative Probable WRKY transcription factor 7 11.69551916 L4_control_A3 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.36344552 L4_control_B1 +LQ01X005580 Putative Probable WRKY transcription factor 7 11.95963175 L4_control_B2 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.77636532 L4_control_B3 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.25683246 L4_control_C2 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.45186314 L4_control_C3 +LQ01X005580 Putative Probable WRKY transcription factor 7 13.07770635 L4_chemical_A1 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.37659327 L4_chemical_A2 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.46047325 L4_chemical_A3 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.92343594 L4_chemical_B1 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.2008118 L4_chemical_B2 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.7782921 L4_chemical_B3 +LQ01X005580 Putative Probable WRKY transcription factor 7 11.61112896 L4_chemical_C2 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.10502898 L4_chemical_C3 +LQ01X005590 Glycosyltransferase 11.55829545 C6_control_A1 +LQ01X005590 Glycosyltransferase 11.62184089 C6_control_A3 +LQ01X005590 Glycosyltransferase 12.77786493 C6_control_B1 +LQ01X005590 Glycosyltransferase 13.23344709 C6_control_B2 +LQ01X005590 Glycosyltransferase 13.312775 C6_control_B3 +LQ01X005590 Glycosyltransferase 10.16424151 C6_control_C1 +LQ01X005590 Glycosyltransferase 10.44180143 C6_control_C2 +LQ01X005590 Glycosyltransferase 10.35743572 C6_control_C3 +LQ01X005590 Glycosyltransferase 11.9388943 C6_chemical_A1 +LQ01X005590 Glycosyltransferase 11.59879244 C6_chemical_A3 +LQ01X005590 Glycosyltransferase 12.9778133 C6_chemical_B1 +LQ01X005590 Glycosyltransferase 13.13182784 C6_chemical_B2 +LQ01X005590 Glycosyltransferase 13.18701353 C6_chemical_B3 +LQ01X005590 Glycosyltransferase 10.14865709 C6_chemical_C1 +LQ01X005590 Glycosyltransferase 10.2488215 C6_chemical_C2 +LQ01X005590 Glycosyltransferase 9.810801972 C6_chemical_C3 +LQ01X005590 Glycosyltransferase 11.6093343 L4_control_A1 +LQ01X005590 Glycosyltransferase 12.06233207 L4_control_A2 +LQ01X005590 Glycosyltransferase 12.37619655 L4_control_A3 +LQ01X005590 Glycosyltransferase 13.34993474 L4_control_B1 +LQ01X005590 Glycosyltransferase 14.03493524 L4_control_B2 +LQ01X005590 Glycosyltransferase 13.85411912 L4_control_B3 +LQ01X005590 Glycosyltransferase 11.22870254 L4_control_C2 +LQ01X005590 Glycosyltransferase 11.4812832 L4_control_C3 +LQ01X005590 Glycosyltransferase 11.35851039 L4_chemical_A1 +LQ01X005590 Glycosyltransferase 11.81668501 L4_chemical_A2 +LQ01X005590 Glycosyltransferase 12.0770479 L4_chemical_A3 +LQ01X005590 Glycosyltransferase 12.78283947 L4_chemical_B1 +LQ01X005590 Glycosyltransferase 13.08593833 L4_chemical_B2 +LQ01X005590 Glycosyltransferase 12.73162273 L4_chemical_B3 +LQ01X005590 Glycosyltransferase 11.02838355 L4_chemical_C2 +LQ01X005590 Glycosyltransferase 11.26364526 L4_chemical_C3 +LQ01X005600 Cysteine proteinase RD21a 13.84031228 C6_control_A1 +LQ01X005600 Cysteine proteinase RD21a 13.8334125 C6_control_A3 +LQ01X005600 Cysteine proteinase RD21a 13.96357044 C6_control_B1 +LQ01X005600 Cysteine proteinase RD21a 14.28259113 C6_control_B2 +LQ01X005600 Cysteine proteinase RD21a 14.33667872 C6_control_B3 +LQ01X005600 Cysteine proteinase RD21a 13.55465819 C6_control_C1 +LQ01X005600 Cysteine proteinase RD21a 13.72965605 C6_control_C2 +LQ01X005600 Cysteine proteinase RD21a 14.0450158 C6_control_C3 +LQ01X005600 Cysteine proteinase RD21a 13.72676345 C6_chemical_A1 +LQ01X005600 Cysteine proteinase RD21a 14.08015327 C6_chemical_A3 +LQ01X005600 Cysteine proteinase RD21a 13.82017057 C6_chemical_B1 +LQ01X005600 Cysteine proteinase RD21a 13.80715248 C6_chemical_B2 +LQ01X005600 Cysteine proteinase RD21a 14.16487106 C6_chemical_B3 +LQ01X005600 Cysteine proteinase RD21a 13.33079309 C6_chemical_C1 +LQ01X005600 Cysteine proteinase RD21a 12.96288398 C6_chemical_C2 +LQ01X005600 Cysteine proteinase RD21a 13.52320049 C6_chemical_C3 +LQ01X005600 Cysteine proteinase RD21a 13.87426983 L4_control_A1 +LQ01X005600 Cysteine proteinase RD21a 13.08135363 L4_control_A2 +LQ01X005600 Cysteine proteinase RD21a 12.80649739 L4_control_A3 +LQ01X005600 Cysteine proteinase RD21a 13.10177951 L4_control_B1 +LQ01X005600 Cysteine proteinase RD21a 13.24226324 L4_control_B2 +LQ01X005600 Cysteine proteinase RD21a 13.81347166 L4_control_B3 +LQ01X005600 Cysteine proteinase RD21a 11.71327436 L4_control_C2 +LQ01X005600 Cysteine proteinase RD21a 11.43471264 L4_control_C3 +LQ01X005600 Cysteine proteinase RD21a 13.50909002 L4_chemical_A1 +LQ01X005600 Cysteine proteinase RD21a 12.85229239 L4_chemical_A2 +LQ01X005600 Cysteine proteinase RD21a 13.21562817 L4_chemical_A3 +LQ01X005600 Cysteine proteinase RD21a 12.91821946 L4_chemical_B1 +LQ01X005600 Cysteine proteinase RD21a 12.70593639 L4_chemical_B2 +LQ01X005600 Cysteine proteinase RD21a 13.78512384 L4_chemical_B3 +LQ01X005600 Cysteine proteinase RD21a 10.98629029 L4_chemical_C2 +LQ01X005600 Cysteine proteinase RD21a 11.31714902 L4_chemical_C3 +LQ01X005620 Protein RER1A 12.17860079 C6_control_A1 +LQ01X005620 Protein RER1A 12.82644596 C6_control_A3 +LQ01X005620 Protein RER1A 12.52390378 C6_control_B1 +LQ01X005620 Protein RER1A 11.67390304 C6_control_B2 +LQ01X005620 Protein RER1A 12.4203489 C6_control_B3 +LQ01X005620 Protein RER1A 11.7492056 C6_control_C1 +LQ01X005620 Protein RER1A 11.91874992 C6_control_C2 +LQ01X005620 Protein RER1A 11.75051976 C6_control_C3 +LQ01X005620 Protein RER1A 12.24646421 C6_chemical_A1 +LQ01X005620 Protein RER1A 12.29065382 C6_chemical_A3 +LQ01X005620 Protein RER1A 12.52587321 C6_chemical_B1 +LQ01X005620 Protein RER1A 11.84833679 C6_chemical_B2 +LQ01X005620 Protein RER1A 12.25478277 C6_chemical_B3 +LQ01X005620 Protein RER1A 11.67249249 C6_chemical_C1 +LQ01X005620 Protein RER1A 11.84050439 C6_chemical_C2 +LQ01X005620 Protein RER1A 11.41865144 C6_chemical_C3 +LQ01X005620 Protein RER1A 12.37617902 L4_control_A1 +LQ01X005620 Protein RER1A 12.13068569 L4_control_A2 +LQ01X005620 Protein RER1A 13.06214501 L4_control_A3 +LQ01X005620 Protein RER1A 12.34675464 L4_control_B1 +LQ01X005620 Protein RER1A 12.41144475 L4_control_B2 +LQ01X005620 Protein RER1A 11.84335807 L4_control_B3 +LQ01X005620 Protein RER1A 12.26829445 L4_control_C2 +LQ01X005620 Protein RER1A 12.62907736 L4_control_C3 +LQ01X005620 Protein RER1A 11.91133939 L4_chemical_A1 +LQ01X005620 Protein RER1A 12.16294094 L4_chemical_A2 +LQ01X005620 Protein RER1A 12.79258692 L4_chemical_A3 +LQ01X005620 Protein RER1A 12.50854698 L4_chemical_B1 +LQ01X005620 Protein RER1A 12.16820893 L4_chemical_B2 +LQ01X005620 Protein RER1A 12.21577488 L4_chemical_B3 +LQ01X005620 Protein RER1A 12.40923154 L4_chemical_C2 +LQ01X005620 Protein RER1A 12.58695007 L4_chemical_C3 +LQ01X005650 Cyclin-D3-2 8.609259633 C6_control_A1 +LQ01X005650 Cyclin-D3-2 8.593301393 C6_control_A3 +LQ01X005650 Cyclin-D3-2 7.103887352 C6_control_B1 +LQ01X005650 Cyclin-D3-2 8.360868029 C6_control_B2 +LQ01X005650 Cyclin-D3-2 6.953335215 C6_control_B3 +LQ01X005650 Cyclin-D3-2 5.283373175 C6_control_C1 +LQ01X005650 Cyclin-D3-2 5.548532861 C6_control_C2 +LQ01X005650 Cyclin-D3-2 5.596611117 C6_control_C3 +LQ01X005650 Cyclin-D3-2 8.103633861 C6_chemical_A1 +LQ01X005650 Cyclin-D3-2 8.80136404 C6_chemical_A3 +LQ01X005650 Cyclin-D3-2 6.505594477 C6_chemical_B1 +LQ01X005650 Cyclin-D3-2 8.510591404 C6_chemical_B2 +LQ01X005650 Cyclin-D3-2 6.223633195 C6_chemical_B3 +LQ01X005650 Cyclin-D3-2 5.302468144 C6_chemical_C1 +LQ01X005650 Cyclin-D3-2 5.654047716 C6_chemical_C2 +LQ01X005650 Cyclin-D3-2 5.677098172 C6_chemical_C3 +LQ01X005650 Cyclin-D3-2 9.526539415 L4_control_A1 +LQ01X005650 Cyclin-D3-2 7.832651547 L4_control_A2 +LQ01X005650 Cyclin-D3-2 7.619530645 L4_control_A3 +LQ01X005650 Cyclin-D3-2 7.034944552 L4_control_B1 +LQ01X005650 Cyclin-D3-2 6.316721626 L4_control_B2 +LQ01X005650 Cyclin-D3-2 6.781824184 L4_control_B3 +LQ01X005650 Cyclin-D3-2 5.571185486 L4_control_C2 +LQ01X005650 Cyclin-D3-2 5.437789859 L4_control_C3 +LQ01X005650 Cyclin-D3-2 8.901401778 L4_chemical_A1 +LQ01X005650 Cyclin-D3-2 6.815355096 L4_chemical_A2 +LQ01X005650 Cyclin-D3-2 7.500368783 L4_chemical_A3 +LQ01X005650 Cyclin-D3-2 6.472480817 L4_chemical_B1 +LQ01X005650 Cyclin-D3-2 6.138344128 L4_chemical_B2 +LQ01X005650 Cyclin-D3-2 8.283150704 L4_chemical_B3 +LQ01X005650 Cyclin-D3-2 5.625181172 L4_chemical_C2 +LQ01X005650 Cyclin-D3-2 5.649406999 L4_chemical_C3 +LQ01X005660 ADP-ribosylation factor 1 5.478983849 C6_control_A1 +LQ01X005660 ADP-ribosylation factor 1 5.359684732 C6_control_A3 +LQ01X005660 ADP-ribosylation factor 1 5.576867144 C6_control_B1 +LQ01X005660 ADP-ribosylation factor 1 5.553959047 C6_control_B2 +LQ01X005660 ADP-ribosylation factor 1 5.749607157 C6_control_B3 +LQ01X005660 ADP-ribosylation factor 1 5.994820508 C6_control_C1 +LQ01X005660 ADP-ribosylation factor 1 6.22631149 C6_control_C2 +LQ01X005660 ADP-ribosylation factor 1 6.373129395 C6_control_C3 +LQ01X005660 ADP-ribosylation factor 1 5.702973721 C6_chemical_A1 +LQ01X005660 ADP-ribosylation factor 1 5.339588428 C6_chemical_A3 +LQ01X005660 ADP-ribosylation factor 1 5.387087335 C6_chemical_B1 +LQ01X005660 ADP-ribosylation factor 1 5.667288064 C6_chemical_B2 +LQ01X005660 ADP-ribosylation factor 1 5.341445139 C6_chemical_B3 +LQ01X005660 ADP-ribosylation factor 1 5.933893794 C6_chemical_C1 +LQ01X005660 ADP-ribosylation factor 1 5.779729699 C6_chemical_C2 +LQ01X005660 ADP-ribosylation factor 1 6.141558112 C6_chemical_C3 +LQ01X005660 ADP-ribosylation factor 1 5.377061115 L4_control_A1 +LQ01X005660 ADP-ribosylation factor 1 5.637079779 L4_control_A2 +LQ01X005660 ADP-ribosylation factor 1 5.384338701 L4_control_A3 +LQ01X005660 ADP-ribosylation factor 1 5.244597941 L4_control_B1 +LQ01X005660 ADP-ribosylation factor 1 5.468027807 L4_control_B2 +LQ01X005660 ADP-ribosylation factor 1 5.717436242 L4_control_B3 +LQ01X005660 ADP-ribosylation factor 1 5.070677003 L4_control_C2 +LQ01X005660 ADP-ribosylation factor 1 5.633637354 L4_control_C3 +LQ01X005660 ADP-ribosylation factor 1 5.553646982 L4_chemical_A1 +LQ01X005660 ADP-ribosylation factor 1 5.64819717 L4_chemical_A2 +LQ01X005660 ADP-ribosylation factor 1 5.280748116 L4_chemical_A3 +LQ01X005660 ADP-ribosylation factor 1 5.359617733 L4_chemical_B1 +LQ01X005660 ADP-ribosylation factor 1 5.301908024 L4_chemical_B2 +LQ01X005660 ADP-ribosylation factor 1 5.761965099 L4_chemical_B3 +LQ01X005660 ADP-ribosylation factor 1 5.324286483 L4_chemical_C2 +LQ01X005660 ADP-ribosylation factor 1 5.737159873 L4_chemical_C3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.495278875 C6_control_A1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.756154393 C6_control_A3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.30717264 C6_control_B1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 4.96831276 C6_control_B2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.135664849 C6_control_B3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.019903674 C6_control_C1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 4.817676907 C6_control_C2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 4.684256759 C6_control_C3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.617953935 C6_chemical_A1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.62903541 C6_chemical_A3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 4.861803267 C6_chemical_B1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.03204349 C6_chemical_B2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.146072423 C6_chemical_B3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 4.942995241 C6_chemical_C1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.031917417 C6_chemical_C2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 4.943331862 C6_chemical_C3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 4.853484407 L4_control_A1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.451834565 L4_control_A2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.419900529 L4_control_A3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.591696671 L4_control_B1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.261079501 L4_control_B2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.115652573 L4_control_B3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 6.038234477 L4_control_C2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.553864143 L4_control_C3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.021513974 L4_chemical_A1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.344744899 L4_chemical_A2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 4.847698116 L4_chemical_A3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.213791626 L4_chemical_B1 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.376093686 L4_chemical_B2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.011780884 L4_chemical_B3 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.621675585 L4_chemical_C2 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.582019237 L4_chemical_C3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.26018003 C6_control_A1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.07789334 C6_control_A3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.46452603 C6_control_B1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.71254405 C6_control_B2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.69372048 C6_control_B3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.59160062 C6_control_C1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.16006846 C6_control_C2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.26014992 C6_control_C3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.66679502 C6_chemical_A1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.24747813 C6_chemical_A3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.83603388 C6_chemical_B1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.62251146 C6_chemical_B2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.66347342 C6_chemical_B3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.58877026 C6_chemical_C1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.42349247 C6_chemical_C2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.05851956 C6_chemical_C3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.41002407 L4_control_A1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.47591095 L4_control_A2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.07582749 L4_control_A3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.70734993 L4_control_B1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.56040449 L4_control_B2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.99109899 L4_control_B3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.91567495 L4_control_C2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.76569002 L4_control_C3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.21893111 L4_chemical_A1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.3566 L4_chemical_A2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.28379519 L4_chemical_A3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.55251435 L4_chemical_B1 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.06875741 L4_chemical_B2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.60684787 L4_chemical_B3 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 13.26765504 L4_chemical_C2 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.92028665 L4_chemical_C3 +LQ01X005710 Transcription factor MYB44 7.556527139 C6_control_A1 +LQ01X005710 Transcription factor MYB44 6.194836407 C6_control_A3 +LQ01X005710 Transcription factor MYB44 6.305330113 C6_control_B1 +LQ01X005710 Transcription factor MYB44 6.415374284 C6_control_B2 +LQ01X005710 Transcription factor MYB44 5.879691327 C6_control_B3 +LQ01X005710 Transcription factor MYB44 7.769279472 C6_control_C1 +LQ01X005710 Transcription factor MYB44 5.515642803 C6_control_C2 +LQ01X005710 Transcription factor MYB44 6.057980176 C6_control_C3 +LQ01X005710 Transcription factor MYB44 7.208306023 C6_chemical_A1 +LQ01X005710 Transcription factor MYB44 7.117095107 C6_chemical_A3 +LQ01X005710 Transcription factor MYB44 5.795678337 C6_chemical_B1 +LQ01X005710 Transcription factor MYB44 6.574344793 C6_chemical_B2 +LQ01X005710 Transcription factor MYB44 5.40492895 C6_chemical_B3 +LQ01X005710 Transcription factor MYB44 7.391429788 C6_chemical_C1 +LQ01X005710 Transcription factor MYB44 6.442958363 C6_chemical_C2 +LQ01X005710 Transcription factor MYB44 6.159526289 C6_chemical_C3 +LQ01X005710 Transcription factor MYB44 7.64997604 L4_control_A1 +LQ01X005710 Transcription factor MYB44 7.023568352 L4_control_A2 +LQ01X005710 Transcription factor MYB44 7.068026695 L4_control_A3 +LQ01X005710 Transcription factor MYB44 6.930871726 L4_control_B1 +LQ01X005710 Transcription factor MYB44 6.807736396 L4_control_B2 +LQ01X005710 Transcription factor MYB44 6.475187822 L4_control_B3 +LQ01X005710 Transcription factor MYB44 6.594764885 L4_control_C2 +LQ01X005710 Transcription factor MYB44 6.656049252 L4_control_C3 +LQ01X005710 Transcription factor MYB44 7.135657269 L4_chemical_A1 +LQ01X005710 Transcription factor MYB44 6.893428968 L4_chemical_A2 +LQ01X005710 Transcription factor MYB44 6.966114886 L4_chemical_A3 +LQ01X005710 Transcription factor MYB44 6.002460184 L4_chemical_B1 +LQ01X005710 Transcription factor MYB44 6.891215763 L4_chemical_B2 +LQ01X005710 Transcription factor MYB44 6.454887786 L4_chemical_B3 +LQ01X005710 Transcription factor MYB44 7.403393411 L4_chemical_C2 +LQ01X005710 Transcription factor MYB44 7.749177882 L4_chemical_C3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.53768753 C6_control_A1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.04120311 C6_control_A3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.46471731 C6_control_B1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.01841402 C6_control_B2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.06918733 C6_control_B3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.58997852 C6_control_C1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.11651581 C6_control_C2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.07424853 C6_control_C3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.45094003 C6_chemical_A1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.07423744 C6_chemical_A3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.49945208 C6_chemical_B1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.02584143 C6_chemical_B2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.0909823 C6_chemical_B3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.63326142 C6_chemical_C1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.17600578 C6_chemical_C2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.24505921 C6_chemical_C3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.26664152 L4_control_A1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 11.77021991 L4_control_A2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 11.71097735 L4_control_A3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.42905023 L4_control_B1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.25607532 L4_control_B2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 11.9397741 L4_control_B3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.33787611 L4_control_C2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 11.79130672 L4_control_C3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.43216077 L4_chemical_A1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.09571669 L4_chemical_A2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 11.8889051 L4_chemical_A3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.74756847 L4_chemical_B1 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.20609777 L4_chemical_B2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.05034966 L4_chemical_B3 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.37822832 L4_chemical_C2 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.11550064 L4_chemical_C3 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.835227598 C6_control_A1 +LQ01X005750 Putative Mortality factor 4-like protein 1 9.638873138 C6_control_A3 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.621565551 C6_control_B1 +LQ01X005750 Putative Mortality factor 4-like protein 1 7.626176882 C6_control_B2 +LQ01X005750 Putative Mortality factor 4-like protein 1 9.265000075 C6_control_B3 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.825563596 C6_control_C1 +LQ01X005750 Putative Mortality factor 4-like protein 1 6.34097525 C6_control_C2 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.849115627 C6_control_C3 +LQ01X005750 Putative Mortality factor 4-like protein 1 9.89437063 C6_chemical_A1 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.405149661 C6_chemical_A3 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.979913133 C6_chemical_B1 +LQ01X005750 Putative Mortality factor 4-like protein 1 7.461504516 C6_chemical_B2 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.15995955 C6_chemical_B3 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.738192729 C6_chemical_C1 +LQ01X005750 Putative Mortality factor 4-like protein 1 6.897056709 C6_chemical_C2 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.964850887 C6_chemical_C3 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.03372143 L4_control_A1 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.51003589 L4_control_A2 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.17032239 L4_control_A3 +LQ01X005750 Putative Mortality factor 4-like protein 1 11.82408406 L4_control_B1 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.42240563 L4_control_B2 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.54808906 L4_control_B3 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.75851433 L4_control_C2 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.5246003 L4_control_C3 +LQ01X005750 Putative Mortality factor 4-like protein 1 9.664405829 L4_chemical_A1 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.63786838 L4_chemical_A2 +LQ01X005750 Putative Mortality factor 4-like protein 1 11.20771598 L4_chemical_A3 +LQ01X005750 Putative Mortality factor 4-like protein 1 9.750221934 L4_chemical_B1 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.57047725 L4_chemical_B2 +LQ01X005750 Putative Mortality factor 4-like protein 1 8.671078642 L4_chemical_B3 +LQ01X005750 Putative Mortality factor 4-like protein 1 11.31131145 L4_chemical_C2 +LQ01X005750 Putative Mortality factor 4-like protein 1 10.77452094 L4_chemical_C3 +LQ01X005760 Predicted protein 5.152782069 C6_control_A1 +LQ01X005760 Predicted protein 5.359073921 C6_control_A3 +LQ01X005760 Predicted protein 5.261444917 C6_control_B1 +LQ01X005760 Predicted protein 4.906470248 C6_control_B2 +LQ01X005760 Predicted protein 4.99101589 C6_control_B3 +LQ01X005760 Predicted protein 4.761708568 C6_control_C1 +LQ01X005760 Predicted protein 4.851719899 C6_control_C2 +LQ01X005760 Predicted protein 4.877367856 C6_control_C3 +LQ01X005760 Predicted protein 5.360566277 C6_chemical_A1 +LQ01X005760 Predicted protein 5.443318008 C6_chemical_A3 +LQ01X005760 Predicted protein 5.043064938 C6_chemical_B1 +LQ01X005760 Predicted protein 4.800630793 C6_chemical_B2 +LQ01X005760 Predicted protein 5.164904291 C6_chemical_B3 +LQ01X005760 Predicted protein 5.011995534 C6_chemical_C1 +LQ01X005760 Predicted protein 4.853474416 C6_chemical_C2 +LQ01X005760 Predicted protein 4.751310894 C6_chemical_C3 +LQ01X005760 Predicted protein 5.587895438 L4_control_A1 +LQ01X005760 Predicted protein 5.49343085 L4_control_A2 +LQ01X005760 Predicted protein 5.832648708 L4_control_A3 +LQ01X005760 Predicted protein 6.472280982 L4_control_B1 +LQ01X005760 Predicted protein 5.317403961 L4_control_B2 +LQ01X005760 Predicted protein 5.131583254 L4_control_B3 +LQ01X005760 Predicted protein 5.973645742 L4_control_C2 +LQ01X005760 Predicted protein 5.386523701 L4_control_C3 +LQ01X005760 Predicted protein 5.518444465 L4_chemical_A1 +LQ01X005760 Predicted protein 5.203115056 L4_chemical_A2 +LQ01X005760 Predicted protein 5.914298073 L4_chemical_A3 +LQ01X005760 Predicted protein 5.679970137 L4_chemical_B1 +LQ01X005760 Predicted protein 5.982985783 L4_chemical_B2 +LQ01X005760 Predicted protein 4.752752772 L4_chemical_B3 +LQ01X005760 Predicted protein 5.357815956 L4_chemical_C2 +LQ01X005760 Predicted protein 4.969937506 L4_chemical_C3 +LQ01X005790 Hypothetical protein 5.768296977 C6_control_A1 +LQ01X005790 Hypothetical protein 5.418798325 C6_control_A3 +LQ01X005790 Hypothetical protein 5.839857139 C6_control_B1 +LQ01X005790 Hypothetical protein 6.179478583 C6_control_B2 +LQ01X005790 Hypothetical protein 5.309129638 C6_control_B3 +LQ01X005790 Hypothetical protein 5.722192296 C6_control_C1 +LQ01X005790 Hypothetical protein 5.179297855 C6_control_C2 +LQ01X005790 Hypothetical protein 5.280671856 C6_control_C3 +LQ01X005790 Hypothetical protein 5.351171515 C6_chemical_A1 +LQ01X005790 Hypothetical protein 5.548309615 C6_chemical_A3 +LQ01X005790 Hypothetical protein 6.11983307 C6_chemical_B1 +LQ01X005790 Hypothetical protein 5.624700508 C6_chemical_B2 +LQ01X005790 Hypothetical protein 5.346538275 C6_chemical_B3 +LQ01X005790 Hypothetical protein 5.511804131 C6_chemical_C1 +LQ01X005790 Hypothetical protein 5.688306267 C6_chemical_C2 +LQ01X005790 Hypothetical protein 5.360777905 C6_chemical_C3 +LQ01X005790 Hypothetical protein 5.326437589 L4_control_A1 +LQ01X005790 Hypothetical protein 5.80764781 L4_control_A2 +LQ01X005790 Hypothetical protein 5.681864921 L4_control_A3 +LQ01X005790 Hypothetical protein 6.069485665 L4_control_B1 +LQ01X005790 Hypothetical protein 5.779220995 L4_control_B2 +LQ01X005790 Hypothetical protein 5.8669714 L4_control_B3 +LQ01X005790 Hypothetical protein 5.762900341 L4_control_C2 +LQ01X005790 Hypothetical protein 5.228517907 L4_control_C3 +LQ01X005790 Hypothetical protein 5.79675305 L4_chemical_A1 +LQ01X005790 Hypothetical protein 5.474450222 L4_chemical_A2 +LQ01X005790 Hypothetical protein 5.972191352 L4_chemical_A3 +LQ01X005790 Hypothetical protein 5.775832507 L4_chemical_B1 +LQ01X005790 Hypothetical protein 5.348602509 L4_chemical_B2 +LQ01X005790 Hypothetical protein 5.493159258 L4_chemical_B3 +LQ01X005790 Hypothetical protein 4.986846718 L4_chemical_C2 +LQ01X005790 Hypothetical protein 5.192236797 L4_chemical_C3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.55551429 C6_control_A1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.30872904 C6_control_A3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 11.0031085 C6_control_B1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.65716072 C6_control_B2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 11.2204284 C6_control_B3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 12.33034431 C6_control_C1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 12.43656916 C6_control_C2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 13.01861961 C6_control_C3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.68079111 C6_chemical_A1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.64397046 C6_chemical_A3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.87922953 C6_chemical_B1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.62024687 C6_chemical_B2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 11.63177759 C6_chemical_B3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 12.12993158 C6_chemical_C1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 12.24819766 C6_chemical_C2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 12.85821308 C6_chemical_C3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.32415073 L4_control_A1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 8.611585942 L4_control_A2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 9.192792678 L4_control_A3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 9.631643529 L4_control_B1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.33565622 L4_control_B2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.43985605 L4_control_B3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 12.41445913 L4_control_C2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 11.92822659 L4_control_C3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.37350862 L4_chemical_A1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 8.925145921 L4_chemical_A2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 9.505317711 L4_chemical_A3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.82388675 L4_chemical_B1 +LQ01X005800 Probable receptor-like protein kinase At2g23200 9.859991556 L4_chemical_B2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.16913674 L4_chemical_B3 +LQ01X005800 Probable receptor-like protein kinase At2g23200 11.81495952 L4_chemical_C2 +LQ01X005800 Probable receptor-like protein kinase At2g23200 11.72068755 L4_chemical_C3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.018622182 C6_control_A1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.087247578 C6_control_A3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.129175974 C6_control_B1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.347533133 C6_control_B2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.05187443 C6_control_B3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.961625576 C6_control_C1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.296930891 C6_control_C2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.795001557 C6_control_C3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.681925328 C6_chemical_A1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.980730705 C6_chemical_A3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.313324462 C6_chemical_B1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.513810181 C6_chemical_B2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.346298312 C6_chemical_B3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.776293374 C6_chemical_C1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.709150863 C6_chemical_C2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.413491359 C6_chemical_C3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.035337695 L4_control_A1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.536178839 L4_control_A2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.460153214 L4_control_A3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.612486884 L4_control_B1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.495975701 L4_control_B2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.138570877 L4_control_B3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 5.948395965 L4_control_C2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.002498606 L4_control_C3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.861468142 L4_chemical_A1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.361039321 L4_chemical_A2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.091874458 L4_chemical_A3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.298567594 L4_chemical_B1 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.247388723 L4_chemical_B2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 8.658144531 L4_chemical_B3 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 6.455023185 L4_chemical_C2 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 6.302609307 L4_chemical_C3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.3138949 C6_control_A1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.629439704 C6_control_A3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.482741577 C6_control_B1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.712766294 C6_control_B2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.033634312 C6_control_B3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.975728838 C6_control_C1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.549749876 C6_control_C2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.788773558 C6_control_C3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.60181518 C6_chemical_A1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 6.190293013 C6_chemical_A3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.794146112 C6_chemical_B1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.439568619 C6_chemical_B2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.494255037 C6_chemical_B3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.917609135 C6_chemical_C1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.347871259 C6_chemical_C2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 6.234417845 C6_chemical_C3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.637036596 L4_control_A1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.211350255 L4_control_A2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.057700039 L4_control_A3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.288374602 L4_control_B1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.516546231 L4_control_B2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.32872774 L4_control_B3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 6.129149164 L4_control_C2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.359439547 L4_control_C3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.726891985 L4_chemical_A1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.146673281 L4_chemical_A2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.240062699 L4_chemical_A3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.171154206 L4_chemical_B1 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.459144887 L4_chemical_B2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.415906278 L4_chemical_B3 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 6.627758441 L4_chemical_C2 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.717931431 L4_chemical_C3 +LQ01X005850 Predicted protein 4.987595137 C6_control_A1 +LQ01X005850 Predicted protein 5.242755063 C6_control_A3 +LQ01X005850 Predicted protein 5.360571162 C6_control_B1 +LQ01X005850 Predicted protein 5.325884794 C6_control_B2 +LQ01X005850 Predicted protein 5.003256638 C6_control_B3 +LQ01X005850 Predicted protein 5.294106282 C6_control_C1 +LQ01X005850 Predicted protein 5.187652524 C6_control_C2 +LQ01X005850 Predicted protein 5.549663145 C6_control_C3 +LQ01X005850 Predicted protein 5.12707877 C6_chemical_A1 +LQ01X005850 Predicted protein 5.289195879 C6_chemical_A3 +LQ01X005850 Predicted protein 5.38774063 C6_chemical_B1 +LQ01X005850 Predicted protein 4.977454299 C6_chemical_B2 +LQ01X005850 Predicted protein 5.71043414 C6_chemical_B3 +LQ01X005850 Predicted protein 5.188732638 C6_chemical_C1 +LQ01X005850 Predicted protein 5.221651921 C6_chemical_C2 +LQ01X005850 Predicted protein 5.564043025 C6_chemical_C3 +LQ01X005850 Predicted protein 5.281865158 L4_control_A1 +LQ01X005850 Predicted protein 5.256552162 L4_control_A2 +LQ01X005850 Predicted protein 5.207815082 L4_control_A3 +LQ01X005850 Predicted protein 5.021498605 L4_control_B1 +LQ01X005850 Predicted protein 4.732360811 L4_control_B2 +LQ01X005850 Predicted protein 5.141482913 L4_control_B3 +LQ01X005850 Predicted protein 4.701382702 L4_control_C2 +LQ01X005850 Predicted protein 5.517060189 L4_control_C3 +LQ01X005850 Predicted protein 5.873557509 L4_chemical_A1 +LQ01X005850 Predicted protein 5.225423608 L4_chemical_A2 +LQ01X005850 Predicted protein 5.831403212 L4_chemical_A3 +LQ01X005850 Predicted protein 5.307751664 L4_chemical_B1 +LQ01X005850 Predicted protein 4.933461744 L4_chemical_B2 +LQ01X005850 Predicted protein 5.256014618 L4_chemical_B3 +LQ01X005850 Predicted protein 5.308215634 L4_chemical_C2 +LQ01X005850 Predicted protein 5.270420689 L4_chemical_C3 +LQ01X005910 Isoflavone 2-hydroxylase 4.698207731 C6_control_A1 +LQ01X005910 Isoflavone 2-hydroxylase 4.692455563 C6_control_A3 +LQ01X005910 Isoflavone 2-hydroxylase 4.869310773 C6_control_B1 +LQ01X005910 Isoflavone 2-hydroxylase 4.689717957 C6_control_B2 +LQ01X005910 Isoflavone 2-hydroxylase 4.699263909 C6_control_B3 +LQ01X005910 Isoflavone 2-hydroxylase 4.499028079 C6_control_C1 +LQ01X005910 Isoflavone 2-hydroxylase 4.595319375 C6_control_C2 +LQ01X005910 Isoflavone 2-hydroxylase 4.534598964 C6_control_C3 +LQ01X005910 Isoflavone 2-hydroxylase 4.700246806 C6_chemical_A1 +LQ01X005910 Isoflavone 2-hydroxylase 4.657174653 C6_chemical_A3 +LQ01X005910 Isoflavone 2-hydroxylase 4.977493584 C6_chemical_B1 +LQ01X005910 Isoflavone 2-hydroxylase 4.42780858 C6_chemical_B2 +LQ01X005910 Isoflavone 2-hydroxylase 4.490457266 C6_chemical_B3 +LQ01X005910 Isoflavone 2-hydroxylase 4.557286051 C6_chemical_C1 +LQ01X005910 Isoflavone 2-hydroxylase 4.495630288 C6_chemical_C2 +LQ01X005910 Isoflavone 2-hydroxylase 4.440678965 C6_chemical_C3 +LQ01X005910 Isoflavone 2-hydroxylase 4.602912322 L4_control_A1 +LQ01X005910 Isoflavone 2-hydroxylase 4.489009789 L4_control_A2 +LQ01X005910 Isoflavone 2-hydroxylase 4.829177402 L4_control_A3 +LQ01X005910 Isoflavone 2-hydroxylase 4.985275086 L4_control_B1 +LQ01X005910 Isoflavone 2-hydroxylase 4.878050029 L4_control_B2 +LQ01X005910 Isoflavone 2-hydroxylase 4.982152645 L4_control_B3 +LQ01X005910 Isoflavone 2-hydroxylase 5.094575217 L4_control_C2 +LQ01X005910 Isoflavone 2-hydroxylase 4.557576394 L4_control_C3 +LQ01X005910 Isoflavone 2-hydroxylase 4.677264597 L4_chemical_A1 +LQ01X005910 Isoflavone 2-hydroxylase 4.771526504 L4_chemical_A2 +LQ01X005910 Isoflavone 2-hydroxylase 5.037517739 L4_chemical_A3 +LQ01X005910 Isoflavone 2-hydroxylase 4.864579323 L4_chemical_B1 +LQ01X005910 Isoflavone 2-hydroxylase 4.965459328 L4_chemical_B2 +LQ01X005910 Isoflavone 2-hydroxylase 4.603142073 L4_chemical_B3 +LQ01X005910 Isoflavone 2-hydroxylase 5.643093964 L4_chemical_C2 +LQ01X005910 Isoflavone 2-hydroxylase 5.144291946 L4_chemical_C3 +LQ01X005920 Hypothetical protein 5.458479782 C6_control_A1 +LQ01X005920 Hypothetical protein 5.213059535 C6_control_A3 +LQ01X005920 Hypothetical protein 5.63221937 C6_control_B1 +LQ01X005920 Hypothetical protein 5.045715887 C6_control_B2 +LQ01X005920 Hypothetical protein 5.450623653 C6_control_B3 +LQ01X005920 Hypothetical protein 5.173373485 C6_control_C1 +LQ01X005920 Hypothetical protein 5.347785314 C6_control_C2 +LQ01X005920 Hypothetical protein 5.395598658 C6_control_C3 +LQ01X005920 Hypothetical protein 5.942112009 C6_chemical_A1 +LQ01X005920 Hypothetical protein 5.69187014 C6_chemical_A3 +LQ01X005920 Hypothetical protein 5.86264354 C6_chemical_B1 +LQ01X005920 Hypothetical protein 5.285283191 C6_chemical_B2 +LQ01X005920 Hypothetical protein 5.572214364 C6_chemical_B3 +LQ01X005920 Hypothetical protein 5.395547447 C6_chemical_C1 +LQ01X005920 Hypothetical protein 5.505199442 C6_chemical_C2 +LQ01X005920 Hypothetical protein 5.075103813 C6_chemical_C3 +LQ01X005920 Hypothetical protein 5.503873063 L4_control_A1 +LQ01X005920 Hypothetical protein 5.841130949 L4_control_A2 +LQ01X005920 Hypothetical protein 5.481137793 L4_control_A3 +LQ01X005920 Hypothetical protein 5.810293158 L4_control_B1 +LQ01X005920 Hypothetical protein 6.307324429 L4_control_B2 +LQ01X005920 Hypothetical protein 5.43881847 L4_control_B3 +LQ01X005920 Hypothetical protein 5.871738791 L4_control_C2 +LQ01X005920 Hypothetical protein 5.212461902 L4_control_C3 +LQ01X005920 Hypothetical protein 5.050631585 L4_chemical_A1 +LQ01X005920 Hypothetical protein 5.713071085 L4_chemical_A2 +LQ01X005920 Hypothetical protein 5.821104626 L4_chemical_A3 +LQ01X005920 Hypothetical protein 5.986742998 L4_chemical_B1 +LQ01X005920 Hypothetical protein 6.075773016 L4_chemical_B2 +LQ01X005920 Hypothetical protein 5.057362887 L4_chemical_B3 +LQ01X005920 Hypothetical protein 5.693693105 L4_chemical_C2 +LQ01X005920 Hypothetical protein 6.020879914 L4_chemical_C3 +LQ01X005930 Cytochrome P450 81D1 5.200820696 C6_control_A1 +LQ01X005930 Cytochrome P450 81D1 5.378390786 C6_control_A3 +LQ01X005930 Cytochrome P450 81D1 5.527238209 C6_control_B1 +LQ01X005930 Cytochrome P450 81D1 5.294559666 C6_control_B2 +LQ01X005930 Cytochrome P450 81D1 5.089821653 C6_control_B3 +LQ01X005930 Cytochrome P450 81D1 5.650344401 C6_control_C1 +LQ01X005930 Cytochrome P450 81D1 5.589458166 C6_control_C2 +LQ01X005930 Cytochrome P450 81D1 5.247707872 C6_control_C3 +LQ01X005930 Cytochrome P450 81D1 5.077669649 C6_chemical_A1 +LQ01X005930 Cytochrome P450 81D1 5.213104972 C6_chemical_A3 +LQ01X005930 Cytochrome P450 81D1 4.966021129 C6_chemical_B1 +LQ01X005930 Cytochrome P450 81D1 5.521240437 C6_chemical_B2 +LQ01X005930 Cytochrome P450 81D1 5.082470976 C6_chemical_B3 +LQ01X005930 Cytochrome P450 81D1 5.640360183 C6_chemical_C1 +LQ01X005930 Cytochrome P450 81D1 5.514598635 C6_chemical_C2 +LQ01X005930 Cytochrome P450 81D1 5.269456095 C6_chemical_C3 +LQ01X005930 Cytochrome P450 81D1 5.496392069 L4_control_A1 +LQ01X005930 Cytochrome P450 81D1 5.065884483 L4_control_A2 +LQ01X005930 Cytochrome P450 81D1 6.161571709 L4_control_A3 +LQ01X005930 Cytochrome P450 81D1 5.646674093 L4_control_B1 +LQ01X005930 Cytochrome P450 81D1 5.123131601 L4_control_B2 +LQ01X005930 Cytochrome P450 81D1 4.903732038 L4_control_B3 +LQ01X005930 Cytochrome P450 81D1 5.114614709 L4_control_C2 +LQ01X005930 Cytochrome P450 81D1 4.9438754 L4_control_C3 +LQ01X005930 Cytochrome P450 81D1 5.244133399 L4_chemical_A1 +LQ01X005930 Cytochrome P450 81D1 5.293549219 L4_chemical_A2 +LQ01X005930 Cytochrome P450 81D1 6.425085179 L4_chemical_A3 +LQ01X005930 Cytochrome P450 81D1 5.360269103 L4_chemical_B1 +LQ01X005930 Cytochrome P450 81D1 5.045469336 L4_chemical_B2 +LQ01X005930 Cytochrome P450 81D1 4.856743983 L4_chemical_B3 +LQ01X005930 Cytochrome P450 81D1 4.738990013 L4_chemical_C2 +LQ01X005930 Cytochrome P450 81D1 5.348714402 L4_chemical_C3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.09318317 C6_control_A1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 10.83547112 C6_control_A3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.22899329 C6_control_B1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.52845074 C6_control_B2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.31946918 C6_control_B3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.94803215 C6_control_C1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 12.23099014 C6_control_C2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 12.0508576 C6_control_C3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 10.94970843 C6_chemical_A1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.1657303 C6_chemical_A3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.22708136 C6_chemical_B1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.72133647 C6_chemical_B2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.50946636 C6_chemical_B3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.87853366 C6_chemical_C1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.97721036 C6_chemical_C2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 12.33815925 C6_chemical_C3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 10.66745302 L4_control_A1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.19181474 L4_control_A2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 10.13183882 L4_control_A3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 10.87784328 L4_control_B1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.18412775 L4_control_B2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.57474386 L4_control_B3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.4436062 L4_control_C2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.52878932 L4_control_C3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 10.88864769 L4_chemical_A1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.20324574 L4_chemical_A2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 9.773388836 L4_chemical_A3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 10.75959422 L4_chemical_B1 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.0863443 L4_chemical_B2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.43219495 L4_chemical_B3 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.47793396 L4_chemical_C2 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 11.21824097 L4_chemical_C3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 10.11581861 C6_control_A1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 12.36309764 C6_control_A3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.002881085 C6_control_B1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 5.64672286 C6_control_B2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 7.431811328 C6_control_B3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 5.981953737 C6_control_C1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 5.967778323 C6_control_C2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.941237472 C6_control_C3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 8.144720151 C6_chemical_A1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 11.79957343 C6_chemical_A3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 5.623465778 C6_chemical_B1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 5.613558216 C6_chemical_B2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.849069925 C6_chemical_B3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 5.257940205 C6_chemical_C1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 5.088671125 C6_chemical_C2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.67431031 C6_chemical_C3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 11.60618601 L4_control_A1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 8.786711473 L4_control_A2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 10.99857944 L4_control_A3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 4.986990379 L4_control_B1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.10043955 L4_control_B2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.617798916 L4_control_B3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.274335099 L4_control_C2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.854348459 L4_control_C3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 12.04634347 L4_chemical_A1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 8.141726302 L4_chemical_A2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 11.19859632 L4_chemical_A3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 7.13670266 L4_chemical_B1 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 5.499826745 L4_chemical_B2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.192762285 L4_chemical_B3 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 6.255600265 L4_chemical_C2 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 7.612836233 L4_chemical_C3 +LQ01X006010 Metal transporter Nramp3 11.3951329 C6_control_A1 +LQ01X006010 Metal transporter Nramp3 11.45917002 C6_control_A3 +LQ01X006010 Metal transporter Nramp3 11.30025943 C6_control_B1 +LQ01X006010 Metal transporter Nramp3 11.35710024 C6_control_B2 +LQ01X006010 Metal transporter Nramp3 11.38259775 C6_control_B3 +LQ01X006010 Metal transporter Nramp3 11.61522142 C6_control_C1 +LQ01X006010 Metal transporter Nramp3 11.78264227 C6_control_C2 +LQ01X006010 Metal transporter Nramp3 11.70069751 C6_control_C3 +LQ01X006010 Metal transporter Nramp3 11.52622435 C6_chemical_A1 +LQ01X006010 Metal transporter Nramp3 11.51556692 C6_chemical_A3 +LQ01X006010 Metal transporter Nramp3 11.39476793 C6_chemical_B1 +LQ01X006010 Metal transporter Nramp3 11.33937225 C6_chemical_B2 +LQ01X006010 Metal transporter Nramp3 11.4535566 C6_chemical_B3 +LQ01X006010 Metal transporter Nramp3 11.95552762 C6_chemical_C1 +LQ01X006010 Metal transporter Nramp3 11.95473261 C6_chemical_C2 +LQ01X006010 Metal transporter Nramp3 12.08023413 C6_chemical_C3 +LQ01X006010 Metal transporter Nramp3 10.78460366 L4_control_A1 +LQ01X006010 Metal transporter Nramp3 10.85722879 L4_control_A2 +LQ01X006010 Metal transporter Nramp3 10.6020921 L4_control_A3 +LQ01X006010 Metal transporter Nramp3 11.03811524 L4_control_B1 +LQ01X006010 Metal transporter Nramp3 11.03600045 L4_control_B2 +LQ01X006010 Metal transporter Nramp3 13.18148764 L4_control_B3 +LQ01X006010 Metal transporter Nramp3 11.59378588 L4_control_C2 +LQ01X006010 Metal transporter Nramp3 12.06809009 L4_control_C3 +LQ01X006010 Metal transporter Nramp3 11.53881046 L4_chemical_A1 +LQ01X006010 Metal transporter Nramp3 11.53802732 L4_chemical_A2 +LQ01X006010 Metal transporter Nramp3 10.95100944 L4_chemical_A3 +LQ01X006010 Metal transporter Nramp3 11.21355296 L4_chemical_B1 +LQ01X006010 Metal transporter Nramp3 10.92430656 L4_chemical_B2 +LQ01X006010 Metal transporter Nramp3 11.3498935 L4_chemical_B3 +LQ01X006010 Metal transporter Nramp3 11.97842123 L4_chemical_C2 +LQ01X006010 Metal transporter Nramp3 12.20455194 L4_chemical_C3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.77407474 C6_control_A1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.809036555 C6_control_A3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.540678955 C6_control_B1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.025541275 C6_control_B2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.298329617 C6_control_B3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.205061467 C6_control_C1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.207418127 C6_control_C2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.927720677 C6_control_C3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.618439257 C6_chemical_A1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.840236066 C6_chemical_A3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.795944934 C6_chemical_B1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.085153889 C6_chemical_B2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.762528114 C6_chemical_B3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.378566809 C6_chemical_C1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.813418747 C6_chemical_C2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.816089041 C6_chemical_C3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.803846615 L4_control_A1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.710038035 L4_control_A2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.800261526 L4_control_A3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.855612731 L4_control_B1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.445608513 L4_control_B2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.150281842 L4_control_B3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.226071795 L4_control_C2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.408560971 L4_control_C3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.888638308 L4_chemical_A1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.374558458 L4_chemical_A2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.435027628 L4_chemical_A3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.953017845 L4_chemical_B1 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.260141014 L4_chemical_B2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.943406677 L4_chemical_B3 +LQ01X006030 Putative Aspartic proteinase-like protein 2 4.87914567 L4_chemical_C2 +LQ01X006030 Putative Aspartic proteinase-like protein 2 6.057769049 L4_chemical_C3 +LQ01X006050 Putative Predicted protein 6.159095925 C6_control_A1 +LQ01X006050 Putative Predicted protein 6.154460481 C6_control_A3 +LQ01X006050 Putative Predicted protein 6.579257978 C6_control_B1 +LQ01X006050 Putative Predicted protein 6.345016965 C6_control_B2 +LQ01X006050 Putative Predicted protein 6.55114135 C6_control_B3 +LQ01X006050 Putative Predicted protein 6.186530039 C6_control_C1 +LQ01X006050 Putative Predicted protein 6.37333866 C6_control_C2 +LQ01X006050 Putative Predicted protein 6.877119254 C6_control_C3 +LQ01X006050 Putative Predicted protein 6.233160852 C6_chemical_A1 +LQ01X006050 Putative Predicted protein 6.513915454 C6_chemical_A3 +LQ01X006050 Putative Predicted protein 6.959390972 C6_chemical_B1 +LQ01X006050 Putative Predicted protein 6.183809436 C6_chemical_B2 +LQ01X006050 Putative Predicted protein 6.597020858 C6_chemical_B3 +LQ01X006050 Putative Predicted protein 5.93482081 C6_chemical_C1 +LQ01X006050 Putative Predicted protein 6.375263057 C6_chemical_C2 +LQ01X006050 Putative Predicted protein 6.363186383 C6_chemical_C3 +LQ01X006050 Putative Predicted protein 5.866412757 L4_control_A1 +LQ01X006050 Putative Predicted protein 5.842313309 L4_control_A2 +LQ01X006050 Putative Predicted protein 6.407890359 L4_control_A3 +LQ01X006050 Putative Predicted protein 6.461435751 L4_control_B1 +LQ01X006050 Putative Predicted protein 5.979702772 L4_control_B2 +LQ01X006050 Putative Predicted protein 6.131316441 L4_control_B3 +LQ01X006050 Putative Predicted protein 6.599186808 L4_control_C2 +LQ01X006050 Putative Predicted protein 6.072784272 L4_control_C3 +LQ01X006050 Putative Predicted protein 6.011738924 L4_chemical_A1 +LQ01X006050 Putative Predicted protein 6.127490749 L4_chemical_A2 +LQ01X006050 Putative Predicted protein 5.573354399 L4_chemical_A3 +LQ01X006050 Putative Predicted protein 6.036840308 L4_chemical_B1 +LQ01X006050 Putative Predicted protein 6.260695095 L4_chemical_B2 +LQ01X006050 Putative Predicted protein 6.360598 L4_chemical_B3 +LQ01X006050 Putative Predicted protein 6.941359616 L4_chemical_C2 +LQ01X006050 Putative Predicted protein 5.846285569 L4_chemical_C3 +LQ01X006070 Putative uncharacterized protein 8.691311968 C6_control_A1 +LQ01X006070 Putative uncharacterized protein 10.86468529 C6_control_A3 +LQ01X006070 Putative uncharacterized protein 10.52420935 C6_control_B1 +LQ01X006070 Putative uncharacterized protein 11.99248018 C6_control_B2 +LQ01X006070 Putative uncharacterized protein 12.97624936 C6_control_B3 +LQ01X006070 Putative uncharacterized protein 6.088992751 C6_control_C1 +LQ01X006070 Putative uncharacterized protein 6.249642886 C6_control_C2 +LQ01X006070 Putative uncharacterized protein 6.994639701 C6_control_C3 +LQ01X006070 Putative uncharacterized protein 7.774123915 C6_chemical_A1 +LQ01X006070 Putative uncharacterized protein 10.82160229 C6_chemical_A3 +LQ01X006070 Putative uncharacterized protein 9.97387603 C6_chemical_B1 +LQ01X006070 Putative uncharacterized protein 12.36829262 C6_chemical_B2 +LQ01X006070 Putative uncharacterized protein 11.60692218 C6_chemical_B3 +LQ01X006070 Putative uncharacterized protein 5.646853307 C6_chemical_C1 +LQ01X006070 Putative uncharacterized protein 6.340128304 C6_chemical_C2 +LQ01X006070 Putative uncharacterized protein 6.443143305 C6_chemical_C3 +LQ01X006070 Putative uncharacterized protein 9.89026915 L4_control_A1 +LQ01X006070 Putative uncharacterized protein 10.56047554 L4_control_A2 +LQ01X006070 Putative uncharacterized protein 11.20194918 L4_control_A3 +LQ01X006070 Putative uncharacterized protein 11.12004519 L4_control_B1 +LQ01X006070 Putative uncharacterized protein 11.47010458 L4_control_B2 +LQ01X006070 Putative uncharacterized protein 11.5452544 L4_control_B3 +LQ01X006070 Putative uncharacterized protein 8.144034709 L4_control_C2 +LQ01X006070 Putative uncharacterized protein 9.207181895 L4_control_C3 +LQ01X006070 Putative uncharacterized protein 8.827271416 L4_chemical_A1 +LQ01X006070 Putative uncharacterized protein 9.155085591 L4_chemical_A2 +LQ01X006070 Putative uncharacterized protein 10.64008771 L4_chemical_A3 +LQ01X006070 Putative uncharacterized protein 10.08289989 L4_chemical_B1 +LQ01X006070 Putative uncharacterized protein 12.40061124 L4_chemical_B2 +LQ01X006070 Putative uncharacterized protein 10.98071842 L4_chemical_B3 +LQ01X006070 Putative uncharacterized protein 8.503188101 L4_chemical_C2 +LQ01X006070 Putative uncharacterized protein 7.633996042 L4_chemical_C3 +LQ01X006090 Copper ion binding protein, putative 14.64851056 C6_control_A1 +LQ01X006090 Copper ion binding protein, putative 14.56127332 C6_control_A3 +LQ01X006090 Copper ion binding protein, putative 14.64108735 C6_control_B1 +LQ01X006090 Copper ion binding protein, putative 14.30604643 C6_control_B2 +LQ01X006090 Copper ion binding protein, putative 14.84027039 C6_control_B3 +LQ01X006090 Copper ion binding protein, putative 9.701880283 C6_control_C1 +LQ01X006090 Copper ion binding protein, putative 10.15214419 C6_control_C2 +LQ01X006090 Copper ion binding protein, putative 9.785529931 C6_control_C3 +LQ01X006090 Copper ion binding protein, putative 14.6255232 C6_chemical_A1 +LQ01X006090 Copper ion binding protein, putative 14.9222773 C6_chemical_A3 +LQ01X006090 Copper ion binding protein, putative 14.73771732 C6_chemical_B1 +LQ01X006090 Copper ion binding protein, putative 14.00998559 C6_chemical_B2 +LQ01X006090 Copper ion binding protein, putative 14.32661123 C6_chemical_B3 +LQ01X006090 Copper ion binding protein, putative 9.812126281 C6_chemical_C1 +LQ01X006090 Copper ion binding protein, putative 9.779496609 C6_chemical_C2 +LQ01X006090 Copper ion binding protein, putative 8.804489762 C6_chemical_C3 +LQ01X006090 Copper ion binding protein, putative 14.70158077 L4_control_A1 +LQ01X006090 Copper ion binding protein, putative 14.85105811 L4_control_A2 +LQ01X006090 Copper ion binding protein, putative 14.62132324 L4_control_A3 +LQ01X006090 Copper ion binding protein, putative 14.83543168 L4_control_B1 +LQ01X006090 Copper ion binding protein, putative 15.23034068 L4_control_B2 +LQ01X006090 Copper ion binding protein, putative 13.62657852 L4_control_B3 +LQ01X006090 Copper ion binding protein, putative 9.860440676 L4_control_C2 +LQ01X006090 Copper ion binding protein, putative 9.108300995 L4_control_C3 +LQ01X006090 Copper ion binding protein, putative 14.01383989 L4_chemical_A1 +LQ01X006090 Copper ion binding protein, putative 14.74339876 L4_chemical_A2 +LQ01X006090 Copper ion binding protein, putative 14.35956545 L4_chemical_A3 +LQ01X006090 Copper ion binding protein, putative 14.9051049 L4_chemical_B1 +LQ01X006090 Copper ion binding protein, putative 15.04476119 L4_chemical_B2 +LQ01X006090 Copper ion binding protein, putative 15.00437645 L4_chemical_B3 +LQ01X006090 Copper ion binding protein, putative 10.15180272 L4_chemical_C2 +LQ01X006090 Copper ion binding protein, putative 9.873991989 L4_chemical_C3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.53941833 C6_control_A1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.30551462 C6_control_A3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.76216524 C6_control_B1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.3921731 C6_control_B2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.70351061 C6_control_B3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.50448834 C6_control_C1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.40578132 C6_control_C2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.16357885 C6_control_C3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.58511946 C6_chemical_A1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.65790882 C6_chemical_A3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.58660773 C6_chemical_B1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.2568823 C6_chemical_B2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.65667863 C6_chemical_B3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.1424455 C6_chemical_C1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.1618649 C6_chemical_C2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 14.91745148 C6_chemical_C3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.24660599 L4_control_A1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.6190653 L4_control_A2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.61933683 L4_control_A3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.67129408 L4_control_B1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.62481555 L4_control_B2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.52893892 L4_control_B3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.56757235 L4_control_C2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.46957034 L4_control_C3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.25793425 L4_chemical_A1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.44450232 L4_chemical_A2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.30485917 L4_chemical_A3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.63254574 L4_chemical_B1 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.48782189 L4_chemical_B2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.73902533 L4_chemical_B3 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.49564804 L4_chemical_C2 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.40868914 L4_chemical_C3 +LQ01X006150 Putative Predicted protein 10.63588176 C6_control_A1 +LQ01X006150 Putative Predicted protein 10.65614673 C6_control_A3 +LQ01X006150 Putative Predicted protein 10.3209048 C6_control_B1 +LQ01X006150 Putative Predicted protein 11.10412972 C6_control_B2 +LQ01X006150 Putative Predicted protein 10.82973049 C6_control_B3 +LQ01X006150 Putative Predicted protein 8.747667612 C6_control_C1 +LQ01X006150 Putative Predicted protein 8.648219437 C6_control_C2 +LQ01X006150 Putative Predicted protein 8.205016473 C6_control_C3 +LQ01X006150 Putative Predicted protein 11.02524927 C6_chemical_A1 +LQ01X006150 Putative Predicted protein 11.02578778 C6_chemical_A3 +LQ01X006150 Putative Predicted protein 10.75291912 C6_chemical_B1 +LQ01X006150 Putative Predicted protein 11.57823149 C6_chemical_B2 +LQ01X006150 Putative Predicted protein 11.22707553 C6_chemical_B3 +LQ01X006150 Putative Predicted protein 8.805297953 C6_chemical_C1 +LQ01X006150 Putative Predicted protein 7.909272945 C6_chemical_C2 +LQ01X006150 Putative Predicted protein 7.803528377 C6_chemical_C3 +LQ01X006150 Putative Predicted protein 11.17126243 L4_control_A1 +LQ01X006150 Putative Predicted protein 11.48382184 L4_control_A2 +LQ01X006150 Putative Predicted protein 11.19399069 L4_control_A3 +LQ01X006150 Putative Predicted protein 10.79860923 L4_control_B1 +LQ01X006150 Putative Predicted protein 10.88286664 L4_control_B2 +LQ01X006150 Putative Predicted protein 10.07701866 L4_control_B3 +LQ01X006150 Putative Predicted protein 7.223688838 L4_control_C2 +LQ01X006150 Putative Predicted protein 7.078632847 L4_control_C3 +LQ01X006150 Putative Predicted protein 10.55272027 L4_chemical_A1 +LQ01X006150 Putative Predicted protein 11.02663754 L4_chemical_A2 +LQ01X006150 Putative Predicted protein 11.07999779 L4_chemical_A3 +LQ01X006150 Putative Predicted protein 10.48738689 L4_chemical_B1 +LQ01X006150 Putative Predicted protein 10.60133186 L4_chemical_B2 +LQ01X006150 Putative Predicted protein 11.15652945 L4_chemical_B3 +LQ01X006150 Putative Predicted protein 7.143685304 L4_chemical_C2 +LQ01X006150 Putative Predicted protein 6.748305553 L4_chemical_C3 +LQ01X006160 Subtilisin-like protease 13.64756977 C6_control_A1 +LQ01X006160 Subtilisin-like protease 13.16063027 C6_control_A3 +LQ01X006160 Subtilisin-like protease 13.40451149 C6_control_B1 +LQ01X006160 Subtilisin-like protease 14.4933219 C6_control_B2 +LQ01X006160 Subtilisin-like protease 13.64362545 C6_control_B3 +LQ01X006160 Subtilisin-like protease 12.9020312 C6_control_C1 +LQ01X006160 Subtilisin-like protease 12.98445522 C6_control_C2 +LQ01X006160 Subtilisin-like protease 12.79660103 C6_control_C3 +LQ01X006160 Subtilisin-like protease 13.4915464 C6_chemical_A1 +LQ01X006160 Subtilisin-like protease 13.17222594 C6_chemical_A3 +LQ01X006160 Subtilisin-like protease 13.35065301 C6_chemical_B1 +LQ01X006160 Subtilisin-like protease 14.33636708 C6_chemical_B2 +LQ01X006160 Subtilisin-like protease 14.06695945 C6_chemical_B3 +LQ01X006160 Subtilisin-like protease 12.83474451 C6_chemical_C1 +LQ01X006160 Subtilisin-like protease 12.66157142 C6_chemical_C2 +LQ01X006160 Subtilisin-like protease 12.87340508 C6_chemical_C3 +LQ01X006160 Subtilisin-like protease 13.56946876 L4_control_A1 +LQ01X006160 Subtilisin-like protease 13.65972513 L4_control_A2 +LQ01X006160 Subtilisin-like protease 13.14266261 L4_control_A3 +LQ01X006160 Subtilisin-like protease 13.0298908 L4_control_B1 +LQ01X006160 Subtilisin-like protease 12.9179809 L4_control_B2 +LQ01X006160 Subtilisin-like protease 13.34317578 L4_control_B3 +LQ01X006160 Subtilisin-like protease 11.69339771 L4_control_C2 +LQ01X006160 Subtilisin-like protease 11.34295151 L4_control_C3 +LQ01X006160 Subtilisin-like protease 13.12267483 L4_chemical_A1 +LQ01X006160 Subtilisin-like protease 13.53182554 L4_chemical_A2 +LQ01X006160 Subtilisin-like protease 13.15645601 L4_chemical_A3 +LQ01X006160 Subtilisin-like protease 12.4716569 L4_chemical_B1 +LQ01X006160 Subtilisin-like protease 12.87338869 L4_chemical_B2 +LQ01X006160 Subtilisin-like protease 14.03745528 L4_chemical_B3 +LQ01X006160 Subtilisin-like protease 11.69501897 L4_chemical_C2 +LQ01X006160 Subtilisin-like protease 11.36930595 L4_chemical_C3 +LQ01X006180 Putative Uncharacterized protein ycf36 11.98040366 C6_control_A1 +LQ01X006180 Putative Uncharacterized protein ycf36 10.84768511 C6_control_A3 +LQ01X006180 Putative Uncharacterized protein ycf36 12.07900861 C6_control_B1 +LQ01X006180 Putative Uncharacterized protein ycf36 12.60213004 C6_control_B2 +LQ01X006180 Putative Uncharacterized protein ycf36 11.39012475 C6_control_B3 +LQ01X006180 Putative Uncharacterized protein ycf36 14.80577725 C6_control_C1 +LQ01X006180 Putative Uncharacterized protein ycf36 14.47967588 C6_control_C2 +LQ01X006180 Putative Uncharacterized protein ycf36 14.34331475 C6_control_C3 +LQ01X006180 Putative Uncharacterized protein ycf36 12.10456475 C6_chemical_A1 +LQ01X006180 Putative Uncharacterized protein ycf36 11.49941332 C6_chemical_A3 +LQ01X006180 Putative Uncharacterized protein ycf36 12.36341714 C6_chemical_B1 +LQ01X006180 Putative Uncharacterized protein ycf36 12.84890454 C6_chemical_B2 +LQ01X006180 Putative Uncharacterized protein ycf36 12.03349118 C6_chemical_B3 +LQ01X006180 Putative Uncharacterized protein ycf36 15.038281 C6_chemical_C1 +LQ01X006180 Putative Uncharacterized protein ycf36 14.64606328 C6_chemical_C2 +LQ01X006180 Putative Uncharacterized protein ycf36 14.81669302 C6_chemical_C3 +LQ01X006180 Putative Uncharacterized protein ycf36 11.86262792 L4_control_A1 +LQ01X006180 Putative Uncharacterized protein ycf36 12.32576404 L4_control_A2 +LQ01X006180 Putative Uncharacterized protein ycf36 11.08405382 L4_control_A3 +LQ01X006180 Putative Uncharacterized protein ycf36 12.41946247 L4_control_B1 +LQ01X006180 Putative Uncharacterized protein ycf36 11.6703382 L4_control_B2 +LQ01X006180 Putative Uncharacterized protein ycf36 14.88937967 L4_control_B3 +LQ01X006180 Putative Uncharacterized protein ycf36 13.21423598 L4_control_C2 +LQ01X006180 Putative Uncharacterized protein ycf36 13.83756672 L4_control_C3 +LQ01X006180 Putative Uncharacterized protein ycf36 12.31302321 L4_chemical_A1 +LQ01X006180 Putative Uncharacterized protein ycf36 12.74765299 L4_chemical_A2 +LQ01X006180 Putative Uncharacterized protein ycf36 11.45524434 L4_chemical_A3 +LQ01X006180 Putative Uncharacterized protein ycf36 12.46836166 L4_chemical_B1 +LQ01X006180 Putative Uncharacterized protein ycf36 12.29000045 L4_chemical_B2 +LQ01X006180 Putative Uncharacterized protein ycf36 12.12111318 L4_chemical_B3 +LQ01X006180 Putative Uncharacterized protein ycf36 14.0597209 L4_chemical_C2 +LQ01X006180 Putative Uncharacterized protein ycf36 13.72118114 L4_chemical_C3 +LQ01X006210 Putative uncharacterized protein 6.326638087 C6_control_A1 +LQ01X006210 Putative uncharacterized protein 6.320606104 C6_control_A3 +LQ01X006210 Putative uncharacterized protein 6.734856896 C6_control_B1 +LQ01X006210 Putative uncharacterized protein 5.911767783 C6_control_B2 +LQ01X006210 Putative uncharacterized protein 5.94626907 C6_control_B3 +LQ01X006210 Putative uncharacterized protein 5.41416913 C6_control_C1 +LQ01X006210 Putative uncharacterized protein 6.266730053 C6_control_C2 +LQ01X006210 Putative uncharacterized protein 5.666676353 C6_control_C3 +LQ01X006210 Putative uncharacterized protein 5.907190922 C6_chemical_A1 +LQ01X006210 Putative uncharacterized protein 6.015108953 C6_chemical_A3 +LQ01X006210 Putative uncharacterized protein 6.067184735 C6_chemical_B1 +LQ01X006210 Putative uncharacterized protein 5.912707873 C6_chemical_B2 +LQ01X006210 Putative uncharacterized protein 5.820219444 C6_chemical_B3 +LQ01X006210 Putative uncharacterized protein 5.799651526 C6_chemical_C1 +LQ01X006210 Putative uncharacterized protein 6.116207662 C6_chemical_C2 +LQ01X006210 Putative uncharacterized protein 5.487694452 C6_chemical_C3 +LQ01X006210 Putative uncharacterized protein 5.481504385 L4_control_A1 +LQ01X006210 Putative uncharacterized protein 6.144399401 L4_control_A2 +LQ01X006210 Putative uncharacterized protein 5.739961798 L4_control_A3 +LQ01X006210 Putative uncharacterized protein 5.726165133 L4_control_B1 +LQ01X006210 Putative uncharacterized protein 5.919916779 L4_control_B2 +LQ01X006210 Putative uncharacterized protein 5.498602337 L4_control_B3 +LQ01X006210 Putative uncharacterized protein 5.892140435 L4_control_C2 +LQ01X006210 Putative uncharacterized protein 4.93729951 L4_control_C3 +LQ01X006210 Putative uncharacterized protein 5.281295315 L4_chemical_A1 +LQ01X006210 Putative uncharacterized protein 5.758786941 L4_chemical_A2 +LQ01X006210 Putative uncharacterized protein 6.017762425 L4_chemical_A3 +LQ01X006210 Putative uncharacterized protein 6.233368855 L4_chemical_B1 +LQ01X006210 Putative uncharacterized protein 6.355194775 L4_chemical_B2 +LQ01X006210 Putative uncharacterized protein 5.631026613 L4_chemical_B3 +LQ01X006210 Putative uncharacterized protein 5.381977116 L4_chemical_C2 +LQ01X006210 Putative uncharacterized protein 4.877571823 L4_chemical_C3 +LQ01X006230 Uncharacterized protein At2g23090 14.10338947 C6_control_A1 +LQ01X006230 Uncharacterized protein At2g23090 13.8103098 C6_control_A3 +LQ01X006230 Uncharacterized protein At2g23090 13.92179862 C6_control_B1 +LQ01X006230 Uncharacterized protein At2g23090 14.20026321 C6_control_B2 +LQ01X006230 Uncharacterized protein At2g23090 13.78061146 C6_control_B3 +LQ01X006230 Uncharacterized protein At2g23090 14.35060429 C6_control_C1 +LQ01X006230 Uncharacterized protein At2g23090 13.71338463 C6_control_C2 +LQ01X006230 Uncharacterized protein At2g23090 14.20167555 C6_control_C3 +LQ01X006230 Uncharacterized protein At2g23090 13.98212339 C6_chemical_A1 +LQ01X006230 Uncharacterized protein At2g23090 13.27397436 C6_chemical_A3 +LQ01X006230 Uncharacterized protein At2g23090 13.82479793 C6_chemical_B1 +LQ01X006230 Uncharacterized protein At2g23090 13.89302736 C6_chemical_B2 +LQ01X006230 Uncharacterized protein At2g23090 14.03668233 C6_chemical_B3 +LQ01X006230 Uncharacterized protein At2g23090 14.39341488 C6_chemical_C1 +LQ01X006230 Uncharacterized protein At2g23090 14.1201276 C6_chemical_C2 +LQ01X006230 Uncharacterized protein At2g23090 14.53648236 C6_chemical_C3 +LQ01X006230 Uncharacterized protein At2g23090 13.86028581 L4_control_A1 +LQ01X006230 Uncharacterized protein At2g23090 14.11472328 L4_control_A2 +LQ01X006230 Uncharacterized protein At2g23090 13.72196679 L4_control_A3 +LQ01X006230 Uncharacterized protein At2g23090 13.57782633 L4_control_B1 +LQ01X006230 Uncharacterized protein At2g23090 12.75906247 L4_control_B2 +LQ01X006230 Uncharacterized protein At2g23090 13.72052384 L4_control_B3 +LQ01X006230 Uncharacterized protein At2g23090 13.52296963 L4_control_C2 +LQ01X006230 Uncharacterized protein At2g23090 13.44775051 L4_control_C3 +LQ01X006230 Uncharacterized protein At2g23090 13.88403835 L4_chemical_A1 +LQ01X006230 Uncharacterized protein At2g23090 14.21661459 L4_chemical_A2 +LQ01X006230 Uncharacterized protein At2g23090 13.74808861 L4_chemical_A3 +LQ01X006230 Uncharacterized protein At2g23090 14.01134065 L4_chemical_B1 +LQ01X006230 Uncharacterized protein At2g23090 13.81995968 L4_chemical_B2 +LQ01X006230 Uncharacterized protein At2g23090 13.67979092 L4_chemical_B3 +LQ01X006230 Uncharacterized protein At2g23090 13.44378516 L4_chemical_C2 +LQ01X006230 Uncharacterized protein At2g23090 13.28855317 L4_chemical_C3 +LQ01X006240 Casein kinase II subunit alpha-2 6.582509532 C6_control_A1 +LQ01X006240 Casein kinase II subunit alpha-2 8.158979347 C6_control_A3 +LQ01X006240 Casein kinase II subunit alpha-2 6.204204415 C6_control_B1 +LQ01X006240 Casein kinase II subunit alpha-2 5.88188858 C6_control_B2 +LQ01X006240 Casein kinase II subunit alpha-2 6.702721323 C6_control_B3 +LQ01X006240 Casein kinase II subunit alpha-2 6.08239788 C6_control_C1 +LQ01X006240 Casein kinase II subunit alpha-2 8.016837565 C6_control_C2 +LQ01X006240 Casein kinase II subunit alpha-2 5.840223869 C6_control_C3 +LQ01X006240 Casein kinase II subunit alpha-2 6.0436878 C6_chemical_A1 +LQ01X006240 Casein kinase II subunit alpha-2 6.660851214 C6_chemical_A3 +LQ01X006240 Casein kinase II subunit alpha-2 5.78120623 C6_chemical_B1 +LQ01X006240 Casein kinase II subunit alpha-2 6.428763302 C6_chemical_B2 +LQ01X006240 Casein kinase II subunit alpha-2 5.635800502 C6_chemical_B3 +LQ01X006240 Casein kinase II subunit alpha-2 6.50362831 C6_chemical_C1 +LQ01X006240 Casein kinase II subunit alpha-2 6.61255146 C6_chemical_C2 +LQ01X006240 Casein kinase II subunit alpha-2 5.983809471 C6_chemical_C3 +LQ01X006240 Casein kinase II subunit alpha-2 6.368687095 L4_control_A1 +LQ01X006240 Casein kinase II subunit alpha-2 6.537957019 L4_control_A2 +LQ01X006240 Casein kinase II subunit alpha-2 7.74390874 L4_control_A3 +LQ01X006240 Casein kinase II subunit alpha-2 6.139664597 L4_control_B1 +LQ01X006240 Casein kinase II subunit alpha-2 6.282840175 L4_control_B2 +LQ01X006240 Casein kinase II subunit alpha-2 6.07702401 L4_control_B3 +LQ01X006240 Casein kinase II subunit alpha-2 5.933401121 L4_control_C2 +LQ01X006240 Casein kinase II subunit alpha-2 6.024066006 L4_control_C3 +LQ01X006240 Casein kinase II subunit alpha-2 6.041225308 L4_chemical_A1 +LQ01X006240 Casein kinase II subunit alpha-2 6.023978919 L4_chemical_A2 +LQ01X006240 Casein kinase II subunit alpha-2 7.213304807 L4_chemical_A3 +LQ01X006240 Casein kinase II subunit alpha-2 6.479036122 L4_chemical_B1 +LQ01X006240 Casein kinase II subunit alpha-2 6.915887455 L4_chemical_B2 +LQ01X006240 Casein kinase II subunit alpha-2 6.21950109 L4_chemical_B3 +LQ01X006240 Casein kinase II subunit alpha-2 5.860696693 L4_chemical_C2 +LQ01X006240 Casein kinase II subunit alpha-2 5.709475288 L4_chemical_C3 +LQ01X006250 RNA binding protein, putative 5.296122797 C6_control_A1 +LQ01X006250 RNA binding protein, putative 5.266781979 C6_control_A3 +LQ01X006250 RNA binding protein, putative 5.103070941 C6_control_B1 +LQ01X006250 RNA binding protein, putative 5.235699732 C6_control_B2 +LQ01X006250 RNA binding protein, putative 5.170337451 C6_control_B3 +LQ01X006250 RNA binding protein, putative 4.857420211 C6_control_C1 +LQ01X006250 RNA binding protein, putative 6.006705817 C6_control_C2 +LQ01X006250 RNA binding protein, putative 5.465470608 C6_control_C3 +LQ01X006250 RNA binding protein, putative 5.156732358 C6_chemical_A1 +LQ01X006250 RNA binding protein, putative 5.133526731 C6_chemical_A3 +LQ01X006250 RNA binding protein, putative 4.814534538 C6_chemical_B1 +LQ01X006250 RNA binding protein, putative 5.196704455 C6_chemical_B2 +LQ01X006250 RNA binding protein, putative 5.277040668 C6_chemical_B3 +LQ01X006250 RNA binding protein, putative 5.255911815 C6_chemical_C1 +LQ01X006250 RNA binding protein, putative 5.441849617 C6_chemical_C2 +LQ01X006250 RNA binding protein, putative 5.525281749 C6_chemical_C3 +LQ01X006250 RNA binding protein, putative 4.805475162 L4_control_A1 +LQ01X006250 RNA binding protein, putative 4.823953618 L4_control_A2 +LQ01X006250 RNA binding protein, putative 4.982022587 L4_control_A3 +LQ01X006250 RNA binding protein, putative 5.198253347 L4_control_B1 +LQ01X006250 RNA binding protein, putative 5.145790199 L4_control_B2 +LQ01X006250 RNA binding protein, putative 5.22708578 L4_control_B3 +LQ01X006250 RNA binding protein, putative 5.112935038 L4_control_C2 +LQ01X006250 RNA binding protein, putative 4.865006261 L4_control_C3 +LQ01X006250 RNA binding protein, putative 5.006424304 L4_chemical_A1 +LQ01X006250 RNA binding protein, putative 5.034140158 L4_chemical_A2 +LQ01X006250 RNA binding protein, putative 4.746968862 L4_chemical_A3 +LQ01X006250 RNA binding protein, putative 4.911914424 L4_chemical_B1 +LQ01X006250 RNA binding protein, putative 4.859823121 L4_chemical_B2 +LQ01X006250 RNA binding protein, putative 5.180043339 L4_chemical_B3 +LQ01X006250 RNA binding protein, putative 5.26452739 L4_chemical_C2 +LQ01X006250 RNA binding protein, putative 5.006614069 L4_chemical_C3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.61010655 C6_control_A1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.4984109 C6_control_A3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.87202996 C6_control_B1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.58117689 C6_control_B2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.94179904 C6_control_B3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.51707485 C6_control_C1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.7684741 C6_control_C2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.15785129 C6_control_C3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.93060797 C6_chemical_A1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.46948579 C6_chemical_A3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.99645928 C6_chemical_B1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.54110995 C6_chemical_B2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.2081842 C6_chemical_B3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.66702627 C6_chemical_C1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.43224033 C6_chemical_C2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.30336699 C6_chemical_C3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.2736968 L4_control_A1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.79980055 L4_control_A2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.14848734 L4_control_A3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.39297873 L4_control_B1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.97191189 L4_control_B2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.87453091 L4_control_B3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.43172047 L4_control_C2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.58935553 L4_control_C3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.94002031 L4_chemical_A1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.38562062 L4_chemical_A2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.65857657 L4_chemical_A3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.72283716 L4_chemical_B1 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.13045491 L4_chemical_B2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.84642466 L4_chemical_B3 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.5010212 L4_chemical_C2 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 13.78302844 L4_chemical_C3 +LQ01X006270 Predicted protein 12.99059241 C6_control_A1 +LQ01X006270 Predicted protein 12.75239101 C6_control_A3 +LQ01X006270 Predicted protein 12.80644003 C6_control_B1 +LQ01X006270 Predicted protein 12.6349764 C6_control_B2 +LQ01X006270 Predicted protein 12.8060721 C6_control_B3 +LQ01X006270 Predicted protein 12.43215374 C6_control_C1 +LQ01X006270 Predicted protein 13.0354005 C6_control_C2 +LQ01X006270 Predicted protein 12.44236604 C6_control_C3 +LQ01X006270 Predicted protein 12.59058281 C6_chemical_A1 +LQ01X006270 Predicted protein 13.0251675 C6_chemical_A3 +LQ01X006270 Predicted protein 12.72735102 C6_chemical_B1 +LQ01X006270 Predicted protein 13.12731734 C6_chemical_B2 +LQ01X006270 Predicted protein 13.13525795 C6_chemical_B3 +LQ01X006270 Predicted protein 11.85794935 C6_chemical_C1 +LQ01X006270 Predicted protein 12.76347745 C6_chemical_C2 +LQ01X006270 Predicted protein 12.95860323 C6_chemical_C3 +LQ01X006270 Predicted protein 12.7102295 L4_control_A1 +LQ01X006270 Predicted protein 13.34353639 L4_control_A2 +LQ01X006270 Predicted protein 13.30942297 L4_control_A3 +LQ01X006270 Predicted protein 13.2039944 L4_control_B1 +LQ01X006270 Predicted protein 13.22928278 L4_control_B2 +LQ01X006270 Predicted protein 12.83979722 L4_control_B3 +LQ01X006270 Predicted protein 11.77213389 L4_control_C2 +LQ01X006270 Predicted protein 11.89047664 L4_control_C3 +LQ01X006270 Predicted protein 12.94806369 L4_chemical_A1 +LQ01X006270 Predicted protein 13.18313067 L4_chemical_A2 +LQ01X006270 Predicted protein 13.16096169 L4_chemical_A3 +LQ01X006270 Predicted protein 13.08468347 L4_chemical_B1 +LQ01X006270 Predicted protein 12.92071697 L4_chemical_B2 +LQ01X006270 Predicted protein 13.37137155 L4_chemical_B3 +LQ01X006270 Predicted protein 11.87956306 L4_chemical_C2 +LQ01X006270 Predicted protein 12.14940012 L4_chemical_C3 +LQ01X006280 Peroxidase 73 14.74490664 C6_control_A1 +LQ01X006280 Peroxidase 73 14.06306933 C6_control_A3 +LQ01X006280 Peroxidase 73 14.91535928 C6_control_B1 +LQ01X006280 Peroxidase 73 14.98536508 C6_control_B2 +LQ01X006280 Peroxidase 73 14.93630565 C6_control_B3 +LQ01X006280 Peroxidase 73 13.43926356 C6_control_C1 +LQ01X006280 Peroxidase 73 13.50328884 C6_control_C2 +LQ01X006280 Peroxidase 73 13.21145906 C6_control_C3 +LQ01X006280 Peroxidase 73 14.50759979 C6_chemical_A1 +LQ01X006280 Peroxidase 73 14.49840747 C6_chemical_A3 +LQ01X006280 Peroxidase 73 14.90355241 C6_chemical_B1 +LQ01X006280 Peroxidase 73 14.84755455 C6_chemical_B2 +LQ01X006280 Peroxidase 73 14.6829813 C6_chemical_B3 +LQ01X006280 Peroxidase 73 13.24351801 C6_chemical_C1 +LQ01X006280 Peroxidase 73 13.17402775 C6_chemical_C2 +LQ01X006280 Peroxidase 73 13.00304636 C6_chemical_C3 +LQ01X006280 Peroxidase 73 14.28364067 L4_control_A1 +LQ01X006280 Peroxidase 73 14.34338062 L4_control_A2 +LQ01X006280 Peroxidase 73 14.23708288 L4_control_A3 +LQ01X006280 Peroxidase 73 14.65818978 L4_control_B1 +LQ01X006280 Peroxidase 73 14.84649647 L4_control_B2 +LQ01X006280 Peroxidase 73 14.81882553 L4_control_B3 +LQ01X006280 Peroxidase 73 12.93757312 L4_control_C2 +LQ01X006280 Peroxidase 73 12.79769831 L4_control_C3 +LQ01X006280 Peroxidase 73 15.19026889 L4_chemical_A1 +LQ01X006280 Peroxidase 73 15.20617231 L4_chemical_A2 +LQ01X006280 Peroxidase 73 14.94998619 L4_chemical_A3 +LQ01X006280 Peroxidase 73 14.90937821 L4_chemical_B1 +LQ01X006280 Peroxidase 73 14.56360568 L4_chemical_B2 +LQ01X006280 Peroxidase 73 14.93700647 L4_chemical_B3 +LQ01X006280 Peroxidase 73 13.02999063 L4_chemical_C2 +LQ01X006280 Peroxidase 73 12.87293889 L4_chemical_C3 +LQ01X006300 LOB domain-containing protein 38 11.85810345 C6_control_A1 +LQ01X006300 LOB domain-containing protein 38 12.01731131 C6_control_A3 +LQ01X006300 LOB domain-containing protein 38 12.12597668 C6_control_B1 +LQ01X006300 LOB domain-containing protein 38 12.409954 C6_control_B2 +LQ01X006300 LOB domain-containing protein 38 12.31901822 C6_control_B3 +LQ01X006300 LOB domain-containing protein 38 12.44264032 C6_control_C1 +LQ01X006300 LOB domain-containing protein 38 12.70284541 C6_control_C2 +LQ01X006300 LOB domain-containing protein 38 12.81467357 C6_control_C3 +LQ01X006300 LOB domain-containing protein 38 11.70876389 C6_chemical_A1 +LQ01X006300 LOB domain-containing protein 38 12.65071731 C6_chemical_A3 +LQ01X006300 LOB domain-containing protein 38 11.96934179 C6_chemical_B1 +LQ01X006300 LOB domain-containing protein 38 12.38385805 C6_chemical_B2 +LQ01X006300 LOB domain-containing protein 38 12.56392642 C6_chemical_B3 +LQ01X006300 LOB domain-containing protein 38 12.50846344 C6_chemical_C1 +LQ01X006300 LOB domain-containing protein 38 13.36744828 C6_chemical_C2 +LQ01X006300 LOB domain-containing protein 38 13.71478216 C6_chemical_C3 +LQ01X006300 LOB domain-containing protein 38 11.9138004 L4_control_A1 +LQ01X006300 LOB domain-containing protein 38 12.13594892 L4_control_A2 +LQ01X006300 LOB domain-containing protein 38 12.57108446 L4_control_A3 +LQ01X006300 LOB domain-containing protein 38 12.52492559 L4_control_B1 +LQ01X006300 LOB domain-containing protein 38 13.11980829 L4_control_B2 +LQ01X006300 LOB domain-containing protein 38 12.81822076 L4_control_B3 +LQ01X006300 LOB domain-containing protein 38 13.82547825 L4_control_C2 +LQ01X006300 LOB domain-containing protein 38 13.23973993 L4_control_C3 +LQ01X006300 LOB domain-containing protein 38 12.51128231 L4_chemical_A1 +LQ01X006300 LOB domain-containing protein 38 12.6225127 L4_chemical_A2 +LQ01X006300 LOB domain-containing protein 38 12.3643302 L4_chemical_A3 +LQ01X006300 LOB domain-containing protein 38 12.46637814 L4_chemical_B1 +LQ01X006300 LOB domain-containing protein 38 13.03524165 L4_chemical_B2 +LQ01X006300 LOB domain-containing protein 38 12.47861283 L4_chemical_B3 +LQ01X006300 LOB domain-containing protein 38 13.48991351 L4_chemical_C2 +LQ01X006300 LOB domain-containing protein 38 13.37939873 L4_chemical_C3 +LQ01X006330 Putative Formamidase 6.767830906 C6_control_A1 +LQ01X006330 Putative Formamidase 6.703458573 C6_control_A3 +LQ01X006330 Putative Formamidase 6.735297036 C6_control_B1 +LQ01X006330 Putative Formamidase 6.458005113 C6_control_B2 +LQ01X006330 Putative Formamidase 5.941178675 C6_control_B3 +LQ01X006330 Putative Formamidase 6.612543853 C6_control_C1 +LQ01X006330 Putative Formamidase 7.055276443 C6_control_C2 +LQ01X006330 Putative Formamidase 6.419562256 C6_control_C3 +LQ01X006330 Putative Formamidase 6.356361927 C6_chemical_A1 +LQ01X006330 Putative Formamidase 6.501504431 C6_chemical_A3 +LQ01X006330 Putative Formamidase 6.260857307 C6_chemical_B1 +LQ01X006330 Putative Formamidase 6.604159748 C6_chemical_B2 +LQ01X006330 Putative Formamidase 6.044407675 C6_chemical_B3 +LQ01X006330 Putative Formamidase 6.415849357 C6_chemical_C1 +LQ01X006330 Putative Formamidase 6.794823761 C6_chemical_C2 +LQ01X006330 Putative Formamidase 6.145239765 C6_chemical_C3 +LQ01X006330 Putative Formamidase 6.333322299 L4_control_A1 +LQ01X006330 Putative Formamidase 5.989851704 L4_control_A2 +LQ01X006330 Putative Formamidase 5.905187547 L4_control_A3 +LQ01X006330 Putative Formamidase 5.941823312 L4_control_B1 +LQ01X006330 Putative Formamidase 6.361437254 L4_control_B2 +LQ01X006330 Putative Formamidase 6.226749968 L4_control_B3 +LQ01X006330 Putative Formamidase 6.682958214 L4_control_C2 +LQ01X006330 Putative Formamidase 5.976717961 L4_control_C3 +LQ01X006330 Putative Formamidase 6.152837604 L4_chemical_A1 +LQ01X006330 Putative Formamidase 5.878732094 L4_chemical_A2 +LQ01X006330 Putative Formamidase 5.940849351 L4_chemical_A3 +LQ01X006330 Putative Formamidase 6.324226998 L4_chemical_B1 +LQ01X006330 Putative Formamidase 6.376344042 L4_chemical_B2 +LQ01X006330 Putative Formamidase 6.114724269 L4_chemical_B3 +LQ01X006330 Putative Formamidase 5.985155617 L4_chemical_C2 +LQ01X006330 Putative Formamidase 6.116145533 L4_chemical_C3 +LQ01X006360 Casein kinase II subunit alpha 5.036864109 C6_control_A1 +LQ01X006360 Casein kinase II subunit alpha 5.546273869 C6_control_A3 +LQ01X006360 Casein kinase II subunit alpha 5.374773723 C6_control_B1 +LQ01X006360 Casein kinase II subunit alpha 5.217081621 C6_control_B2 +LQ01X006360 Casein kinase II subunit alpha 5.037373525 C6_control_B3 +LQ01X006360 Casein kinase II subunit alpha 5.545347261 C6_control_C1 +LQ01X006360 Casein kinase II subunit alpha 6.33710454 C6_control_C2 +LQ01X006360 Casein kinase II subunit alpha 5.517884262 C6_control_C3 +LQ01X006360 Casein kinase II subunit alpha 5.201866404 C6_chemical_A1 +LQ01X006360 Casein kinase II subunit alpha 4.992999695 C6_chemical_A3 +LQ01X006360 Casein kinase II subunit alpha 5.176206454 C6_chemical_B1 +LQ01X006360 Casein kinase II subunit alpha 5.184635929 C6_chemical_B2 +LQ01X006360 Casein kinase II subunit alpha 4.861747099 C6_chemical_B3 +LQ01X006360 Casein kinase II subunit alpha 5.583623683 C6_chemical_C1 +LQ01X006360 Casein kinase II subunit alpha 5.22872264 C6_chemical_C2 +LQ01X006360 Casein kinase II subunit alpha 5.092089814 C6_chemical_C3 +LQ01X006360 Casein kinase II subunit alpha 4.982325429 L4_control_A1 +LQ01X006360 Casein kinase II subunit alpha 5.146638119 L4_control_A2 +LQ01X006360 Casein kinase II subunit alpha 5.482197078 L4_control_A3 +LQ01X006360 Casein kinase II subunit alpha 5.529031431 L4_control_B1 +LQ01X006360 Casein kinase II subunit alpha 5.196546179 L4_control_B2 +LQ01X006360 Casein kinase II subunit alpha 5.019826364 L4_control_B3 +LQ01X006360 Casein kinase II subunit alpha 5.024225188 L4_control_C2 +LQ01X006360 Casein kinase II subunit alpha 5.200955347 L4_control_C3 +LQ01X006360 Casein kinase II subunit alpha 5.036312327 L4_chemical_A1 +LQ01X006360 Casein kinase II subunit alpha 5.291501911 L4_chemical_A2 +LQ01X006360 Casein kinase II subunit alpha 5.188180258 L4_chemical_A3 +LQ01X006360 Casein kinase II subunit alpha 5.131009463 L4_chemical_B1 +LQ01X006360 Casein kinase II subunit alpha 5.132616835 L4_chemical_B2 +LQ01X006360 Casein kinase II subunit alpha 5.070137752 L4_chemical_B3 +LQ01X006360 Casein kinase II subunit alpha 5.621867235 L4_chemical_C2 +LQ01X006360 Casein kinase II subunit alpha 5.9186707 L4_chemical_C3 +LQ01X006370 N-acetyltransferase, putative 6.457462173 C6_control_A1 +LQ01X006370 N-acetyltransferase, putative 5.499868663 C6_control_A3 +LQ01X006370 N-acetyltransferase, putative 6.677824825 C6_control_B1 +LQ01X006370 N-acetyltransferase, putative 5.673525953 C6_control_B2 +LQ01X006370 N-acetyltransferase, putative 7.341008376 C6_control_B3 +LQ01X006370 N-acetyltransferase, putative 5.714814425 C6_control_C1 +LQ01X006370 N-acetyltransferase, putative 6.044693472 C6_control_C2 +LQ01X006370 N-acetyltransferase, putative 5.881429846 C6_control_C3 +LQ01X006370 N-acetyltransferase, putative 6.270787465 C6_chemical_A1 +LQ01X006370 N-acetyltransferase, putative 6.090510119 C6_chemical_A3 +LQ01X006370 N-acetyltransferase, putative 6.107522676 C6_chemical_B1 +LQ01X006370 N-acetyltransferase, putative 5.965679668 C6_chemical_B2 +LQ01X006370 N-acetyltransferase, putative 6.758395309 C6_chemical_B3 +LQ01X006370 N-acetyltransferase, putative 5.867966437 C6_chemical_C1 +LQ01X006370 N-acetyltransferase, putative 5.693201801 C6_chemical_C2 +LQ01X006370 N-acetyltransferase, putative 5.765857326 C6_chemical_C3 +LQ01X006370 N-acetyltransferase, putative 5.897711504 L4_control_A1 +LQ01X006370 N-acetyltransferase, putative 6.521880539 L4_control_A2 +LQ01X006370 N-acetyltransferase, putative 6.24149944 L4_control_A3 +LQ01X006370 N-acetyltransferase, putative 5.787890085 L4_control_B1 +LQ01X006370 N-acetyltransferase, putative 6.108753904 L4_control_B2 +LQ01X006370 N-acetyltransferase, putative 6.869873413 L4_control_B3 +LQ01X006370 N-acetyltransferase, putative 7.297537668 L4_control_C2 +LQ01X006370 N-acetyltransferase, putative 6.728276879 L4_control_C3 +LQ01X006370 N-acetyltransferase, putative 6.132239893 L4_chemical_A1 +LQ01X006370 N-acetyltransferase, putative 6.688098185 L4_chemical_A2 +LQ01X006370 N-acetyltransferase, putative 6.119089622 L4_chemical_A3 +LQ01X006370 N-acetyltransferase, putative 6.630806813 L4_chemical_B1 +LQ01X006370 N-acetyltransferase, putative 6.550907314 L4_chemical_B2 +LQ01X006370 N-acetyltransferase, putative 6.22940018 L4_chemical_B3 +LQ01X006370 N-acetyltransferase, putative 6.486237683 L4_chemical_C2 +LQ01X006370 N-acetyltransferase, putative 6.152721604 L4_chemical_C3 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.846054221 C6_control_A1 +LQ01X006380 Putative Coleoptile phototropism protein 1 7.429650509 C6_control_A3 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.235286786 C6_control_B1 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.659208943 C6_control_B2 +LQ01X006380 Putative Coleoptile phototropism protein 1 7.331077758 C6_control_B3 +LQ01X006380 Putative Coleoptile phototropism protein 1 5.450687034 C6_control_C1 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.071470911 C6_control_C2 +LQ01X006380 Putative Coleoptile phototropism protein 1 5.786508299 C6_control_C3 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.900312093 C6_chemical_A1 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.470442505 C6_chemical_A3 +LQ01X006380 Putative Coleoptile phototropism protein 1 7.065808055 C6_chemical_B1 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.770458109 C6_chemical_B2 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.94489556 C6_chemical_B3 +LQ01X006380 Putative Coleoptile phototropism protein 1 5.334258 C6_chemical_C1 +LQ01X006380 Putative Coleoptile phototropism protein 1 5.970205867 C6_chemical_C2 +LQ01X006380 Putative Coleoptile phototropism protein 1 5.649851199 C6_chemical_C3 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.471510998 L4_control_A1 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.656874996 L4_control_A2 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.562978363 L4_control_A3 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.930427991 L4_control_B1 +LQ01X006380 Putative Coleoptile phototropism protein 1 7.256178672 L4_control_B2 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.566183178 L4_control_B3 +LQ01X006380 Putative Coleoptile phototropism protein 1 5.807403045 L4_control_C2 +LQ01X006380 Putative Coleoptile phototropism protein 1 5.739949748 L4_control_C3 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.611589326 L4_chemical_A1 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.93859514 L4_chemical_A2 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.482718079 L4_chemical_A3 +LQ01X006380 Putative Coleoptile phototropism protein 1 7.174763405 L4_chemical_B1 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.791906192 L4_chemical_B2 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.780751648 L4_chemical_B3 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.031354387 L4_chemical_C2 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.356973719 L4_chemical_C3 +LQ01X006400 Putative uncharacterized protein 5.938076079 C6_control_A1 +LQ01X006400 Putative uncharacterized protein 6.088414617 C6_control_A3 +LQ01X006400 Putative uncharacterized protein 6.835531311 C6_control_B1 +LQ01X006400 Putative uncharacterized protein 6.073527249 C6_control_B2 +LQ01X006400 Putative uncharacterized protein 6.659188228 C6_control_B3 +LQ01X006400 Putative uncharacterized protein 6.290649595 C6_control_C1 +LQ01X006400 Putative uncharacterized protein 6.061505259 C6_control_C2 +LQ01X006400 Putative uncharacterized protein 6.284319703 C6_control_C3 +LQ01X006400 Putative uncharacterized protein 5.719215543 C6_chemical_A1 +LQ01X006400 Putative uncharacterized protein 6.274960578 C6_chemical_A3 +LQ01X006400 Putative uncharacterized protein 6.318498001 C6_chemical_B1 +LQ01X006400 Putative uncharacterized protein 6.225992508 C6_chemical_B2 +LQ01X006400 Putative uncharacterized protein 6.76277525 C6_chemical_B3 +LQ01X006400 Putative uncharacterized protein 6.245956072 C6_chemical_C1 +LQ01X006400 Putative uncharacterized protein 6.381029182 C6_chemical_C2 +LQ01X006400 Putative uncharacterized protein 6.903664074 C6_chemical_C3 +LQ01X006400 Putative uncharacterized protein 5.586475372 L4_control_A1 +LQ01X006400 Putative uncharacterized protein 5.164933444 L4_control_A2 +LQ01X006400 Putative uncharacterized protein 5.711413266 L4_control_A3 +LQ01X006400 Putative uncharacterized protein 6.798198932 L4_control_B1 +LQ01X006400 Putative uncharacterized protein 5.836196053 L4_control_B2 +LQ01X006400 Putative uncharacterized protein 6.703584676 L4_control_B3 +LQ01X006400 Putative uncharacterized protein 6.96160563 L4_control_C2 +LQ01X006400 Putative uncharacterized protein 6.734040518 L4_control_C3 +LQ01X006400 Putative uncharacterized protein 6.273915483 L4_chemical_A1 +LQ01X006400 Putative uncharacterized protein 4.84572006 L4_chemical_A2 +LQ01X006400 Putative uncharacterized protein 5.492704203 L4_chemical_A3 +LQ01X006400 Putative uncharacterized protein 6.034431878 L4_chemical_B1 +LQ01X006400 Putative uncharacterized protein 5.906235345 L4_chemical_B2 +LQ01X006400 Putative uncharacterized protein 6.308776629 L4_chemical_B3 +LQ01X006400 Putative uncharacterized protein 6.677744098 L4_chemical_C2 +LQ01X006400 Putative uncharacterized protein 6.773254704 L4_chemical_C3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 11.37678609 C6_control_A1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 12.11875224 C6_control_A3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 8.391465136 C6_control_B1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 7.205422655 C6_control_B2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 7.260243721 C6_control_B3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.797075214 C6_control_C1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.051895861 C6_control_C2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.777818624 C6_control_C3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 10.89950734 C6_chemical_A1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 12.4099216 C6_chemical_A3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 6.930703491 C6_chemical_B1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 6.886545746 C6_chemical_B2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 6.803299455 C6_chemical_B3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.959128807 C6_chemical_C1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 6.27331966 C6_chemical_C2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.885208577 C6_chemical_C3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 12.446479 L4_control_A1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 10.71217435 L4_control_A2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 12.31759127 L4_control_A3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 6.86529148 L4_control_B1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 8.67016194 L4_control_B2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 6.534537187 L4_control_B3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.35767136 L4_control_C2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.647579557 L4_control_C3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 10.38606673 L4_chemical_A1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 8.769645617 L4_chemical_A2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 11.80769514 L4_chemical_A3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 6.44979917 L4_chemical_B1 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 8.148606636 L4_chemical_B2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 8.123046613 L4_chemical_B3 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.748686629 L4_chemical_C2 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 5.224601641 L4_chemical_C3 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.101338102 C6_control_A1 +LQ01X006440 Putative uncharacterized protein (Fragment) 9.334662976 C6_control_A3 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.199698025 C6_control_B1 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.13057133 C6_control_B2 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.353969224 C6_control_B3 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.483113686 C6_control_C1 +LQ01X006440 Putative uncharacterized protein (Fragment) 9.009390948 C6_control_C2 +LQ01X006440 Putative uncharacterized protein (Fragment) 9.173053101 C6_control_C3 +LQ01X006440 Putative uncharacterized protein (Fragment) 7.954526891 C6_chemical_A1 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.61540544 C6_chemical_A3 +LQ01X006440 Putative uncharacterized protein (Fragment) 7.789620415 C6_chemical_B1 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.138769555 C6_chemical_B2 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.377441922 C6_chemical_B3 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.201931143 C6_chemical_C1 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.613486961 C6_chemical_C2 +LQ01X006440 Putative uncharacterized protein (Fragment) 9.441474597 C6_chemical_C3 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.315748378 L4_control_A1 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.263803105 L4_control_A2 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.731905227 L4_control_A3 +LQ01X006440 Putative uncharacterized protein (Fragment) 6.314930893 L4_control_B1 +LQ01X006440 Putative uncharacterized protein (Fragment) 6.975866076 L4_control_B2 +LQ01X006440 Putative uncharacterized protein (Fragment) 7.796980269 L4_control_B3 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.331191268 L4_control_C2 +LQ01X006440 Putative uncharacterized protein (Fragment) 9.838267842 L4_control_C3 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.417806085 L4_chemical_A1 +LQ01X006440 Putative uncharacterized protein (Fragment) 8.034413347 L4_chemical_A2 +LQ01X006440 Putative uncharacterized protein (Fragment) 7.997498271 L4_chemical_A3 +LQ01X006440 Putative uncharacterized protein (Fragment) 7.401025342 L4_chemical_B1 +LQ01X006440 Putative uncharacterized protein (Fragment) 6.722742084 L4_chemical_B2 +LQ01X006440 Putative uncharacterized protein (Fragment) 7.712238404 L4_chemical_B3 +LQ01X006440 Putative uncharacterized protein (Fragment) 7.574378419 L4_chemical_C2 +LQ01X006440 Putative uncharacterized protein (Fragment) 9.050320962 L4_chemical_C3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 7.26530897 C6_control_A1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 7.872198507 C6_control_A3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 6.050110223 C6_control_B1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.127886746 C6_control_B2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.570311547 C6_control_B3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.816287789 C6_control_C1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.727107117 C6_control_C2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.608261447 C6_control_C3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 7.776443249 C6_chemical_A1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 7.880567293 C6_chemical_A3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 7.372380201 C6_chemical_B1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.972485016 C6_chemical_B2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.315511209 C6_chemical_B3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.787296941 C6_chemical_C1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 10.02641035 C6_chemical_C2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.531911056 C6_chemical_C3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.999422716 L4_control_A1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.569080943 L4_control_A2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.449740073 L4_control_A3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.165066863 L4_control_B1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.998514439 L4_control_B2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 10.59034457 L4_control_B3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.40053028 L4_control_C2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 10.23335382 L4_control_C3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.32898829 L4_chemical_A1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 7.450901414 L4_chemical_A2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.469224846 L4_chemical_A3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.582007026 L4_chemical_B1 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.571249179 L4_chemical_B2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.728114421 L4_chemical_B3 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 8.589188938 L4_chemical_C2 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 9.736512369 L4_chemical_C3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.84400992 C6_control_A1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.37099679 C6_control_A3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.9990643 C6_control_B1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.68553655 C6_control_B2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.84893909 C6_control_B3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.31107691 C6_control_C1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.58146072 C6_control_C2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.47917816 C6_control_C3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.79179 C6_chemical_A1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.10215293 C6_chemical_A3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.7418567 C6_chemical_B1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.41802646 C6_chemical_B2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.56551956 C6_chemical_B3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.23107239 C6_chemical_C1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.37241599 C6_chemical_C2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.16801879 C6_chemical_C3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.31189168 L4_control_A1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.9293189 L4_control_A2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.35837057 L4_control_A3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.15305188 L4_control_B1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.56661073 L4_control_B2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.08002071 L4_control_B3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.74968846 L4_control_C2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.16840637 L4_control_C3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.20668924 L4_chemical_A1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.66032828 L4_chemical_A2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.33174553 L4_chemical_A3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.08742547 L4_chemical_B1 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 12.11266969 L4_chemical_B2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.99230993 L4_chemical_B3 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.71158275 L4_chemical_C2 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.92099068 L4_chemical_C3 +LQ01X006490 60S ribosomal protein L26-1 5.840159456 C6_control_A1 +LQ01X006490 60S ribosomal protein L26-1 5.625455525 C6_control_A3 +LQ01X006490 60S ribosomal protein L26-1 5.473738509 C6_control_B1 +LQ01X006490 60S ribosomal protein L26-1 6.014919025 C6_control_B2 +LQ01X006490 60S ribosomal protein L26-1 5.560799708 C6_control_B3 +LQ01X006490 60S ribosomal protein L26-1 5.393538183 C6_control_C1 +LQ01X006490 60S ribosomal protein L26-1 6.073606378 C6_control_C2 +LQ01X006490 60S ribosomal protein L26-1 5.43160769 C6_control_C3 +LQ01X006490 60S ribosomal protein L26-1 5.674513711 C6_chemical_A1 +LQ01X006490 60S ribosomal protein L26-1 5.617429591 C6_chemical_A3 +LQ01X006490 60S ribosomal protein L26-1 5.379560587 C6_chemical_B1 +LQ01X006490 60S ribosomal protein L26-1 5.724365331 C6_chemical_B2 +LQ01X006490 60S ribosomal protein L26-1 5.508505381 C6_chemical_B3 +LQ01X006490 60S ribosomal protein L26-1 5.51352285 C6_chemical_C1 +LQ01X006490 60S ribosomal protein L26-1 6.113807341 C6_chemical_C2 +LQ01X006490 60S ribosomal protein L26-1 5.646072046 C6_chemical_C3 +LQ01X006490 60S ribosomal protein L26-1 5.654169104 L4_control_A1 +LQ01X006490 60S ribosomal protein L26-1 5.621233672 L4_control_A2 +LQ01X006490 60S ribosomal protein L26-1 6.485693757 L4_control_A3 +LQ01X006490 60S ribosomal protein L26-1 5.340205533 L4_control_B1 +LQ01X006490 60S ribosomal protein L26-1 6.189033769 L4_control_B2 +LQ01X006490 60S ribosomal protein L26-1 5.559785744 L4_control_B3 +LQ01X006490 60S ribosomal protein L26-1 5.082529131 L4_control_C2 +LQ01X006490 60S ribosomal protein L26-1 5.168286886 L4_control_C3 +LQ01X006490 60S ribosomal protein L26-1 5.543005317 L4_chemical_A1 +LQ01X006490 60S ribosomal protein L26-1 5.512908777 L4_chemical_A2 +LQ01X006490 60S ribosomal protein L26-1 6.467970705 L4_chemical_A3 +LQ01X006490 60S ribosomal protein L26-1 5.918875977 L4_chemical_B1 +LQ01X006490 60S ribosomal protein L26-1 6.148027 L4_chemical_B2 +LQ01X006490 60S ribosomal protein L26-1 5.747946888 L4_chemical_B3 +LQ01X006490 60S ribosomal protein L26-1 4.948212384 L4_chemical_C2 +LQ01X006490 60S ribosomal protein L26-1 5.705347822 L4_chemical_C3 +LQ01X006500 Protein binding protein, putative 8.919345634 C6_control_A1 +LQ01X006500 Protein binding protein, putative 8.61125322 C6_control_A3 +LQ01X006500 Protein binding protein, putative 7.889686384 C6_control_B1 +LQ01X006500 Protein binding protein, putative 8.110079248 C6_control_B2 +LQ01X006500 Protein binding protein, putative 6.296127045 C6_control_B3 +LQ01X006500 Protein binding protein, putative 8.382821692 C6_control_C1 +LQ01X006500 Protein binding protein, putative 7.481306405 C6_control_C2 +LQ01X006500 Protein binding protein, putative 7.828103801 C6_control_C3 +LQ01X006500 Protein binding protein, putative 9.021796684 C6_chemical_A1 +LQ01X006500 Protein binding protein, putative 9.019100642 C6_chemical_A3 +LQ01X006500 Protein binding protein, putative 7.451363713 C6_chemical_B1 +LQ01X006500 Protein binding protein, putative 8.054965076 C6_chemical_B2 +LQ01X006500 Protein binding protein, putative 6.307597037 C6_chemical_B3 +LQ01X006500 Protein binding protein, putative 8.228337836 C6_chemical_C1 +LQ01X006500 Protein binding protein, putative 8.369920414 C6_chemical_C2 +LQ01X006500 Protein binding protein, putative 7.879805423 C6_chemical_C3 +LQ01X006500 Protein binding protein, putative 9.147029997 L4_control_A1 +LQ01X006500 Protein binding protein, putative 9.910315117 L4_control_A2 +LQ01X006500 Protein binding protein, putative 9.585359673 L4_control_A3 +LQ01X006500 Protein binding protein, putative 6.498746147 L4_control_B1 +LQ01X006500 Protein binding protein, putative 9.21844903 L4_control_B2 +LQ01X006500 Protein binding protein, putative 7.015620173 L4_control_B3 +LQ01X006500 Protein binding protein, putative 8.950923015 L4_control_C2 +LQ01X006500 Protein binding protein, putative 7.826220667 L4_control_C3 +LQ01X006500 Protein binding protein, putative 8.14007692 L4_chemical_A1 +LQ01X006500 Protein binding protein, putative 8.858509342 L4_chemical_A2 +LQ01X006500 Protein binding protein, putative 8.608537903 L4_chemical_A3 +LQ01X006500 Protein binding protein, putative 8.370590891 L4_chemical_B1 +LQ01X006500 Protein binding protein, putative 8.878632255 L4_chemical_B2 +LQ01X006500 Protein binding protein, putative 8.130787372 L4_chemical_B3 +LQ01X006500 Protein binding protein, putative 9.025634587 L4_chemical_C2 +LQ01X006500 Protein binding protein, putative 7.65472707 L4_chemical_C3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.77304192 C6_control_A1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.77618996 C6_control_A3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.94558367 C6_control_B1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.82790728 C6_control_B2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.7124713 C6_control_B3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.89841292 C6_control_C1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.61283006 C6_control_C2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 10.90786615 C6_control_C3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.86492864 C6_chemical_A1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.16613858 C6_chemical_A3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.96760042 C6_chemical_B1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.88053074 C6_chemical_B2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.64311271 C6_chemical_B3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.7981612 C6_chemical_C1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.19479578 C6_chemical_C2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 10.97952813 C6_chemical_C3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.4837383 L4_control_A1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.1892848 L4_control_A2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.01356432 L4_control_A3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.06505068 L4_control_B1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.32402447 L4_control_B2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.77330149 L4_control_B3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.60634991 L4_control_C2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.21379266 L4_control_C3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.42266175 L4_chemical_A1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.53803937 L4_chemical_A2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.11436548 L4_chemical_A3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.2848493 L4_chemical_B1 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 12.34095893 L4_chemical_B2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.58598338 L4_chemical_B3 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.53613089 L4_chemical_C2 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.54187258 L4_chemical_C3 +LQ01X006520 Predicted protein 6.136926696 C6_control_A1 +LQ01X006520 Predicted protein 6.126706162 C6_control_A3 +LQ01X006520 Predicted protein 6.667186757 C6_control_B1 +LQ01X006520 Predicted protein 6.049271526 C6_control_B2 +LQ01X006520 Predicted protein 6.323858779 C6_control_B3 +LQ01X006520 Predicted protein 6.088974278 C6_control_C1 +LQ01X006520 Predicted protein 5.717628069 C6_control_C2 +LQ01X006520 Predicted protein 6.061348616 C6_control_C3 +LQ01X006520 Predicted protein 6.452686825 C6_chemical_A1 +LQ01X006520 Predicted protein 6.342291648 C6_chemical_A3 +LQ01X006520 Predicted protein 6.311205578 C6_chemical_B1 +LQ01X006520 Predicted protein 5.926388453 C6_chemical_B2 +LQ01X006520 Predicted protein 6.049170424 C6_chemical_B3 +LQ01X006520 Predicted protein 6.149505359 C6_chemical_C1 +LQ01X006520 Predicted protein 5.902881611 C6_chemical_C2 +LQ01X006520 Predicted protein 5.774155701 C6_chemical_C3 +LQ01X006520 Predicted protein 6.075649504 L4_control_A1 +LQ01X006520 Predicted protein 5.985348719 L4_control_A2 +LQ01X006520 Predicted protein 6.34445813 L4_control_A3 +LQ01X006520 Predicted protein 6.9427972 L4_control_B1 +LQ01X006520 Predicted protein 7.273020441 L4_control_B2 +LQ01X006520 Predicted protein 6.234186778 L4_control_B3 +LQ01X006520 Predicted protein 6.917468396 L4_control_C2 +LQ01X006520 Predicted protein 6.554228787 L4_control_C3 +LQ01X006520 Predicted protein 6.148316813 L4_chemical_A1 +LQ01X006520 Predicted protein 6.147583401 L4_chemical_A2 +LQ01X006520 Predicted protein 6.016041909 L4_chemical_A3 +LQ01X006520 Predicted protein 6.363206208 L4_chemical_B1 +LQ01X006520 Predicted protein 7.633495677 L4_chemical_B2 +LQ01X006520 Predicted protein 5.991016329 L4_chemical_B3 +LQ01X006520 Predicted protein 6.506877727 L4_chemical_C2 +LQ01X006520 Predicted protein 7.023229126 L4_chemical_C3 +LQ01X006530 Putative uncharacterized protein 6.063131981 C6_control_A1 +LQ01X006530 Putative uncharacterized protein 5.738078462 C6_control_A3 +LQ01X006530 Putative uncharacterized protein 5.463738162 C6_control_B1 +LQ01X006530 Putative uncharacterized protein 6.286682973 C6_control_B2 +LQ01X006530 Putative uncharacterized protein 5.706730603 C6_control_B3 +LQ01X006530 Putative uncharacterized protein 5.394983274 C6_control_C1 +LQ01X006530 Putative uncharacterized protein 5.247441664 C6_control_C2 +LQ01X006530 Putative uncharacterized protein 5.503276042 C6_control_C3 +LQ01X006530 Putative uncharacterized protein 5.229843428 C6_chemical_A1 +LQ01X006530 Putative uncharacterized protein 5.597656404 C6_chemical_A3 +LQ01X006530 Putative uncharacterized protein 5.80636532 C6_chemical_B1 +LQ01X006530 Putative uncharacterized protein 6.021961928 C6_chemical_B2 +LQ01X006530 Putative uncharacterized protein 5.668242762 C6_chemical_B3 +LQ01X006530 Putative uncharacterized protein 5.130848048 C6_chemical_C1 +LQ01X006530 Putative uncharacterized protein 5.602409819 C6_chemical_C2 +LQ01X006530 Putative uncharacterized protein 5.409316956 C6_chemical_C3 +LQ01X006530 Putative uncharacterized protein 5.586531975 L4_control_A1 +LQ01X006530 Putative uncharacterized protein 5.40248729 L4_control_A2 +LQ01X006530 Putative uncharacterized protein 5.792928444 L4_control_A3 +LQ01X006530 Putative uncharacterized protein 5.436829816 L4_control_B1 +LQ01X006530 Putative uncharacterized protein 5.323594957 L4_control_B2 +LQ01X006530 Putative uncharacterized protein 5.8059455 L4_control_B3 +LQ01X006530 Putative uncharacterized protein 5.171952783 L4_control_C2 +LQ01X006530 Putative uncharacterized protein 4.945618934 L4_control_C3 +LQ01X006530 Putative uncharacterized protein 5.162597668 L4_chemical_A1 +LQ01X006530 Putative uncharacterized protein 5.709631057 L4_chemical_A2 +LQ01X006530 Putative uncharacterized protein 6.091189923 L4_chemical_A3 +LQ01X006530 Putative uncharacterized protein 5.672793268 L4_chemical_B1 +LQ01X006530 Putative uncharacterized protein 5.191619073 L4_chemical_B2 +LQ01X006530 Putative uncharacterized protein 5.69057279 L4_chemical_B3 +LQ01X006530 Putative uncharacterized protein 5.780259792 L4_chemical_C2 +LQ01X006530 Putative uncharacterized protein 5.479236089 L4_chemical_C3 +LQ01X006550 Protein SHORT-ROOT 11.01945321 C6_control_A1 +LQ01X006550 Protein SHORT-ROOT 11.53913738 C6_control_A3 +LQ01X006550 Protein SHORT-ROOT 10.95886894 C6_control_B1 +LQ01X006550 Protein SHORT-ROOT 10.0614263 C6_control_B2 +LQ01X006550 Protein SHORT-ROOT 10.88193037 C6_control_B3 +LQ01X006550 Protein SHORT-ROOT 8.198630784 C6_control_C1 +LQ01X006550 Protein SHORT-ROOT 6.720243199 C6_control_C2 +LQ01X006550 Protein SHORT-ROOT 7.843583053 C6_control_C3 +LQ01X006550 Protein SHORT-ROOT 10.80638768 C6_chemical_A1 +LQ01X006550 Protein SHORT-ROOT 11.74815688 C6_chemical_A3 +LQ01X006550 Protein SHORT-ROOT 10.90754726 C6_chemical_B1 +LQ01X006550 Protein SHORT-ROOT 9.742398248 C6_chemical_B2 +LQ01X006550 Protein SHORT-ROOT 10.55295193 C6_chemical_B3 +LQ01X006550 Protein SHORT-ROOT 7.896108796 C6_chemical_C1 +LQ01X006550 Protein SHORT-ROOT 7.021409695 C6_chemical_C2 +LQ01X006550 Protein SHORT-ROOT 7.2429017 C6_chemical_C3 +LQ01X006550 Protein SHORT-ROOT 11.59981226 L4_control_A1 +LQ01X006550 Protein SHORT-ROOT 10.66269116 L4_control_A2 +LQ01X006550 Protein SHORT-ROOT 11.66847179 L4_control_A3 +LQ01X006550 Protein SHORT-ROOT 11.25006084 L4_control_B1 +LQ01X006550 Protein SHORT-ROOT 11.75210595 L4_control_B2 +LQ01X006550 Protein SHORT-ROOT 10.24214879 L4_control_B3 +LQ01X006550 Protein SHORT-ROOT 8.998952929 L4_control_C2 +LQ01X006550 Protein SHORT-ROOT 8.365850243 L4_control_C3 +LQ01X006550 Protein SHORT-ROOT 10.29535499 L4_chemical_A1 +LQ01X006550 Protein SHORT-ROOT 9.870448002 L4_chemical_A2 +LQ01X006550 Protein SHORT-ROOT 11.06662736 L4_chemical_A3 +LQ01X006550 Protein SHORT-ROOT 10.87772275 L4_chemical_B1 +LQ01X006550 Protein SHORT-ROOT 11.08620705 L4_chemical_B2 +LQ01X006550 Protein SHORT-ROOT 10.76611598 L4_chemical_B3 +LQ01X006550 Protein SHORT-ROOT 9.190410106 L4_chemical_C2 +LQ01X006550 Protein SHORT-ROOT 8.246157123 L4_chemical_C3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 14.01444664 C6_control_A1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 14.04632296 C6_control_A3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.56400687 C6_control_B1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.14852027 C6_control_B2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.32714088 C6_control_B3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.49153394 C6_control_C1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.56140862 C6_control_C2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.09931704 C6_control_C3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.47852392 C6_chemical_A1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.55667863 C6_chemical_A3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.27800692 C6_chemical_B1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.2568229 C6_chemical_B2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.34940603 C6_chemical_B3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.61529337 C6_chemical_C1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.38056558 C6_chemical_C2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.05318129 C6_chemical_C3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.93351 L4_control_A1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.66668318 L4_control_A2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.64293021 L4_control_A3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.29038967 L4_control_B1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.99068606 L4_control_B2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.16668721 L4_control_B3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 11.9657463 L4_control_C2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.32090458 L4_control_C3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 14.02806475 L4_chemical_A1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.38707831 L4_chemical_A2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 14.0169153 L4_chemical_A3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.0750757 L4_chemical_B1 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.14248318 L4_chemical_B2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.76962604 L4_chemical_B3 +LQ01X006580 ADP-ribosylation factor-like protein 8A 12.25773656 L4_chemical_C2 +LQ01X006580 ADP-ribosylation factor-like protein 8A 11.7831211 L4_chemical_C3 +LQ01X006620 Putative uncharacterized protein 13.77777003 C6_control_A1 +LQ01X006620 Putative uncharacterized protein 14.1127892 C6_control_A3 +LQ01X006620 Putative uncharacterized protein 13.58673032 C6_control_B1 +LQ01X006620 Putative uncharacterized protein 13.41150733 C6_control_B2 +LQ01X006620 Putative uncharacterized protein 13.4333164 C6_control_B3 +LQ01X006620 Putative uncharacterized protein 13.20959436 C6_control_C1 +LQ01X006620 Putative uncharacterized protein 12.86022015 C6_control_C2 +LQ01X006620 Putative uncharacterized protein 12.97129675 C6_control_C3 +LQ01X006620 Putative uncharacterized protein 13.60573179 C6_chemical_A1 +LQ01X006620 Putative uncharacterized protein 13.79191268 C6_chemical_A3 +LQ01X006620 Putative uncharacterized protein 13.54380964 C6_chemical_B1 +LQ01X006620 Putative uncharacterized protein 13.38021187 C6_chemical_B2 +LQ01X006620 Putative uncharacterized protein 13.19303954 C6_chemical_B3 +LQ01X006620 Putative uncharacterized protein 13.30266406 C6_chemical_C1 +LQ01X006620 Putative uncharacterized protein 13.04346535 C6_chemical_C2 +LQ01X006620 Putative uncharacterized protein 12.71004456 C6_chemical_C3 +LQ01X006620 Putative uncharacterized protein 13.97255041 L4_control_A1 +LQ01X006620 Putative uncharacterized protein 13.49457625 L4_control_A2 +LQ01X006620 Putative uncharacterized protein 13.6207103 L4_control_A3 +LQ01X006620 Putative uncharacterized protein 13.20089871 L4_control_B1 +LQ01X006620 Putative uncharacterized protein 12.77793598 L4_control_B2 +LQ01X006620 Putative uncharacterized protein 13.33911079 L4_control_B3 +LQ01X006620 Putative uncharacterized protein 12.86235319 L4_control_C2 +LQ01X006620 Putative uncharacterized protein 12.58346901 L4_control_C3 +LQ01X006620 Putative uncharacterized protein 13.69689053 L4_chemical_A1 +LQ01X006620 Putative uncharacterized protein 13.41231402 L4_chemical_A2 +LQ01X006620 Putative uncharacterized protein 13.68379035 L4_chemical_A3 +LQ01X006620 Putative uncharacterized protein 13.19846619 L4_chemical_B1 +LQ01X006620 Putative uncharacterized protein 13.03176463 L4_chemical_B2 +LQ01X006620 Putative uncharacterized protein 13.53357309 L4_chemical_B3 +LQ01X006620 Putative uncharacterized protein 12.90681408 L4_chemical_C2 +LQ01X006620 Putative uncharacterized protein 12.86379397 L4_chemical_C3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.64762858 C6_control_A1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.47993641 C6_control_A3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.10903002 C6_control_B1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.63335265 C6_control_B2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.05237904 C6_control_B3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.86083 C6_control_C1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.90366505 C6_control_C2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.63006017 C6_control_C3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.66439484 C6_chemical_A1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.37202897 C6_chemical_A3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.25127038 C6_chemical_B1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.67446964 C6_chemical_B2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.1680815 C6_chemical_B3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.96444206 C6_chemical_C1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.89342061 C6_chemical_C2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.5270736 C6_chemical_C3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.53221127 L4_control_A1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.92753315 L4_control_A2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.61407859 L4_control_A3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.53845855 L4_control_B1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.20255092 L4_control_B2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.46610192 L4_control_B3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.75046055 L4_control_C2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.72878276 L4_control_C3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.70967287 L4_chemical_A1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.96767356 L4_chemical_A2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.65673681 L4_chemical_A3 +LQ01X006630 Putative Amino-acid acetyltransferase 12.41522929 L4_chemical_B1 +LQ01X006630 Putative Amino-acid acetyltransferase 12.62894734 L4_chemical_B2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.10123692 L4_chemical_B3 +LQ01X006630 Putative Amino-acid acetyltransferase 13.02255116 L4_chemical_C2 +LQ01X006630 Putative Amino-acid acetyltransferase 12.70784224 L4_chemical_C3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.54834983 C6_control_A1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.9400818 C6_control_A3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.29247843 C6_control_B1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.23553852 C6_control_B2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.15045828 C6_control_B3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.52301905 C6_control_C1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.76704883 C6_control_C2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.64876566 C6_control_C3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.68516875 C6_chemical_A1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 12.24697568 C6_chemical_A3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.51998981 C6_chemical_B1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.42003339 C6_chemical_B2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.35313369 C6_chemical_B3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.59828244 C6_chemical_C1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.88173575 C6_chemical_C2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.88493473 C6_chemical_C3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.9209368 L4_control_A1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.76264434 L4_control_A2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 12.39232368 L4_control_A3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.45966663 L4_control_B1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.79488873 L4_control_B2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 12.10047911 L4_control_B3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.76495191 L4_control_C2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 12.09918508 L4_control_C3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 12.13362042 L4_chemical_A1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.92551993 L4_chemical_A2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 12.26995699 L4_chemical_A3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.39386005 L4_chemical_B1 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.40991655 L4_chemical_B2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 12.06189282 L4_chemical_B3 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.79504416 L4_chemical_C2 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.98854448 L4_chemical_C3 +LQ01X006670 Putative uncharacterized protein 5.530497079 C6_control_A1 +LQ01X006670 Putative uncharacterized protein 5.831636129 C6_control_A3 +LQ01X006670 Putative uncharacterized protein 5.783508122 C6_control_B1 +LQ01X006670 Putative uncharacterized protein 5.567740046 C6_control_B2 +LQ01X006670 Putative uncharacterized protein 5.720209526 C6_control_B3 +LQ01X006670 Putative uncharacterized protein 5.859111034 C6_control_C1 +LQ01X006670 Putative uncharacterized protein 5.886752397 C6_control_C2 +LQ01X006670 Putative uncharacterized protein 5.573368251 C6_control_C3 +LQ01X006670 Putative uncharacterized protein 5.779807022 C6_chemical_A1 +LQ01X006670 Putative uncharacterized protein 5.845445661 C6_chemical_A3 +LQ01X006670 Putative uncharacterized protein 5.777699328 C6_chemical_B1 +LQ01X006670 Putative uncharacterized protein 5.611913816 C6_chemical_B2 +LQ01X006670 Putative uncharacterized protein 5.801803671 C6_chemical_B3 +LQ01X006670 Putative uncharacterized protein 5.845795878 C6_chemical_C1 +LQ01X006670 Putative uncharacterized protein 6.051803589 C6_chemical_C2 +LQ01X006670 Putative uncharacterized protein 5.750724731 C6_chemical_C3 +LQ01X006670 Putative uncharacterized protein 5.468759614 L4_control_A1 +LQ01X006670 Putative uncharacterized protein 5.719824639 L4_control_A2 +LQ01X006670 Putative uncharacterized protein 6.247035761 L4_control_A3 +LQ01X006670 Putative uncharacterized protein 5.957533338 L4_control_B1 +LQ01X006670 Putative uncharacterized protein 6.244711364 L4_control_B2 +LQ01X006670 Putative uncharacterized protein 5.496270768 L4_control_B3 +LQ01X006670 Putative uncharacterized protein 6.004773362 L4_control_C2 +LQ01X006670 Putative uncharacterized protein 5.608510927 L4_control_C3 +LQ01X006670 Putative uncharacterized protein 5.544233359 L4_chemical_A1 +LQ01X006670 Putative uncharacterized protein 5.749628676 L4_chemical_A2 +LQ01X006670 Putative uncharacterized protein 5.817614871 L4_chemical_A3 +LQ01X006670 Putative uncharacterized protein 5.875838436 L4_chemical_B1 +LQ01X006670 Putative uncharacterized protein 5.732680591 L4_chemical_B2 +LQ01X006670 Putative uncharacterized protein 5.665988202 L4_chemical_B3 +LQ01X006670 Putative uncharacterized protein 6.281007616 L4_chemical_C2 +LQ01X006670 Putative uncharacterized protein 5.595486113 L4_chemical_C3 +LQ01X006680 Cyclin d, putative 9.533217175 C6_control_A1 +LQ01X006680 Cyclin d, putative 8.90920748 C6_control_A3 +LQ01X006680 Cyclin d, putative 9.435071234 C6_control_B1 +LQ01X006680 Cyclin d, putative 9.704006174 C6_control_B2 +LQ01X006680 Cyclin d, putative 9.722279384 C6_control_B3 +LQ01X006680 Cyclin d, putative 9.014941723 C6_control_C1 +LQ01X006680 Cyclin d, putative 9.801991212 C6_control_C2 +LQ01X006680 Cyclin d, putative 9.648302747 C6_control_C3 +LQ01X006680 Cyclin d, putative 9.190233332 C6_chemical_A1 +LQ01X006680 Cyclin d, putative 8.436794583 C6_chemical_A3 +LQ01X006680 Cyclin d, putative 8.424298624 C6_chemical_B1 +LQ01X006680 Cyclin d, putative 8.926178604 C6_chemical_B2 +LQ01X006680 Cyclin d, putative 8.935000335 C6_chemical_B3 +LQ01X006680 Cyclin d, putative 7.997913196 C6_chemical_C1 +LQ01X006680 Cyclin d, putative 8.532256346 C6_chemical_C2 +LQ01X006680 Cyclin d, putative 7.854981473 C6_chemical_C3 +LQ01X006680 Cyclin d, putative 8.992219499 L4_control_A1 +LQ01X006680 Cyclin d, putative 8.531217492 L4_control_A2 +LQ01X006680 Cyclin d, putative 8.404691819 L4_control_A3 +LQ01X006680 Cyclin d, putative 8.928197227 L4_control_B1 +LQ01X006680 Cyclin d, putative 9.675425262 L4_control_B2 +LQ01X006680 Cyclin d, putative 10.53870856 L4_control_B3 +LQ01X006680 Cyclin d, putative 7.693728382 L4_control_C2 +LQ01X006680 Cyclin d, putative 8.231479614 L4_control_C3 +LQ01X006680 Cyclin d, putative 7.936591521 L4_chemical_A1 +LQ01X006680 Cyclin d, putative 7.6230949 L4_chemical_A2 +LQ01X006680 Cyclin d, putative 8.083061901 L4_chemical_A3 +LQ01X006680 Cyclin d, putative 9.071032068 L4_chemical_B1 +LQ01X006680 Cyclin d, putative 8.927235946 L4_chemical_B2 +LQ01X006680 Cyclin d, putative 9.570868424 L4_chemical_B3 +LQ01X006680 Cyclin d, putative 6.265220308 L4_chemical_C2 +LQ01X006680 Cyclin d, putative 9.064040125 L4_chemical_C3 +LQ01X006690 Predicted protein 11.37058222 C6_control_A1 +LQ01X006690 Predicted protein 11.39451856 C6_control_A3 +LQ01X006690 Predicted protein 11.76719997 C6_control_B1 +LQ01X006690 Predicted protein 11.7179922 C6_control_B2 +LQ01X006690 Predicted protein 11.85509105 C6_control_B3 +LQ01X006690 Predicted protein 11.86931687 C6_control_C1 +LQ01X006690 Predicted protein 11.75486504 C6_control_C2 +LQ01X006690 Predicted protein 11.60524478 C6_control_C3 +LQ01X006690 Predicted protein 11.3612251 C6_chemical_A1 +LQ01X006690 Predicted protein 11.70261329 C6_chemical_A3 +LQ01X006690 Predicted protein 11.72746712 C6_chemical_B1 +LQ01X006690 Predicted protein 11.44311835 C6_chemical_B2 +LQ01X006690 Predicted protein 11.59070885 C6_chemical_B3 +LQ01X006690 Predicted protein 11.75957904 C6_chemical_C1 +LQ01X006690 Predicted protein 11.86273911 C6_chemical_C2 +LQ01X006690 Predicted protein 11.44261053 C6_chemical_C3 +LQ01X006690 Predicted protein 11.3631966 L4_control_A1 +LQ01X006690 Predicted protein 10.8848759 L4_control_A2 +LQ01X006690 Predicted protein 11.38828651 L4_control_A3 +LQ01X006690 Predicted protein 11.29320906 L4_control_B1 +LQ01X006690 Predicted protein 11.44932085 L4_control_B2 +LQ01X006690 Predicted protein 11.54715843 L4_control_B3 +LQ01X006690 Predicted protein 11.50710999 L4_control_C2 +LQ01X006690 Predicted protein 11.11237795 L4_control_C3 +LQ01X006690 Predicted protein 11.18433999 L4_chemical_A1 +LQ01X006690 Predicted protein 10.67598783 L4_chemical_A2 +LQ01X006690 Predicted protein 11.39249303 L4_chemical_A3 +LQ01X006690 Predicted protein 11.30243749 L4_chemical_B1 +LQ01X006690 Predicted protein 11.10860367 L4_chemical_B2 +LQ01X006690 Predicted protein 11.5739748 L4_chemical_B3 +LQ01X006690 Predicted protein 11.54382145 L4_chemical_C2 +LQ01X006690 Predicted protein 11.11664804 L4_chemical_C3 +LQ01X006700 Putative glycosyltransferase 7 4.89546047 C6_control_A1 +LQ01X006700 Putative glycosyltransferase 7 5.125009317 C6_control_A3 +LQ01X006700 Putative glycosyltransferase 7 5.358733444 C6_control_B1 +LQ01X006700 Putative glycosyltransferase 7 4.996341366 C6_control_B2 +LQ01X006700 Putative glycosyltransferase 7 4.716513614 C6_control_B3 +LQ01X006700 Putative glycosyltransferase 7 4.85376342 C6_control_C1 +LQ01X006700 Putative glycosyltransferase 7 4.805819005 C6_control_C2 +LQ01X006700 Putative glycosyltransferase 7 4.861481962 C6_control_C3 +LQ01X006700 Putative glycosyltransferase 7 4.812323825 C6_chemical_A1 +LQ01X006700 Putative glycosyltransferase 7 5.170132663 C6_chemical_A3 +LQ01X006700 Putative glycosyltransferase 7 5.027937049 C6_chemical_B1 +LQ01X006700 Putative glycosyltransferase 7 4.822055063 C6_chemical_B2 +LQ01X006700 Putative glycosyltransferase 7 5.059031468 C6_chemical_B3 +LQ01X006700 Putative glycosyltransferase 7 5.070659009 C6_chemical_C1 +LQ01X006700 Putative glycosyltransferase 7 5.080061408 C6_chemical_C2 +LQ01X006700 Putative glycosyltransferase 7 4.882678939 C6_chemical_C3 +LQ01X006700 Putative glycosyltransferase 7 5.051495411 L4_control_A1 +LQ01X006700 Putative glycosyltransferase 7 5.054463568 L4_control_A2 +LQ01X006700 Putative glycosyltransferase 7 5.243941984 L4_control_A3 +LQ01X006700 Putative glycosyltransferase 7 4.924248826 L4_control_B1 +LQ01X006700 Putative glycosyltransferase 7 4.80104052 L4_control_B2 +LQ01X006700 Putative glycosyltransferase 7 4.732783289 L4_control_B3 +LQ01X006700 Putative glycosyltransferase 7 5.130918132 L4_control_C2 +LQ01X006700 Putative glycosyltransferase 7 4.697294855 L4_control_C3 +LQ01X006700 Putative glycosyltransferase 7 4.978553609 L4_chemical_A1 +LQ01X006700 Putative glycosyltransferase 7 5.032079778 L4_chemical_A2 +LQ01X006700 Putative glycosyltransferase 7 5.364888904 L4_chemical_A3 +LQ01X006700 Putative glycosyltransferase 7 4.891135261 L4_chemical_B1 +LQ01X006700 Putative glycosyltransferase 7 4.83002324 L4_chemical_B2 +LQ01X006700 Putative glycosyltransferase 7 4.541134689 L4_chemical_B3 +LQ01X006700 Putative glycosyltransferase 7 5.428950474 L4_chemical_C2 +LQ01X006700 Putative glycosyltransferase 7 5.009712216 L4_chemical_C3 +LQ01X006710 RuvB-like 2 6.050288608 C6_control_A1 +LQ01X006710 RuvB-like 2 6.044110888 C6_control_A3 +LQ01X006710 RuvB-like 2 5.669375736 C6_control_B1 +LQ01X006710 RuvB-like 2 5.594292538 C6_control_B2 +LQ01X006710 RuvB-like 2 5.593936972 C6_control_B3 +LQ01X006710 RuvB-like 2 5.752790198 C6_control_C1 +LQ01X006710 RuvB-like 2 6.47946782 C6_control_C2 +LQ01X006710 RuvB-like 2 5.698977538 C6_control_C3 +LQ01X006710 RuvB-like 2 5.82854647 C6_chemical_A1 +LQ01X006710 RuvB-like 2 5.676326095 C6_chemical_A3 +LQ01X006710 RuvB-like 2 5.448314112 C6_chemical_B1 +LQ01X006710 RuvB-like 2 5.699431353 C6_chemical_B2 +LQ01X006710 RuvB-like 2 5.409677272 C6_chemical_B3 +LQ01X006710 RuvB-like 2 5.332100394 C6_chemical_C1 +LQ01X006710 RuvB-like 2 5.533467828 C6_chemical_C2 +LQ01X006710 RuvB-like 2 5.535090016 C6_chemical_C3 +LQ01X006710 RuvB-like 2 5.843962715 L4_control_A1 +LQ01X006710 RuvB-like 2 5.442244664 L4_control_A2 +LQ01X006710 RuvB-like 2 5.440677529 L4_control_A3 +LQ01X006710 RuvB-like 2 4.904222809 L4_control_B1 +LQ01X006710 RuvB-like 2 5.970732222 L4_control_B2 +LQ01X006710 RuvB-like 2 5.402222776 L4_control_B3 +LQ01X006710 RuvB-like 2 5.861909305 L4_control_C2 +LQ01X006710 RuvB-like 2 5.629173292 L4_control_C3 +LQ01X006710 RuvB-like 2 5.182972373 L4_chemical_A1 +LQ01X006710 RuvB-like 2 5.701233758 L4_chemical_A2 +LQ01X006710 RuvB-like 2 5.141736949 L4_chemical_A3 +LQ01X006710 RuvB-like 2 5.296893175 L4_chemical_B1 +LQ01X006710 RuvB-like 2 5.916572796 L4_chemical_B2 +LQ01X006710 RuvB-like 2 5.591813104 L4_chemical_B3 +LQ01X006710 RuvB-like 2 5.978953197 L4_chemical_C2 +LQ01X006710 RuvB-like 2 6.964643783 L4_chemical_C3 +LQ01X006720 Putative uncharacterized protein 9.752504982 C6_control_A1 +LQ01X006720 Putative uncharacterized protein 10.4430974 C6_control_A3 +LQ01X006720 Putative uncharacterized protein 8.650344084 C6_control_B1 +LQ01X006720 Putative uncharacterized protein 9.886472129 C6_control_B2 +LQ01X006720 Putative uncharacterized protein 9.269726684 C6_control_B3 +LQ01X006720 Putative uncharacterized protein 10.53140299 C6_control_C1 +LQ01X006720 Putative uncharacterized protein 10.42691451 C6_control_C2 +LQ01X006720 Putative uncharacterized protein 10.49990678 C6_control_C3 +LQ01X006720 Putative uncharacterized protein 9.302951899 C6_chemical_A1 +LQ01X006720 Putative uncharacterized protein 9.804240941 C6_chemical_A3 +LQ01X006720 Putative uncharacterized protein 7.381063373 C6_chemical_B1 +LQ01X006720 Putative uncharacterized protein 8.987488986 C6_chemical_B2 +LQ01X006720 Putative uncharacterized protein 8.42121675 C6_chemical_B3 +LQ01X006720 Putative uncharacterized protein 10.03571737 C6_chemical_C1 +LQ01X006720 Putative uncharacterized protein 10.00947025 C6_chemical_C2 +LQ01X006720 Putative uncharacterized protein 9.299964024 C6_chemical_C3 +LQ01X006720 Putative uncharacterized protein 10.068087 L4_control_A1 +LQ01X006720 Putative uncharacterized protein 10.65806013 L4_control_A2 +LQ01X006720 Putative uncharacterized protein 10.6373055 L4_control_A3 +LQ01X006720 Putative uncharacterized protein 8.964542118 L4_control_B1 +LQ01X006720 Putative uncharacterized protein 9.032839598 L4_control_B2 +LQ01X006720 Putative uncharacterized protein 9.913852015 L4_control_B3 +LQ01X006720 Putative uncharacterized protein 11.11385201 L4_control_C2 +LQ01X006720 Putative uncharacterized protein 10.3599526 L4_control_C3 +LQ01X006720 Putative uncharacterized protein 9.853167201 L4_chemical_A1 +LQ01X006720 Putative uncharacterized protein 10.08696942 L4_chemical_A2 +LQ01X006720 Putative uncharacterized protein 10.56610386 L4_chemical_A3 +LQ01X006720 Putative uncharacterized protein 8.773428876 L4_chemical_B1 +LQ01X006720 Putative uncharacterized protein 9.456211876 L4_chemical_B2 +LQ01X006720 Putative uncharacterized protein 9.086300229 L4_chemical_B3 +LQ01X006720 Putative uncharacterized protein 11.15419198 L4_chemical_C2 +LQ01X006720 Putative uncharacterized protein 10.59004854 L4_chemical_C3 +LQ01X006730 Serine carboxypeptidase-like 18 14.46757565 C6_control_A1 +LQ01X006730 Serine carboxypeptidase-like 18 14.18632709 C6_control_A3 +LQ01X006730 Serine carboxypeptidase-like 18 14.49349041 C6_control_B1 +LQ01X006730 Serine carboxypeptidase-like 18 14.20511845 C6_control_B2 +LQ01X006730 Serine carboxypeptidase-like 18 14.81656933 C6_control_B3 +LQ01X006730 Serine carboxypeptidase-like 18 14.21329603 C6_control_C1 +LQ01X006730 Serine carboxypeptidase-like 18 14.3138945 C6_control_C2 +LQ01X006730 Serine carboxypeptidase-like 18 14.03760704 C6_control_C3 +LQ01X006730 Serine carboxypeptidase-like 18 14.33232618 C6_chemical_A1 +LQ01X006730 Serine carboxypeptidase-like 18 14.42043875 C6_chemical_A3 +LQ01X006730 Serine carboxypeptidase-like 18 14.52243808 C6_chemical_B1 +LQ01X006730 Serine carboxypeptidase-like 18 14.33576922 C6_chemical_B2 +LQ01X006730 Serine carboxypeptidase-like 18 14.77361377 C6_chemical_B3 +LQ01X006730 Serine carboxypeptidase-like 18 14.21367658 C6_chemical_C1 +LQ01X006730 Serine carboxypeptidase-like 18 13.97867758 C6_chemical_C2 +LQ01X006730 Serine carboxypeptidase-like 18 14.02810274 C6_chemical_C3 +LQ01X006730 Serine carboxypeptidase-like 18 13.75393595 L4_control_A1 +LQ01X006730 Serine carboxypeptidase-like 18 13.71966814 L4_control_A2 +LQ01X006730 Serine carboxypeptidase-like 18 13.50449473 L4_control_A3 +LQ01X006730 Serine carboxypeptidase-like 18 14.08437333 L4_control_B1 +LQ01X006730 Serine carboxypeptidase-like 18 14.65067489 L4_control_B2 +LQ01X006730 Serine carboxypeptidase-like 18 14.46392283 L4_control_B3 +LQ01X006730 Serine carboxypeptidase-like 18 14.17549376 L4_control_C2 +LQ01X006730 Serine carboxypeptidase-like 18 14.20082321 L4_control_C3 +LQ01X006730 Serine carboxypeptidase-like 18 13.36167977 L4_chemical_A1 +LQ01X006730 Serine carboxypeptidase-like 18 13.68205761 L4_chemical_A2 +LQ01X006730 Serine carboxypeptidase-like 18 13.64653268 L4_chemical_A3 +LQ01X006730 Serine carboxypeptidase-like 18 14.3000933 L4_chemical_B1 +LQ01X006730 Serine carboxypeptidase-like 18 14.09442033 L4_chemical_B2 +LQ01X006730 Serine carboxypeptidase-like 18 14.10303405 L4_chemical_B3 +LQ01X006730 Serine carboxypeptidase-like 18 13.78746111 L4_chemical_C2 +LQ01X006730 Serine carboxypeptidase-like 18 14.1969423 L4_chemical_C3 +LQ01X006750 U-box domain-containing protein 30 5.244742399 C6_control_A1 +LQ01X006750 U-box domain-containing protein 30 5.095725465 C6_control_A3 +LQ01X006750 U-box domain-containing protein 30 4.836499808 C6_control_B1 +LQ01X006750 U-box domain-containing protein 30 4.725697339 C6_control_B2 +LQ01X006750 U-box domain-containing protein 30 5.049428919 C6_control_B3 +LQ01X006750 U-box domain-containing protein 30 4.98965271 C6_control_C1 +LQ01X006750 U-box domain-containing protein 30 4.876071559 C6_control_C2 +LQ01X006750 U-box domain-containing protein 30 4.767074535 C6_control_C3 +LQ01X006750 U-box domain-containing protein 30 5.26474493 C6_chemical_A1 +LQ01X006750 U-box domain-containing protein 30 4.750306207 C6_chemical_A3 +LQ01X006750 U-box domain-containing protein 30 4.787699172 C6_chemical_B1 +LQ01X006750 U-box domain-containing protein 30 4.849249144 C6_chemical_B2 +LQ01X006750 U-box domain-containing protein 30 5.318115145 C6_chemical_B3 +LQ01X006750 U-box domain-containing protein 30 4.900185873 C6_chemical_C1 +LQ01X006750 U-box domain-containing protein 30 4.908368278 C6_chemical_C2 +LQ01X006750 U-box domain-containing protein 30 4.985915154 C6_chemical_C3 +LQ01X006750 U-box domain-containing protein 30 5.448037632 L4_control_A1 +LQ01X006750 U-box domain-containing protein 30 5.345629987 L4_control_A2 +LQ01X006750 U-box domain-containing protein 30 6.405882996 L4_control_A3 +LQ01X006750 U-box domain-containing protein 30 5.117002231 L4_control_B1 +LQ01X006750 U-box domain-containing protein 30 5.18652019 L4_control_B2 +LQ01X006750 U-box domain-containing protein 30 5.015542892 L4_control_B3 +LQ01X006750 U-box domain-containing protein 30 4.809757975 L4_control_C2 +LQ01X006750 U-box domain-containing protein 30 4.92162029 L4_control_C3 +LQ01X006750 U-box domain-containing protein 30 5.472993439 L4_chemical_A1 +LQ01X006750 U-box domain-containing protein 30 5.042861504 L4_chemical_A2 +LQ01X006750 U-box domain-containing protein 30 5.898438643 L4_chemical_A3 +LQ01X006750 U-box domain-containing protein 30 5.048499941 L4_chemical_B1 +LQ01X006750 U-box domain-containing protein 30 5.066836063 L4_chemical_B2 +LQ01X006750 U-box domain-containing protein 30 5.397508955 L4_chemical_B3 +LQ01X006750 U-box domain-containing protein 30 5.41485111 L4_chemical_C2 +LQ01X006750 U-box domain-containing protein 30 5.134073245 L4_chemical_C3 +LQ01X006770 GTP-binding protein At2g22870 12.19540016 C6_control_A1 +LQ01X006770 GTP-binding protein At2g22870 12.1427685 C6_control_A3 +LQ01X006770 GTP-binding protein At2g22870 12.35203444 C6_control_B1 +LQ01X006770 GTP-binding protein At2g22870 12.2532982 C6_control_B2 +LQ01X006770 GTP-binding protein At2g22870 12.16724247 C6_control_B3 +LQ01X006770 GTP-binding protein At2g22870 13.4696287 C6_control_C1 +LQ01X006770 GTP-binding protein At2g22870 13.19022014 C6_control_C2 +LQ01X006770 GTP-binding protein At2g22870 12.80420757 C6_control_C3 +LQ01X006770 GTP-binding protein At2g22870 12.11493623 C6_chemical_A1 +LQ01X006770 GTP-binding protein At2g22870 11.91859462 C6_chemical_A3 +LQ01X006770 GTP-binding protein At2g22870 12.25110194 C6_chemical_B1 +LQ01X006770 GTP-binding protein At2g22870 12.04597273 C6_chemical_B2 +LQ01X006770 GTP-binding protein At2g22870 11.99704526 C6_chemical_B3 +LQ01X006770 GTP-binding protein At2g22870 13.05638574 C6_chemical_C1 +LQ01X006770 GTP-binding protein At2g22870 13.37662358 C6_chemical_C2 +LQ01X006770 GTP-binding protein At2g22870 12.78224331 C6_chemical_C3 +LQ01X006770 GTP-binding protein At2g22870 11.89013149 L4_control_A1 +LQ01X006770 GTP-binding protein At2g22870 12.47370403 L4_control_A2 +LQ01X006770 GTP-binding protein At2g22870 11.65460689 L4_control_A3 +LQ01X006770 GTP-binding protein At2g22870 12.44226775 L4_control_B1 +LQ01X006770 GTP-binding protein At2g22870 12.51402488 L4_control_B2 +LQ01X006770 GTP-binding protein At2g22870 11.82387107 L4_control_B3 +LQ01X006770 GTP-binding protein At2g22870 13.95592428 L4_control_C2 +LQ01X006770 GTP-binding protein At2g22870 13.27294307 L4_control_C3 +LQ01X006770 GTP-binding protein At2g22870 11.62372709 L4_chemical_A1 +LQ01X006770 GTP-binding protein At2g22870 12.19419168 L4_chemical_A2 +LQ01X006770 GTP-binding protein At2g22870 11.76829501 L4_chemical_A3 +LQ01X006770 GTP-binding protein At2g22870 12.59015154 L4_chemical_B1 +LQ01X006770 GTP-binding protein At2g22870 12.69328142 L4_chemical_B2 +LQ01X006770 GTP-binding protein At2g22870 11.54198474 L4_chemical_B3 +LQ01X006770 GTP-binding protein At2g22870 13.91948681 L4_chemical_C2 +LQ01X006770 GTP-binding protein At2g22870 13.43888948 L4_chemical_C3 +LQ01X006780 Putative uncharacterized protein 6.101963332 C6_control_A1 +LQ01X006780 Putative uncharacterized protein 5.31304246 C6_control_A3 +LQ01X006780 Putative uncharacterized protein 5.915420791 C6_control_B1 +LQ01X006780 Putative uncharacterized protein 5.829244354 C6_control_B2 +LQ01X006780 Putative uncharacterized protein 6.493396258 C6_control_B3 +LQ01X006780 Putative uncharacterized protein 5.168439218 C6_control_C1 +LQ01X006780 Putative uncharacterized protein 5.044654422 C6_control_C2 +LQ01X006780 Putative uncharacterized protein 5.404759353 C6_control_C3 +LQ01X006780 Putative uncharacterized protein 6.059847818 C6_chemical_A1 +LQ01X006780 Putative uncharacterized protein 4.981204027 C6_chemical_A3 +LQ01X006780 Putative uncharacterized protein 5.343964152 C6_chemical_B1 +LQ01X006780 Putative uncharacterized protein 5.638313966 C6_chemical_B2 +LQ01X006780 Putative uncharacterized protein 5.928899722 C6_chemical_B3 +LQ01X006780 Putative uncharacterized protein 5.263999059 C6_chemical_C1 +LQ01X006780 Putative uncharacterized protein 5.230836235 C6_chemical_C2 +LQ01X006780 Putative uncharacterized protein 5.229735495 C6_chemical_C3 +LQ01X006780 Putative uncharacterized protein 5.554114335 L4_control_A1 +LQ01X006780 Putative uncharacterized protein 5.880014462 L4_control_A2 +LQ01X006780 Putative uncharacterized protein 5.406699937 L4_control_A3 +LQ01X006780 Putative uncharacterized protein 5.302241265 L4_control_B1 +LQ01X006780 Putative uncharacterized protein 5.342506254 L4_control_B2 +LQ01X006780 Putative uncharacterized protein 6.166726231 L4_control_B3 +LQ01X006780 Putative uncharacterized protein 5.541542915 L4_control_C2 +LQ01X006780 Putative uncharacterized protein 5.115691334 L4_control_C3 +LQ01X006780 Putative uncharacterized protein 5.618945553 L4_chemical_A1 +LQ01X006780 Putative uncharacterized protein 6.057124999 L4_chemical_A2 +LQ01X006780 Putative uncharacterized protein 5.777846484 L4_chemical_A3 +LQ01X006780 Putative uncharacterized protein 6.477235165 L4_chemical_B1 +LQ01X006780 Putative uncharacterized protein 5.313758612 L4_chemical_B2 +LQ01X006780 Putative uncharacterized protein 5.999248726 L4_chemical_B3 +LQ01X006780 Putative uncharacterized protein 5.665551282 L4_chemical_C2 +LQ01X006780 Putative uncharacterized protein 5.20086772 L4_chemical_C3 +LQ01X006820 Phytosulfokines 3 5.734717474 C6_control_A1 +LQ01X006820 Phytosulfokines 3 5.212270651 C6_control_A3 +LQ01X006820 Phytosulfokines 3 5.940082434 C6_control_B1 +LQ01X006820 Phytosulfokines 3 6.256319871 C6_control_B2 +LQ01X006820 Phytosulfokines 3 5.932172229 C6_control_B3 +LQ01X006820 Phytosulfokines 3 5.976050422 C6_control_C1 +LQ01X006820 Phytosulfokines 3 7.587919903 C6_control_C2 +LQ01X006820 Phytosulfokines 3 5.837380723 C6_control_C3 +LQ01X006820 Phytosulfokines 3 5.793487349 C6_chemical_A1 +LQ01X006820 Phytosulfokines 3 5.361180579 C6_chemical_A3 +LQ01X006820 Phytosulfokines 3 5.954786446 C6_chemical_B1 +LQ01X006820 Phytosulfokines 3 5.80083106 C6_chemical_B2 +LQ01X006820 Phytosulfokines 3 6.575162545 C6_chemical_B3 +LQ01X006820 Phytosulfokines 3 6.457289888 C6_chemical_C1 +LQ01X006820 Phytosulfokines 3 5.985875285 C6_chemical_C2 +LQ01X006820 Phytosulfokines 3 6.531997389 C6_chemical_C3 +LQ01X006820 Phytosulfokines 3 5.288278839 L4_control_A1 +LQ01X006820 Phytosulfokines 3 5.870626664 L4_control_A2 +LQ01X006820 Phytosulfokines 3 5.356193399 L4_control_A3 +LQ01X006820 Phytosulfokines 3 6.606896628 L4_control_B1 +LQ01X006820 Phytosulfokines 3 6.02702095 L4_control_B2 +LQ01X006820 Phytosulfokines 3 6.138564435 L4_control_B3 +LQ01X006820 Phytosulfokines 3 6.967530987 L4_control_C2 +LQ01X006820 Phytosulfokines 3 5.506926103 L4_control_C3 +LQ01X006820 Phytosulfokines 3 5.920853084 L4_chemical_A1 +LQ01X006820 Phytosulfokines 3 6.009316625 L4_chemical_A2 +LQ01X006820 Phytosulfokines 3 5.922307464 L4_chemical_A3 +LQ01X006820 Phytosulfokines 3 6.730406292 L4_chemical_B1 +LQ01X006820 Phytosulfokines 3 6.158176232 L4_chemical_B2 +LQ01X006820 Phytosulfokines 3 5.723914751 L4_chemical_B3 +LQ01X006820 Phytosulfokines 3 5.732702731 L4_chemical_C2 +LQ01X006820 Phytosulfokines 3 5.728587444 L4_chemical_C3 +LQ01X006870 Hypothetical protein 5.010364742 C6_control_A1 +LQ01X006870 Hypothetical protein 4.877015695 C6_control_A3 +LQ01X006870 Hypothetical protein 5.112567762 C6_control_B1 +LQ01X006870 Hypothetical protein 4.940331492 C6_control_B2 +LQ01X006870 Hypothetical protein 4.959684586 C6_control_B3 +LQ01X006870 Hypothetical protein 4.885957477 C6_control_C1 +LQ01X006870 Hypothetical protein 4.724347742 C6_control_C2 +LQ01X006870 Hypothetical protein 4.90500859 C6_control_C3 +LQ01X006870 Hypothetical protein 4.79082891 C6_chemical_A1 +LQ01X006870 Hypothetical protein 5.410512998 C6_chemical_A3 +LQ01X006870 Hypothetical protein 4.869393361 C6_chemical_B1 +LQ01X006870 Hypothetical protein 4.957234326 C6_chemical_B2 +LQ01X006870 Hypothetical protein 5.404647896 C6_chemical_B3 +LQ01X006870 Hypothetical protein 4.802507677 C6_chemical_C1 +LQ01X006870 Hypothetical protein 5.004308378 C6_chemical_C2 +LQ01X006870 Hypothetical protein 4.789748798 C6_chemical_C3 +LQ01X006870 Hypothetical protein 5.18519692 L4_control_A1 +LQ01X006870 Hypothetical protein 4.908036324 L4_control_A2 +LQ01X006870 Hypothetical protein 5.136208506 L4_control_A3 +LQ01X006870 Hypothetical protein 4.721327906 L4_control_B1 +LQ01X006870 Hypothetical protein 4.918187447 L4_control_B2 +LQ01X006870 Hypothetical protein 5.040589189 L4_control_B3 +LQ01X006870 Hypothetical protein 5.216831929 L4_control_C2 +LQ01X006870 Hypothetical protein 4.686535357 L4_control_C3 +LQ01X006870 Hypothetical protein 4.865636913 L4_chemical_A1 +LQ01X006870 Hypothetical protein 5.01706275 L4_chemical_A2 +LQ01X006870 Hypothetical protein 5.157608083 L4_chemical_A3 +LQ01X006870 Hypothetical protein 5.258600185 L4_chemical_B1 +LQ01X006870 Hypothetical protein 4.796645103 L4_chemical_B2 +LQ01X006870 Hypothetical protein 4.65727025 L4_chemical_B3 +LQ01X006870 Hypothetical protein 4.80504751 L4_chemical_C2 +LQ01X006870 Hypothetical protein 4.870498297 L4_chemical_C3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 7.831382048 C6_control_A1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 6.196949703 C6_control_A3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.901951354 C6_control_B1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.713154565 C6_control_B2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 6.805849945 C6_control_B3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 11.83119713 C6_control_C1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 11.69539252 C6_control_C2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 10.70565635 C6_control_C3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.119281688 C6_chemical_A1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 6.742558043 C6_chemical_A3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 9.457370169 C6_chemical_B1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.751588768 C6_chemical_B2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 6.972701544 C6_chemical_B3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 11.63394858 C6_chemical_C1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 11.7027093 C6_chemical_C2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 10.68854934 C6_chemical_C3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.357670982 L4_control_A1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 9.069071278 L4_control_A2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.410517087 L4_control_A3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 10.7414922 L4_control_B1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 9.843125064 L4_control_B2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 9.496656262 L4_control_B3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 13.27870777 L4_control_C2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 13.16527603 L4_control_C3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 9.155528367 L4_chemical_A1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 9.579783559 L4_chemical_A2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.64740616 L4_chemical_A3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 10.60542637 L4_chemical_B1 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 10.14875785 L4_chemical_B2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.171057543 L4_chemical_B3 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 13.47988517 L4_chemical_C2 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 13.6049838 L4_chemical_C3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 6.302461071 C6_control_A1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 7.49195298 C6_control_A3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.407869794 C6_control_B1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.589686114 C6_control_B2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.194039365 C6_control_B3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.571127147 C6_control_C1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 7.419598489 C6_control_C2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.755642256 C6_control_C3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.667423354 C6_chemical_A1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.992972576 C6_chemical_A3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.609047238 C6_chemical_B1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.971351962 C6_chemical_B2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.3458535 C6_chemical_B3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.904473874 C6_chemical_C1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 6.073738612 C6_chemical_C2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.740270806 C6_chemical_C3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.530200746 L4_control_A1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.428263379 L4_control_A2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.640427747 L4_control_A3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.40565204 L4_control_B1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.829652509 L4_control_B2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.572843117 L4_control_B3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.556545213 L4_control_C2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.727941859 L4_control_C3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.550668383 L4_chemical_A1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.699690773 L4_chemical_A2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 6.377363119 L4_chemical_A3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.459448872 L4_chemical_B1 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.758316313 L4_chemical_B2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.530242453 L4_chemical_B3 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.355272597 L4_chemical_C2 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.882908752 L4_chemical_C3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 12.70917083 C6_control_A1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 13.32844076 C6_control_A3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 11.53043139 C6_control_B1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 10.10115155 C6_control_B2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 10.66818533 C6_control_B3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 10.03169478 C6_control_C1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 9.087881218 C6_control_C2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 10.25006349 C6_control_C3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 12.62053774 C6_chemical_A1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 13.51447039 C6_chemical_A3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 10.92564511 C6_chemical_B1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 9.812134741 C6_chemical_B2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 11.05634782 C6_chemical_B3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 10.10038702 C6_chemical_C1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 9.04577152 C6_chemical_C2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 9.473247407 C6_chemical_C3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 13.47048399 L4_control_A1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 12.7541424 L4_control_A2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 13.54124782 L4_control_A3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 10.45569332 L4_control_B1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 11.31804875 L4_control_B2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 9.781673894 L4_control_B3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 8.560688568 L4_control_C2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 9.389030873 L4_control_C3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 12.74683391 L4_chemical_A1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 11.94322529 L4_chemical_A2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 13.34314487 L4_chemical_A3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 11.26860286 L4_chemical_B1 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 11.32510172 L4_chemical_B2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 11.36636955 L4_chemical_B3 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 9.395928348 L4_chemical_C2 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 9.283769118 L4_chemical_C3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.525840815 C6_control_A1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.390825912 C6_control_A3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.878085254 C6_control_B1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.193592824 C6_control_B2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.605534537 C6_control_B3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.127110154 C6_control_C1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.24028815 C6_control_C2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.971429384 C6_control_C3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.39446567 C6_chemical_A1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.790015218 C6_chemical_A3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.754734556 C6_chemical_B1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.059797418 C6_chemical_B2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.414072663 C6_chemical_B3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.684915771 C6_chemical_C1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.887212253 C6_chemical_C2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.072000211 C6_chemical_C3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.75492509 L4_control_A1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 8.192880968 L4_control_A2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 8.162846089 L4_control_A3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.430956309 L4_control_B1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.371894777 L4_control_B2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.836577949 L4_control_B3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.03646263 L4_control_C2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.434181855 L4_control_C3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.809429147 L4_chemical_A1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 8.136045887 L4_chemical_A2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 8.119575373 L4_chemical_A3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.525863201 L4_chemical_B1 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 8.08280299 L4_chemical_B2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.018859381 L4_chemical_B3 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.254696816 L4_chemical_C2 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 6.139315985 L4_chemical_C3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.92385085 C6_control_A1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.47222216 C6_control_A3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.96011029 C6_control_B1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.62123135 C6_control_B2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.70039422 C6_control_B3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.20692828 C6_control_C1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.38311994 C6_control_C2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.55808811 C6_control_C3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.78941913 C6_chemical_A1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.89627503 C6_chemical_A3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.50921786 C6_chemical_B1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.22711773 C6_chemical_B2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.66751106 C6_chemical_B3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.94843423 C6_chemical_C1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.05189224 C6_chemical_C2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.17831404 C6_chemical_C3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.85121829 L4_control_A1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.74507196 L4_control_A2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.82975989 L4_control_A3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.60995389 L4_control_B1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.81633864 L4_control_B2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.83670381 L4_control_B3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.67317289 L4_control_C2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.73189903 L4_control_C3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.74890208 L4_chemical_A1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.57822609 L4_chemical_A2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.59570327 L4_chemical_A3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.69563849 L4_chemical_B1 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.89772855 L4_chemical_B2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.78135531 L4_chemical_B3 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.49305541 L4_chemical_C2 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 12.68959606 L4_chemical_C3 +LQ01X006960 Squalene monooxygenase 7.705384042 C6_control_A1 +LQ01X006960 Squalene monooxygenase 6.786585022 C6_control_A3 +LQ01X006960 Squalene monooxygenase 8.055032952 C6_control_B1 +LQ01X006960 Squalene monooxygenase 7.280385003 C6_control_B2 +LQ01X006960 Squalene monooxygenase 7.513959469 C6_control_B3 +LQ01X006960 Squalene monooxygenase 6.428209298 C6_control_C1 +LQ01X006960 Squalene monooxygenase 6.581989848 C6_control_C2 +LQ01X006960 Squalene monooxygenase 6.231687134 C6_control_C3 +LQ01X006960 Squalene monooxygenase 7.744133021 C6_chemical_A1 +LQ01X006960 Squalene monooxygenase 7.226752048 C6_chemical_A3 +LQ01X006960 Squalene monooxygenase 8.108878813 C6_chemical_B1 +LQ01X006960 Squalene monooxygenase 7.71732704 C6_chemical_B2 +LQ01X006960 Squalene monooxygenase 7.381101808 C6_chemical_B3 +LQ01X006960 Squalene monooxygenase 6.75639028 C6_chemical_C1 +LQ01X006960 Squalene monooxygenase 6.971141347 C6_chemical_C2 +LQ01X006960 Squalene monooxygenase 6.950444324 C6_chemical_C3 +LQ01X006960 Squalene monooxygenase 7.11478338 L4_control_A1 +LQ01X006960 Squalene monooxygenase 6.988124416 L4_control_A2 +LQ01X006960 Squalene monooxygenase 7.080064625 L4_control_A3 +LQ01X006960 Squalene monooxygenase 8.043845302 L4_control_B1 +LQ01X006960 Squalene monooxygenase 7.644215317 L4_control_B2 +LQ01X006960 Squalene monooxygenase 7.391906667 L4_control_B3 +LQ01X006960 Squalene monooxygenase 7.270503907 L4_control_C2 +LQ01X006960 Squalene monooxygenase 7.230632516 L4_control_C3 +LQ01X006960 Squalene monooxygenase 7.157035675 L4_chemical_A1 +LQ01X006960 Squalene monooxygenase 6.928183179 L4_chemical_A2 +LQ01X006960 Squalene monooxygenase 6.873363277 L4_chemical_A3 +LQ01X006960 Squalene monooxygenase 7.942524466 L4_chemical_B1 +LQ01X006960 Squalene monooxygenase 7.838510777 L4_chemical_B2 +LQ01X006960 Squalene monooxygenase 7.400075889 L4_chemical_B3 +LQ01X006960 Squalene monooxygenase 6.931973864 L4_chemical_C2 +LQ01X006960 Squalene monooxygenase 6.858131343 L4_chemical_C3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.629980867 C6_control_A1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.421154628 C6_control_A3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.15931668 C6_control_B1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 9.049441254 C6_control_B2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.681210067 C6_control_B3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 9.90361392 C6_control_C1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 9.575522326 C6_control_C2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 9.5685977 C6_control_C3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.658238571 C6_chemical_A1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.87840623 C6_chemical_A3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.100876799 C6_chemical_B1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.706480483 C6_chemical_B2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.938492932 C6_chemical_B3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 10.0547001 C6_chemical_C1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 9.663345264 C6_chemical_C2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 9.249873635 C6_chemical_C3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.368524723 L4_control_A1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.527934385 L4_control_A2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 6.296687338 L4_control_A3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.09287026 L4_control_B1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.283874792 L4_control_B2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.021212478 L4_control_B3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.996176986 L4_control_C2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.631014632 L4_control_C3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.220059573 L4_chemical_A1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.350476914 L4_chemical_A2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 6.199393589 L4_chemical_A3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 6.966664667 L4_chemical_B1 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 6.878632498 L4_chemical_B2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.806878946 L4_chemical_B3 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.881508881 L4_chemical_C2 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 7.767176596 L4_chemical_C3 +LQ01X007010 Uncharacterized protein At3g49720 13.77263845 C6_control_A1 +LQ01X007010 Uncharacterized protein At3g49720 13.79764674 C6_control_A3 +LQ01X007010 Uncharacterized protein At3g49720 13.9182484 C6_control_B1 +LQ01X007010 Uncharacterized protein At3g49720 13.65340902 C6_control_B2 +LQ01X007010 Uncharacterized protein At3g49720 13.67633751 C6_control_B3 +LQ01X007010 Uncharacterized protein At3g49720 12.95976683 C6_control_C1 +LQ01X007010 Uncharacterized protein At3g49720 13.14682627 C6_control_C2 +LQ01X007010 Uncharacterized protein At3g49720 12.68679823 C6_control_C3 +LQ01X007010 Uncharacterized protein At3g49720 13.56392398 C6_chemical_A1 +LQ01X007010 Uncharacterized protein At3g49720 13.76613687 C6_chemical_A3 +LQ01X007010 Uncharacterized protein At3g49720 13.76540504 C6_chemical_B1 +LQ01X007010 Uncharacterized protein At3g49720 13.62915161 C6_chemical_B2 +LQ01X007010 Uncharacterized protein At3g49720 13.26721284 C6_chemical_B3 +LQ01X007010 Uncharacterized protein At3g49720 12.80642535 C6_chemical_C1 +LQ01X007010 Uncharacterized protein At3g49720 12.58045045 C6_chemical_C2 +LQ01X007010 Uncharacterized protein At3g49720 12.2929017 C6_chemical_C3 +LQ01X007010 Uncharacterized protein At3g49720 13.98462288 L4_control_A1 +LQ01X007010 Uncharacterized protein At3g49720 13.69192951 L4_control_A2 +LQ01X007010 Uncharacterized protein At3g49720 13.78533762 L4_control_A3 +LQ01X007010 Uncharacterized protein At3g49720 13.79688662 L4_control_B1 +LQ01X007010 Uncharacterized protein At3g49720 13.8074464 L4_control_B2 +LQ01X007010 Uncharacterized protein At3g49720 13.39073371 L4_control_B3 +LQ01X007010 Uncharacterized protein At3g49720 12.72603384 L4_control_C2 +LQ01X007010 Uncharacterized protein At3g49720 12.84914163 L4_control_C3 +LQ01X007010 Uncharacterized protein At3g49720 13.72403095 L4_chemical_A1 +LQ01X007010 Uncharacterized protein At3g49720 13.18744053 L4_chemical_A2 +LQ01X007010 Uncharacterized protein At3g49720 13.88935209 L4_chemical_A3 +LQ01X007010 Uncharacterized protein At3g49720 13.76039757 L4_chemical_B1 +LQ01X007010 Uncharacterized protein At3g49720 13.1330073 L4_chemical_B2 +LQ01X007010 Uncharacterized protein At3g49720 13.73793657 L4_chemical_B3 +LQ01X007010 Uncharacterized protein At3g49720 12.69015003 L4_chemical_C2 +LQ01X007010 Uncharacterized protein At3g49720 12.86424401 L4_chemical_C3 +LQ01X007040 Transcription factor RAX3 5.398765173 C6_control_A1 +LQ01X007040 Transcription factor RAX3 5.774624815 C6_control_A3 +LQ01X007040 Transcription factor RAX3 5.781006149 C6_control_B1 +LQ01X007040 Transcription factor RAX3 5.729302583 C6_control_B2 +LQ01X007040 Transcription factor RAX3 6.067631233 C6_control_B3 +LQ01X007040 Transcription factor RAX3 6.138306086 C6_control_C1 +LQ01X007040 Transcription factor RAX3 5.489387681 C6_control_C2 +LQ01X007040 Transcription factor RAX3 5.804172985 C6_control_C3 +LQ01X007040 Transcription factor RAX3 5.71517035 C6_chemical_A1 +LQ01X007040 Transcription factor RAX3 5.581024889 C6_chemical_A3 +LQ01X007040 Transcription factor RAX3 5.02717936 C6_chemical_B1 +LQ01X007040 Transcription factor RAX3 5.326993289 C6_chemical_B2 +LQ01X007040 Transcription factor RAX3 5.637647436 C6_chemical_B3 +LQ01X007040 Transcription factor RAX3 5.329475719 C6_chemical_C1 +LQ01X007040 Transcription factor RAX3 5.818931808 C6_chemical_C2 +LQ01X007040 Transcription factor RAX3 5.382616941 C6_chemical_C3 +LQ01X007040 Transcription factor RAX3 5.385182027 L4_control_A1 +LQ01X007040 Transcription factor RAX3 5.176104911 L4_control_A2 +LQ01X007040 Transcription factor RAX3 6.20849314 L4_control_A3 +LQ01X007040 Transcription factor RAX3 5.855631728 L4_control_B1 +LQ01X007040 Transcription factor RAX3 5.189461149 L4_control_B2 +LQ01X007040 Transcription factor RAX3 5.630740745 L4_control_B3 +LQ01X007040 Transcription factor RAX3 5.378593402 L4_control_C2 +LQ01X007040 Transcription factor RAX3 5.1934176 L4_control_C3 +LQ01X007040 Transcription factor RAX3 5.784390315 L4_chemical_A1 +LQ01X007040 Transcription factor RAX3 5.616139191 L4_chemical_A2 +LQ01X007040 Transcription factor RAX3 5.498833392 L4_chemical_A3 +LQ01X007040 Transcription factor RAX3 5.447570871 L4_chemical_B1 +LQ01X007040 Transcription factor RAX3 5.615638764 L4_chemical_B2 +LQ01X007040 Transcription factor RAX3 5.566936613 L4_chemical_B3 +LQ01X007040 Transcription factor RAX3 5.125638191 L4_chemical_C2 +LQ01X007040 Transcription factor RAX3 5.371531805 L4_chemical_C3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.51800966 C6_control_A1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.51105472 C6_control_A3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.26012569 C6_control_B1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.34633121 C6_control_B2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.22051255 C6_control_B3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.91034454 C6_control_C1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.85712029 C6_control_C2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.05822456 C6_control_C3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.52078092 C6_chemical_A1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.62857397 C6_chemical_A3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.36258514 C6_chemical_B1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.25472729 C6_chemical_B2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.40536897 C6_chemical_B3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 14.04765982 C6_chemical_C1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.76696585 C6_chemical_C2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.2605464 C6_chemical_C3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.70782324 L4_control_A1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.76158693 L4_control_A2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 14.23995123 L4_control_A3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.17798441 L4_control_B1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.43698823 L4_control_B2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.68403156 L4_control_B3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.37725734 L4_control_C2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 14.11390141 L4_control_C3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.5411712 L4_chemical_A1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.44835946 L4_chemical_A2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 14.10663058 L4_chemical_A3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.08718567 L4_chemical_B1 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 12.83222442 L4_chemical_B2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.46132152 L4_chemical_B3 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.23480346 L4_chemical_C2 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 14.04105182 L4_chemical_C3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.341854444 C6_control_A1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.67474873 C6_control_A3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.779698499 C6_control_B1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.404268359 C6_control_B2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.210951636 C6_control_B3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.225667285 C6_control_C1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.698430179 C6_control_C2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.405379521 C6_control_C3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.358057861 C6_chemical_A1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.327924666 C6_chemical_A3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.177905243 C6_chemical_B1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.707058285 C6_chemical_B2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.314132673 C6_chemical_B3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.183181566 C6_chemical_C1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.465535327 C6_chemical_C2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.737871867 C6_chemical_C3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.96701241 L4_control_A1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.818345129 L4_control_A2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 7.019815332 L4_control_A3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.132339718 L4_control_B1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.194477338 L4_control_B2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.855324899 L4_control_B3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.005269143 L4_control_C2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.326461136 L4_control_C3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.640115635 L4_chemical_A1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.949340851 L4_chemical_A2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.973949484 L4_chemical_A3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.923291788 L4_chemical_B1 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.892717241 L4_chemical_B2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 5.942513686 L4_chemical_B3 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.561202904 L4_chemical_C2 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.263527152 L4_chemical_C3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 11.96769412 C6_control_A1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 11.68306105 C6_control_A3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.70001649 C6_control_B1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.17306858 C6_control_B2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.35671622 C6_control_B3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.99244578 C6_control_C1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.51687194 C6_control_C2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.08108152 C6_control_C3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.41692784 C6_chemical_A1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 11.64158481 C6_chemical_A3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.36915816 C6_chemical_B1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.27978421 C6_chemical_B2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.47139807 C6_chemical_B3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.09662178 C6_chemical_C1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.83236346 C6_chemical_C2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.46948366 C6_chemical_C3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 11.6900733 L4_control_A1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.07015952 L4_control_A2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 11.85030707 L4_control_A3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.6613301 L4_control_B1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.76078234 L4_control_B2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.43918999 L4_control_B3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.39398687 L4_control_C2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.65845073 L4_control_C3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.44891762 L4_chemical_A1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.20824181 L4_chemical_A2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.3199596 L4_chemical_A3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.54928383 L4_chemical_B1 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.61409245 L4_chemical_B2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.340838 L4_chemical_B3 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.63471466 L4_chemical_C2 +LQ01X007080 Homeobox-leucine zipper protein HAT22 13.5846872 L4_chemical_C3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.71594764 C6_control_A1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 12.47934259 C6_control_A3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 14.93714035 C6_control_B1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 15.16127878 C6_control_B2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 15.39223374 C6_control_B3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 11.59557184 C6_control_C1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 12.46890091 C6_control_C2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 11.62971072 C6_control_C3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.04617058 C6_chemical_A1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 12.47466533 C6_chemical_A3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 14.7925441 C6_chemical_B1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 14.7840173 C6_chemical_B2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 15.12934258 C6_chemical_B3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 10.9060141 C6_chemical_C1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 11.64233864 C6_chemical_C2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 12.00547191 C6_chemical_C3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.51327246 L4_control_A1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.85387315 L4_control_A2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 12.73649355 L4_control_A3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 15.44189859 L4_control_B1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 15.46630483 L4_control_B2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 15.37229364 L4_control_B3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.10959579 L4_control_C2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 14.39702571 L4_control_C3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.2806011 L4_chemical_A1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.5015187 L4_chemical_A2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.16254009 L4_chemical_A3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 14.49319422 L4_chemical_B1 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 14.85827772 L4_chemical_B2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 14.64352746 L4_chemical_B3 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.93301716 L4_chemical_C2 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.25491088 L4_chemical_C3 +LQ01X007110 Hypothetical protein 5.19784041 C6_control_A1 +LQ01X007110 Hypothetical protein 5.114979405 C6_control_A3 +LQ01X007110 Hypothetical protein 5.367629688 C6_control_B1 +LQ01X007110 Hypothetical protein 5.172778619 C6_control_B2 +LQ01X007110 Hypothetical protein 5.3331714 C6_control_B3 +LQ01X007110 Hypothetical protein 5.520693897 C6_control_C1 +LQ01X007110 Hypothetical protein 4.817224165 C6_control_C2 +LQ01X007110 Hypothetical protein 5.211466586 C6_control_C3 +LQ01X007110 Hypothetical protein 5.211806872 C6_chemical_A1 +LQ01X007110 Hypothetical protein 4.983766577 C6_chemical_A3 +LQ01X007110 Hypothetical protein 5.515574856 C6_chemical_B1 +LQ01X007110 Hypothetical protein 5.040137744 C6_chemical_B2 +LQ01X007110 Hypothetical protein 5.106850872 C6_chemical_B3 +LQ01X007110 Hypothetical protein 4.959280197 C6_chemical_C1 +LQ01X007110 Hypothetical protein 5.455752204 C6_chemical_C2 +LQ01X007110 Hypothetical protein 5.292120132 C6_chemical_C3 +LQ01X007110 Hypothetical protein 5.496247721 L4_control_A1 +LQ01X007110 Hypothetical protein 5.700372037 L4_control_A2 +LQ01X007110 Hypothetical protein 5.616693428 L4_control_A3 +LQ01X007110 Hypothetical protein 6.252132122 L4_control_B1 +LQ01X007110 Hypothetical protein 6.575585186 L4_control_B2 +LQ01X007110 Hypothetical protein 5.000892082 L4_control_B3 +LQ01X007110 Hypothetical protein 5.851826404 L4_control_C2 +LQ01X007110 Hypothetical protein 6.079739676 L4_control_C3 +LQ01X007110 Hypothetical protein 5.906737878 L4_chemical_A1 +LQ01X007110 Hypothetical protein 5.618211396 L4_chemical_A2 +LQ01X007110 Hypothetical protein 5.723748208 L4_chemical_A3 +LQ01X007110 Hypothetical protein 6.18581947 L4_chemical_B1 +LQ01X007110 Hypothetical protein 6.236446768 L4_chemical_B2 +LQ01X007110 Hypothetical protein 5.107678661 L4_chemical_B3 +LQ01X007110 Hypothetical protein 5.986873452 L4_chemical_C2 +LQ01X007110 Hypothetical protein 5.894864394 L4_chemical_C3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.4353951 C6_control_A1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.35811958 C6_control_A3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.64968761 C6_control_B1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 12.54994325 C6_control_B2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.46422525 C6_control_B3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 13.51821223 C6_control_C1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 13.38800259 C6_control_C2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 12.87425153 C6_control_C3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.58445532 C6_chemical_A1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.48080024 C6_chemical_A3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.64589799 C6_chemical_B1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 12.58687967 C6_chemical_B2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.63680183 C6_chemical_B3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 13.41929919 C6_chemical_C1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 13.0972056 C6_chemical_C2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 12.96841071 C6_chemical_C3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.71600297 L4_control_A1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.92674763 L4_control_A2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.53721106 L4_control_A3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 10.87590056 L4_control_B1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.42184188 L4_control_B2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 12.1737307 L4_control_B3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 12.22585266 L4_control_C2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.52324529 L4_control_C3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.97405917 L4_chemical_A1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 12.32588138 L4_chemical_A2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.31526612 L4_chemical_A3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.0571172 L4_chemical_B1 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.27400962 L4_chemical_B2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.50517779 L4_chemical_B3 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 12.07683616 L4_chemical_C2 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.59688704 L4_chemical_C3 +LQ01X007140 Transcription factor, putative 10.37251232 C6_control_A1 +LQ01X007140 Transcription factor, putative 10.64009628 C6_control_A3 +LQ01X007140 Transcription factor, putative 10.94100115 C6_control_B1 +LQ01X007140 Transcription factor, putative 11.74679439 C6_control_B2 +LQ01X007140 Transcription factor, putative 11.28501893 C6_control_B3 +LQ01X007140 Transcription factor, putative 9.92656248 C6_control_C1 +LQ01X007140 Transcription factor, putative 10.90057147 C6_control_C2 +LQ01X007140 Transcription factor, putative 9.901331046 C6_control_C3 +LQ01X007140 Transcription factor, putative 10.84765031 C6_chemical_A1 +LQ01X007140 Transcription factor, putative 10.6993008 C6_chemical_A3 +LQ01X007140 Transcription factor, putative 11.28877412 C6_chemical_B1 +LQ01X007140 Transcription factor, putative 12.05752651 C6_chemical_B2 +LQ01X007140 Transcription factor, putative 11.56169654 C6_chemical_B3 +LQ01X007140 Transcription factor, putative 10.28080765 C6_chemical_C1 +LQ01X007140 Transcription factor, putative 10.14314146 C6_chemical_C2 +LQ01X007140 Transcription factor, putative 9.560275027 C6_chemical_C3 +LQ01X007140 Transcription factor, putative 10.59065077 L4_control_A1 +LQ01X007140 Transcription factor, putative 10.44256501 L4_control_A2 +LQ01X007140 Transcription factor, putative 9.832542956 L4_control_A3 +LQ01X007140 Transcription factor, putative 11.36968482 L4_control_B1 +LQ01X007140 Transcription factor, putative 10.3084078 L4_control_B2 +LQ01X007140 Transcription factor, putative 12.20357434 L4_control_B3 +LQ01X007140 Transcription factor, putative 7.843848987 L4_control_C2 +LQ01X007140 Transcription factor, putative 8.99073309 L4_control_C3 +LQ01X007140 Transcription factor, putative 10.33055358 L4_chemical_A1 +LQ01X007140 Transcription factor, putative 10.38814875 L4_chemical_A2 +LQ01X007140 Transcription factor, putative 9.923235073 L4_chemical_A3 +LQ01X007140 Transcription factor, putative 10.44971216 L4_chemical_B1 +LQ01X007140 Transcription factor, putative 10.54244675 L4_chemical_B2 +LQ01X007140 Transcription factor, putative 11.65338624 L4_chemical_B3 +LQ01X007140 Transcription factor, putative 7.320547222 L4_chemical_C2 +LQ01X007140 Transcription factor, putative 9.449927046 L4_chemical_C3 +LQ01X007150 Putative uncharacterized protein 14.5915905 C6_control_A1 +LQ01X007150 Putative uncharacterized protein 14.80163008 C6_control_A3 +LQ01X007150 Putative uncharacterized protein 14.33971228 C6_control_B1 +LQ01X007150 Putative uncharacterized protein 14.17907562 C6_control_B2 +LQ01X007150 Putative uncharacterized protein 14.32254854 C6_control_B3 +LQ01X007150 Putative uncharacterized protein 13.72441608 C6_control_C1 +LQ01X007150 Putative uncharacterized protein 13.53611705 C6_control_C2 +LQ01X007150 Putative uncharacterized protein 13.62501611 C6_control_C3 +LQ01X007150 Putative uncharacterized protein 14.51060816 C6_chemical_A1 +LQ01X007150 Putative uncharacterized protein 13.89913416 C6_chemical_A3 +LQ01X007150 Putative uncharacterized protein 14.11708628 C6_chemical_B1 +LQ01X007150 Putative uncharacterized protein 14.17240661 C6_chemical_B2 +LQ01X007150 Putative uncharacterized protein 14.09268232 C6_chemical_B3 +LQ01X007150 Putative uncharacterized protein 13.81027869 C6_chemical_C1 +LQ01X007150 Putative uncharacterized protein 13.62298236 C6_chemical_C2 +LQ01X007150 Putative uncharacterized protein 13.54918038 C6_chemical_C3 +LQ01X007150 Putative uncharacterized protein 14.7499813 L4_control_A1 +LQ01X007150 Putative uncharacterized protein 14.57482546 L4_control_A2 +LQ01X007150 Putative uncharacterized protein 14.68977569 L4_control_A3 +LQ01X007150 Putative uncharacterized protein 14.33019115 L4_control_B1 +LQ01X007150 Putative uncharacterized protein 13.41594534 L4_control_B2 +LQ01X007150 Putative uncharacterized protein 13.97484098 L4_control_B3 +LQ01X007150 Putative uncharacterized protein 13.57411003 L4_control_C2 +LQ01X007150 Putative uncharacterized protein 13.6529413 L4_control_C3 +LQ01X007150 Putative uncharacterized protein 14.8096245 L4_chemical_A1 +LQ01X007150 Putative uncharacterized protein 14.38184936 L4_chemical_A2 +LQ01X007150 Putative uncharacterized protein 14.67287365 L4_chemical_A3 +LQ01X007150 Putative uncharacterized protein 14.40253303 L4_chemical_B1 +LQ01X007150 Putative uncharacterized protein 14.16536371 L4_chemical_B2 +LQ01X007150 Putative uncharacterized protein 14.42986268 L4_chemical_B3 +LQ01X007150 Putative uncharacterized protein 13.83784665 L4_chemical_C2 +LQ01X007150 Putative uncharacterized protein 13.82158405 L4_chemical_C3 +LQ01X007160 Mads box protein, putative 6.417670041 C6_control_A1 +LQ01X007160 Mads box protein, putative 5.764556255 C6_control_A3 +LQ01X007160 Mads box protein, putative 7.075224764 C6_control_B1 +LQ01X007160 Mads box protein, putative 6.043412848 C6_control_B2 +LQ01X007160 Mads box protein, putative 6.733742322 C6_control_B3 +LQ01X007160 Mads box protein, putative 5.898599067 C6_control_C1 +LQ01X007160 Mads box protein, putative 5.755471211 C6_control_C2 +LQ01X007160 Mads box protein, putative 5.807869333 C6_control_C3 +LQ01X007160 Mads box protein, putative 6.658597549 C6_chemical_A1 +LQ01X007160 Mads box protein, putative 6.340304556 C6_chemical_A3 +LQ01X007160 Mads box protein, putative 6.591357707 C6_chemical_B1 +LQ01X007160 Mads box protein, putative 6.162132179 C6_chemical_B2 +LQ01X007160 Mads box protein, putative 6.358485507 C6_chemical_B3 +LQ01X007160 Mads box protein, putative 5.686083853 C6_chemical_C1 +LQ01X007160 Mads box protein, putative 5.722961282 C6_chemical_C2 +LQ01X007160 Mads box protein, putative 6.055019364 C6_chemical_C3 +LQ01X007160 Mads box protein, putative 6.094188808 L4_control_A1 +LQ01X007160 Mads box protein, putative 7.148709457 L4_control_A2 +LQ01X007160 Mads box protein, putative 7.436066566 L4_control_A3 +LQ01X007160 Mads box protein, putative 6.497681951 L4_control_B1 +LQ01X007160 Mads box protein, putative 6.961709306 L4_control_B2 +LQ01X007160 Mads box protein, putative 6.476240423 L4_control_B3 +LQ01X007160 Mads box protein, putative 6.176374661 L4_control_C2 +LQ01X007160 Mads box protein, putative 6.611022758 L4_control_C3 +LQ01X007160 Mads box protein, putative 6.151455423 L4_chemical_A1 +LQ01X007160 Mads box protein, putative 6.858978862 L4_chemical_A2 +LQ01X007160 Mads box protein, putative 7.364801776 L4_chemical_A3 +LQ01X007160 Mads box protein, putative 6.699559876 L4_chemical_B1 +LQ01X007160 Mads box protein, putative 6.824942937 L4_chemical_B2 +LQ01X007160 Mads box protein, putative 6.43232684 L4_chemical_B3 +LQ01X007160 Mads box protein, putative 7.525664167 L4_chemical_C2 +LQ01X007160 Mads box protein, putative 7.191296108 L4_chemical_C3 +LQ01X007190 Tubulin alpha-3 chain 6.069910706 C6_control_A1 +LQ01X007190 Tubulin alpha-3 chain 6.32307085 C6_control_A3 +LQ01X007190 Tubulin alpha-3 chain 6.218902162 C6_control_B1 +LQ01X007190 Tubulin alpha-3 chain 6.27211963 C6_control_B2 +LQ01X007190 Tubulin alpha-3 chain 6.479814735 C6_control_B3 +LQ01X007190 Tubulin alpha-3 chain 6.00037366 C6_control_C1 +LQ01X007190 Tubulin alpha-3 chain 6.065105465 C6_control_C2 +LQ01X007190 Tubulin alpha-3 chain 6.44208848 C6_control_C3 +LQ01X007190 Tubulin alpha-3 chain 5.791428907 C6_chemical_A1 +LQ01X007190 Tubulin alpha-3 chain 5.840433519 C6_chemical_A3 +LQ01X007190 Tubulin alpha-3 chain 6.711907137 C6_chemical_B1 +LQ01X007190 Tubulin alpha-3 chain 6.023252229 C6_chemical_B2 +LQ01X007190 Tubulin alpha-3 chain 6.608165928 C6_chemical_B3 +LQ01X007190 Tubulin alpha-3 chain 5.980068037 C6_chemical_C1 +LQ01X007190 Tubulin alpha-3 chain 6.180659447 C6_chemical_C2 +LQ01X007190 Tubulin alpha-3 chain 6.215366889 C6_chemical_C3 +LQ01X007190 Tubulin alpha-3 chain 5.699790855 L4_control_A1 +LQ01X007190 Tubulin alpha-3 chain 6.16429587 L4_control_A2 +LQ01X007190 Tubulin alpha-3 chain 5.903831606 L4_control_A3 +LQ01X007190 Tubulin alpha-3 chain 6.52999789 L4_control_B1 +LQ01X007190 Tubulin alpha-3 chain 5.866412605 L4_control_B2 +LQ01X007190 Tubulin alpha-3 chain 6.483404127 L4_control_B3 +LQ01X007190 Tubulin alpha-3 chain 6.406184355 L4_control_C2 +LQ01X007190 Tubulin alpha-3 chain 6.018954024 L4_control_C3 +LQ01X007190 Tubulin alpha-3 chain 6.090448057 L4_chemical_A1 +LQ01X007190 Tubulin alpha-3 chain 5.792368377 L4_chemical_A2 +LQ01X007190 Tubulin alpha-3 chain 6.020213606 L4_chemical_A3 +LQ01X007190 Tubulin alpha-3 chain 6.191312976 L4_chemical_B1 +LQ01X007190 Tubulin alpha-3 chain 6.592755258 L4_chemical_B2 +LQ01X007190 Tubulin alpha-3 chain 5.733439438 L4_chemical_B3 +LQ01X007190 Tubulin alpha-3 chain 6.470174066 L4_chemical_C2 +LQ01X007190 Tubulin alpha-3 chain 6.051602367 L4_chemical_C3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.9513602 C6_control_A1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.55631393 C6_control_A3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.72225923 C6_control_B1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 12.13817832 C6_control_B2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 12.21228719 C6_control_B3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 12.48155999 C6_control_C1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 12.13674719 C6_control_C2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.80947575 C6_control_C3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.85897556 C6_chemical_A1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.64187465 C6_chemical_A3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.99328251 C6_chemical_B1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 12.34258777 C6_chemical_B2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.87002371 C6_chemical_B3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 12.69457173 C6_chemical_C1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 12.51220424 C6_chemical_C2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.87661183 C6_chemical_C3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.41310955 L4_control_A1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 10.8555733 L4_control_A2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 10.93863853 L4_control_A3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 10.86293451 L4_control_B1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.85810212 L4_control_B2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.77417871 L4_control_B3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.4101432 L4_control_C2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 10.87021364 L4_control_C3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.76102119 L4_chemical_A1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.23097544 L4_chemical_A2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 10.97326936 L4_chemical_A3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.04668536 L4_chemical_B1 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.43493063 L4_chemical_B2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.59743553 L4_chemical_B3 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.60241935 L4_chemical_C2 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.16912043 L4_chemical_C3 +LQ01X007220 Receptor protein kinase CLAVATA1 5.837065187 C6_control_A1 +LQ01X007220 Receptor protein kinase CLAVATA1 5.451443938 C6_control_A3 +LQ01X007220 Receptor protein kinase CLAVATA1 5.950206016 C6_control_B1 +LQ01X007220 Receptor protein kinase CLAVATA1 5.860677563 C6_control_B2 +LQ01X007220 Receptor protein kinase CLAVATA1 5.965313345 C6_control_B3 +LQ01X007220 Receptor protein kinase CLAVATA1 5.801110296 C6_control_C1 +LQ01X007220 Receptor protein kinase CLAVATA1 5.541545862 C6_control_C2 +LQ01X007220 Receptor protein kinase CLAVATA1 5.911774514 C6_control_C3 +LQ01X007220 Receptor protein kinase CLAVATA1 5.416625279 C6_chemical_A1 +LQ01X007220 Receptor protein kinase CLAVATA1 5.672325213 C6_chemical_A3 +LQ01X007220 Receptor protein kinase CLAVATA1 5.80658549 C6_chemical_B1 +LQ01X007220 Receptor protein kinase CLAVATA1 5.877077513 C6_chemical_B2 +LQ01X007220 Receptor protein kinase CLAVATA1 5.947309829 C6_chemical_B3 +LQ01X007220 Receptor protein kinase CLAVATA1 6.036781405 C6_chemical_C1 +LQ01X007220 Receptor protein kinase CLAVATA1 5.894273109 C6_chemical_C2 +LQ01X007220 Receptor protein kinase CLAVATA1 5.75530628 C6_chemical_C3 +LQ01X007220 Receptor protein kinase CLAVATA1 5.750408117 L4_control_A1 +LQ01X007220 Receptor protein kinase CLAVATA1 5.649430597 L4_control_A2 +LQ01X007220 Receptor protein kinase CLAVATA1 5.3137269 L4_control_A3 +LQ01X007220 Receptor protein kinase CLAVATA1 5.746237223 L4_control_B1 +LQ01X007220 Receptor protein kinase CLAVATA1 6.050909361 L4_control_B2 +LQ01X007220 Receptor protein kinase CLAVATA1 5.552244122 L4_control_B3 +LQ01X007220 Receptor protein kinase CLAVATA1 6.807956625 L4_control_C2 +LQ01X007220 Receptor protein kinase CLAVATA1 6.257516925 L4_control_C3 +LQ01X007220 Receptor protein kinase CLAVATA1 5.78299295 L4_chemical_A1 +LQ01X007220 Receptor protein kinase CLAVATA1 6.023424713 L4_chemical_A2 +LQ01X007220 Receptor protein kinase CLAVATA1 5.563763831 L4_chemical_A3 +LQ01X007220 Receptor protein kinase CLAVATA1 6.047292418 L4_chemical_B1 +LQ01X007220 Receptor protein kinase CLAVATA1 6.612291312 L4_chemical_B2 +LQ01X007220 Receptor protein kinase CLAVATA1 5.891377654 L4_chemical_B3 +LQ01X007220 Receptor protein kinase CLAVATA1 6.533554587 L4_chemical_C2 +LQ01X007220 Receptor protein kinase CLAVATA1 6.357946451 L4_chemical_C3 +LQ01X007250 Putative Transcription factor bHLH25 7.794283213 C6_control_A1 +LQ01X007250 Putative Transcription factor bHLH25 7.521946913 C6_control_A3 +LQ01X007250 Putative Transcription factor bHLH25 8.570052323 C6_control_B1 +LQ01X007250 Putative Transcription factor bHLH25 8.180147389 C6_control_B2 +LQ01X007250 Putative Transcription factor bHLH25 8.800463825 C6_control_B3 +LQ01X007250 Putative Transcription factor bHLH25 7.704304246 C6_control_C1 +LQ01X007250 Putative Transcription factor bHLH25 7.590619354 C6_control_C2 +LQ01X007250 Putative Transcription factor bHLH25 7.800129751 C6_control_C3 +LQ01X007250 Putative Transcription factor bHLH25 7.467841509 C6_chemical_A1 +LQ01X007250 Putative Transcription factor bHLH25 7.720805796 C6_chemical_A3 +LQ01X007250 Putative Transcription factor bHLH25 8.539579519 C6_chemical_B1 +LQ01X007250 Putative Transcription factor bHLH25 7.650527932 C6_chemical_B2 +LQ01X007250 Putative Transcription factor bHLH25 8.200871175 C6_chemical_B3 +LQ01X007250 Putative Transcription factor bHLH25 7.104466385 C6_chemical_C1 +LQ01X007250 Putative Transcription factor bHLH25 7.398895106 C6_chemical_C2 +LQ01X007250 Putative Transcription factor bHLH25 7.777632155 C6_chemical_C3 +LQ01X007250 Putative Transcription factor bHLH25 7.94211009 L4_control_A1 +LQ01X007250 Putative Transcription factor bHLH25 8.529934251 L4_control_A2 +LQ01X007250 Putative Transcription factor bHLH25 8.780522913 L4_control_A3 +LQ01X007250 Putative Transcription factor bHLH25 8.386952023 L4_control_B1 +LQ01X007250 Putative Transcription factor bHLH25 9.425771638 L4_control_B2 +LQ01X007250 Putative Transcription factor bHLH25 8.120119982 L4_control_B3 +LQ01X007250 Putative Transcription factor bHLH25 7.995527422 L4_control_C2 +LQ01X007250 Putative Transcription factor bHLH25 8.441942717 L4_control_C3 +LQ01X007250 Putative Transcription factor bHLH25 7.846413359 L4_chemical_A1 +LQ01X007250 Putative Transcription factor bHLH25 7.878539304 L4_chemical_A2 +LQ01X007250 Putative Transcription factor bHLH25 8.137289903 L4_chemical_A3 +LQ01X007250 Putative Transcription factor bHLH25 8.805494841 L4_chemical_B1 +LQ01X007250 Putative Transcription factor bHLH25 8.814859692 L4_chemical_B2 +LQ01X007250 Putative Transcription factor bHLH25 8.792950226 L4_chemical_B3 +LQ01X007250 Putative Transcription factor bHLH25 7.522807819 L4_chemical_C2 +LQ01X007250 Putative Transcription factor bHLH25 8.679224878 L4_chemical_C3 +LQ01X007270 WD repeat-containing protein 5 5.116323019 C6_control_A1 +LQ01X007270 WD repeat-containing protein 5 5.578413053 C6_control_A3 +LQ01X007270 WD repeat-containing protein 5 5.27728496 C6_control_B1 +LQ01X007270 WD repeat-containing protein 5 5.370957296 C6_control_B2 +LQ01X007270 WD repeat-containing protein 5 5.195535558 C6_control_B3 +LQ01X007270 WD repeat-containing protein 5 5.257522816 C6_control_C1 +LQ01X007270 WD repeat-containing protein 5 5.56484871 C6_control_C2 +LQ01X007270 WD repeat-containing protein 5 5.083725336 C6_control_C3 +LQ01X007270 WD repeat-containing protein 5 5.326147339 C6_chemical_A1 +LQ01X007270 WD repeat-containing protein 5 5.2911552 C6_chemical_A3 +LQ01X007270 WD repeat-containing protein 5 5.195841288 C6_chemical_B1 +LQ01X007270 WD repeat-containing protein 5 5.34057621 C6_chemical_B2 +LQ01X007270 WD repeat-containing protein 5 5.241149861 C6_chemical_B3 +LQ01X007270 WD repeat-containing protein 5 5.130680137 C6_chemical_C1 +LQ01X007270 WD repeat-containing protein 5 5.063599486 C6_chemical_C2 +LQ01X007270 WD repeat-containing protein 5 5.147590037 C6_chemical_C3 +LQ01X007270 WD repeat-containing protein 5 4.980632879 L4_control_A1 +LQ01X007270 WD repeat-containing protein 5 5.515234032 L4_control_A2 +LQ01X007270 WD repeat-containing protein 5 5.436960331 L4_control_A3 +LQ01X007270 WD repeat-containing protein 5 5.328281616 L4_control_B1 +LQ01X007270 WD repeat-containing protein 5 6.067903802 L4_control_B2 +LQ01X007270 WD repeat-containing protein 5 5.560773108 L4_control_B3 +LQ01X007270 WD repeat-containing protein 5 5.29160535 L4_control_C2 +LQ01X007270 WD repeat-containing protein 5 4.763663264 L4_control_C3 +LQ01X007270 WD repeat-containing protein 5 5.26614483 L4_chemical_A1 +LQ01X007270 WD repeat-containing protein 5 5.535068546 L4_chemical_A2 +LQ01X007270 WD repeat-containing protein 5 5.542740655 L4_chemical_A3 +LQ01X007270 WD repeat-containing protein 5 5.510787235 L4_chemical_B1 +LQ01X007270 WD repeat-containing protein 5 5.455048763 L4_chemical_B2 +LQ01X007270 WD repeat-containing protein 5 5.26973775 L4_chemical_B3 +LQ01X007270 WD repeat-containing protein 5 5.095532468 L4_chemical_C2 +LQ01X007270 WD repeat-containing protein 5 5.4553058 L4_chemical_C3 +LQ01X007290 Putative Protein spinster homolog 1 12.78852317 C6_control_A1 +LQ01X007290 Putative Protein spinster homolog 1 12.72196909 C6_control_A3 +LQ01X007290 Putative Protein spinster homolog 1 12.72656983 C6_control_B1 +LQ01X007290 Putative Protein spinster homolog 1 13.42412161 C6_control_B2 +LQ01X007290 Putative Protein spinster homolog 1 12.78855059 C6_control_B3 +LQ01X007290 Putative Protein spinster homolog 1 13.38401526 C6_control_C1 +LQ01X007290 Putative Protein spinster homolog 1 13.34464452 C6_control_C2 +LQ01X007290 Putative Protein spinster homolog 1 13.24961096 C6_control_C3 +LQ01X007290 Putative Protein spinster homolog 1 12.80124944 C6_chemical_A1 +LQ01X007290 Putative Protein spinster homolog 1 12.69433584 C6_chemical_A3 +LQ01X007290 Putative Protein spinster homolog 1 12.59623407 C6_chemical_B1 +LQ01X007290 Putative Protein spinster homolog 1 13.19342128 C6_chemical_B2 +LQ01X007290 Putative Protein spinster homolog 1 12.70597582 C6_chemical_B3 +LQ01X007290 Putative Protein spinster homolog 1 13.40865271 C6_chemical_C1 +LQ01X007290 Putative Protein spinster homolog 1 13.11961761 C6_chemical_C2 +LQ01X007290 Putative Protein spinster homolog 1 13.19510258 C6_chemical_C3 +LQ01X007290 Putative Protein spinster homolog 1 12.99235482 L4_control_A1 +LQ01X007290 Putative Protein spinster homolog 1 13.03700604 L4_control_A2 +LQ01X007290 Putative Protein spinster homolog 1 12.71126528 L4_control_A3 +LQ01X007290 Putative Protein spinster homolog 1 12.95506776 L4_control_B1 +LQ01X007290 Putative Protein spinster homolog 1 12.76370046 L4_control_B2 +LQ01X007290 Putative Protein spinster homolog 1 12.89815766 L4_control_B3 +LQ01X007290 Putative Protein spinster homolog 1 12.90721565 L4_control_C2 +LQ01X007290 Putative Protein spinster homolog 1 12.95291357 L4_control_C3 +LQ01X007290 Putative Protein spinster homolog 1 13.33713566 L4_chemical_A1 +LQ01X007290 Putative Protein spinster homolog 1 13.3909771 L4_chemical_A2 +LQ01X007290 Putative Protein spinster homolog 1 12.8953032 L4_chemical_A3 +LQ01X007290 Putative Protein spinster homolog 1 13.02019844 L4_chemical_B1 +LQ01X007290 Putative Protein spinster homolog 1 13.12294229 L4_chemical_B2 +LQ01X007290 Putative Protein spinster homolog 1 12.9086062 L4_chemical_B3 +LQ01X007290 Putative Protein spinster homolog 1 12.82484959 L4_chemical_C2 +LQ01X007290 Putative Protein spinster homolog 1 12.84719225 L4_chemical_C3 +LQ01X007320 Predicted protein 11.96872155 C6_control_A1 +LQ01X007320 Predicted protein 11.5252521 C6_control_A3 +LQ01X007320 Predicted protein 12.15478807 C6_control_B1 +LQ01X007320 Predicted protein 11.74841292 C6_control_B2 +LQ01X007320 Predicted protein 12.12020662 C6_control_B3 +LQ01X007320 Predicted protein 12.12798075 C6_control_C1 +LQ01X007320 Predicted protein 12.21649615 C6_control_C2 +LQ01X007320 Predicted protein 12.04671664 C6_control_C3 +LQ01X007320 Predicted protein 11.89963484 C6_chemical_A1 +LQ01X007320 Predicted protein 12.04687396 C6_chemical_A3 +LQ01X007320 Predicted protein 12.54209465 C6_chemical_B1 +LQ01X007320 Predicted protein 12.0021815 C6_chemical_B2 +LQ01X007320 Predicted protein 12.09538663 C6_chemical_B3 +LQ01X007320 Predicted protein 12.33304371 C6_chemical_C1 +LQ01X007320 Predicted protein 12.26862448 C6_chemical_C2 +LQ01X007320 Predicted protein 12.4321904 C6_chemical_C3 +LQ01X007320 Predicted protein 11.44347717 L4_control_A1 +LQ01X007320 Predicted protein 12.03756222 L4_control_A2 +LQ01X007320 Predicted protein 11.76646155 L4_control_A3 +LQ01X007320 Predicted protein 12.43571998 L4_control_B1 +LQ01X007320 Predicted protein 12.82969391 L4_control_B2 +LQ01X007320 Predicted protein 12.48229624 L4_control_B3 +LQ01X007320 Predicted protein 12.92389742 L4_control_C2 +LQ01X007320 Predicted protein 12.96124955 L4_control_C3 +LQ01X007320 Predicted protein 11.73602328 L4_chemical_A1 +LQ01X007320 Predicted protein 12.01777314 L4_chemical_A2 +LQ01X007320 Predicted protein 11.67762885 L4_chemical_A3 +LQ01X007320 Predicted protein 12.54758024 L4_chemical_B1 +LQ01X007320 Predicted protein 12.52621901 L4_chemical_B2 +LQ01X007320 Predicted protein 12.18274137 L4_chemical_B3 +LQ01X007320 Predicted protein 12.77294822 L4_chemical_C2 +LQ01X007320 Predicted protein 12.76151328 L4_chemical_C3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 7.45506684 C6_control_A1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 7.584199665 C6_control_A3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 8.200558608 C6_control_B1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 8.550360843 C6_control_B2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 8.679970504 C6_control_B3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 10.47780434 C6_control_C1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 10.69564256 C6_control_C2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 10.6023576 C6_control_C3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 7.534874227 C6_chemical_A1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 8.774571267 C6_chemical_A3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.45755192 C6_chemical_B1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 8.600846582 C6_chemical_B2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.525920365 C6_chemical_B3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 10.28738666 C6_chemical_C1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 10.22368457 C6_chemical_C2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 11.58982398 C6_chemical_C3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 8.518213349 L4_control_A1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 7.519100992 L4_control_A2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.414384693 L4_control_A3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.355573625 L4_control_B1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 8.293530111 L4_control_B2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.600289405 L4_control_B3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 10.42851443 L4_control_C2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 10.81501315 L4_control_C3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.385783109 L4_chemical_A1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.147878306 L4_chemical_A2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.124543654 L4_chemical_A3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.186678508 L4_chemical_B1 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.756635121 L4_chemical_B2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.065296767 L4_chemical_B3 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 9.76256567 L4_chemical_C2 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 10.55132824 L4_chemical_C3 +LQ01X007360 Putative Protein RMD5 homolog A 10.5251432 C6_control_A1 +LQ01X007360 Putative Protein RMD5 homolog A 10.04853908 C6_control_A3 +LQ01X007360 Putative Protein RMD5 homolog A 10.90305452 C6_control_B1 +LQ01X007360 Putative Protein RMD5 homolog A 11.21529976 C6_control_B2 +LQ01X007360 Putative Protein RMD5 homolog A 10.70501838 C6_control_B3 +LQ01X007360 Putative Protein RMD5 homolog A 11.07329691 C6_control_C1 +LQ01X007360 Putative Protein RMD5 homolog A 10.77473115 C6_control_C2 +LQ01X007360 Putative Protein RMD5 homolog A 10.84547859 C6_control_C3 +LQ01X007360 Putative Protein RMD5 homolog A 10.33558931 C6_chemical_A1 +LQ01X007360 Putative Protein RMD5 homolog A 10.49581349 C6_chemical_A3 +LQ01X007360 Putative Protein RMD5 homolog A 10.78408095 C6_chemical_B1 +LQ01X007360 Putative Protein RMD5 homolog A 11.16361629 C6_chemical_B2 +LQ01X007360 Putative Protein RMD5 homolog A 10.60689785 C6_chemical_B3 +LQ01X007360 Putative Protein RMD5 homolog A 10.91319607 C6_chemical_C1 +LQ01X007360 Putative Protein RMD5 homolog A 10.90977283 C6_chemical_C2 +LQ01X007360 Putative Protein RMD5 homolog A 10.88645985 C6_chemical_C3 +LQ01X007360 Putative Protein RMD5 homolog A 10.73507062 L4_control_A1 +LQ01X007360 Putative Protein RMD5 homolog A 10.93428821 L4_control_A2 +LQ01X007360 Putative Protein RMD5 homolog A 10.84305177 L4_control_A3 +LQ01X007360 Putative Protein RMD5 homolog A 11.35287906 L4_control_B1 +LQ01X007360 Putative Protein RMD5 homolog A 10.96174203 L4_control_B2 +LQ01X007360 Putative Protein RMD5 homolog A 11.50514431 L4_control_B3 +LQ01X007360 Putative Protein RMD5 homolog A 10.90003454 L4_control_C2 +LQ01X007360 Putative Protein RMD5 homolog A 10.64285672 L4_control_C3 +LQ01X007360 Putative Protein RMD5 homolog A 10.77970775 L4_chemical_A1 +LQ01X007360 Putative Protein RMD5 homolog A 10.99092273 L4_chemical_A2 +LQ01X007360 Putative Protein RMD5 homolog A 10.76730103 L4_chemical_A3 +LQ01X007360 Putative Protein RMD5 homolog A 10.77605289 L4_chemical_B1 +LQ01X007360 Putative Protein RMD5 homolog A 10.56518838 L4_chemical_B2 +LQ01X007360 Putative Protein RMD5 homolog A 11.04604571 L4_chemical_B3 +LQ01X007360 Putative Protein RMD5 homolog A 10.98981706 L4_chemical_C2 +LQ01X007360 Putative Protein RMD5 homolog A 10.86405631 L4_chemical_C3 +LQ01X007370 Protein binding protein, putative 9.10890268 C6_control_A1 +LQ01X007370 Protein binding protein, putative 8.612947499 C6_control_A3 +LQ01X007370 Protein binding protein, putative 9.237814627 C6_control_B1 +LQ01X007370 Protein binding protein, putative 10.03976704 C6_control_B2 +LQ01X007370 Protein binding protein, putative 9.819083216 C6_control_B3 +LQ01X007370 Protein binding protein, putative 8.840876703 C6_control_C1 +LQ01X007370 Protein binding protein, putative 9.074944981 C6_control_C2 +LQ01X007370 Protein binding protein, putative 9.566363982 C6_control_C3 +LQ01X007370 Protein binding protein, putative 9.185670979 C6_chemical_A1 +LQ01X007370 Protein binding protein, putative 9.161374892 C6_chemical_A3 +LQ01X007370 Protein binding protein, putative 9.818802242 C6_chemical_B1 +LQ01X007370 Protein binding protein, putative 9.984397975 C6_chemical_B2 +LQ01X007370 Protein binding protein, putative 10.4686242 C6_chemical_B3 +LQ01X007370 Protein binding protein, putative 8.593732979 C6_chemical_C1 +LQ01X007370 Protein binding protein, putative 9.6894995 C6_chemical_C2 +LQ01X007370 Protein binding protein, putative 10.40313649 C6_chemical_C3 +LQ01X007370 Protein binding protein, putative 9.046728111 L4_control_A1 +LQ01X007370 Protein binding protein, putative 9.569196976 L4_control_A2 +LQ01X007370 Protein binding protein, putative 9.086371861 L4_control_A3 +LQ01X007370 Protein binding protein, putative 9.963074755 L4_control_B1 +LQ01X007370 Protein binding protein, putative 10.71615999 L4_control_B2 +LQ01X007370 Protein binding protein, putative 9.924817602 L4_control_B3 +LQ01X007370 Protein binding protein, putative 9.671772724 L4_control_C2 +LQ01X007370 Protein binding protein, putative 9.816972843 L4_control_C3 +LQ01X007370 Protein binding protein, putative 9.135700565 L4_chemical_A1 +LQ01X007370 Protein binding protein, putative 9.552484349 L4_chemical_A2 +LQ01X007370 Protein binding protein, putative 9.729927793 L4_chemical_A3 +LQ01X007370 Protein binding protein, putative 9.571696641 L4_chemical_B1 +LQ01X007370 Protein binding protein, putative 10.25076371 L4_chemical_B2 +LQ01X007370 Protein binding protein, putative 9.815003525 L4_chemical_B3 +LQ01X007370 Protein binding protein, putative 9.208288886 L4_chemical_C2 +LQ01X007370 Protein binding protein, putative 9.741381226 L4_chemical_C3 +LQ01X007380 Auxin-responsive protein IAA9 13.440608 C6_control_A1 +LQ01X007380 Auxin-responsive protein IAA9 13.65548572 C6_control_A3 +LQ01X007380 Auxin-responsive protein IAA9 13.11913328 C6_control_B1 +LQ01X007380 Auxin-responsive protein IAA9 12.9293584 C6_control_B2 +LQ01X007380 Auxin-responsive protein IAA9 13.14706475 C6_control_B3 +LQ01X007380 Auxin-responsive protein IAA9 12.34579935 C6_control_C1 +LQ01X007380 Auxin-responsive protein IAA9 12.21635098 C6_control_C2 +LQ01X007380 Auxin-responsive protein IAA9 12.27234998 C6_control_C3 +LQ01X007380 Auxin-responsive protein IAA9 13.40913709 C6_chemical_A1 +LQ01X007380 Auxin-responsive protein IAA9 13.57253062 C6_chemical_A3 +LQ01X007380 Auxin-responsive protein IAA9 13.04894897 C6_chemical_B1 +LQ01X007380 Auxin-responsive protein IAA9 12.92444515 C6_chemical_B2 +LQ01X007380 Auxin-responsive protein IAA9 13.26234695 C6_chemical_B3 +LQ01X007380 Auxin-responsive protein IAA9 12.0841858 C6_chemical_C1 +LQ01X007380 Auxin-responsive protein IAA9 11.74411444 C6_chemical_C2 +LQ01X007380 Auxin-responsive protein IAA9 12.40162804 C6_chemical_C3 +LQ01X007380 Auxin-responsive protein IAA9 14.13482003 L4_control_A1 +LQ01X007380 Auxin-responsive protein IAA9 13.54333838 L4_control_A2 +LQ01X007380 Auxin-responsive protein IAA9 14.17540402 L4_control_A3 +LQ01X007380 Auxin-responsive protein IAA9 12.83230479 L4_control_B1 +LQ01X007380 Auxin-responsive protein IAA9 13.08472367 L4_control_B2 +LQ01X007380 Auxin-responsive protein IAA9 13.27130783 L4_control_B3 +LQ01X007380 Auxin-responsive protein IAA9 12.14071468 L4_control_C2 +LQ01X007380 Auxin-responsive protein IAA9 12.19928502 L4_control_C3 +LQ01X007380 Auxin-responsive protein IAA9 13.03861182 L4_chemical_A1 +LQ01X007380 Auxin-responsive protein IAA9 13.02708921 L4_chemical_A2 +LQ01X007380 Auxin-responsive protein IAA9 14.15404494 L4_chemical_A3 +LQ01X007380 Auxin-responsive protein IAA9 12.73011063 L4_chemical_B1 +LQ01X007380 Auxin-responsive protein IAA9 12.35468262 L4_chemical_B2 +LQ01X007380 Auxin-responsive protein IAA9 13.75842819 L4_chemical_B3 +LQ01X007380 Auxin-responsive protein IAA9 12.06510241 L4_chemical_C2 +LQ01X007380 Auxin-responsive protein IAA9 11.97901277 L4_chemical_C3 +LQ01X007390 Uncharacterized protein At5g65660 4.637075929 C6_control_A1 +LQ01X007390 Uncharacterized protein At5g65660 4.55978641 C6_control_A3 +LQ01X007390 Uncharacterized protein At5g65660 4.991449979 C6_control_B1 +LQ01X007390 Uncharacterized protein At5g65660 5.067108602 C6_control_B2 +LQ01X007390 Uncharacterized protein At5g65660 4.912515705 C6_control_B3 +LQ01X007390 Uncharacterized protein At5g65660 5.206947223 C6_control_C1 +LQ01X007390 Uncharacterized protein At5g65660 4.646096915 C6_control_C2 +LQ01X007390 Uncharacterized protein At5g65660 4.88500516 C6_control_C3 +LQ01X007390 Uncharacterized protein At5g65660 4.618077567 C6_chemical_A1 +LQ01X007390 Uncharacterized protein At5g65660 4.562291998 C6_chemical_A3 +LQ01X007390 Uncharacterized protein At5g65660 5.326031952 C6_chemical_B1 +LQ01X007390 Uncharacterized protein At5g65660 4.785356367 C6_chemical_B2 +LQ01X007390 Uncharacterized protein At5g65660 4.6905811 C6_chemical_B3 +LQ01X007390 Uncharacterized protein At5g65660 5.071044372 C6_chemical_C1 +LQ01X007390 Uncharacterized protein At5g65660 4.779590132 C6_chemical_C2 +LQ01X007390 Uncharacterized protein At5g65660 4.994960213 C6_chemical_C3 +LQ01X007390 Uncharacterized protein At5g65660 4.816503994 L4_control_A1 +LQ01X007390 Uncharacterized protein At5g65660 4.415014989 L4_control_A2 +LQ01X007390 Uncharacterized protein At5g65660 5.073826663 L4_control_A3 +LQ01X007390 Uncharacterized protein At5g65660 4.596409843 L4_control_B1 +LQ01X007390 Uncharacterized protein At5g65660 4.871447544 L4_control_B2 +LQ01X007390 Uncharacterized protein At5g65660 4.819072189 L4_control_B3 +LQ01X007390 Uncharacterized protein At5g65660 4.854015442 L4_control_C2 +LQ01X007390 Uncharacterized protein At5g65660 5.314198631 L4_control_C3 +LQ01X007390 Uncharacterized protein At5g65660 5.05885159 L4_chemical_A1 +LQ01X007390 Uncharacterized protein At5g65660 4.570694658 L4_chemical_A2 +LQ01X007390 Uncharacterized protein At5g65660 4.966651306 L4_chemical_A3 +LQ01X007390 Uncharacterized protein At5g65660 4.827398974 L4_chemical_B1 +LQ01X007390 Uncharacterized protein At5g65660 4.751124225 L4_chemical_B2 +LQ01X007390 Uncharacterized protein At5g65660 4.834873099 L4_chemical_B3 +LQ01X007390 Uncharacterized protein At5g65660 5.130356209 L4_chemical_C2 +LQ01X007390 Uncharacterized protein At5g65660 5.200438772 L4_chemical_C3 +LQ01X007420 Putative uncharacterized protein 6.657309905 C6_control_A1 +LQ01X007420 Putative uncharacterized protein 7.805308543 C6_control_A3 +LQ01X007420 Putative uncharacterized protein 5.974554266 C6_control_B1 +LQ01X007420 Putative uncharacterized protein 5.279321847 C6_control_B2 +LQ01X007420 Putative uncharacterized protein 5.929247609 C6_control_B3 +LQ01X007420 Putative uncharacterized protein 5.582813992 C6_control_C1 +LQ01X007420 Putative uncharacterized protein 5.174004556 C6_control_C2 +LQ01X007420 Putative uncharacterized protein 5.18066337 C6_control_C3 +LQ01X007420 Putative uncharacterized protein 6.017292006 C6_chemical_A1 +LQ01X007420 Putative uncharacterized protein 7.461092582 C6_chemical_A3 +LQ01X007420 Putative uncharacterized protein 5.383872083 C6_chemical_B1 +LQ01X007420 Putative uncharacterized protein 5.221340386 C6_chemical_B2 +LQ01X007420 Putative uncharacterized protein 5.703310297 C6_chemical_B3 +LQ01X007420 Putative uncharacterized protein 5.228652773 C6_chemical_C1 +LQ01X007420 Putative uncharacterized protein 5.288723641 C6_chemical_C2 +LQ01X007420 Putative uncharacterized protein 5.36227832 C6_chemical_C3 +LQ01X007420 Putative uncharacterized protein 6.931863466 L4_control_A1 +LQ01X007420 Putative uncharacterized protein 5.765794868 L4_control_A2 +LQ01X007420 Putative uncharacterized protein 5.726754623 L4_control_A3 +LQ01X007420 Putative uncharacterized protein 4.875854466 L4_control_B1 +LQ01X007420 Putative uncharacterized protein 5.591591332 L4_control_B2 +LQ01X007420 Putative uncharacterized protein 4.942571864 L4_control_B3 +LQ01X007420 Putative uncharacterized protein 5.028696439 L4_control_C2 +LQ01X007420 Putative uncharacterized protein 4.785465735 L4_control_C3 +LQ01X007420 Putative uncharacterized protein 7.684403116 L4_chemical_A1 +LQ01X007420 Putative uncharacterized protein 5.500770431 L4_chemical_A2 +LQ01X007420 Putative uncharacterized protein 5.44068362 L4_chemical_A3 +LQ01X007420 Putative uncharacterized protein 5.048462257 L4_chemical_B1 +LQ01X007420 Putative uncharacterized protein 5.814388283 L4_chemical_B2 +LQ01X007420 Putative uncharacterized protein 5.483896236 L4_chemical_B3 +LQ01X007420 Putative uncharacterized protein 5.153377548 L4_chemical_C2 +LQ01X007420 Putative uncharacterized protein 5.797879247 L4_chemical_C3 +LQ01X007430 Probable beta-D-xylosidase 6 9.619135103 C6_control_A1 +LQ01X007430 Probable beta-D-xylosidase 6 9.598346632 C6_control_A3 +LQ01X007430 Probable beta-D-xylosidase 6 10.09158794 C6_control_B1 +LQ01X007430 Probable beta-D-xylosidase 6 10.06966215 C6_control_B2 +LQ01X007430 Probable beta-D-xylosidase 6 10.20150741 C6_control_B3 +LQ01X007430 Probable beta-D-xylosidase 6 9.437160134 C6_control_C1 +LQ01X007430 Probable beta-D-xylosidase 6 9.539615483 C6_control_C2 +LQ01X007430 Probable beta-D-xylosidase 6 8.981615741 C6_control_C3 +LQ01X007430 Probable beta-D-xylosidase 6 9.683121625 C6_chemical_A1 +LQ01X007430 Probable beta-D-xylosidase 6 9.347641313 C6_chemical_A3 +LQ01X007430 Probable beta-D-xylosidase 6 10.16133368 C6_chemical_B1 +LQ01X007430 Probable beta-D-xylosidase 6 10.03596675 C6_chemical_B2 +LQ01X007430 Probable beta-D-xylosidase 6 9.756317624 C6_chemical_B3 +LQ01X007430 Probable beta-D-xylosidase 6 9.352218421 C6_chemical_C1 +LQ01X007430 Probable beta-D-xylosidase 6 9.359467609 C6_chemical_C2 +LQ01X007430 Probable beta-D-xylosidase 6 8.823431125 C6_chemical_C3 +LQ01X007430 Probable beta-D-xylosidase 6 9.454145939 L4_control_A1 +LQ01X007430 Probable beta-D-xylosidase 6 9.677825985 L4_control_A2 +LQ01X007430 Probable beta-D-xylosidase 6 10.02328338 L4_control_A3 +LQ01X007430 Probable beta-D-xylosidase 6 10.05578965 L4_control_B1 +LQ01X007430 Probable beta-D-xylosidase 6 10.49343007 L4_control_B2 +LQ01X007430 Probable beta-D-xylosidase 6 10.11853233 L4_control_B3 +LQ01X007430 Probable beta-D-xylosidase 6 9.816023969 L4_control_C2 +LQ01X007430 Probable beta-D-xylosidase 6 9.483022334 L4_control_C3 +LQ01X007430 Probable beta-D-xylosidase 6 9.400925778 L4_chemical_A1 +LQ01X007430 Probable beta-D-xylosidase 6 9.348674842 L4_chemical_A2 +LQ01X007430 Probable beta-D-xylosidase 6 9.853969286 L4_chemical_A3 +LQ01X007430 Probable beta-D-xylosidase 6 10.08702565 L4_chemical_B1 +LQ01X007430 Probable beta-D-xylosidase 6 9.947488241 L4_chemical_B2 +LQ01X007430 Probable beta-D-xylosidase 6 10.01636839 L4_chemical_B3 +LQ01X007430 Probable beta-D-xylosidase 6 9.887326465 L4_chemical_C2 +LQ01X007430 Probable beta-D-xylosidase 6 9.941640833 L4_chemical_C3 +LQ01X007440 Predicted protein 5.114253465 C6_control_A1 +LQ01X007440 Predicted protein 4.755060266 C6_control_A3 +LQ01X007440 Predicted protein 4.927015434 C6_control_B1 +LQ01X007440 Predicted protein 5.160343127 C6_control_B2 +LQ01X007440 Predicted protein 5.257927117 C6_control_B3 +LQ01X007440 Predicted protein 5.340237822 C6_control_C1 +LQ01X007440 Predicted protein 5.30194056 C6_control_C2 +LQ01X007440 Predicted protein 5.174941869 C6_control_C3 +LQ01X007440 Predicted protein 5.096207001 C6_chemical_A1 +LQ01X007440 Predicted protein 4.902610283 C6_chemical_A3 +LQ01X007440 Predicted protein 5.488832046 C6_chemical_B1 +LQ01X007440 Predicted protein 5.18820203 C6_chemical_B2 +LQ01X007440 Predicted protein 5.301167231 C6_chemical_B3 +LQ01X007440 Predicted protein 5.511866739 C6_chemical_C1 +LQ01X007440 Predicted protein 5.46981447 C6_chemical_C2 +LQ01X007440 Predicted protein 5.376263629 C6_chemical_C3 +LQ01X007440 Predicted protein 5.142151351 L4_control_A1 +LQ01X007440 Predicted protein 4.717634559 L4_control_A2 +LQ01X007440 Predicted protein 5.119181138 L4_control_A3 +LQ01X007440 Predicted protein 5.211395591 L4_control_B1 +LQ01X007440 Predicted protein 5.136966395 L4_control_B2 +LQ01X007440 Predicted protein 4.945878829 L4_control_B3 +LQ01X007440 Predicted protein 5.10623906 L4_control_C2 +LQ01X007440 Predicted protein 5.114102028 L4_control_C3 +LQ01X007440 Predicted protein 4.804565391 L4_chemical_A1 +LQ01X007440 Predicted protein 4.826775278 L4_chemical_A2 +LQ01X007440 Predicted protein 5.039438753 L4_chemical_A3 +LQ01X007440 Predicted protein 4.766792275 L4_chemical_B1 +LQ01X007440 Predicted protein 5.184144605 L4_chemical_B2 +LQ01X007440 Predicted protein 5.027651845 L4_chemical_B3 +LQ01X007440 Predicted protein 4.98021688 L4_chemical_C2 +LQ01X007440 Predicted protein 4.857541622 L4_chemical_C3 +LQ01X007450 Predicted protein (Fragment) 5.883012152 C6_control_A1 +LQ01X007450 Predicted protein (Fragment) 6.66234775 C6_control_A3 +LQ01X007450 Predicted protein (Fragment) 6.322361224 C6_control_B1 +LQ01X007450 Predicted protein (Fragment) 5.830368885 C6_control_B2 +LQ01X007450 Predicted protein (Fragment) 5.643712815 C6_control_B3 +LQ01X007450 Predicted protein (Fragment) 5.171873853 C6_control_C1 +LQ01X007450 Predicted protein (Fragment) 6.007851858 C6_control_C2 +LQ01X007450 Predicted protein (Fragment) 5.638231583 C6_control_C3 +LQ01X007450 Predicted protein (Fragment) 5.987220833 C6_chemical_A1 +LQ01X007450 Predicted protein (Fragment) 5.665807914 C6_chemical_A3 +LQ01X007450 Predicted protein (Fragment) 5.588381252 C6_chemical_B1 +LQ01X007450 Predicted protein (Fragment) 5.399239254 C6_chemical_B2 +LQ01X007450 Predicted protein (Fragment) 5.243782522 C6_chemical_B3 +LQ01X007450 Predicted protein (Fragment) 5.082767985 C6_chemical_C1 +LQ01X007450 Predicted protein (Fragment) 5.61233079 C6_chemical_C2 +LQ01X007450 Predicted protein (Fragment) 5.175337204 C6_chemical_C3 +LQ01X007450 Predicted protein (Fragment) 5.51949793 L4_control_A1 +LQ01X007450 Predicted protein (Fragment) 5.848181797 L4_control_A2 +LQ01X007450 Predicted protein (Fragment) 5.433215875 L4_control_A3 +LQ01X007450 Predicted protein (Fragment) 5.468129821 L4_control_B1 +LQ01X007450 Predicted protein (Fragment) 5.94641365 L4_control_B2 +LQ01X007450 Predicted protein (Fragment) 6.136170667 L4_control_B3 +LQ01X007450 Predicted protein (Fragment) 5.030156826 L4_control_C2 +LQ01X007450 Predicted protein (Fragment) 5.342699772 L4_control_C3 +LQ01X007450 Predicted protein (Fragment) 5.602754215 L4_chemical_A1 +LQ01X007450 Predicted protein (Fragment) 6.017347387 L4_chemical_A2 +LQ01X007450 Predicted protein (Fragment) 5.47381472 L4_chemical_A3 +LQ01X007450 Predicted protein (Fragment) 5.479852462 L4_chemical_B1 +LQ01X007450 Predicted protein (Fragment) 6.226978439 L4_chemical_B2 +LQ01X007450 Predicted protein (Fragment) 5.703239851 L4_chemical_B3 +LQ01X007450 Predicted protein (Fragment) 5.8548476 L4_chemical_C2 +LQ01X007450 Predicted protein (Fragment) 5.618762634 L4_chemical_C3 +LQ01X007510 Protein BRICK 1 13.03252615 C6_control_A1 +LQ01X007510 Protein BRICK 1 13.05657133 C6_control_A3 +LQ01X007510 Protein BRICK 1 13.05536962 C6_control_B1 +LQ01X007510 Protein BRICK 1 13.45289028 C6_control_B2 +LQ01X007510 Protein BRICK 1 13.36564913 C6_control_B3 +LQ01X007510 Protein BRICK 1 12.49497629 C6_control_C1 +LQ01X007510 Protein BRICK 1 13.00600145 C6_control_C2 +LQ01X007510 Protein BRICK 1 12.68285252 C6_control_C3 +LQ01X007510 Protein BRICK 1 13.03422156 C6_chemical_A1 +LQ01X007510 Protein BRICK 1 12.04795734 C6_chemical_A3 +LQ01X007510 Protein BRICK 1 13.02475245 C6_chemical_B1 +LQ01X007510 Protein BRICK 1 13.28589903 C6_chemical_B2 +LQ01X007510 Protein BRICK 1 13.22031359 C6_chemical_B3 +LQ01X007510 Protein BRICK 1 12.50180948 C6_chemical_C1 +LQ01X007510 Protein BRICK 1 12.94159017 C6_chemical_C2 +LQ01X007510 Protein BRICK 1 12.43738277 C6_chemical_C3 +LQ01X007510 Protein BRICK 1 12.72891066 L4_control_A1 +LQ01X007510 Protein BRICK 1 13.00509954 L4_control_A2 +LQ01X007510 Protein BRICK 1 12.74743535 L4_control_A3 +LQ01X007510 Protein BRICK 1 12.81468816 L4_control_B1 +LQ01X007510 Protein BRICK 1 12.29327236 L4_control_B2 +LQ01X007510 Protein BRICK 1 13.01109627 L4_control_B3 +LQ01X007510 Protein BRICK 1 12.25324663 L4_control_C2 +LQ01X007510 Protein BRICK 1 12.6985167 L4_control_C3 +LQ01X007510 Protein BRICK 1 12.5460245 L4_chemical_A1 +LQ01X007510 Protein BRICK 1 12.87767351 L4_chemical_A2 +LQ01X007510 Protein BRICK 1 12.80299371 L4_chemical_A3 +LQ01X007510 Protein BRICK 1 13.01221621 L4_chemical_B1 +LQ01X007510 Protein BRICK 1 12.99677015 L4_chemical_B2 +LQ01X007510 Protein BRICK 1 13.10051296 L4_chemical_B3 +LQ01X007510 Protein BRICK 1 12.06195236 L4_chemical_C2 +LQ01X007510 Protein BRICK 1 12.45644954 L4_chemical_C3 +LQ01X007520 Putative Oligopeptidase A 10.39975656 C6_control_A1 +LQ01X007520 Putative Oligopeptidase A 10.35834629 C6_control_A3 +LQ01X007520 Putative Oligopeptidase A 10.65616732 C6_control_B1 +LQ01X007520 Putative Oligopeptidase A 10.51408749 C6_control_B2 +LQ01X007520 Putative Oligopeptidase A 10.15333885 C6_control_B3 +LQ01X007520 Putative Oligopeptidase A 11.2527496 C6_control_C1 +LQ01X007520 Putative Oligopeptidase A 11.1457192 C6_control_C2 +LQ01X007520 Putative Oligopeptidase A 11.014025 C6_control_C3 +LQ01X007520 Putative Oligopeptidase A 10.46975189 C6_chemical_A1 +LQ01X007520 Putative Oligopeptidase A 10.59705172 C6_chemical_A3 +LQ01X007520 Putative Oligopeptidase A 10.7465012 C6_chemical_B1 +LQ01X007520 Putative Oligopeptidase A 10.57071515 C6_chemical_B2 +LQ01X007520 Putative Oligopeptidase A 10.39558436 C6_chemical_B3 +LQ01X007520 Putative Oligopeptidase A 11.32426425 C6_chemical_C1 +LQ01X007520 Putative Oligopeptidase A 11.41086161 C6_chemical_C2 +LQ01X007520 Putative Oligopeptidase A 11.21830026 C6_chemical_C3 +LQ01X007520 Putative Oligopeptidase A 10.48709638 L4_control_A1 +LQ01X007520 Putative Oligopeptidase A 10.41373245 L4_control_A2 +LQ01X007520 Putative Oligopeptidase A 11.01046914 L4_control_A3 +LQ01X007520 Putative Oligopeptidase A 10.52220716 L4_control_B1 +LQ01X007520 Putative Oligopeptidase A 10.96994002 L4_control_B2 +LQ01X007520 Putative Oligopeptidase A 11.03055166 L4_control_B3 +LQ01X007520 Putative Oligopeptidase A 11.95257398 L4_control_C2 +LQ01X007520 Putative Oligopeptidase A 11.6315736 L4_control_C3 +LQ01X007520 Putative Oligopeptidase A 10.64415043 L4_chemical_A1 +LQ01X007520 Putative Oligopeptidase A 10.50190129 L4_chemical_A2 +LQ01X007520 Putative Oligopeptidase A 10.61641087 L4_chemical_A3 +LQ01X007520 Putative Oligopeptidase A 10.72990822 L4_chemical_B1 +LQ01X007520 Putative Oligopeptidase A 10.52213837 L4_chemical_B2 +LQ01X007520 Putative Oligopeptidase A 10.40168271 L4_chemical_B3 +LQ01X007520 Putative Oligopeptidase A 11.56643853 L4_chemical_C2 +LQ01X007520 Putative Oligopeptidase A 11.87877748 L4_chemical_C3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.392065817 C6_control_A1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.731461983 C6_control_A3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.865800542 C6_control_B1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.765417519 C6_control_B2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.549367496 C6_control_B3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.359786884 C6_control_C1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.230642088 C6_control_C2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.615105983 C6_control_C3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.437999375 C6_chemical_A1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.567169515 C6_chemical_A3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.622669574 C6_chemical_B1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.785536516 C6_chemical_B2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.554330347 C6_chemical_B3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.76305084 C6_chemical_C1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.220274421 C6_chemical_C2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.554283332 C6_chemical_C3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.691174361 L4_control_A1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.617629547 L4_control_A2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.019812529 L4_control_A3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 4.923934658 L4_control_B1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.641958673 L4_control_B2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.10636625 L4_control_B3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.630258622 L4_control_C2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.354739914 L4_control_C3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.772978023 L4_chemical_A1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.437998764 L4_chemical_A2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.47040362 L4_chemical_A3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.252976854 L4_chemical_B1 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.891482223 L4_chemical_B2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.089590175 L4_chemical_B3 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.027567722 L4_chemical_C2 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 5.990042351 L4_chemical_C3 +LQ01X007540 Putative uncharacterized protein 9.345675318 C6_control_A1 +LQ01X007540 Putative uncharacterized protein 8.349188445 C6_control_A3 +LQ01X007540 Putative uncharacterized protein 9.251705217 C6_control_B1 +LQ01X007540 Putative uncharacterized protein 9.451383409 C6_control_B2 +LQ01X007540 Putative uncharacterized protein 9.39820327 C6_control_B3 +LQ01X007540 Putative uncharacterized protein 9.443819305 C6_control_C1 +LQ01X007540 Putative uncharacterized protein 8.987650807 C6_control_C2 +LQ01X007540 Putative uncharacterized protein 9.806721675 C6_control_C3 +LQ01X007540 Putative uncharacterized protein 9.12184265 C6_chemical_A1 +LQ01X007540 Putative uncharacterized protein 8.706264126 C6_chemical_A3 +LQ01X007540 Putative uncharacterized protein 9.096307581 C6_chemical_B1 +LQ01X007540 Putative uncharacterized protein 9.428040231 C6_chemical_B2 +LQ01X007540 Putative uncharacterized protein 9.110865804 C6_chemical_B3 +LQ01X007540 Putative uncharacterized protein 8.992157929 C6_chemical_C1 +LQ01X007540 Putative uncharacterized protein 9.019716783 C6_chemical_C2 +LQ01X007540 Putative uncharacterized protein 9.460147746 C6_chemical_C3 +LQ01X007540 Putative uncharacterized protein 8.266639086 L4_control_A1 +LQ01X007540 Putative uncharacterized protein 8.25799226 L4_control_A2 +LQ01X007540 Putative uncharacterized protein 7.957367108 L4_control_A3 +LQ01X007540 Putative uncharacterized protein 8.086291244 L4_control_B1 +LQ01X007540 Putative uncharacterized protein 8.526857647 L4_control_B2 +LQ01X007540 Putative uncharacterized protein 8.341330481 L4_control_B3 +LQ01X007540 Putative uncharacterized protein 8.493484289 L4_control_C2 +LQ01X007540 Putative uncharacterized protein 7.812698077 L4_control_C3 +LQ01X007540 Putative uncharacterized protein 8.022649836 L4_chemical_A1 +LQ01X007540 Putative uncharacterized protein 8.314671328 L4_chemical_A2 +LQ01X007540 Putative uncharacterized protein 7.809854041 L4_chemical_A3 +LQ01X007540 Putative uncharacterized protein 8.325968854 L4_chemical_B1 +LQ01X007540 Putative uncharacterized protein 8.293614463 L4_chemical_B2 +LQ01X007540 Putative uncharacterized protein 7.950686175 L4_chemical_B3 +LQ01X007540 Putative uncharacterized protein 8.014808136 L4_chemical_C2 +LQ01X007540 Putative uncharacterized protein 8.405922435 L4_chemical_C3 +LQ01X007720 Probable mannitol dehydrogenase 9.252776759 C6_control_A1 +LQ01X007720 Probable mannitol dehydrogenase 7.226944701 C6_control_A3 +LQ01X007720 Probable mannitol dehydrogenase 9.861602441 C6_control_B1 +LQ01X007720 Probable mannitol dehydrogenase 9.957773178 C6_control_B2 +LQ01X007720 Probable mannitol dehydrogenase 7.91834039 C6_control_B3 +LQ01X007720 Probable mannitol dehydrogenase 12.84551035 C6_control_C1 +LQ01X007720 Probable mannitol dehydrogenase 11.71762798 C6_control_C2 +LQ01X007720 Probable mannitol dehydrogenase 11.23490744 C6_control_C3 +LQ01X007720 Probable mannitol dehydrogenase 9.817259313 C6_chemical_A1 +LQ01X007720 Probable mannitol dehydrogenase 8.360798966 C6_chemical_A3 +LQ01X007720 Probable mannitol dehydrogenase 10.50800709 C6_chemical_B1 +LQ01X007720 Probable mannitol dehydrogenase 10.66198712 C6_chemical_B2 +LQ01X007720 Probable mannitol dehydrogenase 8.246662984 C6_chemical_B3 +LQ01X007720 Probable mannitol dehydrogenase 12.9194627 C6_chemical_C1 +LQ01X007720 Probable mannitol dehydrogenase 12.47289173 C6_chemical_C2 +LQ01X007720 Probable mannitol dehydrogenase 11.58477465 C6_chemical_C3 +LQ01X007720 Probable mannitol dehydrogenase 8.524512973 L4_control_A1 +LQ01X007720 Probable mannitol dehydrogenase 7.861094095 L4_control_A2 +LQ01X007720 Probable mannitol dehydrogenase 6.05820606 L4_control_A3 +LQ01X007720 Probable mannitol dehydrogenase 10.10668197 L4_control_B1 +LQ01X007720 Probable mannitol dehydrogenase 8.521385604 L4_control_B2 +LQ01X007720 Probable mannitol dehydrogenase 8.687115105 L4_control_B3 +LQ01X007720 Probable mannitol dehydrogenase 10.26408417 L4_control_C2 +LQ01X007720 Probable mannitol dehydrogenase 10.43325324 L4_control_C3 +LQ01X007720 Probable mannitol dehydrogenase 8.190059502 L4_chemical_A1 +LQ01X007720 Probable mannitol dehydrogenase 8.233060462 L4_chemical_A2 +LQ01X007720 Probable mannitol dehydrogenase 5.573578134 L4_chemical_A3 +LQ01X007720 Probable mannitol dehydrogenase 9.476240865 L4_chemical_B1 +LQ01X007720 Probable mannitol dehydrogenase 9.240904164 L4_chemical_B2 +LQ01X007720 Probable mannitol dehydrogenase 7.291596847 L4_chemical_B3 +LQ01X007720 Probable mannitol dehydrogenase 11.66056348 L4_chemical_C2 +LQ01X007720 Probable mannitol dehydrogenase 11.17596282 L4_chemical_C3 +LQ01X007730 Probable mannitol dehydrogenase 5.247610525 C6_control_A1 +LQ01X007730 Probable mannitol dehydrogenase 5.584522659 C6_control_A3 +LQ01X007730 Probable mannitol dehydrogenase 5.268803394 C6_control_B1 +LQ01X007730 Probable mannitol dehydrogenase 5.657514396 C6_control_B2 +LQ01X007730 Probable mannitol dehydrogenase 5.175483359 C6_control_B3 +LQ01X007730 Probable mannitol dehydrogenase 5.398935819 C6_control_C1 +LQ01X007730 Probable mannitol dehydrogenase 5.220669328 C6_control_C2 +LQ01X007730 Probable mannitol dehydrogenase 5.564790069 C6_control_C3 +LQ01X007730 Probable mannitol dehydrogenase 5.149851046 C6_chemical_A1 +LQ01X007730 Probable mannitol dehydrogenase 5.504490648 C6_chemical_A3 +LQ01X007730 Probable mannitol dehydrogenase 4.894977381 C6_chemical_B1 +LQ01X007730 Probable mannitol dehydrogenase 5.661139812 C6_chemical_B2 +LQ01X007730 Probable mannitol dehydrogenase 5.333275843 C6_chemical_B3 +LQ01X007730 Probable mannitol dehydrogenase 5.508232737 C6_chemical_C1 +LQ01X007730 Probable mannitol dehydrogenase 5.258311572 C6_chemical_C2 +LQ01X007730 Probable mannitol dehydrogenase 4.908427129 C6_chemical_C3 +LQ01X007730 Probable mannitol dehydrogenase 5.498326713 L4_control_A1 +LQ01X007730 Probable mannitol dehydrogenase 5.35521795 L4_control_A2 +LQ01X007730 Probable mannitol dehydrogenase 5.618203976 L4_control_A3 +LQ01X007730 Probable mannitol dehydrogenase 5.157728445 L4_control_B1 +LQ01X007730 Probable mannitol dehydrogenase 5.359086327 L4_control_B2 +LQ01X007730 Probable mannitol dehydrogenase 5.508909498 L4_control_B3 +LQ01X007730 Probable mannitol dehydrogenase 5.416256168 L4_control_C2 +LQ01X007730 Probable mannitol dehydrogenase 5.518134876 L4_control_C3 +LQ01X007730 Probable mannitol dehydrogenase 5.77410945 L4_chemical_A1 +LQ01X007730 Probable mannitol dehydrogenase 5.763171879 L4_chemical_A2 +LQ01X007730 Probable mannitol dehydrogenase 6.284830984 L4_chemical_A3 +LQ01X007730 Probable mannitol dehydrogenase 5.676575951 L4_chemical_B1 +LQ01X007730 Probable mannitol dehydrogenase 5.607222892 L4_chemical_B2 +LQ01X007730 Probable mannitol dehydrogenase 5.413801367 L4_chemical_B3 +LQ01X007730 Probable mannitol dehydrogenase 5.840705521 L4_chemical_C2 +LQ01X007730 Probable mannitol dehydrogenase 5.291553348 L4_chemical_C3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.7038939 C6_control_A1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.499628716 C6_control_A3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 4.979962378 C6_control_B1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.690925376 C6_control_B2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.409876742 C6_control_B3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.110834324 C6_control_C1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.611494045 C6_control_C2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.394016914 C6_control_C3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.694047761 C6_chemical_A1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.861392443 C6_chemical_A3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.559553158 C6_chemical_B1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.733289544 C6_chemical_B2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.924362803 C6_chemical_B3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.353278208 C6_chemical_C1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.433326097 C6_chemical_C2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.2619846 C6_chemical_C3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.618501209 L4_control_A1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.326621515 L4_control_A2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.153123635 L4_control_A3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.637950838 L4_control_B1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.68642495 L4_control_B2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.894410852 L4_control_B3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.897006114 L4_control_C2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.268194236 L4_control_C3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.964040731 L4_chemical_A1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.089206095 L4_chemical_A2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.417358269 L4_chemical_A3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.816455861 L4_chemical_B1 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.423735344 L4_chemical_B2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.62552187 L4_chemical_B3 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.262124339 L4_chemical_C2 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.783799522 L4_chemical_C3 +LQ01X007790 Catalytic, putative 10.01998018 C6_control_A1 +LQ01X007790 Catalytic, putative 9.626177149 C6_control_A3 +LQ01X007790 Catalytic, putative 10.44777955 C6_control_B1 +LQ01X007790 Catalytic, putative 10.23531919 C6_control_B2 +LQ01X007790 Catalytic, putative 10.75395763 C6_control_B3 +LQ01X007790 Catalytic, putative 8.583806626 C6_control_C1 +LQ01X007790 Catalytic, putative 7.568843981 C6_control_C2 +LQ01X007790 Catalytic, putative 8.928769081 C6_control_C3 +LQ01X007790 Catalytic, putative 10.30140826 C6_chemical_A1 +LQ01X007790 Catalytic, putative 10.60017393 C6_chemical_A3 +LQ01X007790 Catalytic, putative 10.50027442 C6_chemical_B1 +LQ01X007790 Catalytic, putative 10.17791163 C6_chemical_B2 +LQ01X007790 Catalytic, putative 10.62333739 C6_chemical_B3 +LQ01X007790 Catalytic, putative 8.354089156 C6_chemical_C1 +LQ01X007790 Catalytic, putative 8.850140233 C6_chemical_C2 +LQ01X007790 Catalytic, putative 9.252346565 C6_chemical_C3 +LQ01X007790 Catalytic, putative 9.858549925 L4_control_A1 +LQ01X007790 Catalytic, putative 10.53142055 L4_control_A2 +LQ01X007790 Catalytic, putative 10.98063778 L4_control_A3 +LQ01X007790 Catalytic, putative 10.54448391 L4_control_B1 +LQ01X007790 Catalytic, putative 11.19361864 L4_control_B2 +LQ01X007790 Catalytic, putative 10.69291615 L4_control_B3 +LQ01X007790 Catalytic, putative 9.742815908 L4_control_C2 +LQ01X007790 Catalytic, putative 9.521195447 L4_control_C3 +LQ01X007790 Catalytic, putative 9.44614723 L4_chemical_A1 +LQ01X007790 Catalytic, putative 10.58196187 L4_chemical_A2 +LQ01X007790 Catalytic, putative 10.77523385 L4_chemical_A3 +LQ01X007790 Catalytic, putative 10.63249223 L4_chemical_B1 +LQ01X007790 Catalytic, putative 11.34778616 L4_chemical_B2 +LQ01X007790 Catalytic, putative 10.06710221 L4_chemical_B3 +LQ01X007790 Catalytic, putative 9.591207724 L4_chemical_C2 +LQ01X007790 Catalytic, putative 9.830501055 L4_chemical_C3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.517159342 C6_control_A1 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.165054013 C6_control_A3 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.932421313 C6_control_B1 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.130685046 C6_control_B2 +LQ01X007850 Putative KH domain-containing protein At4g18375 9.188997396 C6_control_B3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.436596075 C6_control_C1 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.714788587 C6_control_C2 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.569727454 C6_control_C3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.896971826 C6_chemical_A1 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.718589142 C6_chemical_A3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.794869438 C6_chemical_B1 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.075841964 C6_chemical_B2 +LQ01X007850 Putative KH domain-containing protein At4g18375 9.187058151 C6_chemical_B3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.54069632 C6_chemical_C1 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.289523949 C6_chemical_C2 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.942022623 C6_chemical_C3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.788879219 L4_control_A1 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.598231182 L4_control_A2 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.9651345 L4_control_A3 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.444598033 L4_control_B1 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.404310433 L4_control_B2 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.722043589 L4_control_B3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.690132087 L4_control_C2 +LQ01X007850 Putative KH domain-containing protein At4g18375 9.186009499 L4_control_C3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.111046147 L4_chemical_A1 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.217538528 L4_chemical_A2 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.385450411 L4_chemical_A3 +LQ01X007850 Putative KH domain-containing protein At4g18375 7.29955018 L4_chemical_B1 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.067746621 L4_chemical_B2 +LQ01X007850 Putative KH domain-containing protein At4g18375 9.166162132 L4_chemical_B3 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.594392397 L4_chemical_C2 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.440231511 L4_chemical_C3 +LQ01X007920 Putative uncharacterized protein 8.972611219 C6_control_A1 +LQ01X007920 Putative uncharacterized protein 9.023963969 C6_control_A3 +LQ01X007920 Putative uncharacterized protein 9.924946579 C6_control_B1 +LQ01X007920 Putative uncharacterized protein 9.463105333 C6_control_B2 +LQ01X007920 Putative uncharacterized protein 10.14494271 C6_control_B3 +LQ01X007920 Putative uncharacterized protein 9.295161319 C6_control_C1 +LQ01X007920 Putative uncharacterized protein 9.511499585 C6_control_C2 +LQ01X007920 Putative uncharacterized protein 9.348846823 C6_control_C3 +LQ01X007920 Putative uncharacterized protein 8.969664216 C6_chemical_A1 +LQ01X007920 Putative uncharacterized protein 8.900787344 C6_chemical_A3 +LQ01X007920 Putative uncharacterized protein 10.04400576 C6_chemical_B1 +LQ01X007920 Putative uncharacterized protein 9.292626569 C6_chemical_B2 +LQ01X007920 Putative uncharacterized protein 9.718584001 C6_chemical_B3 +LQ01X007920 Putative uncharacterized protein 8.983298667 C6_chemical_C1 +LQ01X007920 Putative uncharacterized protein 9.338906813 C6_chemical_C2 +LQ01X007920 Putative uncharacterized protein 8.881991401 C6_chemical_C3 +LQ01X007920 Putative uncharacterized protein 8.845296342 L4_control_A1 +LQ01X007920 Putative uncharacterized protein 9.615418338 L4_control_A2 +LQ01X007920 Putative uncharacterized protein 9.690444085 L4_control_A3 +LQ01X007920 Putative uncharacterized protein 10.67903966 L4_control_B1 +LQ01X007920 Putative uncharacterized protein 10.72879352 L4_control_B2 +LQ01X007920 Putative uncharacterized protein 10.20532675 L4_control_B3 +LQ01X007920 Putative uncharacterized protein 10.93672388 L4_control_C2 +LQ01X007920 Putative uncharacterized protein 10.72018933 L4_control_C3 +LQ01X007920 Putative uncharacterized protein 8.572003515 L4_chemical_A1 +LQ01X007920 Putative uncharacterized protein 10.1067801 L4_chemical_A2 +LQ01X007920 Putative uncharacterized protein 8.996723943 L4_chemical_A3 +LQ01X007920 Putative uncharacterized protein 10.49399957 L4_chemical_B1 +LQ01X007920 Putative uncharacterized protein 11.09067638 L4_chemical_B2 +LQ01X007920 Putative uncharacterized protein 9.798419272 L4_chemical_B3 +LQ01X007920 Putative uncharacterized protein 11.36662861 L4_chemical_C2 +LQ01X007920 Putative uncharacterized protein 10.39930917 L4_chemical_C3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 7.295223853 C6_control_A1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 7.594131609 C6_control_A3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 5.98166979 C6_control_B1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.962165074 C6_control_B2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.517025682 C6_control_B3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 5.407629548 C6_control_C1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 5.642121164 C6_control_C2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 5.877168047 C6_control_C3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.990463188 C6_chemical_A1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 7.872173334 C6_chemical_A3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 5.815126497 C6_chemical_B1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.765087778 C6_chemical_B2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.308921356 C6_chemical_B3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.336912131 C6_chemical_C1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 5.622513274 C6_chemical_C2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.069671734 C6_chemical_C3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 8.211802573 L4_control_A1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 7.265852201 L4_control_A2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 9.499057864 L4_control_A3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 5.803280356 L4_control_B1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.602530603 L4_control_B2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.527724304 L4_control_B3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 4.96974398 L4_control_C2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.091310126 L4_control_C3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 7.41435342 L4_chemical_A1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.760833686 L4_chemical_A2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 8.907055543 L4_chemical_A3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.650592595 L4_chemical_B1 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.389392997 L4_chemical_B2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.611390745 L4_chemical_B3 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 5.288582644 L4_chemical_C2 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.047723966 L4_chemical_C3 +LQ01X007940 Putative U-box domain-containing protein 50 6.742235713 C6_control_A1 +LQ01X007940 Putative U-box domain-containing protein 50 6.120849793 C6_control_A3 +LQ01X007940 Putative U-box domain-containing protein 50 6.317787886 C6_control_B1 +LQ01X007940 Putative U-box domain-containing protein 50 5.976030397 C6_control_B2 +LQ01X007940 Putative U-box domain-containing protein 50 5.376408062 C6_control_B3 +LQ01X007940 Putative U-box domain-containing protein 50 6.996879612 C6_control_C1 +LQ01X007940 Putative U-box domain-containing protein 50 6.246702554 C6_control_C2 +LQ01X007940 Putative U-box domain-containing protein 50 6.979949598 C6_control_C3 +LQ01X007940 Putative U-box domain-containing protein 50 6.96446329 C6_chemical_A1 +LQ01X007940 Putative U-box domain-containing protein 50 7.307724492 C6_chemical_A3 +LQ01X007940 Putative U-box domain-containing protein 50 5.675208116 C6_chemical_B1 +LQ01X007940 Putative U-box domain-containing protein 50 6.028606316 C6_chemical_B2 +LQ01X007940 Putative U-box domain-containing protein 50 6.14691606 C6_chemical_B3 +LQ01X007940 Putative U-box domain-containing protein 50 6.941287223 C6_chemical_C1 +LQ01X007940 Putative U-box domain-containing protein 50 6.332606821 C6_chemical_C2 +LQ01X007940 Putative U-box domain-containing protein 50 6.727664863 C6_chemical_C3 +LQ01X007940 Putative U-box domain-containing protein 50 7.503153592 L4_control_A1 +LQ01X007940 Putative U-box domain-containing protein 50 6.865402241 L4_control_A2 +LQ01X007940 Putative U-box domain-containing protein 50 6.396542403 L4_control_A3 +LQ01X007940 Putative U-box domain-containing protein 50 6.296674207 L4_control_B1 +LQ01X007940 Putative U-box domain-containing protein 50 6.794289402 L4_control_B2 +LQ01X007940 Putative U-box domain-containing protein 50 5.528699931 L4_control_B3 +LQ01X007940 Putative U-box domain-containing protein 50 6.535563372 L4_control_C2 +LQ01X007940 Putative U-box domain-containing protein 50 6.012951015 L4_control_C3 +LQ01X007940 Putative U-box domain-containing protein 50 7.517144107 L4_chemical_A1 +LQ01X007940 Putative U-box domain-containing protein 50 8.205956144 L4_chemical_A2 +LQ01X007940 Putative U-box domain-containing protein 50 5.93021371 L4_chemical_A3 +LQ01X007940 Putative U-box domain-containing protein 50 6.825088213 L4_chemical_B1 +LQ01X007940 Putative U-box domain-containing protein 50 6.908512514 L4_chemical_B2 +LQ01X007940 Putative U-box domain-containing protein 50 6.594759424 L4_chemical_B3 +LQ01X007940 Putative U-box domain-containing protein 50 6.78885989 L4_chemical_C2 +LQ01X007940 Putative U-box domain-containing protein 50 7.084901126 L4_chemical_C3 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.43672724 C6_control_A1 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.53307734 C6_control_A3 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.15114823 C6_control_B1 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.77150577 C6_control_B2 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.686291 C6_control_B3 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.49037708 C6_control_C1 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.69409897 C6_control_C2 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.92764449 C6_control_C3 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.10398763 C6_chemical_A1 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.11003758 C6_chemical_A3 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.08975107 C6_chemical_B1 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.40686524 C6_chemical_B2 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.41062065 C6_chemical_B3 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.36058121 C6_chemical_C1 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.2737909 C6_chemical_C2 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.57868838 C6_chemical_C3 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.06854475 L4_control_A1 +LQ01X007950 Nucleobase-ascorbate transporter 11 9.487149982 L4_control_A2 +LQ01X007950 Nucleobase-ascorbate transporter 11 9.636697965 L4_control_A3 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.6692237 L4_control_B1 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.8174874 L4_control_B2 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.94946251 L4_control_B3 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.49839731 L4_control_C2 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.46601355 L4_control_C3 +LQ01X007950 Nucleobase-ascorbate transporter 11 9.40236678 L4_chemical_A1 +LQ01X007950 Nucleobase-ascorbate transporter 11 9.158815847 L4_chemical_A2 +LQ01X007950 Nucleobase-ascorbate transporter 11 9.701425757 L4_chemical_A3 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.99537238 L4_chemical_B1 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.27564563 L4_chemical_B2 +LQ01X007950 Nucleobase-ascorbate transporter 11 11.08845806 L4_chemical_B3 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.42066487 L4_chemical_C2 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.16543881 L4_chemical_C3 +LQ01X007960 Protein SKIP34 11.88678766 C6_control_A1 +LQ01X007960 Protein SKIP34 12.27680686 C6_control_A3 +LQ01X007960 Protein SKIP34 12.26662266 C6_control_B1 +LQ01X007960 Protein SKIP34 12.02679937 C6_control_B2 +LQ01X007960 Protein SKIP34 12.16779828 C6_control_B3 +LQ01X007960 Protein SKIP34 11.73052418 C6_control_C1 +LQ01X007960 Protein SKIP34 12.01674635 C6_control_C2 +LQ01X007960 Protein SKIP34 11.75002165 C6_control_C3 +LQ01X007960 Protein SKIP34 11.76897779 C6_chemical_A1 +LQ01X007960 Protein SKIP34 11.09773433 C6_chemical_A3 +LQ01X007960 Protein SKIP34 12.36727433 C6_chemical_B1 +LQ01X007960 Protein SKIP34 11.91713559 C6_chemical_B2 +LQ01X007960 Protein SKIP34 11.84424366 C6_chemical_B3 +LQ01X007960 Protein SKIP34 12.00662525 C6_chemical_C1 +LQ01X007960 Protein SKIP34 11.8473153 C6_chemical_C2 +LQ01X007960 Protein SKIP34 11.37246457 C6_chemical_C3 +LQ01X007960 Protein SKIP34 11.10579932 L4_control_A1 +LQ01X007960 Protein SKIP34 11.48512826 L4_control_A2 +LQ01X007960 Protein SKIP34 11.05880061 L4_control_A3 +LQ01X007960 Protein SKIP34 12.06136622 L4_control_B1 +LQ01X007960 Protein SKIP34 11.29725749 L4_control_B2 +LQ01X007960 Protein SKIP34 11.46631899 L4_control_B3 +LQ01X007960 Protein SKIP34 11.79275296 L4_control_C2 +LQ01X007960 Protein SKIP34 12.00871792 L4_control_C3 +LQ01X007960 Protein SKIP34 10.94791987 L4_chemical_A1 +LQ01X007960 Protein SKIP34 11.58118984 L4_chemical_A2 +LQ01X007960 Protein SKIP34 10.65702526 L4_chemical_A3 +LQ01X007960 Protein SKIP34 12.24975722 L4_chemical_B1 +LQ01X007960 Protein SKIP34 12.31041628 L4_chemical_B2 +LQ01X007960 Protein SKIP34 11.30698107 L4_chemical_B3 +LQ01X007960 Protein SKIP34 11.90737419 L4_chemical_C2 +LQ01X007960 Protein SKIP34 12.07840651 L4_chemical_C3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.97321898 C6_control_A1 +LQ01X007970 Protein SGT1 homolog At5g65490 10.61375022 C6_control_A3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.39301416 C6_control_B1 +LQ01X007970 Protein SGT1 homolog At5g65490 10.95706507 C6_control_B2 +LQ01X007970 Protein SGT1 homolog At5g65490 10.97135872 C6_control_B3 +LQ01X007970 Protein SGT1 homolog At5g65490 11.68764797 C6_control_C1 +LQ01X007970 Protein SGT1 homolog At5g65490 11.45121082 C6_control_C2 +LQ01X007970 Protein SGT1 homolog At5g65490 11.21822574 C6_control_C3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.76340931 C6_chemical_A1 +LQ01X007970 Protein SGT1 homolog At5g65490 10.70319074 C6_chemical_A3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.2738378 C6_chemical_B1 +LQ01X007970 Protein SGT1 homolog At5g65490 10.93046958 C6_chemical_B2 +LQ01X007970 Protein SGT1 homolog At5g65490 10.80349418 C6_chemical_B3 +LQ01X007970 Protein SGT1 homolog At5g65490 11.64814164 C6_chemical_C1 +LQ01X007970 Protein SGT1 homolog At5g65490 11.53194826 C6_chemical_C2 +LQ01X007970 Protein SGT1 homolog At5g65490 11.46264372 C6_chemical_C3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.44178585 L4_control_A1 +LQ01X007970 Protein SGT1 homolog At5g65490 10.78990449 L4_control_A2 +LQ01X007970 Protein SGT1 homolog At5g65490 10.79570143 L4_control_A3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.39436497 L4_control_B1 +LQ01X007970 Protein SGT1 homolog At5g65490 10.42756988 L4_control_B2 +LQ01X007970 Protein SGT1 homolog At5g65490 11.0884267 L4_control_B3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.5259625 L4_control_C2 +LQ01X007970 Protein SGT1 homolog At5g65490 11.1481248 L4_control_C3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.43041893 L4_chemical_A1 +LQ01X007970 Protein SGT1 homolog At5g65490 10.40716086 L4_chemical_A2 +LQ01X007970 Protein SGT1 homolog At5g65490 10.43751622 L4_chemical_A3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.26928501 L4_chemical_B1 +LQ01X007970 Protein SGT1 homolog At5g65490 10.18466226 L4_chemical_B2 +LQ01X007970 Protein SGT1 homolog At5g65490 10.73793823 L4_chemical_B3 +LQ01X007970 Protein SGT1 homolog At5g65490 10.20541962 L4_chemical_C2 +LQ01X007970 Protein SGT1 homolog At5g65490 11.31225825 L4_chemical_C3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.238914724 C6_control_A1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.868462404 C6_control_A3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.890585769 C6_control_B1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.125029544 C6_control_B2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.232569821 C6_control_B3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.032733434 C6_control_C1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 7.647791569 C6_control_C2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.1852028 C6_control_C3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.126871296 C6_chemical_A1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.388355317 C6_chemical_A3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.63023711 C6_chemical_B1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.273622791 C6_chemical_B2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.168205606 C6_chemical_B3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.217626743 C6_chemical_C1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.493461761 C6_chemical_C2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.114591129 C6_chemical_C3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 5.80674958 L4_control_A1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.24833082 L4_control_A2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 5.870646962 L4_control_A3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.221671395 L4_control_B1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.478539289 L4_control_B2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.012589363 L4_control_B3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.67877612 L4_control_C2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.697111639 L4_control_C3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 5.699655981 L4_chemical_A1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.03298072 L4_chemical_A2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 5.813489637 L4_chemical_A3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.609216658 L4_chemical_B1 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.292309816 L4_chemical_B2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.153184429 L4_chemical_B3 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.424229729 L4_chemical_C2 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.820409116 L4_chemical_C3 +LQ01X008000 Putative uncharacterized protein 6.366541716 C6_control_A1 +LQ01X008000 Putative uncharacterized protein 5.799987343 C6_control_A3 +LQ01X008000 Putative uncharacterized protein 6.439626551 C6_control_B1 +LQ01X008000 Putative uncharacterized protein 8.314251447 C6_control_B2 +LQ01X008000 Putative uncharacterized protein 5.365717066 C6_control_B3 +LQ01X008000 Putative uncharacterized protein 9.222143486 C6_control_C1 +LQ01X008000 Putative uncharacterized protein 8.335034302 C6_control_C2 +LQ01X008000 Putative uncharacterized protein 8.237706659 C6_control_C3 +LQ01X008000 Putative uncharacterized protein 6.480668641 C6_chemical_A1 +LQ01X008000 Putative uncharacterized protein 6.397217352 C6_chemical_A3 +LQ01X008000 Putative uncharacterized protein 6.976289513 C6_chemical_B1 +LQ01X008000 Putative uncharacterized protein 8.739874378 C6_chemical_B2 +LQ01X008000 Putative uncharacterized protein 6.129740349 C6_chemical_B3 +LQ01X008000 Putative uncharacterized protein 9.67325251 C6_chemical_C1 +LQ01X008000 Putative uncharacterized protein 9.137502197 C6_chemical_C2 +LQ01X008000 Putative uncharacterized protein 8.969190372 C6_chemical_C3 +LQ01X008000 Putative uncharacterized protein 6.478865197 L4_control_A1 +LQ01X008000 Putative uncharacterized protein 6.445509575 L4_control_A2 +LQ01X008000 Putative uncharacterized protein 5.183661018 L4_control_A3 +LQ01X008000 Putative uncharacterized protein 6.303531468 L4_control_B1 +LQ01X008000 Putative uncharacterized protein 5.902324676 L4_control_B2 +LQ01X008000 Putative uncharacterized protein 6.747043176 L4_control_B3 +LQ01X008000 Putative uncharacterized protein 6.955421986 L4_control_C2 +LQ01X008000 Putative uncharacterized protein 5.941276649 L4_control_C3 +LQ01X008000 Putative uncharacterized protein 7.360238043 L4_chemical_A1 +LQ01X008000 Putative uncharacterized protein 6.617085831 L4_chemical_A2 +LQ01X008000 Putative uncharacterized protein 5.667946402 L4_chemical_A3 +LQ01X008000 Putative uncharacterized protein 5.512491489 L4_chemical_B1 +LQ01X008000 Putative uncharacterized protein 6.70534276 L4_chemical_B2 +LQ01X008000 Putative uncharacterized protein 6.382886793 L4_chemical_B3 +LQ01X008000 Putative uncharacterized protein 6.4425375 L4_chemical_C2 +LQ01X008000 Putative uncharacterized protein 6.889158671 L4_chemical_C3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.52791844 C6_control_A1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.00542434 C6_control_A3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.64570264 C6_control_B1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.28713183 C6_control_B2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.26803465 C6_control_B3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.21961568 C6_control_C1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.28673523 C6_control_C2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.4178514 C6_control_C3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.35865075 C6_chemical_A1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.73015729 C6_chemical_A3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.31561909 C6_chemical_B1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.32429792 C6_chemical_B2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.13635037 C6_chemical_B3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.43181319 C6_chemical_C1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.4514387 C6_chemical_C2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.17940176 C6_chemical_C3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.00122801 L4_control_A1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.94263246 L4_control_A2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.95176122 L4_control_A3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.32089828 L4_control_B1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.04050952 L4_control_B2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.46447918 L4_control_B3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.80149407 L4_control_C2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.92482389 L4_control_C3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.2425969 L4_chemical_A1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.11717938 L4_chemical_A2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.11919737 L4_chemical_A3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.66482672 L4_chemical_B1 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.36955059 L4_chemical_B2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.28232991 L4_chemical_B3 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.83397688 L4_chemical_C2 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 12.06675723 L4_chemical_C3 +LQ01X008030 Putative uncharacterized protein 9.135145096 C6_control_A1 +LQ01X008030 Putative uncharacterized protein 8.422217879 C6_control_A3 +LQ01X008030 Putative uncharacterized protein 9.766512846 C6_control_B1 +LQ01X008030 Putative uncharacterized protein 9.453392269 C6_control_B2 +LQ01X008030 Putative uncharacterized protein 9.303063655 C6_control_B3 +LQ01X008030 Putative uncharacterized protein 11.06412571 C6_control_C1 +LQ01X008030 Putative uncharacterized protein 10.59507484 C6_control_C2 +LQ01X008030 Putative uncharacterized protein 10.44290242 C6_control_C3 +LQ01X008030 Putative uncharacterized protein 9.468931238 C6_chemical_A1 +LQ01X008030 Putative uncharacterized protein 9.302891671 C6_chemical_A3 +LQ01X008030 Putative uncharacterized protein 10.18928459 C6_chemical_B1 +LQ01X008030 Putative uncharacterized protein 9.824010989 C6_chemical_B2 +LQ01X008030 Putative uncharacterized protein 9.999590461 C6_chemical_B3 +LQ01X008030 Putative uncharacterized protein 11.25711861 C6_chemical_C1 +LQ01X008030 Putative uncharacterized protein 11.20513704 C6_chemical_C2 +LQ01X008030 Putative uncharacterized protein 11.65057802 C6_chemical_C3 +LQ01X008030 Putative uncharacterized protein 9.286559356 L4_control_A1 +LQ01X008030 Putative uncharacterized protein 9.325675703 L4_control_A2 +LQ01X008030 Putative uncharacterized protein 9.253574111 L4_control_A3 +LQ01X008030 Putative uncharacterized protein 9.307928781 L4_control_B1 +LQ01X008030 Putative uncharacterized protein 10.10789576 L4_control_B2 +LQ01X008030 Putative uncharacterized protein 10.75767714 L4_control_B3 +LQ01X008030 Putative uncharacterized protein 10.89519937 L4_control_C2 +LQ01X008030 Putative uncharacterized protein 12.13407023 L4_control_C3 +LQ01X008030 Putative uncharacterized protein 9.460783798 L4_chemical_A1 +LQ01X008030 Putative uncharacterized protein 9.058049608 L4_chemical_A2 +LQ01X008030 Putative uncharacterized protein 8.477775713 L4_chemical_A3 +LQ01X008030 Putative uncharacterized protein 9.4043352 L4_chemical_B1 +LQ01X008030 Putative uncharacterized protein 9.750922251 L4_chemical_B2 +LQ01X008030 Putative uncharacterized protein 10.11490796 L4_chemical_B3 +LQ01X008030 Putative uncharacterized protein 10.49433483 L4_chemical_C2 +LQ01X008030 Putative uncharacterized protein 11.95945388 L4_chemical_C3 +LQ01X008040 Thioredoxin reductase 2 12.02341283 C6_control_A1 +LQ01X008040 Thioredoxin reductase 2 12.86934156 C6_control_A3 +LQ01X008040 Thioredoxin reductase 2 11.37455773 C6_control_B1 +LQ01X008040 Thioredoxin reductase 2 10.99820645 C6_control_B2 +LQ01X008040 Thioredoxin reductase 2 11.10334168 C6_control_B3 +LQ01X008040 Thioredoxin reductase 2 11.83018857 C6_control_C1 +LQ01X008040 Thioredoxin reductase 2 11.6954601 C6_control_C2 +LQ01X008040 Thioredoxin reductase 2 11.67251147 C6_control_C3 +LQ01X008040 Thioredoxin reductase 2 11.81814139 C6_chemical_A1 +LQ01X008040 Thioredoxin reductase 2 12.89974314 C6_chemical_A3 +LQ01X008040 Thioredoxin reductase 2 11.20283174 C6_chemical_B1 +LQ01X008040 Thioredoxin reductase 2 10.77745254 C6_chemical_B2 +LQ01X008040 Thioredoxin reductase 2 11.14010869 C6_chemical_B3 +LQ01X008040 Thioredoxin reductase 2 11.6366527 C6_chemical_C1 +LQ01X008040 Thioredoxin reductase 2 11.97112408 C6_chemical_C2 +LQ01X008040 Thioredoxin reductase 2 11.63892999 C6_chemical_C3 +LQ01X008040 Thioredoxin reductase 2 12.83867921 L4_control_A1 +LQ01X008040 Thioredoxin reductase 2 11.89476273 L4_control_A2 +LQ01X008040 Thioredoxin reductase 2 12.95808404 L4_control_A3 +LQ01X008040 Thioredoxin reductase 2 11.19266544 L4_control_B1 +LQ01X008040 Thioredoxin reductase 2 11.33753591 L4_control_B2 +LQ01X008040 Thioredoxin reductase 2 10.56322637 L4_control_B3 +LQ01X008040 Thioredoxin reductase 2 12.28577615 L4_control_C2 +LQ01X008040 Thioredoxin reductase 2 11.98561369 L4_control_C3 +LQ01X008040 Thioredoxin reductase 2 11.93850162 L4_chemical_A1 +LQ01X008040 Thioredoxin reductase 2 11.27833417 L4_chemical_A2 +LQ01X008040 Thioredoxin reductase 2 12.49515376 L4_chemical_A3 +LQ01X008040 Thioredoxin reductase 2 11.80216836 L4_chemical_B1 +LQ01X008040 Thioredoxin reductase 2 11.42005909 L4_chemical_B2 +LQ01X008040 Thioredoxin reductase 2 11.34576241 L4_chemical_B3 +LQ01X008040 Thioredoxin reductase 2 12.22193284 L4_chemical_C2 +LQ01X008040 Thioredoxin reductase 2 12.12208214 L4_chemical_C3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.139639029 C6_control_A1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.125780708 C6_control_A3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.704479791 C6_control_B1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.060042628 C6_control_B2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.187833556 C6_control_B3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.083494329 C6_control_C1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.294816023 C6_control_C2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.550579631 C6_control_C3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 4.991072047 C6_chemical_A1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.171043478 C6_chemical_A3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.761130848 C6_chemical_B1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 4.848397509 C6_chemical_B2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.377666418 C6_chemical_B3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.029584897 C6_chemical_C1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.425635949 C6_chemical_C2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 4.972091586 C6_chemical_C3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.164992164 L4_control_A1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.249561062 L4_control_A2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 4.973283948 L4_control_A3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.10281776 L4_control_B1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.131749116 L4_control_B2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.165141691 L4_control_B3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.310611623 L4_control_C2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.17303466 L4_control_C3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.220237289 L4_chemical_A1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.32273264 L4_chemical_A2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.098342636 L4_chemical_A3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.262628681 L4_chemical_B1 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.21676977 L4_chemical_B2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.295697317 L4_chemical_B3 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.188321908 L4_chemical_C2 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 5.206358889 L4_chemical_C3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.93238909 C6_control_A1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.75522873 C6_control_A3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 14.38539301 C6_control_B1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.63625002 C6_control_B2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 14.53537649 C6_control_B3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.27424061 C6_control_C1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 12.77765712 C6_control_C2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.01751438 C6_control_C3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.56795153 C6_chemical_A1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.7928174 C6_chemical_A3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 14.32742247 C6_chemical_B1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.36392683 C6_chemical_B2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 14.1938868 C6_chemical_B3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.05263768 C6_chemical_C1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 12.91182719 C6_chemical_C2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.25260266 C6_chemical_C3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.86176353 L4_control_A1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.54550957 L4_control_A2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.50596088 L4_control_A3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 14.07501609 L4_control_B1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.5984954 L4_control_B2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.75434693 L4_control_B3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.24564571 L4_control_C2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.40448635 L4_control_C3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.26625796 L4_chemical_A1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.20814546 L4_chemical_A2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.52493655 L4_chemical_A3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 14.09314208 L4_chemical_B1 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.46973045 L4_chemical_B2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.8899169 L4_chemical_B3 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.72530932 L4_chemical_C2 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.4561845 L4_chemical_C3 +LQ01X008080 MADS-box protein JOINTLESS 11.58714703 C6_control_A1 +LQ01X008080 MADS-box protein JOINTLESS 12.01348434 C6_control_A3 +LQ01X008080 MADS-box protein JOINTLESS 11.27458817 C6_control_B1 +LQ01X008080 MADS-box protein JOINTLESS 10.58511561 C6_control_B2 +LQ01X008080 MADS-box protein JOINTLESS 10.76870698 C6_control_B3 +LQ01X008080 MADS-box protein JOINTLESS 11.39406917 C6_control_C1 +LQ01X008080 MADS-box protein JOINTLESS 10.90956597 C6_control_C2 +LQ01X008080 MADS-box protein JOINTLESS 11.15182218 C6_control_C3 +LQ01X008080 MADS-box protein JOINTLESS 11.00399742 C6_chemical_A1 +LQ01X008080 MADS-box protein JOINTLESS 12.13966864 C6_chemical_A3 +LQ01X008080 MADS-box protein JOINTLESS 10.67225536 C6_chemical_B1 +LQ01X008080 MADS-box protein JOINTLESS 10.74155776 C6_chemical_B2 +LQ01X008080 MADS-box protein JOINTLESS 10.4863777 C6_chemical_B3 +LQ01X008080 MADS-box protein JOINTLESS 11.03148726 C6_chemical_C1 +LQ01X008080 MADS-box protein JOINTLESS 10.86925246 C6_chemical_C2 +LQ01X008080 MADS-box protein JOINTLESS 10.71530078 C6_chemical_C3 +LQ01X008080 MADS-box protein JOINTLESS 11.762096 L4_control_A1 +LQ01X008080 MADS-box protein JOINTLESS 11.35534463 L4_control_A2 +LQ01X008080 MADS-box protein JOINTLESS 12.44913735 L4_control_A3 +LQ01X008080 MADS-box protein JOINTLESS 10.75577504 L4_control_B1 +LQ01X008080 MADS-box protein JOINTLESS 10.85398915 L4_control_B2 +LQ01X008080 MADS-box protein JOINTLESS 10.59134107 L4_control_B3 +LQ01X008080 MADS-box protein JOINTLESS 10.91309397 L4_control_C2 +LQ01X008080 MADS-box protein JOINTLESS 10.58627826 L4_control_C3 +LQ01X008080 MADS-box protein JOINTLESS 10.92426672 L4_chemical_A1 +LQ01X008080 MADS-box protein JOINTLESS 10.53135396 L4_chemical_A2 +LQ01X008080 MADS-box protein JOINTLESS 12.24838492 L4_chemical_A3 +LQ01X008080 MADS-box protein JOINTLESS 10.93452479 L4_chemical_B1 +LQ01X008080 MADS-box protein JOINTLESS 10.47099487 L4_chemical_B2 +LQ01X008080 MADS-box protein JOINTLESS 11.02373135 L4_chemical_B3 +LQ01X008080 MADS-box protein JOINTLESS 10.7398635 L4_chemical_C2 +LQ01X008080 MADS-box protein JOINTLESS 10.74195062 L4_chemical_C3 +LQ01X008110 Putative uncharacterized protein 5.887197811 C6_control_A1 +LQ01X008110 Putative uncharacterized protein 5.163609391 C6_control_A3 +LQ01X008110 Putative uncharacterized protein 5.27847559 C6_control_B1 +LQ01X008110 Putative uncharacterized protein 7.314599526 C6_control_B2 +LQ01X008110 Putative uncharacterized protein 5.239307773 C6_control_B3 +LQ01X008110 Putative uncharacterized protein 8.792865164 C6_control_C1 +LQ01X008110 Putative uncharacterized protein 8.113023513 C6_control_C2 +LQ01X008110 Putative uncharacterized protein 7.866911693 C6_control_C3 +LQ01X008110 Putative uncharacterized protein 5.913730507 C6_chemical_A1 +LQ01X008110 Putative uncharacterized protein 5.792166995 C6_chemical_A3 +LQ01X008110 Putative uncharacterized protein 5.275108266 C6_chemical_B1 +LQ01X008110 Putative uncharacterized protein 6.948073311 C6_chemical_B2 +LQ01X008110 Putative uncharacterized protein 5.52754065 C6_chemical_B3 +LQ01X008110 Putative uncharacterized protein 8.547182642 C6_chemical_C1 +LQ01X008110 Putative uncharacterized protein 8.308030861 C6_chemical_C2 +LQ01X008110 Putative uncharacterized protein 7.111290077 C6_chemical_C3 +LQ01X008110 Putative uncharacterized protein 5.506488306 L4_control_A1 +LQ01X008110 Putative uncharacterized protein 5.180282171 L4_control_A2 +LQ01X008110 Putative uncharacterized protein 4.830839089 L4_control_A3 +LQ01X008110 Putative uncharacterized protein 5.219247326 L4_control_B1 +LQ01X008110 Putative uncharacterized protein 4.793603309 L4_control_B2 +LQ01X008110 Putative uncharacterized protein 5.33497642 L4_control_B3 +LQ01X008110 Putative uncharacterized protein 5.289460542 L4_control_C2 +LQ01X008110 Putative uncharacterized protein 5.524598399 L4_control_C3 +LQ01X008110 Putative uncharacterized protein 5.499043349 L4_chemical_A1 +LQ01X008110 Putative uncharacterized protein 4.860663086 L4_chemical_A2 +LQ01X008110 Putative uncharacterized protein 5.215925336 L4_chemical_A3 +LQ01X008110 Putative uncharacterized protein 5.476641071 L4_chemical_B1 +LQ01X008110 Putative uncharacterized protein 4.8305562 L4_chemical_B2 +LQ01X008110 Putative uncharacterized protein 5.106058044 L4_chemical_B3 +LQ01X008110 Putative uncharacterized protein 4.950091437 L4_chemical_C2 +LQ01X008110 Putative uncharacterized protein 5.059177365 L4_chemical_C3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.054269259 C6_control_A1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.929004335 C6_control_A3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.801525504 C6_control_B1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.076395243 C6_control_B2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.326734152 C6_control_B3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.696364269 C6_control_C1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.404244601 C6_control_C2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.750681419 C6_control_C3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.828654495 C6_chemical_A1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.725566229 C6_chemical_A3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.525544984 C6_chemical_B1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.636890986 C6_chemical_B2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.15847564 C6_chemical_B3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.963207683 C6_chemical_C1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.158328822 C6_chemical_C2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.554412202 C6_chemical_C3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.67413694 L4_control_A1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.639150454 L4_control_A2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.909188277 L4_control_A3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.847975643 L4_control_B1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.14166678 L4_control_B2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.87241094 L4_control_B3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.443916096 L4_control_C2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.916426219 L4_control_C3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.642284539 L4_chemical_A1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.158286569 L4_chemical_A2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.699132868 L4_chemical_A3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.373968758 L4_chemical_B1 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.110405247 L4_chemical_B2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.879339416 L4_chemical_B3 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.74997711 L4_chemical_C2 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 6.117530166 L4_chemical_C3 +LQ01X008170 At4g38100 13.90817328 C6_control_A1 +LQ01X008170 At4g38100 14.10563276 C6_control_A3 +LQ01X008170 At4g38100 13.50837741 C6_control_B1 +LQ01X008170 At4g38100 14.14711224 C6_control_B2 +LQ01X008170 At4g38100 13.83025112 C6_control_B3 +LQ01X008170 At4g38100 14.31287408 C6_control_C1 +LQ01X008170 At4g38100 14.08336872 C6_control_C2 +LQ01X008170 At4g38100 14.21519771 C6_control_C3 +LQ01X008170 At4g38100 13.73090934 C6_chemical_A1 +LQ01X008170 At4g38100 13.74660361 C6_chemical_A3 +LQ01X008170 At4g38100 13.37104803 C6_chemical_B1 +LQ01X008170 At4g38100 13.88276446 C6_chemical_B2 +LQ01X008170 At4g38100 13.47683014 C6_chemical_B3 +LQ01X008170 At4g38100 14.27775486 C6_chemical_C1 +LQ01X008170 At4g38100 14.39045523 C6_chemical_C2 +LQ01X008170 At4g38100 13.86476476 C6_chemical_C3 +LQ01X008170 At4g38100 13.9490388 L4_control_A1 +LQ01X008170 At4g38100 14.0206562 L4_control_A2 +LQ01X008170 At4g38100 14.19731908 L4_control_A3 +LQ01X008170 At4g38100 13.42139822 L4_control_B1 +LQ01X008170 At4g38100 13.04089226 L4_control_B2 +LQ01X008170 At4g38100 13.44475458 L4_control_B3 +LQ01X008170 At4g38100 13.57846359 L4_control_C2 +LQ01X008170 At4g38100 13.3735556 L4_control_C3 +LQ01X008170 At4g38100 13.87493463 L4_chemical_A1 +LQ01X008170 At4g38100 13.84091548 L4_chemical_A2 +LQ01X008170 At4g38100 14.05827137 L4_chemical_A3 +LQ01X008170 At4g38100 13.27218306 L4_chemical_B1 +LQ01X008170 At4g38100 13.13933884 L4_chemical_B2 +LQ01X008170 At4g38100 13.52748941 L4_chemical_B3 +LQ01X008170 At4g38100 13.35239021 L4_chemical_C2 +LQ01X008170 At4g38100 13.49636297 L4_chemical_C3 +LQ01X008180 Cyclin d, putative 7.356141657 C6_control_A1 +LQ01X008180 Cyclin d, putative 7.043603076 C6_control_A3 +LQ01X008180 Cyclin d, putative 5.046476618 C6_control_B1 +LQ01X008180 Cyclin d, putative 6.612832883 C6_control_B2 +LQ01X008180 Cyclin d, putative 5.836153127 C6_control_B3 +LQ01X008180 Cyclin d, putative 6.121610007 C6_control_C1 +LQ01X008180 Cyclin d, putative 5.747743993 C6_control_C2 +LQ01X008180 Cyclin d, putative 6.605602779 C6_control_C3 +LQ01X008180 Cyclin d, putative 6.945328363 C6_chemical_A1 +LQ01X008180 Cyclin d, putative 7.077521029 C6_chemical_A3 +LQ01X008180 Cyclin d, putative 5.539297604 C6_chemical_B1 +LQ01X008180 Cyclin d, putative 6.247459576 C6_chemical_B2 +LQ01X008180 Cyclin d, putative 5.496050979 C6_chemical_B3 +LQ01X008180 Cyclin d, putative 6.059204313 C6_chemical_C1 +LQ01X008180 Cyclin d, putative 5.951885883 C6_chemical_C2 +LQ01X008180 Cyclin d, putative 5.907823399 C6_chemical_C3 +LQ01X008180 Cyclin d, putative 7.901654425 L4_control_A1 +LQ01X008180 Cyclin d, putative 6.784533458 L4_control_A2 +LQ01X008180 Cyclin d, putative 6.808343154 L4_control_A3 +LQ01X008180 Cyclin d, putative 5.227549423 L4_control_B1 +LQ01X008180 Cyclin d, putative 5.571272812 L4_control_B2 +LQ01X008180 Cyclin d, putative 5.769807042 L4_control_B3 +LQ01X008180 Cyclin d, putative 5.251440115 L4_control_C2 +LQ01X008180 Cyclin d, putative 5.00215328 L4_control_C3 +LQ01X008180 Cyclin d, putative 6.890394502 L4_chemical_A1 +LQ01X008180 Cyclin d, putative 7.340060181 L4_chemical_A2 +LQ01X008180 Cyclin d, putative 6.358555825 L4_chemical_A3 +LQ01X008180 Cyclin d, putative 4.94087592 L4_chemical_B1 +LQ01X008180 Cyclin d, putative 5.365024452 L4_chemical_B2 +LQ01X008180 Cyclin d, putative 5.986994728 L4_chemical_B3 +LQ01X008180 Cyclin d, putative 5.330067243 L4_chemical_C2 +LQ01X008180 Cyclin d, putative 5.204403121 L4_chemical_C3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.372215163 C6_control_A1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.569750764 C6_control_A3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.020981671 C6_control_B1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.417750822 C6_control_B2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.422499522 C6_control_B3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.210819973 C6_control_C1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.409564513 C6_control_C2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.763184027 C6_control_C3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.394287292 C6_chemical_A1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.474900003 C6_chemical_A3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.147102318 C6_chemical_B1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.442561268 C6_chemical_B2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 4.77951 C6_chemical_B3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.322120669 C6_chemical_C1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.57550978 C6_chemical_C2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.395434236 C6_chemical_C3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.35916431 L4_control_A1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.165846901 L4_control_A2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.206597581 L4_control_A3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 6.118188977 L4_control_B1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 4.847420909 L4_control_B2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 4.974608836 L4_control_B3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.015913955 L4_control_C2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.373037166 L4_control_C3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.594152957 L4_chemical_A1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.141578142 L4_chemical_A2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.330485811 L4_chemical_A3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.559049703 L4_chemical_B1 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 4.996452787 L4_chemical_B2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.333015111 L4_chemical_B3 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.934468685 L4_chemical_C2 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.055810238 L4_chemical_C3 +LQ01X008220 GLABRA2 expression modulator 13.19026946 C6_control_A1 +LQ01X008220 GLABRA2 expression modulator 12.68913314 C6_control_A3 +LQ01X008220 GLABRA2 expression modulator 12.64667894 C6_control_B1 +LQ01X008220 GLABRA2 expression modulator 13.24658418 C6_control_B2 +LQ01X008220 GLABRA2 expression modulator 12.61856851 C6_control_B3 +LQ01X008220 GLABRA2 expression modulator 13.21649823 C6_control_C1 +LQ01X008220 GLABRA2 expression modulator 12.8935496 C6_control_C2 +LQ01X008220 GLABRA2 expression modulator 13.01783012 C6_control_C3 +LQ01X008220 GLABRA2 expression modulator 13.40910831 C6_chemical_A1 +LQ01X008220 GLABRA2 expression modulator 12.71695196 C6_chemical_A3 +LQ01X008220 GLABRA2 expression modulator 12.79668801 C6_chemical_B1 +LQ01X008220 GLABRA2 expression modulator 13.55927887 C6_chemical_B2 +LQ01X008220 GLABRA2 expression modulator 12.62198501 C6_chemical_B3 +LQ01X008220 GLABRA2 expression modulator 13.71538045 C6_chemical_C1 +LQ01X008220 GLABRA2 expression modulator 13.52184037 C6_chemical_C2 +LQ01X008220 GLABRA2 expression modulator 12.99819104 C6_chemical_C3 +LQ01X008220 GLABRA2 expression modulator 13.18222927 L4_control_A1 +LQ01X008220 GLABRA2 expression modulator 13.30260853 L4_control_A2 +LQ01X008220 GLABRA2 expression modulator 12.52385711 L4_control_A3 +LQ01X008220 GLABRA2 expression modulator 13.21450281 L4_control_B1 +LQ01X008220 GLABRA2 expression modulator 12.58220463 L4_control_B2 +LQ01X008220 GLABRA2 expression modulator 13.0947403 L4_control_B3 +LQ01X008220 GLABRA2 expression modulator 12.07477245 L4_control_C2 +LQ01X008220 GLABRA2 expression modulator 11.91257134 L4_control_C3 +LQ01X008220 GLABRA2 expression modulator 13.23741593 L4_chemical_A1 +LQ01X008220 GLABRA2 expression modulator 13.66176212 L4_chemical_A2 +LQ01X008220 GLABRA2 expression modulator 13.08406016 L4_chemical_A3 +LQ01X008220 GLABRA2 expression modulator 12.97706879 L4_chemical_B1 +LQ01X008220 GLABRA2 expression modulator 13.09500633 L4_chemical_B2 +LQ01X008220 GLABRA2 expression modulator 13.07385312 L4_chemical_B3 +LQ01X008220 GLABRA2 expression modulator 12.72479105 L4_chemical_C2 +LQ01X008220 GLABRA2 expression modulator 12.25135692 L4_chemical_C3 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.00506135 C6_control_A1 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.146666139 C6_control_A3 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.336053943 C6_control_B1 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.647932017 C6_control_B2 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.094031603 C6_control_B3 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.915202845 C6_control_C1 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.704483394 C6_control_C2 +LQ01X008240 Putative UPF0483 protein C25G4.2 8.178942547 C6_control_C3 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.294833386 C6_chemical_A1 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.425714409 C6_chemical_A3 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.399797807 C6_chemical_B1 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.282332854 C6_chemical_B2 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.923833814 C6_chemical_B3 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.029811078 C6_chemical_C1 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.674101663 C6_chemical_C2 +LQ01X008240 Putative UPF0483 protein C25G4.2 8.271527473 C6_chemical_C3 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.09382871 L4_control_A1 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.237297081 L4_control_A2 +LQ01X008240 Putative UPF0483 protein C25G4.2 5.987680884 L4_control_A3 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.605409708 L4_control_B1 +LQ01X008240 Putative UPF0483 protein C25G4.2 5.710309493 L4_control_B2 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.674679621 L4_control_B3 +LQ01X008240 Putative UPF0483 protein C25G4.2 8.80529897 L4_control_C2 +LQ01X008240 Putative UPF0483 protein C25G4.2 9.419133835 L4_control_C3 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.734801464 L4_chemical_A1 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.837730193 L4_chemical_A2 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.31619971 L4_chemical_A3 +LQ01X008240 Putative UPF0483 protein C25G4.2 8.396572443 L4_chemical_B1 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.609986134 L4_chemical_B2 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.174380896 L4_chemical_B3 +LQ01X008240 Putative UPF0483 protein C25G4.2 7.235614101 L4_chemical_C2 +LQ01X008240 Putative UPF0483 protein C25G4.2 8.612087229 L4_chemical_C3 +LQ01X008250 Bet1-like protein At4g14600 9.33410247 C6_control_A1 +LQ01X008250 Bet1-like protein At4g14600 9.644002276 C6_control_A3 +LQ01X008250 Bet1-like protein At4g14600 9.538393574 C6_control_B1 +LQ01X008250 Bet1-like protein At4g14600 8.979765816 C6_control_B2 +LQ01X008250 Bet1-like protein At4g14600 9.456103327 C6_control_B3 +LQ01X008250 Bet1-like protein At4g14600 8.671331974 C6_control_C1 +LQ01X008250 Bet1-like protein At4g14600 8.594573116 C6_control_C2 +LQ01X008250 Bet1-like protein At4g14600 8.738783534 C6_control_C3 +LQ01X008250 Bet1-like protein At4g14600 8.918155289 C6_chemical_A1 +LQ01X008250 Bet1-like protein At4g14600 9.443561056 C6_chemical_A3 +LQ01X008250 Bet1-like protein At4g14600 9.314223477 C6_chemical_B1 +LQ01X008250 Bet1-like protein At4g14600 8.776412113 C6_chemical_B2 +LQ01X008250 Bet1-like protein At4g14600 9.069705339 C6_chemical_B3 +LQ01X008250 Bet1-like protein At4g14600 8.275615831 C6_chemical_C1 +LQ01X008250 Bet1-like protein At4g14600 8.27183994 C6_chemical_C2 +LQ01X008250 Bet1-like protein At4g14600 8.545570238 C6_chemical_C3 +LQ01X008250 Bet1-like protein At4g14600 9.182434751 L4_control_A1 +LQ01X008250 Bet1-like protein At4g14600 8.610715384 L4_control_A2 +LQ01X008250 Bet1-like protein At4g14600 9.50686471 L4_control_A3 +LQ01X008250 Bet1-like protein At4g14600 8.94613286 L4_control_B1 +LQ01X008250 Bet1-like protein At4g14600 8.335921135 L4_control_B2 +LQ01X008250 Bet1-like protein At4g14600 9.795080563 L4_control_B3 +LQ01X008250 Bet1-like protein At4g14600 8.460263137 L4_control_C2 +LQ01X008250 Bet1-like protein At4g14600 9.16242267 L4_control_C3 +LQ01X008250 Bet1-like protein At4g14600 9.197997428 L4_chemical_A1 +LQ01X008250 Bet1-like protein At4g14600 8.11478843 L4_chemical_A2 +LQ01X008250 Bet1-like protein At4g14600 9.583114193 L4_chemical_A3 +LQ01X008250 Bet1-like protein At4g14600 9.278550531 L4_chemical_B1 +LQ01X008250 Bet1-like protein At4g14600 8.897556101 L4_chemical_B2 +LQ01X008250 Bet1-like protein At4g14600 9.419934595 L4_chemical_B3 +LQ01X008250 Bet1-like protein At4g14600 8.630506628 L4_chemical_C2 +LQ01X008250 Bet1-like protein At4g14600 9.14298636 L4_chemical_C3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.05984889 C6_control_A1 +LQ01X008260 Putative Cell surface glycoprotein 1 10.94822297 C6_control_A3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.16297067 C6_control_B1 +LQ01X008260 Putative Cell surface glycoprotein 1 11.11432596 C6_control_B2 +LQ01X008260 Putative Cell surface glycoprotein 1 12.28333043 C6_control_B3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.23702481 C6_control_C1 +LQ01X008260 Putative Cell surface glycoprotein 1 10.29804408 C6_control_C2 +LQ01X008260 Putative Cell surface glycoprotein 1 12.1167373 C6_control_C3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.1565677 C6_chemical_A1 +LQ01X008260 Putative Cell surface glycoprotein 1 10.99565751 C6_chemical_A3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.13040995 C6_chemical_B1 +LQ01X008260 Putative Cell surface glycoprotein 1 10.78897637 C6_chemical_B2 +LQ01X008260 Putative Cell surface glycoprotein 1 12.16202976 C6_chemical_B3 +LQ01X008260 Putative Cell surface glycoprotein 1 10.87589302 C6_chemical_C1 +LQ01X008260 Putative Cell surface glycoprotein 1 10.89974097 C6_chemical_C2 +LQ01X008260 Putative Cell surface glycoprotein 1 11.79518023 C6_chemical_C3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.47526908 L4_control_A1 +LQ01X008260 Putative Cell surface glycoprotein 1 11.74819712 L4_control_A2 +LQ01X008260 Putative Cell surface glycoprotein 1 11.9990235 L4_control_A3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.38769309 L4_control_B1 +LQ01X008260 Putative Cell surface glycoprotein 1 11.39135572 L4_control_B2 +LQ01X008260 Putative Cell surface glycoprotein 1 12.0362208 L4_control_B3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.42806129 L4_control_C2 +LQ01X008260 Putative Cell surface glycoprotein 1 11.72853141 L4_control_C3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.90258216 L4_chemical_A1 +LQ01X008260 Putative Cell surface glycoprotein 1 12.17842642 L4_chemical_A2 +LQ01X008260 Putative Cell surface glycoprotein 1 12.2417159 L4_chemical_A3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.57704756 L4_chemical_B1 +LQ01X008260 Putative Cell surface glycoprotein 1 11.41499015 L4_chemical_B2 +LQ01X008260 Putative Cell surface glycoprotein 1 11.93467607 L4_chemical_B3 +LQ01X008260 Putative Cell surface glycoprotein 1 11.30774158 L4_chemical_C2 +LQ01X008260 Putative Cell surface glycoprotein 1 11.58488318 L4_chemical_C3 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.335886209 C6_control_A1 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.489800204 C6_control_A3 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.1263315 C6_control_B1 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.768198424 C6_control_B2 +LQ01X008280 Putative clathrin assembly protein At4g40080 11.00321634 C6_control_B3 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.90012253 C6_control_C1 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.83641621 C6_control_C2 +LQ01X008280 Putative clathrin assembly protein At4g40080 11.66145009 C6_control_C3 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.045769281 C6_chemical_A1 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.653202389 C6_chemical_A3 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.54549891 C6_chemical_B1 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.441541711 C6_chemical_B2 +LQ01X008280 Putative clathrin assembly protein At4g40080 11.33687555 C6_chemical_B3 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.63786196 C6_chemical_C1 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.80175654 C6_chemical_C2 +LQ01X008280 Putative clathrin assembly protein At4g40080 11.8960366 C6_chemical_C3 +LQ01X008280 Putative clathrin assembly protein At4g40080 8.643903373 L4_control_A1 +LQ01X008280 Putative clathrin assembly protein At4g40080 8.643355719 L4_control_A2 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.0579493 L4_control_A3 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.60495581 L4_control_B1 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.79708442 L4_control_B2 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.98617228 L4_control_B3 +LQ01X008280 Putative clathrin assembly protein At4g40080 12.43845145 L4_control_C2 +LQ01X008280 Putative clathrin assembly protein At4g40080 12.71824602 L4_control_C3 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.583949371 L4_chemical_A1 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.343629777 L4_chemical_A2 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.696462746 L4_chemical_A3 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.85953183 L4_chemical_B1 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.4921503 L4_chemical_B2 +LQ01X008280 Putative clathrin assembly protein At4g40080 10.35366893 L4_chemical_B3 +LQ01X008280 Putative clathrin assembly protein At4g40080 12.21965507 L4_chemical_C2 +LQ01X008280 Putative clathrin assembly protein At4g40080 12.29897873 L4_chemical_C3 +LQ01X008310 Argonaute-like protein At2g27880 14.31059585 C6_control_A1 +LQ01X008310 Argonaute-like protein At2g27880 14.50701611 C6_control_A3 +LQ01X008310 Argonaute-like protein At2g27880 13.36146606 C6_control_B1 +LQ01X008310 Argonaute-like protein At2g27880 10.10357286 C6_control_B2 +LQ01X008310 Argonaute-like protein At2g27880 10.72278888 C6_control_B3 +LQ01X008310 Argonaute-like protein At2g27880 9.309622606 C6_control_C1 +LQ01X008310 Argonaute-like protein At2g27880 9.47771148 C6_control_C2 +LQ01X008310 Argonaute-like protein At2g27880 9.987885109 C6_control_C3 +LQ01X008310 Argonaute-like protein At2g27880 13.69314704 C6_chemical_A1 +LQ01X008310 Argonaute-like protein At2g27880 14.47156159 C6_chemical_A3 +LQ01X008310 Argonaute-like protein At2g27880 10.96137716 C6_chemical_B1 +LQ01X008310 Argonaute-like protein At2g27880 9.186501615 C6_chemical_B2 +LQ01X008310 Argonaute-like protein At2g27880 10.4768 C6_chemical_B3 +LQ01X008310 Argonaute-like protein At2g27880 9.2329421 C6_chemical_C1 +LQ01X008310 Argonaute-like protein At2g27880 9.434886914 C6_chemical_C2 +LQ01X008310 Argonaute-like protein At2g27880 10.23629445 C6_chemical_C3 +LQ01X008310 Argonaute-like protein At2g27880 13.84129495 L4_control_A1 +LQ01X008310 Argonaute-like protein At2g27880 13.9298636 L4_control_A2 +LQ01X008310 Argonaute-like protein At2g27880 13.94485871 L4_control_A3 +LQ01X008310 Argonaute-like protein At2g27880 10.18880783 L4_control_B1 +LQ01X008310 Argonaute-like protein At2g27880 13.07109602 L4_control_B2 +LQ01X008310 Argonaute-like protein At2g27880 8.973089181 L4_control_B3 +LQ01X008310 Argonaute-like protein At2g27880 10.8280133 L4_control_C2 +LQ01X008310 Argonaute-like protein At2g27880 10.02252302 L4_control_C3 +LQ01X008310 Argonaute-like protein At2g27880 12.25825029 L4_chemical_A1 +LQ01X008310 Argonaute-like protein At2g27880 12.51443232 L4_chemical_A2 +LQ01X008310 Argonaute-like protein At2g27880 13.41921558 L4_chemical_A3 +LQ01X008310 Argonaute-like protein At2g27880 11.64665869 L4_chemical_B1 +LQ01X008310 Argonaute-like protein At2g27880 13.42848679 L4_chemical_B2 +LQ01X008310 Argonaute-like protein At2g27880 13.14183709 L4_chemical_B3 +LQ01X008310 Argonaute-like protein At2g27880 9.907481955 L4_chemical_C2 +LQ01X008310 Argonaute-like protein At2g27880 9.521134772 L4_chemical_C3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.821135651 C6_control_A1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.48277115 C6_control_A3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.176944677 C6_control_B1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.737743413 C6_control_B2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.970361589 C6_control_B3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.380717044 C6_control_C1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.351191624 C6_control_C2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.864621625 C6_control_C3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.992514131 C6_chemical_A1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.805372088 C6_chemical_A3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.685595733 C6_chemical_B1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.098936024 C6_chemical_B2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.103752956 C6_chemical_B3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.436950352 C6_chemical_C1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.381986889 C6_chemical_C2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.006462383 C6_chemical_C3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.081008895 L4_control_A1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.720059326 L4_control_A2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.724814774 L4_control_A3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.001553875 L4_control_B1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.317831974 L4_control_B2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.183209062 L4_control_B3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.714697323 L4_control_C2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.772597827 L4_control_C3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.116333315 L4_chemical_A1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.536247724 L4_chemical_A2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.512009043 L4_chemical_A3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.82815767 L4_chemical_B1 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.976613557 L4_chemical_B2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 7.07850145 L4_chemical_B3 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.570850921 L4_chemical_C2 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.891876411 L4_chemical_C3 +LQ01X008390 Putative uncharacterized protein 7.774415253 C6_control_A1 +LQ01X008390 Putative uncharacterized protein 6.83869109 C6_control_A3 +LQ01X008390 Putative uncharacterized protein 7.601528341 C6_control_B1 +LQ01X008390 Putative uncharacterized protein 9.333907773 C6_control_B2 +LQ01X008390 Putative uncharacterized protein 8.360636629 C6_control_B3 +LQ01X008390 Putative uncharacterized protein 10.93911258 C6_control_C1 +LQ01X008390 Putative uncharacterized protein 10.64092218 C6_control_C2 +LQ01X008390 Putative uncharacterized protein 10.56350305 C6_control_C3 +LQ01X008390 Putative uncharacterized protein 7.436299851 C6_chemical_A1 +LQ01X008390 Putative uncharacterized protein 7.527989876 C6_chemical_A3 +LQ01X008390 Putative uncharacterized protein 7.010918538 C6_chemical_B1 +LQ01X008390 Putative uncharacterized protein 9.041568403 C6_chemical_B2 +LQ01X008390 Putative uncharacterized protein 8.235665707 C6_chemical_B3 +LQ01X008390 Putative uncharacterized protein 10.85673915 C6_chemical_C1 +LQ01X008390 Putative uncharacterized protein 10.92606822 C6_chemical_C2 +LQ01X008390 Putative uncharacterized protein 10.16834186 C6_chemical_C3 +LQ01X008390 Putative uncharacterized protein 7.934731518 L4_control_A1 +LQ01X008390 Putative uncharacterized protein 7.971563531 L4_control_A2 +LQ01X008390 Putative uncharacterized protein 8.046387307 L4_control_A3 +LQ01X008390 Putative uncharacterized protein 7.48233757 L4_control_B1 +LQ01X008390 Putative uncharacterized protein 6.185504173 L4_control_B2 +LQ01X008390 Putative uncharacterized protein 9.017378431 L4_control_B3 +LQ01X008390 Putative uncharacterized protein 10.00931948 L4_control_C2 +LQ01X008390 Putative uncharacterized protein 9.811475682 L4_control_C3 +LQ01X008390 Putative uncharacterized protein 9.063462877 L4_chemical_A1 +LQ01X008390 Putative uncharacterized protein 9.267469589 L4_chemical_A2 +LQ01X008390 Putative uncharacterized protein 8.543079291 L4_chemical_A3 +LQ01X008390 Putative uncharacterized protein 7.92437375 L4_chemical_B1 +LQ01X008390 Putative uncharacterized protein 7.110297842 L4_chemical_B2 +LQ01X008390 Putative uncharacterized protein 7.594945273 L4_chemical_B3 +LQ01X008390 Putative uncharacterized protein 9.128990325 L4_chemical_C2 +LQ01X008390 Putative uncharacterized protein 9.583272369 L4_chemical_C3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.298338211 C6_control_A1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.610337788 C6_control_A3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 6.302648059 C6_control_B1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.817711595 C6_control_B2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.476056733 C6_control_B3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 6.253512743 C6_control_C1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.918673813 C6_control_C2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.680743733 C6_control_C3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.584049436 C6_chemical_A1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.533150334 C6_chemical_A3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.813984622 C6_chemical_B1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.704864213 C6_chemical_B2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.631740111 C6_chemical_B3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 6.209530066 C6_chemical_C1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.731485917 C6_chemical_C2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.676826762 C6_chemical_C3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.534916597 L4_control_A1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.188673175 L4_control_A2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.818123766 L4_control_A3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 4.947553187 L4_control_B1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.522297951 L4_control_B2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.423545625 L4_control_B3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.306865327 L4_control_C2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.636536865 L4_control_C3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 6.084320598 L4_chemical_A1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.363162572 L4_chemical_A2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.216263286 L4_chemical_A3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.677881607 L4_chemical_B1 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.462919461 L4_chemical_B2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.377183669 L4_chemical_B3 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.900154284 L4_chemical_C2 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.339352831 L4_chemical_C3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.2819373 C6_control_A1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.79824859 C6_control_A3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.5997525 C6_control_B1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.40280462 C6_control_B2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.69779494 C6_control_B3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 13.21496771 C6_control_C1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.89795958 C6_control_C2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 13.39035349 C6_control_C3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.59213273 C6_chemical_A1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.69118862 C6_chemical_A3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.33696397 C6_chemical_B1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.40036085 C6_chemical_B2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.5945109 C6_chemical_B3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 13.15675542 C6_chemical_C1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 13.1312441 C6_chemical_C2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 13.37354179 C6_chemical_C3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.74548095 L4_control_A1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.05106027 L4_control_A2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 10.27457225 L4_control_A3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.4601314 L4_control_B1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.09430407 L4_control_B2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.64511119 L4_control_B3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.33950576 L4_control_C2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.76168371 L4_control_C3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.59182668 L4_chemical_A1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.18890309 L4_chemical_A2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 10.94144236 L4_chemical_A3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.23255272 L4_chemical_B1 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 11.42849075 L4_chemical_B2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.54773428 L4_chemical_B3 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.15141159 L4_chemical_C2 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.95865447 L4_chemical_C3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.149050061 C6_control_A1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.393235083 C6_control_A3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.08498873 C6_control_B1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.034979114 C6_control_B2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 4.822896867 C6_control_B3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 4.994444357 C6_control_C1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.366574979 C6_control_C2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.255254695 C6_control_C3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.098415462 C6_chemical_A1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 4.973311819 C6_chemical_A3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.229859907 C6_chemical_B1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.048082323 C6_chemical_B2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 4.899999765 C6_chemical_B3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.227064738 C6_chemical_C1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.25362059 C6_chemical_C2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.202619322 C6_chemical_C3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 4.940965917 L4_control_A1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.102164683 L4_control_A2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.856315851 L4_control_A3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.432772948 L4_control_B1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.573967257 L4_control_B2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 4.814631929 L4_control_B3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.661942151 L4_control_C2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.468325052 L4_control_C3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.184641522 L4_chemical_A1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.534083552 L4_chemical_A2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.274761415 L4_chemical_A3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.401819365 L4_chemical_B1 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.821933112 L4_chemical_B2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 4.850271491 L4_chemical_B3 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 4.78136948 L4_chemical_C2 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.714359564 L4_chemical_C3 +LQ01X008460 Putative uncharacterized protein 12.65949735 C6_control_A1 +LQ01X008460 Putative uncharacterized protein 12.58844057 C6_control_A3 +LQ01X008460 Putative uncharacterized protein 12.72037753 C6_control_B1 +LQ01X008460 Putative uncharacterized protein 12.35871779 C6_control_B2 +LQ01X008460 Putative uncharacterized protein 12.62037026 C6_control_B3 +LQ01X008460 Putative uncharacterized protein 12.48036241 C6_control_C1 +LQ01X008460 Putative uncharacterized protein 12.46936682 C6_control_C2 +LQ01X008460 Putative uncharacterized protein 12.84057918 C6_control_C3 +LQ01X008460 Putative uncharacterized protein 12.76640386 C6_chemical_A1 +LQ01X008460 Putative uncharacterized protein 10.4437712 C6_chemical_A3 +LQ01X008460 Putative uncharacterized protein 12.59177445 C6_chemical_B1 +LQ01X008460 Putative uncharacterized protein 12.10093051 C6_chemical_B2 +LQ01X008460 Putative uncharacterized protein 12.35069008 C6_chemical_B3 +LQ01X008460 Putative uncharacterized protein 12.52021355 C6_chemical_C1 +LQ01X008460 Putative uncharacterized protein 12.78706977 C6_chemical_C2 +LQ01X008460 Putative uncharacterized protein 12.86636149 C6_chemical_C3 +LQ01X008460 Putative uncharacterized protein 12.69923743 L4_control_A1 +LQ01X008460 Putative uncharacterized protein 12.79081415 L4_control_A2 +LQ01X008460 Putative uncharacterized protein 12.75382614 L4_control_A3 +LQ01X008460 Putative uncharacterized protein 12.30986988 L4_control_B1 +LQ01X008460 Putative uncharacterized protein 11.87381233 L4_control_B2 +LQ01X008460 Putative uncharacterized protein 12.57451858 L4_control_B3 +LQ01X008460 Putative uncharacterized protein 13.98575142 L4_control_C2 +LQ01X008460 Putative uncharacterized protein 13.46177116 L4_control_C3 +LQ01X008460 Putative uncharacterized protein 11.60437173 L4_chemical_A1 +LQ01X008460 Putative uncharacterized protein 13.10110483 L4_chemical_A2 +LQ01X008460 Putative uncharacterized protein 12.83605184 L4_chemical_A3 +LQ01X008460 Putative uncharacterized protein 13.68489613 L4_chemical_B1 +LQ01X008460 Putative uncharacterized protein 13.85338071 L4_chemical_B2 +LQ01X008460 Putative uncharacterized protein 12.40552414 L4_chemical_B3 +LQ01X008460 Putative uncharacterized protein 14.22007163 L4_chemical_C2 +LQ01X008460 Putative uncharacterized protein 13.56727147 L4_chemical_C3 +LQ01X008470 Histone H3.3 15.53637824 C6_control_A1 +LQ01X008470 Histone H3.3 15.51211179 C6_control_A3 +LQ01X008470 Histone H3.3 15.46718705 C6_control_B1 +LQ01X008470 Histone H3.3 15.45559849 C6_control_B2 +LQ01X008470 Histone H3.3 15.28384065 C6_control_B3 +LQ01X008470 Histone H3.3 15.06586199 C6_control_C1 +LQ01X008470 Histone H3.3 15.56336829 C6_control_C2 +LQ01X008470 Histone H3.3 15.2817526 C6_control_C3 +LQ01X008470 Histone H3.3 15.32781019 C6_chemical_A1 +LQ01X008470 Histone H3.3 15.19858062 C6_chemical_A3 +LQ01X008470 Histone H3.3 15.34358978 C6_chemical_B1 +LQ01X008470 Histone H3.3 15.34991102 C6_chemical_B2 +LQ01X008470 Histone H3.3 15.41820684 C6_chemical_B3 +LQ01X008470 Histone H3.3 15.30160224 C6_chemical_C1 +LQ01X008470 Histone H3.3 15.18036898 C6_chemical_C2 +LQ01X008470 Histone H3.3 15.00627977 C6_chemical_C3 +LQ01X008470 Histone H3.3 15.39439191 L4_control_A1 +LQ01X008470 Histone H3.3 14.86777863 L4_control_A2 +LQ01X008470 Histone H3.3 14.64412503 L4_control_A3 +LQ01X008470 Histone H3.3 15.19895754 L4_control_B1 +LQ01X008470 Histone H3.3 14.91606489 L4_control_B2 +LQ01X008470 Histone H3.3 15.03487053 L4_control_B3 +LQ01X008470 Histone H3.3 15.36365467 L4_control_C2 +LQ01X008470 Histone H3.3 14.97641555 L4_control_C3 +LQ01X008470 Histone H3.3 15.21602825 L4_chemical_A1 +LQ01X008470 Histone H3.3 14.60951525 L4_chemical_A2 +LQ01X008470 Histone H3.3 15.16959579 L4_chemical_A3 +LQ01X008470 Histone H3.3 15.45407654 L4_chemical_B1 +LQ01X008470 Histone H3.3 14.83432768 L4_chemical_B2 +LQ01X008470 Histone H3.3 15.30548243 L4_chemical_B3 +LQ01X008470 Histone H3.3 14.8537148 L4_chemical_C2 +LQ01X008470 Histone H3.3 14.95548505 L4_chemical_C3 +LQ01X008490 Predicted protein 5.306533797 C6_control_A1 +LQ01X008490 Predicted protein 5.633951361 C6_control_A3 +LQ01X008490 Predicted protein 5.766639996 C6_control_B1 +LQ01X008490 Predicted protein 5.244155397 C6_control_B2 +LQ01X008490 Predicted protein 5.124786852 C6_control_B3 +LQ01X008490 Predicted protein 5.31676046 C6_control_C1 +LQ01X008490 Predicted protein 5.250616002 C6_control_C2 +LQ01X008490 Predicted protein 4.935895001 C6_control_C3 +LQ01X008490 Predicted protein 5.108928745 C6_chemical_A1 +LQ01X008490 Predicted protein 5.49871291 C6_chemical_A3 +LQ01X008490 Predicted protein 5.038143071 C6_chemical_B1 +LQ01X008490 Predicted protein 5.29133259 C6_chemical_B2 +LQ01X008490 Predicted protein 5.108205801 C6_chemical_B3 +LQ01X008490 Predicted protein 5.326464767 C6_chemical_C1 +LQ01X008490 Predicted protein 5.159558786 C6_chemical_C2 +LQ01X008490 Predicted protein 5.1609123 C6_chemical_C3 +LQ01X008490 Predicted protein 7.026973786 L4_control_A1 +LQ01X008490 Predicted protein 6.26058736 L4_control_A2 +LQ01X008490 Predicted protein 6.470036117 L4_control_A3 +LQ01X008490 Predicted protein 7.369854581 L4_control_B1 +LQ01X008490 Predicted protein 6.644917875 L4_control_B2 +LQ01X008490 Predicted protein 7.31961623 L4_control_B3 +LQ01X008490 Predicted protein 5.939798677 L4_control_C2 +LQ01X008490 Predicted protein 6.910800181 L4_control_C3 +LQ01X008490 Predicted protein 7.504856027 L4_chemical_A1 +LQ01X008490 Predicted protein 6.664337122 L4_chemical_A2 +LQ01X008490 Predicted protein 6.685336468 L4_chemical_A3 +LQ01X008490 Predicted protein 6.929500138 L4_chemical_B1 +LQ01X008490 Predicted protein 6.176726442 L4_chemical_B2 +LQ01X008490 Predicted protein 6.333853303 L4_chemical_B3 +LQ01X008490 Predicted protein 5.658634438 L4_chemical_C2 +LQ01X008490 Predicted protein 6.387197138 L4_chemical_C3 +LQ01X008500 Putative LanC-like protein 2 11.63527412 C6_control_A1 +LQ01X008500 Putative LanC-like protein 2 12.67293109 C6_control_A3 +LQ01X008500 Putative LanC-like protein 2 11.88361453 C6_control_B1 +LQ01X008500 Putative LanC-like protein 2 11.38950768 C6_control_B2 +LQ01X008500 Putative LanC-like protein 2 12.54264811 C6_control_B3 +LQ01X008500 Putative LanC-like protein 2 10.2325918 C6_control_C1 +LQ01X008500 Putative LanC-like protein 2 10.60080148 C6_control_C2 +LQ01X008500 Putative LanC-like protein 2 11.89219294 C6_control_C3 +LQ01X008500 Putative LanC-like protein 2 11.62997379 C6_chemical_A1 +LQ01X008500 Putative LanC-like protein 2 12.90328086 C6_chemical_A3 +LQ01X008500 Putative LanC-like protein 2 11.74184473 C6_chemical_B1 +LQ01X008500 Putative LanC-like protein 2 11.20370309 C6_chemical_B2 +LQ01X008500 Putative LanC-like protein 2 12.30778101 C6_chemical_B3 +LQ01X008500 Putative LanC-like protein 2 9.549037197 C6_chemical_C1 +LQ01X008500 Putative LanC-like protein 2 10.29283919 C6_chemical_C2 +LQ01X008500 Putative LanC-like protein 2 10.85816802 C6_chemical_C3 +LQ01X008500 Putative LanC-like protein 2 12.50497589 L4_control_A1 +LQ01X008500 Putative LanC-like protein 2 12.6619011 L4_control_A2 +LQ01X008500 Putative LanC-like protein 2 12.96856282 L4_control_A3 +LQ01X008500 Putative LanC-like protein 2 12.20824014 L4_control_B1 +LQ01X008500 Putative LanC-like protein 2 12.78172463 L4_control_B2 +LQ01X008500 Putative LanC-like protein 2 13.17375474 L4_control_B3 +LQ01X008500 Putative LanC-like protein 2 10.5078751 L4_control_C2 +LQ01X008500 Putative LanC-like protein 2 13.10647156 L4_control_C3 +LQ01X008500 Putative LanC-like protein 2 11.71577773 L4_chemical_A1 +LQ01X008500 Putative LanC-like protein 2 11.98465522 L4_chemical_A2 +LQ01X008500 Putative LanC-like protein 2 12.49536921 L4_chemical_A3 +LQ01X008500 Putative LanC-like protein 2 11.7783642 L4_chemical_B1 +LQ01X008500 Putative LanC-like protein 2 12.20797482 L4_chemical_B2 +LQ01X008500 Putative LanC-like protein 2 12.88881795 L4_chemical_B3 +LQ01X008500 Putative LanC-like protein 2 10.57177848 L4_chemical_C2 +LQ01X008500 Putative LanC-like protein 2 12.85542343 L4_chemical_C3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.962492782 C6_control_A1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.559576792 C6_control_A3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 5.052738988 C6_control_B1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.560038571 C6_control_B2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.892072293 C6_control_B3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.730130731 C6_control_C1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.527954528 C6_control_C2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.581903145 C6_control_C3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.833985744 C6_chemical_A1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 5.02994199 C6_chemical_A3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.724599199 C6_chemical_B1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.672848892 C6_chemical_B2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 5.249330979 C6_chemical_B3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.674356374 C6_chemical_C1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.534677884 C6_chemical_C2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.838621276 C6_chemical_C3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.584424 L4_control_A1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.626380906 L4_control_A2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.974330716 L4_control_A3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 5.102221597 L4_control_B1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.963562716 L4_control_B2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.93144595 L4_control_B3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.841906616 L4_control_C2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 5.80197461 L4_control_C3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.912684537 L4_chemical_A1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.658074557 L4_chemical_A2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.958895242 L4_chemical_A3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.720482547 L4_chemical_B1 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.969148181 L4_chemical_B2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.780195848 L4_chemical_B3 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.743529139 L4_chemical_C2 +LQ01X008510 Serine/threonine-protein kinase SAPK2 5.034485568 L4_chemical_C3 +LQ01X008520 40S ribosomal protein S6 5.976539784 C6_control_A1 +LQ01X008520 40S ribosomal protein S6 6.419606677 C6_control_A3 +LQ01X008520 40S ribosomal protein S6 5.967825524 C6_control_B1 +LQ01X008520 40S ribosomal protein S6 6.654267337 C6_control_B2 +LQ01X008520 40S ribosomal protein S6 5.81001445 C6_control_B3 +LQ01X008520 40S ribosomal protein S6 6.515657965 C6_control_C1 +LQ01X008520 40S ribosomal protein S6 7.030098576 C6_control_C2 +LQ01X008520 40S ribosomal protein S6 6.204638758 C6_control_C3 +LQ01X008520 40S ribosomal protein S6 6.212833837 C6_chemical_A1 +LQ01X008520 40S ribosomal protein S6 6.060023528 C6_chemical_A3 +LQ01X008520 40S ribosomal protein S6 5.578879522 C6_chemical_B1 +LQ01X008520 40S ribosomal protein S6 6.284451781 C6_chemical_B2 +LQ01X008520 40S ribosomal protein S6 6.094579723 C6_chemical_B3 +LQ01X008520 40S ribosomal protein S6 6.400499215 C6_chemical_C1 +LQ01X008520 40S ribosomal protein S6 7.192589796 C6_chemical_C2 +LQ01X008520 40S ribosomal protein S6 5.93903322 C6_chemical_C3 +LQ01X008520 40S ribosomal protein S6 6.241934288 L4_control_A1 +LQ01X008520 40S ribosomal protein S6 6.222233403 L4_control_A2 +LQ01X008520 40S ribosomal protein S6 7.508854536 L4_control_A3 +LQ01X008520 40S ribosomal protein S6 5.891022791 L4_control_B1 +LQ01X008520 40S ribosomal protein S6 6.41012335 L4_control_B2 +LQ01X008520 40S ribosomal protein S6 5.957324075 L4_control_B3 +LQ01X008520 40S ribosomal protein S6 6.21366903 L4_control_C2 +LQ01X008520 40S ribosomal protein S6 5.581624835 L4_control_C3 +LQ01X008520 40S ribosomal protein S6 5.918740201 L4_chemical_A1 +LQ01X008520 40S ribosomal protein S6 5.970951923 L4_chemical_A2 +LQ01X008520 40S ribosomal protein S6 6.987116152 L4_chemical_A3 +LQ01X008520 40S ribosomal protein S6 6.274461063 L4_chemical_B1 +LQ01X008520 40S ribosomal protein S6 6.150048555 L4_chemical_B2 +LQ01X008520 40S ribosomal protein S6 6.243053209 L4_chemical_B3 +LQ01X008520 40S ribosomal protein S6 6.578277376 L4_chemical_C2 +LQ01X008520 40S ribosomal protein S6 5.800695372 L4_chemical_C3 +LQ01X008530 Peroxidase 17 10.31142222 C6_control_A1 +LQ01X008530 Peroxidase 17 8.718305494 C6_control_A3 +LQ01X008530 Peroxidase 17 8.136529806 C6_control_B1 +LQ01X008530 Peroxidase 17 7.070964461 C6_control_B2 +LQ01X008530 Peroxidase 17 6.506929881 C6_control_B3 +LQ01X008530 Peroxidase 17 10.97366097 C6_control_C1 +LQ01X008530 Peroxidase 17 10.48366875 C6_control_C2 +LQ01X008530 Peroxidase 17 10.78979506 C6_control_C3 +LQ01X008530 Peroxidase 17 10.3747268 C6_chemical_A1 +LQ01X008530 Peroxidase 17 9.237373509 C6_chemical_A3 +LQ01X008530 Peroxidase 17 7.141716416 C6_chemical_B1 +LQ01X008530 Peroxidase 17 6.739841158 C6_chemical_B2 +LQ01X008530 Peroxidase 17 7.694135077 C6_chemical_B3 +LQ01X008530 Peroxidase 17 10.70628259 C6_chemical_C1 +LQ01X008530 Peroxidase 17 10.62607662 C6_chemical_C2 +LQ01X008530 Peroxidase 17 10.45620689 C6_chemical_C3 +LQ01X008530 Peroxidase 17 8.606943726 L4_control_A1 +LQ01X008530 Peroxidase 17 9.320032858 L4_control_A2 +LQ01X008530 Peroxidase 17 7.747736485 L4_control_A3 +LQ01X008530 Peroxidase 17 6.782349626 L4_control_B1 +LQ01X008530 Peroxidase 17 7.092122386 L4_control_B2 +LQ01X008530 Peroxidase 17 7.110078057 L4_control_B3 +LQ01X008530 Peroxidase 17 11.38055073 L4_control_C2 +LQ01X008530 Peroxidase 17 9.779638306 L4_control_C3 +LQ01X008530 Peroxidase 17 8.304211086 L4_chemical_A1 +LQ01X008530 Peroxidase 17 9.159522626 L4_chemical_A2 +LQ01X008530 Peroxidase 17 7.121715648 L4_chemical_A3 +LQ01X008530 Peroxidase 17 8.11394369 L4_chemical_B1 +LQ01X008530 Peroxidase 17 7.508550611 L4_chemical_B2 +LQ01X008530 Peroxidase 17 8.075997268 L4_chemical_B3 +LQ01X008530 Peroxidase 17 10.87626471 L4_chemical_C2 +LQ01X008530 Peroxidase 17 9.783994736 L4_chemical_C3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.73759118 C6_control_A1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.64951406 C6_control_A3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.43256298 C6_control_B1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 9.692881176 C6_control_B2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 9.924512888 C6_control_B3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.62262482 C6_control_C1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.518737 C6_control_C2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.32346282 C6_control_C3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.56110127 C6_chemical_A1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.65560804 C6_chemical_A3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.33876396 C6_chemical_B1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 9.494685411 C6_chemical_B2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 9.802447774 C6_chemical_B3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.63700832 C6_chemical_C1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.67035619 C6_chemical_C2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.37803812 C6_chemical_C3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.59798102 L4_control_A1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.64477962 L4_control_A2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 11.31039256 L4_control_A3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.01417145 L4_control_B1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.41166381 L4_control_B2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.08139196 L4_control_B3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 11.53100744 L4_control_C2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 11.83378484 L4_control_C3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.4727221 L4_chemical_A1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 9.911801456 L4_chemical_A2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.75676542 L4_chemical_A3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.30635153 L4_chemical_B1 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 9.974461592 L4_chemical_B2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 9.579982424 L4_chemical_B3 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 11.54652379 L4_chemical_C2 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 11.74843778 L4_chemical_C3 +LQ01X008550 Ras-related protein Rab11A 13.76604563 C6_control_A1 +LQ01X008550 Ras-related protein Rab11A 13.56889024 C6_control_A3 +LQ01X008550 Ras-related protein Rab11A 14.07534742 C6_control_B1 +LQ01X008550 Ras-related protein Rab11A 13.90830271 C6_control_B2 +LQ01X008550 Ras-related protein Rab11A 14.03122426 C6_control_B3 +LQ01X008550 Ras-related protein Rab11A 12.80694183 C6_control_C1 +LQ01X008550 Ras-related protein Rab11A 13.18613292 C6_control_C2 +LQ01X008550 Ras-related protein Rab11A 12.7633718 C6_control_C3 +LQ01X008550 Ras-related protein Rab11A 13.66018912 C6_chemical_A1 +LQ01X008550 Ras-related protein Rab11A 13.39675028 C6_chemical_A3 +LQ01X008550 Ras-related protein Rab11A 13.89698335 C6_chemical_B1 +LQ01X008550 Ras-related protein Rab11A 13.75893547 C6_chemical_B2 +LQ01X008550 Ras-related protein Rab11A 13.84963906 C6_chemical_B3 +LQ01X008550 Ras-related protein Rab11A 13.0130638 C6_chemical_C1 +LQ01X008550 Ras-related protein Rab11A 12.80384781 C6_chemical_C2 +LQ01X008550 Ras-related protein Rab11A 12.60556947 C6_chemical_C3 +LQ01X008550 Ras-related protein Rab11A 13.44902532 L4_control_A1 +LQ01X008550 Ras-related protein Rab11A 13.55463559 L4_control_A2 +LQ01X008550 Ras-related protein Rab11A 13.25541971 L4_control_A3 +LQ01X008550 Ras-related protein Rab11A 13.65200144 L4_control_B1 +LQ01X008550 Ras-related protein Rab11A 13.50537855 L4_control_B2 +LQ01X008550 Ras-related protein Rab11A 13.68200043 L4_control_B3 +LQ01X008550 Ras-related protein Rab11A 12.82978058 L4_control_C2 +LQ01X008550 Ras-related protein Rab11A 12.27399813 L4_control_C3 +LQ01X008550 Ras-related protein Rab11A 13.01987608 L4_chemical_A1 +LQ01X008550 Ras-related protein Rab11A 13.2906441 L4_chemical_A2 +LQ01X008550 Ras-related protein Rab11A 13.31404304 L4_chemical_A3 +LQ01X008550 Ras-related protein Rab11A 13.81689621 L4_chemical_B1 +LQ01X008550 Ras-related protein Rab11A 13.2992984 L4_chemical_B2 +LQ01X008550 Ras-related protein Rab11A 13.75814068 L4_chemical_B3 +LQ01X008550 Ras-related protein Rab11A 12.56027868 L4_chemical_C2 +LQ01X008550 Ras-related protein Rab11A 12.26526136 L4_chemical_C3 +LQ01X008560 ABC transporter G family member 11 5.037539897 C6_control_A1 +LQ01X008560 ABC transporter G family member 11 5.293393546 C6_control_A3 +LQ01X008560 ABC transporter G family member 11 5.107761924 C6_control_B1 +LQ01X008560 ABC transporter G family member 11 5.04253455 C6_control_B2 +LQ01X008560 ABC transporter G family member 11 4.929064183 C6_control_B3 +LQ01X008560 ABC transporter G family member 11 5.586124534 C6_control_C1 +LQ01X008560 ABC transporter G family member 11 6.049607757 C6_control_C2 +LQ01X008560 ABC transporter G family member 11 5.598905197 C6_control_C3 +LQ01X008560 ABC transporter G family member 11 5.057646804 C6_chemical_A1 +LQ01X008560 ABC transporter G family member 11 5.1554007 C6_chemical_A3 +LQ01X008560 ABC transporter G family member 11 5.009225645 C6_chemical_B1 +LQ01X008560 ABC transporter G family member 11 4.756831817 C6_chemical_B2 +LQ01X008560 ABC transporter G family member 11 5.037361745 C6_chemical_B3 +LQ01X008560 ABC transporter G family member 11 5.439222194 C6_chemical_C1 +LQ01X008560 ABC transporter G family member 11 5.077928028 C6_chemical_C2 +LQ01X008560 ABC transporter G family member 11 5.235561671 C6_chemical_C3 +LQ01X008560 ABC transporter G family member 11 4.904330878 L4_control_A1 +LQ01X008560 ABC transporter G family member 11 5.3610354 L4_control_A2 +LQ01X008560 ABC transporter G family member 11 5.471296803 L4_control_A3 +LQ01X008560 ABC transporter G family member 11 5.257940988 L4_control_B1 +LQ01X008560 ABC transporter G family member 11 5.479189018 L4_control_B2 +LQ01X008560 ABC transporter G family member 11 5.007999195 L4_control_B3 +LQ01X008560 ABC transporter G family member 11 5.909375836 L4_control_C2 +LQ01X008560 ABC transporter G family member 11 5.029585981 L4_control_C3 +LQ01X008560 ABC transporter G family member 11 5.091745033 L4_chemical_A1 +LQ01X008560 ABC transporter G family member 11 5.411607217 L4_chemical_A2 +LQ01X008560 ABC transporter G family member 11 5.258885139 L4_chemical_A3 +LQ01X008560 ABC transporter G family member 11 5.271621143 L4_chemical_B1 +LQ01X008560 ABC transporter G family member 11 5.094276892 L4_chemical_B2 +LQ01X008560 ABC transporter G family member 11 5.400831662 L4_chemical_B3 +LQ01X008560 ABC transporter G family member 11 5.206990428 L4_chemical_C2 +LQ01X008560 ABC transporter G family member 11 5.158057592 L4_chemical_C3 +LQ01X008580 Polyadenylate-binding protein 2 6.320747792 C6_control_A1 +LQ01X008580 Polyadenylate-binding protein 2 5.9469896 C6_control_A3 +LQ01X008580 Polyadenylate-binding protein 2 5.910645379 C6_control_B1 +LQ01X008580 Polyadenylate-binding protein 2 6.163532542 C6_control_B2 +LQ01X008580 Polyadenylate-binding protein 2 6.139731118 C6_control_B3 +LQ01X008580 Polyadenylate-binding protein 2 6.445215892 C6_control_C1 +LQ01X008580 Polyadenylate-binding protein 2 6.543494873 C6_control_C2 +LQ01X008580 Polyadenylate-binding protein 2 6.170589815 C6_control_C3 +LQ01X008580 Polyadenylate-binding protein 2 6.023653643 C6_chemical_A1 +LQ01X008580 Polyadenylate-binding protein 2 5.791293913 C6_chemical_A3 +LQ01X008580 Polyadenylate-binding protein 2 6.010961176 C6_chemical_B1 +LQ01X008580 Polyadenylate-binding protein 2 6.217303572 C6_chemical_B2 +LQ01X008580 Polyadenylate-binding protein 2 5.971233227 C6_chemical_B3 +LQ01X008580 Polyadenylate-binding protein 2 6.501128273 C6_chemical_C1 +LQ01X008580 Polyadenylate-binding protein 2 6.243766689 C6_chemical_C2 +LQ01X008580 Polyadenylate-binding protein 2 6.522515492 C6_chemical_C3 +LQ01X008580 Polyadenylate-binding protein 2 5.886329156 L4_control_A1 +LQ01X008580 Polyadenylate-binding protein 2 6.422273222 L4_control_A2 +LQ01X008580 Polyadenylate-binding protein 2 5.64997196 L4_control_A3 +LQ01X008580 Polyadenylate-binding protein 2 5.231572428 L4_control_B1 +LQ01X008580 Polyadenylate-binding protein 2 5.759656627 L4_control_B2 +LQ01X008580 Polyadenylate-binding protein 2 5.958497351 L4_control_B3 +LQ01X008580 Polyadenylate-binding protein 2 5.396930856 L4_control_C2 +LQ01X008580 Polyadenylate-binding protein 2 5.17555376 L4_control_C3 +LQ01X008580 Polyadenylate-binding protein 2 5.562936419 L4_chemical_A1 +LQ01X008580 Polyadenylate-binding protein 2 5.944204625 L4_chemical_A2 +LQ01X008580 Polyadenylate-binding protein 2 5.909818305 L4_chemical_A3 +LQ01X008580 Polyadenylate-binding protein 2 5.402523386 L4_chemical_B1 +LQ01X008580 Polyadenylate-binding protein 2 5.415469249 L4_chemical_B2 +LQ01X008580 Polyadenylate-binding protein 2 5.955164951 L4_chemical_B3 +LQ01X008580 Polyadenylate-binding protein 2 5.892728824 L4_chemical_C2 +LQ01X008580 Polyadenylate-binding protein 2 5.222467453 L4_chemical_C3 +LQ01X008620 Predicted protein 12.277716 C6_control_A1 +LQ01X008620 Predicted protein 12.38558134 C6_control_A3 +LQ01X008620 Predicted protein 12.11470169 C6_control_B1 +LQ01X008620 Predicted protein 12.33577579 C6_control_B2 +LQ01X008620 Predicted protein 12.3045386 C6_control_B3 +LQ01X008620 Predicted protein 12.14725574 C6_control_C1 +LQ01X008620 Predicted protein 12.11981722 C6_control_C2 +LQ01X008620 Predicted protein 12.30854601 C6_control_C3 +LQ01X008620 Predicted protein 12.02674632 C6_chemical_A1 +LQ01X008620 Predicted protein 12.26045745 C6_chemical_A3 +LQ01X008620 Predicted protein 11.97804267 C6_chemical_B1 +LQ01X008620 Predicted protein 12.34050567 C6_chemical_B2 +LQ01X008620 Predicted protein 11.85475092 C6_chemical_B3 +LQ01X008620 Predicted protein 11.94001099 C6_chemical_C1 +LQ01X008620 Predicted protein 12.18137863 C6_chemical_C2 +LQ01X008620 Predicted protein 12.29220302 C6_chemical_C3 +LQ01X008620 Predicted protein 12.40727409 L4_control_A1 +LQ01X008620 Predicted protein 12.58852557 L4_control_A2 +LQ01X008620 Predicted protein 12.50332398 L4_control_A3 +LQ01X008620 Predicted protein 12.26754877 L4_control_B1 +LQ01X008620 Predicted protein 12.14445612 L4_control_B2 +LQ01X008620 Predicted protein 12.07783558 L4_control_B3 +LQ01X008620 Predicted protein 12.04242053 L4_control_C2 +LQ01X008620 Predicted protein 12.11917435 L4_control_C3 +LQ01X008620 Predicted protein 12.22601593 L4_chemical_A1 +LQ01X008620 Predicted protein 12.55831577 L4_chemical_A2 +LQ01X008620 Predicted protein 12.23683204 L4_chemical_A3 +LQ01X008620 Predicted protein 12.17611151 L4_chemical_B1 +LQ01X008620 Predicted protein 12.32399023 L4_chemical_B2 +LQ01X008620 Predicted protein 12.10147895 L4_chemical_B3 +LQ01X008620 Predicted protein 11.90327974 L4_chemical_C2 +LQ01X008620 Predicted protein 12.25780553 L4_chemical_C3 +LQ01X008650 F-box protein FBW2 6.023274443 C6_control_A1 +LQ01X008650 F-box protein FBW2 5.371241019 C6_control_A3 +LQ01X008650 F-box protein FBW2 6.103396049 C6_control_B1 +LQ01X008650 F-box protein FBW2 5.903134082 C6_control_B2 +LQ01X008650 F-box protein FBW2 5.917886321 C6_control_B3 +LQ01X008650 F-box protein FBW2 5.687871792 C6_control_C1 +LQ01X008650 F-box protein FBW2 6.36871611 C6_control_C2 +LQ01X008650 F-box protein FBW2 5.832025635 C6_control_C3 +LQ01X008650 F-box protein FBW2 5.703595011 C6_chemical_A1 +LQ01X008650 F-box protein FBW2 5.350983695 C6_chemical_A3 +LQ01X008650 F-box protein FBW2 5.734516208 C6_chemical_B1 +LQ01X008650 F-box protein FBW2 6.001288186 C6_chemical_B2 +LQ01X008650 F-box protein FBW2 5.823583183 C6_chemical_B3 +LQ01X008650 F-box protein FBW2 5.552007311 C6_chemical_C1 +LQ01X008650 F-box protein FBW2 5.889112957 C6_chemical_C2 +LQ01X008650 F-box protein FBW2 5.37135582 C6_chemical_C3 +LQ01X008650 F-box protein FBW2 5.094134464 L4_control_A1 +LQ01X008650 F-box protein FBW2 5.397712969 L4_control_A2 +LQ01X008650 F-box protein FBW2 5.462025642 L4_control_A3 +LQ01X008650 F-box protein FBW2 5.229990917 L4_control_B1 +LQ01X008650 F-box protein FBW2 5.376169763 L4_control_B2 +LQ01X008650 F-box protein FBW2 5.989516068 L4_control_B3 +LQ01X008650 F-box protein FBW2 5.314930426 L4_control_C2 +LQ01X008650 F-box protein FBW2 5.090510939 L4_control_C3 +LQ01X008650 F-box protein FBW2 5.32577031 L4_chemical_A1 +LQ01X008650 F-box protein FBW2 5.776291384 L4_chemical_A2 +LQ01X008650 F-box protein FBW2 5.289336216 L4_chemical_A3 +LQ01X008650 F-box protein FBW2 5.600545256 L4_chemical_B1 +LQ01X008650 F-box protein FBW2 5.994675867 L4_chemical_B2 +LQ01X008650 F-box protein FBW2 5.699154407 L4_chemical_B3 +LQ01X008650 F-box protein FBW2 4.886232968 L4_chemical_C2 +LQ01X008650 F-box protein FBW2 5.687562698 L4_chemical_C3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.64155409 C6_control_A1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.79497239 C6_control_A3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.09711636 C6_control_B1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.96496234 C6_control_B2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.80655719 C6_control_B3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.26045774 C6_control_C1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.40771743 C6_control_C2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.02795098 C6_control_C3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.43270947 C6_chemical_A1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.46565842 C6_chemical_A3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.01665121 C6_chemical_B1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.16462394 C6_chemical_B2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.70654837 C6_chemical_B3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.33064516 C6_chemical_C1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.52051664 C6_chemical_C2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.81456875 C6_chemical_C3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.6736082 L4_control_A1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.92981586 L4_control_A2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.57626365 L4_control_A3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.80581102 L4_control_B1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.36480114 L4_control_B2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.6808097 L4_control_B3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.52975057 L4_control_C2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.96764583 L4_control_C3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.73639428 L4_chemical_A1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.89113668 L4_chemical_A2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.71695252 L4_chemical_A3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.96278814 L4_chemical_B1 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.7332634 L4_chemical_B2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.08493271 L4_chemical_B3 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.70240654 L4_chemical_C2 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 11.91416095 L4_chemical_C3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 7.995157992 C6_control_A1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 7.973584311 C6_control_A3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 8.642462589 C6_control_B1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 7.434275419 C6_control_B2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 7.270293474 C6_control_B3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 5.510301459 C6_control_C1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 5.22043134 C6_control_C2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 5.429287876 C6_control_C3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 8.410398979 C6_chemical_A1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 9.0272033 C6_chemical_A3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 7.953511179 C6_chemical_B1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 7.470830963 C6_chemical_B2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 6.106934235 C6_chemical_B3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 5.566870488 C6_chemical_C1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 5.518120725 C6_chemical_C2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 5.151986559 C6_chemical_C3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 10.30147453 L4_control_A1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 10.01365068 L4_control_A2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 8.71181893 L4_control_A3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 10.13978796 L4_control_B1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 10.00565978 L4_control_B2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 7.691604767 L4_control_B3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 5.475066833 L4_control_C2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 6.562722111 L4_control_C3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 9.744879932 L4_chemical_A1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 9.76694696 L4_chemical_A2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 8.866005274 L4_chemical_A3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 10.00331253 L4_chemical_B1 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 9.728284894 L4_chemical_B2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 8.756139419 L4_chemical_B3 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 5.751813565 L4_chemical_C2 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 6.427354941 L4_chemical_C3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.895404881 C6_control_A1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.395775912 C6_control_A3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.645104999 C6_control_B1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.260826598 C6_control_B2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.649784568 C6_control_B3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.129047104 C6_control_C1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.836546931 C6_control_C2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.737904455 C6_control_C3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.512670242 C6_chemical_A1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.790095683 C6_chemical_A3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.768607618 C6_chemical_B1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.454962433 C6_chemical_B2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.042161995 C6_chemical_B3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.931299737 C6_chemical_C1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.860892472 C6_chemical_C2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.029689234 C6_chemical_C3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.122580299 L4_control_A1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.627855599 L4_control_A2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.572265747 L4_control_A3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.692920971 L4_control_B1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.217555469 L4_control_B2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.053171183 L4_control_B3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.245289123 L4_control_C2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.490931967 L4_control_C3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.560750154 L4_chemical_A1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.581336701 L4_chemical_A2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.031940389 L4_chemical_A3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.646266928 L4_chemical_B1 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.471407112 L4_chemical_B2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.338267461 L4_chemical_B3 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 6.47682742 L4_chemical_C2 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.972368111 L4_chemical_C3 +LQ01X008740 Chaperone protein dnaJ 11.92892935 C6_control_A1 +LQ01X008740 Chaperone protein dnaJ 11.80611431 C6_control_A3 +LQ01X008740 Chaperone protein dnaJ 11.31548864 C6_control_B1 +LQ01X008740 Chaperone protein dnaJ 12.85136154 C6_control_B2 +LQ01X008740 Chaperone protein dnaJ 11.71619969 C6_control_B3 +LQ01X008740 Chaperone protein dnaJ 12.74333261 C6_control_C1 +LQ01X008740 Chaperone protein dnaJ 12.88317394 C6_control_C2 +LQ01X008740 Chaperone protein dnaJ 12.72417296 C6_control_C3 +LQ01X008740 Chaperone protein dnaJ 11.74128636 C6_chemical_A1 +LQ01X008740 Chaperone protein dnaJ 11.10938961 C6_chemical_A3 +LQ01X008740 Chaperone protein dnaJ 11.22705712 C6_chemical_B1 +LQ01X008740 Chaperone protein dnaJ 12.45723705 C6_chemical_B2 +LQ01X008740 Chaperone protein dnaJ 11.63120472 C6_chemical_B3 +LQ01X008740 Chaperone protein dnaJ 12.77807866 C6_chemical_C1 +LQ01X008740 Chaperone protein dnaJ 13.06007467 C6_chemical_C2 +LQ01X008740 Chaperone protein dnaJ 12.54016986 C6_chemical_C3 +LQ01X008740 Chaperone protein dnaJ 11.05850328 L4_control_A1 +LQ01X008740 Chaperone protein dnaJ 11.5151025 L4_control_A2 +LQ01X008740 Chaperone protein dnaJ 10.79430204 L4_control_A3 +LQ01X008740 Chaperone protein dnaJ 11.96965957 L4_control_B1 +LQ01X008740 Chaperone protein dnaJ 10.17988874 L4_control_B2 +LQ01X008740 Chaperone protein dnaJ 12.02765043 L4_control_B3 +LQ01X008740 Chaperone protein dnaJ 11.62300313 L4_control_C2 +LQ01X008740 Chaperone protein dnaJ 11.03743568 L4_control_C3 +LQ01X008740 Chaperone protein dnaJ 11.11799941 L4_chemical_A1 +LQ01X008740 Chaperone protein dnaJ 11.10333228 L4_chemical_A2 +LQ01X008740 Chaperone protein dnaJ 10.89779709 L4_chemical_A3 +LQ01X008740 Chaperone protein dnaJ 10.61268686 L4_chemical_B1 +LQ01X008740 Chaperone protein dnaJ 10.37777857 L4_chemical_B2 +LQ01X008740 Chaperone protein dnaJ 11.62162855 L4_chemical_B3 +LQ01X008740 Chaperone protein dnaJ 12.01383741 L4_chemical_C2 +LQ01X008740 Chaperone protein dnaJ 11.56091151 L4_chemical_C3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.774292483 C6_control_A1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.813442207 C6_control_A3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.467996466 C6_control_B1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.887959713 C6_control_B2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.742393868 C6_control_B3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.116337349 C6_control_C1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.256333434 C6_control_C2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.467784436 C6_control_C3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.80801703 C6_chemical_A1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.683850159 C6_chemical_A3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.433175499 C6_chemical_B1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.702228832 C6_chemical_B2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.440173946 C6_chemical_B3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.109052974 C6_chemical_C1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 5.964838971 C6_chemical_C2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.301422059 C6_chemical_C3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.720770777 L4_control_A1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 7.14365594 L4_control_A2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 7.075571338 L4_control_A3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.83973914 L4_control_B1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.093875085 L4_control_B2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.395303913 L4_control_B3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 5.707240019 L4_control_C2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.943300623 L4_control_C3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.213549945 L4_chemical_A1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.765165773 L4_chemical_A2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.294891997 L4_chemical_A3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.80664233 L4_chemical_B1 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 7.08826516 L4_chemical_B2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.593764165 L4_chemical_B3 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.212797572 L4_chemical_C2 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 5.888030803 L4_chemical_C3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.824900813 C6_control_A1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.246050583 C6_control_A3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.961069753 C6_control_B1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.828379366 C6_control_B2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.864534607 C6_control_B3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.209984126 C6_control_C1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.832623227 C6_control_C2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.296260843 C6_control_C3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.73225979 C6_chemical_A1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.243763382 C6_chemical_A3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.293832278 C6_chemical_B1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.949841506 C6_chemical_B2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.057787928 C6_chemical_B3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.933414082 C6_chemical_C1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.039280882 C6_chemical_C2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.0193977 C6_chemical_C3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.021649124 L4_control_A1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 6.053476042 L4_control_A2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.398989855 L4_control_A3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.109717118 L4_control_B1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.507739499 L4_control_B2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.892722991 L4_control_B3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.224058203 L4_control_C2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.892958753 L4_control_C3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.930018026 L4_chemical_A1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.581904519 L4_chemical_A2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 6.013908457 L4_chemical_A3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.057699814 L4_chemical_B1 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.532414971 L4_chemical_B2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.385689872 L4_chemical_B3 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 6.17109853 L4_chemical_C2 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.819500752 L4_chemical_C3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 9.039751964 C6_control_A1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 9.766406174 C6_control_A3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.972612145 C6_control_B1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.731875439 C6_control_B2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.188888148 C6_control_B3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.56842253 C6_control_C1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.022584312 C6_control_C2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.280639 C6_control_C3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.562771835 C6_chemical_A1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 9.461089155 C6_chemical_A3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.372442295 C6_chemical_B1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.525703241 C6_chemical_B2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 7.887201018 C6_chemical_B3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.288641954 C6_chemical_C1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 7.759901862 C6_chemical_C2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 7.901153038 C6_chemical_C3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 9.59225742 L4_control_A1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.986246322 L4_control_A2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 7.042169153 L4_control_A3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.684393679 L4_control_B1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.448248709 L4_control_B2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.459114462 L4_control_B3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 7.094079146 L4_control_C2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 7.695870764 L4_control_C3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 9.848874083 L4_chemical_A1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.684236672 L4_chemical_A2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.490589021 L4_chemical_A3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.740893112 L4_chemical_B1 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 7.921043359 L4_chemical_B2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.745539757 L4_chemical_B3 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.005827246 L4_chemical_C2 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 6.287822646 L4_chemical_C3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.069218207 C6_control_A1 +LQ01X008860 Putative Tubulin-specific chaperone C 5.157109389 C6_control_A3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.32227387 C6_control_B1 +LQ01X008860 Putative Tubulin-specific chaperone C 4.91766924 C6_control_B2 +LQ01X008860 Putative Tubulin-specific chaperone C 5.63361371 C6_control_B3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.194876942 C6_control_C1 +LQ01X008860 Putative Tubulin-specific chaperone C 5.120008373 C6_control_C2 +LQ01X008860 Putative Tubulin-specific chaperone C 4.965907124 C6_control_C3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.043725106 C6_chemical_A1 +LQ01X008860 Putative Tubulin-specific chaperone C 5.10508557 C6_chemical_A3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.505975221 C6_chemical_B1 +LQ01X008860 Putative Tubulin-specific chaperone C 4.929154028 C6_chemical_B2 +LQ01X008860 Putative Tubulin-specific chaperone C 5.135535495 C6_chemical_B3 +LQ01X008860 Putative Tubulin-specific chaperone C 4.729781162 C6_chemical_C1 +LQ01X008860 Putative Tubulin-specific chaperone C 4.762750117 C6_chemical_C2 +LQ01X008860 Putative Tubulin-specific chaperone C 4.634530641 C6_chemical_C3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.048934368 L4_control_A1 +LQ01X008860 Putative Tubulin-specific chaperone C 5.264162487 L4_control_A2 +LQ01X008860 Putative Tubulin-specific chaperone C 5.178644853 L4_control_A3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.444819137 L4_control_B1 +LQ01X008860 Putative Tubulin-specific chaperone C 5.282034207 L4_control_B2 +LQ01X008860 Putative Tubulin-specific chaperone C 5.301670477 L4_control_B3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.659793174 L4_control_C2 +LQ01X008860 Putative Tubulin-specific chaperone C 5.145393829 L4_control_C3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.274680484 L4_chemical_A1 +LQ01X008860 Putative Tubulin-specific chaperone C 5.131822111 L4_chemical_A2 +LQ01X008860 Putative Tubulin-specific chaperone C 4.768247355 L4_chemical_A3 +LQ01X008860 Putative Tubulin-specific chaperone C 5.698435491 L4_chemical_B1 +LQ01X008860 Putative Tubulin-specific chaperone C 5.525799946 L4_chemical_B2 +LQ01X008860 Putative Tubulin-specific chaperone C 5.218497728 L4_chemical_B3 +LQ01X008860 Putative Tubulin-specific chaperone C 4.927150592 L4_chemical_C2 +LQ01X008860 Putative Tubulin-specific chaperone C 5.020900578 L4_chemical_C3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.74437103 C6_control_A1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.70684089 C6_control_A3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.56602378 C6_control_B1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.90472984 C6_control_B2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.71382402 C6_control_B3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 14.46303866 C6_control_C1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 14.08450749 C6_control_C2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 14.32471127 C6_control_C3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.51678715 C6_chemical_A1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.60767829 C6_chemical_A3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.45376249 C6_chemical_B1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.68872416 C6_chemical_B2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.57655038 C6_chemical_B3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 14.50612575 C6_chemical_C1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 14.0928225 C6_chemical_C2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 14.44018453 C6_chemical_C3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.75279956 L4_control_A1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.79388172 L4_control_A2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.80804169 L4_control_A3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.37022511 L4_control_B1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.15074727 L4_control_B2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.99801453 L4_control_B3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.55703938 L4_control_C2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.45001742 L4_control_C3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 14.05522759 L4_chemical_A1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.99785656 L4_chemical_A2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.90425492 L4_chemical_A3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.22959142 L4_chemical_B1 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.25740052 L4_chemical_B2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 14.02742735 L4_chemical_B3 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.5364405 L4_chemical_C2 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.87201947 L4_chemical_C3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.126360922 C6_control_A1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.285677708 C6_control_A3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.677723241 C6_control_B1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.383076659 C6_control_B2 +LQ01X008890 Calmodulin-binding transcription activator 3 5.419849188 C6_control_B3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.446822512 C6_control_C1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.098943272 C6_control_C2 +LQ01X008890 Calmodulin-binding transcription activator 3 5.605889707 C6_control_C3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.145798477 C6_chemical_A1 +LQ01X008890 Calmodulin-binding transcription activator 3 4.945016244 C6_chemical_A3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.560653899 C6_chemical_B1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.397683951 C6_chemical_B2 +LQ01X008890 Calmodulin-binding transcription activator 3 5.540826116 C6_chemical_B3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.933409468 C6_chemical_C1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.570763946 C6_chemical_C2 +LQ01X008890 Calmodulin-binding transcription activator 3 5.88561416 C6_chemical_C3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.824575224 L4_control_A1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.608232421 L4_control_A2 +LQ01X008890 Calmodulin-binding transcription activator 3 5.329454765 L4_control_A3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.140654719 L4_control_B1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.035866584 L4_control_B2 +LQ01X008890 Calmodulin-binding transcription activator 3 5.407578301 L4_control_B3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.460108817 L4_control_C2 +LQ01X008890 Calmodulin-binding transcription activator 3 4.853280358 L4_control_C3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.438038942 L4_chemical_A1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.779539402 L4_chemical_A2 +LQ01X008890 Calmodulin-binding transcription activator 3 5.66500275 L4_chemical_A3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.028908748 L4_chemical_B1 +LQ01X008890 Calmodulin-binding transcription activator 3 5.498163398 L4_chemical_B2 +LQ01X008890 Calmodulin-binding transcription activator 3 5.226404194 L4_chemical_B3 +LQ01X008890 Calmodulin-binding transcription activator 3 5.554183829 L4_chemical_C2 +LQ01X008890 Calmodulin-binding transcription activator 3 4.786524327 L4_chemical_C3 +LQ01X008910 AT4g39900/T5J17_70 5.562504178 C6_control_A1 +LQ01X008910 AT4g39900/T5J17_70 5.627418575 C6_control_A3 +LQ01X008910 AT4g39900/T5J17_70 5.923010051 C6_control_B1 +LQ01X008910 AT4g39900/T5J17_70 5.953460148 C6_control_B2 +LQ01X008910 AT4g39900/T5J17_70 6.252663994 C6_control_B3 +LQ01X008910 AT4g39900/T5J17_70 5.708608545 C6_control_C1 +LQ01X008910 AT4g39900/T5J17_70 5.50103218 C6_control_C2 +LQ01X008910 AT4g39900/T5J17_70 6.127145318 C6_control_C3 +LQ01X008910 AT4g39900/T5J17_70 5.336362911 C6_chemical_A1 +LQ01X008910 AT4g39900/T5J17_70 5.413273816 C6_chemical_A3 +LQ01X008910 AT4g39900/T5J17_70 5.621649111 C6_chemical_B1 +LQ01X008910 AT4g39900/T5J17_70 6.087387674 C6_chemical_B2 +LQ01X008910 AT4g39900/T5J17_70 5.642930833 C6_chemical_B3 +LQ01X008910 AT4g39900/T5J17_70 5.523098744 C6_chemical_C1 +LQ01X008910 AT4g39900/T5J17_70 5.729161091 C6_chemical_C2 +LQ01X008910 AT4g39900/T5J17_70 5.646814446 C6_chemical_C3 +LQ01X008910 AT4g39900/T5J17_70 5.800974668 L4_control_A1 +LQ01X008910 AT4g39900/T5J17_70 5.638981933 L4_control_A2 +LQ01X008910 AT4g39900/T5J17_70 5.21573207 L4_control_A3 +LQ01X008910 AT4g39900/T5J17_70 5.613333811 L4_control_B1 +LQ01X008910 AT4g39900/T5J17_70 5.538934563 L4_control_B2 +LQ01X008910 AT4g39900/T5J17_70 5.599997997 L4_control_B3 +LQ01X008910 AT4g39900/T5J17_70 5.077139997 L4_control_C2 +LQ01X008910 AT4g39900/T5J17_70 5.467493451 L4_control_C3 +LQ01X008910 AT4g39900/T5J17_70 6.202805669 L4_chemical_A1 +LQ01X008910 AT4g39900/T5J17_70 5.553801471 L4_chemical_A2 +LQ01X008910 AT4g39900/T5J17_70 5.893767852 L4_chemical_A3 +LQ01X008910 AT4g39900/T5J17_70 5.276909544 L4_chemical_B1 +LQ01X008910 AT4g39900/T5J17_70 5.307829543 L4_chemical_B2 +LQ01X008910 AT4g39900/T5J17_70 5.898650513 L4_chemical_B3 +LQ01X008910 AT4g39900/T5J17_70 5.549269376 L4_chemical_C2 +LQ01X008910 AT4g39900/T5J17_70 5.34138095 L4_chemical_C3 +LQ01X008930 Putative Coleoptile phototropism protein 1 8.199623532 C6_control_A1 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.986234242 C6_control_A3 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.486569981 C6_control_B1 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.390678098 C6_control_B2 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.435778015 C6_control_B3 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.09127139 C6_control_C1 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.872083499 C6_control_C2 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.559860179 C6_control_C3 +LQ01X008930 Putative Coleoptile phototropism protein 1 8.789207709 C6_chemical_A1 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.370889305 C6_chemical_A3 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.64356024 C6_chemical_B1 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.098019397 C6_chemical_B2 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.136242171 C6_chemical_B3 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.368860137 C6_chemical_C1 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.910431974 C6_chemical_C2 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.180884512 C6_chemical_C3 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.452690921 L4_control_A1 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.932559499 L4_control_A2 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.447996016 L4_control_A3 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.248123343 L4_control_B1 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.323685522 L4_control_B2 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.309150748 L4_control_B3 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.789454832 L4_control_C2 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.263662019 L4_control_C3 +LQ01X008930 Putative Coleoptile phototropism protein 1 8.106734096 L4_chemical_A1 +LQ01X008930 Putative Coleoptile phototropism protein 1 8.079547316 L4_chemical_A2 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.944274158 L4_chemical_A3 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.324596044 L4_chemical_B1 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.716589011 L4_chemical_B2 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.976592036 L4_chemical_B3 +LQ01X008930 Putative Coleoptile phototropism protein 1 7.222499271 L4_chemical_C2 +LQ01X008930 Putative Coleoptile phototropism protein 1 6.813044178 L4_chemical_C3 +LQ01X008950 Putative uncharacterized protein 13.84659716 C6_control_A1 +LQ01X008950 Putative uncharacterized protein 13.95329601 C6_control_A3 +LQ01X008950 Putative uncharacterized protein 13.42635059 C6_control_B1 +LQ01X008950 Putative uncharacterized protein 12.7382596 C6_control_B2 +LQ01X008950 Putative uncharacterized protein 13.09323937 C6_control_B3 +LQ01X008950 Putative uncharacterized protein 12.73409668 C6_control_C1 +LQ01X008950 Putative uncharacterized protein 12.21229322 C6_control_C2 +LQ01X008950 Putative uncharacterized protein 12.28252637 C6_control_C3 +LQ01X008950 Putative uncharacterized protein 13.78214537 C6_chemical_A1 +LQ01X008950 Putative uncharacterized protein 14.09820511 C6_chemical_A3 +LQ01X008950 Putative uncharacterized protein 13.21968247 C6_chemical_B1 +LQ01X008950 Putative uncharacterized protein 12.42866071 C6_chemical_B2 +LQ01X008950 Putative uncharacterized protein 12.80367478 C6_chemical_B3 +LQ01X008950 Putative uncharacterized protein 12.68248312 C6_chemical_C1 +LQ01X008950 Putative uncharacterized protein 12.43469389 C6_chemical_C2 +LQ01X008950 Putative uncharacterized protein 12.21030708 C6_chemical_C3 +LQ01X008950 Putative uncharacterized protein 14.0070655 L4_control_A1 +LQ01X008950 Putative uncharacterized protein 13.88952698 L4_control_A2 +LQ01X008950 Putative uncharacterized protein 14.18312869 L4_control_A3 +LQ01X008950 Putative uncharacterized protein 13.21795993 L4_control_B1 +LQ01X008950 Putative uncharacterized protein 13.44989433 L4_control_B2 +LQ01X008950 Putative uncharacterized protein 12.63011486 L4_control_B3 +LQ01X008950 Putative uncharacterized protein 14.17682444 L4_control_C2 +LQ01X008950 Putative uncharacterized protein 13.35167586 L4_control_C3 +LQ01X008950 Putative uncharacterized protein 13.84549662 L4_chemical_A1 +LQ01X008950 Putative uncharacterized protein 13.65842423 L4_chemical_A2 +LQ01X008950 Putative uncharacterized protein 13.76007409 L4_chemical_A3 +LQ01X008950 Putative uncharacterized protein 13.84331193 L4_chemical_B1 +LQ01X008950 Putative uncharacterized protein 13.93509016 L4_chemical_B2 +LQ01X008950 Putative uncharacterized protein 12.70944818 L4_chemical_B3 +LQ01X008950 Putative uncharacterized protein 14.18393304 L4_chemical_C2 +LQ01X008950 Putative uncharacterized protein 13.28889523 L4_chemical_C3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.26065325 C6_control_A1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.164055083 C6_control_A3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.530056989 C6_control_B1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.229453538 C6_control_B2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.192122796 C6_control_B3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.293633092 C6_control_C1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.41292057 C6_control_C2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 4.950836908 C6_control_C3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 4.937437697 C6_chemical_A1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.1307014 C6_chemical_A3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.278272905 C6_chemical_B1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.586662978 C6_chemical_B2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.412215783 C6_chemical_B3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.111724045 C6_chemical_C1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.124730797 C6_chemical_C2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 4.979057386 C6_chemical_C3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.380762281 L4_control_A1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.337750458 L4_control_A2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.192908547 L4_control_A3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.50011906 L4_control_B1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.287921978 L4_control_B2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.241163958 L4_control_B3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.192706026 L4_control_C2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.057569215 L4_control_C3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.170483041 L4_chemical_A1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.153642925 L4_chemical_A2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.48276386 L4_chemical_A3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.544130578 L4_chemical_B1 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.591868991 L4_chemical_B2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 4.963309756 L4_chemical_B3 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.174539081 L4_chemical_C2 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 5.231222092 L4_chemical_C3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.991411428 C6_control_A1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.301603015 C6_control_A3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.639422767 C6_control_B1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.562990846 C6_control_B2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.18748079 C6_control_B3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.128628526 C6_control_C1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.585136095 C6_control_C2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.474176475 C6_control_C3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.903454333 C6_chemical_A1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.451784904 C6_chemical_A3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.318618886 C6_chemical_B1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.592629494 C6_chemical_B2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.655101754 C6_chemical_B3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.228724116 C6_chemical_C1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.756014839 C6_chemical_C2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.956074661 C6_chemical_C3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.840537441 L4_control_A1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.983987129 L4_control_A2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.320176788 L4_control_A3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.096569167 L4_control_B1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.645926728 L4_control_B2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.935749485 L4_control_B3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.774741505 L4_control_C2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.692016237 L4_control_C3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.872598614 L4_chemical_A1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.056374826 L4_chemical_A2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.636755677 L4_chemical_A3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.66241508 L4_chemical_B1 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 6.271053737 L4_chemical_B2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.599478856 L4_chemical_B3 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.839933306 L4_chemical_C2 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.376585309 L4_chemical_C3 +LQ01X008980 Putative uncharacterized protein 11.1839462 C6_control_A1 +LQ01X008980 Putative uncharacterized protein 10.70241427 C6_control_A3 +LQ01X008980 Putative uncharacterized protein 11.7149433 C6_control_B1 +LQ01X008980 Putative uncharacterized protein 11.68445001 C6_control_B2 +LQ01X008980 Putative uncharacterized protein 11.80579873 C6_control_B3 +LQ01X008980 Putative uncharacterized protein 12.22866036 C6_control_C1 +LQ01X008980 Putative uncharacterized protein 12.50892641 C6_control_C2 +LQ01X008980 Putative uncharacterized protein 11.89583603 C6_control_C3 +LQ01X008980 Putative uncharacterized protein 11.42284646 C6_chemical_A1 +LQ01X008980 Putative uncharacterized protein 10.97854437 C6_chemical_A3 +LQ01X008980 Putative uncharacterized protein 12.02074928 C6_chemical_B1 +LQ01X008980 Putative uncharacterized protein 12.03914383 C6_chemical_B2 +LQ01X008980 Putative uncharacterized protein 11.97047499 C6_chemical_B3 +LQ01X008980 Putative uncharacterized protein 12.07361616 C6_chemical_C1 +LQ01X008980 Putative uncharacterized protein 12.26361522 C6_chemical_C2 +LQ01X008980 Putative uncharacterized protein 12.07746287 C6_chemical_C3 +LQ01X008980 Putative uncharacterized protein 10.93280921 L4_control_A1 +LQ01X008980 Putative uncharacterized protein 11.25158517 L4_control_A2 +LQ01X008980 Putative uncharacterized protein 11.68688938 L4_control_A3 +LQ01X008980 Putative uncharacterized protein 12.08285433 L4_control_B1 +LQ01X008980 Putative uncharacterized protein 11.71170519 L4_control_B2 +LQ01X008980 Putative uncharacterized protein 12.27280422 L4_control_B3 +LQ01X008980 Putative uncharacterized protein 13.0413106 L4_control_C2 +LQ01X008980 Putative uncharacterized protein 12.91276765 L4_control_C3 +LQ01X008980 Putative uncharacterized protein 11.27903643 L4_chemical_A1 +LQ01X008980 Putative uncharacterized protein 11.7747058 L4_chemical_A2 +LQ01X008980 Putative uncharacterized protein 11.86175243 L4_chemical_A3 +LQ01X008980 Putative uncharacterized protein 11.556331 L4_chemical_B1 +LQ01X008980 Putative uncharacterized protein 11.56933415 L4_chemical_B2 +LQ01X008980 Putative uncharacterized protein 11.53993825 L4_chemical_B3 +LQ01X008980 Putative uncharacterized protein 13.20095522 L4_chemical_C2 +LQ01X008980 Putative uncharacterized protein 12.72691415 L4_chemical_C3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 13.40210771 C6_control_A1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.86278902 C6_control_A3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.68592135 C6_control_B1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 13.91451778 C6_control_B2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 13.14218278 C6_control_B3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 14.22213802 C6_control_C1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 13.16719772 C6_control_C2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.17017241 C6_control_C3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 14.30300153 C6_chemical_A1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.89547442 C6_chemical_A3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 13.44975943 C6_chemical_B1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 14.63609087 C6_chemical_B2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.90995298 C6_chemical_B3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 15.15803456 C6_chemical_C1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 14.0440184 C6_chemical_C2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 11.89031107 C6_chemical_C3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.73831895 L4_control_A1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.50317528 L4_control_A2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 11.79197249 L4_control_A3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.43276338 L4_control_B1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 11.33628645 L4_control_B2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.58998248 L4_control_B3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 11.15510141 L4_control_C2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 10.39945119 L4_control_C3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 13.55393838 L4_chemical_A1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 13.54680665 L4_chemical_A2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.03333851 L4_chemical_A3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.05359126 L4_chemical_B1 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.85945481 L4_chemical_B2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.79085517 L4_chemical_B3 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 12.28923858 L4_chemical_C2 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 10.81960549 L4_chemical_C3 +LQ01X009000 Putative uncharacterized protein 5.4865503 C6_control_A1 +LQ01X009000 Putative uncharacterized protein 5.648217984 C6_control_A3 +LQ01X009000 Putative uncharacterized protein 5.354726441 C6_control_B1 +LQ01X009000 Putative uncharacterized protein 5.896207944 C6_control_B2 +LQ01X009000 Putative uncharacterized protein 5.745956229 C6_control_B3 +LQ01X009000 Putative uncharacterized protein 5.271559919 C6_control_C1 +LQ01X009000 Putative uncharacterized protein 5.048035035 C6_control_C2 +LQ01X009000 Putative uncharacterized protein 5.381032755 C6_control_C3 +LQ01X009000 Putative uncharacterized protein 5.380674279 C6_chemical_A1 +LQ01X009000 Putative uncharacterized protein 5.493145823 C6_chemical_A3 +LQ01X009000 Putative uncharacterized protein 5.59014143 C6_chemical_B1 +LQ01X009000 Putative uncharacterized protein 6.35279088 C6_chemical_B2 +LQ01X009000 Putative uncharacterized protein 5.49370738 C6_chemical_B3 +LQ01X009000 Putative uncharacterized protein 5.132275077 C6_chemical_C1 +LQ01X009000 Putative uncharacterized protein 5.121191742 C6_chemical_C2 +LQ01X009000 Putative uncharacterized protein 5.539424049 C6_chemical_C3 +LQ01X009000 Putative uncharacterized protein 5.200597921 L4_control_A1 +LQ01X009000 Putative uncharacterized protein 5.249304552 L4_control_A2 +LQ01X009000 Putative uncharacterized protein 5.335761632 L4_control_A3 +LQ01X009000 Putative uncharacterized protein 6.053232275 L4_control_B1 +LQ01X009000 Putative uncharacterized protein 5.721821078 L4_control_B2 +LQ01X009000 Putative uncharacterized protein 6.197677719 L4_control_B3 +LQ01X009000 Putative uncharacterized protein 5.27143526 L4_control_C2 +LQ01X009000 Putative uncharacterized protein 4.82167225 L4_control_C3 +LQ01X009000 Putative uncharacterized protein 5.396313845 L4_chemical_A1 +LQ01X009000 Putative uncharacterized protein 5.352655259 L4_chemical_A2 +LQ01X009000 Putative uncharacterized protein 5.647093446 L4_chemical_A3 +LQ01X009000 Putative uncharacterized protein 5.209003895 L4_chemical_B1 +LQ01X009000 Putative uncharacterized protein 5.712748563 L4_chemical_B2 +LQ01X009000 Putative uncharacterized protein 5.458456851 L4_chemical_B3 +LQ01X009000 Putative uncharacterized protein 5.105439011 L4_chemical_C2 +LQ01X009000 Putative uncharacterized protein 5.334910286 L4_chemical_C3 +LQ01X009010 Annexin D2 14.51296443 C6_control_A1 +LQ01X009010 Annexin D2 14.48179666 C6_control_A3 +LQ01X009010 Annexin D2 14.44970353 C6_control_B1 +LQ01X009010 Annexin D2 14.54652281 C6_control_B2 +LQ01X009010 Annexin D2 14.75378249 C6_control_B3 +LQ01X009010 Annexin D2 12.87706478 C6_control_C1 +LQ01X009010 Annexin D2 12.78341329 C6_control_C2 +LQ01X009010 Annexin D2 12.81759455 C6_control_C3 +LQ01X009010 Annexin D2 14.72829769 C6_chemical_A1 +LQ01X009010 Annexin D2 14.90186674 C6_chemical_A3 +LQ01X009010 Annexin D2 14.5075454 C6_chemical_B1 +LQ01X009010 Annexin D2 14.59821492 C6_chemical_B2 +LQ01X009010 Annexin D2 14.49865763 C6_chemical_B3 +LQ01X009010 Annexin D2 13.34380305 C6_chemical_C1 +LQ01X009010 Annexin D2 12.7213489 C6_chemical_C2 +LQ01X009010 Annexin D2 12.51498298 C6_chemical_C3 +LQ01X009010 Annexin D2 15.02446517 L4_control_A1 +LQ01X009010 Annexin D2 14.62036183 L4_control_A2 +LQ01X009010 Annexin D2 14.94641628 L4_control_A3 +LQ01X009010 Annexin D2 14.7104479 L4_control_B1 +LQ01X009010 Annexin D2 14.6689483 L4_control_B2 +LQ01X009010 Annexin D2 14.5385888 L4_control_B3 +LQ01X009010 Annexin D2 12.51640745 L4_control_C2 +LQ01X009010 Annexin D2 12.62852781 L4_control_C3 +LQ01X009010 Annexin D2 14.96576902 L4_chemical_A1 +LQ01X009010 Annexin D2 14.73062369 L4_chemical_A2 +LQ01X009010 Annexin D2 14.84968367 L4_chemical_A3 +LQ01X009010 Annexin D2 14.14638983 L4_chemical_B1 +LQ01X009010 Annexin D2 14.3840647 L4_chemical_B2 +LQ01X009010 Annexin D2 14.62905905 L4_chemical_B3 +LQ01X009010 Annexin D2 13.05592515 L4_chemical_C2 +LQ01X009010 Annexin D2 13.2713889 L4_chemical_C3 +LQ01X009020 Putative uncharacterized protein 5.646824893 C6_control_A1 +LQ01X009020 Putative uncharacterized protein 5.610228047 C6_control_A3 +LQ01X009020 Putative uncharacterized protein 5.581545165 C6_control_B1 +LQ01X009020 Putative uncharacterized protein 5.656643911 C6_control_B2 +LQ01X009020 Putative uncharacterized protein 5.931707964 C6_control_B3 +LQ01X009020 Putative uncharacterized protein 5.722186643 C6_control_C1 +LQ01X009020 Putative uncharacterized protein 6.392787944 C6_control_C2 +LQ01X009020 Putative uncharacterized protein 5.668107063 C6_control_C3 +LQ01X009020 Putative uncharacterized protein 5.156677884 C6_chemical_A1 +LQ01X009020 Putative uncharacterized protein 5.687982014 C6_chemical_A3 +LQ01X009020 Putative uncharacterized protein 5.418901587 C6_chemical_B1 +LQ01X009020 Putative uncharacterized protein 5.768650757 C6_chemical_B2 +LQ01X009020 Putative uncharacterized protein 5.644166071 C6_chemical_B3 +LQ01X009020 Putative uncharacterized protein 6.3992189 C6_chemical_C1 +LQ01X009020 Putative uncharacterized protein 6.014669472 C6_chemical_C2 +LQ01X009020 Putative uncharacterized protein 5.810769148 C6_chemical_C3 +LQ01X009020 Putative uncharacterized protein 5.415384338 L4_control_A1 +LQ01X009020 Putative uncharacterized protein 5.056085765 L4_control_A2 +LQ01X009020 Putative uncharacterized protein 5.362974281 L4_control_A3 +LQ01X009020 Putative uncharacterized protein 5.084034033 L4_control_B1 +LQ01X009020 Putative uncharacterized protein 5.110737034 L4_control_B2 +LQ01X009020 Putative uncharacterized protein 5.019326246 L4_control_B3 +LQ01X009020 Putative uncharacterized protein 5.429666926 L4_control_C2 +LQ01X009020 Putative uncharacterized protein 5.495519553 L4_control_C3 +LQ01X009020 Putative uncharacterized protein 5.035163086 L4_chemical_A1 +LQ01X009020 Putative uncharacterized protein 5.250256372 L4_chemical_A2 +LQ01X009020 Putative uncharacterized protein 5.025860207 L4_chemical_A3 +LQ01X009020 Putative uncharacterized protein 5.581640691 L4_chemical_B1 +LQ01X009020 Putative uncharacterized protein 4.981467236 L4_chemical_B2 +LQ01X009020 Putative uncharacterized protein 5.865744229 L4_chemical_B3 +LQ01X009020 Putative uncharacterized protein 5.267529841 L4_chemical_C2 +LQ01X009020 Putative uncharacterized protein 5.84119819 L4_chemical_C3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.316988693 C6_control_A1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 6.624550453 C6_control_A3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.508930663 C6_control_B1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.27637828 C6_control_B2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.168454223 C6_control_B3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.274104032 C6_control_C1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.324513691 C6_control_C2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.120730601 C6_control_C3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.30270004 C6_chemical_A1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.143855113 C6_chemical_A3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 4.976277674 C6_chemical_B1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.075728736 C6_chemical_B2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.168506578 C6_chemical_B3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 4.805872345 C6_chemical_C1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.000925556 C6_chemical_C2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.199306773 C6_chemical_C3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.291555843 L4_control_A1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.281939145 L4_control_A2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.328812584 L4_control_A3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.052998283 L4_control_B1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 4.603807494 L4_control_B2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.158922364 L4_control_B3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.254274385 L4_control_C2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 4.930513157 L4_control_C3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.085775502 L4_chemical_A1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.108367289 L4_chemical_A2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.144075936 L4_chemical_A3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 4.891454678 L4_chemical_B1 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 4.938879521 L4_chemical_B2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.202086792 L4_chemical_B3 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 4.692085893 L4_chemical_C2 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 4.977812287 L4_chemical_C3 +LQ01X009060 Predicted protein 13.23464579 C6_control_A1 +LQ01X009060 Predicted protein 12.48097854 C6_control_A3 +LQ01X009060 Predicted protein 13.91565455 C6_control_B1 +LQ01X009060 Predicted protein 14.55092971 C6_control_B2 +LQ01X009060 Predicted protein 14.84992076 C6_control_B3 +LQ01X009060 Predicted protein 13.51504969 C6_control_C1 +LQ01X009060 Predicted protein 13.53192721 C6_control_C2 +LQ01X009060 Predicted protein 13.78832117 C6_control_C3 +LQ01X009060 Predicted protein 12.97381226 C6_chemical_A1 +LQ01X009060 Predicted protein 12.59591515 C6_chemical_A3 +LQ01X009060 Predicted protein 14.10133321 C6_chemical_B1 +LQ01X009060 Predicted protein 14.12025344 C6_chemical_B2 +LQ01X009060 Predicted protein 14.8483661 C6_chemical_B3 +LQ01X009060 Predicted protein 13.07944577 C6_chemical_C1 +LQ01X009060 Predicted protein 12.89432451 C6_chemical_C2 +LQ01X009060 Predicted protein 13.49825985 C6_chemical_C3 +LQ01X009060 Predicted protein 12.88018345 L4_control_A1 +LQ01X009060 Predicted protein 13.10734524 L4_control_A2 +LQ01X009060 Predicted protein 13.11287215 L4_control_A3 +LQ01X009060 Predicted protein 13.35763351 L4_control_B1 +LQ01X009060 Predicted protein 13.78542783 L4_control_B2 +LQ01X009060 Predicted protein 14.64210344 L4_control_B3 +LQ01X009060 Predicted protein 12.90605243 L4_control_C2 +LQ01X009060 Predicted protein 12.65492848 L4_control_C3 +LQ01X009060 Predicted protein 12.20580064 L4_chemical_A1 +LQ01X009060 Predicted protein 12.72569768 L4_chemical_A2 +LQ01X009060 Predicted protein 12.87508107 L4_chemical_A3 +LQ01X009060 Predicted protein 12.80971187 L4_chemical_B1 +LQ01X009060 Predicted protein 13.24849135 L4_chemical_B2 +LQ01X009060 Predicted protein 14.04099462 L4_chemical_B3 +LQ01X009060 Predicted protein 12.581082 L4_chemical_C2 +LQ01X009060 Predicted protein 12.26411392 L4_chemical_C3 +LQ01X009070 Predicted protein 9.110548676 C6_control_A1 +LQ01X009070 Predicted protein 8.91559306 C6_control_A3 +LQ01X009070 Predicted protein 8.858684734 C6_control_B1 +LQ01X009070 Predicted protein 8.704681688 C6_control_B2 +LQ01X009070 Predicted protein 8.078081904 C6_control_B3 +LQ01X009070 Predicted protein 8.808304402 C6_control_C1 +LQ01X009070 Predicted protein 8.233465962 C6_control_C2 +LQ01X009070 Predicted protein 8.420194541 C6_control_C3 +LQ01X009070 Predicted protein 8.494517951 C6_chemical_A1 +LQ01X009070 Predicted protein 8.586024825 C6_chemical_A3 +LQ01X009070 Predicted protein 7.658486918 C6_chemical_B1 +LQ01X009070 Predicted protein 8.497366411 C6_chemical_B2 +LQ01X009070 Predicted protein 7.855162586 C6_chemical_B3 +LQ01X009070 Predicted protein 8.711385473 C6_chemical_C1 +LQ01X009070 Predicted protein 8.381507376 C6_chemical_C2 +LQ01X009070 Predicted protein 8.243487512 C6_chemical_C3 +LQ01X009070 Predicted protein 8.437257646 L4_control_A1 +LQ01X009070 Predicted protein 7.725861379 L4_control_A2 +LQ01X009070 Predicted protein 7.117069656 L4_control_A3 +LQ01X009070 Predicted protein 8.404325522 L4_control_B1 +LQ01X009070 Predicted protein 6.595750989 L4_control_B2 +LQ01X009070 Predicted protein 7.853346257 L4_control_B3 +LQ01X009070 Predicted protein 6.278607146 L4_control_C2 +LQ01X009070 Predicted protein 7.313161914 L4_control_C3 +LQ01X009070 Predicted protein 8.738542824 L4_chemical_A1 +LQ01X009070 Predicted protein 7.806538288 L4_chemical_A2 +LQ01X009070 Predicted protein 7.562788546 L4_chemical_A3 +LQ01X009070 Predicted protein 8.320766404 L4_chemical_B1 +LQ01X009070 Predicted protein 7.333474046 L4_chemical_B2 +LQ01X009070 Predicted protein 8.238116522 L4_chemical_B3 +LQ01X009070 Predicted protein 6.735818645 L4_chemical_C2 +LQ01X009070 Predicted protein 6.93679661 L4_chemical_C3 +LQ01X009100 Predicted protein 6.12629384 C6_control_A1 +LQ01X009100 Predicted protein 5.896896241 C6_control_A3 +LQ01X009100 Predicted protein 5.428716676 C6_control_B1 +LQ01X009100 Predicted protein 5.848959624 C6_control_B2 +LQ01X009100 Predicted protein 5.664902804 C6_control_B3 +LQ01X009100 Predicted protein 5.685998126 C6_control_C1 +LQ01X009100 Predicted protein 5.83940402 C6_control_C2 +LQ01X009100 Predicted protein 5.958238079 C6_control_C3 +LQ01X009100 Predicted protein 5.878431057 C6_chemical_A1 +LQ01X009100 Predicted protein 6.256627189 C6_chemical_A3 +LQ01X009100 Predicted protein 5.425099935 C6_chemical_B1 +LQ01X009100 Predicted protein 5.972382721 C6_chemical_B2 +LQ01X009100 Predicted protein 5.753301205 C6_chemical_B3 +LQ01X009100 Predicted protein 5.543314787 C6_chemical_C1 +LQ01X009100 Predicted protein 6.229871333 C6_chemical_C2 +LQ01X009100 Predicted protein 5.836690267 C6_chemical_C3 +LQ01X009100 Predicted protein 6.015861708 L4_control_A1 +LQ01X009100 Predicted protein 6.299600578 L4_control_A2 +LQ01X009100 Predicted protein 7.746268812 L4_control_A3 +LQ01X009100 Predicted protein 6.509538243 L4_control_B1 +LQ01X009100 Predicted protein 5.180325598 L4_control_B2 +LQ01X009100 Predicted protein 5.924773153 L4_control_B3 +LQ01X009100 Predicted protein 5.341941857 L4_control_C2 +LQ01X009100 Predicted protein 6.083746598 L4_control_C3 +LQ01X009100 Predicted protein 5.820570824 L4_chemical_A1 +LQ01X009100 Predicted protein 6.417048651 L4_chemical_A2 +LQ01X009100 Predicted protein 7.380781728 L4_chemical_A3 +LQ01X009100 Predicted protein 5.921031123 L4_chemical_B1 +LQ01X009100 Predicted protein 6.141030194 L4_chemical_B2 +LQ01X009100 Predicted protein 6.171089545 L4_chemical_B3 +LQ01X009100 Predicted protein 5.476321388 L4_chemical_C2 +LQ01X009100 Predicted protein 5.021178895 L4_chemical_C3 +LQ01X009120 Putative Protein sco1 11.52608867 C6_control_A1 +LQ01X009120 Putative Protein sco1 11.49091545 C6_control_A3 +LQ01X009120 Putative Protein sco1 11.17273056 C6_control_B1 +LQ01X009120 Putative Protein sco1 11.4022763 C6_control_B2 +LQ01X009120 Putative Protein sco1 11.00736766 C6_control_B3 +LQ01X009120 Putative Protein sco1 11.5255499 C6_control_C1 +LQ01X009120 Putative Protein sco1 11.36182688 C6_control_C2 +LQ01X009120 Putative Protein sco1 11.41714755 C6_control_C3 +LQ01X009120 Putative Protein sco1 11.14030664 C6_chemical_A1 +LQ01X009120 Putative Protein sco1 11.34032039 C6_chemical_A3 +LQ01X009120 Putative Protein sco1 10.80012878 C6_chemical_B1 +LQ01X009120 Putative Protein sco1 11.06394684 C6_chemical_B2 +LQ01X009120 Putative Protein sco1 10.69174005 C6_chemical_B3 +LQ01X009120 Putative Protein sco1 11.56932975 C6_chemical_C1 +LQ01X009120 Putative Protein sco1 11.53789689 C6_chemical_C2 +LQ01X009120 Putative Protein sco1 11.2568852 C6_chemical_C3 +LQ01X009120 Putative Protein sco1 11.62328712 L4_control_A1 +LQ01X009120 Putative Protein sco1 12.04662216 L4_control_A2 +LQ01X009120 Putative Protein sco1 11.48984591 L4_control_A3 +LQ01X009120 Putative Protein sco1 11.49401112 L4_control_B1 +LQ01X009120 Putative Protein sco1 10.81020956 L4_control_B2 +LQ01X009120 Putative Protein sco1 11.24594892 L4_control_B3 +LQ01X009120 Putative Protein sco1 11.40002123 L4_control_C2 +LQ01X009120 Putative Protein sco1 11.09288627 L4_control_C3 +LQ01X009120 Putative Protein sco1 11.88084288 L4_chemical_A1 +LQ01X009120 Putative Protein sco1 12.13872601 L4_chemical_A2 +LQ01X009120 Putative Protein sco1 11.59986125 L4_chemical_A3 +LQ01X009120 Putative Protein sco1 11.08593618 L4_chemical_B1 +LQ01X009120 Putative Protein sco1 11.22489539 L4_chemical_B2 +LQ01X009120 Putative Protein sco1 11.03368005 L4_chemical_B3 +LQ01X009120 Putative Protein sco1 11.3412341 L4_chemical_C2 +LQ01X009120 Putative Protein sco1 11.23513325 L4_chemical_C3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.28773388 C6_control_A1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.22285706 C6_control_A3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.46292691 C6_control_B1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.10169028 C6_control_B2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.53555193 C6_control_B3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 12.81012021 C6_control_C1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 12.8960423 C6_control_C2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 13.47526584 C6_control_C3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.56874289 C6_chemical_A1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.32144468 C6_chemical_A3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.68108345 C6_chemical_B1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.15873107 C6_chemical_B2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.44242362 C6_chemical_B3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 12.95671822 C6_chemical_C1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 12.79248291 C6_chemical_C2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 12.19163762 C6_chemical_C3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.72952856 L4_control_A1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.22154719 L4_control_A2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.78248264 L4_control_A3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.7070483 L4_control_B1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.73675382 L4_control_B2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.01036282 L4_control_B3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 13.48841339 L4_control_C2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 13.55565472 L4_control_C3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.9699813 L4_chemical_A1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.99984205 L4_chemical_A2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.88460561 L4_chemical_A3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.76675756 L4_chemical_B1 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.95393641 L4_chemical_B2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.61534943 L4_chemical_B3 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 13.85958291 L4_chemical_C2 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 13.99060439 L4_chemical_C3 +LQ01X009230 Hypothetical protein 4.893412863 C6_control_A1 +LQ01X009230 Hypothetical protein 4.966682536 C6_control_A3 +LQ01X009230 Hypothetical protein 4.861692305 C6_control_B1 +LQ01X009230 Hypothetical protein 4.902667989 C6_control_B2 +LQ01X009230 Hypothetical protein 4.803298928 C6_control_B3 +LQ01X009230 Hypothetical protein 5.322692139 C6_control_C1 +LQ01X009230 Hypothetical protein 4.861198865 C6_control_C2 +LQ01X009230 Hypothetical protein 5.347272703 C6_control_C3 +LQ01X009230 Hypothetical protein 4.964736233 C6_chemical_A1 +LQ01X009230 Hypothetical protein 4.727489184 C6_chemical_A3 +LQ01X009230 Hypothetical protein 4.922402812 C6_chemical_B1 +LQ01X009230 Hypothetical protein 4.900675494 C6_chemical_B2 +LQ01X009230 Hypothetical protein 5.081742263 C6_chemical_B3 +LQ01X009230 Hypothetical protein 5.166851098 C6_chemical_C1 +LQ01X009230 Hypothetical protein 4.979372847 C6_chemical_C2 +LQ01X009230 Hypothetical protein 5.30857127 C6_chemical_C3 +LQ01X009230 Hypothetical protein 4.647172631 L4_control_A1 +LQ01X009230 Hypothetical protein 4.897810347 L4_control_A2 +LQ01X009230 Hypothetical protein 5.116716951 L4_control_A3 +LQ01X009230 Hypothetical protein 4.981970597 L4_control_B1 +LQ01X009230 Hypothetical protein 4.691105757 L4_control_B2 +LQ01X009230 Hypothetical protein 4.827055795 L4_control_B3 +LQ01X009230 Hypothetical protein 4.930836497 L4_control_C2 +LQ01X009230 Hypothetical protein 4.675311429 L4_control_C3 +LQ01X009230 Hypothetical protein 5.052832611 L4_chemical_A1 +LQ01X009230 Hypothetical protein 4.830165936 L4_chemical_A2 +LQ01X009230 Hypothetical protein 5.267571297 L4_chemical_A3 +LQ01X009230 Hypothetical protein 4.964976251 L4_chemical_B1 +LQ01X009230 Hypothetical protein 5.134890003 L4_chemical_B2 +LQ01X009230 Hypothetical protein 4.838979277 L4_chemical_B3 +LQ01X009230 Hypothetical protein 5.365165369 L4_chemical_C2 +LQ01X009230 Hypothetical protein 5.536361199 L4_chemical_C3 +LQ01X009240 Putative uncharacterized protein 5.058778762 C6_control_A1 +LQ01X009240 Putative uncharacterized protein 5.08047325 C6_control_A3 +LQ01X009240 Putative uncharacterized protein 5.230320491 C6_control_B1 +LQ01X009240 Putative uncharacterized protein 5.118302017 C6_control_B2 +LQ01X009240 Putative uncharacterized protein 5.298087648 C6_control_B3 +LQ01X009240 Putative uncharacterized protein 5.780252321 C6_control_C1 +LQ01X009240 Putative uncharacterized protein 5.295322752 C6_control_C2 +LQ01X009240 Putative uncharacterized protein 5.645965036 C6_control_C3 +LQ01X009240 Putative uncharacterized protein 5.292504343 C6_chemical_A1 +LQ01X009240 Putative uncharacterized protein 5.210670005 C6_chemical_A3 +LQ01X009240 Putative uncharacterized protein 5.254917058 C6_chemical_B1 +LQ01X009240 Putative uncharacterized protein 5.076351942 C6_chemical_B2 +LQ01X009240 Putative uncharacterized protein 5.21999046 C6_chemical_B3 +LQ01X009240 Putative uncharacterized protein 5.465879785 C6_chemical_C1 +LQ01X009240 Putative uncharacterized protein 5.267063708 C6_chemical_C2 +LQ01X009240 Putative uncharacterized protein 5.504825381 C6_chemical_C3 +LQ01X009240 Putative uncharacterized protein 5.558900604 L4_control_A1 +LQ01X009240 Putative uncharacterized protein 5.319896856 L4_control_A2 +LQ01X009240 Putative uncharacterized protein 5.154326634 L4_control_A3 +LQ01X009240 Putative uncharacterized protein 5.128874041 L4_control_B1 +LQ01X009240 Putative uncharacterized protein 5.276028554 L4_control_B2 +LQ01X009240 Putative uncharacterized protein 5.196872197 L4_control_B3 +LQ01X009240 Putative uncharacterized protein 6.140673841 L4_control_C2 +LQ01X009240 Putative uncharacterized protein 5.293617008 L4_control_C3 +LQ01X009240 Putative uncharacterized protein 5.571882742 L4_chemical_A1 +LQ01X009240 Putative uncharacterized protein 5.091411488 L4_chemical_A2 +LQ01X009240 Putative uncharacterized protein 5.741836488 L4_chemical_A3 +LQ01X009240 Putative uncharacterized protein 5.380494668 L4_chemical_B1 +LQ01X009240 Putative uncharacterized protein 5.72730165 L4_chemical_B2 +LQ01X009240 Putative uncharacterized protein 5.316990687 L4_chemical_B3 +LQ01X009240 Putative uncharacterized protein 6.766554948 L4_chemical_C2 +LQ01X009240 Putative uncharacterized protein 5.888073619 L4_chemical_C3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 12.61335771 C6_control_A1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 12.26403683 C6_control_A3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.31614403 C6_control_B1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.9348457 C6_control_B2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.65191513 C6_control_B3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 14.59856859 C6_control_C1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 14.30394481 C6_control_C2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 14.63117789 C6_control_C3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.3005138 C6_chemical_A1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 12.7109811 C6_chemical_A3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.6091606 C6_chemical_B1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.64363502 C6_chemical_B2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 14.01305856 C6_chemical_B3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 14.95111385 C6_chemical_C1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 14.60607758 C6_chemical_C2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 15.06080303 C6_chemical_C3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 12.45018261 L4_control_A1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 12.80941765 L4_control_A2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 12.89210633 L4_control_A3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.60320903 L4_control_B1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.12740697 L4_control_B2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.78724869 L4_control_B3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 14.07927968 L4_control_C2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.95690674 L4_control_C3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.28082549 L4_chemical_A1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.60960655 L4_chemical_A2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.29092595 L4_chemical_A3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.64221774 L4_chemical_B1 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.17433797 L4_chemical_B2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.25043596 L4_chemical_B3 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 14.12308249 L4_chemical_C2 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.96526812 L4_chemical_C3 +LQ01X009260 Predicted protein 7.720502072 C6_control_A1 +LQ01X009260 Predicted protein 8.915038821 C6_control_A3 +LQ01X009260 Predicted protein 5.751330024 C6_control_B1 +LQ01X009260 Predicted protein 5.170997395 C6_control_B2 +LQ01X009260 Predicted protein 5.076437604 C6_control_B3 +LQ01X009260 Predicted protein 5.334632043 C6_control_C1 +LQ01X009260 Predicted protein 4.905932852 C6_control_C2 +LQ01X009260 Predicted protein 4.868650067 C6_control_C3 +LQ01X009260 Predicted protein 7.125255895 C6_chemical_A1 +LQ01X009260 Predicted protein 7.790951397 C6_chemical_A3 +LQ01X009260 Predicted protein 5.066857122 C6_chemical_B1 +LQ01X009260 Predicted protein 4.660421714 C6_chemical_B2 +LQ01X009260 Predicted protein 5.150463441 C6_chemical_B3 +LQ01X009260 Predicted protein 4.735133597 C6_chemical_C1 +LQ01X009260 Predicted protein 4.982813463 C6_chemical_C2 +LQ01X009260 Predicted protein 4.899608965 C6_chemical_C3 +LQ01X009260 Predicted protein 8.053138985 L4_control_A1 +LQ01X009260 Predicted protein 5.918575662 L4_control_A2 +LQ01X009260 Predicted protein 5.920392359 L4_control_A3 +LQ01X009260 Predicted protein 4.983723912 L4_control_B1 +LQ01X009260 Predicted protein 5.181697651 L4_control_B2 +LQ01X009260 Predicted protein 4.679405294 L4_control_B3 +LQ01X009260 Predicted protein 5.067224334 L4_control_C2 +LQ01X009260 Predicted protein 5.302961912 L4_control_C3 +LQ01X009260 Predicted protein 6.54032463 L4_chemical_A1 +LQ01X009260 Predicted protein 5.483937227 L4_chemical_A2 +LQ01X009260 Predicted protein 6.346164459 L4_chemical_A3 +LQ01X009260 Predicted protein 4.783216492 L4_chemical_B1 +LQ01X009260 Predicted protein 5.22548758 L4_chemical_B2 +LQ01X009260 Predicted protein 6.376727205 L4_chemical_B3 +LQ01X009260 Predicted protein 4.617288622 L4_chemical_C2 +LQ01X009260 Predicted protein 4.951367733 L4_chemical_C3 +LQ01X009280 Putative uncharacterized protein 6.065563985 C6_control_A1 +LQ01X009280 Putative uncharacterized protein 5.416708759 C6_control_A3 +LQ01X009280 Putative uncharacterized protein 6.465281511 C6_control_B1 +LQ01X009280 Putative uncharacterized protein 5.793475222 C6_control_B2 +LQ01X009280 Putative uncharacterized protein 5.641797667 C6_control_B3 +LQ01X009280 Putative uncharacterized protein 5.273193721 C6_control_C1 +LQ01X009280 Putative uncharacterized protein 5.101347716 C6_control_C2 +LQ01X009280 Putative uncharacterized protein 5.481769846 C6_control_C3 +LQ01X009280 Putative uncharacterized protein 6.041761437 C6_chemical_A1 +LQ01X009280 Putative uncharacterized protein 5.62914445 C6_chemical_A3 +LQ01X009280 Putative uncharacterized protein 5.524462715 C6_chemical_B1 +LQ01X009280 Putative uncharacterized protein 5.695916013 C6_chemical_B2 +LQ01X009280 Putative uncharacterized protein 5.349606189 C6_chemical_B3 +LQ01X009280 Putative uncharacterized protein 5.493903038 C6_chemical_C1 +LQ01X009280 Putative uncharacterized protein 4.860537795 C6_chemical_C2 +LQ01X009280 Putative uncharacterized protein 5.605447926 C6_chemical_C3 +LQ01X009280 Putative uncharacterized protein 6.034609956 L4_control_A1 +LQ01X009280 Putative uncharacterized protein 5.80043205 L4_control_A2 +LQ01X009280 Putative uncharacterized protein 5.419768129 L4_control_A3 +LQ01X009280 Putative uncharacterized protein 6.045728699 L4_control_B1 +LQ01X009280 Putative uncharacterized protein 5.219836856 L4_control_B2 +LQ01X009280 Putative uncharacterized protein 5.648316408 L4_control_B3 +LQ01X009280 Putative uncharacterized protein 5.821474754 L4_control_C2 +LQ01X009280 Putative uncharacterized protein 5.481486095 L4_control_C3 +LQ01X009280 Putative uncharacterized protein 7.185315671 L4_chemical_A1 +LQ01X009280 Putative uncharacterized protein 5.678573009 L4_chemical_A2 +LQ01X009280 Putative uncharacterized protein 5.441782814 L4_chemical_A3 +LQ01X009280 Putative uncharacterized protein 6.344229538 L4_chemical_B1 +LQ01X009280 Putative uncharacterized protein 5.6060626 L4_chemical_B2 +LQ01X009280 Putative uncharacterized protein 5.548039528 L4_chemical_B3 +LQ01X009280 Putative uncharacterized protein 5.372658614 L4_chemical_C2 +LQ01X009280 Putative uncharacterized protein 5.638912767 L4_chemical_C3 +LQ01X009310 Bristled-like protein 4.998957464 C6_control_A1 +LQ01X009310 Bristled-like protein 4.785220334 C6_control_A3 +LQ01X009310 Bristled-like protein 5.217599794 C6_control_B1 +LQ01X009310 Bristled-like protein 4.694023675 C6_control_B2 +LQ01X009310 Bristled-like protein 5.019068725 C6_control_B3 +LQ01X009310 Bristled-like protein 5.143185922 C6_control_C1 +LQ01X009310 Bristled-like protein 4.828290983 C6_control_C2 +LQ01X009310 Bristled-like protein 4.728974476 C6_control_C3 +LQ01X009310 Bristled-like protein 5.079351441 C6_chemical_A1 +LQ01X009310 Bristled-like protein 4.80411365 C6_chemical_A3 +LQ01X009310 Bristled-like protein 5.327871429 C6_chemical_B1 +LQ01X009310 Bristled-like protein 4.822659151 C6_chemical_B2 +LQ01X009310 Bristled-like protein 5.065460006 C6_chemical_B3 +LQ01X009310 Bristled-like protein 5.321851833 C6_chemical_C1 +LQ01X009310 Bristled-like protein 5.108430914 C6_chemical_C2 +LQ01X009310 Bristled-like protein 5.268419522 C6_chemical_C3 +LQ01X009310 Bristled-like protein 4.984178056 L4_control_A1 +LQ01X009310 Bristled-like protein 4.544173108 L4_control_A2 +LQ01X009310 Bristled-like protein 4.875234581 L4_control_A3 +LQ01X009310 Bristled-like protein 4.81554375 L4_control_B1 +LQ01X009310 Bristled-like protein 5.343535692 L4_control_B2 +LQ01X009310 Bristled-like protein 5.003106734 L4_control_B3 +LQ01X009310 Bristled-like protein 5.180888772 L4_control_C2 +LQ01X009310 Bristled-like protein 6.882859255 L4_control_C3 +LQ01X009310 Bristled-like protein 5.013123642 L4_chemical_A1 +LQ01X009310 Bristled-like protein 4.714910431 L4_chemical_A2 +LQ01X009310 Bristled-like protein 4.953576943 L4_chemical_A3 +LQ01X009310 Bristled-like protein 4.709925888 L4_chemical_B1 +LQ01X009310 Bristled-like protein 5.067984029 L4_chemical_B2 +LQ01X009310 Bristled-like protein 4.871180511 L4_chemical_B3 +LQ01X009310 Bristled-like protein 5.468723665 L4_chemical_C2 +LQ01X009310 Bristled-like protein 5.739006746 L4_chemical_C3 +LQ01X009350 Predicted protein 10.55255702 C6_control_A1 +LQ01X009350 Predicted protein 10.09174409 C6_control_A3 +LQ01X009350 Predicted protein 10.67689214 C6_control_B1 +LQ01X009350 Predicted protein 10.31840458 C6_control_B2 +LQ01X009350 Predicted protein 11.07090185 C6_control_B3 +LQ01X009350 Predicted protein 10.44719402 C6_control_C1 +LQ01X009350 Predicted protein 9.285303889 C6_control_C2 +LQ01X009350 Predicted protein 9.373839375 C6_control_C3 +LQ01X009350 Predicted protein 10.62315132 C6_chemical_A1 +LQ01X009350 Predicted protein 10.37597353 C6_chemical_A3 +LQ01X009350 Predicted protein 10.67060252 C6_chemical_B1 +LQ01X009350 Predicted protein 10.79256016 C6_chemical_B2 +LQ01X009350 Predicted protein 10.31141764 C6_chemical_B3 +LQ01X009350 Predicted protein 10.43263124 C6_chemical_C1 +LQ01X009350 Predicted protein 9.121167141 C6_chemical_C2 +LQ01X009350 Predicted protein 8.769114418 C6_chemical_C3 +LQ01X009350 Predicted protein 9.832573376 L4_control_A1 +LQ01X009350 Predicted protein 9.863451821 L4_control_A2 +LQ01X009350 Predicted protein 8.8454737 L4_control_A3 +LQ01X009350 Predicted protein 10.51930333 L4_control_B1 +LQ01X009350 Predicted protein 9.761794689 L4_control_B2 +LQ01X009350 Predicted protein 9.452624687 L4_control_B3 +LQ01X009350 Predicted protein 8.343629178 L4_control_C2 +LQ01X009350 Predicted protein 7.96100744 L4_control_C3 +LQ01X009350 Predicted protein 10.52992565 L4_chemical_A1 +LQ01X009350 Predicted protein 9.847204365 L4_chemical_A2 +LQ01X009350 Predicted protein 9.571094905 L4_chemical_A3 +LQ01X009350 Predicted protein 9.698450109 L4_chemical_B1 +LQ01X009350 Predicted protein 9.097646368 L4_chemical_B2 +LQ01X009350 Predicted protein 9.720431535 L4_chemical_B3 +LQ01X009350 Predicted protein 7.033116813 L4_chemical_C2 +LQ01X009350 Predicted protein 7.288422909 L4_chemical_C3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.466846465 C6_control_A1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.050983177 C6_control_A3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.26745806 C6_control_B1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.803665152 C6_control_B2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.517563041 C6_control_B3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 6.309986615 C6_control_C1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.025882023 C6_control_C2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.930800732 C6_control_C3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.607839101 C6_chemical_A1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.45462534 C6_chemical_A3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.853991811 C6_chemical_B1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.744874842 C6_chemical_B2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 6.603542756 C6_chemical_B3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 6.456100717 C6_chemical_C1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.420854887 C6_chemical_C2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 6.185269538 C6_chemical_C3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 6.024373674 L4_control_A1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.112755777 L4_control_A2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.335863103 L4_control_A3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.550022812 L4_control_B1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.398419064 L4_control_B2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 6.378629797 L4_control_B3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.352662654 L4_control_C2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.546781654 L4_control_C3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 6.039516427 L4_chemical_A1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.343505365 L4_chemical_A2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.203773254 L4_chemical_A3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.246998918 L4_chemical_B1 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.088171627 L4_chemical_B2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 6.324306452 L4_chemical_B3 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.421498909 L4_chemical_C2 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 4.985258663 L4_chemical_C3 +LQ01X009370 Predicted protein 13.27083661 C6_control_A1 +LQ01X009370 Predicted protein 13.46973387 C6_control_A3 +LQ01X009370 Predicted protein 13.23696815 C6_control_B1 +LQ01X009370 Predicted protein 13.54977132 C6_control_B2 +LQ01X009370 Predicted protein 13.18792889 C6_control_B3 +LQ01X009370 Predicted protein 14.9401655 C6_control_C1 +LQ01X009370 Predicted protein 14.22556847 C6_control_C2 +LQ01X009370 Predicted protein 14.86978775 C6_control_C3 +LQ01X009370 Predicted protein 13.76402444 C6_chemical_A1 +LQ01X009370 Predicted protein 13.71890726 C6_chemical_A3 +LQ01X009370 Predicted protein 13.40471309 C6_chemical_B1 +LQ01X009370 Predicted protein 13.74880641 C6_chemical_B2 +LQ01X009370 Predicted protein 13.50825727 C6_chemical_B3 +LQ01X009370 Predicted protein 14.75942704 C6_chemical_C1 +LQ01X009370 Predicted protein 14.36971376 C6_chemical_C2 +LQ01X009370 Predicted protein 14.30608896 C6_chemical_C3 +LQ01X009370 Predicted protein 13.59478416 L4_control_A1 +LQ01X009370 Predicted protein 13.02672949 L4_control_A2 +LQ01X009370 Predicted protein 12.66894992 L4_control_A3 +LQ01X009370 Predicted protein 13.10185583 L4_control_B1 +LQ01X009370 Predicted protein 12.48252876 L4_control_B2 +LQ01X009370 Predicted protein 12.80354434 L4_control_B3 +LQ01X009370 Predicted protein 14.22533166 L4_control_C2 +LQ01X009370 Predicted protein 14.25368262 L4_control_C3 +LQ01X009370 Predicted protein 13.57947402 L4_chemical_A1 +LQ01X009370 Predicted protein 13.55083304 L4_chemical_A2 +LQ01X009370 Predicted protein 12.80602954 L4_chemical_A3 +LQ01X009370 Predicted protein 13.4033765 L4_chemical_B1 +LQ01X009370 Predicted protein 13.25540475 L4_chemical_B2 +LQ01X009370 Predicted protein 13.16391877 L4_chemical_B3 +LQ01X009370 Predicted protein 14.2573484 L4_chemical_C2 +LQ01X009370 Predicted protein 14.2317817 L4_chemical_C3 +LQ01X009380 Inositol-3-phosphate synthase 6.273356756 C6_control_A1 +LQ01X009380 Inositol-3-phosphate synthase 6.358731475 C6_control_A3 +LQ01X009380 Inositol-3-phosphate synthase 6.925532645 C6_control_B1 +LQ01X009380 Inositol-3-phosphate synthase 6.286455025 C6_control_B2 +LQ01X009380 Inositol-3-phosphate synthase 6.669271264 C6_control_B3 +LQ01X009380 Inositol-3-phosphate synthase 6.626648347 C6_control_C1 +LQ01X009380 Inositol-3-phosphate synthase 5.999593878 C6_control_C2 +LQ01X009380 Inositol-3-phosphate synthase 5.821996529 C6_control_C3 +LQ01X009380 Inositol-3-phosphate synthase 6.185726825 C6_chemical_A1 +LQ01X009380 Inositol-3-phosphate synthase 6.809530495 C6_chemical_A3 +LQ01X009380 Inositol-3-phosphate synthase 6.933943793 C6_chemical_B1 +LQ01X009380 Inositol-3-phosphate synthase 6.498763805 C6_chemical_B2 +LQ01X009380 Inositol-3-phosphate synthase 6.572626257 C6_chemical_B3 +LQ01X009380 Inositol-3-phosphate synthase 6.660798433 C6_chemical_C1 +LQ01X009380 Inositol-3-phosphate synthase 5.956145595 C6_chemical_C2 +LQ01X009380 Inositol-3-phosphate synthase 6.170385178 C6_chemical_C3 +LQ01X009380 Inositol-3-phosphate synthase 6.072383972 L4_control_A1 +LQ01X009380 Inositol-3-phosphate synthase 6.221019941 L4_control_A2 +LQ01X009380 Inositol-3-phosphate synthase 5.293793716 L4_control_A3 +LQ01X009380 Inositol-3-phosphate synthase 5.961710686 L4_control_B1 +LQ01X009380 Inositol-3-phosphate synthase 5.951080314 L4_control_B2 +LQ01X009380 Inositol-3-phosphate synthase 6.222823923 L4_control_B3 +LQ01X009380 Inositol-3-phosphate synthase 6.375678547 L4_control_C2 +LQ01X009380 Inositol-3-phosphate synthase 6.381610901 L4_control_C3 +LQ01X009380 Inositol-3-phosphate synthase 6.27680419 L4_chemical_A1 +LQ01X009380 Inositol-3-phosphate synthase 6.461009046 L4_chemical_A2 +LQ01X009380 Inositol-3-phosphate synthase 6.3138311 L4_chemical_A3 +LQ01X009380 Inositol-3-phosphate synthase 6.949859358 L4_chemical_B1 +LQ01X009380 Inositol-3-phosphate synthase 6.325529566 L4_chemical_B2 +LQ01X009380 Inositol-3-phosphate synthase 6.33267231 L4_chemical_B3 +LQ01X009380 Inositol-3-phosphate synthase 5.775639224 L4_chemical_C2 +LQ01X009380 Inositol-3-phosphate synthase 6.36206449 L4_chemical_C3 +LQ01X009420 Putative Aspartate aminotransferase 12.21668772 C6_control_A1 +LQ01X009420 Putative Aspartate aminotransferase 12.26124042 C6_control_A3 +LQ01X009420 Putative Aspartate aminotransferase 11.73530463 C6_control_B1 +LQ01X009420 Putative Aspartate aminotransferase 11.53335831 C6_control_B2 +LQ01X009420 Putative Aspartate aminotransferase 11.31597895 C6_control_B3 +LQ01X009420 Putative Aspartate aminotransferase 11.36164601 C6_control_C1 +LQ01X009420 Putative Aspartate aminotransferase 11.07957071 C6_control_C2 +LQ01X009420 Putative Aspartate aminotransferase 10.68090741 C6_control_C3 +LQ01X009420 Putative Aspartate aminotransferase 12.34985144 C6_chemical_A1 +LQ01X009420 Putative Aspartate aminotransferase 12.37967385 C6_chemical_A3 +LQ01X009420 Putative Aspartate aminotransferase 11.51812964 C6_chemical_B1 +LQ01X009420 Putative Aspartate aminotransferase 11.51038105 C6_chemical_B2 +LQ01X009420 Putative Aspartate aminotransferase 11.70951161 C6_chemical_B3 +LQ01X009420 Putative Aspartate aminotransferase 11.49940364 C6_chemical_C1 +LQ01X009420 Putative Aspartate aminotransferase 11.25104913 C6_chemical_C2 +LQ01X009420 Putative Aspartate aminotransferase 10.84015123 C6_chemical_C3 +LQ01X009420 Putative Aspartate aminotransferase 13.04286481 L4_control_A1 +LQ01X009420 Putative Aspartate aminotransferase 12.59412962 L4_control_A2 +LQ01X009420 Putative Aspartate aminotransferase 12.88080213 L4_control_A3 +LQ01X009420 Putative Aspartate aminotransferase 11.55009296 L4_control_B1 +LQ01X009420 Putative Aspartate aminotransferase 11.72163946 L4_control_B2 +LQ01X009420 Putative Aspartate aminotransferase 12.6616582 L4_control_B3 +LQ01X009420 Putative Aspartate aminotransferase 10.85696029 L4_control_C2 +LQ01X009420 Putative Aspartate aminotransferase 11.45424191 L4_control_C3 +LQ01X009420 Putative Aspartate aminotransferase 12.41499965 L4_chemical_A1 +LQ01X009420 Putative Aspartate aminotransferase 12.09539754 L4_chemical_A2 +LQ01X009420 Putative Aspartate aminotransferase 12.98096735 L4_chemical_A3 +LQ01X009420 Putative Aspartate aminotransferase 11.69516876 L4_chemical_B1 +LQ01X009420 Putative Aspartate aminotransferase 11.49329861 L4_chemical_B2 +LQ01X009420 Putative Aspartate aminotransferase 12.32246781 L4_chemical_B3 +LQ01X009420 Putative Aspartate aminotransferase 11.06906891 L4_chemical_C2 +LQ01X009420 Putative Aspartate aminotransferase 11.42010402 L4_chemical_C3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.464066689 C6_control_A1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.599566235 C6_control_A3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 7.046287731 C6_control_B1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.24031682 C6_control_B2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.656002677 C6_control_B3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.58528652 C6_control_C1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.043773113 C6_control_C2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.441182064 C6_control_C3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.173840396 C6_chemical_A1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.277443329 C6_chemical_A3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 7.032949279 C6_chemical_B1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.132514405 C6_chemical_B2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.226105786 C6_chemical_B3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.981204257 C6_chemical_C1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.846307979 C6_chemical_C2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.757083533 C6_chemical_C3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.760461563 L4_control_A1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.082617343 L4_control_A2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.517593898 L4_control_A3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.112599363 L4_control_B1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.960888609 L4_control_B2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.269628342 L4_control_B3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.679613815 L4_control_C2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.254312514 L4_control_C3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.818832736 L4_chemical_A1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.099270847 L4_chemical_A2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 5.803521487 L4_chemical_A3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.487201572 L4_chemical_B1 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 7.004200785 L4_chemical_B2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.218715065 L4_chemical_B3 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.343524181 L4_chemical_C2 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.403129206 L4_chemical_C3 +LQ01X009490 Putative MADS-box transcription factor 14 5.157806207 C6_control_A1 +LQ01X009490 Putative MADS-box transcription factor 14 4.918515128 C6_control_A3 +LQ01X009490 Putative MADS-box transcription factor 14 5.291678818 C6_control_B1 +LQ01X009490 Putative MADS-box transcription factor 14 4.986918022 C6_control_B2 +LQ01X009490 Putative MADS-box transcription factor 14 5.211624728 C6_control_B3 +LQ01X009490 Putative MADS-box transcription factor 14 4.925155982 C6_control_C1 +LQ01X009490 Putative MADS-box transcription factor 14 4.836096943 C6_control_C2 +LQ01X009490 Putative MADS-box transcription factor 14 4.602682587 C6_control_C3 +LQ01X009490 Putative MADS-box transcription factor 14 4.797235329 C6_chemical_A1 +LQ01X009490 Putative MADS-box transcription factor 14 4.989661879 C6_chemical_A3 +LQ01X009490 Putative MADS-box transcription factor 14 4.937747378 C6_chemical_B1 +LQ01X009490 Putative MADS-box transcription factor 14 4.920035539 C6_chemical_B2 +LQ01X009490 Putative MADS-box transcription factor 14 5.002177192 C6_chemical_B3 +LQ01X009490 Putative MADS-box transcription factor 14 5.118958727 C6_chemical_C1 +LQ01X009490 Putative MADS-box transcription factor 14 4.937347919 C6_chemical_C2 +LQ01X009490 Putative MADS-box transcription factor 14 4.91962928 C6_chemical_C3 +LQ01X009490 Putative MADS-box transcription factor 14 5.29046834 L4_control_A1 +LQ01X009490 Putative MADS-box transcription factor 14 5.004061717 L4_control_A2 +LQ01X009490 Putative MADS-box transcription factor 14 5.755977538 L4_control_A3 +LQ01X009490 Putative MADS-box transcription factor 14 5.345138471 L4_control_B1 +LQ01X009490 Putative MADS-box transcription factor 14 5.490519521 L4_control_B2 +LQ01X009490 Putative MADS-box transcription factor 14 5.098597481 L4_control_B3 +LQ01X009490 Putative MADS-box transcription factor 14 5.2924681 L4_control_C2 +LQ01X009490 Putative MADS-box transcription factor 14 6.209268719 L4_control_C3 +LQ01X009490 Putative MADS-box transcription factor 14 5.427347463 L4_chemical_A1 +LQ01X009490 Putative MADS-box transcription factor 14 5.16716225 L4_chemical_A2 +LQ01X009490 Putative MADS-box transcription factor 14 6.083052248 L4_chemical_A3 +LQ01X009490 Putative MADS-box transcription factor 14 5.314951761 L4_chemical_B1 +LQ01X009490 Putative MADS-box transcription factor 14 5.140223545 L4_chemical_B2 +LQ01X009490 Putative MADS-box transcription factor 14 5.034235102 L4_chemical_B3 +LQ01X009490 Putative MADS-box transcription factor 14 5.599691967 L4_chemical_C2 +LQ01X009490 Putative MADS-box transcription factor 14 5.999704084 L4_chemical_C3 +LQ01X009520 Metal ion binding protein, putative 11.12704862 C6_control_A1 +LQ01X009520 Metal ion binding protein, putative 11.02377776 C6_control_A3 +LQ01X009520 Metal ion binding protein, putative 10.88032078 C6_control_B1 +LQ01X009520 Metal ion binding protein, putative 9.248576389 C6_control_B2 +LQ01X009520 Metal ion binding protein, putative 9.88115168 C6_control_B3 +LQ01X009520 Metal ion binding protein, putative 9.006203731 C6_control_C1 +LQ01X009520 Metal ion binding protein, putative 7.396619302 C6_control_C2 +LQ01X009520 Metal ion binding protein, putative 8.491437127 C6_control_C3 +LQ01X009520 Metal ion binding protein, putative 11.28824923 C6_chemical_A1 +LQ01X009520 Metal ion binding protein, putative 11.00751074 C6_chemical_A3 +LQ01X009520 Metal ion binding protein, putative 10.28145944 C6_chemical_B1 +LQ01X009520 Metal ion binding protein, putative 9.033038702 C6_chemical_B2 +LQ01X009520 Metal ion binding protein, putative 9.23781038 C6_chemical_B3 +LQ01X009520 Metal ion binding protein, putative 8.608911417 C6_chemical_C1 +LQ01X009520 Metal ion binding protein, putative 7.87484188 C6_chemical_C2 +LQ01X009520 Metal ion binding protein, putative 7.986603959 C6_chemical_C3 +LQ01X009520 Metal ion binding protein, putative 11.07787763 L4_control_A1 +LQ01X009520 Metal ion binding protein, putative 11.07784337 L4_control_A2 +LQ01X009520 Metal ion binding protein, putative 10.68306295 L4_control_A3 +LQ01X009520 Metal ion binding protein, putative 10.15324957 L4_control_B1 +LQ01X009520 Metal ion binding protein, putative 9.877315844 L4_control_B2 +LQ01X009520 Metal ion binding protein, putative 8.24757771 L4_control_B3 +LQ01X009520 Metal ion binding protein, putative 8.825653124 L4_control_C2 +LQ01X009520 Metal ion binding protein, putative 6.464635356 L4_control_C3 +LQ01X009520 Metal ion binding protein, putative 11.72714808 L4_chemical_A1 +LQ01X009520 Metal ion binding protein, putative 11.12752812 L4_chemical_A2 +LQ01X009520 Metal ion binding protein, putative 11.21514743 L4_chemical_A3 +LQ01X009520 Metal ion binding protein, putative 10.68840115 L4_chemical_B1 +LQ01X009520 Metal ion binding protein, putative 9.861118557 L4_chemical_B2 +LQ01X009520 Metal ion binding protein, putative 9.513853485 L4_chemical_B3 +LQ01X009520 Metal ion binding protein, putative 8.851973012 L4_chemical_C2 +LQ01X009520 Metal ion binding protein, putative 7.865024931 L4_chemical_C3 +LQ01X009540 Putative U-box domain-containing protein 13 11.43426604 C6_control_A1 +LQ01X009540 Putative U-box domain-containing protein 13 11.49501077 C6_control_A3 +LQ01X009540 Putative U-box domain-containing protein 13 11.39085208 C6_control_B1 +LQ01X009540 Putative U-box domain-containing protein 13 11.68601299 C6_control_B2 +LQ01X009540 Putative U-box domain-containing protein 13 11.49990155 C6_control_B3 +LQ01X009540 Putative U-box domain-containing protein 13 12.01273999 C6_control_C1 +LQ01X009540 Putative U-box domain-containing protein 13 11.80484198 C6_control_C2 +LQ01X009540 Putative U-box domain-containing protein 13 11.86740517 C6_control_C3 +LQ01X009540 Putative U-box domain-containing protein 13 11.14678201 C6_chemical_A1 +LQ01X009540 Putative U-box domain-containing protein 13 11.37073137 C6_chemical_A3 +LQ01X009540 Putative U-box domain-containing protein 13 11.17351022 C6_chemical_B1 +LQ01X009540 Putative U-box domain-containing protein 13 11.59604933 C6_chemical_B2 +LQ01X009540 Putative U-box domain-containing protein 13 11.22279027 C6_chemical_B3 +LQ01X009540 Putative U-box domain-containing protein 13 11.8743789 C6_chemical_C1 +LQ01X009540 Putative U-box domain-containing protein 13 11.70045325 C6_chemical_C2 +LQ01X009540 Putative U-box domain-containing protein 13 11.86305192 C6_chemical_C3 +LQ01X009540 Putative U-box domain-containing protein 13 11.10622318 L4_control_A1 +LQ01X009540 Putative U-box domain-containing protein 13 11.59996792 L4_control_A2 +LQ01X009540 Putative U-box domain-containing protein 13 10.92771897 L4_control_A3 +LQ01X009540 Putative U-box domain-containing protein 13 11.3875896 L4_control_B1 +LQ01X009540 Putative U-box domain-containing protein 13 11.27074371 L4_control_B2 +LQ01X009540 Putative U-box domain-containing protein 13 11.66515912 L4_control_B3 +LQ01X009540 Putative U-box domain-containing protein 13 11.16592782 L4_control_C2 +LQ01X009540 Putative U-box domain-containing protein 13 11.38305545 L4_control_C3 +LQ01X009540 Putative U-box domain-containing protein 13 11.20144887 L4_chemical_A1 +LQ01X009540 Putative U-box domain-containing protein 13 11.62370604 L4_chemical_A2 +LQ01X009540 Putative U-box domain-containing protein 13 10.93307994 L4_chemical_A3 +LQ01X009540 Putative U-box domain-containing protein 13 11.69548238 L4_chemical_B1 +LQ01X009540 Putative U-box domain-containing protein 13 11.38434464 L4_chemical_B2 +LQ01X009540 Putative U-box domain-containing protein 13 11.55695646 L4_chemical_B3 +LQ01X009540 Putative U-box domain-containing protein 13 11.29427069 L4_chemical_C2 +LQ01X009540 Putative U-box domain-containing protein 13 11.23611139 L4_chemical_C3 +LQ01X009550 Putative uncharacterized protein 9.310016969 C6_control_A1 +LQ01X009550 Putative uncharacterized protein 9.379914143 C6_control_A3 +LQ01X009550 Putative uncharacterized protein 9.199302782 C6_control_B1 +LQ01X009550 Putative uncharacterized protein 9.141022233 C6_control_B2 +LQ01X009550 Putative uncharacterized protein 8.52976223 C6_control_B3 +LQ01X009550 Putative uncharacterized protein 9.599110002 C6_control_C1 +LQ01X009550 Putative uncharacterized protein 9.745762584 C6_control_C2 +LQ01X009550 Putative uncharacterized protein 9.234391263 C6_control_C3 +LQ01X009550 Putative uncharacterized protein 9.490114936 C6_chemical_A1 +LQ01X009550 Putative uncharacterized protein 9.600117275 C6_chemical_A3 +LQ01X009550 Putative uncharacterized protein 8.94171403 C6_chemical_B1 +LQ01X009550 Putative uncharacterized protein 9.455318883 C6_chemical_B2 +LQ01X009550 Putative uncharacterized protein 8.682029955 C6_chemical_B3 +LQ01X009550 Putative uncharacterized protein 9.868217889 C6_chemical_C1 +LQ01X009550 Putative uncharacterized protein 9.543441624 C6_chemical_C2 +LQ01X009550 Putative uncharacterized protein 9.323830945 C6_chemical_C3 +LQ01X009550 Putative uncharacterized protein 9.885895597 L4_control_A1 +LQ01X009550 Putative uncharacterized protein 9.462447411 L4_control_A2 +LQ01X009550 Putative uncharacterized protein 9.693012989 L4_control_A3 +LQ01X009550 Putative uncharacterized protein 8.974211654 L4_control_B1 +LQ01X009550 Putative uncharacterized protein 9.461855225 L4_control_B2 +LQ01X009550 Putative uncharacterized protein 9.313756211 L4_control_B3 +LQ01X009550 Putative uncharacterized protein 9.878205156 L4_control_C2 +LQ01X009550 Putative uncharacterized protein 9.399239863 L4_control_C3 +LQ01X009550 Putative uncharacterized protein 9.742173648 L4_chemical_A1 +LQ01X009550 Putative uncharacterized protein 8.727226942 L4_chemical_A2 +LQ01X009550 Putative uncharacterized protein 9.675947862 L4_chemical_A3 +LQ01X009550 Putative uncharacterized protein 8.946861878 L4_chemical_B1 +LQ01X009550 Putative uncharacterized protein 8.797594941 L4_chemical_B2 +LQ01X009550 Putative uncharacterized protein 8.855113772 L4_chemical_B3 +LQ01X009550 Putative uncharacterized protein 9.58886503 L4_chemical_C2 +LQ01X009550 Putative uncharacterized protein 9.372271222 L4_chemical_C3 +LQ01X009570 Predicted protein 11.38929964 C6_control_A1 +LQ01X009570 Predicted protein 11.8744153 C6_control_A3 +LQ01X009570 Predicted protein 10.66469396 C6_control_B1 +LQ01X009570 Predicted protein 10.85475002 C6_control_B2 +LQ01X009570 Predicted protein 11.15241547 C6_control_B3 +LQ01X009570 Predicted protein 11.20627694 C6_control_C1 +LQ01X009570 Predicted protein 11.02365608 C6_control_C2 +LQ01X009570 Predicted protein 11.33197354 C6_control_C3 +LQ01X009570 Predicted protein 10.95073896 C6_chemical_A1 +LQ01X009570 Predicted protein 11.34873664 C6_chemical_A3 +LQ01X009570 Predicted protein 10.38561761 C6_chemical_B1 +LQ01X009570 Predicted protein 10.23168294 C6_chemical_B2 +LQ01X009570 Predicted protein 10.66223679 C6_chemical_B3 +LQ01X009570 Predicted protein 11.02282831 C6_chemical_C1 +LQ01X009570 Predicted protein 11.05427933 C6_chemical_C2 +LQ01X009570 Predicted protein 11.15884448 C6_chemical_C3 +LQ01X009570 Predicted protein 11.76423917 L4_control_A1 +LQ01X009570 Predicted protein 11.22952655 L4_control_A2 +LQ01X009570 Predicted protein 12.3163491 L4_control_A3 +LQ01X009570 Predicted protein 10.7115492 L4_control_B1 +LQ01X009570 Predicted protein 11.30698699 L4_control_B2 +LQ01X009570 Predicted protein 10.97844061 L4_control_B3 +LQ01X009570 Predicted protein 11.48181937 L4_control_C2 +LQ01X009570 Predicted protein 11.36771363 L4_control_C3 +LQ01X009570 Predicted protein 11.10925367 L4_chemical_A1 +LQ01X009570 Predicted protein 11.03048415 L4_chemical_A2 +LQ01X009570 Predicted protein 12.13716608 L4_chemical_A3 +LQ01X009570 Predicted protein 11.06301551 L4_chemical_B1 +LQ01X009570 Predicted protein 11.00163864 L4_chemical_B2 +LQ01X009570 Predicted protein 10.82847665 L4_chemical_B3 +LQ01X009570 Predicted protein 11.39249242 L4_chemical_C2 +LQ01X009570 Predicted protein 11.17425746 L4_chemical_C3 +LQ01X009580 Hypothetical protein 5.174679761 C6_control_A1 +LQ01X009580 Hypothetical protein 5.308607189 C6_control_A3 +LQ01X009580 Hypothetical protein 5.329698895 C6_control_B1 +LQ01X009580 Hypothetical protein 5.242824744 C6_control_B2 +LQ01X009580 Hypothetical protein 5.048705975 C6_control_B3 +LQ01X009580 Hypothetical protein 5.078943581 C6_control_C1 +LQ01X009580 Hypothetical protein 5.51385517 C6_control_C2 +LQ01X009580 Hypothetical protein 4.708255357 C6_control_C3 +LQ01X009580 Hypothetical protein 5.191911071 C6_chemical_A1 +LQ01X009580 Hypothetical protein 5.327051227 C6_chemical_A3 +LQ01X009580 Hypothetical protein 5.218897035 C6_chemical_B1 +LQ01X009580 Hypothetical protein 4.981342278 C6_chemical_B2 +LQ01X009580 Hypothetical protein 4.93931942 C6_chemical_B3 +LQ01X009580 Hypothetical protein 4.958444182 C6_chemical_C1 +LQ01X009580 Hypothetical protein 5.144670089 C6_chemical_C2 +LQ01X009580 Hypothetical protein 5.039817971 C6_chemical_C3 +LQ01X009580 Hypothetical protein 5.000389564 L4_control_A1 +LQ01X009580 Hypothetical protein 5.246810579 L4_control_A2 +LQ01X009580 Hypothetical protein 5.394674933 L4_control_A3 +LQ01X009580 Hypothetical protein 5.213956234 L4_control_B1 +LQ01X009580 Hypothetical protein 5.369410016 L4_control_B2 +LQ01X009580 Hypothetical protein 4.979656464 L4_control_B3 +LQ01X009580 Hypothetical protein 5.143728314 L4_control_C2 +LQ01X009580 Hypothetical protein 5.401252179 L4_control_C3 +LQ01X009580 Hypothetical protein 5.021739846 L4_chemical_A1 +LQ01X009580 Hypothetical protein 5.26039468 L4_chemical_A2 +LQ01X009580 Hypothetical protein 5.439514636 L4_chemical_A3 +LQ01X009580 Hypothetical protein 5.232164733 L4_chemical_B1 +LQ01X009580 Hypothetical protein 5.383122322 L4_chemical_B2 +LQ01X009580 Hypothetical protein 5.266927596 L4_chemical_B3 +LQ01X009580 Hypothetical protein 5.167105026 L4_chemical_C2 +LQ01X009580 Hypothetical protein 5.244023483 L4_chemical_C3 +LQ01X009630 60S ribosomal protein L30 7.397813299 C6_control_A1 +LQ01X009630 60S ribosomal protein L30 6.207366747 C6_control_A3 +LQ01X009630 60S ribosomal protein L30 6.962394503 C6_control_B1 +LQ01X009630 60S ribosomal protein L30 8.230123172 C6_control_B2 +LQ01X009630 60S ribosomal protein L30 6.791024152 C6_control_B3 +LQ01X009630 60S ribosomal protein L30 8.092900977 C6_control_C1 +LQ01X009630 60S ribosomal protein L30 7.77171161 C6_control_C2 +LQ01X009630 60S ribosomal protein L30 7.785352221 C6_control_C3 +LQ01X009630 60S ribosomal protein L30 7.183984606 C6_chemical_A1 +LQ01X009630 60S ribosomal protein L30 6.864691288 C6_chemical_A3 +LQ01X009630 60S ribosomal protein L30 6.711837515 C6_chemical_B1 +LQ01X009630 60S ribosomal protein L30 7.849937921 C6_chemical_B2 +LQ01X009630 60S ribosomal protein L30 7.27448433 C6_chemical_B3 +LQ01X009630 60S ribosomal protein L30 8.085414021 C6_chemical_C1 +LQ01X009630 60S ribosomal protein L30 8.121419762 C6_chemical_C2 +LQ01X009630 60S ribosomal protein L30 8.061264182 C6_chemical_C3 +LQ01X009630 60S ribosomal protein L30 7.466745582 L4_control_A1 +LQ01X009630 60S ribosomal protein L30 6.134019153 L4_control_A2 +LQ01X009630 60S ribosomal protein L30 5.397469456 L4_control_A3 +LQ01X009630 60S ribosomal protein L30 5.409030989 L4_control_B1 +LQ01X009630 60S ribosomal protein L30 5.584417211 L4_control_B2 +LQ01X009630 60S ribosomal protein L30 7.104388915 L4_control_B3 +LQ01X009630 60S ribosomal protein L30 5.866874141 L4_control_C2 +LQ01X009630 60S ribosomal protein L30 6.852461224 L4_control_C3 +LQ01X009630 60S ribosomal protein L30 7.779665714 L4_chemical_A1 +LQ01X009630 60S ribosomal protein L30 6.632327385 L4_chemical_A2 +LQ01X009630 60S ribosomal protein L30 6.288015644 L4_chemical_A3 +LQ01X009630 60S ribosomal protein L30 5.618726147 L4_chemical_B1 +LQ01X009630 60S ribosomal protein L30 5.566613603 L4_chemical_B2 +LQ01X009630 60S ribosomal protein L30 7.245357866 L4_chemical_B3 +LQ01X009630 60S ribosomal protein L30 5.779026275 L4_chemical_C2 +LQ01X009630 60S ribosomal protein L30 5.779598931 L4_chemical_C3 +LQ01X009650 117M18_6 12.55999718 C6_control_A1 +LQ01X009650 117M18_6 12.64020905 C6_control_A3 +LQ01X009650 117M18_6 13.10031462 C6_control_B1 +LQ01X009650 117M18_6 13.09496938 C6_control_B2 +LQ01X009650 117M18_6 13.25833438 C6_control_B3 +LQ01X009650 117M18_6 13.85050015 C6_control_C1 +LQ01X009650 117M18_6 13.71840437 C6_control_C2 +LQ01X009650 117M18_6 13.5546 C6_control_C3 +LQ01X009650 117M18_6 12.54550871 C6_chemical_A1 +LQ01X009650 117M18_6 12.58464643 C6_chemical_A3 +LQ01X009650 117M18_6 13.09824203 C6_chemical_B1 +LQ01X009650 117M18_6 12.86325249 C6_chemical_B2 +LQ01X009650 117M18_6 13.05658488 C6_chemical_B3 +LQ01X009650 117M18_6 13.66770606 C6_chemical_C1 +LQ01X009650 117M18_6 13.64581121 C6_chemical_C2 +LQ01X009650 117M18_6 13.5983515 C6_chemical_C3 +LQ01X009650 117M18_6 12.88591287 L4_control_A1 +LQ01X009650 117M18_6 12.95715233 L4_control_A2 +LQ01X009650 117M18_6 13.12801625 L4_control_A3 +LQ01X009650 117M18_6 13.21627355 L4_control_B1 +LQ01X009650 117M18_6 12.8213296 L4_control_B2 +LQ01X009650 117M18_6 13.11458564 L4_control_B3 +LQ01X009650 117M18_6 13.58985479 L4_control_C2 +LQ01X009650 117M18_6 13.64908709 L4_control_C3 +LQ01X009650 117M18_6 13.18093789 L4_chemical_A1 +LQ01X009650 117M18_6 12.93417977 L4_chemical_A2 +LQ01X009650 117M18_6 13.17866369 L4_chemical_A3 +LQ01X009650 117M18_6 13.47722892 L4_chemical_B1 +LQ01X009650 117M18_6 13.22131055 L4_chemical_B2 +LQ01X009650 117M18_6 13.0702837 L4_chemical_B3 +LQ01X009650 117M18_6 13.60848097 L4_chemical_C2 +LQ01X009650 117M18_6 13.491584 L4_chemical_C3 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.915569304 C6_control_A1 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.247688562 C6_control_A3 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.203866838 C6_control_B1 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.933659828 C6_control_B2 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.792278775 C6_control_B3 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.108767538 C6_control_C1 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.807686804 C6_control_C2 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.912731185 C6_control_C3 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.914930898 C6_chemical_A1 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.263457767 C6_chemical_A3 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.38721822 C6_chemical_B1 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.970702184 C6_chemical_B2 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.064554243 C6_chemical_B3 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.703996413 C6_chemical_C1 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.923013094 C6_chemical_C2 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.111820309 C6_chemical_C3 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.626707751 L4_control_A1 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.969602802 L4_control_A2 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.465280181 L4_control_A3 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.867063855 L4_control_B1 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.992942755 L4_control_B2 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.323326547 L4_control_B3 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.463686538 L4_control_C2 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.242965938 L4_control_C3 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.888848538 L4_chemical_A1 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.137246071 L4_chemical_A2 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.049031136 L4_chemical_A3 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.688170149 L4_chemical_B1 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.197167488 L4_chemical_B2 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.971101777 L4_chemical_B3 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.814891653 L4_chemical_C2 +LQ01X009680 Putative receptor protein kinase ZmPK1 5.218964944 L4_chemical_C3 +LQ01X009720 Predicted protein 6.578338692 C6_control_A1 +LQ01X009720 Predicted protein 6.294723219 C6_control_A3 +LQ01X009720 Predicted protein 7.045186247 C6_control_B1 +LQ01X009720 Predicted protein 6.014398941 C6_control_B2 +LQ01X009720 Predicted protein 7.135799873 C6_control_B3 +LQ01X009720 Predicted protein 5.211351831 C6_control_C1 +LQ01X009720 Predicted protein 5.631455206 C6_control_C2 +LQ01X009720 Predicted protein 5.788882849 C6_control_C3 +LQ01X009720 Predicted protein 6.465562776 C6_chemical_A1 +LQ01X009720 Predicted protein 6.774413858 C6_chemical_A3 +LQ01X009720 Predicted protein 6.435942461 C6_chemical_B1 +LQ01X009720 Predicted protein 6.133807679 C6_chemical_B2 +LQ01X009720 Predicted protein 6.263929682 C6_chemical_B3 +LQ01X009720 Predicted protein 5.427516047 C6_chemical_C1 +LQ01X009720 Predicted protein 5.611360912 C6_chemical_C2 +LQ01X009720 Predicted protein 5.989009009 C6_chemical_C3 +LQ01X009720 Predicted protein 6.38894109 L4_control_A1 +LQ01X009720 Predicted protein 6.836433747 L4_control_A2 +LQ01X009720 Predicted protein 7.169979895 L4_control_A3 +LQ01X009720 Predicted protein 6.463527666 L4_control_B1 +LQ01X009720 Predicted protein 6.201775104 L4_control_B2 +LQ01X009720 Predicted protein 6.890103859 L4_control_B3 +LQ01X009720 Predicted protein 7.561076936 L4_control_C2 +LQ01X009720 Predicted protein 6.198397313 L4_control_C3 +LQ01X009720 Predicted protein 6.251463326 L4_chemical_A1 +LQ01X009720 Predicted protein 6.772615719 L4_chemical_A2 +LQ01X009720 Predicted protein 6.819056106 L4_chemical_A3 +LQ01X009720 Predicted protein 6.794692227 L4_chemical_B1 +LQ01X009720 Predicted protein 6.535630386 L4_chemical_B2 +LQ01X009720 Predicted protein 6.480922482 L4_chemical_B3 +LQ01X009720 Predicted protein 6.539553852 L4_chemical_C2 +LQ01X009720 Predicted protein 7.7036155 L4_chemical_C3 +LQ01X009730 Predicted protein 11.99527933 C6_control_A1 +LQ01X009730 Predicted protein 12.56355101 C6_control_A3 +LQ01X009730 Predicted protein 12.42016079 C6_control_B1 +LQ01X009730 Predicted protein 13.5105367 C6_control_B2 +LQ01X009730 Predicted protein 13.07304768 C6_control_B3 +LQ01X009730 Predicted protein 11.88416353 C6_control_C1 +LQ01X009730 Predicted protein 13.34806694 C6_control_C2 +LQ01X009730 Predicted protein 13.42777552 C6_control_C3 +LQ01X009730 Predicted protein 11.56605549 C6_chemical_A1 +LQ01X009730 Predicted protein 12.06583566 C6_chemical_A3 +LQ01X009730 Predicted protein 12.33886395 C6_chemical_B1 +LQ01X009730 Predicted protein 13.47067761 C6_chemical_B2 +LQ01X009730 Predicted protein 13.15519714 C6_chemical_B3 +LQ01X009730 Predicted protein 11.53268611 C6_chemical_C1 +LQ01X009730 Predicted protein 12.71119678 C6_chemical_C2 +LQ01X009730 Predicted protein 12.97928137 C6_chemical_C3 +LQ01X009730 Predicted protein 11.30095597 L4_control_A1 +LQ01X009730 Predicted protein 12.25303573 L4_control_A2 +LQ01X009730 Predicted protein 12.50992322 L4_control_A3 +LQ01X009730 Predicted protein 12.23037931 L4_control_B1 +LQ01X009730 Predicted protein 11.5814414 L4_control_B2 +LQ01X009730 Predicted protein 13.95394921 L4_control_B3 +LQ01X009730 Predicted protein 12.04906742 L4_control_C2 +LQ01X009730 Predicted protein 12.48785347 L4_control_C3 +LQ01X009730 Predicted protein 13.19444371 L4_chemical_A1 +LQ01X009730 Predicted protein 13.30289622 L4_chemical_A2 +LQ01X009730 Predicted protein 12.43020123 L4_chemical_A3 +LQ01X009730 Predicted protein 12.19661826 L4_chemical_B1 +LQ01X009730 Predicted protein 12.69561958 L4_chemical_B2 +LQ01X009730 Predicted protein 13.19247948 L4_chemical_B3 +LQ01X009730 Predicted protein 12.18548652 L4_chemical_C2 +LQ01X009730 Predicted protein 12.63368923 L4_chemical_C3 +LQ01X009740 Protein binding protein, putative 12.26972756 C6_control_A1 +LQ01X009740 Protein binding protein, putative 12.26476063 C6_control_A3 +LQ01X009740 Protein binding protein, putative 12.6813693 C6_control_B1 +LQ01X009740 Protein binding protein, putative 12.31927021 C6_control_B2 +LQ01X009740 Protein binding protein, putative 12.90686199 C6_control_B3 +LQ01X009740 Protein binding protein, putative 11.76977864 C6_control_C1 +LQ01X009740 Protein binding protein, putative 11.47443568 C6_control_C2 +LQ01X009740 Protein binding protein, putative 12.13836044 C6_control_C3 +LQ01X009740 Protein binding protein, putative 12.13584024 C6_chemical_A1 +LQ01X009740 Protein binding protein, putative 12.33838137 C6_chemical_A3 +LQ01X009740 Protein binding protein, putative 12.38641387 C6_chemical_B1 +LQ01X009740 Protein binding protein, putative 12.27744123 C6_chemical_B2 +LQ01X009740 Protein binding protein, putative 12.49101592 C6_chemical_B3 +LQ01X009740 Protein binding protein, putative 11.81706077 C6_chemical_C1 +LQ01X009740 Protein binding protein, putative 11.58536904 C6_chemical_C2 +LQ01X009740 Protein binding protein, putative 11.92651391 C6_chemical_C3 +LQ01X009740 Protein binding protein, putative 12.10304925 L4_control_A1 +LQ01X009740 Protein binding protein, putative 12.60047925 L4_control_A2 +LQ01X009740 Protein binding protein, putative 12.14470449 L4_control_A3 +LQ01X009740 Protein binding protein, putative 12.97430128 L4_control_B1 +LQ01X009740 Protein binding protein, putative 12.39190809 L4_control_B2 +LQ01X009740 Protein binding protein, putative 12.85098881 L4_control_B3 +LQ01X009740 Protein binding protein, putative 11.83830781 L4_control_C2 +LQ01X009740 Protein binding protein, putative 12.06975995 L4_control_C3 +LQ01X009740 Protein binding protein, putative 12.15973545 L4_chemical_A1 +LQ01X009740 Protein binding protein, putative 12.28338528 L4_chemical_A2 +LQ01X009740 Protein binding protein, putative 12.18355694 L4_chemical_A3 +LQ01X009740 Protein binding protein, putative 12.70373132 L4_chemical_B1 +LQ01X009740 Protein binding protein, putative 12.35739857 L4_chemical_B2 +LQ01X009740 Protein binding protein, putative 12.71929384 L4_chemical_B3 +LQ01X009740 Protein binding protein, putative 11.81019257 L4_chemical_C2 +LQ01X009740 Protein binding protein, putative 12.23425557 L4_chemical_C3 +LQ01X009760 Hypothetical protein 6.454631527 C6_control_A1 +LQ01X009760 Hypothetical protein 6.416744841 C6_control_A3 +LQ01X009760 Hypothetical protein 6.347618026 C6_control_B1 +LQ01X009760 Hypothetical protein 6.4690839 C6_control_B2 +LQ01X009760 Hypothetical protein 6.424873002 C6_control_B3 +LQ01X009760 Hypothetical protein 6.343728979 C6_control_C1 +LQ01X009760 Hypothetical protein 6.854738678 C6_control_C2 +LQ01X009760 Hypothetical protein 6.592578031 C6_control_C3 +LQ01X009760 Hypothetical protein 6.634656839 C6_chemical_A1 +LQ01X009760 Hypothetical protein 6.015086345 C6_chemical_A3 +LQ01X009760 Hypothetical protein 6.559782214 C6_chemical_B1 +LQ01X009760 Hypothetical protein 6.475686238 C6_chemical_B2 +LQ01X009760 Hypothetical protein 5.953883782 C6_chemical_B3 +LQ01X009760 Hypothetical protein 6.438916882 C6_chemical_C1 +LQ01X009760 Hypothetical protein 6.644850378 C6_chemical_C2 +LQ01X009760 Hypothetical protein 6.500797552 C6_chemical_C3 +LQ01X009760 Hypothetical protein 6.559084279 L4_control_A1 +LQ01X009760 Hypothetical protein 6.551978016 L4_control_A2 +LQ01X009760 Hypothetical protein 6.364666272 L4_control_A3 +LQ01X009760 Hypothetical protein 6.423652576 L4_control_B1 +LQ01X009760 Hypothetical protein 5.949705809 L4_control_B2 +LQ01X009760 Hypothetical protein 6.882353111 L4_control_B3 +LQ01X009760 Hypothetical protein 6.201718498 L4_control_C2 +LQ01X009760 Hypothetical protein 5.89327648 L4_control_C3 +LQ01X009760 Hypothetical protein 6.178633623 L4_chemical_A1 +LQ01X009760 Hypothetical protein 6.616969877 L4_chemical_A2 +LQ01X009760 Hypothetical protein 6.265407945 L4_chemical_A3 +LQ01X009760 Hypothetical protein 6.193455562 L4_chemical_B1 +LQ01X009760 Hypothetical protein 6.510791304 L4_chemical_B2 +LQ01X009760 Hypothetical protein 6.529924471 L4_chemical_B3 +LQ01X009760 Hypothetical protein 5.526967826 L4_chemical_C2 +LQ01X009760 Hypothetical protein 5.579227834 L4_chemical_C3 +LQ01X009770 Transcription factor TGA1 6.487509263 C6_control_A1 +LQ01X009770 Transcription factor TGA1 5.150258051 C6_control_A3 +LQ01X009770 Transcription factor TGA1 5.608005581 C6_control_B1 +LQ01X009770 Transcription factor TGA1 8.052595594 C6_control_B2 +LQ01X009770 Transcription factor TGA1 5.473644741 C6_control_B3 +LQ01X009770 Transcription factor TGA1 9.14787025 C6_control_C1 +LQ01X009770 Transcription factor TGA1 8.494250505 C6_control_C2 +LQ01X009770 Transcription factor TGA1 9.262205603 C6_control_C3 +LQ01X009770 Transcription factor TGA1 6.052474034 C6_chemical_A1 +LQ01X009770 Transcription factor TGA1 5.995150334 C6_chemical_A3 +LQ01X009770 Transcription factor TGA1 5.540925861 C6_chemical_B1 +LQ01X009770 Transcription factor TGA1 7.702746773 C6_chemical_B2 +LQ01X009770 Transcription factor TGA1 6.351909245 C6_chemical_B3 +LQ01X009770 Transcription factor TGA1 9.108510317 C6_chemical_C1 +LQ01X009770 Transcription factor TGA1 9.034461265 C6_chemical_C2 +LQ01X009770 Transcription factor TGA1 8.98079931 C6_chemical_C3 +LQ01X009770 Transcription factor TGA1 5.811528752 L4_control_A1 +LQ01X009770 Transcription factor TGA1 5.329525894 L4_control_A2 +LQ01X009770 Transcription factor TGA1 5.141950499 L4_control_A3 +LQ01X009770 Transcription factor TGA1 5.978431996 L4_control_B1 +LQ01X009770 Transcription factor TGA1 5.122752352 L4_control_B2 +LQ01X009770 Transcription factor TGA1 6.451964757 L4_control_B3 +LQ01X009770 Transcription factor TGA1 5.751998116 L4_control_C2 +LQ01X009770 Transcription factor TGA1 6.294145679 L4_control_C3 +LQ01X009770 Transcription factor TGA1 6.715415818 L4_chemical_A1 +LQ01X009770 Transcription factor TGA1 7.046138741 L4_chemical_A2 +LQ01X009770 Transcription factor TGA1 5.731607302 L4_chemical_A3 +LQ01X009770 Transcription factor TGA1 5.943138094 L4_chemical_B1 +LQ01X009770 Transcription factor TGA1 5.274333358 L4_chemical_B2 +LQ01X009770 Transcription factor TGA1 6.074236973 L4_chemical_B3 +LQ01X009770 Transcription factor TGA1 5.923959111 L4_chemical_C2 +LQ01X009770 Transcription factor TGA1 5.188648149 L4_chemical_C3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.7508325 C6_control_A1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.7229074 C6_control_A3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.07044332 C6_control_B1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.7011704 C6_control_B2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.87710046 C6_control_B3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.03737681 C6_control_C1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.12859573 C6_control_C2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.73005697 C6_control_C3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.83119236 C6_chemical_A1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.80646296 C6_chemical_A3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.16971743 C6_chemical_B1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.73737563 C6_chemical_B2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.98890892 C6_chemical_B3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.95484108 C6_chemical_C1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.9476902 C6_chemical_C2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.02586531 C6_chemical_C3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.30455247 L4_control_A1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.92420642 L4_control_A2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 11.97963324 L4_control_A3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.96691115 L4_control_B1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.77225231 L4_control_B2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.10941359 L4_control_B3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.53569489 L4_control_C2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.8423563 L4_control_C3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.27314709 L4_chemical_A1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.72516032 L4_chemical_A2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 11.79426701 L4_chemical_A3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.27795872 L4_chemical_B1 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.10858776 L4_chemical_B2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.84681123 L4_chemical_B3 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.196094 L4_chemical_C2 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 13.8976508 L4_chemical_C3 +LQ01X009820 Putative uncharacterized protein 5.102942047 C6_control_A1 +LQ01X009820 Putative uncharacterized protein 5.405024655 C6_control_A3 +LQ01X009820 Putative uncharacterized protein 5.150403877 C6_control_B1 +LQ01X009820 Putative uncharacterized protein 4.856754959 C6_control_B2 +LQ01X009820 Putative uncharacterized protein 5.251113021 C6_control_B3 +LQ01X009820 Putative uncharacterized protein 5.161060665 C6_control_C1 +LQ01X009820 Putative uncharacterized protein 4.958689487 C6_control_C2 +LQ01X009820 Putative uncharacterized protein 4.98629909 C6_control_C3 +LQ01X009820 Putative uncharacterized protein 5.062906486 C6_chemical_A1 +LQ01X009820 Putative uncharacterized protein 5.036416179 C6_chemical_A3 +LQ01X009820 Putative uncharacterized protein 5.37434646 C6_chemical_B1 +LQ01X009820 Putative uncharacterized protein 4.838509733 C6_chemical_B2 +LQ01X009820 Putative uncharacterized protein 5.538189214 C6_chemical_B3 +LQ01X009820 Putative uncharacterized protein 5.116834966 C6_chemical_C1 +LQ01X009820 Putative uncharacterized protein 4.976194285 C6_chemical_C2 +LQ01X009820 Putative uncharacterized protein 5.228719109 C6_chemical_C3 +LQ01X009820 Putative uncharacterized protein 5.208948622 L4_control_A1 +LQ01X009820 Putative uncharacterized protein 5.355536231 L4_control_A2 +LQ01X009820 Putative uncharacterized protein 5.133048646 L4_control_A3 +LQ01X009820 Putative uncharacterized protein 5.092610133 L4_control_B1 +LQ01X009820 Putative uncharacterized protein 5.113538999 L4_control_B2 +LQ01X009820 Putative uncharacterized protein 5.184843383 L4_control_B3 +LQ01X009820 Putative uncharacterized protein 5.5572856 L4_control_C2 +LQ01X009820 Putative uncharacterized protein 5.243878356 L4_control_C3 +LQ01X009820 Putative uncharacterized protein 4.766936306 L4_chemical_A1 +LQ01X009820 Putative uncharacterized protein 5.328680495 L4_chemical_A2 +LQ01X009820 Putative uncharacterized protein 5.102645425 L4_chemical_A3 +LQ01X009820 Putative uncharacterized protein 5.281544332 L4_chemical_B1 +LQ01X009820 Putative uncharacterized protein 5.07847902 L4_chemical_B2 +LQ01X009820 Putative uncharacterized protein 5.132369001 L4_chemical_B3 +LQ01X009820 Putative uncharacterized protein 5.094066273 L4_chemical_C2 +LQ01X009820 Putative uncharacterized protein 5.032245045 L4_chemical_C3 +LQ01X009860 Putative Cytochrome P450 750A1 8.123757917 C6_control_A1 +LQ01X009860 Putative Cytochrome P450 750A1 6.944979836 C6_control_A3 +LQ01X009860 Putative Cytochrome P450 750A1 7.228033476 C6_control_B1 +LQ01X009860 Putative Cytochrome P450 750A1 9.87660472 C6_control_B2 +LQ01X009860 Putative Cytochrome P450 750A1 8.784784371 C6_control_B3 +LQ01X009860 Putative Cytochrome P450 750A1 13.25044518 C6_control_C1 +LQ01X009860 Putative Cytochrome P450 750A1 13.53426657 C6_control_C2 +LQ01X009860 Putative Cytochrome P450 750A1 14.1831118 C6_control_C3 +LQ01X009860 Putative Cytochrome P450 750A1 7.093661195 C6_chemical_A1 +LQ01X009860 Putative Cytochrome P450 750A1 7.702490821 C6_chemical_A3 +LQ01X009860 Putative Cytochrome P450 750A1 6.492515852 C6_chemical_B1 +LQ01X009860 Putative Cytochrome P450 750A1 9.343442818 C6_chemical_B2 +LQ01X009860 Putative Cytochrome P450 750A1 10.17226305 C6_chemical_B3 +LQ01X009860 Putative Cytochrome P450 750A1 12.85715776 C6_chemical_C1 +LQ01X009860 Putative Cytochrome P450 750A1 12.89086453 C6_chemical_C2 +LQ01X009860 Putative Cytochrome P450 750A1 13.52650121 C6_chemical_C3 +LQ01X009860 Putative Cytochrome P450 750A1 8.514756367 L4_control_A1 +LQ01X009860 Putative Cytochrome P450 750A1 7.188241706 L4_control_A2 +LQ01X009860 Putative Cytochrome P450 750A1 7.439599784 L4_control_A3 +LQ01X009860 Putative Cytochrome P450 750A1 8.78471301 L4_control_B1 +LQ01X009860 Putative Cytochrome P450 750A1 6.86598087 L4_control_B2 +LQ01X009860 Putative Cytochrome P450 750A1 10.7428984 L4_control_B3 +LQ01X009860 Putative Cytochrome P450 750A1 12.68757389 L4_control_C2 +LQ01X009860 Putative Cytochrome P450 750A1 12.51424931 L4_control_C3 +LQ01X009860 Putative Cytochrome P450 750A1 10.15936611 L4_chemical_A1 +LQ01X009860 Putative Cytochrome P450 750A1 8.519394708 L4_chemical_A2 +LQ01X009860 Putative Cytochrome P450 750A1 9.141019333 L4_chemical_A3 +LQ01X009860 Putative Cytochrome P450 750A1 9.571223837 L4_chemical_B1 +LQ01X009860 Putative Cytochrome P450 750A1 7.853593399 L4_chemical_B2 +LQ01X009860 Putative Cytochrome P450 750A1 9.884304207 L4_chemical_B3 +LQ01X009860 Putative Cytochrome P450 750A1 12.7280783 L4_chemical_C2 +LQ01X009860 Putative Cytochrome P450 750A1 12.63257722 L4_chemical_C3 +LQ01X009900 Putative Uncharacterized protein sll1770 12.18965322 C6_control_A1 +LQ01X009900 Putative Uncharacterized protein sll1770 11.24579321 C6_control_A3 +LQ01X009900 Putative Uncharacterized protein sll1770 12.5265285 C6_control_B1 +LQ01X009900 Putative Uncharacterized protein sll1770 12.49899124 C6_control_B2 +LQ01X009900 Putative Uncharacterized protein sll1770 11.71030924 C6_control_B3 +LQ01X009900 Putative Uncharacterized protein sll1770 13.18758584 C6_control_C1 +LQ01X009900 Putative Uncharacterized protein sll1770 12.80233955 C6_control_C2 +LQ01X009900 Putative Uncharacterized protein sll1770 12.55610015 C6_control_C3 +LQ01X009900 Putative Uncharacterized protein sll1770 12.55734847 C6_chemical_A1 +LQ01X009900 Putative Uncharacterized protein sll1770 11.95803226 C6_chemical_A3 +LQ01X009900 Putative Uncharacterized protein sll1770 12.86044244 C6_chemical_B1 +LQ01X009900 Putative Uncharacterized protein sll1770 12.84049064 C6_chemical_B2 +LQ01X009900 Putative Uncharacterized protein sll1770 11.28673439 C6_chemical_B3 +LQ01X009900 Putative Uncharacterized protein sll1770 13.56160283 C6_chemical_C1 +LQ01X009900 Putative Uncharacterized protein sll1770 13.1137144 C6_chemical_C2 +LQ01X009900 Putative Uncharacterized protein sll1770 12.99155527 C6_chemical_C3 +LQ01X009900 Putative Uncharacterized protein sll1770 11.78693636 L4_control_A1 +LQ01X009900 Putative Uncharacterized protein sll1770 11.52935071 L4_control_A2 +LQ01X009900 Putative Uncharacterized protein sll1770 11.1623312 L4_control_A3 +LQ01X009900 Putative Uncharacterized protein sll1770 11.61210428 L4_control_B1 +LQ01X009900 Putative Uncharacterized protein sll1770 11.74634568 L4_control_B2 +LQ01X009900 Putative Uncharacterized protein sll1770 11.57619589 L4_control_B3 +LQ01X009900 Putative Uncharacterized protein sll1770 12.0733719 L4_control_C2 +LQ01X009900 Putative Uncharacterized protein sll1770 11.59134305 L4_control_C3 +LQ01X009900 Putative Uncharacterized protein sll1770 11.10918938 L4_chemical_A1 +LQ01X009900 Putative Uncharacterized protein sll1770 10.90317792 L4_chemical_A2 +LQ01X009900 Putative Uncharacterized protein sll1770 11.0463774 L4_chemical_A3 +LQ01X009900 Putative Uncharacterized protein sll1770 11.52407065 L4_chemical_B1 +LQ01X009900 Putative Uncharacterized protein sll1770 11.26551329 L4_chemical_B2 +LQ01X009900 Putative Uncharacterized protein sll1770 11.09865612 L4_chemical_B3 +LQ01X009900 Putative Uncharacterized protein sll1770 12.01991286 L4_chemical_C2 +LQ01X009900 Putative Uncharacterized protein sll1770 12.08783667 L4_chemical_C3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.81849257 C6_control_A1 +LQ01X009920 Probable inactive receptor kinase At5g10020 9.751633728 C6_control_A3 +LQ01X009920 Probable inactive receptor kinase At5g10020 11.00087504 C6_control_B1 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.58939879 C6_control_B2 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.8780428 C6_control_B3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.19295689 C6_control_C1 +LQ01X009920 Probable inactive receptor kinase At5g10020 9.802703619 C6_control_C2 +LQ01X009920 Probable inactive receptor kinase At5g10020 9.60413972 C6_control_C3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.6475124 C6_chemical_A1 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.35323188 C6_chemical_A3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.93584234 C6_chemical_B1 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.32466075 C6_chemical_B2 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.75217594 C6_chemical_B3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.20870144 C6_chemical_C1 +LQ01X009920 Probable inactive receptor kinase At5g10020 9.96816799 C6_chemical_C2 +LQ01X009920 Probable inactive receptor kinase At5g10020 9.664372451 C6_chemical_C3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.83993104 L4_control_A1 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.68572376 L4_control_A2 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.96153727 L4_control_A3 +LQ01X009920 Probable inactive receptor kinase At5g10020 11.07622478 L4_control_B1 +LQ01X009920 Probable inactive receptor kinase At5g10020 11.19750597 L4_control_B2 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.74296528 L4_control_B3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.22040265 L4_control_C2 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.01701246 L4_control_C3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.65240048 L4_chemical_A1 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.28715529 L4_chemical_A2 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.67297487 L4_chemical_A3 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.84605714 L4_chemical_B1 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.93086829 L4_chemical_B2 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.45986145 L4_chemical_B3 +LQ01X009920 Probable inactive receptor kinase At5g10020 9.961149901 L4_chemical_C2 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.17900269 L4_chemical_C3 +LQ01X009970 Protein CPR-5, putative 12.50802612 C6_control_A1 +LQ01X009970 Protein CPR-5, putative 12.76305874 C6_control_A3 +LQ01X009970 Protein CPR-5, putative 12.427912 C6_control_B1 +LQ01X009970 Protein CPR-5, putative 11.6703075 C6_control_B2 +LQ01X009970 Protein CPR-5, putative 12.44406767 C6_control_B3 +LQ01X009970 Protein CPR-5, putative 11.68133403 C6_control_C1 +LQ01X009970 Protein CPR-5, putative 11.37920397 C6_control_C2 +LQ01X009970 Protein CPR-5, putative 12.24169006 C6_control_C3 +LQ01X009970 Protein CPR-5, putative 12.18553441 C6_chemical_A1 +LQ01X009970 Protein CPR-5, putative 12.83901783 C6_chemical_A3 +LQ01X009970 Protein CPR-5, putative 12.04310855 C6_chemical_B1 +LQ01X009970 Protein CPR-5, putative 11.42150881 C6_chemical_B2 +LQ01X009970 Protein CPR-5, putative 12.39211944 C6_chemical_B3 +LQ01X009970 Protein CPR-5, putative 11.38373007 C6_chemical_C1 +LQ01X009970 Protein CPR-5, putative 11.03032086 C6_chemical_C2 +LQ01X009970 Protein CPR-5, putative 12.37053724 C6_chemical_C3 +LQ01X009970 Protein CPR-5, putative 12.39802726 L4_control_A1 +LQ01X009970 Protein CPR-5, putative 11.92113235 L4_control_A2 +LQ01X009970 Protein CPR-5, putative 11.4883155 L4_control_A3 +LQ01X009970 Protein CPR-5, putative 12.32989881 L4_control_B1 +LQ01X009970 Protein CPR-5, putative 12.54430139 L4_control_B2 +LQ01X009970 Protein CPR-5, putative 12.38002702 L4_control_B3 +LQ01X009970 Protein CPR-5, putative 12.21524166 L4_control_C2 +LQ01X009970 Protein CPR-5, putative 12.34110998 L4_control_C3 +LQ01X009970 Protein CPR-5, putative 12.3608952 L4_chemical_A1 +LQ01X009970 Protein CPR-5, putative 11.89449422 L4_chemical_A2 +LQ01X009970 Protein CPR-5, putative 11.82568969 L4_chemical_A3 +LQ01X009970 Protein CPR-5, putative 12.40514809 L4_chemical_B1 +LQ01X009970 Protein CPR-5, putative 12.30266803 L4_chemical_B2 +LQ01X009970 Protein CPR-5, putative 12.36322342 L4_chemical_B3 +LQ01X009970 Protein CPR-5, putative 12.33689887 L4_chemical_C2 +LQ01X009970 Protein CPR-5, putative 12.33078698 L4_chemical_C3 +LQ01X010020 Putative uncharacterized protein 12.15331556 C6_control_A1 +LQ01X010020 Putative uncharacterized protein 11.2620715 C6_control_A3 +LQ01X010020 Putative uncharacterized protein 12.98877351 C6_control_B1 +LQ01X010020 Putative uncharacterized protein 13.95907104 C6_control_B2 +LQ01X010020 Putative uncharacterized protein 13.17952251 C6_control_B3 +LQ01X010020 Putative uncharacterized protein 15.0073802 C6_control_C1 +LQ01X010020 Putative uncharacterized protein 14.29321985 C6_control_C2 +LQ01X010020 Putative uncharacterized protein 14.42921206 C6_control_C3 +LQ01X010020 Putative uncharacterized protein 13.20700685 C6_chemical_A1 +LQ01X010020 Putative uncharacterized protein 11.35874563 C6_chemical_A3 +LQ01X010020 Putative uncharacterized protein 13.72579751 C6_chemical_B1 +LQ01X010020 Putative uncharacterized protein 14.45711339 C6_chemical_B2 +LQ01X010020 Putative uncharacterized protein 13.21666562 C6_chemical_B3 +LQ01X010020 Putative uncharacterized protein 15.25340737 C6_chemical_C1 +LQ01X010020 Putative uncharacterized protein 14.95401469 C6_chemical_C2 +LQ01X010020 Putative uncharacterized protein 14.10929001 C6_chemical_C3 +LQ01X010020 Putative uncharacterized protein 11.12439219 L4_control_A1 +LQ01X010020 Putative uncharacterized protein 12.06680937 L4_control_A2 +LQ01X010020 Putative uncharacterized protein 10.24598438 L4_control_A3 +LQ01X010020 Putative uncharacterized protein 12.77429905 L4_control_B1 +LQ01X010020 Putative uncharacterized protein 12.66253844 L4_control_B2 +LQ01X010020 Putative uncharacterized protein 12.98310955 L4_control_B3 +LQ01X010020 Putative uncharacterized protein 14.09665939 L4_control_C2 +LQ01X010020 Putative uncharacterized protein 13.02358681 L4_control_C3 +LQ01X010020 Putative uncharacterized protein 12.06713647 L4_chemical_A1 +LQ01X010020 Putative uncharacterized protein 13.36157383 L4_chemical_A2 +LQ01X010020 Putative uncharacterized protein 10.22318996 L4_chemical_A3 +LQ01X010020 Putative uncharacterized protein 12.60316226 L4_chemical_B1 +LQ01X010020 Putative uncharacterized protein 13.46263989 L4_chemical_B2 +LQ01X010020 Putative uncharacterized protein 11.80867671 L4_chemical_B3 +LQ01X010020 Putative uncharacterized protein 13.51629088 L4_chemical_C2 +LQ01X010020 Putative uncharacterized protein 13.27872986 L4_chemical_C3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.06231083 C6_control_A1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.468154 C6_control_A3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.65030459 C6_control_B1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 11.00085397 C6_control_B2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.65398682 C6_control_B3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 11.12570338 C6_control_C1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.90770466 C6_control_C2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.84979908 C6_control_C3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 9.872552762 C6_chemical_A1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.59346395 C6_chemical_A3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.56330579 C6_chemical_B1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.82667855 C6_chemical_B2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.38039504 C6_chemical_B3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 11.19301438 C6_chemical_C1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.89552863 C6_chemical_C2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.54065909 C6_chemical_C3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 9.930100432 L4_control_A1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 9.572776854 L4_control_A2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 9.047825206 L4_control_A3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.90519754 L4_control_B1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.39764298 L4_control_B2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.81537781 L4_control_B3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.4797933 L4_control_C2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.54202512 L4_control_C3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.29935636 L4_chemical_A1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 9.809900467 L4_chemical_A2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 8.920707182 L4_chemical_A3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.51426918 L4_chemical_B1 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.2801625 L4_chemical_B2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.47543367 L4_chemical_B3 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.70684079 L4_chemical_C2 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 10.57181787 L4_chemical_C3 +LQ01X010050 Cytochrome P450 78A4 5.930854613 C6_control_A1 +LQ01X010050 Cytochrome P450 78A4 6.837633322 C6_control_A3 +LQ01X010050 Cytochrome P450 78A4 5.386291748 C6_control_B1 +LQ01X010050 Cytochrome P450 78A4 5.341541594 C6_control_B2 +LQ01X010050 Cytochrome P450 78A4 5.614553484 C6_control_B3 +LQ01X010050 Cytochrome P450 78A4 5.615590175 C6_control_C1 +LQ01X010050 Cytochrome P450 78A4 5.376581332 C6_control_C2 +LQ01X010050 Cytochrome P450 78A4 5.210626637 C6_control_C3 +LQ01X010050 Cytochrome P450 78A4 6.078052606 C6_chemical_A1 +LQ01X010050 Cytochrome P450 78A4 5.990326499 C6_chemical_A3 +LQ01X010050 Cytochrome P450 78A4 5.545218334 C6_chemical_B1 +LQ01X010050 Cytochrome P450 78A4 5.449355322 C6_chemical_B2 +LQ01X010050 Cytochrome P450 78A4 5.463645822 C6_chemical_B3 +LQ01X010050 Cytochrome P450 78A4 5.507851038 C6_chemical_C1 +LQ01X010050 Cytochrome P450 78A4 5.727006277 C6_chemical_C2 +LQ01X010050 Cytochrome P450 78A4 5.370580576 C6_chemical_C3 +LQ01X010050 Cytochrome P450 78A4 6.537048056 L4_control_A1 +LQ01X010050 Cytochrome P450 78A4 5.437027126 L4_control_A2 +LQ01X010050 Cytochrome P450 78A4 7.117086863 L4_control_A3 +LQ01X010050 Cytochrome P450 78A4 5.552528866 L4_control_B1 +LQ01X010050 Cytochrome P450 78A4 5.395903201 L4_control_B2 +LQ01X010050 Cytochrome P450 78A4 5.321657096 L4_control_B3 +LQ01X010050 Cytochrome P450 78A4 5.448252366 L4_control_C2 +LQ01X010050 Cytochrome P450 78A4 5.564499665 L4_control_C3 +LQ01X010050 Cytochrome P450 78A4 7.127256502 L4_chemical_A1 +LQ01X010050 Cytochrome P450 78A4 6.640953387 L4_chemical_A2 +LQ01X010050 Cytochrome P450 78A4 7.203566823 L4_chemical_A3 +LQ01X010050 Cytochrome P450 78A4 5.594593491 L4_chemical_B1 +LQ01X010050 Cytochrome P450 78A4 5.654560934 L4_chemical_B2 +LQ01X010050 Cytochrome P450 78A4 5.718031488 L4_chemical_B3 +LQ01X010050 Cytochrome P450 78A4 5.322009486 L4_chemical_C2 +LQ01X010050 Cytochrome P450 78A4 5.562071816 L4_chemical_C3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.31098109 C6_control_A1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.09528845 C6_control_A3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.89015237 C6_control_B1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.459559393 C6_control_B2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.63086667 C6_control_B3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.690049327 C6_control_C1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.094540666 C6_control_C2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.562506286 C6_control_C3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.34156902 C6_chemical_A1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.34410687 C6_chemical_A3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 11.01140588 C6_chemical_B1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.390718663 C6_chemical_B2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.35821278 C6_chemical_B3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.603751297 C6_chemical_C1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.652308604 C6_chemical_C2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.266748366 C6_chemical_C3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.443335397 L4_control_A1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.58364238 L4_control_A2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.858726136 L4_control_A3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.868431672 L4_control_B1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 11.0035689 L4_control_B2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.426851842 L4_control_B3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.9895163 L4_control_C2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.906114207 L4_control_C3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 8.977510954 L4_chemical_A1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.771197549 L4_chemical_A2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.388231658 L4_chemical_A3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.64407254 L4_chemical_B1 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.87777329 L4_chemical_B2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 9.365508835 L4_chemical_B3 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.68148049 L4_chemical_C2 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.14400746 L4_chemical_C3 +LQ01X010070 Shikimate kinase, chloroplastic 4.704937884 C6_control_A1 +LQ01X010070 Shikimate kinase, chloroplastic 5.111108277 C6_control_A3 +LQ01X010070 Shikimate kinase, chloroplastic 4.759360767 C6_control_B1 +LQ01X010070 Shikimate kinase, chloroplastic 4.840942891 C6_control_B2 +LQ01X010070 Shikimate kinase, chloroplastic 4.907118053 C6_control_B3 +LQ01X010070 Shikimate kinase, chloroplastic 4.864258596 C6_control_C1 +LQ01X010070 Shikimate kinase, chloroplastic 5.684761725 C6_control_C2 +LQ01X010070 Shikimate kinase, chloroplastic 4.85271124 C6_control_C3 +LQ01X010070 Shikimate kinase, chloroplastic 5.22013689 C6_chemical_A1 +LQ01X010070 Shikimate kinase, chloroplastic 4.971974918 C6_chemical_A3 +LQ01X010070 Shikimate kinase, chloroplastic 4.996129755 C6_chemical_B1 +LQ01X010070 Shikimate kinase, chloroplastic 6.236010245 C6_chemical_B2 +LQ01X010070 Shikimate kinase, chloroplastic 4.942972853 C6_chemical_B3 +LQ01X010070 Shikimate kinase, chloroplastic 6.099363629 C6_chemical_C1 +LQ01X010070 Shikimate kinase, chloroplastic 5.750919687 C6_chemical_C2 +LQ01X010070 Shikimate kinase, chloroplastic 5.938208235 C6_chemical_C3 +LQ01X010070 Shikimate kinase, chloroplastic 4.997658752 L4_control_A1 +LQ01X010070 Shikimate kinase, chloroplastic 4.757922121 L4_control_A2 +LQ01X010070 Shikimate kinase, chloroplastic 4.770472465 L4_control_A3 +LQ01X010070 Shikimate kinase, chloroplastic 5.969645361 L4_control_B1 +LQ01X010070 Shikimate kinase, chloroplastic 4.901728099 L4_control_B2 +LQ01X010070 Shikimate kinase, chloroplastic 5.007753908 L4_control_B3 +LQ01X010070 Shikimate kinase, chloroplastic 5.22179352 L4_control_C2 +LQ01X010070 Shikimate kinase, chloroplastic 5.440113761 L4_control_C3 +LQ01X010070 Shikimate kinase, chloroplastic 5.02687191 L4_chemical_A1 +LQ01X010070 Shikimate kinase, chloroplastic 4.62950258 L4_chemical_A2 +LQ01X010070 Shikimate kinase, chloroplastic 4.91916525 L4_chemical_A3 +LQ01X010070 Shikimate kinase, chloroplastic 4.700306992 L4_chemical_B1 +LQ01X010070 Shikimate kinase, chloroplastic 4.79424575 L4_chemical_B2 +LQ01X010070 Shikimate kinase, chloroplastic 4.898808992 L4_chemical_B3 +LQ01X010070 Shikimate kinase, chloroplastic 5.385281199 L4_chemical_C2 +LQ01X010070 Shikimate kinase, chloroplastic 4.919851173 L4_chemical_C3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.10630927 C6_control_A1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.79055277 C6_control_A3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.02082689 C6_control_B1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.753494304 C6_control_B2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.883765954 C6_control_B3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.959976525 C6_control_C1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.18700324 C6_control_C2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.880276611 C6_control_C3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.868953522 C6_chemical_A1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.73937308 C6_chemical_A3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.819230106 C6_chemical_B1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.801716115 C6_chemical_B2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.79468619 C6_chemical_B3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.06550266 C6_chemical_C1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.09763348 C6_chemical_C2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.36271345 C6_chemical_C3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.74947603 L4_control_A1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.75656694 L4_control_A2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.92119673 L4_control_A3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.11290711 L4_control_B1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.75904683 L4_control_B2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.4599333 L4_control_B3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.6593316 L4_control_C2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 11.20091634 L4_control_C3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.96891834 L4_chemical_A1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.53327137 L4_chemical_A2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.59122088 L4_chemical_A3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.4744754 L4_chemical_B1 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.62094111 L4_chemical_B2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.41567624 L4_chemical_B3 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 10.42380034 L4_chemical_C2 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 11.23416672 L4_chemical_C3 +LQ01X010140 Predicted protein 5.877323692 C6_control_A1 +LQ01X010140 Predicted protein 6.390433114 C6_control_A3 +LQ01X010140 Predicted protein 5.637140936 C6_control_B1 +LQ01X010140 Predicted protein 6.124694567 C6_control_B2 +LQ01X010140 Predicted protein 6.502671166 C6_control_B3 +LQ01X010140 Predicted protein 5.850328582 C6_control_C1 +LQ01X010140 Predicted protein 6.188305498 C6_control_C2 +LQ01X010140 Predicted protein 6.086245216 C6_control_C3 +LQ01X010140 Predicted protein 5.786535411 C6_chemical_A1 +LQ01X010140 Predicted protein 5.674899577 C6_chemical_A3 +LQ01X010140 Predicted protein 5.239012628 C6_chemical_B1 +LQ01X010140 Predicted protein 6.128643729 C6_chemical_B2 +LQ01X010140 Predicted protein 6.02904492 C6_chemical_B3 +LQ01X010140 Predicted protein 5.990549101 C6_chemical_C1 +LQ01X010140 Predicted protein 6.023359171 C6_chemical_C2 +LQ01X010140 Predicted protein 5.908791427 C6_chemical_C3 +LQ01X010140 Predicted protein 5.70081911 L4_control_A1 +LQ01X010140 Predicted protein 5.951289998 L4_control_A2 +LQ01X010140 Predicted protein 6.189968263 L4_control_A3 +LQ01X010140 Predicted protein 6.03474565 L4_control_B1 +LQ01X010140 Predicted protein 6.067485348 L4_control_B2 +LQ01X010140 Predicted protein 5.510636115 L4_control_B3 +LQ01X010140 Predicted protein 5.075777851 L4_control_C2 +LQ01X010140 Predicted protein 5.994096776 L4_control_C3 +LQ01X010140 Predicted protein 5.783374453 L4_chemical_A1 +LQ01X010140 Predicted protein 5.962477259 L4_chemical_A2 +LQ01X010140 Predicted protein 5.729711408 L4_chemical_A3 +LQ01X010140 Predicted protein 6.039202205 L4_chemical_B1 +LQ01X010140 Predicted protein 5.919906639 L4_chemical_B2 +LQ01X010140 Predicted protein 5.891404625 L4_chemical_B3 +LQ01X010140 Predicted protein 5.539991583 L4_chemical_C2 +LQ01X010140 Predicted protein 5.783593678 L4_chemical_C3 +LQ01X010150 ABC transporter F family member 5 12.01966182 C6_control_A1 +LQ01X010150 ABC transporter F family member 5 11.01823023 C6_control_A3 +LQ01X010150 ABC transporter F family member 5 12.62422133 C6_control_B1 +LQ01X010150 ABC transporter F family member 5 12.38349597 C6_control_B2 +LQ01X010150 ABC transporter F family member 5 12.13668859 C6_control_B3 +LQ01X010150 ABC transporter F family member 5 14.66312268 C6_control_C1 +LQ01X010150 ABC transporter F family member 5 14.23843882 C6_control_C2 +LQ01X010150 ABC transporter F family member 5 13.9396614 C6_control_C3 +LQ01X010150 ABC transporter F family member 5 12.66474501 C6_chemical_A1 +LQ01X010150 ABC transporter F family member 5 11.50226011 C6_chemical_A3 +LQ01X010150 ABC transporter F family member 5 13.1867245 C6_chemical_B1 +LQ01X010150 ABC transporter F family member 5 13.26821407 C6_chemical_B2 +LQ01X010150 ABC transporter F family member 5 12.58775359 C6_chemical_B3 +LQ01X010150 ABC transporter F family member 5 14.66296841 C6_chemical_C1 +LQ01X010150 ABC transporter F family member 5 14.39741245 C6_chemical_C2 +LQ01X010150 ABC transporter F family member 5 14.54975874 C6_chemical_C3 +LQ01X010150 ABC transporter F family member 5 11.79503734 L4_control_A1 +LQ01X010150 ABC transporter F family member 5 11.93046618 L4_control_A2 +LQ01X010150 ABC transporter F family member 5 10.83284961 L4_control_A3 +LQ01X010150 ABC transporter F family member 5 12.32504944 L4_control_B1 +LQ01X010150 ABC transporter F family member 5 12.25508341 L4_control_B2 +LQ01X010150 ABC transporter F family member 5 12.73257423 L4_control_B3 +LQ01X010150 ABC transporter F family member 5 13.75030692 L4_control_C2 +LQ01X010150 ABC transporter F family member 5 13.09061367 L4_control_C3 +LQ01X010150 ABC transporter F family member 5 11.86565182 L4_chemical_A1 +LQ01X010150 ABC transporter F family member 5 12.35417968 L4_chemical_A2 +LQ01X010150 ABC transporter F family member 5 11.44672742 L4_chemical_A3 +LQ01X010150 ABC transporter F family member 5 12.2649548 L4_chemical_B1 +LQ01X010150 ABC transporter F family member 5 11.78347248 L4_chemical_B2 +LQ01X010150 ABC transporter F family member 5 11.90238683 L4_chemical_B3 +LQ01X010150 ABC transporter F family member 5 13.61491491 L4_chemical_C2 +LQ01X010150 ABC transporter F family member 5 13.428874 L4_chemical_C3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.60307617 C6_control_A1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.22032067 C6_control_A3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.14528116 C6_control_B1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.95039426 C6_control_B2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.21152058 C6_control_B3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.04320145 C6_control_C1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.91267097 C6_control_C2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.05354441 C6_control_C3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.40245567 C6_chemical_A1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.93614497 C6_chemical_A3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.74637684 C6_chemical_B1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.74259542 C6_chemical_B2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.06481282 C6_chemical_B3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.74892726 C6_chemical_C1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.67196104 C6_chemical_C2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.01410004 C6_chemical_C3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.24192866 L4_control_A1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.93109633 L4_control_A2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.78346481 L4_control_A3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.88632757 L4_control_B1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.5208345 L4_control_B2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.56529219 L4_control_B3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.5937662 L4_control_C2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.67986622 L4_control_C3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.16084222 L4_chemical_A1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.96108066 L4_chemical_A2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.02055994 L4_chemical_A3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.03353611 L4_chemical_B1 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.84263002 L4_chemical_B2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.90037074 L4_chemical_B3 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.61291656 L4_chemical_C2 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 12.75445459 L4_chemical_C3 +LQ01X010180 Putative Cytochrome P450 86B1 10.97025824 C6_control_A1 +LQ01X010180 Putative Cytochrome P450 86B1 11.11620288 C6_control_A3 +LQ01X010180 Putative Cytochrome P450 86B1 10.23513262 C6_control_B1 +LQ01X010180 Putative Cytochrome P450 86B1 10.44668394 C6_control_B2 +LQ01X010180 Putative Cytochrome P450 86B1 10.42482443 C6_control_B3 +LQ01X010180 Putative Cytochrome P450 86B1 10.63552822 C6_control_C1 +LQ01X010180 Putative Cytochrome P450 86B1 11.68920666 C6_control_C2 +LQ01X010180 Putative Cytochrome P450 86B1 11.3673893 C6_control_C3 +LQ01X010180 Putative Cytochrome P450 86B1 10.41216929 C6_chemical_A1 +LQ01X010180 Putative Cytochrome P450 86B1 11.05711129 C6_chemical_A3 +LQ01X010180 Putative Cytochrome P450 86B1 10.02378285 C6_chemical_B1 +LQ01X010180 Putative Cytochrome P450 86B1 10.0436538 C6_chemical_B2 +LQ01X010180 Putative Cytochrome P450 86B1 10.85329638 C6_chemical_B3 +LQ01X010180 Putative Cytochrome P450 86B1 10.32685239 C6_chemical_C1 +LQ01X010180 Putative Cytochrome P450 86B1 11.30375784 C6_chemical_C2 +LQ01X010180 Putative Cytochrome P450 86B1 11.45377496 C6_chemical_C3 +LQ01X010180 Putative Cytochrome P450 86B1 10.4200331 L4_control_A1 +LQ01X010180 Putative Cytochrome P450 86B1 11.25672432 L4_control_A2 +LQ01X010180 Putative Cytochrome P450 86B1 10.88779438 L4_control_A3 +LQ01X010180 Putative Cytochrome P450 86B1 10.7866025 L4_control_B1 +LQ01X010180 Putative Cytochrome P450 86B1 10.94584147 L4_control_B2 +LQ01X010180 Putative Cytochrome P450 86B1 11.35336514 L4_control_B3 +LQ01X010180 Putative Cytochrome P450 86B1 11.61322093 L4_control_C2 +LQ01X010180 Putative Cytochrome P450 86B1 11.60179304 L4_control_C3 +LQ01X010180 Putative Cytochrome P450 86B1 10.12311349 L4_chemical_A1 +LQ01X010180 Putative Cytochrome P450 86B1 10.45227863 L4_chemical_A2 +LQ01X010180 Putative Cytochrome P450 86B1 10.65734412 L4_chemical_A3 +LQ01X010180 Putative Cytochrome P450 86B1 10.28747063 L4_chemical_B1 +LQ01X010180 Putative Cytochrome P450 86B1 10.72477058 L4_chemical_B2 +LQ01X010180 Putative Cytochrome P450 86B1 11.0822615 L4_chemical_B3 +LQ01X010180 Putative Cytochrome P450 86B1 11.52176508 L4_chemical_C2 +LQ01X010180 Putative Cytochrome P450 86B1 11.84941094 L4_chemical_C3 +LQ01X010200 Uncharacterized protein At5g64816 5.464925952 C6_control_A1 +LQ01X010200 Uncharacterized protein At5g64816 5.970316764 C6_control_A3 +LQ01X010200 Uncharacterized protein At5g64816 5.690318797 C6_control_B1 +LQ01X010200 Uncharacterized protein At5g64816 5.549721705 C6_control_B2 +LQ01X010200 Uncharacterized protein At5g64816 5.379793309 C6_control_B3 +LQ01X010200 Uncharacterized protein At5g64816 5.990121572 C6_control_C1 +LQ01X010200 Uncharacterized protein At5g64816 6.971755296 C6_control_C2 +LQ01X010200 Uncharacterized protein At5g64816 5.329498376 C6_control_C3 +LQ01X010200 Uncharacterized protein At5g64816 5.191570278 C6_chemical_A1 +LQ01X010200 Uncharacterized protein At5g64816 5.001607081 C6_chemical_A3 +LQ01X010200 Uncharacterized protein At5g64816 5.852627215 C6_chemical_B1 +LQ01X010200 Uncharacterized protein At5g64816 5.448844383 C6_chemical_B2 +LQ01X010200 Uncharacterized protein At5g64816 5.184458335 C6_chemical_B3 +LQ01X010200 Uncharacterized protein At5g64816 6.260925043 C6_chemical_C1 +LQ01X010200 Uncharacterized protein At5g64816 5.650631094 C6_chemical_C2 +LQ01X010200 Uncharacterized protein At5g64816 5.211792265 C6_chemical_C3 +LQ01X010200 Uncharacterized protein At5g64816 5.235234405 L4_control_A1 +LQ01X010200 Uncharacterized protein At5g64816 5.225019711 L4_control_A2 +LQ01X010200 Uncharacterized protein At5g64816 4.855792248 L4_control_A3 +LQ01X010200 Uncharacterized protein At5g64816 5.262657778 L4_control_B1 +LQ01X010200 Uncharacterized protein At5g64816 5.391709196 L4_control_B2 +LQ01X010200 Uncharacterized protein At5g64816 5.446029025 L4_control_B3 +LQ01X010200 Uncharacterized protein At5g64816 5.690564681 L4_control_C2 +LQ01X010200 Uncharacterized protein At5g64816 6.006955069 L4_control_C3 +LQ01X010200 Uncharacterized protein At5g64816 5.66379498 L4_chemical_A1 +LQ01X010200 Uncharacterized protein At5g64816 5.221411142 L4_chemical_A2 +LQ01X010200 Uncharacterized protein At5g64816 4.934120962 L4_chemical_A3 +LQ01X010200 Uncharacterized protein At5g64816 5.384114406 L4_chemical_B1 +LQ01X010200 Uncharacterized protein At5g64816 5.295990641 L4_chemical_B2 +LQ01X010200 Uncharacterized protein At5g64816 5.469431233 L4_chemical_B3 +LQ01X010200 Uncharacterized protein At5g64816 5.561113765 L4_chemical_C2 +LQ01X010200 Uncharacterized protein At5g64816 6.279034161 L4_chemical_C3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.227243021 C6_control_A1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.472741209 C6_control_A3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 6.044683327 C6_control_B1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.573093155 C6_control_B2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.77858317 C6_control_B3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.456735644 C6_control_C1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.855938809 C6_control_C2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.602986555 C6_control_C3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.300355641 C6_chemical_A1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.018435101 C6_chemical_A3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.078790797 C6_chemical_B1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.614880424 C6_chemical_B2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 4.975571017 C6_chemical_B3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.670694875 C6_chemical_C1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.673371388 C6_chemical_C2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.265538665 C6_chemical_C3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.507168883 L4_control_A1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.148575688 L4_control_A2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.51254514 L4_control_A3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.503126438 L4_control_B1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.60293779 L4_control_B2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.254934406 L4_control_B3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.892574343 L4_control_C2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.834234795 L4_control_C3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.210374529 L4_chemical_A1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.316702472 L4_chemical_A2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.494723777 L4_chemical_A3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.394905005 L4_chemical_B1 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 6.29725293 L4_chemical_B2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.209889765 L4_chemical_B3 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.019677332 L4_chemical_C2 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.783016501 L4_chemical_C3 +LQ01X010230 Ras-related protein Rab7 6.757251823 C6_control_A1 +LQ01X010230 Ras-related protein Rab7 6.238950161 C6_control_A3 +LQ01X010230 Ras-related protein Rab7 7.974134745 C6_control_B1 +LQ01X010230 Ras-related protein Rab7 9.168634343 C6_control_B2 +LQ01X010230 Ras-related protein Rab7 8.13954114 C6_control_B3 +LQ01X010230 Ras-related protein Rab7 8.689521108 C6_control_C1 +LQ01X010230 Ras-related protein Rab7 9.223059994 C6_control_C2 +LQ01X010230 Ras-related protein Rab7 9.335262975 C6_control_C3 +LQ01X010230 Ras-related protein Rab7 6.316909401 C6_chemical_A1 +LQ01X010230 Ras-related protein Rab7 6.650978852 C6_chemical_A3 +LQ01X010230 Ras-related protein Rab7 7.902451488 C6_chemical_B1 +LQ01X010230 Ras-related protein Rab7 8.987284871 C6_chemical_B2 +LQ01X010230 Ras-related protein Rab7 8.240076874 C6_chemical_B3 +LQ01X010230 Ras-related protein Rab7 8.786656823 C6_chemical_C1 +LQ01X010230 Ras-related protein Rab7 8.800069503 C6_chemical_C2 +LQ01X010230 Ras-related protein Rab7 9.472318559 C6_chemical_C3 +LQ01X010230 Ras-related protein Rab7 7.332327965 L4_control_A1 +LQ01X010230 Ras-related protein Rab7 7.725933651 L4_control_A2 +LQ01X010230 Ras-related protein Rab7 7.874070325 L4_control_A3 +LQ01X010230 Ras-related protein Rab7 8.368913778 L4_control_B1 +LQ01X010230 Ras-related protein Rab7 7.650057641 L4_control_B2 +LQ01X010230 Ras-related protein Rab7 9.228798548 L4_control_B3 +LQ01X010230 Ras-related protein Rab7 6.747181218 L4_control_C2 +LQ01X010230 Ras-related protein Rab7 8.149736931 L4_control_C3 +LQ01X010230 Ras-related protein Rab7 7.044161761 L4_chemical_A1 +LQ01X010230 Ras-related protein Rab7 7.228181149 L4_chemical_A2 +LQ01X010230 Ras-related protein Rab7 7.303162478 L4_chemical_A3 +LQ01X010230 Ras-related protein Rab7 7.360001585 L4_chemical_B1 +LQ01X010230 Ras-related protein Rab7 7.076199054 L4_chemical_B2 +LQ01X010230 Ras-related protein Rab7 8.424302947 L4_chemical_B3 +LQ01X010230 Ras-related protein Rab7 6.701615496 L4_chemical_C2 +LQ01X010230 Ras-related protein Rab7 7.83292795 L4_chemical_C3 +LQ01X010240 Putative uncharacterized protein 5.162246517 C6_control_A1 +LQ01X010240 Putative uncharacterized protein 6.147599031 C6_control_A3 +LQ01X010240 Putative uncharacterized protein 4.718080074 C6_control_B1 +LQ01X010240 Putative uncharacterized protein 5.405591684 C6_control_B2 +LQ01X010240 Putative uncharacterized protein 5.496891609 C6_control_B3 +LQ01X010240 Putative uncharacterized protein 5.342721704 C6_control_C1 +LQ01X010240 Putative uncharacterized protein 5.949360117 C6_control_C2 +LQ01X010240 Putative uncharacterized protein 5.536380211 C6_control_C3 +LQ01X010240 Putative uncharacterized protein 5.181102319 C6_chemical_A1 +LQ01X010240 Putative uncharacterized protein 5.44279779 C6_chemical_A3 +LQ01X010240 Putative uncharacterized protein 4.695777016 C6_chemical_B1 +LQ01X010240 Putative uncharacterized protein 5.668482207 C6_chemical_B2 +LQ01X010240 Putative uncharacterized protein 5.222179798 C6_chemical_B3 +LQ01X010240 Putative uncharacterized protein 5.087184367 C6_chemical_C1 +LQ01X010240 Putative uncharacterized protein 5.870230719 C6_chemical_C2 +LQ01X010240 Putative uncharacterized protein 5.368099741 C6_chemical_C3 +LQ01X010240 Putative uncharacterized protein 4.948484379 L4_control_A1 +LQ01X010240 Putative uncharacterized protein 5.065254111 L4_control_A2 +LQ01X010240 Putative uncharacterized protein 4.899809694 L4_control_A3 +LQ01X010240 Putative uncharacterized protein 5.067903257 L4_control_B1 +LQ01X010240 Putative uncharacterized protein 5.74207354 L4_control_B2 +LQ01X010240 Putative uncharacterized protein 5.207275627 L4_control_B3 +LQ01X010240 Putative uncharacterized protein 5.475215643 L4_control_C2 +LQ01X010240 Putative uncharacterized protein 5.107982633 L4_control_C3 +LQ01X010240 Putative uncharacterized protein 4.666326582 L4_chemical_A1 +LQ01X010240 Putative uncharacterized protein 5.255352618 L4_chemical_A2 +LQ01X010240 Putative uncharacterized protein 5.337031985 L4_chemical_A3 +LQ01X010240 Putative uncharacterized protein 5.528284917 L4_chemical_B1 +LQ01X010240 Putative uncharacterized protein 5.011152237 L4_chemical_B2 +LQ01X010240 Putative uncharacterized protein 5.217311327 L4_chemical_B3 +LQ01X010240 Putative uncharacterized protein 4.769844111 L4_chemical_C2 +LQ01X010240 Putative uncharacterized protein 5.627797658 L4_chemical_C3 +LQ01X010250 60S ribosomal protein L4-1 6.761361391 C6_control_A1 +LQ01X010250 60S ribosomal protein L4-1 7.848519885 C6_control_A3 +LQ01X010250 60S ribosomal protein L4-1 6.332366267 C6_control_B1 +LQ01X010250 60S ribosomal protein L4-1 6.548482949 C6_control_B2 +LQ01X010250 60S ribosomal protein L4-1 6.142533349 C6_control_B3 +LQ01X010250 60S ribosomal protein L4-1 6.125383725 C6_control_C1 +LQ01X010250 60S ribosomal protein L4-1 6.523185932 C6_control_C2 +LQ01X010250 60S ribosomal protein L4-1 6.362453571 C6_control_C3 +LQ01X010250 60S ribosomal protein L4-1 6.964769553 C6_chemical_A1 +LQ01X010250 60S ribosomal protein L4-1 7.048238564 C6_chemical_A3 +LQ01X010250 60S ribosomal protein L4-1 6.22579079 C6_chemical_B1 +LQ01X010250 60S ribosomal protein L4-1 6.106721776 C6_chemical_B2 +LQ01X010250 60S ribosomal protein L4-1 6.345956282 C6_chemical_B3 +LQ01X010250 60S ribosomal protein L4-1 6.337627278 C6_chemical_C1 +LQ01X010250 60S ribosomal protein L4-1 6.305670588 C6_chemical_C2 +LQ01X010250 60S ribosomal protein L4-1 6.399589841 C6_chemical_C3 +LQ01X010250 60S ribosomal protein L4-1 6.423091608 L4_control_A1 +LQ01X010250 60S ribosomal protein L4-1 6.494462408 L4_control_A2 +LQ01X010250 60S ribosomal protein L4-1 6.471555675 L4_control_A3 +LQ01X010250 60S ribosomal protein L4-1 6.047107749 L4_control_B1 +LQ01X010250 60S ribosomal protein L4-1 6.060138035 L4_control_B2 +LQ01X010250 60S ribosomal protein L4-1 6.286637041 L4_control_B3 +LQ01X010250 60S ribosomal protein L4-1 5.333427932 L4_control_C2 +LQ01X010250 60S ribosomal protein L4-1 6.119319185 L4_control_C3 +LQ01X010250 60S ribosomal protein L4-1 5.970971056 L4_chemical_A1 +LQ01X010250 60S ribosomal protein L4-1 6.21707 L4_chemical_A2 +LQ01X010250 60S ribosomal protein L4-1 6.572327962 L4_chemical_A3 +LQ01X010250 60S ribosomal protein L4-1 6.870930414 L4_chemical_B1 +LQ01X010250 60S ribosomal protein L4-1 6.088930352 L4_chemical_B2 +LQ01X010250 60S ribosomal protein L4-1 6.061555941 L4_chemical_B3 +LQ01X010250 60S ribosomal protein L4-1 6.283962914 L4_chemical_C2 +LQ01X010250 60S ribosomal protein L4-1 6.433661163 L4_chemical_C3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.8091449 C6_control_A1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.66066961 C6_control_A3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.37128989 C6_control_B1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.94237231 C6_control_B2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.15224062 C6_control_B3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.152353 C6_control_C1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.48329503 C6_control_C2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 12.95008509 C6_control_C3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.85242774 C6_chemical_A1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.7212544 C6_chemical_A3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.08276836 C6_chemical_B1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.84434886 C6_chemical_B2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 12.99780692 C6_chemical_B3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.35065049 C6_chemical_C1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.45653084 C6_chemical_C2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 12.95398 C6_chemical_C3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.88393761 L4_control_A1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.8814488 L4_control_A2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.68873535 L4_control_A3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.09545056 L4_control_B1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.29989233 L4_control_B2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.04750999 L4_control_B3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 12.87042166 L4_control_C2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 12.69473475 L4_control_C3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.74620812 L4_chemical_A1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.55934557 L4_chemical_A2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.85242514 L4_chemical_A3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.08243726 L4_chemical_B1 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 12.90002931 L4_chemical_B2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.19574677 L4_chemical_B3 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 12.82781688 L4_chemical_C2 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 12.77109978 L4_chemical_C3 +LQ01X010280 UPF0202 protein At1g10490 11.31273257 C6_control_A1 +LQ01X010280 UPF0202 protein At1g10490 11.40721867 C6_control_A3 +LQ01X010280 UPF0202 protein At1g10490 10.82154185 C6_control_B1 +LQ01X010280 UPF0202 protein At1g10490 10.63158562 C6_control_B2 +LQ01X010280 UPF0202 protein At1g10490 10.66078779 C6_control_B3 +LQ01X010280 UPF0202 protein At1g10490 10.93491084 C6_control_C1 +LQ01X010280 UPF0202 protein At1g10490 11.11646546 C6_control_C2 +LQ01X010280 UPF0202 protein At1g10490 11.19015541 C6_control_C3 +LQ01X010280 UPF0202 protein At1g10490 10.92060647 C6_chemical_A1 +LQ01X010280 UPF0202 protein At1g10490 11.2211205 C6_chemical_A3 +LQ01X010280 UPF0202 protein At1g10490 10.36963419 C6_chemical_B1 +LQ01X010280 UPF0202 protein At1g10490 10.3322206 C6_chemical_B2 +LQ01X010280 UPF0202 protein At1g10490 10.3720662 C6_chemical_B3 +LQ01X010280 UPF0202 protein At1g10490 10.64908069 C6_chemical_C1 +LQ01X010280 UPF0202 protein At1g10490 10.8471616 C6_chemical_C2 +LQ01X010280 UPF0202 protein At1g10490 10.79079401 C6_chemical_C3 +LQ01X010280 UPF0202 protein At1g10490 11.41491174 L4_control_A1 +LQ01X010280 UPF0202 protein At1g10490 11.69734334 L4_control_A2 +LQ01X010280 UPF0202 protein At1g10490 12.03559918 L4_control_A3 +LQ01X010280 UPF0202 protein At1g10490 11.18766727 L4_control_B1 +LQ01X010280 UPF0202 protein At1g10490 11.72806453 L4_control_B2 +LQ01X010280 UPF0202 protein At1g10490 11.21850809 L4_control_B3 +LQ01X010280 UPF0202 protein At1g10490 12.02927015 L4_control_C2 +LQ01X010280 UPF0202 protein At1g10490 12.12825074 L4_control_C3 +LQ01X010280 UPF0202 protein At1g10490 11.45834312 L4_chemical_A1 +LQ01X010280 UPF0202 protein At1g10490 10.96796638 L4_chemical_A2 +LQ01X010280 UPF0202 protein At1g10490 11.80316663 L4_chemical_A3 +LQ01X010280 UPF0202 protein At1g10490 11.13352515 L4_chemical_B1 +LQ01X010280 UPF0202 protein At1g10490 11.44362147 L4_chemical_B2 +LQ01X010280 UPF0202 protein At1g10490 10.96191305 L4_chemical_B3 +LQ01X010280 UPF0202 protein At1g10490 11.95605128 L4_chemical_C2 +LQ01X010280 UPF0202 protein At1g10490 12.01867879 L4_chemical_C3 +LQ01X010290 Predicted protein 5.385934934 C6_control_A1 +LQ01X010290 Predicted protein 5.542255204 C6_control_A3 +LQ01X010290 Predicted protein 5.614186547 C6_control_B1 +LQ01X010290 Predicted protein 5.38152225 C6_control_B2 +LQ01X010290 Predicted protein 5.772960233 C6_control_B3 +LQ01X010290 Predicted protein 5.598935693 C6_control_C1 +LQ01X010290 Predicted protein 6.073889696 C6_control_C2 +LQ01X010290 Predicted protein 5.477518586 C6_control_C3 +LQ01X010290 Predicted protein 5.307676207 C6_chemical_A1 +LQ01X010290 Predicted protein 5.34158758 C6_chemical_A3 +LQ01X010290 Predicted protein 5.375794194 C6_chemical_B1 +LQ01X010290 Predicted protein 5.256788746 C6_chemical_B2 +LQ01X010290 Predicted protein 5.065472286 C6_chemical_B3 +LQ01X010290 Predicted protein 5.927811039 C6_chemical_C1 +LQ01X010290 Predicted protein 5.410458607 C6_chemical_C2 +LQ01X010290 Predicted protein 5.201486417 C6_chemical_C3 +LQ01X010290 Predicted protein 5.1741229 L4_control_A1 +LQ01X010290 Predicted protein 5.478439426 L4_control_A2 +LQ01X010290 Predicted protein 6.429770036 L4_control_A3 +LQ01X010290 Predicted protein 5.303523815 L4_control_B1 +LQ01X010290 Predicted protein 6.156634452 L4_control_B2 +LQ01X010290 Predicted protein 5.410525328 L4_control_B3 +LQ01X010290 Predicted protein 5.353625803 L4_control_C2 +LQ01X010290 Predicted protein 4.984972028 L4_control_C3 +LQ01X010290 Predicted protein 5.238345462 L4_chemical_A1 +LQ01X010290 Predicted protein 5.631887217 L4_chemical_A2 +LQ01X010290 Predicted protein 6.093931693 L4_chemical_A3 +LQ01X010290 Predicted protein 5.788529285 L4_chemical_B1 +LQ01X010290 Predicted protein 5.495246492 L4_chemical_B2 +LQ01X010290 Predicted protein 5.391531522 L4_chemical_B3 +LQ01X010290 Predicted protein 5.49912663 L4_chemical_C2 +LQ01X010290 Predicted protein 5.001601723 L4_chemical_C3 +LQ01X010340 Putative uncharacterized protein 6.658767881 C6_control_A1 +LQ01X010340 Putative uncharacterized protein 6.129562213 C6_control_A3 +LQ01X010340 Putative uncharacterized protein 7.407336927 C6_control_B1 +LQ01X010340 Putative uncharacterized protein 6.009400353 C6_control_B2 +LQ01X010340 Putative uncharacterized protein 6.939752846 C6_control_B3 +LQ01X010340 Putative uncharacterized protein 6.188121917 C6_control_C1 +LQ01X010340 Putative uncharacterized protein 5.619200746 C6_control_C2 +LQ01X010340 Putative uncharacterized protein 6.302783754 C6_control_C3 +LQ01X010340 Putative uncharacterized protein 6.372458583 C6_chemical_A1 +LQ01X010340 Putative uncharacterized protein 6.313258641 C6_chemical_A3 +LQ01X010340 Putative uncharacterized protein 6.779927692 C6_chemical_B1 +LQ01X010340 Putative uncharacterized protein 6.134448724 C6_chemical_B2 +LQ01X010340 Putative uncharacterized protein 6.544404984 C6_chemical_B3 +LQ01X010340 Putative uncharacterized protein 5.532175826 C6_chemical_C1 +LQ01X010340 Putative uncharacterized protein 5.629404822 C6_chemical_C2 +LQ01X010340 Putative uncharacterized protein 6.018087738 C6_chemical_C3 +LQ01X010340 Putative uncharacterized protein 6.437678331 L4_control_A1 +LQ01X010340 Putative uncharacterized protein 6.684471295 L4_control_A2 +LQ01X010340 Putative uncharacterized protein 6.836146436 L4_control_A3 +LQ01X010340 Putative uncharacterized protein 7.391160071 L4_control_B1 +LQ01X010340 Putative uncharacterized protein 7.346290144 L4_control_B2 +LQ01X010340 Putative uncharacterized protein 6.490108679 L4_control_B3 +LQ01X010340 Putative uncharacterized protein 7.338219 L4_control_C2 +LQ01X010340 Putative uncharacterized protein 6.773129169 L4_control_C3 +LQ01X010340 Putative uncharacterized protein 6.291181106 L4_chemical_A1 +LQ01X010340 Putative uncharacterized protein 6.571850737 L4_chemical_A2 +LQ01X010340 Putative uncharacterized protein 6.556047865 L4_chemical_A3 +LQ01X010340 Putative uncharacterized protein 6.871476959 L4_chemical_B1 +LQ01X010340 Putative uncharacterized protein 7.008548647 L4_chemical_B2 +LQ01X010340 Putative uncharacterized protein 6.555984248 L4_chemical_B3 +LQ01X010340 Putative uncharacterized protein 7.294254056 L4_chemical_C2 +LQ01X010340 Putative uncharacterized protein 6.763602639 L4_chemical_C3 +LQ01X010370 Putative uncharacterized protein 10.01415906 C6_control_A1 +LQ01X010370 Putative uncharacterized protein 10.96570304 C6_control_A3 +LQ01X010370 Putative uncharacterized protein 10.49912029 C6_control_B1 +LQ01X010370 Putative uncharacterized protein 10.06215163 C6_control_B2 +LQ01X010370 Putative uncharacterized protein 10.40027331 C6_control_B3 +LQ01X010370 Putative uncharacterized protein 8.664893985 C6_control_C1 +LQ01X010370 Putative uncharacterized protein 7.758757918 C6_control_C2 +LQ01X010370 Putative uncharacterized protein 8.845176001 C6_control_C3 +LQ01X010370 Putative uncharacterized protein 9.65078269 C6_chemical_A1 +LQ01X010370 Putative uncharacterized protein 11.55005947 C6_chemical_A3 +LQ01X010370 Putative uncharacterized protein 9.738243809 C6_chemical_B1 +LQ01X010370 Putative uncharacterized protein 9.783759815 C6_chemical_B2 +LQ01X010370 Putative uncharacterized protein 9.684488759 C6_chemical_B3 +LQ01X010370 Putative uncharacterized protein 8.631171647 C6_chemical_C1 +LQ01X010370 Putative uncharacterized protein 8.305493246 C6_chemical_C2 +LQ01X010370 Putative uncharacterized protein 8.239511027 C6_chemical_C3 +LQ01X010370 Putative uncharacterized protein 10.7564476 L4_control_A1 +LQ01X010370 Putative uncharacterized protein 10.48762911 L4_control_A2 +LQ01X010370 Putative uncharacterized protein 11.9512776 L4_control_A3 +LQ01X010370 Putative uncharacterized protein 10.97947902 L4_control_B1 +LQ01X010370 Putative uncharacterized protein 11.08154711 L4_control_B2 +LQ01X010370 Putative uncharacterized protein 9.927868627 L4_control_B3 +LQ01X010370 Putative uncharacterized protein 9.954306728 L4_control_C2 +LQ01X010370 Putative uncharacterized protein 9.466511171 L4_control_C3 +LQ01X010370 Putative uncharacterized protein 10.02531679 L4_chemical_A1 +LQ01X010370 Putative uncharacterized protein 10.06843469 L4_chemical_A2 +LQ01X010370 Putative uncharacterized protein 11.18003124 L4_chemical_A3 +LQ01X010370 Putative uncharacterized protein 10.71355194 L4_chemical_B1 +LQ01X010370 Putative uncharacterized protein 10.97057305 L4_chemical_B2 +LQ01X010370 Putative uncharacterized protein 9.714116931 L4_chemical_B3 +LQ01X010370 Putative uncharacterized protein 9.863308597 L4_chemical_C2 +LQ01X010370 Putative uncharacterized protein 9.390087144 L4_chemical_C3 +LQ01X010390 Systemin receptor SR160 12.33560318 C6_control_A1 +LQ01X010390 Systemin receptor SR160 12.22361969 C6_control_A3 +LQ01X010390 Systemin receptor SR160 12.6172316 C6_control_B1 +LQ01X010390 Systemin receptor SR160 12.41222987 C6_control_B2 +LQ01X010390 Systemin receptor SR160 12.66062797 C6_control_B3 +LQ01X010390 Systemin receptor SR160 11.52828547 C6_control_C1 +LQ01X010390 Systemin receptor SR160 11.20674249 C6_control_C2 +LQ01X010390 Systemin receptor SR160 11.88078027 C6_control_C3 +LQ01X010390 Systemin receptor SR160 12.2836572 C6_chemical_A1 +LQ01X010390 Systemin receptor SR160 12.28969173 C6_chemical_A3 +LQ01X010390 Systemin receptor SR160 12.6706659 C6_chemical_B1 +LQ01X010390 Systemin receptor SR160 12.62642721 C6_chemical_B2 +LQ01X010390 Systemin receptor SR160 12.54946075 C6_chemical_B3 +LQ01X010390 Systemin receptor SR160 11.13998979 C6_chemical_C1 +LQ01X010390 Systemin receptor SR160 10.9103571 C6_chemical_C2 +LQ01X010390 Systemin receptor SR160 10.98943751 C6_chemical_C3 +LQ01X010390 Systemin receptor SR160 12.05914368 L4_control_A1 +LQ01X010390 Systemin receptor SR160 12.30867326 L4_control_A2 +LQ01X010390 Systemin receptor SR160 11.10657792 L4_control_A3 +LQ01X010390 Systemin receptor SR160 12.82399254 L4_control_B1 +LQ01X010390 Systemin receptor SR160 12.68838326 L4_control_B2 +LQ01X010390 Systemin receptor SR160 12.00615819 L4_control_B3 +LQ01X010390 Systemin receptor SR160 12.15238151 L4_control_C2 +LQ01X010390 Systemin receptor SR160 12.14369587 L4_control_C3 +LQ01X010390 Systemin receptor SR160 12.36503792 L4_chemical_A1 +LQ01X010390 Systemin receptor SR160 13.10505014 L4_chemical_A2 +LQ01X010390 Systemin receptor SR160 11.49029275 L4_chemical_A3 +LQ01X010390 Systemin receptor SR160 12.95007005 L4_chemical_B1 +LQ01X010390 Systemin receptor SR160 12.90113671 L4_chemical_B2 +LQ01X010390 Systemin receptor SR160 12.47716372 L4_chemical_B3 +LQ01X010390 Systemin receptor SR160 11.85462577 L4_chemical_C2 +LQ01X010390 Systemin receptor SR160 11.63778133 L4_chemical_C3 +LQ01X010410 Putative uncharacterized protein 10.74835116 C6_control_A1 +LQ01X010410 Putative uncharacterized protein 10.70569694 C6_control_A3 +LQ01X010410 Putative uncharacterized protein 10.80698927 C6_control_B1 +LQ01X010410 Putative uncharacterized protein 11.90953611 C6_control_B2 +LQ01X010410 Putative uncharacterized protein 11.49809801 C6_control_B3 +LQ01X010410 Putative uncharacterized protein 12.72392556 C6_control_C1 +LQ01X010410 Putative uncharacterized protein 12.54421785 C6_control_C2 +LQ01X010410 Putative uncharacterized protein 12.31554456 C6_control_C3 +LQ01X010410 Putative uncharacterized protein 10.70009073 C6_chemical_A1 +LQ01X010410 Putative uncharacterized protein 11.10665864 C6_chemical_A3 +LQ01X010410 Putative uncharacterized protein 10.63731451 C6_chemical_B1 +LQ01X010410 Putative uncharacterized protein 11.66149661 C6_chemical_B2 +LQ01X010410 Putative uncharacterized protein 10.81980717 C6_chemical_B3 +LQ01X010410 Putative uncharacterized protein 12.61367807 C6_chemical_C1 +LQ01X010410 Putative uncharacterized protein 12.30900223 C6_chemical_C2 +LQ01X010410 Putative uncharacterized protein 12.22013967 C6_chemical_C3 +LQ01X010410 Putative uncharacterized protein 10.90597373 L4_control_A1 +LQ01X010410 Putative uncharacterized protein 10.893141 L4_control_A2 +LQ01X010410 Putative uncharacterized protein 10.82038673 L4_control_A3 +LQ01X010410 Putative uncharacterized protein 10.62161736 L4_control_B1 +LQ01X010410 Putative uncharacterized protein 10.10369238 L4_control_B2 +LQ01X010410 Putative uncharacterized protein 11.49507315 L4_control_B3 +LQ01X010410 Putative uncharacterized protein 11.6629201 L4_control_C2 +LQ01X010410 Putative uncharacterized protein 11.12023017 L4_control_C3 +LQ01X010410 Putative uncharacterized protein 11.49355278 L4_chemical_A1 +LQ01X010410 Putative uncharacterized protein 11.62764093 L4_chemical_A2 +LQ01X010410 Putative uncharacterized protein 11.2315266 L4_chemical_A3 +LQ01X010410 Putative uncharacterized protein 10.30962224 L4_chemical_B1 +LQ01X010410 Putative uncharacterized protein 10.480833 L4_chemical_B2 +LQ01X010410 Putative uncharacterized protein 10.64624149 L4_chemical_B3 +LQ01X010410 Putative uncharacterized protein 11.54121694 L4_chemical_C2 +LQ01X010410 Putative uncharacterized protein 11.36933673 L4_chemical_C3 +LQ01X010420 Putative uncharacterized protein 5.012431511 C6_control_A1 +LQ01X010420 Putative uncharacterized protein 5.111510587 C6_control_A3 +LQ01X010420 Putative uncharacterized protein 5.219530452 C6_control_B1 +LQ01X010420 Putative uncharacterized protein 5.076526009 C6_control_B2 +LQ01X010420 Putative uncharacterized protein 4.920345226 C6_control_B3 +LQ01X010420 Putative uncharacterized protein 5.535097752 C6_control_C1 +LQ01X010420 Putative uncharacterized protein 4.905984047 C6_control_C2 +LQ01X010420 Putative uncharacterized protein 5.164680512 C6_control_C3 +LQ01X010420 Putative uncharacterized protein 5.298965698 C6_chemical_A1 +LQ01X010420 Putative uncharacterized protein 5.237147228 C6_chemical_A3 +LQ01X010420 Putative uncharacterized protein 5.26353613 C6_chemical_B1 +LQ01X010420 Putative uncharacterized protein 4.842996171 C6_chemical_B2 +LQ01X010420 Putative uncharacterized protein 4.785571407 C6_chemical_B3 +LQ01X010420 Putative uncharacterized protein 5.048841303 C6_chemical_C1 +LQ01X010420 Putative uncharacterized protein 5.492584508 C6_chemical_C2 +LQ01X010420 Putative uncharacterized protein 5.459508459 C6_chemical_C3 +LQ01X010420 Putative uncharacterized protein 5.141518701 L4_control_A1 +LQ01X010420 Putative uncharacterized protein 5.061272851 L4_control_A2 +LQ01X010420 Putative uncharacterized protein 5.014021377 L4_control_A3 +LQ01X010420 Putative uncharacterized protein 5.404711674 L4_control_B1 +LQ01X010420 Putative uncharacterized protein 5.329451623 L4_control_B2 +LQ01X010420 Putative uncharacterized protein 5.207438975 L4_control_B3 +LQ01X010420 Putative uncharacterized protein 5.079403003 L4_control_C2 +LQ01X010420 Putative uncharacterized protein 5.065067749 L4_control_C3 +LQ01X010420 Putative uncharacterized protein 5.377523814 L4_chemical_A1 +LQ01X010420 Putative uncharacterized protein 5.247607447 L4_chemical_A2 +LQ01X010420 Putative uncharacterized protein 5.346004733 L4_chemical_A3 +LQ01X010420 Putative uncharacterized protein 5.58657246 L4_chemical_B1 +LQ01X010420 Putative uncharacterized protein 5.544866103 L4_chemical_B2 +LQ01X010420 Putative uncharacterized protein 5.245263881 L4_chemical_B3 +LQ01X010420 Putative uncharacterized protein 5.116548568 L4_chemical_C2 +LQ01X010420 Putative uncharacterized protein 5.779237177 L4_chemical_C3 +LQ01X010480 At1g03360 5.927811072 C6_control_A1 +LQ01X010480 At1g03360 5.951362936 C6_control_A3 +LQ01X010480 At1g03360 5.209425272 C6_control_B1 +LQ01X010480 At1g03360 5.433845558 C6_control_B2 +LQ01X010480 At1g03360 5.456543711 C6_control_B3 +LQ01X010480 At1g03360 5.587684128 C6_control_C1 +LQ01X010480 At1g03360 5.821647025 C6_control_C2 +LQ01X010480 At1g03360 5.36812047 C6_control_C3 +LQ01X010480 At1g03360 5.979697532 C6_chemical_A1 +LQ01X010480 At1g03360 5.731159533 C6_chemical_A3 +LQ01X010480 At1g03360 5.66958682 C6_chemical_B1 +LQ01X010480 At1g03360 5.296652154 C6_chemical_B2 +LQ01X010480 At1g03360 5.442493262 C6_chemical_B3 +LQ01X010480 At1g03360 5.253421974 C6_chemical_C1 +LQ01X010480 At1g03360 5.55855516 C6_chemical_C2 +LQ01X010480 At1g03360 5.452102648 C6_chemical_C3 +LQ01X010480 At1g03360 5.066617718 L4_control_A1 +LQ01X010480 At1g03360 6.30633942 L4_control_A2 +LQ01X010480 At1g03360 6.497024202 L4_control_A3 +LQ01X010480 At1g03360 5.641817587 L4_control_B1 +LQ01X010480 At1g03360 5.551122703 L4_control_B2 +LQ01X010480 At1g03360 6.008820889 L4_control_B3 +LQ01X010480 At1g03360 5.556857257 L4_control_C2 +LQ01X010480 At1g03360 5.439824138 L4_control_C3 +LQ01X010480 At1g03360 5.48873933 L4_chemical_A1 +LQ01X010480 At1g03360 5.715907521 L4_chemical_A2 +LQ01X010480 At1g03360 5.915029478 L4_chemical_A3 +LQ01X010480 At1g03360 5.888615575 L4_chemical_B1 +LQ01X010480 At1g03360 5.926747387 L4_chemical_B2 +LQ01X010480 At1g03360 5.709520914 L4_chemical_B3 +LQ01X010480 At1g03360 5.304623965 L4_chemical_C2 +LQ01X010480 At1g03360 6.060003194 L4_chemical_C3 +LQ01X010500 DNA binding protein, putative 8.488949472 C6_control_A1 +LQ01X010500 DNA binding protein, putative 9.385163824 C6_control_A3 +LQ01X010500 DNA binding protein, putative 9.797409362 C6_control_B1 +LQ01X010500 DNA binding protein, putative 8.277452866 C6_control_B2 +LQ01X010500 DNA binding protein, putative 10.64523945 C6_control_B3 +LQ01X010500 DNA binding protein, putative 9.791650984 C6_control_C1 +LQ01X010500 DNA binding protein, putative 9.746445143 C6_control_C2 +LQ01X010500 DNA binding protein, putative 10.60470853 C6_control_C3 +LQ01X010500 DNA binding protein, putative 7.95036956 C6_chemical_A1 +LQ01X010500 DNA binding protein, putative 9.326585359 C6_chemical_A3 +LQ01X010500 DNA binding protein, putative 9.234298986 C6_chemical_B1 +LQ01X010500 DNA binding protein, putative 7.820438993 C6_chemical_B2 +LQ01X010500 DNA binding protein, putative 9.76484716 C6_chemical_B3 +LQ01X010500 DNA binding protein, putative 8.811702575 C6_chemical_C1 +LQ01X010500 DNA binding protein, putative 9.786683734 C6_chemical_C2 +LQ01X010500 DNA binding protein, putative 9.663444141 C6_chemical_C3 +LQ01X010500 DNA binding protein, putative 8.73133442 L4_control_A1 +LQ01X010500 DNA binding protein, putative 9.647691883 L4_control_A2 +LQ01X010500 DNA binding protein, putative 10.6983429 L4_control_A3 +LQ01X010500 DNA binding protein, putative 9.587202728 L4_control_B1 +LQ01X010500 DNA binding protein, putative 9.635149677 L4_control_B2 +LQ01X010500 DNA binding protein, putative 11.25731524 L4_control_B3 +LQ01X010500 DNA binding protein, putative 11.53088826 L4_control_C2 +LQ01X010500 DNA binding protein, putative 13.87133527 L4_control_C3 +LQ01X010500 DNA binding protein, putative 10.4688654 L4_chemical_A1 +LQ01X010500 DNA binding protein, putative 10.09357654 L4_chemical_A2 +LQ01X010500 DNA binding protein, putative 10.1701643 L4_chemical_A3 +LQ01X010500 DNA binding protein, putative 10.3472162 L4_chemical_B1 +LQ01X010500 DNA binding protein, putative 11.05038854 L4_chemical_B2 +LQ01X010500 DNA binding protein, putative 10.2857897 L4_chemical_B3 +LQ01X010500 DNA binding protein, putative 11.46975869 L4_chemical_C2 +LQ01X010500 DNA binding protein, putative 12.11148259 L4_chemical_C3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 11.89064957 C6_control_A1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 11.56290676 C6_control_A3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 10.18180968 C6_control_B1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.951022561 C6_control_B2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.088113579 C6_control_B3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 9.154248118 C6_control_C1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.681336364 C6_control_C2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.939491027 C6_control_C3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 11.48685196 C6_chemical_A1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 11.83948204 C6_chemical_A3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.639204073 C6_chemical_B1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.121446361 C6_chemical_B2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.645162817 C6_chemical_B3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.874321748 C6_chemical_C1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.850112779 C6_chemical_C2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.259063477 C6_chemical_C3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 11.62746035 L4_control_A1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 11.27514123 L4_control_A2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 10.52929949 L4_control_A3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 7.535400847 L4_control_B1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 9.982668474 L4_control_B2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.507685456 L4_control_B3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.83593349 L4_control_C2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 7.994119599 L4_control_C3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 10.52239823 L4_chemical_A1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 10.12506091 L4_chemical_A2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 9.936393352 L4_chemical_A3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.321707821 L4_chemical_B1 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 9.603747125 L4_chemical_B2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 10.29451344 L4_chemical_B3 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.295776098 L4_chemical_C2 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 8.249201501 L4_chemical_C3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.884749889 C6_control_A1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.60366909 C6_control_A3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.012782653 C6_control_B1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.466064737 C6_control_B2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.057793332 C6_control_B3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.027876635 C6_control_C1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 7.877168903 C6_control_C2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 6.918655659 C6_control_C3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.899241044 C6_chemical_A1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.567052822 C6_chemical_A3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.913507233 C6_chemical_B1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.130340303 C6_chemical_B2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.412256793 C6_chemical_B3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 7.602580291 C6_chemical_C1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 7.949702978 C6_chemical_C2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 7.010370564 C6_chemical_C3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.60191765 L4_control_A1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.089402603 L4_control_A2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.607099819 L4_control_A3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.878503392 L4_control_B1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.595521545 L4_control_B2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.603046632 L4_control_B3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.960267147 L4_control_C2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.15270665 L4_control_C3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.126430458 L4_chemical_A1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.121707728 L4_chemical_A2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.142529154 L4_chemical_A3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.839476423 L4_chemical_B1 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.795157528 L4_chemical_B2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.572033041 L4_chemical_B3 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 9.905515865 L4_chemical_C2 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.912987788 L4_chemical_C3 +LQ01X010530 Putative uncharacterized protein 13.06773181 C6_control_A1 +LQ01X010530 Putative uncharacterized protein 12.94223351 C6_control_A3 +LQ01X010530 Putative uncharacterized protein 12.83446828 C6_control_B1 +LQ01X010530 Putative uncharacterized protein 13.32510078 C6_control_B2 +LQ01X010530 Putative uncharacterized protein 13.47270788 C6_control_B3 +LQ01X010530 Putative uncharacterized protein 12.1815202 C6_control_C1 +LQ01X010530 Putative uncharacterized protein 12.71297455 C6_control_C2 +LQ01X010530 Putative uncharacterized protein 12.34005594 C6_control_C3 +LQ01X010530 Putative uncharacterized protein 12.80330406 C6_chemical_A1 +LQ01X010530 Putative uncharacterized protein 12.80624264 C6_chemical_A3 +LQ01X010530 Putative uncharacterized protein 12.74419574 C6_chemical_B1 +LQ01X010530 Putative uncharacterized protein 13.3361679 C6_chemical_B2 +LQ01X010530 Putative uncharacterized protein 13.01180825 C6_chemical_B3 +LQ01X010530 Putative uncharacterized protein 12.22468049 C6_chemical_C1 +LQ01X010530 Putative uncharacterized protein 12.38628116 C6_chemical_C2 +LQ01X010530 Putative uncharacterized protein 11.96048875 C6_chemical_C3 +LQ01X010530 Putative uncharacterized protein 12.95815303 L4_control_A1 +LQ01X010530 Putative uncharacterized protein 13.26752524 L4_control_A2 +LQ01X010530 Putative uncharacterized protein 12.84765321 L4_control_A3 +LQ01X010530 Putative uncharacterized protein 13.0421722 L4_control_B1 +LQ01X010530 Putative uncharacterized protein 12.77986044 L4_control_B2 +LQ01X010530 Putative uncharacterized protein 13.04241529 L4_control_B3 +LQ01X010530 Putative uncharacterized protein 11.47522795 L4_control_C2 +LQ01X010530 Putative uncharacterized protein 11.94077085 L4_control_C3 +LQ01X010530 Putative uncharacterized protein 12.86182313 L4_chemical_A1 +LQ01X010530 Putative uncharacterized protein 12.86669972 L4_chemical_A2 +LQ01X010530 Putative uncharacterized protein 12.92813175 L4_chemical_A3 +LQ01X010530 Putative uncharacterized protein 12.57629458 L4_chemical_B1 +LQ01X010530 Putative uncharacterized protein 12.66096352 L4_chemical_B2 +LQ01X010530 Putative uncharacterized protein 13.14011349 L4_chemical_B3 +LQ01X010530 Putative uncharacterized protein 11.44472084 L4_chemical_C2 +LQ01X010530 Putative uncharacterized protein 11.98965538 L4_chemical_C3 +LQ01X010540 Putative uncharacterized protein 11.98353079 C6_control_A1 +LQ01X010540 Putative uncharacterized protein 12.21492177 C6_control_A3 +LQ01X010540 Putative uncharacterized protein 11.23923483 C6_control_B1 +LQ01X010540 Putative uncharacterized protein 11.95777628 C6_control_B2 +LQ01X010540 Putative uncharacterized protein 11.54428649 C6_control_B3 +LQ01X010540 Putative uncharacterized protein 11.79269032 C6_control_C1 +LQ01X010540 Putative uncharacterized protein 12.05123775 C6_control_C2 +LQ01X010540 Putative uncharacterized protein 12.16486803 C6_control_C3 +LQ01X010540 Putative uncharacterized protein 11.9187931 C6_chemical_A1 +LQ01X010540 Putative uncharacterized protein 12.09061426 C6_chemical_A3 +LQ01X010540 Putative uncharacterized protein 11.3078292 C6_chemical_B1 +LQ01X010540 Putative uncharacterized protein 11.79058863 C6_chemical_B2 +LQ01X010540 Putative uncharacterized protein 11.59770677 C6_chemical_B3 +LQ01X010540 Putative uncharacterized protein 11.79710271 C6_chemical_C1 +LQ01X010540 Putative uncharacterized protein 12.07899427 C6_chemical_C2 +LQ01X010540 Putative uncharacterized protein 12.16545072 C6_chemical_C3 +LQ01X010540 Putative uncharacterized protein 11.92729111 L4_control_A1 +LQ01X010540 Putative uncharacterized protein 11.99020137 L4_control_A2 +LQ01X010540 Putative uncharacterized protein 12.00493853 L4_control_A3 +LQ01X010540 Putative uncharacterized protein 11.40020673 L4_control_B1 +LQ01X010540 Putative uncharacterized protein 11.46565545 L4_control_B2 +LQ01X010540 Putative uncharacterized protein 11.81496974 L4_control_B3 +LQ01X010540 Putative uncharacterized protein 11.76302226 L4_control_C2 +LQ01X010540 Putative uncharacterized protein 12.04786164 L4_control_C3 +LQ01X010540 Putative uncharacterized protein 11.80729499 L4_chemical_A1 +LQ01X010540 Putative uncharacterized protein 12.24135845 L4_chemical_A2 +LQ01X010540 Putative uncharacterized protein 11.96545575 L4_chemical_A3 +LQ01X010540 Putative uncharacterized protein 11.58953822 L4_chemical_B1 +LQ01X010540 Putative uncharacterized protein 11.70532112 L4_chemical_B2 +LQ01X010540 Putative uncharacterized protein 11.9927132 L4_chemical_B3 +LQ01X010540 Putative uncharacterized protein 11.74624026 L4_chemical_C2 +LQ01X010540 Putative uncharacterized protein 11.75907822 L4_chemical_C3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 15.19412599 C6_control_A1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 15.08847525 C6_control_A3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 15.19035826 C6_control_B1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 15.54567554 C6_control_B2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 15.33652914 C6_control_B3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.3695667 C6_control_C1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 15.10217279 C6_control_C2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.47859466 C6_control_C3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.82713024 C6_chemical_A1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.83290605 C6_chemical_A3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.80326205 C6_chemical_B1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.66268731 C6_chemical_B2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 15.12704595 C6_chemical_B3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.329205 C6_chemical_C1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.1414175 C6_chemical_C2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.54928406 C6_chemical_C3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.88632345 L4_control_A1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.7635618 L4_control_A2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.22077064 L4_control_A3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.91056494 L4_control_B1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.41649 L4_control_B2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.93577703 L4_control_B3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.63115238 L4_control_C2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.83019897 L4_control_C3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.23511141 L4_chemical_A1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.44004142 L4_chemical_A2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.59027018 L4_chemical_A3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.36425265 L4_chemical_B1 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.85798766 L4_chemical_B2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.84070293 L4_chemical_B3 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.7197051 L4_chemical_C2 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.56916811 L4_chemical_C3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.02579304 C6_control_A1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.18663094 C6_control_A3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.16796275 C6_control_B1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 12.9840546 C6_control_B2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.21324716 C6_control_B3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 8.822719396 C6_control_C1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 7.664007187 C6_control_C2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 8.776135361 C6_control_C3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.85432322 C6_chemical_A1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.10787486 C6_chemical_A3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.04438148 C6_chemical_B1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.19752118 C6_chemical_B2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.77507196 C6_chemical_B3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 8.703868495 C6_chemical_C1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 7.600654733 C6_chemical_C2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 8.999536496 C6_chemical_C3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.00445408 L4_control_A1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.77535538 L4_control_A2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.64839318 L4_control_A3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.04740042 L4_control_B1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.11295788 L4_control_B2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 12.23905582 L4_control_B3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 7.837035607 L4_control_C2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 8.989394611 L4_control_C3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.34614992 L4_chemical_A1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.3255559 L4_chemical_A2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.59770557 L4_chemical_A3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.99483049 L4_chemical_B1 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.75101245 L4_chemical_B2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 14.40978846 L4_chemical_B3 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 8.507252581 L4_chemical_C2 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 9.299944579 L4_chemical_C3 +LQ01X010740 Putative Predicted protein 6.442505703 C6_control_A1 +LQ01X010740 Putative Predicted protein 5.156537726 C6_control_A3 +LQ01X010740 Putative Predicted protein 5.975086856 C6_control_B1 +LQ01X010740 Putative Predicted protein 6.431475051 C6_control_B2 +LQ01X010740 Putative Predicted protein 5.563759175 C6_control_B3 +LQ01X010740 Putative Predicted protein 7.050201755 C6_control_C1 +LQ01X010740 Putative Predicted protein 6.347103325 C6_control_C2 +LQ01X010740 Putative Predicted protein 6.560159859 C6_control_C3 +LQ01X010740 Putative Predicted protein 6.349939697 C6_chemical_A1 +LQ01X010740 Putative Predicted protein 6.544098291 C6_chemical_A3 +LQ01X010740 Putative Predicted protein 5.356029156 C6_chemical_B1 +LQ01X010740 Putative Predicted protein 6.086807462 C6_chemical_B2 +LQ01X010740 Putative Predicted protein 6.037684172 C6_chemical_B3 +LQ01X010740 Putative Predicted protein 7.277746135 C6_chemical_C1 +LQ01X010740 Putative Predicted protein 7.077111411 C6_chemical_C2 +LQ01X010740 Putative Predicted protein 7.252004189 C6_chemical_C3 +LQ01X010740 Putative Predicted protein 7.115832574 L4_control_A1 +LQ01X010740 Putative Predicted protein 6.361159729 L4_control_A2 +LQ01X010740 Putative Predicted protein 5.82514423 L4_control_A3 +LQ01X010740 Putative Predicted protein 5.265715263 L4_control_B1 +LQ01X010740 Putative Predicted protein 6.264582819 L4_control_B2 +LQ01X010740 Putative Predicted protein 7.764249819 L4_control_B3 +LQ01X010740 Putative Predicted protein 7.535523468 L4_control_C2 +LQ01X010740 Putative Predicted protein 8.244298936 L4_control_C3 +LQ01X010740 Putative Predicted protein 6.652235225 L4_chemical_A1 +LQ01X010740 Putative Predicted protein 5.632068968 L4_chemical_A2 +LQ01X010740 Putative Predicted protein 5.508355406 L4_chemical_A3 +LQ01X010740 Putative Predicted protein 5.29048597 L4_chemical_B1 +LQ01X010740 Putative Predicted protein 5.896271069 L4_chemical_B2 +LQ01X010740 Putative Predicted protein 6.61032362 L4_chemical_B3 +LQ01X010740 Putative Predicted protein 6.512534255 L4_chemical_C2 +LQ01X010740 Putative Predicted protein 8.211122556 L4_chemical_C3 +LQ01X010770 Putative Auxin-induced protein 5NG4 4.914551606 C6_control_A1 +LQ01X010770 Putative Auxin-induced protein 5NG4 4.828968746 C6_control_A3 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.56895265 C6_control_B1 +LQ01X010770 Putative Auxin-induced protein 5NG4 6.023622535 C6_control_B2 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.652166355 C6_control_B3 +LQ01X010770 Putative Auxin-induced protein 5NG4 7.344792152 C6_control_C1 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.771821036 C6_control_C2 +LQ01X010770 Putative Auxin-induced protein 5NG4 7.126849825 C6_control_C3 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.24228412 C6_chemical_A1 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.012003542 C6_chemical_A3 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.582730316 C6_chemical_B1 +LQ01X010770 Putative Auxin-induced protein 5NG4 6.013217482 C6_chemical_B2 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.468018974 C6_chemical_B3 +LQ01X010770 Putative Auxin-induced protein 5NG4 7.205825636 C6_chemical_C1 +LQ01X010770 Putative Auxin-induced protein 5NG4 6.762664996 C6_chemical_C2 +LQ01X010770 Putative Auxin-induced protein 5NG4 7.506603843 C6_chemical_C3 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.287453492 L4_control_A1 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.053748804 L4_control_A2 +LQ01X010770 Putative Auxin-induced protein 5NG4 4.98573333 L4_control_A3 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.400823744 L4_control_B1 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.267921 L4_control_B2 +LQ01X010770 Putative Auxin-induced protein 5NG4 7.82147436 L4_control_B3 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.791965888 L4_control_C2 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.747987735 L4_control_C3 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.232959864 L4_chemical_A1 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.445849642 L4_chemical_A2 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.190270171 L4_chemical_A3 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.410758478 L4_chemical_B1 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.006289446 L4_chemical_B2 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.927431518 L4_chemical_B3 +LQ01X010770 Putative Auxin-induced protein 5NG4 6.846957905 L4_chemical_C2 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.757096303 L4_chemical_C3 +LQ01X010800 Putative uncharacterized protein 11.16518885 C6_control_A1 +LQ01X010800 Putative uncharacterized protein 11.74609225 C6_control_A3 +LQ01X010800 Putative uncharacterized protein 11.25777968 C6_control_B1 +LQ01X010800 Putative uncharacterized protein 10.54487314 C6_control_B2 +LQ01X010800 Putative uncharacterized protein 11.24671401 C6_control_B3 +LQ01X010800 Putative uncharacterized protein 9.654662346 C6_control_C1 +LQ01X010800 Putative uncharacterized protein 10.42631267 C6_control_C2 +LQ01X010800 Putative uncharacterized protein 10.27614985 C6_control_C3 +LQ01X010800 Putative uncharacterized protein 11.13601225 C6_chemical_A1 +LQ01X010800 Putative uncharacterized protein 11.46603531 C6_chemical_A3 +LQ01X010800 Putative uncharacterized protein 11.14221364 C6_chemical_B1 +LQ01X010800 Putative uncharacterized protein 10.72016492 C6_chemical_B2 +LQ01X010800 Putative uncharacterized protein 11.59759772 C6_chemical_B3 +LQ01X010800 Putative uncharacterized protein 9.738684224 C6_chemical_C1 +LQ01X010800 Putative uncharacterized protein 10.31295093 C6_chemical_C2 +LQ01X010800 Putative uncharacterized protein 10.28978222 C6_chemical_C3 +LQ01X010800 Putative uncharacterized protein 11.49006971 L4_control_A1 +LQ01X010800 Putative uncharacterized protein 11.80832889 L4_control_A2 +LQ01X010800 Putative uncharacterized protein 11.95300384 L4_control_A3 +LQ01X010800 Putative uncharacterized protein 11.72751273 L4_control_B1 +LQ01X010800 Putative uncharacterized protein 11.51358971 L4_control_B2 +LQ01X010800 Putative uncharacterized protein 11.34509335 L4_control_B3 +LQ01X010800 Putative uncharacterized protein 9.98385422 L4_control_C2 +LQ01X010800 Putative uncharacterized protein 10.7090656 L4_control_C3 +LQ01X010800 Putative uncharacterized protein 12.00790343 L4_chemical_A1 +LQ01X010800 Putative uncharacterized protein 12.42406897 L4_chemical_A2 +LQ01X010800 Putative uncharacterized protein 12.23152928 L4_chemical_A3 +LQ01X010800 Putative uncharacterized protein 11.86883546 L4_chemical_B1 +LQ01X010800 Putative uncharacterized protein 11.8210731 L4_chemical_B2 +LQ01X010800 Putative uncharacterized protein 11.81427449 L4_chemical_B3 +LQ01X010800 Putative uncharacterized protein 10.36388028 L4_chemical_C2 +LQ01X010800 Putative uncharacterized protein 10.81311683 L4_chemical_C3 +LQ01X010810 Predicted protein 12.87534308 C6_control_A1 +LQ01X010810 Predicted protein 12.33139286 C6_control_A3 +LQ01X010810 Predicted protein 12.73751066 C6_control_B1 +LQ01X010810 Predicted protein 12.70562053 C6_control_B2 +LQ01X010810 Predicted protein 12.52565276 C6_control_B3 +LQ01X010810 Predicted protein 13.45763889 C6_control_C1 +LQ01X010810 Predicted protein 13.35286547 C6_control_C2 +LQ01X010810 Predicted protein 13.50432586 C6_control_C3 +LQ01X010810 Predicted protein 13.12531773 C6_chemical_A1 +LQ01X010810 Predicted protein 13.01245602 C6_chemical_A3 +LQ01X010810 Predicted protein 12.99586388 C6_chemical_B1 +LQ01X010810 Predicted protein 12.6503165 C6_chemical_B2 +LQ01X010810 Predicted protein 12.65240534 C6_chemical_B3 +LQ01X010810 Predicted protein 13.67858858 C6_chemical_C1 +LQ01X010810 Predicted protein 13.55451477 C6_chemical_C2 +LQ01X010810 Predicted protein 13.83930351 C6_chemical_C3 +LQ01X010810 Predicted protein 12.67334896 L4_control_A1 +LQ01X010810 Predicted protein 13.31243245 L4_control_A2 +LQ01X010810 Predicted protein 13.42628548 L4_control_A3 +LQ01X010810 Predicted protein 13.06167877 L4_control_B1 +LQ01X010810 Predicted protein 13.30314822 L4_control_B2 +LQ01X010810 Predicted protein 13.3088151 L4_control_B3 +LQ01X010810 Predicted protein 13.91797023 L4_control_C2 +LQ01X010810 Predicted protein 14.46977454 L4_control_C3 +LQ01X010810 Predicted protein 14.24415696 L4_chemical_A1 +LQ01X010810 Predicted protein 14.27147548 L4_chemical_A2 +LQ01X010810 Predicted protein 13.7342687 L4_chemical_A3 +LQ01X010810 Predicted protein 13.45633079 L4_chemical_B1 +LQ01X010810 Predicted protein 13.69763795 L4_chemical_B2 +LQ01X010810 Predicted protein 13.02471033 L4_chemical_B3 +LQ01X010810 Predicted protein 13.99409351 L4_chemical_C2 +LQ01X010810 Predicted protein 13.98202357 L4_chemical_C3 +LQ01X010820 Putative BolA-like protein 2 13.09167216 C6_control_A1 +LQ01X010820 Putative BolA-like protein 2 13.11781685 C6_control_A3 +LQ01X010820 Putative BolA-like protein 2 13.35606822 C6_control_B1 +LQ01X010820 Putative BolA-like protein 2 13.56826886 C6_control_B2 +LQ01X010820 Putative BolA-like protein 2 13.07552303 C6_control_B3 +LQ01X010820 Putative BolA-like protein 2 14.12385221 C6_control_C1 +LQ01X010820 Putative BolA-like protein 2 13.94116507 C6_control_C2 +LQ01X010820 Putative BolA-like protein 2 14.14073943 C6_control_C3 +LQ01X010820 Putative BolA-like protein 2 13.14199234 C6_chemical_A1 +LQ01X010820 Putative BolA-like protein 2 12.66236609 C6_chemical_A3 +LQ01X010820 Putative BolA-like protein 2 13.39368242 C6_chemical_B1 +LQ01X010820 Putative BolA-like protein 2 13.60510636 C6_chemical_B2 +LQ01X010820 Putative BolA-like protein 2 13.10287892 C6_chemical_B3 +LQ01X010820 Putative BolA-like protein 2 14.24238044 C6_chemical_C1 +LQ01X010820 Putative BolA-like protein 2 14.38787292 C6_chemical_C2 +LQ01X010820 Putative BolA-like protein 2 14.19500645 C6_chemical_C3 +LQ01X010820 Putative BolA-like protein 2 12.4897379 L4_control_A1 +LQ01X010820 Putative BolA-like protein 2 11.78709176 L4_control_A2 +LQ01X010820 Putative BolA-like protein 2 10.6666551 L4_control_A3 +LQ01X010820 Putative BolA-like protein 2 12.97236823 L4_control_B1 +LQ01X010820 Putative BolA-like protein 2 10.98271415 L4_control_B2 +LQ01X010820 Putative BolA-like protein 2 12.57077526 L4_control_B3 +LQ01X010820 Putative BolA-like protein 2 13.16610847 L4_control_C2 +LQ01X010820 Putative BolA-like protein 2 13.08736153 L4_control_C3 +LQ01X010820 Putative BolA-like protein 2 12.72839501 L4_chemical_A1 +LQ01X010820 Putative BolA-like protein 2 12.36591744 L4_chemical_A2 +LQ01X010820 Putative BolA-like protein 2 10.85825133 L4_chemical_A3 +LQ01X010820 Putative BolA-like protein 2 13.12246043 L4_chemical_B1 +LQ01X010820 Putative BolA-like protein 2 12.52543616 L4_chemical_B2 +LQ01X010820 Putative BolA-like protein 2 12.32375632 L4_chemical_B3 +LQ01X010820 Putative BolA-like protein 2 13.39385829 L4_chemical_C2 +LQ01X010820 Putative BolA-like protein 2 13.30004703 L4_chemical_C3 +LQ01X010840 Hypothetical protein 6.048004542 C6_control_A1 +LQ01X010840 Hypothetical protein 5.664272478 C6_control_A3 +LQ01X010840 Hypothetical protein 6.195448906 C6_control_B1 +LQ01X010840 Hypothetical protein 6.75851835 C6_control_B2 +LQ01X010840 Hypothetical protein 5.910829955 C6_control_B3 +LQ01X010840 Hypothetical protein 5.912031286 C6_control_C1 +LQ01X010840 Hypothetical protein 6.640983225 C6_control_C2 +LQ01X010840 Hypothetical protein 6.756452955 C6_control_C3 +LQ01X010840 Hypothetical protein 5.515073091 C6_chemical_A1 +LQ01X010840 Hypothetical protein 5.359016346 C6_chemical_A3 +LQ01X010840 Hypothetical protein 5.46325399 C6_chemical_B1 +LQ01X010840 Hypothetical protein 6.601449838 C6_chemical_B2 +LQ01X010840 Hypothetical protein 6.53556724 C6_chemical_B3 +LQ01X010840 Hypothetical protein 5.858791818 C6_chemical_C1 +LQ01X010840 Hypothetical protein 6.908386641 C6_chemical_C2 +LQ01X010840 Hypothetical protein 7.987899506 C6_chemical_C3 +LQ01X010840 Hypothetical protein 7.465992395 L4_control_A1 +LQ01X010840 Hypothetical protein 8.701848847 L4_control_A2 +LQ01X010840 Hypothetical protein 7.083367845 L4_control_A3 +LQ01X010840 Hypothetical protein 7.050203992 L4_control_B1 +LQ01X010840 Hypothetical protein 6.010484051 L4_control_B2 +LQ01X010840 Hypothetical protein 8.276062302 L4_control_B3 +LQ01X010840 Hypothetical protein 7.90351578 L4_control_C2 +LQ01X010840 Hypothetical protein 8.486411243 L4_control_C3 +LQ01X010840 Hypothetical protein 8.018835954 L4_chemical_A1 +LQ01X010840 Hypothetical protein 8.503398593 L4_chemical_A2 +LQ01X010840 Hypothetical protein 5.449746549 L4_chemical_A3 +LQ01X010840 Hypothetical protein 7.319976046 L4_chemical_B1 +LQ01X010840 Hypothetical protein 7.925113991 L4_chemical_B2 +LQ01X010840 Hypothetical protein 8.392928599 L4_chemical_B3 +LQ01X010840 Hypothetical protein 8.665357125 L4_chemical_C2 +LQ01X010840 Hypothetical protein 8.265621396 L4_chemical_C3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.516502872 C6_control_A1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.525454889 C6_control_A3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.100174887 C6_control_B1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.2778991 C6_control_B2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.493127563 C6_control_B3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.318019237 C6_control_C1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.307780732 C6_control_C2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.799852779 C6_control_C3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.441976523 C6_chemical_A1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.543953265 C6_chemical_A3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.083682652 C6_chemical_B1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.415424398 C6_chemical_B2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.074371513 C6_chemical_B3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.210236405 C6_chemical_C1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.395409611 C6_chemical_C2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.224852337 C6_chemical_C3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.283038988 L4_control_A1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.083064829 L4_control_A2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 6.132671078 L4_control_A3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.335380771 L4_control_B1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.596019252 L4_control_B2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.132513721 L4_control_B3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.12917091 L4_control_C2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 4.968734443 L4_control_C3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.030109979 L4_chemical_A1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.396341957 L4_chemical_A2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.784941583 L4_chemical_A3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.261958643 L4_chemical_B1 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.507452279 L4_chemical_B2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.04265306 L4_chemical_B3 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.718021567 L4_chemical_C2 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.137308409 L4_chemical_C3 +LQ01X010870 Predicted protein 13.97581297 C6_control_A1 +LQ01X010870 Predicted protein 13.83628519 C6_control_A3 +LQ01X010870 Predicted protein 13.34442719 C6_control_B1 +LQ01X010870 Predicted protein 13.71304738 C6_control_B2 +LQ01X010870 Predicted protein 13.59804733 C6_control_B3 +LQ01X010870 Predicted protein 13.37590968 C6_control_C1 +LQ01X010870 Predicted protein 13.66525281 C6_control_C2 +LQ01X010870 Predicted protein 13.55136669 C6_control_C3 +LQ01X010870 Predicted protein 13.72550591 C6_chemical_A1 +LQ01X010870 Predicted protein 13.41864647 C6_chemical_A3 +LQ01X010870 Predicted protein 13.03979026 C6_chemical_B1 +LQ01X010870 Predicted protein 13.5012239 C6_chemical_B2 +LQ01X010870 Predicted protein 13.23924183 C6_chemical_B3 +LQ01X010870 Predicted protein 13.13837147 C6_chemical_C1 +LQ01X010870 Predicted protein 13.35520315 C6_chemical_C2 +LQ01X010870 Predicted protein 13.03385471 C6_chemical_C3 +LQ01X010870 Predicted protein 13.85120997 L4_control_A1 +LQ01X010870 Predicted protein 13.70645223 L4_control_A2 +LQ01X010870 Predicted protein 13.98476753 L4_control_A3 +LQ01X010870 Predicted protein 12.43771471 L4_control_B1 +LQ01X010870 Predicted protein 12.88600607 L4_control_B2 +LQ01X010870 Predicted protein 13.27003252 L4_control_B3 +LQ01X010870 Predicted protein 13.37413181 L4_control_C2 +LQ01X010870 Predicted protein 13.12279895 L4_control_C3 +LQ01X010870 Predicted protein 13.68208854 L4_chemical_A1 +LQ01X010870 Predicted protein 13.22638428 L4_chemical_A2 +LQ01X010870 Predicted protein 13.82466383 L4_chemical_A3 +LQ01X010870 Predicted protein 12.31948388 L4_chemical_B1 +LQ01X010870 Predicted protein 13.13538208 L4_chemical_B2 +LQ01X010870 Predicted protein 13.01713756 L4_chemical_B3 +LQ01X010870 Predicted protein 13.40572175 L4_chemical_C2 +LQ01X010870 Predicted protein 13.14730535 L4_chemical_C3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.90967745 C6_control_A1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.29921827 C6_control_A3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.29054923 C6_control_B1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.02187958 C6_control_B2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.5749358 C6_control_B3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.14068465 C6_control_C1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.02505567 C6_control_C2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.87786054 C6_control_C3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.94254814 C6_chemical_A1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.2335458 C6_chemical_A3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.41084575 C6_chemical_B1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.04576347 C6_chemical_B2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.50428652 C6_chemical_B3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.14917435 C6_chemical_C1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.15280844 C6_chemical_C2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.24706108 C6_chemical_C3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.22980772 L4_control_A1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.21619577 L4_control_A2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.35140293 L4_control_A3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.33344346 L4_control_B1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.63667266 L4_control_B2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.37379038 L4_control_B3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.5482329 L4_control_C2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.1856072 L4_control_C3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.08759958 L4_chemical_A1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.70512017 L4_chemical_A2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.85032857 L4_chemical_A3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.49871321 L4_chemical_B1 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.29957941 L4_chemical_B2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.76750293 L4_chemical_B3 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.58334133 L4_chemical_C2 +LQ01X010880 Carbamoyl-phosphate synthase small chain 12.21963296 L4_chemical_C3 +LQ01X010900 Actin-7 15.21203861 C6_control_A1 +LQ01X010900 Actin-7 15.24468724 C6_control_A3 +LQ01X010900 Actin-7 15.38314292 C6_control_B1 +LQ01X010900 Actin-7 15.21697128 C6_control_B2 +LQ01X010900 Actin-7 15.36959144 C6_control_B3 +LQ01X010900 Actin-7 14.54028224 C6_control_C1 +LQ01X010900 Actin-7 14.75528511 C6_control_C2 +LQ01X010900 Actin-7 14.62283313 C6_control_C3 +LQ01X010900 Actin-7 15.25566722 C6_chemical_A1 +LQ01X010900 Actin-7 15.36257056 C6_chemical_A3 +LQ01X010900 Actin-7 15.32336393 C6_chemical_B1 +LQ01X010900 Actin-7 15.12684675 C6_chemical_B2 +LQ01X010900 Actin-7 15.35855222 C6_chemical_B3 +LQ01X010900 Actin-7 14.4748778 C6_chemical_C1 +LQ01X010900 Actin-7 14.37645159 C6_chemical_C2 +LQ01X010900 Actin-7 14.64538728 C6_chemical_C3 +LQ01X010900 Actin-7 15.61990431 L4_control_A1 +LQ01X010900 Actin-7 15.33788644 L4_control_A2 +LQ01X010900 Actin-7 15.35900516 L4_control_A3 +LQ01X010900 Actin-7 15.27749227 L4_control_B1 +LQ01X010900 Actin-7 15.46755642 L4_control_B2 +LQ01X010900 Actin-7 15.31068664 L4_control_B3 +LQ01X010900 Actin-7 14.59891965 L4_control_C2 +LQ01X010900 Actin-7 14.95918229 L4_control_C3 +LQ01X010900 Actin-7 15.2495329 L4_chemical_A1 +LQ01X010900 Actin-7 15.28458836 L4_chemical_A2 +LQ01X010900 Actin-7 15.41156561 L4_chemical_A3 +LQ01X010900 Actin-7 15.28635009 L4_chemical_B1 +LQ01X010900 Actin-7 15.2314266 L4_chemical_B2 +LQ01X010900 Actin-7 15.42166287 L4_chemical_B3 +LQ01X010900 Actin-7 14.8630584 L4_chemical_C2 +LQ01X010900 Actin-7 14.85430326 L4_chemical_C3 +LQ01X010980 Putative Sugar transport protein 8 5.09068373 C6_control_A1 +LQ01X010980 Putative Sugar transport protein 8 4.69243385 C6_control_A3 +LQ01X010980 Putative Sugar transport protein 8 5.049746406 C6_control_B1 +LQ01X010980 Putative Sugar transport protein 8 4.752798279 C6_control_B2 +LQ01X010980 Putative Sugar transport protein 8 5.323339538 C6_control_B3 +LQ01X010980 Putative Sugar transport protein 8 5.157127895 C6_control_C1 +LQ01X010980 Putative Sugar transport protein 8 4.912257732 C6_control_C2 +LQ01X010980 Putative Sugar transport protein 8 5.064006808 C6_control_C3 +LQ01X010980 Putative Sugar transport protein 8 4.756715078 C6_chemical_A1 +LQ01X010980 Putative Sugar transport protein 8 5.16885197 C6_chemical_A3 +LQ01X010980 Putative Sugar transport protein 8 5.222632107 C6_chemical_B1 +LQ01X010980 Putative Sugar transport protein 8 4.942340743 C6_chemical_B2 +LQ01X010980 Putative Sugar transport protein 8 5.03431574 C6_chemical_B3 +LQ01X010980 Putative Sugar transport protein 8 5.315277697 C6_chemical_C1 +LQ01X010980 Putative Sugar transport protein 8 5.013364984 C6_chemical_C2 +LQ01X010980 Putative Sugar transport protein 8 5.307616364 C6_chemical_C3 +LQ01X010980 Putative Sugar transport protein 8 4.991653677 L4_control_A1 +LQ01X010980 Putative Sugar transport protein 8 4.911903925 L4_control_A2 +LQ01X010980 Putative Sugar transport protein 8 5.342599806 L4_control_A3 +LQ01X010980 Putative Sugar transport protein 8 5.447325144 L4_control_B1 +LQ01X010980 Putative Sugar transport protein 8 5.173279851 L4_control_B2 +LQ01X010980 Putative Sugar transport protein 8 5.028574954 L4_control_B3 +LQ01X010980 Putative Sugar transport protein 8 5.536165518 L4_control_C2 +LQ01X010980 Putative Sugar transport protein 8 4.79277322 L4_control_C3 +LQ01X010980 Putative Sugar transport protein 8 5.13649428 L4_chemical_A1 +LQ01X010980 Putative Sugar transport protein 8 4.851754528 L4_chemical_A2 +LQ01X010980 Putative Sugar transport protein 8 5.293736423 L4_chemical_A3 +LQ01X010980 Putative Sugar transport protein 8 5.457917369 L4_chemical_B1 +LQ01X010980 Putative Sugar transport protein 8 4.857253459 L4_chemical_B2 +LQ01X010980 Putative Sugar transport protein 8 5.193626566 L4_chemical_B3 +LQ01X010980 Putative Sugar transport protein 8 6.172644617 L4_chemical_C2 +LQ01X010980 Putative Sugar transport protein 8 5.332997571 L4_chemical_C3 +LQ01X011010 Hypothetical protein 5.258305719 C6_control_A1 +LQ01X011010 Hypothetical protein 5.168096002 C6_control_A3 +LQ01X011010 Hypothetical protein 5.654801214 C6_control_B1 +LQ01X011010 Hypothetical protein 5.474655527 C6_control_B2 +LQ01X011010 Hypothetical protein 5.687512803 C6_control_B3 +LQ01X011010 Hypothetical protein 6.794739322 C6_control_C1 +LQ01X011010 Hypothetical protein 5.540610685 C6_control_C2 +LQ01X011010 Hypothetical protein 6.182694312 C6_control_C3 +LQ01X011010 Hypothetical protein 5.480163495 C6_chemical_A1 +LQ01X011010 Hypothetical protein 5.317057836 C6_chemical_A3 +LQ01X011010 Hypothetical protein 5.742372816 C6_chemical_B1 +LQ01X011010 Hypothetical protein 5.619319112 C6_chemical_B2 +LQ01X011010 Hypothetical protein 5.489865457 C6_chemical_B3 +LQ01X011010 Hypothetical protein 6.633273187 C6_chemical_C1 +LQ01X011010 Hypothetical protein 5.621896964 C6_chemical_C2 +LQ01X011010 Hypothetical protein 5.97190443 C6_chemical_C3 +LQ01X011010 Hypothetical protein 5.380383791 L4_control_A1 +LQ01X011010 Hypothetical protein 6.038195966 L4_control_A2 +LQ01X011010 Hypothetical protein 5.324045499 L4_control_A3 +LQ01X011010 Hypothetical protein 5.335931277 L4_control_B1 +LQ01X011010 Hypothetical protein 5.669987783 L4_control_B2 +LQ01X011010 Hypothetical protein 5.41371115 L4_control_B3 +LQ01X011010 Hypothetical protein 6.557451521 L4_control_C2 +LQ01X011010 Hypothetical protein 5.833263156 L4_control_C3 +LQ01X011010 Hypothetical protein 5.588309189 L4_chemical_A1 +LQ01X011010 Hypothetical protein 5.525844719 L4_chemical_A2 +LQ01X011010 Hypothetical protein 6.115088499 L4_chemical_A3 +LQ01X011010 Hypothetical protein 5.396407613 L4_chemical_B1 +LQ01X011010 Hypothetical protein 5.315394522 L4_chemical_B2 +LQ01X011010 Hypothetical protein 5.365236859 L4_chemical_B3 +LQ01X011010 Hypothetical protein 6.16091745 L4_chemical_C2 +LQ01X011010 Hypothetical protein 6.519926687 L4_chemical_C3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.455774546 C6_control_A1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.198057702 C6_control_A3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.684998468 C6_control_B1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.708924179 C6_control_B2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.835401452 C6_control_B3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.826202696 C6_control_C1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.524280722 C6_control_C2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.882588644 C6_control_C3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.176532787 C6_chemical_A1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.278298059 C6_chemical_A3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.750408926 C6_chemical_B1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.505025941 C6_chemical_B2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.838798285 C6_chemical_B3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 6.080047805 C6_chemical_C1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.800593829 C6_chemical_C2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.568142109 C6_chemical_C3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.125603457 L4_control_A1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.536159242 L4_control_A2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 6.06863692 L4_control_A3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.940571081 L4_control_B1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.822422544 L4_control_B2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 6.10416838 L4_control_B3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 4.909656944 L4_control_C2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.191731717 L4_control_C3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.503577656 L4_chemical_A1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.560612584 L4_chemical_A2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.167847618 L4_chemical_A3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.060266638 L4_chemical_B1 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.633609371 L4_chemical_B2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.882228904 L4_chemical_B3 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.687463772 L4_chemical_C2 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.934355771 L4_chemical_C3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.664993278 C6_control_A1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.371961684 C6_control_A3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 6.109555276 C6_control_B1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.818996716 C6_control_B2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.41308069 C6_control_B3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.523766786 C6_control_C1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.600207256 C6_control_C2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.912143641 C6_control_C3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.638719841 C6_chemical_A1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.609935022 C6_chemical_A3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.496430295 C6_chemical_B1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 6.048486358 C6_chemical_B2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.696428342 C6_chemical_B3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.205749896 C6_chemical_C1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.726832634 C6_chemical_C2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.337608294 C6_chemical_C3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.580315684 L4_control_A1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.841532229 L4_control_A2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 6.386662216 L4_control_A3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 6.450338783 L4_control_B1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 6.126522816 L4_control_B2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.741141386 L4_control_B3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.882124479 L4_control_C2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 6.132916835 L4_control_C3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.541345846 L4_chemical_A1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.715369883 L4_chemical_A2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.950226569 L4_chemical_A3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 6.030179946 L4_chemical_B1 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.44339311 L4_chemical_B2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.88551772 L4_chemical_B3 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.437358413 L4_chemical_C2 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 6.183203778 L4_chemical_C3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 15.14489185 C6_control_A1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 15.46013707 C6_control_A3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.87076285 C6_control_B1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.26339546 C6_control_B2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.78868852 C6_control_B3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 13.61879174 C6_control_C1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 13.65965644 C6_control_C2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 13.5530427 C6_control_C3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.8200357 C6_chemical_A1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.2227403 C6_chemical_A3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.67678303 C6_chemical_B1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.12596791 C6_chemical_B2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.41343142 C6_chemical_B3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 13.54935053 C6_chemical_C1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 13.44140395 C6_chemical_C2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 13.37514238 C6_chemical_C3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.82450201 L4_control_A1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.64590752 L4_control_A2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.99289021 L4_control_A3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.52873515 L4_control_B1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.32484163 L4_control_B2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.09130624 L4_control_B3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.34581796 L4_control_C2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.08430338 L4_control_C3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.47357613 L4_chemical_A1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.49597933 L4_chemical_A2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.82058132 L4_chemical_A3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.85132162 L4_chemical_B1 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.77903017 L4_chemical_B2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.47339814 L4_chemical_B3 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.37757097 L4_chemical_C2 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.28119477 L4_chemical_C3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.04417546 C6_control_A1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.349739196 C6_control_A3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.739202432 C6_control_B1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.350465319 C6_control_B2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.080276803 C6_control_B3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.650945131 C6_control_C1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.966200449 C6_control_C2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.617293136 C6_control_C3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.652092723 C6_chemical_A1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.87105353 C6_chemical_A3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.225526471 C6_chemical_B1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.047273586 C6_chemical_B2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.104639928 C6_chemical_B3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.322794222 C6_chemical_C1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.140107233 C6_chemical_C2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.606322694 C6_chemical_C3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.870640509 L4_control_A1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.506690267 L4_control_A2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 7.809832241 L4_control_A3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 7.783678399 L4_control_B1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.173851297 L4_control_B2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.102489155 L4_control_B3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.456961364 L4_control_C2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.259547784 L4_control_C3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.991045976 L4_chemical_A1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.46711608 L4_chemical_A2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 7.74724818 L4_chemical_A3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.30532384 L4_chemical_B1 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.022011512 L4_chemical_B2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 7.878321517 L4_chemical_B3 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.879331543 L4_chemical_C2 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 9.392459498 L4_chemical_C3 +LQ01X011220 Uridylate kinase 6.186344737 C6_control_A1 +LQ01X011220 Uridylate kinase 6.542298843 C6_control_A3 +LQ01X011220 Uridylate kinase 5.790267852 C6_control_B1 +LQ01X011220 Uridylate kinase 5.696449887 C6_control_B2 +LQ01X011220 Uridylate kinase 5.769819471 C6_control_B3 +LQ01X011220 Uridylate kinase 5.575075674 C6_control_C1 +LQ01X011220 Uridylate kinase 6.928416529 C6_control_C2 +LQ01X011220 Uridylate kinase 5.663074402 C6_control_C3 +LQ01X011220 Uridylate kinase 5.607168558 C6_chemical_A1 +LQ01X011220 Uridylate kinase 5.569758855 C6_chemical_A3 +LQ01X011220 Uridylate kinase 5.708159509 C6_chemical_B1 +LQ01X011220 Uridylate kinase 5.971330017 C6_chemical_B2 +LQ01X011220 Uridylate kinase 5.427630458 C6_chemical_B3 +LQ01X011220 Uridylate kinase 5.503648297 C6_chemical_C1 +LQ01X011220 Uridylate kinase 5.721690545 C6_chemical_C2 +LQ01X011220 Uridylate kinase 4.891088634 C6_chemical_C3 +LQ01X011220 Uridylate kinase 5.506347094 L4_control_A1 +LQ01X011220 Uridylate kinase 5.722853167 L4_control_A2 +LQ01X011220 Uridylate kinase 6.422986343 L4_control_A3 +LQ01X011220 Uridylate kinase 6.189610183 L4_control_B1 +LQ01X011220 Uridylate kinase 6.508069698 L4_control_B2 +LQ01X011220 Uridylate kinase 5.607031621 L4_control_B3 +LQ01X011220 Uridylate kinase 5.420164607 L4_control_C2 +LQ01X011220 Uridylate kinase 6.369362836 L4_control_C3 +LQ01X011220 Uridylate kinase 5.702937974 L4_chemical_A1 +LQ01X011220 Uridylate kinase 5.867049341 L4_chemical_A2 +LQ01X011220 Uridylate kinase 5.779616209 L4_chemical_A3 +LQ01X011220 Uridylate kinase 5.766694961 L4_chemical_B1 +LQ01X011220 Uridylate kinase 5.67524187 L4_chemical_B2 +LQ01X011220 Uridylate kinase 5.458159831 L4_chemical_B3 +LQ01X011220 Uridylate kinase 4.962516626 L4_chemical_C2 +LQ01X011220 Uridylate kinase 5.823758157 L4_chemical_C3 +LQ01X011230 Putative Protein MKS1 9.935314602 C6_control_A1 +LQ01X011230 Putative Protein MKS1 10.10107719 C6_control_A3 +LQ01X011230 Putative Protein MKS1 9.845499316 C6_control_B1 +LQ01X011230 Putative Protein MKS1 9.303406568 C6_control_B2 +LQ01X011230 Putative Protein MKS1 10.13526927 C6_control_B3 +LQ01X011230 Putative Protein MKS1 10.19730143 C6_control_C1 +LQ01X011230 Putative Protein MKS1 10.01213778 C6_control_C2 +LQ01X011230 Putative Protein MKS1 10.43891912 C6_control_C3 +LQ01X011230 Putative Protein MKS1 9.769274021 C6_chemical_A1 +LQ01X011230 Putative Protein MKS1 10.27205091 C6_chemical_A3 +LQ01X011230 Putative Protein MKS1 9.709191024 C6_chemical_B1 +LQ01X011230 Putative Protein MKS1 9.077864309 C6_chemical_B2 +LQ01X011230 Putative Protein MKS1 10.00646071 C6_chemical_B3 +LQ01X011230 Putative Protein MKS1 10.25903949 C6_chemical_C1 +LQ01X011230 Putative Protein MKS1 10.33002485 C6_chemical_C2 +LQ01X011230 Putative Protein MKS1 10.55706957 C6_chemical_C3 +LQ01X011230 Putative Protein MKS1 9.720395459 L4_control_A1 +LQ01X011230 Putative Protein MKS1 10.36786556 L4_control_A2 +LQ01X011230 Putative Protein MKS1 10.7651854 L4_control_A3 +LQ01X011230 Putative Protein MKS1 9.727788032 L4_control_B1 +LQ01X011230 Putative Protein MKS1 10.50951294 L4_control_B2 +LQ01X011230 Putative Protein MKS1 9.912404469 L4_control_B3 +LQ01X011230 Putative Protein MKS1 11.22873884 L4_control_C2 +LQ01X011230 Putative Protein MKS1 11.44300099 L4_control_C3 +LQ01X011230 Putative Protein MKS1 10.07961337 L4_chemical_A1 +LQ01X011230 Putative Protein MKS1 10.26724423 L4_chemical_A2 +LQ01X011230 Putative Protein MKS1 10.77265979 L4_chemical_A3 +LQ01X011230 Putative Protein MKS1 10.59417619 L4_chemical_B1 +LQ01X011230 Putative Protein MKS1 10.51632512 L4_chemical_B2 +LQ01X011230 Putative Protein MKS1 9.939296012 L4_chemical_B3 +LQ01X011230 Putative Protein MKS1 11.48483984 L4_chemical_C2 +LQ01X011230 Putative Protein MKS1 11.12621528 L4_chemical_C3 +LQ01X011260 Predicted protein (Fragment) 5.841841595 C6_control_A1 +LQ01X011260 Predicted protein (Fragment) 5.330582713 C6_control_A3 +LQ01X011260 Predicted protein (Fragment) 5.439307729 C6_control_B1 +LQ01X011260 Predicted protein (Fragment) 6.052589032 C6_control_B2 +LQ01X011260 Predicted protein (Fragment) 5.581031412 C6_control_B3 +LQ01X011260 Predicted protein (Fragment) 6.863109756 C6_control_C1 +LQ01X011260 Predicted protein (Fragment) 5.616698492 C6_control_C2 +LQ01X011260 Predicted protein (Fragment) 7.007890451 C6_control_C3 +LQ01X011260 Predicted protein (Fragment) 5.532773625 C6_chemical_A1 +LQ01X011260 Predicted protein (Fragment) 5.68985322 C6_chemical_A3 +LQ01X011260 Predicted protein (Fragment) 5.391500683 C6_chemical_B1 +LQ01X011260 Predicted protein (Fragment) 5.450151119 C6_chemical_B2 +LQ01X011260 Predicted protein (Fragment) 5.560609652 C6_chemical_B3 +LQ01X011260 Predicted protein (Fragment) 6.168558733 C6_chemical_C1 +LQ01X011260 Predicted protein (Fragment) 6.463856304 C6_chemical_C2 +LQ01X011260 Predicted protein (Fragment) 7.53545483 C6_chemical_C3 +LQ01X011260 Predicted protein (Fragment) 5.450194367 L4_control_A1 +LQ01X011260 Predicted protein (Fragment) 5.52412715 L4_control_A2 +LQ01X011260 Predicted protein (Fragment) 5.488992115 L4_control_A3 +LQ01X011260 Predicted protein (Fragment) 5.587214223 L4_control_B1 +LQ01X011260 Predicted protein (Fragment) 5.407070509 L4_control_B2 +LQ01X011260 Predicted protein (Fragment) 5.96655053 L4_control_B3 +LQ01X011260 Predicted protein (Fragment) 5.495921394 L4_control_C2 +LQ01X011260 Predicted protein (Fragment) 5.201317315 L4_control_C3 +LQ01X011260 Predicted protein (Fragment) 5.349086575 L4_chemical_A1 +LQ01X011260 Predicted protein (Fragment) 5.791355595 L4_chemical_A2 +LQ01X011260 Predicted protein (Fragment) 5.554715034 L4_chemical_A3 +LQ01X011260 Predicted protein (Fragment) 5.281939332 L4_chemical_B1 +LQ01X011260 Predicted protein (Fragment) 5.793172089 L4_chemical_B2 +LQ01X011260 Predicted protein (Fragment) 5.520915452 L4_chemical_B3 +LQ01X011260 Predicted protein (Fragment) 5.167138898 L4_chemical_C2 +LQ01X011260 Predicted protein (Fragment) 5.000120744 L4_chemical_C3 +LQ01X011350 T-complex protein 1 subunit eta 12.77951853 C6_control_A1 +LQ01X011350 T-complex protein 1 subunit eta 13.33633907 C6_control_A3 +LQ01X011350 T-complex protein 1 subunit eta 12.46156897 C6_control_B1 +LQ01X011350 T-complex protein 1 subunit eta 11.98442636 C6_control_B2 +LQ01X011350 T-complex protein 1 subunit eta 11.94957347 C6_control_B3 +LQ01X011350 T-complex protein 1 subunit eta 12.12957318 C6_control_C1 +LQ01X011350 T-complex protein 1 subunit eta 11.97031256 C6_control_C2 +LQ01X011350 T-complex protein 1 subunit eta 11.57709592 C6_control_C3 +LQ01X011350 T-complex protein 1 subunit eta 12.63402803 C6_chemical_A1 +LQ01X011350 T-complex protein 1 subunit eta 13.15605309 C6_chemical_A3 +LQ01X011350 T-complex protein 1 subunit eta 12.15898869 C6_chemical_B1 +LQ01X011350 T-complex protein 1 subunit eta 11.74970726 C6_chemical_B2 +LQ01X011350 T-complex protein 1 subunit eta 11.72740874 C6_chemical_B3 +LQ01X011350 T-complex protein 1 subunit eta 12.18634187 C6_chemical_C1 +LQ01X011350 T-complex protein 1 subunit eta 11.8355325 C6_chemical_C2 +LQ01X011350 T-complex protein 1 subunit eta 11.62442218 C6_chemical_C3 +LQ01X011350 T-complex protein 1 subunit eta 12.56387115 L4_control_A1 +LQ01X011350 T-complex protein 1 subunit eta 12.27228301 L4_control_A2 +LQ01X011350 T-complex protein 1 subunit eta 12.09657616 L4_control_A3 +LQ01X011350 T-complex protein 1 subunit eta 11.49326062 L4_control_B1 +LQ01X011350 T-complex protein 1 subunit eta 12.40204049 L4_control_B2 +LQ01X011350 T-complex protein 1 subunit eta 11.61859806 L4_control_B3 +LQ01X011350 T-complex protein 1 subunit eta 11.82621424 L4_control_C2 +LQ01X011350 T-complex protein 1 subunit eta 11.58874954 L4_control_C3 +LQ01X011350 T-complex protein 1 subunit eta 12.22138836 L4_chemical_A1 +LQ01X011350 T-complex protein 1 subunit eta 11.78270243 L4_chemical_A2 +LQ01X011350 T-complex protein 1 subunit eta 11.72190567 L4_chemical_A3 +LQ01X011350 T-complex protein 1 subunit eta 12.03096687 L4_chemical_B1 +LQ01X011350 T-complex protein 1 subunit eta 11.9576421 L4_chemical_B2 +LQ01X011350 T-complex protein 1 subunit eta 11.82510936 L4_chemical_B3 +LQ01X011350 T-complex protein 1 subunit eta 11.73211019 L4_chemical_C2 +LQ01X011350 T-complex protein 1 subunit eta 11.57222306 L4_chemical_C3 +LQ01X011370 60S ribosomal protein L27-3 14.83060986 C6_control_A1 +LQ01X011370 60S ribosomal protein L27-3 14.95827378 C6_control_A3 +LQ01X011370 60S ribosomal protein L27-3 14.32279198 C6_control_B1 +LQ01X011370 60S ribosomal protein L27-3 14.62956693 C6_control_B2 +LQ01X011370 60S ribosomal protein L27-3 14.37014758 C6_control_B3 +LQ01X011370 60S ribosomal protein L27-3 14.52588825 C6_control_C1 +LQ01X011370 60S ribosomal protein L27-3 14.53597064 C6_control_C2 +LQ01X011370 60S ribosomal protein L27-3 14.19906651 C6_control_C3 +LQ01X011370 60S ribosomal protein L27-3 14.67557415 C6_chemical_A1 +LQ01X011370 60S ribosomal protein L27-3 14.3612398 C6_chemical_A3 +LQ01X011370 60S ribosomal protein L27-3 14.04895414 C6_chemical_B1 +LQ01X011370 60S ribosomal protein L27-3 14.12868626 C6_chemical_B2 +LQ01X011370 60S ribosomal protein L27-3 14.41325206 C6_chemical_B3 +LQ01X011370 60S ribosomal protein L27-3 14.47422017 C6_chemical_C1 +LQ01X011370 60S ribosomal protein L27-3 14.34251493 C6_chemical_C2 +LQ01X011370 60S ribosomal protein L27-3 14.19618035 C6_chemical_C3 +LQ01X011370 60S ribosomal protein L27-3 15.17016349 L4_control_A1 +LQ01X011370 60S ribosomal protein L27-3 15.10985185 L4_control_A2 +LQ01X011370 60S ribosomal protein L27-3 15.04513958 L4_control_A3 +LQ01X011370 60S ribosomal protein L27-3 14.00093708 L4_control_B1 +LQ01X011370 60S ribosomal protein L27-3 13.61153364 L4_control_B2 +LQ01X011370 60S ribosomal protein L27-3 14.19208143 L4_control_B3 +LQ01X011370 60S ribosomal protein L27-3 14.1594558 L4_control_C2 +LQ01X011370 60S ribosomal protein L27-3 14.45824687 L4_control_C3 +LQ01X011370 60S ribosomal protein L27-3 15.04473418 L4_chemical_A1 +LQ01X011370 60S ribosomal protein L27-3 14.77567034 L4_chemical_A2 +LQ01X011370 60S ribosomal protein L27-3 14.96471337 L4_chemical_A3 +LQ01X011370 60S ribosomal protein L27-3 14.4865108 L4_chemical_B1 +LQ01X011370 60S ribosomal protein L27-3 14.12930796 L4_chemical_B2 +LQ01X011370 60S ribosomal protein L27-3 14.52781742 L4_chemical_B3 +LQ01X011370 60S ribosomal protein L27-3 14.25701544 L4_chemical_C2 +LQ01X011370 60S ribosomal protein L27-3 14.189438 L4_chemical_C3 +LQ01X011410 50S ribosomal protein L17 12.88993036 C6_control_A1 +LQ01X011410 50S ribosomal protein L17 13.71613678 C6_control_A3 +LQ01X011410 50S ribosomal protein L17 12.8528112 C6_control_B1 +LQ01X011410 50S ribosomal protein L17 12.42426103 C6_control_B2 +LQ01X011410 50S ribosomal protein L17 12.71308865 C6_control_B3 +LQ01X011410 50S ribosomal protein L17 12.74495529 C6_control_C1 +LQ01X011410 50S ribosomal protein L17 12.46638868 C6_control_C2 +LQ01X011410 50S ribosomal protein L17 12.55462607 C6_control_C3 +LQ01X011410 50S ribosomal protein L17 12.52094657 C6_chemical_A1 +LQ01X011410 50S ribosomal protein L17 12.90914283 C6_chemical_A3 +LQ01X011410 50S ribosomal protein L17 12.63064102 C6_chemical_B1 +LQ01X011410 50S ribosomal protein L17 12.20542816 C6_chemical_B2 +LQ01X011410 50S ribosomal protein L17 12.60217665 C6_chemical_B3 +LQ01X011410 50S ribosomal protein L17 12.63711093 C6_chemical_C1 +LQ01X011410 50S ribosomal protein L17 12.5705364 C6_chemical_C2 +LQ01X011410 50S ribosomal protein L17 12.50258537 C6_chemical_C3 +LQ01X011410 50S ribosomal protein L17 12.83656645 L4_control_A1 +LQ01X011410 50S ribosomal protein L17 12.67840107 L4_control_A2 +LQ01X011410 50S ribosomal protein L17 12.87773079 L4_control_A3 +LQ01X011410 50S ribosomal protein L17 12.62208679 L4_control_B1 +LQ01X011410 50S ribosomal protein L17 12.12214351 L4_control_B2 +LQ01X011410 50S ribosomal protein L17 12.59062351 L4_control_B3 +LQ01X011410 50S ribosomal protein L17 12.90159349 L4_control_C2 +LQ01X011410 50S ribosomal protein L17 12.69437643 L4_control_C3 +LQ01X011410 50S ribosomal protein L17 12.57922364 L4_chemical_A1 +LQ01X011410 50S ribosomal protein L17 12.40325772 L4_chemical_A2 +LQ01X011410 50S ribosomal protein L17 12.31706675 L4_chemical_A3 +LQ01X011410 50S ribosomal protein L17 12.89228849 L4_chemical_B1 +LQ01X011410 50S ribosomal protein L17 12.80028417 L4_chemical_B2 +LQ01X011410 50S ribosomal protein L17 12.62443656 L4_chemical_B3 +LQ01X011410 50S ribosomal protein L17 12.81832763 L4_chemical_C2 +LQ01X011410 50S ribosomal protein L17 12.69002501 L4_chemical_C3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.15923645 C6_control_A1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.654090991 C6_control_A3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.90783342 C6_control_B1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.11515037 C6_control_B2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.54724442 C6_control_B3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.973227849 C6_control_C1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.223793921 C6_control_C2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 8.863095654 C6_control_C3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.50859189 C6_chemical_A1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 10.34796396 C6_chemical_A3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 12.1635272 C6_chemical_B1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.11693907 C6_chemical_B2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.23281832 C6_chemical_B3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.72365926 C6_chemical_C1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.196798276 C6_chemical_C2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 8.194358215 C6_chemical_C3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 10.96158744 L4_control_A1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.91329178 L4_control_A2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.15906568 L4_control_A3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 12.18836057 L4_control_B1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 12.63651584 L4_control_B2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.34160964 L4_control_B3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.773897812 L4_control_C2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.607193534 L4_control_C3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 10.48088883 L4_chemical_A1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.51790096 L4_chemical_A2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 10.85248603 L4_chemical_A3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 12.15004451 L4_chemical_B1 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 12.02660262 L4_chemical_B2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.99000238 L4_chemical_B3 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.527924034 L4_chemical_C2 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 9.850198452 L4_chemical_C3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.45126932 C6_control_A1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.40114443 C6_control_A3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.30387549 C6_control_B1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.26482433 C6_control_B2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.09212238 C6_control_B3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.34750098 C6_control_C1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.4398457 C6_control_C2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.45763119 C6_control_C3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.35671545 C6_chemical_A1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.17464158 C6_chemical_A3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 10.9941584 C6_chemical_B1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 10.99032234 C6_chemical_B2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.01763705 C6_chemical_B3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.4716483 C6_chemical_C1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.37624635 C6_chemical_C2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.28191645 C6_chemical_C3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.3913339 L4_control_A1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.09212083 L4_control_A2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 10.76246743 L4_control_A3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.54151102 L4_control_B1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 10.52783753 L4_control_B2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.2723785 L4_control_B3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 12.00829716 L4_control_C2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.59080458 L4_control_C3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.82345201 L4_chemical_A1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.16850708 L4_chemical_A2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 10.8443845 L4_chemical_A3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.39196402 L4_chemical_B1 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.3549125 L4_chemical_B2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.00234002 L4_chemical_B3 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 12.15457928 L4_chemical_C2 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.66983381 L4_chemical_C3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.505308061 C6_control_A1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 6.77956157 C6_control_A3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.749873577 C6_control_B1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 6.940080134 C6_control_B2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.943586299 C6_control_B3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 6.387608655 C6_control_C1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 6.541046477 C6_control_C2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.56581552 C6_control_C3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.438316235 C6_chemical_A1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 6.576529173 C6_chemical_A3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.70660134 C6_chemical_B1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 6.903735964 C6_chemical_B2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.232417814 C6_chemical_B3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 6.446234209 C6_chemical_C1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 6.587691848 C6_chemical_C2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.362328976 C6_chemical_C3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.487233439 L4_control_A1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.541299266 L4_control_A2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.171583461 L4_control_A3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.937104648 L4_control_B1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.521022817 L4_control_B2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.63501421 L4_control_B3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.450888371 L4_control_C2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.758560257 L4_control_C3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.711434165 L4_chemical_A1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.703887032 L4_chemical_A2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.895164561 L4_chemical_A3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.63177019 L4_chemical_B1 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.48072156 L4_chemical_B2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.844246144 L4_chemical_B3 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.712884017 L4_chemical_C2 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 8.164801699 L4_chemical_C3 +LQ01X011490 Pectinesterase inhibitor, putative 8.961185317 C6_control_A1 +LQ01X011490 Pectinesterase inhibitor, putative 9.864442106 C6_control_A3 +LQ01X011490 Pectinesterase inhibitor, putative 8.166011344 C6_control_B1 +LQ01X011490 Pectinesterase inhibitor, putative 7.653587171 C6_control_B2 +LQ01X011490 Pectinesterase inhibitor, putative 6.78425548 C6_control_B3 +LQ01X011490 Pectinesterase inhibitor, putative 5.727114461 C6_control_C1 +LQ01X011490 Pectinesterase inhibitor, putative 5.295131555 C6_control_C2 +LQ01X011490 Pectinesterase inhibitor, putative 5.611850955 C6_control_C3 +LQ01X011490 Pectinesterase inhibitor, putative 9.050143046 C6_chemical_A1 +LQ01X011490 Pectinesterase inhibitor, putative 9.319281646 C6_chemical_A3 +LQ01X011490 Pectinesterase inhibitor, putative 8.586159531 C6_chemical_B1 +LQ01X011490 Pectinesterase inhibitor, putative 8.501196041 C6_chemical_B2 +LQ01X011490 Pectinesterase inhibitor, putative 6.855392568 C6_chemical_B3 +LQ01X011490 Pectinesterase inhibitor, putative 5.195141018 C6_chemical_C1 +LQ01X011490 Pectinesterase inhibitor, putative 5.289216722 C6_chemical_C2 +LQ01X011490 Pectinesterase inhibitor, putative 5.723918238 C6_chemical_C3 +LQ01X011490 Pectinesterase inhibitor, putative 9.366881695 L4_control_A1 +LQ01X011490 Pectinesterase inhibitor, putative 8.987748235 L4_control_A2 +LQ01X011490 Pectinesterase inhibitor, putative 7.644236475 L4_control_A3 +LQ01X011490 Pectinesterase inhibitor, putative 8.680627749 L4_control_B1 +LQ01X011490 Pectinesterase inhibitor, putative 8.03567337 L4_control_B2 +LQ01X011490 Pectinesterase inhibitor, putative 7.972089286 L4_control_B3 +LQ01X011490 Pectinesterase inhibitor, putative 5.890089182 L4_control_C2 +LQ01X011490 Pectinesterase inhibitor, putative 5.969638518 L4_control_C3 +LQ01X011490 Pectinesterase inhibitor, putative 9.835703979 L4_chemical_A1 +LQ01X011490 Pectinesterase inhibitor, putative 10.01219766 L4_chemical_A2 +LQ01X011490 Pectinesterase inhibitor, putative 7.592030667 L4_chemical_A3 +LQ01X011490 Pectinesterase inhibitor, putative 9.464875615 L4_chemical_B1 +LQ01X011490 Pectinesterase inhibitor, putative 9.636453276 L4_chemical_B2 +LQ01X011490 Pectinesterase inhibitor, putative 8.731523422 L4_chemical_B3 +LQ01X011490 Pectinesterase inhibitor, putative 6.379700347 L4_chemical_C2 +LQ01X011490 Pectinesterase inhibitor, putative 5.447066376 L4_chemical_C3 +LQ01X011550 Alcohol dehydrogenase 1 13.00524607 C6_control_A1 +LQ01X011550 Alcohol dehydrogenase 1 13.51733778 C6_control_A3 +LQ01X011550 Alcohol dehydrogenase 1 12.51111798 C6_control_B1 +LQ01X011550 Alcohol dehydrogenase 1 11.56239764 C6_control_B2 +LQ01X011550 Alcohol dehydrogenase 1 11.83359519 C6_control_B3 +LQ01X011550 Alcohol dehydrogenase 1 10.41845727 C6_control_C1 +LQ01X011550 Alcohol dehydrogenase 1 10.19667128 C6_control_C2 +LQ01X011550 Alcohol dehydrogenase 1 10.10269827 C6_control_C3 +LQ01X011550 Alcohol dehydrogenase 1 12.8755419 C6_chemical_A1 +LQ01X011550 Alcohol dehydrogenase 1 13.76852595 C6_chemical_A3 +LQ01X011550 Alcohol dehydrogenase 1 11.8876281 C6_chemical_B1 +LQ01X011550 Alcohol dehydrogenase 1 11.4968752 C6_chemical_B2 +LQ01X011550 Alcohol dehydrogenase 1 11.68455622 C6_chemical_B3 +LQ01X011550 Alcohol dehydrogenase 1 10.21011367 C6_chemical_C1 +LQ01X011550 Alcohol dehydrogenase 1 9.847859094 C6_chemical_C2 +LQ01X011550 Alcohol dehydrogenase 1 10.04237193 C6_chemical_C3 +LQ01X011550 Alcohol dehydrogenase 1 12.87446804 L4_control_A1 +LQ01X011550 Alcohol dehydrogenase 1 12.44051821 L4_control_A2 +LQ01X011550 Alcohol dehydrogenase 1 13.05759005 L4_control_A3 +LQ01X011550 Alcohol dehydrogenase 1 11.05648526 L4_control_B1 +LQ01X011550 Alcohol dehydrogenase 1 12.2361935 L4_control_B2 +LQ01X011550 Alcohol dehydrogenase 1 10.82563945 L4_control_B3 +LQ01X011550 Alcohol dehydrogenase 1 10.61703646 L4_control_C2 +LQ01X011550 Alcohol dehydrogenase 1 10.58851896 L4_control_C3 +LQ01X011550 Alcohol dehydrogenase 1 14.44672951 L4_chemical_A1 +LQ01X011550 Alcohol dehydrogenase 1 12.1840013 L4_chemical_A2 +LQ01X011550 Alcohol dehydrogenase 1 13.16372479 L4_chemical_A3 +LQ01X011550 Alcohol dehydrogenase 1 12.24722549 L4_chemical_B1 +LQ01X011550 Alcohol dehydrogenase 1 11.27045388 L4_chemical_B2 +LQ01X011550 Alcohol dehydrogenase 1 11.63474119 L4_chemical_B3 +LQ01X011550 Alcohol dehydrogenase 1 10.2309278 L4_chemical_C2 +LQ01X011550 Alcohol dehydrogenase 1 10.46198682 L4_chemical_C3 +LQ01X011580 Squalene monooxygenase 5.24342361 C6_control_A1 +LQ01X011580 Squalene monooxygenase 5.459002859 C6_control_A3 +LQ01X011580 Squalene monooxygenase 5.971341924 C6_control_B1 +LQ01X011580 Squalene monooxygenase 5.212471135 C6_control_B2 +LQ01X011580 Squalene monooxygenase 5.586057019 C6_control_B3 +LQ01X011580 Squalene monooxygenase 5.432292549 C6_control_C1 +LQ01X011580 Squalene monooxygenase 5.22044651 C6_control_C2 +LQ01X011580 Squalene monooxygenase 5.684745168 C6_control_C3 +LQ01X011580 Squalene monooxygenase 5.796473088 C6_chemical_A1 +LQ01X011580 Squalene monooxygenase 5.466564204 C6_chemical_A3 +LQ01X011580 Squalene monooxygenase 6.611030514 C6_chemical_B1 +LQ01X011580 Squalene monooxygenase 5.336785681 C6_chemical_B2 +LQ01X011580 Squalene monooxygenase 5.606356222 C6_chemical_B3 +LQ01X011580 Squalene monooxygenase 5.470150566 C6_chemical_C1 +LQ01X011580 Squalene monooxygenase 5.529279216 C6_chemical_C2 +LQ01X011580 Squalene monooxygenase 5.876875179 C6_chemical_C3 +LQ01X011580 Squalene monooxygenase 5.420902704 L4_control_A1 +LQ01X011580 Squalene monooxygenase 5.303013341 L4_control_A2 +LQ01X011580 Squalene monooxygenase 5.317913368 L4_control_A3 +LQ01X011580 Squalene monooxygenase 5.806899191 L4_control_B1 +LQ01X011580 Squalene monooxygenase 5.293286493 L4_control_B2 +LQ01X011580 Squalene monooxygenase 5.656039556 L4_control_B3 +LQ01X011580 Squalene monooxygenase 5.287819309 L4_control_C2 +LQ01X011580 Squalene monooxygenase 5.45002563 L4_control_C3 +LQ01X011580 Squalene monooxygenase 5.908256523 L4_chemical_A1 +LQ01X011580 Squalene monooxygenase 5.180691162 L4_chemical_A2 +LQ01X011580 Squalene monooxygenase 5.675438288 L4_chemical_A3 +LQ01X011580 Squalene monooxygenase 5.254077011 L4_chemical_B1 +LQ01X011580 Squalene monooxygenase 5.480868545 L4_chemical_B2 +LQ01X011580 Squalene monooxygenase 5.501069266 L4_chemical_B3 +LQ01X011580 Squalene monooxygenase 5.565491749 L4_chemical_C2 +LQ01X011580 Squalene monooxygenase 5.696162693 L4_chemical_C3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.014032832 C6_control_A1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 4.981261398 C6_control_A3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.510645397 C6_control_B1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.3482589 C6_control_B2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.35285639 C6_control_B3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.06182107 C6_control_C1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.137372837 C6_control_C2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.174402729 C6_control_C3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.329825397 C6_chemical_A1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 4.992890314 C6_chemical_A3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.508573134 C6_chemical_B1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.328729718 C6_chemical_B2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.558410422 C6_chemical_B3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.062698814 C6_chemical_C1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.17757135 C6_chemical_C2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.129961735 C6_chemical_C3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.296626482 L4_control_A1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 4.826461911 L4_control_A2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.268179446 L4_control_A3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.705609317 L4_control_B1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.267526516 L4_control_B2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.208161049 L4_control_B3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 4.985382662 L4_control_C2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 6.265669794 L4_control_C3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 4.981584409 L4_chemical_A1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.334906709 L4_chemical_A2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.171403373 L4_chemical_A3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.398037069 L4_chemical_B1 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.623875993 L4_chemical_B2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.173764424 L4_chemical_B3 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 4.86020798 L4_chemical_C2 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.259016494 L4_chemical_C3 +LQ01X011740 Predicted protein 5.409449711 C6_control_A1 +LQ01X011740 Predicted protein 5.399837665 C6_control_A3 +LQ01X011740 Predicted protein 6.079578757 C6_control_B1 +LQ01X011740 Predicted protein 5.230942048 C6_control_B2 +LQ01X011740 Predicted protein 5.308355142 C6_control_B3 +LQ01X011740 Predicted protein 5.359800662 C6_control_C1 +LQ01X011740 Predicted protein 5.628656779 C6_control_C2 +LQ01X011740 Predicted protein 5.596708317 C6_control_C3 +LQ01X011740 Predicted protein 5.205763494 C6_chemical_A1 +LQ01X011740 Predicted protein 5.321566546 C6_chemical_A3 +LQ01X011740 Predicted protein 5.42381839 C6_chemical_B1 +LQ01X011740 Predicted protein 5.237191963 C6_chemical_B2 +LQ01X011740 Predicted protein 5.591697964 C6_chemical_B3 +LQ01X011740 Predicted protein 5.074088873 C6_chemical_C1 +LQ01X011740 Predicted protein 5.436165815 C6_chemical_C2 +LQ01X011740 Predicted protein 5.188833764 C6_chemical_C3 +LQ01X011740 Predicted protein 5.179213624 L4_control_A1 +LQ01X011740 Predicted protein 5.827257967 L4_control_A2 +LQ01X011740 Predicted protein 5.615465651 L4_control_A3 +LQ01X011740 Predicted protein 5.489343191 L4_control_B1 +LQ01X011740 Predicted protein 6.014984939 L4_control_B2 +LQ01X011740 Predicted protein 5.526287914 L4_control_B3 +LQ01X011740 Predicted protein 5.437460189 L4_control_C2 +LQ01X011740 Predicted protein 6.437506556 L4_control_C3 +LQ01X011740 Predicted protein 5.28133852 L4_chemical_A1 +LQ01X011740 Predicted protein 5.870805412 L4_chemical_A2 +LQ01X011740 Predicted protein 5.916211176 L4_chemical_A3 +LQ01X011740 Predicted protein 5.098076099 L4_chemical_B1 +LQ01X011740 Predicted protein 5.244588035 L4_chemical_B2 +LQ01X011740 Predicted protein 5.378515338 L4_chemical_B3 +LQ01X011740 Predicted protein 5.545815913 L4_chemical_C2 +LQ01X011740 Predicted protein 5.497680839 L4_chemical_C3 +LQ01X011750 Transcriptional corepressor SEUSS 4.841751321 C6_control_A1 +LQ01X011750 Transcriptional corepressor SEUSS 5.045906787 C6_control_A3 +LQ01X011750 Transcriptional corepressor SEUSS 5.469581165 C6_control_B1 +LQ01X011750 Transcriptional corepressor SEUSS 5.05973116 C6_control_B2 +LQ01X011750 Transcriptional corepressor SEUSS 5.106821268 C6_control_B3 +LQ01X011750 Transcriptional corepressor SEUSS 5.019885544 C6_control_C1 +LQ01X011750 Transcriptional corepressor SEUSS 5.676125591 C6_control_C2 +LQ01X011750 Transcriptional corepressor SEUSS 5.493363599 C6_control_C3 +LQ01X011750 Transcriptional corepressor SEUSS 4.911961547 C6_chemical_A1 +LQ01X011750 Transcriptional corepressor SEUSS 5.000931333 C6_chemical_A3 +LQ01X011750 Transcriptional corepressor SEUSS 5.537561669 C6_chemical_B1 +LQ01X011750 Transcriptional corepressor SEUSS 5.309970352 C6_chemical_B2 +LQ01X011750 Transcriptional corepressor SEUSS 5.257602977 C6_chemical_B3 +LQ01X011750 Transcriptional corepressor SEUSS 5.205383605 C6_chemical_C1 +LQ01X011750 Transcriptional corepressor SEUSS 5.455166314 C6_chemical_C2 +LQ01X011750 Transcriptional corepressor SEUSS 5.795932254 C6_chemical_C3 +LQ01X011750 Transcriptional corepressor SEUSS 4.519006682 L4_control_A1 +LQ01X011750 Transcriptional corepressor SEUSS 5.023639111 L4_control_A2 +LQ01X011750 Transcriptional corepressor SEUSS 4.922922775 L4_control_A3 +LQ01X011750 Transcriptional corepressor SEUSS 4.890915873 L4_control_B1 +LQ01X011750 Transcriptional corepressor SEUSS 5.148531086 L4_control_B2 +LQ01X011750 Transcriptional corepressor SEUSS 5.148548939 L4_control_B3 +LQ01X011750 Transcriptional corepressor SEUSS 5.051985619 L4_control_C2 +LQ01X011750 Transcriptional corepressor SEUSS 4.967897199 L4_control_C3 +LQ01X011750 Transcriptional corepressor SEUSS 4.511712473 L4_chemical_A1 +LQ01X011750 Transcriptional corepressor SEUSS 4.988815662 L4_chemical_A2 +LQ01X011750 Transcriptional corepressor SEUSS 5.535243276 L4_chemical_A3 +LQ01X011750 Transcriptional corepressor SEUSS 4.994233403 L4_chemical_B1 +LQ01X011750 Transcriptional corepressor SEUSS 4.939328453 L4_chemical_B2 +LQ01X011750 Transcriptional corepressor SEUSS 5.249887312 L4_chemical_B3 +LQ01X011750 Transcriptional corepressor SEUSS 5.168074392 L4_chemical_C2 +LQ01X011750 Transcriptional corepressor SEUSS 5.563606964 L4_chemical_C3 +LQ01X011760 Callose synthase 5 4.555919373 C6_control_A1 +LQ01X011760 Callose synthase 5 4.573751894 C6_control_A3 +LQ01X011760 Callose synthase 5 4.408966816 C6_control_B1 +LQ01X011760 Callose synthase 5 4.679821046 C6_control_B2 +LQ01X011760 Callose synthase 5 4.842131496 C6_control_B3 +LQ01X011760 Callose synthase 5 4.567990307 C6_control_C1 +LQ01X011760 Callose synthase 5 4.451830481 C6_control_C2 +LQ01X011760 Callose synthase 5 4.63339197 C6_control_C3 +LQ01X011760 Callose synthase 5 4.681930848 C6_chemical_A1 +LQ01X011760 Callose synthase 5 4.643475833 C6_chemical_A3 +LQ01X011760 Callose synthase 5 4.646527386 C6_chemical_B1 +LQ01X011760 Callose synthase 5 4.577527825 C6_chemical_B2 +LQ01X011760 Callose synthase 5 4.972247331 C6_chemical_B3 +LQ01X011760 Callose synthase 5 4.558385671 C6_chemical_C1 +LQ01X011760 Callose synthase 5 4.521845309 C6_chemical_C2 +LQ01X011760 Callose synthase 5 4.418639318 C6_chemical_C3 +LQ01X011760 Callose synthase 5 4.625759785 L4_control_A1 +LQ01X011760 Callose synthase 5 4.951338981 L4_control_A2 +LQ01X011760 Callose synthase 5 4.930290869 L4_control_A3 +LQ01X011760 Callose synthase 5 4.696426071 L4_control_B1 +LQ01X011760 Callose synthase 5 4.82101223 L4_control_B2 +LQ01X011760 Callose synthase 5 4.875991081 L4_control_B3 +LQ01X011760 Callose synthase 5 5.056849863 L4_control_C2 +LQ01X011760 Callose synthase 5 5.484240595 L4_control_C3 +LQ01X011760 Callose synthase 5 4.89681837 L4_chemical_A1 +LQ01X011760 Callose synthase 5 4.79265682 L4_chemical_A2 +LQ01X011760 Callose synthase 5 5.175300376 L4_chemical_A3 +LQ01X011760 Callose synthase 5 5.027980948 L4_chemical_B1 +LQ01X011760 Callose synthase 5 4.760530162 L4_chemical_B2 +LQ01X011760 Callose synthase 5 4.453951894 L4_chemical_B3 +LQ01X011760 Callose synthase 5 4.873038564 L4_chemical_C2 +LQ01X011760 Callose synthase 5 5.209047563 L4_chemical_C3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.92756067 C6_control_A1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.59139383 C6_control_A3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.62411539 C6_control_B1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.90409705 C6_control_B2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.98175898 C6_control_B3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.5541339 C6_control_C1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.69885606 C6_control_C2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 13.05497943 C6_control_C3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.93000182 C6_chemical_A1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.46494972 C6_chemical_A3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.10213313 C6_chemical_B1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.68659769 C6_chemical_B2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.05641513 C6_chemical_B3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.59523514 C6_chemical_C1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.43589566 C6_chemical_C2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 13.0130457 C6_chemical_C3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.76762229 L4_control_A1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.82872945 L4_control_A2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.99275845 L4_control_A3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.87919452 L4_control_B1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.0722008 L4_control_B2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.80775447 L4_control_B3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.35183929 L4_control_C2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.64227837 L4_control_C3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.37746577 L4_chemical_A1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.18778301 L4_chemical_A2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.81104785 L4_chemical_A3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.80229615 L4_chemical_B1 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.64423128 L4_chemical_B2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.42514848 L4_chemical_B3 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.23729963 L4_chemical_C2 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 12.61605894 L4_chemical_C3 +LQ01X011790 Predicted protein 9.551377588 C6_control_A1 +LQ01X011790 Predicted protein 9.510205294 C6_control_A3 +LQ01X011790 Predicted protein 9.781360702 C6_control_B1 +LQ01X011790 Predicted protein 9.675296518 C6_control_B2 +LQ01X011790 Predicted protein 10.26936168 C6_control_B3 +LQ01X011790 Predicted protein 10.34423629 C6_control_C1 +LQ01X011790 Predicted protein 9.99650985 C6_control_C2 +LQ01X011790 Predicted protein 10.13105588 C6_control_C3 +LQ01X011790 Predicted protein 9.756582109 C6_chemical_A1 +LQ01X011790 Predicted protein 9.841021565 C6_chemical_A3 +LQ01X011790 Predicted protein 10.2259511 C6_chemical_B1 +LQ01X011790 Predicted protein 9.806696673 C6_chemical_B2 +LQ01X011790 Predicted protein 10.66616687 C6_chemical_B3 +LQ01X011790 Predicted protein 10.16251203 C6_chemical_C1 +LQ01X011790 Predicted protein 10.26006525 C6_chemical_C2 +LQ01X011790 Predicted protein 10.86563348 C6_chemical_C3 +LQ01X011790 Predicted protein 9.921000087 L4_control_A1 +LQ01X011790 Predicted protein 9.920182487 L4_control_A2 +LQ01X011790 Predicted protein 10.82709625 L4_control_A3 +LQ01X011790 Predicted protein 10.48214502 L4_control_B1 +LQ01X011790 Predicted protein 11.06725131 L4_control_B2 +LQ01X011790 Predicted protein 11.41378427 L4_control_B3 +LQ01X011790 Predicted protein 11.41359249 L4_control_C2 +LQ01X011790 Predicted protein 12.26301918 L4_control_C3 +LQ01X011790 Predicted protein 9.975753747 L4_chemical_A1 +LQ01X011790 Predicted protein 9.992210186 L4_chemical_A2 +LQ01X011790 Predicted protein 10.52994542 L4_chemical_A3 +LQ01X011790 Predicted protein 10.0428496 L4_chemical_B1 +LQ01X011790 Predicted protein 10.18052009 L4_chemical_B2 +LQ01X011790 Predicted protein 11.11034355 L4_chemical_B3 +LQ01X011790 Predicted protein 11.3623652 L4_chemical_C2 +LQ01X011790 Predicted protein 11.96289196 L4_chemical_C3 +LQ01X011800 Predicted protein 5.649953275 C6_control_A1 +LQ01X011800 Predicted protein 5.225152175 C6_control_A3 +LQ01X011800 Predicted protein 5.999439976 C6_control_B1 +LQ01X011800 Predicted protein 5.986459576 C6_control_B2 +LQ01X011800 Predicted protein 5.786344082 C6_control_B3 +LQ01X011800 Predicted protein 5.909656612 C6_control_C1 +LQ01X011800 Predicted protein 5.935711811 C6_control_C2 +LQ01X011800 Predicted protein 6.405869257 C6_control_C3 +LQ01X011800 Predicted protein 5.756517987 C6_chemical_A1 +LQ01X011800 Predicted protein 5.397882232 C6_chemical_A3 +LQ01X011800 Predicted protein 6.139672067 C6_chemical_B1 +LQ01X011800 Predicted protein 5.934185823 C6_chemical_B2 +LQ01X011800 Predicted protein 5.961048781 C6_chemical_B3 +LQ01X011800 Predicted protein 6.307653716 C6_chemical_C1 +LQ01X011800 Predicted protein 6.762667758 C6_chemical_C2 +LQ01X011800 Predicted protein 6.13728182 C6_chemical_C3 +LQ01X011800 Predicted protein 5.68171734 L4_control_A1 +LQ01X011800 Predicted protein 5.747871739 L4_control_A2 +LQ01X011800 Predicted protein 5.390057868 L4_control_A3 +LQ01X011800 Predicted protein 5.574014472 L4_control_B1 +LQ01X011800 Predicted protein 5.596704529 L4_control_B2 +LQ01X011800 Predicted protein 6.35065777 L4_control_B3 +LQ01X011800 Predicted protein 6.084136251 L4_control_C2 +LQ01X011800 Predicted protein 6.31474519 L4_control_C3 +LQ01X011800 Predicted protein 5.444691772 L4_chemical_A1 +LQ01X011800 Predicted protein 5.651362613 L4_chemical_A2 +LQ01X011800 Predicted protein 5.385680201 L4_chemical_A3 +LQ01X011800 Predicted protein 5.790413101 L4_chemical_B1 +LQ01X011800 Predicted protein 6.008627827 L4_chemical_B2 +LQ01X011800 Predicted protein 5.70648936 L4_chemical_B3 +LQ01X011800 Predicted protein 5.700086443 L4_chemical_C2 +LQ01X011800 Predicted protein 6.101275812 L4_chemical_C3 +LQ01X011830 GDP-mannose transporter 4.837769658 C6_control_A1 +LQ01X011830 GDP-mannose transporter 4.838077563 C6_control_A3 +LQ01X011830 GDP-mannose transporter 4.740611643 C6_control_B1 +LQ01X011830 GDP-mannose transporter 4.645180841 C6_control_B2 +LQ01X011830 GDP-mannose transporter 5.237002798 C6_control_B3 +LQ01X011830 GDP-mannose transporter 4.655668698 C6_control_C1 +LQ01X011830 GDP-mannose transporter 4.975015371 C6_control_C2 +LQ01X011830 GDP-mannose transporter 4.872871862 C6_control_C3 +LQ01X011830 GDP-mannose transporter 5.031532847 C6_chemical_A1 +LQ01X011830 GDP-mannose transporter 4.76775685 C6_chemical_A3 +LQ01X011830 GDP-mannose transporter 5.250724756 C6_chemical_B1 +LQ01X011830 GDP-mannose transporter 4.761112836 C6_chemical_B2 +LQ01X011830 GDP-mannose transporter 5.807993208 C6_chemical_B3 +LQ01X011830 GDP-mannose transporter 4.871751036 C6_chemical_C1 +LQ01X011830 GDP-mannose transporter 4.686157196 C6_chemical_C2 +LQ01X011830 GDP-mannose transporter 5.577793558 C6_chemical_C3 +LQ01X011830 GDP-mannose transporter 4.973908888 L4_control_A1 +LQ01X011830 GDP-mannose transporter 6.031018218 L4_control_A2 +LQ01X011830 GDP-mannose transporter 4.782648648 L4_control_A3 +LQ01X011830 GDP-mannose transporter 5.014388743 L4_control_B1 +LQ01X011830 GDP-mannose transporter 5.095517857 L4_control_B2 +LQ01X011830 GDP-mannose transporter 5.218324637 L4_control_B3 +LQ01X011830 GDP-mannose transporter 5.3164184 L4_control_C2 +LQ01X011830 GDP-mannose transporter 5.227372658 L4_control_C3 +LQ01X011830 GDP-mannose transporter 4.869274376 L4_chemical_A1 +LQ01X011830 GDP-mannose transporter 5.118338656 L4_chemical_A2 +LQ01X011830 GDP-mannose transporter 4.563071328 L4_chemical_A3 +LQ01X011830 GDP-mannose transporter 5.066528612 L4_chemical_B1 +LQ01X011830 GDP-mannose transporter 5.465956409 L4_chemical_B2 +LQ01X011830 GDP-mannose transporter 5.060549188 L4_chemical_B3 +LQ01X011830 GDP-mannose transporter 5.417256683 L4_chemical_C2 +LQ01X011830 GDP-mannose transporter 5.315921852 L4_chemical_C3 +LQ01X011910 Putative Predicted protein 5.402579263 C6_control_A1 +LQ01X011910 Putative Predicted protein 5.032429675 C6_control_A3 +LQ01X011910 Putative Predicted protein 5.373035707 C6_control_B1 +LQ01X011910 Putative Predicted protein 6.931888864 C6_control_B2 +LQ01X011910 Putative Predicted protein 5.748924057 C6_control_B3 +LQ01X011910 Putative Predicted protein 5.424963382 C6_control_C1 +LQ01X011910 Putative Predicted protein 6.205646248 C6_control_C2 +LQ01X011910 Putative Predicted protein 5.431702007 C6_control_C3 +LQ01X011910 Putative Predicted protein 5.112908815 C6_chemical_A1 +LQ01X011910 Putative Predicted protein 5.148751822 C6_chemical_A3 +LQ01X011910 Putative Predicted protein 5.284274629 C6_chemical_B1 +LQ01X011910 Putative Predicted protein 6.474468429 C6_chemical_B2 +LQ01X011910 Putative Predicted protein 5.913840548 C6_chemical_B3 +LQ01X011910 Putative Predicted protein 5.017261542 C6_chemical_C1 +LQ01X011910 Putative Predicted protein 5.603330686 C6_chemical_C2 +LQ01X011910 Putative Predicted protein 5.478779201 C6_chemical_C3 +LQ01X011910 Putative Predicted protein 5.221344953 L4_control_A1 +LQ01X011910 Putative Predicted protein 5.484108425 L4_control_A2 +LQ01X011910 Putative Predicted protein 5.584516191 L4_control_A3 +LQ01X011910 Putative Predicted protein 5.378677145 L4_control_B1 +LQ01X011910 Putative Predicted protein 5.617001591 L4_control_B2 +LQ01X011910 Putative Predicted protein 8.006812507 L4_control_B3 +LQ01X011910 Putative Predicted protein 6.074017105 L4_control_C2 +LQ01X011910 Putative Predicted protein 5.247575225 L4_control_C3 +LQ01X011910 Putative Predicted protein 5.531193282 L4_chemical_A1 +LQ01X011910 Putative Predicted protein 5.721425848 L4_chemical_A2 +LQ01X011910 Putative Predicted protein 5.019592622 L4_chemical_A3 +LQ01X011910 Putative Predicted protein 5.034480559 L4_chemical_B1 +LQ01X011910 Putative Predicted protein 5.90190616 L4_chemical_B2 +LQ01X011910 Putative Predicted protein 6.480357214 L4_chemical_B3 +LQ01X011910 Putative Predicted protein 7.325132252 L4_chemical_C2 +LQ01X011910 Putative Predicted protein 5.697614703 L4_chemical_C3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.298265033 C6_control_A1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.929825522 C6_control_A3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.153416175 C6_control_B1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.451742041 C6_control_B2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.731971944 C6_control_B3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.451315827 C6_control_C1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.348419023 C6_control_C2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.033498742 C6_control_C3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.838756845 C6_chemical_A1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.015084568 C6_chemical_A3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.862414894 C6_chemical_B1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.038848268 C6_chemical_B2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.235086289 C6_chemical_B3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.445645191 C6_chemical_C1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.325668584 C6_chemical_C2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.861771493 C6_chemical_C3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.662012784 L4_control_A1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.165575285 L4_control_A2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.551406478 L4_control_A3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.496445888 L4_control_B1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.397706077 L4_control_B2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.76932592 L4_control_B3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.56965239 L4_control_C2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.211647106 L4_control_C3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.943359639 L4_chemical_A1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.218192798 L4_chemical_A2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.921195452 L4_chemical_A3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.832135213 L4_chemical_B1 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.686617876 L4_chemical_B2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.989092623 L4_chemical_B3 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.437345124 L4_chemical_C2 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 5.110504612 L4_chemical_C3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.95321964 C6_control_A1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.02297943 C6_control_A3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.2443919 C6_control_B1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.28525953 C6_control_B2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.31284694 C6_control_B3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.50616136 C6_control_C1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.43333051 C6_control_C2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.49925282 C6_control_C3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.86627714 C6_chemical_A1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.83199593 C6_chemical_A3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.42952063 C6_chemical_B1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.32802193 C6_chemical_B2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.39207961 C6_chemical_B3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.17628523 C6_chemical_C1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.46410785 C6_chemical_C2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.56202957 C6_chemical_C3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.86312412 L4_control_A1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.76045316 L4_control_A2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.24013142 L4_control_A3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.28922203 L4_control_B1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.97319266 L4_control_B2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.17207078 L4_control_B3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.91218639 L4_control_C2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.22874308 L4_control_C3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.30251201 L4_chemical_A1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.56492478 L4_chemical_A2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.29175884 L4_chemical_A3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.30980408 L4_chemical_B1 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.94438019 L4_chemical_B2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.42854003 L4_chemical_B3 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.05515259 L4_chemical_C2 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 15.49894306 L4_chemical_C3 +LQ01X011950 Predicted protein 11.44173504 C6_control_A1 +LQ01X011950 Predicted protein 11.10638079 C6_control_A3 +LQ01X011950 Predicted protein 12.4767603 C6_control_B1 +LQ01X011950 Predicted protein 12.96835101 C6_control_B2 +LQ01X011950 Predicted protein 12.81835968 C6_control_B3 +LQ01X011950 Predicted protein 13.16726605 C6_control_C1 +LQ01X011950 Predicted protein 13.5383802 C6_control_C2 +LQ01X011950 Predicted protein 13.47026767 C6_control_C3 +LQ01X011950 Predicted protein 12.00009063 C6_chemical_A1 +LQ01X011950 Predicted protein 11.53031905 C6_chemical_A3 +LQ01X011950 Predicted protein 12.78173219 C6_chemical_B1 +LQ01X011950 Predicted protein 13.00207222 C6_chemical_B2 +LQ01X011950 Predicted protein 13.06047166 C6_chemical_B3 +LQ01X011950 Predicted protein 13.12593479 C6_chemical_C1 +LQ01X011950 Predicted protein 13.15733687 C6_chemical_C2 +LQ01X011950 Predicted protein 13.46388586 C6_chemical_C3 +LQ01X011950 Predicted protein 11.17443171 L4_control_A1 +LQ01X011950 Predicted protein 11.02572658 L4_control_A2 +LQ01X011950 Predicted protein 11.49209718 L4_control_A3 +LQ01X011950 Predicted protein 12.51607215 L4_control_B1 +LQ01X011950 Predicted protein 12.22240577 L4_control_B2 +LQ01X011950 Predicted protein 13.2424149 L4_control_B3 +LQ01X011950 Predicted protein 13.02296101 L4_control_C2 +LQ01X011950 Predicted protein 12.97722172 L4_control_C3 +LQ01X011950 Predicted protein 12.42925958 L4_chemical_A1 +LQ01X011950 Predicted protein 12.30409308 L4_chemical_A2 +LQ01X011950 Predicted protein 12.46040639 L4_chemical_A3 +LQ01X011950 Predicted protein 12.49528814 L4_chemical_B1 +LQ01X011950 Predicted protein 12.2434219 L4_chemical_B2 +LQ01X011950 Predicted protein 12.89666901 L4_chemical_B3 +LQ01X011950 Predicted protein 13.02651925 L4_chemical_C2 +LQ01X011950 Predicted protein 12.71398122 L4_chemical_C3 +LQ01X011970 GTP-binding protein yptV3 4.912848469 C6_control_A1 +LQ01X011970 GTP-binding protein yptV3 5.560126741 C6_control_A3 +LQ01X011970 GTP-binding protein yptV3 5.243025156 C6_control_B1 +LQ01X011970 GTP-binding protein yptV3 4.998165044 C6_control_B2 +LQ01X011970 GTP-binding protein yptV3 4.776052613 C6_control_B3 +LQ01X011970 GTP-binding protein yptV3 5.412694871 C6_control_C1 +LQ01X011970 GTP-binding protein yptV3 5.194015986 C6_control_C2 +LQ01X011970 GTP-binding protein yptV3 4.984092538 C6_control_C3 +LQ01X011970 GTP-binding protein yptV3 4.851952486 C6_chemical_A1 +LQ01X011970 GTP-binding protein yptV3 4.984825718 C6_chemical_A3 +LQ01X011970 GTP-binding protein yptV3 5.600317122 C6_chemical_B1 +LQ01X011970 GTP-binding protein yptV3 5.092689163 C6_chemical_B2 +LQ01X011970 GTP-binding protein yptV3 4.962535649 C6_chemical_B3 +LQ01X011970 GTP-binding protein yptV3 5.370390265 C6_chemical_C1 +LQ01X011970 GTP-binding protein yptV3 5.01548043 C6_chemical_C2 +LQ01X011970 GTP-binding protein yptV3 5.144414172 C6_chemical_C3 +LQ01X011970 GTP-binding protein yptV3 5.066048808 L4_control_A1 +LQ01X011970 GTP-binding protein yptV3 4.740159335 L4_control_A2 +LQ01X011970 GTP-binding protein yptV3 5.054774454 L4_control_A3 +LQ01X011970 GTP-binding protein yptV3 5.095365968 L4_control_B1 +LQ01X011970 GTP-binding protein yptV3 4.776619555 L4_control_B2 +LQ01X011970 GTP-binding protein yptV3 5.061274858 L4_control_B3 +LQ01X011970 GTP-binding protein yptV3 5.371153131 L4_control_C2 +LQ01X011970 GTP-binding protein yptV3 5.512205292 L4_control_C3 +LQ01X011970 GTP-binding protein yptV3 5.036254388 L4_chemical_A1 +LQ01X011970 GTP-binding protein yptV3 5.00312459 L4_chemical_A2 +LQ01X011970 GTP-binding protein yptV3 4.936429135 L4_chemical_A3 +LQ01X011970 GTP-binding protein yptV3 4.883250917 L4_chemical_B1 +LQ01X011970 GTP-binding protein yptV3 4.85792635 L4_chemical_B2 +LQ01X011970 GTP-binding protein yptV3 4.757283406 L4_chemical_B3 +LQ01X011970 GTP-binding protein yptV3 5.471094545 L4_chemical_C2 +LQ01X011970 GTP-binding protein yptV3 4.936994808 L4_chemical_C3 +LQ01X012040 SAL1 phosphatase 5.871688203 C6_control_A1 +LQ01X012040 SAL1 phosphatase 6.572151724 C6_control_A3 +LQ01X012040 SAL1 phosphatase 5.640665558 C6_control_B1 +LQ01X012040 SAL1 phosphatase 5.292782079 C6_control_B2 +LQ01X012040 SAL1 phosphatase 5.97427313 C6_control_B3 +LQ01X012040 SAL1 phosphatase 5.67282761 C6_control_C1 +LQ01X012040 SAL1 phosphatase 5.77833 C6_control_C2 +LQ01X012040 SAL1 phosphatase 5.162976867 C6_control_C3 +LQ01X012040 SAL1 phosphatase 5.577219118 C6_chemical_A1 +LQ01X012040 SAL1 phosphatase 5.667503388 C6_chemical_A3 +LQ01X012040 SAL1 phosphatase 5.210654477 C6_chemical_B1 +LQ01X012040 SAL1 phosphatase 5.42213848 C6_chemical_B2 +LQ01X012040 SAL1 phosphatase 5.519191331 C6_chemical_B3 +LQ01X012040 SAL1 phosphatase 5.592307616 C6_chemical_C1 +LQ01X012040 SAL1 phosphatase 5.326000975 C6_chemical_C2 +LQ01X012040 SAL1 phosphatase 5.20502088 C6_chemical_C3 +LQ01X012040 SAL1 phosphatase 5.959598644 L4_control_A1 +LQ01X012040 SAL1 phosphatase 6.196508572 L4_control_A2 +LQ01X012040 SAL1 phosphatase 5.251930664 L4_control_A3 +LQ01X012040 SAL1 phosphatase 6.047228518 L4_control_B1 +LQ01X012040 SAL1 phosphatase 6.308977142 L4_control_B2 +LQ01X012040 SAL1 phosphatase 5.726471471 L4_control_B3 +LQ01X012040 SAL1 phosphatase 5.835164698 L4_control_C2 +LQ01X012040 SAL1 phosphatase 5.190426936 L4_control_C3 +LQ01X012040 SAL1 phosphatase 5.927532595 L4_chemical_A1 +LQ01X012040 SAL1 phosphatase 5.962815109 L4_chemical_A2 +LQ01X012040 SAL1 phosphatase 5.63375842 L4_chemical_A3 +LQ01X012040 SAL1 phosphatase 6.20433648 L4_chemical_B1 +LQ01X012040 SAL1 phosphatase 6.188479242 L4_chemical_B2 +LQ01X012040 SAL1 phosphatase 5.910169288 L4_chemical_B3 +LQ01X012040 SAL1 phosphatase 6.428541408 L4_chemical_C2 +LQ01X012040 SAL1 phosphatase 5.659576345 L4_chemical_C3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.507610394 C6_control_A1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.457674321 C6_control_A3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.048014364 C6_control_B1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.653231504 C6_control_B2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.658160192 C6_control_B3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.45203027 C6_control_C1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 6.124207362 C6_control_C2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.228175024 C6_control_C3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.30101426 C6_chemical_A1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.476732224 C6_chemical_A3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.479389363 C6_chemical_B1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.927123082 C6_chemical_B2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.103766314 C6_chemical_B3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.960502153 C6_chemical_C1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.674180438 C6_chemical_C2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.541292836 C6_chemical_C3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.223221789 L4_control_A1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.658841434 L4_control_A2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.251652724 L4_control_A3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.33900751 L4_control_B1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.880506361 L4_control_B2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.592473143 L4_control_B3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 6.27591494 L4_control_C2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.244236848 L4_control_C3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.666307595 L4_chemical_A1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.767050311 L4_chemical_A2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.612422342 L4_chemical_A3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.801423355 L4_chemical_B1 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.863046432 L4_chemical_B2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.494673803 L4_chemical_B3 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.15776769 L4_chemical_C2 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 4.970557055 L4_chemical_C3 +LQ01X012090 Hypothetical protein 5.239261186 C6_control_A1 +LQ01X012090 Hypothetical protein 4.921650315 C6_control_A3 +LQ01X012090 Hypothetical protein 5.132089793 C6_control_B1 +LQ01X012090 Hypothetical protein 4.95956264 C6_control_B2 +LQ01X012090 Hypothetical protein 5.504110015 C6_control_B3 +LQ01X012090 Hypothetical protein 4.743203618 C6_control_C1 +LQ01X012090 Hypothetical protein 4.911593647 C6_control_C2 +LQ01X012090 Hypothetical protein 5.062691744 C6_control_C3 +LQ01X012090 Hypothetical protein 5.133562837 C6_chemical_A1 +LQ01X012090 Hypothetical protein 5.075426233 C6_chemical_A3 +LQ01X012090 Hypothetical protein 4.976239654 C6_chemical_B1 +LQ01X012090 Hypothetical protein 4.989119131 C6_chemical_B2 +LQ01X012090 Hypothetical protein 5.131590242 C6_chemical_B3 +LQ01X012090 Hypothetical protein 4.901568021 C6_chemical_C1 +LQ01X012090 Hypothetical protein 4.83384716 C6_chemical_C2 +LQ01X012090 Hypothetical protein 5.01103747 C6_chemical_C3 +LQ01X012090 Hypothetical protein 4.859598238 L4_control_A1 +LQ01X012090 Hypothetical protein 5.129566244 L4_control_A2 +LQ01X012090 Hypothetical protein 4.806797998 L4_control_A3 +LQ01X012090 Hypothetical protein 4.968744968 L4_control_B1 +LQ01X012090 Hypothetical protein 5.350440346 L4_control_B2 +LQ01X012090 Hypothetical protein 4.930588856 L4_control_B3 +LQ01X012090 Hypothetical protein 5.15377622 L4_control_C2 +LQ01X012090 Hypothetical protein 4.812858835 L4_control_C3 +LQ01X012090 Hypothetical protein 5.025036897 L4_chemical_A1 +LQ01X012090 Hypothetical protein 5.047711672 L4_chemical_A2 +LQ01X012090 Hypothetical protein 5.184953126 L4_chemical_A3 +LQ01X012090 Hypothetical protein 4.988289177 L4_chemical_B1 +LQ01X012090 Hypothetical protein 5.428417369 L4_chemical_B2 +LQ01X012090 Hypothetical protein 5.054210095 L4_chemical_B3 +LQ01X012090 Hypothetical protein 4.789300461 L4_chemical_C2 +LQ01X012090 Hypothetical protein 4.918454326 L4_chemical_C3 +LQ01X012100 ABC transporter G family member 5 9.995425196 C6_control_A1 +LQ01X012100 ABC transporter G family member 5 8.872327668 C6_control_A3 +LQ01X012100 ABC transporter G family member 5 9.8622902 C6_control_B1 +LQ01X012100 ABC transporter G family member 5 9.25675722 C6_control_B2 +LQ01X012100 ABC transporter G family member 5 9.832418069 C6_control_B3 +LQ01X012100 ABC transporter G family member 5 8.828441148 C6_control_C1 +LQ01X012100 ABC transporter G family member 5 6.106942349 C6_control_C2 +LQ01X012100 ABC transporter G family member 5 9.28886659 C6_control_C3 +LQ01X012100 ABC transporter G family member 5 10.53419947 C6_chemical_A1 +LQ01X012100 ABC transporter G family member 5 8.731349386 C6_chemical_A3 +LQ01X012100 ABC transporter G family member 5 10.12744952 C6_chemical_B1 +LQ01X012100 ABC transporter G family member 5 9.439387286 C6_chemical_B2 +LQ01X012100 ABC transporter G family member 5 10.84708169 C6_chemical_B3 +LQ01X012100 ABC transporter G family member 5 8.773518297 C6_chemical_C1 +LQ01X012100 ABC transporter G family member 5 7.487681903 C6_chemical_C2 +LQ01X012100 ABC transporter G family member 5 9.136135069 C6_chemical_C3 +LQ01X012100 ABC transporter G family member 5 10.83908424 L4_control_A1 +LQ01X012100 ABC transporter G family member 5 10.06662862 L4_control_A2 +LQ01X012100 ABC transporter G family member 5 10.02794877 L4_control_A3 +LQ01X012100 ABC transporter G family member 5 12.5626708 L4_control_B1 +LQ01X012100 ABC transporter G family member 5 10.77661251 L4_control_B2 +LQ01X012100 ABC transporter G family member 5 7.625336927 L4_control_B3 +LQ01X012100 ABC transporter G family member 5 11.19144949 L4_control_C2 +LQ01X012100 ABC transporter G family member 5 10.93003339 L4_control_C3 +LQ01X012100 ABC transporter G family member 5 10.31228535 L4_chemical_A1 +LQ01X012100 ABC transporter G family member 5 10.53376763 L4_chemical_A2 +LQ01X012100 ABC transporter G family member 5 11.23375382 L4_chemical_A3 +LQ01X012100 ABC transporter G family member 5 11.3877178 L4_chemical_B1 +LQ01X012100 ABC transporter G family member 5 10.90531102 L4_chemical_B2 +LQ01X012100 ABC transporter G family member 5 8.171039187 L4_chemical_B3 +LQ01X012100 ABC transporter G family member 5 11.75475667 L4_chemical_C2 +LQ01X012100 ABC transporter G family member 5 10.97199753 L4_chemical_C3 +LQ01X012130 Putative Predicted protein 11.03136144 C6_control_A1 +LQ01X012130 Putative Predicted protein 10.64472764 C6_control_A3 +LQ01X012130 Putative Predicted protein 10.82810545 C6_control_B1 +LQ01X012130 Putative Predicted protein 10.99008955 C6_control_B2 +LQ01X012130 Putative Predicted protein 10.97673693 C6_control_B3 +LQ01X012130 Putative Predicted protein 11.31719536 C6_control_C1 +LQ01X012130 Putative Predicted protein 11.53667777 C6_control_C2 +LQ01X012130 Putative Predicted protein 10.96429839 C6_control_C3 +LQ01X012130 Putative Predicted protein 11.05388598 C6_chemical_A1 +LQ01X012130 Putative Predicted protein 10.4898946 C6_chemical_A3 +LQ01X012130 Putative Predicted protein 10.84350081 C6_chemical_B1 +LQ01X012130 Putative Predicted protein 10.98054829 C6_chemical_B2 +LQ01X012130 Putative Predicted protein 11.09637728 C6_chemical_B3 +LQ01X012130 Putative Predicted protein 11.19215105 C6_chemical_C1 +LQ01X012130 Putative Predicted protein 11.23731167 C6_chemical_C2 +LQ01X012130 Putative Predicted protein 10.99699584 C6_chemical_C3 +LQ01X012130 Putative Predicted protein 10.97667586 L4_control_A1 +LQ01X012130 Putative Predicted protein 11.17963814 L4_control_A2 +LQ01X012130 Putative Predicted protein 11.50218224 L4_control_A3 +LQ01X012130 Putative Predicted protein 11.0488056 L4_control_B1 +LQ01X012130 Putative Predicted protein 11.12601993 L4_control_B2 +LQ01X012130 Putative Predicted protein 11.08806282 L4_control_B3 +LQ01X012130 Putative Predicted protein 11.6616119 L4_control_C2 +LQ01X012130 Putative Predicted protein 11.63228729 L4_control_C3 +LQ01X012130 Putative Predicted protein 11.06434578 L4_chemical_A1 +LQ01X012130 Putative Predicted protein 11.57009754 L4_chemical_A2 +LQ01X012130 Putative Predicted protein 11.54899959 L4_chemical_A3 +LQ01X012130 Putative Predicted protein 11.14336261 L4_chemical_B1 +LQ01X012130 Putative Predicted protein 11.19740857 L4_chemical_B2 +LQ01X012130 Putative Predicted protein 11.1057625 L4_chemical_B3 +LQ01X012130 Putative Predicted protein 11.73146737 L4_chemical_C2 +LQ01X012130 Putative Predicted protein 11.52491148 L4_chemical_C3 +LQ01X012150 Putative uncharacterized protein 6.536028283 C6_control_A1 +LQ01X012150 Putative uncharacterized protein 6.984581104 C6_control_A3 +LQ01X012150 Putative uncharacterized protein 6.003644483 C6_control_B1 +LQ01X012150 Putative uncharacterized protein 5.502557799 C6_control_B2 +LQ01X012150 Putative uncharacterized protein 5.907362304 C6_control_B3 +LQ01X012150 Putative uncharacterized protein 4.981481939 C6_control_C1 +LQ01X012150 Putative uncharacterized protein 7.321799207 C6_control_C2 +LQ01X012150 Putative uncharacterized protein 5.238891651 C6_control_C3 +LQ01X012150 Putative uncharacterized protein 5.533047449 C6_chemical_A1 +LQ01X012150 Putative uncharacterized protein 5.469388567 C6_chemical_A3 +LQ01X012150 Putative uncharacterized protein 5.564787752 C6_chemical_B1 +LQ01X012150 Putative uncharacterized protein 6.166889713 C6_chemical_B2 +LQ01X012150 Putative uncharacterized protein 5.049250907 C6_chemical_B3 +LQ01X012150 Putative uncharacterized protein 5.45423072 C6_chemical_C1 +LQ01X012150 Putative uncharacterized protein 5.29782297 C6_chemical_C2 +LQ01X012150 Putative uncharacterized protein 5.276229666 C6_chemical_C3 +LQ01X012150 Putative uncharacterized protein 5.634062326 L4_control_A1 +LQ01X012150 Putative uncharacterized protein 5.740246631 L4_control_A2 +LQ01X012150 Putative uncharacterized protein 5.48870925 L4_control_A3 +LQ01X012150 Putative uncharacterized protein 5.077490561 L4_control_B1 +LQ01X012150 Putative uncharacterized protein 5.396580488 L4_control_B2 +LQ01X012150 Putative uncharacterized protein 5.64784209 L4_control_B3 +LQ01X012150 Putative uncharacterized protein 5.210871187 L4_control_C2 +LQ01X012150 Putative uncharacterized protein 5.659681866 L4_control_C3 +LQ01X012150 Putative uncharacterized protein 5.140851003 L4_chemical_A1 +LQ01X012150 Putative uncharacterized protein 5.337950449 L4_chemical_A2 +LQ01X012150 Putative uncharacterized protein 5.301252138 L4_chemical_A3 +LQ01X012150 Putative uncharacterized protein 6.188187577 L4_chemical_B1 +LQ01X012150 Putative uncharacterized protein 5.353215986 L4_chemical_B2 +LQ01X012150 Putative uncharacterized protein 5.255779898 L4_chemical_B3 +LQ01X012150 Putative uncharacterized protein 5.668135829 L4_chemical_C2 +LQ01X012150 Putative uncharacterized protein 5.255534673 L4_chemical_C3 +LQ01X012160 Putative uncharacterized protein 6.207760615 C6_control_A1 +LQ01X012160 Putative uncharacterized protein 5.422704286 C6_control_A3 +LQ01X012160 Putative uncharacterized protein 5.447810172 C6_control_B1 +LQ01X012160 Putative uncharacterized protein 5.208105491 C6_control_B2 +LQ01X012160 Putative uncharacterized protein 5.418221452 C6_control_B3 +LQ01X012160 Putative uncharacterized protein 5.004746988 C6_control_C1 +LQ01X012160 Putative uncharacterized protein 5.24367635 C6_control_C2 +LQ01X012160 Putative uncharacterized protein 5.651918546 C6_control_C3 +LQ01X012160 Putative uncharacterized protein 5.739407989 C6_chemical_A1 +LQ01X012160 Putative uncharacterized protein 5.288278742 C6_chemical_A3 +LQ01X012160 Putative uncharacterized protein 5.227181355 C6_chemical_B1 +LQ01X012160 Putative uncharacterized protein 5.38304485 C6_chemical_B2 +LQ01X012160 Putative uncharacterized protein 5.400390455 C6_chemical_B3 +LQ01X012160 Putative uncharacterized protein 5.296571196 C6_chemical_C1 +LQ01X012160 Putative uncharacterized protein 5.151773228 C6_chemical_C2 +LQ01X012160 Putative uncharacterized protein 5.567739285 C6_chemical_C3 +LQ01X012160 Putative uncharacterized protein 5.192554643 L4_control_A1 +LQ01X012160 Putative uncharacterized protein 5.597645542 L4_control_A2 +LQ01X012160 Putative uncharacterized protein 5.910722857 L4_control_A3 +LQ01X012160 Putative uncharacterized protein 6.123083541 L4_control_B1 +LQ01X012160 Putative uncharacterized protein 5.823831465 L4_control_B2 +LQ01X012160 Putative uncharacterized protein 5.109664177 L4_control_B3 +LQ01X012160 Putative uncharacterized protein 5.057205664 L4_control_C2 +LQ01X012160 Putative uncharacterized protein 5.261232636 L4_control_C3 +LQ01X012160 Putative uncharacterized protein 5.63111442 L4_chemical_A1 +LQ01X012160 Putative uncharacterized protein 5.594428521 L4_chemical_A2 +LQ01X012160 Putative uncharacterized protein 6.277253834 L4_chemical_A3 +LQ01X012160 Putative uncharacterized protein 5.503231949 L4_chemical_B1 +LQ01X012160 Putative uncharacterized protein 5.396371684 L4_chemical_B2 +LQ01X012160 Putative uncharacterized protein 5.374222413 L4_chemical_B3 +LQ01X012160 Putative uncharacterized protein 5.147871358 L4_chemical_C2 +LQ01X012160 Putative uncharacterized protein 5.155101718 L4_chemical_C3 +LQ01X012200 Probable methyltransferase PMT26 12.98583957 C6_control_A1 +LQ01X012200 Probable methyltransferase PMT26 12.20687654 C6_control_A3 +LQ01X012200 Probable methyltransferase PMT26 12.59402238 C6_control_B1 +LQ01X012200 Probable methyltransferase PMT26 12.06867732 C6_control_B2 +LQ01X012200 Probable methyltransferase PMT26 12.71449075 C6_control_B3 +LQ01X012200 Probable methyltransferase PMT26 10.12832535 C6_control_C1 +LQ01X012200 Probable methyltransferase PMT26 10.02731002 C6_control_C2 +LQ01X012200 Probable methyltransferase PMT26 9.693857897 C6_control_C3 +LQ01X012200 Probable methyltransferase PMT26 13.08671666 C6_chemical_A1 +LQ01X012200 Probable methyltransferase PMT26 12.62651121 C6_chemical_A3 +LQ01X012200 Probable methyltransferase PMT26 12.94527513 C6_chemical_B1 +LQ01X012200 Probable methyltransferase PMT26 12.61268411 C6_chemical_B2 +LQ01X012200 Probable methyltransferase PMT26 12.52252636 C6_chemical_B3 +LQ01X012200 Probable methyltransferase PMT26 10.03384584 C6_chemical_C1 +LQ01X012200 Probable methyltransferase PMT26 9.790463292 C6_chemical_C2 +LQ01X012200 Probable methyltransferase PMT26 9.173935852 C6_chemical_C3 +LQ01X012200 Probable methyltransferase PMT26 13.23140985 L4_control_A1 +LQ01X012200 Probable methyltransferase PMT26 13.52687017 L4_control_A2 +LQ01X012200 Probable methyltransferase PMT26 13.4605873 L4_control_A3 +LQ01X012200 Probable methyltransferase PMT26 12.55301403 L4_control_B1 +LQ01X012200 Probable methyltransferase PMT26 12.9656851 L4_control_B2 +LQ01X012200 Probable methyltransferase PMT26 12.84356215 L4_control_B3 +LQ01X012200 Probable methyltransferase PMT26 10.58105375 L4_control_C2 +LQ01X012200 Probable methyltransferase PMT26 10.99029188 L4_control_C3 +LQ01X012200 Probable methyltransferase PMT26 12.65245559 L4_chemical_A1 +LQ01X012200 Probable methyltransferase PMT26 12.56963664 L4_chemical_A2 +LQ01X012200 Probable methyltransferase PMT26 13.11863774 L4_chemical_A3 +LQ01X012200 Probable methyltransferase PMT26 12.07364745 L4_chemical_B1 +LQ01X012200 Probable methyltransferase PMT26 12.60996473 L4_chemical_B2 +LQ01X012200 Probable methyltransferase PMT26 12.83611758 L4_chemical_B3 +LQ01X012200 Probable methyltransferase PMT26 10.77159203 L4_chemical_C2 +LQ01X012200 Probable methyltransferase PMT26 10.73185733 L4_chemical_C3 +LQ01X012220 Gibberellin 20 oxidase 1-B 14.05848815 C6_control_A1 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.75945647 C6_control_A3 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.29023307 C6_control_B1 +LQ01X012220 Gibberellin 20 oxidase 1-B 11.61502677 C6_control_B2 +LQ01X012220 Gibberellin 20 oxidase 1-B 10.14888055 C6_control_B3 +LQ01X012220 Gibberellin 20 oxidase 1-B 12.63758974 C6_control_C1 +LQ01X012220 Gibberellin 20 oxidase 1-B 12.806095 C6_control_C2 +LQ01X012220 Gibberellin 20 oxidase 1-B 9.098191252 C6_control_C3 +LQ01X012220 Gibberellin 20 oxidase 1-B 14.23289226 C6_chemical_A1 +LQ01X012220 Gibberellin 20 oxidase 1-B 14.36277974 C6_chemical_A3 +LQ01X012220 Gibberellin 20 oxidase 1-B 12.77237509 C6_chemical_B1 +LQ01X012220 Gibberellin 20 oxidase 1-B 12.23508559 C6_chemical_B2 +LQ01X012220 Gibberellin 20 oxidase 1-B 10.69346856 C6_chemical_B3 +LQ01X012220 Gibberellin 20 oxidase 1-B 10.33100862 C6_chemical_C1 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.33640839 C6_chemical_C2 +LQ01X012220 Gibberellin 20 oxidase 1-B 10.25746304 C6_chemical_C3 +LQ01X012220 Gibberellin 20 oxidase 1-B 14.41927541 L4_control_A1 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.98597416 L4_control_A2 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.41360335 L4_control_A3 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.93255916 L4_control_B1 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.62892324 L4_control_B2 +LQ01X012220 Gibberellin 20 oxidase 1-B 10.76639037 L4_control_B3 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.98406634 L4_control_C2 +LQ01X012220 Gibberellin 20 oxidase 1-B 11.31620762 L4_control_C3 +LQ01X012220 Gibberellin 20 oxidase 1-B 14.09163992 L4_chemical_A1 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.98104354 L4_chemical_A2 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.3654528 L4_chemical_A3 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.8812303 L4_chemical_B1 +LQ01X012220 Gibberellin 20 oxidase 1-B 14.24911864 L4_chemical_B2 +LQ01X012220 Gibberellin 20 oxidase 1-B 12.58007785 L4_chemical_B3 +LQ01X012220 Gibberellin 20 oxidase 1-B 13.88710819 L4_chemical_C2 +LQ01X012220 Gibberellin 20 oxidase 1-B 10.68248822 L4_chemical_C3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.49331674 C6_control_A1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.64233461 C6_control_A3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.47086818 C6_control_B1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.88233951 C6_control_B2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.51476089 C6_control_B3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.70468556 C6_control_C1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.69637934 C6_control_C2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.83478534 C6_control_C3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.33271276 C6_chemical_A1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.52056153 C6_chemical_A3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.29942479 C6_chemical_B1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.65485985 C6_chemical_B2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.26636143 C6_chemical_B3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.71224999 C6_chemical_C1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.67554416 C6_chemical_C2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.64880609 C6_chemical_C3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.62638573 L4_control_A1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.37582045 L4_control_A2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.98647185 L4_control_A3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.56119532 L4_control_B1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.83692402 L4_control_B2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.91279971 L4_control_B3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.81697763 L4_control_C2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.46313219 L4_control_C3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 13.2305 L4_chemical_A1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.49194176 L4_chemical_A2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 13.19883925 L4_chemical_A3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 13.1174461 L4_chemical_B1 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.58416076 L4_chemical_B2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 11.90368168 L4_chemical_B3 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.76904075 L4_chemical_C2 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.40421354 L4_chemical_C3 +LQ01X012270 Hypothetical protein 5.845201682 C6_control_A1 +LQ01X012270 Hypothetical protein 6.174970851 C6_control_A3 +LQ01X012270 Hypothetical protein 5.112195215 C6_control_B1 +LQ01X012270 Hypothetical protein 5.612473966 C6_control_B2 +LQ01X012270 Hypothetical protein 5.407843647 C6_control_B3 +LQ01X012270 Hypothetical protein 5.623207117 C6_control_C1 +LQ01X012270 Hypothetical protein 6.054132993 C6_control_C2 +LQ01X012270 Hypothetical protein 5.859628016 C6_control_C3 +LQ01X012270 Hypothetical protein 5.748474394 C6_chemical_A1 +LQ01X012270 Hypothetical protein 5.001845818 C6_chemical_A3 +LQ01X012270 Hypothetical protein 5.378821335 C6_chemical_B1 +LQ01X012270 Hypothetical protein 5.623295959 C6_chemical_B2 +LQ01X012270 Hypothetical protein 5.438316991 C6_chemical_B3 +LQ01X012270 Hypothetical protein 6.057920173 C6_chemical_C1 +LQ01X012270 Hypothetical protein 5.433967159 C6_chemical_C2 +LQ01X012270 Hypothetical protein 5.726141895 C6_chemical_C3 +LQ01X012270 Hypothetical protein 5.631248309 L4_control_A1 +LQ01X012270 Hypothetical protein 5.342407265 L4_control_A2 +LQ01X012270 Hypothetical protein 5.656434874 L4_control_A3 +LQ01X012270 Hypothetical protein 5.179072613 L4_control_B1 +LQ01X012270 Hypothetical protein 5.606813955 L4_control_B2 +LQ01X012270 Hypothetical protein 5.421160842 L4_control_B3 +LQ01X012270 Hypothetical protein 5.647086931 L4_control_C2 +LQ01X012270 Hypothetical protein 5.221560008 L4_control_C3 +LQ01X012270 Hypothetical protein 5.344722503 L4_chemical_A1 +LQ01X012270 Hypothetical protein 5.796299817 L4_chemical_A2 +LQ01X012270 Hypothetical protein 5.477838855 L4_chemical_A3 +LQ01X012270 Hypothetical protein 5.567024532 L4_chemical_B1 +LQ01X012270 Hypothetical protein 5.904823119 L4_chemical_B2 +LQ01X012270 Hypothetical protein 5.660149415 L4_chemical_B3 +LQ01X012270 Hypothetical protein 5.732728654 L4_chemical_C2 +LQ01X012270 Hypothetical protein 5.394914987 L4_chemical_C3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.53227385 C6_control_A1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.3839281 C6_control_A3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.43890086 C6_control_B1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.86556432 C6_control_B2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.70186723 C6_control_B3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.16048181 C6_control_C1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.5915537 C6_control_C2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.4937076 C6_control_C3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.52359973 C6_chemical_A1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.65686695 C6_chemical_A3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.44614202 C6_chemical_B1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.06095197 C6_chemical_B2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.69579467 C6_chemical_B3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.37339012 C6_chemical_C1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.59117963 C6_chemical_C2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.4488969 C6_chemical_C3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.32921279 L4_control_A1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.20625524 L4_control_A2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 8.496609183 L4_control_A3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 9.536809802 L4_control_B1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.27590991 L4_control_B2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.67828403 L4_control_B3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.62203369 L4_control_C2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.7993161 L4_control_C3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 9.907943892 L4_chemical_A1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 9.822484794 L4_chemical_A2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 8.995165768 L4_chemical_A3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 9.468840817 L4_chemical_B1 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 9.754210955 L4_chemical_B2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.16770548 L4_chemical_B3 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.07537515 L4_chemical_C2 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 11.11502346 L4_chemical_C3 +LQ01X012300 Predicted protein 5.504586944 C6_control_A1 +LQ01X012300 Predicted protein 5.969600411 C6_control_A3 +LQ01X012300 Predicted protein 5.180810051 C6_control_B1 +LQ01X012300 Predicted protein 5.547096322 C6_control_B2 +LQ01X012300 Predicted protein 5.264206202 C6_control_B3 +LQ01X012300 Predicted protein 5.513429731 C6_control_C1 +LQ01X012300 Predicted protein 7.003696827 C6_control_C2 +LQ01X012300 Predicted protein 5.545251316 C6_control_C3 +LQ01X012300 Predicted protein 5.121949573 C6_chemical_A1 +LQ01X012300 Predicted protein 5.377847488 C6_chemical_A3 +LQ01X012300 Predicted protein 5.093231819 C6_chemical_B1 +LQ01X012300 Predicted protein 5.309476464 C6_chemical_B2 +LQ01X012300 Predicted protein 5.063297574 C6_chemical_B3 +LQ01X012300 Predicted protein 5.358044539 C6_chemical_C1 +LQ01X012300 Predicted protein 5.432158095 C6_chemical_C2 +LQ01X012300 Predicted protein 5.377644799 C6_chemical_C3 +LQ01X012300 Predicted protein 5.28450997 L4_control_A1 +LQ01X012300 Predicted protein 5.392382313 L4_control_A2 +LQ01X012300 Predicted protein 5.303359337 L4_control_A3 +LQ01X012300 Predicted protein 5.123879859 L4_control_B1 +LQ01X012300 Predicted protein 5.200642361 L4_control_B2 +LQ01X012300 Predicted protein 5.082599037 L4_control_B3 +LQ01X012300 Predicted protein 5.207497284 L4_control_C2 +LQ01X012300 Predicted protein 5.122792764 L4_control_C3 +LQ01X012300 Predicted protein 5.430814627 L4_chemical_A1 +LQ01X012300 Predicted protein 5.361306218 L4_chemical_A2 +LQ01X012300 Predicted protein 5.210662825 L4_chemical_A3 +LQ01X012300 Predicted protein 5.257051064 L4_chemical_B1 +LQ01X012300 Predicted protein 5.475000301 L4_chemical_B2 +LQ01X012300 Predicted protein 4.974229028 L4_chemical_B3 +LQ01X012300 Predicted protein 5.632375866 L4_chemical_C2 +LQ01X012300 Predicted protein 5.889217902 L4_chemical_C3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.87115602 C6_control_A1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.70844243 C6_control_A3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.62109576 C6_control_B1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.83971487 C6_control_B2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.25206725 C6_control_B3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.28932812 C6_control_C1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 10.9979977 C6_control_C2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 10.61488561 C6_control_C3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.66242879 C6_chemical_A1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.34540584 C6_chemical_A3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.32252563 C6_chemical_B1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.85201572 C6_chemical_B2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.75843249 C6_chemical_B3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.18860377 C6_chemical_C1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 10.85406451 C6_chemical_C2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 10.26188364 C6_chemical_C3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.34730203 L4_control_A1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.67086054 L4_control_A2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.15421604 L4_control_A3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.82338205 L4_control_B1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.08976394 L4_control_B2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.23024769 L4_control_B3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 10.8799028 L4_control_C2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 10.73110233 L4_control_C3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.05842232 L4_chemical_A1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.00008961 L4_chemical_A2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.81775639 L4_chemical_A3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.09050001 L4_chemical_B1 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.24694598 L4_chemical_B2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 11.9243192 L4_chemical_B3 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 10.94752226 L4_chemical_C2 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 10.96338675 L4_chemical_C3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.70021827 C6_control_A1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.95275783 C6_control_A3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.34600311 C6_control_B1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.95149752 C6_control_B2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.20819867 C6_control_B3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 14.00014486 C6_control_C1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.90008557 C6_control_C2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 14.23192471 C6_control_C3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.49416464 C6_chemical_A1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 14.03458553 C6_chemical_A3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.919577 C6_chemical_B1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.67165923 C6_chemical_B2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.30550661 C6_chemical_B3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 14.08806229 C6_chemical_C1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 14.11860131 C6_chemical_C2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 14.03282342 C6_chemical_C3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 14.03740115 L4_control_A1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.89006267 L4_control_A2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.70585814 L4_control_A3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.63004184 L4_control_B1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.03095249 L4_control_B2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.21196324 L4_control_B3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.4902794 L4_control_C2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.86378447 L4_control_C3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.77982828 L4_chemical_A1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.65529353 L4_chemical_A2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.81192395 L4_chemical_A3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.40291351 L4_chemical_B1 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.80525146 L4_chemical_B2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.60001437 L4_chemical_B3 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.51569986 L4_chemical_C2 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 12.71111199 L4_chemical_C3 +LQ01X012360 Putative Predicted protein 8.807208684 C6_control_A1 +LQ01X012360 Putative Predicted protein 9.257773717 C6_control_A3 +LQ01X012360 Putative Predicted protein 9.340341167 C6_control_B1 +LQ01X012360 Putative Predicted protein 8.82589371 C6_control_B2 +LQ01X012360 Putative Predicted protein 8.983253769 C6_control_B3 +LQ01X012360 Putative Predicted protein 9.730534794 C6_control_C1 +LQ01X012360 Putative Predicted protein 8.927059374 C6_control_C2 +LQ01X012360 Putative Predicted protein 10.25288726 C6_control_C3 +LQ01X012360 Putative Predicted protein 8.707766476 C6_chemical_A1 +LQ01X012360 Putative Predicted protein 9.423461524 C6_chemical_A3 +LQ01X012360 Putative Predicted protein 9.079990469 C6_chemical_B1 +LQ01X012360 Putative Predicted protein 8.663308061 C6_chemical_B2 +LQ01X012360 Putative Predicted protein 8.829693261 C6_chemical_B3 +LQ01X012360 Putative Predicted protein 9.403287865 C6_chemical_C1 +LQ01X012360 Putative Predicted protein 9.070015668 C6_chemical_C2 +LQ01X012360 Putative Predicted protein 10.1339169 C6_chemical_C3 +LQ01X012360 Putative Predicted protein 9.442177837 L4_control_A1 +LQ01X012360 Putative Predicted protein 9.133159522 L4_control_A2 +LQ01X012360 Putative Predicted protein 9.683511181 L4_control_A3 +LQ01X012360 Putative Predicted protein 8.654162255 L4_control_B1 +LQ01X012360 Putative Predicted protein 9.32715761 L4_control_B2 +LQ01X012360 Putative Predicted protein 9.142874304 L4_control_B3 +LQ01X012360 Putative Predicted protein 9.390605683 L4_control_C2 +LQ01X012360 Putative Predicted protein 9.700449909 L4_control_C3 +LQ01X012360 Putative Predicted protein 9.625046088 L4_chemical_A1 +LQ01X012360 Putative Predicted protein 9.671702741 L4_chemical_A2 +LQ01X012360 Putative Predicted protein 9.663130747 L4_chemical_A3 +LQ01X012360 Putative Predicted protein 9.505880259 L4_chemical_B1 +LQ01X012360 Putative Predicted protein 9.005998733 L4_chemical_B2 +LQ01X012360 Putative Predicted protein 9.016363384 L4_chemical_B3 +LQ01X012360 Putative Predicted protein 8.951211153 L4_chemical_C2 +LQ01X012360 Putative Predicted protein 9.501433097 L4_chemical_C3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.351613646 C6_control_A1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.231143335 C6_control_A3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.168529226 C6_control_B1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.861555381 C6_control_B2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 6.800317328 C6_control_B3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 9.145358898 C6_control_C1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.766206216 C6_control_C2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.461478226 C6_control_C3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.72885494 C6_chemical_A1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.239101909 C6_chemical_A3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 6.674830027 C6_chemical_B1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.689892775 C6_chemical_B2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 6.582942307 C6_chemical_B3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.964688285 C6_chemical_C1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.999834734 C6_chemical_C2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.544205353 C6_chemical_C3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.123023411 L4_control_A1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.716250338 L4_control_A2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.660621512 L4_control_A3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 6.800320941 L4_control_B1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.057465621 L4_control_B2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.47501103 L4_control_B3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.494965393 L4_control_C2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 6.98374224 L4_control_C3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.220715001 L4_chemical_A1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.587406922 L4_chemical_A2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 8.686974551 L4_chemical_A3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.057023411 L4_chemical_B1 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 6.095058407 L4_chemical_B2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 6.97235899 L4_chemical_B3 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.181143562 L4_chemical_C2 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.739752615 L4_chemical_C3 +LQ01X012390 F-box protein At5g39450 9.567325513 C6_control_A1 +LQ01X012390 F-box protein At5g39450 8.679167752 C6_control_A3 +LQ01X012390 F-box protein At5g39450 8.644968318 C6_control_B1 +LQ01X012390 F-box protein At5g39450 9.868495677 C6_control_B2 +LQ01X012390 F-box protein At5g39450 9.068431673 C6_control_B3 +LQ01X012390 F-box protein At5g39450 10.54039842 C6_control_C1 +LQ01X012390 F-box protein At5g39450 10.47971477 C6_control_C2 +LQ01X012390 F-box protein At5g39450 10.5564101 C6_control_C3 +LQ01X012390 F-box protein At5g39450 9.608315018 C6_chemical_A1 +LQ01X012390 F-box protein At5g39450 9.577569435 C6_chemical_A3 +LQ01X012390 F-box protein At5g39450 8.651406537 C6_chemical_B1 +LQ01X012390 F-box protein At5g39450 9.801304027 C6_chemical_B2 +LQ01X012390 F-box protein At5g39450 9.106020626 C6_chemical_B3 +LQ01X012390 F-box protein At5g39450 10.31397548 C6_chemical_C1 +LQ01X012390 F-box protein At5g39450 10.26931023 C6_chemical_C2 +LQ01X012390 F-box protein At5g39450 10.70969346 C6_chemical_C3 +LQ01X012390 F-box protein At5g39450 10.69953855 L4_control_A1 +LQ01X012390 F-box protein At5g39450 11.12772283 L4_control_A2 +LQ01X012390 F-box protein At5g39450 10.80008669 L4_control_A3 +LQ01X012390 F-box protein At5g39450 10.89010079 L4_control_B1 +LQ01X012390 F-box protein At5g39450 10.75990246 L4_control_B2 +LQ01X012390 F-box protein At5g39450 11.04453986 L4_control_B3 +LQ01X012390 F-box protein At5g39450 11.19763014 L4_control_C2 +LQ01X012390 F-box protein At5g39450 11.6608959 L4_control_C3 +LQ01X012390 F-box protein At5g39450 11.35454048 L4_chemical_A1 +LQ01X012390 F-box protein At5g39450 11.15719785 L4_chemical_A2 +LQ01X012390 F-box protein At5g39450 10.95965626 L4_chemical_A3 +LQ01X012390 F-box protein At5g39450 10.29233885 L4_chemical_B1 +LQ01X012390 F-box protein At5g39450 10.77792282 L4_chemical_B2 +LQ01X012390 F-box protein At5g39450 10.72205522 L4_chemical_B3 +LQ01X012390 F-box protein At5g39450 11.53534395 L4_chemical_C2 +LQ01X012390 F-box protein At5g39450 11.45604838 L4_chemical_C3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.288128712 C6_control_A1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.119463615 C6_control_A3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.295330464 C6_control_B1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 4.926384852 C6_control_B2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.011711178 C6_control_B3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.478356255 C6_control_C1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.017369435 C6_control_C2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.245591171 C6_control_C3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.364443606 C6_chemical_A1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.333906804 C6_chemical_A3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.250361338 C6_chemical_B1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 4.842800389 C6_chemical_B2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.169673436 C6_chemical_B3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.362562557 C6_chemical_C1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 4.855324157 C6_chemical_C2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.502216146 C6_chemical_C3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 6.012568804 L4_control_A1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.05535698 L4_control_A2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.28058897 L4_control_A3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 4.933366108 L4_control_B1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.187069497 L4_control_B2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.095587015 L4_control_B3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.682940262 L4_control_C2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.774286065 L4_control_C3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 6.160944157 L4_chemical_A1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.096676353 L4_chemical_A2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.494077664 L4_chemical_A3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 4.773719126 L4_chemical_B1 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.07332962 L4_chemical_B2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.506132776 L4_chemical_B3 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.298872257 L4_chemical_C2 +LQ01X012430 Putative DNA topoisomerase 3-alpha 6.064424548 L4_chemical_C3 +LQ01X012450 Predicted protein (Fragment) 5.517205211 C6_control_A1 +LQ01X012450 Predicted protein (Fragment) 5.666684097 C6_control_A3 +LQ01X012450 Predicted protein (Fragment) 5.482251485 C6_control_B1 +LQ01X012450 Predicted protein (Fragment) 5.72678252 C6_control_B2 +LQ01X012450 Predicted protein (Fragment) 5.611151594 C6_control_B3 +LQ01X012450 Predicted protein (Fragment) 5.457148896 C6_control_C1 +LQ01X012450 Predicted protein (Fragment) 5.632631264 C6_control_C2 +LQ01X012450 Predicted protein (Fragment) 5.371546927 C6_control_C3 +LQ01X012450 Predicted protein (Fragment) 5.453975184 C6_chemical_A1 +LQ01X012450 Predicted protein (Fragment) 5.618365768 C6_chemical_A3 +LQ01X012450 Predicted protein (Fragment) 5.702638489 C6_chemical_B1 +LQ01X012450 Predicted protein (Fragment) 5.459652725 C6_chemical_B2 +LQ01X012450 Predicted protein (Fragment) 6.001388902 C6_chemical_B3 +LQ01X012450 Predicted protein (Fragment) 5.442146584 C6_chemical_C1 +LQ01X012450 Predicted protein (Fragment) 5.677222035 C6_chemical_C2 +LQ01X012450 Predicted protein (Fragment) 5.324008535 C6_chemical_C3 +LQ01X012450 Predicted protein (Fragment) 5.333973075 L4_control_A1 +LQ01X012450 Predicted protein (Fragment) 5.472140272 L4_control_A2 +LQ01X012450 Predicted protein (Fragment) 5.786114487 L4_control_A3 +LQ01X012450 Predicted protein (Fragment) 5.761514693 L4_control_B1 +LQ01X012450 Predicted protein (Fragment) 5.376312284 L4_control_B2 +LQ01X012450 Predicted protein (Fragment) 5.526652465 L4_control_B3 +LQ01X012450 Predicted protein (Fragment) 5.27928261 L4_control_C2 +LQ01X012450 Predicted protein (Fragment) 5.530242748 L4_control_C3 +LQ01X012450 Predicted protein (Fragment) 5.319341208 L4_chemical_A1 +LQ01X012450 Predicted protein (Fragment) 5.50105068 L4_chemical_A2 +LQ01X012450 Predicted protein (Fragment) 5.552687054 L4_chemical_A3 +LQ01X012450 Predicted protein (Fragment) 5.617571118 L4_chemical_B1 +LQ01X012450 Predicted protein (Fragment) 5.039807285 L4_chemical_B2 +LQ01X012450 Predicted protein (Fragment) 5.389143084 L4_chemical_B3 +LQ01X012450 Predicted protein (Fragment) 5.250296102 L4_chemical_C2 +LQ01X012450 Predicted protein (Fragment) 5.002328375 L4_chemical_C3 +LQ01X012470 Hypothetical protein 11.1541525 C6_control_A1 +LQ01X012470 Hypothetical protein 11.45642847 C6_control_A3 +LQ01X012470 Hypothetical protein 11.05326369 C6_control_B1 +LQ01X012470 Hypothetical protein 11.09994468 C6_control_B2 +LQ01X012470 Hypothetical protein 11.17453454 C6_control_B3 +LQ01X012470 Hypothetical protein 10.69049953 C6_control_C1 +LQ01X012470 Hypothetical protein 11.01350937 C6_control_C2 +LQ01X012470 Hypothetical protein 11.43034105 C6_control_C3 +LQ01X012470 Hypothetical protein 10.72761488 C6_chemical_A1 +LQ01X012470 Hypothetical protein 10.9136336 C6_chemical_A3 +LQ01X012470 Hypothetical protein 10.41049481 C6_chemical_B1 +LQ01X012470 Hypothetical protein 10.63518545 C6_chemical_B2 +LQ01X012470 Hypothetical protein 10.49431183 C6_chemical_B3 +LQ01X012470 Hypothetical protein 10.60175279 C6_chemical_C1 +LQ01X012470 Hypothetical protein 10.73598628 C6_chemical_C2 +LQ01X012470 Hypothetical protein 10.68791619 C6_chemical_C3 +LQ01X012470 Hypothetical protein 10.28188282 L4_control_A1 +LQ01X012470 Hypothetical protein 10.655196 L4_control_A2 +LQ01X012470 Hypothetical protein 7.776213343 L4_control_A3 +LQ01X012470 Hypothetical protein 10.97966128 L4_control_B1 +LQ01X012470 Hypothetical protein 10.61885203 L4_control_B2 +LQ01X012470 Hypothetical protein 10.90150653 L4_control_B3 +LQ01X012470 Hypothetical protein 11.11019787 L4_control_C2 +LQ01X012470 Hypothetical protein 10.62087164 L4_control_C3 +LQ01X012470 Hypothetical protein 10.18861851 L4_chemical_A1 +LQ01X012470 Hypothetical protein 10.02196548 L4_chemical_A2 +LQ01X012470 Hypothetical protein 7.564332654 L4_chemical_A3 +LQ01X012470 Hypothetical protein 10.55706089 L4_chemical_B1 +LQ01X012470 Hypothetical protein 10.73873799 L4_chemical_B2 +LQ01X012470 Hypothetical protein 10.44759812 L4_chemical_B3 +LQ01X012470 Hypothetical protein 11.17571739 L4_chemical_C2 +LQ01X012470 Hypothetical protein 10.90692646 L4_chemical_C3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.51795142 C6_control_A1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.001476892 C6_control_A3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 8.667476651 C6_control_B1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 11.36619023 C6_control_B2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.524693451 C6_control_B3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 11.14764314 C6_control_C1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 10.93957218 C6_control_C2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 11.3894984 C6_control_C3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.526218758 C6_chemical_A1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.076587159 C6_chemical_A3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 8.532087511 C6_chemical_B1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 11.25501915 C6_chemical_B2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.139803092 C6_chemical_B3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 11.18396199 C6_chemical_C1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 11.54736543 C6_chemical_C2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 11.57834437 C6_chemical_C3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.788365929 L4_control_A1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 10.00434083 L4_control_A2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.261844762 L4_control_A3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.918166523 L4_control_B1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 8.147323217 L4_control_B2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 10.24437026 L4_control_B3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 10.02469246 L4_control_C2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 8.65958252 L4_control_C3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.55731101 L4_chemical_A1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 10.08160003 L4_chemical_A2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.306170907 L4_chemical_A3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.919427099 L4_chemical_B1 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 8.483487693 L4_chemical_B2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.86736678 L4_chemical_B3 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.497453967 L4_chemical_C2 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.369244923 L4_chemical_C3 +LQ01X012540 Hypothetical protein 8.83325159 C6_control_A1 +LQ01X012540 Hypothetical protein 8.83682614 C6_control_A3 +LQ01X012540 Hypothetical protein 8.01782891 C6_control_B1 +LQ01X012540 Hypothetical protein 8.726671083 C6_control_B2 +LQ01X012540 Hypothetical protein 7.80506203 C6_control_B3 +LQ01X012540 Hypothetical protein 9.298308258 C6_control_C1 +LQ01X012540 Hypothetical protein 9.268589679 C6_control_C2 +LQ01X012540 Hypothetical protein 8.902277201 C6_control_C3 +LQ01X012540 Hypothetical protein 8.644950835 C6_chemical_A1 +LQ01X012540 Hypothetical protein 8.165816279 C6_chemical_A3 +LQ01X012540 Hypothetical protein 7.788958936 C6_chemical_B1 +LQ01X012540 Hypothetical protein 8.559337829 C6_chemical_B2 +LQ01X012540 Hypothetical protein 8.011422823 C6_chemical_B3 +LQ01X012540 Hypothetical protein 9.433752173 C6_chemical_C1 +LQ01X012540 Hypothetical protein 9.477982971 C6_chemical_C2 +LQ01X012540 Hypothetical protein 8.843473045 C6_chemical_C3 +LQ01X012540 Hypothetical protein 6.359565326 L4_control_A1 +LQ01X012540 Hypothetical protein 5.427056393 L4_control_A2 +LQ01X012540 Hypothetical protein 4.897393522 L4_control_A3 +LQ01X012540 Hypothetical protein 5.165621891 L4_control_B1 +LQ01X012540 Hypothetical protein 5.853131399 L4_control_B2 +LQ01X012540 Hypothetical protein 4.872838756 L4_control_B3 +LQ01X012540 Hypothetical protein 7.086694544 L4_control_C2 +LQ01X012540 Hypothetical protein 5.197156742 L4_control_C3 +LQ01X012540 Hypothetical protein 5.274882788 L4_chemical_A1 +LQ01X012540 Hypothetical protein 5.389017591 L4_chemical_A2 +LQ01X012540 Hypothetical protein 5.024440797 L4_chemical_A3 +LQ01X012540 Hypothetical protein 6.079295818 L4_chemical_B1 +LQ01X012540 Hypothetical protein 6.007457359 L4_chemical_B2 +LQ01X012540 Hypothetical protein 5.0992162 L4_chemical_B3 +LQ01X012540 Hypothetical protein 5.495491178 L4_chemical_C2 +LQ01X012540 Hypothetical protein 5.585048607 L4_chemical_C3 +LQ01X012560 Organic anion transporter, putative 6.649370023 C6_control_A1 +LQ01X012560 Organic anion transporter, putative 6.214803006 C6_control_A3 +LQ01X012560 Organic anion transporter, putative 5.370504336 C6_control_B1 +LQ01X012560 Organic anion transporter, putative 6.8512767 C6_control_B2 +LQ01X012560 Organic anion transporter, putative 5.921726964 C6_control_B3 +LQ01X012560 Organic anion transporter, putative 6.667216401 C6_control_C1 +LQ01X012560 Organic anion transporter, putative 6.551261246 C6_control_C2 +LQ01X012560 Organic anion transporter, putative 6.193737879 C6_control_C3 +LQ01X012560 Organic anion transporter, putative 6.096387784 C6_chemical_A1 +LQ01X012560 Organic anion transporter, putative 6.46808003 C6_chemical_A3 +LQ01X012560 Organic anion transporter, putative 5.369015817 C6_chemical_B1 +LQ01X012560 Organic anion transporter, putative 6.698700251 C6_chemical_B2 +LQ01X012560 Organic anion transporter, putative 6.040383819 C6_chemical_B3 +LQ01X012560 Organic anion transporter, putative 6.40228196 C6_chemical_C1 +LQ01X012560 Organic anion transporter, putative 7.242877425 C6_chemical_C2 +LQ01X012560 Organic anion transporter, putative 6.450286272 C6_chemical_C3 +LQ01X012560 Organic anion transporter, putative 6.47001979 L4_control_A1 +LQ01X012560 Organic anion transporter, putative 6.726771036 L4_control_A2 +LQ01X012560 Organic anion transporter, putative 7.512878364 L4_control_A3 +LQ01X012560 Organic anion transporter, putative 5.681938978 L4_control_B1 +LQ01X012560 Organic anion transporter, putative 5.796759436 L4_control_B2 +LQ01X012560 Organic anion transporter, putative 6.124634982 L4_control_B3 +LQ01X012560 Organic anion transporter, putative 6.326264147 L4_control_C2 +LQ01X012560 Organic anion transporter, putative 5.554303737 L4_control_C3 +LQ01X012560 Organic anion transporter, putative 6.971950681 L4_chemical_A1 +LQ01X012560 Organic anion transporter, putative 6.457639507 L4_chemical_A2 +LQ01X012560 Organic anion transporter, putative 6.730446866 L4_chemical_A3 +LQ01X012560 Organic anion transporter, putative 5.786802086 L4_chemical_B1 +LQ01X012560 Organic anion transporter, putative 5.376929615 L4_chemical_B2 +LQ01X012560 Organic anion transporter, putative 6.091427962 L4_chemical_B3 +LQ01X012560 Organic anion transporter, putative 5.523053327 L4_chemical_C2 +LQ01X012560 Organic anion transporter, putative 5.680449649 L4_chemical_C3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.90711296 C6_control_A1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.73285162 C6_control_A3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.67539027 C6_control_B1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.59733262 C6_control_B2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.1560143 C6_control_B3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.57243962 C6_control_C1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.49001007 C6_control_C2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.93035952 C6_control_C3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.65120583 C6_chemical_A1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.25694624 C6_chemical_A3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.30762032 C6_chemical_B1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.20108153 C6_chemical_B2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.83416686 C6_chemical_B3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 12.16395954 C6_chemical_C1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.55019558 C6_chemical_C2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.56184851 C6_chemical_C3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.20053373 L4_control_A1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.37483415 L4_control_A2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.15766681 L4_control_A3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.42423108 L4_control_B1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.46614919 L4_control_B2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.43753976 L4_control_B3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.7824379 L4_control_C2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.46651697 L4_control_C3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.36772502 L4_chemical_A1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.9302168 L4_chemical_A2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.85661076 L4_chemical_A3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.42810025 L4_chemical_B1 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.71527034 L4_chemical_B2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 10.93168193 L4_chemical_B3 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 12.13438028 L4_chemical_C2 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.61282003 L4_chemical_C3 +LQ01X012580 Amino acid permease 2 5.080524249 C6_control_A1 +LQ01X012580 Amino acid permease 2 5.59466972 C6_control_A3 +LQ01X012580 Amino acid permease 2 5.227868102 C6_control_B1 +LQ01X012580 Amino acid permease 2 5.115147101 C6_control_B2 +LQ01X012580 Amino acid permease 2 5.277518177 C6_control_B3 +LQ01X012580 Amino acid permease 2 5.126693131 C6_control_C1 +LQ01X012580 Amino acid permease 2 4.866111156 C6_control_C2 +LQ01X012580 Amino acid permease 2 4.859083758 C6_control_C3 +LQ01X012580 Amino acid permease 2 4.979507034 C6_chemical_A1 +LQ01X012580 Amino acid permease 2 5.226201156 C6_chemical_A3 +LQ01X012580 Amino acid permease 2 5.142283786 C6_chemical_B1 +LQ01X012580 Amino acid permease 2 5.165653051 C6_chemical_B2 +LQ01X012580 Amino acid permease 2 5.120517653 C6_chemical_B3 +LQ01X012580 Amino acid permease 2 5.002410703 C6_chemical_C1 +LQ01X012580 Amino acid permease 2 4.926878279 C6_chemical_C2 +LQ01X012580 Amino acid permease 2 4.786220629 C6_chemical_C3 +LQ01X012580 Amino acid permease 2 5.100981675 L4_control_A1 +LQ01X012580 Amino acid permease 2 5.393106548 L4_control_A2 +LQ01X012580 Amino acid permease 2 5.121606653 L4_control_A3 +LQ01X012580 Amino acid permease 2 6.0370624 L4_control_B1 +LQ01X012580 Amino acid permease 2 5.546776992 L4_control_B2 +LQ01X012580 Amino acid permease 2 4.956831288 L4_control_B3 +LQ01X012580 Amino acid permease 2 5.249693631 L4_control_C2 +LQ01X012580 Amino acid permease 2 5.305273131 L4_control_C3 +LQ01X012580 Amino acid permease 2 5.426852237 L4_chemical_A1 +LQ01X012580 Amino acid permease 2 5.267392713 L4_chemical_A2 +LQ01X012580 Amino acid permease 2 5.960833201 L4_chemical_A3 +LQ01X012580 Amino acid permease 2 5.32160761 L4_chemical_B1 +LQ01X012580 Amino acid permease 2 4.89013725 L4_chemical_B2 +LQ01X012580 Amino acid permease 2 5.060179329 L4_chemical_B3 +LQ01X012580 Amino acid permease 2 4.703265241 L4_chemical_C2 +LQ01X012580 Amino acid permease 2 4.848163049 L4_chemical_C3 +LQ01X012590 Putative Ankyrin-3 5.482558902 C6_control_A1 +LQ01X012590 Putative Ankyrin-3 5.180796825 C6_control_A3 +LQ01X012590 Putative Ankyrin-3 5.542276693 C6_control_B1 +LQ01X012590 Putative Ankyrin-3 5.202028228 C6_control_B2 +LQ01X012590 Putative Ankyrin-3 5.290223692 C6_control_B3 +LQ01X012590 Putative Ankyrin-3 5.218062203 C6_control_C1 +LQ01X012590 Putative Ankyrin-3 5.382372937 C6_control_C2 +LQ01X012590 Putative Ankyrin-3 5.210044297 C6_control_C3 +LQ01X012590 Putative Ankyrin-3 5.166326914 C6_chemical_A1 +LQ01X012590 Putative Ankyrin-3 5.203518417 C6_chemical_A3 +LQ01X012590 Putative Ankyrin-3 5.296795568 C6_chemical_B1 +LQ01X012590 Putative Ankyrin-3 5.447163797 C6_chemical_B2 +LQ01X012590 Putative Ankyrin-3 5.159202889 C6_chemical_B3 +LQ01X012590 Putative Ankyrin-3 5.100367399 C6_chemical_C1 +LQ01X012590 Putative Ankyrin-3 5.422636387 C6_chemical_C2 +LQ01X012590 Putative Ankyrin-3 5.341240753 C6_chemical_C3 +LQ01X012590 Putative Ankyrin-3 4.999880203 L4_control_A1 +LQ01X012590 Putative Ankyrin-3 5.256753255 L4_control_A2 +LQ01X012590 Putative Ankyrin-3 4.939931642 L4_control_A3 +LQ01X012590 Putative Ankyrin-3 5.157763026 L4_control_B1 +LQ01X012590 Putative Ankyrin-3 5.669438567 L4_control_B2 +LQ01X012590 Putative Ankyrin-3 5.442525991 L4_control_B3 +LQ01X012590 Putative Ankyrin-3 5.383072868 L4_control_C2 +LQ01X012590 Putative Ankyrin-3 5.379681695 L4_control_C3 +LQ01X012590 Putative Ankyrin-3 5.673891245 L4_chemical_A1 +LQ01X012590 Putative Ankyrin-3 4.993174381 L4_chemical_A2 +LQ01X012590 Putative Ankyrin-3 5.001964669 L4_chemical_A3 +LQ01X012590 Putative Ankyrin-3 5.891893473 L4_chemical_B1 +LQ01X012590 Putative Ankyrin-3 5.495526651 L4_chemical_B2 +LQ01X012590 Putative Ankyrin-3 5.31513002 L4_chemical_B3 +LQ01X012590 Putative Ankyrin-3 5.540685868 L4_chemical_C2 +LQ01X012590 Putative Ankyrin-3 5.821981363 L4_chemical_C3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.97061126 C6_control_A1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.17797554 C6_control_A3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.74501346 C6_control_B1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.47207998 C6_control_B2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.81872518 C6_control_B3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.30622914 C6_control_C1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.37307186 C6_control_C2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.36098296 C6_control_C3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.39769113 C6_chemical_A1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.34665454 C6_chemical_A3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.84959926 C6_chemical_B1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.74514229 C6_chemical_B2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.98563514 C6_chemical_B3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.5738428 C6_chemical_C1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.52563762 C6_chemical_C2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.86541964 C6_chemical_C3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.52624653 L4_control_A1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.33227433 L4_control_A2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.20062212 L4_control_A3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.07821593 L4_control_B1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.07011723 L4_control_B2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.42579534 L4_control_B3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 9.740808792 L4_control_C2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.12960935 L4_control_C3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.59370343 L4_chemical_A1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.1736661 L4_chemical_A2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.16712072 L4_chemical_A3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 9.933882011 L4_chemical_B1 +LQ01X012600 Putative Neutral alpha-glucosidase AB 9.910434583 L4_chemical_B2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.39782573 L4_chemical_B3 +LQ01X012600 Putative Neutral alpha-glucosidase AB 9.678849899 L4_chemical_C2 +LQ01X012600 Putative Neutral alpha-glucosidase AB 10.06474809 L4_chemical_C3 +LQ01X012610 At4g33480 11.82258059 C6_control_A1 +LQ01X012610 At4g33480 11.65114095 C6_control_A3 +LQ01X012610 At4g33480 11.98151743 C6_control_B1 +LQ01X012610 At4g33480 12.4755335 C6_control_B2 +LQ01X012610 At4g33480 12.43040939 C6_control_B3 +LQ01X012610 At4g33480 13.87484357 C6_control_C1 +LQ01X012610 At4g33480 13.74061778 C6_control_C2 +LQ01X012610 At4g33480 14.01368543 C6_control_C3 +LQ01X012610 At4g33480 11.70242731 C6_chemical_A1 +LQ01X012610 At4g33480 11.55212643 C6_chemical_A3 +LQ01X012610 At4g33480 12.0117051 C6_chemical_B1 +LQ01X012610 At4g33480 12.35059211 C6_chemical_B2 +LQ01X012610 At4g33480 12.29096298 C6_chemical_B3 +LQ01X012610 At4g33480 13.5443865 C6_chemical_C1 +LQ01X012610 At4g33480 13.86738407 C6_chemical_C2 +LQ01X012610 At4g33480 13.48090129 C6_chemical_C3 +LQ01X012610 At4g33480 11.50263893 L4_control_A1 +LQ01X012610 At4g33480 12.17730021 L4_control_A2 +LQ01X012610 At4g33480 12.40865652 L4_control_A3 +LQ01X012610 At4g33480 12.25010879 L4_control_B1 +LQ01X012610 At4g33480 12.76376492 L4_control_B2 +LQ01X012610 At4g33480 12.69218985 L4_control_B3 +LQ01X012610 At4g33480 14.32163474 L4_control_C2 +LQ01X012610 At4g33480 14.07659289 L4_control_C3 +LQ01X012610 At4g33480 10.9439568 L4_chemical_A1 +LQ01X012610 At4g33480 11.76840356 L4_chemical_A2 +LQ01X012610 At4g33480 11.95989744 L4_chemical_A3 +LQ01X012610 At4g33480 11.71996522 L4_chemical_B1 +LQ01X012610 At4g33480 12.31240831 L4_chemical_B2 +LQ01X012610 At4g33480 11.99269654 L4_chemical_B3 +LQ01X012610 At4g33480 14.05500696 L4_chemical_C2 +LQ01X012610 At4g33480 14.00810621 L4_chemical_C3 +LQ01X012640 Putative Predicted protein 10.29333184 C6_control_A1 +LQ01X012640 Putative Predicted protein 9.749270992 C6_control_A3 +LQ01X012640 Putative Predicted protein 9.17887605 C6_control_B1 +LQ01X012640 Putative Predicted protein 9.507605507 C6_control_B2 +LQ01X012640 Putative Predicted protein 9.040546268 C6_control_B3 +LQ01X012640 Putative Predicted protein 9.161601846 C6_control_C1 +LQ01X012640 Putative Predicted protein 8.715501474 C6_control_C2 +LQ01X012640 Putative Predicted protein 9.733854374 C6_control_C3 +LQ01X012640 Putative Predicted protein 9.70097628 C6_chemical_A1 +LQ01X012640 Putative Predicted protein 8.838052634 C6_chemical_A3 +LQ01X012640 Putative Predicted protein 8.62818081 C6_chemical_B1 +LQ01X012640 Putative Predicted protein 8.616539575 C6_chemical_B2 +LQ01X012640 Putative Predicted protein 8.946257362 C6_chemical_B3 +LQ01X012640 Putative Predicted protein 8.998805106 C6_chemical_C1 +LQ01X012640 Putative Predicted protein 8.630482992 C6_chemical_C2 +LQ01X012640 Putative Predicted protein 8.975885228 C6_chemical_C3 +LQ01X012640 Putative Predicted protein 10.05573265 L4_control_A1 +LQ01X012640 Putative Predicted protein 10.10698761 L4_control_A2 +LQ01X012640 Putative Predicted protein 10.47811528 L4_control_A3 +LQ01X012640 Putative Predicted protein 9.863376076 L4_control_B1 +LQ01X012640 Putative Predicted protein 8.5217925 L4_control_B2 +LQ01X012640 Putative Predicted protein 8.293008064 L4_control_B3 +LQ01X012640 Putative Predicted protein 9.071379873 L4_control_C2 +LQ01X012640 Putative Predicted protein 9.36581825 L4_control_C3 +LQ01X012640 Putative Predicted protein 10.61009438 L4_chemical_A1 +LQ01X012640 Putative Predicted protein 10.18018769 L4_chemical_A2 +LQ01X012640 Putative Predicted protein 11.16292495 L4_chemical_A3 +LQ01X012640 Putative Predicted protein 8.949029086 L4_chemical_B1 +LQ01X012640 Putative Predicted protein 9.198244578 L4_chemical_B2 +LQ01X012640 Putative Predicted protein 8.41399896 L4_chemical_B3 +LQ01X012640 Putative Predicted protein 9.459432737 L4_chemical_C2 +LQ01X012640 Putative Predicted protein 9.404546336 L4_chemical_C3 +LQ01X012710 NAC domain-containing protein 2 7.204470413 C6_control_A1 +LQ01X012710 NAC domain-containing protein 2 8.416508335 C6_control_A3 +LQ01X012710 NAC domain-containing protein 2 6.353511614 C6_control_B1 +LQ01X012710 NAC domain-containing protein 2 8.125192053 C6_control_B2 +LQ01X012710 NAC domain-containing protein 2 8.670672969 C6_control_B3 +LQ01X012710 NAC domain-containing protein 2 9.553092443 C6_control_C1 +LQ01X012710 NAC domain-containing protein 2 10.17101118 C6_control_C2 +LQ01X012710 NAC domain-containing protein 2 10.22549689 C6_control_C3 +LQ01X012710 NAC domain-containing protein 2 6.428030718 C6_chemical_A1 +LQ01X012710 NAC domain-containing protein 2 8.672118717 C6_chemical_A3 +LQ01X012710 NAC domain-containing protein 2 5.610792069 C6_chemical_B1 +LQ01X012710 NAC domain-containing protein 2 8.034662639 C6_chemical_B2 +LQ01X012710 NAC domain-containing protein 2 9.094670833 C6_chemical_B3 +LQ01X012710 NAC domain-containing protein 2 8.939455144 C6_chemical_C1 +LQ01X012710 NAC domain-containing protein 2 9.225048336 C6_chemical_C2 +LQ01X012710 NAC domain-containing protein 2 10.73507303 C6_chemical_C3 +LQ01X012710 NAC domain-containing protein 2 8.947695426 L4_control_A1 +LQ01X012710 NAC domain-containing protein 2 9.713228699 L4_control_A2 +LQ01X012710 NAC domain-containing protein 2 9.983803231 L4_control_A3 +LQ01X012710 NAC domain-containing protein 2 7.865842142 L4_control_B1 +LQ01X012710 NAC domain-containing protein 2 8.499116452 L4_control_B2 +LQ01X012710 NAC domain-containing protein 2 10.10725761 L4_control_B3 +LQ01X012710 NAC domain-containing protein 2 10.76308983 L4_control_C2 +LQ01X012710 NAC domain-containing protein 2 12.22915883 L4_control_C3 +LQ01X012710 NAC domain-containing protein 2 10.89087349 L4_chemical_A1 +LQ01X012710 NAC domain-containing protein 2 9.210173458 L4_chemical_A2 +LQ01X012710 NAC domain-containing protein 2 10.45364355 L4_chemical_A3 +LQ01X012710 NAC domain-containing protein 2 9.966161771 L4_chemical_B1 +LQ01X012710 NAC domain-containing protein 2 7.612662393 L4_chemical_B2 +LQ01X012710 NAC domain-containing protein 2 9.383656944 L4_chemical_B3 +LQ01X012710 NAC domain-containing protein 2 10.17191745 L4_chemical_C2 +LQ01X012710 NAC domain-containing protein 2 11.01628359 L4_chemical_C3 +LQ01X012720 Putative Aspartic proteinase Asp1 10.74259917 C6_control_A1 +LQ01X012720 Putative Aspartic proteinase Asp1 10.31503388 C6_control_A3 +LQ01X012720 Putative Aspartic proteinase Asp1 11.25212262 C6_control_B1 +LQ01X012720 Putative Aspartic proteinase Asp1 11.80535944 C6_control_B2 +LQ01X012720 Putative Aspartic proteinase Asp1 11.76410171 C6_control_B3 +LQ01X012720 Putative Aspartic proteinase Asp1 11.43824583 C6_control_C1 +LQ01X012720 Putative Aspartic proteinase Asp1 11.95687294 C6_control_C2 +LQ01X012720 Putative Aspartic proteinase Asp1 11.91447158 C6_control_C3 +LQ01X012720 Putative Aspartic proteinase Asp1 10.96086929 C6_chemical_A1 +LQ01X012720 Putative Aspartic proteinase Asp1 10.55604478 C6_chemical_A3 +LQ01X012720 Putative Aspartic proteinase Asp1 11.25857873 C6_chemical_B1 +LQ01X012720 Putative Aspartic proteinase Asp1 11.97828626 C6_chemical_B2 +LQ01X012720 Putative Aspartic proteinase Asp1 11.64540592 C6_chemical_B3 +LQ01X012720 Putative Aspartic proteinase Asp1 11.1973679 C6_chemical_C1 +LQ01X012720 Putative Aspartic proteinase Asp1 11.79272198 C6_chemical_C2 +LQ01X012720 Putative Aspartic proteinase Asp1 10.79956056 C6_chemical_C3 +LQ01X012720 Putative Aspartic proteinase Asp1 9.990535494 L4_control_A1 +LQ01X012720 Putative Aspartic proteinase Asp1 10.09517856 L4_control_A2 +LQ01X012720 Putative Aspartic proteinase Asp1 8.913842328 L4_control_A3 +LQ01X012720 Putative Aspartic proteinase Asp1 10.09904304 L4_control_B1 +LQ01X012720 Putative Aspartic proteinase Asp1 10.2275046 L4_control_B2 +LQ01X012720 Putative Aspartic proteinase Asp1 10.82760534 L4_control_B3 +LQ01X012720 Putative Aspartic proteinase Asp1 10.38837455 L4_control_C2 +LQ01X012720 Putative Aspartic proteinase Asp1 10.20006365 L4_control_C3 +LQ01X012720 Putative Aspartic proteinase Asp1 10.21726594 L4_chemical_A1 +LQ01X012720 Putative Aspartic proteinase Asp1 10.10649655 L4_chemical_A2 +LQ01X012720 Putative Aspartic proteinase Asp1 9.26908343 L4_chemical_A3 +LQ01X012720 Putative Aspartic proteinase Asp1 10.01835 L4_chemical_B1 +LQ01X012720 Putative Aspartic proteinase Asp1 10.03775784 L4_chemical_B2 +LQ01X012720 Putative Aspartic proteinase Asp1 9.925506457 L4_chemical_B3 +LQ01X012720 Putative Aspartic proteinase Asp1 10.30161582 L4_chemical_C2 +LQ01X012720 Putative Aspartic proteinase Asp1 10.67679392 L4_chemical_C3 +LQ01X012730 Putative Exocyst complex component 3 5.31299199 C6_control_A1 +LQ01X012730 Putative Exocyst complex component 3 4.925171584 C6_control_A3 +LQ01X012730 Putative Exocyst complex component 3 5.193081185 C6_control_B1 +LQ01X012730 Putative Exocyst complex component 3 5.031910955 C6_control_B2 +LQ01X012730 Putative Exocyst complex component 3 4.876281598 C6_control_B3 +LQ01X012730 Putative Exocyst complex component 3 5.207506204 C6_control_C1 +LQ01X012730 Putative Exocyst complex component 3 5.143516348 C6_control_C2 +LQ01X012730 Putative Exocyst complex component 3 5.219298024 C6_control_C3 +LQ01X012730 Putative Exocyst complex component 3 4.956836894 C6_chemical_A1 +LQ01X012730 Putative Exocyst complex component 3 5.063018269 C6_chemical_A3 +LQ01X012730 Putative Exocyst complex component 3 5.733059676 C6_chemical_B1 +LQ01X012730 Putative Exocyst complex component 3 5.270976758 C6_chemical_B2 +LQ01X012730 Putative Exocyst complex component 3 5.213076515 C6_chemical_B3 +LQ01X012730 Putative Exocyst complex component 3 5.180052626 C6_chemical_C1 +LQ01X012730 Putative Exocyst complex component 3 5.376682971 C6_chemical_C2 +LQ01X012730 Putative Exocyst complex component 3 4.956481333 C6_chemical_C3 +LQ01X012730 Putative Exocyst complex component 3 4.926073722 L4_control_A1 +LQ01X012730 Putative Exocyst complex component 3 5.03932762 L4_control_A2 +LQ01X012730 Putative Exocyst complex component 3 4.897549839 L4_control_A3 +LQ01X012730 Putative Exocyst complex component 3 4.664366799 L4_control_B1 +LQ01X012730 Putative Exocyst complex component 3 4.861275471 L4_control_B2 +LQ01X012730 Putative Exocyst complex component 3 5.048655577 L4_control_B3 +LQ01X012730 Putative Exocyst complex component 3 5.310147487 L4_control_C2 +LQ01X012730 Putative Exocyst complex component 3 5.355730032 L4_control_C3 +LQ01X012730 Putative Exocyst complex component 3 5.125062403 L4_chemical_A1 +LQ01X012730 Putative Exocyst complex component 3 5.003409334 L4_chemical_A2 +LQ01X012730 Putative Exocyst complex component 3 5.050679592 L4_chemical_A3 +LQ01X012730 Putative Exocyst complex component 3 5.004142879 L4_chemical_B1 +LQ01X012730 Putative Exocyst complex component 3 4.990863624 L4_chemical_B2 +LQ01X012730 Putative Exocyst complex component 3 5.023217183 L4_chemical_B3 +LQ01X012730 Putative Exocyst complex component 3 5.508234342 L4_chemical_C2 +LQ01X012730 Putative Exocyst complex component 3 5.222881002 L4_chemical_C3 +LQ01X012760 Putative uncharacterized protein 10.36296176 C6_control_A1 +LQ01X012760 Putative uncharacterized protein 10.28314206 C6_control_A3 +LQ01X012760 Putative uncharacterized protein 10.22933838 C6_control_B1 +LQ01X012760 Putative uncharacterized protein 10.27919432 C6_control_B2 +LQ01X012760 Putative uncharacterized protein 10.47258056 C6_control_B3 +LQ01X012760 Putative uncharacterized protein 10.86099241 C6_control_C1 +LQ01X012760 Putative uncharacterized protein 9.941940998 C6_control_C2 +LQ01X012760 Putative uncharacterized protein 10.64764921 C6_control_C3 +LQ01X012760 Putative uncharacterized protein 10.37555121 C6_chemical_A1 +LQ01X012760 Putative uncharacterized protein 10.83392794 C6_chemical_A3 +LQ01X012760 Putative uncharacterized protein 9.743331978 C6_chemical_B1 +LQ01X012760 Putative uncharacterized protein 10.36218568 C6_chemical_B2 +LQ01X012760 Putative uncharacterized protein 10.35655502 C6_chemical_B3 +LQ01X012760 Putative uncharacterized protein 10.40565749 C6_chemical_C1 +LQ01X012760 Putative uncharacterized protein 10.58984766 C6_chemical_C2 +LQ01X012760 Putative uncharacterized protein 10.53369079 C6_chemical_C3 +LQ01X012760 Putative uncharacterized protein 10.16916595 L4_control_A1 +LQ01X012760 Putative uncharacterized protein 10.4976603 L4_control_A2 +LQ01X012760 Putative uncharacterized protein 10.53664071 L4_control_A3 +LQ01X012760 Putative uncharacterized protein 10.4490416 L4_control_B1 +LQ01X012760 Putative uncharacterized protein 10.0631845 L4_control_B2 +LQ01X012760 Putative uncharacterized protein 10.40256094 L4_control_B3 +LQ01X012760 Putative uncharacterized protein 10.74655825 L4_control_C2 +LQ01X012760 Putative uncharacterized protein 10.55257451 L4_control_C3 +LQ01X012760 Putative uncharacterized protein 10.07753233 L4_chemical_A1 +LQ01X012760 Putative uncharacterized protein 10.62770199 L4_chemical_A2 +LQ01X012760 Putative uncharacterized protein 10.36644148 L4_chemical_A3 +LQ01X012760 Putative uncharacterized protein 10.07810121 L4_chemical_B1 +LQ01X012760 Putative uncharacterized protein 10.20302903 L4_chemical_B2 +LQ01X012760 Putative uncharacterized protein 10.1398282 L4_chemical_B3 +LQ01X012760 Putative uncharacterized protein 10.5804727 L4_chemical_C2 +LQ01X012760 Putative uncharacterized protein 10.56391455 L4_chemical_C3 +LQ01X012770 Predicted protein 9.862102771 C6_control_A1 +LQ01X012770 Predicted protein 9.423693813 C6_control_A3 +LQ01X012770 Predicted protein 10.43726038 C6_control_B1 +LQ01X012770 Predicted protein 9.758556293 C6_control_B2 +LQ01X012770 Predicted protein 10.19753429 C6_control_B3 +LQ01X012770 Predicted protein 10.01323389 C6_control_C1 +LQ01X012770 Predicted protein 9.398009263 C6_control_C2 +LQ01X012770 Predicted protein 9.614812244 C6_control_C3 +LQ01X012770 Predicted protein 9.854214036 C6_chemical_A1 +LQ01X012770 Predicted protein 9.733324423 C6_chemical_A3 +LQ01X012770 Predicted protein 10.42589026 C6_chemical_B1 +LQ01X012770 Predicted protein 9.693165875 C6_chemical_B2 +LQ01X012770 Predicted protein 9.792356498 C6_chemical_B3 +LQ01X012770 Predicted protein 9.811914956 C6_chemical_C1 +LQ01X012770 Predicted protein 9.879053601 C6_chemical_C2 +LQ01X012770 Predicted protein 9.340900703 C6_chemical_C3 +LQ01X012770 Predicted protein 8.727102219 L4_control_A1 +LQ01X012770 Predicted protein 9.160298007 L4_control_A2 +LQ01X012770 Predicted protein 8.69403126 L4_control_A3 +LQ01X012770 Predicted protein 9.072582124 L4_control_B1 +LQ01X012770 Predicted protein 10.44331751 L4_control_B2 +LQ01X012770 Predicted protein 9.352191942 L4_control_B3 +LQ01X012770 Predicted protein 10.07898556 L4_control_C2 +LQ01X012770 Predicted protein 10.26196871 L4_control_C3 +LQ01X012770 Predicted protein 8.920958443 L4_chemical_A1 +LQ01X012770 Predicted protein 9.171808648 L4_chemical_A2 +LQ01X012770 Predicted protein 8.365100712 L4_chemical_A3 +LQ01X012770 Predicted protein 9.748773752 L4_chemical_B1 +LQ01X012770 Predicted protein 10.03899213 L4_chemical_B2 +LQ01X012770 Predicted protein 9.049732179 L4_chemical_B3 +LQ01X012770 Predicted protein 9.79772716 L4_chemical_C2 +LQ01X012770 Predicted protein 10.46994278 L4_chemical_C3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.350022566 C6_control_A1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.008436272 C6_control_A3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.510928563 C6_control_B1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.326475446 C6_control_B2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.095394444 C6_control_B3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.649049359 C6_control_C1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.631886357 C6_control_C2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.89270426 C6_control_C3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.570051545 C6_chemical_A1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.457133301 C6_chemical_A3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.352860637 C6_chemical_B1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.338658818 C6_chemical_B2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.140742083 C6_chemical_B3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.640767506 C6_chemical_C1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.944968267 C6_chemical_C2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.728233692 C6_chemical_C3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.015017746 L4_control_A1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.426925262 L4_control_A2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.889465068 L4_control_A3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.495956439 L4_control_B1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.603375833 L4_control_B2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.516458821 L4_control_B3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 10.36782563 L4_control_C2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.663960175 L4_control_C3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.772668351 L4_chemical_A1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.067051812 L4_chemical_A2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.31882815 L4_chemical_A3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.29748381 L4_chemical_B1 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.72625122 L4_chemical_B2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.319509295 L4_chemical_B3 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 10.20160827 L4_chemical_C2 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 9.858975487 L4_chemical_C3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 4.871266996 C6_control_A1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.512864544 C6_control_A3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.321397803 C6_control_B1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.07310896 C6_control_B2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.132993764 C6_control_B3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 4.955292904 C6_control_C1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.034213973 C6_control_C2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.534642365 C6_control_C3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.220541159 C6_chemical_A1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.401140202 C6_chemical_A3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.274864871 C6_chemical_B1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.153817884 C6_chemical_B2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.223458562 C6_chemical_B3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.469777889 C6_chemical_C1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.253560833 C6_chemical_C2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.687765298 C6_chemical_C3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.347562771 L4_control_A1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.389117882 L4_control_A2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.404044829 L4_control_A3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.493571577 L4_control_B1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.62241003 L4_control_B2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.469809317 L4_control_B3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.944036041 L4_control_C2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 4.914284255 L4_control_C3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.193369418 L4_chemical_A1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.328517743 L4_chemical_A2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.986763298 L4_chemical_A3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.06799949 L4_chemical_B1 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.950599831 L4_chemical_B2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.560858302 L4_chemical_B3 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 6.246985344 L4_chemical_C2 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.426147812 L4_chemical_C3 +LQ01X012870 Putative Filament-like plant protein 3 5.082805275 C6_control_A1 +LQ01X012870 Putative Filament-like plant protein 3 4.95615643 C6_control_A3 +LQ01X012870 Putative Filament-like plant protein 3 5.121044811 C6_control_B1 +LQ01X012870 Putative Filament-like plant protein 3 5.392604921 C6_control_B2 +LQ01X012870 Putative Filament-like plant protein 3 5.192708166 C6_control_B3 +LQ01X012870 Putative Filament-like plant protein 3 5.189416834 C6_control_C1 +LQ01X012870 Putative Filament-like plant protein 3 5.342358406 C6_control_C2 +LQ01X012870 Putative Filament-like plant protein 3 5.310716806 C6_control_C3 +LQ01X012870 Putative Filament-like plant protein 3 5.123550082 C6_chemical_A1 +LQ01X012870 Putative Filament-like plant protein 3 4.942635045 C6_chemical_A3 +LQ01X012870 Putative Filament-like plant protein 3 4.86792802 C6_chemical_B1 +LQ01X012870 Putative Filament-like plant protein 3 5.359865423 C6_chemical_B2 +LQ01X012870 Putative Filament-like plant protein 3 5.149707071 C6_chemical_B3 +LQ01X012870 Putative Filament-like plant protein 3 5.194358687 C6_chemical_C1 +LQ01X012870 Putative Filament-like plant protein 3 4.974306299 C6_chemical_C2 +LQ01X012870 Putative Filament-like plant protein 3 5.141340161 C6_chemical_C3 +LQ01X012870 Putative Filament-like plant protein 3 5.007150448 L4_control_A1 +LQ01X012870 Putative Filament-like plant protein 3 5.153268842 L4_control_A2 +LQ01X012870 Putative Filament-like plant protein 3 5.570228095 L4_control_A3 +LQ01X012870 Putative Filament-like plant protein 3 5.906775755 L4_control_B1 +LQ01X012870 Putative Filament-like plant protein 3 4.935622011 L4_control_B2 +LQ01X012870 Putative Filament-like plant protein 3 5.008471506 L4_control_B3 +LQ01X012870 Putative Filament-like plant protein 3 4.994717874 L4_control_C2 +LQ01X012870 Putative Filament-like plant protein 3 4.982516373 L4_control_C3 +LQ01X012870 Putative Filament-like plant protein 3 5.346750214 L4_chemical_A1 +LQ01X012870 Putative Filament-like plant protein 3 5.038963817 L4_chemical_A2 +LQ01X012870 Putative Filament-like plant protein 3 5.358491113 L4_chemical_A3 +LQ01X012870 Putative Filament-like plant protein 3 4.78019423 L4_chemical_B1 +LQ01X012870 Putative Filament-like plant protein 3 5.05070745 L4_chemical_B2 +LQ01X012870 Putative Filament-like plant protein 3 5.191483961 L4_chemical_B3 +LQ01X012870 Putative Filament-like plant protein 3 5.123917341 L4_chemical_C2 +LQ01X012870 Putative Filament-like plant protein 3 5.062486097 L4_chemical_C3 +LQ01X012890 Putative uncharacterized protein 6.651434899 C6_control_A1 +LQ01X012890 Putative uncharacterized protein 7.395752295 C6_control_A3 +LQ01X012890 Putative uncharacterized protein 6.7389671 C6_control_B1 +LQ01X012890 Putative uncharacterized protein 6.393174445 C6_control_B2 +LQ01X012890 Putative uncharacterized protein 6.828456916 C6_control_B3 +LQ01X012890 Putative uncharacterized protein 5.853381705 C6_control_C1 +LQ01X012890 Putative uncharacterized protein 6.257535551 C6_control_C2 +LQ01X012890 Putative uncharacterized protein 5.884872544 C6_control_C3 +LQ01X012890 Putative uncharacterized protein 6.405887036 C6_chemical_A1 +LQ01X012890 Putative uncharacterized protein 6.886464902 C6_chemical_A3 +LQ01X012890 Putative uncharacterized protein 6.344934056 C6_chemical_B1 +LQ01X012890 Putative uncharacterized protein 6.651331541 C6_chemical_B2 +LQ01X012890 Putative uncharacterized protein 6.523036163 C6_chemical_B3 +LQ01X012890 Putative uncharacterized protein 6.028295084 C6_chemical_C1 +LQ01X012890 Putative uncharacterized protein 6.647844877 C6_chemical_C2 +LQ01X012890 Putative uncharacterized protein 5.96722035 C6_chemical_C3 +LQ01X012890 Putative uncharacterized protein 6.472128304 L4_control_A1 +LQ01X012890 Putative uncharacterized protein 6.585771853 L4_control_A2 +LQ01X012890 Putative uncharacterized protein 8.085654623 L4_control_A3 +LQ01X012890 Putative uncharacterized protein 7.061832128 L4_control_B1 +LQ01X012890 Putative uncharacterized protein 7.346096435 L4_control_B2 +LQ01X012890 Putative uncharacterized protein 6.921349005 L4_control_B3 +LQ01X012890 Putative uncharacterized protein 5.694925628 L4_control_C2 +LQ01X012890 Putative uncharacterized protein 6.295216077 L4_control_C3 +LQ01X012890 Putative uncharacterized protein 6.659612404 L4_chemical_A1 +LQ01X012890 Putative uncharacterized protein 6.831688012 L4_chemical_A2 +LQ01X012890 Putative uncharacterized protein 8.044115232 L4_chemical_A3 +LQ01X012890 Putative uncharacterized protein 7.823151321 L4_chemical_B1 +LQ01X012890 Putative uncharacterized protein 7.233978082 L4_chemical_B2 +LQ01X012890 Putative uncharacterized protein 6.709281061 L4_chemical_B3 +LQ01X012890 Putative uncharacterized protein 6.077965025 L4_chemical_C2 +LQ01X012890 Putative uncharacterized protein 5.979510232 L4_chemical_C3 +LQ01X012900 Hypothetical protein 11.62531153 C6_control_A1 +LQ01X012900 Hypothetical protein 11.65738922 C6_control_A3 +LQ01X012900 Hypothetical protein 11.27892887 C6_control_B1 +LQ01X012900 Hypothetical protein 12.47854567 C6_control_B2 +LQ01X012900 Hypothetical protein 11.58865936 C6_control_B3 +LQ01X012900 Hypothetical protein 12.27842314 C6_control_C1 +LQ01X012900 Hypothetical protein 12.44425564 C6_control_C2 +LQ01X012900 Hypothetical protein 12.37417821 C6_control_C3 +LQ01X012900 Hypothetical protein 11.39000717 C6_chemical_A1 +LQ01X012900 Hypothetical protein 11.33613596 C6_chemical_A3 +LQ01X012900 Hypothetical protein 11.46985304 C6_chemical_B1 +LQ01X012900 Hypothetical protein 12.39765599 C6_chemical_B2 +LQ01X012900 Hypothetical protein 11.46444092 C6_chemical_B3 +LQ01X012900 Hypothetical protein 12.33909428 C6_chemical_C1 +LQ01X012900 Hypothetical protein 12.6316395 C6_chemical_C2 +LQ01X012900 Hypothetical protein 12.42624231 C6_chemical_C3 +LQ01X012900 Hypothetical protein 11.56223479 L4_control_A1 +LQ01X012900 Hypothetical protein 11.59750143 L4_control_A2 +LQ01X012900 Hypothetical protein 11.00817603 L4_control_A3 +LQ01X012900 Hypothetical protein 11.36227159 L4_control_B1 +LQ01X012900 Hypothetical protein 10.78510871 L4_control_B2 +LQ01X012900 Hypothetical protein 11.52900399 L4_control_B3 +LQ01X012900 Hypothetical protein 11.44723852 L4_control_C2 +LQ01X012900 Hypothetical protein 11.12719537 L4_control_C3 +LQ01X012900 Hypothetical protein 11.58780706 L4_chemical_A1 +LQ01X012900 Hypothetical protein 11.70942251 L4_chemical_A2 +LQ01X012900 Hypothetical protein 11.12584682 L4_chemical_A3 +LQ01X012900 Hypothetical protein 11.11020062 L4_chemical_B1 +LQ01X012900 Hypothetical protein 11.47066296 L4_chemical_B2 +LQ01X012900 Hypothetical protein 11.5154855 L4_chemical_B3 +LQ01X012900 Hypothetical protein 11.40310893 L4_chemical_C2 +LQ01X012900 Hypothetical protein 11.6448397 L4_chemical_C3 +LQ01X012920 Putative polyketide cyclase 11.08057243 C6_control_A1 +LQ01X012920 Putative polyketide cyclase 9.164302391 C6_control_A3 +LQ01X012920 Putative polyketide cyclase 11.6410849 C6_control_B1 +LQ01X012920 Putative polyketide cyclase 10.67442548 C6_control_B2 +LQ01X012920 Putative polyketide cyclase 9.914865124 C6_control_B3 +LQ01X012920 Putative polyketide cyclase 12.25639953 C6_control_C1 +LQ01X012920 Putative polyketide cyclase 11.20611833 C6_control_C2 +LQ01X012920 Putative polyketide cyclase 10.87256924 C6_control_C3 +LQ01X012920 Putative polyketide cyclase 11.24503813 C6_chemical_A1 +LQ01X012920 Putative polyketide cyclase 10.00431525 C6_chemical_A3 +LQ01X012920 Putative polyketide cyclase 12.03488497 C6_chemical_B1 +LQ01X012920 Putative polyketide cyclase 10.88409211 C6_chemical_B2 +LQ01X012920 Putative polyketide cyclase 9.627255834 C6_chemical_B3 +LQ01X012920 Putative polyketide cyclase 12.44712939 C6_chemical_C1 +LQ01X012920 Putative polyketide cyclase 11.56415845 C6_chemical_C2 +LQ01X012920 Putative polyketide cyclase 11.33041525 C6_chemical_C3 +LQ01X012920 Putative polyketide cyclase 9.915548428 L4_control_A1 +LQ01X012920 Putative polyketide cyclase 10.45592259 L4_control_A2 +LQ01X012920 Putative polyketide cyclase 7.061680627 L4_control_A3 +LQ01X012920 Putative polyketide cyclase 10.87593121 L4_control_B1 +LQ01X012920 Putative polyketide cyclase 10.58372247 L4_control_B2 +LQ01X012920 Putative polyketide cyclase 8.748013985 L4_control_B3 +LQ01X012920 Putative polyketide cyclase 10.88950415 L4_control_C2 +LQ01X012920 Putative polyketide cyclase 10.43144532 L4_control_C3 +LQ01X012920 Putative polyketide cyclase 10.05297242 L4_chemical_A1 +LQ01X012920 Putative polyketide cyclase 11.22322921 L4_chemical_A2 +LQ01X012920 Putative polyketide cyclase 8.385013365 L4_chemical_A3 +LQ01X012920 Putative polyketide cyclase 11.34081344 L4_chemical_B1 +LQ01X012920 Putative polyketide cyclase 10.58211843 L4_chemical_B2 +LQ01X012920 Putative polyketide cyclase 8.823854467 L4_chemical_B3 +LQ01X012920 Putative polyketide cyclase 10.97988022 L4_chemical_C2 +LQ01X012920 Putative polyketide cyclase 10.89030626 L4_chemical_C3 +LQ01X012930 Predicted protein 13.14495266 C6_control_A1 +LQ01X012930 Predicted protein 13.3815547 C6_control_A3 +LQ01X012930 Predicted protein 13.45108717 C6_control_B1 +LQ01X012930 Predicted protein 13.61830141 C6_control_B2 +LQ01X012930 Predicted protein 13.47560781 C6_control_B3 +LQ01X012930 Predicted protein 13.76404986 C6_control_C1 +LQ01X012930 Predicted protein 13.86989936 C6_control_C2 +LQ01X012930 Predicted protein 13.72345105 C6_control_C3 +LQ01X012930 Predicted protein 13.0545601 C6_chemical_A1 +LQ01X012930 Predicted protein 12.89099701 C6_chemical_A3 +LQ01X012930 Predicted protein 13.30778669 C6_chemical_B1 +LQ01X012930 Predicted protein 13.03360223 C6_chemical_B2 +LQ01X012930 Predicted protein 13.27290029 C6_chemical_B3 +LQ01X012930 Predicted protein 13.65523315 C6_chemical_C1 +LQ01X012930 Predicted protein 13.55711081 C6_chemical_C2 +LQ01X012930 Predicted protein 13.22127396 C6_chemical_C3 +LQ01X012930 Predicted protein 13.17702397 L4_control_A1 +LQ01X012930 Predicted protein 12.87908863 L4_control_A2 +LQ01X012930 Predicted protein 12.78189474 L4_control_A3 +LQ01X012930 Predicted protein 13.15055657 L4_control_B1 +LQ01X012930 Predicted protein 13.15672832 L4_control_B2 +LQ01X012930 Predicted protein 12.89090105 L4_control_B3 +LQ01X012930 Predicted protein 13.02473714 L4_control_C2 +LQ01X012930 Predicted protein 13.22932718 L4_control_C3 +LQ01X012930 Predicted protein 13.13111841 L4_chemical_A1 +LQ01X012930 Predicted protein 13.29751361 L4_chemical_A2 +LQ01X012930 Predicted protein 12.83602932 L4_chemical_A3 +LQ01X012930 Predicted protein 13.39132806 L4_chemical_B1 +LQ01X012930 Predicted protein 13.19059694 L4_chemical_B2 +LQ01X012930 Predicted protein 13.07011661 L4_chemical_B3 +LQ01X012930 Predicted protein 13.04144436 L4_chemical_C2 +LQ01X012930 Predicted protein 13.2953254 L4_chemical_C3 +LQ01X012960 Predicted protein 12.55318151 C6_control_A1 +LQ01X012960 Predicted protein 11.97266391 C6_control_A3 +LQ01X012960 Predicted protein 12.1119637 C6_control_B1 +LQ01X012960 Predicted protein 13.01929816 C6_control_B2 +LQ01X012960 Predicted protein 12.28656317 C6_control_B3 +LQ01X012960 Predicted protein 13.38498186 C6_control_C1 +LQ01X012960 Predicted protein 13.7811138 C6_control_C2 +LQ01X012960 Predicted protein 13.72311757 C6_control_C3 +LQ01X012960 Predicted protein 12.60284512 C6_chemical_A1 +LQ01X012960 Predicted protein 12.1528359 C6_chemical_A3 +LQ01X012960 Predicted protein 12.2318084 C6_chemical_B1 +LQ01X012960 Predicted protein 12.91466884 C6_chemical_B2 +LQ01X012960 Predicted protein 12.7516445 C6_chemical_B3 +LQ01X012960 Predicted protein 13.9576769 C6_chemical_C1 +LQ01X012960 Predicted protein 13.48416142 C6_chemical_C2 +LQ01X012960 Predicted protein 13.69234541 C6_chemical_C3 +LQ01X012960 Predicted protein 12.33271389 L4_control_A1 +LQ01X012960 Predicted protein 11.42334682 L4_control_A2 +LQ01X012960 Predicted protein 11.77842466 L4_control_A3 +LQ01X012960 Predicted protein 11.71935718 L4_control_B1 +LQ01X012960 Predicted protein 11.66570391 L4_control_B2 +LQ01X012960 Predicted protein 11.83033448 L4_control_B3 +LQ01X012960 Predicted protein 12.38637254 L4_control_C2 +LQ01X012960 Predicted protein 11.7668398 L4_control_C3 +LQ01X012960 Predicted protein 12.51801378 L4_chemical_A1 +LQ01X012960 Predicted protein 12.03260499 L4_chemical_A2 +LQ01X012960 Predicted protein 12.20472341 L4_chemical_A3 +LQ01X012960 Predicted protein 11.82001374 L4_chemical_B1 +LQ01X012960 Predicted protein 12.32780512 L4_chemical_B2 +LQ01X012960 Predicted protein 11.64919845 L4_chemical_B3 +LQ01X012960 Predicted protein 12.48306635 L4_chemical_C2 +LQ01X012960 Predicted protein 11.97539573 L4_chemical_C3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.81797272 C6_control_A1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.617326582 C6_control_A3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.172509294 C6_control_B1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.829705211 C6_control_B2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.613451255 C6_control_B3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.271429317 C6_control_C1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.949297078 C6_control_C2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.633897463 C6_control_C3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.811313046 C6_chemical_A1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.928601606 C6_chemical_A3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.620628717 C6_chemical_B1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.638495784 C6_chemical_B2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.99213044 C6_chemical_B3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.11471493 C6_chemical_C1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.854796682 C6_chemical_C2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.602694888 C6_chemical_C3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.610653326 L4_control_A1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.206358046 L4_control_A2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.058070996 L4_control_A3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.482889002 L4_control_B1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 10.26503662 L4_control_B2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.446370652 L4_control_B3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.656772134 L4_control_C2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.917564764 L4_control_C3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.842981953 L4_chemical_A1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.388759055 L4_chemical_A2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.544355991 L4_chemical_A3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.572636577 L4_chemical_B1 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.941782743 L4_chemical_B2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.026622315 L4_chemical_B3 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 9.908669088 L4_chemical_C2 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 10.07419492 L4_chemical_C3 +LQ01X013000 Putative uncharacterized protein 13.95215984 C6_control_A1 +LQ01X013000 Putative uncharacterized protein 13.41467976 C6_control_A3 +LQ01X013000 Putative uncharacterized protein 14.30210984 C6_control_B1 +LQ01X013000 Putative uncharacterized protein 13.91550729 C6_control_B2 +LQ01X013000 Putative uncharacterized protein 14.53435727 C6_control_B3 +LQ01X013000 Putative uncharacterized protein 10.08423765 C6_control_C1 +LQ01X013000 Putative uncharacterized protein 10.29386871 C6_control_C2 +LQ01X013000 Putative uncharacterized protein 10.87897546 C6_control_C3 +LQ01X013000 Putative uncharacterized protein 13.84432227 C6_chemical_A1 +LQ01X013000 Putative uncharacterized protein 13.74200605 C6_chemical_A3 +LQ01X013000 Putative uncharacterized protein 14.35340575 C6_chemical_B1 +LQ01X013000 Putative uncharacterized protein 13.71998479 C6_chemical_B2 +LQ01X013000 Putative uncharacterized protein 14.62878705 C6_chemical_B3 +LQ01X013000 Putative uncharacterized protein 10.34092434 C6_chemical_C1 +LQ01X013000 Putative uncharacterized protein 9.859667097 C6_chemical_C2 +LQ01X013000 Putative uncharacterized protein 10.53716276 C6_chemical_C3 +LQ01X013000 Putative uncharacterized protein 13.78201552 L4_control_A1 +LQ01X013000 Putative uncharacterized protein 14.09516348 L4_control_A2 +LQ01X013000 Putative uncharacterized protein 13.42163555 L4_control_A3 +LQ01X013000 Putative uncharacterized protein 14.68032649 L4_control_B1 +LQ01X013000 Putative uncharacterized protein 14.69845405 L4_control_B2 +LQ01X013000 Putative uncharacterized protein 14.07345361 L4_control_B3 +LQ01X013000 Putative uncharacterized protein 9.557687548 L4_control_C2 +LQ01X013000 Putative uncharacterized protein 10.74859875 L4_control_C3 +LQ01X013000 Putative uncharacterized protein 12.80369738 L4_chemical_A1 +LQ01X013000 Putative uncharacterized protein 13.90152404 L4_chemical_A2 +LQ01X013000 Putative uncharacterized protein 13.24539497 L4_chemical_A3 +LQ01X013000 Putative uncharacterized protein 14.49263586 L4_chemical_B1 +LQ01X013000 Putative uncharacterized protein 14.33853859 L4_chemical_B2 +LQ01X013000 Putative uncharacterized protein 14.72091867 L4_chemical_B3 +LQ01X013000 Putative uncharacterized protein 9.869674228 L4_chemical_C2 +LQ01X013000 Putative uncharacterized protein 11.09422939 L4_chemical_C3 +LQ01X013010 Hypothetical protein 9.165314691 C6_control_A1 +LQ01X013010 Hypothetical protein 9.247322759 C6_control_A3 +LQ01X013010 Hypothetical protein 9.897105255 C6_control_B1 +LQ01X013010 Hypothetical protein 9.687683719 C6_control_B2 +LQ01X013010 Hypothetical protein 9.966752465 C6_control_B3 +LQ01X013010 Hypothetical protein 10.49796131 C6_control_C1 +LQ01X013010 Hypothetical protein 10.33383193 C6_control_C2 +LQ01X013010 Hypothetical protein 11.04112566 C6_control_C3 +LQ01X013010 Hypothetical protein 9.191177133 C6_chemical_A1 +LQ01X013010 Hypothetical protein 9.623351988 C6_chemical_A3 +LQ01X013010 Hypothetical protein 10.06275849 C6_chemical_B1 +LQ01X013010 Hypothetical protein 9.859151285 C6_chemical_B2 +LQ01X013010 Hypothetical protein 9.864680097 C6_chemical_B3 +LQ01X013010 Hypothetical protein 10.40259099 C6_chemical_C1 +LQ01X013010 Hypothetical protein 10.42555913 C6_chemical_C2 +LQ01X013010 Hypothetical protein 11.18559352 C6_chemical_C3 +LQ01X013010 Hypothetical protein 9.899550406 L4_control_A1 +LQ01X013010 Hypothetical protein 10.37888305 L4_control_A2 +LQ01X013010 Hypothetical protein 9.835565274 L4_control_A3 +LQ01X013010 Hypothetical protein 10.99407669 L4_control_B1 +LQ01X013010 Hypothetical protein 10.49489465 L4_control_B2 +LQ01X013010 Hypothetical protein 10.92260719 L4_control_B3 +LQ01X013010 Hypothetical protein 11.32891905 L4_control_C2 +LQ01X013010 Hypothetical protein 11.10330043 L4_control_C3 +LQ01X013010 Hypothetical protein 10.34349022 L4_chemical_A1 +LQ01X013010 Hypothetical protein 10.01974409 L4_chemical_A2 +LQ01X013010 Hypothetical protein 10.14191427 L4_chemical_A3 +LQ01X013010 Hypothetical protein 10.0455273 L4_chemical_B1 +LQ01X013010 Hypothetical protein 10.21911668 L4_chemical_B2 +LQ01X013010 Hypothetical protein 9.989381834 L4_chemical_B3 +LQ01X013010 Hypothetical protein 10.9861919 L4_chemical_C2 +LQ01X013010 Hypothetical protein 11.41286903 L4_chemical_C3 +LQ01X013020 Predicted protein 5.781950352 C6_control_A1 +LQ01X013020 Predicted protein 5.18660453 C6_control_A3 +LQ01X013020 Predicted protein 5.85633257 C6_control_B1 +LQ01X013020 Predicted protein 6.139711572 C6_control_B2 +LQ01X013020 Predicted protein 5.468521779 C6_control_B3 +LQ01X013020 Predicted protein 5.451386113 C6_control_C1 +LQ01X013020 Predicted protein 5.560767246 C6_control_C2 +LQ01X013020 Predicted protein 5.648491724 C6_control_C3 +LQ01X013020 Predicted protein 5.590691743 C6_chemical_A1 +LQ01X013020 Predicted protein 5.248835863 C6_chemical_A3 +LQ01X013020 Predicted protein 5.253350419 C6_chemical_B1 +LQ01X013020 Predicted protein 5.941876774 C6_chemical_B2 +LQ01X013020 Predicted protein 5.425368534 C6_chemical_B3 +LQ01X013020 Predicted protein 5.601362582 C6_chemical_C1 +LQ01X013020 Predicted protein 5.581819572 C6_chemical_C2 +LQ01X013020 Predicted protein 5.447432151 C6_chemical_C3 +LQ01X013020 Predicted protein 5.499461293 L4_control_A1 +LQ01X013020 Predicted protein 5.39463931 L4_control_A2 +LQ01X013020 Predicted protein 5.884045791 L4_control_A3 +LQ01X013020 Predicted protein 5.554441768 L4_control_B1 +LQ01X013020 Predicted protein 5.388169274 L4_control_B2 +LQ01X013020 Predicted protein 6.029966168 L4_control_B3 +LQ01X013020 Predicted protein 5.345265937 L4_control_C2 +LQ01X013020 Predicted protein 5.041319744 L4_control_C3 +LQ01X013020 Predicted protein 5.409620412 L4_chemical_A1 +LQ01X013020 Predicted protein 5.808183646 L4_chemical_A2 +LQ01X013020 Predicted protein 5.941022597 L4_chemical_A3 +LQ01X013020 Predicted protein 5.681280321 L4_chemical_B1 +LQ01X013020 Predicted protein 5.022588794 L4_chemical_B2 +LQ01X013020 Predicted protein 5.83216798 L4_chemical_B3 +LQ01X013020 Predicted protein 5.842064111 L4_chemical_C2 +LQ01X013020 Predicted protein 6.00522853 L4_chemical_C3 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.15293024 C6_control_A1 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.20197077 C6_control_A3 +LQ01X013040 Aspartic proteinase nepenthesin-1 11.95028269 C6_control_B1 +LQ01X013040 Aspartic proteinase nepenthesin-1 13.68651961 C6_control_B2 +LQ01X013040 Aspartic proteinase nepenthesin-1 13.11858809 C6_control_B3 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.40190612 C6_control_C1 +LQ01X013040 Aspartic proteinase nepenthesin-1 11.09905938 C6_control_C2 +LQ01X013040 Aspartic proteinase nepenthesin-1 11.00123127 C6_control_C3 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.21931497 C6_chemical_A1 +LQ01X013040 Aspartic proteinase nepenthesin-1 9.91108951 C6_chemical_A3 +LQ01X013040 Aspartic proteinase nepenthesin-1 12.09467065 C6_chemical_B1 +LQ01X013040 Aspartic proteinase nepenthesin-1 13.28689967 C6_chemical_B2 +LQ01X013040 Aspartic proteinase nepenthesin-1 13.43522151 C6_chemical_B3 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.32391463 C6_chemical_C1 +LQ01X013040 Aspartic proteinase nepenthesin-1 9.74043279 C6_chemical_C2 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.40077686 C6_chemical_C3 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.50975787 L4_control_A1 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.03703761 L4_control_A2 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.97799798 L4_control_A3 +LQ01X013040 Aspartic proteinase nepenthesin-1 13.36612027 L4_control_B1 +LQ01X013040 Aspartic proteinase nepenthesin-1 12.63841822 L4_control_B2 +LQ01X013040 Aspartic proteinase nepenthesin-1 14.7198157 L4_control_B3 +LQ01X013040 Aspartic proteinase nepenthesin-1 8.997042033 L4_control_C2 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.89653813 L4_control_C3 +LQ01X013040 Aspartic proteinase nepenthesin-1 9.764878992 L4_chemical_A1 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.15541793 L4_chemical_A2 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.26350693 L4_chemical_A3 +LQ01X013040 Aspartic proteinase nepenthesin-1 12.34302155 L4_chemical_B1 +LQ01X013040 Aspartic proteinase nepenthesin-1 12.97074502 L4_chemical_B2 +LQ01X013040 Aspartic proteinase nepenthesin-1 13.26085819 L4_chemical_B3 +LQ01X013040 Aspartic proteinase nepenthesin-1 9.07974752 L4_chemical_C2 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.22556377 L4_chemical_C3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.189325149 C6_control_A1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.970698872 C6_control_A3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.641570605 C6_control_B1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.06880743 C6_control_B2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.270546764 C6_control_B3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.045049981 C6_control_C1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.984427634 C6_control_C2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.992226444 C6_control_C3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.843000637 C6_chemical_A1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.501518173 C6_chemical_A3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.131847054 C6_chemical_B1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.998768013 C6_chemical_B2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.104118726 C6_chemical_B3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.100421895 C6_chemical_C1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.881780177 C6_chemical_C2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.266403326 C6_chemical_C3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.998583673 L4_control_A1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.015674494 L4_control_A2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.245031125 L4_control_A3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.177161223 L4_control_B1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.835632775 L4_control_B2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.11323005 L4_control_B3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.513914673 L4_control_C2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.452518433 L4_control_C3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.047869543 L4_chemical_A1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.774423183 L4_chemical_A2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.048566145 L4_chemical_A3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.966702324 L4_chemical_B1 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.457018625 L4_chemical_B2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.955903723 L4_chemical_B3 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.650272286 L4_chemical_C2 +LQ01X013080 Putative Uncharacterized transporter lpg1691 5.597232818 L4_chemical_C3 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.005508517 C6_control_A1 +LQ01X013120 Putative Uncharacterized protein At5g08430 7.664627259 C6_control_A3 +LQ01X013120 Putative Uncharacterized protein At5g08430 7.898575876 C6_control_B1 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.417548457 C6_control_B2 +LQ01X013120 Putative Uncharacterized protein At5g08430 7.160096026 C6_control_B3 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.76677966 C6_control_C1 +LQ01X013120 Putative Uncharacterized protein At5g08430 9.215284411 C6_control_C2 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.240404669 C6_control_C3 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.072504977 C6_chemical_A1 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.101259683 C6_chemical_A3 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.664097732 C6_chemical_B1 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.604230062 C6_chemical_B2 +LQ01X013120 Putative Uncharacterized protein At5g08430 7.825713556 C6_chemical_B3 +LQ01X013120 Putative Uncharacterized protein At5g08430 9.041334097 C6_chemical_C1 +LQ01X013120 Putative Uncharacterized protein At5g08430 9.036625703 C6_chemical_C2 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.871968682 C6_chemical_C3 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.292431686 L4_control_A1 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.195454977 L4_control_A2 +LQ01X013120 Putative Uncharacterized protein At5g08430 7.527658208 L4_control_A3 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.461759029 L4_control_B1 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.315863362 L4_control_B2 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.741399417 L4_control_B3 +LQ01X013120 Putative Uncharacterized protein At5g08430 9.466313335 L4_control_C2 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.654698661 L4_control_C3 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.327892236 L4_chemical_A1 +LQ01X013120 Putative Uncharacterized protein At5g08430 7.925551834 L4_chemical_A2 +LQ01X013120 Putative Uncharacterized protein At5g08430 6.152500764 L4_chemical_A3 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.097502494 L4_chemical_B1 +LQ01X013120 Putative Uncharacterized protein At5g08430 7.767132059 L4_chemical_B2 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.526434587 L4_chemical_B3 +LQ01X013120 Putative Uncharacterized protein At5g08430 9.421841576 L4_chemical_C2 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.405143046 L4_chemical_C3 +LQ01X013130 T-complex protein 1 subunit gamma 11.31852099 C6_control_A1 +LQ01X013130 T-complex protein 1 subunit gamma 11.91986296 C6_control_A3 +LQ01X013130 T-complex protein 1 subunit gamma 10.66038341 C6_control_B1 +LQ01X013130 T-complex protein 1 subunit gamma 11.17381441 C6_control_B2 +LQ01X013130 T-complex protein 1 subunit gamma 10.50768153 C6_control_B3 +LQ01X013130 T-complex protein 1 subunit gamma 11.43326684 C6_control_C1 +LQ01X013130 T-complex protein 1 subunit gamma 11.45925662 C6_control_C2 +LQ01X013130 T-complex protein 1 subunit gamma 10.78063659 C6_control_C3 +LQ01X013130 T-complex protein 1 subunit gamma 11.28695653 C6_chemical_A1 +LQ01X013130 T-complex protein 1 subunit gamma 11.47518823 C6_chemical_A3 +LQ01X013130 T-complex protein 1 subunit gamma 9.987290162 C6_chemical_B1 +LQ01X013130 T-complex protein 1 subunit gamma 11.3244494 C6_chemical_B2 +LQ01X013130 T-complex protein 1 subunit gamma 10.58024602 C6_chemical_B3 +LQ01X013130 T-complex protein 1 subunit gamma 11.60372957 C6_chemical_C1 +LQ01X013130 T-complex protein 1 subunit gamma 11.23302047 C6_chemical_C2 +LQ01X013130 T-complex protein 1 subunit gamma 11.10198531 C6_chemical_C3 +LQ01X013130 T-complex protein 1 subunit gamma 11.84428475 L4_control_A1 +LQ01X013130 T-complex protein 1 subunit gamma 11.78946409 L4_control_A2 +LQ01X013130 T-complex protein 1 subunit gamma 11.40790105 L4_control_A3 +LQ01X013130 T-complex protein 1 subunit gamma 10.42705902 L4_control_B1 +LQ01X013130 T-complex protein 1 subunit gamma 10.52548578 L4_control_B2 +LQ01X013130 T-complex protein 1 subunit gamma 11.39846337 L4_control_B3 +LQ01X013130 T-complex protein 1 subunit gamma 10.71941866 L4_control_C2 +LQ01X013130 T-complex protein 1 subunit gamma 11.06989136 L4_control_C3 +LQ01X013130 T-complex protein 1 subunit gamma 11.51276158 L4_chemical_A1 +LQ01X013130 T-complex protein 1 subunit gamma 11.03887595 L4_chemical_A2 +LQ01X013130 T-complex protein 1 subunit gamma 11.22000827 L4_chemical_A3 +LQ01X013130 T-complex protein 1 subunit gamma 9.832178503 L4_chemical_B1 +LQ01X013130 T-complex protein 1 subunit gamma 10.19478159 L4_chemical_B2 +LQ01X013130 T-complex protein 1 subunit gamma 11.42786426 L4_chemical_B3 +LQ01X013130 T-complex protein 1 subunit gamma 10.43507928 L4_chemical_C2 +LQ01X013130 T-complex protein 1 subunit gamma 10.76900103 L4_chemical_C3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.046459954 C6_control_A1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.981805296 C6_control_A3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.190599921 C6_control_B1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.092647597 C6_control_B2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.960459024 C6_control_B3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.233186379 C6_control_C1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.439511334 C6_control_C2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.273722321 C6_control_C3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.332036917 C6_chemical_A1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.096154848 C6_chemical_A3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.672616319 C6_chemical_B1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.340049215 C6_chemical_B2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.263770793 C6_chemical_B3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.496926961 C6_chemical_C1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.196316017 C6_chemical_C2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.457928571 C6_chemical_C3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.171938411 L4_control_A1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.329794912 L4_control_A2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.124113524 L4_control_A3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.383462234 L4_control_B1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.87934114 L4_control_B2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.856416636 L4_control_B3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.048147804 L4_control_C2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.55119898 L4_control_C3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.815100872 L4_chemical_A1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.997492691 L4_chemical_A2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.924538072 L4_chemical_A3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.403446469 L4_chemical_B1 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.869390345 L4_chemical_B2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 4.814085776 L4_chemical_B3 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.279440749 L4_chemical_C2 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.85015789 L4_chemical_C3 +LQ01X013150 Chloride channel protein CLC-c 5.252407411 C6_control_A1 +LQ01X013150 Chloride channel protein CLC-c 5.11110244 C6_control_A3 +LQ01X013150 Chloride channel protein CLC-c 5.366310345 C6_control_B1 +LQ01X013150 Chloride channel protein CLC-c 4.97266011 C6_control_B2 +LQ01X013150 Chloride channel protein CLC-c 5.11468283 C6_control_B3 +LQ01X013150 Chloride channel protein CLC-c 5.025708188 C6_control_C1 +LQ01X013150 Chloride channel protein CLC-c 4.933709102 C6_control_C2 +LQ01X013150 Chloride channel protein CLC-c 5.187093371 C6_control_C3 +LQ01X013150 Chloride channel protein CLC-c 4.855493488 C6_chemical_A1 +LQ01X013150 Chloride channel protein CLC-c 4.990992357 C6_chemical_A3 +LQ01X013150 Chloride channel protein CLC-c 5.135668729 C6_chemical_B1 +LQ01X013150 Chloride channel protein CLC-c 4.861254736 C6_chemical_B2 +LQ01X013150 Chloride channel protein CLC-c 5.059307718 C6_chemical_B3 +LQ01X013150 Chloride channel protein CLC-c 4.876286085 C6_chemical_C1 +LQ01X013150 Chloride channel protein CLC-c 5.347760884 C6_chemical_C2 +LQ01X013150 Chloride channel protein CLC-c 5.313424396 C6_chemical_C3 +LQ01X013150 Chloride channel protein CLC-c 5.160631867 L4_control_A1 +LQ01X013150 Chloride channel protein CLC-c 5.475842095 L4_control_A2 +LQ01X013150 Chloride channel protein CLC-c 5.207787712 L4_control_A3 +LQ01X013150 Chloride channel protein CLC-c 4.786184325 L4_control_B1 +LQ01X013150 Chloride channel protein CLC-c 5.523792901 L4_control_B2 +LQ01X013150 Chloride channel protein CLC-c 5.46656355 L4_control_B3 +LQ01X013150 Chloride channel protein CLC-c 5.421707618 L4_control_C2 +LQ01X013150 Chloride channel protein CLC-c 5.353815637 L4_control_C3 +LQ01X013150 Chloride channel protein CLC-c 5.512649013 L4_chemical_A1 +LQ01X013150 Chloride channel protein CLC-c 5.383068907 L4_chemical_A2 +LQ01X013150 Chloride channel protein CLC-c 5.054390842 L4_chemical_A3 +LQ01X013150 Chloride channel protein CLC-c 5.183783943 L4_chemical_B1 +LQ01X013150 Chloride channel protein CLC-c 5.171528492 L4_chemical_B2 +LQ01X013150 Chloride channel protein CLC-c 5.307455501 L4_chemical_B3 +LQ01X013150 Chloride channel protein CLC-c 5.267570618 L4_chemical_C2 +LQ01X013150 Chloride channel protein CLC-c 5.136799027 L4_chemical_C3 +LQ01X013170 Predicted protein (Fragment) 5.207684795 C6_control_A1 +LQ01X013170 Predicted protein (Fragment) 5.359541081 C6_control_A3 +LQ01X013170 Predicted protein (Fragment) 5.280936194 C6_control_B1 +LQ01X013170 Predicted protein (Fragment) 7.263376004 C6_control_B2 +LQ01X013170 Predicted protein (Fragment) 5.834316365 C6_control_B3 +LQ01X013170 Predicted protein (Fragment) 5.528565384 C6_control_C1 +LQ01X013170 Predicted protein (Fragment) 5.208700979 C6_control_C2 +LQ01X013170 Predicted protein (Fragment) 5.305690119 C6_control_C3 +LQ01X013170 Predicted protein (Fragment) 5.880450501 C6_chemical_A1 +LQ01X013170 Predicted protein (Fragment) 5.716979404 C6_chemical_A3 +LQ01X013170 Predicted protein (Fragment) 5.306137036 C6_chemical_B1 +LQ01X013170 Predicted protein (Fragment) 7.445595825 C6_chemical_B2 +LQ01X013170 Predicted protein (Fragment) 5.671077267 C6_chemical_B3 +LQ01X013170 Predicted protein (Fragment) 5.766472736 C6_chemical_C1 +LQ01X013170 Predicted protein (Fragment) 5.175723932 C6_chemical_C2 +LQ01X013170 Predicted protein (Fragment) 5.306678022 C6_chemical_C3 +LQ01X013170 Predicted protein (Fragment) 5.566010745 L4_control_A1 +LQ01X013170 Predicted protein (Fragment) 5.883923788 L4_control_A2 +LQ01X013170 Predicted protein (Fragment) 6.057121914 L4_control_A3 +LQ01X013170 Predicted protein (Fragment) 6.713060551 L4_control_B1 +LQ01X013170 Predicted protein (Fragment) 5.457437212 L4_control_B2 +LQ01X013170 Predicted protein (Fragment) 5.464311023 L4_control_B3 +LQ01X013170 Predicted protein (Fragment) 5.062141908 L4_control_C2 +LQ01X013170 Predicted protein (Fragment) 5.167632321 L4_control_C3 +LQ01X013170 Predicted protein (Fragment) 5.989368213 L4_chemical_A1 +LQ01X013170 Predicted protein (Fragment) 5.523650323 L4_chemical_A2 +LQ01X013170 Predicted protein (Fragment) 5.770861767 L4_chemical_A3 +LQ01X013170 Predicted protein (Fragment) 5.525326254 L4_chemical_B1 +LQ01X013170 Predicted protein (Fragment) 5.181050982 L4_chemical_B2 +LQ01X013170 Predicted protein (Fragment) 5.380571266 L4_chemical_B3 +LQ01X013170 Predicted protein (Fragment) 5.021751769 L4_chemical_C2 +LQ01X013170 Predicted protein (Fragment) 5.800865622 L4_chemical_C3 +LQ01X013181 Ubiquitin 12.03647518 C6_control_A1 +LQ01X013181 Ubiquitin 12.51870006 C6_control_A3 +LQ01X013181 Ubiquitin 11.57930056 C6_control_B1 +LQ01X013181 Ubiquitin 12.5003815 C6_control_B2 +LQ01X013181 Ubiquitin 11.627602 C6_control_B3 +LQ01X013181 Ubiquitin 13.14183651 C6_control_C1 +LQ01X013181 Ubiquitin 12.91824902 C6_control_C2 +LQ01X013181 Ubiquitin 12.96761432 C6_control_C3 +LQ01X013181 Ubiquitin 12.10499748 C6_chemical_A1 +LQ01X013181 Ubiquitin 12.37277596 C6_chemical_A3 +LQ01X013181 Ubiquitin 11.82446068 C6_chemical_B1 +LQ01X013181 Ubiquitin 12.57697617 C6_chemical_B2 +LQ01X013181 Ubiquitin 11.8706977 C6_chemical_B3 +LQ01X013181 Ubiquitin 13.27977651 C6_chemical_C1 +LQ01X013181 Ubiquitin 13.18773453 C6_chemical_C2 +LQ01X013181 Ubiquitin 13.05274216 C6_chemical_C3 +LQ01X013181 Ubiquitin 12.36633222 L4_control_A1 +LQ01X013181 Ubiquitin 11.48926502 L4_control_A2 +LQ01X013181 Ubiquitin 11.87171073 L4_control_A3 +LQ01X013181 Ubiquitin 11.62974057 L4_control_B1 +LQ01X013181 Ubiquitin 10.2646573 L4_control_B2 +LQ01X013181 Ubiquitin 11.9852564 L4_control_B3 +LQ01X013181 Ubiquitin 11.14848171 L4_control_C2 +LQ01X013181 Ubiquitin 11.78977845 L4_control_C3 +LQ01X013181 Ubiquitin 13.11326189 L4_chemical_A1 +LQ01X013181 Ubiquitin 13.00794995 L4_chemical_A2 +LQ01X013181 Ubiquitin 12.24167675 L4_chemical_A3 +LQ01X013181 Ubiquitin 11.96086356 L4_chemical_B1 +LQ01X013181 Ubiquitin 11.39666884 L4_chemical_B2 +LQ01X013181 Ubiquitin 11.91568109 L4_chemical_B3 +LQ01X013181 Ubiquitin 11.44763085 L4_chemical_C2 +LQ01X013181 Ubiquitin 11.81328859 L4_chemical_C3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.45889405 C6_control_A1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.50026655 C6_control_A3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.59224745 C6_control_B1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.17917031 C6_control_B2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.67081061 C6_control_B3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 12.40716775 C6_control_C1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 11.70648546 C6_control_C2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 12.04131216 C6_control_C3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.36510886 C6_chemical_A1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.05125687 C6_chemical_A3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.58897582 C6_chemical_B1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.08921716 C6_chemical_B2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.40340538 C6_chemical_B3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 12.22040299 C6_chemical_C1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 11.98116226 C6_chemical_C2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 12.1674776 C6_chemical_C3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.91000571 L4_control_A1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.10576593 L4_control_A2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.59083541 L4_control_A3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.54349274 L4_control_B1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.81725166 L4_control_B2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.66620541 L4_control_B3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 12.28836561 L4_control_C2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 12.20314518 L4_control_C3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.39829201 L4_chemical_A1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.84805292 L4_chemical_A2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.41480671 L4_chemical_A3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.35120646 L4_chemical_B1 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 13.88945738 L4_chemical_B2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.34300256 L4_chemical_B3 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 12.7735622 L4_chemical_C2 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 12.26958138 L4_chemical_C3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.26326333 C6_control_A1 +LQ01X013220 Putative UPF0760 protein C2orf29 5.488671477 C6_control_A3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.536236082 C6_control_B1 +LQ01X013220 Putative UPF0760 protein C2orf29 5.270481774 C6_control_B2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.096591238 C6_control_B3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.789061208 C6_control_C1 +LQ01X013220 Putative UPF0760 protein C2orf29 5.668000721 C6_control_C2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.359223006 C6_control_C3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.365653296 C6_chemical_A1 +LQ01X013220 Putative UPF0760 protein C2orf29 5.595907242 C6_chemical_A3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.204879197 C6_chemical_B1 +LQ01X013220 Putative UPF0760 protein C2orf29 5.195605009 C6_chemical_B2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.267355712 C6_chemical_B3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.494407067 C6_chemical_C1 +LQ01X013220 Putative UPF0760 protein C2orf29 5.049010147 C6_chemical_C2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.420425795 C6_chemical_C3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.514683846 L4_control_A1 +LQ01X013220 Putative UPF0760 protein C2orf29 5.042862333 L4_control_A2 +LQ01X013220 Putative UPF0760 protein C2orf29 6.089441565 L4_control_A3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.269649034 L4_control_B1 +LQ01X013220 Putative UPF0760 protein C2orf29 4.841444249 L4_control_B2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.032794778 L4_control_B3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.372936721 L4_control_C2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.30823626 L4_control_C3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.562134359 L4_chemical_A1 +LQ01X013220 Putative UPF0760 protein C2orf29 5.010852649 L4_chemical_A2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.883285062 L4_chemical_A3 +LQ01X013220 Putative UPF0760 protein C2orf29 5.314436919 L4_chemical_B1 +LQ01X013220 Putative UPF0760 protein C2orf29 4.875156363 L4_chemical_B2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.540740611 L4_chemical_B3 +LQ01X013220 Putative UPF0760 protein C2orf29 4.858090298 L4_chemical_C2 +LQ01X013220 Putative UPF0760 protein C2orf29 5.576598792 L4_chemical_C3 +LQ01X013260 SET domain-containing protein (Fragment) 4.967049345 C6_control_A1 +LQ01X013260 SET domain-containing protein (Fragment) 5.336053704 C6_control_A3 +LQ01X013260 SET domain-containing protein (Fragment) 5.030493665 C6_control_B1 +LQ01X013260 SET domain-containing protein (Fragment) 4.891956418 C6_control_B2 +LQ01X013260 SET domain-containing protein (Fragment) 5.322784746 C6_control_B3 +LQ01X013260 SET domain-containing protein (Fragment) 4.85810726 C6_control_C1 +LQ01X013260 SET domain-containing protein (Fragment) 4.902310438 C6_control_C2 +LQ01X013260 SET domain-containing protein (Fragment) 5.130575831 C6_control_C3 +LQ01X013260 SET domain-containing protein (Fragment) 5.121255922 C6_chemical_A1 +LQ01X013260 SET domain-containing protein (Fragment) 5.225423035 C6_chemical_A3 +LQ01X013260 SET domain-containing protein (Fragment) 5.501532481 C6_chemical_B1 +LQ01X013260 SET domain-containing protein (Fragment) 5.052702541 C6_chemical_B2 +LQ01X013260 SET domain-containing protein (Fragment) 5.824793009 C6_chemical_B3 +LQ01X013260 SET domain-containing protein (Fragment) 4.849262015 C6_chemical_C1 +LQ01X013260 SET domain-containing protein (Fragment) 4.841451292 C6_chemical_C2 +LQ01X013260 SET domain-containing protein (Fragment) 5.269420962 C6_chemical_C3 +LQ01X013260 SET domain-containing protein (Fragment) 5.963083946 L4_control_A1 +LQ01X013260 SET domain-containing protein (Fragment) 5.779263702 L4_control_A2 +LQ01X013260 SET domain-containing protein (Fragment) 6.008058419 L4_control_A3 +LQ01X013260 SET domain-containing protein (Fragment) 6.854266304 L4_control_B1 +LQ01X013260 SET domain-containing protein (Fragment) 5.447839701 L4_control_B2 +LQ01X013260 SET domain-containing protein (Fragment) 4.993689628 L4_control_B3 +LQ01X013260 SET domain-containing protein (Fragment) 6.786073937 L4_control_C2 +LQ01X013260 SET domain-containing protein (Fragment) 6.462592089 L4_control_C3 +LQ01X013260 SET domain-containing protein (Fragment) 6.001428385 L4_chemical_A1 +LQ01X013260 SET domain-containing protein (Fragment) 5.692938645 L4_chemical_A2 +LQ01X013260 SET domain-containing protein (Fragment) 5.635306309 L4_chemical_A3 +LQ01X013260 SET domain-containing protein (Fragment) 5.472777046 L4_chemical_B1 +LQ01X013260 SET domain-containing protein (Fragment) 5.881787932 L4_chemical_B2 +LQ01X013260 SET domain-containing protein (Fragment) 5.017877991 L4_chemical_B3 +LQ01X013260 SET domain-containing protein (Fragment) 6.577227208 L4_chemical_C2 +LQ01X013260 SET domain-containing protein (Fragment) 6.886941268 L4_chemical_C3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.29895694 C6_control_A1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.60477083 C6_control_A3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.55724629 C6_control_B1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.54189104 C6_control_B2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.71424002 C6_control_B3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.85412742 C6_control_C1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.77623554 C6_control_C2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.90207166 C6_control_C3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.14651027 C6_chemical_A1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.8011741 C6_chemical_A3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.52260292 C6_chemical_B1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.53490054 C6_chemical_B2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.97458797 C6_chemical_B3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.76542137 C6_chemical_C1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.97879584 C6_chemical_C2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.59976261 C6_chemical_C3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.73243451 L4_control_A1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.45888326 L4_control_A2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.40526156 L4_control_A3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.94085582 L4_control_B1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.5582655 L4_control_B2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 14.56924163 L4_control_B3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 14.04987544 L4_control_C2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 14.59384698 L4_control_C3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 14.27021785 L4_chemical_A1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.52702266 L4_chemical_A2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.99323242 L4_chemical_A3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 14.02030575 L4_chemical_B1 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.76631677 L4_chemical_B2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 14.01458145 L4_chemical_B3 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 14.0671313 L4_chemical_C2 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 14.54714544 L4_chemical_C3 +LQ01X013280 Putative uncharacterized protein 7.978476809 C6_control_A1 +LQ01X013280 Putative uncharacterized protein 9.469183019 C6_control_A3 +LQ01X013280 Putative uncharacterized protein 4.837920542 C6_control_B1 +LQ01X013280 Putative uncharacterized protein 4.752387847 C6_control_B2 +LQ01X013280 Putative uncharacterized protein 5.136370359 C6_control_B3 +LQ01X013280 Putative uncharacterized protein 5.097086813 C6_control_C1 +LQ01X013280 Putative uncharacterized protein 4.836193834 C6_control_C2 +LQ01X013280 Putative uncharacterized protein 5.312268887 C6_control_C3 +LQ01X013280 Putative uncharacterized protein 7.665955289 C6_chemical_A1 +LQ01X013280 Putative uncharacterized protein 9.516549148 C6_chemical_A3 +LQ01X013280 Putative uncharacterized protein 4.563690013 C6_chemical_B1 +LQ01X013280 Putative uncharacterized protein 5.020103404 C6_chemical_B2 +LQ01X013280 Putative uncharacterized protein 4.977744234 C6_chemical_B3 +LQ01X013280 Putative uncharacterized protein 4.905649407 C6_chemical_C1 +LQ01X013280 Putative uncharacterized protein 4.92647092 C6_chemical_C2 +LQ01X013280 Putative uncharacterized protein 5.035761877 C6_chemical_C3 +LQ01X013280 Putative uncharacterized protein 8.639320117 L4_control_A1 +LQ01X013280 Putative uncharacterized protein 7.499765082 L4_control_A2 +LQ01X013280 Putative uncharacterized protein 9.776007226 L4_control_A3 +LQ01X013280 Putative uncharacterized protein 4.985415631 L4_control_B1 +LQ01X013280 Putative uncharacterized protein 4.996141345 L4_control_B2 +LQ01X013280 Putative uncharacterized protein 4.775883926 L4_control_B3 +LQ01X013280 Putative uncharacterized protein 4.833883411 L4_control_C2 +LQ01X013280 Putative uncharacterized protein 5.273682832 L4_control_C3 +LQ01X013280 Putative uncharacterized protein 8.535153989 L4_chemical_A1 +LQ01X013280 Putative uncharacterized protein 6.546393043 L4_chemical_A2 +LQ01X013280 Putative uncharacterized protein 9.191742258 L4_chemical_A3 +LQ01X013280 Putative uncharacterized protein 5.024158243 L4_chemical_B1 +LQ01X013280 Putative uncharacterized protein 5.168808456 L4_chemical_B2 +LQ01X013280 Putative uncharacterized protein 5.916629913 L4_chemical_B3 +LQ01X013280 Putative uncharacterized protein 5.321802193 L4_chemical_C2 +LQ01X013280 Putative uncharacterized protein 4.81419539 L4_chemical_C3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.933078981 C6_control_A1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.81108593 C6_control_A3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.917097426 C6_control_B1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.137545717 C6_control_B2 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.706030659 C6_control_B3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.945921324 C6_control_C1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.085574742 C6_control_C2 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.890660601 C6_control_C3 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.173473951 C6_chemical_A1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.095066219 C6_chemical_A3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.928075536 C6_chemical_B1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.275474592 C6_chemical_B2 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.11887536 C6_chemical_B3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.822524716 C6_chemical_C1 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.761757997 C6_chemical_C2 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.114240699 C6_chemical_C3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.943001002 L4_control_A1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.178269029 L4_control_A2 +LQ01X013290 Putative Vesicle transport protein SFT2B 6.339669054 L4_control_A3 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.372209796 L4_control_B1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.477880226 L4_control_B2 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.935087725 L4_control_B3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.770417127 L4_control_C2 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.517892858 L4_control_C3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.866534157 L4_chemical_A1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.324129778 L4_chemical_A2 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.876040299 L4_chemical_A3 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.873931405 L4_chemical_B1 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.301653626 L4_chemical_B2 +LQ01X013290 Putative Vesicle transport protein SFT2B 4.897038856 L4_chemical_B3 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.20190763 L4_chemical_C2 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.320588888 L4_chemical_C3 +LQ01X013330 Peroxidase 47 9.421703641 C6_control_A1 +LQ01X013330 Peroxidase 47 9.235068993 C6_control_A3 +LQ01X013330 Peroxidase 47 9.567384486 C6_control_B1 +LQ01X013330 Peroxidase 47 9.108984756 C6_control_B2 +LQ01X013330 Peroxidase 47 9.800109193 C6_control_B3 +LQ01X013330 Peroxidase 47 5.847524442 C6_control_C1 +LQ01X013330 Peroxidase 47 5.320582483 C6_control_C2 +LQ01X013330 Peroxidase 47 5.473410429 C6_control_C3 +LQ01X013330 Peroxidase 47 9.073852381 C6_chemical_A1 +LQ01X013330 Peroxidase 47 8.973643199 C6_chemical_A3 +LQ01X013330 Peroxidase 47 9.329670164 C6_chemical_B1 +LQ01X013330 Peroxidase 47 9.08194236 C6_chemical_B2 +LQ01X013330 Peroxidase 47 8.162806724 C6_chemical_B3 +LQ01X013330 Peroxidase 47 5.93618746 C6_chemical_C1 +LQ01X013330 Peroxidase 47 5.520310436 C6_chemical_C2 +LQ01X013330 Peroxidase 47 5.595570507 C6_chemical_C3 +LQ01X013330 Peroxidase 47 9.85047276 L4_control_A1 +LQ01X013330 Peroxidase 47 9.886469254 L4_control_A2 +LQ01X013330 Peroxidase 47 9.045840153 L4_control_A3 +LQ01X013330 Peroxidase 47 9.23573994 L4_control_B1 +LQ01X013330 Peroxidase 47 10.08345885 L4_control_B2 +LQ01X013330 Peroxidase 47 7.737285815 L4_control_B3 +LQ01X013330 Peroxidase 47 5.3440678 L4_control_C2 +LQ01X013330 Peroxidase 47 5.478747945 L4_control_C3 +LQ01X013330 Peroxidase 47 9.493946945 L4_chemical_A1 +LQ01X013330 Peroxidase 47 10.76396475 L4_chemical_A2 +LQ01X013330 Peroxidase 47 9.061979337 L4_chemical_A3 +LQ01X013330 Peroxidase 47 9.507640597 L4_chemical_B1 +LQ01X013330 Peroxidase 47 9.834046194 L4_chemical_B2 +LQ01X013330 Peroxidase 47 9.392137945 L4_chemical_B3 +LQ01X013330 Peroxidase 47 5.035359626 L4_chemical_C2 +LQ01X013330 Peroxidase 47 5.025405106 L4_chemical_C3 +LQ01X013340 PHD finger protein At1g33420 11.05080966 C6_control_A1 +LQ01X013340 PHD finger protein At1g33420 10.98386475 C6_control_A3 +LQ01X013340 PHD finger protein At1g33420 10.82854396 C6_control_B1 +LQ01X013340 PHD finger protein At1g33420 10.43136979 C6_control_B2 +LQ01X013340 PHD finger protein At1g33420 10.89926484 C6_control_B3 +LQ01X013340 PHD finger protein At1g33420 10.64686344 C6_control_C1 +LQ01X013340 PHD finger protein At1g33420 10.61978136 C6_control_C2 +LQ01X013340 PHD finger protein At1g33420 10.77201427 C6_control_C3 +LQ01X013340 PHD finger protein At1g33420 11.34703219 C6_chemical_A1 +LQ01X013340 PHD finger protein At1g33420 11.5032977 C6_chemical_A3 +LQ01X013340 PHD finger protein At1g33420 11.48915229 C6_chemical_B1 +LQ01X013340 PHD finger protein At1g33420 10.64514392 C6_chemical_B2 +LQ01X013340 PHD finger protein At1g33420 11.5246452 C6_chemical_B3 +LQ01X013340 PHD finger protein At1g33420 10.92509054 C6_chemical_C1 +LQ01X013340 PHD finger protein At1g33420 10.90606786 C6_chemical_C2 +LQ01X013340 PHD finger protein At1g33420 11.53850327 C6_chemical_C3 +LQ01X013340 PHD finger protein At1g33420 11.37461918 L4_control_A1 +LQ01X013340 PHD finger protein At1g33420 11.45453789 L4_control_A2 +LQ01X013340 PHD finger protein At1g33420 11.66111895 L4_control_A3 +LQ01X013340 PHD finger protein At1g33420 11.22023051 L4_control_B1 +LQ01X013340 PHD finger protein At1g33420 11.37503941 L4_control_B2 +LQ01X013340 PHD finger protein At1g33420 11.54972462 L4_control_B3 +LQ01X013340 PHD finger protein At1g33420 11.79010904 L4_control_C2 +LQ01X013340 PHD finger protein At1g33420 11.75979815 L4_control_C3 +LQ01X013340 PHD finger protein At1g33420 11.37996305 L4_chemical_A1 +LQ01X013340 PHD finger protein At1g33420 11.98366884 L4_chemical_A2 +LQ01X013340 PHD finger protein At1g33420 11.30225589 L4_chemical_A3 +LQ01X013340 PHD finger protein At1g33420 11.26862367 L4_chemical_B1 +LQ01X013340 PHD finger protein At1g33420 11.39853717 L4_chemical_B2 +LQ01X013340 PHD finger protein At1g33420 11.44695117 L4_chemical_B3 +LQ01X013340 PHD finger protein At1g33420 11.79114805 L4_chemical_C2 +LQ01X013340 PHD finger protein At1g33420 11.53431782 L4_chemical_C3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.312056611 C6_control_A1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.213093907 C6_control_A3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.103010154 C6_control_B1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.191095148 C6_control_B2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.796144537 C6_control_B3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.183937713 C6_control_C1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.283029571 C6_control_C2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.838943679 C6_control_C3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.712526599 C6_chemical_A1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.340420902 C6_chemical_A3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.429416995 C6_chemical_B1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.975182303 C6_chemical_B2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.987688893 C6_chemical_B3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.210675288 C6_chemical_C1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.910939818 C6_chemical_C2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.783844679 C6_chemical_C3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.837053248 L4_control_A1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.354934559 L4_control_A2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.067765151 L4_control_A3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.004037058 L4_control_B1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.718253821 L4_control_B2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.967013972 L4_control_B3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.194526909 L4_control_C2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.641677867 L4_control_C3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.698909716 L4_chemical_A1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.93827604 L4_chemical_A2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.115611312 L4_chemical_A3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.264538576 L4_chemical_B1 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.565315328 L4_chemical_B2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.896404159 L4_chemical_B3 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.054720716 L4_chemical_C2 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 5.212751411 L4_chemical_C3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.91148804 C6_control_A1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.78933853 C6_control_A3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.93392932 C6_control_B1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.54544125 C6_control_B2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.14243373 C6_control_B3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.30074982 C6_control_C1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.35826336 C6_control_C2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.30046794 C6_control_C3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.84363266 C6_chemical_A1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.80146827 C6_chemical_A3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.83849008 C6_chemical_B1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.72388024 C6_chemical_B2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.37735164 C6_chemical_B3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.24921458 C6_chemical_C1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.52033156 C6_chemical_C2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.68172238 C6_chemical_C3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.94645748 L4_control_A1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.23641456 L4_control_A2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.73793177 L4_control_A3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.8041101 L4_control_B1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.71108519 L4_control_B2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.15088927 L4_control_B3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.08490984 L4_control_C2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.42995427 L4_control_C3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.77904252 L4_chemical_A1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.91921441 L4_chemical_A2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.27108541 L4_chemical_A3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.88452763 L4_chemical_B1 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.97868562 L4_chemical_B2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.91623262 L4_chemical_B3 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.08375037 L4_chemical_C2 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 11.18380834 L4_chemical_C3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.428964119 C6_control_A1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.505902033 C6_control_A3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.464917842 C6_control_B1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.348701158 C6_control_B2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.697293855 C6_control_B3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.498494962 C6_control_C1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.176581634 C6_control_C2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.198715038 C6_control_C3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.387023073 C6_chemical_A1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.493001228 C6_chemical_A3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 6.139428486 C6_chemical_B1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.241643189 C6_chemical_B2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.34057851 C6_chemical_B3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.147693351 C6_chemical_C1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.326743471 C6_chemical_C2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.214597272 C6_chemical_C3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.281626669 L4_control_A1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.690392311 L4_control_A2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.213394051 L4_control_A3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.460507103 L4_control_B1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.42323707 L4_control_B2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.335740975 L4_control_B3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.175483366 L4_control_C2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.6714409 L4_control_C3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.276493289 L4_chemical_A1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.718444211 L4_chemical_A2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.423127576 L4_chemical_A3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.516301045 L4_chemical_B1 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.501402496 L4_chemical_B2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.400950391 L4_chemical_B3 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.687087556 L4_chemical_C2 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.520906018 L4_chemical_C3 +LQ01X013430 Predicted protein 6.095112376 C6_control_A1 +LQ01X013430 Predicted protein 6.951421575 C6_control_A3 +LQ01X013430 Predicted protein 5.592747308 C6_control_B1 +LQ01X013430 Predicted protein 5.439598118 C6_control_B2 +LQ01X013430 Predicted protein 5.446158391 C6_control_B3 +LQ01X013430 Predicted protein 5.542925833 C6_control_C1 +LQ01X013430 Predicted protein 6.609562378 C6_control_C2 +LQ01X013430 Predicted protein 5.552821788 C6_control_C3 +LQ01X013430 Predicted protein 5.665546373 C6_chemical_A1 +LQ01X013430 Predicted protein 5.376718243 C6_chemical_A3 +LQ01X013430 Predicted protein 5.242467988 C6_chemical_B1 +LQ01X013430 Predicted protein 5.847490056 C6_chemical_B2 +LQ01X013430 Predicted protein 5.412362077 C6_chemical_B3 +LQ01X013430 Predicted protein 6.428222596 C6_chemical_C1 +LQ01X013430 Predicted protein 6.23162404 C6_chemical_C2 +LQ01X013430 Predicted protein 5.490142127 C6_chemical_C3 +LQ01X013430 Predicted protein 5.706271103 L4_control_A1 +LQ01X013430 Predicted protein 6.141578431 L4_control_A2 +LQ01X013430 Predicted protein 5.47577579 L4_control_A3 +LQ01X013430 Predicted protein 5.138799294 L4_control_B1 +LQ01X013430 Predicted protein 5.953859985 L4_control_B2 +LQ01X013430 Predicted protein 5.03691059 L4_control_B3 +LQ01X013430 Predicted protein 4.891979152 L4_control_C2 +LQ01X013430 Predicted protein 6.055656687 L4_control_C3 +LQ01X013430 Predicted protein 5.571837985 L4_chemical_A1 +LQ01X013430 Predicted protein 5.263246556 L4_chemical_A2 +LQ01X013430 Predicted protein 5.785784105 L4_chemical_A3 +LQ01X013430 Predicted protein 6.044410877 L4_chemical_B1 +LQ01X013430 Predicted protein 5.559460946 L4_chemical_B2 +LQ01X013430 Predicted protein 5.27115482 L4_chemical_B3 +LQ01X013430 Predicted protein 5.289703587 L4_chemical_C2 +LQ01X013430 Predicted protein 5.096706141 L4_chemical_C3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.748682955 C6_control_A1 +LQ01X013440 Calcium-dependent protein kinase SK5 10.40146464 C6_control_A3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.784894773 C6_control_B1 +LQ01X013440 Calcium-dependent protein kinase SK5 8.773945812 C6_control_B2 +LQ01X013440 Calcium-dependent protein kinase SK5 9.438657208 C6_control_B3 +LQ01X013440 Calcium-dependent protein kinase SK5 8.620225583 C6_control_C1 +LQ01X013440 Calcium-dependent protein kinase SK5 8.444439721 C6_control_C2 +LQ01X013440 Calcium-dependent protein kinase SK5 7.921083317 C6_control_C3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.514675951 C6_chemical_A1 +LQ01X013440 Calcium-dependent protein kinase SK5 10.28126357 C6_chemical_A3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.217746443 C6_chemical_B1 +LQ01X013440 Calcium-dependent protein kinase SK5 8.795973667 C6_chemical_B2 +LQ01X013440 Calcium-dependent protein kinase SK5 9.127662739 C6_chemical_B3 +LQ01X013440 Calcium-dependent protein kinase SK5 8.505461533 C6_chemical_C1 +LQ01X013440 Calcium-dependent protein kinase SK5 8.239358444 C6_chemical_C2 +LQ01X013440 Calcium-dependent protein kinase SK5 7.992918987 C6_chemical_C3 +LQ01X013440 Calcium-dependent protein kinase SK5 10.28552366 L4_control_A1 +LQ01X013440 Calcium-dependent protein kinase SK5 10.2187164 L4_control_A2 +LQ01X013440 Calcium-dependent protein kinase SK5 11.19394051 L4_control_A3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.698484236 L4_control_B1 +LQ01X013440 Calcium-dependent protein kinase SK5 10.31861086 L4_control_B2 +LQ01X013440 Calcium-dependent protein kinase SK5 9.905289747 L4_control_B3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.904045614 L4_control_C2 +LQ01X013440 Calcium-dependent protein kinase SK5 9.605063406 L4_control_C3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.554988077 L4_chemical_A1 +LQ01X013440 Calcium-dependent protein kinase SK5 9.797190332 L4_chemical_A2 +LQ01X013440 Calcium-dependent protein kinase SK5 10.53226411 L4_chemical_A3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.992541629 L4_chemical_B1 +LQ01X013440 Calcium-dependent protein kinase SK5 9.858602249 L4_chemical_B2 +LQ01X013440 Calcium-dependent protein kinase SK5 9.864630307 L4_chemical_B3 +LQ01X013440 Calcium-dependent protein kinase SK5 9.753073161 L4_chemical_C2 +LQ01X013440 Calcium-dependent protein kinase SK5 9.636757073 L4_chemical_C3 +LQ01X013450 Predicted protein 8.63638315 C6_control_A1 +LQ01X013450 Predicted protein 8.393726458 C6_control_A3 +LQ01X013450 Predicted protein 8.176025654 C6_control_B1 +LQ01X013450 Predicted protein 9.054143699 C6_control_B2 +LQ01X013450 Predicted protein 7.96811791 C6_control_B3 +LQ01X013450 Predicted protein 9.662229118 C6_control_C1 +LQ01X013450 Predicted protein 10.0349341 C6_control_C2 +LQ01X013450 Predicted protein 9.809440791 C6_control_C3 +LQ01X013450 Predicted protein 8.309255665 C6_chemical_A1 +LQ01X013450 Predicted protein 8.950171066 C6_chemical_A3 +LQ01X013450 Predicted protein 8.453363832 C6_chemical_B1 +LQ01X013450 Predicted protein 8.997989009 C6_chemical_B2 +LQ01X013450 Predicted protein 8.403552918 C6_chemical_B3 +LQ01X013450 Predicted protein 9.280099753 C6_chemical_C1 +LQ01X013450 Predicted protein 9.751307864 C6_chemical_C2 +LQ01X013450 Predicted protein 9.898626391 C6_chemical_C3 +LQ01X013450 Predicted protein 8.080318759 L4_control_A1 +LQ01X013450 Predicted protein 8.750114593 L4_control_A2 +LQ01X013450 Predicted protein 8.131453912 L4_control_A3 +LQ01X013450 Predicted protein 6.979864238 L4_control_B1 +LQ01X013450 Predicted protein 8.145313027 L4_control_B2 +LQ01X013450 Predicted protein 9.085468958 L4_control_B3 +LQ01X013450 Predicted protein 9.18410695 L4_control_C2 +LQ01X013450 Predicted protein 9.792953028 L4_control_C3 +LQ01X013450 Predicted protein 8.253386095 L4_chemical_A1 +LQ01X013450 Predicted protein 8.096444111 L4_chemical_A2 +LQ01X013450 Predicted protein 6.535459521 L4_chemical_A3 +LQ01X013450 Predicted protein 6.630558587 L4_chemical_B1 +LQ01X013450 Predicted protein 8.11857815 L4_chemical_B2 +LQ01X013450 Predicted protein 8.179601151 L4_chemical_B3 +LQ01X013450 Predicted protein 8.505726492 L4_chemical_C2 +LQ01X013450 Predicted protein 9.7180113 L4_chemical_C3 +LQ01X013480 Proteasome subunit alpha type-4 12.95722918 C6_control_A1 +LQ01X013480 Proteasome subunit alpha type-4 13.05721269 C6_control_A3 +LQ01X013480 Proteasome subunit alpha type-4 12.77093216 C6_control_B1 +LQ01X013480 Proteasome subunit alpha type-4 12.88167973 C6_control_B2 +LQ01X013480 Proteasome subunit alpha type-4 12.8320355 C6_control_B3 +LQ01X013480 Proteasome subunit alpha type-4 12.84872667 C6_control_C1 +LQ01X013480 Proteasome subunit alpha type-4 12.96953167 C6_control_C2 +LQ01X013480 Proteasome subunit alpha type-4 12.61767322 C6_control_C3 +LQ01X013480 Proteasome subunit alpha type-4 12.79201051 C6_chemical_A1 +LQ01X013480 Proteasome subunit alpha type-4 12.84377164 C6_chemical_A3 +LQ01X013480 Proteasome subunit alpha type-4 12.51493585 C6_chemical_B1 +LQ01X013480 Proteasome subunit alpha type-4 12.74895926 C6_chemical_B2 +LQ01X013480 Proteasome subunit alpha type-4 12.67441181 C6_chemical_B3 +LQ01X013480 Proteasome subunit alpha type-4 12.93889269 C6_chemical_C1 +LQ01X013480 Proteasome subunit alpha type-4 12.9813761 C6_chemical_C2 +LQ01X013480 Proteasome subunit alpha type-4 12.59822197 C6_chemical_C3 +LQ01X013480 Proteasome subunit alpha type-4 13.31482426 L4_control_A1 +LQ01X013480 Proteasome subunit alpha type-4 13.28105956 L4_control_A2 +LQ01X013480 Proteasome subunit alpha type-4 13.10971104 L4_control_A3 +LQ01X013480 Proteasome subunit alpha type-4 12.51065143 L4_control_B1 +LQ01X013480 Proteasome subunit alpha type-4 11.99059327 L4_control_B2 +LQ01X013480 Proteasome subunit alpha type-4 12.52637523 L4_control_B3 +LQ01X013480 Proteasome subunit alpha type-4 12.36017376 L4_control_C2 +LQ01X013480 Proteasome subunit alpha type-4 12.13622634 L4_control_C3 +LQ01X013480 Proteasome subunit alpha type-4 13.39707508 L4_chemical_A1 +LQ01X013480 Proteasome subunit alpha type-4 13.03162435 L4_chemical_A2 +LQ01X013480 Proteasome subunit alpha type-4 13.23252311 L4_chemical_A3 +LQ01X013480 Proteasome subunit alpha type-4 12.73702535 L4_chemical_B1 +LQ01X013480 Proteasome subunit alpha type-4 12.10230439 L4_chemical_B2 +LQ01X013480 Proteasome subunit alpha type-4 12.82684162 L4_chemical_B3 +LQ01X013480 Proteasome subunit alpha type-4 12.21725953 L4_chemical_C2 +LQ01X013480 Proteasome subunit alpha type-4 12.20371602 L4_chemical_C3 +LQ01X013500 Predicted protein 10.45665991 C6_control_A1 +LQ01X013500 Predicted protein 8.313714637 C6_control_A3 +LQ01X013500 Predicted protein 12.49300395 C6_control_B1 +LQ01X013500 Predicted protein 12.31117876 C6_control_B2 +LQ01X013500 Predicted protein 12.79205436 C6_control_B3 +LQ01X013500 Predicted protein 9.738958895 C6_control_C1 +LQ01X013500 Predicted protein 11.20872869 C6_control_C2 +LQ01X013500 Predicted protein 9.508628286 C6_control_C3 +LQ01X013500 Predicted protein 10.46063808 C6_chemical_A1 +LQ01X013500 Predicted protein 8.385799558 C6_chemical_A3 +LQ01X013500 Predicted protein 12.56131721 C6_chemical_B1 +LQ01X013500 Predicted protein 12.68420828 C6_chemical_B2 +LQ01X013500 Predicted protein 12.61653384 C6_chemical_B3 +LQ01X013500 Predicted protein 9.691360926 C6_chemical_C1 +LQ01X013500 Predicted protein 10.15506737 C6_chemical_C2 +LQ01X013500 Predicted protein 8.930630839 C6_chemical_C3 +LQ01X013500 Predicted protein 8.816599215 L4_control_A1 +LQ01X013500 Predicted protein 10.43338388 L4_control_A2 +LQ01X013500 Predicted protein 7.912378377 L4_control_A3 +LQ01X013500 Predicted protein 12.71277146 L4_control_B1 +LQ01X013500 Predicted protein 13.53635486 L4_control_B2 +LQ01X013500 Predicted protein 12.84820338 L4_control_B3 +LQ01X013500 Predicted protein 9.911712263 L4_control_C2 +LQ01X013500 Predicted protein 9.76680233 L4_control_C3 +LQ01X013500 Predicted protein 8.123276801 L4_chemical_A1 +LQ01X013500 Predicted protein 9.969549764 L4_chemical_A2 +LQ01X013500 Predicted protein 6.768378096 L4_chemical_A3 +LQ01X013500 Predicted protein 12.2494931 L4_chemical_B1 +LQ01X013500 Predicted protein 12.56979433 L4_chemical_B2 +LQ01X013500 Predicted protein 12.27572535 L4_chemical_B3 +LQ01X013500 Predicted protein 10.18614961 L4_chemical_C2 +LQ01X013500 Predicted protein 10.20874692 L4_chemical_C3 +LQ01X013510 Putative Predicted protein 11.36449876 C6_control_A1 +LQ01X013510 Putative Predicted protein 10.79405679 C6_control_A3 +LQ01X013510 Putative Predicted protein 12.10040704 C6_control_B1 +LQ01X013510 Putative Predicted protein 11.47463323 C6_control_B2 +LQ01X013510 Putative Predicted protein 11.94206869 C6_control_B3 +LQ01X013510 Putative Predicted protein 13.40158931 C6_control_C1 +LQ01X013510 Putative Predicted protein 12.76991664 C6_control_C2 +LQ01X013510 Putative Predicted protein 12.5899659 C6_control_C3 +LQ01X013510 Putative Predicted protein 11.61061625 C6_chemical_A1 +LQ01X013510 Putative Predicted protein 11.06282033 C6_chemical_A3 +LQ01X013510 Putative Predicted protein 12.02357939 C6_chemical_B1 +LQ01X013510 Putative Predicted protein 11.89279002 C6_chemical_B2 +LQ01X013510 Putative Predicted protein 12.05001989 C6_chemical_B3 +LQ01X013510 Putative Predicted protein 13.3499485 C6_chemical_C1 +LQ01X013510 Putative Predicted protein 12.81280925 C6_chemical_C2 +LQ01X013510 Putative Predicted protein 12.77968191 C6_chemical_C3 +LQ01X013510 Putative Predicted protein 11.05182168 L4_control_A1 +LQ01X013510 Putative Predicted protein 11.36331669 L4_control_A2 +LQ01X013510 Putative Predicted protein 11.06972063 L4_control_A3 +LQ01X013510 Putative Predicted protein 11.40730936 L4_control_B1 +LQ01X013510 Putative Predicted protein 11.98917363 L4_control_B2 +LQ01X013510 Putative Predicted protein 11.97910831 L4_control_B3 +LQ01X013510 Putative Predicted protein 12.57461396 L4_control_C2 +LQ01X013510 Putative Predicted protein 12.44205118 L4_control_C3 +LQ01X013510 Putative Predicted protein 11.72023125 L4_chemical_A1 +LQ01X013510 Putative Predicted protein 11.79292762 L4_chemical_A2 +LQ01X013510 Putative Predicted protein 11.41362078 L4_chemical_A3 +LQ01X013510 Putative Predicted protein 11.65129642 L4_chemical_B1 +LQ01X013510 Putative Predicted protein 11.67185863 L4_chemical_B2 +LQ01X013510 Putative Predicted protein 11.51726626 L4_chemical_B3 +LQ01X013510 Putative Predicted protein 12.44152962 L4_chemical_C2 +LQ01X013510 Putative Predicted protein 12.5224339 L4_chemical_C3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.539317503 C6_control_A1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.907392361 C6_control_A3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.613340173 C6_control_B1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.960177673 C6_control_B2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.76137895 C6_control_B3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 10.06163396 C6_control_C1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 10.03892436 C6_control_C2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.820673126 C6_control_C3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.431762581 C6_chemical_A1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.80503839 C6_chemical_A3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.465208309 C6_chemical_B1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.901192894 C6_chemical_B2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.356685496 C6_chemical_B3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.979796525 C6_chemical_C1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.871437071 C6_chemical_C2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.731711574 C6_chemical_C3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.731937758 L4_control_A1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.09422145 L4_control_A2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 8.714613474 L4_control_A3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.414545925 L4_control_B1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 8.905169004 L4_control_B2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.752498931 L4_control_B3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.124105275 L4_control_C2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.12715997 L4_control_C3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.686986269 L4_chemical_A1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 8.951374334 L4_chemical_A2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 8.927198327 L4_chemical_A3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.2316867 L4_chemical_B1 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 8.560474635 L4_chemical_B2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.380698644 L4_chemical_B3 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 8.756511168 L4_chemical_C2 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.391322215 L4_chemical_C3 +LQ01X013530 Putative uncharacterized protein 9.646450841 C6_control_A1 +LQ01X013530 Putative uncharacterized protein 9.006010538 C6_control_A3 +LQ01X013530 Putative uncharacterized protein 9.544439855 C6_control_B1 +LQ01X013530 Putative uncharacterized protein 12.86757885 C6_control_B2 +LQ01X013530 Putative uncharacterized protein 10.05777614 C6_control_B3 +LQ01X013530 Putative uncharacterized protein 12.2071617 C6_control_C1 +LQ01X013530 Putative uncharacterized protein 12.77379737 C6_control_C2 +LQ01X013530 Putative uncharacterized protein 12.95139639 C6_control_C3 +LQ01X013530 Putative uncharacterized protein 9.469308998 C6_chemical_A1 +LQ01X013530 Putative uncharacterized protein 9.107354701 C6_chemical_A3 +LQ01X013530 Putative uncharacterized protein 9.168628276 C6_chemical_B1 +LQ01X013530 Putative uncharacterized protein 13.03582967 C6_chemical_B2 +LQ01X013530 Putative uncharacterized protein 10.08877352 C6_chemical_B3 +LQ01X013530 Putative uncharacterized protein 12.41431149 C6_chemical_C1 +LQ01X013530 Putative uncharacterized protein 12.80551403 C6_chemical_C2 +LQ01X013530 Putative uncharacterized protein 12.93392922 C6_chemical_C3 +LQ01X013530 Putative uncharacterized protein 8.618608736 L4_control_A1 +LQ01X013530 Putative uncharacterized protein 9.848403992 L4_control_A2 +LQ01X013530 Putative uncharacterized protein 5.850311138 L4_control_A3 +LQ01X013530 Putative uncharacterized protein 9.924106705 L4_control_B1 +LQ01X013530 Putative uncharacterized protein 8.334910235 L4_control_B2 +LQ01X013530 Putative uncharacterized protein 10.78243863 L4_control_B3 +LQ01X013530 Putative uncharacterized protein 8.703054291 L4_control_C2 +LQ01X013530 Putative uncharacterized protein 9.174124944 L4_control_C3 +LQ01X013530 Putative uncharacterized protein 8.298989637 L4_chemical_A1 +LQ01X013530 Putative uncharacterized protein 9.51479499 L4_chemical_A2 +LQ01X013530 Putative uncharacterized protein 5.991933735 L4_chemical_A3 +LQ01X013530 Putative uncharacterized protein 8.521695869 L4_chemical_B1 +LQ01X013530 Putative uncharacterized protein 8.446394187 L4_chemical_B2 +LQ01X013530 Putative uncharacterized protein 10.45246469 L4_chemical_B3 +LQ01X013530 Putative uncharacterized protein 8.12814148 L4_chemical_C2 +LQ01X013530 Putative uncharacterized protein 9.50549746 L4_chemical_C3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.086908849 C6_control_A1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.631942357 C6_control_A3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.422973221 C6_control_B1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.341315092 C6_control_B2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.560533345 C6_control_B3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.075841589 C6_control_C1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.400661211 C6_control_C2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.514842619 C6_control_C3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.510081377 C6_chemical_A1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.804918174 C6_chemical_A3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.16203705 C6_chemical_B1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.784427497 C6_chemical_B2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.832551322 C6_chemical_B3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.805714702 C6_chemical_C1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.1846646 C6_chemical_C2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.366944567 C6_chemical_C3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.861822558 L4_control_A1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.849784604 L4_control_A2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.288910707 L4_control_A3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.348053756 L4_control_B1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.708538613 L4_control_B2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.447185114 L4_control_B3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.88787728 L4_control_C2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.151165149 L4_control_C3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.453317249 L4_chemical_A1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.793448676 L4_chemical_A2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.156318809 L4_chemical_A3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.444853614 L4_chemical_B1 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.74907353 L4_chemical_B2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.35942607 L4_chemical_B3 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 6.47526086 L4_chemical_C2 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.698148113 L4_chemical_C3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.19330517 C6_control_A1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.67296872 C6_control_A3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.73966877 C6_control_B1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.60880103 C6_control_B2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.63525339 C6_control_B3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.049435 C6_control_C1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.21382155 C6_control_C2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.10254975 C6_control_C3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.55340156 C6_chemical_A1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.58174091 C6_chemical_A3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.87257511 C6_chemical_B1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.53698708 C6_chemical_B2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.95546554 C6_chemical_B3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.75554181 C6_chemical_C1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.96524 C6_chemical_C2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.99689143 C6_chemical_C3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.23981335 L4_control_A1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.62007807 L4_control_A2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.77035425 L4_control_A3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.20249093 L4_control_B1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.59298376 L4_control_B2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.14578103 L4_control_B3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.02185733 L4_control_C2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.16683655 L4_control_C3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.52926804 L4_chemical_A1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.2487803 L4_chemical_A2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.16252663 L4_chemical_A3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 9.890384702 L4_chemical_B1 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 9.929534208 L4_chemical_B2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.9392775 L4_chemical_B3 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 10.72657219 L4_chemical_C2 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.11151465 L4_chemical_C3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.485207606 C6_control_A1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.797733002 C6_control_A3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.267803765 C6_control_B1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.295583182 C6_control_B2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.126282911 C6_control_B3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.31792898 C6_control_C1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 6.202533737 C6_control_C2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.83990418 C6_control_C3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.231626374 C6_chemical_A1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.400841852 C6_chemical_A3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 4.946687679 C6_chemical_B1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.541983946 C6_chemical_B2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.233231585 C6_chemical_B3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.801492372 C6_chemical_C1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.383535997 C6_chemical_C2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.853226477 C6_chemical_C3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 4.944511508 L4_control_A1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.296523828 L4_control_A2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.365464367 L4_control_A3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.608561154 L4_control_B1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.000652064 L4_control_B2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.269521596 L4_control_B3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.444893938 L4_control_C2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 4.945545875 L4_control_C3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.748659463 L4_chemical_A1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.214642564 L4_chemical_A2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.218452831 L4_chemical_A3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.124192392 L4_chemical_B1 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.507380134 L4_chemical_B2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.49758384 L4_chemical_B3 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.195597331 L4_chemical_C2 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 4.99247871 L4_chemical_C3 +LQ01X013610 Putative uncharacterized protein 12.39280907 C6_control_A1 +LQ01X013610 Putative uncharacterized protein 12.54629155 C6_control_A3 +LQ01X013610 Putative uncharacterized protein 12.02273091 C6_control_B1 +LQ01X013610 Putative uncharacterized protein 10.61292638 C6_control_B2 +LQ01X013610 Putative uncharacterized protein 11.41307179 C6_control_B3 +LQ01X013610 Putative uncharacterized protein 8.778274948 C6_control_C1 +LQ01X013610 Putative uncharacterized protein 7.881676006 C6_control_C2 +LQ01X013610 Putative uncharacterized protein 8.440728312 C6_control_C3 +LQ01X013610 Putative uncharacterized protein 11.95041821 C6_chemical_A1 +LQ01X013610 Putative uncharacterized protein 12.05068942 C6_chemical_A3 +LQ01X013610 Putative uncharacterized protein 11.4653951 C6_chemical_B1 +LQ01X013610 Putative uncharacterized protein 10.7056304 C6_chemical_B2 +LQ01X013610 Putative uncharacterized protein 11.26504236 C6_chemical_B3 +LQ01X013610 Putative uncharacterized protein 8.389974872 C6_chemical_C1 +LQ01X013610 Putative uncharacterized protein 7.386401835 C6_chemical_C2 +LQ01X013610 Putative uncharacterized protein 8.362666157 C6_chemical_C3 +LQ01X013610 Putative uncharacterized protein 12.25915307 L4_control_A1 +LQ01X013610 Putative uncharacterized protein 12.28020751 L4_control_A2 +LQ01X013610 Putative uncharacterized protein 12.64249995 L4_control_A3 +LQ01X013610 Putative uncharacterized protein 11.01204359 L4_control_B1 +LQ01X013610 Putative uncharacterized protein 11.20573589 L4_control_B2 +LQ01X013610 Putative uncharacterized protein 9.832411894 L4_control_B3 +LQ01X013610 Putative uncharacterized protein 8.349378061 L4_control_C2 +LQ01X013610 Putative uncharacterized protein 7.829550251 L4_control_C3 +LQ01X013610 Putative uncharacterized protein 11.65770784 L4_chemical_A1 +LQ01X013610 Putative uncharacterized protein 11.66401108 L4_chemical_A2 +LQ01X013610 Putative uncharacterized protein 12.53405826 L4_chemical_A3 +LQ01X013610 Putative uncharacterized protein 11.38153699 L4_chemical_B1 +LQ01X013610 Putative uncharacterized protein 11.31262197 L4_chemical_B2 +LQ01X013610 Putative uncharacterized protein 11.41273259 L4_chemical_B3 +LQ01X013610 Putative uncharacterized protein 7.889479707 L4_chemical_C2 +LQ01X013610 Putative uncharacterized protein 7.494211402 L4_chemical_C3 +LQ01X013650 14-3-3-like protein B 5.685021723 C6_control_A1 +LQ01X013650 14-3-3-like protein B 5.373133657 C6_control_A3 +LQ01X013650 14-3-3-like protein B 5.492756731 C6_control_B1 +LQ01X013650 14-3-3-like protein B 5.65705182 C6_control_B2 +LQ01X013650 14-3-3-like protein B 6.024877897 C6_control_B3 +LQ01X013650 14-3-3-like protein B 5.292651975 C6_control_C1 +LQ01X013650 14-3-3-like protein B 5.365268349 C6_control_C2 +LQ01X013650 14-3-3-like protein B 5.163464105 C6_control_C3 +LQ01X013650 14-3-3-like protein B 5.784441511 C6_chemical_A1 +LQ01X013650 14-3-3-like protein B 5.32579998 C6_chemical_A3 +LQ01X013650 14-3-3-like protein B 6.169652213 C6_chemical_B1 +LQ01X013650 14-3-3-like protein B 5.569638699 C6_chemical_B2 +LQ01X013650 14-3-3-like protein B 5.44847782 C6_chemical_B3 +LQ01X013650 14-3-3-like protein B 5.656050463 C6_chemical_C1 +LQ01X013650 14-3-3-like protein B 5.706210454 C6_chemical_C2 +LQ01X013650 14-3-3-like protein B 5.399127514 C6_chemical_C3 +LQ01X013650 14-3-3-like protein B 5.834967481 L4_control_A1 +LQ01X013650 14-3-3-like protein B 5.760212829 L4_control_A2 +LQ01X013650 14-3-3-like protein B 5.727207854 L4_control_A3 +LQ01X013650 14-3-3-like protein B 5.826435855 L4_control_B1 +LQ01X013650 14-3-3-like protein B 5.451832869 L4_control_B2 +LQ01X013650 14-3-3-like protein B 5.85963285 L4_control_B3 +LQ01X013650 14-3-3-like protein B 5.495292784 L4_control_C2 +LQ01X013650 14-3-3-like protein B 5.400879814 L4_control_C3 +LQ01X013650 14-3-3-like protein B 5.188094576 L4_chemical_A1 +LQ01X013650 14-3-3-like protein B 6.190817483 L4_chemical_A2 +LQ01X013650 14-3-3-like protein B 5.816284506 L4_chemical_A3 +LQ01X013650 14-3-3-like protein B 5.687283394 L4_chemical_B1 +LQ01X013650 14-3-3-like protein B 6.053517283 L4_chemical_B2 +LQ01X013650 14-3-3-like protein B 5.707029287 L4_chemical_B3 +LQ01X013650 14-3-3-like protein B 5.373393261 L4_chemical_C2 +LQ01X013650 14-3-3-like protein B 5.446137411 L4_chemical_C3 +LQ01X013690 Putative ATP synthase protein I 8.842718069 C6_control_A1 +LQ01X013690 Putative ATP synthase protein I 8.666406503 C6_control_A3 +LQ01X013690 Putative ATP synthase protein I 9.202810085 C6_control_B1 +LQ01X013690 Putative ATP synthase protein I 9.514735012 C6_control_B2 +LQ01X013690 Putative ATP synthase protein I 9.552600673 C6_control_B3 +LQ01X013690 Putative ATP synthase protein I 10.52264872 C6_control_C1 +LQ01X013690 Putative ATP synthase protein I 10.84583013 C6_control_C2 +LQ01X013690 Putative ATP synthase protein I 10.91190342 C6_control_C3 +LQ01X013690 Putative ATP synthase protein I 8.715530824 C6_chemical_A1 +LQ01X013690 Putative ATP synthase protein I 9.155880648 C6_chemical_A3 +LQ01X013690 Putative ATP synthase protein I 9.300682439 C6_chemical_B1 +LQ01X013690 Putative ATP synthase protein I 9.298088014 C6_chemical_B2 +LQ01X013690 Putative ATP synthase protein I 9.368334092 C6_chemical_B3 +LQ01X013690 Putative ATP synthase protein I 10.41878563 C6_chemical_C1 +LQ01X013690 Putative ATP synthase protein I 10.4476373 C6_chemical_C2 +LQ01X013690 Putative ATP synthase protein I 10.96044184 C6_chemical_C3 +LQ01X013690 Putative ATP synthase protein I 8.843583624 L4_control_A1 +LQ01X013690 Putative ATP synthase protein I 9.319277125 L4_control_A2 +LQ01X013690 Putative ATP synthase protein I 8.930316233 L4_control_A3 +LQ01X013690 Putative ATP synthase protein I 10.07840173 L4_control_B1 +LQ01X013690 Putative ATP synthase protein I 9.810423177 L4_control_B2 +LQ01X013690 Putative ATP synthase protein I 10.21220734 L4_control_B3 +LQ01X013690 Putative ATP synthase protein I 11.61186942 L4_control_C2 +LQ01X013690 Putative ATP synthase protein I 11.04722331 L4_control_C3 +LQ01X013690 Putative ATP synthase protein I 9.172607969 L4_chemical_A1 +LQ01X013690 Putative ATP synthase protein I 9.431294825 L4_chemical_A2 +LQ01X013690 Putative ATP synthase protein I 9.348716183 L4_chemical_A3 +LQ01X013690 Putative ATP synthase protein I 9.830779406 L4_chemical_B1 +LQ01X013690 Putative ATP synthase protein I 9.82136957 L4_chemical_B2 +LQ01X013690 Putative ATP synthase protein I 9.694599648 L4_chemical_B3 +LQ01X013690 Putative ATP synthase protein I 11.09976126 L4_chemical_C2 +LQ01X013690 Putative ATP synthase protein I 11.25890633 L4_chemical_C3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.653904489 C6_control_A1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 5.545589951 C6_control_A3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 5.882509631 C6_control_B1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.274040065 C6_control_B2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.001290217 C6_control_B3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.656342309 C6_control_C1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.06129292 C6_control_C2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.197078116 C6_control_C3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.028661643 C6_chemical_A1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.551391442 C6_chemical_A3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.070503387 C6_chemical_B1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 8.015043793 C6_chemical_B2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.062700437 C6_chemical_B3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 8.19619655 C6_chemical_C1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.964649474 C6_chemical_C2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 8.327037444 C6_chemical_C3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.298063365 L4_control_A1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.429385716 L4_control_A2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.068510692 L4_control_A3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.295957605 L4_control_B1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 5.941292779 L4_control_B2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.982758855 L4_control_B3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.371027082 L4_control_C2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.086919406 L4_control_C3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.551793705 L4_chemical_A1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 5.81198162 L4_chemical_A2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 5.922947411 L4_chemical_A3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 5.877890295 L4_chemical_B1 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 5.909598679 L4_chemical_B2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.875755766 L4_chemical_B3 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.20578404 L4_chemical_C2 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 6.037742263 L4_chemical_C3 +LQ01X013710 Hypothetical protein 5.398610479 C6_control_A1 +LQ01X013710 Hypothetical protein 5.238126057 C6_control_A3 +LQ01X013710 Hypothetical protein 5.274549956 C6_control_B1 +LQ01X013710 Hypothetical protein 5.419372834 C6_control_B2 +LQ01X013710 Hypothetical protein 5.650276445 C6_control_B3 +LQ01X013710 Hypothetical protein 6.332773092 C6_control_C1 +LQ01X013710 Hypothetical protein 5.614450731 C6_control_C2 +LQ01X013710 Hypothetical protein 6.660366233 C6_control_C3 +LQ01X013710 Hypothetical protein 5.358620138 C6_chemical_A1 +LQ01X013710 Hypothetical protein 5.268894634 C6_chemical_A3 +LQ01X013710 Hypothetical protein 6.280021882 C6_chemical_B1 +LQ01X013710 Hypothetical protein 5.487292441 C6_chemical_B2 +LQ01X013710 Hypothetical protein 5.956115442 C6_chemical_B3 +LQ01X013710 Hypothetical protein 6.16660864 C6_chemical_C1 +LQ01X013710 Hypothetical protein 6.081099496 C6_chemical_C2 +LQ01X013710 Hypothetical protein 6.792185499 C6_chemical_C3 +LQ01X013710 Hypothetical protein 5.757213487 L4_control_A1 +LQ01X013710 Hypothetical protein 5.471319262 L4_control_A2 +LQ01X013710 Hypothetical protein 4.847782968 L4_control_A3 +LQ01X013710 Hypothetical protein 6.204632634 L4_control_B1 +LQ01X013710 Hypothetical protein 5.498003476 L4_control_B2 +LQ01X013710 Hypothetical protein 5.733390986 L4_control_B3 +LQ01X013710 Hypothetical protein 6.460473901 L4_control_C2 +LQ01X013710 Hypothetical protein 5.685752238 L4_control_C3 +LQ01X013710 Hypothetical protein 5.532517439 L4_chemical_A1 +LQ01X013710 Hypothetical protein 5.468439502 L4_chemical_A2 +LQ01X013710 Hypothetical protein 5.28623044 L4_chemical_A3 +LQ01X013710 Hypothetical protein 5.656926391 L4_chemical_B1 +LQ01X013710 Hypothetical protein 5.41680673 L4_chemical_B2 +LQ01X013710 Hypothetical protein 5.348200122 L4_chemical_B3 +LQ01X013710 Hypothetical protein 6.769831309 L4_chemical_C2 +LQ01X013710 Hypothetical protein 5.524725861 L4_chemical_C3 +LQ01X013740 Putative uncharacterized protein 6.115026172 C6_control_A1 +LQ01X013740 Putative uncharacterized protein 5.58640992 C6_control_A3 +LQ01X013740 Putative uncharacterized protein 5.510769065 C6_control_B1 +LQ01X013740 Putative uncharacterized protein 5.610116151 C6_control_B2 +LQ01X013740 Putative uncharacterized protein 5.95632293 C6_control_B3 +LQ01X013740 Putative uncharacterized protein 5.590004665 C6_control_C1 +LQ01X013740 Putative uncharacterized protein 5.245518217 C6_control_C2 +LQ01X013740 Putative uncharacterized protein 5.485517733 C6_control_C3 +LQ01X013740 Putative uncharacterized protein 6.095265577 C6_chemical_A1 +LQ01X013740 Putative uncharacterized protein 5.284569126 C6_chemical_A3 +LQ01X013740 Putative uncharacterized protein 5.154396781 C6_chemical_B1 +LQ01X013740 Putative uncharacterized protein 5.425594863 C6_chemical_B2 +LQ01X013740 Putative uncharacterized protein 5.709320082 C6_chemical_B3 +LQ01X013740 Putative uncharacterized protein 5.538249618 C6_chemical_C1 +LQ01X013740 Putative uncharacterized protein 5.646450243 C6_chemical_C2 +LQ01X013740 Putative uncharacterized protein 5.697528981 C6_chemical_C3 +LQ01X013740 Putative uncharacterized protein 5.529324587 L4_control_A1 +LQ01X013740 Putative uncharacterized protein 5.906838674 L4_control_A2 +LQ01X013740 Putative uncharacterized protein 5.517499416 L4_control_A3 +LQ01X013740 Putative uncharacterized protein 5.846069764 L4_control_B1 +LQ01X013740 Putative uncharacterized protein 6.237009877 L4_control_B2 +LQ01X013740 Putative uncharacterized protein 5.332138814 L4_control_B3 +LQ01X013740 Putative uncharacterized protein 5.316991905 L4_control_C2 +LQ01X013740 Putative uncharacterized protein 5.382146812 L4_control_C3 +LQ01X013740 Putative uncharacterized protein 5.607870648 L4_chemical_A1 +LQ01X013740 Putative uncharacterized protein 5.852302565 L4_chemical_A2 +LQ01X013740 Putative uncharacterized protein 5.636771342 L4_chemical_A3 +LQ01X013740 Putative uncharacterized protein 5.832435835 L4_chemical_B1 +LQ01X013740 Putative uncharacterized protein 5.913831557 L4_chemical_B2 +LQ01X013740 Putative uncharacterized protein 5.780070765 L4_chemical_B3 +LQ01X013740 Putative uncharacterized protein 5.513997523 L4_chemical_C2 +LQ01X013740 Putative uncharacterized protein 5.535987135 L4_chemical_C3 +LQ01X013760 Putative Predicted protein (Fragment) 5.213111311 C6_control_A1 +LQ01X013760 Putative Predicted protein (Fragment) 5.861696285 C6_control_A3 +LQ01X013760 Putative Predicted protein (Fragment) 5.764797688 C6_control_B1 +LQ01X013760 Putative Predicted protein (Fragment) 5.409556124 C6_control_B2 +LQ01X013760 Putative Predicted protein (Fragment) 5.898614761 C6_control_B3 +LQ01X013760 Putative Predicted protein (Fragment) 5.391223341 C6_control_C1 +LQ01X013760 Putative Predicted protein (Fragment) 5.128298811 C6_control_C2 +LQ01X013760 Putative Predicted protein (Fragment) 5.874487089 C6_control_C3 +LQ01X013760 Putative Predicted protein (Fragment) 5.28792605 C6_chemical_A1 +LQ01X013760 Putative Predicted protein (Fragment) 5.726336075 C6_chemical_A3 +LQ01X013760 Putative Predicted protein (Fragment) 5.355301696 C6_chemical_B1 +LQ01X013760 Putative Predicted protein (Fragment) 5.394698478 C6_chemical_B2 +LQ01X013760 Putative Predicted protein (Fragment) 5.647917232 C6_chemical_B3 +LQ01X013760 Putative Predicted protein (Fragment) 5.382657228 C6_chemical_C1 +LQ01X013760 Putative Predicted protein (Fragment) 5.65557765 C6_chemical_C2 +LQ01X013760 Putative Predicted protein (Fragment) 5.326828876 C6_chemical_C3 +LQ01X013760 Putative Predicted protein (Fragment) 5.228118883 L4_control_A1 +LQ01X013760 Putative Predicted protein (Fragment) 5.717144944 L4_control_A2 +LQ01X013760 Putative Predicted protein (Fragment) 6.235875952 L4_control_A3 +LQ01X013760 Putative Predicted protein (Fragment) 5.783441099 L4_control_B1 +LQ01X013760 Putative Predicted protein (Fragment) 5.884682716 L4_control_B2 +LQ01X013760 Putative Predicted protein (Fragment) 5.673756723 L4_control_B3 +LQ01X013760 Putative Predicted protein (Fragment) 5.674654151 L4_control_C2 +LQ01X013760 Putative Predicted protein (Fragment) 5.240883069 L4_control_C3 +LQ01X013760 Putative Predicted protein (Fragment) 5.133372916 L4_chemical_A1 +LQ01X013760 Putative Predicted protein (Fragment) 5.520221255 L4_chemical_A2 +LQ01X013760 Putative Predicted protein (Fragment) 5.923570753 L4_chemical_A3 +LQ01X013760 Putative Predicted protein (Fragment) 5.772835986 L4_chemical_B1 +LQ01X013760 Putative Predicted protein (Fragment) 6.260210843 L4_chemical_B2 +LQ01X013760 Putative Predicted protein (Fragment) 5.545828432 L4_chemical_B3 +LQ01X013760 Putative Predicted protein (Fragment) 5.490598698 L4_chemical_C2 +LQ01X013760 Putative Predicted protein (Fragment) 5.533612457 L4_chemical_C3 +LQ01X013810 Protein kinase, putative 9.633811587 C6_control_A1 +LQ01X013810 Protein kinase, putative 9.731357088 C6_control_A3 +LQ01X013810 Protein kinase, putative 10.12909869 C6_control_B1 +LQ01X013810 Protein kinase, putative 10.13534002 C6_control_B2 +LQ01X013810 Protein kinase, putative 9.683242153 C6_control_B3 +LQ01X013810 Protein kinase, putative 9.676411667 C6_control_C1 +LQ01X013810 Protein kinase, putative 10.06444548 C6_control_C2 +LQ01X013810 Protein kinase, putative 9.495028109 C6_control_C3 +LQ01X013810 Protein kinase, putative 9.663599847 C6_chemical_A1 +LQ01X013810 Protein kinase, putative 9.384639307 C6_chemical_A3 +LQ01X013810 Protein kinase, putative 10.13975667 C6_chemical_B1 +LQ01X013810 Protein kinase, putative 10.22275387 C6_chemical_B2 +LQ01X013810 Protein kinase, putative 9.742655282 C6_chemical_B3 +LQ01X013810 Protein kinase, putative 9.67926502 C6_chemical_C1 +LQ01X013810 Protein kinase, putative 10.04813806 C6_chemical_C2 +LQ01X013810 Protein kinase, putative 10.04139241 C6_chemical_C3 +LQ01X013810 Protein kinase, putative 9.776677445 L4_control_A1 +LQ01X013810 Protein kinase, putative 10.06915088 L4_control_A2 +LQ01X013810 Protein kinase, putative 9.131843826 L4_control_A3 +LQ01X013810 Protein kinase, putative 9.294159729 L4_control_B1 +LQ01X013810 Protein kinase, putative 10.08446974 L4_control_B2 +LQ01X013810 Protein kinase, putative 9.532880372 L4_control_B3 +LQ01X013810 Protein kinase, putative 9.877313846 L4_control_C2 +LQ01X013810 Protein kinase, putative 9.813156324 L4_control_C3 +LQ01X013810 Protein kinase, putative 9.184813084 L4_chemical_A1 +LQ01X013810 Protein kinase, putative 9.210500769 L4_chemical_A2 +LQ01X013810 Protein kinase, putative 9.011120475 L4_chemical_A3 +LQ01X013810 Protein kinase, putative 9.232040006 L4_chemical_B1 +LQ01X013810 Protein kinase, putative 9.825028395 L4_chemical_B2 +LQ01X013810 Protein kinase, putative 9.496711562 L4_chemical_B3 +LQ01X013810 Protein kinase, putative 9.740926375 L4_chemical_C2 +LQ01X013810 Protein kinase, putative 9.686485729 L4_chemical_C3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.071893017 C6_control_A1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.127421515 C6_control_A3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.371148806 C6_control_B1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.299145277 C6_control_B2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.880780641 C6_control_B3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.989777194 C6_control_C1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.01362071 C6_control_C2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.381449956 C6_control_C3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.465692476 C6_chemical_A1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.368811214 C6_chemical_A3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.428725603 C6_chemical_B1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.167229501 C6_chemical_B2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.260412453 C6_chemical_B3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.819861586 C6_chemical_C1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.187633346 C6_chemical_C2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 4.935008695 C6_chemical_C3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.152217587 L4_control_A1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.876472842 L4_control_A2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.525315088 L4_control_A3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.645948716 L4_control_B1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.468680364 L4_control_B2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.737367448 L4_control_B3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.232188602 L4_control_C2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.128950371 L4_control_C3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.523211743 L4_chemical_A1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.632434517 L4_chemical_A2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.450179332 L4_chemical_A3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.234965604 L4_chemical_B1 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 6.158796531 L4_chemical_B2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.58901285 L4_chemical_B3 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.581541724 L4_chemical_C2 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.785257863 L4_chemical_C3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 11.02676619 C6_control_A1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 11.06952734 C6_control_A3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 9.851843286 C6_control_B1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 8.076506507 C6_control_B2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 8.619527597 C6_control_B3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 7.844729446 C6_control_C1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 6.51882639 C6_control_C2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 8.410038238 C6_control_C3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 10.36797137 C6_chemical_A1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 11.14741399 C6_chemical_A3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 7.977217988 C6_chemical_B1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 7.075385346 C6_chemical_B2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 8.434087254 C6_chemical_B3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 7.70036616 C6_chemical_C1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 7.097337388 C6_chemical_C2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 6.478180358 C6_chemical_C3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 11.96947805 L4_control_A1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 11.90312881 L4_control_A2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 11.79938218 L4_control_A3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 7.915263347 L4_control_B1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 9.126903529 L4_control_B2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 6.706998085 L4_control_B3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 6.43035713 L4_control_C2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 6.403969268 L4_control_C3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 11.27104448 L4_chemical_A1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 10.144867 L4_chemical_A2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 11.83554802 L4_chemical_A3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 8.247620663 L4_chemical_B1 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 9.015023561 L4_chemical_B2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 9.905809824 L4_chemical_B3 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 5.846151203 L4_chemical_C2 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 5.624146686 L4_chemical_C3 +LQ01X013880 Predicted protein (Fragment) 10.51428205 C6_control_A1 +LQ01X013880 Predicted protein (Fragment) 10.12522959 C6_control_A3 +LQ01X013880 Predicted protein (Fragment) 10.76583697 C6_control_B1 +LQ01X013880 Predicted protein (Fragment) 11.35220572 C6_control_B2 +LQ01X013880 Predicted protein (Fragment) 10.72791193 C6_control_B3 +LQ01X013880 Predicted protein (Fragment) 11.54025242 C6_control_C1 +LQ01X013880 Predicted protein (Fragment) 11.55440108 C6_control_C2 +LQ01X013880 Predicted protein (Fragment) 11.95842219 C6_control_C3 +LQ01X013880 Predicted protein (Fragment) 10.13899675 C6_chemical_A1 +LQ01X013880 Predicted protein (Fragment) 10.19303732 C6_chemical_A3 +LQ01X013880 Predicted protein (Fragment) 10.14393867 C6_chemical_B1 +LQ01X013880 Predicted protein (Fragment) 11.21573602 C6_chemical_B2 +LQ01X013880 Predicted protein (Fragment) 10.60704279 C6_chemical_B3 +LQ01X013880 Predicted protein (Fragment) 11.36448228 C6_chemical_C1 +LQ01X013880 Predicted protein (Fragment) 11.5258379 C6_chemical_C2 +LQ01X013880 Predicted protein (Fragment) 11.7945278 C6_chemical_C3 +LQ01X013880 Predicted protein (Fragment) 10.30204589 L4_control_A1 +LQ01X013880 Predicted protein (Fragment) 9.718265901 L4_control_A2 +LQ01X013880 Predicted protein (Fragment) 9.222836091 L4_control_A3 +LQ01X013880 Predicted protein (Fragment) 9.869751068 L4_control_B1 +LQ01X013880 Predicted protein (Fragment) 9.499873215 L4_control_B2 +LQ01X013880 Predicted protein (Fragment) 10.3293278 L4_control_B3 +LQ01X013880 Predicted protein (Fragment) 10.11690712 L4_control_C2 +LQ01X013880 Predicted protein (Fragment) 9.412620444 L4_control_C3 +LQ01X013880 Predicted protein (Fragment) 10.56438793 L4_chemical_A1 +LQ01X013880 Predicted protein (Fragment) 10.14524294 L4_chemical_A2 +LQ01X013880 Predicted protein (Fragment) 9.400118152 L4_chemical_A3 +LQ01X013880 Predicted protein (Fragment) 9.738185468 L4_chemical_B1 +LQ01X013880 Predicted protein (Fragment) 9.664319241 L4_chemical_B2 +LQ01X013880 Predicted protein (Fragment) 10.31429508 L4_chemical_B3 +LQ01X013880 Predicted protein (Fragment) 8.951314988 L4_chemical_C2 +LQ01X013880 Predicted protein (Fragment) 10.25333396 L4_chemical_C3 +LQ01X013950 Small heat-shock protein, putative 6.503438097 C6_control_A1 +LQ01X013950 Small heat-shock protein, putative 7.331225751 C6_control_A3 +LQ01X013950 Small heat-shock protein, putative 8.255222533 C6_control_B1 +LQ01X013950 Small heat-shock protein, putative 9.926275322 C6_control_B2 +LQ01X013950 Small heat-shock protein, putative 9.748671479 C6_control_B3 +LQ01X013950 Small heat-shock protein, putative 7.800674841 C6_control_C1 +LQ01X013950 Small heat-shock protein, putative 11.3115375 C6_control_C2 +LQ01X013950 Small heat-shock protein, putative 11.17841927 C6_control_C3 +LQ01X013950 Small heat-shock protein, putative 6.436759259 C6_chemical_A1 +LQ01X013950 Small heat-shock protein, putative 8.46928947 C6_chemical_A3 +LQ01X013950 Small heat-shock protein, putative 8.047471714 C6_chemical_B1 +LQ01X013950 Small heat-shock protein, putative 9.998103185 C6_chemical_B2 +LQ01X013950 Small heat-shock protein, putative 10.5445738 C6_chemical_B3 +LQ01X013950 Small heat-shock protein, putative 7.880070334 C6_chemical_C1 +LQ01X013950 Small heat-shock protein, putative 10.45985103 C6_chemical_C2 +LQ01X013950 Small heat-shock protein, putative 11.42588293 C6_chemical_C3 +LQ01X013950 Small heat-shock protein, putative 8.002537231 L4_control_A1 +LQ01X013950 Small heat-shock protein, putative 9.452521667 L4_control_A2 +LQ01X013950 Small heat-shock protein, putative 8.368478022 L4_control_A3 +LQ01X013950 Small heat-shock protein, putative 10.50306627 L4_control_B1 +LQ01X013950 Small heat-shock protein, putative 10.57933335 L4_control_B2 +LQ01X013950 Small heat-shock protein, putative 11.84665809 L4_control_B3 +LQ01X013950 Small heat-shock protein, putative 11.70156614 L4_control_C2 +LQ01X013950 Small heat-shock protein, putative 12.70620975 L4_control_C3 +LQ01X013950 Small heat-shock protein, putative 8.03910606 L4_chemical_A1 +LQ01X013950 Small heat-shock protein, putative 9.538296623 L4_chemical_A2 +LQ01X013950 Small heat-shock protein, putative 7.911207488 L4_chemical_A3 +LQ01X013950 Small heat-shock protein, putative 8.885539957 L4_chemical_B1 +LQ01X013950 Small heat-shock protein, putative 10.57063031 L4_chemical_B2 +LQ01X013950 Small heat-shock protein, putative 10.99653282 L4_chemical_B3 +LQ01X013950 Small heat-shock protein, putative 11.21833061 L4_chemical_C2 +LQ01X013950 Small heat-shock protein, putative 12.58326407 L4_chemical_C3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.64694463 C6_control_A1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.2774973 C6_control_A3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.19120825 C6_control_B1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.67382311 C6_control_B2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.32052598 C6_control_B3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.71944406 C6_control_C1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.69392605 C6_control_C2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.68306818 C6_control_C3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.02576914 C6_chemical_A1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.47187244 C6_chemical_A3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.45310703 C6_chemical_B1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.86427168 C6_chemical_B2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.00448903 C6_chemical_B3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.99060013 C6_chemical_C1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.51533581 C6_chemical_C2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.1486217 C6_chemical_C3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.84214846 L4_control_A1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.44624404 L4_control_A2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.87265522 L4_control_A3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.65616975 L4_control_B1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.69661289 L4_control_B2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.38590954 L4_control_B3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.65823015 L4_control_C2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.84823834 L4_control_C3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.3723627 L4_chemical_A1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 13.00963736 L4_chemical_A2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.70777563 L4_chemical_A3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.34424914 L4_chemical_B1 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.79571429 L4_chemical_B2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.03701655 L4_chemical_B3 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.03471695 L4_chemical_C2 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 11.82940973 L4_chemical_C3 +LQ01X014040 Putative uncharacterized protein 4.90820114 C6_control_A1 +LQ01X014040 Putative uncharacterized protein 4.73849598 C6_control_A3 +LQ01X014040 Putative uncharacterized protein 5.220138908 C6_control_B1 +LQ01X014040 Putative uncharacterized protein 4.94005182 C6_control_B2 +LQ01X014040 Putative uncharacterized protein 4.885541853 C6_control_B3 +LQ01X014040 Putative uncharacterized protein 5.21333105 C6_control_C1 +LQ01X014040 Putative uncharacterized protein 4.920445578 C6_control_C2 +LQ01X014040 Putative uncharacterized protein 5.426696671 C6_control_C3 +LQ01X014040 Putative uncharacterized protein 4.857196771 C6_chemical_A1 +LQ01X014040 Putative uncharacterized protein 4.868820701 C6_chemical_A3 +LQ01X014040 Putative uncharacterized protein 5.394889725 C6_chemical_B1 +LQ01X014040 Putative uncharacterized protein 4.943802765 C6_chemical_B2 +LQ01X014040 Putative uncharacterized protein 5.308064179 C6_chemical_B3 +LQ01X014040 Putative uncharacterized protein 4.967200363 C6_chemical_C1 +LQ01X014040 Putative uncharacterized protein 5.040842015 C6_chemical_C2 +LQ01X014040 Putative uncharacterized protein 5.185521469 C6_chemical_C3 +LQ01X014040 Putative uncharacterized protein 5.65156029 L4_control_A1 +LQ01X014040 Putative uncharacterized protein 5.508369363 L4_control_A2 +LQ01X014040 Putative uncharacterized protein 5.072829633 L4_control_A3 +LQ01X014040 Putative uncharacterized protein 6.135072744 L4_control_B1 +LQ01X014040 Putative uncharacterized protein 4.979896077 L4_control_B2 +LQ01X014040 Putative uncharacterized protein 7.12220443 L4_control_B3 +LQ01X014040 Putative uncharacterized protein 5.597400232 L4_control_C2 +LQ01X014040 Putative uncharacterized protein 7.373118555 L4_control_C3 +LQ01X014040 Putative uncharacterized protein 7.872717139 L4_chemical_A1 +LQ01X014040 Putative uncharacterized protein 6.615998047 L4_chemical_A2 +LQ01X014040 Putative uncharacterized protein 6.202067105 L4_chemical_A3 +LQ01X014040 Putative uncharacterized protein 8.912323406 L4_chemical_B1 +LQ01X014040 Putative uncharacterized protein 6.591742743 L4_chemical_B2 +LQ01X014040 Putative uncharacterized protein 7.343593166 L4_chemical_B3 +LQ01X014040 Putative uncharacterized protein 5.402788182 L4_chemical_C2 +LQ01X014040 Putative uncharacterized protein 6.445121795 L4_chemical_C3 +LQ01X014060 Putative uncharacterized protein 10.19035977 C6_control_A1 +LQ01X014060 Putative uncharacterized protein 11.18230564 C6_control_A3 +LQ01X014060 Putative uncharacterized protein 9.84440747 C6_control_B1 +LQ01X014060 Putative uncharacterized protein 9.530006132 C6_control_B2 +LQ01X014060 Putative uncharacterized protein 9.370689582 C6_control_B3 +LQ01X014060 Putative uncharacterized protein 9.866691794 C6_control_C1 +LQ01X014060 Putative uncharacterized protein 9.416437393 C6_control_C2 +LQ01X014060 Putative uncharacterized protein 9.743457632 C6_control_C3 +LQ01X014060 Putative uncharacterized protein 10.11589109 C6_chemical_A1 +LQ01X014060 Putative uncharacterized protein 10.8829568 C6_chemical_A3 +LQ01X014060 Putative uncharacterized protein 9.301331346 C6_chemical_B1 +LQ01X014060 Putative uncharacterized protein 9.253837648 C6_chemical_B2 +LQ01X014060 Putative uncharacterized protein 8.889516723 C6_chemical_B3 +LQ01X014060 Putative uncharacterized protein 9.821307782 C6_chemical_C1 +LQ01X014060 Putative uncharacterized protein 9.691207908 C6_chemical_C2 +LQ01X014060 Putative uncharacterized protein 9.22364783 C6_chemical_C3 +LQ01X014060 Putative uncharacterized protein 10.47880316 L4_control_A1 +LQ01X014060 Putative uncharacterized protein 10.00059431 L4_control_A2 +LQ01X014060 Putative uncharacterized protein 10.9877836 L4_control_A3 +LQ01X014060 Putative uncharacterized protein 9.670628248 L4_control_B1 +LQ01X014060 Putative uncharacterized protein 9.512457263 L4_control_B2 +LQ01X014060 Putative uncharacterized protein 8.939494814 L4_control_B3 +LQ01X014060 Putative uncharacterized protein 9.887881752 L4_control_C2 +LQ01X014060 Putative uncharacterized protein 9.648058109 L4_control_C3 +LQ01X014060 Putative uncharacterized protein 10.4249624 L4_chemical_A1 +LQ01X014060 Putative uncharacterized protein 10.06927167 L4_chemical_A2 +LQ01X014060 Putative uncharacterized protein 10.91790437 L4_chemical_A3 +LQ01X014060 Putative uncharacterized protein 10.28168971 L4_chemical_B1 +LQ01X014060 Putative uncharacterized protein 9.814308286 L4_chemical_B2 +LQ01X014060 Putative uncharacterized protein 9.067080721 L4_chemical_B3 +LQ01X014060 Putative uncharacterized protein 9.986421934 L4_chemical_C2 +LQ01X014060 Putative uncharacterized protein 9.75706149 L4_chemical_C3 +LQ01X014150 Putative Elongin-A 6.043882385 C6_control_A1 +LQ01X014150 Putative Elongin-A 6.671583985 C6_control_A3 +LQ01X014150 Putative Elongin-A 6.012601006 C6_control_B1 +LQ01X014150 Putative Elongin-A 5.992149931 C6_control_B2 +LQ01X014150 Putative Elongin-A 6.159789636 C6_control_B3 +LQ01X014150 Putative Elongin-A 5.518178937 C6_control_C1 +LQ01X014150 Putative Elongin-A 6.207648494 C6_control_C2 +LQ01X014150 Putative Elongin-A 5.890016369 C6_control_C3 +LQ01X014150 Putative Elongin-A 6.234965475 C6_chemical_A1 +LQ01X014150 Putative Elongin-A 6.370675871 C6_chemical_A3 +LQ01X014150 Putative Elongin-A 6.149621467 C6_chemical_B1 +LQ01X014150 Putative Elongin-A 5.918484916 C6_chemical_B2 +LQ01X014150 Putative Elongin-A 5.98052756 C6_chemical_B3 +LQ01X014150 Putative Elongin-A 5.516562648 C6_chemical_C1 +LQ01X014150 Putative Elongin-A 5.586248779 C6_chemical_C2 +LQ01X014150 Putative Elongin-A 5.772305327 C6_chemical_C3 +LQ01X014150 Putative Elongin-A 6.108207897 L4_control_A1 +LQ01X014150 Putative Elongin-A 6.361567561 L4_control_A2 +LQ01X014150 Putative Elongin-A 6.146171298 L4_control_A3 +LQ01X014150 Putative Elongin-A 6.22376625 L4_control_B1 +LQ01X014150 Putative Elongin-A 6.747923748 L4_control_B2 +LQ01X014150 Putative Elongin-A 6.129764362 L4_control_B3 +LQ01X014150 Putative Elongin-A 5.787267705 L4_control_C2 +LQ01X014150 Putative Elongin-A 5.632476966 L4_control_C3 +LQ01X014150 Putative Elongin-A 5.696237365 L4_chemical_A1 +LQ01X014150 Putative Elongin-A 6.973091714 L4_chemical_A2 +LQ01X014150 Putative Elongin-A 6.685654826 L4_chemical_A3 +LQ01X014150 Putative Elongin-A 5.706656851 L4_chemical_B1 +LQ01X014150 Putative Elongin-A 6.452321736 L4_chemical_B2 +LQ01X014150 Putative Elongin-A 6.403892124 L4_chemical_B3 +LQ01X014150 Putative Elongin-A 6.241262421 L4_chemical_C2 +LQ01X014150 Putative Elongin-A 5.732070351 L4_chemical_C3 +LQ01X014180 V-type proton ATPase subunit D 12.53127876 C6_control_A1 +LQ01X014180 V-type proton ATPase subunit D 12.48760571 C6_control_A3 +LQ01X014180 V-type proton ATPase subunit D 12.18137517 C6_control_B1 +LQ01X014180 V-type proton ATPase subunit D 13.05167495 C6_control_B2 +LQ01X014180 V-type proton ATPase subunit D 12.24056188 C6_control_B3 +LQ01X014180 V-type proton ATPase subunit D 12.81124211 C6_control_C1 +LQ01X014180 V-type proton ATPase subunit D 13.1639586 C6_control_C2 +LQ01X014180 V-type proton ATPase subunit D 12.82344002 C6_control_C3 +LQ01X014180 V-type proton ATPase subunit D 12.45797482 C6_chemical_A1 +LQ01X014180 V-type proton ATPase subunit D 12.3616525 C6_chemical_A3 +LQ01X014180 V-type proton ATPase subunit D 11.82247861 C6_chemical_B1 +LQ01X014180 V-type proton ATPase subunit D 13.12790517 C6_chemical_B2 +LQ01X014180 V-type proton ATPase subunit D 12.11150231 C6_chemical_B3 +LQ01X014180 V-type proton ATPase subunit D 12.73955067 C6_chemical_C1 +LQ01X014180 V-type proton ATPase subunit D 12.85152106 C6_chemical_C2 +LQ01X014180 V-type proton ATPase subunit D 12.62812983 C6_chemical_C3 +LQ01X014180 V-type proton ATPase subunit D 11.95667277 L4_control_A1 +LQ01X014180 V-type proton ATPase subunit D 11.91107304 L4_control_A2 +LQ01X014180 V-type proton ATPase subunit D 11.33478249 L4_control_A3 +LQ01X014180 V-type proton ATPase subunit D 10.9130572 L4_control_B1 +LQ01X014180 V-type proton ATPase subunit D 11.35595961 L4_control_B2 +LQ01X014180 V-type proton ATPase subunit D 11.70873041 L4_control_B3 +LQ01X014180 V-type proton ATPase subunit D 10.77046477 L4_control_C2 +LQ01X014180 V-type proton ATPase subunit D 10.78757488 L4_control_C3 +LQ01X014180 V-type proton ATPase subunit D 12.25694842 L4_chemical_A1 +LQ01X014180 V-type proton ATPase subunit D 11.81955709 L4_chemical_A2 +LQ01X014180 V-type proton ATPase subunit D 11.67292969 L4_chemical_A3 +LQ01X014180 V-type proton ATPase subunit D 11.21293382 L4_chemical_B1 +LQ01X014180 V-type proton ATPase subunit D 11.13576266 L4_chemical_B2 +LQ01X014180 V-type proton ATPase subunit D 11.82985329 L4_chemical_B3 +LQ01X014180 V-type proton ATPase subunit D 10.76734945 L4_chemical_C2 +LQ01X014180 V-type proton ATPase subunit D 11.25299763 L4_chemical_C3 +LQ01X014200 Citrate synthase 2, peroxisomal 10.66604505 C6_control_A1 +LQ01X014200 Citrate synthase 2, peroxisomal 10.74298093 C6_control_A3 +LQ01X014200 Citrate synthase 2, peroxisomal 10.91804773 C6_control_B1 +LQ01X014200 Citrate synthase 2, peroxisomal 11.41078069 C6_control_B2 +LQ01X014200 Citrate synthase 2, peroxisomal 11.18450214 C6_control_B3 +LQ01X014200 Citrate synthase 2, peroxisomal 11.92021115 C6_control_C1 +LQ01X014200 Citrate synthase 2, peroxisomal 11.66786839 C6_control_C2 +LQ01X014200 Citrate synthase 2, peroxisomal 12.16280685 C6_control_C3 +LQ01X014200 Citrate synthase 2, peroxisomal 10.67369553 C6_chemical_A1 +LQ01X014200 Citrate synthase 2, peroxisomal 11.01021637 C6_chemical_A3 +LQ01X014200 Citrate synthase 2, peroxisomal 10.81626874 C6_chemical_B1 +LQ01X014200 Citrate synthase 2, peroxisomal 11.15938716 C6_chemical_B2 +LQ01X014200 Citrate synthase 2, peroxisomal 10.79179861 C6_chemical_B3 +LQ01X014200 Citrate synthase 2, peroxisomal 12.05864616 C6_chemical_C1 +LQ01X014200 Citrate synthase 2, peroxisomal 11.91631941 C6_chemical_C2 +LQ01X014200 Citrate synthase 2, peroxisomal 12.0175128 C6_chemical_C3 +LQ01X014200 Citrate synthase 2, peroxisomal 10.74973277 L4_control_A1 +LQ01X014200 Citrate synthase 2, peroxisomal 10.73043733 L4_control_A2 +LQ01X014200 Citrate synthase 2, peroxisomal 10.7088384 L4_control_A3 +LQ01X014200 Citrate synthase 2, peroxisomal 10.96043773 L4_control_B1 +LQ01X014200 Citrate synthase 2, peroxisomal 10.51146367 L4_control_B2 +LQ01X014200 Citrate synthase 2, peroxisomal 11.08670757 L4_control_B3 +LQ01X014200 Citrate synthase 2, peroxisomal 10.6278977 L4_control_C2 +LQ01X014200 Citrate synthase 2, peroxisomal 11.01270841 L4_control_C3 +LQ01X014200 Citrate synthase 2, peroxisomal 11.75225343 L4_chemical_A1 +LQ01X014200 Citrate synthase 2, peroxisomal 11.46576186 L4_chemical_A2 +LQ01X014200 Citrate synthase 2, peroxisomal 10.74910787 L4_chemical_A3 +LQ01X014200 Citrate synthase 2, peroxisomal 11.23436805 L4_chemical_B1 +LQ01X014200 Citrate synthase 2, peroxisomal 10.93944353 L4_chemical_B2 +LQ01X014200 Citrate synthase 2, peroxisomal 11.38520003 L4_chemical_B3 +LQ01X014200 Citrate synthase 2, peroxisomal 11.04799429 L4_chemical_C2 +LQ01X014200 Citrate synthase 2, peroxisomal 11.1620822 L4_chemical_C3 +LQ01X014230 Putative uncharacterized protein 7.314675228 C6_control_A1 +LQ01X014230 Putative uncharacterized protein 7.372374317 C6_control_A3 +LQ01X014230 Putative uncharacterized protein 7.131921557 C6_control_B1 +LQ01X014230 Putative uncharacterized protein 6.6990564 C6_control_B2 +LQ01X014230 Putative uncharacterized protein 7.344420992 C6_control_B3 +LQ01X014230 Putative uncharacterized protein 6.499674131 C6_control_C1 +LQ01X014230 Putative uncharacterized protein 5.759388206 C6_control_C2 +LQ01X014230 Putative uncharacterized protein 6.824360582 C6_control_C3 +LQ01X014230 Putative uncharacterized protein 7.206120711 C6_chemical_A1 +LQ01X014230 Putative uncharacterized protein 7.924722298 C6_chemical_A3 +LQ01X014230 Putative uncharacterized protein 7.183903483 C6_chemical_B1 +LQ01X014230 Putative uncharacterized protein 6.750182762 C6_chemical_B2 +LQ01X014230 Putative uncharacterized protein 7.525705468 C6_chemical_B3 +LQ01X014230 Putative uncharacterized protein 6.516629353 C6_chemical_C1 +LQ01X014230 Putative uncharacterized protein 6.271479387 C6_chemical_C2 +LQ01X014230 Putative uncharacterized protein 6.900809112 C6_chemical_C3 +LQ01X014230 Putative uncharacterized protein 7.873410695 L4_control_A1 +LQ01X014230 Putative uncharacterized protein 7.521004816 L4_control_A2 +LQ01X014230 Putative uncharacterized protein 9.000824499 L4_control_A3 +LQ01X014230 Putative uncharacterized protein 7.110158172 L4_control_B1 +LQ01X014230 Putative uncharacterized protein 7.385552781 L4_control_B2 +LQ01X014230 Putative uncharacterized protein 7.101032043 L4_control_B3 +LQ01X014230 Putative uncharacterized protein 7.725535536 L4_control_C2 +LQ01X014230 Putative uncharacterized protein 7.20052387 L4_control_C3 +LQ01X014230 Putative uncharacterized protein 8.183969956 L4_chemical_A1 +LQ01X014230 Putative uncharacterized protein 7.223645042 L4_chemical_A2 +LQ01X014230 Putative uncharacterized protein 8.884924391 L4_chemical_A3 +LQ01X014230 Putative uncharacterized protein 7.003817221 L4_chemical_B1 +LQ01X014230 Putative uncharacterized protein 7.586789389 L4_chemical_B2 +LQ01X014230 Putative uncharacterized protein 7.124966705 L4_chemical_B3 +LQ01X014230 Putative uncharacterized protein 7.401153575 L4_chemical_C2 +LQ01X014230 Putative uncharacterized protein 6.701044148 L4_chemical_C3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.87320951 C6_control_A1 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.56619077 C6_control_A3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.24264613 C6_control_B1 +LQ01X014280 Serine/threonine-protein phosphatase 5 13.07534338 C6_control_B2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.72579787 C6_control_B3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.80263016 C6_control_C1 +LQ01X014280 Serine/threonine-protein phosphatase 5 13.02805586 C6_control_C2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.75828679 C6_control_C3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.84590456 C6_chemical_A1 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.29549624 C6_chemical_A3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.15415234 C6_chemical_B1 +LQ01X014280 Serine/threonine-protein phosphatase 5 13.10808669 C6_chemical_B2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.63901097 C6_chemical_B3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.80919645 C6_chemical_C1 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.9130986 C6_chemical_C2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.78481213 C6_chemical_C3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.98525275 L4_control_A1 +LQ01X014280 Serine/threonine-protein phosphatase 5 13.05279093 L4_control_A2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.57609238 L4_control_A3 +LQ01X014280 Serine/threonine-protein phosphatase 5 11.94485687 L4_control_B1 +LQ01X014280 Serine/threonine-protein phosphatase 5 11.89092058 L4_control_B2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.36929754 L4_control_B3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.09234565 L4_control_C2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.06216182 L4_control_C3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.87688532 L4_chemical_A1 +LQ01X014280 Serine/threonine-protein phosphatase 5 13.07851127 L4_chemical_A2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.48701127 L4_chemical_A3 +LQ01X014280 Serine/threonine-protein phosphatase 5 11.80158131 L4_chemical_B1 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.03149006 L4_chemical_B2 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.61048042 L4_chemical_B3 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.01298763 L4_chemical_C2 +LQ01X014280 Serine/threonine-protein phosphatase 5 11.997854 L4_chemical_C3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.363220383 C6_control_A1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.857497282 C6_control_A3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 8.083832537 C6_control_B1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.095491306 C6_control_B2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 8.704617196 C6_control_B3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.522301756 C6_control_C1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 10.32479461 C6_control_C2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.926720452 C6_control_C3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.712443265 C6_chemical_A1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.092813288 C6_chemical_A3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 8.644874401 C6_chemical_B1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.833159408 C6_chemical_B2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.582297859 C6_chemical_B3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 10.52367183 C6_chemical_C1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 10.50634182 C6_chemical_C2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 10.66197318 C6_chemical_C3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 10.07074244 L4_control_A1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.706245315 L4_control_A2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 10.1730018 L4_control_A3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.090471249 L4_control_B1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 7.007964455 L4_control_B2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.563865629 L4_control_B3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.223912292 L4_control_C2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 8.942449797 L4_control_C3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.853476837 L4_chemical_A1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.508363547 L4_chemical_A2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 10.45305281 L4_chemical_A3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 8.547890775 L4_chemical_B1 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 8.139735341 L4_chemical_B2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.301510227 L4_chemical_B3 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 8.878992351 L4_chemical_C2 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 8.882519348 L4_chemical_C3 +LQ01X014330 Protein kinase, putative 5.348820568 C6_control_A1 +LQ01X014330 Protein kinase, putative 5.01841978 C6_control_A3 +LQ01X014330 Protein kinase, putative 5.3286656 C6_control_B1 +LQ01X014330 Protein kinase, putative 4.743237645 C6_control_B2 +LQ01X014330 Protein kinase, putative 5.086842698 C6_control_B3 +LQ01X014330 Protein kinase, putative 5.03036746 C6_control_C1 +LQ01X014330 Protein kinase, putative 5.028253695 C6_control_C2 +LQ01X014330 Protein kinase, putative 5.082208792 C6_control_C3 +LQ01X014330 Protein kinase, putative 5.106175575 C6_chemical_A1 +LQ01X014330 Protein kinase, putative 5.29366288 C6_chemical_A3 +LQ01X014330 Protein kinase, putative 5.216388346 C6_chemical_B1 +LQ01X014330 Protein kinase, putative 4.784511046 C6_chemical_B2 +LQ01X014330 Protein kinase, putative 4.771368673 C6_chemical_B3 +LQ01X014330 Protein kinase, putative 5.053297557 C6_chemical_C1 +LQ01X014330 Protein kinase, putative 4.930947797 C6_chemical_C2 +LQ01X014330 Protein kinase, putative 4.976160742 C6_chemical_C3 +LQ01X014330 Protein kinase, putative 4.559755945 L4_control_A1 +LQ01X014330 Protein kinase, putative 5.781056187 L4_control_A2 +LQ01X014330 Protein kinase, putative 5.526102844 L4_control_A3 +LQ01X014330 Protein kinase, putative 6.0957554 L4_control_B1 +LQ01X014330 Protein kinase, putative 5.121145672 L4_control_B2 +LQ01X014330 Protein kinase, putative 4.754909931 L4_control_B3 +LQ01X014330 Protein kinase, putative 6.08140901 L4_control_C2 +LQ01X014330 Protein kinase, putative 5.508168278 L4_control_C3 +LQ01X014330 Protein kinase, putative 5.149999766 L4_chemical_A1 +LQ01X014330 Protein kinase, putative 5.513499748 L4_chemical_A2 +LQ01X014330 Protein kinase, putative 5.23234747 L4_chemical_A3 +LQ01X014330 Protein kinase, putative 5.152369018 L4_chemical_B1 +LQ01X014330 Protein kinase, putative 5.117163614 L4_chemical_B2 +LQ01X014330 Protein kinase, putative 4.849192703 L4_chemical_B3 +LQ01X014330 Protein kinase, putative 5.009568203 L4_chemical_C2 +LQ01X014330 Protein kinase, putative 6.109484482 L4_chemical_C3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.216140979 C6_control_A1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.451817036 C6_control_A3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.085500117 C6_control_B1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.420524008 C6_control_B2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.122195776 C6_control_B3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.475366571 C6_control_C1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.175596228 C6_control_C2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.472025423 C6_control_C3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.529724294 C6_chemical_A1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.145214028 C6_chemical_A3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.482176081 C6_chemical_B1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.001528568 C6_chemical_B2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.465692561 C6_chemical_B3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.251848737 C6_chemical_C1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.555622615 C6_chemical_C2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.696760365 C6_chemical_C3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.531691902 L4_control_A1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.105807045 L4_control_A2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.706146973 L4_control_A3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.137976786 L4_control_B1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.391169314 L4_control_B2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.11975055 L4_control_B3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.146971987 L4_control_C2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.196621942 L4_control_C3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.212723575 L4_chemical_A1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.648453561 L4_chemical_A2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.323198553 L4_chemical_A3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.397297097 L4_chemical_B1 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.603919016 L4_chemical_B2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.172776902 L4_chemical_B3 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 4.638794119 L4_chemical_C2 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 4.730071575 L4_chemical_C3 +LQ01X014360 Hypothetical protein 5.128749931 C6_control_A1 +LQ01X014360 Hypothetical protein 4.815617378 C6_control_A3 +LQ01X014360 Hypothetical protein 5.563509187 C6_control_B1 +LQ01X014360 Hypothetical protein 4.769634432 C6_control_B2 +LQ01X014360 Hypothetical protein 4.981738096 C6_control_B3 +LQ01X014360 Hypothetical protein 5.100505474 C6_control_C1 +LQ01X014360 Hypothetical protein 5.194651057 C6_control_C2 +LQ01X014360 Hypothetical protein 5.103522644 C6_control_C3 +LQ01X014360 Hypothetical protein 5.138666851 C6_chemical_A1 +LQ01X014360 Hypothetical protein 5.234627644 C6_chemical_A3 +LQ01X014360 Hypothetical protein 6.030771109 C6_chemical_B1 +LQ01X014360 Hypothetical protein 4.740060755 C6_chemical_B2 +LQ01X014360 Hypothetical protein 5.014453839 C6_chemical_B3 +LQ01X014360 Hypothetical protein 4.915034065 C6_chemical_C1 +LQ01X014360 Hypothetical protein 5.612452165 C6_chemical_C2 +LQ01X014360 Hypothetical protein 4.98132145 C6_chemical_C3 +LQ01X014360 Hypothetical protein 4.718403608 L4_control_A1 +LQ01X014360 Hypothetical protein 4.99833868 L4_control_A2 +LQ01X014360 Hypothetical protein 4.928769865 L4_control_A3 +LQ01X014360 Hypothetical protein 5.150034778 L4_control_B1 +LQ01X014360 Hypothetical protein 4.992725116 L4_control_B2 +LQ01X014360 Hypothetical protein 4.870791177 L4_control_B3 +LQ01X014360 Hypothetical protein 5.463170375 L4_control_C2 +LQ01X014360 Hypothetical protein 5.14971898 L4_control_C3 +LQ01X014360 Hypothetical protein 5.200694474 L4_chemical_A1 +LQ01X014360 Hypothetical protein 4.900638169 L4_chemical_A2 +LQ01X014360 Hypothetical protein 4.877366123 L4_chemical_A3 +LQ01X014360 Hypothetical protein 4.85916005 L4_chemical_B1 +LQ01X014360 Hypothetical protein 5.044282704 L4_chemical_B2 +LQ01X014360 Hypothetical protein 5.014175409 L4_chemical_B3 +LQ01X014360 Hypothetical protein 5.077765889 L4_chemical_C2 +LQ01X014360 Hypothetical protein 5.280176571 L4_chemical_C3 +LQ01X014370 Hypothetical protein 5.388231385 C6_control_A1 +LQ01X014370 Hypothetical protein 4.987583422 C6_control_A3 +LQ01X014370 Hypothetical protein 5.046013541 C6_control_B1 +LQ01X014370 Hypothetical protein 5.226341763 C6_control_B2 +LQ01X014370 Hypothetical protein 5.340473869 C6_control_B3 +LQ01X014370 Hypothetical protein 4.962434587 C6_control_C1 +LQ01X014370 Hypothetical protein 5.130896058 C6_control_C2 +LQ01X014370 Hypothetical protein 5.277479301 C6_control_C3 +LQ01X014370 Hypothetical protein 5.290840204 C6_chemical_A1 +LQ01X014370 Hypothetical protein 5.129720158 C6_chemical_A3 +LQ01X014370 Hypothetical protein 4.78326002 C6_chemical_B1 +LQ01X014370 Hypothetical protein 4.909625135 C6_chemical_B2 +LQ01X014370 Hypothetical protein 5.121804761 C6_chemical_B3 +LQ01X014370 Hypothetical protein 5.002790829 C6_chemical_C1 +LQ01X014370 Hypothetical protein 4.9362437 C6_chemical_C2 +LQ01X014370 Hypothetical protein 5.054108088 C6_chemical_C3 +LQ01X014370 Hypothetical protein 5.069011109 L4_control_A1 +LQ01X014370 Hypothetical protein 5.464340495 L4_control_A2 +LQ01X014370 Hypothetical protein 5.697349072 L4_control_A3 +LQ01X014370 Hypothetical protein 5.604331459 L4_control_B1 +LQ01X014370 Hypothetical protein 5.459297186 L4_control_B2 +LQ01X014370 Hypothetical protein 5.329273719 L4_control_B3 +LQ01X014370 Hypothetical protein 5.189888208 L4_control_C2 +LQ01X014370 Hypothetical protein 5.085118277 L4_control_C3 +LQ01X014370 Hypothetical protein 5.147075437 L4_chemical_A1 +LQ01X014370 Hypothetical protein 5.278560796 L4_chemical_A2 +LQ01X014370 Hypothetical protein 5.912549644 L4_chemical_A3 +LQ01X014370 Hypothetical protein 5.371338342 L4_chemical_B1 +LQ01X014370 Hypothetical protein 5.397636806 L4_chemical_B2 +LQ01X014370 Hypothetical protein 5.26956584 L4_chemical_B3 +LQ01X014370 Hypothetical protein 6.008678231 L4_chemical_C2 +LQ01X014370 Hypothetical protein 5.543222663 L4_chemical_C3 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.967510203 C6_control_A1 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.980181551 C6_control_A3 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.887531159 C6_control_B1 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.776173585 C6_control_B2 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.660618058 C6_control_B3 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.749391133 C6_control_C1 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.912388885 C6_control_C2 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.689540734 C6_control_C3 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.099704167 C6_chemical_A1 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.969306393 C6_chemical_A3 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.499475169 C6_chemical_B1 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.569251777 C6_chemical_B2 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.70528901 C6_chemical_B3 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.687699654 C6_chemical_C1 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.9520327 C6_chemical_C2 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.816170269 C6_chemical_C3 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.793632994 L4_control_A1 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.735799512 L4_control_A2 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.464406422 L4_control_A3 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.268535278 L4_control_B1 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.030997087 L4_control_B2 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.778331813 L4_control_B3 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.055863504 L4_control_C2 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.627740362 L4_control_C3 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.653894391 L4_chemical_A1 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.751421901 L4_chemical_A2 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.590190049 L4_chemical_A3 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.867509042 L4_chemical_B1 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.00178353 L4_chemical_B2 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.699383689 L4_chemical_B3 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.193302596 L4_chemical_C2 +LQ01X014440 Agamous-like MADS-box protein AGL1 4.846299676 L4_chemical_C3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.138579474 C6_control_A1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 6.298678115 C6_control_A3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.324175296 C6_control_B1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 4.852448101 C6_control_B2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.191549637 C6_control_B3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.091284498 C6_control_C1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.205241632 C6_control_C2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 4.855591762 C6_control_C3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.73940568 C6_chemical_A1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.399504574 C6_chemical_A3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.186812794 C6_chemical_B1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.019558508 C6_chemical_B2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.114463737 C6_chemical_B3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.745196625 C6_chemical_C1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 4.874887671 C6_chemical_C2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.102769078 C6_chemical_C3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.357892273 L4_control_A1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.312521681 L4_control_A2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.771032542 L4_control_A3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.663889067 L4_control_B1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.778402102 L4_control_B2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.293512449 L4_control_B3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 4.970467547 L4_control_C2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 6.17070529 L4_control_C3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 4.951473083 L4_chemical_A1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.1238856 L4_chemical_A2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.432542533 L4_chemical_A3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.570754877 L4_chemical_B1 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.452366149 L4_chemical_B2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.263583108 L4_chemical_B3 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.488123862 L4_chemical_C2 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.958894115 L4_chemical_C3 +LQ01X014480 PDF 15.27281982 C6_control_A1 +LQ01X014480 PDF 15.39844096 C6_control_A3 +LQ01X014480 PDF 14.95418893 C6_control_B1 +LQ01X014480 PDF 12.29208588 C6_control_B2 +LQ01X014480 PDF 12.41640077 C6_control_B3 +LQ01X014480 PDF 7.920857956 C6_control_C1 +LQ01X014480 PDF 7.434980289 C6_control_C2 +LQ01X014480 PDF 9.197209798 C6_control_C3 +LQ01X014480 PDF 15.08955113 C6_chemical_A1 +LQ01X014480 PDF 15.33326274 C6_chemical_A3 +LQ01X014480 PDF 14.13211729 C6_chemical_B1 +LQ01X014480 PDF 11.78072715 C6_chemical_B2 +LQ01X014480 PDF 13.99777702 C6_chemical_B3 +LQ01X014480 PDF 7.251035993 C6_chemical_C1 +LQ01X014480 PDF 7.748607344 C6_chemical_C2 +LQ01X014480 PDF 8.376010433 C6_chemical_C3 +LQ01X014480 PDF 15.49396563 L4_control_A1 +LQ01X014480 PDF 15.5181013 L4_control_A2 +LQ01X014480 PDF 15.23087714 L4_control_A3 +LQ01X014480 PDF 11.82664207 L4_control_B1 +LQ01X014480 PDF 14.32950935 L4_control_B2 +LQ01X014480 PDF 10.38180777 L4_control_B3 +LQ01X014480 PDF 8.445222258 L4_control_C2 +LQ01X014480 PDF 7.407427982 L4_control_C3 +LQ01X014480 PDF 15.1826213 L4_chemical_A1 +LQ01X014480 PDF 15.176374 L4_chemical_A2 +LQ01X014480 PDF 15.20160359 L4_chemical_A3 +LQ01X014480 PDF 14.73301423 L4_chemical_B1 +LQ01X014480 PDF 14.54342962 L4_chemical_B2 +LQ01X014480 PDF 15.46565609 L4_chemical_B3 +LQ01X014480 PDF 7.79463549 L4_chemical_C2 +LQ01X014480 PDF 7.441346353 L4_chemical_C3 +LQ01X014540 Hypothetical protein 6.038109436 C6_control_A1 +LQ01X014540 Hypothetical protein 7.521245174 C6_control_A3 +LQ01X014540 Hypothetical protein 6.166602751 C6_control_B1 +LQ01X014540 Hypothetical protein 5.338060432 C6_control_B2 +LQ01X014540 Hypothetical protein 5.908668653 C6_control_B3 +LQ01X014540 Hypothetical protein 5.224592747 C6_control_C1 +LQ01X014540 Hypothetical protein 6.436323009 C6_control_C2 +LQ01X014540 Hypothetical protein 5.242107246 C6_control_C3 +LQ01X014540 Hypothetical protein 5.590942289 C6_chemical_A1 +LQ01X014540 Hypothetical protein 5.503521501 C6_chemical_A3 +LQ01X014540 Hypothetical protein 6.072020552 C6_chemical_B1 +LQ01X014540 Hypothetical protein 5.583974859 C6_chemical_B2 +LQ01X014540 Hypothetical protein 5.296765007 C6_chemical_B3 +LQ01X014540 Hypothetical protein 5.628622541 C6_chemical_C1 +LQ01X014540 Hypothetical protein 5.254626282 C6_chemical_C2 +LQ01X014540 Hypothetical protein 5.122564814 C6_chemical_C3 +LQ01X014540 Hypothetical protein 5.213242207 L4_control_A1 +LQ01X014540 Hypothetical protein 5.394215209 L4_control_A2 +LQ01X014540 Hypothetical protein 5.571168311 L4_control_A3 +LQ01X014540 Hypothetical protein 5.572895094 L4_control_B1 +LQ01X014540 Hypothetical protein 6.200248841 L4_control_B2 +LQ01X014540 Hypothetical protein 5.222047184 L4_control_B3 +LQ01X014540 Hypothetical protein 6.221807404 L4_control_C2 +LQ01X014540 Hypothetical protein 5.40922884 L4_control_C3 +LQ01X014540 Hypothetical protein 4.804872481 L4_chemical_A1 +LQ01X014540 Hypothetical protein 5.01050788 L4_chemical_A2 +LQ01X014540 Hypothetical protein 5.246011992 L4_chemical_A3 +LQ01X014540 Hypothetical protein 5.952089844 L4_chemical_B1 +LQ01X014540 Hypothetical protein 5.665761985 L4_chemical_B2 +LQ01X014540 Hypothetical protein 5.183035249 L4_chemical_B3 +LQ01X014540 Hypothetical protein 6.276657246 L4_chemical_C2 +LQ01X014540 Hypothetical protein 5.618375245 L4_chemical_C3 +LQ01X014550 Putative uncharacterized protein 5.578092896 C6_control_A1 +LQ01X014550 Putative uncharacterized protein 5.899135075 C6_control_A3 +LQ01X014550 Putative uncharacterized protein 6.386049249 C6_control_B1 +LQ01X014550 Putative uncharacterized protein 5.606350301 C6_control_B2 +LQ01X014550 Putative uncharacterized protein 5.768196709 C6_control_B3 +LQ01X014550 Putative uncharacterized protein 5.765186919 C6_control_C1 +LQ01X014550 Putative uncharacterized protein 5.921489878 C6_control_C2 +LQ01X014550 Putative uncharacterized protein 6.004617167 C6_control_C3 +LQ01X014550 Putative uncharacterized protein 5.68725135 C6_chemical_A1 +LQ01X014550 Putative uncharacterized protein 5.696433184 C6_chemical_A3 +LQ01X014550 Putative uncharacterized protein 6.050590907 C6_chemical_B1 +LQ01X014550 Putative uncharacterized protein 5.687719845 C6_chemical_B2 +LQ01X014550 Putative uncharacterized protein 6.045339556 C6_chemical_B3 +LQ01X014550 Putative uncharacterized protein 5.516699752 C6_chemical_C1 +LQ01X014550 Putative uncharacterized protein 6.327819287 C6_chemical_C2 +LQ01X014550 Putative uncharacterized protein 5.952960416 C6_chemical_C3 +LQ01X014550 Putative uncharacterized protein 5.45256208 L4_control_A1 +LQ01X014550 Putative uncharacterized protein 5.642544238 L4_control_A2 +LQ01X014550 Putative uncharacterized protein 5.815592423 L4_control_A3 +LQ01X014550 Putative uncharacterized protein 5.548042447 L4_control_B1 +LQ01X014550 Putative uncharacterized protein 5.52019828 L4_control_B2 +LQ01X014550 Putative uncharacterized protein 5.754488211 L4_control_B3 +LQ01X014550 Putative uncharacterized protein 5.539472524 L4_control_C2 +LQ01X014550 Putative uncharacterized protein 5.43194355 L4_control_C3 +LQ01X014550 Putative uncharacterized protein 5.577933261 L4_chemical_A1 +LQ01X014550 Putative uncharacterized protein 5.60343097 L4_chemical_A2 +LQ01X014550 Putative uncharacterized protein 5.285911929 L4_chemical_A3 +LQ01X014550 Putative uncharacterized protein 5.53385284 L4_chemical_B1 +LQ01X014550 Putative uncharacterized protein 6.135588313 L4_chemical_B2 +LQ01X014550 Putative uncharacterized protein 5.784623473 L4_chemical_B3 +LQ01X014550 Putative uncharacterized protein 5.979858254 L4_chemical_C2 +LQ01X014550 Putative uncharacterized protein 5.591047398 L4_chemical_C3 +LQ01X014580 Mitogen-activated protein kinase 20 5.182525421 C6_control_A1 +LQ01X014580 Mitogen-activated protein kinase 20 4.998142106 C6_control_A3 +LQ01X014580 Mitogen-activated protein kinase 20 5.315434961 C6_control_B1 +LQ01X014580 Mitogen-activated protein kinase 20 5.089106729 C6_control_B2 +LQ01X014580 Mitogen-activated protein kinase 20 4.748093537 C6_control_B3 +LQ01X014580 Mitogen-activated protein kinase 20 4.95769988 C6_control_C1 +LQ01X014580 Mitogen-activated protein kinase 20 4.930454828 C6_control_C2 +LQ01X014580 Mitogen-activated protein kinase 20 5.045640473 C6_control_C3 +LQ01X014580 Mitogen-activated protein kinase 20 5.239393078 C6_chemical_A1 +LQ01X014580 Mitogen-activated protein kinase 20 4.745345408 C6_chemical_A3 +LQ01X014580 Mitogen-activated protein kinase 20 5.283594335 C6_chemical_B1 +LQ01X014580 Mitogen-activated protein kinase 20 5.383173404 C6_chemical_B2 +LQ01X014580 Mitogen-activated protein kinase 20 5.039424514 C6_chemical_B3 +LQ01X014580 Mitogen-activated protein kinase 20 4.836995127 C6_chemical_C1 +LQ01X014580 Mitogen-activated protein kinase 20 5.108378558 C6_chemical_C2 +LQ01X014580 Mitogen-activated protein kinase 20 5.056744425 C6_chemical_C3 +LQ01X014580 Mitogen-activated protein kinase 20 4.810982315 L4_control_A1 +LQ01X014580 Mitogen-activated protein kinase 20 4.750755221 L4_control_A2 +LQ01X014580 Mitogen-activated protein kinase 20 5.209445665 L4_control_A3 +LQ01X014580 Mitogen-activated protein kinase 20 5.26909232 L4_control_B1 +LQ01X014580 Mitogen-activated protein kinase 20 5.028830623 L4_control_B2 +LQ01X014580 Mitogen-activated protein kinase 20 5.223889824 L4_control_B3 +LQ01X014580 Mitogen-activated protein kinase 20 5.028780134 L4_control_C2 +LQ01X014580 Mitogen-activated protein kinase 20 5.052726211 L4_control_C3 +LQ01X014580 Mitogen-activated protein kinase 20 4.976329618 L4_chemical_A1 +LQ01X014580 Mitogen-activated protein kinase 20 4.827271201 L4_chemical_A2 +LQ01X014580 Mitogen-activated protein kinase 20 5.065190093 L4_chemical_A3 +LQ01X014580 Mitogen-activated protein kinase 20 4.645926814 L4_chemical_B1 +LQ01X014580 Mitogen-activated protein kinase 20 5.073058322 L4_chemical_B2 +LQ01X014580 Mitogen-activated protein kinase 20 5.092011523 L4_chemical_B3 +LQ01X014580 Mitogen-activated protein kinase 20 5.304162489 L4_chemical_C2 +LQ01X014580 Mitogen-activated protein kinase 20 4.745544718 L4_chemical_C3 +LQ01X014610 AML1 11.89220038 C6_control_A1 +LQ01X014610 AML1 11.07587429 C6_control_A3 +LQ01X014610 AML1 11.91426196 C6_control_B1 +LQ01X014610 AML1 12.27649073 C6_control_B2 +LQ01X014610 AML1 12.2037827 C6_control_B3 +LQ01X014610 AML1 12.41606666 C6_control_C1 +LQ01X014610 AML1 12.35565194 C6_control_C2 +LQ01X014610 AML1 12.37512706 C6_control_C3 +LQ01X014610 AML1 12.16043394 C6_chemical_A1 +LQ01X014610 AML1 11.65758923 C6_chemical_A3 +LQ01X014610 AML1 12.18792845 C6_chemical_B1 +LQ01X014610 AML1 12.45973328 C6_chemical_B2 +LQ01X014610 AML1 12.45364152 C6_chemical_B3 +LQ01X014610 AML1 12.42269146 C6_chemical_C1 +LQ01X014610 AML1 12.28580622 C6_chemical_C2 +LQ01X014610 AML1 12.86637133 C6_chemical_C3 +LQ01X014610 AML1 11.95723683 L4_control_A1 +LQ01X014610 AML1 11.73563504 L4_control_A2 +LQ01X014610 AML1 12.43318144 L4_control_A3 +LQ01X014610 AML1 12.26884662 L4_control_B1 +LQ01X014610 AML1 12.67487644 L4_control_B2 +LQ01X014610 AML1 12.93885849 L4_control_B3 +LQ01X014610 AML1 12.24892695 L4_control_C2 +LQ01X014610 AML1 12.42942173 L4_control_C3 +LQ01X014610 AML1 12.14673039 L4_chemical_A1 +LQ01X014610 AML1 12.36267398 L4_chemical_A2 +LQ01X014610 AML1 12.30592436 L4_chemical_A3 +LQ01X014610 AML1 12.15765966 L4_chemical_B1 +LQ01X014610 AML1 12.4751383 L4_chemical_B2 +LQ01X014610 AML1 12.67475466 L4_chemical_B3 +LQ01X014610 AML1 12.24203823 L4_chemical_C2 +LQ01X014610 AML1 12.36641026 L4_chemical_C3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.16499747 C6_control_A1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.700985286 C6_control_A3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.769756544 C6_control_B1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.121724487 C6_control_B2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.982938513 C6_control_B3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.332657196 C6_control_C1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.392467799 C6_control_C2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.758002713 C6_control_C3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.438679358 C6_chemical_A1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.696196885 C6_chemical_A3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.925594818 C6_chemical_B1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.926769972 C6_chemical_B2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.065397785 C6_chemical_B3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.262675883 C6_chemical_C1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.923106317 C6_chemical_C2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.869955149 C6_chemical_C3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.911277977 L4_control_A1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.906743402 L4_control_A2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.740710011 L4_control_A3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.711189028 L4_control_B1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.65892839 L4_control_B2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.685674393 L4_control_B3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.802444815 L4_control_C2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.81360711 L4_control_C3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.857987385 L4_chemical_A1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.881572422 L4_chemical_A2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.15682609 L4_chemical_A3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.933636967 L4_chemical_B1 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.721773534 L4_chemical_B2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.100277213 L4_chemical_B3 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.904593348 L4_chemical_C2 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 5.493844721 L4_chemical_C3 +LQ01X014650 Putative uncharacterized protein 11.25702024 C6_control_A1 +LQ01X014650 Putative uncharacterized protein 11.43450198 C6_control_A3 +LQ01X014650 Putative uncharacterized protein 11.06439308 C6_control_B1 +LQ01X014650 Putative uncharacterized protein 9.00401013 C6_control_B2 +LQ01X014650 Putative uncharacterized protein 10.57461839 C6_control_B3 +LQ01X014650 Putative uncharacterized protein 8.62326864 C6_control_C1 +LQ01X014650 Putative uncharacterized protein 8.000542109 C6_control_C2 +LQ01X014650 Putative uncharacterized protein 8.359550483 C6_control_C3 +LQ01X014650 Putative uncharacterized protein 10.97591906 C6_chemical_A1 +LQ01X014650 Putative uncharacterized protein 11.57615081 C6_chemical_A3 +LQ01X014650 Putative uncharacterized protein 10.72734112 C6_chemical_B1 +LQ01X014650 Putative uncharacterized protein 9.018087072 C6_chemical_B2 +LQ01X014650 Putative uncharacterized protein 10.15833626 C6_chemical_B3 +LQ01X014650 Putative uncharacterized protein 8.272874248 C6_chemical_C1 +LQ01X014650 Putative uncharacterized protein 8.332358389 C6_chemical_C2 +LQ01X014650 Putative uncharacterized protein 7.462954907 C6_chemical_C3 +LQ01X014650 Putative uncharacterized protein 11.41125793 L4_control_A1 +LQ01X014650 Putative uncharacterized protein 11.50079586 L4_control_A2 +LQ01X014650 Putative uncharacterized protein 12.60653667 L4_control_A3 +LQ01X014650 Putative uncharacterized protein 10.14391995 L4_control_B1 +LQ01X014650 Putative uncharacterized protein 11.7290171 L4_control_B2 +LQ01X014650 Putative uncharacterized protein 8.627889717 L4_control_B3 +LQ01X014650 Putative uncharacterized protein 9.072120261 L4_control_C2 +LQ01X014650 Putative uncharacterized protein 8.914290616 L4_control_C3 +LQ01X014650 Putative uncharacterized protein 10.65197147 L4_chemical_A1 +LQ01X014650 Putative uncharacterized protein 10.50974724 L4_chemical_A2 +LQ01X014650 Putative uncharacterized protein 12.09793461 L4_chemical_A3 +LQ01X014650 Putative uncharacterized protein 10.91902283 L4_chemical_B1 +LQ01X014650 Putative uncharacterized protein 11.35305119 L4_chemical_B2 +LQ01X014650 Putative uncharacterized protein 10.67461147 L4_chemical_B3 +LQ01X014650 Putative uncharacterized protein 8.989214179 L4_chemical_C2 +LQ01X014650 Putative uncharacterized protein 9.034238254 L4_chemical_C3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.994447359 C6_control_A1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.730847159 C6_control_A3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 9.186427189 C6_control_B1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 10.48882656 C6_control_B2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 9.078483287 C6_control_B3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 12.3764363 C6_control_C1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 12.47100133 C6_control_C2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 12.49118095 C6_control_C3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.755579367 C6_chemical_A1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.615575621 C6_chemical_A3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.785527624 C6_chemical_B1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 10.58364247 C6_chemical_B2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 9.449274923 C6_chemical_B3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 12.2132339 C6_chemical_C1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 12.93224455 C6_chemical_C2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 12.10247149 C6_chemical_C3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.004589009 L4_control_A1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 9.363674652 L4_control_A2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 9.549485823 L4_control_A3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.323844331 L4_control_B1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.360586431 L4_control_B2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 9.498259161 L4_control_B3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 11.55668597 L4_control_C2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 11.3485326 L4_control_C3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.657306677 L4_chemical_A1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 9.639515617 L4_chemical_A2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 9.013597632 L4_chemical_A3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.359828393 L4_chemical_B1 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.613467294 L4_chemical_B2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.96173691 L4_chemical_B3 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 11.27559 L4_chemical_C2 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 11.78643916 L4_chemical_C3 +LQ01X014690 Putative Predicted protein 12.38329066 C6_control_A1 +LQ01X014690 Putative Predicted protein 12.75930274 C6_control_A3 +LQ01X014690 Putative Predicted protein 12.69089748 C6_control_B1 +LQ01X014690 Putative Predicted protein 12.25034733 C6_control_B2 +LQ01X014690 Putative Predicted protein 12.44336442 C6_control_B3 +LQ01X014690 Putative Predicted protein 12.25615203 C6_control_C1 +LQ01X014690 Putative Predicted protein 12.66631813 C6_control_C2 +LQ01X014690 Putative Predicted protein 12.95378501 C6_control_C3 +LQ01X014690 Putative Predicted protein 12.45363568 C6_chemical_A1 +LQ01X014690 Putative Predicted protein 12.50300024 C6_chemical_A3 +LQ01X014690 Putative Predicted protein 12.65739327 C6_chemical_B1 +LQ01X014690 Putative Predicted protein 11.90164385 C6_chemical_B2 +LQ01X014690 Putative Predicted protein 12.57178227 C6_chemical_B3 +LQ01X014690 Putative Predicted protein 12.28129891 C6_chemical_C1 +LQ01X014690 Putative Predicted protein 12.76199606 C6_chemical_C2 +LQ01X014690 Putative Predicted protein 12.84088854 C6_chemical_C3 +LQ01X014690 Putative Predicted protein 12.88813265 L4_control_A1 +LQ01X014690 Putative Predicted protein 12.69793943 L4_control_A2 +LQ01X014690 Putative Predicted protein 12.56788444 L4_control_A3 +LQ01X014690 Putative Predicted protein 13.16820643 L4_control_B1 +LQ01X014690 Putative Predicted protein 12.89598985 L4_control_B2 +LQ01X014690 Putative Predicted protein 12.72711018 L4_control_B3 +LQ01X014690 Putative Predicted protein 13.46717078 L4_control_C2 +LQ01X014690 Putative Predicted protein 13.17616529 L4_control_C3 +LQ01X014690 Putative Predicted protein 13.05499235 L4_chemical_A1 +LQ01X014690 Putative Predicted protein 12.96690221 L4_chemical_A2 +LQ01X014690 Putative Predicted protein 13.08681321 L4_chemical_A3 +LQ01X014690 Putative Predicted protein 13.32006725 L4_chemical_B1 +LQ01X014690 Putative Predicted protein 13.26932609 L4_chemical_B2 +LQ01X014690 Putative Predicted protein 12.59646864 L4_chemical_B3 +LQ01X014690 Putative Predicted protein 13.41701552 L4_chemical_C2 +LQ01X014690 Putative Predicted protein 13.32960498 L4_chemical_C3 +LQ01X014730 Putative uncharacterized protein 5.192322774 C6_control_A1 +LQ01X014730 Putative uncharacterized protein 5.19193113 C6_control_A3 +LQ01X014730 Putative uncharacterized protein 5.503738238 C6_control_B1 +LQ01X014730 Putative uncharacterized protein 5.591399476 C6_control_B2 +LQ01X014730 Putative uncharacterized protein 5.844456308 C6_control_B3 +LQ01X014730 Putative uncharacterized protein 5.164356338 C6_control_C1 +LQ01X014730 Putative uncharacterized protein 5.501688696 C6_control_C2 +LQ01X014730 Putative uncharacterized protein 5.108107187 C6_control_C3 +LQ01X014730 Putative uncharacterized protein 5.756885439 C6_chemical_A1 +LQ01X014730 Putative uncharacterized protein 5.358687207 C6_chemical_A3 +LQ01X014730 Putative uncharacterized protein 5.797255568 C6_chemical_B1 +LQ01X014730 Putative uncharacterized protein 5.043792588 C6_chemical_B2 +LQ01X014730 Putative uncharacterized protein 5.920208763 C6_chemical_B3 +LQ01X014730 Putative uncharacterized protein 5.441668509 C6_chemical_C1 +LQ01X014730 Putative uncharacterized protein 5.075352547 C6_chemical_C2 +LQ01X014730 Putative uncharacterized protein 5.437519639 C6_chemical_C3 +LQ01X014730 Putative uncharacterized protein 5.471210894 L4_control_A1 +LQ01X014730 Putative uncharacterized protein 5.951529087 L4_control_A2 +LQ01X014730 Putative uncharacterized protein 5.773690349 L4_control_A3 +LQ01X014730 Putative uncharacterized protein 6.654269605 L4_control_B1 +LQ01X014730 Putative uncharacterized protein 6.083003095 L4_control_B2 +LQ01X014730 Putative uncharacterized protein 5.326782785 L4_control_B3 +LQ01X014730 Putative uncharacterized protein 5.928713933 L4_control_C2 +LQ01X014730 Putative uncharacterized protein 6.907509721 L4_control_C3 +LQ01X014730 Putative uncharacterized protein 5.605316054 L4_chemical_A1 +LQ01X014730 Putative uncharacterized protein 6.243386019 L4_chemical_A2 +LQ01X014730 Putative uncharacterized protein 5.919380447 L4_chemical_A3 +LQ01X014730 Putative uncharacterized protein 5.497561534 L4_chemical_B1 +LQ01X014730 Putative uncharacterized protein 5.952946429 L4_chemical_B2 +LQ01X014730 Putative uncharacterized protein 5.100922105 L4_chemical_B3 +LQ01X014730 Putative uncharacterized protein 7.339469577 L4_chemical_C2 +LQ01X014730 Putative uncharacterized protein 6.953568806 L4_chemical_C3 +LQ01X014740 Hypothetical protein 5.403032759 C6_control_A1 +LQ01X014740 Hypothetical protein 5.296240455 C6_control_A3 +LQ01X014740 Hypothetical protein 5.730298242 C6_control_B1 +LQ01X014740 Hypothetical protein 5.373918863 C6_control_B2 +LQ01X014740 Hypothetical protein 5.697421982 C6_control_B3 +LQ01X014740 Hypothetical protein 5.158039001 C6_control_C1 +LQ01X014740 Hypothetical protein 5.366492354 C6_control_C2 +LQ01X014740 Hypothetical protein 5.701393132 C6_control_C3 +LQ01X014740 Hypothetical protein 5.406795557 C6_chemical_A1 +LQ01X014740 Hypothetical protein 5.43192793 C6_chemical_A3 +LQ01X014740 Hypothetical protein 5.58476262 C6_chemical_B1 +LQ01X014740 Hypothetical protein 5.408100817 C6_chemical_B2 +LQ01X014740 Hypothetical protein 6.422857309 C6_chemical_B3 +LQ01X014740 Hypothetical protein 5.110682544 C6_chemical_C1 +LQ01X014740 Hypothetical protein 5.718849588 C6_chemical_C2 +LQ01X014740 Hypothetical protein 5.740094177 C6_chemical_C3 +LQ01X014740 Hypothetical protein 5.215465748 L4_control_A1 +LQ01X014740 Hypothetical protein 5.887563323 L4_control_A2 +LQ01X014740 Hypothetical protein 6.019153763 L4_control_A3 +LQ01X014740 Hypothetical protein 5.699701213 L4_control_B1 +LQ01X014740 Hypothetical protein 5.546749473 L4_control_B2 +LQ01X014740 Hypothetical protein 6.035980579 L4_control_B3 +LQ01X014740 Hypothetical protein 5.620614778 L4_control_C2 +LQ01X014740 Hypothetical protein 5.04138977 L4_control_C3 +LQ01X014740 Hypothetical protein 5.752809881 L4_chemical_A1 +LQ01X014740 Hypothetical protein 5.662289546 L4_chemical_A2 +LQ01X014740 Hypothetical protein 5.489215466 L4_chemical_A3 +LQ01X014740 Hypothetical protein 5.659405217 L4_chemical_B1 +LQ01X014740 Hypothetical protein 6.711465119 L4_chemical_B2 +LQ01X014740 Hypothetical protein 5.940445481 L4_chemical_B3 +LQ01X014740 Hypothetical protein 5.490403201 L4_chemical_C2 +LQ01X014740 Hypothetical protein 5.845625489 L4_chemical_C3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 6.058126999 C6_control_A1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.035696083 C6_control_A3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.376814077 C6_control_B1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.536325261 C6_control_B2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.62475582 C6_control_B3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.269042419 C6_control_C1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.50667724 C6_control_C2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.746839737 C6_control_C3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.583775483 C6_chemical_A1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.670210615 C6_chemical_A3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.364699505 C6_chemical_B1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.373775456 C6_chemical_B2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.513218631 C6_chemical_B3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.602079536 C6_chemical_C1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.591080857 C6_chemical_C2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 6.007792995 C6_chemical_C3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.913541784 L4_control_A1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 6.089859527 L4_control_A2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.58586681 L4_control_A3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.941133813 L4_control_B1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.974352073 L4_control_B2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.774061837 L4_control_B3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.47938598 L4_control_C2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.343274487 L4_control_C3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.851255244 L4_chemical_A1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.769599407 L4_chemical_A2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.447472303 L4_chemical_A3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.745749906 L4_chemical_B1 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.894308731 L4_chemical_B2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.313426373 L4_chemical_B3 +LQ01X014770 Probable receptor-like protein kinase At2g42960 6.05746198 L4_chemical_C2 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.172704569 L4_chemical_C3 +LQ01X014780 Putative uncharacterized protein 5.129609375 C6_control_A1 +LQ01X014780 Putative uncharacterized protein 5.038974862 C6_control_A3 +LQ01X014780 Putative uncharacterized protein 5.014454794 C6_control_B1 +LQ01X014780 Putative uncharacterized protein 5.327853995 C6_control_B2 +LQ01X014780 Putative uncharacterized protein 5.047744547 C6_control_B3 +LQ01X014780 Putative uncharacterized protein 5.256154841 C6_control_C1 +LQ01X014780 Putative uncharacterized protein 5.454886984 C6_control_C2 +LQ01X014780 Putative uncharacterized protein 5.399842729 C6_control_C3 +LQ01X014780 Putative uncharacterized protein 5.164883902 C6_chemical_A1 +LQ01X014780 Putative uncharacterized protein 5.495816848 C6_chemical_A3 +LQ01X014780 Putative uncharacterized protein 4.971893001 C6_chemical_B1 +LQ01X014780 Putative uncharacterized protein 5.374985967 C6_chemical_B2 +LQ01X014780 Putative uncharacterized protein 4.866862623 C6_chemical_B3 +LQ01X014780 Putative uncharacterized protein 5.429057379 C6_chemical_C1 +LQ01X014780 Putative uncharacterized protein 5.478864798 C6_chemical_C2 +LQ01X014780 Putative uncharacterized protein 5.715075007 C6_chemical_C3 +LQ01X014780 Putative uncharacterized protein 5.006644847 L4_control_A1 +LQ01X014780 Putative uncharacterized protein 5.354828946 L4_control_A2 +LQ01X014780 Putative uncharacterized protein 5.494391992 L4_control_A3 +LQ01X014780 Putative uncharacterized protein 5.063250623 L4_control_B1 +LQ01X014780 Putative uncharacterized protein 5.365170493 L4_control_B2 +LQ01X014780 Putative uncharacterized protein 4.854979603 L4_control_B3 +LQ01X014780 Putative uncharacterized protein 5.155449494 L4_control_C2 +LQ01X014780 Putative uncharacterized protein 5.055748836 L4_control_C3 +LQ01X014780 Putative uncharacterized protein 4.995559146 L4_chemical_A1 +LQ01X014780 Putative uncharacterized protein 5.392167243 L4_chemical_A2 +LQ01X014780 Putative uncharacterized protein 5.22372517 L4_chemical_A3 +LQ01X014780 Putative uncharacterized protein 5.415039963 L4_chemical_B1 +LQ01X014780 Putative uncharacterized protein 5.342035555 L4_chemical_B2 +LQ01X014780 Putative uncharacterized protein 5.053718561 L4_chemical_B3 +LQ01X014780 Putative uncharacterized protein 5.120072764 L4_chemical_C2 +LQ01X014780 Putative uncharacterized protein 5.673057534 L4_chemical_C3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 6.026609067 C6_control_A1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 6.329760543 C6_control_A3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.782848481 C6_control_B1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.744597014 C6_control_B2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.896501498 C6_control_B3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.808626947 C6_control_C1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 6.165184166 C6_control_C2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.489923042 C6_control_C3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.5976213 C6_chemical_A1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.820481443 C6_chemical_A3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.696331672 C6_chemical_B1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.849910582 C6_chemical_B2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.131535465 C6_chemical_B3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.447690156 C6_chemical_C1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.942003703 C6_chemical_C2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.410279073 C6_chemical_C3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.615182739 L4_control_A1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.325494447 L4_control_A2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.54720169 L4_control_A3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.925032324 L4_control_B1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 6.081625691 L4_control_B2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.632390431 L4_control_B3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 6.047554916 L4_control_C2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.276103008 L4_control_C3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.535260289 L4_chemical_A1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.764924518 L4_chemical_A2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.514231171 L4_chemical_A3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 6.099085957 L4_chemical_B1 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 6.006957675 L4_chemical_B2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.67381967 L4_chemical_B3 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.84808368 L4_chemical_C2 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.071666796 L4_chemical_C3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.81299828 C6_control_A1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 6.044915787 C6_control_A3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.537589405 C6_control_B1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.319342456 C6_control_B2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.231777417 C6_control_B3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.529746273 C6_control_C1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.951220509 C6_control_C2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.526814222 C6_control_C3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.637628288 C6_chemical_A1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.459507124 C6_chemical_A3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.412206026 C6_chemical_B1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.559916772 C6_chemical_B2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.505096233 C6_chemical_B3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.579421903 C6_chemical_C1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.228652014 C6_chemical_C2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.558212132 C6_chemical_C3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.567710267 L4_control_A1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.448896031 L4_control_A2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.08269767 L4_control_A3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 4.961371379 L4_control_B1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.409209713 L4_control_B2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.201535753 L4_control_B3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.373369015 L4_control_C2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 4.838171721 L4_control_C3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.464058852 L4_chemical_A1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.372725144 L4_chemical_A2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.012867125 L4_chemical_A3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.336012742 L4_chemical_B1 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.468540843 L4_chemical_B2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.073925728 L4_chemical_B3 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.15400931 L4_chemical_C2 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 4.921432095 L4_chemical_C3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.59497758 C6_control_A1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.71152692 C6_control_A3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.14651996 C6_control_B1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.918024778 C6_control_B2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.13749422 C6_control_B3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.251402461 C6_control_C1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 8.844448592 C6_control_C2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.12057032 C6_control_C3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.28539659 C6_chemical_A1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.80401876 C6_chemical_A3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.763994968 C6_chemical_B1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.6403026 C6_chemical_B2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.450783034 C6_chemical_B3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.077669655 C6_chemical_C1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 8.755934223 C6_chemical_C2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 8.402890675 C6_chemical_C3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 11.11932388 L4_control_A1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 11.27843553 L4_control_A2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 11.57898997 L4_control_A3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.50611349 L4_control_B1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.51001225 L4_control_B2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.69900406 L4_control_B3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 9.12081694 L4_control_C2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 8.215292937 L4_control_C3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.628159 L4_chemical_A1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.69341521 L4_chemical_A2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 11.49340682 L4_chemical_A3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.40786572 L4_chemical_B1 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.38589738 L4_chemical_B2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.14957773 L4_chemical_B3 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 8.426415558 L4_chemical_C2 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 8.210075306 L4_chemical_C3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 10.94183468 C6_control_A1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.35606802 C6_control_A3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.66535485 C6_control_B1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 12.4486654 C6_control_B2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.82341709 C6_control_B3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 12.55348575 C6_control_C1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 13.53931379 C6_control_C2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 13.29674557 C6_control_C3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.14693469 C6_chemical_A1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.31238907 C6_chemical_A3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.46929672 C6_chemical_B1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 12.54232437 C6_chemical_B2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.86271173 C6_chemical_B3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 12.28227816 C6_chemical_C1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 13.07974542 C6_chemical_C2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 12.98016711 C6_chemical_C3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.22128917 L4_control_A1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.50037615 L4_control_A2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.82171894 L4_control_A3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.77900324 L4_control_B1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.9937059 L4_control_B2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 13.15429685 L4_control_B3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 13.36242896 L4_control_C2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 13.43469514 L4_control_C3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.19656431 L4_chemical_A1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.5020902 L4_chemical_A2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.52737889 L4_chemical_A3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.47732093 L4_chemical_B1 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.57073432 L4_chemical_B2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 12.13233539 L4_chemical_B3 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 13.29879741 L4_chemical_C2 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 13.28666912 L4_chemical_C3 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.246984596 C6_control_A1 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.084867975 C6_control_A3 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.927706236 C6_control_B1 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.017282193 C6_control_B2 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.711052883 C6_control_B3 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.314229438 C6_control_C1 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.363071366 C6_control_C2 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.673203531 C6_control_C3 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.825587376 C6_chemical_A1 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.950764877 C6_chemical_A3 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.184889876 C6_chemical_B1 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.589611375 C6_chemical_B2 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.962328792 C6_chemical_B3 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.3150067 C6_chemical_C1 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.835551521 C6_chemical_C2 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.504650661 C6_chemical_C3 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.34052515 L4_control_A1 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.89755663 L4_control_A2 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.38879305 L4_control_A3 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.343708315 L4_control_B1 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.325101418 L4_control_B2 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.840729843 L4_control_B3 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.233090698 L4_control_C2 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.649453512 L4_control_C3 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.833743835 L4_chemical_A1 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.723229081 L4_chemical_A2 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.977044489 L4_chemical_A3 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.425251286 L4_chemical_B1 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.435071528 L4_chemical_B2 +LQ01X014920 Protein TRANSPARENT TESTA 12 5.76562481 L4_chemical_B3 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.178928006 L4_chemical_C2 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.119593033 L4_chemical_C3 +LQ01X014930 Auxin response factor 6 5.731133579 C6_control_A1 +LQ01X014930 Auxin response factor 6 5.581337542 C6_control_A3 +LQ01X014930 Auxin response factor 6 5.169095744 C6_control_B1 +LQ01X014930 Auxin response factor 6 5.573362132 C6_control_B2 +LQ01X014930 Auxin response factor 6 5.665401828 C6_control_B3 +LQ01X014930 Auxin response factor 6 5.451191396 C6_control_C1 +LQ01X014930 Auxin response factor 6 5.222704932 C6_control_C2 +LQ01X014930 Auxin response factor 6 5.888683375 C6_control_C3 +LQ01X014930 Auxin response factor 6 5.322001987 C6_chemical_A1 +LQ01X014930 Auxin response factor 6 5.481744643 C6_chemical_A3 +LQ01X014930 Auxin response factor 6 5.340941585 C6_chemical_B1 +LQ01X014930 Auxin response factor 6 5.430473208 C6_chemical_B2 +LQ01X014930 Auxin response factor 6 5.795625748 C6_chemical_B3 +LQ01X014930 Auxin response factor 6 5.665771176 C6_chemical_C1 +LQ01X014930 Auxin response factor 6 5.503842945 C6_chemical_C2 +LQ01X014930 Auxin response factor 6 5.731480649 C6_chemical_C3 +LQ01X014930 Auxin response factor 6 5.8809024 L4_control_A1 +LQ01X014930 Auxin response factor 6 5.723552492 L4_control_A2 +LQ01X014930 Auxin response factor 6 6.408630384 L4_control_A3 +LQ01X014930 Auxin response factor 6 5.199670798 L4_control_B1 +LQ01X014930 Auxin response factor 6 5.338875077 L4_control_B2 +LQ01X014930 Auxin response factor 6 5.428418797 L4_control_B3 +LQ01X014930 Auxin response factor 6 5.168937418 L4_control_C2 +LQ01X014930 Auxin response factor 6 5.213338263 L4_control_C3 +LQ01X014930 Auxin response factor 6 5.85083839 L4_chemical_A1 +LQ01X014930 Auxin response factor 6 6.163489307 L4_chemical_A2 +LQ01X014930 Auxin response factor 6 6.762233129 L4_chemical_A3 +LQ01X014930 Auxin response factor 6 5.316632147 L4_chemical_B1 +LQ01X014930 Auxin response factor 6 4.832112642 L4_chemical_B2 +LQ01X014930 Auxin response factor 6 5.432500853 L4_chemical_B3 +LQ01X014930 Auxin response factor 6 5.198521475 L4_chemical_C2 +LQ01X014930 Auxin response factor 6 5.172643705 L4_chemical_C3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.554257699 C6_control_A1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.882156996 C6_control_A3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.24092684 C6_control_B1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.596766165 C6_control_B2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.406244923 C6_control_B3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.668523938 C6_control_C1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.802065565 C6_control_C2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.35805192 C6_control_C3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.70521078 C6_chemical_A1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.875934052 C6_chemical_A3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.922294848 C6_chemical_B1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.441045625 C6_chemical_B2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.383608491 C6_chemical_B3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.804542262 C6_chemical_C1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.763556454 C6_chemical_C2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.424924832 C6_chemical_C3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.395109708 L4_control_A1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.366654611 L4_control_A2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.442819793 L4_control_A3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 6.033371801 L4_control_B1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.661531405 L4_control_B2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.561969233 L4_control_B3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.411613895 L4_control_C2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.350511993 L4_control_C3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.437457381 L4_chemical_A1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.724007896 L4_chemical_A2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.81331576 L4_chemical_A3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.636565169 L4_chemical_B1 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 6.008910451 L4_chemical_B2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.616670279 L4_chemical_B3 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.690346994 L4_chemical_C2 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.808104377 L4_chemical_C3 +LQ01X014950 Probable polyamine oxidase 2 11.930704 C6_control_A1 +LQ01X014950 Probable polyamine oxidase 2 12.06804655 C6_control_A3 +LQ01X014950 Probable polyamine oxidase 2 11.92350058 C6_control_B1 +LQ01X014950 Probable polyamine oxidase 2 12.83522249 C6_control_B2 +LQ01X014950 Probable polyamine oxidase 2 12.4380394 C6_control_B3 +LQ01X014950 Probable polyamine oxidase 2 12.82059162 C6_control_C1 +LQ01X014950 Probable polyamine oxidase 2 13.1217122 C6_control_C2 +LQ01X014950 Probable polyamine oxidase 2 13.25444223 C6_control_C3 +LQ01X014950 Probable polyamine oxidase 2 11.66713269 C6_chemical_A1 +LQ01X014950 Probable polyamine oxidase 2 12.25030298 C6_chemical_A3 +LQ01X014950 Probable polyamine oxidase 2 11.80847471 C6_chemical_B1 +LQ01X014950 Probable polyamine oxidase 2 12.57966097 C6_chemical_B2 +LQ01X014950 Probable polyamine oxidase 2 12.00547468 C6_chemical_B3 +LQ01X014950 Probable polyamine oxidase 2 12.47020511 C6_chemical_C1 +LQ01X014950 Probable polyamine oxidase 2 12.91758804 C6_chemical_C2 +LQ01X014950 Probable polyamine oxidase 2 13.41385757 C6_chemical_C3 +LQ01X014950 Probable polyamine oxidase 2 12.39392916 L4_control_A1 +LQ01X014950 Probable polyamine oxidase 2 12.8576149 L4_control_A2 +LQ01X014950 Probable polyamine oxidase 2 13.22529916 L4_control_A3 +LQ01X014950 Probable polyamine oxidase 2 13.00567977 L4_control_B1 +LQ01X014950 Probable polyamine oxidase 2 12.57055142 L4_control_B2 +LQ01X014950 Probable polyamine oxidase 2 13.50016306 L4_control_B3 +LQ01X014950 Probable polyamine oxidase 2 12.97654203 L4_control_C2 +LQ01X014950 Probable polyamine oxidase 2 13.66807408 L4_control_C3 +LQ01X014950 Probable polyamine oxidase 2 11.83974797 L4_chemical_A1 +LQ01X014950 Probable polyamine oxidase 2 12.23325038 L4_chemical_A2 +LQ01X014950 Probable polyamine oxidase 2 12.5099442 L4_chemical_A3 +LQ01X014950 Probable polyamine oxidase 2 12.30317206 L4_chemical_B1 +LQ01X014950 Probable polyamine oxidase 2 12.19826659 L4_chemical_B2 +LQ01X014950 Probable polyamine oxidase 2 13.06792491 L4_chemical_B3 +LQ01X014950 Probable polyamine oxidase 2 12.69070729 L4_chemical_C2 +LQ01X014950 Probable polyamine oxidase 2 13.50132346 L4_chemical_C3 +LQ01X014990 Putative Transcription factor PIF4 9.194071542 C6_control_A1 +LQ01X014990 Putative Transcription factor PIF4 9.105918322 C6_control_A3 +LQ01X014990 Putative Transcription factor PIF4 9.253946207 C6_control_B1 +LQ01X014990 Putative Transcription factor PIF4 8.656290929 C6_control_B2 +LQ01X014990 Putative Transcription factor PIF4 9.562967576 C6_control_B3 +LQ01X014990 Putative Transcription factor PIF4 10.39731203 C6_control_C1 +LQ01X014990 Putative Transcription factor PIF4 9.893517568 C6_control_C2 +LQ01X014990 Putative Transcription factor PIF4 10.72800495 C6_control_C3 +LQ01X014990 Putative Transcription factor PIF4 8.898330433 C6_chemical_A1 +LQ01X014990 Putative Transcription factor PIF4 9.818491386 C6_chemical_A3 +LQ01X014990 Putative Transcription factor PIF4 9.611038211 C6_chemical_B1 +LQ01X014990 Putative Transcription factor PIF4 8.706596111 C6_chemical_B2 +LQ01X014990 Putative Transcription factor PIF4 10.24288929 C6_chemical_B3 +LQ01X014990 Putative Transcription factor PIF4 10.15787698 C6_chemical_C1 +LQ01X014990 Putative Transcription factor PIF4 9.719148067 C6_chemical_C2 +LQ01X014990 Putative Transcription factor PIF4 10.49596681 C6_chemical_C3 +LQ01X014990 Putative Transcription factor PIF4 8.686507054 L4_control_A1 +LQ01X014990 Putative Transcription factor PIF4 8.099647476 L4_control_A2 +LQ01X014990 Putative Transcription factor PIF4 8.373052769 L4_control_A3 +LQ01X014990 Putative Transcription factor PIF4 9.187762281 L4_control_B1 +LQ01X014990 Putative Transcription factor PIF4 9.262649022 L4_control_B2 +LQ01X014990 Putative Transcription factor PIF4 9.306974026 L4_control_B3 +LQ01X014990 Putative Transcription factor PIF4 10.28297513 L4_control_C2 +LQ01X014990 Putative Transcription factor PIF4 10.60999618 L4_control_C3 +LQ01X014990 Putative Transcription factor PIF4 10.00450082 L4_chemical_A1 +LQ01X014990 Putative Transcription factor PIF4 8.984395431 L4_chemical_A2 +LQ01X014990 Putative Transcription factor PIF4 9.090193495 L4_chemical_A3 +LQ01X014990 Putative Transcription factor PIF4 10.05093889 L4_chemical_B1 +LQ01X014990 Putative Transcription factor PIF4 9.467178937 L4_chemical_B2 +LQ01X014990 Putative Transcription factor PIF4 9.196594491 L4_chemical_B3 +LQ01X014990 Putative Transcription factor PIF4 10.40124588 L4_chemical_C2 +LQ01X014990 Putative Transcription factor PIF4 10.58017979 L4_chemical_C3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 11.98101561 C6_control_A1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 10.60631054 C6_control_A3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.87470273 C6_control_B1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 13.05354007 C6_control_B2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 11.96072448 C6_control_B3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 14.43331791 C6_control_C1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 13.85933906 C6_control_C2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 13.52079172 C6_control_C3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.41349575 C6_chemical_A1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 11.23417418 C6_chemical_A3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 13.41941008 C6_chemical_B1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 13.57438448 C6_chemical_B2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.05353849 C6_chemical_B3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 14.26661075 C6_chemical_C1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 14.02146145 C6_chemical_C2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 13.84721281 C6_chemical_C3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 11.19524581 L4_control_A1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 11.7934743 L4_control_A2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 8.812820459 L4_control_A3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.36852531 L4_control_B1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.50869013 L4_control_B2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.14930733 L4_control_B3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 13.48764876 L4_control_C2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.57438742 L4_control_C3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 11.07798185 L4_chemical_A1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 11.40955867 L4_chemical_A2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 8.883126654 L4_chemical_A3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.19175288 L4_chemical_B1 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 11.94248191 L4_chemical_B2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 10.87413429 L4_chemical_B3 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.93792231 L4_chemical_C2 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.90448388 L4_chemical_C3 +LQ01X015010 Hypothetical protein 8.843101765 C6_control_A1 +LQ01X015010 Hypothetical protein 7.5736665 C6_control_A3 +LQ01X015010 Hypothetical protein 7.603706818 C6_control_B1 +LQ01X015010 Hypothetical protein 7.106838465 C6_control_B2 +LQ01X015010 Hypothetical protein 5.827563675 C6_control_B3 +LQ01X015010 Hypothetical protein 10.75598589 C6_control_C1 +LQ01X015010 Hypothetical protein 11.80248073 C6_control_C2 +LQ01X015010 Hypothetical protein 11.46634728 C6_control_C3 +LQ01X015010 Hypothetical protein 9.064276516 C6_chemical_A1 +LQ01X015010 Hypothetical protein 7.118793718 C6_chemical_A3 +LQ01X015010 Hypothetical protein 6.829568891 C6_chemical_B1 +LQ01X015010 Hypothetical protein 8.597691784 C6_chemical_B2 +LQ01X015010 Hypothetical protein 7.19361253 C6_chemical_B3 +LQ01X015010 Hypothetical protein 12.07755853 C6_chemical_C1 +LQ01X015010 Hypothetical protein 10.38282145 C6_chemical_C2 +LQ01X015010 Hypothetical protein 13.71303005 C6_chemical_C3 +LQ01X015010 Hypothetical protein 10.94420844 L4_control_A1 +LQ01X015010 Hypothetical protein 9.900418485 L4_control_A2 +LQ01X015010 Hypothetical protein 7.324190135 L4_control_A3 +LQ01X015010 Hypothetical protein 10.69438152 L4_control_B1 +LQ01X015010 Hypothetical protein 10.49246047 L4_control_B2 +LQ01X015010 Hypothetical protein 15.50939259 L4_control_B3 +LQ01X015010 Hypothetical protein 13.83661198 L4_control_C2 +LQ01X015010 Hypothetical protein 14.80417085 L4_control_C3 +LQ01X015010 Hypothetical protein 10.02103854 L4_chemical_A1 +LQ01X015010 Hypothetical protein 11.10526397 L4_chemical_A2 +LQ01X015010 Hypothetical protein 9.439390637 L4_chemical_A3 +LQ01X015010 Hypothetical protein 11.10474036 L4_chemical_B1 +LQ01X015010 Hypothetical protein 13.07858613 L4_chemical_B2 +LQ01X015010 Hypothetical protein 10.97193648 L4_chemical_B3 +LQ01X015010 Hypothetical protein 15.24427403 L4_chemical_C2 +LQ01X015010 Hypothetical protein 14.88770396 L4_chemical_C3 +LQ01X015040 Reticulon-like protein B8 5.993814148 C6_control_A1 +LQ01X015040 Reticulon-like protein B8 6.002949573 C6_control_A3 +LQ01X015040 Reticulon-like protein B8 6.021689092 C6_control_B1 +LQ01X015040 Reticulon-like protein B8 5.926731771 C6_control_B2 +LQ01X015040 Reticulon-like protein B8 6.684343035 C6_control_B3 +LQ01X015040 Reticulon-like protein B8 5.99901324 C6_control_C1 +LQ01X015040 Reticulon-like protein B8 6.051873128 C6_control_C2 +LQ01X015040 Reticulon-like protein B8 5.939379691 C6_control_C3 +LQ01X015040 Reticulon-like protein B8 6.308841754 C6_chemical_A1 +LQ01X015040 Reticulon-like protein B8 6.774953577 C6_chemical_A3 +LQ01X015040 Reticulon-like protein B8 6.661530808 C6_chemical_B1 +LQ01X015040 Reticulon-like protein B8 5.866405498 C6_chemical_B2 +LQ01X015040 Reticulon-like protein B8 6.525060093 C6_chemical_B3 +LQ01X015040 Reticulon-like protein B8 6.270090794 C6_chemical_C1 +LQ01X015040 Reticulon-like protein B8 6.146012499 C6_chemical_C2 +LQ01X015040 Reticulon-like protein B8 5.940023248 C6_chemical_C3 +LQ01X015040 Reticulon-like protein B8 6.12682728 L4_control_A1 +LQ01X015040 Reticulon-like protein B8 6.121969903 L4_control_A2 +LQ01X015040 Reticulon-like protein B8 6.251011899 L4_control_A3 +LQ01X015040 Reticulon-like protein B8 6.35333396 L4_control_B1 +LQ01X015040 Reticulon-like protein B8 5.545244196 L4_control_B2 +LQ01X015040 Reticulon-like protein B8 6.417133156 L4_control_B3 +LQ01X015040 Reticulon-like protein B8 6.007969583 L4_control_C2 +LQ01X015040 Reticulon-like protein B8 5.976667799 L4_control_C3 +LQ01X015040 Reticulon-like protein B8 6.475136009 L4_chemical_A1 +LQ01X015040 Reticulon-like protein B8 6.20143186 L4_chemical_A2 +LQ01X015040 Reticulon-like protein B8 6.137382433 L4_chemical_A3 +LQ01X015040 Reticulon-like protein B8 5.734727495 L4_chemical_B1 +LQ01X015040 Reticulon-like protein B8 5.624031539 L4_chemical_B2 +LQ01X015040 Reticulon-like protein B8 6.299271159 L4_chemical_B3 +LQ01X015040 Reticulon-like protein B8 5.858704871 L4_chemical_C2 +LQ01X015040 Reticulon-like protein B8 6.037102256 L4_chemical_C3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.893092404 C6_control_A1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.556814181 C6_control_A3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.909721178 C6_control_B1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.812944128 C6_control_B2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.766771865 C6_control_B3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.210046842 C6_control_C1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.310383216 C6_control_C2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.956693476 C6_control_C3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.875420943 C6_chemical_A1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.722005868 C6_chemical_A3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.108939745 C6_chemical_B1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.849066386 C6_chemical_B2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.930749338 C6_chemical_B3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.108215875 C6_chemical_C1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.105951016 C6_chemical_C2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.012530803 C6_chemical_C3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.706776461 L4_control_A1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.013095151 L4_control_A2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.930754211 L4_control_A3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.845429889 L4_control_B1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.745215418 L4_control_B2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.874000953 L4_control_B3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.071918611 L4_control_C2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.796109676 L4_control_C3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.686473083 L4_chemical_A1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.795460513 L4_chemical_A2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.028361942 L4_chemical_A3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.865957695 L4_chemical_B1 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.942720174 L4_chemical_B2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.796200996 L4_chemical_B3 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.922395385 L4_chemical_C2 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 5.092454319 L4_chemical_C3 +LQ01X015060 Putative WD repeat-containing protein 26 4.81726806 C6_control_A1 +LQ01X015060 Putative WD repeat-containing protein 26 4.966631128 C6_control_A3 +LQ01X015060 Putative WD repeat-containing protein 26 5.245740325 C6_control_B1 +LQ01X015060 Putative WD repeat-containing protein 26 4.947350229 C6_control_B2 +LQ01X015060 Putative WD repeat-containing protein 26 5.086388528 C6_control_B3 +LQ01X015060 Putative WD repeat-containing protein 26 5.081042123 C6_control_C1 +LQ01X015060 Putative WD repeat-containing protein 26 4.878458002 C6_control_C2 +LQ01X015060 Putative WD repeat-containing protein 26 4.8828872 C6_control_C3 +LQ01X015060 Putative WD repeat-containing protein 26 4.880352608 C6_chemical_A1 +LQ01X015060 Putative WD repeat-containing protein 26 4.951258341 C6_chemical_A3 +LQ01X015060 Putative WD repeat-containing protein 26 5.271307991 C6_chemical_B1 +LQ01X015060 Putative WD repeat-containing protein 26 4.890396484 C6_chemical_B2 +LQ01X015060 Putative WD repeat-containing protein 26 5.065366614 C6_chemical_B3 +LQ01X015060 Putative WD repeat-containing protein 26 5.979222773 C6_chemical_C1 +LQ01X015060 Putative WD repeat-containing protein 26 5.316815883 C6_chemical_C2 +LQ01X015060 Putative WD repeat-containing protein 26 4.950613536 C6_chemical_C3 +LQ01X015060 Putative WD repeat-containing protein 26 4.866007852 L4_control_A1 +LQ01X015060 Putative WD repeat-containing protein 26 4.733084516 L4_control_A2 +LQ01X015060 Putative WD repeat-containing protein 26 5.107647606 L4_control_A3 +LQ01X015060 Putative WD repeat-containing protein 26 5.257710946 L4_control_B1 +LQ01X015060 Putative WD repeat-containing protein 26 5.330654467 L4_control_B2 +LQ01X015060 Putative WD repeat-containing protein 26 4.968105544 L4_control_B3 +LQ01X015060 Putative WD repeat-containing protein 26 5.131675954 L4_control_C2 +LQ01X015060 Putative WD repeat-containing protein 26 6.578060736 L4_control_C3 +LQ01X015060 Putative WD repeat-containing protein 26 4.753259139 L4_chemical_A1 +LQ01X015060 Putative WD repeat-containing protein 26 5.024949733 L4_chemical_A2 +LQ01X015060 Putative WD repeat-containing protein 26 5.090932816 L4_chemical_A3 +LQ01X015060 Putative WD repeat-containing protein 26 4.79438133 L4_chemical_B1 +LQ01X015060 Putative WD repeat-containing protein 26 5.23821186 L4_chemical_B2 +LQ01X015060 Putative WD repeat-containing protein 26 4.808940554 L4_chemical_B3 +LQ01X015060 Putative WD repeat-containing protein 26 5.162525191 L4_chemical_C2 +LQ01X015060 Putative WD repeat-containing protein 26 5.227993713 L4_chemical_C3 +LQ01X015070 Putative uncharacterized protein 7.815290845 C6_control_A1 +LQ01X015070 Putative uncharacterized protein 7.075538843 C6_control_A3 +LQ01X015070 Putative uncharacterized protein 6.356665636 C6_control_B1 +LQ01X015070 Putative uncharacterized protein 7.448883178 C6_control_B2 +LQ01X015070 Putative uncharacterized protein 6.320383312 C6_control_B3 +LQ01X015070 Putative uncharacterized protein 6.952780196 C6_control_C1 +LQ01X015070 Putative uncharacterized protein 6.514639608 C6_control_C2 +LQ01X015070 Putative uncharacterized protein 7.540583997 C6_control_C3 +LQ01X015070 Putative uncharacterized protein 7.584224418 C6_chemical_A1 +LQ01X015070 Putative uncharacterized protein 7.267888748 C6_chemical_A3 +LQ01X015070 Putative uncharacterized protein 5.891932166 C6_chemical_B1 +LQ01X015070 Putative uncharacterized protein 6.668892228 C6_chemical_B2 +LQ01X015070 Putative uncharacterized protein 6.340288565 C6_chemical_B3 +LQ01X015070 Putative uncharacterized protein 6.45822169 C6_chemical_C1 +LQ01X015070 Putative uncharacterized protein 6.524670762 C6_chemical_C2 +LQ01X015070 Putative uncharacterized protein 6.650050075 C6_chemical_C3 +LQ01X015070 Putative uncharacterized protein 7.866398691 L4_control_A1 +LQ01X015070 Putative uncharacterized protein 7.675828841 L4_control_A2 +LQ01X015070 Putative uncharacterized protein 9.282219419 L4_control_A3 +LQ01X015070 Putative uncharacterized protein 5.754200491 L4_control_B1 +LQ01X015070 Putative uncharacterized protein 5.309978106 L4_control_B2 +LQ01X015070 Putative uncharacterized protein 5.68719247 L4_control_B3 +LQ01X015070 Putative uncharacterized protein 6.485680823 L4_control_C2 +LQ01X015070 Putative uncharacterized protein 6.295507239 L4_control_C3 +LQ01X015070 Putative uncharacterized protein 9.992900752 L4_chemical_A1 +LQ01X015070 Putative uncharacterized protein 10.38339716 L4_chemical_A2 +LQ01X015070 Putative uncharacterized protein 9.932853137 L4_chemical_A3 +LQ01X015070 Putative uncharacterized protein 8.252655747 L4_chemical_B1 +LQ01X015070 Putative uncharacterized protein 7.18947542 L4_chemical_B2 +LQ01X015070 Putative uncharacterized protein 6.410075344 L4_chemical_B3 +LQ01X015070 Putative uncharacterized protein 6.045456344 L4_chemical_C2 +LQ01X015070 Putative uncharacterized protein 6.486152617 L4_chemical_C3 +LQ01X015090 Phytoene synthase, chloroplastic 5.291970047 C6_control_A1 +LQ01X015090 Phytoene synthase, chloroplastic 5.458329766 C6_control_A3 +LQ01X015090 Phytoene synthase, chloroplastic 5.53708709 C6_control_B1 +LQ01X015090 Phytoene synthase, chloroplastic 5.795724969 C6_control_B2 +LQ01X015090 Phytoene synthase, chloroplastic 5.306142527 C6_control_B3 +LQ01X015090 Phytoene synthase, chloroplastic 5.859553995 C6_control_C1 +LQ01X015090 Phytoene synthase, chloroplastic 6.250594961 C6_control_C2 +LQ01X015090 Phytoene synthase, chloroplastic 6.244822651 C6_control_C3 +LQ01X015090 Phytoene synthase, chloroplastic 5.157310382 C6_chemical_A1 +LQ01X015090 Phytoene synthase, chloroplastic 5.479254443 C6_chemical_A3 +LQ01X015090 Phytoene synthase, chloroplastic 5.051468408 C6_chemical_B1 +LQ01X015090 Phytoene synthase, chloroplastic 5.731055501 C6_chemical_B2 +LQ01X015090 Phytoene synthase, chloroplastic 5.1831667 C6_chemical_B3 +LQ01X015090 Phytoene synthase, chloroplastic 5.502316422 C6_chemical_C1 +LQ01X015090 Phytoene synthase, chloroplastic 5.985661642 C6_chemical_C2 +LQ01X015090 Phytoene synthase, chloroplastic 5.691325991 C6_chemical_C3 +LQ01X015090 Phytoene synthase, chloroplastic 5.162602898 L4_control_A1 +LQ01X015090 Phytoene synthase, chloroplastic 5.439746312 L4_control_A2 +LQ01X015090 Phytoene synthase, chloroplastic 5.537280372 L4_control_A3 +LQ01X015090 Phytoene synthase, chloroplastic 6.283718405 L4_control_B1 +LQ01X015090 Phytoene synthase, chloroplastic 5.013143351 L4_control_B2 +LQ01X015090 Phytoene synthase, chloroplastic 5.491426058 L4_control_B3 +LQ01X015090 Phytoene synthase, chloroplastic 5.20454727 L4_control_C2 +LQ01X015090 Phytoene synthase, chloroplastic 5.544137703 L4_control_C3 +LQ01X015090 Phytoene synthase, chloroplastic 5.369048742 L4_chemical_A1 +LQ01X015090 Phytoene synthase, chloroplastic 5.422760552 L4_chemical_A2 +LQ01X015090 Phytoene synthase, chloroplastic 5.967868036 L4_chemical_A3 +LQ01X015090 Phytoene synthase, chloroplastic 5.416246786 L4_chemical_B1 +LQ01X015090 Phytoene synthase, chloroplastic 5.367847316 L4_chemical_B2 +LQ01X015090 Phytoene synthase, chloroplastic 5.383999105 L4_chemical_B3 +LQ01X015090 Phytoene synthase, chloroplastic 5.522641434 L4_chemical_C2 +LQ01X015090 Phytoene synthase, chloroplastic 5.562580928 L4_chemical_C3 +LQ01X015100 Predicted protein 10.86234437 C6_control_A1 +LQ01X015100 Predicted protein 11.60084709 C6_control_A3 +LQ01X015100 Predicted protein 9.432352549 C6_control_B1 +LQ01X015100 Predicted protein 10.56893396 C6_control_B2 +LQ01X015100 Predicted protein 9.534235334 C6_control_B3 +LQ01X015100 Predicted protein 7.354006133 C6_control_C1 +LQ01X015100 Predicted protein 7.403454572 C6_control_C2 +LQ01X015100 Predicted protein 7.311577868 C6_control_C3 +LQ01X015100 Predicted protein 10.37652226 C6_chemical_A1 +LQ01X015100 Predicted protein 11.43583644 C6_chemical_A3 +LQ01X015100 Predicted protein 9.224459297 C6_chemical_B1 +LQ01X015100 Predicted protein 10.3131567 C6_chemical_B2 +LQ01X015100 Predicted protein 9.775070661 C6_chemical_B3 +LQ01X015100 Predicted protein 7.339327704 C6_chemical_C1 +LQ01X015100 Predicted protein 7.066354046 C6_chemical_C2 +LQ01X015100 Predicted protein 7.282451248 C6_chemical_C3 +LQ01X015100 Predicted protein 10.94346167 L4_control_A1 +LQ01X015100 Predicted protein 10.9079958 L4_control_A2 +LQ01X015100 Predicted protein 11.50674193 L4_control_A3 +LQ01X015100 Predicted protein 8.219114413 L4_control_B1 +LQ01X015100 Predicted protein 9.690229013 L4_control_B2 +LQ01X015100 Predicted protein 10.71064568 L4_control_B3 +LQ01X015100 Predicted protein 7.15100847 L4_control_C2 +LQ01X015100 Predicted protein 7.098773225 L4_control_C3 +LQ01X015100 Predicted protein 10.04258146 L4_chemical_A1 +LQ01X015100 Predicted protein 10.13591061 L4_chemical_A2 +LQ01X015100 Predicted protein 11.09294845 L4_chemical_A3 +LQ01X015100 Predicted protein 8.05167244 L4_chemical_B1 +LQ01X015100 Predicted protein 9.573308741 L4_chemical_B2 +LQ01X015100 Predicted protein 9.74684817 L4_chemical_B3 +LQ01X015100 Predicted protein 6.732258315 L4_chemical_C2 +LQ01X015100 Predicted protein 6.624621338 L4_chemical_C3 +LQ01X015140 Glutathione S-transferase ERD13 11.94848721 C6_control_A1 +LQ01X015140 Glutathione S-transferase ERD13 12.08269813 C6_control_A3 +LQ01X015140 Glutathione S-transferase ERD13 11.79812633 C6_control_B1 +LQ01X015140 Glutathione S-transferase ERD13 11.54370149 C6_control_B2 +LQ01X015140 Glutathione S-transferase ERD13 12.0026434 C6_control_B3 +LQ01X015140 Glutathione S-transferase ERD13 11.0867416 C6_control_C1 +LQ01X015140 Glutathione S-transferase ERD13 11.49051187 C6_control_C2 +LQ01X015140 Glutathione S-transferase ERD13 11.6499596 C6_control_C3 +LQ01X015140 Glutathione S-transferase ERD13 11.25398202 C6_chemical_A1 +LQ01X015140 Glutathione S-transferase ERD13 11.54068574 C6_chemical_A3 +LQ01X015140 Glutathione S-transferase ERD13 11.31991129 C6_chemical_B1 +LQ01X015140 Glutathione S-transferase ERD13 11.22510902 C6_chemical_B2 +LQ01X015140 Glutathione S-transferase ERD13 12.12268248 C6_chemical_B3 +LQ01X015140 Glutathione S-transferase ERD13 11.11355039 C6_chemical_C1 +LQ01X015140 Glutathione S-transferase ERD13 11.25124141 C6_chemical_C2 +LQ01X015140 Glutathione S-transferase ERD13 11.67471334 C6_chemical_C3 +LQ01X015140 Glutathione S-transferase ERD13 9.268800355 L4_control_A1 +LQ01X015140 Glutathione S-transferase ERD13 8.993472104 L4_control_A2 +LQ01X015140 Glutathione S-transferase ERD13 7.17611034 L4_control_A3 +LQ01X015140 Glutathione S-transferase ERD13 10.87225472 L4_control_B1 +LQ01X015140 Glutathione S-transferase ERD13 11.24520906 L4_control_B2 +LQ01X015140 Glutathione S-transferase ERD13 11.77564394 L4_control_B3 +LQ01X015140 Glutathione S-transferase ERD13 11.37478207 L4_control_C2 +LQ01X015140 Glutathione S-transferase ERD13 11.27700152 L4_control_C3 +LQ01X015140 Glutathione S-transferase ERD13 8.373493542 L4_chemical_A1 +LQ01X015140 Glutathione S-transferase ERD13 7.377318757 L4_chemical_A2 +LQ01X015140 Glutathione S-transferase ERD13 7.925647472 L4_chemical_A3 +LQ01X015140 Glutathione S-transferase ERD13 10.67372947 L4_chemical_B1 +LQ01X015140 Glutathione S-transferase ERD13 10.1058908 L4_chemical_B2 +LQ01X015140 Glutathione S-transferase ERD13 10.65286524 L4_chemical_B3 +LQ01X015140 Glutathione S-transferase ERD13 11.23167084 L4_chemical_C2 +LQ01X015140 Glutathione S-transferase ERD13 11.25878276 L4_chemical_C3 +LQ01X015170 Putative uncharacterized protein 5.776032639 C6_control_A1 +LQ01X015170 Putative uncharacterized protein 5.378546466 C6_control_A3 +LQ01X015170 Putative uncharacterized protein 5.503717407 C6_control_B1 +LQ01X015170 Putative uncharacterized protein 5.522283971 C6_control_B2 +LQ01X015170 Putative uncharacterized protein 5.822824617 C6_control_B3 +LQ01X015170 Putative uncharacterized protein 5.515508414 C6_control_C1 +LQ01X015170 Putative uncharacterized protein 5.357651355 C6_control_C2 +LQ01X015170 Putative uncharacterized protein 5.669184556 C6_control_C3 +LQ01X015170 Putative uncharacterized protein 5.380739741 C6_chemical_A1 +LQ01X015170 Putative uncharacterized protein 5.385477607 C6_chemical_A3 +LQ01X015170 Putative uncharacterized protein 5.798869966 C6_chemical_B1 +LQ01X015170 Putative uncharacterized protein 5.245579071 C6_chemical_B2 +LQ01X015170 Putative uncharacterized protein 5.653295112 C6_chemical_B3 +LQ01X015170 Putative uncharacterized protein 5.513252405 C6_chemical_C1 +LQ01X015170 Putative uncharacterized protein 5.823210326 C6_chemical_C2 +LQ01X015170 Putative uncharacterized protein 5.689951749 C6_chemical_C3 +LQ01X015170 Putative uncharacterized protein 5.141176368 L4_control_A1 +LQ01X015170 Putative uncharacterized protein 5.365237779 L4_control_A2 +LQ01X015170 Putative uncharacterized protein 5.197816224 L4_control_A3 +LQ01X015170 Putative uncharacterized protein 5.797212286 L4_control_B1 +LQ01X015170 Putative uncharacterized protein 5.430791945 L4_control_B2 +LQ01X015170 Putative uncharacterized protein 5.719837254 L4_control_B3 +LQ01X015170 Putative uncharacterized protein 4.93562946 L4_control_C2 +LQ01X015170 Putative uncharacterized protein 5.683332218 L4_control_C3 +LQ01X015170 Putative uncharacterized protein 5.352766124 L4_chemical_A1 +LQ01X015170 Putative uncharacterized protein 5.534535259 L4_chemical_A2 +LQ01X015170 Putative uncharacterized protein 4.789788813 L4_chemical_A3 +LQ01X015170 Putative uncharacterized protein 5.382193497 L4_chemical_B1 +LQ01X015170 Putative uncharacterized protein 5.474002188 L4_chemical_B2 +LQ01X015170 Putative uncharacterized protein 5.476342766 L4_chemical_B3 +LQ01X015170 Putative uncharacterized protein 5.723772798 L4_chemical_C2 +LQ01X015170 Putative uncharacterized protein 5.074096764 L4_chemical_C3 +LQ01X015200 Putative uncharacterized protein 5.839806267 C6_control_A1 +LQ01X015200 Putative uncharacterized protein 5.68397491 C6_control_A3 +LQ01X015200 Putative uncharacterized protein 5.460797617 C6_control_B1 +LQ01X015200 Putative uncharacterized protein 6.209607314 C6_control_B2 +LQ01X015200 Putative uncharacterized protein 5.588674872 C6_control_B3 +LQ01X015200 Putative uncharacterized protein 5.740802738 C6_control_C1 +LQ01X015200 Putative uncharacterized protein 6.113231703 C6_control_C2 +LQ01X015200 Putative uncharacterized protein 5.425430867 C6_control_C3 +LQ01X015200 Putative uncharacterized protein 5.746277421 C6_chemical_A1 +LQ01X015200 Putative uncharacterized protein 5.847603432 C6_chemical_A3 +LQ01X015200 Putative uncharacterized protein 5.350793275 C6_chemical_B1 +LQ01X015200 Putative uncharacterized protein 5.938684831 C6_chemical_B2 +LQ01X015200 Putative uncharacterized protein 5.517184363 C6_chemical_B3 +LQ01X015200 Putative uncharacterized protein 5.404855112 C6_chemical_C1 +LQ01X015200 Putative uncharacterized protein 6.114807057 C6_chemical_C2 +LQ01X015200 Putative uncharacterized protein 5.776702115 C6_chemical_C3 +LQ01X015200 Putative uncharacterized protein 5.606409923 L4_control_A1 +LQ01X015200 Putative uncharacterized protein 5.644898567 L4_control_A2 +LQ01X015200 Putative uncharacterized protein 5.88320752 L4_control_A3 +LQ01X015200 Putative uncharacterized protein 5.333732135 L4_control_B1 +LQ01X015200 Putative uncharacterized protein 5.516998474 L4_control_B2 +LQ01X015200 Putative uncharacterized protein 4.950963649 L4_control_B3 +LQ01X015200 Putative uncharacterized protein 4.915860198 L4_control_C2 +LQ01X015200 Putative uncharacterized protein 5.054720717 L4_control_C3 +LQ01X015200 Putative uncharacterized protein 5.195488694 L4_chemical_A1 +LQ01X015200 Putative uncharacterized protein 5.453878302 L4_chemical_A2 +LQ01X015200 Putative uncharacterized protein 5.613179832 L4_chemical_A3 +LQ01X015200 Putative uncharacterized protein 5.259281177 L4_chemical_B1 +LQ01X015200 Putative uncharacterized protein 5.668670376 L4_chemical_B2 +LQ01X015200 Putative uncharacterized protein 5.378877825 L4_chemical_B3 +LQ01X015200 Putative uncharacterized protein 5.64440212 L4_chemical_C2 +LQ01X015200 Putative uncharacterized protein 5.781749726 L4_chemical_C3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.141918719 C6_control_A1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.289091343 C6_control_A3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.254874115 C6_control_B1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.926244939 C6_control_B2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.850046904 C6_control_B3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.250870422 C6_control_C1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.770531164 C6_control_C2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.002257689 C6_control_C3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.406479049 C6_chemical_A1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.342648084 C6_chemical_A3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.943524991 C6_chemical_B1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.795209366 C6_chemical_B2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.646769203 C6_chemical_B3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.237832186 C6_chemical_C1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.098954501 C6_chemical_C2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.138976257 C6_chemical_C3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.263209805 L4_control_A1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.072251788 L4_control_A2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.196243909 L4_control_A3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.966070441 L4_control_B1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.76074556 L4_control_B2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.022299412 L4_control_B3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.433393961 L4_control_C2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.072179781 L4_control_C3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.400677235 L4_chemical_A1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.02971127 L4_chemical_A2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.749307552 L4_chemical_A3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.710397839 L4_chemical_B1 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.892200473 L4_chemical_B2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.078998949 L4_chemical_B3 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 4.983030497 L4_chemical_C2 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.112683322 L4_chemical_C3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.51455531 C6_control_A1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 12.14062684 C6_control_A3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 9.108077188 C6_control_B1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 8.346715671 C6_control_B2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 8.793320672 C6_control_B3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 11.14339267 C6_control_C1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 9.845512679 C6_control_C2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 9.602224445 C6_control_C3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.05521558 C6_chemical_A1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 12.40245325 C6_chemical_A3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 8.827848779 C6_chemical_B1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 7.978144731 C6_chemical_B2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 8.688445793 C6_chemical_B3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.86678216 C6_chemical_C1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.03596846 C6_chemical_C2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.23090217 C6_chemical_C3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 12.39524915 L4_control_A1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 11.2294681 L4_control_A2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 12.54041514 L4_control_A3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 11.15749709 L4_control_B1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.68114851 L4_control_B2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.7353429 L4_control_B3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 11.82728288 L4_control_C2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 11.69116554 L4_control_C3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 11.62860773 L4_chemical_A1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.63723598 L4_chemical_A2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 12.35918119 L4_chemical_A3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.61322418 L4_chemical_B1 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.79107526 L4_chemical_B2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 9.97168704 L4_chemical_B3 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 11.96653166 L4_chemical_C2 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 12.01477221 L4_chemical_C3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.098232732 C6_control_A1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.113402096 C6_control_A3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.805734564 C6_control_B1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.735253436 C6_control_B2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.942317548 C6_control_B3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.814425462 C6_control_C1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.872450369 C6_control_C2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.721383791 C6_control_C3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.126846417 C6_chemical_A1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.812682094 C6_chemical_A3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.727395331 C6_chemical_B1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.754585795 C6_chemical_B2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.733940331 C6_chemical_B3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.514986305 C6_chemical_C1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.632948181 C6_chemical_C2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.618402431 C6_chemical_C3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.559962927 L4_control_A1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.030976969 L4_control_A2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.249443978 L4_control_A3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.864229575 L4_control_B1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.464496757 L4_control_B2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.713587158 L4_control_B3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.609388019 L4_control_C2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.349038155 L4_control_C3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.359905835 L4_chemical_A1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.075484564 L4_chemical_A2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.602774662 L4_chemical_A3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.814588346 L4_chemical_B1 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.310850411 L4_chemical_B2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.592383214 L4_chemical_B3 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.777821598 L4_chemical_C2 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 5.240339161 L4_chemical_C3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.013259591 C6_control_A1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.858862713 C6_control_A3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.987006336 C6_control_B1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.758900434 C6_control_B2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.230164193 C6_control_B3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.747401997 C6_control_C1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.758042878 C6_control_C2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.746400831 C6_control_C3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.782119274 C6_chemical_A1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.824689001 C6_chemical_A3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.949843858 C6_chemical_B1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.882646688 C6_chemical_B2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.943764635 C6_chemical_B3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.802709579 C6_chemical_C1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.749189018 C6_chemical_C2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.854678379 C6_chemical_C3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.593036114 L4_control_A1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.114589036 L4_control_A2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.131343359 L4_control_A3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.793983249 L4_control_B1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.98758483 L4_control_B2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.124298587 L4_control_B3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.456772585 L4_control_C2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.248581275 L4_control_C3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.906190449 L4_chemical_A1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.923556051 L4_chemical_A2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.850993888 L4_chemical_A3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.262874974 L4_chemical_B1 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.964318386 L4_chemical_B2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.691335873 L4_chemical_B3 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.285636632 L4_chemical_C2 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 5.001370684 L4_chemical_C3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.838394092 C6_control_A1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 7.040242255 C6_control_A3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.309770671 C6_control_B1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.678107888 C6_control_B2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.108462916 C6_control_B3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.086966596 C6_control_C1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.797151383 C6_control_C2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.458785057 C6_control_C3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.283133202 C6_chemical_A1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.153745018 C6_chemical_A3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 5.899500213 C6_chemical_B1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.678791844 C6_chemical_B2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.164706664 C6_chemical_B3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.029158544 C6_chemical_C1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.175233287 C6_chemical_C2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.033929968 C6_chemical_C3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.4336267 L4_control_A1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.153064197 L4_control_A2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.390884939 L4_control_A3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 5.977071139 L4_control_B1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.567195985 L4_control_B2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 5.969439274 L4_control_B3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 5.885702214 L4_control_C2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.492209111 L4_control_C3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 5.96053549 L4_chemical_A1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.392947366 L4_chemical_A2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.501815671 L4_chemical_A3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.054438006 L4_chemical_B1 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.117857927 L4_chemical_B2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 5.965879443 L4_chemical_B3 +LQ01X015440 Non-structural maintenance of chromosome element, putative 5.530101177 L4_chemical_C2 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.60386912 L4_chemical_C3 +LQ01X015490 Catalytic, putative 13.93331588 C6_control_A1 +LQ01X015490 Catalytic, putative 14.32507555 C6_control_A3 +LQ01X015490 Catalytic, putative 14.02975377 C6_control_B1 +LQ01X015490 Catalytic, putative 13.22818131 C6_control_B2 +LQ01X015490 Catalytic, putative 14.01973337 C6_control_B3 +LQ01X015490 Catalytic, putative 13.41401752 C6_control_C1 +LQ01X015490 Catalytic, putative 13.35315366 C6_control_C2 +LQ01X015490 Catalytic, putative 13.45448135 C6_control_C3 +LQ01X015490 Catalytic, putative 13.6537433 C6_chemical_A1 +LQ01X015490 Catalytic, putative 14.25474039 C6_chemical_A3 +LQ01X015490 Catalytic, putative 13.82782963 C6_chemical_B1 +LQ01X015490 Catalytic, putative 13.42526512 C6_chemical_B2 +LQ01X015490 Catalytic, putative 14.06713779 C6_chemical_B3 +LQ01X015490 Catalytic, putative 13.17782197 C6_chemical_C1 +LQ01X015490 Catalytic, putative 13.39673121 C6_chemical_C2 +LQ01X015490 Catalytic, putative 13.44074882 C6_chemical_C3 +LQ01X015490 Catalytic, putative 13.79620937 L4_control_A1 +LQ01X015490 Catalytic, putative 13.68884963 L4_control_A2 +LQ01X015490 Catalytic, putative 13.42056185 L4_control_A3 +LQ01X015490 Catalytic, putative 13.5221961 L4_control_B1 +LQ01X015490 Catalytic, putative 13.87206061 L4_control_B2 +LQ01X015490 Catalytic, putative 13.63617427 L4_control_B3 +LQ01X015490 Catalytic, putative 13.82154335 L4_control_C2 +LQ01X015490 Catalytic, putative 13.97463921 L4_control_C3 +LQ01X015490 Catalytic, putative 14.12840359 L4_chemical_A1 +LQ01X015490 Catalytic, putative 13.89289714 L4_chemical_A2 +LQ01X015490 Catalytic, putative 13.46879948 L4_chemical_A3 +LQ01X015490 Catalytic, putative 13.87336956 L4_chemical_B1 +LQ01X015490 Catalytic, putative 14.04414001 L4_chemical_B2 +LQ01X015490 Catalytic, putative 13.83990887 L4_chemical_B3 +LQ01X015490 Catalytic, putative 13.69663763 L4_chemical_C2 +LQ01X015490 Catalytic, putative 13.95759211 L4_chemical_C3 +LQ01X015500 Predicted protein 8.623682586 C6_control_A1 +LQ01X015500 Predicted protein 9.074882241 C6_control_A3 +LQ01X015500 Predicted protein 8.911822103 C6_control_B1 +LQ01X015500 Predicted protein 8.090868377 C6_control_B2 +LQ01X015500 Predicted protein 8.891547724 C6_control_B3 +LQ01X015500 Predicted protein 9.218511181 C6_control_C1 +LQ01X015500 Predicted protein 8.407111902 C6_control_C2 +LQ01X015500 Predicted protein 9.968793239 C6_control_C3 +LQ01X015500 Predicted protein 8.246413118 C6_chemical_A1 +LQ01X015500 Predicted protein 8.46715123 C6_chemical_A3 +LQ01X015500 Predicted protein 8.481726797 C6_chemical_B1 +LQ01X015500 Predicted protein 7.481661006 C6_chemical_B2 +LQ01X015500 Predicted protein 8.668104762 C6_chemical_B3 +LQ01X015500 Predicted protein 9.382900984 C6_chemical_C1 +LQ01X015500 Predicted protein 9.090135533 C6_chemical_C2 +LQ01X015500 Predicted protein 9.983287916 C6_chemical_C3 +LQ01X015500 Predicted protein 8.334541846 L4_control_A1 +LQ01X015500 Predicted protein 8.388811965 L4_control_A2 +LQ01X015500 Predicted protein 8.848493952 L4_control_A3 +LQ01X015500 Predicted protein 8.300089175 L4_control_B1 +LQ01X015500 Predicted protein 8.743945317 L4_control_B2 +LQ01X015500 Predicted protein 8.552524745 L4_control_B3 +LQ01X015500 Predicted protein 9.66656382 L4_control_C2 +LQ01X015500 Predicted protein 9.878538486 L4_control_C3 +LQ01X015500 Predicted protein 8.156494596 L4_chemical_A1 +LQ01X015500 Predicted protein 8.501188462 L4_chemical_A2 +LQ01X015500 Predicted protein 9.029499163 L4_chemical_A3 +LQ01X015500 Predicted protein 9.025249771 L4_chemical_B1 +LQ01X015500 Predicted protein 9.159103536 L4_chemical_B2 +LQ01X015500 Predicted protein 8.57075175 L4_chemical_B3 +LQ01X015500 Predicted protein 9.693630172 L4_chemical_C2 +LQ01X015500 Predicted protein 10.24076441 L4_chemical_C3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.7798233 C6_control_A1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.42678857 C6_control_A3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.63810595 C6_control_B1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.34587122 C6_control_B2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.75815185 C6_control_B3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 13.11659576 C6_control_C1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.83538596 C6_control_C2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.73498258 C6_control_C3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.86646099 C6_chemical_A1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.88962786 C6_chemical_A3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.78911072 C6_chemical_B1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.12966798 C6_chemical_B2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.66353235 C6_chemical_B3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 13.12281689 C6_chemical_C1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 13.02746368 C6_chemical_C2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.87556864 C6_chemical_C3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.87548988 L4_control_A1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.9748453 L4_control_A2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.86792002 L4_control_A3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.23553163 L4_control_B1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.13757671 L4_control_B2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.6174376 L4_control_B3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.51514127 L4_control_C2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.81134542 L4_control_C3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.20079203 L4_chemical_A1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.35943702 L4_chemical_A2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.9438967 L4_chemical_A3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.00286956 L4_chemical_B1 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.30355583 L4_chemical_B2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.30602403 L4_chemical_B3 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.47140565 L4_chemical_C2 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 12.88837497 L4_chemical_C3 +LQ01X015520 Octanoyltransferase 12.19254098 C6_control_A1 +LQ01X015520 Octanoyltransferase 12.47539728 C6_control_A3 +LQ01X015520 Octanoyltransferase 12.10619644 C6_control_B1 +LQ01X015520 Octanoyltransferase 11.96434076 C6_control_B2 +LQ01X015520 Octanoyltransferase 12.07725271 C6_control_B3 +LQ01X015520 Octanoyltransferase 11.49419095 C6_control_C1 +LQ01X015520 Octanoyltransferase 11.63763697 C6_control_C2 +LQ01X015520 Octanoyltransferase 11.20055837 C6_control_C3 +LQ01X015520 Octanoyltransferase 12.25325406 C6_chemical_A1 +LQ01X015520 Octanoyltransferase 12.40052913 C6_chemical_A3 +LQ01X015520 Octanoyltransferase 12.23125528 C6_chemical_B1 +LQ01X015520 Octanoyltransferase 11.94758496 C6_chemical_B2 +LQ01X015520 Octanoyltransferase 11.70814774 C6_chemical_B3 +LQ01X015520 Octanoyltransferase 11.40181104 C6_chemical_C1 +LQ01X015520 Octanoyltransferase 11.57220711 C6_chemical_C2 +LQ01X015520 Octanoyltransferase 10.71220268 C6_chemical_C3 +LQ01X015520 Octanoyltransferase 12.09972114 L4_control_A1 +LQ01X015520 Octanoyltransferase 12.21245887 L4_control_A2 +LQ01X015520 Octanoyltransferase 11.60708392 L4_control_A3 +LQ01X015520 Octanoyltransferase 11.47372416 L4_control_B1 +LQ01X015520 Octanoyltransferase 12.1051184 L4_control_B2 +LQ01X015520 Octanoyltransferase 10.98922438 L4_control_B3 +LQ01X015520 Octanoyltransferase 12.35625261 L4_control_C2 +LQ01X015520 Octanoyltransferase 11.72938166 L4_control_C3 +LQ01X015520 Octanoyltransferase 11.81432675 L4_chemical_A1 +LQ01X015520 Octanoyltransferase 12.13087771 L4_chemical_A2 +LQ01X015520 Octanoyltransferase 11.5139414 L4_chemical_A3 +LQ01X015520 Octanoyltransferase 11.75105041 L4_chemical_B1 +LQ01X015520 Octanoyltransferase 12.27721018 L4_chemical_B2 +LQ01X015520 Octanoyltransferase 10.9888447 L4_chemical_B3 +LQ01X015520 Octanoyltransferase 12.32147834 L4_chemical_C2 +LQ01X015520 Octanoyltransferase 11.73076691 L4_chemical_C3 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.67043214 C6_control_A1 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.6470026 C6_control_A3 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.19199157 C6_control_B1 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.19390933 C6_control_B2 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.40976406 C6_control_B3 +LQ01X015650 Putative receptor protein kinase ZmPK1 13.6695433 C6_control_C1 +LQ01X015650 Putative receptor protein kinase ZmPK1 13.61986607 C6_control_C2 +LQ01X015650 Putative receptor protein kinase ZmPK1 14.01502809 C6_control_C3 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.60306689 C6_chemical_A1 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.50078897 C6_chemical_A3 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.18283057 C6_chemical_B1 +LQ01X015650 Putative receptor protein kinase ZmPK1 11.91750263 C6_chemical_B2 +LQ01X015650 Putative receptor protein kinase ZmPK1 13.25435381 C6_chemical_B3 +LQ01X015650 Putative receptor protein kinase ZmPK1 13.37417029 C6_chemical_C1 +LQ01X015650 Putative receptor protein kinase ZmPK1 13.2897024 C6_chemical_C2 +LQ01X015650 Putative receptor protein kinase ZmPK1 13.75233116 C6_chemical_C3 +LQ01X015650 Putative receptor protein kinase ZmPK1 11.83848754 L4_control_A1 +LQ01X015650 Putative receptor protein kinase ZmPK1 11.75114774 L4_control_A2 +LQ01X015650 Putative receptor protein kinase ZmPK1 11.62928674 L4_control_A3 +LQ01X015650 Putative receptor protein kinase ZmPK1 11.5762274 L4_control_B1 +LQ01X015650 Putative receptor protein kinase ZmPK1 11.98227185 L4_control_B2 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.24057392 L4_control_B3 +LQ01X015650 Putative receptor protein kinase ZmPK1 13.0806405 L4_control_C2 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.09615333 L4_control_C3 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.48898911 L4_chemical_A1 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.04144252 L4_chemical_A2 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.07691924 L4_chemical_A3 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.09799412 L4_chemical_B1 +LQ01X015650 Putative receptor protein kinase ZmPK1 11.95514085 L4_chemical_B2 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.1292371 L4_chemical_B3 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.66405023 L4_chemical_C2 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.42913649 L4_chemical_C3 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.400773194 C6_control_A1 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.896929171 C6_control_A3 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.724356716 C6_control_B1 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.844183668 C6_control_B2 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.157489332 C6_control_B3 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.941363315 C6_control_C1 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.017767316 C6_control_C2 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.208635704 C6_control_C3 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.231273287 C6_chemical_A1 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.117606873 C6_chemical_A3 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.147328905 C6_chemical_B1 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.963146025 C6_chemical_B2 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.275230785 C6_chemical_B3 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.15929588 C6_chemical_C1 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.838854714 C6_chemical_C2 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.295311885 C6_chemical_C3 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.966827728 L4_control_A1 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.008039788 L4_control_A2 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.622017672 L4_control_A3 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.651243314 L4_control_B1 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.140170515 L4_control_B2 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.122172268 L4_control_B3 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.153374589 L4_control_C2 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.863644739 L4_control_C3 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.61016653 L4_chemical_A1 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.97988779 L4_chemical_A2 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.937834922 L4_chemical_A3 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.226245537 L4_chemical_B1 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.98547677 L4_chemical_B2 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.045509835 L4_chemical_B3 +LQ01X015840 Putative Fanconi anemia group D2 protein 4.757863205 L4_chemical_C2 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.422802698 L4_chemical_C3 +LQ01X015970 Putative uncharacterized protein 5.16359905 C6_control_A1 +LQ01X015970 Putative uncharacterized protein 5.375293598 C6_control_A3 +LQ01X015970 Putative uncharacterized protein 5.597639652 C6_control_B1 +LQ01X015970 Putative uncharacterized protein 5.042977239 C6_control_B2 +LQ01X015970 Putative uncharacterized protein 5.153933754 C6_control_B3 +LQ01X015970 Putative uncharacterized protein 5.280070775 C6_control_C1 +LQ01X015970 Putative uncharacterized protein 5.670978903 C6_control_C2 +LQ01X015970 Putative uncharacterized protein 5.270459465 C6_control_C3 +LQ01X015970 Putative uncharacterized protein 4.965556641 C6_chemical_A1 +LQ01X015970 Putative uncharacterized protein 4.8488761 C6_chemical_A3 +LQ01X015970 Putative uncharacterized protein 5.237759941 C6_chemical_B1 +LQ01X015970 Putative uncharacterized protein 5.402175872 C6_chemical_B2 +LQ01X015970 Putative uncharacterized protein 4.656878744 C6_chemical_B3 +LQ01X015970 Putative uncharacterized protein 5.164125193 C6_chemical_C1 +LQ01X015970 Putative uncharacterized protein 5.325959491 C6_chemical_C2 +LQ01X015970 Putative uncharacterized protein 5.336562697 C6_chemical_C3 +LQ01X015970 Putative uncharacterized protein 5.18931693 L4_control_A1 +LQ01X015970 Putative uncharacterized protein 4.98521816 L4_control_A2 +LQ01X015970 Putative uncharacterized protein 5.131605082 L4_control_A3 +LQ01X015970 Putative uncharacterized protein 5.223726337 L4_control_B1 +LQ01X015970 Putative uncharacterized protein 4.937660831 L4_control_B2 +LQ01X015970 Putative uncharacterized protein 5.198443687 L4_control_B3 +LQ01X015970 Putative uncharacterized protein 5.27534835 L4_control_C2 +LQ01X015970 Putative uncharacterized protein 5.173034427 L4_control_C3 +LQ01X015970 Putative uncharacterized protein 5.24550137 L4_chemical_A1 +LQ01X015970 Putative uncharacterized protein 5.104759263 L4_chemical_A2 +LQ01X015970 Putative uncharacterized protein 5.042949819 L4_chemical_A3 +LQ01X015970 Putative uncharacterized protein 5.400602555 L4_chemical_B1 +LQ01X015970 Putative uncharacterized protein 4.746720196 L4_chemical_B2 +LQ01X015970 Putative uncharacterized protein 4.996475443 L4_chemical_B3 +LQ01X015970 Putative uncharacterized protein 5.253166336 L4_chemical_C2 +LQ01X015970 Putative uncharacterized protein 5.062715227 L4_chemical_C3 +LQ01X015980 Putative uncharacterized protein 5.195853035 C6_control_A1 +LQ01X015980 Putative uncharacterized protein 5.456683814 C6_control_A3 +LQ01X015980 Putative uncharacterized protein 5.161262527 C6_control_B1 +LQ01X015980 Putative uncharacterized protein 4.898373332 C6_control_B2 +LQ01X015980 Putative uncharacterized protein 4.814770308 C6_control_B3 +LQ01X015980 Putative uncharacterized protein 4.756644804 C6_control_C1 +LQ01X015980 Putative uncharacterized protein 5.178816263 C6_control_C2 +LQ01X015980 Putative uncharacterized protein 4.781424325 C6_control_C3 +LQ01X015980 Putative uncharacterized protein 5.219721903 C6_chemical_A1 +LQ01X015980 Putative uncharacterized protein 5.030535707 C6_chemical_A3 +LQ01X015980 Putative uncharacterized protein 5.196807202 C6_chemical_B1 +LQ01X015980 Putative uncharacterized protein 4.998317208 C6_chemical_B2 +LQ01X015980 Putative uncharacterized protein 4.837441569 C6_chemical_B3 +LQ01X015980 Putative uncharacterized protein 4.821213603 C6_chemical_C1 +LQ01X015980 Putative uncharacterized protein 4.897181435 C6_chemical_C2 +LQ01X015980 Putative uncharacterized protein 4.969635549 C6_chemical_C3 +LQ01X015980 Putative uncharacterized protein 4.747246891 L4_control_A1 +LQ01X015980 Putative uncharacterized protein 5.10057169 L4_control_A2 +LQ01X015980 Putative uncharacterized protein 4.862147249 L4_control_A3 +LQ01X015980 Putative uncharacterized protein 5.604389298 L4_control_B1 +LQ01X015980 Putative uncharacterized protein 5.389416811 L4_control_B2 +LQ01X015980 Putative uncharacterized protein 5.051222236 L4_control_B3 +LQ01X015980 Putative uncharacterized protein 5.239217951 L4_control_C2 +LQ01X015980 Putative uncharacterized protein 4.728600826 L4_control_C3 +LQ01X015980 Putative uncharacterized protein 5.091835459 L4_chemical_A1 +LQ01X015980 Putative uncharacterized protein 5.174533633 L4_chemical_A2 +LQ01X015980 Putative uncharacterized protein 5.020762029 L4_chemical_A3 +LQ01X015980 Putative uncharacterized protein 5.14941615 L4_chemical_B1 +LQ01X015980 Putative uncharacterized protein 5.079695665 L4_chemical_B2 +LQ01X015980 Putative uncharacterized protein 4.772854185 L4_chemical_B3 +LQ01X015980 Putative uncharacterized protein 5.06837059 L4_chemical_C2 +LQ01X015980 Putative uncharacterized protein 5.021553805 L4_chemical_C3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.777369157 C6_control_A1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.41151448 C6_control_A3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.943017945 C6_control_B1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.109654393 C6_control_B2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.048981205 C6_control_B3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.097773564 C6_control_C1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.636791609 C6_control_C2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.085143256 C6_control_C3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.211002392 C6_chemical_A1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.332910428 C6_chemical_A3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.987005284 C6_chemical_B1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.453620551 C6_chemical_B2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.055880639 C6_chemical_B3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.790057426 C6_chemical_C1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.34265282 C6_chemical_C2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.471564288 C6_chemical_C3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.966730483 L4_control_A1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.031709274 L4_control_A2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.8888451 L4_control_A3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.299303834 L4_control_B1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.264801039 L4_control_B2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.876704936 L4_control_B3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.647281938 L4_control_C2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.210847036 L4_control_C3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.964345987 L4_chemical_A1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.030316481 L4_chemical_A2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.846483535 L4_chemical_A3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.348037942 L4_chemical_B1 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.381440667 L4_chemical_B2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.866123237 L4_chemical_B3 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 4.961430071 L4_chemical_C2 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.073950022 L4_chemical_C3 +LQ01X016000 Putative Condensin complex subunit 2 12.53547674 C6_control_A1 +LQ01X016000 Putative Condensin complex subunit 2 12.88396258 C6_control_A3 +LQ01X016000 Putative Condensin complex subunit 2 11.17847568 C6_control_B1 +LQ01X016000 Putative Condensin complex subunit 2 10.79821209 C6_control_B2 +LQ01X016000 Putative Condensin complex subunit 2 10.68545032 C6_control_B3 +LQ01X016000 Putative Condensin complex subunit 2 10.96260354 C6_control_C1 +LQ01X016000 Putative Condensin complex subunit 2 11.02605951 C6_control_C2 +LQ01X016000 Putative Condensin complex subunit 2 10.81782249 C6_control_C3 +LQ01X016000 Putative Condensin complex subunit 2 11.94724144 C6_chemical_A1 +LQ01X016000 Putative Condensin complex subunit 2 12.74275716 C6_chemical_A3 +LQ01X016000 Putative Condensin complex subunit 2 10.70440988 C6_chemical_B1 +LQ01X016000 Putative Condensin complex subunit 2 10.85116619 C6_chemical_B2 +LQ01X016000 Putative Condensin complex subunit 2 10.3313703 C6_chemical_B3 +LQ01X016000 Putative Condensin complex subunit 2 10.9139215 C6_chemical_C1 +LQ01X016000 Putative Condensin complex subunit 2 10.9529461 C6_chemical_C2 +LQ01X016000 Putative Condensin complex subunit 2 10.09293376 C6_chemical_C3 +LQ01X016000 Putative Condensin complex subunit 2 12.82048213 L4_control_A1 +LQ01X016000 Putative Condensin complex subunit 2 12.55658281 L4_control_A2 +LQ01X016000 Putative Condensin complex subunit 2 13.34632248 L4_control_A3 +LQ01X016000 Putative Condensin complex subunit 2 10.67409784 L4_control_B1 +LQ01X016000 Putative Condensin complex subunit 2 10.1363432 L4_control_B2 +LQ01X016000 Putative Condensin complex subunit 2 10.35819351 L4_control_B3 +LQ01X016000 Putative Condensin complex subunit 2 10.29972006 L4_control_C2 +LQ01X016000 Putative Condensin complex subunit 2 10.41069956 L4_control_C3 +LQ01X016000 Putative Condensin complex subunit 2 11.90964481 L4_chemical_A1 +LQ01X016000 Putative Condensin complex subunit 2 11.97803879 L4_chemical_A2 +LQ01X016000 Putative Condensin complex subunit 2 13.20789707 L4_chemical_A3 +LQ01X016000 Putative Condensin complex subunit 2 10.45963544 L4_chemical_B1 +LQ01X016000 Putative Condensin complex subunit 2 11.36427227 L4_chemical_B2 +LQ01X016000 Putative Condensin complex subunit 2 11.25752904 L4_chemical_B3 +LQ01X016000 Putative Condensin complex subunit 2 10.33766813 L4_chemical_C2 +LQ01X016000 Putative Condensin complex subunit 2 10.28034713 L4_chemical_C3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.63514997 C6_control_A1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.70514376 C6_control_A3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.37002542 C6_control_B1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.0710849 C6_control_B2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.19149062 C6_control_B3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 10.99947202 C6_control_C1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 11.01659831 C6_control_C2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 11.41564626 C6_control_C3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.64029661 C6_chemical_A1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.37316108 C6_chemical_A3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.47936877 C6_chemical_B1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 11.94883579 C6_chemical_B2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.2006911 C6_chemical_B3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 11.03338684 C6_chemical_C1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 11.20509767 C6_chemical_C2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 11.09289783 C6_chemical_C3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.80889475 L4_control_A1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 13.01135737 L4_control_A2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 13.36571306 L4_control_A3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.69295487 L4_control_B1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.69657549 L4_control_B2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.30235782 L4_control_B3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 11.79634058 L4_control_C2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.36700432 L4_control_C3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.97966037 L4_chemical_A1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 13.25350396 L4_chemical_A2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 13.38121079 L4_chemical_A3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 13.11300619 L4_chemical_B1 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 13.13475652 L4_chemical_B2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.75413301 L4_chemical_B3 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.00243934 L4_chemical_C2 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.16093725 L4_chemical_C3 +LQ01X016030 Predicted protein 7.150290822 C6_control_A1 +LQ01X016030 Predicted protein 6.816944648 C6_control_A3 +LQ01X016030 Predicted protein 5.598946039 C6_control_B1 +LQ01X016030 Predicted protein 5.44184764 C6_control_B2 +LQ01X016030 Predicted protein 5.447112826 C6_control_B3 +LQ01X016030 Predicted protein 5.209215963 C6_control_C1 +LQ01X016030 Predicted protein 5.216695076 C6_control_C2 +LQ01X016030 Predicted protein 5.645768638 C6_control_C3 +LQ01X016030 Predicted protein 6.811567554 C6_chemical_A1 +LQ01X016030 Predicted protein 7.043215612 C6_chemical_A3 +LQ01X016030 Predicted protein 5.563109319 C6_chemical_B1 +LQ01X016030 Predicted protein 5.215687535 C6_chemical_B2 +LQ01X016030 Predicted protein 5.317209558 C6_chemical_B3 +LQ01X016030 Predicted protein 5.020144427 C6_chemical_C1 +LQ01X016030 Predicted protein 5.188846564 C6_chemical_C2 +LQ01X016030 Predicted protein 5.113595275 C6_chemical_C3 +LQ01X016030 Predicted protein 7.555385329 L4_control_A1 +LQ01X016030 Predicted protein 6.285304966 L4_control_A2 +LQ01X016030 Predicted protein 7.289048341 L4_control_A3 +LQ01X016030 Predicted protein 5.485230374 L4_control_B1 +LQ01X016030 Predicted protein 5.745665522 L4_control_B2 +LQ01X016030 Predicted protein 5.245281463 L4_control_B3 +LQ01X016030 Predicted protein 4.930549491 L4_control_C2 +LQ01X016030 Predicted protein 5.098324329 L4_control_C3 +LQ01X016030 Predicted protein 7.110944835 L4_chemical_A1 +LQ01X016030 Predicted protein 6.074751626 L4_chemical_A2 +LQ01X016030 Predicted protein 8.09748457 L4_chemical_A3 +LQ01X016030 Predicted protein 5.065609537 L4_chemical_B1 +LQ01X016030 Predicted protein 5.642246781 L4_chemical_B2 +LQ01X016030 Predicted protein 6.416652355 L4_chemical_B3 +LQ01X016030 Predicted protein 5.129411133 L4_chemical_C2 +LQ01X016030 Predicted protein 5.271333462 L4_chemical_C3 +LQ01X016040 Predicted protein 10.95528406 C6_control_A1 +LQ01X016040 Predicted protein 11.23916228 C6_control_A3 +LQ01X016040 Predicted protein 10.70450494 C6_control_B1 +LQ01X016040 Predicted protein 11.03649058 C6_control_B2 +LQ01X016040 Predicted protein 11.07420196 C6_control_B3 +LQ01X016040 Predicted protein 11.49532318 C6_control_C1 +LQ01X016040 Predicted protein 11.70942983 C6_control_C2 +LQ01X016040 Predicted protein 11.0859817 C6_control_C3 +LQ01X016040 Predicted protein 10.9410135 C6_chemical_A1 +LQ01X016040 Predicted protein 10.58027468 C6_chemical_A3 +LQ01X016040 Predicted protein 10.74681746 C6_chemical_B1 +LQ01X016040 Predicted protein 11.06113741 C6_chemical_B2 +LQ01X016040 Predicted protein 10.83573844 C6_chemical_B3 +LQ01X016040 Predicted protein 11.49848213 C6_chemical_C1 +LQ01X016040 Predicted protein 11.46360803 C6_chemical_C2 +LQ01X016040 Predicted protein 10.79064687 C6_chemical_C3 +LQ01X016040 Predicted protein 10.66098196 L4_control_A1 +LQ01X016040 Predicted protein 10.29576979 L4_control_A2 +LQ01X016040 Predicted protein 10.48682813 L4_control_A3 +LQ01X016040 Predicted protein 9.618539073 L4_control_B1 +LQ01X016040 Predicted protein 10.6355875 L4_control_B2 +LQ01X016040 Predicted protein 10.64347821 L4_control_B3 +LQ01X016040 Predicted protein 10.53637293 L4_control_C2 +LQ01X016040 Predicted protein 9.486706765 L4_control_C3 +LQ01X016040 Predicted protein 10.71645134 L4_chemical_A1 +LQ01X016040 Predicted protein 10.35874177 L4_chemical_A2 +LQ01X016040 Predicted protein 10.40490482 L4_chemical_A3 +LQ01X016040 Predicted protein 10.35746862 L4_chemical_B1 +LQ01X016040 Predicted protein 10.12761387 L4_chemical_B2 +LQ01X016040 Predicted protein 10.38580971 L4_chemical_B3 +LQ01X016040 Predicted protein 10.30196575 L4_chemical_C2 +LQ01X016040 Predicted protein 9.563409071 L4_chemical_C3 +LQ01X016100 Predicted protein 5.735102383 C6_control_A1 +LQ01X016100 Predicted protein 5.560251557 C6_control_A3 +LQ01X016100 Predicted protein 6.040799761 C6_control_B1 +LQ01X016100 Predicted protein 5.797184702 C6_control_B2 +LQ01X016100 Predicted protein 5.852451027 C6_control_B3 +LQ01X016100 Predicted protein 5.442783758 C6_control_C1 +LQ01X016100 Predicted protein 5.463170983 C6_control_C2 +LQ01X016100 Predicted protein 5.27049242 C6_control_C3 +LQ01X016100 Predicted protein 5.682568489 C6_chemical_A1 +LQ01X016100 Predicted protein 5.643498263 C6_chemical_A3 +LQ01X016100 Predicted protein 5.621369308 C6_chemical_B1 +LQ01X016100 Predicted protein 5.638454127 C6_chemical_B2 +LQ01X016100 Predicted protein 5.812733157 C6_chemical_B3 +LQ01X016100 Predicted protein 5.650479304 C6_chemical_C1 +LQ01X016100 Predicted protein 5.70284086 C6_chemical_C2 +LQ01X016100 Predicted protein 5.481525114 C6_chemical_C3 +LQ01X016100 Predicted protein 5.376099311 L4_control_A1 +LQ01X016100 Predicted protein 6.039612247 L4_control_A2 +LQ01X016100 Predicted protein 5.685362519 L4_control_A3 +LQ01X016100 Predicted protein 5.578631642 L4_control_B1 +LQ01X016100 Predicted protein 5.630841603 L4_control_B2 +LQ01X016100 Predicted protein 5.661431259 L4_control_B3 +LQ01X016100 Predicted protein 5.715468606 L4_control_C2 +LQ01X016100 Predicted protein 5.594666121 L4_control_C3 +LQ01X016100 Predicted protein 5.787528764 L4_chemical_A1 +LQ01X016100 Predicted protein 6.052867973 L4_chemical_A2 +LQ01X016100 Predicted protein 5.784082901 L4_chemical_A3 +LQ01X016100 Predicted protein 5.994221987 L4_chemical_B1 +LQ01X016100 Predicted protein 5.692657113 L4_chemical_B2 +LQ01X016100 Predicted protein 5.834432998 L4_chemical_B3 +LQ01X016100 Predicted protein 5.95403104 L4_chemical_C2 +LQ01X016100 Predicted protein 5.514689043 L4_chemical_C3 +LQ01X016120 40S ribosomal protein S27-2 5.671612889 C6_control_A1 +LQ01X016120 40S ribosomal protein S27-2 5.483932778 C6_control_A3 +LQ01X016120 40S ribosomal protein S27-2 5.607785891 C6_control_B1 +LQ01X016120 40S ribosomal protein S27-2 5.519051424 C6_control_B2 +LQ01X016120 40S ribosomal protein S27-2 5.442716757 C6_control_B3 +LQ01X016120 40S ribosomal protein S27-2 5.553155521 C6_control_C1 +LQ01X016120 40S ribosomal protein S27-2 5.481755623 C6_control_C2 +LQ01X016120 40S ribosomal protein S27-2 5.602563405 C6_control_C3 +LQ01X016120 40S ribosomal protein S27-2 5.533169674 C6_chemical_A1 +LQ01X016120 40S ribosomal protein S27-2 5.432145699 C6_chemical_A3 +LQ01X016120 40S ribosomal protein S27-2 5.485998612 C6_chemical_B1 +LQ01X016120 40S ribosomal protein S27-2 5.272184202 C6_chemical_B2 +LQ01X016120 40S ribosomal protein S27-2 5.302043727 C6_chemical_B3 +LQ01X016120 40S ribosomal protein S27-2 5.9288257 C6_chemical_C1 +LQ01X016120 40S ribosomal protein S27-2 5.393724943 C6_chemical_C2 +LQ01X016120 40S ribosomal protein S27-2 5.664420349 C6_chemical_C3 +LQ01X016120 40S ribosomal protein S27-2 5.5029749 L4_control_A1 +LQ01X016120 40S ribosomal protein S27-2 5.462723787 L4_control_A2 +LQ01X016120 40S ribosomal protein S27-2 5.176139667 L4_control_A3 +LQ01X016120 40S ribosomal protein S27-2 4.970224959 L4_control_B1 +LQ01X016120 40S ribosomal protein S27-2 5.72031535 L4_control_B2 +LQ01X016120 40S ribosomal protein S27-2 5.841438808 L4_control_B3 +LQ01X016120 40S ribosomal protein S27-2 5.347637434 L4_control_C2 +LQ01X016120 40S ribosomal protein S27-2 5.675521096 L4_control_C3 +LQ01X016120 40S ribosomal protein S27-2 5.460498939 L4_chemical_A1 +LQ01X016120 40S ribosomal protein S27-2 5.720865488 L4_chemical_A2 +LQ01X016120 40S ribosomal protein S27-2 5.510618397 L4_chemical_A3 +LQ01X016120 40S ribosomal protein S27-2 5.218155372 L4_chemical_B1 +LQ01X016120 40S ribosomal protein S27-2 5.36469854 L4_chemical_B2 +LQ01X016120 40S ribosomal protein S27-2 5.466010202 L4_chemical_B3 +LQ01X016120 40S ribosomal protein S27-2 5.509903693 L4_chemical_C2 +LQ01X016120 40S ribosomal protein S27-2 5.358268136 L4_chemical_C3 +LQ01X016180 Receptor protein kinase, putative 4.983572561 C6_control_A1 +LQ01X016180 Receptor protein kinase, putative 4.959247217 C6_control_A3 +LQ01X016180 Receptor protein kinase, putative 5.076432795 C6_control_B1 +LQ01X016180 Receptor protein kinase, putative 4.956868217 C6_control_B2 +LQ01X016180 Receptor protein kinase, putative 5.069467266 C6_control_B3 +LQ01X016180 Receptor protein kinase, putative 5.563969796 C6_control_C1 +LQ01X016180 Receptor protein kinase, putative 5.180389918 C6_control_C2 +LQ01X016180 Receptor protein kinase, putative 5.066200085 C6_control_C3 +LQ01X016180 Receptor protein kinase, putative 5.032282772 C6_chemical_A1 +LQ01X016180 Receptor protein kinase, putative 5.007220868 C6_chemical_A3 +LQ01X016180 Receptor protein kinase, putative 5.315252788 C6_chemical_B1 +LQ01X016180 Receptor protein kinase, putative 5.124875299 C6_chemical_B2 +LQ01X016180 Receptor protein kinase, putative 5.081951266 C6_chemical_B3 +LQ01X016180 Receptor protein kinase, putative 5.541669064 C6_chemical_C1 +LQ01X016180 Receptor protein kinase, putative 5.033280203 C6_chemical_C2 +LQ01X016180 Receptor protein kinase, putative 5.015445639 C6_chemical_C3 +LQ01X016180 Receptor protein kinase, putative 5.225173916 L4_control_A1 +LQ01X016180 Receptor protein kinase, putative 5.452190385 L4_control_A2 +LQ01X016180 Receptor protein kinase, putative 5.275637134 L4_control_A3 +LQ01X016180 Receptor protein kinase, putative 5.290800844 L4_control_B1 +LQ01X016180 Receptor protein kinase, putative 5.100704789 L4_control_B2 +LQ01X016180 Receptor protein kinase, putative 5.026335153 L4_control_B3 +LQ01X016180 Receptor protein kinase, putative 6.003067789 L4_control_C2 +LQ01X016180 Receptor protein kinase, putative 6.112592684 L4_control_C3 +LQ01X016180 Receptor protein kinase, putative 4.95756073 L4_chemical_A1 +LQ01X016180 Receptor protein kinase, putative 4.891776979 L4_chemical_A2 +LQ01X016180 Receptor protein kinase, putative 4.853346213 L4_chemical_A3 +LQ01X016180 Receptor protein kinase, putative 5.062636518 L4_chemical_B1 +LQ01X016180 Receptor protein kinase, putative 4.760696832 L4_chemical_B2 +LQ01X016180 Receptor protein kinase, putative 4.953972237 L4_chemical_B3 +LQ01X016180 Receptor protein kinase, putative 4.946153968 L4_chemical_C2 +LQ01X016180 Receptor protein kinase, putative 5.621026683 L4_chemical_C3 +LQ01X016220 Putative uncharacterized protein 12.38157389 C6_control_A1 +LQ01X016220 Putative uncharacterized protein 11.2734989 C6_control_A3 +LQ01X016220 Putative uncharacterized protein 12.92578022 C6_control_B1 +LQ01X016220 Putative uncharacterized protein 12.34562255 C6_control_B2 +LQ01X016220 Putative uncharacterized protein 12.47886977 C6_control_B3 +LQ01X016220 Putative uncharacterized protein 12.60737618 C6_control_C1 +LQ01X016220 Putative uncharacterized protein 12.70699515 C6_control_C2 +LQ01X016220 Putative uncharacterized protein 12.33667685 C6_control_C3 +LQ01X016220 Putative uncharacterized protein 12.29585549 C6_chemical_A1 +LQ01X016220 Putative uncharacterized protein 11.48538407 C6_chemical_A3 +LQ01X016220 Putative uncharacterized protein 13.00170232 C6_chemical_B1 +LQ01X016220 Putative uncharacterized protein 12.70966612 C6_chemical_B2 +LQ01X016220 Putative uncharacterized protein 12.09486541 C6_chemical_B3 +LQ01X016220 Putative uncharacterized protein 12.51965265 C6_chemical_C1 +LQ01X016220 Putative uncharacterized protein 12.61268557 C6_chemical_C2 +LQ01X016220 Putative uncharacterized protein 12.84213867 C6_chemical_C3 +LQ01X016220 Putative uncharacterized protein 12.17593376 L4_control_A1 +LQ01X016220 Putative uncharacterized protein 12.53576808 L4_control_A2 +LQ01X016220 Putative uncharacterized protein 12.00991237 L4_control_A3 +LQ01X016220 Putative uncharacterized protein 12.84804983 L4_control_B1 +LQ01X016220 Putative uncharacterized protein 12.28502093 L4_control_B2 +LQ01X016220 Putative uncharacterized protein 12.31880941 L4_control_B3 +LQ01X016220 Putative uncharacterized protein 12.92941261 L4_control_C2 +LQ01X016220 Putative uncharacterized protein 12.66514161 L4_control_C3 +LQ01X016220 Putative uncharacterized protein 11.8942355 L4_chemical_A1 +LQ01X016220 Putative uncharacterized protein 12.46285465 L4_chemical_A2 +LQ01X016220 Putative uncharacterized protein 12.14486792 L4_chemical_A3 +LQ01X016220 Putative uncharacterized protein 12.96976758 L4_chemical_B1 +LQ01X016220 Putative uncharacterized protein 12.09948308 L4_chemical_B2 +LQ01X016220 Putative uncharacterized protein 12.49855963 L4_chemical_B3 +LQ01X016220 Putative uncharacterized protein 13.0454468 L4_chemical_C2 +LQ01X016220 Putative uncharacterized protein 12.85368179 L4_chemical_C3 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.50579802 C6_control_A1 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.69804321 C6_control_A3 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.29190892 C6_control_B1 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.98093343 C6_control_B2 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.17005812 C6_control_B3 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.23052861 C6_control_C1 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.19493173 C6_control_C2 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.65752785 C6_control_C3 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.41308824 C6_chemical_A1 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.36003933 C6_chemical_A3 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.14356702 C6_chemical_B1 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.94518168 C6_chemical_B2 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.17558265 C6_chemical_B3 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.15478827 C6_chemical_C1 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.34745439 C6_chemical_C2 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.43321636 C6_chemical_C3 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.56618056 L4_control_A1 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.19486677 L4_control_A2 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.3429304 L4_control_A3 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.74649101 L4_control_B1 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.40643978 L4_control_B2 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.28964835 L4_control_B3 +LQ01X016290 Ebs-bah-phd domain-containing protein 11.89035078 L4_control_C2 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.05454773 L4_control_C3 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.41465043 L4_chemical_A1 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.08323777 L4_chemical_A2 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.42818489 L4_chemical_A3 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.04579308 L4_chemical_B1 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.82522986 L4_chemical_B2 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.04362036 L4_chemical_B3 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.16259814 L4_chemical_C2 +LQ01X016290 Ebs-bah-phd domain-containing protein 12.40566129 L4_chemical_C3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.80779929 C6_control_A1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.16434969 C6_control_A3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 9.88727362 C6_control_B1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.63002347 C6_control_B2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.09501537 C6_control_B3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.17633519 C6_control_C1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.43101103 C6_control_C2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.32838691 C6_control_C3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.61790629 C6_chemical_A1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.42600951 C6_chemical_A3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 9.190708007 C6_chemical_B1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.27316272 C6_chemical_B2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 9.676798912 C6_chemical_B3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.00884962 C6_chemical_C1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.16506231 C6_chemical_C2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.72172472 C6_chemical_C3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.08173265 L4_control_A1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.31235607 L4_control_A2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.37950701 L4_control_A3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.10016068 L4_control_B1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 9.958219568 L4_control_B2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.82002601 L4_control_B3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.02069532 L4_control_C2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.88223052 L4_control_C3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.85830538 L4_chemical_A1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.89909487 L4_chemical_A2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 11.11327702 L4_chemical_A3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.00097281 L4_chemical_B1 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.13492212 L4_chemical_B2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.21967316 L4_chemical_B3 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.9677261 L4_chemical_C2 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.99415546 L4_chemical_C3 +LQ01X016330 Nitrate/chlorate transporter 8.534175719 C6_control_A1 +LQ01X016330 Nitrate/chlorate transporter 5.270232311 C6_control_A3 +LQ01X016330 Nitrate/chlorate transporter 9.491804096 C6_control_B1 +LQ01X016330 Nitrate/chlorate transporter 8.744121135 C6_control_B2 +LQ01X016330 Nitrate/chlorate transporter 8.056629843 C6_control_B3 +LQ01X016330 Nitrate/chlorate transporter 8.131517255 C6_control_C1 +LQ01X016330 Nitrate/chlorate transporter 6.301276464 C6_control_C2 +LQ01X016330 Nitrate/chlorate transporter 6.881054241 C6_control_C3 +LQ01X016330 Nitrate/chlorate transporter 7.81140698 C6_chemical_A1 +LQ01X016330 Nitrate/chlorate transporter 5.893858422 C6_chemical_A3 +LQ01X016330 Nitrate/chlorate transporter 9.177842689 C6_chemical_B1 +LQ01X016330 Nitrate/chlorate transporter 8.085833792 C6_chemical_B2 +LQ01X016330 Nitrate/chlorate transporter 6.968506984 C6_chemical_B3 +LQ01X016330 Nitrate/chlorate transporter 8.233196639 C6_chemical_C1 +LQ01X016330 Nitrate/chlorate transporter 7.453237936 C6_chemical_C2 +LQ01X016330 Nitrate/chlorate transporter 6.584039976 C6_chemical_C3 +LQ01X016330 Nitrate/chlorate transporter 6.745469922 L4_control_A1 +LQ01X016330 Nitrate/chlorate transporter 8.153877831 L4_control_A2 +LQ01X016330 Nitrate/chlorate transporter 5.109804509 L4_control_A3 +LQ01X016330 Nitrate/chlorate transporter 8.692199566 L4_control_B1 +LQ01X016330 Nitrate/chlorate transporter 8.524081791 L4_control_B2 +LQ01X016330 Nitrate/chlorate transporter 5.657541377 L4_control_B3 +LQ01X016330 Nitrate/chlorate transporter 5.27231544 L4_control_C2 +LQ01X016330 Nitrate/chlorate transporter 5.262252855 L4_control_C3 +LQ01X016330 Nitrate/chlorate transporter 6.253744551 L4_chemical_A1 +LQ01X016330 Nitrate/chlorate transporter 7.539453764 L4_chemical_A2 +LQ01X016330 Nitrate/chlorate transporter 4.891828329 L4_chemical_A3 +LQ01X016330 Nitrate/chlorate transporter 8.668367727 L4_chemical_B1 +LQ01X016330 Nitrate/chlorate transporter 8.49089377 L4_chemical_B2 +LQ01X016330 Nitrate/chlorate transporter 6.554944093 L4_chemical_B3 +LQ01X016330 Nitrate/chlorate transporter 5.401549235 L4_chemical_C2 +LQ01X016330 Nitrate/chlorate transporter 5.68675825 L4_chemical_C3 +LQ01X016370 Endoglucanase 11 12.14728644 C6_control_A1 +LQ01X016370 Endoglucanase 11 11.60133498 C6_control_A3 +LQ01X016370 Endoglucanase 11 11.99140642 C6_control_B1 +LQ01X016370 Endoglucanase 11 10.9829107 C6_control_B2 +LQ01X016370 Endoglucanase 11 11.10130465 C6_control_B3 +LQ01X016370 Endoglucanase 11 9.418411355 C6_control_C1 +LQ01X016370 Endoglucanase 11 9.280649203 C6_control_C2 +LQ01X016370 Endoglucanase 11 7.970459862 C6_control_C3 +LQ01X016370 Endoglucanase 11 12.49640219 C6_chemical_A1 +LQ01X016370 Endoglucanase 11 11.31314342 C6_chemical_A3 +LQ01X016370 Endoglucanase 11 12.35365845 C6_chemical_B1 +LQ01X016370 Endoglucanase 11 11.47753618 C6_chemical_B2 +LQ01X016370 Endoglucanase 11 10.84943713 C6_chemical_B3 +LQ01X016370 Endoglucanase 11 9.780263854 C6_chemical_C1 +LQ01X016370 Endoglucanase 11 9.239665922 C6_chemical_C2 +LQ01X016370 Endoglucanase 11 8.124398482 C6_chemical_C3 +LQ01X016370 Endoglucanase 11 11.70678201 L4_control_A1 +LQ01X016370 Endoglucanase 11 12.26763812 L4_control_A2 +LQ01X016370 Endoglucanase 11 12.031445 L4_control_A3 +LQ01X016370 Endoglucanase 11 11.55829772 L4_control_B1 +LQ01X016370 Endoglucanase 11 11.93692797 L4_control_B2 +LQ01X016370 Endoglucanase 11 8.290247058 L4_control_B3 +LQ01X016370 Endoglucanase 11 8.283084587 L4_control_C2 +LQ01X016370 Endoglucanase 11 7.003092955 L4_control_C3 +LQ01X016370 Endoglucanase 11 10.21590246 L4_chemical_A1 +LQ01X016370 Endoglucanase 11 12.05987151 L4_chemical_A2 +LQ01X016370 Endoglucanase 11 11.24932198 L4_chemical_A3 +LQ01X016370 Endoglucanase 11 11.68406726 L4_chemical_B1 +LQ01X016370 Endoglucanase 11 12.02474008 L4_chemical_B2 +LQ01X016370 Endoglucanase 11 11.07147614 L4_chemical_B3 +LQ01X016370 Endoglucanase 11 8.386459285 L4_chemical_C2 +LQ01X016370 Endoglucanase 11 7.916639828 L4_chemical_C3 +LQ01X016390 Predicted protein 8.94241014 C6_control_A1 +LQ01X016390 Predicted protein 9.470478173 C6_control_A3 +LQ01X016390 Predicted protein 9.144186535 C6_control_B1 +LQ01X016390 Predicted protein 8.509444443 C6_control_B2 +LQ01X016390 Predicted protein 8.822912768 C6_control_B3 +LQ01X016390 Predicted protein 9.403066569 C6_control_C1 +LQ01X016390 Predicted protein 9.083629901 C6_control_C2 +LQ01X016390 Predicted protein 8.957406429 C6_control_C3 +LQ01X016390 Predicted protein 9.288346104 C6_chemical_A1 +LQ01X016390 Predicted protein 9.166844464 C6_chemical_A3 +LQ01X016390 Predicted protein 9.59873195 C6_chemical_B1 +LQ01X016390 Predicted protein 8.665300752 C6_chemical_B2 +LQ01X016390 Predicted protein 8.682178839 C6_chemical_B3 +LQ01X016390 Predicted protein 9.530918468 C6_chemical_C1 +LQ01X016390 Predicted protein 9.377198697 C6_chemical_C2 +LQ01X016390 Predicted protein 9.508342748 C6_chemical_C3 +LQ01X016390 Predicted protein 9.682596308 L4_control_A1 +LQ01X016390 Predicted protein 9.570017196 L4_control_A2 +LQ01X016390 Predicted protein 10.06408296 L4_control_A3 +LQ01X016390 Predicted protein 9.483650405 L4_control_B1 +LQ01X016390 Predicted protein 9.240815871 L4_control_B2 +LQ01X016390 Predicted protein 9.095649608 L4_control_B3 +LQ01X016390 Predicted protein 10.25636827 L4_control_C2 +LQ01X016390 Predicted protein 10.51540882 L4_control_C3 +LQ01X016390 Predicted protein 9.455588711 L4_chemical_A1 +LQ01X016390 Predicted protein 9.399633056 L4_chemical_A2 +LQ01X016390 Predicted protein 10.33950144 L4_chemical_A3 +LQ01X016390 Predicted protein 9.068603722 L4_chemical_B1 +LQ01X016390 Predicted protein 8.838325995 L4_chemical_B2 +LQ01X016390 Predicted protein 9.140232426 L4_chemical_B3 +LQ01X016390 Predicted protein 10.04630825 L4_chemical_C2 +LQ01X016390 Predicted protein 10.16842527 L4_chemical_C3 +LQ01X016460 Predicted protein 13.13886275 C6_control_A1 +LQ01X016460 Predicted protein 12.8483314 C6_control_A3 +LQ01X016460 Predicted protein 12.71284406 C6_control_B1 +LQ01X016460 Predicted protein 13.26000695 C6_control_B2 +LQ01X016460 Predicted protein 12.79817575 C6_control_B3 +LQ01X016460 Predicted protein 12.96040106 C6_control_C1 +LQ01X016460 Predicted protein 13.23908132 C6_control_C2 +LQ01X016460 Predicted protein 13.00112718 C6_control_C3 +LQ01X016460 Predicted protein 13.14745364 C6_chemical_A1 +LQ01X016460 Predicted protein 12.33713151 C6_chemical_A3 +LQ01X016460 Predicted protein 12.63688505 C6_chemical_B1 +LQ01X016460 Predicted protein 13.01310136 C6_chemical_B2 +LQ01X016460 Predicted protein 12.74187001 C6_chemical_B3 +LQ01X016460 Predicted protein 13.07796401 C6_chemical_C1 +LQ01X016460 Predicted protein 13.1792892 C6_chemical_C2 +LQ01X016460 Predicted protein 12.97409868 C6_chemical_C3 +LQ01X016460 Predicted protein 11.99885539 L4_control_A1 +LQ01X016460 Predicted protein 11.73722768 L4_control_A2 +LQ01X016460 Predicted protein 11.28187072 L4_control_A3 +LQ01X016460 Predicted protein 11.20456953 L4_control_B1 +LQ01X016460 Predicted protein 10.72583244 L4_control_B2 +LQ01X016460 Predicted protein 11.25315993 L4_control_B3 +LQ01X016460 Predicted protein 11.20442181 L4_control_C2 +LQ01X016460 Predicted protein 10.55567593 L4_control_C3 +LQ01X016460 Predicted protein 11.80086898 L4_chemical_A1 +LQ01X016460 Predicted protein 11.66449114 L4_chemical_A2 +LQ01X016460 Predicted protein 11.46694425 L4_chemical_A3 +LQ01X016460 Predicted protein 11.61279057 L4_chemical_B1 +LQ01X016460 Predicted protein 10.79851474 L4_chemical_B2 +LQ01X016460 Predicted protein 11.48062779 L4_chemical_B3 +LQ01X016460 Predicted protein 10.30288368 L4_chemical_C2 +LQ01X016460 Predicted protein 11.06344675 L4_chemical_C3 +LQ01X016461 Ubiquitin 12.88169391 C6_control_A1 +LQ01X016461 Ubiquitin 12.31389959 C6_control_A3 +LQ01X016461 Ubiquitin 12.61225414 C6_control_B1 +LQ01X016461 Ubiquitin 13.23438181 C6_control_B2 +LQ01X016461 Ubiquitin 12.30538441 C6_control_B3 +LQ01X016461 Ubiquitin 13.04121526 C6_control_C1 +LQ01X016461 Ubiquitin 13.2280368 C6_control_C2 +LQ01X016461 Ubiquitin 12.51966142 C6_control_C3 +LQ01X016461 Ubiquitin 13.11395524 C6_chemical_A1 +LQ01X016461 Ubiquitin 12.29519771 C6_chemical_A3 +LQ01X016461 Ubiquitin 12.83546133 C6_chemical_B1 +LQ01X016461 Ubiquitin 13.23013174 C6_chemical_B2 +LQ01X016461 Ubiquitin 12.50132344 C6_chemical_B3 +LQ01X016461 Ubiquitin 13.26589836 C6_chemical_C1 +LQ01X016461 Ubiquitin 13.27256506 C6_chemical_C2 +LQ01X016461 Ubiquitin 12.59060533 C6_chemical_C3 +LQ01X016461 Ubiquitin 11.43365179 L4_control_A1 +LQ01X016461 Ubiquitin 10.16825732 L4_control_A2 +LQ01X016461 Ubiquitin 9.013533872 L4_control_A3 +LQ01X016461 Ubiquitin 10.30212232 L4_control_B1 +LQ01X016461 Ubiquitin 11.44816055 L4_control_B2 +LQ01X016461 Ubiquitin 10.59043443 L4_control_B3 +LQ01X016461 Ubiquitin 11.15135531 L4_control_C2 +LQ01X016461 Ubiquitin 10.2736226 L4_control_C3 +LQ01X016461 Ubiquitin 9.885000903 L4_chemical_A1 +LQ01X016461 Ubiquitin 9.354270852 L4_chemical_A2 +LQ01X016461 Ubiquitin 9.04367736 L4_chemical_A3 +LQ01X016461 Ubiquitin 11.29690231 L4_chemical_B1 +LQ01X016461 Ubiquitin 10.16429993 L4_chemical_B2 +LQ01X016461 Ubiquitin 10.09263988 L4_chemical_B3 +LQ01X016461 Ubiquitin 9.972386053 L4_chemical_C2 +LQ01X016461 Ubiquitin 10.16600355 L4_chemical_C3 +LQ01X016490 60S ribosomal protein L13-1 14.75548518 C6_control_A1 +LQ01X016490 60S ribosomal protein L13-1 15.07374366 C6_control_A3 +LQ01X016490 60S ribosomal protein L13-1 14.24285206 C6_control_B1 +LQ01X016490 60S ribosomal protein L13-1 14.45729664 C6_control_B2 +LQ01X016490 60S ribosomal protein L13-1 14.034404 C6_control_B3 +LQ01X016490 60S ribosomal protein L13-1 13.83261089 C6_control_C1 +LQ01X016490 60S ribosomal protein L13-1 14.25339113 C6_control_C2 +LQ01X016490 60S ribosomal protein L13-1 13.78875894 C6_control_C3 +LQ01X016490 60S ribosomal protein L13-1 14.53342608 C6_chemical_A1 +LQ01X016490 60S ribosomal protein L13-1 14.65012688 C6_chemical_A3 +LQ01X016490 60S ribosomal protein L13-1 13.76581014 C6_chemical_B1 +LQ01X016490 60S ribosomal protein L13-1 14.03601148 C6_chemical_B2 +LQ01X016490 60S ribosomal protein L13-1 13.80356347 C6_chemical_B3 +LQ01X016490 60S ribosomal protein L13-1 13.72127911 C6_chemical_C1 +LQ01X016490 60S ribosomal protein L13-1 13.95836925 C6_chemical_C2 +LQ01X016490 60S ribosomal protein L13-1 13.56515216 C6_chemical_C3 +LQ01X016490 60S ribosomal protein L13-1 14.88523224 L4_control_A1 +LQ01X016490 60S ribosomal protein L13-1 14.76949693 L4_control_A2 +LQ01X016490 60S ribosomal protein L13-1 14.54119009 L4_control_A3 +LQ01X016490 60S ribosomal protein L13-1 14.15388706 L4_control_B1 +LQ01X016490 60S ribosomal protein L13-1 13.95482734 L4_control_B2 +LQ01X016490 60S ribosomal protein L13-1 13.99472936 L4_control_B3 +LQ01X016490 60S ribosomal protein L13-1 13.8038406 L4_control_C2 +LQ01X016490 60S ribosomal protein L13-1 13.86523546 L4_control_C3 +LQ01X016490 60S ribosomal protein L13-1 14.5725274 L4_chemical_A1 +LQ01X016490 60S ribosomal protein L13-1 14.39586689 L4_chemical_A2 +LQ01X016490 60S ribosomal protein L13-1 14.32303527 L4_chemical_A3 +LQ01X016490 60S ribosomal protein L13-1 14.16130294 L4_chemical_B1 +LQ01X016490 60S ribosomal protein L13-1 13.98226547 L4_chemical_B2 +LQ01X016490 60S ribosomal protein L13-1 14.4054745 L4_chemical_B3 +LQ01X016490 60S ribosomal protein L13-1 13.84132668 L4_chemical_C2 +LQ01X016490 60S ribosomal protein L13-1 13.75860291 L4_chemical_C3 +LQ01X016700 Hypothetical protein 10.49936706 C6_control_A1 +LQ01X016700 Hypothetical protein 11.30137485 C6_control_A3 +LQ01X016700 Hypothetical protein 11.93043514 C6_control_B1 +LQ01X016700 Hypothetical protein 12.57183382 C6_control_B2 +LQ01X016700 Hypothetical protein 12.56968178 C6_control_B3 +LQ01X016700 Hypothetical protein 11.58918012 C6_control_C1 +LQ01X016700 Hypothetical protein 12.02842084 C6_control_C2 +LQ01X016700 Hypothetical protein 12.04691703 C6_control_C3 +LQ01X016700 Hypothetical protein 9.972286013 C6_chemical_A1 +LQ01X016700 Hypothetical protein 10.87040994 C6_chemical_A3 +LQ01X016700 Hypothetical protein 11.98930768 C6_chemical_B1 +LQ01X016700 Hypothetical protein 12.67367969 C6_chemical_B2 +LQ01X016700 Hypothetical protein 12.44366134 C6_chemical_B3 +LQ01X016700 Hypothetical protein 11.63953386 C6_chemical_C1 +LQ01X016700 Hypothetical protein 11.84690896 C6_chemical_C2 +LQ01X016700 Hypothetical protein 11.97649751 C6_chemical_C3 +LQ01X016700 Hypothetical protein 10.02643992 L4_control_A1 +LQ01X016700 Hypothetical protein 10.39357539 L4_control_A2 +LQ01X016700 Hypothetical protein 10.12117997 L4_control_A3 +LQ01X016700 Hypothetical protein 12.06135203 L4_control_B1 +LQ01X016700 Hypothetical protein 10.5848624 L4_control_B2 +LQ01X016700 Hypothetical protein 11.73714301 L4_control_B3 +LQ01X016700 Hypothetical protein 9.475537084 L4_control_C2 +LQ01X016700 Hypothetical protein 10.32195473 L4_control_C3 +LQ01X016700 Hypothetical protein 12.16402294 L4_chemical_A1 +LQ01X016700 Hypothetical protein 12.9902118 L4_chemical_A2 +LQ01X016700 Hypothetical protein 11.35360594 L4_chemical_A3 +LQ01X016700 Hypothetical protein 12.21221942 L4_chemical_B1 +LQ01X016700 Hypothetical protein 11.81024194 L4_chemical_B2 +LQ01X016700 Hypothetical protein 11.84436576 L4_chemical_B3 +LQ01X016700 Hypothetical protein 8.281152913 L4_chemical_C2 +LQ01X016700 Hypothetical protein 9.956884336 L4_chemical_C3 +LQ01X016710 Putative methyltransferase NSUN6 5.393775822 C6_control_A1 +LQ01X016710 Putative methyltransferase NSUN6 5.967686803 C6_control_A3 +LQ01X016710 Putative methyltransferase NSUN6 5.695716482 C6_control_B1 +LQ01X016710 Putative methyltransferase NSUN6 5.051903359 C6_control_B2 +LQ01X016710 Putative methyltransferase NSUN6 5.430140763 C6_control_B3 +LQ01X016710 Putative methyltransferase NSUN6 5.217899401 C6_control_C1 +LQ01X016710 Putative methyltransferase NSUN6 4.757865002 C6_control_C2 +LQ01X016710 Putative methyltransferase NSUN6 5.576842973 C6_control_C3 +LQ01X016710 Putative methyltransferase NSUN6 6.05498473 C6_chemical_A1 +LQ01X016710 Putative methyltransferase NSUN6 5.646595242 C6_chemical_A3 +LQ01X016710 Putative methyltransferase NSUN6 5.499571576 C6_chemical_B1 +LQ01X016710 Putative methyltransferase NSUN6 4.848745202 C6_chemical_B2 +LQ01X016710 Putative methyltransferase NSUN6 5.685039018 C6_chemical_B3 +LQ01X016710 Putative methyltransferase NSUN6 5.355722799 C6_chemical_C1 +LQ01X016710 Putative methyltransferase NSUN6 4.782455276 C6_chemical_C2 +LQ01X016710 Putative methyltransferase NSUN6 5.505661892 C6_chemical_C3 +LQ01X016710 Putative methyltransferase NSUN6 6.398475819 L4_control_A1 +LQ01X016710 Putative methyltransferase NSUN6 6.294351059 L4_control_A2 +LQ01X016710 Putative methyltransferase NSUN6 6.269953128 L4_control_A3 +LQ01X016710 Putative methyltransferase NSUN6 7.966310942 L4_control_B1 +LQ01X016710 Putative methyltransferase NSUN6 7.239666556 L4_control_B2 +LQ01X016710 Putative methyltransferase NSUN6 5.233340334 L4_control_B3 +LQ01X016710 Putative methyltransferase NSUN6 6.884835553 L4_control_C2 +LQ01X016710 Putative methyltransferase NSUN6 6.109485184 L4_control_C3 +LQ01X016710 Putative methyltransferase NSUN6 6.408086286 L4_chemical_A1 +LQ01X016710 Putative methyltransferase NSUN6 6.148886024 L4_chemical_A2 +LQ01X016710 Putative methyltransferase NSUN6 6.129319093 L4_chemical_A3 +LQ01X016710 Putative methyltransferase NSUN6 6.069370633 L4_chemical_B1 +LQ01X016710 Putative methyltransferase NSUN6 6.036611417 L4_chemical_B2 +LQ01X016710 Putative methyltransferase NSUN6 5.249806935 L4_chemical_B3 +LQ01X016710 Putative methyltransferase NSUN6 6.442308752 L4_chemical_C2 +LQ01X016710 Putative methyltransferase NSUN6 6.091498375 L4_chemical_C3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.81305855 C6_control_A1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.11177855 C6_control_A3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.55531897 C6_control_B1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.04623803 C6_control_B2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.6946734 C6_control_B3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.83957027 C6_control_C1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.24627707 C6_control_C2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.08440985 C6_control_C3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.5765016 C6_chemical_A1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.76329661 C6_chemical_A3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.51366864 C6_chemical_B1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.00787933 C6_chemical_B2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.34754607 C6_chemical_B3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.75945051 C6_chemical_C1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.13751714 C6_chemical_C2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.47061709 C6_chemical_C3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.80273329 L4_control_A1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.78921245 L4_control_A2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.07692634 L4_control_A3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.34465074 L4_control_B1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.14292162 L4_control_B2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.08500962 L4_control_B3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.68094521 L4_control_C2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.85300534 L4_control_C3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.58316159 L4_chemical_A1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.7472098 L4_chemical_A2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.69334932 L4_chemical_A3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.67012698 L4_chemical_B1 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.53085216 L4_chemical_B2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.23505083 L4_chemical_B3 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.73456584 L4_chemical_C2 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 12.93467192 L4_chemical_C3 +LQ01X016740 60S ribosomal protein L18a 14.67989914 C6_control_A1 +LQ01X016740 60S ribosomal protein L18a 14.780359 C6_control_A3 +LQ01X016740 60S ribosomal protein L18a 14.41277651 C6_control_B1 +LQ01X016740 60S ribosomal protein L18a 14.21377017 C6_control_B2 +LQ01X016740 60S ribosomal protein L18a 14.02461938 C6_control_B3 +LQ01X016740 60S ribosomal protein L18a 13.97788845 C6_control_C1 +LQ01X016740 60S ribosomal protein L18a 14.07969388 C6_control_C2 +LQ01X016740 60S ribosomal protein L18a 13.69953435 C6_control_C3 +LQ01X016740 60S ribosomal protein L18a 14.43982535 C6_chemical_A1 +LQ01X016740 60S ribosomal protein L18a 14.45505922 C6_chemical_A3 +LQ01X016740 60S ribosomal protein L18a 13.96149877 C6_chemical_B1 +LQ01X016740 60S ribosomal protein L18a 13.76844424 C6_chemical_B2 +LQ01X016740 60S ribosomal protein L18a 13.72086087 C6_chemical_B3 +LQ01X016740 60S ribosomal protein L18a 14.14965886 C6_chemical_C1 +LQ01X016740 60S ribosomal protein L18a 13.78011142 C6_chemical_C2 +LQ01X016740 60S ribosomal protein L18a 13.56261265 C6_chemical_C3 +LQ01X016740 60S ribosomal protein L18a 14.26214897 L4_control_A1 +LQ01X016740 60S ribosomal protein L18a 14.16492855 L4_control_A2 +LQ01X016740 60S ribosomal protein L18a 13.63062213 L4_control_A3 +LQ01X016740 60S ribosomal protein L18a 13.93392104 L4_control_B1 +LQ01X016740 60S ribosomal protein L18a 13.77497928 L4_control_B2 +LQ01X016740 60S ribosomal protein L18a 13.56637468 L4_control_B3 +LQ01X016740 60S ribosomal protein L18a 14.0123 L4_control_C2 +LQ01X016740 60S ribosomal protein L18a 13.63779142 L4_control_C3 +LQ01X016740 60S ribosomal protein L18a 14.18993719 L4_chemical_A1 +LQ01X016740 60S ribosomal protein L18a 13.97833995 L4_chemical_A2 +LQ01X016740 60S ribosomal protein L18a 13.47236247 L4_chemical_A3 +LQ01X016740 60S ribosomal protein L18a 14.21415843 L4_chemical_B1 +LQ01X016740 60S ribosomal protein L18a 14.01468903 L4_chemical_B2 +LQ01X016740 60S ribosomal protein L18a 13.96561212 L4_chemical_B3 +LQ01X016740 60S ribosomal protein L18a 14.07697206 L4_chemical_C2 +LQ01X016740 60S ribosomal protein L18a 13.51623956 L4_chemical_C3 +LQ01X016790 Putative uncharacterized protein 5.41711935 C6_control_A1 +LQ01X016790 Putative uncharacterized protein 5.29624126 C6_control_A3 +LQ01X016790 Putative uncharacterized protein 6.12781361 C6_control_B1 +LQ01X016790 Putative uncharacterized protein 5.91301246 C6_control_B2 +LQ01X016790 Putative uncharacterized protein 5.431744023 C6_control_B3 +LQ01X016790 Putative uncharacterized protein 6.213548514 C6_control_C1 +LQ01X016790 Putative uncharacterized protein 6.546706175 C6_control_C2 +LQ01X016790 Putative uncharacterized protein 6.38561438 C6_control_C3 +LQ01X016790 Putative uncharacterized protein 5.306791546 C6_chemical_A1 +LQ01X016790 Putative uncharacterized protein 5.271891367 C6_chemical_A3 +LQ01X016790 Putative uncharacterized protein 5.782697034 C6_chemical_B1 +LQ01X016790 Putative uncharacterized protein 5.965214392 C6_chemical_B2 +LQ01X016790 Putative uncharacterized protein 5.439252196 C6_chemical_B3 +LQ01X016790 Putative uncharacterized protein 6.339018723 C6_chemical_C1 +LQ01X016790 Putative uncharacterized protein 6.423939161 C6_chemical_C2 +LQ01X016790 Putative uncharacterized protein 7.000659931 C6_chemical_C3 +LQ01X016790 Putative uncharacterized protein 5.097780845 L4_control_A1 +LQ01X016790 Putative uncharacterized protein 5.375353192 L4_control_A2 +LQ01X016790 Putative uncharacterized protein 5.231263164 L4_control_A3 +LQ01X016790 Putative uncharacterized protein 5.790204926 L4_control_B1 +LQ01X016790 Putative uncharacterized protein 5.25987466 L4_control_B2 +LQ01X016790 Putative uncharacterized protein 5.409654524 L4_control_B3 +LQ01X016790 Putative uncharacterized protein 5.805243964 L4_control_C2 +LQ01X016790 Putative uncharacterized protein 5.406172711 L4_control_C3 +LQ01X016790 Putative uncharacterized protein 5.369368385 L4_chemical_A1 +LQ01X016790 Putative uncharacterized protein 5.023088426 L4_chemical_A2 +LQ01X016790 Putative uncharacterized protein 5.18724458 L4_chemical_A3 +LQ01X016790 Putative uncharacterized protein 5.419429524 L4_chemical_B1 +LQ01X016790 Putative uncharacterized protein 5.334727078 L4_chemical_B2 +LQ01X016790 Putative uncharacterized protein 4.977280395 L4_chemical_B3 +LQ01X016790 Putative uncharacterized protein 5.84992017 L4_chemical_C2 +LQ01X016790 Putative uncharacterized protein 5.179624143 L4_chemical_C3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.983854172 C6_control_A1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.300831581 C6_control_A3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.196638433 C6_control_B1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.898601038 C6_control_B2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.116762958 C6_control_B3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.710305531 C6_control_C1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.721453111 C6_control_C2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.049076256 C6_control_C3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.175249897 C6_chemical_A1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.232362875 C6_chemical_A3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.0565674 C6_chemical_B1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.058088233 C6_chemical_B2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.744898599 C6_chemical_B3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.742918992 C6_chemical_C1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.062178279 C6_chemical_C2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.792940093 C6_chemical_C3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.215910488 L4_control_A1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.124315534 L4_control_A2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.838047325 L4_control_A3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.337557948 L4_control_B1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.09190849 L4_control_B2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.247743534 L4_control_B3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.154298836 L4_control_C2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.869505811 L4_control_C3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.244383645 L4_chemical_A1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.213278935 L4_chemical_A2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.184225877 L4_chemical_A3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.214237219 L4_chemical_B1 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.934343025 L4_chemical_B2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.179663824 L4_chemical_B3 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.699999164 L4_chemical_C2 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 4.993093577 L4_chemical_C3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.225985033 C6_control_A1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.709651792 C6_control_A3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.898488039 C6_control_B1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.682063805 C6_control_B2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.388602308 C6_control_B3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.873245969 C6_control_C1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.176402246 C6_control_C2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.625557948 C6_control_C3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.989191404 C6_chemical_A1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.519332711 C6_chemical_A3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.463861541 C6_chemical_B1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.697650694 C6_chemical_B2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.497173018 C6_chemical_B3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.844270548 C6_chemical_C1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.203531884 C6_chemical_C2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.70838956 C6_chemical_C3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.478225495 L4_control_A1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.952720286 L4_control_A2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.971948382 L4_control_A3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 7.725424203 L4_control_B1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.078909594 L4_control_B2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.209277915 L4_control_B3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.158264203 L4_control_C2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.802293161 L4_control_C3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.713011792 L4_chemical_A1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 7.923069765 L4_chemical_A2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.426875909 L4_chemical_A3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 7.971077147 L4_chemical_B1 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 7.643567026 L4_chemical_B2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.288985348 L4_chemical_B3 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.53165196 L4_chemical_C2 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 9.002820348 L4_chemical_C3 +LQ01X016850 Predicted protein 5.484837026 C6_control_A1 +LQ01X016850 Predicted protein 4.951723863 C6_control_A3 +LQ01X016850 Predicted protein 6.071689197 C6_control_B1 +LQ01X016850 Predicted protein 5.18782687 C6_control_B2 +LQ01X016850 Predicted protein 6.022036345 C6_control_B3 +LQ01X016850 Predicted protein 5.049212841 C6_control_C1 +LQ01X016850 Predicted protein 5.072139343 C6_control_C2 +LQ01X016850 Predicted protein 5.263603066 C6_control_C3 +LQ01X016850 Predicted protein 5.581890964 C6_chemical_A1 +LQ01X016850 Predicted protein 5.300792479 C6_chemical_A3 +LQ01X016850 Predicted protein 5.711707101 C6_chemical_B1 +LQ01X016850 Predicted protein 5.342954931 C6_chemical_B2 +LQ01X016850 Predicted protein 6.092018374 C6_chemical_B3 +LQ01X016850 Predicted protein 5.109636917 C6_chemical_C1 +LQ01X016850 Predicted protein 5.03966136 C6_chemical_C2 +LQ01X016850 Predicted protein 4.924172693 C6_chemical_C3 +LQ01X016850 Predicted protein 5.745518769 L4_control_A1 +LQ01X016850 Predicted protein 6.003919081 L4_control_A2 +LQ01X016850 Predicted protein 5.587275101 L4_control_A3 +LQ01X016850 Predicted protein 6.061391228 L4_control_B1 +LQ01X016850 Predicted protein 6.003339629 L4_control_B2 +LQ01X016850 Predicted protein 6.317464779 L4_control_B3 +LQ01X016850 Predicted protein 5.330717966 L4_control_C2 +LQ01X016850 Predicted protein 6.356154414 L4_control_C3 +LQ01X016850 Predicted protein 5.922930517 L4_chemical_A1 +LQ01X016850 Predicted protein 5.671132543 L4_chemical_A2 +LQ01X016850 Predicted protein 5.445370404 L4_chemical_A3 +LQ01X016850 Predicted protein 5.985212934 L4_chemical_B1 +LQ01X016850 Predicted protein 6.415125091 L4_chemical_B2 +LQ01X016850 Predicted protein 5.697672574 L4_chemical_B3 +LQ01X016850 Predicted protein 5.296625419 L4_chemical_C2 +LQ01X016850 Predicted protein 5.541012543 L4_chemical_C3 +LQ01X016890 Putative uncharacterized protein At2g32170 6.798556209 C6_control_A1 +LQ01X016890 Putative uncharacterized protein At2g32170 6.280291316 C6_control_A3 +LQ01X016890 Putative uncharacterized protein At2g32170 6.728714454 C6_control_B1 +LQ01X016890 Putative uncharacterized protein At2g32170 6.947285544 C6_control_B2 +LQ01X016890 Putative uncharacterized protein At2g32170 6.501670928 C6_control_B3 +LQ01X016890 Putative uncharacterized protein At2g32170 8.056195986 C6_control_C1 +LQ01X016890 Putative uncharacterized protein At2g32170 7.500893254 C6_control_C2 +LQ01X016890 Putative uncharacterized protein At2g32170 7.475001177 C6_control_C3 +LQ01X016890 Putative uncharacterized protein At2g32170 7.057853321 C6_chemical_A1 +LQ01X016890 Putative uncharacterized protein At2g32170 6.563463211 C6_chemical_A3 +LQ01X016890 Putative uncharacterized protein At2g32170 7.240167539 C6_chemical_B1 +LQ01X016890 Putative uncharacterized protein At2g32170 6.723258792 C6_chemical_B2 +LQ01X016890 Putative uncharacterized protein At2g32170 7.029338337 C6_chemical_B3 +LQ01X016890 Putative uncharacterized protein At2g32170 8.408278826 C6_chemical_C1 +LQ01X016890 Putative uncharacterized protein At2g32170 7.424260961 C6_chemical_C2 +LQ01X016890 Putative uncharacterized protein At2g32170 7.88426482 C6_chemical_C3 +LQ01X016890 Putative uncharacterized protein At2g32170 6.710086585 L4_control_A1 +LQ01X016890 Putative uncharacterized protein At2g32170 6.247154347 L4_control_A2 +LQ01X016890 Putative uncharacterized protein At2g32170 5.631003881 L4_control_A3 +LQ01X016890 Putative uncharacterized protein At2g32170 6.059213116 L4_control_B1 +LQ01X016890 Putative uncharacterized protein At2g32170 6.620791755 L4_control_B2 +LQ01X016890 Putative uncharacterized protein At2g32170 7.132273075 L4_control_B3 +LQ01X016890 Putative uncharacterized protein At2g32170 6.538591817 L4_control_C2 +LQ01X016890 Putative uncharacterized protein At2g32170 8.145379678 L4_control_C3 +LQ01X016890 Putative uncharacterized protein At2g32170 7.208841935 L4_chemical_A1 +LQ01X016890 Putative uncharacterized protein At2g32170 6.307294257 L4_chemical_A2 +LQ01X016890 Putative uncharacterized protein At2g32170 5.654799403 L4_chemical_A3 +LQ01X016890 Putative uncharacterized protein At2g32170 6.492458024 L4_chemical_B1 +LQ01X016890 Putative uncharacterized protein At2g32170 5.93957633 L4_chemical_B2 +LQ01X016890 Putative uncharacterized protein At2g32170 7.061686899 L4_chemical_B3 +LQ01X016890 Putative uncharacterized protein At2g32170 5.861108793 L4_chemical_C2 +LQ01X016890 Putative uncharacterized protein At2g32170 6.538627748 L4_chemical_C3 +LQ01X016900 Putative uncharacterized protein 5.288032392 C6_control_A1 +LQ01X016900 Putative uncharacterized protein 5.216838767 C6_control_A3 +LQ01X016900 Putative uncharacterized protein 4.526441934 C6_control_B1 +LQ01X016900 Putative uncharacterized protein 5.393063006 C6_control_B2 +LQ01X016900 Putative uncharacterized protein 4.833914955 C6_control_B3 +LQ01X016900 Putative uncharacterized protein 5.310172688 C6_control_C1 +LQ01X016900 Putative uncharacterized protein 4.86229473 C6_control_C2 +LQ01X016900 Putative uncharacterized protein 5.905351421 C6_control_C3 +LQ01X016900 Putative uncharacterized protein 5.453046717 C6_chemical_A1 +LQ01X016900 Putative uncharacterized protein 5.058683662 C6_chemical_A3 +LQ01X016900 Putative uncharacterized protein 4.696489359 C6_chemical_B1 +LQ01X016900 Putative uncharacterized protein 5.176960601 C6_chemical_B2 +LQ01X016900 Putative uncharacterized protein 5.040546698 C6_chemical_B3 +LQ01X016900 Putative uncharacterized protein 5.035278048 C6_chemical_C1 +LQ01X016900 Putative uncharacterized protein 5.434390057 C6_chemical_C2 +LQ01X016900 Putative uncharacterized protein 6.021906267 C6_chemical_C3 +LQ01X016900 Putative uncharacterized protein 5.287181148 L4_control_A1 +LQ01X016900 Putative uncharacterized protein 5.230012265 L4_control_A2 +LQ01X016900 Putative uncharacterized protein 5.807237213 L4_control_A3 +LQ01X016900 Putative uncharacterized protein 5.639736344 L4_control_B1 +LQ01X016900 Putative uncharacterized protein 4.913727594 L4_control_B2 +LQ01X016900 Putative uncharacterized protein 5.759129497 L4_control_B3 +LQ01X016900 Putative uncharacterized protein 5.181027952 L4_control_C2 +LQ01X016900 Putative uncharacterized protein 4.841833277 L4_control_C3 +LQ01X016900 Putative uncharacterized protein 5.313804067 L4_chemical_A1 +LQ01X016900 Putative uncharacterized protein 5.393591861 L4_chemical_A2 +LQ01X016900 Putative uncharacterized protein 5.835945601 L4_chemical_A3 +LQ01X016900 Putative uncharacterized protein 4.915987167 L4_chemical_B1 +LQ01X016900 Putative uncharacterized protein 4.8676847 L4_chemical_B2 +LQ01X016900 Putative uncharacterized protein 5.52381775 L4_chemical_B3 +LQ01X016900 Putative uncharacterized protein 6.354765292 L4_chemical_C2 +LQ01X016900 Putative uncharacterized protein 5.163795005 L4_chemical_C3 +LQ01X016930 Predicted protein 13.18078228 C6_control_A1 +LQ01X016930 Predicted protein 12.8351987 C6_control_A3 +LQ01X016930 Predicted protein 13.50623594 C6_control_B1 +LQ01X016930 Predicted protein 12.83181983 C6_control_B2 +LQ01X016930 Predicted protein 13.53015112 C6_control_B3 +LQ01X016930 Predicted protein 13.60622824 C6_control_C1 +LQ01X016930 Predicted protein 13.32922719 C6_control_C2 +LQ01X016930 Predicted protein 13.28719615 C6_control_C3 +LQ01X016930 Predicted protein 13.22591598 C6_chemical_A1 +LQ01X016930 Predicted protein 13.09557458 C6_chemical_A3 +LQ01X016930 Predicted protein 13.3474685 C6_chemical_B1 +LQ01X016930 Predicted protein 12.79666414 C6_chemical_B2 +LQ01X016930 Predicted protein 13.47784215 C6_chemical_B3 +LQ01X016930 Predicted protein 13.34284847 C6_chemical_C1 +LQ01X016930 Predicted protein 13.41715791 C6_chemical_C2 +LQ01X016930 Predicted protein 13.52202545 C6_chemical_C3 +LQ01X016930 Predicted protein 12.91216669 L4_control_A1 +LQ01X016930 Predicted protein 13.07282075 L4_control_A2 +LQ01X016930 Predicted protein 13.2312514 L4_control_A3 +LQ01X016930 Predicted protein 13.71763871 L4_control_B1 +LQ01X016930 Predicted protein 13.47513888 L4_control_B2 +LQ01X016930 Predicted protein 13.7232442 L4_control_B3 +LQ01X016930 Predicted protein 14.3737976 L4_control_C2 +LQ01X016930 Predicted protein 13.97062621 L4_control_C3 +LQ01X016930 Predicted protein 13.96752038 L4_chemical_A1 +LQ01X016930 Predicted protein 13.49445109 L4_chemical_A2 +LQ01X016930 Predicted protein 13.73840918 L4_chemical_A3 +LQ01X016930 Predicted protein 13.92303623 L4_chemical_B1 +LQ01X016930 Predicted protein 13.56424669 L4_chemical_B2 +LQ01X016930 Predicted protein 13.33118376 L4_chemical_B3 +LQ01X016930 Predicted protein 14.11541757 L4_chemical_C2 +LQ01X016930 Predicted protein 14.08105603 L4_chemical_C3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.089431469 C6_control_A1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.13924094 C6_control_A3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.436674643 C6_control_B1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.200509702 C6_control_B2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.137770797 C6_control_B3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 4.954585371 C6_control_C1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 4.854626845 C6_control_C2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.148415661 C6_control_C3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.016248879 C6_chemical_A1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.195184812 C6_chemical_A3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.443275318 C6_chemical_B1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.000507033 C6_chemical_B2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.602070633 C6_chemical_B3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 4.945203638 C6_chemical_C1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.09326922 C6_chemical_C2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.346400397 C6_chemical_C3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.08426025 L4_control_A1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.263813896 L4_control_A2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.594306703 L4_control_A3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.645242082 L4_control_B1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.134493814 L4_control_B2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.441229037 L4_control_B3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.161482485 L4_control_C2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 4.894019811 L4_control_C3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 4.91915173 L4_chemical_A1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.129706968 L4_chemical_A2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.875689651 L4_chemical_A3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.090440709 L4_chemical_B1 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.641279367 L4_chemical_B2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.29864264 L4_chemical_B3 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.472023181 L4_chemical_C2 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.725154376 L4_chemical_C3 +LQ01X016990 Hypothetical protein 6.826618919 C6_control_A1 +LQ01X016990 Hypothetical protein 5.952088639 C6_control_A3 +LQ01X016990 Hypothetical protein 5.967346762 C6_control_B1 +LQ01X016990 Hypothetical protein 5.675625495 C6_control_B2 +LQ01X016990 Hypothetical protein 6.374108845 C6_control_B3 +LQ01X016990 Hypothetical protein 7.17920468 C6_control_C1 +LQ01X016990 Hypothetical protein 5.884544106 C6_control_C2 +LQ01X016990 Hypothetical protein 6.09280698 C6_control_C3 +LQ01X016990 Hypothetical protein 6.461354596 C6_chemical_A1 +LQ01X016990 Hypothetical protein 6.305040834 C6_chemical_A3 +LQ01X016990 Hypothetical protein 6.147717691 C6_chemical_B1 +LQ01X016990 Hypothetical protein 6.099257225 C6_chemical_B2 +LQ01X016990 Hypothetical protein 6.101847237 C6_chemical_B3 +LQ01X016990 Hypothetical protein 5.866093849 C6_chemical_C1 +LQ01X016990 Hypothetical protein 7.091688059 C6_chemical_C2 +LQ01X016990 Hypothetical protein 5.601405848 C6_chemical_C3 +LQ01X016990 Hypothetical protein 5.725673582 L4_control_A1 +LQ01X016990 Hypothetical protein 5.716654827 L4_control_A2 +LQ01X016990 Hypothetical protein 5.61642691 L4_control_A3 +LQ01X016990 Hypothetical protein 6.166039241 L4_control_B1 +LQ01X016990 Hypothetical protein 6.056540501 L4_control_B2 +LQ01X016990 Hypothetical protein 5.858048247 L4_control_B3 +LQ01X016990 Hypothetical protein 5.864348837 L4_control_C2 +LQ01X016990 Hypothetical protein 5.272396201 L4_control_C3 +LQ01X016990 Hypothetical protein 5.398999467 L4_chemical_A1 +LQ01X016990 Hypothetical protein 5.454163101 L4_chemical_A2 +LQ01X016990 Hypothetical protein 5.259785352 L4_chemical_A3 +LQ01X016990 Hypothetical protein 6.908942974 L4_chemical_B1 +LQ01X016990 Hypothetical protein 5.801412609 L4_chemical_B2 +LQ01X016990 Hypothetical protein 5.5590489 L4_chemical_B3 +LQ01X016990 Hypothetical protein 5.705720692 L4_chemical_C2 +LQ01X016990 Hypothetical protein 5.518774955 L4_chemical_C3 +LQ01X017030 Hypothetical protein 11.98250605 C6_control_A1 +LQ01X017030 Hypothetical protein 11.42763991 C6_control_A3 +LQ01X017030 Hypothetical protein 13.4426635 C6_control_B1 +LQ01X017030 Hypothetical protein 12.71972252 C6_control_B2 +LQ01X017030 Hypothetical protein 13.56059167 C6_control_B3 +LQ01X017030 Hypothetical protein 11.97149355 C6_control_C1 +LQ01X017030 Hypothetical protein 12.23598363 C6_control_C2 +LQ01X017030 Hypothetical protein 12.61265059 C6_control_C3 +LQ01X017030 Hypothetical protein 12.28990316 C6_chemical_A1 +LQ01X017030 Hypothetical protein 11.00917282 C6_chemical_A3 +LQ01X017030 Hypothetical protein 13.77275377 C6_chemical_B1 +LQ01X017030 Hypothetical protein 12.98095737 C6_chemical_B2 +LQ01X017030 Hypothetical protein 13.97032386 C6_chemical_B3 +LQ01X017030 Hypothetical protein 12.03138116 C6_chemical_C1 +LQ01X017030 Hypothetical protein 12.20163116 C6_chemical_C2 +LQ01X017030 Hypothetical protein 13.38319281 C6_chemical_C3 +LQ01X017030 Hypothetical protein 11.02437986 L4_control_A1 +LQ01X017030 Hypothetical protein 11.13368671 L4_control_A2 +LQ01X017030 Hypothetical protein 11.29507254 L4_control_A3 +LQ01X017030 Hypothetical protein 12.54915983 L4_control_B1 +LQ01X017030 Hypothetical protein 13.03892337 L4_control_B2 +LQ01X017030 Hypothetical protein 12.52423483 L4_control_B3 +LQ01X017030 Hypothetical protein 13.31354435 L4_control_C2 +LQ01X017030 Hypothetical protein 13.03566356 L4_control_C3 +LQ01X017030 Hypothetical protein 13.02114977 L4_chemical_A1 +LQ01X017030 Hypothetical protein 11.61396664 L4_chemical_A2 +LQ01X017030 Hypothetical protein 12.11271937 L4_chemical_A3 +LQ01X017030 Hypothetical protein 13.65808359 L4_chemical_B1 +LQ01X017030 Hypothetical protein 13.07046914 L4_chemical_B2 +LQ01X017030 Hypothetical protein 12.08212035 L4_chemical_B3 +LQ01X017030 Hypothetical protein 12.85075884 L4_chemical_C2 +LQ01X017030 Hypothetical protein 12.80435641 L4_chemical_C3 +LQ01X017040 60S ribosomal protein L27-3 5.486657784 C6_control_A1 +LQ01X017040 60S ribosomal protein L27-3 6.030246837 C6_control_A3 +LQ01X017040 60S ribosomal protein L27-3 5.880341643 C6_control_B1 +LQ01X017040 60S ribosomal protein L27-3 5.685969207 C6_control_B2 +LQ01X017040 60S ribosomal protein L27-3 5.532587935 C6_control_B3 +LQ01X017040 60S ribosomal protein L27-3 5.885590444 C6_control_C1 +LQ01X017040 60S ribosomal protein L27-3 6.187441274 C6_control_C2 +LQ01X017040 60S ribosomal protein L27-3 5.769548286 C6_control_C3 +LQ01X017040 60S ribosomal protein L27-3 5.721996551 C6_chemical_A1 +LQ01X017040 60S ribosomal protein L27-3 5.577236349 C6_chemical_A3 +LQ01X017040 60S ribosomal protein L27-3 5.730578137 C6_chemical_B1 +LQ01X017040 60S ribosomal protein L27-3 5.532322408 C6_chemical_B2 +LQ01X017040 60S ribosomal protein L27-3 5.2044055 C6_chemical_B3 +LQ01X017040 60S ribosomal protein L27-3 5.711753969 C6_chemical_C1 +LQ01X017040 60S ribosomal protein L27-3 5.681094005 C6_chemical_C2 +LQ01X017040 60S ribosomal protein L27-3 5.667876992 C6_chemical_C3 +LQ01X017040 60S ribosomal protein L27-3 6.189642894 L4_control_A1 +LQ01X017040 60S ribosomal protein L27-3 6.246546953 L4_control_A2 +LQ01X017040 60S ribosomal protein L27-3 5.799363284 L4_control_A3 +LQ01X017040 60S ribosomal protein L27-3 5.676780279 L4_control_B1 +LQ01X017040 60S ribosomal protein L27-3 5.161870414 L4_control_B2 +LQ01X017040 60S ribosomal protein L27-3 5.392073798 L4_control_B3 +LQ01X017040 60S ribosomal protein L27-3 6.074858873 L4_control_C2 +LQ01X017040 60S ribosomal protein L27-3 6.332619037 L4_control_C3 +LQ01X017040 60S ribosomal protein L27-3 5.693920443 L4_chemical_A1 +LQ01X017040 60S ribosomal protein L27-3 5.791996367 L4_chemical_A2 +LQ01X017040 60S ribosomal protein L27-3 5.80727105 L4_chemical_A3 +LQ01X017040 60S ribosomal protein L27-3 6.127778754 L4_chemical_B1 +LQ01X017040 60S ribosomal protein L27-3 5.305393989 L4_chemical_B2 +LQ01X017040 60S ribosomal protein L27-3 6.281343616 L4_chemical_B3 +LQ01X017040 60S ribosomal protein L27-3 6.22029475 L4_chemical_C2 +LQ01X017040 60S ribosomal protein L27-3 5.539016296 L4_chemical_C3 +LQ01X017060 Putative Predicted protein (Fragment) 7.340873783 C6_control_A1 +LQ01X017060 Putative Predicted protein (Fragment) 7.659605146 C6_control_A3 +LQ01X017060 Putative Predicted protein (Fragment) 8.454231069 C6_control_B1 +LQ01X017060 Putative Predicted protein (Fragment) 8.377878451 C6_control_B2 +LQ01X017060 Putative Predicted protein (Fragment) 9.020289288 C6_control_B3 +LQ01X017060 Putative Predicted protein (Fragment) 8.297208798 C6_control_C1 +LQ01X017060 Putative Predicted protein (Fragment) 9.473021154 C6_control_C2 +LQ01X017060 Putative Predicted protein (Fragment) 8.049202868 C6_control_C3 +LQ01X017060 Putative Predicted protein (Fragment) 8.017923438 C6_chemical_A1 +LQ01X017060 Putative Predicted protein (Fragment) 8.405648751 C6_chemical_A3 +LQ01X017060 Putative Predicted protein (Fragment) 9.877366771 C6_chemical_B1 +LQ01X017060 Putative Predicted protein (Fragment) 9.123475365 C6_chemical_B2 +LQ01X017060 Putative Predicted protein (Fragment) 10.10950106 C6_chemical_B3 +LQ01X017060 Putative Predicted protein (Fragment) 9.315733609 C6_chemical_C1 +LQ01X017060 Putative Predicted protein (Fragment) 8.858337829 C6_chemical_C2 +LQ01X017060 Putative Predicted protein (Fragment) 9.579121496 C6_chemical_C3 +LQ01X017060 Putative Predicted protein (Fragment) 8.813369581 L4_control_A1 +LQ01X017060 Putative Predicted protein (Fragment) 7.944762345 L4_control_A2 +LQ01X017060 Putative Predicted protein (Fragment) 7.150037788 L4_control_A3 +LQ01X017060 Putative Predicted protein (Fragment) 9.859283268 L4_control_B1 +LQ01X017060 Putative Predicted protein (Fragment) 9.90826741 L4_control_B2 +LQ01X017060 Putative Predicted protein (Fragment) 10.58768139 L4_control_B3 +LQ01X017060 Putative Predicted protein (Fragment) 9.703266058 L4_control_C2 +LQ01X017060 Putative Predicted protein (Fragment) 10.41549209 L4_control_C3 +LQ01X017060 Putative Predicted protein (Fragment) 8.591880556 L4_chemical_A1 +LQ01X017060 Putative Predicted protein (Fragment) 7.477580066 L4_chemical_A2 +LQ01X017060 Putative Predicted protein (Fragment) 7.310858763 L4_chemical_A3 +LQ01X017060 Putative Predicted protein (Fragment) 9.588828171 L4_chemical_B1 +LQ01X017060 Putative Predicted protein (Fragment) 9.171080662 L4_chemical_B2 +LQ01X017060 Putative Predicted protein (Fragment) 9.661718867 L4_chemical_B3 +LQ01X017060 Putative Predicted protein (Fragment) 9.365016076 L4_chemical_C2 +LQ01X017060 Putative Predicted protein (Fragment) 9.829254043 L4_chemical_C3 +LQ01X017070 Hypothetical protein 4.945960808 C6_control_A1 +LQ01X017070 Hypothetical protein 4.880889096 C6_control_A3 +LQ01X017070 Hypothetical protein 4.964998141 C6_control_B1 +LQ01X017070 Hypothetical protein 4.870206966 C6_control_B2 +LQ01X017070 Hypothetical protein 5.112446491 C6_control_B3 +LQ01X017070 Hypothetical protein 4.873486694 C6_control_C1 +LQ01X017070 Hypothetical protein 4.729120257 C6_control_C2 +LQ01X017070 Hypothetical protein 4.907458769 C6_control_C3 +LQ01X017070 Hypothetical protein 5.100171239 C6_chemical_A1 +LQ01X017070 Hypothetical protein 4.860616336 C6_chemical_A3 +LQ01X017070 Hypothetical protein 4.865163639 C6_chemical_B1 +LQ01X017070 Hypothetical protein 5.002094118 C6_chemical_B2 +LQ01X017070 Hypothetical protein 5.114492599 C6_chemical_B3 +LQ01X017070 Hypothetical protein 5.092545323 C6_chemical_C1 +LQ01X017070 Hypothetical protein 4.840042648 C6_chemical_C2 +LQ01X017070 Hypothetical protein 5.088873394 C6_chemical_C3 +LQ01X017070 Hypothetical protein 5.29381493 L4_control_A1 +LQ01X017070 Hypothetical protein 5.161507478 L4_control_A2 +LQ01X017070 Hypothetical protein 5.006511008 L4_control_A3 +LQ01X017070 Hypothetical protein 4.947237696 L4_control_B1 +LQ01X017070 Hypothetical protein 5.144629142 L4_control_B2 +LQ01X017070 Hypothetical protein 5.034287226 L4_control_B3 +LQ01X017070 Hypothetical protein 5.242418685 L4_control_C2 +LQ01X017070 Hypothetical protein 5.190076249 L4_control_C3 +LQ01X017070 Hypothetical protein 5.437636534 L4_chemical_A1 +LQ01X017070 Hypothetical protein 5.184777208 L4_chemical_A2 +LQ01X017070 Hypothetical protein 5.378527899 L4_chemical_A3 +LQ01X017070 Hypothetical protein 5.117551466 L4_chemical_B1 +LQ01X017070 Hypothetical protein 5.376010119 L4_chemical_B2 +LQ01X017070 Hypothetical protein 4.713495129 L4_chemical_B3 +LQ01X017070 Hypothetical protein 5.299375515 L4_chemical_C2 +LQ01X017070 Hypothetical protein 5.5545349 L4_chemical_C3 +LQ01X017080 At3g22210 11.55655027 C6_control_A1 +LQ01X017080 At3g22210 11.67562937 C6_control_A3 +LQ01X017080 At3g22210 11.30886749 C6_control_B1 +LQ01X017080 At3g22210 12.81665675 C6_control_B2 +LQ01X017080 At3g22210 12.14199824 C6_control_B3 +LQ01X017080 At3g22210 13.39584347 C6_control_C1 +LQ01X017080 At3g22210 13.52124956 C6_control_C2 +LQ01X017080 At3g22210 13.80320523 C6_control_C3 +LQ01X017080 At3g22210 11.18717304 C6_chemical_A1 +LQ01X017080 At3g22210 10.5449168 C6_chemical_A3 +LQ01X017080 At3g22210 10.83506235 C6_chemical_B1 +LQ01X017080 At3g22210 12.6648087 C6_chemical_B2 +LQ01X017080 At3g22210 12.07583533 C6_chemical_B3 +LQ01X017080 At3g22210 13.26722329 C6_chemical_C1 +LQ01X017080 At3g22210 13.57952294 C6_chemical_C2 +LQ01X017080 At3g22210 13.22463404 C6_chemical_C3 +LQ01X017080 At3g22210 11.23107189 L4_control_A1 +LQ01X017080 At3g22210 10.841222 L4_control_A2 +LQ01X017080 At3g22210 11.22887453 L4_control_A3 +LQ01X017080 At3g22210 10.80735768 L4_control_B1 +LQ01X017080 At3g22210 8.899536122 L4_control_B2 +LQ01X017080 At3g22210 12.10615333 L4_control_B3 +LQ01X017080 At3g22210 11.5947701 L4_control_C2 +LQ01X017080 At3g22210 11.58815303 L4_control_C3 +LQ01X017080 At3g22210 11.29274321 L4_chemical_A1 +LQ01X017080 At3g22210 10.9528016 L4_chemical_A2 +LQ01X017080 At3g22210 11.31662883 L4_chemical_A3 +LQ01X017080 At3g22210 10.26886061 L4_chemical_B1 +LQ01X017080 At3g22210 9.971775893 L4_chemical_B2 +LQ01X017080 At3g22210 11.39191628 L4_chemical_B3 +LQ01X017080 At3g22210 11.54604833 L4_chemical_C2 +LQ01X017080 At3g22210 12.17224256 L4_chemical_C3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.051799338 C6_control_A1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 7.427298069 C6_control_A3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.18038105 C6_control_B1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.93637071 C6_control_B2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.480808896 C6_control_B3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.183954003 C6_control_C1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 8.194825054 C6_control_C2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.157327695 C6_control_C3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.355569196 C6_chemical_A1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.984820202 C6_chemical_A3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.91996403 C6_chemical_B1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.000418046 C6_chemical_B2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.66693313 C6_chemical_B3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.283133132 C6_chemical_C1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.382426503 C6_chemical_C2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.855256201 C6_chemical_C3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.189747857 L4_control_A1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.601968759 L4_control_A2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.471962272 L4_control_A3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.835787489 L4_control_B1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.777759984 L4_control_B2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.872166583 L4_control_B3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.995371189 L4_control_C2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.417041891 L4_control_C3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.813007335 L4_chemical_A1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.02029235 L4_chemical_A2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.835268807 L4_chemical_A3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.911335926 L4_chemical_B1 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.18057376 L4_chemical_B2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.941012101 L4_chemical_B3 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.449165322 L4_chemical_C2 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 5.730486073 L4_chemical_C3 +LQ01X017100 Probable S-acyltransferase At4g15080 11.63538357 C6_control_A1 +LQ01X017100 Probable S-acyltransferase At4g15080 11.86267387 C6_control_A3 +LQ01X017100 Probable S-acyltransferase At4g15080 11.99138311 C6_control_B1 +LQ01X017100 Probable S-acyltransferase At4g15080 11.71999536 C6_control_B2 +LQ01X017100 Probable S-acyltransferase At4g15080 11.98621041 C6_control_B3 +LQ01X017100 Probable S-acyltransferase At4g15080 11.10161722 C6_control_C1 +LQ01X017100 Probable S-acyltransferase At4g15080 11.18020891 C6_control_C2 +LQ01X017100 Probable S-acyltransferase At4g15080 11.18781037 C6_control_C3 +LQ01X017100 Probable S-acyltransferase At4g15080 11.70977354 C6_chemical_A1 +LQ01X017100 Probable S-acyltransferase At4g15080 11.91760803 C6_chemical_A3 +LQ01X017100 Probable S-acyltransferase At4g15080 11.89921556 C6_chemical_B1 +LQ01X017100 Probable S-acyltransferase At4g15080 11.46632904 C6_chemical_B2 +LQ01X017100 Probable S-acyltransferase At4g15080 11.7921166 C6_chemical_B3 +LQ01X017100 Probable S-acyltransferase At4g15080 10.90566341 C6_chemical_C1 +LQ01X017100 Probable S-acyltransferase At4g15080 11.00261595 C6_chemical_C2 +LQ01X017100 Probable S-acyltransferase At4g15080 11.12471223 C6_chemical_C3 +LQ01X017100 Probable S-acyltransferase At4g15080 12.17953655 L4_control_A1 +LQ01X017100 Probable S-acyltransferase At4g15080 12.71868257 L4_control_A2 +LQ01X017100 Probable S-acyltransferase At4g15080 12.40160843 L4_control_A3 +LQ01X017100 Probable S-acyltransferase At4g15080 12.5530817 L4_control_B1 +LQ01X017100 Probable S-acyltransferase At4g15080 13.0411345 L4_control_B2 +LQ01X017100 Probable S-acyltransferase At4g15080 12.33667811 L4_control_B3 +LQ01X017100 Probable S-acyltransferase At4g15080 12.20451371 L4_control_C2 +LQ01X017100 Probable S-acyltransferase At4g15080 12.26605578 L4_control_C3 +LQ01X017100 Probable S-acyltransferase At4g15080 11.66311364 L4_chemical_A1 +LQ01X017100 Probable S-acyltransferase At4g15080 12.23983316 L4_chemical_A2 +LQ01X017100 Probable S-acyltransferase At4g15080 12.07500426 L4_chemical_A3 +LQ01X017100 Probable S-acyltransferase At4g15080 12.32309524 L4_chemical_B1 +LQ01X017100 Probable S-acyltransferase At4g15080 12.66853006 L4_chemical_B2 +LQ01X017100 Probable S-acyltransferase At4g15080 12.42099433 L4_chemical_B3 +LQ01X017100 Probable S-acyltransferase At4g15080 12.24707896 L4_chemical_C2 +LQ01X017100 Probable S-acyltransferase At4g15080 11.99574156 L4_chemical_C3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.59578687 C6_control_A1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.311762464 C6_control_A3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.307752604 C6_control_B1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 4.965054184 C6_control_B2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.27594592 C6_control_B3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 4.841535948 C6_control_C1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.248568997 C6_control_C2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.05071157 C6_control_C3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.208654027 C6_chemical_A1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.292063415 C6_chemical_A3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.601615219 C6_chemical_B1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.006862802 C6_chemical_B2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.273658746 C6_chemical_B3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 4.969403903 C6_chemical_C1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 4.996315851 C6_chemical_C2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 4.856934012 C6_chemical_C3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 4.90688924 L4_control_A1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.570081592 L4_control_A2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.080766394 L4_control_A3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.451710974 L4_control_B1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.42924315 L4_control_B2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.213233277 L4_control_B3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.147865526 L4_control_C2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.758104974 L4_control_C3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 4.918836876 L4_chemical_A1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.068097248 L4_chemical_A2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.728873931 L4_chemical_A3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.456134676 L4_chemical_B1 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.6107426 L4_chemical_B2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.136987594 L4_chemical_B3 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.208479471 L4_chemical_C2 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.581021849 L4_chemical_C3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.98359187 C6_control_A1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.54151819 C6_control_A3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.79331957 C6_control_B1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.31258731 C6_control_B2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.19446088 C6_control_B3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.30251665 C6_control_C1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.04055772 C6_control_C2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.45012264 C6_control_C3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.97860435 C6_chemical_A1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.46772189 C6_chemical_A3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.54688011 C6_chemical_B1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.06099136 C6_chemical_B2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.79504047 C6_chemical_B3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.61482961 C6_chemical_C1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.48014841 C6_chemical_C2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.36700155 C6_chemical_C3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.159697 L4_control_A1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.32221504 L4_control_A2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 9.589755069 L4_control_A3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.34150669 L4_control_B1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.0938456 L4_control_B2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.56325851 L4_control_B3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.26704299 L4_control_C2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.12277846 L4_control_C3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.56266931 L4_chemical_A1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 11.51008188 L4_chemical_A2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.05962684 L4_chemical_A3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.27098613 L4_chemical_B1 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.51602573 L4_chemical_B2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.40102972 L4_chemical_B3 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.16658703 L4_chemical_C2 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.59231817 L4_chemical_C3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.287036295 C6_control_A1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.423986852 C6_control_A3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.471803806 C6_control_B1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.741993689 C6_control_B2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.451301459 C6_control_B3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.122422067 C6_control_C1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.487171458 C6_control_C2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.321689961 C6_control_C3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.958084767 C6_chemical_A1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.233807877 C6_chemical_A3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 6.326931485 C6_chemical_B1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.606562118 C6_chemical_B2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 6.030552659 C6_chemical_B3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.74317826 C6_chemical_C1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.574732114 C6_chemical_C2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.46955587 C6_chemical_C3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.728745762 L4_control_A1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.76746996 L4_control_A2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.863575961 L4_control_A3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.412962403 L4_control_B1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.600599708 L4_control_B2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.232619291 L4_control_B3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.166218443 L4_control_C2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 4.847738079 L4_control_C3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.563435554 L4_chemical_A1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.732362566 L4_chemical_A2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.455231007 L4_chemical_A3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.423507065 L4_chemical_B1 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.536459217 L4_chemical_B2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.092761906 L4_chemical_B3 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.45513906 L4_chemical_C2 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.633358448 L4_chemical_C3 +LQ01X017150 Predicted protein 6.123697923 C6_control_A1 +LQ01X017150 Predicted protein 6.106889581 C6_control_A3 +LQ01X017150 Predicted protein 5.660377011 C6_control_B1 +LQ01X017150 Predicted protein 6.716101143 C6_control_B2 +LQ01X017150 Predicted protein 6.80269353 C6_control_B3 +LQ01X017150 Predicted protein 7.218630776 C6_control_C1 +LQ01X017150 Predicted protein 6.420278081 C6_control_C2 +LQ01X017150 Predicted protein 7.333033975 C6_control_C3 +LQ01X017150 Predicted protein 5.992266251 C6_chemical_A1 +LQ01X017150 Predicted protein 6.087221918 C6_chemical_A3 +LQ01X017150 Predicted protein 5.931957882 C6_chemical_B1 +LQ01X017150 Predicted protein 6.937654086 C6_chemical_B2 +LQ01X017150 Predicted protein 6.419280728 C6_chemical_B3 +LQ01X017150 Predicted protein 7.028101025 C6_chemical_C1 +LQ01X017150 Predicted protein 7.169326391 C6_chemical_C2 +LQ01X017150 Predicted protein 7.352859343 C6_chemical_C3 +LQ01X017150 Predicted protein 6.066412335 L4_control_A1 +LQ01X017150 Predicted protein 6.39919148 L4_control_A2 +LQ01X017150 Predicted protein 6.382661995 L4_control_A3 +LQ01X017150 Predicted protein 6.833065382 L4_control_B1 +LQ01X017150 Predicted protein 6.262287179 L4_control_B2 +LQ01X017150 Predicted protein 6.897963376 L4_control_B3 +LQ01X017150 Predicted protein 6.415381198 L4_control_C2 +LQ01X017150 Predicted protein 6.747703186 L4_control_C3 +LQ01X017150 Predicted protein 6.936437575 L4_chemical_A1 +LQ01X017150 Predicted protein 6.625054483 L4_chemical_A2 +LQ01X017150 Predicted protein 6.219599652 L4_chemical_A3 +LQ01X017150 Predicted protein 6.312225188 L4_chemical_B1 +LQ01X017150 Predicted protein 6.520390941 L4_chemical_B2 +LQ01X017150 Predicted protein 6.358171445 L4_chemical_B3 +LQ01X017150 Predicted protein 6.47247206 L4_chemical_C2 +LQ01X017150 Predicted protein 6.966736092 L4_chemical_C3 +LQ01X017170 Hypothetical protein 4.45459289 C6_control_A1 +LQ01X017170 Hypothetical protein 4.62621985 C6_control_A3 +LQ01X017170 Hypothetical protein 5.123289122 C6_control_B1 +LQ01X017170 Hypothetical protein 4.845265632 C6_control_B2 +LQ01X017170 Hypothetical protein 4.909345781 C6_control_B3 +LQ01X017170 Hypothetical protein 4.881947075 C6_control_C1 +LQ01X017170 Hypothetical protein 4.562552407 C6_control_C2 +LQ01X017170 Hypothetical protein 4.838979958 C6_control_C3 +LQ01X017170 Hypothetical protein 4.811340407 C6_chemical_A1 +LQ01X017170 Hypothetical protein 4.829648044 C6_chemical_A3 +LQ01X017170 Hypothetical protein 4.915899196 C6_chemical_B1 +LQ01X017170 Hypothetical protein 4.774282045 C6_chemical_B2 +LQ01X017170 Hypothetical protein 5.261126903 C6_chemical_B3 +LQ01X017170 Hypothetical protein 5.008618802 C6_chemical_C1 +LQ01X017170 Hypothetical protein 4.842387401 C6_chemical_C2 +LQ01X017170 Hypothetical protein 4.882265825 C6_chemical_C3 +LQ01X017170 Hypothetical protein 4.865926691 L4_control_A1 +LQ01X017170 Hypothetical protein 4.672267971 L4_control_A2 +LQ01X017170 Hypothetical protein 4.782792742 L4_control_A3 +LQ01X017170 Hypothetical protein 5.395612341 L4_control_B1 +LQ01X017170 Hypothetical protein 5.021838414 L4_control_B2 +LQ01X017170 Hypothetical protein 4.954452681 L4_control_B3 +LQ01X017170 Hypothetical protein 5.561665856 L4_control_C2 +LQ01X017170 Hypothetical protein 6.285658147 L4_control_C3 +LQ01X017170 Hypothetical protein 4.862639953 L4_chemical_A1 +LQ01X017170 Hypothetical protein 4.633833235 L4_chemical_A2 +LQ01X017170 Hypothetical protein 4.900399323 L4_chemical_A3 +LQ01X017170 Hypothetical protein 4.675344536 L4_chemical_B1 +LQ01X017170 Hypothetical protein 5.063389789 L4_chemical_B2 +LQ01X017170 Hypothetical protein 4.894318687 L4_chemical_B3 +LQ01X017170 Hypothetical protein 5.671497364 L4_chemical_C2 +LQ01X017170 Hypothetical protein 5.337911495 L4_chemical_C3 +LQ01X017180 Putative uncharacterized protein 6.204345014 C6_control_A1 +LQ01X017180 Putative uncharacterized protein 6.878720848 C6_control_A3 +LQ01X017180 Putative uncharacterized protein 5.672502787 C6_control_B1 +LQ01X017180 Putative uncharacterized protein 6.025934613 C6_control_B2 +LQ01X017180 Putative uncharacterized protein 5.722983069 C6_control_B3 +LQ01X017180 Putative uncharacterized protein 5.650648733 C6_control_C1 +LQ01X017180 Putative uncharacterized protein 7.52843739 C6_control_C2 +LQ01X017180 Putative uncharacterized protein 5.444850132 C6_control_C3 +LQ01X017180 Putative uncharacterized protein 5.991382655 C6_chemical_A1 +LQ01X017180 Putative uncharacterized protein 6.316177069 C6_chemical_A3 +LQ01X017180 Putative uncharacterized protein 5.888785709 C6_chemical_B1 +LQ01X017180 Putative uncharacterized protein 6.49605176 C6_chemical_B2 +LQ01X017180 Putative uncharacterized protein 5.748748301 C6_chemical_B3 +LQ01X017180 Putative uncharacterized protein 6.204094816 C6_chemical_C1 +LQ01X017180 Putative uncharacterized protein 6.114920529 C6_chemical_C2 +LQ01X017180 Putative uncharacterized protein 5.478691091 C6_chemical_C3 +LQ01X017180 Putative uncharacterized protein 6.145718899 L4_control_A1 +LQ01X017180 Putative uncharacterized protein 5.740071195 L4_control_A2 +LQ01X017180 Putative uncharacterized protein 6.600110818 L4_control_A3 +LQ01X017180 Putative uncharacterized protein 6.018283758 L4_control_B1 +LQ01X017180 Putative uncharacterized protein 5.82771619 L4_control_B2 +LQ01X017180 Putative uncharacterized protein 6.018064872 L4_control_B3 +LQ01X017180 Putative uncharacterized protein 6.202504002 L4_control_C2 +LQ01X017180 Putative uncharacterized protein 5.33019359 L4_control_C3 +LQ01X017180 Putative uncharacterized protein 6.021859847 L4_chemical_A1 +LQ01X017180 Putative uncharacterized protein 5.860625883 L4_chemical_A2 +LQ01X017180 Putative uncharacterized protein 6.664382114 L4_chemical_A3 +LQ01X017180 Putative uncharacterized protein 6.646617766 L4_chemical_B1 +LQ01X017180 Putative uncharacterized protein 6.135825441 L4_chemical_B2 +LQ01X017180 Putative uncharacterized protein 5.720722821 L4_chemical_B3 +LQ01X017180 Putative uncharacterized protein 5.844912556 L4_chemical_C2 +LQ01X017180 Putative uncharacterized protein 5.483712661 L4_chemical_C3 +LQ01X017280 Hypothetical protein 5.398773028 C6_control_A1 +LQ01X017280 Hypothetical protein 5.749322426 C6_control_A3 +LQ01X017280 Hypothetical protein 5.163420868 C6_control_B1 +LQ01X017280 Hypothetical protein 5.330475508 C6_control_B2 +LQ01X017280 Hypothetical protein 5.711011067 C6_control_B3 +LQ01X017280 Hypothetical protein 5.067121061 C6_control_C1 +LQ01X017280 Hypothetical protein 5.150780824 C6_control_C2 +LQ01X017280 Hypothetical protein 5.114014173 C6_control_C3 +LQ01X017280 Hypothetical protein 6.112690882 C6_chemical_A1 +LQ01X017280 Hypothetical protein 5.953480194 C6_chemical_A3 +LQ01X017280 Hypothetical protein 4.935999691 C6_chemical_B1 +LQ01X017280 Hypothetical protein 5.529981442 C6_chemical_B2 +LQ01X017280 Hypothetical protein 5.752356364 C6_chemical_B3 +LQ01X017280 Hypothetical protein 4.831794487 C6_chemical_C1 +LQ01X017280 Hypothetical protein 5.681636656 C6_chemical_C2 +LQ01X017280 Hypothetical protein 5.483939295 C6_chemical_C3 +LQ01X017280 Hypothetical protein 5.727776345 L4_control_A1 +LQ01X017280 Hypothetical protein 5.488787024 L4_control_A2 +LQ01X017280 Hypothetical protein 6.492456328 L4_control_A3 +LQ01X017280 Hypothetical protein 5.622872083 L4_control_B1 +LQ01X017280 Hypothetical protein 5.336839456 L4_control_B2 +LQ01X017280 Hypothetical protein 5.731977529 L4_control_B3 +LQ01X017280 Hypothetical protein 5.132994016 L4_control_C2 +LQ01X017280 Hypothetical protein 5.251538229 L4_control_C3 +LQ01X017280 Hypothetical protein 5.705173307 L4_chemical_A1 +LQ01X017280 Hypothetical protein 5.697507797 L4_chemical_A2 +LQ01X017280 Hypothetical protein 6.337635732 L4_chemical_A3 +LQ01X017280 Hypothetical protein 5.526082637 L4_chemical_B1 +LQ01X017280 Hypothetical protein 5.111402154 L4_chemical_B2 +LQ01X017280 Hypothetical protein 5.470221928 L4_chemical_B3 +LQ01X017280 Hypothetical protein 4.923087588 L4_chemical_C2 +LQ01X017280 Hypothetical protein 5.164113208 L4_chemical_C3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.495150746 C6_control_A1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.325285243 C6_control_A3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 7.693880317 C6_control_B1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 7.773033711 C6_control_B2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 8.771136367 C6_control_B3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 8.860681637 C6_control_C1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 7.600592904 C6_control_C2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.727190035 C6_control_C3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.798152391 C6_chemical_A1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.951919247 C6_chemical_A3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 8.129840599 C6_chemical_B1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 8.09331974 C6_chemical_B2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.329766677 C6_chemical_B3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 8.320083357 C6_chemical_C1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 8.598912765 C6_chemical_C2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.237940329 C6_chemical_C3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 10.08290401 L4_control_A1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.704166782 L4_control_A2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 10.63541892 L4_control_A3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.230989288 L4_control_B1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.591482137 L4_control_B2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.48007406 L4_control_B3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.374983337 L4_control_C2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.927990688 L4_control_C3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 10.16014098 L4_chemical_A1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 10.75907097 L4_chemical_A2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 10.89116788 L4_chemical_A3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.790519772 L4_chemical_B1 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.239386524 L4_chemical_B2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.609634683 L4_chemical_B3 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.121260482 L4_chemical_C2 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.633519013 L4_chemical_C3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.955846287 C6_control_A1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 6.312025871 C6_control_A3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 6.293101459 C6_control_B1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.986080877 C6_control_B2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 6.076294327 C6_control_B3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.588713992 C6_control_C1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.664766257 C6_control_C2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.562367432 C6_control_C3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.662320663 C6_chemical_A1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.848209327 C6_chemical_A3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 6.013572843 C6_chemical_B1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.847073724 C6_chemical_B2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.785646018 C6_chemical_B3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.85463163 C6_chemical_C1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.815352192 C6_chemical_C2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.414802178 C6_chemical_C3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.633990563 L4_control_A1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.507518375 L4_control_A2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.43616521 L4_control_A3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 6.195361351 L4_control_B1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.666434257 L4_control_B2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.606225138 L4_control_B3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.253185298 L4_control_C2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.273735754 L4_control_C3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.358810681 L4_chemical_A1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.477513516 L4_chemical_A2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.579891279 L4_chemical_A3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 6.033887877 L4_chemical_B1 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.953473242 L4_chemical_B2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.914593729 L4_chemical_B3 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.407922604 L4_chemical_C2 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.853315829 L4_chemical_C3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 5.643761355 C6_control_A1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 5.816333873 C6_control_A3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 5.981075189 C6_control_B1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 6.184975225 C6_control_B2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 5.928698469 C6_control_B3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.628074056 C6_control_C1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 8.463121557 C6_control_C2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.955287337 C6_control_C3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 5.867348647 C6_chemical_A1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 6.281164549 C6_chemical_A3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 5.938882192 C6_chemical_B1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.346289986 C6_chemical_B2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 6.350959568 C6_chemical_B3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 9.587818321 C6_chemical_C1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 10.03520312 C6_chemical_C2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 8.050494288 C6_chemical_C3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.588854652 L4_control_A1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.919548927 L4_control_A2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 8.338119988 L4_control_A3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.162286298 L4_control_B1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 6.608929938 L4_control_B2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.73060634 L4_control_B3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 10.92756232 L4_control_C2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 9.664023479 L4_control_C3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 8.483950698 L4_chemical_A1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 8.558990403 L4_chemical_A2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.867188377 L4_chemical_A3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 7.752563142 L4_chemical_B1 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 8.014537344 L4_chemical_B2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 6.937986225 L4_chemical_B3 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 10.8623478 L4_chemical_C2 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 9.776054772 L4_chemical_C3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.697753023 C6_control_A1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.373930754 C6_control_A3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.958845564 C6_control_B1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.376639554 C6_control_B2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.302900255 C6_control_B3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.866412601 C6_control_C1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 7.319298103 C6_control_C2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.057715186 C6_control_C3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.937337946 C6_chemical_A1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.7859398 C6_chemical_A3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.219132483 C6_chemical_B1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.327075219 C6_chemical_B2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.837329164 C6_chemical_B3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.871771216 C6_chemical_C1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.312237751 C6_chemical_C2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.917272537 C6_chemical_C3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.701166762 L4_control_A1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.05339702 L4_control_A2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.608160527 L4_control_A3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.735143441 L4_control_B1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.66575998 L4_control_B2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.959297133 L4_control_B3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.697228728 L4_control_C2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.845704391 L4_control_C3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.285970065 L4_chemical_A1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.0249369 L4_chemical_A2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.408288067 L4_chemical_A3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.104750819 L4_chemical_B1 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.968122947 L4_chemical_B2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.732544942 L4_chemical_B3 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.611356223 L4_chemical_C2 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 6.564937629 L4_chemical_C3 +LQ01X017370 Methionine aminopeptidase 2B 12.88781981 C6_control_A1 +LQ01X017370 Methionine aminopeptidase 2B 13.11350491 C6_control_A3 +LQ01X017370 Methionine aminopeptidase 2B 12.79182626 C6_control_B1 +LQ01X017370 Methionine aminopeptidase 2B 12.49390598 C6_control_B2 +LQ01X017370 Methionine aminopeptidase 2B 12.59365151 C6_control_B3 +LQ01X017370 Methionine aminopeptidase 2B 12.8420923 C6_control_C1 +LQ01X017370 Methionine aminopeptidase 2B 12.73517215 C6_control_C2 +LQ01X017370 Methionine aminopeptidase 2B 12.64527566 C6_control_C3 +LQ01X017370 Methionine aminopeptidase 2B 12.74871982 C6_chemical_A1 +LQ01X017370 Methionine aminopeptidase 2B 13.47869856 C6_chemical_A3 +LQ01X017370 Methionine aminopeptidase 2B 12.70770357 C6_chemical_B1 +LQ01X017370 Methionine aminopeptidase 2B 12.44187313 C6_chemical_B2 +LQ01X017370 Methionine aminopeptidase 2B 12.73512569 C6_chemical_B3 +LQ01X017370 Methionine aminopeptidase 2B 12.87547937 C6_chemical_C1 +LQ01X017370 Methionine aminopeptidase 2B 12.71844731 C6_chemical_C2 +LQ01X017370 Methionine aminopeptidase 2B 12.88989664 C6_chemical_C3 +LQ01X017370 Methionine aminopeptidase 2B 13.22258009 L4_control_A1 +LQ01X017370 Methionine aminopeptidase 2B 12.87199879 L4_control_A2 +LQ01X017370 Methionine aminopeptidase 2B 12.95974195 L4_control_A3 +LQ01X017370 Methionine aminopeptidase 2B 12.64072143 L4_control_B1 +LQ01X017370 Methionine aminopeptidase 2B 12.41371222 L4_control_B2 +LQ01X017370 Methionine aminopeptidase 2B 12.91396083 L4_control_B3 +LQ01X017370 Methionine aminopeptidase 2B 12.72896841 L4_control_C2 +LQ01X017370 Methionine aminopeptidase 2B 12.9884303 L4_control_C3 +LQ01X017370 Methionine aminopeptidase 2B 13.45938587 L4_chemical_A1 +LQ01X017370 Methionine aminopeptidase 2B 12.89946883 L4_chemical_A2 +LQ01X017370 Methionine aminopeptidase 2B 13.25172146 L4_chemical_A3 +LQ01X017370 Methionine aminopeptidase 2B 12.81078756 L4_chemical_B1 +LQ01X017370 Methionine aminopeptidase 2B 12.63147588 L4_chemical_B2 +LQ01X017370 Methionine aminopeptidase 2B 12.93032309 L4_chemical_B3 +LQ01X017370 Methionine aminopeptidase 2B 12.83027398 L4_chemical_C2 +LQ01X017370 Methionine aminopeptidase 2B 13.18214756 L4_chemical_C3 +LQ01X017410 Aspartic proteinase 6.490723913 C6_control_A1 +LQ01X017410 Aspartic proteinase 6.744803024 C6_control_A3 +LQ01X017410 Aspartic proteinase 5.566099031 C6_control_B1 +LQ01X017410 Aspartic proteinase 6.372794896 C6_control_B2 +LQ01X017410 Aspartic proteinase 6.591518258 C6_control_B3 +LQ01X017410 Aspartic proteinase 5.688864104 C6_control_C1 +LQ01X017410 Aspartic proteinase 8.020053547 C6_control_C2 +LQ01X017410 Aspartic proteinase 6.395374751 C6_control_C3 +LQ01X017410 Aspartic proteinase 6.301851647 C6_chemical_A1 +LQ01X017410 Aspartic proteinase 5.822940796 C6_chemical_A3 +LQ01X017410 Aspartic proteinase 6.278980664 C6_chemical_B1 +LQ01X017410 Aspartic proteinase 6.854292989 C6_chemical_B2 +LQ01X017410 Aspartic proteinase 6.178073033 C6_chemical_B3 +LQ01X017410 Aspartic proteinase 6.604494599 C6_chemical_C1 +LQ01X017410 Aspartic proteinase 6.959129706 C6_chemical_C2 +LQ01X017410 Aspartic proteinase 6.162729936 C6_chemical_C3 +LQ01X017410 Aspartic proteinase 6.06015907 L4_control_A1 +LQ01X017410 Aspartic proteinase 5.955919618 L4_control_A2 +LQ01X017410 Aspartic proteinase 5.448252694 L4_control_A3 +LQ01X017410 Aspartic proteinase 5.249139436 L4_control_B1 +LQ01X017410 Aspartic proteinase 6.044680032 L4_control_B2 +LQ01X017410 Aspartic proteinase 6.099227652 L4_control_B3 +LQ01X017410 Aspartic proteinase 5.242693864 L4_control_C2 +LQ01X017410 Aspartic proteinase 6.1246681 L4_control_C3 +LQ01X017410 Aspartic proteinase 5.845636311 L4_chemical_A1 +LQ01X017410 Aspartic proteinase 6.135437733 L4_chemical_A2 +LQ01X017410 Aspartic proteinase 5.345758611 L4_chemical_A3 +LQ01X017410 Aspartic proteinase 6.060660211 L4_chemical_B1 +LQ01X017410 Aspartic proteinase 5.821429771 L4_chemical_B2 +LQ01X017410 Aspartic proteinase 5.948004066 L4_chemical_B3 +LQ01X017410 Aspartic proteinase 6.423464659 L4_chemical_C2 +LQ01X017410 Aspartic proteinase 6.333091375 L4_chemical_C3 +LQ01X017430 Probable WRKY transcription factor 42 7.3536508 C6_control_A1 +LQ01X017430 Probable WRKY transcription factor 42 6.846846386 C6_control_A3 +LQ01X017430 Probable WRKY transcription factor 42 5.684251481 C6_control_B1 +LQ01X017430 Probable WRKY transcription factor 42 7.823429786 C6_control_B2 +LQ01X017430 Probable WRKY transcription factor 42 6.24951766 C6_control_B3 +LQ01X017430 Probable WRKY transcription factor 42 7.766545639 C6_control_C1 +LQ01X017430 Probable WRKY transcription factor 42 6.690160421 C6_control_C2 +LQ01X017430 Probable WRKY transcription factor 42 8.468214268 C6_control_C3 +LQ01X017430 Probable WRKY transcription factor 42 6.817107148 C6_chemical_A1 +LQ01X017430 Probable WRKY transcription factor 42 6.389928862 C6_chemical_A3 +LQ01X017430 Probable WRKY transcription factor 42 6.361570923 C6_chemical_B1 +LQ01X017430 Probable WRKY transcription factor 42 7.275079849 C6_chemical_B2 +LQ01X017430 Probable WRKY transcription factor 42 6.338786839 C6_chemical_B3 +LQ01X017430 Probable WRKY transcription factor 42 7.343991456 C6_chemical_C1 +LQ01X017430 Probable WRKY transcription factor 42 6.872640864 C6_chemical_C2 +LQ01X017430 Probable WRKY transcription factor 42 7.965646406 C6_chemical_C3 +LQ01X017430 Probable WRKY transcription factor 42 7.349844649 L4_control_A1 +LQ01X017430 Probable WRKY transcription factor 42 6.756243454 L4_control_A2 +LQ01X017430 Probable WRKY transcription factor 42 5.900021711 L4_control_A3 +LQ01X017430 Probable WRKY transcription factor 42 7.097901179 L4_control_B1 +LQ01X017430 Probable WRKY transcription factor 42 6.143219025 L4_control_B2 +LQ01X017430 Probable WRKY transcription factor 42 7.673757908 L4_control_B3 +LQ01X017430 Probable WRKY transcription factor 42 6.004459608 L4_control_C2 +LQ01X017430 Probable WRKY transcription factor 42 6.187998595 L4_control_C3 +LQ01X017430 Probable WRKY transcription factor 42 8.929068063 L4_chemical_A1 +LQ01X017430 Probable WRKY transcription factor 42 7.464345485 L4_chemical_A2 +LQ01X017430 Probable WRKY transcription factor 42 7.600918348 L4_chemical_A3 +LQ01X017430 Probable WRKY transcription factor 42 6.968931513 L4_chemical_B1 +LQ01X017430 Probable WRKY transcription factor 42 6.685566621 L4_chemical_B2 +LQ01X017430 Probable WRKY transcription factor 42 7.256350826 L4_chemical_B3 +LQ01X017430 Probable WRKY transcription factor 42 5.496101863 L4_chemical_C2 +LQ01X017430 Probable WRKY transcription factor 42 6.52070523 L4_chemical_C3 +LQ01X017460 Putative uncharacterized protein yghX 13.7710277 C6_control_A1 +LQ01X017460 Putative uncharacterized protein yghX 13.74071708 C6_control_A3 +LQ01X017460 Putative uncharacterized protein yghX 14.1795764 C6_control_B1 +LQ01X017460 Putative uncharacterized protein yghX 14.84869991 C6_control_B2 +LQ01X017460 Putative uncharacterized protein yghX 14.78703145 C6_control_B3 +LQ01X017460 Putative uncharacterized protein yghX 12.84929814 C6_control_C1 +LQ01X017460 Putative uncharacterized protein yghX 13.41690768 C6_control_C2 +LQ01X017460 Putative uncharacterized protein yghX 12.84547232 C6_control_C3 +LQ01X017460 Putative uncharacterized protein yghX 13.81707705 C6_chemical_A1 +LQ01X017460 Putative uncharacterized protein yghX 13.68004242 C6_chemical_A3 +LQ01X017460 Putative uncharacterized protein yghX 14.23444658 C6_chemical_B1 +LQ01X017460 Putative uncharacterized protein yghX 14.68103206 C6_chemical_B2 +LQ01X017460 Putative uncharacterized protein yghX 14.91883184 C6_chemical_B3 +LQ01X017460 Putative uncharacterized protein yghX 13.00313219 C6_chemical_C1 +LQ01X017460 Putative uncharacterized protein yghX 13.31530988 C6_chemical_C2 +LQ01X017460 Putative uncharacterized protein yghX 12.49308501 C6_chemical_C3 +LQ01X017460 Putative uncharacterized protein yghX 13.71990379 L4_control_A1 +LQ01X017460 Putative uncharacterized protein yghX 13.90751386 L4_control_A2 +LQ01X017460 Putative uncharacterized protein yghX 13.12238009 L4_control_A3 +LQ01X017460 Putative uncharacterized protein yghX 13.91891907 L4_control_B1 +LQ01X017460 Putative uncharacterized protein yghX 14.83769115 L4_control_B2 +LQ01X017460 Putative uncharacterized protein yghX 15.12673646 L4_control_B3 +LQ01X017460 Putative uncharacterized protein yghX 13.70255218 L4_control_C2 +LQ01X017460 Putative uncharacterized protein yghX 13.54414035 L4_control_C3 +LQ01X017460 Putative uncharacterized protein yghX 13.16836844 L4_chemical_A1 +LQ01X017460 Putative uncharacterized protein yghX 13.68237039 L4_chemical_A2 +LQ01X017460 Putative uncharacterized protein yghX 12.82049921 L4_chemical_A3 +LQ01X017460 Putative uncharacterized protein yghX 13.43049358 L4_chemical_B1 +LQ01X017460 Putative uncharacterized protein yghX 15.02373555 L4_chemical_B2 +LQ01X017460 Putative uncharacterized protein yghX 14.38310264 L4_chemical_B3 +LQ01X017460 Putative uncharacterized protein yghX 13.90622503 L4_chemical_C2 +LQ01X017460 Putative uncharacterized protein yghX 13.35045376 L4_chemical_C3 +LQ01X017530 Cellulose synthase-like protein H1 7.002379201 C6_control_A1 +LQ01X017530 Cellulose synthase-like protein H1 9.419652414 C6_control_A3 +LQ01X017530 Cellulose synthase-like protein H1 5.966839549 C6_control_B1 +LQ01X017530 Cellulose synthase-like protein H1 8.921710785 C6_control_B2 +LQ01X017530 Cellulose synthase-like protein H1 7.107107731 C6_control_B3 +LQ01X017530 Cellulose synthase-like protein H1 11.39105364 C6_control_C1 +LQ01X017530 Cellulose synthase-like protein H1 12.67120962 C6_control_C2 +LQ01X017530 Cellulose synthase-like protein H1 11.53894256 C6_control_C3 +LQ01X017530 Cellulose synthase-like protein H1 7.606441493 C6_chemical_A1 +LQ01X017530 Cellulose synthase-like protein H1 9.183634831 C6_chemical_A3 +LQ01X017530 Cellulose synthase-like protein H1 6.905141653 C6_chemical_B1 +LQ01X017530 Cellulose synthase-like protein H1 9.41145861 C6_chemical_B2 +LQ01X017530 Cellulose synthase-like protein H1 9.226117099 C6_chemical_B3 +LQ01X017530 Cellulose synthase-like protein H1 12.82642543 C6_chemical_C1 +LQ01X017530 Cellulose synthase-like protein H1 12.38643856 C6_chemical_C2 +LQ01X017530 Cellulose synthase-like protein H1 12.03009891 C6_chemical_C3 +LQ01X017530 Cellulose synthase-like protein H1 8.76504306 L4_control_A1 +LQ01X017530 Cellulose synthase-like protein H1 7.187067214 L4_control_A2 +LQ01X017530 Cellulose synthase-like protein H1 6.498957154 L4_control_A3 +LQ01X017530 Cellulose synthase-like protein H1 9.488524741 L4_control_B1 +LQ01X017530 Cellulose synthase-like protein H1 8.891949839 L4_control_B2 +LQ01X017530 Cellulose synthase-like protein H1 10.6620756 L4_control_B3 +LQ01X017530 Cellulose synthase-like protein H1 12.01631411 L4_control_C2 +LQ01X017530 Cellulose synthase-like protein H1 11.39962958 L4_control_C3 +LQ01X017530 Cellulose synthase-like protein H1 7.555167503 L4_chemical_A1 +LQ01X017530 Cellulose synthase-like protein H1 7.387612381 L4_chemical_A2 +LQ01X017530 Cellulose synthase-like protein H1 7.47534463 L4_chemical_A3 +LQ01X017530 Cellulose synthase-like protein H1 8.518750491 L4_chemical_B1 +LQ01X017530 Cellulose synthase-like protein H1 8.102381293 L4_chemical_B2 +LQ01X017530 Cellulose synthase-like protein H1 9.067006947 L4_chemical_B3 +LQ01X017530 Cellulose synthase-like protein H1 11.51891605 L4_chemical_C2 +LQ01X017530 Cellulose synthase-like protein H1 11.35973254 L4_chemical_C3 +LQ01X017600 Predicted protein 5.283904682 C6_control_A1 +LQ01X017600 Predicted protein 4.661254467 C6_control_A3 +LQ01X017600 Predicted protein 5.213982544 C6_control_B1 +LQ01X017600 Predicted protein 5.116557062 C6_control_B2 +LQ01X017600 Predicted protein 5.041656961 C6_control_B3 +LQ01X017600 Predicted protein 4.81129051 C6_control_C1 +LQ01X017600 Predicted protein 5.051661042 C6_control_C2 +LQ01X017600 Predicted protein 5.152769994 C6_control_C3 +LQ01X017600 Predicted protein 5.141029887 C6_chemical_A1 +LQ01X017600 Predicted protein 5.515911409 C6_chemical_A3 +LQ01X017600 Predicted protein 4.70695475 C6_chemical_B1 +LQ01X017600 Predicted protein 4.945789828 C6_chemical_B2 +LQ01X017600 Predicted protein 4.943480598 C6_chemical_B3 +LQ01X017600 Predicted protein 5.257310592 C6_chemical_C1 +LQ01X017600 Predicted protein 4.991961701 C6_chemical_C2 +LQ01X017600 Predicted protein 5.232514069 C6_chemical_C3 +LQ01X017600 Predicted protein 5.189934357 L4_control_A1 +LQ01X017600 Predicted protein 5.156539309 L4_control_A2 +LQ01X017600 Predicted protein 5.326441218 L4_control_A3 +LQ01X017600 Predicted protein 5.015925287 L4_control_B1 +LQ01X017600 Predicted protein 5.461146978 L4_control_B2 +LQ01X017600 Predicted protein 4.911341436 L4_control_B3 +LQ01X017600 Predicted protein 5.406921161 L4_control_C2 +LQ01X017600 Predicted protein 5.223309343 L4_control_C3 +LQ01X017600 Predicted protein 5.118241107 L4_chemical_A1 +LQ01X017600 Predicted protein 5.051002734 L4_chemical_A2 +LQ01X017600 Predicted protein 4.91262011 L4_chemical_A3 +LQ01X017600 Predicted protein 5.056955998 L4_chemical_B1 +LQ01X017600 Predicted protein 5.562181749 L4_chemical_B2 +LQ01X017600 Predicted protein 5.017824336 L4_chemical_B3 +LQ01X017600 Predicted protein 4.952974069 L4_chemical_C2 +LQ01X017600 Predicted protein 4.934766648 L4_chemical_C3 +LQ01X017630 Putative uncharacterized protein 5.253370515 C6_control_A1 +LQ01X017630 Putative uncharacterized protein 5.138379229 C6_control_A3 +LQ01X017630 Putative uncharacterized protein 5.427131841 C6_control_B1 +LQ01X017630 Putative uncharacterized protein 5.451095493 C6_control_B2 +LQ01X017630 Putative uncharacterized protein 5.699014078 C6_control_B3 +LQ01X017630 Putative uncharacterized protein 5.153850601 C6_control_C1 +LQ01X017630 Putative uncharacterized protein 4.865720218 C6_control_C2 +LQ01X017630 Putative uncharacterized protein 5.257599045 C6_control_C3 +LQ01X017630 Putative uncharacterized protein 5.320242039 C6_chemical_A1 +LQ01X017630 Putative uncharacterized protein 5.506675988 C6_chemical_A3 +LQ01X017630 Putative uncharacterized protein 5.730651356 C6_chemical_B1 +LQ01X017630 Putative uncharacterized protein 5.618027545 C6_chemical_B2 +LQ01X017630 Putative uncharacterized protein 6.460261367 C6_chemical_B3 +LQ01X017630 Putative uncharacterized protein 5.314873543 C6_chemical_C1 +LQ01X017630 Putative uncharacterized protein 5.129128402 C6_chemical_C2 +LQ01X017630 Putative uncharacterized protein 5.531999026 C6_chemical_C3 +LQ01X017630 Putative uncharacterized protein 5.220389197 L4_control_A1 +LQ01X017630 Putative uncharacterized protein 5.414627336 L4_control_A2 +LQ01X017630 Putative uncharacterized protein 5.323459718 L4_control_A3 +LQ01X017630 Putative uncharacterized protein 5.194423864 L4_control_B1 +LQ01X017630 Putative uncharacterized protein 5.425280255 L4_control_B2 +LQ01X017630 Putative uncharacterized protein 5.645177843 L4_control_B3 +LQ01X017630 Putative uncharacterized protein 5.522276698 L4_control_C2 +LQ01X017630 Putative uncharacterized protein 5.079278126 L4_control_C3 +LQ01X017630 Putative uncharacterized protein 5.322951441 L4_chemical_A1 +LQ01X017630 Putative uncharacterized protein 5.380334906 L4_chemical_A2 +LQ01X017630 Putative uncharacterized protein 5.735876585 L4_chemical_A3 +LQ01X017630 Putative uncharacterized protein 5.807758945 L4_chemical_B1 +LQ01X017630 Putative uncharacterized protein 5.475454742 L4_chemical_B2 +LQ01X017630 Putative uncharacterized protein 5.443148827 L4_chemical_B3 +LQ01X017630 Putative uncharacterized protein 5.235238784 L4_chemical_C2 +LQ01X017630 Putative uncharacterized protein 5.263424558 L4_chemical_C3 +LQ01X017640 Ubiquitin-like protein SMT3 9.616969162 C6_control_A1 +LQ01X017640 Ubiquitin-like protein SMT3 9.275679153 C6_control_A3 +LQ01X017640 Ubiquitin-like protein SMT3 9.79815738 C6_control_B1 +LQ01X017640 Ubiquitin-like protein SMT3 9.81240038 C6_control_B2 +LQ01X017640 Ubiquitin-like protein SMT3 9.943398087 C6_control_B3 +LQ01X017640 Ubiquitin-like protein SMT3 10.54926788 C6_control_C1 +LQ01X017640 Ubiquitin-like protein SMT3 10.50954229 C6_control_C2 +LQ01X017640 Ubiquitin-like protein SMT3 10.40187663 C6_control_C3 +LQ01X017640 Ubiquitin-like protein SMT3 9.834631378 C6_chemical_A1 +LQ01X017640 Ubiquitin-like protein SMT3 9.565073398 C6_chemical_A3 +LQ01X017640 Ubiquitin-like protein SMT3 9.733547085 C6_chemical_B1 +LQ01X017640 Ubiquitin-like protein SMT3 10.07289794 C6_chemical_B2 +LQ01X017640 Ubiquitin-like protein SMT3 10.09783963 C6_chemical_B3 +LQ01X017640 Ubiquitin-like protein SMT3 10.70153301 C6_chemical_C1 +LQ01X017640 Ubiquitin-like protein SMT3 10.5187127 C6_chemical_C2 +LQ01X017640 Ubiquitin-like protein SMT3 11.01293614 C6_chemical_C3 +LQ01X017640 Ubiquitin-like protein SMT3 9.332623932 L4_control_A1 +LQ01X017640 Ubiquitin-like protein SMT3 10.46472985 L4_control_A2 +LQ01X017640 Ubiquitin-like protein SMT3 9.623582227 L4_control_A3 +LQ01X017640 Ubiquitin-like protein SMT3 9.212605862 L4_control_B1 +LQ01X017640 Ubiquitin-like protein SMT3 9.62690856 L4_control_B2 +LQ01X017640 Ubiquitin-like protein SMT3 9.696492227 L4_control_B3 +LQ01X017640 Ubiquitin-like protein SMT3 10.37763914 L4_control_C2 +LQ01X017640 Ubiquitin-like protein SMT3 10.74365087 L4_control_C3 +LQ01X017640 Ubiquitin-like protein SMT3 10.08424466 L4_chemical_A1 +LQ01X017640 Ubiquitin-like protein SMT3 10.62805318 L4_chemical_A2 +LQ01X017640 Ubiquitin-like protein SMT3 10.2388023 L4_chemical_A3 +LQ01X017640 Ubiquitin-like protein SMT3 9.713082308 L4_chemical_B1 +LQ01X017640 Ubiquitin-like protein SMT3 9.958931045 L4_chemical_B2 +LQ01X017640 Ubiquitin-like protein SMT3 9.327172685 L4_chemical_B3 +LQ01X017640 Ubiquitin-like protein SMT3 10.47823933 L4_chemical_C2 +LQ01X017640 Ubiquitin-like protein SMT3 10.53136464 L4_chemical_C3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.312806641 C6_control_A1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.76879078 C6_control_A3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.198104297 C6_control_B1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.035465081 C6_control_B2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.225501371 C6_control_B3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.071815915 C6_control_C1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 4.959313552 C6_control_C2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.010727913 C6_control_C3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.249744111 C6_chemical_A1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.53972082 C6_chemical_A3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.785712529 C6_chemical_B1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.076720282 C6_chemical_B2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.089034507 C6_chemical_B3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 4.874704525 C6_chemical_C1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.015820745 C6_chemical_C2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.041962783 C6_chemical_C3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.544748174 L4_control_A1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.296476799 L4_control_A2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.9104245 L4_control_A3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.277260393 L4_control_B1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.70883622 L4_control_B2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 4.918256187 L4_control_B3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.296087316 L4_control_C2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.483345722 L4_control_C3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.279951219 L4_chemical_A1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.257383966 L4_chemical_A2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.752875513 L4_chemical_A3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.629748892 L4_chemical_B1 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.154498954 L4_chemical_B2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.224840703 L4_chemical_B3 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.110251097 L4_chemical_C2 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 4.556498716 L4_chemical_C3 +LQ01X017670 Predicted protein 12.83893158 C6_control_A1 +LQ01X017670 Predicted protein 12.69242448 C6_control_A3 +LQ01X017670 Predicted protein 13.10011257 C6_control_B1 +LQ01X017670 Predicted protein 12.7111123 C6_control_B2 +LQ01X017670 Predicted protein 13.18670049 C6_control_B3 +LQ01X017670 Predicted protein 10.11375578 C6_control_C1 +LQ01X017670 Predicted protein 10.29459564 C6_control_C2 +LQ01X017670 Predicted protein 10.20725979 C6_control_C3 +LQ01X017670 Predicted protein 12.72560957 C6_chemical_A1 +LQ01X017670 Predicted protein 12.64149898 C6_chemical_A3 +LQ01X017670 Predicted protein 13.36556217 C6_chemical_B1 +LQ01X017670 Predicted protein 12.44867483 C6_chemical_B2 +LQ01X017670 Predicted protein 12.87603681 C6_chemical_B3 +LQ01X017670 Predicted protein 10.07063135 C6_chemical_C1 +LQ01X017670 Predicted protein 9.695364616 C6_chemical_C2 +LQ01X017670 Predicted protein 9.748698354 C6_chemical_C3 +LQ01X017670 Predicted protein 12.18929519 L4_control_A1 +LQ01X017670 Predicted protein 12.62264659 L4_control_A2 +LQ01X017670 Predicted protein 11.03457385 L4_control_A3 +LQ01X017670 Predicted protein 12.69306396 L4_control_B1 +LQ01X017670 Predicted protein 12.76792873 L4_control_B2 +LQ01X017670 Predicted protein 11.52320543 L4_control_B3 +LQ01X017670 Predicted protein 9.376582929 L4_control_C2 +LQ01X017670 Predicted protein 9.369561452 L4_control_C3 +LQ01X017670 Predicted protein 12.0085533 L4_chemical_A1 +LQ01X017670 Predicted protein 12.40006595 L4_chemical_A2 +LQ01X017670 Predicted protein 10.93779479 L4_chemical_A3 +LQ01X017670 Predicted protein 12.57981897 L4_chemical_B1 +LQ01X017670 Predicted protein 12.94681305 L4_chemical_B2 +LQ01X017670 Predicted protein 12.40125122 L4_chemical_B3 +LQ01X017670 Predicted protein 9.035403337 L4_chemical_C2 +LQ01X017670 Predicted protein 9.847321531 L4_chemical_C3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.50304241 C6_control_A1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.63023894 C6_control_A3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.21563845 C6_control_B1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.67321401 C6_control_B2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.69727623 C6_control_B3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 12.90630402 C6_control_C1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 12.97240733 C6_control_C2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.3458706 C6_control_C3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.97305873 C6_chemical_A1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.59774434 C6_chemical_A3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.97188408 C6_chemical_B1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.81027118 C6_chemical_B2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.6442124 C6_chemical_B3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 12.90687075 C6_chemical_C1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 12.82575244 C6_chemical_C2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.79754546 C6_chemical_C3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.59948608 L4_control_A1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.34871374 L4_control_A2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.62258528 L4_control_A3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.52443137 L4_control_B1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.9536621 L4_control_B2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.14328179 L4_control_B3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.39722325 L4_control_C2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.38389462 L4_control_C3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.84996633 L4_chemical_A1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.20083967 L4_chemical_A2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 15.16262202 L4_chemical_A3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 14.66695319 L4_chemical_B1 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.87390659 L4_chemical_B2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 15.44076631 L4_chemical_B3 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.03661142 L4_chemical_C2 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.42602079 L4_chemical_C3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.44369975 C6_control_A1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 11.09553504 C6_control_A3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.19007034 C6_control_B1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 9.500653913 C6_control_B2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 9.92501874 C6_control_B3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.70475565 C6_control_C1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 9.98115493 C6_control_C2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.59212106 C6_control_C3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.34580805 C6_chemical_A1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 11.22329504 C6_chemical_A3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 9.891273788 C6_chemical_B1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 8.911552047 C6_chemical_B2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 9.756545149 C6_chemical_B3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.14851731 C6_chemical_C1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.11609492 C6_chemical_C2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.14064706 C6_chemical_C3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 11.86667321 L4_control_A1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.71221608 L4_control_A2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 12.68946137 L4_control_A3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.29347431 L4_control_B1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.75050607 L4_control_B2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 9.798091117 L4_control_B3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 11.16764772 L4_control_C2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 11.36637676 L4_control_C3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.64455472 L4_chemical_A1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.34445248 L4_chemical_A2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 12.52633504 L4_chemical_A3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.16024941 L4_chemical_B1 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 9.944947767 L4_chemical_B2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.52243567 L4_chemical_B3 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.82261121 L4_chemical_C2 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.82449081 L4_chemical_C3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 12.89095139 C6_control_A1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.22350048 C6_control_A3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.04844236 C6_control_B1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.04566379 C6_control_B2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.34597038 C6_control_B3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.83738801 C6_control_C1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.50509957 C6_control_C2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.50074846 C6_control_C3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.19196709 C6_chemical_A1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.22041693 C6_chemical_A3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.19908803 C6_chemical_B1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.30482687 C6_chemical_B2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.4405406 C6_chemical_B3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.95681463 C6_chemical_C1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.697612 C6_chemical_C2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.85801587 C6_chemical_C3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.10872169 L4_control_A1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.30366273 L4_control_A2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 12.51957889 L4_control_A3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.69960487 L4_control_B1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 12.95955934 L4_control_B2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.24613448 L4_control_B3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.40764092 L4_control_C2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.90534187 L4_control_C3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 12.98453526 L4_chemical_A1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.53544666 L4_chemical_A2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 12.66925835 L4_chemical_A3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.64093093 L4_chemical_B1 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.3344514 L4_chemical_B2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.35548128 L4_chemical_B3 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.3357349 L4_chemical_C2 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.83925745 L4_chemical_C3 +LQ01X017760 Protein argonaute 16 5.441029219 C6_control_A1 +LQ01X017760 Protein argonaute 16 6.273695415 C6_control_A3 +LQ01X017760 Protein argonaute 16 5.620938062 C6_control_B1 +LQ01X017760 Protein argonaute 16 5.429077261 C6_control_B2 +LQ01X017760 Protein argonaute 16 5.15370349 C6_control_B3 +LQ01X017760 Protein argonaute 16 5.232539125 C6_control_C1 +LQ01X017760 Protein argonaute 16 5.341846929 C6_control_C2 +LQ01X017760 Protein argonaute 16 5.398993904 C6_control_C3 +LQ01X017760 Protein argonaute 16 6.056377308 C6_chemical_A1 +LQ01X017760 Protein argonaute 16 6.126593893 C6_chemical_A3 +LQ01X017760 Protein argonaute 16 5.383939706 C6_chemical_B1 +LQ01X017760 Protein argonaute 16 5.897237046 C6_chemical_B2 +LQ01X017760 Protein argonaute 16 6.092561023 C6_chemical_B3 +LQ01X017760 Protein argonaute 16 5.975231472 C6_chemical_C1 +LQ01X017760 Protein argonaute 16 5.764085931 C6_chemical_C2 +LQ01X017760 Protein argonaute 16 6.191731843 C6_chemical_C3 +LQ01X017760 Protein argonaute 16 6.629554429 L4_control_A1 +LQ01X017760 Protein argonaute 16 5.94353798 L4_control_A2 +LQ01X017760 Protein argonaute 16 5.571442306 L4_control_A3 +LQ01X017760 Protein argonaute 16 5.735535302 L4_control_B1 +LQ01X017760 Protein argonaute 16 5.761991268 L4_control_B2 +LQ01X017760 Protein argonaute 16 5.691983444 L4_control_B3 +LQ01X017760 Protein argonaute 16 5.920156974 L4_control_C2 +LQ01X017760 Protein argonaute 16 5.650223347 L4_control_C3 +LQ01X017760 Protein argonaute 16 6.604750239 L4_chemical_A1 +LQ01X017760 Protein argonaute 16 5.99292646 L4_chemical_A2 +LQ01X017760 Protein argonaute 16 5.43168809 L4_chemical_A3 +LQ01X017760 Protein argonaute 16 5.577026463 L4_chemical_B1 +LQ01X017760 Protein argonaute 16 5.734394107 L4_chemical_B2 +LQ01X017760 Protein argonaute 16 6.003037176 L4_chemical_B3 +LQ01X017760 Protein argonaute 16 5.650066325 L4_chemical_C2 +LQ01X017760 Protein argonaute 16 5.340481914 L4_chemical_C3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.327679343 C6_control_A1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.198516569 C6_control_A3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.360655099 C6_control_B1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.379392557 C6_control_B2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 4.882332984 C6_control_B3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.639024494 C6_control_C1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.200918764 C6_control_C2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.468471335 C6_control_C3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.605800391 C6_chemical_A1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.170356459 C6_chemical_A3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.024347394 C6_chemical_B1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.178738063 C6_chemical_B2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.0835683 C6_chemical_B3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.835830054 C6_chemical_C1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.724071163 C6_chemical_C2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.387743499 C6_chemical_C3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.3472738 L4_control_A1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 4.915424965 L4_control_A2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 6.199392819 L4_control_A3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.944079355 L4_control_B1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 4.962553726 L4_control_B2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.299109142 L4_control_B3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.721442078 L4_control_C2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.639407188 L4_control_C3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.452681465 L4_chemical_A1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.267146952 L4_chemical_A2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.719323708 L4_chemical_A3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.438125755 L4_chemical_B1 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.794875649 L4_chemical_B2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.26795884 L4_chemical_B3 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.570567286 L4_chemical_C2 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.749594196 L4_chemical_C3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.82044679 C6_control_A1 +LQ01X017780 Triacylglycerol lipase 2, putative 11.20667888 C6_control_A3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.66244274 C6_control_B1 +LQ01X017780 Triacylglycerol lipase 2, putative 10.78940269 C6_control_B2 +LQ01X017780 Triacylglycerol lipase 2, putative 10.87947731 C6_control_B3 +LQ01X017780 Triacylglycerol lipase 2, putative 11.336841 C6_control_C1 +LQ01X017780 Triacylglycerol lipase 2, putative 11.31241031 C6_control_C2 +LQ01X017780 Triacylglycerol lipase 2, putative 11.25867598 C6_control_C3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.33803922 C6_chemical_A1 +LQ01X017780 Triacylglycerol lipase 2, putative 10.62214452 C6_chemical_A3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.25611147 C6_chemical_B1 +LQ01X017780 Triacylglycerol lipase 2, putative 10.54166189 C6_chemical_B2 +LQ01X017780 Triacylglycerol lipase 2, putative 10.44126638 C6_chemical_B3 +LQ01X017780 Triacylglycerol lipase 2, putative 11.20730825 C6_chemical_C1 +LQ01X017780 Triacylglycerol lipase 2, putative 11.13492658 C6_chemical_C2 +LQ01X017780 Triacylglycerol lipase 2, putative 11.02422898 C6_chemical_C3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.38600099 L4_control_A1 +LQ01X017780 Triacylglycerol lipase 2, putative 10.56451437 L4_control_A2 +LQ01X017780 Triacylglycerol lipase 2, putative 10.75233676 L4_control_A3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.03712964 L4_control_B1 +LQ01X017780 Triacylglycerol lipase 2, putative 9.561733862 L4_control_B2 +LQ01X017780 Triacylglycerol lipase 2, putative 9.959555925 L4_control_B3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.88621277 L4_control_C2 +LQ01X017780 Triacylglycerol lipase 2, putative 9.988683966 L4_control_C3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.39371698 L4_chemical_A1 +LQ01X017780 Triacylglycerol lipase 2, putative 10.10691023 L4_chemical_A2 +LQ01X017780 Triacylglycerol lipase 2, putative 10.56782094 L4_chemical_A3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.11329161 L4_chemical_B1 +LQ01X017780 Triacylglycerol lipase 2, putative 9.74433053 L4_chemical_B2 +LQ01X017780 Triacylglycerol lipase 2, putative 9.781554663 L4_chemical_B3 +LQ01X017780 Triacylglycerol lipase 2, putative 10.6878299 L4_chemical_C2 +LQ01X017780 Triacylglycerol lipase 2, putative 10.37433482 L4_chemical_C3 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.06442236 C6_control_A1 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.81581361 C6_control_A3 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.61848678 C6_control_B1 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.3596634 C6_control_B2 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.21305863 C6_control_B3 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.31354622 C6_control_C1 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.21194401 C6_control_C2 +LQ01X017830 Putative Protein disulfide-isomerase A6 11.83264459 C6_control_C3 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.18469221 C6_chemical_A1 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.52426327 C6_chemical_A3 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.64671004 C6_chemical_B1 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.97833795 C6_chemical_B2 +LQ01X017830 Putative Protein disulfide-isomerase A6 11.86953903 C6_chemical_B3 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.72445329 C6_chemical_C1 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.62927142 C6_chemical_C2 +LQ01X017830 Putative Protein disulfide-isomerase A6 11.24983872 C6_chemical_C3 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.14479337 L4_control_A1 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.95443282 L4_control_A2 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.66410466 L4_control_A3 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.33784592 L4_control_B1 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.72280174 L4_control_B2 +LQ01X017830 Putative Protein disulfide-isomerase A6 11.88745112 L4_control_B3 +LQ01X017830 Putative Protein disulfide-isomerase A6 11.100341 L4_control_C2 +LQ01X017830 Putative Protein disulfide-isomerase A6 10.10733245 L4_control_C3 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.46558743 L4_chemical_A1 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.63404558 L4_chemical_A2 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.79940504 L4_chemical_A3 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.5778708 L4_chemical_B1 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.8561267 L4_chemical_B2 +LQ01X017830 Putative Protein disulfide-isomerase A6 12.60695743 L4_chemical_B3 +LQ01X017830 Putative Protein disulfide-isomerase A6 11.31962395 L4_chemical_C2 +LQ01X017830 Putative Protein disulfide-isomerase A6 10.31348273 L4_chemical_C3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.563844798 C6_control_A1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.447424336 C6_control_A3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.266948055 C6_control_B1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.778760553 C6_control_B2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.312093025 C6_control_B3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.597077911 C6_control_C1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.656415013 C6_control_C2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.938492188 C6_control_C3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.403539704 C6_chemical_A1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.118069738 C6_chemical_A3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.800947161 C6_chemical_B1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.912574039 C6_chemical_B2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.1786445 C6_chemical_B3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.693211938 C6_chemical_C1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.037127829 C6_chemical_C2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.857140108 C6_chemical_C3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.246495149 L4_control_A1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.637471721 L4_control_A2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 9.637413591 L4_control_A3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.32511929 L4_control_B1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 9.133035542 L4_control_B2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.920221092 L4_control_B3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 9.355568465 L4_control_C2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 9.990031157 L4_control_C3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 7.80091994 L4_chemical_A1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.371694933 L4_chemical_A2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 9.15455261 L4_chemical_A3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.42039943 L4_chemical_B1 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.80603742 L4_chemical_B2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.346629306 L4_chemical_B3 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.913360351 L4_chemical_C2 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 9.895453131 L4_chemical_C3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.881431476 C6_control_A1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.182347556 C6_control_A3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.835818333 C6_control_B1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.629427802 C6_control_B2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.561456165 C6_control_B3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.33583079 C6_control_C1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.20453283 C6_control_C2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.855923859 C6_control_C3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.569559016 C6_chemical_A1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.292762506 C6_chemical_A3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.913814718 C6_chemical_B1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.675213441 C6_chemical_B2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.610557259 C6_chemical_B3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.13674487 C6_chemical_C1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.29230316 C6_chemical_C2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.01374028 C6_chemical_C3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.830849966 L4_control_A1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.16373017 L4_control_A2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 8.271994469 L4_control_A3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.09232445 L4_control_B1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.02607531 L4_control_B2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.446732919 L4_control_B3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.54945267 L4_control_C2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.57935093 L4_control_C3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.822737717 L4_chemical_A1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.13227027 L4_chemical_A2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 8.422929894 L4_chemical_A3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.516730405 L4_chemical_B1 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.616675211 L4_chemical_B2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 8.826954703 L4_chemical_B3 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.40897618 L4_chemical_C2 +LQ01X017980 Putative Lipid-A-disaccharide synthase 10.71837609 L4_chemical_C3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.02584208 C6_control_A1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.70676774 C6_control_A3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.97009456 C6_control_B1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.55156062 C6_control_B2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.29195273 C6_control_B3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 14.06854298 C6_control_C1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 14.12995945 C6_control_C2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.91092496 C6_control_C3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.38742619 C6_chemical_A1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.4655865 C6_chemical_A3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.12599179 C6_chemical_B1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.78640112 C6_chemical_B2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.39327044 C6_chemical_B3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 14.36869308 C6_chemical_C1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 14.1373312 C6_chemical_C2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.61210083 C6_chemical_C3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.8833962 L4_control_A1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.60788752 L4_control_A2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.47898724 L4_control_A3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.95729485 L4_control_B1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.06066897 L4_control_B2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.12929971 L4_control_B3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.96483611 L4_control_C2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.50911751 L4_control_C3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.31344891 L4_chemical_A1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.09288004 L4_chemical_A2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.99008543 L4_chemical_A3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.59180904 L4_chemical_B1 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.25449877 L4_chemical_B2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.20710081 L4_chemical_B3 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.96200216 L4_chemical_C2 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 12.58681064 L4_chemical_C3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.509485842 C6_control_A1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.664917235 C6_control_A3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.625912582 C6_control_B1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.737366791 C6_control_B2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.418452342 C6_control_B3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.218299111 C6_control_C1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.242161007 C6_control_C2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.977968934 C6_control_C3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.052535749 C6_chemical_A1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.585469062 C6_chemical_A3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.508029655 C6_chemical_B1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.924859902 C6_chemical_B2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.458437398 C6_chemical_B3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.019280315 C6_chemical_C1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.493770461 C6_chemical_C2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.111606455 C6_chemical_C3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.97086088 L4_control_A1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.005047117 L4_control_A2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.928039976 L4_control_A3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.523042895 L4_control_B1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.579374007 L4_control_B2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.018388327 L4_control_B3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.631061985 L4_control_C2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.081490264 L4_control_C3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.044264141 L4_chemical_A1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.250395296 L4_chemical_A2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.717044485 L4_chemical_A3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 6.208270636 L4_chemical_B1 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.422236521 L4_chemical_B2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.855119798 L4_chemical_B3 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.56817898 L4_chemical_C2 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.122823321 L4_chemical_C3 +LQ01X018050 Putative F-box protein At3g07870 8.990097191 C6_control_A1 +LQ01X018050 Putative F-box protein At3g07870 9.020107585 C6_control_A3 +LQ01X018050 Putative F-box protein At3g07870 9.014384028 C6_control_B1 +LQ01X018050 Putative F-box protein At3g07870 8.48101602 C6_control_B2 +LQ01X018050 Putative F-box protein At3g07870 9.411858741 C6_control_B3 +LQ01X018050 Putative F-box protein At3g07870 9.405329033 C6_control_C1 +LQ01X018050 Putative F-box protein At3g07870 9.129448189 C6_control_C2 +LQ01X018050 Putative F-box protein At3g07870 9.196727719 C6_control_C3 +LQ01X018050 Putative F-box protein At3g07870 8.837152787 C6_chemical_A1 +LQ01X018050 Putative F-box protein At3g07870 9.342242369 C6_chemical_A3 +LQ01X018050 Putative F-box protein At3g07870 8.835535345 C6_chemical_B1 +LQ01X018050 Putative F-box protein At3g07870 8.430888591 C6_chemical_B2 +LQ01X018050 Putative F-box protein At3g07870 9.155265259 C6_chemical_B3 +LQ01X018050 Putative F-box protein At3g07870 9.051372699 C6_chemical_C1 +LQ01X018050 Putative F-box protein At3g07870 8.802703066 C6_chemical_C2 +LQ01X018050 Putative F-box protein At3g07870 9.285253734 C6_chemical_C3 +LQ01X018050 Putative F-box protein At3g07870 9.233743961 L4_control_A1 +LQ01X018050 Putative F-box protein At3g07870 9.654791276 L4_control_A2 +LQ01X018050 Putative F-box protein At3g07870 9.574650323 L4_control_A3 +LQ01X018050 Putative F-box protein At3g07870 9.399365289 L4_control_B1 +LQ01X018050 Putative F-box protein At3g07870 9.731594044 L4_control_B2 +LQ01X018050 Putative F-box protein At3g07870 8.643869038 L4_control_B3 +LQ01X018050 Putative F-box protein At3g07870 10.09089445 L4_control_C2 +LQ01X018050 Putative F-box protein At3g07870 10.00750171 L4_control_C3 +LQ01X018050 Putative F-box protein At3g07870 10.03341785 L4_chemical_A1 +LQ01X018050 Putative F-box protein At3g07870 9.843560803 L4_chemical_A2 +LQ01X018050 Putative F-box protein At3g07870 10.09443611 L4_chemical_A3 +LQ01X018050 Putative F-box protein At3g07870 9.447379423 L4_chemical_B1 +LQ01X018050 Putative F-box protein At3g07870 8.937185177 L4_chemical_B2 +LQ01X018050 Putative F-box protein At3g07870 9.114112959 L4_chemical_B3 +LQ01X018050 Putative F-box protein At3g07870 9.470837993 L4_chemical_C2 +LQ01X018050 Putative F-box protein At3g07870 9.709107472 L4_chemical_C3 +LQ01X018060 F-box protein At3g07870 5.190487024 C6_control_A1 +LQ01X018060 F-box protein At3g07870 5.579536607 C6_control_A3 +LQ01X018060 F-box protein At3g07870 5.423612415 C6_control_B1 +LQ01X018060 F-box protein At3g07870 5.577662886 C6_control_B2 +LQ01X018060 F-box protein At3g07870 5.470673018 C6_control_B3 +LQ01X018060 F-box protein At3g07870 5.324561317 C6_control_C1 +LQ01X018060 F-box protein At3g07870 5.789901767 C6_control_C2 +LQ01X018060 F-box protein At3g07870 5.555780349 C6_control_C3 +LQ01X018060 F-box protein At3g07870 5.273154598 C6_chemical_A1 +LQ01X018060 F-box protein At3g07870 5.352263385 C6_chemical_A3 +LQ01X018060 F-box protein At3g07870 5.375296019 C6_chemical_B1 +LQ01X018060 F-box protein At3g07870 5.178878047 C6_chemical_B2 +LQ01X018060 F-box protein At3g07870 5.461238819 C6_chemical_B3 +LQ01X018060 F-box protein At3g07870 5.287696786 C6_chemical_C1 +LQ01X018060 F-box protein At3g07870 5.217801758 C6_chemical_C2 +LQ01X018060 F-box protein At3g07870 5.574567572 C6_chemical_C3 +LQ01X018060 F-box protein At3g07870 5.311867018 L4_control_A1 +LQ01X018060 F-box protein At3g07870 5.326669957 L4_control_A2 +LQ01X018060 F-box protein At3g07870 5.388865753 L4_control_A3 +LQ01X018060 F-box protein At3g07870 5.451269678 L4_control_B1 +LQ01X018060 F-box protein At3g07870 5.358790642 L4_control_B2 +LQ01X018060 F-box protein At3g07870 5.297636116 L4_control_B3 +LQ01X018060 F-box protein At3g07870 5.422705452 L4_control_C2 +LQ01X018060 F-box protein At3g07870 5.658460911 L4_control_C3 +LQ01X018060 F-box protein At3g07870 5.513977178 L4_chemical_A1 +LQ01X018060 F-box protein At3g07870 5.392863901 L4_chemical_A2 +LQ01X018060 F-box protein At3g07870 5.322579766 L4_chemical_A3 +LQ01X018060 F-box protein At3g07870 5.219988734 L4_chemical_B1 +LQ01X018060 F-box protein At3g07870 5.373490879 L4_chemical_B2 +LQ01X018060 F-box protein At3g07870 5.526071455 L4_chemical_B3 +LQ01X018060 F-box protein At3g07870 6.230277295 L4_chemical_C2 +LQ01X018060 F-box protein At3g07870 5.857909257 L4_chemical_C3 +LQ01X018090 Hypothetical protein 7.347000846 C6_control_A1 +LQ01X018090 Hypothetical protein 7.626388585 C6_control_A3 +LQ01X018090 Hypothetical protein 6.340314904 C6_control_B1 +LQ01X018090 Hypothetical protein 7.141292215 C6_control_B2 +LQ01X018090 Hypothetical protein 6.686211549 C6_control_B3 +LQ01X018090 Hypothetical protein 7.623423848 C6_control_C1 +LQ01X018090 Hypothetical protein 7.92642117 C6_control_C2 +LQ01X018090 Hypothetical protein 7.909642521 C6_control_C3 +LQ01X018090 Hypothetical protein 6.911363232 C6_chemical_A1 +LQ01X018090 Hypothetical protein 6.635473846 C6_chemical_A3 +LQ01X018090 Hypothetical protein 6.168244922 C6_chemical_B1 +LQ01X018090 Hypothetical protein 6.908438116 C6_chemical_B2 +LQ01X018090 Hypothetical protein 7.105388815 C6_chemical_B3 +LQ01X018090 Hypothetical protein 7.031132636 C6_chemical_C1 +LQ01X018090 Hypothetical protein 7.892496486 C6_chemical_C2 +LQ01X018090 Hypothetical protein 7.391873473 C6_chemical_C3 +LQ01X018090 Hypothetical protein 6.840817521 L4_control_A1 +LQ01X018090 Hypothetical protein 7.432679602 L4_control_A2 +LQ01X018090 Hypothetical protein 7.34141359 L4_control_A3 +LQ01X018090 Hypothetical protein 6.846976655 L4_control_B1 +LQ01X018090 Hypothetical protein 6.711249694 L4_control_B2 +LQ01X018090 Hypothetical protein 6.805694636 L4_control_B3 +LQ01X018090 Hypothetical protein 8.165694686 L4_control_C2 +LQ01X018090 Hypothetical protein 6.4868019 L4_control_C3 +LQ01X018090 Hypothetical protein 6.619499305 L4_chemical_A1 +LQ01X018090 Hypothetical protein 7.347978209 L4_chemical_A2 +LQ01X018090 Hypothetical protein 8.103447994 L4_chemical_A3 +LQ01X018090 Hypothetical protein 7.09956576 L4_chemical_B1 +LQ01X018090 Hypothetical protein 6.741765928 L4_chemical_B2 +LQ01X018090 Hypothetical protein 6.673678919 L4_chemical_B3 +LQ01X018090 Hypothetical protein 7.706500865 L4_chemical_C2 +LQ01X018090 Hypothetical protein 5.565414386 L4_chemical_C3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.266802652 C6_control_A1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.04469352 C6_control_A3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.373671349 C6_control_B1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.582493236 C6_control_B2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.094164807 C6_control_B3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.17843669 C6_control_C1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.111811831 C6_control_C2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.59311018 C6_control_C3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.200817616 C6_chemical_A1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.076626316 C6_chemical_A3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.962380008 C6_chemical_B1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.245156319 C6_chemical_B2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.379803365 C6_chemical_B3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 7.651332948 C6_chemical_C1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.19234336 C6_chemical_C2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.58230451 C6_chemical_C3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.370601205 L4_control_A1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 10.16386733 L4_control_A2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.959614163 L4_control_A3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.408846181 L4_control_B1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.343645505 L4_control_B2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.644088756 L4_control_B3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.58297048 L4_control_C2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.503103787 L4_control_C3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.712924888 L4_chemical_A1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.83315918 L4_chemical_A2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.410009714 L4_chemical_A3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 8.513571934 L4_chemical_B1 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.400133523 L4_chemical_B2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.3745552 L4_chemical_B3 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.464688461 L4_chemical_C2 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.492563968 L4_chemical_C3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.68671306 C6_control_A1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.61059884 C6_control_A3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.98892157 C6_control_B1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.14706556 C6_control_B2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.95181424 C6_control_B3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 9.674874017 C6_control_C1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 10.68321192 C6_control_C2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 10.00891944 C6_control_C3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.53733224 C6_chemical_A1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.64596018 C6_chemical_A3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.83317796 C6_chemical_B1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.09124898 C6_chemical_B2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.69676714 C6_chemical_B3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 9.595145384 C6_chemical_C1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 9.382529733 C6_chemical_C2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 8.633557159 C6_chemical_C3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.63137767 L4_control_A1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.88728959 L4_control_A2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.44630924 L4_control_A3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.92221541 L4_control_B1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 15.1770002 L4_control_B2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.12070612 L4_control_B3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 9.482274861 L4_control_C2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 10.54000322 L4_control_C3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 13.71561061 L4_chemical_A1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.45093518 L4_chemical_A2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.33202231 L4_chemical_A3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.75093631 L4_chemical_B1 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.71067062 L4_chemical_B2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 15.10046686 L4_chemical_B3 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 9.815046071 L4_chemical_C2 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 10.66216124 L4_chemical_C3 +LQ01X018120 Fimbrin-like protein 2 5.289060558 C6_control_A1 +LQ01X018120 Fimbrin-like protein 2 5.435887571 C6_control_A3 +LQ01X018120 Fimbrin-like protein 2 5.855529013 C6_control_B1 +LQ01X018120 Fimbrin-like protein 2 5.650819648 C6_control_B2 +LQ01X018120 Fimbrin-like protein 2 5.466430598 C6_control_B3 +LQ01X018120 Fimbrin-like protein 2 5.285481866 C6_control_C1 +LQ01X018120 Fimbrin-like protein 2 6.172589262 C6_control_C2 +LQ01X018120 Fimbrin-like protein 2 5.518014935 C6_control_C3 +LQ01X018120 Fimbrin-like protein 2 5.522719297 C6_chemical_A1 +LQ01X018120 Fimbrin-like protein 2 5.22767275 C6_chemical_A3 +LQ01X018120 Fimbrin-like protein 2 5.505993062 C6_chemical_B1 +LQ01X018120 Fimbrin-like protein 2 5.452828281 C6_chemical_B2 +LQ01X018120 Fimbrin-like protein 2 5.328417265 C6_chemical_B3 +LQ01X018120 Fimbrin-like protein 2 5.344966364 C6_chemical_C1 +LQ01X018120 Fimbrin-like protein 2 5.475506459 C6_chemical_C2 +LQ01X018120 Fimbrin-like protein 2 5.470841802 C6_chemical_C3 +LQ01X018120 Fimbrin-like protein 2 5.87189437 L4_control_A1 +LQ01X018120 Fimbrin-like protein 2 5.401871695 L4_control_A2 +LQ01X018120 Fimbrin-like protein 2 5.436455213 L4_control_A3 +LQ01X018120 Fimbrin-like protein 2 5.231993201 L4_control_B1 +LQ01X018120 Fimbrin-like protein 2 5.574931304 L4_control_B2 +LQ01X018120 Fimbrin-like protein 2 5.513362155 L4_control_B3 +LQ01X018120 Fimbrin-like protein 2 5.177820294 L4_control_C2 +LQ01X018120 Fimbrin-like protein 2 5.275392164 L4_control_C3 +LQ01X018120 Fimbrin-like protein 2 5.517872207 L4_chemical_A1 +LQ01X018120 Fimbrin-like protein 2 5.40546764 L4_chemical_A2 +LQ01X018120 Fimbrin-like protein 2 5.637156886 L4_chemical_A3 +LQ01X018120 Fimbrin-like protein 2 5.606670095 L4_chemical_B1 +LQ01X018120 Fimbrin-like protein 2 5.680896564 L4_chemical_B2 +LQ01X018120 Fimbrin-like protein 2 5.481872799 L4_chemical_B3 +LQ01X018120 Fimbrin-like protein 2 5.090552075 L4_chemical_C2 +LQ01X018120 Fimbrin-like protein 2 5.812771194 L4_chemical_C3 +LQ01X018150 Putative uncharacterized protein 8.360726249 C6_control_A1 +LQ01X018150 Putative uncharacterized protein 7.952577721 C6_control_A3 +LQ01X018150 Putative uncharacterized protein 8.143284938 C6_control_B1 +LQ01X018150 Putative uncharacterized protein 8.069071757 C6_control_B2 +LQ01X018150 Putative uncharacterized protein 7.847221069 C6_control_B3 +LQ01X018150 Putative uncharacterized protein 7.391253364 C6_control_C1 +LQ01X018150 Putative uncharacterized protein 7.402702192 C6_control_C2 +LQ01X018150 Putative uncharacterized protein 7.300644146 C6_control_C3 +LQ01X018150 Putative uncharacterized protein 8.365729918 C6_chemical_A1 +LQ01X018150 Putative uncharacterized protein 7.964224849 C6_chemical_A3 +LQ01X018150 Putative uncharacterized protein 8.237448121 C6_chemical_B1 +LQ01X018150 Putative uncharacterized protein 7.838482112 C6_chemical_B2 +LQ01X018150 Putative uncharacterized protein 7.849057151 C6_chemical_B3 +LQ01X018150 Putative uncharacterized protein 7.439851552 C6_chemical_C1 +LQ01X018150 Putative uncharacterized protein 7.448476055 C6_chemical_C2 +LQ01X018150 Putative uncharacterized protein 7.31251866 C6_chemical_C3 +LQ01X018150 Putative uncharacterized protein 8.387188582 L4_control_A1 +LQ01X018150 Putative uncharacterized protein 7.823599403 L4_control_A2 +LQ01X018150 Putative uncharacterized protein 7.595882808 L4_control_A3 +LQ01X018150 Putative uncharacterized protein 7.366889462 L4_control_B1 +LQ01X018150 Putative uncharacterized protein 8.382857544 L4_control_B2 +LQ01X018150 Putative uncharacterized protein 7.292434823 L4_control_B3 +LQ01X018150 Putative uncharacterized protein 6.261519006 L4_control_C2 +LQ01X018150 Putative uncharacterized protein 7.21723208 L4_control_C3 +LQ01X018150 Putative uncharacterized protein 7.642827946 L4_chemical_A1 +LQ01X018150 Putative uncharacterized protein 7.623879732 L4_chemical_A2 +LQ01X018150 Putative uncharacterized protein 7.55855668 L4_chemical_A3 +LQ01X018150 Putative uncharacterized protein 7.998460405 L4_chemical_B1 +LQ01X018150 Putative uncharacterized protein 7.802988523 L4_chemical_B2 +LQ01X018150 Putative uncharacterized protein 8.111198124 L4_chemical_B3 +LQ01X018150 Putative uncharacterized protein 6.740241756 L4_chemical_C2 +LQ01X018150 Putative uncharacterized protein 7.133359734 L4_chemical_C3 +LQ01X018210 Predicted protein 5.441706451 C6_control_A1 +LQ01X018210 Predicted protein 4.955045833 C6_control_A3 +LQ01X018210 Predicted protein 5.547782616 C6_control_B1 +LQ01X018210 Predicted protein 6.127213684 C6_control_B2 +LQ01X018210 Predicted protein 6.230740198 C6_control_B3 +LQ01X018210 Predicted protein 5.065172135 C6_control_C1 +LQ01X018210 Predicted protein 5.013618064 C6_control_C2 +LQ01X018210 Predicted protein 5.212430169 C6_control_C3 +LQ01X018210 Predicted protein 5.674545599 C6_chemical_A1 +LQ01X018210 Predicted protein 5.002836905 C6_chemical_A3 +LQ01X018210 Predicted protein 5.746536727 C6_chemical_B1 +LQ01X018210 Predicted protein 5.680777936 C6_chemical_B2 +LQ01X018210 Predicted protein 5.89199505 C6_chemical_B3 +LQ01X018210 Predicted protein 5.206702765 C6_chemical_C1 +LQ01X018210 Predicted protein 5.522952423 C6_chemical_C2 +LQ01X018210 Predicted protein 5.287649883 C6_chemical_C3 +LQ01X018210 Predicted protein 5.571728851 L4_control_A1 +LQ01X018210 Predicted protein 5.748116596 L4_control_A2 +LQ01X018210 Predicted protein 5.036775112 L4_control_A3 +LQ01X018210 Predicted protein 6.058709578 L4_control_B1 +LQ01X018210 Predicted protein 6.211254626 L4_control_B2 +LQ01X018210 Predicted protein 6.256525065 L4_control_B3 +LQ01X018210 Predicted protein 5.06883079 L4_control_C2 +LQ01X018210 Predicted protein 5.605132263 L4_control_C3 +LQ01X018210 Predicted protein 5.581869457 L4_chemical_A1 +LQ01X018210 Predicted protein 5.969161759 L4_chemical_A2 +LQ01X018210 Predicted protein 4.987464628 L4_chemical_A3 +LQ01X018210 Predicted protein 5.761686425 L4_chemical_B1 +LQ01X018210 Predicted protein 6.116499102 L4_chemical_B2 +LQ01X018210 Predicted protein 5.567804724 L4_chemical_B3 +LQ01X018210 Predicted protein 5.317659483 L4_chemical_C2 +LQ01X018210 Predicted protein 5.990819523 L4_chemical_C3 +LQ01X018240 Putative uncharacterized protein 5.419491657 C6_control_A1 +LQ01X018240 Putative uncharacterized protein 5.914863601 C6_control_A3 +LQ01X018240 Putative uncharacterized protein 5.903483558 C6_control_B1 +LQ01X018240 Putative uncharacterized protein 5.887513099 C6_control_B2 +LQ01X018240 Putative uncharacterized protein 5.766460595 C6_control_B3 +LQ01X018240 Putative uncharacterized protein 5.276191882 C6_control_C1 +LQ01X018240 Putative uncharacterized protein 5.717023589 C6_control_C2 +LQ01X018240 Putative uncharacterized protein 5.632946688 C6_control_C3 +LQ01X018240 Putative uncharacterized protein 5.52465307 C6_chemical_A1 +LQ01X018240 Putative uncharacterized protein 5.390921612 C6_chemical_A3 +LQ01X018240 Putative uncharacterized protein 5.412876329 C6_chemical_B1 +LQ01X018240 Putative uncharacterized protein 6.002595168 C6_chemical_B2 +LQ01X018240 Putative uncharacterized protein 6.043858914 C6_chemical_B3 +LQ01X018240 Putative uncharacterized protein 5.333255117 C6_chemical_C1 +LQ01X018240 Putative uncharacterized protein 5.456232769 C6_chemical_C2 +LQ01X018240 Putative uncharacterized protein 5.39669799 C6_chemical_C3 +LQ01X018240 Putative uncharacterized protein 5.642084554 L4_control_A1 +LQ01X018240 Putative uncharacterized protein 5.573092412 L4_control_A2 +LQ01X018240 Putative uncharacterized protein 5.367746042 L4_control_A3 +LQ01X018240 Putative uncharacterized protein 5.296446481 L4_control_B1 +LQ01X018240 Putative uncharacterized protein 5.577780991 L4_control_B2 +LQ01X018240 Putative uncharacterized protein 5.512616537 L4_control_B3 +LQ01X018240 Putative uncharacterized protein 5.226501998 L4_control_C2 +LQ01X018240 Putative uncharacterized protein 5.170953497 L4_control_C3 +LQ01X018240 Putative uncharacterized protein 5.838602728 L4_chemical_A1 +LQ01X018240 Putative uncharacterized protein 5.441044114 L4_chemical_A2 +LQ01X018240 Putative uncharacterized protein 5.633948546 L4_chemical_A3 +LQ01X018240 Putative uncharacterized protein 5.517226872 L4_chemical_B1 +LQ01X018240 Putative uncharacterized protein 4.917720432 L4_chemical_B2 +LQ01X018240 Putative uncharacterized protein 5.714058604 L4_chemical_B3 +LQ01X018240 Putative uncharacterized protein 5.704377927 L4_chemical_C2 +LQ01X018240 Putative uncharacterized protein 5.169699509 L4_chemical_C3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.578362511 C6_control_A1 +LQ01X018250 Eukaryotic translation initiation factor 1A 6.09420179 C6_control_A3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.657455125 C6_control_B1 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.789087603 C6_control_B2 +LQ01X018250 Eukaryotic translation initiation factor 1A 6.06338117 C6_control_B3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.637386494 C6_control_C1 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.951144488 C6_control_C2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.609171746 C6_control_C3 +LQ01X018250 Eukaryotic translation initiation factor 1A 6.209436318 C6_chemical_A1 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.355037134 C6_chemical_A3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.535098797 C6_chemical_B1 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.710055118 C6_chemical_B2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.907939203 C6_chemical_B3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.35348067 C6_chemical_C1 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.283335647 C6_chemical_C2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.334065375 C6_chemical_C3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.646792029 L4_control_A1 +LQ01X018250 Eukaryotic translation initiation factor 1A 6.321692134 L4_control_A2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.49881511 L4_control_A3 +LQ01X018250 Eukaryotic translation initiation factor 1A 6.139299049 L4_control_B1 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.667443767 L4_control_B2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.878663384 L4_control_B3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.456014353 L4_control_C2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.213139612 L4_control_C3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.79077477 L4_chemical_A1 +LQ01X018250 Eukaryotic translation initiation factor 1A 6.019395651 L4_chemical_A2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.61883064 L4_chemical_A3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.376687898 L4_chemical_B1 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.388686267 L4_chemical_B2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.642517508 L4_chemical_B3 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.244430386 L4_chemical_C2 +LQ01X018250 Eukaryotic translation initiation factor 1A 5.05926768 L4_chemical_C3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.74486248 C6_control_A1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.1383334 C6_control_A3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.01207107 C6_control_B1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.51772117 C6_control_B2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.16512657 C6_control_B3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.89106664 C6_control_C1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.719364 C6_control_C2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.67094603 C6_control_C3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.65565872 C6_chemical_A1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 10.93360923 C6_chemical_A3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.98735311 C6_chemical_B1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.60129146 C6_chemical_B2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.03258425 C6_chemical_B3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.90837986 C6_chemical_C1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.5986781 C6_chemical_C2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.40371249 C6_chemical_C3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.3006751 L4_control_A1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.58110076 L4_control_A2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.32777023 L4_control_A3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.3698661 L4_control_B1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.9243919 L4_control_B2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.01224063 L4_control_B3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.50277527 L4_control_C2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.57840578 L4_control_C3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.73716347 L4_chemical_A1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.87039641 L4_chemical_A2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.50015107 L4_chemical_A3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.07439726 L4_chemical_B1 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.10266396 L4_chemical_B2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.41156744 L4_chemical_B3 +LQ01X018280 Putative BPI/LBP family protein At3g20270 12.36937652 L4_chemical_C2 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.85923104 L4_chemical_C3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.962428195 C6_control_A1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.920986007 C6_control_A3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.14339084 C6_control_B1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.477010316 C6_control_B2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.498531651 C6_control_B3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.862227551 C6_control_C1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.591988197 C6_control_C2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.893375335 C6_control_C3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.11344141 C6_chemical_A1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.15657494 C6_chemical_A3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.1648531 C6_chemical_B1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.637048249 C6_chemical_B2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.832470633 C6_chemical_B3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.872709999 C6_chemical_C1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.950679695 C6_chemical_C2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.831509672 C6_chemical_C3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.818843861 L4_control_A1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.37508348 L4_control_A2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.22378785 L4_control_A3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.745253753 L4_control_B1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.42224172 L4_control_B2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.765426985 L4_control_B3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.19644283 L4_control_C2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.43964437 L4_control_C3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.812078635 L4_chemical_A1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.43533605 L4_chemical_A2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.46352073 L4_chemical_A3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.879063222 L4_chemical_B1 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.43905624 L4_chemical_B2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 9.481859146 L4_chemical_B3 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.05928879 L4_chemical_C2 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.58578133 L4_chemical_C3 +LQ01X018310 Hypothetical protein 5.354810729 C6_control_A1 +LQ01X018310 Hypothetical protein 5.345277386 C6_control_A3 +LQ01X018310 Hypothetical protein 6.132945907 C6_control_B1 +LQ01X018310 Hypothetical protein 6.3661722 C6_control_B2 +LQ01X018310 Hypothetical protein 5.728049787 C6_control_B3 +LQ01X018310 Hypothetical protein 7.339559424 C6_control_C1 +LQ01X018310 Hypothetical protein 7.267851936 C6_control_C2 +LQ01X018310 Hypothetical protein 7.798714811 C6_control_C3 +LQ01X018310 Hypothetical protein 5.379003654 C6_chemical_A1 +LQ01X018310 Hypothetical protein 5.731229285 C6_chemical_A3 +LQ01X018310 Hypothetical protein 5.772241716 C6_chemical_B1 +LQ01X018310 Hypothetical protein 6.25140698 C6_chemical_B2 +LQ01X018310 Hypothetical protein 5.486747637 C6_chemical_B3 +LQ01X018310 Hypothetical protein 7.523954153 C6_chemical_C1 +LQ01X018310 Hypothetical protein 7.443745086 C6_chemical_C2 +LQ01X018310 Hypothetical protein 8.839432275 C6_chemical_C3 +LQ01X018310 Hypothetical protein 6.711690169 L4_control_A1 +LQ01X018310 Hypothetical protein 5.576170561 L4_control_A2 +LQ01X018310 Hypothetical protein 4.961779056 L4_control_A3 +LQ01X018310 Hypothetical protein 7.09825043 L4_control_B1 +LQ01X018310 Hypothetical protein 5.848957244 L4_control_B2 +LQ01X018310 Hypothetical protein 8.244577037 L4_control_B3 +LQ01X018310 Hypothetical protein 7.00905831 L4_control_C2 +LQ01X018310 Hypothetical protein 7.058095643 L4_control_C3 +LQ01X018310 Hypothetical protein 7.306338749 L4_chemical_A1 +LQ01X018310 Hypothetical protein 7.523061958 L4_chemical_A2 +LQ01X018310 Hypothetical protein 5.175575461 L4_chemical_A3 +LQ01X018310 Hypothetical protein 7.045310891 L4_chemical_B1 +LQ01X018310 Hypothetical protein 6.006259274 L4_chemical_B2 +LQ01X018310 Hypothetical protein 7.079981809 L4_chemical_B3 +LQ01X018310 Hypothetical protein 9.02103107 L4_chemical_C2 +LQ01X018310 Hypothetical protein 7.24824147 L4_chemical_C3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.80664497 C6_control_A1 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.88507074 C6_control_A3 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.41830534 C6_control_B1 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.80691822 C6_control_B2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.77434103 C6_control_B3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.45837356 C6_control_C1 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.02997296 C6_control_C2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.06951793 C6_control_C3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.35705068 C6_chemical_A1 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.97354004 C6_chemical_A3 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.11475655 C6_chemical_B1 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.58240359 C6_chemical_B2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.33830467 C6_chemical_B3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.36425246 C6_chemical_C1 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.18361914 C6_chemical_C2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.52749262 C6_chemical_C3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.61683124 L4_control_A1 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.86047607 L4_control_A2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.24104082 L4_control_A3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.85575363 L4_control_B1 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.02978601 L4_control_B2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.1793722 L4_control_B3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.8048729 L4_control_C2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.00382867 L4_control_C3 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.46609443 L4_chemical_A1 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.68977211 L4_chemical_A2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.08854468 L4_chemical_A3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.99129044 L4_chemical_B1 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.05326356 L4_chemical_B2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.32462869 L4_chemical_B3 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.7170512 L4_chemical_C2 +LQ01X018340 Putative uncharacterized protein (Fragment) 11.12636251 L4_chemical_C3 +LQ01X018460 WRKY transcription factor, putative 5.253491361 C6_control_A1 +LQ01X018460 WRKY transcription factor, putative 5.085473774 C6_control_A3 +LQ01X018460 WRKY transcription factor, putative 5.849254063 C6_control_B1 +LQ01X018460 WRKY transcription factor, putative 6.659270493 C6_control_B2 +LQ01X018460 WRKY transcription factor, putative 5.718911294 C6_control_B3 +LQ01X018460 WRKY transcription factor, putative 6.737125844 C6_control_C1 +LQ01X018460 WRKY transcription factor, putative 6.469804993 C6_control_C2 +LQ01X018460 WRKY transcription factor, putative 6.326840503 C6_control_C3 +LQ01X018460 WRKY transcription factor, putative 5.47499541 C6_chemical_A1 +LQ01X018460 WRKY transcription factor, putative 5.019276325 C6_chemical_A3 +LQ01X018460 WRKY transcription factor, putative 5.971088003 C6_chemical_B1 +LQ01X018460 WRKY transcription factor, putative 6.907772765 C6_chemical_B2 +LQ01X018460 WRKY transcription factor, putative 5.269476641 C6_chemical_B3 +LQ01X018460 WRKY transcription factor, putative 6.780965201 C6_chemical_C1 +LQ01X018460 WRKY transcription factor, putative 6.654499073 C6_chemical_C2 +LQ01X018460 WRKY transcription factor, putative 6.173097544 C6_chemical_C3 +LQ01X018460 WRKY transcription factor, putative 5.43488978 L4_control_A1 +LQ01X018460 WRKY transcription factor, putative 5.414127554 L4_control_A2 +LQ01X018460 WRKY transcription factor, putative 4.997968719 L4_control_A3 +LQ01X018460 WRKY transcription factor, putative 5.926869053 L4_control_B1 +LQ01X018460 WRKY transcription factor, putative 5.541899098 L4_control_B2 +LQ01X018460 WRKY transcription factor, putative 5.697225641 L4_control_B3 +LQ01X018460 WRKY transcription factor, putative 6.086751068 L4_control_C2 +LQ01X018460 WRKY transcription factor, putative 5.320137564 L4_control_C3 +LQ01X018460 WRKY transcription factor, putative 5.74229127 L4_chemical_A1 +LQ01X018460 WRKY transcription factor, putative 5.609366361 L4_chemical_A2 +LQ01X018460 WRKY transcription factor, putative 5.431691225 L4_chemical_A3 +LQ01X018460 WRKY transcription factor, putative 4.953890617 L4_chemical_B1 +LQ01X018460 WRKY transcription factor, putative 5.625106679 L4_chemical_B2 +LQ01X018460 WRKY transcription factor, putative 5.762158679 L4_chemical_B3 +LQ01X018460 WRKY transcription factor, putative 5.882725299 L4_chemical_C2 +LQ01X018460 WRKY transcription factor, putative 5.443566882 L4_chemical_C3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.54843531 C6_control_A1 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.68096754 C6_control_A3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.61721719 C6_control_B1 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.67391108 C6_control_B2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.66994798 C6_control_B3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.53663492 C6_control_C1 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.61742679 C6_control_C2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.61605914 C6_control_C3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.63535091 C6_chemical_A1 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.90624665 C6_chemical_A3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.7211719 C6_chemical_B1 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.61011368 C6_chemical_B2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.5940686 C6_chemical_B3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.3909798 C6_chemical_C1 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.66978548 C6_chemical_C2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.26903789 C6_chemical_C3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.70169083 L4_control_A1 +LQ01X018470 Scarecrow-like transcription factor PAT1 12.01746719 L4_control_A2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.75659738 L4_control_A3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.91333871 L4_control_B1 +LQ01X018470 Scarecrow-like transcription factor PAT1 12.18032144 L4_control_B2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.6129847 L4_control_B3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.93360236 L4_control_C2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.79794887 L4_control_C3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.52967745 L4_chemical_A1 +LQ01X018470 Scarecrow-like transcription factor PAT1 12.35341494 L4_chemical_A2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.6899503 L4_chemical_A3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.9740607 L4_chemical_B1 +LQ01X018470 Scarecrow-like transcription factor PAT1 12.38028043 L4_chemical_B2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.50847208 L4_chemical_B3 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.87518784 L4_chemical_C2 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.8437142 L4_chemical_C3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.939965242 C6_control_A1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.20830206 C6_control_A3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.193635917 C6_control_B1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.849550051 C6_control_B2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.046975286 C6_control_B3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.976924052 C6_control_C1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.042394165 C6_control_C2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.801271039 C6_control_C3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.28491777 C6_chemical_A1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.077047992 C6_chemical_A3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.295735761 C6_chemical_B1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.001371215 C6_chemical_B2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.067186402 C6_chemical_B3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.771813402 C6_chemical_C1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.781283772 C6_chemical_C2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.002153679 C6_chemical_C3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.998954012 L4_control_A1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.165732019 L4_control_A2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.055906911 L4_control_A3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.982940936 L4_control_B1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.012228405 L4_control_B2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.404244182 L4_control_B3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.834009662 L4_control_C2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.614877848 L4_control_C3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.913764524 L4_chemical_A1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.373053165 L4_chemical_A2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.243344035 L4_chemical_A3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.219831317 L4_chemical_B1 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.283438199 L4_chemical_B2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.899508519 L4_chemical_B3 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.884271372 L4_chemical_C2 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 4.756249538 L4_chemical_C3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.092802413 C6_control_A1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.221422759 C6_control_A3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.176778186 C6_control_B1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.288699328 C6_control_B2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.091634722 C6_control_B3 +LQ01X018500 Histidine kinase 2 (Fragment) 4.808151191 C6_control_C1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.244669068 C6_control_C2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.170300349 C6_control_C3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.099182701 C6_chemical_A1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.39569631 C6_chemical_A3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.246234196 C6_chemical_B1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.315950687 C6_chemical_B2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.142168796 C6_chemical_B3 +LQ01X018500 Histidine kinase 2 (Fragment) 4.883403261 C6_chemical_C1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.040101843 C6_chemical_C2 +LQ01X018500 Histidine kinase 2 (Fragment) 4.933728779 C6_chemical_C3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.001313592 L4_control_A1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.387654369 L4_control_A2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.513142395 L4_control_A3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.244027649 L4_control_B1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.477641248 L4_control_B2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.099321655 L4_control_B3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.684015444 L4_control_C2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.062081683 L4_control_C3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.200116719 L4_chemical_A1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.317370504 L4_chemical_A2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.368960714 L4_chemical_A3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.362689582 L4_chemical_B1 +LQ01X018500 Histidine kinase 2 (Fragment) 5.20972121 L4_chemical_B2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.023076108 L4_chemical_B3 +LQ01X018500 Histidine kinase 2 (Fragment) 5.268741912 L4_chemical_C2 +LQ01X018500 Histidine kinase 2 (Fragment) 5.438516581 L4_chemical_C3 +LQ01X018510 Protein binding protein, putative 6.370900937 C6_control_A1 +LQ01X018510 Protein binding protein, putative 7.36283246 C6_control_A3 +LQ01X018510 Protein binding protein, putative 6.318610456 C6_control_B1 +LQ01X018510 Protein binding protein, putative 6.116432044 C6_control_B2 +LQ01X018510 Protein binding protein, putative 5.867600401 C6_control_B3 +LQ01X018510 Protein binding protein, putative 5.906574723 C6_control_C1 +LQ01X018510 Protein binding protein, putative 7.529291263 C6_control_C2 +LQ01X018510 Protein binding protein, putative 6.210642816 C6_control_C3 +LQ01X018510 Protein binding protein, putative 5.94752106 C6_chemical_A1 +LQ01X018510 Protein binding protein, putative 5.952663489 C6_chemical_A3 +LQ01X018510 Protein binding protein, putative 6.148133169 C6_chemical_B1 +LQ01X018510 Protein binding protein, putative 6.424553297 C6_chemical_B2 +LQ01X018510 Protein binding protein, putative 5.807745704 C6_chemical_B3 +LQ01X018510 Protein binding protein, putative 5.783554766 C6_chemical_C1 +LQ01X018510 Protein binding protein, putative 6.316150609 C6_chemical_C2 +LQ01X018510 Protein binding protein, putative 6.114532509 C6_chemical_C3 +LQ01X018510 Protein binding protein, putative 6.108215313 L4_control_A1 +LQ01X018510 Protein binding protein, putative 6.084441853 L4_control_A2 +LQ01X018510 Protein binding protein, putative 5.793908173 L4_control_A3 +LQ01X018510 Protein binding protein, putative 5.55802111 L4_control_B1 +LQ01X018510 Protein binding protein, putative 6.017929055 L4_control_B2 +LQ01X018510 Protein binding protein, putative 6.225390534 L4_control_B3 +LQ01X018510 Protein binding protein, putative 6.01432195 L4_control_C2 +LQ01X018510 Protein binding protein, putative 6.470298184 L4_control_C3 +LQ01X018510 Protein binding protein, putative 5.680364802 L4_chemical_A1 +LQ01X018510 Protein binding protein, putative 6.048877555 L4_chemical_A2 +LQ01X018510 Protein binding protein, putative 5.980850202 L4_chemical_A3 +LQ01X018510 Protein binding protein, putative 6.462703508 L4_chemical_B1 +LQ01X018510 Protein binding protein, putative 5.622010624 L4_chemical_B2 +LQ01X018510 Protein binding protein, putative 6.283319644 L4_chemical_B3 +LQ01X018510 Protein binding protein, putative 5.722122156 L4_chemical_C2 +LQ01X018510 Protein binding protein, putative 5.935762945 L4_chemical_C3 +LQ01X018530 Putative Heat shock protein 90 10.35590907 C6_control_A1 +LQ01X018530 Putative Heat shock protein 90 11.17989765 C6_control_A3 +LQ01X018530 Putative Heat shock protein 90 9.89450532 C6_control_B1 +LQ01X018530 Putative Heat shock protein 90 10.44003643 C6_control_B2 +LQ01X018530 Putative Heat shock protein 90 10.57122747 C6_control_B3 +LQ01X018530 Putative Heat shock protein 90 10.54937951 C6_control_C1 +LQ01X018530 Putative Heat shock protein 90 11.63457313 C6_control_C2 +LQ01X018530 Putative Heat shock protein 90 10.74229216 C6_control_C3 +LQ01X018530 Putative Heat shock protein 90 11.38025192 C6_chemical_A1 +LQ01X018530 Putative Heat shock protein 90 11.43134217 C6_chemical_A3 +LQ01X018530 Putative Heat shock protein 90 10.96296023 C6_chemical_B1 +LQ01X018530 Putative Heat shock protein 90 11.28049546 C6_chemical_B2 +LQ01X018530 Putative Heat shock protein 90 10.99990037 C6_chemical_B3 +LQ01X018530 Putative Heat shock protein 90 11.81587953 C6_chemical_C1 +LQ01X018530 Putative Heat shock protein 90 12.0454742 C6_chemical_C2 +LQ01X018530 Putative Heat shock protein 90 11.26782141 C6_chemical_C3 +LQ01X018530 Putative Heat shock protein 90 11.20399369 L4_control_A1 +LQ01X018530 Putative Heat shock protein 90 11.03779645 L4_control_A2 +LQ01X018530 Putative Heat shock protein 90 10.83509255 L4_control_A3 +LQ01X018530 Putative Heat shock protein 90 10.59705552 L4_control_B1 +LQ01X018530 Putative Heat shock protein 90 11.0940372 L4_control_B2 +LQ01X018530 Putative Heat shock protein 90 10.85645045 L4_control_B3 +LQ01X018530 Putative Heat shock protein 90 12.42470516 L4_control_C2 +LQ01X018530 Putative Heat shock protein 90 11.70598862 L4_control_C3 +LQ01X018530 Putative Heat shock protein 90 10.68112073 L4_chemical_A1 +LQ01X018530 Putative Heat shock protein 90 11.0197634 L4_chemical_A2 +LQ01X018530 Putative Heat shock protein 90 10.27914449 L4_chemical_A3 +LQ01X018530 Putative Heat shock protein 90 10.90002712 L4_chemical_B1 +LQ01X018530 Putative Heat shock protein 90 11.1440537 L4_chemical_B2 +LQ01X018530 Putative Heat shock protein 90 10.52842253 L4_chemical_B3 +LQ01X018530 Putative Heat shock protein 90 12.1985134 L4_chemical_C2 +LQ01X018530 Putative Heat shock protein 90 11.75045153 L4_chemical_C3 +LQ01X018540 Putative uncharacterized protein 5.576918435 C6_control_A1 +LQ01X018540 Putative uncharacterized protein 5.414567201 C6_control_A3 +LQ01X018540 Putative uncharacterized protein 5.385742076 C6_control_B1 +LQ01X018540 Putative uncharacterized protein 5.574999501 C6_control_B2 +LQ01X018540 Putative uncharacterized protein 5.421057067 C6_control_B3 +LQ01X018540 Putative uncharacterized protein 8.78110185 C6_control_C1 +LQ01X018540 Putative uncharacterized protein 7.711234832 C6_control_C2 +LQ01X018540 Putative uncharacterized protein 8.607908222 C6_control_C3 +LQ01X018540 Putative uncharacterized protein 5.809533377 C6_chemical_A1 +LQ01X018540 Putative uncharacterized protein 5.451426483 C6_chemical_A3 +LQ01X018540 Putative uncharacterized protein 5.68324507 C6_chemical_B1 +LQ01X018540 Putative uncharacterized protein 5.407620532 C6_chemical_B2 +LQ01X018540 Putative uncharacterized protein 5.514553493 C6_chemical_B3 +LQ01X018540 Putative uncharacterized protein 8.222012639 C6_chemical_C1 +LQ01X018540 Putative uncharacterized protein 8.263566675 C6_chemical_C2 +LQ01X018540 Putative uncharacterized protein 7.889982881 C6_chemical_C3 +LQ01X018540 Putative uncharacterized protein 5.545489163 L4_control_A1 +LQ01X018540 Putative uncharacterized protein 5.77377467 L4_control_A2 +LQ01X018540 Putative uncharacterized protein 4.964066498 L4_control_A3 +LQ01X018540 Putative uncharacterized protein 5.170589492 L4_control_B1 +LQ01X018540 Putative uncharacterized protein 4.976083514 L4_control_B2 +LQ01X018540 Putative uncharacterized protein 5.49369454 L4_control_B3 +LQ01X018540 Putative uncharacterized protein 8.071135406 L4_control_C2 +LQ01X018540 Putative uncharacterized protein 6.64935841 L4_control_C3 +LQ01X018540 Putative uncharacterized protein 5.42405355 L4_chemical_A1 +LQ01X018540 Putative uncharacterized protein 5.199568995 L4_chemical_A2 +LQ01X018540 Putative uncharacterized protein 5.251538309 L4_chemical_A3 +LQ01X018540 Putative uncharacterized protein 5.106503462 L4_chemical_B1 +LQ01X018540 Putative uncharacterized protein 5.182888793 L4_chemical_B2 +LQ01X018540 Putative uncharacterized protein 5.544493349 L4_chemical_B3 +LQ01X018540 Putative uncharacterized protein 7.341261642 L4_chemical_C2 +LQ01X018540 Putative uncharacterized protein 6.116286217 L4_chemical_C3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.2586264 C6_control_A1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.0574986 C6_control_A3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.62008602 C6_control_B1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.35417501 C6_control_B2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.41831838 C6_control_B3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.63039653 C6_control_C1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.46342227 C6_control_C2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.62698776 C6_control_C3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.50201973 C6_chemical_A1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.54102072 C6_chemical_A3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.67634463 C6_chemical_B1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.7149244 C6_chemical_B2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.78948033 C6_chemical_B3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.01276397 C6_chemical_C1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.57556067 C6_chemical_C2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.18436118 C6_chemical_C3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.14758685 L4_control_A1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.46804614 L4_control_A2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.56569051 L4_control_A3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.30512587 L4_control_B1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.57275872 L4_control_B2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.37058487 L4_control_B3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.58245 L4_control_C2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.03362748 L4_control_C3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 14.53631343 L4_chemical_A1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.01730519 L4_chemical_A2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.32632462 L4_chemical_A3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.49053367 L4_chemical_B1 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.37906774 L4_chemical_B2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.30023277 L4_chemical_B3 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.17702734 L4_chemical_C2 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.27365025 L4_chemical_C3 +LQ01X018590 Predicted protein 7.053200091 C6_control_A1 +LQ01X018590 Predicted protein 7.444281747 C6_control_A3 +LQ01X018590 Predicted protein 6.759425152 C6_control_B1 +LQ01X018590 Predicted protein 7.365778723 C6_control_B2 +LQ01X018590 Predicted protein 7.016171599 C6_control_B3 +LQ01X018590 Predicted protein 7.446752507 C6_control_C1 +LQ01X018590 Predicted protein 8.359072686 C6_control_C2 +LQ01X018590 Predicted protein 6.677428101 C6_control_C3 +LQ01X018590 Predicted protein 6.781725581 C6_chemical_A1 +LQ01X018590 Predicted protein 6.789923296 C6_chemical_A3 +LQ01X018590 Predicted protein 6.573090748 C6_chemical_B1 +LQ01X018590 Predicted protein 7.282555484 C6_chemical_B2 +LQ01X018590 Predicted protein 6.654141558 C6_chemical_B3 +LQ01X018590 Predicted protein 7.391411079 C6_chemical_C1 +LQ01X018590 Predicted protein 7.868267188 C6_chemical_C2 +LQ01X018590 Predicted protein 7.30636551 C6_chemical_C3 +LQ01X018590 Predicted protein 6.581696081 L4_control_A1 +LQ01X018590 Predicted protein 6.306660512 L4_control_A2 +LQ01X018590 Predicted protein 6.25021622 L4_control_A3 +LQ01X018590 Predicted protein 6.54388854 L4_control_B1 +LQ01X018590 Predicted protein 6.868449911 L4_control_B2 +LQ01X018590 Predicted protein 7.190841902 L4_control_B3 +LQ01X018590 Predicted protein 6.741373873 L4_control_C2 +LQ01X018590 Predicted protein 7.791749006 L4_control_C3 +LQ01X018590 Predicted protein 6.649976074 L4_chemical_A1 +LQ01X018590 Predicted protein 6.327038942 L4_chemical_A2 +LQ01X018590 Predicted protein 6.635364267 L4_chemical_A3 +LQ01X018590 Predicted protein 6.758229885 L4_chemical_B1 +LQ01X018590 Predicted protein 6.304842955 L4_chemical_B2 +LQ01X018590 Predicted protein 6.620258103 L4_chemical_B3 +LQ01X018590 Predicted protein 6.152303776 L4_chemical_C2 +LQ01X018590 Predicted protein 7.048754921 L4_chemical_C3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.8978407 C6_control_A1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.35355122 C6_control_A3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.9269594 C6_control_B1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.25208054 C6_control_B2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.67739076 C6_control_B3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.08920729 C6_control_C1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.16939846 C6_control_C2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.11168415 C6_control_C3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.849526 C6_chemical_A1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.4249116 C6_chemical_A3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.04148164 C6_chemical_B1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.10080905 C6_chemical_B2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.30673754 C6_chemical_B3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.1576941 C6_chemical_C1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.23648102 C6_chemical_C2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 9.780569753 C6_chemical_C3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.29555504 L4_control_A1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.16680785 L4_control_A2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.3440789 L4_control_A3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.01640769 L4_control_B1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.75473276 L4_control_B2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.26076738 L4_control_B3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.1499162 L4_control_C2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.09873646 L4_control_C3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.4680272 L4_chemical_A1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.18759684 L4_chemical_A2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.11621249 L4_chemical_A3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.27096146 L4_chemical_B1 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.57650873 L4_chemical_B2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.43754288 L4_chemical_B3 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.47499085 L4_chemical_C2 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 11.1585106 L4_chemical_C3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.90992913 C6_control_A1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.19872459 C6_control_A3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.291514 C6_control_B1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.64691494 C6_control_B2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.00282183 C6_control_B3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.18852695 C6_control_C1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.59049653 C6_control_C2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.05743917 C6_control_C3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.18132529 C6_chemical_A1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.56029653 C6_chemical_A3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.52981104 C6_chemical_B1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.86871518 C6_chemical_B2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.37651035 C6_chemical_B3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.50398469 C6_chemical_C1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.70706814 C6_chemical_C2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.66658481 C6_chemical_C3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.48666483 L4_control_A1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.77921494 L4_control_A2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.45521896 L4_control_A3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.29918359 L4_control_B1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.46053297 L4_control_B2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.43764259 L4_control_B3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 11.67593046 L4_control_C2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 11.76148183 L4_control_C3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.050811 L4_chemical_A1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.15162067 L4_chemical_A2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.75057536 L4_chemical_A3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.54424086 L4_chemical_B1 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.2670145 L4_chemical_B2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.01221997 L4_chemical_B3 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 12.05535851 L4_chemical_C2 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 11.87389669 L4_chemical_C3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.669809271 C6_control_A1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.387032741 C6_control_A3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.426924754 C6_control_B1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.893331899 C6_control_B2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.874692438 C6_control_B3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.467886453 C6_control_C1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.612018533 C6_control_C2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 6.114793277 C6_control_C3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.736147739 C6_chemical_A1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.392733943 C6_chemical_A3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.53002247 C6_chemical_B1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.60916783 C6_chemical_B2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.95720033 C6_chemical_B3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.501459302 C6_chemical_C1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 6.09884931 C6_chemical_C2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.795077108 C6_chemical_C3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.741757932 L4_control_A1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.659113964 L4_control_A2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.836687273 L4_control_A3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 6.24235682 L4_control_B1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.271511702 L4_control_B2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.559435276 L4_control_B3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.558208584 L4_control_C2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.438752602 L4_control_C3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 6.103530119 L4_chemical_A1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.935373456 L4_chemical_A2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.998934852 L4_chemical_A3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.553117588 L4_chemical_B1 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.698591489 L4_chemical_B2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.632917444 L4_chemical_B3 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.304625472 L4_chemical_C2 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.190022879 L4_chemical_C3 +LQ01X018780 Polygalacturonase 4.848157618 C6_control_A1 +LQ01X018780 Polygalacturonase 4.930035176 C6_control_A3 +LQ01X018780 Polygalacturonase 4.896041523 C6_control_B1 +LQ01X018780 Polygalacturonase 5.431387954 C6_control_B2 +LQ01X018780 Polygalacturonase 4.801376229 C6_control_B3 +LQ01X018780 Polygalacturonase 5.18508751 C6_control_C1 +LQ01X018780 Polygalacturonase 5.147824069 C6_control_C2 +LQ01X018780 Polygalacturonase 5.360849022 C6_control_C3 +LQ01X018780 Polygalacturonase 5.092048411 C6_chemical_A1 +LQ01X018780 Polygalacturonase 5.26161592 C6_chemical_A3 +LQ01X018780 Polygalacturonase 4.812067949 C6_chemical_B1 +LQ01X018780 Polygalacturonase 5.27306769 C6_chemical_B2 +LQ01X018780 Polygalacturonase 4.962531637 C6_chemical_B3 +LQ01X018780 Polygalacturonase 5.212385665 C6_chemical_C1 +LQ01X018780 Polygalacturonase 5.437364508 C6_chemical_C2 +LQ01X018780 Polygalacturonase 5.067131888 C6_chemical_C3 +LQ01X018780 Polygalacturonase 5.016257185 L4_control_A1 +LQ01X018780 Polygalacturonase 5.141662258 L4_control_A2 +LQ01X018780 Polygalacturonase 5.499048896 L4_control_A3 +LQ01X018780 Polygalacturonase 5.5085709 L4_control_B1 +LQ01X018780 Polygalacturonase 5.78021858 L4_control_B2 +LQ01X018780 Polygalacturonase 5.02704674 L4_control_B3 +LQ01X018780 Polygalacturonase 5.188020566 L4_control_C2 +LQ01X018780 Polygalacturonase 5.67763774 L4_control_C3 +LQ01X018780 Polygalacturonase 4.911479704 L4_chemical_A1 +LQ01X018780 Polygalacturonase 4.842984063 L4_chemical_A2 +LQ01X018780 Polygalacturonase 5.274290941 L4_chemical_A3 +LQ01X018780 Polygalacturonase 5.577557085 L4_chemical_B1 +LQ01X018780 Polygalacturonase 5.485250574 L4_chemical_B2 +LQ01X018780 Polygalacturonase 4.885098783 L4_chemical_B3 +LQ01X018780 Polygalacturonase 4.858320784 L4_chemical_C2 +LQ01X018780 Polygalacturonase 5.943844308 L4_chemical_C3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 8.518837283 C6_control_A1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 7.868775524 C6_control_A3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 8.921513714 C6_control_B1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 10.24060832 C6_control_B2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 9.295493029 C6_control_B3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 10.5322051 C6_control_C1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 11.20444044 C6_control_C2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 10.97766152 C6_control_C3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 8.297607354 C6_chemical_A1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 7.838499915 C6_chemical_A3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 8.429573631 C6_chemical_B1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 10.34463916 C6_chemical_B2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 9.263501583 C6_chemical_B3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 10.32563523 C6_chemical_C1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 11.17969372 C6_chemical_C2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 11.71119005 C6_chemical_C3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 8.18626684 L4_control_A1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 7.696294722 L4_control_A2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 7.123739901 L4_control_A3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 9.016901605 L4_control_B1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 8.455030815 L4_control_B2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 11.01295674 L4_control_B3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 10.55395254 L4_control_C2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 11.00854989 L4_control_C3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 7.707871952 L4_chemical_A1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 6.868781128 L4_chemical_A2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 6.170224061 L4_chemical_A3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 6.636087175 L4_chemical_B1 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 7.090284667 L4_chemical_B2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 9.66202977 L4_chemical_B3 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 10.44362738 L4_chemical_C2 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 10.8628319 L4_chemical_C3 +LQ01X018860 Phytochrome C 9.51907622 C6_control_A1 +LQ01X018860 Phytochrome C 9.187714369 C6_control_A3 +LQ01X018860 Phytochrome C 9.482907201 C6_control_B1 +LQ01X018860 Phytochrome C 10.40419229 C6_control_B2 +LQ01X018860 Phytochrome C 9.07900956 C6_control_B3 +LQ01X018860 Phytochrome C 11.04464289 C6_control_C1 +LQ01X018860 Phytochrome C 10.93437366 C6_control_C2 +LQ01X018860 Phytochrome C 11.63157612 C6_control_C3 +LQ01X018860 Phytochrome C 9.25096658 C6_chemical_A1 +LQ01X018860 Phytochrome C 9.857964475 C6_chemical_A3 +LQ01X018860 Phytochrome C 9.1010453 C6_chemical_B1 +LQ01X018860 Phytochrome C 10.38364872 C6_chemical_B2 +LQ01X018860 Phytochrome C 9.133433496 C6_chemical_B3 +LQ01X018860 Phytochrome C 11.03915068 C6_chemical_C1 +LQ01X018860 Phytochrome C 10.9909542 C6_chemical_C2 +LQ01X018860 Phytochrome C 11.75560035 C6_chemical_C3 +LQ01X018860 Phytochrome C 10.25828257 L4_control_A1 +LQ01X018860 Phytochrome C 9.820129665 L4_control_A2 +LQ01X018860 Phytochrome C 8.8729564 L4_control_A3 +LQ01X018860 Phytochrome C 9.652690475 L4_control_B1 +LQ01X018860 Phytochrome C 9.161615427 L4_control_B2 +LQ01X018860 Phytochrome C 10.92730692 L4_control_B3 +LQ01X018860 Phytochrome C 9.91313352 L4_control_C2 +LQ01X018860 Phytochrome C 9.298941511 L4_control_C3 +LQ01X018860 Phytochrome C 10.73456776 L4_chemical_A1 +LQ01X018860 Phytochrome C 9.955569399 L4_chemical_A2 +LQ01X018860 Phytochrome C 10.12460755 L4_chemical_A3 +LQ01X018860 Phytochrome C 9.217853508 L4_chemical_B1 +LQ01X018860 Phytochrome C 9.672618414 L4_chemical_B2 +LQ01X018860 Phytochrome C 10.94054913 L4_chemical_B3 +LQ01X018860 Phytochrome C 9.998100919 L4_chemical_C2 +LQ01X018860 Phytochrome C 10.00144744 L4_chemical_C3 +LQ01X018880 Predicted protein 7.356875604 C6_control_A1 +LQ01X018880 Predicted protein 7.460620816 C6_control_A3 +LQ01X018880 Predicted protein 7.200595672 C6_control_B1 +LQ01X018880 Predicted protein 6.403936988 C6_control_B2 +LQ01X018880 Predicted protein 7.07317859 C6_control_B3 +LQ01X018880 Predicted protein 7.159942113 C6_control_C1 +LQ01X018880 Predicted protein 6.828860824 C6_control_C2 +LQ01X018880 Predicted protein 6.986277926 C6_control_C3 +LQ01X018880 Predicted protein 7.579638601 C6_chemical_A1 +LQ01X018880 Predicted protein 6.74957188 C6_chemical_A3 +LQ01X018880 Predicted protein 7.138319894 C6_chemical_B1 +LQ01X018880 Predicted protein 6.398680904 C6_chemical_B2 +LQ01X018880 Predicted protein 7.668572106 C6_chemical_B3 +LQ01X018880 Predicted protein 7.408387537 C6_chemical_C1 +LQ01X018880 Predicted protein 6.1382587 C6_chemical_C2 +LQ01X018880 Predicted protein 7.057889897 C6_chemical_C3 +LQ01X018880 Predicted protein 7.656116777 L4_control_A1 +LQ01X018880 Predicted protein 8.036173611 L4_control_A2 +LQ01X018880 Predicted protein 7.839373772 L4_control_A3 +LQ01X018880 Predicted protein 9.71531902 L4_control_B1 +LQ01X018880 Predicted protein 7.764080626 L4_control_B2 +LQ01X018880 Predicted protein 6.765512203 L4_control_B3 +LQ01X018880 Predicted protein 8.282024379 L4_control_C2 +LQ01X018880 Predicted protein 8.083039886 L4_control_C3 +LQ01X018880 Predicted protein 7.693382848 L4_chemical_A1 +LQ01X018880 Predicted protein 8.194714037 L4_chemical_A2 +LQ01X018880 Predicted protein 8.864557287 L4_chemical_A3 +LQ01X018880 Predicted protein 7.627501293 L4_chemical_B1 +LQ01X018880 Predicted protein 7.630520921 L4_chemical_B2 +LQ01X018880 Predicted protein 6.860282489 L4_chemical_B3 +LQ01X018880 Predicted protein 8.942234097 L4_chemical_C2 +LQ01X018880 Predicted protein 8.026524156 L4_chemical_C3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 12.5236399 C6_control_A1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 11.45802174 C6_control_A3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 13.7319196 C6_control_B1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 13.99676361 C6_control_B2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 14.48039034 C6_control_B3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 10.82278086 C6_control_C1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 12.34361041 C6_control_C2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 10.955998 C6_control_C3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 11.95319715 C6_chemical_A1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 11.21995732 C6_chemical_A3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 13.61343524 C6_chemical_B1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 13.71617228 C6_chemical_B2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 13.91247458 C6_chemical_B3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 10.92103883 C6_chemical_C1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 10.52024349 C6_chemical_C2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 9.830654405 C6_chemical_C3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 11.27586137 L4_control_A1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 12.88546067 L4_control_A2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 11.39143716 L4_control_A3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 14.74255612 L4_control_B1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 15.12137624 L4_control_B2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 14.93630716 L4_control_B3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 12.19247754 L4_control_C2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 12.43487404 L4_control_C3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 9.882371791 L4_chemical_A1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 12.09641551 L4_chemical_A2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 11.06883096 L4_chemical_A3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 13.88145115 L4_chemical_B1 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 14.68048345 L4_chemical_B2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 13.72599794 L4_chemical_B3 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 12.21632501 L4_chemical_C2 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 12.42638721 L4_chemical_C3 +LQ01X019030 Nitrile-specifier protein 5 13.97774297 C6_control_A1 +LQ01X019030 Nitrile-specifier protein 5 13.86187963 C6_control_A3 +LQ01X019030 Nitrile-specifier protein 5 13.72035558 C6_control_B1 +LQ01X019030 Nitrile-specifier protein 5 12.85898987 C6_control_B2 +LQ01X019030 Nitrile-specifier protein 5 13.22523442 C6_control_B3 +LQ01X019030 Nitrile-specifier protein 5 13.51764955 C6_control_C1 +LQ01X019030 Nitrile-specifier protein 5 13.20040557 C6_control_C2 +LQ01X019030 Nitrile-specifier protein 5 13.15175659 C6_control_C3 +LQ01X019030 Nitrile-specifier protein 5 14.20649842 C6_chemical_A1 +LQ01X019030 Nitrile-specifier protein 5 13.95337635 C6_chemical_A3 +LQ01X019030 Nitrile-specifier protein 5 13.67888384 C6_chemical_B1 +LQ01X019030 Nitrile-specifier protein 5 12.80154703 C6_chemical_B2 +LQ01X019030 Nitrile-specifier protein 5 13.30981769 C6_chemical_B3 +LQ01X019030 Nitrile-specifier protein 5 13.46996059 C6_chemical_C1 +LQ01X019030 Nitrile-specifier protein 5 13.25248258 C6_chemical_C2 +LQ01X019030 Nitrile-specifier protein 5 13.19521381 C6_chemical_C3 +LQ01X019030 Nitrile-specifier protein 5 13.13716172 L4_control_A1 +LQ01X019030 Nitrile-specifier protein 5 13.80329715 L4_control_A2 +LQ01X019030 Nitrile-specifier protein 5 13.13322669 L4_control_A3 +LQ01X019030 Nitrile-specifier protein 5 13.40865531 L4_control_B1 +LQ01X019030 Nitrile-specifier protein 5 14.07950418 L4_control_B2 +LQ01X019030 Nitrile-specifier protein 5 13.19690724 L4_control_B3 +LQ01X019030 Nitrile-specifier protein 5 14.10513483 L4_control_C2 +LQ01X019030 Nitrile-specifier protein 5 13.91866918 L4_control_C3 +LQ01X019030 Nitrile-specifier protein 5 12.33895519 L4_chemical_A1 +LQ01X019030 Nitrile-specifier protein 5 13.77119022 L4_chemical_A2 +LQ01X019030 Nitrile-specifier protein 5 12.66647816 L4_chemical_A3 +LQ01X019030 Nitrile-specifier protein 5 13.5195541 L4_chemical_B1 +LQ01X019030 Nitrile-specifier protein 5 13.93838508 L4_chemical_B2 +LQ01X019030 Nitrile-specifier protein 5 12.92354648 L4_chemical_B3 +LQ01X019030 Nitrile-specifier protein 5 14.22438389 L4_chemical_C2 +LQ01X019030 Nitrile-specifier protein 5 13.98392881 L4_chemical_C3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 6.069497728 C6_control_A1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 6.045655927 C6_control_A3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.335029488 C6_control_B1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.357545321 C6_control_B2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.444808104 C6_control_B3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.464242479 C6_control_C1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.601098095 C6_control_C2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.36622276 C6_control_C3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.612349632 C6_chemical_A1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.457831862 C6_chemical_A3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.296561645 C6_chemical_B1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.443665496 C6_chemical_B2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.084973922 C6_chemical_B3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.341906551 C6_chemical_C1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.479109839 C6_chemical_C2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.535989064 C6_chemical_C3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.396791521 L4_control_A1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.306308408 L4_control_A2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.897314527 L4_control_A3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 6.000014633 L4_control_B1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.953496944 L4_control_B2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.708792895 L4_control_B3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.089669446 L4_control_C2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.202178647 L4_control_C3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.66452995 L4_chemical_A1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.763194764 L4_chemical_A2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.97545226 L4_chemical_A3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.872573306 L4_chemical_B1 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.261921731 L4_chemical_B2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.428134145 L4_chemical_B3 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.348015014 L4_chemical_C2 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.4883584 L4_chemical_C3 +LQ01X019140 Predicted protein 11.36733647 C6_control_A1 +LQ01X019140 Predicted protein 11.30234677 C6_control_A3 +LQ01X019140 Predicted protein 11.13078479 C6_control_B1 +LQ01X019140 Predicted protein 11.93114403 C6_control_B2 +LQ01X019140 Predicted protein 11.36332716 C6_control_B3 +LQ01X019140 Predicted protein 12.02914038 C6_control_C1 +LQ01X019140 Predicted protein 11.9417468 C6_control_C2 +LQ01X019140 Predicted protein 12.31269417 C6_control_C3 +LQ01X019140 Predicted protein 11.12780179 C6_chemical_A1 +LQ01X019140 Predicted protein 11.09788758 C6_chemical_A3 +LQ01X019140 Predicted protein 10.96673862 C6_chemical_B1 +LQ01X019140 Predicted protein 12.09414041 C6_chemical_B2 +LQ01X019140 Predicted protein 11.26203987 C6_chemical_B3 +LQ01X019140 Predicted protein 11.99380906 C6_chemical_C1 +LQ01X019140 Predicted protein 12.10638384 C6_chemical_C2 +LQ01X019140 Predicted protein 12.27070895 C6_chemical_C3 +LQ01X019140 Predicted protein 11.2830087 L4_control_A1 +LQ01X019140 Predicted protein 10.9420284 L4_control_A2 +LQ01X019140 Predicted protein 11.35649966 L4_control_A3 +LQ01X019140 Predicted protein 11.26428427 L4_control_B1 +LQ01X019140 Predicted protein 10.06490112 L4_control_B2 +LQ01X019140 Predicted protein 11.74550123 L4_control_B3 +LQ01X019140 Predicted protein 11.27161933 L4_control_C2 +LQ01X019140 Predicted protein 11.35975499 L4_control_C3 +LQ01X019140 Predicted protein 11.84714913 L4_chemical_A1 +LQ01X019140 Predicted protein 11.42843177 L4_chemical_A2 +LQ01X019140 Predicted protein 11.44225861 L4_chemical_A3 +LQ01X019140 Predicted protein 11.22765588 L4_chemical_B1 +LQ01X019140 Predicted protein 10.98727606 L4_chemical_B2 +LQ01X019140 Predicted protein 11.77629267 L4_chemical_B3 +LQ01X019140 Predicted protein 11.24312447 L4_chemical_C2 +LQ01X019140 Predicted protein 11.34848421 L4_chemical_C3 +LQ01X019220 Putative uncharacterized protein 8.619995204 C6_control_A1 +LQ01X019220 Putative uncharacterized protein 7.674904977 C6_control_A3 +LQ01X019220 Putative uncharacterized protein 8.211726639 C6_control_B1 +LQ01X019220 Putative uncharacterized protein 8.212467057 C6_control_B2 +LQ01X019220 Putative uncharacterized protein 8.023428631 C6_control_B3 +LQ01X019220 Putative uncharacterized protein 8.372070622 C6_control_C1 +LQ01X019220 Putative uncharacterized protein 8.755063862 C6_control_C2 +LQ01X019220 Putative uncharacterized protein 8.535674599 C6_control_C3 +LQ01X019220 Putative uncharacterized protein 8.776847695 C6_chemical_A1 +LQ01X019220 Putative uncharacterized protein 8.165780726 C6_chemical_A3 +LQ01X019220 Putative uncharacterized protein 8.219558566 C6_chemical_B1 +LQ01X019220 Putative uncharacterized protein 8.312934243 C6_chemical_B2 +LQ01X019220 Putative uncharacterized protein 8.138245839 C6_chemical_B3 +LQ01X019220 Putative uncharacterized protein 8.407744354 C6_chemical_C1 +LQ01X019220 Putative uncharacterized protein 8.723094126 C6_chemical_C2 +LQ01X019220 Putative uncharacterized protein 8.831141351 C6_chemical_C3 +LQ01X019220 Putative uncharacterized protein 8.374742872 L4_control_A1 +LQ01X019220 Putative uncharacterized protein 8.579325345 L4_control_A2 +LQ01X019220 Putative uncharacterized protein 8.708326418 L4_control_A3 +LQ01X019220 Putative uncharacterized protein 7.351296736 L4_control_B1 +LQ01X019220 Putative uncharacterized protein 8.593368727 L4_control_B2 +LQ01X019220 Putative uncharacterized protein 8.570614195 L4_control_B3 +LQ01X019220 Putative uncharacterized protein 9.068771956 L4_control_C2 +LQ01X019220 Putative uncharacterized protein 9.101141697 L4_control_C3 +LQ01X019220 Putative uncharacterized protein 8.186132438 L4_chemical_A1 +LQ01X019220 Putative uncharacterized protein 8.589736017 L4_chemical_A2 +LQ01X019220 Putative uncharacterized protein 8.357083666 L4_chemical_A3 +LQ01X019220 Putative uncharacterized protein 8.156620565 L4_chemical_B1 +LQ01X019220 Putative uncharacterized protein 8.518514372 L4_chemical_B2 +LQ01X019220 Putative uncharacterized protein 8.245597251 L4_chemical_B3 +LQ01X019220 Putative uncharacterized protein 9.15254442 L4_chemical_C2 +LQ01X019220 Putative uncharacterized protein 9.473188884 L4_chemical_C3 +LQ01X019240 Predicted protein 5.966650414 C6_control_A1 +LQ01X019240 Predicted protein 6.626889519 C6_control_A3 +LQ01X019240 Predicted protein 5.716038302 C6_control_B1 +LQ01X019240 Predicted protein 5.81450119 C6_control_B2 +LQ01X019240 Predicted protein 5.800240357 C6_control_B3 +LQ01X019240 Predicted protein 5.909533617 C6_control_C1 +LQ01X019240 Predicted protein 8.202676977 C6_control_C2 +LQ01X019240 Predicted protein 5.833039807 C6_control_C3 +LQ01X019240 Predicted protein 5.953581304 C6_chemical_A1 +LQ01X019240 Predicted protein 6.168824032 C6_chemical_A3 +LQ01X019240 Predicted protein 5.509672811 C6_chemical_B1 +LQ01X019240 Predicted protein 5.953085624 C6_chemical_B2 +LQ01X019240 Predicted protein 5.67961501 C6_chemical_B3 +LQ01X019240 Predicted protein 6.515224727 C6_chemical_C1 +LQ01X019240 Predicted protein 6.407437257 C6_chemical_C2 +LQ01X019240 Predicted protein 5.706728105 C6_chemical_C3 +LQ01X019240 Predicted protein 5.645841645 L4_control_A1 +LQ01X019240 Predicted protein 5.936284238 L4_control_A2 +LQ01X019240 Predicted protein 5.442991941 L4_control_A3 +LQ01X019240 Predicted protein 5.569344148 L4_control_B1 +LQ01X019240 Predicted protein 5.283152211 L4_control_B2 +LQ01X019240 Predicted protein 5.424281663 L4_control_B3 +LQ01X019240 Predicted protein 6.213631954 L4_control_C2 +LQ01X019240 Predicted protein 6.4472528 L4_control_C3 +LQ01X019240 Predicted protein 5.727405684 L4_chemical_A1 +LQ01X019240 Predicted protein 5.723942042 L4_chemical_A2 +LQ01X019240 Predicted protein 5.701526088 L4_chemical_A3 +LQ01X019240 Predicted protein 6.006586113 L4_chemical_B1 +LQ01X019240 Predicted protein 5.59463999 L4_chemical_B2 +LQ01X019240 Predicted protein 5.692737527 L4_chemical_B3 +LQ01X019240 Predicted protein 5.687259149 L4_chemical_C2 +LQ01X019240 Predicted protein 6.804553784 L4_chemical_C3 +LQ01X019250 Putative uncharacterized protein 14.14351648 C6_control_A1 +LQ01X019250 Putative uncharacterized protein 13.99722474 C6_control_A3 +LQ01X019250 Putative uncharacterized protein 14.10767845 C6_control_B1 +LQ01X019250 Putative uncharacterized protein 14.22393468 C6_control_B2 +LQ01X019250 Putative uncharacterized protein 13.98853113 C6_control_B3 +LQ01X019250 Putative uncharacterized protein 11.89161149 C6_control_C1 +LQ01X019250 Putative uncharacterized protein 12.57664828 C6_control_C2 +LQ01X019250 Putative uncharacterized protein 11.89713571 C6_control_C3 +LQ01X019250 Putative uncharacterized protein 14.12601596 C6_chemical_A1 +LQ01X019250 Putative uncharacterized protein 14.15358857 C6_chemical_A3 +LQ01X019250 Putative uncharacterized protein 14.03490601 C6_chemical_B1 +LQ01X019250 Putative uncharacterized protein 14.14177549 C6_chemical_B2 +LQ01X019250 Putative uncharacterized protein 13.76299832 C6_chemical_B3 +LQ01X019250 Putative uncharacterized protein 12.05811119 C6_chemical_C1 +LQ01X019250 Putative uncharacterized protein 11.7549105 C6_chemical_C2 +LQ01X019250 Putative uncharacterized protein 11.40673837 C6_chemical_C3 +LQ01X019250 Putative uncharacterized protein 14.38696091 L4_control_A1 +LQ01X019250 Putative uncharacterized protein 14.58910726 L4_control_A2 +LQ01X019250 Putative uncharacterized protein 14.41407771 L4_control_A3 +LQ01X019250 Putative uncharacterized protein 14.00861303 L4_control_B1 +LQ01X019250 Putative uncharacterized protein 14.23910304 L4_control_B2 +LQ01X019250 Putative uncharacterized protein 13.41746065 L4_control_B3 +LQ01X019250 Putative uncharacterized protein 11.63103894 L4_control_C2 +LQ01X019250 Putative uncharacterized protein 11.98621091 L4_control_C3 +LQ01X019250 Putative uncharacterized protein 14.08369837 L4_chemical_A1 +LQ01X019250 Putative uncharacterized protein 14.26818456 L4_chemical_A2 +LQ01X019250 Putative uncharacterized protein 14.50561063 L4_chemical_A3 +LQ01X019250 Putative uncharacterized protein 14.03767596 L4_chemical_B1 +LQ01X019250 Putative uncharacterized protein 13.97477861 L4_chemical_B2 +LQ01X019250 Putative uncharacterized protein 14.13710583 L4_chemical_B3 +LQ01X019250 Putative uncharacterized protein 11.82899702 L4_chemical_C2 +LQ01X019250 Putative uncharacterized protein 12.14496441 L4_chemical_C3 +LQ01X019260 Predicted protein (Fragment) 11.5678045 C6_control_A1 +LQ01X019260 Predicted protein (Fragment) 11.5509542 C6_control_A3 +LQ01X019260 Predicted protein (Fragment) 10.98094424 C6_control_B1 +LQ01X019260 Predicted protein (Fragment) 11.54883734 C6_control_B2 +LQ01X019260 Predicted protein (Fragment) 10.94151737 C6_control_B3 +LQ01X019260 Predicted protein (Fragment) 12.60933442 C6_control_C1 +LQ01X019260 Predicted protein (Fragment) 12.70880298 C6_control_C2 +LQ01X019260 Predicted protein (Fragment) 12.78415817 C6_control_C3 +LQ01X019260 Predicted protein (Fragment) 11.74160614 C6_chemical_A1 +LQ01X019260 Predicted protein (Fragment) 11.34448277 C6_chemical_A3 +LQ01X019260 Predicted protein (Fragment) 11.0164682 C6_chemical_B1 +LQ01X019260 Predicted protein (Fragment) 11.46242848 C6_chemical_B2 +LQ01X019260 Predicted protein (Fragment) 10.63917978 C6_chemical_B3 +LQ01X019260 Predicted protein (Fragment) 12.6635496 C6_chemical_C1 +LQ01X019260 Predicted protein (Fragment) 12.66085484 C6_chemical_C2 +LQ01X019260 Predicted protein (Fragment) 12.51025452 C6_chemical_C3 +LQ01X019260 Predicted protein (Fragment) 11.84068649 L4_control_A1 +LQ01X019260 Predicted protein (Fragment) 11.91149863 L4_control_A2 +LQ01X019260 Predicted protein (Fragment) 12.17442137 L4_control_A3 +LQ01X019260 Predicted protein (Fragment) 10.81785194 L4_control_B1 +LQ01X019260 Predicted protein (Fragment) 10.7587061 L4_control_B2 +LQ01X019260 Predicted protein (Fragment) 11.49125929 L4_control_B3 +LQ01X019260 Predicted protein (Fragment) 12.21903278 L4_control_C2 +LQ01X019260 Predicted protein (Fragment) 12.05713176 L4_control_C3 +LQ01X019260 Predicted protein (Fragment) 11.98855107 L4_chemical_A1 +LQ01X019260 Predicted protein (Fragment) 12.25057827 L4_chemical_A2 +LQ01X019260 Predicted protein (Fragment) 12.1766836 L4_chemical_A3 +LQ01X019260 Predicted protein (Fragment) 10.9448584 L4_chemical_B1 +LQ01X019260 Predicted protein (Fragment) 11.29241954 L4_chemical_B2 +LQ01X019260 Predicted protein (Fragment) 11.22117722 L4_chemical_B3 +LQ01X019260 Predicted protein (Fragment) 12.41412904 L4_chemical_C2 +LQ01X019260 Predicted protein (Fragment) 12.53569671 L4_chemical_C3 +LQ01X019270 Putative uncharacterized protein 8.848244766 C6_control_A1 +LQ01X019270 Putative uncharacterized protein 9.191149789 C6_control_A3 +LQ01X019270 Putative uncharacterized protein 8.910364701 C6_control_B1 +LQ01X019270 Putative uncharacterized protein 8.978159012 C6_control_B2 +LQ01X019270 Putative uncharacterized protein 8.598664821 C6_control_B3 +LQ01X019270 Putative uncharacterized protein 10.46550219 C6_control_C1 +LQ01X019270 Putative uncharacterized protein 9.869552868 C6_control_C2 +LQ01X019270 Putative uncharacterized protein 10.04123924 C6_control_C3 +LQ01X019270 Putative uncharacterized protein 9.268034482 C6_chemical_A1 +LQ01X019270 Putative uncharacterized protein 11.16697256 C6_chemical_A3 +LQ01X019270 Putative uncharacterized protein 9.621245867 C6_chemical_B1 +LQ01X019270 Putative uncharacterized protein 9.074361884 C6_chemical_B2 +LQ01X019270 Putative uncharacterized protein 9.105235595 C6_chemical_B3 +LQ01X019270 Putative uncharacterized protein 10.94202186 C6_chemical_C1 +LQ01X019270 Putative uncharacterized protein 10.09893306 C6_chemical_C2 +LQ01X019270 Putative uncharacterized protein 10.56722823 C6_chemical_C3 +LQ01X019270 Putative uncharacterized protein 8.434292614 L4_control_A1 +LQ01X019270 Putative uncharacterized protein 8.055841989 L4_control_A2 +LQ01X019270 Putative uncharacterized protein 7.386588567 L4_control_A3 +LQ01X019270 Putative uncharacterized protein 8.737179476 L4_control_B1 +LQ01X019270 Putative uncharacterized protein 7.719088729 L4_control_B2 +LQ01X019270 Putative uncharacterized protein 8.538319387 L4_control_B3 +LQ01X019270 Putative uncharacterized protein 9.246895629 L4_control_C2 +LQ01X019270 Putative uncharacterized protein 8.748186183 L4_control_C3 +LQ01X019270 Putative uncharacterized protein 11.84186815 L4_chemical_A1 +LQ01X019270 Putative uncharacterized protein 12.27337008 L4_chemical_A2 +LQ01X019270 Putative uncharacterized protein 9.783512132 L4_chemical_A3 +LQ01X019270 Putative uncharacterized protein 10.75088272 L4_chemical_B1 +LQ01X019270 Putative uncharacterized protein 10.46858331 L4_chemical_B2 +LQ01X019270 Putative uncharacterized protein 8.054234916 L4_chemical_B3 +LQ01X019270 Putative uncharacterized protein 10.05636145 L4_chemical_C2 +LQ01X019270 Putative uncharacterized protein 9.384219313 L4_chemical_C3 +LQ01X019290 Putative uncharacterized protein 11.02910981 C6_control_A1 +LQ01X019290 Putative uncharacterized protein 11.34888208 C6_control_A3 +LQ01X019290 Putative uncharacterized protein 9.637231497 C6_control_B1 +LQ01X019290 Putative uncharacterized protein 10.83778126 C6_control_B2 +LQ01X019290 Putative uncharacterized protein 10.60626353 C6_control_B3 +LQ01X019290 Putative uncharacterized protein 11.8571003 C6_control_C1 +LQ01X019290 Putative uncharacterized protein 12.03439935 C6_control_C2 +LQ01X019290 Putative uncharacterized protein 12.08481238 C6_control_C3 +LQ01X019290 Putative uncharacterized protein 10.67797464 C6_chemical_A1 +LQ01X019290 Putative uncharacterized protein 11.33201989 C6_chemical_A3 +LQ01X019290 Putative uncharacterized protein 9.313159601 C6_chemical_B1 +LQ01X019290 Putative uncharacterized protein 10.60712701 C6_chemical_B2 +LQ01X019290 Putative uncharacterized protein 10.80650009 C6_chemical_B3 +LQ01X019290 Putative uncharacterized protein 11.66490481 C6_chemical_C1 +LQ01X019290 Putative uncharacterized protein 11.70541896 C6_chemical_C2 +LQ01X019290 Putative uncharacterized protein 11.81867979 C6_chemical_C3 +LQ01X019290 Putative uncharacterized protein 11.39191343 L4_control_A1 +LQ01X019290 Putative uncharacterized protein 11.49697514 L4_control_A2 +LQ01X019290 Putative uncharacterized protein 11.95948437 L4_control_A3 +LQ01X019290 Putative uncharacterized protein 9.48701038 L4_control_B1 +LQ01X019290 Putative uncharacterized protein 9.953382792 L4_control_B2 +LQ01X019290 Putative uncharacterized protein 11.05462286 L4_control_B3 +LQ01X019290 Putative uncharacterized protein 11.4371792 L4_control_C2 +LQ01X019290 Putative uncharacterized protein 11.41966719 L4_control_C3 +LQ01X019290 Putative uncharacterized protein 11.74349822 L4_chemical_A1 +LQ01X019290 Putative uncharacterized protein 11.54492356 L4_chemical_A2 +LQ01X019290 Putative uncharacterized protein 11.76776141 L4_chemical_A3 +LQ01X019290 Putative uncharacterized protein 9.666836879 L4_chemical_B1 +LQ01X019290 Putative uncharacterized protein 10.03932496 L4_chemical_B2 +LQ01X019290 Putative uncharacterized protein 10.75255789 L4_chemical_B3 +LQ01X019290 Putative uncharacterized protein 10.91357408 L4_chemical_C2 +LQ01X019290 Putative uncharacterized protein 11.36564015 L4_chemical_C3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.160153122 C6_control_A1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.958706538 C6_control_A3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.60906601 C6_control_B1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.933783154 C6_control_B2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.126623243 C6_control_B3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.758552608 C6_control_C1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.960309588 C6_control_C2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.296250084 C6_control_C3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.117354727 C6_chemical_A1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.213936048 C6_chemical_A3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.129458066 C6_chemical_B1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.823625385 C6_chemical_B2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.054826583 C6_chemical_B3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.295504973 C6_chemical_C1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.080764894 C6_chemical_C2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.161976375 C6_chemical_C3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.752541075 L4_control_A1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.315066509 L4_control_A2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.046256452 L4_control_A3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.300368234 L4_control_B1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.218829633 L4_control_B2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.796145604 L4_control_B3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.645489248 L4_control_C2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.679476511 L4_control_C3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.988083511 L4_chemical_A1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.837448643 L4_chemical_A2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.409963802 L4_chemical_A3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.179682391 L4_chemical_B1 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.384206681 L4_chemical_B2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.909339909 L4_chemical_B3 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 4.888277408 L4_chemical_C2 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.642207611 L4_chemical_C3 +LQ01X019310 Putative uncharacterized protein 12.20606548 C6_control_A1 +LQ01X019310 Putative uncharacterized protein 12.56115948 C6_control_A3 +LQ01X019310 Putative uncharacterized protein 10.03703151 C6_control_B1 +LQ01X019310 Putative uncharacterized protein 8.078850445 C6_control_B2 +LQ01X019310 Putative uncharacterized protein 8.18876646 C6_control_B3 +LQ01X019310 Putative uncharacterized protein 8.516612688 C6_control_C1 +LQ01X019310 Putative uncharacterized protein 7.544842466 C6_control_C2 +LQ01X019310 Putative uncharacterized protein 8.108731491 C6_control_C3 +LQ01X019310 Putative uncharacterized protein 11.55130506 C6_chemical_A1 +LQ01X019310 Putative uncharacterized protein 12.32774423 C6_chemical_A3 +LQ01X019310 Putative uncharacterized protein 8.147907627 C6_chemical_B1 +LQ01X019310 Putative uncharacterized protein 7.219185355 C6_chemical_B2 +LQ01X019310 Putative uncharacterized protein 7.874046254 C6_chemical_B3 +LQ01X019310 Putative uncharacterized protein 8.346006349 C6_chemical_C1 +LQ01X019310 Putative uncharacterized protein 7.573181521 C6_chemical_C2 +LQ01X019310 Putative uncharacterized protein 7.326709161 C6_chemical_C3 +LQ01X019310 Putative uncharacterized protein 12.36149662 L4_control_A1 +LQ01X019310 Putative uncharacterized protein 11.66208532 L4_control_A2 +LQ01X019310 Putative uncharacterized protein 11.96003541 L4_control_A3 +LQ01X019310 Putative uncharacterized protein 6.577380361 L4_control_B1 +LQ01X019310 Putative uncharacterized protein 9.079467571 L4_control_B2 +LQ01X019310 Putative uncharacterized protein 7.526721037 L4_control_B3 +LQ01X019310 Putative uncharacterized protein 7.186762839 L4_control_C2 +LQ01X019310 Putative uncharacterized protein 7.10478508 L4_control_C3 +LQ01X019310 Putative uncharacterized protein 11.47296255 L4_chemical_A1 +LQ01X019310 Putative uncharacterized protein 11.29137705 L4_chemical_A2 +LQ01X019310 Putative uncharacterized protein 11.91058146 L4_chemical_A3 +LQ01X019310 Putative uncharacterized protein 8.397838594 L4_chemical_B1 +LQ01X019310 Putative uncharacterized protein 9.400774834 L4_chemical_B2 +LQ01X019310 Putative uncharacterized protein 9.798599722 L4_chemical_B3 +LQ01X019310 Putative uncharacterized protein 6.927046756 L4_chemical_C2 +LQ01X019310 Putative uncharacterized protein 6.195502844 L4_chemical_C3 +LQ01X019330 Putative At3g07640 5.702363979 C6_control_A1 +LQ01X019330 Putative At3g07640 6.228655525 C6_control_A3 +LQ01X019330 Putative At3g07640 5.962770448 C6_control_B1 +LQ01X019330 Putative At3g07640 5.414774491 C6_control_B2 +LQ01X019330 Putative At3g07640 5.6052021 C6_control_B3 +LQ01X019330 Putative At3g07640 5.101421199 C6_control_C1 +LQ01X019330 Putative At3g07640 5.867501696 C6_control_C2 +LQ01X019330 Putative At3g07640 5.355939417 C6_control_C3 +LQ01X019330 Putative At3g07640 5.725801975 C6_chemical_A1 +LQ01X019330 Putative At3g07640 5.846855575 C6_chemical_A3 +LQ01X019330 Putative At3g07640 5.332444074 C6_chemical_B1 +LQ01X019330 Putative At3g07640 5.419611407 C6_chemical_B2 +LQ01X019330 Putative At3g07640 5.632616913 C6_chemical_B3 +LQ01X019330 Putative At3g07640 5.462353435 C6_chemical_C1 +LQ01X019330 Putative At3g07640 5.46935725 C6_chemical_C2 +LQ01X019330 Putative At3g07640 5.246402772 C6_chemical_C3 +LQ01X019330 Putative At3g07640 5.747583101 L4_control_A1 +LQ01X019330 Putative At3g07640 5.629151825 L4_control_A2 +LQ01X019330 Putative At3g07640 6.222106113 L4_control_A3 +LQ01X019330 Putative At3g07640 5.698872419 L4_control_B1 +LQ01X019330 Putative At3g07640 5.328716655 L4_control_B2 +LQ01X019330 Putative At3g07640 5.822552641 L4_control_B3 +LQ01X019330 Putative At3g07640 5.133178235 L4_control_C2 +LQ01X019330 Putative At3g07640 5.125521229 L4_control_C3 +LQ01X019330 Putative At3g07640 5.545838838 L4_chemical_A1 +LQ01X019330 Putative At3g07640 5.465833216 L4_chemical_A2 +LQ01X019330 Putative At3g07640 5.836129833 L4_chemical_A3 +LQ01X019330 Putative At3g07640 5.493843819 L4_chemical_B1 +LQ01X019330 Putative At3g07640 5.696342836 L4_chemical_B2 +LQ01X019330 Putative At3g07640 5.629422873 L4_chemical_B3 +LQ01X019330 Putative At3g07640 5.23913554 L4_chemical_C2 +LQ01X019330 Putative At3g07640 5.662932432 L4_chemical_C3 +LQ01X019370 Hypothetical protein 4.950616088 C6_control_A1 +LQ01X019370 Hypothetical protein 5.11441496 C6_control_A3 +LQ01X019370 Hypothetical protein 5.269576593 C6_control_B1 +LQ01X019370 Hypothetical protein 5.332860234 C6_control_B2 +LQ01X019370 Hypothetical protein 4.97458356 C6_control_B3 +LQ01X019370 Hypothetical protein 6.341661462 C6_control_C1 +LQ01X019370 Hypothetical protein 5.360818533 C6_control_C2 +LQ01X019370 Hypothetical protein 5.333505458 C6_control_C3 +LQ01X019370 Hypothetical protein 5.289106888 C6_chemical_A1 +LQ01X019370 Hypothetical protein 5.2850502 C6_chemical_A3 +LQ01X019370 Hypothetical protein 5.374017213 C6_chemical_B1 +LQ01X019370 Hypothetical protein 5.167157712 C6_chemical_B2 +LQ01X019370 Hypothetical protein 5.463599371 C6_chemical_B3 +LQ01X019370 Hypothetical protein 6.024637965 C6_chemical_C1 +LQ01X019370 Hypothetical protein 6.036935641 C6_chemical_C2 +LQ01X019370 Hypothetical protein 6.069623232 C6_chemical_C3 +LQ01X019370 Hypothetical protein 4.78820706 L4_control_A1 +LQ01X019370 Hypothetical protein 5.129792622 L4_control_A2 +LQ01X019370 Hypothetical protein 5.214504113 L4_control_A3 +LQ01X019370 Hypothetical protein 4.946896205 L4_control_B1 +LQ01X019370 Hypothetical protein 5.162963091 L4_control_B2 +LQ01X019370 Hypothetical protein 5.07455968 L4_control_B3 +LQ01X019370 Hypothetical protein 5.463251012 L4_control_C2 +LQ01X019370 Hypothetical protein 5.206847529 L4_control_C3 +LQ01X019370 Hypothetical protein 5.239423398 L4_chemical_A1 +LQ01X019370 Hypothetical protein 5.429935839 L4_chemical_A2 +LQ01X019370 Hypothetical protein 5.072492936 L4_chemical_A3 +LQ01X019370 Hypothetical protein 5.19182606 L4_chemical_B1 +LQ01X019370 Hypothetical protein 5.140200395 L4_chemical_B2 +LQ01X019370 Hypothetical protein 5.244679381 L4_chemical_B3 +LQ01X019370 Hypothetical protein 5.310354097 L4_chemical_C2 +LQ01X019370 Hypothetical protein 5.636965197 L4_chemical_C3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.53423177 C6_control_A1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.09160398 C6_control_A3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.8405603 C6_control_B1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.90762045 C6_control_B2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.85462829 C6_control_B3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 14.03545571 C6_control_C1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 14.03790607 C6_control_C2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 14.22588012 C6_control_C3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.63169375 C6_chemical_A1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.33481209 C6_chemical_A3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 14.06402926 C6_chemical_B1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.63160444 C6_chemical_B2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.77141535 C6_chemical_B3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.8671341 C6_chemical_C1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.99083747 C6_chemical_C2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 14.03806496 C6_chemical_C3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.11356837 L4_control_A1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.15859146 L4_control_A2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 12.92643559 L4_control_A3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.80393676 L4_control_B1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.83110444 L4_control_B2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.2190379 L4_control_B3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.29234683 L4_control_C2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.56214701 L4_control_C3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.6165834 L4_chemical_A1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.59440651 L4_chemical_A2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.12512948 L4_chemical_A3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.77577148 L4_chemical_B1 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.58236908 L4_chemical_B2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.09215893 L4_chemical_B3 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.04206707 L4_chemical_C2 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.42311111 L4_chemical_C3 +LQ01X019470 Putative uncharacterized protein 7.010949453 C6_control_A1 +LQ01X019470 Putative uncharacterized protein 8.151737309 C6_control_A3 +LQ01X019470 Putative uncharacterized protein 5.944907329 C6_control_B1 +LQ01X019470 Putative uncharacterized protein 5.663898134 C6_control_B2 +LQ01X019470 Putative uncharacterized protein 5.596030138 C6_control_B3 +LQ01X019470 Putative uncharacterized protein 5.225934583 C6_control_C1 +LQ01X019470 Putative uncharacterized protein 6.94646489 C6_control_C2 +LQ01X019470 Putative uncharacterized protein 5.402741692 C6_control_C3 +LQ01X019470 Putative uncharacterized protein 5.875499127 C6_chemical_A1 +LQ01X019470 Putative uncharacterized protein 6.186592179 C6_chemical_A3 +LQ01X019470 Putative uncharacterized protein 6.444359961 C6_chemical_B1 +LQ01X019470 Putative uncharacterized protein 6.025040804 C6_chemical_B2 +LQ01X019470 Putative uncharacterized protein 6.013271889 C6_chemical_B3 +LQ01X019470 Putative uncharacterized protein 5.630022295 C6_chemical_C1 +LQ01X019470 Putative uncharacterized protein 6.019073696 C6_chemical_C2 +LQ01X019470 Putative uncharacterized protein 5.738930997 C6_chemical_C3 +LQ01X019470 Putative uncharacterized protein 6.268108225 L4_control_A1 +LQ01X019470 Putative uncharacterized protein 6.261567781 L4_control_A2 +LQ01X019470 Putative uncharacterized protein 6.681266711 L4_control_A3 +LQ01X019470 Putative uncharacterized protein 6.544156251 L4_control_B1 +LQ01X019470 Putative uncharacterized protein 6.081241 L4_control_B2 +LQ01X019470 Putative uncharacterized protein 6.178300399 L4_control_B3 +LQ01X019470 Putative uncharacterized protein 6.369738056 L4_control_C2 +LQ01X019470 Putative uncharacterized protein 5.547813382 L4_control_C3 +LQ01X019470 Putative uncharacterized protein 6.466937899 L4_chemical_A1 +LQ01X019470 Putative uncharacterized protein 6.513794075 L4_chemical_A2 +LQ01X019470 Putative uncharacterized protein 6.83482187 L4_chemical_A3 +LQ01X019470 Putative uncharacterized protein 6.737351702 L4_chemical_B1 +LQ01X019470 Putative uncharacterized protein 5.593402016 L4_chemical_B2 +LQ01X019470 Putative uncharacterized protein 6.245524557 L4_chemical_B3 +LQ01X019470 Putative uncharacterized protein 5.707115733 L4_chemical_C2 +LQ01X019470 Putative uncharacterized protein 5.308977742 L4_chemical_C3 +LQ01X019480 Hypothetical protein 4.704659056 C6_control_A1 +LQ01X019480 Hypothetical protein 5.216775768 C6_control_A3 +LQ01X019480 Hypothetical protein 5.19913383 C6_control_B1 +LQ01X019480 Hypothetical protein 4.615826892 C6_control_B2 +LQ01X019480 Hypothetical protein 4.507561238 C6_control_B3 +LQ01X019480 Hypothetical protein 4.732065102 C6_control_C1 +LQ01X019480 Hypothetical protein 4.697006814 C6_control_C2 +LQ01X019480 Hypothetical protein 4.706911604 C6_control_C3 +LQ01X019480 Hypothetical protein 4.63135535 C6_chemical_A1 +LQ01X019480 Hypothetical protein 4.677257229 C6_chemical_A3 +LQ01X019480 Hypothetical protein 4.971365353 C6_chemical_B1 +LQ01X019480 Hypothetical protein 4.664033096 C6_chemical_B2 +LQ01X019480 Hypothetical protein 4.890989062 C6_chemical_B3 +LQ01X019480 Hypothetical protein 5.109587047 C6_chemical_C1 +LQ01X019480 Hypothetical protein 4.687180092 C6_chemical_C2 +LQ01X019480 Hypothetical protein 4.582123393 C6_chemical_C3 +LQ01X019480 Hypothetical protein 4.7865616 L4_control_A1 +LQ01X019480 Hypothetical protein 4.984101701 L4_control_A2 +LQ01X019480 Hypothetical protein 4.951908505 L4_control_A3 +LQ01X019480 Hypothetical protein 4.943505674 L4_control_B1 +LQ01X019480 Hypothetical protein 4.822433892 L4_control_B2 +LQ01X019480 Hypothetical protein 4.772727725 L4_control_B3 +LQ01X019480 Hypothetical protein 4.815859017 L4_control_C2 +LQ01X019480 Hypothetical protein 5.063751063 L4_control_C3 +LQ01X019480 Hypothetical protein 5.116835146 L4_chemical_A1 +LQ01X019480 Hypothetical protein 4.835675128 L4_chemical_A2 +LQ01X019480 Hypothetical protein 5.325449801 L4_chemical_A3 +LQ01X019480 Hypothetical protein 5.000684798 L4_chemical_B1 +LQ01X019480 Hypothetical protein 4.687207643 L4_chemical_B2 +LQ01X019480 Hypothetical protein 4.89143803 L4_chemical_B3 +LQ01X019480 Hypothetical protein 5.473505527 L4_chemical_C2 +LQ01X019480 Hypothetical protein 5.417909699 L4_chemical_C3 +LQ01X019500 Hypothetical protein 9.633276562 C6_control_A1 +LQ01X019500 Hypothetical protein 9.680707377 C6_control_A3 +LQ01X019500 Hypothetical protein 12.50775262 C6_control_B1 +LQ01X019500 Hypothetical protein 14.44607535 C6_control_B2 +LQ01X019500 Hypothetical protein 13.9665587 C6_control_B3 +LQ01X019500 Hypothetical protein 10.21792681 C6_control_C1 +LQ01X019500 Hypothetical protein 9.959857118 C6_control_C2 +LQ01X019500 Hypothetical protein 11.35926606 C6_control_C3 +LQ01X019500 Hypothetical protein 10.0643367 C6_chemical_A1 +LQ01X019500 Hypothetical protein 9.634901636 C6_chemical_A3 +LQ01X019500 Hypothetical protein 13.02613931 C6_chemical_B1 +LQ01X019500 Hypothetical protein 14.12220425 C6_chemical_B2 +LQ01X019500 Hypothetical protein 14.65515607 C6_chemical_B3 +LQ01X019500 Hypothetical protein 9.718492999 C6_chemical_C1 +LQ01X019500 Hypothetical protein 9.690057289 C6_chemical_C2 +LQ01X019500 Hypothetical protein 9.89395476 C6_chemical_C3 +LQ01X019500 Hypothetical protein 8.992985155 L4_control_A1 +LQ01X019500 Hypothetical protein 9.086092433 L4_control_A2 +LQ01X019500 Hypothetical protein 8.53734854 L4_control_A3 +LQ01X019500 Hypothetical protein 13.645174 L4_control_B1 +LQ01X019500 Hypothetical protein 12.61460793 L4_control_B2 +LQ01X019500 Hypothetical protein 14.40330396 L4_control_B3 +LQ01X019500 Hypothetical protein 10.92745176 L4_control_C2 +LQ01X019500 Hypothetical protein 11.46756083 L4_control_C3 +LQ01X019500 Hypothetical protein 10.21985234 L4_chemical_A1 +LQ01X019500 Hypothetical protein 9.944555441 L4_chemical_A2 +LQ01X019500 Hypothetical protein 10.31826118 L4_chemical_A3 +LQ01X019500 Hypothetical protein 13.57519096 L4_chemical_B1 +LQ01X019500 Hypothetical protein 14.35928938 L4_chemical_B2 +LQ01X019500 Hypothetical protein 13.22560854 L4_chemical_B3 +LQ01X019500 Hypothetical protein 10.72846428 L4_chemical_C2 +LQ01X019500 Hypothetical protein 11.47788703 L4_chemical_C3 +LQ01X019580 Predicted protein 5.297951388 C6_control_A1 +LQ01X019580 Predicted protein 5.678902667 C6_control_A3 +LQ01X019580 Predicted protein 5.60568602 C6_control_B1 +LQ01X019580 Predicted protein 5.331125044 C6_control_B2 +LQ01X019580 Predicted protein 5.641158564 C6_control_B3 +LQ01X019580 Predicted protein 5.465813724 C6_control_C1 +LQ01X019580 Predicted protein 6.15310658 C6_control_C2 +LQ01X019580 Predicted protein 5.437597671 C6_control_C3 +LQ01X019580 Predicted protein 5.070626009 C6_chemical_A1 +LQ01X019580 Predicted protein 5.56810973 C6_chemical_A3 +LQ01X019580 Predicted protein 5.452081376 C6_chemical_B1 +LQ01X019580 Predicted protein 5.486188603 C6_chemical_B2 +LQ01X019580 Predicted protein 5.244020458 C6_chemical_B3 +LQ01X019580 Predicted protein 5.667351821 C6_chemical_C1 +LQ01X019580 Predicted protein 5.302298272 C6_chemical_C2 +LQ01X019580 Predicted protein 5.325253812 C6_chemical_C3 +LQ01X019580 Predicted protein 5.638780664 L4_control_A1 +LQ01X019580 Predicted protein 5.060878844 L4_control_A2 +LQ01X019580 Predicted protein 5.328221873 L4_control_A3 +LQ01X019580 Predicted protein 4.992401085 L4_control_B1 +LQ01X019580 Predicted protein 5.128831379 L4_control_B2 +LQ01X019580 Predicted protein 4.999854922 L4_control_B3 +LQ01X019580 Predicted protein 5.380724573 L4_control_C2 +LQ01X019580 Predicted protein 5.58913739 L4_control_C3 +LQ01X019580 Predicted protein 4.761120383 L4_chemical_A1 +LQ01X019580 Predicted protein 5.358925422 L4_chemical_A2 +LQ01X019580 Predicted protein 5.19776656 L4_chemical_A3 +LQ01X019580 Predicted protein 5.440632962 L4_chemical_B1 +LQ01X019580 Predicted protein 5.061946719 L4_chemical_B2 +LQ01X019580 Predicted protein 5.295434768 L4_chemical_B3 +LQ01X019580 Predicted protein 6.206211659 L4_chemical_C2 +LQ01X019580 Predicted protein 5.036104006 L4_chemical_C3 +LQ01X019590 Predicted protein 5.485220187 C6_control_A1 +LQ01X019590 Predicted protein 5.977087791 C6_control_A3 +LQ01X019590 Predicted protein 5.808028303 C6_control_B1 +LQ01X019590 Predicted protein 5.360416807 C6_control_B2 +LQ01X019590 Predicted protein 5.436653902 C6_control_B3 +LQ01X019590 Predicted protein 5.59262347 C6_control_C1 +LQ01X019590 Predicted protein 5.257793385 C6_control_C2 +LQ01X019590 Predicted protein 5.126138054 C6_control_C3 +LQ01X019590 Predicted protein 5.292632953 C6_chemical_A1 +LQ01X019590 Predicted protein 5.670288376 C6_chemical_A3 +LQ01X019590 Predicted protein 5.726085889 C6_chemical_B1 +LQ01X019590 Predicted protein 5.282592349 C6_chemical_B2 +LQ01X019590 Predicted protein 5.444918379 C6_chemical_B3 +LQ01X019590 Predicted protein 5.368246301 C6_chemical_C1 +LQ01X019590 Predicted protein 5.417903482 C6_chemical_C2 +LQ01X019590 Predicted protein 5.407130192 C6_chemical_C3 +LQ01X019590 Predicted protein 5.891192451 L4_control_A1 +LQ01X019590 Predicted protein 5.286480234 L4_control_A2 +LQ01X019590 Predicted protein 5.152253923 L4_control_A3 +LQ01X019590 Predicted protein 5.982122921 L4_control_B1 +LQ01X019590 Predicted protein 5.041159236 L4_control_B2 +LQ01X019590 Predicted protein 5.636088903 L4_control_B3 +LQ01X019590 Predicted protein 5.367442261 L4_control_C2 +LQ01X019590 Predicted protein 5.44478882 L4_control_C3 +LQ01X019590 Predicted protein 5.414396991 L4_chemical_A1 +LQ01X019590 Predicted protein 5.50345618 L4_chemical_A2 +LQ01X019590 Predicted protein 5.063423742 L4_chemical_A3 +LQ01X019590 Predicted protein 5.818944299 L4_chemical_B1 +LQ01X019590 Predicted protein 5.305613072 L4_chemical_B2 +LQ01X019590 Predicted protein 5.5239258 L4_chemical_B3 +LQ01X019590 Predicted protein 5.812065515 L4_chemical_C2 +LQ01X019590 Predicted protein 5.31060719 L4_chemical_C3 +LQ01X019610 Putative oxidoreductase GLYR1 5.509030413 C6_control_A1 +LQ01X019610 Putative oxidoreductase GLYR1 5.421878117 C6_control_A3 +LQ01X019610 Putative oxidoreductase GLYR1 5.705268603 C6_control_B1 +LQ01X019610 Putative oxidoreductase GLYR1 5.901441662 C6_control_B2 +LQ01X019610 Putative oxidoreductase GLYR1 5.701053091 C6_control_B3 +LQ01X019610 Putative oxidoreductase GLYR1 5.524938699 C6_control_C1 +LQ01X019610 Putative oxidoreductase GLYR1 5.628003073 C6_control_C2 +LQ01X019610 Putative oxidoreductase GLYR1 5.310258636 C6_control_C3 +LQ01X019610 Putative oxidoreductase GLYR1 5.196630239 C6_chemical_A1 +LQ01X019610 Putative oxidoreductase GLYR1 5.551165742 C6_chemical_A3 +LQ01X019610 Putative oxidoreductase GLYR1 5.395350675 C6_chemical_B1 +LQ01X019610 Putative oxidoreductase GLYR1 5.76237619 C6_chemical_B2 +LQ01X019610 Putative oxidoreductase GLYR1 5.847966881 C6_chemical_B3 +LQ01X019610 Putative oxidoreductase GLYR1 5.634551648 C6_chemical_C1 +LQ01X019610 Putative oxidoreductase GLYR1 5.836102919 C6_chemical_C2 +LQ01X019610 Putative oxidoreductase GLYR1 5.507801672 C6_chemical_C3 +LQ01X019610 Putative oxidoreductase GLYR1 5.723170672 L4_control_A1 +LQ01X019610 Putative oxidoreductase GLYR1 5.600518306 L4_control_A2 +LQ01X019610 Putative oxidoreductase GLYR1 5.564604675 L4_control_A3 +LQ01X019610 Putative oxidoreductase GLYR1 5.446952869 L4_control_B1 +LQ01X019610 Putative oxidoreductase GLYR1 5.56022694 L4_control_B2 +LQ01X019610 Putative oxidoreductase GLYR1 5.424231353 L4_control_B3 +LQ01X019610 Putative oxidoreductase GLYR1 5.801575136 L4_control_C2 +LQ01X019610 Putative oxidoreductase GLYR1 5.4970345 L4_control_C3 +LQ01X019610 Putative oxidoreductase GLYR1 5.465018006 L4_chemical_A1 +LQ01X019610 Putative oxidoreductase GLYR1 5.311203749 L4_chemical_A2 +LQ01X019610 Putative oxidoreductase GLYR1 5.768165972 L4_chemical_A3 +LQ01X019610 Putative oxidoreductase GLYR1 5.651570348 L4_chemical_B1 +LQ01X019610 Putative oxidoreductase GLYR1 5.34011198 L4_chemical_B2 +LQ01X019610 Putative oxidoreductase GLYR1 5.308071034 L4_chemical_B3 +LQ01X019610 Putative oxidoreductase GLYR1 5.726492957 L4_chemical_C2 +LQ01X019610 Putative oxidoreductase GLYR1 5.425149861 L4_chemical_C3 +LQ01X019630 Putative uncharacterized protein 11.17617488 C6_control_A1 +LQ01X019630 Putative uncharacterized protein 10.26742996 C6_control_A3 +LQ01X019630 Putative uncharacterized protein 11.69777655 C6_control_B1 +LQ01X019630 Putative uncharacterized protein 11.48852949 C6_control_B2 +LQ01X019630 Putative uncharacterized protein 11.2072178 C6_control_B3 +LQ01X019630 Putative uncharacterized protein 12.87751083 C6_control_C1 +LQ01X019630 Putative uncharacterized protein 12.61622516 C6_control_C2 +LQ01X019630 Putative uncharacterized protein 12.2437994 C6_control_C3 +LQ01X019630 Putative uncharacterized protein 11.13442583 C6_chemical_A1 +LQ01X019630 Putative uncharacterized protein 10.36829968 C6_chemical_A3 +LQ01X019630 Putative uncharacterized protein 11.82341672 C6_chemical_B1 +LQ01X019630 Putative uncharacterized protein 11.64644509 C6_chemical_B2 +LQ01X019630 Putative uncharacterized protein 11.15343759 C6_chemical_B3 +LQ01X019630 Putative uncharacterized protein 12.89408689 C6_chemical_C1 +LQ01X019630 Putative uncharacterized protein 12.82396355 C6_chemical_C2 +LQ01X019630 Putative uncharacterized protein 12.55284078 C6_chemical_C3 +LQ01X019630 Putative uncharacterized protein 10.76974173 L4_control_A1 +LQ01X019630 Putative uncharacterized protein 11.02522758 L4_control_A2 +LQ01X019630 Putative uncharacterized protein 10.60931601 L4_control_A3 +LQ01X019630 Putative uncharacterized protein 11.76778965 L4_control_B1 +LQ01X019630 Putative uncharacterized protein 11.56129401 L4_control_B2 +LQ01X019630 Putative uncharacterized protein 11.454366 L4_control_B3 +LQ01X019630 Putative uncharacterized protein 12.70106726 L4_control_C2 +LQ01X019630 Putative uncharacterized protein 12.50692333 L4_control_C3 +LQ01X019630 Putative uncharacterized protein 10.45131414 L4_chemical_A1 +LQ01X019630 Putative uncharacterized protein 11.1221401 L4_chemical_A2 +LQ01X019630 Putative uncharacterized protein 10.48920181 L4_chemical_A3 +LQ01X019630 Putative uncharacterized protein 11.61695337 L4_chemical_B1 +LQ01X019630 Putative uncharacterized protein 11.83801006 L4_chemical_B2 +LQ01X019630 Putative uncharacterized protein 10.9606572 L4_chemical_B3 +LQ01X019630 Putative uncharacterized protein 12.95708271 L4_chemical_C2 +LQ01X019630 Putative uncharacterized protein 12.76405059 L4_chemical_C3 +LQ01X019640 Putative uncharacterized protein 12.4832596 C6_control_A1 +LQ01X019640 Putative uncharacterized protein 12.66887467 C6_control_A3 +LQ01X019640 Putative uncharacterized protein 12.92576854 C6_control_B1 +LQ01X019640 Putative uncharacterized protein 12.35832966 C6_control_B2 +LQ01X019640 Putative uncharacterized protein 12.74366203 C6_control_B3 +LQ01X019640 Putative uncharacterized protein 12.93413435 C6_control_C1 +LQ01X019640 Putative uncharacterized protein 13.08654534 C6_control_C2 +LQ01X019640 Putative uncharacterized protein 12.93285193 C6_control_C3 +LQ01X019640 Putative uncharacterized protein 12.40629756 C6_chemical_A1 +LQ01X019640 Putative uncharacterized protein 12.57449665 C6_chemical_A3 +LQ01X019640 Putative uncharacterized protein 13.00180216 C6_chemical_B1 +LQ01X019640 Putative uncharacterized protein 12.23156496 C6_chemical_B2 +LQ01X019640 Putative uncharacterized protein 12.85827956 C6_chemical_B3 +LQ01X019640 Putative uncharacterized protein 12.93483816 C6_chemical_C1 +LQ01X019640 Putative uncharacterized protein 12.94490832 C6_chemical_C2 +LQ01X019640 Putative uncharacterized protein 13.18451594 C6_chemical_C3 +LQ01X019640 Putative uncharacterized protein 12.51609536 L4_control_A1 +LQ01X019640 Putative uncharacterized protein 12.46564843 L4_control_A2 +LQ01X019640 Putative uncharacterized protein 12.93713986 L4_control_A3 +LQ01X019640 Putative uncharacterized protein 13.02147415 L4_control_B1 +LQ01X019640 Putative uncharacterized protein 12.52108401 L4_control_B2 +LQ01X019640 Putative uncharacterized protein 12.77754861 L4_control_B3 +LQ01X019640 Putative uncharacterized protein 13.59521344 L4_control_C2 +LQ01X019640 Putative uncharacterized protein 13.74868374 L4_control_C3 +LQ01X019640 Putative uncharacterized protein 12.82064267 L4_chemical_A1 +LQ01X019640 Putative uncharacterized protein 12.85559061 L4_chemical_A2 +LQ01X019640 Putative uncharacterized protein 12.96018447 L4_chemical_A3 +LQ01X019640 Putative uncharacterized protein 13.28156123 L4_chemical_B1 +LQ01X019640 Putative uncharacterized protein 13.03995448 L4_chemical_B2 +LQ01X019640 Putative uncharacterized protein 12.5900473 L4_chemical_B3 +LQ01X019640 Putative uncharacterized protein 13.65611482 L4_chemical_C2 +LQ01X019640 Putative uncharacterized protein 13.74182294 L4_chemical_C3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.65559567 C6_control_A1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.503271261 C6_control_A3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.369053584 C6_control_B1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.646859289 C6_control_B2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.551039049 C6_control_B3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 4.975993804 C6_control_C1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.405615758 C6_control_C2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.345338925 C6_control_C3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.802635082 C6_chemical_A1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 6.054824848 C6_chemical_A3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.412408186 C6_chemical_B1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.539612504 C6_chemical_B2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.52690315 C6_chemical_B3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.281339724 C6_chemical_C1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.286422618 C6_chemical_C2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.143401214 C6_chemical_C3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.515770478 L4_control_A1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.829498444 L4_control_A2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 6.214484485 L4_control_A3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 6.974409349 L4_control_B1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 6.012544897 L4_control_B2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.761922363 L4_control_B3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.515689397 L4_control_C2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.910287206 L4_control_C3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.455932669 L4_chemical_A1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.783633136 L4_chemical_A2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.678734532 L4_chemical_A3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 6.343305745 L4_chemical_B1 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 6.354549836 L4_chemical_B2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.638544608 L4_chemical_B3 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.175276546 L4_chemical_C2 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.662193519 L4_chemical_C3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.47378125 C6_control_A1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.24966102 C6_control_A3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.55734846 C6_control_B1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.43789822 C6_control_B2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.49675975 C6_control_B3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.68869299 C6_control_C1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.23235301 C6_control_C2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.61343172 C6_control_C3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.52553986 C6_chemical_A1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.55966514 C6_chemical_A3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.67176052 C6_chemical_B1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.62516179 C6_chemical_B2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.54961762 C6_chemical_B3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.36687725 C6_chemical_C1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.53661646 C6_chemical_C2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.50553136 C6_chemical_C3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.14051025 L4_control_A1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.35390802 L4_control_A2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.06461304 L4_control_A3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.60127943 L4_control_B1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.53476434 L4_control_B2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.56401165 L4_control_B3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.63149002 L4_control_C2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.54209484 L4_control_C3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.12962828 L4_chemical_A1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.34093183 L4_chemical_A2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 14.90993796 L4_chemical_A3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.42936945 L4_chemical_B1 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.41533931 L4_chemical_B2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.42504719 L4_chemical_B3 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.69799363 L4_chemical_C2 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.67827696 L4_chemical_C3 +LQ01X019670 Putative Elongation factor Ts 11.30309581 C6_control_A1 +LQ01X019670 Putative Elongation factor Ts 11.35700082 C6_control_A3 +LQ01X019670 Putative Elongation factor Ts 10.39151709 C6_control_B1 +LQ01X019670 Putative Elongation factor Ts 10.91033112 C6_control_B2 +LQ01X019670 Putative Elongation factor Ts 10.14983578 C6_control_B3 +LQ01X019670 Putative Elongation factor Ts 11.91423679 C6_control_C1 +LQ01X019670 Putative Elongation factor Ts 11.74973122 C6_control_C2 +LQ01X019670 Putative Elongation factor Ts 11.71163245 C6_control_C3 +LQ01X019670 Putative Elongation factor Ts 11.14135294 C6_chemical_A1 +LQ01X019670 Putative Elongation factor Ts 11.29555213 C6_chemical_A3 +LQ01X019670 Putative Elongation factor Ts 9.736503513 C6_chemical_B1 +LQ01X019670 Putative Elongation factor Ts 11.00312225 C6_chemical_B2 +LQ01X019670 Putative Elongation factor Ts 9.884239578 C6_chemical_B3 +LQ01X019670 Putative Elongation factor Ts 11.89583127 C6_chemical_C1 +LQ01X019670 Putative Elongation factor Ts 11.90879106 C6_chemical_C2 +LQ01X019670 Putative Elongation factor Ts 11.25707472 C6_chemical_C3 +LQ01X019670 Putative Elongation factor Ts 12.0814005 L4_control_A1 +LQ01X019670 Putative Elongation factor Ts 11.95802265 L4_control_A2 +LQ01X019670 Putative Elongation factor Ts 12.26864869 L4_control_A3 +LQ01X019670 Putative Elongation factor Ts 10.24746257 L4_control_B1 +LQ01X019670 Putative Elongation factor Ts 10.67870578 L4_control_B2 +LQ01X019670 Putative Elongation factor Ts 10.94151026 L4_control_B3 +LQ01X019670 Putative Elongation factor Ts 12.03543153 L4_control_C2 +LQ01X019670 Putative Elongation factor Ts 11.45580935 L4_control_C3 +LQ01X019670 Putative Elongation factor Ts 11.6748447 L4_chemical_A1 +LQ01X019670 Putative Elongation factor Ts 11.55845956 L4_chemical_A2 +LQ01X019670 Putative Elongation factor Ts 11.95724547 L4_chemical_A3 +LQ01X019670 Putative Elongation factor Ts 10.47777835 L4_chemical_B1 +LQ01X019670 Putative Elongation factor Ts 10.5795169 L4_chemical_B2 +LQ01X019670 Putative Elongation factor Ts 10.48295078 L4_chemical_B3 +LQ01X019670 Putative Elongation factor Ts 11.69188653 L4_chemical_C2 +LQ01X019670 Putative Elongation factor Ts 11.53964586 L4_chemical_C3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.36696239 C6_control_A1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.6930871 C6_control_A3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.549747 C6_control_B1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.29856568 C6_control_B2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.50678359 C6_control_B3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.47930743 C6_control_C1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.28547914 C6_control_C2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.3952894 C6_control_C3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.44788817 C6_chemical_A1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.78567375 C6_chemical_A3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.49071171 C6_chemical_B1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.17058236 C6_chemical_B2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.19446482 C6_chemical_B3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.40782298 C6_chemical_C1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.17657754 C6_chemical_C2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.2638016 C6_chemical_C3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.80667444 L4_control_A1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.21696053 L4_control_A2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.6489571 L4_control_A3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.43181674 L4_control_B1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.3859314 L4_control_B2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.82601251 L4_control_B3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.41001011 L4_control_C2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.17115873 L4_control_C3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.57939311 L4_chemical_A1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 12.77368182 L4_chemical_A2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.4262465 L4_chemical_A3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.24392404 L4_chemical_B1 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.73756333 L4_chemical_B2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.62605218 L4_chemical_B3 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 13.02019932 L4_chemical_C2 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 12.73061635 L4_chemical_C3 +LQ01X019740 RNA binding protein, putative 6.16158076 C6_control_A1 +LQ01X019740 RNA binding protein, putative 5.921410357 C6_control_A3 +LQ01X019740 RNA binding protein, putative 5.711607619 C6_control_B1 +LQ01X019740 RNA binding protein, putative 6.114134482 C6_control_B2 +LQ01X019740 RNA binding protein, putative 6.243686611 C6_control_B3 +LQ01X019740 RNA binding protein, putative 6.135665274 C6_control_C1 +LQ01X019740 RNA binding protein, putative 6.040868927 C6_control_C2 +LQ01X019740 RNA binding protein, putative 5.864299125 C6_control_C3 +LQ01X019740 RNA binding protein, putative 6.123413105 C6_chemical_A1 +LQ01X019740 RNA binding protein, putative 5.627740421 C6_chemical_A3 +LQ01X019740 RNA binding protein, putative 5.967231956 C6_chemical_B1 +LQ01X019740 RNA binding protein, putative 6.160055982 C6_chemical_B2 +LQ01X019740 RNA binding protein, putative 5.807905246 C6_chemical_B3 +LQ01X019740 RNA binding protein, putative 6.061581069 C6_chemical_C1 +LQ01X019740 RNA binding protein, putative 6.143824372 C6_chemical_C2 +LQ01X019740 RNA binding protein, putative 6.022527978 C6_chemical_C3 +LQ01X019740 RNA binding protein, putative 5.507258542 L4_control_A1 +LQ01X019740 RNA binding protein, putative 5.736903346 L4_control_A2 +LQ01X019740 RNA binding protein, putative 6.150208712 L4_control_A3 +LQ01X019740 RNA binding protein, putative 6.370729412 L4_control_B1 +LQ01X019740 RNA binding protein, putative 6.695999428 L4_control_B2 +LQ01X019740 RNA binding protein, putative 5.994844333 L4_control_B3 +LQ01X019740 RNA binding protein, putative 5.960802095 L4_control_C2 +LQ01X019740 RNA binding protein, putative 5.370628803 L4_control_C3 +LQ01X019740 RNA binding protein, putative 5.793572628 L4_chemical_A1 +LQ01X019740 RNA binding protein, putative 6.159567958 L4_chemical_A2 +LQ01X019740 RNA binding protein, putative 6.133721886 L4_chemical_A3 +LQ01X019740 RNA binding protein, putative 5.935777589 L4_chemical_B1 +LQ01X019740 RNA binding protein, putative 6.259287023 L4_chemical_B2 +LQ01X019740 RNA binding protein, putative 5.696571881 L4_chemical_B3 +LQ01X019740 RNA binding protein, putative 5.690001221 L4_chemical_C2 +LQ01X019740 RNA binding protein, putative 5.621866801 L4_chemical_C3 +LQ01X019780 Putative membrane protein ycf1 13.04867807 C6_control_A1 +LQ01X019780 Putative membrane protein ycf1 13.76479058 C6_control_A3 +LQ01X019780 Putative membrane protein ycf1 12.52179614 C6_control_B1 +LQ01X019780 Putative membrane protein ycf1 12.82547918 C6_control_B2 +LQ01X019780 Putative membrane protein ycf1 12.88168151 C6_control_B3 +LQ01X019780 Putative membrane protein ycf1 13.13437371 C6_control_C1 +LQ01X019780 Putative membrane protein ycf1 13.81053494 C6_control_C2 +LQ01X019780 Putative membrane protein ycf1 12.78675046 C6_control_C3 +LQ01X019780 Putative membrane protein ycf1 13.4683013 C6_chemical_A1 +LQ01X019780 Putative membrane protein ycf1 13.58978772 C6_chemical_A3 +LQ01X019780 Putative membrane protein ycf1 13.22482836 C6_chemical_B1 +LQ01X019780 Putative membrane protein ycf1 13.59810822 C6_chemical_B2 +LQ01X019780 Putative membrane protein ycf1 13.33165152 C6_chemical_B3 +LQ01X019780 Putative membrane protein ycf1 13.88378 C6_chemical_C1 +LQ01X019780 Putative membrane protein ycf1 13.59612041 C6_chemical_C2 +LQ01X019780 Putative membrane protein ycf1 13.47754944 C6_chemical_C3 +LQ01X019780 Putative membrane protein ycf1 13.31297089 L4_control_A1 +LQ01X019780 Putative membrane protein ycf1 13.4442559 L4_control_A2 +LQ01X019780 Putative membrane protein ycf1 13.61453106 L4_control_A3 +LQ01X019780 Putative membrane protein ycf1 13.0749079 L4_control_B1 +LQ01X019780 Putative membrane protein ycf1 12.7661231 L4_control_B2 +LQ01X019780 Putative membrane protein ycf1 13.38971297 L4_control_B3 +LQ01X019780 Putative membrane protein ycf1 13.61699706 L4_control_C2 +LQ01X019780 Putative membrane protein ycf1 13.47695273 L4_control_C3 +LQ01X019780 Putative membrane protein ycf1 12.80220213 L4_chemical_A1 +LQ01X019780 Putative membrane protein ycf1 13.00769398 L4_chemical_A2 +LQ01X019780 Putative membrane protein ycf1 13.36534932 L4_chemical_A3 +LQ01X019780 Putative membrane protein ycf1 12.33318919 L4_chemical_B1 +LQ01X019780 Putative membrane protein ycf1 12.46815551 L4_chemical_B2 +LQ01X019780 Putative membrane protein ycf1 13.60035608 L4_chemical_B3 +LQ01X019780 Putative membrane protein ycf1 13.39082709 L4_chemical_C2 +LQ01X019780 Putative membrane protein ycf1 13.39621788 L4_chemical_C3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.665364575 C6_control_A1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.600615868 C6_control_A3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.083637327 C6_control_B1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.233895464 C6_control_B2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.066588655 C6_control_B3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.126161117 C6_control_C1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 7.439933553 C6_control_C2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.50430914 C6_control_C3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.54048076 C6_chemical_A1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.318389423 C6_chemical_A3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.211777193 C6_chemical_B1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.789708921 C6_chemical_B2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 5.759033113 C6_chemical_B3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.631852903 C6_chemical_C1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.620587329 C6_chemical_C2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.117230143 C6_chemical_C3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.072471466 L4_control_A1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.001354518 L4_control_A2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.198213395 L4_control_A3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 5.481901743 L4_control_B1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.316857661 L4_control_B2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.285564121 L4_control_B3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 5.594914274 L4_control_C2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.355612597 L4_control_C3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.132995972 L4_chemical_A1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.225643209 L4_chemical_A2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.083292483 L4_chemical_A3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.289419221 L4_chemical_B1 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 5.801939233 L4_chemical_B2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.109908905 L4_chemical_B3 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 7.12701378 L4_chemical_C2 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.731522471 L4_chemical_C3 +LQ01X019880 Ras-related protein Rab-2-B 11.15044858 C6_control_A1 +LQ01X019880 Ras-related protein Rab-2-B 11.15197636 C6_control_A3 +LQ01X019880 Ras-related protein Rab-2-B 10.82629692 C6_control_B1 +LQ01X019880 Ras-related protein Rab-2-B 11.53778994 C6_control_B2 +LQ01X019880 Ras-related protein Rab-2-B 11.45009924 C6_control_B3 +LQ01X019880 Ras-related protein Rab-2-B 11.78456913 C6_control_C1 +LQ01X019880 Ras-related protein Rab-2-B 11.90538925 C6_control_C2 +LQ01X019880 Ras-related protein Rab-2-B 11.39641226 C6_control_C3 +LQ01X019880 Ras-related protein Rab-2-B 10.98009337 C6_chemical_A1 +LQ01X019880 Ras-related protein Rab-2-B 10.93173581 C6_chemical_A3 +LQ01X019880 Ras-related protein Rab-2-B 10.54537732 C6_chemical_B1 +LQ01X019880 Ras-related protein Rab-2-B 11.70626991 C6_chemical_B2 +LQ01X019880 Ras-related protein Rab-2-B 11.14613137 C6_chemical_B3 +LQ01X019880 Ras-related protein Rab-2-B 11.58184561 C6_chemical_C1 +LQ01X019880 Ras-related protein Rab-2-B 11.51479245 C6_chemical_C2 +LQ01X019880 Ras-related protein Rab-2-B 11.25632252 C6_chemical_C3 +LQ01X019880 Ras-related protein Rab-2-B 11.26689736 L4_control_A1 +LQ01X019880 Ras-related protein Rab-2-B 10.74665552 L4_control_A2 +LQ01X019880 Ras-related protein Rab-2-B 10.84100716 L4_control_A3 +LQ01X019880 Ras-related protein Rab-2-B 11.02564376 L4_control_B1 +LQ01X019880 Ras-related protein Rab-2-B 10.93978466 L4_control_B2 +LQ01X019880 Ras-related protein Rab-2-B 11.24260343 L4_control_B3 +LQ01X019880 Ras-related protein Rab-2-B 11.58462202 L4_control_C2 +LQ01X019880 Ras-related protein Rab-2-B 10.39258931 L4_control_C3 +LQ01X019880 Ras-related protein Rab-2-B 11.70065197 L4_chemical_A1 +LQ01X019880 Ras-related protein Rab-2-B 10.72329128 L4_chemical_A2 +LQ01X019880 Ras-related protein Rab-2-B 11.14142635 L4_chemical_A3 +LQ01X019880 Ras-related protein Rab-2-B 10.58631703 L4_chemical_B1 +LQ01X019880 Ras-related protein Rab-2-B 10.69247404 L4_chemical_B2 +LQ01X019880 Ras-related protein Rab-2-B 11.29174626 L4_chemical_B3 +LQ01X019880 Ras-related protein Rab-2-B 11.61167129 L4_chemical_C2 +LQ01X019880 Ras-related protein Rab-2-B 10.93829268 L4_chemical_C3 +LQ01X019910 Predicted protein 5.693624063 C6_control_A1 +LQ01X019910 Predicted protein 5.384347992 C6_control_A3 +LQ01X019910 Predicted protein 5.465530044 C6_control_B1 +LQ01X019910 Predicted protein 5.469170187 C6_control_B2 +LQ01X019910 Predicted protein 5.646115617 C6_control_B3 +LQ01X019910 Predicted protein 5.647388157 C6_control_C1 +LQ01X019910 Predicted protein 5.545544388 C6_control_C2 +LQ01X019910 Predicted protein 5.457541399 C6_control_C3 +LQ01X019910 Predicted protein 5.303243122 C6_chemical_A1 +LQ01X019910 Predicted protein 5.374520089 C6_chemical_A3 +LQ01X019910 Predicted protein 6.131561349 C6_chemical_B1 +LQ01X019910 Predicted protein 5.415057514 C6_chemical_B2 +LQ01X019910 Predicted protein 5.571671141 C6_chemical_B3 +LQ01X019910 Predicted protein 5.757314326 C6_chemical_C1 +LQ01X019910 Predicted protein 5.442985338 C6_chemical_C2 +LQ01X019910 Predicted protein 5.47431295 C6_chemical_C3 +LQ01X019910 Predicted protein 5.284349966 L4_control_A1 +LQ01X019910 Predicted protein 5.387829947 L4_control_A2 +LQ01X019910 Predicted protein 5.199382283 L4_control_A3 +LQ01X019910 Predicted protein 5.360221429 L4_control_B1 +LQ01X019910 Predicted protein 5.056368974 L4_control_B2 +LQ01X019910 Predicted protein 5.385010768 L4_control_B3 +LQ01X019910 Predicted protein 5.781445403 L4_control_C2 +LQ01X019910 Predicted protein 5.661154853 L4_control_C3 +LQ01X019910 Predicted protein 5.731302748 L4_chemical_A1 +LQ01X019910 Predicted protein 5.192917993 L4_chemical_A2 +LQ01X019910 Predicted protein 4.88653198 L4_chemical_A3 +LQ01X019910 Predicted protein 5.446155298 L4_chemical_B1 +LQ01X019910 Predicted protein 5.24476771 L4_chemical_B2 +LQ01X019910 Predicted protein 5.219455118 L4_chemical_B3 +LQ01X019910 Predicted protein 5.460425972 L4_chemical_C2 +LQ01X019910 Predicted protein 5.823520666 L4_chemical_C3 +LQ01X019940 Predicted protein 12.29754846 C6_control_A1 +LQ01X019940 Predicted protein 12.56117073 C6_control_A3 +LQ01X019940 Predicted protein 12.26563542 C6_control_B1 +LQ01X019940 Predicted protein 11.99585244 C6_control_B2 +LQ01X019940 Predicted protein 12.15313551 C6_control_B3 +LQ01X019940 Predicted protein 12.51223513 C6_control_C1 +LQ01X019940 Predicted protein 12.56623512 C6_control_C2 +LQ01X019940 Predicted protein 12.555206 C6_control_C3 +LQ01X019940 Predicted protein 11.9722067 C6_chemical_A1 +LQ01X019940 Predicted protein 12.57184609 C6_chemical_A3 +LQ01X019940 Predicted protein 12.28989362 C6_chemical_B1 +LQ01X019940 Predicted protein 12.0020147 C6_chemical_B2 +LQ01X019940 Predicted protein 12.16763644 C6_chemical_B3 +LQ01X019940 Predicted protein 12.35686418 C6_chemical_C1 +LQ01X019940 Predicted protein 12.61112389 C6_chemical_C2 +LQ01X019940 Predicted protein 12.34988332 C6_chemical_C3 +LQ01X019940 Predicted protein 12.48028797 L4_control_A1 +LQ01X019940 Predicted protein 12.31095686 L4_control_A2 +LQ01X019940 Predicted protein 12.69613569 L4_control_A3 +LQ01X019940 Predicted protein 12.53594293 L4_control_B1 +LQ01X019940 Predicted protein 12.71684273 L4_control_B2 +LQ01X019940 Predicted protein 12.32112863 L4_control_B3 +LQ01X019940 Predicted protein 13.35354186 L4_control_C2 +LQ01X019940 Predicted protein 13.3860749 L4_control_C3 +LQ01X019940 Predicted protein 12.1537846 L4_chemical_A1 +LQ01X019940 Predicted protein 11.99970602 L4_chemical_A2 +LQ01X019940 Predicted protein 12.63312444 L4_chemical_A3 +LQ01X019940 Predicted protein 12.60175475 L4_chemical_B1 +LQ01X019940 Predicted protein 12.76629004 L4_chemical_B2 +LQ01X019940 Predicted protein 11.90751441 L4_chemical_B3 +LQ01X019940 Predicted protein 13.21178885 L4_chemical_C2 +LQ01X019940 Predicted protein 13.44718693 L4_chemical_C3 +LQ01X019950 Putative uncharacterized protein 5.816554596 C6_control_A1 +LQ01X019950 Putative uncharacterized protein 5.782678675 C6_control_A3 +LQ01X019950 Putative uncharacterized protein 5.581411404 C6_control_B1 +LQ01X019950 Putative uncharacterized protein 5.123072572 C6_control_B2 +LQ01X019950 Putative uncharacterized protein 5.549976362 C6_control_B3 +LQ01X019950 Putative uncharacterized protein 5.371164652 C6_control_C1 +LQ01X019950 Putative uncharacterized protein 5.304793901 C6_control_C2 +LQ01X019950 Putative uncharacterized protein 5.321532713 C6_control_C3 +LQ01X019950 Putative uncharacterized protein 5.797246821 C6_chemical_A1 +LQ01X019950 Putative uncharacterized protein 5.624718324 C6_chemical_A3 +LQ01X019950 Putative uncharacterized protein 5.466467982 C6_chemical_B1 +LQ01X019950 Putative uncharacterized protein 5.342807404 C6_chemical_B2 +LQ01X019950 Putative uncharacterized protein 5.670582789 C6_chemical_B3 +LQ01X019950 Putative uncharacterized protein 5.292956606 C6_chemical_C1 +LQ01X019950 Putative uncharacterized protein 5.253950923 C6_chemical_C2 +LQ01X019950 Putative uncharacterized protein 5.370483235 C6_chemical_C3 +LQ01X019950 Putative uncharacterized protein 5.81589977 L4_control_A1 +LQ01X019950 Putative uncharacterized protein 5.743465951 L4_control_A2 +LQ01X019950 Putative uncharacterized protein 6.230396795 L4_control_A3 +LQ01X019950 Putative uncharacterized protein 5.080769462 L4_control_B1 +LQ01X019950 Putative uncharacterized protein 5.527365963 L4_control_B2 +LQ01X019950 Putative uncharacterized protein 5.544885907 L4_control_B3 +LQ01X019950 Putative uncharacterized protein 5.837327056 L4_control_C2 +LQ01X019950 Putative uncharacterized protein 5.410140266 L4_control_C3 +LQ01X019950 Putative uncharacterized protein 6.190238264 L4_chemical_A1 +LQ01X019950 Putative uncharacterized protein 6.008895011 L4_chemical_A2 +LQ01X019950 Putative uncharacterized protein 5.752501634 L4_chemical_A3 +LQ01X019950 Putative uncharacterized protein 5.472016359 L4_chemical_B1 +LQ01X019950 Putative uncharacterized protein 4.90056378 L4_chemical_B2 +LQ01X019950 Putative uncharacterized protein 5.683973573 L4_chemical_B3 +LQ01X019950 Putative uncharacterized protein 5.278502015 L4_chemical_C2 +LQ01X019950 Putative uncharacterized protein 5.188803862 L4_chemical_C3 +LQ01X019970 Putative uncharacterized protein 10.76699006 C6_control_A1 +LQ01X019970 Putative uncharacterized protein 11.08061709 C6_control_A3 +LQ01X019970 Putative uncharacterized protein 10.07932761 C6_control_B1 +LQ01X019970 Putative uncharacterized protein 10.94895623 C6_control_B2 +LQ01X019970 Putative uncharacterized protein 10.33467032 C6_control_B3 +LQ01X019970 Putative uncharacterized protein 9.070550319 C6_control_C1 +LQ01X019970 Putative uncharacterized protein 8.499300316 C6_control_C2 +LQ01X019970 Putative uncharacterized protein 9.93828062 C6_control_C3 +LQ01X019970 Putative uncharacterized protein 10.19619059 C6_chemical_A1 +LQ01X019970 Putative uncharacterized protein 10.39151761 C6_chemical_A3 +LQ01X019970 Putative uncharacterized protein 9.387928728 C6_chemical_B1 +LQ01X019970 Putative uncharacterized protein 10.46767668 C6_chemical_B2 +LQ01X019970 Putative uncharacterized protein 9.882532569 C6_chemical_B3 +LQ01X019970 Putative uncharacterized protein 8.556321094 C6_chemical_C1 +LQ01X019970 Putative uncharacterized protein 7.743877621 C6_chemical_C2 +LQ01X019970 Putative uncharacterized protein 9.418794882 C6_chemical_C3 +LQ01X019970 Putative uncharacterized protein 10.13119948 L4_control_A1 +LQ01X019970 Putative uncharacterized protein 9.188586697 L4_control_A2 +LQ01X019970 Putative uncharacterized protein 8.086023559 L4_control_A3 +LQ01X019970 Putative uncharacterized protein 9.051080331 L4_control_B1 +LQ01X019970 Putative uncharacterized protein 7.683923457 L4_control_B2 +LQ01X019970 Putative uncharacterized protein 8.982841981 L4_control_B3 +LQ01X019970 Putative uncharacterized protein 5.809054377 L4_control_C2 +LQ01X019970 Putative uncharacterized protein 6.893488066 L4_control_C3 +LQ01X019970 Putative uncharacterized protein 8.603036929 L4_chemical_A1 +LQ01X019970 Putative uncharacterized protein 7.722211082 L4_chemical_A2 +LQ01X019970 Putative uncharacterized protein 7.650986212 L4_chemical_A3 +LQ01X019970 Putative uncharacterized protein 8.143602765 L4_chemical_B1 +LQ01X019970 Putative uncharacterized protein 7.653854087 L4_chemical_B2 +LQ01X019970 Putative uncharacterized protein 9.435518212 L4_chemical_B3 +LQ01X019970 Putative uncharacterized protein 6.813217511 L4_chemical_C2 +LQ01X019970 Putative uncharacterized protein 7.054531522 L4_chemical_C3 +LQ01X019980 Putative Male-cone protein 1 7.701674559 C6_control_A1 +LQ01X019980 Putative Male-cone protein 1 9.74854503 C6_control_A3 +LQ01X019980 Putative Male-cone protein 1 7.233585893 C6_control_B1 +LQ01X019980 Putative Male-cone protein 1 7.398744053 C6_control_B2 +LQ01X019980 Putative Male-cone protein 1 7.355992653 C6_control_B3 +LQ01X019980 Putative Male-cone protein 1 5.599966114 C6_control_C1 +LQ01X019980 Putative Male-cone protein 1 5.326433746 C6_control_C2 +LQ01X019980 Putative Male-cone protein 1 5.575400498 C6_control_C3 +LQ01X019980 Putative Male-cone protein 1 7.247436781 C6_chemical_A1 +LQ01X019980 Putative Male-cone protein 1 7.184288889 C6_chemical_A3 +LQ01X019980 Putative Male-cone protein 1 6.620422748 C6_chemical_B1 +LQ01X019980 Putative Male-cone protein 1 7.384940197 C6_chemical_B2 +LQ01X019980 Putative Male-cone protein 1 6.57898217 C6_chemical_B3 +LQ01X019980 Putative Male-cone protein 1 5.197991223 C6_chemical_C1 +LQ01X019980 Putative Male-cone protein 1 5.127193516 C6_chemical_C2 +LQ01X019980 Putative Male-cone protein 1 5.677595999 C6_chemical_C3 +LQ01X019980 Putative Male-cone protein 1 7.407261041 L4_control_A1 +LQ01X019980 Putative Male-cone protein 1 6.925656951 L4_control_A2 +LQ01X019980 Putative Male-cone protein 1 7.375908252 L4_control_A3 +LQ01X019980 Putative Male-cone protein 1 6.362749447 L4_control_B1 +LQ01X019980 Putative Male-cone protein 1 6.142814181 L4_control_B2 +LQ01X019980 Putative Male-cone protein 1 6.333579067 L4_control_B3 +LQ01X019980 Putative Male-cone protein 1 5.467919768 L4_control_C2 +LQ01X019980 Putative Male-cone protein 1 5.137293616 L4_control_C3 +LQ01X019980 Putative Male-cone protein 1 6.137065674 L4_chemical_A1 +LQ01X019980 Putative Male-cone protein 1 6.436342641 L4_chemical_A2 +LQ01X019980 Putative Male-cone protein 1 6.502487572 L4_chemical_A3 +LQ01X019980 Putative Male-cone protein 1 6.881309088 L4_chemical_B1 +LQ01X019980 Putative Male-cone protein 1 7.119716987 L4_chemical_B2 +LQ01X019980 Putative Male-cone protein 1 7.03784075 L4_chemical_B3 +LQ01X019980 Putative Male-cone protein 1 5.12045998 L4_chemical_C2 +LQ01X019980 Putative Male-cone protein 1 5.518761369 L4_chemical_C3 +LQ01X020000 At5g48470 5.111533431 C6_control_A1 +LQ01X020000 At5g48470 5.107170721 C6_control_A3 +LQ01X020000 At5g48470 7.225383394 C6_control_B1 +LQ01X020000 At5g48470 5.167430436 C6_control_B2 +LQ01X020000 At5g48470 5.377866734 C6_control_B3 +LQ01X020000 At5g48470 4.830034392 C6_control_C1 +LQ01X020000 At5g48470 5.48926432 C6_control_C2 +LQ01X020000 At5g48470 5.285885515 C6_control_C3 +LQ01X020000 At5g48470 4.917532461 C6_chemical_A1 +LQ01X020000 At5g48470 5.352508804 C6_chemical_A3 +LQ01X020000 At5g48470 5.912315484 C6_chemical_B1 +LQ01X020000 At5g48470 5.247648577 C6_chemical_B2 +LQ01X020000 At5g48470 5.248105126 C6_chemical_B3 +LQ01X020000 At5g48470 5.090211071 C6_chemical_C1 +LQ01X020000 At5g48470 5.103176569 C6_chemical_C2 +LQ01X020000 At5g48470 5.176325437 C6_chemical_C3 +LQ01X020000 At5g48470 5.060884063 L4_control_A1 +LQ01X020000 At5g48470 5.077725707 L4_control_A2 +LQ01X020000 At5g48470 5.220623152 L4_control_A3 +LQ01X020000 At5g48470 5.027927347 L4_control_B1 +LQ01X020000 At5g48470 5.091328677 L4_control_B2 +LQ01X020000 At5g48470 5.402877662 L4_control_B3 +LQ01X020000 At5g48470 6.49398853 L4_control_C2 +LQ01X020000 At5g48470 6.232303863 L4_control_C3 +LQ01X020000 At5g48470 5.446386034 L4_chemical_A1 +LQ01X020000 At5g48470 4.884384519 L4_chemical_A2 +LQ01X020000 At5g48470 5.393884378 L4_chemical_A3 +LQ01X020000 At5g48470 5.535338005 L4_chemical_B1 +LQ01X020000 At5g48470 5.500235477 L4_chemical_B2 +LQ01X020000 At5g48470 5.130867135 L4_chemical_B3 +LQ01X020000 At5g48470 7.322565708 L4_chemical_C2 +LQ01X020000 At5g48470 6.327624622 L4_chemical_C3 +LQ01X020010 Fimbrin-like protein 2 5.632437474 C6_control_A1 +LQ01X020010 Fimbrin-like protein 2 5.536376838 C6_control_A3 +LQ01X020010 Fimbrin-like protein 2 5.871044845 C6_control_B1 +LQ01X020010 Fimbrin-like protein 2 5.71163795 C6_control_B2 +LQ01X020010 Fimbrin-like protein 2 5.315297536 C6_control_B3 +LQ01X020010 Fimbrin-like protein 2 5.464154742 C6_control_C1 +LQ01X020010 Fimbrin-like protein 2 5.481412059 C6_control_C2 +LQ01X020010 Fimbrin-like protein 2 5.460298162 C6_control_C3 +LQ01X020010 Fimbrin-like protein 2 5.579158027 C6_chemical_A1 +LQ01X020010 Fimbrin-like protein 2 5.204098474 C6_chemical_A3 +LQ01X020010 Fimbrin-like protein 2 5.962237256 C6_chemical_B1 +LQ01X020010 Fimbrin-like protein 2 5.626493462 C6_chemical_B2 +LQ01X020010 Fimbrin-like protein 2 5.385148997 C6_chemical_B3 +LQ01X020010 Fimbrin-like protein 2 5.216100782 C6_chemical_C1 +LQ01X020010 Fimbrin-like protein 2 5.648304846 C6_chemical_C2 +LQ01X020010 Fimbrin-like protein 2 5.850748107 C6_chemical_C3 +LQ01X020010 Fimbrin-like protein 2 5.349962454 L4_control_A1 +LQ01X020010 Fimbrin-like protein 2 5.374537251 L4_control_A2 +LQ01X020010 Fimbrin-like protein 2 5.363483335 L4_control_A3 +LQ01X020010 Fimbrin-like protein 2 5.645234763 L4_control_B1 +LQ01X020010 Fimbrin-like protein 2 5.359948192 L4_control_B2 +LQ01X020010 Fimbrin-like protein 2 5.705844808 L4_control_B3 +LQ01X020010 Fimbrin-like protein 2 5.395789753 L4_control_C2 +LQ01X020010 Fimbrin-like protein 2 5.049398009 L4_control_C3 +LQ01X020010 Fimbrin-like protein 2 5.465426571 L4_chemical_A1 +LQ01X020010 Fimbrin-like protein 2 5.212193959 L4_chemical_A2 +LQ01X020010 Fimbrin-like protein 2 5.35699835 L4_chemical_A3 +LQ01X020010 Fimbrin-like protein 2 5.682616221 L4_chemical_B1 +LQ01X020010 Fimbrin-like protein 2 5.127170955 L4_chemical_B2 +LQ01X020010 Fimbrin-like protein 2 5.550739001 L4_chemical_B3 +LQ01X020010 Fimbrin-like protein 2 5.156613545 L4_chemical_C2 +LQ01X020010 Fimbrin-like protein 2 5.346446139 L4_chemical_C3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 8.544472184 C6_control_A1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 7.741761583 C6_control_A3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 9.290210023 C6_control_B1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.24043664 C6_control_B2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.27530293 C6_control_B3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 12.4207229 C6_control_C1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 12.811298 C6_control_C2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 12.89934999 C6_control_C3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 8.873832645 C6_chemical_A1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 8.498791885 C6_chemical_A3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 9.873765472 C6_chemical_B1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.07351549 C6_chemical_B2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.52397224 C6_chemical_B3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 12.20704946 C6_chemical_C1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 12.62073618 C6_chemical_C2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 12.84748968 C6_chemical_C3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 8.621524065 L4_control_A1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 9.607145744 L4_control_A2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.17557584 L4_control_A3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.67704864 L4_control_B1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 11.13697662 L4_control_B2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 11.93874902 L4_control_B3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 13.5027949 L4_control_C2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 13.69001396 L4_control_C3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 8.741906874 L4_chemical_A1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 9.956496936 L4_chemical_A2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 9.738715388 L4_chemical_A3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.39010066 L4_chemical_B1 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.88419308 L4_chemical_B2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 10.77539482 L4_chemical_B3 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 13.41024071 L4_chemical_C2 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 13.55865518 L4_chemical_C3 +LQ01X020050 Predicted protein 11.76964761 C6_control_A1 +LQ01X020050 Predicted protein 11.85725546 C6_control_A3 +LQ01X020050 Predicted protein 11.81679934 C6_control_B1 +LQ01X020050 Predicted protein 12.28759249 C6_control_B2 +LQ01X020050 Predicted protein 12.37345049 C6_control_B3 +LQ01X020050 Predicted protein 11.81949659 C6_control_C1 +LQ01X020050 Predicted protein 11.69613517 C6_control_C2 +LQ01X020050 Predicted protein 11.97593403 C6_control_C3 +LQ01X020050 Predicted protein 11.50519917 C6_chemical_A1 +LQ01X020050 Predicted protein 11.74686479 C6_chemical_A3 +LQ01X020050 Predicted protein 11.71096532 C6_chemical_B1 +LQ01X020050 Predicted protein 12.38485886 C6_chemical_B2 +LQ01X020050 Predicted protein 11.9257406 C6_chemical_B3 +LQ01X020050 Predicted protein 11.89181599 C6_chemical_C1 +LQ01X020050 Predicted protein 11.8883465 C6_chemical_C2 +LQ01X020050 Predicted protein 12.06071963 C6_chemical_C3 +LQ01X020050 Predicted protein 11.91016047 L4_control_A1 +LQ01X020050 Predicted protein 12.02140238 L4_control_A2 +LQ01X020050 Predicted protein 11.71919391 L4_control_A3 +LQ01X020050 Predicted protein 12.04341886 L4_control_B1 +LQ01X020050 Predicted protein 11.90497553 L4_control_B2 +LQ01X020050 Predicted protein 12.29174167 L4_control_B3 +LQ01X020050 Predicted protein 10.94383521 L4_control_C2 +LQ01X020050 Predicted protein 11.91880996 L4_control_C3 +LQ01X020050 Predicted protein 11.68963174 L4_chemical_A1 +LQ01X020050 Predicted protein 12.10609503 L4_chemical_A2 +LQ01X020050 Predicted protein 11.37964117 L4_chemical_A3 +LQ01X020050 Predicted protein 11.14992616 L4_chemical_B1 +LQ01X020050 Predicted protein 11.5188626 L4_chemical_B2 +LQ01X020050 Predicted protein 12.37253844 L4_chemical_B3 +LQ01X020050 Predicted protein 11.1651028 L4_chemical_C2 +LQ01X020050 Predicted protein 11.42618981 L4_chemical_C3 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.090891868 C6_control_A1 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.338650515 C6_control_A3 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.894579495 C6_control_B1 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.156879779 C6_control_B2 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.163867476 C6_control_B3 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.823066239 C6_control_C1 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.15887156 C6_control_C2 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.012823733 C6_control_C3 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.359085125 C6_chemical_A1 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.935094016 C6_chemical_A3 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.715168811 C6_chemical_B1 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.107861832 C6_chemical_B2 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.759543113 C6_chemical_B3 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.884460335 C6_chemical_C1 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.975114498 C6_chemical_C2 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.688541502 C6_chemical_C3 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.222144316 L4_control_A1 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.418333414 L4_control_A2 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.401959935 L4_control_A3 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.893486569 L4_control_B1 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.069823695 L4_control_B2 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.822422688 L4_control_B3 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.404662714 L4_control_C2 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.378107026 L4_control_C3 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.859949142 L4_chemical_A1 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.307493691 L4_chemical_A2 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.165811898 L4_chemical_A3 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.249401395 L4_chemical_B1 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.1251988 L4_chemical_B2 +LQ01X020060 Monocopper oxidase-like protein SKU5 4.709790099 L4_chemical_B3 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.154989444 L4_chemical_C2 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.223960406 L4_chemical_C3 +LQ01X020070 Serine carboxypeptidase-like 20 5.388762922 C6_control_A1 +LQ01X020070 Serine carboxypeptidase-like 20 6.558525217 C6_control_A3 +LQ01X020070 Serine carboxypeptidase-like 20 5.738307071 C6_control_B1 +LQ01X020070 Serine carboxypeptidase-like 20 5.76645038 C6_control_B2 +LQ01X020070 Serine carboxypeptidase-like 20 5.842823335 C6_control_B3 +LQ01X020070 Serine carboxypeptidase-like 20 5.609981598 C6_control_C1 +LQ01X020070 Serine carboxypeptidase-like 20 6.483333217 C6_control_C2 +LQ01X020070 Serine carboxypeptidase-like 20 5.243919186 C6_control_C3 +LQ01X020070 Serine carboxypeptidase-like 20 5.838638511 C6_chemical_A1 +LQ01X020070 Serine carboxypeptidase-like 20 5.441705803 C6_chemical_A3 +LQ01X020070 Serine carboxypeptidase-like 20 5.487199172 C6_chemical_B1 +LQ01X020070 Serine carboxypeptidase-like 20 5.554273403 C6_chemical_B2 +LQ01X020070 Serine carboxypeptidase-like 20 5.363652399 C6_chemical_B3 +LQ01X020070 Serine carboxypeptidase-like 20 5.721012113 C6_chemical_C1 +LQ01X020070 Serine carboxypeptidase-like 20 5.532380934 C6_chemical_C2 +LQ01X020070 Serine carboxypeptidase-like 20 5.120883813 C6_chemical_C3 +LQ01X020070 Serine carboxypeptidase-like 20 5.540494595 L4_control_A1 +LQ01X020070 Serine carboxypeptidase-like 20 5.529838521 L4_control_A2 +LQ01X020070 Serine carboxypeptidase-like 20 6.079379107 L4_control_A3 +LQ01X020070 Serine carboxypeptidase-like 20 6.229835959 L4_control_B1 +LQ01X020070 Serine carboxypeptidase-like 20 5.65639903 L4_control_B2 +LQ01X020070 Serine carboxypeptidase-like 20 5.26845962 L4_control_B3 +LQ01X020070 Serine carboxypeptidase-like 20 5.691130757 L4_control_C2 +LQ01X020070 Serine carboxypeptidase-like 20 5.343332661 L4_control_C3 +LQ01X020070 Serine carboxypeptidase-like 20 5.405794746 L4_chemical_A1 +LQ01X020070 Serine carboxypeptidase-like 20 5.825445943 L4_chemical_A2 +LQ01X020070 Serine carboxypeptidase-like 20 6.441342035 L4_chemical_A3 +LQ01X020070 Serine carboxypeptidase-like 20 6.07844855 L4_chemical_B1 +LQ01X020070 Serine carboxypeptidase-like 20 6.071208419 L4_chemical_B2 +LQ01X020070 Serine carboxypeptidase-like 20 5.117672411 L4_chemical_B3 +LQ01X020070 Serine carboxypeptidase-like 20 5.614427417 L4_chemical_C2 +LQ01X020070 Serine carboxypeptidase-like 20 5.441426325 L4_chemical_C3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.492051658 C6_control_A1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.694289125 C6_control_A3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.194732242 C6_control_B1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.441772455 C6_control_B2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 8.978952173 C6_control_B3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.298019031 C6_control_C1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.12646135 C6_control_C2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.891683972 C6_control_C3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.236820853 C6_chemical_A1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.236360712 C6_chemical_A3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 8.307155315 C6_chemical_B1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.244068972 C6_chemical_B2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 8.816653367 C6_chemical_B3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.038724948 C6_chemical_C1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 8.874519741 C6_chemical_C2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.028155193 C6_chemical_C3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 8.012656893 L4_control_A1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 6.881236039 L4_control_A2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 7.879182477 L4_control_A3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 6.435372032 L4_control_B1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 7.496410884 L4_control_B2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 6.421049599 L4_control_B3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 6.052072559 L4_control_C2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 5.406848363 L4_control_C3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 7.103659668 L4_chemical_A1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 7.262050224 L4_chemical_A2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 7.560165477 L4_chemical_A3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 7.033139738 L4_chemical_B1 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 6.851637715 L4_chemical_B2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 7.005461949 L4_chemical_B3 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 5.492065883 L4_chemical_C2 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 5.646112315 L4_chemical_C3 +LQ01X020100 Fad oxidoreductase, putative 8.374997593 C6_control_A1 +LQ01X020100 Fad oxidoreductase, putative 8.617516133 C6_control_A3 +LQ01X020100 Fad oxidoreductase, putative 7.370422084 C6_control_B1 +LQ01X020100 Fad oxidoreductase, putative 8.630426612 C6_control_B2 +LQ01X020100 Fad oxidoreductase, putative 7.587249768 C6_control_B3 +LQ01X020100 Fad oxidoreductase, putative 10.10414588 C6_control_C1 +LQ01X020100 Fad oxidoreductase, putative 10.10837131 C6_control_C2 +LQ01X020100 Fad oxidoreductase, putative 9.515966822 C6_control_C3 +LQ01X020100 Fad oxidoreductase, putative 8.415703535 C6_chemical_A1 +LQ01X020100 Fad oxidoreductase, putative 7.644753768 C6_chemical_A3 +LQ01X020100 Fad oxidoreductase, putative 7.994647139 C6_chemical_B1 +LQ01X020100 Fad oxidoreductase, putative 8.685316496 C6_chemical_B2 +LQ01X020100 Fad oxidoreductase, putative 7.659728591 C6_chemical_B3 +LQ01X020100 Fad oxidoreductase, putative 10.90386344 C6_chemical_C1 +LQ01X020100 Fad oxidoreductase, putative 10.17848086 C6_chemical_C2 +LQ01X020100 Fad oxidoreductase, putative 10.07211689 C6_chemical_C3 +LQ01X020100 Fad oxidoreductase, putative 8.408853372 L4_control_A1 +LQ01X020100 Fad oxidoreductase, putative 9.288336024 L4_control_A2 +LQ01X020100 Fad oxidoreductase, putative 7.286590724 L4_control_A3 +LQ01X020100 Fad oxidoreductase, putative 6.769634584 L4_control_B1 +LQ01X020100 Fad oxidoreductase, putative 6.161100448 L4_control_B2 +LQ01X020100 Fad oxidoreductase, putative 7.765860334 L4_control_B3 +LQ01X020100 Fad oxidoreductase, putative 8.456514736 L4_control_C2 +LQ01X020100 Fad oxidoreductase, putative 6.484665361 L4_control_C3 +LQ01X020100 Fad oxidoreductase, putative 8.357795399 L4_chemical_A1 +LQ01X020100 Fad oxidoreductase, putative 8.704795377 L4_chemical_A2 +LQ01X020100 Fad oxidoreductase, putative 7.903852589 L4_chemical_A3 +LQ01X020100 Fad oxidoreductase, putative 7.751713777 L4_chemical_B1 +LQ01X020100 Fad oxidoreductase, putative 7.138940455 L4_chemical_B2 +LQ01X020100 Fad oxidoreductase, putative 7.972520048 L4_chemical_B3 +LQ01X020100 Fad oxidoreductase, putative 8.502038437 L4_chemical_C2 +LQ01X020100 Fad oxidoreductase, putative 7.59623624 L4_chemical_C3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.317680407 C6_control_A1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.068082397 C6_control_A3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.593395545 C6_control_B1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.449673232 C6_control_B2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.472933204 C6_control_B3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.421399578 C6_control_C1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.01063405 C6_control_C2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 5.924867784 C6_control_C3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.262744027 C6_chemical_A1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.523334721 C6_chemical_A3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.21361333 C6_chemical_B1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.341507383 C6_chemical_B2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.367932164 C6_chemical_B3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.022096385 C6_chemical_C1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 5.884956539 C6_chemical_C2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 5.992464174 C6_chemical_C3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.495110639 L4_control_A1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.544954259 L4_control_A2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.432005494 L4_control_A3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.655568108 L4_control_B1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.336677403 L4_control_B2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.920558581 L4_control_B3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 5.943556295 L4_control_C2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.282724154 L4_control_C3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.689254779 L4_chemical_A1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.323450718 L4_chemical_A2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.948759093 L4_chemical_A3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.593204693 L4_chemical_B1 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 7.117486566 L4_chemical_B2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.851160001 L4_chemical_B3 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.189260067 L4_chemical_C2 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.202386372 L4_chemical_C3 +LQ01X020120 Predicted protein 13.31537634 C6_control_A1 +LQ01X020120 Predicted protein 13.51468348 C6_control_A3 +LQ01X020120 Predicted protein 12.98774957 C6_control_B1 +LQ01X020120 Predicted protein 12.68844849 C6_control_B2 +LQ01X020120 Predicted protein 13.04119332 C6_control_B3 +LQ01X020120 Predicted protein 11.96000857 C6_control_C1 +LQ01X020120 Predicted protein 11.85341784 C6_control_C2 +LQ01X020120 Predicted protein 11.82843011 C6_control_C3 +LQ01X020120 Predicted protein 13.19192463 C6_chemical_A1 +LQ01X020120 Predicted protein 13.10039668 C6_chemical_A3 +LQ01X020120 Predicted protein 13.01445905 C6_chemical_B1 +LQ01X020120 Predicted protein 12.49357706 C6_chemical_B2 +LQ01X020120 Predicted protein 12.79970525 C6_chemical_B3 +LQ01X020120 Predicted protein 11.75962404 C6_chemical_C1 +LQ01X020120 Predicted protein 11.95172939 C6_chemical_C2 +LQ01X020120 Predicted protein 11.45224061 C6_chemical_C3 +LQ01X020120 Predicted protein 13.25151995 L4_control_A1 +LQ01X020120 Predicted protein 13.13938691 L4_control_A2 +LQ01X020120 Predicted protein 13.71916183 L4_control_A3 +LQ01X020120 Predicted protein 12.93375247 L4_control_B1 +LQ01X020120 Predicted protein 13.23641855 L4_control_B2 +LQ01X020120 Predicted protein 12.11539799 L4_control_B3 +LQ01X020120 Predicted protein 12.83823065 L4_control_C2 +LQ01X020120 Predicted protein 12.29009197 L4_control_C3 +LQ01X020120 Predicted protein 13.04874585 L4_chemical_A1 +LQ01X020120 Predicted protein 13.06423385 L4_chemical_A2 +LQ01X020120 Predicted protein 13.33406349 L4_chemical_A3 +LQ01X020120 Predicted protein 13.51943125 L4_chemical_B1 +LQ01X020120 Predicted protein 13.49245111 L4_chemical_B2 +LQ01X020120 Predicted protein 12.58800499 L4_chemical_B3 +LQ01X020120 Predicted protein 13.11064865 L4_chemical_C2 +LQ01X020120 Predicted protein 12.11308461 L4_chemical_C3 +LQ01X020150 Predicted protein 8.803324913 C6_control_A1 +LQ01X020150 Predicted protein 8.867865438 C6_control_A3 +LQ01X020150 Predicted protein 7.605732592 C6_control_B1 +LQ01X020150 Predicted protein 8.292317683 C6_control_B2 +LQ01X020150 Predicted protein 7.834671771 C6_control_B3 +LQ01X020150 Predicted protein 9.440947555 C6_control_C1 +LQ01X020150 Predicted protein 9.660864567 C6_control_C2 +LQ01X020150 Predicted protein 8.976899632 C6_control_C3 +LQ01X020150 Predicted protein 8.696911504 C6_chemical_A1 +LQ01X020150 Predicted protein 9.188892892 C6_chemical_A3 +LQ01X020150 Predicted protein 7.698415706 C6_chemical_B1 +LQ01X020150 Predicted protein 8.11074174 C6_chemical_B2 +LQ01X020150 Predicted protein 7.608658189 C6_chemical_B3 +LQ01X020150 Predicted protein 9.371799886 C6_chemical_C1 +LQ01X020150 Predicted protein 9.582180288 C6_chemical_C2 +LQ01X020150 Predicted protein 8.802898732 C6_chemical_C3 +LQ01X020150 Predicted protein 8.987854321 L4_control_A1 +LQ01X020150 Predicted protein 9.324480344 L4_control_A2 +LQ01X020150 Predicted protein 8.567920461 L4_control_A3 +LQ01X020150 Predicted protein 7.44453111 L4_control_B1 +LQ01X020150 Predicted protein 8.521775585 L4_control_B2 +LQ01X020150 Predicted protein 8.28631229 L4_control_B3 +LQ01X020150 Predicted protein 9.733648849 L4_control_C2 +LQ01X020150 Predicted protein 9.543461778 L4_control_C3 +LQ01X020150 Predicted protein 8.80850015 L4_chemical_A1 +LQ01X020150 Predicted protein 8.47817701 L4_chemical_A2 +LQ01X020150 Predicted protein 9.031472975 L4_chemical_A3 +LQ01X020150 Predicted protein 8.201279967 L4_chemical_B1 +LQ01X020150 Predicted protein 8.036408499 L4_chemical_B2 +LQ01X020150 Predicted protein 7.76855325 L4_chemical_B3 +LQ01X020150 Predicted protein 9.746934821 L4_chemical_C2 +LQ01X020150 Predicted protein 9.614030115 L4_chemical_C3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.438224751 C6_control_A1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.137956054 C6_control_A3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.906347723 C6_control_B1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.435557469 C6_control_B2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.195368233 C6_control_B3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.166820363 C6_control_C1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.493964066 C6_control_C2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.043022643 C6_control_C3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.411451136 C6_chemical_A1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.637699376 C6_chemical_A3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.486667693 C6_chemical_B1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.909425833 C6_chemical_B2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.542204533 C6_chemical_B3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.760253495 C6_chemical_C1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.725811663 C6_chemical_C2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.294438975 C6_chemical_C3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.338042411 L4_control_A1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.436202912 L4_control_A2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.056016324 L4_control_A3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.198412781 L4_control_B1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.687134891 L4_control_B2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.84130225 L4_control_B3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.934557471 L4_control_C2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.327052624 L4_control_C3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.635421495 L4_chemical_A1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.248405274 L4_chemical_A2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.193549416 L4_chemical_A3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.677099452 L4_chemical_B1 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 6.183769741 L4_chemical_B2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.516487695 L4_chemical_B3 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.747663148 L4_chemical_C2 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.05483166 L4_chemical_C3 +LQ01X020230 Protein YIF1A, putative 11.7066808 C6_control_A1 +LQ01X020230 Protein YIF1A, putative 11.65690803 C6_control_A3 +LQ01X020230 Protein YIF1A, putative 11.18475508 C6_control_B1 +LQ01X020230 Protein YIF1A, putative 10.51887393 C6_control_B2 +LQ01X020230 Protein YIF1A, putative 10.79689132 C6_control_B3 +LQ01X020230 Protein YIF1A, putative 10.03834712 C6_control_C1 +LQ01X020230 Protein YIF1A, putative 9.89831274 C6_control_C2 +LQ01X020230 Protein YIF1A, putative 9.540074928 C6_control_C3 +LQ01X020230 Protein YIF1A, putative 11.45084268 C6_chemical_A1 +LQ01X020230 Protein YIF1A, putative 11.42625484 C6_chemical_A3 +LQ01X020230 Protein YIF1A, putative 10.96799699 C6_chemical_B1 +LQ01X020230 Protein YIF1A, putative 10.76386061 C6_chemical_B2 +LQ01X020230 Protein YIF1A, putative 10.31212914 C6_chemical_B3 +LQ01X020230 Protein YIF1A, putative 9.998028421 C6_chemical_C1 +LQ01X020230 Protein YIF1A, putative 9.738133177 C6_chemical_C2 +LQ01X020230 Protein YIF1A, putative 9.577540618 C6_chemical_C3 +LQ01X020230 Protein YIF1A, putative 11.58165362 L4_control_A1 +LQ01X020230 Protein YIF1A, putative 12.19540998 L4_control_A2 +LQ01X020230 Protein YIF1A, putative 12.31511291 L4_control_A3 +LQ01X020230 Protein YIF1A, putative 11.38783959 L4_control_B1 +LQ01X020230 Protein YIF1A, putative 11.39919391 L4_control_B2 +LQ01X020230 Protein YIF1A, putative 10.99699796 L4_control_B3 +LQ01X020230 Protein YIF1A, putative 10.75339223 L4_control_C2 +LQ01X020230 Protein YIF1A, putative 10.25339329 L4_control_C3 +LQ01X020230 Protein YIF1A, putative 11.52586749 L4_chemical_A1 +LQ01X020230 Protein YIF1A, putative 11.73006749 L4_chemical_A2 +LQ01X020230 Protein YIF1A, putative 12.10626516 L4_chemical_A3 +LQ01X020230 Protein YIF1A, putative 11.31385062 L4_chemical_B1 +LQ01X020230 Protein YIF1A, putative 11.1677579 L4_chemical_B2 +LQ01X020230 Protein YIF1A, putative 11.21632562 L4_chemical_B3 +LQ01X020230 Protein YIF1A, putative 10.77891853 L4_chemical_C2 +LQ01X020230 Protein YIF1A, putative 10.71481212 L4_chemical_C3 +LQ01X020330 At4g12840 6.943198619 C6_control_A1 +LQ01X020330 At4g12840 6.481795033 C6_control_A3 +LQ01X020330 At4g12840 6.928217805 C6_control_B1 +LQ01X020330 At4g12840 6.812308656 C6_control_B2 +LQ01X020330 At4g12840 7.131002975 C6_control_B3 +LQ01X020330 At4g12840 6.327483971 C6_control_C1 +LQ01X020330 At4g12840 6.56523939 C6_control_C2 +LQ01X020330 At4g12840 6.288010017 C6_control_C3 +LQ01X020330 At4g12840 6.893536724 C6_chemical_A1 +LQ01X020330 At4g12840 6.596863577 C6_chemical_A3 +LQ01X020330 At4g12840 6.674505711 C6_chemical_B1 +LQ01X020330 At4g12840 7.035881786 C6_chemical_B2 +LQ01X020330 At4g12840 7.059028616 C6_chemical_B3 +LQ01X020330 At4g12840 6.303966169 C6_chemical_C1 +LQ01X020330 At4g12840 6.507732164 C6_chemical_C2 +LQ01X020330 At4g12840 6.218492042 C6_chemical_C3 +LQ01X020330 At4g12840 6.546244174 L4_control_A1 +LQ01X020330 At4g12840 7.085194761 L4_control_A2 +LQ01X020330 At4g12840 6.041359515 L4_control_A3 +LQ01X020330 At4g12840 6.120135043 L4_control_B1 +LQ01X020330 At4g12840 7.217422928 L4_control_B2 +LQ01X020330 At4g12840 6.74565245 L4_control_B3 +LQ01X020330 At4g12840 6.239581917 L4_control_C2 +LQ01X020330 At4g12840 5.572788185 L4_control_C3 +LQ01X020330 At4g12840 6.291700686 L4_chemical_A1 +LQ01X020330 At4g12840 6.949275695 L4_chemical_A2 +LQ01X020330 At4g12840 6.45462824 L4_chemical_A3 +LQ01X020330 At4g12840 6.465239086 L4_chemical_B1 +LQ01X020330 At4g12840 6.24531155 L4_chemical_B2 +LQ01X020330 At4g12840 6.503256741 L4_chemical_B3 +LQ01X020330 At4g12840 6.145276172 L4_chemical_C2 +LQ01X020330 At4g12840 6.014440792 L4_chemical_C3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.6787127 C6_control_A1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.39125413 C6_control_A3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.6951105 C6_control_B1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.64231451 C6_control_B2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.78113974 C6_control_B3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.54232385 C6_control_C1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.38133399 C6_control_C2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.5367718 C6_control_C3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.24575705 C6_chemical_A1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.40239388 C6_chemical_A3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.71363644 C6_chemical_B1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.6954492 C6_chemical_B2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.62883951 C6_chemical_B3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.26479166 C6_chemical_C1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.49941705 C6_chemical_C2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.35203474 C6_chemical_C3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.25423192 L4_control_A1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.2113871 L4_control_A2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 14.8211858 L4_control_A3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.65758384 L4_control_B1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.45400267 L4_control_B2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.60841407 L4_control_B3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.64443508 L4_control_C2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.78588548 L4_control_C3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.10275787 L4_chemical_A1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.12379232 L4_chemical_A2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 14.71166998 L4_chemical_A3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.33611969 L4_chemical_B1 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.72599772 L4_chemical_B2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.44833658 L4_chemical_B3 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.42278297 L4_chemical_C2 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.67380714 L4_chemical_C3 +LQ01X020370 Putative Uncharacterized protein yqxC 10.50871902 C6_control_A1 +LQ01X020370 Putative Uncharacterized protein yqxC 10.62187234 C6_control_A3 +LQ01X020370 Putative Uncharacterized protein yqxC 10.71422492 C6_control_B1 +LQ01X020370 Putative Uncharacterized protein yqxC 11.92091466 C6_control_B2 +LQ01X020370 Putative Uncharacterized protein yqxC 10.9396637 C6_control_B3 +LQ01X020370 Putative Uncharacterized protein yqxC 11.67660678 C6_control_C1 +LQ01X020370 Putative Uncharacterized protein yqxC 12.0184899 C6_control_C2 +LQ01X020370 Putative Uncharacterized protein yqxC 11.88740224 C6_control_C3 +LQ01X020370 Putative Uncharacterized protein yqxC 10.33351796 C6_chemical_A1 +LQ01X020370 Putative Uncharacterized protein yqxC 10.36546559 C6_chemical_A3 +LQ01X020370 Putative Uncharacterized protein yqxC 10.29623581 C6_chemical_B1 +LQ01X020370 Putative Uncharacterized protein yqxC 12.06254512 C6_chemical_B2 +LQ01X020370 Putative Uncharacterized protein yqxC 10.5580412 C6_chemical_B3 +LQ01X020370 Putative Uncharacterized protein yqxC 11.70037024 C6_chemical_C1 +LQ01X020370 Putative Uncharacterized protein yqxC 11.9384439 C6_chemical_C2 +LQ01X020370 Putative Uncharacterized protein yqxC 11.94412148 C6_chemical_C3 +LQ01X020370 Putative Uncharacterized protein yqxC 10.21151184 L4_control_A1 +LQ01X020370 Putative Uncharacterized protein yqxC 9.723092578 L4_control_A2 +LQ01X020370 Putative Uncharacterized protein yqxC 7.455489425 L4_control_A3 +LQ01X020370 Putative Uncharacterized protein yqxC 9.956409784 L4_control_B1 +LQ01X020370 Putative Uncharacterized protein yqxC 10.01717309 L4_control_B2 +LQ01X020370 Putative Uncharacterized protein yqxC 10.9400952 L4_control_B3 +LQ01X020370 Putative Uncharacterized protein yqxC 10.09021291 L4_control_C2 +LQ01X020370 Putative Uncharacterized protein yqxC 10.25045247 L4_control_C3 +LQ01X020370 Putative Uncharacterized protein yqxC 10.42078146 L4_chemical_A1 +LQ01X020370 Putative Uncharacterized protein yqxC 9.436907597 L4_chemical_A2 +LQ01X020370 Putative Uncharacterized protein yqxC 7.725358326 L4_chemical_A3 +LQ01X020370 Putative Uncharacterized protein yqxC 9.202917141 L4_chemical_B1 +LQ01X020370 Putative Uncharacterized protein yqxC 9.620086428 L4_chemical_B2 +LQ01X020370 Putative Uncharacterized protein yqxC 10.24525836 L4_chemical_B3 +LQ01X020370 Putative Uncharacterized protein yqxC 9.932092814 L4_chemical_C2 +LQ01X020370 Putative Uncharacterized protein yqxC 10.70026293 L4_chemical_C3 +LQ01X020380 Putative uncharacterized protein 10.79626487 C6_control_A1 +LQ01X020380 Putative uncharacterized protein 10.17570393 C6_control_A3 +LQ01X020380 Putative uncharacterized protein 10.08110943 C6_control_B1 +LQ01X020380 Putative uncharacterized protein 11.2262951 C6_control_B2 +LQ01X020380 Putative uncharacterized protein 10.24881293 C6_control_B3 +LQ01X020380 Putative uncharacterized protein 11.16714508 C6_control_C1 +LQ01X020380 Putative uncharacterized protein 10.95976186 C6_control_C2 +LQ01X020380 Putative uncharacterized protein 10.98081827 C6_control_C3 +LQ01X020380 Putative uncharacterized protein 10.55788959 C6_chemical_A1 +LQ01X020380 Putative uncharacterized protein 10.71589651 C6_chemical_A3 +LQ01X020380 Putative uncharacterized protein 9.580745362 C6_chemical_B1 +LQ01X020380 Putative uncharacterized protein 11.19973771 C6_chemical_B2 +LQ01X020380 Putative uncharacterized protein 10.16339444 C6_chemical_B3 +LQ01X020380 Putative uncharacterized protein 11.05513442 C6_chemical_C1 +LQ01X020380 Putative uncharacterized protein 11.31626247 C6_chemical_C2 +LQ01X020380 Putative uncharacterized protein 11.2089503 C6_chemical_C3 +LQ01X020380 Putative uncharacterized protein 10.72288371 L4_control_A1 +LQ01X020380 Putative uncharacterized protein 11.36704479 L4_control_A2 +LQ01X020380 Putative uncharacterized protein 10.91840437 L4_control_A3 +LQ01X020380 Putative uncharacterized protein 10.60276176 L4_control_B1 +LQ01X020380 Putative uncharacterized protein 9.889229896 L4_control_B2 +LQ01X020380 Putative uncharacterized protein 10.63213437 L4_control_B3 +LQ01X020380 Putative uncharacterized protein 10.54369909 L4_control_C2 +LQ01X020380 Putative uncharacterized protein 10.13804448 L4_control_C3 +LQ01X020380 Putative uncharacterized protein 11.03029664 L4_chemical_A1 +LQ01X020380 Putative uncharacterized protein 11.66639501 L4_chemical_A2 +LQ01X020380 Putative uncharacterized protein 11.4027355 L4_chemical_A3 +LQ01X020380 Putative uncharacterized protein 10.21175527 L4_chemical_B1 +LQ01X020380 Putative uncharacterized protein 10.33839466 L4_chemical_B2 +LQ01X020380 Putative uncharacterized protein 10.67227419 L4_chemical_B3 +LQ01X020380 Putative uncharacterized protein 10.71242924 L4_chemical_C2 +LQ01X020380 Putative uncharacterized protein 10.27099596 L4_chemical_C3 +LQ01X020420 Chitinase, putative 11.43382004 C6_control_A1 +LQ01X020420 Chitinase, putative 11.40850877 C6_control_A3 +LQ01X020420 Chitinase, putative 11.3562803 C6_control_B1 +LQ01X020420 Chitinase, putative 12.38380695 C6_control_B2 +LQ01X020420 Chitinase, putative 11.21593594 C6_control_B3 +LQ01X020420 Chitinase, putative 11.98831686 C6_control_C1 +LQ01X020420 Chitinase, putative 12.17013399 C6_control_C2 +LQ01X020420 Chitinase, putative 12.07661912 C6_control_C3 +LQ01X020420 Chitinase, putative 11.44192303 C6_chemical_A1 +LQ01X020420 Chitinase, putative 11.59679018 C6_chemical_A3 +LQ01X020420 Chitinase, putative 11.37811743 C6_chemical_B1 +LQ01X020420 Chitinase, putative 12.2982311 C6_chemical_B2 +LQ01X020420 Chitinase, putative 11.15181763 C6_chemical_B3 +LQ01X020420 Chitinase, putative 11.88275557 C6_chemical_C1 +LQ01X020420 Chitinase, putative 12.35204205 C6_chemical_C2 +LQ01X020420 Chitinase, putative 11.89680549 C6_chemical_C3 +LQ01X020420 Chitinase, putative 11.31367166 L4_control_A1 +LQ01X020420 Chitinase, putative 12.25875603 L4_control_A2 +LQ01X020420 Chitinase, putative 11.27380915 L4_control_A3 +LQ01X020420 Chitinase, putative 12.06940223 L4_control_B1 +LQ01X020420 Chitinase, putative 11.72998172 L4_control_B2 +LQ01X020420 Chitinase, putative 12.40822248 L4_control_B3 +LQ01X020420 Chitinase, putative 11.78821931 L4_control_C2 +LQ01X020420 Chitinase, putative 11.57838826 L4_control_C3 +LQ01X020420 Chitinase, putative 11.3251947 L4_chemical_A1 +LQ01X020420 Chitinase, putative 12.11277251 L4_chemical_A2 +LQ01X020420 Chitinase, putative 11.16014263 L4_chemical_A3 +LQ01X020420 Chitinase, putative 11.67613877 L4_chemical_B1 +LQ01X020420 Chitinase, putative 11.93729033 L4_chemical_B2 +LQ01X020420 Chitinase, putative 11.68407205 L4_chemical_B3 +LQ01X020420 Chitinase, putative 12.22748132 L4_chemical_C2 +LQ01X020420 Chitinase, putative 11.6787809 L4_chemical_C3 +LQ01X020432 Putative uncharacterized protein 5.158077997 C6_control_A1 +LQ01X020432 Putative uncharacterized protein 4.791109263 C6_control_A3 +LQ01X020432 Putative uncharacterized protein 5.393417254 C6_control_B1 +LQ01X020432 Putative uncharacterized protein 6.063140833 C6_control_B2 +LQ01X020432 Putative uncharacterized protein 5.326090412 C6_control_B3 +LQ01X020432 Putative uncharacterized protein 5.107930531 C6_control_C1 +LQ01X020432 Putative uncharacterized protein 5.842524865 C6_control_C2 +LQ01X020432 Putative uncharacterized protein 5.760669509 C6_control_C3 +LQ01X020432 Putative uncharacterized protein 5.120934775 C6_chemical_A1 +LQ01X020432 Putative uncharacterized protein 5.268753797 C6_chemical_A3 +LQ01X020432 Putative uncharacterized protein 6.084302921 C6_chemical_B1 +LQ01X020432 Putative uncharacterized protein 6.360764178 C6_chemical_B2 +LQ01X020432 Putative uncharacterized protein 5.479595898 C6_chemical_B3 +LQ01X020432 Putative uncharacterized protein 5.258658629 C6_chemical_C1 +LQ01X020432 Putative uncharacterized protein 6.325473649 C6_chemical_C2 +LQ01X020432 Putative uncharacterized protein 5.77897022 C6_chemical_C3 +LQ01X020432 Putative uncharacterized protein 5.142400913 L4_control_A1 +LQ01X020432 Putative uncharacterized protein 5.362310741 L4_control_A2 +LQ01X020432 Putative uncharacterized protein 4.870681214 L4_control_A3 +LQ01X020432 Putative uncharacterized protein 5.652410005 L4_control_B1 +LQ01X020432 Putative uncharacterized protein 5.740467188 L4_control_B2 +LQ01X020432 Putative uncharacterized protein 5.236557832 L4_control_B3 +LQ01X020432 Putative uncharacterized protein 5.351119437 L4_control_C2 +LQ01X020432 Putative uncharacterized protein 5.566740493 L4_control_C3 +LQ01X020432 Putative uncharacterized protein 5.104889562 L4_chemical_A1 +LQ01X020432 Putative uncharacterized protein 5.105694771 L4_chemical_A2 +LQ01X020432 Putative uncharacterized protein 4.947652407 L4_chemical_A3 +LQ01X020432 Putative uncharacterized protein 5.165403364 L4_chemical_B1 +LQ01X020432 Putative uncharacterized protein 5.294952707 L4_chemical_B2 +LQ01X020432 Putative uncharacterized protein 5.385215513 L4_chemical_B3 +LQ01X020432 Putative uncharacterized protein 4.905972236 L4_chemical_C2 +LQ01X020432 Putative uncharacterized protein 5.408065322 L4_chemical_C3 +LQ01X020450 Putative uncharacterized protein 13.79525077 C6_control_A1 +LQ01X020450 Putative uncharacterized protein 13.4483599 C6_control_A3 +LQ01X020450 Putative uncharacterized protein 13.89847174 C6_control_B1 +LQ01X020450 Putative uncharacterized protein 12.9815705 C6_control_B2 +LQ01X020450 Putative uncharacterized protein 13.84195527 C6_control_B3 +LQ01X020450 Putative uncharacterized protein 13.16177594 C6_control_C1 +LQ01X020450 Putative uncharacterized protein 13.3363116 C6_control_C2 +LQ01X020450 Putative uncharacterized protein 13.12370898 C6_control_C3 +LQ01X020450 Putative uncharacterized protein 13.92735617 C6_chemical_A1 +LQ01X020450 Putative uncharacterized protein 14.33203079 C6_chemical_A3 +LQ01X020450 Putative uncharacterized protein 14.20067977 C6_chemical_B1 +LQ01X020450 Putative uncharacterized protein 13.33372948 C6_chemical_B2 +LQ01X020450 Putative uncharacterized protein 14.28690859 C6_chemical_B3 +LQ01X020450 Putative uncharacterized protein 13.32598786 C6_chemical_C1 +LQ01X020450 Putative uncharacterized protein 13.22159616 C6_chemical_C2 +LQ01X020450 Putative uncharacterized protein 13.90195324 C6_chemical_C3 +LQ01X020450 Putative uncharacterized protein 13.91123861 L4_control_A1 +LQ01X020450 Putative uncharacterized protein 14.18766604 L4_control_A2 +LQ01X020450 Putative uncharacterized protein 13.62946292 L4_control_A3 +LQ01X020450 Putative uncharacterized protein 14.25826296 L4_control_B1 +LQ01X020450 Putative uncharacterized protein 14.81885952 L4_control_B2 +LQ01X020450 Putative uncharacterized protein 14.7772673 L4_control_B3 +LQ01X020450 Putative uncharacterized protein 14.53819798 L4_control_C2 +LQ01X020450 Putative uncharacterized protein 14.97862595 L4_control_C3 +LQ01X020450 Putative uncharacterized protein 13.79533602 L4_chemical_A1 +LQ01X020450 Putative uncharacterized protein 13.74061256 L4_chemical_A2 +LQ01X020450 Putative uncharacterized protein 13.48174478 L4_chemical_A3 +LQ01X020450 Putative uncharacterized protein 14.09770347 L4_chemical_B1 +LQ01X020450 Putative uncharacterized protein 14.18374909 L4_chemical_B2 +LQ01X020450 Putative uncharacterized protein 14.4121441 L4_chemical_B3 +LQ01X020450 Putative uncharacterized protein 14.52047842 L4_chemical_C2 +LQ01X020450 Putative uncharacterized protein 14.85068941 L4_chemical_C3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.898317543 C6_control_A1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.358977688 C6_control_A3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.777816489 C6_control_B1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.45415377 C6_control_B2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.509261205 C6_control_B3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.566992748 C6_control_C1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 6.387355982 C6_control_C2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.47321714 C6_control_C3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.708006719 C6_chemical_A1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.566893847 C6_chemical_A3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.540954221 C6_chemical_B1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.781695007 C6_chemical_B2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.673134185 C6_chemical_B3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.458722045 C6_chemical_C1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.494867417 C6_chemical_C2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.673825638 C6_chemical_C3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.653276815 L4_control_A1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.855247376 L4_control_A2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.468604913 L4_control_A3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 6.165576923 L4_control_B1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 6.536465977 L4_control_B2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 6.016950291 L4_control_B3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.916139412 L4_control_C2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.954656825 L4_control_C3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 6.084138954 L4_chemical_A1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.774284975 L4_chemical_A2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.328773931 L4_chemical_A3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 6.910456495 L4_chemical_B1 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 6.601061797 L4_chemical_B2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.695771854 L4_chemical_B3 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.660867253 L4_chemical_C2 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.85645065 L4_chemical_C3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.38002844 C6_control_A1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.25852609 C6_control_A3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.13156148 C6_control_B1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 9.45740242 C6_control_B2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 8.989372114 C6_control_B3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.09157405 C6_control_C1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 9.324825999 C6_control_C2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 9.700684836 C6_control_C3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.99997962 C6_chemical_A1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.78615766 C6_chemical_A3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.62844826 C6_chemical_B1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 9.928738297 C6_chemical_B2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.33404181 C6_chemical_B3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 9.8845393 C6_chemical_C1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.10953768 C6_chemical_C2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.57621267 C6_chemical_C3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.68986134 L4_control_A1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.88602787 L4_control_A2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.67686846 L4_control_A3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.3933071 L4_control_B1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.35354613 L4_control_B2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 8.980392029 L4_control_B3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.10711521 L4_control_C2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.18490929 L4_control_C3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 12.32018839 L4_chemical_A1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 12.52850937 L4_chemical_A2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.94230151 L4_chemical_A3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.85171675 L4_chemical_B1 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.01415447 L4_chemical_B2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.5817785 L4_chemical_B3 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.4300798 L4_chemical_C2 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 10.56190609 L4_chemical_C3 +LQ01X020600 Acyl-CoA thioesterase, putative 13.30975561 C6_control_A1 +LQ01X020600 Acyl-CoA thioesterase, putative 12.92869041 C6_control_A3 +LQ01X020600 Acyl-CoA thioesterase, putative 13.21586581 C6_control_B1 +LQ01X020600 Acyl-CoA thioesterase, putative 12.38897956 C6_control_B2 +LQ01X020600 Acyl-CoA thioesterase, putative 12.88399046 C6_control_B3 +LQ01X020600 Acyl-CoA thioesterase, putative 12.3276324 C6_control_C1 +LQ01X020600 Acyl-CoA thioesterase, putative 12.11359585 C6_control_C2 +LQ01X020600 Acyl-CoA thioesterase, putative 11.86115792 C6_control_C3 +LQ01X020600 Acyl-CoA thioesterase, putative 13.06367675 C6_chemical_A1 +LQ01X020600 Acyl-CoA thioesterase, putative 13.07510838 C6_chemical_A3 +LQ01X020600 Acyl-CoA thioesterase, putative 12.84460445 C6_chemical_B1 +LQ01X020600 Acyl-CoA thioesterase, putative 12.54633826 C6_chemical_B2 +LQ01X020600 Acyl-CoA thioesterase, putative 12.51695609 C6_chemical_B3 +LQ01X020600 Acyl-CoA thioesterase, putative 12.34051692 C6_chemical_C1 +LQ01X020600 Acyl-CoA thioesterase, putative 11.86493032 C6_chemical_C2 +LQ01X020600 Acyl-CoA thioesterase, putative 11.42417297 C6_chemical_C3 +LQ01X020600 Acyl-CoA thioesterase, putative 13.10105092 L4_control_A1 +LQ01X020600 Acyl-CoA thioesterase, putative 12.88744365 L4_control_A2 +LQ01X020600 Acyl-CoA thioesterase, putative 13.14182464 L4_control_A3 +LQ01X020600 Acyl-CoA thioesterase, putative 12.77722681 L4_control_B1 +LQ01X020600 Acyl-CoA thioesterase, putative 12.76355945 L4_control_B2 +LQ01X020600 Acyl-CoA thioesterase, putative 12.26270636 L4_control_B3 +LQ01X020600 Acyl-CoA thioesterase, putative 12.84010911 L4_control_C2 +LQ01X020600 Acyl-CoA thioesterase, putative 12.2936606 L4_control_C3 +LQ01X020600 Acyl-CoA thioesterase, putative 12.67218625 L4_chemical_A1 +LQ01X020600 Acyl-CoA thioesterase, putative 12.50338597 L4_chemical_A2 +LQ01X020600 Acyl-CoA thioesterase, putative 13.23397406 L4_chemical_A3 +LQ01X020600 Acyl-CoA thioesterase, putative 12.77706723 L4_chemical_B1 +LQ01X020600 Acyl-CoA thioesterase, putative 12.70049341 L4_chemical_B2 +LQ01X020600 Acyl-CoA thioesterase, putative 12.48600443 L4_chemical_B3 +LQ01X020600 Acyl-CoA thioesterase, putative 12.91629108 L4_chemical_C2 +LQ01X020600 Acyl-CoA thioesterase, putative 12.20846986 L4_chemical_C3 +LQ01X020610 Formin-like protein 1 5.738640587 C6_control_A1 +LQ01X020610 Formin-like protein 1 5.459492353 C6_control_A3 +LQ01X020610 Formin-like protein 1 5.815472474 C6_control_B1 +LQ01X020610 Formin-like protein 1 5.925843342 C6_control_B2 +LQ01X020610 Formin-like protein 1 6.587033569 C6_control_B3 +LQ01X020610 Formin-like protein 1 5.124781348 C6_control_C1 +LQ01X020610 Formin-like protein 1 5.531277528 C6_control_C2 +LQ01X020610 Formin-like protein 1 5.327516314 C6_control_C3 +LQ01X020610 Formin-like protein 1 5.643765426 C6_chemical_A1 +LQ01X020610 Formin-like protein 1 5.985429609 C6_chemical_A3 +LQ01X020610 Formin-like protein 1 6.594597706 C6_chemical_B1 +LQ01X020610 Formin-like protein 1 5.798681975 C6_chemical_B2 +LQ01X020610 Formin-like protein 1 5.674871704 C6_chemical_B3 +LQ01X020610 Formin-like protein 1 5.399418992 C6_chemical_C1 +LQ01X020610 Formin-like protein 1 5.251476805 C6_chemical_C2 +LQ01X020610 Formin-like protein 1 5.914744343 C6_chemical_C3 +LQ01X020610 Formin-like protein 1 5.509509163 L4_control_A1 +LQ01X020610 Formin-like protein 1 6.430938853 L4_control_A2 +LQ01X020610 Formin-like protein 1 5.548165644 L4_control_A3 +LQ01X020610 Formin-like protein 1 5.55883084 L4_control_B1 +LQ01X020610 Formin-like protein 1 6.205344534 L4_control_B2 +LQ01X020610 Formin-like protein 1 6.285475199 L4_control_B3 +LQ01X020610 Formin-like protein 1 5.595990497 L4_control_C2 +LQ01X020610 Formin-like protein 1 5.439087023 L4_control_C3 +LQ01X020610 Formin-like protein 1 5.798824234 L4_chemical_A1 +LQ01X020610 Formin-like protein 1 5.917760618 L4_chemical_A2 +LQ01X020610 Formin-like protein 1 5.597096042 L4_chemical_A3 +LQ01X020610 Formin-like protein 1 6.110117094 L4_chemical_B1 +LQ01X020610 Formin-like protein 1 6.479227231 L4_chemical_B2 +LQ01X020610 Formin-like protein 1 6.029654626 L4_chemical_B3 +LQ01X020610 Formin-like protein 1 5.533033903 L4_chemical_C2 +LQ01X020610 Formin-like protein 1 5.396355924 L4_chemical_C3 +LQ01X020620 Predicted protein 4.823711577 C6_control_A1 +LQ01X020620 Predicted protein 4.773821546 C6_control_A3 +LQ01X020620 Predicted protein 4.777351522 C6_control_B1 +LQ01X020620 Predicted protein 4.919596784 C6_control_B2 +LQ01X020620 Predicted protein 4.916425741 C6_control_B3 +LQ01X020620 Predicted protein 5.105077639 C6_control_C1 +LQ01X020620 Predicted protein 5.280789446 C6_control_C2 +LQ01X020620 Predicted protein 4.839578992 C6_control_C3 +LQ01X020620 Predicted protein 5.298965015 C6_chemical_A1 +LQ01X020620 Predicted protein 4.945756733 C6_chemical_A3 +LQ01X020620 Predicted protein 4.949786631 C6_chemical_B1 +LQ01X020620 Predicted protein 5.062826535 C6_chemical_B2 +LQ01X020620 Predicted protein 5.074447914 C6_chemical_B3 +LQ01X020620 Predicted protein 5.443324127 C6_chemical_C1 +LQ01X020620 Predicted protein 5.246372646 C6_chemical_C2 +LQ01X020620 Predicted protein 5.352081398 C6_chemical_C3 +LQ01X020620 Predicted protein 4.995261468 L4_control_A1 +LQ01X020620 Predicted protein 5.075767412 L4_control_A2 +LQ01X020620 Predicted protein 5.032432361 L4_control_A3 +LQ01X020620 Predicted protein 4.870595135 L4_control_B1 +LQ01X020620 Predicted protein 4.777189599 L4_control_B2 +LQ01X020620 Predicted protein 5.124093015 L4_control_B3 +LQ01X020620 Predicted protein 5.163330589 L4_control_C2 +LQ01X020620 Predicted protein 5.242163338 L4_control_C3 +LQ01X020620 Predicted protein 5.238273815 L4_chemical_A1 +LQ01X020620 Predicted protein 5.01767236 L4_chemical_A2 +LQ01X020620 Predicted protein 4.899414001 L4_chemical_A3 +LQ01X020620 Predicted protein 5.254215084 L4_chemical_B1 +LQ01X020620 Predicted protein 5.415877696 L4_chemical_B2 +LQ01X020620 Predicted protein 4.72557 L4_chemical_B3 +LQ01X020620 Predicted protein 5.258000306 L4_chemical_C2 +LQ01X020620 Predicted protein 5.105454101 L4_chemical_C3 +LQ01X020630 Ribonuclease 2 13.76009431 C6_control_A1 +LQ01X020630 Ribonuclease 2 13.47165747 C6_control_A3 +LQ01X020630 Ribonuclease 2 13.4113151 C6_control_B1 +LQ01X020630 Ribonuclease 2 13.93808824 C6_control_B2 +LQ01X020630 Ribonuclease 2 13.22598926 C6_control_B3 +LQ01X020630 Ribonuclease 2 13.76307596 C6_control_C1 +LQ01X020630 Ribonuclease 2 13.34011947 C6_control_C2 +LQ01X020630 Ribonuclease 2 13.33695894 C6_control_C3 +LQ01X020630 Ribonuclease 2 13.83383923 C6_chemical_A1 +LQ01X020630 Ribonuclease 2 13.36218012 C6_chemical_A3 +LQ01X020630 Ribonuclease 2 13.51513235 C6_chemical_B1 +LQ01X020630 Ribonuclease 2 13.8517034 C6_chemical_B2 +LQ01X020630 Ribonuclease 2 13.27430731 C6_chemical_B3 +LQ01X020630 Ribonuclease 2 13.78339434 C6_chemical_C1 +LQ01X020630 Ribonuclease 2 13.61656099 C6_chemical_C2 +LQ01X020630 Ribonuclease 2 13.38722031 C6_chemical_C3 +LQ01X020630 Ribonuclease 2 13.34617399 L4_control_A1 +LQ01X020630 Ribonuclease 2 11.90460752 L4_control_A2 +LQ01X020630 Ribonuclease 2 12.71713891 L4_control_A3 +LQ01X020630 Ribonuclease 2 12.44389809 L4_control_B1 +LQ01X020630 Ribonuclease 2 12.01413417 L4_control_B2 +LQ01X020630 Ribonuclease 2 13.02322811 L4_control_B3 +LQ01X020630 Ribonuclease 2 12.3221167 L4_control_C2 +LQ01X020630 Ribonuclease 2 12.23845719 L4_control_C3 +LQ01X020630 Ribonuclease 2 13.52019433 L4_chemical_A1 +LQ01X020630 Ribonuclease 2 12.59764342 L4_chemical_A2 +LQ01X020630 Ribonuclease 2 13.15318197 L4_chemical_A3 +LQ01X020630 Ribonuclease 2 12.87098015 L4_chemical_B1 +LQ01X020630 Ribonuclease 2 12.59875927 L4_chemical_B2 +LQ01X020630 Ribonuclease 2 13.15356785 L4_chemical_B3 +LQ01X020630 Ribonuclease 2 12.35351076 L4_chemical_C2 +LQ01X020630 Ribonuclease 2 12.37483394 L4_chemical_C3 +LQ01X020660 60S ribosomal protein L5 14.73809354 C6_control_A1 +LQ01X020660 60S ribosomal protein L5 14.90838102 C6_control_A3 +LQ01X020660 60S ribosomal protein L5 14.29784056 C6_control_B1 +LQ01X020660 60S ribosomal protein L5 14.11317807 C6_control_B2 +LQ01X020660 60S ribosomal protein L5 13.90179446 C6_control_B3 +LQ01X020660 60S ribosomal protein L5 13.94436965 C6_control_C1 +LQ01X020660 60S ribosomal protein L5 13.74376076 C6_control_C2 +LQ01X020660 60S ribosomal protein L5 13.45995982 C6_control_C3 +LQ01X020660 60S ribosomal protein L5 14.68632893 C6_chemical_A1 +LQ01X020660 60S ribosomal protein L5 14.9209186 C6_chemical_A3 +LQ01X020660 60S ribosomal protein L5 14.06638778 C6_chemical_B1 +LQ01X020660 60S ribosomal protein L5 13.66765041 C6_chemical_B2 +LQ01X020660 60S ribosomal protein L5 13.8216057 C6_chemical_B3 +LQ01X020660 60S ribosomal protein L5 13.92053909 C6_chemical_C1 +LQ01X020660 60S ribosomal protein L5 13.75646203 C6_chemical_C2 +LQ01X020660 60S ribosomal protein L5 13.33503621 C6_chemical_C3 +LQ01X020660 60S ribosomal protein L5 14.93510511 L4_control_A1 +LQ01X020660 60S ribosomal protein L5 14.45801867 L4_control_A2 +LQ01X020660 60S ribosomal protein L5 15.13491539 L4_control_A3 +LQ01X020660 60S ribosomal protein L5 13.76748404 L4_control_B1 +LQ01X020660 60S ribosomal protein L5 14.22477835 L4_control_B2 +LQ01X020660 60S ribosomal protein L5 13.85368891 L4_control_B3 +LQ01X020660 60S ribosomal protein L5 13.96932682 L4_control_C2 +LQ01X020660 60S ribosomal protein L5 14.05392477 L4_control_C3 +LQ01X020660 60S ribosomal protein L5 14.88277872 L4_chemical_A1 +LQ01X020660 60S ribosomal protein L5 14.19167331 L4_chemical_A2 +LQ01X020660 60S ribosomal protein L5 14.63855042 L4_chemical_A3 +LQ01X020660 60S ribosomal protein L5 14.19014369 L4_chemical_B1 +LQ01X020660 60S ribosomal protein L5 13.81450034 L4_chemical_B2 +LQ01X020660 60S ribosomal protein L5 14.21198177 L4_chemical_B3 +LQ01X020660 60S ribosomal protein L5 14.29437033 L4_chemical_C2 +LQ01X020660 60S ribosomal protein L5 14.06728002 L4_chemical_C3 +LQ01X020700 Peroxisome biogenesis factor 13 13.9051086 C6_control_A1 +LQ01X020700 Peroxisome biogenesis factor 13 13.79751786 C6_control_A3 +LQ01X020700 Peroxisome biogenesis factor 13 14.26608876 C6_control_B1 +LQ01X020700 Peroxisome biogenesis factor 13 14.47538032 C6_control_B2 +LQ01X020700 Peroxisome biogenesis factor 13 14.11943687 C6_control_B3 +LQ01X020700 Peroxisome biogenesis factor 13 14.75470716 C6_control_C1 +LQ01X020700 Peroxisome biogenesis factor 13 14.71094321 C6_control_C2 +LQ01X020700 Peroxisome biogenesis factor 13 14.63556211 C6_control_C3 +LQ01X020700 Peroxisome biogenesis factor 13 14.00030664 C6_chemical_A1 +LQ01X020700 Peroxisome biogenesis factor 13 13.73469582 C6_chemical_A3 +LQ01X020700 Peroxisome biogenesis factor 13 14.38726271 C6_chemical_B1 +LQ01X020700 Peroxisome biogenesis factor 13 14.46692754 C6_chemical_B2 +LQ01X020700 Peroxisome biogenesis factor 13 14.06495266 C6_chemical_B3 +LQ01X020700 Peroxisome biogenesis factor 13 14.61620306 C6_chemical_C1 +LQ01X020700 Peroxisome biogenesis factor 13 14.69736364 C6_chemical_C2 +LQ01X020700 Peroxisome biogenesis factor 13 14.67893658 C6_chemical_C3 +LQ01X020700 Peroxisome biogenesis factor 13 13.32259081 L4_control_A1 +LQ01X020700 Peroxisome biogenesis factor 13 13.21901628 L4_control_A2 +LQ01X020700 Peroxisome biogenesis factor 13 12.34192364 L4_control_A3 +LQ01X020700 Peroxisome biogenesis factor 13 14.1182606 L4_control_B1 +LQ01X020700 Peroxisome biogenesis factor 13 13.63707009 L4_control_B2 +LQ01X020700 Peroxisome biogenesis factor 13 13.84321753 L4_control_B3 +LQ01X020700 Peroxisome biogenesis factor 13 14.01358945 L4_control_C2 +LQ01X020700 Peroxisome biogenesis factor 13 14.25245036 L4_control_C3 +LQ01X020700 Peroxisome biogenesis factor 13 13.70032254 L4_chemical_A1 +LQ01X020700 Peroxisome biogenesis factor 13 13.99201351 L4_chemical_A2 +LQ01X020700 Peroxisome biogenesis factor 13 12.49541429 L4_chemical_A3 +LQ01X020700 Peroxisome biogenesis factor 13 14.31592192 L4_chemical_B1 +LQ01X020700 Peroxisome biogenesis factor 13 14.14781835 L4_chemical_B2 +LQ01X020700 Peroxisome biogenesis factor 13 13.68933454 L4_chemical_B3 +LQ01X020700 Peroxisome biogenesis factor 13 14.04339566 L4_chemical_C2 +LQ01X020700 Peroxisome biogenesis factor 13 14.39731264 L4_chemical_C3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.9059226 C6_control_A1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 12.78632054 C6_control_A3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.94451986 C6_control_B1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 12.92658688 C6_control_B2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.60783111 C6_control_B3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 9.961457275 C6_control_C1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 9.41874023 C6_control_C2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 9.403907305 C6_control_C3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.75082885 C6_chemical_A1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 12.93127278 C6_chemical_A3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.79139407 C6_chemical_B1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.12914799 C6_chemical_B2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 12.98560183 C6_chemical_B3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 9.866142722 C6_chemical_C1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 8.763824103 C6_chemical_C2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 8.118342005 C6_chemical_C3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.38123966 L4_control_A1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 14.10259109 L4_control_A2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.52615417 L4_control_A3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.72293277 L4_control_B1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.80572893 L4_control_B2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 11.83912463 L4_control_B3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 8.279485816 L4_control_C2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 8.086745058 L4_control_C3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.13943245 L4_chemical_A1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.84551551 L4_chemical_A2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.33390571 L4_chemical_A3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 14.17703651 L4_chemical_B1 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 14.17496681 L4_chemical_B2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.75898793 L4_chemical_B3 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 8.317791239 L4_chemical_C2 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 9.122990459 L4_chemical_C3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.272708596 C6_control_A1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.723153264 C6_control_A3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.641971998 C6_control_B1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.761911768 C6_control_B2 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.784413833 C6_control_B3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.159274477 C6_control_C1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.970816488 C6_control_C2 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.309935241 C6_control_C3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.297957445 C6_chemical_A1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.078257231 C6_chemical_A3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.766251525 C6_chemical_B1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.805847545 C6_chemical_B2 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.342965478 C6_chemical_B3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.395528647 C6_chemical_C1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.341729542 C6_chemical_C2 +LQ01X020780 Dopamine beta-monooxygenase, putative 5.870148475 C6_chemical_C3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.241410964 L4_control_A1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.441663661 L4_control_A2 +LQ01X020780 Dopamine beta-monooxygenase, putative 5.687510202 L4_control_A3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.432387449 L4_control_B1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.41531222 L4_control_B2 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.421471083 L4_control_B3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.807938854 L4_control_C2 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.570833332 L4_control_C3 +LQ01X020780 Dopamine beta-monooxygenase, putative 5.941932818 L4_chemical_A1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.337140098 L4_chemical_A2 +LQ01X020780 Dopamine beta-monooxygenase, putative 5.901865817 L4_chemical_A3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.699891437 L4_chemical_B1 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.722575789 L4_chemical_B2 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.510181332 L4_chemical_B3 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.220754509 L4_chemical_C2 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.85677631 L4_chemical_C3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 12.93194866 C6_control_A1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.24190044 C6_control_A3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 12.70218166 C6_control_B1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 11.54802979 C6_control_B2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 12.84928799 C6_control_B3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 9.548144127 C6_control_C1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 8.833283506 C6_control_C2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 9.625174928 C6_control_C3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.30845421 C6_chemical_A1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.44213114 C6_chemical_A3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 12.67669132 C6_chemical_B1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 11.56942616 C6_chemical_B2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 12.81335646 C6_chemical_B3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 9.202736173 C6_chemical_C1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 8.945032431 C6_chemical_C2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 9.106499754 C6_chemical_C3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.70430231 L4_control_A1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.93341428 L4_control_A2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.15316252 L4_control_A3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 12.66754107 L4_control_B1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 12.86281308 L4_control_B2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 11.87859676 L4_control_B3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 10.34392643 L4_control_C2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 11.17526894 L4_control_C3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.76645992 L4_chemical_A1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.38244927 L4_chemical_A2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.39252366 L4_chemical_A3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.7673713 L4_chemical_B1 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.39022617 L4_chemical_B2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.62239291 L4_chemical_B3 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 10.5099011 L4_chemical_C2 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 10.89418513 L4_chemical_C3 +LQ01X020820 60S ribosomal protein L32-1 6.56237742 C6_control_A1 +LQ01X020820 60S ribosomal protein L32-1 6.41877738 C6_control_A3 +LQ01X020820 60S ribosomal protein L32-1 5.824106775 C6_control_B1 +LQ01X020820 60S ribosomal protein L32-1 6.457849598 C6_control_B2 +LQ01X020820 60S ribosomal protein L32-1 6.02084882 C6_control_B3 +LQ01X020820 60S ribosomal protein L32-1 6.940783523 C6_control_C1 +LQ01X020820 60S ribosomal protein L32-1 6.270114894 C6_control_C2 +LQ01X020820 60S ribosomal protein L32-1 7.028096746 C6_control_C3 +LQ01X020820 60S ribosomal protein L32-1 5.92964293 C6_chemical_A1 +LQ01X020820 60S ribosomal protein L32-1 6.049293279 C6_chemical_A3 +LQ01X020820 60S ribosomal protein L32-1 5.473078333 C6_chemical_B1 +LQ01X020820 60S ribosomal protein L32-1 6.112597005 C6_chemical_B2 +LQ01X020820 60S ribosomal protein L32-1 5.77037328 C6_chemical_B3 +LQ01X020820 60S ribosomal protein L32-1 7.02485357 C6_chemical_C1 +LQ01X020820 60S ribosomal protein L32-1 6.289803791 C6_chemical_C2 +LQ01X020820 60S ribosomal protein L32-1 6.747742626 C6_chemical_C3 +LQ01X020820 60S ribosomal protein L32-1 6.398730259 L4_control_A1 +LQ01X020820 60S ribosomal protein L32-1 6.692693422 L4_control_A2 +LQ01X020820 60S ribosomal protein L32-1 6.180733412 L4_control_A3 +LQ01X020820 60S ribosomal protein L32-1 5.486866794 L4_control_B1 +LQ01X020820 60S ribosomal protein L32-1 5.79640627 L4_control_B2 +LQ01X020820 60S ribosomal protein L32-1 6.306201914 L4_control_B3 +LQ01X020820 60S ribosomal protein L32-1 6.183116012 L4_control_C2 +LQ01X020820 60S ribosomal protein L32-1 6.026531746 L4_control_C3 +LQ01X020820 60S ribosomal protein L32-1 5.869341731 L4_chemical_A1 +LQ01X020820 60S ribosomal protein L32-1 6.292223311 L4_chemical_A2 +LQ01X020820 60S ribosomal protein L32-1 5.587339838 L4_chemical_A3 +LQ01X020820 60S ribosomal protein L32-1 5.924205879 L4_chemical_B1 +LQ01X020820 60S ribosomal protein L32-1 5.581232284 L4_chemical_B2 +LQ01X020820 60S ribosomal protein L32-1 6.557312849 L4_chemical_B3 +LQ01X020820 60S ribosomal protein L32-1 5.630305444 L4_chemical_C2 +LQ01X020820 60S ribosomal protein L32-1 5.657303624 L4_chemical_C3 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.726021862 C6_control_A1 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.03153101 C6_control_A3 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.517703983 C6_control_B1 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.235095923 C6_control_B2 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.08482597 C6_control_B3 +LQ01X020850 Serine/threonine-protein kinase OXI1 7.617606445 C6_control_C1 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.41652742 C6_control_C2 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.151139345 C6_control_C3 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.7400586 C6_chemical_A1 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.509607288 C6_chemical_A3 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.094913391 C6_chemical_B1 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.001150659 C6_chemical_B2 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.893475995 C6_chemical_B3 +LQ01X020850 Serine/threonine-protein kinase OXI1 7.605326401 C6_chemical_C1 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.403230755 C6_chemical_C2 +LQ01X020850 Serine/threonine-protein kinase OXI1 7.905183425 C6_chemical_C3 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.127646695 L4_control_A1 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.800021273 L4_control_A2 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.693429049 L4_control_A3 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.457158354 L4_control_B1 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.872271013 L4_control_B2 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.361177899 L4_control_B3 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.05115614 L4_control_C2 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.528104822 L4_control_C3 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.060637679 L4_chemical_A1 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.684327062 L4_chemical_A2 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.762479093 L4_chemical_A3 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.299606329 L4_chemical_B1 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.459326184 L4_chemical_B2 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.310077017 L4_chemical_B3 +LQ01X020850 Serine/threonine-protein kinase OXI1 9.492430787 L4_chemical_C2 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.570930017 L4_chemical_C3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.30559578 C6_control_A1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.09606058 C6_control_A3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.51888078 C6_control_B1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.47033584 C6_control_B2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.49730326 C6_control_B3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.99819445 C6_control_C1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.82115992 C6_control_C2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.77975054 C6_control_C3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.29291813 C6_chemical_A1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 10.96903145 C6_chemical_A3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.88515528 C6_chemical_B1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.3433146 C6_chemical_B2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.30586022 C6_chemical_B3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.90790823 C6_chemical_C1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.82705951 C6_chemical_C2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.75254245 C6_chemical_C3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 10.81285872 L4_control_A1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.4872103 L4_control_A2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.72505667 L4_control_A3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.64034552 L4_control_B1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.84264351 L4_control_B2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 10.97389663 L4_control_B3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 12.88051456 L4_control_C2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 12.40395408 L4_control_C3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.00970542 L4_chemical_A1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.50112327 L4_chemical_A2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.35538943 L4_chemical_A3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.88370581 L4_chemical_B1 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.75463936 L4_chemical_B2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 10.49715145 L4_chemical_B3 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 12.95548529 L4_chemical_C2 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 12.24336933 L4_chemical_C3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.736944134 C6_control_A1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.55947652 C6_control_A3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.719424147 C6_control_B1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.400344841 C6_control_B2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.58687293 C6_control_B3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 10.19091803 C6_control_C1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.855006716 C6_control_C2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.333652289 C6_control_C3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.839608453 C6_chemical_A1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.657029016 C6_chemical_A3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.809705597 C6_chemical_B1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.65097959 C6_chemical_B2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.25240841 C6_chemical_B3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 10.64529368 C6_chemical_C1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 10.25615697 C6_chemical_C2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.230056292 C6_chemical_C3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.431932411 L4_control_A1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.771412893 L4_control_A2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.705158362 L4_control_A3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.564561115 L4_control_B1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.991065167 L4_control_B2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 8.778837736 L4_control_B3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.886586139 L4_control_C2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.309907903 L4_control_C3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.633862836 L4_chemical_A1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 10.60841065 L4_chemical_A2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.57133424 L4_chemical_A3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.922143888 L4_chemical_B1 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 10.30858879 L4_chemical_B2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 8.943258261 L4_chemical_B3 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 10.2383 L4_chemical_C2 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.530305411 L4_chemical_C3 +LQ01X020910 U-box domain-containing protein 9 11.05207853 C6_control_A1 +LQ01X020910 U-box domain-containing protein 9 9.983979047 C6_control_A3 +LQ01X020910 U-box domain-containing protein 9 11.54621252 C6_control_B1 +LQ01X020910 U-box domain-containing protein 9 10.87410323 C6_control_B2 +LQ01X020910 U-box domain-containing protein 9 11.57256228 C6_control_B3 +LQ01X020910 U-box domain-containing protein 9 10.18056049 C6_control_C1 +LQ01X020910 U-box domain-containing protein 9 10.05994626 C6_control_C2 +LQ01X020910 U-box domain-containing protein 9 9.784619084 C6_control_C3 +LQ01X020910 U-box domain-containing protein 9 10.93162702 C6_chemical_A1 +LQ01X020910 U-box domain-containing protein 9 10.18956813 C6_chemical_A3 +LQ01X020910 U-box domain-containing protein 9 12.23254947 C6_chemical_B1 +LQ01X020910 U-box domain-containing protein 9 11.29510176 C6_chemical_B2 +LQ01X020910 U-box domain-containing protein 9 11.55818197 C6_chemical_B3 +LQ01X020910 U-box domain-containing protein 9 10.04562255 C6_chemical_C1 +LQ01X020910 U-box domain-containing protein 9 10.05734663 C6_chemical_C2 +LQ01X020910 U-box domain-containing protein 9 9.796961259 C6_chemical_C3 +LQ01X020910 U-box domain-containing protein 9 9.904942056 L4_control_A1 +LQ01X020910 U-box domain-containing protein 9 10.2634057 L4_control_A2 +LQ01X020910 U-box domain-containing protein 9 9.41991149 L4_control_A3 +LQ01X020910 U-box domain-containing protein 9 11.63870141 L4_control_B1 +LQ01X020910 U-box domain-containing protein 9 12.30481184 L4_control_B2 +LQ01X020910 U-box domain-containing protein 9 10.53473115 L4_control_B3 +LQ01X020910 U-box domain-containing protein 9 10.12873666 L4_control_C2 +LQ01X020910 U-box domain-containing protein 9 9.75421845 L4_control_C3 +LQ01X020910 U-box domain-containing protein 9 9.596888556 L4_chemical_A1 +LQ01X020910 U-box domain-containing protein 9 10.87365282 L4_chemical_A2 +LQ01X020910 U-box domain-containing protein 9 9.225306213 L4_chemical_A3 +LQ01X020910 U-box domain-containing protein 9 11.87367888 L4_chemical_B1 +LQ01X020910 U-box domain-containing protein 9 11.75311548 L4_chemical_B2 +LQ01X020910 U-box domain-containing protein 9 11.21209454 L4_chemical_B3 +LQ01X020910 U-box domain-containing protein 9 9.765860585 L4_chemical_C2 +LQ01X020910 U-box domain-containing protein 9 10.44916313 L4_chemical_C3 +LQ01X020930 Predicted protein 5.563462274 C6_control_A1 +LQ01X020930 Predicted protein 5.322342372 C6_control_A3 +LQ01X020930 Predicted protein 5.274233317 C6_control_B1 +LQ01X020930 Predicted protein 5.146640721 C6_control_B2 +LQ01X020930 Predicted protein 5.141145726 C6_control_B3 +LQ01X020930 Predicted protein 6.204387064 C6_control_C1 +LQ01X020930 Predicted protein 5.233732057 C6_control_C2 +LQ01X020930 Predicted protein 5.591080173 C6_control_C3 +LQ01X020930 Predicted protein 5.191703018 C6_chemical_A1 +LQ01X020930 Predicted protein 5.713276859 C6_chemical_A3 +LQ01X020930 Predicted protein 6.111676645 C6_chemical_B1 +LQ01X020930 Predicted protein 5.217173935 C6_chemical_B2 +LQ01X020930 Predicted protein 5.277430413 C6_chemical_B3 +LQ01X020930 Predicted protein 6.107978061 C6_chemical_C1 +LQ01X020930 Predicted protein 5.487547248 C6_chemical_C2 +LQ01X020930 Predicted protein 5.953156048 C6_chemical_C3 +LQ01X020930 Predicted protein 5.113938237 L4_control_A1 +LQ01X020930 Predicted protein 5.37672498 L4_control_A2 +LQ01X020930 Predicted protein 5.834285216 L4_control_A3 +LQ01X020930 Predicted protein 4.914527909 L4_control_B1 +LQ01X020930 Predicted protein 5.349126818 L4_control_B2 +LQ01X020930 Predicted protein 5.268642142 L4_control_B3 +LQ01X020930 Predicted protein 5.566618304 L4_control_C2 +LQ01X020930 Predicted protein 5.846313319 L4_control_C3 +LQ01X020930 Predicted protein 5.197143352 L4_chemical_A1 +LQ01X020930 Predicted protein 5.548186302 L4_chemical_A2 +LQ01X020930 Predicted protein 6.134700835 L4_chemical_A3 +LQ01X020930 Predicted protein 4.791633521 L4_chemical_B1 +LQ01X020930 Predicted protein 5.05278421 L4_chemical_B2 +LQ01X020930 Predicted protein 5.194233158 L4_chemical_B3 +LQ01X020930 Predicted protein 6.212931081 L4_chemical_C2 +LQ01X020930 Predicted protein 6.098715649 L4_chemical_C3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.62728544 C6_control_A1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.16552864 C6_control_A3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.82935934 C6_control_B1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.85927621 C6_control_B2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.90045486 C6_control_B3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.721963176 C6_control_C1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.749535157 C6_control_C2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.769228545 C6_control_C3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.71742379 C6_chemical_A1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.4344915 C6_chemical_A3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 11.20969227 C6_chemical_B1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.86068708 C6_chemical_B2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.78143061 C6_chemical_B3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.829424215 C6_chemical_C1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.671095911 C6_chemical_C2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.931042562 C6_chemical_C3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.52614978 L4_control_A1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 11.02112774 L4_control_A2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.26113199 L4_control_A3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.75151574 L4_control_B1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 11.03756534 L4_control_B2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.68227001 L4_control_B3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.304590897 L4_control_C2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.685799356 L4_control_C3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.26097403 L4_chemical_A1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.81807956 L4_chemical_A2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.20971923 L4_chemical_A3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.82824032 L4_chemical_B1 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.71022527 L4_chemical_B2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 11.14998325 L4_chemical_B3 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.497740699 L4_chemical_C2 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 9.93726698 L4_chemical_C3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.628219827 C6_control_A1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 6.688532113 C6_control_A3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.548701938 C6_control_B1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.729703547 C6_control_B2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.820075437 C6_control_B3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.417238051 C6_control_C1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.766977386 C6_control_C2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.457998405 C6_control_C3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.683591516 C6_chemical_A1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.395718388 C6_chemical_A3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.266079337 C6_chemical_B1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 6.096458136 C6_chemical_B2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.576227213 C6_chemical_B3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 6.032017582 C6_chemical_C1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 6.074566525 C6_chemical_C2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.320078098 C6_chemical_C3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.565583428 L4_control_A1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.151607349 L4_control_A2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 6.017107468 L4_control_A3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.143181246 L4_control_B1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.477623816 L4_control_B2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.703965182 L4_control_B3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.679058665 L4_control_C2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.287469609 L4_control_C3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 6.112731529 L4_chemical_A1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 6.098582177 L4_chemical_A2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.743224878 L4_chemical_A3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.80615394 L4_chemical_B1 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.065228426 L4_chemical_B2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.927986478 L4_chemical_B3 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.295303427 L4_chemical_C2 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.544071524 L4_chemical_C3 +LQ01X021040 FK506-binding protein 2-2 6.465934991 C6_control_A1 +LQ01X021040 FK506-binding protein 2-2 6.373270124 C6_control_A3 +LQ01X021040 FK506-binding protein 2-2 6.084356925 C6_control_B1 +LQ01X021040 FK506-binding protein 2-2 7.057288156 C6_control_B2 +LQ01X021040 FK506-binding protein 2-2 6.782441513 C6_control_B3 +LQ01X021040 FK506-binding protein 2-2 5.893288249 C6_control_C1 +LQ01X021040 FK506-binding protein 2-2 5.916990062 C6_control_C2 +LQ01X021040 FK506-binding protein 2-2 6.248195826 C6_control_C3 +LQ01X021040 FK506-binding protein 2-2 6.258663023 C6_chemical_A1 +LQ01X021040 FK506-binding protein 2-2 6.00803837 C6_chemical_A3 +LQ01X021040 FK506-binding protein 2-2 6.112291992 C6_chemical_B1 +LQ01X021040 FK506-binding protein 2-2 6.44972605 C6_chemical_B2 +LQ01X021040 FK506-binding protein 2-2 6.189528891 C6_chemical_B3 +LQ01X021040 FK506-binding protein 2-2 5.829330185 C6_chemical_C1 +LQ01X021040 FK506-binding protein 2-2 6.245558394 C6_chemical_C2 +LQ01X021040 FK506-binding protein 2-2 5.710825141 C6_chemical_C3 +LQ01X021040 FK506-binding protein 2-2 6.346035768 L4_control_A1 +LQ01X021040 FK506-binding protein 2-2 6.365209275 L4_control_A2 +LQ01X021040 FK506-binding protein 2-2 7.280331189 L4_control_A3 +LQ01X021040 FK506-binding protein 2-2 6.582574592 L4_control_B1 +LQ01X021040 FK506-binding protein 2-2 5.653915209 L4_control_B2 +LQ01X021040 FK506-binding protein 2-2 6.555059904 L4_control_B3 +LQ01X021040 FK506-binding protein 2-2 5.027870022 L4_control_C2 +LQ01X021040 FK506-binding protein 2-2 5.12401063 L4_control_C3 +LQ01X021040 FK506-binding protein 2-2 6.235143788 L4_chemical_A1 +LQ01X021040 FK506-binding protein 2-2 6.623793026 L4_chemical_A2 +LQ01X021040 FK506-binding protein 2-2 5.877349925 L4_chemical_A3 +LQ01X021040 FK506-binding protein 2-2 7.027638012 L4_chemical_B1 +LQ01X021040 FK506-binding protein 2-2 7.126851917 L4_chemical_B2 +LQ01X021040 FK506-binding protein 2-2 6.610162683 L4_chemical_B3 +LQ01X021040 FK506-binding protein 2-2 5.598171535 L4_chemical_C2 +LQ01X021040 FK506-binding protein 2-2 5.118188381 L4_chemical_C3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.658924909 C6_control_A1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 6.551912263 C6_control_A3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.493938668 C6_control_B1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.474078086 C6_control_B2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.672452089 C6_control_B3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.054596177 C6_control_C1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 4.819184304 C6_control_C2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 4.987325195 C6_control_C3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.523384046 C6_chemical_A1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.762689376 C6_chemical_A3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.320019789 C6_chemical_B1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.41578574 C6_chemical_B2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.490993028 C6_chemical_B3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.165650778 C6_chemical_C1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.239036633 C6_chemical_C2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.241954066 C6_chemical_C3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.282791587 L4_control_A1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.732753299 L4_control_A2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 6.774618548 L4_control_A3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 6.224930551 L4_control_B1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.915694222 L4_control_B2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.63938339 L4_control_B3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.387047694 L4_control_C2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 4.96204069 L4_control_C3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.279175882 L4_chemical_A1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.436136299 L4_chemical_A2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 6.298828715 L4_chemical_A3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.760741927 L4_chemical_B1 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.418184347 L4_chemical_B2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.715209228 L4_chemical_B3 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 4.705302382 L4_chemical_C2 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 4.844891541 L4_chemical_C3 +LQ01X021090 Putative uncharacterized protein 11.96285026 C6_control_A1 +LQ01X021090 Putative uncharacterized protein 11.35045688 C6_control_A3 +LQ01X021090 Putative uncharacterized protein 11.76300212 C6_control_B1 +LQ01X021090 Putative uncharacterized protein 13.23030158 C6_control_B2 +LQ01X021090 Putative uncharacterized protein 12.26585432 C6_control_B3 +LQ01X021090 Putative uncharacterized protein 13.84359594 C6_control_C1 +LQ01X021090 Putative uncharacterized protein 13.99638342 C6_control_C2 +LQ01X021090 Putative uncharacterized protein 14.0743748 C6_control_C3 +LQ01X021090 Putative uncharacterized protein 11.99507442 C6_chemical_A1 +LQ01X021090 Putative uncharacterized protein 11.38423732 C6_chemical_A3 +LQ01X021090 Putative uncharacterized protein 11.88072583 C6_chemical_B1 +LQ01X021090 Putative uncharacterized protein 13.56536594 C6_chemical_B2 +LQ01X021090 Putative uncharacterized protein 12.60054306 C6_chemical_B3 +LQ01X021090 Putative uncharacterized protein 14.00234953 C6_chemical_C1 +LQ01X021090 Putative uncharacterized protein 14.0972202 C6_chemical_C2 +LQ01X021090 Putative uncharacterized protein 14.1041158 C6_chemical_C3 +LQ01X021090 Putative uncharacterized protein 11.39681141 L4_control_A1 +LQ01X021090 Putative uncharacterized protein 11.49973622 L4_control_A2 +LQ01X021090 Putative uncharacterized protein 11.61947903 L4_control_A3 +LQ01X021090 Putative uncharacterized protein 11.78935299 L4_control_B1 +LQ01X021090 Putative uncharacterized protein 11.26278077 L4_control_B2 +LQ01X021090 Putative uncharacterized protein 12.8800437 L4_control_B3 +LQ01X021090 Putative uncharacterized protein 12.37289307 L4_control_C2 +LQ01X021090 Putative uncharacterized protein 11.95905396 L4_control_C3 +LQ01X021090 Putative uncharacterized protein 12.68979699 L4_chemical_A1 +LQ01X021090 Putative uncharacterized protein 12.77684221 L4_chemical_A2 +LQ01X021090 Putative uncharacterized protein 12.16554179 L4_chemical_A3 +LQ01X021090 Putative uncharacterized protein 11.63675267 L4_chemical_B1 +LQ01X021090 Putative uncharacterized protein 11.90887485 L4_chemical_B2 +LQ01X021090 Putative uncharacterized protein 12.58372377 L4_chemical_B3 +LQ01X021090 Putative uncharacterized protein 12.5264078 L4_chemical_C2 +LQ01X021090 Putative uncharacterized protein 12.26056501 L4_chemical_C3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.911194377 C6_control_A1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.635839994 C6_control_A3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.679810016 C6_control_B1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.067796113 C6_control_B2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.421525896 C6_control_B3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.065533278 C6_control_C1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.443974336 C6_control_C2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 4.883475556 C6_control_C3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.713585367 C6_chemical_A1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.833259127 C6_chemical_A3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.789303077 C6_chemical_B1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.030973067 C6_chemical_B2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.503146912 C6_chemical_B3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.148699959 C6_chemical_C1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.201561149 C6_chemical_C2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.019479059 C6_chemical_C3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.718381696 L4_control_A1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.58597519 L4_control_A2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.590243567 L4_control_A3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.005809177 L4_control_B1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.183645408 L4_control_B2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.994574085 L4_control_B3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.742822161 L4_control_C2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 7.151368997 L4_control_C3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.888028735 L4_chemical_A1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.277465603 L4_chemical_A2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.62987402 L4_chemical_A3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.02271044 L4_chemical_B1 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.435173919 L4_chemical_B2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.753781606 L4_chemical_B3 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.418200829 L4_chemical_C2 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 6.980634244 L4_chemical_C3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.46486069 C6_control_A1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.05635258 C6_control_A3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.36694505 C6_control_B1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 14.02149387 C6_control_B2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.26300192 C6_control_B3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 14.66647344 C6_control_C1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 14.4286421 C6_control_C2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.98464915 C6_control_C3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.62426274 C6_chemical_A1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.1918677 C6_chemical_A3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.66943884 C6_chemical_B1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 14.36931044 C6_chemical_B2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.48608382 C6_chemical_B3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 14.43651285 C6_chemical_C1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 14.53867952 C6_chemical_C2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 14.38266572 C6_chemical_C3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.14000226 L4_control_A1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.31623117 L4_control_A2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 12.67318774 L4_control_A3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.06915353 L4_control_B1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.4963795 L4_control_B2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.23574435 L4_control_B3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.59344093 L4_control_C2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.30710323 L4_control_C3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.04527377 L4_chemical_A1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.35846215 L4_chemical_A2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 12.58391242 L4_chemical_A3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.10003002 L4_chemical_B1 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.35539386 L4_chemical_B2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.11017102 L4_chemical_B3 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.5616034 L4_chemical_C2 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.57579131 L4_chemical_C3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.295697855 C6_control_A1 +LQ01X021140 Serine/threonine-protein kinase MHK 6.180028494 C6_control_A3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.7828782 C6_control_B1 +LQ01X021140 Serine/threonine-protein kinase MHK 5.446881233 C6_control_B2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.538237489 C6_control_B3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.428621841 C6_control_C1 +LQ01X021140 Serine/threonine-protein kinase MHK 6.074799136 C6_control_C2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.912273556 C6_control_C3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.193517655 C6_chemical_A1 +LQ01X021140 Serine/threonine-protein kinase MHK 5.467021374 C6_chemical_A3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.401776869 C6_chemical_B1 +LQ01X021140 Serine/threonine-protein kinase MHK 5.400965049 C6_chemical_B2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.21024335 C6_chemical_B3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.86085339 C6_chemical_C1 +LQ01X021140 Serine/threonine-protein kinase MHK 5.535038523 C6_chemical_C2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.858118836 C6_chemical_C3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.678132232 L4_control_A1 +LQ01X021140 Serine/threonine-protein kinase MHK 5.507674659 L4_control_A2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.974373475 L4_control_A3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.261717064 L4_control_B1 +LQ01X021140 Serine/threonine-protein kinase MHK 5.342377933 L4_control_B2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.404776728 L4_control_B3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.848348597 L4_control_C2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.234456404 L4_control_C3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.426394188 L4_chemical_A1 +LQ01X021140 Serine/threonine-protein kinase MHK 5.586797543 L4_chemical_A2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.856560121 L4_chemical_A3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.955171147 L4_chemical_B1 +LQ01X021140 Serine/threonine-protein kinase MHK 5.374760108 L4_chemical_B2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.353297978 L4_chemical_B3 +LQ01X021140 Serine/threonine-protein kinase MHK 5.34674759 L4_chemical_C2 +LQ01X021140 Serine/threonine-protein kinase MHK 5.127164779 L4_chemical_C3 +LQ01X021160 ATP binding protein, putative 9.145449327 C6_control_A1 +LQ01X021160 ATP binding protein, putative 9.995428674 C6_control_A3 +LQ01X021160 ATP binding protein, putative 8.835034283 C6_control_B1 +LQ01X021160 ATP binding protein, putative 8.470875748 C6_control_B2 +LQ01X021160 ATP binding protein, putative 9.374801312 C6_control_B3 +LQ01X021160 ATP binding protein, putative 9.410269489 C6_control_C1 +LQ01X021160 ATP binding protein, putative 9.455408812 C6_control_C2 +LQ01X021160 ATP binding protein, putative 9.797896988 C6_control_C3 +LQ01X021160 ATP binding protein, putative 8.731134385 C6_chemical_A1 +LQ01X021160 ATP binding protein, putative 9.953970454 C6_chemical_A3 +LQ01X021160 ATP binding protein, putative 8.712852355 C6_chemical_B1 +LQ01X021160 ATP binding protein, putative 8.501824438 C6_chemical_B2 +LQ01X021160 ATP binding protein, putative 9.219983908 C6_chemical_B3 +LQ01X021160 ATP binding protein, putative 9.090854063 C6_chemical_C1 +LQ01X021160 ATP binding protein, putative 9.412685375 C6_chemical_C2 +LQ01X021160 ATP binding protein, putative 10.18746673 C6_chemical_C3 +LQ01X021160 ATP binding protein, putative 9.250044226 L4_control_A1 +LQ01X021160 ATP binding protein, putative 8.375529031 L4_control_A2 +LQ01X021160 ATP binding protein, putative 10.18556697 L4_control_A3 +LQ01X021160 ATP binding protein, putative 8.690299708 L4_control_B1 +LQ01X021160 ATP binding protein, putative 9.196535958 L4_control_B2 +LQ01X021160 ATP binding protein, putative 8.782476674 L4_control_B3 +LQ01X021160 ATP binding protein, putative 9.627556193 L4_control_C2 +LQ01X021160 ATP binding protein, putative 9.540398157 L4_control_C3 +LQ01X021160 ATP binding protein, putative 9.434713362 L4_chemical_A1 +LQ01X021160 ATP binding protein, putative 8.727583203 L4_chemical_A2 +LQ01X021160 ATP binding protein, putative 10.27963473 L4_chemical_A3 +LQ01X021160 ATP binding protein, putative 8.887855009 L4_chemical_B1 +LQ01X021160 ATP binding protein, putative 8.819142422 L4_chemical_B2 +LQ01X021160 ATP binding protein, putative 9.148094228 L4_chemical_B3 +LQ01X021160 ATP binding protein, putative 9.690440497 L4_chemical_C2 +LQ01X021160 ATP binding protein, putative 9.786964254 L4_chemical_C3 +LQ01X021300 Putative uncharacterized protein 8.015738883 C6_control_A1 +LQ01X021300 Putative uncharacterized protein 8.496135872 C6_control_A3 +LQ01X021300 Putative uncharacterized protein 6.412187096 C6_control_B1 +LQ01X021300 Putative uncharacterized protein 6.650631213 C6_control_B2 +LQ01X021300 Putative uncharacterized protein 6.958080475 C6_control_B3 +LQ01X021300 Putative uncharacterized protein 7.106829039 C6_control_C1 +LQ01X021300 Putative uncharacterized protein 6.044318884 C6_control_C2 +LQ01X021300 Putative uncharacterized protein 7.419944396 C6_control_C3 +LQ01X021300 Putative uncharacterized protein 8.408619698 C6_chemical_A1 +LQ01X021300 Putative uncharacterized protein 9.115380017 C6_chemical_A3 +LQ01X021300 Putative uncharacterized protein 5.977059382 C6_chemical_B1 +LQ01X021300 Putative uncharacterized protein 7.389410557 C6_chemical_B2 +LQ01X021300 Putative uncharacterized protein 6.947569859 C6_chemical_B3 +LQ01X021300 Putative uncharacterized protein 7.062888494 C6_chemical_C1 +LQ01X021300 Putative uncharacterized protein 6.384273912 C6_chemical_C2 +LQ01X021300 Putative uncharacterized protein 7.968225763 C6_chemical_C3 +LQ01X021300 Putative uncharacterized protein 9.603281321 L4_control_A1 +LQ01X021300 Putative uncharacterized protein 8.654814225 L4_control_A2 +LQ01X021300 Putative uncharacterized protein 10.41501585 L4_control_A3 +LQ01X021300 Putative uncharacterized protein 7.698814066 L4_control_B1 +LQ01X021300 Putative uncharacterized protein 7.914485906 L4_control_B2 +LQ01X021300 Putative uncharacterized protein 8.092185678 L4_control_B3 +LQ01X021300 Putative uncharacterized protein 7.14404919 L4_control_C2 +LQ01X021300 Putative uncharacterized protein 8.609937319 L4_control_C3 +LQ01X021300 Putative uncharacterized protein 9.314543588 L4_chemical_A1 +LQ01X021300 Putative uncharacterized protein 8.609523448 L4_chemical_A2 +LQ01X021300 Putative uncharacterized protein 10.19480718 L4_chemical_A3 +LQ01X021300 Putative uncharacterized protein 7.039641911 L4_chemical_B1 +LQ01X021300 Putative uncharacterized protein 6.927883154 L4_chemical_B2 +LQ01X021300 Putative uncharacterized protein 8.106231444 L4_chemical_B3 +LQ01X021300 Putative uncharacterized protein 6.722220018 L4_chemical_C2 +LQ01X021300 Putative uncharacterized protein 7.93637606 L4_chemical_C3 +LQ01X021310 Hypothetical protein 5.271684359 C6_control_A1 +LQ01X021310 Hypothetical protein 4.839946046 C6_control_A3 +LQ01X021310 Hypothetical protein 5.575784034 C6_control_B1 +LQ01X021310 Hypothetical protein 4.775751641 C6_control_B2 +LQ01X021310 Hypothetical protein 4.897636559 C6_control_B3 +LQ01X021310 Hypothetical protein 5.081324728 C6_control_C1 +LQ01X021310 Hypothetical protein 5.081446701 C6_control_C2 +LQ01X021310 Hypothetical protein 4.965247178 C6_control_C3 +LQ01X021310 Hypothetical protein 5.00584869 C6_chemical_A1 +LQ01X021310 Hypothetical protein 5.018294423 C6_chemical_A3 +LQ01X021310 Hypothetical protein 5.219321971 C6_chemical_B1 +LQ01X021310 Hypothetical protein 4.879787987 C6_chemical_B2 +LQ01X021310 Hypothetical protein 5.122221555 C6_chemical_B3 +LQ01X021310 Hypothetical protein 5.257343783 C6_chemical_C1 +LQ01X021310 Hypothetical protein 5.216753578 C6_chemical_C2 +LQ01X021310 Hypothetical protein 5.138842365 C6_chemical_C3 +LQ01X021310 Hypothetical protein 4.915278682 L4_control_A1 +LQ01X021310 Hypothetical protein 5.233967622 L4_control_A2 +LQ01X021310 Hypothetical protein 5.152516481 L4_control_A3 +LQ01X021310 Hypothetical protein 5.083026609 L4_control_B1 +LQ01X021310 Hypothetical protein 5.203360859 L4_control_B2 +LQ01X021310 Hypothetical protein 5.141232066 L4_control_B3 +LQ01X021310 Hypothetical protein 5.077683466 L4_control_C2 +LQ01X021310 Hypothetical protein 5.641323681 L4_control_C3 +LQ01X021310 Hypothetical protein 5.227514593 L4_chemical_A1 +LQ01X021310 Hypothetical protein 5.082414531 L4_chemical_A2 +LQ01X021310 Hypothetical protein 5.058484694 L4_chemical_A3 +LQ01X021310 Hypothetical protein 5.015708166 L4_chemical_B1 +LQ01X021310 Hypothetical protein 4.915591416 L4_chemical_B2 +LQ01X021310 Hypothetical protein 4.975423671 L4_chemical_B3 +LQ01X021310 Hypothetical protein 5.507184566 L4_chemical_C2 +LQ01X021310 Hypothetical protein 5.473535458 L4_chemical_C3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.955246705 C6_control_A1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.526976286 C6_control_A3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.950126783 C6_control_B1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.009073363 C6_control_B2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.00750572 C6_control_B3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.745790728 C6_control_C1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.953453507 C6_control_C2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.859257221 C6_control_C3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.028089348 C6_chemical_A1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.740673475 C6_chemical_A3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.054942456 C6_chemical_B1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.832396061 C6_chemical_B2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.132912824 C6_chemical_B3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.165455474 C6_chemical_C1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.147038709 C6_chemical_C2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.063422008 C6_chemical_C3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.619287939 L4_control_A1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.93799509 L4_control_A2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.042847966 L4_control_A3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.904852583 L4_control_B1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.926767543 L4_control_B2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.800702549 L4_control_B3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.071662342 L4_control_C2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.987581603 L4_control_C3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.881195037 L4_chemical_A1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.730890893 L4_chemical_A2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.726042686 L4_chemical_A3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.982612668 L4_chemical_B1 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.266776898 L4_chemical_B2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.801165394 L4_chemical_B3 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.832630841 L4_chemical_C2 +LQ01X021350 Putative BEL1-like homeodomain protein 1 4.866360247 L4_chemical_C3 +LQ01X021470 Ubiquitin-like protein SMT3 14.05471646 C6_control_A1 +LQ01X021470 Ubiquitin-like protein SMT3 13.94168368 C6_control_A3 +LQ01X021470 Ubiquitin-like protein SMT3 13.7295703 C6_control_B1 +LQ01X021470 Ubiquitin-like protein SMT3 14.28854608 C6_control_B2 +LQ01X021470 Ubiquitin-like protein SMT3 13.94825747 C6_control_B3 +LQ01X021470 Ubiquitin-like protein SMT3 14.69758511 C6_control_C1 +LQ01X021470 Ubiquitin-like protein SMT3 14.16505884 C6_control_C2 +LQ01X021470 Ubiquitin-like protein SMT3 14.55165906 C6_control_C3 +LQ01X021470 Ubiquitin-like protein SMT3 14.1308594 C6_chemical_A1 +LQ01X021470 Ubiquitin-like protein SMT3 13.79743867 C6_chemical_A3 +LQ01X021470 Ubiquitin-like protein SMT3 13.91027034 C6_chemical_B1 +LQ01X021470 Ubiquitin-like protein SMT3 14.33298666 C6_chemical_B2 +LQ01X021470 Ubiquitin-like protein SMT3 14.12058495 C6_chemical_B3 +LQ01X021470 Ubiquitin-like protein SMT3 14.38699638 C6_chemical_C1 +LQ01X021470 Ubiquitin-like protein SMT3 14.68856851 C6_chemical_C2 +LQ01X021470 Ubiquitin-like protein SMT3 14.34754711 C6_chemical_C3 +LQ01X021470 Ubiquitin-like protein SMT3 13.84188776 L4_control_A1 +LQ01X021470 Ubiquitin-like protein SMT3 13.93628218 L4_control_A2 +LQ01X021470 Ubiquitin-like protein SMT3 13.91874364 L4_control_A3 +LQ01X021470 Ubiquitin-like protein SMT3 14.38472549 L4_control_B1 +LQ01X021470 Ubiquitin-like protein SMT3 13.26077702 L4_control_B2 +LQ01X021470 Ubiquitin-like protein SMT3 14.49292676 L4_control_B3 +LQ01X021470 Ubiquitin-like protein SMT3 14.78473571 L4_control_C2 +LQ01X021470 Ubiquitin-like protein SMT3 14.85437296 L4_control_C3 +LQ01X021470 Ubiquitin-like protein SMT3 14.78927989 L4_chemical_A1 +LQ01X021470 Ubiquitin-like protein SMT3 14.84674837 L4_chemical_A2 +LQ01X021470 Ubiquitin-like protein SMT3 14.06659326 L4_chemical_A3 +LQ01X021470 Ubiquitin-like protein SMT3 14.15047379 L4_chemical_B1 +LQ01X021470 Ubiquitin-like protein SMT3 14.48140868 L4_chemical_B2 +LQ01X021470 Ubiquitin-like protein SMT3 13.97463295 L4_chemical_B3 +LQ01X021470 Ubiquitin-like protein SMT3 14.85791991 L4_chemical_C2 +LQ01X021470 Ubiquitin-like protein SMT3 14.73015844 L4_chemical_C3 +LQ01X021490 DNA binding protein, putative 4.906066374 C6_control_A1 +LQ01X021490 DNA binding protein, putative 4.972021216 C6_control_A3 +LQ01X021490 DNA binding protein, putative 4.802113235 C6_control_B1 +LQ01X021490 DNA binding protein, putative 4.975737398 C6_control_B2 +LQ01X021490 DNA binding protein, putative 5.004921231 C6_control_B3 +LQ01X021490 DNA binding protein, putative 5.656019311 C6_control_C1 +LQ01X021490 DNA binding protein, putative 5.16980997 C6_control_C2 +LQ01X021490 DNA binding protein, putative 5.150452678 C6_control_C3 +LQ01X021490 DNA binding protein, putative 5.219435043 C6_chemical_A1 +LQ01X021490 DNA binding protein, putative 4.906265646 C6_chemical_A3 +LQ01X021490 DNA binding protein, putative 4.941560428 C6_chemical_B1 +LQ01X021490 DNA binding protein, putative 5.171127629 C6_chemical_B2 +LQ01X021490 DNA binding protein, putative 5.308955 C6_chemical_B3 +LQ01X021490 DNA binding protein, putative 5.585443944 C6_chemical_C1 +LQ01X021490 DNA binding protein, putative 5.267325109 C6_chemical_C2 +LQ01X021490 DNA binding protein, putative 5.16645334 C6_chemical_C3 +LQ01X021490 DNA binding protein, putative 5.487152245 L4_control_A1 +LQ01X021490 DNA binding protein, putative 5.252266134 L4_control_A2 +LQ01X021490 DNA binding protein, putative 5.620523305 L4_control_A3 +LQ01X021490 DNA binding protein, putative 5.457112964 L4_control_B1 +LQ01X021490 DNA binding protein, putative 5.380839619 L4_control_B2 +LQ01X021490 DNA binding protein, putative 5.082908528 L4_control_B3 +LQ01X021490 DNA binding protein, putative 6.570389757 L4_control_C2 +LQ01X021490 DNA binding protein, putative 5.974310587 L4_control_C3 +LQ01X021490 DNA binding protein, putative 5.564826366 L4_chemical_A1 +LQ01X021490 DNA binding protein, putative 5.089428075 L4_chemical_A2 +LQ01X021490 DNA binding protein, putative 5.064288974 L4_chemical_A3 +LQ01X021490 DNA binding protein, putative 5.725374156 L4_chemical_B1 +LQ01X021490 DNA binding protein, putative 5.305240984 L4_chemical_B2 +LQ01X021490 DNA binding protein, putative 5.026581862 L4_chemical_B3 +LQ01X021490 DNA binding protein, putative 6.366348063 L4_chemical_C2 +LQ01X021490 DNA binding protein, putative 6.134196961 L4_chemical_C3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.562911623 C6_control_A1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.960284589 C6_control_A3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.776048978 C6_control_B1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.889738706 C6_control_B2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.789612579 C6_control_B3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.711138841 C6_control_C1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.396941991 C6_control_C2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.713622536 C6_control_C3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.594280863 C6_chemical_A1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.920293079 C6_chemical_A3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.937488376 C6_chemical_B1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 6.329755447 C6_chemical_B2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.810010833 C6_chemical_B3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.500359559 C6_chemical_C1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.746938551 C6_chemical_C2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.67534984 C6_chemical_C3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.972272786 L4_control_A1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.879768049 L4_control_A2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 10.7530645 L4_control_A3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 6.430230484 L4_control_B1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 6.295711609 L4_control_B2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.828140462 L4_control_B3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.088182812 L4_control_C2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 6.050495699 L4_control_C3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 8.864930168 L4_chemical_A1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 10.75086185 L4_chemical_A2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 9.079711173 L4_chemical_A3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 9.848653677 L4_chemical_B1 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 11.72910678 L4_chemical_B2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 7.322242 L4_chemical_B3 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 6.049331424 L4_chemical_C2 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.935625454 L4_chemical_C3 +LQ01X021540 Putative GPI transamidase component PIG-T 5.703415427 C6_control_A1 +LQ01X021540 Putative GPI transamidase component PIG-T 6.004920558 C6_control_A3 +LQ01X021540 Putative GPI transamidase component PIG-T 5.587277742 C6_control_B1 +LQ01X021540 Putative GPI transamidase component PIG-T 5.347071155 C6_control_B2 +LQ01X021540 Putative GPI transamidase component PIG-T 5.391729599 C6_control_B3 +LQ01X021540 Putative GPI transamidase component PIG-T 4.936490727 C6_control_C1 +LQ01X021540 Putative GPI transamidase component PIG-T 5.282438939 C6_control_C2 +LQ01X021540 Putative GPI transamidase component PIG-T 5.175428222 C6_control_C3 +LQ01X021540 Putative GPI transamidase component PIG-T 5.683185533 C6_chemical_A1 +LQ01X021540 Putative GPI transamidase component PIG-T 5.968453673 C6_chemical_A3 +LQ01X021540 Putative GPI transamidase component PIG-T 5.760340326 C6_chemical_B1 +LQ01X021540 Putative GPI transamidase component PIG-T 5.585596102 C6_chemical_B2 +LQ01X021540 Putative GPI transamidase component PIG-T 5.602231126 C6_chemical_B3 +LQ01X021540 Putative GPI transamidase component PIG-T 5.072080278 C6_chemical_C1 +LQ01X021540 Putative GPI transamidase component PIG-T 5.19428244 C6_chemical_C2 +LQ01X021540 Putative GPI transamidase component PIG-T 5.193332126 C6_chemical_C3 +LQ01X021540 Putative GPI transamidase component PIG-T 5.841455864 L4_control_A1 +LQ01X021540 Putative GPI transamidase component PIG-T 6.410190568 L4_control_A2 +LQ01X021540 Putative GPI transamidase component PIG-T 6.265056823 L4_control_A3 +LQ01X021540 Putative GPI transamidase component PIG-T 6.425575422 L4_control_B1 +LQ01X021540 Putative GPI transamidase component PIG-T 5.314293229 L4_control_B2 +LQ01X021540 Putative GPI transamidase component PIG-T 5.299137823 L4_control_B3 +LQ01X021540 Putative GPI transamidase component PIG-T 6.458831334 L4_control_C2 +LQ01X021540 Putative GPI transamidase component PIG-T 5.242938478 L4_control_C3 +LQ01X021540 Putative GPI transamidase component PIG-T 5.927280003 L4_chemical_A1 +LQ01X021540 Putative GPI transamidase component PIG-T 5.895758324 L4_chemical_A2 +LQ01X021540 Putative GPI transamidase component PIG-T 6.30909113 L4_chemical_A3 +LQ01X021540 Putative GPI transamidase component PIG-T 6.168185579 L4_chemical_B1 +LQ01X021540 Putative GPI transamidase component PIG-T 5.794972106 L4_chemical_B2 +LQ01X021540 Putative GPI transamidase component PIG-T 5.32271572 L4_chemical_B3 +LQ01X021540 Putative GPI transamidase component PIG-T 5.843869929 L4_chemical_C2 +LQ01X021540 Putative GPI transamidase component PIG-T 5.297393092 L4_chemical_C3 +LQ01X021630 Putative Cytochrome P450 82A3 5.213393153 C6_control_A1 +LQ01X021630 Putative Cytochrome P450 82A3 5.234240255 C6_control_A3 +LQ01X021630 Putative Cytochrome P450 82A3 5.098781538 C6_control_B1 +LQ01X021630 Putative Cytochrome P450 82A3 4.875556951 C6_control_B2 +LQ01X021630 Putative Cytochrome P450 82A3 5.06111389 C6_control_B3 +LQ01X021630 Putative Cytochrome P450 82A3 5.026697477 C6_control_C1 +LQ01X021630 Putative Cytochrome P450 82A3 4.9920005 C6_control_C2 +LQ01X021630 Putative Cytochrome P450 82A3 5.074157499 C6_control_C3 +LQ01X021630 Putative Cytochrome P450 82A3 4.904534247 C6_chemical_A1 +LQ01X021630 Putative Cytochrome P450 82A3 5.24293365 C6_chemical_A3 +LQ01X021630 Putative Cytochrome P450 82A3 5.1355633 C6_chemical_B1 +LQ01X021630 Putative Cytochrome P450 82A3 4.936944054 C6_chemical_B2 +LQ01X021630 Putative Cytochrome P450 82A3 5.368790523 C6_chemical_B3 +LQ01X021630 Putative Cytochrome P450 82A3 5.117958172 C6_chemical_C1 +LQ01X021630 Putative Cytochrome P450 82A3 5.268120573 C6_chemical_C2 +LQ01X021630 Putative Cytochrome P450 82A3 5.033159686 C6_chemical_C3 +LQ01X021630 Putative Cytochrome P450 82A3 5.536334637 L4_control_A1 +LQ01X021630 Putative Cytochrome P450 82A3 5.407345072 L4_control_A2 +LQ01X021630 Putative Cytochrome P450 82A3 5.193941242 L4_control_A3 +LQ01X021630 Putative Cytochrome P450 82A3 4.724794893 L4_control_B1 +LQ01X021630 Putative Cytochrome P450 82A3 5.28291639 L4_control_B2 +LQ01X021630 Putative Cytochrome P450 82A3 4.72963962 L4_control_B3 +LQ01X021630 Putative Cytochrome P450 82A3 5.448163419 L4_control_C2 +LQ01X021630 Putative Cytochrome P450 82A3 5.300246938 L4_control_C3 +LQ01X021630 Putative Cytochrome P450 82A3 5.199185238 L4_chemical_A1 +LQ01X021630 Putative Cytochrome P450 82A3 5.264388272 L4_chemical_A2 +LQ01X021630 Putative Cytochrome P450 82A3 5.592213058 L4_chemical_A3 +LQ01X021630 Putative Cytochrome P450 82A3 5.451643777 L4_chemical_B1 +LQ01X021630 Putative Cytochrome P450 82A3 5.470560223 L4_chemical_B2 +LQ01X021630 Putative Cytochrome P450 82A3 5.046525448 L4_chemical_B3 +LQ01X021630 Putative Cytochrome P450 82A3 5.318485737 L4_chemical_C2 +LQ01X021630 Putative Cytochrome P450 82A3 5.899988421 L4_chemical_C3 +LQ01X021780 Putative uncharacterized protein 10.13357707 C6_control_A1 +LQ01X021780 Putative uncharacterized protein 9.997854801 C6_control_A3 +LQ01X021780 Putative uncharacterized protein 11.08592522 C6_control_B1 +LQ01X021780 Putative uncharacterized protein 9.973311342 C6_control_B2 +LQ01X021780 Putative uncharacterized protein 11.34381445 C6_control_B3 +LQ01X021780 Putative uncharacterized protein 7.813373887 C6_control_C1 +LQ01X021780 Putative uncharacterized protein 7.681946936 C6_control_C2 +LQ01X021780 Putative uncharacterized protein 8.196649459 C6_control_C3 +LQ01X021780 Putative uncharacterized protein 10.11621929 C6_chemical_A1 +LQ01X021780 Putative uncharacterized protein 9.366318345 C6_chemical_A3 +LQ01X021780 Putative uncharacterized protein 11.06376465 C6_chemical_B1 +LQ01X021780 Putative uncharacterized protein 9.726940654 C6_chemical_B2 +LQ01X021780 Putative uncharacterized protein 10.85937055 C6_chemical_B3 +LQ01X021780 Putative uncharacterized protein 7.555072357 C6_chemical_C1 +LQ01X021780 Putative uncharacterized protein 8.310346393 C6_chemical_C2 +LQ01X021780 Putative uncharacterized protein 8.027810086 C6_chemical_C3 +LQ01X021780 Putative uncharacterized protein 9.064120852 L4_control_A1 +LQ01X021780 Putative uncharacterized protein 10.71365499 L4_control_A2 +LQ01X021780 Putative uncharacterized protein 10.83233671 L4_control_A3 +LQ01X021780 Putative uncharacterized protein 10.91048527 L4_control_B1 +LQ01X021780 Putative uncharacterized protein 11.13194604 L4_control_B2 +LQ01X021780 Putative uncharacterized protein 10.15690244 L4_control_B3 +LQ01X021780 Putative uncharacterized protein 9.753152371 L4_control_C2 +LQ01X021780 Putative uncharacterized protein 9.475617624 L4_control_C3 +LQ01X021780 Putative uncharacterized protein 8.850864088 L4_chemical_A1 +LQ01X021780 Putative uncharacterized protein 10.77515452 L4_chemical_A2 +LQ01X021780 Putative uncharacterized protein 10.73616344 L4_chemical_A3 +LQ01X021780 Putative uncharacterized protein 10.95000881 L4_chemical_B1 +LQ01X021780 Putative uncharacterized protein 11.30271526 L4_chemical_B2 +LQ01X021780 Putative uncharacterized protein 10.73302059 L4_chemical_B3 +LQ01X021780 Putative uncharacterized protein 9.915320337 L4_chemical_C2 +LQ01X021780 Putative uncharacterized protein 9.732099659 L4_chemical_C3 +LQ01X021900 Putative uncharacterized protein 4.975704873 C6_control_A1 +LQ01X021900 Putative uncharacterized protein 5.543455275 C6_control_A3 +LQ01X021900 Putative uncharacterized protein 4.889395518 C6_control_B1 +LQ01X021900 Putative uncharacterized protein 5.524370379 C6_control_B2 +LQ01X021900 Putative uncharacterized protein 5.318734994 C6_control_B3 +LQ01X021900 Putative uncharacterized protein 4.993074238 C6_control_C1 +LQ01X021900 Putative uncharacterized protein 5.001505222 C6_control_C2 +LQ01X021900 Putative uncharacterized protein 4.956598104 C6_control_C3 +LQ01X021900 Putative uncharacterized protein 4.94125257 C6_chemical_A1 +LQ01X021900 Putative uncharacterized protein 5.259477564 C6_chemical_A3 +LQ01X021900 Putative uncharacterized protein 5.080190305 C6_chemical_B1 +LQ01X021900 Putative uncharacterized protein 5.434114237 C6_chemical_B2 +LQ01X021900 Putative uncharacterized protein 4.836026256 C6_chemical_B3 +LQ01X021900 Putative uncharacterized protein 4.841149088 C6_chemical_C1 +LQ01X021900 Putative uncharacterized protein 5.233407957 C6_chemical_C2 +LQ01X021900 Putative uncharacterized protein 4.866717713 C6_chemical_C3 +LQ01X021900 Putative uncharacterized protein 5.152515113 L4_control_A1 +LQ01X021900 Putative uncharacterized protein 5.194966599 L4_control_A2 +LQ01X021900 Putative uncharacterized protein 5.89071086 L4_control_A3 +LQ01X021900 Putative uncharacterized protein 5.078347427 L4_control_B1 +LQ01X021900 Putative uncharacterized protein 5.172332371 L4_control_B2 +LQ01X021900 Putative uncharacterized protein 4.615846768 L4_control_B3 +LQ01X021900 Putative uncharacterized protein 5.151613467 L4_control_C2 +LQ01X021900 Putative uncharacterized protein 5.373835624 L4_control_C3 +LQ01X021900 Putative uncharacterized protein 5.161398329 L4_chemical_A1 +LQ01X021900 Putative uncharacterized protein 5.063983621 L4_chemical_A2 +LQ01X021900 Putative uncharacterized protein 5.369475776 L4_chemical_A3 +LQ01X021900 Putative uncharacterized protein 5.387986045 L4_chemical_B1 +LQ01X021900 Putative uncharacterized protein 5.345311138 L4_chemical_B2 +LQ01X021900 Putative uncharacterized protein 4.766127091 L4_chemical_B3 +LQ01X021900 Putative uncharacterized protein 5.159686749 L4_chemical_C2 +LQ01X021900 Putative uncharacterized protein 4.927690287 L4_chemical_C3 +LQ01X021920 Putative G3BP-like protein 13.10151621 C6_control_A1 +LQ01X021920 Putative G3BP-like protein 12.72962558 C6_control_A3 +LQ01X021920 Putative G3BP-like protein 12.56138786 C6_control_B1 +LQ01X021920 Putative G3BP-like protein 12.73269487 C6_control_B2 +LQ01X021920 Putative G3BP-like protein 12.3995318 C6_control_B3 +LQ01X021920 Putative G3BP-like protein 12.80720596 C6_control_C1 +LQ01X021920 Putative G3BP-like protein 12.65613469 C6_control_C2 +LQ01X021920 Putative G3BP-like protein 12.67203733 C6_control_C3 +LQ01X021920 Putative G3BP-like protein 13.34569208 C6_chemical_A1 +LQ01X021920 Putative G3BP-like protein 13.48789936 C6_chemical_A3 +LQ01X021920 Putative G3BP-like protein 12.58452033 C6_chemical_B1 +LQ01X021920 Putative G3BP-like protein 12.91269019 C6_chemical_B2 +LQ01X021920 Putative G3BP-like protein 12.79091752 C6_chemical_B3 +LQ01X021920 Putative G3BP-like protein 12.94166898 C6_chemical_C1 +LQ01X021920 Putative G3BP-like protein 13.00205073 C6_chemical_C2 +LQ01X021920 Putative G3BP-like protein 12.98071434 C6_chemical_C3 +LQ01X021920 Putative G3BP-like protein 13.7050873 L4_control_A1 +LQ01X021920 Putative G3BP-like protein 13.60657178 L4_control_A2 +LQ01X021920 Putative G3BP-like protein 13.85885963 L4_control_A3 +LQ01X021920 Putative G3BP-like protein 12.66903938 L4_control_B1 +LQ01X021920 Putative G3BP-like protein 12.86393855 L4_control_B2 +LQ01X021920 Putative G3BP-like protein 13.02375167 L4_control_B3 +LQ01X021920 Putative G3BP-like protein 12.52080776 L4_control_C2 +LQ01X021920 Putative G3BP-like protein 13.05446564 L4_control_C3 +LQ01X021920 Putative G3BP-like protein 13.46480448 L4_chemical_A1 +LQ01X021920 Putative G3BP-like protein 13.3373419 L4_chemical_A2 +LQ01X021920 Putative G3BP-like protein 13.75261958 L4_chemical_A3 +LQ01X021920 Putative G3BP-like protein 12.53977526 L4_chemical_B1 +LQ01X021920 Putative G3BP-like protein 12.73886813 L4_chemical_B2 +LQ01X021920 Putative G3BP-like protein 13.04498827 L4_chemical_B3 +LQ01X021920 Putative G3BP-like protein 12.64055112 L4_chemical_C2 +LQ01X021920 Putative G3BP-like protein 13.01967901 L4_chemical_C3 +LQ01X021930 Galacturonosyltransferase 8 5.162852013 C6_control_A1 +LQ01X021930 Galacturonosyltransferase 8 5.393701027 C6_control_A3 +LQ01X021930 Galacturonosyltransferase 8 5.701094204 C6_control_B1 +LQ01X021930 Galacturonosyltransferase 8 5.732266215 C6_control_B2 +LQ01X021930 Galacturonosyltransferase 8 5.312395089 C6_control_B3 +LQ01X021930 Galacturonosyltransferase 8 5.450823265 C6_control_C1 +LQ01X021930 Galacturonosyltransferase 8 5.782320125 C6_control_C2 +LQ01X021930 Galacturonosyltransferase 8 5.34077384 C6_control_C3 +LQ01X021930 Galacturonosyltransferase 8 4.97256533 C6_chemical_A1 +LQ01X021930 Galacturonosyltransferase 8 5.318602909 C6_chemical_A3 +LQ01X021930 Galacturonosyltransferase 8 5.35765936 C6_chemical_B1 +LQ01X021930 Galacturonosyltransferase 8 5.833158465 C6_chemical_B2 +LQ01X021930 Galacturonosyltransferase 8 5.615759406 C6_chemical_B3 +LQ01X021930 Galacturonosyltransferase 8 5.844880498 C6_chemical_C1 +LQ01X021930 Galacturonosyltransferase 8 5.492649288 C6_chemical_C2 +LQ01X021930 Galacturonosyltransferase 8 5.400128597 C6_chemical_C3 +LQ01X021930 Galacturonosyltransferase 8 5.241645434 L4_control_A1 +LQ01X021930 Galacturonosyltransferase 8 4.939119315 L4_control_A2 +LQ01X021930 Galacturonosyltransferase 8 4.960452635 L4_control_A3 +LQ01X021930 Galacturonosyltransferase 8 5.133861157 L4_control_B1 +LQ01X021930 Galacturonosyltransferase 8 5.147375647 L4_control_B2 +LQ01X021930 Galacturonosyltransferase 8 5.386878788 L4_control_B3 +LQ01X021930 Galacturonosyltransferase 8 5.021304375 L4_control_C2 +LQ01X021930 Galacturonosyltransferase 8 5.198386697 L4_control_C3 +LQ01X021930 Galacturonosyltransferase 8 5.404238071 L4_chemical_A1 +LQ01X021930 Galacturonosyltransferase 8 5.303976543 L4_chemical_A2 +LQ01X021930 Galacturonosyltransferase 8 5.183317783 L4_chemical_A3 +LQ01X021930 Galacturonosyltransferase 8 5.651534042 L4_chemical_B1 +LQ01X021930 Galacturonosyltransferase 8 5.130986953 L4_chemical_B2 +LQ01X021930 Galacturonosyltransferase 8 5.424698615 L4_chemical_B3 +LQ01X021930 Galacturonosyltransferase 8 5.752954981 L4_chemical_C2 +LQ01X021930 Galacturonosyltransferase 8 5.30296538 L4_chemical_C3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.918625994 C6_control_A1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.812781051 C6_control_A3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.761588152 C6_control_B1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.01230968 C6_control_B2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.872915227 C6_control_B3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.875950637 C6_control_C1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.810653921 C6_control_C2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.938883245 C6_control_C3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.279343327 C6_chemical_A1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.913794138 C6_chemical_A3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.905415735 C6_chemical_B1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.939856098 C6_chemical_B2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.794541914 C6_chemical_B3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.215564966 C6_chemical_C1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.260118596 C6_chemical_C2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.335284403 C6_chemical_C3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.985492326 L4_control_A1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.095205103 L4_control_A2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.903952722 L4_control_A3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.015473399 L4_control_B1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.035430403 L4_control_B2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.030771124 L4_control_B3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.396020892 L4_control_C2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.564573908 L4_control_C3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.783625783 L4_chemical_A1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.262398674 L4_chemical_A2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.966349001 L4_chemical_A3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.772283073 L4_chemical_B1 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.678768253 L4_chemical_B2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.94068111 L4_chemical_B3 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.12895339 L4_chemical_C2 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 4.839563893 L4_chemical_C3 +LQ01X021990 Predicted protein 12.1163168 C6_control_A1 +LQ01X021990 Predicted protein 12.32979243 C6_control_A3 +LQ01X021990 Predicted protein 12.14361613 C6_control_B1 +LQ01X021990 Predicted protein 11.78613806 C6_control_B2 +LQ01X021990 Predicted protein 11.81085695 C6_control_B3 +LQ01X021990 Predicted protein 12.14073132 C6_control_C1 +LQ01X021990 Predicted protein 11.88655686 C6_control_C2 +LQ01X021990 Predicted protein 12.13590012 C6_control_C3 +LQ01X021990 Predicted protein 12.29038622 C6_chemical_A1 +LQ01X021990 Predicted protein 12.25379261 C6_chemical_A3 +LQ01X021990 Predicted protein 12.53042687 C6_chemical_B1 +LQ01X021990 Predicted protein 11.99553469 C6_chemical_B2 +LQ01X021990 Predicted protein 11.99370292 C6_chemical_B3 +LQ01X021990 Predicted protein 12.54888381 C6_chemical_C1 +LQ01X021990 Predicted protein 12.5540863 C6_chemical_C2 +LQ01X021990 Predicted protein 12.34705782 C6_chemical_C3 +LQ01X021990 Predicted protein 12.37745311 L4_control_A1 +LQ01X021990 Predicted protein 12.40450893 L4_control_A2 +LQ01X021990 Predicted protein 12.63101256 L4_control_A3 +LQ01X021990 Predicted protein 12.36917409 L4_control_B1 +LQ01X021990 Predicted protein 11.91134399 L4_control_B2 +LQ01X021990 Predicted protein 11.71579 L4_control_B3 +LQ01X021990 Predicted protein 12.93441499 L4_control_C2 +LQ01X021990 Predicted protein 12.27908302 L4_control_C3 +LQ01X021990 Predicted protein 13.10747744 L4_chemical_A1 +LQ01X021990 Predicted protein 12.95468156 L4_chemical_A2 +LQ01X021990 Predicted protein 12.7898254 L4_chemical_A3 +LQ01X021990 Predicted protein 12.588931 L4_chemical_B1 +LQ01X021990 Predicted protein 12.46701201 L4_chemical_B2 +LQ01X021990 Predicted protein 11.81721545 L4_chemical_B3 +LQ01X021990 Predicted protein 13.27244757 L4_chemical_C2 +LQ01X021990 Predicted protein 12.61566887 L4_chemical_C3 +LQ01X022050 Transcriptional activator, putative 12.90597568 C6_control_A1 +LQ01X022050 Transcriptional activator, putative 12.97883479 C6_control_A3 +LQ01X022050 Transcriptional activator, putative 12.59782727 C6_control_B1 +LQ01X022050 Transcriptional activator, putative 12.59402248 C6_control_B2 +LQ01X022050 Transcriptional activator, putative 12.35740078 C6_control_B3 +LQ01X022050 Transcriptional activator, putative 13.06668258 C6_control_C1 +LQ01X022050 Transcriptional activator, putative 12.62298399 C6_control_C2 +LQ01X022050 Transcriptional activator, putative 12.88659599 C6_control_C3 +LQ01X022050 Transcriptional activator, putative 12.93234022 C6_chemical_A1 +LQ01X022050 Transcriptional activator, putative 13.30553222 C6_chemical_A3 +LQ01X022050 Transcriptional activator, putative 12.4334587 C6_chemical_B1 +LQ01X022050 Transcriptional activator, putative 12.67241102 C6_chemical_B2 +LQ01X022050 Transcriptional activator, putative 12.1886121 C6_chemical_B3 +LQ01X022050 Transcriptional activator, putative 13.01497499 C6_chemical_C1 +LQ01X022050 Transcriptional activator, putative 12.91302518 C6_chemical_C2 +LQ01X022050 Transcriptional activator, putative 12.71543994 C6_chemical_C3 +LQ01X022050 Transcriptional activator, putative 12.94072048 L4_control_A1 +LQ01X022050 Transcriptional activator, putative 13.10991575 L4_control_A2 +LQ01X022050 Transcriptional activator, putative 12.91671065 L4_control_A3 +LQ01X022050 Transcriptional activator, putative 12.40992527 L4_control_B1 +LQ01X022050 Transcriptional activator, putative 12.20660127 L4_control_B2 +LQ01X022050 Transcriptional activator, putative 12.29515677 L4_control_B3 +LQ01X022050 Transcriptional activator, putative 12.77172165 L4_control_C2 +LQ01X022050 Transcriptional activator, putative 12.71857374 L4_control_C3 +LQ01X022050 Transcriptional activator, putative 13.20820086 L4_chemical_A1 +LQ01X022050 Transcriptional activator, putative 13.30872598 L4_chemical_A2 +LQ01X022050 Transcriptional activator, putative 12.79083694 L4_chemical_A3 +LQ01X022050 Transcriptional activator, putative 12.44769226 L4_chemical_B1 +LQ01X022050 Transcriptional activator, putative 12.46335573 L4_chemical_B2 +LQ01X022050 Transcriptional activator, putative 12.34459325 L4_chemical_B3 +LQ01X022050 Transcriptional activator, putative 12.79188818 L4_chemical_C2 +LQ01X022050 Transcriptional activator, putative 12.81666527 L4_chemical_C3 +LQ01X022080 Putative uncharacterized protein 12.72647757 C6_control_A1 +LQ01X022080 Putative uncharacterized protein 12.48052714 C6_control_A3 +LQ01X022080 Putative uncharacterized protein 11.9401021 C6_control_B1 +LQ01X022080 Putative uncharacterized protein 13.37186045 C6_control_B2 +LQ01X022080 Putative uncharacterized protein 12.28093999 C6_control_B3 +LQ01X022080 Putative uncharacterized protein 13.12062325 C6_control_C1 +LQ01X022080 Putative uncharacterized protein 13.33336246 C6_control_C2 +LQ01X022080 Putative uncharacterized protein 13.50650467 C6_control_C3 +LQ01X022080 Putative uncharacterized protein 12.56781979 C6_chemical_A1 +LQ01X022080 Putative uncharacterized protein 11.91065444 C6_chemical_A3 +LQ01X022080 Putative uncharacterized protein 11.71338166 C6_chemical_B1 +LQ01X022080 Putative uncharacterized protein 13.14422135 C6_chemical_B2 +LQ01X022080 Putative uncharacterized protein 11.96708608 C6_chemical_B3 +LQ01X022080 Putative uncharacterized protein 13.06855249 C6_chemical_C1 +LQ01X022080 Putative uncharacterized protein 13.25947539 C6_chemical_C2 +LQ01X022080 Putative uncharacterized protein 13.13534578 C6_chemical_C3 +LQ01X022080 Putative uncharacterized protein 12.05088797 L4_control_A1 +LQ01X022080 Putative uncharacterized protein 12.24898626 L4_control_A2 +LQ01X022080 Putative uncharacterized protein 11.3530123 L4_control_A3 +LQ01X022080 Putative uncharacterized protein 11.31589027 L4_control_B1 +LQ01X022080 Putative uncharacterized protein 10.80426743 L4_control_B2 +LQ01X022080 Putative uncharacterized protein 11.44616789 L4_control_B3 +LQ01X022080 Putative uncharacterized protein 11.27024544 L4_control_C2 +LQ01X022080 Putative uncharacterized protein 10.9836313 L4_control_C3 +LQ01X022080 Putative uncharacterized protein 12.31687404 L4_chemical_A1 +LQ01X022080 Putative uncharacterized protein 12.12714189 L4_chemical_A2 +LQ01X022080 Putative uncharacterized protein 11.59293291 L4_chemical_A3 +LQ01X022080 Putative uncharacterized protein 11.05749069 L4_chemical_B1 +LQ01X022080 Putative uncharacterized protein 11.12431922 L4_chemical_B2 +LQ01X022080 Putative uncharacterized protein 11.53074605 L4_chemical_B3 +LQ01X022080 Putative uncharacterized protein 11.04651903 L4_chemical_C2 +LQ01X022080 Putative uncharacterized protein 11.04230592 L4_chemical_C3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.52292337 C6_control_A1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.71784107 C6_control_A3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.14475101 C6_control_B1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.97989851 C6_control_B2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.88337309 C6_control_B3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.64074175 C6_control_C1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.24914236 C6_control_C2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 9.842230239 C6_control_C3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.6851885 C6_chemical_A1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.55854862 C6_chemical_A3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.29653979 C6_chemical_B1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.131928 C6_chemical_B2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.89462245 C6_chemical_B3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.67237029 C6_chemical_C1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.47648645 C6_chemical_C2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 9.884619488 C6_chemical_C3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.76189264 L4_control_A1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.87790167 L4_control_A2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 12.36368868 L4_control_A3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.94057263 L4_control_B1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.70893543 L4_control_B2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.36195 L4_control_B3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.48196968 L4_control_C2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.29131919 L4_control_C3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.26771631 L4_chemical_A1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.62149274 L4_chemical_A2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.86627795 L4_chemical_A3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.11618724 L4_chemical_B1 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.33399943 L4_chemical_B2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.84175207 L4_chemical_B3 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.29726389 L4_chemical_C2 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 10.5924293 L4_chemical_C3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.85032687 C6_control_A1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.73877546 C6_control_A3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.41630065 C6_control_B1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.40118569 C6_control_B2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.35872959 C6_control_B3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 12.10701419 C6_control_C1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.98668143 C6_control_C2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.76062929 C6_control_C3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.70754942 C6_chemical_A1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.47340077 C6_chemical_A3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.06426774 C6_chemical_B1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 10.93920273 C6_chemical_B2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.2854573 C6_chemical_B3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 12.10315026 C6_chemical_C1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 12.11886377 C6_chemical_C2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.67881571 C6_chemical_C3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 12.03535258 L4_control_A1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.98435474 L4_control_A2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 12.59537529 L4_control_A3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.04386598 L4_control_B1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.28907772 L4_control_B2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.16131493 L4_control_B3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 12.46875131 L4_control_C2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.96401434 L4_control_C3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.92741219 L4_chemical_A1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.89768201 L4_chemical_A2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 12.57652164 L4_chemical_A3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.77353576 L4_chemical_B1 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.83463517 L4_chemical_B2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 10.97916207 L4_chemical_B3 +LQ01X022140 Probable adenylate kinase isoenzyme 6 12.78741269 L4_chemical_C2 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.93947209 L4_chemical_C3 +LQ01X022160 RING finger protein, putative 13.01234142 C6_control_A1 +LQ01X022160 RING finger protein, putative 13.29821953 C6_control_A3 +LQ01X022160 RING finger protein, putative 12.71644427 C6_control_B1 +LQ01X022160 RING finger protein, putative 12.92291091 C6_control_B2 +LQ01X022160 RING finger protein, putative 12.77637437 C6_control_B3 +LQ01X022160 RING finger protein, putative 12.8436819 C6_control_C1 +LQ01X022160 RING finger protein, putative 13.14432964 C6_control_C2 +LQ01X022160 RING finger protein, putative 12.76294445 C6_control_C3 +LQ01X022160 RING finger protein, putative 13.02775534 C6_chemical_A1 +LQ01X022160 RING finger protein, putative 13.0461131 C6_chemical_A3 +LQ01X022160 RING finger protein, putative 12.76405888 C6_chemical_B1 +LQ01X022160 RING finger protein, putative 13.06678509 C6_chemical_B2 +LQ01X022160 RING finger protein, putative 12.8665781 C6_chemical_B3 +LQ01X022160 RING finger protein, putative 12.9539276 C6_chemical_C1 +LQ01X022160 RING finger protein, putative 13.12822411 C6_chemical_C2 +LQ01X022160 RING finger protein, putative 12.93888099 C6_chemical_C3 +LQ01X022160 RING finger protein, putative 13.12294605 L4_control_A1 +LQ01X022160 RING finger protein, putative 12.77938951 L4_control_A2 +LQ01X022160 RING finger protein, putative 12.64415743 L4_control_A3 +LQ01X022160 RING finger protein, putative 12.86584887 L4_control_B1 +LQ01X022160 RING finger protein, putative 12.48731296 L4_control_B2 +LQ01X022160 RING finger protein, putative 12.8231533 L4_control_B3 +LQ01X022160 RING finger protein, putative 12.77399986 L4_control_C2 +LQ01X022160 RING finger protein, putative 12.80366769 L4_control_C3 +LQ01X022160 RING finger protein, putative 13.28749651 L4_chemical_A1 +LQ01X022160 RING finger protein, putative 13.14610162 L4_chemical_A2 +LQ01X022160 RING finger protein, putative 12.64112874 L4_chemical_A3 +LQ01X022160 RING finger protein, putative 13.31160914 L4_chemical_B1 +LQ01X022160 RING finger protein, putative 12.94264382 L4_chemical_B2 +LQ01X022160 RING finger protein, putative 12.82517552 L4_chemical_B3 +LQ01X022160 RING finger protein, putative 12.91768322 L4_chemical_C2 +LQ01X022160 RING finger protein, putative 12.73755429 L4_chemical_C3 +LQ01X022180 Hypothetical protein 5.448577434 C6_control_A1 +LQ01X022180 Hypothetical protein 5.783716837 C6_control_A3 +LQ01X022180 Hypothetical protein 6.889423857 C6_control_B1 +LQ01X022180 Hypothetical protein 5.141679538 C6_control_B2 +LQ01X022180 Hypothetical protein 5.813125816 C6_control_B3 +LQ01X022180 Hypothetical protein 5.190276427 C6_control_C1 +LQ01X022180 Hypothetical protein 5.365924186 C6_control_C2 +LQ01X022180 Hypothetical protein 5.454298872 C6_control_C3 +LQ01X022180 Hypothetical protein 5.581422167 C6_chemical_A1 +LQ01X022180 Hypothetical protein 5.417187207 C6_chemical_A3 +LQ01X022180 Hypothetical protein 5.930253053 C6_chemical_B1 +LQ01X022180 Hypothetical protein 5.565535625 C6_chemical_B2 +LQ01X022180 Hypothetical protein 5.578990546 C6_chemical_B3 +LQ01X022180 Hypothetical protein 5.780040932 C6_chemical_C1 +LQ01X022180 Hypothetical protein 6.059618532 C6_chemical_C2 +LQ01X022180 Hypothetical protein 5.68679107 C6_chemical_C3 +LQ01X022180 Hypothetical protein 5.368195724 L4_control_A1 +LQ01X022180 Hypothetical protein 5.815474787 L4_control_A2 +LQ01X022180 Hypothetical protein 5.700108274 L4_control_A3 +LQ01X022180 Hypothetical protein 5.78736132 L4_control_B1 +LQ01X022180 Hypothetical protein 5.917963081 L4_control_B2 +LQ01X022180 Hypothetical protein 5.774786593 L4_control_B3 +LQ01X022180 Hypothetical protein 6.063118338 L4_control_C2 +LQ01X022180 Hypothetical protein 5.688055698 L4_control_C3 +LQ01X022180 Hypothetical protein 5.603717967 L4_chemical_A1 +LQ01X022180 Hypothetical protein 5.707527182 L4_chemical_A2 +LQ01X022180 Hypothetical protein 5.697596968 L4_chemical_A3 +LQ01X022180 Hypothetical protein 5.920625788 L4_chemical_B1 +LQ01X022180 Hypothetical protein 6.813654665 L4_chemical_B2 +LQ01X022180 Hypothetical protein 5.794097299 L4_chemical_B3 +LQ01X022180 Hypothetical protein 5.715351315 L4_chemical_C2 +LQ01X022180 Hypothetical protein 5.351570594 L4_chemical_C3 +LQ01X022230 Hypothetical protein 5.191706943 C6_control_A1 +LQ01X022230 Hypothetical protein 4.866491324 C6_control_A3 +LQ01X022230 Hypothetical protein 5.527698484 C6_control_B1 +LQ01X022230 Hypothetical protein 5.056308818 C6_control_B2 +LQ01X022230 Hypothetical protein 5.070717735 C6_control_B3 +LQ01X022230 Hypothetical protein 5.223252905 C6_control_C1 +LQ01X022230 Hypothetical protein 4.962889802 C6_control_C2 +LQ01X022230 Hypothetical protein 5.400406364 C6_control_C3 +LQ01X022230 Hypothetical protein 5.171056549 C6_chemical_A1 +LQ01X022230 Hypothetical protein 5.172937208 C6_chemical_A3 +LQ01X022230 Hypothetical protein 5.455093497 C6_chemical_B1 +LQ01X022230 Hypothetical protein 4.8495601 C6_chemical_B2 +LQ01X022230 Hypothetical protein 5.430923975 C6_chemical_B3 +LQ01X022230 Hypothetical protein 4.870602252 C6_chemical_C1 +LQ01X022230 Hypothetical protein 4.888382462 C6_chemical_C2 +LQ01X022230 Hypothetical protein 5.701569728 C6_chemical_C3 +LQ01X022230 Hypothetical protein 5.197124354 L4_control_A1 +LQ01X022230 Hypothetical protein 5.622786529 L4_control_A2 +LQ01X022230 Hypothetical protein 5.394610032 L4_control_A3 +LQ01X022230 Hypothetical protein 6.032028483 L4_control_B1 +LQ01X022230 Hypothetical protein 5.08600574 L4_control_B2 +LQ01X022230 Hypothetical protein 5.207384678 L4_control_B3 +LQ01X022230 Hypothetical protein 5.313314516 L4_control_C2 +LQ01X022230 Hypothetical protein 5.174464756 L4_control_C3 +LQ01X022230 Hypothetical protein 5.162986529 L4_chemical_A1 +LQ01X022230 Hypothetical protein 5.114498302 L4_chemical_A2 +LQ01X022230 Hypothetical protein 5.296932634 L4_chemical_A3 +LQ01X022230 Hypothetical protein 4.99754484 L4_chemical_B1 +LQ01X022230 Hypothetical protein 5.321817115 L4_chemical_B2 +LQ01X022230 Hypothetical protein 5.20933458 L4_chemical_B3 +LQ01X022230 Hypothetical protein 5.530750439 L4_chemical_C2 +LQ01X022230 Hypothetical protein 5.034809397 L4_chemical_C3 +LQ01X022240 Catalytic, putative 11.91382785 C6_control_A1 +LQ01X022240 Catalytic, putative 11.77471784 C6_control_A3 +LQ01X022240 Catalytic, putative 11.52239086 C6_control_B1 +LQ01X022240 Catalytic, putative 11.55529364 C6_control_B2 +LQ01X022240 Catalytic, putative 11.48497526 C6_control_B3 +LQ01X022240 Catalytic, putative 11.55920835 C6_control_C1 +LQ01X022240 Catalytic, putative 11.70562502 C6_control_C2 +LQ01X022240 Catalytic, putative 11.95097396 C6_control_C3 +LQ01X022240 Catalytic, putative 11.61288221 C6_chemical_A1 +LQ01X022240 Catalytic, putative 11.53705922 C6_chemical_A3 +LQ01X022240 Catalytic, putative 11.05341226 C6_chemical_B1 +LQ01X022240 Catalytic, putative 11.18270313 C6_chemical_B2 +LQ01X022240 Catalytic, putative 10.99368843 C6_chemical_B3 +LQ01X022240 Catalytic, putative 11.18240407 C6_chemical_C1 +LQ01X022240 Catalytic, putative 11.64453984 C6_chemical_C2 +LQ01X022240 Catalytic, putative 11.36122412 C6_chemical_C3 +LQ01X022240 Catalytic, putative 11.61485252 L4_control_A1 +LQ01X022240 Catalytic, putative 12.29132636 L4_control_A2 +LQ01X022240 Catalytic, putative 11.7941882 L4_control_A3 +LQ01X022240 Catalytic, putative 11.29347915 L4_control_B1 +LQ01X022240 Catalytic, putative 11.43489612 L4_control_B2 +LQ01X022240 Catalytic, putative 10.97333648 L4_control_B3 +LQ01X022240 Catalytic, putative 12.45624729 L4_control_C2 +LQ01X022240 Catalytic, putative 11.74426499 L4_control_C3 +LQ01X022240 Catalytic, putative 11.3152303 L4_chemical_A1 +LQ01X022240 Catalytic, putative 11.9224966 L4_chemical_A2 +LQ01X022240 Catalytic, putative 11.74912019 L4_chemical_A3 +LQ01X022240 Catalytic, putative 11.23988453 L4_chemical_B1 +LQ01X022240 Catalytic, putative 11.55286249 L4_chemical_B2 +LQ01X022240 Catalytic, putative 10.86347249 L4_chemical_B3 +LQ01X022240 Catalytic, putative 12.29829887 L4_chemical_C2 +LQ01X022240 Catalytic, putative 11.80604782 L4_chemical_C3 +LQ01X022290 Hypothetical protein 4.59254348 C6_control_A1 +LQ01X022290 Hypothetical protein 4.814466038 C6_control_A3 +LQ01X022290 Hypothetical protein 4.754667398 C6_control_B1 +LQ01X022290 Hypothetical protein 4.8355471 C6_control_B2 +LQ01X022290 Hypothetical protein 4.448707461 C6_control_B3 +LQ01X022290 Hypothetical protein 5.237205567 C6_control_C1 +LQ01X022290 Hypothetical protein 4.667142482 C6_control_C2 +LQ01X022290 Hypothetical protein 4.883795462 C6_control_C3 +LQ01X022290 Hypothetical protein 4.712411253 C6_chemical_A1 +LQ01X022290 Hypothetical protein 4.905152448 C6_chemical_A3 +LQ01X022290 Hypothetical protein 4.790087294 C6_chemical_B1 +LQ01X022290 Hypothetical protein 4.681633893 C6_chemical_B2 +LQ01X022290 Hypothetical protein 4.673947185 C6_chemical_B3 +LQ01X022290 Hypothetical protein 4.73080654 C6_chemical_C1 +LQ01X022290 Hypothetical protein 4.611093822 C6_chemical_C2 +LQ01X022290 Hypothetical protein 4.613951284 C6_chemical_C3 +LQ01X022290 Hypothetical protein 4.87674548 L4_control_A1 +LQ01X022290 Hypothetical protein 4.623108317 L4_control_A2 +LQ01X022290 Hypothetical protein 5.159112937 L4_control_A3 +LQ01X022290 Hypothetical protein 5.138893827 L4_control_B1 +LQ01X022290 Hypothetical protein 4.893351137 L4_control_B2 +LQ01X022290 Hypothetical protein 4.553832025 L4_control_B3 +LQ01X022290 Hypothetical protein 5.032012116 L4_control_C2 +LQ01X022290 Hypothetical protein 5.382972644 L4_control_C3 +LQ01X022290 Hypothetical protein 4.741751729 L4_chemical_A1 +LQ01X022290 Hypothetical protein 5.044995624 L4_chemical_A2 +LQ01X022290 Hypothetical protein 4.879116851 L4_chemical_A3 +LQ01X022290 Hypothetical protein 5.169136348 L4_chemical_B1 +LQ01X022290 Hypothetical protein 5.079113519 L4_chemical_B2 +LQ01X022290 Hypothetical protein 4.637106395 L4_chemical_B3 +LQ01X022290 Hypothetical protein 4.806906816 L4_chemical_C2 +LQ01X022290 Hypothetical protein 5.029577983 L4_chemical_C3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.362760783 C6_control_A1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.425348202 C6_control_A3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 4.833538002 C6_control_B1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.260868372 C6_control_B2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.156200413 C6_control_B3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.321028273 C6_control_C1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.224041747 C6_control_C2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.10346872 C6_control_C3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.437159296 C6_chemical_A1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.153864561 C6_chemical_A3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.26414943 C6_chemical_B1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.174058075 C6_chemical_B2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.000088476 C6_chemical_B3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 4.883674306 C6_chemical_C1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.015305729 C6_chemical_C2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.179173891 C6_chemical_C3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 4.982939526 L4_control_A1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.073832044 L4_control_A2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.572080334 L4_control_A3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.232285837 L4_control_B1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.931797053 L4_control_B2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.00200245 L4_control_B3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.270390995 L4_control_C2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.021721843 L4_control_C3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.038949655 L4_chemical_A1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.069792563 L4_chemical_A2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.40644485 L4_chemical_A3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.221441114 L4_chemical_B1 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.027962956 L4_chemical_B2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.012319212 L4_chemical_B3 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 4.956356992 L4_chemical_C2 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.405839099 L4_chemical_C3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.34782265 C6_control_A1 +LQ01X022350 Transcriptional corepressor LEUNIG 10.66938579 C6_control_A3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.37238145 C6_control_B1 +LQ01X022350 Transcriptional corepressor LEUNIG 11.5565832 C6_control_B2 +LQ01X022350 Transcriptional corepressor LEUNIG 10.64817132 C6_control_B3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.58868535 C6_control_C1 +LQ01X022350 Transcriptional corepressor LEUNIG 11.36570112 C6_control_C2 +LQ01X022350 Transcriptional corepressor LEUNIG 11.38778854 C6_control_C3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.46300942 C6_chemical_A1 +LQ01X022350 Transcriptional corepressor LEUNIG 11.36415315 C6_chemical_A3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.39948537 C6_chemical_B1 +LQ01X022350 Transcriptional corepressor LEUNIG 11.98640839 C6_chemical_B2 +LQ01X022350 Transcriptional corepressor LEUNIG 10.88115983 C6_chemical_B3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.74854949 C6_chemical_C1 +LQ01X022350 Transcriptional corepressor LEUNIG 11.58305596 C6_chemical_C2 +LQ01X022350 Transcriptional corepressor LEUNIG 11.54537003 C6_chemical_C3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.64700043 L4_control_A1 +LQ01X022350 Transcriptional corepressor LEUNIG 12.07175299 L4_control_A2 +LQ01X022350 Transcriptional corepressor LEUNIG 11.55635934 L4_control_A3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.09073793 L4_control_B1 +LQ01X022350 Transcriptional corepressor LEUNIG 11.74135225 L4_control_B2 +LQ01X022350 Transcriptional corepressor LEUNIG 11.67967352 L4_control_B3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.60073381 L4_control_C2 +LQ01X022350 Transcriptional corepressor LEUNIG 11.38055755 L4_control_C3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.62094381 L4_chemical_A1 +LQ01X022350 Transcriptional corepressor LEUNIG 12.13912666 L4_chemical_A2 +LQ01X022350 Transcriptional corepressor LEUNIG 11.36228789 L4_chemical_A3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.0628766 L4_chemical_B1 +LQ01X022350 Transcriptional corepressor LEUNIG 11.76868858 L4_chemical_B2 +LQ01X022350 Transcriptional corepressor LEUNIG 11.58170474 L4_chemical_B3 +LQ01X022350 Transcriptional corepressor LEUNIG 11.78088603 L4_chemical_C2 +LQ01X022350 Transcriptional corepressor LEUNIG 11.5436391 L4_chemical_C3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 8.9158338 C6_control_A1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 8.033730597 C6_control_A3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.150013634 C6_control_B1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.802813543 C6_control_B2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.330857063 C6_control_B3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.54342189 C6_control_C1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.881154739 C6_control_C2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.423404232 C6_control_C3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 8.690025988 C6_chemical_A1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 8.651415072 C6_chemical_A3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.337853772 C6_chemical_B1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 10.01395245 C6_chemical_B2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.097759166 C6_chemical_B3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.748407936 C6_chemical_C1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 10.12907705 C6_chemical_C2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.667195102 C6_chemical_C3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 8.682705878 L4_control_A1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.071470092 L4_control_A2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 7.898010358 L4_control_A3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.473832733 L4_control_B1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.717740129 L4_control_B2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 10.24772286 L4_control_B3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 10.58407325 L4_control_C2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 10.33168969 L4_control_C3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 8.698313914 L4_chemical_A1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.260198669 L4_chemical_A2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 7.936222194 L4_chemical_A3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 8.843847946 L4_chemical_B1 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 10.0470164 L4_chemical_B2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 9.512982432 L4_chemical_B3 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 10.61020368 L4_chemical_C2 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 10.30615701 L4_chemical_C3 +LQ01X022380 Predicted protein 11.39640337 C6_control_A1 +LQ01X022380 Predicted protein 11.24283473 C6_control_A3 +LQ01X022380 Predicted protein 10.84616694 C6_control_B1 +LQ01X022380 Predicted protein 11.49125959 C6_control_B2 +LQ01X022380 Predicted protein 10.92908184 C6_control_B3 +LQ01X022380 Predicted protein 11.70314415 C6_control_C1 +LQ01X022380 Predicted protein 11.70216836 C6_control_C2 +LQ01X022380 Predicted protein 11.62940224 C6_control_C3 +LQ01X022380 Predicted protein 11.27588971 C6_chemical_A1 +LQ01X022380 Predicted protein 10.97649576 C6_chemical_A3 +LQ01X022380 Predicted protein 10.37020528 C6_chemical_B1 +LQ01X022380 Predicted protein 11.44400994 C6_chemical_B2 +LQ01X022380 Predicted protein 10.88407962 C6_chemical_B3 +LQ01X022380 Predicted protein 11.77786128 C6_chemical_C1 +LQ01X022380 Predicted protein 11.75188405 C6_chemical_C2 +LQ01X022380 Predicted protein 11.55775462 C6_chemical_C3 +LQ01X022380 Predicted protein 10.82379696 L4_control_A1 +LQ01X022380 Predicted protein 11.5303119 L4_control_A2 +LQ01X022380 Predicted protein 10.01272976 L4_control_A3 +LQ01X022380 Predicted protein 10.83724466 L4_control_B1 +LQ01X022380 Predicted protein 10.27140991 L4_control_B2 +LQ01X022380 Predicted protein 10.87691467 L4_control_B3 +LQ01X022380 Predicted protein 10.70134655 L4_control_C2 +LQ01X022380 Predicted protein 10.46323917 L4_control_C3 +LQ01X022380 Predicted protein 10.76273268 L4_chemical_A1 +LQ01X022380 Predicted protein 11.48980897 L4_chemical_A2 +LQ01X022380 Predicted protein 10.54627438 L4_chemical_A3 +LQ01X022380 Predicted protein 10.56982011 L4_chemical_B1 +LQ01X022380 Predicted protein 10.16771458 L4_chemical_B2 +LQ01X022380 Predicted protein 10.89513768 L4_chemical_B3 +LQ01X022380 Predicted protein 10.6379689 L4_chemical_C2 +LQ01X022380 Predicted protein 10.79716868 L4_chemical_C3 +LQ01X022410 Cytochrome b5 14.07210934 C6_control_A1 +LQ01X022410 Cytochrome b5 14.3007201 C6_control_A3 +LQ01X022410 Cytochrome b5 14.08286473 C6_control_B1 +LQ01X022410 Cytochrome b5 14.47142114 C6_control_B2 +LQ01X022410 Cytochrome b5 14.20992879 C6_control_B3 +LQ01X022410 Cytochrome b5 12.75970176 C6_control_C1 +LQ01X022410 Cytochrome b5 12.75433253 C6_control_C2 +LQ01X022410 Cytochrome b5 12.70397717 C6_control_C3 +LQ01X022410 Cytochrome b5 14.23596169 C6_chemical_A1 +LQ01X022410 Cytochrome b5 14.10325353 C6_chemical_A3 +LQ01X022410 Cytochrome b5 13.93705364 C6_chemical_B1 +LQ01X022410 Cytochrome b5 14.32206056 C6_chemical_B2 +LQ01X022410 Cytochrome b5 14.44137142 C6_chemical_B3 +LQ01X022410 Cytochrome b5 12.52010865 C6_chemical_C1 +LQ01X022410 Cytochrome b5 12.78442782 C6_chemical_C2 +LQ01X022410 Cytochrome b5 12.43325706 C6_chemical_C3 +LQ01X022410 Cytochrome b5 14.30614015 L4_control_A1 +LQ01X022410 Cytochrome b5 14.11848362 L4_control_A2 +LQ01X022410 Cytochrome b5 13.9206105 L4_control_A3 +LQ01X022410 Cytochrome b5 14.01791097 L4_control_B1 +LQ01X022410 Cytochrome b5 14.03648888 L4_control_B2 +LQ01X022410 Cytochrome b5 14.24360421 L4_control_B3 +LQ01X022410 Cytochrome b5 12.94827093 L4_control_C2 +LQ01X022410 Cytochrome b5 12.05183255 L4_control_C3 +LQ01X022410 Cytochrome b5 14.1607123 L4_chemical_A1 +LQ01X022410 Cytochrome b5 13.85553475 L4_chemical_A2 +LQ01X022410 Cytochrome b5 13.91798765 L4_chemical_A3 +LQ01X022410 Cytochrome b5 14.27117592 L4_chemical_B1 +LQ01X022410 Cytochrome b5 14.32894717 L4_chemical_B2 +LQ01X022410 Cytochrome b5 14.01742371 L4_chemical_B3 +LQ01X022410 Cytochrome b5 12.89120579 L4_chemical_C2 +LQ01X022410 Cytochrome b5 12.27250851 L4_chemical_C3 +LQ01X022430 60S ribosomal protein L13a-4 14.05285837 C6_control_A1 +LQ01X022430 60S ribosomal protein L13a-4 14.47539097 C6_control_A3 +LQ01X022430 60S ribosomal protein L13a-4 13.12416573 C6_control_B1 +LQ01X022430 60S ribosomal protein L13a-4 13.72649908 C6_control_B2 +LQ01X022430 60S ribosomal protein L13a-4 12.87039256 C6_control_B3 +LQ01X022430 60S ribosomal protein L13a-4 12.87596535 C6_control_C1 +LQ01X022430 60S ribosomal protein L13a-4 13.15110193 C6_control_C2 +LQ01X022430 60S ribosomal protein L13a-4 12.71277655 C6_control_C3 +LQ01X022430 60S ribosomal protein L13a-4 14.05907661 C6_chemical_A1 +LQ01X022430 60S ribosomal protein L13a-4 14.01067293 C6_chemical_A3 +LQ01X022430 60S ribosomal protein L13a-4 12.90033344 C6_chemical_B1 +LQ01X022430 60S ribosomal protein L13a-4 13.2389107 C6_chemical_B2 +LQ01X022430 60S ribosomal protein L13a-4 12.69483904 C6_chemical_B3 +LQ01X022430 60S ribosomal protein L13a-4 13.01784106 C6_chemical_C1 +LQ01X022430 60S ribosomal protein L13a-4 13.14619525 C6_chemical_C2 +LQ01X022430 60S ribosomal protein L13a-4 12.58075157 C6_chemical_C3 +LQ01X022430 60S ribosomal protein L13a-4 14.23075537 L4_control_A1 +LQ01X022430 60S ribosomal protein L13a-4 14.16887342 L4_control_A2 +LQ01X022430 60S ribosomal protein L13a-4 14.10637131 L4_control_A3 +LQ01X022430 60S ribosomal protein L13a-4 12.75701066 L4_control_B1 +LQ01X022430 60S ribosomal protein L13a-4 12.73583148 L4_control_B2 +LQ01X022430 60S ribosomal protein L13a-4 12.95396111 L4_control_B3 +LQ01X022430 60S ribosomal protein L13a-4 12.59509479 L4_control_C2 +LQ01X022430 60S ribosomal protein L13a-4 12.63387863 L4_control_C3 +LQ01X022430 60S ribosomal protein L13a-4 13.92084504 L4_chemical_A1 +LQ01X022430 60S ribosomal protein L13a-4 13.8263052 L4_chemical_A2 +LQ01X022430 60S ribosomal protein L13a-4 13.80089881 L4_chemical_A3 +LQ01X022430 60S ribosomal protein L13a-4 12.98126455 L4_chemical_B1 +LQ01X022430 60S ribosomal protein L13a-4 12.93832225 L4_chemical_B2 +LQ01X022430 60S ribosomal protein L13a-4 13.28503937 L4_chemical_B3 +LQ01X022430 60S ribosomal protein L13a-4 12.72767427 L4_chemical_C2 +LQ01X022430 60S ribosomal protein L13a-4 12.62127102 L4_chemical_C3 +LQ01X022460 Hypothetical protein 5.148864212 C6_control_A1 +LQ01X022460 Hypothetical protein 4.980916266 C6_control_A3 +LQ01X022460 Hypothetical protein 5.161415212 C6_control_B1 +LQ01X022460 Hypothetical protein 5.166944074 C6_control_B2 +LQ01X022460 Hypothetical protein 5.060985657 C6_control_B3 +LQ01X022460 Hypothetical protein 4.886041187 C6_control_C1 +LQ01X022460 Hypothetical protein 4.875137744 C6_control_C2 +LQ01X022460 Hypothetical protein 4.849234647 C6_control_C3 +LQ01X022460 Hypothetical protein 5.303600481 C6_chemical_A1 +LQ01X022460 Hypothetical protein 4.942480697 C6_chemical_A3 +LQ01X022460 Hypothetical protein 5.195174272 C6_chemical_B1 +LQ01X022460 Hypothetical protein 5.102593145 C6_chemical_B2 +LQ01X022460 Hypothetical protein 4.839369692 C6_chemical_B3 +LQ01X022460 Hypothetical protein 4.808403088 C6_chemical_C1 +LQ01X022460 Hypothetical protein 4.80992592 C6_chemical_C2 +LQ01X022460 Hypothetical protein 4.952476359 C6_chemical_C3 +LQ01X022460 Hypothetical protein 4.720877714 L4_control_A1 +LQ01X022460 Hypothetical protein 4.846972128 L4_control_A2 +LQ01X022460 Hypothetical protein 5.371942078 L4_control_A3 +LQ01X022460 Hypothetical protein 4.976207558 L4_control_B1 +LQ01X022460 Hypothetical protein 4.742313859 L4_control_B2 +LQ01X022460 Hypothetical protein 4.836642691 L4_control_B3 +LQ01X022460 Hypothetical protein 4.748108101 L4_control_C2 +LQ01X022460 Hypothetical protein 4.540402192 L4_control_C3 +LQ01X022460 Hypothetical protein 4.887243588 L4_chemical_A1 +LQ01X022460 Hypothetical protein 5.314791113 L4_chemical_A2 +LQ01X022460 Hypothetical protein 5.382645797 L4_chemical_A3 +LQ01X022460 Hypothetical protein 5.141925349 L4_chemical_B1 +LQ01X022460 Hypothetical protein 5.199203892 L4_chemical_B2 +LQ01X022460 Hypothetical protein 5.101126233 L4_chemical_B3 +LQ01X022460 Hypothetical protein 5.315224544 L4_chemical_C2 +LQ01X022460 Hypothetical protein 4.936572529 L4_chemical_C3 +LQ01X022520 Predicted protein 10.35423961 C6_control_A1 +LQ01X022520 Predicted protein 10.21860433 C6_control_A3 +LQ01X022520 Predicted protein 10.60041114 C6_control_B1 +LQ01X022520 Predicted protein 10.17348423 C6_control_B2 +LQ01X022520 Predicted protein 10.78626276 C6_control_B3 +LQ01X022520 Predicted protein 10.16794227 C6_control_C1 +LQ01X022520 Predicted protein 9.660046811 C6_control_C2 +LQ01X022520 Predicted protein 9.927625937 C6_control_C3 +LQ01X022520 Predicted protein 10.46170417 C6_chemical_A1 +LQ01X022520 Predicted protein 10.22730023 C6_chemical_A3 +LQ01X022520 Predicted protein 10.5175372 C6_chemical_B1 +LQ01X022520 Predicted protein 10.19832877 C6_chemical_B2 +LQ01X022520 Predicted protein 10.24315418 C6_chemical_B3 +LQ01X022520 Predicted protein 9.847077403 C6_chemical_C1 +LQ01X022520 Predicted protein 9.852191533 C6_chemical_C2 +LQ01X022520 Predicted protein 9.527058622 C6_chemical_C3 +LQ01X022520 Predicted protein 9.863873934 L4_control_A1 +LQ01X022520 Predicted protein 10.3332001 L4_control_A2 +LQ01X022520 Predicted protein 10.46895241 L4_control_A3 +LQ01X022520 Predicted protein 10.91317371 L4_control_B1 +LQ01X022520 Predicted protein 11.3004221 L4_control_B2 +LQ01X022520 Predicted protein 10.33753258 L4_control_B3 +LQ01X022520 Predicted protein 10.96924126 L4_control_C2 +LQ01X022520 Predicted protein 10.35833164 L4_control_C3 +LQ01X022520 Predicted protein 9.263086589 L4_chemical_A1 +LQ01X022520 Predicted protein 10.38702681 L4_chemical_A2 +LQ01X022520 Predicted protein 9.92708017 L4_chemical_A3 +LQ01X022520 Predicted protein 11.12729417 L4_chemical_B1 +LQ01X022520 Predicted protein 11.69278602 L4_chemical_B2 +LQ01X022520 Predicted protein 10.09980262 L4_chemical_B3 +LQ01X022520 Predicted protein 10.9579945 L4_chemical_C2 +LQ01X022520 Predicted protein 10.19167511 L4_chemical_C3 +LQ01X022530 DNA binding protein, putative 10.8851043 C6_control_A1 +LQ01X022530 DNA binding protein, putative 10.53836897 C6_control_A3 +LQ01X022530 DNA binding protein, putative 11.3533396 C6_control_B1 +LQ01X022530 DNA binding protein, putative 11.27529338 C6_control_B2 +LQ01X022530 DNA binding protein, putative 11.06387978 C6_control_B3 +LQ01X022530 DNA binding protein, putative 11.98571993 C6_control_C1 +LQ01X022530 DNA binding protein, putative 11.54203939 C6_control_C2 +LQ01X022530 DNA binding protein, putative 11.91301944 C6_control_C3 +LQ01X022530 DNA binding protein, putative 11.0703292 C6_chemical_A1 +LQ01X022530 DNA binding protein, putative 11.09383765 C6_chemical_A3 +LQ01X022530 DNA binding protein, putative 11.37639195 C6_chemical_B1 +LQ01X022530 DNA binding protein, putative 10.93419099 C6_chemical_B2 +LQ01X022530 DNA binding protein, putative 11.17157438 C6_chemical_B3 +LQ01X022530 DNA binding protein, putative 11.85975379 C6_chemical_C1 +LQ01X022530 DNA binding protein, putative 11.74739817 C6_chemical_C2 +LQ01X022530 DNA binding protein, putative 11.59519273 C6_chemical_C3 +LQ01X022530 DNA binding protein, putative 11.18346304 L4_control_A1 +LQ01X022530 DNA binding protein, putative 11.25838449 L4_control_A2 +LQ01X022530 DNA binding protein, putative 10.7717593 L4_control_A3 +LQ01X022530 DNA binding protein, putative 11.30245375 L4_control_B1 +LQ01X022530 DNA binding protein, putative 11.59790499 L4_control_B2 +LQ01X022530 DNA binding protein, putative 11.31854115 L4_control_B3 +LQ01X022530 DNA binding protein, putative 11.98768397 L4_control_C2 +LQ01X022530 DNA binding protein, putative 11.97518339 L4_control_C3 +LQ01X022530 DNA binding protein, putative 11.26001747 L4_chemical_A1 +LQ01X022530 DNA binding protein, putative 11.52406246 L4_chemical_A2 +LQ01X022530 DNA binding protein, putative 10.88351052 L4_chemical_A3 +LQ01X022530 DNA binding protein, putative 11.29649732 L4_chemical_B1 +LQ01X022530 DNA binding protein, putative 11.59599144 L4_chemical_B2 +LQ01X022530 DNA binding protein, putative 11.09465378 L4_chemical_B3 +LQ01X022530 DNA binding protein, putative 12.0698113 L4_chemical_C2 +LQ01X022530 DNA binding protein, putative 11.78054117 L4_chemical_C3 +LQ01X022610 Predicted protein 9.591602521 C6_control_A1 +LQ01X022610 Predicted protein 8.744782733 C6_control_A3 +LQ01X022610 Predicted protein 9.659186691 C6_control_B1 +LQ01X022610 Predicted protein 9.721981487 C6_control_B2 +LQ01X022610 Predicted protein 9.48449893 C6_control_B3 +LQ01X022610 Predicted protein 9.324735471 C6_control_C1 +LQ01X022610 Predicted protein 8.159120555 C6_control_C2 +LQ01X022610 Predicted protein 7.297949413 C6_control_C3 +LQ01X022610 Predicted protein 10.34341998 C6_chemical_A1 +LQ01X022610 Predicted protein 8.709813887 C6_chemical_A3 +LQ01X022610 Predicted protein 10.41461246 C6_chemical_B1 +LQ01X022610 Predicted protein 10.02469667 C6_chemical_B2 +LQ01X022610 Predicted protein 9.496854041 C6_chemical_B3 +LQ01X022610 Predicted protein 9.555360822 C6_chemical_C1 +LQ01X022610 Predicted protein 9.300605205 C6_chemical_C2 +LQ01X022610 Predicted protein 7.184431576 C6_chemical_C3 +LQ01X022610 Predicted protein 8.224602154 L4_control_A1 +LQ01X022610 Predicted protein 7.933449482 L4_control_A2 +LQ01X022610 Predicted protein 7.375120319 L4_control_A3 +LQ01X022610 Predicted protein 8.663237101 L4_control_B1 +LQ01X022610 Predicted protein 8.994558694 L4_control_B2 +LQ01X022610 Predicted protein 7.325394266 L4_control_B3 +LQ01X022610 Predicted protein 7.272157475 L4_control_C2 +LQ01X022610 Predicted protein 6.211371451 L4_control_C3 +LQ01X022610 Predicted protein 7.948141075 L4_chemical_A1 +LQ01X022610 Predicted protein 8.362855453 L4_chemical_A2 +LQ01X022610 Predicted protein 7.438195711 L4_chemical_A3 +LQ01X022610 Predicted protein 9.05786695 L4_chemical_B1 +LQ01X022610 Predicted protein 8.688077029 L4_chemical_B2 +LQ01X022610 Predicted protein 7.576998516 L4_chemical_B3 +LQ01X022610 Predicted protein 7.15936051 L4_chemical_C2 +LQ01X022610 Predicted protein 5.894539815 L4_chemical_C3 +LQ01X022740 Hypothetical protein 5.007687437 C6_control_A1 +LQ01X022740 Hypothetical protein 4.625461435 C6_control_A3 +LQ01X022740 Hypothetical protein 5.174622796 C6_control_B1 +LQ01X022740 Hypothetical protein 4.715371331 C6_control_B2 +LQ01X022740 Hypothetical protein 5.263592125 C6_control_B3 +LQ01X022740 Hypothetical protein 4.71337156 C6_control_C1 +LQ01X022740 Hypothetical protein 4.672416422 C6_control_C2 +LQ01X022740 Hypothetical protein 5.210697492 C6_control_C3 +LQ01X022740 Hypothetical protein 5.168776477 C6_chemical_A1 +LQ01X022740 Hypothetical protein 4.733202231 C6_chemical_A3 +LQ01X022740 Hypothetical protein 5.357194379 C6_chemical_B1 +LQ01X022740 Hypothetical protein 4.78113006 C6_chemical_B2 +LQ01X022740 Hypothetical protein 4.924963409 C6_chemical_B3 +LQ01X022740 Hypothetical protein 4.721005915 C6_chemical_C1 +LQ01X022740 Hypothetical protein 4.851659124 C6_chemical_C2 +LQ01X022740 Hypothetical protein 5.138991077 C6_chemical_C3 +LQ01X022740 Hypothetical protein 4.906663116 L4_control_A1 +LQ01X022740 Hypothetical protein 5.213886146 L4_control_A2 +LQ01X022740 Hypothetical protein 5.22678418 L4_control_A3 +LQ01X022740 Hypothetical protein 4.87761122 L4_control_B1 +LQ01X022740 Hypothetical protein 5.019242844 L4_control_B2 +LQ01X022740 Hypothetical protein 4.732907888 L4_control_B3 +LQ01X022740 Hypothetical protein 5.166612627 L4_control_C2 +LQ01X022740 Hypothetical protein 5.268263453 L4_control_C3 +LQ01X022740 Hypothetical protein 4.756120551 L4_chemical_A1 +LQ01X022740 Hypothetical protein 5.384006116 L4_chemical_A2 +LQ01X022740 Hypothetical protein 5.087459221 L4_chemical_A3 +LQ01X022740 Hypothetical protein 4.928666893 L4_chemical_B1 +LQ01X022740 Hypothetical protein 5.362836856 L4_chemical_B2 +LQ01X022740 Hypothetical protein 4.978689728 L4_chemical_B3 +LQ01X022740 Hypothetical protein 5.045633037 L4_chemical_C2 +LQ01X022740 Hypothetical protein 5.217069404 L4_chemical_C3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.090117668 C6_control_A1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.154029837 C6_control_A3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.319776651 C6_control_B1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.313802163 C6_control_B2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.649529664 C6_control_B3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.956314332 C6_control_C1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.214188135 C6_control_C2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.840678869 C6_control_C3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.807662377 C6_chemical_A1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.606038054 C6_chemical_A3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.328419572 C6_chemical_B1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.262850235 C6_chemical_B2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.502396329 C6_chemical_B3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.903788532 C6_chemical_C1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.890730038 C6_chemical_C2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.802009544 C6_chemical_C3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.149643321 L4_control_A1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.615439786 L4_control_A2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.628062844 L4_control_A3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.846690525 L4_control_B1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.51621385 L4_control_B2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.205299966 L4_control_B3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.930209824 L4_control_C2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.215131954 L4_control_C3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.121886615 L4_chemical_A1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.916310204 L4_chemical_A2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.2257136 L4_chemical_A3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.118122706 L4_chemical_B1 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.743846277 L4_chemical_B2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 6.147519671 L4_chemical_B3 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.717168336 L4_chemical_C2 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.340040761 L4_chemical_C3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.26652253 C6_control_A1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.24083947 C6_control_A3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.15770384 C6_control_B1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.23701652 C6_control_B2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.78453065 C6_control_B3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 13.45628143 C6_control_C1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.97820255 C6_control_C2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 13.16496216 C6_control_C3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.40386824 C6_chemical_A1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.09158276 C6_chemical_A3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.30961732 C6_chemical_B1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.91935614 C6_chemical_B2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.65268748 C6_chemical_B3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 13.33394131 C6_chemical_C1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 13.08965649 C6_chemical_C2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.6128295 C6_chemical_C3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.10160473 L4_control_A1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.63033305 L4_control_A2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.42641719 L4_control_A3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.98682693 L4_control_B1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.28202399 L4_control_B2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.06276013 L4_control_B3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.45323712 L4_control_C2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.88823275 L4_control_C3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.07015205 L4_chemical_A1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.794785 L4_chemical_A2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.60621072 L4_chemical_A3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.073602 L4_chemical_B1 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.57202071 L4_chemical_B2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 11.72695889 L4_chemical_B3 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.35828327 L4_chemical_C2 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.12046175 L4_chemical_C3 +LQ01X022850 Hypothetical protein 10.810338 C6_control_A1 +LQ01X022850 Hypothetical protein 9.85815566 C6_control_A3 +LQ01X022850 Hypothetical protein 11.21574718 C6_control_B1 +LQ01X022850 Hypothetical protein 11.65104563 C6_control_B2 +LQ01X022850 Hypothetical protein 11.37613556 C6_control_B3 +LQ01X022850 Hypothetical protein 11.39971512 C6_control_C1 +LQ01X022850 Hypothetical protein 11.53207732 C6_control_C2 +LQ01X022850 Hypothetical protein 11.61446108 C6_control_C3 +LQ01X022850 Hypothetical protein 10.89443805 C6_chemical_A1 +LQ01X022850 Hypothetical protein 9.151653653 C6_chemical_A3 +LQ01X022850 Hypothetical protein 10.92924201 C6_chemical_B1 +LQ01X022850 Hypothetical protein 11.72059891 C6_chemical_B2 +LQ01X022850 Hypothetical protein 10.81502567 C6_chemical_B3 +LQ01X022850 Hypothetical protein 11.42431657 C6_chemical_C1 +LQ01X022850 Hypothetical protein 11.81469021 C6_chemical_C2 +LQ01X022850 Hypothetical protein 11.42716738 C6_chemical_C3 +LQ01X022850 Hypothetical protein 8.417237252 L4_control_A1 +LQ01X022850 Hypothetical protein 9.030948397 L4_control_A2 +LQ01X022850 Hypothetical protein 5.516475815 L4_control_A3 +LQ01X022850 Hypothetical protein 10.82510008 L4_control_B1 +LQ01X022850 Hypothetical protein 8.739171561 L4_control_B2 +LQ01X022850 Hypothetical protein 9.416509471 L4_control_B3 +LQ01X022850 Hypothetical protein 9.856594373 L4_control_C2 +LQ01X022850 Hypothetical protein 9.819734604 L4_control_C3 +LQ01X022850 Hypothetical protein 8.208994539 L4_chemical_A1 +LQ01X022850 Hypothetical protein 8.325477572 L4_chemical_A2 +LQ01X022850 Hypothetical protein 6.331836495 L4_chemical_A3 +LQ01X022850 Hypothetical protein 9.073444448 L4_chemical_B1 +LQ01X022850 Hypothetical protein 8.555481488 L4_chemical_B2 +LQ01X022850 Hypothetical protein 9.824275101 L4_chemical_B3 +LQ01X022850 Hypothetical protein 9.931261592 L4_chemical_C2 +LQ01X022850 Hypothetical protein 10.67645135 L4_chemical_C3 +LQ01X022880 Predicted protein 8.579499343 C6_control_A1 +LQ01X022880 Predicted protein 8.877985412 C6_control_A3 +LQ01X022880 Predicted protein 8.540735966 C6_control_B1 +LQ01X022880 Predicted protein 7.635664946 C6_control_B2 +LQ01X022880 Predicted protein 6.870484963 C6_control_B3 +LQ01X022880 Predicted protein 9.783217141 C6_control_C1 +LQ01X022880 Predicted protein 8.426555736 C6_control_C2 +LQ01X022880 Predicted protein 7.186681811 C6_control_C3 +LQ01X022880 Predicted protein 8.78712116 C6_chemical_A1 +LQ01X022880 Predicted protein 9.033556273 C6_chemical_A3 +LQ01X022880 Predicted protein 8.382512356 C6_chemical_B1 +LQ01X022880 Predicted protein 7.421503695 C6_chemical_B2 +LQ01X022880 Predicted protein 6.332472794 C6_chemical_B3 +LQ01X022880 Predicted protein 10.05850309 C6_chemical_C1 +LQ01X022880 Predicted protein 8.979197163 C6_chemical_C2 +LQ01X022880 Predicted protein 7.734011121 C6_chemical_C3 +LQ01X022880 Predicted protein 8.41955987 L4_control_A1 +LQ01X022880 Predicted protein 8.57252572 L4_control_A2 +LQ01X022880 Predicted protein 7.673176534 L4_control_A3 +LQ01X022880 Predicted protein 7.627327965 L4_control_B1 +LQ01X022880 Predicted protein 7.776305792 L4_control_B2 +LQ01X022880 Predicted protein 6.219622288 L4_control_B3 +LQ01X022880 Predicted protein 8.903769383 L4_control_C2 +LQ01X022880 Predicted protein 6.947806188 L4_control_C3 +LQ01X022880 Predicted protein 9.140872597 L4_chemical_A1 +LQ01X022880 Predicted protein 9.801185317 L4_chemical_A2 +LQ01X022880 Predicted protein 7.486027441 L4_chemical_A3 +LQ01X022880 Predicted protein 8.713704603 L4_chemical_B1 +LQ01X022880 Predicted protein 8.431568631 L4_chemical_B2 +LQ01X022880 Predicted protein 6.707451041 L4_chemical_B3 +LQ01X022880 Predicted protein 8.560468069 L4_chemical_C2 +LQ01X022880 Predicted protein 6.37170711 L4_chemical_C3 +LQ01X022890 Probable pectate lyase 8 4.791254333 C6_control_A1 +LQ01X022890 Probable pectate lyase 8 4.969169319 C6_control_A3 +LQ01X022890 Probable pectate lyase 8 4.973540976 C6_control_B1 +LQ01X022890 Probable pectate lyase 8 4.956172704 C6_control_B2 +LQ01X022890 Probable pectate lyase 8 5.134167636 C6_control_B3 +LQ01X022890 Probable pectate lyase 8 5.014633795 C6_control_C1 +LQ01X022890 Probable pectate lyase 8 4.672318287 C6_control_C2 +LQ01X022890 Probable pectate lyase 8 4.694174923 C6_control_C3 +LQ01X022890 Probable pectate lyase 8 4.76343067 C6_chemical_A1 +LQ01X022890 Probable pectate lyase 8 4.693335668 C6_chemical_A3 +LQ01X022890 Probable pectate lyase 8 5.042956932 C6_chemical_B1 +LQ01X022890 Probable pectate lyase 8 4.832810996 C6_chemical_B2 +LQ01X022890 Probable pectate lyase 8 5.019623049 C6_chemical_B3 +LQ01X022890 Probable pectate lyase 8 4.880254406 C6_chemical_C1 +LQ01X022890 Probable pectate lyase 8 4.680511087 C6_chemical_C2 +LQ01X022890 Probable pectate lyase 8 4.769640914 C6_chemical_C3 +LQ01X022890 Probable pectate lyase 8 5.050205879 L4_control_A1 +LQ01X022890 Probable pectate lyase 8 5.019552238 L4_control_A2 +LQ01X022890 Probable pectate lyase 8 5.061963585 L4_control_A3 +LQ01X022890 Probable pectate lyase 8 5.664526983 L4_control_B1 +LQ01X022890 Probable pectate lyase 8 4.938703075 L4_control_B2 +LQ01X022890 Probable pectate lyase 8 4.877948884 L4_control_B3 +LQ01X022890 Probable pectate lyase 8 5.148009017 L4_control_C2 +LQ01X022890 Probable pectate lyase 8 5.10120524 L4_control_C3 +LQ01X022890 Probable pectate lyase 8 4.660406688 L4_chemical_A1 +LQ01X022890 Probable pectate lyase 8 4.81349542 L4_chemical_A2 +LQ01X022890 Probable pectate lyase 8 5.081651478 L4_chemical_A3 +LQ01X022890 Probable pectate lyase 8 4.923622374 L4_chemical_B1 +LQ01X022890 Probable pectate lyase 8 5.178517281 L4_chemical_B2 +LQ01X022890 Probable pectate lyase 8 4.91577084 L4_chemical_B3 +LQ01X022890 Probable pectate lyase 8 5.542676317 L4_chemical_C2 +LQ01X022890 Probable pectate lyase 8 4.771810406 L4_chemical_C3 +LQ01X022912 Putative uncharacterized protein 4.942311006 C6_control_A1 +LQ01X022912 Putative uncharacterized protein 4.778190491 C6_control_A3 +LQ01X022912 Putative uncharacterized protein 5.273949489 C6_control_B1 +LQ01X022912 Putative uncharacterized protein 4.77456546 C6_control_B2 +LQ01X022912 Putative uncharacterized protein 4.85110416 C6_control_B3 +LQ01X022912 Putative uncharacterized protein 5.427698248 C6_control_C1 +LQ01X022912 Putative uncharacterized protein 5.046197192 C6_control_C2 +LQ01X022912 Putative uncharacterized protein 4.925440873 C6_control_C3 +LQ01X022912 Putative uncharacterized protein 4.576981251 C6_chemical_A1 +LQ01X022912 Putative uncharacterized protein 4.952387474 C6_chemical_A3 +LQ01X022912 Putative uncharacterized protein 6.195385699 C6_chemical_B1 +LQ01X022912 Putative uncharacterized protein 4.915552481 C6_chemical_B2 +LQ01X022912 Putative uncharacterized protein 4.96439083 C6_chemical_B3 +LQ01X022912 Putative uncharacterized protein 5.190964533 C6_chemical_C1 +LQ01X022912 Putative uncharacterized protein 5.019098082 C6_chemical_C2 +LQ01X022912 Putative uncharacterized protein 5.023322007 C6_chemical_C3 +LQ01X022912 Putative uncharacterized protein 4.898315062 L4_control_A1 +LQ01X022912 Putative uncharacterized protein 4.895789257 L4_control_A2 +LQ01X022912 Putative uncharacterized protein 4.907115241 L4_control_A3 +LQ01X022912 Putative uncharacterized protein 4.614167095 L4_control_B1 +LQ01X022912 Putative uncharacterized protein 4.973699877 L4_control_B2 +LQ01X022912 Putative uncharacterized protein 4.75817097 L4_control_B3 +LQ01X022912 Putative uncharacterized protein 5.538920492 L4_control_C2 +LQ01X022912 Putative uncharacterized protein 6.140511268 L4_control_C3 +LQ01X022912 Putative uncharacterized protein 4.807893269 L4_chemical_A1 +LQ01X022912 Putative uncharacterized protein 4.740009605 L4_chemical_A2 +LQ01X022912 Putative uncharacterized protein 5.032238069 L4_chemical_A3 +LQ01X022912 Putative uncharacterized protein 5.403482726 L4_chemical_B1 +LQ01X022912 Putative uncharacterized protein 4.869955818 L4_chemical_B2 +LQ01X022912 Putative uncharacterized protein 4.795012706 L4_chemical_B3 +LQ01X022912 Putative uncharacterized protein 6.155852735 L4_chemical_C2 +LQ01X022912 Putative uncharacterized protein 5.32996572 L4_chemical_C3 +LQ01X022960 Putative uncharacterized protein 5.653431144 C6_control_A1 +LQ01X022960 Putative uncharacterized protein 5.601381968 C6_control_A3 +LQ01X022960 Putative uncharacterized protein 5.957367417 C6_control_B1 +LQ01X022960 Putative uncharacterized protein 6.30152274 C6_control_B2 +LQ01X022960 Putative uncharacterized protein 5.833334803 C6_control_B3 +LQ01X022960 Putative uncharacterized protein 6.944667823 C6_control_C1 +LQ01X022960 Putative uncharacterized protein 6.57016738 C6_control_C2 +LQ01X022960 Putative uncharacterized protein 6.506319651 C6_control_C3 +LQ01X022960 Putative uncharacterized protein 5.69109808 C6_chemical_A1 +LQ01X022960 Putative uncharacterized protein 5.85465769 C6_chemical_A3 +LQ01X022960 Putative uncharacterized protein 6.224898645 C6_chemical_B1 +LQ01X022960 Putative uncharacterized protein 6.059682672 C6_chemical_B2 +LQ01X022960 Putative uncharacterized protein 5.706593208 C6_chemical_B3 +LQ01X022960 Putative uncharacterized protein 6.507289594 C6_chemical_C1 +LQ01X022960 Putative uncharacterized protein 6.588628618 C6_chemical_C2 +LQ01X022960 Putative uncharacterized protein 6.579372164 C6_chemical_C3 +LQ01X022960 Putative uncharacterized protein 5.751628376 L4_control_A1 +LQ01X022960 Putative uncharacterized protein 5.51397169 L4_control_A2 +LQ01X022960 Putative uncharacterized protein 5.327900042 L4_control_A3 +LQ01X022960 Putative uncharacterized protein 5.314011219 L4_control_B1 +LQ01X022960 Putative uncharacterized protein 5.219938139 L4_control_B2 +LQ01X022960 Putative uncharacterized protein 5.47314131 L4_control_B3 +LQ01X022960 Putative uncharacterized protein 6.189101207 L4_control_C2 +LQ01X022960 Putative uncharacterized protein 6.093272279 L4_control_C3 +LQ01X022960 Putative uncharacterized protein 5.676499025 L4_chemical_A1 +LQ01X022960 Putative uncharacterized protein 5.369274694 L4_chemical_A2 +LQ01X022960 Putative uncharacterized protein 5.409722122 L4_chemical_A3 +LQ01X022960 Putative uncharacterized protein 5.310402515 L4_chemical_B1 +LQ01X022960 Putative uncharacterized protein 5.515067781 L4_chemical_B2 +LQ01X022960 Putative uncharacterized protein 5.320762452 L4_chemical_B3 +LQ01X022960 Putative uncharacterized protein 6.394525205 L4_chemical_C2 +LQ01X022960 Putative uncharacterized protein 5.763992345 L4_chemical_C3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.34976862 C6_control_A1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.981656887 C6_control_A3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.27861392 C6_control_B1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.5421928 C6_control_B2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.937822975 C6_control_B3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.12531499 C6_control_C1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.29861903 C6_control_C2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.572446313 C6_control_C3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.58526989 C6_chemical_A1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.138869 C6_chemical_A3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.74243349 C6_chemical_B1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.57582752 C6_chemical_B2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.724092553 C6_chemical_B3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.27778399 C6_chemical_C1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.17079369 C6_chemical_C2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.24108003 C6_chemical_C3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.782772585 L4_control_A1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.55778859 L4_control_A2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.920123065 L4_control_A3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.600498266 L4_control_B1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.07103202 L4_control_B2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.372100292 L4_control_B3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.823014722 L4_control_C2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 8.617628778 L4_control_C3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.902532641 L4_chemical_A1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.65441981 L4_chemical_A2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.799209362 L4_chemical_A3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.836400389 L4_chemical_B1 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.00554479 L4_chemical_B2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.346784913 L4_chemical_B3 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 9.893703422 L4_chemical_C2 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 8.759335263 L4_chemical_C3 +LQ01X023210 Putative uncharacterized protein 10.56621853 C6_control_A1 +LQ01X023210 Putative uncharacterized protein 11.41561182 C6_control_A3 +LQ01X023210 Putative uncharacterized protein 10.38212045 C6_control_B1 +LQ01X023210 Putative uncharacterized protein 9.701405994 C6_control_B2 +LQ01X023210 Putative uncharacterized protein 10.02649182 C6_control_B3 +LQ01X023210 Putative uncharacterized protein 7.416039504 C6_control_C1 +LQ01X023210 Putative uncharacterized protein 6.100576757 C6_control_C2 +LQ01X023210 Putative uncharacterized protein 6.299741572 C6_control_C3 +LQ01X023210 Putative uncharacterized protein 11.03685659 C6_chemical_A1 +LQ01X023210 Putative uncharacterized protein 11.98197151 C6_chemical_A3 +LQ01X023210 Putative uncharacterized protein 10.40109377 C6_chemical_B1 +LQ01X023210 Putative uncharacterized protein 9.580345662 C6_chemical_B2 +LQ01X023210 Putative uncharacterized protein 9.502959984 C6_chemical_B3 +LQ01X023210 Putative uncharacterized protein 7.705325702 C6_chemical_C1 +LQ01X023210 Putative uncharacterized protein 6.111167413 C6_chemical_C2 +LQ01X023210 Putative uncharacterized protein 6.307773598 C6_chemical_C3 +LQ01X023210 Putative uncharacterized protein 11.40554391 L4_control_A1 +LQ01X023210 Putative uncharacterized protein 11.70556782 L4_control_A2 +LQ01X023210 Putative uncharacterized protein 10.97789852 L4_control_A3 +LQ01X023210 Putative uncharacterized protein 10.79803096 L4_control_B1 +LQ01X023210 Putative uncharacterized protein 10.14828504 L4_control_B2 +LQ01X023210 Putative uncharacterized protein 9.796344543 L4_control_B3 +LQ01X023210 Putative uncharacterized protein 5.298884744 L4_control_C2 +LQ01X023210 Putative uncharacterized protein 5.670872603 L4_control_C3 +LQ01X023210 Putative uncharacterized protein 11.30559627 L4_chemical_A1 +LQ01X023210 Putative uncharacterized protein 11.59242477 L4_chemical_A2 +LQ01X023210 Putative uncharacterized protein 11.2617684 L4_chemical_A3 +LQ01X023210 Putative uncharacterized protein 10.737265 L4_chemical_B1 +LQ01X023210 Putative uncharacterized protein 10.66603186 L4_chemical_B2 +LQ01X023210 Putative uncharacterized protein 10.48434229 L4_chemical_B3 +LQ01X023210 Putative uncharacterized protein 6.043804162 L4_chemical_C2 +LQ01X023210 Putative uncharacterized protein 5.911195237 L4_chemical_C3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.327431457 C6_control_A1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.758246027 C6_control_A3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.347904428 C6_control_B1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.875016348 C6_control_B2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.770839804 C6_control_B3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.259341042 C6_control_C1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.600480741 C6_control_C2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.189849048 C6_control_C3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.266006534 C6_chemical_A1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.150776293 C6_chemical_A3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.046974681 C6_chemical_B1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.081105002 C6_chemical_B2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.065018133 C6_chemical_B3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.637273222 C6_chemical_C1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.609843742 C6_chemical_C2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.07783429 C6_chemical_C3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.72894244 L4_control_A1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.052576279 L4_control_A2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.538246297 L4_control_A3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.077366828 L4_control_B1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.060074416 L4_control_B2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.985839015 L4_control_B3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.397419783 L4_control_C2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.312492468 L4_control_C3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.331557271 L4_chemical_A1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.970923635 L4_chemical_A2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.420035419 L4_chemical_A3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.054425072 L4_chemical_B1 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.935988199 L4_chemical_B2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 5.83029693 L4_chemical_B3 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.102910709 L4_chemical_C2 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.084655203 L4_chemical_C3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.5706568 C6_control_A1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.85590942 C6_control_A3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.54644493 C6_control_B1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.11771088 C6_control_B2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.16149238 C6_control_B3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.39852636 C6_control_C1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.93496568 C6_control_C2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.84806789 C6_control_C3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.65044538 C6_chemical_A1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.70538549 C6_chemical_A3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.60446232 C6_chemical_B1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.04086317 C6_chemical_B2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.99769492 C6_chemical_B3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.54786313 C6_chemical_C1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.22274396 C6_chemical_C2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.81648659 C6_chemical_C3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.38734887 L4_control_A1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.16913628 L4_control_A2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.95069328 L4_control_A3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.44571492 L4_control_B1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.34777123 L4_control_B2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.15006329 L4_control_B3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.72041845 L4_control_C2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.9259485 L4_control_C3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.00936536 L4_chemical_A1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.85328477 L4_chemical_A2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.94937352 L4_chemical_A3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.41492014 L4_chemical_B1 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.57771949 L4_chemical_B2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.22706185 L4_chemical_B3 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.99151 L4_chemical_C2 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 11.93445605 L4_chemical_C3 +LQ01X023340 Predicted protein (Fragment) 5.044874934 C6_control_A1 +LQ01X023340 Predicted protein (Fragment) 4.851134171 C6_control_A3 +LQ01X023340 Predicted protein (Fragment) 5.236867526 C6_control_B1 +LQ01X023340 Predicted protein (Fragment) 4.630014521 C6_control_B2 +LQ01X023340 Predicted protein (Fragment) 5.100532346 C6_control_B3 +LQ01X023340 Predicted protein (Fragment) 4.893492989 C6_control_C1 +LQ01X023340 Predicted protein (Fragment) 5.234814844 C6_control_C2 +LQ01X023340 Predicted protein (Fragment) 4.794090435 C6_control_C3 +LQ01X023340 Predicted protein (Fragment) 4.694308372 C6_chemical_A1 +LQ01X023340 Predicted protein (Fragment) 4.642144977 C6_chemical_A3 +LQ01X023340 Predicted protein (Fragment) 5.143369696 C6_chemical_B1 +LQ01X023340 Predicted protein (Fragment) 4.715409444 C6_chemical_B2 +LQ01X023340 Predicted protein (Fragment) 6.075993553 C6_chemical_B3 +LQ01X023340 Predicted protein (Fragment) 4.992405898 C6_chemical_C1 +LQ01X023340 Predicted protein (Fragment) 4.712550427 C6_chemical_C2 +LQ01X023340 Predicted protein (Fragment) 4.986804522 C6_chemical_C3 +LQ01X023340 Predicted protein (Fragment) 4.944605114 L4_control_A1 +LQ01X023340 Predicted protein (Fragment) 4.81006345 L4_control_A2 +LQ01X023340 Predicted protein (Fragment) 4.698133331 L4_control_A3 +LQ01X023340 Predicted protein (Fragment) 4.791809662 L4_control_B1 +LQ01X023340 Predicted protein (Fragment) 4.729045018 L4_control_B2 +LQ01X023340 Predicted protein (Fragment) 5.260458029 L4_control_B3 +LQ01X023340 Predicted protein (Fragment) 5.382726596 L4_control_C2 +LQ01X023340 Predicted protein (Fragment) 4.933506874 L4_control_C3 +LQ01X023340 Predicted protein (Fragment) 4.941558435 L4_chemical_A1 +LQ01X023340 Predicted protein (Fragment) 4.644192664 L4_chemical_A2 +LQ01X023340 Predicted protein (Fragment) 5.139412351 L4_chemical_A3 +LQ01X023340 Predicted protein (Fragment) 4.825536535 L4_chemical_B1 +LQ01X023340 Predicted protein (Fragment) 5.345338483 L4_chemical_B2 +LQ01X023340 Predicted protein (Fragment) 4.864934763 L4_chemical_B3 +LQ01X023340 Predicted protein (Fragment) 4.734203191 L4_chemical_C2 +LQ01X023340 Predicted protein (Fragment) 5.283206656 L4_chemical_C3 +LQ01X023400 Putative uncharacterized protein 7.656757527 C6_control_A1 +LQ01X023400 Putative uncharacterized protein 8.005910036 C6_control_A3 +LQ01X023400 Putative uncharacterized protein 7.318767116 C6_control_B1 +LQ01X023400 Putative uncharacterized protein 7.083561997 C6_control_B2 +LQ01X023400 Putative uncharacterized protein 8.32362028 C6_control_B3 +LQ01X023400 Putative uncharacterized protein 6.542828437 C6_control_C1 +LQ01X023400 Putative uncharacterized protein 6.822498797 C6_control_C2 +LQ01X023400 Putative uncharacterized protein 6.569930701 C6_control_C3 +LQ01X023400 Putative uncharacterized protein 7.482027211 C6_chemical_A1 +LQ01X023400 Putative uncharacterized protein 7.686904702 C6_chemical_A3 +LQ01X023400 Putative uncharacterized protein 7.208801196 C6_chemical_B1 +LQ01X023400 Putative uncharacterized protein 6.941647289 C6_chemical_B2 +LQ01X023400 Putative uncharacterized protein 7.356424495 C6_chemical_B3 +LQ01X023400 Putative uncharacterized protein 6.477316959 C6_chemical_C1 +LQ01X023400 Putative uncharacterized protein 6.914396385 C6_chemical_C2 +LQ01X023400 Putative uncharacterized protein 6.664301041 C6_chemical_C3 +LQ01X023400 Putative uncharacterized protein 7.035962575 L4_control_A1 +LQ01X023400 Putative uncharacterized protein 7.854536971 L4_control_A2 +LQ01X023400 Putative uncharacterized protein 8.15846194 L4_control_A3 +LQ01X023400 Putative uncharacterized protein 7.834554897 L4_control_B1 +LQ01X023400 Putative uncharacterized protein 8.405834401 L4_control_B2 +LQ01X023400 Putative uncharacterized protein 7.133481129 L4_control_B3 +LQ01X023400 Putative uncharacterized protein 8.560432543 L4_control_C2 +LQ01X023400 Putative uncharacterized protein 6.197269672 L4_control_C3 +LQ01X023400 Putative uncharacterized protein 7.003433168 L4_chemical_A1 +LQ01X023400 Putative uncharacterized protein 7.739140005 L4_chemical_A2 +LQ01X023400 Putative uncharacterized protein 7.973568995 L4_chemical_A3 +LQ01X023400 Putative uncharacterized protein 7.874827516 L4_chemical_B1 +LQ01X023400 Putative uncharacterized protein 8.132034951 L4_chemical_B2 +LQ01X023400 Putative uncharacterized protein 6.778575281 L4_chemical_B3 +LQ01X023400 Putative uncharacterized protein 7.768249312 L4_chemical_C2 +LQ01X023400 Putative uncharacterized protein 7.151188392 L4_chemical_C3 +LQ01X023410 Predicted protein 5.629899945 C6_control_A1 +LQ01X023410 Predicted protein 6.104340132 C6_control_A3 +LQ01X023410 Predicted protein 5.516979043 C6_control_B1 +LQ01X023410 Predicted protein 5.686753255 C6_control_B2 +LQ01X023410 Predicted protein 5.656230592 C6_control_B3 +LQ01X023410 Predicted protein 5.897782564 C6_control_C1 +LQ01X023410 Predicted protein 6.096672306 C6_control_C2 +LQ01X023410 Predicted protein 5.775277832 C6_control_C3 +LQ01X023410 Predicted protein 5.74648688 C6_chemical_A1 +LQ01X023410 Predicted protein 5.436156667 C6_chemical_A3 +LQ01X023410 Predicted protein 5.682409664 C6_chemical_B1 +LQ01X023410 Predicted protein 5.92775455 C6_chemical_B2 +LQ01X023410 Predicted protein 5.713595888 C6_chemical_B3 +LQ01X023410 Predicted protein 5.818812348 C6_chemical_C1 +LQ01X023410 Predicted protein 5.798037815 C6_chemical_C2 +LQ01X023410 Predicted protein 5.726360479 C6_chemical_C3 +LQ01X023410 Predicted protein 5.80930195 L4_control_A1 +LQ01X023410 Predicted protein 6.036758163 L4_control_A2 +LQ01X023410 Predicted protein 5.461649148 L4_control_A3 +LQ01X023410 Predicted protein 5.641847303 L4_control_B1 +LQ01X023410 Predicted protein 5.545815748 L4_control_B2 +LQ01X023410 Predicted protein 5.690319816 L4_control_B3 +LQ01X023410 Predicted protein 6.447071033 L4_control_C2 +LQ01X023410 Predicted protein 5.502909041 L4_control_C3 +LQ01X023410 Predicted protein 5.738212188 L4_chemical_A1 +LQ01X023410 Predicted protein 6.118524508 L4_chemical_A2 +LQ01X023410 Predicted protein 5.758854306 L4_chemical_A3 +LQ01X023410 Predicted protein 5.073075994 L4_chemical_B1 +LQ01X023410 Predicted protein 5.311634162 L4_chemical_B2 +LQ01X023410 Predicted protein 5.666386037 L4_chemical_B3 +LQ01X023410 Predicted protein 5.794343839 L4_chemical_C2 +LQ01X023410 Predicted protein 5.482523945 L4_chemical_C3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.79530033 C6_control_A1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.93227095 C6_control_A3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.866907736 C6_control_B1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.062570549 C6_control_B2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.330988031 C6_control_B3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.672399543 C6_control_C1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.524388812 C6_control_C2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.972399706 C6_control_C3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.985670797 C6_chemical_A1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.756901815 C6_chemical_A3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.324444286 C6_chemical_B1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.030315888 C6_chemical_B2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.465985862 C6_chemical_B3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.685790141 C6_chemical_C1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.879432991 C6_chemical_C2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.744020024 C6_chemical_C3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.880388713 L4_control_A1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.05407204 L4_control_A2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.187091057 L4_control_A3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.799640643 L4_control_B1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.994622508 L4_control_B2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.250559501 L4_control_B3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.440161739 L4_control_C2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.069828979 L4_control_C3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.987157652 L4_chemical_A1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.321589899 L4_chemical_A2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.07612598 L4_chemical_A3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.980903177 L4_chemical_B1 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.758680295 L4_chemical_B2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.377076868 L4_chemical_B3 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.134246895 L4_chemical_C2 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.675250698 L4_chemical_C3 +LQ01X023530 Putative Protein OPI10 homolog 12.80393382 C6_control_A1 +LQ01X023530 Putative Protein OPI10 homolog 13.30779568 C6_control_A3 +LQ01X023530 Putative Protein OPI10 homolog 12.66791333 C6_control_B1 +LQ01X023530 Putative Protein OPI10 homolog 11.90400619 C6_control_B2 +LQ01X023530 Putative Protein OPI10 homolog 12.11041719 C6_control_B3 +LQ01X023530 Putative Protein OPI10 homolog 11.6558224 C6_control_C1 +LQ01X023530 Putative Protein OPI10 homolog 11.71096225 C6_control_C2 +LQ01X023530 Putative Protein OPI10 homolog 11.89574941 C6_control_C3 +LQ01X023530 Putative Protein OPI10 homolog 13.35336951 C6_chemical_A1 +LQ01X023530 Putative Protein OPI10 homolog 12.70863515 C6_chemical_A3 +LQ01X023530 Putative Protein OPI10 homolog 12.97955462 C6_chemical_B1 +LQ01X023530 Putative Protein OPI10 homolog 12.16826887 C6_chemical_B2 +LQ01X023530 Putative Protein OPI10 homolog 12.11436537 C6_chemical_B3 +LQ01X023530 Putative Protein OPI10 homolog 11.96484291 C6_chemical_C1 +LQ01X023530 Putative Protein OPI10 homolog 11.92816526 C6_chemical_C2 +LQ01X023530 Putative Protein OPI10 homolog 11.68961193 C6_chemical_C3 +LQ01X023530 Putative Protein OPI10 homolog 12.87936242 L4_control_A1 +LQ01X023530 Putative Protein OPI10 homolog 12.63128894 L4_control_A2 +LQ01X023530 Putative Protein OPI10 homolog 13.1340264 L4_control_A3 +LQ01X023530 Putative Protein OPI10 homolog 12.60693116 L4_control_B1 +LQ01X023530 Putative Protein OPI10 homolog 12.60486229 L4_control_B2 +LQ01X023530 Putative Protein OPI10 homolog 11.15533736 L4_control_B3 +LQ01X023530 Putative Protein OPI10 homolog 12.88644032 L4_control_C2 +LQ01X023530 Putative Protein OPI10 homolog 12.36834005 L4_control_C3 +LQ01X023530 Putative Protein OPI10 homolog 12.95002396 L4_chemical_A1 +LQ01X023530 Putative Protein OPI10 homolog 13.39947018 L4_chemical_A2 +LQ01X023530 Putative Protein OPI10 homolog 13.02216553 L4_chemical_A3 +LQ01X023530 Putative Protein OPI10 homolog 12.81748793 L4_chemical_B1 +LQ01X023530 Putative Protein OPI10 homolog 13.27307796 L4_chemical_B2 +LQ01X023530 Putative Protein OPI10 homolog 11.74909052 L4_chemical_B3 +LQ01X023530 Putative Protein OPI10 homolog 13.11811259 L4_chemical_C2 +LQ01X023530 Putative Protein OPI10 homolog 12.04208954 L4_chemical_C3 +LQ01X023610 Predicted protein 5.196506262 C6_control_A1 +LQ01X023610 Predicted protein 5.126410899 C6_control_A3 +LQ01X023610 Predicted protein 5.339547809 C6_control_B1 +LQ01X023610 Predicted protein 5.20278284 C6_control_B2 +LQ01X023610 Predicted protein 5.339383113 C6_control_B3 +LQ01X023610 Predicted protein 5.528875729 C6_control_C1 +LQ01X023610 Predicted protein 5.802096117 C6_control_C2 +LQ01X023610 Predicted protein 6.085313244 C6_control_C3 +LQ01X023610 Predicted protein 5.299002022 C6_chemical_A1 +LQ01X023610 Predicted protein 5.418311474 C6_chemical_A3 +LQ01X023610 Predicted protein 5.432580086 C6_chemical_B1 +LQ01X023610 Predicted protein 5.349886292 C6_chemical_B2 +LQ01X023610 Predicted protein 5.031740711 C6_chemical_B3 +LQ01X023610 Predicted protein 5.703763349 C6_chemical_C1 +LQ01X023610 Predicted protein 5.458481301 C6_chemical_C2 +LQ01X023610 Predicted protein 5.867317074 C6_chemical_C3 +LQ01X023610 Predicted protein 5.88197779 L4_control_A1 +LQ01X023610 Predicted protein 5.434915391 L4_control_A2 +LQ01X023610 Predicted protein 5.332049005 L4_control_A3 +LQ01X023610 Predicted protein 5.385496225 L4_control_B1 +LQ01X023610 Predicted protein 4.942780381 L4_control_B2 +LQ01X023610 Predicted protein 5.65777365 L4_control_B3 +LQ01X023610 Predicted protein 5.483355311 L4_control_C2 +LQ01X023610 Predicted protein 5.352920184 L4_control_C3 +LQ01X023610 Predicted protein 6.481327233 L4_chemical_A1 +LQ01X023610 Predicted protein 5.634452986 L4_chemical_A2 +LQ01X023610 Predicted protein 5.18438145 L4_chemical_A3 +LQ01X023610 Predicted protein 5.939767122 L4_chemical_B1 +LQ01X023610 Predicted protein 5.207305343 L4_chemical_B2 +LQ01X023610 Predicted protein 5.698661234 L4_chemical_B3 +LQ01X023610 Predicted protein 5.732669798 L4_chemical_C2 +LQ01X023610 Predicted protein 5.815695298 L4_chemical_C3 +LQ01X023780 Putative uncharacterized protein 5.759284108 C6_control_A1 +LQ01X023780 Putative uncharacterized protein 5.690575403 C6_control_A3 +LQ01X023780 Putative uncharacterized protein 5.788077491 C6_control_B1 +LQ01X023780 Putative uncharacterized protein 5.160022478 C6_control_B2 +LQ01X023780 Putative uncharacterized protein 5.668643782 C6_control_B3 +LQ01X023780 Putative uncharacterized protein 5.906693813 C6_control_C1 +LQ01X023780 Putative uncharacterized protein 5.338081404 C6_control_C2 +LQ01X023780 Putative uncharacterized protein 5.375424347 C6_control_C3 +LQ01X023780 Putative uncharacterized protein 5.767153887 C6_chemical_A1 +LQ01X023780 Putative uncharacterized protein 5.460003546 C6_chemical_A3 +LQ01X023780 Putative uncharacterized protein 5.683340352 C6_chemical_B1 +LQ01X023780 Putative uncharacterized protein 5.347868344 C6_chemical_B2 +LQ01X023780 Putative uncharacterized protein 5.1639575 C6_chemical_B3 +LQ01X023780 Putative uncharacterized protein 5.789187191 C6_chemical_C1 +LQ01X023780 Putative uncharacterized protein 5.395601933 C6_chemical_C2 +LQ01X023780 Putative uncharacterized protein 5.278447222 C6_chemical_C3 +LQ01X023780 Putative uncharacterized protein 5.527120264 L4_control_A1 +LQ01X023780 Putative uncharacterized protein 5.172899997 L4_control_A2 +LQ01X023780 Putative uncharacterized protein 5.890627813 L4_control_A3 +LQ01X023780 Putative uncharacterized protein 5.473832443 L4_control_B1 +LQ01X023780 Putative uncharacterized protein 5.438258034 L4_control_B2 +LQ01X023780 Putative uncharacterized protein 5.305183274 L4_control_B3 +LQ01X023780 Putative uncharacterized protein 5.524502864 L4_control_C2 +LQ01X023780 Putative uncharacterized protein 5.412563025 L4_control_C3 +LQ01X023780 Putative uncharacterized protein 5.250905232 L4_chemical_A1 +LQ01X023780 Putative uncharacterized protein 5.47356842 L4_chemical_A2 +LQ01X023780 Putative uncharacterized protein 5.218153894 L4_chemical_A3 +LQ01X023780 Putative uncharacterized protein 5.162751626 L4_chemical_B1 +LQ01X023780 Putative uncharacterized protein 4.875876834 L4_chemical_B2 +LQ01X023780 Putative uncharacterized protein 5.448184611 L4_chemical_B3 +LQ01X023780 Putative uncharacterized protein 6.987080533 L4_chemical_C2 +LQ01X023780 Putative uncharacterized protein 5.517579543 L4_chemical_C3 +LQ01X024020 Predicted protein 10.0955249 C6_control_A1 +LQ01X024020 Predicted protein 9.675722161 C6_control_A3 +LQ01X024020 Predicted protein 10.5446889 C6_control_B1 +LQ01X024020 Predicted protein 10.32172358 C6_control_B2 +LQ01X024020 Predicted protein 10.53834073 C6_control_B3 +LQ01X024020 Predicted protein 10.7855645 C6_control_C1 +LQ01X024020 Predicted protein 10.44711836 C6_control_C2 +LQ01X024020 Predicted protein 11.23194375 C6_control_C3 +LQ01X024020 Predicted protein 9.810284189 C6_chemical_A1 +LQ01X024020 Predicted protein 10.00754854 C6_chemical_A3 +LQ01X024020 Predicted protein 10.29909972 C6_chemical_B1 +LQ01X024020 Predicted protein 10.15465713 C6_chemical_B2 +LQ01X024020 Predicted protein 10.60838021 C6_chemical_B3 +LQ01X024020 Predicted protein 10.47377555 C6_chemical_C1 +LQ01X024020 Predicted protein 10.4057598 C6_chemical_C2 +LQ01X024020 Predicted protein 10.96961197 C6_chemical_C3 +LQ01X024020 Predicted protein 9.594303157 L4_control_A1 +LQ01X024020 Predicted protein 9.581518682 L4_control_A2 +LQ01X024020 Predicted protein 10.07810946 L4_control_A3 +LQ01X024020 Predicted protein 10.2394207 L4_control_B1 +LQ01X024020 Predicted protein 10.33416364 L4_control_B2 +LQ01X024020 Predicted protein 10.28153574 L4_control_B3 +LQ01X024020 Predicted protein 10.85944255 L4_control_C2 +LQ01X024020 Predicted protein 11.23868386 L4_control_C3 +LQ01X024020 Predicted protein 9.644472678 L4_chemical_A1 +LQ01X024020 Predicted protein 9.710052452 L4_chemical_A2 +LQ01X024020 Predicted protein 10.11984723 L4_chemical_A3 +LQ01X024020 Predicted protein 10.56854839 L4_chemical_B1 +LQ01X024020 Predicted protein 10.04168305 L4_chemical_B2 +LQ01X024020 Predicted protein 9.876586402 L4_chemical_B3 +LQ01X024020 Predicted protein 10.95251729 L4_chemical_C2 +LQ01X024020 Predicted protein 11.23016322 L4_chemical_C3 +LQ01X024040 Putative uncharacterized protein 12.56484766 C6_control_A1 +LQ01X024040 Putative uncharacterized protein 12.47718477 C6_control_A3 +LQ01X024040 Putative uncharacterized protein 12.8600248 C6_control_B1 +LQ01X024040 Putative uncharacterized protein 13.46039328 C6_control_B2 +LQ01X024040 Putative uncharacterized protein 13.19517455 C6_control_B3 +LQ01X024040 Putative uncharacterized protein 14.27363319 C6_control_C1 +LQ01X024040 Putative uncharacterized protein 14.30367914 C6_control_C2 +LQ01X024040 Putative uncharacterized protein 14.63431026 C6_control_C3 +LQ01X024040 Putative uncharacterized protein 12.61825973 C6_chemical_A1 +LQ01X024040 Putative uncharacterized protein 12.27233004 C6_chemical_A3 +LQ01X024040 Putative uncharacterized protein 12.74964278 C6_chemical_B1 +LQ01X024040 Putative uncharacterized protein 13.18652927 C6_chemical_B2 +LQ01X024040 Putative uncharacterized protein 13.1341456 C6_chemical_B3 +LQ01X024040 Putative uncharacterized protein 13.83700867 C6_chemical_C1 +LQ01X024040 Putative uncharacterized protein 14.12824661 C6_chemical_C2 +LQ01X024040 Putative uncharacterized protein 14.44034099 C6_chemical_C3 +LQ01X024040 Putative uncharacterized protein 12.00438915 L4_control_A1 +LQ01X024040 Putative uncharacterized protein 11.40968555 L4_control_A2 +LQ01X024040 Putative uncharacterized protein 11.48543127 L4_control_A3 +LQ01X024040 Putative uncharacterized protein 12.32337533 L4_control_B1 +LQ01X024040 Putative uncharacterized protein 12.26738055 L4_control_B2 +LQ01X024040 Putative uncharacterized protein 12.92542499 L4_control_B3 +LQ01X024040 Putative uncharacterized protein 13.61836659 L4_control_C2 +LQ01X024040 Putative uncharacterized protein 13.18908066 L4_control_C3 +LQ01X024040 Putative uncharacterized protein 12.33843806 L4_chemical_A1 +LQ01X024040 Putative uncharacterized protein 11.5696632 L4_chemical_A2 +LQ01X024040 Putative uncharacterized protein 11.62396897 L4_chemical_A3 +LQ01X024040 Putative uncharacterized protein 12.3558432 L4_chemical_B1 +LQ01X024040 Putative uncharacterized protein 12.04264149 L4_chemical_B2 +LQ01X024040 Putative uncharacterized protein 12.03136339 L4_chemical_B3 +LQ01X024040 Putative uncharacterized protein 13.33846234 L4_chemical_C2 +LQ01X024040 Putative uncharacterized protein 13.2196715 L4_chemical_C3 +LQ01X024080 Hypothetical protein 5.30337528 C6_control_A1 +LQ01X024080 Hypothetical protein 5.338097272 C6_control_A3 +LQ01X024080 Hypothetical protein 5.314026049 C6_control_B1 +LQ01X024080 Hypothetical protein 5.036191973 C6_control_B2 +LQ01X024080 Hypothetical protein 5.394478549 C6_control_B3 +LQ01X024080 Hypothetical protein 5.810281238 C6_control_C1 +LQ01X024080 Hypothetical protein 5.6015488 C6_control_C2 +LQ01X024080 Hypothetical protein 5.584847427 C6_control_C3 +LQ01X024080 Hypothetical protein 5.224680207 C6_chemical_A1 +LQ01X024080 Hypothetical protein 5.210730955 C6_chemical_A3 +LQ01X024080 Hypothetical protein 5.169631476 C6_chemical_B1 +LQ01X024080 Hypothetical protein 5.388267997 C6_chemical_B2 +LQ01X024080 Hypothetical protein 5.471467696 C6_chemical_B3 +LQ01X024080 Hypothetical protein 5.662248955 C6_chemical_C1 +LQ01X024080 Hypothetical protein 5.336957558 C6_chemical_C2 +LQ01X024080 Hypothetical protein 5.233298701 C6_chemical_C3 +LQ01X024080 Hypothetical protein 5.227821689 L4_control_A1 +LQ01X024080 Hypothetical protein 5.003578049 L4_control_A2 +LQ01X024080 Hypothetical protein 5.164539962 L4_control_A3 +LQ01X024080 Hypothetical protein 5.430194864 L4_control_B1 +LQ01X024080 Hypothetical protein 5.110689101 L4_control_B2 +LQ01X024080 Hypothetical protein 4.980590908 L4_control_B3 +LQ01X024080 Hypothetical protein 5.196365657 L4_control_C2 +LQ01X024080 Hypothetical protein 6.736171047 L4_control_C3 +LQ01X024080 Hypothetical protein 4.588216014 L4_chemical_A1 +LQ01X024080 Hypothetical protein 5.171121675 L4_chemical_A2 +LQ01X024080 Hypothetical protein 5.556660498 L4_chemical_A3 +LQ01X024080 Hypothetical protein 5.352236797 L4_chemical_B1 +LQ01X024080 Hypothetical protein 5.443078389 L4_chemical_B2 +LQ01X024080 Hypothetical protein 5.18551333 L4_chemical_B3 +LQ01X024080 Hypothetical protein 5.273974527 L4_chemical_C2 +LQ01X024080 Hypothetical protein 5.311447286 L4_chemical_C3 +LQ01X024090 Putative uncharacterized protein 7.856397858 C6_control_A1 +LQ01X024090 Putative uncharacterized protein 9.036455803 C6_control_A3 +LQ01X024090 Putative uncharacterized protein 6.719168215 C6_control_B1 +LQ01X024090 Putative uncharacterized protein 7.481527121 C6_control_B2 +LQ01X024090 Putative uncharacterized protein 7.469164825 C6_control_B3 +LQ01X024090 Putative uncharacterized protein 7.13601899 C6_control_C1 +LQ01X024090 Putative uncharacterized protein 8.913008542 C6_control_C2 +LQ01X024090 Putative uncharacterized protein 7.493096824 C6_control_C3 +LQ01X024090 Putative uncharacterized protein 8.992042423 C6_chemical_A1 +LQ01X024090 Putative uncharacterized protein 8.471062711 C6_chemical_A3 +LQ01X024090 Putative uncharacterized protein 8.506311793 C6_chemical_B1 +LQ01X024090 Putative uncharacterized protein 8.548683149 C6_chemical_B2 +LQ01X024090 Putative uncharacterized protein 8.086763146 C6_chemical_B3 +LQ01X024090 Putative uncharacterized protein 8.624535413 C6_chemical_C1 +LQ01X024090 Putative uncharacterized protein 8.510217685 C6_chemical_C2 +LQ01X024090 Putative uncharacterized protein 8.252754119 C6_chemical_C3 +LQ01X024090 Putative uncharacterized protein 8.743301962 L4_control_A1 +LQ01X024090 Putative uncharacterized protein 8.560830727 L4_control_A2 +LQ01X024090 Putative uncharacterized protein 8.905303392 L4_control_A3 +LQ01X024090 Putative uncharacterized protein 8.04813428 L4_control_B1 +LQ01X024090 Putative uncharacterized protein 8.597220402 L4_control_B2 +LQ01X024090 Putative uncharacterized protein 8.740642044 L4_control_B3 +LQ01X024090 Putative uncharacterized protein 8.46403924 L4_control_C2 +LQ01X024090 Putative uncharacterized protein 8.141750019 L4_control_C3 +LQ01X024090 Putative uncharacterized protein 7.746781924 L4_chemical_A1 +LQ01X024090 Putative uncharacterized protein 7.366270041 L4_chemical_A2 +LQ01X024090 Putative uncharacterized protein 8.333560018 L4_chemical_A3 +LQ01X024090 Putative uncharacterized protein 8.034292153 L4_chemical_B1 +LQ01X024090 Putative uncharacterized protein 8.335880068 L4_chemical_B2 +LQ01X024090 Putative uncharacterized protein 8.386999256 L4_chemical_B3 +LQ01X024090 Putative uncharacterized protein 7.502692911 L4_chemical_C2 +LQ01X024090 Putative uncharacterized protein 7.329334081 L4_chemical_C3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.87394411 C6_control_A1 +LQ01X024100 Putative Magnesium transporter NIPA2 12.03816182 C6_control_A3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.71938085 C6_control_B1 +LQ01X024100 Putative Magnesium transporter NIPA2 11.47118527 C6_control_B2 +LQ01X024100 Putative Magnesium transporter NIPA2 11.64168501 C6_control_B3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.65649539 C6_control_C1 +LQ01X024100 Putative Magnesium transporter NIPA2 11.96429463 C6_control_C2 +LQ01X024100 Putative Magnesium transporter NIPA2 11.33990065 C6_control_C3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.91647459 C6_chemical_A1 +LQ01X024100 Putative Magnesium transporter NIPA2 11.79412641 C6_chemical_A3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.75566971 C6_chemical_B1 +LQ01X024100 Putative Magnesium transporter NIPA2 11.55456926 C6_chemical_B2 +LQ01X024100 Putative Magnesium transporter NIPA2 11.49732831 C6_chemical_B3 +LQ01X024100 Putative Magnesium transporter NIPA2 12.1032731 C6_chemical_C1 +LQ01X024100 Putative Magnesium transporter NIPA2 11.6978378 C6_chemical_C2 +LQ01X024100 Putative Magnesium transporter NIPA2 11.44703105 C6_chemical_C3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.54943412 L4_control_A1 +LQ01X024100 Putative Magnesium transporter NIPA2 10.67027902 L4_control_A2 +LQ01X024100 Putative Magnesium transporter NIPA2 10.84716103 L4_control_A3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.04993755 L4_control_B1 +LQ01X024100 Putative Magnesium transporter NIPA2 11.66293685 L4_control_B2 +LQ01X024100 Putative Magnesium transporter NIPA2 11.09273243 L4_control_B3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.32137951 L4_control_C2 +LQ01X024100 Putative Magnesium transporter NIPA2 11.23436792 L4_control_C3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.35093921 L4_chemical_A1 +LQ01X024100 Putative Magnesium transporter NIPA2 10.63604278 L4_chemical_A2 +LQ01X024100 Putative Magnesium transporter NIPA2 10.84524167 L4_chemical_A3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.12643699 L4_chemical_B1 +LQ01X024100 Putative Magnesium transporter NIPA2 11.2587995 L4_chemical_B2 +LQ01X024100 Putative Magnesium transporter NIPA2 11.08823244 L4_chemical_B3 +LQ01X024100 Putative Magnesium transporter NIPA2 11.32862316 L4_chemical_C2 +LQ01X024100 Putative Magnesium transporter NIPA2 10.8999117 L4_chemical_C3 +LQ01X024250 Cysteine protease ATG4 11.19987881 C6_control_A1 +LQ01X024250 Cysteine protease ATG4 10.71368145 C6_control_A3 +LQ01X024250 Cysteine protease ATG4 11.53138368 C6_control_B1 +LQ01X024250 Cysteine protease ATG4 10.97999206 C6_control_B2 +LQ01X024250 Cysteine protease ATG4 11.42485599 C6_control_B3 +LQ01X024250 Cysteine protease ATG4 10.80474066 C6_control_C1 +LQ01X024250 Cysteine protease ATG4 10.71472882 C6_control_C2 +LQ01X024250 Cysteine protease ATG4 10.56957511 C6_control_C3 +LQ01X024250 Cysteine protease ATG4 11.14114282 C6_chemical_A1 +LQ01X024250 Cysteine protease ATG4 10.74926714 C6_chemical_A3 +LQ01X024250 Cysteine protease ATG4 11.60561863 C6_chemical_B1 +LQ01X024250 Cysteine protease ATG4 10.83235514 C6_chemical_B2 +LQ01X024250 Cysteine protease ATG4 11.18038879 C6_chemical_B3 +LQ01X024250 Cysteine protease ATG4 10.75325568 C6_chemical_C1 +LQ01X024250 Cysteine protease ATG4 10.55664233 C6_chemical_C2 +LQ01X024250 Cysteine protease ATG4 10.60363518 C6_chemical_C3 +LQ01X024250 Cysteine protease ATG4 10.53696425 L4_control_A1 +LQ01X024250 Cysteine protease ATG4 10.82076097 L4_control_A2 +LQ01X024250 Cysteine protease ATG4 11.24595967 L4_control_A3 +LQ01X024250 Cysteine protease ATG4 11.47327222 L4_control_B1 +LQ01X024250 Cysteine protease ATG4 12.01051671 L4_control_B2 +LQ01X024250 Cysteine protease ATG4 11.21390119 L4_control_B3 +LQ01X024250 Cysteine protease ATG4 11.34485682 L4_control_C2 +LQ01X024250 Cysteine protease ATG4 11.34091056 L4_control_C3 +LQ01X024250 Cysteine protease ATG4 10.48431633 L4_chemical_A1 +LQ01X024250 Cysteine protease ATG4 10.56725497 L4_chemical_A2 +LQ01X024250 Cysteine protease ATG4 10.8310003 L4_chemical_A3 +LQ01X024250 Cysteine protease ATG4 11.44043336 L4_chemical_B1 +LQ01X024250 Cysteine protease ATG4 11.43785483 L4_chemical_B2 +LQ01X024250 Cysteine protease ATG4 11.04468049 L4_chemical_B3 +LQ01X024250 Cysteine protease ATG4 11.35374898 L4_chemical_C2 +LQ01X024250 Cysteine protease ATG4 11.17447458 L4_chemical_C3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.15689585 C6_control_A1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.8933601 C6_control_A3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.3183663 C6_control_B1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.77630697 C6_control_B2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.66397743 C6_control_B3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 13.77562459 C6_control_C1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 13.52352581 C6_control_C2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 14.36036152 C6_control_C3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.90531778 C6_chemical_A1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.64667169 C6_chemical_A3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.73447154 C6_chemical_B1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.57187229 C6_chemical_B2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.4648687 C6_chemical_B3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 13.4736023 C6_chemical_C1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 13.45949911 C6_chemical_C2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 13.904761 C6_chemical_C3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.23283017 L4_control_A1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.9741218 L4_control_A2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.2172345 L4_control_A3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.66122299 L4_control_B1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.60994362 L4_control_B2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 13.47820334 L4_control_B3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.83572677 L4_control_C2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.99594832 L4_control_C3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.91721204 L4_chemical_A1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.01576446 L4_chemical_A2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.27815893 L4_chemical_A3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.34311798 L4_chemical_B1 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.00459543 L4_chemical_B2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.87608282 L4_chemical_B3 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.6631457 L4_chemical_C2 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 12.99211273 L4_chemical_C3 +LQ01X024420 Hypothetical protein 4.868317135 C6_control_A1 +LQ01X024420 Hypothetical protein 4.661031005 C6_control_A3 +LQ01X024420 Hypothetical protein 5.733844671 C6_control_B1 +LQ01X024420 Hypothetical protein 4.831685877 C6_control_B2 +LQ01X024420 Hypothetical protein 5.027879017 C6_control_B3 +LQ01X024420 Hypothetical protein 5.134316508 C6_control_C1 +LQ01X024420 Hypothetical protein 4.81312642 C6_control_C2 +LQ01X024420 Hypothetical protein 5.572199919 C6_control_C3 +LQ01X024420 Hypothetical protein 5.118857237 C6_chemical_A1 +LQ01X024420 Hypothetical protein 4.912664154 C6_chemical_A3 +LQ01X024420 Hypothetical protein 5.694631108 C6_chemical_B1 +LQ01X024420 Hypothetical protein 4.864748104 C6_chemical_B2 +LQ01X024420 Hypothetical protein 5.452660681 C6_chemical_B3 +LQ01X024420 Hypothetical protein 4.954065898 C6_chemical_C1 +LQ01X024420 Hypothetical protein 4.729874641 C6_chemical_C2 +LQ01X024420 Hypothetical protein 5.213586431 C6_chemical_C3 +LQ01X024420 Hypothetical protein 5.375834466 L4_control_A1 +LQ01X024420 Hypothetical protein 5.119702085 L4_control_A2 +LQ01X024420 Hypothetical protein 5.126691472 L4_control_A3 +LQ01X024420 Hypothetical protein 4.911785248 L4_control_B1 +LQ01X024420 Hypothetical protein 4.983603385 L4_control_B2 +LQ01X024420 Hypothetical protein 5.223580626 L4_control_B3 +LQ01X024420 Hypothetical protein 4.919264824 L4_control_C2 +LQ01X024420 Hypothetical protein 5.337057919 L4_control_C3 +LQ01X024420 Hypothetical protein 4.884310516 L4_chemical_A1 +LQ01X024420 Hypothetical protein 5.311088392 L4_chemical_A2 +LQ01X024420 Hypothetical protein 5.146486226 L4_chemical_A3 +LQ01X024420 Hypothetical protein 4.897126083 L4_chemical_B1 +LQ01X024420 Hypothetical protein 5.02520787 L4_chemical_B2 +LQ01X024420 Hypothetical protein 5.269110846 L4_chemical_B3 +LQ01X024420 Hypothetical protein 5.419631005 L4_chemical_C2 +LQ01X024420 Hypothetical protein 5.186931223 L4_chemical_C3 +LQ01X024470 Hypothetical protein 4.833121528 C6_control_A1 +LQ01X024470 Hypothetical protein 4.665066849 C6_control_A3 +LQ01X024470 Hypothetical protein 5.368682853 C6_control_B1 +LQ01X024470 Hypothetical protein 5.162790939 C6_control_B2 +LQ01X024470 Hypothetical protein 5.282411696 C6_control_B3 +LQ01X024470 Hypothetical protein 5.025514552 C6_control_C1 +LQ01X024470 Hypothetical protein 4.916008586 C6_control_C2 +LQ01X024470 Hypothetical protein 5.148534978 C6_control_C3 +LQ01X024470 Hypothetical protein 4.950413532 C6_chemical_A1 +LQ01X024470 Hypothetical protein 5.131481832 C6_chemical_A3 +LQ01X024470 Hypothetical protein 5.225329217 C6_chemical_B1 +LQ01X024470 Hypothetical protein 4.776665059 C6_chemical_B2 +LQ01X024470 Hypothetical protein 5.593349934 C6_chemical_B3 +LQ01X024470 Hypothetical protein 5.039498212 C6_chemical_C1 +LQ01X024470 Hypothetical protein 5.238294382 C6_chemical_C2 +LQ01X024470 Hypothetical protein 5.080399991 C6_chemical_C3 +LQ01X024470 Hypothetical protein 5.000835146 L4_control_A1 +LQ01X024470 Hypothetical protein 5.174929033 L4_control_A2 +LQ01X024470 Hypothetical protein 5.308591313 L4_control_A3 +LQ01X024470 Hypothetical protein 5.094711384 L4_control_B1 +LQ01X024470 Hypothetical protein 4.97531822 L4_control_B2 +LQ01X024470 Hypothetical protein 4.949671102 L4_control_B3 +LQ01X024470 Hypothetical protein 5.334616905 L4_control_C2 +LQ01X024470 Hypothetical protein 5.021754787 L4_control_C3 +LQ01X024470 Hypothetical protein 5.336200149 L4_chemical_A1 +LQ01X024470 Hypothetical protein 4.825158225 L4_chemical_A2 +LQ01X024470 Hypothetical protein 6.018337136 L4_chemical_A3 +LQ01X024470 Hypothetical protein 4.546751545 L4_chemical_B1 +LQ01X024470 Hypothetical protein 4.958157233 L4_chemical_B2 +LQ01X024470 Hypothetical protein 4.721931692 L4_chemical_B3 +LQ01X024470 Hypothetical protein 5.548701051 L4_chemical_C2 +LQ01X024470 Hypothetical protein 5.264036572 L4_chemical_C3 +LQ01X024540 Hypothetical protein 4.789595734 C6_control_A1 +LQ01X024540 Hypothetical protein 4.739826581 C6_control_A3 +LQ01X024540 Hypothetical protein 5.077610226 C6_control_B1 +LQ01X024540 Hypothetical protein 4.918414504 C6_control_B2 +LQ01X024540 Hypothetical protein 4.575189222 C6_control_B3 +LQ01X024540 Hypothetical protein 5.103449487 C6_control_C1 +LQ01X024540 Hypothetical protein 4.860752455 C6_control_C2 +LQ01X024540 Hypothetical protein 4.946403031 C6_control_C3 +LQ01X024540 Hypothetical protein 4.792392816 C6_chemical_A1 +LQ01X024540 Hypothetical protein 5.411628225 C6_chemical_A3 +LQ01X024540 Hypothetical protein 4.763480077 C6_chemical_B1 +LQ01X024540 Hypothetical protein 4.730662978 C6_chemical_B2 +LQ01X024540 Hypothetical protein 4.672951213 C6_chemical_B3 +LQ01X024540 Hypothetical protein 4.974155702 C6_chemical_C1 +LQ01X024540 Hypothetical protein 4.824712392 C6_chemical_C2 +LQ01X024540 Hypothetical protein 5.246315326 C6_chemical_C3 +LQ01X024540 Hypothetical protein 4.802271102 L4_control_A1 +LQ01X024540 Hypothetical protein 4.707528913 L4_control_A2 +LQ01X024540 Hypothetical protein 5.119634069 L4_control_A3 +LQ01X024540 Hypothetical protein 4.978933903 L4_control_B1 +LQ01X024540 Hypothetical protein 4.967707921 L4_control_B2 +LQ01X024540 Hypothetical protein 5.075227609 L4_control_B3 +LQ01X024540 Hypothetical protein 5.234233372 L4_control_C2 +LQ01X024540 Hypothetical protein 6.105467812 L4_control_C3 +LQ01X024540 Hypothetical protein 4.931580838 L4_chemical_A1 +LQ01X024540 Hypothetical protein 4.827293286 L4_chemical_A2 +LQ01X024540 Hypothetical protein 4.849312737 L4_chemical_A3 +LQ01X024540 Hypothetical protein 4.843453935 L4_chemical_B1 +LQ01X024540 Hypothetical protein 4.901490342 L4_chemical_B2 +LQ01X024540 Hypothetical protein 4.721613183 L4_chemical_B3 +LQ01X024540 Hypothetical protein 5.167845042 L4_chemical_C2 +LQ01X024540 Hypothetical protein 5.313267489 L4_chemical_C3 +LQ01X024560 Calpain, putative 7.406264745 C6_control_A1 +LQ01X024560 Calpain, putative 5.960403924 C6_control_A3 +LQ01X024560 Calpain, putative 7.767174448 C6_control_B1 +LQ01X024560 Calpain, putative 8.379085314 C6_control_B2 +LQ01X024560 Calpain, putative 7.725638403 C6_control_B3 +LQ01X024560 Calpain, putative 8.749360164 C6_control_C1 +LQ01X024560 Calpain, putative 8.690988353 C6_control_C2 +LQ01X024560 Calpain, putative 8.539400449 C6_control_C3 +LQ01X024560 Calpain, putative 7.776825891 C6_chemical_A1 +LQ01X024560 Calpain, putative 6.989350856 C6_chemical_A3 +LQ01X024560 Calpain, putative 7.965467054 C6_chemical_B1 +LQ01X024560 Calpain, putative 8.354733661 C6_chemical_B2 +LQ01X024560 Calpain, putative 7.856066767 C6_chemical_B3 +LQ01X024560 Calpain, putative 9.002901571 C6_chemical_C1 +LQ01X024560 Calpain, putative 8.587960676 C6_chemical_C2 +LQ01X024560 Calpain, putative 9.145979633 C6_chemical_C3 +LQ01X024560 Calpain, putative 6.784715236 L4_control_A1 +LQ01X024560 Calpain, putative 6.884212451 L4_control_A2 +LQ01X024560 Calpain, putative 6.156398516 L4_control_A3 +LQ01X024560 Calpain, putative 6.785257769 L4_control_B1 +LQ01X024560 Calpain, putative 7.249964233 L4_control_B2 +LQ01X024560 Calpain, putative 7.239864421 L4_control_B3 +LQ01X024560 Calpain, putative 6.597484719 L4_control_C2 +LQ01X024560 Calpain, putative 7.192247242 L4_control_C3 +LQ01X024560 Calpain, putative 7.044688962 L4_chemical_A1 +LQ01X024560 Calpain, putative 6.830800038 L4_chemical_A2 +LQ01X024560 Calpain, putative 7.164970062 L4_chemical_A3 +LQ01X024560 Calpain, putative 6.686787199 L4_chemical_B1 +LQ01X024560 Calpain, putative 7.060874161 L4_chemical_B2 +LQ01X024560 Calpain, putative 7.141467191 L4_chemical_B3 +LQ01X024560 Calpain, putative 6.540570958 L4_chemical_C2 +LQ01X024560 Calpain, putative 7.626471191 L4_chemical_C3 +LQ01X024570 Calpain, putative 5.484689912 C6_control_A1 +LQ01X024570 Calpain, putative 5.267767856 C6_control_A3 +LQ01X024570 Calpain, putative 5.275145071 C6_control_B1 +LQ01X024570 Calpain, putative 5.81855047 C6_control_B2 +LQ01X024570 Calpain, putative 5.929238831 C6_control_B3 +LQ01X024570 Calpain, putative 5.697315719 C6_control_C1 +LQ01X024570 Calpain, putative 6.02299521 C6_control_C2 +LQ01X024570 Calpain, putative 6.033368306 C6_control_C3 +LQ01X024570 Calpain, putative 5.788820453 C6_chemical_A1 +LQ01X024570 Calpain, putative 5.42466601 C6_chemical_A3 +LQ01X024570 Calpain, putative 5.792625858 C6_chemical_B1 +LQ01X024570 Calpain, putative 5.752777933 C6_chemical_B2 +LQ01X024570 Calpain, putative 6.530700614 C6_chemical_B3 +LQ01X024570 Calpain, putative 6.053617901 C6_chemical_C1 +LQ01X024570 Calpain, putative 5.959056165 C6_chemical_C2 +LQ01X024570 Calpain, putative 6.265108169 C6_chemical_C3 +LQ01X024570 Calpain, putative 5.35259824 L4_control_A1 +LQ01X024570 Calpain, putative 5.004929056 L4_control_A2 +LQ01X024570 Calpain, putative 5.016257624 L4_control_A3 +LQ01X024570 Calpain, putative 5.19736025 L4_control_B1 +LQ01X024570 Calpain, putative 5.514833984 L4_control_B2 +LQ01X024570 Calpain, putative 5.63482093 L4_control_B3 +LQ01X024570 Calpain, putative 5.074226291 L4_control_C2 +LQ01X024570 Calpain, putative 5.883255465 L4_control_C3 +LQ01X024570 Calpain, putative 5.165715023 L4_chemical_A1 +LQ01X024570 Calpain, putative 5.709765811 L4_chemical_A2 +LQ01X024570 Calpain, putative 5.193820314 L4_chemical_A3 +LQ01X024570 Calpain, putative 5.969282801 L4_chemical_B1 +LQ01X024570 Calpain, putative 5.660238246 L4_chemical_B2 +LQ01X024570 Calpain, putative 5.420647345 L4_chemical_B3 +LQ01X024570 Calpain, putative 5.312493442 L4_chemical_C2 +LQ01X024570 Calpain, putative 6.189185242 L4_chemical_C3 +LQ01X024670 Hypothetical protein 4.998099509 C6_control_A1 +LQ01X024670 Hypothetical protein 4.999994213 C6_control_A3 +LQ01X024670 Hypothetical protein 4.659608827 C6_control_B1 +LQ01X024670 Hypothetical protein 4.787826826 C6_control_B2 +LQ01X024670 Hypothetical protein 4.790892151 C6_control_B3 +LQ01X024670 Hypothetical protein 5.377876853 C6_control_C1 +LQ01X024670 Hypothetical protein 5.214274828 C6_control_C2 +LQ01X024670 Hypothetical protein 5.083023482 C6_control_C3 +LQ01X024670 Hypothetical protein 4.983517735 C6_chemical_A1 +LQ01X024670 Hypothetical protein 5.31451056 C6_chemical_A3 +LQ01X024670 Hypothetical protein 5.025650859 C6_chemical_B1 +LQ01X024670 Hypothetical protein 4.815922302 C6_chemical_B2 +LQ01X024670 Hypothetical protein 4.927841472 C6_chemical_B3 +LQ01X024670 Hypothetical protein 5.139598603 C6_chemical_C1 +LQ01X024670 Hypothetical protein 5.457592578 C6_chemical_C2 +LQ01X024670 Hypothetical protein 5.577425909 C6_chemical_C3 +LQ01X024670 Hypothetical protein 5.059253136 L4_control_A1 +LQ01X024670 Hypothetical protein 5.354084627 L4_control_A2 +LQ01X024670 Hypothetical protein 5.529956517 L4_control_A3 +LQ01X024670 Hypothetical protein 5.334538314 L4_control_B1 +LQ01X024670 Hypothetical protein 4.930923276 L4_control_B2 +LQ01X024670 Hypothetical protein 5.401252568 L4_control_B3 +LQ01X024670 Hypothetical protein 5.233554344 L4_control_C2 +LQ01X024670 Hypothetical protein 4.706370026 L4_control_C3 +LQ01X024670 Hypothetical protein 5.244410111 L4_chemical_A1 +LQ01X024670 Hypothetical protein 4.969162417 L4_chemical_A2 +LQ01X024670 Hypothetical protein 5.729906726 L4_chemical_A3 +LQ01X024670 Hypothetical protein 5.27749525 L4_chemical_B1 +LQ01X024670 Hypothetical protein 4.826922672 L4_chemical_B2 +LQ01X024670 Hypothetical protein 5.025406387 L4_chemical_B3 +LQ01X024670 Hypothetical protein 5.170178514 L4_chemical_C2 +LQ01X024670 Hypothetical protein 4.829469845 L4_chemical_C3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.14487309 C6_control_A1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.96763832 C6_control_A3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.542312391 C6_control_B1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.591735231 C6_control_B2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.401214107 C6_control_B3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.589601685 C6_control_C1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.328222349 C6_control_C2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.285877273 C6_control_C3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.638043518 C6_chemical_A1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.862037391 C6_chemical_A3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.376084721 C6_chemical_B1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.397827752 C6_chemical_B2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.303507639 C6_chemical_B3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.736397254 C6_chemical_C1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.388768476 C6_chemical_C2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.454055775 C6_chemical_C3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.446908174 L4_control_A1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.466332436 L4_control_A2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.811982194 L4_control_A3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.147690667 L4_control_B1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.805868815 L4_control_B2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.290555488 L4_control_B3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.548245591 L4_control_C2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.398195963 L4_control_C3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.968856513 L4_chemical_A1 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.329785962 L4_chemical_A2 +LQ01X024700 B3 domain-containing transcription factor ABI3 6.016247644 L4_chemical_A3 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.425455152 L4_chemical_B1 +LQ01X024700 B3 domain-containing transcription factor ABI3 6.209875092 L4_chemical_B2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.559509083 L4_chemical_B3 +LQ01X024700 B3 domain-containing transcription factor ABI3 4.768418254 L4_chemical_C2 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.371978575 L4_chemical_C3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.654389017 C6_control_A1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.610092144 C6_control_A3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.22739649 C6_control_B1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.789476198 C6_control_B2 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.637185873 C6_control_B3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.329082279 C6_control_C1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.962166179 C6_control_C2 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.501820041 C6_control_C3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.642296302 C6_chemical_A1 +LQ01X024810 Putative uncharacterized protein (Fragment) 6.069132878 C6_chemical_A3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.028752364 C6_chemical_B1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.527923525 C6_chemical_B2 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.137894135 C6_chemical_B3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.563214177 C6_chemical_C1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.438617218 C6_chemical_C2 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.397429855 C6_chemical_C3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.740930683 L4_control_A1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.993868919 L4_control_A2 +LQ01X024810 Putative uncharacterized protein (Fragment) 6.703864164 L4_control_A3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.800432687 L4_control_B1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.525899157 L4_control_B2 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.758803768 L4_control_B3 +LQ01X024810 Putative uncharacterized protein (Fragment) 4.895765132 L4_control_C2 +LQ01X024810 Putative uncharacterized protein (Fragment) 4.883356443 L4_control_C3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.330865611 L4_chemical_A1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.589641017 L4_chemical_A2 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.985917527 L4_chemical_A3 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.662275818 L4_chemical_B1 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.714113532 L4_chemical_B2 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.387914149 L4_chemical_B3 +LQ01X024810 Putative uncharacterized protein (Fragment) 6.275648596 L4_chemical_C2 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.296479365 L4_chemical_C3 +LQ01X024820 Hypothetical protein 4.894909409 C6_control_A1 +LQ01X024820 Hypothetical protein 5.071408074 C6_control_A3 +LQ01X024820 Hypothetical protein 4.875842384 C6_control_B1 +LQ01X024820 Hypothetical protein 5.099846808 C6_control_B2 +LQ01X024820 Hypothetical protein 4.915371426 C6_control_B3 +LQ01X024820 Hypothetical protein 5.464875228 C6_control_C1 +LQ01X024820 Hypothetical protein 5.014730183 C6_control_C2 +LQ01X024820 Hypothetical protein 5.16299243 C6_control_C3 +LQ01X024820 Hypothetical protein 5.155956696 C6_chemical_A1 +LQ01X024820 Hypothetical protein 4.864477137 C6_chemical_A3 +LQ01X024820 Hypothetical protein 4.90661527 C6_chemical_B1 +LQ01X024820 Hypothetical protein 5.036481698 C6_chemical_B2 +LQ01X024820 Hypothetical protein 4.710054775 C6_chemical_B3 +LQ01X024820 Hypothetical protein 5.056529952 C6_chemical_C1 +LQ01X024820 Hypothetical protein 5.026236466 C6_chemical_C2 +LQ01X024820 Hypothetical protein 5.3592497 C6_chemical_C3 +LQ01X024820 Hypothetical protein 5.326358786 L4_control_A1 +LQ01X024820 Hypothetical protein 5.017740201 L4_control_A2 +LQ01X024820 Hypothetical protein 5.187371965 L4_control_A3 +LQ01X024820 Hypothetical protein 5.009589341 L4_control_B1 +LQ01X024820 Hypothetical protein 4.726130558 L4_control_B2 +LQ01X024820 Hypothetical protein 5.586802785 L4_control_B3 +LQ01X024820 Hypothetical protein 4.846198084 L4_control_C2 +LQ01X024820 Hypothetical protein 5.463680624 L4_control_C3 +LQ01X024820 Hypothetical protein 5.213722393 L4_chemical_A1 +LQ01X024820 Hypothetical protein 4.866003617 L4_chemical_A2 +LQ01X024820 Hypothetical protein 5.069582413 L4_chemical_A3 +LQ01X024820 Hypothetical protein 4.737282182 L4_chemical_B1 +LQ01X024820 Hypothetical protein 5.2055989 L4_chemical_B2 +LQ01X024820 Hypothetical protein 5.039179251 L4_chemical_B3 +LQ01X024820 Hypothetical protein 5.052815758 L4_chemical_C2 +LQ01X024820 Hypothetical protein 4.943932865 L4_chemical_C3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.58676236 C6_control_A1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.609906997 C6_control_A3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.381316926 C6_control_B1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.109196225 C6_control_B2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.195176683 C6_control_B3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.101067012 C6_control_C1 +LQ01X024980 Putative Uncharacterized protein HI_0077 6.133391821 C6_control_C2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.424535202 C6_control_C3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.244806934 C6_chemical_A1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.270387214 C6_chemical_A3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.556933908 C6_chemical_B1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.07400334 C6_chemical_B2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.408105589 C6_chemical_B3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.273489434 C6_chemical_C1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.113471072 C6_chemical_C2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.149854578 C6_chemical_C3 +LQ01X024980 Putative Uncharacterized protein HI_0077 4.991370198 L4_control_A1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.64263002 L4_control_A2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.281268063 L4_control_A3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.399325242 L4_control_B1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.234756098 L4_control_B2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.221046852 L4_control_B3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.711205005 L4_control_C2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.245994861 L4_control_C3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.102747678 L4_chemical_A1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.027306843 L4_chemical_A2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.062188687 L4_chemical_A3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.391639698 L4_chemical_B1 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.282794836 L4_chemical_B2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.040843335 L4_chemical_B3 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.641056653 L4_chemical_C2 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.772556639 L4_chemical_C3 +LQ01X025130 Putative Transcription factor TCP4 5.280457064 C6_control_A1 +LQ01X025130 Putative Transcription factor TCP4 4.930050357 C6_control_A3 +LQ01X025130 Putative Transcription factor TCP4 5.604381084 C6_control_B1 +LQ01X025130 Putative Transcription factor TCP4 5.71369566 C6_control_B2 +LQ01X025130 Putative Transcription factor TCP4 5.953389336 C6_control_B3 +LQ01X025130 Putative Transcription factor TCP4 5.365051454 C6_control_C1 +LQ01X025130 Putative Transcription factor TCP4 5.354046402 C6_control_C2 +LQ01X025130 Putative Transcription factor TCP4 5.354533549 C6_control_C3 +LQ01X025130 Putative Transcription factor TCP4 5.413639114 C6_chemical_A1 +LQ01X025130 Putative Transcription factor TCP4 5.210750584 C6_chemical_A3 +LQ01X025130 Putative Transcription factor TCP4 5.333972112 C6_chemical_B1 +LQ01X025130 Putative Transcription factor TCP4 6.041661004 C6_chemical_B2 +LQ01X025130 Putative Transcription factor TCP4 6.164427184 C6_chemical_B3 +LQ01X025130 Putative Transcription factor TCP4 5.46339114 C6_chemical_C1 +LQ01X025130 Putative Transcription factor TCP4 5.725397849 C6_chemical_C2 +LQ01X025130 Putative Transcription factor TCP4 5.35702595 C6_chemical_C3 +LQ01X025130 Putative Transcription factor TCP4 5.362176575 L4_control_A1 +LQ01X025130 Putative Transcription factor TCP4 4.947709778 L4_control_A2 +LQ01X025130 Putative Transcription factor TCP4 5.494463467 L4_control_A3 +LQ01X025130 Putative Transcription factor TCP4 5.307771228 L4_control_B1 +LQ01X025130 Putative Transcription factor TCP4 5.44211205 L4_control_B2 +LQ01X025130 Putative Transcription factor TCP4 5.929570478 L4_control_B3 +LQ01X025130 Putative Transcription factor TCP4 5.550850022 L4_control_C2 +LQ01X025130 Putative Transcription factor TCP4 6.556505151 L4_control_C3 +LQ01X025130 Putative Transcription factor TCP4 5.74567894 L4_chemical_A1 +LQ01X025130 Putative Transcription factor TCP4 5.105789989 L4_chemical_A2 +LQ01X025130 Putative Transcription factor TCP4 5.070517968 L4_chemical_A3 +LQ01X025130 Putative Transcription factor TCP4 5.627705285 L4_chemical_B1 +LQ01X025130 Putative Transcription factor TCP4 5.199067748 L4_chemical_B2 +LQ01X025130 Putative Transcription factor TCP4 5.486632072 L4_chemical_B3 +LQ01X025130 Putative Transcription factor TCP4 5.76904319 L4_chemical_C2 +LQ01X025130 Putative Transcription factor TCP4 5.685738188 L4_chemical_C3 +LQ01X025180 Putative uncharacterized protein 9.202831413 C6_control_A1 +LQ01X025180 Putative uncharacterized protein 9.345565576 C6_control_A3 +LQ01X025180 Putative uncharacterized protein 7.738801278 C6_control_B1 +LQ01X025180 Putative uncharacterized protein 8.538294753 C6_control_B2 +LQ01X025180 Putative uncharacterized protein 8.549294395 C6_control_B3 +LQ01X025180 Putative uncharacterized protein 8.347111435 C6_control_C1 +LQ01X025180 Putative uncharacterized protein 8.076547287 C6_control_C2 +LQ01X025180 Putative uncharacterized protein 9.438038502 C6_control_C3 +LQ01X025180 Putative uncharacterized protein 8.863160102 C6_chemical_A1 +LQ01X025180 Putative uncharacterized protein 8.809167995 C6_chemical_A3 +LQ01X025180 Putative uncharacterized protein 7.67426064 C6_chemical_B1 +LQ01X025180 Putative uncharacterized protein 8.071856048 C6_chemical_B2 +LQ01X025180 Putative uncharacterized protein 8.003341557 C6_chemical_B3 +LQ01X025180 Putative uncharacterized protein 8.286490562 C6_chemical_C1 +LQ01X025180 Putative uncharacterized protein 7.545003189 C6_chemical_C2 +LQ01X025180 Putative uncharacterized protein 8.691615046 C6_chemical_C3 +LQ01X025180 Putative uncharacterized protein 9.113170745 L4_control_A1 +LQ01X025180 Putative uncharacterized protein 9.092074689 L4_control_A2 +LQ01X025180 Putative uncharacterized protein 9.264415621 L4_control_A3 +LQ01X025180 Putative uncharacterized protein 7.211281173 L4_control_B1 +LQ01X025180 Putative uncharacterized protein 8.746340134 L4_control_B2 +LQ01X025180 Putative uncharacterized protein 7.900733158 L4_control_B3 +LQ01X025180 Putative uncharacterized protein 7.274277967 L4_control_C2 +LQ01X025180 Putative uncharacterized protein 6.981316527 L4_control_C3 +LQ01X025180 Putative uncharacterized protein 9.155046519 L4_chemical_A1 +LQ01X025180 Putative uncharacterized protein 8.777695058 L4_chemical_A2 +LQ01X025180 Putative uncharacterized protein 9.224805338 L4_chemical_A3 +LQ01X025180 Putative uncharacterized protein 7.87449006 L4_chemical_B1 +LQ01X025180 Putative uncharacterized protein 8.063230681 L4_chemical_B2 +LQ01X025180 Putative uncharacterized protein 8.747301098 L4_chemical_B3 +LQ01X025180 Putative uncharacterized protein 8.254245615 L4_chemical_C2 +LQ01X025180 Putative uncharacterized protein 7.748516299 L4_chemical_C3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.431304447 C6_control_A1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.414004378 C6_control_A3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.033623846 C6_control_B1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.701378301 C6_control_B2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.701137605 C6_control_B3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.917545856 C6_control_C1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.608016542 C6_control_C2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.905422187 C6_control_C3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.660664194 C6_chemical_A1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.984327383 C6_chemical_A3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.705079404 C6_chemical_B1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.615319625 C6_chemical_B2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.848996511 C6_chemical_B3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.003503742 C6_chemical_C1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.714556601 C6_chemical_C2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.824139606 C6_chemical_C3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.253111292 L4_control_A1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.98591757 L4_control_A2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.086920633 L4_control_A3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.438962915 L4_control_B1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.75125121 L4_control_B2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.471040209 L4_control_B3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.865517731 L4_control_C2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.328494935 L4_control_C3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.949719592 L4_chemical_A1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.007254148 L4_chemical_A2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.447468509 L4_chemical_A3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.337105664 L4_chemical_B1 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 6.869352326 L4_chemical_B2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.772548922 L4_chemical_B3 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.688553866 L4_chemical_C2 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.813165972 L4_chemical_C3 +LQ01X025300 Transcription factor, putative 9.478893287 C6_control_A1 +LQ01X025300 Transcription factor, putative 8.9207673 C6_control_A3 +LQ01X025300 Transcription factor, putative 10.03517078 C6_control_B1 +LQ01X025300 Transcription factor, putative 8.490475262 C6_control_B2 +LQ01X025300 Transcription factor, putative 9.569354633 C6_control_B3 +LQ01X025300 Transcription factor, putative 8.777628936 C6_control_C1 +LQ01X025300 Transcription factor, putative 7.77646702 C6_control_C2 +LQ01X025300 Transcription factor, putative 9.425584751 C6_control_C3 +LQ01X025300 Transcription factor, putative 9.524386726 C6_chemical_A1 +LQ01X025300 Transcription factor, putative 8.588880344 C6_chemical_A3 +LQ01X025300 Transcription factor, putative 10.47126179 C6_chemical_B1 +LQ01X025300 Transcription factor, putative 8.39393631 C6_chemical_B2 +LQ01X025300 Transcription factor, putative 10.22878328 C6_chemical_B3 +LQ01X025300 Transcription factor, putative 8.836506233 C6_chemical_C1 +LQ01X025300 Transcription factor, putative 8.332975198 C6_chemical_C2 +LQ01X025300 Transcription factor, putative 9.198405886 C6_chemical_C3 +LQ01X025300 Transcription factor, putative 10.2298518 L4_control_A1 +LQ01X025300 Transcription factor, putative 10.08972176 L4_control_A2 +LQ01X025300 Transcription factor, putative 10.66832548 L4_control_A3 +LQ01X025300 Transcription factor, putative 11.93777206 L4_control_B1 +LQ01X025300 Transcription factor, putative 10.94944559 L4_control_B2 +LQ01X025300 Transcription factor, putative 8.371091055 L4_control_B3 +LQ01X025300 Transcription factor, putative 11.41756082 L4_control_C2 +LQ01X025300 Transcription factor, putative 10.95002854 L4_control_C3 +LQ01X025300 Transcription factor, putative 9.828296901 L4_chemical_A1 +LQ01X025300 Transcription factor, putative 10.50720517 L4_chemical_A2 +LQ01X025300 Transcription factor, putative 10.96018975 L4_chemical_A3 +LQ01X025300 Transcription factor, putative 11.13153529 L4_chemical_B1 +LQ01X025300 Transcription factor, putative 10.99691597 L4_chemical_B2 +LQ01X025300 Transcription factor, putative 8.417078652 L4_chemical_B3 +LQ01X025300 Transcription factor, putative 11.51539333 L4_chemical_C2 +LQ01X025300 Transcription factor, putative 10.68056053 L4_chemical_C3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.039160054 C6_control_A1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.42181531 C6_control_A3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.240646712 C6_control_B1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 6.09334187 C6_control_B2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.758796533 C6_control_B3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 6.362031239 C6_control_C1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 6.023641819 C6_control_C2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 6.860060773 C6_control_C3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.672615173 C6_chemical_A1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.710232971 C6_chemical_A3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.266159786 C6_chemical_B1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 6.662441042 C6_chemical_B2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 6.707913464 C6_chemical_B3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 7.560333056 C6_chemical_C1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 6.782764866 C6_chemical_C2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 7.059403608 C6_chemical_C3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.396432032 L4_control_A1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.374488325 L4_control_A2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.18418929 L4_control_A3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.621239027 L4_control_B1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 6.272152771 L4_control_B2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.625901897 L4_control_B3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.786323104 L4_control_C2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.263571427 L4_control_C3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.228912049 L4_chemical_A1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.311717366 L4_chemical_A2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.216831078 L4_chemical_A3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.322172122 L4_chemical_B1 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.602789405 L4_chemical_B2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.267285237 L4_chemical_B3 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.522088569 L4_chemical_C2 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.56648866 L4_chemical_C3 +LQ01X025350 Serine/threonine-protein kinase, putative 5.14264804 C6_control_A1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.113274921 C6_control_A3 +LQ01X025350 Serine/threonine-protein kinase, putative 5.272061567 C6_control_B1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.155871504 C6_control_B2 +LQ01X025350 Serine/threonine-protein kinase, putative 5.276777971 C6_control_B3 +LQ01X025350 Serine/threonine-protein kinase, putative 5.566810464 C6_control_C1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.026044145 C6_control_C2 +LQ01X025350 Serine/threonine-protein kinase, putative 5.190195438 C6_control_C3 +LQ01X025350 Serine/threonine-protein kinase, putative 5.378118826 C6_chemical_A1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.458942076 C6_chemical_A3 +LQ01X025350 Serine/threonine-protein kinase, putative 5.669096773 C6_chemical_B1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.241934578 C6_chemical_B2 +LQ01X025350 Serine/threonine-protein kinase, putative 5.484710742 C6_chemical_B3 +LQ01X025350 Serine/threonine-protein kinase, putative 5.291667616 C6_chemical_C1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.146658455 C6_chemical_C2 +LQ01X025350 Serine/threonine-protein kinase, putative 5.115113351 C6_chemical_C3 +LQ01X025350 Serine/threonine-protein kinase, putative 6.464619602 L4_control_A1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.869451185 L4_control_A2 +LQ01X025350 Serine/threonine-protein kinase, putative 5.900724673 L4_control_A3 +LQ01X025350 Serine/threonine-protein kinase, putative 7.599359841 L4_control_B1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.669250419 L4_control_B2 +LQ01X025350 Serine/threonine-protein kinase, putative 5.010770836 L4_control_B3 +LQ01X025350 Serine/threonine-protein kinase, putative 6.295580978 L4_control_C2 +LQ01X025350 Serine/threonine-protein kinase, putative 7.119039658 L4_control_C3 +LQ01X025350 Serine/threonine-protein kinase, putative 6.262492872 L4_chemical_A1 +LQ01X025350 Serine/threonine-protein kinase, putative 6.01081109 L4_chemical_A2 +LQ01X025350 Serine/threonine-protein kinase, putative 6.576954069 L4_chemical_A3 +LQ01X025350 Serine/threonine-protein kinase, putative 5.847299354 L4_chemical_B1 +LQ01X025350 Serine/threonine-protein kinase, putative 5.79398823 L4_chemical_B2 +LQ01X025350 Serine/threonine-protein kinase, putative 4.638971711 L4_chemical_B3 +LQ01X025350 Serine/threonine-protein kinase, putative 7.397360134 L4_chemical_C2 +LQ01X025350 Serine/threonine-protein kinase, putative 7.317257907 L4_chemical_C3 +LQ01X025360 Probable methyltransferase PMT8 12.10489087 C6_control_A1 +LQ01X025360 Probable methyltransferase PMT8 11.92286531 C6_control_A3 +LQ01X025360 Probable methyltransferase PMT8 12.46351721 C6_control_B1 +LQ01X025360 Probable methyltransferase PMT8 11.7921027 C6_control_B2 +LQ01X025360 Probable methyltransferase PMT8 12.52016672 C6_control_B3 +LQ01X025360 Probable methyltransferase PMT8 10.87558012 C6_control_C1 +LQ01X025360 Probable methyltransferase PMT8 10.98449239 C6_control_C2 +LQ01X025360 Probable methyltransferase PMT8 10.52566389 C6_control_C3 +LQ01X025360 Probable methyltransferase PMT8 11.63138604 C6_chemical_A1 +LQ01X025360 Probable methyltransferase PMT8 11.96774735 C6_chemical_A3 +LQ01X025360 Probable methyltransferase PMT8 12.10952615 C6_chemical_B1 +LQ01X025360 Probable methyltransferase PMT8 11.81472798 C6_chemical_B2 +LQ01X025360 Probable methyltransferase PMT8 12.05333155 C6_chemical_B3 +LQ01X025360 Probable methyltransferase PMT8 10.87562064 C6_chemical_C1 +LQ01X025360 Probable methyltransferase PMT8 10.53278896 C6_chemical_C2 +LQ01X025360 Probable methyltransferase PMT8 9.901490748 C6_chemical_C3 +LQ01X025360 Probable methyltransferase PMT8 12.26890888 L4_control_A1 +LQ01X025360 Probable methyltransferase PMT8 12.86072744 L4_control_A2 +LQ01X025360 Probable methyltransferase PMT8 12.50187644 L4_control_A3 +LQ01X025360 Probable methyltransferase PMT8 12.90164864 L4_control_B1 +LQ01X025360 Probable methyltransferase PMT8 12.55840733 L4_control_B2 +LQ01X025360 Probable methyltransferase PMT8 12.86730306 L4_control_B3 +LQ01X025360 Probable methyltransferase PMT8 10.61408765 L4_control_C2 +LQ01X025360 Probable methyltransferase PMT8 10.42692603 L4_control_C3 +LQ01X025360 Probable methyltransferase PMT8 12.08628988 L4_chemical_A1 +LQ01X025360 Probable methyltransferase PMT8 12.61425725 L4_chemical_A2 +LQ01X025360 Probable methyltransferase PMT8 12.67585765 L4_chemical_A3 +LQ01X025360 Probable methyltransferase PMT8 12.56994005 L4_chemical_B1 +LQ01X025360 Probable methyltransferase PMT8 12.30661691 L4_chemical_B2 +LQ01X025360 Probable methyltransferase PMT8 12.59750333 L4_chemical_B3 +LQ01X025360 Probable methyltransferase PMT8 10.516039 L4_chemical_C2 +LQ01X025360 Probable methyltransferase PMT8 10.43133858 L4_chemical_C3 +LQ01X025370 Predicted protein 6.0851959 C6_control_A1 +LQ01X025370 Predicted protein 8.46923839 C6_control_A3 +LQ01X025370 Predicted protein 5.728368518 C6_control_B1 +LQ01X025370 Predicted protein 5.793524639 C6_control_B2 +LQ01X025370 Predicted protein 6.448873796 C6_control_B3 +LQ01X025370 Predicted protein 5.68623938 C6_control_C1 +LQ01X025370 Predicted protein 7.736693911 C6_control_C2 +LQ01X025370 Predicted protein 5.306668229 C6_control_C3 +LQ01X025370 Predicted protein 6.253693834 C6_chemical_A1 +LQ01X025370 Predicted protein 5.856768092 C6_chemical_A3 +LQ01X025370 Predicted protein 6.130442051 C6_chemical_B1 +LQ01X025370 Predicted protein 6.314877716 C6_chemical_B2 +LQ01X025370 Predicted protein 5.483494045 C6_chemical_B3 +LQ01X025370 Predicted protein 5.802664736 C6_chemical_C1 +LQ01X025370 Predicted protein 5.294813663 C6_chemical_C2 +LQ01X025370 Predicted protein 5.410097096 C6_chemical_C3 +LQ01X025370 Predicted protein 6.332330993 L4_control_A1 +LQ01X025370 Predicted protein 5.840149644 L4_control_A2 +LQ01X025370 Predicted protein 4.972089203 L4_control_A3 +LQ01X025370 Predicted protein 5.763856828 L4_control_B1 +LQ01X025370 Predicted protein 5.886327217 L4_control_B2 +LQ01X025370 Predicted protein 6.115756657 L4_control_B3 +LQ01X025370 Predicted protein 5.52325526 L4_control_C2 +LQ01X025370 Predicted protein 5.23137685 L4_control_C3 +LQ01X025370 Predicted protein 5.70603187 L4_chemical_A1 +LQ01X025370 Predicted protein 5.73262879 L4_chemical_A2 +LQ01X025370 Predicted protein 5.181328692 L4_chemical_A3 +LQ01X025370 Predicted protein 7.297306477 L4_chemical_B1 +LQ01X025370 Predicted protein 5.678739343 L4_chemical_B2 +LQ01X025370 Predicted protein 6.595493028 L4_chemical_B3 +LQ01X025370 Predicted protein 5.57891035 L4_chemical_C2 +LQ01X025370 Predicted protein 5.590339252 L4_chemical_C3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.25739538 C6_control_A1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.68349456 C6_control_A3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 9.617486257 C6_control_B1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.93635179 C6_control_B2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.09840053 C6_control_B3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 11.62834017 C6_control_C1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 12.27188996 C6_control_C2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 11.51932844 C6_control_C3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 11.01108239 C6_chemical_A1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.28884634 C6_chemical_A3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.5473185 C6_chemical_B1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 12.08187236 C6_chemical_B2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 11.00521899 C6_chemical_B3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 12.76608354 C6_chemical_C1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 12.21068017 C6_chemical_C2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 12.5067028 C6_chemical_C3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.93063809 L4_control_A1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 11.20663555 L4_control_A2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 8.671428444 L4_control_A3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.74268139 L4_control_B1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.30382975 L4_control_B2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.85460201 L4_control_B3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.79271535 L4_control_C2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.50587812 L4_control_C3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 11.08897809 L4_chemical_A1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 11.35187149 L4_chemical_A2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 9.44295816 L4_chemical_A3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.52068691 L4_chemical_B1 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.54076226 L4_chemical_B2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.64034688 L4_chemical_B3 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.70252892 L4_chemical_C2 +LQ01X025400 DNA repair and recombination protein RAD26, putative 10.90167656 L4_chemical_C3 +LQ01X025410 ABC transporter I family member 19 9.822964053 C6_control_A1 +LQ01X025410 ABC transporter I family member 19 9.165086935 C6_control_A3 +LQ01X025410 ABC transporter I family member 19 9.586634786 C6_control_B1 +LQ01X025410 ABC transporter I family member 19 9.752973469 C6_control_B2 +LQ01X025410 ABC transporter I family member 19 9.370758049 C6_control_B3 +LQ01X025410 ABC transporter I family member 19 9.657302585 C6_control_C1 +LQ01X025410 ABC transporter I family member 19 8.587830377 C6_control_C2 +LQ01X025410 ABC transporter I family member 19 8.983611865 C6_control_C3 +LQ01X025410 ABC transporter I family member 19 9.703759204 C6_chemical_A1 +LQ01X025410 ABC transporter I family member 19 9.775911151 C6_chemical_A3 +LQ01X025410 ABC transporter I family member 19 9.591340563 C6_chemical_B1 +LQ01X025410 ABC transporter I family member 19 9.876675507 C6_chemical_B2 +LQ01X025410 ABC transporter I family member 19 9.376067406 C6_chemical_B3 +LQ01X025410 ABC transporter I family member 19 9.699420323 C6_chemical_C1 +LQ01X025410 ABC transporter I family member 19 9.039538783 C6_chemical_C2 +LQ01X025410 ABC transporter I family member 19 9.256866847 C6_chemical_C3 +LQ01X025410 ABC transporter I family member 19 9.883839505 L4_control_A1 +LQ01X025410 ABC transporter I family member 19 9.408791526 L4_control_A2 +LQ01X025410 ABC transporter I family member 19 9.578599539 L4_control_A3 +LQ01X025410 ABC transporter I family member 19 10.0272413 L4_control_B1 +LQ01X025410 ABC transporter I family member 19 9.039284804 L4_control_B2 +LQ01X025410 ABC transporter I family member 19 9.748815942 L4_control_B3 +LQ01X025410 ABC transporter I family member 19 8.781365697 L4_control_C2 +LQ01X025410 ABC transporter I family member 19 8.542666966 L4_control_C3 +LQ01X025410 ABC transporter I family member 19 10.35076816 L4_chemical_A1 +LQ01X025410 ABC transporter I family member 19 10.1223488 L4_chemical_A2 +LQ01X025410 ABC transporter I family member 19 9.957515567 L4_chemical_A3 +LQ01X025410 ABC transporter I family member 19 9.548392285 L4_chemical_B1 +LQ01X025410 ABC transporter I family member 19 9.466628501 L4_chemical_B2 +LQ01X025410 ABC transporter I family member 19 9.675731588 L4_chemical_B3 +LQ01X025410 ABC transporter I family member 19 8.368390543 L4_chemical_C2 +LQ01X025410 ABC transporter I family member 19 8.701594055 L4_chemical_C3 +LQ01X025460 Casein kinase I isoform delta-like 5.603700348 C6_control_A1 +LQ01X025460 Casein kinase I isoform delta-like 5.215741879 C6_control_A3 +LQ01X025460 Casein kinase I isoform delta-like 5.445150591 C6_control_B1 +LQ01X025460 Casein kinase I isoform delta-like 5.579510479 C6_control_B2 +LQ01X025460 Casein kinase I isoform delta-like 5.596402827 C6_control_B3 +LQ01X025460 Casein kinase I isoform delta-like 5.561085191 C6_control_C1 +LQ01X025460 Casein kinase I isoform delta-like 6.076897575 C6_control_C2 +LQ01X025460 Casein kinase I isoform delta-like 5.499318163 C6_control_C3 +LQ01X025460 Casein kinase I isoform delta-like 5.332128067 C6_chemical_A1 +LQ01X025460 Casein kinase I isoform delta-like 5.095472597 C6_chemical_A3 +LQ01X025460 Casein kinase I isoform delta-like 6.252376952 C6_chemical_B1 +LQ01X025460 Casein kinase I isoform delta-like 5.502412466 C6_chemical_B2 +LQ01X025460 Casein kinase I isoform delta-like 5.486492006 C6_chemical_B3 +LQ01X025460 Casein kinase I isoform delta-like 5.721018496 C6_chemical_C1 +LQ01X025460 Casein kinase I isoform delta-like 5.677798137 C6_chemical_C2 +LQ01X025460 Casein kinase I isoform delta-like 5.872213081 C6_chemical_C3 +LQ01X025460 Casein kinase I isoform delta-like 5.336400998 L4_control_A1 +LQ01X025460 Casein kinase I isoform delta-like 5.271406775 L4_control_A2 +LQ01X025460 Casein kinase I isoform delta-like 5.280420453 L4_control_A3 +LQ01X025460 Casein kinase I isoform delta-like 5.914232317 L4_control_B1 +LQ01X025460 Casein kinase I isoform delta-like 5.589468338 L4_control_B2 +LQ01X025460 Casein kinase I isoform delta-like 5.290602695 L4_control_B3 +LQ01X025460 Casein kinase I isoform delta-like 6.119802468 L4_control_C2 +LQ01X025460 Casein kinase I isoform delta-like 5.142137761 L4_control_C3 +LQ01X025460 Casein kinase I isoform delta-like 5.315136012 L4_chemical_A1 +LQ01X025460 Casein kinase I isoform delta-like 5.486405281 L4_chemical_A2 +LQ01X025460 Casein kinase I isoform delta-like 5.449443281 L4_chemical_A3 +LQ01X025460 Casein kinase I isoform delta-like 5.076755758 L4_chemical_B1 +LQ01X025460 Casein kinase I isoform delta-like 5.113228148 L4_chemical_B2 +LQ01X025460 Casein kinase I isoform delta-like 5.363895011 L4_chemical_B3 +LQ01X025460 Casein kinase I isoform delta-like 5.601084664 L4_chemical_C2 +LQ01X025460 Casein kinase I isoform delta-like 5.342074883 L4_chemical_C3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.47019395 C6_control_A1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.60395964 C6_control_A3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.25493781 C6_control_B1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.38505379 C6_control_B2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.05140203 C6_control_B3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.36036746 C6_control_C1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.62548075 C6_control_C2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.34969174 C6_control_C3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.26222735 C6_chemical_A1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.51639688 C6_chemical_A3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 11.77259293 C6_chemical_B1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.40921279 C6_chemical_B2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 11.93850814 C6_chemical_B3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.22319542 C6_chemical_C1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.58295541 C6_chemical_C2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.46901833 C6_chemical_C3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.52510882 L4_control_A1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.62253732 L4_control_A2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.23737838 L4_control_A3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.30361217 L4_control_B1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 11.75726224 L4_control_B2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.5185572 L4_control_B3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 11.76786308 L4_control_C2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.24331793 L4_control_C3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.37032124 L4_chemical_A1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.15266232 L4_chemical_A2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.30854617 L4_chemical_A3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.07322184 L4_chemical_B1 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 11.99460436 L4_chemical_B2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.22880332 L4_chemical_B3 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 11.62398559 L4_chemical_C2 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.48231447 L4_chemical_C3 +LQ01X025510 60S ribosomal protein L14-1 5.698084905 C6_control_A1 +LQ01X025510 60S ribosomal protein L14-1 5.320935201 C6_control_A3 +LQ01X025510 60S ribosomal protein L14-1 6.126442823 C6_control_B1 +LQ01X025510 60S ribosomal protein L14-1 5.544571309 C6_control_B2 +LQ01X025510 60S ribosomal protein L14-1 5.584075296 C6_control_B3 +LQ01X025510 60S ribosomal protein L14-1 5.557783233 C6_control_C1 +LQ01X025510 60S ribosomal protein L14-1 5.102765067 C6_control_C2 +LQ01X025510 60S ribosomal protein L14-1 6.038643081 C6_control_C3 +LQ01X025510 60S ribosomal protein L14-1 5.853680993 C6_chemical_A1 +LQ01X025510 60S ribosomal protein L14-1 5.593867346 C6_chemical_A3 +LQ01X025510 60S ribosomal protein L14-1 5.705335471 C6_chemical_B1 +LQ01X025510 60S ribosomal protein L14-1 5.26147694 C6_chemical_B2 +LQ01X025510 60S ribosomal protein L14-1 6.034248828 C6_chemical_B3 +LQ01X025510 60S ribosomal protein L14-1 5.46638895 C6_chemical_C1 +LQ01X025510 60S ribosomal protein L14-1 5.275510445 C6_chemical_C2 +LQ01X025510 60S ribosomal protein L14-1 5.543298725 C6_chemical_C3 +LQ01X025510 60S ribosomal protein L14-1 5.438015615 L4_control_A1 +LQ01X025510 60S ribosomal protein L14-1 5.834103871 L4_control_A2 +LQ01X025510 60S ribosomal protein L14-1 5.818290761 L4_control_A3 +LQ01X025510 60S ribosomal protein L14-1 5.434977214 L4_control_B1 +LQ01X025510 60S ribosomal protein L14-1 5.115864005 L4_control_B2 +LQ01X025510 60S ribosomal protein L14-1 5.575834721 L4_control_B3 +LQ01X025510 60S ribosomal protein L14-1 5.993208943 L4_control_C2 +LQ01X025510 60S ribosomal protein L14-1 5.510221271 L4_control_C3 +LQ01X025510 60S ribosomal protein L14-1 5.482170197 L4_chemical_A1 +LQ01X025510 60S ribosomal protein L14-1 5.50216198 L4_chemical_A2 +LQ01X025510 60S ribosomal protein L14-1 5.810799723 L4_chemical_A3 +LQ01X025510 60S ribosomal protein L14-1 5.742972124 L4_chemical_B1 +LQ01X025510 60S ribosomal protein L14-1 5.160353261 L4_chemical_B2 +LQ01X025510 60S ribosomal protein L14-1 5.486327066 L4_chemical_B3 +LQ01X025510 60S ribosomal protein L14-1 5.73532946 L4_chemical_C2 +LQ01X025510 60S ribosomal protein L14-1 5.767814588 L4_chemical_C3 +LQ01X025520 Putative TBC1 domain family member 15 10.82690003 C6_control_A1 +LQ01X025520 Putative TBC1 domain family member 15 10.59392216 C6_control_A3 +LQ01X025520 Putative TBC1 domain family member 15 10.62312748 C6_control_B1 +LQ01X025520 Putative TBC1 domain family member 15 10.10640564 C6_control_B2 +LQ01X025520 Putative TBC1 domain family member 15 10.14872941 C6_control_B3 +LQ01X025520 Putative TBC1 domain family member 15 9.592384266 C6_control_C1 +LQ01X025520 Putative TBC1 domain family member 15 8.777306143 C6_control_C2 +LQ01X025520 Putative TBC1 domain family member 15 8.748419442 C6_control_C3 +LQ01X025520 Putative TBC1 domain family member 15 10.6010764 C6_chemical_A1 +LQ01X025520 Putative TBC1 domain family member 15 10.32167308 C6_chemical_A3 +LQ01X025520 Putative TBC1 domain family member 15 10.00968811 C6_chemical_B1 +LQ01X025520 Putative TBC1 domain family member 15 9.869708612 C6_chemical_B2 +LQ01X025520 Putative TBC1 domain family member 15 9.515099347 C6_chemical_B3 +LQ01X025520 Putative TBC1 domain family member 15 9.423928996 C6_chemical_C1 +LQ01X025520 Putative TBC1 domain family member 15 9.031141412 C6_chemical_C2 +LQ01X025520 Putative TBC1 domain family member 15 8.253298851 C6_chemical_C3 +LQ01X025520 Putative TBC1 domain family member 15 10.7909247 L4_control_A1 +LQ01X025520 Putative TBC1 domain family member 15 11.58082342 L4_control_A2 +LQ01X025520 Putative TBC1 domain family member 15 10.28065977 L4_control_A3 +LQ01X025520 Putative TBC1 domain family member 15 10.18895774 L4_control_B1 +LQ01X025520 Putative TBC1 domain family member 15 10.96307446 L4_control_B2 +LQ01X025520 Putative TBC1 domain family member 15 9.297617531 L4_control_B3 +LQ01X025520 Putative TBC1 domain family member 15 9.365598606 L4_control_C2 +LQ01X025520 Putative TBC1 domain family member 15 8.383989522 L4_control_C3 +LQ01X025520 Putative TBC1 domain family member 15 10.08607546 L4_chemical_A1 +LQ01X025520 Putative TBC1 domain family member 15 10.55989259 L4_chemical_A2 +LQ01X025520 Putative TBC1 domain family member 15 10.19279187 L4_chemical_A3 +LQ01X025520 Putative TBC1 domain family member 15 10.2652736 L4_chemical_B1 +LQ01X025520 Putative TBC1 domain family member 15 10.71939933 L4_chemical_B2 +LQ01X025520 Putative TBC1 domain family member 15 9.685187125 L4_chemical_B3 +LQ01X025520 Putative TBC1 domain family member 15 8.267929979 L4_chemical_C2 +LQ01X025520 Putative TBC1 domain family member 15 9.052497583 L4_chemical_C3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.111509741 C6_control_A1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.744280149 C6_control_A3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.796026359 C6_control_B1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.153166821 C6_control_B2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.914981067 C6_control_B3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.455648417 C6_control_C1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 7.060842763 C6_control_C2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.929304697 C6_control_C3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.081789252 C6_chemical_A1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.258042103 C6_chemical_A3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.319809 C6_chemical_B1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.37195282 C6_chemical_B2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.801621291 C6_chemical_B3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.741620474 C6_chemical_C1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.134243323 C6_chemical_C2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.449618211 C6_chemical_C3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.724627622 L4_control_A1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.992852851 L4_control_A2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.872388295 L4_control_A3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.770455435 L4_control_B1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.675136256 L4_control_B2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.007013585 L4_control_B3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.843242544 L4_control_C2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.597239069 L4_control_C3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.900123273 L4_chemical_A1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.909444595 L4_chemical_A2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 7.371307999 L4_chemical_A3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.146363665 L4_chemical_B1 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.168421667 L4_chemical_B2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.052084397 L4_chemical_B3 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.745040491 L4_chemical_C2 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 5.419771729 L4_chemical_C3 +LQ01X025580 Electron carrier, putative 12.56627901 C6_control_A1 +LQ01X025580 Electron carrier, putative 11.68477986 C6_control_A3 +LQ01X025580 Electron carrier, putative 12.9728627 C6_control_B1 +LQ01X025580 Electron carrier, putative 13.14171608 C6_control_B2 +LQ01X025580 Electron carrier, putative 12.87049705 C6_control_B3 +LQ01X025580 Electron carrier, putative 12.3499459 C6_control_C1 +LQ01X025580 Electron carrier, putative 12.22455721 C6_control_C2 +LQ01X025580 Electron carrier, putative 12.740175 C6_control_C3 +LQ01X025580 Electron carrier, putative 12.46949882 C6_chemical_A1 +LQ01X025580 Electron carrier, putative 11.64718799 C6_chemical_A3 +LQ01X025580 Electron carrier, putative 13.24001735 C6_chemical_B1 +LQ01X025580 Electron carrier, putative 13.18710112 C6_chemical_B2 +LQ01X025580 Electron carrier, putative 12.7739867 C6_chemical_B3 +LQ01X025580 Electron carrier, putative 12.09414573 C6_chemical_C1 +LQ01X025580 Electron carrier, putative 12.25961352 C6_chemical_C2 +LQ01X025580 Electron carrier, putative 12.68385217 C6_chemical_C3 +LQ01X025580 Electron carrier, putative 12.09331773 L4_control_A1 +LQ01X025580 Electron carrier, putative 12.55452217 L4_control_A2 +LQ01X025580 Electron carrier, putative 11.87177449 L4_control_A3 +LQ01X025580 Electron carrier, putative 13.62657338 L4_control_B1 +LQ01X025580 Electron carrier, putative 12.72356491 L4_control_B2 +LQ01X025580 Electron carrier, putative 12.58342927 L4_control_B3 +LQ01X025580 Electron carrier, putative 12.31530838 L4_control_C2 +LQ01X025580 Electron carrier, putative 12.34929101 L4_control_C3 +LQ01X025580 Electron carrier, putative 12.37849796 L4_chemical_A1 +LQ01X025580 Electron carrier, putative 13.03682988 L4_chemical_A2 +LQ01X025580 Electron carrier, putative 12.19914582 L4_chemical_A3 +LQ01X025580 Electron carrier, putative 13.31598417 L4_chemical_B1 +LQ01X025580 Electron carrier, putative 12.76052527 L4_chemical_B2 +LQ01X025580 Electron carrier, putative 13.21566786 L4_chemical_B3 +LQ01X025580 Electron carrier, putative 12.22100963 L4_chemical_C2 +LQ01X025580 Electron carrier, putative 12.59485261 L4_chemical_C3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.58188542 C6_control_A1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.92966674 C6_control_A3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.43681009 C6_control_B1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.02844851 C6_control_B2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.05991985 C6_control_B3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.76843988 C6_control_C1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.02894002 C6_control_C2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.8191841 C6_control_C3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.4210481 C6_chemical_A1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.80341084 C6_chemical_A3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.16348533 C6_chemical_B1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.01071925 C6_chemical_B2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.76189152 C6_chemical_B3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.91149595 C6_chemical_C1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.71854382 C6_chemical_C2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.88963876 C6_chemical_C3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.45970342 L4_control_A1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.88327608 L4_control_A2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.23783347 L4_control_A3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.65081323 L4_control_B1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.97795186 L4_control_B2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.74386238 L4_control_B3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.68890909 L4_control_C2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.73967504 L4_control_C3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.0160855 L4_chemical_A1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.27656517 L4_chemical_A2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.01821305 L4_chemical_A3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.52334101 L4_chemical_B1 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.46825415 L4_chemical_B2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.84341115 L4_chemical_B3 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.57874905 L4_chemical_C2 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 11.46411293 L4_chemical_C3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.856354851 C6_control_A1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.931833261 C6_control_A3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.541817013 C6_control_B1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.962611007 C6_control_B2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.42155603 C6_control_B3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.606071083 C6_control_C1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 6.649646756 C6_control_C2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.835618375 C6_control_C3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.764167491 C6_chemical_A1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.70510102 C6_chemical_A3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.863221763 C6_chemical_B1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.762906735 C6_chemical_B2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.376270272 C6_chemical_B3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.502055744 C6_chemical_C1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.787751007 C6_chemical_C2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.299472397 C6_chemical_C3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.509572979 L4_control_A1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 6.084553877 L4_control_A2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 6.145861076 L4_control_A3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.932682285 L4_control_B1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.680224155 L4_control_B2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.619484237 L4_control_B3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.634016922 L4_control_C2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.823378808 L4_control_C3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.268946842 L4_chemical_A1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 6.031844827 L4_chemical_A2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.988727774 L4_chemical_A3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.90880486 L4_chemical_B1 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.697005719 L4_chemical_B2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.580706137 L4_chemical_B3 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.690501394 L4_chemical_C2 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.957016266 L4_chemical_C3 +LQ01X025610 Predicted protein 11.6423139 C6_control_A1 +LQ01X025610 Predicted protein 11.89339659 C6_control_A3 +LQ01X025610 Predicted protein 11.68499481 C6_control_B1 +LQ01X025610 Predicted protein 11.32403408 C6_control_B2 +LQ01X025610 Predicted protein 11.1812246 C6_control_B3 +LQ01X025610 Predicted protein 11.56244012 C6_control_C1 +LQ01X025610 Predicted protein 11.46492762 C6_control_C2 +LQ01X025610 Predicted protein 10.85060609 C6_control_C3 +LQ01X025610 Predicted protein 11.66395607 C6_chemical_A1 +LQ01X025610 Predicted protein 12.22445033 C6_chemical_A3 +LQ01X025610 Predicted protein 11.58869143 C6_chemical_B1 +LQ01X025610 Predicted protein 11.05424917 C6_chemical_B2 +LQ01X025610 Predicted protein 11.05133315 C6_chemical_B3 +LQ01X025610 Predicted protein 11.75882276 C6_chemical_C1 +LQ01X025610 Predicted protein 11.69503832 C6_chemical_C2 +LQ01X025610 Predicted protein 11.28561493 C6_chemical_C3 +LQ01X025610 Predicted protein 11.95284765 L4_control_A1 +LQ01X025610 Predicted protein 12.1556516 L4_control_A2 +LQ01X025610 Predicted protein 12.24020311 L4_control_A3 +LQ01X025610 Predicted protein 11.68521824 L4_control_B1 +LQ01X025610 Predicted protein 11.98837069 L4_control_B2 +LQ01X025610 Predicted protein 10.46710446 L4_control_B3 +LQ01X025610 Predicted protein 11.99213729 L4_control_C2 +LQ01X025610 Predicted protein 11.37809253 L4_control_C3 +LQ01X025610 Predicted protein 11.89128669 L4_chemical_A1 +LQ01X025610 Predicted protein 12.36240836 L4_chemical_A2 +LQ01X025610 Predicted protein 11.66845496 L4_chemical_A3 +LQ01X025610 Predicted protein 12.2474463 L4_chemical_B1 +LQ01X025610 Predicted protein 12.51076837 L4_chemical_B2 +LQ01X025610 Predicted protein 11.21675103 L4_chemical_B3 +LQ01X025610 Predicted protein 12.58683589 L4_chemical_C2 +LQ01X025610 Predicted protein 11.65262066 L4_chemical_C3 +LQ01X025620 Calmodulin binding protein, putative 10.94368556 C6_control_A1 +LQ01X025620 Calmodulin binding protein, putative 10.84083555 C6_control_A3 +LQ01X025620 Calmodulin binding protein, putative 10.98118684 C6_control_B1 +LQ01X025620 Calmodulin binding protein, putative 11.23904508 C6_control_B2 +LQ01X025620 Calmodulin binding protein, putative 11.15524858 C6_control_B3 +LQ01X025620 Calmodulin binding protein, putative 11.33739643 C6_control_C1 +LQ01X025620 Calmodulin binding protein, putative 11.58712587 C6_control_C2 +LQ01X025620 Calmodulin binding protein, putative 11.80186603 C6_control_C3 +LQ01X025620 Calmodulin binding protein, putative 10.98864118 C6_chemical_A1 +LQ01X025620 Calmodulin binding protein, putative 10.86306998 C6_chemical_A3 +LQ01X025620 Calmodulin binding protein, putative 10.95043368 C6_chemical_B1 +LQ01X025620 Calmodulin binding protein, putative 11.24705258 C6_chemical_B2 +LQ01X025620 Calmodulin binding protein, putative 11.1726616 C6_chemical_B3 +LQ01X025620 Calmodulin binding protein, putative 11.41804109 C6_chemical_C1 +LQ01X025620 Calmodulin binding protein, putative 11.42978597 C6_chemical_C2 +LQ01X025620 Calmodulin binding protein, putative 11.84048862 C6_chemical_C3 +LQ01X025620 Calmodulin binding protein, putative 11.20671666 L4_control_A1 +LQ01X025620 Calmodulin binding protein, putative 11.23899983 L4_control_A2 +LQ01X025620 Calmodulin binding protein, putative 11.5917003 L4_control_A3 +LQ01X025620 Calmodulin binding protein, putative 11.29050123 L4_control_B1 +LQ01X025620 Calmodulin binding protein, putative 10.90891079 L4_control_B2 +LQ01X025620 Calmodulin binding protein, putative 11.57253675 L4_control_B3 +LQ01X025620 Calmodulin binding protein, putative 10.86034028 L4_control_C2 +LQ01X025620 Calmodulin binding protein, putative 11.45394133 L4_control_C3 +LQ01X025620 Calmodulin binding protein, putative 11.15158441 L4_chemical_A1 +LQ01X025620 Calmodulin binding protein, putative 11.21303844 L4_chemical_A2 +LQ01X025620 Calmodulin binding protein, putative 11.63246443 L4_chemical_A3 +LQ01X025620 Calmodulin binding protein, putative 11.05915936 L4_chemical_B1 +LQ01X025620 Calmodulin binding protein, putative 10.67368264 L4_chemical_B2 +LQ01X025620 Calmodulin binding protein, putative 11.42258632 L4_chemical_B3 +LQ01X025620 Calmodulin binding protein, putative 11.00956674 L4_chemical_C2 +LQ01X025620 Calmodulin binding protein, putative 11.65108144 L4_chemical_C3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 13.22974438 C6_control_A1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 13.39085144 C6_control_A3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.14211053 C6_control_B1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.75685876 C6_control_B2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.79088228 C6_control_B3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.82951267 C6_control_C1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.8336346 C6_control_C2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.08767311 C6_control_C3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.8014587 C6_chemical_A1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.62021042 C6_chemical_A3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.59864062 C6_chemical_B1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.06702343 C6_chemical_B2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.38801119 C6_chemical_B3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.76599063 C6_chemical_C1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.15455818 C6_chemical_C2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.10599604 C6_chemical_C3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.79854857 L4_control_A1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.13926381 L4_control_A2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.41856193 L4_control_A3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.3319138 L4_control_B1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.56871994 L4_control_B2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.05799262 L4_control_B3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 9.834984496 L4_control_C2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 9.425782206 L4_control_C3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.25285533 L4_chemical_A1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.86403788 L4_chemical_A2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.66630626 L4_chemical_A3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.19586521 L4_chemical_B1 +LQ01X025640 Rho GDP-dissociation inhibitor 1 10.62528804 L4_chemical_B2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 11.08862671 L4_chemical_B3 +LQ01X025640 Rho GDP-dissociation inhibitor 1 9.316246426 L4_chemical_C2 +LQ01X025640 Rho GDP-dissociation inhibitor 1 9.698897297 L4_chemical_C3 +LQ01X025670 Brca1 associated ring domain, putative 13.71052202 C6_control_A1 +LQ01X025670 Brca1 associated ring domain, putative 13.78965717 C6_control_A3 +LQ01X025670 Brca1 associated ring domain, putative 12.35591154 C6_control_B1 +LQ01X025670 Brca1 associated ring domain, putative 10.70304672 C6_control_B2 +LQ01X025670 Brca1 associated ring domain, putative 10.40348024 C6_control_B3 +LQ01X025670 Brca1 associated ring domain, putative 10.41700831 C6_control_C1 +LQ01X025670 Brca1 associated ring domain, putative 10.00243746 C6_control_C2 +LQ01X025670 Brca1 associated ring domain, putative 9.987033461 C6_control_C3 +LQ01X025670 Brca1 associated ring domain, putative 13.28529735 C6_chemical_A1 +LQ01X025670 Brca1 associated ring domain, putative 13.68125615 C6_chemical_A3 +LQ01X025670 Brca1 associated ring domain, putative 11.13745097 C6_chemical_B1 +LQ01X025670 Brca1 associated ring domain, putative 10.38958902 C6_chemical_B2 +LQ01X025670 Brca1 associated ring domain, putative 10.53220297 C6_chemical_B3 +LQ01X025670 Brca1 associated ring domain, putative 10.50696429 C6_chemical_C1 +LQ01X025670 Brca1 associated ring domain, putative 9.782047604 C6_chemical_C2 +LQ01X025670 Brca1 associated ring domain, putative 9.94792262 C6_chemical_C3 +LQ01X025670 Brca1 associated ring domain, putative 14.15349512 L4_control_A1 +LQ01X025670 Brca1 associated ring domain, putative 13.98489121 L4_control_A2 +LQ01X025670 Brca1 associated ring domain, putative 13.65511405 L4_control_A3 +LQ01X025670 Brca1 associated ring domain, putative 11.09617337 L4_control_B1 +LQ01X025670 Brca1 associated ring domain, putative 11.91742925 L4_control_B2 +LQ01X025670 Brca1 associated ring domain, putative 10.04267327 L4_control_B3 +LQ01X025670 Brca1 associated ring domain, putative 10.60968383 L4_control_C2 +LQ01X025670 Brca1 associated ring domain, putative 10.80669599 L4_control_C3 +LQ01X025670 Brca1 associated ring domain, putative 12.89641128 L4_chemical_A1 +LQ01X025670 Brca1 associated ring domain, putative 12.81763211 L4_chemical_A2 +LQ01X025670 Brca1 associated ring domain, putative 13.5997644 L4_chemical_A3 +LQ01X025670 Brca1 associated ring domain, putative 11.65962666 L4_chemical_B1 +LQ01X025670 Brca1 associated ring domain, putative 12.14157006 L4_chemical_B2 +LQ01X025670 Brca1 associated ring domain, putative 12.38053791 L4_chemical_B3 +LQ01X025670 Brca1 associated ring domain, putative 10.76890515 L4_chemical_C2 +LQ01X025670 Brca1 associated ring domain, putative 10.62964438 L4_chemical_C3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 7.992967112 C6_control_A1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 7.400952836 C6_control_A3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 10.57574608 C6_control_B1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 13.19210691 C6_control_B2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 12.43545229 C6_control_B3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.133202234 C6_control_C1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 10.21509529 C6_control_C2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.562524359 C6_control_C3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.06475894 C6_chemical_A1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 8.791306443 C6_chemical_A3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 11.83687638 C6_chemical_B1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 13.63021901 C6_chemical_B2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 13.49398441 C6_chemical_B3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.82093467 C6_chemical_C1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.243773286 C6_chemical_C2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.006252389 C6_chemical_C3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.326346421 L4_control_A1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.306075153 L4_control_A2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.620909787 L4_control_A3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 12.64544453 L4_control_B1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 12.44289976 L4_control_B2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 14.34952606 L4_control_B3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 6.81040272 L4_control_C2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 8.703727654 L4_control_C3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.123670977 L4_chemical_A1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.061293716 L4_chemical_A2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 7.816588971 L4_chemical_A3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 11.59224609 L4_chemical_B1 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 12.45998426 L4_chemical_B2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 12.69829571 L4_chemical_B3 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 7.825141094 L4_chemical_C2 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 7.896779896 L4_chemical_C3 +LQ01X025780 Transcription factor, putative 5.752045986 C6_control_A1 +LQ01X025780 Transcription factor, putative 5.763105122 C6_control_A3 +LQ01X025780 Transcription factor, putative 5.512330484 C6_control_B1 +LQ01X025780 Transcription factor, putative 6.219103188 C6_control_B2 +LQ01X025780 Transcription factor, putative 6.024010352 C6_control_B3 +LQ01X025780 Transcription factor, putative 5.630830798 C6_control_C1 +LQ01X025780 Transcription factor, putative 6.345841788 C6_control_C2 +LQ01X025780 Transcription factor, putative 6.086452893 C6_control_C3 +LQ01X025780 Transcription factor, putative 5.737596178 C6_chemical_A1 +LQ01X025780 Transcription factor, putative 5.621485463 C6_chemical_A3 +LQ01X025780 Transcription factor, putative 5.761994686 C6_chemical_B1 +LQ01X025780 Transcription factor, putative 6.107719353 C6_chemical_B2 +LQ01X025780 Transcription factor, putative 6.16512909 C6_chemical_B3 +LQ01X025780 Transcription factor, putative 6.082618031 C6_chemical_C1 +LQ01X025780 Transcription factor, putative 5.580960275 C6_chemical_C2 +LQ01X025780 Transcription factor, putative 5.69745744 C6_chemical_C3 +LQ01X025780 Transcription factor, putative 5.491420458 L4_control_A1 +LQ01X025780 Transcription factor, putative 5.552482899 L4_control_A2 +LQ01X025780 Transcription factor, putative 5.26309276 L4_control_A3 +LQ01X025780 Transcription factor, putative 6.226356512 L4_control_B1 +LQ01X025780 Transcription factor, putative 5.276887551 L4_control_B2 +LQ01X025780 Transcription factor, putative 5.672942098 L4_control_B3 +LQ01X025780 Transcription factor, putative 5.245411659 L4_control_C2 +LQ01X025780 Transcription factor, putative 5.437559832 L4_control_C3 +LQ01X025780 Transcription factor, putative 5.589481156 L4_chemical_A1 +LQ01X025780 Transcription factor, putative 5.242497904 L4_chemical_A2 +LQ01X025780 Transcription factor, putative 5.279182408 L4_chemical_A3 +LQ01X025780 Transcription factor, putative 5.514754507 L4_chemical_B1 +LQ01X025780 Transcription factor, putative 5.296781706 L4_chemical_B2 +LQ01X025780 Transcription factor, putative 5.744599525 L4_chemical_B3 +LQ01X025780 Transcription factor, putative 5.463654694 L4_chemical_C2 +LQ01X025780 Transcription factor, putative 5.597584662 L4_chemical_C3 +LQ01X025830 Putative Acid phosphatase 1 6.20641587 C6_control_A1 +LQ01X025830 Putative Acid phosphatase 1 6.040754651 C6_control_A3 +LQ01X025830 Putative Acid phosphatase 1 6.142736736 C6_control_B1 +LQ01X025830 Putative Acid phosphatase 1 6.13430196 C6_control_B2 +LQ01X025830 Putative Acid phosphatase 1 6.068987318 C6_control_B3 +LQ01X025830 Putative Acid phosphatase 1 5.303728455 C6_control_C1 +LQ01X025830 Putative Acid phosphatase 1 5.470946025 C6_control_C2 +LQ01X025830 Putative Acid phosphatase 1 5.082770938 C6_control_C3 +LQ01X025830 Putative Acid phosphatase 1 6.458263595 C6_chemical_A1 +LQ01X025830 Putative Acid phosphatase 1 6.146730778 C6_chemical_A3 +LQ01X025830 Putative Acid phosphatase 1 5.608553866 C6_chemical_B1 +LQ01X025830 Putative Acid phosphatase 1 5.937826603 C6_chemical_B2 +LQ01X025830 Putative Acid phosphatase 1 5.802939626 C6_chemical_B3 +LQ01X025830 Putative Acid phosphatase 1 5.474654634 C6_chemical_C1 +LQ01X025830 Putative Acid phosphatase 1 5.496561651 C6_chemical_C2 +LQ01X025830 Putative Acid phosphatase 1 5.365934932 C6_chemical_C3 +LQ01X025830 Putative Acid phosphatase 1 5.906400227 L4_control_A1 +LQ01X025830 Putative Acid phosphatase 1 6.076998556 L4_control_A2 +LQ01X025830 Putative Acid phosphatase 1 6.359368111 L4_control_A3 +LQ01X025830 Putative Acid phosphatase 1 5.977577072 L4_control_B1 +LQ01X025830 Putative Acid phosphatase 1 5.763653613 L4_control_B2 +LQ01X025830 Putative Acid phosphatase 1 5.603605468 L4_control_B3 +LQ01X025830 Putative Acid phosphatase 1 5.66681993 L4_control_C2 +LQ01X025830 Putative Acid phosphatase 1 4.579816651 L4_control_C3 +LQ01X025830 Putative Acid phosphatase 1 5.837340177 L4_chemical_A1 +LQ01X025830 Putative Acid phosphatase 1 6.40233719 L4_chemical_A2 +LQ01X025830 Putative Acid phosphatase 1 5.652403684 L4_chemical_A3 +LQ01X025830 Putative Acid phosphatase 1 5.742593765 L4_chemical_B1 +LQ01X025830 Putative Acid phosphatase 1 6.335158468 L4_chemical_B2 +LQ01X025830 Putative Acid phosphatase 1 5.839206353 L4_chemical_B3 +LQ01X025830 Putative Acid phosphatase 1 5.965967811 L4_chemical_C2 +LQ01X025830 Putative Acid phosphatase 1 4.987897251 L4_chemical_C3 +LQ01X025870 60S ribosomal protein L23 15.16354316 C6_control_A1 +LQ01X025870 60S ribosomal protein L23 15.26873705 C6_control_A3 +LQ01X025870 60S ribosomal protein L23 14.83195968 C6_control_B1 +LQ01X025870 60S ribosomal protein L23 14.66258129 C6_control_B2 +LQ01X025870 60S ribosomal protein L23 14.54361388 C6_control_B3 +LQ01X025870 60S ribosomal protein L23 14.12059604 C6_control_C1 +LQ01X025870 60S ribosomal protein L23 14.39710441 C6_control_C2 +LQ01X025870 60S ribosomal protein L23 13.81493648 C6_control_C3 +LQ01X025870 60S ribosomal protein L23 14.90188506 C6_chemical_A1 +LQ01X025870 60S ribosomal protein L23 14.79629197 C6_chemical_A3 +LQ01X025870 60S ribosomal protein L23 14.37997832 C6_chemical_B1 +LQ01X025870 60S ribosomal protein L23 14.09511725 C6_chemical_B2 +LQ01X025870 60S ribosomal protein L23 14.26255894 C6_chemical_B3 +LQ01X025870 60S ribosomal protein L23 13.92792298 C6_chemical_C1 +LQ01X025870 60S ribosomal protein L23 13.88401325 C6_chemical_C2 +LQ01X025870 60S ribosomal protein L23 13.77681189 C6_chemical_C3 +LQ01X025870 60S ribosomal protein L23 15.62509837 L4_control_A1 +LQ01X025870 60S ribosomal protein L23 15.43027637 L4_control_A2 +LQ01X025870 60S ribosomal protein L23 15.44919491 L4_control_A3 +LQ01X025870 60S ribosomal protein L23 14.77787371 L4_control_B1 +LQ01X025870 60S ribosomal protein L23 14.01647369 L4_control_B2 +LQ01X025870 60S ribosomal protein L23 14.41258077 L4_control_B3 +LQ01X025870 60S ribosomal protein L23 14.46026995 L4_control_C2 +LQ01X025870 60S ribosomal protein L23 14.61018376 L4_control_C3 +LQ01X025870 60S ribosomal protein L23 15.26571181 L4_chemical_A1 +LQ01X025870 60S ribosomal protein L23 15.1464813 L4_chemical_A2 +LQ01X025870 60S ribosomal protein L23 15.2328981 L4_chemical_A3 +LQ01X025870 60S ribosomal protein L23 15.10395076 L4_chemical_B1 +LQ01X025870 60S ribosomal protein L23 14.95233096 L4_chemical_B2 +LQ01X025870 60S ribosomal protein L23 14.83777583 L4_chemical_B3 +LQ01X025870 60S ribosomal protein L23 14.59883451 L4_chemical_C2 +LQ01X025870 60S ribosomal protein L23 14.52772233 L4_chemical_C3 +LQ01X025880 Putative Uncharacterized protein yqjG 11.28694886 C6_control_A1 +LQ01X025880 Putative Uncharacterized protein yqjG 11.1834477 C6_control_A3 +LQ01X025880 Putative Uncharacterized protein yqjG 11.22873125 C6_control_B1 +LQ01X025880 Putative Uncharacterized protein yqjG 11.31204115 C6_control_B2 +LQ01X025880 Putative Uncharacterized protein yqjG 11.67074826 C6_control_B3 +LQ01X025880 Putative Uncharacterized protein yqjG 11.84010045 C6_control_C1 +LQ01X025880 Putative Uncharacterized protein yqjG 11.73441652 C6_control_C2 +LQ01X025880 Putative Uncharacterized protein yqjG 11.8734242 C6_control_C3 +LQ01X025880 Putative Uncharacterized protein yqjG 11.41697524 C6_chemical_A1 +LQ01X025880 Putative Uncharacterized protein yqjG 11.34176432 C6_chemical_A3 +LQ01X025880 Putative Uncharacterized protein yqjG 11.38556203 C6_chemical_B1 +LQ01X025880 Putative Uncharacterized protein yqjG 11.17600858 C6_chemical_B2 +LQ01X025880 Putative Uncharacterized protein yqjG 11.5310653 C6_chemical_B3 +LQ01X025880 Putative Uncharacterized protein yqjG 11.64090424 C6_chemical_C1 +LQ01X025880 Putative Uncharacterized protein yqjG 12.07562384 C6_chemical_C2 +LQ01X025880 Putative Uncharacterized protein yqjG 11.77149664 C6_chemical_C3 +LQ01X025880 Putative Uncharacterized protein yqjG 11.14958336 L4_control_A1 +LQ01X025880 Putative Uncharacterized protein yqjG 11.62725688 L4_control_A2 +LQ01X025880 Putative Uncharacterized protein yqjG 12.29703837 L4_control_A3 +LQ01X025880 Putative Uncharacterized protein yqjG 12.20115215 L4_control_B1 +LQ01X025880 Putative Uncharacterized protein yqjG 12.88548163 L4_control_B2 +LQ01X025880 Putative Uncharacterized protein yqjG 11.91183944 L4_control_B3 +LQ01X025880 Putative Uncharacterized protein yqjG 13.23493418 L4_control_C2 +LQ01X025880 Putative Uncharacterized protein yqjG 13.20032875 L4_control_C3 +LQ01X025880 Putative Uncharacterized protein yqjG 11.12229277 L4_chemical_A1 +LQ01X025880 Putative Uncharacterized protein yqjG 11.84099206 L4_chemical_A2 +LQ01X025880 Putative Uncharacterized protein yqjG 11.76305043 L4_chemical_A3 +LQ01X025880 Putative Uncharacterized protein yqjG 12.34926816 L4_chemical_B1 +LQ01X025880 Putative Uncharacterized protein yqjG 12.66806956 L4_chemical_B2 +LQ01X025880 Putative Uncharacterized protein yqjG 11.52564676 L4_chemical_B3 +LQ01X025880 Putative Uncharacterized protein yqjG 13.34611189 L4_chemical_C2 +LQ01X025880 Putative Uncharacterized protein yqjG 13.13056293 L4_chemical_C3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.204039903 C6_control_A1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.123459615 C6_control_A3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.3077834 C6_control_B1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.649911321 C6_control_B2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.247046166 C6_control_B3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 9.029153489 C6_control_C1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 8.286488801 C6_control_C2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 8.410629357 C6_control_C3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.110133111 C6_chemical_A1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 8.121317299 C6_chemical_A3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.301824023 C6_chemical_B1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.312131469 C6_chemical_B2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 6.82647447 C6_chemical_B3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 8.838864177 C6_chemical_C1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 8.282496519 C6_chemical_C2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.948154524 C6_chemical_C3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.249058272 L4_control_A1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 6.803202958 L4_control_A2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 6.351110288 L4_control_A3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 5.960868621 L4_control_B1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.073464704 L4_control_B2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.279156119 L4_control_B3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.971078962 L4_control_C2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.84844638 L4_control_C3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.614925662 L4_chemical_A1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 6.574634415 L4_chemical_A2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 6.360603932 L4_chemical_A3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 6.310928315 L4_chemical_B1 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 6.411608102 L4_chemical_B2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.044723637 L4_chemical_B3 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 6.690728827 L4_chemical_C2 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.891524318 L4_chemical_C3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.69689298 C6_control_A1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 14.0717564 C6_control_A3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.32204278 C6_control_B1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.18743988 C6_control_B2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.96551068 C6_control_B3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.94817915 C6_control_C1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.73614514 C6_control_C2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.51694906 C6_control_C3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.88923138 C6_chemical_A1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.49180296 C6_chemical_A3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.3562793 C6_chemical_B1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.97435716 C6_chemical_B2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.96010745 C6_chemical_B3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.92685655 C6_chemical_C1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.2255509 C6_chemical_C2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.3866364 C6_chemical_C3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 14.19730854 L4_control_A1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 14.06705182 L4_control_A2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 14.4454705 L4_control_A3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.40228994 L4_control_B1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.895406 L4_control_B2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.57270807 L4_control_B3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.75147466 L4_control_C2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.65213503 L4_control_C3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 14.00964632 L4_chemical_A1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 14.19299031 L4_chemical_A2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.97606485 L4_chemical_A3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.78251733 L4_chemical_B1 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.78642924 L4_chemical_B2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 12.87882831 L4_chemical_B3 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 14.04816818 L4_chemical_C2 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.34475876 L4_chemical_C3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.001973239 C6_control_A1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.760120798 C6_control_A3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.249944424 C6_control_B1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.123366448 C6_control_B2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.097956262 C6_control_B3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.261700708 C6_control_C1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.19223637 C6_control_C2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.107190836 C6_control_C3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.868306564 C6_chemical_A1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.098406121 C6_chemical_A3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.075809299 C6_chemical_B1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.338853293 C6_chemical_B2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.896949066 C6_chemical_B3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.685137844 C6_chemical_C1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.350487523 C6_chemical_C2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.726548579 C6_chemical_C3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.093620307 L4_control_A1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.915119482 L4_control_A2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.084492305 L4_control_A3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.542096574 L4_control_B1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.28258633 L4_control_B2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.955349729 L4_control_B3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.608591576 L4_control_C2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.027256361 L4_control_C3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.251124841 L4_chemical_A1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.912001277 L4_chemical_A2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.862810991 L4_chemical_A3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.387315728 L4_chemical_B1 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.732024132 L4_chemical_B2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.936419802 L4_chemical_B3 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.326579841 L4_chemical_C2 +LQ01X026000 Putative Pre-mRNA-processing factor 39 5.414652917 L4_chemical_C3 +LQ01X026010 Hypothetical protein 5.003207359 C6_control_A1 +LQ01X026010 Hypothetical protein 5.560957994 C6_control_A3 +LQ01X026010 Hypothetical protein 5.173086015 C6_control_B1 +LQ01X026010 Hypothetical protein 5.385514996 C6_control_B2 +LQ01X026010 Hypothetical protein 5.001777375 C6_control_B3 +LQ01X026010 Hypothetical protein 5.352819471 C6_control_C1 +LQ01X026010 Hypothetical protein 5.349722708 C6_control_C2 +LQ01X026010 Hypothetical protein 5.672124297 C6_control_C3 +LQ01X026010 Hypothetical protein 4.992242635 C6_chemical_A1 +LQ01X026010 Hypothetical protein 5.093631039 C6_chemical_A3 +LQ01X026010 Hypothetical protein 5.446455627 C6_chemical_B1 +LQ01X026010 Hypothetical protein 5.547673277 C6_chemical_B2 +LQ01X026010 Hypothetical protein 4.965948268 C6_chemical_B3 +LQ01X026010 Hypothetical protein 5.811258808 C6_chemical_C1 +LQ01X026010 Hypothetical protein 5.983027823 C6_chemical_C2 +LQ01X026010 Hypothetical protein 5.375931853 C6_chemical_C3 +LQ01X026010 Hypothetical protein 4.90088621 L4_control_A1 +LQ01X026010 Hypothetical protein 4.80762681 L4_control_A2 +LQ01X026010 Hypothetical protein 5.232680865 L4_control_A3 +LQ01X026010 Hypothetical protein 5.069879493 L4_control_B1 +LQ01X026010 Hypothetical protein 5.337618485 L4_control_B2 +LQ01X026010 Hypothetical protein 5.04701821 L4_control_B3 +LQ01X026010 Hypothetical protein 5.496966095 L4_control_C2 +LQ01X026010 Hypothetical protein 4.868410741 L4_control_C3 +LQ01X026010 Hypothetical protein 5.218378302 L4_chemical_A1 +LQ01X026010 Hypothetical protein 5.07193314 L4_chemical_A2 +LQ01X026010 Hypothetical protein 4.930595796 L4_chemical_A3 +LQ01X026010 Hypothetical protein 5.110049417 L4_chemical_B1 +LQ01X026010 Hypothetical protein 5.13521731 L4_chemical_B2 +LQ01X026010 Hypothetical protein 4.826596833 L4_chemical_B3 +LQ01X026010 Hypothetical protein 5.380227509 L4_chemical_C2 +LQ01X026010 Hypothetical protein 5.029739313 L4_chemical_C3 +LQ01X026020 Putative G3BP-like protein 5.645984862 C6_control_A1 +LQ01X026020 Putative G3BP-like protein 6.832930328 C6_control_A3 +LQ01X026020 Putative G3BP-like protein 5.684082023 C6_control_B1 +LQ01X026020 Putative G3BP-like protein 5.764926774 C6_control_B2 +LQ01X026020 Putative G3BP-like protein 6.485708219 C6_control_B3 +LQ01X026020 Putative G3BP-like protein 5.911254448 C6_control_C1 +LQ01X026020 Putative G3BP-like protein 6.78654839 C6_control_C2 +LQ01X026020 Putative G3BP-like protein 5.924983703 C6_control_C3 +LQ01X026020 Putative G3BP-like protein 5.895875132 C6_chemical_A1 +LQ01X026020 Putative G3BP-like protein 5.751748627 C6_chemical_A3 +LQ01X026020 Putative G3BP-like protein 5.330898877 C6_chemical_B1 +LQ01X026020 Putative G3BP-like protein 5.786137387 C6_chemical_B2 +LQ01X026020 Putative G3BP-like protein 5.926088896 C6_chemical_B3 +LQ01X026020 Putative G3BP-like protein 5.800442711 C6_chemical_C1 +LQ01X026020 Putative G3BP-like protein 6.314838015 C6_chemical_C2 +LQ01X026020 Putative G3BP-like protein 5.761571421 C6_chemical_C3 +LQ01X026020 Putative G3BP-like protein 5.880205034 L4_control_A1 +LQ01X026020 Putative G3BP-like protein 6.27935531 L4_control_A2 +LQ01X026020 Putative G3BP-like protein 6.974979414 L4_control_A3 +LQ01X026020 Putative G3BP-like protein 5.861453113 L4_control_B1 +LQ01X026020 Putative G3BP-like protein 5.878994201 L4_control_B2 +LQ01X026020 Putative G3BP-like protein 5.793608074 L4_control_B3 +LQ01X026020 Putative G3BP-like protein 6.569606308 L4_control_C2 +LQ01X026020 Putative G3BP-like protein 5.495956473 L4_control_C3 +LQ01X026020 Putative G3BP-like protein 6.009248331 L4_chemical_A1 +LQ01X026020 Putative G3BP-like protein 5.801546312 L4_chemical_A2 +LQ01X026020 Putative G3BP-like protein 5.788748774 L4_chemical_A3 +LQ01X026020 Putative G3BP-like protein 6.71300767 L4_chemical_B1 +LQ01X026020 Putative G3BP-like protein 5.9954941 L4_chemical_B2 +LQ01X026020 Putative G3BP-like protein 5.837558318 L4_chemical_B3 +LQ01X026020 Putative G3BP-like protein 6.240010665 L4_chemical_C2 +LQ01X026020 Putative G3BP-like protein 5.993896798 L4_chemical_C3 +LQ01X026030 Putative uncharacterized protein 11.63843353 C6_control_A1 +LQ01X026030 Putative uncharacterized protein 9.748661362 C6_control_A3 +LQ01X026030 Putative uncharacterized protein 12.62774722 C6_control_B1 +LQ01X026030 Putative uncharacterized protein 13.03554031 C6_control_B2 +LQ01X026030 Putative uncharacterized protein 12.86377914 C6_control_B3 +LQ01X026030 Putative uncharacterized protein 14.19609352 C6_control_C1 +LQ01X026030 Putative uncharacterized protein 13.80415853 C6_control_C2 +LQ01X026030 Putative uncharacterized protein 14.08855104 C6_control_C3 +LQ01X026030 Putative uncharacterized protein 11.79932065 C6_chemical_A1 +LQ01X026030 Putative uncharacterized protein 10.29905208 C6_chemical_A3 +LQ01X026030 Putative uncharacterized protein 12.88691442 C6_chemical_B1 +LQ01X026030 Putative uncharacterized protein 13.36209551 C6_chemical_B2 +LQ01X026030 Putative uncharacterized protein 13.12732174 C6_chemical_B3 +LQ01X026030 Putative uncharacterized protein 13.65543919 C6_chemical_C1 +LQ01X026030 Putative uncharacterized protein 14.02155116 C6_chemical_C2 +LQ01X026030 Putative uncharacterized protein 13.81168744 C6_chemical_C3 +LQ01X026030 Putative uncharacterized protein 10.02947774 L4_control_A1 +LQ01X026030 Putative uncharacterized protein 10.71426215 L4_control_A2 +LQ01X026030 Putative uncharacterized protein 9.660835717 L4_control_A3 +LQ01X026030 Putative uncharacterized protein 12.15030721 L4_control_B1 +LQ01X026030 Putative uncharacterized protein 12.38367637 L4_control_B2 +LQ01X026030 Putative uncharacterized protein 12.6518607 L4_control_B3 +LQ01X026030 Putative uncharacterized protein 13.93079946 L4_control_C2 +LQ01X026030 Putative uncharacterized protein 12.7664013 L4_control_C3 +LQ01X026030 Putative uncharacterized protein 10.14016085 L4_chemical_A1 +LQ01X026030 Putative uncharacterized protein 11.26107856 L4_chemical_A2 +LQ01X026030 Putative uncharacterized protein 9.921351678 L4_chemical_A3 +LQ01X026030 Putative uncharacterized protein 11.94496537 L4_chemical_B1 +LQ01X026030 Putative uncharacterized protein 11.73239337 L4_chemical_B2 +LQ01X026030 Putative uncharacterized protein 11.18711978 L4_chemical_B3 +LQ01X026030 Putative uncharacterized protein 13.6854146 L4_chemical_C2 +LQ01X026030 Putative uncharacterized protein 13.08422299 L4_chemical_C3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.638633874 C6_control_A1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.385970312 C6_control_A3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.203975624 C6_control_B1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.490989557 C6_control_B2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.520184484 C6_control_B3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.493634443 C6_control_C1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.385037084 C6_control_C2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.500188036 C6_control_C3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.360442053 C6_chemical_A1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.395456554 C6_chemical_A3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.137223357 C6_chemical_B1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.54903999 C6_chemical_B2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.480479172 C6_chemical_B3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.304841328 C6_chemical_C1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.775862176 C6_chemical_C2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.641648833 C6_chemical_C3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.985404765 L4_control_A1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.999561855 L4_control_A2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.367357694 L4_control_A3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.459280457 L4_control_B1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.947057715 L4_control_B2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 6.090948769 L4_control_B3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.397931114 L4_control_C2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 4.888108158 L4_control_C3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.727514274 L4_chemical_A1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 6.248387615 L4_chemical_A2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.378756658 L4_chemical_A3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.44537227 L4_chemical_B1 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.215960913 L4_chemical_B2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.732762684 L4_chemical_B3 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 6.473067543 L4_chemical_C2 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.559507436 L4_chemical_C3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.954930465 C6_control_A1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 7.005198546 C6_control_A3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.891816283 C6_control_B1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.786041396 C6_control_B2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 6.104009442 C6_control_B3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.528122891 C6_control_C1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 7.660664512 C6_control_C2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.583878781 C6_control_C3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.749294759 C6_chemical_A1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.554402766 C6_chemical_A3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.292086035 C6_chemical_B1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 6.183933831 C6_chemical_B2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.199641865 C6_chemical_B3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.537595413 C6_chemical_C1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.830608688 C6_chemical_C2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.578012818 C6_chemical_C3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.845404111 L4_control_A1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.502363468 L4_control_A2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.875701097 L4_control_A3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.630665084 L4_control_B1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.630626014 L4_control_B2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.487059996 L4_control_B3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.409828755 L4_control_C2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.878507118 L4_control_C3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.624778061 L4_chemical_A1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.488088901 L4_chemical_A2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.377719399 L4_chemical_A3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.604215597 L4_chemical_B1 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.311571805 L4_chemical_B2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.931886706 L4_chemical_B3 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.411268045 L4_chemical_C2 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.060334283 L4_chemical_C3 +LQ01X026190 Putative Predicted protein 5.653680014 C6_control_A1 +LQ01X026190 Putative Predicted protein 5.343752496 C6_control_A3 +LQ01X026190 Putative Predicted protein 5.451500416 C6_control_B1 +LQ01X026190 Putative Predicted protein 5.541766906 C6_control_B2 +LQ01X026190 Putative Predicted protein 5.243166898 C6_control_B3 +LQ01X026190 Putative Predicted protein 5.419199304 C6_control_C1 +LQ01X026190 Putative Predicted protein 5.356390299 C6_control_C2 +LQ01X026190 Putative Predicted protein 5.673849105 C6_control_C3 +LQ01X026190 Putative Predicted protein 5.743020506 C6_chemical_A1 +LQ01X026190 Putative Predicted protein 5.718277146 C6_chemical_A3 +LQ01X026190 Putative Predicted protein 5.61123898 C6_chemical_B1 +LQ01X026190 Putative Predicted protein 5.425967216 C6_chemical_B2 +LQ01X026190 Putative Predicted protein 5.40982941 C6_chemical_B3 +LQ01X026190 Putative Predicted protein 5.671088138 C6_chemical_C1 +LQ01X026190 Putative Predicted protein 5.732223238 C6_chemical_C2 +LQ01X026190 Putative Predicted protein 5.621378737 C6_chemical_C3 +LQ01X026190 Putative Predicted protein 5.761496264 L4_control_A1 +LQ01X026190 Putative Predicted protein 5.537248042 L4_control_A2 +LQ01X026190 Putative Predicted protein 5.38419348 L4_control_A3 +LQ01X026190 Putative Predicted protein 5.556014948 L4_control_B1 +LQ01X026190 Putative Predicted protein 6.07461375 L4_control_B2 +LQ01X026190 Putative Predicted protein 5.553303516 L4_control_B3 +LQ01X026190 Putative Predicted protein 5.775048702 L4_control_C2 +LQ01X026190 Putative Predicted protein 6.189412816 L4_control_C3 +LQ01X026190 Putative Predicted protein 5.39012125 L4_chemical_A1 +LQ01X026190 Putative Predicted protein 5.523256514 L4_chemical_A2 +LQ01X026190 Putative Predicted protein 5.588298903 L4_chemical_A3 +LQ01X026190 Putative Predicted protein 5.862565217 L4_chemical_B1 +LQ01X026190 Putative Predicted protein 5.823563884 L4_chemical_B2 +LQ01X026190 Putative Predicted protein 5.314230373 L4_chemical_B3 +LQ01X026190 Putative Predicted protein 5.518315726 L4_chemical_C2 +LQ01X026190 Putative Predicted protein 6.065430385 L4_chemical_C3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.558167498 C6_control_A1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.927583219 C6_control_A3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.749646671 C6_control_B1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.990855553 C6_control_B2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.536709371 C6_control_B3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.785623627 C6_control_C1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 6.731930516 C6_control_C2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.846644791 C6_control_C3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.287509491 C6_chemical_A1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.513084817 C6_chemical_A3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.738609388 C6_chemical_B1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.983878479 C6_chemical_B2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.16457774 C6_chemical_B3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.851590938 C6_chemical_C1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.838041938 C6_chemical_C2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.49146585 C6_chemical_C3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.111387543 L4_control_A1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.170259591 L4_control_A2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.110353886 L4_control_A3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.585178158 L4_control_B1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.467057074 L4_control_B2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 4.891651095 L4_control_B3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.74263187 L4_control_C2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 6.075385996 L4_control_C3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 4.962244087 L4_chemical_A1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.098485651 L4_chemical_A2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.088041024 L4_chemical_A3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.90041809 L4_chemical_B1 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.413337188 L4_chemical_B2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 4.983217099 L4_chemical_B3 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.744864427 L4_chemical_C2 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 6.053345278 L4_chemical_C3 +LQ01X026210 ABC transporter C family member 5 6.367189949 C6_control_A1 +LQ01X026210 ABC transporter C family member 5 6.045583233 C6_control_A3 +LQ01X026210 ABC transporter C family member 5 4.91575887 C6_control_B1 +LQ01X026210 ABC transporter C family member 5 6.058375625 C6_control_B2 +LQ01X026210 ABC transporter C family member 5 5.325528707 C6_control_B3 +LQ01X026210 ABC transporter C family member 5 5.382164006 C6_control_C1 +LQ01X026210 ABC transporter C family member 5 6.003327984 C6_control_C2 +LQ01X026210 ABC transporter C family member 5 5.656094057 C6_control_C3 +LQ01X026210 ABC transporter C family member 5 6.05496002 C6_chemical_A1 +LQ01X026210 ABC transporter C family member 5 6.351301905 C6_chemical_A3 +LQ01X026210 ABC transporter C family member 5 5.361961538 C6_chemical_B1 +LQ01X026210 ABC transporter C family member 5 6.715833947 C6_chemical_B2 +LQ01X026210 ABC transporter C family member 5 5.691767184 C6_chemical_B3 +LQ01X026210 ABC transporter C family member 5 6.706254408 C6_chemical_C1 +LQ01X026210 ABC transporter C family member 5 6.680678483 C6_chemical_C2 +LQ01X026210 ABC transporter C family member 5 6.225291921 C6_chemical_C3 +LQ01X026210 ABC transporter C family member 5 6.980401678 L4_control_A1 +LQ01X026210 ABC transporter C family member 5 6.877742109 L4_control_A2 +LQ01X026210 ABC transporter C family member 5 6.758345877 L4_control_A3 +LQ01X026210 ABC transporter C family member 5 6.647121347 L4_control_B1 +LQ01X026210 ABC transporter C family member 5 6.35175638 L4_control_B2 +LQ01X026210 ABC transporter C family member 5 6.762222855 L4_control_B3 +LQ01X026210 ABC transporter C family member 5 5.868959073 L4_control_C2 +LQ01X026210 ABC transporter C family member 5 6.422866098 L4_control_C3 +LQ01X026210 ABC transporter C family member 5 6.498041453 L4_chemical_A1 +LQ01X026210 ABC transporter C family member 5 6.670878946 L4_chemical_A2 +LQ01X026210 ABC transporter C family member 5 7.959583595 L4_chemical_A3 +LQ01X026210 ABC transporter C family member 5 6.036737296 L4_chemical_B1 +LQ01X026210 ABC transporter C family member 5 6.209577933 L4_chemical_B2 +LQ01X026210 ABC transporter C family member 5 6.478292103 L4_chemical_B3 +LQ01X026210 ABC transporter C family member 5 5.229055525 L4_chemical_C2 +LQ01X026210 ABC transporter C family member 5 6.168441365 L4_chemical_C3 +LQ01X026220 Tyrosine decarboxylase 1 5.324309699 C6_control_A1 +LQ01X026220 Tyrosine decarboxylase 1 5.858116383 C6_control_A3 +LQ01X026220 Tyrosine decarboxylase 1 5.70302193 C6_control_B1 +LQ01X026220 Tyrosine decarboxylase 1 5.614342032 C6_control_B2 +LQ01X026220 Tyrosine decarboxylase 1 5.599041355 C6_control_B3 +LQ01X026220 Tyrosine decarboxylase 1 5.591269945 C6_control_C1 +LQ01X026220 Tyrosine decarboxylase 1 6.232930025 C6_control_C2 +LQ01X026220 Tyrosine decarboxylase 1 5.318015768 C6_control_C3 +LQ01X026220 Tyrosine decarboxylase 1 5.82573127 C6_chemical_A1 +LQ01X026220 Tyrosine decarboxylase 1 5.553945283 C6_chemical_A3 +LQ01X026220 Tyrosine decarboxylase 1 5.714501981 C6_chemical_B1 +LQ01X026220 Tyrosine decarboxylase 1 5.696811637 C6_chemical_B2 +LQ01X026220 Tyrosine decarboxylase 1 5.873495259 C6_chemical_B3 +LQ01X026220 Tyrosine decarboxylase 1 5.733516477 C6_chemical_C1 +LQ01X026220 Tyrosine decarboxylase 1 5.437991417 C6_chemical_C2 +LQ01X026220 Tyrosine decarboxylase 1 5.192574623 C6_chemical_C3 +LQ01X026220 Tyrosine decarboxylase 1 5.437856701 L4_control_A1 +LQ01X026220 Tyrosine decarboxylase 1 5.684617106 L4_control_A2 +LQ01X026220 Tyrosine decarboxylase 1 5.732915282 L4_control_A3 +LQ01X026220 Tyrosine decarboxylase 1 5.55326935 L4_control_B1 +LQ01X026220 Tyrosine decarboxylase 1 5.148704036 L4_control_B2 +LQ01X026220 Tyrosine decarboxylase 1 5.737001751 L4_control_B3 +LQ01X026220 Tyrosine decarboxylase 1 5.261815731 L4_control_C2 +LQ01X026220 Tyrosine decarboxylase 1 5.427929856 L4_control_C3 +LQ01X026220 Tyrosine decarboxylase 1 5.423346537 L4_chemical_A1 +LQ01X026220 Tyrosine decarboxylase 1 5.910654377 L4_chemical_A2 +LQ01X026220 Tyrosine decarboxylase 1 5.867488235 L4_chemical_A3 +LQ01X026220 Tyrosine decarboxylase 1 6.14546566 L4_chemical_B1 +LQ01X026220 Tyrosine decarboxylase 1 5.441472493 L4_chemical_B2 +LQ01X026220 Tyrosine decarboxylase 1 5.548139198 L4_chemical_B3 +LQ01X026220 Tyrosine decarboxylase 1 5.216207249 L4_chemical_C2 +LQ01X026220 Tyrosine decarboxylase 1 4.824553607 L4_chemical_C3 +LQ01X026290 Putative WD repeat-containing protein 70 5.013037858 C6_control_A1 +LQ01X026290 Putative WD repeat-containing protein 70 5.035062315 C6_control_A3 +LQ01X026290 Putative WD repeat-containing protein 70 5.413027179 C6_control_B1 +LQ01X026290 Putative WD repeat-containing protein 70 5.427527608 C6_control_B2 +LQ01X026290 Putative WD repeat-containing protein 70 5.005529454 C6_control_B3 +LQ01X026290 Putative WD repeat-containing protein 70 5.394848205 C6_control_C1 +LQ01X026290 Putative WD repeat-containing protein 70 5.080539874 C6_control_C2 +LQ01X026290 Putative WD repeat-containing protein 70 5.505827137 C6_control_C3 +LQ01X026290 Putative WD repeat-containing protein 70 5.008505119 C6_chemical_A1 +LQ01X026290 Putative WD repeat-containing protein 70 4.719616629 C6_chemical_A3 +LQ01X026290 Putative WD repeat-containing protein 70 5.223206437 C6_chemical_B1 +LQ01X026290 Putative WD repeat-containing protein 70 5.111778159 C6_chemical_B2 +LQ01X026290 Putative WD repeat-containing protein 70 5.501435663 C6_chemical_B3 +LQ01X026290 Putative WD repeat-containing protein 70 5.241749593 C6_chemical_C1 +LQ01X026290 Putative WD repeat-containing protein 70 5.077943341 C6_chemical_C2 +LQ01X026290 Putative WD repeat-containing protein 70 5.120757171 C6_chemical_C3 +LQ01X026290 Putative WD repeat-containing protein 70 4.848784108 L4_control_A1 +LQ01X026290 Putative WD repeat-containing protein 70 5.246635327 L4_control_A2 +LQ01X026290 Putative WD repeat-containing protein 70 5.397233633 L4_control_A3 +LQ01X026290 Putative WD repeat-containing protein 70 5.216803522 L4_control_B1 +LQ01X026290 Putative WD repeat-containing protein 70 5.426548172 L4_control_B2 +LQ01X026290 Putative WD repeat-containing protein 70 4.880112539 L4_control_B3 +LQ01X026290 Putative WD repeat-containing protein 70 5.279476306 L4_control_C2 +LQ01X026290 Putative WD repeat-containing protein 70 5.123020616 L4_control_C3 +LQ01X026290 Putative WD repeat-containing protein 70 5.057192095 L4_chemical_A1 +LQ01X026290 Putative WD repeat-containing protein 70 4.918962725 L4_chemical_A2 +LQ01X026290 Putative WD repeat-containing protein 70 5.319582209 L4_chemical_A3 +LQ01X026290 Putative WD repeat-containing protein 70 5.127569185 L4_chemical_B1 +LQ01X026290 Putative WD repeat-containing protein 70 5.550175677 L4_chemical_B2 +LQ01X026290 Putative WD repeat-containing protein 70 5.105651805 L4_chemical_B3 +LQ01X026290 Putative WD repeat-containing protein 70 5.236808271 L4_chemical_C2 +LQ01X026290 Putative WD repeat-containing protein 70 5.523495674 L4_chemical_C3 +LQ01X026360 Putative uncharacterized protein 5.367696043 C6_control_A1 +LQ01X026360 Putative uncharacterized protein 6.348730282 C6_control_A3 +LQ01X026360 Putative uncharacterized protein 5.002260201 C6_control_B1 +LQ01X026360 Putative uncharacterized protein 4.922373497 C6_control_B2 +LQ01X026360 Putative uncharacterized protein 4.819752832 C6_control_B3 +LQ01X026360 Putative uncharacterized protein 4.825894723 C6_control_C1 +LQ01X026360 Putative uncharacterized protein 4.788983742 C6_control_C2 +LQ01X026360 Putative uncharacterized protein 4.867385411 C6_control_C3 +LQ01X026360 Putative uncharacterized protein 5.01623307 C6_chemical_A1 +LQ01X026360 Putative uncharacterized protein 5.292127753 C6_chemical_A3 +LQ01X026360 Putative uncharacterized protein 5.074850312 C6_chemical_B1 +LQ01X026360 Putative uncharacterized protein 4.762979842 C6_chemical_B2 +LQ01X026360 Putative uncharacterized protein 4.930099616 C6_chemical_B3 +LQ01X026360 Putative uncharacterized protein 4.682079063 C6_chemical_C1 +LQ01X026360 Putative uncharacterized protein 4.599279288 C6_chemical_C2 +LQ01X026360 Putative uncharacterized protein 4.558195398 C6_chemical_C3 +LQ01X026360 Putative uncharacterized protein 4.977809399 L4_control_A1 +LQ01X026360 Putative uncharacterized protein 5.353103469 L4_control_A2 +LQ01X026360 Putative uncharacterized protein 5.523749942 L4_control_A3 +LQ01X026360 Putative uncharacterized protein 4.995273366 L4_control_B1 +LQ01X026360 Putative uncharacterized protein 5.476399785 L4_control_B2 +LQ01X026360 Putative uncharacterized protein 4.911055749 L4_control_B3 +LQ01X026360 Putative uncharacterized protein 5.146482045 L4_control_C2 +LQ01X026360 Putative uncharacterized protein 4.868312754 L4_control_C3 +LQ01X026360 Putative uncharacterized protein 4.688650629 L4_chemical_A1 +LQ01X026360 Putative uncharacterized protein 5.010461096 L4_chemical_A2 +LQ01X026360 Putative uncharacterized protein 5.469919259 L4_chemical_A3 +LQ01X026360 Putative uncharacterized protein 5.193695281 L4_chemical_B1 +LQ01X026360 Putative uncharacterized protein 5.201503251 L4_chemical_B2 +LQ01X026360 Putative uncharacterized protein 5.058081114 L4_chemical_B3 +LQ01X026360 Putative uncharacterized protein 4.851777704 L4_chemical_C2 +LQ01X026360 Putative uncharacterized protein 5.055622119 L4_chemical_C3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.943622162 C6_control_A1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.519777866 C6_control_A3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.638707322 C6_control_B1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.65472125 C6_control_B2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.946242888 C6_control_B3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 6.023037056 C6_control_C1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 4.897489461 C6_control_C2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.236635704 C6_control_C3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.734654177 C6_chemical_A1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.393728747 C6_chemical_A3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 4.864922117 C6_chemical_B1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.287337929 C6_chemical_B2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.534509972 C6_chemical_B3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.690425402 C6_chemical_C1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 4.877221644 C6_chemical_C2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.301328458 C6_chemical_C3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.836677909 L4_control_A1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 6.088928725 L4_control_A2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.902895744 L4_control_A3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 6.060081335 L4_control_B1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.450108674 L4_control_B2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.637709328 L4_control_B3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 7.188876853 L4_control_C2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.42638253 L4_control_C3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.524617296 L4_chemical_A1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.453958301 L4_chemical_A2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 6.254489076 L4_chemical_A3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.1659234 L4_chemical_B1 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.535647645 L4_chemical_B2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.604634884 L4_chemical_B3 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 6.570409038 L4_chemical_C2 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 6.167655645 L4_chemical_C3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.869133021 C6_control_A1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.715127058 C6_control_A3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.734602884 C6_control_B1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.034482262 C6_control_B2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.11240754 C6_control_B3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.742227519 C6_control_C1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.108967448 C6_control_C2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.322264563 C6_control_C3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.00630241 C6_chemical_A1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.827993715 C6_chemical_A3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.9068052 C6_chemical_B1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.892202972 C6_chemical_B2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.489314966 C6_chemical_B3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.674893591 C6_chemical_C1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.210711959 C6_chemical_C2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.166401711 C6_chemical_C3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.928787926 L4_control_A1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.948374521 L4_control_A2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.711113661 L4_control_A3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.120957801 L4_control_B1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.605775712 L4_control_B2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.622227344 L4_control_B3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.090029007 L4_control_C2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 4.992973809 L4_control_C3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.48518114 L4_chemical_A1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.054307769 L4_chemical_A2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.212590594 L4_chemical_A3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.432900162 L4_chemical_B1 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.422940247 L4_chemical_B2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.517729058 L4_chemical_B3 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.961691789 L4_chemical_C2 +LQ01X026540 Poly [ADP-ribose] polymerase 1 5.481688103 L4_chemical_C3 +LQ01X026660 Hypothetical protein 5.893448587 C6_control_A1 +LQ01X026660 Hypothetical protein 5.782292291 C6_control_A3 +LQ01X026660 Hypothetical protein 6.566074793 C6_control_B1 +LQ01X026660 Hypothetical protein 5.698380062 C6_control_B2 +LQ01X026660 Hypothetical protein 6.00078092 C6_control_B3 +LQ01X026660 Hypothetical protein 5.819042056 C6_control_C1 +LQ01X026660 Hypothetical protein 5.435770251 C6_control_C2 +LQ01X026660 Hypothetical protein 5.548532203 C6_control_C3 +LQ01X026660 Hypothetical protein 5.807482478 C6_chemical_A1 +LQ01X026660 Hypothetical protein 5.873917417 C6_chemical_A3 +LQ01X026660 Hypothetical protein 6.92132275 C6_chemical_B1 +LQ01X026660 Hypothetical protein 5.855008679 C6_chemical_B2 +LQ01X026660 Hypothetical protein 6.373110034 C6_chemical_B3 +LQ01X026660 Hypothetical protein 5.686873514 C6_chemical_C1 +LQ01X026660 Hypothetical protein 6.099976523 C6_chemical_C2 +LQ01X026660 Hypothetical protein 5.747841734 C6_chemical_C3 +LQ01X026660 Hypothetical protein 5.888042083 L4_control_A1 +LQ01X026660 Hypothetical protein 5.869064067 L4_control_A2 +LQ01X026660 Hypothetical protein 5.907582219 L4_control_A3 +LQ01X026660 Hypothetical protein 5.578083856 L4_control_B1 +LQ01X026660 Hypothetical protein 5.887251552 L4_control_B2 +LQ01X026660 Hypothetical protein 6.101434161 L4_control_B3 +LQ01X026660 Hypothetical protein 5.974654829 L4_control_C2 +LQ01X026660 Hypothetical protein 5.678227766 L4_control_C3 +LQ01X026660 Hypothetical protein 5.706613335 L4_chemical_A1 +LQ01X026660 Hypothetical protein 6.094155868 L4_chemical_A2 +LQ01X026660 Hypothetical protein 5.728288797 L4_chemical_A3 +LQ01X026660 Hypothetical protein 5.899009813 L4_chemical_B1 +LQ01X026660 Hypothetical protein 6.56692318 L4_chemical_B2 +LQ01X026660 Hypothetical protein 5.903144501 L4_chemical_B3 +LQ01X026660 Hypothetical protein 6.02387563 L4_chemical_C2 +LQ01X026660 Hypothetical protein 6.178702083 L4_chemical_C3 +LQ01X026730 Transcription factor bHLH3 11.68717194 C6_control_A1 +LQ01X026730 Transcription factor bHLH3 11.65477342 C6_control_A3 +LQ01X026730 Transcription factor bHLH3 11.35022418 C6_control_B1 +LQ01X026730 Transcription factor bHLH3 11.48593488 C6_control_B2 +LQ01X026730 Transcription factor bHLH3 11.5562175 C6_control_B3 +LQ01X026730 Transcription factor bHLH3 11.23363363 C6_control_C1 +LQ01X026730 Transcription factor bHLH3 11.81683365 C6_control_C2 +LQ01X026730 Transcription factor bHLH3 11.64184731 C6_control_C3 +LQ01X026730 Transcription factor bHLH3 11.52725973 C6_chemical_A1 +LQ01X026730 Transcription factor bHLH3 11.65884666 C6_chemical_A3 +LQ01X026730 Transcription factor bHLH3 11.42893488 C6_chemical_B1 +LQ01X026730 Transcription factor bHLH3 11.6790267 C6_chemical_B2 +LQ01X026730 Transcription factor bHLH3 11.81223806 C6_chemical_B3 +LQ01X026730 Transcription factor bHLH3 11.16086536 C6_chemical_C1 +LQ01X026730 Transcription factor bHLH3 11.65093861 C6_chemical_C2 +LQ01X026730 Transcription factor bHLH3 12.13120833 C6_chemical_C3 +LQ01X026730 Transcription factor bHLH3 11.54266562 L4_control_A1 +LQ01X026730 Transcription factor bHLH3 11.08759253 L4_control_A2 +LQ01X026730 Transcription factor bHLH3 11.38205142 L4_control_A3 +LQ01X026730 Transcription factor bHLH3 11.53038735 L4_control_B1 +LQ01X026730 Transcription factor bHLH3 11.40570628 L4_control_B2 +LQ01X026730 Transcription factor bHLH3 11.97497635 L4_control_B3 +LQ01X026730 Transcription factor bHLH3 11.2809861 L4_control_C2 +LQ01X026730 Transcription factor bHLH3 11.83376887 L4_control_C3 +LQ01X026730 Transcription factor bHLH3 11.42673496 L4_chemical_A1 +LQ01X026730 Transcription factor bHLH3 11.09502994 L4_chemical_A2 +LQ01X026730 Transcription factor bHLH3 11.23301423 L4_chemical_A3 +LQ01X026730 Transcription factor bHLH3 11.24435632 L4_chemical_B1 +LQ01X026730 Transcription factor bHLH3 10.95018205 L4_chemical_B2 +LQ01X026730 Transcription factor bHLH3 11.72074302 L4_chemical_B3 +LQ01X026730 Transcription factor bHLH3 11.09215753 L4_chemical_C2 +LQ01X026730 Transcription factor bHLH3 11.81078565 L4_chemical_C3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 12.91471666 C6_control_A1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 13.49079853 C6_control_A3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 12.25963554 C6_control_B1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 10.38215227 C6_control_B2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 10.95662383 C6_control_B3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 9.984523265 C6_control_C1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 9.446904377 C6_control_C2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 8.89251628 C6_control_C3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 13.01642306 C6_chemical_A1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 13.47555071 C6_chemical_A3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 11.90708119 C6_chemical_B1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 10.4600681 C6_chemical_B2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 10.3657389 C6_chemical_B3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 10.18238291 C6_chemical_C1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 10.28646428 C6_chemical_C2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 8.493089739 C6_chemical_C3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 13.93231419 L4_control_A1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 12.92392091 L4_control_A2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 13.32978767 L4_control_A3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 11.76942348 L4_control_B1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 11.68771264 L4_control_B2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 9.43408515 L4_control_B3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 9.024614757 L4_control_C2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 8.503871563 L4_control_C3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 13.81928179 L4_chemical_A1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 12.64943317 L4_chemical_A2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 13.56529543 L4_chemical_A3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 12.77200564 L4_chemical_B1 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 12.25627286 L4_chemical_B2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 12.14719715 L4_chemical_B3 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 9.188687138 L4_chemical_C2 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 8.843051596 L4_chemical_C3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.943944747 C6_control_A1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 6.29743078 C6_control_A3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.156839698 C6_control_B1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 6.094180117 C6_control_B2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.573729732 C6_control_B3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.218349329 C6_control_C1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 6.594810615 C6_control_C2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.545022222 C6_control_C3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.466789434 C6_chemical_A1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.593756751 C6_chemical_A3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.456448453 C6_chemical_B1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.90907506 C6_chemical_B2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.526871485 C6_chemical_B3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.712337924 C6_chemical_C1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.509576804 C6_chemical_C2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.408834525 C6_chemical_C3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.454669172 L4_control_A1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.460969101 L4_control_A2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.56323185 L4_control_A3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.526437503 L4_control_B1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.811486144 L4_control_B2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.435798281 L4_control_B3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 4.934999141 L4_control_C2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 6.225759051 L4_control_C3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.145838224 L4_chemical_A1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.672858756 L4_chemical_A2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.583205474 L4_chemical_A3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.632048607 L4_chemical_B1 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.537870687 L4_chemical_B2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.359501392 L4_chemical_B3 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.225933125 L4_chemical_C2 +LQ01X026890 Serine/threonine-protein kinase SAPK7 6.043267359 L4_chemical_C3 +LQ01X026970 Predicted protein 6.944257652 C6_control_A1 +LQ01X026970 Predicted protein 6.565013025 C6_control_A3 +LQ01X026970 Predicted protein 7.173762365 C6_control_B1 +LQ01X026970 Predicted protein 7.64071462 C6_control_B2 +LQ01X026970 Predicted protein 7.4993091 C6_control_B3 +LQ01X026970 Predicted protein 6.024262965 C6_control_C1 +LQ01X026970 Predicted protein 5.414400123 C6_control_C2 +LQ01X026970 Predicted protein 6.335147929 C6_control_C3 +LQ01X026970 Predicted protein 6.485333796 C6_chemical_A1 +LQ01X026970 Predicted protein 7.027081507 C6_chemical_A3 +LQ01X026970 Predicted protein 6.387520458 C6_chemical_B1 +LQ01X026970 Predicted protein 7.236849031 C6_chemical_B2 +LQ01X026970 Predicted protein 8.56496139 C6_chemical_B3 +LQ01X026970 Predicted protein 6.270033105 C6_chemical_C1 +LQ01X026970 Predicted protein 5.913193168 C6_chemical_C2 +LQ01X026970 Predicted protein 6.320123517 C6_chemical_C3 +LQ01X026970 Predicted protein 7.928840023 L4_control_A1 +LQ01X026970 Predicted protein 7.031995593 L4_control_A2 +LQ01X026970 Predicted protein 6.745971478 L4_control_A3 +LQ01X026970 Predicted protein 6.270211531 L4_control_B1 +LQ01X026970 Predicted protein 7.547935713 L4_control_B2 +LQ01X026970 Predicted protein 7.416338289 L4_control_B3 +LQ01X026970 Predicted protein 6.96847726 L4_control_C2 +LQ01X026970 Predicted protein 5.455323626 L4_control_C3 +LQ01X026970 Predicted protein 8.937638796 L4_chemical_A1 +LQ01X026970 Predicted protein 8.094441441 L4_chemical_A2 +LQ01X026970 Predicted protein 7.515812824 L4_chemical_A3 +LQ01X026970 Predicted protein 8.124336773 L4_chemical_B1 +LQ01X026970 Predicted protein 8.538511541 L4_chemical_B2 +LQ01X026970 Predicted protein 8.182357221 L4_chemical_B3 +LQ01X026970 Predicted protein 5.871144387 L4_chemical_C2 +LQ01X026970 Predicted protein 6.522257443 L4_chemical_C3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.91579904 C6_control_A1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.64923411 C6_control_A3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.64169169 C6_control_B1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.52143946 C6_control_B2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.39750583 C6_control_B3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 12.82168323 C6_control_C1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 12.37422387 C6_control_C2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.9411114 C6_control_C3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.96303428 C6_chemical_A1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.7067511 C6_chemical_A3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.96359806 C6_chemical_B1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.71721318 C6_chemical_B2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.41815062 C6_chemical_B3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 13.16054406 C6_chemical_C1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 12.66097513 C6_chemical_C2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 12.44252419 C6_chemical_C3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.83972775 L4_control_A1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.3780604 L4_control_A2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.11540262 L4_control_A3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.23375088 L4_control_B1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.49405215 L4_control_B2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 10.97219703 L4_control_B3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.6441481 L4_control_C2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.0361447 L4_control_C3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.38071816 L4_chemical_A1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 10.94336718 L4_chemical_A2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.00839342 L4_chemical_A3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 10.85906892 L4_chemical_B1 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.00052918 L4_chemical_B2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.00796858 L4_chemical_B3 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.35879658 L4_chemical_C2 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.76503457 L4_chemical_C3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.58659882 C6_control_A1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.12168531 C6_control_A3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.23098679 C6_control_B1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.73990581 C6_control_B2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.57942097 C6_control_B3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.65456034 C6_control_C1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.07020388 C6_control_C2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.60290007 C6_control_C3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.20955813 C6_chemical_A1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 14.99034238 C6_chemical_A3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.56814559 C6_chemical_B1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.41971755 C6_chemical_B2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.44959526 C6_chemical_B3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.2504556 C6_chemical_C1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.37152216 C6_chemical_C2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.44603083 C6_chemical_C3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.38622448 L4_control_A1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.32836283 L4_control_A2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.45434468 L4_control_A3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.61441322 L4_control_B1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.17548943 L4_control_B2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.60708721 L4_control_B3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.61288849 L4_control_C2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.42540801 L4_control_C3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.12870789 L4_chemical_A1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.2923852 L4_chemical_A2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.40125371 L4_chemical_A3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.11679653 L4_chemical_B1 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.4467692 L4_chemical_B2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.41075221 L4_chemical_B3 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.48541526 L4_chemical_C2 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.52881324 L4_chemical_C3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.80980097 C6_control_A1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.50371496 C6_control_A3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.56278597 C6_control_B1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.07899327 C6_control_B2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.38958018 C6_control_B3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.81087226 C6_control_C1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.33639319 C6_control_C2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.95032809 C6_control_C3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.6874165 C6_chemical_A1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.33713965 C6_chemical_A3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.29277527 C6_chemical_B1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.87162897 C6_chemical_B2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.26105942 C6_chemical_B3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.65056975 C6_chemical_C1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.54741729 C6_chemical_C2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.36371237 C6_chemical_C3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 13.06417816 L4_control_A1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.88384323 L4_control_A2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.79730701 L4_control_A3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.61822914 L4_control_B1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.23126783 L4_control_B2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.37950226 L4_control_B3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.70604834 L4_control_C2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.81970378 L4_control_C3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.81817163 L4_chemical_A1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.85289587 L4_chemical_A2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.79400641 L4_chemical_A3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.43351202 L4_chemical_B1 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.36713504 L4_chemical_B2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.49606362 L4_chemical_B3 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 13.01073818 L4_chemical_C2 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.86799179 L4_chemical_C3 +LQ01X027040 Ring finger protein, putative 11.06537188 C6_control_A1 +LQ01X027040 Ring finger protein, putative 11.07162547 C6_control_A3 +LQ01X027040 Ring finger protein, putative 10.52127306 C6_control_B1 +LQ01X027040 Ring finger protein, putative 10.8742085 C6_control_B2 +LQ01X027040 Ring finger protein, putative 10.27475537 C6_control_B3 +LQ01X027040 Ring finger protein, putative 10.27870555 C6_control_C1 +LQ01X027040 Ring finger protein, putative 9.987905199 C6_control_C2 +LQ01X027040 Ring finger protein, putative 10.15950971 C6_control_C3 +LQ01X027040 Ring finger protein, putative 10.97489291 C6_chemical_A1 +LQ01X027040 Ring finger protein, putative 11.08869767 C6_chemical_A3 +LQ01X027040 Ring finger protein, putative 10.49939303 C6_chemical_B1 +LQ01X027040 Ring finger protein, putative 10.50476968 C6_chemical_B2 +LQ01X027040 Ring finger protein, putative 9.796613204 C6_chemical_B3 +LQ01X027040 Ring finger protein, putative 10.27138275 C6_chemical_C1 +LQ01X027040 Ring finger protein, putative 9.946827041 C6_chemical_C2 +LQ01X027040 Ring finger protein, putative 9.766484219 C6_chemical_C3 +LQ01X027040 Ring finger protein, putative 11.93851078 L4_control_A1 +LQ01X027040 Ring finger protein, putative 12.21843681 L4_control_A2 +LQ01X027040 Ring finger protein, putative 12.37176601 L4_control_A3 +LQ01X027040 Ring finger protein, putative 10.54223849 L4_control_B1 +LQ01X027040 Ring finger protein, putative 10.32621829 L4_control_B2 +LQ01X027040 Ring finger protein, putative 10.42962423 L4_control_B3 +LQ01X027040 Ring finger protein, putative 9.218972414 L4_control_C2 +LQ01X027040 Ring finger protein, putative 9.554114433 L4_control_C3 +LQ01X027040 Ring finger protein, putative 11.94865241 L4_chemical_A1 +LQ01X027040 Ring finger protein, putative 11.97811255 L4_chemical_A2 +LQ01X027040 Ring finger protein, putative 11.82546759 L4_chemical_A3 +LQ01X027040 Ring finger protein, putative 10.71578976 L4_chemical_B1 +LQ01X027040 Ring finger protein, putative 10.41438169 L4_chemical_B2 +LQ01X027040 Ring finger protein, putative 10.9048866 L4_chemical_B3 +LQ01X027040 Ring finger protein, putative 9.122631206 L4_chemical_C2 +LQ01X027040 Ring finger protein, putative 9.083326775 L4_chemical_C3 +LQ01X027110 Signal recognition particle 9 kDa protein 5.515665241 C6_control_A1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.902966162 C6_control_A3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.723995085 C6_control_B1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.616702579 C6_control_B2 +LQ01X027110 Signal recognition particle 9 kDa protein 4.839524119 C6_control_B3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.449782313 C6_control_C1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.708349816 C6_control_C2 +LQ01X027110 Signal recognition particle 9 kDa protein 4.53625096 C6_control_C3 +LQ01X027110 Signal recognition particle 9 kDa protein 5.887281739 C6_chemical_A1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.629239272 C6_chemical_A3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.592591545 C6_chemical_B1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.681249923 C6_chemical_B2 +LQ01X027110 Signal recognition particle 9 kDa protein 4.929867668 C6_chemical_B3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.400659055 C6_chemical_C1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.497899819 C6_chemical_C2 +LQ01X027110 Signal recognition particle 9 kDa protein 4.774057901 C6_chemical_C3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.763978199 L4_control_A1 +LQ01X027110 Signal recognition particle 9 kDa protein 5.098985816 L4_control_A2 +LQ01X027110 Signal recognition particle 9 kDa protein 5.126959265 L4_control_A3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.762319386 L4_control_B1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.890344642 L4_control_B2 +LQ01X027110 Signal recognition particle 9 kDa protein 4.964083619 L4_control_B3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.944484786 L4_control_C2 +LQ01X027110 Signal recognition particle 9 kDa protein 5.120445588 L4_control_C3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.958914359 L4_chemical_A1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.751616775 L4_chemical_A2 +LQ01X027110 Signal recognition particle 9 kDa protein 5.111491397 L4_chemical_A3 +LQ01X027110 Signal recognition particle 9 kDa protein 5.142394312 L4_chemical_B1 +LQ01X027110 Signal recognition particle 9 kDa protein 4.56921371 L4_chemical_B2 +LQ01X027110 Signal recognition particle 9 kDa protein 4.902394001 L4_chemical_B3 +LQ01X027110 Signal recognition particle 9 kDa protein 4.886372416 L4_chemical_C2 +LQ01X027110 Signal recognition particle 9 kDa protein 4.934289651 L4_chemical_C3 +LQ01X027130 Probable WRKY transcription factor 21 12.48862031 C6_control_A1 +LQ01X027130 Probable WRKY transcription factor 21 12.94278613 C6_control_A3 +LQ01X027130 Probable WRKY transcription factor 21 11.83716717 C6_control_B1 +LQ01X027130 Probable WRKY transcription factor 21 11.80684105 C6_control_B2 +LQ01X027130 Probable WRKY transcription factor 21 11.86314938 C6_control_B3 +LQ01X027130 Probable WRKY transcription factor 21 11.80267476 C6_control_C1 +LQ01X027130 Probable WRKY transcription factor 21 11.80911723 C6_control_C2 +LQ01X027130 Probable WRKY transcription factor 21 11.98792429 C6_control_C3 +LQ01X027130 Probable WRKY transcription factor 21 12.39582972 C6_chemical_A1 +LQ01X027130 Probable WRKY transcription factor 21 12.74917147 C6_chemical_A3 +LQ01X027130 Probable WRKY transcription factor 21 11.24144919 C6_chemical_B1 +LQ01X027130 Probable WRKY transcription factor 21 11.76274273 C6_chemical_B2 +LQ01X027130 Probable WRKY transcription factor 21 11.85903503 C6_chemical_B3 +LQ01X027130 Probable WRKY transcription factor 21 11.53010457 C6_chemical_C1 +LQ01X027130 Probable WRKY transcription factor 21 11.60979189 C6_chemical_C2 +LQ01X027130 Probable WRKY transcription factor 21 12.03981684 C6_chemical_C3 +LQ01X027130 Probable WRKY transcription factor 21 12.84066504 L4_control_A1 +LQ01X027130 Probable WRKY transcription factor 21 12.488568 L4_control_A2 +LQ01X027130 Probable WRKY transcription factor 21 12.78097246 L4_control_A3 +LQ01X027130 Probable WRKY transcription factor 21 11.92365588 L4_control_B1 +LQ01X027130 Probable WRKY transcription factor 21 11.12390735 L4_control_B2 +LQ01X027130 Probable WRKY transcription factor 21 12.21696357 L4_control_B3 +LQ01X027130 Probable WRKY transcription factor 21 11.36136359 L4_control_C2 +LQ01X027130 Probable WRKY transcription factor 21 11.79508265 L4_control_C3 +LQ01X027130 Probable WRKY transcription factor 21 12.57716316 L4_chemical_A1 +LQ01X027130 Probable WRKY transcription factor 21 11.9603869 L4_chemical_A2 +LQ01X027130 Probable WRKY transcription factor 21 12.90247741 L4_chemical_A3 +LQ01X027130 Probable WRKY transcription factor 21 11.82217204 L4_chemical_B1 +LQ01X027130 Probable WRKY transcription factor 21 11.11852607 L4_chemical_B2 +LQ01X027130 Probable WRKY transcription factor 21 12.61002855 L4_chemical_B3 +LQ01X027130 Probable WRKY transcription factor 21 11.2081584 L4_chemical_C2 +LQ01X027130 Probable WRKY transcription factor 21 11.35670815 L4_chemical_C3 +LQ01X027140 40S ribosomal protein S15 5.901581763 C6_control_A1 +LQ01X027140 40S ribosomal protein S15 6.176463882 C6_control_A3 +LQ01X027140 40S ribosomal protein S15 5.969614815 C6_control_B1 +LQ01X027140 40S ribosomal protein S15 5.950933978 C6_control_B2 +LQ01X027140 40S ribosomal protein S15 5.808101192 C6_control_B3 +LQ01X027140 40S ribosomal protein S15 5.941435021 C6_control_C1 +LQ01X027140 40S ribosomal protein S15 6.397666634 C6_control_C2 +LQ01X027140 40S ribosomal protein S15 6.225668352 C6_control_C3 +LQ01X027140 40S ribosomal protein S15 6.0007803 C6_chemical_A1 +LQ01X027140 40S ribosomal protein S15 5.929819236 C6_chemical_A3 +LQ01X027140 40S ribosomal protein S15 5.553835299 C6_chemical_B1 +LQ01X027140 40S ribosomal protein S15 5.726923371 C6_chemical_B2 +LQ01X027140 40S ribosomal protein S15 5.625281738 C6_chemical_B3 +LQ01X027140 40S ribosomal protein S15 5.75657435 C6_chemical_C1 +LQ01X027140 40S ribosomal protein S15 5.946567396 C6_chemical_C2 +LQ01X027140 40S ribosomal protein S15 6.399094311 C6_chemical_C3 +LQ01X027140 40S ribosomal protein S15 6.178557177 L4_control_A1 +LQ01X027140 40S ribosomal protein S15 5.369806516 L4_control_A2 +LQ01X027140 40S ribosomal protein S15 5.996078212 L4_control_A3 +LQ01X027140 40S ribosomal protein S15 5.493868957 L4_control_B1 +LQ01X027140 40S ribosomal protein S15 4.903927625 L4_control_B2 +LQ01X027140 40S ribosomal protein S15 5.839231093 L4_control_B3 +LQ01X027140 40S ribosomal protein S15 5.811122402 L4_control_C2 +LQ01X027140 40S ribosomal protein S15 5.566788584 L4_control_C3 +LQ01X027140 40S ribosomal protein S15 5.923611308 L4_chemical_A1 +LQ01X027140 40S ribosomal protein S15 5.752012879 L4_chemical_A2 +LQ01X027140 40S ribosomal protein S15 5.923836817 L4_chemical_A3 +LQ01X027140 40S ribosomal protein S15 5.935484404 L4_chemical_B1 +LQ01X027140 40S ribosomal protein S15 5.079494651 L4_chemical_B2 +LQ01X027140 40S ribosomal protein S15 5.783120106 L4_chemical_B3 +LQ01X027140 40S ribosomal protein S15 5.695556613 L4_chemical_C2 +LQ01X027140 40S ribosomal protein S15 5.511806719 L4_chemical_C3 +LQ01X027210 Hypothetical protein 14.81384518 C6_control_A1 +LQ01X027210 Hypothetical protein 14.87290622 C6_control_A3 +LQ01X027210 Hypothetical protein 14.65528635 C6_control_B1 +LQ01X027210 Hypothetical protein 14.56114863 C6_control_B2 +LQ01X027210 Hypothetical protein 14.46108527 C6_control_B3 +LQ01X027210 Hypothetical protein 14.436576 C6_control_C1 +LQ01X027210 Hypothetical protein 14.7976746 C6_control_C2 +LQ01X027210 Hypothetical protein 15.29433563 C6_control_C3 +LQ01X027210 Hypothetical protein 15.10797198 C6_chemical_A1 +LQ01X027210 Hypothetical protein 15.26678922 C6_chemical_A3 +LQ01X027210 Hypothetical protein 15.04483615 C6_chemical_B1 +LQ01X027210 Hypothetical protein 14.83339177 C6_chemical_B2 +LQ01X027210 Hypothetical protein 14.75854752 C6_chemical_B3 +LQ01X027210 Hypothetical protein 14.31302012 C6_chemical_C1 +LQ01X027210 Hypothetical protein 14.76859292 C6_chemical_C2 +LQ01X027210 Hypothetical protein 14.84602423 C6_chemical_C3 +LQ01X027210 Hypothetical protein 14.96510403 L4_control_A1 +LQ01X027210 Hypothetical protein 14.83484593 L4_control_A2 +LQ01X027210 Hypothetical protein 14.85753487 L4_control_A3 +LQ01X027210 Hypothetical protein 14.53701281 L4_control_B1 +LQ01X027210 Hypothetical protein 14.69397147 L4_control_B2 +LQ01X027210 Hypothetical protein 14.47915312 L4_control_B3 +LQ01X027210 Hypothetical protein 14.65664744 L4_control_C2 +LQ01X027210 Hypothetical protein 15.00900044 L4_control_C3 +LQ01X027210 Hypothetical protein 14.8355453 L4_chemical_A1 +LQ01X027210 Hypothetical protein 14.91906311 L4_chemical_A2 +LQ01X027210 Hypothetical protein 14.84380893 L4_chemical_A3 +LQ01X027210 Hypothetical protein 14.84741208 L4_chemical_B1 +LQ01X027210 Hypothetical protein 14.88527392 L4_chemical_B2 +LQ01X027210 Hypothetical protein 14.92013121 L4_chemical_B3 +LQ01X027210 Hypothetical protein 14.75107123 L4_chemical_C2 +LQ01X027210 Hypothetical protein 14.7700335 L4_chemical_C3 +LQ01X027260 Hypothetical protein 4.832402996 C6_control_A1 +LQ01X027260 Hypothetical protein 4.758308 C6_control_A3 +LQ01X027260 Hypothetical protein 4.763126512 C6_control_B1 +LQ01X027260 Hypothetical protein 4.75584439 C6_control_B2 +LQ01X027260 Hypothetical protein 4.990231777 C6_control_B3 +LQ01X027260 Hypothetical protein 4.641248054 C6_control_C1 +LQ01X027260 Hypothetical protein 4.674163657 C6_control_C2 +LQ01X027260 Hypothetical protein 4.734010062 C6_control_C3 +LQ01X027260 Hypothetical protein 4.875565215 C6_chemical_A1 +LQ01X027260 Hypothetical protein 4.784722977 C6_chemical_A3 +LQ01X027260 Hypothetical protein 4.949152285 C6_chemical_B1 +LQ01X027260 Hypothetical protein 4.689861014 C6_chemical_B2 +LQ01X027260 Hypothetical protein 4.744980505 C6_chemical_B3 +LQ01X027260 Hypothetical protein 4.618344989 C6_chemical_C1 +LQ01X027260 Hypothetical protein 4.802641668 C6_chemical_C2 +LQ01X027260 Hypothetical protein 4.847802047 C6_chemical_C3 +LQ01X027260 Hypothetical protein 4.875625693 L4_control_A1 +LQ01X027260 Hypothetical protein 5.268376525 L4_control_A2 +LQ01X027260 Hypothetical protein 5.020576677 L4_control_A3 +LQ01X027260 Hypothetical protein 5.136414723 L4_control_B1 +LQ01X027260 Hypothetical protein 4.836291158 L4_control_B2 +LQ01X027260 Hypothetical protein 4.802530202 L4_control_B3 +LQ01X027260 Hypothetical protein 5.100212643 L4_control_C2 +LQ01X027260 Hypothetical protein 4.84939191 L4_control_C3 +LQ01X027260 Hypothetical protein 4.905107749 L4_chemical_A1 +LQ01X027260 Hypothetical protein 5.123732449 L4_chemical_A2 +LQ01X027260 Hypothetical protein 5.172623774 L4_chemical_A3 +LQ01X027260 Hypothetical protein 4.848808003 L4_chemical_B1 +LQ01X027260 Hypothetical protein 5.382059704 L4_chemical_B2 +LQ01X027260 Hypothetical protein 5.038521984 L4_chemical_B3 +LQ01X027260 Hypothetical protein 5.834692025 L4_chemical_C2 +LQ01X027260 Hypothetical protein 4.855458342 L4_chemical_C3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.42829235 C6_control_A1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.863978659 C6_control_A3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.920022561 C6_control_B1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.093437584 C6_control_B2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.034092124 C6_control_B3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.75513555 C6_control_C1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 7.774988306 C6_control_C2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 7.626712448 C6_control_C3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.306638302 C6_chemical_A1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.80818944 C6_chemical_A3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.649053552 C6_chemical_B1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 7.715486715 C6_chemical_B2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.319137641 C6_chemical_B3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.208849956 C6_chemical_C1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.166652988 C6_chemical_C2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 7.958973123 C6_chemical_C3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.504515413 L4_control_A1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.259763395 L4_control_A2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.646538813 L4_control_A3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.83585631 L4_control_B1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 10.11793046 L4_control_B2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.236647762 L4_control_B3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 9.956096333 L4_control_C2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 9.827021928 L4_control_C3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.072220267 L4_chemical_A1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.144914737 L4_chemical_A2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.332482337 L4_chemical_A3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 9.087875871 L4_chemical_B1 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 9.281277981 L4_chemical_B2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.259096222 L4_chemical_B3 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 9.80034531 L4_chemical_C2 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 9.209143132 L4_chemical_C3 +LQ01X027310 Putative F-box protein At2g27310 6.900141754 C6_control_A1 +LQ01X027310 Putative F-box protein At2g27310 6.229404969 C6_control_A3 +LQ01X027310 Putative F-box protein At2g27310 7.012654693 C6_control_B1 +LQ01X027310 Putative F-box protein At2g27310 7.100227752 C6_control_B2 +LQ01X027310 Putative F-box protein At2g27310 7.193502748 C6_control_B3 +LQ01X027310 Putative F-box protein At2g27310 7.000167367 C6_control_C1 +LQ01X027310 Putative F-box protein At2g27310 7.344299209 C6_control_C2 +LQ01X027310 Putative F-box protein At2g27310 7.956961185 C6_control_C3 +LQ01X027310 Putative F-box protein At2g27310 6.637536939 C6_chemical_A1 +LQ01X027310 Putative F-box protein At2g27310 6.551204319 C6_chemical_A3 +LQ01X027310 Putative F-box protein At2g27310 6.780871588 C6_chemical_B1 +LQ01X027310 Putative F-box protein At2g27310 7.235173676 C6_chemical_B2 +LQ01X027310 Putative F-box protein At2g27310 6.752520504 C6_chemical_B3 +LQ01X027310 Putative F-box protein At2g27310 7.038659849 C6_chemical_C1 +LQ01X027310 Putative F-box protein At2g27310 7.976540799 C6_chemical_C2 +LQ01X027310 Putative F-box protein At2g27310 7.617571907 C6_chemical_C3 +LQ01X027310 Putative F-box protein At2g27310 6.485987614 L4_control_A1 +LQ01X027310 Putative F-box protein At2g27310 6.605968163 L4_control_A2 +LQ01X027310 Putative F-box protein At2g27310 6.486490356 L4_control_A3 +LQ01X027310 Putative F-box protein At2g27310 6.094187511 L4_control_B1 +LQ01X027310 Putative F-box protein At2g27310 6.576150649 L4_control_B2 +LQ01X027310 Putative F-box protein At2g27310 6.674351589 L4_control_B3 +LQ01X027310 Putative F-box protein At2g27310 6.80387219 L4_control_C2 +LQ01X027310 Putative F-box protein At2g27310 6.694219473 L4_control_C3 +LQ01X027310 Putative F-box protein At2g27310 5.885940047 L4_chemical_A1 +LQ01X027310 Putative F-box protein At2g27310 6.933054488 L4_chemical_A2 +LQ01X027310 Putative F-box protein At2g27310 6.966689809 L4_chemical_A3 +LQ01X027310 Putative F-box protein At2g27310 5.876228853 L4_chemical_B1 +LQ01X027310 Putative F-box protein At2g27310 6.358865048 L4_chemical_B2 +LQ01X027310 Putative F-box protein At2g27310 6.508234785 L4_chemical_B3 +LQ01X027310 Putative F-box protein At2g27310 8.194697128 L4_chemical_C2 +LQ01X027310 Putative F-box protein At2g27310 6.551058241 L4_chemical_C3 +LQ01X027340 Putative Chloroplast Ycf2 5.57726393 C6_control_A1 +LQ01X027340 Putative Chloroplast Ycf2 5.352702603 C6_control_A3 +LQ01X027340 Putative Chloroplast Ycf2 5.225218545 C6_control_B1 +LQ01X027340 Putative Chloroplast Ycf2 4.848648474 C6_control_B2 +LQ01X027340 Putative Chloroplast Ycf2 5.04127 C6_control_B3 +LQ01X027340 Putative Chloroplast Ycf2 5.209509027 C6_control_C1 +LQ01X027340 Putative Chloroplast Ycf2 5.09050386 C6_control_C2 +LQ01X027340 Putative Chloroplast Ycf2 4.99889081 C6_control_C3 +LQ01X027340 Putative Chloroplast Ycf2 5.832443578 C6_chemical_A1 +LQ01X027340 Putative Chloroplast Ycf2 5.601482385 C6_chemical_A3 +LQ01X027340 Putative Chloroplast Ycf2 4.711815063 C6_chemical_B1 +LQ01X027340 Putative Chloroplast Ycf2 5.194120023 C6_chemical_B2 +LQ01X027340 Putative Chloroplast Ycf2 5.137885479 C6_chemical_B3 +LQ01X027340 Putative Chloroplast Ycf2 4.943804368 C6_chemical_C1 +LQ01X027340 Putative Chloroplast Ycf2 5.090512041 C6_chemical_C2 +LQ01X027340 Putative Chloroplast Ycf2 5.464590038 C6_chemical_C3 +LQ01X027340 Putative Chloroplast Ycf2 5.173468471 L4_control_A1 +LQ01X027340 Putative Chloroplast Ycf2 5.581011142 L4_control_A2 +LQ01X027340 Putative Chloroplast Ycf2 6.113926417 L4_control_A3 +LQ01X027340 Putative Chloroplast Ycf2 5.43303996 L4_control_B1 +LQ01X027340 Putative Chloroplast Ycf2 5.326884988 L4_control_B2 +LQ01X027340 Putative Chloroplast Ycf2 5.310088741 L4_control_B3 +LQ01X027340 Putative Chloroplast Ycf2 5.440518918 L4_control_C2 +LQ01X027340 Putative Chloroplast Ycf2 5.111410728 L4_control_C3 +LQ01X027340 Putative Chloroplast Ycf2 5.133516105 L4_chemical_A1 +LQ01X027340 Putative Chloroplast Ycf2 5.366861249 L4_chemical_A2 +LQ01X027340 Putative Chloroplast Ycf2 6.334830442 L4_chemical_A3 +LQ01X027340 Putative Chloroplast Ycf2 5.587916546 L4_chemical_B1 +LQ01X027340 Putative Chloroplast Ycf2 4.878930432 L4_chemical_B2 +LQ01X027340 Putative Chloroplast Ycf2 5.234013434 L4_chemical_B3 +LQ01X027340 Putative Chloroplast Ycf2 4.666263971 L4_chemical_C2 +LQ01X027340 Putative Chloroplast Ycf2 5.503007355 L4_chemical_C3 +LQ01X027370 Putative uncharacterized protein 5.333314747 C6_control_A1 +LQ01X027370 Putative uncharacterized protein 5.296335161 C6_control_A3 +LQ01X027370 Putative uncharacterized protein 5.567240769 C6_control_B1 +LQ01X027370 Putative uncharacterized protein 5.058045519 C6_control_B2 +LQ01X027370 Putative uncharacterized protein 5.52789392 C6_control_B3 +LQ01X027370 Putative uncharacterized protein 4.926696459 C6_control_C1 +LQ01X027370 Putative uncharacterized protein 4.935023635 C6_control_C2 +LQ01X027370 Putative uncharacterized protein 4.980105936 C6_control_C3 +LQ01X027370 Putative uncharacterized protein 5.40966566 C6_chemical_A1 +LQ01X027370 Putative uncharacterized protein 5.392445697 C6_chemical_A3 +LQ01X027370 Putative uncharacterized protein 5.495347366 C6_chemical_B1 +LQ01X027370 Putative uncharacterized protein 4.945743913 C6_chemical_B2 +LQ01X027370 Putative uncharacterized protein 5.811642501 C6_chemical_B3 +LQ01X027370 Putative uncharacterized protein 5.32552038 C6_chemical_C1 +LQ01X027370 Putative uncharacterized protein 4.755714774 C6_chemical_C2 +LQ01X027370 Putative uncharacterized protein 5.043272001 C6_chemical_C3 +LQ01X027370 Putative uncharacterized protein 5.427110406 L4_control_A1 +LQ01X027370 Putative uncharacterized protein 5.282914813 L4_control_A2 +LQ01X027370 Putative uncharacterized protein 5.587799969 L4_control_A3 +LQ01X027370 Putative uncharacterized protein 5.216749965 L4_control_B1 +LQ01X027370 Putative uncharacterized protein 5.692783848 L4_control_B2 +LQ01X027370 Putative uncharacterized protein 5.056937118 L4_control_B3 +LQ01X027370 Putative uncharacterized protein 5.450957677 L4_control_C2 +LQ01X027370 Putative uncharacterized protein 5.119652082 L4_control_C3 +LQ01X027370 Putative uncharacterized protein 4.971869765 L4_chemical_A1 +LQ01X027370 Putative uncharacterized protein 4.911594976 L4_chemical_A2 +LQ01X027370 Putative uncharacterized protein 5.535883464 L4_chemical_A3 +LQ01X027370 Putative uncharacterized protein 5.269640981 L4_chemical_B1 +LQ01X027370 Putative uncharacterized protein 5.488240082 L4_chemical_B2 +LQ01X027370 Putative uncharacterized protein 5.55376351 L4_chemical_B3 +LQ01X027370 Putative uncharacterized protein 6.035084919 L4_chemical_C2 +LQ01X027370 Putative uncharacterized protein 5.210094967 L4_chemical_C3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.46555138 C6_control_A1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.62381067 C6_control_A3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.72510195 C6_control_B1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.2567153 C6_control_B2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.53465325 C6_control_B3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.66231007 C6_control_C1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 13.14245215 C6_control_C2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 13.04003139 C6_control_C3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.07927299 C6_chemical_A1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.03089707 C6_chemical_A3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.76845224 C6_chemical_B1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.5754944 C6_chemical_B2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.44362765 C6_chemical_B3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.83043917 C6_chemical_C1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.83311474 C6_chemical_C2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.47030941 C6_chemical_C3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.50770103 L4_control_A1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.15711523 L4_control_A2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.54036114 L4_control_A3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.89637503 L4_control_B1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.16549331 L4_control_B2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.09247883 L4_control_B3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 13.03829582 L4_control_C2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.58312856 L4_control_C3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.15676157 L4_chemical_A1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.3068168 L4_chemical_A2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.89127462 L4_chemical_A3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.91894813 L4_chemical_B1 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.03736188 L4_chemical_B2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.6506395 L4_chemical_B3 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.4907436 L4_chemical_C2 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 12.22532217 L4_chemical_C3 +LQ01X027440 DNA repair helicase UVH6 5.484400873 C6_control_A1 +LQ01X027440 DNA repair helicase UVH6 5.831197137 C6_control_A3 +LQ01X027440 DNA repair helicase UVH6 5.508094986 C6_control_B1 +LQ01X027440 DNA repair helicase UVH6 5.188956972 C6_control_B2 +LQ01X027440 DNA repair helicase UVH6 4.933111237 C6_control_B3 +LQ01X027440 DNA repair helicase UVH6 5.023819683 C6_control_C1 +LQ01X027440 DNA repair helicase UVH6 4.933374098 C6_control_C2 +LQ01X027440 DNA repair helicase UVH6 5.127897777 C6_control_C3 +LQ01X027440 DNA repair helicase UVH6 5.526344805 C6_chemical_A1 +LQ01X027440 DNA repair helicase UVH6 4.956280927 C6_chemical_A3 +LQ01X027440 DNA repair helicase UVH6 5.117304527 C6_chemical_B1 +LQ01X027440 DNA repair helicase UVH6 5.102731976 C6_chemical_B2 +LQ01X027440 DNA repair helicase UVH6 5.25251991 C6_chemical_B3 +LQ01X027440 DNA repair helicase UVH6 4.845834428 C6_chemical_C1 +LQ01X027440 DNA repair helicase UVH6 5.311710491 C6_chemical_C2 +LQ01X027440 DNA repair helicase UVH6 5.147697605 C6_chemical_C3 +LQ01X027440 DNA repair helicase UVH6 5.772447247 L4_control_A1 +LQ01X027440 DNA repair helicase UVH6 5.203588817 L4_control_A2 +LQ01X027440 DNA repair helicase UVH6 5.583648187 L4_control_A3 +LQ01X027440 DNA repair helicase UVH6 6.585421884 L4_control_B1 +LQ01X027440 DNA repair helicase UVH6 5.429926663 L4_control_B2 +LQ01X027440 DNA repair helicase UVH6 4.969409927 L4_control_B3 +LQ01X027440 DNA repair helicase UVH6 5.46520854 L4_control_C2 +LQ01X027440 DNA repair helicase UVH6 5.284758148 L4_control_C3 +LQ01X027440 DNA repair helicase UVH6 5.649782608 L4_chemical_A1 +LQ01X027440 DNA repair helicase UVH6 5.67224307 L4_chemical_A2 +LQ01X027440 DNA repair helicase UVH6 6.606299666 L4_chemical_A3 +LQ01X027440 DNA repair helicase UVH6 5.308686773 L4_chemical_B1 +LQ01X027440 DNA repair helicase UVH6 5.28094123 L4_chemical_B2 +LQ01X027440 DNA repair helicase UVH6 5.493373793 L4_chemical_B3 +LQ01X027440 DNA repair helicase UVH6 5.958393817 L4_chemical_C2 +LQ01X027440 DNA repair helicase UVH6 5.719977157 L4_chemical_C3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.802775251 C6_control_A1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.415873505 C6_control_A3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 6.276660418 C6_control_B1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.319369566 C6_control_B2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.887629425 C6_control_B3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.66113218 C6_control_C1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.416790807 C6_control_C2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.329455682 C6_control_C3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.845534968 C6_chemical_A1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.330610377 C6_chemical_A3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 6.001293685 C6_chemical_B1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.076401583 C6_chemical_B2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.585575609 C6_chemical_B3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.388534888 C6_chemical_C1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.409380891 C6_chemical_C2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.330299123 C6_chemical_C3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.561640273 L4_control_A1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.394095716 L4_control_A2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.894459493 L4_control_A3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.7758349 L4_control_B1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.70375445 L4_control_B2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.626514042 L4_control_B3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.498208876 L4_control_C2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.435301214 L4_control_C3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.497645834 L4_chemical_A1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.400275379 L4_chemical_A2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.850914959 L4_chemical_A3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.920432954 L4_chemical_B1 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.963198002 L4_chemical_B2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.610046746 L4_chemical_B3 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 6.35549033 L4_chemical_C2 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.860699281 L4_chemical_C3 +LQ01X027520 Predicted protein 6.152556464 C6_control_A1 +LQ01X027520 Predicted protein 6.22583282 C6_control_A3 +LQ01X027520 Predicted protein 6.94793534 C6_control_B1 +LQ01X027520 Predicted protein 6.303816392 C6_control_B2 +LQ01X027520 Predicted protein 6.755496293 C6_control_B3 +LQ01X027520 Predicted protein 5.603007231 C6_control_C1 +LQ01X027520 Predicted protein 5.633626357 C6_control_C2 +LQ01X027520 Predicted protein 6.213010832 C6_control_C3 +LQ01X027520 Predicted protein 6.168928853 C6_chemical_A1 +LQ01X027520 Predicted protein 6.9258043 C6_chemical_A3 +LQ01X027520 Predicted protein 6.251364442 C6_chemical_B1 +LQ01X027520 Predicted protein 6.50610338 C6_chemical_B2 +LQ01X027520 Predicted protein 6.587665272 C6_chemical_B3 +LQ01X027520 Predicted protein 5.57254108 C6_chemical_C1 +LQ01X027520 Predicted protein 6.31465778 C6_chemical_C2 +LQ01X027520 Predicted protein 6.08118575 C6_chemical_C3 +LQ01X027520 Predicted protein 6.333453467 L4_control_A1 +LQ01X027520 Predicted protein 6.932167104 L4_control_A2 +LQ01X027520 Predicted protein 6.950151262 L4_control_A3 +LQ01X027520 Predicted protein 6.506212216 L4_control_B1 +LQ01X027520 Predicted protein 5.97891852 L4_control_B2 +LQ01X027520 Predicted protein 7.247800073 L4_control_B3 +LQ01X027520 Predicted protein 6.217709403 L4_control_C2 +LQ01X027520 Predicted protein 5.920601191 L4_control_C3 +LQ01X027520 Predicted protein 6.404107705 L4_chemical_A1 +LQ01X027520 Predicted protein 6.660019029 L4_chemical_A2 +LQ01X027520 Predicted protein 6.089263078 L4_chemical_A3 +LQ01X027520 Predicted protein 7.2375316 L4_chemical_B1 +LQ01X027520 Predicted protein 6.388840045 L4_chemical_B2 +LQ01X027520 Predicted protein 7.41574589 L4_chemical_B3 +LQ01X027520 Predicted protein 5.986070384 L4_chemical_C2 +LQ01X027520 Predicted protein 6.497156776 L4_chemical_C3 +LQ01X027530 Putative uncharacterized protein 4.975164155 C6_control_A1 +LQ01X027530 Putative uncharacterized protein 4.91311281 C6_control_A3 +LQ01X027530 Putative uncharacterized protein 5.144609607 C6_control_B1 +LQ01X027530 Putative uncharacterized protein 5.161071179 C6_control_B2 +LQ01X027530 Putative uncharacterized protein 5.115667985 C6_control_B3 +LQ01X027530 Putative uncharacterized protein 5.025807429 C6_control_C1 +LQ01X027530 Putative uncharacterized protein 4.885200706 C6_control_C2 +LQ01X027530 Putative uncharacterized protein 5.164986707 C6_control_C3 +LQ01X027530 Putative uncharacterized protein 5.118903253 C6_chemical_A1 +LQ01X027530 Putative uncharacterized protein 5.194151087 C6_chemical_A3 +LQ01X027530 Putative uncharacterized protein 5.02784463 C6_chemical_B1 +LQ01X027530 Putative uncharacterized protein 4.935409309 C6_chemical_B2 +LQ01X027530 Putative uncharacterized protein 4.833698984 C6_chemical_B3 +LQ01X027530 Putative uncharacterized protein 4.904012399 C6_chemical_C1 +LQ01X027530 Putative uncharacterized protein 5.016440034 C6_chemical_C2 +LQ01X027530 Putative uncharacterized protein 5.000549569 C6_chemical_C3 +LQ01X027530 Putative uncharacterized protein 4.875813916 L4_control_A1 +LQ01X027530 Putative uncharacterized protein 4.862690837 L4_control_A2 +LQ01X027530 Putative uncharacterized protein 5.674596567 L4_control_A3 +LQ01X027530 Putative uncharacterized protein 5.038377205 L4_control_B1 +LQ01X027530 Putative uncharacterized protein 5.038049497 L4_control_B2 +LQ01X027530 Putative uncharacterized protein 4.999043902 L4_control_B3 +LQ01X027530 Putative uncharacterized protein 4.870528524 L4_control_C2 +LQ01X027530 Putative uncharacterized protein 5.225940607 L4_control_C3 +LQ01X027530 Putative uncharacterized protein 4.904048588 L4_chemical_A1 +LQ01X027530 Putative uncharacterized protein 5.153844807 L4_chemical_A2 +LQ01X027530 Putative uncharacterized protein 5.288545317 L4_chemical_A3 +LQ01X027530 Putative uncharacterized protein 5.186593639 L4_chemical_B1 +LQ01X027530 Putative uncharacterized protein 4.884743078 L4_chemical_B2 +LQ01X027530 Putative uncharacterized protein 5.019321733 L4_chemical_B3 +LQ01X027530 Putative uncharacterized protein 5.495128086 L4_chemical_C2 +LQ01X027530 Putative uncharacterized protein 5.868428361 L4_chemical_C3 +LQ01X027540 Putative uncharacterized protein 5.081966317 C6_control_A1 +LQ01X027540 Putative uncharacterized protein 5.386383247 C6_control_A3 +LQ01X027540 Putative uncharacterized protein 5.305534311 C6_control_B1 +LQ01X027540 Putative uncharacterized protein 5.313050232 C6_control_B2 +LQ01X027540 Putative uncharacterized protein 4.949071097 C6_control_B3 +LQ01X027540 Putative uncharacterized protein 5.581571998 C6_control_C1 +LQ01X027540 Putative uncharacterized protein 5.095222838 C6_control_C2 +LQ01X027540 Putative uncharacterized protein 5.511698556 C6_control_C3 +LQ01X027540 Putative uncharacterized protein 4.927533393 C6_chemical_A1 +LQ01X027540 Putative uncharacterized protein 5.165522364 C6_chemical_A3 +LQ01X027540 Putative uncharacterized protein 4.903243665 C6_chemical_B1 +LQ01X027540 Putative uncharacterized protein 5.181339642 C6_chemical_B2 +LQ01X027540 Putative uncharacterized protein 4.627512797 C6_chemical_B3 +LQ01X027540 Putative uncharacterized protein 5.532634082 C6_chemical_C1 +LQ01X027540 Putative uncharacterized protein 5.605203898 C6_chemical_C2 +LQ01X027540 Putative uncharacterized protein 5.59917077 C6_chemical_C3 +LQ01X027540 Putative uncharacterized protein 5.049644655 L4_control_A1 +LQ01X027540 Putative uncharacterized protein 5.102739338 L4_control_A2 +LQ01X027540 Putative uncharacterized protein 5.356791658 L4_control_A3 +LQ01X027540 Putative uncharacterized protein 4.76954693 L4_control_B1 +LQ01X027540 Putative uncharacterized protein 5.372288276 L4_control_B2 +LQ01X027540 Putative uncharacterized protein 5.002272978 L4_control_B3 +LQ01X027540 Putative uncharacterized protein 4.993102264 L4_control_C2 +LQ01X027540 Putative uncharacterized protein 5.689859815 L4_control_C3 +LQ01X027540 Putative uncharacterized protein 5.249639127 L4_chemical_A1 +LQ01X027540 Putative uncharacterized protein 5.120410486 L4_chemical_A2 +LQ01X027540 Putative uncharacterized protein 5.75177626 L4_chemical_A3 +LQ01X027540 Putative uncharacterized protein 5.350978415 L4_chemical_B1 +LQ01X027540 Putative uncharacterized protein 4.932006653 L4_chemical_B2 +LQ01X027540 Putative uncharacterized protein 5.39071817 L4_chemical_B3 +LQ01X027540 Putative uncharacterized protein 5.979604322 L4_chemical_C2 +LQ01X027540 Putative uncharacterized protein 5.616069071 L4_chemical_C3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.545831012 C6_control_A1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.136331531 C6_control_A3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.722208388 C6_control_B1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.085313444 C6_control_B2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.305048193 C6_control_B3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.265224557 C6_control_C1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 7.095941132 C6_control_C2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.163246146 C6_control_C3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.22998863 C6_chemical_A1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.213885292 C6_chemical_A3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.945765724 C6_chemical_B1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.293044443 C6_chemical_B2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.727429989 C6_chemical_B3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.468241276 C6_chemical_C1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.478108786 C6_chemical_C2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.623838377 C6_chemical_C3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.885473944 L4_control_A1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.818059166 L4_control_A2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.685195361 L4_control_A3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.319852458 L4_control_B1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.350542249 L4_control_B2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.043160536 L4_control_B3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.676291914 L4_control_C2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 7.073161019 L4_control_C3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.726136937 L4_chemical_A1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.954951509 L4_chemical_A2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.680094087 L4_chemical_A3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.023470739 L4_chemical_B1 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.13645242 L4_chemical_B2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.811940418 L4_chemical_B3 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 5.568584208 L4_chemical_C2 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.291618351 L4_chemical_C3 +LQ01X027570 RAN GTPase-activating protein 1 5.257697004 C6_control_A1 +LQ01X027570 RAN GTPase-activating protein 1 5.519695828 C6_control_A3 +LQ01X027570 RAN GTPase-activating protein 1 5.390875794 C6_control_B1 +LQ01X027570 RAN GTPase-activating protein 1 5.437423816 C6_control_B2 +LQ01X027570 RAN GTPase-activating protein 1 5.286294861 C6_control_B3 +LQ01X027570 RAN GTPase-activating protein 1 4.871203615 C6_control_C1 +LQ01X027570 RAN GTPase-activating protein 1 4.806670569 C6_control_C2 +LQ01X027570 RAN GTPase-activating protein 1 4.862384638 C6_control_C3 +LQ01X027570 RAN GTPase-activating protein 1 5.380204264 C6_chemical_A1 +LQ01X027570 RAN GTPase-activating protein 1 5.248178352 C6_chemical_A3 +LQ01X027570 RAN GTPase-activating protein 1 5.11827673 C6_chemical_B1 +LQ01X027570 RAN GTPase-activating protein 1 5.101643064 C6_chemical_B2 +LQ01X027570 RAN GTPase-activating protein 1 4.963296937 C6_chemical_B3 +LQ01X027570 RAN GTPase-activating protein 1 4.534594182 C6_chemical_C1 +LQ01X027570 RAN GTPase-activating protein 1 5.040952382 C6_chemical_C2 +LQ01X027570 RAN GTPase-activating protein 1 4.927166624 C6_chemical_C3 +LQ01X027570 RAN GTPase-activating protein 1 5.459452756 L4_control_A1 +LQ01X027570 RAN GTPase-activating protein 1 5.477451996 L4_control_A2 +LQ01X027570 RAN GTPase-activating protein 1 5.16634794 L4_control_A3 +LQ01X027570 RAN GTPase-activating protein 1 5.547469408 L4_control_B1 +LQ01X027570 RAN GTPase-activating protein 1 5.283880977 L4_control_B2 +LQ01X027570 RAN GTPase-activating protein 1 5.240987345 L4_control_B3 +LQ01X027570 RAN GTPase-activating protein 1 5.06626746 L4_control_C2 +LQ01X027570 RAN GTPase-activating protein 1 5.053445846 L4_control_C3 +LQ01X027570 RAN GTPase-activating protein 1 5.374972215 L4_chemical_A1 +LQ01X027570 RAN GTPase-activating protein 1 5.002647898 L4_chemical_A2 +LQ01X027570 RAN GTPase-activating protein 1 5.385678223 L4_chemical_A3 +LQ01X027570 RAN GTPase-activating protein 1 5.515773332 L4_chemical_B1 +LQ01X027570 RAN GTPase-activating protein 1 5.422557022 L4_chemical_B2 +LQ01X027570 RAN GTPase-activating protein 1 5.084899631 L4_chemical_B3 +LQ01X027570 RAN GTPase-activating protein 1 5.514362126 L4_chemical_C2 +LQ01X027570 RAN GTPase-activating protein 1 5.371699829 L4_chemical_C3 +LQ01X027590 Cyclin-P3-1 5.903153338 C6_control_A1 +LQ01X027590 Cyclin-P3-1 5.811146686 C6_control_A3 +LQ01X027590 Cyclin-P3-1 5.7428209 C6_control_B1 +LQ01X027590 Cyclin-P3-1 5.733698626 C6_control_B2 +LQ01X027590 Cyclin-P3-1 5.462836523 C6_control_B3 +LQ01X027590 Cyclin-P3-1 5.882840341 C6_control_C1 +LQ01X027590 Cyclin-P3-1 6.246305155 C6_control_C2 +LQ01X027590 Cyclin-P3-1 5.744889429 C6_control_C3 +LQ01X027590 Cyclin-P3-1 5.500613704 C6_chemical_A1 +LQ01X027590 Cyclin-P3-1 5.597042762 C6_chemical_A3 +LQ01X027590 Cyclin-P3-1 5.703507407 C6_chemical_B1 +LQ01X027590 Cyclin-P3-1 5.642326276 C6_chemical_B2 +LQ01X027590 Cyclin-P3-1 5.753272666 C6_chemical_B3 +LQ01X027590 Cyclin-P3-1 5.757042262 C6_chemical_C1 +LQ01X027590 Cyclin-P3-1 5.603322847 C6_chemical_C2 +LQ01X027590 Cyclin-P3-1 5.338508632 C6_chemical_C3 +LQ01X027590 Cyclin-P3-1 5.751372237 L4_control_A1 +LQ01X027590 Cyclin-P3-1 5.937948374 L4_control_A2 +LQ01X027590 Cyclin-P3-1 5.525584596 L4_control_A3 +LQ01X027590 Cyclin-P3-1 6.636348437 L4_control_B1 +LQ01X027590 Cyclin-P3-1 5.361436228 L4_control_B2 +LQ01X027590 Cyclin-P3-1 5.66919496 L4_control_B3 +LQ01X027590 Cyclin-P3-1 6.105636049 L4_control_C2 +LQ01X027590 Cyclin-P3-1 5.968015584 L4_control_C3 +LQ01X027590 Cyclin-P3-1 5.509216899 L4_chemical_A1 +LQ01X027590 Cyclin-P3-1 5.333482424 L4_chemical_A2 +LQ01X027590 Cyclin-P3-1 5.956698452 L4_chemical_A3 +LQ01X027590 Cyclin-P3-1 5.878185116 L4_chemical_B1 +LQ01X027590 Cyclin-P3-1 5.355477763 L4_chemical_B2 +LQ01X027590 Cyclin-P3-1 5.614224073 L4_chemical_B3 +LQ01X027590 Cyclin-P3-1 5.566775031 L4_chemical_C2 +LQ01X027590 Cyclin-P3-1 5.729279315 L4_chemical_C3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.39343259 C6_control_A1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.30771177 C6_control_A3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.48015473 C6_control_B1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.96311173 C6_control_B2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.45762335 C6_control_B3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.57199711 C6_control_C1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.65190303 C6_control_C2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.11549341 C6_control_C3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.52273905 C6_chemical_A1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 9.904529338 C6_chemical_A3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.81624633 C6_chemical_B1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.3494496 C6_chemical_B2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.64378671 C6_chemical_B3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.83042815 C6_chemical_C1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.97696331 C6_chemical_C2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.3418464 C6_chemical_C3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.18028367 L4_control_A1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.181505 L4_control_A2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 9.733598103 L4_control_A3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.52482947 L4_control_B1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.56544406 L4_control_B2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.40680285 L4_control_B3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.67180546 L4_control_C2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.29929321 L4_control_C3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 9.986922737 L4_chemical_A1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 9.900077359 L4_chemical_A2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 9.734663971 L4_chemical_A3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.53274002 L4_chemical_B1 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.47421465 L4_chemical_B2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 9.799739661 L4_chemical_B3 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.71546096 L4_chemical_C2 +LQ01X027600 Putative Ribosome biogenesis GTPase A 11.41879095 L4_chemical_C3 +LQ01X027620 Predicted protein 10.72531137 C6_control_A1 +LQ01X027620 Predicted protein 10.53911467 C6_control_A3 +LQ01X027620 Predicted protein 10.3020695 C6_control_B1 +LQ01X027620 Predicted protein 9.380125954 C6_control_B2 +LQ01X027620 Predicted protein 10.02709913 C6_control_B3 +LQ01X027620 Predicted protein 5.969022846 C6_control_C1 +LQ01X027620 Predicted protein 6.027176427 C6_control_C2 +LQ01X027620 Predicted protein 6.134757547 C6_control_C3 +LQ01X027620 Predicted protein 10.61548449 C6_chemical_A1 +LQ01X027620 Predicted protein 10.50630074 C6_chemical_A3 +LQ01X027620 Predicted protein 10.13587637 C6_chemical_B1 +LQ01X027620 Predicted protein 9.273587675 C6_chemical_B2 +LQ01X027620 Predicted protein 9.710539112 C6_chemical_B3 +LQ01X027620 Predicted protein 6.053111393 C6_chemical_C1 +LQ01X027620 Predicted protein 5.824858599 C6_chemical_C2 +LQ01X027620 Predicted protein 5.587360593 C6_chemical_C3 +LQ01X027620 Predicted protein 11.09752552 L4_control_A1 +LQ01X027620 Predicted protein 11.70500896 L4_control_A2 +LQ01X027620 Predicted protein 11.47518197 L4_control_A3 +LQ01X027620 Predicted protein 9.768533321 L4_control_B1 +LQ01X027620 Predicted protein 11.17119733 L4_control_B2 +LQ01X027620 Predicted protein 9.141075243 L4_control_B3 +LQ01X027620 Predicted protein 6.493639876 L4_control_C2 +LQ01X027620 Predicted protein 5.680054998 L4_control_C3 +LQ01X027620 Predicted protein 9.967923916 L4_chemical_A1 +LQ01X027620 Predicted protein 10.8230038 L4_chemical_A2 +LQ01X027620 Predicted protein 11.05183411 L4_chemical_A3 +LQ01X027620 Predicted protein 9.893702675 L4_chemical_B1 +LQ01X027620 Predicted protein 10.81160691 L4_chemical_B2 +LQ01X027620 Predicted protein 10.83725789 L4_chemical_B3 +LQ01X027620 Predicted protein 6.169821249 L4_chemical_C2 +LQ01X027620 Predicted protein 5.473613857 L4_chemical_C3 +LQ01X027700 Mavicyanin 12.32175915 C6_control_A1 +LQ01X027700 Mavicyanin 12.51188755 C6_control_A3 +LQ01X027700 Mavicyanin 11.31232655 C6_control_B1 +LQ01X027700 Mavicyanin 8.933179697 C6_control_B2 +LQ01X027700 Mavicyanin 9.270550631 C6_control_B3 +LQ01X027700 Mavicyanin 9.8232744 C6_control_C1 +LQ01X027700 Mavicyanin 9.867608356 C6_control_C2 +LQ01X027700 Mavicyanin 10.12806984 C6_control_C3 +LQ01X027700 Mavicyanin 12.53225047 C6_chemical_A1 +LQ01X027700 Mavicyanin 12.29014212 C6_chemical_A3 +LQ01X027700 Mavicyanin 10.55150894 C6_chemical_B1 +LQ01X027700 Mavicyanin 8.683651251 C6_chemical_B2 +LQ01X027700 Mavicyanin 9.104392104 C6_chemical_B3 +LQ01X027700 Mavicyanin 9.720515988 C6_chemical_C1 +LQ01X027700 Mavicyanin 9.663646739 C6_chemical_C2 +LQ01X027700 Mavicyanin 9.874001759 C6_chemical_C3 +LQ01X027700 Mavicyanin 11.68648554 L4_control_A1 +LQ01X027700 Mavicyanin 11.96999648 L4_control_A2 +LQ01X027700 Mavicyanin 12.11264347 L4_control_A3 +LQ01X027700 Mavicyanin 8.845372059 L4_control_B1 +LQ01X027700 Mavicyanin 10.29902067 L4_control_B2 +LQ01X027700 Mavicyanin 9.101707369 L4_control_B3 +LQ01X027700 Mavicyanin 11.22587139 L4_control_C2 +LQ01X027700 Mavicyanin 11.44809556 L4_control_C3 +LQ01X027700 Mavicyanin 11.61292945 L4_chemical_A1 +LQ01X027700 Mavicyanin 11.57610925 L4_chemical_A2 +LQ01X027700 Mavicyanin 12.12196785 L4_chemical_A3 +LQ01X027700 Mavicyanin 10.60287207 L4_chemical_B1 +LQ01X027700 Mavicyanin 11.18245302 L4_chemical_B2 +LQ01X027700 Mavicyanin 10.34257386 L4_chemical_B3 +LQ01X027700 Mavicyanin 10.91393198 L4_chemical_C2 +LQ01X027700 Mavicyanin 11.52476214 L4_chemical_C3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.31242311 C6_control_A1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.1116808 C6_control_A3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.19735395 C6_control_B1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.68507005 C6_control_B2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.32948124 C6_control_B3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.57656331 C6_control_C1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.86473626 C6_control_C2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.7071289 C6_control_C3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.14944984 C6_chemical_A1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.46729751 C6_chemical_A3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.28056509 C6_chemical_B1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.28302185 C6_chemical_B2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.38868394 C6_chemical_B3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.6230748 C6_chemical_C1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.76595528 C6_chemical_C2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 14.02565788 C6_chemical_C3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.32238835 L4_control_A1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.62794212 L4_control_A2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.63488534 L4_control_A3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.70402393 L4_control_B1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 12.69336453 L4_control_B2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 14.22553787 L4_control_B3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.90428903 L4_control_C2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.77566595 L4_control_C3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.27390501 L4_chemical_A1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.4660615 L4_chemical_A2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.48512386 L4_chemical_A3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.21537498 L4_chemical_B1 +LQ01X027730 Ribosome-recycling factor, chloroplastic 12.72217804 L4_chemical_B2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.69709845 L4_chemical_B3 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.95708048 L4_chemical_C2 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.80877428 L4_chemical_C3 +LQ01X027740 Putative Protein TIME FOR COFFEE 11.91104576 C6_control_A1 +LQ01X027740 Putative Protein TIME FOR COFFEE 11.83188058 C6_control_A3 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.75084212 C6_control_B1 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.93430393 C6_control_B2 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.03076894 C6_control_B3 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.8116524 C6_control_C1 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.72495307 C6_control_C2 +LQ01X027740 Putative Protein TIME FOR COFFEE 14.07397972 C6_control_C3 +LQ01X027740 Putative Protein TIME FOR COFFEE 11.94798513 C6_chemical_A1 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.1272187 C6_chemical_A3 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.73447164 C6_chemical_B1 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.48614497 C6_chemical_B2 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.09250298 C6_chemical_B3 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.42063854 C6_chemical_C1 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.44647842 C6_chemical_C2 +LQ01X027740 Putative Protein TIME FOR COFFEE 14.15991274 C6_chemical_C3 +LQ01X027740 Putative Protein TIME FOR COFFEE 11.51100181 L4_control_A1 +LQ01X027740 Putative Protein TIME FOR COFFEE 11.5483347 L4_control_A2 +LQ01X027740 Putative Protein TIME FOR COFFEE 11.12174774 L4_control_A3 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.94604755 L4_control_B1 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.81382902 L4_control_B2 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.56603716 L4_control_B3 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.71968292 L4_control_C2 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.5483814 L4_control_C3 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.44557479 L4_chemical_A1 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.36518783 L4_chemical_A2 +LQ01X027740 Putative Protein TIME FOR COFFEE 11.46502 L4_chemical_A3 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.09029165 L4_chemical_B1 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.9862303 L4_chemical_B2 +LQ01X027740 Putative Protein TIME FOR COFFEE 12.12845616 L4_chemical_B3 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.6379084 L4_chemical_C2 +LQ01X027740 Putative Protein TIME FOR COFFEE 13.743603 L4_chemical_C3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 13.02057172 C6_control_A1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 13.00192139 C6_control_A3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.74311642 C6_control_B1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.53537578 C6_control_B2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.75581398 C6_control_B3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 11.81184269 C6_control_C1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 11.98854227 C6_control_C2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 11.18700218 C6_control_C3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.62578742 C6_chemical_A1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.87985046 C6_chemical_A3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.46044117 C6_chemical_B1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.7501657 C6_chemical_B2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.11670504 C6_chemical_B3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 11.83755745 C6_chemical_C1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 11.78824118 C6_chemical_C2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 11.13043412 C6_chemical_C3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.95490409 L4_control_A1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 13.15396286 L4_control_A2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.77746731 L4_control_A3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.77101356 L4_control_B1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.65215117 L4_control_B2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.1998545 L4_control_B3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.15442803 L4_control_C2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.00708351 L4_control_C3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.7383776 L4_chemical_A1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.90754888 L4_chemical_A2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.79879333 L4_chemical_A3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.67240616 L4_chemical_B1 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.88395984 L4_chemical_B2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.81933221 L4_chemical_B3 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.41958276 L4_chemical_C2 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.22834181 L4_chemical_C3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.48119873 C6_control_A1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.79665353 C6_control_A3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 10.83257398 C6_control_B1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.83169944 C6_control_B2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 10.93943755 C6_control_B3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.46883803 C6_control_C1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.5833185 C6_control_C2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 12.11214986 C6_control_C3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 10.95559509 C6_chemical_A1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.87110709 C6_chemical_A3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 10.6917895 C6_chemical_B1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.60257467 C6_chemical_B2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.00578455 C6_chemical_B3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.3322335 C6_chemical_C1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.63611585 C6_chemical_C2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.97862566 C6_chemical_C3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 12.34186148 L4_control_A1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 12.06583496 L4_control_A2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.81132436 L4_control_A3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.7024531 L4_control_B1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 10.55599531 L4_control_B2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.64941125 L4_control_B3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.90968204 L4_control_C2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.21169976 L4_control_C3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 12.71100107 L4_chemical_A1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 12.20746724 L4_chemical_A2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 12.06695059 L4_chemical_A3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.33026584 L4_chemical_B1 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.4202137 L4_chemical_B2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.80523094 L4_chemical_B3 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 12.04747245 L4_chemical_C2 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 11.25120628 L4_chemical_C3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.69410639 C6_control_A1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.89831471 C6_control_A3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.64186122 C6_control_B1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.24711508 C6_control_B2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.06053259 C6_control_B3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.66847881 C6_control_C1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.68619338 C6_control_C2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.55340961 C6_control_C3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.687544 C6_chemical_A1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.97976274 C6_chemical_A3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.72568455 C6_chemical_B1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.57256132 C6_chemical_B2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.06964585 C6_chemical_B3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.62760368 C6_chemical_C1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.83210543 C6_chemical_C2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.56104931 C6_chemical_C3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.87085172 L4_control_A1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.82944564 L4_control_A2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.81505386 L4_control_A3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.80930192 L4_control_B1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.60296879 L4_control_B2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.33707349 L4_control_B3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.51058329 L4_control_C2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.60909814 L4_control_C3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.63939578 L4_chemical_A1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.80233579 L4_chemical_A2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.60762056 L4_chemical_A3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.66952751 L4_chemical_B1 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.48198753 L4_chemical_B2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.31143301 L4_chemical_B3 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.5257858 L4_chemical_C2 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.68125666 L4_chemical_C3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.26708349 C6_control_A1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.0082722 C6_control_A3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.22093941 C6_control_B1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.32261942 C6_control_B2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.20134773 C6_control_B3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.02414945 C6_control_C1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.23829398 C6_control_C2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.21624005 C6_control_C3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.2201861 C6_chemical_A1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.17741313 C6_chemical_A3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.28520852 C6_chemical_B1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.48176301 C6_chemical_B2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.27121128 C6_chemical_B3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 14.73622264 C6_chemical_C1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.22181055 C6_chemical_C2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.21491309 C6_chemical_C3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.30173913 L4_control_A1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.51741958 L4_control_A2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.20561949 L4_control_A3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.41504261 L4_control_B1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.42089846 L4_control_B2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.56891349 L4_control_B3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 14.97799537 L4_control_C2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.20674086 L4_control_C3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 14.96057124 L4_chemical_A1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.44707158 L4_chemical_A2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 14.89478619 L4_chemical_A3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.0412896 L4_chemical_B1 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.53487421 L4_chemical_B2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.27568819 L4_chemical_B3 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.20360073 L4_chemical_C2 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.37224259 L4_chemical_C3 +LQ01X027840 Putative F-box protein SKIP17 6.276313503 C6_control_A1 +LQ01X027840 Putative F-box protein SKIP17 6.870239443 C6_control_A3 +LQ01X027840 Putative F-box protein SKIP17 5.687678839 C6_control_B1 +LQ01X027840 Putative F-box protein SKIP17 7.387831363 C6_control_B2 +LQ01X027840 Putative F-box protein SKIP17 5.884887302 C6_control_B3 +LQ01X027840 Putative F-box protein SKIP17 6.411121205 C6_control_C1 +LQ01X027840 Putative F-box protein SKIP17 8.558694537 C6_control_C2 +LQ01X027840 Putative F-box protein SKIP17 6.072404791 C6_control_C3 +LQ01X027840 Putative F-box protein SKIP17 5.367872661 C6_chemical_A1 +LQ01X027840 Putative F-box protein SKIP17 5.497726661 C6_chemical_A3 +LQ01X027840 Putative F-box protein SKIP17 5.029112025 C6_chemical_B1 +LQ01X027840 Putative F-box protein SKIP17 6.758064174 C6_chemical_B2 +LQ01X027840 Putative F-box protein SKIP17 5.646600148 C6_chemical_B3 +LQ01X027840 Putative F-box protein SKIP17 6.197657897 C6_chemical_C1 +LQ01X027840 Putative F-box protein SKIP17 6.916627757 C6_chemical_C2 +LQ01X027840 Putative F-box protein SKIP17 6.103224403 C6_chemical_C3 +LQ01X027840 Putative F-box protein SKIP17 5.156669633 L4_control_A1 +LQ01X027840 Putative F-box protein SKIP17 5.308890597 L4_control_A2 +LQ01X027840 Putative F-box protein SKIP17 4.918484356 L4_control_A3 +LQ01X027840 Putative F-box protein SKIP17 5.007122082 L4_control_B1 +LQ01X027840 Putative F-box protein SKIP17 6.501948964 L4_control_B2 +LQ01X027840 Putative F-box protein SKIP17 5.832424816 L4_control_B3 +LQ01X027840 Putative F-box protein SKIP17 5.806172186 L4_control_C2 +LQ01X027840 Putative F-box protein SKIP17 6.483763524 L4_control_C3 +LQ01X027840 Putative F-box protein SKIP17 5.320248767 L4_chemical_A1 +LQ01X027840 Putative F-box protein SKIP17 5.43586885 L4_chemical_A2 +LQ01X027840 Putative F-box protein SKIP17 5.127423453 L4_chemical_A3 +LQ01X027840 Putative F-box protein SKIP17 6.241582702 L4_chemical_B1 +LQ01X027840 Putative F-box protein SKIP17 5.783887164 L4_chemical_B2 +LQ01X027840 Putative F-box protein SKIP17 5.425791601 L4_chemical_B3 +LQ01X027840 Putative F-box protein SKIP17 5.844275957 L4_chemical_C2 +LQ01X027840 Putative F-box protein SKIP17 6.678462431 L4_chemical_C3 +LQ01X027860 Predicted protein 13.52622256 C6_control_A1 +LQ01X027860 Predicted protein 12.7337511 C6_control_A3 +LQ01X027860 Predicted protein 13.1037393 C6_control_B1 +LQ01X027860 Predicted protein 13.84691033 C6_control_B2 +LQ01X027860 Predicted protein 13.51875249 C6_control_B3 +LQ01X027860 Predicted protein 14.16086975 C6_control_C1 +LQ01X027860 Predicted protein 13.5347641 C6_control_C2 +LQ01X027860 Predicted protein 13.84641812 C6_control_C3 +LQ01X027860 Predicted protein 13.58755189 C6_chemical_A1 +LQ01X027860 Predicted protein 12.8307266 C6_chemical_A3 +LQ01X027860 Predicted protein 13.35497445 C6_chemical_B1 +LQ01X027860 Predicted protein 13.80589295 C6_chemical_B2 +LQ01X027860 Predicted protein 13.58561335 C6_chemical_B3 +LQ01X027860 Predicted protein 13.99713759 C6_chemical_C1 +LQ01X027860 Predicted protein 14.08057576 C6_chemical_C2 +LQ01X027860 Predicted protein 13.76497777 C6_chemical_C3 +LQ01X027860 Predicted protein 13.09283743 L4_control_A1 +LQ01X027860 Predicted protein 13.48742931 L4_control_A2 +LQ01X027860 Predicted protein 13.30171142 L4_control_A3 +LQ01X027860 Predicted protein 13.20652136 L4_control_B1 +LQ01X027860 Predicted protein 12.75098916 L4_control_B2 +LQ01X027860 Predicted protein 13.25658637 L4_control_B3 +LQ01X027860 Predicted protein 13.83471878 L4_control_C2 +LQ01X027860 Predicted protein 13.63925365 L4_control_C3 +LQ01X027860 Predicted protein 13.05643916 L4_chemical_A1 +LQ01X027860 Predicted protein 13.84382128 L4_chemical_A2 +LQ01X027860 Predicted protein 13.12485526 L4_chemical_A3 +LQ01X027860 Predicted protein 13.2335242 L4_chemical_B1 +LQ01X027860 Predicted protein 13.32279752 L4_chemical_B2 +LQ01X027860 Predicted protein 13.11652651 L4_chemical_B3 +LQ01X027860 Predicted protein 13.60006945 L4_chemical_C2 +LQ01X027860 Predicted protein 13.70145259 L4_chemical_C3 +LQ01X027870 Putative uncharacterized protein 11.58971708 C6_control_A1 +LQ01X027870 Putative uncharacterized protein 11.02763728 C6_control_A3 +LQ01X027870 Putative uncharacterized protein 11.73465344 C6_control_B1 +LQ01X027870 Putative uncharacterized protein 11.75408552 C6_control_B2 +LQ01X027870 Putative uncharacterized protein 11.80856848 C6_control_B3 +LQ01X027870 Putative uncharacterized protein 11.82929225 C6_control_C1 +LQ01X027870 Putative uncharacterized protein 11.88485859 C6_control_C2 +LQ01X027870 Putative uncharacterized protein 11.32503114 C6_control_C3 +LQ01X027870 Putative uncharacterized protein 11.52022813 C6_chemical_A1 +LQ01X027870 Putative uncharacterized protein 10.93135027 C6_chemical_A3 +LQ01X027870 Putative uncharacterized protein 11.69636861 C6_chemical_B1 +LQ01X027870 Putative uncharacterized protein 11.90751793 C6_chemical_B2 +LQ01X027870 Putative uncharacterized protein 11.67471345 C6_chemical_B3 +LQ01X027870 Putative uncharacterized protein 12.01892388 C6_chemical_C1 +LQ01X027870 Putative uncharacterized protein 12.03368377 C6_chemical_C2 +LQ01X027870 Putative uncharacterized protein 11.8782075 C6_chemical_C3 +LQ01X027870 Putative uncharacterized protein 10.94782852 L4_control_A1 +LQ01X027870 Putative uncharacterized protein 11.99101229 L4_control_A2 +LQ01X027870 Putative uncharacterized protein 10.22335577 L4_control_A3 +LQ01X027870 Putative uncharacterized protein 11.73321241 L4_control_B1 +LQ01X027870 Putative uncharacterized protein 12.06183325 L4_control_B2 +LQ01X027870 Putative uncharacterized protein 11.6862283 L4_control_B3 +LQ01X027870 Putative uncharacterized protein 11.83820791 L4_control_C2 +LQ01X027870 Putative uncharacterized protein 11.96554716 L4_control_C3 +LQ01X027870 Putative uncharacterized protein 11.0628303 L4_chemical_A1 +LQ01X027870 Putative uncharacterized protein 11.98231436 L4_chemical_A2 +LQ01X027870 Putative uncharacterized protein 10.57964747 L4_chemical_A3 +LQ01X027870 Putative uncharacterized protein 11.6889172 L4_chemical_B1 +LQ01X027870 Putative uncharacterized protein 11.44531237 L4_chemical_B2 +LQ01X027870 Putative uncharacterized protein 11.72983068 L4_chemical_B3 +LQ01X027870 Putative uncharacterized protein 11.74869836 L4_chemical_C2 +LQ01X027870 Putative uncharacterized protein 11.93258561 L4_chemical_C3 +LQ01X027880 Hypothetical protein 6.117124088 C6_control_A1 +LQ01X027880 Hypothetical protein 5.225750813 C6_control_A3 +LQ01X027880 Hypothetical protein 5.652052632 C6_control_B1 +LQ01X027880 Hypothetical protein 6.017469843 C6_control_B2 +LQ01X027880 Hypothetical protein 5.389087798 C6_control_B3 +LQ01X027880 Hypothetical protein 6.229128298 C6_control_C1 +LQ01X027880 Hypothetical protein 5.481085178 C6_control_C2 +LQ01X027880 Hypothetical protein 7.30045902 C6_control_C3 +LQ01X027880 Hypothetical protein 5.354831706 C6_chemical_A1 +LQ01X027880 Hypothetical protein 5.704454707 C6_chemical_A3 +LQ01X027880 Hypothetical protein 5.208064672 C6_chemical_B1 +LQ01X027880 Hypothetical protein 6.431037583 C6_chemical_B2 +LQ01X027880 Hypothetical protein 5.515888854 C6_chemical_B3 +LQ01X027880 Hypothetical protein 6.058925929 C6_chemical_C1 +LQ01X027880 Hypothetical protein 6.232848727 C6_chemical_C2 +LQ01X027880 Hypothetical protein 7.087682959 C6_chemical_C3 +LQ01X027880 Hypothetical protein 5.976531547 L4_control_A1 +LQ01X027880 Hypothetical protein 5.844615911 L4_control_A2 +LQ01X027880 Hypothetical protein 5.089771598 L4_control_A3 +LQ01X027880 Hypothetical protein 5.631484232 L4_control_B1 +LQ01X027880 Hypothetical protein 5.071896754 L4_control_B2 +LQ01X027880 Hypothetical protein 5.790992427 L4_control_B3 +LQ01X027880 Hypothetical protein 5.681449944 L4_control_C2 +LQ01X027880 Hypothetical protein 6.334373681 L4_control_C3 +LQ01X027880 Hypothetical protein 5.949662949 L4_chemical_A1 +LQ01X027880 Hypothetical protein 5.897787405 L4_chemical_A2 +LQ01X027880 Hypothetical protein 5.37283621 L4_chemical_A3 +LQ01X027880 Hypothetical protein 5.715711948 L4_chemical_B1 +LQ01X027880 Hypothetical protein 5.202580976 L4_chemical_B2 +LQ01X027880 Hypothetical protein 5.895040888 L4_chemical_B3 +LQ01X027880 Hypothetical protein 5.873323554 L4_chemical_C2 +LQ01X027880 Hypothetical protein 6.363094096 L4_chemical_C3 +LQ01X027890 Putative Protein of unknown function DUF926 9.421323 C6_control_A1 +LQ01X027890 Putative Protein of unknown function DUF926 10.27620112 C6_control_A3 +LQ01X027890 Putative Protein of unknown function DUF926 9.681733675 C6_control_B1 +LQ01X027890 Putative Protein of unknown function DUF926 9.455066989 C6_control_B2 +LQ01X027890 Putative Protein of unknown function DUF926 9.764013261 C6_control_B3 +LQ01X027890 Putative Protein of unknown function DUF926 9.693833285 C6_control_C1 +LQ01X027890 Putative Protein of unknown function DUF926 10.45760025 C6_control_C2 +LQ01X027890 Putative Protein of unknown function DUF926 9.933907806 C6_control_C3 +LQ01X027890 Putative Protein of unknown function DUF926 10.14310543 C6_chemical_A1 +LQ01X027890 Putative Protein of unknown function DUF926 10.3294272 C6_chemical_A3 +LQ01X027890 Putative Protein of unknown function DUF926 10.39161899 C6_chemical_B1 +LQ01X027890 Putative Protein of unknown function DUF926 9.843431625 C6_chemical_B2 +LQ01X027890 Putative Protein of unknown function DUF926 10.26007273 C6_chemical_B3 +LQ01X027890 Putative Protein of unknown function DUF926 10.18778091 C6_chemical_C1 +LQ01X027890 Putative Protein of unknown function DUF926 10.23180325 C6_chemical_C2 +LQ01X027890 Putative Protein of unknown function DUF926 10.43520325 C6_chemical_C3 +LQ01X027890 Putative Protein of unknown function DUF926 9.672260903 L4_control_A1 +LQ01X027890 Putative Protein of unknown function DUF926 9.751443647 L4_control_A2 +LQ01X027890 Putative Protein of unknown function DUF926 10.39682114 L4_control_A3 +LQ01X027890 Putative Protein of unknown function DUF926 10.39125732 L4_control_B1 +LQ01X027890 Putative Protein of unknown function DUF926 10.1632566 L4_control_B2 +LQ01X027890 Putative Protein of unknown function DUF926 10.15633127 L4_control_B3 +LQ01X027890 Putative Protein of unknown function DUF926 10.95716779 L4_control_C2 +LQ01X027890 Putative Protein of unknown function DUF926 11.28731372 L4_control_C3 +LQ01X027890 Putative Protein of unknown function DUF926 9.463833793 L4_chemical_A1 +LQ01X027890 Putative Protein of unknown function DUF926 9.650389893 L4_chemical_A2 +LQ01X027890 Putative Protein of unknown function DUF926 10.29833139 L4_chemical_A3 +LQ01X027890 Putative Protein of unknown function DUF926 10.29705821 L4_chemical_B1 +LQ01X027890 Putative Protein of unknown function DUF926 9.947354909 L4_chemical_B2 +LQ01X027890 Putative Protein of unknown function DUF926 9.585323345 L4_chemical_B3 +LQ01X027890 Putative Protein of unknown function DUF926 10.59981717 L4_chemical_C2 +LQ01X027890 Putative Protein of unknown function DUF926 10.90352313 L4_chemical_C3 +LQ01X027980 Predicted protein 13.59217498 C6_control_A1 +LQ01X027980 Predicted protein 13.32531791 C6_control_A3 +LQ01X027980 Predicted protein 13.94085186 C6_control_B1 +LQ01X027980 Predicted protein 13.64834951 C6_control_B2 +LQ01X027980 Predicted protein 13.91387218 C6_control_B3 +LQ01X027980 Predicted protein 13.47170818 C6_control_C1 +LQ01X027980 Predicted protein 13.47633997 C6_control_C2 +LQ01X027980 Predicted protein 14.01363964 C6_control_C3 +LQ01X027980 Predicted protein 13.81054878 C6_chemical_A1 +LQ01X027980 Predicted protein 13.47811708 C6_chemical_A3 +LQ01X027980 Predicted protein 14.11592732 C6_chemical_B1 +LQ01X027980 Predicted protein 13.30504541 C6_chemical_B2 +LQ01X027980 Predicted protein 13.98159858 C6_chemical_B3 +LQ01X027980 Predicted protein 13.34951929 C6_chemical_C1 +LQ01X027980 Predicted protein 13.34022275 C6_chemical_C2 +LQ01X027980 Predicted protein 14.04097167 C6_chemical_C3 +LQ01X027980 Predicted protein 13.5272468 L4_control_A1 +LQ01X027980 Predicted protein 13.12700112 L4_control_A2 +LQ01X027980 Predicted protein 13.20737818 L4_control_A3 +LQ01X027980 Predicted protein 13.69913882 L4_control_B1 +LQ01X027980 Predicted protein 13.73984223 L4_control_B2 +LQ01X027980 Predicted protein 13.59415965 L4_control_B3 +LQ01X027980 Predicted protein 13.80560835 L4_control_C2 +LQ01X027980 Predicted protein 13.96493916 L4_control_C3 +LQ01X027980 Predicted protein 13.83417012 L4_chemical_A1 +LQ01X027980 Predicted protein 13.80295887 L4_chemical_A2 +LQ01X027980 Predicted protein 13.44957491 L4_chemical_A3 +LQ01X027980 Predicted protein 13.84685972 L4_chemical_B1 +LQ01X027980 Predicted protein 13.55050116 L4_chemical_B2 +LQ01X027980 Predicted protein 13.82036239 L4_chemical_B3 +LQ01X027980 Predicted protein 13.81902112 L4_chemical_C2 +LQ01X027980 Predicted protein 13.77225657 L4_chemical_C3 +LQ01X028000 Putative uncharacterized protein 11.89809883 C6_control_A1 +LQ01X028000 Putative uncharacterized protein 11.70345733 C6_control_A3 +LQ01X028000 Putative uncharacterized protein 11.72448321 C6_control_B1 +LQ01X028000 Putative uncharacterized protein 12.75020668 C6_control_B2 +LQ01X028000 Putative uncharacterized protein 12.23805196 C6_control_B3 +LQ01X028000 Putative uncharacterized protein 13.43987316 C6_control_C1 +LQ01X028000 Putative uncharacterized protein 14.21380255 C6_control_C2 +LQ01X028000 Putative uncharacterized protein 14.40261137 C6_control_C3 +LQ01X028000 Putative uncharacterized protein 12.04487723 C6_chemical_A1 +LQ01X028000 Putative uncharacterized protein 13.00338989 C6_chemical_A3 +LQ01X028000 Putative uncharacterized protein 12.19012797 C6_chemical_B1 +LQ01X028000 Putative uncharacterized protein 12.59911156 C6_chemical_B2 +LQ01X028000 Putative uncharacterized protein 13.52670023 C6_chemical_B3 +LQ01X028000 Putative uncharacterized protein 13.42179137 C6_chemical_C1 +LQ01X028000 Putative uncharacterized protein 14.01595893 C6_chemical_C2 +LQ01X028000 Putative uncharacterized protein 14.71840114 C6_chemical_C3 +LQ01X028000 Putative uncharacterized protein 10.94682889 L4_control_A1 +LQ01X028000 Putative uncharacterized protein 10.31598187 L4_control_A2 +LQ01X028000 Putative uncharacterized protein 11.41828363 L4_control_A3 +LQ01X028000 Putative uncharacterized protein 11.52073444 L4_control_B1 +LQ01X028000 Putative uncharacterized protein 11.25222905 L4_control_B2 +LQ01X028000 Putative uncharacterized protein 12.33899311 L4_control_B3 +LQ01X028000 Putative uncharacterized protein 13.59627193 L4_control_C2 +LQ01X028000 Putative uncharacterized protein 13.12295575 L4_control_C3 +LQ01X028000 Putative uncharacterized protein 12.66541544 L4_chemical_A1 +LQ01X028000 Putative uncharacterized protein 12.14633446 L4_chemical_A2 +LQ01X028000 Putative uncharacterized protein 12.61880847 L4_chemical_A3 +LQ01X028000 Putative uncharacterized protein 12.04340799 L4_chemical_B1 +LQ01X028000 Putative uncharacterized protein 11.38912311 L4_chemical_B2 +LQ01X028000 Putative uncharacterized protein 11.8538516 L4_chemical_B3 +LQ01X028000 Putative uncharacterized protein 12.6440772 L4_chemical_C2 +LQ01X028000 Putative uncharacterized protein 13.02681889 L4_chemical_C3 +LQ01X028010 WD-repeat protein, putative 12.57018347 C6_control_A1 +LQ01X028010 WD-repeat protein, putative 13.13224428 C6_control_A3 +LQ01X028010 WD-repeat protein, putative 12.067785 C6_control_B1 +LQ01X028010 WD-repeat protein, putative 12.2013138 C6_control_B2 +LQ01X028010 WD-repeat protein, putative 11.85397196 C6_control_B3 +LQ01X028010 WD-repeat protein, putative 12.55319892 C6_control_C1 +LQ01X028010 WD-repeat protein, putative 12.72710253 C6_control_C2 +LQ01X028010 WD-repeat protein, putative 13.10501417 C6_control_C3 +LQ01X028010 WD-repeat protein, putative 12.46451544 C6_chemical_A1 +LQ01X028010 WD-repeat protein, putative 12.90806314 C6_chemical_A3 +LQ01X028010 WD-repeat protein, putative 11.44339406 C6_chemical_B1 +LQ01X028010 WD-repeat protein, putative 11.80365184 C6_chemical_B2 +LQ01X028010 WD-repeat protein, putative 11.85576447 C6_chemical_B3 +LQ01X028010 WD-repeat protein, putative 12.1576388 C6_chemical_C1 +LQ01X028010 WD-repeat protein, putative 12.54442826 C6_chemical_C2 +LQ01X028010 WD-repeat protein, putative 12.86118589 C6_chemical_C3 +LQ01X028010 WD-repeat protein, putative 12.65458325 L4_control_A1 +LQ01X028010 WD-repeat protein, putative 12.76434362 L4_control_A2 +LQ01X028010 WD-repeat protein, putative 12.86144573 L4_control_A3 +LQ01X028010 WD-repeat protein, putative 11.76339905 L4_control_B1 +LQ01X028010 WD-repeat protein, putative 12.08358667 L4_control_B2 +LQ01X028010 WD-repeat protein, putative 12.38552924 L4_control_B3 +LQ01X028010 WD-repeat protein, putative 12.69461391 L4_control_C2 +LQ01X028010 WD-repeat protein, putative 13.12231929 L4_control_C3 +LQ01X028010 WD-repeat protein, putative 12.69129644 L4_chemical_A1 +LQ01X028010 WD-repeat protein, putative 12.77177849 L4_chemical_A2 +LQ01X028010 WD-repeat protein, putative 12.64376074 L4_chemical_A3 +LQ01X028010 WD-repeat protein, putative 11.72734481 L4_chemical_B1 +LQ01X028010 WD-repeat protein, putative 12.06333654 L4_chemical_B2 +LQ01X028010 WD-repeat protein, putative 12.16908974 L4_chemical_B3 +LQ01X028010 WD-repeat protein, putative 12.5154643 L4_chemical_C2 +LQ01X028010 WD-repeat protein, putative 13.11042675 L4_chemical_C3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.0799852 C6_control_A1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.38529132 C6_control_A3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.59828641 C6_control_B1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.9335291 C6_control_B2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.87979331 C6_control_B3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.22500047 C6_control_C1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.9557229 C6_control_C2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.50994901 C6_control_C3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.77732237 C6_chemical_A1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.49354167 C6_chemical_A3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.53128601 C6_chemical_B1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.60031455 C6_chemical_B2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.5466931 C6_chemical_B3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.2477742 C6_chemical_C1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.10573976 C6_chemical_C2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.4126184 C6_chemical_C3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.47843441 L4_control_A1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.18912421 L4_control_A2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.73061237 L4_control_A3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.53519575 L4_control_B1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.0649533 L4_control_B2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.30847483 L4_control_B3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.29288957 L4_control_C2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.37988649 L4_control_C3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.68257074 L4_chemical_A1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.31976945 L4_chemical_A2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.64924859 L4_chemical_A3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.63337663 L4_chemical_B1 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.43115569 L4_chemical_B2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.42312119 L4_chemical_B3 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.52706985 L4_chemical_C2 +LQ01X028020 F-box/kelch-repeat protein SKIP30 11.50162523 L4_chemical_C3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.487040158 C6_control_A1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.277013606 C6_control_A3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 6.813200082 C6_control_B1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.559191292 C6_control_B2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 6.254975422 C6_control_B3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.674385307 C6_control_C1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.027753105 C6_control_C2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.974537455 C6_control_C3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.155226532 C6_chemical_A1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.287416113 C6_chemical_A3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 6.543297285 C6_chemical_B1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 6.288398107 C6_chemical_B2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.069163459 C6_chemical_B3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.78032361 C6_chemical_C1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.801324213 C6_chemical_C2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.006372477 C6_chemical_C3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.814863515 L4_control_A1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.545905377 L4_control_A2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.082930133 L4_control_A3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.270944914 L4_control_B1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.47077559 L4_control_B2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.476763948 L4_control_B3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.330106659 L4_control_C2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.892740878 L4_control_C3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.685182171 L4_chemical_A1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.924224161 L4_chemical_A2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.755755008 L4_chemical_A3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.392260636 L4_chemical_B1 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.751849156 L4_chemical_B2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.60866331 L4_chemical_B3 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.594024345 L4_chemical_C2 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.978616537 L4_chemical_C3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.561446817 C6_control_A1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.315404015 C6_control_A3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.244098532 C6_control_B1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.628676771 C6_control_B2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.602143032 C6_control_B3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.260490265 C6_control_C1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.200321713 C6_control_C2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.858089244 C6_control_C3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.586890716 C6_chemical_A1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.412116829 C6_chemical_A3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.80063088 C6_chemical_B1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.064919209 C6_chemical_B2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.399223226 C6_chemical_B3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.225521081 C6_chemical_C1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.364021284 C6_chemical_C2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.623990928 C6_chemical_C3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.853178605 L4_control_A1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.572722535 L4_control_A2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.737205975 L4_control_A3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.742064944 L4_control_B1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 4.940246156 L4_control_B2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.047928405 L4_control_B3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 4.666656119 L4_control_C2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.322831734 L4_control_C3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.398283945 L4_chemical_A1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.289180628 L4_chemical_A2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 6.277896539 L4_chemical_A3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.526160819 L4_chemical_B1 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.04901126 L4_chemical_B2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.370281375 L4_chemical_B3 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.722659954 L4_chemical_C2 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.275541936 L4_chemical_C3 +LQ01X028110 50S ribosomal protein L24 13.81913231 C6_control_A1 +LQ01X028110 50S ribosomal protein L24 14.03124778 C6_control_A3 +LQ01X028110 50S ribosomal protein L24 13.09517736 C6_control_B1 +LQ01X028110 50S ribosomal protein L24 12.98416347 C6_control_B2 +LQ01X028110 50S ribosomal protein L24 13.01058784 C6_control_B3 +LQ01X028110 50S ribosomal protein L24 12.52278138 C6_control_C1 +LQ01X028110 50S ribosomal protein L24 12.605005 C6_control_C2 +LQ01X028110 50S ribosomal protein L24 12.40668794 C6_control_C3 +LQ01X028110 50S ribosomal protein L24 13.50053858 C6_chemical_A1 +LQ01X028110 50S ribosomal protein L24 13.84920643 C6_chemical_A3 +LQ01X028110 50S ribosomal protein L24 13.0436192 C6_chemical_B1 +LQ01X028110 50S ribosomal protein L24 12.92200042 C6_chemical_B2 +LQ01X028110 50S ribosomal protein L24 12.68332574 C6_chemical_B3 +LQ01X028110 50S ribosomal protein L24 12.5664465 C6_chemical_C1 +LQ01X028110 50S ribosomal protein L24 12.69725515 C6_chemical_C2 +LQ01X028110 50S ribosomal protein L24 12.18078191 C6_chemical_C3 +LQ01X028110 50S ribosomal protein L24 13.91395168 L4_control_A1 +LQ01X028110 50S ribosomal protein L24 13.7457429 L4_control_A2 +LQ01X028110 50S ribosomal protein L24 13.76871925 L4_control_A3 +LQ01X028110 50S ribosomal protein L24 12.78725995 L4_control_B1 +LQ01X028110 50S ribosomal protein L24 12.89667652 L4_control_B2 +LQ01X028110 50S ribosomal protein L24 12.85414464 L4_control_B3 +LQ01X028110 50S ribosomal protein L24 12.71517501 L4_control_C2 +LQ01X028110 50S ribosomal protein L24 13.02752339 L4_control_C3 +LQ01X028110 50S ribosomal protein L24 13.48500038 L4_chemical_A1 +LQ01X028110 50S ribosomal protein L24 13.34043511 L4_chemical_A2 +LQ01X028110 50S ribosomal protein L24 13.50254884 L4_chemical_A3 +LQ01X028110 50S ribosomal protein L24 13.045164 L4_chemical_B1 +LQ01X028110 50S ribosomal protein L24 13.15028621 L4_chemical_B2 +LQ01X028110 50S ribosomal protein L24 13.08310348 L4_chemical_B3 +LQ01X028110 50S ribosomal protein L24 12.69278541 L4_chemical_C2 +LQ01X028110 50S ribosomal protein L24 12.93415944 L4_chemical_C3 +LQ01X028130 Anamorsin homolog 12.95884557 C6_control_A1 +LQ01X028130 Anamorsin homolog 13.33480151 C6_control_A3 +LQ01X028130 Anamorsin homolog 12.64427378 C6_control_B1 +LQ01X028130 Anamorsin homolog 11.85100785 C6_control_B2 +LQ01X028130 Anamorsin homolog 12.44292221 C6_control_B3 +LQ01X028130 Anamorsin homolog 11.04462611 C6_control_C1 +LQ01X028130 Anamorsin homolog 10.96332816 C6_control_C2 +LQ01X028130 Anamorsin homolog 10.59690612 C6_control_C3 +LQ01X028130 Anamorsin homolog 12.42078771 C6_chemical_A1 +LQ01X028130 Anamorsin homolog 13.19038906 C6_chemical_A3 +LQ01X028130 Anamorsin homolog 12.30635548 C6_chemical_B1 +LQ01X028130 Anamorsin homolog 11.78944677 C6_chemical_B2 +LQ01X028130 Anamorsin homolog 11.97077068 C6_chemical_B3 +LQ01X028130 Anamorsin homolog 10.95843256 C6_chemical_C1 +LQ01X028130 Anamorsin homolog 10.78875818 C6_chemical_C2 +LQ01X028130 Anamorsin homolog 10.55869079 C6_chemical_C3 +LQ01X028130 Anamorsin homolog 13.14335351 L4_control_A1 +LQ01X028130 Anamorsin homolog 13.23626933 L4_control_A2 +LQ01X028130 Anamorsin homolog 13.64820905 L4_control_A3 +LQ01X028130 Anamorsin homolog 11.99862017 L4_control_B1 +LQ01X028130 Anamorsin homolog 12.59421843 L4_control_B2 +LQ01X028130 Anamorsin homolog 11.69132459 L4_control_B3 +LQ01X028130 Anamorsin homolog 10.91393301 L4_control_C2 +LQ01X028130 Anamorsin homolog 11.45588737 L4_control_C3 +LQ01X028130 Anamorsin homolog 12.64177282 L4_chemical_A1 +LQ01X028130 Anamorsin homolog 12.60897296 L4_chemical_A2 +LQ01X028130 Anamorsin homolog 13.15788746 L4_chemical_A3 +LQ01X028130 Anamorsin homolog 12.28976454 L4_chemical_B1 +LQ01X028130 Anamorsin homolog 12.31703703 L4_chemical_B2 +LQ01X028130 Anamorsin homolog 12.39892742 L4_chemical_B3 +LQ01X028130 Anamorsin homolog 10.8864202 L4_chemical_C2 +LQ01X028130 Anamorsin homolog 11.25223423 L4_chemical_C3 +LQ01X028190 Putative TP53-regulating kinase 12.35266604 C6_control_A1 +LQ01X028190 Putative TP53-regulating kinase 12.79966529 C6_control_A3 +LQ01X028190 Putative TP53-regulating kinase 12.05182515 C6_control_B1 +LQ01X028190 Putative TP53-regulating kinase 11.63344105 C6_control_B2 +LQ01X028190 Putative TP53-regulating kinase 11.81744196 C6_control_B3 +LQ01X028190 Putative TP53-regulating kinase 12.70377274 C6_control_C1 +LQ01X028190 Putative TP53-regulating kinase 12.24778031 C6_control_C2 +LQ01X028190 Putative TP53-regulating kinase 11.98785443 C6_control_C3 +LQ01X028190 Putative TP53-regulating kinase 12.23166641 C6_chemical_A1 +LQ01X028190 Putative TP53-regulating kinase 12.74402124 C6_chemical_A3 +LQ01X028190 Putative TP53-regulating kinase 11.7762903 C6_chemical_B1 +LQ01X028190 Putative TP53-regulating kinase 11.19076501 C6_chemical_B2 +LQ01X028190 Putative TP53-regulating kinase 11.57845347 C6_chemical_B3 +LQ01X028190 Putative TP53-regulating kinase 12.44637225 C6_chemical_C1 +LQ01X028190 Putative TP53-regulating kinase 12.35208403 C6_chemical_C2 +LQ01X028190 Putative TP53-regulating kinase 11.73390329 C6_chemical_C3 +LQ01X028190 Putative TP53-regulating kinase 12.63720154 L4_control_A1 +LQ01X028190 Putative TP53-regulating kinase 12.23372375 L4_control_A2 +LQ01X028190 Putative TP53-regulating kinase 12.61482028 L4_control_A3 +LQ01X028190 Putative TP53-regulating kinase 11.58083498 L4_control_B1 +LQ01X028190 Putative TP53-regulating kinase 11.57030711 L4_control_B2 +LQ01X028190 Putative TP53-regulating kinase 10.64211292 L4_control_B3 +LQ01X028190 Putative TP53-regulating kinase 12.86609121 L4_control_C2 +LQ01X028190 Putative TP53-regulating kinase 11.90295353 L4_control_C3 +LQ01X028190 Putative TP53-regulating kinase 12.02195105 L4_chemical_A1 +LQ01X028190 Putative TP53-regulating kinase 11.72704337 L4_chemical_A2 +LQ01X028190 Putative TP53-regulating kinase 12.33080238 L4_chemical_A3 +LQ01X028190 Putative TP53-regulating kinase 12.08507837 L4_chemical_B1 +LQ01X028190 Putative TP53-regulating kinase 11.55336326 L4_chemical_B2 +LQ01X028190 Putative TP53-regulating kinase 11.15304919 L4_chemical_B3 +LQ01X028190 Putative TP53-regulating kinase 12.71005089 L4_chemical_C2 +LQ01X028190 Putative TP53-regulating kinase 11.906602 L4_chemical_C3 +LQ01X028210 Hypothetical protein 8.366295961 C6_control_A1 +LQ01X028210 Hypothetical protein 9.556348882 C6_control_A3 +LQ01X028210 Hypothetical protein 7.6349108 C6_control_B1 +LQ01X028210 Hypothetical protein 8.407983413 C6_control_B2 +LQ01X028210 Hypothetical protein 8.29248851 C6_control_B3 +LQ01X028210 Hypothetical protein 8.121711866 C6_control_C1 +LQ01X028210 Hypothetical protein 7.59976674 C6_control_C2 +LQ01X028210 Hypothetical protein 8.792677657 C6_control_C3 +LQ01X028210 Hypothetical protein 8.54428089 C6_chemical_A1 +LQ01X028210 Hypothetical protein 9.666499445 C6_chemical_A3 +LQ01X028210 Hypothetical protein 7.349293856 C6_chemical_B1 +LQ01X028210 Hypothetical protein 8.022423017 C6_chemical_B2 +LQ01X028210 Hypothetical protein 8.642901679 C6_chemical_B3 +LQ01X028210 Hypothetical protein 7.910536196 C6_chemical_C1 +LQ01X028210 Hypothetical protein 7.967508168 C6_chemical_C2 +LQ01X028210 Hypothetical protein 9.160816403 C6_chemical_C3 +LQ01X028210 Hypothetical protein 9.874789012 L4_control_A1 +LQ01X028210 Hypothetical protein 10.30314837 L4_control_A2 +LQ01X028210 Hypothetical protein 10.85293139 L4_control_A3 +LQ01X028210 Hypothetical protein 9.379053509 L4_control_B1 +LQ01X028210 Hypothetical protein 10.00423602 L4_control_B2 +LQ01X028210 Hypothetical protein 10.04417741 L4_control_B3 +LQ01X028210 Hypothetical protein 9.016086895 L4_control_C2 +LQ01X028210 Hypothetical protein 10.1469057 L4_control_C3 +LQ01X028210 Hypothetical protein 9.458021538 L4_chemical_A1 +LQ01X028210 Hypothetical protein 9.619255066 L4_chemical_A2 +LQ01X028210 Hypothetical protein 10.33001927 L4_chemical_A3 +LQ01X028210 Hypothetical protein 9.426069025 L4_chemical_B1 +LQ01X028210 Hypothetical protein 9.326504797 L4_chemical_B2 +LQ01X028210 Hypothetical protein 9.848412387 L4_chemical_B3 +LQ01X028210 Hypothetical protein 8.956907353 L4_chemical_C2 +LQ01X028210 Hypothetical protein 10.28426525 L4_chemical_C3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.82169952 C6_control_A1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.32493585 C6_control_A3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.99879863 C6_control_B1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 12.13467336 C6_control_B2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 12.03459343 C6_control_B3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 12.91071027 C6_control_C1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 12.65851802 C6_control_C2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 12.68377638 C6_control_C3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.45967576 C6_chemical_A1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.49361198 C6_chemical_A3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.63248232 C6_chemical_B1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.87719756 C6_chemical_B2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.91992593 C6_chemical_B3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 12.89589348 C6_chemical_C1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 12.7145043 C6_chemical_C2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 12.64012122 C6_chemical_C3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.09951615 L4_control_A1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.66821357 L4_control_A2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 9.757019841 L4_control_A3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.05421932 L4_control_B1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.78943928 L4_control_B2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.17493207 L4_control_B3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.72108812 L4_control_C2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.58486496 L4_control_C3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.00294971 L4_chemical_A1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.51698067 L4_chemical_A2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 9.655743035 L4_chemical_A3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.14862104 L4_chemical_B1 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.44809073 L4_chemical_B2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.28448986 L4_chemical_B3 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.08313158 L4_chemical_C2 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 10.39015084 L4_chemical_C3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.29962934 C6_control_A1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.05946702 C6_control_A3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.15881613 C6_control_B1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.66861688 C6_control_B2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 9.908400626 C6_control_B3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.82618005 C6_control_C1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.7944725 C6_control_C2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.68436975 C6_control_C3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.22582309 C6_chemical_A1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.71616992 C6_chemical_A3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.19933308 C6_chemical_B1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.54666158 C6_chemical_B2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 9.861002901 C6_chemical_B3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.72445924 C6_chemical_C1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.86496269 C6_chemical_C2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.97107317 C6_chemical_C3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.09798133 L4_control_A1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.65937601 L4_control_A2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.69587394 L4_control_A3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.847791 L4_control_B1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.43811145 L4_control_B2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.08519562 L4_control_B3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.94268464 L4_control_C2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.58243127 L4_control_C3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 12.01556568 L4_chemical_A1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.49971451 L4_chemical_A2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.10414872 L4_chemical_A3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.11841901 L4_chemical_B1 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.65340709 L4_chemical_B2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.31122736 L4_chemical_B3 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 12.16799355 L4_chemical_C2 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 11.6116852 L4_chemical_C3 +LQ01X028240 Putative uncharacterized protein 11.91458919 C6_control_A1 +LQ01X028240 Putative uncharacterized protein 11.65361642 C6_control_A3 +LQ01X028240 Putative uncharacterized protein 12.02831712 C6_control_B1 +LQ01X028240 Putative uncharacterized protein 12.43486052 C6_control_B2 +LQ01X028240 Putative uncharacterized protein 11.83324799 C6_control_B3 +LQ01X028240 Putative uncharacterized protein 12.18966254 C6_control_C1 +LQ01X028240 Putative uncharacterized protein 12.28038192 C6_control_C2 +LQ01X028240 Putative uncharacterized protein 12.23083461 C6_control_C3 +LQ01X028240 Putative uncharacterized protein 12.42037179 C6_chemical_A1 +LQ01X028240 Putative uncharacterized protein 11.87993658 C6_chemical_A3 +LQ01X028240 Putative uncharacterized protein 11.96874471 C6_chemical_B1 +LQ01X028240 Putative uncharacterized protein 12.29689721 C6_chemical_B2 +LQ01X028240 Putative uncharacterized protein 11.71879568 C6_chemical_B3 +LQ01X028240 Putative uncharacterized protein 12.2839936 C6_chemical_C1 +LQ01X028240 Putative uncharacterized protein 11.82823271 C6_chemical_C2 +LQ01X028240 Putative uncharacterized protein 12.21199658 C6_chemical_C3 +LQ01X028240 Putative uncharacterized protein 12.31594594 L4_control_A1 +LQ01X028240 Putative uncharacterized protein 11.92731588 L4_control_A2 +LQ01X028240 Putative uncharacterized protein 11.78664442 L4_control_A3 +LQ01X028240 Putative uncharacterized protein 11.94092343 L4_control_B1 +LQ01X028240 Putative uncharacterized protein 11.24142271 L4_control_B2 +LQ01X028240 Putative uncharacterized protein 11.24982557 L4_control_B3 +LQ01X028240 Putative uncharacterized protein 11.24148834 L4_control_C2 +LQ01X028240 Putative uncharacterized protein 10.73506586 L4_control_C3 +LQ01X028240 Putative uncharacterized protein 12.53533179 L4_chemical_A1 +LQ01X028240 Putative uncharacterized protein 12.21571604 L4_chemical_A2 +LQ01X028240 Putative uncharacterized protein 12.16108721 L4_chemical_A3 +LQ01X028240 Putative uncharacterized protein 11.73372995 L4_chemical_B1 +LQ01X028240 Putative uncharacterized protein 11.34408547 L4_chemical_B2 +LQ01X028240 Putative uncharacterized protein 11.78364985 L4_chemical_B3 +LQ01X028240 Putative uncharacterized protein 11.07575792 L4_chemical_C2 +LQ01X028240 Putative uncharacterized protein 11.03783675 L4_chemical_C3 +LQ01X028250 Sulfate transporter 3.1 9.511005612 C6_control_A1 +LQ01X028250 Sulfate transporter 3.1 8.983296642 C6_control_A3 +LQ01X028250 Sulfate transporter 3.1 10.86755766 C6_control_B1 +LQ01X028250 Sulfate transporter 3.1 10.86281225 C6_control_B2 +LQ01X028250 Sulfate transporter 3.1 11.43127842 C6_control_B3 +LQ01X028250 Sulfate transporter 3.1 9.432038776 C6_control_C1 +LQ01X028250 Sulfate transporter 3.1 9.654392636 C6_control_C2 +LQ01X028250 Sulfate transporter 3.1 9.393739511 C6_control_C3 +LQ01X028250 Sulfate transporter 3.1 9.277671434 C6_chemical_A1 +LQ01X028250 Sulfate transporter 3.1 8.809722484 C6_chemical_A3 +LQ01X028250 Sulfate transporter 3.1 11.25178645 C6_chemical_B1 +LQ01X028250 Sulfate transporter 3.1 10.68588638 C6_chemical_B2 +LQ01X028250 Sulfate transporter 3.1 11.41745549 C6_chemical_B3 +LQ01X028250 Sulfate transporter 3.1 9.166703463 C6_chemical_C1 +LQ01X028250 Sulfate transporter 3.1 8.844632437 C6_chemical_C2 +LQ01X028250 Sulfate transporter 3.1 9.677538053 C6_chemical_C3 +LQ01X028250 Sulfate transporter 3.1 8.593770979 L4_control_A1 +LQ01X028250 Sulfate transporter 3.1 8.783535259 L4_control_A2 +LQ01X028250 Sulfate transporter 3.1 9.340628941 L4_control_A3 +LQ01X028250 Sulfate transporter 3.1 11.99555634 L4_control_B1 +LQ01X028250 Sulfate transporter 3.1 11.40434 L4_control_B2 +LQ01X028250 Sulfate transporter 3.1 11.92063929 L4_control_B3 +LQ01X028250 Sulfate transporter 3.1 10.88355738 L4_control_C2 +LQ01X028250 Sulfate transporter 3.1 11.64129669 L4_control_C3 +LQ01X028250 Sulfate transporter 3.1 9.29593917 L4_chemical_A1 +LQ01X028250 Sulfate transporter 3.1 9.257074361 L4_chemical_A2 +LQ01X028250 Sulfate transporter 3.1 9.098059569 L4_chemical_A3 +LQ01X028250 Sulfate transporter 3.1 11.49335698 L4_chemical_B1 +LQ01X028250 Sulfate transporter 3.1 10.59954193 L4_chemical_B2 +LQ01X028250 Sulfate transporter 3.1 11.07565877 L4_chemical_B3 +LQ01X028250 Sulfate transporter 3.1 10.35562673 L4_chemical_C2 +LQ01X028250 Sulfate transporter 3.1 11.11651386 L4_chemical_C3 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.443648162 C6_control_A1 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.239651377 C6_control_A3 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.078328473 C6_control_B1 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.905114139 C6_control_B2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.821259134 C6_control_B3 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.409794401 C6_control_C1 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.54529828 C6_control_C2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.468153634 C6_control_C3 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.019131822 C6_chemical_A1 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.963203367 C6_chemical_A3 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.452474124 C6_chemical_B1 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.800043633 C6_chemical_B2 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.230685984 C6_chemical_B3 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.079020174 C6_chemical_C1 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.582027414 C6_chemical_C2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.533706105 C6_chemical_C3 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.797029839 L4_control_A1 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.466334148 L4_control_A2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.84805247 L4_control_A3 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.768384502 L4_control_B1 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.244404342 L4_control_B2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.68319231 L4_control_B3 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.139080185 L4_control_C2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.895621275 L4_control_C3 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.532137385 L4_chemical_A1 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.471144707 L4_chemical_A2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.42833406 L4_chemical_A3 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.783193091 L4_chemical_B1 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.841770186 L4_chemical_B2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.754837547 L4_chemical_B3 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.002213695 L4_chemical_C2 +LQ01X028260 Serine/threonine-protein kinase Nek2 5.468569816 L4_chemical_C3 +LQ01X028280 Predicted protein 5.560096469 C6_control_A1 +LQ01X028280 Predicted protein 5.74182848 C6_control_A3 +LQ01X028280 Predicted protein 5.19507728 C6_control_B1 +LQ01X028280 Predicted protein 6.188460748 C6_control_B2 +LQ01X028280 Predicted protein 5.662294157 C6_control_B3 +LQ01X028280 Predicted protein 5.576412243 C6_control_C1 +LQ01X028280 Predicted protein 5.61304292 C6_control_C2 +LQ01X028280 Predicted protein 5.684488011 C6_control_C3 +LQ01X028280 Predicted protein 5.9576628 C6_chemical_A1 +LQ01X028280 Predicted protein 6.092552243 C6_chemical_A3 +LQ01X028280 Predicted protein 5.714674873 C6_chemical_B1 +LQ01X028280 Predicted protein 5.861568122 C6_chemical_B2 +LQ01X028280 Predicted protein 5.567130832 C6_chemical_B3 +LQ01X028280 Predicted protein 6.064089092 C6_chemical_C1 +LQ01X028280 Predicted protein 6.047426813 C6_chemical_C2 +LQ01X028280 Predicted protein 5.59228091 C6_chemical_C3 +LQ01X028280 Predicted protein 5.828240552 L4_control_A1 +LQ01X028280 Predicted protein 5.955971815 L4_control_A2 +LQ01X028280 Predicted protein 6.444899651 L4_control_A3 +LQ01X028280 Predicted protein 5.935758343 L4_control_B1 +LQ01X028280 Predicted protein 5.705627189 L4_control_B2 +LQ01X028280 Predicted protein 5.431340203 L4_control_B3 +LQ01X028280 Predicted protein 6.191481617 L4_control_C2 +LQ01X028280 Predicted protein 5.243441365 L4_control_C3 +LQ01X028280 Predicted protein 5.83028795 L4_chemical_A1 +LQ01X028280 Predicted protein 5.728806169 L4_chemical_A2 +LQ01X028280 Predicted protein 6.073936732 L4_chemical_A3 +LQ01X028280 Predicted protein 5.81265085 L4_chemical_B1 +LQ01X028280 Predicted protein 5.799896009 L4_chemical_B2 +LQ01X028280 Predicted protein 5.947173481 L4_chemical_B3 +LQ01X028280 Predicted protein 5.462447617 L4_chemical_C2 +LQ01X028280 Predicted protein 4.97344022 L4_chemical_C3 +LQ01X028290 BI1-like protein 11.65030594 C6_control_A1 +LQ01X028290 BI1-like protein 11.57620599 C6_control_A3 +LQ01X028290 BI1-like protein 12.20137256 C6_control_B1 +LQ01X028290 BI1-like protein 11.77598477 C6_control_B2 +LQ01X028290 BI1-like protein 12.07526065 C6_control_B3 +LQ01X028290 BI1-like protein 11.66015294 C6_control_C1 +LQ01X028290 BI1-like protein 11.54641603 C6_control_C2 +LQ01X028290 BI1-like protein 11.64962733 C6_control_C3 +LQ01X028290 BI1-like protein 11.78533739 C6_chemical_A1 +LQ01X028290 BI1-like protein 11.7522193 C6_chemical_A3 +LQ01X028290 BI1-like protein 12.28925215 C6_chemical_B1 +LQ01X028290 BI1-like protein 11.85895644 C6_chemical_B2 +LQ01X028290 BI1-like protein 11.96735081 C6_chemical_B3 +LQ01X028290 BI1-like protein 11.9094552 C6_chemical_C1 +LQ01X028290 BI1-like protein 11.71840104 C6_chemical_C2 +LQ01X028290 BI1-like protein 11.82265355 C6_chemical_C3 +LQ01X028290 BI1-like protein 11.87540913 L4_control_A1 +LQ01X028290 BI1-like protein 12.13111167 L4_control_A2 +LQ01X028290 BI1-like protein 12.08480004 L4_control_A3 +LQ01X028290 BI1-like protein 12.69311328 L4_control_B1 +LQ01X028290 BI1-like protein 12.46355505 L4_control_B2 +LQ01X028290 BI1-like protein 12.11338957 L4_control_B3 +LQ01X028290 BI1-like protein 12.13429256 L4_control_C2 +LQ01X028290 BI1-like protein 12.20049481 L4_control_C3 +LQ01X028290 BI1-like protein 12.49222355 L4_chemical_A1 +LQ01X028290 BI1-like protein 12.9713358 L4_chemical_A2 +LQ01X028290 BI1-like protein 11.9690186 L4_chemical_A3 +LQ01X028290 BI1-like protein 12.80249669 L4_chemical_B1 +LQ01X028290 BI1-like protein 12.68338414 L4_chemical_B2 +LQ01X028290 BI1-like protein 12.13620722 L4_chemical_B3 +LQ01X028290 BI1-like protein 12.45632482 L4_chemical_C2 +LQ01X028290 BI1-like protein 12.34701449 L4_chemical_C3 +LQ01X028370 ETO1-like protein 1 13.20877703 C6_control_A1 +LQ01X028370 ETO1-like protein 1 13.36893911 C6_control_A3 +LQ01X028370 ETO1-like protein 1 13.40562962 C6_control_B1 +LQ01X028370 ETO1-like protein 1 12.99514952 C6_control_B2 +LQ01X028370 ETO1-like protein 1 13.0761339 C6_control_B3 +LQ01X028370 ETO1-like protein 1 13.47469774 C6_control_C1 +LQ01X028370 ETO1-like protein 1 13.42199595 C6_control_C2 +LQ01X028370 ETO1-like protein 1 13.47502473 C6_control_C3 +LQ01X028370 ETO1-like protein 1 13.45395077 C6_chemical_A1 +LQ01X028370 ETO1-like protein 1 13.35451978 C6_chemical_A3 +LQ01X028370 ETO1-like protein 1 13.48489687 C6_chemical_B1 +LQ01X028370 ETO1-like protein 1 13.19048219 C6_chemical_B2 +LQ01X028370 ETO1-like protein 1 13.18426353 C6_chemical_B3 +LQ01X028370 ETO1-like protein 1 13.43315723 C6_chemical_C1 +LQ01X028370 ETO1-like protein 1 13.58300028 C6_chemical_C2 +LQ01X028370 ETO1-like protein 1 13.32326185 C6_chemical_C3 +LQ01X028370 ETO1-like protein 1 13.03825489 L4_control_A1 +LQ01X028370 ETO1-like protein 1 12.68629289 L4_control_A2 +LQ01X028370 ETO1-like protein 1 13.14983838 L4_control_A3 +LQ01X028370 ETO1-like protein 1 13.52977589 L4_control_B1 +LQ01X028370 ETO1-like protein 1 13.06836927 L4_control_B2 +LQ01X028370 ETO1-like protein 1 13.04242772 L4_control_B3 +LQ01X028370 ETO1-like protein 1 13.75072787 L4_control_C2 +LQ01X028370 ETO1-like protein 1 13.7216975 L4_control_C3 +LQ01X028370 ETO1-like protein 1 12.83594808 L4_chemical_A1 +LQ01X028370 ETO1-like protein 1 12.5077922 L4_chemical_A2 +LQ01X028370 ETO1-like protein 1 13.11293409 L4_chemical_A3 +LQ01X028370 ETO1-like protein 1 13.38515208 L4_chemical_B1 +LQ01X028370 ETO1-like protein 1 13.03493483 L4_chemical_B2 +LQ01X028370 ETO1-like protein 1 13.29143051 L4_chemical_B3 +LQ01X028370 ETO1-like protein 1 13.57665865 L4_chemical_C2 +LQ01X028370 ETO1-like protein 1 13.41170602 L4_chemical_C3 +LQ01X028380 Probable protein phosphatase 2C 51 4.916742183 C6_control_A1 +LQ01X028380 Probable protein phosphatase 2C 51 5.426627632 C6_control_A3 +LQ01X028380 Probable protein phosphatase 2C 51 5.517955236 C6_control_B1 +LQ01X028380 Probable protein phosphatase 2C 51 4.883171957 C6_control_B2 +LQ01X028380 Probable protein phosphatase 2C 51 4.512157436 C6_control_B3 +LQ01X028380 Probable protein phosphatase 2C 51 4.583572001 C6_control_C1 +LQ01X028380 Probable protein phosphatase 2C 51 4.496853567 C6_control_C2 +LQ01X028380 Probable protein phosphatase 2C 51 4.709285682 C6_control_C3 +LQ01X028380 Probable protein phosphatase 2C 51 4.705522447 C6_chemical_A1 +LQ01X028380 Probable protein phosphatase 2C 51 4.536512085 C6_chemical_A3 +LQ01X028380 Probable protein phosphatase 2C 51 6.061764012 C6_chemical_B1 +LQ01X028380 Probable protein phosphatase 2C 51 4.650595417 C6_chemical_B2 +LQ01X028380 Probable protein phosphatase 2C 51 4.316559797 C6_chemical_B3 +LQ01X028380 Probable protein phosphatase 2C 51 4.507517786 C6_chemical_C1 +LQ01X028380 Probable protein phosphatase 2C 51 4.613147522 C6_chemical_C2 +LQ01X028380 Probable protein phosphatase 2C 51 4.601493675 C6_chemical_C3 +LQ01X028380 Probable protein phosphatase 2C 51 5.020465451 L4_control_A1 +LQ01X028380 Probable protein phosphatase 2C 51 5.528424424 L4_control_A2 +LQ01X028380 Probable protein phosphatase 2C 51 5.364451609 L4_control_A3 +LQ01X028380 Probable protein phosphatase 2C 51 6.205601366 L4_control_B1 +LQ01X028380 Probable protein phosphatase 2C 51 4.75333423 L4_control_B2 +LQ01X028380 Probable protein phosphatase 2C 51 5.098233577 L4_control_B3 +LQ01X028380 Probable protein phosphatase 2C 51 4.767407082 L4_control_C2 +LQ01X028380 Probable protein phosphatase 2C 51 5.128006866 L4_control_C3 +LQ01X028380 Probable protein phosphatase 2C 51 5.186027581 L4_chemical_A1 +LQ01X028380 Probable protein phosphatase 2C 51 4.974053006 L4_chemical_A2 +LQ01X028380 Probable protein phosphatase 2C 51 5.859768147 L4_chemical_A3 +LQ01X028380 Probable protein phosphatase 2C 51 4.677053596 L4_chemical_B1 +LQ01X028380 Probable protein phosphatase 2C 51 5.638177357 L4_chemical_B2 +LQ01X028380 Probable protein phosphatase 2C 51 5.284415083 L4_chemical_B3 +LQ01X028380 Probable protein phosphatase 2C 51 4.811048509 L4_chemical_C2 +LQ01X028380 Probable protein phosphatase 2C 51 5.226752387 L4_chemical_C3 +LQ01X028390 Heat stress transcription factor A-6b 6.039147266 C6_control_A1 +LQ01X028390 Heat stress transcription factor A-6b 5.648102321 C6_control_A3 +LQ01X028390 Heat stress transcription factor A-6b 5.458671512 C6_control_B1 +LQ01X028390 Heat stress transcription factor A-6b 5.587889792 C6_control_B2 +LQ01X028390 Heat stress transcription factor A-6b 5.592964055 C6_control_B3 +LQ01X028390 Heat stress transcription factor A-6b 5.176826821 C6_control_C1 +LQ01X028390 Heat stress transcription factor A-6b 7.706051985 C6_control_C2 +LQ01X028390 Heat stress transcription factor A-6b 5.256382696 C6_control_C3 +LQ01X028390 Heat stress transcription factor A-6b 5.594803425 C6_chemical_A1 +LQ01X028390 Heat stress transcription factor A-6b 5.933227804 C6_chemical_A3 +LQ01X028390 Heat stress transcription factor A-6b 5.361127437 C6_chemical_B1 +LQ01X028390 Heat stress transcription factor A-6b 6.29748427 C6_chemical_B2 +LQ01X028390 Heat stress transcription factor A-6b 5.524056566 C6_chemical_B3 +LQ01X028390 Heat stress transcription factor A-6b 6.103421985 C6_chemical_C1 +LQ01X028390 Heat stress transcription factor A-6b 6.416117828 C6_chemical_C2 +LQ01X028390 Heat stress transcription factor A-6b 5.271178629 C6_chemical_C3 +LQ01X028390 Heat stress transcription factor A-6b 5.595920603 L4_control_A1 +LQ01X028390 Heat stress transcription factor A-6b 5.725125656 L4_control_A2 +LQ01X028390 Heat stress transcription factor A-6b 5.482019732 L4_control_A3 +LQ01X028390 Heat stress transcription factor A-6b 5.181675182 L4_control_B1 +LQ01X028390 Heat stress transcription factor A-6b 6.002270103 L4_control_B2 +LQ01X028390 Heat stress transcription factor A-6b 5.296163254 L4_control_B3 +LQ01X028390 Heat stress transcription factor A-6b 6.165355553 L4_control_C2 +LQ01X028390 Heat stress transcription factor A-6b 5.257512186 L4_control_C3 +LQ01X028390 Heat stress transcription factor A-6b 5.326108716 L4_chemical_A1 +LQ01X028390 Heat stress transcription factor A-6b 5.998437621 L4_chemical_A2 +LQ01X028390 Heat stress transcription factor A-6b 4.920530546 L4_chemical_A3 +LQ01X028390 Heat stress transcription factor A-6b 5.555361959 L4_chemical_B1 +LQ01X028390 Heat stress transcription factor A-6b 5.688618579 L4_chemical_B2 +LQ01X028390 Heat stress transcription factor A-6b 5.426092493 L4_chemical_B3 +LQ01X028390 Heat stress transcription factor A-6b 5.15256738 L4_chemical_C2 +LQ01X028390 Heat stress transcription factor A-6b 5.495240668 L4_chemical_C3 +LQ01X028400 Nucleic acid binding protein, putative 5.086554259 C6_control_A1 +LQ01X028400 Nucleic acid binding protein, putative 4.959216118 C6_control_A3 +LQ01X028400 Nucleic acid binding protein, putative 5.360584608 C6_control_B1 +LQ01X028400 Nucleic acid binding protein, putative 5.155908864 C6_control_B2 +LQ01X028400 Nucleic acid binding protein, putative 4.851099235 C6_control_B3 +LQ01X028400 Nucleic acid binding protein, putative 5.669386581 C6_control_C1 +LQ01X028400 Nucleic acid binding protein, putative 4.989347192 C6_control_C2 +LQ01X028400 Nucleic acid binding protein, putative 5.100317219 C6_control_C3 +LQ01X028400 Nucleic acid binding protein, putative 5.104029383 C6_chemical_A1 +LQ01X028400 Nucleic acid binding protein, putative 5.120993125 C6_chemical_A3 +LQ01X028400 Nucleic acid binding protein, putative 4.890324732 C6_chemical_B1 +LQ01X028400 Nucleic acid binding protein, putative 5.096231376 C6_chemical_B2 +LQ01X028400 Nucleic acid binding protein, putative 5.096702783 C6_chemical_B3 +LQ01X028400 Nucleic acid binding protein, putative 5.359943856 C6_chemical_C1 +LQ01X028400 Nucleic acid binding protein, putative 5.202678054 C6_chemical_C2 +LQ01X028400 Nucleic acid binding protein, putative 5.310253189 C6_chemical_C3 +LQ01X028400 Nucleic acid binding protein, putative 5.122338142 L4_control_A1 +LQ01X028400 Nucleic acid binding protein, putative 5.054923506 L4_control_A2 +LQ01X028400 Nucleic acid binding protein, putative 4.908984585 L4_control_A3 +LQ01X028400 Nucleic acid binding protein, putative 5.235859632 L4_control_B1 +LQ01X028400 Nucleic acid binding protein, putative 5.136197422 L4_control_B2 +LQ01X028400 Nucleic acid binding protein, putative 5.402438282 L4_control_B3 +LQ01X028400 Nucleic acid binding protein, putative 5.436804615 L4_control_C2 +LQ01X028400 Nucleic acid binding protein, putative 5.501324536 L4_control_C3 +LQ01X028400 Nucleic acid binding protein, putative 4.971288167 L4_chemical_A1 +LQ01X028400 Nucleic acid binding protein, putative 5.263349635 L4_chemical_A2 +LQ01X028400 Nucleic acid binding protein, putative 5.092373691 L4_chemical_A3 +LQ01X028400 Nucleic acid binding protein, putative 5.405549519 L4_chemical_B1 +LQ01X028400 Nucleic acid binding protein, putative 4.91411614 L4_chemical_B2 +LQ01X028400 Nucleic acid binding protein, putative 5.55678443 L4_chemical_B3 +LQ01X028400 Nucleic acid binding protein, putative 5.271835792 L4_chemical_C2 +LQ01X028400 Nucleic acid binding protein, putative 4.891666903 L4_chemical_C3 +LQ01X028470 Putative uncharacterized protein 4.961826745 C6_control_A1 +LQ01X028470 Putative uncharacterized protein 4.914863122 C6_control_A3 +LQ01X028470 Putative uncharacterized protein 4.914694085 C6_control_B1 +LQ01X028470 Putative uncharacterized protein 4.872231475 C6_control_B2 +LQ01X028470 Putative uncharacterized protein 5.345366646 C6_control_B3 +LQ01X028470 Putative uncharacterized protein 5.255866828 C6_control_C1 +LQ01X028470 Putative uncharacterized protein 4.696474118 C6_control_C2 +LQ01X028470 Putative uncharacterized protein 5.040746136 C6_control_C3 +LQ01X028470 Putative uncharacterized protein 4.88499477 C6_chemical_A1 +LQ01X028470 Putative uncharacterized protein 4.702173651 C6_chemical_A3 +LQ01X028470 Putative uncharacterized protein 5.026289864 C6_chemical_B1 +LQ01X028470 Putative uncharacterized protein 4.948341848 C6_chemical_B2 +LQ01X028470 Putative uncharacterized protein 5.16053061 C6_chemical_B3 +LQ01X028470 Putative uncharacterized protein 5.032475851 C6_chemical_C1 +LQ01X028470 Putative uncharacterized protein 5.141846667 C6_chemical_C2 +LQ01X028470 Putative uncharacterized protein 5.306242709 C6_chemical_C3 +LQ01X028470 Putative uncharacterized protein 4.926992199 L4_control_A1 +LQ01X028470 Putative uncharacterized protein 5.016001981 L4_control_A2 +LQ01X028470 Putative uncharacterized protein 5.246938136 L4_control_A3 +LQ01X028470 Putative uncharacterized protein 4.686789414 L4_control_B1 +LQ01X028470 Putative uncharacterized protein 5.205585663 L4_control_B2 +LQ01X028470 Putative uncharacterized protein 5.097397556 L4_control_B3 +LQ01X028470 Putative uncharacterized protein 5.64968291 L4_control_C2 +LQ01X028470 Putative uncharacterized protein 5.446604778 L4_control_C3 +LQ01X028470 Putative uncharacterized protein 4.866241792 L4_chemical_A1 +LQ01X028470 Putative uncharacterized protein 4.867184794 L4_chemical_A2 +LQ01X028470 Putative uncharacterized protein 5.059794926 L4_chemical_A3 +LQ01X028470 Putative uncharacterized protein 5.436578604 L4_chemical_B1 +LQ01X028470 Putative uncharacterized protein 5.556323408 L4_chemical_B2 +LQ01X028470 Putative uncharacterized protein 5.330668756 L4_chemical_B3 +LQ01X028470 Putative uncharacterized protein 5.348204274 L4_chemical_C2 +LQ01X028470 Putative uncharacterized protein 5.174810403 L4_chemical_C3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.450917849 C6_control_A1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 6.466649732 C6_control_A3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 6.753355642 C6_control_B1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.976438949 C6_control_B2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.573530049 C6_control_B3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.797920625 C6_control_C1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.338929984 C6_control_C2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.983020417 C6_control_C3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.573075854 C6_chemical_A1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 6.593498625 C6_chemical_A3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 6.80115867 C6_chemical_B1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 6.968205923 C6_chemical_B2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.881832756 C6_chemical_B3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.458957973 C6_chemical_C1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.591061236 C6_chemical_C2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.637427227 C6_chemical_C3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.651453787 L4_control_A1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 6.871639517 L4_control_A2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 5.389998568 L4_control_A3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.626749029 L4_control_B1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 6.501023044 L4_control_B2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 8.697976548 L4_control_B3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 10.09210154 L4_control_C2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.109834307 L4_control_C3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.88714164 L4_chemical_A1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.780639711 L4_chemical_A2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.076436632 L4_chemical_A3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.359581782 L4_chemical_B1 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 6.626881119 L4_chemical_B2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.244467446 L4_chemical_B3 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.188255342 L4_chemical_C2 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 9.262376331 L4_chemical_C3 +LQ01X028520 Predicted protein 11.17837632 C6_control_A1 +LQ01X028520 Predicted protein 11.21070016 C6_control_A3 +LQ01X028520 Predicted protein 10.91083156 C6_control_B1 +LQ01X028520 Predicted protein 11.47492592 C6_control_B2 +LQ01X028520 Predicted protein 11.13541397 C6_control_B3 +LQ01X028520 Predicted protein 10.93084308 C6_control_C1 +LQ01X028520 Predicted protein 11.3166808 C6_control_C2 +LQ01X028520 Predicted protein 11.25815502 C6_control_C3 +LQ01X028520 Predicted protein 11.1868851 C6_chemical_A1 +LQ01X028520 Predicted protein 11.07534061 C6_chemical_A3 +LQ01X028520 Predicted protein 10.71378863 C6_chemical_B1 +LQ01X028520 Predicted protein 11.3763608 C6_chemical_B2 +LQ01X028520 Predicted protein 10.89466156 C6_chemical_B3 +LQ01X028520 Predicted protein 11.17564744 C6_chemical_C1 +LQ01X028520 Predicted protein 11.5324506 C6_chemical_C2 +LQ01X028520 Predicted protein 11.30137539 C6_chemical_C3 +LQ01X028520 Predicted protein 11.08924699 L4_control_A1 +LQ01X028520 Predicted protein 11.96781909 L4_control_A2 +LQ01X028520 Predicted protein 10.95501255 L4_control_A3 +LQ01X028520 Predicted protein 11.13425801 L4_control_B1 +LQ01X028520 Predicted protein 10.71295161 L4_control_B2 +LQ01X028520 Predicted protein 11.05160517 L4_control_B3 +LQ01X028520 Predicted protein 10.28971783 L4_control_C2 +LQ01X028520 Predicted protein 10.84614789 L4_control_C3 +LQ01X028520 Predicted protein 11.30591353 L4_chemical_A1 +LQ01X028520 Predicted protein 11.81507683 L4_chemical_A2 +LQ01X028520 Predicted protein 11.08287451 L4_chemical_A3 +LQ01X028520 Predicted protein 10.86990673 L4_chemical_B1 +LQ01X028520 Predicted protein 11.29122806 L4_chemical_B2 +LQ01X028520 Predicted protein 11.02108982 L4_chemical_B3 +LQ01X028520 Predicted protein 10.17342829 L4_chemical_C2 +LQ01X028520 Predicted protein 10.94917803 L4_chemical_C3 +LQ01X028590 Putative uncharacterized protein 5.077615378 C6_control_A1 +LQ01X028590 Putative uncharacterized protein 5.06948134 C6_control_A3 +LQ01X028590 Putative uncharacterized protein 4.692957081 C6_control_B1 +LQ01X028590 Putative uncharacterized protein 5.236645292 C6_control_B2 +LQ01X028590 Putative uncharacterized protein 5.331922361 C6_control_B3 +LQ01X028590 Putative uncharacterized protein 5.184725464 C6_control_C1 +LQ01X028590 Putative uncharacterized protein 5.173892468 C6_control_C2 +LQ01X028590 Putative uncharacterized protein 5.477082737 C6_control_C3 +LQ01X028590 Putative uncharacterized protein 5.057315384 C6_chemical_A1 +LQ01X028590 Putative uncharacterized protein 4.994582343 C6_chemical_A3 +LQ01X028590 Putative uncharacterized protein 5.010301101 C6_chemical_B1 +LQ01X028590 Putative uncharacterized protein 5.033293055 C6_chemical_B2 +LQ01X028590 Putative uncharacterized protein 4.892744872 C6_chemical_B3 +LQ01X028590 Putative uncharacterized protein 5.14952286 C6_chemical_C1 +LQ01X028590 Putative uncharacterized protein 5.276844153 C6_chemical_C2 +LQ01X028590 Putative uncharacterized protein 5.219026957 C6_chemical_C3 +LQ01X028590 Putative uncharacterized protein 4.925205431 L4_control_A1 +LQ01X028590 Putative uncharacterized protein 4.991087452 L4_control_A2 +LQ01X028590 Putative uncharacterized protein 4.802744701 L4_control_A3 +LQ01X028590 Putative uncharacterized protein 5.444216972 L4_control_B1 +LQ01X028590 Putative uncharacterized protein 5.214681796 L4_control_B2 +LQ01X028590 Putative uncharacterized protein 4.645273994 L4_control_B3 +LQ01X028590 Putative uncharacterized protein 5.160838576 L4_control_C2 +LQ01X028590 Putative uncharacterized protein 5.065725484 L4_control_C3 +LQ01X028590 Putative uncharacterized protein 4.683843933 L4_chemical_A1 +LQ01X028590 Putative uncharacterized protein 5.01766491 L4_chemical_A2 +LQ01X028590 Putative uncharacterized protein 5.194114002 L4_chemical_A3 +LQ01X028590 Putative uncharacterized protein 5.007939774 L4_chemical_B1 +LQ01X028590 Putative uncharacterized protein 5.499292404 L4_chemical_B2 +LQ01X028590 Putative uncharacterized protein 4.86776199 L4_chemical_B3 +LQ01X028590 Putative uncharacterized protein 5.044948794 L4_chemical_C2 +LQ01X028590 Putative uncharacterized protein 5.153151579 L4_chemical_C3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.41039322 C6_control_A1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.42607246 C6_control_A3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.56007924 C6_control_B1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.6423778 C6_control_B2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.4167072 C6_control_B3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.65743307 C6_control_C1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.57133428 C6_control_C2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.74913251 C6_control_C3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.16727858 C6_chemical_A1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.30879508 C6_chemical_A3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.33002636 C6_chemical_B1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.64070979 C6_chemical_B2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.36664066 C6_chemical_B3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.87307383 C6_chemical_C1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.8646326 C6_chemical_C2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.7031638 C6_chemical_C3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.39226049 L4_control_A1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.47566003 L4_control_A2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.06689531 L4_control_A3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.66530946 L4_control_B1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.04064486 L4_control_B2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.60986897 L4_control_B3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.67946007 L4_control_C2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.77566458 L4_control_C3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.17951304 L4_chemical_A1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.07560972 L4_chemical_A2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.09469793 L4_chemical_A3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.53753845 L4_chemical_B1 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.72676698 L4_chemical_B2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.79836877 L4_chemical_B3 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.75252871 L4_chemical_C2 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 13.86802199 L4_chemical_C3 +LQ01X028640 Putative Basic 7S globulin 5.900655925 C6_control_A1 +LQ01X028640 Putative Basic 7S globulin 6.046876964 C6_control_A3 +LQ01X028640 Putative Basic 7S globulin 5.353671093 C6_control_B1 +LQ01X028640 Putative Basic 7S globulin 5.64687328 C6_control_B2 +LQ01X028640 Putative Basic 7S globulin 6.114268561 C6_control_B3 +LQ01X028640 Putative Basic 7S globulin 5.252331093 C6_control_C1 +LQ01X028640 Putative Basic 7S globulin 5.462311066 C6_control_C2 +LQ01X028640 Putative Basic 7S globulin 5.167757877 C6_control_C3 +LQ01X028640 Putative Basic 7S globulin 5.873438219 C6_chemical_A1 +LQ01X028640 Putative Basic 7S globulin 5.766656675 C6_chemical_A3 +LQ01X028640 Putative Basic 7S globulin 6.003170752 C6_chemical_B1 +LQ01X028640 Putative Basic 7S globulin 5.748567992 C6_chemical_B2 +LQ01X028640 Putative Basic 7S globulin 5.310214542 C6_chemical_B3 +LQ01X028640 Putative Basic 7S globulin 5.18715728 C6_chemical_C1 +LQ01X028640 Putative Basic 7S globulin 5.025049157 C6_chemical_C2 +LQ01X028640 Putative Basic 7S globulin 5.110572671 C6_chemical_C3 +LQ01X028640 Putative Basic 7S globulin 5.355121103 L4_control_A1 +LQ01X028640 Putative Basic 7S globulin 5.731368366 L4_control_A2 +LQ01X028640 Putative Basic 7S globulin 5.236529105 L4_control_A3 +LQ01X028640 Putative Basic 7S globulin 5.367568941 L4_control_B1 +LQ01X028640 Putative Basic 7S globulin 5.763741753 L4_control_B2 +LQ01X028640 Putative Basic 7S globulin 5.427527754 L4_control_B3 +LQ01X028640 Putative Basic 7S globulin 5.895246516 L4_control_C2 +LQ01X028640 Putative Basic 7S globulin 5.531859191 L4_control_C3 +LQ01X028640 Putative Basic 7S globulin 5.254091008 L4_chemical_A1 +LQ01X028640 Putative Basic 7S globulin 5.20291741 L4_chemical_A2 +LQ01X028640 Putative Basic 7S globulin 5.163898738 L4_chemical_A3 +LQ01X028640 Putative Basic 7S globulin 5.78961708 L4_chemical_B1 +LQ01X028640 Putative Basic 7S globulin 5.928665682 L4_chemical_B2 +LQ01X028640 Putative Basic 7S globulin 5.530176938 L4_chemical_B3 +LQ01X028640 Putative Basic 7S globulin 5.431049593 L4_chemical_C2 +LQ01X028640 Putative Basic 7S globulin 5.150281435 L4_chemical_C3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.01535635 C6_control_A1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.21354595 C6_control_A3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.65283923 C6_control_B1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.65412845 C6_control_B2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.88756655 C6_control_B3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.64736273 C6_control_C1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.23325509 C6_control_C2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.81192097 C6_control_C3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.84650686 C6_chemical_A1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.2763096 C6_chemical_A3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.50440665 C6_chemical_B1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.7495205 C6_chemical_B2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.86903172 C6_chemical_B3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.81145405 C6_chemical_C1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.25513718 C6_chemical_C2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.72273787 C6_chemical_C3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.08911249 L4_control_A1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.41515843 L4_control_A2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.82607759 L4_control_A3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.1603094 L4_control_B1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.15065084 L4_control_B2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 9.2277426 L4_control_B3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.83405872 L4_control_C2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 9.833671475 L4_control_C3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 12.06056703 L4_chemical_A1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.95646739 L4_chemical_A2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.2922752 L4_chemical_A3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 11.66726628 L4_chemical_B1 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.3273022 L4_chemical_B2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 9.815664265 L4_chemical_B3 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.41139535 L4_chemical_C2 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.24618779 L4_chemical_C3 +LQ01X028680 Putative uncharacterized protein 10.25255799 C6_control_A1 +LQ01X028680 Putative uncharacterized protein 9.99425176 C6_control_A3 +LQ01X028680 Putative uncharacterized protein 10.68429084 C6_control_B1 +LQ01X028680 Putative uncharacterized protein 10.74802424 C6_control_B2 +LQ01X028680 Putative uncharacterized protein 11.16063312 C6_control_B3 +LQ01X028680 Putative uncharacterized protein 11.02282224 C6_control_C1 +LQ01X028680 Putative uncharacterized protein 10.89309495 C6_control_C2 +LQ01X028680 Putative uncharacterized protein 11.03590949 C6_control_C3 +LQ01X028680 Putative uncharacterized protein 9.756092424 C6_chemical_A1 +LQ01X028680 Putative uncharacterized protein 10.16126577 C6_chemical_A3 +LQ01X028680 Putative uncharacterized protein 10.34605219 C6_chemical_B1 +LQ01X028680 Putative uncharacterized protein 10.34248499 C6_chemical_B2 +LQ01X028680 Putative uncharacterized protein 11.1420003 C6_chemical_B3 +LQ01X028680 Putative uncharacterized protein 10.99356576 C6_chemical_C1 +LQ01X028680 Putative uncharacterized protein 10.64284286 C6_chemical_C2 +LQ01X028680 Putative uncharacterized protein 10.97821494 C6_chemical_C3 +LQ01X028680 Putative uncharacterized protein 10.21419391 L4_control_A1 +LQ01X028680 Putative uncharacterized protein 8.708461172 L4_control_A2 +LQ01X028680 Putative uncharacterized protein 9.021683477 L4_control_A3 +LQ01X028680 Putative uncharacterized protein 11.09971539 L4_control_B1 +LQ01X028680 Putative uncharacterized protein 10.29287223 L4_control_B2 +LQ01X028680 Putative uncharacterized protein 11.40750348 L4_control_B3 +LQ01X028680 Putative uncharacterized protein 10.65327711 L4_control_C2 +LQ01X028680 Putative uncharacterized protein 11.050959 L4_control_C3 +LQ01X028680 Putative uncharacterized protein 10.62773981 L4_chemical_A1 +LQ01X028680 Putative uncharacterized protein 9.638940753 L4_chemical_A2 +LQ01X028680 Putative uncharacterized protein 10.34814421 L4_chemical_A3 +LQ01X028680 Putative uncharacterized protein 10.2781113 L4_chemical_B1 +LQ01X028680 Putative uncharacterized protein 9.596993423 L4_chemical_B2 +LQ01X028680 Putative uncharacterized protein 10.59326177 L4_chemical_B3 +LQ01X028680 Putative uncharacterized protein 10.68801109 L4_chemical_C2 +LQ01X028680 Putative uncharacterized protein 11.49082846 L4_chemical_C3 +LQ01X028730 Putative uncharacterized protein 10.00877347 C6_control_A1 +LQ01X028730 Putative uncharacterized protein 9.471776864 C6_control_A3 +LQ01X028730 Putative uncharacterized protein 9.369397825 C6_control_B1 +LQ01X028730 Putative uncharacterized protein 9.002621968 C6_control_B2 +LQ01X028730 Putative uncharacterized protein 8.52826146 C6_control_B3 +LQ01X028730 Putative uncharacterized protein 9.744826147 C6_control_C1 +LQ01X028730 Putative uncharacterized protein 8.977289495 C6_control_C2 +LQ01X028730 Putative uncharacterized protein 8.459670005 C6_control_C3 +LQ01X028730 Putative uncharacterized protein 10.10148854 C6_chemical_A1 +LQ01X028730 Putative uncharacterized protein 9.843739131 C6_chemical_A3 +LQ01X028730 Putative uncharacterized protein 9.423934522 C6_chemical_B1 +LQ01X028730 Putative uncharacterized protein 8.835567094 C6_chemical_B2 +LQ01X028730 Putative uncharacterized protein 8.593138716 C6_chemical_B3 +LQ01X028730 Putative uncharacterized protein 9.654815298 C6_chemical_C1 +LQ01X028730 Putative uncharacterized protein 9.270842698 C6_chemical_C2 +LQ01X028730 Putative uncharacterized protein 8.687475675 C6_chemical_C3 +LQ01X028730 Putative uncharacterized protein 9.925217167 L4_control_A1 +LQ01X028730 Putative uncharacterized protein 9.01164523 L4_control_A2 +LQ01X028730 Putative uncharacterized protein 9.457404802 L4_control_A3 +LQ01X028730 Putative uncharacterized protein 8.695215579 L4_control_B1 +LQ01X028730 Putative uncharacterized protein 9.441818187 L4_control_B2 +LQ01X028730 Putative uncharacterized protein 8.943182129 L4_control_B3 +LQ01X028730 Putative uncharacterized protein 10.14022836 L4_control_C2 +LQ01X028730 Putative uncharacterized protein 9.424982744 L4_control_C3 +LQ01X028730 Putative uncharacterized protein 9.140113065 L4_chemical_A1 +LQ01X028730 Putative uncharacterized protein 8.105631511 L4_chemical_A2 +LQ01X028730 Putative uncharacterized protein 9.094134837 L4_chemical_A3 +LQ01X028730 Putative uncharacterized protein 8.817375024 L4_chemical_B1 +LQ01X028730 Putative uncharacterized protein 9.335545842 L4_chemical_B2 +LQ01X028730 Putative uncharacterized protein 8.865381102 L4_chemical_B3 +LQ01X028730 Putative uncharacterized protein 10.32693792 L4_chemical_C2 +LQ01X028730 Putative uncharacterized protein 9.153135963 L4_chemical_C3 +LQ01X028740 Predicted protein 5.476899965 C6_control_A1 +LQ01X028740 Predicted protein 6.264751948 C6_control_A3 +LQ01X028740 Predicted protein 5.267526309 C6_control_B1 +LQ01X028740 Predicted protein 5.377118196 C6_control_B2 +LQ01X028740 Predicted protein 5.429901593 C6_control_B3 +LQ01X028740 Predicted protein 5.499421114 C6_control_C1 +LQ01X028740 Predicted protein 6.382875438 C6_control_C2 +LQ01X028740 Predicted protein 5.506318922 C6_control_C3 +LQ01X028740 Predicted protein 5.675082608 C6_chemical_A1 +LQ01X028740 Predicted protein 5.213866067 C6_chemical_A3 +LQ01X028740 Predicted protein 5.195552772 C6_chemical_B1 +LQ01X028740 Predicted protein 5.519605119 C6_chemical_B2 +LQ01X028740 Predicted protein 5.224434115 C6_chemical_B3 +LQ01X028740 Predicted protein 5.576978537 C6_chemical_C1 +LQ01X028740 Predicted protein 5.449509009 C6_chemical_C2 +LQ01X028740 Predicted protein 5.374041299 C6_chemical_C3 +LQ01X028740 Predicted protein 5.729797198 L4_control_A1 +LQ01X028740 Predicted protein 5.845786866 L4_control_A2 +LQ01X028740 Predicted protein 5.890762973 L4_control_A3 +LQ01X028740 Predicted protein 6.662499312 L4_control_B1 +LQ01X028740 Predicted protein 5.394761211 L4_control_B2 +LQ01X028740 Predicted protein 5.345322471 L4_control_B3 +LQ01X028740 Predicted protein 5.069610245 L4_control_C2 +LQ01X028740 Predicted protein 5.167827231 L4_control_C3 +LQ01X028740 Predicted protein 5.592684085 L4_chemical_A1 +LQ01X028740 Predicted protein 5.871615547 L4_chemical_A2 +LQ01X028740 Predicted protein 6.115510854 L4_chemical_A3 +LQ01X028740 Predicted protein 5.612719074 L4_chemical_B1 +LQ01X028740 Predicted protein 5.20450503 L4_chemical_B2 +LQ01X028740 Predicted protein 5.288525992 L4_chemical_B3 +LQ01X028740 Predicted protein 5.351910301 L4_chemical_C2 +LQ01X028740 Predicted protein 5.262401266 L4_chemical_C3 +LQ01X028750 Probable glutathione peroxidase 4 5.938829397 C6_control_A1 +LQ01X028750 Probable glutathione peroxidase 4 5.652591014 C6_control_A3 +LQ01X028750 Probable glutathione peroxidase 4 6.634077013 C6_control_B1 +LQ01X028750 Probable glutathione peroxidase 4 5.815589052 C6_control_B2 +LQ01X028750 Probable glutathione peroxidase 4 6.571260026 C6_control_B3 +LQ01X028750 Probable glutathione peroxidase 4 6.202291271 C6_control_C1 +LQ01X028750 Probable glutathione peroxidase 4 5.777873051 C6_control_C2 +LQ01X028750 Probable glutathione peroxidase 4 5.691088548 C6_control_C3 +LQ01X028750 Probable glutathione peroxidase 4 5.912653825 C6_chemical_A1 +LQ01X028750 Probable glutathione peroxidase 4 5.670736878 C6_chemical_A3 +LQ01X028750 Probable glutathione peroxidase 4 6.43414126 C6_chemical_B1 +LQ01X028750 Probable glutathione peroxidase 4 6.072035292 C6_chemical_B2 +LQ01X028750 Probable glutathione peroxidase 4 5.956616485 C6_chemical_B3 +LQ01X028750 Probable glutathione peroxidase 4 6.391987684 C6_chemical_C1 +LQ01X028750 Probable glutathione peroxidase 4 5.966822877 C6_chemical_C2 +LQ01X028750 Probable glutathione peroxidase 4 5.902075793 C6_chemical_C3 +LQ01X028750 Probable glutathione peroxidase 4 6.272686992 L4_control_A1 +LQ01X028750 Probable glutathione peroxidase 4 6.228567155 L4_control_A2 +LQ01X028750 Probable glutathione peroxidase 4 5.320687864 L4_control_A3 +LQ01X028750 Probable glutathione peroxidase 4 5.878357496 L4_control_B1 +LQ01X028750 Probable glutathione peroxidase 4 6.161176856 L4_control_B2 +LQ01X028750 Probable glutathione peroxidase 4 5.870150099 L4_control_B3 +LQ01X028750 Probable glutathione peroxidase 4 7.581573919 L4_control_C2 +LQ01X028750 Probable glutathione peroxidase 4 6.249193686 L4_control_C3 +LQ01X028750 Probable glutathione peroxidase 4 6.34798424 L4_chemical_A1 +LQ01X028750 Probable glutathione peroxidase 4 6.173300616 L4_chemical_A2 +LQ01X028750 Probable glutathione peroxidase 4 5.568270633 L4_chemical_A3 +LQ01X028750 Probable glutathione peroxidase 4 6.513750147 L4_chemical_B1 +LQ01X028750 Probable glutathione peroxidase 4 6.021491985 L4_chemical_B2 +LQ01X028750 Probable glutathione peroxidase 4 5.756822247 L4_chemical_B3 +LQ01X028750 Probable glutathione peroxidase 4 5.813479664 L4_chemical_C2 +LQ01X028750 Probable glutathione peroxidase 4 6.929628123 L4_chemical_C3 +LQ01X028760 Glutathione peroxidase 5.242796684 C6_control_A1 +LQ01X028760 Glutathione peroxidase 5.845521998 C6_control_A3 +LQ01X028760 Glutathione peroxidase 5.270187915 C6_control_B1 +LQ01X028760 Glutathione peroxidase 5.549263425 C6_control_B2 +LQ01X028760 Glutathione peroxidase 5.453327794 C6_control_B3 +LQ01X028760 Glutathione peroxidase 5.199566251 C6_control_C1 +LQ01X028760 Glutathione peroxidase 5.936581102 C6_control_C2 +LQ01X028760 Glutathione peroxidase 5.363248588 C6_control_C3 +LQ01X028760 Glutathione peroxidase 5.229440797 C6_chemical_A1 +LQ01X028760 Glutathione peroxidase 5.352559241 C6_chemical_A3 +LQ01X028760 Glutathione peroxidase 5.803280081 C6_chemical_B1 +LQ01X028760 Glutathione peroxidase 5.401772975 C6_chemical_B2 +LQ01X028760 Glutathione peroxidase 5.545532639 C6_chemical_B3 +LQ01X028760 Glutathione peroxidase 5.488078808 C6_chemical_C1 +LQ01X028760 Glutathione peroxidase 5.778676334 C6_chemical_C2 +LQ01X028760 Glutathione peroxidase 5.049349181 C6_chemical_C3 +LQ01X028760 Glutathione peroxidase 5.38460656 L4_control_A1 +LQ01X028760 Glutathione peroxidase 5.257183067 L4_control_A2 +LQ01X028760 Glutathione peroxidase 5.816114252 L4_control_A3 +LQ01X028760 Glutathione peroxidase 5.153845735 L4_control_B1 +LQ01X028760 Glutathione peroxidase 5.462685325 L4_control_B2 +LQ01X028760 Glutathione peroxidase 5.508067738 L4_control_B3 +LQ01X028760 Glutathione peroxidase 5.428175486 L4_control_C2 +LQ01X028760 Glutathione peroxidase 5.819736754 L4_control_C3 +LQ01X028760 Glutathione peroxidase 5.424017891 L4_chemical_A1 +LQ01X028760 Glutathione peroxidase 5.316217183 L4_chemical_A2 +LQ01X028760 Glutathione peroxidase 5.270759898 L4_chemical_A3 +LQ01X028760 Glutathione peroxidase 5.557414684 L4_chemical_B1 +LQ01X028760 Glutathione peroxidase 5.550912972 L4_chemical_B2 +LQ01X028760 Glutathione peroxidase 5.129764345 L4_chemical_B3 +LQ01X028760 Glutathione peroxidase 5.040867999 L4_chemical_C2 +LQ01X028760 Glutathione peroxidase 5.844187101 L4_chemical_C3 +LQ01X028790 Putative uncharacterized protein 8.951215703 C6_control_A1 +LQ01X028790 Putative uncharacterized protein 10.00686974 C6_control_A3 +LQ01X028790 Putative uncharacterized protein 10.1422499 C6_control_B1 +LQ01X028790 Putative uncharacterized protein 9.852014293 C6_control_B2 +LQ01X028790 Putative uncharacterized protein 9.977391709 C6_control_B3 +LQ01X028790 Putative uncharacterized protein 9.267036719 C6_control_C1 +LQ01X028790 Putative uncharacterized protein 9.93090131 C6_control_C2 +LQ01X028790 Putative uncharacterized protein 10.24132688 C6_control_C3 +LQ01X028790 Putative uncharacterized protein 10.02838674 C6_chemical_A1 +LQ01X028790 Putative uncharacterized protein 11.61034028 C6_chemical_A3 +LQ01X028790 Putative uncharacterized protein 11.32839141 C6_chemical_B1 +LQ01X028790 Putative uncharacterized protein 10.18878456 C6_chemical_B2 +LQ01X028790 Putative uncharacterized protein 9.834003487 C6_chemical_B3 +LQ01X028790 Putative uncharacterized protein 9.385222383 C6_chemical_C1 +LQ01X028790 Putative uncharacterized protein 9.593422904 C6_chemical_C2 +LQ01X028790 Putative uncharacterized protein 10.88261021 C6_chemical_C3 +LQ01X028790 Putative uncharacterized protein 9.916911047 L4_control_A1 +LQ01X028790 Putative uncharacterized protein 10.67613538 L4_control_A2 +LQ01X028790 Putative uncharacterized protein 10.82902311 L4_control_A3 +LQ01X028790 Putative uncharacterized protein 10.95092753 L4_control_B1 +LQ01X028790 Putative uncharacterized protein 11.32049188 L4_control_B2 +LQ01X028790 Putative uncharacterized protein 9.806684266 L4_control_B3 +LQ01X028790 Putative uncharacterized protein 11.02873867 L4_control_C2 +LQ01X028790 Putative uncharacterized protein 11.36115479 L4_control_C3 +LQ01X028790 Putative uncharacterized protein 12.35802715 L4_chemical_A1 +LQ01X028790 Putative uncharacterized protein 13.30976526 L4_chemical_A2 +LQ01X028790 Putative uncharacterized protein 10.61781112 L4_chemical_A3 +LQ01X028790 Putative uncharacterized protein 11.49635256 L4_chemical_B1 +LQ01X028790 Putative uncharacterized protein 12.52484595 L4_chemical_B2 +LQ01X028790 Putative uncharacterized protein 10.38307845 L4_chemical_B3 +LQ01X028790 Putative uncharacterized protein 11.48320698 L4_chemical_C2 +LQ01X028790 Putative uncharacterized protein 11.25951598 L4_chemical_C3 +LQ01X028820 Predicted protein 5.827743844 C6_control_A1 +LQ01X028820 Predicted protein 6.476275265 C6_control_A3 +LQ01X028820 Predicted protein 5.790002893 C6_control_B1 +LQ01X028820 Predicted protein 5.471184475 C6_control_B2 +LQ01X028820 Predicted protein 5.391042244 C6_control_B3 +LQ01X028820 Predicted protein 5.61617154 C6_control_C1 +LQ01X028820 Predicted protein 6.196446318 C6_control_C2 +LQ01X028820 Predicted protein 5.530134477 C6_control_C3 +LQ01X028820 Predicted protein 5.125829174 C6_chemical_A1 +LQ01X028820 Predicted protein 5.392872513 C6_chemical_A3 +LQ01X028820 Predicted protein 5.652231828 C6_chemical_B1 +LQ01X028820 Predicted protein 5.297208406 C6_chemical_B2 +LQ01X028820 Predicted protein 5.307260305 C6_chemical_B3 +LQ01X028820 Predicted protein 6.218377032 C6_chemical_C1 +LQ01X028820 Predicted protein 5.344092706 C6_chemical_C2 +LQ01X028820 Predicted protein 5.062281586 C6_chemical_C3 +LQ01X028820 Predicted protein 5.287456783 L4_control_A1 +LQ01X028820 Predicted protein 5.121651973 L4_control_A2 +LQ01X028820 Predicted protein 5.379327245 L4_control_A3 +LQ01X028820 Predicted protein 4.994563214 L4_control_B1 +LQ01X028820 Predicted protein 5.562769157 L4_control_B2 +LQ01X028820 Predicted protein 5.511397714 L4_control_B3 +LQ01X028820 Predicted protein 5.947864601 L4_control_C2 +LQ01X028820 Predicted protein 6.212253148 L4_control_C3 +LQ01X028820 Predicted protein 5.267285266 L4_chemical_A1 +LQ01X028820 Predicted protein 5.422101312 L4_chemical_A2 +LQ01X028820 Predicted protein 5.355014432 L4_chemical_A3 +LQ01X028820 Predicted protein 5.693117786 L4_chemical_B1 +LQ01X028820 Predicted protein 5.317862986 L4_chemical_B2 +LQ01X028820 Predicted protein 5.167193902 L4_chemical_B3 +LQ01X028820 Predicted protein 5.526226944 L4_chemical_C2 +LQ01X028820 Predicted protein 6.137362837 L4_chemical_C3 +LQ01X028830 Predicted protein 6.206349465 C6_control_A1 +LQ01X028830 Predicted protein 6.366405398 C6_control_A3 +LQ01X028830 Predicted protein 6.453269984 C6_control_B1 +LQ01X028830 Predicted protein 6.468303081 C6_control_B2 +LQ01X028830 Predicted protein 5.997732952 C6_control_B3 +LQ01X028830 Predicted protein 5.940806687 C6_control_C1 +LQ01X028830 Predicted protein 6.849611924 C6_control_C2 +LQ01X028830 Predicted protein 5.897929535 C6_control_C3 +LQ01X028830 Predicted protein 6.191013629 C6_chemical_A1 +LQ01X028830 Predicted protein 5.952965422 C6_chemical_A3 +LQ01X028830 Predicted protein 6.571318914 C6_chemical_B1 +LQ01X028830 Predicted protein 6.076862575 C6_chemical_B2 +LQ01X028830 Predicted protein 6.050531659 C6_chemical_B3 +LQ01X028830 Predicted protein 5.820289234 C6_chemical_C1 +LQ01X028830 Predicted protein 6.195134444 C6_chemical_C2 +LQ01X028830 Predicted protein 5.69171762 C6_chemical_C3 +LQ01X028830 Predicted protein 5.994201664 L4_control_A1 +LQ01X028830 Predicted protein 5.500375662 L4_control_A2 +LQ01X028830 Predicted protein 6.852697467 L4_control_A3 +LQ01X028830 Predicted protein 5.904422137 L4_control_B1 +LQ01X028830 Predicted protein 6.61007481 L4_control_B2 +LQ01X028830 Predicted protein 6.393062597 L4_control_B3 +LQ01X028830 Predicted protein 5.994368382 L4_control_C2 +LQ01X028830 Predicted protein 6.201735925 L4_control_C3 +LQ01X028830 Predicted protein 5.673682374 L4_chemical_A1 +LQ01X028830 Predicted protein 6.094422024 L4_chemical_A2 +LQ01X028830 Predicted protein 5.862812865 L4_chemical_A3 +LQ01X028830 Predicted protein 6.191761205 L4_chemical_B1 +LQ01X028830 Predicted protein 6.950422057 L4_chemical_B2 +LQ01X028830 Predicted protein 6.172105614 L4_chemical_B3 +LQ01X028830 Predicted protein 6.269098518 L4_chemical_C2 +LQ01X028830 Predicted protein 6.88285719 L4_chemical_C3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.480115311 C6_control_A1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.942656254 C6_control_A3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.481116685 C6_control_B1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.40201011 C6_control_B2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.560109288 C6_control_B3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.583572623 C6_control_C1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.497029664 C6_control_C2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.383680723 C6_control_C3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.290662431 C6_chemical_A1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.446875954 C6_chemical_A3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.150249547 C6_chemical_B1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.295047375 C6_chemical_B2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.289515785 C6_chemical_B3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.940388464 C6_chemical_C1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.259496207 C6_chemical_C2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.583484024 C6_chemical_C3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.259514834 L4_control_A1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.588891596 L4_control_A2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 6.709468561 L4_control_A3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.53992153 L4_control_B1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.001427789 L4_control_B2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.392345255 L4_control_B3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.809276613 L4_control_C2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.62579211 L4_control_C3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.651226961 L4_chemical_A1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.739842034 L4_chemical_A2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 6.62661489 L4_chemical_A3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.873797462 L4_chemical_B1 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.230053201 L4_chemical_B2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.108843956 L4_chemical_B3 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 6.07218701 L4_chemical_C2 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.902916126 L4_chemical_C3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.513341479 C6_control_A1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.523671103 C6_control_A3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.357646701 C6_control_B1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.700362527 C6_control_B2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.885852494 C6_control_B3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.836927552 C6_control_C1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.106019947 C6_control_C2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.418338874 C6_control_C3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.650962289 C6_chemical_A1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.885132651 C6_chemical_A3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.534072775 C6_chemical_B1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.636200436 C6_chemical_B2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.566032705 C6_chemical_B3 +LQ01X028870 Putative Speckle-type POZ protein-like 6.18033117 C6_chemical_C1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.4729413 C6_chemical_C2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.51057389 C6_chemical_C3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.561294138 L4_control_A1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.603194934 L4_control_A2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.4824328 L4_control_A3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.030364962 L4_control_B1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.286435923 L4_control_B2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.615408515 L4_control_B3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.506036775 L4_control_C2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.280554723 L4_control_C3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.526596759 L4_chemical_A1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.934842237 L4_chemical_A2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.373286492 L4_chemical_A3 +LQ01X028870 Putative Speckle-type POZ protein-like 6.10691269 L4_chemical_B1 +LQ01X028870 Putative Speckle-type POZ protein-like 5.704376941 L4_chemical_B2 +LQ01X028870 Putative Speckle-type POZ protein-like 5.527866778 L4_chemical_B3 +LQ01X028870 Putative Speckle-type POZ protein-like 5.952354436 L4_chemical_C2 +LQ01X028870 Putative Speckle-type POZ protein-like 4.965549495 L4_chemical_C3 +LQ01X028880 Predicted protein 11.92298836 C6_control_A1 +LQ01X028880 Predicted protein 11.10287418 C6_control_A3 +LQ01X028880 Predicted protein 12.49341516 C6_control_B1 +LQ01X028880 Predicted protein 13.0898608 C6_control_B2 +LQ01X028880 Predicted protein 12.981564 C6_control_B3 +LQ01X028880 Predicted protein 13.94920699 C6_control_C1 +LQ01X028880 Predicted protein 13.74847381 C6_control_C2 +LQ01X028880 Predicted protein 13.76045852 C6_control_C3 +LQ01X028880 Predicted protein 12.15616525 C6_chemical_A1 +LQ01X028880 Predicted protein 11.55893441 C6_chemical_A3 +LQ01X028880 Predicted protein 12.98397828 C6_chemical_B1 +LQ01X028880 Predicted protein 13.2951527 C6_chemical_B2 +LQ01X028880 Predicted protein 13.09737892 C6_chemical_B3 +LQ01X028880 Predicted protein 13.83449175 C6_chemical_C1 +LQ01X028880 Predicted protein 14.24716343 C6_chemical_C2 +LQ01X028880 Predicted protein 14.02741114 C6_chemical_C3 +LQ01X028880 Predicted protein 11.3460247 L4_control_A1 +LQ01X028880 Predicted protein 11.60221819 L4_control_A2 +LQ01X028880 Predicted protein 11.67465388 L4_control_A3 +LQ01X028880 Predicted protein 12.45622512 L4_control_B1 +LQ01X028880 Predicted protein 12.45883492 L4_control_B2 +LQ01X028880 Predicted protein 13.57264698 L4_control_B3 +LQ01X028880 Predicted protein 13.63847497 L4_control_C2 +LQ01X028880 Predicted protein 13.95669385 L4_control_C3 +LQ01X028880 Predicted protein 11.36863136 L4_chemical_A1 +LQ01X028880 Predicted protein 11.58890224 L4_chemical_A2 +LQ01X028880 Predicted protein 11.4522681 L4_chemical_A3 +LQ01X028880 Predicted protein 11.80371882 L4_chemical_B1 +LQ01X028880 Predicted protein 11.97313402 L4_chemical_B2 +LQ01X028880 Predicted protein 12.23059762 L4_chemical_B3 +LQ01X028880 Predicted protein 13.82438382 L4_chemical_C2 +LQ01X028880 Predicted protein 14.02456535 L4_chemical_C3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.093849074 C6_control_A1 +LQ01X028890 Elongation factor Tu, mitochondrial 5.218234538 C6_control_A3 +LQ01X028890 Elongation factor Tu, mitochondrial 6.104527918 C6_control_B1 +LQ01X028890 Elongation factor Tu, mitochondrial 5.002246653 C6_control_B2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.239038281 C6_control_B3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.621416834 C6_control_C1 +LQ01X028890 Elongation factor Tu, mitochondrial 5.274085717 C6_control_C2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.251347077 C6_control_C3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.0939708 C6_chemical_A1 +LQ01X028890 Elongation factor Tu, mitochondrial 5.606716043 C6_chemical_A3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.381724021 C6_chemical_B1 +LQ01X028890 Elongation factor Tu, mitochondrial 5.158894606 C6_chemical_B2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.608980872 C6_chemical_B3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.21243663 C6_chemical_C1 +LQ01X028890 Elongation factor Tu, mitochondrial 5.283813204 C6_chemical_C2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.371526023 C6_chemical_C3 +LQ01X028890 Elongation factor Tu, mitochondrial 4.995565937 L4_control_A1 +LQ01X028890 Elongation factor Tu, mitochondrial 5.450154723 L4_control_A2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.446693034 L4_control_A3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.443910665 L4_control_B1 +LQ01X028890 Elongation factor Tu, mitochondrial 5.420161794 L4_control_B2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.154531826 L4_control_B3 +LQ01X028890 Elongation factor Tu, mitochondrial 4.911198976 L4_control_C2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.409871411 L4_control_C3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.256211539 L4_chemical_A1 +LQ01X028890 Elongation factor Tu, mitochondrial 4.991507818 L4_chemical_A2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.079671873 L4_chemical_A3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.349030115 L4_chemical_B1 +LQ01X028890 Elongation factor Tu, mitochondrial 4.635577956 L4_chemical_B2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.161447956 L4_chemical_B3 +LQ01X028890 Elongation factor Tu, mitochondrial 5.514109998 L4_chemical_C2 +LQ01X028890 Elongation factor Tu, mitochondrial 5.875026876 L4_chemical_C3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.513114829 C6_control_A1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.237287437 C6_control_A3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 4.954784805 C6_control_B1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.89316826 C6_control_B2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.737415084 C6_control_B3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.311111356 C6_control_C1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.436591642 C6_control_C2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.739134054 C6_control_C3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.83212499 C6_chemical_A1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.4493303 C6_chemical_A3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 4.943560192 C6_chemical_B1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.891324192 C6_chemical_B2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.12202029 C6_chemical_B3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.506311174 C6_chemical_C1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.586605925 C6_chemical_C2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.795172029 C6_chemical_C3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.421194798 L4_control_A1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.616369923 L4_control_A2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 6.177144469 L4_control_A3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.246365328 L4_control_B1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.848972949 L4_control_B2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.489495937 L4_control_B3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.638495918 L4_control_C2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 4.751033294 L4_control_C3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.310035696 L4_chemical_A1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.099624931 L4_chemical_A2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 6.60600714 L4_chemical_A3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 4.931931064 L4_chemical_B1 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.16184887 L4_chemical_B2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.530854556 L4_chemical_B3 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.311652487 L4_chemical_C2 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 4.921095493 L4_chemical_C3 +LQ01X028940 Putative uncharacterized protein 5.25866914 C6_control_A1 +LQ01X028940 Putative uncharacterized protein 4.989852345 C6_control_A3 +LQ01X028940 Putative uncharacterized protein 5.839348092 C6_control_B1 +LQ01X028940 Putative uncharacterized protein 5.344916432 C6_control_B2 +LQ01X028940 Putative uncharacterized protein 5.432463676 C6_control_B3 +LQ01X028940 Putative uncharacterized protein 5.592321053 C6_control_C1 +LQ01X028940 Putative uncharacterized protein 5.3090182 C6_control_C2 +LQ01X028940 Putative uncharacterized protein 5.297986706 C6_control_C3 +LQ01X028940 Putative uncharacterized protein 4.972930671 C6_chemical_A1 +LQ01X028940 Putative uncharacterized protein 5.624037951 C6_chemical_A3 +LQ01X028940 Putative uncharacterized protein 5.947139631 C6_chemical_B1 +LQ01X028940 Putative uncharacterized protein 5.448002725 C6_chemical_B2 +LQ01X028940 Putative uncharacterized protein 5.569079267 C6_chemical_B3 +LQ01X028940 Putative uncharacterized protein 5.695633177 C6_chemical_C1 +LQ01X028940 Putative uncharacterized protein 5.433357022 C6_chemical_C2 +LQ01X028940 Putative uncharacterized protein 5.548329432 C6_chemical_C3 +LQ01X028940 Putative uncharacterized protein 5.587394182 L4_control_A1 +LQ01X028940 Putative uncharacterized protein 5.546309617 L4_control_A2 +LQ01X028940 Putative uncharacterized protein 5.853666302 L4_control_A3 +LQ01X028940 Putative uncharacterized protein 5.677948074 L4_control_B1 +LQ01X028940 Putative uncharacterized protein 5.244241407 L4_control_B2 +LQ01X028940 Putative uncharacterized protein 5.604783382 L4_control_B3 +LQ01X028940 Putative uncharacterized protein 6.222842641 L4_control_C2 +LQ01X028940 Putative uncharacterized protein 5.954254766 L4_control_C3 +LQ01X028940 Putative uncharacterized protein 5.237035591 L4_chemical_A1 +LQ01X028940 Putative uncharacterized protein 5.544762552 L4_chemical_A2 +LQ01X028940 Putative uncharacterized protein 6.534971148 L4_chemical_A3 +LQ01X028940 Putative uncharacterized protein 5.50613445 L4_chemical_B1 +LQ01X028940 Putative uncharacterized protein 6.30503573 L4_chemical_B2 +LQ01X028940 Putative uncharacterized protein 5.572097643 L4_chemical_B3 +LQ01X028940 Putative uncharacterized protein 5.985642519 L4_chemical_C2 +LQ01X028940 Putative uncharacterized protein 5.384792927 L4_chemical_C3 +LQ01X028950 Synapse-associated protein, putative 5.338040122 C6_control_A1 +LQ01X028950 Synapse-associated protein, putative 5.063430342 C6_control_A3 +LQ01X028950 Synapse-associated protein, putative 5.082101036 C6_control_B1 +LQ01X028950 Synapse-associated protein, putative 5.049605906 C6_control_B2 +LQ01X028950 Synapse-associated protein, putative 5.242018354 C6_control_B3 +LQ01X028950 Synapse-associated protein, putative 5.143756945 C6_control_C1 +LQ01X028950 Synapse-associated protein, putative 5.007779099 C6_control_C2 +LQ01X028950 Synapse-associated protein, putative 4.985436275 C6_control_C3 +LQ01X028950 Synapse-associated protein, putative 5.146016916 C6_chemical_A1 +LQ01X028950 Synapse-associated protein, putative 4.975172928 C6_chemical_A3 +LQ01X028950 Synapse-associated protein, putative 5.118556563 C6_chemical_B1 +LQ01X028950 Synapse-associated protein, putative 4.855071293 C6_chemical_B2 +LQ01X028950 Synapse-associated protein, putative 5.075571702 C6_chemical_B3 +LQ01X028950 Synapse-associated protein, putative 5.309710639 C6_chemical_C1 +LQ01X028950 Synapse-associated protein, putative 4.983776143 C6_chemical_C2 +LQ01X028950 Synapse-associated protein, putative 5.239612342 C6_chemical_C3 +LQ01X028950 Synapse-associated protein, putative 5.148959316 L4_control_A1 +LQ01X028950 Synapse-associated protein, putative 5.360611454 L4_control_A2 +LQ01X028950 Synapse-associated protein, putative 5.52726985 L4_control_A3 +LQ01X028950 Synapse-associated protein, putative 5.419006811 L4_control_B1 +LQ01X028950 Synapse-associated protein, putative 5.091547853 L4_control_B2 +LQ01X028950 Synapse-associated protein, putative 5.176038544 L4_control_B3 +LQ01X028950 Synapse-associated protein, putative 5.485459496 L4_control_C2 +LQ01X028950 Synapse-associated protein, putative 6.028192966 L4_control_C3 +LQ01X028950 Synapse-associated protein, putative 5.518548397 L4_chemical_A1 +LQ01X028950 Synapse-associated protein, putative 4.874408531 L4_chemical_A2 +LQ01X028950 Synapse-associated protein, putative 5.141661465 L4_chemical_A3 +LQ01X028950 Synapse-associated protein, putative 5.054732779 L4_chemical_B1 +LQ01X028950 Synapse-associated protein, putative 5.49267472 L4_chemical_B2 +LQ01X028950 Synapse-associated protein, putative 4.737555854 L4_chemical_B3 +LQ01X028950 Synapse-associated protein, putative 5.372562128 L4_chemical_C2 +LQ01X028950 Synapse-associated protein, putative 5.972513383 L4_chemical_C3 +LQ01X028990 Putative Predicted protein 5.862946203 C6_control_A1 +LQ01X028990 Putative Predicted protein 5.383041097 C6_control_A3 +LQ01X028990 Putative Predicted protein 6.058302797 C6_control_B1 +LQ01X028990 Putative Predicted protein 5.274013855 C6_control_B2 +LQ01X028990 Putative Predicted protein 5.787441675 C6_control_B3 +LQ01X028990 Putative Predicted protein 5.315050334 C6_control_C1 +LQ01X028990 Putative Predicted protein 5.312772938 C6_control_C2 +LQ01X028990 Putative Predicted protein 5.291765337 C6_control_C3 +LQ01X028990 Putative Predicted protein 5.570398888 C6_chemical_A1 +LQ01X028990 Putative Predicted protein 5.022257036 C6_chemical_A3 +LQ01X028990 Putative Predicted protein 6.26022143 C6_chemical_B1 +LQ01X028990 Putative Predicted protein 5.223816836 C6_chemical_B2 +LQ01X028990 Putative Predicted protein 5.866429158 C6_chemical_B3 +LQ01X028990 Putative Predicted protein 5.337105835 C6_chemical_C1 +LQ01X028990 Putative Predicted protein 5.108358697 C6_chemical_C2 +LQ01X028990 Putative Predicted protein 5.346394055 C6_chemical_C3 +LQ01X028990 Putative Predicted protein 5.611380331 L4_control_A1 +LQ01X028990 Putative Predicted protein 6.161564073 L4_control_A2 +LQ01X028990 Putative Predicted protein 5.403190753 L4_control_A3 +LQ01X028990 Putative Predicted protein 6.519609312 L4_control_B1 +LQ01X028990 Putative Predicted protein 5.567773439 L4_control_B2 +LQ01X028990 Putative Predicted protein 5.654534631 L4_control_B3 +LQ01X028990 Putative Predicted protein 5.405730497 L4_control_C2 +LQ01X028990 Putative Predicted protein 5.417453752 L4_control_C3 +LQ01X028990 Putative Predicted protein 5.67458798 L4_chemical_A1 +LQ01X028990 Putative Predicted protein 5.919061699 L4_chemical_A2 +LQ01X028990 Putative Predicted protein 5.475727321 L4_chemical_A3 +LQ01X028990 Putative Predicted protein 6.24670252 L4_chemical_B1 +LQ01X028990 Putative Predicted protein 5.250141409 L4_chemical_B2 +LQ01X028990 Putative Predicted protein 5.587877993 L4_chemical_B3 +LQ01X028990 Putative Predicted protein 5.678066697 L4_chemical_C2 +LQ01X028990 Putative Predicted protein 5.144044307 L4_chemical_C3 +LQ01X029010 Auxin-binding protein 1 5.69375257 C6_control_A1 +LQ01X029010 Auxin-binding protein 1 5.96213705 C6_control_A3 +LQ01X029010 Auxin-binding protein 1 5.551712701 C6_control_B1 +LQ01X029010 Auxin-binding protein 1 5.294591114 C6_control_B2 +LQ01X029010 Auxin-binding protein 1 5.127304074 C6_control_B3 +LQ01X029010 Auxin-binding protein 1 5.538976878 C6_control_C1 +LQ01X029010 Auxin-binding protein 1 6.134536666 C6_control_C2 +LQ01X029010 Auxin-binding protein 1 5.424441362 C6_control_C3 +LQ01X029010 Auxin-binding protein 1 5.631335751 C6_chemical_A1 +LQ01X029010 Auxin-binding protein 1 5.450222348 C6_chemical_A3 +LQ01X029010 Auxin-binding protein 1 4.938141318 C6_chemical_B1 +LQ01X029010 Auxin-binding protein 1 5.711566548 C6_chemical_B2 +LQ01X029010 Auxin-binding protein 1 5.252639764 C6_chemical_B3 +LQ01X029010 Auxin-binding protein 1 5.513422265 C6_chemical_C1 +LQ01X029010 Auxin-binding protein 1 5.367026528 C6_chemical_C2 +LQ01X029010 Auxin-binding protein 1 5.495212963 C6_chemical_C3 +LQ01X029010 Auxin-binding protein 1 5.190617164 L4_control_A1 +LQ01X029010 Auxin-binding protein 1 5.129855687 L4_control_A2 +LQ01X029010 Auxin-binding protein 1 5.245509733 L4_control_A3 +LQ01X029010 Auxin-binding protein 1 5.88050643 L4_control_B1 +LQ01X029010 Auxin-binding protein 1 5.297406995 L4_control_B2 +LQ01X029010 Auxin-binding protein 1 5.379806779 L4_control_B3 +LQ01X029010 Auxin-binding protein 1 5.439859865 L4_control_C2 +LQ01X029010 Auxin-binding protein 1 5.8227203 L4_control_C3 +LQ01X029010 Auxin-binding protein 1 5.36104438 L4_chemical_A1 +LQ01X029010 Auxin-binding protein 1 5.289680242 L4_chemical_A2 +LQ01X029010 Auxin-binding protein 1 5.782263746 L4_chemical_A3 +LQ01X029010 Auxin-binding protein 1 5.556539301 L4_chemical_B1 +LQ01X029010 Auxin-binding protein 1 5.607572889 L4_chemical_B2 +LQ01X029010 Auxin-binding protein 1 5.114239548 L4_chemical_B3 +LQ01X029010 Auxin-binding protein 1 4.919032099 L4_chemical_C2 +LQ01X029010 Auxin-binding protein 1 5.775282109 L4_chemical_C3 +LQ01X029020 Auxin-binding protein T85 4.945017664 C6_control_A1 +LQ01X029020 Auxin-binding protein T85 4.9602676 C6_control_A3 +LQ01X029020 Auxin-binding protein T85 4.83887919 C6_control_B1 +LQ01X029020 Auxin-binding protein T85 4.853871966 C6_control_B2 +LQ01X029020 Auxin-binding protein T85 4.914198127 C6_control_B3 +LQ01X029020 Auxin-binding protein T85 5.257407182 C6_control_C1 +LQ01X029020 Auxin-binding protein T85 4.851941469 C6_control_C2 +LQ01X029020 Auxin-binding protein T85 5.400942353 C6_control_C3 +LQ01X029020 Auxin-binding protein T85 5.154672535 C6_chemical_A1 +LQ01X029020 Auxin-binding protein T85 5.028432082 C6_chemical_A3 +LQ01X029020 Auxin-binding protein T85 5.053358342 C6_chemical_B1 +LQ01X029020 Auxin-binding protein T85 4.951674256 C6_chemical_B2 +LQ01X029020 Auxin-binding protein T85 4.652338353 C6_chemical_B3 +LQ01X029020 Auxin-binding protein T85 5.240622023 C6_chemical_C1 +LQ01X029020 Auxin-binding protein T85 5.19552458 C6_chemical_C2 +LQ01X029020 Auxin-binding protein T85 5.254650393 C6_chemical_C3 +LQ01X029020 Auxin-binding protein T85 5.141121403 L4_control_A1 +LQ01X029020 Auxin-binding protein T85 4.898953011 L4_control_A2 +LQ01X029020 Auxin-binding protein T85 5.528712127 L4_control_A3 +LQ01X029020 Auxin-binding protein T85 5.196815155 L4_control_B1 +LQ01X029020 Auxin-binding protein T85 5.356299753 L4_control_B2 +LQ01X029020 Auxin-binding protein T85 4.729253705 L4_control_B3 +LQ01X029020 Auxin-binding protein T85 5.047109226 L4_control_C2 +LQ01X029020 Auxin-binding protein T85 4.997874002 L4_control_C3 +LQ01X029020 Auxin-binding protein T85 5.265710274 L4_chemical_A1 +LQ01X029020 Auxin-binding protein T85 5.179605019 L4_chemical_A2 +LQ01X029020 Auxin-binding protein T85 5.437846715 L4_chemical_A3 +LQ01X029020 Auxin-binding protein T85 4.920677427 L4_chemical_B1 +LQ01X029020 Auxin-binding protein T85 5.565196119 L4_chemical_B2 +LQ01X029020 Auxin-binding protein T85 4.998481711 L4_chemical_B3 +LQ01X029020 Auxin-binding protein T85 5.2502241 L4_chemical_C2 +LQ01X029020 Auxin-binding protein T85 5.246163096 L4_chemical_C3 +LQ01X029040 Predicted protein 12.9196074 C6_control_A1 +LQ01X029040 Predicted protein 12.46639606 C6_control_A3 +LQ01X029040 Predicted protein 12.83467448 C6_control_B1 +LQ01X029040 Predicted protein 13.18983751 C6_control_B2 +LQ01X029040 Predicted protein 13.07447675 C6_control_B3 +LQ01X029040 Predicted protein 13.49577651 C6_control_C1 +LQ01X029040 Predicted protein 13.05080785 C6_control_C2 +LQ01X029040 Predicted protein 13.05880327 C6_control_C3 +LQ01X029040 Predicted protein 12.45861906 C6_chemical_A1 +LQ01X029040 Predicted protein 12.26266447 C6_chemical_A3 +LQ01X029040 Predicted protein 12.71943737 C6_chemical_B1 +LQ01X029040 Predicted protein 13.02167303 C6_chemical_B2 +LQ01X029040 Predicted protein 12.38596831 C6_chemical_B3 +LQ01X029040 Predicted protein 13.11886343 C6_chemical_C1 +LQ01X029040 Predicted protein 12.94259416 C6_chemical_C2 +LQ01X029040 Predicted protein 12.95256029 C6_chemical_C3 +LQ01X029040 Predicted protein 12.13110829 L4_control_A1 +LQ01X029040 Predicted protein 12.77511161 L4_control_A2 +LQ01X029040 Predicted protein 12.01582874 L4_control_A3 +LQ01X029040 Predicted protein 12.33316873 L4_control_B1 +LQ01X029040 Predicted protein 12.59566401 L4_control_B2 +LQ01X029040 Predicted protein 12.9005148 L4_control_B3 +LQ01X029040 Predicted protein 13.13024796 L4_control_C2 +LQ01X029040 Predicted protein 12.88042693 L4_control_C3 +LQ01X029040 Predicted protein 11.19231497 L4_chemical_A1 +LQ01X029040 Predicted protein 12.04725177 L4_chemical_A2 +LQ01X029040 Predicted protein 11.49875478 L4_chemical_A3 +LQ01X029040 Predicted protein 12.07119137 L4_chemical_B1 +LQ01X029040 Predicted protein 12.46698617 L4_chemical_B2 +LQ01X029040 Predicted protein 12.54062025 L4_chemical_B3 +LQ01X029040 Predicted protein 12.54296349 L4_chemical_C2 +LQ01X029040 Predicted protein 13.48072925 L4_chemical_C3 +LQ01X029050 Putative Protein FAM38B 5.7605451 C6_control_A1 +LQ01X029050 Putative Protein FAM38B 5.548207692 C6_control_A3 +LQ01X029050 Putative Protein FAM38B 5.272641415 C6_control_B1 +LQ01X029050 Putative Protein FAM38B 5.863981515 C6_control_B2 +LQ01X029050 Putative Protein FAM38B 6.040875836 C6_control_B3 +LQ01X029050 Putative Protein FAM38B 5.68210473 C6_control_C1 +LQ01X029050 Putative Protein FAM38B 5.214807526 C6_control_C2 +LQ01X029050 Putative Protein FAM38B 5.862867051 C6_control_C3 +LQ01X029050 Putative Protein FAM38B 5.575119947 C6_chemical_A1 +LQ01X029050 Putative Protein FAM38B 5.537146508 C6_chemical_A3 +LQ01X029050 Putative Protein FAM38B 5.677342687 C6_chemical_B1 +LQ01X029050 Putative Protein FAM38B 5.751394526 C6_chemical_B2 +LQ01X029050 Putative Protein FAM38B 5.743355205 C6_chemical_B3 +LQ01X029050 Putative Protein FAM38B 5.280944653 C6_chemical_C1 +LQ01X029050 Putative Protein FAM38B 5.390393489 C6_chemical_C2 +LQ01X029050 Putative Protein FAM38B 5.360123805 C6_chemical_C3 +LQ01X029050 Putative Protein FAM38B 5.295030391 L4_control_A1 +LQ01X029050 Putative Protein FAM38B 5.682315081 L4_control_A2 +LQ01X029050 Putative Protein FAM38B 5.815696436 L4_control_A3 +LQ01X029050 Putative Protein FAM38B 5.478108895 L4_control_B1 +LQ01X029050 Putative Protein FAM38B 5.690701381 L4_control_B2 +LQ01X029050 Putative Protein FAM38B 5.445931803 L4_control_B3 +LQ01X029050 Putative Protein FAM38B 5.306483989 L4_control_C2 +LQ01X029050 Putative Protein FAM38B 5.641148188 L4_control_C3 +LQ01X029050 Putative Protein FAM38B 5.445400305 L4_chemical_A1 +LQ01X029050 Putative Protein FAM38B 5.719083208 L4_chemical_A2 +LQ01X029050 Putative Protein FAM38B 6.163595508 L4_chemical_A3 +LQ01X029050 Putative Protein FAM38B 5.543243862 L4_chemical_B1 +LQ01X029050 Putative Protein FAM38B 5.582780158 L4_chemical_B2 +LQ01X029050 Putative Protein FAM38B 5.431430483 L4_chemical_B3 +LQ01X029050 Putative Protein FAM38B 5.332774831 L4_chemical_C2 +LQ01X029050 Putative Protein FAM38B 5.433235236 L4_chemical_C3 +LQ01X029100 40S ribosomal protein S7 14.92533054 C6_control_A1 +LQ01X029100 40S ribosomal protein S7 15.21361985 C6_control_A3 +LQ01X029100 40S ribosomal protein S7 14.73158114 C6_control_B1 +LQ01X029100 40S ribosomal protein S7 14.15881825 C6_control_B2 +LQ01X029100 40S ribosomal protein S7 14.32072812 C6_control_B3 +LQ01X029100 40S ribosomal protein S7 13.85141696 C6_control_C1 +LQ01X029100 40S ribosomal protein S7 13.81348595 C6_control_C2 +LQ01X029100 40S ribosomal protein S7 13.57157357 C6_control_C3 +LQ01X029100 40S ribosomal protein S7 14.80646115 C6_chemical_A1 +LQ01X029100 40S ribosomal protein S7 14.87762816 C6_chemical_A3 +LQ01X029100 40S ribosomal protein S7 14.29928807 C6_chemical_B1 +LQ01X029100 40S ribosomal protein S7 13.61138237 C6_chemical_B2 +LQ01X029100 40S ribosomal protein S7 14.08343167 C6_chemical_B3 +LQ01X029100 40S ribosomal protein S7 13.74080967 C6_chemical_C1 +LQ01X029100 40S ribosomal protein S7 13.54453889 C6_chemical_C2 +LQ01X029100 40S ribosomal protein S7 12.92870448 C6_chemical_C3 +LQ01X029100 40S ribosomal protein S7 15.07386638 L4_control_A1 +LQ01X029100 40S ribosomal protein S7 14.90556495 L4_control_A2 +LQ01X029100 40S ribosomal protein S7 15.18077815 L4_control_A3 +LQ01X029100 40S ribosomal protein S7 14.3565824 L4_control_B1 +LQ01X029100 40S ribosomal protein S7 14.39017631 L4_control_B2 +LQ01X029100 40S ribosomal protein S7 14.02154846 L4_control_B3 +LQ01X029100 40S ribosomal protein S7 14.5289379 L4_control_C2 +LQ01X029100 40S ribosomal protein S7 14.39392734 L4_control_C3 +LQ01X029100 40S ribosomal protein S7 14.86206196 L4_chemical_A1 +LQ01X029100 40S ribosomal protein S7 14.67315836 L4_chemical_A2 +LQ01X029100 40S ribosomal protein S7 15.09385845 L4_chemical_A3 +LQ01X029100 40S ribosomal protein S7 14.69038738 L4_chemical_B1 +LQ01X029100 40S ribosomal protein S7 14.38642647 L4_chemical_B2 +LQ01X029100 40S ribosomal protein S7 14.60697692 L4_chemical_B3 +LQ01X029100 40S ribosomal protein S7 14.49813328 L4_chemical_C2 +LQ01X029100 40S ribosomal protein S7 14.17382745 L4_chemical_C3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.946068982 C6_control_A1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.503737601 C6_control_A3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.460086844 C6_control_B1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 4.951595737 C6_control_B2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.134173492 C6_control_B3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.036162783 C6_control_C1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.100600328 C6_control_C2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.156621849 C6_control_C3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.80344564 C6_chemical_A1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.474711188 C6_chemical_A3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.32868074 C6_chemical_B1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.194917585 C6_chemical_B2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.330107638 C6_chemical_B3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.028848414 C6_chemical_C1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 4.955531178 C6_chemical_C2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.018225997 C6_chemical_C3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.326243979 L4_control_A1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.502166457 L4_control_A2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 6.036590302 L4_control_A3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.487970548 L4_control_B1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.336486943 L4_control_B2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.560765717 L4_control_B3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.301361771 L4_control_C2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.852610742 L4_control_C3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.758011907 L4_chemical_A1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.777235599 L4_chemical_A2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.839028876 L4_chemical_A3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.519886271 L4_chemical_B1 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.458069915 L4_chemical_B2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.477371565 L4_chemical_B3 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.467792394 L4_chemical_C2 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 4.990037891 L4_chemical_C3 +LQ01X029130 Sugar transporter ERD6-like 7 6.518250516 C6_control_A1 +LQ01X029130 Sugar transporter ERD6-like 7 7.095544018 C6_control_A3 +LQ01X029130 Sugar transporter ERD6-like 7 5.47139828 C6_control_B1 +LQ01X029130 Sugar transporter ERD6-like 7 6.010548214 C6_control_B2 +LQ01X029130 Sugar transporter ERD6-like 7 6.067171863 C6_control_B3 +LQ01X029130 Sugar transporter ERD6-like 7 5.335556118 C6_control_C1 +LQ01X029130 Sugar transporter ERD6-like 7 6.220318381 C6_control_C2 +LQ01X029130 Sugar transporter ERD6-like 7 5.409335802 C6_control_C3 +LQ01X029130 Sugar transporter ERD6-like 7 5.676907167 C6_chemical_A1 +LQ01X029130 Sugar transporter ERD6-like 7 6.056276535 C6_chemical_A3 +LQ01X029130 Sugar transporter ERD6-like 7 5.490796522 C6_chemical_B1 +LQ01X029130 Sugar transporter ERD6-like 7 5.932148195 C6_chemical_B2 +LQ01X029130 Sugar transporter ERD6-like 7 5.515128488 C6_chemical_B3 +LQ01X029130 Sugar transporter ERD6-like 7 5.049853553 C6_chemical_C1 +LQ01X029130 Sugar transporter ERD6-like 7 5.236114226 C6_chemical_C2 +LQ01X029130 Sugar transporter ERD6-like 7 5.587052871 C6_chemical_C3 +LQ01X029130 Sugar transporter ERD6-like 7 5.711055536 L4_control_A1 +LQ01X029130 Sugar transporter ERD6-like 7 5.440488456 L4_control_A2 +LQ01X029130 Sugar transporter ERD6-like 7 5.468914475 L4_control_A3 +LQ01X029130 Sugar transporter ERD6-like 7 5.612533641 L4_control_B1 +LQ01X029130 Sugar transporter ERD6-like 7 5.703579618 L4_control_B2 +LQ01X029130 Sugar transporter ERD6-like 7 5.779149058 L4_control_B3 +LQ01X029130 Sugar transporter ERD6-like 7 5.497790378 L4_control_C2 +LQ01X029130 Sugar transporter ERD6-like 7 5.056612283 L4_control_C3 +LQ01X029130 Sugar transporter ERD6-like 7 5.434340537 L4_chemical_A1 +LQ01X029130 Sugar transporter ERD6-like 7 5.352856779 L4_chemical_A2 +LQ01X029130 Sugar transporter ERD6-like 7 5.408811313 L4_chemical_A3 +LQ01X029130 Sugar transporter ERD6-like 7 6.421595131 L4_chemical_B1 +LQ01X029130 Sugar transporter ERD6-like 7 5.675882032 L4_chemical_B2 +LQ01X029130 Sugar transporter ERD6-like 7 5.756327056 L4_chemical_B3 +LQ01X029130 Sugar transporter ERD6-like 7 5.170339314 L4_chemical_C2 +LQ01X029130 Sugar transporter ERD6-like 7 5.307523143 L4_chemical_C3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.527378558 C6_control_A1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 6.299013713 C6_control_A3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.371715799 C6_control_B1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.077303553 C6_control_B2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.695590778 C6_control_B3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.144462718 C6_control_C1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.082360265 C6_control_C2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 4.996236909 C6_control_C3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.770517695 C6_chemical_A1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 6.076123915 C6_chemical_A3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.146722164 C6_chemical_B1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.318770477 C6_chemical_B2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.515909137 C6_chemical_B3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.196789959 C6_chemical_C1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.185347772 C6_chemical_C2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.149463901 C6_chemical_C3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.439629363 L4_control_A1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.644011896 L4_control_A2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.698834943 L4_control_A3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.001597985 L4_control_B1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.255586095 L4_control_B2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.173554605 L4_control_B3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.110408996 L4_control_C2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 4.986394624 L4_control_C3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.56702076 L4_chemical_A1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.449877605 L4_chemical_A2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.796433075 L4_chemical_A3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.691541809 L4_chemical_B1 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.261973341 L4_chemical_B2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.282106604 L4_chemical_B3 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.164828435 L4_chemical_C2 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.270599699 L4_chemical_C3 +LQ01X029160 Predicted protein 4.898898087 C6_control_A1 +LQ01X029160 Predicted protein 4.975404318 C6_control_A3 +LQ01X029160 Predicted protein 4.692488535 C6_control_B1 +LQ01X029160 Predicted protein 4.831008949 C6_control_B2 +LQ01X029160 Predicted protein 4.688084831 C6_control_B3 +LQ01X029160 Predicted protein 4.492902118 C6_control_C1 +LQ01X029160 Predicted protein 4.824897355 C6_control_C2 +LQ01X029160 Predicted protein 4.751079195 C6_control_C3 +LQ01X029160 Predicted protein 4.92797576 C6_chemical_A1 +LQ01X029160 Predicted protein 4.921101808 C6_chemical_A3 +LQ01X029160 Predicted protein 4.887548175 C6_chemical_B1 +LQ01X029160 Predicted protein 4.725792088 C6_chemical_B2 +LQ01X029160 Predicted protein 4.542203522 C6_chemical_B3 +LQ01X029160 Predicted protein 4.620393897 C6_chemical_C1 +LQ01X029160 Predicted protein 4.715590572 C6_chemical_C2 +LQ01X029160 Predicted protein 4.995078701 C6_chemical_C3 +LQ01X029160 Predicted protein 4.944040476 L4_control_A1 +LQ01X029160 Predicted protein 5.13855838 L4_control_A2 +LQ01X029160 Predicted protein 5.011325628 L4_control_A3 +LQ01X029160 Predicted protein 5.01014849 L4_control_B1 +LQ01X029160 Predicted protein 5.132688841 L4_control_B2 +LQ01X029160 Predicted protein 4.567360853 L4_control_B3 +LQ01X029160 Predicted protein 5.209084019 L4_control_C2 +LQ01X029160 Predicted protein 4.934564236 L4_control_C3 +LQ01X029160 Predicted protein 4.765249247 L4_chemical_A1 +LQ01X029160 Predicted protein 4.707144421 L4_chemical_A2 +LQ01X029160 Predicted protein 4.958986476 L4_chemical_A3 +LQ01X029160 Predicted protein 4.982642362 L4_chemical_B1 +LQ01X029160 Predicted protein 5.479345556 L4_chemical_B2 +LQ01X029160 Predicted protein 4.551381226 L4_chemical_B3 +LQ01X029160 Predicted protein 4.618082926 L4_chemical_C2 +LQ01X029160 Predicted protein 5.55500017 L4_chemical_C3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.062433 C6_control_A1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.17651237 C6_control_A3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.52805273 C6_control_B1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.26497878 C6_control_B2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.1983529 C6_control_B3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.75615587 C6_control_C1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.71406357 C6_control_C2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.48354192 C6_control_C3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.07104707 C6_chemical_A1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.3667363 C6_chemical_A3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.41917213 C6_chemical_B1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.4432538 C6_chemical_B2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.49363036 C6_chemical_B3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 14.11347476 C6_chemical_C1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.99323569 C6_chemical_C2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.64820556 C6_chemical_C3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.99462597 L4_control_A1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.52874198 L4_control_A2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.60041881 L4_control_A3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 11.69086803 L4_control_B1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 11.84316047 L4_control_B2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.30795533 L4_control_B3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.23678392 L4_control_C2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.44393476 L4_control_C3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.81000908 L4_chemical_A1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.66634873 L4_chemical_A2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.51160894 L4_chemical_A3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 11.65003853 L4_chemical_B1 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.49206479 L4_chemical_B2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.26210623 L4_chemical_B3 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.48786026 L4_chemical_C2 +LQ01X029180 Histidine-containing phosphotransfer protein 5 12.69519497 L4_chemical_C3 +LQ01X029200 LEC14B protein 13.43694617 C6_control_A1 +LQ01X029200 LEC14B protein 13.12021899 C6_control_A3 +LQ01X029200 LEC14B protein 13.84505013 C6_control_B1 +LQ01X029200 LEC14B protein 13.10679458 C6_control_B2 +LQ01X029200 LEC14B protein 13.56455678 C6_control_B3 +LQ01X029200 LEC14B protein 13.28812932 C6_control_C1 +LQ01X029200 LEC14B protein 13.2121573 C6_control_C2 +LQ01X029200 LEC14B protein 13.2393331 C6_control_C3 +LQ01X029200 LEC14B protein 13.64490787 C6_chemical_A1 +LQ01X029200 LEC14B protein 13.55098671 C6_chemical_A3 +LQ01X029200 LEC14B protein 14.0088591 C6_chemical_B1 +LQ01X029200 LEC14B protein 13.25297487 C6_chemical_B2 +LQ01X029200 LEC14B protein 13.48146318 C6_chemical_B3 +LQ01X029200 LEC14B protein 13.60988528 C6_chemical_C1 +LQ01X029200 LEC14B protein 13.33122036 C6_chemical_C2 +LQ01X029200 LEC14B protein 13.15438483 C6_chemical_C3 +LQ01X029200 LEC14B protein 13.32710086 L4_control_A1 +LQ01X029200 LEC14B protein 13.73904208 L4_control_A2 +LQ01X029200 LEC14B protein 13.42074938 L4_control_A3 +LQ01X029200 LEC14B protein 14.23577013 L4_control_B1 +LQ01X029200 LEC14B protein 14.49209525 L4_control_B2 +LQ01X029200 LEC14B protein 13.53836852 L4_control_B3 +LQ01X029200 LEC14B protein 14.51076003 L4_control_C2 +LQ01X029200 LEC14B protein 14.36963679 L4_control_C3 +LQ01X029200 LEC14B protein 13.65284913 L4_chemical_A1 +LQ01X029200 LEC14B protein 14.33004176 L4_chemical_A2 +LQ01X029200 LEC14B protein 13.57428827 L4_chemical_A3 +LQ01X029200 LEC14B protein 14.5457019 L4_chemical_B1 +LQ01X029200 LEC14B protein 14.67795041 L4_chemical_B2 +LQ01X029200 LEC14B protein 13.66358754 L4_chemical_B3 +LQ01X029200 LEC14B protein 14.47007437 L4_chemical_C2 +LQ01X029200 LEC14B protein 14.42120341 L4_chemical_C3 +LQ01X029220 Probable gibberellin receptor GID1L2 10.89567016 C6_control_A1 +LQ01X029220 Probable gibberellin receptor GID1L2 10.50804983 C6_control_A3 +LQ01X029220 Probable gibberellin receptor GID1L2 11.42783 C6_control_B1 +LQ01X029220 Probable gibberellin receptor GID1L2 11.65795474 C6_control_B2 +LQ01X029220 Probable gibberellin receptor GID1L2 11.8133613 C6_control_B3 +LQ01X029220 Probable gibberellin receptor GID1L2 12.94828458 C6_control_C1 +LQ01X029220 Probable gibberellin receptor GID1L2 12.89319367 C6_control_C2 +LQ01X029220 Probable gibberellin receptor GID1L2 13.3087787 C6_control_C3 +LQ01X029220 Probable gibberellin receptor GID1L2 11.44111065 C6_chemical_A1 +LQ01X029220 Probable gibberellin receptor GID1L2 11.64397385 C6_chemical_A3 +LQ01X029220 Probable gibberellin receptor GID1L2 11.73263236 C6_chemical_B1 +LQ01X029220 Probable gibberellin receptor GID1L2 11.89105909 C6_chemical_B2 +LQ01X029220 Probable gibberellin receptor GID1L2 13.04526062 C6_chemical_B3 +LQ01X029220 Probable gibberellin receptor GID1L2 13.17953057 C6_chemical_C1 +LQ01X029220 Probable gibberellin receptor GID1L2 12.79921073 C6_chemical_C2 +LQ01X029220 Probable gibberellin receptor GID1L2 14.1865092 C6_chemical_C3 +LQ01X029220 Probable gibberellin receptor GID1L2 11.26459214 L4_control_A1 +LQ01X029220 Probable gibberellin receptor GID1L2 10.745674 L4_control_A2 +LQ01X029220 Probable gibberellin receptor GID1L2 11.55501456 L4_control_A3 +LQ01X029220 Probable gibberellin receptor GID1L2 11.76910163 L4_control_B1 +LQ01X029220 Probable gibberellin receptor GID1L2 11.1313461 L4_control_B2 +LQ01X029220 Probable gibberellin receptor GID1L2 12.24261671 L4_control_B3 +LQ01X029220 Probable gibberellin receptor GID1L2 12.56253516 L4_control_C2 +LQ01X029220 Probable gibberellin receptor GID1L2 13.01319178 L4_control_C3 +LQ01X029220 Probable gibberellin receptor GID1L2 13.9315848 L4_chemical_A1 +LQ01X029220 Probable gibberellin receptor GID1L2 13.67587461 L4_chemical_A2 +LQ01X029220 Probable gibberellin receptor GID1L2 12.89663816 L4_chemical_A3 +LQ01X029220 Probable gibberellin receptor GID1L2 13.1879057 L4_chemical_B1 +LQ01X029220 Probable gibberellin receptor GID1L2 12.18839803 L4_chemical_B2 +LQ01X029220 Probable gibberellin receptor GID1L2 12.41308857 L4_chemical_B3 +LQ01X029220 Probable gibberellin receptor GID1L2 12.75832214 L4_chemical_C2 +LQ01X029220 Probable gibberellin receptor GID1L2 12.93445122 L4_chemical_C3 +LQ01X029250 Histone H2AX 15.20310081 C6_control_A1 +LQ01X029250 Histone H2AX 15.33201464 C6_control_A3 +LQ01X029250 Histone H2AX 14.62676217 C6_control_B1 +LQ01X029250 Histone H2AX 12.27960045 C6_control_B2 +LQ01X029250 Histone H2AX 11.98735312 C6_control_B3 +LQ01X029250 Histone H2AX 10.9286234 C6_control_C1 +LQ01X029250 Histone H2AX 11.65282837 C6_control_C2 +LQ01X029250 Histone H2AX 12.10353315 C6_control_C3 +LQ01X029250 Histone H2AX 15.03816517 C6_chemical_A1 +LQ01X029250 Histone H2AX 15.28268029 C6_chemical_A3 +LQ01X029250 Histone H2AX 12.65292798 C6_chemical_B1 +LQ01X029250 Histone H2AX 11.07604782 C6_chemical_B2 +LQ01X029250 Histone H2AX 11.86862335 C6_chemical_B3 +LQ01X029250 Histone H2AX 10.80881716 C6_chemical_C1 +LQ01X029250 Histone H2AX 11.51397042 C6_chemical_C2 +LQ01X029250 Histone H2AX 11.46499524 C6_chemical_C3 +LQ01X029250 Histone H2AX 15.65074021 L4_control_A1 +LQ01X029250 Histone H2AX 15.61448943 L4_control_A2 +LQ01X029250 Histone H2AX 15.17412968 L4_control_A3 +LQ01X029250 Histone H2AX 11.52283026 L4_control_B1 +LQ01X029250 Histone H2AX 13.63113438 L4_control_B2 +LQ01X029250 Histone H2AX 11.49526236 L4_control_B3 +LQ01X029250 Histone H2AX 11.92638668 L4_control_C2 +LQ01X029250 Histone H2AX 11.84848252 L4_control_C3 +LQ01X029250 Histone H2AX 14.41229842 L4_chemical_A1 +LQ01X029250 Histone H2AX 15.22057192 L4_chemical_A2 +LQ01X029250 Histone H2AX 15.27242722 L4_chemical_A3 +LQ01X029250 Histone H2AX 12.93094376 L4_chemical_B1 +LQ01X029250 Histone H2AX 14.61203811 L4_chemical_B2 +LQ01X029250 Histone H2AX 15.34252517 L4_chemical_B3 +LQ01X029250 Histone H2AX 11.72870946 L4_chemical_C2 +LQ01X029250 Histone H2AX 11.09536858 L4_chemical_C3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.692911178 C6_control_A1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.567996095 C6_control_A3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.433155299 C6_control_B1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.476876407 C6_control_B2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.211751919 C6_control_B3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.44349674 C6_control_C1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.30766397 C6_control_C2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.42648575 C6_control_C3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.421288533 C6_chemical_A1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.658152504 C6_chemical_A3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.181815886 C6_chemical_B1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.389646329 C6_chemical_B2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.822095383 C6_chemical_B3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.138973887 C6_chemical_C1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.576767154 C6_chemical_C2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.165397906 C6_chemical_C3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.329657529 L4_control_A1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.384266488 L4_control_A2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 6.072571126 L4_control_A3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.67398593 L4_control_B1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.307540801 L4_control_B2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.507368647 L4_control_B3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.188176221 L4_control_C2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.380297146 L4_control_C3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.164094025 L4_chemical_A1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.358556052 L4_chemical_A2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.701747732 L4_chemical_A3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.580043975 L4_chemical_B1 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.776564872 L4_chemical_B2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.44670948 L4_chemical_B3 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.211023369 L4_chemical_C2 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.098797122 L4_chemical_C3 +LQ01X029280 Putative Protein tas 4.98237426 C6_control_A1 +LQ01X029280 Putative Protein tas 5.352416069 C6_control_A3 +LQ01X029280 Putative Protein tas 5.0952298 C6_control_B1 +LQ01X029280 Putative Protein tas 5.079250982 C6_control_B2 +LQ01X029280 Putative Protein tas 5.014762158 C6_control_B3 +LQ01X029280 Putative Protein tas 4.983539511 C6_control_C1 +LQ01X029280 Putative Protein tas 5.089845058 C6_control_C2 +LQ01X029280 Putative Protein tas 4.999699879 C6_control_C3 +LQ01X029280 Putative Protein tas 4.882807745 C6_chemical_A1 +LQ01X029280 Putative Protein tas 5.074782615 C6_chemical_A3 +LQ01X029280 Putative Protein tas 4.99184011 C6_chemical_B1 +LQ01X029280 Putative Protein tas 4.974173717 C6_chemical_B2 +LQ01X029280 Putative Protein tas 5.318335922 C6_chemical_B3 +LQ01X029280 Putative Protein tas 5.02930298 C6_chemical_C1 +LQ01X029280 Putative Protein tas 4.95928198 C6_chemical_C2 +LQ01X029280 Putative Protein tas 5.005708531 C6_chemical_C3 +LQ01X029280 Putative Protein tas 5.271399922 L4_control_A1 +LQ01X029280 Putative Protein tas 5.435760531 L4_control_A2 +LQ01X029280 Putative Protein tas 5.479623908 L4_control_A3 +LQ01X029280 Putative Protein tas 4.709378379 L4_control_B1 +LQ01X029280 Putative Protein tas 5.147346937 L4_control_B2 +LQ01X029280 Putative Protein tas 4.911234436 L4_control_B3 +LQ01X029280 Putative Protein tas 4.729948987 L4_control_C2 +LQ01X029280 Putative Protein tas 5.293162564 L4_control_C3 +LQ01X029280 Putative Protein tas 4.915269643 L4_chemical_A1 +LQ01X029280 Putative Protein tas 5.052496056 L4_chemical_A2 +LQ01X029280 Putative Protein tas 4.921620193 L4_chemical_A3 +LQ01X029280 Putative Protein tas 4.763471717 L4_chemical_B1 +LQ01X029280 Putative Protein tas 5.167865638 L4_chemical_B2 +LQ01X029280 Putative Protein tas 5.029286261 L4_chemical_B3 +LQ01X029280 Putative Protein tas 4.814831001 L4_chemical_C2 +LQ01X029280 Putative Protein tas 5.5004772 L4_chemical_C3 +LQ01X029290 Histone H2AX 14.15500009 C6_control_A1 +LQ01X029290 Histone H2AX 14.82215409 C6_control_A3 +LQ01X029290 Histone H2AX 13.34722114 C6_control_B1 +LQ01X029290 Histone H2AX 12.50013554 C6_control_B2 +LQ01X029290 Histone H2AX 12.63162417 C6_control_B3 +LQ01X029290 Histone H2AX 11.29464127 C6_control_C1 +LQ01X029290 Histone H2AX 11.66696911 C6_control_C2 +LQ01X029290 Histone H2AX 11.57350964 C6_control_C3 +LQ01X029290 Histone H2AX 13.94195719 C6_chemical_A1 +LQ01X029290 Histone H2AX 14.38556772 C6_chemical_A3 +LQ01X029290 Histone H2AX 13.1486536 C6_chemical_B1 +LQ01X029290 Histone H2AX 12.4995719 C6_chemical_B2 +LQ01X029290 Histone H2AX 12.18607138 C6_chemical_B3 +LQ01X029290 Histone H2AX 11.40815272 C6_chemical_C1 +LQ01X029290 Histone H2AX 11.60931744 C6_chemical_C2 +LQ01X029290 Histone H2AX 10.85377901 C6_chemical_C3 +LQ01X029290 Histone H2AX 14.4186038 L4_control_A1 +LQ01X029290 Histone H2AX 13.81151691 L4_control_A2 +LQ01X029290 Histone H2AX 14.13692517 L4_control_A3 +LQ01X029290 Histone H2AX 12.52869052 L4_control_B1 +LQ01X029290 Histone H2AX 12.60244611 L4_control_B2 +LQ01X029290 Histone H2AX 11.83711736 L4_control_B3 +LQ01X029290 Histone H2AX 11.92652797 L4_control_C2 +LQ01X029290 Histone H2AX 11.47446254 L4_control_C3 +LQ01X029290 Histone H2AX 13.6381122 L4_chemical_A1 +LQ01X029290 Histone H2AX 13.42361396 L4_chemical_A2 +LQ01X029290 Histone H2AX 13.95432691 L4_chemical_A3 +LQ01X029290 Histone H2AX 13.04205951 L4_chemical_B1 +LQ01X029290 Histone H2AX 13.36493344 L4_chemical_B2 +LQ01X029290 Histone H2AX 12.8925705 L4_chemical_B3 +LQ01X029290 Histone H2AX 12.22532101 L4_chemical_C2 +LQ01X029290 Histone H2AX 11.25669077 L4_chemical_C3 +LQ01X029310 Putative Cohesin subunit SA-1 6.161233982 C6_control_A1 +LQ01X029310 Putative Cohesin subunit SA-1 6.286515996 C6_control_A3 +LQ01X029310 Putative Cohesin subunit SA-1 6.276721009 C6_control_B1 +LQ01X029310 Putative Cohesin subunit SA-1 5.670491756 C6_control_B2 +LQ01X029310 Putative Cohesin subunit SA-1 6.560431525 C6_control_B3 +LQ01X029310 Putative Cohesin subunit SA-1 5.461919843 C6_control_C1 +LQ01X029310 Putative Cohesin subunit SA-1 5.611152379 C6_control_C2 +LQ01X029310 Putative Cohesin subunit SA-1 5.821540716 C6_control_C3 +LQ01X029310 Putative Cohesin subunit SA-1 6.588471916 C6_chemical_A1 +LQ01X029310 Putative Cohesin subunit SA-1 6.077664942 C6_chemical_A3 +LQ01X029310 Putative Cohesin subunit SA-1 6.477172427 C6_chemical_B1 +LQ01X029310 Putative Cohesin subunit SA-1 5.665643897 C6_chemical_B2 +LQ01X029310 Putative Cohesin subunit SA-1 6.661613265 C6_chemical_B3 +LQ01X029310 Putative Cohesin subunit SA-1 5.48149793 C6_chemical_C1 +LQ01X029310 Putative Cohesin subunit SA-1 5.529617604 C6_chemical_C2 +LQ01X029310 Putative Cohesin subunit SA-1 5.556633231 C6_chemical_C3 +LQ01X029310 Putative Cohesin subunit SA-1 5.802522788 L4_control_A1 +LQ01X029310 Putative Cohesin subunit SA-1 6.646907953 L4_control_A2 +LQ01X029310 Putative Cohesin subunit SA-1 6.4931136 L4_control_A3 +LQ01X029310 Putative Cohesin subunit SA-1 5.776058781 L4_control_B1 +LQ01X029310 Putative Cohesin subunit SA-1 5.802352042 L4_control_B2 +LQ01X029310 Putative Cohesin subunit SA-1 6.375059994 L4_control_B3 +LQ01X029310 Putative Cohesin subunit SA-1 6.838695936 L4_control_C2 +LQ01X029310 Putative Cohesin subunit SA-1 5.750196911 L4_control_C3 +LQ01X029310 Putative Cohesin subunit SA-1 5.687646684 L4_chemical_A1 +LQ01X029310 Putative Cohesin subunit SA-1 6.770017487 L4_chemical_A2 +LQ01X029310 Putative Cohesin subunit SA-1 6.702234973 L4_chemical_A3 +LQ01X029310 Putative Cohesin subunit SA-1 5.880317975 L4_chemical_B1 +LQ01X029310 Putative Cohesin subunit SA-1 6.331627595 L4_chemical_B2 +LQ01X029310 Putative Cohesin subunit SA-1 5.858595828 L4_chemical_B3 +LQ01X029310 Putative Cohesin subunit SA-1 6.413832315 L4_chemical_C2 +LQ01X029310 Putative Cohesin subunit SA-1 5.774681813 L4_chemical_C3 +LQ01X029320 NPL4-like protein 1 5.689435804 C6_control_A1 +LQ01X029320 NPL4-like protein 1 5.527842618 C6_control_A3 +LQ01X029320 NPL4-like protein 1 5.303016165 C6_control_B1 +LQ01X029320 NPL4-like protein 1 5.212727234 C6_control_B2 +LQ01X029320 NPL4-like protein 1 5.260622837 C6_control_B3 +LQ01X029320 NPL4-like protein 1 5.260889038 C6_control_C1 +LQ01X029320 NPL4-like protein 1 5.191730086 C6_control_C2 +LQ01X029320 NPL4-like protein 1 5.169093197 C6_control_C3 +LQ01X029320 NPL4-like protein 1 5.741143509 C6_chemical_A1 +LQ01X029320 NPL4-like protein 1 5.497471031 C6_chemical_A3 +LQ01X029320 NPL4-like protein 1 5.094540003 C6_chemical_B1 +LQ01X029320 NPL4-like protein 1 5.372592101 C6_chemical_B2 +LQ01X029320 NPL4-like protein 1 5.555708273 C6_chemical_B3 +LQ01X029320 NPL4-like protein 1 5.559566195 C6_chemical_C1 +LQ01X029320 NPL4-like protein 1 5.471990489 C6_chemical_C2 +LQ01X029320 NPL4-like protein 1 5.456388043 C6_chemical_C3 +LQ01X029320 NPL4-like protein 1 5.567548996 L4_control_A1 +LQ01X029320 NPL4-like protein 1 5.581067496 L4_control_A2 +LQ01X029320 NPL4-like protein 1 6.362198588 L4_control_A3 +LQ01X029320 NPL4-like protein 1 6.45695691 L4_control_B1 +LQ01X029320 NPL4-like protein 1 6.337255173 L4_control_B2 +LQ01X029320 NPL4-like protein 1 5.454413288 L4_control_B3 +LQ01X029320 NPL4-like protein 1 6.949103863 L4_control_C2 +LQ01X029320 NPL4-like protein 1 5.855460195 L4_control_C3 +LQ01X029320 NPL4-like protein 1 5.690212642 L4_chemical_A1 +LQ01X029320 NPL4-like protein 1 5.945683478 L4_chemical_A2 +LQ01X029320 NPL4-like protein 1 5.843509571 L4_chemical_A3 +LQ01X029320 NPL4-like protein 1 5.817148782 L4_chemical_B1 +LQ01X029320 NPL4-like protein 1 7.423045093 L4_chemical_B2 +LQ01X029320 NPL4-like protein 1 5.767251708 L4_chemical_B3 +LQ01X029320 NPL4-like protein 1 6.36362232 L4_chemical_C2 +LQ01X029320 NPL4-like protein 1 5.67248703 L4_chemical_C3 +LQ01X029360 Gtpase activating protein, putative 5.351174314 C6_control_A1 +LQ01X029360 Gtpase activating protein, putative 5.195495203 C6_control_A3 +LQ01X029360 Gtpase activating protein, putative 5.589558785 C6_control_B1 +LQ01X029360 Gtpase activating protein, putative 5.129393179 C6_control_B2 +LQ01X029360 Gtpase activating protein, putative 5.230607546 C6_control_B3 +LQ01X029360 Gtpase activating protein, putative 5.147518275 C6_control_C1 +LQ01X029360 Gtpase activating protein, putative 5.618090478 C6_control_C2 +LQ01X029360 Gtpase activating protein, putative 5.267588302 C6_control_C3 +LQ01X029360 Gtpase activating protein, putative 5.356555312 C6_chemical_A1 +LQ01X029360 Gtpase activating protein, putative 5.072026202 C6_chemical_A3 +LQ01X029360 Gtpase activating protein, putative 5.081078132 C6_chemical_B1 +LQ01X029360 Gtpase activating protein, putative 5.208075947 C6_chemical_B2 +LQ01X029360 Gtpase activating protein, putative 5.972095009 C6_chemical_B3 +LQ01X029360 Gtpase activating protein, putative 5.267345507 C6_chemical_C1 +LQ01X029360 Gtpase activating protein, putative 5.218157524 C6_chemical_C2 +LQ01X029360 Gtpase activating protein, putative 5.089910268 C6_chemical_C3 +LQ01X029360 Gtpase activating protein, putative 5.121665132 L4_control_A1 +LQ01X029360 Gtpase activating protein, putative 5.292587039 L4_control_A2 +LQ01X029360 Gtpase activating protein, putative 5.028636744 L4_control_A3 +LQ01X029360 Gtpase activating protein, putative 5.368807626 L4_control_B1 +LQ01X029360 Gtpase activating protein, putative 5.532434592 L4_control_B2 +LQ01X029360 Gtpase activating protein, putative 5.356412355 L4_control_B3 +LQ01X029360 Gtpase activating protein, putative 6.261260179 L4_control_C2 +LQ01X029360 Gtpase activating protein, putative 5.20348501 L4_control_C3 +LQ01X029360 Gtpase activating protein, putative 5.352906141 L4_chemical_A1 +LQ01X029360 Gtpase activating protein, putative 5.303477981 L4_chemical_A2 +LQ01X029360 Gtpase activating protein, putative 5.420562651 L4_chemical_A3 +LQ01X029360 Gtpase activating protein, putative 5.364976971 L4_chemical_B1 +LQ01X029360 Gtpase activating protein, putative 4.955356332 L4_chemical_B2 +LQ01X029360 Gtpase activating protein, putative 5.722818572 L4_chemical_B3 +LQ01X029360 Gtpase activating protein, putative 5.777079386 L4_chemical_C2 +LQ01X029360 Gtpase activating protein, putative 5.091814241 L4_chemical_C3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.917896498 C6_control_A1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.751517715 C6_control_A3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.147734058 C6_control_B1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.489321347 C6_control_B2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.224418163 C6_control_B3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.890048773 C6_control_C1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.218980038 C6_control_C2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 6.854334034 C6_control_C3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.718250903 C6_chemical_A1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.61353573 C6_chemical_A3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 6.442976877 C6_chemical_B1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.61492589 C6_chemical_B2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.017193957 C6_chemical_B3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.748109771 C6_chemical_C1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.529857999 C6_chemical_C2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.21733583 C6_chemical_C3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.983079219 L4_control_A1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 8.352899799 L4_control_A2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 8.46276381 L4_control_A3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 6.851893344 L4_control_B1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.901395816 L4_control_B2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.426644086 L4_control_B3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.254527856 L4_control_C2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 6.296910575 L4_control_C3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.667700165 L4_chemical_A1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 8.222479845 L4_chemical_A2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.814581308 L4_chemical_A3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.345798136 L4_chemical_B1 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.489180254 L4_chemical_B2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.498651068 L4_chemical_B3 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.617867673 L4_chemical_C2 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.089977582 L4_chemical_C3 +LQ01X029430 Predicted protein 12.22224378 C6_control_A1 +LQ01X029430 Predicted protein 12.42015611 C6_control_A3 +LQ01X029430 Predicted protein 12.19365764 C6_control_B1 +LQ01X029430 Predicted protein 12.48004377 C6_control_B2 +LQ01X029430 Predicted protein 12.39822873 C6_control_B3 +LQ01X029430 Predicted protein 12.84999403 C6_control_C1 +LQ01X029430 Predicted protein 13.14586393 C6_control_C2 +LQ01X029430 Predicted protein 12.84805488 C6_control_C3 +LQ01X029430 Predicted protein 12.27774057 C6_chemical_A1 +LQ01X029430 Predicted protein 12.23465553 C6_chemical_A3 +LQ01X029430 Predicted protein 12.14759483 C6_chemical_B1 +LQ01X029430 Predicted protein 12.44701221 C6_chemical_B2 +LQ01X029430 Predicted protein 12.24624072 C6_chemical_B3 +LQ01X029430 Predicted protein 12.79511784 C6_chemical_C1 +LQ01X029430 Predicted protein 13.03695063 C6_chemical_C2 +LQ01X029430 Predicted protein 12.54753891 C6_chemical_C3 +LQ01X029430 Predicted protein 11.86617499 L4_control_A1 +LQ01X029430 Predicted protein 11.87517139 L4_control_A2 +LQ01X029430 Predicted protein 12.44104632 L4_control_A3 +LQ01X029430 Predicted protein 11.86279822 L4_control_B1 +LQ01X029430 Predicted protein 11.93724281 L4_control_B2 +LQ01X029430 Predicted protein 12.1766781 L4_control_B3 +LQ01X029430 Predicted protein 13.2197164 L4_control_C2 +LQ01X029430 Predicted protein 13.014403 L4_control_C3 +LQ01X029430 Predicted protein 11.80119221 L4_chemical_A1 +LQ01X029430 Predicted protein 11.89988438 L4_chemical_A2 +LQ01X029430 Predicted protein 11.91913457 L4_chemical_A3 +LQ01X029430 Predicted protein 12.00395776 L4_chemical_B1 +LQ01X029430 Predicted protein 12.11841289 L4_chemical_B2 +LQ01X029430 Predicted protein 11.91830056 L4_chemical_B3 +LQ01X029430 Predicted protein 13.03096603 L4_chemical_C2 +LQ01X029430 Predicted protein 12.89610674 L4_chemical_C3 +LQ01X029450 Predicted protein (Fragment) 5.599250143 C6_control_A1 +LQ01X029450 Predicted protein (Fragment) 5.472444338 C6_control_A3 +LQ01X029450 Predicted protein (Fragment) 4.914939395 C6_control_B1 +LQ01X029450 Predicted protein (Fragment) 5.332000951 C6_control_B2 +LQ01X029450 Predicted protein (Fragment) 5.276437756 C6_control_B3 +LQ01X029450 Predicted protein (Fragment) 5.335004006 C6_control_C1 +LQ01X029450 Predicted protein (Fragment) 5.219613324 C6_control_C2 +LQ01X029450 Predicted protein (Fragment) 5.192669979 C6_control_C3 +LQ01X029450 Predicted protein (Fragment) 5.729177928 C6_chemical_A1 +LQ01X029450 Predicted protein (Fragment) 5.286278954 C6_chemical_A3 +LQ01X029450 Predicted protein (Fragment) 5.074535028 C6_chemical_B1 +LQ01X029450 Predicted protein (Fragment) 5.306673207 C6_chemical_B2 +LQ01X029450 Predicted protein (Fragment) 5.170343761 C6_chemical_B3 +LQ01X029450 Predicted protein (Fragment) 5.678020032 C6_chemical_C1 +LQ01X029450 Predicted protein (Fragment) 5.401772023 C6_chemical_C2 +LQ01X029450 Predicted protein (Fragment) 5.268115083 C6_chemical_C3 +LQ01X029450 Predicted protein (Fragment) 5.357250359 L4_control_A1 +LQ01X029450 Predicted protein (Fragment) 5.036082895 L4_control_A2 +LQ01X029450 Predicted protein (Fragment) 6.316581507 L4_control_A3 +LQ01X029450 Predicted protein (Fragment) 5.276777129 L4_control_B1 +LQ01X029450 Predicted protein (Fragment) 5.462589957 L4_control_B2 +LQ01X029450 Predicted protein (Fragment) 5.018558684 L4_control_B3 +LQ01X029450 Predicted protein (Fragment) 4.986582974 L4_control_C2 +LQ01X029450 Predicted protein (Fragment) 5.036546036 L4_control_C3 +LQ01X029450 Predicted protein (Fragment) 5.223548039 L4_chemical_A1 +LQ01X029450 Predicted protein (Fragment) 5.36247139 L4_chemical_A2 +LQ01X029450 Predicted protein (Fragment) 6.417752551 L4_chemical_A3 +LQ01X029450 Predicted protein (Fragment) 5.561859574 L4_chemical_B1 +LQ01X029450 Predicted protein (Fragment) 5.332003606 L4_chemical_B2 +LQ01X029450 Predicted protein (Fragment) 5.151663894 L4_chemical_B3 +LQ01X029450 Predicted protein (Fragment) 6.073068381 L4_chemical_C2 +LQ01X029450 Predicted protein (Fragment) 5.43848525 L4_chemical_C3 +LQ01X029520 Protease Do-like 2, chloroplastic 5.110301445 C6_control_A1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.788902483 C6_control_A3 +LQ01X029520 Protease Do-like 2, chloroplastic 4.805568027 C6_control_B1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.823987071 C6_control_B2 +LQ01X029520 Protease Do-like 2, chloroplastic 4.602557023 C6_control_B3 +LQ01X029520 Protease Do-like 2, chloroplastic 4.619976474 C6_control_C1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.736871643 C6_control_C2 +LQ01X029520 Protease Do-like 2, chloroplastic 4.949390027 C6_control_C3 +LQ01X029520 Protease Do-like 2, chloroplastic 4.776076777 C6_chemical_A1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.762085339 C6_chemical_A3 +LQ01X029520 Protease Do-like 2, chloroplastic 4.835891502 C6_chemical_B1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.696190895 C6_chemical_B2 +LQ01X029520 Protease Do-like 2, chloroplastic 4.617587082 C6_chemical_B3 +LQ01X029520 Protease Do-like 2, chloroplastic 4.67405862 C6_chemical_C1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.660878209 C6_chemical_C2 +LQ01X029520 Protease Do-like 2, chloroplastic 4.506019602 C6_chemical_C3 +LQ01X029520 Protease Do-like 2, chloroplastic 4.58241416 L4_control_A1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.627839376 L4_control_A2 +LQ01X029520 Protease Do-like 2, chloroplastic 5.212544068 L4_control_A3 +LQ01X029520 Protease Do-like 2, chloroplastic 5.173847602 L4_control_B1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.881757675 L4_control_B2 +LQ01X029520 Protease Do-like 2, chloroplastic 4.565118827 L4_control_B3 +LQ01X029520 Protease Do-like 2, chloroplastic 4.994755504 L4_control_C2 +LQ01X029520 Protease Do-like 2, chloroplastic 4.81412047 L4_control_C3 +LQ01X029520 Protease Do-like 2, chloroplastic 5.218669164 L4_chemical_A1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.920229427 L4_chemical_A2 +LQ01X029520 Protease Do-like 2, chloroplastic 5.376607229 L4_chemical_A3 +LQ01X029520 Protease Do-like 2, chloroplastic 4.804330496 L4_chemical_B1 +LQ01X029520 Protease Do-like 2, chloroplastic 4.557726456 L4_chemical_B2 +LQ01X029520 Protease Do-like 2, chloroplastic 4.763646671 L4_chemical_B3 +LQ01X029520 Protease Do-like 2, chloroplastic 5.524092005 L4_chemical_C2 +LQ01X029520 Protease Do-like 2, chloroplastic 4.984243625 L4_chemical_C3 +LQ01X029550 Putative uncharacterized protein 9.813054479 C6_control_A1 +LQ01X029550 Putative uncharacterized protein 10.84883696 C6_control_A3 +LQ01X029550 Putative uncharacterized protein 9.502301823 C6_control_B1 +LQ01X029550 Putative uncharacterized protein 8.712139433 C6_control_B2 +LQ01X029550 Putative uncharacterized protein 8.694519698 C6_control_B3 +LQ01X029550 Putative uncharacterized protein 9.914967232 C6_control_C1 +LQ01X029550 Putative uncharacterized protein 9.279934925 C6_control_C2 +LQ01X029550 Putative uncharacterized protein 9.238810996 C6_control_C3 +LQ01X029550 Putative uncharacterized protein 9.461553893 C6_chemical_A1 +LQ01X029550 Putative uncharacterized protein 11.03333315 C6_chemical_A3 +LQ01X029550 Putative uncharacterized protein 8.759911597 C6_chemical_B1 +LQ01X029550 Putative uncharacterized protein 8.875920102 C6_chemical_B2 +LQ01X029550 Putative uncharacterized protein 8.933388041 C6_chemical_B3 +LQ01X029550 Putative uncharacterized protein 9.852658204 C6_chemical_C1 +LQ01X029550 Putative uncharacterized protein 9.56057766 C6_chemical_C2 +LQ01X029550 Putative uncharacterized protein 9.334825211 C6_chemical_C3 +LQ01X029550 Putative uncharacterized protein 8.716962626 L4_control_A1 +LQ01X029550 Putative uncharacterized protein 8.335762802 L4_control_A2 +LQ01X029550 Putative uncharacterized protein 9.754413733 L4_control_A3 +LQ01X029550 Putative uncharacterized protein 7.072904917 L4_control_B1 +LQ01X029550 Putative uncharacterized protein 7.470706831 L4_control_B2 +LQ01X029550 Putative uncharacterized protein 8.524935873 L4_control_B3 +LQ01X029550 Putative uncharacterized protein 8.820546175 L4_control_C2 +LQ01X029550 Putative uncharacterized protein 7.932453024 L4_control_C3 +LQ01X029550 Putative uncharacterized protein 8.382256138 L4_chemical_A1 +LQ01X029550 Putative uncharacterized protein 7.586989057 L4_chemical_A2 +LQ01X029550 Putative uncharacterized protein 9.644147543 L4_chemical_A3 +LQ01X029550 Putative uncharacterized protein 7.293822439 L4_chemical_B1 +LQ01X029550 Putative uncharacterized protein 6.986979982 L4_chemical_B2 +LQ01X029550 Putative uncharacterized protein 7.712120623 L4_chemical_B3 +LQ01X029550 Putative uncharacterized protein 8.440550854 L4_chemical_C2 +LQ01X029550 Putative uncharacterized protein 9.009257531 L4_chemical_C3 +LQ01X029580 Tubby-like F-box protein 3 11.87796648 C6_control_A1 +LQ01X029580 Tubby-like F-box protein 3 11.65986702 C6_control_A3 +LQ01X029580 Tubby-like F-box protein 3 11.78360587 C6_control_B1 +LQ01X029580 Tubby-like F-box protein 3 11.71314502 C6_control_B2 +LQ01X029580 Tubby-like F-box protein 3 11.62852171 C6_control_B3 +LQ01X029580 Tubby-like F-box protein 3 11.61405648 C6_control_C1 +LQ01X029580 Tubby-like F-box protein 3 11.65745567 C6_control_C2 +LQ01X029580 Tubby-like F-box protein 3 11.28829915 C6_control_C3 +LQ01X029580 Tubby-like F-box protein 3 11.82573661 C6_chemical_A1 +LQ01X029580 Tubby-like F-box protein 3 12.02394402 C6_chemical_A3 +LQ01X029580 Tubby-like F-box protein 3 11.96375659 C6_chemical_B1 +LQ01X029580 Tubby-like F-box protein 3 11.97561531 C6_chemical_B2 +LQ01X029580 Tubby-like F-box protein 3 11.98217607 C6_chemical_B3 +LQ01X029580 Tubby-like F-box protein 3 11.66380134 C6_chemical_C1 +LQ01X029580 Tubby-like F-box protein 3 11.70894753 C6_chemical_C2 +LQ01X029580 Tubby-like F-box protein 3 11.98053664 C6_chemical_C3 +LQ01X029580 Tubby-like F-box protein 3 11.92210988 L4_control_A1 +LQ01X029580 Tubby-like F-box protein 3 11.98850258 L4_control_A2 +LQ01X029580 Tubby-like F-box protein 3 12.05807586 L4_control_A3 +LQ01X029580 Tubby-like F-box protein 3 11.83477582 L4_control_B1 +LQ01X029580 Tubby-like F-box protein 3 12.25442196 L4_control_B2 +LQ01X029580 Tubby-like F-box protein 3 12.04080613 L4_control_B3 +LQ01X029580 Tubby-like F-box protein 3 11.8697876 L4_control_C2 +LQ01X029580 Tubby-like F-box protein 3 12.20790863 L4_control_C3 +LQ01X029580 Tubby-like F-box protein 3 12.06558456 L4_chemical_A1 +LQ01X029580 Tubby-like F-box protein 3 11.9312283 L4_chemical_A2 +LQ01X029580 Tubby-like F-box protein 3 11.85475619 L4_chemical_A3 +LQ01X029580 Tubby-like F-box protein 3 11.7486254 L4_chemical_B1 +LQ01X029580 Tubby-like F-box protein 3 11.90796298 L4_chemical_B2 +LQ01X029580 Tubby-like F-box protein 3 11.9596544 L4_chemical_B3 +LQ01X029580 Tubby-like F-box protein 3 11.61813637 L4_chemical_C2 +LQ01X029580 Tubby-like F-box protein 3 12.01892449 L4_chemical_C3 +LQ01X029590 Hypothetical protein 6.051835543 C6_control_A1 +LQ01X029590 Hypothetical protein 6.772089837 C6_control_A3 +LQ01X029590 Hypothetical protein 5.959409056 C6_control_B1 +LQ01X029590 Hypothetical protein 6.447330378 C6_control_B2 +LQ01X029590 Hypothetical protein 6.101572403 C6_control_B3 +LQ01X029590 Hypothetical protein 5.633992752 C6_control_C1 +LQ01X029590 Hypothetical protein 6.999598369 C6_control_C2 +LQ01X029590 Hypothetical protein 5.701494338 C6_control_C3 +LQ01X029590 Hypothetical protein 5.633740552 C6_chemical_A1 +LQ01X029590 Hypothetical protein 6.265656306 C6_chemical_A3 +LQ01X029590 Hypothetical protein 5.482581875 C6_chemical_B1 +LQ01X029590 Hypothetical protein 6.199032505 C6_chemical_B2 +LQ01X029590 Hypothetical protein 5.612559176 C6_chemical_B3 +LQ01X029590 Hypothetical protein 5.586233273 C6_chemical_C1 +LQ01X029590 Hypothetical protein 5.99440969 C6_chemical_C2 +LQ01X029590 Hypothetical protein 5.482383831 C6_chemical_C3 +LQ01X029590 Hypothetical protein 5.709805203 L4_control_A1 +LQ01X029590 Hypothetical protein 5.668329846 L4_control_A2 +LQ01X029590 Hypothetical protein 5.848215904 L4_control_A3 +LQ01X029590 Hypothetical protein 6.750706278 L4_control_B1 +LQ01X029590 Hypothetical protein 5.911057794 L4_control_B2 +LQ01X029590 Hypothetical protein 5.877889406 L4_control_B3 +LQ01X029590 Hypothetical protein 6.378508918 L4_control_C2 +LQ01X029590 Hypothetical protein 6.399965922 L4_control_C3 +LQ01X029590 Hypothetical protein 5.759364229 L4_chemical_A1 +LQ01X029590 Hypothetical protein 5.667960645 L4_chemical_A2 +LQ01X029590 Hypothetical protein 5.812256703 L4_chemical_A3 +LQ01X029590 Hypothetical protein 5.782605345 L4_chemical_B1 +LQ01X029590 Hypothetical protein 5.717740035 L4_chemical_B2 +LQ01X029590 Hypothetical protein 5.562318453 L4_chemical_B3 +LQ01X029590 Hypothetical protein 5.580370452 L4_chemical_C2 +LQ01X029590 Hypothetical protein 6.183542632 L4_chemical_C3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.601535007 C6_control_A1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.508977338 C6_control_A3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.254765927 C6_control_B1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.369417506 C6_control_B2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.353921385 C6_control_B3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.433101839 C6_control_C1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.373315773 C6_control_C2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.211161691 C6_control_C3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.812538503 C6_chemical_A1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.723167628 C6_chemical_A3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 4.941644912 C6_chemical_B1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.663579793 C6_chemical_B2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.426471734 C6_chemical_B3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.286495511 C6_chemical_C1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.126927582 C6_chemical_C2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.618375088 C6_chemical_C3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 4.80925958 L4_control_A1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.613301523 L4_control_A2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 6.262712641 L4_control_A3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.641941391 L4_control_B1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.994945497 L4_control_B2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.226644389 L4_control_B3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 4.91752799 L4_control_C2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.122671603 L4_control_C3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.202210261 L4_chemical_A1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.293806064 L4_chemical_A2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.718228878 L4_chemical_A3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.830072568 L4_chemical_B1 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.315201354 L4_chemical_B2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.398779903 L4_chemical_B3 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.396316811 L4_chemical_C2 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.625774444 L4_chemical_C3 +LQ01X029610 Hypothetical protein 5.373341407 C6_control_A1 +LQ01X029610 Hypothetical protein 4.969636072 C6_control_A3 +LQ01X029610 Hypothetical protein 5.460841083 C6_control_B1 +LQ01X029610 Hypothetical protein 5.596128767 C6_control_B2 +LQ01X029610 Hypothetical protein 5.418719812 C6_control_B3 +LQ01X029610 Hypothetical protein 5.881378955 C6_control_C1 +LQ01X029610 Hypothetical protein 5.425812625 C6_control_C2 +LQ01X029610 Hypothetical protein 5.412279717 C6_control_C3 +LQ01X029610 Hypothetical protein 5.351052408 C6_chemical_A1 +LQ01X029610 Hypothetical protein 5.123728155 C6_chemical_A3 +LQ01X029610 Hypothetical protein 5.479819551 C6_chemical_B1 +LQ01X029610 Hypothetical protein 5.704641603 C6_chemical_B2 +LQ01X029610 Hypothetical protein 5.141665391 C6_chemical_B3 +LQ01X029610 Hypothetical protein 5.763278984 C6_chemical_C1 +LQ01X029610 Hypothetical protein 5.338202151 C6_chemical_C2 +LQ01X029610 Hypothetical protein 5.994587356 C6_chemical_C3 +LQ01X029610 Hypothetical protein 5.287435534 L4_control_A1 +LQ01X029610 Hypothetical protein 5.374344045 L4_control_A2 +LQ01X029610 Hypothetical protein 5.489894965 L4_control_A3 +LQ01X029610 Hypothetical protein 5.345736714 L4_control_B1 +LQ01X029610 Hypothetical protein 6.175492795 L4_control_B2 +LQ01X029610 Hypothetical protein 5.442294736 L4_control_B3 +LQ01X029610 Hypothetical protein 5.591936573 L4_control_C2 +LQ01X029610 Hypothetical protein 5.307986116 L4_control_C3 +LQ01X029610 Hypothetical protein 5.805104812 L4_chemical_A1 +LQ01X029610 Hypothetical protein 5.182014519 L4_chemical_A2 +LQ01X029610 Hypothetical protein 5.426412863 L4_chemical_A3 +LQ01X029610 Hypothetical protein 5.444707192 L4_chemical_B1 +LQ01X029610 Hypothetical protein 5.802834967 L4_chemical_B2 +LQ01X029610 Hypothetical protein 5.205274219 L4_chemical_B3 +LQ01X029610 Hypothetical protein 5.805177646 L4_chemical_C2 +LQ01X029610 Hypothetical protein 5.784853139 L4_chemical_C3 +LQ01X029630 Putative uncharacterized protein 9.592512992 C6_control_A1 +LQ01X029630 Putative uncharacterized protein 10.36060505 C6_control_A3 +LQ01X029630 Putative uncharacterized protein 9.74044601 C6_control_B1 +LQ01X029630 Putative uncharacterized protein 10.08575079 C6_control_B2 +LQ01X029630 Putative uncharacterized protein 9.217756841 C6_control_B3 +LQ01X029630 Putative uncharacterized protein 10.66711313 C6_control_C1 +LQ01X029630 Putative uncharacterized protein 10.78374759 C6_control_C2 +LQ01X029630 Putative uncharacterized protein 10.77511496 C6_control_C3 +LQ01X029630 Putative uncharacterized protein 9.221417708 C6_chemical_A1 +LQ01X029630 Putative uncharacterized protein 9.920417241 C6_chemical_A3 +LQ01X029630 Putative uncharacterized protein 8.756691536 C6_chemical_B1 +LQ01X029630 Putative uncharacterized protein 9.813221636 C6_chemical_B2 +LQ01X029630 Putative uncharacterized protein 8.909938939 C6_chemical_B3 +LQ01X029630 Putative uncharacterized protein 10.68650274 C6_chemical_C1 +LQ01X029630 Putative uncharacterized protein 10.60661708 C6_chemical_C2 +LQ01X029630 Putative uncharacterized protein 10.55643257 C6_chemical_C3 +LQ01X029630 Putative uncharacterized protein 9.622005549 L4_control_A1 +LQ01X029630 Putative uncharacterized protein 9.162686263 L4_control_A2 +LQ01X029630 Putative uncharacterized protein 7.304370281 L4_control_A3 +LQ01X029630 Putative uncharacterized protein 8.73258201 L4_control_B1 +LQ01X029630 Putative uncharacterized protein 8.001307486 L4_control_B2 +LQ01X029630 Putative uncharacterized protein 9.026126523 L4_control_B3 +LQ01X029630 Putative uncharacterized protein 8.97735227 L4_control_C2 +LQ01X029630 Putative uncharacterized protein 9.730414355 L4_control_C3 +LQ01X029630 Putative uncharacterized protein 9.640334136 L4_chemical_A1 +LQ01X029630 Putative uncharacterized protein 8.801944728 L4_chemical_A2 +LQ01X029630 Putative uncharacterized protein 7.919640672 L4_chemical_A3 +LQ01X029630 Putative uncharacterized protein 9.162275018 L4_chemical_B1 +LQ01X029630 Putative uncharacterized protein 8.969965414 L4_chemical_B2 +LQ01X029630 Putative uncharacterized protein 9.08447434 L4_chemical_B3 +LQ01X029630 Putative uncharacterized protein 8.397662273 L4_chemical_C2 +LQ01X029630 Putative uncharacterized protein 9.703695592 L4_chemical_C3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 4.977424791 C6_control_A1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.584997878 C6_control_A3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.017258775 C6_control_B1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.533984672 C6_control_B2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.309885077 C6_control_B3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.373115348 C6_control_C1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 6.546974073 C6_control_C2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.449418426 C6_control_C3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.180934161 C6_chemical_A1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.286825613 C6_chemical_A3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.237130449 C6_chemical_B1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.393843816 C6_chemical_B2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.067229668 C6_chemical_B3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.440926924 C6_chemical_C1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.442899359 C6_chemical_C2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.276301837 C6_chemical_C3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.269231141 L4_control_A1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.420946714 L4_control_A2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.961884361 L4_control_A3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.167061306 L4_control_B1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.353549175 L4_control_B2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.120114712 L4_control_B3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.541660878 L4_control_C2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.267587309 L4_control_C3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.201950466 L4_chemical_A1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.295211157 L4_chemical_A2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.724267159 L4_chemical_A3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 4.950319158 L4_chemical_B1 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.121599674 L4_chemical_B2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.267938212 L4_chemical_B3 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.083038794 L4_chemical_C2 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.418306466 L4_chemical_C3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.529295357 C6_control_A1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 6.014455198 C6_control_A3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.600193989 C6_control_B1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.743574244 C6_control_B2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.206530497 C6_control_B3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 6.110722173 C6_control_C1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 6.930830369 C6_control_C2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.326536441 C6_control_C3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.213550648 C6_chemical_A1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.716114849 C6_chemical_A3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.631842424 C6_chemical_B1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 6.101693952 C6_chemical_B2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.290059824 C6_chemical_B3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 6.512668342 C6_chemical_C1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.751855739 C6_chemical_C2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.495177957 C6_chemical_C3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.229697186 L4_control_A1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.254162909 L4_control_A2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 4.920960342 L4_control_A3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.259085859 L4_control_B1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 4.968968419 L4_control_B2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.340991662 L4_control_B3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.180320801 L4_control_C2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 4.96290038 L4_control_C3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.15452934 L4_chemical_A1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.480964142 L4_chemical_A2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.330389599 L4_chemical_A3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.096119535 L4_chemical_B1 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.124404629 L4_chemical_B2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.263696858 L4_chemical_B3 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.303553681 L4_chemical_C2 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.161561432 L4_chemical_C3 +LQ01X029720 Monothiol glutaredoxin-S9 5.300550708 C6_control_A1 +LQ01X029720 Monothiol glutaredoxin-S9 5.211278658 C6_control_A3 +LQ01X029720 Monothiol glutaredoxin-S9 5.35312202 C6_control_B1 +LQ01X029720 Monothiol glutaredoxin-S9 5.528123837 C6_control_B2 +LQ01X029720 Monothiol glutaredoxin-S9 5.509139531 C6_control_B3 +LQ01X029720 Monothiol glutaredoxin-S9 5.469773986 C6_control_C1 +LQ01X029720 Monothiol glutaredoxin-S9 5.610018799 C6_control_C2 +LQ01X029720 Monothiol glutaredoxin-S9 5.316776409 C6_control_C3 +LQ01X029720 Monothiol glutaredoxin-S9 5.326488205 C6_chemical_A1 +LQ01X029720 Monothiol glutaredoxin-S9 5.805292411 C6_chemical_A3 +LQ01X029720 Monothiol glutaredoxin-S9 5.541513535 C6_chemical_B1 +LQ01X029720 Monothiol glutaredoxin-S9 5.404959012 C6_chemical_B2 +LQ01X029720 Monothiol glutaredoxin-S9 5.050146149 C6_chemical_B3 +LQ01X029720 Monothiol glutaredoxin-S9 5.638317773 C6_chemical_C1 +LQ01X029720 Monothiol glutaredoxin-S9 5.433767602 C6_chemical_C2 +LQ01X029720 Monothiol glutaredoxin-S9 5.454886082 C6_chemical_C3 +LQ01X029720 Monothiol glutaredoxin-S9 5.059846697 L4_control_A1 +LQ01X029720 Monothiol glutaredoxin-S9 5.580110475 L4_control_A2 +LQ01X029720 Monothiol glutaredoxin-S9 5.289888629 L4_control_A3 +LQ01X029720 Monothiol glutaredoxin-S9 6.083246515 L4_control_B1 +LQ01X029720 Monothiol glutaredoxin-S9 5.995292439 L4_control_B2 +LQ01X029720 Monothiol glutaredoxin-S9 5.089244269 L4_control_B3 +LQ01X029720 Monothiol glutaredoxin-S9 4.969690699 L4_control_C2 +LQ01X029720 Monothiol glutaredoxin-S9 4.928960652 L4_control_C3 +LQ01X029720 Monothiol glutaredoxin-S9 5.158982099 L4_chemical_A1 +LQ01X029720 Monothiol glutaredoxin-S9 5.778717172 L4_chemical_A2 +LQ01X029720 Monothiol glutaredoxin-S9 5.001284465 L4_chemical_A3 +LQ01X029720 Monothiol glutaredoxin-S9 5.621536127 L4_chemical_B1 +LQ01X029720 Monothiol glutaredoxin-S9 6.216934432 L4_chemical_B2 +LQ01X029720 Monothiol glutaredoxin-S9 5.327723357 L4_chemical_B3 +LQ01X029720 Monothiol glutaredoxin-S9 5.163385327 L4_chemical_C2 +LQ01X029720 Monothiol glutaredoxin-S9 4.832722722 L4_chemical_C3 +LQ01X029780 Putative uncharacterized protein 12.05611864 C6_control_A1 +LQ01X029780 Putative uncharacterized protein 12.4072203 C6_control_A3 +LQ01X029780 Putative uncharacterized protein 11.72024955 C6_control_B1 +LQ01X029780 Putative uncharacterized protein 12.24371111 C6_control_B2 +LQ01X029780 Putative uncharacterized protein 11.63632151 C6_control_B3 +LQ01X029780 Putative uncharacterized protein 12.05856318 C6_control_C1 +LQ01X029780 Putative uncharacterized protein 11.9309008 C6_control_C2 +LQ01X029780 Putative uncharacterized protein 11.8807961 C6_control_C3 +LQ01X029780 Putative uncharacterized protein 11.99780836 C6_chemical_A1 +LQ01X029780 Putative uncharacterized protein 11.44570077 C6_chemical_A3 +LQ01X029780 Putative uncharacterized protein 11.66204988 C6_chemical_B1 +LQ01X029780 Putative uncharacterized protein 12.43211526 C6_chemical_B2 +LQ01X029780 Putative uncharacterized protein 11.66101022 C6_chemical_B3 +LQ01X029780 Putative uncharacterized protein 12.32210799 C6_chemical_C1 +LQ01X029780 Putative uncharacterized protein 12.14008581 C6_chemical_C2 +LQ01X029780 Putative uncharacterized protein 11.65109161 C6_chemical_C3 +LQ01X029780 Putative uncharacterized protein 12.30013024 L4_control_A1 +LQ01X029780 Putative uncharacterized protein 12.58511216 L4_control_A2 +LQ01X029780 Putative uncharacterized protein 11.74614938 L4_control_A3 +LQ01X029780 Putative uncharacterized protein 11.52421826 L4_control_B1 +LQ01X029780 Putative uncharacterized protein 10.61793764 L4_control_B2 +LQ01X029780 Putative uncharacterized protein 11.28209013 L4_control_B3 +LQ01X029780 Putative uncharacterized protein 11.33132236 L4_control_C2 +LQ01X029780 Putative uncharacterized protein 10.55213902 L4_control_C3 +LQ01X029780 Putative uncharacterized protein 12.3239391 L4_chemical_A1 +LQ01X029780 Putative uncharacterized protein 12.65378934 L4_chemical_A2 +LQ01X029780 Putative uncharacterized protein 11.98233261 L4_chemical_A3 +LQ01X029780 Putative uncharacterized protein 11.86889587 L4_chemical_B1 +LQ01X029780 Putative uncharacterized protein 11.75402968 L4_chemical_B2 +LQ01X029780 Putative uncharacterized protein 11.66332564 L4_chemical_B3 +LQ01X029780 Putative uncharacterized protein 11.49462103 L4_chemical_C2 +LQ01X029780 Putative uncharacterized protein 10.68542573 L4_chemical_C3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.061941868 C6_control_A1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.211395109 C6_control_A3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.829705695 C6_control_B1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.825988362 C6_control_B2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.845957461 C6_control_B3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.876170908 C6_control_C1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.451748905 C6_control_C2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.703975045 C6_control_C3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.265338509 C6_chemical_A1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.933527407 C6_chemical_A3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.721300287 C6_chemical_B1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.752292915 C6_chemical_B2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.746605604 C6_chemical_B3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.861421165 C6_chemical_C1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.821917947 C6_chemical_C2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.786306475 C6_chemical_C3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.041445606 L4_control_A1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.902167237 L4_control_A2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.000789098 L4_control_A3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.090105965 L4_control_B1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.405669668 L4_control_B2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.709476823 L4_control_B3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.49942019 L4_control_C2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.11265953 L4_control_C3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.10360513 L4_chemical_A1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.884587933 L4_chemical_A2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.169427355 L4_chemical_A3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.80391296 L4_chemical_B1 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.843719946 L4_chemical_B2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 4.947361197 L4_chemical_B3 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.597044379 L4_chemical_C2 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.192126254 L4_chemical_C3 +LQ01X029800 Hypothetical protein 5.374453936 C6_control_A1 +LQ01X029800 Hypothetical protein 5.565072554 C6_control_A3 +LQ01X029800 Hypothetical protein 6.248419834 C6_control_B1 +LQ01X029800 Hypothetical protein 5.565858133 C6_control_B2 +LQ01X029800 Hypothetical protein 6.064706488 C6_control_B3 +LQ01X029800 Hypothetical protein 6.036128875 C6_control_C1 +LQ01X029800 Hypothetical protein 5.187420235 C6_control_C2 +LQ01X029800 Hypothetical protein 6.186461158 C6_control_C3 +LQ01X029800 Hypothetical protein 5.184524745 C6_chemical_A1 +LQ01X029800 Hypothetical protein 6.064358258 C6_chemical_A3 +LQ01X029800 Hypothetical protein 6.109438688 C6_chemical_B1 +LQ01X029800 Hypothetical protein 5.459026579 C6_chemical_B2 +LQ01X029800 Hypothetical protein 5.833570109 C6_chemical_B3 +LQ01X029800 Hypothetical protein 5.656758058 C6_chemical_C1 +LQ01X029800 Hypothetical protein 5.610395636 C6_chemical_C2 +LQ01X029800 Hypothetical protein 5.815500714 C6_chemical_C3 +LQ01X029800 Hypothetical protein 5.447453063 L4_control_A1 +LQ01X029800 Hypothetical protein 5.683956389 L4_control_A2 +LQ01X029800 Hypothetical protein 5.72695204 L4_control_A3 +LQ01X029800 Hypothetical protein 5.42323241 L4_control_B1 +LQ01X029800 Hypothetical protein 5.26087607 L4_control_B2 +LQ01X029800 Hypothetical protein 5.718665807 L4_control_B3 +LQ01X029800 Hypothetical protein 5.957872511 L4_control_C2 +LQ01X029800 Hypothetical protein 6.12220939 L4_control_C3 +LQ01X029800 Hypothetical protein 5.588682884 L4_chemical_A1 +LQ01X029800 Hypothetical protein 5.675635906 L4_chemical_A2 +LQ01X029800 Hypothetical protein 5.509879864 L4_chemical_A3 +LQ01X029800 Hypothetical protein 5.547691728 L4_chemical_B1 +LQ01X029800 Hypothetical protein 5.042115642 L4_chemical_B2 +LQ01X029800 Hypothetical protein 5.844608859 L4_chemical_B3 +LQ01X029800 Hypothetical protein 5.719851708 L4_chemical_C2 +LQ01X029800 Hypothetical protein 5.692429578 L4_chemical_C3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.27203468 C6_control_A1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.7806348 C6_control_A3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.17034868 C6_control_B1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.94372423 C6_control_B2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.14264964 C6_control_B3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.81996987 C6_control_C1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.69072711 C6_control_C2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.85383377 C6_control_C3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.16946075 C6_chemical_A1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.14846346 C6_chemical_A3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.92222496 C6_chemical_B1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.7256361 C6_chemical_B2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.09546573 C6_chemical_B3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.74785145 C6_chemical_C1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.61634657 C6_chemical_C2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.612852 C6_chemical_C3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.72189636 L4_control_A1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.99863773 L4_control_A2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.70496417 L4_control_A3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.80229696 L4_control_B1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.41440117 L4_control_B2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.13110061 L4_control_B3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.22331406 L4_control_C2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.9061401 L4_control_C3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.01682325 L4_chemical_A1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.3218309 L4_chemical_A2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.79574158 L4_chemical_A3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.66818623 L4_chemical_B1 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.5462978 L4_chemical_B2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.01102367 L4_chemical_B3 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.2430168 L4_chemical_C2 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 12.88672838 L4_chemical_C3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.55812418 C6_control_A1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.10810631 C6_control_A3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.55225012 C6_control_B1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.45730209 C6_control_B2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.51610914 C6_control_B3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 14.35358956 C6_control_C1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 14.01112771 C6_control_C2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 14.00936107 C6_control_C3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.63842522 C6_chemical_A1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.4847312 C6_chemical_A3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.13415752 C6_chemical_B1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.36431154 C6_chemical_B2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.60426021 C6_chemical_B3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 14.01133746 C6_chemical_C1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 14.2644984 C6_chemical_C2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 14.20448407 C6_chemical_C3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.44837082 L4_control_A1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.75186676 L4_control_A2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.00277124 L4_control_A3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.153472 L4_control_B1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.50760091 L4_control_B2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.0072288 L4_control_B3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.44856776 L4_control_C2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.63144015 L4_control_C3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.65730108 L4_chemical_A1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.79285985 L4_chemical_A2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.49113158 L4_chemical_A3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.99770903 L4_chemical_B1 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.60347208 L4_chemical_B2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.58796387 L4_chemical_B3 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.39705824 L4_chemical_C2 +LQ01X029840 Putative Spermatogenesis-associated protein 20 13.75018856 L4_chemical_C3 +LQ01X029850 Putative uncharacterized protein 8.874869732 C6_control_A1 +LQ01X029850 Putative uncharacterized protein 8.980224504 C6_control_A3 +LQ01X029850 Putative uncharacterized protein 9.656368311 C6_control_B1 +LQ01X029850 Putative uncharacterized protein 10.37471465 C6_control_B2 +LQ01X029850 Putative uncharacterized protein 9.832744251 C6_control_B3 +LQ01X029850 Putative uncharacterized protein 10.74221709 C6_control_C1 +LQ01X029850 Putative uncharacterized protein 10.76412988 C6_control_C2 +LQ01X029850 Putative uncharacterized protein 10.55960323 C6_control_C3 +LQ01X029850 Putative uncharacterized protein 9.003100543 C6_chemical_A1 +LQ01X029850 Putative uncharacterized protein 9.569888271 C6_chemical_A3 +LQ01X029850 Putative uncharacterized protein 9.871000913 C6_chemical_B1 +LQ01X029850 Putative uncharacterized protein 10.14116751 C6_chemical_B2 +LQ01X029850 Putative uncharacterized protein 9.780809873 C6_chemical_B3 +LQ01X029850 Putative uncharacterized protein 10.54117192 C6_chemical_C1 +LQ01X029850 Putative uncharacterized protein 10.63943002 C6_chemical_C2 +LQ01X029850 Putative uncharacterized protein 10.7161899 C6_chemical_C3 +LQ01X029850 Putative uncharacterized protein 9.722163627 L4_control_A1 +LQ01X029850 Putative uncharacterized protein 9.535503133 L4_control_A2 +LQ01X029850 Putative uncharacterized protein 9.606607623 L4_control_A3 +LQ01X029850 Putative uncharacterized protein 10.34769611 L4_control_B1 +LQ01X029850 Putative uncharacterized protein 10.77209032 L4_control_B2 +LQ01X029850 Putative uncharacterized protein 11.31880569 L4_control_B3 +LQ01X029850 Putative uncharacterized protein 12.18075003 L4_control_C2 +LQ01X029850 Putative uncharacterized protein 11.35923023 L4_control_C3 +LQ01X029850 Putative uncharacterized protein 9.653685298 L4_chemical_A1 +LQ01X029850 Putative uncharacterized protein 9.864917494 L4_chemical_A2 +LQ01X029850 Putative uncharacterized protein 9.501642914 L4_chemical_A3 +LQ01X029850 Putative uncharacterized protein 9.581475696 L4_chemical_B1 +LQ01X029850 Putative uncharacterized protein 10.63890483 L4_chemical_B2 +LQ01X029850 Putative uncharacterized protein 10.0803784 L4_chemical_B3 +LQ01X029850 Putative uncharacterized protein 12.51031731 L4_chemical_C2 +LQ01X029850 Putative uncharacterized protein 11.6169881 L4_chemical_C3 +LQ01X029860 Predicted protein (Fragment) 5.125019924 C6_control_A1 +LQ01X029860 Predicted protein (Fragment) 5.055825292 C6_control_A3 +LQ01X029860 Predicted protein (Fragment) 4.63871871 C6_control_B1 +LQ01X029860 Predicted protein (Fragment) 4.882145235 C6_control_B2 +LQ01X029860 Predicted protein (Fragment) 4.480206365 C6_control_B3 +LQ01X029860 Predicted protein (Fragment) 4.806746447 C6_control_C1 +LQ01X029860 Predicted protein (Fragment) 4.790894253 C6_control_C2 +LQ01X029860 Predicted protein (Fragment) 4.744275382 C6_control_C3 +LQ01X029860 Predicted protein (Fragment) 5.175643087 C6_chemical_A1 +LQ01X029860 Predicted protein (Fragment) 5.078150782 C6_chemical_A3 +LQ01X029860 Predicted protein (Fragment) 4.662957568 C6_chemical_B1 +LQ01X029860 Predicted protein (Fragment) 4.863132554 C6_chemical_B2 +LQ01X029860 Predicted protein (Fragment) 4.718747129 C6_chemical_B3 +LQ01X029860 Predicted protein (Fragment) 4.737196617 C6_chemical_C1 +LQ01X029860 Predicted protein (Fragment) 4.657254898 C6_chemical_C2 +LQ01X029860 Predicted protein (Fragment) 4.708976674 C6_chemical_C3 +LQ01X029860 Predicted protein (Fragment) 4.814631849 L4_control_A1 +LQ01X029860 Predicted protein (Fragment) 5.312929357 L4_control_A2 +LQ01X029860 Predicted protein (Fragment) 5.553813208 L4_control_A3 +LQ01X029860 Predicted protein (Fragment) 4.929214149 L4_control_B1 +LQ01X029860 Predicted protein (Fragment) 4.940558649 L4_control_B2 +LQ01X029860 Predicted protein (Fragment) 4.698517583 L4_control_B3 +LQ01X029860 Predicted protein (Fragment) 5.671061976 L4_control_C2 +LQ01X029860 Predicted protein (Fragment) 5.066311659 L4_control_C3 +LQ01X029860 Predicted protein (Fragment) 5.058685637 L4_chemical_A1 +LQ01X029860 Predicted protein (Fragment) 5.040656275 L4_chemical_A2 +LQ01X029860 Predicted protein (Fragment) 5.601101381 L4_chemical_A3 +LQ01X029860 Predicted protein (Fragment) 5.313573442 L4_chemical_B1 +LQ01X029860 Predicted protein (Fragment) 5.060615169 L4_chemical_B2 +LQ01X029860 Predicted protein (Fragment) 4.915781766 L4_chemical_B3 +LQ01X029860 Predicted protein (Fragment) 5.470740529 L4_chemical_C2 +LQ01X029860 Predicted protein (Fragment) 5.453420571 L4_chemical_C3 +LQ01X029870 Putative uncharacterized protein 7.56568369 C6_control_A1 +LQ01X029870 Putative uncharacterized protein 6.863178443 C6_control_A3 +LQ01X029870 Putative uncharacterized protein 7.871646983 C6_control_B1 +LQ01X029870 Putative uncharacterized protein 5.087163532 C6_control_B2 +LQ01X029870 Putative uncharacterized protein 7.880805497 C6_control_B3 +LQ01X029870 Putative uncharacterized protein 5.417486598 C6_control_C1 +LQ01X029870 Putative uncharacterized protein 4.928652578 C6_control_C2 +LQ01X029870 Putative uncharacterized protein 5.312004911 C6_control_C3 +LQ01X029870 Putative uncharacterized protein 7.406186146 C6_chemical_A1 +LQ01X029870 Putative uncharacterized protein 7.401150531 C6_chemical_A3 +LQ01X029870 Putative uncharacterized protein 6.990598413 C6_chemical_B1 +LQ01X029870 Putative uncharacterized protein 4.989208854 C6_chemical_B2 +LQ01X029870 Putative uncharacterized protein 7.418060811 C6_chemical_B3 +LQ01X029870 Putative uncharacterized protein 5.652739165 C6_chemical_C1 +LQ01X029870 Putative uncharacterized protein 5.026433531 C6_chemical_C2 +LQ01X029870 Putative uncharacterized protein 5.985211232 C6_chemical_C3 +LQ01X029870 Putative uncharacterized protein 6.589602406 L4_control_A1 +LQ01X029870 Putative uncharacterized protein 8.690440732 L4_control_A2 +LQ01X029870 Putative uncharacterized protein 8.235774563 L4_control_A3 +LQ01X029870 Putative uncharacterized protein 6.119870407 L4_control_B1 +LQ01X029870 Putative uncharacterized protein 6.607024202 L4_control_B2 +LQ01X029870 Putative uncharacterized protein 7.442745718 L4_control_B3 +LQ01X029870 Putative uncharacterized protein 5.758271685 L4_control_C2 +LQ01X029870 Putative uncharacterized protein 7.033755093 L4_control_C3 +LQ01X029870 Putative uncharacterized protein 7.229657786 L4_chemical_A1 +LQ01X029870 Putative uncharacterized protein 8.700287928 L4_chemical_A2 +LQ01X029870 Putative uncharacterized protein 8.056331935 L4_chemical_A3 +LQ01X029870 Putative uncharacterized protein 6.600875193 L4_chemical_B1 +LQ01X029870 Putative uncharacterized protein 8.145586012 L4_chemical_B2 +LQ01X029870 Putative uncharacterized protein 6.844263452 L4_chemical_B3 +LQ01X029870 Putative uncharacterized protein 6.682979195 L4_chemical_C2 +LQ01X029870 Putative uncharacterized protein 6.874811431 L4_chemical_C3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.41378832 C6_control_A1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 5.940385964 C6_control_A3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.5680869 C6_control_B1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.389488518 C6_control_B2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.664193319 C6_control_B3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.032566848 C6_control_C1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 5.921716928 C6_control_C2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.795667313 C6_control_C3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.762859592 C6_chemical_A1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.344666066 C6_chemical_A3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.754798589 C6_chemical_B1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 5.999232206 C6_chemical_B2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.318042047 C6_chemical_B3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 5.790458955 C6_chemical_C1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.417332547 C6_chemical_C2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.298859826 C6_chemical_C3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.261249752 L4_control_A1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.46703768 L4_control_A2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 5.855886707 L4_control_A3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.554908581 L4_control_B1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.297681517 L4_control_B2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.323355914 L4_control_B3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 7.185272672 L4_control_C2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.466055385 L4_control_C3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.291301603 L4_chemical_A1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.660831979 L4_chemical_A2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 5.937826157 L4_chemical_A3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 5.878699542 L4_chemical_B1 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.444468432 L4_chemical_B2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.344731217 L4_chemical_B3 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.286664661 L4_chemical_C2 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.240082847 L4_chemical_C3 +LQ01X029910 Metal tolerance protein C1 12.57071294 C6_control_A1 +LQ01X029910 Metal tolerance protein C1 12.50099806 C6_control_A3 +LQ01X029910 Metal tolerance protein C1 12.69144766 C6_control_B1 +LQ01X029910 Metal tolerance protein C1 11.91888749 C6_control_B2 +LQ01X029910 Metal tolerance protein C1 12.38094234 C6_control_B3 +LQ01X029910 Metal tolerance protein C1 11.95417154 C6_control_C1 +LQ01X029910 Metal tolerance protein C1 11.88283361 C6_control_C2 +LQ01X029910 Metal tolerance protein C1 11.9176205 C6_control_C3 +LQ01X029910 Metal tolerance protein C1 12.65440419 C6_chemical_A1 +LQ01X029910 Metal tolerance protein C1 12.39450363 C6_chemical_A3 +LQ01X029910 Metal tolerance protein C1 12.4965324 C6_chemical_B1 +LQ01X029910 Metal tolerance protein C1 11.83420951 C6_chemical_B2 +LQ01X029910 Metal tolerance protein C1 12.20858605 C6_chemical_B3 +LQ01X029910 Metal tolerance protein C1 12.28034234 C6_chemical_C1 +LQ01X029910 Metal tolerance protein C1 12.19127364 C6_chemical_C2 +LQ01X029910 Metal tolerance protein C1 11.78563518 C6_chemical_C3 +LQ01X029910 Metal tolerance protein C1 12.12106315 L4_control_A1 +LQ01X029910 Metal tolerance protein C1 12.90336876 L4_control_A2 +LQ01X029910 Metal tolerance protein C1 11.90701086 L4_control_A3 +LQ01X029910 Metal tolerance protein C1 12.65852892 L4_control_B1 +LQ01X029910 Metal tolerance protein C1 12.80795755 L4_control_B2 +LQ01X029910 Metal tolerance protein C1 11.92872751 L4_control_B3 +LQ01X029910 Metal tolerance protein C1 12.84492059 L4_control_C2 +LQ01X029910 Metal tolerance protein C1 12.33865604 L4_control_C3 +LQ01X029910 Metal tolerance protein C1 12.71691302 L4_chemical_A1 +LQ01X029910 Metal tolerance protein C1 13.44254722 L4_chemical_A2 +LQ01X029910 Metal tolerance protein C1 12.15181412 L4_chemical_A3 +LQ01X029910 Metal tolerance protein C1 13.24224432 L4_chemical_B1 +LQ01X029910 Metal tolerance protein C1 13.19054107 L4_chemical_B2 +LQ01X029910 Metal tolerance protein C1 11.97800451 L4_chemical_B3 +LQ01X029910 Metal tolerance protein C1 13.01875466 L4_chemical_C2 +LQ01X029910 Metal tolerance protein C1 12.67104868 L4_chemical_C3 +LQ01X029930 Putative uncharacterized protein 6.637205765 C6_control_A1 +LQ01X029930 Putative uncharacterized protein 5.798748867 C6_control_A3 +LQ01X029930 Putative uncharacterized protein 6.103344348 C6_control_B1 +LQ01X029930 Putative uncharacterized protein 6.326913842 C6_control_B2 +LQ01X029930 Putative uncharacterized protein 6.548458521 C6_control_B3 +LQ01X029930 Putative uncharacterized protein 5.556940327 C6_control_C1 +LQ01X029930 Putative uncharacterized protein 6.260187151 C6_control_C2 +LQ01X029930 Putative uncharacterized protein 6.162695218 C6_control_C3 +LQ01X029930 Putative uncharacterized protein 6.255944146 C6_chemical_A1 +LQ01X029930 Putative uncharacterized protein 6.539585436 C6_chemical_A3 +LQ01X029930 Putative uncharacterized protein 6.060724842 C6_chemical_B1 +LQ01X029930 Putative uncharacterized protein 6.284677969 C6_chemical_B2 +LQ01X029930 Putative uncharacterized protein 6.356041354 C6_chemical_B3 +LQ01X029930 Putative uncharacterized protein 5.789996508 C6_chemical_C1 +LQ01X029930 Putative uncharacterized protein 6.263007851 C6_chemical_C2 +LQ01X029930 Putative uncharacterized protein 6.371595186 C6_chemical_C3 +LQ01X029930 Putative uncharacterized protein 6.398056254 L4_control_A1 +LQ01X029930 Putative uncharacterized protein 6.822283493 L4_control_A2 +LQ01X029930 Putative uncharacterized protein 6.258120707 L4_control_A3 +LQ01X029930 Putative uncharacterized protein 6.7328149 L4_control_B1 +LQ01X029930 Putative uncharacterized protein 6.130152408 L4_control_B2 +LQ01X029930 Putative uncharacterized protein 6.388842728 L4_control_B3 +LQ01X029930 Putative uncharacterized protein 5.850698638 L4_control_C2 +LQ01X029930 Putative uncharacterized protein 6.634395732 L4_control_C3 +LQ01X029930 Putative uncharacterized protein 6.324313753 L4_chemical_A1 +LQ01X029930 Putative uncharacterized protein 7.018449381 L4_chemical_A2 +LQ01X029930 Putative uncharacterized protein 5.680767349 L4_chemical_A3 +LQ01X029930 Putative uncharacterized protein 6.773376554 L4_chemical_B1 +LQ01X029930 Putative uncharacterized protein 6.132395726 L4_chemical_B2 +LQ01X029930 Putative uncharacterized protein 6.375516772 L4_chemical_B3 +LQ01X029930 Putative uncharacterized protein 6.367627691 L4_chemical_C2 +LQ01X029930 Putative uncharacterized protein 6.54083882 L4_chemical_C3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.78592874 C6_control_A1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.10664222 C6_control_A3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.73473042 C6_control_B1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.69049559 C6_control_B2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.76698708 C6_control_B3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.71516389 C6_control_C1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.3055467 C6_control_C2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.59178313 C6_control_C3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.92669789 C6_chemical_A1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.34951549 C6_chemical_A3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.83604748 C6_chemical_B1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.63309439 C6_chemical_B2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.88971936 C6_chemical_B3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.68770585 C6_chemical_C1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.54189684 C6_chemical_C2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.74271299 C6_chemical_C3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 13.0444069 L4_control_A1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.75899957 L4_control_A2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 13.260452 L4_control_A3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.62527787 L4_control_B1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.52381542 L4_control_B2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.7538084 L4_control_B3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.81244753 L4_control_C2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.8583605 L4_control_C3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 13.05473442 L4_chemical_A1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 13.09973461 L4_chemical_A2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 13.31146588 L4_chemical_A3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.60668823 L4_chemical_B1 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.3852886 L4_chemical_B2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.81130935 L4_chemical_B3 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.6578154 L4_chemical_C2 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.97404803 L4_chemical_C3 +LQ01X030080 Glutathione S-transferase PARB 12.64781558 C6_control_A1 +LQ01X030080 Glutathione S-transferase PARB 12.75846995 C6_control_A3 +LQ01X030080 Glutathione S-transferase PARB 11.89585783 C6_control_B1 +LQ01X030080 Glutathione S-transferase PARB 11.12962342 C6_control_B2 +LQ01X030080 Glutathione S-transferase PARB 11.62890055 C6_control_B3 +LQ01X030080 Glutathione S-transferase PARB 9.524249748 C6_control_C1 +LQ01X030080 Glutathione S-transferase PARB 9.852929169 C6_control_C2 +LQ01X030080 Glutathione S-transferase PARB 9.118900521 C6_control_C3 +LQ01X030080 Glutathione S-transferase PARB 12.44910576 C6_chemical_A1 +LQ01X030080 Glutathione S-transferase PARB 13.01833296 C6_chemical_A3 +LQ01X030080 Glutathione S-transferase PARB 11.53723607 C6_chemical_B1 +LQ01X030080 Glutathione S-transferase PARB 11.11627417 C6_chemical_B2 +LQ01X030080 Glutathione S-transferase PARB 11.5056231 C6_chemical_B3 +LQ01X030080 Glutathione S-transferase PARB 9.291993482 C6_chemical_C1 +LQ01X030080 Glutathione S-transferase PARB 9.054402607 C6_chemical_C2 +LQ01X030080 Glutathione S-transferase PARB 9.143253976 C6_chemical_C3 +LQ01X030080 Glutathione S-transferase PARB 13.14620947 L4_control_A1 +LQ01X030080 Glutathione S-transferase PARB 13.00138045 L4_control_A2 +LQ01X030080 Glutathione S-transferase PARB 12.89066303 L4_control_A3 +LQ01X030080 Glutathione S-transferase PARB 12.37698715 L4_control_B1 +LQ01X030080 Glutathione S-transferase PARB 12.13012262 L4_control_B2 +LQ01X030080 Glutathione S-transferase PARB 10.7832387 L4_control_B3 +LQ01X030080 Glutathione S-transferase PARB 10.07004427 L4_control_C2 +LQ01X030080 Glutathione S-transferase PARB 9.828685535 L4_control_C3 +LQ01X030080 Glutathione S-transferase PARB 12.47523912 L4_chemical_A1 +LQ01X030080 Glutathione S-transferase PARB 12.61407506 L4_chemical_A2 +LQ01X030080 Glutathione S-transferase PARB 12.94973221 L4_chemical_A3 +LQ01X030080 Glutathione S-transferase PARB 12.55361471 L4_chemical_B1 +LQ01X030080 Glutathione S-transferase PARB 12.17764739 L4_chemical_B2 +LQ01X030080 Glutathione S-transferase PARB 12.5031906 L4_chemical_B3 +LQ01X030080 Glutathione S-transferase PARB 10.4115239 L4_chemical_C2 +LQ01X030080 Glutathione S-transferase PARB 10.08325109 L4_chemical_C3 +LQ01X030090 Glutathione S-transferase 12.21600058 C6_control_A1 +LQ01X030090 Glutathione S-transferase 12.55095084 C6_control_A3 +LQ01X030090 Glutathione S-transferase 12.27969252 C6_control_B1 +LQ01X030090 Glutathione S-transferase 11.03455486 C6_control_B2 +LQ01X030090 Glutathione S-transferase 11.93917754 C6_control_B3 +LQ01X030090 Glutathione S-transferase 7.352325473 C6_control_C1 +LQ01X030090 Glutathione S-transferase 6.656802927 C6_control_C2 +LQ01X030090 Glutathione S-transferase 7.242964795 C6_control_C3 +LQ01X030090 Glutathione S-transferase 11.9090907 C6_chemical_A1 +LQ01X030090 Glutathione S-transferase 12.58456467 C6_chemical_A3 +LQ01X030090 Glutathione S-transferase 11.81696871 C6_chemical_B1 +LQ01X030090 Glutathione S-transferase 10.95428616 C6_chemical_B2 +LQ01X030090 Glutathione S-transferase 11.8603266 C6_chemical_B3 +LQ01X030090 Glutathione S-transferase 7.758907693 C6_chemical_C1 +LQ01X030090 Glutathione S-transferase 6.972346975 C6_chemical_C2 +LQ01X030090 Glutathione S-transferase 7.453607062 C6_chemical_C3 +LQ01X030090 Glutathione S-transferase 12.68112419 L4_control_A1 +LQ01X030090 Glutathione S-transferase 12.59874529 L4_control_A2 +LQ01X030090 Glutathione S-transferase 12.86354496 L4_control_A3 +LQ01X030090 Glutathione S-transferase 11.74972117 L4_control_B1 +LQ01X030090 Glutathione S-transferase 11.88648851 L4_control_B2 +LQ01X030090 Glutathione S-transferase 10.18247793 L4_control_B3 +LQ01X030090 Glutathione S-transferase 6.717722553 L4_control_C2 +LQ01X030090 Glutathione S-transferase 6.736797719 L4_control_C3 +LQ01X030090 Glutathione S-transferase 11.91106534 L4_chemical_A1 +LQ01X030090 Glutathione S-transferase 12.20456593 L4_chemical_A2 +LQ01X030090 Glutathione S-transferase 12.51802631 L4_chemical_A3 +LQ01X030090 Glutathione S-transferase 11.82424975 L4_chemical_B1 +LQ01X030090 Glutathione S-transferase 11.85149372 L4_chemical_B2 +LQ01X030090 Glutathione S-transferase 12.48041202 L4_chemical_B3 +LQ01X030090 Glutathione S-transferase 6.513100453 L4_chemical_C2 +LQ01X030090 Glutathione S-transferase 7.665057503 L4_chemical_C3 +LQ01X030100 Glutathione S-transferase PARB 14.40494579 C6_control_A1 +LQ01X030100 Glutathione S-transferase PARB 14.55589286 C6_control_A3 +LQ01X030100 Glutathione S-transferase PARB 14.45175036 C6_control_B1 +LQ01X030100 Glutathione S-transferase PARB 15.27434195 C6_control_B2 +LQ01X030100 Glutathione S-transferase PARB 14.60469381 C6_control_B3 +LQ01X030100 Glutathione S-transferase PARB 14.17736169 C6_control_C1 +LQ01X030100 Glutathione S-transferase PARB 15.18505444 C6_control_C2 +LQ01X030100 Glutathione S-transferase PARB 13.30811444 C6_control_C3 +LQ01X030100 Glutathione S-transferase PARB 14.91941519 C6_chemical_A1 +LQ01X030100 Glutathione S-transferase PARB 14.28290419 C6_chemical_A3 +LQ01X030100 Glutathione S-transferase PARB 14.89593675 C6_chemical_B1 +LQ01X030100 Glutathione S-transferase PARB 15.51104149 C6_chemical_B2 +LQ01X030100 Glutathione S-transferase PARB 14.71609452 C6_chemical_B3 +LQ01X030100 Glutathione S-transferase PARB 14.86799893 C6_chemical_C1 +LQ01X030100 Glutathione S-transferase PARB 14.81150112 C6_chemical_C2 +LQ01X030100 Glutathione S-transferase PARB 13.38721018 C6_chemical_C3 +LQ01X030100 Glutathione S-transferase PARB 14.6036788 L4_control_A1 +LQ01X030100 Glutathione S-transferase PARB 14.20720268 L4_control_A2 +LQ01X030100 Glutathione S-transferase PARB 14.12169792 L4_control_A3 +LQ01X030100 Glutathione S-transferase PARB 14.27991503 L4_control_B1 +LQ01X030100 Glutathione S-transferase PARB 14.0517039 L4_control_B2 +LQ01X030100 Glutathione S-transferase PARB 14.02263733 L4_control_B3 +LQ01X030100 Glutathione S-transferase PARB 13.58182555 L4_control_C2 +LQ01X030100 Glutathione S-transferase PARB 12.73448628 L4_control_C3 +LQ01X030100 Glutathione S-transferase PARB 14.78329981 L4_chemical_A1 +LQ01X030100 Glutathione S-transferase PARB 14.78646762 L4_chemical_A2 +LQ01X030100 Glutathione S-transferase PARB 14.19842823 L4_chemical_A3 +LQ01X030100 Glutathione S-transferase PARB 14.54606427 L4_chemical_B1 +LQ01X030100 Glutathione S-transferase PARB 14.70511714 L4_chemical_B2 +LQ01X030100 Glutathione S-transferase PARB 14.81288928 L4_chemical_B3 +LQ01X030100 Glutathione S-transferase PARB 14.21663652 L4_chemical_C2 +LQ01X030100 Glutathione S-transferase PARB 12.81562344 L4_chemical_C3 +LQ01X030160 Predicted protein 5.220039269 C6_control_A1 +LQ01X030160 Predicted protein 5.009222223 C6_control_A3 +LQ01X030160 Predicted protein 6.398213189 C6_control_B1 +LQ01X030160 Predicted protein 5.558854745 C6_control_B2 +LQ01X030160 Predicted protein 5.925072199 C6_control_B3 +LQ01X030160 Predicted protein 5.620609378 C6_control_C1 +LQ01X030160 Predicted protein 5.500422551 C6_control_C2 +LQ01X030160 Predicted protein 5.65966125 C6_control_C3 +LQ01X030160 Predicted protein 5.508992115 C6_chemical_A1 +LQ01X030160 Predicted protein 5.631340468 C6_chemical_A3 +LQ01X030160 Predicted protein 6.20991182 C6_chemical_B1 +LQ01X030160 Predicted protein 5.798186753 C6_chemical_B2 +LQ01X030160 Predicted protein 5.727135628 C6_chemical_B3 +LQ01X030160 Predicted protein 5.528655326 C6_chemical_C1 +LQ01X030160 Predicted protein 5.597222603 C6_chemical_C2 +LQ01X030160 Predicted protein 5.8791663 C6_chemical_C3 +LQ01X030160 Predicted protein 5.223458545 L4_control_A1 +LQ01X030160 Predicted protein 5.536774806 L4_control_A2 +LQ01X030160 Predicted protein 5.813935485 L4_control_A3 +LQ01X030160 Predicted protein 5.539216974 L4_control_B1 +LQ01X030160 Predicted protein 5.526500891 L4_control_B2 +LQ01X030160 Predicted protein 5.794851017 L4_control_B3 +LQ01X030160 Predicted protein 5.976188211 L4_control_C2 +LQ01X030160 Predicted protein 6.201640316 L4_control_C3 +LQ01X030160 Predicted protein 5.25047828 L4_chemical_A1 +LQ01X030160 Predicted protein 5.450693045 L4_chemical_A2 +LQ01X030160 Predicted protein 5.510123722 L4_chemical_A3 +LQ01X030160 Predicted protein 5.902286743 L4_chemical_B1 +LQ01X030160 Predicted protein 6.064079827 L4_chemical_B2 +LQ01X030160 Predicted protein 5.597540196 L4_chemical_B3 +LQ01X030160 Predicted protein 6.215421324 L4_chemical_C2 +LQ01X030160 Predicted protein 5.793436073 L4_chemical_C3 +LQ01X030170 Bifunctional protein folD 12.65253682 C6_control_A1 +LQ01X030170 Bifunctional protein folD 12.72609045 C6_control_A3 +LQ01X030170 Bifunctional protein folD 13.09786232 C6_control_B1 +LQ01X030170 Bifunctional protein folD 13.61745577 C6_control_B2 +LQ01X030170 Bifunctional protein folD 13.42021173 C6_control_B3 +LQ01X030170 Bifunctional protein folD 13.48327175 C6_control_C1 +LQ01X030170 Bifunctional protein folD 13.81243382 C6_control_C2 +LQ01X030170 Bifunctional protein folD 13.57613635 C6_control_C3 +LQ01X030170 Bifunctional protein folD 12.88337441 C6_chemical_A1 +LQ01X030170 Bifunctional protein folD 12.96923093 C6_chemical_A3 +LQ01X030170 Bifunctional protein folD 13.51994913 C6_chemical_B1 +LQ01X030170 Bifunctional protein folD 13.81658463 C6_chemical_B2 +LQ01X030170 Bifunctional protein folD 13.42515041 C6_chemical_B3 +LQ01X030170 Bifunctional protein folD 13.61456077 C6_chemical_C1 +LQ01X030170 Bifunctional protein folD 13.70133485 C6_chemical_C2 +LQ01X030170 Bifunctional protein folD 13.25814416 C6_chemical_C3 +LQ01X030170 Bifunctional protein folD 12.78146399 L4_control_A1 +LQ01X030170 Bifunctional protein folD 12.88382873 L4_control_A2 +LQ01X030170 Bifunctional protein folD 12.71590846 L4_control_A3 +LQ01X030170 Bifunctional protein folD 13.19082245 L4_control_B1 +LQ01X030170 Bifunctional protein folD 13.05931779 L4_control_B2 +LQ01X030170 Bifunctional protein folD 12.73179924 L4_control_B3 +LQ01X030170 Bifunctional protein folD 12.97195847 L4_control_C2 +LQ01X030170 Bifunctional protein folD 12.68261034 L4_control_C3 +LQ01X030170 Bifunctional protein folD 13.11520138 L4_chemical_A1 +LQ01X030170 Bifunctional protein folD 13.17561175 L4_chemical_A2 +LQ01X030170 Bifunctional protein folD 12.81105522 L4_chemical_A3 +LQ01X030170 Bifunctional protein folD 13.31560294 L4_chemical_B1 +LQ01X030170 Bifunctional protein folD 13.07179893 L4_chemical_B2 +LQ01X030170 Bifunctional protein folD 12.77805642 L4_chemical_B3 +LQ01X030170 Bifunctional protein folD 13.08404432 L4_chemical_C2 +LQ01X030170 Bifunctional protein folD 13.05567835 L4_chemical_C3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.579484838 C6_control_A1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.518913143 C6_control_A3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.256745415 C6_control_B1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 6.171919544 C6_control_B2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.332751894 C6_control_B3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.4444368 C6_control_C1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.390203347 C6_control_C2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.754766345 C6_control_C3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.57564542 C6_chemical_A1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.747033395 C6_chemical_A3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.335463855 C6_chemical_B1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 6.030332152 C6_chemical_B2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.742261289 C6_chemical_B3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.133025856 C6_chemical_C1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.588382716 C6_chemical_C2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.353759776 C6_chemical_C3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.176149689 L4_control_A1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.833253057 L4_control_A2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.546105112 L4_control_A3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.611191802 L4_control_B1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.367207895 L4_control_B2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.393410658 L4_control_B3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.185935154 L4_control_C2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.683338877 L4_control_C3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.427328415 L4_chemical_A1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.95508393 L4_chemical_A2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 6.120447947 L4_chemical_A3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.168378374 L4_chemical_B1 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.257987888 L4_chemical_B2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.778677384 L4_chemical_B3 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.578069439 L4_chemical_C2 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 6.229336847 L4_chemical_C3 +LQ01X030230 Putative uncharacterized protein 11.70956038 C6_control_A1 +LQ01X030230 Putative uncharacterized protein 11.37187012 C6_control_A3 +LQ01X030230 Putative uncharacterized protein 12.02933971 C6_control_B1 +LQ01X030230 Putative uncharacterized protein 12.19978844 C6_control_B2 +LQ01X030230 Putative uncharacterized protein 11.9290721 C6_control_B3 +LQ01X030230 Putative uncharacterized protein 12.71694196 C6_control_C1 +LQ01X030230 Putative uncharacterized protein 12.75316825 C6_control_C2 +LQ01X030230 Putative uncharacterized protein 12.06382629 C6_control_C3 +LQ01X030230 Putative uncharacterized protein 11.70157649 C6_chemical_A1 +LQ01X030230 Putative uncharacterized protein 11.41528376 C6_chemical_A3 +LQ01X030230 Putative uncharacterized protein 12.28142234 C6_chemical_B1 +LQ01X030230 Putative uncharacterized protein 12.58362804 C6_chemical_B2 +LQ01X030230 Putative uncharacterized protein 11.82305817 C6_chemical_B3 +LQ01X030230 Putative uncharacterized protein 12.68799098 C6_chemical_C1 +LQ01X030230 Putative uncharacterized protein 12.70519513 C6_chemical_C2 +LQ01X030230 Putative uncharacterized protein 12.26215135 C6_chemical_C3 +LQ01X030230 Putative uncharacterized protein 11.31045958 L4_control_A1 +LQ01X030230 Putative uncharacterized protein 11.91939857 L4_control_A2 +LQ01X030230 Putative uncharacterized protein 11.75600132 L4_control_A3 +LQ01X030230 Putative uncharacterized protein 12.13348045 L4_control_B1 +LQ01X030230 Putative uncharacterized protein 12.31398782 L4_control_B2 +LQ01X030230 Putative uncharacterized protein 12.14945516 L4_control_B3 +LQ01X030230 Putative uncharacterized protein 12.66765654 L4_control_C2 +LQ01X030230 Putative uncharacterized protein 12.66335403 L4_control_C3 +LQ01X030230 Putative uncharacterized protein 11.12718455 L4_chemical_A1 +LQ01X030230 Putative uncharacterized protein 11.63305929 L4_chemical_A2 +LQ01X030230 Putative uncharacterized protein 11.17498839 L4_chemical_A3 +LQ01X030230 Putative uncharacterized protein 11.77119656 L4_chemical_B1 +LQ01X030230 Putative uncharacterized protein 11.92009756 L4_chemical_B2 +LQ01X030230 Putative uncharacterized protein 11.85135505 L4_chemical_B3 +LQ01X030230 Putative uncharacterized protein 12.76828377 L4_chemical_C2 +LQ01X030230 Putative uncharacterized protein 12.51810711 L4_chemical_C3 +LQ01X030240 RALFL33, putative 5.402895621 C6_control_A1 +LQ01X030240 RALFL33, putative 5.428390488 C6_control_A3 +LQ01X030240 RALFL33, putative 5.364200126 C6_control_B1 +LQ01X030240 RALFL33, putative 5.51708439 C6_control_B2 +LQ01X030240 RALFL33, putative 5.229645738 C6_control_B3 +LQ01X030240 RALFL33, putative 5.817920454 C6_control_C1 +LQ01X030240 RALFL33, putative 5.466183433 C6_control_C2 +LQ01X030240 RALFL33, putative 6.003585305 C6_control_C3 +LQ01X030240 RALFL33, putative 5.667607858 C6_chemical_A1 +LQ01X030240 RALFL33, putative 5.385314858 C6_chemical_A3 +LQ01X030240 RALFL33, putative 5.658775336 C6_chemical_B1 +LQ01X030240 RALFL33, putative 5.305631469 C6_chemical_B2 +LQ01X030240 RALFL33, putative 5.308220419 C6_chemical_B3 +LQ01X030240 RALFL33, putative 5.561437024 C6_chemical_C1 +LQ01X030240 RALFL33, putative 6.015611055 C6_chemical_C2 +LQ01X030240 RALFL33, putative 5.936728858 C6_chemical_C3 +LQ01X030240 RALFL33, putative 5.494193342 L4_control_A1 +LQ01X030240 RALFL33, putative 5.460340299 L4_control_A2 +LQ01X030240 RALFL33, putative 5.049517772 L4_control_A3 +LQ01X030240 RALFL33, putative 5.421495441 L4_control_B1 +LQ01X030240 RALFL33, putative 5.793659028 L4_control_B2 +LQ01X030240 RALFL33, putative 5.686744029 L4_control_B3 +LQ01X030240 RALFL33, putative 5.379546675 L4_control_C2 +LQ01X030240 RALFL33, putative 4.992768799 L4_control_C3 +LQ01X030240 RALFL33, putative 5.633936655 L4_chemical_A1 +LQ01X030240 RALFL33, putative 5.757144305 L4_chemical_A2 +LQ01X030240 RALFL33, putative 4.9688369 L4_chemical_A3 +LQ01X030240 RALFL33, putative 5.170411995 L4_chemical_B1 +LQ01X030240 RALFL33, putative 5.601784716 L4_chemical_B2 +LQ01X030240 RALFL33, putative 5.481882524 L4_chemical_B3 +LQ01X030240 RALFL33, putative 5.144067147 L4_chemical_C2 +LQ01X030240 RALFL33, putative 5.218205114 L4_chemical_C3 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.38657334 C6_control_A1 +LQ01X030250 Putative Heat shock factor-binding protein 1 12.01691571 C6_control_A3 +LQ01X030250 Putative Heat shock factor-binding protein 1 10.3721555 C6_control_B1 +LQ01X030250 Putative Heat shock factor-binding protein 1 12.8385633 C6_control_B2 +LQ01X030250 Putative Heat shock factor-binding protein 1 10.28448712 C6_control_B3 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.10261796 C6_control_C1 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.78935431 C6_control_C2 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.9527268 C6_control_C3 +LQ01X030250 Putative Heat shock factor-binding protein 1 10.80396211 C6_chemical_A1 +LQ01X030250 Putative Heat shock factor-binding protein 1 10.92002652 C6_chemical_A3 +LQ01X030250 Putative Heat shock factor-binding protein 1 9.520051518 C6_chemical_B1 +LQ01X030250 Putative Heat shock factor-binding protein 1 12.84189962 C6_chemical_B2 +LQ01X030250 Putative Heat shock factor-binding protein 1 9.927098232 C6_chemical_B3 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.27418484 C6_chemical_C1 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.61869617 C6_chemical_C2 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.38152026 C6_chemical_C3 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.88607467 L4_control_A1 +LQ01X030250 Putative Heat shock factor-binding protein 1 12.11297204 L4_control_A2 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.08671581 L4_control_A3 +LQ01X030250 Putative Heat shock factor-binding protein 1 10.08907257 L4_control_B1 +LQ01X030250 Putative Heat shock factor-binding protein 1 8.490689741 L4_control_B2 +LQ01X030250 Putative Heat shock factor-binding protein 1 10.52789108 L4_control_B3 +LQ01X030250 Putative Heat shock factor-binding protein 1 6.789274591 L4_control_C2 +LQ01X030250 Putative Heat shock factor-binding protein 1 8.14943895 L4_control_C3 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.60647839 L4_chemical_A1 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.3231176 L4_chemical_A2 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.64009063 L4_chemical_A3 +LQ01X030250 Putative Heat shock factor-binding protein 1 9.39657997 L4_chemical_B1 +LQ01X030250 Putative Heat shock factor-binding protein 1 9.89802061 L4_chemical_B2 +LQ01X030250 Putative Heat shock factor-binding protein 1 11.45722371 L4_chemical_B3 +LQ01X030250 Putative Heat shock factor-binding protein 1 6.014738992 L4_chemical_C2 +LQ01X030250 Putative Heat shock factor-binding protein 1 8.000163916 L4_chemical_C3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 7.512144693 C6_control_A1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 7.390685113 C6_control_A3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 6.957118042 C6_control_B1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 7.118758102 C6_control_B2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 7.401284534 C6_control_B3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.610001884 C6_control_C1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 5.980077875 C6_control_C2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.231653266 C6_control_C3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.053900147 C6_chemical_A1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 6.081620417 C6_chemical_A3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.466153795 C6_chemical_B1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 6.672852492 C6_chemical_B2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.303590347 C6_chemical_B3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.402204657 C6_chemical_C1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 6.501814509 C6_chemical_C2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.510700682 C6_chemical_C3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.509983478 L4_control_A1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.155852372 L4_control_A2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.311679369 L4_control_A3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 10.63952712 L4_control_B1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.959211656 L4_control_B2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 6.183485795 L4_control_B3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 9.957850122 L4_control_C2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 9.365144017 L4_control_C3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.289841574 L4_chemical_A1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.706641578 L4_chemical_A2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 9.297629336 L4_chemical_A3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.429751808 L4_chemical_B1 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 9.014193341 L4_chemical_B2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 6.492487674 L4_chemical_B3 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 10.40334094 L4_chemical_C2 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 9.399968816 L4_chemical_C3 +LQ01X030290 Putative glycosyltransferase 2 12.23312887 C6_control_A1 +LQ01X030290 Putative glycosyltransferase 2 11.74310184 C6_control_A3 +LQ01X030290 Putative glycosyltransferase 2 12.27623765 C6_control_B1 +LQ01X030290 Putative glycosyltransferase 2 11.96292672 C6_control_B2 +LQ01X030290 Putative glycosyltransferase 2 12.35850136 C6_control_B3 +LQ01X030290 Putative glycosyltransferase 2 10.67342965 C6_control_C1 +LQ01X030290 Putative glycosyltransferase 2 10.96653486 C6_control_C2 +LQ01X030290 Putative glycosyltransferase 2 10.50010881 C6_control_C3 +LQ01X030290 Putative glycosyltransferase 2 12.26419068 C6_chemical_A1 +LQ01X030290 Putative glycosyltransferase 2 11.40882607 C6_chemical_A3 +LQ01X030290 Putative glycosyltransferase 2 12.31054791 C6_chemical_B1 +LQ01X030290 Putative glycosyltransferase 2 12.09254642 C6_chemical_B2 +LQ01X030290 Putative glycosyltransferase 2 12.09056823 C6_chemical_B3 +LQ01X030290 Putative glycosyltransferase 2 10.74318289 C6_chemical_C1 +LQ01X030290 Putative glycosyltransferase 2 10.92617267 C6_chemical_C2 +LQ01X030290 Putative glycosyltransferase 2 10.56537335 C6_chemical_C3 +LQ01X030290 Putative glycosyltransferase 2 11.96960844 L4_control_A1 +LQ01X030290 Putative glycosyltransferase 2 12.76519892 L4_control_A2 +LQ01X030290 Putative glycosyltransferase 2 12.35370366 L4_control_A3 +LQ01X030290 Putative glycosyltransferase 2 12.20193572 L4_control_B1 +LQ01X030290 Putative glycosyltransferase 2 13.05944597 L4_control_B2 +LQ01X030290 Putative glycosyltransferase 2 12.12218665 L4_control_B3 +LQ01X030290 Putative glycosyltransferase 2 11.18398322 L4_control_C2 +LQ01X030290 Putative glycosyltransferase 2 11.32335858 L4_control_C3 +LQ01X030290 Putative glycosyltransferase 2 11.4499623 L4_chemical_A1 +LQ01X030290 Putative glycosyltransferase 2 12.2165044 L4_chemical_A2 +LQ01X030290 Putative glycosyltransferase 2 12.11796776 L4_chemical_A3 +LQ01X030290 Putative glycosyltransferase 2 11.99293696 L4_chemical_B1 +LQ01X030290 Putative glycosyltransferase 2 12.29614568 L4_chemical_B2 +LQ01X030290 Putative glycosyltransferase 2 12.0903729 L4_chemical_B3 +LQ01X030290 Putative glycosyltransferase 2 11.44808755 L4_chemical_C2 +LQ01X030290 Putative glycosyltransferase 2 11.1026056 L4_chemical_C3 +LQ01X030310 Stress-related protein 11.79304704 C6_control_A1 +LQ01X030310 Stress-related protein 12.55626268 C6_control_A3 +LQ01X030310 Stress-related protein 11.79597459 C6_control_B1 +LQ01X030310 Stress-related protein 10.96908425 C6_control_B2 +LQ01X030310 Stress-related protein 11.367475 C6_control_B3 +LQ01X030310 Stress-related protein 10.3941033 C6_control_C1 +LQ01X030310 Stress-related protein 11.09396839 C6_control_C2 +LQ01X030310 Stress-related protein 10.79659188 C6_control_C3 +LQ01X030310 Stress-related protein 11.47731008 C6_chemical_A1 +LQ01X030310 Stress-related protein 12.90386664 C6_chemical_A3 +LQ01X030310 Stress-related protein 11.58445385 C6_chemical_B1 +LQ01X030310 Stress-related protein 11.00679498 C6_chemical_B2 +LQ01X030310 Stress-related protein 11.71106981 C6_chemical_B3 +LQ01X030310 Stress-related protein 10.22069993 C6_chemical_C1 +LQ01X030310 Stress-related protein 10.87386071 C6_chemical_C2 +LQ01X030310 Stress-related protein 11.59754619 C6_chemical_C3 +LQ01X030310 Stress-related protein 12.39948076 L4_control_A1 +LQ01X030310 Stress-related protein 12.14531067 L4_control_A2 +LQ01X030310 Stress-related protein 13.3617961 L4_control_A3 +LQ01X030310 Stress-related protein 11.52740137 L4_control_B1 +LQ01X030310 Stress-related protein 11.394558 L4_control_B2 +LQ01X030310 Stress-related protein 11.53539535 L4_control_B3 +LQ01X030310 Stress-related protein 11.47303524 L4_control_C2 +LQ01X030310 Stress-related protein 11.94299042 L4_control_C3 +LQ01X030310 Stress-related protein 13.96610948 L4_chemical_A1 +LQ01X030310 Stress-related protein 12.93389411 L4_chemical_A2 +LQ01X030310 Stress-related protein 13.76560454 L4_chemical_A3 +LQ01X030310 Stress-related protein 12.18030158 L4_chemical_B1 +LQ01X030310 Stress-related protein 11.59950343 L4_chemical_B2 +LQ01X030310 Stress-related protein 12.57036776 L4_chemical_B3 +LQ01X030310 Stress-related protein 11.57458961 L4_chemical_C2 +LQ01X030310 Stress-related protein 11.83090552 L4_chemical_C3 +LQ01X030320 Predicted protein 5.554078394 C6_control_A1 +LQ01X030320 Predicted protein 5.542215812 C6_control_A3 +LQ01X030320 Predicted protein 5.522213918 C6_control_B1 +LQ01X030320 Predicted protein 5.367682895 C6_control_B2 +LQ01X030320 Predicted protein 6.125140033 C6_control_B3 +LQ01X030320 Predicted protein 5.467137832 C6_control_C1 +LQ01X030320 Predicted protein 6.636074435 C6_control_C2 +LQ01X030320 Predicted protein 5.463507668 C6_control_C3 +LQ01X030320 Predicted protein 5.341930186 C6_chemical_A1 +LQ01X030320 Predicted protein 5.360453401 C6_chemical_A3 +LQ01X030320 Predicted protein 5.963279104 C6_chemical_B1 +LQ01X030320 Predicted protein 5.126036167 C6_chemical_B2 +LQ01X030320 Predicted protein 5.735763111 C6_chemical_B3 +LQ01X030320 Predicted protein 5.589890436 C6_chemical_C1 +LQ01X030320 Predicted protein 5.478889419 C6_chemical_C2 +LQ01X030320 Predicted protein 5.574840917 C6_chemical_C3 +LQ01X030320 Predicted protein 5.240308933 L4_control_A1 +LQ01X030320 Predicted protein 5.150605057 L4_control_A2 +LQ01X030320 Predicted protein 5.500090572 L4_control_A3 +LQ01X030320 Predicted protein 5.356421765 L4_control_B1 +LQ01X030320 Predicted protein 5.657759777 L4_control_B2 +LQ01X030320 Predicted protein 5.443468856 L4_control_B3 +LQ01X030320 Predicted protein 5.054812264 L4_control_C2 +LQ01X030320 Predicted protein 5.222940843 L4_control_C3 +LQ01X030320 Predicted protein 5.821614084 L4_chemical_A1 +LQ01X030320 Predicted protein 5.252348468 L4_chemical_A2 +LQ01X030320 Predicted protein 5.338269337 L4_chemical_A3 +LQ01X030320 Predicted protein 5.487647773 L4_chemical_B1 +LQ01X030320 Predicted protein 5.092370126 L4_chemical_B2 +LQ01X030320 Predicted protein 5.281101296 L4_chemical_B3 +LQ01X030320 Predicted protein 5.37710358 L4_chemical_C2 +LQ01X030320 Predicted protein 6.185620086 L4_chemical_C3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.981859037 C6_control_A1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.314557191 C6_control_A3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.679925037 C6_control_B1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 7.897046883 C6_control_B2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.535628405 C6_control_B3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.795976142 C6_control_C1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.229902392 C6_control_C2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.622679096 C6_control_C3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.901851842 C6_chemical_A1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.606352972 C6_chemical_A3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.345808511 C6_chemical_B1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 7.546528238 C6_chemical_B2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.189813836 C6_chemical_B3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.604129632 C6_chemical_C1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.153955634 C6_chemical_C2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.229773442 C6_chemical_C3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.837625256 L4_control_A1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.283330525 L4_control_A2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.651292658 L4_control_A3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.618228839 L4_control_B1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.431107107 L4_control_B2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.262662678 L4_control_B3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 10.64953093 L4_control_C2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.91045197 L4_control_C3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.382748821 L4_chemical_A1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.964899584 L4_chemical_A2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.553614576 L4_chemical_A3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.378574543 L4_chemical_B1 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.395155201 L4_chemical_B2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.680234458 L4_chemical_B3 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 10.47060081 L4_chemical_C2 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 9.96079081 L4_chemical_C3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.82490601 C6_control_A1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.83983913 C6_control_A3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.45953782 C6_control_B1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.89465174 C6_control_B2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.47704351 C6_control_B3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.87651597 C6_control_C1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.82207389 C6_control_C2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.6798232 C6_control_C3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.57092523 C6_chemical_A1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.7902014 C6_chemical_A3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.18959195 C6_chemical_B1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.51102967 C6_chemical_B2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.21820209 C6_chemical_B3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.76925714 C6_chemical_C1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.69230804 C6_chemical_C2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.63729952 C6_chemical_C3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.66180551 L4_control_A1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.12245028 L4_control_A2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.33336109 L4_control_A3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.80640875 L4_control_B1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.1539605 L4_control_B2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.1860999 L4_control_B3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.43288263 L4_control_C2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.66216524 L4_control_C3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.19368553 L4_chemical_A1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.7273028 L4_chemical_A2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.41252069 L4_chemical_A3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.37108711 L4_chemical_B1 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.44060057 L4_chemical_B2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.49868045 L4_chemical_B3 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.65821184 L4_chemical_C2 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 12.82308723 L4_chemical_C3 +LQ01X030380 Putative uncharacterized protein 5.204034881 C6_control_A1 +LQ01X030380 Putative uncharacterized protein 5.842943481 C6_control_A3 +LQ01X030380 Putative uncharacterized protein 5.326654585 C6_control_B1 +LQ01X030380 Putative uncharacterized protein 5.720383649 C6_control_B2 +LQ01X030380 Putative uncharacterized protein 5.531570215 C6_control_B3 +LQ01X030380 Putative uncharacterized protein 5.676879366 C6_control_C1 +LQ01X030380 Putative uncharacterized protein 5.953663972 C6_control_C2 +LQ01X030380 Putative uncharacterized protein 5.57780112 C6_control_C3 +LQ01X030380 Putative uncharacterized protein 5.471471849 C6_chemical_A1 +LQ01X030380 Putative uncharacterized protein 5.654526138 C6_chemical_A3 +LQ01X030380 Putative uncharacterized protein 5.217026453 C6_chemical_B1 +LQ01X030380 Putative uncharacterized protein 5.3773636 C6_chemical_B2 +LQ01X030380 Putative uncharacterized protein 5.075555254 C6_chemical_B3 +LQ01X030380 Putative uncharacterized protein 5.624987681 C6_chemical_C1 +LQ01X030380 Putative uncharacterized protein 5.667627507 C6_chemical_C2 +LQ01X030380 Putative uncharacterized protein 5.39184932 C6_chemical_C3 +LQ01X030380 Putative uncharacterized protein 5.199856972 L4_control_A1 +LQ01X030380 Putative uncharacterized protein 5.325512324 L4_control_A2 +LQ01X030380 Putative uncharacterized protein 5.020737436 L4_control_A3 +LQ01X030380 Putative uncharacterized protein 5.733748304 L4_control_B1 +LQ01X030380 Putative uncharacterized protein 5.501647513 L4_control_B2 +LQ01X030380 Putative uncharacterized protein 4.787641302 L4_control_B3 +LQ01X030380 Putative uncharacterized protein 5.67958728 L4_control_C2 +LQ01X030380 Putative uncharacterized protein 5.296891988 L4_control_C3 +LQ01X030380 Putative uncharacterized protein 5.08871919 L4_chemical_A1 +LQ01X030380 Putative uncharacterized protein 5.301416588 L4_chemical_A2 +LQ01X030380 Putative uncharacterized protein 5.744013428 L4_chemical_A3 +LQ01X030380 Putative uncharacterized protein 5.236954191 L4_chemical_B1 +LQ01X030380 Putative uncharacterized protein 5.644039055 L4_chemical_B2 +LQ01X030380 Putative uncharacterized protein 4.744783259 L4_chemical_B3 +LQ01X030380 Putative uncharacterized protein 5.199551153 L4_chemical_C2 +LQ01X030380 Putative uncharacterized protein 5.245235601 L4_chemical_C3 +LQ01X030390 Putative uncharacterized protein 14.26813502 C6_control_A1 +LQ01X030390 Putative uncharacterized protein 14.27909626 C6_control_A3 +LQ01X030390 Putative uncharacterized protein 13.12861689 C6_control_B1 +LQ01X030390 Putative uncharacterized protein 13.75343924 C6_control_B2 +LQ01X030390 Putative uncharacterized protein 13.35092213 C6_control_B3 +LQ01X030390 Putative uncharacterized protein 13.7232681 C6_control_C1 +LQ01X030390 Putative uncharacterized protein 13.92113277 C6_control_C2 +LQ01X030390 Putative uncharacterized protein 13.60057685 C6_control_C3 +LQ01X030390 Putative uncharacterized protein 14.29968998 C6_chemical_A1 +LQ01X030390 Putative uncharacterized protein 14.03859907 C6_chemical_A3 +LQ01X030390 Putative uncharacterized protein 12.95573806 C6_chemical_B1 +LQ01X030390 Putative uncharacterized protein 13.77428054 C6_chemical_B2 +LQ01X030390 Putative uncharacterized protein 13.07156884 C6_chemical_B3 +LQ01X030390 Putative uncharacterized protein 14.08319253 C6_chemical_C1 +LQ01X030390 Putative uncharacterized protein 13.72113151 C6_chemical_C2 +LQ01X030390 Putative uncharacterized protein 13.79700665 C6_chemical_C3 +LQ01X030390 Putative uncharacterized protein 14.75611258 L4_control_A1 +LQ01X030390 Putative uncharacterized protein 14.17084202 L4_control_A2 +LQ01X030390 Putative uncharacterized protein 14.6981956 L4_control_A3 +LQ01X030390 Putative uncharacterized protein 12.70221329 L4_control_B1 +LQ01X030390 Putative uncharacterized protein 12.34521353 L4_control_B2 +LQ01X030390 Putative uncharacterized protein 13.12099604 L4_control_B3 +LQ01X030390 Putative uncharacterized protein 12.70345713 L4_control_C2 +LQ01X030390 Putative uncharacterized protein 12.84344787 L4_control_C3 +LQ01X030390 Putative uncharacterized protein 14.33778855 L4_chemical_A1 +LQ01X030390 Putative uncharacterized protein 14.02354216 L4_chemical_A2 +LQ01X030390 Putative uncharacterized protein 14.60321757 L4_chemical_A3 +LQ01X030390 Putative uncharacterized protein 12.95407949 L4_chemical_B1 +LQ01X030390 Putative uncharacterized protein 12.74824875 L4_chemical_B2 +LQ01X030390 Putative uncharacterized protein 13.91975683 L4_chemical_B3 +LQ01X030390 Putative uncharacterized protein 13.04310112 L4_chemical_C2 +LQ01X030390 Putative uncharacterized protein 13.03232992 L4_chemical_C3 +LQ01X030410 ABC transporter C family member 4 5.696914582 C6_control_A1 +LQ01X030410 ABC transporter C family member 4 5.459949818 C6_control_A3 +LQ01X030410 ABC transporter C family member 4 5.244866334 C6_control_B1 +LQ01X030410 ABC transporter C family member 4 5.464841393 C6_control_B2 +LQ01X030410 ABC transporter C family member 4 4.924378725 C6_control_B3 +LQ01X030410 ABC transporter C family member 4 5.832868739 C6_control_C1 +LQ01X030410 ABC transporter C family member 4 6.724837069 C6_control_C2 +LQ01X030410 ABC transporter C family member 4 5.606892044 C6_control_C3 +LQ01X030410 ABC transporter C family member 4 6.446604147 C6_chemical_A1 +LQ01X030410 ABC transporter C family member 4 5.062505991 C6_chemical_A3 +LQ01X030410 ABC transporter C family member 4 5.300892664 C6_chemical_B1 +LQ01X030410 ABC transporter C family member 4 5.623603683 C6_chemical_B2 +LQ01X030410 ABC transporter C family member 4 5.476090472 C6_chemical_B3 +LQ01X030410 ABC transporter C family member 4 5.710933991 C6_chemical_C1 +LQ01X030410 ABC transporter C family member 4 5.779166969 C6_chemical_C2 +LQ01X030410 ABC transporter C family member 4 5.375797751 C6_chemical_C3 +LQ01X030410 ABC transporter C family member 4 5.466418497 L4_control_A1 +LQ01X030410 ABC transporter C family member 4 5.262586708 L4_control_A2 +LQ01X030410 ABC transporter C family member 4 5.215671262 L4_control_A3 +LQ01X030410 ABC transporter C family member 4 5.405683899 L4_control_B1 +LQ01X030410 ABC transporter C family member 4 5.335198418 L4_control_B2 +LQ01X030410 ABC transporter C family member 4 5.280456136 L4_control_B3 +LQ01X030410 ABC transporter C family member 4 6.007647515 L4_control_C2 +LQ01X030410 ABC transporter C family member 4 6.009430811 L4_control_C3 +LQ01X030410 ABC transporter C family member 4 5.382524911 L4_chemical_A1 +LQ01X030410 ABC transporter C family member 4 5.388054355 L4_chemical_A2 +LQ01X030410 ABC transporter C family member 4 5.283780479 L4_chemical_A3 +LQ01X030410 ABC transporter C family member 4 6.127929382 L4_chemical_B1 +LQ01X030410 ABC transporter C family member 4 5.515870622 L4_chemical_B2 +LQ01X030410 ABC transporter C family member 4 5.638878796 L4_chemical_B3 +LQ01X030410 ABC transporter C family member 4 4.945630781 L4_chemical_C2 +LQ01X030410 ABC transporter C family member 4 4.893271 L4_chemical_C3 +LQ01X030420 Putative uncharacterized protein 12.89655151 C6_control_A1 +LQ01X030420 Putative uncharacterized protein 13.27890355 C6_control_A3 +LQ01X030420 Putative uncharacterized protein 12.49371666 C6_control_B1 +LQ01X030420 Putative uncharacterized protein 12.46591008 C6_control_B2 +LQ01X030420 Putative uncharacterized protein 12.41839703 C6_control_B3 +LQ01X030420 Putative uncharacterized protein 12.42729113 C6_control_C1 +LQ01X030420 Putative uncharacterized protein 12.99503461 C6_control_C2 +LQ01X030420 Putative uncharacterized protein 12.62488014 C6_control_C3 +LQ01X030420 Putative uncharacterized protein 12.37642749 C6_chemical_A1 +LQ01X030420 Putative uncharacterized protein 13.08211601 C6_chemical_A3 +LQ01X030420 Putative uncharacterized protein 11.86725281 C6_chemical_B1 +LQ01X030420 Putative uncharacterized protein 11.97854435 C6_chemical_B2 +LQ01X030420 Putative uncharacterized protein 12.33826597 C6_chemical_B3 +LQ01X030420 Putative uncharacterized protein 11.84666194 C6_chemical_C1 +LQ01X030420 Putative uncharacterized protein 12.6950078 C6_chemical_C2 +LQ01X030420 Putative uncharacterized protein 12.14246338 C6_chemical_C3 +LQ01X030420 Putative uncharacterized protein 12.98507776 L4_control_A1 +LQ01X030420 Putative uncharacterized protein 12.8746653 L4_control_A2 +LQ01X030420 Putative uncharacterized protein 13.29964599 L4_control_A3 +LQ01X030420 Putative uncharacterized protein 12.69452124 L4_control_B1 +LQ01X030420 Putative uncharacterized protein 12.12731413 L4_control_B2 +LQ01X030420 Putative uncharacterized protein 12.16766731 L4_control_B3 +LQ01X030420 Putative uncharacterized protein 13.55835716 L4_control_C2 +LQ01X030420 Putative uncharacterized protein 13.36935171 L4_control_C3 +LQ01X030420 Putative uncharacterized protein 12.78319225 L4_chemical_A1 +LQ01X030420 Putative uncharacterized protein 12.27743804 L4_chemical_A2 +LQ01X030420 Putative uncharacterized protein 12.92490487 L4_chemical_A3 +LQ01X030420 Putative uncharacterized protein 12.54611912 L4_chemical_B1 +LQ01X030420 Putative uncharacterized protein 12.11515247 L4_chemical_B2 +LQ01X030420 Putative uncharacterized protein 12.2681468 L4_chemical_B3 +LQ01X030420 Putative uncharacterized protein 12.98195794 L4_chemical_C2 +LQ01X030420 Putative uncharacterized protein 13.23837363 L4_chemical_C3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 8.663239423 C6_control_A1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 8.046259073 C6_control_A3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.18856714 C6_control_B1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.47334264 C6_control_B2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.88432867 C6_control_B3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.37131438 C6_control_C1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.57038367 C6_control_C2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.90354362 C6_control_C3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 8.660847953 C6_chemical_A1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 8.740866213 C6_chemical_A3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.18791383 C6_chemical_B1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.52108438 C6_chemical_B2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.84191072 C6_chemical_B3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.25274416 C6_chemical_C1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.43389488 C6_chemical_C2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 12.0302554 C6_chemical_C3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 9.256039031 L4_control_A1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 8.683760746 L4_control_A2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 9.68344892 L4_control_A3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.82125828 L4_control_B1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.16241453 L4_control_B2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.92024397 L4_control_B3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.96887952 L4_control_C2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.12354848 L4_control_C3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.82479119 L4_chemical_A1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.68883602 L4_chemical_A2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.54441455 L4_chemical_A3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.48217919 L4_chemical_B1 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.24624113 L4_chemical_B2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.53022411 L4_chemical_B3 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 10.86476135 L4_chemical_C2 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 11.12159816 L4_chemical_C3 +LQ01X030440 Putative Universal stress protein A-like protein 5.434154203 C6_control_A1 +LQ01X030440 Putative Universal stress protein A-like protein 5.289672292 C6_control_A3 +LQ01X030440 Putative Universal stress protein A-like protein 5.461440632 C6_control_B1 +LQ01X030440 Putative Universal stress protein A-like protein 5.291380387 C6_control_B2 +LQ01X030440 Putative Universal stress protein A-like protein 5.642485326 C6_control_B3 +LQ01X030440 Putative Universal stress protein A-like protein 5.31949993 C6_control_C1 +LQ01X030440 Putative Universal stress protein A-like protein 5.591988165 C6_control_C2 +LQ01X030440 Putative Universal stress protein A-like protein 5.122419833 C6_control_C3 +LQ01X030440 Putative Universal stress protein A-like protein 5.414228483 C6_chemical_A1 +LQ01X030440 Putative Universal stress protein A-like protein 5.535355118 C6_chemical_A3 +LQ01X030440 Putative Universal stress protein A-like protein 5.855301742 C6_chemical_B1 +LQ01X030440 Putative Universal stress protein A-like protein 5.292301477 C6_chemical_B2 +LQ01X030440 Putative Universal stress protein A-like protein 6.033611406 C6_chemical_B3 +LQ01X030440 Putative Universal stress protein A-like protein 5.510260191 C6_chemical_C1 +LQ01X030440 Putative Universal stress protein A-like protein 5.352093733 C6_chemical_C2 +LQ01X030440 Putative Universal stress protein A-like protein 5.657727028 C6_chemical_C3 +LQ01X030440 Putative Universal stress protein A-like protein 5.620477806 L4_control_A1 +LQ01X030440 Putative Universal stress protein A-like protein 5.153823399 L4_control_A2 +LQ01X030440 Putative Universal stress protein A-like protein 5.161409217 L4_control_A3 +LQ01X030440 Putative Universal stress protein A-like protein 5.773537635 L4_control_B1 +LQ01X030440 Putative Universal stress protein A-like protein 5.243957501 L4_control_B2 +LQ01X030440 Putative Universal stress protein A-like protein 5.705127006 L4_control_B3 +LQ01X030440 Putative Universal stress protein A-like protein 5.920714352 L4_control_C2 +LQ01X030440 Putative Universal stress protein A-like protein 5.918150817 L4_control_C3 +LQ01X030440 Putative Universal stress protein A-like protein 5.587748018 L4_chemical_A1 +LQ01X030440 Putative Universal stress protein A-like protein 5.368050489 L4_chemical_A2 +LQ01X030440 Putative Universal stress protein A-like protein 5.44142266 L4_chemical_A3 +LQ01X030440 Putative Universal stress protein A-like protein 5.950608986 L4_chemical_B1 +LQ01X030440 Putative Universal stress protein A-like protein 5.339915292 L4_chemical_B2 +LQ01X030440 Putative Universal stress protein A-like protein 5.587042523 L4_chemical_B3 +LQ01X030440 Putative Universal stress protein A-like protein 6.148169103 L4_chemical_C2 +LQ01X030440 Putative Universal stress protein A-like protein 6.279778665 L4_chemical_C3 +LQ01X030450 DNA binding protein, putative 12.84425052 C6_control_A1 +LQ01X030450 DNA binding protein, putative 12.38771061 C6_control_A3 +LQ01X030450 DNA binding protein, putative 12.87119348 C6_control_B1 +LQ01X030450 DNA binding protein, putative 12.60663622 C6_control_B2 +LQ01X030450 DNA binding protein, putative 13.02361939 C6_control_B3 +LQ01X030450 DNA binding protein, putative 13.06764829 C6_control_C1 +LQ01X030450 DNA binding protein, putative 13.41243491 C6_control_C2 +LQ01X030450 DNA binding protein, putative 13.11479934 C6_control_C3 +LQ01X030450 DNA binding protein, putative 13.13143099 C6_chemical_A1 +LQ01X030450 DNA binding protein, putative 12.71104883 C6_chemical_A3 +LQ01X030450 DNA binding protein, putative 13.18350451 C6_chemical_B1 +LQ01X030450 DNA binding protein, putative 13.11302555 C6_chemical_B2 +LQ01X030450 DNA binding protein, putative 13.29075597 C6_chemical_B3 +LQ01X030450 DNA binding protein, putative 13.37453562 C6_chemical_C1 +LQ01X030450 DNA binding protein, putative 13.2785886 C6_chemical_C2 +LQ01X030450 DNA binding protein, putative 13.68847546 C6_chemical_C3 +LQ01X030450 DNA binding protein, putative 12.60793243 L4_control_A1 +LQ01X030450 DNA binding protein, putative 12.59051711 L4_control_A2 +LQ01X030450 DNA binding protein, putative 12.72558659 L4_control_A3 +LQ01X030450 DNA binding protein, putative 13.10612226 L4_control_B1 +LQ01X030450 DNA binding protein, putative 13.21386951 L4_control_B2 +LQ01X030450 DNA binding protein, putative 13.23447819 L4_control_B3 +LQ01X030450 DNA binding protein, putative 13.57002692 L4_control_C2 +LQ01X030450 DNA binding protein, putative 13.61732483 L4_control_C3 +LQ01X030450 DNA binding protein, putative 12.99322175 L4_chemical_A1 +LQ01X030450 DNA binding protein, putative 12.91797445 L4_chemical_A2 +LQ01X030450 DNA binding protein, putative 12.97585529 L4_chemical_A3 +LQ01X030450 DNA binding protein, putative 12.95178054 L4_chemical_B1 +LQ01X030450 DNA binding protein, putative 13.08180617 L4_chemical_B2 +LQ01X030450 DNA binding protein, putative 13.01374697 L4_chemical_B3 +LQ01X030450 DNA binding protein, putative 13.54332982 L4_chemical_C2 +LQ01X030450 DNA binding protein, putative 13.57071213 L4_chemical_C3 +LQ01X030470 Beta-glucosidase 11 5.127424649 C6_control_A1 +LQ01X030470 Beta-glucosidase 11 4.985115189 C6_control_A3 +LQ01X030470 Beta-glucosidase 11 5.838476294 C6_control_B1 +LQ01X030470 Beta-glucosidase 11 5.367648503 C6_control_B2 +LQ01X030470 Beta-glucosidase 11 5.093803692 C6_control_B3 +LQ01X030470 Beta-glucosidase 11 5.315989238 C6_control_C1 +LQ01X030470 Beta-glucosidase 11 5.652787994 C6_control_C2 +LQ01X030470 Beta-glucosidase 11 5.006607701 C6_control_C3 +LQ01X030470 Beta-glucosidase 11 5.045939175 C6_chemical_A1 +LQ01X030470 Beta-glucosidase 11 4.993341103 C6_chemical_A3 +LQ01X030470 Beta-glucosidase 11 5.495054364 C6_chemical_B1 +LQ01X030470 Beta-glucosidase 11 5.41805363 C6_chemical_B2 +LQ01X030470 Beta-glucosidase 11 5.282614994 C6_chemical_B3 +LQ01X030470 Beta-glucosidase 11 5.086472506 C6_chemical_C1 +LQ01X030470 Beta-glucosidase 11 5.243757634 C6_chemical_C2 +LQ01X030470 Beta-glucosidase 11 4.973271671 C6_chemical_C3 +LQ01X030470 Beta-glucosidase 11 5.494524628 L4_control_A1 +LQ01X030470 Beta-glucosidase 11 5.519993968 L4_control_A2 +LQ01X030470 Beta-glucosidase 11 5.598609716 L4_control_A3 +LQ01X030470 Beta-glucosidase 11 6.415177618 L4_control_B1 +LQ01X030470 Beta-glucosidase 11 5.21218664 L4_control_B2 +LQ01X030470 Beta-glucosidase 11 5.460879053 L4_control_B3 +LQ01X030470 Beta-glucosidase 11 4.88844787 L4_control_C2 +LQ01X030470 Beta-glucosidase 11 5.637854 L4_control_C3 +LQ01X030470 Beta-glucosidase 11 5.393174283 L4_chemical_A1 +LQ01X030470 Beta-glucosidase 11 5.217158961 L4_chemical_A2 +LQ01X030470 Beta-glucosidase 11 6.029882204 L4_chemical_A3 +LQ01X030470 Beta-glucosidase 11 5.444227396 L4_chemical_B1 +LQ01X030470 Beta-glucosidase 11 5.713444346 L4_chemical_B2 +LQ01X030470 Beta-glucosidase 11 5.167749511 L4_chemical_B3 +LQ01X030470 Beta-glucosidase 11 5.10349686 L4_chemical_C2 +LQ01X030470 Beta-glucosidase 11 5.027534024 L4_chemical_C3 +LQ01X030500 Phytochrome A-associated F-box protein 10.08933249 C6_control_A1 +LQ01X030500 Phytochrome A-associated F-box protein 9.959039233 C6_control_A3 +LQ01X030500 Phytochrome A-associated F-box protein 10.40188059 C6_control_B1 +LQ01X030500 Phytochrome A-associated F-box protein 10.02373545 C6_control_B2 +LQ01X030500 Phytochrome A-associated F-box protein 10.49576468 C6_control_B3 +LQ01X030500 Phytochrome A-associated F-box protein 10.32133158 C6_control_C1 +LQ01X030500 Phytochrome A-associated F-box protein 9.57639323 C6_control_C2 +LQ01X030500 Phytochrome A-associated F-box protein 9.079826056 C6_control_C3 +LQ01X030500 Phytochrome A-associated F-box protein 10.44865639 C6_chemical_A1 +LQ01X030500 Phytochrome A-associated F-box protein 9.7384674 C6_chemical_A3 +LQ01X030500 Phytochrome A-associated F-box protein 10.75600887 C6_chemical_B1 +LQ01X030500 Phytochrome A-associated F-box protein 9.973229518 C6_chemical_B2 +LQ01X030500 Phytochrome A-associated F-box protein 10.00572927 C6_chemical_B3 +LQ01X030500 Phytochrome A-associated F-box protein 10.21688514 C6_chemical_C1 +LQ01X030500 Phytochrome A-associated F-box protein 9.829262067 C6_chemical_C2 +LQ01X030500 Phytochrome A-associated F-box protein 9.068976336 C6_chemical_C3 +LQ01X030500 Phytochrome A-associated F-box protein 9.817123447 L4_control_A1 +LQ01X030500 Phytochrome A-associated F-box protein 9.827811245 L4_control_A2 +LQ01X030500 Phytochrome A-associated F-box protein 10.11289355 L4_control_A3 +LQ01X030500 Phytochrome A-associated F-box protein 10.51818102 L4_control_B1 +LQ01X030500 Phytochrome A-associated F-box protein 10.98420187 L4_control_B2 +LQ01X030500 Phytochrome A-associated F-box protein 10.02007856 L4_control_B3 +LQ01X030500 Phytochrome A-associated F-box protein 10.18058437 L4_control_C2 +LQ01X030500 Phytochrome A-associated F-box protein 9.454191254 L4_control_C3 +LQ01X030500 Phytochrome A-associated F-box protein 9.704864997 L4_chemical_A1 +LQ01X030500 Phytochrome A-associated F-box protein 10.06288921 L4_chemical_A2 +LQ01X030500 Phytochrome A-associated F-box protein 9.727089569 L4_chemical_A3 +LQ01X030500 Phytochrome A-associated F-box protein 10.31928563 L4_chemical_B1 +LQ01X030500 Phytochrome A-associated F-box protein 10.6559824 L4_chemical_B2 +LQ01X030500 Phytochrome A-associated F-box protein 9.96465413 L4_chemical_B3 +LQ01X030500 Phytochrome A-associated F-box protein 10.51135218 L4_chemical_C2 +LQ01X030500 Phytochrome A-associated F-box protein 9.570030551 L4_chemical_C3 +LQ01X030510 Predicted protein (Fragment) 13.3985208 C6_control_A1 +LQ01X030510 Predicted protein (Fragment) 14.11722949 C6_control_A3 +LQ01X030510 Predicted protein (Fragment) 12.93140571 C6_control_B1 +LQ01X030510 Predicted protein (Fragment) 12.48199881 C6_control_B2 +LQ01X030510 Predicted protein (Fragment) 12.77247151 C6_control_B3 +LQ01X030510 Predicted protein (Fragment) 12.68618567 C6_control_C1 +LQ01X030510 Predicted protein (Fragment) 12.61414288 C6_control_C2 +LQ01X030510 Predicted protein (Fragment) 12.588804 C6_control_C3 +LQ01X030510 Predicted protein (Fragment) 13.17779602 C6_chemical_A1 +LQ01X030510 Predicted protein (Fragment) 13.75888242 C6_chemical_A3 +LQ01X030510 Predicted protein (Fragment) 12.87687363 C6_chemical_B1 +LQ01X030510 Predicted protein (Fragment) 12.36317617 C6_chemical_B2 +LQ01X030510 Predicted protein (Fragment) 13.02182218 C6_chemical_B3 +LQ01X030510 Predicted protein (Fragment) 12.68523548 C6_chemical_C1 +LQ01X030510 Predicted protein (Fragment) 12.58765742 C6_chemical_C2 +LQ01X030510 Predicted protein (Fragment) 12.97332653 C6_chemical_C3 +LQ01X030510 Predicted protein (Fragment) 13.70702992 L4_control_A1 +LQ01X030510 Predicted protein (Fragment) 13.37771376 L4_control_A2 +LQ01X030510 Predicted protein (Fragment) 13.89954785 L4_control_A3 +LQ01X030510 Predicted protein (Fragment) 12.73487086 L4_control_B1 +LQ01X030510 Predicted protein (Fragment) 13.03401178 L4_control_B2 +LQ01X030510 Predicted protein (Fragment) 13.16046885 L4_control_B3 +LQ01X030510 Predicted protein (Fragment) 13.15378204 L4_control_C2 +LQ01X030510 Predicted protein (Fragment) 13.43970063 L4_control_C3 +LQ01X030510 Predicted protein (Fragment) 13.16256195 L4_chemical_A1 +LQ01X030510 Predicted protein (Fragment) 13.06417398 L4_chemical_A2 +LQ01X030510 Predicted protein (Fragment) 13.77931527 L4_chemical_A3 +LQ01X030510 Predicted protein (Fragment) 12.93813624 L4_chemical_B1 +LQ01X030510 Predicted protein (Fragment) 12.58405392 L4_chemical_B2 +LQ01X030510 Predicted protein (Fragment) 13.28552986 L4_chemical_B3 +LQ01X030510 Predicted protein (Fragment) 12.98672646 L4_chemical_C2 +LQ01X030510 Predicted protein (Fragment) 13.15933017 L4_chemical_C3 +LQ01X030520 Fiber protein Fb14 6.604542766 C6_control_A1 +LQ01X030520 Fiber protein Fb14 7.136362672 C6_control_A3 +LQ01X030520 Fiber protein Fb14 6.5363944 C6_control_B1 +LQ01X030520 Fiber protein Fb14 6.441553233 C6_control_B2 +LQ01X030520 Fiber protein Fb14 6.187329987 C6_control_B3 +LQ01X030520 Fiber protein Fb14 6.051351357 C6_control_C1 +LQ01X030520 Fiber protein Fb14 6.33346383 C6_control_C2 +LQ01X030520 Fiber protein Fb14 6.030526681 C6_control_C3 +LQ01X030520 Fiber protein Fb14 6.27459658 C6_chemical_A1 +LQ01X030520 Fiber protein Fb14 6.213738293 C6_chemical_A3 +LQ01X030520 Fiber protein Fb14 5.71060694 C6_chemical_B1 +LQ01X030520 Fiber protein Fb14 6.17686847 C6_chemical_B2 +LQ01X030520 Fiber protein Fb14 5.438625392 C6_chemical_B3 +LQ01X030520 Fiber protein Fb14 6.608214925 C6_chemical_C1 +LQ01X030520 Fiber protein Fb14 6.327040865 C6_chemical_C2 +LQ01X030520 Fiber protein Fb14 5.903817921 C6_chemical_C3 +LQ01X030520 Fiber protein Fb14 6.521502261 L4_control_A1 +LQ01X030520 Fiber protein Fb14 5.996759459 L4_control_A2 +LQ01X030520 Fiber protein Fb14 7.419400485 L4_control_A3 +LQ01X030520 Fiber protein Fb14 5.183518437 L4_control_B1 +LQ01X030520 Fiber protein Fb14 5.516068082 L4_control_B2 +LQ01X030520 Fiber protein Fb14 5.834663988 L4_control_B3 +LQ01X030520 Fiber protein Fb14 5.875294624 L4_control_C2 +LQ01X030520 Fiber protein Fb14 5.586207771 L4_control_C3 +LQ01X030520 Fiber protein Fb14 6.10466544 L4_chemical_A1 +LQ01X030520 Fiber protein Fb14 6.013866979 L4_chemical_A2 +LQ01X030520 Fiber protein Fb14 6.837591801 L4_chemical_A3 +LQ01X030520 Fiber protein Fb14 6.278040672 L4_chemical_B1 +LQ01X030520 Fiber protein Fb14 6.294793646 L4_chemical_B2 +LQ01X030520 Fiber protein Fb14 5.89557042 L4_chemical_B3 +LQ01X030520 Fiber protein Fb14 5.883477796 L4_chemical_C2 +LQ01X030520 Fiber protein Fb14 5.028817758 L4_chemical_C3 +LQ01X030540 Putative uncharacterized protein 5.156232772 C6_control_A1 +LQ01X030540 Putative uncharacterized protein 5.180588499 C6_control_A3 +LQ01X030540 Putative uncharacterized protein 4.703201367 C6_control_B1 +LQ01X030540 Putative uncharacterized protein 4.665114719 C6_control_B2 +LQ01X030540 Putative uncharacterized protein 4.776841951 C6_control_B3 +LQ01X030540 Putative uncharacterized protein 4.426344508 C6_control_C1 +LQ01X030540 Putative uncharacterized protein 4.689612912 C6_control_C2 +LQ01X030540 Putative uncharacterized protein 4.549008048 C6_control_C3 +LQ01X030540 Putative uncharacterized protein 5.350211097 C6_chemical_A1 +LQ01X030540 Putative uncharacterized protein 4.746972176 C6_chemical_A3 +LQ01X030540 Putative uncharacterized protein 4.486438036 C6_chemical_B1 +LQ01X030540 Putative uncharacterized protein 4.647649382 C6_chemical_B2 +LQ01X030540 Putative uncharacterized protein 4.607030026 C6_chemical_B3 +LQ01X030540 Putative uncharacterized protein 4.891073142 C6_chemical_C1 +LQ01X030540 Putative uncharacterized protein 4.641723835 C6_chemical_C2 +LQ01X030540 Putative uncharacterized protein 4.725587293 C6_chemical_C3 +LQ01X030540 Putative uncharacterized protein 4.618813777 L4_control_A1 +LQ01X030540 Putative uncharacterized protein 5.188066077 L4_control_A2 +LQ01X030540 Putative uncharacterized protein 5.135681952 L4_control_A3 +LQ01X030540 Putative uncharacterized protein 5.253539858 L4_control_B1 +LQ01X030540 Putative uncharacterized protein 5.097094771 L4_control_B2 +LQ01X030540 Putative uncharacterized protein 4.835975907 L4_control_B3 +LQ01X030540 Putative uncharacterized protein 5.069082453 L4_control_C2 +LQ01X030540 Putative uncharacterized protein 5.190946368 L4_control_C3 +LQ01X030540 Putative uncharacterized protein 4.96947806 L4_chemical_A1 +LQ01X030540 Putative uncharacterized protein 4.742429939 L4_chemical_A2 +LQ01X030540 Putative uncharacterized protein 4.981196081 L4_chemical_A3 +LQ01X030540 Putative uncharacterized protein 5.245563116 L4_chemical_B1 +LQ01X030540 Putative uncharacterized protein 5.013671226 L4_chemical_B2 +LQ01X030540 Putative uncharacterized protein 4.906680746 L4_chemical_B3 +LQ01X030540 Putative uncharacterized protein 4.658619239 L4_chemical_C2 +LQ01X030540 Putative uncharacterized protein 5.001917286 L4_chemical_C3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.56445967 C6_control_A1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 12.5483613 C6_control_A3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 14.12649155 C6_control_B1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 12.6041987 C6_control_B2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 14.25525631 C6_control_B3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 10.51227369 C6_control_C1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 9.583118298 C6_control_C2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 9.853607915 C6_control_C3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.93234906 C6_chemical_A1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.61519762 C6_chemical_A3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 14.31314457 C6_chemical_B1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 12.61531686 C6_chemical_B2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.79398451 C6_chemical_B3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 10.56450055 C6_chemical_C1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 9.658194481 C6_chemical_C2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 9.784495942 C6_chemical_C3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 12.78753816 L4_control_A1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.14336711 L4_control_A2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.17595361 L4_control_A3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 14.58729482 L4_control_B1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 14.97449029 L4_control_B2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.33080655 L4_control_B3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 12.00187645 L4_control_C2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 11.5492113 L4_control_C3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 12.43573934 L4_chemical_A1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 12.68893096 L4_chemical_A2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 12.98008543 L4_chemical_A3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 14.06397664 L4_chemical_B1 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 14.46810705 L4_chemical_B2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.48759593 L4_chemical_B3 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 11.89737552 L4_chemical_C2 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 11.60965639 L4_chemical_C3 +LQ01X030590 Putative Monoglyceride lipase 8.147956072 C6_control_A1 +LQ01X030590 Putative Monoglyceride lipase 7.912625627 C6_control_A3 +LQ01X030590 Putative Monoglyceride lipase 9.170446439 C6_control_B1 +LQ01X030590 Putative Monoglyceride lipase 8.331968471 C6_control_B2 +LQ01X030590 Putative Monoglyceride lipase 8.371536356 C6_control_B3 +LQ01X030590 Putative Monoglyceride lipase 9.467094746 C6_control_C1 +LQ01X030590 Putative Monoglyceride lipase 9.063027469 C6_control_C2 +LQ01X030590 Putative Monoglyceride lipase 9.107597493 C6_control_C3 +LQ01X030590 Putative Monoglyceride lipase 8.220057765 C6_chemical_A1 +LQ01X030590 Putative Monoglyceride lipase 8.182144164 C6_chemical_A3 +LQ01X030590 Putative Monoglyceride lipase 8.993953674 C6_chemical_B1 +LQ01X030590 Putative Monoglyceride lipase 8.401296346 C6_chemical_B2 +LQ01X030590 Putative Monoglyceride lipase 8.275541352 C6_chemical_B3 +LQ01X030590 Putative Monoglyceride lipase 9.190575111 C6_chemical_C1 +LQ01X030590 Putative Monoglyceride lipase 8.849475634 C6_chemical_C2 +LQ01X030590 Putative Monoglyceride lipase 8.839918962 C6_chemical_C3 +LQ01X030590 Putative Monoglyceride lipase 8.365627205 L4_control_A1 +LQ01X030590 Putative Monoglyceride lipase 8.564948918 L4_control_A2 +LQ01X030590 Putative Monoglyceride lipase 9.008263948 L4_control_A3 +LQ01X030590 Putative Monoglyceride lipase 9.21505059 L4_control_B1 +LQ01X030590 Putative Monoglyceride lipase 8.156639352 L4_control_B2 +LQ01X030590 Putative Monoglyceride lipase 8.026682919 L4_control_B3 +LQ01X030590 Putative Monoglyceride lipase 8.549363403 L4_control_C2 +LQ01X030590 Putative Monoglyceride lipase 9.162031231 L4_control_C3 +LQ01X030590 Putative Monoglyceride lipase 8.252037856 L4_chemical_A1 +LQ01X030590 Putative Monoglyceride lipase 8.563311891 L4_chemical_A2 +LQ01X030590 Putative Monoglyceride lipase 7.730894285 L4_chemical_A3 +LQ01X030590 Putative Monoglyceride lipase 9.339831405 L4_chemical_B1 +LQ01X030590 Putative Monoglyceride lipase 8.989652178 L4_chemical_B2 +LQ01X030590 Putative Monoglyceride lipase 8.858400685 L4_chemical_B3 +LQ01X030590 Putative Monoglyceride lipase 9.001053313 L4_chemical_C2 +LQ01X030590 Putative Monoglyceride lipase 9.287930588 L4_chemical_C3 +LQ01X030600 Predicted protein 5.954631312 C6_control_A1 +LQ01X030600 Predicted protein 6.116627535 C6_control_A3 +LQ01X030600 Predicted protein 5.882103022 C6_control_B1 +LQ01X030600 Predicted protein 6.23220878 C6_control_B2 +LQ01X030600 Predicted protein 5.955326105 C6_control_B3 +LQ01X030600 Predicted protein 5.718329826 C6_control_C1 +LQ01X030600 Predicted protein 6.200722223 C6_control_C2 +LQ01X030600 Predicted protein 5.751158519 C6_control_C3 +LQ01X030600 Predicted protein 5.859156508 C6_chemical_A1 +LQ01X030600 Predicted protein 6.028926552 C6_chemical_A3 +LQ01X030600 Predicted protein 5.89718104 C6_chemical_B1 +LQ01X030600 Predicted protein 5.999903178 C6_chemical_B2 +LQ01X030600 Predicted protein 6.200940409 C6_chemical_B3 +LQ01X030600 Predicted protein 5.883387735 C6_chemical_C1 +LQ01X030600 Predicted protein 5.770461695 C6_chemical_C2 +LQ01X030600 Predicted protein 5.597793454 C6_chemical_C3 +LQ01X030600 Predicted protein 5.93951868 L4_control_A1 +LQ01X030600 Predicted protein 6.27840731 L4_control_A2 +LQ01X030600 Predicted protein 6.484776101 L4_control_A3 +LQ01X030600 Predicted protein 5.848261387 L4_control_B1 +LQ01X030600 Predicted protein 5.970816994 L4_control_B2 +LQ01X030600 Predicted protein 6.049902638 L4_control_B3 +LQ01X030600 Predicted protein 5.982148034 L4_control_C2 +LQ01X030600 Predicted protein 6.426397612 L4_control_C3 +LQ01X030600 Predicted protein 5.878059408 L4_chemical_A1 +LQ01X030600 Predicted protein 6.207023757 L4_chemical_A2 +LQ01X030600 Predicted protein 7.04993127 L4_chemical_A3 +LQ01X030600 Predicted protein 6.043912866 L4_chemical_B1 +LQ01X030600 Predicted protein 6.178203295 L4_chemical_B2 +LQ01X030600 Predicted protein 5.897852803 L4_chemical_B3 +LQ01X030600 Predicted protein 6.218471228 L4_chemical_C2 +LQ01X030600 Predicted protein 5.942883234 L4_chemical_C3 +LQ01X030610 60S ribosomal protein L22-2 15.04445724 C6_control_A1 +LQ01X030610 60S ribosomal protein L22-2 15.46592283 C6_control_A3 +LQ01X030610 60S ribosomal protein L22-2 14.59258707 C6_control_B1 +LQ01X030610 60S ribosomal protein L22-2 14.4554758 C6_control_B2 +LQ01X030610 60S ribosomal protein L22-2 14.56043629 C6_control_B3 +LQ01X030610 60S ribosomal protein L22-2 14.12176059 C6_control_C1 +LQ01X030610 60S ribosomal protein L22-2 13.75622955 C6_control_C2 +LQ01X030610 60S ribosomal protein L22-2 14.05846265 C6_control_C3 +LQ01X030610 60S ribosomal protein L22-2 14.95047448 C6_chemical_A1 +LQ01X030610 60S ribosomal protein L22-2 14.53398746 C6_chemical_A3 +LQ01X030610 60S ribosomal protein L22-2 14.20861484 C6_chemical_B1 +LQ01X030610 60S ribosomal protein L22-2 14.1483022 C6_chemical_B2 +LQ01X030610 60S ribosomal protein L22-2 14.23241753 C6_chemical_B3 +LQ01X030610 60S ribosomal protein L22-2 14.16079331 C6_chemical_C1 +LQ01X030610 60S ribosomal protein L22-2 13.66510765 C6_chemical_C2 +LQ01X030610 60S ribosomal protein L22-2 13.77552686 C6_chemical_C3 +LQ01X030610 60S ribosomal protein L22-2 15.08988821 L4_control_A1 +LQ01X030610 60S ribosomal protein L22-2 14.73059875 L4_control_A2 +LQ01X030610 60S ribosomal protein L22-2 15.14418375 L4_control_A3 +LQ01X030610 60S ribosomal protein L22-2 13.62868617 L4_control_B1 +LQ01X030610 60S ribosomal protein L22-2 13.70107397 L4_control_B2 +LQ01X030610 60S ribosomal protein L22-2 14.05564246 L4_control_B3 +LQ01X030610 60S ribosomal protein L22-2 13.87918584 L4_control_C2 +LQ01X030610 60S ribosomal protein L22-2 13.76085265 L4_control_C3 +LQ01X030610 60S ribosomal protein L22-2 14.75019624 L4_chemical_A1 +LQ01X030610 60S ribosomal protein L22-2 14.18148744 L4_chemical_A2 +LQ01X030610 60S ribosomal protein L22-2 14.82255248 L4_chemical_A3 +LQ01X030610 60S ribosomal protein L22-2 13.91300224 L4_chemical_B1 +LQ01X030610 60S ribosomal protein L22-2 13.78280801 L4_chemical_B2 +LQ01X030610 60S ribosomal protein L22-2 14.58814137 L4_chemical_B3 +LQ01X030610 60S ribosomal protein L22-2 14.02030751 L4_chemical_C2 +LQ01X030610 60S ribosomal protein L22-2 13.42397609 L4_chemical_C3 +LQ01X030640 Blue-light photoreceptor PHR2 5.388965521 C6_control_A1 +LQ01X030640 Blue-light photoreceptor PHR2 5.016072591 C6_control_A3 +LQ01X030640 Blue-light photoreceptor PHR2 5.392982719 C6_control_B1 +LQ01X030640 Blue-light photoreceptor PHR2 5.353608518 C6_control_B2 +LQ01X030640 Blue-light photoreceptor PHR2 5.383830102 C6_control_B3 +LQ01X030640 Blue-light photoreceptor PHR2 5.49771452 C6_control_C1 +LQ01X030640 Blue-light photoreceptor PHR2 5.360675775 C6_control_C2 +LQ01X030640 Blue-light photoreceptor PHR2 5.478683676 C6_control_C3 +LQ01X030640 Blue-light photoreceptor PHR2 5.452198163 C6_chemical_A1 +LQ01X030640 Blue-light photoreceptor PHR2 5.14615077 C6_chemical_A3 +LQ01X030640 Blue-light photoreceptor PHR2 5.271674714 C6_chemical_B1 +LQ01X030640 Blue-light photoreceptor PHR2 5.418834931 C6_chemical_B2 +LQ01X030640 Blue-light photoreceptor PHR2 5.380616579 C6_chemical_B3 +LQ01X030640 Blue-light photoreceptor PHR2 5.399736131 C6_chemical_C1 +LQ01X030640 Blue-light photoreceptor PHR2 5.357823926 C6_chemical_C2 +LQ01X030640 Blue-light photoreceptor PHR2 5.538633363 C6_chemical_C3 +LQ01X030640 Blue-light photoreceptor PHR2 5.51942008 L4_control_A1 +LQ01X030640 Blue-light photoreceptor PHR2 5.408766912 L4_control_A2 +LQ01X030640 Blue-light photoreceptor PHR2 5.194674892 L4_control_A3 +LQ01X030640 Blue-light photoreceptor PHR2 5.366954775 L4_control_B1 +LQ01X030640 Blue-light photoreceptor PHR2 5.398223066 L4_control_B2 +LQ01X030640 Blue-light photoreceptor PHR2 5.724386432 L4_control_B3 +LQ01X030640 Blue-light photoreceptor PHR2 5.221962495 L4_control_C2 +LQ01X030640 Blue-light photoreceptor PHR2 5.55779291 L4_control_C3 +LQ01X030640 Blue-light photoreceptor PHR2 5.19757309 L4_chemical_A1 +LQ01X030640 Blue-light photoreceptor PHR2 5.400525647 L4_chemical_A2 +LQ01X030640 Blue-light photoreceptor PHR2 5.318044307 L4_chemical_A3 +LQ01X030640 Blue-light photoreceptor PHR2 5.382082788 L4_chemical_B1 +LQ01X030640 Blue-light photoreceptor PHR2 5.669895388 L4_chemical_B2 +LQ01X030640 Blue-light photoreceptor PHR2 5.457417991 L4_chemical_B3 +LQ01X030640 Blue-light photoreceptor PHR2 5.30760619 L4_chemical_C2 +LQ01X030640 Blue-light photoreceptor PHR2 5.324845291 L4_chemical_C3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.16515013 C6_control_A1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.073868626 C6_control_A3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.939882804 C6_control_B1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.060144478 C6_control_B2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.028553463 C6_control_B3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.43838325 C6_control_C1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.98781038 C6_control_C2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.378646985 C6_control_C3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.948447601 C6_chemical_A1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.927854659 C6_chemical_A3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.317313498 C6_chemical_B1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.846777411 C6_chemical_B2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.172188281 C6_chemical_B3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.118902348 C6_chemical_C1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.38930573 C6_chemical_C2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.008347551 C6_chemical_C3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.091221305 L4_control_A1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.922703864 L4_control_A2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.038447185 L4_control_A3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.256089257 L4_control_B1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.21900277 L4_control_B2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.887818775 L4_control_B3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.488604727 L4_control_C2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.348914426 L4_control_C3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.79419208 L4_chemical_A1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.07549831 L4_chemical_A2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.019291086 L4_chemical_A3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.180433568 L4_chemical_B1 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.155903854 L4_chemical_B2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.25250879 L4_chemical_B3 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.904262205 L4_chemical_C2 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 5.424658127 L4_chemical_C3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.480028466 C6_control_A1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 10.53420783 C6_control_A3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.737251048 C6_control_B1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.137391018 C6_control_B2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 7.812638683 C6_control_B3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.384014618 C6_control_C1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.237225981 C6_control_C2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.451374902 C6_control_C3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.078857424 C6_chemical_A1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 10.58996591 C6_chemical_A3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 7.808982657 C6_chemical_B1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.317720294 C6_chemical_B2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 7.722910647 C6_chemical_B3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.497523697 C6_chemical_C1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.561332223 C6_chemical_C2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.6835178 C6_chemical_C3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 10.46497822 L4_control_A1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 10.35864297 L4_control_A2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 11.01975686 L4_control_A3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.509841819 L4_control_B1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.799601954 L4_control_B2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.639504571 L4_control_B3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.93254759 L4_control_C2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.829522011 L4_control_C3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.70561456 L4_chemical_A1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.074317548 L4_chemical_A2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 10.13481501 L4_chemical_A3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.293728021 L4_chemical_B1 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.085545723 L4_chemical_B2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.975063289 L4_chemical_B3 +LQ01X030680 Poly [ADP-ribose] polymerase 2 8.873789556 L4_chemical_C2 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.054099368 L4_chemical_C3 +LQ01X030690 Putative uncharacterized protein 5.405377682 C6_control_A1 +LQ01X030690 Putative uncharacterized protein 5.939261508 C6_control_A3 +LQ01X030690 Putative uncharacterized protein 5.612662349 C6_control_B1 +LQ01X030690 Putative uncharacterized protein 5.600614202 C6_control_B2 +LQ01X030690 Putative uncharacterized protein 5.700922327 C6_control_B3 +LQ01X030690 Putative uncharacterized protein 5.988600391 C6_control_C1 +LQ01X030690 Putative uncharacterized protein 5.757468435 C6_control_C2 +LQ01X030690 Putative uncharacterized protein 5.57331986 C6_control_C3 +LQ01X030690 Putative uncharacterized protein 5.933122294 C6_chemical_A1 +LQ01X030690 Putative uncharacterized protein 6.095306761 C6_chemical_A3 +LQ01X030690 Putative uncharacterized protein 5.917167656 C6_chemical_B1 +LQ01X030690 Putative uncharacterized protein 5.542492184 C6_chemical_B2 +LQ01X030690 Putative uncharacterized protein 5.781872966 C6_chemical_B3 +LQ01X030690 Putative uncharacterized protein 5.712139808 C6_chemical_C1 +LQ01X030690 Putative uncharacterized protein 5.848938541 C6_chemical_C2 +LQ01X030690 Putative uncharacterized protein 6.228310639 C6_chemical_C3 +LQ01X030690 Putative uncharacterized protein 6.010140271 L4_control_A1 +LQ01X030690 Putative uncharacterized protein 5.957785028 L4_control_A2 +LQ01X030690 Putative uncharacterized protein 6.300936839 L4_control_A3 +LQ01X030690 Putative uncharacterized protein 6.000600444 L4_control_B1 +LQ01X030690 Putative uncharacterized protein 6.054568955 L4_control_B2 +LQ01X030690 Putative uncharacterized protein 5.907984172 L4_control_B3 +LQ01X030690 Putative uncharacterized protein 6.026934785 L4_control_C2 +LQ01X030690 Putative uncharacterized protein 5.741544184 L4_control_C3 +LQ01X030690 Putative uncharacterized protein 5.504979868 L4_chemical_A1 +LQ01X030690 Putative uncharacterized protein 5.75798453 L4_chemical_A2 +LQ01X030690 Putative uncharacterized protein 5.999804128 L4_chemical_A3 +LQ01X030690 Putative uncharacterized protein 6.320978357 L4_chemical_B1 +LQ01X030690 Putative uncharacterized protein 5.79977939 L4_chemical_B2 +LQ01X030690 Putative uncharacterized protein 6.00914348 L4_chemical_B3 +LQ01X030690 Putative uncharacterized protein 5.73965684 L4_chemical_C2 +LQ01X030690 Putative uncharacterized protein 6.434234585 L4_chemical_C3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.506373765 C6_control_A1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.335231773 C6_control_A3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.414588693 C6_control_B1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 6.053957725 C6_control_B2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.880286193 C6_control_B3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.40081132 C6_control_C1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.7284059 C6_control_C2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.78082063 C6_control_C3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.455595841 C6_chemical_A1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 6.185089187 C6_chemical_A3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.418771906 C6_chemical_B1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.607850324 C6_chemical_B2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.507435203 C6_chemical_B3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.297993419 C6_chemical_C1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 6.247081557 C6_chemical_C2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.534360293 C6_chemical_C3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.754979894 L4_control_A1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.74439303 L4_control_A2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.905100241 L4_control_A3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.26606951 L4_control_B1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 6.056339081 L4_control_B2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.924938038 L4_control_B3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.937750303 L4_control_C2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.556430173 L4_control_C3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.226923595 L4_chemical_A1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.879967113 L4_chemical_A2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.083601598 L4_chemical_A3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.687243654 L4_chemical_B1 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.634088001 L4_chemical_B2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.894598403 L4_chemical_B3 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.799284333 L4_chemical_C2 +LQ01X030700 U1 small nuclear ribonucleoprotein A 4.976831632 L4_chemical_C3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.01051372 C6_control_A1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.33876905 C6_control_A3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.68113063 C6_control_B1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.0002102 C6_control_B2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.31474771 C6_control_B3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.38169872 C6_control_C1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.52943288 C6_control_C2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.68657686 C6_control_C3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.16847306 C6_chemical_A1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.52016739 C6_chemical_A3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.1471565 C6_chemical_B1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.48862129 C6_chemical_B2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.91933638 C6_chemical_B3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.14393064 C6_chemical_C1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.21376384 C6_chemical_C2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.504993 C6_chemical_C3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.2350749 L4_control_A1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 12.92235537 L4_control_A2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.73139164 L4_control_A3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.40499278 L4_control_B1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 12.32637013 L4_control_B2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.15827133 L4_control_B3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.86619518 L4_control_C2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.6938962 L4_control_C3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 15.17238989 L4_chemical_A1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.62115953 L4_chemical_A2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.84382543 L4_chemical_A3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.11373939 L4_chemical_B1 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.44508071 L4_chemical_B2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.992829 L4_chemical_B3 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.92040887 L4_chemical_C2 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 14.30473288 L4_chemical_C3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.480517099 C6_control_A1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.629468647 C6_control_A3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.002322263 C6_control_B1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.644888449 C6_control_B2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.126757299 C6_control_B3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.539030188 C6_control_C1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 6.036725464 C6_control_C2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.810298213 C6_control_C3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.119813887 C6_chemical_A1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.431082457 C6_chemical_A3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.267727061 C6_chemical_B1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.97249828 C6_chemical_B2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.540304058 C6_chemical_B3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.74113808 C6_chemical_C1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.832434153 C6_chemical_C2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.369795471 C6_chemical_C3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.596782531 L4_control_A1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.444420394 L4_control_A2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.562635765 L4_control_A3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.210856759 L4_control_B1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.143417263 L4_control_B2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.359580796 L4_control_B3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.160720559 L4_control_C2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 4.902870836 L4_control_C3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.292437491 L4_chemical_A1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.463827797 L4_chemical_A2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.554476111 L4_chemical_A3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.15785093 L4_chemical_B1 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.567328449 L4_chemical_B2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.386464862 L4_chemical_B3 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.489882733 L4_chemical_C2 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.014622578 L4_chemical_C3 +LQ01X030740 40S ribosomal protein S4 15.59708763 C6_control_A1 +LQ01X030740 40S ribosomal protein S4 15.64138414 C6_control_A3 +LQ01X030740 40S ribosomal protein S4 15.36637026 C6_control_B1 +LQ01X030740 40S ribosomal protein S4 14.75002405 C6_control_B2 +LQ01X030740 40S ribosomal protein S4 15.31339221 C6_control_B3 +LQ01X030740 40S ribosomal protein S4 14.34864238 C6_control_C1 +LQ01X030740 40S ribosomal protein S4 14.66105871 C6_control_C2 +LQ01X030740 40S ribosomal protein S4 13.95417809 C6_control_C3 +LQ01X030740 40S ribosomal protein S4 15.31110934 C6_chemical_A1 +LQ01X030740 40S ribosomal protein S4 15.35278538 C6_chemical_A3 +LQ01X030740 40S ribosomal protein S4 15.06005603 C6_chemical_B1 +LQ01X030740 40S ribosomal protein S4 14.32495797 C6_chemical_B2 +LQ01X030740 40S ribosomal protein S4 15.12026048 C6_chemical_B3 +LQ01X030740 40S ribosomal protein S4 14.36002135 C6_chemical_C1 +LQ01X030740 40S ribosomal protein S4 14.25172119 C6_chemical_C2 +LQ01X030740 40S ribosomal protein S4 13.82642597 C6_chemical_C3 +LQ01X030740 40S ribosomal protein S4 15.42528467 L4_control_A1 +LQ01X030740 40S ribosomal protein S4 15.34491686 L4_control_A2 +LQ01X030740 40S ribosomal protein S4 15.51080421 L4_control_A3 +LQ01X030740 40S ribosomal protein S4 15.27381729 L4_control_B1 +LQ01X030740 40S ribosomal protein S4 15.43817998 L4_control_B2 +LQ01X030740 40S ribosomal protein S4 14.78897412 L4_control_B3 +LQ01X030740 40S ribosomal protein S4 15.19767031 L4_control_C2 +LQ01X030740 40S ribosomal protein S4 15.09490241 L4_control_C3 +LQ01X030740 40S ribosomal protein S4 15.34271897 L4_chemical_A1 +LQ01X030740 40S ribosomal protein S4 15.14800842 L4_chemical_A2 +LQ01X030740 40S ribosomal protein S4 15.24903991 L4_chemical_A3 +LQ01X030740 40S ribosomal protein S4 15.59693548 L4_chemical_B1 +LQ01X030740 40S ribosomal protein S4 15.2334204 L4_chemical_B2 +LQ01X030740 40S ribosomal protein S4 14.94086897 L4_chemical_B3 +LQ01X030740 40S ribosomal protein S4 15.19738044 L4_chemical_C2 +LQ01X030740 40S ribosomal protein S4 15.10712801 L4_chemical_C3 +LQ01X030760 Putative uncharacterized protein 13.08088295 C6_control_A1 +LQ01X030760 Putative uncharacterized protein 13.18339278 C6_control_A3 +LQ01X030760 Putative uncharacterized protein 12.96183885 C6_control_B1 +LQ01X030760 Putative uncharacterized protein 12.49108623 C6_control_B2 +LQ01X030760 Putative uncharacterized protein 13.08760842 C6_control_B3 +LQ01X030760 Putative uncharacterized protein 13.31497766 C6_control_C1 +LQ01X030760 Putative uncharacterized protein 13.21849902 C6_control_C2 +LQ01X030760 Putative uncharacterized protein 13.57510931 C6_control_C3 +LQ01X030760 Putative uncharacterized protein 13.19712278 C6_chemical_A1 +LQ01X030760 Putative uncharacterized protein 13.21110136 C6_chemical_A3 +LQ01X030760 Putative uncharacterized protein 13.03332177 C6_chemical_B1 +LQ01X030760 Putative uncharacterized protein 12.46016394 C6_chemical_B2 +LQ01X030760 Putative uncharacterized protein 13.30576254 C6_chemical_B3 +LQ01X030760 Putative uncharacterized protein 13.18798956 C6_chemical_C1 +LQ01X030760 Putative uncharacterized protein 13.38057901 C6_chemical_C2 +LQ01X030760 Putative uncharacterized protein 13.00207813 C6_chemical_C3 +LQ01X030760 Putative uncharacterized protein 13.51168349 L4_control_A1 +LQ01X030760 Putative uncharacterized protein 13.46247447 L4_control_A2 +LQ01X030760 Putative uncharacterized protein 13.61054048 L4_control_A3 +LQ01X030760 Putative uncharacterized protein 12.97426762 L4_control_B1 +LQ01X030760 Putative uncharacterized protein 13.15730497 L4_control_B2 +LQ01X030760 Putative uncharacterized protein 12.94372183 L4_control_B3 +LQ01X030760 Putative uncharacterized protein 13.88460149 L4_control_C2 +LQ01X030760 Putative uncharacterized protein 13.92975636 L4_control_C3 +LQ01X030760 Putative uncharacterized protein 13.81495014 L4_chemical_A1 +LQ01X030760 Putative uncharacterized protein 13.61007386 L4_chemical_A2 +LQ01X030760 Putative uncharacterized protein 13.71710899 L4_chemical_A3 +LQ01X030760 Putative uncharacterized protein 13.68508567 L4_chemical_B1 +LQ01X030760 Putative uncharacterized protein 13.62411881 L4_chemical_B2 +LQ01X030760 Putative uncharacterized protein 13.24816508 L4_chemical_B3 +LQ01X030760 Putative uncharacterized protein 13.58527769 L4_chemical_C2 +LQ01X030760 Putative uncharacterized protein 13.92789028 L4_chemical_C3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.455443488 C6_control_A1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.125992503 C6_control_A3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.316207315 C6_control_B1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.36439887 C6_control_B2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.381121891 C6_control_B3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.237221915 C6_control_C1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.128982963 C6_control_C2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.24606387 C6_control_C3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.0470768 C6_chemical_A1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.313196592 C6_chemical_A3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.409971091 C6_chemical_B1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.165508318 C6_chemical_B2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.257726207 C6_chemical_B3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.41458613 C6_chemical_C1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.177067837 C6_chemical_C2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.329411094 C6_chemical_C3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.21784737 L4_control_A1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.264383998 L4_control_A2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.415694984 L4_control_A3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 4.935786384 L4_control_B1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.069522724 L4_control_B2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.217923549 L4_control_B3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.022321037 L4_control_C2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.512336058 L4_control_C3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.512022402 L4_chemical_A1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.54405304 L4_chemical_A2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.510279858 L4_chemical_A3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 4.981681462 L4_chemical_B1 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.459161129 L4_chemical_B2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.157979701 L4_chemical_B3 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 6.020705129 L4_chemical_C2 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.10815891 L4_chemical_C3 +LQ01X030790 60S ribosomal protein L18-2 8.32680806 C6_control_A1 +LQ01X030790 60S ribosomal protein L18-2 9.325074841 C6_control_A3 +LQ01X030790 60S ribosomal protein L18-2 8.061693201 C6_control_B1 +LQ01X030790 60S ribosomal protein L18-2 8.346770403 C6_control_B2 +LQ01X030790 60S ribosomal protein L18-2 8.29071286 C6_control_B3 +LQ01X030790 60S ribosomal protein L18-2 7.830282882 C6_control_C1 +LQ01X030790 60S ribosomal protein L18-2 8.017235882 C6_control_C2 +LQ01X030790 60S ribosomal protein L18-2 7.782040305 C6_control_C3 +LQ01X030790 60S ribosomal protein L18-2 8.66685703 C6_chemical_A1 +LQ01X030790 60S ribosomal protein L18-2 9.045981761 C6_chemical_A3 +LQ01X030790 60S ribosomal protein L18-2 8.227578826 C6_chemical_B1 +LQ01X030790 60S ribosomal protein L18-2 8.32776595 C6_chemical_B2 +LQ01X030790 60S ribosomal protein L18-2 8.139379258 C6_chemical_B3 +LQ01X030790 60S ribosomal protein L18-2 8.097147825 C6_chemical_C1 +LQ01X030790 60S ribosomal protein L18-2 8.233345213 C6_chemical_C2 +LQ01X030790 60S ribosomal protein L18-2 8.223274787 C6_chemical_C3 +LQ01X030790 60S ribosomal protein L18-2 9.107995646 L4_control_A1 +LQ01X030790 60S ribosomal protein L18-2 8.804051813 L4_control_A2 +LQ01X030790 60S ribosomal protein L18-2 9.996002242 L4_control_A3 +LQ01X030790 60S ribosomal protein L18-2 8.695368032 L4_control_B1 +LQ01X030790 60S ribosomal protein L18-2 8.879830564 L4_control_B2 +LQ01X030790 60S ribosomal protein L18-2 8.604366652 L4_control_B3 +LQ01X030790 60S ribosomal protein L18-2 8.794216867 L4_control_C2 +LQ01X030790 60S ribosomal protein L18-2 8.535021152 L4_control_C3 +LQ01X030790 60S ribosomal protein L18-2 9.288969642 L4_chemical_A1 +LQ01X030790 60S ribosomal protein L18-2 8.55604343 L4_chemical_A2 +LQ01X030790 60S ribosomal protein L18-2 9.853924173 L4_chemical_A3 +LQ01X030790 60S ribosomal protein L18-2 9.082316752 L4_chemical_B1 +LQ01X030790 60S ribosomal protein L18-2 9.294554905 L4_chemical_B2 +LQ01X030790 60S ribosomal protein L18-2 8.581373901 L4_chemical_B3 +LQ01X030790 60S ribosomal protein L18-2 8.9238811 L4_chemical_C2 +LQ01X030790 60S ribosomal protein L18-2 8.451039888 L4_chemical_C3 +LQ01X030820 Hypothetical protein 4.331544069 C6_control_A1 +LQ01X030820 Hypothetical protein 5.312646471 C6_control_A3 +LQ01X030820 Hypothetical protein 4.462762974 C6_control_B1 +LQ01X030820 Hypothetical protein 4.17222792 C6_control_B2 +LQ01X030820 Hypothetical protein 4.834889534 C6_control_B3 +LQ01X030820 Hypothetical protein 4.438188528 C6_control_C1 +LQ01X030820 Hypothetical protein 4.542724385 C6_control_C2 +LQ01X030820 Hypothetical protein 4.767060126 C6_control_C3 +LQ01X030820 Hypothetical protein 4.79153714 C6_chemical_A1 +LQ01X030820 Hypothetical protein 5.275551777 C6_chemical_A3 +LQ01X030820 Hypothetical protein 4.900171564 C6_chemical_B1 +LQ01X030820 Hypothetical protein 4.431196899 C6_chemical_B2 +LQ01X030820 Hypothetical protein 6.161878948 C6_chemical_B3 +LQ01X030820 Hypothetical protein 4.680482761 C6_chemical_C1 +LQ01X030820 Hypothetical protein 4.238440198 C6_chemical_C2 +LQ01X030820 Hypothetical protein 5.064291181 C6_chemical_C3 +LQ01X030820 Hypothetical protein 5.559325206 L4_control_A1 +LQ01X030820 Hypothetical protein 5.147718742 L4_control_A2 +LQ01X030820 Hypothetical protein 5.299081556 L4_control_A3 +LQ01X030820 Hypothetical protein 6.549138169 L4_control_B1 +LQ01X030820 Hypothetical protein 5.915664478 L4_control_B2 +LQ01X030820 Hypothetical protein 4.943113413 L4_control_B3 +LQ01X030820 Hypothetical protein 5.744948175 L4_control_C2 +LQ01X030820 Hypothetical protein 6.174252989 L4_control_C3 +LQ01X030820 Hypothetical protein 5.669864876 L4_chemical_A1 +LQ01X030820 Hypothetical protein 5.401711395 L4_chemical_A2 +LQ01X030820 Hypothetical protein 8.142215265 L4_chemical_A3 +LQ01X030820 Hypothetical protein 5.05589793 L4_chemical_B1 +LQ01X030820 Hypothetical protein 5.783777202 L4_chemical_B2 +LQ01X030820 Hypothetical protein 4.796263175 L4_chemical_B3 +LQ01X030820 Hypothetical protein 7.363409329 L4_chemical_C2 +LQ01X030820 Hypothetical protein 7.135638067 L4_chemical_C3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 10.41031985 C6_control_A1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 10.84865483 C6_control_A3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.921356629 C6_control_B1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.35817428 C6_control_B2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.782425639 C6_control_B3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 6.043197882 C6_control_C1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 5.954017652 C6_control_C2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 6.245436822 C6_control_C3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 10.12240636 C6_chemical_A1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 10.95399934 C6_chemical_A3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.414128741 C6_chemical_B1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.032877375 C6_chemical_B2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.97122864 C6_chemical_B3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 5.871621439 C6_chemical_C1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 5.689334037 C6_chemical_C2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 5.684644069 C6_chemical_C3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.813757768 L4_control_A1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.878853888 L4_control_A2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 10.9660539 L4_control_A3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 8.3656454 L4_control_B1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.677916616 L4_control_B2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 8.511220344 L4_control_B3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 5.250999575 L4_control_C2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 5.20840864 L4_control_C3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.109511813 L4_chemical_A1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 8.143998129 L4_chemical_A2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 10.68489354 L4_chemical_A3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.06872595 L4_chemical_B1 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.10925868 L4_chemical_B2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 9.127486527 L4_chemical_B3 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 5.381772479 L4_chemical_C2 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 5.715653934 L4_chemical_C3 +LQ01X030880 Endoglucanase 17 14.80135047 C6_control_A1 +LQ01X030880 Endoglucanase 17 15.1865757 C6_control_A3 +LQ01X030880 Endoglucanase 17 14.22676242 C6_control_B1 +LQ01X030880 Endoglucanase 17 10.65072476 C6_control_B2 +LQ01X030880 Endoglucanase 17 11.71590709 C6_control_B3 +LQ01X030880 Endoglucanase 17 6.882106293 C6_control_C1 +LQ01X030880 Endoglucanase 17 5.572343812 C6_control_C2 +LQ01X030880 Endoglucanase 17 7.544365131 C6_control_C3 +LQ01X030880 Endoglucanase 17 14.51929032 C6_chemical_A1 +LQ01X030880 Endoglucanase 17 15.16905619 C6_chemical_A3 +LQ01X030880 Endoglucanase 17 12.88661458 C6_chemical_B1 +LQ01X030880 Endoglucanase 17 9.879371539 C6_chemical_B2 +LQ01X030880 Endoglucanase 17 12.04012514 C6_chemical_B3 +LQ01X030880 Endoglucanase 17 5.877468754 C6_chemical_C1 +LQ01X030880 Endoglucanase 17 5.657210581 C6_chemical_C2 +LQ01X030880 Endoglucanase 17 6.442851677 C6_chemical_C3 +LQ01X030880 Endoglucanase 17 14.48398513 L4_control_A1 +LQ01X030880 Endoglucanase 17 14.0766915 L4_control_A2 +LQ01X030880 Endoglucanase 17 14.56488902 L4_control_A3 +LQ01X030880 Endoglucanase 17 10.12563081 L4_control_B1 +LQ01X030880 Endoglucanase 17 12.65461297 L4_control_B2 +LQ01X030880 Endoglucanase 17 8.300082756 L4_control_B3 +LQ01X030880 Endoglucanase 17 5.39229215 L4_control_C2 +LQ01X030880 Endoglucanase 17 7.260759043 L4_control_C3 +LQ01X030880 Endoglucanase 17 13.02590202 L4_chemical_A1 +LQ01X030880 Endoglucanase 17 12.73309444 L4_chemical_A2 +LQ01X030880 Endoglucanase 17 14.26699537 L4_chemical_A3 +LQ01X030880 Endoglucanase 17 12.79995737 L4_chemical_B1 +LQ01X030880 Endoglucanase 17 12.45559015 L4_chemical_B2 +LQ01X030880 Endoglucanase 17 13.39598313 L4_chemical_B3 +LQ01X030880 Endoglucanase 17 8.573120616 L4_chemical_C2 +LQ01X030880 Endoglucanase 17 6.938172931 L4_chemical_C3 +LQ01X030890 Sucrose synthase 2 8.067793012 C6_control_A1 +LQ01X030890 Sucrose synthase 2 6.674398347 C6_control_A3 +LQ01X030890 Sucrose synthase 2 8.342335593 C6_control_B1 +LQ01X030890 Sucrose synthase 2 8.441610502 C6_control_B2 +LQ01X030890 Sucrose synthase 2 8.665759204 C6_control_B3 +LQ01X030890 Sucrose synthase 2 9.14206504 C6_control_C1 +LQ01X030890 Sucrose synthase 2 9.482042308 C6_control_C2 +LQ01X030890 Sucrose synthase 2 8.843341976 C6_control_C3 +LQ01X030890 Sucrose synthase 2 8.053236768 C6_chemical_A1 +LQ01X030890 Sucrose synthase 2 8.389781547 C6_chemical_A3 +LQ01X030890 Sucrose synthase 2 9.123315277 C6_chemical_B1 +LQ01X030890 Sucrose synthase 2 8.517518989 C6_chemical_B2 +LQ01X030890 Sucrose synthase 2 9.342388215 C6_chemical_B3 +LQ01X030890 Sucrose synthase 2 9.340297573 C6_chemical_C1 +LQ01X030890 Sucrose synthase 2 9.475885673 C6_chemical_C2 +LQ01X030890 Sucrose synthase 2 9.874897597 C6_chemical_C3 +LQ01X030890 Sucrose synthase 2 8.680635824 L4_control_A1 +LQ01X030890 Sucrose synthase 2 8.690246382 L4_control_A2 +LQ01X030890 Sucrose synthase 2 9.701733933 L4_control_A3 +LQ01X030890 Sucrose synthase 2 9.273063523 L4_control_B1 +LQ01X030890 Sucrose synthase 2 10.2080063 L4_control_B2 +LQ01X030890 Sucrose synthase 2 10.37316742 L4_control_B3 +LQ01X030890 Sucrose synthase 2 10.1912046 L4_control_C2 +LQ01X030890 Sucrose synthase 2 11.04994163 L4_control_C3 +LQ01X030890 Sucrose synthase 2 9.282847507 L4_chemical_A1 +LQ01X030890 Sucrose synthase 2 9.89462717 L4_chemical_A2 +LQ01X030890 Sucrose synthase 2 9.424239434 L4_chemical_A3 +LQ01X030890 Sucrose synthase 2 9.380320944 L4_chemical_B1 +LQ01X030890 Sucrose synthase 2 9.700964066 L4_chemical_B2 +LQ01X030890 Sucrose synthase 2 9.734451008 L4_chemical_B3 +LQ01X030890 Sucrose synthase 2 9.898375451 L4_chemical_C2 +LQ01X030890 Sucrose synthase 2 10.98044133 L4_chemical_C3 +LQ01X030930 Predicted protein 9.249406064 C6_control_A1 +LQ01X030930 Predicted protein 8.551988146 C6_control_A3 +LQ01X030930 Predicted protein 9.626736 C6_control_B1 +LQ01X030930 Predicted protein 9.655980275 C6_control_B2 +LQ01X030930 Predicted protein 10.02357931 C6_control_B3 +LQ01X030930 Predicted protein 11.10261489 C6_control_C1 +LQ01X030930 Predicted protein 10.85061796 C6_control_C2 +LQ01X030930 Predicted protein 10.78389201 C6_control_C3 +LQ01X030930 Predicted protein 9.522393865 C6_chemical_A1 +LQ01X030930 Predicted protein 9.081146251 C6_chemical_A3 +LQ01X030930 Predicted protein 10.49530828 C6_chemical_B1 +LQ01X030930 Predicted protein 10.13825316 C6_chemical_B2 +LQ01X030930 Predicted protein 10.602182 C6_chemical_B3 +LQ01X030930 Predicted protein 11.56644326 C6_chemical_C1 +LQ01X030930 Predicted protein 11.26766235 C6_chemical_C2 +LQ01X030930 Predicted protein 11.30231132 C6_chemical_C3 +LQ01X030930 Predicted protein 9.302737221 L4_control_A1 +LQ01X030930 Predicted protein 10.00385961 L4_control_A2 +LQ01X030930 Predicted protein 10.11919078 L4_control_A3 +LQ01X030930 Predicted protein 10.17329971 L4_control_B1 +LQ01X030930 Predicted protein 10.70995788 L4_control_B2 +LQ01X030930 Predicted protein 11.79764159 L4_control_B3 +LQ01X030930 Predicted protein 10.67253423 L4_control_C2 +LQ01X030930 Predicted protein 11.95013455 L4_control_C3 +LQ01X030930 Predicted protein 9.422296554 L4_chemical_A1 +LQ01X030930 Predicted protein 9.945413668 L4_chemical_A2 +LQ01X030930 Predicted protein 9.742758081 L4_chemical_A3 +LQ01X030930 Predicted protein 9.76647712 L4_chemical_B1 +LQ01X030930 Predicted protein 10.10377083 L4_chemical_B2 +LQ01X030930 Predicted protein 10.6022618 L4_chemical_B3 +LQ01X030930 Predicted protein 10.55521719 L4_chemical_C2 +LQ01X030930 Predicted protein 11.83109907 L4_chemical_C3 +LQ01X030950 Putative Histone deacetylase HDT1 6.925233271 C6_control_A1 +LQ01X030950 Putative Histone deacetylase HDT1 7.32739646 C6_control_A3 +LQ01X030950 Putative Histone deacetylase HDT1 6.741750147 C6_control_B1 +LQ01X030950 Putative Histone deacetylase HDT1 6.48863026 C6_control_B2 +LQ01X030950 Putative Histone deacetylase HDT1 6.930201264 C6_control_B3 +LQ01X030950 Putative Histone deacetylase HDT1 6.86504542 C6_control_C1 +LQ01X030950 Putative Histone deacetylase HDT1 7.659612605 C6_control_C2 +LQ01X030950 Putative Histone deacetylase HDT1 6.401246243 C6_control_C3 +LQ01X030950 Putative Histone deacetylase HDT1 6.424518815 C6_chemical_A1 +LQ01X030950 Putative Histone deacetylase HDT1 6.218863854 C6_chemical_A3 +LQ01X030950 Putative Histone deacetylase HDT1 6.132236878 C6_chemical_B1 +LQ01X030950 Putative Histone deacetylase HDT1 6.84275887 C6_chemical_B2 +LQ01X030950 Putative Histone deacetylase HDT1 6.260308114 C6_chemical_B3 +LQ01X030950 Putative Histone deacetylase HDT1 6.810917016 C6_chemical_C1 +LQ01X030950 Putative Histone deacetylase HDT1 6.79261195 C6_chemical_C2 +LQ01X030950 Putative Histone deacetylase HDT1 5.626752477 C6_chemical_C3 +LQ01X030950 Putative Histone deacetylase HDT1 6.691725548 L4_control_A1 +LQ01X030950 Putative Histone deacetylase HDT1 6.318983085 L4_control_A2 +LQ01X030950 Putative Histone deacetylase HDT1 6.112927874 L4_control_A3 +LQ01X030950 Putative Histone deacetylase HDT1 6.009973453 L4_control_B1 +LQ01X030950 Putative Histone deacetylase HDT1 6.440075757 L4_control_B2 +LQ01X030950 Putative Histone deacetylase HDT1 6.358405236 L4_control_B3 +LQ01X030950 Putative Histone deacetylase HDT1 6.833240427 L4_control_C2 +LQ01X030950 Putative Histone deacetylase HDT1 5.637810744 L4_control_C3 +LQ01X030950 Putative Histone deacetylase HDT1 6.09673794 L4_chemical_A1 +LQ01X030950 Putative Histone deacetylase HDT1 5.658172331 L4_chemical_A2 +LQ01X030950 Putative Histone deacetylase HDT1 5.538291546 L4_chemical_A3 +LQ01X030950 Putative Histone deacetylase HDT1 6.114957942 L4_chemical_B1 +LQ01X030950 Putative Histone deacetylase HDT1 6.050442771 L4_chemical_B2 +LQ01X030950 Putative Histone deacetylase HDT1 6.457819523 L4_chemical_B3 +LQ01X030950 Putative Histone deacetylase HDT1 5.882333472 L4_chemical_C2 +LQ01X030950 Putative Histone deacetylase HDT1 6.090169223 L4_chemical_C3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.374688352 C6_control_A1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.317199905 C6_control_A3 +LQ01X031030 AP2/ERF domain-containing transcription factor 4.954304799 C6_control_B1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.305232022 C6_control_B2 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.352869263 C6_control_B3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.564721379 C6_control_C1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.42218134 C6_control_C2 +LQ01X031030 AP2/ERF domain-containing transcription factor 6.202483467 C6_control_C3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.131782107 C6_chemical_A1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.589884265 C6_chemical_A3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.374617608 C6_chemical_B1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.237146448 C6_chemical_B2 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.169962065 C6_chemical_B3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.161497929 C6_chemical_C1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.532891127 C6_chemical_C2 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.401865957 C6_chemical_C3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.345226243 L4_control_A1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.404533778 L4_control_A2 +LQ01X031030 AP2/ERF domain-containing transcription factor 6.072527922 L4_control_A3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.660195623 L4_control_B1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.581463299 L4_control_B2 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.735238819 L4_control_B3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.18126448 L4_control_C2 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.630474141 L4_control_C3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.847394523 L4_chemical_A1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.724625973 L4_chemical_A2 +LQ01X031030 AP2/ERF domain-containing transcription factor 6.370352706 L4_chemical_A3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.211538615 L4_chemical_B1 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.737442975 L4_chemical_B2 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.514766843 L4_chemical_B3 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.269047965 L4_chemical_C2 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.877614224 L4_chemical_C3 +LQ01X031050 60S ribosomal protein L19-2 15.29916508 C6_control_A1 +LQ01X031050 60S ribosomal protein L19-2 15.29594116 C6_control_A3 +LQ01X031050 60S ribosomal protein L19-2 14.68219861 C6_control_B1 +LQ01X031050 60S ribosomal protein L19-2 14.43163646 C6_control_B2 +LQ01X031050 60S ribosomal protein L19-2 14.52372627 C6_control_B3 +LQ01X031050 60S ribosomal protein L19-2 14.36933492 C6_control_C1 +LQ01X031050 60S ribosomal protein L19-2 14.52209762 C6_control_C2 +LQ01X031050 60S ribosomal protein L19-2 14.11768627 C6_control_C3 +LQ01X031050 60S ribosomal protein L19-2 15.05709938 C6_chemical_A1 +LQ01X031050 60S ribosomal protein L19-2 15.1483233 C6_chemical_A3 +LQ01X031050 60S ribosomal protein L19-2 14.6006598 C6_chemical_B1 +LQ01X031050 60S ribosomal protein L19-2 14.29153705 C6_chemical_B2 +LQ01X031050 60S ribosomal protein L19-2 14.56343835 C6_chemical_B3 +LQ01X031050 60S ribosomal protein L19-2 14.1695071 C6_chemical_C1 +LQ01X031050 60S ribosomal protein L19-2 14.12523093 C6_chemical_C2 +LQ01X031050 60S ribosomal protein L19-2 13.91766112 C6_chemical_C3 +LQ01X031050 60S ribosomal protein L19-2 14.94487145 L4_control_A1 +LQ01X031050 60S ribosomal protein L19-2 15.0606336 L4_control_A2 +LQ01X031050 60S ribosomal protein L19-2 15.31451622 L4_control_A3 +LQ01X031050 60S ribosomal protein L19-2 14.35579454 L4_control_B1 +LQ01X031050 60S ribosomal protein L19-2 14.42492067 L4_control_B2 +LQ01X031050 60S ribosomal protein L19-2 14.6459248 L4_control_B3 +LQ01X031050 60S ribosomal protein L19-2 14.6337025 L4_control_C2 +LQ01X031050 60S ribosomal protein L19-2 14.43711356 L4_control_C3 +LQ01X031050 60S ribosomal protein L19-2 15.27079478 L4_chemical_A1 +LQ01X031050 60S ribosomal protein L19-2 15.0222751 L4_chemical_A2 +LQ01X031050 60S ribosomal protein L19-2 15.1160738 L4_chemical_A3 +LQ01X031050 60S ribosomal protein L19-2 14.82037382 L4_chemical_B1 +LQ01X031050 60S ribosomal protein L19-2 14.61386261 L4_chemical_B2 +LQ01X031050 60S ribosomal protein L19-2 14.75519584 L4_chemical_B3 +LQ01X031050 60S ribosomal protein L19-2 14.92855501 L4_chemical_C2 +LQ01X031050 60S ribosomal protein L19-2 14.37419463 L4_chemical_C3 +LQ01X031060 Ethylene receptor 1 11.19233039 C6_control_A1 +LQ01X031060 Ethylene receptor 1 11.12636452 C6_control_A3 +LQ01X031060 Ethylene receptor 1 10.63496468 C6_control_B1 +LQ01X031060 Ethylene receptor 1 9.973622029 C6_control_B2 +LQ01X031060 Ethylene receptor 1 11.44211062 C6_control_B3 +LQ01X031060 Ethylene receptor 1 10.58770174 C6_control_C1 +LQ01X031060 Ethylene receptor 1 10.29512268 C6_control_C2 +LQ01X031060 Ethylene receptor 1 11.68844546 C6_control_C3 +LQ01X031060 Ethylene receptor 1 10.8060991 C6_chemical_A1 +LQ01X031060 Ethylene receptor 1 12.01948989 C6_chemical_A3 +LQ01X031060 Ethylene receptor 1 10.29612835 C6_chemical_B1 +LQ01X031060 Ethylene receptor 1 9.717751492 C6_chemical_B2 +LQ01X031060 Ethylene receptor 1 11.42807092 C6_chemical_B3 +LQ01X031060 Ethylene receptor 1 10.30487621 C6_chemical_C1 +LQ01X031060 Ethylene receptor 1 9.918518267 C6_chemical_C2 +LQ01X031060 Ethylene receptor 1 11.42862192 C6_chemical_C3 +LQ01X031060 Ethylene receptor 1 11.72152286 L4_control_A1 +LQ01X031060 Ethylene receptor 1 11.08604495 L4_control_A2 +LQ01X031060 Ethylene receptor 1 12.38810699 L4_control_A3 +LQ01X031060 Ethylene receptor 1 11.12000068 L4_control_B1 +LQ01X031060 Ethylene receptor 1 10.8603962 L4_control_B2 +LQ01X031060 Ethylene receptor 1 12.05587937 L4_control_B3 +LQ01X031060 Ethylene receptor 1 11.30129805 L4_control_C2 +LQ01X031060 Ethylene receptor 1 11.97496062 L4_control_C3 +LQ01X031060 Ethylene receptor 1 13.38333061 L4_chemical_A1 +LQ01X031060 Ethylene receptor 1 12.63858837 L4_chemical_A2 +LQ01X031060 Ethylene receptor 1 13.53933755 L4_chemical_A3 +LQ01X031060 Ethylene receptor 1 12.31085271 L4_chemical_B1 +LQ01X031060 Ethylene receptor 1 10.62773404 L4_chemical_B2 +LQ01X031060 Ethylene receptor 1 11.74475559 L4_chemical_B3 +LQ01X031060 Ethylene receptor 1 10.94316304 L4_chemical_C2 +LQ01X031060 Ethylene receptor 1 11.59158212 L4_chemical_C3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.546458319 C6_control_A1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.234227976 C6_control_A3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.816160164 C6_control_B1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.510250775 C6_control_B2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 5.945409625 C6_control_B3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.497146186 C6_control_C1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 5.363673256 C6_control_C2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 5.966632881 C6_control_C3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.51479733 C6_chemical_A1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.90749906 C6_chemical_A3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.217655551 C6_chemical_B1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.393696345 C6_chemical_B2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.516399934 C6_chemical_B3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.334060037 C6_chemical_C1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 5.861328552 C6_chemical_C2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 5.85445199 C6_chemical_C3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.428847905 L4_control_A1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.438497156 L4_control_A2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.354498405 L4_control_A3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.500781657 L4_control_B1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.450649289 L4_control_B2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.627745667 L4_control_B3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.283804345 L4_control_C2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.3442208 L4_control_C3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.555124701 L4_chemical_A1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.143273052 L4_chemical_A2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.473703675 L4_chemical_A3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.280500722 L4_chemical_B1 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.316106908 L4_chemical_B2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.888253735 L4_chemical_B3 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.692744569 L4_chemical_C2 +LQ01X031090 Fumarate hydratase 1, mitochondrial 7.047419379 L4_chemical_C3 +LQ01X031100 Pathogenesis-related protein STH-2 8.213221803 C6_control_A1 +LQ01X031100 Pathogenesis-related protein STH-2 8.220209703 C6_control_A3 +LQ01X031100 Pathogenesis-related protein STH-2 8.409802868 C6_control_B1 +LQ01X031100 Pathogenesis-related protein STH-2 8.961177983 C6_control_B2 +LQ01X031100 Pathogenesis-related protein STH-2 8.523699652 C6_control_B3 +LQ01X031100 Pathogenesis-related protein STH-2 9.265233141 C6_control_C1 +LQ01X031100 Pathogenesis-related protein STH-2 9.551411423 C6_control_C2 +LQ01X031100 Pathogenesis-related protein STH-2 9.368809587 C6_control_C3 +LQ01X031100 Pathogenesis-related protein STH-2 7.946519662 C6_chemical_A1 +LQ01X031100 Pathogenesis-related protein STH-2 7.84861671 C6_chemical_A3 +LQ01X031100 Pathogenesis-related protein STH-2 6.996636776 C6_chemical_B1 +LQ01X031100 Pathogenesis-related protein STH-2 8.615634182 C6_chemical_B2 +LQ01X031100 Pathogenesis-related protein STH-2 10.28079014 C6_chemical_B3 +LQ01X031100 Pathogenesis-related protein STH-2 8.195141751 C6_chemical_C1 +LQ01X031100 Pathogenesis-related protein STH-2 9.270242983 C6_chemical_C2 +LQ01X031100 Pathogenesis-related protein STH-2 8.254685141 C6_chemical_C3 +LQ01X031100 Pathogenesis-related protein STH-2 11.12057699 L4_control_A1 +LQ01X031100 Pathogenesis-related protein STH-2 7.093723621 L4_control_A2 +LQ01X031100 Pathogenesis-related protein STH-2 9.40088511 L4_control_A3 +LQ01X031100 Pathogenesis-related protein STH-2 11.72505001 L4_control_B1 +LQ01X031100 Pathogenesis-related protein STH-2 8.144297328 L4_control_B2 +LQ01X031100 Pathogenesis-related protein STH-2 10.04805281 L4_control_B3 +LQ01X031100 Pathogenesis-related protein STH-2 12.42508814 L4_control_C2 +LQ01X031100 Pathogenesis-related protein STH-2 12.09919307 L4_control_C3 +LQ01X031100 Pathogenesis-related protein STH-2 12.93041036 L4_chemical_A1 +LQ01X031100 Pathogenesis-related protein STH-2 11.29230702 L4_chemical_A2 +LQ01X031100 Pathogenesis-related protein STH-2 11.53108118 L4_chemical_A3 +LQ01X031100 Pathogenesis-related protein STH-2 13.38798171 L4_chemical_B1 +LQ01X031100 Pathogenesis-related protein STH-2 8.835087998 L4_chemical_B2 +LQ01X031100 Pathogenesis-related protein STH-2 9.649264898 L4_chemical_B3 +LQ01X031100 Pathogenesis-related protein STH-2 11.18667078 L4_chemical_C2 +LQ01X031100 Pathogenesis-related protein STH-2 10.11192489 L4_chemical_C3 +LQ01X031110 Heat shock protein binding protein, putative 10.18270928 C6_control_A1 +LQ01X031110 Heat shock protein binding protein, putative 8.196156115 C6_control_A3 +LQ01X031110 Heat shock protein binding protein, putative 9.430619249 C6_control_B1 +LQ01X031110 Heat shock protein binding protein, putative 9.901196612 C6_control_B2 +LQ01X031110 Heat shock protein binding protein, putative 6.858330166 C6_control_B3 +LQ01X031110 Heat shock protein binding protein, putative 9.434688722 C6_control_C1 +LQ01X031110 Heat shock protein binding protein, putative 9.604048888 C6_control_C2 +LQ01X031110 Heat shock protein binding protein, putative 9.257313807 C6_control_C3 +LQ01X031110 Heat shock protein binding protein, putative 11.90303701 C6_chemical_A1 +LQ01X031110 Heat shock protein binding protein, putative 8.457633902 C6_chemical_A3 +LQ01X031110 Heat shock protein binding protein, putative 10.49800528 C6_chemical_B1 +LQ01X031110 Heat shock protein binding protein, putative 11.16463949 C6_chemical_B2 +LQ01X031110 Heat shock protein binding protein, putative 6.669375942 C6_chemical_B3 +LQ01X031110 Heat shock protein binding protein, putative 10.57600205 C6_chemical_C1 +LQ01X031110 Heat shock protein binding protein, putative 10.52369745 C6_chemical_C2 +LQ01X031110 Heat shock protein binding protein, putative 9.038024905 C6_chemical_C3 +LQ01X031110 Heat shock protein binding protein, putative 9.050742476 L4_control_A1 +LQ01X031110 Heat shock protein binding protein, putative 9.50945275 L4_control_A2 +LQ01X031110 Heat shock protein binding protein, putative 6.857147641 L4_control_A3 +LQ01X031110 Heat shock protein binding protein, putative 6.30899604 L4_control_B1 +LQ01X031110 Heat shock protein binding protein, putative 8.138758334 L4_control_B2 +LQ01X031110 Heat shock protein binding protein, putative 6.600504731 L4_control_B3 +LQ01X031110 Heat shock protein binding protein, putative 8.02124201 L4_control_C2 +LQ01X031110 Heat shock protein binding protein, putative 7.39782483 L4_control_C3 +LQ01X031110 Heat shock protein binding protein, putative 9.172096058 L4_chemical_A1 +LQ01X031110 Heat shock protein binding protein, putative 11.28341952 L4_chemical_A2 +LQ01X031110 Heat shock protein binding protein, putative 7.816130008 L4_chemical_A3 +LQ01X031110 Heat shock protein binding protein, putative 8.265765401 L4_chemical_B1 +LQ01X031110 Heat shock protein binding protein, putative 9.59604494 L4_chemical_B2 +LQ01X031110 Heat shock protein binding protein, putative 6.784954704 L4_chemical_B3 +LQ01X031110 Heat shock protein binding protein, putative 8.466755502 L4_chemical_C2 +LQ01X031110 Heat shock protein binding protein, putative 7.040757455 L4_chemical_C3 +LQ01X031120 Kinesin-4 5.754726081 C6_control_A1 +LQ01X031120 Kinesin-4 6.141010233 C6_control_A3 +LQ01X031120 Kinesin-4 5.641579106 C6_control_B1 +LQ01X031120 Kinesin-4 5.726457813 C6_control_B2 +LQ01X031120 Kinesin-4 6.060234065 C6_control_B3 +LQ01X031120 Kinesin-4 5.46229574 C6_control_C1 +LQ01X031120 Kinesin-4 5.496144275 C6_control_C2 +LQ01X031120 Kinesin-4 5.515144416 C6_control_C3 +LQ01X031120 Kinesin-4 6.007457972 C6_chemical_A1 +LQ01X031120 Kinesin-4 5.713445074 C6_chemical_A3 +LQ01X031120 Kinesin-4 5.845451553 C6_chemical_B1 +LQ01X031120 Kinesin-4 5.763467403 C6_chemical_B2 +LQ01X031120 Kinesin-4 5.478076741 C6_chemical_B3 +LQ01X031120 Kinesin-4 5.715364741 C6_chemical_C1 +LQ01X031120 Kinesin-4 5.507053391 C6_chemical_C2 +LQ01X031120 Kinesin-4 5.581015068 C6_chemical_C3 +LQ01X031120 Kinesin-4 5.974496808 L4_control_A1 +LQ01X031120 Kinesin-4 5.993508174 L4_control_A2 +LQ01X031120 Kinesin-4 5.929126482 L4_control_A3 +LQ01X031120 Kinesin-4 5.160750773 L4_control_B1 +LQ01X031120 Kinesin-4 5.452411091 L4_control_B2 +LQ01X031120 Kinesin-4 5.705506124 L4_control_B3 +LQ01X031120 Kinesin-4 5.815859164 L4_control_C2 +LQ01X031120 Kinesin-4 5.943739156 L4_control_C3 +LQ01X031120 Kinesin-4 5.462793547 L4_chemical_A1 +LQ01X031120 Kinesin-4 5.487551379 L4_chemical_A2 +LQ01X031120 Kinesin-4 6.500582245 L4_chemical_A3 +LQ01X031120 Kinesin-4 5.417369879 L4_chemical_B1 +LQ01X031120 Kinesin-4 5.733975879 L4_chemical_B2 +LQ01X031120 Kinesin-4 5.668530514 L4_chemical_B3 +LQ01X031120 Kinesin-4 6.524150331 L4_chemical_C2 +LQ01X031120 Kinesin-4 5.738805738 L4_chemical_C3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.83187665 C6_control_A1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.76305451 C6_control_A3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.90238234 C6_control_B1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.52122207 C6_control_B2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.74775094 C6_control_B3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 13.18046095 C6_control_C1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.72953028 C6_control_C2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.91491965 C6_control_C3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.55052554 C6_chemical_A1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.61674854 C6_chemical_A3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.82982532 C6_chemical_B1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.67985352 C6_chemical_B2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.40708154 C6_chemical_B3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 13.0469222 C6_chemical_C1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.8485948 C6_chemical_C2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.53294609 C6_chemical_C3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.46085083 L4_control_A1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.61196405 L4_control_A2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.4478326 L4_control_A3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.77755296 L4_control_B1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.59871378 L4_control_B2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.73381007 L4_control_B3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 13.20405138 L4_control_C2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.86580178 L4_control_C3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.06169113 L4_chemical_A1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.42340997 L4_chemical_A2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.36673937 L4_chemical_A3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.72349876 L4_chemical_B1 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.47752068 L4_chemical_B2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.43714802 L4_chemical_B3 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 13.36295421 L4_chemical_C2 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.89401703 L4_chemical_C3 +LQ01X031140 Putative uncharacterized protein 9.456095502 C6_control_A1 +LQ01X031140 Putative uncharacterized protein 9.328887699 C6_control_A3 +LQ01X031140 Putative uncharacterized protein 9.266522655 C6_control_B1 +LQ01X031140 Putative uncharacterized protein 9.42494041 C6_control_B2 +LQ01X031140 Putative uncharacterized protein 9.08137049 C6_control_B3 +LQ01X031140 Putative uncharacterized protein 10.07240077 C6_control_C1 +LQ01X031140 Putative uncharacterized protein 9.905036938 C6_control_C2 +LQ01X031140 Putative uncharacterized protein 9.945888769 C6_control_C3 +LQ01X031140 Putative uncharacterized protein 9.064034507 C6_chemical_A1 +LQ01X031140 Putative uncharacterized protein 9.201733678 C6_chemical_A3 +LQ01X031140 Putative uncharacterized protein 8.542851553 C6_chemical_B1 +LQ01X031140 Putative uncharacterized protein 9.032031228 C6_chemical_B2 +LQ01X031140 Putative uncharacterized protein 8.557882152 C6_chemical_B3 +LQ01X031140 Putative uncharacterized protein 10.09506695 C6_chemical_C1 +LQ01X031140 Putative uncharacterized protein 9.94094967 C6_chemical_C2 +LQ01X031140 Putative uncharacterized protein 9.569055344 C6_chemical_C3 +LQ01X031140 Putative uncharacterized protein 9.568904441 L4_control_A1 +LQ01X031140 Putative uncharacterized protein 9.274101024 L4_control_A2 +LQ01X031140 Putative uncharacterized protein 8.267014057 L4_control_A3 +LQ01X031140 Putative uncharacterized protein 9.410094541 L4_control_B1 +LQ01X031140 Putative uncharacterized protein 8.976295382 L4_control_B2 +LQ01X031140 Putative uncharacterized protein 9.143202478 L4_control_B3 +LQ01X031140 Putative uncharacterized protein 9.364911947 L4_control_C2 +LQ01X031140 Putative uncharacterized protein 8.720002736 L4_control_C3 +LQ01X031140 Putative uncharacterized protein 9.521160175 L4_chemical_A1 +LQ01X031140 Putative uncharacterized protein 9.450322488 L4_chemical_A2 +LQ01X031140 Putative uncharacterized protein 9.030123695 L4_chemical_A3 +LQ01X031140 Putative uncharacterized protein 9.463422119 L4_chemical_B1 +LQ01X031140 Putative uncharacterized protein 9.183227867 L4_chemical_B2 +LQ01X031140 Putative uncharacterized protein 9.347413563 L4_chemical_B3 +LQ01X031140 Putative uncharacterized protein 9.719369736 L4_chemical_C2 +LQ01X031140 Putative uncharacterized protein 8.254038276 L4_chemical_C3 +LQ01X031150 Putative uncharacterized protein 5.296154985 C6_control_A1 +LQ01X031150 Putative uncharacterized protein 5.851019087 C6_control_A3 +LQ01X031150 Putative uncharacterized protein 5.605243072 C6_control_B1 +LQ01X031150 Putative uncharacterized protein 5.397058074 C6_control_B2 +LQ01X031150 Putative uncharacterized protein 5.907150996 C6_control_B3 +LQ01X031150 Putative uncharacterized protein 4.899538059 C6_control_C1 +LQ01X031150 Putative uncharacterized protein 5.166244055 C6_control_C2 +LQ01X031150 Putative uncharacterized protein 5.268516447 C6_control_C3 +LQ01X031150 Putative uncharacterized protein 5.245039695 C6_chemical_A1 +LQ01X031150 Putative uncharacterized protein 6.131701534 C6_chemical_A3 +LQ01X031150 Putative uncharacterized protein 5.311727634 C6_chemical_B1 +LQ01X031150 Putative uncharacterized protein 5.29613815 C6_chemical_B2 +LQ01X031150 Putative uncharacterized protein 5.342414189 C6_chemical_B3 +LQ01X031150 Putative uncharacterized protein 4.919956969 C6_chemical_C1 +LQ01X031150 Putative uncharacterized protein 5.454838717 C6_chemical_C2 +LQ01X031150 Putative uncharacterized protein 5.480086018 C6_chemical_C3 +LQ01X031150 Putative uncharacterized protein 5.135525983 L4_control_A1 +LQ01X031150 Putative uncharacterized protein 5.367036744 L4_control_A2 +LQ01X031150 Putative uncharacterized protein 5.827848788 L4_control_A3 +LQ01X031150 Putative uncharacterized protein 5.564431569 L4_control_B1 +LQ01X031150 Putative uncharacterized protein 5.400129009 L4_control_B2 +LQ01X031150 Putative uncharacterized protein 5.362754261 L4_control_B3 +LQ01X031150 Putative uncharacterized protein 5.336625167 L4_control_C2 +LQ01X031150 Putative uncharacterized protein 5.088831986 L4_control_C3 +LQ01X031150 Putative uncharacterized protein 5.413039836 L4_chemical_A1 +LQ01X031150 Putative uncharacterized protein 5.286859071 L4_chemical_A2 +LQ01X031150 Putative uncharacterized protein 5.238236126 L4_chemical_A3 +LQ01X031150 Putative uncharacterized protein 5.369934103 L4_chemical_B1 +LQ01X031150 Putative uncharacterized protein 5.456611401 L4_chemical_B2 +LQ01X031150 Putative uncharacterized protein 5.109862327 L4_chemical_B3 +LQ01X031150 Putative uncharacterized protein 5.178159277 L4_chemical_C2 +LQ01X031150 Putative uncharacterized protein 5.509812648 L4_chemical_C3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.05753609 C6_control_A1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.18604721 C6_control_A3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 11.99181375 C6_control_B1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.09712039 C6_control_B2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.14168084 C6_control_B3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.53314212 C6_control_C1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.4158957 C6_control_C2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.33790453 C6_control_C3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 11.82872567 C6_chemical_A1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 11.94656966 C6_chemical_A3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 11.84210556 C6_chemical_B1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.07697639 C6_chemical_B2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.13891552 C6_chemical_B3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.4213008 C6_chemical_C1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.46490578 C6_chemical_C2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.48775653 C6_chemical_C3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.0594705 L4_control_A1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.35668783 L4_control_A2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.05160352 L4_control_A3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.21067113 L4_control_B1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 11.9210308 L4_control_B2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.173903 L4_control_B3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.18247742 L4_control_C2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.54171295 L4_control_C3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.33128816 L4_chemical_A1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.23997636 L4_chemical_A2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.26774472 L4_chemical_A3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.14622591 L4_chemical_B1 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.20650691 L4_chemical_B2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.17939687 L4_chemical_B3 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 11.97556854 L4_chemical_C2 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 12.533743 L4_chemical_C3 +LQ01X031190 COBRA-like protein 7 10.60912165 C6_control_A1 +LQ01X031190 COBRA-like protein 7 10.98378262 C6_control_A3 +LQ01X031190 COBRA-like protein 7 9.528821934 C6_control_B1 +LQ01X031190 COBRA-like protein 7 7.045936251 C6_control_B2 +LQ01X031190 COBRA-like protein 7 7.018192099 C6_control_B3 +LQ01X031190 COBRA-like protein 7 5.864155885 C6_control_C1 +LQ01X031190 COBRA-like protein 7 5.450556578 C6_control_C2 +LQ01X031190 COBRA-like protein 7 6.211775722 C6_control_C3 +LQ01X031190 COBRA-like protein 7 10.19769563 C6_chemical_A1 +LQ01X031190 COBRA-like protein 7 11.01415181 C6_chemical_A3 +LQ01X031190 COBRA-like protein 7 8.694283182 C6_chemical_B1 +LQ01X031190 COBRA-like protein 7 6.697432631 C6_chemical_B2 +LQ01X031190 COBRA-like protein 7 6.594106282 C6_chemical_B3 +LQ01X031190 COBRA-like protein 7 6.110561563 C6_chemical_C1 +LQ01X031190 COBRA-like protein 7 5.150524161 C6_chemical_C2 +LQ01X031190 COBRA-like protein 7 6.043191279 C6_chemical_C3 +LQ01X031190 COBRA-like protein 7 10.3746211 L4_control_A1 +LQ01X031190 COBRA-like protein 7 10.6830513 L4_control_A2 +LQ01X031190 COBRA-like protein 7 11.17054481 L4_control_A3 +LQ01X031190 COBRA-like protein 7 7.159679829 L4_control_B1 +LQ01X031190 COBRA-like protein 7 8.238031109 L4_control_B2 +LQ01X031190 COBRA-like protein 7 6.211408603 L4_control_B3 +LQ01X031190 COBRA-like protein 7 6.025846739 L4_control_C2 +LQ01X031190 COBRA-like protein 7 5.732274727 L4_control_C3 +LQ01X031190 COBRA-like protein 7 9.993579052 L4_chemical_A1 +LQ01X031190 COBRA-like protein 7 9.663270713 L4_chemical_A2 +LQ01X031190 COBRA-like protein 7 11.14115998 L4_chemical_A3 +LQ01X031190 COBRA-like protein 7 8.521800572 L4_chemical_B1 +LQ01X031190 COBRA-like protein 7 9.182464315 L4_chemical_B2 +LQ01X031190 COBRA-like protein 7 8.519296074 L4_chemical_B3 +LQ01X031190 COBRA-like protein 7 5.677618136 L4_chemical_C2 +LQ01X031190 COBRA-like protein 7 5.680104675 L4_chemical_C3 +LQ01X031200 Cellulose synthase-like protein D5 12.69291659 C6_control_A1 +LQ01X031200 Cellulose synthase-like protein D5 13.66470964 C6_control_A3 +LQ01X031200 Cellulose synthase-like protein D5 12.4561802 C6_control_B1 +LQ01X031200 Cellulose synthase-like protein D5 10.6228945 C6_control_B2 +LQ01X031200 Cellulose synthase-like protein D5 10.77438956 C6_control_B3 +LQ01X031200 Cellulose synthase-like protein D5 8.23121632 C6_control_C1 +LQ01X031200 Cellulose synthase-like protein D5 7.5898917 C6_control_C2 +LQ01X031200 Cellulose synthase-like protein D5 7.437518321 C6_control_C3 +LQ01X031200 Cellulose synthase-like protein D5 12.31404299 C6_chemical_A1 +LQ01X031200 Cellulose synthase-like protein D5 13.46535218 C6_chemical_A3 +LQ01X031200 Cellulose synthase-like protein D5 11.64472138 C6_chemical_B1 +LQ01X031200 Cellulose synthase-like protein D5 10.47039656 C6_chemical_B2 +LQ01X031200 Cellulose synthase-like protein D5 10.32952777 C6_chemical_B3 +LQ01X031200 Cellulose synthase-like protein D5 8.255347871 C6_chemical_C1 +LQ01X031200 Cellulose synthase-like protein D5 6.708408857 C6_chemical_C2 +LQ01X031200 Cellulose synthase-like protein D5 6.2280664 C6_chemical_C3 +LQ01X031200 Cellulose synthase-like protein D5 12.35488636 L4_control_A1 +LQ01X031200 Cellulose synthase-like protein D5 12.95195976 L4_control_A2 +LQ01X031200 Cellulose synthase-like protein D5 12.92260835 L4_control_A3 +LQ01X031200 Cellulose synthase-like protein D5 11.26378997 L4_control_B1 +LQ01X031200 Cellulose synthase-like protein D5 11.72728899 L4_control_B2 +LQ01X031200 Cellulose synthase-like protein D5 9.91061229 L4_control_B3 +LQ01X031200 Cellulose synthase-like protein D5 5.169787318 L4_control_C2 +LQ01X031200 Cellulose synthase-like protein D5 5.684854813 L4_control_C3 +LQ01X031200 Cellulose synthase-like protein D5 12.15514446 L4_chemical_A1 +LQ01X031200 Cellulose synthase-like protein D5 11.97388817 L4_chemical_A2 +LQ01X031200 Cellulose synthase-like protein D5 13.03465493 L4_chemical_A3 +LQ01X031200 Cellulose synthase-like protein D5 12.15692744 L4_chemical_B1 +LQ01X031200 Cellulose synthase-like protein D5 11.70971444 L4_chemical_B2 +LQ01X031200 Cellulose synthase-like protein D5 11.80885752 L4_chemical_B3 +LQ01X031200 Cellulose synthase-like protein D5 5.937986536 L4_chemical_C2 +LQ01X031200 Cellulose synthase-like protein D5 5.66162368 L4_chemical_C3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.323571111 C6_control_A1 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.247763738 C6_control_A3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.949295874 C6_control_B1 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.64271194 C6_control_B2 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.69621934 C6_control_B3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.196500858 C6_control_C1 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.013783036 C6_control_C2 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.255200414 C6_control_C3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.483264561 C6_chemical_A1 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.3680765 C6_chemical_A3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.882254364 C6_chemical_B1 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.32699277 C6_chemical_B2 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.94045383 C6_chemical_B3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.320351813 C6_chemical_C1 +LQ01X031210 Probable galacturonosyltransferase-like 7 8.640480587 C6_chemical_C2 +LQ01X031210 Probable galacturonosyltransferase-like 7 8.820203596 C6_chemical_C3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.361310652 L4_control_A1 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.07491174 L4_control_A2 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.013068334 L4_control_A3 +LQ01X031210 Probable galacturonosyltransferase-like 7 11.32903699 L4_control_B1 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.64072999 L4_control_B2 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.98534203 L4_control_B3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.122952669 L4_control_C2 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.440036914 L4_control_C3 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.409677562 L4_chemical_A1 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.916730755 L4_chemical_A2 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.30824476 L4_chemical_A3 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.27062583 L4_chemical_B1 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.69858991 L4_chemical_B2 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.40506044 L4_chemical_B3 +LQ01X031210 Probable galacturonosyltransferase-like 7 10.1004311 L4_chemical_C2 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.774388229 L4_chemical_C3 +LQ01X031230 Putative uncharacterized protein 6.171899938 C6_control_A1 +LQ01X031230 Putative uncharacterized protein 6.546906077 C6_control_A3 +LQ01X031230 Putative uncharacterized protein 6.609434232 C6_control_B1 +LQ01X031230 Putative uncharacterized protein 6.825509098 C6_control_B2 +LQ01X031230 Putative uncharacterized protein 7.125918942 C6_control_B3 +LQ01X031230 Putative uncharacterized protein 5.668469223 C6_control_C1 +LQ01X031230 Putative uncharacterized protein 6.562731189 C6_control_C2 +LQ01X031230 Putative uncharacterized protein 6.019254455 C6_control_C3 +LQ01X031230 Putative uncharacterized protein 6.235351289 C6_chemical_A1 +LQ01X031230 Putative uncharacterized protein 6.805926702 C6_chemical_A3 +LQ01X031230 Putative uncharacterized protein 6.165519331 C6_chemical_B1 +LQ01X031230 Putative uncharacterized protein 6.652494679 C6_chemical_B2 +LQ01X031230 Putative uncharacterized protein 6.528789138 C6_chemical_B3 +LQ01X031230 Putative uncharacterized protein 5.756541867 C6_chemical_C1 +LQ01X031230 Putative uncharacterized protein 6.377789247 C6_chemical_C2 +LQ01X031230 Putative uncharacterized protein 5.678552113 C6_chemical_C3 +LQ01X031230 Putative uncharacterized protein 6.081467547 L4_control_A1 +LQ01X031230 Putative uncharacterized protein 6.907503015 L4_control_A2 +LQ01X031230 Putative uncharacterized protein 7.968517495 L4_control_A3 +LQ01X031230 Putative uncharacterized protein 7.343097445 L4_control_B1 +LQ01X031230 Putative uncharacterized protein 7.169246073 L4_control_B2 +LQ01X031230 Putative uncharacterized protein 6.544672255 L4_control_B3 +LQ01X031230 Putative uncharacterized protein 5.814809917 L4_control_C2 +LQ01X031230 Putative uncharacterized protein 5.685059899 L4_control_C3 +LQ01X031230 Putative uncharacterized protein 6.24760164 L4_chemical_A1 +LQ01X031230 Putative uncharacterized protein 6.435497208 L4_chemical_A2 +LQ01X031230 Putative uncharacterized protein 6.799185587 L4_chemical_A3 +LQ01X031230 Putative uncharacterized protein 7.602961754 L4_chemical_B1 +LQ01X031230 Putative uncharacterized protein 6.409882463 L4_chemical_B2 +LQ01X031230 Putative uncharacterized protein 6.28889745 L4_chemical_B3 +LQ01X031230 Putative uncharacterized protein 6.057750858 L4_chemical_C2 +LQ01X031230 Putative uncharacterized protein 5.672567504 L4_chemical_C3 +LQ01X031260 Histone H1 5.296033992 C6_control_A1 +LQ01X031260 Histone H1 5.623685369 C6_control_A3 +LQ01X031260 Histone H1 5.072109636 C6_control_B1 +LQ01X031260 Histone H1 4.975348524 C6_control_B2 +LQ01X031260 Histone H1 5.071714118 C6_control_B3 +LQ01X031260 Histone H1 5.006498838 C6_control_C1 +LQ01X031260 Histone H1 4.836892 C6_control_C2 +LQ01X031260 Histone H1 4.823863958 C6_control_C3 +LQ01X031260 Histone H1 5.16152132 C6_chemical_A1 +LQ01X031260 Histone H1 4.846194274 C6_chemical_A3 +LQ01X031260 Histone H1 4.988714203 C6_chemical_B1 +LQ01X031260 Histone H1 4.87623307 C6_chemical_B2 +LQ01X031260 Histone H1 5.693965837 C6_chemical_B3 +LQ01X031260 Histone H1 5.077554183 C6_chemical_C1 +LQ01X031260 Histone H1 4.924904035 C6_chemical_C2 +LQ01X031260 Histone H1 5.051879133 C6_chemical_C3 +LQ01X031260 Histone H1 5.143586117 L4_control_A1 +LQ01X031260 Histone H1 5.222121287 L4_control_A2 +LQ01X031260 Histone H1 5.263429258 L4_control_A3 +LQ01X031260 Histone H1 4.723674725 L4_control_B1 +LQ01X031260 Histone H1 5.166380958 L4_control_B2 +LQ01X031260 Histone H1 5.449801244 L4_control_B3 +LQ01X031260 Histone H1 4.601268729 L4_control_C2 +LQ01X031260 Histone H1 5.718706196 L4_control_C3 +LQ01X031260 Histone H1 5.142054453 L4_chemical_A1 +LQ01X031260 Histone H1 5.339595065 L4_chemical_A2 +LQ01X031260 Histone H1 5.225101156 L4_chemical_A3 +LQ01X031260 Histone H1 4.688391481 L4_chemical_B1 +LQ01X031260 Histone H1 5.201846417 L4_chemical_B2 +LQ01X031260 Histone H1 5.384737854 L4_chemical_B3 +LQ01X031260 Histone H1 5.111620169 L4_chemical_C2 +LQ01X031260 Histone H1 4.977749537 L4_chemical_C3 +LQ01X031300 ATP binding protein, putative 5.688738621 C6_control_A1 +LQ01X031300 ATP binding protein, putative 5.558214189 C6_control_A3 +LQ01X031300 ATP binding protein, putative 5.246549109 C6_control_B1 +LQ01X031300 ATP binding protein, putative 5.430801715 C6_control_B2 +LQ01X031300 ATP binding protein, putative 5.818984444 C6_control_B3 +LQ01X031300 ATP binding protein, putative 5.501179408 C6_control_C1 +LQ01X031300 ATP binding protein, putative 5.230230521 C6_control_C2 +LQ01X031300 ATP binding protein, putative 5.039731086 C6_control_C3 +LQ01X031300 ATP binding protein, putative 5.255159757 C6_chemical_A1 +LQ01X031300 ATP binding protein, putative 5.557028186 C6_chemical_A3 +LQ01X031300 ATP binding protein, putative 6.126977722 C6_chemical_B1 +LQ01X031300 ATP binding protein, putative 5.497153513 C6_chemical_B2 +LQ01X031300 ATP binding protein, putative 5.801074379 C6_chemical_B3 +LQ01X031300 ATP binding protein, putative 5.206493593 C6_chemical_C1 +LQ01X031300 ATP binding protein, putative 5.273101121 C6_chemical_C2 +LQ01X031300 ATP binding protein, putative 4.875063903 C6_chemical_C3 +LQ01X031300 ATP binding protein, putative 5.530422848 L4_control_A1 +LQ01X031300 ATP binding protein, putative 5.201210368 L4_control_A2 +LQ01X031300 ATP binding protein, putative 5.569439229 L4_control_A3 +LQ01X031300 ATP binding protein, putative 5.271436562 L4_control_B1 +LQ01X031300 ATP binding protein, putative 5.350563657 L4_control_B2 +LQ01X031300 ATP binding protein, putative 5.012958622 L4_control_B3 +LQ01X031300 ATP binding protein, putative 5.254360236 L4_control_C2 +LQ01X031300 ATP binding protein, putative 5.40757435 L4_control_C3 +LQ01X031300 ATP binding protein, putative 5.579097597 L4_chemical_A1 +LQ01X031300 ATP binding protein, putative 5.340320173 L4_chemical_A2 +LQ01X031300 ATP binding protein, putative 5.391615801 L4_chemical_A3 +LQ01X031300 ATP binding protein, putative 5.208577985 L4_chemical_B1 +LQ01X031300 ATP binding protein, putative 5.138100248 L4_chemical_B2 +LQ01X031300 ATP binding protein, putative 5.267773427 L4_chemical_B3 +LQ01X031300 ATP binding protein, putative 5.775454692 L4_chemical_C2 +LQ01X031300 ATP binding protein, putative 5.366387572 L4_chemical_C3 +LQ01X031310 Importin subunit alpha-1 10.36984202 C6_control_A1 +LQ01X031310 Importin subunit alpha-1 10.82130698 C6_control_A3 +LQ01X031310 Importin subunit alpha-1 9.963455161 C6_control_B1 +LQ01X031310 Importin subunit alpha-1 11.66176604 C6_control_B2 +LQ01X031310 Importin subunit alpha-1 10.3954078 C6_control_B3 +LQ01X031310 Importin subunit alpha-1 11.08776563 C6_control_C1 +LQ01X031310 Importin subunit alpha-1 11.55333894 C6_control_C2 +LQ01X031310 Importin subunit alpha-1 11.88730862 C6_control_C3 +LQ01X031310 Importin subunit alpha-1 10.11294632 C6_chemical_A1 +LQ01X031310 Importin subunit alpha-1 10.57588197 C6_chemical_A3 +LQ01X031310 Importin subunit alpha-1 9.440087688 C6_chemical_B1 +LQ01X031310 Importin subunit alpha-1 11.4069481 C6_chemical_B2 +LQ01X031310 Importin subunit alpha-1 9.997256066 C6_chemical_B3 +LQ01X031310 Importin subunit alpha-1 11.08801166 C6_chemical_C1 +LQ01X031310 Importin subunit alpha-1 11.42153925 C6_chemical_C2 +LQ01X031310 Importin subunit alpha-1 11.69594952 C6_chemical_C3 +LQ01X031310 Importin subunit alpha-1 10.94070191 L4_control_A1 +LQ01X031310 Importin subunit alpha-1 10.93752925 L4_control_A2 +LQ01X031310 Importin subunit alpha-1 10.94860417 L4_control_A3 +LQ01X031310 Importin subunit alpha-1 10.7629525 L4_control_B1 +LQ01X031310 Importin subunit alpha-1 9.631942693 L4_control_B2 +LQ01X031310 Importin subunit alpha-1 10.84687336 L4_control_B3 +LQ01X031310 Importin subunit alpha-1 9.646772624 L4_control_C2 +LQ01X031310 Importin subunit alpha-1 10.30991267 L4_control_C3 +LQ01X031310 Importin subunit alpha-1 11.11711655 L4_chemical_A1 +LQ01X031310 Importin subunit alpha-1 10.58605646 L4_chemical_A2 +LQ01X031310 Importin subunit alpha-1 11.5266106 L4_chemical_A3 +LQ01X031310 Importin subunit alpha-1 10.19898977 L4_chemical_B1 +LQ01X031310 Importin subunit alpha-1 9.979204974 L4_chemical_B2 +LQ01X031310 Importin subunit alpha-1 11.16249658 L4_chemical_B3 +LQ01X031310 Importin subunit alpha-1 9.397587551 L4_chemical_C2 +LQ01X031310 Importin subunit alpha-1 10.09914806 L4_chemical_C3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.599542153 C6_control_A1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 6.26045159 C6_control_A3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.662798526 C6_control_B1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.327942388 C6_control_B2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.095160986 C6_control_B3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.208212397 C6_control_C1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.680202954 C6_control_C2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.150622998 C6_control_C3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.013718692 C6_chemical_A1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.063867747 C6_chemical_A3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.118951492 C6_chemical_B1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.073711775 C6_chemical_B2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.34033753 C6_chemical_B3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.186741901 C6_chemical_C1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.389422169 C6_chemical_C2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 4.960794681 C6_chemical_C3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.076199014 L4_control_A1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.37299002 L4_control_A2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.148569744 L4_control_A3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 6.600194153 L4_control_B1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.382445181 L4_control_B2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.390513657 L4_control_B3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 6.006135058 L4_control_C2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.808675529 L4_control_C3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.317148762 L4_chemical_A1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.180934483 L4_chemical_A2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.664546396 L4_chemical_A3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 6.046599577 L4_chemical_B1 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.417070607 L4_chemical_B2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.393749111 L4_chemical_B3 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.570928795 L4_chemical_C2 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.515656234 L4_chemical_C3 +LQ01X031400 Hypothetical protein 9.74508696 C6_control_A1 +LQ01X031400 Hypothetical protein 10.75886972 C6_control_A3 +LQ01X031400 Hypothetical protein 7.108607831 C6_control_B1 +LQ01X031400 Hypothetical protein 5.272786743 C6_control_B2 +LQ01X031400 Hypothetical protein 5.27895982 C6_control_B3 +LQ01X031400 Hypothetical protein 5.169086718 C6_control_C1 +LQ01X031400 Hypothetical protein 4.88642266 C6_control_C2 +LQ01X031400 Hypothetical protein 5.173220095 C6_control_C3 +LQ01X031400 Hypothetical protein 8.531304437 C6_chemical_A1 +LQ01X031400 Hypothetical protein 10.63990752 C6_chemical_A3 +LQ01X031400 Hypothetical protein 5.25656171 C6_chemical_B1 +LQ01X031400 Hypothetical protein 5.371328022 C6_chemical_B2 +LQ01X031400 Hypothetical protein 4.766490826 C6_chemical_B3 +LQ01X031400 Hypothetical protein 5.509195701 C6_chemical_C1 +LQ01X031400 Hypothetical protein 5.250966812 C6_chemical_C2 +LQ01X031400 Hypothetical protein 5.495066996 C6_chemical_C3 +LQ01X031400 Hypothetical protein 9.975641202 L4_control_A1 +LQ01X031400 Hypothetical protein 9.915561088 L4_control_A2 +LQ01X031400 Hypothetical protein 11.01395207 L4_control_A3 +LQ01X031400 Hypothetical protein 5.207085332 L4_control_B1 +LQ01X031400 Hypothetical protein 5.903908581 L4_control_B2 +LQ01X031400 Hypothetical protein 5.149804459 L4_control_B3 +LQ01X031400 Hypothetical protein 5.276848328 L4_control_C2 +LQ01X031400 Hypothetical protein 5.290746139 L4_control_C3 +LQ01X031400 Hypothetical protein 8.886451733 L4_chemical_A1 +LQ01X031400 Hypothetical protein 8.596065982 L4_chemical_A2 +LQ01X031400 Hypothetical protein 10.79431829 L4_chemical_A3 +LQ01X031400 Hypothetical protein 6.282031939 L4_chemical_B1 +LQ01X031400 Hypothetical protein 7.00118175 L4_chemical_B2 +LQ01X031400 Hypothetical protein 7.480895892 L4_chemical_B3 +LQ01X031400 Hypothetical protein 5.471325097 L4_chemical_C2 +LQ01X031400 Hypothetical protein 5.130317744 L4_chemical_C3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.478126518 C6_control_A1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 7.190682091 C6_control_A3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.258300312 C6_control_B1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.831643321 C6_control_B2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.213883427 C6_control_B3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.686350986 C6_control_C1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.51231828 C6_control_C2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.875872232 C6_control_C3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.047451599 C6_chemical_A1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.233770511 C6_chemical_A3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.382628951 C6_chemical_B1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.765342187 C6_chemical_B2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.83870464 C6_chemical_B3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.648121773 C6_chemical_C1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.29859787 C6_chemical_C2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.187527315 C6_chemical_C3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.005291256 L4_control_A1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.563048371 L4_control_A2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.542847381 L4_control_A3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.999230936 L4_control_B1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.645730264 L4_control_B2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.91028544 L4_control_B3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.777438927 L4_control_C2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.318726839 L4_control_C3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.435749291 L4_chemical_A1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.295440666 L4_chemical_A2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.757998559 L4_chemical_A3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.991713293 L4_chemical_B1 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.933406299 L4_chemical_B2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.865706236 L4_chemical_B3 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.298461672 L4_chemical_C2 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 5.84026087 L4_chemical_C3 +LQ01X031420 Putative uncharacterized protein 5.243808529 C6_control_A1 +LQ01X031420 Putative uncharacterized protein 5.271802098 C6_control_A3 +LQ01X031420 Putative uncharacterized protein 5.56346158 C6_control_B1 +LQ01X031420 Putative uncharacterized protein 5.604143008 C6_control_B2 +LQ01X031420 Putative uncharacterized protein 5.4332706 C6_control_B3 +LQ01X031420 Putative uncharacterized protein 5.713211137 C6_control_C1 +LQ01X031420 Putative uncharacterized protein 5.195428446 C6_control_C2 +LQ01X031420 Putative uncharacterized protein 5.675971825 C6_control_C3 +LQ01X031420 Putative uncharacterized protein 5.161399011 C6_chemical_A1 +LQ01X031420 Putative uncharacterized protein 5.337943292 C6_chemical_A3 +LQ01X031420 Putative uncharacterized protein 5.32886055 C6_chemical_B1 +LQ01X031420 Putative uncharacterized protein 5.351309378 C6_chemical_B2 +LQ01X031420 Putative uncharacterized protein 5.233133 C6_chemical_B3 +LQ01X031420 Putative uncharacterized protein 5.938728641 C6_chemical_C1 +LQ01X031420 Putative uncharacterized protein 5.340600488 C6_chemical_C2 +LQ01X031420 Putative uncharacterized protein 5.635446472 C6_chemical_C3 +LQ01X031420 Putative uncharacterized protein 5.439859931 L4_control_A1 +LQ01X031420 Putative uncharacterized protein 5.367949841 L4_control_A2 +LQ01X031420 Putative uncharacterized protein 5.74407941 L4_control_A3 +LQ01X031420 Putative uncharacterized protein 4.846104845 L4_control_B1 +LQ01X031420 Putative uncharacterized protein 5.516871667 L4_control_B2 +LQ01X031420 Putative uncharacterized protein 5.160113214 L4_control_B3 +LQ01X031420 Putative uncharacterized protein 5.46835392 L4_control_C2 +LQ01X031420 Putative uncharacterized protein 5.654989772 L4_control_C3 +LQ01X031420 Putative uncharacterized protein 5.397106941 L4_chemical_A1 +LQ01X031420 Putative uncharacterized protein 5.190134225 L4_chemical_A2 +LQ01X031420 Putative uncharacterized protein 5.489105853 L4_chemical_A3 +LQ01X031420 Putative uncharacterized protein 5.153278849 L4_chemical_B1 +LQ01X031420 Putative uncharacterized protein 5.676472447 L4_chemical_B2 +LQ01X031420 Putative uncharacterized protein 5.275322893 L4_chemical_B3 +LQ01X031420 Putative uncharacterized protein 5.906867839 L4_chemical_C2 +LQ01X031420 Putative uncharacterized protein 5.686682909 L4_chemical_C3 +LQ01X031430 Putative uncharacterized protein 10.27599152 C6_control_A1 +LQ01X031430 Putative uncharacterized protein 10.46300361 C6_control_A3 +LQ01X031430 Putative uncharacterized protein 10.65072082 C6_control_B1 +LQ01X031430 Putative uncharacterized protein 10.08584715 C6_control_B2 +LQ01X031430 Putative uncharacterized protein 10.7068669 C6_control_B3 +LQ01X031430 Putative uncharacterized protein 10.10951632 C6_control_C1 +LQ01X031430 Putative uncharacterized protein 10.43894857 C6_control_C2 +LQ01X031430 Putative uncharacterized protein 10.34342473 C6_control_C3 +LQ01X031430 Putative uncharacterized protein 9.938268769 C6_chemical_A1 +LQ01X031430 Putative uncharacterized protein 10.25198114 C6_chemical_A3 +LQ01X031430 Putative uncharacterized protein 10.75510628 C6_chemical_B1 +LQ01X031430 Putative uncharacterized protein 10.29690857 C6_chemical_B2 +LQ01X031430 Putative uncharacterized protein 10.31594741 C6_chemical_B3 +LQ01X031430 Putative uncharacterized protein 10.08256965 C6_chemical_C1 +LQ01X031430 Putative uncharacterized protein 10.31199817 C6_chemical_C2 +LQ01X031430 Putative uncharacterized protein 9.919178811 C6_chemical_C3 +LQ01X031430 Putative uncharacterized protein 9.711015009 L4_control_A1 +LQ01X031430 Putative uncharacterized protein 9.722517951 L4_control_A2 +LQ01X031430 Putative uncharacterized protein 9.967622839 L4_control_A3 +LQ01X031430 Putative uncharacterized protein 10.72507805 L4_control_B1 +LQ01X031430 Putative uncharacterized protein 10.73046969 L4_control_B2 +LQ01X031430 Putative uncharacterized protein 9.92830668 L4_control_B3 +LQ01X031430 Putative uncharacterized protein 11.51647159 L4_control_C2 +LQ01X031430 Putative uncharacterized protein 10.94140345 L4_control_C3 +LQ01X031430 Putative uncharacterized protein 9.630970806 L4_chemical_A1 +LQ01X031430 Putative uncharacterized protein 10.11489419 L4_chemical_A2 +LQ01X031430 Putative uncharacterized protein 9.82603248 L4_chemical_A3 +LQ01X031430 Putative uncharacterized protein 10.8466154 L4_chemical_B1 +LQ01X031430 Putative uncharacterized protein 10.91738209 L4_chemical_B2 +LQ01X031430 Putative uncharacterized protein 10.22191275 L4_chemical_B3 +LQ01X031430 Putative uncharacterized protein 11.33518539 L4_chemical_C2 +LQ01X031430 Putative uncharacterized protein 10.89271499 L4_chemical_C3 +LQ01X031440 Probable protein disulfide-isomerase A6 13.99610982 C6_control_A1 +LQ01X031440 Probable protein disulfide-isomerase A6 14.00523391 C6_control_A3 +LQ01X031440 Probable protein disulfide-isomerase A6 13.86517299 C6_control_B1 +LQ01X031440 Probable protein disulfide-isomerase A6 13.45844765 C6_control_B2 +LQ01X031440 Probable protein disulfide-isomerase A6 13.49440607 C6_control_B3 +LQ01X031440 Probable protein disulfide-isomerase A6 12.7170413 C6_control_C1 +LQ01X031440 Probable protein disulfide-isomerase A6 12.7984973 C6_control_C2 +LQ01X031440 Probable protein disulfide-isomerase A6 12.64228123 C6_control_C3 +LQ01X031440 Probable protein disulfide-isomerase A6 13.99842115 C6_chemical_A1 +LQ01X031440 Probable protein disulfide-isomerase A6 13.85314379 C6_chemical_A3 +LQ01X031440 Probable protein disulfide-isomerase A6 13.5153883 C6_chemical_B1 +LQ01X031440 Probable protein disulfide-isomerase A6 13.72306194 C6_chemical_B2 +LQ01X031440 Probable protein disulfide-isomerase A6 13.25937847 C6_chemical_B3 +LQ01X031440 Probable protein disulfide-isomerase A6 12.98757338 C6_chemical_C1 +LQ01X031440 Probable protein disulfide-isomerase A6 12.6455562 C6_chemical_C2 +LQ01X031440 Probable protein disulfide-isomerase A6 12.30835725 C6_chemical_C3 +LQ01X031440 Probable protein disulfide-isomerase A6 14.44286339 L4_control_A1 +LQ01X031440 Probable protein disulfide-isomerase A6 14.47298779 L4_control_A2 +LQ01X031440 Probable protein disulfide-isomerase A6 14.03282824 L4_control_A3 +LQ01X031440 Probable protein disulfide-isomerase A6 13.37241913 L4_control_B1 +LQ01X031440 Probable protein disulfide-isomerase A6 13.84066069 L4_control_B2 +LQ01X031440 Probable protein disulfide-isomerase A6 13.60922451 L4_control_B3 +LQ01X031440 Probable protein disulfide-isomerase A6 12.2352213 L4_control_C2 +LQ01X031440 Probable protein disulfide-isomerase A6 12.83903766 L4_control_C3 +LQ01X031440 Probable protein disulfide-isomerase A6 14.42413521 L4_chemical_A1 +LQ01X031440 Probable protein disulfide-isomerase A6 14.17928023 L4_chemical_A2 +LQ01X031440 Probable protein disulfide-isomerase A6 14.11287585 L4_chemical_A3 +LQ01X031440 Probable protein disulfide-isomerase A6 13.69030157 L4_chemical_B1 +LQ01X031440 Probable protein disulfide-isomerase A6 13.63714037 L4_chemical_B2 +LQ01X031440 Probable protein disulfide-isomerase A6 13.97023018 L4_chemical_B3 +LQ01X031440 Probable protein disulfide-isomerase A6 12.39280899 L4_chemical_C2 +LQ01X031440 Probable protein disulfide-isomerase A6 12.70446739 L4_chemical_C3 +LQ01X031460 MYB-like DNA-binding domain protein 6.440876069 C6_control_A1 +LQ01X031460 MYB-like DNA-binding domain protein 6.689558366 C6_control_A3 +LQ01X031460 MYB-like DNA-binding domain protein 6.262708328 C6_control_B1 +LQ01X031460 MYB-like DNA-binding domain protein 6.162203215 C6_control_B2 +LQ01X031460 MYB-like DNA-binding domain protein 6.4267813 C6_control_B3 +LQ01X031460 MYB-like DNA-binding domain protein 5.672293082 C6_control_C1 +LQ01X031460 MYB-like DNA-binding domain protein 6.679436976 C6_control_C2 +LQ01X031460 MYB-like DNA-binding domain protein 6.071752681 C6_control_C3 +LQ01X031460 MYB-like DNA-binding domain protein 6.331830168 C6_chemical_A1 +LQ01X031460 MYB-like DNA-binding domain protein 6.091887969 C6_chemical_A3 +LQ01X031460 MYB-like DNA-binding domain protein 5.510237971 C6_chemical_B1 +LQ01X031460 MYB-like DNA-binding domain protein 6.303467606 C6_chemical_B2 +LQ01X031460 MYB-like DNA-binding domain protein 6.478119686 C6_chemical_B3 +LQ01X031460 MYB-like DNA-binding domain protein 6.100214676 C6_chemical_C1 +LQ01X031460 MYB-like DNA-binding domain protein 6.122940588 C6_chemical_C2 +LQ01X031460 MYB-like DNA-binding domain protein 5.923494895 C6_chemical_C3 +LQ01X031460 MYB-like DNA-binding domain protein 5.793061695 L4_control_A1 +LQ01X031460 MYB-like DNA-binding domain protein 6.439019118 L4_control_A2 +LQ01X031460 MYB-like DNA-binding domain protein 6.537443282 L4_control_A3 +LQ01X031460 MYB-like DNA-binding domain protein 6.732192913 L4_control_B1 +LQ01X031460 MYB-like DNA-binding domain protein 6.456212351 L4_control_B2 +LQ01X031460 MYB-like DNA-binding domain protein 5.807278485 L4_control_B3 +LQ01X031460 MYB-like DNA-binding domain protein 6.726555702 L4_control_C2 +LQ01X031460 MYB-like DNA-binding domain protein 5.9701483 L4_control_C3 +LQ01X031460 MYB-like DNA-binding domain protein 6.036041 L4_chemical_A1 +LQ01X031460 MYB-like DNA-binding domain protein 6.340789801 L4_chemical_A2 +LQ01X031460 MYB-like DNA-binding domain protein 7.050340478 L4_chemical_A3 +LQ01X031460 MYB-like DNA-binding domain protein 6.137374788 L4_chemical_B1 +LQ01X031460 MYB-like DNA-binding domain protein 6.24603615 L4_chemical_B2 +LQ01X031460 MYB-like DNA-binding domain protein 5.698408321 L4_chemical_B3 +LQ01X031460 MYB-like DNA-binding domain protein 6.169460669 L4_chemical_C2 +LQ01X031460 MYB-like DNA-binding domain protein 6.470410022 L4_chemical_C3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.302131701 C6_control_A1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.056185944 C6_control_A3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.622084056 C6_control_B1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.067550272 C6_control_B2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.227474456 C6_control_B3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.62173001 C6_control_C1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.215485767 C6_control_C2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.498050401 C6_control_C3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.362246673 C6_chemical_A1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.053810475 C6_chemical_A3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.248269639 C6_chemical_B1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.270142447 C6_chemical_B2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.188856472 C6_chemical_B3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.462917924 C6_chemical_C1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.515775376 C6_chemical_C2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.97445596 C6_chemical_C3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.179775887 L4_control_A1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.013077125 L4_control_A2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.747880244 L4_control_A3 +LQ01X031470 Putative gag polyprotein (Fragment) 4.977669791 L4_control_B1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.290790544 L4_control_B2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.621207663 L4_control_B3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.805601912 L4_control_C2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.784662823 L4_control_C3 +LQ01X031470 Putative gag polyprotein (Fragment) 4.960103275 L4_chemical_A1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.493024301 L4_chemical_A2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.351987134 L4_chemical_A3 +LQ01X031470 Putative gag polyprotein (Fragment) 5.415879391 L4_chemical_B1 +LQ01X031470 Putative gag polyprotein (Fragment) 5.498540577 L4_chemical_B2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.40080991 L4_chemical_B3 +LQ01X031470 Putative gag polyprotein (Fragment) 6.05007437 L4_chemical_C2 +LQ01X031470 Putative gag polyprotein (Fragment) 5.341009036 L4_chemical_C3 +LQ01X031490 Triacylglycerol lipase, putative 6.601652023 C6_control_A1 +LQ01X031490 Triacylglycerol lipase, putative 6.436135671 C6_control_A3 +LQ01X031490 Triacylglycerol lipase, putative 5.728702921 C6_control_B1 +LQ01X031490 Triacylglycerol lipase, putative 6.717421668 C6_control_B2 +LQ01X031490 Triacylglycerol lipase, putative 6.126458319 C6_control_B3 +LQ01X031490 Triacylglycerol lipase, putative 6.631688305 C6_control_C1 +LQ01X031490 Triacylglycerol lipase, putative 6.572101466 C6_control_C2 +LQ01X031490 Triacylglycerol lipase, putative 7.201932738 C6_control_C3 +LQ01X031490 Triacylglycerol lipase, putative 7.43395937 C6_chemical_A1 +LQ01X031490 Triacylglycerol lipase, putative 7.0912115 C6_chemical_A3 +LQ01X031490 Triacylglycerol lipase, putative 6.864981626 C6_chemical_B1 +LQ01X031490 Triacylglycerol lipase, putative 7.291475283 C6_chemical_B2 +LQ01X031490 Triacylglycerol lipase, putative 6.965946994 C6_chemical_B3 +LQ01X031490 Triacylglycerol lipase, putative 7.406590658 C6_chemical_C1 +LQ01X031490 Triacylglycerol lipase, putative 7.449256149 C6_chemical_C2 +LQ01X031490 Triacylglycerol lipase, putative 7.62319313 C6_chemical_C3 +LQ01X031490 Triacylglycerol lipase, putative 7.435382252 L4_control_A1 +LQ01X031490 Triacylglycerol lipase, putative 7.270998086 L4_control_A2 +LQ01X031490 Triacylglycerol lipase, putative 8.864780968 L4_control_A3 +LQ01X031490 Triacylglycerol lipase, putative 7.673047438 L4_control_B1 +LQ01X031490 Triacylglycerol lipase, putative 7.826977592 L4_control_B2 +LQ01X031490 Triacylglycerol lipase, putative 7.739570454 L4_control_B3 +LQ01X031490 Triacylglycerol lipase, putative 6.762392326 L4_control_C2 +LQ01X031490 Triacylglycerol lipase, putative 7.315456874 L4_control_C3 +LQ01X031490 Triacylglycerol lipase, putative 8.027238981 L4_chemical_A1 +LQ01X031490 Triacylglycerol lipase, putative 8.267051342 L4_chemical_A2 +LQ01X031490 Triacylglycerol lipase, putative 9.153084759 L4_chemical_A3 +LQ01X031490 Triacylglycerol lipase, putative 7.361242613 L4_chemical_B1 +LQ01X031490 Triacylglycerol lipase, putative 7.252303092 L4_chemical_B2 +LQ01X031490 Triacylglycerol lipase, putative 7.955201921 L4_chemical_B3 +LQ01X031490 Triacylglycerol lipase, putative 6.614873499 L4_chemical_C2 +LQ01X031490 Triacylglycerol lipase, putative 7.576227112 L4_chemical_C3 +LQ01X031500 Putative Transmembrane protein 205 5.984591287 C6_control_A1 +LQ01X031500 Putative Transmembrane protein 205 6.769335914 C6_control_A3 +LQ01X031500 Putative Transmembrane protein 205 6.117132736 C6_control_B1 +LQ01X031500 Putative Transmembrane protein 205 6.180780674 C6_control_B2 +LQ01X031500 Putative Transmembrane protein 205 6.642363803 C6_control_B3 +LQ01X031500 Putative Transmembrane protein 205 6.129018626 C6_control_C1 +LQ01X031500 Putative Transmembrane protein 205 7.218818018 C6_control_C2 +LQ01X031500 Putative Transmembrane protein 205 5.970138552 C6_control_C3 +LQ01X031500 Putative Transmembrane protein 205 6.15583095 C6_chemical_A1 +LQ01X031500 Putative Transmembrane protein 205 6.463025134 C6_chemical_A3 +LQ01X031500 Putative Transmembrane protein 205 6.436481549 C6_chemical_B1 +LQ01X031500 Putative Transmembrane protein 205 6.583461177 C6_chemical_B2 +LQ01X031500 Putative Transmembrane protein 205 6.398903773 C6_chemical_B3 +LQ01X031500 Putative Transmembrane protein 205 6.553433352 C6_chemical_C1 +LQ01X031500 Putative Transmembrane protein 205 6.163825119 C6_chemical_C2 +LQ01X031500 Putative Transmembrane protein 205 6.031606531 C6_chemical_C3 +LQ01X031500 Putative Transmembrane protein 205 6.043051292 L4_control_A1 +LQ01X031500 Putative Transmembrane protein 205 5.862163686 L4_control_A2 +LQ01X031500 Putative Transmembrane protein 205 6.101823796 L4_control_A3 +LQ01X031500 Putative Transmembrane protein 205 6.051776192 L4_control_B1 +LQ01X031500 Putative Transmembrane protein 205 7.086577315 L4_control_B2 +LQ01X031500 Putative Transmembrane protein 205 5.82314938 L4_control_B3 +LQ01X031500 Putative Transmembrane protein 205 5.68474641 L4_control_C2 +LQ01X031500 Putative Transmembrane protein 205 5.901960784 L4_control_C3 +LQ01X031500 Putative Transmembrane protein 205 5.813410082 L4_chemical_A1 +LQ01X031500 Putative Transmembrane protein 205 5.997732773 L4_chemical_A2 +LQ01X031500 Putative Transmembrane protein 205 5.636599224 L4_chemical_A3 +LQ01X031500 Putative Transmembrane protein 205 6.45434916 L4_chemical_B1 +LQ01X031500 Putative Transmembrane protein 205 6.96100741 L4_chemical_B2 +LQ01X031500 Putative Transmembrane protein 205 6.267242654 L4_chemical_B3 +LQ01X031500 Putative Transmembrane protein 205 5.643619922 L4_chemical_C2 +LQ01X031500 Putative Transmembrane protein 205 6.21937097 L4_chemical_C3 +LQ01X031520 Predicted protein 10.37420435 C6_control_A1 +LQ01X031520 Predicted protein 9.325113782 C6_control_A3 +LQ01X031520 Predicted protein 10.07732318 C6_control_B1 +LQ01X031520 Predicted protein 9.868497583 C6_control_B2 +LQ01X031520 Predicted protein 10.19566446 C6_control_B3 +LQ01X031520 Predicted protein 7.517438997 C6_control_C1 +LQ01X031520 Predicted protein 6.126550461 C6_control_C2 +LQ01X031520 Predicted protein 6.634607256 C6_control_C3 +LQ01X031520 Predicted protein 10.06564129 C6_chemical_A1 +LQ01X031520 Predicted protein 9.829197935 C6_chemical_A3 +LQ01X031520 Predicted protein 10.27096729 C6_chemical_B1 +LQ01X031520 Predicted protein 9.837870646 C6_chemical_B2 +LQ01X031520 Predicted protein 10.04175186 C6_chemical_B3 +LQ01X031520 Predicted protein 7.137089446 C6_chemical_C1 +LQ01X031520 Predicted protein 6.660656059 C6_chemical_C2 +LQ01X031520 Predicted protein 6.668680036 C6_chemical_C3 +LQ01X031520 Predicted protein 10.63787587 L4_control_A1 +LQ01X031520 Predicted protein 11.42955121 L4_control_A2 +LQ01X031520 Predicted protein 10.80428447 L4_control_A3 +LQ01X031520 Predicted protein 9.684148073 L4_control_B1 +LQ01X031520 Predicted protein 10.60029499 L4_control_B2 +LQ01X031520 Predicted protein 9.295639546 L4_control_B3 +LQ01X031520 Predicted protein 5.610256104 L4_control_C2 +LQ01X031520 Predicted protein 6.362985512 L4_control_C3 +LQ01X031520 Predicted protein 10.4168137 L4_chemical_A1 +LQ01X031520 Predicted protein 10.91515083 L4_chemical_A2 +LQ01X031520 Predicted protein 10.98178642 L4_chemical_A3 +LQ01X031520 Predicted protein 9.834878789 L4_chemical_B1 +LQ01X031520 Predicted protein 10.18056764 L4_chemical_B2 +LQ01X031520 Predicted protein 10.55304273 L4_chemical_B3 +LQ01X031520 Predicted protein 6.073736938 L4_chemical_C2 +LQ01X031520 Predicted protein 6.038770865 L4_chemical_C3 +LQ01X031530 Probable beta-D-xylosidase 2 5.53030781 C6_control_A1 +LQ01X031530 Probable beta-D-xylosidase 2 5.242736994 C6_control_A3 +LQ01X031530 Probable beta-D-xylosidase 2 5.92915481 C6_control_B1 +LQ01X031530 Probable beta-D-xylosidase 2 5.941092922 C6_control_B2 +LQ01X031530 Probable beta-D-xylosidase 2 5.857602138 C6_control_B3 +LQ01X031530 Probable beta-D-xylosidase 2 5.29352982 C6_control_C1 +LQ01X031530 Probable beta-D-xylosidase 2 5.170875093 C6_control_C2 +LQ01X031530 Probable beta-D-xylosidase 2 5.368203609 C6_control_C3 +LQ01X031530 Probable beta-D-xylosidase 2 5.679205105 C6_chemical_A1 +LQ01X031530 Probable beta-D-xylosidase 2 5.447725988 C6_chemical_A3 +LQ01X031530 Probable beta-D-xylosidase 2 6.366568525 C6_chemical_B1 +LQ01X031530 Probable beta-D-xylosidase 2 6.004493692 C6_chemical_B2 +LQ01X031530 Probable beta-D-xylosidase 2 5.782700744 C6_chemical_B3 +LQ01X031530 Probable beta-D-xylosidase 2 5.604085082 C6_chemical_C1 +LQ01X031530 Probable beta-D-xylosidase 2 5.26490392 C6_chemical_C2 +LQ01X031530 Probable beta-D-xylosidase 2 5.781226113 C6_chemical_C3 +LQ01X031530 Probable beta-D-xylosidase 2 5.301611436 L4_control_A1 +LQ01X031530 Probable beta-D-xylosidase 2 5.824802615 L4_control_A2 +LQ01X031530 Probable beta-D-xylosidase 2 4.933560049 L4_control_A3 +LQ01X031530 Probable beta-D-xylosidase 2 5.841024708 L4_control_B1 +LQ01X031530 Probable beta-D-xylosidase 2 6.410086723 L4_control_B2 +LQ01X031530 Probable beta-D-xylosidase 2 5.618614627 L4_control_B3 +LQ01X031530 Probable beta-D-xylosidase 2 5.700188845 L4_control_C2 +LQ01X031530 Probable beta-D-xylosidase 2 6.783283944 L4_control_C3 +LQ01X031530 Probable beta-D-xylosidase 2 5.097380109 L4_chemical_A1 +LQ01X031530 Probable beta-D-xylosidase 2 5.617550754 L4_chemical_A2 +LQ01X031530 Probable beta-D-xylosidase 2 5.502023588 L4_chemical_A3 +LQ01X031530 Probable beta-D-xylosidase 2 6.507016023 L4_chemical_B1 +LQ01X031530 Probable beta-D-xylosidase 2 6.211855823 L4_chemical_B2 +LQ01X031530 Probable beta-D-xylosidase 2 5.984681425 L4_chemical_B3 +LQ01X031530 Probable beta-D-xylosidase 2 5.261640812 L4_chemical_C2 +LQ01X031530 Probable beta-D-xylosidase 2 5.817238884 L4_chemical_C3 +LQ01X031560 GTP-binding protein SAR1A 14.08799322 C6_control_A1 +LQ01X031560 GTP-binding protein SAR1A 13.90447277 C6_control_A3 +LQ01X031560 GTP-binding protein SAR1A 13.91720005 C6_control_B1 +LQ01X031560 GTP-binding protein SAR1A 13.5918319 C6_control_B2 +LQ01X031560 GTP-binding protein SAR1A 13.81211045 C6_control_B3 +LQ01X031560 GTP-binding protein SAR1A 13.66240538 C6_control_C1 +LQ01X031560 GTP-binding protein SAR1A 13.19000388 C6_control_C2 +LQ01X031560 GTP-binding protein SAR1A 13.60021643 C6_control_C3 +LQ01X031560 GTP-binding protein SAR1A 14.21733864 C6_chemical_A1 +LQ01X031560 GTP-binding protein SAR1A 14.14478917 C6_chemical_A3 +LQ01X031560 GTP-binding protein SAR1A 14.2214734 C6_chemical_B1 +LQ01X031560 GTP-binding protein SAR1A 13.92259757 C6_chemical_B2 +LQ01X031560 GTP-binding protein SAR1A 13.79928115 C6_chemical_B3 +LQ01X031560 GTP-binding protein SAR1A 13.58318553 C6_chemical_C1 +LQ01X031560 GTP-binding protein SAR1A 13.69479113 C6_chemical_C2 +LQ01X031560 GTP-binding protein SAR1A 13.44747715 C6_chemical_C3 +LQ01X031560 GTP-binding protein SAR1A 13.76338604 L4_control_A1 +LQ01X031560 GTP-binding protein SAR1A 14.17497052 L4_control_A2 +LQ01X031560 GTP-binding protein SAR1A 13.59271028 L4_control_A3 +LQ01X031560 GTP-binding protein SAR1A 14.00822573 L4_control_B1 +LQ01X031560 GTP-binding protein SAR1A 14.15116724 L4_control_B2 +LQ01X031560 GTP-binding protein SAR1A 13.86028398 L4_control_B3 +LQ01X031560 GTP-binding protein SAR1A 13.67839504 L4_control_C2 +LQ01X031560 GTP-binding protein SAR1A 13.87169618 L4_control_C3 +LQ01X031560 GTP-binding protein SAR1A 13.90367084 L4_chemical_A1 +LQ01X031560 GTP-binding protein SAR1A 14.10697179 L4_chemical_A2 +LQ01X031560 GTP-binding protein SAR1A 13.51715366 L4_chemical_A3 +LQ01X031560 GTP-binding protein SAR1A 14.25349576 L4_chemical_B1 +LQ01X031560 GTP-binding protein SAR1A 14.31087781 L4_chemical_B2 +LQ01X031560 GTP-binding protein SAR1A 13.65700492 L4_chemical_B3 +LQ01X031560 GTP-binding protein SAR1A 13.80611522 L4_chemical_C2 +LQ01X031560 GTP-binding protein SAR1A 13.8454551 L4_chemical_C3 +LQ01X031570 60S ribosomal protein L29-1 6.750235543 C6_control_A1 +LQ01X031570 60S ribosomal protein L29-1 7.096260653 C6_control_A3 +LQ01X031570 60S ribosomal protein L29-1 6.226471737 C6_control_B1 +LQ01X031570 60S ribosomal protein L29-1 6.562024966 C6_control_B2 +LQ01X031570 60S ribosomal protein L29-1 6.12170071 C6_control_B3 +LQ01X031570 60S ribosomal protein L29-1 6.032972434 C6_control_C1 +LQ01X031570 60S ribosomal protein L29-1 6.380342726 C6_control_C2 +LQ01X031570 60S ribosomal protein L29-1 5.810645769 C6_control_C3 +LQ01X031570 60S ribosomal protein L29-1 6.580185897 C6_chemical_A1 +LQ01X031570 60S ribosomal protein L29-1 6.013668153 C6_chemical_A3 +LQ01X031570 60S ribosomal protein L29-1 6.31724136 C6_chemical_B1 +LQ01X031570 60S ribosomal protein L29-1 6.220283496 C6_chemical_B2 +LQ01X031570 60S ribosomal protein L29-1 5.645063467 C6_chemical_B3 +LQ01X031570 60S ribosomal protein L29-1 6.426937442 C6_chemical_C1 +LQ01X031570 60S ribosomal protein L29-1 6.027928649 C6_chemical_C2 +LQ01X031570 60S ribosomal protein L29-1 5.8529094 C6_chemical_C3 +LQ01X031570 60S ribosomal protein L29-1 6.924699125 L4_control_A1 +LQ01X031570 60S ribosomal protein L29-1 6.954777863 L4_control_A2 +LQ01X031570 60S ribosomal protein L29-1 6.842172136 L4_control_A3 +LQ01X031570 60S ribosomal protein L29-1 5.518015351 L4_control_B1 +LQ01X031570 60S ribosomal protein L29-1 5.937225004 L4_control_B2 +LQ01X031570 60S ribosomal protein L29-1 5.894599523 L4_control_B3 +LQ01X031570 60S ribosomal protein L29-1 5.226793617 L4_control_C2 +LQ01X031570 60S ribosomal protein L29-1 5.197933021 L4_control_C3 +LQ01X031570 60S ribosomal protein L29-1 6.502914691 L4_chemical_A1 +LQ01X031570 60S ribosomal protein L29-1 6.561426438 L4_chemical_A2 +LQ01X031570 60S ribosomal protein L29-1 6.630772994 L4_chemical_A3 +LQ01X031570 60S ribosomal protein L29-1 6.639863445 L4_chemical_B1 +LQ01X031570 60S ribosomal protein L29-1 5.981851175 L4_chemical_B2 +LQ01X031570 60S ribosomal protein L29-1 6.460377877 L4_chemical_B3 +LQ01X031570 60S ribosomal protein L29-1 5.441102025 L4_chemical_C2 +LQ01X031570 60S ribosomal protein L29-1 5.246432583 L4_chemical_C3 +LQ01X031580 Putative Universal stress protein A-like protein 11.1103656 C6_control_A1 +LQ01X031580 Putative Universal stress protein A-like protein 10.74376195 C6_control_A3 +LQ01X031580 Putative Universal stress protein A-like protein 11.99100522 C6_control_B1 +LQ01X031580 Putative Universal stress protein A-like protein 13.82927621 C6_control_B2 +LQ01X031580 Putative Universal stress protein A-like protein 12.79058283 C6_control_B3 +LQ01X031580 Putative Universal stress protein A-like protein 15.18477071 C6_control_C1 +LQ01X031580 Putative Universal stress protein A-like protein 15.38323661 C6_control_C2 +LQ01X031580 Putative Universal stress protein A-like protein 15.30749936 C6_control_C3 +LQ01X031580 Putative Universal stress protein A-like protein 11.05974777 C6_chemical_A1 +LQ01X031580 Putative Universal stress protein A-like protein 11.1160724 C6_chemical_A3 +LQ01X031580 Putative Universal stress protein A-like protein 12.49770261 C6_chemical_B1 +LQ01X031580 Putative Universal stress protein A-like protein 14.04468938 C6_chemical_B2 +LQ01X031580 Putative Universal stress protein A-like protein 13.48556653 C6_chemical_B3 +LQ01X031580 Putative Universal stress protein A-like protein 14.27580569 C6_chemical_C1 +LQ01X031580 Putative Universal stress protein A-like protein 14.84159016 C6_chemical_C2 +LQ01X031580 Putative Universal stress protein A-like protein 14.66852897 C6_chemical_C3 +LQ01X031580 Putative Universal stress protein A-like protein 10.14935462 L4_control_A1 +LQ01X031580 Putative Universal stress protein A-like protein 11.21097225 L4_control_A2 +LQ01X031580 Putative Universal stress protein A-like protein 10.90615047 L4_control_A3 +LQ01X031580 Putative Universal stress protein A-like protein 12.53359309 L4_control_B1 +LQ01X031580 Putative Universal stress protein A-like protein 11.88704157 L4_control_B2 +LQ01X031580 Putative Universal stress protein A-like protein 14.12964362 L4_control_B3 +LQ01X031580 Putative Universal stress protein A-like protein 14.79477582 L4_control_C2 +LQ01X031580 Putative Universal stress protein A-like protein 14.37684778 L4_control_C3 +LQ01X031580 Putative Universal stress protein A-like protein 11.53778447 L4_chemical_A1 +LQ01X031580 Putative Universal stress protein A-like protein 12.68991401 L4_chemical_A2 +LQ01X031580 Putative Universal stress protein A-like protein 11.1324331 L4_chemical_A3 +LQ01X031580 Putative Universal stress protein A-like protein 12.35262745 L4_chemical_B1 +LQ01X031580 Putative Universal stress protein A-like protein 12.17926771 L4_chemical_B2 +LQ01X031580 Putative Universal stress protein A-like protein 12.27900052 L4_chemical_B3 +LQ01X031580 Putative Universal stress protein A-like protein 14.27121581 L4_chemical_C2 +LQ01X031580 Putative Universal stress protein A-like protein 14.31400516 L4_chemical_C3 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.599906718 C6_control_A1 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.767388038 C6_control_A3 +LQ01X031600 DNA mismatch repair protein Msh6-1 6.410132675 C6_control_B1 +LQ01X031600 DNA mismatch repair protein Msh6-1 5.510245524 C6_control_B2 +LQ01X031600 DNA mismatch repair protein Msh6-1 6.312877223 C6_control_B3 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.176025251 C6_control_C1 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.495057848 C6_control_C2 +LQ01X031600 DNA mismatch repair protein Msh6-1 6.692376317 C6_control_C3 +LQ01X031600 DNA mismatch repair protein Msh6-1 9.095477089 C6_chemical_A1 +LQ01X031600 DNA mismatch repair protein Msh6-1 9.577951233 C6_chemical_A3 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.804743319 C6_chemical_B1 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.322189702 C6_chemical_B2 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.798158566 C6_chemical_B3 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.318758971 C6_chemical_C1 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.117693371 C6_chemical_C2 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.788288271 C6_chemical_C3 +LQ01X031600 DNA mismatch repair protein Msh6-1 9.862583198 L4_control_A1 +LQ01X031600 DNA mismatch repair protein Msh6-1 9.621034102 L4_control_A2 +LQ01X031600 DNA mismatch repair protein Msh6-1 10.35903871 L4_control_A3 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.621673459 L4_control_B1 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.398151378 L4_control_B2 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.783929135 L4_control_B3 +LQ01X031600 DNA mismatch repair protein Msh6-1 9.121093023 L4_control_C2 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.234523131 L4_control_C3 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.217799095 L4_chemical_A1 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.882691524 L4_chemical_A2 +LQ01X031600 DNA mismatch repair protein Msh6-1 9.61109444 L4_chemical_A3 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.341589208 L4_chemical_B1 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.091580844 L4_chemical_B2 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.912411038 L4_chemical_B3 +LQ01X031600 DNA mismatch repair protein Msh6-1 8.733101035 L4_chemical_C2 +LQ01X031600 DNA mismatch repair protein Msh6-1 7.755533469 L4_chemical_C3 +LQ01X031630 Probable dimethyladenosine transferase 12.89748773 C6_control_A1 +LQ01X031630 Probable dimethyladenosine transferase 13.33998453 C6_control_A3 +LQ01X031630 Probable dimethyladenosine transferase 12.73168686 C6_control_B1 +LQ01X031630 Probable dimethyladenosine transferase 13.0228789 C6_control_B2 +LQ01X031630 Probable dimethyladenosine transferase 12.54170157 C6_control_B3 +LQ01X031630 Probable dimethyladenosine transferase 13.05742482 C6_control_C1 +LQ01X031630 Probable dimethyladenosine transferase 12.58604886 C6_control_C2 +LQ01X031630 Probable dimethyladenosine transferase 12.93997817 C6_control_C3 +LQ01X031630 Probable dimethyladenosine transferase 12.62999392 C6_chemical_A1 +LQ01X031630 Probable dimethyladenosine transferase 12.46923125 C6_chemical_A3 +LQ01X031630 Probable dimethyladenosine transferase 12.30598005 C6_chemical_B1 +LQ01X031630 Probable dimethyladenosine transferase 12.76877395 C6_chemical_B2 +LQ01X031630 Probable dimethyladenosine transferase 12.48047354 C6_chemical_B3 +LQ01X031630 Probable dimethyladenosine transferase 12.95534331 C6_chemical_C1 +LQ01X031630 Probable dimethyladenosine transferase 12.76464726 C6_chemical_C2 +LQ01X031630 Probable dimethyladenosine transferase 12.84889075 C6_chemical_C3 +LQ01X031630 Probable dimethyladenosine transferase 13.55259731 L4_control_A1 +LQ01X031630 Probable dimethyladenosine transferase 13.46566322 L4_control_A2 +LQ01X031630 Probable dimethyladenosine transferase 13.39509653 L4_control_A3 +LQ01X031630 Probable dimethyladenosine transferase 12.6553186 L4_control_B1 +LQ01X031630 Probable dimethyladenosine transferase 11.4638734 L4_control_B2 +LQ01X031630 Probable dimethyladenosine transferase 12.58112844 L4_control_B3 +LQ01X031630 Probable dimethyladenosine transferase 12.42272738 L4_control_C2 +LQ01X031630 Probable dimethyladenosine transferase 12.48955818 L4_control_C3 +LQ01X031630 Probable dimethyladenosine transferase 12.88465324 L4_chemical_A1 +LQ01X031630 Probable dimethyladenosine transferase 12.88612241 L4_chemical_A2 +LQ01X031630 Probable dimethyladenosine transferase 13.25786647 L4_chemical_A3 +LQ01X031630 Probable dimethyladenosine transferase 12.48200634 L4_chemical_B1 +LQ01X031630 Probable dimethyladenosine transferase 12.19994777 L4_chemical_B2 +LQ01X031630 Probable dimethyladenosine transferase 12.69308798 L4_chemical_B3 +LQ01X031630 Probable dimethyladenosine transferase 12.38776058 L4_chemical_C2 +LQ01X031630 Probable dimethyladenosine transferase 12.55930383 L4_chemical_C3 +LQ01X031640 Putative WD-40 repeat protein 12.44837445 C6_control_A1 +LQ01X031640 Putative WD-40 repeat protein 12.2496845 C6_control_A3 +LQ01X031640 Putative WD-40 repeat protein 12.43156669 C6_control_B1 +LQ01X031640 Putative WD-40 repeat protein 12.24867204 C6_control_B2 +LQ01X031640 Putative WD-40 repeat protein 12.36340237 C6_control_B3 +LQ01X031640 Putative WD-40 repeat protein 12.57978624 C6_control_C1 +LQ01X031640 Putative WD-40 repeat protein 12.42147221 C6_control_C2 +LQ01X031640 Putative WD-40 repeat protein 13.06061688 C6_control_C3 +LQ01X031640 Putative WD-40 repeat protein 12.38311007 C6_chemical_A1 +LQ01X031640 Putative WD-40 repeat protein 12.24936089 C6_chemical_A3 +LQ01X031640 Putative WD-40 repeat protein 12.29489168 C6_chemical_B1 +LQ01X031640 Putative WD-40 repeat protein 11.86578582 C6_chemical_B2 +LQ01X031640 Putative WD-40 repeat protein 12.36949185 C6_chemical_B3 +LQ01X031640 Putative WD-40 repeat protein 12.63405682 C6_chemical_C1 +LQ01X031640 Putative WD-40 repeat protein 12.45633808 C6_chemical_C2 +LQ01X031640 Putative WD-40 repeat protein 12.99064615 C6_chemical_C3 +LQ01X031640 Putative WD-40 repeat protein 12.1956017 L4_control_A1 +LQ01X031640 Putative WD-40 repeat protein 12.49021466 L4_control_A2 +LQ01X031640 Putative WD-40 repeat protein 12.03758928 L4_control_A3 +LQ01X031640 Putative WD-40 repeat protein 12.5932215 L4_control_B1 +LQ01X031640 Putative WD-40 repeat protein 12.01870797 L4_control_B2 +LQ01X031640 Putative WD-40 repeat protein 12.53867831 L4_control_B3 +LQ01X031640 Putative WD-40 repeat protein 12.94882761 L4_control_C2 +LQ01X031640 Putative WD-40 repeat protein 13.09634734 L4_control_C3 +LQ01X031640 Putative WD-40 repeat protein 12.6122837 L4_chemical_A1 +LQ01X031640 Putative WD-40 repeat protein 12.7091488 L4_chemical_A2 +LQ01X031640 Putative WD-40 repeat protein 12.22347475 L4_chemical_A3 +LQ01X031640 Putative WD-40 repeat protein 12.6845631 L4_chemical_B1 +LQ01X031640 Putative WD-40 repeat protein 12.52273532 L4_chemical_B2 +LQ01X031640 Putative WD-40 repeat protein 12.47378876 L4_chemical_B3 +LQ01X031640 Putative WD-40 repeat protein 12.87524289 L4_chemical_C2 +LQ01X031640 Putative WD-40 repeat protein 12.98225 L4_chemical_C3 +LQ01X031650 Protein PROLIFERA 12.65088776 C6_control_A1 +LQ01X031650 Protein PROLIFERA 12.5963692 C6_control_A3 +LQ01X031650 Protein PROLIFERA 10.97716692 C6_control_B1 +LQ01X031650 Protein PROLIFERA 9.924952658 C6_control_B2 +LQ01X031650 Protein PROLIFERA 8.522086522 C6_control_B3 +LQ01X031650 Protein PROLIFERA 8.945366858 C6_control_C1 +LQ01X031650 Protein PROLIFERA 8.454427506 C6_control_C2 +LQ01X031650 Protein PROLIFERA 9.002181137 C6_control_C3 +LQ01X031650 Protein PROLIFERA 12.02950163 C6_chemical_A1 +LQ01X031650 Protein PROLIFERA 12.39290329 C6_chemical_A3 +LQ01X031650 Protein PROLIFERA 9.082230563 C6_chemical_B1 +LQ01X031650 Protein PROLIFERA 7.998850824 C6_chemical_B2 +LQ01X031650 Protein PROLIFERA 9.129915818 C6_chemical_B3 +LQ01X031650 Protein PROLIFERA 8.542283413 C6_chemical_C1 +LQ01X031650 Protein PROLIFERA 7.952617343 C6_chemical_C2 +LQ01X031650 Protein PROLIFERA 7.97055706 C6_chemical_C3 +LQ01X031650 Protein PROLIFERA 12.72488131 L4_control_A1 +LQ01X031650 Protein PROLIFERA 12.50442578 L4_control_A2 +LQ01X031650 Protein PROLIFERA 11.83373799 L4_control_A3 +LQ01X031650 Protein PROLIFERA 6.567669118 L4_control_B1 +LQ01X031650 Protein PROLIFERA 9.105893217 L4_control_B2 +LQ01X031650 Protein PROLIFERA 7.814542749 L4_control_B3 +LQ01X031650 Protein PROLIFERA 6.686844502 L4_control_C2 +LQ01X031650 Protein PROLIFERA 6.225111165 L4_control_C3 +LQ01X031650 Protein PROLIFERA 11.55728737 L4_chemical_A1 +LQ01X031650 Protein PROLIFERA 10.61528382 L4_chemical_A2 +LQ01X031650 Protein PROLIFERA 11.86728226 L4_chemical_A3 +LQ01X031650 Protein PROLIFERA 7.81933519 L4_chemical_B1 +LQ01X031650 Protein PROLIFERA 8.925061364 L4_chemical_B2 +LQ01X031650 Protein PROLIFERA 11.2225764 L4_chemical_B3 +LQ01X031650 Protein PROLIFERA 6.199994166 L4_chemical_C2 +LQ01X031650 Protein PROLIFERA 6.009889271 L4_chemical_C3 +LQ01X031660 Putative Protein fat-free homolog 5.850631146 C6_control_A1 +LQ01X031660 Putative Protein fat-free homolog 6.143366235 C6_control_A3 +LQ01X031660 Putative Protein fat-free homolog 5.807125764 C6_control_B1 +LQ01X031660 Putative Protein fat-free homolog 5.974992209 C6_control_B2 +LQ01X031660 Putative Protein fat-free homolog 6.228600761 C6_control_B3 +LQ01X031660 Putative Protein fat-free homolog 5.882707027 C6_control_C1 +LQ01X031660 Putative Protein fat-free homolog 6.438077868 C6_control_C2 +LQ01X031660 Putative Protein fat-free homolog 5.26100238 C6_control_C3 +LQ01X031660 Putative Protein fat-free homolog 6.192733777 C6_chemical_A1 +LQ01X031660 Putative Protein fat-free homolog 5.822538435 C6_chemical_A3 +LQ01X031660 Putative Protein fat-free homolog 5.584707027 C6_chemical_B1 +LQ01X031660 Putative Protein fat-free homolog 5.74393449 C6_chemical_B2 +LQ01X031660 Putative Protein fat-free homolog 5.246562496 C6_chemical_B3 +LQ01X031660 Putative Protein fat-free homolog 5.568061583 C6_chemical_C1 +LQ01X031660 Putative Protein fat-free homolog 5.641874137 C6_chemical_C2 +LQ01X031660 Putative Protein fat-free homolog 5.285864384 C6_chemical_C3 +LQ01X031660 Putative Protein fat-free homolog 5.41997303 L4_control_A1 +LQ01X031660 Putative Protein fat-free homolog 6.185182984 L4_control_A2 +LQ01X031660 Putative Protein fat-free homolog 6.274331531 L4_control_A3 +LQ01X031660 Putative Protein fat-free homolog 5.683983301 L4_control_B1 +LQ01X031660 Putative Protein fat-free homolog 5.489989168 L4_control_B2 +LQ01X031660 Putative Protein fat-free homolog 5.597219463 L4_control_B3 +LQ01X031660 Putative Protein fat-free homolog 5.369614844 L4_control_C2 +LQ01X031660 Putative Protein fat-free homolog 5.439240778 L4_control_C3 +LQ01X031660 Putative Protein fat-free homolog 5.509627568 L4_chemical_A1 +LQ01X031660 Putative Protein fat-free homolog 5.721508315 L4_chemical_A2 +LQ01X031660 Putative Protein fat-free homolog 5.752767352 L4_chemical_A3 +LQ01X031660 Putative Protein fat-free homolog 5.867432073 L4_chemical_B1 +LQ01X031660 Putative Protein fat-free homolog 5.504409336 L4_chemical_B2 +LQ01X031660 Putative Protein fat-free homolog 5.630212542 L4_chemical_B3 +LQ01X031660 Putative Protein fat-free homolog 5.867368175 L4_chemical_C2 +LQ01X031660 Putative Protein fat-free homolog 5.575252087 L4_chemical_C3 +LQ01X031670 Putative Ocs element-binding factor 1 13.3548997 C6_control_A1 +LQ01X031670 Putative Ocs element-binding factor 1 13.28068979 C6_control_A3 +LQ01X031670 Putative Ocs element-binding factor 1 13.29652082 C6_control_B1 +LQ01X031670 Putative Ocs element-binding factor 1 13.69570564 C6_control_B2 +LQ01X031670 Putative Ocs element-binding factor 1 13.82864343 C6_control_B3 +LQ01X031670 Putative Ocs element-binding factor 1 13.19503891 C6_control_C1 +LQ01X031670 Putative Ocs element-binding factor 1 13.49297304 C6_control_C2 +LQ01X031670 Putative Ocs element-binding factor 1 13.57935573 C6_control_C3 +LQ01X031670 Putative Ocs element-binding factor 1 13.14525791 C6_chemical_A1 +LQ01X031670 Putative Ocs element-binding factor 1 13.00503019 C6_chemical_A3 +LQ01X031670 Putative Ocs element-binding factor 1 13.13387885 C6_chemical_B1 +LQ01X031670 Putative Ocs element-binding factor 1 13.25800024 C6_chemical_B2 +LQ01X031670 Putative Ocs element-binding factor 1 13.62040662 C6_chemical_B3 +LQ01X031670 Putative Ocs element-binding factor 1 13.20453152 C6_chemical_C1 +LQ01X031670 Putative Ocs element-binding factor 1 13.1949575 C6_chemical_C2 +LQ01X031670 Putative Ocs element-binding factor 1 13.48862233 C6_chemical_C3 +LQ01X031670 Putative Ocs element-binding factor 1 13.04047499 L4_control_A1 +LQ01X031670 Putative Ocs element-binding factor 1 13.102158 L4_control_A2 +LQ01X031670 Putative Ocs element-binding factor 1 13.06397312 L4_control_A3 +LQ01X031670 Putative Ocs element-binding factor 1 13.27872506 L4_control_B1 +LQ01X031670 Putative Ocs element-binding factor 1 13.45793589 L4_control_B2 +LQ01X031670 Putative Ocs element-binding factor 1 13.30765342 L4_control_B3 +LQ01X031670 Putative Ocs element-binding factor 1 13.11732263 L4_control_C2 +LQ01X031670 Putative Ocs element-binding factor 1 12.98300584 L4_control_C3 +LQ01X031670 Putative Ocs element-binding factor 1 13.38836605 L4_chemical_A1 +LQ01X031670 Putative Ocs element-binding factor 1 13.65704671 L4_chemical_A2 +LQ01X031670 Putative Ocs element-binding factor 1 13.20426472 L4_chemical_A3 +LQ01X031670 Putative Ocs element-binding factor 1 13.06511937 L4_chemical_B1 +LQ01X031670 Putative Ocs element-binding factor 1 13.34752564 L4_chemical_B2 +LQ01X031670 Putative Ocs element-binding factor 1 13.36178863 L4_chemical_B3 +LQ01X031670 Putative Ocs element-binding factor 1 13.09211175 L4_chemical_C2 +LQ01X031670 Putative Ocs element-binding factor 1 12.66917058 L4_chemical_C3 +LQ01X031680 Calvin cycle protein CP12 6.986718663 C6_control_A1 +LQ01X031680 Calvin cycle protein CP12 7.637204818 C6_control_A3 +LQ01X031680 Calvin cycle protein CP12 6.732343252 C6_control_B1 +LQ01X031680 Calvin cycle protein CP12 6.130671172 C6_control_B2 +LQ01X031680 Calvin cycle protein CP12 7.263764473 C6_control_B3 +LQ01X031680 Calvin cycle protein CP12 6.465069802 C6_control_C1 +LQ01X031680 Calvin cycle protein CP12 7.191511037 C6_control_C2 +LQ01X031680 Calvin cycle protein CP12 6.599338155 C6_control_C3 +LQ01X031680 Calvin cycle protein CP12 7.123110927 C6_chemical_A1 +LQ01X031680 Calvin cycle protein CP12 6.48064984 C6_chemical_A3 +LQ01X031680 Calvin cycle protein CP12 6.735410644 C6_chemical_B1 +LQ01X031680 Calvin cycle protein CP12 6.637825516 C6_chemical_B2 +LQ01X031680 Calvin cycle protein CP12 6.849976548 C6_chemical_B3 +LQ01X031680 Calvin cycle protein CP12 6.513525308 C6_chemical_C1 +LQ01X031680 Calvin cycle protein CP12 6.745569882 C6_chemical_C2 +LQ01X031680 Calvin cycle protein CP12 6.267990544 C6_chemical_C3 +LQ01X031680 Calvin cycle protein CP12 6.617834444 L4_control_A1 +LQ01X031680 Calvin cycle protein CP12 7.494291623 L4_control_A2 +LQ01X031680 Calvin cycle protein CP12 7.229480361 L4_control_A3 +LQ01X031680 Calvin cycle protein CP12 6.20064057 L4_control_B1 +LQ01X031680 Calvin cycle protein CP12 6.120627263 L4_control_B2 +LQ01X031680 Calvin cycle protein CP12 6.632632306 L4_control_B3 +LQ01X031680 Calvin cycle protein CP12 5.91772505 L4_control_C2 +LQ01X031680 Calvin cycle protein CP12 5.801034079 L4_control_C3 +LQ01X031680 Calvin cycle protein CP12 6.688397893 L4_chemical_A1 +LQ01X031680 Calvin cycle protein CP12 7.382170833 L4_chemical_A2 +LQ01X031680 Calvin cycle protein CP12 7.308406797 L4_chemical_A3 +LQ01X031680 Calvin cycle protein CP12 6.7175211 L4_chemical_B1 +LQ01X031680 Calvin cycle protein CP12 6.682540187 L4_chemical_B2 +LQ01X031680 Calvin cycle protein CP12 6.394162421 L4_chemical_B3 +LQ01X031680 Calvin cycle protein CP12 6.311844738 L4_chemical_C2 +LQ01X031680 Calvin cycle protein CP12 6.286107236 L4_chemical_C3 +LQ01X031710 Predicted protein (Fragment) 5.181761589 C6_control_A1 +LQ01X031710 Predicted protein (Fragment) 4.963317332 C6_control_A3 +LQ01X031710 Predicted protein (Fragment) 5.219978983 C6_control_B1 +LQ01X031710 Predicted protein (Fragment) 5.466651371 C6_control_B2 +LQ01X031710 Predicted protein (Fragment) 4.920440921 C6_control_B3 +LQ01X031710 Predicted protein (Fragment) 5.355572836 C6_control_C1 +LQ01X031710 Predicted protein (Fragment) 5.73864023 C6_control_C2 +LQ01X031710 Predicted protein (Fragment) 5.352146374 C6_control_C3 +LQ01X031710 Predicted protein (Fragment) 5.162946449 C6_chemical_A1 +LQ01X031710 Predicted protein (Fragment) 5.378066292 C6_chemical_A3 +LQ01X031710 Predicted protein (Fragment) 5.877638874 C6_chemical_B1 +LQ01X031710 Predicted protein (Fragment) 5.443618029 C6_chemical_B2 +LQ01X031710 Predicted protein (Fragment) 5.162402694 C6_chemical_B3 +LQ01X031710 Predicted protein (Fragment) 5.556380051 C6_chemical_C1 +LQ01X031710 Predicted protein (Fragment) 5.561196877 C6_chemical_C2 +LQ01X031710 Predicted protein (Fragment) 5.377196649 C6_chemical_C3 +LQ01X031710 Predicted protein (Fragment) 5.201180971 L4_control_A1 +LQ01X031710 Predicted protein (Fragment) 5.176599333 L4_control_A2 +LQ01X031710 Predicted protein (Fragment) 5.162310792 L4_control_A3 +LQ01X031710 Predicted protein (Fragment) 5.253495365 L4_control_B1 +LQ01X031710 Predicted protein (Fragment) 5.716523239 L4_control_B2 +LQ01X031710 Predicted protein (Fragment) 5.218393868 L4_control_B3 +LQ01X031710 Predicted protein (Fragment) 5.359911811 L4_control_C2 +LQ01X031710 Predicted protein (Fragment) 6.9685569 L4_control_C3 +LQ01X031710 Predicted protein (Fragment) 5.279302285 L4_chemical_A1 +LQ01X031710 Predicted protein (Fragment) 5.262067892 L4_chemical_A2 +LQ01X031710 Predicted protein (Fragment) 5.055732154 L4_chemical_A3 +LQ01X031710 Predicted protein (Fragment) 5.194807059 L4_chemical_B1 +LQ01X031710 Predicted protein (Fragment) 5.462552993 L4_chemical_B2 +LQ01X031710 Predicted protein (Fragment) 5.168023441 L4_chemical_B3 +LQ01X031710 Predicted protein (Fragment) 4.948548049 L4_chemical_C2 +LQ01X031710 Predicted protein (Fragment) 5.902160168 L4_chemical_C3 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.73461548 C6_control_A1 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.72550979 C6_control_A3 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.16624356 C6_control_B1 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.82568302 C6_control_B2 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.30567008 C6_control_B3 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.21470934 C6_control_C1 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.5166644 C6_control_C2 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.19293944 C6_control_C3 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.78170044 C6_chemical_A1 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.67124861 C6_chemical_A3 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.83461645 C6_chemical_B1 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.56672985 C6_chemical_B2 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.06539765 C6_chemical_B3 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.3504501 C6_chemical_C1 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.50173604 C6_chemical_C2 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.96987035 C6_chemical_C3 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.80511642 L4_control_A1 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.83860972 L4_control_A2 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.99641804 L4_control_A3 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.98239337 L4_control_B1 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.00257933 L4_control_B2 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.49435407 L4_control_B3 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.7765234 L4_control_C2 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.99991088 L4_control_C3 +LQ01X031720 Cytochrome c oxidase subunit 5C 14.1356831 L4_chemical_A1 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.57476245 L4_chemical_A2 +LQ01X031720 Cytochrome c oxidase subunit 5C 14.16340025 L4_chemical_A3 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.05239529 L4_chemical_B1 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.97220533 L4_chemical_B2 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.52378516 L4_chemical_B3 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.96585993 L4_chemical_C2 +LQ01X031720 Cytochrome c oxidase subunit 5C 12.93209484 L4_chemical_C3 +LQ01X031730 Putative uncharacterized protein 6.609705578 C6_control_A1 +LQ01X031730 Putative uncharacterized protein 6.120962262 C6_control_A3 +LQ01X031730 Putative uncharacterized protein 6.191667355 C6_control_B1 +LQ01X031730 Putative uncharacterized protein 7.063011433 C6_control_B2 +LQ01X031730 Putative uncharacterized protein 6.636612134 C6_control_B3 +LQ01X031730 Putative uncharacterized protein 9.320083589 C6_control_C1 +LQ01X031730 Putative uncharacterized protein 8.482148659 C6_control_C2 +LQ01X031730 Putative uncharacterized protein 8.239492295 C6_control_C3 +LQ01X031730 Putative uncharacterized protein 6.235128193 C6_chemical_A1 +LQ01X031730 Putative uncharacterized protein 5.540949716 C6_chemical_A3 +LQ01X031730 Putative uncharacterized protein 6.250994861 C6_chemical_B1 +LQ01X031730 Putative uncharacterized protein 6.844832969 C6_chemical_B2 +LQ01X031730 Putative uncharacterized protein 6.681874375 C6_chemical_B3 +LQ01X031730 Putative uncharacterized protein 9.154091985 C6_chemical_C1 +LQ01X031730 Putative uncharacterized protein 8.251155819 C6_chemical_C2 +LQ01X031730 Putative uncharacterized protein 8.033816499 C6_chemical_C3 +LQ01X031730 Putative uncharacterized protein 5.971377139 L4_control_A1 +LQ01X031730 Putative uncharacterized protein 6.333235655 L4_control_A2 +LQ01X031730 Putative uncharacterized protein 5.470233209 L4_control_A3 +LQ01X031730 Putative uncharacterized protein 6.02411433 L4_control_B1 +LQ01X031730 Putative uncharacterized protein 5.608127601 L4_control_B2 +LQ01X031730 Putative uncharacterized protein 6.436011806 L4_control_B3 +LQ01X031730 Putative uncharacterized protein 6.140425232 L4_control_C2 +LQ01X031730 Putative uncharacterized protein 6.225525199 L4_control_C3 +LQ01X031730 Putative uncharacterized protein 6.209400668 L4_chemical_A1 +LQ01X031730 Putative uncharacterized protein 6.120572543 L4_chemical_A2 +LQ01X031730 Putative uncharacterized protein 5.612760636 L4_chemical_A3 +LQ01X031730 Putative uncharacterized protein 5.977599887 L4_chemical_B1 +LQ01X031730 Putative uncharacterized protein 5.732455824 L4_chemical_B2 +LQ01X031730 Putative uncharacterized protein 6.157565277 L4_chemical_B3 +LQ01X031730 Putative uncharacterized protein 6.049153829 L4_chemical_C2 +LQ01X031730 Putative uncharacterized protein 5.944613927 L4_chemical_C3 +LQ01X031740 Putative uncharacterized protein 5.721041263 C6_control_A1 +LQ01X031740 Putative uncharacterized protein 5.47358363 C6_control_A3 +LQ01X031740 Putative uncharacterized protein 5.299409108 C6_control_B1 +LQ01X031740 Putative uncharacterized protein 5.377128993 C6_control_B2 +LQ01X031740 Putative uncharacterized protein 5.300607225 C6_control_B3 +LQ01X031740 Putative uncharacterized protein 5.261943723 C6_control_C1 +LQ01X031740 Putative uncharacterized protein 5.33088186 C6_control_C2 +LQ01X031740 Putative uncharacterized protein 5.600396569 C6_control_C3 +LQ01X031740 Putative uncharacterized protein 5.549078515 C6_chemical_A1 +LQ01X031740 Putative uncharacterized protein 5.608737841 C6_chemical_A3 +LQ01X031740 Putative uncharacterized protein 5.33967351 C6_chemical_B1 +LQ01X031740 Putative uncharacterized protein 5.268484201 C6_chemical_B2 +LQ01X031740 Putative uncharacterized protein 5.290647741 C6_chemical_B3 +LQ01X031740 Putative uncharacterized protein 5.555873716 C6_chemical_C1 +LQ01X031740 Putative uncharacterized protein 5.362535527 C6_chemical_C2 +LQ01X031740 Putative uncharacterized protein 5.373909883 C6_chemical_C3 +LQ01X031740 Putative uncharacterized protein 5.550036878 L4_control_A1 +LQ01X031740 Putative uncharacterized protein 5.952794465 L4_control_A2 +LQ01X031740 Putative uncharacterized protein 6.425136606 L4_control_A3 +LQ01X031740 Putative uncharacterized protein 5.642827124 L4_control_B1 +LQ01X031740 Putative uncharacterized protein 5.83744206 L4_control_B2 +LQ01X031740 Putative uncharacterized protein 5.216988038 L4_control_B3 +LQ01X031740 Putative uncharacterized protein 6.321821292 L4_control_C2 +LQ01X031740 Putative uncharacterized protein 5.4594477 L4_control_C3 +LQ01X031740 Putative uncharacterized protein 5.312588736 L4_chemical_A1 +LQ01X031740 Putative uncharacterized protein 5.672459144 L4_chemical_A2 +LQ01X031740 Putative uncharacterized protein 6.12600101 L4_chemical_A3 +LQ01X031740 Putative uncharacterized protein 5.437320399 L4_chemical_B1 +LQ01X031740 Putative uncharacterized protein 5.889097923 L4_chemical_B2 +LQ01X031740 Putative uncharacterized protein 5.439250672 L4_chemical_B3 +LQ01X031740 Putative uncharacterized protein 5.75374918 L4_chemical_C2 +LQ01X031740 Putative uncharacterized protein 5.411020891 L4_chemical_C3 +LQ01X031780 Putative WRKY transcription factor 22 5.383957479 C6_control_A1 +LQ01X031780 Putative WRKY transcription factor 22 5.530188158 C6_control_A3 +LQ01X031780 Putative WRKY transcription factor 22 4.867629166 C6_control_B1 +LQ01X031780 Putative WRKY transcription factor 22 5.737071498 C6_control_B2 +LQ01X031780 Putative WRKY transcription factor 22 5.213977184 C6_control_B3 +LQ01X031780 Putative WRKY transcription factor 22 6.584164325 C6_control_C1 +LQ01X031780 Putative WRKY transcription factor 22 5.355603944 C6_control_C2 +LQ01X031780 Putative WRKY transcription factor 22 6.683411501 C6_control_C3 +LQ01X031780 Putative WRKY transcription factor 22 5.701748067 C6_chemical_A1 +LQ01X031780 Putative WRKY transcription factor 22 5.540449028 C6_chemical_A3 +LQ01X031780 Putative WRKY transcription factor 22 4.967112903 C6_chemical_B1 +LQ01X031780 Putative WRKY transcription factor 22 5.81764618 C6_chemical_B2 +LQ01X031780 Putative WRKY transcription factor 22 6.034566792 C6_chemical_B3 +LQ01X031780 Putative WRKY transcription factor 22 6.700741976 C6_chemical_C1 +LQ01X031780 Putative WRKY transcription factor 22 5.63777631 C6_chemical_C2 +LQ01X031780 Putative WRKY transcription factor 22 6.789174375 C6_chemical_C3 +LQ01X031780 Putative WRKY transcription factor 22 6.056387243 L4_control_A1 +LQ01X031780 Putative WRKY transcription factor 22 5.817657371 L4_control_A2 +LQ01X031780 Putative WRKY transcription factor 22 5.923698312 L4_control_A3 +LQ01X031780 Putative WRKY transcription factor 22 6.151365024 L4_control_B1 +LQ01X031780 Putative WRKY transcription factor 22 5.56846016 L4_control_B2 +LQ01X031780 Putative WRKY transcription factor 22 4.847893971 L4_control_B3 +LQ01X031780 Putative WRKY transcription factor 22 5.865655697 L4_control_C2 +LQ01X031780 Putative WRKY transcription factor 22 5.624791474 L4_control_C3 +LQ01X031780 Putative WRKY transcription factor 22 6.145049218 L4_chemical_A1 +LQ01X031780 Putative WRKY transcription factor 22 6.32120885 L4_chemical_A2 +LQ01X031780 Putative WRKY transcription factor 22 6.7580255 L4_chemical_A3 +LQ01X031780 Putative WRKY transcription factor 22 5.150480291 L4_chemical_B1 +LQ01X031780 Putative WRKY transcription factor 22 5.614856068 L4_chemical_B2 +LQ01X031780 Putative WRKY transcription factor 22 5.066760267 L4_chemical_B3 +LQ01X031780 Putative WRKY transcription factor 22 6.010106145 L4_chemical_C2 +LQ01X031780 Putative WRKY transcription factor 22 6.057777973 L4_chemical_C3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.05782957 C6_control_A1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.14130224 C6_control_A3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.80113423 C6_control_B1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.27958547 C6_control_B2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.75846894 C6_control_B3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.77232406 C6_control_C1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.83917197 C6_control_C2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.84197052 C6_control_C3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.84613619 C6_chemical_A1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.00719874 C6_chemical_A3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.61372978 C6_chemical_B1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.13519746 C6_chemical_B2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.72557217 C6_chemical_B3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.42117583 C6_chemical_C1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.72239201 C6_chemical_C2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.4542554 C6_chemical_C3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.9970745 L4_control_A1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.89504305 L4_control_A2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.92924547 L4_control_A3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.89190156 L4_control_B1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.58998791 L4_control_B2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.84826071 L4_control_B3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.65196101 L4_control_C2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.60912629 L4_control_C3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.93830586 L4_chemical_A1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.47908522 L4_chemical_A2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.85160106 L4_chemical_A3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.30855136 L4_chemical_B1 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.62086577 L4_chemical_B2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.88435167 L4_chemical_B3 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.75166828 L4_chemical_C2 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 14.62637148 L4_chemical_C3 +LQ01X031820 Putative uncharacterized protein 4.803731332 C6_control_A1 +LQ01X031820 Putative uncharacterized protein 5.161885363 C6_control_A3 +LQ01X031820 Putative uncharacterized protein 5.224258599 C6_control_B1 +LQ01X031820 Putative uncharacterized protein 4.942424822 C6_control_B2 +LQ01X031820 Putative uncharacterized protein 4.878019432 C6_control_B3 +LQ01X031820 Putative uncharacterized protein 5.165153598 C6_control_C1 +LQ01X031820 Putative uncharacterized protein 5.10200956 C6_control_C2 +LQ01X031820 Putative uncharacterized protein 5.058185393 C6_control_C3 +LQ01X031820 Putative uncharacterized protein 4.952604921 C6_chemical_A1 +LQ01X031820 Putative uncharacterized protein 5.031714008 C6_chemical_A3 +LQ01X031820 Putative uncharacterized protein 5.104728222 C6_chemical_B1 +LQ01X031820 Putative uncharacterized protein 4.839728533 C6_chemical_B2 +LQ01X031820 Putative uncharacterized protein 5.199927823 C6_chemical_B3 +LQ01X031820 Putative uncharacterized protein 5.020310371 C6_chemical_C1 +LQ01X031820 Putative uncharacterized protein 4.968448465 C6_chemical_C2 +LQ01X031820 Putative uncharacterized protein 5.201836879 C6_chemical_C3 +LQ01X031820 Putative uncharacterized protein 4.721684987 L4_control_A1 +LQ01X031820 Putative uncharacterized protein 5.076373105 L4_control_A2 +LQ01X031820 Putative uncharacterized protein 4.867645133 L4_control_A3 +LQ01X031820 Putative uncharacterized protein 4.968623442 L4_control_B1 +LQ01X031820 Putative uncharacterized protein 5.295172704 L4_control_B2 +LQ01X031820 Putative uncharacterized protein 4.836748682 L4_control_B3 +LQ01X031820 Putative uncharacterized protein 5.423082642 L4_control_C2 +LQ01X031820 Putative uncharacterized protein 4.996406663 L4_control_C3 +LQ01X031820 Putative uncharacterized protein 5.055466115 L4_chemical_A1 +LQ01X031820 Putative uncharacterized protein 4.727348786 L4_chemical_A2 +LQ01X031820 Putative uncharacterized protein 5.252735257 L4_chemical_A3 +LQ01X031820 Putative uncharacterized protein 5.229224213 L4_chemical_B1 +LQ01X031820 Putative uncharacterized protein 5.280431687 L4_chemical_B2 +LQ01X031820 Putative uncharacterized protein 4.625161518 L4_chemical_B3 +LQ01X031820 Putative uncharacterized protein 5.162391337 L4_chemical_C2 +LQ01X031820 Putative uncharacterized protein 5.604763594 L4_chemical_C3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.92979169 C6_control_A1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.16581107 C6_control_A3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.83199673 C6_control_B1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.40606273 C6_control_B2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.03822303 C6_control_B3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.47074896 C6_control_C1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.83268146 C6_control_C2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 12.38751246 C6_control_C3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.25531066 C6_chemical_A1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.19564241 C6_chemical_A3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.45822121 C6_chemical_B1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.11793512 C6_chemical_B2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.18237085 C6_chemical_B3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.31236941 C6_chemical_C1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.55633648 C6_chemical_C2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 12.247434 C6_chemical_C3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.66419835 L4_control_A1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.06428383 L4_control_A2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.11681543 L4_control_A3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.06370621 L4_control_B1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 8.947904224 L4_control_B2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.35117624 L4_control_B3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.06990269 L4_control_C2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.89541462 L4_control_C3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.93288807 L4_chemical_A1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 9.932956077 L4_chemical_A2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.70121978 L4_chemical_A3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.15709264 L4_chemical_B1 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 9.60664322 L4_chemical_B2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 11.25861869 L4_chemical_B3 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.81080965 L4_chemical_C2 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.92984058 L4_chemical_C3 +LQ01X031840 Putative uncharacterized protein 10.60607253 C6_control_A1 +LQ01X031840 Putative uncharacterized protein 10.39755401 C6_control_A3 +LQ01X031840 Putative uncharacterized protein 11.09327611 C6_control_B1 +LQ01X031840 Putative uncharacterized protein 11.56972853 C6_control_B2 +LQ01X031840 Putative uncharacterized protein 10.78321925 C6_control_B3 +LQ01X031840 Putative uncharacterized protein 12.7077799 C6_control_C1 +LQ01X031840 Putative uncharacterized protein 12.78689632 C6_control_C2 +LQ01X031840 Putative uncharacterized protein 12.48759152 C6_control_C3 +LQ01X031840 Putative uncharacterized protein 10.77741724 C6_chemical_A1 +LQ01X031840 Putative uncharacterized protein 10.17768091 C6_chemical_A3 +LQ01X031840 Putative uncharacterized protein 11.23990792 C6_chemical_B1 +LQ01X031840 Putative uncharacterized protein 11.77628306 C6_chemical_B2 +LQ01X031840 Putative uncharacterized protein 11.01271609 C6_chemical_B3 +LQ01X031840 Putative uncharacterized protein 12.38068757 C6_chemical_C1 +LQ01X031840 Putative uncharacterized protein 12.93085322 C6_chemical_C2 +LQ01X031840 Putative uncharacterized protein 12.43729203 C6_chemical_C3 +LQ01X031840 Putative uncharacterized protein 10.34630466 L4_control_A1 +LQ01X031840 Putative uncharacterized protein 10.91540353 L4_control_A2 +LQ01X031840 Putative uncharacterized protein 10.89282994 L4_control_A3 +LQ01X031840 Putative uncharacterized protein 11.34913528 L4_control_B1 +LQ01X031840 Putative uncharacterized protein 11.08830153 L4_control_B2 +LQ01X031840 Putative uncharacterized protein 11.64184756 L4_control_B3 +LQ01X031840 Putative uncharacterized protein 13.21780408 L4_control_C2 +LQ01X031840 Putative uncharacterized protein 12.72908931 L4_control_C3 +LQ01X031840 Putative uncharacterized protein 10.38397931 L4_chemical_A1 +LQ01X031840 Putative uncharacterized protein 11.07903375 L4_chemical_A2 +LQ01X031840 Putative uncharacterized protein 10.73530371 L4_chemical_A3 +LQ01X031840 Putative uncharacterized protein 11.08293081 L4_chemical_B1 +LQ01X031840 Putative uncharacterized protein 11.22958921 L4_chemical_B2 +LQ01X031840 Putative uncharacterized protein 10.75134375 L4_chemical_B3 +LQ01X031840 Putative uncharacterized protein 13.10507412 L4_chemical_C2 +LQ01X031840 Putative uncharacterized protein 12.65232758 L4_chemical_C3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.25039031 C6_control_A1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.401845341 C6_control_A3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.275595654 C6_control_B1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.008072942 C6_control_B2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 8.657322302 C6_control_B3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.251841512 C6_control_C1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.599578661 C6_control_C2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.261964023 C6_control_C3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.032472417 C6_chemical_A1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.509836347 C6_chemical_A3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 8.787711961 C6_chemical_B1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 8.512909348 C6_chemical_B2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 8.63897195 C6_chemical_B3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.109112078 C6_chemical_C1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.861996146 C6_chemical_C2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.311394499 C6_chemical_C3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.766068795 L4_control_A1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.84861507 L4_control_A2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 10.64372747 L4_control_A3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.616559796 L4_control_B1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 10.05466099 L4_control_B2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.301760748 L4_control_B3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 10.7928311 L4_control_C2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 10.74994921 L4_control_C3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.507068481 L4_chemical_A1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.46291845 L4_chemical_A2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 10.03953928 L4_chemical_A3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.694403745 L4_chemical_B1 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.790674498 L4_chemical_B2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 8.855436222 L4_chemical_B3 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 10.71756514 L4_chemical_C2 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 10.53438137 L4_chemical_C3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.88284774 C6_control_A1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.35416059 C6_control_A3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.95286066 C6_control_B1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 13.35102331 C6_control_B2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.6102688 C6_control_B3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 12.84214827 C6_control_C1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 12.71752714 C6_control_C2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 13.06753919 C6_control_C3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.75905283 C6_chemical_A1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.16478463 C6_chemical_A3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.69171452 C6_chemical_B1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 13.35063441 C6_chemical_B2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.46553168 C6_chemical_B3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 12.87966594 C6_chemical_C1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 13.08219543 C6_chemical_C2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 12.81579101 C6_chemical_C3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.62196231 L4_control_A1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.73824798 L4_control_A2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.26914812 L4_control_A3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.69633287 L4_control_B1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.06476661 L4_control_B2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.88998918 L4_control_B3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.31445383 L4_control_C2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.02649698 L4_control_C3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.62165205 L4_chemical_A1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.45230702 L4_chemical_A2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.57676327 L4_chemical_A3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.12827289 L4_chemical_B1 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.24914701 L4_chemical_B2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 12.07216706 L4_chemical_B3 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.49406337 L4_chemical_C2 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 10.35365744 L4_chemical_C3 +LQ01X031870 Putative uncharacterized protein 10.67367238 C6_control_A1 +LQ01X031870 Putative uncharacterized protein 10.36780931 C6_control_A3 +LQ01X031870 Putative uncharacterized protein 10.31604621 C6_control_B1 +LQ01X031870 Putative uncharacterized protein 10.2462245 C6_control_B2 +LQ01X031870 Putative uncharacterized protein 10.36762108 C6_control_B3 +LQ01X031870 Putative uncharacterized protein 11.09268937 C6_control_C1 +LQ01X031870 Putative uncharacterized protein 10.71043072 C6_control_C2 +LQ01X031870 Putative uncharacterized protein 11.31307682 C6_control_C3 +LQ01X031870 Putative uncharacterized protein 10.18443248 C6_chemical_A1 +LQ01X031870 Putative uncharacterized protein 10.69441305 C6_chemical_A3 +LQ01X031870 Putative uncharacterized protein 9.88519007 C6_chemical_B1 +LQ01X031870 Putative uncharacterized protein 9.913706787 C6_chemical_B2 +LQ01X031870 Putative uncharacterized protein 9.94717899 C6_chemical_B3 +LQ01X031870 Putative uncharacterized protein 10.86453967 C6_chemical_C1 +LQ01X031870 Putative uncharacterized protein 11.12853457 C6_chemical_C2 +LQ01X031870 Putative uncharacterized protein 11.32123612 C6_chemical_C3 +LQ01X031870 Putative uncharacterized protein 10.95942977 L4_control_A1 +LQ01X031870 Putative uncharacterized protein 10.38929518 L4_control_A2 +LQ01X031870 Putative uncharacterized protein 11.26505892 L4_control_A3 +LQ01X031870 Putative uncharacterized protein 10.21512542 L4_control_B1 +LQ01X031870 Putative uncharacterized protein 10.10358895 L4_control_B2 +LQ01X031870 Putative uncharacterized protein 10.28363675 L4_control_B3 +LQ01X031870 Putative uncharacterized protein 11.52122896 L4_control_C2 +LQ01X031870 Putative uncharacterized protein 10.93143015 L4_control_C3 +LQ01X031870 Putative uncharacterized protein 10.65365576 L4_chemical_A1 +LQ01X031870 Putative uncharacterized protein 10.26040442 L4_chemical_A2 +LQ01X031870 Putative uncharacterized protein 11.09707797 L4_chemical_A3 +LQ01X031870 Putative uncharacterized protein 10.4849009 L4_chemical_B1 +LQ01X031870 Putative uncharacterized protein 10.31519044 L4_chemical_B2 +LQ01X031870 Putative uncharacterized protein 10.35623425 L4_chemical_B3 +LQ01X031870 Putative uncharacterized protein 11.44553472 L4_chemical_C2 +LQ01X031870 Putative uncharacterized protein 11.13214451 L4_chemical_C3 +LQ01X031880 Putative uncharacterized protein 5.047294883 C6_control_A1 +LQ01X031880 Putative uncharacterized protein 4.999326207 C6_control_A3 +LQ01X031880 Putative uncharacterized protein 4.927625572 C6_control_B1 +LQ01X031880 Putative uncharacterized protein 4.704635112 C6_control_B2 +LQ01X031880 Putative uncharacterized protein 4.822578336 C6_control_B3 +LQ01X031880 Putative uncharacterized protein 4.908443208 C6_control_C1 +LQ01X031880 Putative uncharacterized protein 5.119402033 C6_control_C2 +LQ01X031880 Putative uncharacterized protein 4.795764107 C6_control_C3 +LQ01X031880 Putative uncharacterized protein 4.7351052 C6_chemical_A1 +LQ01X031880 Putative uncharacterized protein 4.651900294 C6_chemical_A3 +LQ01X031880 Putative uncharacterized protein 4.859641224 C6_chemical_B1 +LQ01X031880 Putative uncharacterized protein 4.729558156 C6_chemical_B2 +LQ01X031880 Putative uncharacterized protein 4.772175798 C6_chemical_B3 +LQ01X031880 Putative uncharacterized protein 5.236214844 C6_chemical_C1 +LQ01X031880 Putative uncharacterized protein 4.940531431 C6_chemical_C2 +LQ01X031880 Putative uncharacterized protein 5.202178048 C6_chemical_C3 +LQ01X031880 Putative uncharacterized protein 4.823709517 L4_control_A1 +LQ01X031880 Putative uncharacterized protein 5.171764626 L4_control_A2 +LQ01X031880 Putative uncharacterized protein 4.990098538 L4_control_A3 +LQ01X031880 Putative uncharacterized protein 4.787896221 L4_control_B1 +LQ01X031880 Putative uncharacterized protein 5.164448153 L4_control_B2 +LQ01X031880 Putative uncharacterized protein 4.803027984 L4_control_B3 +LQ01X031880 Putative uncharacterized protein 4.802859806 L4_control_C2 +LQ01X031880 Putative uncharacterized protein 4.972398212 L4_control_C3 +LQ01X031880 Putative uncharacterized protein 4.655567811 L4_chemical_A1 +LQ01X031880 Putative uncharacterized protein 4.867696865 L4_chemical_A2 +LQ01X031880 Putative uncharacterized protein 4.927835235 L4_chemical_A3 +LQ01X031880 Putative uncharacterized protein 4.965633797 L4_chemical_B1 +LQ01X031880 Putative uncharacterized protein 5.528717548 L4_chemical_B2 +LQ01X031880 Putative uncharacterized protein 4.692750833 L4_chemical_B3 +LQ01X031880 Putative uncharacterized protein 4.659646016 L4_chemical_C2 +LQ01X031880 Putative uncharacterized protein 5.50899196 L4_chemical_C3 +LQ01X031890 Putative Nodal modulator 1 13.71574973 C6_control_A1 +LQ01X031890 Putative Nodal modulator 1 13.28570675 C6_control_A3 +LQ01X031890 Putative Nodal modulator 1 14.07743427 C6_control_B1 +LQ01X031890 Putative Nodal modulator 1 13.68942401 C6_control_B2 +LQ01X031890 Putative Nodal modulator 1 13.60211686 C6_control_B3 +LQ01X031890 Putative Nodal modulator 1 13.2471793 C6_control_C1 +LQ01X031890 Putative Nodal modulator 1 12.96453356 C6_control_C2 +LQ01X031890 Putative Nodal modulator 1 13.4311815 C6_control_C3 +LQ01X031890 Putative Nodal modulator 1 13.61445622 C6_chemical_A1 +LQ01X031890 Putative Nodal modulator 1 13.5932851 C6_chemical_A3 +LQ01X031890 Putative Nodal modulator 1 13.82408843 C6_chemical_B1 +LQ01X031890 Putative Nodal modulator 1 13.21687224 C6_chemical_B2 +LQ01X031890 Putative Nodal modulator 1 13.53738404 C6_chemical_B3 +LQ01X031890 Putative Nodal modulator 1 13.17730341 C6_chemical_C1 +LQ01X031890 Putative Nodal modulator 1 12.99278143 C6_chemical_C2 +LQ01X031890 Putative Nodal modulator 1 12.94148867 C6_chemical_C3 +LQ01X031890 Putative Nodal modulator 1 13.94753138 L4_control_A1 +LQ01X031890 Putative Nodal modulator 1 13.8682963 L4_control_A2 +LQ01X031890 Putative Nodal modulator 1 14.00950245 L4_control_A3 +LQ01X031890 Putative Nodal modulator 1 13.99499303 L4_control_B1 +LQ01X031890 Putative Nodal modulator 1 13.9211734 L4_control_B2 +LQ01X031890 Putative Nodal modulator 1 13.81595035 L4_control_B3 +LQ01X031890 Putative Nodal modulator 1 13.79947652 L4_control_C2 +LQ01X031890 Putative Nodal modulator 1 13.64621985 L4_control_C3 +LQ01X031890 Putative Nodal modulator 1 14.44031817 L4_chemical_A1 +LQ01X031890 Putative Nodal modulator 1 14.08319924 L4_chemical_A2 +LQ01X031890 Putative Nodal modulator 1 14.16764616 L4_chemical_A3 +LQ01X031890 Putative Nodal modulator 1 14.09233909 L4_chemical_B1 +LQ01X031890 Putative Nodal modulator 1 14.264382 L4_chemical_B2 +LQ01X031890 Putative Nodal modulator 1 13.92347161 L4_chemical_B3 +LQ01X031890 Putative Nodal modulator 1 13.96697228 L4_chemical_C2 +LQ01X031890 Putative Nodal modulator 1 13.9210204 L4_chemical_C3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.43675794 C6_control_A1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.04331772 C6_control_A3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.35688217 C6_control_B1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.72398905 C6_control_B2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.51116686 C6_control_B3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.64261944 C6_control_C1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 12.19142554 C6_control_C2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.75545363 C6_control_C3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.51817809 C6_chemical_A1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.34277168 C6_chemical_A3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.62908793 C6_chemical_B1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.83485597 C6_chemical_B2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.50762507 C6_chemical_B3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.67754071 C6_chemical_C1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 12.11607242 C6_chemical_C2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 12.3065122 C6_chemical_C3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.20776238 L4_control_A1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.44052553 L4_control_A2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.69124218 L4_control_A3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.85783113 L4_control_B1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.79375844 L4_control_B2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 12.58890438 L4_control_B3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.67145705 L4_control_C2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 12.2667962 L4_control_C3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 10.99189294 L4_chemical_A1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.16568841 L4_chemical_A2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.40849662 L4_chemical_A3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 10.61139037 L4_chemical_B1 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.08073322 L4_chemical_B2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.83806983 L4_chemical_B3 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.48332961 L4_chemical_C2 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 12.31153862 L4_chemical_C3 +LQ01X031910 Probable ATP-citrate synthase 11.05917837 C6_control_A1 +LQ01X031910 Probable ATP-citrate synthase 10.86269617 C6_control_A3 +LQ01X031910 Probable ATP-citrate synthase 9.884783509 C6_control_B1 +LQ01X031910 Probable ATP-citrate synthase 9.944071512 C6_control_B2 +LQ01X031910 Probable ATP-citrate synthase 9.338499112 C6_control_B3 +LQ01X031910 Probable ATP-citrate synthase 8.326713855 C6_control_C1 +LQ01X031910 Probable ATP-citrate synthase 7.720805482 C6_control_C2 +LQ01X031910 Probable ATP-citrate synthase 6.723049111 C6_control_C3 +LQ01X031910 Probable ATP-citrate synthase 11.30962543 C6_chemical_A1 +LQ01X031910 Probable ATP-citrate synthase 10.85225782 C6_chemical_A3 +LQ01X031910 Probable ATP-citrate synthase 9.686974057 C6_chemical_B1 +LQ01X031910 Probable ATP-citrate synthase 9.677750019 C6_chemical_B2 +LQ01X031910 Probable ATP-citrate synthase 8.193019434 C6_chemical_B3 +LQ01X031910 Probable ATP-citrate synthase 8.115164294 C6_chemical_C1 +LQ01X031910 Probable ATP-citrate synthase 7.67946021 C6_chemical_C2 +LQ01X031910 Probable ATP-citrate synthase 6.917282427 C6_chemical_C3 +LQ01X031910 Probable ATP-citrate synthase 11.68200377 L4_control_A1 +LQ01X031910 Probable ATP-citrate synthase 10.80240773 L4_control_A2 +LQ01X031910 Probable ATP-citrate synthase 10.2010372 L4_control_A3 +LQ01X031910 Probable ATP-citrate synthase 9.471832366 L4_control_B1 +LQ01X031910 Probable ATP-citrate synthase 10.16917137 L4_control_B2 +LQ01X031910 Probable ATP-citrate synthase 9.191711399 L4_control_B3 +LQ01X031910 Probable ATP-citrate synthase 6.892187822 L4_control_C2 +LQ01X031910 Probable ATP-citrate synthase 5.926174081 L4_control_C3 +LQ01X031910 Probable ATP-citrate synthase 10.69919938 L4_chemical_A1 +LQ01X031910 Probable ATP-citrate synthase 10.1075563 L4_chemical_A2 +LQ01X031910 Probable ATP-citrate synthase 11.06223998 L4_chemical_A3 +LQ01X031910 Probable ATP-citrate synthase 9.344749321 L4_chemical_B1 +LQ01X031910 Probable ATP-citrate synthase 9.735890818 L4_chemical_B2 +LQ01X031910 Probable ATP-citrate synthase 8.887535495 L4_chemical_B3 +LQ01X031910 Probable ATP-citrate synthase 5.967649627 L4_chemical_C2 +LQ01X031910 Probable ATP-citrate synthase 5.871961218 L4_chemical_C3 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.352289919 C6_control_A1 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.948139203 C6_control_A3 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.497572186 C6_control_B1 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.519361036 C6_control_B2 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.160979524 C6_control_B3 +LQ01X031960 Putative Probable WRKY transcription factor 23 8.297337513 C6_control_C1 +LQ01X031960 Putative Probable WRKY transcription factor 23 8.337193201 C6_control_C2 +LQ01X031960 Putative Probable WRKY transcription factor 23 8.74592995 C6_control_C3 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.982222831 C6_chemical_A1 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.396553541 C6_chemical_A3 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.654192818 C6_chemical_B1 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.817064282 C6_chemical_B2 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.681356364 C6_chemical_B3 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.921360198 C6_chemical_C1 +LQ01X031960 Putative Probable WRKY transcription factor 23 8.14767581 C6_chemical_C2 +LQ01X031960 Putative Probable WRKY transcription factor 23 8.395715505 C6_chemical_C3 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.48431319 L4_control_A1 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.570775987 L4_control_A2 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.85892605 L4_control_A3 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.633475681 L4_control_B1 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.414203862 L4_control_B2 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.495138402 L4_control_B3 +LQ01X031960 Putative Probable WRKY transcription factor 23 8.634711482 L4_control_C2 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.837557887 L4_control_C3 +LQ01X031960 Putative Probable WRKY transcription factor 23 9.774720515 L4_chemical_A1 +LQ01X031960 Putative Probable WRKY transcription factor 23 8.541500844 L4_chemical_A2 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.213429245 L4_chemical_A3 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.999679863 L4_chemical_B1 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.493199305 L4_chemical_B2 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.607852318 L4_chemical_B3 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.807495918 L4_chemical_C2 +LQ01X031960 Putative Probable WRKY transcription factor 23 7.76661158 L4_chemical_C3 +LQ01X031970 Putative Predicted protein 5.161966148 C6_control_A1 +LQ01X031970 Putative Predicted protein 4.842935308 C6_control_A3 +LQ01X031970 Putative Predicted protein 5.557046345 C6_control_B1 +LQ01X031970 Putative Predicted protein 4.815152068 C6_control_B2 +LQ01X031970 Putative Predicted protein 5.525944395 C6_control_B3 +LQ01X031970 Putative Predicted protein 4.981498096 C6_control_C1 +LQ01X031970 Putative Predicted protein 5.227682419 C6_control_C2 +LQ01X031970 Putative Predicted protein 5.048463744 C6_control_C3 +LQ01X031970 Putative Predicted protein 5.050004405 C6_chemical_A1 +LQ01X031970 Putative Predicted protein 4.770337873 C6_chemical_A3 +LQ01X031970 Putative Predicted protein 5.416315233 C6_chemical_B1 +LQ01X031970 Putative Predicted protein 4.966194724 C6_chemical_B2 +LQ01X031970 Putative Predicted protein 5.451567492 C6_chemical_B3 +LQ01X031970 Putative Predicted protein 5.03326683 C6_chemical_C1 +LQ01X031970 Putative Predicted protein 5.013739214 C6_chemical_C2 +LQ01X031970 Putative Predicted protein 4.87061672 C6_chemical_C3 +LQ01X031970 Putative Predicted protein 5.071803601 L4_control_A1 +LQ01X031970 Putative Predicted protein 5.256745132 L4_control_A2 +LQ01X031970 Putative Predicted protein 4.956169317 L4_control_A3 +LQ01X031970 Putative Predicted protein 5.768349744 L4_control_B1 +LQ01X031970 Putative Predicted protein 5.294025132 L4_control_B2 +LQ01X031970 Putative Predicted protein 5.393339729 L4_control_B3 +LQ01X031970 Putative Predicted protein 5.86180868 L4_control_C2 +LQ01X031970 Putative Predicted protein 7.042090076 L4_control_C3 +LQ01X031970 Putative Predicted protein 5.468652124 L4_chemical_A1 +LQ01X031970 Putative Predicted protein 5.081409553 L4_chemical_A2 +LQ01X031970 Putative Predicted protein 5.56687302 L4_chemical_A3 +LQ01X031970 Putative Predicted protein 5.607735952 L4_chemical_B1 +LQ01X031970 Putative Predicted protein 5.237088154 L4_chemical_B2 +LQ01X031970 Putative Predicted protein 5.062998455 L4_chemical_B3 +LQ01X031970 Putative Predicted protein 5.932096609 L4_chemical_C2 +LQ01X031970 Putative Predicted protein 5.500037949 L4_chemical_C3 +LQ01X031990 Putative uncharacterized protein 5.134363561 C6_control_A1 +LQ01X031990 Putative uncharacterized protein 5.120534819 C6_control_A3 +LQ01X031990 Putative uncharacterized protein 5.328399967 C6_control_B1 +LQ01X031990 Putative uncharacterized protein 4.892711265 C6_control_B2 +LQ01X031990 Putative uncharacterized protein 5.414736942 C6_control_B3 +LQ01X031990 Putative uncharacterized protein 4.972168531 C6_control_C1 +LQ01X031990 Putative uncharacterized protein 4.66489873 C6_control_C2 +LQ01X031990 Putative uncharacterized protein 4.959335564 C6_control_C3 +LQ01X031990 Putative uncharacterized protein 5.572267772 C6_chemical_A1 +LQ01X031990 Putative uncharacterized protein 5.348928519 C6_chemical_A3 +LQ01X031990 Putative uncharacterized protein 5.968294965 C6_chemical_B1 +LQ01X031990 Putative uncharacterized protein 4.925936233 C6_chemical_B2 +LQ01X031990 Putative uncharacterized protein 5.238835316 C6_chemical_B3 +LQ01X031990 Putative uncharacterized protein 4.600201806 C6_chemical_C1 +LQ01X031990 Putative uncharacterized protein 4.743123909 C6_chemical_C2 +LQ01X031990 Putative uncharacterized protein 4.785344507 C6_chemical_C3 +LQ01X031990 Putative uncharacterized protein 5.079831403 L4_control_A1 +LQ01X031990 Putative uncharacterized protein 6.247669314 L4_control_A2 +LQ01X031990 Putative uncharacterized protein 5.60060555 L4_control_A3 +LQ01X031990 Putative uncharacterized protein 5.781150919 L4_control_B1 +LQ01X031990 Putative uncharacterized protein 5.234247484 L4_control_B2 +LQ01X031990 Putative uncharacterized protein 5.254768247 L4_control_B3 +LQ01X031990 Putative uncharacterized protein 6.059921261 L4_control_C2 +LQ01X031990 Putative uncharacterized protein 5.692571792 L4_control_C3 +LQ01X031990 Putative uncharacterized protein 5.389080743 L4_chemical_A1 +LQ01X031990 Putative uncharacterized protein 5.919931501 L4_chemical_A2 +LQ01X031990 Putative uncharacterized protein 5.258127781 L4_chemical_A3 +LQ01X031990 Putative uncharacterized protein 5.271014402 L4_chemical_B1 +LQ01X031990 Putative uncharacterized protein 5.342397738 L4_chemical_B2 +LQ01X031990 Putative uncharacterized protein 5.579072356 L4_chemical_B3 +LQ01X031990 Putative uncharacterized protein 5.11379623 L4_chemical_C2 +LQ01X031990 Putative uncharacterized protein 5.712313597 L4_chemical_C3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.66643413 C6_control_A1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.81459453 C6_control_A3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.36444087 C6_control_B1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.04994168 C6_control_B2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.05147137 C6_control_B3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.17906552 C6_control_C1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.31522443 C6_control_C2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.15834164 C6_control_C3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.61641079 C6_chemical_A1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.61240459 C6_chemical_A3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.30076685 C6_chemical_B1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.20979527 C6_chemical_B2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.98594257 C6_chemical_B3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.4134303 C6_chemical_C1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.35615001 C6_chemical_C2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.20789112 C6_chemical_C3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.41483883 L4_control_A1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.9889041 L4_control_A2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.58682177 L4_control_A3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.39147852 L4_control_B1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.58748824 L4_control_B2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.02681903 L4_control_B3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.14983231 L4_control_C2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.68551593 L4_control_C3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.36457559 L4_chemical_A1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.84151193 L4_chemical_A2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.45964635 L4_chemical_A3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.42133611 L4_chemical_B1 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.58530407 L4_chemical_B2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.25847265 L4_chemical_B3 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.39823363 L4_chemical_C2 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.70193221 L4_chemical_C3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.65934138 C6_control_A1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.77726274 C6_control_A3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.00260264 C6_control_B1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.05768905 C6_control_B2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.08583459 C6_control_B3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.65496804 C6_control_C1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.53927728 C6_control_C2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.58372265 C6_control_C3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.7252138 C6_chemical_A1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.65775247 C6_chemical_A3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.91436414 C6_chemical_B1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.0404833 C6_chemical_B2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.60009748 C6_chemical_B3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.3304354 C6_chemical_C1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.20215605 C6_chemical_C2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.5976766 C6_chemical_C3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.61853232 L4_control_A1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.81702526 L4_control_A2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.10669073 L4_control_A3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 11.85240926 L4_control_B1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.6365051 L4_control_B2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.6272996 L4_control_B3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.08707019 L4_control_C2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.44588354 L4_control_C3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.62990011 L4_chemical_A1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.28610186 L4_chemical_A2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.8261432 L4_chemical_A3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 11.82704628 L4_chemical_B1 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.4285448 L4_chemical_B2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.27902865 L4_chemical_B3 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.82370742 L4_chemical_C2 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 13.23729335 L4_chemical_C3 +LQ01X032120 Acidic endochitinase 11.54965396 C6_control_A1 +LQ01X032120 Acidic endochitinase 14.56533522 C6_control_A3 +LQ01X032120 Acidic endochitinase 6.410029393 C6_control_B1 +LQ01X032120 Acidic endochitinase 5.470187945 C6_control_B2 +LQ01X032120 Acidic endochitinase 7.338173963 C6_control_B3 +LQ01X032120 Acidic endochitinase 6.39749475 C6_control_C1 +LQ01X032120 Acidic endochitinase 6.873012614 C6_control_C2 +LQ01X032120 Acidic endochitinase 9.131485519 C6_control_C3 +LQ01X032120 Acidic endochitinase 13.12924924 C6_chemical_A1 +LQ01X032120 Acidic endochitinase 15.4275362 C6_chemical_A3 +LQ01X032120 Acidic endochitinase 5.482087353 C6_chemical_B1 +LQ01X032120 Acidic endochitinase 5.994265067 C6_chemical_B2 +LQ01X032120 Acidic endochitinase 7.313895554 C6_chemical_B3 +LQ01X032120 Acidic endochitinase 6.64291966 C6_chemical_C1 +LQ01X032120 Acidic endochitinase 6.384747809 C6_chemical_C2 +LQ01X032120 Acidic endochitinase 8.267207206 C6_chemical_C3 +LQ01X032120 Acidic endochitinase 13.11380266 L4_control_A1 +LQ01X032120 Acidic endochitinase 10.84166535 L4_control_A2 +LQ01X032120 Acidic endochitinase 12.88193392 L4_control_A3 +LQ01X032120 Acidic endochitinase 6.198496053 L4_control_B1 +LQ01X032120 Acidic endochitinase 6.112543695 L4_control_B2 +LQ01X032120 Acidic endochitinase 7.02825869 L4_control_B3 +LQ01X032120 Acidic endochitinase 6.259339671 L4_control_C2 +LQ01X032120 Acidic endochitinase 6.068716049 L4_control_C3 +LQ01X032120 Acidic endochitinase 13.72856138 L4_chemical_A1 +LQ01X032120 Acidic endochitinase 12.54100556 L4_chemical_A2 +LQ01X032120 Acidic endochitinase 13.21442696 L4_chemical_A3 +LQ01X032120 Acidic endochitinase 10.11259359 L4_chemical_B1 +LQ01X032120 Acidic endochitinase 5.745263111 L4_chemical_B2 +LQ01X032120 Acidic endochitinase 7.584182105 L4_chemical_B3 +LQ01X032120 Acidic endochitinase 6.51206089 L4_chemical_C2 +LQ01X032120 Acidic endochitinase 6.551241049 L4_chemical_C3 +LQ01X032170 Thymidine kinase 12.61272131 C6_control_A1 +LQ01X032170 Thymidine kinase 13.08486122 C6_control_A3 +LQ01X032170 Thymidine kinase 11.23554233 C6_control_B1 +LQ01X032170 Thymidine kinase 10.65612883 C6_control_B2 +LQ01X032170 Thymidine kinase 10.92724854 C6_control_B3 +LQ01X032170 Thymidine kinase 8.304425098 C6_control_C1 +LQ01X032170 Thymidine kinase 8.668894435 C6_control_C2 +LQ01X032170 Thymidine kinase 8.822639215 C6_control_C3 +LQ01X032170 Thymidine kinase 11.90988497 C6_chemical_A1 +LQ01X032170 Thymidine kinase 12.84539302 C6_chemical_A3 +LQ01X032170 Thymidine kinase 10.62697259 C6_chemical_B1 +LQ01X032170 Thymidine kinase 10.6630216 C6_chemical_B2 +LQ01X032170 Thymidine kinase 10.54042139 C6_chemical_B3 +LQ01X032170 Thymidine kinase 8.357544272 C6_chemical_C1 +LQ01X032170 Thymidine kinase 8.342683508 C6_chemical_C2 +LQ01X032170 Thymidine kinase 8.95367554 C6_chemical_C3 +LQ01X032170 Thymidine kinase 12.18253961 L4_control_A1 +LQ01X032170 Thymidine kinase 12.2761197 L4_control_A2 +LQ01X032170 Thymidine kinase 12.59657382 L4_control_A3 +LQ01X032170 Thymidine kinase 10.64540279 L4_control_B1 +LQ01X032170 Thymidine kinase 11.15788672 L4_control_B2 +LQ01X032170 Thymidine kinase 10.43282493 L4_control_B3 +LQ01X032170 Thymidine kinase 7.784406378 L4_control_C2 +LQ01X032170 Thymidine kinase 8.553545629 L4_control_C3 +LQ01X032170 Thymidine kinase 11.04127443 L4_chemical_A1 +LQ01X032170 Thymidine kinase 10.84751667 L4_chemical_A2 +LQ01X032170 Thymidine kinase 12.24228843 L4_chemical_A3 +LQ01X032170 Thymidine kinase 10.41835737 L4_chemical_B1 +LQ01X032170 Thymidine kinase 10.95210357 L4_chemical_B2 +LQ01X032170 Thymidine kinase 11.37886727 L4_chemical_B3 +LQ01X032170 Thymidine kinase 7.082820971 L4_chemical_C2 +LQ01X032170 Thymidine kinase 9.011872195 L4_chemical_C3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.787598638 C6_control_A1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.617793257 C6_control_A3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.398241336 C6_control_B1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.320585045 C6_control_B2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.947401036 C6_control_B3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.621420804 C6_control_C1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.901683835 C6_control_C2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.188791313 C6_control_C3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.930005126 C6_chemical_A1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.894994433 C6_chemical_A3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.097735228 C6_chemical_B1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.109781727 C6_chemical_B2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.131303885 C6_chemical_B3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.584452853 C6_chemical_C1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.128944352 C6_chemical_C2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.179068427 C6_chemical_C3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.621530638 L4_control_A1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.924140306 L4_control_A2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.247955116 L4_control_A3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.676382761 L4_control_B1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.885795558 L4_control_B2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.819041264 L4_control_B3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.620016029 L4_control_C2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.540920371 L4_control_C3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.626523156 L4_chemical_A1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.385974504 L4_chemical_A2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.160718198 L4_chemical_A3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.363389685 L4_chemical_B1 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.760375163 L4_chemical_B2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.79616829 L4_chemical_B3 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.818839757 L4_chemical_C2 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 6.102856986 L4_chemical_C3 +LQ01X032260 Hypothetical protein 4.941449571 C6_control_A1 +LQ01X032260 Hypothetical protein 4.584592249 C6_control_A3 +LQ01X032260 Hypothetical protein 5.434102319 C6_control_B1 +LQ01X032260 Hypothetical protein 4.47645089 C6_control_B2 +LQ01X032260 Hypothetical protein 4.975452578 C6_control_B3 +LQ01X032260 Hypothetical protein 5.248335778 C6_control_C1 +LQ01X032260 Hypothetical protein 4.580205033 C6_control_C2 +LQ01X032260 Hypothetical protein 4.77191326 C6_control_C3 +LQ01X032260 Hypothetical protein 4.796673116 C6_chemical_A1 +LQ01X032260 Hypothetical protein 4.829688525 C6_chemical_A3 +LQ01X032260 Hypothetical protein 5.383734513 C6_chemical_B1 +LQ01X032260 Hypothetical protein 4.599413196 C6_chemical_B2 +LQ01X032260 Hypothetical protein 4.776643706 C6_chemical_B3 +LQ01X032260 Hypothetical protein 4.895041412 C6_chemical_C1 +LQ01X032260 Hypothetical protein 4.526910063 C6_chemical_C2 +LQ01X032260 Hypothetical protein 4.656602404 C6_chemical_C3 +LQ01X032260 Hypothetical protein 4.873844122 L4_control_A1 +LQ01X032260 Hypothetical protein 5.171986887 L4_control_A2 +LQ01X032260 Hypothetical protein 5.104493491 L4_control_A3 +LQ01X032260 Hypothetical protein 4.772504238 L4_control_B1 +LQ01X032260 Hypothetical protein 4.767969764 L4_control_B2 +LQ01X032260 Hypothetical protein 5.032398868 L4_control_B3 +LQ01X032260 Hypothetical protein 5.915976573 L4_control_C2 +LQ01X032260 Hypothetical protein 5.41138212 L4_control_C3 +LQ01X032260 Hypothetical protein 5.142018517 L4_chemical_A1 +LQ01X032260 Hypothetical protein 4.937209421 L4_chemical_A2 +LQ01X032260 Hypothetical protein 4.954946231 L4_chemical_A3 +LQ01X032260 Hypothetical protein 5.30995107 L4_chemical_B1 +LQ01X032260 Hypothetical protein 5.067708799 L4_chemical_B2 +LQ01X032260 Hypothetical protein 5.135744087 L4_chemical_B3 +LQ01X032260 Hypothetical protein 4.849636621 L4_chemical_C2 +LQ01X032260 Hypothetical protein 5.198795873 L4_chemical_C3 +LQ01X032270 Putative Predicted protein 4.856477966 C6_control_A1 +LQ01X032270 Putative Predicted protein 4.668105564 C6_control_A3 +LQ01X032270 Putative Predicted protein 5.032813365 C6_control_B1 +LQ01X032270 Putative Predicted protein 4.808240444 C6_control_B2 +LQ01X032270 Putative Predicted protein 4.762185324 C6_control_B3 +LQ01X032270 Putative Predicted protein 5.087537869 C6_control_C1 +LQ01X032270 Putative Predicted protein 4.70531009 C6_control_C2 +LQ01X032270 Putative Predicted protein 5.1784254 C6_control_C3 +LQ01X032270 Putative Predicted protein 4.782303302 C6_chemical_A1 +LQ01X032270 Putative Predicted protein 4.631216803 C6_chemical_A3 +LQ01X032270 Putative Predicted protein 5.282982908 C6_chemical_B1 +LQ01X032270 Putative Predicted protein 4.822450188 C6_chemical_B2 +LQ01X032270 Putative Predicted protein 5.106247798 C6_chemical_B3 +LQ01X032270 Putative Predicted protein 4.915647956 C6_chemical_C1 +LQ01X032270 Putative Predicted protein 4.957759902 C6_chemical_C2 +LQ01X032270 Putative Predicted protein 5.035581487 C6_chemical_C3 +LQ01X032270 Putative Predicted protein 4.678913122 L4_control_A1 +LQ01X032270 Putative Predicted protein 4.523152957 L4_control_A2 +LQ01X032270 Putative Predicted protein 4.690994672 L4_control_A3 +LQ01X032270 Putative Predicted protein 4.639038348 L4_control_B1 +LQ01X032270 Putative Predicted protein 5.120953813 L4_control_B2 +LQ01X032270 Putative Predicted protein 4.82102225 L4_control_B3 +LQ01X032270 Putative Predicted protein 5.079164207 L4_control_C2 +LQ01X032270 Putative Predicted protein 5.298979253 L4_control_C3 +LQ01X032270 Putative Predicted protein 4.827577899 L4_chemical_A1 +LQ01X032270 Putative Predicted protein 4.826822774 L4_chemical_A2 +LQ01X032270 Putative Predicted protein 4.875832388 L4_chemical_A3 +LQ01X032270 Putative Predicted protein 5.209916002 L4_chemical_B1 +LQ01X032270 Putative Predicted protein 4.818891055 L4_chemical_B2 +LQ01X032270 Putative Predicted protein 4.678431346 L4_chemical_B3 +LQ01X032270 Putative Predicted protein 5.205300447 L4_chemical_C2 +LQ01X032270 Putative Predicted protein 4.845820995 L4_chemical_C3 +LQ01X032280 NifU-like protein 1, chloroplastic 13.87252674 C6_control_A1 +LQ01X032280 NifU-like protein 1, chloroplastic 13.32030169 C6_control_A3 +LQ01X032280 NifU-like protein 1, chloroplastic 14.09799119 C6_control_B1 +LQ01X032280 NifU-like protein 1, chloroplastic 14.01418448 C6_control_B2 +LQ01X032280 NifU-like protein 1, chloroplastic 13.62181275 C6_control_B3 +LQ01X032280 NifU-like protein 1, chloroplastic 14.94015709 C6_control_C1 +LQ01X032280 NifU-like protein 1, chloroplastic 14.66088544 C6_control_C2 +LQ01X032280 NifU-like protein 1, chloroplastic 14.37601446 C6_control_C3 +LQ01X032280 NifU-like protein 1, chloroplastic 13.67864605 C6_chemical_A1 +LQ01X032280 NifU-like protein 1, chloroplastic 13.238394 C6_chemical_A3 +LQ01X032280 NifU-like protein 1, chloroplastic 14.25766383 C6_chemical_B1 +LQ01X032280 NifU-like protein 1, chloroplastic 14.14504618 C6_chemical_B2 +LQ01X032280 NifU-like protein 1, chloroplastic 13.73959191 C6_chemical_B3 +LQ01X032280 NifU-like protein 1, chloroplastic 14.8867133 C6_chemical_C1 +LQ01X032280 NifU-like protein 1, chloroplastic 15.04709454 C6_chemical_C2 +LQ01X032280 NifU-like protein 1, chloroplastic 14.79535802 C6_chemical_C3 +LQ01X032280 NifU-like protein 1, chloroplastic 13.60474694 L4_control_A1 +LQ01X032280 NifU-like protein 1, chloroplastic 13.60848585 L4_control_A2 +LQ01X032280 NifU-like protein 1, chloroplastic 12.53548132 L4_control_A3 +LQ01X032280 NifU-like protein 1, chloroplastic 14.35276069 L4_control_B1 +LQ01X032280 NifU-like protein 1, chloroplastic 13.61056546 L4_control_B2 +LQ01X032280 NifU-like protein 1, chloroplastic 13.81318737 L4_control_B3 +LQ01X032280 NifU-like protein 1, chloroplastic 14.40246293 L4_control_C2 +LQ01X032280 NifU-like protein 1, chloroplastic 13.85540448 L4_control_C3 +LQ01X032280 NifU-like protein 1, chloroplastic 12.93043268 L4_chemical_A1 +LQ01X032280 NifU-like protein 1, chloroplastic 13.37161945 L4_chemical_A2 +LQ01X032280 NifU-like protein 1, chloroplastic 12.7293928 L4_chemical_A3 +LQ01X032280 NifU-like protein 1, chloroplastic 13.9880294 L4_chemical_B1 +LQ01X032280 NifU-like protein 1, chloroplastic 13.70951741 L4_chemical_B2 +LQ01X032280 NifU-like protein 1, chloroplastic 13.49940052 L4_chemical_B3 +LQ01X032280 NifU-like protein 1, chloroplastic 14.39042806 L4_chemical_C2 +LQ01X032280 NifU-like protein 1, chloroplastic 14.32130356 L4_chemical_C3 +LQ01X032300 Predicted protein 4.8510016 C6_control_A1 +LQ01X032300 Predicted protein 4.985311179 C6_control_A3 +LQ01X032300 Predicted protein 5.349085173 C6_control_B1 +LQ01X032300 Predicted protein 4.858771616 C6_control_B2 +LQ01X032300 Predicted protein 4.857203534 C6_control_B3 +LQ01X032300 Predicted protein 4.752832872 C6_control_C1 +LQ01X032300 Predicted protein 4.774464366 C6_control_C2 +LQ01X032300 Predicted protein 4.794649516 C6_control_C3 +LQ01X032300 Predicted protein 4.692368388 C6_chemical_A1 +LQ01X032300 Predicted protein 5.040497482 C6_chemical_A3 +LQ01X032300 Predicted protein 5.057997027 C6_chemical_B1 +LQ01X032300 Predicted protein 4.911178493 C6_chemical_B2 +LQ01X032300 Predicted protein 4.828105949 C6_chemical_B3 +LQ01X032300 Predicted protein 4.751625428 C6_chemical_C1 +LQ01X032300 Predicted protein 4.845358393 C6_chemical_C2 +LQ01X032300 Predicted protein 5.017572045 C6_chemical_C3 +LQ01X032300 Predicted protein 4.822837011 L4_control_A1 +LQ01X032300 Predicted protein 4.875983558 L4_control_A2 +LQ01X032300 Predicted protein 5.63670283 L4_control_A3 +LQ01X032300 Predicted protein 5.490434796 L4_control_B1 +LQ01X032300 Predicted protein 5.319009812 L4_control_B2 +LQ01X032300 Predicted protein 4.714952876 L4_control_B3 +LQ01X032300 Predicted protein 6.060091441 L4_control_C2 +LQ01X032300 Predicted protein 4.829290156 L4_control_C3 +LQ01X032300 Predicted protein 5.00048846 L4_chemical_A1 +LQ01X032300 Predicted protein 4.833770108 L4_chemical_A2 +LQ01X032300 Predicted protein 5.500499651 L4_chemical_A3 +LQ01X032300 Predicted protein 5.422396139 L4_chemical_B1 +LQ01X032300 Predicted protein 5.109039337 L4_chemical_B2 +LQ01X032300 Predicted protein 4.793755756 L4_chemical_B3 +LQ01X032300 Predicted protein 5.579635511 L4_chemical_C2 +LQ01X032300 Predicted protein 5.212829124 L4_chemical_C3 +LQ01X032340 Myb-like transcription factor Myb 5 5.191910186 C6_control_A1 +LQ01X032340 Myb-like transcription factor Myb 5 5.203273254 C6_control_A3 +LQ01X032340 Myb-like transcription factor Myb 5 5.754725391 C6_control_B1 +LQ01X032340 Myb-like transcription factor Myb 5 5.263514767 C6_control_B2 +LQ01X032340 Myb-like transcription factor Myb 5 4.909343801 C6_control_B3 +LQ01X032340 Myb-like transcription factor Myb 5 5.723784269 C6_control_C1 +LQ01X032340 Myb-like transcription factor Myb 5 5.472472372 C6_control_C2 +LQ01X032340 Myb-like transcription factor Myb 5 5.567051036 C6_control_C3 +LQ01X032340 Myb-like transcription factor Myb 5 5.059369643 C6_chemical_A1 +LQ01X032340 Myb-like transcription factor Myb 5 5.17626355 C6_chemical_A3 +LQ01X032340 Myb-like transcription factor Myb 5 5.843969373 C6_chemical_B1 +LQ01X032340 Myb-like transcription factor Myb 5 5.116908833 C6_chemical_B2 +LQ01X032340 Myb-like transcription factor Myb 5 5.16154732 C6_chemical_B3 +LQ01X032340 Myb-like transcription factor Myb 5 5.439609936 C6_chemical_C1 +LQ01X032340 Myb-like transcription factor Myb 5 5.543581907 C6_chemical_C2 +LQ01X032340 Myb-like transcription factor Myb 5 6.163911353 C6_chemical_C3 +LQ01X032340 Myb-like transcription factor Myb 5 5.400225104 L4_control_A1 +LQ01X032340 Myb-like transcription factor Myb 5 5.042677342 L4_control_A2 +LQ01X032340 Myb-like transcription factor Myb 5 4.798266182 L4_control_A3 +LQ01X032340 Myb-like transcription factor Myb 5 5.275488979 L4_control_B1 +LQ01X032340 Myb-like transcription factor Myb 5 5.469846434 L4_control_B2 +LQ01X032340 Myb-like transcription factor Myb 5 5.361317778 L4_control_B3 +LQ01X032340 Myb-like transcription factor Myb 5 5.367300526 L4_control_C2 +LQ01X032340 Myb-like transcription factor Myb 5 6.786089382 L4_control_C3 +LQ01X032340 Myb-like transcription factor Myb 5 7.112065008 L4_chemical_A1 +LQ01X032340 Myb-like transcription factor Myb 5 6.60714405 L4_chemical_A2 +LQ01X032340 Myb-like transcription factor Myb 5 5.236870691 L4_chemical_A3 +LQ01X032340 Myb-like transcription factor Myb 5 5.356331924 L4_chemical_B1 +LQ01X032340 Myb-like transcription factor Myb 5 5.6137209 L4_chemical_B2 +LQ01X032340 Myb-like transcription factor Myb 5 5.201138935 L4_chemical_B3 +LQ01X032340 Myb-like transcription factor Myb 5 5.024426237 L4_chemical_C2 +LQ01X032340 Myb-like transcription factor Myb 5 6.178045163 L4_chemical_C3 +LQ01X032360 Putative Glycogenin-2 10.42833308 C6_control_A1 +LQ01X032360 Putative Glycogenin-2 10.26596217 C6_control_A3 +LQ01X032360 Putative Glycogenin-2 9.978426096 C6_control_B1 +LQ01X032360 Putative Glycogenin-2 9.773370137 C6_control_B2 +LQ01X032360 Putative Glycogenin-2 9.215049367 C6_control_B3 +LQ01X032360 Putative Glycogenin-2 12.10527015 C6_control_C1 +LQ01X032360 Putative Glycogenin-2 10.61983016 C6_control_C2 +LQ01X032360 Putative Glycogenin-2 9.349008776 C6_control_C3 +LQ01X032360 Putative Glycogenin-2 12.43491318 C6_chemical_A1 +LQ01X032360 Putative Glycogenin-2 10.16586305 C6_chemical_A3 +LQ01X032360 Putative Glycogenin-2 11.56764316 C6_chemical_B1 +LQ01X032360 Putative Glycogenin-2 11.00856202 C6_chemical_B2 +LQ01X032360 Putative Glycogenin-2 8.983697573 C6_chemical_B3 +LQ01X032360 Putative Glycogenin-2 13.91073903 C6_chemical_C1 +LQ01X032360 Putative Glycogenin-2 12.03468308 C6_chemical_C2 +LQ01X032360 Putative Glycogenin-2 9.181702838 C6_chemical_C3 +LQ01X032360 Putative Glycogenin-2 10.13962425 L4_control_A1 +LQ01X032360 Putative Glycogenin-2 10.64042774 L4_control_A2 +LQ01X032360 Putative Glycogenin-2 9.590422129 L4_control_A3 +LQ01X032360 Putative Glycogenin-2 9.109401082 L4_control_B1 +LQ01X032360 Putative Glycogenin-2 9.775124175 L4_control_B2 +LQ01X032360 Putative Glycogenin-2 7.590850322 L4_control_B3 +LQ01X032360 Putative Glycogenin-2 10.4600753 L4_control_C2 +LQ01X032360 Putative Glycogenin-2 8.553872909 L4_control_C3 +LQ01X032360 Putative Glycogenin-2 10.66886647 L4_chemical_A1 +LQ01X032360 Putative Glycogenin-2 11.75137386 L4_chemical_A2 +LQ01X032360 Putative Glycogenin-2 8.753485168 L4_chemical_A3 +LQ01X032360 Putative Glycogenin-2 9.661436398 L4_chemical_B1 +LQ01X032360 Putative Glycogenin-2 11.41922047 L4_chemical_B2 +LQ01X032360 Putative Glycogenin-2 8.301596703 L4_chemical_B3 +LQ01X032360 Putative Glycogenin-2 11.5821877 L4_chemical_C2 +LQ01X032360 Putative Glycogenin-2 9.320226317 L4_chemical_C3 +LQ01X032390 ADP-ribosylation factor 2 5.456563125 C6_control_A1 +LQ01X032390 ADP-ribosylation factor 2 5.391446486 C6_control_A3 +LQ01X032390 ADP-ribosylation factor 2 5.497267792 C6_control_B1 +LQ01X032390 ADP-ribosylation factor 2 5.333252692 C6_control_B2 +LQ01X032390 ADP-ribosylation factor 2 5.609413036 C6_control_B3 +LQ01X032390 ADP-ribosylation factor 2 5.605573428 C6_control_C1 +LQ01X032390 ADP-ribosylation factor 2 5.513646458 C6_control_C2 +LQ01X032390 ADP-ribosylation factor 2 5.258918037 C6_control_C3 +LQ01X032390 ADP-ribosylation factor 2 5.758649612 C6_chemical_A1 +LQ01X032390 ADP-ribosylation factor 2 5.360576798 C6_chemical_A3 +LQ01X032390 ADP-ribosylation factor 2 5.321463889 C6_chemical_B1 +LQ01X032390 ADP-ribosylation factor 2 5.288253572 C6_chemical_B2 +LQ01X032390 ADP-ribosylation factor 2 5.237430851 C6_chemical_B3 +LQ01X032390 ADP-ribosylation factor 2 5.29827305 C6_chemical_C1 +LQ01X032390 ADP-ribosylation factor 2 5.268515686 C6_chemical_C2 +LQ01X032390 ADP-ribosylation factor 2 5.658835594 C6_chemical_C3 +LQ01X032390 ADP-ribosylation factor 2 5.526589905 L4_control_A1 +LQ01X032390 ADP-ribosylation factor 2 5.530542572 L4_control_A2 +LQ01X032390 ADP-ribosylation factor 2 5.841576475 L4_control_A3 +LQ01X032390 ADP-ribosylation factor 2 4.957352397 L4_control_B1 +LQ01X032390 ADP-ribosylation factor 2 5.102742152 L4_control_B2 +LQ01X032390 ADP-ribosylation factor 2 5.563496778 L4_control_B3 +LQ01X032390 ADP-ribosylation factor 2 5.392755051 L4_control_C2 +LQ01X032390 ADP-ribosylation factor 2 5.814644203 L4_control_C3 +LQ01X032390 ADP-ribosylation factor 2 5.671689732 L4_chemical_A1 +LQ01X032390 ADP-ribosylation factor 2 5.439788594 L4_chemical_A2 +LQ01X032390 ADP-ribosylation factor 2 5.957221193 L4_chemical_A3 +LQ01X032390 ADP-ribosylation factor 2 5.843013517 L4_chemical_B1 +LQ01X032390 ADP-ribosylation factor 2 5.678433657 L4_chemical_B2 +LQ01X032390 ADP-ribosylation factor 2 5.740415482 L4_chemical_B3 +LQ01X032390 ADP-ribosylation factor 2 5.298723911 L4_chemical_C2 +LQ01X032390 ADP-ribosylation factor 2 5.617830665 L4_chemical_C3 +LQ01X032400 Nitrogen regulatory protein P-II 6.036251359 C6_control_A1 +LQ01X032400 Nitrogen regulatory protein P-II 5.91383108 C6_control_A3 +LQ01X032400 Nitrogen regulatory protein P-II 5.42558663 C6_control_B1 +LQ01X032400 Nitrogen regulatory protein P-II 5.726920283 C6_control_B2 +LQ01X032400 Nitrogen regulatory protein P-II 5.234974978 C6_control_B3 +LQ01X032400 Nitrogen regulatory protein P-II 5.830550854 C6_control_C1 +LQ01X032400 Nitrogen regulatory protein P-II 5.726341771 C6_control_C2 +LQ01X032400 Nitrogen regulatory protein P-II 5.914569192 C6_control_C3 +LQ01X032400 Nitrogen regulatory protein P-II 6.154302512 C6_chemical_A1 +LQ01X032400 Nitrogen regulatory protein P-II 5.433914567 C6_chemical_A3 +LQ01X032400 Nitrogen regulatory protein P-II 5.155132671 C6_chemical_B1 +LQ01X032400 Nitrogen regulatory protein P-II 5.473920953 C6_chemical_B2 +LQ01X032400 Nitrogen regulatory protein P-II 5.635844729 C6_chemical_B3 +LQ01X032400 Nitrogen regulatory protein P-II 5.929758215 C6_chemical_C1 +LQ01X032400 Nitrogen regulatory protein P-II 6.05395845 C6_chemical_C2 +LQ01X032400 Nitrogen regulatory protein P-II 5.319211937 C6_chemical_C3 +LQ01X032400 Nitrogen regulatory protein P-II 5.494375011 L4_control_A1 +LQ01X032400 Nitrogen regulatory protein P-II 5.470664342 L4_control_A2 +LQ01X032400 Nitrogen regulatory protein P-II 6.347384972 L4_control_A3 +LQ01X032400 Nitrogen regulatory protein P-II 5.269354372 L4_control_B1 +LQ01X032400 Nitrogen regulatory protein P-II 5.310059169 L4_control_B2 +LQ01X032400 Nitrogen regulatory protein P-II 5.45388014 L4_control_B3 +LQ01X032400 Nitrogen regulatory protein P-II 5.820489818 L4_control_C2 +LQ01X032400 Nitrogen regulatory protein P-II 5.743442104 L4_control_C3 +LQ01X032400 Nitrogen regulatory protein P-II 5.153953297 L4_chemical_A1 +LQ01X032400 Nitrogen regulatory protein P-II 5.430181469 L4_chemical_A2 +LQ01X032400 Nitrogen regulatory protein P-II 6.371363578 L4_chemical_A3 +LQ01X032400 Nitrogen regulatory protein P-II 5.995222054 L4_chemical_B1 +LQ01X032400 Nitrogen regulatory protein P-II 5.377972887 L4_chemical_B2 +LQ01X032400 Nitrogen regulatory protein P-II 5.46996959 L4_chemical_B3 +LQ01X032400 Nitrogen regulatory protein P-II 6.06767023 L4_chemical_C2 +LQ01X032400 Nitrogen regulatory protein P-II 5.6309296 L4_chemical_C3 +LQ01X032410 Putative uncharacterized protein 12.32696092 C6_control_A1 +LQ01X032410 Putative uncharacterized protein 12.3615332 C6_control_A3 +LQ01X032410 Putative uncharacterized protein 11.9337021 C6_control_B1 +LQ01X032410 Putative uncharacterized protein 12.49491946 C6_control_B2 +LQ01X032410 Putative uncharacterized protein 11.86546553 C6_control_B3 +LQ01X032410 Putative uncharacterized protein 12.99171993 C6_control_C1 +LQ01X032410 Putative uncharacterized protein 12.77559091 C6_control_C2 +LQ01X032410 Putative uncharacterized protein 12.74340348 C6_control_C3 +LQ01X032410 Putative uncharacterized protein 12.30583372 C6_chemical_A1 +LQ01X032410 Putative uncharacterized protein 11.33832842 C6_chemical_A3 +LQ01X032410 Putative uncharacterized protein 11.89089753 C6_chemical_B1 +LQ01X032410 Putative uncharacterized protein 12.47542847 C6_chemical_B2 +LQ01X032410 Putative uncharacterized protein 11.67408226 C6_chemical_B3 +LQ01X032410 Putative uncharacterized protein 13.17100907 C6_chemical_C1 +LQ01X032410 Putative uncharacterized protein 12.90384209 C6_chemical_C2 +LQ01X032410 Putative uncharacterized protein 12.55519692 C6_chemical_C3 +LQ01X032410 Putative uncharacterized protein 12.13533253 L4_control_A1 +LQ01X032410 Putative uncharacterized protein 11.72815295 L4_control_A2 +LQ01X032410 Putative uncharacterized protein 12.04407894 L4_control_A3 +LQ01X032410 Putative uncharacterized protein 11.07024452 L4_control_B1 +LQ01X032410 Putative uncharacterized protein 10.36413 L4_control_B2 +LQ01X032410 Putative uncharacterized protein 11.67757901 L4_control_B3 +LQ01X032410 Putative uncharacterized protein 12.29853698 L4_control_C2 +LQ01X032410 Putative uncharacterized protein 11.55283153 L4_control_C3 +LQ01X032410 Putative uncharacterized protein 11.57063655 L4_chemical_A1 +LQ01X032410 Putative uncharacterized protein 11.51605149 L4_chemical_A2 +LQ01X032410 Putative uncharacterized protein 12.04137783 L4_chemical_A3 +LQ01X032410 Putative uncharacterized protein 11.72772509 L4_chemical_B1 +LQ01X032410 Putative uncharacterized protein 11.28524867 L4_chemical_B2 +LQ01X032410 Putative uncharacterized protein 11.39952562 L4_chemical_B3 +LQ01X032410 Putative uncharacterized protein 12.18014207 L4_chemical_C2 +LQ01X032410 Putative uncharacterized protein 11.64356301 L4_chemical_C3 +LQ01X032440 Probable boron transporter 2 5.463226899 C6_control_A1 +LQ01X032440 Probable boron transporter 2 5.57936885 C6_control_A3 +LQ01X032440 Probable boron transporter 2 5.688041635 C6_control_B1 +LQ01X032440 Probable boron transporter 2 6.368990964 C6_control_B2 +LQ01X032440 Probable boron transporter 2 5.541459884 C6_control_B3 +LQ01X032440 Probable boron transporter 2 6.417926386 C6_control_C1 +LQ01X032440 Probable boron transporter 2 5.887203894 C6_control_C2 +LQ01X032440 Probable boron transporter 2 6.446865427 C6_control_C3 +LQ01X032440 Probable boron transporter 2 5.855840729 C6_chemical_A1 +LQ01X032440 Probable boron transporter 2 5.76207578 C6_chemical_A3 +LQ01X032440 Probable boron transporter 2 6.120938995 C6_chemical_B1 +LQ01X032440 Probable boron transporter 2 6.221170318 C6_chemical_B2 +LQ01X032440 Probable boron transporter 2 5.840903062 C6_chemical_B3 +LQ01X032440 Probable boron transporter 2 6.150869443 C6_chemical_C1 +LQ01X032440 Probable boron transporter 2 6.236790982 C6_chemical_C2 +LQ01X032440 Probable boron transporter 2 6.515716994 C6_chemical_C3 +LQ01X032440 Probable boron transporter 2 5.850476413 L4_control_A1 +LQ01X032440 Probable boron transporter 2 6.249892364 L4_control_A2 +LQ01X032440 Probable boron transporter 2 6.480734391 L4_control_A3 +LQ01X032440 Probable boron transporter 2 5.180614691 L4_control_B1 +LQ01X032440 Probable boron transporter 2 5.328931699 L4_control_B2 +LQ01X032440 Probable boron transporter 2 5.846989466 L4_control_B3 +LQ01X032440 Probable boron transporter 2 5.977954214 L4_control_C2 +LQ01X032440 Probable boron transporter 2 7.098308669 L4_control_C3 +LQ01X032440 Probable boron transporter 2 7.336806155 L4_chemical_A1 +LQ01X032440 Probable boron transporter 2 7.946259164 L4_chemical_A2 +LQ01X032440 Probable boron transporter 2 7.851275663 L4_chemical_A3 +LQ01X032440 Probable boron transporter 2 5.603446546 L4_chemical_B1 +LQ01X032440 Probable boron transporter 2 5.562453038 L4_chemical_B2 +LQ01X032440 Probable boron transporter 2 6.131955851 L4_chemical_B3 +LQ01X032440 Probable boron transporter 2 6.410949212 L4_chemical_C2 +LQ01X032440 Probable boron transporter 2 5.57048509 L4_chemical_C3 +LQ01X032450 Hypothetical protein 4.857093313 C6_control_A1 +LQ01X032450 Hypothetical protein 4.941749691 C6_control_A3 +LQ01X032450 Hypothetical protein 5.078445018 C6_control_B1 +LQ01X032450 Hypothetical protein 4.791817612 C6_control_B2 +LQ01X032450 Hypothetical protein 5.281271183 C6_control_B3 +LQ01X032450 Hypothetical protein 4.942759048 C6_control_C1 +LQ01X032450 Hypothetical protein 4.997782382 C6_control_C2 +LQ01X032450 Hypothetical protein 5.01123845 C6_control_C3 +LQ01X032450 Hypothetical protein 4.889563901 C6_chemical_A1 +LQ01X032450 Hypothetical protein 4.999382247 C6_chemical_A3 +LQ01X032450 Hypothetical protein 5.343909188 C6_chemical_B1 +LQ01X032450 Hypothetical protein 4.86028355 C6_chemical_B2 +LQ01X032450 Hypothetical protein 5.21912914 C6_chemical_B3 +LQ01X032450 Hypothetical protein 4.880082455 C6_chemical_C1 +LQ01X032450 Hypothetical protein 4.767617921 C6_chemical_C2 +LQ01X032450 Hypothetical protein 5.081818007 C6_chemical_C3 +LQ01X032450 Hypothetical protein 5.359829963 L4_control_A1 +LQ01X032450 Hypothetical protein 5.180979487 L4_control_A2 +LQ01X032450 Hypothetical protein 4.795451044 L4_control_A3 +LQ01X032450 Hypothetical protein 5.090790777 L4_control_B1 +LQ01X032450 Hypothetical protein 4.614128617 L4_control_B2 +LQ01X032450 Hypothetical protein 4.826340222 L4_control_B3 +LQ01X032450 Hypothetical protein 5.697839765 L4_control_C2 +LQ01X032450 Hypothetical protein 5.465590736 L4_control_C3 +LQ01X032450 Hypothetical protein 5.175792 L4_chemical_A1 +LQ01X032450 Hypothetical protein 4.983785935 L4_chemical_A2 +LQ01X032450 Hypothetical protein 4.736040036 L4_chemical_A3 +LQ01X032450 Hypothetical protein 4.761255317 L4_chemical_B1 +LQ01X032450 Hypothetical protein 4.783920526 L4_chemical_B2 +LQ01X032450 Hypothetical protein 4.931691895 L4_chemical_B3 +LQ01X032450 Hypothetical protein 4.949634103 L4_chemical_C2 +LQ01X032450 Hypothetical protein 5.349446656 L4_chemical_C3 +LQ01X032460 Predicted protein 5.44559976 C6_control_A1 +LQ01X032460 Predicted protein 5.447181815 C6_control_A3 +LQ01X032460 Predicted protein 6.52244688 C6_control_B1 +LQ01X032460 Predicted protein 5.222105067 C6_control_B2 +LQ01X032460 Predicted protein 6.682714255 C6_control_B3 +LQ01X032460 Predicted protein 5.20935291 C6_control_C1 +LQ01X032460 Predicted protein 5.250131269 C6_control_C2 +LQ01X032460 Predicted protein 5.20520378 C6_control_C3 +LQ01X032460 Predicted protein 5.406524078 C6_chemical_A1 +LQ01X032460 Predicted protein 5.604404739 C6_chemical_A3 +LQ01X032460 Predicted protein 6.550486748 C6_chemical_B1 +LQ01X032460 Predicted protein 5.466392199 C6_chemical_B2 +LQ01X032460 Predicted protein 6.293010768 C6_chemical_B3 +LQ01X032460 Predicted protein 5.25523618 C6_chemical_C1 +LQ01X032460 Predicted protein 5.350981356 C6_chemical_C2 +LQ01X032460 Predicted protein 5.685321142 C6_chemical_C3 +LQ01X032460 Predicted protein 5.414399867 L4_control_A1 +LQ01X032460 Predicted protein 5.851802355 L4_control_A2 +LQ01X032460 Predicted protein 5.731488822 L4_control_A3 +LQ01X032460 Predicted protein 5.939575036 L4_control_B1 +LQ01X032460 Predicted protein 5.128033176 L4_control_B2 +LQ01X032460 Predicted protein 5.994465466 L4_control_B3 +LQ01X032460 Predicted protein 5.552223916 L4_control_C2 +LQ01X032460 Predicted protein 5.511426392 L4_control_C3 +LQ01X032460 Predicted protein 5.56848683 L4_chemical_A1 +LQ01X032460 Predicted protein 5.490504923 L4_chemical_A2 +LQ01X032460 Predicted protein 5.378691159 L4_chemical_A3 +LQ01X032460 Predicted protein 6.246082427 L4_chemical_B1 +LQ01X032460 Predicted protein 5.017581629 L4_chemical_B2 +LQ01X032460 Predicted protein 5.73739941 L4_chemical_B3 +LQ01X032460 Predicted protein 6.146033324 L4_chemical_C2 +LQ01X032460 Predicted protein 5.323953222 L4_chemical_C3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.64841897 C6_control_A1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.31113091 C6_control_A3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 13.06254842 C6_control_B1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.45319804 C6_control_B2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 13.77064444 C6_control_B3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.50513629 C6_control_C1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.01560465 C6_control_C2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.69867964 C6_control_C3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.1758444 C6_chemical_A1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.4043221 C6_chemical_A3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.85446474 C6_chemical_B1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.09700734 C6_chemical_B2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 13.19255368 C6_chemical_B3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.21187685 C6_chemical_C1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.09725793 C6_chemical_C2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.60313966 C6_chemical_C3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.20629432 L4_control_A1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.34012686 L4_control_A2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.39889614 L4_control_A3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.79938724 L4_control_B1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 13.34180118 L4_control_B2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.63222508 L4_control_B3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.74783331 L4_control_C2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.28114089 L4_control_C3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.97080756 L4_chemical_A1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.79033387 L4_chemical_A2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.51374035 L4_chemical_A3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.88654384 L4_chemical_B1 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.58568668 L4_chemical_B2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.77628615 L4_chemical_B3 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 11.33254794 L4_chemical_C2 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.13754896 L4_chemical_C3 +LQ01X032500 Probable protein phosphatase 2C 49 11.3255042 C6_control_A1 +LQ01X032500 Probable protein phosphatase 2C 49 11.39850306 C6_control_A3 +LQ01X032500 Probable protein phosphatase 2C 49 11.90846811 C6_control_B1 +LQ01X032500 Probable protein phosphatase 2C 49 11.41623332 C6_control_B2 +LQ01X032500 Probable protein phosphatase 2C 49 11.85653192 C6_control_B3 +LQ01X032500 Probable protein phosphatase 2C 49 12.66827047 C6_control_C1 +LQ01X032500 Probable protein phosphatase 2C 49 12.2525712 C6_control_C2 +LQ01X032500 Probable protein phosphatase 2C 49 12.70084963 C6_control_C3 +LQ01X032500 Probable protein phosphatase 2C 49 11.39984625 C6_chemical_A1 +LQ01X032500 Probable protein phosphatase 2C 49 11.69043971 C6_chemical_A3 +LQ01X032500 Probable protein phosphatase 2C 49 12.02692944 C6_chemical_B1 +LQ01X032500 Probable protein phosphatase 2C 49 11.12025691 C6_chemical_B2 +LQ01X032500 Probable protein phosphatase 2C 49 12.10107529 C6_chemical_B3 +LQ01X032500 Probable protein phosphatase 2C 49 12.55026383 C6_chemical_C1 +LQ01X032500 Probable protein phosphatase 2C 49 12.27605535 C6_chemical_C2 +LQ01X032500 Probable protein phosphatase 2C 49 12.60231107 C6_chemical_C3 +LQ01X032500 Probable protein phosphatase 2C 49 11.80385829 L4_control_A1 +LQ01X032500 Probable protein phosphatase 2C 49 11.38077074 L4_control_A2 +LQ01X032500 Probable protein phosphatase 2C 49 11.77910261 L4_control_A3 +LQ01X032500 Probable protein phosphatase 2C 49 12.49246506 L4_control_B1 +LQ01X032500 Probable protein phosphatase 2C 49 12.17613219 L4_control_B2 +LQ01X032500 Probable protein phosphatase 2C 49 12.27953507 L4_control_B3 +LQ01X032500 Probable protein phosphatase 2C 49 13.55942912 L4_control_C2 +LQ01X032500 Probable protein phosphatase 2C 49 13.50072614 L4_control_C3 +LQ01X032500 Probable protein phosphatase 2C 49 12.47616634 L4_chemical_A1 +LQ01X032500 Probable protein phosphatase 2C 49 11.93015228 L4_chemical_A2 +LQ01X032500 Probable protein phosphatase 2C 49 12.1083267 L4_chemical_A3 +LQ01X032500 Probable protein phosphatase 2C 49 12.76890025 L4_chemical_B1 +LQ01X032500 Probable protein phosphatase 2C 49 12.35593699 L4_chemical_B2 +LQ01X032500 Probable protein phosphatase 2C 49 11.80767351 L4_chemical_B3 +LQ01X032500 Probable protein phosphatase 2C 49 13.26777422 L4_chemical_C2 +LQ01X032500 Probable protein phosphatase 2C 49 13.28354383 L4_chemical_C3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.92498066 C6_control_A1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.2739158 C6_control_A3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.16195154 C6_control_B1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.92267722 C6_control_B2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.41153344 C6_control_B3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.73427107 C6_control_C1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.69737066 C6_control_C2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.24018827 C6_control_C3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.56687643 C6_chemical_A1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 10.93142502 C6_chemical_A3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.1989068 C6_chemical_B1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.84427055 C6_chemical_B2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.85883782 C6_chemical_B3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.61950593 C6_chemical_C1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.60884646 C6_chemical_C2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.25011843 C6_chemical_C3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.45117737 L4_control_A1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.54019646 L4_control_A2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.0031164 L4_control_A3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.23323932 L4_control_B1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.29341238 L4_control_B2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.29347899 L4_control_B3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.46660293 L4_control_C2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.6167165 L4_control_C3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.38194915 L4_chemical_A1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.0136241 L4_chemical_A2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.06645401 L4_chemical_A3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.5185904 L4_chemical_B1 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.83643453 L4_chemical_B2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.7078015 L4_chemical_B3 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 12.3912192 L4_chemical_C2 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.90743401 L4_chemical_C3 +LQ01X032550 Predicted protein 11.54890577 C6_control_A1 +LQ01X032550 Predicted protein 11.63607403 C6_control_A3 +LQ01X032550 Predicted protein 11.8033613 C6_control_B1 +LQ01X032550 Predicted protein 11.40923785 C6_control_B2 +LQ01X032550 Predicted protein 12.05793134 C6_control_B3 +LQ01X032550 Predicted protein 10.85686056 C6_control_C1 +LQ01X032550 Predicted protein 10.2261699 C6_control_C2 +LQ01X032550 Predicted protein 10.31726435 C6_control_C3 +LQ01X032550 Predicted protein 11.74691854 C6_chemical_A1 +LQ01X032550 Predicted protein 11.94410212 C6_chemical_A3 +LQ01X032550 Predicted protein 12.04484178 C6_chemical_B1 +LQ01X032550 Predicted protein 11.46791921 C6_chemical_B2 +LQ01X032550 Predicted protein 11.76100711 C6_chemical_B3 +LQ01X032550 Predicted protein 10.84369125 C6_chemical_C1 +LQ01X032550 Predicted protein 10.56421566 C6_chemical_C2 +LQ01X032550 Predicted protein 10.28117447 C6_chemical_C3 +LQ01X032550 Predicted protein 11.79888975 L4_control_A1 +LQ01X032550 Predicted protein 11.93668548 L4_control_A2 +LQ01X032550 Predicted protein 12.14741241 L4_control_A3 +LQ01X032550 Predicted protein 11.86662178 L4_control_B1 +LQ01X032550 Predicted protein 12.0756534 L4_control_B2 +LQ01X032550 Predicted protein 11.11471055 L4_control_B3 +LQ01X032550 Predicted protein 10.66547019 L4_control_C2 +LQ01X032550 Predicted protein 11.00221206 L4_control_C3 +LQ01X032550 Predicted protein 11.89400792 L4_chemical_A1 +LQ01X032550 Predicted protein 11.86134882 L4_chemical_A2 +LQ01X032550 Predicted protein 12.12262302 L4_chemical_A3 +LQ01X032550 Predicted protein 12.11744805 L4_chemical_B1 +LQ01X032550 Predicted protein 11.82423544 L4_chemical_B2 +LQ01X032550 Predicted protein 11.31946244 L4_chemical_B3 +LQ01X032550 Predicted protein 10.91365416 L4_chemical_C2 +LQ01X032550 Predicted protein 11.0858195 L4_chemical_C3 +LQ01X032560 Ubiquitin 5.968041334 C6_control_A1 +LQ01X032560 Ubiquitin 5.638498063 C6_control_A3 +LQ01X032560 Ubiquitin 6.2643982 C6_control_B1 +LQ01X032560 Ubiquitin 6.490671106 C6_control_B2 +LQ01X032560 Ubiquitin 5.638460262 C6_control_B3 +LQ01X032560 Ubiquitin 6.58412864 C6_control_C1 +LQ01X032560 Ubiquitin 5.844295676 C6_control_C2 +LQ01X032560 Ubiquitin 6.500203642 C6_control_C3 +LQ01X032560 Ubiquitin 5.781241439 C6_chemical_A1 +LQ01X032560 Ubiquitin 6.068078229 C6_chemical_A3 +LQ01X032560 Ubiquitin 5.974832588 C6_chemical_B1 +LQ01X032560 Ubiquitin 6.24025189 C6_chemical_B2 +LQ01X032560 Ubiquitin 5.373408723 C6_chemical_B3 +LQ01X032560 Ubiquitin 6.460507984 C6_chemical_C1 +LQ01X032560 Ubiquitin 6.371797375 C6_chemical_C2 +LQ01X032560 Ubiquitin 6.704568113 C6_chemical_C3 +LQ01X032560 Ubiquitin 5.939150581 L4_control_A1 +LQ01X032560 Ubiquitin 5.690359368 L4_control_A2 +LQ01X032560 Ubiquitin 5.827609488 L4_control_A3 +LQ01X032560 Ubiquitin 5.540554591 L4_control_B1 +LQ01X032560 Ubiquitin 6.794219037 L4_control_B2 +LQ01X032560 Ubiquitin 5.657806364 L4_control_B3 +LQ01X032560 Ubiquitin 6.766280505 L4_control_C2 +LQ01X032560 Ubiquitin 6.503695705 L4_control_C3 +LQ01X032560 Ubiquitin 5.697351207 L4_chemical_A1 +LQ01X032560 Ubiquitin 5.757055644 L4_chemical_A2 +LQ01X032560 Ubiquitin 5.725787578 L4_chemical_A3 +LQ01X032560 Ubiquitin 5.470824726 L4_chemical_B1 +LQ01X032560 Ubiquitin 6.935441914 L4_chemical_B2 +LQ01X032560 Ubiquitin 5.52909311 L4_chemical_B3 +LQ01X032560 Ubiquitin 6.91560831 L4_chemical_C2 +LQ01X032560 Ubiquitin 6.777506328 L4_chemical_C3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.3565655 C6_control_A1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.341612629 C6_control_A3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.482609128 C6_control_B1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.8392247 C6_control_B2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.277821974 C6_control_B3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.627606539 C6_control_C1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.760243515 C6_control_C2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.652364631 C6_control_C3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.056883464 C6_chemical_A1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.808594762 C6_chemical_A3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.241237004 C6_chemical_B1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.942670763 C6_chemical_B2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.218379668 C6_chemical_B3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.053361631 C6_chemical_C1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.911223563 C6_chemical_C2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.641672783 C6_chemical_C3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.778167028 L4_control_A1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.086512358 L4_control_A2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.681607126 L4_control_A3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.310915552 L4_control_B1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.985585881 L4_control_B2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.714145145 L4_control_B3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.691226458 L4_control_C2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.120057149 L4_control_C3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.170910342 L4_chemical_A1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.329650401 L4_chemical_A2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.602420476 L4_chemical_A3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.06497566 L4_chemical_B1 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.607320031 L4_chemical_B2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.766098214 L4_chemical_B3 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.645320217 L4_chemical_C2 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 5.666806776 L4_chemical_C3 +LQ01X032620 Predicted protein 5.928712643 C6_control_A1 +LQ01X032620 Predicted protein 5.411003244 C6_control_A3 +LQ01X032620 Predicted protein 5.928875254 C6_control_B1 +LQ01X032620 Predicted protein 5.954657447 C6_control_B2 +LQ01X032620 Predicted protein 6.660329503 C6_control_B3 +LQ01X032620 Predicted protein 6.329714295 C6_control_C1 +LQ01X032620 Predicted protein 6.691594104 C6_control_C2 +LQ01X032620 Predicted protein 5.959630017 C6_control_C3 +LQ01X032620 Predicted protein 5.641541896 C6_chemical_A1 +LQ01X032620 Predicted protein 5.369590573 C6_chemical_A3 +LQ01X032620 Predicted protein 5.517957348 C6_chemical_B1 +LQ01X032620 Predicted protein 5.795975216 C6_chemical_B2 +LQ01X032620 Predicted protein 6.297958484 C6_chemical_B3 +LQ01X032620 Predicted protein 6.449311832 C6_chemical_C1 +LQ01X032620 Predicted protein 5.993087769 C6_chemical_C2 +LQ01X032620 Predicted protein 6.012580816 C6_chemical_C3 +LQ01X032620 Predicted protein 5.780334773 L4_control_A1 +LQ01X032620 Predicted protein 5.839843614 L4_control_A2 +LQ01X032620 Predicted protein 5.339782636 L4_control_A3 +LQ01X032620 Predicted protein 5.691052733 L4_control_B1 +LQ01X032620 Predicted protein 5.486863592 L4_control_B2 +LQ01X032620 Predicted protein 5.830533067 L4_control_B3 +LQ01X032620 Predicted protein 5.336791865 L4_control_C2 +LQ01X032620 Predicted protein 6.269861689 L4_control_C3 +LQ01X032620 Predicted protein 5.863355111 L4_chemical_A1 +LQ01X032620 Predicted protein 5.578000717 L4_chemical_A2 +LQ01X032620 Predicted protein 5.328562012 L4_chemical_A3 +LQ01X032620 Predicted protein 5.246184795 L4_chemical_B1 +LQ01X032620 Predicted protein 6.007405039 L4_chemical_B2 +LQ01X032620 Predicted protein 5.818219741 L4_chemical_B3 +LQ01X032620 Predicted protein 5.960651645 L4_chemical_C2 +LQ01X032620 Predicted protein 5.81111858 L4_chemical_C3 +LQ01X032630 Autophagy-related protein 8i 5.192469361 C6_control_A1 +LQ01X032630 Autophagy-related protein 8i 5.462031358 C6_control_A3 +LQ01X032630 Autophagy-related protein 8i 5.062189631 C6_control_B1 +LQ01X032630 Autophagy-related protein 8i 5.130470915 C6_control_B2 +LQ01X032630 Autophagy-related protein 8i 5.68038915 C6_control_B3 +LQ01X032630 Autophagy-related protein 8i 5.471878768 C6_control_C1 +LQ01X032630 Autophagy-related protein 8i 5.605480293 C6_control_C2 +LQ01X032630 Autophagy-related protein 8i 5.324009703 C6_control_C3 +LQ01X032630 Autophagy-related protein 8i 5.313947587 C6_chemical_A1 +LQ01X032630 Autophagy-related protein 8i 5.291562491 C6_chemical_A3 +LQ01X032630 Autophagy-related protein 8i 5.697631105 C6_chemical_B1 +LQ01X032630 Autophagy-related protein 8i 5.311050587 C6_chemical_B2 +LQ01X032630 Autophagy-related protein 8i 5.28496747 C6_chemical_B3 +LQ01X032630 Autophagy-related protein 8i 5.653917436 C6_chemical_C1 +LQ01X032630 Autophagy-related protein 8i 5.269470707 C6_chemical_C2 +LQ01X032630 Autophagy-related protein 8i 5.373942326 C6_chemical_C3 +LQ01X032630 Autophagy-related protein 8i 5.225790264 L4_control_A1 +LQ01X032630 Autophagy-related protein 8i 5.333868183 L4_control_A2 +LQ01X032630 Autophagy-related protein 8i 5.555308297 L4_control_A3 +LQ01X032630 Autophagy-related protein 8i 5.175105138 L4_control_B1 +LQ01X032630 Autophagy-related protein 8i 4.96731754 L4_control_B2 +LQ01X032630 Autophagy-related protein 8i 5.333932903 L4_control_B3 +LQ01X032630 Autophagy-related protein 8i 5.623424471 L4_control_C2 +LQ01X032630 Autophagy-related protein 8i 5.724959827 L4_control_C3 +LQ01X032630 Autophagy-related protein 8i 5.36832278 L4_chemical_A1 +LQ01X032630 Autophagy-related protein 8i 5.072180173 L4_chemical_A2 +LQ01X032630 Autophagy-related protein 8i 5.446743666 L4_chemical_A3 +LQ01X032630 Autophagy-related protein 8i 5.160533447 L4_chemical_B1 +LQ01X032630 Autophagy-related protein 8i 5.376590659 L4_chemical_B2 +LQ01X032630 Autophagy-related protein 8i 5.267756975 L4_chemical_B3 +LQ01X032630 Autophagy-related protein 8i 5.429842762 L4_chemical_C2 +LQ01X032630 Autophagy-related protein 8i 5.161225633 L4_chemical_C3 +LQ01X032660 S-adenosylmethionine synthase 1 5.86970492 C6_control_A1 +LQ01X032660 S-adenosylmethionine synthase 1 5.901347728 C6_control_A3 +LQ01X032660 S-adenosylmethionine synthase 1 5.637060681 C6_control_B1 +LQ01X032660 S-adenosylmethionine synthase 1 5.850296441 C6_control_B2 +LQ01X032660 S-adenosylmethionine synthase 1 6.059077726 C6_control_B3 +LQ01X032660 S-adenosylmethionine synthase 1 5.747237772 C6_control_C1 +LQ01X032660 S-adenosylmethionine synthase 1 5.956003834 C6_control_C2 +LQ01X032660 S-adenosylmethionine synthase 1 5.851192868 C6_control_C3 +LQ01X032660 S-adenosylmethionine synthase 1 5.475431044 C6_chemical_A1 +LQ01X032660 S-adenosylmethionine synthase 1 6.096008935 C6_chemical_A3 +LQ01X032660 S-adenosylmethionine synthase 1 5.723446434 C6_chemical_B1 +LQ01X032660 S-adenosylmethionine synthase 1 5.948490908 C6_chemical_B2 +LQ01X032660 S-adenosylmethionine synthase 1 6.06116019 C6_chemical_B3 +LQ01X032660 S-adenosylmethionine synthase 1 5.863563638 C6_chemical_C1 +LQ01X032660 S-adenosylmethionine synthase 1 5.510850417 C6_chemical_C2 +LQ01X032660 S-adenosylmethionine synthase 1 5.615404593 C6_chemical_C3 +LQ01X032660 S-adenosylmethionine synthase 1 6.11744275 L4_control_A1 +LQ01X032660 S-adenosylmethionine synthase 1 5.773180756 L4_control_A2 +LQ01X032660 S-adenosylmethionine synthase 1 5.355207661 L4_control_A3 +LQ01X032660 S-adenosylmethionine synthase 1 5.615157673 L4_control_B1 +LQ01X032660 S-adenosylmethionine synthase 1 6.435773257 L4_control_B2 +LQ01X032660 S-adenosylmethionine synthase 1 5.56217842 L4_control_B3 +LQ01X032660 S-adenosylmethionine synthase 1 5.919394887 L4_control_C2 +LQ01X032660 S-adenosylmethionine synthase 1 5.302715073 L4_control_C3 +LQ01X032660 S-adenosylmethionine synthase 1 5.783240819 L4_chemical_A1 +LQ01X032660 S-adenosylmethionine synthase 1 5.328389031 L4_chemical_A2 +LQ01X032660 S-adenosylmethionine synthase 1 5.512597578 L4_chemical_A3 +LQ01X032660 S-adenosylmethionine synthase 1 5.643144243 L4_chemical_B1 +LQ01X032660 S-adenosylmethionine synthase 1 6.118687119 L4_chemical_B2 +LQ01X032660 S-adenosylmethionine synthase 1 5.558264527 L4_chemical_B3 +LQ01X032660 S-adenosylmethionine synthase 1 5.576991843 L4_chemical_C2 +LQ01X032660 S-adenosylmethionine synthase 1 5.940894551 L4_chemical_C3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.805839061 C6_control_A1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.146403333 C6_control_A3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.863159293 C6_control_B1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.083936469 C6_control_B2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.214169464 C6_control_B3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.373884462 C6_control_C1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.376451895 C6_control_C2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.914905114 C6_control_C3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.41523816 C6_chemical_A1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.546831481 C6_chemical_A3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.896809758 C6_chemical_B1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.894606212 C6_chemical_B2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.619674917 C6_chemical_B3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.397619068 C6_chemical_C1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.596675188 C6_chemical_C2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.739830127 C6_chemical_C3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.338280451 L4_control_A1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.512337321 L4_control_A2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 7.605141599 L4_control_A3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.248339022 L4_control_B1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 7.264283891 L4_control_B2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.857256813 L4_control_B3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.700526378 L4_control_C2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.699302632 L4_control_C3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.87376885 L4_chemical_A1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.779946629 L4_chemical_A2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 7.983444199 L4_chemical_A3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.43733701 L4_chemical_B1 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.912459299 L4_chemical_B2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.503180444 L4_chemical_B3 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.939090558 L4_chemical_C2 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.355480838 L4_chemical_C3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.750465654 C6_control_A1 +LQ01X032710 Pleiotropic drug resistance protein 3 4.836021174 C6_control_A3 +LQ01X032710 Pleiotropic drug resistance protein 3 5.39477475 C6_control_B1 +LQ01X032710 Pleiotropic drug resistance protein 3 4.685115322 C6_control_B2 +LQ01X032710 Pleiotropic drug resistance protein 3 4.833469218 C6_control_B3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.73327068 C6_control_C1 +LQ01X032710 Pleiotropic drug resistance protein 3 4.757669973 C6_control_C2 +LQ01X032710 Pleiotropic drug resistance protein 3 4.840258646 C6_control_C3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.949989861 C6_chemical_A1 +LQ01X032710 Pleiotropic drug resistance protein 3 4.770429625 C6_chemical_A3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.733573804 C6_chemical_B1 +LQ01X032710 Pleiotropic drug resistance protein 3 5.01578274 C6_chemical_B2 +LQ01X032710 Pleiotropic drug resistance protein 3 4.723553065 C6_chemical_B3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.866513354 C6_chemical_C1 +LQ01X032710 Pleiotropic drug resistance protein 3 4.954747614 C6_chemical_C2 +LQ01X032710 Pleiotropic drug resistance protein 3 4.720013656 C6_chemical_C3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.904861799 L4_control_A1 +LQ01X032710 Pleiotropic drug resistance protein 3 4.674954635 L4_control_A2 +LQ01X032710 Pleiotropic drug resistance protein 3 4.769199737 L4_control_A3 +LQ01X032710 Pleiotropic drug resistance protein 3 5.030056123 L4_control_B1 +LQ01X032710 Pleiotropic drug resistance protein 3 5.107744997 L4_control_B2 +LQ01X032710 Pleiotropic drug resistance protein 3 5.20150191 L4_control_B3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.931307103 L4_control_C2 +LQ01X032710 Pleiotropic drug resistance protein 3 4.860010027 L4_control_C3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.7126858 L4_chemical_A1 +LQ01X032710 Pleiotropic drug resistance protein 3 4.791049329 L4_chemical_A2 +LQ01X032710 Pleiotropic drug resistance protein 3 4.990547671 L4_chemical_A3 +LQ01X032710 Pleiotropic drug resistance protein 3 4.896523219 L4_chemical_B1 +LQ01X032710 Pleiotropic drug resistance protein 3 4.781286333 L4_chemical_B2 +LQ01X032710 Pleiotropic drug resistance protein 3 4.729107746 L4_chemical_B3 +LQ01X032710 Pleiotropic drug resistance protein 3 5.000026396 L4_chemical_C2 +LQ01X032710 Pleiotropic drug resistance protein 3 5.086159799 L4_chemical_C3 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.381712296 C6_control_A1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.079551497 C6_control_A3 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.193702661 C6_control_B1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.147351336 C6_control_B2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.372807643 C6_control_B3 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.189079523 C6_control_C1 +LQ01X032720 Squamosa promoter-binding-like protein 1 4.926116054 C6_control_C2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.150977353 C6_control_C3 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.039022945 C6_chemical_A1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.208661394 C6_chemical_A3 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.142449248 C6_chemical_B1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.341314 C6_chemical_B2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.068109963 C6_chemical_B3 +LQ01X032720 Squamosa promoter-binding-like protein 1 4.800045718 C6_chemical_C1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.16866801 C6_chemical_C2 +LQ01X032720 Squamosa promoter-binding-like protein 1 4.99117588 C6_chemical_C3 +LQ01X032720 Squamosa promoter-binding-like protein 1 4.989476039 L4_control_A1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.15879129 L4_control_A2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.480485007 L4_control_A3 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.183493408 L4_control_B1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.191244888 L4_control_B2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.255775021 L4_control_B3 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.435687694 L4_control_C2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.191187186 L4_control_C3 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.206516378 L4_chemical_A1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.03204682 L4_chemical_A2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.837349941 L4_chemical_A3 +LQ01X032720 Squamosa promoter-binding-like protein 1 4.772660597 L4_chemical_B1 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.587679967 L4_chemical_B2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.124250213 L4_chemical_B3 +LQ01X032720 Squamosa promoter-binding-like protein 1 4.804381042 L4_chemical_C2 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.501434269 L4_chemical_C3 +LQ01X032730 Pto-interacting protein 1 12.27206335 C6_control_A1 +LQ01X032730 Pto-interacting protein 1 12.43745472 C6_control_A3 +LQ01X032730 Pto-interacting protein 1 11.95129465 C6_control_B1 +LQ01X032730 Pto-interacting protein 1 11.73977294 C6_control_B2 +LQ01X032730 Pto-interacting protein 1 12.14085896 C6_control_B3 +LQ01X032730 Pto-interacting protein 1 11.45825419 C6_control_C1 +LQ01X032730 Pto-interacting protein 1 11.60195181 C6_control_C2 +LQ01X032730 Pto-interacting protein 1 11.72230384 C6_control_C3 +LQ01X032730 Pto-interacting protein 1 11.99454059 C6_chemical_A1 +LQ01X032730 Pto-interacting protein 1 12.57832169 C6_chemical_A3 +LQ01X032730 Pto-interacting protein 1 12.06756697 C6_chemical_B1 +LQ01X032730 Pto-interacting protein 1 11.94838029 C6_chemical_B2 +LQ01X032730 Pto-interacting protein 1 12.07373581 C6_chemical_B3 +LQ01X032730 Pto-interacting protein 1 11.52626897 C6_chemical_C1 +LQ01X032730 Pto-interacting protein 1 11.55650056 C6_chemical_C2 +LQ01X032730 Pto-interacting protein 1 11.84633041 C6_chemical_C3 +LQ01X032730 Pto-interacting protein 1 12.66860013 L4_control_A1 +LQ01X032730 Pto-interacting protein 1 12.70718398 L4_control_A2 +LQ01X032730 Pto-interacting protein 1 12.96734877 L4_control_A3 +LQ01X032730 Pto-interacting protein 1 12.25075987 L4_control_B1 +LQ01X032730 Pto-interacting protein 1 12.60011498 L4_control_B2 +LQ01X032730 Pto-interacting protein 1 12.35557144 L4_control_B3 +LQ01X032730 Pto-interacting protein 1 12.01462245 L4_control_C2 +LQ01X032730 Pto-interacting protein 1 12.94066066 L4_control_C3 +LQ01X032730 Pto-interacting protein 1 12.3905911 L4_chemical_A1 +LQ01X032730 Pto-interacting protein 1 12.30440231 L4_chemical_A2 +LQ01X032730 Pto-interacting protein 1 12.81316868 L4_chemical_A3 +LQ01X032730 Pto-interacting protein 1 12.23960586 L4_chemical_B1 +LQ01X032730 Pto-interacting protein 1 11.9984093 L4_chemical_B2 +LQ01X032730 Pto-interacting protein 1 12.46321088 L4_chemical_B3 +LQ01X032730 Pto-interacting protein 1 12.03053445 L4_chemical_C2 +LQ01X032730 Pto-interacting protein 1 12.45349878 L4_chemical_C3 +LQ01X032740 Putative uncharacterized protein 5.969170288 C6_control_A1 +LQ01X032740 Putative uncharacterized protein 6.539249963 C6_control_A3 +LQ01X032740 Putative uncharacterized protein 5.777494136 C6_control_B1 +LQ01X032740 Putative uncharacterized protein 5.194711089 C6_control_B2 +LQ01X032740 Putative uncharacterized protein 5.705568769 C6_control_B3 +LQ01X032740 Putative uncharacterized protein 6.031653535 C6_control_C1 +LQ01X032740 Putative uncharacterized protein 6.009320724 C6_control_C2 +LQ01X032740 Putative uncharacterized protein 5.968039733 C6_control_C3 +LQ01X032740 Putative uncharacterized protein 6.05333383 C6_chemical_A1 +LQ01X032740 Putative uncharacterized protein 5.502168584 C6_chemical_A3 +LQ01X032740 Putative uncharacterized protein 5.80522637 C6_chemical_B1 +LQ01X032740 Putative uncharacterized protein 5.531243677 C6_chemical_B2 +LQ01X032740 Putative uncharacterized protein 6.090973588 C6_chemical_B3 +LQ01X032740 Putative uncharacterized protein 6.241905732 C6_chemical_C1 +LQ01X032740 Putative uncharacterized protein 5.640520982 C6_chemical_C2 +LQ01X032740 Putative uncharacterized protein 6.019216679 C6_chemical_C3 +LQ01X032740 Putative uncharacterized protein 5.556373459 L4_control_A1 +LQ01X032740 Putative uncharacterized protein 5.227059962 L4_control_A2 +LQ01X032740 Putative uncharacterized protein 6.424861426 L4_control_A3 +LQ01X032740 Putative uncharacterized protein 4.960262809 L4_control_B1 +LQ01X032740 Putative uncharacterized protein 5.652957173 L4_control_B2 +LQ01X032740 Putative uncharacterized protein 5.594145855 L4_control_B3 +LQ01X032740 Putative uncharacterized protein 5.226178736 L4_control_C2 +LQ01X032740 Putative uncharacterized protein 5.162059107 L4_control_C3 +LQ01X032740 Putative uncharacterized protein 5.829695014 L4_chemical_A1 +LQ01X032740 Putative uncharacterized protein 5.682071691 L4_chemical_A2 +LQ01X032740 Putative uncharacterized protein 6.325318095 L4_chemical_A3 +LQ01X032740 Putative uncharacterized protein 5.673052031 L4_chemical_B1 +LQ01X032740 Putative uncharacterized protein 5.282644752 L4_chemical_B2 +LQ01X032740 Putative uncharacterized protein 5.843064666 L4_chemical_B3 +LQ01X032740 Putative uncharacterized protein 5.737188175 L4_chemical_C2 +LQ01X032740 Putative uncharacterized protein 5.887381204 L4_chemical_C3 +LQ01X032750 DNA binding protein, putative 5.974268939 C6_control_A1 +LQ01X032750 DNA binding protein, putative 6.087630736 C6_control_A3 +LQ01X032750 DNA binding protein, putative 6.345186569 C6_control_B1 +LQ01X032750 DNA binding protein, putative 5.78951365 C6_control_B2 +LQ01X032750 DNA binding protein, putative 5.845770814 C6_control_B3 +LQ01X032750 DNA binding protein, putative 5.428758666 C6_control_C1 +LQ01X032750 DNA binding protein, putative 6.20002442 C6_control_C2 +LQ01X032750 DNA binding protein, putative 6.151008044 C6_control_C3 +LQ01X032750 DNA binding protein, putative 5.994163005 C6_chemical_A1 +LQ01X032750 DNA binding protein, putative 5.577449987 C6_chemical_A3 +LQ01X032750 DNA binding protein, putative 6.015813382 C6_chemical_B1 +LQ01X032750 DNA binding protein, putative 5.919652549 C6_chemical_B2 +LQ01X032750 DNA binding protein, putative 5.437929505 C6_chemical_B3 +LQ01X032750 DNA binding protein, putative 5.411470974 C6_chemical_C1 +LQ01X032750 DNA binding protein, putative 5.66650193 C6_chemical_C2 +LQ01X032750 DNA binding protein, putative 5.617112418 C6_chemical_C3 +LQ01X032750 DNA binding protein, putative 5.320448248 L4_control_A1 +LQ01X032750 DNA binding protein, putative 5.987243791 L4_control_A2 +LQ01X032750 DNA binding protein, putative 6.164023515 L4_control_A3 +LQ01X032750 DNA binding protein, putative 6.190524765 L4_control_B1 +LQ01X032750 DNA binding protein, putative 6.363397234 L4_control_B2 +LQ01X032750 DNA binding protein, putative 5.615986281 L4_control_B3 +LQ01X032750 DNA binding protein, putative 5.950674263 L4_control_C2 +LQ01X032750 DNA binding protein, putative 5.872632865 L4_control_C3 +LQ01X032750 DNA binding protein, putative 5.337540827 L4_chemical_A1 +LQ01X032750 DNA binding protein, putative 5.783409129 L4_chemical_A2 +LQ01X032750 DNA binding protein, putative 5.98437316 L4_chemical_A3 +LQ01X032750 DNA binding protein, putative 5.833445265 L4_chemical_B1 +LQ01X032750 DNA binding protein, putative 6.116974993 L4_chemical_B2 +LQ01X032750 DNA binding protein, putative 5.636414306 L4_chemical_B3 +LQ01X032750 DNA binding protein, putative 5.884671504 L4_chemical_C2 +LQ01X032750 DNA binding protein, putative 5.726004335 L4_chemical_C3 +LQ01X032780 Predicted protein 13.44550974 C6_control_A1 +LQ01X032780 Predicted protein 12.49965721 C6_control_A3 +LQ01X032780 Predicted protein 13.86432521 C6_control_B1 +LQ01X032780 Predicted protein 14.02487982 C6_control_B2 +LQ01X032780 Predicted protein 13.97305111 C6_control_B3 +LQ01X032780 Predicted protein 13.93582794 C6_control_C1 +LQ01X032780 Predicted protein 13.53235336 C6_control_C2 +LQ01X032780 Predicted protein 13.91408364 C6_control_C3 +LQ01X032780 Predicted protein 13.06197772 C6_chemical_A1 +LQ01X032780 Predicted protein 12.4340537 C6_chemical_A3 +LQ01X032780 Predicted protein 13.82813896 C6_chemical_B1 +LQ01X032780 Predicted protein 14.57713029 C6_chemical_B2 +LQ01X032780 Predicted protein 13.92192938 C6_chemical_B3 +LQ01X032780 Predicted protein 13.41682841 C6_chemical_C1 +LQ01X032780 Predicted protein 13.91905783 C6_chemical_C2 +LQ01X032780 Predicted protein 14.05069182 C6_chemical_C3 +LQ01X032780 Predicted protein 12.32576317 L4_control_A1 +LQ01X032780 Predicted protein 13.10838336 L4_control_A2 +LQ01X032780 Predicted protein 11.85588707 L4_control_A3 +LQ01X032780 Predicted protein 13.86058478 L4_control_B1 +LQ01X032780 Predicted protein 13.63281076 L4_control_B2 +LQ01X032780 Predicted protein 14.18090384 L4_control_B3 +LQ01X032780 Predicted protein 13.48576059 L4_control_C2 +LQ01X032780 Predicted protein 13.88408573 L4_control_C3 +LQ01X032780 Predicted protein 11.86901619 L4_chemical_A1 +LQ01X032780 Predicted protein 13.09765533 L4_chemical_A2 +LQ01X032780 Predicted protein 10.67629021 L4_chemical_A3 +LQ01X032780 Predicted protein 13.53884827 L4_chemical_B1 +LQ01X032780 Predicted protein 13.80765058 L4_chemical_B2 +LQ01X032780 Predicted protein 13.52913922 L4_chemical_B3 +LQ01X032780 Predicted protein 13.6259263 L4_chemical_C2 +LQ01X032780 Predicted protein 13.67741153 L4_chemical_C3 +LQ01X032860 Putative uncharacterized protein 11.16494749 C6_control_A1 +LQ01X032860 Putative uncharacterized protein 11.35557394 C6_control_A3 +LQ01X032860 Putative uncharacterized protein 11.98933789 C6_control_B1 +LQ01X032860 Putative uncharacterized protein 12.66378586 C6_control_B2 +LQ01X032860 Putative uncharacterized protein 12.02915361 C6_control_B3 +LQ01X032860 Putative uncharacterized protein 13.64830283 C6_control_C1 +LQ01X032860 Putative uncharacterized protein 13.44869689 C6_control_C2 +LQ01X032860 Putative uncharacterized protein 14.09038813 C6_control_C3 +LQ01X032860 Putative uncharacterized protein 11.9758186 C6_chemical_A1 +LQ01X032860 Putative uncharacterized protein 11.69214615 C6_chemical_A3 +LQ01X032860 Putative uncharacterized protein 12.51997899 C6_chemical_B1 +LQ01X032860 Putative uncharacterized protein 13.19961709 C6_chemical_B2 +LQ01X032860 Putative uncharacterized protein 12.70169102 C6_chemical_B3 +LQ01X032860 Putative uncharacterized protein 13.96758098 C6_chemical_C1 +LQ01X032860 Putative uncharacterized protein 13.40995398 C6_chemical_C2 +LQ01X032860 Putative uncharacterized protein 13.92830943 C6_chemical_C3 +LQ01X032860 Putative uncharacterized protein 11.78593413 L4_control_A1 +LQ01X032860 Putative uncharacterized protein 12.2245125 L4_control_A2 +LQ01X032860 Putative uncharacterized protein 11.29076501 L4_control_A3 +LQ01X032860 Putative uncharacterized protein 13.12278809 L4_control_B1 +LQ01X032860 Putative uncharacterized protein 12.55041944 L4_control_B2 +LQ01X032860 Putative uncharacterized protein 14.90017366 L4_control_B3 +LQ01X032860 Putative uncharacterized protein 13.56478146 L4_control_C2 +LQ01X032860 Putative uncharacterized protein 13.8315381 L4_control_C3 +LQ01X032860 Putative uncharacterized protein 12.4183815 L4_chemical_A1 +LQ01X032860 Putative uncharacterized protein 13.10006963 L4_chemical_A2 +LQ01X032860 Putative uncharacterized protein 11.7437794 L4_chemical_A3 +LQ01X032860 Putative uncharacterized protein 12.7367778 L4_chemical_B1 +LQ01X032860 Putative uncharacterized protein 12.96349269 L4_chemical_B2 +LQ01X032860 Putative uncharacterized protein 12.64556862 L4_chemical_B3 +LQ01X032860 Putative uncharacterized protein 14.00601619 L4_chemical_C2 +LQ01X032860 Putative uncharacterized protein 13.80860065 L4_chemical_C3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.392692648 C6_control_A1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 6.006835163 C6_control_A3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.455088526 C6_control_B1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.423323717 C6_control_B2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.152682205 C6_control_B3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.708721574 C6_control_C1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.778189053 C6_control_C2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.818451702 C6_control_C3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.570762757 C6_chemical_A1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.528049782 C6_chemical_A3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 6.123911484 C6_chemical_B1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.678563753 C6_chemical_B2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.44045595 C6_chemical_B3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.664793054 C6_chemical_C1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.665840957 C6_chemical_C2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.839686159 C6_chemical_C3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.691024681 L4_control_A1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.556976027 L4_control_A2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.495089708 L4_control_A3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.865214094 L4_control_B1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.793316917 L4_control_B2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.254375468 L4_control_B3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.479351112 L4_control_C2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.546785913 L4_control_C3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.360439197 L4_chemical_A1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.34799908 L4_chemical_A2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.865110452 L4_chemical_A3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.294047838 L4_chemical_B1 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.372595879 L4_chemical_B2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.330582153 L4_chemical_B3 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.734120616 L4_chemical_C2 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.840384978 L4_chemical_C3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.32543842 C6_control_A1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 11.9085185 C6_control_A3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.38927431 C6_control_B1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 13.05343553 C6_control_B2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.3964831 C6_control_B3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 14.07060055 C6_control_C1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 13.72441746 C6_control_C2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 13.81578559 C6_control_C3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.56311286 C6_chemical_A1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.37987545 C6_chemical_A3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.35643747 C6_chemical_B1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.9595854 C6_chemical_B2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.35887421 C6_chemical_B3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 14.2457916 C6_chemical_C1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 13.83060233 C6_chemical_C2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 13.84769479 C6_chemical_C3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.09850648 L4_control_A1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.24515188 L4_control_A2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 11.70302087 L4_control_A3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.34199666 L4_control_B1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.3458225 L4_control_B2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.25028203 L4_control_B3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 13.60182732 L4_control_C2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.59378365 L4_control_C3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.38269085 L4_chemical_A1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.54419154 L4_chemical_A2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 11.99151127 L4_chemical_A3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.25223822 L4_chemical_B1 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.7488681 L4_chemical_B2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 11.97883134 L4_chemical_B3 +LQ01X032900 Protein translocase subunit secA, chloroplastic 13.62613392 L4_chemical_C2 +LQ01X032900 Protein translocase subunit secA, chloroplastic 13.25290826 L4_chemical_C3 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.68837003 C6_control_A1 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.8748157 C6_control_A3 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.87384545 C6_control_B1 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.41044142 C6_control_B2 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.73843503 C6_control_B3 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.25783251 C6_control_C1 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.75751527 C6_control_C2 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.21489477 C6_control_C3 +LQ01X032970 Putative Hydrophobic protein LTI6A 10.62492309 C6_chemical_A1 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.1708951 C6_chemical_A3 +LQ01X032970 Putative Hydrophobic protein LTI6A 9.791170631 C6_chemical_B1 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.73540398 C6_chemical_B2 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.10295412 C6_chemical_B3 +LQ01X032970 Putative Hydrophobic protein LTI6A 9.320093843 C6_chemical_C1 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.48676139 C6_chemical_C2 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.7743046 C6_chemical_C3 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.67804446 L4_control_A1 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.78948495 L4_control_A2 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.80644966 L4_control_A3 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.25570965 L4_control_B1 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.73332994 L4_control_B2 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.84302095 L4_control_B3 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.1024915 L4_control_C2 +LQ01X032970 Putative Hydrophobic protein LTI6A 13.27146931 L4_control_C3 +LQ01X032970 Putative Hydrophobic protein LTI6A 10.8103035 L4_chemical_A1 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.65910432 L4_chemical_A2 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.00918547 L4_chemical_A3 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.17284971 L4_chemical_B1 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.49483759 L4_chemical_B2 +LQ01X032970 Putative Hydrophobic protein LTI6A 11.89959241 L4_chemical_B3 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.6461008 L4_chemical_C2 +LQ01X032970 Putative Hydrophobic protein LTI6A 12.51220624 L4_chemical_C3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.68423454 C6_control_A1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.6941003 C6_control_A3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.90433129 C6_control_B1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.16037061 C6_control_B2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.17498891 C6_control_B3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.70828818 C6_control_C1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.53731505 C6_control_C2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.88562791 C6_control_C3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.93586142 C6_chemical_A1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.9874814 C6_chemical_A3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.34905992 C6_chemical_B1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.19839176 C6_chemical_B2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.98200462 C6_chemical_B3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.64894749 C6_chemical_C1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.88101363 C6_chemical_C2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.69281318 C6_chemical_C3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.76605556 L4_control_A1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.46123863 L4_control_A2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.78778455 L4_control_A3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.10504645 L4_control_B1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.89294835 L4_control_B2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.97288463 L4_control_B3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.03475545 L4_control_C2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.43646058 L4_control_C3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.28680127 L4_chemical_A1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.15189407 L4_chemical_A2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.37006717 L4_chemical_A3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.08163736 L4_chemical_B1 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.22091363 L4_chemical_B2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.96923573 L4_chemical_B3 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.16913763 L4_chemical_C2 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 12.37491488 L4_chemical_C3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.249510903 C6_control_A1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.442650369 C6_control_A3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.111594238 C6_control_B1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.708789228 C6_control_B2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.242864 C6_control_B3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 8.443404998 C6_control_C1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 8.436208572 C6_control_C2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 8.57640498 C6_control_C3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.518437385 C6_chemical_A1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.375216747 C6_chemical_A3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 5.847924356 C6_chemical_B1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.020530642 C6_chemical_B2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 5.92751898 C6_chemical_B3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 8.572766035 C6_chemical_C1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 8.410418602 C6_chemical_C2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 8.251131235 C6_chemical_C3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.657279864 L4_control_A1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.90295777 L4_control_A2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.363753994 L4_control_A3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.358137671 L4_control_B1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.822780519 L4_control_B2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.3593034 L4_control_B3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 9.234585506 L4_control_C2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 9.447004321 L4_control_C3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.938938769 L4_chemical_A1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.647464151 L4_chemical_A2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.278858812 L4_chemical_A3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.025478065 L4_chemical_B1 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.443505574 L4_chemical_B2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 7.034460279 L4_chemical_B3 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 9.242205102 L4_chemical_C2 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 9.259243413 L4_chemical_C3 +LQ01X033040 Putative Secologanin synthase 7.964529679 C6_control_A1 +LQ01X033040 Putative Secologanin synthase 7.441310719 C6_control_A3 +LQ01X033040 Putative Secologanin synthase 11.29400887 C6_control_B1 +LQ01X033040 Putative Secologanin synthase 12.83551145 C6_control_B2 +LQ01X033040 Putative Secologanin synthase 12.18530292 C6_control_B3 +LQ01X033040 Putative Secologanin synthase 14.67167663 C6_control_C1 +LQ01X033040 Putative Secologanin synthase 13.29385694 C6_control_C2 +LQ01X033040 Putative Secologanin synthase 13.43245726 C6_control_C3 +LQ01X033040 Putative Secologanin synthase 7.441142682 C6_chemical_A1 +LQ01X033040 Putative Secologanin synthase 7.340529506 C6_chemical_A3 +LQ01X033040 Putative Secologanin synthase 11.5472281 C6_chemical_B1 +LQ01X033040 Putative Secologanin synthase 12.57054546 C6_chemical_B2 +LQ01X033040 Putative Secologanin synthase 11.13311701 C6_chemical_B3 +LQ01X033040 Putative Secologanin synthase 14.51142244 C6_chemical_C1 +LQ01X033040 Putative Secologanin synthase 14.18780264 C6_chemical_C2 +LQ01X033040 Putative Secologanin synthase 14.30535564 C6_chemical_C3 +LQ01X033040 Putative Secologanin synthase 7.017785211 L4_control_A1 +LQ01X033040 Putative Secologanin synthase 7.970769031 L4_control_A2 +LQ01X033040 Putative Secologanin synthase 9.333127863 L4_control_A3 +LQ01X033040 Putative Secologanin synthase 12.46120703 L4_control_B1 +LQ01X033040 Putative Secologanin synthase 11.32440954 L4_control_B2 +LQ01X033040 Putative Secologanin synthase 9.954702254 L4_control_B3 +LQ01X033040 Putative Secologanin synthase 14.98091064 L4_control_C2 +LQ01X033040 Putative Secologanin synthase 13.44390459 L4_control_C3 +LQ01X033040 Putative Secologanin synthase 8.932560721 L4_chemical_A1 +LQ01X033040 Putative Secologanin synthase 9.048358324 L4_chemical_A2 +LQ01X033040 Putative Secologanin synthase 9.358661052 L4_chemical_A3 +LQ01X033040 Putative Secologanin synthase 11.63458142 L4_chemical_B1 +LQ01X033040 Putative Secologanin synthase 11.03580762 L4_chemical_B2 +LQ01X033040 Putative Secologanin synthase 9.470189625 L4_chemical_B3 +LQ01X033040 Putative Secologanin synthase 14.86581675 L4_chemical_C2 +LQ01X033040 Putative Secologanin synthase 14.37441343 L4_chemical_C3 +LQ01X033070 Predicted protein 10.12455795 C6_control_A1 +LQ01X033070 Predicted protein 9.76987414 C6_control_A3 +LQ01X033070 Predicted protein 11.22781032 C6_control_B1 +LQ01X033070 Predicted protein 12.58035421 C6_control_B2 +LQ01X033070 Predicted protein 11.80576419 C6_control_B3 +LQ01X033070 Predicted protein 10.07816298 C6_control_C1 +LQ01X033070 Predicted protein 9.994099051 C6_control_C2 +LQ01X033070 Predicted protein 10.30690119 C6_control_C3 +LQ01X033070 Predicted protein 9.967599807 C6_chemical_A1 +LQ01X033070 Predicted protein 9.572402398 C6_chemical_A3 +LQ01X033070 Predicted protein 11.3140242 C6_chemical_B1 +LQ01X033070 Predicted protein 12.41724992 C6_chemical_B2 +LQ01X033070 Predicted protein 11.72436942 C6_chemical_B3 +LQ01X033070 Predicted protein 9.953219842 C6_chemical_C1 +LQ01X033070 Predicted protein 9.647931248 C6_chemical_C2 +LQ01X033070 Predicted protein 9.439435299 C6_chemical_C3 +LQ01X033070 Predicted protein 9.603222147 L4_control_A1 +LQ01X033070 Predicted protein 9.9540522 L4_control_A2 +LQ01X033070 Predicted protein 9.444773876 L4_control_A3 +LQ01X033070 Predicted protein 11.27315215 L4_control_B1 +LQ01X033070 Predicted protein 9.854837926 L4_control_B2 +LQ01X033070 Predicted protein 11.87289336 L4_control_B3 +LQ01X033070 Predicted protein 8.449113791 L4_control_C2 +LQ01X033070 Predicted protein 7.538724159 L4_control_C3 +LQ01X033070 Predicted protein 10.06961745 L4_chemical_A1 +LQ01X033070 Predicted protein 9.907690471 L4_chemical_A2 +LQ01X033070 Predicted protein 9.611157927 L4_chemical_A3 +LQ01X033070 Predicted protein 10.23423525 L4_chemical_B1 +LQ01X033070 Predicted protein 9.771414613 L4_chemical_B2 +LQ01X033070 Predicted protein 11.59030349 L4_chemical_B3 +LQ01X033070 Predicted protein 8.3763862 L4_chemical_C2 +LQ01X033070 Predicted protein 8.430328622 L4_chemical_C3 +LQ01X033080 Predicted protein 4.968746933 C6_control_A1 +LQ01X033080 Predicted protein 5.269969281 C6_control_A3 +LQ01X033080 Predicted protein 5.070613987 C6_control_B1 +LQ01X033080 Predicted protein 5.390062531 C6_control_B2 +LQ01X033080 Predicted protein 5.186543906 C6_control_B3 +LQ01X033080 Predicted protein 5.863631027 C6_control_C1 +LQ01X033080 Predicted protein 6.067879495 C6_control_C2 +LQ01X033080 Predicted protein 5.954497241 C6_control_C3 +LQ01X033080 Predicted protein 5.283929373 C6_chemical_A1 +LQ01X033080 Predicted protein 5.420809605 C6_chemical_A3 +LQ01X033080 Predicted protein 5.50242135 C6_chemical_B1 +LQ01X033080 Predicted protein 5.265498579 C6_chemical_B2 +LQ01X033080 Predicted protein 4.944457568 C6_chemical_B3 +LQ01X033080 Predicted protein 5.840329883 C6_chemical_C1 +LQ01X033080 Predicted protein 5.902405482 C6_chemical_C2 +LQ01X033080 Predicted protein 5.667074627 C6_chemical_C3 +LQ01X033080 Predicted protein 5.164505568 L4_control_A1 +LQ01X033080 Predicted protein 5.092250719 L4_control_A2 +LQ01X033080 Predicted protein 5.594651258 L4_control_A3 +LQ01X033080 Predicted protein 5.270206369 L4_control_B1 +LQ01X033080 Predicted protein 4.849968669 L4_control_B2 +LQ01X033080 Predicted protein 5.423443306 L4_control_B3 +LQ01X033080 Predicted protein 5.329059781 L4_control_C2 +LQ01X033080 Predicted protein 5.5321849 L4_control_C3 +LQ01X033080 Predicted protein 4.987461192 L4_chemical_A1 +LQ01X033080 Predicted protein 5.322695488 L4_chemical_A2 +LQ01X033080 Predicted protein 5.257103224 L4_chemical_A3 +LQ01X033080 Predicted protein 5.377636118 L4_chemical_B1 +LQ01X033080 Predicted protein 6.240213006 L4_chemical_B2 +LQ01X033080 Predicted protein 5.234974847 L4_chemical_B3 +LQ01X033080 Predicted protein 5.088761561 L4_chemical_C2 +LQ01X033080 Predicted protein 5.322765553 L4_chemical_C3 +LQ01X033090 Predicted protein 10.97705065 C6_control_A1 +LQ01X033090 Predicted protein 11.20494503 C6_control_A3 +LQ01X033090 Predicted protein 10.93947941 C6_control_B1 +LQ01X033090 Predicted protein 11.27844164 C6_control_B2 +LQ01X033090 Predicted protein 11.50710542 C6_control_B3 +LQ01X033090 Predicted protein 10.30670031 C6_control_C1 +LQ01X033090 Predicted protein 10.17888639 C6_control_C2 +LQ01X033090 Predicted protein 10.5150035 C6_control_C3 +LQ01X033090 Predicted protein 10.60855426 C6_chemical_A1 +LQ01X033090 Predicted protein 11.12861918 C6_chemical_A3 +LQ01X033090 Predicted protein 10.59547127 C6_chemical_B1 +LQ01X033090 Predicted protein 10.93710318 C6_chemical_B2 +LQ01X033090 Predicted protein 10.88406 C6_chemical_B3 +LQ01X033090 Predicted protein 9.932930023 C6_chemical_C1 +LQ01X033090 Predicted protein 10.01017865 C6_chemical_C2 +LQ01X033090 Predicted protein 9.431763444 C6_chemical_C3 +LQ01X033090 Predicted protein 11.40006444 L4_control_A1 +LQ01X033090 Predicted protein 11.32108726 L4_control_A2 +LQ01X033090 Predicted protein 12.31134601 L4_control_A3 +LQ01X033090 Predicted protein 11.46808785 L4_control_B1 +LQ01X033090 Predicted protein 11.34066445 L4_control_B2 +LQ01X033090 Predicted protein 11.52719726 L4_control_B3 +LQ01X033090 Predicted protein 9.71773703 L4_control_C2 +LQ01X033090 Predicted protein 10.26230677 L4_control_C3 +LQ01X033090 Predicted protein 10.95278881 L4_chemical_A1 +LQ01X033090 Predicted protein 10.90802016 L4_chemical_A2 +LQ01X033090 Predicted protein 12.10068824 L4_chemical_A3 +LQ01X033090 Predicted protein 10.59637402 L4_chemical_B1 +LQ01X033090 Predicted protein 10.55879437 L4_chemical_B2 +LQ01X033090 Predicted protein 11.5742364 L4_chemical_B3 +LQ01X033090 Predicted protein 9.850987452 L4_chemical_C2 +LQ01X033090 Predicted protein 10.43644361 L4_chemical_C3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.170403248 C6_control_A1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.48500111 C6_control_A3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.861011745 C6_control_B1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.42739509 C6_control_B2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.814688811 C6_control_B3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.950159826 C6_control_C1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.543890145 C6_control_C2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.961674144 C6_control_C3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.436262091 C6_chemical_A1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.367890266 C6_chemical_A3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.828572478 C6_chemical_B1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.310865162 C6_chemical_B2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.550757253 C6_chemical_B3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 6.105818555 C6_chemical_C1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.90503495 C6_chemical_C2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.87365896 C6_chemical_C3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.742820685 L4_control_A1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.661149169 L4_control_A2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.622221702 L4_control_A3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.994966482 L4_control_B1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.298893187 L4_control_B2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.412664281 L4_control_B3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.871084994 L4_control_C2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.209473121 L4_control_C3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.558438841 L4_chemical_A1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.402741988 L4_chemical_A2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.343062146 L4_chemical_A3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 6.757874199 L4_chemical_B1 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 6.140860504 L4_chemical_B2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.673290627 L4_chemical_B3 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.502062607 L4_chemical_C2 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 6.134272536 L4_chemical_C3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.74833339 C6_control_A1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.06830286 C6_control_A3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.90856818 C6_control_B1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.16934207 C6_control_B2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.44339531 C6_control_B3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.64509366 C6_control_C1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.1901372 C6_control_C2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.42841095 C6_control_C3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.80069517 C6_chemical_A1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.84295659 C6_chemical_A3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.9223014 C6_chemical_B1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.20714292 C6_chemical_B2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.26438163 C6_chemical_B3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.60639536 C6_chemical_C1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.27019277 C6_chemical_C2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.36778195 C6_chemical_C3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.57927944 L4_control_A1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.15602362 L4_control_A2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.36870053 L4_control_A3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.00883837 L4_control_B1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.22419489 L4_control_B2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.30658266 L4_control_B3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.91566924 L4_control_C2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.20304078 L4_control_C3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.02828972 L4_chemical_A1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.66721612 L4_chemical_A2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 12.90913592 L4_chemical_A3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.50637838 L4_chemical_B1 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.20152409 L4_chemical_B2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.51687194 L4_chemical_B3 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 14.22523406 L4_chemical_C2 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.44105549 L4_chemical_C3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.772344726 C6_control_A1 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.330942275 C6_control_A3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.433729318 C6_control_B1 +LQ01X033170 Germin-like protein subfamily 2 member 4 4.880395383 C6_control_B2 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.471278049 C6_control_B3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.079393306 C6_control_C1 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.279786692 C6_control_C2 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.409787307 C6_control_C3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.295163862 C6_chemical_A1 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.267662827 C6_chemical_A3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.270851875 C6_chemical_B1 +LQ01X033170 Germin-like protein subfamily 2 member 4 4.990356163 C6_chemical_B2 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.353251711 C6_chemical_B3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.167879284 C6_chemical_C1 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.226169083 C6_chemical_C2 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.663117124 C6_chemical_C3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.258665314 L4_control_A1 +LQ01X033170 Germin-like protein subfamily 2 member 4 6.029808764 L4_control_A2 +LQ01X033170 Germin-like protein subfamily 2 member 4 6.004241275 L4_control_A3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.214846752 L4_control_B1 +LQ01X033170 Germin-like protein subfamily 2 member 4 6.060980208 L4_control_B2 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.30741377 L4_control_B3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.801934217 L4_control_C2 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.222987606 L4_control_C3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.307192634 L4_chemical_A1 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.623109057 L4_chemical_A2 +LQ01X033170 Germin-like protein subfamily 2 member 4 6.018794779 L4_chemical_A3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.14198879 L4_chemical_B1 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.995523766 L4_chemical_B2 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.427028715 L4_chemical_B3 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.627983248 L4_chemical_C2 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.377566476 L4_chemical_C3 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.985656724 C6_control_A1 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.229560838 C6_control_A3 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.411836228 C6_control_B1 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.197289013 C6_control_B2 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.787899585 C6_control_B3 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.39168596 C6_control_C1 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.717446362 C6_control_C2 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.377779158 C6_control_C3 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.948358906 C6_chemical_A1 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.827794494 C6_chemical_A3 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.415627677 C6_chemical_B1 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.277387669 C6_chemical_B2 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.088934868 C6_chemical_B3 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.200337734 C6_chemical_C1 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.426799812 C6_chemical_C2 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.824332963 C6_chemical_C3 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.322129784 L4_control_A1 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.39676201 L4_control_A2 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.935429682 L4_control_A3 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.836525316 L4_control_B1 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.964824944 L4_control_B2 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.153235162 L4_control_B3 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.22333073 L4_control_C2 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.257878274 L4_control_C3 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.771831315 L4_chemical_A1 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.895148511 L4_chemical_A2 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.859712842 L4_chemical_A3 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.173112123 L4_chemical_B1 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.084085393 L4_chemical_B2 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.961774428 L4_chemical_B3 +LQ01X033180 Putative Uncharacterized protein C9orf78 6.027113228 L4_chemical_C2 +LQ01X033180 Putative Uncharacterized protein C9orf78 5.456135977 L4_chemical_C3 +LQ01X033190 Putative expansin-A17 5.316967778 C6_control_A1 +LQ01X033190 Putative expansin-A17 4.959252946 C6_control_A3 +LQ01X033190 Putative expansin-A17 5.127348762 C6_control_B1 +LQ01X033190 Putative expansin-A17 5.297093131 C6_control_B2 +LQ01X033190 Putative expansin-A17 5.129158509 C6_control_B3 +LQ01X033190 Putative expansin-A17 5.352534153 C6_control_C1 +LQ01X033190 Putative expansin-A17 5.1064517 C6_control_C2 +LQ01X033190 Putative expansin-A17 5.232454661 C6_control_C3 +LQ01X033190 Putative expansin-A17 5.267040263 C6_chemical_A1 +LQ01X033190 Putative expansin-A17 5.187496349 C6_chemical_A3 +LQ01X033190 Putative expansin-A17 4.790215868 C6_chemical_B1 +LQ01X033190 Putative expansin-A17 5.024935518 C6_chemical_B2 +LQ01X033190 Putative expansin-A17 5.250106442 C6_chemical_B3 +LQ01X033190 Putative expansin-A17 5.472919288 C6_chemical_C1 +LQ01X033190 Putative expansin-A17 5.157444379 C6_chemical_C2 +LQ01X033190 Putative expansin-A17 5.175395174 C6_chemical_C3 +LQ01X033190 Putative expansin-A17 5.392822191 L4_control_A1 +LQ01X033190 Putative expansin-A17 5.644272365 L4_control_A2 +LQ01X033190 Putative expansin-A17 5.97180473 L4_control_A3 +LQ01X033190 Putative expansin-A17 5.948443867 L4_control_B1 +LQ01X033190 Putative expansin-A17 5.365291053 L4_control_B2 +LQ01X033190 Putative expansin-A17 5.883681839 L4_control_B3 +LQ01X033190 Putative expansin-A17 5.215991908 L4_control_C2 +LQ01X033190 Putative expansin-A17 5.736806437 L4_control_C3 +LQ01X033190 Putative expansin-A17 5.595151443 L4_chemical_A1 +LQ01X033190 Putative expansin-A17 5.859621051 L4_chemical_A2 +LQ01X033190 Putative expansin-A17 5.906682888 L4_chemical_A3 +LQ01X033190 Putative expansin-A17 5.234488532 L4_chemical_B1 +LQ01X033190 Putative expansin-A17 5.144711786 L4_chemical_B2 +LQ01X033190 Putative expansin-A17 6.333707502 L4_chemical_B3 +LQ01X033190 Putative expansin-A17 5.057987093 L4_chemical_C2 +LQ01X033190 Putative expansin-A17 5.579932536 L4_chemical_C3 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.676096492 C6_control_A1 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.058587275 C6_control_A3 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.111495134 C6_control_B1 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.766470503 C6_control_B2 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.820509743 C6_control_B3 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.714082354 C6_control_C1 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.674420646 C6_control_C2 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.778317817 C6_control_C3 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.714315663 C6_chemical_A1 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.71020383 C6_chemical_A3 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.438068011 C6_chemical_B1 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.008089142 C6_chemical_B2 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.539226945 C6_chemical_B3 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.321245726 C6_chemical_C1 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.210521141 C6_chemical_C2 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.865301569 C6_chemical_C3 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.081722026 L4_control_A1 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.988854135 L4_control_A2 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.924420492 L4_control_A3 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.871238897 L4_control_B1 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.029386384 L4_control_B2 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.772920541 L4_control_B3 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.788435036 L4_control_C2 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.11799169 L4_control_C3 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.657608738 L4_chemical_A1 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.818340493 L4_chemical_A2 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.684997412 L4_chemical_A3 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.875629017 L4_chemical_B1 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.029751015 L4_chemical_B2 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.086031745 L4_chemical_B3 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.839411565 L4_chemical_C2 +LQ01X033250 Putative uncharacterized protein F21F14.180 5.162534225 L4_chemical_C3 +LQ01X033270 Putative Cathepsin B 14.511772 C6_control_A1 +LQ01X033270 Putative Cathepsin B 14.24731594 C6_control_A3 +LQ01X033270 Putative Cathepsin B 14.6951011 C6_control_B1 +LQ01X033270 Putative Cathepsin B 14.8078381 C6_control_B2 +LQ01X033270 Putative Cathepsin B 14.75537 C6_control_B3 +LQ01X033270 Putative Cathepsin B 14.28036608 C6_control_C1 +LQ01X033270 Putative Cathepsin B 14.67146361 C6_control_C2 +LQ01X033270 Putative Cathepsin B 14.72427907 C6_control_C3 +LQ01X033270 Putative Cathepsin B 14.23787361 C6_chemical_A1 +LQ01X033270 Putative Cathepsin B 14.45934316 C6_chemical_A3 +LQ01X033270 Putative Cathepsin B 14.43918115 C6_chemical_B1 +LQ01X033270 Putative Cathepsin B 14.74882442 C6_chemical_B2 +LQ01X033270 Putative Cathepsin B 14.67401262 C6_chemical_B3 +LQ01X033270 Putative Cathepsin B 13.92156006 C6_chemical_C1 +LQ01X033270 Putative Cathepsin B 14.38505583 C6_chemical_C2 +LQ01X033270 Putative Cathepsin B 14.26415138 C6_chemical_C3 +LQ01X033270 Putative Cathepsin B 14.48238032 L4_control_A1 +LQ01X033270 Putative Cathepsin B 14.63870648 L4_control_A2 +LQ01X033270 Putative Cathepsin B 14.29300663 L4_control_A3 +LQ01X033270 Putative Cathepsin B 15.04203321 L4_control_B1 +LQ01X033270 Putative Cathepsin B 15.04880765 L4_control_B2 +LQ01X033270 Putative Cathepsin B 15.20090597 L4_control_B3 +LQ01X033270 Putative Cathepsin B 14.61667321 L4_control_C2 +LQ01X033270 Putative Cathepsin B 14.68347352 L4_control_C3 +LQ01X033270 Putative Cathepsin B 14.90160306 L4_chemical_A1 +LQ01X033270 Putative Cathepsin B 14.65067051 L4_chemical_A2 +LQ01X033270 Putative Cathepsin B 14.4684404 L4_chemical_A3 +LQ01X033270 Putative Cathepsin B 14.88726101 L4_chemical_B1 +LQ01X033270 Putative Cathepsin B 14.71325647 L4_chemical_B2 +LQ01X033270 Putative Cathepsin B 15.03515746 L4_chemical_B3 +LQ01X033270 Putative Cathepsin B 14.43612169 L4_chemical_C2 +LQ01X033270 Putative Cathepsin B 14.58046381 L4_chemical_C3 +LQ01X033280 GEM-like protein 2 5.240226827 C6_control_A1 +LQ01X033280 GEM-like protein 2 5.229354949 C6_control_A3 +LQ01X033280 GEM-like protein 2 5.106750821 C6_control_B1 +LQ01X033280 GEM-like protein 2 5.455046428 C6_control_B2 +LQ01X033280 GEM-like protein 2 5.547306002 C6_control_B3 +LQ01X033280 GEM-like protein 2 5.435065623 C6_control_C1 +LQ01X033280 GEM-like protein 2 5.751521185 C6_control_C2 +LQ01X033280 GEM-like protein 2 5.326268406 C6_control_C3 +LQ01X033280 GEM-like protein 2 5.526498974 C6_chemical_A1 +LQ01X033280 GEM-like protein 2 5.302863765 C6_chemical_A3 +LQ01X033280 GEM-like protein 2 5.469057997 C6_chemical_B1 +LQ01X033280 GEM-like protein 2 5.256767914 C6_chemical_B2 +LQ01X033280 GEM-like protein 2 5.401642824 C6_chemical_B3 +LQ01X033280 GEM-like protein 2 5.423547195 C6_chemical_C1 +LQ01X033280 GEM-like protein 2 5.57646757 C6_chemical_C2 +LQ01X033280 GEM-like protein 2 5.041355009 C6_chemical_C3 +LQ01X033280 GEM-like protein 2 5.071874753 L4_control_A1 +LQ01X033280 GEM-like protein 2 5.248083502 L4_control_A2 +LQ01X033280 GEM-like protein 2 5.102216874 L4_control_A3 +LQ01X033280 GEM-like protein 2 6.097138523 L4_control_B1 +LQ01X033280 GEM-like protein 2 5.856015323 L4_control_B2 +LQ01X033280 GEM-like protein 2 5.230543227 L4_control_B3 +LQ01X033280 GEM-like protein 2 5.484400984 L4_control_C2 +LQ01X033280 GEM-like protein 2 5.055766509 L4_control_C3 +LQ01X033280 GEM-like protein 2 5.046027633 L4_chemical_A1 +LQ01X033280 GEM-like protein 2 5.473125491 L4_chemical_A2 +LQ01X033280 GEM-like protein 2 5.682413874 L4_chemical_A3 +LQ01X033280 GEM-like protein 2 5.520800479 L4_chemical_B1 +LQ01X033280 GEM-like protein 2 5.703308341 L4_chemical_B2 +LQ01X033280 GEM-like protein 2 5.2467821 L4_chemical_B3 +LQ01X033280 GEM-like protein 2 5.883349235 L4_chemical_C2 +LQ01X033280 GEM-like protein 2 5.207408376 L4_chemical_C3 +LQ01X033320 Putative O-methyltransferase mdmC 5.109882542 C6_control_A1 +LQ01X033320 Putative O-methyltransferase mdmC 5.287227733 C6_control_A3 +LQ01X033320 Putative O-methyltransferase mdmC 5.066569477 C6_control_B1 +LQ01X033320 Putative O-methyltransferase mdmC 5.733406511 C6_control_B2 +LQ01X033320 Putative O-methyltransferase mdmC 5.940393972 C6_control_B3 +LQ01X033320 Putative O-methyltransferase mdmC 5.131385123 C6_control_C1 +LQ01X033320 Putative O-methyltransferase mdmC 5.909977981 C6_control_C2 +LQ01X033320 Putative O-methyltransferase mdmC 5.511671661 C6_control_C3 +LQ01X033320 Putative O-methyltransferase mdmC 5.119245488 C6_chemical_A1 +LQ01X033320 Putative O-methyltransferase mdmC 5.321430675 C6_chemical_A3 +LQ01X033320 Putative O-methyltransferase mdmC 5.487845702 C6_chemical_B1 +LQ01X033320 Putative O-methyltransferase mdmC 5.26554829 C6_chemical_B2 +LQ01X033320 Putative O-methyltransferase mdmC 5.396886978 C6_chemical_B3 +LQ01X033320 Putative O-methyltransferase mdmC 5.318679628 C6_chemical_C1 +LQ01X033320 Putative O-methyltransferase mdmC 5.582785474 C6_chemical_C2 +LQ01X033320 Putative O-methyltransferase mdmC 5.348931037 C6_chemical_C3 +LQ01X033320 Putative O-methyltransferase mdmC 5.250868323 L4_control_A1 +LQ01X033320 Putative O-methyltransferase mdmC 5.230738692 L4_control_A2 +LQ01X033320 Putative O-methyltransferase mdmC 5.678252046 L4_control_A3 +LQ01X033320 Putative O-methyltransferase mdmC 5.282291693 L4_control_B1 +LQ01X033320 Putative O-methyltransferase mdmC 5.134730247 L4_control_B2 +LQ01X033320 Putative O-methyltransferase mdmC 4.969815703 L4_control_B3 +LQ01X033320 Putative O-methyltransferase mdmC 5.029198393 L4_control_C2 +LQ01X033320 Putative O-methyltransferase mdmC 5.636293105 L4_control_C3 +LQ01X033320 Putative O-methyltransferase mdmC 4.677322373 L4_chemical_A1 +LQ01X033320 Putative O-methyltransferase mdmC 5.185977089 L4_chemical_A2 +LQ01X033320 Putative O-methyltransferase mdmC 5.181259454 L4_chemical_A3 +LQ01X033320 Putative O-methyltransferase mdmC 5.220296213 L4_chemical_B1 +LQ01X033320 Putative O-methyltransferase mdmC 5.281754583 L4_chemical_B2 +LQ01X033320 Putative O-methyltransferase mdmC 5.351746525 L4_chemical_B3 +LQ01X033320 Putative O-methyltransferase mdmC 5.269540482 L4_chemical_C2 +LQ01X033320 Putative O-methyltransferase mdmC 5.159098202 L4_chemical_C3 +LQ01X033340 Expressed protein, putative 6.139284392 C6_control_A1 +LQ01X033340 Expressed protein, putative 5.86804067 C6_control_A3 +LQ01X033340 Expressed protein, putative 6.049729798 C6_control_B1 +LQ01X033340 Expressed protein, putative 6.400245239 C6_control_B2 +LQ01X033340 Expressed protein, putative 5.877136438 C6_control_B3 +LQ01X033340 Expressed protein, putative 5.889591657 C6_control_C1 +LQ01X033340 Expressed protein, putative 5.979150241 C6_control_C2 +LQ01X033340 Expressed protein, putative 5.803773433 C6_control_C3 +LQ01X033340 Expressed protein, putative 6.167352201 C6_chemical_A1 +LQ01X033340 Expressed protein, putative 6.173966937 C6_chemical_A3 +LQ01X033340 Expressed protein, putative 6.184295786 C6_chemical_B1 +LQ01X033340 Expressed protein, putative 6.531778412 C6_chemical_B2 +LQ01X033340 Expressed protein, putative 6.233983635 C6_chemical_B3 +LQ01X033340 Expressed protein, putative 6.167610658 C6_chemical_C1 +LQ01X033340 Expressed protein, putative 6.245328713 C6_chemical_C2 +LQ01X033340 Expressed protein, putative 5.962522399 C6_chemical_C3 +LQ01X033340 Expressed protein, putative 5.756665981 L4_control_A1 +LQ01X033340 Expressed protein, putative 6.547939009 L4_control_A2 +LQ01X033340 Expressed protein, putative 6.046600329 L4_control_A3 +LQ01X033340 Expressed protein, putative 5.57598464 L4_control_B1 +LQ01X033340 Expressed protein, putative 6.460533976 L4_control_B2 +LQ01X033340 Expressed protein, putative 6.463365684 L4_control_B3 +LQ01X033340 Expressed protein, putative 5.240566508 L4_control_C2 +LQ01X033340 Expressed protein, putative 5.428327424 L4_control_C3 +LQ01X033340 Expressed protein, putative 5.863765848 L4_chemical_A1 +LQ01X033340 Expressed protein, putative 6.279310536 L4_chemical_A2 +LQ01X033340 Expressed protein, putative 6.349627289 L4_chemical_A3 +LQ01X033340 Expressed protein, putative 5.828695031 L4_chemical_B1 +LQ01X033340 Expressed protein, putative 6.392608154 L4_chemical_B2 +LQ01X033340 Expressed protein, putative 6.334964045 L4_chemical_B3 +LQ01X033340 Expressed protein, putative 5.507719306 L4_chemical_C2 +LQ01X033340 Expressed protein, putative 5.449270253 L4_chemical_C3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.08588342 C6_control_A1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 4.758440865 C6_control_A3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 4.806626897 C6_control_B1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.277437516 C6_control_B2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.217989828 C6_control_B3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.69596135 C6_control_C1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.456706037 C6_control_C2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.547639487 C6_control_C3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.140081311 C6_chemical_A1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 4.872000958 C6_chemical_A3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.219902034 C6_chemical_B1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.740180743 C6_chemical_B2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.708804117 C6_chemical_B3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.864267304 C6_chemical_C1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 6.027231573 C6_chemical_C2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.94774651 C6_chemical_C3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.030276657 L4_control_A1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 4.935435265 L4_control_A2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 4.916373008 L4_control_A3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.238800873 L4_control_B1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.186107923 L4_control_B2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.155276832 L4_control_B3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.36190955 L4_control_C2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.084806995 L4_control_C3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 4.963106776 L4_chemical_A1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.246349774 L4_chemical_A2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.13814729 L4_chemical_A3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.256582789 L4_chemical_B1 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.162717148 L4_chemical_B2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 4.980875348 L4_chemical_B3 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.085091105 L4_chemical_C2 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.175191738 L4_chemical_C3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.554752557 C6_control_A1 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.529963162 C6_control_A3 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.777669948 C6_control_B1 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.188834189 C6_control_B2 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.566823666 C6_control_B3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.218687733 C6_control_C1 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.214961505 C6_control_C2 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.465892233 C6_control_C3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.594649591 C6_chemical_A1 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.239567864 C6_chemical_A3 +LQ01X033370 Putative Uncharacterized protein C594.04c 8.41220649 C6_chemical_B1 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.059478903 C6_chemical_B2 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.385686046 C6_chemical_B3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.17454942 C6_chemical_C1 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.480827549 C6_chemical_C2 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.386689429 C6_chemical_C3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.289617458 L4_control_A1 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.324762542 L4_control_A2 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.001499927 L4_control_A3 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.530501391 L4_control_B1 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.900296945 L4_control_B2 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.107732774 L4_control_B3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.943164217 L4_control_C2 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.669567088 L4_control_C3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.077997867 L4_chemical_A1 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.331907542 L4_chemical_A2 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.547101452 L4_chemical_A3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.984706928 L4_chemical_B1 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.337836522 L4_chemical_B2 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.065811035 L4_chemical_B3 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.707370547 L4_chemical_C2 +LQ01X033370 Putative Uncharacterized protein C594.04c 6.833615706 L4_chemical_C3 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.51292397 C6_control_A1 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.96252937 C6_control_A3 +LQ01X033380 Probable inactive purple acid phosphatase 29 10.62487009 C6_control_B1 +LQ01X033380 Probable inactive purple acid phosphatase 29 9.779399972 C6_control_B2 +LQ01X033380 Probable inactive purple acid phosphatase 29 10.68744379 C6_control_B3 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.06083346 C6_control_C1 +LQ01X033380 Probable inactive purple acid phosphatase 29 10.7738315 C6_control_C2 +LQ01X033380 Probable inactive purple acid phosphatase 29 10.80383707 C6_control_C3 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.38128897 C6_chemical_A1 +LQ01X033380 Probable inactive purple acid phosphatase 29 12.08314272 C6_chemical_A3 +LQ01X033380 Probable inactive purple acid phosphatase 29 10.28776545 C6_chemical_B1 +LQ01X033380 Probable inactive purple acid phosphatase 29 9.687887934 C6_chemical_B2 +LQ01X033380 Probable inactive purple acid phosphatase 29 10.62186071 C6_chemical_B3 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.07773282 C6_chemical_C1 +LQ01X033380 Probable inactive purple acid phosphatase 29 10.52426814 C6_chemical_C2 +LQ01X033380 Probable inactive purple acid phosphatase 29 10.78852077 C6_chemical_C3 +LQ01X033380 Probable inactive purple acid phosphatase 29 12.52410674 L4_control_A1 +LQ01X033380 Probable inactive purple acid phosphatase 29 12.33800672 L4_control_A2 +LQ01X033380 Probable inactive purple acid phosphatase 29 12.98680899 L4_control_A3 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.16150861 L4_control_B1 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.45809605 L4_control_B2 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.25659807 L4_control_B3 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.62256005 L4_control_C2 +LQ01X033380 Probable inactive purple acid phosphatase 29 12.19175333 L4_control_C3 +LQ01X033380 Probable inactive purple acid phosphatase 29 12.48182361 L4_chemical_A1 +LQ01X033380 Probable inactive purple acid phosphatase 29 12.00070475 L4_chemical_A2 +LQ01X033380 Probable inactive purple acid phosphatase 29 12.84305537 L4_chemical_A3 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.92917633 L4_chemical_B1 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.45549031 L4_chemical_B2 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.99598192 L4_chemical_B3 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.69344049 L4_chemical_C2 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.91969842 L4_chemical_C3 +LQ01X033400 Putative uncharacterized protein 5.165485131 C6_control_A1 +LQ01X033400 Putative uncharacterized protein 5.380428942 C6_control_A3 +LQ01X033400 Putative uncharacterized protein 5.073271016 C6_control_B1 +LQ01X033400 Putative uncharacterized protein 5.524585741 C6_control_B2 +LQ01X033400 Putative uncharacterized protein 5.302109487 C6_control_B3 +LQ01X033400 Putative uncharacterized protein 5.084292336 C6_control_C1 +LQ01X033400 Putative uncharacterized protein 5.813151158 C6_control_C2 +LQ01X033400 Putative uncharacterized protein 5.417812113 C6_control_C3 +LQ01X033400 Putative uncharacterized protein 5.262066086 C6_chemical_A1 +LQ01X033400 Putative uncharacterized protein 5.690568034 C6_chemical_A3 +LQ01X033400 Putative uncharacterized protein 4.930046953 C6_chemical_B1 +LQ01X033400 Putative uncharacterized protein 5.613035948 C6_chemical_B2 +LQ01X033400 Putative uncharacterized protein 5.134138556 C6_chemical_B3 +LQ01X033400 Putative uncharacterized protein 5.486097998 C6_chemical_C1 +LQ01X033400 Putative uncharacterized protein 5.71211369 C6_chemical_C2 +LQ01X033400 Putative uncharacterized protein 5.269859396 C6_chemical_C3 +LQ01X033400 Putative uncharacterized protein 5.63287361 L4_control_A1 +LQ01X033400 Putative uncharacterized protein 5.864050055 L4_control_A2 +LQ01X033400 Putative uncharacterized protein 5.677055084 L4_control_A3 +LQ01X033400 Putative uncharacterized protein 6.231082086 L4_control_B1 +LQ01X033400 Putative uncharacterized protein 6.24591181 L4_control_B2 +LQ01X033400 Putative uncharacterized protein 5.145765053 L4_control_B3 +LQ01X033400 Putative uncharacterized protein 5.305091441 L4_control_C2 +LQ01X033400 Putative uncharacterized protein 5.842468216 L4_control_C3 +LQ01X033400 Putative uncharacterized protein 5.547579322 L4_chemical_A1 +LQ01X033400 Putative uncharacterized protein 5.734013997 L4_chemical_A2 +LQ01X033400 Putative uncharacterized protein 5.553194734 L4_chemical_A3 +LQ01X033400 Putative uncharacterized protein 5.371112067 L4_chemical_B1 +LQ01X033400 Putative uncharacterized protein 5.338556555 L4_chemical_B2 +LQ01X033400 Putative uncharacterized protein 5.223767094 L4_chemical_B3 +LQ01X033400 Putative uncharacterized protein 5.411508473 L4_chemical_C2 +LQ01X033400 Putative uncharacterized protein 5.811117057 L4_chemical_C3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.088750165 C6_control_A1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.102956112 C6_control_A3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.167975493 C6_control_B1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.285417352 C6_control_B2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.166362035 C6_control_B3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.941769825 C6_control_C1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.82532521 C6_control_C2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.617002111 C6_control_C3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.443972766 C6_chemical_A1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.262863073 C6_chemical_A3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.180539526 C6_chemical_B1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.298352115 C6_chemical_B2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.486131535 C6_chemical_B3 +LQ01X033420 Putative Auxin-induced protein 5NG4 6.048952299 C6_chemical_C1 +LQ01X033420 Putative Auxin-induced protein 5NG4 6.427651369 C6_chemical_C2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.970770066 C6_chemical_C3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.307342455 L4_control_A1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.322186534 L4_control_A2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.332049836 L4_control_A3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.973206209 L4_control_B1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.365890917 L4_control_B2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.488612189 L4_control_B3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.777073448 L4_control_C2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.287759911 L4_control_C3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.149199174 L4_chemical_A1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.285335079 L4_chemical_A2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.319825372 L4_chemical_A3 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.188092181 L4_chemical_B1 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.299362521 L4_chemical_B2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.278580596 L4_chemical_B3 +LQ01X033420 Putative Auxin-induced protein 5NG4 6.153965844 L4_chemical_C2 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.066887648 L4_chemical_C3 +LQ01X033430 Putative Ribosome production factor 1 6.363795239 C6_control_A1 +LQ01X033430 Putative Ribosome production factor 1 6.420448044 C6_control_A3 +LQ01X033430 Putative Ribosome production factor 1 5.684712771 C6_control_B1 +LQ01X033430 Putative Ribosome production factor 1 5.668166253 C6_control_B2 +LQ01X033430 Putative Ribosome production factor 1 5.87027282 C6_control_B3 +LQ01X033430 Putative Ribosome production factor 1 5.498782618 C6_control_C1 +LQ01X033430 Putative Ribosome production factor 1 6.21092325 C6_control_C2 +LQ01X033430 Putative Ribosome production factor 1 5.788845362 C6_control_C3 +LQ01X033430 Putative Ribosome production factor 1 6.053942879 C6_chemical_A1 +LQ01X033430 Putative Ribosome production factor 1 5.942155331 C6_chemical_A3 +LQ01X033430 Putative Ribosome production factor 1 5.591624032 C6_chemical_B1 +LQ01X033430 Putative Ribosome production factor 1 5.806427814 C6_chemical_B2 +LQ01X033430 Putative Ribosome production factor 1 5.730267601 C6_chemical_B3 +LQ01X033430 Putative Ribosome production factor 1 5.509881371 C6_chemical_C1 +LQ01X033430 Putative Ribosome production factor 1 5.912451059 C6_chemical_C2 +LQ01X033430 Putative Ribosome production factor 1 5.845003068 C6_chemical_C3 +LQ01X033430 Putative Ribosome production factor 1 5.657185275 L4_control_A1 +LQ01X033430 Putative Ribosome production factor 1 5.638077041 L4_control_A2 +LQ01X033430 Putative Ribosome production factor 1 6.496247597 L4_control_A3 +LQ01X033430 Putative Ribosome production factor 1 7.021900399 L4_control_B1 +LQ01X033430 Putative Ribosome production factor 1 5.781213261 L4_control_B2 +LQ01X033430 Putative Ribosome production factor 1 6.439674027 L4_control_B3 +LQ01X033430 Putative Ribosome production factor 1 5.456352043 L4_control_C2 +LQ01X033430 Putative Ribosome production factor 1 6.196533194 L4_control_C3 +LQ01X033430 Putative Ribosome production factor 1 5.868329913 L4_chemical_A1 +LQ01X033430 Putative Ribosome production factor 1 5.933291295 L4_chemical_A2 +LQ01X033430 Putative Ribosome production factor 1 5.922299457 L4_chemical_A3 +LQ01X033430 Putative Ribosome production factor 1 5.936073643 L4_chemical_B1 +LQ01X033430 Putative Ribosome production factor 1 5.52738125 L4_chemical_B2 +LQ01X033430 Putative Ribosome production factor 1 6.145562535 L4_chemical_B3 +LQ01X033430 Putative Ribosome production factor 1 5.39224962 L4_chemical_C2 +LQ01X033430 Putative Ribosome production factor 1 6.117879049 L4_chemical_C3 +LQ01X033460 Hypothetical protein 10.63506183 C6_control_A1 +LQ01X033460 Hypothetical protein 10.62382483 C6_control_A3 +LQ01X033460 Hypothetical protein 10.19760573 C6_control_B1 +LQ01X033460 Hypothetical protein 10.06250128 C6_control_B2 +LQ01X033460 Hypothetical protein 10.5458599 C6_control_B3 +LQ01X033460 Hypothetical protein 9.901783517 C6_control_C1 +LQ01X033460 Hypothetical protein 10.037023 C6_control_C2 +LQ01X033460 Hypothetical protein 10.62768863 C6_control_C3 +LQ01X033460 Hypothetical protein 12.16087034 C6_chemical_A1 +LQ01X033460 Hypothetical protein 11.28652722 C6_chemical_A3 +LQ01X033460 Hypothetical protein 11.01261987 C6_chemical_B1 +LQ01X033460 Hypothetical protein 11.33625648 C6_chemical_B2 +LQ01X033460 Hypothetical protein 11.45443075 C6_chemical_B3 +LQ01X033460 Hypothetical protein 10.78890395 C6_chemical_C1 +LQ01X033460 Hypothetical protein 10.59857799 C6_chemical_C2 +LQ01X033460 Hypothetical protein 10.99910454 C6_chemical_C3 +LQ01X033460 Hypothetical protein 10.48910907 L4_control_A1 +LQ01X033460 Hypothetical protein 9.965255671 L4_control_A2 +LQ01X033460 Hypothetical protein 10.93808825 L4_control_A3 +LQ01X033460 Hypothetical protein 10.00848836 L4_control_B1 +LQ01X033460 Hypothetical protein 10.84371671 L4_control_B2 +LQ01X033460 Hypothetical protein 10.91046702 L4_control_B3 +LQ01X033460 Hypothetical protein 11.0335434 L4_control_C2 +LQ01X033460 Hypothetical protein 11.28217745 L4_control_C3 +LQ01X033460 Hypothetical protein 11.98020736 L4_chemical_A1 +LQ01X033460 Hypothetical protein 12.34987685 L4_chemical_A2 +LQ01X033460 Hypothetical protein 12.0135652 L4_chemical_A3 +LQ01X033460 Hypothetical protein 10.56044453 L4_chemical_B1 +LQ01X033460 Hypothetical protein 11.40349325 L4_chemical_B2 +LQ01X033460 Hypothetical protein 11.15704147 L4_chemical_B3 +LQ01X033460 Hypothetical protein 11.93768602 L4_chemical_C2 +LQ01X033460 Hypothetical protein 10.93519983 L4_chemical_C3 +LQ01X033470 Hypothetical protein 5.067793904 C6_control_A1 +LQ01X033470 Hypothetical protein 4.964037006 C6_control_A3 +LQ01X033470 Hypothetical protein 5.245773012 C6_control_B1 +LQ01X033470 Hypothetical protein 4.855506956 C6_control_B2 +LQ01X033470 Hypothetical protein 5.27797856 C6_control_B3 +LQ01X033470 Hypothetical protein 5.064900652 C6_control_C1 +LQ01X033470 Hypothetical protein 5.300520307 C6_control_C2 +LQ01X033470 Hypothetical protein 5.118469528 C6_control_C3 +LQ01X033470 Hypothetical protein 4.881770145 C6_chemical_A1 +LQ01X033470 Hypothetical protein 5.104105451 C6_chemical_A3 +LQ01X033470 Hypothetical protein 5.918103083 C6_chemical_B1 +LQ01X033470 Hypothetical protein 5.022414779 C6_chemical_B2 +LQ01X033470 Hypothetical protein 5.206598573 C6_chemical_B3 +LQ01X033470 Hypothetical protein 5.093594696 C6_chemical_C1 +LQ01X033470 Hypothetical protein 5.04829628 C6_chemical_C2 +LQ01X033470 Hypothetical protein 5.180219094 C6_chemical_C3 +LQ01X033470 Hypothetical protein 5.062994032 L4_control_A1 +LQ01X033470 Hypothetical protein 5.016388488 L4_control_A2 +LQ01X033470 Hypothetical protein 4.841883258 L4_control_A3 +LQ01X033470 Hypothetical protein 4.932115597 L4_control_B1 +LQ01X033470 Hypothetical protein 5.182401566 L4_control_B2 +LQ01X033470 Hypothetical protein 5.182867465 L4_control_B3 +LQ01X033470 Hypothetical protein 5.57223287 L4_control_C2 +LQ01X033470 Hypothetical protein 5.459356233 L4_control_C3 +LQ01X033470 Hypothetical protein 4.978647195 L4_chemical_A1 +LQ01X033470 Hypothetical protein 4.991509141 L4_chemical_A2 +LQ01X033470 Hypothetical protein 4.523211199 L4_chemical_A3 +LQ01X033470 Hypothetical protein 5.366233062 L4_chemical_B1 +LQ01X033470 Hypothetical protein 5.150228915 L4_chemical_B2 +LQ01X033470 Hypothetical protein 5.197491393 L4_chemical_B3 +LQ01X033470 Hypothetical protein 5.522197001 L4_chemical_C2 +LQ01X033470 Hypothetical protein 4.925345755 L4_chemical_C3 +LQ01X033480 Putative NAC domain protein, IPR003441 8.110585046 C6_control_A1 +LQ01X033480 Putative NAC domain protein, IPR003441 7.773925382 C6_control_A3 +LQ01X033480 Putative NAC domain protein, IPR003441 7.506360755 C6_control_B1 +LQ01X033480 Putative NAC domain protein, IPR003441 9.14407306 C6_control_B2 +LQ01X033480 Putative NAC domain protein, IPR003441 9.992412818 C6_control_B3 +LQ01X033480 Putative NAC domain protein, IPR003441 10.45137843 C6_control_C1 +LQ01X033480 Putative NAC domain protein, IPR003441 10.17664662 C6_control_C2 +LQ01X033480 Putative NAC domain protein, IPR003441 10.20186396 C6_control_C3 +LQ01X033480 Putative NAC domain protein, IPR003441 8.27809409 C6_chemical_A1 +LQ01X033480 Putative NAC domain protein, IPR003441 8.152398187 C6_chemical_A3 +LQ01X033480 Putative NAC domain protein, IPR003441 7.845150714 C6_chemical_B1 +LQ01X033480 Putative NAC domain protein, IPR003441 9.364561758 C6_chemical_B2 +LQ01X033480 Putative NAC domain protein, IPR003441 9.53340745 C6_chemical_B3 +LQ01X033480 Putative NAC domain protein, IPR003441 11.31845405 C6_chemical_C1 +LQ01X033480 Putative NAC domain protein, IPR003441 10.84254235 C6_chemical_C2 +LQ01X033480 Putative NAC domain protein, IPR003441 9.468256046 C6_chemical_C3 +LQ01X033480 Putative NAC domain protein, IPR003441 8.8127256 L4_control_A1 +LQ01X033480 Putative NAC domain protein, IPR003441 9.726929848 L4_control_A2 +LQ01X033480 Putative NAC domain protein, IPR003441 8.580250251 L4_control_A3 +LQ01X033480 Putative NAC domain protein, IPR003441 8.391166692 L4_control_B1 +LQ01X033480 Putative NAC domain protein, IPR003441 8.827274899 L4_control_B2 +LQ01X033480 Putative NAC domain protein, IPR003441 9.692416609 L4_control_B3 +LQ01X033480 Putative NAC domain protein, IPR003441 10.59042081 L4_control_C2 +LQ01X033480 Putative NAC domain protein, IPR003441 10.77028579 L4_control_C3 +LQ01X033480 Putative NAC domain protein, IPR003441 10.2244969 L4_chemical_A1 +LQ01X033480 Putative NAC domain protein, IPR003441 9.825504206 L4_chemical_A2 +LQ01X033480 Putative NAC domain protein, IPR003441 8.534718799 L4_chemical_A3 +LQ01X033480 Putative NAC domain protein, IPR003441 9.233864378 L4_chemical_B1 +LQ01X033480 Putative NAC domain protein, IPR003441 8.452806978 L4_chemical_B2 +LQ01X033480 Putative NAC domain protein, IPR003441 9.737257908 L4_chemical_B3 +LQ01X033480 Putative NAC domain protein, IPR003441 10.82502632 L4_chemical_C2 +LQ01X033480 Putative NAC domain protein, IPR003441 10.88221262 L4_chemical_C3 +LQ01X033510 Putative Protein arv1 homolog 8.354999982 C6_control_A1 +LQ01X033510 Putative Protein arv1 homolog 8.475563605 C6_control_A3 +LQ01X033510 Putative Protein arv1 homolog 8.445948369 C6_control_B1 +LQ01X033510 Putative Protein arv1 homolog 8.960483916 C6_control_B2 +LQ01X033510 Putative Protein arv1 homolog 8.640619678 C6_control_B3 +LQ01X033510 Putative Protein arv1 homolog 9.757586027 C6_control_C1 +LQ01X033510 Putative Protein arv1 homolog 10.26509775 C6_control_C2 +LQ01X033510 Putative Protein arv1 homolog 9.93702158 C6_control_C3 +LQ01X033510 Putative Protein arv1 homolog 8.756066339 C6_chemical_A1 +LQ01X033510 Putative Protein arv1 homolog 8.713542087 C6_chemical_A3 +LQ01X033510 Putative Protein arv1 homolog 9.099060001 C6_chemical_B1 +LQ01X033510 Putative Protein arv1 homolog 9.573584253 C6_chemical_B2 +LQ01X033510 Putative Protein arv1 homolog 9.28460253 C6_chemical_B3 +LQ01X033510 Putative Protein arv1 homolog 10.40339967 C6_chemical_C1 +LQ01X033510 Putative Protein arv1 homolog 10.39784079 C6_chemical_C2 +LQ01X033510 Putative Protein arv1 homolog 10.06261465 C6_chemical_C3 +LQ01X033510 Putative Protein arv1 homolog 8.010320963 L4_control_A1 +LQ01X033510 Putative Protein arv1 homolog 7.448918997 L4_control_A2 +LQ01X033510 Putative Protein arv1 homolog 6.011505036 L4_control_A3 +LQ01X033510 Putative Protein arv1 homolog 8.622184067 L4_control_B1 +LQ01X033510 Putative Protein arv1 homolog 7.506663579 L4_control_B2 +LQ01X033510 Putative Protein arv1 homolog 8.78356027 L4_control_B3 +LQ01X033510 Putative Protein arv1 homolog 9.13161295 L4_control_C2 +LQ01X033510 Putative Protein arv1 homolog 7.314267224 L4_control_C3 +LQ01X033510 Putative Protein arv1 homolog 8.265109772 L4_chemical_A1 +LQ01X033510 Putative Protein arv1 homolog 7.846289095 L4_chemical_A2 +LQ01X033510 Putative Protein arv1 homolog 7.151760683 L4_chemical_A3 +LQ01X033510 Putative Protein arv1 homolog 8.580554148 L4_chemical_B1 +LQ01X033510 Putative Protein arv1 homolog 7.600757241 L4_chemical_B2 +LQ01X033510 Putative Protein arv1 homolog 8.221771492 L4_chemical_B3 +LQ01X033510 Putative Protein arv1 homolog 8.678610817 L4_chemical_C2 +LQ01X033510 Putative Protein arv1 homolog 8.013228752 L4_chemical_C3 +LQ01X033530 Soluble inorganic pyrophosphatase 13.94797274 C6_control_A1 +LQ01X033530 Soluble inorganic pyrophosphatase 14.45269567 C6_control_A3 +LQ01X033530 Soluble inorganic pyrophosphatase 13.85978066 C6_control_B1 +LQ01X033530 Soluble inorganic pyrophosphatase 12.32726304 C6_control_B2 +LQ01X033530 Soluble inorganic pyrophosphatase 13.41881842 C6_control_B3 +LQ01X033530 Soluble inorganic pyrophosphatase 11.54060141 C6_control_C1 +LQ01X033530 Soluble inorganic pyrophosphatase 11.64199569 C6_control_C2 +LQ01X033530 Soluble inorganic pyrophosphatase 12.01870356 C6_control_C3 +LQ01X033530 Soluble inorganic pyrophosphatase 13.53983362 C6_chemical_A1 +LQ01X033530 Soluble inorganic pyrophosphatase 14.38450837 C6_chemical_A3 +LQ01X033530 Soluble inorganic pyrophosphatase 13.29043622 C6_chemical_B1 +LQ01X033530 Soluble inorganic pyrophosphatase 12.28307021 C6_chemical_B2 +LQ01X033530 Soluble inorganic pyrophosphatase 13.32578691 C6_chemical_B3 +LQ01X033530 Soluble inorganic pyrophosphatase 11.59142409 C6_chemical_C1 +LQ01X033530 Soluble inorganic pyrophosphatase 11.26502785 C6_chemical_C2 +LQ01X033530 Soluble inorganic pyrophosphatase 12.0240651 C6_chemical_C3 +LQ01X033530 Soluble inorganic pyrophosphatase 14.29753183 L4_control_A1 +LQ01X033530 Soluble inorganic pyrophosphatase 13.60583745 L4_control_A2 +LQ01X033530 Soluble inorganic pyrophosphatase 14.15130323 L4_control_A3 +LQ01X033530 Soluble inorganic pyrophosphatase 13.6493792 L4_control_B1 +LQ01X033530 Soluble inorganic pyrophosphatase 13.63598137 L4_control_B2 +LQ01X033530 Soluble inorganic pyrophosphatase 12.94232363 L4_control_B3 +LQ01X033530 Soluble inorganic pyrophosphatase 12.18016704 L4_control_C2 +LQ01X033530 Soluble inorganic pyrophosphatase 12.98636793 L4_control_C3 +LQ01X033530 Soluble inorganic pyrophosphatase 14.5754174 L4_chemical_A1 +LQ01X033530 Soluble inorganic pyrophosphatase 13.82937266 L4_chemical_A2 +LQ01X033530 Soluble inorganic pyrophosphatase 14.54795534 L4_chemical_A3 +LQ01X033530 Soluble inorganic pyrophosphatase 14.31848083 L4_chemical_B1 +LQ01X033530 Soluble inorganic pyrophosphatase 13.55657243 L4_chemical_B2 +LQ01X033530 Soluble inorganic pyrophosphatase 13.80031038 L4_chemical_B3 +LQ01X033530 Soluble inorganic pyrophosphatase 12.09743954 L4_chemical_C2 +LQ01X033530 Soluble inorganic pyrophosphatase 13.10282821 L4_chemical_C3 +LQ01X033560 Putative Protein LHY 5.26779839 C6_control_A1 +LQ01X033560 Putative Protein LHY 4.955891535 C6_control_A3 +LQ01X033560 Putative Protein LHY 5.43896931 C6_control_B1 +LQ01X033560 Putative Protein LHY 4.942228015 C6_control_B2 +LQ01X033560 Putative Protein LHY 5.085827203 C6_control_B3 +LQ01X033560 Putative Protein LHY 6.12583947 C6_control_C1 +LQ01X033560 Putative Protein LHY 5.774402796 C6_control_C2 +LQ01X033560 Putative Protein LHY 5.456364383 C6_control_C3 +LQ01X033560 Putative Protein LHY 5.207977673 C6_chemical_A1 +LQ01X033560 Putative Protein LHY 5.285029055 C6_chemical_A3 +LQ01X033560 Putative Protein LHY 5.824609699 C6_chemical_B1 +LQ01X033560 Putative Protein LHY 5.032607579 C6_chemical_B2 +LQ01X033560 Putative Protein LHY 5.172238985 C6_chemical_B3 +LQ01X033560 Putative Protein LHY 5.861663234 C6_chemical_C1 +LQ01X033560 Putative Protein LHY 5.528979424 C6_chemical_C2 +LQ01X033560 Putative Protein LHY 5.434865714 C6_chemical_C3 +LQ01X033560 Putative Protein LHY 5.558393015 L4_control_A1 +LQ01X033560 Putative Protein LHY 5.422348149 L4_control_A2 +LQ01X033560 Putative Protein LHY 5.150269179 L4_control_A3 +LQ01X033560 Putative Protein LHY 4.999635981 L4_control_B1 +LQ01X033560 Putative Protein LHY 5.681800889 L4_control_B2 +LQ01X033560 Putative Protein LHY 5.638821424 L4_control_B3 +LQ01X033560 Putative Protein LHY 5.761495999 L4_control_C2 +LQ01X033560 Putative Protein LHY 5.57625362 L4_control_C3 +LQ01X033560 Putative Protein LHY 5.232401235 L4_chemical_A1 +LQ01X033560 Putative Protein LHY 5.475528451 L4_chemical_A2 +LQ01X033560 Putative Protein LHY 5.216938905 L4_chemical_A3 +LQ01X033560 Putative Protein LHY 5.423871931 L4_chemical_B1 +LQ01X033560 Putative Protein LHY 5.413201945 L4_chemical_B2 +LQ01X033560 Putative Protein LHY 5.68661355 L4_chemical_B3 +LQ01X033560 Putative Protein LHY 5.987293433 L4_chemical_C2 +LQ01X033560 Putative Protein LHY 5.705173948 L4_chemical_C3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.75662964 C6_control_A1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 12.50214791 C6_control_A3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.10477052 C6_control_B1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 10.33579308 C6_control_B2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 10.79864003 C6_control_B3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.76394016 C6_control_C1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.23748153 C6_control_C2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.36392963 C6_control_C3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.57584742 C6_chemical_A1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 12.33122231 C6_chemical_A3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.03666064 C6_chemical_B1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 10.2938589 C6_chemical_B2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 10.79786716 C6_chemical_B3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.83185676 C6_chemical_C1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.70523924 C6_chemical_C2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.45105558 C6_chemical_C3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.982459426 L4_control_A1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 6.052949139 L4_control_A2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 6.975861418 L4_control_A3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.897464302 L4_control_B1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.684457414 L4_control_B2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.939811278 L4_control_B3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 6.047501336 L4_control_C2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.708054058 L4_control_C3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.886415979 L4_chemical_A1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.953518216 L4_chemical_A2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 6.306396826 L4_chemical_A3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 6.424794464 L4_chemical_B1 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.665036482 L4_chemical_B2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 6.021817216 L4_chemical_B3 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.396561854 L4_chemical_C2 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 5.985427255 L4_chemical_C3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.71785391 C6_control_A1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.50387989 C6_control_A3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.92475616 C6_control_B1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.0773108 C6_control_B2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.84939979 C6_control_B3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.4238705 C6_control_C1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.73286366 C6_control_C2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.2996427 C6_control_C3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.12591316 C6_chemical_A1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.52077026 C6_chemical_A3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.23263906 C6_chemical_B1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.47341043 C6_chemical_B2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.99200553 C6_chemical_B3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.13898262 C6_chemical_C1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.34078877 C6_chemical_C2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.94136304 C6_chemical_C3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.53513297 L4_control_A1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.69754329 L4_control_A2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.37931732 L4_control_A3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.91507591 L4_control_B1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.71520993 L4_control_B2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.18434708 L4_control_B3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.29427572 L4_control_C2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.26662026 L4_control_C3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.42703545 L4_chemical_A1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.60879478 L4_chemical_A2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.31278813 L4_chemical_A3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.55530066 L4_chemical_B1 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.67933372 L4_chemical_B2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 14.69754973 L4_chemical_B3 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.30270652 L4_chemical_C2 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.23888394 L4_chemical_C3 +LQ01X033610 Putative Transcription factor bHLH70 10.05269459 C6_control_A1 +LQ01X033610 Putative Transcription factor bHLH70 9.178569681 C6_control_A3 +LQ01X033610 Putative Transcription factor bHLH70 9.291229597 C6_control_B1 +LQ01X033610 Putative Transcription factor bHLH70 10.14613976 C6_control_B2 +LQ01X033610 Putative Transcription factor bHLH70 9.311577437 C6_control_B3 +LQ01X033610 Putative Transcription factor bHLH70 7.244612604 C6_control_C1 +LQ01X033610 Putative Transcription factor bHLH70 6.696034154 C6_control_C2 +LQ01X033610 Putative Transcription factor bHLH70 5.237030791 C6_control_C3 +LQ01X033610 Putative Transcription factor bHLH70 9.953088918 C6_chemical_A1 +LQ01X033610 Putative Transcription factor bHLH70 9.173979684 C6_chemical_A3 +LQ01X033610 Putative Transcription factor bHLH70 9.190384852 C6_chemical_B1 +LQ01X033610 Putative Transcription factor bHLH70 10.30793615 C6_chemical_B2 +LQ01X033610 Putative Transcription factor bHLH70 9.215206917 C6_chemical_B3 +LQ01X033610 Putative Transcription factor bHLH70 6.68444027 C6_chemical_C1 +LQ01X033610 Putative Transcription factor bHLH70 5.883277889 C6_chemical_C2 +LQ01X033610 Putative Transcription factor bHLH70 4.986784017 C6_chemical_C3 +LQ01X033610 Putative Transcription factor bHLH70 9.244201716 L4_control_A1 +LQ01X033610 Putative Transcription factor bHLH70 9.133624112 L4_control_A2 +LQ01X033610 Putative Transcription factor bHLH70 8.70419723 L4_control_A3 +LQ01X033610 Putative Transcription factor bHLH70 8.808397462 L4_control_B1 +LQ01X033610 Putative Transcription factor bHLH70 8.586497884 L4_control_B2 +LQ01X033610 Putative Transcription factor bHLH70 9.42003927 L4_control_B3 +LQ01X033610 Putative Transcription factor bHLH70 5.21050849 L4_control_C2 +LQ01X033610 Putative Transcription factor bHLH70 5.303564027 L4_control_C3 +LQ01X033610 Putative Transcription factor bHLH70 8.703464168 L4_chemical_A1 +LQ01X033610 Putative Transcription factor bHLH70 9.348435184 L4_chemical_A2 +LQ01X033610 Putative Transcription factor bHLH70 8.921837806 L4_chemical_A3 +LQ01X033610 Putative Transcription factor bHLH70 8.611340156 L4_chemical_B1 +LQ01X033610 Putative Transcription factor bHLH70 7.509544295 L4_chemical_B2 +LQ01X033610 Putative Transcription factor bHLH70 10.14514668 L4_chemical_B3 +LQ01X033610 Putative Transcription factor bHLH70 5.706489567 L4_chemical_C2 +LQ01X033610 Putative Transcription factor bHLH70 5.215507575 L4_chemical_C3 +LQ01X033620 Metal tolerance protein A2 13.48757834 C6_control_A1 +LQ01X033620 Metal tolerance protein A2 12.742221 C6_control_A3 +LQ01X033620 Metal tolerance protein A2 12.94643852 C6_control_B1 +LQ01X033620 Metal tolerance protein A2 13.02260173 C6_control_B2 +LQ01X033620 Metal tolerance protein A2 12.82806071 C6_control_B3 +LQ01X033620 Metal tolerance protein A2 12.72266133 C6_control_C1 +LQ01X033620 Metal tolerance protein A2 12.71533444 C6_control_C2 +LQ01X033620 Metal tolerance protein A2 12.43274479 C6_control_C3 +LQ01X033620 Metal tolerance protein A2 13.77790314 C6_chemical_A1 +LQ01X033620 Metal tolerance protein A2 13.20912479 C6_chemical_A3 +LQ01X033620 Metal tolerance protein A2 12.81261544 C6_chemical_B1 +LQ01X033620 Metal tolerance protein A2 13.32382598 C6_chemical_B2 +LQ01X033620 Metal tolerance protein A2 12.70334549 C6_chemical_B3 +LQ01X033620 Metal tolerance protein A2 12.91767937 C6_chemical_C1 +LQ01X033620 Metal tolerance protein A2 12.53302968 C6_chemical_C2 +LQ01X033620 Metal tolerance protein A2 12.30810143 C6_chemical_C3 +LQ01X033620 Metal tolerance protein A2 13.28445092 L4_control_A1 +LQ01X033620 Metal tolerance protein A2 13.53563555 L4_control_A2 +LQ01X033620 Metal tolerance protein A2 12.65172051 L4_control_A3 +LQ01X033620 Metal tolerance protein A2 12.96220882 L4_control_B1 +LQ01X033620 Metal tolerance protein A2 12.2411217 L4_control_B2 +LQ01X033620 Metal tolerance protein A2 12.41833151 L4_control_B3 +LQ01X033620 Metal tolerance protein A2 11.89421918 L4_control_C2 +LQ01X033620 Metal tolerance protein A2 11.64696774 L4_control_C3 +LQ01X033620 Metal tolerance protein A2 13.90650841 L4_chemical_A1 +LQ01X033620 Metal tolerance protein A2 13.94832117 L4_chemical_A2 +LQ01X033620 Metal tolerance protein A2 13.19730054 L4_chemical_A3 +LQ01X033620 Metal tolerance protein A2 12.91179004 L4_chemical_B1 +LQ01X033620 Metal tolerance protein A2 12.41366732 L4_chemical_B2 +LQ01X033620 Metal tolerance protein A2 12.87088553 L4_chemical_B3 +LQ01X033620 Metal tolerance protein A2 11.94848847 L4_chemical_C2 +LQ01X033620 Metal tolerance protein A2 12.03334139 L4_chemical_C3 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.34147614 C6_control_A1 +LQ01X033650 Putative Two-component response regulator-like PRR95 12.14041923 C6_control_A3 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.75082037 C6_control_B1 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.47152765 C6_control_B2 +LQ01X033650 Putative Two-component response regulator-like PRR95 12.86454758 C6_control_B3 +LQ01X033650 Putative Two-component response regulator-like PRR95 14.03598578 C6_control_C1 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.70917416 C6_control_C2 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.09697313 C6_control_C3 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.38811182 C6_chemical_A1 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.01610695 C6_chemical_A3 +LQ01X033650 Putative Two-component response regulator-like PRR95 14.11126532 C6_chemical_B1 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.91198245 C6_chemical_B2 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.36777285 C6_chemical_B3 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.92277029 C6_chemical_C1 +LQ01X033650 Putative Two-component response regulator-like PRR95 14.01567946 C6_chemical_C2 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.81480682 C6_chemical_C3 +LQ01X033650 Putative Two-component response regulator-like PRR95 12.90721813 L4_control_A1 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.32806891 L4_control_A2 +LQ01X033650 Putative Two-component response regulator-like PRR95 12.51317673 L4_control_A3 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.75899178 L4_control_B1 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.72174026 L4_control_B2 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.21064412 L4_control_B3 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.89595991 L4_control_C2 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.81176106 L4_control_C3 +LQ01X033650 Putative Two-component response regulator-like PRR95 12.81761732 L4_chemical_A1 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.44303963 L4_chemical_A2 +LQ01X033650 Putative Two-component response regulator-like PRR95 12.63013491 L4_chemical_A3 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.93989965 L4_chemical_B1 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.65580793 L4_chemical_B2 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.03633345 L4_chemical_B3 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.81264147 L4_chemical_C2 +LQ01X033650 Putative Two-component response regulator-like PRR95 14.00355639 L4_chemical_C3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.248357902 C6_control_A1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.16497694 C6_control_A3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.227075175 C6_control_B1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.024841665 C6_control_B2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.312919501 C6_control_B3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.035121708 C6_control_C1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.078317346 C6_control_C2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.426145421 C6_control_C3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.428602267 C6_chemical_A1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.323570717 C6_chemical_A3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.815918078 C6_chemical_B1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.086426418 C6_chemical_B2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.264509106 C6_chemical_B3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 4.838266584 C6_chemical_C1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 4.923628703 C6_chemical_C2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.397130687 C6_chemical_C3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.363246667 L4_control_A1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.255107234 L4_control_A2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.25521357 L4_control_A3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 4.897698788 L4_control_B1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.485445292 L4_control_B2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.207660239 L4_control_B3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.004570443 L4_control_C2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 6.483522418 L4_control_C3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.077363581 L4_chemical_A1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.318707648 L4_chemical_A2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.15670372 L4_chemical_A3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.168975361 L4_chemical_B1 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.684009643 L4_chemical_B2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.25146298 L4_chemical_B3 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 4.996598394 L4_chemical_C2 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.905092245 L4_chemical_C3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.57992999 C6_control_A1 +LQ01X033710 60S acidic ribosomal protein P1-1 14.92475577 C6_control_A3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.38219889 C6_control_B1 +LQ01X033710 60S acidic ribosomal protein P1-1 14.92578088 C6_control_B2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.33114252 C6_control_B3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.48774242 C6_control_C1 +LQ01X033710 60S acidic ribosomal protein P1-1 14.78205306 C6_control_C2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.56133727 C6_control_C3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.40040145 C6_chemical_A1 +LQ01X033710 60S acidic ribosomal protein P1-1 14.1496693 C6_chemical_A3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.01732004 C6_chemical_B1 +LQ01X033710 60S acidic ribosomal protein P1-1 14.27678476 C6_chemical_B2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.19734471 C6_chemical_B3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.53600963 C6_chemical_C1 +LQ01X033710 60S acidic ribosomal protein P1-1 14.60819304 C6_chemical_C2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.19423604 C6_chemical_C3 +LQ01X033710 60S acidic ribosomal protein P1-1 15.09571301 L4_control_A1 +LQ01X033710 60S acidic ribosomal protein P1-1 15.10914868 L4_control_A2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.67085505 L4_control_A3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.25341637 L4_control_B1 +LQ01X033710 60S acidic ribosomal protein P1-1 13.75410228 L4_control_B2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.31482897 L4_control_B3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.1562475 L4_control_C2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.216716 L4_control_C3 +LQ01X033710 60S acidic ribosomal protein P1-1 15.03006122 L4_chemical_A1 +LQ01X033710 60S acidic ribosomal protein P1-1 14.73315015 L4_chemical_A2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.70064301 L4_chemical_A3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.28629797 L4_chemical_B1 +LQ01X033710 60S acidic ribosomal protein P1-1 14.18856811 L4_chemical_B2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.48414286 L4_chemical_B3 +LQ01X033710 60S acidic ribosomal protein P1-1 14.22482842 L4_chemical_C2 +LQ01X033710 60S acidic ribosomal protein P1-1 14.19252853 L4_chemical_C3 +LQ01X033760 Hypothetical protein 5.07975925 C6_control_A1 +LQ01X033760 Hypothetical protein 5.426697505 C6_control_A3 +LQ01X033760 Hypothetical protein 5.170583737 C6_control_B1 +LQ01X033760 Hypothetical protein 5.207793821 C6_control_B2 +LQ01X033760 Hypothetical protein 5.399646837 C6_control_B3 +LQ01X033760 Hypothetical protein 4.941066628 C6_control_C1 +LQ01X033760 Hypothetical protein 5.110482268 C6_control_C2 +LQ01X033760 Hypothetical protein 5.225986278 C6_control_C3 +LQ01X033760 Hypothetical protein 5.303284977 C6_chemical_A1 +LQ01X033760 Hypothetical protein 5.51226344 C6_chemical_A3 +LQ01X033760 Hypothetical protein 5.907526523 C6_chemical_B1 +LQ01X033760 Hypothetical protein 5.093495433 C6_chemical_B2 +LQ01X033760 Hypothetical protein 5.386202781 C6_chemical_B3 +LQ01X033760 Hypothetical protein 5.090355798 C6_chemical_C1 +LQ01X033760 Hypothetical protein 5.226276825 C6_chemical_C2 +LQ01X033760 Hypothetical protein 5.208781808 C6_chemical_C3 +LQ01X033760 Hypothetical protein 4.999065436 L4_control_A1 +LQ01X033760 Hypothetical protein 5.22589465 L4_control_A2 +LQ01X033760 Hypothetical protein 5.038483678 L4_control_A3 +LQ01X033760 Hypothetical protein 4.955551243 L4_control_B1 +LQ01X033760 Hypothetical protein 5.575615416 L4_control_B2 +LQ01X033760 Hypothetical protein 5.339474306 L4_control_B3 +LQ01X033760 Hypothetical protein 5.158770655 L4_control_C2 +LQ01X033760 Hypothetical protein 5.524101969 L4_control_C3 +LQ01X033760 Hypothetical protein 5.117367141 L4_chemical_A1 +LQ01X033760 Hypothetical protein 5.319520937 L4_chemical_A2 +LQ01X033760 Hypothetical protein 5.377850413 L4_chemical_A3 +LQ01X033760 Hypothetical protein 5.210051628 L4_chemical_B1 +LQ01X033760 Hypothetical protein 5.148381531 L4_chemical_B2 +LQ01X033760 Hypothetical protein 5.324512302 L4_chemical_B3 +LQ01X033760 Hypothetical protein 4.898177226 L4_chemical_C2 +LQ01X033760 Hypothetical protein 4.978270398 L4_chemical_C3 +LQ01X033790 Calmodulin binding protein, putative 5.99586947 C6_control_A1 +LQ01X033790 Calmodulin binding protein, putative 5.90192982 C6_control_A3 +LQ01X033790 Calmodulin binding protein, putative 5.197592995 C6_control_B1 +LQ01X033790 Calmodulin binding protein, putative 5.576071353 C6_control_B2 +LQ01X033790 Calmodulin binding protein, putative 5.788942362 C6_control_B3 +LQ01X033790 Calmodulin binding protein, putative 5.166790845 C6_control_C1 +LQ01X033790 Calmodulin binding protein, putative 5.161180812 C6_control_C2 +LQ01X033790 Calmodulin binding protein, putative 5.502748802 C6_control_C3 +LQ01X033790 Calmodulin binding protein, putative 5.584763709 C6_chemical_A1 +LQ01X033790 Calmodulin binding protein, putative 5.423058901 C6_chemical_A3 +LQ01X033790 Calmodulin binding protein, putative 5.668861859 C6_chemical_B1 +LQ01X033790 Calmodulin binding protein, putative 5.451936841 C6_chemical_B2 +LQ01X033790 Calmodulin binding protein, putative 5.592455691 C6_chemical_B3 +LQ01X033790 Calmodulin binding protein, putative 5.254132244 C6_chemical_C1 +LQ01X033790 Calmodulin binding protein, putative 5.744690742 C6_chemical_C2 +LQ01X033790 Calmodulin binding protein, putative 5.472863228 C6_chemical_C3 +LQ01X033790 Calmodulin binding protein, putative 6.076804986 L4_control_A1 +LQ01X033790 Calmodulin binding protein, putative 6.187469953 L4_control_A2 +LQ01X033790 Calmodulin binding protein, putative 6.220118351 L4_control_A3 +LQ01X033790 Calmodulin binding protein, putative 5.507648981 L4_control_B1 +LQ01X033790 Calmodulin binding protein, putative 5.543988028 L4_control_B2 +LQ01X033790 Calmodulin binding protein, putative 5.486581647 L4_control_B3 +LQ01X033790 Calmodulin binding protein, putative 6.141169945 L4_control_C2 +LQ01X033790 Calmodulin binding protein, putative 5.056224146 L4_control_C3 +LQ01X033790 Calmodulin binding protein, putative 5.934738731 L4_chemical_A1 +LQ01X033790 Calmodulin binding protein, putative 6.454015229 L4_chemical_A2 +LQ01X033790 Calmodulin binding protein, putative 6.180513386 L4_chemical_A3 +LQ01X033790 Calmodulin binding protein, putative 5.84740506 L4_chemical_B1 +LQ01X033790 Calmodulin binding protein, putative 5.977347714 L4_chemical_B2 +LQ01X033790 Calmodulin binding protein, putative 5.900744918 L4_chemical_B3 +LQ01X033790 Calmodulin binding protein, putative 6.297743004 L4_chemical_C2 +LQ01X033790 Calmodulin binding protein, putative 5.308837275 L4_chemical_C3 +LQ01X033810 Predicted protein 6.074723603 C6_control_A1 +LQ01X033810 Predicted protein 5.880681059 C6_control_A3 +LQ01X033810 Predicted protein 6.522922485 C6_control_B1 +LQ01X033810 Predicted protein 5.26209812 C6_control_B2 +LQ01X033810 Predicted protein 6.479334351 C6_control_B3 +LQ01X033810 Predicted protein 5.506515667 C6_control_C1 +LQ01X033810 Predicted protein 5.005931052 C6_control_C2 +LQ01X033810 Predicted protein 5.490577279 C6_control_C3 +LQ01X033810 Predicted protein 6.076235392 C6_chemical_A1 +LQ01X033810 Predicted protein 5.605041731 C6_chemical_A3 +LQ01X033810 Predicted protein 6.495760523 C6_chemical_B1 +LQ01X033810 Predicted protein 5.080079629 C6_chemical_B2 +LQ01X033810 Predicted protein 6.064911381 C6_chemical_B3 +LQ01X033810 Predicted protein 5.45492853 C6_chemical_C1 +LQ01X033810 Predicted protein 5.236641035 C6_chemical_C2 +LQ01X033810 Predicted protein 5.401722627 C6_chemical_C3 +LQ01X033810 Predicted protein 5.885974193 L4_control_A1 +LQ01X033810 Predicted protein 7.217041989 L4_control_A2 +LQ01X033810 Predicted protein 6.552738721 L4_control_A3 +LQ01X033810 Predicted protein 6.03077136 L4_control_B1 +LQ01X033810 Predicted protein 6.480015187 L4_control_B2 +LQ01X033810 Predicted protein 6.564919324 L4_control_B3 +LQ01X033810 Predicted protein 5.571013579 L4_control_C2 +LQ01X033810 Predicted protein 6.060230053 L4_control_C3 +LQ01X033810 Predicted protein 5.971831831 L4_chemical_A1 +LQ01X033810 Predicted protein 7.308233716 L4_chemical_A2 +LQ01X033810 Predicted protein 6.26836168 L4_chemical_A3 +LQ01X033810 Predicted protein 5.84751229 L4_chemical_B1 +LQ01X033810 Predicted protein 6.487804062 L4_chemical_B2 +LQ01X033810 Predicted protein 6.070886889 L4_chemical_B3 +LQ01X033810 Predicted protein 6.551199004 L4_chemical_C2 +LQ01X033810 Predicted protein 6.009310286 L4_chemical_C3 +LQ01X033820 D-lactate dehydrogenase, putative 8.071572601 C6_control_A1 +LQ01X033820 D-lactate dehydrogenase, putative 8.937051262 C6_control_A3 +LQ01X033820 D-lactate dehydrogenase, putative 7.393934794 C6_control_B1 +LQ01X033820 D-lactate dehydrogenase, putative 7.056250911 C6_control_B2 +LQ01X033820 D-lactate dehydrogenase, putative 6.806673917 C6_control_B3 +LQ01X033820 D-lactate dehydrogenase, putative 5.110448639 C6_control_C1 +LQ01X033820 D-lactate dehydrogenase, putative 5.204087633 C6_control_C2 +LQ01X033820 D-lactate dehydrogenase, putative 4.951795003 C6_control_C3 +LQ01X033820 D-lactate dehydrogenase, putative 8.3984374 C6_chemical_A1 +LQ01X033820 D-lactate dehydrogenase, putative 9.030775071 C6_chemical_A3 +LQ01X033820 D-lactate dehydrogenase, putative 6.021981246 C6_chemical_B1 +LQ01X033820 D-lactate dehydrogenase, putative 6.685623541 C6_chemical_B2 +LQ01X033820 D-lactate dehydrogenase, putative 6.458470433 C6_chemical_B3 +LQ01X033820 D-lactate dehydrogenase, putative 4.894569203 C6_chemical_C1 +LQ01X033820 D-lactate dehydrogenase, putative 5.0468475 C6_chemical_C2 +LQ01X033820 D-lactate dehydrogenase, putative 5.21443322 C6_chemical_C3 +LQ01X033820 D-lactate dehydrogenase, putative 9.399391152 L4_control_A1 +LQ01X033820 D-lactate dehydrogenase, putative 8.888117561 L4_control_A2 +LQ01X033820 D-lactate dehydrogenase, putative 9.459370683 L4_control_A3 +LQ01X033820 D-lactate dehydrogenase, putative 7.288162669 L4_control_B1 +LQ01X033820 D-lactate dehydrogenase, putative 7.417298756 L4_control_B2 +LQ01X033820 D-lactate dehydrogenase, putative 7.080173741 L4_control_B3 +LQ01X033820 D-lactate dehydrogenase, putative 4.987625631 L4_control_C2 +LQ01X033820 D-lactate dehydrogenase, putative 5.421638071 L4_control_C3 +LQ01X033820 D-lactate dehydrogenase, putative 9.600241114 L4_chemical_A1 +LQ01X033820 D-lactate dehydrogenase, putative 8.50814316 L4_chemical_A2 +LQ01X033820 D-lactate dehydrogenase, putative 9.404603225 L4_chemical_A3 +LQ01X033820 D-lactate dehydrogenase, putative 7.665324534 L4_chemical_B1 +LQ01X033820 D-lactate dehydrogenase, putative 6.683623054 L4_chemical_B2 +LQ01X033820 D-lactate dehydrogenase, putative 7.994033429 L4_chemical_B3 +LQ01X033820 D-lactate dehydrogenase, putative 4.944760269 L4_chemical_C2 +LQ01X033820 D-lactate dehydrogenase, putative 6.068344271 L4_chemical_C3 +LQ01X033830 Predicted protein 12.59762514 C6_control_A1 +LQ01X033830 Predicted protein 12.76311232 C6_control_A3 +LQ01X033830 Predicted protein 12.63680902 C6_control_B1 +LQ01X033830 Predicted protein 12.50348685 C6_control_B2 +LQ01X033830 Predicted protein 12.33503218 C6_control_B3 +LQ01X033830 Predicted protein 12.75173978 C6_control_C1 +LQ01X033830 Predicted protein 12.62860485 C6_control_C2 +LQ01X033830 Predicted protein 12.93031676 C6_control_C3 +LQ01X033830 Predicted protein 12.55361721 C6_chemical_A1 +LQ01X033830 Predicted protein 13.04895983 C6_chemical_A3 +LQ01X033830 Predicted protein 12.47007028 C6_chemical_B1 +LQ01X033830 Predicted protein 12.53879763 C6_chemical_B2 +LQ01X033830 Predicted protein 12.37979849 C6_chemical_B3 +LQ01X033830 Predicted protein 12.77940135 C6_chemical_C1 +LQ01X033830 Predicted protein 12.66158426 C6_chemical_C2 +LQ01X033830 Predicted protein 12.67514609 C6_chemical_C3 +LQ01X033830 Predicted protein 12.7628475 L4_control_A1 +LQ01X033830 Predicted protein 12.11441724 L4_control_A2 +LQ01X033830 Predicted protein 12.6311626 L4_control_A3 +LQ01X033830 Predicted protein 12.27475663 L4_control_B1 +LQ01X033830 Predicted protein 11.96749565 L4_control_B2 +LQ01X033830 Predicted protein 12.45822877 L4_control_B3 +LQ01X033830 Predicted protein 12.12042798 L4_control_C2 +LQ01X033830 Predicted protein 12.19846741 L4_control_C3 +LQ01X033830 Predicted protein 12.5536819 L4_chemical_A1 +LQ01X033830 Predicted protein 12.05012502 L4_chemical_A2 +LQ01X033830 Predicted protein 12.3181391 L4_chemical_A3 +LQ01X033830 Predicted protein 12.19968008 L4_chemical_B1 +LQ01X033830 Predicted protein 11.90899106 L4_chemical_B2 +LQ01X033830 Predicted protein 12.74089204 L4_chemical_B3 +LQ01X033830 Predicted protein 12.1550442 L4_chemical_C2 +LQ01X033830 Predicted protein 12.19983837 L4_chemical_C3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.833366638 C6_control_A1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 6.047478937 C6_control_A3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.790056866 C6_control_B1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.732037707 C6_control_B2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 6.131832908 C6_control_B3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.690145565 C6_control_C1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 6.399741121 C6_control_C2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.360010672 C6_control_C3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.816538815 C6_chemical_A1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.452529104 C6_chemical_A3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.710821361 C6_chemical_B1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 6.027150673 C6_chemical_B2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.732351174 C6_chemical_B3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.707877828 C6_chemical_C1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.691881635 C6_chemical_C2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.582956675 C6_chemical_C3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.624331329 L4_control_A1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.730819117 L4_control_A2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.707821402 L4_control_A3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 6.037737998 L4_control_B1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.28087281 L4_control_B2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.957734193 L4_control_B3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.265523195 L4_control_C2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.548870081 L4_control_C3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.380420926 L4_chemical_A1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.618638508 L4_chemical_A2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.172828663 L4_chemical_A3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.653015921 L4_chemical_B1 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.385044247 L4_chemical_B2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.512300256 L4_chemical_B3 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 6.074505374 L4_chemical_C2 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.023948216 L4_chemical_C3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.35013325 C6_control_A1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.15057137 C6_control_A3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.59310994 C6_control_B1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.84712229 C6_control_B2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.61407943 C6_control_B3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.76504238 C6_control_C1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.5351832 C6_control_C2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.70435955 C6_control_C3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.27955354 C6_chemical_A1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.27717414 C6_chemical_A3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.44064031 C6_chemical_B1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.90222028 C6_chemical_B2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.65767169 C6_chemical_B3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.60757417 C6_chemical_C1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.55432587 C6_chemical_C2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.71547619 C6_chemical_C3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.17853044 L4_control_A1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.79290181 L4_control_A2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.43601543 L4_control_A3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.77145207 L4_control_B1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.93457021 L4_control_B2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.53737539 L4_control_B3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.57240785 L4_control_C2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.55446022 L4_control_C3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.37614726 L4_chemical_A1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.97378215 L4_chemical_A2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.22886091 L4_chemical_A3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.50963663 L4_chemical_B1 +LQ01X033880 Probable S-acyltransferase At4g00840 10.91436141 L4_chemical_B2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.3219748 L4_chemical_B3 +LQ01X033880 Probable S-acyltransferase At4g00840 10.41455762 L4_chemical_C2 +LQ01X033880 Probable S-acyltransferase At4g00840 10.56909215 L4_chemical_C3 +LQ01X033890 Predicted protein 8.030100505 C6_control_A1 +LQ01X033890 Predicted protein 8.665492412 C6_control_A3 +LQ01X033890 Predicted protein 8.147337673 C6_control_B1 +LQ01X033890 Predicted protein 8.147742208 C6_control_B2 +LQ01X033890 Predicted protein 8.72207663 C6_control_B3 +LQ01X033890 Predicted protein 7.10784495 C6_control_C1 +LQ01X033890 Predicted protein 7.482599853 C6_control_C2 +LQ01X033890 Predicted protein 7.267247424 C6_control_C3 +LQ01X033890 Predicted protein 7.668438213 C6_chemical_A1 +LQ01X033890 Predicted protein 7.979902713 C6_chemical_A3 +LQ01X033890 Predicted protein 7.998176008 C6_chemical_B1 +LQ01X033890 Predicted protein 8.087081357 C6_chemical_B2 +LQ01X033890 Predicted protein 8.052207528 C6_chemical_B3 +LQ01X033890 Predicted protein 7.185949425 C6_chemical_C1 +LQ01X033890 Predicted protein 7.486726132 C6_chemical_C2 +LQ01X033890 Predicted protein 7.363541084 C6_chemical_C3 +LQ01X033890 Predicted protein 7.641624852 L4_control_A1 +LQ01X033890 Predicted protein 8.32572391 L4_control_A2 +LQ01X033890 Predicted protein 9.026010502 L4_control_A3 +LQ01X033890 Predicted protein 8.007532671 L4_control_B1 +LQ01X033890 Predicted protein 6.564860308 L4_control_B2 +LQ01X033890 Predicted protein 8.082198531 L4_control_B3 +LQ01X033890 Predicted protein 7.591220074 L4_control_C2 +LQ01X033890 Predicted protein 7.570264191 L4_control_C3 +LQ01X033890 Predicted protein 7.467466054 L4_chemical_A1 +LQ01X033890 Predicted protein 8.063897606 L4_chemical_A2 +LQ01X033890 Predicted protein 7.919553414 L4_chemical_A3 +LQ01X033890 Predicted protein 7.860814391 L4_chemical_B1 +LQ01X033890 Predicted protein 8.430820043 L4_chemical_B2 +LQ01X033890 Predicted protein 7.917055307 L4_chemical_B3 +LQ01X033890 Predicted protein 6.492784578 L4_chemical_C2 +LQ01X033890 Predicted protein 7.281794293 L4_chemical_C3 +LQ01X033910 Putative Transcription factor MYC2 13.21200023 C6_control_A1 +LQ01X033910 Putative Transcription factor MYC2 12.82784967 C6_control_A3 +LQ01X033910 Putative Transcription factor MYC2 12.92307042 C6_control_B1 +LQ01X033910 Putative Transcription factor MYC2 11.34867418 C6_control_B2 +LQ01X033910 Putative Transcription factor MYC2 11.57819353 C6_control_B3 +LQ01X033910 Putative Transcription factor MYC2 11.94053617 C6_control_C1 +LQ01X033910 Putative Transcription factor MYC2 11.31589654 C6_control_C2 +LQ01X033910 Putative Transcription factor MYC2 11.2402653 C6_control_C3 +LQ01X033910 Putative Transcription factor MYC2 13.33011736 C6_chemical_A1 +LQ01X033910 Putative Transcription factor MYC2 13.13367824 C6_chemical_A3 +LQ01X033910 Putative Transcription factor MYC2 12.5288445 C6_chemical_B1 +LQ01X033910 Putative Transcription factor MYC2 10.79027271 C6_chemical_B2 +LQ01X033910 Putative Transcription factor MYC2 12.21848005 C6_chemical_B3 +LQ01X033910 Putative Transcription factor MYC2 11.75575067 C6_chemical_C1 +LQ01X033910 Putative Transcription factor MYC2 10.89564175 C6_chemical_C2 +LQ01X033910 Putative Transcription factor MYC2 11.00608541 C6_chemical_C3 +LQ01X033910 Putative Transcription factor MYC2 13.31247872 L4_control_A1 +LQ01X033910 Putative Transcription factor MYC2 13.16361269 L4_control_A2 +LQ01X033910 Putative Transcription factor MYC2 13.04636306 L4_control_A3 +LQ01X033910 Putative Transcription factor MYC2 12.07898732 L4_control_B1 +LQ01X033910 Putative Transcription factor MYC2 12.86381463 L4_control_B2 +LQ01X033910 Putative Transcription factor MYC2 11.63525282 L4_control_B3 +LQ01X033910 Putative Transcription factor MYC2 11.29807415 L4_control_C2 +LQ01X033910 Putative Transcription factor MYC2 11.37828043 L4_control_C3 +LQ01X033910 Putative Transcription factor MYC2 13.42596298 L4_chemical_A1 +LQ01X033910 Putative Transcription factor MYC2 12.98564208 L4_chemical_A2 +LQ01X033910 Putative Transcription factor MYC2 13.32816902 L4_chemical_A3 +LQ01X033910 Putative Transcription factor MYC2 12.92480093 L4_chemical_B1 +LQ01X033910 Putative Transcription factor MYC2 12.73431994 L4_chemical_B2 +LQ01X033910 Putative Transcription factor MYC2 12.58922256 L4_chemical_B3 +LQ01X033910 Putative Transcription factor MYC2 11.45455379 L4_chemical_C2 +LQ01X033910 Putative Transcription factor MYC2 11.05182612 L4_chemical_C3 +LQ01X033920 Predicted protein 12.10364547 C6_control_A1 +LQ01X033920 Predicted protein 11.45494556 C6_control_A3 +LQ01X033920 Predicted protein 12.61037531 C6_control_B1 +LQ01X033920 Predicted protein 12.928219 C6_control_B2 +LQ01X033920 Predicted protein 12.91467175 C6_control_B3 +LQ01X033920 Predicted protein 12.72768308 C6_control_C1 +LQ01X033920 Predicted protein 12.97167054 C6_control_C2 +LQ01X033920 Predicted protein 12.869682 C6_control_C3 +LQ01X033920 Predicted protein 11.78215682 C6_chemical_A1 +LQ01X033920 Predicted protein 11.47109015 C6_chemical_A3 +LQ01X033920 Predicted protein 12.44115808 C6_chemical_B1 +LQ01X033920 Predicted protein 12.66903143 C6_chemical_B2 +LQ01X033920 Predicted protein 12.85893569 C6_chemical_B3 +LQ01X033920 Predicted protein 12.81573592 C6_chemical_C1 +LQ01X033920 Predicted protein 12.91303076 C6_chemical_C2 +LQ01X033920 Predicted protein 12.7670644 C6_chemical_C3 +LQ01X033920 Predicted protein 11.01586839 L4_control_A1 +LQ01X033920 Predicted protein 11.25585812 L4_control_A2 +LQ01X033920 Predicted protein 11.69415244 L4_control_A3 +LQ01X033920 Predicted protein 12.19111815 L4_control_B1 +LQ01X033920 Predicted protein 11.78917246 L4_control_B2 +LQ01X033920 Predicted protein 12.28979517 L4_control_B3 +LQ01X033920 Predicted protein 11.94520539 L4_control_C2 +LQ01X033920 Predicted protein 11.3362415 L4_control_C3 +LQ01X033920 Predicted protein 10.96552019 L4_chemical_A1 +LQ01X033920 Predicted protein 11.4488176 L4_chemical_A2 +LQ01X033920 Predicted protein 11.31204308 L4_chemical_A3 +LQ01X033920 Predicted protein 11.96009778 L4_chemical_B1 +LQ01X033920 Predicted protein 11.64289347 L4_chemical_B2 +LQ01X033920 Predicted protein 12.07789094 L4_chemical_B3 +LQ01X033920 Predicted protein 11.22152216 L4_chemical_C2 +LQ01X033920 Predicted protein 11.88811622 L4_chemical_C3 +LQ01X033940 CDPK-related protein kinase 13.08560915 C6_control_A1 +LQ01X033940 CDPK-related protein kinase 13.00917789 C6_control_A3 +LQ01X033940 CDPK-related protein kinase 13.09718114 C6_control_B1 +LQ01X033940 CDPK-related protein kinase 12.64705453 C6_control_B2 +LQ01X033940 CDPK-related protein kinase 13.50414202 C6_control_B3 +LQ01X033940 CDPK-related protein kinase 12.4861889 C6_control_C1 +LQ01X033940 CDPK-related protein kinase 12.72326664 C6_control_C2 +LQ01X033940 CDPK-related protein kinase 12.90736281 C6_control_C3 +LQ01X033940 CDPK-related protein kinase 12.88926217 C6_chemical_A1 +LQ01X033940 CDPK-related protein kinase 13.04153177 C6_chemical_A3 +LQ01X033940 CDPK-related protein kinase 12.98312759 C6_chemical_B1 +LQ01X033940 CDPK-related protein kinase 12.71306375 C6_chemical_B2 +LQ01X033940 CDPK-related protein kinase 13.4898146 C6_chemical_B3 +LQ01X033940 CDPK-related protein kinase 12.63578799 C6_chemical_C1 +LQ01X033940 CDPK-related protein kinase 12.46574991 C6_chemical_C2 +LQ01X033940 CDPK-related protein kinase 13.1267474 C6_chemical_C3 +LQ01X033940 CDPK-related protein kinase 12.7906876 L4_control_A1 +LQ01X033940 CDPK-related protein kinase 12.9322223 L4_control_A2 +LQ01X033940 CDPK-related protein kinase 12.37964922 L4_control_A3 +LQ01X033940 CDPK-related protein kinase 13.20139577 L4_control_B1 +LQ01X033940 CDPK-related protein kinase 13.20579758 L4_control_B2 +LQ01X033940 CDPK-related protein kinase 13.21546093 L4_control_B3 +LQ01X033940 CDPK-related protein kinase 13.13408259 L4_control_C2 +LQ01X033940 CDPK-related protein kinase 13.09471738 L4_control_C3 +LQ01X033940 CDPK-related protein kinase 12.76618415 L4_chemical_A1 +LQ01X033940 CDPK-related protein kinase 12.55840081 L4_chemical_A2 +LQ01X033940 CDPK-related protein kinase 12.47311824 L4_chemical_A3 +LQ01X033940 CDPK-related protein kinase 13.04058608 L4_chemical_B1 +LQ01X033940 CDPK-related protein kinase 12.99771685 L4_chemical_B2 +LQ01X033940 CDPK-related protein kinase 13.32198069 L4_chemical_B3 +LQ01X033940 CDPK-related protein kinase 12.85430417 L4_chemical_C2 +LQ01X033940 CDPK-related protein kinase 13.16237389 L4_chemical_C3 +LQ01X033950 Hypothetical protein 5.023747138 C6_control_A1 +LQ01X033950 Hypothetical protein 5.098404265 C6_control_A3 +LQ01X033950 Hypothetical protein 5.34132369 C6_control_B1 +LQ01X033950 Hypothetical protein 4.632399551 C6_control_B2 +LQ01X033950 Hypothetical protein 4.623966889 C6_control_B3 +LQ01X033950 Hypothetical protein 4.744129491 C6_control_C1 +LQ01X033950 Hypothetical protein 4.540400588 C6_control_C2 +LQ01X033950 Hypothetical protein 4.730053892 C6_control_C3 +LQ01X033950 Hypothetical protein 5.1085453 C6_chemical_A1 +LQ01X033950 Hypothetical protein 5.265076123 C6_chemical_A3 +LQ01X033950 Hypothetical protein 5.360976012 C6_chemical_B1 +LQ01X033950 Hypothetical protein 4.663261667 C6_chemical_B2 +LQ01X033950 Hypothetical protein 4.743946517 C6_chemical_B3 +LQ01X033950 Hypothetical protein 4.758484298 C6_chemical_C1 +LQ01X033950 Hypothetical protein 4.78198166 C6_chemical_C2 +LQ01X033950 Hypothetical protein 4.785208974 C6_chemical_C3 +LQ01X033950 Hypothetical protein 4.970583904 L4_control_A1 +LQ01X033950 Hypothetical protein 4.828221911 L4_control_A2 +LQ01X033950 Hypothetical protein 5.70194509 L4_control_A3 +LQ01X033950 Hypothetical protein 5.31318725 L4_control_B1 +LQ01X033950 Hypothetical protein 5.113845891 L4_control_B2 +LQ01X033950 Hypothetical protein 4.829434679 L4_control_B3 +LQ01X033950 Hypothetical protein 4.907406476 L4_control_C2 +LQ01X033950 Hypothetical protein 4.860916418 L4_control_C3 +LQ01X033950 Hypothetical protein 5.205559653 L4_chemical_A1 +LQ01X033950 Hypothetical protein 5.105538744 L4_chemical_A2 +LQ01X033950 Hypothetical protein 5.765138123 L4_chemical_A3 +LQ01X033950 Hypothetical protein 5.149352651 L4_chemical_B1 +LQ01X033950 Hypothetical protein 4.972360148 L4_chemical_B2 +LQ01X033950 Hypothetical protein 4.910106358 L4_chemical_B3 +LQ01X033950 Hypothetical protein 5.409776096 L4_chemical_C2 +LQ01X033950 Hypothetical protein 4.892119422 L4_chemical_C3 +LQ01X033970 SAUR family protein 5.7805816 C6_control_A1 +LQ01X033970 SAUR family protein 6.578834365 C6_control_A3 +LQ01X033970 SAUR family protein 6.316302425 C6_control_B1 +LQ01X033970 SAUR family protein 5.620534895 C6_control_B2 +LQ01X033970 SAUR family protein 5.86110763 C6_control_B3 +LQ01X033970 SAUR family protein 6.240775394 C6_control_C1 +LQ01X033970 SAUR family protein 5.587347495 C6_control_C2 +LQ01X033970 SAUR family protein 6.31277056 C6_control_C3 +LQ01X033970 SAUR family protein 6.414868816 C6_chemical_A1 +LQ01X033970 SAUR family protein 5.906605317 C6_chemical_A3 +LQ01X033970 SAUR family protein 6.439540274 C6_chemical_B1 +LQ01X033970 SAUR family protein 5.49032934 C6_chemical_B2 +LQ01X033970 SAUR family protein 7.257108118 C6_chemical_B3 +LQ01X033970 SAUR family protein 5.830544188 C6_chemical_C1 +LQ01X033970 SAUR family protein 5.565273454 C6_chemical_C2 +LQ01X033970 SAUR family protein 6.286402358 C6_chemical_C3 +LQ01X033970 SAUR family protein 7.040695091 L4_control_A1 +LQ01X033970 SAUR family protein 7.043899496 L4_control_A2 +LQ01X033970 SAUR family protein 6.508140484 L4_control_A3 +LQ01X033970 SAUR family protein 7.875965396 L4_control_B1 +LQ01X033970 SAUR family protein 6.683364718 L4_control_B2 +LQ01X033970 SAUR family protein 6.139318488 L4_control_B3 +LQ01X033970 SAUR family protein 7.118784253 L4_control_C2 +LQ01X033970 SAUR family protein 7.218304146 L4_control_C3 +LQ01X033970 SAUR family protein 6.601025116 L4_chemical_A1 +LQ01X033970 SAUR family protein 6.9882117 L4_chemical_A2 +LQ01X033970 SAUR family protein 7.804455333 L4_chemical_A3 +LQ01X033970 SAUR family protein 6.549388575 L4_chemical_B1 +LQ01X033970 SAUR family protein 6.847838841 L4_chemical_B2 +LQ01X033970 SAUR family protein 6.05189124 L4_chemical_B3 +LQ01X033970 SAUR family protein 7.752336149 L4_chemical_C2 +LQ01X033970 SAUR family protein 7.555606613 L4_chemical_C3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 5.464921054 C6_control_A1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 6.45853744 C6_control_A3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 7.087433039 C6_control_B1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 9.060060005 C6_control_B2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 7.777308205 C6_control_B3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 10.62485283 C6_control_C1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 10.88951898 C6_control_C2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 10.52724417 C6_control_C3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 5.883323113 C6_chemical_A1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 7.932955181 C6_chemical_A3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 8.346783841 C6_chemical_B1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 9.178348549 C6_chemical_B2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 7.892675504 C6_chemical_B3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 11.54713292 C6_chemical_C1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 11.09486134 C6_chemical_C2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 12.0860905 C6_chemical_C3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 6.552848502 L4_control_A1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 5.790327614 L4_control_A2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 9.443768094 L4_control_A3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 8.624549532 L4_control_B1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 7.366574126 L4_control_B2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 9.058340355 L4_control_B3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 9.567032815 L4_control_C2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 10.13966488 L4_control_C3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 11.12220646 L4_chemical_A1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 11.8884682 L4_chemical_A2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 9.272244913 L4_chemical_A3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 9.513018158 L4_chemical_B1 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 9.986179905 L4_chemical_B2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 7.442227956 L4_chemical_B3 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 10.32580825 L4_chemical_C2 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 10.14956945 L4_chemical_C3 +LQ01X033990 Hypothetical protein 5.367555977 C6_control_A1 +LQ01X033990 Hypothetical protein 5.195909918 C6_control_A3 +LQ01X033990 Hypothetical protein 5.420684731 C6_control_B1 +LQ01X033990 Hypothetical protein 4.855743794 C6_control_B2 +LQ01X033990 Hypothetical protein 5.610139301 C6_control_B3 +LQ01X033990 Hypothetical protein 5.090125458 C6_control_C1 +LQ01X033990 Hypothetical protein 5.57817788 C6_control_C2 +LQ01X033990 Hypothetical protein 5.229177007 C6_control_C3 +LQ01X033990 Hypothetical protein 5.051338457 C6_chemical_A1 +LQ01X033990 Hypothetical protein 5.168952439 C6_chemical_A3 +LQ01X033990 Hypothetical protein 5.629941124 C6_chemical_B1 +LQ01X033990 Hypothetical protein 4.983268692 C6_chemical_B2 +LQ01X033990 Hypothetical protein 5.455772616 C6_chemical_B3 +LQ01X033990 Hypothetical protein 5.665445045 C6_chemical_C1 +LQ01X033990 Hypothetical protein 5.423539959 C6_chemical_C2 +LQ01X033990 Hypothetical protein 5.486226392 C6_chemical_C3 +LQ01X033990 Hypothetical protein 5.201154645 L4_control_A1 +LQ01X033990 Hypothetical protein 5.551923065 L4_control_A2 +LQ01X033990 Hypothetical protein 5.31762521 L4_control_A3 +LQ01X033990 Hypothetical protein 5.40083291 L4_control_B1 +LQ01X033990 Hypothetical protein 5.219027016 L4_control_B2 +LQ01X033990 Hypothetical protein 5.325960436 L4_control_B3 +LQ01X033990 Hypothetical protein 5.776850509 L4_control_C2 +LQ01X033990 Hypothetical protein 5.094317308 L4_control_C3 +LQ01X033990 Hypothetical protein 4.911892975 L4_chemical_A1 +LQ01X033990 Hypothetical protein 5.751468136 L4_chemical_A2 +LQ01X033990 Hypothetical protein 5.196007584 L4_chemical_A3 +LQ01X033990 Hypothetical protein 5.645218584 L4_chemical_B1 +LQ01X033990 Hypothetical protein 6.001740143 L4_chemical_B2 +LQ01X033990 Hypothetical protein 5.182323481 L4_chemical_B3 +LQ01X033990 Hypothetical protein 5.878955019 L4_chemical_C2 +LQ01X033990 Hypothetical protein 5.259702102 L4_chemical_C3 +LQ01X034010 Cytochrome b5 5.184373826 C6_control_A1 +LQ01X034010 Cytochrome b5 5.177861686 C6_control_A3 +LQ01X034010 Cytochrome b5 4.965637291 C6_control_B1 +LQ01X034010 Cytochrome b5 4.896150593 C6_control_B2 +LQ01X034010 Cytochrome b5 5.194384592 C6_control_B3 +LQ01X034010 Cytochrome b5 5.097785776 C6_control_C1 +LQ01X034010 Cytochrome b5 5.294440791 C6_control_C2 +LQ01X034010 Cytochrome b5 4.887047386 C6_control_C3 +LQ01X034010 Cytochrome b5 4.934733579 C6_chemical_A1 +LQ01X034010 Cytochrome b5 4.921367053 C6_chemical_A3 +LQ01X034010 Cytochrome b5 4.530218515 C6_chemical_B1 +LQ01X034010 Cytochrome b5 5.010738242 C6_chemical_B2 +LQ01X034010 Cytochrome b5 5.239325885 C6_chemical_B3 +LQ01X034010 Cytochrome b5 5.229190815 C6_chemical_C1 +LQ01X034010 Cytochrome b5 5.190127268 C6_chemical_C2 +LQ01X034010 Cytochrome b5 4.919339488 C6_chemical_C3 +LQ01X034010 Cytochrome b5 5.243435567 L4_control_A1 +LQ01X034010 Cytochrome b5 5.208868862 L4_control_A2 +LQ01X034010 Cytochrome b5 5.323476328 L4_control_A3 +LQ01X034010 Cytochrome b5 4.902829037 L4_control_B1 +LQ01X034010 Cytochrome b5 5.048919906 L4_control_B2 +LQ01X034010 Cytochrome b5 5.127580226 L4_control_B3 +LQ01X034010 Cytochrome b5 5.359631789 L4_control_C2 +LQ01X034010 Cytochrome b5 5.12665237 L4_control_C3 +LQ01X034010 Cytochrome b5 5.395568121 L4_chemical_A1 +LQ01X034010 Cytochrome b5 5.30472399 L4_chemical_A2 +LQ01X034010 Cytochrome b5 4.989581261 L4_chemical_A3 +LQ01X034010 Cytochrome b5 4.974266332 L4_chemical_B1 +LQ01X034010 Cytochrome b5 5.043550545 L4_chemical_B2 +LQ01X034010 Cytochrome b5 5.235378799 L4_chemical_B3 +LQ01X034010 Cytochrome b5 5.006072467 L4_chemical_C2 +LQ01X034010 Cytochrome b5 5.30432582 L4_chemical_C3 +LQ01X034040 Putative uncharacterized protein 12.56973584 C6_control_A1 +LQ01X034040 Putative uncharacterized protein 12.49966494 C6_control_A3 +LQ01X034040 Putative uncharacterized protein 12.79221401 C6_control_B1 +LQ01X034040 Putative uncharacterized protein 12.83147358 C6_control_B2 +LQ01X034040 Putative uncharacterized protein 13.02080112 C6_control_B3 +LQ01X034040 Putative uncharacterized protein 11.75396383 C6_control_C1 +LQ01X034040 Putative uncharacterized protein 11.0876924 C6_control_C2 +LQ01X034040 Putative uncharacterized protein 11.79291882 C6_control_C3 +LQ01X034040 Putative uncharacterized protein 12.57591384 C6_chemical_A1 +LQ01X034040 Putative uncharacterized protein 13.14242139 C6_chemical_A3 +LQ01X034040 Putative uncharacterized protein 12.36414644 C6_chemical_B1 +LQ01X034040 Putative uncharacterized protein 12.01546025 C6_chemical_B2 +LQ01X034040 Putative uncharacterized protein 12.48248943 C6_chemical_B3 +LQ01X034040 Putative uncharacterized protein 11.77575183 C6_chemical_C1 +LQ01X034040 Putative uncharacterized protein 10.76817161 C6_chemical_C2 +LQ01X034040 Putative uncharacterized protein 10.13315215 C6_chemical_C3 +LQ01X034040 Putative uncharacterized protein 12.74926232 L4_control_A1 +LQ01X034040 Putative uncharacterized protein 12.9312857 L4_control_A2 +LQ01X034040 Putative uncharacterized protein 12.63739232 L4_control_A3 +LQ01X034040 Putative uncharacterized protein 12.81344918 L4_control_B1 +LQ01X034040 Putative uncharacterized protein 12.7277492 L4_control_B2 +LQ01X034040 Putative uncharacterized protein 12.24158706 L4_control_B3 +LQ01X034040 Putative uncharacterized protein 9.949171981 L4_control_C2 +LQ01X034040 Putative uncharacterized protein 9.473278417 L4_control_C3 +LQ01X034040 Putative uncharacterized protein 12.54314778 L4_chemical_A1 +LQ01X034040 Putative uncharacterized protein 12.77031333 L4_chemical_A2 +LQ01X034040 Putative uncharacterized protein 12.64184408 L4_chemical_A3 +LQ01X034040 Putative uncharacterized protein 12.52766976 L4_chemical_B1 +LQ01X034040 Putative uncharacterized protein 12.42961112 L4_chemical_B2 +LQ01X034040 Putative uncharacterized protein 12.55450771 L4_chemical_B3 +LQ01X034040 Putative uncharacterized protein 9.096468623 L4_chemical_C2 +LQ01X034040 Putative uncharacterized protein 9.807560605 L4_chemical_C3 +LQ01X034050 Putative uncharacterized protein 5.774258058 C6_control_A1 +LQ01X034050 Putative uncharacterized protein 5.980661691 C6_control_A3 +LQ01X034050 Putative uncharacterized protein 5.263124553 C6_control_B1 +LQ01X034050 Putative uncharacterized protein 5.027629591 C6_control_B2 +LQ01X034050 Putative uncharacterized protein 5.777396818 C6_control_B3 +LQ01X034050 Putative uncharacterized protein 5.689832075 C6_control_C1 +LQ01X034050 Putative uncharacterized protein 6.488403103 C6_control_C2 +LQ01X034050 Putative uncharacterized protein 5.240042676 C6_control_C3 +LQ01X034050 Putative uncharacterized protein 5.877582143 C6_chemical_A1 +LQ01X034050 Putative uncharacterized protein 5.152770627 C6_chemical_A3 +LQ01X034050 Putative uncharacterized protein 5.321634753 C6_chemical_B1 +LQ01X034050 Putative uncharacterized protein 5.389094659 C6_chemical_B2 +LQ01X034050 Putative uncharacterized protein 5.362659648 C6_chemical_B3 +LQ01X034050 Putative uncharacterized protein 5.533583517 C6_chemical_C1 +LQ01X034050 Putative uncharacterized protein 5.634439618 C6_chemical_C2 +LQ01X034050 Putative uncharacterized protein 5.522117414 C6_chemical_C3 +LQ01X034050 Putative uncharacterized protein 5.297957653 L4_control_A1 +LQ01X034050 Putative uncharacterized protein 5.234501417 L4_control_A2 +LQ01X034050 Putative uncharacterized protein 5.594205353 L4_control_A3 +LQ01X034050 Putative uncharacterized protein 5.178703729 L4_control_B1 +LQ01X034050 Putative uncharacterized protein 5.677031957 L4_control_B2 +LQ01X034050 Putative uncharacterized protein 4.874921058 L4_control_B3 +LQ01X034050 Putative uncharacterized protein 5.422520833 L4_control_C2 +LQ01X034050 Putative uncharacterized protein 5.32799003 L4_control_C3 +LQ01X034050 Putative uncharacterized protein 5.180674621 L4_chemical_A1 +LQ01X034050 Putative uncharacterized protein 5.478873908 L4_chemical_A2 +LQ01X034050 Putative uncharacterized protein 5.839247987 L4_chemical_A3 +LQ01X034050 Putative uncharacterized protein 5.356121586 L4_chemical_B1 +LQ01X034050 Putative uncharacterized protein 5.417782827 L4_chemical_B2 +LQ01X034050 Putative uncharacterized protein 5.187599557 L4_chemical_B3 +LQ01X034050 Putative uncharacterized protein 4.796502511 L4_chemical_C2 +LQ01X034050 Putative uncharacterized protein 5.029598004 L4_chemical_C3 +LQ01X034070 Ras-related protein Rab11D 6.350322175 C6_control_A1 +LQ01X034070 Ras-related protein Rab11D 6.723918693 C6_control_A3 +LQ01X034070 Ras-related protein Rab11D 6.603397007 C6_control_B1 +LQ01X034070 Ras-related protein Rab11D 5.773878961 C6_control_B2 +LQ01X034070 Ras-related protein Rab11D 6.202287592 C6_control_B3 +LQ01X034070 Ras-related protein Rab11D 5.219446251 C6_control_C1 +LQ01X034070 Ras-related protein Rab11D 5.398226641 C6_control_C2 +LQ01X034070 Ras-related protein Rab11D 5.337097829 C6_control_C3 +LQ01X034070 Ras-related protein Rab11D 6.294637973 C6_chemical_A1 +LQ01X034070 Ras-related protein Rab11D 6.213500437 C6_chemical_A3 +LQ01X034070 Ras-related protein Rab11D 6.358484868 C6_chemical_B1 +LQ01X034070 Ras-related protein Rab11D 5.577659699 C6_chemical_B2 +LQ01X034070 Ras-related protein Rab11D 5.989420295 C6_chemical_B3 +LQ01X034070 Ras-related protein Rab11D 5.523278391 C6_chemical_C1 +LQ01X034070 Ras-related protein Rab11D 5.720657368 C6_chemical_C2 +LQ01X034070 Ras-related protein Rab11D 5.537353599 C6_chemical_C3 +LQ01X034070 Ras-related protein Rab11D 6.311590271 L4_control_A1 +LQ01X034070 Ras-related protein Rab11D 6.365403236 L4_control_A2 +LQ01X034070 Ras-related protein Rab11D 6.563625226 L4_control_A3 +LQ01X034070 Ras-related protein Rab11D 6.178477397 L4_control_B1 +LQ01X034070 Ras-related protein Rab11D 5.80049071 L4_control_B2 +LQ01X034070 Ras-related protein Rab11D 5.732983865 L4_control_B3 +LQ01X034070 Ras-related protein Rab11D 6.230643983 L4_control_C2 +LQ01X034070 Ras-related protein Rab11D 6.479921347 L4_control_C3 +LQ01X034070 Ras-related protein Rab11D 6.338098212 L4_chemical_A1 +LQ01X034070 Ras-related protein Rab11D 6.18691598 L4_chemical_A2 +LQ01X034070 Ras-related protein Rab11D 6.609794791 L4_chemical_A3 +LQ01X034070 Ras-related protein Rab11D 6.771269748 L4_chemical_B1 +LQ01X034070 Ras-related protein Rab11D 5.590235949 L4_chemical_B2 +LQ01X034070 Ras-related protein Rab11D 6.088482469 L4_chemical_B3 +LQ01X034070 Ras-related protein Rab11D 6.11976268 L4_chemical_C2 +LQ01X034070 Ras-related protein Rab11D 6.267454508 L4_chemical_C3 +LQ01X034080 ATP synthase 13.99722334 C6_control_A1 +LQ01X034080 ATP synthase 13.5001582 C6_control_A3 +LQ01X034080 ATP synthase 14.13983699 C6_control_B1 +LQ01X034080 ATP synthase 14.67522675 C6_control_B2 +LQ01X034080 ATP synthase 14.32440503 C6_control_B3 +LQ01X034080 ATP synthase 14.9290717 C6_control_C1 +LQ01X034080 ATP synthase 14.83571127 C6_control_C2 +LQ01X034080 ATP synthase 14.63446138 C6_control_C3 +LQ01X034080 ATP synthase 13.76900907 C6_chemical_A1 +LQ01X034080 ATP synthase 13.37937887 C6_chemical_A3 +LQ01X034080 ATP synthase 14.1487004 C6_chemical_B1 +LQ01X034080 ATP synthase 14.94245577 C6_chemical_B2 +LQ01X034080 ATP synthase 13.86681835 C6_chemical_B3 +LQ01X034080 ATP synthase 14.83049387 C6_chemical_C1 +LQ01X034080 ATP synthase 15.02677455 C6_chemical_C2 +LQ01X034080 ATP synthase 15.20101446 C6_chemical_C3 +LQ01X034080 ATP synthase 12.9131076 L4_control_A1 +LQ01X034080 ATP synthase 13.95619965 L4_control_A2 +LQ01X034080 ATP synthase 13.26763703 L4_control_A3 +LQ01X034080 ATP synthase 14.33126367 L4_control_B1 +LQ01X034080 ATP synthase 13.91527797 L4_control_B2 +LQ01X034080 ATP synthase 14.06633419 L4_control_B3 +LQ01X034080 ATP synthase 14.09757601 L4_control_C2 +LQ01X034080 ATP synthase 14.19470884 L4_control_C3 +LQ01X034080 ATP synthase 12.54905741 L4_chemical_A1 +LQ01X034080 ATP synthase 13.72265197 L4_chemical_A2 +LQ01X034080 ATP synthase 12.66292665 L4_chemical_A3 +LQ01X034080 ATP synthase 13.76100001 L4_chemical_B1 +LQ01X034080 ATP synthase 13.97706467 L4_chemical_B2 +LQ01X034080 ATP synthase 14.00026487 L4_chemical_B3 +LQ01X034080 ATP synthase 14.11259212 L4_chemical_C2 +LQ01X034080 ATP synthase 14.41779816 L4_chemical_C3 +LQ01X034100 Putative U-box domain-containing protein 43 8.325348765 C6_control_A1 +LQ01X034100 Putative U-box domain-containing protein 43 6.791821321 C6_control_A3 +LQ01X034100 Putative U-box domain-containing protein 43 7.875947523 C6_control_B1 +LQ01X034100 Putative U-box domain-containing protein 43 7.845436871 C6_control_B2 +LQ01X034100 Putative U-box domain-containing protein 43 8.784331633 C6_control_B3 +LQ01X034100 Putative U-box domain-containing protein 43 8.804997973 C6_control_C1 +LQ01X034100 Putative U-box domain-containing protein 43 7.257624002 C6_control_C2 +LQ01X034100 Putative U-box domain-containing protein 43 8.214398215 C6_control_C3 +LQ01X034100 Putative U-box domain-containing protein 43 8.182646393 C6_chemical_A1 +LQ01X034100 Putative U-box domain-containing protein 43 8.397340319 C6_chemical_A3 +LQ01X034100 Putative U-box domain-containing protein 43 7.890431011 C6_chemical_B1 +LQ01X034100 Putative U-box domain-containing protein 43 8.12157233 C6_chemical_B2 +LQ01X034100 Putative U-box domain-containing protein 43 8.812404034 C6_chemical_B3 +LQ01X034100 Putative U-box domain-containing protein 43 8.655310248 C6_chemical_C1 +LQ01X034100 Putative U-box domain-containing protein 43 8.217786234 C6_chemical_C2 +LQ01X034100 Putative U-box domain-containing protein 43 8.786974224 C6_chemical_C3 +LQ01X034100 Putative U-box domain-containing protein 43 8.6948882 L4_control_A1 +LQ01X034100 Putative U-box domain-containing protein 43 8.179649593 L4_control_A2 +LQ01X034100 Putative U-box domain-containing protein 43 9.023900647 L4_control_A3 +LQ01X034100 Putative U-box domain-containing protein 43 7.704467162 L4_control_B1 +LQ01X034100 Putative U-box domain-containing protein 43 8.065917845 L4_control_B2 +LQ01X034100 Putative U-box domain-containing protein 43 8.44349207 L4_control_B3 +LQ01X034100 Putative U-box domain-containing protein 43 8.119203955 L4_control_C2 +LQ01X034100 Putative U-box domain-containing protein 43 9.259278646 L4_control_C3 +LQ01X034100 Putative U-box domain-containing protein 43 8.647575414 L4_chemical_A1 +LQ01X034100 Putative U-box domain-containing protein 43 7.859676433 L4_chemical_A2 +LQ01X034100 Putative U-box domain-containing protein 43 8.941546002 L4_chemical_A3 +LQ01X034100 Putative U-box domain-containing protein 43 7.642066366 L4_chemical_B1 +LQ01X034100 Putative U-box domain-containing protein 43 8.138557946 L4_chemical_B2 +LQ01X034100 Putative U-box domain-containing protein 43 8.442561944 L4_chemical_B3 +LQ01X034100 Putative U-box domain-containing protein 43 8.167429334 L4_chemical_C2 +LQ01X034100 Putative U-box domain-containing protein 43 8.884629908 L4_chemical_C3 +LQ01X034190 Putative uncharacterized protein 13.11074816 C6_control_A1 +LQ01X034190 Putative uncharacterized protein 13.20818678 C6_control_A3 +LQ01X034190 Putative uncharacterized protein 12.90759428 C6_control_B1 +LQ01X034190 Putative uncharacterized protein 12.52488883 C6_control_B2 +LQ01X034190 Putative uncharacterized protein 12.70868432 C6_control_B3 +LQ01X034190 Putative uncharacterized protein 11.05691235 C6_control_C1 +LQ01X034190 Putative uncharacterized protein 11.40235012 C6_control_C2 +LQ01X034190 Putative uncharacterized protein 11.24683527 C6_control_C3 +LQ01X034190 Putative uncharacterized protein 13.03336663 C6_chemical_A1 +LQ01X034190 Putative uncharacterized protein 13.21832592 C6_chemical_A3 +LQ01X034190 Putative uncharacterized protein 12.78908653 C6_chemical_B1 +LQ01X034190 Putative uncharacterized protein 12.49697875 C6_chemical_B2 +LQ01X034190 Putative uncharacterized protein 12.79317961 C6_chemical_B3 +LQ01X034190 Putative uncharacterized protein 10.93200208 C6_chemical_C1 +LQ01X034190 Putative uncharacterized protein 10.88075372 C6_chemical_C2 +LQ01X034190 Putative uncharacterized protein 10.41254528 C6_chemical_C3 +LQ01X034190 Putative uncharacterized protein 13.24846848 L4_control_A1 +LQ01X034190 Putative uncharacterized protein 13.36911284 L4_control_A2 +LQ01X034190 Putative uncharacterized protein 12.95471131 L4_control_A3 +LQ01X034190 Putative uncharacterized protein 13.54809662 L4_control_B1 +LQ01X034190 Putative uncharacterized protein 13.68149662 L4_control_B2 +LQ01X034190 Putative uncharacterized protein 13.14765628 L4_control_B3 +LQ01X034190 Putative uncharacterized protein 10.73816901 L4_control_C2 +LQ01X034190 Putative uncharacterized protein 11.09206505 L4_control_C3 +LQ01X034190 Putative uncharacterized protein 12.98328797 L4_chemical_A1 +LQ01X034190 Putative uncharacterized protein 13.49466566 L4_chemical_A2 +LQ01X034190 Putative uncharacterized protein 13.02927658 L4_chemical_A3 +LQ01X034190 Putative uncharacterized protein 13.51127028 L4_chemical_B1 +LQ01X034190 Putative uncharacterized protein 13.47491003 L4_chemical_B2 +LQ01X034190 Putative uncharacterized protein 13.42671342 L4_chemical_B3 +LQ01X034190 Putative uncharacterized protein 11.35388192 L4_chemical_C2 +LQ01X034190 Putative uncharacterized protein 11.5904008 L4_chemical_C3 +LQ01X034210 Putative ORM1-like protein 1 6.08517614 C6_control_A1 +LQ01X034210 Putative ORM1-like protein 1 6.434855522 C6_control_A3 +LQ01X034210 Putative ORM1-like protein 1 5.662578183 C6_control_B1 +LQ01X034210 Putative ORM1-like protein 1 5.754715262 C6_control_B2 +LQ01X034210 Putative ORM1-like protein 1 5.465429257 C6_control_B3 +LQ01X034210 Putative ORM1-like protein 1 6.063572654 C6_control_C1 +LQ01X034210 Putative ORM1-like protein 1 6.728016497 C6_control_C2 +LQ01X034210 Putative ORM1-like protein 1 5.706379699 C6_control_C3 +LQ01X034210 Putative ORM1-like protein 1 5.437191916 C6_chemical_A1 +LQ01X034210 Putative ORM1-like protein 1 5.561124394 C6_chemical_A3 +LQ01X034210 Putative ORM1-like protein 1 5.198098941 C6_chemical_B1 +LQ01X034210 Putative ORM1-like protein 1 5.694850482 C6_chemical_B2 +LQ01X034210 Putative ORM1-like protein 1 5.260092292 C6_chemical_B3 +LQ01X034210 Putative ORM1-like protein 1 5.755803667 C6_chemical_C1 +LQ01X034210 Putative ORM1-like protein 1 5.846481764 C6_chemical_C2 +LQ01X034210 Putative ORM1-like protein 1 5.74144686 C6_chemical_C3 +LQ01X034210 Putative ORM1-like protein 1 5.502165116 L4_control_A1 +LQ01X034210 Putative ORM1-like protein 1 5.486322197 L4_control_A2 +LQ01X034210 Putative ORM1-like protein 1 5.515941472 L4_control_A3 +LQ01X034210 Putative ORM1-like protein 1 4.881934952 L4_control_B1 +LQ01X034210 Putative ORM1-like protein 1 5.211697243 L4_control_B2 +LQ01X034210 Putative ORM1-like protein 1 5.407046945 L4_control_B3 +LQ01X034210 Putative ORM1-like protein 1 5.30429716 L4_control_C2 +LQ01X034210 Putative ORM1-like protein 1 6.284412131 L4_control_C3 +LQ01X034210 Putative ORM1-like protein 1 5.259848376 L4_chemical_A1 +LQ01X034210 Putative ORM1-like protein 1 5.570270256 L4_chemical_A2 +LQ01X034210 Putative ORM1-like protein 1 5.592260957 L4_chemical_A3 +LQ01X034210 Putative ORM1-like protein 1 5.439503877 L4_chemical_B1 +LQ01X034210 Putative ORM1-like protein 1 5.827042973 L4_chemical_B2 +LQ01X034210 Putative ORM1-like protein 1 5.444893447 L4_chemical_B3 +LQ01X034210 Putative ORM1-like protein 1 5.382888159 L4_chemical_C2 +LQ01X034210 Putative ORM1-like protein 1 5.292158998 L4_chemical_C3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 5.999535865 C6_control_A1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 5.870530816 C6_control_A3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.355963496 C6_control_B1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 5.757425766 C6_control_B2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.307390264 C6_control_B3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.344742101 C6_control_C1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.053311123 C6_control_C2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.086608694 C6_control_C3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.045004008 C6_chemical_A1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.007894597 C6_chemical_A3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.724421144 C6_chemical_B1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 5.988052997 C6_chemical_B2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.014959989 C6_chemical_B3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.003252401 C6_chemical_C1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.244405703 C6_chemical_C2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.038631487 C6_chemical_C3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.133272922 L4_control_A1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.311954706 L4_control_A2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.346364581 L4_control_A3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.73575447 L4_control_B1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 7.368934976 L4_control_B2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 5.989798145 L4_control_B3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 8.062421732 L4_control_C2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.961452583 L4_control_C3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.093273782 L4_chemical_A1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.184620771 L4_chemical_A2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.171196324 L4_chemical_A3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 7.264664506 L4_chemical_B1 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 7.7232936 L4_chemical_B2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.06408895 L4_chemical_B3 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 7.923425608 L4_chemical_C2 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 7.700840882 L4_chemical_C3 +LQ01X034240 TT2 like MYB transcriptoin factor 13.6576408 C6_control_A1 +LQ01X034240 TT2 like MYB transcriptoin factor 12.84638182 C6_control_A3 +LQ01X034240 TT2 like MYB transcriptoin factor 11.86943673 C6_control_B1 +LQ01X034240 TT2 like MYB transcriptoin factor 10.55062807 C6_control_B2 +LQ01X034240 TT2 like MYB transcriptoin factor 9.045256942 C6_control_B3 +LQ01X034240 TT2 like MYB transcriptoin factor 10.32851831 C6_control_C1 +LQ01X034240 TT2 like MYB transcriptoin factor 10.54523981 C6_control_C2 +LQ01X034240 TT2 like MYB transcriptoin factor 10.66169987 C6_control_C3 +LQ01X034240 TT2 like MYB transcriptoin factor 14.01079723 C6_chemical_A1 +LQ01X034240 TT2 like MYB transcriptoin factor 13.39899858 C6_chemical_A3 +LQ01X034240 TT2 like MYB transcriptoin factor 11.60702248 C6_chemical_B1 +LQ01X034240 TT2 like MYB transcriptoin factor 9.619176301 C6_chemical_B2 +LQ01X034240 TT2 like MYB transcriptoin factor 9.766119599 C6_chemical_B3 +LQ01X034240 TT2 like MYB transcriptoin factor 9.862221432 C6_chemical_C1 +LQ01X034240 TT2 like MYB transcriptoin factor 9.377791107 C6_chemical_C2 +LQ01X034240 TT2 like MYB transcriptoin factor 10.91200807 C6_chemical_C3 +LQ01X034240 TT2 like MYB transcriptoin factor 14.22339878 L4_control_A1 +LQ01X034240 TT2 like MYB transcriptoin factor 13.54782182 L4_control_A2 +LQ01X034240 TT2 like MYB transcriptoin factor 12.33144582 L4_control_A3 +LQ01X034240 TT2 like MYB transcriptoin factor 10.12911306 L4_control_B1 +LQ01X034240 TT2 like MYB transcriptoin factor 10.89606158 L4_control_B2 +LQ01X034240 TT2 like MYB transcriptoin factor 7.908157262 L4_control_B3 +LQ01X034240 TT2 like MYB transcriptoin factor 7.36826152 L4_control_C2 +LQ01X034240 TT2 like MYB transcriptoin factor 7.88069875 L4_control_C3 +LQ01X034240 TT2 like MYB transcriptoin factor 13.3684659 L4_chemical_A1 +LQ01X034240 TT2 like MYB transcriptoin factor 12.94737272 L4_chemical_A2 +LQ01X034240 TT2 like MYB transcriptoin factor 13.41951265 L4_chemical_A3 +LQ01X034240 TT2 like MYB transcriptoin factor 11.20423952 L4_chemical_B1 +LQ01X034240 TT2 like MYB transcriptoin factor 11.19617295 L4_chemical_B2 +LQ01X034240 TT2 like MYB transcriptoin factor 11.00491796 L4_chemical_B3 +LQ01X034240 TT2 like MYB transcriptoin factor 8.462522816 L4_chemical_C2 +LQ01X034240 TT2 like MYB transcriptoin factor 8.339236343 L4_chemical_C3 +LQ01X034270 Hypothetical protein 13.73980575 C6_control_A1 +LQ01X034270 Hypothetical protein 13.68808769 C6_control_A3 +LQ01X034270 Hypothetical protein 13.8426954 C6_control_B1 +LQ01X034270 Hypothetical protein 13.51392498 C6_control_B2 +LQ01X034270 Hypothetical protein 13.99772997 C6_control_B3 +LQ01X034270 Hypothetical protein 13.41010143 C6_control_C1 +LQ01X034270 Hypothetical protein 12.74634338 C6_control_C2 +LQ01X034270 Hypothetical protein 13.60565868 C6_control_C3 +LQ01X034270 Hypothetical protein 13.66845472 C6_chemical_A1 +LQ01X034270 Hypothetical protein 13.35157373 C6_chemical_A3 +LQ01X034270 Hypothetical protein 13.78626285 C6_chemical_B1 +LQ01X034270 Hypothetical protein 13.42617473 C6_chemical_B2 +LQ01X034270 Hypothetical protein 13.93014323 C6_chemical_B3 +LQ01X034270 Hypothetical protein 12.97547629 C6_chemical_C1 +LQ01X034270 Hypothetical protein 13.07365148 C6_chemical_C2 +LQ01X034270 Hypothetical protein 13.15118979 C6_chemical_C3 +LQ01X034270 Hypothetical protein 13.4658048 L4_control_A1 +LQ01X034270 Hypothetical protein 12.71697042 L4_control_A2 +LQ01X034270 Hypothetical protein 13.2947665 L4_control_A3 +LQ01X034270 Hypothetical protein 13.34165843 L4_control_B1 +LQ01X034270 Hypothetical protein 12.68658544 L4_control_B2 +LQ01X034270 Hypothetical protein 13.32772814 L4_control_B3 +LQ01X034270 Hypothetical protein 13.18683356 L4_control_C2 +LQ01X034270 Hypothetical protein 12.88907081 L4_control_C3 +LQ01X034270 Hypothetical protein 13.39877685 L4_chemical_A1 +LQ01X034270 Hypothetical protein 12.98191083 L4_chemical_A2 +LQ01X034270 Hypothetical protein 13.14622481 L4_chemical_A3 +LQ01X034270 Hypothetical protein 13.33187356 L4_chemical_B1 +LQ01X034270 Hypothetical protein 13.54652132 L4_chemical_B2 +LQ01X034270 Hypothetical protein 13.33384363 L4_chemical_B3 +LQ01X034270 Hypothetical protein 13.30819944 L4_chemical_C2 +LQ01X034270 Hypothetical protein 12.94461518 L4_chemical_C3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.28876023 C6_control_A1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.75644143 C6_control_A3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.95968172 C6_control_B1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.23957209 C6_control_B2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.46256672 C6_control_B3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.13299924 C6_control_C1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.25085837 C6_control_C2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.87932165 C6_control_C3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.0400749 C6_chemical_A1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.26930111 C6_chemical_A3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.72108234 C6_chemical_B1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.99232917 C6_chemical_B2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.07207406 C6_chemical_B3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.06192419 C6_chemical_C1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.95794648 C6_chemical_C2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.18004814 C6_chemical_C3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.40521551 L4_control_A1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.29279735 L4_control_A2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.24686438 L4_control_A3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.51124826 L4_control_B1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.44509278 L4_control_B2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 10.78534687 L4_control_B3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.31798495 L4_control_C2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 10.50068408 L4_control_C3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.96140481 L4_chemical_A1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.9703148 L4_chemical_A2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.18757368 L4_chemical_A3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.52593885 L4_chemical_B1 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.5054055 L4_chemical_B2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.04074799 L4_chemical_B3 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 11.50968926 L4_chemical_C2 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 10.70341166 L4_chemical_C3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.298180738 C6_control_A1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.62564082 C6_control_A3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.740125731 C6_control_B1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.613025938 C6_control_B2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.225270322 C6_control_B3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.02868172 C6_control_C1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.741593327 C6_control_C2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.515122324 C6_control_C3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.070267447 C6_chemical_A1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.358160701 C6_chemical_A3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.397163659 C6_chemical_B1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.475369116 C6_chemical_B2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.944823949 C6_chemical_B3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.342572095 C6_chemical_C1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.494644645 C6_chemical_C2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.913690558 C6_chemical_C3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.053077261 L4_control_A1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.862451454 L4_control_A2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.555554352 L4_control_A3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.912086945 L4_control_B1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.053470117 L4_control_B2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.116148981 L4_control_B3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.136078892 L4_control_C2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.651111645 L4_control_C3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.156222999 L4_chemical_A1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.976366592 L4_chemical_A2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.685149827 L4_chemical_A3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.347592275 L4_chemical_B1 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.758159604 L4_chemical_B2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.452372382 L4_chemical_B3 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 5.776048583 L4_chemical_C2 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.461228445 L4_chemical_C3 +LQ01X034350 Putative uncharacterized protein 11.70706525 C6_control_A1 +LQ01X034350 Putative uncharacterized protein 11.58024746 C6_control_A3 +LQ01X034350 Putative uncharacterized protein 11.91260648 C6_control_B1 +LQ01X034350 Putative uncharacterized protein 11.99797259 C6_control_B2 +LQ01X034350 Putative uncharacterized protein 12.01344112 C6_control_B3 +LQ01X034350 Putative uncharacterized protein 13.09090693 C6_control_C1 +LQ01X034350 Putative uncharacterized protein 12.92449139 C6_control_C2 +LQ01X034350 Putative uncharacterized protein 12.86897664 C6_control_C3 +LQ01X034350 Putative uncharacterized protein 11.88193868 C6_chemical_A1 +LQ01X034350 Putative uncharacterized protein 11.56034479 C6_chemical_A3 +LQ01X034350 Putative uncharacterized protein 11.89750565 C6_chemical_B1 +LQ01X034350 Putative uncharacterized protein 11.9490792 C6_chemical_B2 +LQ01X034350 Putative uncharacterized protein 11.93524729 C6_chemical_B3 +LQ01X034350 Putative uncharacterized protein 13.24328936 C6_chemical_C1 +LQ01X034350 Putative uncharacterized protein 13.06491711 C6_chemical_C2 +LQ01X034350 Putative uncharacterized protein 12.81011152 C6_chemical_C3 +LQ01X034350 Putative uncharacterized protein 11.50482891 L4_control_A1 +LQ01X034350 Putative uncharacterized protein 11.67946322 L4_control_A2 +LQ01X034350 Putative uncharacterized protein 11.27806882 L4_control_A3 +LQ01X034350 Putative uncharacterized protein 11.99523174 L4_control_B1 +LQ01X034350 Putative uncharacterized protein 11.41346096 L4_control_B2 +LQ01X034350 Putative uncharacterized protein 12.05279285 L4_control_B3 +LQ01X034350 Putative uncharacterized protein 12.78602094 L4_control_C2 +LQ01X034350 Putative uncharacterized protein 12.34779423 L4_control_C3 +LQ01X034350 Putative uncharacterized protein 12.14532401 L4_chemical_A1 +LQ01X034350 Putative uncharacterized protein 12.33966779 L4_chemical_A2 +LQ01X034350 Putative uncharacterized protein 11.57113994 L4_chemical_A3 +LQ01X034350 Putative uncharacterized protein 11.69509479 L4_chemical_B1 +LQ01X034350 Putative uncharacterized protein 12.00841368 L4_chemical_B2 +LQ01X034350 Putative uncharacterized protein 11.66822032 L4_chemical_B3 +LQ01X034350 Putative uncharacterized protein 12.60662012 L4_chemical_C2 +LQ01X034350 Putative uncharacterized protein 12.3258574 L4_chemical_C3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.054579026 C6_control_A1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 4.93762134 C6_control_A3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.460826536 C6_control_B1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.26264634 C6_control_B2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.010979433 C6_control_B3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.113806807 C6_control_C1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.662872359 C6_control_C2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.169123769 C6_control_C3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.230135547 C6_chemical_A1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.124482335 C6_chemical_A3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.187107059 C6_chemical_B1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.324318338 C6_chemical_B2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.267108902 C6_chemical_B3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 4.925830156 C6_chemical_C1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.362815072 C6_chemical_C2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.312905989 C6_chemical_C3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.218199375 L4_control_A1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.047018642 L4_control_A2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.100687539 L4_control_A3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 4.921521058 L4_control_B1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.085679643 L4_control_B2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 4.879861548 L4_control_B3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.687085616 L4_control_C2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.060886357 L4_control_C3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.256563967 L4_chemical_A1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.165125301 L4_chemical_A2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.023764564 L4_chemical_A3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.256079155 L4_chemical_B1 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.299871852 L4_chemical_B2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.067913995 L4_chemical_B3 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.17821882 L4_chemical_C2 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 4.848855542 L4_chemical_C3 +LQ01X034380 Putative uncharacterized protein 12.76018484 C6_control_A1 +LQ01X034380 Putative uncharacterized protein 12.51761173 C6_control_A3 +LQ01X034380 Putative uncharacterized protein 12.69593195 C6_control_B1 +LQ01X034380 Putative uncharacterized protein 12.50158232 C6_control_B2 +LQ01X034380 Putative uncharacterized protein 13.04389928 C6_control_B3 +LQ01X034380 Putative uncharacterized protein 11.97644469 C6_control_C1 +LQ01X034380 Putative uncharacterized protein 12.0333342 C6_control_C2 +LQ01X034380 Putative uncharacterized protein 11.7796283 C6_control_C3 +LQ01X034380 Putative uncharacterized protein 12.56293318 C6_chemical_A1 +LQ01X034380 Putative uncharacterized protein 12.45659563 C6_chemical_A3 +LQ01X034380 Putative uncharacterized protein 12.63686836 C6_chemical_B1 +LQ01X034380 Putative uncharacterized protein 12.58393146 C6_chemical_B2 +LQ01X034380 Putative uncharacterized protein 12.70892759 C6_chemical_B3 +LQ01X034380 Putative uncharacterized protein 11.84349044 C6_chemical_C1 +LQ01X034380 Putative uncharacterized protein 11.81201775 C6_chemical_C2 +LQ01X034380 Putative uncharacterized protein 11.81761007 C6_chemical_C3 +LQ01X034380 Putative uncharacterized protein 12.77881146 L4_control_A1 +LQ01X034380 Putative uncharacterized protein 12.7322631 L4_control_A2 +LQ01X034380 Putative uncharacterized protein 13.22938533 L4_control_A3 +LQ01X034380 Putative uncharacterized protein 12.67234231 L4_control_B1 +LQ01X034380 Putative uncharacterized protein 12.94248339 L4_control_B2 +LQ01X034380 Putative uncharacterized protein 12.9213568 L4_control_B3 +LQ01X034380 Putative uncharacterized protein 12.17641969 L4_control_C2 +LQ01X034380 Putative uncharacterized protein 12.18537555 L4_control_C3 +LQ01X034380 Putative uncharacterized protein 12.59402019 L4_chemical_A1 +LQ01X034380 Putative uncharacterized protein 12.54310037 L4_chemical_A2 +LQ01X034380 Putative uncharacterized protein 13.22216772 L4_chemical_A3 +LQ01X034380 Putative uncharacterized protein 12.42002195 L4_chemical_B1 +LQ01X034380 Putative uncharacterized protein 12.35898716 L4_chemical_B2 +LQ01X034380 Putative uncharacterized protein 12.86547049 L4_chemical_B3 +LQ01X034380 Putative uncharacterized protein 12.16741338 L4_chemical_C2 +LQ01X034380 Putative uncharacterized protein 11.92333984 L4_chemical_C3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.251268183 C6_control_A1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.682097784 C6_control_A3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.212922383 C6_control_B1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.318546546 C6_control_B2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.685969969 C6_control_B3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.961924256 C6_control_C1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 6.338624839 C6_control_C2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.762390447 C6_control_C3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.378339175 C6_chemical_A1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.066896579 C6_chemical_A3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.101953832 C6_chemical_B1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.401164027 C6_chemical_B2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.156899529 C6_chemical_B3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.759845265 C6_chemical_C1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.61823668 C6_chemical_C2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.668840367 C6_chemical_C3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 4.911822589 L4_control_A1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.123889271 L4_control_A2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.591505666 L4_control_A3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.110369546 L4_control_B1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.038336286 L4_control_B2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.502023692 L4_control_B3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.47167099 L4_control_C2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.168560157 L4_control_C3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 4.936891746 L4_chemical_A1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.466497647 L4_chemical_A2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.404076227 L4_chemical_A3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.035704492 L4_chemical_B1 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.299626607 L4_chemical_B2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.440617246 L4_chemical_B3 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.07839002 L4_chemical_C2 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.02517117 L4_chemical_C3 +LQ01X034500 Putative uncharacterized protein 5.042001616 C6_control_A1 +LQ01X034500 Putative uncharacterized protein 4.733689561 C6_control_A3 +LQ01X034500 Putative uncharacterized protein 4.909095454 C6_control_B1 +LQ01X034500 Putative uncharacterized protein 5.111454372 C6_control_B2 +LQ01X034500 Putative uncharacterized protein 4.666851357 C6_control_B3 +LQ01X034500 Putative uncharacterized protein 5.464033459 C6_control_C1 +LQ01X034500 Putative uncharacterized protein 5.13870286 C6_control_C2 +LQ01X034500 Putative uncharacterized protein 4.929636479 C6_control_C3 +LQ01X034500 Putative uncharacterized protein 4.779671931 C6_chemical_A1 +LQ01X034500 Putative uncharacterized protein 4.908590033 C6_chemical_A3 +LQ01X034500 Putative uncharacterized protein 5.164920615 C6_chemical_B1 +LQ01X034500 Putative uncharacterized protein 4.977818541 C6_chemical_B2 +LQ01X034500 Putative uncharacterized protein 4.814068564 C6_chemical_B3 +LQ01X034500 Putative uncharacterized protein 5.335465695 C6_chemical_C1 +LQ01X034500 Putative uncharacterized protein 5.140539623 C6_chemical_C2 +LQ01X034500 Putative uncharacterized protein 5.437686288 C6_chemical_C3 +LQ01X034500 Putative uncharacterized protein 4.901054228 L4_control_A1 +LQ01X034500 Putative uncharacterized protein 5.052949633 L4_control_A2 +LQ01X034500 Putative uncharacterized protein 5.156634838 L4_control_A3 +LQ01X034500 Putative uncharacterized protein 6.348108113 L4_control_B1 +LQ01X034500 Putative uncharacterized protein 5.471971854 L4_control_B2 +LQ01X034500 Putative uncharacterized protein 4.966594704 L4_control_B3 +LQ01X034500 Putative uncharacterized protein 5.609514304 L4_control_C2 +LQ01X034500 Putative uncharacterized protein 4.800930549 L4_control_C3 +LQ01X034500 Putative uncharacterized protein 5.074998986 L4_chemical_A1 +LQ01X034500 Putative uncharacterized protein 5.300072645 L4_chemical_A2 +LQ01X034500 Putative uncharacterized protein 4.894859361 L4_chemical_A3 +LQ01X034500 Putative uncharacterized protein 5.385483657 L4_chemical_B1 +LQ01X034500 Putative uncharacterized protein 5.408947816 L4_chemical_B2 +LQ01X034500 Putative uncharacterized protein 4.959509946 L4_chemical_B3 +LQ01X034500 Putative uncharacterized protein 4.866366319 L4_chemical_C2 +LQ01X034500 Putative uncharacterized protein 4.967557386 L4_chemical_C3 +LQ01X034570 Predicted protein 4.854095741 C6_control_A1 +LQ01X034570 Predicted protein 4.435503417 C6_control_A3 +LQ01X034570 Predicted protein 5.25549394 C6_control_B1 +LQ01X034570 Predicted protein 5.110053843 C6_control_B2 +LQ01X034570 Predicted protein 5.124286505 C6_control_B3 +LQ01X034570 Predicted protein 4.983434219 C6_control_C1 +LQ01X034570 Predicted protein 5.423543999 C6_control_C2 +LQ01X034570 Predicted protein 5.166005634 C6_control_C3 +LQ01X034570 Predicted protein 4.823187364 C6_chemical_A1 +LQ01X034570 Predicted protein 4.71282206 C6_chemical_A3 +LQ01X034570 Predicted protein 5.040335309 C6_chemical_B1 +LQ01X034570 Predicted protein 5.051536715 C6_chemical_B2 +LQ01X034570 Predicted protein 5.300222487 C6_chemical_B3 +LQ01X034570 Predicted protein 5.4251629 C6_chemical_C1 +LQ01X034570 Predicted protein 5.436966257 C6_chemical_C2 +LQ01X034570 Predicted protein 5.214879459 C6_chemical_C3 +LQ01X034570 Predicted protein 4.830720606 L4_control_A1 +LQ01X034570 Predicted protein 5.075959698 L4_control_A2 +LQ01X034570 Predicted protein 4.946596699 L4_control_A3 +LQ01X034570 Predicted protein 5.299664014 L4_control_B1 +LQ01X034570 Predicted protein 4.97992608 L4_control_B2 +LQ01X034570 Predicted protein 5.145299627 L4_control_B3 +LQ01X034570 Predicted protein 6.037538461 L4_control_C2 +LQ01X034570 Predicted protein 5.232192483 L4_control_C3 +LQ01X034570 Predicted protein 4.510216502 L4_chemical_A1 +LQ01X034570 Predicted protein 4.820206858 L4_chemical_A2 +LQ01X034570 Predicted protein 4.882153048 L4_chemical_A3 +LQ01X034570 Predicted protein 5.024847051 L4_chemical_B1 +LQ01X034570 Predicted protein 5.027374677 L4_chemical_B2 +LQ01X034570 Predicted protein 4.772432711 L4_chemical_B3 +LQ01X034570 Predicted protein 5.169142224 L4_chemical_C2 +LQ01X034570 Predicted protein 5.631633802 L4_chemical_C3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.83959526 C6_control_A1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.59642168 C6_control_A3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.30202234 C6_control_B1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.97766244 C6_control_B2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.74401253 C6_control_B3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.44893384 C6_control_C1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.52549809 C6_control_C2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.57747927 C6_control_C3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.48849601 C6_chemical_A1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.41669104 C6_chemical_A3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 11.6813251 C6_chemical_B1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.23626555 C6_chemical_B2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.40190636 C6_chemical_B3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.82584278 C6_chemical_C1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.13598657 C6_chemical_C2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.66988693 C6_chemical_C3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.08768913 L4_control_A1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.67752582 L4_control_A2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.31920105 L4_control_A3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.2066015 L4_control_B1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.40539015 L4_control_B2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.19044734 L4_control_B3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.68854673 L4_control_C2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.22780298 L4_control_C3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.52605039 L4_chemical_A1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.06069049 L4_chemical_A2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.87998166 L4_chemical_A3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 11.96140163 L4_chemical_B1 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.15007129 L4_chemical_B2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.64878466 L4_chemical_B3 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.27849085 L4_chemical_C2 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 13.28578517 L4_chemical_C3 +LQ01X034590 Putative uncharacterized protein 10.40672381 C6_control_A1 +LQ01X034590 Putative uncharacterized protein 10.20826815 C6_control_A3 +LQ01X034590 Putative uncharacterized protein 10.62225559 C6_control_B1 +LQ01X034590 Putative uncharacterized protein 10.59932259 C6_control_B2 +LQ01X034590 Putative uncharacterized protein 10.59433444 C6_control_B3 +LQ01X034590 Putative uncharacterized protein 11.01648212 C6_control_C1 +LQ01X034590 Putative uncharacterized protein 10.66185884 C6_control_C2 +LQ01X034590 Putative uncharacterized protein 10.58608252 C6_control_C3 +LQ01X034590 Putative uncharacterized protein 10.44355567 C6_chemical_A1 +LQ01X034590 Putative uncharacterized protein 10.23157005 C6_chemical_A3 +LQ01X034590 Putative uncharacterized protein 10.87466095 C6_chemical_B1 +LQ01X034590 Putative uncharacterized protein 10.48223135 C6_chemical_B2 +LQ01X034590 Putative uncharacterized protein 10.62176108 C6_chemical_B3 +LQ01X034590 Putative uncharacterized protein 11.19299792 C6_chemical_C1 +LQ01X034590 Putative uncharacterized protein 10.58319467 C6_chemical_C2 +LQ01X034590 Putative uncharacterized protein 10.93713744 C6_chemical_C3 +LQ01X034590 Putative uncharacterized protein 10.45965888 L4_control_A1 +LQ01X034590 Putative uncharacterized protein 10.00442536 L4_control_A2 +LQ01X034590 Putative uncharacterized protein 9.86546576 L4_control_A3 +LQ01X034590 Putative uncharacterized protein 10.78683889 L4_control_B1 +LQ01X034590 Putative uncharacterized protein 11.05618223 L4_control_B2 +LQ01X034590 Putative uncharacterized protein 10.89665696 L4_control_B3 +LQ01X034590 Putative uncharacterized protein 11.0451158 L4_control_C2 +LQ01X034590 Putative uncharacterized protein 11.19124326 L4_control_C3 +LQ01X034590 Putative uncharacterized protein 10.73290684 L4_chemical_A1 +LQ01X034590 Putative uncharacterized protein 10.18491771 L4_chemical_A2 +LQ01X034590 Putative uncharacterized protein 9.712221213 L4_chemical_A3 +LQ01X034590 Putative uncharacterized protein 10.35844056 L4_chemical_B1 +LQ01X034590 Putative uncharacterized protein 10.86786406 L4_chemical_B2 +LQ01X034590 Putative uncharacterized protein 10.38605803 L4_chemical_B3 +LQ01X034590 Putative uncharacterized protein 10.83677081 L4_chemical_C2 +LQ01X034590 Putative uncharacterized protein 11.34531043 L4_chemical_C3 +LQ01X034610 Abscisic acid receptor PYL9 13.01821607 C6_control_A1 +LQ01X034610 Abscisic acid receptor PYL9 12.6538111 C6_control_A3 +LQ01X034610 Abscisic acid receptor PYL9 13.69536488 C6_control_B1 +LQ01X034610 Abscisic acid receptor PYL9 13.78403746 C6_control_B2 +LQ01X034610 Abscisic acid receptor PYL9 13.73516059 C6_control_B3 +LQ01X034610 Abscisic acid receptor PYL9 14.10541396 C6_control_C1 +LQ01X034610 Abscisic acid receptor PYL9 13.93771859 C6_control_C2 +LQ01X034610 Abscisic acid receptor PYL9 13.96269663 C6_control_C3 +LQ01X034610 Abscisic acid receptor PYL9 13.15249804 C6_chemical_A1 +LQ01X034610 Abscisic acid receptor PYL9 13.42654295 C6_chemical_A3 +LQ01X034610 Abscisic acid receptor PYL9 13.98173949 C6_chemical_B1 +LQ01X034610 Abscisic acid receptor PYL9 13.75546913 C6_chemical_B2 +LQ01X034610 Abscisic acid receptor PYL9 14.1593925 C6_chemical_B3 +LQ01X034610 Abscisic acid receptor PYL9 14.38437946 C6_chemical_C1 +LQ01X034610 Abscisic acid receptor PYL9 14.19816449 C6_chemical_C2 +LQ01X034610 Abscisic acid receptor PYL9 14.46807769 C6_chemical_C3 +LQ01X034610 Abscisic acid receptor PYL9 12.24073854 L4_control_A1 +LQ01X034610 Abscisic acid receptor PYL9 12.72228556 L4_control_A2 +LQ01X034610 Abscisic acid receptor PYL9 13.24166088 L4_control_A3 +LQ01X034610 Abscisic acid receptor PYL9 13.76567834 L4_control_B1 +LQ01X034610 Abscisic acid receptor PYL9 13.39145206 L4_control_B2 +LQ01X034610 Abscisic acid receptor PYL9 13.9666085 L4_control_B3 +LQ01X034610 Abscisic acid receptor PYL9 14.50092348 L4_control_C2 +LQ01X034610 Abscisic acid receptor PYL9 14.1419478 L4_control_C3 +LQ01X034610 Abscisic acid receptor PYL9 14.10794865 L4_chemical_A1 +LQ01X034610 Abscisic acid receptor PYL9 14.47368039 L4_chemical_A2 +LQ01X034610 Abscisic acid receptor PYL9 13.97205541 L4_chemical_A3 +LQ01X034610 Abscisic acid receptor PYL9 13.92772778 L4_chemical_B1 +LQ01X034610 Abscisic acid receptor PYL9 13.86262384 L4_chemical_B2 +LQ01X034610 Abscisic acid receptor PYL9 13.34484538 L4_chemical_B3 +LQ01X034610 Abscisic acid receptor PYL9 14.50598121 L4_chemical_C2 +LQ01X034610 Abscisic acid receptor PYL9 14.12098568 L4_chemical_C3 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.31325951 C6_control_A1 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.47483851 C6_control_A3 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.00144048 C6_control_B1 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.85217286 C6_control_B2 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.83762781 C6_control_B3 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.76296492 C6_control_C1 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.6950808 C6_control_C2 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.62890329 C6_control_C3 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.27789938 C6_chemical_A1 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.31230342 C6_chemical_A3 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.9176482 C6_chemical_B1 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.96007453 C6_chemical_B2 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.5794652 C6_chemical_B3 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.8822244 C6_chemical_C1 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.93792515 C6_chemical_C2 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.32924795 C6_chemical_C3 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.25797425 L4_control_A1 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.55885477 L4_control_A2 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.26359312 L4_control_A3 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.54463315 L4_control_B1 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.80984058 L4_control_B2 +LQ01X034640 Putative Chitinase domain-containing protein 1 10.80964639 L4_control_B3 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.79194499 L4_control_C2 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.59883473 L4_control_C3 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.27804912 L4_chemical_A1 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.4315634 L4_chemical_A2 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.03432565 L4_chemical_A3 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.06020922 L4_chemical_B1 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.95791946 L4_chemical_B2 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.25542532 L4_chemical_B3 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.91362936 L4_chemical_C2 +LQ01X034640 Putative Chitinase domain-containing protein 1 11.7010316 L4_chemical_C3 +LQ01X034650 Uncharacterized protein At4g01050 13.7123913 C6_control_A1 +LQ01X034650 Uncharacterized protein At4g01050 13.27076382 C6_control_A3 +LQ01X034650 Uncharacterized protein At4g01050 14.04597712 C6_control_B1 +LQ01X034650 Uncharacterized protein At4g01050 14.20904121 C6_control_B2 +LQ01X034650 Uncharacterized protein At4g01050 13.94633827 C6_control_B3 +LQ01X034650 Uncharacterized protein At4g01050 14.72301239 C6_control_C1 +LQ01X034650 Uncharacterized protein At4g01050 14.64569767 C6_control_C2 +LQ01X034650 Uncharacterized protein At4g01050 14.46797549 C6_control_C3 +LQ01X034650 Uncharacterized protein At4g01050 14.10646979 C6_chemical_A1 +LQ01X034650 Uncharacterized protein At4g01050 14.00803766 C6_chemical_A3 +LQ01X034650 Uncharacterized protein At4g01050 14.21870788 C6_chemical_B1 +LQ01X034650 Uncharacterized protein At4g01050 14.30398723 C6_chemical_B2 +LQ01X034650 Uncharacterized protein At4g01050 13.67984373 C6_chemical_B3 +LQ01X034650 Uncharacterized protein At4g01050 14.79691319 C6_chemical_C1 +LQ01X034650 Uncharacterized protein At4g01050 14.70011166 C6_chemical_C2 +LQ01X034650 Uncharacterized protein At4g01050 14.28663487 C6_chemical_C3 +LQ01X034650 Uncharacterized protein At4g01050 13.71369874 L4_control_A1 +LQ01X034650 Uncharacterized protein At4g01050 13.91500376 L4_control_A2 +LQ01X034650 Uncharacterized protein At4g01050 13.65160588 L4_control_A3 +LQ01X034650 Uncharacterized protein At4g01050 14.1203174 L4_control_B1 +LQ01X034650 Uncharacterized protein At4g01050 14.37381198 L4_control_B2 +LQ01X034650 Uncharacterized protein At4g01050 14.4255939 L4_control_B3 +LQ01X034650 Uncharacterized protein At4g01050 14.37768761 L4_control_C2 +LQ01X034650 Uncharacterized protein At4g01050 14.33725776 L4_control_C3 +LQ01X034650 Uncharacterized protein At4g01050 14.01753549 L4_chemical_A1 +LQ01X034650 Uncharacterized protein At4g01050 14.00615687 L4_chemical_A2 +LQ01X034650 Uncharacterized protein At4g01050 13.67937909 L4_chemical_A3 +LQ01X034650 Uncharacterized protein At4g01050 13.92083308 L4_chemical_B1 +LQ01X034650 Uncharacterized protein At4g01050 13.84467814 L4_chemical_B2 +LQ01X034650 Uncharacterized protein At4g01050 13.7381336 L4_chemical_B3 +LQ01X034650 Uncharacterized protein At4g01050 14.39082817 L4_chemical_C2 +LQ01X034650 Uncharacterized protein At4g01050 14.5276498 L4_chemical_C3 +LQ01X034660 Histone H3-like centromeric protein HTR12 12.37153708 C6_control_A1 +LQ01X034660 Histone H3-like centromeric protein HTR12 13.20885176 C6_control_A3 +LQ01X034660 Histone H3-like centromeric protein HTR12 11.00694495 C6_control_B1 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.110663728 C6_control_B2 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.670730094 C6_control_B3 +LQ01X034660 Histone H3-like centromeric protein HTR12 10.48298598 C6_control_C1 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.635369124 C6_control_C2 +LQ01X034660 Histone H3-like centromeric protein HTR12 10.26195057 C6_control_C3 +LQ01X034660 Histone H3-like centromeric protein HTR12 12.0580685 C6_chemical_A1 +LQ01X034660 Histone H3-like centromeric protein HTR12 12.76815276 C6_chemical_A3 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.655940073 C6_chemical_B1 +LQ01X034660 Histone H3-like centromeric protein HTR12 8.316048863 C6_chemical_B2 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.010026617 C6_chemical_B3 +LQ01X034660 Histone H3-like centromeric protein HTR12 10.38346497 C6_chemical_C1 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.929140842 C6_chemical_C2 +LQ01X034660 Histone H3-like centromeric protein HTR12 10.17472023 C6_chemical_C3 +LQ01X034660 Histone H3-like centromeric protein HTR12 12.20928871 L4_control_A1 +LQ01X034660 Histone H3-like centromeric protein HTR12 11.61016243 L4_control_A2 +LQ01X034660 Histone H3-like centromeric protein HTR12 12.53176274 L4_control_A3 +LQ01X034660 Histone H3-like centromeric protein HTR12 8.638117666 L4_control_B1 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.399179295 L4_control_B2 +LQ01X034660 Histone H3-like centromeric protein HTR12 8.629422434 L4_control_B3 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.380724256 L4_control_C2 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.085053993 L4_control_C3 +LQ01X034660 Histone H3-like centromeric protein HTR12 11.63717012 L4_chemical_A1 +LQ01X034660 Histone H3-like centromeric protein HTR12 10.74722742 L4_chemical_A2 +LQ01X034660 Histone H3-like centromeric protein HTR12 12.18798357 L4_chemical_A3 +LQ01X034660 Histone H3-like centromeric protein HTR12 10.00103069 L4_chemical_B1 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.823571122 L4_chemical_B2 +LQ01X034660 Histone H3-like centromeric protein HTR12 10.59695823 L4_chemical_B3 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.055576625 L4_chemical_C2 +LQ01X034660 Histone H3-like centromeric protein HTR12 9.555284174 L4_chemical_C3 +LQ01X034670 Hypothetical protein 4.789896135 C6_control_A1 +LQ01X034670 Hypothetical protein 4.693004952 C6_control_A3 +LQ01X034670 Hypothetical protein 5.031468849 C6_control_B1 +LQ01X034670 Hypothetical protein 4.857819383 C6_control_B2 +LQ01X034670 Hypothetical protein 4.82821883 C6_control_B3 +LQ01X034670 Hypothetical protein 4.988229453 C6_control_C1 +LQ01X034670 Hypothetical protein 4.773982861 C6_control_C2 +LQ01X034670 Hypothetical protein 4.972979793 C6_control_C3 +LQ01X034670 Hypothetical protein 4.943215639 C6_chemical_A1 +LQ01X034670 Hypothetical protein 4.81624471 C6_chemical_A3 +LQ01X034670 Hypothetical protein 4.755861975 C6_chemical_B1 +LQ01X034670 Hypothetical protein 4.956864724 C6_chemical_B2 +LQ01X034670 Hypothetical protein 4.6211845 C6_chemical_B3 +LQ01X034670 Hypothetical protein 5.124727891 C6_chemical_C1 +LQ01X034670 Hypothetical protein 4.897171521 C6_chemical_C2 +LQ01X034670 Hypothetical protein 4.636131906 C6_chemical_C3 +LQ01X034670 Hypothetical protein 4.752106777 L4_control_A1 +LQ01X034670 Hypothetical protein 4.965594995 L4_control_A2 +LQ01X034670 Hypothetical protein 5.256601596 L4_control_A3 +LQ01X034670 Hypothetical protein 4.889033435 L4_control_B1 +LQ01X034670 Hypothetical protein 5.037115878 L4_control_B2 +LQ01X034670 Hypothetical protein 4.394555139 L4_control_B3 +LQ01X034670 Hypothetical protein 5.509492852 L4_control_C2 +LQ01X034670 Hypothetical protein 4.867420921 L4_control_C3 +LQ01X034670 Hypothetical protein 5.178755924 L4_chemical_A1 +LQ01X034670 Hypothetical protein 4.678435419 L4_chemical_A2 +LQ01X034670 Hypothetical protein 4.773192566 L4_chemical_A3 +LQ01X034670 Hypothetical protein 5.231973477 L4_chemical_B1 +LQ01X034670 Hypothetical protein 5.139958573 L4_chemical_B2 +LQ01X034670 Hypothetical protein 4.503872122 L4_chemical_B3 +LQ01X034670 Hypothetical protein 5.286390442 L4_chemical_C2 +LQ01X034670 Hypothetical protein 4.9572771 L4_chemical_C3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.340807372 C6_control_A1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.689123254 C6_control_A3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.113901337 C6_control_B1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.797015074 C6_control_B2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.261246182 C6_control_B3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.833320592 C6_control_C1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.636382033 C6_control_C2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.672405382 C6_control_C3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.172164736 C6_chemical_A1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.878095224 C6_chemical_A3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.622643479 C6_chemical_B1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.749534067 C6_chemical_B2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.658157622 C6_chemical_B3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.516941872 C6_chemical_C1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.477824406 C6_chemical_C2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.719444084 C6_chemical_C3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.000864183 L4_control_A1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.785177786 L4_control_A2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.90679428 L4_control_A3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 4.689279459 L4_control_B1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.022288598 L4_control_B2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.447461502 L4_control_B3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.711427806 L4_control_C2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.230469521 L4_control_C3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.603769659 L4_chemical_A1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.842341946 L4_chemical_A2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.910713274 L4_chemical_A3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.853313477 L4_chemical_B1 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.51042126 L4_chemical_B2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.476062174 L4_chemical_B3 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.001399411 L4_chemical_C2 +LQ01X034710 Putative Dihydroflavonol-4-reductase 5.283673255 L4_chemical_C3 +LQ01X034720 Hydroquinone glucosyltransferase 11.17226934 C6_control_A1 +LQ01X034720 Hydroquinone glucosyltransferase 11.0176354 C6_control_A3 +LQ01X034720 Hydroquinone glucosyltransferase 11.04695932 C6_control_B1 +LQ01X034720 Hydroquinone glucosyltransferase 12.14838936 C6_control_B2 +LQ01X034720 Hydroquinone glucosyltransferase 11.64214546 C6_control_B3 +LQ01X034720 Hydroquinone glucosyltransferase 13.24025719 C6_control_C1 +LQ01X034720 Hydroquinone glucosyltransferase 13.00339602 C6_control_C2 +LQ01X034720 Hydroquinone glucosyltransferase 12.17248935 C6_control_C3 +LQ01X034720 Hydroquinone glucosyltransferase 11.30741007 C6_chemical_A1 +LQ01X034720 Hydroquinone glucosyltransferase 11.41802276 C6_chemical_A3 +LQ01X034720 Hydroquinone glucosyltransferase 11.4867356 C6_chemical_B1 +LQ01X034720 Hydroquinone glucosyltransferase 12.04038742 C6_chemical_B2 +LQ01X034720 Hydroquinone glucosyltransferase 12.81104101 C6_chemical_B3 +LQ01X034720 Hydroquinone glucosyltransferase 13.69044751 C6_chemical_C1 +LQ01X034720 Hydroquinone glucosyltransferase 13.16597359 C6_chemical_C2 +LQ01X034720 Hydroquinone glucosyltransferase 12.89392829 C6_chemical_C3 +LQ01X034720 Hydroquinone glucosyltransferase 11.75958921 L4_control_A1 +LQ01X034720 Hydroquinone glucosyltransferase 12.06922115 L4_control_A2 +LQ01X034720 Hydroquinone glucosyltransferase 12.27496785 L4_control_A3 +LQ01X034720 Hydroquinone glucosyltransferase 12.39161778 L4_control_B1 +LQ01X034720 Hydroquinone glucosyltransferase 12.79859376 L4_control_B2 +LQ01X034720 Hydroquinone glucosyltransferase 14.14576469 L4_control_B3 +LQ01X034720 Hydroquinone glucosyltransferase 13.35557358 L4_control_C2 +LQ01X034720 Hydroquinone glucosyltransferase 13.38679533 L4_control_C3 +LQ01X034720 Hydroquinone glucosyltransferase 11.34031638 L4_chemical_A1 +LQ01X034720 Hydroquinone glucosyltransferase 12.09046022 L4_chemical_A2 +LQ01X034720 Hydroquinone glucosyltransferase 12.22949179 L4_chemical_A3 +LQ01X034720 Hydroquinone glucosyltransferase 12.75139621 L4_chemical_B1 +LQ01X034720 Hydroquinone glucosyltransferase 12.85147965 L4_chemical_B2 +LQ01X034720 Hydroquinone glucosyltransferase 13.15518233 L4_chemical_B3 +LQ01X034720 Hydroquinone glucosyltransferase 13.58275325 L4_chemical_C2 +LQ01X034720 Hydroquinone glucosyltransferase 13.34693937 L4_chemical_C3 +LQ01X034740 Putative uncharacterized protein 14.26121603 C6_control_A1 +LQ01X034740 Putative uncharacterized protein 14.5789807 C6_control_A3 +LQ01X034740 Putative uncharacterized protein 13.98405305 C6_control_B1 +LQ01X034740 Putative uncharacterized protein 14.0149903 C6_control_B2 +LQ01X034740 Putative uncharacterized protein 14.06119252 C6_control_B3 +LQ01X034740 Putative uncharacterized protein 14.0371507 C6_control_C1 +LQ01X034740 Putative uncharacterized protein 14.18001835 C6_control_C2 +LQ01X034740 Putative uncharacterized protein 13.99710649 C6_control_C3 +LQ01X034740 Putative uncharacterized protein 14.19403619 C6_chemical_A1 +LQ01X034740 Putative uncharacterized protein 13.44370558 C6_chemical_A3 +LQ01X034740 Putative uncharacterized protein 13.99700435 C6_chemical_B1 +LQ01X034740 Putative uncharacterized protein 14.00250162 C6_chemical_B2 +LQ01X034740 Putative uncharacterized protein 14.06766297 C6_chemical_B3 +LQ01X034740 Putative uncharacterized protein 14.16187529 C6_chemical_C1 +LQ01X034740 Putative uncharacterized protein 14.22409947 C6_chemical_C2 +LQ01X034740 Putative uncharacterized protein 13.67176751 C6_chemical_C3 +LQ01X034740 Putative uncharacterized protein 13.9930061 L4_control_A1 +LQ01X034740 Putative uncharacterized protein 13.78782589 L4_control_A2 +LQ01X034740 Putative uncharacterized protein 13.39312653 L4_control_A3 +LQ01X034740 Putative uncharacterized protein 13.04043872 L4_control_B1 +LQ01X034740 Putative uncharacterized protein 12.76070025 L4_control_B2 +LQ01X034740 Putative uncharacterized protein 13.25753154 L4_control_B3 +LQ01X034740 Putative uncharacterized protein 13.67906542 L4_control_C2 +LQ01X034740 Putative uncharacterized protein 13.21687671 L4_control_C3 +LQ01X034740 Putative uncharacterized protein 13.84907126 L4_chemical_A1 +LQ01X034740 Putative uncharacterized protein 13.98543603 L4_chemical_A2 +LQ01X034740 Putative uncharacterized protein 13.59900539 L4_chemical_A3 +LQ01X034740 Putative uncharacterized protein 13.81474701 L4_chemical_B1 +LQ01X034740 Putative uncharacterized protein 13.43315762 L4_chemical_B2 +LQ01X034740 Putative uncharacterized protein 13.5445808 L4_chemical_B3 +LQ01X034740 Putative uncharacterized protein 13.37310019 L4_chemical_C2 +LQ01X034740 Putative uncharacterized protein 13.33106074 L4_chemical_C3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.474375281 C6_control_A1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.433203101 C6_control_A3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.44828405 C6_control_B1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.50315038 C6_control_B2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.536509822 C6_control_B3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.641038143 C6_control_C1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.689728722 C6_control_C2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.763939459 C6_control_C3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.451243309 C6_chemical_A1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.566804674 C6_chemical_A3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.436746224 C6_chemical_B1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.335801749 C6_chemical_B2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.921199021 C6_chemical_B3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.699717665 C6_chemical_C1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.663888887 C6_chemical_C2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.738093235 C6_chemical_C3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.409293446 L4_control_A1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.497246402 L4_control_A2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.162562995 L4_control_A3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.254367867 L4_control_B1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.367090034 L4_control_B2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.398445906 L4_control_B3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 6.343565545 L4_control_C2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 6.081493212 L4_control_C3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.915376033 L4_chemical_A1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.750131681 L4_chemical_A2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.806820802 L4_chemical_A3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.884585567 L4_chemical_B1 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.858608436 L4_chemical_B2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.583266546 L4_chemical_B3 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.607124976 L4_chemical_C2 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.71913138 L4_chemical_C3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.24082138 C6_control_A1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.91341256 C6_control_A3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.11814402 C6_control_B1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.61333029 C6_control_B2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.62543942 C6_control_B3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.20018959 C6_control_C1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.85573831 C6_control_C2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.91602829 C6_control_C3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.08510141 C6_chemical_A1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.20379635 C6_chemical_A3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.01729434 C6_chemical_B1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.54404152 C6_chemical_B2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.70288622 C6_chemical_B3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.27272218 C6_chemical_C1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.99667328 C6_chemical_C2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.22411525 C6_chemical_C3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.46303156 L4_control_A1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.3072861 L4_control_A2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.23422889 L4_control_A3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.53009116 L4_control_B1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.47454484 L4_control_B2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.84816115 L4_control_B3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 11.88878614 L4_control_C2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 11.99788023 L4_control_C3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.41254497 L4_chemical_A1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.3517577 L4_chemical_A2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.1329745 L4_chemical_A3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.64627499 L4_chemical_B1 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.69634224 L4_chemical_B2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.00126665 L4_chemical_B3 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.02257526 L4_chemical_C2 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 12.31691637 L4_chemical_C3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.293665817 C6_control_A1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.074988261 C6_control_A3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.566568456 C6_control_B1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.243431912 C6_control_B2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.439689452 C6_control_B3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.215680198 C6_control_C1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.734395482 C6_control_C2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.075886397 C6_control_C3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.808141857 C6_chemical_A1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.984523977 C6_chemical_A3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.799776752 C6_chemical_B1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.346311961 C6_chemical_B2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.367369236 C6_chemical_B3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.535779423 C6_chemical_C1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.1462816 C6_chemical_C2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.011359873 C6_chemical_C3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.283128212 L4_control_A1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.855059012 L4_control_A2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.110003223 L4_control_A3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.979986539 L4_control_B1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.883326033 L4_control_B2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.975218819 L4_control_B3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.315279691 L4_control_C2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.816587242 L4_control_C3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.365806107 L4_chemical_A1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.809246166 L4_chemical_A2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.735173121 L4_chemical_A3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.427737522 L4_chemical_B1 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.938691824 L4_chemical_B2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.090151178 L4_chemical_B3 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.356711659 L4_chemical_C2 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 5.105444686 L4_chemical_C3 +LQ01X034830 Predicted protein 14.95700035 C6_control_A1 +LQ01X034830 Predicted protein 14.22574363 C6_control_A3 +LQ01X034830 Predicted protein 14.8748706 C6_control_B1 +LQ01X034830 Predicted protein 14.72826643 C6_control_B2 +LQ01X034830 Predicted protein 14.17635725 C6_control_B3 +LQ01X034830 Predicted protein 13.43654279 C6_control_C1 +LQ01X034830 Predicted protein 13.98330128 C6_control_C2 +LQ01X034830 Predicted protein 13.34448378 C6_control_C3 +LQ01X034830 Predicted protein 15.36778451 C6_chemical_A1 +LQ01X034830 Predicted protein 14.53157272 C6_chemical_A3 +LQ01X034830 Predicted protein 15.31222587 C6_chemical_B1 +LQ01X034830 Predicted protein 14.75904279 C6_chemical_B2 +LQ01X034830 Predicted protein 14.22264734 C6_chemical_B3 +LQ01X034830 Predicted protein 13.24464185 C6_chemical_C1 +LQ01X034830 Predicted protein 13.50939933 C6_chemical_C2 +LQ01X034830 Predicted protein 13.39275783 C6_chemical_C3 +LQ01X034830 Predicted protein 15.07835618 L4_control_A1 +LQ01X034830 Predicted protein 15.39443592 L4_control_A2 +LQ01X034830 Predicted protein 14.56903158 L4_control_A3 +LQ01X034830 Predicted protein 14.48281941 L4_control_B1 +LQ01X034830 Predicted protein 14.08008337 L4_control_B2 +LQ01X034830 Predicted protein 11.71562191 L4_control_B3 +LQ01X034830 Predicted protein 13.34926819 L4_control_C2 +LQ01X034830 Predicted protein 13.24350317 L4_control_C3 +LQ01X034830 Predicted protein 13.8324465 L4_chemical_A1 +LQ01X034830 Predicted protein 15.14331993 L4_chemical_A2 +LQ01X034830 Predicted protein 14.32552407 L4_chemical_A3 +LQ01X034830 Predicted protein 14.79471894 L4_chemical_B1 +LQ01X034830 Predicted protein 14.89966569 L4_chemical_B2 +LQ01X034830 Predicted protein 14.15154216 L4_chemical_B3 +LQ01X034830 Predicted protein 14.09026233 L4_chemical_C2 +LQ01X034830 Predicted protein 13.45395539 L4_chemical_C3 +LQ01X034840 Tubulin gamma-1 chain 7.344504594 C6_control_A1 +LQ01X034840 Tubulin gamma-1 chain 8.947229772 C6_control_A3 +LQ01X034840 Tubulin gamma-1 chain 6.856455347 C6_control_B1 +LQ01X034840 Tubulin gamma-1 chain 6.570039086 C6_control_B2 +LQ01X034840 Tubulin gamma-1 chain 7.115354577 C6_control_B3 +LQ01X034840 Tubulin gamma-1 chain 6.285241987 C6_control_C1 +LQ01X034840 Tubulin gamma-1 chain 7.524936173 C6_control_C2 +LQ01X034840 Tubulin gamma-1 chain 6.278395881 C6_control_C3 +LQ01X034840 Tubulin gamma-1 chain 7.254533359 C6_chemical_A1 +LQ01X034840 Tubulin gamma-1 chain 6.998975747 C6_chemical_A3 +LQ01X034840 Tubulin gamma-1 chain 6.781147344 C6_chemical_B1 +LQ01X034840 Tubulin gamma-1 chain 6.559908833 C6_chemical_B2 +LQ01X034840 Tubulin gamma-1 chain 6.336493023 C6_chemical_B3 +LQ01X034840 Tubulin gamma-1 chain 6.207490548 C6_chemical_C1 +LQ01X034840 Tubulin gamma-1 chain 6.174910919 C6_chemical_C2 +LQ01X034840 Tubulin gamma-1 chain 5.807086377 C6_chemical_C3 +LQ01X034840 Tubulin gamma-1 chain 7.061136718 L4_control_A1 +LQ01X034840 Tubulin gamma-1 chain 7.268972894 L4_control_A2 +LQ01X034840 Tubulin gamma-1 chain 6.528204674 L4_control_A3 +LQ01X034840 Tubulin gamma-1 chain 5.313750652 L4_control_B1 +LQ01X034840 Tubulin gamma-1 chain 6.682980639 L4_control_B2 +LQ01X034840 Tubulin gamma-1 chain 6.413318294 L4_control_B3 +LQ01X034840 Tubulin gamma-1 chain 6.492054094 L4_control_C2 +LQ01X034840 Tubulin gamma-1 chain 6.314252917 L4_control_C3 +LQ01X034840 Tubulin gamma-1 chain 6.687184325 L4_chemical_A1 +LQ01X034840 Tubulin gamma-1 chain 7.091232406 L4_chemical_A2 +LQ01X034840 Tubulin gamma-1 chain 8.071364627 L4_chemical_A3 +LQ01X034840 Tubulin gamma-1 chain 6.187840616 L4_chemical_B1 +LQ01X034840 Tubulin gamma-1 chain 6.410404785 L4_chemical_B2 +LQ01X034840 Tubulin gamma-1 chain 6.995894175 L4_chemical_B3 +LQ01X034840 Tubulin gamma-1 chain 6.139192389 L4_chemical_C2 +LQ01X034840 Tubulin gamma-1 chain 5.647487354 L4_chemical_C3 +LQ01X034850 Hypothetical protein 7.307244397 C6_control_A1 +LQ01X034850 Hypothetical protein 9.25620891 C6_control_A3 +LQ01X034850 Hypothetical protein 7.790658405 C6_control_B1 +LQ01X034850 Hypothetical protein 6.601608448 C6_control_B2 +LQ01X034850 Hypothetical protein 7.548377909 C6_control_B3 +LQ01X034850 Hypothetical protein 6.383935556 C6_control_C1 +LQ01X034850 Hypothetical protein 5.876686194 C6_control_C2 +LQ01X034850 Hypothetical protein 6.576631212 C6_control_C3 +LQ01X034850 Hypothetical protein 6.865408173 C6_chemical_A1 +LQ01X034850 Hypothetical protein 7.07710364 C6_chemical_A3 +LQ01X034850 Hypothetical protein 6.808966336 C6_chemical_B1 +LQ01X034850 Hypothetical protein 7.178130242 C6_chemical_B2 +LQ01X034850 Hypothetical protein 7.175924255 C6_chemical_B3 +LQ01X034850 Hypothetical protein 6.781417141 C6_chemical_C1 +LQ01X034850 Hypothetical protein 5.98544837 C6_chemical_C2 +LQ01X034850 Hypothetical protein 6.842621912 C6_chemical_C3 +LQ01X034850 Hypothetical protein 7.821403034 L4_control_A1 +LQ01X034850 Hypothetical protein 7.675759511 L4_control_A2 +LQ01X034850 Hypothetical protein 8.094017029 L4_control_A3 +LQ01X034850 Hypothetical protein 8.676866227 L4_control_B1 +LQ01X034850 Hypothetical protein 7.359559562 L4_control_B2 +LQ01X034850 Hypothetical protein 6.29419411 L4_control_B3 +LQ01X034850 Hypothetical protein 8.032130104 L4_control_C2 +LQ01X034850 Hypothetical protein 8.456609275 L4_control_C3 +LQ01X034850 Hypothetical protein 7.707165112 L4_chemical_A1 +LQ01X034850 Hypothetical protein 7.151519618 L4_chemical_A2 +LQ01X034850 Hypothetical protein 7.613855397 L4_chemical_A3 +LQ01X034850 Hypothetical protein 8.535658175 L4_chemical_B1 +LQ01X034850 Hypothetical protein 8.334830189 L4_chemical_B2 +LQ01X034850 Hypothetical protein 6.956465641 L4_chemical_B3 +LQ01X034850 Hypothetical protein 8.657218454 L4_chemical_C2 +LQ01X034850 Hypothetical protein 8.43234453 L4_chemical_C3 +LQ01X034860 Putative Solute carrier family 25 member 40 6.639589804 C6_control_A1 +LQ01X034860 Putative Solute carrier family 25 member 40 5.357318502 C6_control_A3 +LQ01X034860 Putative Solute carrier family 25 member 40 6.538869592 C6_control_B1 +LQ01X034860 Putative Solute carrier family 25 member 40 7.015818678 C6_control_B2 +LQ01X034860 Putative Solute carrier family 25 member 40 6.745864905 C6_control_B3 +LQ01X034860 Putative Solute carrier family 25 member 40 8.583920388 C6_control_C1 +LQ01X034860 Putative Solute carrier family 25 member 40 7.064530533 C6_control_C2 +LQ01X034860 Putative Solute carrier family 25 member 40 6.785076114 C6_control_C3 +LQ01X034860 Putative Solute carrier family 25 member 40 7.228748739 C6_chemical_A1 +LQ01X034860 Putative Solute carrier family 25 member 40 6.23822405 C6_chemical_A3 +LQ01X034860 Putative Solute carrier family 25 member 40 7.244978205 C6_chemical_B1 +LQ01X034860 Putative Solute carrier family 25 member 40 7.34889206 C6_chemical_B2 +LQ01X034860 Putative Solute carrier family 25 member 40 6.320514986 C6_chemical_B3 +LQ01X034860 Putative Solute carrier family 25 member 40 9.155190684 C6_chemical_C1 +LQ01X034860 Putative Solute carrier family 25 member 40 8.194825696 C6_chemical_C2 +LQ01X034860 Putative Solute carrier family 25 member 40 7.623772628 C6_chemical_C3 +LQ01X034860 Putative Solute carrier family 25 member 40 6.77221545 L4_control_A1 +LQ01X034860 Putative Solute carrier family 25 member 40 5.710667072 L4_control_A2 +LQ01X034860 Putative Solute carrier family 25 member 40 5.793339224 L4_control_A3 +LQ01X034860 Putative Solute carrier family 25 member 40 5.942423053 L4_control_B1 +LQ01X034860 Putative Solute carrier family 25 member 40 7.404598946 L4_control_B2 +LQ01X034860 Putative Solute carrier family 25 member 40 6.472356607 L4_control_B3 +LQ01X034860 Putative Solute carrier family 25 member 40 8.26413493 L4_control_C2 +LQ01X034860 Putative Solute carrier family 25 member 40 6.866782563 L4_control_C3 +LQ01X034860 Putative Solute carrier family 25 member 40 7.424571803 L4_chemical_A1 +LQ01X034860 Putative Solute carrier family 25 member 40 7.688891157 L4_chemical_A2 +LQ01X034860 Putative Solute carrier family 25 member 40 6.266692651 L4_chemical_A3 +LQ01X034860 Putative Solute carrier family 25 member 40 6.564825608 L4_chemical_B1 +LQ01X034860 Putative Solute carrier family 25 member 40 7.494540459 L4_chemical_B2 +LQ01X034860 Putative Solute carrier family 25 member 40 6.265113625 L4_chemical_B3 +LQ01X034860 Putative Solute carrier family 25 member 40 8.063221174 L4_chemical_C2 +LQ01X034860 Putative Solute carrier family 25 member 40 7.42274106 L4_chemical_C3 +LQ01X034870 Predicted protein 5.318277683 C6_control_A1 +LQ01X034870 Predicted protein 5.406415685 C6_control_A3 +LQ01X034870 Predicted protein 4.864029073 C6_control_B1 +LQ01X034870 Predicted protein 5.134642823 C6_control_B2 +LQ01X034870 Predicted protein 5.401244595 C6_control_B3 +LQ01X034870 Predicted protein 4.782876788 C6_control_C1 +LQ01X034870 Predicted protein 4.901012068 C6_control_C2 +LQ01X034870 Predicted protein 4.785740527 C6_control_C3 +LQ01X034870 Predicted protein 5.539566928 C6_chemical_A1 +LQ01X034870 Predicted protein 5.389834239 C6_chemical_A3 +LQ01X034870 Predicted protein 5.041987374 C6_chemical_B1 +LQ01X034870 Predicted protein 5.079563591 C6_chemical_B2 +LQ01X034870 Predicted protein 5.244642292 C6_chemical_B3 +LQ01X034870 Predicted protein 4.709056703 C6_chemical_C1 +LQ01X034870 Predicted protein 5.204935342 C6_chemical_C2 +LQ01X034870 Predicted protein 4.853132437 C6_chemical_C3 +LQ01X034870 Predicted protein 5.133001365 L4_control_A1 +LQ01X034870 Predicted protein 6.416347 L4_control_A2 +LQ01X034870 Predicted protein 6.145517062 L4_control_A3 +LQ01X034870 Predicted protein 6.16640789 L4_control_B1 +LQ01X034870 Predicted protein 5.602761978 L4_control_B2 +LQ01X034870 Predicted protein 5.163790533 L4_control_B3 +LQ01X034870 Predicted protein 5.284204169 L4_control_C2 +LQ01X034870 Predicted protein 5.293896421 L4_control_C3 +LQ01X034870 Predicted protein 5.093103735 L4_chemical_A1 +LQ01X034870 Predicted protein 5.51663371 L4_chemical_A2 +LQ01X034870 Predicted protein 5.612617761 L4_chemical_A3 +LQ01X034870 Predicted protein 5.317539022 L4_chemical_B1 +LQ01X034870 Predicted protein 5.446547219 L4_chemical_B2 +LQ01X034870 Predicted protein 5.073496606 L4_chemical_B3 +LQ01X034870 Predicted protein 4.93526726 L4_chemical_C2 +LQ01X034870 Predicted protein 4.9149661 L4_chemical_C3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.18633858 C6_control_A1 +LQ01X034890 Ubiquitin carrier protein E2 28 13.05740079 C6_control_A3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.01835824 C6_control_B1 +LQ01X034890 Ubiquitin carrier protein E2 28 13.85552407 C6_control_B2 +LQ01X034890 Ubiquitin carrier protein E2 28 13.06274093 C6_control_B3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.10883192 C6_control_C1 +LQ01X034890 Ubiquitin carrier protein E2 28 13.29729367 C6_control_C2 +LQ01X034890 Ubiquitin carrier protein E2 28 12.98077311 C6_control_C3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.04931554 C6_chemical_A1 +LQ01X034890 Ubiquitin carrier protein E2 28 12.99889158 C6_chemical_A3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.03032039 C6_chemical_B1 +LQ01X034890 Ubiquitin carrier protein E2 28 14.1084235 C6_chemical_B2 +LQ01X034890 Ubiquitin carrier protein E2 28 13.18996604 C6_chemical_B3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.08730728 C6_chemical_C1 +LQ01X034890 Ubiquitin carrier protein E2 28 13.22951574 C6_chemical_C2 +LQ01X034890 Ubiquitin carrier protein E2 28 13.46078933 C6_chemical_C3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.29392373 L4_control_A1 +LQ01X034890 Ubiquitin carrier protein E2 28 13.41486539 L4_control_A2 +LQ01X034890 Ubiquitin carrier protein E2 28 13.2018657 L4_control_A3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.5056289 L4_control_B1 +LQ01X034890 Ubiquitin carrier protein E2 28 12.91563325 L4_control_B2 +LQ01X034890 Ubiquitin carrier protein E2 28 13.38848752 L4_control_B3 +LQ01X034890 Ubiquitin carrier protein E2 28 12.6798262 L4_control_C2 +LQ01X034890 Ubiquitin carrier protein E2 28 12.96560479 L4_control_C3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.11011893 L4_chemical_A1 +LQ01X034890 Ubiquitin carrier protein E2 28 13.34510509 L4_chemical_A2 +LQ01X034890 Ubiquitin carrier protein E2 28 13.32068455 L4_chemical_A3 +LQ01X034890 Ubiquitin carrier protein E2 28 13.29786488 L4_chemical_B1 +LQ01X034890 Ubiquitin carrier protein E2 28 13.30689934 L4_chemical_B2 +LQ01X034890 Ubiquitin carrier protein E2 28 13.72195174 L4_chemical_B3 +LQ01X034890 Ubiquitin carrier protein E2 28 12.49839501 L4_chemical_C2 +LQ01X034890 Ubiquitin carrier protein E2 28 12.77545173 L4_chemical_C3 +LQ01X034910 Exosome complex exonuclease RRP41 13.42591446 C6_control_A1 +LQ01X034910 Exosome complex exonuclease RRP41 13.6300823 C6_control_A3 +LQ01X034910 Exosome complex exonuclease RRP41 12.76274001 C6_control_B1 +LQ01X034910 Exosome complex exonuclease RRP41 12.61928079 C6_control_B2 +LQ01X034910 Exosome complex exonuclease RRP41 12.71595222 C6_control_B3 +LQ01X034910 Exosome complex exonuclease RRP41 12.11155741 C6_control_C1 +LQ01X034910 Exosome complex exonuclease RRP41 12.33314084 C6_control_C2 +LQ01X034910 Exosome complex exonuclease RRP41 12.62712736 C6_control_C3 +LQ01X034910 Exosome complex exonuclease RRP41 13.11317761 C6_chemical_A1 +LQ01X034910 Exosome complex exonuclease RRP41 13.33654684 C6_chemical_A3 +LQ01X034910 Exosome complex exonuclease RRP41 12.10908844 C6_chemical_B1 +LQ01X034910 Exosome complex exonuclease RRP41 12.24588509 C6_chemical_B2 +LQ01X034910 Exosome complex exonuclease RRP41 12.40201248 C6_chemical_B3 +LQ01X034910 Exosome complex exonuclease RRP41 11.66659024 C6_chemical_C1 +LQ01X034910 Exosome complex exonuclease RRP41 11.98795174 C6_chemical_C2 +LQ01X034910 Exosome complex exonuclease RRP41 12.00528682 C6_chemical_C3 +LQ01X034910 Exosome complex exonuclease RRP41 13.07984461 L4_control_A1 +LQ01X034910 Exosome complex exonuclease RRP41 13.6145816 L4_control_A2 +LQ01X034910 Exosome complex exonuclease RRP41 12.85509155 L4_control_A3 +LQ01X034910 Exosome complex exonuclease RRP41 12.39591743 L4_control_B1 +LQ01X034910 Exosome complex exonuclease RRP41 12.62387729 L4_control_B2 +LQ01X034910 Exosome complex exonuclease RRP41 12.82550146 L4_control_B3 +LQ01X034910 Exosome complex exonuclease RRP41 12.78689326 L4_control_C2 +LQ01X034910 Exosome complex exonuclease RRP41 12.98409759 L4_control_C3 +LQ01X034910 Exosome complex exonuclease RRP41 12.89800123 L4_chemical_A1 +LQ01X034910 Exosome complex exonuclease RRP41 12.96451482 L4_chemical_A2 +LQ01X034910 Exosome complex exonuclease RRP41 12.74528694 L4_chemical_A3 +LQ01X034910 Exosome complex exonuclease RRP41 12.31195004 L4_chemical_B1 +LQ01X034910 Exosome complex exonuclease RRP41 12.91469813 L4_chemical_B2 +LQ01X034910 Exosome complex exonuclease RRP41 12.77396593 L4_chemical_B3 +LQ01X034910 Exosome complex exonuclease RRP41 12.67775818 L4_chemical_C2 +LQ01X034910 Exosome complex exonuclease RRP41 12.67490948 L4_chemical_C3 +LQ01X034930 Common plant regulatory factor 1 5.615234758 C6_control_A1 +LQ01X034930 Common plant regulatory factor 1 5.209492786 C6_control_A3 +LQ01X034930 Common plant regulatory factor 1 5.401461051 C6_control_B1 +LQ01X034930 Common plant regulatory factor 1 5.247623078 C6_control_B2 +LQ01X034930 Common plant regulatory factor 1 5.528566513 C6_control_B3 +LQ01X034930 Common plant regulatory factor 1 5.127611648 C6_control_C1 +LQ01X034930 Common plant regulatory factor 1 5.366561293 C6_control_C2 +LQ01X034930 Common plant regulatory factor 1 5.347108627 C6_control_C3 +LQ01X034930 Common plant regulatory factor 1 5.446977279 C6_chemical_A1 +LQ01X034930 Common plant regulatory factor 1 5.384776678 C6_chemical_A3 +LQ01X034930 Common plant regulatory factor 1 5.49134876 C6_chemical_B1 +LQ01X034930 Common plant regulatory factor 1 5.271959639 C6_chemical_B2 +LQ01X034930 Common plant regulatory factor 1 5.552673252 C6_chemical_B3 +LQ01X034930 Common plant regulatory factor 1 5.122071345 C6_chemical_C1 +LQ01X034930 Common plant regulatory factor 1 5.392256496 C6_chemical_C2 +LQ01X034930 Common plant regulatory factor 1 5.261666772 C6_chemical_C3 +LQ01X034930 Common plant regulatory factor 1 5.000365043 L4_control_A1 +LQ01X034930 Common plant regulatory factor 1 5.343038713 L4_control_A2 +LQ01X034930 Common plant regulatory factor 1 5.310662566 L4_control_A3 +LQ01X034930 Common plant regulatory factor 1 5.389440546 L4_control_B1 +LQ01X034930 Common plant regulatory factor 1 5.818345647 L4_control_B2 +LQ01X034930 Common plant regulatory factor 1 5.452645986 L4_control_B3 +LQ01X034930 Common plant regulatory factor 1 5.599054913 L4_control_C2 +LQ01X034930 Common plant regulatory factor 1 5.240328121 L4_control_C3 +LQ01X034930 Common plant regulatory factor 1 5.611884394 L4_chemical_A1 +LQ01X034930 Common plant regulatory factor 1 5.690805102 L4_chemical_A2 +LQ01X034930 Common plant regulatory factor 1 5.218986478 L4_chemical_A3 +LQ01X034930 Common plant regulatory factor 1 5.359438168 L4_chemical_B1 +LQ01X034930 Common plant regulatory factor 1 5.587296946 L4_chemical_B2 +LQ01X034930 Common plant regulatory factor 1 5.365416107 L4_chemical_B3 +LQ01X034930 Common plant regulatory factor 1 5.607358593 L4_chemical_C2 +LQ01X034930 Common plant regulatory factor 1 5.352526747 L4_chemical_C3 +LQ01X034940 GDSL esterase/lipase At4g01130 11.58596895 C6_control_A1 +LQ01X034940 GDSL esterase/lipase At4g01130 11.26195862 C6_control_A3 +LQ01X034940 GDSL esterase/lipase At4g01130 12.76784805 C6_control_B1 +LQ01X034940 GDSL esterase/lipase At4g01130 12.52748291 C6_control_B2 +LQ01X034940 GDSL esterase/lipase At4g01130 13.4049028 C6_control_B3 +LQ01X034940 GDSL esterase/lipase At4g01130 10.45537443 C6_control_C1 +LQ01X034940 GDSL esterase/lipase At4g01130 10.63930819 C6_control_C2 +LQ01X034940 GDSL esterase/lipase At4g01130 10.6165337 C6_control_C3 +LQ01X034940 GDSL esterase/lipase At4g01130 10.19681176 C6_chemical_A1 +LQ01X034940 GDSL esterase/lipase At4g01130 10.9600332 C6_chemical_A3 +LQ01X034940 GDSL esterase/lipase At4g01130 12.07641039 C6_chemical_B1 +LQ01X034940 GDSL esterase/lipase At4g01130 12.1034111 C6_chemical_B2 +LQ01X034940 GDSL esterase/lipase At4g01130 12.57731127 C6_chemical_B3 +LQ01X034940 GDSL esterase/lipase At4g01130 9.996396535 C6_chemical_C1 +LQ01X034940 GDSL esterase/lipase At4g01130 9.928919043 C6_chemical_C2 +LQ01X034940 GDSL esterase/lipase At4g01130 10.72252142 C6_chemical_C3 +LQ01X034940 GDSL esterase/lipase At4g01130 11.63745662 L4_control_A1 +LQ01X034940 GDSL esterase/lipase At4g01130 12.55031683 L4_control_A2 +LQ01X034940 GDSL esterase/lipase At4g01130 12.1175765 L4_control_A3 +LQ01X034940 GDSL esterase/lipase At4g01130 13.30734487 L4_control_B1 +LQ01X034940 GDSL esterase/lipase At4g01130 13.7104079 L4_control_B2 +LQ01X034940 GDSL esterase/lipase At4g01130 12.81175384 L4_control_B3 +LQ01X034940 GDSL esterase/lipase At4g01130 13.73976443 L4_control_C2 +LQ01X034940 GDSL esterase/lipase At4g01130 13.20298933 L4_control_C3 +LQ01X034940 GDSL esterase/lipase At4g01130 12.27640212 L4_chemical_A1 +LQ01X034940 GDSL esterase/lipase At4g01130 13.19550755 L4_chemical_A2 +LQ01X034940 GDSL esterase/lipase At4g01130 11.82906098 L4_chemical_A3 +LQ01X034940 GDSL esterase/lipase At4g01130 13.03815798 L4_chemical_B1 +LQ01X034940 GDSL esterase/lipase At4g01130 13.34193178 L4_chemical_B2 +LQ01X034940 GDSL esterase/lipase At4g01130 12.95948038 L4_chemical_B3 +LQ01X034940 GDSL esterase/lipase At4g01130 13.81778437 L4_chemical_C2 +LQ01X034940 GDSL esterase/lipase At4g01130 13.08081131 L4_chemical_C3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.82205321 C6_control_A1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.00062794 C6_control_A3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.00139179 C6_control_B1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.38096058 C6_control_B2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.99483371 C6_control_B3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.43015424 C6_control_C1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.55379396 C6_control_C2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.24462899 C6_control_C3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.88759337 C6_chemical_A1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.07390413 C6_chemical_A3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.1813103 C6_chemical_B1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.25116867 C6_chemical_B2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.96384619 C6_chemical_B3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.40941065 C6_chemical_C1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.34103587 C6_chemical_C2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.00623662 C6_chemical_C3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.1568048 L4_control_A1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.87078657 L4_control_A2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.04791277 L4_control_A3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.03119746 L4_control_B1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.71530724 L4_control_B2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 15.29027267 L4_control_B3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.79484935 L4_control_C2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.74740711 L4_control_C3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.54205575 L4_chemical_A1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.55930934 L4_chemical_A2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.75383882 L4_chemical_A3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.17834231 L4_chemical_B1 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.72864222 L4_chemical_B2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.83804117 L4_chemical_B3 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.89174378 L4_chemical_C2 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.78252943 L4_chemical_C3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.426808471 C6_control_A1 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.583722007 C6_control_A3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.57529902 C6_control_B1 +LQ01X034970 Eukaryotic translation initiation factor 1A 7.130841461 C6_control_B2 +LQ01X034970 Eukaryotic translation initiation factor 1A 7.075301296 C6_control_B3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.951684355 C6_control_C1 +LQ01X034970 Eukaryotic translation initiation factor 1A 7.244825987 C6_control_C2 +LQ01X034970 Eukaryotic translation initiation factor 1A 7.06696684 C6_control_C3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.3063756 C6_chemical_A1 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.49260579 C6_chemical_A3 +LQ01X034970 Eukaryotic translation initiation factor 1A 5.922511514 C6_chemical_B1 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.475295288 C6_chemical_B2 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.525262851 C6_chemical_B3 +LQ01X034970 Eukaryotic translation initiation factor 1A 7.218934182 C6_chemical_C1 +LQ01X034970 Eukaryotic translation initiation factor 1A 7.088410018 C6_chemical_C2 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.939715372 C6_chemical_C3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.739039411 L4_control_A1 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.365449851 L4_control_A2 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.298077082 L4_control_A3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.651477203 L4_control_B1 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.343875772 L4_control_B2 +LQ01X034970 Eukaryotic translation initiation factor 1A 5.862256614 L4_control_B3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.174599558 L4_control_C2 +LQ01X034970 Eukaryotic translation initiation factor 1A 7.455542742 L4_control_C3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.214826146 L4_chemical_A1 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.500203945 L4_chemical_A2 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.160571949 L4_chemical_A3 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.973414047 L4_chemical_B1 +LQ01X034970 Eukaryotic translation initiation factor 1A 5.988720204 L4_chemical_B2 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.061136491 L4_chemical_B3 +LQ01X034970 Eukaryotic translation initiation factor 1A 7.126310169 L4_chemical_C2 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.820289447 L4_chemical_C3 +LQ01X034990 Predicted protein 11.75835504 C6_control_A1 +LQ01X034990 Predicted protein 12.03230024 C6_control_A3 +LQ01X034990 Predicted protein 11.25125478 C6_control_B1 +LQ01X034990 Predicted protein 11.1858047 C6_control_B2 +LQ01X034990 Predicted protein 11.05954749 C6_control_B3 +LQ01X034990 Predicted protein 11.49035416 C6_control_C1 +LQ01X034990 Predicted protein 11.34224725 C6_control_C2 +LQ01X034990 Predicted protein 10.89943918 C6_control_C3 +LQ01X034990 Predicted protein 11.79666498 C6_chemical_A1 +LQ01X034990 Predicted protein 12.12258091 C6_chemical_A3 +LQ01X034990 Predicted protein 11.24999426 C6_chemical_B1 +LQ01X034990 Predicted protein 11.18045096 C6_chemical_B2 +LQ01X034990 Predicted protein 11.18432852 C6_chemical_B3 +LQ01X034990 Predicted protein 11.54102252 C6_chemical_C1 +LQ01X034990 Predicted protein 11.47468491 C6_chemical_C2 +LQ01X034990 Predicted protein 11.40311249 C6_chemical_C3 +LQ01X034990 Predicted protein 12.40654556 L4_control_A1 +LQ01X034990 Predicted protein 12.16585863 L4_control_A2 +LQ01X034990 Predicted protein 12.81636946 L4_control_A3 +LQ01X034990 Predicted protein 11.22979747 L4_control_B1 +LQ01X034990 Predicted protein 11.70724025 L4_control_B2 +LQ01X034990 Predicted protein 11.77465248 L4_control_B3 +LQ01X034990 Predicted protein 11.76490333 L4_control_C2 +LQ01X034990 Predicted protein 11.79037124 L4_control_C3 +LQ01X034990 Predicted protein 11.99717044 L4_chemical_A1 +LQ01X034990 Predicted protein 11.99259432 L4_chemical_A2 +LQ01X034990 Predicted protein 12.63110832 L4_chemical_A3 +LQ01X034990 Predicted protein 11.33710273 L4_chemical_B1 +LQ01X034990 Predicted protein 11.35908062 L4_chemical_B2 +LQ01X034990 Predicted protein 11.56132659 L4_chemical_B3 +LQ01X034990 Predicted protein 11.57084767 L4_chemical_C2 +LQ01X034990 Predicted protein 11.40996117 L4_chemical_C3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.14514368 C6_control_A1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.35400103 C6_control_A3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.22092433 C6_control_B1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.72103288 C6_control_B2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.64825102 C6_control_B3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.17710036 C6_control_C1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 9.942385703 C6_control_C2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 9.811706654 C6_control_C3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.03465676 C6_chemical_A1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.10069802 C6_chemical_A3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.26338131 C6_chemical_B1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.86300497 C6_chemical_B2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.69408685 C6_chemical_B3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 9.961082574 C6_chemical_C1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 9.994613203 C6_chemical_C2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.06880608 C6_chemical_C3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.62089791 L4_control_A1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.83825543 L4_control_A2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.04288017 L4_control_A3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.75462116 L4_control_B1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.54951603 L4_control_B2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 11.03309852 L4_control_B3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 9.815758366 L4_control_C2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 9.85394962 L4_control_C3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.46318017 L4_chemical_A1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.41026344 L4_chemical_A2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.0854443 L4_chemical_A3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.07417968 L4_chemical_B1 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.08847964 L4_chemical_B2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.38009427 L4_chemical_B3 +LQ01X035020 F-box/kelch-repeat protein At3g61590 9.714736016 L4_chemical_C2 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.38278286 L4_chemical_C3 +LQ01X035040 Putative uncharacterized protein 6.188078908 C6_control_A1 +LQ01X035040 Putative uncharacterized protein 5.590425498 C6_control_A3 +LQ01X035040 Putative uncharacterized protein 6.695887685 C6_control_B1 +LQ01X035040 Putative uncharacterized protein 5.789133663 C6_control_B2 +LQ01X035040 Putative uncharacterized protein 6.138832891 C6_control_B3 +LQ01X035040 Putative uncharacterized protein 6.653970384 C6_control_C1 +LQ01X035040 Putative uncharacterized protein 7.862695802 C6_control_C2 +LQ01X035040 Putative uncharacterized protein 5.456672363 C6_control_C3 +LQ01X035040 Putative uncharacterized protein 6.883729361 C6_chemical_A1 +LQ01X035040 Putative uncharacterized protein 5.70591827 C6_chemical_A3 +LQ01X035040 Putative uncharacterized protein 7.051363645 C6_chemical_B1 +LQ01X035040 Putative uncharacterized protein 6.784410425 C6_chemical_B2 +LQ01X035040 Putative uncharacterized protein 6.111466106 C6_chemical_B3 +LQ01X035040 Putative uncharacterized protein 8.774180491 C6_chemical_C1 +LQ01X035040 Putative uncharacterized protein 8.506982528 C6_chemical_C2 +LQ01X035040 Putative uncharacterized protein 5.912685225 C6_chemical_C3 +LQ01X035040 Putative uncharacterized protein 5.457997037 L4_control_A1 +LQ01X035040 Putative uncharacterized protein 5.821598282 L4_control_A2 +LQ01X035040 Putative uncharacterized protein 6.569479557 L4_control_A3 +LQ01X035040 Putative uncharacterized protein 5.609305191 L4_control_B1 +LQ01X035040 Putative uncharacterized protein 5.805480396 L4_control_B2 +LQ01X035040 Putative uncharacterized protein 6.023175995 L4_control_B3 +LQ01X035040 Putative uncharacterized protein 5.936848741 L4_control_C2 +LQ01X035040 Putative uncharacterized protein 5.476688962 L4_control_C3 +LQ01X035040 Putative uncharacterized protein 5.881262129 L4_chemical_A1 +LQ01X035040 Putative uncharacterized protein 6.429508816 L4_chemical_A2 +LQ01X035040 Putative uncharacterized protein 6.024010005 L4_chemical_A3 +LQ01X035040 Putative uncharacterized protein 5.886390993 L4_chemical_B1 +LQ01X035040 Putative uncharacterized protein 6.073699796 L4_chemical_B2 +LQ01X035040 Putative uncharacterized protein 5.670944032 L4_chemical_B3 +LQ01X035040 Putative uncharacterized protein 5.62207807 L4_chemical_C2 +LQ01X035040 Putative uncharacterized protein 5.889269186 L4_chemical_C3 +LQ01X035050 Acidic endochitinase 6.14812498 C6_control_A1 +LQ01X035050 Acidic endochitinase 5.694646443 C6_control_A3 +LQ01X035050 Acidic endochitinase 6.443834083 C6_control_B1 +LQ01X035050 Acidic endochitinase 5.60718607 C6_control_B2 +LQ01X035050 Acidic endochitinase 5.739015743 C6_control_B3 +LQ01X035050 Acidic endochitinase 5.537289512 C6_control_C1 +LQ01X035050 Acidic endochitinase 5.325782705 C6_control_C2 +LQ01X035050 Acidic endochitinase 5.444272592 C6_control_C3 +LQ01X035050 Acidic endochitinase 6.10183331 C6_chemical_A1 +LQ01X035050 Acidic endochitinase 5.885137095 C6_chemical_A3 +LQ01X035050 Acidic endochitinase 6.442185908 C6_chemical_B1 +LQ01X035050 Acidic endochitinase 5.618652713 C6_chemical_B2 +LQ01X035050 Acidic endochitinase 5.44690352 C6_chemical_B3 +LQ01X035050 Acidic endochitinase 5.230644239 C6_chemical_C1 +LQ01X035050 Acidic endochitinase 5.063723896 C6_chemical_C2 +LQ01X035050 Acidic endochitinase 5.426062565 C6_chemical_C3 +LQ01X035050 Acidic endochitinase 5.633642939 L4_control_A1 +LQ01X035050 Acidic endochitinase 6.368277761 L4_control_A2 +LQ01X035050 Acidic endochitinase 5.970629682 L4_control_A3 +LQ01X035050 Acidic endochitinase 6.096442182 L4_control_B1 +LQ01X035050 Acidic endochitinase 5.738579725 L4_control_B2 +LQ01X035050 Acidic endochitinase 5.532660478 L4_control_B3 +LQ01X035050 Acidic endochitinase 7.294051055 L4_control_C2 +LQ01X035050 Acidic endochitinase 5.931654732 L4_control_C3 +LQ01X035050 Acidic endochitinase 5.427085106 L4_chemical_A1 +LQ01X035050 Acidic endochitinase 6.179212497 L4_chemical_A2 +LQ01X035050 Acidic endochitinase 6.375407055 L4_chemical_A3 +LQ01X035050 Acidic endochitinase 6.380633815 L4_chemical_B1 +LQ01X035050 Acidic endochitinase 5.862607502 L4_chemical_B2 +LQ01X035050 Acidic endochitinase 5.740055898 L4_chemical_B3 +LQ01X035050 Acidic endochitinase 5.892502258 L4_chemical_C2 +LQ01X035050 Acidic endochitinase 5.114653548 L4_chemical_C3 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.71803382 C6_control_A1 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.98353831 C6_control_A3 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.27713737 C6_control_B1 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.75989207 C6_control_B2 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.16678548 C6_control_B3 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.42948554 C6_control_C1 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.05814374 C6_control_C2 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.60747989 C6_control_C3 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.62386926 C6_chemical_A1 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.86777221 C6_chemical_A3 +LQ01X035070 rRNA-processing protein FCF1 homolog 10.90396342 C6_chemical_B1 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.5100504 C6_chemical_B2 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.06125815 C6_chemical_B3 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.10353925 C6_chemical_C1 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.45716328 C6_chemical_C2 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.36980386 C6_chemical_C3 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.71050155 L4_control_A1 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.91679413 L4_control_A2 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.96784239 L4_control_A3 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.98328411 L4_control_B1 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.62192014 L4_control_B2 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.68731307 L4_control_B3 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.92032704 L4_control_C2 +LQ01X035070 rRNA-processing protein FCF1 homolog 13.17407023 L4_control_C3 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.98036831 L4_chemical_A1 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.89493372 L4_chemical_A2 +LQ01X035070 rRNA-processing protein FCF1 homolog 13.0443259 L4_chemical_A3 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.01283439 L4_chemical_B1 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.44558067 L4_chemical_B2 +LQ01X035070 rRNA-processing protein FCF1 homolog 12.27552971 L4_chemical_B3 +LQ01X035070 rRNA-processing protein FCF1 homolog 13.08666398 L4_chemical_C2 +LQ01X035070 rRNA-processing protein FCF1 homolog 13.17677645 L4_chemical_C3 +LQ01X035080 Putative uncharacterized protein 12.46804223 C6_control_A1 +LQ01X035080 Putative uncharacterized protein 12.00829627 C6_control_A3 +LQ01X035080 Putative uncharacterized protein 12.5674863 C6_control_B1 +LQ01X035080 Putative uncharacterized protein 12.58983496 C6_control_B2 +LQ01X035080 Putative uncharacterized protein 12.74514806 C6_control_B3 +LQ01X035080 Putative uncharacterized protein 12.58346498 C6_control_C1 +LQ01X035080 Putative uncharacterized protein 12.3635144 C6_control_C2 +LQ01X035080 Putative uncharacterized protein 12.28651682 C6_control_C3 +LQ01X035080 Putative uncharacterized protein 12.41389926 C6_chemical_A1 +LQ01X035080 Putative uncharacterized protein 12.11407106 C6_chemical_A3 +LQ01X035080 Putative uncharacterized protein 12.69015948 C6_chemical_B1 +LQ01X035080 Putative uncharacterized protein 12.54590626 C6_chemical_B2 +LQ01X035080 Putative uncharacterized protein 12.58602108 C6_chemical_B3 +LQ01X035080 Putative uncharacterized protein 12.64411778 C6_chemical_C1 +LQ01X035080 Putative uncharacterized protein 12.45438799 C6_chemical_C2 +LQ01X035080 Putative uncharacterized protein 12.38956761 C6_chemical_C3 +LQ01X035080 Putative uncharacterized protein 12.50714908 L4_control_A1 +LQ01X035080 Putative uncharacterized protein 12.60475082 L4_control_A2 +LQ01X035080 Putative uncharacterized protein 12.44047745 L4_control_A3 +LQ01X035080 Putative uncharacterized protein 12.72073529 L4_control_B1 +LQ01X035080 Putative uncharacterized protein 12.52769465 L4_control_B2 +LQ01X035080 Putative uncharacterized protein 12.30073804 L4_control_B3 +LQ01X035080 Putative uncharacterized protein 12.45210085 L4_control_C2 +LQ01X035080 Putative uncharacterized protein 12.3272824 L4_control_C3 +LQ01X035080 Putative uncharacterized protein 12.18107957 L4_chemical_A1 +LQ01X035080 Putative uncharacterized protein 12.36968165 L4_chemical_A2 +LQ01X035080 Putative uncharacterized protein 12.24572368 L4_chemical_A3 +LQ01X035080 Putative uncharacterized protein 12.59161518 L4_chemical_B1 +LQ01X035080 Putative uncharacterized protein 12.58385622 L4_chemical_B2 +LQ01X035080 Putative uncharacterized protein 12.71385098 L4_chemical_B3 +LQ01X035080 Putative uncharacterized protein 12.70061406 L4_chemical_C2 +LQ01X035080 Putative uncharacterized protein 12.40174931 L4_chemical_C3 +LQ01X035090 Putative uncharacterized protein 11.92114349 C6_control_A1 +LQ01X035090 Putative uncharacterized protein 11.65701746 C6_control_A3 +LQ01X035090 Putative uncharacterized protein 12.27470809 C6_control_B1 +LQ01X035090 Putative uncharacterized protein 11.51010223 C6_control_B2 +LQ01X035090 Putative uncharacterized protein 12.27214457 C6_control_B3 +LQ01X035090 Putative uncharacterized protein 10.41509049 C6_control_C1 +LQ01X035090 Putative uncharacterized protein 10.39778671 C6_control_C2 +LQ01X035090 Putative uncharacterized protein 10.13516925 C6_control_C3 +LQ01X035090 Putative uncharacterized protein 11.59295483 C6_chemical_A1 +LQ01X035090 Putative uncharacterized protein 11.41484513 C6_chemical_A3 +LQ01X035090 Putative uncharacterized protein 11.84709438 C6_chemical_B1 +LQ01X035090 Putative uncharacterized protein 11.33584002 C6_chemical_B2 +LQ01X035090 Putative uncharacterized protein 11.82831753 C6_chemical_B3 +LQ01X035090 Putative uncharacterized protein 10.30504305 C6_chemical_C1 +LQ01X035090 Putative uncharacterized protein 10.13806777 C6_chemical_C2 +LQ01X035090 Putative uncharacterized protein 9.774258598 C6_chemical_C3 +LQ01X035090 Putative uncharacterized protein 11.75694642 L4_control_A1 +LQ01X035090 Putative uncharacterized protein 12.18666113 L4_control_A2 +LQ01X035090 Putative uncharacterized protein 11.81545931 L4_control_A3 +LQ01X035090 Putative uncharacterized protein 12.30489409 L4_control_B1 +LQ01X035090 Putative uncharacterized protein 12.93171164 L4_control_B2 +LQ01X035090 Putative uncharacterized protein 11.43357255 L4_control_B3 +LQ01X035090 Putative uncharacterized protein 10.87922734 L4_control_C2 +LQ01X035090 Putative uncharacterized protein 10.83260614 L4_control_C3 +LQ01X035090 Putative uncharacterized protein 11.4845166 L4_chemical_A1 +LQ01X035090 Putative uncharacterized protein 11.73555351 L4_chemical_A2 +LQ01X035090 Putative uncharacterized protein 11.90933347 L4_chemical_A3 +LQ01X035090 Putative uncharacterized protein 12.18213473 L4_chemical_B1 +LQ01X035090 Putative uncharacterized protein 12.52978571 L4_chemical_B2 +LQ01X035090 Putative uncharacterized protein 12.02446026 L4_chemical_B3 +LQ01X035090 Putative uncharacterized protein 10.96239821 L4_chemical_C2 +LQ01X035090 Putative uncharacterized protein 11.01113954 L4_chemical_C3 +LQ01X035100 Protein ABIL1 6.133040241 C6_control_A1 +LQ01X035100 Protein ABIL1 5.81832433 C6_control_A3 +LQ01X035100 Protein ABIL1 5.408509451 C6_control_B1 +LQ01X035100 Protein ABIL1 6.150871996 C6_control_B2 +LQ01X035100 Protein ABIL1 5.754255277 C6_control_B3 +LQ01X035100 Protein ABIL1 5.97056246 C6_control_C1 +LQ01X035100 Protein ABIL1 6.578966894 C6_control_C2 +LQ01X035100 Protein ABIL1 6.259621506 C6_control_C3 +LQ01X035100 Protein ABIL1 5.837572275 C6_chemical_A1 +LQ01X035100 Protein ABIL1 5.549348096 C6_chemical_A3 +LQ01X035100 Protein ABIL1 5.507376144 C6_chemical_B1 +LQ01X035100 Protein ABIL1 5.911886221 C6_chemical_B2 +LQ01X035100 Protein ABIL1 5.690756844 C6_chemical_B3 +LQ01X035100 Protein ABIL1 5.908010587 C6_chemical_C1 +LQ01X035100 Protein ABIL1 5.913535352 C6_chemical_C2 +LQ01X035100 Protein ABIL1 5.9160073 C6_chemical_C3 +LQ01X035100 Protein ABIL1 5.956580524 L4_control_A1 +LQ01X035100 Protein ABIL1 5.608396887 L4_control_A2 +LQ01X035100 Protein ABIL1 6.332793762 L4_control_A3 +LQ01X035100 Protein ABIL1 5.513090655 L4_control_B1 +LQ01X035100 Protein ABIL1 5.985754846 L4_control_B2 +LQ01X035100 Protein ABIL1 6.217984086 L4_control_B3 +LQ01X035100 Protein ABIL1 5.680532535 L4_control_C2 +LQ01X035100 Protein ABIL1 5.589837936 L4_control_C3 +LQ01X035100 Protein ABIL1 5.460272426 L4_chemical_A1 +LQ01X035100 Protein ABIL1 5.819809367 L4_chemical_A2 +LQ01X035100 Protein ABIL1 5.872501956 L4_chemical_A3 +LQ01X035100 Protein ABIL1 5.413375077 L4_chemical_B1 +LQ01X035100 Protein ABIL1 5.923727663 L4_chemical_B2 +LQ01X035100 Protein ABIL1 6.174950194 L4_chemical_B3 +LQ01X035100 Protein ABIL1 5.058697322 L4_chemical_C2 +LQ01X035100 Protein ABIL1 5.686581051 L4_chemical_C3 +LQ01X035110 Putative uncharacterized protein 11.21408615 C6_control_A1 +LQ01X035110 Putative uncharacterized protein 11.56885598 C6_control_A3 +LQ01X035110 Putative uncharacterized protein 11.8408246 C6_control_B1 +LQ01X035110 Putative uncharacterized protein 12.96274 C6_control_B2 +LQ01X035110 Putative uncharacterized protein 12.21551542 C6_control_B3 +LQ01X035110 Putative uncharacterized protein 13.63936447 C6_control_C1 +LQ01X035110 Putative uncharacterized protein 13.98592537 C6_control_C2 +LQ01X035110 Putative uncharacterized protein 13.71537197 C6_control_C3 +LQ01X035110 Putative uncharacterized protein 11.52654668 C6_chemical_A1 +LQ01X035110 Putative uncharacterized protein 11.69474381 C6_chemical_A3 +LQ01X035110 Putative uncharacterized protein 11.92781012 C6_chemical_B1 +LQ01X035110 Putative uncharacterized protein 12.96099087 C6_chemical_B2 +LQ01X035110 Putative uncharacterized protein 12.25062205 C6_chemical_B3 +LQ01X035110 Putative uncharacterized protein 13.6546631 C6_chemical_C1 +LQ01X035110 Putative uncharacterized protein 13.95114284 C6_chemical_C2 +LQ01X035110 Putative uncharacterized protein 13.71622203 C6_chemical_C3 +LQ01X035110 Putative uncharacterized protein 11.18993983 L4_control_A1 +LQ01X035110 Putative uncharacterized protein 11.29330711 L4_control_A2 +LQ01X035110 Putative uncharacterized protein 10.90418335 L4_control_A3 +LQ01X035110 Putative uncharacterized protein 11.66209772 L4_control_B1 +LQ01X035110 Putative uncharacterized protein 11.74778146 L4_control_B2 +LQ01X035110 Putative uncharacterized protein 12.60021873 L4_control_B3 +LQ01X035110 Putative uncharacterized protein 12.82113233 L4_control_C2 +LQ01X035110 Putative uncharacterized protein 12.914031 L4_control_C3 +LQ01X035110 Putative uncharacterized protein 11.51160403 L4_chemical_A1 +LQ01X035110 Putative uncharacterized protein 11.98132195 L4_chemical_A2 +LQ01X035110 Putative uncharacterized protein 10.70061909 L4_chemical_A3 +LQ01X035110 Putative uncharacterized protein 11.52125715 L4_chemical_B1 +LQ01X035110 Putative uncharacterized protein 11.98341604 L4_chemical_B2 +LQ01X035110 Putative uncharacterized protein 11.97914603 L4_chemical_B3 +LQ01X035110 Putative uncharacterized protein 13.07803563 L4_chemical_C2 +LQ01X035110 Putative uncharacterized protein 13.06864299 L4_chemical_C3 +LQ01X035120 Putative Fatty acid desaturase 3 12.40712593 C6_control_A1 +LQ01X035120 Putative Fatty acid desaturase 3 13.36074594 C6_control_A3 +LQ01X035120 Putative Fatty acid desaturase 3 12.20825692 C6_control_B1 +LQ01X035120 Putative Fatty acid desaturase 3 11.70840335 C6_control_B2 +LQ01X035120 Putative Fatty acid desaturase 3 12.5666698 C6_control_B3 +LQ01X035120 Putative Fatty acid desaturase 3 11.57128404 C6_control_C1 +LQ01X035120 Putative Fatty acid desaturase 3 11.493017 C6_control_C2 +LQ01X035120 Putative Fatty acid desaturase 3 12.49639172 C6_control_C3 +LQ01X035120 Putative Fatty acid desaturase 3 12.00067097 C6_chemical_A1 +LQ01X035120 Putative Fatty acid desaturase 3 13.17118936 C6_chemical_A3 +LQ01X035120 Putative Fatty acid desaturase 3 11.71515685 C6_chemical_B1 +LQ01X035120 Putative Fatty acid desaturase 3 11.16863133 C6_chemical_B2 +LQ01X035120 Putative Fatty acid desaturase 3 12.46709549 C6_chemical_B3 +LQ01X035120 Putative Fatty acid desaturase 3 10.95188278 C6_chemical_C1 +LQ01X035120 Putative Fatty acid desaturase 3 11.12068799 C6_chemical_C2 +LQ01X035120 Putative Fatty acid desaturase 3 11.88842518 C6_chemical_C3 +LQ01X035120 Putative Fatty acid desaturase 3 13.18537047 L4_control_A1 +LQ01X035120 Putative Fatty acid desaturase 3 12.93267906 L4_control_A2 +LQ01X035120 Putative Fatty acid desaturase 3 13.24592426 L4_control_A3 +LQ01X035120 Putative Fatty acid desaturase 3 11.69968903 L4_control_B1 +LQ01X035120 Putative Fatty acid desaturase 3 11.99564126 L4_control_B2 +LQ01X035120 Putative Fatty acid desaturase 3 12.20771645 L4_control_B3 +LQ01X035120 Putative Fatty acid desaturase 3 11.63439065 L4_control_C2 +LQ01X035120 Putative Fatty acid desaturase 3 12.480247 L4_control_C3 +LQ01X035120 Putative Fatty acid desaturase 3 12.03760273 L4_chemical_A1 +LQ01X035120 Putative Fatty acid desaturase 3 11.82549865 L4_chemical_A2 +LQ01X035120 Putative Fatty acid desaturase 3 13.12480528 L4_chemical_A3 +LQ01X035120 Putative Fatty acid desaturase 3 11.71874718 L4_chemical_B1 +LQ01X035120 Putative Fatty acid desaturase 3 11.51557808 L4_chemical_B2 +LQ01X035120 Putative Fatty acid desaturase 3 12.65310359 L4_chemical_B3 +LQ01X035120 Putative Fatty acid desaturase 3 11.1424947 L4_chemical_C2 +LQ01X035120 Putative Fatty acid desaturase 3 12.25316769 L4_chemical_C3 +LQ01X035180 Putative uncharacterized protein 9.385804538 C6_control_A1 +LQ01X035180 Putative uncharacterized protein 8.094046299 C6_control_A3 +LQ01X035180 Putative uncharacterized protein 9.550119073 C6_control_B1 +LQ01X035180 Putative uncharacterized protein 9.722638706 C6_control_B2 +LQ01X035180 Putative uncharacterized protein 10.02965491 C6_control_B3 +LQ01X035180 Putative uncharacterized protein 12.8035925 C6_control_C1 +LQ01X035180 Putative uncharacterized protein 12.96247098 C6_control_C2 +LQ01X035180 Putative uncharacterized protein 13.17016699 C6_control_C3 +LQ01X035180 Putative uncharacterized protein 8.880968003 C6_chemical_A1 +LQ01X035180 Putative uncharacterized protein 8.70687389 C6_chemical_A3 +LQ01X035180 Putative uncharacterized protein 9.003102667 C6_chemical_B1 +LQ01X035180 Putative uncharacterized protein 9.766139787 C6_chemical_B2 +LQ01X035180 Putative uncharacterized protein 10.3830084 C6_chemical_B3 +LQ01X035180 Putative uncharacterized protein 12.6727655 C6_chemical_C1 +LQ01X035180 Putative uncharacterized protein 12.1161116 C6_chemical_C2 +LQ01X035180 Putative uncharacterized protein 12.72781497 C6_chemical_C3 +LQ01X035180 Putative uncharacterized protein 9.122794366 L4_control_A1 +LQ01X035180 Putative uncharacterized protein 9.444098338 L4_control_A2 +LQ01X035180 Putative uncharacterized protein 9.037235712 L4_control_A3 +LQ01X035180 Putative uncharacterized protein 10.69704668 L4_control_B1 +LQ01X035180 Putative uncharacterized protein 10.038642 L4_control_B2 +LQ01X035180 Putative uncharacterized protein 11.35767154 L4_control_B3 +LQ01X035180 Putative uncharacterized protein 13.62444391 L4_control_C2 +LQ01X035180 Putative uncharacterized protein 13.68998364 L4_control_C3 +LQ01X035180 Putative uncharacterized protein 10.31263033 L4_chemical_A1 +LQ01X035180 Putative uncharacterized protein 10.18513437 L4_chemical_A2 +LQ01X035180 Putative uncharacterized protein 9.635640633 L4_chemical_A3 +LQ01X035180 Putative uncharacterized protein 11.00799773 L4_chemical_B1 +LQ01X035180 Putative uncharacterized protein 10.66761354 L4_chemical_B2 +LQ01X035180 Putative uncharacterized protein 9.966987375 L4_chemical_B3 +LQ01X035180 Putative uncharacterized protein 13.17447083 L4_chemical_C2 +LQ01X035180 Putative uncharacterized protein 13.39672627 L4_chemical_C3 +LQ01X035200 Golgin candidate 4 11.98387625 C6_control_A1 +LQ01X035200 Golgin candidate 4 11.89515422 C6_control_A3 +LQ01X035200 Golgin candidate 4 12.24765435 C6_control_B1 +LQ01X035200 Golgin candidate 4 11.78160271 C6_control_B2 +LQ01X035200 Golgin candidate 4 12.03460943 C6_control_B3 +LQ01X035200 Golgin candidate 4 11.88068632 C6_control_C1 +LQ01X035200 Golgin candidate 4 12.04730019 C6_control_C2 +LQ01X035200 Golgin candidate 4 12.34942852 C6_control_C3 +LQ01X035200 Golgin candidate 4 11.94744643 C6_chemical_A1 +LQ01X035200 Golgin candidate 4 11.80574325 C6_chemical_A3 +LQ01X035200 Golgin candidate 4 11.96011222 C6_chemical_B1 +LQ01X035200 Golgin candidate 4 11.6637582 C6_chemical_B2 +LQ01X035200 Golgin candidate 4 11.92668728 C6_chemical_B3 +LQ01X035200 Golgin candidate 4 11.68919847 C6_chemical_C1 +LQ01X035200 Golgin candidate 4 11.8302328 C6_chemical_C2 +LQ01X035200 Golgin candidate 4 11.86943081 C6_chemical_C3 +LQ01X035200 Golgin candidate 4 11.60077411 L4_control_A1 +LQ01X035200 Golgin candidate 4 11.94981686 L4_control_A2 +LQ01X035200 Golgin candidate 4 11.88739676 L4_control_A3 +LQ01X035200 Golgin candidate 4 12.22775715 L4_control_B1 +LQ01X035200 Golgin candidate 4 12.2021757 L4_control_B2 +LQ01X035200 Golgin candidate 4 11.81304719 L4_control_B3 +LQ01X035200 Golgin candidate 4 12.21061585 L4_control_C2 +LQ01X035200 Golgin candidate 4 12.3950177 L4_control_C3 +LQ01X035200 Golgin candidate 4 11.70118692 L4_chemical_A1 +LQ01X035200 Golgin candidate 4 11.86494929 L4_chemical_A2 +LQ01X035200 Golgin candidate 4 11.81840484 L4_chemical_A3 +LQ01X035200 Golgin candidate 4 12.25456183 L4_chemical_B1 +LQ01X035200 Golgin candidate 4 12.34267333 L4_chemical_B2 +LQ01X035200 Golgin candidate 4 11.70799355 L4_chemical_B3 +LQ01X035200 Golgin candidate 4 12.40111075 L4_chemical_C2 +LQ01X035200 Golgin candidate 4 12.47207361 L4_chemical_C3 +LQ01X035210 Reticulon-like protein B5 14.0849317 C6_control_A1 +LQ01X035210 Reticulon-like protein B5 14.63592642 C6_control_A3 +LQ01X035210 Reticulon-like protein B5 14.35374647 C6_control_B1 +LQ01X035210 Reticulon-like protein B5 13.96541205 C6_control_B2 +LQ01X035210 Reticulon-like protein B5 14.47950043 C6_control_B3 +LQ01X035210 Reticulon-like protein B5 12.7388957 C6_control_C1 +LQ01X035210 Reticulon-like protein B5 13.12848743 C6_control_C2 +LQ01X035210 Reticulon-like protein B5 13.03351273 C6_control_C3 +LQ01X035210 Reticulon-like protein B5 13.81800912 C6_chemical_A1 +LQ01X035210 Reticulon-like protein B5 14.26673556 C6_chemical_A3 +LQ01X035210 Reticulon-like protein B5 14.23260597 C6_chemical_B1 +LQ01X035210 Reticulon-like protein B5 13.91232616 C6_chemical_B2 +LQ01X035210 Reticulon-like protein B5 14.08550653 C6_chemical_B3 +LQ01X035210 Reticulon-like protein B5 12.20237218 C6_chemical_C1 +LQ01X035210 Reticulon-like protein B5 12.56316048 C6_chemical_C2 +LQ01X035210 Reticulon-like protein B5 12.66229166 C6_chemical_C3 +LQ01X035210 Reticulon-like protein B5 14.07340326 L4_control_A1 +LQ01X035210 Reticulon-like protein B5 13.79828412 L4_control_A2 +LQ01X035210 Reticulon-like protein B5 13.68620738 L4_control_A3 +LQ01X035210 Reticulon-like protein B5 14.67741408 L4_control_B1 +LQ01X035210 Reticulon-like protein B5 14.44262149 L4_control_B2 +LQ01X035210 Reticulon-like protein B5 14.19474521 L4_control_B3 +LQ01X035210 Reticulon-like protein B5 12.95700895 L4_control_C2 +LQ01X035210 Reticulon-like protein B5 13.07140748 L4_control_C3 +LQ01X035210 Reticulon-like protein B5 13.62350358 L4_chemical_A1 +LQ01X035210 Reticulon-like protein B5 13.25104279 L4_chemical_A2 +LQ01X035210 Reticulon-like protein B5 13.59145683 L4_chemical_A3 +LQ01X035210 Reticulon-like protein B5 13.96547063 L4_chemical_B1 +LQ01X035210 Reticulon-like protein B5 14.07214905 L4_chemical_B2 +LQ01X035210 Reticulon-like protein B5 14.07126357 L4_chemical_B3 +LQ01X035210 Reticulon-like protein B5 12.92426536 L4_chemical_C2 +LQ01X035210 Reticulon-like protein B5 13.36653357 L4_chemical_C3 +LQ01X035270 Hypothetical protein 5.039738275 C6_control_A1 +LQ01X035270 Hypothetical protein 5.017688235 C6_control_A3 +LQ01X035270 Hypothetical protein 5.276192914 C6_control_B1 +LQ01X035270 Hypothetical protein 5.025111587 C6_control_B2 +LQ01X035270 Hypothetical protein 4.977333561 C6_control_B3 +LQ01X035270 Hypothetical protein 5.239949196 C6_control_C1 +LQ01X035270 Hypothetical protein 5.070138411 C6_control_C2 +LQ01X035270 Hypothetical protein 5.374249038 C6_control_C3 +LQ01X035270 Hypothetical protein 5.102265952 C6_chemical_A1 +LQ01X035270 Hypothetical protein 5.129720158 C6_chemical_A3 +LQ01X035270 Hypothetical protein 5.24067596 C6_chemical_B1 +LQ01X035270 Hypothetical protein 4.877442831 C6_chemical_B2 +LQ01X035270 Hypothetical protein 5.583549772 C6_chemical_B3 +LQ01X035270 Hypothetical protein 5.56220938 C6_chemical_C1 +LQ01X035270 Hypothetical protein 5.013142709 C6_chemical_C2 +LQ01X035270 Hypothetical protein 5.173808465 C6_chemical_C3 +LQ01X035270 Hypothetical protein 5.053904661 L4_control_A1 +LQ01X035270 Hypothetical protein 4.940043381 L4_control_A2 +LQ01X035270 Hypothetical protein 5.009733615 L4_control_A3 +LQ01X035270 Hypothetical protein 5.075427564 L4_control_B1 +LQ01X035270 Hypothetical protein 5.094092983 L4_control_B2 +LQ01X035270 Hypothetical protein 5.19983002 L4_control_B3 +LQ01X035270 Hypothetical protein 5.367262858 L4_control_C2 +LQ01X035270 Hypothetical protein 5.203502434 L4_control_C3 +LQ01X035270 Hypothetical protein 4.891424373 L4_chemical_A1 +LQ01X035270 Hypothetical protein 4.905902798 L4_chemical_A2 +LQ01X035270 Hypothetical protein 5.362477498 L4_chemical_A3 +LQ01X035270 Hypothetical protein 4.774315013 L4_chemical_B1 +LQ01X035270 Hypothetical protein 5.455973475 L4_chemical_B2 +LQ01X035270 Hypothetical protein 5.213402898 L4_chemical_B3 +LQ01X035270 Hypothetical protein 4.912733189 L4_chemical_C2 +LQ01X035270 Hypothetical protein 4.9355383 L4_chemical_C3 +LQ01X035310 Putative Proline iminopeptidase 12.09347281 C6_control_A1 +LQ01X035310 Putative Proline iminopeptidase 12.03416632 C6_control_A3 +LQ01X035310 Putative Proline iminopeptidase 11.48175008 C6_control_B1 +LQ01X035310 Putative Proline iminopeptidase 12.3154514 C6_control_B2 +LQ01X035310 Putative Proline iminopeptidase 11.85931819 C6_control_B3 +LQ01X035310 Putative Proline iminopeptidase 11.55190706 C6_control_C1 +LQ01X035310 Putative Proline iminopeptidase 12.43042683 C6_control_C2 +LQ01X035310 Putative Proline iminopeptidase 12.41688097 C6_control_C3 +LQ01X035310 Putative Proline iminopeptidase 12.2231635 C6_chemical_A1 +LQ01X035310 Putative Proline iminopeptidase 12.24008823 C6_chemical_A3 +LQ01X035310 Putative Proline iminopeptidase 11.58000892 C6_chemical_B1 +LQ01X035310 Putative Proline iminopeptidase 12.54361416 C6_chemical_B2 +LQ01X035310 Putative Proline iminopeptidase 11.61696561 C6_chemical_B3 +LQ01X035310 Putative Proline iminopeptidase 11.28783792 C6_chemical_C1 +LQ01X035310 Putative Proline iminopeptidase 12.38790615 C6_chemical_C2 +LQ01X035310 Putative Proline iminopeptidase 12.22948841 C6_chemical_C3 +LQ01X035310 Putative Proline iminopeptidase 12.24853258 L4_control_A1 +LQ01X035310 Putative Proline iminopeptidase 12.8118811 L4_control_A2 +LQ01X035310 Putative Proline iminopeptidase 12.43806489 L4_control_A3 +LQ01X035310 Putative Proline iminopeptidase 12.04491664 L4_control_B1 +LQ01X035310 Putative Proline iminopeptidase 12.57217339 L4_control_B2 +LQ01X035310 Putative Proline iminopeptidase 12.34021853 L4_control_B3 +LQ01X035310 Putative Proline iminopeptidase 12.27785069 L4_control_C2 +LQ01X035310 Putative Proline iminopeptidase 12.45723443 L4_control_C3 +LQ01X035310 Putative Proline iminopeptidase 12.371827 L4_chemical_A1 +LQ01X035310 Putative Proline iminopeptidase 13.04796584 L4_chemical_A2 +LQ01X035310 Putative Proline iminopeptidase 12.1499106 L4_chemical_A3 +LQ01X035310 Putative Proline iminopeptidase 11.79204549 L4_chemical_B1 +LQ01X035310 Putative Proline iminopeptidase 12.55547999 L4_chemical_B2 +LQ01X035310 Putative Proline iminopeptidase 12.38357623 L4_chemical_B3 +LQ01X035310 Putative Proline iminopeptidase 12.48716918 L4_chemical_C2 +LQ01X035310 Putative Proline iminopeptidase 12.37618099 L4_chemical_C3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.857089691 C6_control_A1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.07493037 C6_control_A3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.29154196 C6_control_B1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.29965939 C6_control_B2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.48513503 C6_control_B3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.6369561 C6_control_C1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 11.10261179 C6_control_C2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 11.47219229 C6_control_C3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.57099066 C6_chemical_A1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.14493586 C6_chemical_A3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.776379929 C6_chemical_B1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.872508621 C6_chemical_B2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.20018943 C6_chemical_B3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.26892272 C6_chemical_C1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 11.17030137 C6_chemical_C2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 11.41234103 C6_chemical_C3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.791128064 L4_control_A1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.40152051 L4_control_A2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.954986891 L4_control_A3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.57911996 L4_control_B1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.56732693 L4_control_B2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.31260586 L4_control_B3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 11.73769422 L4_control_C2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 11.79570864 L4_control_C3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.886748849 L4_chemical_A1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.730321195 L4_chemical_A2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.797660951 L4_chemical_A3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.50620989 L4_chemical_B1 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 10.07241689 L4_chemical_B2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.968399779 L4_chemical_B3 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 11.21557955 L4_chemical_C2 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 11.59212255 L4_chemical_C3 +LQ01X035340 Protein binding protein, putative 9.011297699 C6_control_A1 +LQ01X035340 Protein binding protein, putative 9.269707929 C6_control_A3 +LQ01X035340 Protein binding protein, putative 9.083834951 C6_control_B1 +LQ01X035340 Protein binding protein, putative 9.546616717 C6_control_B2 +LQ01X035340 Protein binding protein, putative 9.267300436 C6_control_B3 +LQ01X035340 Protein binding protein, putative 8.943451843 C6_control_C1 +LQ01X035340 Protein binding protein, putative 9.936630943 C6_control_C2 +LQ01X035340 Protein binding protein, putative 9.698735711 C6_control_C3 +LQ01X035340 Protein binding protein, putative 9.125732317 C6_chemical_A1 +LQ01X035340 Protein binding protein, putative 8.870713687 C6_chemical_A3 +LQ01X035340 Protein binding protein, putative 9.207519517 C6_chemical_B1 +LQ01X035340 Protein binding protein, putative 9.541556197 C6_chemical_B2 +LQ01X035340 Protein binding protein, putative 8.945637056 C6_chemical_B3 +LQ01X035340 Protein binding protein, putative 9.072778523 C6_chemical_C1 +LQ01X035340 Protein binding protein, putative 10.05345099 C6_chemical_C2 +LQ01X035340 Protein binding protein, putative 9.229988342 C6_chemical_C3 +LQ01X035340 Protein binding protein, putative 8.27664638 L4_control_A1 +LQ01X035340 Protein binding protein, putative 9.057353154 L4_control_A2 +LQ01X035340 Protein binding protein, putative 9.287537574 L4_control_A3 +LQ01X035340 Protein binding protein, putative 9.79648961 L4_control_B1 +LQ01X035340 Protein binding protein, putative 9.543089316 L4_control_B2 +LQ01X035340 Protein binding protein, putative 8.490275898 L4_control_B3 +LQ01X035340 Protein binding protein, putative 9.64497701 L4_control_C2 +LQ01X035340 Protein binding protein, putative 8.967739453 L4_control_C3 +LQ01X035340 Protein binding protein, putative 8.135617093 L4_chemical_A1 +LQ01X035340 Protein binding protein, putative 9.270650115 L4_chemical_A2 +LQ01X035340 Protein binding protein, putative 9.089462603 L4_chemical_A3 +LQ01X035340 Protein binding protein, putative 9.761380653 L4_chemical_B1 +LQ01X035340 Protein binding protein, putative 9.974697446 L4_chemical_B2 +LQ01X035340 Protein binding protein, putative 8.3116023 L4_chemical_B3 +LQ01X035340 Protein binding protein, putative 9.69607585 L4_chemical_C2 +LQ01X035340 Protein binding protein, putative 8.8904048 L4_chemical_C3 +LQ01X035370 Putative uncharacterized protein 12.29568495 C6_control_A1 +LQ01X035370 Putative uncharacterized protein 12.57966076 C6_control_A3 +LQ01X035370 Putative uncharacterized protein 11.9972014 C6_control_B1 +LQ01X035370 Putative uncharacterized protein 12.3078861 C6_control_B2 +LQ01X035370 Putative uncharacterized protein 12.11710344 C6_control_B3 +LQ01X035370 Putative uncharacterized protein 13.45485893 C6_control_C1 +LQ01X035370 Putative uncharacterized protein 13.19135619 C6_control_C2 +LQ01X035370 Putative uncharacterized protein 13.47147313 C6_control_C3 +LQ01X035370 Putative uncharacterized protein 12.04553771 C6_chemical_A1 +LQ01X035370 Putative uncharacterized protein 12.71971823 C6_chemical_A3 +LQ01X035370 Putative uncharacterized protein 12.13447526 C6_chemical_B1 +LQ01X035370 Putative uncharacterized protein 12.42860359 C6_chemical_B2 +LQ01X035370 Putative uncharacterized protein 12.46792529 C6_chemical_B3 +LQ01X035370 Putative uncharacterized protein 14.32362698 C6_chemical_C1 +LQ01X035370 Putative uncharacterized protein 13.99570142 C6_chemical_C2 +LQ01X035370 Putative uncharacterized protein 13.40113071 C6_chemical_C3 +LQ01X035370 Putative uncharacterized protein 12.8519878 L4_control_A1 +LQ01X035370 Putative uncharacterized protein 12.51767656 L4_control_A2 +LQ01X035370 Putative uncharacterized protein 12.76745589 L4_control_A3 +LQ01X035370 Putative uncharacterized protein 12.05824009 L4_control_B1 +LQ01X035370 Putative uncharacterized protein 11.86645282 L4_control_B2 +LQ01X035370 Putative uncharacterized protein 12.10747463 L4_control_B3 +LQ01X035370 Putative uncharacterized protein 12.02460935 L4_control_C2 +LQ01X035370 Putative uncharacterized protein 11.97148276 L4_control_C3 +LQ01X035370 Putative uncharacterized protein 14.04413885 L4_chemical_A1 +LQ01X035370 Putative uncharacterized protein 13.80310934 L4_chemical_A2 +LQ01X035370 Putative uncharacterized protein 13.51535833 L4_chemical_A3 +LQ01X035370 Putative uncharacterized protein 13.05992673 L4_chemical_B1 +LQ01X035370 Putative uncharacterized protein 12.41075289 L4_chemical_B2 +LQ01X035370 Putative uncharacterized protein 12.39294882 L4_chemical_B3 +LQ01X035370 Putative uncharacterized protein 11.39240309 L4_chemical_C2 +LQ01X035370 Putative uncharacterized protein 12.49101365 L4_chemical_C3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.839402207 C6_control_A1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 7.136046726 C6_control_A3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 5.964008149 C6_control_B1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 5.74104317 C6_control_B2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.416830847 C6_control_B3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 5.996879623 C6_control_C1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 5.634252447 C6_control_C2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 5.690469428 C6_control_C3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.525239246 C6_chemical_A1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.893982225 C6_chemical_A3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.451011479 C6_chemical_B1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.127424296 C6_chemical_B2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.49324648 C6_chemical_B3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.041199624 C6_chemical_C1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.216480998 C6_chemical_C2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.240003705 C6_chemical_C3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.526217233 L4_control_A1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.201686393 L4_control_A2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.351529787 L4_control_A3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.687380202 L4_control_B1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 5.937971035 L4_control_B2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.772220369 L4_control_B3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.55517733 L4_control_C2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 7.379643377 L4_control_C3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.670251111 L4_chemical_A1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.605453179 L4_chemical_A2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.509668749 L4_chemical_A3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.73112308 L4_chemical_B1 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 7.053330203 L4_chemical_B2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.703215875 L4_chemical_B3 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.719028858 L4_chemical_C2 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 7.10098795 L4_chemical_C3 +LQ01X035400 Predicted protein 10.17991168 C6_control_A1 +LQ01X035400 Predicted protein 9.714833313 C6_control_A3 +LQ01X035400 Predicted protein 10.50836759 C6_control_B1 +LQ01X035400 Predicted protein 11.30306774 C6_control_B2 +LQ01X035400 Predicted protein 10.98240748 C6_control_B3 +LQ01X035400 Predicted protein 12.66513446 C6_control_C1 +LQ01X035400 Predicted protein 12.38329804 C6_control_C2 +LQ01X035400 Predicted protein 12.82720414 C6_control_C3 +LQ01X035400 Predicted protein 10.35697293 C6_chemical_A1 +LQ01X035400 Predicted protein 10.25952815 C6_chemical_A3 +LQ01X035400 Predicted protein 10.8067611 C6_chemical_B1 +LQ01X035400 Predicted protein 11.35554459 C6_chemical_B2 +LQ01X035400 Predicted protein 10.9651393 C6_chemical_B3 +LQ01X035400 Predicted protein 12.47435675 C6_chemical_C1 +LQ01X035400 Predicted protein 12.74059906 C6_chemical_C2 +LQ01X035400 Predicted protein 12.58934682 C6_chemical_C3 +LQ01X035400 Predicted protein 9.802488327 L4_control_A1 +LQ01X035400 Predicted protein 9.758757247 L4_control_A2 +LQ01X035400 Predicted protein 9.818180798 L4_control_A3 +LQ01X035400 Predicted protein 10.85158535 L4_control_B1 +LQ01X035400 Predicted protein 9.889184953 L4_control_B2 +LQ01X035400 Predicted protein 11.71403306 L4_control_B3 +LQ01X035400 Predicted protein 12.03272167 L4_control_C2 +LQ01X035400 Predicted protein 11.91803817 L4_control_C3 +LQ01X035400 Predicted protein 10.7398496 L4_chemical_A1 +LQ01X035400 Predicted protein 10.7440944 L4_chemical_A2 +LQ01X035400 Predicted protein 9.793939556 L4_chemical_A3 +LQ01X035400 Predicted protein 10.45087204 L4_chemical_B1 +LQ01X035400 Predicted protein 10.07086691 L4_chemical_B2 +LQ01X035400 Predicted protein 10.85840685 L4_chemical_B3 +LQ01X035400 Predicted protein 12.2972884 L4_chemical_C2 +LQ01X035400 Predicted protein 11.71034996 L4_chemical_C3 +LQ01X035450 Putative uncharacterized protein 13.51182994 C6_control_A1 +LQ01X035450 Putative uncharacterized protein 13.238564 C6_control_A3 +LQ01X035450 Putative uncharacterized protein 13.6040557 C6_control_B1 +LQ01X035450 Putative uncharacterized protein 13.62119238 C6_control_B2 +LQ01X035450 Putative uncharacterized protein 13.68946588 C6_control_B3 +LQ01X035450 Putative uncharacterized protein 13.92365748 C6_control_C1 +LQ01X035450 Putative uncharacterized protein 13.88840409 C6_control_C2 +LQ01X035450 Putative uncharacterized protein 14.20941095 C6_control_C3 +LQ01X035450 Putative uncharacterized protein 13.25808813 C6_chemical_A1 +LQ01X035450 Putative uncharacterized protein 13.30107386 C6_chemical_A3 +LQ01X035450 Putative uncharacterized protein 13.55815458 C6_chemical_B1 +LQ01X035450 Putative uncharacterized protein 13.2076287 C6_chemical_B2 +LQ01X035450 Putative uncharacterized protein 13.64191401 C6_chemical_B3 +LQ01X035450 Putative uncharacterized protein 13.79334583 C6_chemical_C1 +LQ01X035450 Putative uncharacterized protein 13.50394714 C6_chemical_C2 +LQ01X035450 Putative uncharacterized protein 14.11101449 C6_chemical_C3 +LQ01X035450 Putative uncharacterized protein 13.62503958 L4_control_A1 +LQ01X035450 Putative uncharacterized protein 13.17794449 L4_control_A2 +LQ01X035450 Putative uncharacterized protein 13.11340535 L4_control_A3 +LQ01X035450 Putative uncharacterized protein 13.75207937 L4_control_B1 +LQ01X035450 Putative uncharacterized protein 13.53957606 L4_control_B2 +LQ01X035450 Putative uncharacterized protein 13.79513011 L4_control_B3 +LQ01X035450 Putative uncharacterized protein 13.79301415 L4_control_C2 +LQ01X035450 Putative uncharacterized protein 13.91812901 L4_control_C3 +LQ01X035450 Putative uncharacterized protein 13.7367855 L4_chemical_A1 +LQ01X035450 Putative uncharacterized protein 13.32585852 L4_chemical_A2 +LQ01X035450 Putative uncharacterized protein 13.2895741 L4_chemical_A3 +LQ01X035450 Putative uncharacterized protein 13.62652369 L4_chemical_B1 +LQ01X035450 Putative uncharacterized protein 13.46117857 L4_chemical_B2 +LQ01X035450 Putative uncharacterized protein 13.8799916 L4_chemical_B3 +LQ01X035450 Putative uncharacterized protein 13.8429972 L4_chemical_C2 +LQ01X035450 Putative uncharacterized protein 13.71737319 L4_chemical_C3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.70731396 C6_control_A1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 14.32710299 C6_control_A3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.72762216 C6_control_B1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.85700537 C6_control_B2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.97988963 C6_control_B3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.71430621 C6_control_C1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.64943701 C6_control_C2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.35225731 C6_control_C3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.72874088 C6_chemical_A1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.95144965 C6_chemical_A3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.94746598 C6_chemical_B1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 14.06851541 C6_chemical_B2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.726488 C6_chemical_B3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.57855798 C6_chemical_C1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.4594081 C6_chemical_C2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 12.80911803 C6_chemical_C3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.46051789 L4_control_A1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.58947094 L4_control_A2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.27782105 L4_control_A3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.94818042 L4_control_B1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 14.06712677 L4_control_B2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.72447958 L4_control_B3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.84289735 L4_control_C2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.96574169 L4_control_C3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 12.98453286 L4_chemical_A1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.20205387 L4_chemical_A2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 12.7955783 L4_chemical_A3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.79761278 L4_chemical_B1 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.88184621 L4_chemical_B2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.67030701 L4_chemical_B3 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.71949659 L4_chemical_C2 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.88171248 L4_chemical_C3 +LQ01X035470 Bmru protein, putative 5.628453224 C6_control_A1 +LQ01X035470 Bmru protein, putative 5.936610521 C6_control_A3 +LQ01X035470 Bmru protein, putative 5.795340303 C6_control_B1 +LQ01X035470 Bmru protein, putative 5.539190555 C6_control_B2 +LQ01X035470 Bmru protein, putative 5.934013381 C6_control_B3 +LQ01X035470 Bmru protein, putative 5.745178713 C6_control_C1 +LQ01X035470 Bmru protein, putative 6.398914495 C6_control_C2 +LQ01X035470 Bmru protein, putative 5.690233316 C6_control_C3 +LQ01X035470 Bmru protein, putative 5.522717849 C6_chemical_A1 +LQ01X035470 Bmru protein, putative 5.42149633 C6_chemical_A3 +LQ01X035470 Bmru protein, putative 5.555604992 C6_chemical_B1 +LQ01X035470 Bmru protein, putative 5.4855806 C6_chemical_B2 +LQ01X035470 Bmru protein, putative 5.793442041 C6_chemical_B3 +LQ01X035470 Bmru protein, putative 5.724558032 C6_chemical_C1 +LQ01X035470 Bmru protein, putative 5.924821407 C6_chemical_C2 +LQ01X035470 Bmru protein, putative 5.414400106 C6_chemical_C3 +LQ01X035470 Bmru protein, putative 5.162842185 L4_control_A1 +LQ01X035470 Bmru protein, putative 5.382942484 L4_control_A2 +LQ01X035470 Bmru protein, putative 5.397836874 L4_control_A3 +LQ01X035470 Bmru protein, putative 5.234201483 L4_control_B1 +LQ01X035470 Bmru protein, putative 5.44528946 L4_control_B2 +LQ01X035470 Bmru protein, putative 5.423289656 L4_control_B3 +LQ01X035470 Bmru protein, putative 5.260903325 L4_control_C2 +LQ01X035470 Bmru protein, putative 5.76638714 L4_control_C3 +LQ01X035470 Bmru protein, putative 5.331311794 L4_chemical_A1 +LQ01X035470 Bmru protein, putative 5.58811645 L4_chemical_A2 +LQ01X035470 Bmru protein, putative 5.300558866 L4_chemical_A3 +LQ01X035470 Bmru protein, putative 5.662271374 L4_chemical_B1 +LQ01X035470 Bmru protein, putative 5.959207267 L4_chemical_B2 +LQ01X035470 Bmru protein, putative 5.476034795 L4_chemical_B3 +LQ01X035470 Bmru protein, putative 5.332962399 L4_chemical_C2 +LQ01X035470 Bmru protein, putative 5.488103195 L4_chemical_C3 +LQ01X035490 CAAX prenyl protease 1 homolog 13.7711982 C6_control_A1 +LQ01X035490 CAAX prenyl protease 1 homolog 13.76692022 C6_control_A3 +LQ01X035490 CAAX prenyl protease 1 homolog 14.02840232 C6_control_B1 +LQ01X035490 CAAX prenyl protease 1 homolog 13.89970533 C6_control_B2 +LQ01X035490 CAAX prenyl protease 1 homolog 13.93770736 C6_control_B3 +LQ01X035490 CAAX prenyl protease 1 homolog 13.92562947 C6_control_C1 +LQ01X035490 CAAX prenyl protease 1 homolog 14.02613605 C6_control_C2 +LQ01X035490 CAAX prenyl protease 1 homolog 14.30851599 C6_control_C3 +LQ01X035490 CAAX prenyl protease 1 homolog 13.71413941 C6_chemical_A1 +LQ01X035490 CAAX prenyl protease 1 homolog 13.60976593 C6_chemical_A3 +LQ01X035490 CAAX prenyl protease 1 homolog 13.59760896 C6_chemical_B1 +LQ01X035490 CAAX prenyl protease 1 homolog 13.65431253 C6_chemical_B2 +LQ01X035490 CAAX prenyl protease 1 homolog 13.78331697 C6_chemical_B3 +LQ01X035490 CAAX prenyl protease 1 homolog 13.69515498 C6_chemical_C1 +LQ01X035490 CAAX prenyl protease 1 homolog 14.12501726 C6_chemical_C2 +LQ01X035490 CAAX prenyl protease 1 homolog 13.87234883 C6_chemical_C3 +LQ01X035490 CAAX prenyl protease 1 homolog 13.2842042 L4_control_A1 +LQ01X035490 CAAX prenyl protease 1 homolog 14.04949195 L4_control_A2 +LQ01X035490 CAAX prenyl protease 1 homolog 13.47943495 L4_control_A3 +LQ01X035490 CAAX prenyl protease 1 homolog 14.09204773 L4_control_B1 +LQ01X035490 CAAX prenyl protease 1 homolog 13.86764448 L4_control_B2 +LQ01X035490 CAAX prenyl protease 1 homolog 13.81764553 L4_control_B3 +LQ01X035490 CAAX prenyl protease 1 homolog 13.95146722 L4_control_C2 +LQ01X035490 CAAX prenyl protease 1 homolog 14.24251971 L4_control_C3 +LQ01X035490 CAAX prenyl protease 1 homolog 13.72755128 L4_chemical_A1 +LQ01X035490 CAAX prenyl protease 1 homolog 14.14471278 L4_chemical_A2 +LQ01X035490 CAAX prenyl protease 1 homolog 13.783364 L4_chemical_A3 +LQ01X035490 CAAX prenyl protease 1 homolog 14.18697221 L4_chemical_B1 +LQ01X035490 CAAX prenyl protease 1 homolog 14.06948176 L4_chemical_B2 +LQ01X035490 CAAX prenyl protease 1 homolog 13.85869358 L4_chemical_B3 +LQ01X035490 CAAX prenyl protease 1 homolog 14.0114722 L4_chemical_C2 +LQ01X035490 CAAX prenyl protease 1 homolog 14.1840066 L4_chemical_C3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.481652567 C6_control_A1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.429021692 C6_control_A3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.02283031 C6_control_B1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.406556015 C6_control_B2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.409941739 C6_control_B3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.699231109 C6_control_C1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.288440114 C6_control_C2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.462753366 C6_control_C3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.607651271 C6_chemical_A1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.648994688 C6_chemical_A3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.024425164 C6_chemical_B1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.520911452 C6_chemical_B2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.041382626 C6_chemical_B3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.601913796 C6_chemical_C1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.300900557 C6_chemical_C2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.72039297 C6_chemical_C3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.43358998 L4_control_A1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.622804383 L4_control_A2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.998479069 L4_control_A3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.128348821 L4_control_B1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.782768235 L4_control_B2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.685260032 L4_control_B3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.304909668 L4_control_C2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.449272784 L4_control_C3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.792125297 L4_chemical_A1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.930453865 L4_chemical_A2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.807630097 L4_chemical_A3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.296436454 L4_chemical_B1 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.834683873 L4_chemical_B2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.432179067 L4_chemical_B3 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.029637995 L4_chemical_C2 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 6.623452281 L4_chemical_C3 +LQ01X035510 Protein BPS1, chloroplastic 7.964370843 C6_control_A1 +LQ01X035510 Protein BPS1, chloroplastic 7.105012497 C6_control_A3 +LQ01X035510 Protein BPS1, chloroplastic 8.331091498 C6_control_B1 +LQ01X035510 Protein BPS1, chloroplastic 7.059459395 C6_control_B2 +LQ01X035510 Protein BPS1, chloroplastic 8.285255093 C6_control_B3 +LQ01X035510 Protein BPS1, chloroplastic 7.162256007 C6_control_C1 +LQ01X035510 Protein BPS1, chloroplastic 6.403249134 C6_control_C2 +LQ01X035510 Protein BPS1, chloroplastic 7.298263789 C6_control_C3 +LQ01X035510 Protein BPS1, chloroplastic 7.81264505 C6_chemical_A1 +LQ01X035510 Protein BPS1, chloroplastic 7.522049826 C6_chemical_A3 +LQ01X035510 Protein BPS1, chloroplastic 8.572388679 C6_chemical_B1 +LQ01X035510 Protein BPS1, chloroplastic 7.028909591 C6_chemical_B2 +LQ01X035510 Protein BPS1, chloroplastic 8.008659385 C6_chemical_B3 +LQ01X035510 Protein BPS1, chloroplastic 7.047717384 C6_chemical_C1 +LQ01X035510 Protein BPS1, chloroplastic 7.025996023 C6_chemical_C2 +LQ01X035510 Protein BPS1, chloroplastic 7.381367098 C6_chemical_C3 +LQ01X035510 Protein BPS1, chloroplastic 7.658545866 L4_control_A1 +LQ01X035510 Protein BPS1, chloroplastic 8.849037584 L4_control_A2 +LQ01X035510 Protein BPS1, chloroplastic 7.752857922 L4_control_A3 +LQ01X035510 Protein BPS1, chloroplastic 8.211813127 L4_control_B1 +LQ01X035510 Protein BPS1, chloroplastic 8.436989067 L4_control_B2 +LQ01X035510 Protein BPS1, chloroplastic 7.490126864 L4_control_B3 +LQ01X035510 Protein BPS1, chloroplastic 8.932800191 L4_control_C2 +LQ01X035510 Protein BPS1, chloroplastic 8.401197411 L4_control_C3 +LQ01X035510 Protein BPS1, chloroplastic 7.57645307 L4_chemical_A1 +LQ01X035510 Protein BPS1, chloroplastic 8.589423462 L4_chemical_A2 +LQ01X035510 Protein BPS1, chloroplastic 7.362938784 L4_chemical_A3 +LQ01X035510 Protein BPS1, chloroplastic 8.140435271 L4_chemical_B1 +LQ01X035510 Protein BPS1, chloroplastic 9.144020592 L4_chemical_B2 +LQ01X035510 Protein BPS1, chloroplastic 7.554376766 L4_chemical_B3 +LQ01X035510 Protein BPS1, chloroplastic 8.572145976 L4_chemical_C2 +LQ01X035510 Protein BPS1, chloroplastic 8.654117207 L4_chemical_C3 +LQ01X035520 Mitogen-activated protein kinase 4 5.752245938 C6_control_A1 +LQ01X035520 Mitogen-activated protein kinase 4 7.051027101 C6_control_A3 +LQ01X035520 Mitogen-activated protein kinase 4 5.463777596 C6_control_B1 +LQ01X035520 Mitogen-activated protein kinase 4 5.634834642 C6_control_B2 +LQ01X035520 Mitogen-activated protein kinase 4 5.675479962 C6_control_B3 +LQ01X035520 Mitogen-activated protein kinase 4 5.514347146 C6_control_C1 +LQ01X035520 Mitogen-activated protein kinase 4 6.702821493 C6_control_C2 +LQ01X035520 Mitogen-activated protein kinase 4 5.358967824 C6_control_C3 +LQ01X035520 Mitogen-activated protein kinase 4 5.765483811 C6_chemical_A1 +LQ01X035520 Mitogen-activated protein kinase 4 6.327896303 C6_chemical_A3 +LQ01X035520 Mitogen-activated protein kinase 4 5.109105213 C6_chemical_B1 +LQ01X035520 Mitogen-activated protein kinase 4 5.637245811 C6_chemical_B2 +LQ01X035520 Mitogen-activated protein kinase 4 5.299822167 C6_chemical_B3 +LQ01X035520 Mitogen-activated protein kinase 4 5.153203603 C6_chemical_C1 +LQ01X035520 Mitogen-activated protein kinase 4 5.774796631 C6_chemical_C2 +LQ01X035520 Mitogen-activated protein kinase 4 5.307436866 C6_chemical_C3 +LQ01X035520 Mitogen-activated protein kinase 4 5.565869032 L4_control_A1 +LQ01X035520 Mitogen-activated protein kinase 4 5.87568658 L4_control_A2 +LQ01X035520 Mitogen-activated protein kinase 4 5.921700922 L4_control_A3 +LQ01X035520 Mitogen-activated protein kinase 4 5.482533103 L4_control_B1 +LQ01X035520 Mitogen-activated protein kinase 4 6.144884016 L4_control_B2 +LQ01X035520 Mitogen-activated protein kinase 4 5.382445737 L4_control_B3 +LQ01X035520 Mitogen-activated protein kinase 4 6.301378827 L4_control_C2 +LQ01X035520 Mitogen-activated protein kinase 4 5.584280796 L4_control_C3 +LQ01X035520 Mitogen-activated protein kinase 4 5.75000175 L4_chemical_A1 +LQ01X035520 Mitogen-activated protein kinase 4 5.572970809 L4_chemical_A2 +LQ01X035520 Mitogen-activated protein kinase 4 5.359405548 L4_chemical_A3 +LQ01X035520 Mitogen-activated protein kinase 4 5.873801696 L4_chemical_B1 +LQ01X035520 Mitogen-activated protein kinase 4 5.478382302 L4_chemical_B2 +LQ01X035520 Mitogen-activated protein kinase 4 5.57067474 L4_chemical_B3 +LQ01X035520 Mitogen-activated protein kinase 4 6.106485965 L4_chemical_C2 +LQ01X035520 Mitogen-activated protein kinase 4 5.852455446 L4_chemical_C3 +LQ01X035530 Probable polygalacturonase 6.40606148 C6_control_A1 +LQ01X035530 Probable polygalacturonase 6.598443415 C6_control_A3 +LQ01X035530 Probable polygalacturonase 6.123427467 C6_control_B1 +LQ01X035530 Probable polygalacturonase 6.187769491 C6_control_B2 +LQ01X035530 Probable polygalacturonase 6.617928894 C6_control_B3 +LQ01X035530 Probable polygalacturonase 6.018866798 C6_control_C1 +LQ01X035530 Probable polygalacturonase 5.522361913 C6_control_C2 +LQ01X035530 Probable polygalacturonase 5.927359344 C6_control_C3 +LQ01X035530 Probable polygalacturonase 6.170677664 C6_chemical_A1 +LQ01X035530 Probable polygalacturonase 5.973966034 C6_chemical_A3 +LQ01X035530 Probable polygalacturonase 6.224242118 C6_chemical_B1 +LQ01X035530 Probable polygalacturonase 6.468565867 C6_chemical_B2 +LQ01X035530 Probable polygalacturonase 6.569487516 C6_chemical_B3 +LQ01X035530 Probable polygalacturonase 5.29960816 C6_chemical_C1 +LQ01X035530 Probable polygalacturonase 5.94234669 C6_chemical_C2 +LQ01X035530 Probable polygalacturonase 6.015206475 C6_chemical_C3 +LQ01X035530 Probable polygalacturonase 6.482244423 L4_control_A1 +LQ01X035530 Probable polygalacturonase 6.458215102 L4_control_A2 +LQ01X035530 Probable polygalacturonase 6.309772637 L4_control_A3 +LQ01X035530 Probable polygalacturonase 6.245045481 L4_control_B1 +LQ01X035530 Probable polygalacturonase 5.819670014 L4_control_B2 +LQ01X035530 Probable polygalacturonase 5.727803152 L4_control_B3 +LQ01X035530 Probable polygalacturonase 5.253924862 L4_control_C2 +LQ01X035530 Probable polygalacturonase 5.715372561 L4_control_C3 +LQ01X035530 Probable polygalacturonase 5.81276008 L4_chemical_A1 +LQ01X035530 Probable polygalacturonase 6.195849089 L4_chemical_A2 +LQ01X035530 Probable polygalacturonase 6.644098487 L4_chemical_A3 +LQ01X035530 Probable polygalacturonase 6.029422796 L4_chemical_B1 +LQ01X035530 Probable polygalacturonase 5.586163834 L4_chemical_B2 +LQ01X035530 Probable polygalacturonase 6.305156563 L4_chemical_B3 +LQ01X035530 Probable polygalacturonase 5.674667823 L4_chemical_C2 +LQ01X035530 Probable polygalacturonase 5.432997648 L4_chemical_C3 +LQ01X035590 Predicted protein 5.470470284 C6_control_A1 +LQ01X035590 Predicted protein 5.362088667 C6_control_A3 +LQ01X035590 Predicted protein 5.576433661 C6_control_B1 +LQ01X035590 Predicted protein 5.379718668 C6_control_B2 +LQ01X035590 Predicted protein 5.587714332 C6_control_B3 +LQ01X035590 Predicted protein 5.334922323 C6_control_C1 +LQ01X035590 Predicted protein 5.415823799 C6_control_C2 +LQ01X035590 Predicted protein 5.350559357 C6_control_C3 +LQ01X035590 Predicted protein 5.743454526 C6_chemical_A1 +LQ01X035590 Predicted protein 5.491429081 C6_chemical_A3 +LQ01X035590 Predicted protein 5.201517332 C6_chemical_B1 +LQ01X035590 Predicted protein 5.225084651 C6_chemical_B2 +LQ01X035590 Predicted protein 4.853056452 C6_chemical_B3 +LQ01X035590 Predicted protein 5.28397143 C6_chemical_C1 +LQ01X035590 Predicted protein 5.624324904 C6_chemical_C2 +LQ01X035590 Predicted protein 5.090125991 C6_chemical_C3 +LQ01X035590 Predicted protein 5.366081055 L4_control_A1 +LQ01X035590 Predicted protein 5.320699851 L4_control_A2 +LQ01X035590 Predicted protein 5.997483615 L4_control_A3 +LQ01X035590 Predicted protein 5.403029491 L4_control_B1 +LQ01X035590 Predicted protein 4.905596231 L4_control_B2 +LQ01X035590 Predicted protein 5.063563459 L4_control_B3 +LQ01X035590 Predicted protein 5.849098988 L4_control_C2 +LQ01X035590 Predicted protein 5.932649172 L4_control_C3 +LQ01X035590 Predicted protein 5.302893731 L4_chemical_A1 +LQ01X035590 Predicted protein 5.476713922 L4_chemical_A2 +LQ01X035590 Predicted protein 5.478909308 L4_chemical_A3 +LQ01X035590 Predicted protein 5.289698491 L4_chemical_B1 +LQ01X035590 Predicted protein 5.254196184 L4_chemical_B2 +LQ01X035590 Predicted protein 5.330647052 L4_chemical_B3 +LQ01X035590 Predicted protein 5.735238331 L4_chemical_C2 +LQ01X035590 Predicted protein 5.706190168 L4_chemical_C3 +LQ01X035600 Predicted protein 10.25163243 C6_control_A1 +LQ01X035600 Predicted protein 10.25737033 C6_control_A3 +LQ01X035600 Predicted protein 10.69705382 C6_control_B1 +LQ01X035600 Predicted protein 9.895464975 C6_control_B2 +LQ01X035600 Predicted protein 10.84793319 C6_control_B3 +LQ01X035600 Predicted protein 9.004352425 C6_control_C1 +LQ01X035600 Predicted protein 8.557390096 C6_control_C2 +LQ01X035600 Predicted protein 8.530112123 C6_control_C3 +LQ01X035600 Predicted protein 10.56321301 C6_chemical_A1 +LQ01X035600 Predicted protein 10.99111392 C6_chemical_A3 +LQ01X035600 Predicted protein 11.40691788 C6_chemical_B1 +LQ01X035600 Predicted protein 9.789182226 C6_chemical_B2 +LQ01X035600 Predicted protein 11.07405927 C6_chemical_B3 +LQ01X035600 Predicted protein 9.015356178 C6_chemical_C1 +LQ01X035600 Predicted protein 8.415118059 C6_chemical_C2 +LQ01X035600 Predicted protein 8.725424172 C6_chemical_C3 +LQ01X035600 Predicted protein 10.05629557 L4_control_A1 +LQ01X035600 Predicted protein 10.41247393 L4_control_A2 +LQ01X035600 Predicted protein 10.92931027 L4_control_A3 +LQ01X035600 Predicted protein 11.63873146 L4_control_B1 +LQ01X035600 Predicted protein 11.81508947 L4_control_B2 +LQ01X035600 Predicted protein 9.34789307 L4_control_B3 +LQ01X035600 Predicted protein 9.327550287 L4_control_C2 +LQ01X035600 Predicted protein 9.103239638 L4_control_C3 +LQ01X035600 Predicted protein 11.74747349 L4_chemical_A1 +LQ01X035600 Predicted protein 12.29922352 L4_chemical_A2 +LQ01X035600 Predicted protein 11.24506801 L4_chemical_A3 +LQ01X035600 Predicted protein 12.40019446 L4_chemical_B1 +LQ01X035600 Predicted protein 12.32894989 L4_chemical_B2 +LQ01X035600 Predicted protein 11.41917155 L4_chemical_B3 +LQ01X035600 Predicted protein 9.454228181 L4_chemical_C2 +LQ01X035600 Predicted protein 9.408010752 L4_chemical_C3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.06434657 C6_control_A1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 11.72341687 C6_control_A3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.09411813 C6_control_B1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.91730674 C6_control_B2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.31505856 C6_control_B3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.26620379 C6_control_C1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.44520204 C6_control_C2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.22616854 C6_control_C3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.46338376 C6_chemical_A1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.05928351 C6_chemical_A3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.30430202 C6_chemical_B1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.06717664 C6_chemical_B2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.47789489 C6_chemical_B3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.33835429 C6_chemical_C1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.42702513 C6_chemical_C2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.8040557 C6_chemical_C3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.0045345 L4_control_A1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.38927105 L4_control_A2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.43658921 L4_control_A3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.91925568 L4_control_B1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.32227736 L4_control_B2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.95472424 L4_control_B3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.8327027 L4_control_C2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.62085259 L4_control_C3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.16298624 L4_chemical_A1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.53886849 L4_chemical_A2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.27345814 L4_chemical_A3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.96377567 L4_chemical_B1 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.87089868 L4_chemical_B2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.5187696 L4_chemical_B3 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 13.18475347 L4_chemical_C2 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.97421511 L4_chemical_C3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.90533106 C6_control_A1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.255116 C6_control_A3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.17947986 C6_control_B1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.85864644 C6_control_B2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 13.02238969 C6_control_B3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.99428165 C6_control_C1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.64016812 C6_control_C2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 13.00224982 C6_control_C3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.94732339 C6_chemical_A1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.80749672 C6_chemical_A3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.32930526 C6_chemical_B1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.73728604 C6_chemical_B2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 13.0950966 C6_chemical_B3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.96840342 C6_chemical_C1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.97095626 C6_chemical_C2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.83636315 C6_chemical_C3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.4832469 L4_control_A1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.90381289 L4_control_A2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.20579007 L4_control_A3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.66212025 L4_control_B1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.66039441 L4_control_B2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.29171561 L4_control_B3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.72108252 L4_control_C2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.82092678 L4_control_C3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.30052361 L4_chemical_A1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.01520306 L4_chemical_A2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.09197556 L4_chemical_A3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.28288368 L4_chemical_B1 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.9768459 L4_chemical_B2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 12.50289563 L4_chemical_B3 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.67430627 L4_chemical_C2 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.82938086 L4_chemical_C3 +LQ01X035680 Syntaxin-71 4.936657134 C6_control_A1 +LQ01X035680 Syntaxin-71 4.785309409 C6_control_A3 +LQ01X035680 Syntaxin-71 5.108893439 C6_control_B1 +LQ01X035680 Syntaxin-71 5.079093103 C6_control_B2 +LQ01X035680 Syntaxin-71 5.386216512 C6_control_B3 +LQ01X035680 Syntaxin-71 5.10857444 C6_control_C1 +LQ01X035680 Syntaxin-71 4.947705968 C6_control_C2 +LQ01X035680 Syntaxin-71 4.894393181 C6_control_C3 +LQ01X035680 Syntaxin-71 5.019833423 C6_chemical_A1 +LQ01X035680 Syntaxin-71 5.103722147 C6_chemical_A3 +LQ01X035680 Syntaxin-71 5.488064245 C6_chemical_B1 +LQ01X035680 Syntaxin-71 5.144092337 C6_chemical_B2 +LQ01X035680 Syntaxin-71 5.090865431 C6_chemical_B3 +LQ01X035680 Syntaxin-71 4.944360799 C6_chemical_C1 +LQ01X035680 Syntaxin-71 5.092730133 C6_chemical_C2 +LQ01X035680 Syntaxin-71 4.84326322 C6_chemical_C3 +LQ01X035680 Syntaxin-71 5.051904988 L4_control_A1 +LQ01X035680 Syntaxin-71 4.951811099 L4_control_A2 +LQ01X035680 Syntaxin-71 5.139918883 L4_control_A3 +LQ01X035680 Syntaxin-71 5.602181347 L4_control_B1 +LQ01X035680 Syntaxin-71 4.945393859 L4_control_B2 +LQ01X035680 Syntaxin-71 5.033984068 L4_control_B3 +LQ01X035680 Syntaxin-71 5.431318561 L4_control_C2 +LQ01X035680 Syntaxin-71 5.747393075 L4_control_C3 +LQ01X035680 Syntaxin-71 4.938589995 L4_chemical_A1 +LQ01X035680 Syntaxin-71 5.023274779 L4_chemical_A2 +LQ01X035680 Syntaxin-71 5.187773164 L4_chemical_A3 +LQ01X035680 Syntaxin-71 5.320875486 L4_chemical_B1 +LQ01X035680 Syntaxin-71 5.103995544 L4_chemical_B2 +LQ01X035680 Syntaxin-71 4.96296267 L4_chemical_B3 +LQ01X035680 Syntaxin-71 5.530362988 L4_chemical_C2 +LQ01X035680 Syntaxin-71 6.727278344 L4_chemical_C3 +LQ01X035720 Protein binding protein, putative 12.15874045 C6_control_A1 +LQ01X035720 Protein binding protein, putative 11.88814475 C6_control_A3 +LQ01X035720 Protein binding protein, putative 12.10441322 C6_control_B1 +LQ01X035720 Protein binding protein, putative 11.92343813 C6_control_B2 +LQ01X035720 Protein binding protein, putative 12.30825223 C6_control_B3 +LQ01X035720 Protein binding protein, putative 12.49565813 C6_control_C1 +LQ01X035720 Protein binding protein, putative 12.52182048 C6_control_C2 +LQ01X035720 Protein binding protein, putative 12.55150788 C6_control_C3 +LQ01X035720 Protein binding protein, putative 11.8909916 C6_chemical_A1 +LQ01X035720 Protein binding protein, putative 11.92750226 C6_chemical_A3 +LQ01X035720 Protein binding protein, putative 12.04188533 C6_chemical_B1 +LQ01X035720 Protein binding protein, putative 11.9269269 C6_chemical_B2 +LQ01X035720 Protein binding protein, putative 12.28573056 C6_chemical_B3 +LQ01X035720 Protein binding protein, putative 12.21910147 C6_chemical_C1 +LQ01X035720 Protein binding protein, putative 12.2404246 C6_chemical_C2 +LQ01X035720 Protein binding protein, putative 12.68717099 C6_chemical_C3 +LQ01X035720 Protein binding protein, putative 11.97022379 L4_control_A1 +LQ01X035720 Protein binding protein, putative 12.00020565 L4_control_A2 +LQ01X035720 Protein binding protein, putative 12.91271903 L4_control_A3 +LQ01X035720 Protein binding protein, putative 12.32915661 L4_control_B1 +LQ01X035720 Protein binding protein, putative 12.05903679 L4_control_B2 +LQ01X035720 Protein binding protein, putative 12.65690644 L4_control_B3 +LQ01X035720 Protein binding protein, putative 12.97076386 L4_control_C2 +LQ01X035720 Protein binding protein, putative 12.9474259 L4_control_C3 +LQ01X035720 Protein binding protein, putative 11.9394256 L4_chemical_A1 +LQ01X035720 Protein binding protein, putative 12.11984574 L4_chemical_A2 +LQ01X035720 Protein binding protein, putative 12.85774998 L4_chemical_A3 +LQ01X035720 Protein binding protein, putative 12.17417566 L4_chemical_B1 +LQ01X035720 Protein binding protein, putative 12.12278902 L4_chemical_B2 +LQ01X035720 Protein binding protein, putative 12.17423006 L4_chemical_B3 +LQ01X035720 Protein binding protein, putative 12.83219669 L4_chemical_C2 +LQ01X035720 Protein binding protein, putative 12.69947586 L4_chemical_C3 +LQ01X035750 Putative uncharacterized protein 10.06413939 C6_control_A1 +LQ01X035750 Putative uncharacterized protein 10.51740262 C6_control_A3 +LQ01X035750 Putative uncharacterized protein 9.861884706 C6_control_B1 +LQ01X035750 Putative uncharacterized protein 9.739218949 C6_control_B2 +LQ01X035750 Putative uncharacterized protein 9.329236224 C6_control_B3 +LQ01X035750 Putative uncharacterized protein 10.21495591 C6_control_C1 +LQ01X035750 Putative uncharacterized protein 10.37892864 C6_control_C2 +LQ01X035750 Putative uncharacterized protein 9.993101442 C6_control_C3 +LQ01X035750 Putative uncharacterized protein 9.999285447 C6_chemical_A1 +LQ01X035750 Putative uncharacterized protein 10.25163113 C6_chemical_A3 +LQ01X035750 Putative uncharacterized protein 9.563583705 C6_chemical_B1 +LQ01X035750 Putative uncharacterized protein 9.892809218 C6_chemical_B2 +LQ01X035750 Putative uncharacterized protein 9.154382901 C6_chemical_B3 +LQ01X035750 Putative uncharacterized protein 10.31998286 C6_chemical_C1 +LQ01X035750 Putative uncharacterized protein 10.33117316 C6_chemical_C2 +LQ01X035750 Putative uncharacterized protein 9.772009213 C6_chemical_C3 +LQ01X035750 Putative uncharacterized protein 10.54847672 L4_control_A1 +LQ01X035750 Putative uncharacterized protein 10.06439048 L4_control_A2 +LQ01X035750 Putative uncharacterized protein 10.08244227 L4_control_A3 +LQ01X035750 Putative uncharacterized protein 9.97306765 L4_control_B1 +LQ01X035750 Putative uncharacterized protein 9.828883786 L4_control_B2 +LQ01X035750 Putative uncharacterized protein 9.77597221 L4_control_B3 +LQ01X035750 Putative uncharacterized protein 10.35881074 L4_control_C2 +LQ01X035750 Putative uncharacterized protein 10.13193278 L4_control_C3 +LQ01X035750 Putative uncharacterized protein 10.24657387 L4_chemical_A1 +LQ01X035750 Putative uncharacterized protein 9.581959852 L4_chemical_A2 +LQ01X035750 Putative uncharacterized protein 9.408418574 L4_chemical_A3 +LQ01X035750 Putative uncharacterized protein 9.813388147 L4_chemical_B1 +LQ01X035750 Putative uncharacterized protein 9.933838571 L4_chemical_B2 +LQ01X035750 Putative uncharacterized protein 9.675290867 L4_chemical_B3 +LQ01X035750 Putative uncharacterized protein 10.59216797 L4_chemical_C2 +LQ01X035750 Putative uncharacterized protein 10.31802046 L4_chemical_C3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.50791028 C6_control_A1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.25357957 C6_control_A3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.23923984 C6_control_B1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.78539427 C6_control_B2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.70065961 C6_control_B3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.54139997 C6_control_C1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.51918062 C6_control_C2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.68096801 C6_control_C3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.24104338 C6_chemical_A1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.17446611 C6_chemical_A3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.19466114 C6_chemical_B1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.63602731 C6_chemical_B2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.72887127 C6_chemical_B3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.19723144 C6_chemical_C1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.48571535 C6_chemical_C2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.64188686 C6_chemical_C3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.45219858 L4_control_A1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.20716453 L4_control_A2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.25196559 L4_control_A3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.40400868 L4_control_B1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.9625086 L4_control_B2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.79703832 L4_control_B3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.69528841 L4_control_C2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.34627164 L4_control_C3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.12516492 L4_chemical_A1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.26585131 L4_chemical_A2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.49821091 L4_chemical_A3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.22402354 L4_chemical_B1 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.33250763 L4_chemical_B2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 12.09196127 L4_chemical_B3 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.60565181 L4_chemical_C2 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 13.387831 L4_chemical_C3 +LQ01X035770 ATP-dependent helicase BRM 11.51951653 C6_control_A1 +LQ01X035770 ATP-dependent helicase BRM 11.03418789 C6_control_A3 +LQ01X035770 ATP-dependent helicase BRM 11.31850078 C6_control_B1 +LQ01X035770 ATP-dependent helicase BRM 10.89243319 C6_control_B2 +LQ01X035770 ATP-dependent helicase BRM 11.18133378 C6_control_B3 +LQ01X035770 ATP-dependent helicase BRM 11.57112226 C6_control_C1 +LQ01X035770 ATP-dependent helicase BRM 10.97524391 C6_control_C2 +LQ01X035770 ATP-dependent helicase BRM 11.16161702 C6_control_C3 +LQ01X035770 ATP-dependent helicase BRM 11.57662225 C6_chemical_A1 +LQ01X035770 ATP-dependent helicase BRM 11.50690608 C6_chemical_A3 +LQ01X035770 ATP-dependent helicase BRM 11.5632882 C6_chemical_B1 +LQ01X035770 ATP-dependent helicase BRM 10.74825694 C6_chemical_B2 +LQ01X035770 ATP-dependent helicase BRM 11.25779721 C6_chemical_B3 +LQ01X035770 ATP-dependent helicase BRM 11.53353847 C6_chemical_C1 +LQ01X035770 ATP-dependent helicase BRM 10.91280148 C6_chemical_C2 +LQ01X035770 ATP-dependent helicase BRM 11.26121794 C6_chemical_C3 +LQ01X035770 ATP-dependent helicase BRM 11.66348872 L4_control_A1 +LQ01X035770 ATP-dependent helicase BRM 11.8076228 L4_control_A2 +LQ01X035770 ATP-dependent helicase BRM 12.02177568 L4_control_A3 +LQ01X035770 ATP-dependent helicase BRM 11.27421274 L4_control_B1 +LQ01X035770 ATP-dependent helicase BRM 11.64389945 L4_control_B2 +LQ01X035770 ATP-dependent helicase BRM 11.71414148 L4_control_B3 +LQ01X035770 ATP-dependent helicase BRM 11.78658817 L4_control_C2 +LQ01X035770 ATP-dependent helicase BRM 12.12842675 L4_control_C3 +LQ01X035770 ATP-dependent helicase BRM 11.51244047 L4_chemical_A1 +LQ01X035770 ATP-dependent helicase BRM 11.67422151 L4_chemical_A2 +LQ01X035770 ATP-dependent helicase BRM 11.79286657 L4_chemical_A3 +LQ01X035770 ATP-dependent helicase BRM 11.43770053 L4_chemical_B1 +LQ01X035770 ATP-dependent helicase BRM 11.68072006 L4_chemical_B2 +LQ01X035770 ATP-dependent helicase BRM 11.22938137 L4_chemical_B3 +LQ01X035770 ATP-dependent helicase BRM 11.81519233 L4_chemical_C2 +LQ01X035770 ATP-dependent helicase BRM 11.98545004 L4_chemical_C3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.808396309 C6_control_A1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.813294963 C6_control_A3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.936524743 C6_control_B1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.490537927 C6_control_B2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 6.001844778 C6_control_B3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.621021149 C6_control_C1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.91408117 C6_control_C2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.248583939 C6_control_C3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.67671552 C6_chemical_A1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.738707472 C6_chemical_A3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.144924492 C6_chemical_B1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.707480171 C6_chemical_B2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.183683657 C6_chemical_B3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.619466015 C6_chemical_C1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.848526162 C6_chemical_C2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.404386828 C6_chemical_C3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.37752991 L4_control_A1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.834592563 L4_control_A2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.252472867 L4_control_A3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 6.059309195 L4_control_B1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 6.192373916 L4_control_B2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.7107538 L4_control_B3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.877615206 L4_control_C2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.1065057 L4_control_C3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.320359131 L4_chemical_A1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.428528187 L4_chemical_A2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.295101449 L4_chemical_A3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 6.099695312 L4_chemical_B1 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 6.679181196 L4_chemical_B2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.428432395 L4_chemical_B3 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.028782221 L4_chemical_C2 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.460435013 L4_chemical_C3 +LQ01X035820 Predicted protein 12.52797432 C6_control_A1 +LQ01X035820 Predicted protein 13.04276736 C6_control_A3 +LQ01X035820 Predicted protein 12.73345128 C6_control_B1 +LQ01X035820 Predicted protein 13.0608459 C6_control_B2 +LQ01X035820 Predicted protein 13.1679456 C6_control_B3 +LQ01X035820 Predicted protein 13.01901093 C6_control_C1 +LQ01X035820 Predicted protein 13.48408746 C6_control_C2 +LQ01X035820 Predicted protein 13.67738913 C6_control_C3 +LQ01X035820 Predicted protein 12.42187792 C6_chemical_A1 +LQ01X035820 Predicted protein 13.19933575 C6_chemical_A3 +LQ01X035820 Predicted protein 12.58963921 C6_chemical_B1 +LQ01X035820 Predicted protein 12.92350468 C6_chemical_B2 +LQ01X035820 Predicted protein 13.15953078 C6_chemical_B3 +LQ01X035820 Predicted protein 12.80733392 C6_chemical_C1 +LQ01X035820 Predicted protein 13.1627511 C6_chemical_C2 +LQ01X035820 Predicted protein 13.75555554 C6_chemical_C3 +LQ01X035820 Predicted protein 12.90273651 L4_control_A1 +LQ01X035820 Predicted protein 12.74004933 L4_control_A2 +LQ01X035820 Predicted protein 13.46451745 L4_control_A3 +LQ01X035820 Predicted protein 13.1909151 L4_control_B1 +LQ01X035820 Predicted protein 12.84183707 L4_control_B2 +LQ01X035820 Predicted protein 13.30462264 L4_control_B3 +LQ01X035820 Predicted protein 13.35574135 L4_control_C2 +LQ01X035820 Predicted protein 13.72315334 L4_control_C3 +LQ01X035820 Predicted protein 13.27801698 L4_chemical_A1 +LQ01X035820 Predicted protein 13.00198316 L4_chemical_A2 +LQ01X035820 Predicted protein 13.60518292 L4_chemical_A3 +LQ01X035820 Predicted protein 13.06965547 L4_chemical_B1 +LQ01X035820 Predicted protein 12.58999292 L4_chemical_B2 +LQ01X035820 Predicted protein 13.23127209 L4_chemical_B3 +LQ01X035820 Predicted protein 12.89810139 L4_chemical_C2 +LQ01X035820 Predicted protein 13.42737121 L4_chemical_C3 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.03959431 C6_control_A1 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.04135943 C6_control_A3 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.43663397 C6_control_B1 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.50240779 C6_control_B2 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.68340215 C6_control_B3 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.67952478 C6_control_C1 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.49974261 C6_control_C2 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.74220705 C6_control_C3 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.02207723 C6_chemical_A1 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.34340529 C6_chemical_A3 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.54104954 C6_chemical_B1 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.17197091 C6_chemical_B2 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.44602769 C6_chemical_B3 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.42703849 C6_chemical_C1 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.43966542 C6_chemical_C2 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.23617812 C6_chemical_C3 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.12764953 L4_control_A1 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.28582016 L4_control_A2 +LQ01X035850 Probable anion transporter 2, chloroplastic 12.94842746 L4_control_A3 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.8490078 L4_control_B1 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.6869004 L4_control_B2 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.11602554 L4_control_B3 +LQ01X035850 Probable anion transporter 2, chloroplastic 15.05478105 L4_control_C2 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.57973188 L4_control_C3 +LQ01X035850 Probable anion transporter 2, chloroplastic 12.80319547 L4_chemical_A1 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.24162326 L4_chemical_A2 +LQ01X035850 Probable anion transporter 2, chloroplastic 12.83942086 L4_chemical_A3 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.57362095 L4_chemical_B1 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.64422652 L4_chemical_B2 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.32120758 L4_chemical_B3 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.799412 L4_chemical_C2 +LQ01X035850 Probable anion transporter 2, chloroplastic 14.941681 L4_chemical_C3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.52975528 C6_control_A1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.93144206 C6_control_A3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.62478169 C6_control_B1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 15.30679751 C6_control_B2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.97879894 C6_control_B3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.46338854 C6_control_C1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.48280004 C6_control_C2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.46665102 C6_control_C3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.51161822 C6_chemical_A1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.24375926 C6_chemical_A3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 15.09030604 C6_chemical_B1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.75147011 C6_chemical_B2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.65994618 C6_chemical_B3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.27433105 C6_chemical_C1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.23064756 C6_chemical_C2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.05371497 C6_chemical_C3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.28765379 L4_control_A1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.67982457 L4_control_A2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.21808386 L4_control_A3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 15.10641154 L4_control_B1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.83867961 L4_control_B2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.4368593 L4_control_B3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 12.98829788 L4_control_C2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.94067097 L4_control_C3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.29496307 L4_chemical_A1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 15.05494847 L4_chemical_A2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.18386229 L4_chemical_A3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.83983885 L4_chemical_B1 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.92636617 L4_chemical_B2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 15.14702598 L4_chemical_B3 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.86405366 L4_chemical_C2 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 13.80411826 L4_chemical_C3 +LQ01X035870 Aquaporin PIP1-2 12.79611957 C6_control_A1 +LQ01X035870 Aquaporin PIP1-2 13.13541408 C6_control_A3 +LQ01X035870 Aquaporin PIP1-2 13.05604535 C6_control_B1 +LQ01X035870 Aquaporin PIP1-2 13.77171383 C6_control_B2 +LQ01X035870 Aquaporin PIP1-2 13.71214305 C6_control_B3 +LQ01X035870 Aquaporin PIP1-2 11.60067144 C6_control_C1 +LQ01X035870 Aquaporin PIP1-2 11.76690511 C6_control_C2 +LQ01X035870 Aquaporin PIP1-2 11.98853152 C6_control_C3 +LQ01X035870 Aquaporin PIP1-2 12.89284848 C6_chemical_A1 +LQ01X035870 Aquaporin PIP1-2 13.54875948 C6_chemical_A3 +LQ01X035870 Aquaporin PIP1-2 13.00049123 C6_chemical_B1 +LQ01X035870 Aquaporin PIP1-2 13.55409112 C6_chemical_B2 +LQ01X035870 Aquaporin PIP1-2 13.52843546 C6_chemical_B3 +LQ01X035870 Aquaporin PIP1-2 11.70670441 C6_chemical_C1 +LQ01X035870 Aquaporin PIP1-2 11.32879945 C6_chemical_C2 +LQ01X035870 Aquaporin PIP1-2 11.49228671 C6_chemical_C3 +LQ01X035870 Aquaporin PIP1-2 13.24554656 L4_control_A1 +LQ01X035870 Aquaporin PIP1-2 13.71710408 L4_control_A2 +LQ01X035870 Aquaporin PIP1-2 14.45683153 L4_control_A3 +LQ01X035870 Aquaporin PIP1-2 13.64557549 L4_control_B1 +LQ01X035870 Aquaporin PIP1-2 13.21182767 L4_control_B2 +LQ01X035870 Aquaporin PIP1-2 14.32456619 L4_control_B3 +LQ01X035870 Aquaporin PIP1-2 11.09129641 L4_control_C2 +LQ01X035870 Aquaporin PIP1-2 12.540524 L4_control_C3 +LQ01X035870 Aquaporin PIP1-2 12.550692 L4_chemical_A1 +LQ01X035870 Aquaporin PIP1-2 13.64699107 L4_chemical_A2 +LQ01X035870 Aquaporin PIP1-2 13.70405949 L4_chemical_A3 +LQ01X035870 Aquaporin PIP1-2 12.91604415 L4_chemical_B1 +LQ01X035870 Aquaporin PIP1-2 13.19094257 L4_chemical_B2 +LQ01X035870 Aquaporin PIP1-2 13.9757329 L4_chemical_B3 +LQ01X035870 Aquaporin PIP1-2 11.45086408 L4_chemical_C2 +LQ01X035870 Aquaporin PIP1-2 12.3376541 L4_chemical_C3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.734053126 C6_control_A1 +LQ01X035890 Minor histocompatibility antigen H13, putative 6.681832693 C6_control_A3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.65498848 C6_control_B1 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.356716039 C6_control_B2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.385180659 C6_control_B3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.271697411 C6_control_C1 +LQ01X035890 Minor histocompatibility antigen H13, putative 6.481306151 C6_control_C2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.238205582 C6_control_C3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.466895008 C6_chemical_A1 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.660103578 C6_chemical_A3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.585754373 C6_chemical_B1 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.63146676 C6_chemical_B2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.254606386 C6_chemical_B3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.129636636 C6_chemical_C1 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.520996885 C6_chemical_C2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.579809693 C6_chemical_C3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.713060822 L4_control_A1 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.333401034 L4_control_A2 +LQ01X035890 Minor histocompatibility antigen H13, putative 6.32784212 L4_control_A3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.246530302 L4_control_B1 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.606613724 L4_control_B2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.732485887 L4_control_B3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.420657434 L4_control_C2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.863763345 L4_control_C3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.381100119 L4_chemical_A1 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.383053101 L4_chemical_A2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.966465617 L4_chemical_A3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.524388675 L4_chemical_B1 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.849967999 L4_chemical_B2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.553703166 L4_chemical_B3 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.413496169 L4_chemical_C2 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.279024714 L4_chemical_C3 +LQ01X035910 Putative U-box domain-containing protein 33 5.708192307 C6_control_A1 +LQ01X035910 Putative U-box domain-containing protein 33 5.856513346 C6_control_A3 +LQ01X035910 Putative U-box domain-containing protein 33 6.247203324 C6_control_B1 +LQ01X035910 Putative U-box domain-containing protein 33 5.570931401 C6_control_B2 +LQ01X035910 Putative U-box domain-containing protein 33 5.474931635 C6_control_B3 +LQ01X035910 Putative U-box domain-containing protein 33 5.216934362 C6_control_C1 +LQ01X035910 Putative U-box domain-containing protein 33 5.813218966 C6_control_C2 +LQ01X035910 Putative U-box domain-containing protein 33 5.520564849 C6_control_C3 +LQ01X035910 Putative U-box domain-containing protein 33 5.39103988 C6_chemical_A1 +LQ01X035910 Putative U-box domain-containing protein 33 5.538743225 C6_chemical_A3 +LQ01X035910 Putative U-box domain-containing protein 33 5.92514641 C6_chemical_B1 +LQ01X035910 Putative U-box domain-containing protein 33 5.456159468 C6_chemical_B2 +LQ01X035910 Putative U-box domain-containing protein 33 5.489123844 C6_chemical_B3 +LQ01X035910 Putative U-box domain-containing protein 33 5.535659161 C6_chemical_C1 +LQ01X035910 Putative U-box domain-containing protein 33 5.481376542 C6_chemical_C2 +LQ01X035910 Putative U-box domain-containing protein 33 5.733651862 C6_chemical_C3 +LQ01X035910 Putative U-box domain-containing protein 33 5.825417081 L4_control_A1 +LQ01X035910 Putative U-box domain-containing protein 33 5.804773037 L4_control_A2 +LQ01X035910 Putative U-box domain-containing protein 33 5.532447784 L4_control_A3 +LQ01X035910 Putative U-box domain-containing protein 33 5.406180597 L4_control_B1 +LQ01X035910 Putative U-box domain-containing protein 33 5.506272761 L4_control_B2 +LQ01X035910 Putative U-box domain-containing protein 33 5.486428794 L4_control_B3 +LQ01X035910 Putative U-box domain-containing protein 33 6.471967886 L4_control_C2 +LQ01X035910 Putative U-box domain-containing protein 33 6.65892913 L4_control_C3 +LQ01X035910 Putative U-box domain-containing protein 33 5.740321319 L4_chemical_A1 +LQ01X035910 Putative U-box domain-containing protein 33 5.616823179 L4_chemical_A2 +LQ01X035910 Putative U-box domain-containing protein 33 5.935575013 L4_chemical_A3 +LQ01X035910 Putative U-box domain-containing protein 33 5.754566387 L4_chemical_B1 +LQ01X035910 Putative U-box domain-containing protein 33 5.343886444 L4_chemical_B2 +LQ01X035910 Putative U-box domain-containing protein 33 5.489270149 L4_chemical_B3 +LQ01X035910 Putative U-box domain-containing protein 33 5.983475009 L4_chemical_C2 +LQ01X035910 Putative U-box domain-containing protein 33 5.74400044 L4_chemical_C3 +LQ01X035920 U-box domain-containing protein 33 10.86575781 C6_control_A1 +LQ01X035920 U-box domain-containing protein 33 10.15957489 C6_control_A3 +LQ01X035920 U-box domain-containing protein 33 10.91886663 C6_control_B1 +LQ01X035920 U-box domain-containing protein 33 11.82333745 C6_control_B2 +LQ01X035920 U-box domain-containing protein 33 12.05313829 C6_control_B3 +LQ01X035920 U-box domain-containing protein 33 12.06133825 C6_control_C1 +LQ01X035920 U-box domain-containing protein 33 12.56396681 C6_control_C2 +LQ01X035920 U-box domain-containing protein 33 12.44745229 C6_control_C3 +LQ01X035920 U-box domain-containing protein 33 10.78609669 C6_chemical_A1 +LQ01X035920 U-box domain-containing protein 33 10.2103507 C6_chemical_A3 +LQ01X035920 U-box domain-containing protein 33 10.94596619 C6_chemical_B1 +LQ01X035920 U-box domain-containing protein 33 11.87028227 C6_chemical_B2 +LQ01X035920 U-box domain-containing protein 33 11.7711315 C6_chemical_B3 +LQ01X035920 U-box domain-containing protein 33 12.20267956 C6_chemical_C1 +LQ01X035920 U-box domain-containing protein 33 12.34001865 C6_chemical_C2 +LQ01X035920 U-box domain-containing protein 33 12.35819283 C6_chemical_C3 +LQ01X035920 U-box domain-containing protein 33 10.46862531 L4_control_A1 +LQ01X035920 U-box domain-containing protein 33 11.54642794 L4_control_A2 +LQ01X035920 U-box domain-containing protein 33 9.283211511 L4_control_A3 +LQ01X035920 U-box domain-containing protein 33 11.63177025 L4_control_B1 +LQ01X035920 U-box domain-containing protein 33 11.86720596 L4_control_B2 +LQ01X035920 U-box domain-containing protein 33 12.2624836 L4_control_B3 +LQ01X035920 U-box domain-containing protein 33 12.58581467 L4_control_C2 +LQ01X035920 U-box domain-containing protein 33 13.20808912 L4_control_C3 +LQ01X035920 U-box domain-containing protein 33 10.2571131 L4_chemical_A1 +LQ01X035920 U-box domain-containing protein 33 11.56700822 L4_chemical_A2 +LQ01X035920 U-box domain-containing protein 33 9.25279624 L4_chemical_A3 +LQ01X035920 U-box domain-containing protein 33 11.11848258 L4_chemical_B1 +LQ01X035920 U-box domain-containing protein 33 11.6211151 L4_chemical_B2 +LQ01X035920 U-box domain-containing protein 33 11.66499476 L4_chemical_B3 +LQ01X035920 U-box domain-containing protein 33 12.36739557 L4_chemical_C2 +LQ01X035920 U-box domain-containing protein 33 12.76778519 L4_chemical_C3 +LQ01X035960 Predicted protein (Fragment) 9.83184367 C6_control_A1 +LQ01X035960 Predicted protein (Fragment) 9.593848609 C6_control_A3 +LQ01X035960 Predicted protein (Fragment) 10.80040218 C6_control_B1 +LQ01X035960 Predicted protein (Fragment) 11.43422972 C6_control_B2 +LQ01X035960 Predicted protein (Fragment) 11.29170475 C6_control_B3 +LQ01X035960 Predicted protein (Fragment) 11.74765664 C6_control_C1 +LQ01X035960 Predicted protein (Fragment) 11.52896604 C6_control_C2 +LQ01X035960 Predicted protein (Fragment) 11.72926022 C6_control_C3 +LQ01X035960 Predicted protein (Fragment) 9.634656012 C6_chemical_A1 +LQ01X035960 Predicted protein (Fragment) 9.305141833 C6_chemical_A3 +LQ01X035960 Predicted protein (Fragment) 10.24252509 C6_chemical_B1 +LQ01X035960 Predicted protein (Fragment) 11.30640779 C6_chemical_B2 +LQ01X035960 Predicted protein (Fragment) 10.89141337 C6_chemical_B3 +LQ01X035960 Predicted protein (Fragment) 11.44025206 C6_chemical_C1 +LQ01X035960 Predicted protein (Fragment) 11.69904592 C6_chemical_C2 +LQ01X035960 Predicted protein (Fragment) 12.12812009 C6_chemical_C3 +LQ01X035960 Predicted protein (Fragment) 9.87306439 L4_control_A1 +LQ01X035960 Predicted protein (Fragment) 9.525038506 L4_control_A2 +LQ01X035960 Predicted protein (Fragment) 8.992862039 L4_control_A3 +LQ01X035960 Predicted protein (Fragment) 10.83160639 L4_control_B1 +LQ01X035960 Predicted protein (Fragment) 9.967569371 L4_control_B2 +LQ01X035960 Predicted protein (Fragment) 11.09280663 L4_control_B3 +LQ01X035960 Predicted protein (Fragment) 11.68125862 L4_control_C2 +LQ01X035960 Predicted protein (Fragment) 11.56537127 L4_control_C3 +LQ01X035960 Predicted protein (Fragment) 10.37527488 L4_chemical_A1 +LQ01X035960 Predicted protein (Fragment) 9.824565644 L4_chemical_A2 +LQ01X035960 Predicted protein (Fragment) 9.431766215 L4_chemical_A3 +LQ01X035960 Predicted protein (Fragment) 10.61985667 L4_chemical_B1 +LQ01X035960 Predicted protein (Fragment) 10.34360838 L4_chemical_B2 +LQ01X035960 Predicted protein (Fragment) 10.39424495 L4_chemical_B3 +LQ01X035960 Predicted protein (Fragment) 11.52445258 L4_chemical_C2 +LQ01X035960 Predicted protein (Fragment) 11.31186712 L4_chemical_C3 +LQ01X036000 Putative Transcription factor GLABRA 3 5.536590631 C6_control_A1 +LQ01X036000 Putative Transcription factor GLABRA 3 5.513457216 C6_control_A3 +LQ01X036000 Putative Transcription factor GLABRA 3 5.419358142 C6_control_B1 +LQ01X036000 Putative Transcription factor GLABRA 3 4.837163956 C6_control_B2 +LQ01X036000 Putative Transcription factor GLABRA 3 4.866329859 C6_control_B3 +LQ01X036000 Putative Transcription factor GLABRA 3 4.557317122 C6_control_C1 +LQ01X036000 Putative Transcription factor GLABRA 3 4.771119231 C6_control_C2 +LQ01X036000 Putative Transcription factor GLABRA 3 4.703748051 C6_control_C3 +LQ01X036000 Putative Transcription factor GLABRA 3 5.112727152 C6_chemical_A1 +LQ01X036000 Putative Transcription factor GLABRA 3 5.15830728 C6_chemical_A3 +LQ01X036000 Putative Transcription factor GLABRA 3 4.948963104 C6_chemical_B1 +LQ01X036000 Putative Transcription factor GLABRA 3 4.717640098 C6_chemical_B2 +LQ01X036000 Putative Transcription factor GLABRA 3 4.940154924 C6_chemical_B3 +LQ01X036000 Putative Transcription factor GLABRA 3 4.850334218 C6_chemical_C1 +LQ01X036000 Putative Transcription factor GLABRA 3 4.709433181 C6_chemical_C2 +LQ01X036000 Putative Transcription factor GLABRA 3 4.628980207 C6_chemical_C3 +LQ01X036000 Putative Transcription factor GLABRA 3 5.216257893 L4_control_A1 +LQ01X036000 Putative Transcription factor GLABRA 3 5.061867185 L4_control_A2 +LQ01X036000 Putative Transcription factor GLABRA 3 5.033211903 L4_control_A3 +LQ01X036000 Putative Transcription factor GLABRA 3 5.076220921 L4_control_B1 +LQ01X036000 Putative Transcription factor GLABRA 3 4.758796546 L4_control_B2 +LQ01X036000 Putative Transcription factor GLABRA 3 4.800502075 L4_control_B3 +LQ01X036000 Putative Transcription factor GLABRA 3 4.829860034 L4_control_C2 +LQ01X036000 Putative Transcription factor GLABRA 3 4.863734978 L4_control_C3 +LQ01X036000 Putative Transcription factor GLABRA 3 5.089731072 L4_chemical_A1 +LQ01X036000 Putative Transcription factor GLABRA 3 4.881811819 L4_chemical_A2 +LQ01X036000 Putative Transcription factor GLABRA 3 5.287233799 L4_chemical_A3 +LQ01X036000 Putative Transcription factor GLABRA 3 5.038488024 L4_chemical_B1 +LQ01X036000 Putative Transcription factor GLABRA 3 5.213419071 L4_chemical_B2 +LQ01X036000 Putative Transcription factor GLABRA 3 5.240108226 L4_chemical_B3 +LQ01X036000 Putative Transcription factor GLABRA 3 5.475119516 L4_chemical_C2 +LQ01X036000 Putative Transcription factor GLABRA 3 4.519480211 L4_chemical_C3 +LQ01X036010 Beta-amylase 2, chloroplastic 4.874187545 C6_control_A1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.744160123 C6_control_A3 +LQ01X036010 Beta-amylase 2, chloroplastic 5.003118243 C6_control_B1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.618802442 C6_control_B2 +LQ01X036010 Beta-amylase 2, chloroplastic 4.6275934 C6_control_B3 +LQ01X036010 Beta-amylase 2, chloroplastic 4.754056817 C6_control_C1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.735081055 C6_control_C2 +LQ01X036010 Beta-amylase 2, chloroplastic 4.619644826 C6_control_C3 +LQ01X036010 Beta-amylase 2, chloroplastic 4.799452114 C6_chemical_A1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.736443605 C6_chemical_A3 +LQ01X036010 Beta-amylase 2, chloroplastic 4.812400472 C6_chemical_B1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.590045554 C6_chemical_B2 +LQ01X036010 Beta-amylase 2, chloroplastic 4.724894837 C6_chemical_B3 +LQ01X036010 Beta-amylase 2, chloroplastic 4.811849539 C6_chemical_C1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.610260215 C6_chemical_C2 +LQ01X036010 Beta-amylase 2, chloroplastic 4.785205637 C6_chemical_C3 +LQ01X036010 Beta-amylase 2, chloroplastic 4.658397396 L4_control_A1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.934271506 L4_control_A2 +LQ01X036010 Beta-amylase 2, chloroplastic 4.97976213 L4_control_A3 +LQ01X036010 Beta-amylase 2, chloroplastic 5.226592015 L4_control_B1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.733872392 L4_control_B2 +LQ01X036010 Beta-amylase 2, chloroplastic 4.684482181 L4_control_B3 +LQ01X036010 Beta-amylase 2, chloroplastic 5.095220088 L4_control_C2 +LQ01X036010 Beta-amylase 2, chloroplastic 5.277185927 L4_control_C3 +LQ01X036010 Beta-amylase 2, chloroplastic 4.858472166 L4_chemical_A1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.871760429 L4_chemical_A2 +LQ01X036010 Beta-amylase 2, chloroplastic 5.021437114 L4_chemical_A3 +LQ01X036010 Beta-amylase 2, chloroplastic 5.097015345 L4_chemical_B1 +LQ01X036010 Beta-amylase 2, chloroplastic 4.990623077 L4_chemical_B2 +LQ01X036010 Beta-amylase 2, chloroplastic 4.625351776 L4_chemical_B3 +LQ01X036010 Beta-amylase 2, chloroplastic 4.733740731 L4_chemical_C2 +LQ01X036010 Beta-amylase 2, chloroplastic 5.140398118 L4_chemical_C3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 7.878268746 C6_control_A1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 6.727438079 C6_control_A3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 7.736853481 C6_control_B1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.746722295 C6_control_B2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.423036678 C6_control_B3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.2537519 C6_control_C1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 7.789556525 C6_control_C2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.057122017 C6_control_C3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.352445401 C6_chemical_A1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 7.955340697 C6_chemical_A3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.313862591 C6_chemical_B1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.256167102 C6_chemical_B2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.377042143 C6_chemical_B3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.694333907 C6_chemical_C1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.924753307 C6_chemical_C2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.201131564 C6_chemical_C3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.892603909 L4_control_A1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.939547409 L4_control_A2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 10.05999295 L4_control_A3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.044625752 L4_control_B1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.225432474 L4_control_B2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.283115717 L4_control_B3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.674018633 L4_control_C2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.880844347 L4_control_C3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.573377092 L4_chemical_A1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.067167227 L4_chemical_A2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.568898317 L4_chemical_A3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.32670501 L4_chemical_B1 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.582710536 L4_chemical_B2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.927707674 L4_chemical_B3 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.400893604 L4_chemical_C2 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 9.935901996 L4_chemical_C3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.72119929 C6_control_A1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.62191353 C6_control_A3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.97833364 C6_control_B1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.51306011 C6_control_B2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.77112322 C6_control_B3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.72830387 C6_control_C1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.63447475 C6_control_C2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.72075084 C6_control_C3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.98869668 C6_chemical_A1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.89537938 C6_chemical_A3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.14334611 C6_chemical_B1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.6700714 C6_chemical_B2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.84701224 C6_chemical_B3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.79088816 C6_chemical_C1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.58870976 C6_chemical_C2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.62796019 C6_chemical_C3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.07677302 L4_control_A1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.83975715 L4_control_A2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.57129411 L4_control_A3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.84006311 L4_control_B1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.06907169 L4_control_B2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.79291701 L4_control_B3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.35771276 L4_control_C2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.83159804 L4_control_C3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.11562375 L4_chemical_A1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.10897861 L4_chemical_A2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.50999368 L4_chemical_A3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.80301557 L4_chemical_B1 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.96858347 L4_chemical_B2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.78864318 L4_chemical_B3 +LQ01X036060 F-box/kelch-repeat protein SKIP4 11.38582896 L4_chemical_C2 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.9897613 L4_chemical_C3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 10.74216848 C6_control_A1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.41527663 C6_control_A3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 10.12385619 C6_control_B1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.08625809 C6_control_B2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 10.673856 C6_control_B3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 10.794297 C6_control_C1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.74333445 C6_control_C2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.46274293 C6_control_C3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.43831775 C6_chemical_A1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 9.426160093 C6_chemical_A3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.03244818 C6_chemical_B1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.93562826 C6_chemical_B2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.24084411 C6_chemical_B3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.66739249 C6_chemical_C1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.99090476 C6_chemical_C2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.65040965 C6_chemical_C3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.35747478 L4_control_A1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.85508982 L4_control_A2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.37316552 L4_control_A3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.59889783 L4_control_B1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 10.70177479 L4_control_B2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.51323389 L4_control_B3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 12.31817296 L4_control_C2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.71719973 L4_control_C3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 10.67346539 L4_chemical_A1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.63704509 L4_chemical_A2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.34397672 L4_chemical_A3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.85867959 L4_chemical_B1 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 12.18605437 L4_chemical_B2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.64610933 L4_chemical_B3 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.76068542 L4_chemical_C2 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.88637281 L4_chemical_C3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.062814268 C6_control_A1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 7.008361974 C6_control_A3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.875382647 C6_control_B1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.285161956 C6_control_B2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.894533305 C6_control_B3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.69181394 C6_control_C1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 8.145999053 C6_control_C2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.953095983 C6_control_C3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.995736651 C6_chemical_A1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.956001449 C6_chemical_A3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.974860432 C6_chemical_B1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.114559003 C6_chemical_B2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.932436912 C6_chemical_B3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.633734212 C6_chemical_C1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.441753894 C6_chemical_C2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.994172664 C6_chemical_C3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.974763876 L4_control_A1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.226831511 L4_control_A2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.58918365 L4_control_A3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.942217317 L4_control_B1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.568730334 L4_control_B2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 7.243013182 L4_control_B3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 4.97681886 L4_control_C2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.937946943 L4_control_C3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 7.127053609 L4_chemical_A1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.065907834 L4_chemical_A2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.693396768 L4_chemical_A3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.831065335 L4_chemical_B1 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.461832725 L4_chemical_B2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 7.109324526 L4_chemical_B3 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.591375922 L4_chemical_C2 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 6.249234719 L4_chemical_C3 +LQ01X036110 Predicted protein 5.789753835 C6_control_A1 +LQ01X036110 Predicted protein 5.382980959 C6_control_A3 +LQ01X036110 Predicted protein 5.457069697 C6_control_B1 +LQ01X036110 Predicted protein 5.668379143 C6_control_B2 +LQ01X036110 Predicted protein 6.10132236 C6_control_B3 +LQ01X036110 Predicted protein 5.590952365 C6_control_C1 +LQ01X036110 Predicted protein 6.023407705 C6_control_C2 +LQ01X036110 Predicted protein 5.670483937 C6_control_C3 +LQ01X036110 Predicted protein 6.005911854 C6_chemical_A1 +LQ01X036110 Predicted protein 5.86762407 C6_chemical_A3 +LQ01X036110 Predicted protein 5.87632343 C6_chemical_B1 +LQ01X036110 Predicted protein 5.653766356 C6_chemical_B2 +LQ01X036110 Predicted protein 5.822970766 C6_chemical_B3 +LQ01X036110 Predicted protein 5.573807311 C6_chemical_C1 +LQ01X036110 Predicted protein 5.894124978 C6_chemical_C2 +LQ01X036110 Predicted protein 5.961721179 C6_chemical_C3 +LQ01X036110 Predicted protein 5.464566564 L4_control_A1 +LQ01X036110 Predicted protein 6.03108039 L4_control_A2 +LQ01X036110 Predicted protein 5.330646275 L4_control_A3 +LQ01X036110 Predicted protein 5.514931793 L4_control_B1 +LQ01X036110 Predicted protein 6.036636591 L4_control_B2 +LQ01X036110 Predicted protein 6.147543204 L4_control_B3 +LQ01X036110 Predicted protein 5.834002342 L4_control_C2 +LQ01X036110 Predicted protein 6.308289522 L4_control_C3 +LQ01X036110 Predicted protein 5.397638914 L4_chemical_A1 +LQ01X036110 Predicted protein 5.700753078 L4_chemical_A2 +LQ01X036110 Predicted protein 5.021142922 L4_chemical_A3 +LQ01X036110 Predicted protein 5.607880382 L4_chemical_B1 +LQ01X036110 Predicted protein 5.325774553 L4_chemical_B2 +LQ01X036110 Predicted protein 5.763630816 L4_chemical_B3 +LQ01X036110 Predicted protein 5.405709729 L4_chemical_C2 +LQ01X036110 Predicted protein 5.461741891 L4_chemical_C3 +LQ01X036120 Hypothetical protein 10.37237319 C6_control_A1 +LQ01X036120 Hypothetical protein 10.35269155 C6_control_A3 +LQ01X036120 Hypothetical protein 10.21989633 C6_control_B1 +LQ01X036120 Hypothetical protein 9.591187156 C6_control_B2 +LQ01X036120 Hypothetical protein 10.12817314 C6_control_B3 +LQ01X036120 Hypothetical protein 9.493500471 C6_control_C1 +LQ01X036120 Hypothetical protein 9.229537777 C6_control_C2 +LQ01X036120 Hypothetical protein 9.374070347 C6_control_C3 +LQ01X036120 Hypothetical protein 10.28906192 C6_chemical_A1 +LQ01X036120 Hypothetical protein 10.44919857 C6_chemical_A3 +LQ01X036120 Hypothetical protein 10.09151914 C6_chemical_B1 +LQ01X036120 Hypothetical protein 9.581083498 C6_chemical_B2 +LQ01X036120 Hypothetical protein 10.22078765 C6_chemical_B3 +LQ01X036120 Hypothetical protein 9.682024838 C6_chemical_C1 +LQ01X036120 Hypothetical protein 9.311653048 C6_chemical_C2 +LQ01X036120 Hypothetical protein 9.395000318 C6_chemical_C3 +LQ01X036120 Hypothetical protein 10.18457397 L4_control_A1 +LQ01X036120 Hypothetical protein 10.60684674 L4_control_A2 +LQ01X036120 Hypothetical protein 10.66436635 L4_control_A3 +LQ01X036120 Hypothetical protein 10.39099797 L4_control_B1 +LQ01X036120 Hypothetical protein 10.59089698 L4_control_B2 +LQ01X036120 Hypothetical protein 9.966049675 L4_control_B3 +LQ01X036120 Hypothetical protein 10.55661861 L4_control_C2 +LQ01X036120 Hypothetical protein 10.38425582 L4_control_C3 +LQ01X036120 Hypothetical protein 10.2333151 L4_chemical_A1 +LQ01X036120 Hypothetical protein 10.21857991 L4_chemical_A2 +LQ01X036120 Hypothetical protein 10.22065805 L4_chemical_A3 +LQ01X036120 Hypothetical protein 10.49777504 L4_chemical_B1 +LQ01X036120 Hypothetical protein 10.71609338 L4_chemical_B2 +LQ01X036120 Hypothetical protein 10.36369663 L4_chemical_B3 +LQ01X036120 Hypothetical protein 10.28746163 L4_chemical_C2 +LQ01X036120 Hypothetical protein 10.10474998 L4_chemical_C3 +LQ01X036150 AT-hook DNA-binding protein 6.050517138 C6_control_A1 +LQ01X036150 AT-hook DNA-binding protein 6.434814667 C6_control_A3 +LQ01X036150 AT-hook DNA-binding protein 6.608799946 C6_control_B1 +LQ01X036150 AT-hook DNA-binding protein 6.111012018 C6_control_B2 +LQ01X036150 AT-hook DNA-binding protein 6.086451219 C6_control_B3 +LQ01X036150 AT-hook DNA-binding protein 5.772588079 C6_control_C1 +LQ01X036150 AT-hook DNA-binding protein 7.18322892 C6_control_C2 +LQ01X036150 AT-hook DNA-binding protein 5.887980683 C6_control_C3 +LQ01X036150 AT-hook DNA-binding protein 5.721703846 C6_chemical_A1 +LQ01X036150 AT-hook DNA-binding protein 6.127929925 C6_chemical_A3 +LQ01X036150 AT-hook DNA-binding protein 6.513213466 C6_chemical_B1 +LQ01X036150 AT-hook DNA-binding protein 6.246249477 C6_chemical_B2 +LQ01X036150 AT-hook DNA-binding protein 6.121984564 C6_chemical_B3 +LQ01X036150 AT-hook DNA-binding protein 5.874848392 C6_chemical_C1 +LQ01X036150 AT-hook DNA-binding protein 6.101332728 C6_chemical_C2 +LQ01X036150 AT-hook DNA-binding protein 6.178856016 C6_chemical_C3 +LQ01X036150 AT-hook DNA-binding protein 6.228040077 L4_control_A1 +LQ01X036150 AT-hook DNA-binding protein 6.082778698 L4_control_A2 +LQ01X036150 AT-hook DNA-binding protein 5.844723254 L4_control_A3 +LQ01X036150 AT-hook DNA-binding protein 6.336302154 L4_control_B1 +LQ01X036150 AT-hook DNA-binding protein 6.718226704 L4_control_B2 +LQ01X036150 AT-hook DNA-binding protein 5.938556047 L4_control_B3 +LQ01X036150 AT-hook DNA-binding protein 5.845812097 L4_control_C2 +LQ01X036150 AT-hook DNA-binding protein 5.533591227 L4_control_C3 +LQ01X036150 AT-hook DNA-binding protein 5.79957188 L4_chemical_A1 +LQ01X036150 AT-hook DNA-binding protein 5.708259033 L4_chemical_A2 +LQ01X036150 AT-hook DNA-binding protein 5.589757422 L4_chemical_A3 +LQ01X036150 AT-hook DNA-binding protein 6.636698565 L4_chemical_B1 +LQ01X036150 AT-hook DNA-binding protein 6.008912788 L4_chemical_B2 +LQ01X036150 AT-hook DNA-binding protein 5.958139867 L4_chemical_B3 +LQ01X036150 AT-hook DNA-binding protein 6.04491344 L4_chemical_C2 +LQ01X036150 AT-hook DNA-binding protein 6.999970297 L4_chemical_C3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 11.54740297 C6_control_A1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 11.72001714 C6_control_A3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.09539075 C6_control_B1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.00363869 C6_control_B2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.75423439 C6_control_B3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.5094052 C6_control_C1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.25266813 C6_control_C2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.6238626 C6_control_C3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 11.87834951 C6_chemical_A1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 11.91639293 C6_chemical_A3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.30115086 C6_chemical_B1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.53248872 C6_chemical_B2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.09968555 C6_chemical_B3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.73529763 C6_chemical_C1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.24462966 C6_chemical_C2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.92285204 C6_chemical_C3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.22147558 L4_control_A1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.11807225 L4_control_A2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.08019971 L4_control_A3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.96351766 L4_control_B1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.98486364 L4_control_B2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.22967008 L4_control_B3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.2747903 L4_control_C2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.5614785 L4_control_C3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.98618171 L4_chemical_A1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.84748854 L4_chemical_A2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.66551535 L4_chemical_A3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.93581974 L4_chemical_B1 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.15328023 L4_chemical_B2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 12.71204304 L4_chemical_B3 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.40683892 L4_chemical_C2 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 13.48110946 L4_chemical_C3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.31392915 C6_control_A1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.12813615 C6_control_A3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.76161879 C6_control_B1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.59250906 C6_control_B2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.45824387 C6_control_B3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.94467933 C6_control_C1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.82047206 C6_control_C2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.40541994 C6_control_C3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.32124997 C6_chemical_A1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.00397221 C6_chemical_A3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.93231545 C6_chemical_B1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.79716207 C6_chemical_B2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.36743939 C6_chemical_B3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.88595689 C6_chemical_C1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 11.00237602 C6_chemical_C2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.59279482 C6_chemical_C3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 9.905693435 L4_control_A1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.30055854 L4_control_A2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.27450747 L4_control_A3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.22073816 L4_control_B1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.62087383 L4_control_B2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 9.812553565 L4_control_B3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.16726679 L4_control_C2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.76179801 L4_control_C3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 9.708926537 L4_chemical_A1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.05617652 L4_chemical_A2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.2424279 L4_chemical_A3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.25071111 L4_chemical_B1 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.05984448 L4_chemical_B2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 9.948490318 L4_chemical_B3 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.07154115 L4_chemical_C2 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.60639257 L4_chemical_C3 +LQ01X036320 Remorin 7.486766546 C6_control_A1 +LQ01X036320 Remorin 7.82905472 C6_control_A3 +LQ01X036320 Remorin 7.981142634 C6_control_B1 +LQ01X036320 Remorin 8.221397941 C6_control_B2 +LQ01X036320 Remorin 8.026649266 C6_control_B3 +LQ01X036320 Remorin 7.685406283 C6_control_C1 +LQ01X036320 Remorin 7.987924031 C6_control_C2 +LQ01X036320 Remorin 8.246505612 C6_control_C3 +LQ01X036320 Remorin 7.660911711 C6_chemical_A1 +LQ01X036320 Remorin 7.576461242 C6_chemical_A3 +LQ01X036320 Remorin 8.24172191 C6_chemical_B1 +LQ01X036320 Remorin 8.235013541 C6_chemical_B2 +LQ01X036320 Remorin 8.270721143 C6_chemical_B3 +LQ01X036320 Remorin 7.70111363 C6_chemical_C1 +LQ01X036320 Remorin 7.961568576 C6_chemical_C2 +LQ01X036320 Remorin 8.022521086 C6_chemical_C3 +LQ01X036320 Remorin 7.527613005 L4_control_A1 +LQ01X036320 Remorin 7.837952652 L4_control_A2 +LQ01X036320 Remorin 7.341398732 L4_control_A3 +LQ01X036320 Remorin 7.866271668 L4_control_B1 +LQ01X036320 Remorin 8.016567778 L4_control_B2 +LQ01X036320 Remorin 8.147780974 L4_control_B3 +LQ01X036320 Remorin 7.655894256 L4_control_C2 +LQ01X036320 Remorin 8.110614036 L4_control_C3 +LQ01X036320 Remorin 7.487357295 L4_chemical_A1 +LQ01X036320 Remorin 7.88180191 L4_chemical_A2 +LQ01X036320 Remorin 7.159643578 L4_chemical_A3 +LQ01X036320 Remorin 7.730537718 L4_chemical_B1 +LQ01X036320 Remorin 7.844624348 L4_chemical_B2 +LQ01X036320 Remorin 8.226663982 L4_chemical_B3 +LQ01X036320 Remorin 7.574096868 L4_chemical_C2 +LQ01X036320 Remorin 7.877681269 L4_chemical_C3 +LQ01X036330 Predicted protein 10.68489018 C6_control_A1 +LQ01X036330 Predicted protein 12.00133827 C6_control_A3 +LQ01X036330 Predicted protein 8.999132533 C6_control_B1 +LQ01X036330 Predicted protein 7.756631612 C6_control_B2 +LQ01X036330 Predicted protein 8.511210679 C6_control_B3 +LQ01X036330 Predicted protein 9.884510233 C6_control_C1 +LQ01X036330 Predicted protein 9.261269737 C6_control_C2 +LQ01X036330 Predicted protein 9.54909303 C6_control_C3 +LQ01X036330 Predicted protein 10.00348495 C6_chemical_A1 +LQ01X036330 Predicted protein 11.61819614 C6_chemical_A3 +LQ01X036330 Predicted protein 8.666474275 C6_chemical_B1 +LQ01X036330 Predicted protein 7.15226255 C6_chemical_B2 +LQ01X036330 Predicted protein 8.826812352 C6_chemical_B3 +LQ01X036330 Predicted protein 9.306384873 C6_chemical_C1 +LQ01X036330 Predicted protein 9.369274975 C6_chemical_C2 +LQ01X036330 Predicted protein 8.993303495 C6_chemical_C3 +LQ01X036330 Predicted protein 11.23905945 L4_control_A1 +LQ01X036330 Predicted protein 9.550470255 L4_control_A2 +LQ01X036330 Predicted protein 11.59016494 L4_control_A3 +LQ01X036330 Predicted protein 7.955466661 L4_control_B1 +LQ01X036330 Predicted protein 8.11486501 L4_control_B2 +LQ01X036330 Predicted protein 8.028548573 L4_control_B3 +LQ01X036330 Predicted protein 10.64959194 L4_control_C2 +LQ01X036330 Predicted protein 10.28823158 L4_control_C3 +LQ01X036330 Predicted protein 11.53806333 L4_chemical_A1 +LQ01X036330 Predicted protein 9.998030028 L4_chemical_A2 +LQ01X036330 Predicted protein 11.48871184 L4_chemical_A3 +LQ01X036330 Predicted protein 9.443229058 L4_chemical_B1 +LQ01X036330 Predicted protein 8.655206188 L4_chemical_B2 +LQ01X036330 Predicted protein 8.524892759 L4_chemical_B3 +LQ01X036330 Predicted protein 10.30607956 L4_chemical_C2 +LQ01X036330 Predicted protein 10.10419094 L4_chemical_C3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.015112108 C6_control_A1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 4.912108013 C6_control_A3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.117810982 C6_control_B1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.498153602 C6_control_B2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 4.762547184 C6_control_B3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 6.487535336 C6_control_C1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.669689701 C6_control_C2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 6.251922469 C6_control_C3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.176353997 C6_chemical_A1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.312717898 C6_chemical_A3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.023978362 C6_chemical_B1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.456195279 C6_chemical_B2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.381362502 C6_chemical_B3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 6.38428081 C6_chemical_C1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.769148705 C6_chemical_C2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 7.117008742 C6_chemical_C3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.156737466 L4_control_A1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.605148409 L4_control_A2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 4.87511742 L4_control_A3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.095310693 L4_control_B1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 4.920250355 L4_control_B2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.587987778 L4_control_B3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.380220344 L4_control_C2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.939180643 L4_control_C3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.903990819 L4_chemical_A1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 4.651712512 L4_chemical_A2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.223795988 L4_chemical_A3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.453702666 L4_chemical_B1 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 4.9598211 L4_chemical_B2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.536703187 L4_chemical_B3 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 4.832911403 L4_chemical_C2 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.321970866 L4_chemical_C3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.70768642 C6_control_A1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.29136597 C6_control_A3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.07495912 C6_control_B1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.35002244 C6_control_B2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.60965287 C6_control_B3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.96381228 C6_control_C1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.39940883 C6_control_C2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.16644331 C6_control_C3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.48619978 C6_chemical_A1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.76199472 C6_chemical_A3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.41813304 C6_chemical_B1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.41427443 C6_chemical_B2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.92280488 C6_chemical_B3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.01585055 C6_chemical_C1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.19791726 C6_chemical_C2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.48386043 C6_chemical_C3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 9.737702095 L4_control_A1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.49266711 L4_control_A2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.62738439 L4_control_A3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.30874566 L4_control_B1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.22318381 L4_control_B2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.35943312 L4_control_B3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.23538614 L4_control_C2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.28350664 L4_control_C3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.50796503 L4_chemical_A1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.81213649 L4_chemical_A2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.52356797 L4_chemical_A3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.129966 L4_chemical_B1 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.49586903 L4_chemical_B2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.67137548 L4_chemical_B3 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.98339577 L4_chemical_C2 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.40842441 L4_chemical_C3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.13076859 C6_control_A1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.21795793 C6_control_A3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.01273931 C6_control_B1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.43435501 C6_control_B2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.17962193 C6_control_B3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.91870385 C6_control_C1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.91580112 C6_control_C2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 13.17691942 C6_control_C3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 10.7718689 C6_chemical_A1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.24422841 C6_chemical_A3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 10.6144346 C6_chemical_B1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.18980769 C6_chemical_B2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.18561376 C6_chemical_B3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.86420226 C6_chemical_C1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.82520947 C6_chemical_C2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.87799238 C6_chemical_C3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.53969819 L4_control_A1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 10.77154683 L4_control_A2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 10.72056758 L4_control_A3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.15048578 L4_control_B1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.01259252 L4_control_B2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.42152719 L4_control_B3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.73112838 L4_control_C2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.92191185 L4_control_C3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.69568924 L4_chemical_A1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.09756184 L4_chemical_A2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.21554927 L4_chemical_A3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.67988921 L4_chemical_B1 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.29304959 L4_chemical_B2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.90484077 L4_chemical_B3 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 11.79654365 L4_chemical_C2 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 12.54961288 L4_chemical_C3 +LQ01X036400 Bifunctional protein folD 10.2231172 C6_control_A1 +LQ01X036400 Bifunctional protein folD 10.23947603 C6_control_A3 +LQ01X036400 Bifunctional protein folD 9.107435404 C6_control_B1 +LQ01X036400 Bifunctional protein folD 10.72734243 C6_control_B2 +LQ01X036400 Bifunctional protein folD 9.509148214 C6_control_B3 +LQ01X036400 Bifunctional protein folD 11.81455922 C6_control_C1 +LQ01X036400 Bifunctional protein folD 11.73171054 C6_control_C2 +LQ01X036400 Bifunctional protein folD 11.57357879 C6_control_C3 +LQ01X036400 Bifunctional protein folD 9.726952438 C6_chemical_A1 +LQ01X036400 Bifunctional protein folD 10.0997032 C6_chemical_A3 +LQ01X036400 Bifunctional protein folD 8.554936127 C6_chemical_B1 +LQ01X036400 Bifunctional protein folD 10.30726471 C6_chemical_B2 +LQ01X036400 Bifunctional protein folD 9.049040215 C6_chemical_B3 +LQ01X036400 Bifunctional protein folD 11.51082359 C6_chemical_C1 +LQ01X036400 Bifunctional protein folD 11.57381959 C6_chemical_C2 +LQ01X036400 Bifunctional protein folD 11.56155235 C6_chemical_C3 +LQ01X036400 Bifunctional protein folD 10.11973354 L4_control_A1 +LQ01X036400 Bifunctional protein folD 9.388447482 L4_control_A2 +LQ01X036400 Bifunctional protein folD 9.757220018 L4_control_A3 +LQ01X036400 Bifunctional protein folD 7.959798744 L4_control_B1 +LQ01X036400 Bifunctional protein folD 7.864941385 L4_control_B2 +LQ01X036400 Bifunctional protein folD 10.29770193 L4_control_B3 +LQ01X036400 Bifunctional protein folD 10.29425942 L4_control_C2 +LQ01X036400 Bifunctional protein folD 9.516060691 L4_control_C3 +LQ01X036400 Bifunctional protein folD 9.659948278 L4_chemical_A1 +LQ01X036400 Bifunctional protein folD 8.880491475 L4_chemical_A2 +LQ01X036400 Bifunctional protein folD 9.4594031 L4_chemical_A3 +LQ01X036400 Bifunctional protein folD 7.976554444 L4_chemical_B1 +LQ01X036400 Bifunctional protein folD 6.602031 L4_chemical_B2 +LQ01X036400 Bifunctional protein folD 9.570471399 L4_chemical_B3 +LQ01X036400 Bifunctional protein folD 9.674275692 L4_chemical_C2 +LQ01X036400 Bifunctional protein folD 9.852548382 L4_chemical_C3 +LQ01X036420 Phosphomannomutase 7.587246558 C6_control_A1 +LQ01X036420 Phosphomannomutase 8.009694581 C6_control_A3 +LQ01X036420 Phosphomannomutase 7.519878639 C6_control_B1 +LQ01X036420 Phosphomannomutase 7.706586366 C6_control_B2 +LQ01X036420 Phosphomannomutase 8.142133214 C6_control_B3 +LQ01X036420 Phosphomannomutase 8.35962721 C6_control_C1 +LQ01X036420 Phosphomannomutase 7.779399107 C6_control_C2 +LQ01X036420 Phosphomannomutase 8.682083702 C6_control_C3 +LQ01X036420 Phosphomannomutase 7.334916399 C6_chemical_A1 +LQ01X036420 Phosphomannomutase 7.575064705 C6_chemical_A3 +LQ01X036420 Phosphomannomutase 6.617652024 C6_chemical_B1 +LQ01X036420 Phosphomannomutase 7.588530657 C6_chemical_B2 +LQ01X036420 Phosphomannomutase 7.989633425 C6_chemical_B3 +LQ01X036420 Phosphomannomutase 7.854819822 C6_chemical_C1 +LQ01X036420 Phosphomannomutase 7.800717453 C6_chemical_C2 +LQ01X036420 Phosphomannomutase 8.086811277 C6_chemical_C3 +LQ01X036420 Phosphomannomutase 7.795755996 L4_control_A1 +LQ01X036420 Phosphomannomutase 7.321331311 L4_control_A2 +LQ01X036420 Phosphomannomutase 7.843049827 L4_control_A3 +LQ01X036420 Phosphomannomutase 7.597786597 L4_control_B1 +LQ01X036420 Phosphomannomutase 6.354301809 L4_control_B2 +LQ01X036420 Phosphomannomutase 7.639355483 L4_control_B3 +LQ01X036420 Phosphomannomutase 7.570294437 L4_control_C2 +LQ01X036420 Phosphomannomutase 7.713088293 L4_control_C3 +LQ01X036420 Phosphomannomutase 7.451626109 L4_chemical_A1 +LQ01X036420 Phosphomannomutase 7.030686868 L4_chemical_A2 +LQ01X036420 Phosphomannomutase 6.946154592 L4_chemical_A3 +LQ01X036420 Phosphomannomutase 6.784896965 L4_chemical_B1 +LQ01X036420 Phosphomannomutase 6.705430007 L4_chemical_B2 +LQ01X036420 Phosphomannomutase 7.562335037 L4_chemical_B3 +LQ01X036420 Phosphomannomutase 7.181674184 L4_chemical_C2 +LQ01X036420 Phosphomannomutase 6.938156852 L4_chemical_C3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.82904047 C6_control_A1 +LQ01X036450 ( )-neomenthol dehydrogenase 5.303779827 C6_control_A3 +LQ01X036450 ( )-neomenthol dehydrogenase 6.977332461 C6_control_B1 +LQ01X036450 ( )-neomenthol dehydrogenase 5.102159182 C6_control_B2 +LQ01X036450 ( )-neomenthol dehydrogenase 6.159374875 C6_control_B3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.284326356 C6_control_C1 +LQ01X036450 ( )-neomenthol dehydrogenase 5.837515992 C6_control_C2 +LQ01X036450 ( )-neomenthol dehydrogenase 5.387712643 C6_control_C3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.63863517 C6_chemical_A1 +LQ01X036450 ( )-neomenthol dehydrogenase 5.305547945 C6_chemical_A3 +LQ01X036450 ( )-neomenthol dehydrogenase 6.219980527 C6_chemical_B1 +LQ01X036450 ( )-neomenthol dehydrogenase 4.962639316 C6_chemical_B2 +LQ01X036450 ( )-neomenthol dehydrogenase 5.725510771 C6_chemical_B3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.760055149 C6_chemical_C1 +LQ01X036450 ( )-neomenthol dehydrogenase 5.014666353 C6_chemical_C2 +LQ01X036450 ( )-neomenthol dehydrogenase 5.082690504 C6_chemical_C3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.666330213 L4_control_A1 +LQ01X036450 ( )-neomenthol dehydrogenase 5.501534769 L4_control_A2 +LQ01X036450 ( )-neomenthol dehydrogenase 5.645888187 L4_control_A3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.738073156 L4_control_B1 +LQ01X036450 ( )-neomenthol dehydrogenase 5.692447615 L4_control_B2 +LQ01X036450 ( )-neomenthol dehydrogenase 6.020120766 L4_control_B3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.963007235 L4_control_C2 +LQ01X036450 ( )-neomenthol dehydrogenase 5.590053475 L4_control_C3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.481306202 L4_chemical_A1 +LQ01X036450 ( )-neomenthol dehydrogenase 5.92952841 L4_chemical_A2 +LQ01X036450 ( )-neomenthol dehydrogenase 5.533786849 L4_chemical_A3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.697307541 L4_chemical_B1 +LQ01X036450 ( )-neomenthol dehydrogenase 6.025517937 L4_chemical_B2 +LQ01X036450 ( )-neomenthol dehydrogenase 5.977130008 L4_chemical_B3 +LQ01X036450 ( )-neomenthol dehydrogenase 5.746083436 L4_chemical_C2 +LQ01X036450 ( )-neomenthol dehydrogenase 5.587295482 L4_chemical_C3 +LQ01X036480 ( )-neomenthol dehydrogenase 13.80763096 C6_control_A1 +LQ01X036480 ( )-neomenthol dehydrogenase 14.38187551 C6_control_A3 +LQ01X036480 ( )-neomenthol dehydrogenase 14.09685709 C6_control_B1 +LQ01X036480 ( )-neomenthol dehydrogenase 13.76629555 C6_control_B2 +LQ01X036480 ( )-neomenthol dehydrogenase 13.85425698 C6_control_B3 +LQ01X036480 ( )-neomenthol dehydrogenase 13.93125382 C6_control_C1 +LQ01X036480 ( )-neomenthol dehydrogenase 13.96258051 C6_control_C2 +LQ01X036480 ( )-neomenthol dehydrogenase 13.77867517 C6_control_C3 +LQ01X036480 ( )-neomenthol dehydrogenase 13.58796782 C6_chemical_A1 +LQ01X036480 ( )-neomenthol dehydrogenase 13.17712651 C6_chemical_A3 +LQ01X036480 ( )-neomenthol dehydrogenase 13.77378508 C6_chemical_B1 +LQ01X036480 ( )-neomenthol dehydrogenase 13.89930582 C6_chemical_B2 +LQ01X036480 ( )-neomenthol dehydrogenase 13.94887763 C6_chemical_B3 +LQ01X036480 ( )-neomenthol dehydrogenase 13.8691678 C6_chemical_C1 +LQ01X036480 ( )-neomenthol dehydrogenase 13.67286606 C6_chemical_C2 +LQ01X036480 ( )-neomenthol dehydrogenase 13.40579327 C6_chemical_C3 +LQ01X036480 ( )-neomenthol dehydrogenase 13.90542293 L4_control_A1 +LQ01X036480 ( )-neomenthol dehydrogenase 13.42482964 L4_control_A2 +LQ01X036480 ( )-neomenthol dehydrogenase 13.11157377 L4_control_A3 +LQ01X036480 ( )-neomenthol dehydrogenase 12.03644219 L4_control_B1 +LQ01X036480 ( )-neomenthol dehydrogenase 13.09942954 L4_control_B2 +LQ01X036480 ( )-neomenthol dehydrogenase 11.67851298 L4_control_B3 +LQ01X036480 ( )-neomenthol dehydrogenase 11.9936051 L4_control_C2 +LQ01X036480 ( )-neomenthol dehydrogenase 12.30687178 L4_control_C3 +LQ01X036480 ( )-neomenthol dehydrogenase 11.69797332 L4_chemical_A1 +LQ01X036480 ( )-neomenthol dehydrogenase 12.25750096 L4_chemical_A2 +LQ01X036480 ( )-neomenthol dehydrogenase 11.10145939 L4_chemical_A3 +LQ01X036480 ( )-neomenthol dehydrogenase 11.66586704 L4_chemical_B1 +LQ01X036480 ( )-neomenthol dehydrogenase 11.59748517 L4_chemical_B2 +LQ01X036480 ( )-neomenthol dehydrogenase 12.98333256 L4_chemical_B3 +LQ01X036480 ( )-neomenthol dehydrogenase 11.96854593 L4_chemical_C2 +LQ01X036480 ( )-neomenthol dehydrogenase 11.81103205 L4_chemical_C3 +LQ01X036510 ( )-neomenthol dehydrogenase 11.37648703 C6_control_A1 +LQ01X036510 ( )-neomenthol dehydrogenase 11.07102436 C6_control_A3 +LQ01X036510 ( )-neomenthol dehydrogenase 11.82643751 C6_control_B1 +LQ01X036510 ( )-neomenthol dehydrogenase 12.33256554 C6_control_B2 +LQ01X036510 ( )-neomenthol dehydrogenase 11.95623815 C6_control_B3 +LQ01X036510 ( )-neomenthol dehydrogenase 12.30657081 C6_control_C1 +LQ01X036510 ( )-neomenthol dehydrogenase 12.06998325 C6_control_C2 +LQ01X036510 ( )-neomenthol dehydrogenase 12.38557185 C6_control_C3 +LQ01X036510 ( )-neomenthol dehydrogenase 11.45087151 C6_chemical_A1 +LQ01X036510 ( )-neomenthol dehydrogenase 11.19884863 C6_chemical_A3 +LQ01X036510 ( )-neomenthol dehydrogenase 12.32301257 C6_chemical_B1 +LQ01X036510 ( )-neomenthol dehydrogenase 12.82597298 C6_chemical_B2 +LQ01X036510 ( )-neomenthol dehydrogenase 12.57363173 C6_chemical_B3 +LQ01X036510 ( )-neomenthol dehydrogenase 12.01854568 C6_chemical_C1 +LQ01X036510 ( )-neomenthol dehydrogenase 11.94480915 C6_chemical_C2 +LQ01X036510 ( )-neomenthol dehydrogenase 12.22809216 C6_chemical_C3 +LQ01X036510 ( )-neomenthol dehydrogenase 10.87904853 L4_control_A1 +LQ01X036510 ( )-neomenthol dehydrogenase 10.85288393 L4_control_A2 +LQ01X036510 ( )-neomenthol dehydrogenase 9.650002285 L4_control_A3 +LQ01X036510 ( )-neomenthol dehydrogenase 12.6594161 L4_control_B1 +LQ01X036510 ( )-neomenthol dehydrogenase 11.69786304 L4_control_B2 +LQ01X036510 ( )-neomenthol dehydrogenase 12.55560789 L4_control_B3 +LQ01X036510 ( )-neomenthol dehydrogenase 11.18989972 L4_control_C2 +LQ01X036510 ( )-neomenthol dehydrogenase 11.64545843 L4_control_C3 +LQ01X036510 ( )-neomenthol dehydrogenase 10.96560938 L4_chemical_A1 +LQ01X036510 ( )-neomenthol dehydrogenase 10.99305713 L4_chemical_A2 +LQ01X036510 ( )-neomenthol dehydrogenase 9.864936471 L4_chemical_A3 +LQ01X036510 ( )-neomenthol dehydrogenase 12.42505561 L4_chemical_B1 +LQ01X036510 ( )-neomenthol dehydrogenase 11.85200805 L4_chemical_B2 +LQ01X036510 ( )-neomenthol dehydrogenase 12.05067146 L4_chemical_B3 +LQ01X036510 ( )-neomenthol dehydrogenase 11.61706285 L4_chemical_C2 +LQ01X036510 ( )-neomenthol dehydrogenase 11.50982917 L4_chemical_C3 +LQ01X036520 ( )-neomenthol dehydrogenase 6.030209622 C6_control_A1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.854703776 C6_control_A3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.721535283 C6_control_B1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.482910124 C6_control_B2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.447642179 C6_control_B3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.535634387 C6_control_C1 +LQ01X036520 ( )-neomenthol dehydrogenase 6.268909592 C6_control_C2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.39046059 C6_control_C3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.427235613 C6_chemical_A1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.406205696 C6_chemical_A3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.792007968 C6_chemical_B1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.229337073 C6_chemical_B2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.656967716 C6_chemical_B3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.416318936 C6_chemical_C1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.65004333 C6_chemical_C2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.485422117 C6_chemical_C3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.366753352 L4_control_A1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.517019664 L4_control_A2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.159696759 L4_control_A3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.795436843 L4_control_B1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.540748851 L4_control_B2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.567878703 L4_control_B3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.757536489 L4_control_C2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.192646102 L4_control_C3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.080855673 L4_chemical_A1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.504089261 L4_chemical_A2 +LQ01X036520 ( )-neomenthol dehydrogenase 6.568764463 L4_chemical_A3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.478402618 L4_chemical_B1 +LQ01X036520 ( )-neomenthol dehydrogenase 5.324236901 L4_chemical_B2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.589166714 L4_chemical_B3 +LQ01X036520 ( )-neomenthol dehydrogenase 5.48630851 L4_chemical_C2 +LQ01X036520 ( )-neomenthol dehydrogenase 5.51716969 L4_chemical_C3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.67471175 C6_control_A1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.19417509 C6_control_A3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.75608818 C6_control_B1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.73549132 C6_control_B2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.08391917 C6_control_B3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.94958294 C6_control_C1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.00658452 C6_control_C2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.24257085 C6_control_C3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.60538003 C6_chemical_A1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.91657052 C6_chemical_A3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.86854316 C6_chemical_B1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.6845158 C6_chemical_B2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.93945779 C6_chemical_B3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.71925748 C6_chemical_C1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.56929621 C6_chemical_C2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.21806702 C6_chemical_C3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.93204416 L4_control_A1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.88780665 L4_control_A2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.95868029 L4_control_A3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.78328176 L4_control_B1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.13127474 L4_control_B2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.09994437 L4_control_B3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.65350712 L4_control_C2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.0279557 L4_control_C3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.65286204 L4_chemical_A1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.45001575 L4_chemical_A2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.7715238 L4_chemical_A3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.87157941 L4_chemical_B1 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.77125588 L4_chemical_B2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.92577481 L4_chemical_B3 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.63523738 L4_chemical_C2 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 12.02429916 L4_chemical_C3 +LQ01X036540 Putative uncharacterized protein 6.390655033 C6_control_A1 +LQ01X036540 Putative uncharacterized protein 6.233173311 C6_control_A3 +LQ01X036540 Putative uncharacterized protein 6.556968566 C6_control_B1 +LQ01X036540 Putative uncharacterized protein 6.683600383 C6_control_B2 +LQ01X036540 Putative uncharacterized protein 7.011570782 C6_control_B3 +LQ01X036540 Putative uncharacterized protein 6.073484047 C6_control_C1 +LQ01X036540 Putative uncharacterized protein 5.759040612 C6_control_C2 +LQ01X036540 Putative uncharacterized protein 6.127836122 C6_control_C3 +LQ01X036540 Putative uncharacterized protein 6.356033034 C6_chemical_A1 +LQ01X036540 Putative uncharacterized protein 5.980174337 C6_chemical_A3 +LQ01X036540 Putative uncharacterized protein 6.554645728 C6_chemical_B1 +LQ01X036540 Putative uncharacterized protein 6.457591232 C6_chemical_B2 +LQ01X036540 Putative uncharacterized protein 6.90902986 C6_chemical_B3 +LQ01X036540 Putative uncharacterized protein 5.703996974 C6_chemical_C1 +LQ01X036540 Putative uncharacterized protein 5.658309426 C6_chemical_C2 +LQ01X036540 Putative uncharacterized protein 5.941872483 C6_chemical_C3 +LQ01X036540 Putative uncharacterized protein 5.942490449 L4_control_A1 +LQ01X036540 Putative uncharacterized protein 5.764684858 L4_control_A2 +LQ01X036540 Putative uncharacterized protein 5.800547517 L4_control_A3 +LQ01X036540 Putative uncharacterized protein 5.993384876 L4_control_B1 +LQ01X036540 Putative uncharacterized protein 6.488904666 L4_control_B2 +LQ01X036540 Putative uncharacterized protein 6.538057998 L4_control_B3 +LQ01X036540 Putative uncharacterized protein 5.986365088 L4_control_C2 +LQ01X036540 Putative uncharacterized protein 7.067482783 L4_control_C3 +LQ01X036540 Putative uncharacterized protein 5.815056697 L4_chemical_A1 +LQ01X036540 Putative uncharacterized protein 6.292230576 L4_chemical_A2 +LQ01X036540 Putative uncharacterized protein 5.885514074 L4_chemical_A3 +LQ01X036540 Putative uncharacterized protein 6.710697197 L4_chemical_B1 +LQ01X036540 Putative uncharacterized protein 7.216964781 L4_chemical_B2 +LQ01X036540 Putative uncharacterized protein 6.177547958 L4_chemical_B3 +LQ01X036540 Putative uncharacterized protein 6.065533858 L4_chemical_C2 +LQ01X036540 Putative uncharacterized protein 5.66426989 L4_chemical_C3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 11.32569991 C6_control_A1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.39711907 C6_control_A3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 11.29555236 C6_control_B1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.51958966 C6_control_B2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.60522733 C6_control_B3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.40713464 C6_control_C1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.38021224 C6_control_C2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.5217964 C6_control_C3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 11.62841171 C6_chemical_A1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.50976119 C6_chemical_A3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.76121784 C6_chemical_B1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.27610411 C6_chemical_B2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.16963824 C6_chemical_B3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.34819808 C6_chemical_C1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.06479245 C6_chemical_C2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 9.962614572 C6_chemical_C3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.81527337 L4_control_A1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 12.16616412 L4_control_A2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.44070478 L4_control_A3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.67518234 L4_control_B1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 11.47167918 L4_control_B2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.80845212 L4_control_B3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.48842715 L4_control_C2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.45132394 L4_control_C3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.56775862 L4_chemical_A1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 11.77131823 L4_chemical_A2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.3820312 L4_chemical_A3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 11.00567841 L4_chemical_B1 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 11.47657075 L4_chemical_B2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.84542163 L4_chemical_B3 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.53177792 L4_chemical_C2 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 10.68044658 L4_chemical_C3 +LQ01X036560 Putative uncharacterized protein 12.17644644 C6_control_A1 +LQ01X036560 Putative uncharacterized protein 12.12402564 C6_control_A3 +LQ01X036560 Putative uncharacterized protein 12.53543294 C6_control_B1 +LQ01X036560 Putative uncharacterized protein 12.31355909 C6_control_B2 +LQ01X036560 Putative uncharacterized protein 12.61951324 C6_control_B3 +LQ01X036560 Putative uncharacterized protein 11.78486445 C6_control_C1 +LQ01X036560 Putative uncharacterized protein 11.899772 C6_control_C2 +LQ01X036560 Putative uncharacterized protein 11.67155788 C6_control_C3 +LQ01X036560 Putative uncharacterized protein 12.26727365 C6_chemical_A1 +LQ01X036560 Putative uncharacterized protein 12.08202094 C6_chemical_A3 +LQ01X036560 Putative uncharacterized protein 12.68431975 C6_chemical_B1 +LQ01X036560 Putative uncharacterized protein 12.57830702 C6_chemical_B2 +LQ01X036560 Putative uncharacterized protein 12.32088189 C6_chemical_B3 +LQ01X036560 Putative uncharacterized protein 11.93334662 C6_chemical_C1 +LQ01X036560 Putative uncharacterized protein 11.94742237 C6_chemical_C2 +LQ01X036560 Putative uncharacterized protein 11.67154307 C6_chemical_C3 +LQ01X036560 Putative uncharacterized protein 12.48818508 L4_control_A1 +LQ01X036560 Putative uncharacterized protein 12.59357625 L4_control_A2 +LQ01X036560 Putative uncharacterized protein 12.037798 L4_control_A3 +LQ01X036560 Putative uncharacterized protein 13.3579195 L4_control_B1 +LQ01X036560 Putative uncharacterized protein 13.02958057 L4_control_B2 +LQ01X036560 Putative uncharacterized protein 13.24412305 L4_control_B3 +LQ01X036560 Putative uncharacterized protein 12.0145455 L4_control_C2 +LQ01X036560 Putative uncharacterized protein 12.21075989 L4_control_C3 +LQ01X036560 Putative uncharacterized protein 12.74956955 L4_chemical_A1 +LQ01X036560 Putative uncharacterized protein 12.48122064 L4_chemical_A2 +LQ01X036560 Putative uncharacterized protein 12.36590036 L4_chemical_A3 +LQ01X036560 Putative uncharacterized protein 12.74752223 L4_chemical_B1 +LQ01X036560 Putative uncharacterized protein 12.71870784 L4_chemical_B2 +LQ01X036560 Putative uncharacterized protein 13.09359933 L4_chemical_B3 +LQ01X036560 Putative uncharacterized protein 12.15859462 L4_chemical_C2 +LQ01X036560 Putative uncharacterized protein 12.08255079 L4_chemical_C3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.312884294 C6_control_A1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.84010565 C6_control_A3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.996555775 C6_control_B1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.256959964 C6_control_B2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.233692887 C6_control_B3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.796681897 C6_control_C1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.195467068 C6_control_C2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.133168445 C6_control_C3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.112270571 C6_chemical_A1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.007034188 C6_chemical_A3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.017280492 C6_chemical_B1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.06949929 C6_chemical_B2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.814592639 C6_chemical_B3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.733611679 C6_chemical_C1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.413079474 C6_chemical_C2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.113363097 C6_chemical_C3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.017487154 L4_control_A1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.355727902 L4_control_A2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.767264531 L4_control_A3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.512845424 L4_control_B1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.885309355 L4_control_B2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.240002372 L4_control_B3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.333828885 L4_control_C2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.329657348 L4_control_C3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.75422069 L4_chemical_A1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.0982636 L4_chemical_A2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.542389584 L4_chemical_A3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.05356703 L4_chemical_B1 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.326609255 L4_chemical_B2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.940722348 L4_chemical_B3 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.87004763 L4_chemical_C2 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 5.479433933 L4_chemical_C3 +LQ01X036580 Hypothetical protein 4.774397809 C6_control_A1 +LQ01X036580 Hypothetical protein 4.969043348 C6_control_A3 +LQ01X036580 Hypothetical protein 4.979704418 C6_control_B1 +LQ01X036580 Hypothetical protein 4.58064807 C6_control_B2 +LQ01X036580 Hypothetical protein 4.773839217 C6_control_B3 +LQ01X036580 Hypothetical protein 5.156577612 C6_control_C1 +LQ01X036580 Hypothetical protein 4.593365 C6_control_C2 +LQ01X036580 Hypothetical protein 4.467135513 C6_control_C3 +LQ01X036580 Hypothetical protein 4.945440761 C6_chemical_A1 +LQ01X036580 Hypothetical protein 4.574394698 C6_chemical_A3 +LQ01X036580 Hypothetical protein 4.891775512 C6_chemical_B1 +LQ01X036580 Hypothetical protein 4.771124782 C6_chemical_B2 +LQ01X036580 Hypothetical protein 4.834187216 C6_chemical_B3 +LQ01X036580 Hypothetical protein 4.950060021 C6_chemical_C1 +LQ01X036580 Hypothetical protein 4.636884628 C6_chemical_C2 +LQ01X036580 Hypothetical protein 4.616490189 C6_chemical_C3 +LQ01X036580 Hypothetical protein 4.743372434 L4_control_A1 +LQ01X036580 Hypothetical protein 5.005230196 L4_control_A2 +LQ01X036580 Hypothetical protein 5.002535607 L4_control_A3 +LQ01X036580 Hypothetical protein 4.768262012 L4_control_B1 +LQ01X036580 Hypothetical protein 4.772130008 L4_control_B2 +LQ01X036580 Hypothetical protein 4.986679965 L4_control_B3 +LQ01X036580 Hypothetical protein 5.850931691 L4_control_C2 +LQ01X036580 Hypothetical protein 6.034626322 L4_control_C3 +LQ01X036580 Hypothetical protein 4.858053874 L4_chemical_A1 +LQ01X036580 Hypothetical protein 4.759950704 L4_chemical_A2 +LQ01X036580 Hypothetical protein 5.239216406 L4_chemical_A3 +LQ01X036580 Hypothetical protein 5.259216335 L4_chemical_B1 +LQ01X036580 Hypothetical protein 4.928509111 L4_chemical_B2 +LQ01X036580 Hypothetical protein 5.096934035 L4_chemical_B3 +LQ01X036580 Hypothetical protein 5.845718 L4_chemical_C2 +LQ01X036580 Hypothetical protein 5.591970482 L4_chemical_C3 +LQ01X036620 Acyl-CoA thioesterase, putative 12.81582834 C6_control_A1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.66868944 C6_control_A3 +LQ01X036620 Acyl-CoA thioesterase, putative 13.06567747 C6_control_B1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.46400331 C6_control_B2 +LQ01X036620 Acyl-CoA thioesterase, putative 12.86596122 C6_control_B3 +LQ01X036620 Acyl-CoA thioesterase, putative 12.72697712 C6_control_C1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.67311347 C6_control_C2 +LQ01X036620 Acyl-CoA thioesterase, putative 12.41301915 C6_control_C3 +LQ01X036620 Acyl-CoA thioesterase, putative 12.5024296 C6_chemical_A1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.11031256 C6_chemical_A3 +LQ01X036620 Acyl-CoA thioesterase, putative 12.98226108 C6_chemical_B1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.37956813 C6_chemical_B2 +LQ01X036620 Acyl-CoA thioesterase, putative 12.42359753 C6_chemical_B3 +LQ01X036620 Acyl-CoA thioesterase, putative 12.54372247 C6_chemical_C1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.69582086 C6_chemical_C2 +LQ01X036620 Acyl-CoA thioesterase, putative 12.01312073 C6_chemical_C3 +LQ01X036620 Acyl-CoA thioesterase, putative 12.02934933 L4_control_A1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.74464652 L4_control_A2 +LQ01X036620 Acyl-CoA thioesterase, putative 12.1233067 L4_control_A3 +LQ01X036620 Acyl-CoA thioesterase, putative 13.03189136 L4_control_B1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.71587432 L4_control_B2 +LQ01X036620 Acyl-CoA thioesterase, putative 11.82751125 L4_control_B3 +LQ01X036620 Acyl-CoA thioesterase, putative 13.09002332 L4_control_C2 +LQ01X036620 Acyl-CoA thioesterase, putative 12.96867957 L4_control_C3 +LQ01X036620 Acyl-CoA thioesterase, putative 11.89072588 L4_chemical_A1 +LQ01X036620 Acyl-CoA thioesterase, putative 12.55736943 L4_chemical_A2 +LQ01X036620 Acyl-CoA thioesterase, putative 11.91900168 L4_chemical_A3 +LQ01X036620 Acyl-CoA thioesterase, putative 13.23585618 L4_chemical_B1 +LQ01X036620 Acyl-CoA thioesterase, putative 13.54069642 L4_chemical_B2 +LQ01X036620 Acyl-CoA thioesterase, putative 12.20397676 L4_chemical_B3 +LQ01X036620 Acyl-CoA thioesterase, putative 13.12136341 L4_chemical_C2 +LQ01X036620 Acyl-CoA thioesterase, putative 13.00343101 L4_chemical_C3 +LQ01X036630 Putative Cell division protein ftsY homolog 11.65076511 C6_control_A1 +LQ01X036630 Putative Cell division protein ftsY homolog 11.80677274 C6_control_A3 +LQ01X036630 Putative Cell division protein ftsY homolog 11.62586158 C6_control_B1 +LQ01X036630 Putative Cell division protein ftsY homolog 11.81688452 C6_control_B2 +LQ01X036630 Putative Cell division protein ftsY homolog 11.75347144 C6_control_B3 +LQ01X036630 Putative Cell division protein ftsY homolog 11.4623136 C6_control_C1 +LQ01X036630 Putative Cell division protein ftsY homolog 12.3632432 C6_control_C2 +LQ01X036630 Putative Cell division protein ftsY homolog 12.12368664 C6_control_C3 +LQ01X036630 Putative Cell division protein ftsY homolog 11.55110801 C6_chemical_A1 +LQ01X036630 Putative Cell division protein ftsY homolog 12.1583018 C6_chemical_A3 +LQ01X036630 Putative Cell division protein ftsY homolog 11.91556422 C6_chemical_B1 +LQ01X036630 Putative Cell division protein ftsY homolog 11.84137669 C6_chemical_B2 +LQ01X036630 Putative Cell division protein ftsY homolog 11.64554746 C6_chemical_B3 +LQ01X036630 Putative Cell division protein ftsY homolog 11.41309852 C6_chemical_C1 +LQ01X036630 Putative Cell division protein ftsY homolog 12.29026059 C6_chemical_C2 +LQ01X036630 Putative Cell division protein ftsY homolog 11.9447446 C6_chemical_C3 +LQ01X036630 Putative Cell division protein ftsY homolog 11.83468821 L4_control_A1 +LQ01X036630 Putative Cell division protein ftsY homolog 12.29753995 L4_control_A2 +LQ01X036630 Putative Cell division protein ftsY homolog 12.67310968 L4_control_A3 +LQ01X036630 Putative Cell division protein ftsY homolog 12.13524425 L4_control_B1 +LQ01X036630 Putative Cell division protein ftsY homolog 12.65532132 L4_control_B2 +LQ01X036630 Putative Cell division protein ftsY homolog 12.30771817 L4_control_B3 +LQ01X036630 Putative Cell division protein ftsY homolog 12.75094567 L4_control_C2 +LQ01X036630 Putative Cell division protein ftsY homolog 12.81447816 L4_control_C3 +LQ01X036630 Putative Cell division protein ftsY homolog 11.38758353 L4_chemical_A1 +LQ01X036630 Putative Cell division protein ftsY homolog 12.14374981 L4_chemical_A2 +LQ01X036630 Putative Cell division protein ftsY homolog 12.3345125 L4_chemical_A3 +LQ01X036630 Putative Cell division protein ftsY homolog 12.02267804 L4_chemical_B1 +LQ01X036630 Putative Cell division protein ftsY homolog 12.2872579 L4_chemical_B2 +LQ01X036630 Putative Cell division protein ftsY homolog 11.97225446 L4_chemical_B3 +LQ01X036630 Putative Cell division protein ftsY homolog 12.95502394 L4_chemical_C2 +LQ01X036630 Putative Cell division protein ftsY homolog 12.80950663 L4_chemical_C3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.41220587 C6_control_A1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.90363157 C6_control_A3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.08981464 C6_control_B1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.904400309 C6_control_B2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.857028742 C6_control_B3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.05985484 C6_control_C1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.569574085 C6_control_C2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.630275474 C6_control_C3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.56360158 C6_chemical_A1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.77830393 C6_chemical_A3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.4179903 C6_chemical_B1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.0897652 C6_chemical_B2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.917900026 C6_chemical_B3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.92579568 C6_chemical_C1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.850318527 C6_chemical_C2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.272821904 C6_chemical_C3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.39955802 L4_control_A1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.47290281 L4_control_A2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 11.15503947 L4_control_A3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.745016836 L4_control_B1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.7960381 L4_control_B2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.568941193 L4_control_B3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.36665089 L4_control_C2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.53046211 L4_control_C3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.738206499 L4_chemical_A1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.46939134 L4_chemical_A2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.72247608 L4_chemical_A3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.29274913 L4_chemical_B1 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.75205133 L4_chemical_B2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 9.881406522 L4_chemical_B3 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.51664694 L4_chemical_C2 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.30824231 L4_chemical_C3 +LQ01X036680 Shaggy-related protein kinase theta 5.48670379 C6_control_A1 +LQ01X036680 Shaggy-related protein kinase theta 5.675728043 C6_control_A3 +LQ01X036680 Shaggy-related protein kinase theta 5.818612722 C6_control_B1 +LQ01X036680 Shaggy-related protein kinase theta 5.954289698 C6_control_B2 +LQ01X036680 Shaggy-related protein kinase theta 5.837388621 C6_control_B3 +LQ01X036680 Shaggy-related protein kinase theta 5.456850154 C6_control_C1 +LQ01X036680 Shaggy-related protein kinase theta 5.697425085 C6_control_C2 +LQ01X036680 Shaggy-related protein kinase theta 5.627720095 C6_control_C3 +LQ01X036680 Shaggy-related protein kinase theta 5.772142366 C6_chemical_A1 +LQ01X036680 Shaggy-related protein kinase theta 5.749476235 C6_chemical_A3 +LQ01X036680 Shaggy-related protein kinase theta 5.818133383 C6_chemical_B1 +LQ01X036680 Shaggy-related protein kinase theta 6.07699745 C6_chemical_B2 +LQ01X036680 Shaggy-related protein kinase theta 5.710761737 C6_chemical_B3 +LQ01X036680 Shaggy-related protein kinase theta 5.784542444 C6_chemical_C1 +LQ01X036680 Shaggy-related protein kinase theta 5.8736564 C6_chemical_C2 +LQ01X036680 Shaggy-related protein kinase theta 6.297742134 C6_chemical_C3 +LQ01X036680 Shaggy-related protein kinase theta 5.202541798 L4_control_A1 +LQ01X036680 Shaggy-related protein kinase theta 5.68373321 L4_control_A2 +LQ01X036680 Shaggy-related protein kinase theta 5.581321164 L4_control_A3 +LQ01X036680 Shaggy-related protein kinase theta 5.897519922 L4_control_B1 +LQ01X036680 Shaggy-related protein kinase theta 5.342972965 L4_control_B2 +LQ01X036680 Shaggy-related protein kinase theta 6.363718993 L4_control_B3 +LQ01X036680 Shaggy-related protein kinase theta 5.360733182 L4_control_C2 +LQ01X036680 Shaggy-related protein kinase theta 5.934438454 L4_control_C3 +LQ01X036680 Shaggy-related protein kinase theta 5.62846881 L4_chemical_A1 +LQ01X036680 Shaggy-related protein kinase theta 5.554482548 L4_chemical_A2 +LQ01X036680 Shaggy-related protein kinase theta 5.901320983 L4_chemical_A3 +LQ01X036680 Shaggy-related protein kinase theta 5.72134301 L4_chemical_B1 +LQ01X036680 Shaggy-related protein kinase theta 5.760229246 L4_chemical_B2 +LQ01X036680 Shaggy-related protein kinase theta 5.832951485 L4_chemical_B3 +LQ01X036680 Shaggy-related protein kinase theta 5.663879597 L4_chemical_C2 +LQ01X036680 Shaggy-related protein kinase theta 6.492636421 L4_chemical_C3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.47253974 C6_control_A1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 12.84595053 C6_control_A3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.18901795 C6_control_B1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.07142645 C6_control_B2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.91438434 C6_control_B3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.45953941 C6_control_C1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 12.79183366 C6_control_C2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.45298688 C6_control_C3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.33075049 C6_chemical_A1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.27918582 C6_chemical_A3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.52491096 C6_chemical_B1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.13489005 C6_chemical_B2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.62329407 C6_chemical_B3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.07273172 C6_chemical_C1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 12.90342715 C6_chemical_C2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.4487793 C6_chemical_C3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.38584363 L4_control_A1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.4860126 L4_control_A2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.74602091 L4_control_A3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.51737675 L4_control_B1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.77430292 L4_control_B2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.55742564 L4_control_B3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.7964037 L4_control_C2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.62064859 L4_control_C3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.65090969 L4_chemical_A1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.69408513 L4_chemical_A2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.61556686 L4_chemical_A3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.76217624 L4_chemical_B1 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.73060977 L4_chemical_B2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 14.00282929 L4_chemical_B3 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.4875813 L4_chemical_C2 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.30418111 L4_chemical_C3 +LQ01X036700 Probable methyltransferase PMT13 5.814685771 C6_control_A1 +LQ01X036700 Probable methyltransferase PMT13 6.640832652 C6_control_A3 +LQ01X036700 Probable methyltransferase PMT13 5.35239796 C6_control_B1 +LQ01X036700 Probable methyltransferase PMT13 6.161465154 C6_control_B2 +LQ01X036700 Probable methyltransferase PMT13 5.866028274 C6_control_B3 +LQ01X036700 Probable methyltransferase PMT13 5.88349863 C6_control_C1 +LQ01X036700 Probable methyltransferase PMT13 6.33570058 C6_control_C2 +LQ01X036700 Probable methyltransferase PMT13 5.759127467 C6_control_C3 +LQ01X036700 Probable methyltransferase PMT13 5.74898717 C6_chemical_A1 +LQ01X036700 Probable methyltransferase PMT13 5.810185192 C6_chemical_A3 +LQ01X036700 Probable methyltransferase PMT13 5.24370423 C6_chemical_B1 +LQ01X036700 Probable methyltransferase PMT13 5.984567446 C6_chemical_B2 +LQ01X036700 Probable methyltransferase PMT13 5.905222059 C6_chemical_B3 +LQ01X036700 Probable methyltransferase PMT13 5.648890318 C6_chemical_C1 +LQ01X036700 Probable methyltransferase PMT13 6.172697131 C6_chemical_C2 +LQ01X036700 Probable methyltransferase PMT13 5.5005287 C6_chemical_C3 +LQ01X036700 Probable methyltransferase PMT13 6.041916226 L4_control_A1 +LQ01X036700 Probable methyltransferase PMT13 6.315511354 L4_control_A2 +LQ01X036700 Probable methyltransferase PMT13 5.490787798 L4_control_A3 +LQ01X036700 Probable methyltransferase PMT13 6.203474597 L4_control_B1 +LQ01X036700 Probable methyltransferase PMT13 6.336691524 L4_control_B2 +LQ01X036700 Probable methyltransferase PMT13 5.985192269 L4_control_B3 +LQ01X036700 Probable methyltransferase PMT13 5.581697774 L4_control_C2 +LQ01X036700 Probable methyltransferase PMT13 5.654143844 L4_control_C3 +LQ01X036700 Probable methyltransferase PMT13 5.7735624 L4_chemical_A1 +LQ01X036700 Probable methyltransferase PMT13 6.036509484 L4_chemical_A2 +LQ01X036700 Probable methyltransferase PMT13 6.112678651 L4_chemical_A3 +LQ01X036700 Probable methyltransferase PMT13 6.540495572 L4_chemical_B1 +LQ01X036700 Probable methyltransferase PMT13 6.203565576 L4_chemical_B2 +LQ01X036700 Probable methyltransferase PMT13 5.85523118 L4_chemical_B3 +LQ01X036700 Probable methyltransferase PMT13 5.549184214 L4_chemical_C2 +LQ01X036700 Probable methyltransferase PMT13 5.489778913 L4_chemical_C3 +LQ01X036740 Ara4-interacting protein, putative 5.58940784 C6_control_A1 +LQ01X036740 Ara4-interacting protein, putative 5.886041112 C6_control_A3 +LQ01X036740 Ara4-interacting protein, putative 5.603042331 C6_control_B1 +LQ01X036740 Ara4-interacting protein, putative 5.784088424 C6_control_B2 +LQ01X036740 Ara4-interacting protein, putative 5.63439976 C6_control_B3 +LQ01X036740 Ara4-interacting protein, putative 5.325285977 C6_control_C1 +LQ01X036740 Ara4-interacting protein, putative 5.143372326 C6_control_C2 +LQ01X036740 Ara4-interacting protein, putative 5.189011961 C6_control_C3 +LQ01X036740 Ara4-interacting protein, putative 6.085155588 C6_chemical_A1 +LQ01X036740 Ara4-interacting protein, putative 5.70124433 C6_chemical_A3 +LQ01X036740 Ara4-interacting protein, putative 5.400487905 C6_chemical_B1 +LQ01X036740 Ara4-interacting protein, putative 5.346901384 C6_chemical_B2 +LQ01X036740 Ara4-interacting protein, putative 5.254545482 C6_chemical_B3 +LQ01X036740 Ara4-interacting protein, putative 5.322471523 C6_chemical_C1 +LQ01X036740 Ara4-interacting protein, putative 5.172441992 C6_chemical_C2 +LQ01X036740 Ara4-interacting protein, putative 5.288716286 C6_chemical_C3 +LQ01X036740 Ara4-interacting protein, putative 5.631946531 L4_control_A1 +LQ01X036740 Ara4-interacting protein, putative 5.614082424 L4_control_A2 +LQ01X036740 Ara4-interacting protein, putative 7.109843987 L4_control_A3 +LQ01X036740 Ara4-interacting protein, putative 5.54431622 L4_control_B1 +LQ01X036740 Ara4-interacting protein, putative 5.284682162 L4_control_B2 +LQ01X036740 Ara4-interacting protein, putative 5.630667961 L4_control_B3 +LQ01X036740 Ara4-interacting protein, putative 5.760090587 L4_control_C2 +LQ01X036740 Ara4-interacting protein, putative 5.147216399 L4_control_C3 +LQ01X036740 Ara4-interacting protein, putative 5.799640681 L4_chemical_A1 +LQ01X036740 Ara4-interacting protein, putative 5.976825618 L4_chemical_A2 +LQ01X036740 Ara4-interacting protein, putative 6.138742683 L4_chemical_A3 +LQ01X036740 Ara4-interacting protein, putative 5.954981973 L4_chemical_B1 +LQ01X036740 Ara4-interacting protein, putative 5.805480447 L4_chemical_B2 +LQ01X036740 Ara4-interacting protein, putative 5.701191818 L4_chemical_B3 +LQ01X036740 Ara4-interacting protein, putative 5.560483912 L4_chemical_C2 +LQ01X036740 Ara4-interacting protein, putative 5.514036588 L4_chemical_C3 +LQ01X036760 Cytochrome P450 87A3 5.552892489 C6_control_A1 +LQ01X036760 Cytochrome P450 87A3 5.239379547 C6_control_A3 +LQ01X036760 Cytochrome P450 87A3 5.386249952 C6_control_B1 +LQ01X036760 Cytochrome P450 87A3 5.424243031 C6_control_B2 +LQ01X036760 Cytochrome P450 87A3 5.446756612 C6_control_B3 +LQ01X036760 Cytochrome P450 87A3 5.376162221 C6_control_C1 +LQ01X036760 Cytochrome P450 87A3 5.148461407 C6_control_C2 +LQ01X036760 Cytochrome P450 87A3 5.648392785 C6_control_C3 +LQ01X036760 Cytochrome P450 87A3 5.552538094 C6_chemical_A1 +LQ01X036760 Cytochrome P450 87A3 5.446588256 C6_chemical_A3 +LQ01X036760 Cytochrome P450 87A3 5.160897557 C6_chemical_B1 +LQ01X036760 Cytochrome P450 87A3 5.343932427 C6_chemical_B2 +LQ01X036760 Cytochrome P450 87A3 5.684595714 C6_chemical_B3 +LQ01X036760 Cytochrome P450 87A3 5.274077678 C6_chemical_C1 +LQ01X036760 Cytochrome P450 87A3 5.508706349 C6_chemical_C2 +LQ01X036760 Cytochrome P450 87A3 5.702004565 C6_chemical_C3 +LQ01X036760 Cytochrome P450 87A3 5.372406532 L4_control_A1 +LQ01X036760 Cytochrome P450 87A3 5.737027337 L4_control_A2 +LQ01X036760 Cytochrome P450 87A3 5.550006044 L4_control_A3 +LQ01X036760 Cytochrome P450 87A3 5.106056979 L4_control_B1 +LQ01X036760 Cytochrome P450 87A3 5.520734943 L4_control_B2 +LQ01X036760 Cytochrome P450 87A3 5.296681845 L4_control_B3 +LQ01X036760 Cytochrome P450 87A3 5.524420839 L4_control_C2 +LQ01X036760 Cytochrome P450 87A3 5.340768957 L4_control_C3 +LQ01X036760 Cytochrome P450 87A3 5.335141637 L4_chemical_A1 +LQ01X036760 Cytochrome P450 87A3 5.469650203 L4_chemical_A2 +LQ01X036760 Cytochrome P450 87A3 5.366945043 L4_chemical_A3 +LQ01X036760 Cytochrome P450 87A3 5.269551549 L4_chemical_B1 +LQ01X036760 Cytochrome P450 87A3 5.077814076 L4_chemical_B2 +LQ01X036760 Cytochrome P450 87A3 5.300381711 L4_chemical_B3 +LQ01X036760 Cytochrome P450 87A3 5.270300584 L4_chemical_C2 +LQ01X036760 Cytochrome P450 87A3 5.442785974 L4_chemical_C3 +LQ01X036780 F-box protein PP2-A13 6.854740762 C6_control_A1 +LQ01X036780 F-box protein PP2-A13 6.477178057 C6_control_A3 +LQ01X036780 F-box protein PP2-A13 5.09060422 C6_control_B1 +LQ01X036780 F-box protein PP2-A13 6.518599839 C6_control_B2 +LQ01X036780 F-box protein PP2-A13 6.441833501 C6_control_B3 +LQ01X036780 F-box protein PP2-A13 6.183838966 C6_control_C1 +LQ01X036780 F-box protein PP2-A13 6.221641687 C6_control_C2 +LQ01X036780 F-box protein PP2-A13 6.733485082 C6_control_C3 +LQ01X036780 F-box protein PP2-A13 6.479595965 C6_chemical_A1 +LQ01X036780 F-box protein PP2-A13 7.625616074 C6_chemical_A3 +LQ01X036780 F-box protein PP2-A13 5.434110285 C6_chemical_B1 +LQ01X036780 F-box protein PP2-A13 5.790361691 C6_chemical_B2 +LQ01X036780 F-box protein PP2-A13 6.186703273 C6_chemical_B3 +LQ01X036780 F-box protein PP2-A13 5.690823696 C6_chemical_C1 +LQ01X036780 F-box protein PP2-A13 6.413692389 C6_chemical_C2 +LQ01X036780 F-box protein PP2-A13 8.493607957 C6_chemical_C3 +LQ01X036780 F-box protein PP2-A13 7.968838466 L4_control_A1 +LQ01X036780 F-box protein PP2-A13 9.146211482 L4_control_A2 +LQ01X036780 F-box protein PP2-A13 11.2628984 L4_control_A3 +LQ01X036780 F-box protein PP2-A13 10.03792437 L4_control_B1 +LQ01X036780 F-box protein PP2-A13 10.00647642 L4_control_B2 +LQ01X036780 F-box protein PP2-A13 10.39279422 L4_control_B3 +LQ01X036780 F-box protein PP2-A13 10.59953173 L4_control_C2 +LQ01X036780 F-box protein PP2-A13 11.93149796 L4_control_C3 +LQ01X036780 F-box protein PP2-A13 11.54379031 L4_chemical_A1 +LQ01X036780 F-box protein PP2-A13 12.92983632 L4_chemical_A2 +LQ01X036780 F-box protein PP2-A13 10.87450037 L4_chemical_A3 +LQ01X036780 F-box protein PP2-A13 10.68387027 L4_chemical_B1 +LQ01X036780 F-box protein PP2-A13 11.5851297 L4_chemical_B2 +LQ01X036780 F-box protein PP2-A13 10.11872475 L4_chemical_B3 +LQ01X036780 F-box protein PP2-A13 11.31865205 L4_chemical_C2 +LQ01X036780 F-box protein PP2-A13 12.02186775 L4_chemical_C3 +LQ01X036790 Putative uncharacterized protein 12.40607476 C6_control_A1 +LQ01X036790 Putative uncharacterized protein 12.34802757 C6_control_A3 +LQ01X036790 Putative uncharacterized protein 12.26101933 C6_control_B1 +LQ01X036790 Putative uncharacterized protein 12.15887396 C6_control_B2 +LQ01X036790 Putative uncharacterized protein 11.965968 C6_control_B3 +LQ01X036790 Putative uncharacterized protein 11.92988214 C6_control_C1 +LQ01X036790 Putative uncharacterized protein 12.20049877 C6_control_C2 +LQ01X036790 Putative uncharacterized protein 11.7908069 C6_control_C3 +LQ01X036790 Putative uncharacterized protein 12.34875562 C6_chemical_A1 +LQ01X036790 Putative uncharacterized protein 12.35548539 C6_chemical_A3 +LQ01X036790 Putative uncharacterized protein 12.00032252 C6_chemical_B1 +LQ01X036790 Putative uncharacterized protein 12.27082145 C6_chemical_B2 +LQ01X036790 Putative uncharacterized protein 11.83717915 C6_chemical_B3 +LQ01X036790 Putative uncharacterized protein 11.91199152 C6_chemical_C1 +LQ01X036790 Putative uncharacterized protein 11.98166073 C6_chemical_C2 +LQ01X036790 Putative uncharacterized protein 12.15239411 C6_chemical_C3 +LQ01X036790 Putative uncharacterized protein 11.98007841 L4_control_A1 +LQ01X036790 Putative uncharacterized protein 11.6541343 L4_control_A2 +LQ01X036790 Putative uncharacterized protein 11.27842966 L4_control_A3 +LQ01X036790 Putative uncharacterized protein 11.43846687 L4_control_B1 +LQ01X036790 Putative uncharacterized protein 11.56132191 L4_control_B2 +LQ01X036790 Putative uncharacterized protein 11.88291809 L4_control_B3 +LQ01X036790 Putative uncharacterized protein 11.21663078 L4_control_C2 +LQ01X036790 Putative uncharacterized protein 11.66978651 L4_control_C3 +LQ01X036790 Putative uncharacterized protein 11.91987907 L4_chemical_A1 +LQ01X036790 Putative uncharacterized protein 11.80565879 L4_chemical_A2 +LQ01X036790 Putative uncharacterized protein 11.55829934 L4_chemical_A3 +LQ01X036790 Putative uncharacterized protein 11.74528043 L4_chemical_B1 +LQ01X036790 Putative uncharacterized protein 11.31753351 L4_chemical_B2 +LQ01X036790 Putative uncharacterized protein 11.70069506 L4_chemical_B3 +LQ01X036790 Putative uncharacterized protein 11.3993904 L4_chemical_C2 +LQ01X036790 Putative uncharacterized protein 11.63967932 L4_chemical_C3 +LQ01X036800 Peroxisomal membrane protein 11D 13.24342379 C6_control_A1 +LQ01X036800 Peroxisomal membrane protein 11D 13.26374509 C6_control_A3 +LQ01X036800 Peroxisomal membrane protein 11D 13.60395515 C6_control_B1 +LQ01X036800 Peroxisomal membrane protein 11D 12.42968122 C6_control_B2 +LQ01X036800 Peroxisomal membrane protein 11D 13.40841095 C6_control_B3 +LQ01X036800 Peroxisomal membrane protein 11D 12.80429246 C6_control_C1 +LQ01X036800 Peroxisomal membrane protein 11D 12.94053053 C6_control_C2 +LQ01X036800 Peroxisomal membrane protein 11D 12.42951847 C6_control_C3 +LQ01X036800 Peroxisomal membrane protein 11D 12.98127423 C6_chemical_A1 +LQ01X036800 Peroxisomal membrane protein 11D 12.9983983 C6_chemical_A3 +LQ01X036800 Peroxisomal membrane protein 11D 13.43307392 C6_chemical_B1 +LQ01X036800 Peroxisomal membrane protein 11D 12.50766524 C6_chemical_B2 +LQ01X036800 Peroxisomal membrane protein 11D 13.1579093 C6_chemical_B3 +LQ01X036800 Peroxisomal membrane protein 11D 12.90724896 C6_chemical_C1 +LQ01X036800 Peroxisomal membrane protein 11D 12.86029431 C6_chemical_C2 +LQ01X036800 Peroxisomal membrane protein 11D 13.19993741 C6_chemical_C3 +LQ01X036800 Peroxisomal membrane protein 11D 12.49564814 L4_control_A1 +LQ01X036800 Peroxisomal membrane protein 11D 12.41757239 L4_control_A2 +LQ01X036800 Peroxisomal membrane protein 11D 12.84680624 L4_control_A3 +LQ01X036800 Peroxisomal membrane protein 11D 12.70530203 L4_control_B1 +LQ01X036800 Peroxisomal membrane protein 11D 13.14319759 L4_control_B2 +LQ01X036800 Peroxisomal membrane protein 11D 12.50563266 L4_control_B3 +LQ01X036800 Peroxisomal membrane protein 11D 13.51422432 L4_control_C2 +LQ01X036800 Peroxisomal membrane protein 11D 13.30370939 L4_control_C3 +LQ01X036800 Peroxisomal membrane protein 11D 12.28036592 L4_chemical_A1 +LQ01X036800 Peroxisomal membrane protein 11D 12.28361444 L4_chemical_A2 +LQ01X036800 Peroxisomal membrane protein 11D 12.83779627 L4_chemical_A3 +LQ01X036800 Peroxisomal membrane protein 11D 13.29640485 L4_chemical_B1 +LQ01X036800 Peroxisomal membrane protein 11D 12.63749023 L4_chemical_B2 +LQ01X036800 Peroxisomal membrane protein 11D 12.17918827 L4_chemical_B3 +LQ01X036800 Peroxisomal membrane protein 11D 12.6886303 L4_chemical_C2 +LQ01X036800 Peroxisomal membrane protein 11D 13.43681915 L4_chemical_C3 +LQ01X036810 Predicted protein 6.129654085 C6_control_A1 +LQ01X036810 Predicted protein 6.531170766 C6_control_A3 +LQ01X036810 Predicted protein 5.511696256 C6_control_B1 +LQ01X036810 Predicted protein 5.710088402 C6_control_B2 +LQ01X036810 Predicted protein 5.838896674 C6_control_B3 +LQ01X036810 Predicted protein 5.146131682 C6_control_C1 +LQ01X036810 Predicted protein 5.807493842 C6_control_C2 +LQ01X036810 Predicted protein 5.407400739 C6_control_C3 +LQ01X036810 Predicted protein 5.810465133 C6_chemical_A1 +LQ01X036810 Predicted protein 5.855080401 C6_chemical_A3 +LQ01X036810 Predicted protein 5.451732359 C6_chemical_B1 +LQ01X036810 Predicted protein 5.75724001 C6_chemical_B2 +LQ01X036810 Predicted protein 5.543380525 C6_chemical_B3 +LQ01X036810 Predicted protein 5.317552241 C6_chemical_C1 +LQ01X036810 Predicted protein 5.317427481 C6_chemical_C2 +LQ01X036810 Predicted protein 5.4896201 C6_chemical_C3 +LQ01X036810 Predicted protein 6.137767365 L4_control_A1 +LQ01X036810 Predicted protein 6.184880653 L4_control_A2 +LQ01X036810 Predicted protein 6.646496352 L4_control_A3 +LQ01X036810 Predicted protein 6.272065899 L4_control_B1 +LQ01X036810 Predicted protein 6.602174927 L4_control_B2 +LQ01X036810 Predicted protein 5.592587197 L4_control_B3 +LQ01X036810 Predicted protein 5.879225576 L4_control_C2 +LQ01X036810 Predicted protein 5.526451747 L4_control_C3 +LQ01X036810 Predicted protein 6.193015095 L4_chemical_A1 +LQ01X036810 Predicted protein 6.038193526 L4_chemical_A2 +LQ01X036810 Predicted protein 6.417288761 L4_chemical_A3 +LQ01X036810 Predicted protein 5.702724137 L4_chemical_B1 +LQ01X036810 Predicted protein 5.81231948 L4_chemical_B2 +LQ01X036810 Predicted protein 5.489120203 L4_chemical_B3 +LQ01X036810 Predicted protein 4.996034058 L4_chemical_C2 +LQ01X036810 Predicted protein 5.310145447 L4_chemical_C3 +LQ01X036840 Predicted protein 11.90598467 C6_control_A1 +LQ01X036840 Predicted protein 12.14558706 C6_control_A3 +LQ01X036840 Predicted protein 11.92234018 C6_control_B1 +LQ01X036840 Predicted protein 11.32277811 C6_control_B2 +LQ01X036840 Predicted protein 11.72552369 C6_control_B3 +LQ01X036840 Predicted protein 10.4870331 C6_control_C1 +LQ01X036840 Predicted protein 10.48106306 C6_control_C2 +LQ01X036840 Predicted protein 10.90731453 C6_control_C3 +LQ01X036840 Predicted protein 11.78752912 C6_chemical_A1 +LQ01X036840 Predicted protein 12.07823619 C6_chemical_A3 +LQ01X036840 Predicted protein 11.77203961 C6_chemical_B1 +LQ01X036840 Predicted protein 11.48142623 C6_chemical_B2 +LQ01X036840 Predicted protein 11.9681106 C6_chemical_B3 +LQ01X036840 Predicted protein 10.49027409 C6_chemical_C1 +LQ01X036840 Predicted protein 10.6627109 C6_chemical_C2 +LQ01X036840 Predicted protein 10.87215068 C6_chemical_C3 +LQ01X036840 Predicted protein 12.12901966 L4_control_A1 +LQ01X036840 Predicted protein 11.02209451 L4_control_A2 +LQ01X036840 Predicted protein 11.71015585 L4_control_A3 +LQ01X036840 Predicted protein 10.52082764 L4_control_B1 +LQ01X036840 Predicted protein 10.86725114 L4_control_B2 +LQ01X036840 Predicted protein 9.839880815 L4_control_B3 +LQ01X036840 Predicted protein 10.34410752 L4_control_C2 +LQ01X036840 Predicted protein 9.291762199 L4_control_C3 +LQ01X036840 Predicted protein 11.78644897 L4_chemical_A1 +LQ01X036840 Predicted protein 11.21019868 L4_chemical_A2 +LQ01X036840 Predicted protein 12.10294308 L4_chemical_A3 +LQ01X036840 Predicted protein 11.11628753 L4_chemical_B1 +LQ01X036840 Predicted protein 10.94381345 L4_chemical_B2 +LQ01X036840 Predicted protein 10.99225927 L4_chemical_B3 +LQ01X036840 Predicted protein 10.45326542 L4_chemical_C2 +LQ01X036840 Predicted protein 9.481067429 L4_chemical_C3 +LQ01X036890 Flap endonuclease GEN-like 1 5.633480333 C6_control_A1 +LQ01X036890 Flap endonuclease GEN-like 1 6.387615846 C6_control_A3 +LQ01X036890 Flap endonuclease GEN-like 1 4.786938071 C6_control_B1 +LQ01X036890 Flap endonuclease GEN-like 1 5.120489136 C6_control_B2 +LQ01X036890 Flap endonuclease GEN-like 1 4.899125292 C6_control_B3 +LQ01X036890 Flap endonuclease GEN-like 1 5.260851113 C6_control_C1 +LQ01X036890 Flap endonuclease GEN-like 1 5.741135839 C6_control_C2 +LQ01X036890 Flap endonuclease GEN-like 1 4.989977789 C6_control_C3 +LQ01X036890 Flap endonuclease GEN-like 1 5.283804013 C6_chemical_A1 +LQ01X036890 Flap endonuclease GEN-like 1 5.657734859 C6_chemical_A3 +LQ01X036890 Flap endonuclease GEN-like 1 4.768979959 C6_chemical_B1 +LQ01X036890 Flap endonuclease GEN-like 1 5.31607356 C6_chemical_B2 +LQ01X036890 Flap endonuclease GEN-like 1 5.499417397 C6_chemical_B3 +LQ01X036890 Flap endonuclease GEN-like 1 5.351844119 C6_chemical_C1 +LQ01X036890 Flap endonuclease GEN-like 1 5.110007388 C6_chemical_C2 +LQ01X036890 Flap endonuclease GEN-like 1 5.105177286 C6_chemical_C3 +LQ01X036890 Flap endonuclease GEN-like 1 5.417471842 L4_control_A1 +LQ01X036890 Flap endonuclease GEN-like 1 5.285489395 L4_control_A2 +LQ01X036890 Flap endonuclease GEN-like 1 5.978107754 L4_control_A3 +LQ01X036890 Flap endonuclease GEN-like 1 5.781864984 L4_control_B1 +LQ01X036890 Flap endonuclease GEN-like 1 5.336198221 L4_control_B2 +LQ01X036890 Flap endonuclease GEN-like 1 5.007611117 L4_control_B3 +LQ01X036890 Flap endonuclease GEN-like 1 5.24953827 L4_control_C2 +LQ01X036890 Flap endonuclease GEN-like 1 5.253327238 L4_control_C3 +LQ01X036890 Flap endonuclease GEN-like 1 5.008064915 L4_chemical_A1 +LQ01X036890 Flap endonuclease GEN-like 1 5.291724882 L4_chemical_A2 +LQ01X036890 Flap endonuclease GEN-like 1 6.580207992 L4_chemical_A3 +LQ01X036890 Flap endonuclease GEN-like 1 5.252863122 L4_chemical_B1 +LQ01X036890 Flap endonuclease GEN-like 1 5.670434547 L4_chemical_B2 +LQ01X036890 Flap endonuclease GEN-like 1 5.43408394 L4_chemical_B3 +LQ01X036890 Flap endonuclease GEN-like 1 5.179089614 L4_chemical_C2 +LQ01X036890 Flap endonuclease GEN-like 1 5.531842816 L4_chemical_C3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.22454692 C6_control_A1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.25754685 C6_control_A3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.06588918 C6_control_B1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.97330264 C6_control_B2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.48204444 C6_control_B3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.17263198 C6_control_C1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.98037594 C6_control_C2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.22342131 C6_control_C3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.18167876 C6_chemical_A1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.49499424 C6_chemical_A3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.31866802 C6_chemical_B1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.87924334 C6_chemical_B2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.13764545 C6_chemical_B3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.2092048 C6_chemical_C1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.0314255 C6_chemical_C2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.23894638 C6_chemical_C3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.46530788 L4_control_A1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.51716247 L4_control_A2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.91288939 L4_control_A3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.55368114 L4_control_B1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.2983829 L4_control_B2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 12.1075172 L4_control_B3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.52576328 L4_control_C2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.51853324 L4_control_C3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 9.366827913 L4_chemical_A1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.54717449 L4_chemical_A2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.61219499 L4_chemical_A3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.95666624 L4_chemical_B1 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 10.86255095 L4_chemical_B2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.84712427 L4_chemical_B3 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.82463432 L4_chemical_C2 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.23315978 L4_chemical_C3 +LQ01X036940 Putative uncharacterized protein 9.785661686 C6_control_A1 +LQ01X036940 Putative uncharacterized protein 9.585911437 C6_control_A3 +LQ01X036940 Putative uncharacterized protein 9.87465153 C6_control_B1 +LQ01X036940 Putative uncharacterized protein 9.316149317 C6_control_B2 +LQ01X036940 Putative uncharacterized protein 9.685595721 C6_control_B3 +LQ01X036940 Putative uncharacterized protein 9.014609202 C6_control_C1 +LQ01X036940 Putative uncharacterized protein 8.647477171 C6_control_C2 +LQ01X036940 Putative uncharacterized protein 8.652414448 C6_control_C3 +LQ01X036940 Putative uncharacterized protein 9.907276322 C6_chemical_A1 +LQ01X036940 Putative uncharacterized protein 9.435595635 C6_chemical_A3 +LQ01X036940 Putative uncharacterized protein 10.00089256 C6_chemical_B1 +LQ01X036940 Putative uncharacterized protein 9.301582959 C6_chemical_B2 +LQ01X036940 Putative uncharacterized protein 9.485398606 C6_chemical_B3 +LQ01X036940 Putative uncharacterized protein 8.78434319 C6_chemical_C1 +LQ01X036940 Putative uncharacterized protein 8.907565634 C6_chemical_C2 +LQ01X036940 Putative uncharacterized protein 8.592173565 C6_chemical_C3 +LQ01X036940 Putative uncharacterized protein 9.394532823 L4_control_A1 +LQ01X036940 Putative uncharacterized protein 10.34037908 L4_control_A2 +LQ01X036940 Putative uncharacterized protein 10.36610267 L4_control_A3 +LQ01X036940 Putative uncharacterized protein 9.873228546 L4_control_B1 +LQ01X036940 Putative uncharacterized protein 10.61479459 L4_control_B2 +LQ01X036940 Putative uncharacterized protein 9.361356564 L4_control_B3 +LQ01X036940 Putative uncharacterized protein 9.743313934 L4_control_C2 +LQ01X036940 Putative uncharacterized protein 9.387580618 L4_control_C3 +LQ01X036940 Putative uncharacterized protein 9.289955016 L4_chemical_A1 +LQ01X036940 Putative uncharacterized protein 9.854127549 L4_chemical_A2 +LQ01X036940 Putative uncharacterized protein 10.39466746 L4_chemical_A3 +LQ01X036940 Putative uncharacterized protein 9.992698312 L4_chemical_B1 +LQ01X036940 Putative uncharacterized protein 10.47055631 L4_chemical_B2 +LQ01X036940 Putative uncharacterized protein 9.101375191 L4_chemical_B3 +LQ01X036940 Putative uncharacterized protein 9.496310732 L4_chemical_C2 +LQ01X036940 Putative uncharacterized protein 9.74643727 L4_chemical_C3 +LQ01X036960 ATPase GET3 10.51216487 C6_control_A1 +LQ01X036960 ATPase GET3 9.840955535 C6_control_A3 +LQ01X036960 ATPase GET3 10.42523819 C6_control_B1 +LQ01X036960 ATPase GET3 11.12550754 C6_control_B2 +LQ01X036960 ATPase GET3 10.15986536 C6_control_B3 +LQ01X036960 ATPase GET3 10.91434149 C6_control_C1 +LQ01X036960 ATPase GET3 11.02885666 C6_control_C2 +LQ01X036960 ATPase GET3 10.70093992 C6_control_C3 +LQ01X036960 ATPase GET3 10.55597329 C6_chemical_A1 +LQ01X036960 ATPase GET3 10.2861181 C6_chemical_A3 +LQ01X036960 ATPase GET3 10.17961915 C6_chemical_B1 +LQ01X036960 ATPase GET3 11.3743729 C6_chemical_B2 +LQ01X036960 ATPase GET3 9.476283404 C6_chemical_B3 +LQ01X036960 ATPase GET3 11.02655392 C6_chemical_C1 +LQ01X036960 ATPase GET3 11.26306008 C6_chemical_C2 +LQ01X036960 ATPase GET3 10.50776774 C6_chemical_C3 +LQ01X036960 ATPase GET3 10.22216766 L4_control_A1 +LQ01X036960 ATPase GET3 10.66159702 L4_control_A2 +LQ01X036960 ATPase GET3 9.523077962 L4_control_A3 +LQ01X036960 ATPase GET3 10.38693608 L4_control_B1 +LQ01X036960 ATPase GET3 9.572846378 L4_control_B2 +LQ01X036960 ATPase GET3 9.56814886 L4_control_B3 +LQ01X036960 ATPase GET3 9.677930252 L4_control_C2 +LQ01X036960 ATPase GET3 9.021875179 L4_control_C3 +LQ01X036960 ATPase GET3 10.89108928 L4_chemical_A1 +LQ01X036960 ATPase GET3 11.39834249 L4_chemical_A2 +LQ01X036960 ATPase GET3 10.03297294 L4_chemical_A3 +LQ01X036960 ATPase GET3 10.19650759 L4_chemical_B1 +LQ01X036960 ATPase GET3 10.23397661 L4_chemical_B2 +LQ01X036960 ATPase GET3 9.719148258 L4_chemical_B3 +LQ01X036960 ATPase GET3 10.35117747 L4_chemical_C2 +LQ01X036960 ATPase GET3 9.457380806 L4_chemical_C3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.64804555 C6_control_A1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.85437147 C6_control_A3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.2307113 C6_control_B1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.79284447 C6_control_B2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.09346823 C6_control_B3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.86293301 C6_control_C1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.89162785 C6_control_C2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.95107057 C6_control_C3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.4716555 C6_chemical_A1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 12.70609719 C6_chemical_A3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 12.90028246 C6_chemical_B1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.55146368 C6_chemical_B2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.03556074 C6_chemical_B3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.73322783 C6_chemical_C1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.8482895 C6_chemical_C2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.71266398 C6_chemical_C3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.91157859 L4_control_A1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.83125397 L4_control_A2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.21795606 L4_control_A3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 12.75667051 L4_control_B1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 12.03944952 L4_control_B2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.35874685 L4_control_B3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 12.68098614 L4_control_C2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.19317428 L4_control_C3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.77355697 L4_chemical_A1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.63144921 L4_chemical_A2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.40218432 L4_chemical_A3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 12.97519645 L4_chemical_B1 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.19052616 L4_chemical_B2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.44637803 L4_chemical_B3 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 12.52521716 L4_chemical_C2 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 12.91425064 L4_chemical_C3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.163061105 C6_control_A1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.27585855 C6_control_A3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.285055897 C6_control_B1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.595267098 C6_control_B2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.2101883 C6_control_B3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.479739027 C6_control_C1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.628900478 C6_control_C2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.404219442 C6_control_C3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.425169391 C6_chemical_A1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.184041005 C6_chemical_A3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.463554778 C6_chemical_B1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.042450062 C6_chemical_B2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.162008611 C6_chemical_B3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.04793001 C6_chemical_C1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.047362547 C6_chemical_C2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.001433374 C6_chemical_C3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.493737736 L4_control_A1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.489634404 L4_control_A2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.00895289 L4_control_A3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.971616518 L4_control_B1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.157541076 L4_control_B2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.455108215 L4_control_B3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.29911162 L4_control_C2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.487763802 L4_control_C3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.295521875 L4_chemical_A1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.200151022 L4_chemical_A2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.28350307 L4_chemical_A3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.666372926 L4_chemical_B1 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.208593786 L4_chemical_B2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.628731731 L4_chemical_B3 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.507898967 L4_chemical_C2 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 8.780950928 L4_chemical_C3 +LQ01X037000 Phospholipase D beta 1 5.807080759 C6_control_A1 +LQ01X037000 Phospholipase D beta 1 5.668271293 C6_control_A3 +LQ01X037000 Phospholipase D beta 1 4.840364657 C6_control_B1 +LQ01X037000 Phospholipase D beta 1 5.623853999 C6_control_B2 +LQ01X037000 Phospholipase D beta 1 5.713752316 C6_control_B3 +LQ01X037000 Phospholipase D beta 1 5.206377634 C6_control_C1 +LQ01X037000 Phospholipase D beta 1 5.284541774 C6_control_C2 +LQ01X037000 Phospholipase D beta 1 5.579101299 C6_control_C3 +LQ01X037000 Phospholipase D beta 1 5.505320321 C6_chemical_A1 +LQ01X037000 Phospholipase D beta 1 5.564627999 C6_chemical_A3 +LQ01X037000 Phospholipase D beta 1 5.856941411 C6_chemical_B1 +LQ01X037000 Phospholipase D beta 1 5.526065386 C6_chemical_B2 +LQ01X037000 Phospholipase D beta 1 5.676785858 C6_chemical_B3 +LQ01X037000 Phospholipase D beta 1 5.169438269 C6_chemical_C1 +LQ01X037000 Phospholipase D beta 1 5.265155237 C6_chemical_C2 +LQ01X037000 Phospholipase D beta 1 5.386232774 C6_chemical_C3 +LQ01X037000 Phospholipase D beta 1 5.783400514 L4_control_A1 +LQ01X037000 Phospholipase D beta 1 5.553896717 L4_control_A2 +LQ01X037000 Phospholipase D beta 1 5.984116718 L4_control_A3 +LQ01X037000 Phospholipase D beta 1 5.694487899 L4_control_B1 +LQ01X037000 Phospholipase D beta 1 5.706341609 L4_control_B2 +LQ01X037000 Phospholipase D beta 1 5.540248854 L4_control_B3 +LQ01X037000 Phospholipase D beta 1 4.814683385 L4_control_C2 +LQ01X037000 Phospholipase D beta 1 5.366629235 L4_control_C3 +LQ01X037000 Phospholipase D beta 1 5.270927732 L4_chemical_A1 +LQ01X037000 Phospholipase D beta 1 5.916341639 L4_chemical_A2 +LQ01X037000 Phospholipase D beta 1 6.229955017 L4_chemical_A3 +LQ01X037000 Phospholipase D beta 1 5.305493868 L4_chemical_B1 +LQ01X037000 Phospholipase D beta 1 5.109515337 L4_chemical_B2 +LQ01X037000 Phospholipase D beta 1 5.647884948 L4_chemical_B3 +LQ01X037000 Phospholipase D beta 1 5.284253588 L4_chemical_C2 +LQ01X037000 Phospholipase D beta 1 5.422633049 L4_chemical_C3 +LQ01X037010 Putative Subtilisin-like protease 9.399871143 C6_control_A1 +LQ01X037010 Putative Subtilisin-like protease 8.799201939 C6_control_A3 +LQ01X037010 Putative Subtilisin-like protease 9.477659048 C6_control_B1 +LQ01X037010 Putative Subtilisin-like protease 9.392932929 C6_control_B2 +LQ01X037010 Putative Subtilisin-like protease 9.840631636 C6_control_B3 +LQ01X037010 Putative Subtilisin-like protease 8.142948296 C6_control_C1 +LQ01X037010 Putative Subtilisin-like protease 7.274967626 C6_control_C2 +LQ01X037010 Putative Subtilisin-like protease 9.179728925 C6_control_C3 +LQ01X037010 Putative Subtilisin-like protease 9.323952713 C6_chemical_A1 +LQ01X037010 Putative Subtilisin-like protease 9.766184851 C6_chemical_A3 +LQ01X037010 Putative Subtilisin-like protease 9.260497284 C6_chemical_B1 +LQ01X037010 Putative Subtilisin-like protease 9.36379429 C6_chemical_B2 +LQ01X037010 Putative Subtilisin-like protease 9.758776549 C6_chemical_B3 +LQ01X037010 Putative Subtilisin-like protease 8.766010334 C6_chemical_C1 +LQ01X037010 Putative Subtilisin-like protease 6.475038531 C6_chemical_C2 +LQ01X037010 Putative Subtilisin-like protease 7.947764254 C6_chemical_C3 +LQ01X037010 Putative Subtilisin-like protease 10.33611566 L4_control_A1 +LQ01X037010 Putative Subtilisin-like protease 9.603787601 L4_control_A2 +LQ01X037010 Putative Subtilisin-like protease 9.632065189 L4_control_A3 +LQ01X037010 Putative Subtilisin-like protease 10.03166661 L4_control_B1 +LQ01X037010 Putative Subtilisin-like protease 10.46689239 L4_control_B2 +LQ01X037010 Putative Subtilisin-like protease 8.842253299 L4_control_B3 +LQ01X037010 Putative Subtilisin-like protease 5.693794866 L4_control_C2 +LQ01X037010 Putative Subtilisin-like protease 6.441792769 L4_control_C3 +LQ01X037010 Putative Subtilisin-like protease 10.74826689 L4_chemical_A1 +LQ01X037010 Putative Subtilisin-like protease 9.477510721 L4_chemical_A2 +LQ01X037010 Putative Subtilisin-like protease 9.516520189 L4_chemical_A3 +LQ01X037010 Putative Subtilisin-like protease 10.7357489 L4_chemical_B1 +LQ01X037010 Putative Subtilisin-like protease 9.533855942 L4_chemical_B2 +LQ01X037010 Putative Subtilisin-like protease 10.36143738 L4_chemical_B3 +LQ01X037010 Putative Subtilisin-like protease 6.549786022 L4_chemical_C2 +LQ01X037010 Putative Subtilisin-like protease 7.47508156 L4_chemical_C3 +LQ01X037030 Putative Subtilisin-like protease 6.062731353 C6_control_A1 +LQ01X037030 Putative Subtilisin-like protease 6.445357864 C6_control_A3 +LQ01X037030 Putative Subtilisin-like protease 5.925314767 C6_control_B1 +LQ01X037030 Putative Subtilisin-like protease 5.588707631 C6_control_B2 +LQ01X037030 Putative Subtilisin-like protease 5.950657485 C6_control_B3 +LQ01X037030 Putative Subtilisin-like protease 5.223055294 C6_control_C1 +LQ01X037030 Putative Subtilisin-like protease 5.507620651 C6_control_C2 +LQ01X037030 Putative Subtilisin-like protease 5.508937661 C6_control_C3 +LQ01X037030 Putative Subtilisin-like protease 6.09194304 C6_chemical_A1 +LQ01X037030 Putative Subtilisin-like protease 5.782821442 C6_chemical_A3 +LQ01X037030 Putative Subtilisin-like protease 5.47004639 C6_chemical_B1 +LQ01X037030 Putative Subtilisin-like protease 5.382565463 C6_chemical_B2 +LQ01X037030 Putative Subtilisin-like protease 5.93046555 C6_chemical_B3 +LQ01X037030 Putative Subtilisin-like protease 5.066049571 C6_chemical_C1 +LQ01X037030 Putative Subtilisin-like protease 5.395139923 C6_chemical_C2 +LQ01X037030 Putative Subtilisin-like protease 5.052244214 C6_chemical_C3 +LQ01X037030 Putative Subtilisin-like protease 6.052637522 L4_control_A1 +LQ01X037030 Putative Subtilisin-like protease 6.087513843 L4_control_A2 +LQ01X037030 Putative Subtilisin-like protease 7.827985095 L4_control_A3 +LQ01X037030 Putative Subtilisin-like protease 5.773846961 L4_control_B1 +LQ01X037030 Putative Subtilisin-like protease 6.854980279 L4_control_B2 +LQ01X037030 Putative Subtilisin-like protease 5.681722115 L4_control_B3 +LQ01X037030 Putative Subtilisin-like protease 4.840943805 L4_control_C2 +LQ01X037030 Putative Subtilisin-like protease 5.451712851 L4_control_C3 +LQ01X037030 Putative Subtilisin-like protease 5.507699757 L4_chemical_A1 +LQ01X037030 Putative Subtilisin-like protease 5.74888246 L4_chemical_A2 +LQ01X037030 Putative Subtilisin-like protease 6.506191489 L4_chemical_A3 +LQ01X037030 Putative Subtilisin-like protease 6.277633311 L4_chemical_B1 +LQ01X037030 Putative Subtilisin-like protease 6.251321072 L4_chemical_B2 +LQ01X037030 Putative Subtilisin-like protease 6.088224674 L4_chemical_B3 +LQ01X037030 Putative Subtilisin-like protease 5.563048062 L4_chemical_C2 +LQ01X037030 Putative Subtilisin-like protease 6.090980953 L4_chemical_C3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.58854352 C6_control_A1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.61703911 C6_control_A3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.52777379 C6_control_B1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.20083295 C6_control_B2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.3527095 C6_control_B3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.33035694 C6_control_C1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.46730598 C6_control_C2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.60346435 C6_control_C3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.26757819 C6_chemical_A1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.43124613 C6_chemical_A3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.23775681 C6_chemical_B1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.3930028 C6_chemical_B2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.13939445 C6_chemical_B3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.14095848 C6_chemical_C1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.27094707 C6_chemical_C2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.25238306 C6_chemical_C3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.20541113 L4_control_A1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 12.67162384 L4_control_A2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 12.46103733 L4_control_A3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.40628337 L4_control_B1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 12.67971655 L4_control_B2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.23889769 L4_control_B3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.48724011 L4_control_C2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.16813534 L4_control_C3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.17054392 L4_chemical_A1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 12.69275342 L4_chemical_A2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 12.45013632 L4_chemical_A3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.02203941 L4_chemical_B1 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.07978569 L4_chemical_B2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.2764068 L4_chemical_B3 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.41964167 L4_chemical_C2 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.39100014 L4_chemical_C3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.53324755 C6_control_A1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.32653886 C6_control_A3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.81629706 C6_control_B1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.18842932 C6_control_B2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.6535486 C6_control_B3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.84250523 C6_control_C1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.49995628 C6_control_C2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.54180566 C6_control_C3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.59649326 C6_chemical_A1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.5938071 C6_chemical_A3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.79985751 C6_chemical_B1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.21358214 C6_chemical_B2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.58080885 C6_chemical_B3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 14.17821061 C6_chemical_C1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.87097065 C6_chemical_C2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.40401815 C6_chemical_C3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.14492942 L4_control_A1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.29901367 L4_control_A2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 12.87011286 L4_control_A3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.19357008 L4_control_B1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.36951578 L4_control_B2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 12.5941947 L4_control_B3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.09764017 L4_control_C2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 12.87919931 L4_control_C3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.71938918 L4_chemical_A1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 14.31627165 L4_chemical_A2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.02576281 L4_chemical_A3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.81601222 L4_chemical_B1 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.67149371 L4_chemical_B2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 12.82808104 L4_chemical_B3 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.28656544 L4_chemical_C2 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.09664239 L4_chemical_C3 +LQ01X037070 MADS-box protein SOC1 9.863056616 C6_control_A1 +LQ01X037070 MADS-box protein SOC1 10.45641205 C6_control_A3 +LQ01X037070 MADS-box protein SOC1 10.63415362 C6_control_B1 +LQ01X037070 MADS-box protein SOC1 10.89422682 C6_control_B2 +LQ01X037070 MADS-box protein SOC1 10.24939215 C6_control_B3 +LQ01X037070 MADS-box protein SOC1 11.5577448 C6_control_C1 +LQ01X037070 MADS-box protein SOC1 11.60658082 C6_control_C2 +LQ01X037070 MADS-box protein SOC1 11.43028954 C6_control_C3 +LQ01X037070 MADS-box protein SOC1 10.72289229 C6_chemical_A1 +LQ01X037070 MADS-box protein SOC1 11.11371164 C6_chemical_A3 +LQ01X037070 MADS-box protein SOC1 11.12889381 C6_chemical_B1 +LQ01X037070 MADS-box protein SOC1 11.84462838 C6_chemical_B2 +LQ01X037070 MADS-box protein SOC1 9.848815724 C6_chemical_B3 +LQ01X037070 MADS-box protein SOC1 11.65228606 C6_chemical_C1 +LQ01X037070 MADS-box protein SOC1 11.49057328 C6_chemical_C2 +LQ01X037070 MADS-box protein SOC1 12.31848761 C6_chemical_C3 +LQ01X037070 MADS-box protein SOC1 12.03676362 L4_control_A1 +LQ01X037070 MADS-box protein SOC1 11.29932881 L4_control_A2 +LQ01X037070 MADS-box protein SOC1 11.33386101 L4_control_A3 +LQ01X037070 MADS-box protein SOC1 11.81045554 L4_control_B1 +LQ01X037070 MADS-box protein SOC1 11.22827677 L4_control_B2 +LQ01X037070 MADS-box protein SOC1 12.34610821 L4_control_B3 +LQ01X037070 MADS-box protein SOC1 11.570039 L4_control_C2 +LQ01X037070 MADS-box protein SOC1 12.04262385 L4_control_C3 +LQ01X037070 MADS-box protein SOC1 12.54015908 L4_chemical_A1 +LQ01X037070 MADS-box protein SOC1 11.73819277 L4_chemical_A2 +LQ01X037070 MADS-box protein SOC1 11.32782105 L4_chemical_A3 +LQ01X037070 MADS-box protein SOC1 11.61161978 L4_chemical_B1 +LQ01X037070 MADS-box protein SOC1 11.86439806 L4_chemical_B2 +LQ01X037070 MADS-box protein SOC1 11.98514414 L4_chemical_B3 +LQ01X037070 MADS-box protein SOC1 11.92963646 L4_chemical_C2 +LQ01X037070 MADS-box protein SOC1 12.56023504 L4_chemical_C3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.500816401 C6_control_A1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.048316937 C6_control_A3 +LQ01X037090 Agamous-like MADS-box protein AGL6 6.062631182 C6_control_B1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.543672836 C6_control_B2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.703306573 C6_control_B3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.27735747 C6_control_C1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.13662947 C6_control_C2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.388648363 C6_control_C3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.549551533 C6_chemical_A1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.819154549 C6_chemical_A3 +LQ01X037090 Agamous-like MADS-box protein AGL6 6.103620961 C6_chemical_B1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.377035341 C6_chemical_B2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.56617092 C6_chemical_B3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.450110989 C6_chemical_C1 +LQ01X037090 Agamous-like MADS-box protein AGL6 4.983141217 C6_chemical_C2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.342606941 C6_chemical_C3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.837846665 L4_control_A1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.550831864 L4_control_A2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.195233485 L4_control_A3 +LQ01X037090 Agamous-like MADS-box protein AGL6 4.995429218 L4_control_B1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.770300208 L4_control_B2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.431603292 L4_control_B3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.02357978 L4_control_C2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.840264525 L4_control_C3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.93732332 L4_chemical_A1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.621842499 L4_chemical_A2 +LQ01X037090 Agamous-like MADS-box protein AGL6 4.926659918 L4_chemical_A3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.237987671 L4_chemical_B1 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.963871481 L4_chemical_B2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.734451174 L4_chemical_B3 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.591187402 L4_chemical_C2 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.44438768 L4_chemical_C3 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.41200256 C6_control_A1 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.67987463 C6_control_A3 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.14483419 C6_control_B1 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.62047322 C6_control_B2 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.22209199 C6_control_B3 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.90154725 C6_control_C1 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.79729074 C6_control_C2 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.9824588 C6_control_C3 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.30948159 C6_chemical_A1 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.42730812 C6_chemical_A3 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.99733743 C6_chemical_B1 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.71122468 C6_chemical_B2 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.12315066 C6_chemical_B3 +LQ01X037100 Histone deacetylase complex subunit SAP18 14.17027388 C6_chemical_C1 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.77243148 C6_chemical_C2 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.61179695 C6_chemical_C3 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.32080734 L4_control_A1 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.74314422 L4_control_A2 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.33966521 L4_control_A3 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.76818284 L4_control_B1 +LQ01X037100 Histone deacetylase complex subunit SAP18 11.98793656 L4_control_B2 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.90572732 L4_control_B3 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.27504552 L4_control_C2 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.48818778 L4_control_C3 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.20431746 L4_chemical_A1 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.47874622 L4_chemical_A2 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.60003452 L4_chemical_A3 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.52166222 L4_chemical_B1 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.64488309 L4_chemical_B2 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.29633442 L4_chemical_B3 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.44321465 L4_chemical_C2 +LQ01X037100 Histone deacetylase complex subunit SAP18 12.56277544 L4_chemical_C3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.325900313 C6_control_A1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.972382673 C6_control_A3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.109420327 C6_control_B1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.351012763 C6_control_B2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 5.735832296 C6_control_B3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 5.814231928 C6_control_C1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.847134647 C6_control_C2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.15365347 C6_control_C3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.54136319 C6_chemical_A1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.417335437 C6_chemical_A3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.380332454 C6_chemical_B1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.429754795 C6_chemical_B2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.18772172 C6_chemical_B3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.172267752 C6_chemical_C1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.186616644 C6_chemical_C2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 5.916515959 C6_chemical_C3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.52985488 L4_control_A1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 7.179634644 L4_control_A2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.129353974 L4_control_A3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.584759906 L4_control_B1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.10082325 L4_control_B2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 5.914720962 L4_control_B3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 5.761408016 L4_control_C2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 5.542461395 L4_control_C3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.512008361 L4_chemical_A1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.435334951 L4_chemical_A2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.484096093 L4_chemical_A3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.620499176 L4_chemical_B1 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.252749588 L4_chemical_B2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.240331668 L4_chemical_B3 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 5.457478701 L4_chemical_C2 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 5.922539983 L4_chemical_C3 +LQ01X037140 Putative Glyoxylate reductase 11.31511697 C6_control_A1 +LQ01X037140 Putative Glyoxylate reductase 10.9604774 C6_control_A3 +LQ01X037140 Putative Glyoxylate reductase 10.85595578 C6_control_B1 +LQ01X037140 Putative Glyoxylate reductase 9.99793217 C6_control_B2 +LQ01X037140 Putative Glyoxylate reductase 10.00825266 C6_control_B3 +LQ01X037140 Putative Glyoxylate reductase 11.02206092 C6_control_C1 +LQ01X037140 Putative Glyoxylate reductase 9.769190091 C6_control_C2 +LQ01X037140 Putative Glyoxylate reductase 9.377537856 C6_control_C3 +LQ01X037140 Putative Glyoxylate reductase 11.65494916 C6_chemical_A1 +LQ01X037140 Putative Glyoxylate reductase 10.93862992 C6_chemical_A3 +LQ01X037140 Putative Glyoxylate reductase 11.12214936 C6_chemical_B1 +LQ01X037140 Putative Glyoxylate reductase 9.698145769 C6_chemical_B2 +LQ01X037140 Putative Glyoxylate reductase 10.09496453 C6_chemical_B3 +LQ01X037140 Putative Glyoxylate reductase 10.95855209 C6_chemical_C1 +LQ01X037140 Putative Glyoxylate reductase 10.54728369 C6_chemical_C2 +LQ01X037140 Putative Glyoxylate reductase 9.246026689 C6_chemical_C3 +LQ01X037140 Putative Glyoxylate reductase 11.34360513 L4_control_A1 +LQ01X037140 Putative Glyoxylate reductase 10.97748528 L4_control_A2 +LQ01X037140 Putative Glyoxylate reductase 11.11897891 L4_control_A3 +LQ01X037140 Putative Glyoxylate reductase 10.69719975 L4_control_B1 +LQ01X037140 Putative Glyoxylate reductase 11.01570083 L4_control_B2 +LQ01X037140 Putative Glyoxylate reductase 8.981400837 L4_control_B3 +LQ01X037140 Putative Glyoxylate reductase 10.68785122 L4_control_C2 +LQ01X037140 Putative Glyoxylate reductase 10.00911345 L4_control_C3 +LQ01X037140 Putative Glyoxylate reductase 10.74776562 L4_chemical_A1 +LQ01X037140 Putative Glyoxylate reductase 11.14490503 L4_chemical_A2 +LQ01X037140 Putative Glyoxylate reductase 11.03807912 L4_chemical_A3 +LQ01X037140 Putative Glyoxylate reductase 11.36669307 L4_chemical_B1 +LQ01X037140 Putative Glyoxylate reductase 11.01948416 L4_chemical_B2 +LQ01X037140 Putative Glyoxylate reductase 9.608699932 L4_chemical_B3 +LQ01X037140 Putative Glyoxylate reductase 10.85909929 L4_chemical_C2 +LQ01X037140 Putative Glyoxylate reductase 9.539301772 L4_chemical_C3 +LQ01X037160 Putative uncharacterized protein 10.71926556 C6_control_A1 +LQ01X037160 Putative uncharacterized protein 10.49608045 C6_control_A3 +LQ01X037160 Putative uncharacterized protein 10.65266574 C6_control_B1 +LQ01X037160 Putative uncharacterized protein 10.89247685 C6_control_B2 +LQ01X037160 Putative uncharacterized protein 10.44614455 C6_control_B3 +LQ01X037160 Putative uncharacterized protein 11.27449958 C6_control_C1 +LQ01X037160 Putative uncharacterized protein 11.27054611 C6_control_C2 +LQ01X037160 Putative uncharacterized protein 11.12032492 C6_control_C3 +LQ01X037160 Putative uncharacterized protein 10.30209868 C6_chemical_A1 +LQ01X037160 Putative uncharacterized protein 10.50895074 C6_chemical_A3 +LQ01X037160 Putative uncharacterized protein 10.5997543 C6_chemical_B1 +LQ01X037160 Putative uncharacterized protein 10.95435357 C6_chemical_B2 +LQ01X037160 Putative uncharacterized protein 10.43055243 C6_chemical_B3 +LQ01X037160 Putative uncharacterized protein 11.39144425 C6_chemical_C1 +LQ01X037160 Putative uncharacterized protein 11.11251862 C6_chemical_C2 +LQ01X037160 Putative uncharacterized protein 11.2912661 C6_chemical_C3 +LQ01X037160 Putative uncharacterized protein 9.965232587 L4_control_A1 +LQ01X037160 Putative uncharacterized protein 8.724757809 L4_control_A2 +LQ01X037160 Putative uncharacterized protein 8.710729465 L4_control_A3 +LQ01X037160 Putative uncharacterized protein 9.235555025 L4_control_B1 +LQ01X037160 Putative uncharacterized protein 9.226201395 L4_control_B2 +LQ01X037160 Putative uncharacterized protein 10.51407493 L4_control_B3 +LQ01X037160 Putative uncharacterized protein 10.31894107 L4_control_C2 +LQ01X037160 Putative uncharacterized protein 10.42384807 L4_control_C3 +LQ01X037160 Putative uncharacterized protein 10.09069595 L4_chemical_A1 +LQ01X037160 Putative uncharacterized protein 8.978504363 L4_chemical_A2 +LQ01X037160 Putative uncharacterized protein 8.895124387 L4_chemical_A3 +LQ01X037160 Putative uncharacterized protein 9.42848507 L4_chemical_B1 +LQ01X037160 Putative uncharacterized protein 9.273092491 L4_chemical_B2 +LQ01X037160 Putative uncharacterized protein 10.27769911 L4_chemical_B3 +LQ01X037160 Putative uncharacterized protein 9.942183142 L4_chemical_C2 +LQ01X037160 Putative uncharacterized protein 10.46016253 L4_chemical_C3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.983811124 C6_control_A1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 6.015731026 C6_control_A3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 6.01862693 C6_control_B1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 6.224498723 C6_control_B2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.77145411 C6_control_B3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.374629738 C6_control_C1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.406683809 C6_control_C2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.564519817 C6_control_C3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 6.015232557 C6_chemical_A1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.924277414 C6_chemical_A3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 6.076979675 C6_chemical_B1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.941553786 C6_chemical_B2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.812876102 C6_chemical_B3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.453908324 C6_chemical_C1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.48981429 C6_chemical_C2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.592065569 C6_chemical_C3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.723196844 L4_control_A1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.698409681 L4_control_A2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.854301984 L4_control_A3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.377333336 L4_control_B1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.871164486 L4_control_B2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.844343366 L4_control_B3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.537514991 L4_control_C2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.033426097 L4_control_C3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.784099518 L4_chemical_A1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.747022418 L4_chemical_A2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.597805538 L4_chemical_A3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.986669748 L4_chemical_B1 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.915065256 L4_chemical_B2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.55296202 L4_chemical_B3 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 6.050982066 L4_chemical_C2 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 5.960175276 L4_chemical_C3 +LQ01X037190 ATP binding protein, putative 5.273348832 C6_control_A1 +LQ01X037190 ATP binding protein, putative 5.322288531 C6_control_A3 +LQ01X037190 ATP binding protein, putative 5.649290261 C6_control_B1 +LQ01X037190 ATP binding protein, putative 5.797778697 C6_control_B2 +LQ01X037190 ATP binding protein, putative 5.54846132 C6_control_B3 +LQ01X037190 ATP binding protein, putative 5.840567562 C6_control_C1 +LQ01X037190 ATP binding protein, putative 5.491012081 C6_control_C2 +LQ01X037190 ATP binding protein, putative 5.481057874 C6_control_C3 +LQ01X037190 ATP binding protein, putative 5.476931183 C6_chemical_A1 +LQ01X037190 ATP binding protein, putative 5.346700363 C6_chemical_A3 +LQ01X037190 ATP binding protein, putative 5.691525238 C6_chemical_B1 +LQ01X037190 ATP binding protein, putative 5.773172991 C6_chemical_B2 +LQ01X037190 ATP binding protein, putative 5.883688602 C6_chemical_B3 +LQ01X037190 ATP binding protein, putative 5.793887753 C6_chemical_C1 +LQ01X037190 ATP binding protein, putative 5.584934481 C6_chemical_C2 +LQ01X037190 ATP binding protein, putative 5.50917582 C6_chemical_C3 +LQ01X037190 ATP binding protein, putative 5.378403325 L4_control_A1 +LQ01X037190 ATP binding protein, putative 5.391869689 L4_control_A2 +LQ01X037190 ATP binding protein, putative 5.559225291 L4_control_A3 +LQ01X037190 ATP binding protein, putative 5.553107822 L4_control_B1 +LQ01X037190 ATP binding protein, putative 6.819515883 L4_control_B2 +LQ01X037190 ATP binding protein, putative 5.358191059 L4_control_B3 +LQ01X037190 ATP binding protein, putative 5.269301318 L4_control_C2 +LQ01X037190 ATP binding protein, putative 5.004306129 L4_control_C3 +LQ01X037190 ATP binding protein, putative 5.838070583 L4_chemical_A1 +LQ01X037190 ATP binding protein, putative 5.60504346 L4_chemical_A2 +LQ01X037190 ATP binding protein, putative 5.168879757 L4_chemical_A3 +LQ01X037190 ATP binding protein, putative 5.681177068 L4_chemical_B1 +LQ01X037190 ATP binding protein, putative 6.038418806 L4_chemical_B2 +LQ01X037190 ATP binding protein, putative 5.744482188 L4_chemical_B3 +LQ01X037190 ATP binding protein, putative 5.83167404 L4_chemical_C2 +LQ01X037190 ATP binding protein, putative 5.488185837 L4_chemical_C3 +LQ01X037200 Copper ion binding protein, putative 7.419174396 C6_control_A1 +LQ01X037200 Copper ion binding protein, putative 6.751851818 C6_control_A3 +LQ01X037200 Copper ion binding protein, putative 6.242951105 C6_control_B1 +LQ01X037200 Copper ion binding protein, putative 6.819541028 C6_control_B2 +LQ01X037200 Copper ion binding protein, putative 7.194984232 C6_control_B3 +LQ01X037200 Copper ion binding protein, putative 5.70146184 C6_control_C1 +LQ01X037200 Copper ion binding protein, putative 5.461292599 C6_control_C2 +LQ01X037200 Copper ion binding protein, putative 5.405720967 C6_control_C3 +LQ01X037200 Copper ion binding protein, putative 6.788480705 C6_chemical_A1 +LQ01X037200 Copper ion binding protein, putative 7.393813 C6_chemical_A3 +LQ01X037200 Copper ion binding protein, putative 6.177380209 C6_chemical_B1 +LQ01X037200 Copper ion binding protein, putative 6.948348507 C6_chemical_B2 +LQ01X037200 Copper ion binding protein, putative 6.280538861 C6_chemical_B3 +LQ01X037200 Copper ion binding protein, putative 5.479839915 C6_chemical_C1 +LQ01X037200 Copper ion binding protein, putative 5.431831814 C6_chemical_C2 +LQ01X037200 Copper ion binding protein, putative 5.223938304 C6_chemical_C3 +LQ01X037200 Copper ion binding protein, putative 7.314034689 L4_control_A1 +LQ01X037200 Copper ion binding protein, putative 7.785511192 L4_control_A2 +LQ01X037200 Copper ion binding protein, putative 7.212624793 L4_control_A3 +LQ01X037200 Copper ion binding protein, putative 7.061113875 L4_control_B1 +LQ01X037200 Copper ion binding protein, putative 7.518304096 L4_control_B2 +LQ01X037200 Copper ion binding protein, putative 6.623774404 L4_control_B3 +LQ01X037200 Copper ion binding protein, putative 5.662736833 L4_control_C2 +LQ01X037200 Copper ion binding protein, putative 6.088965326 L4_control_C3 +LQ01X037200 Copper ion binding protein, putative 6.901295362 L4_chemical_A1 +LQ01X037200 Copper ion binding protein, putative 7.198975267 L4_chemical_A2 +LQ01X037200 Copper ion binding protein, putative 7.68266032 L4_chemical_A3 +LQ01X037200 Copper ion binding protein, putative 7.058029163 L4_chemical_B1 +LQ01X037200 Copper ion binding protein, putative 7.299930932 L4_chemical_B2 +LQ01X037200 Copper ion binding protein, putative 7.050800996 L4_chemical_B3 +LQ01X037200 Copper ion binding protein, putative 6.023820971 L4_chemical_C2 +LQ01X037200 Copper ion binding protein, putative 5.406006488 L4_chemical_C3 +LQ01X037210 Integral membrane single C2 domain protein 12.46459185 C6_control_A1 +LQ01X037210 Integral membrane single C2 domain protein 12.88108719 C6_control_A3 +LQ01X037210 Integral membrane single C2 domain protein 12.80923045 C6_control_B1 +LQ01X037210 Integral membrane single C2 domain protein 12.12954527 C6_control_B2 +LQ01X037210 Integral membrane single C2 domain protein 12.81957072 C6_control_B3 +LQ01X037210 Integral membrane single C2 domain protein 12.43763732 C6_control_C1 +LQ01X037210 Integral membrane single C2 domain protein 12.60950289 C6_control_C2 +LQ01X037210 Integral membrane single C2 domain protein 12.06265946 C6_control_C3 +LQ01X037210 Integral membrane single C2 domain protein 12.45261002 C6_chemical_A1 +LQ01X037210 Integral membrane single C2 domain protein 12.75802435 C6_chemical_A3 +LQ01X037210 Integral membrane single C2 domain protein 12.87726516 C6_chemical_B1 +LQ01X037210 Integral membrane single C2 domain protein 12.0751008 C6_chemical_B2 +LQ01X037210 Integral membrane single C2 domain protein 13.01375244 C6_chemical_B3 +LQ01X037210 Integral membrane single C2 domain protein 12.30266264 C6_chemical_C1 +LQ01X037210 Integral membrane single C2 domain protein 12.30486923 C6_chemical_C2 +LQ01X037210 Integral membrane single C2 domain protein 12.30988929 C6_chemical_C3 +LQ01X037210 Integral membrane single C2 domain protein 12.78102774 L4_control_A1 +LQ01X037210 Integral membrane single C2 domain protein 12.65035202 L4_control_A2 +LQ01X037210 Integral membrane single C2 domain protein 12.70972289 L4_control_A3 +LQ01X037210 Integral membrane single C2 domain protein 12.45799143 L4_control_B1 +LQ01X037210 Integral membrane single C2 domain protein 13.13297881 L4_control_B2 +LQ01X037210 Integral membrane single C2 domain protein 12.74164613 L4_control_B3 +LQ01X037210 Integral membrane single C2 domain protein 12.56103482 L4_control_C2 +LQ01X037210 Integral membrane single C2 domain protein 12.87947271 L4_control_C3 +LQ01X037210 Integral membrane single C2 domain protein 12.39908932 L4_chemical_A1 +LQ01X037210 Integral membrane single C2 domain protein 12.49721956 L4_chemical_A2 +LQ01X037210 Integral membrane single C2 domain protein 12.58920159 L4_chemical_A3 +LQ01X037210 Integral membrane single C2 domain protein 12.33374277 L4_chemical_B1 +LQ01X037210 Integral membrane single C2 domain protein 12.5548109 L4_chemical_B2 +LQ01X037210 Integral membrane single C2 domain protein 13.04888298 L4_chemical_B3 +LQ01X037210 Integral membrane single C2 domain protein 12.38746764 L4_chemical_C2 +LQ01X037210 Integral membrane single C2 domain protein 12.76285444 L4_chemical_C3 +LQ01X037220 Nucleotide binding protein, putative 5.588685076 C6_control_A1 +LQ01X037220 Nucleotide binding protein, putative 5.256343111 C6_control_A3 +LQ01X037220 Nucleotide binding protein, putative 5.360847191 C6_control_B1 +LQ01X037220 Nucleotide binding protein, putative 6.494469204 C6_control_B2 +LQ01X037220 Nucleotide binding protein, putative 5.216687908 C6_control_B3 +LQ01X037220 Nucleotide binding protein, putative 6.159722811 C6_control_C1 +LQ01X037220 Nucleotide binding protein, putative 5.45808582 C6_control_C2 +LQ01X037220 Nucleotide binding protein, putative 5.906325039 C6_control_C3 +LQ01X037220 Nucleotide binding protein, putative 5.760621661 C6_chemical_A1 +LQ01X037220 Nucleotide binding protein, putative 6.306772925 C6_chemical_A3 +LQ01X037220 Nucleotide binding protein, putative 6.025166291 C6_chemical_B1 +LQ01X037220 Nucleotide binding protein, putative 6.759926176 C6_chemical_B2 +LQ01X037220 Nucleotide binding protein, putative 5.825181994 C6_chemical_B3 +LQ01X037220 Nucleotide binding protein, putative 6.608505833 C6_chemical_C1 +LQ01X037220 Nucleotide binding protein, putative 6.739228489 C6_chemical_C2 +LQ01X037220 Nucleotide binding protein, putative 6.308953088 C6_chemical_C3 +LQ01X037220 Nucleotide binding protein, putative 6.924228159 L4_control_A1 +LQ01X037220 Nucleotide binding protein, putative 5.684397856 L4_control_A2 +LQ01X037220 Nucleotide binding protein, putative 6.288217277 L4_control_A3 +LQ01X037220 Nucleotide binding protein, putative 6.219821657 L4_control_B1 +LQ01X037220 Nucleotide binding protein, putative 5.920382802 L4_control_B2 +LQ01X037220 Nucleotide binding protein, putative 7.550097768 L4_control_B3 +LQ01X037220 Nucleotide binding protein, putative 5.173157629 L4_control_C2 +LQ01X037220 Nucleotide binding protein, putative 5.642665385 L4_control_C3 +LQ01X037220 Nucleotide binding protein, putative 6.542270329 L4_chemical_A1 +LQ01X037220 Nucleotide binding protein, putative 5.740845136 L4_chemical_A2 +LQ01X037220 Nucleotide binding protein, putative 5.882223704 L4_chemical_A3 +LQ01X037220 Nucleotide binding protein, putative 5.02490806 L4_chemical_B1 +LQ01X037220 Nucleotide binding protein, putative 5.781345436 L4_chemical_B2 +LQ01X037220 Nucleotide binding protein, putative 7.203499565 L4_chemical_B3 +LQ01X037220 Nucleotide binding protein, putative 5.48877385 L4_chemical_C2 +LQ01X037220 Nucleotide binding protein, putative 6.302098246 L4_chemical_C3 +LQ01X037240 Cytochrome P450 704C1 10.36424417 C6_control_A1 +LQ01X037240 Cytochrome P450 704C1 9.718051027 C6_control_A3 +LQ01X037240 Cytochrome P450 704C1 10.83714561 C6_control_B1 +LQ01X037240 Cytochrome P450 704C1 10.51104724 C6_control_B2 +LQ01X037240 Cytochrome P450 704C1 10.51786094 C6_control_B3 +LQ01X037240 Cytochrome P450 704C1 10.42222021 C6_control_C1 +LQ01X037240 Cytochrome P450 704C1 10.06445837 C6_control_C2 +LQ01X037240 Cytochrome P450 704C1 10.09704047 C6_control_C3 +LQ01X037240 Cytochrome P450 704C1 10.23439352 C6_chemical_A1 +LQ01X037240 Cytochrome P450 704C1 10.10916908 C6_chemical_A3 +LQ01X037240 Cytochrome P450 704C1 10.9861658 C6_chemical_B1 +LQ01X037240 Cytochrome P450 704C1 10.53699039 C6_chemical_B2 +LQ01X037240 Cytochrome P450 704C1 10.47939291 C6_chemical_B3 +LQ01X037240 Cytochrome P450 704C1 10.47009614 C6_chemical_C1 +LQ01X037240 Cytochrome P450 704C1 10.08665998 C6_chemical_C2 +LQ01X037240 Cytochrome P450 704C1 9.848597234 C6_chemical_C3 +LQ01X037240 Cytochrome P450 704C1 9.378093772 L4_control_A1 +LQ01X037240 Cytochrome P450 704C1 8.621816714 L4_control_A2 +LQ01X037240 Cytochrome P450 704C1 7.981888251 L4_control_A3 +LQ01X037240 Cytochrome P450 704C1 10.46908493 L4_control_B1 +LQ01X037240 Cytochrome P450 704C1 10.59354993 L4_control_B2 +LQ01X037240 Cytochrome P450 704C1 10.47841173 L4_control_B3 +LQ01X037240 Cytochrome P450 704C1 10.99720338 L4_control_C2 +LQ01X037240 Cytochrome P450 704C1 10.46427204 L4_control_C3 +LQ01X037240 Cytochrome P450 704C1 9.115785808 L4_chemical_A1 +LQ01X037240 Cytochrome P450 704C1 8.623303291 L4_chemical_A2 +LQ01X037240 Cytochrome P450 704C1 8.825874913 L4_chemical_A3 +LQ01X037240 Cytochrome P450 704C1 10.32866927 L4_chemical_B1 +LQ01X037240 Cytochrome P450 704C1 10.15166111 L4_chemical_B2 +LQ01X037240 Cytochrome P450 704C1 9.659381632 L4_chemical_B3 +LQ01X037240 Cytochrome P450 704C1 11.09311537 L4_chemical_C2 +LQ01X037240 Cytochrome P450 704C1 10.43414677 L4_chemical_C3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.63724895 C6_control_A1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.87189135 C6_control_A3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.34728032 C6_control_B1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 11.62628027 C6_control_B2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 12.05303818 C6_control_B3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 7.316336235 C6_control_C1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 6.920176208 C6_control_C2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 7.796185468 C6_control_C3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.55990087 C6_chemical_A1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 14.28432283 C6_chemical_A3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 12.91349143 C6_chemical_B1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 11.34594273 C6_chemical_B2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 11.89631259 C6_chemical_B3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 7.163913678 C6_chemical_C1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 7.971706718 C6_chemical_C2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 6.968846371 C6_chemical_C3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.90119545 L4_control_A1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 14.70910928 L4_control_A2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 14.19710027 L4_control_A3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 12.07784542 L4_control_B1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.94108263 L4_control_B2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 10.41043875 L4_control_B3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 7.415690064 L4_control_C2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 7.649954845 L4_control_C3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.2957889 L4_chemical_A1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.93109837 L4_chemical_A2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 14.07896674 L4_chemical_A3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.09504539 L4_chemical_B1 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.74124351 L4_chemical_B2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.40586616 L4_chemical_B3 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 6.903500059 L4_chemical_C2 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 8.555591651 L4_chemical_C3 +LQ01X037390 Putative uncharacterized protein 6.720369281 C6_control_A1 +LQ01X037390 Putative uncharacterized protein 5.74872486 C6_control_A3 +LQ01X037390 Putative uncharacterized protein 7.072857344 C6_control_B1 +LQ01X037390 Putative uncharacterized protein 6.061595453 C6_control_B2 +LQ01X037390 Putative uncharacterized protein 6.762483004 C6_control_B3 +LQ01X037390 Putative uncharacterized protein 5.430720953 C6_control_C1 +LQ01X037390 Putative uncharacterized protein 5.67461807 C6_control_C2 +LQ01X037390 Putative uncharacterized protein 5.793105296 C6_control_C3 +LQ01X037390 Putative uncharacterized protein 6.112734415 C6_chemical_A1 +LQ01X037390 Putative uncharacterized protein 5.889723755 C6_chemical_A3 +LQ01X037390 Putative uncharacterized protein 6.703516853 C6_chemical_B1 +LQ01X037390 Putative uncharacterized protein 6.166925241 C6_chemical_B2 +LQ01X037390 Putative uncharacterized protein 6.269717265 C6_chemical_B3 +LQ01X037390 Putative uncharacterized protein 5.365011214 C6_chemical_C1 +LQ01X037390 Putative uncharacterized protein 5.943105053 C6_chemical_C2 +LQ01X037390 Putative uncharacterized protein 5.752478911 C6_chemical_C3 +LQ01X037390 Putative uncharacterized protein 6.365731592 L4_control_A1 +LQ01X037390 Putative uncharacterized protein 6.381907643 L4_control_A2 +LQ01X037390 Putative uncharacterized protein 6.694839377 L4_control_A3 +LQ01X037390 Putative uncharacterized protein 6.898145227 L4_control_B1 +LQ01X037390 Putative uncharacterized protein 6.940519254 L4_control_B2 +LQ01X037390 Putative uncharacterized protein 6.607665941 L4_control_B3 +LQ01X037390 Putative uncharacterized protein 6.977716787 L4_control_C2 +LQ01X037390 Putative uncharacterized protein 5.884099789 L4_control_C3 +LQ01X037390 Putative uncharacterized protein 5.850006991 L4_chemical_A1 +LQ01X037390 Putative uncharacterized protein 7.015058597 L4_chemical_A2 +LQ01X037390 Putative uncharacterized protein 6.558732524 L4_chemical_A3 +LQ01X037390 Putative uncharacterized protein 6.696185611 L4_chemical_B1 +LQ01X037390 Putative uncharacterized protein 6.66288632 L4_chemical_B2 +LQ01X037390 Putative uncharacterized protein 6.740846006 L4_chemical_B3 +LQ01X037390 Putative uncharacterized protein 7.555054112 L4_chemical_C2 +LQ01X037390 Putative uncharacterized protein 5.318923878 L4_chemical_C3 +LQ01X037400 Predicted protein 4.768020583 C6_control_A1 +LQ01X037400 Predicted protein 5.239289881 C6_control_A3 +LQ01X037400 Predicted protein 5.028474686 C6_control_B1 +LQ01X037400 Predicted protein 4.713718235 C6_control_B2 +LQ01X037400 Predicted protein 4.795844378 C6_control_B3 +LQ01X037400 Predicted protein 4.861643861 C6_control_C1 +LQ01X037400 Predicted protein 4.737123279 C6_control_C2 +LQ01X037400 Predicted protein 4.796372952 C6_control_C3 +LQ01X037400 Predicted protein 5.255736331 C6_chemical_A1 +LQ01X037400 Predicted protein 4.880559223 C6_chemical_A3 +LQ01X037400 Predicted protein 5.230279315 C6_chemical_B1 +LQ01X037400 Predicted protein 4.620306654 C6_chemical_B2 +LQ01X037400 Predicted protein 5.124820076 C6_chemical_B3 +LQ01X037400 Predicted protein 4.746170659 C6_chemical_C1 +LQ01X037400 Predicted protein 4.706758915 C6_chemical_C2 +LQ01X037400 Predicted protein 4.746139422 C6_chemical_C3 +LQ01X037400 Predicted protein 5.080579973 L4_control_A1 +LQ01X037400 Predicted protein 5.066885229 L4_control_A2 +LQ01X037400 Predicted protein 5.31078088 L4_control_A3 +LQ01X037400 Predicted protein 5.089667734 L4_control_B1 +LQ01X037400 Predicted protein 4.990160612 L4_control_B2 +LQ01X037400 Predicted protein 4.885303973 L4_control_B3 +LQ01X037400 Predicted protein 4.906944137 L4_control_C2 +LQ01X037400 Predicted protein 4.786099695 L4_control_C3 +LQ01X037400 Predicted protein 4.629303836 L4_chemical_A1 +LQ01X037400 Predicted protein 5.552455658 L4_chemical_A2 +LQ01X037400 Predicted protein 5.092850962 L4_chemical_A3 +LQ01X037400 Predicted protein 5.076959802 L4_chemical_B1 +LQ01X037400 Predicted protein 4.988689308 L4_chemical_B2 +LQ01X037400 Predicted protein 4.989336375 L4_chemical_B3 +LQ01X037400 Predicted protein 5.126779612 L4_chemical_C2 +LQ01X037400 Predicted protein 4.948605451 L4_chemical_C3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.553150553 C6_control_A1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 7.216858519 C6_control_A3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 7.172110797 C6_control_B1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.593706803 C6_control_B2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.043885587 C6_control_B3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.708403029 C6_control_C1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.585226681 C6_control_C2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.624896826 C6_control_C3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.377887967 C6_chemical_A1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.687317678 C6_chemical_A3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 7.358864275 C6_chemical_B1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.714110949 C6_chemical_B2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.574645815 C6_chemical_B3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.819970752 C6_chemical_C1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.757940188 C6_chemical_C2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.57495665 C6_chemical_C3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.798739573 L4_control_A1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.54529613 L4_control_A2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.418793987 L4_control_A3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.924672129 L4_control_B1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.904034771 L4_control_B2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.737732255 L4_control_B3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.068626357 L4_control_C2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.925135201 L4_control_C3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.754218419 L4_chemical_A1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.395419434 L4_chemical_A2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.387414276 L4_chemical_A3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.831236568 L4_chemical_B1 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.120026217 L4_chemical_B2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.707568701 L4_chemical_B3 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.782421106 L4_chemical_C2 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 5.667133836 L4_chemical_C3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.790405275 C6_control_A1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.621867456 C6_control_A3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.863157089 C6_control_B1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.061251796 C6_control_B2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.064867384 C6_control_B3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.722853907 C6_control_C1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.35016071 C6_control_C2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.158114619 C6_control_C3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.960317645 C6_chemical_A1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.85508846 C6_chemical_A3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.357787121 C6_chemical_B1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.273476006 C6_chemical_B2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.391212863 C6_chemical_B3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.716149747 C6_chemical_C1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.156087397 C6_chemical_C2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.226918196 C6_chemical_C3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.950529377 L4_control_A1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.932517204 L4_control_A2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.736439209 L4_control_A3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.061861214 L4_control_B1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.980730038 L4_control_B2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.945958544 L4_control_B3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.103071512 L4_control_C2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.00833843 L4_control_C3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.864654819 L4_chemical_A1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.936131754 L4_chemical_A2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.885893065 L4_chemical_A3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.915900035 L4_chemical_B1 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.088139275 L4_chemical_B2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.000868951 L4_chemical_B3 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.922158351 L4_chemical_C2 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 5.074492399 L4_chemical_C3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 4.948800218 C6_control_A1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.106514062 C6_control_A3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 4.756333655 C6_control_B1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.295061729 C6_control_B2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.145538306 C6_control_B3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.053727847 C6_control_C1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.333718675 C6_control_C2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.258376581 C6_control_C3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.687919795 C6_chemical_A1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.041569443 C6_chemical_A3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 4.982196746 C6_chemical_B1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.349830492 C6_chemical_B2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.142293593 C6_chemical_B3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.558096947 C6_chemical_C1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.792742062 C6_chemical_C2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.495361716 C6_chemical_C3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.064236802 L4_control_A1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.203394836 L4_control_A2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 4.916294808 L4_control_A3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.238203864 L4_control_B1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 4.793752158 L4_control_B2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.191800721 L4_control_B3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.154600159 L4_control_C2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.159537156 L4_control_C3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 4.954170883 L4_chemical_A1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.214695552 L4_chemical_A2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.163423772 L4_chemical_A3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.010981006 L4_chemical_B1 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.087733022 L4_chemical_B2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.223260621 L4_chemical_B3 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 4.869364312 L4_chemical_C2 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.158221041 L4_chemical_C3 +LQ01X037510 Putative uncharacterized protein 4.808656248 C6_control_A1 +LQ01X037510 Putative uncharacterized protein 4.731425184 C6_control_A3 +LQ01X037510 Putative uncharacterized protein 5.485694617 C6_control_B1 +LQ01X037510 Putative uncharacterized protein 4.821510409 C6_control_B2 +LQ01X037510 Putative uncharacterized protein 5.225859415 C6_control_B3 +LQ01X037510 Putative uncharacterized protein 4.747942155 C6_control_C1 +LQ01X037510 Putative uncharacterized protein 4.978146039 C6_control_C2 +LQ01X037510 Putative uncharacterized protein 4.968165338 C6_control_C3 +LQ01X037510 Putative uncharacterized protein 4.726493 C6_chemical_A1 +LQ01X037510 Putative uncharacterized protein 4.640195011 C6_chemical_A3 +LQ01X037510 Putative uncharacterized protein 4.813794079 C6_chemical_B1 +LQ01X037510 Putative uncharacterized protein 4.912565267 C6_chemical_B2 +LQ01X037510 Putative uncharacterized protein 5.020624085 C6_chemical_B3 +LQ01X037510 Putative uncharacterized protein 4.890282526 C6_chemical_C1 +LQ01X037510 Putative uncharacterized protein 4.926322735 C6_chemical_C2 +LQ01X037510 Putative uncharacterized protein 5.063059262 C6_chemical_C3 +LQ01X037510 Putative uncharacterized protein 4.827695854 L4_control_A1 +LQ01X037510 Putative uncharacterized protein 4.915520443 L4_control_A2 +LQ01X037510 Putative uncharacterized protein 4.856712778 L4_control_A3 +LQ01X037510 Putative uncharacterized protein 5.505507463 L4_control_B1 +LQ01X037510 Putative uncharacterized protein 4.85159276 L4_control_B2 +LQ01X037510 Putative uncharacterized protein 4.83701 L4_control_B3 +LQ01X037510 Putative uncharacterized protein 4.908723195 L4_control_C2 +LQ01X037510 Putative uncharacterized protein 5.349799582 L4_control_C3 +LQ01X037510 Putative uncharacterized protein 5.025131885 L4_chemical_A1 +LQ01X037510 Putative uncharacterized protein 4.633482883 L4_chemical_A2 +LQ01X037510 Putative uncharacterized protein 4.922855984 L4_chemical_A3 +LQ01X037510 Putative uncharacterized protein 4.859756567 L4_chemical_B1 +LQ01X037510 Putative uncharacterized protein 4.982796192 L4_chemical_B2 +LQ01X037510 Putative uncharacterized protein 4.691950145 L4_chemical_B3 +LQ01X037510 Putative uncharacterized protein 5.261029713 L4_chemical_C2 +LQ01X037510 Putative uncharacterized protein 4.783887442 L4_chemical_C3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.41946608 C6_control_A1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.893502981 C6_control_A3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.63532289 C6_control_B1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.992000763 C6_control_B2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.353312276 C6_control_B3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.332866165 C6_control_C1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.332408482 C6_control_C2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.170304566 C6_control_C3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.303313218 C6_chemical_A1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.324979073 C6_chemical_A3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.14195689 C6_chemical_B1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.608690142 C6_chemical_B2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.040733567 C6_chemical_B3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.684061127 C6_chemical_C1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.386832976 C6_chemical_C2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.381017605 C6_chemical_C3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.675608604 L4_control_A1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 6.017505568 L4_control_A2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.833470934 L4_control_A3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.304001428 L4_control_B1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.226141376 L4_control_B2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.490335703 L4_control_B3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.308816819 L4_control_C2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 4.996413471 L4_control_C3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.220114408 L4_chemical_A1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.644916405 L4_chemical_A2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 6.060654772 L4_chemical_A3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.34950047 L4_chemical_B1 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.061169256 L4_chemical_B2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.434796635 L4_chemical_B3 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.140073846 L4_chemical_C2 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.499794787 L4_chemical_C3 +LQ01X037560 Proteasome subunit beta type-1 8.987383723 C6_control_A1 +LQ01X037560 Proteasome subunit beta type-1 7.702977615 C6_control_A3 +LQ01X037560 Proteasome subunit beta type-1 9.087454509 C6_control_B1 +LQ01X037560 Proteasome subunit beta type-1 9.709908983 C6_control_B2 +LQ01X037560 Proteasome subunit beta type-1 8.541049834 C6_control_B3 +LQ01X037560 Proteasome subunit beta type-1 10.12615009 C6_control_C1 +LQ01X037560 Proteasome subunit beta type-1 9.705520494 C6_control_C2 +LQ01X037560 Proteasome subunit beta type-1 9.319085088 C6_control_C3 +LQ01X037560 Proteasome subunit beta type-1 8.510152711 C6_chemical_A1 +LQ01X037560 Proteasome subunit beta type-1 8.099264513 C6_chemical_A3 +LQ01X037560 Proteasome subunit beta type-1 8.768664727 C6_chemical_B1 +LQ01X037560 Proteasome subunit beta type-1 9.125280652 C6_chemical_B2 +LQ01X037560 Proteasome subunit beta type-1 8.090593396 C6_chemical_B3 +LQ01X037560 Proteasome subunit beta type-1 10.17005056 C6_chemical_C1 +LQ01X037560 Proteasome subunit beta type-1 9.932428063 C6_chemical_C2 +LQ01X037560 Proteasome subunit beta type-1 9.105194273 C6_chemical_C3 +LQ01X037560 Proteasome subunit beta type-1 8.258517628 L4_control_A1 +LQ01X037560 Proteasome subunit beta type-1 8.617449399 L4_control_A2 +LQ01X037560 Proteasome subunit beta type-1 8.035185925 L4_control_A3 +LQ01X037560 Proteasome subunit beta type-1 8.591665624 L4_control_B1 +LQ01X037560 Proteasome subunit beta type-1 8.591581283 L4_control_B2 +LQ01X037560 Proteasome subunit beta type-1 7.965151503 L4_control_B3 +LQ01X037560 Proteasome subunit beta type-1 9.935922093 L4_control_C2 +LQ01X037560 Proteasome subunit beta type-1 8.986791566 L4_control_C3 +LQ01X037560 Proteasome subunit beta type-1 7.979838268 L4_chemical_A1 +LQ01X037560 Proteasome subunit beta type-1 8.249735739 L4_chemical_A2 +LQ01X037560 Proteasome subunit beta type-1 7.793432517 L4_chemical_A3 +LQ01X037560 Proteasome subunit beta type-1 8.933125633 L4_chemical_B1 +LQ01X037560 Proteasome subunit beta type-1 8.899178202 L4_chemical_B2 +LQ01X037560 Proteasome subunit beta type-1 7.893564617 L4_chemical_B3 +LQ01X037560 Proteasome subunit beta type-1 9.751120745 L4_chemical_C2 +LQ01X037560 Proteasome subunit beta type-1 8.824015937 L4_chemical_C3 +LQ01X037600 Glutathione S-transferase zeta class 12.08970193 C6_control_A1 +LQ01X037600 Glutathione S-transferase zeta class 12.29764239 C6_control_A3 +LQ01X037600 Glutathione S-transferase zeta class 12.14325068 C6_control_B1 +LQ01X037600 Glutathione S-transferase zeta class 11.52109602 C6_control_B2 +LQ01X037600 Glutathione S-transferase zeta class 11.99827007 C6_control_B3 +LQ01X037600 Glutathione S-transferase zeta class 11.85323824 C6_control_C1 +LQ01X037600 Glutathione S-transferase zeta class 11.22536804 C6_control_C2 +LQ01X037600 Glutathione S-transferase zeta class 11.7471159 C6_control_C3 +LQ01X037600 Glutathione S-transferase zeta class 11.8331608 C6_chemical_A1 +LQ01X037600 Glutathione S-transferase zeta class 11.99410744 C6_chemical_A3 +LQ01X037600 Glutathione S-transferase zeta class 12.04572023 C6_chemical_B1 +LQ01X037600 Glutathione S-transferase zeta class 11.50955672 C6_chemical_B2 +LQ01X037600 Glutathione S-transferase zeta class 12.04477974 C6_chemical_B3 +LQ01X037600 Glutathione S-transferase zeta class 11.70043176 C6_chemical_C1 +LQ01X037600 Glutathione S-transferase zeta class 11.31615285 C6_chemical_C2 +LQ01X037600 Glutathione S-transferase zeta class 11.79327028 C6_chemical_C3 +LQ01X037600 Glutathione S-transferase zeta class 11.80220134 L4_control_A1 +LQ01X037600 Glutathione S-transferase zeta class 11.608474 L4_control_A2 +LQ01X037600 Glutathione S-transferase zeta class 11.58736397 L4_control_A3 +LQ01X037600 Glutathione S-transferase zeta class 11.8031722 L4_control_B1 +LQ01X037600 Glutathione S-transferase zeta class 11.9566719 L4_control_B2 +LQ01X037600 Glutathione S-transferase zeta class 11.23719088 L4_control_B3 +LQ01X037600 Glutathione S-transferase zeta class 12.07209454 L4_control_C2 +LQ01X037600 Glutathione S-transferase zeta class 12.07941861 L4_control_C3 +LQ01X037600 Glutathione S-transferase zeta class 11.51945124 L4_chemical_A1 +LQ01X037600 Glutathione S-transferase zeta class 11.359942 L4_chemical_A2 +LQ01X037600 Glutathione S-transferase zeta class 11.45947059 L4_chemical_A3 +LQ01X037600 Glutathione S-transferase zeta class 12.15713626 L4_chemical_B1 +LQ01X037600 Glutathione S-transferase zeta class 12.06882098 L4_chemical_B2 +LQ01X037600 Glutathione S-transferase zeta class 11.32385304 L4_chemical_B3 +LQ01X037600 Glutathione S-transferase zeta class 11.8821276 L4_chemical_C2 +LQ01X037600 Glutathione S-transferase zeta class 11.96334081 L4_chemical_C3 +LQ01X037630 Nucleotide binding protein, putative 11.00997517 C6_control_A1 +LQ01X037630 Nucleotide binding protein, putative 10.9114614 C6_control_A3 +LQ01X037630 Nucleotide binding protein, putative 11.1016568 C6_control_B1 +LQ01X037630 Nucleotide binding protein, putative 10.5436161 C6_control_B2 +LQ01X037630 Nucleotide binding protein, putative 11.1198809 C6_control_B3 +LQ01X037630 Nucleotide binding protein, putative 10.54483887 C6_control_C1 +LQ01X037630 Nucleotide binding protein, putative 10.48703659 C6_control_C2 +LQ01X037630 Nucleotide binding protein, putative 10.40030208 C6_control_C3 +LQ01X037630 Nucleotide binding protein, putative 10.8359416 C6_chemical_A1 +LQ01X037630 Nucleotide binding protein, putative 10.8002555 C6_chemical_A3 +LQ01X037630 Nucleotide binding protein, putative 11.20399063 C6_chemical_B1 +LQ01X037630 Nucleotide binding protein, putative 10.30897449 C6_chemical_B2 +LQ01X037630 Nucleotide binding protein, putative 10.922622 C6_chemical_B3 +LQ01X037630 Nucleotide binding protein, putative 10.37464335 C6_chemical_C1 +LQ01X037630 Nucleotide binding protein, putative 10.2720912 C6_chemical_C2 +LQ01X037630 Nucleotide binding protein, putative 10.13365089 C6_chemical_C3 +LQ01X037630 Nucleotide binding protein, putative 10.65953103 L4_control_A1 +LQ01X037630 Nucleotide binding protein, putative 11.11869622 L4_control_A2 +LQ01X037630 Nucleotide binding protein, putative 10.92505584 L4_control_A3 +LQ01X037630 Nucleotide binding protein, putative 10.88638136 L4_control_B1 +LQ01X037630 Nucleotide binding protein, putative 11.53293326 L4_control_B2 +LQ01X037630 Nucleotide binding protein, putative 10.38049958 L4_control_B3 +LQ01X037630 Nucleotide binding protein, putative 10.97262682 L4_control_C2 +LQ01X037630 Nucleotide binding protein, putative 11.24932077 L4_control_C3 +LQ01X037630 Nucleotide binding protein, putative 10.50664799 L4_chemical_A1 +LQ01X037630 Nucleotide binding protein, putative 10.62644179 L4_chemical_A2 +LQ01X037630 Nucleotide binding protein, putative 10.78071996 L4_chemical_A3 +LQ01X037630 Nucleotide binding protein, putative 11.18963117 L4_chemical_B1 +LQ01X037630 Nucleotide binding protein, putative 11.08941595 L4_chemical_B2 +LQ01X037630 Nucleotide binding protein, putative 10.4301949 L4_chemical_B3 +LQ01X037630 Nucleotide binding protein, putative 10.92464264 L4_chemical_C2 +LQ01X037630 Nucleotide binding protein, putative 11.31261565 L4_chemical_C3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.434841293 C6_control_A1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.959945601 C6_control_A3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.185329955 C6_control_B1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.843353745 C6_control_B2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.827343626 C6_control_B3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.870601189 C6_control_C1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.757976303 C6_control_C2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.775552378 C6_control_C3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.330359049 C6_chemical_A1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.546459741 C6_chemical_A3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.8967743 C6_chemical_B1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.850720575 C6_chemical_B2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.005789606 C6_chemical_B3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.919896652 C6_chemical_C1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.675644279 C6_chemical_C2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.734612502 C6_chemical_C3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.030833108 L4_control_A1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.376856619 L4_control_A2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.493575013 L4_control_A3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.729308042 L4_control_B1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.137430958 L4_control_B2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.871149204 L4_control_B3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.028313603 L4_control_C2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.347527746 L4_control_C3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.675243628 L4_chemical_A1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.292305386 L4_chemical_A2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.308533234 L4_chemical_A3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.84496343 L4_chemical_B1 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.362103823 L4_chemical_B2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.800236584 L4_chemical_B3 +LQ01X037650 Putative Dihydroflavonol-4-reductase 4.716389166 L4_chemical_C2 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.337865452 L4_chemical_C3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.659585163 C6_control_A1 +LQ01X037710 Probable S-acyltransferase At3g60800 6.024002544 C6_control_A3 +LQ01X037710 Probable S-acyltransferase At3g60800 6.156295045 C6_control_B1 +LQ01X037710 Probable S-acyltransferase At3g60800 5.820957846 C6_control_B2 +LQ01X037710 Probable S-acyltransferase At3g60800 6.022583275 C6_control_B3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.707223842 C6_control_C1 +LQ01X037710 Probable S-acyltransferase At3g60800 6.524388534 C6_control_C2 +LQ01X037710 Probable S-acyltransferase At3g60800 5.365490933 C6_control_C3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.753569887 C6_chemical_A1 +LQ01X037710 Probable S-acyltransferase At3g60800 5.570488727 C6_chemical_A3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.309381809 C6_chemical_B1 +LQ01X037710 Probable S-acyltransferase At3g60800 5.995400741 C6_chemical_B2 +LQ01X037710 Probable S-acyltransferase At3g60800 5.502406048 C6_chemical_B3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.990044168 C6_chemical_C1 +LQ01X037710 Probable S-acyltransferase At3g60800 5.731626099 C6_chemical_C2 +LQ01X037710 Probable S-acyltransferase At3g60800 5.422230478 C6_chemical_C3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.49801321 L4_control_A1 +LQ01X037710 Probable S-acyltransferase At3g60800 5.724779346 L4_control_A2 +LQ01X037710 Probable S-acyltransferase At3g60800 5.744543554 L4_control_A3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.624324524 L4_control_B1 +LQ01X037710 Probable S-acyltransferase At3g60800 5.671345396 L4_control_B2 +LQ01X037710 Probable S-acyltransferase At3g60800 5.423761367 L4_control_B3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.373598734 L4_control_C2 +LQ01X037710 Probable S-acyltransferase At3g60800 5.341941872 L4_control_C3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.346127692 L4_chemical_A1 +LQ01X037710 Probable S-acyltransferase At3g60800 5.673213036 L4_chemical_A2 +LQ01X037710 Probable S-acyltransferase At3g60800 6.004642143 L4_chemical_A3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.740404978 L4_chemical_B1 +LQ01X037710 Probable S-acyltransferase At3g60800 5.921098683 L4_chemical_B2 +LQ01X037710 Probable S-acyltransferase At3g60800 5.57705249 L4_chemical_B3 +LQ01X037710 Probable S-acyltransferase At3g60800 5.57062074 L4_chemical_C2 +LQ01X037710 Probable S-acyltransferase At3g60800 5.12157152 L4_chemical_C3 +LQ01X037720 Predicted protein 11.24589138 C6_control_A1 +LQ01X037720 Predicted protein 10.72578398 C6_control_A3 +LQ01X037720 Predicted protein 11.5979969 C6_control_B1 +LQ01X037720 Predicted protein 12.20448655 C6_control_B2 +LQ01X037720 Predicted protein 11.68599602 C6_control_B3 +LQ01X037720 Predicted protein 12.62164566 C6_control_C1 +LQ01X037720 Predicted protein 12.39327863 C6_control_C2 +LQ01X037720 Predicted protein 12.47896774 C6_control_C3 +LQ01X037720 Predicted protein 12.13307357 C6_chemical_A1 +LQ01X037720 Predicted protein 11.21896514 C6_chemical_A3 +LQ01X037720 Predicted protein 12.2351419 C6_chemical_B1 +LQ01X037720 Predicted protein 12.55992443 C6_chemical_B2 +LQ01X037720 Predicted protein 11.66184305 C6_chemical_B3 +LQ01X037720 Predicted protein 13.67690676 C6_chemical_C1 +LQ01X037720 Predicted protein 13.05524576 C6_chemical_C2 +LQ01X037720 Predicted protein 12.36047655 C6_chemical_C3 +LQ01X037720 Predicted protein 10.91218766 L4_control_A1 +LQ01X037720 Predicted protein 11.09268854 L4_control_A2 +LQ01X037720 Predicted protein 10.50505886 L4_control_A3 +LQ01X037720 Predicted protein 11.61200184 L4_control_B1 +LQ01X037720 Predicted protein 11.16723674 L4_control_B2 +LQ01X037720 Predicted protein 11.51099684 L4_control_B3 +LQ01X037720 Predicted protein 11.64149843 L4_control_C2 +LQ01X037720 Predicted protein 11.47781379 L4_control_C3 +LQ01X037720 Predicted protein 12.16422078 L4_chemical_A1 +LQ01X037720 Predicted protein 11.95074938 L4_chemical_A2 +LQ01X037720 Predicted protein 10.90705952 L4_chemical_A3 +LQ01X037720 Predicted protein 11.62989388 L4_chemical_B1 +LQ01X037720 Predicted protein 11.82141171 L4_chemical_B2 +LQ01X037720 Predicted protein 11.42002425 L4_chemical_B3 +LQ01X037720 Predicted protein 11.98329858 L4_chemical_C2 +LQ01X037720 Predicted protein 11.96032609 L4_chemical_C3 +LQ01X037730 Putative uncharacterized protein 5.605246655 C6_control_A1 +LQ01X037730 Putative uncharacterized protein 5.826807005 C6_control_A3 +LQ01X037730 Putative uncharacterized protein 5.860179765 C6_control_B1 +LQ01X037730 Putative uncharacterized protein 5.606792304 C6_control_B2 +LQ01X037730 Putative uncharacterized protein 5.807409418 C6_control_B3 +LQ01X037730 Putative uncharacterized protein 5.501689358 C6_control_C1 +LQ01X037730 Putative uncharacterized protein 5.501563399 C6_control_C2 +LQ01X037730 Putative uncharacterized protein 5.358496288 C6_control_C3 +LQ01X037730 Putative uncharacterized protein 5.454612892 C6_chemical_A1 +LQ01X037730 Putative uncharacterized protein 5.671600623 C6_chemical_A3 +LQ01X037730 Putative uncharacterized protein 5.696425667 C6_chemical_B1 +LQ01X037730 Putative uncharacterized protein 5.55895514 C6_chemical_B2 +LQ01X037730 Putative uncharacterized protein 5.523425562 C6_chemical_B3 +LQ01X037730 Putative uncharacterized protein 5.229655219 C6_chemical_C1 +LQ01X037730 Putative uncharacterized protein 5.645741046 C6_chemical_C2 +LQ01X037730 Putative uncharacterized protein 5.78295045 C6_chemical_C3 +LQ01X037730 Putative uncharacterized protein 5.731078353 L4_control_A1 +LQ01X037730 Putative uncharacterized protein 6.118586796 L4_control_A2 +LQ01X037730 Putative uncharacterized protein 6.458430535 L4_control_A3 +LQ01X037730 Putative uncharacterized protein 5.651674417 L4_control_B1 +LQ01X037730 Putative uncharacterized protein 6.047969419 L4_control_B2 +LQ01X037730 Putative uncharacterized protein 5.554366506 L4_control_B3 +LQ01X037730 Putative uncharacterized protein 5.686230632 L4_control_C2 +LQ01X037730 Putative uncharacterized protein 5.074501469 L4_control_C3 +LQ01X037730 Putative uncharacterized protein 5.032627102 L4_chemical_A1 +LQ01X037730 Putative uncharacterized protein 5.711900556 L4_chemical_A2 +LQ01X037730 Putative uncharacterized protein 6.967412783 L4_chemical_A3 +LQ01X037730 Putative uncharacterized protein 5.877528001 L4_chemical_B1 +LQ01X037730 Putative uncharacterized protein 6.138557336 L4_chemical_B2 +LQ01X037730 Putative uncharacterized protein 5.638897298 L4_chemical_B3 +LQ01X037730 Putative uncharacterized protein 5.696838182 L4_chemical_C2 +LQ01X037730 Putative uncharacterized protein 5.865747441 L4_chemical_C3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.506637707 C6_control_A1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 7.683547194 C6_control_A3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.331522173 C6_control_B1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.881310858 C6_control_B2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.109532601 C6_control_B3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.682119467 C6_control_C1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.262569578 C6_control_C2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.715057955 C6_control_C3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.598036514 C6_chemical_A1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 7.674019516 C6_chemical_A3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.494571563 C6_chemical_B1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.151374031 C6_chemical_B2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.827767511 C6_chemical_B3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.659705377 C6_chemical_C1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.472990981 C6_chemical_C2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.336125992 C6_chemical_C3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.477692981 L4_control_A1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.954264648 L4_control_A2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.5685027 L4_control_A3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.185128235 L4_control_B1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.439757251 L4_control_B2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.355834878 L4_control_B3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.750111545 L4_control_C2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.327741341 L4_control_C3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 7.901425618 L4_chemical_A1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.773351072 L4_chemical_A2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 7.769426998 L4_chemical_A3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.602285929 L4_chemical_B1 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.305465403 L4_chemical_B2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.706527889 L4_chemical_B3 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.868006413 L4_chemical_C2 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 9.505963456 L4_chemical_C3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 13.04522604 C6_control_A1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 13.23229219 C6_control_A3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.71374076 C6_control_B1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.36081811 C6_control_B2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.20579992 C6_control_B3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.133778923 C6_control_C1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 8.299241533 C6_control_C2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 7.9400825 C6_control_C3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.83515944 C6_chemical_A1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 13.30689512 C6_chemical_A3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.14248096 C6_chemical_B1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.683040854 C6_chemical_B2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.21476635 C6_chemical_B3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 8.93764797 C6_chemical_C1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 8.118044821 C6_chemical_C2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 7.681442875 C6_chemical_C3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 13.92778796 L4_control_A1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 13.92038811 L4_control_A2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 14.13110842 L4_control_A3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.90576408 L4_control_B1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.18520894 L4_control_B2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.457024417 L4_control_B3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.4606292 L4_control_C2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 8.460512204 L4_control_C3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.98801879 L4_chemical_A1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 13.12647604 L4_chemical_A2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 14.04185969 L4_chemical_A3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.27628744 L4_chemical_B1 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.45871207 L4_chemical_B2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.56695476 L4_chemical_B3 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.313799305 L4_chemical_C2 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 8.52915652 L4_chemical_C3 +LQ01X037770 40S ribosomal protein S13 14.53817897 C6_control_A1 +LQ01X037770 40S ribosomal protein S13 14.79281717 C6_control_A3 +LQ01X037770 40S ribosomal protein S13 14.32059999 C6_control_B1 +LQ01X037770 40S ribosomal protein S13 14.10069552 C6_control_B2 +LQ01X037770 40S ribosomal protein S13 13.91200023 C6_control_B3 +LQ01X037770 40S ribosomal protein S13 13.8279566 C6_control_C1 +LQ01X037770 40S ribosomal protein S13 13.80622369 C6_control_C2 +LQ01X037770 40S ribosomal protein S13 13.64599473 C6_control_C3 +LQ01X037770 40S ribosomal protein S13 14.11253677 C6_chemical_A1 +LQ01X037770 40S ribosomal protein S13 14.09086701 C6_chemical_A3 +LQ01X037770 40S ribosomal protein S13 14.08454831 C6_chemical_B1 +LQ01X037770 40S ribosomal protein S13 13.45824812 C6_chemical_B2 +LQ01X037770 40S ribosomal protein S13 13.69948919 C6_chemical_B3 +LQ01X037770 40S ribosomal protein S13 13.66336372 C6_chemical_C1 +LQ01X037770 40S ribosomal protein S13 13.65297764 C6_chemical_C2 +LQ01X037770 40S ribosomal protein S13 13.48515847 C6_chemical_C3 +LQ01X037770 40S ribosomal protein S13 14.22546635 L4_control_A1 +LQ01X037770 40S ribosomal protein S13 13.93609907 L4_control_A2 +LQ01X037770 40S ribosomal protein S13 13.8876459 L4_control_A3 +LQ01X037770 40S ribosomal protein S13 13.94146155 L4_control_B1 +LQ01X037770 40S ribosomal protein S13 13.37870428 L4_control_B2 +LQ01X037770 40S ribosomal protein S13 13.73201784 L4_control_B3 +LQ01X037770 40S ribosomal protein S13 13.71287481 L4_control_C2 +LQ01X037770 40S ribosomal protein S13 14.0177934 L4_control_C3 +LQ01X037770 40S ribosomal protein S13 14.53879175 L4_chemical_A1 +LQ01X037770 40S ribosomal protein S13 13.75283864 L4_chemical_A2 +LQ01X037770 40S ribosomal protein S13 13.64845695 L4_chemical_A3 +LQ01X037770 40S ribosomal protein S13 14.13854685 L4_chemical_B1 +LQ01X037770 40S ribosomal protein S13 13.76670855 L4_chemical_B2 +LQ01X037770 40S ribosomal protein S13 13.9357831 L4_chemical_B3 +LQ01X037770 40S ribosomal protein S13 13.60050711 L4_chemical_C2 +LQ01X037770 40S ribosomal protein S13 13.85024719 L4_chemical_C3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.18106351 C6_control_A1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.05039341 C6_control_A3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.38044861 C6_control_B1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.76981204 C6_control_B2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.04877 C6_control_B3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.5556686 C6_control_C1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.43875762 C6_control_C2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.40590287 C6_control_C3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.20293394 C6_chemical_A1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.87986175 C6_chemical_A3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.2385763 C6_chemical_B1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.00312807 C6_chemical_B2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 10.99572082 C6_chemical_B3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.84018992 C6_chemical_C1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.57670525 C6_chemical_C2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.13849798 C6_chemical_C3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.0233502 L4_control_A1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.76371252 L4_control_A2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.53134286 L4_control_A3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.68717118 L4_control_B1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.60633641 L4_control_B2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.19398331 L4_control_B3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.01187548 L4_control_C2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.82355818 L4_control_C3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.85026082 L4_chemical_A1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.28896815 L4_chemical_A2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.92318101 L4_chemical_A3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.36837113 L4_chemical_B1 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.47357824 L4_chemical_B2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.97379508 L4_chemical_B3 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 12.48394533 L4_chemical_C2 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.71134765 L4_chemical_C3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.23619357 C6_control_A1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.36548375 C6_control_A3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.93596783 C6_control_B1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.32420602 C6_control_B2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 12.23193219 C6_control_B3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 10.27125344 C6_control_C1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 10.09152393 C6_control_C2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 9.80556193 C6_control_C3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.25766182 C6_chemical_A1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.23902823 C6_chemical_A3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 12.03181722 C6_chemical_B1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.42941067 C6_chemical_B2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 12.07104759 C6_chemical_B3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 10.2867459 C6_chemical_C1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 10.22807759 C6_chemical_C2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 10.07054294 C6_chemical_C3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.1925213 L4_control_A1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.91524975 L4_control_A2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.1230023 L4_control_A3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.96084901 L4_control_B1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 13.04013961 L4_control_B2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 12.13486129 L4_control_B3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 10.85276802 L4_control_C2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.46819428 L4_control_C3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 10.71728215 L4_chemical_A1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.37079655 L4_chemical_A2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 10.907488 L4_chemical_A3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.73801268 L4_chemical_B1 +LQ01X037800 UDP-glucuronate 4-epimerase 3 12.23265631 L4_chemical_B2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 12.01157325 L4_chemical_B3 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.2096745 L4_chemical_C2 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.47629076 L4_chemical_C3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.633927641 C6_control_A1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.606372537 C6_control_A3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.646803977 C6_control_B1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.331043021 C6_control_B2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.961897209 C6_control_B3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.022600215 C6_control_C1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.97170055 C6_control_C2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 4.973430609 C6_control_C3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.293440379 C6_chemical_A1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.262374099 C6_chemical_A3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.306301176 C6_chemical_B1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.336337351 C6_chemical_B2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.62358309 C6_chemical_B3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.29696358 C6_chemical_C1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.213722198 C6_chemical_C2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.109442732 C6_chemical_C3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.326650013 L4_control_A1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.254815619 L4_control_A2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.72354398 L4_control_A3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.182415513 L4_control_B1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 4.911834187 L4_control_B2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.302127002 L4_control_B3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.350908188 L4_control_C2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 4.809869395 L4_control_C3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.162230914 L4_chemical_A1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.439607451 L4_chemical_A2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.499721867 L4_chemical_A3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.136524236 L4_chemical_B1 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.447447392 L4_chemical_B2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.277870861 L4_chemical_B3 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.309800831 L4_chemical_C2 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.287754978 L4_chemical_C3 +LQ01X037820 Transketolase, chloroplastic 6.261142365 C6_control_A1 +LQ01X037820 Transketolase, chloroplastic 6.378104075 C6_control_A3 +LQ01X037820 Transketolase, chloroplastic 6.082635336 C6_control_B1 +LQ01X037820 Transketolase, chloroplastic 6.022928249 C6_control_B2 +LQ01X037820 Transketolase, chloroplastic 6.791723144 C6_control_B3 +LQ01X037820 Transketolase, chloroplastic 5.776655975 C6_control_C1 +LQ01X037820 Transketolase, chloroplastic 6.147386456 C6_control_C2 +LQ01X037820 Transketolase, chloroplastic 5.987511257 C6_control_C3 +LQ01X037820 Transketolase, chloroplastic 6.361308938 C6_chemical_A1 +LQ01X037820 Transketolase, chloroplastic 5.754553394 C6_chemical_A3 +LQ01X037820 Transketolase, chloroplastic 5.907274646 C6_chemical_B1 +LQ01X037820 Transketolase, chloroplastic 6.033422219 C6_chemical_B2 +LQ01X037820 Transketolase, chloroplastic 6.469540306 C6_chemical_B3 +LQ01X037820 Transketolase, chloroplastic 5.631129158 C6_chemical_C1 +LQ01X037820 Transketolase, chloroplastic 6.095633257 C6_chemical_C2 +LQ01X037820 Transketolase, chloroplastic 6.309757781 C6_chemical_C3 +LQ01X037820 Transketolase, chloroplastic 6.049039614 L4_control_A1 +LQ01X037820 Transketolase, chloroplastic 6.193750665 L4_control_A2 +LQ01X037820 Transketolase, chloroplastic 5.467998863 L4_control_A3 +LQ01X037820 Transketolase, chloroplastic 5.933937301 L4_control_B1 +LQ01X037820 Transketolase, chloroplastic 5.554980819 L4_control_B2 +LQ01X037820 Transketolase, chloroplastic 6.358992605 L4_control_B3 +LQ01X037820 Transketolase, chloroplastic 6.10393223 L4_control_C2 +LQ01X037820 Transketolase, chloroplastic 6.014227885 L4_control_C3 +LQ01X037820 Transketolase, chloroplastic 6.151000416 L4_chemical_A1 +LQ01X037820 Transketolase, chloroplastic 6.143694851 L4_chemical_A2 +LQ01X037820 Transketolase, chloroplastic 5.852184427 L4_chemical_A3 +LQ01X037820 Transketolase, chloroplastic 6.044058771 L4_chemical_B1 +LQ01X037820 Transketolase, chloroplastic 6.183002293 L4_chemical_B2 +LQ01X037820 Transketolase, chloroplastic 6.310978463 L4_chemical_B3 +LQ01X037820 Transketolase, chloroplastic 6.969132432 L4_chemical_C2 +LQ01X037820 Transketolase, chloroplastic 5.539133058 L4_chemical_C3 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.8737555 C6_control_A1 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.09342406 C6_control_A3 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.40648485 C6_control_B1 +LQ01X037830 DNA repair protein RAD51 homolog 3 9.653154284 C6_control_B2 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.31939993 C6_control_B3 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.18812519 C6_control_C1 +LQ01X037830 DNA repair protein RAD51 homolog 3 9.530295935 C6_control_C2 +LQ01X037830 DNA repair protein RAD51 homolog 3 9.522574431 C6_control_C3 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.66228541 C6_chemical_A1 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.20129985 C6_chemical_A3 +LQ01X037830 DNA repair protein RAD51 homolog 3 9.984003703 C6_chemical_B1 +LQ01X037830 DNA repair protein RAD51 homolog 3 9.549573858 C6_chemical_B2 +LQ01X037830 DNA repair protein RAD51 homolog 3 9.721927172 C6_chemical_B3 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.16220375 C6_chemical_C1 +LQ01X037830 DNA repair protein RAD51 homolog 3 9.805409029 C6_chemical_C2 +LQ01X037830 DNA repair protein RAD51 homolog 3 9.43357201 C6_chemical_C3 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.37490441 L4_control_A1 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.38358859 L4_control_A2 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.4978868 L4_control_A3 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.29047041 L4_control_B1 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.86632197 L4_control_B2 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.29339954 L4_control_B3 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.63371684 L4_control_C2 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.49170831 L4_control_C3 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.93589215 L4_chemical_A1 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.04571254 L4_chemical_A2 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.41349672 L4_chemical_A3 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.0774107 L4_chemical_B1 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.6557777 L4_chemical_B2 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.5386048 L4_chemical_B3 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.81973151 L4_chemical_C2 +LQ01X037830 DNA repair protein RAD51 homolog 3 11.61582048 L4_chemical_C3 +LQ01X037860 Predicted protein 12.06197858 C6_control_A1 +LQ01X037860 Predicted protein 11.84478985 C6_control_A3 +LQ01X037860 Predicted protein 11.98697016 C6_control_B1 +LQ01X037860 Predicted protein 11.43402322 C6_control_B2 +LQ01X037860 Predicted protein 11.76830161 C6_control_B3 +LQ01X037860 Predicted protein 11.06938204 C6_control_C1 +LQ01X037860 Predicted protein 10.96726234 C6_control_C2 +LQ01X037860 Predicted protein 10.80411722 C6_control_C3 +LQ01X037860 Predicted protein 12.0025445 C6_chemical_A1 +LQ01X037860 Predicted protein 12.20217499 C6_chemical_A3 +LQ01X037860 Predicted protein 11.9067868 C6_chemical_B1 +LQ01X037860 Predicted protein 11.26107035 C6_chemical_B2 +LQ01X037860 Predicted protein 11.81148201 C6_chemical_B3 +LQ01X037860 Predicted protein 11.10234742 C6_chemical_C1 +LQ01X037860 Predicted protein 10.91432908 C6_chemical_C2 +LQ01X037860 Predicted protein 10.95459931 C6_chemical_C3 +LQ01X037860 Predicted protein 12.5427837 L4_control_A1 +LQ01X037860 Predicted protein 12.25636117 L4_control_A2 +LQ01X037860 Predicted protein 13.03213951 L4_control_A3 +LQ01X037860 Predicted protein 11.93162893 L4_control_B1 +LQ01X037860 Predicted protein 12.60795967 L4_control_B2 +LQ01X037860 Predicted protein 12.21026238 L4_control_B3 +LQ01X037860 Predicted protein 12.04711913 L4_control_C2 +LQ01X037860 Predicted protein 11.76204351 L4_control_C3 +LQ01X037860 Predicted protein 11.97676621 L4_chemical_A1 +LQ01X037860 Predicted protein 11.84106106 L4_chemical_A2 +LQ01X037860 Predicted protein 12.81209633 L4_chemical_A3 +LQ01X037860 Predicted protein 12.39093436 L4_chemical_B1 +LQ01X037860 Predicted protein 12.18068307 L4_chemical_B2 +LQ01X037860 Predicted protein 12.41315695 L4_chemical_B3 +LQ01X037860 Predicted protein 11.97158247 L4_chemical_C2 +LQ01X037860 Predicted protein 11.76846944 L4_chemical_C3 +LQ01X037900 Methionine aminopeptidase 1A 6.219680708 C6_control_A1 +LQ01X037900 Methionine aminopeptidase 1A 6.786126278 C6_control_A3 +LQ01X037900 Methionine aminopeptidase 1A 6.732671736 C6_control_B1 +LQ01X037900 Methionine aminopeptidase 1A 6.204600886 C6_control_B2 +LQ01X037900 Methionine aminopeptidase 1A 6.383805976 C6_control_B3 +LQ01X037900 Methionine aminopeptidase 1A 5.837510409 C6_control_C1 +LQ01X037900 Methionine aminopeptidase 1A 6.709913928 C6_control_C2 +LQ01X037900 Methionine aminopeptidase 1A 5.579172133 C6_control_C3 +LQ01X037900 Methionine aminopeptidase 1A 6.029078948 C6_chemical_A1 +LQ01X037900 Methionine aminopeptidase 1A 6.425917393 C6_chemical_A3 +LQ01X037900 Methionine aminopeptidase 1A 6.32596461 C6_chemical_B1 +LQ01X037900 Methionine aminopeptidase 1A 6.476793438 C6_chemical_B2 +LQ01X037900 Methionine aminopeptidase 1A 5.913048985 C6_chemical_B3 +LQ01X037900 Methionine aminopeptidase 1A 6.191784813 C6_chemical_C1 +LQ01X037900 Methionine aminopeptidase 1A 5.772122703 C6_chemical_C2 +LQ01X037900 Methionine aminopeptidase 1A 5.996106976 C6_chemical_C3 +LQ01X037900 Methionine aminopeptidase 1A 6.224761009 L4_control_A1 +LQ01X037900 Methionine aminopeptidase 1A 5.509363768 L4_control_A2 +LQ01X037900 Methionine aminopeptidase 1A 6.481135654 L4_control_A3 +LQ01X037900 Methionine aminopeptidase 1A 6.012400369 L4_control_B1 +LQ01X037900 Methionine aminopeptidase 1A 6.145020753 L4_control_B2 +LQ01X037900 Methionine aminopeptidase 1A 6.133852306 L4_control_B3 +LQ01X037900 Methionine aminopeptidase 1A 6.055605886 L4_control_C2 +LQ01X037900 Methionine aminopeptidase 1A 7.126653723 L4_control_C3 +LQ01X037900 Methionine aminopeptidase 1A 5.954964928 L4_chemical_A1 +LQ01X037900 Methionine aminopeptidase 1A 5.572853768 L4_chemical_A2 +LQ01X037900 Methionine aminopeptidase 1A 6.575419877 L4_chemical_A3 +LQ01X037900 Methionine aminopeptidase 1A 6.694929719 L4_chemical_B1 +LQ01X037900 Methionine aminopeptidase 1A 6.011249294 L4_chemical_B2 +LQ01X037900 Methionine aminopeptidase 1A 5.835032546 L4_chemical_B3 +LQ01X037900 Methionine aminopeptidase 1A 6.446753898 L4_chemical_C2 +LQ01X037900 Methionine aminopeptidase 1A 6.561542386 L4_chemical_C3 +LQ01X037950 Putative Auxin-induced protein X10A 8.292803128 C6_control_A1 +LQ01X037950 Putative Auxin-induced protein X10A 7.517228839 C6_control_A3 +LQ01X037950 Putative Auxin-induced protein X10A 10.35149836 C6_control_B1 +LQ01X037950 Putative Auxin-induced protein X10A 10.96783753 C6_control_B2 +LQ01X037950 Putative Auxin-induced protein X10A 11.45780623 C6_control_B3 +LQ01X037950 Putative Auxin-induced protein X10A 12.57975084 C6_control_C1 +LQ01X037950 Putative Auxin-induced protein X10A 12.69779952 C6_control_C2 +LQ01X037950 Putative Auxin-induced protein X10A 13.07683935 C6_control_C3 +LQ01X037950 Putative Auxin-induced protein X10A 7.598379246 C6_chemical_A1 +LQ01X037950 Putative Auxin-induced protein X10A 8.02030815 C6_chemical_A3 +LQ01X037950 Putative Auxin-induced protein X10A 9.964963767 C6_chemical_B1 +LQ01X037950 Putative Auxin-induced protein X10A 9.949003079 C6_chemical_B2 +LQ01X037950 Putative Auxin-induced protein X10A 11.14142609 C6_chemical_B3 +LQ01X037950 Putative Auxin-induced protein X10A 11.99411917 C6_chemical_C1 +LQ01X037950 Putative Auxin-induced protein X10A 12.52404523 C6_chemical_C2 +LQ01X037950 Putative Auxin-induced protein X10A 13.45833652 C6_chemical_C3 +LQ01X037950 Putative Auxin-induced protein X10A 7.894910547 L4_control_A1 +LQ01X037950 Putative Auxin-induced protein X10A 8.933818052 L4_control_A2 +LQ01X037950 Putative Auxin-induced protein X10A 6.433522114 L4_control_A3 +LQ01X037950 Putative Auxin-induced protein X10A 12.38222029 L4_control_B1 +LQ01X037950 Putative Auxin-induced protein X10A 11.1643991 L4_control_B2 +LQ01X037950 Putative Auxin-induced protein X10A 12.25701082 L4_control_B3 +LQ01X037950 Putative Auxin-induced protein X10A 13.5697506 L4_control_C2 +LQ01X037950 Putative Auxin-induced protein X10A 13.79021852 L4_control_C3 +LQ01X037950 Putative Auxin-induced protein X10A 8.325747121 L4_chemical_A1 +LQ01X037950 Putative Auxin-induced protein X10A 8.271128985 L4_chemical_A2 +LQ01X037950 Putative Auxin-induced protein X10A 7.377848401 L4_chemical_A3 +LQ01X037950 Putative Auxin-induced protein X10A 11.29887314 L4_chemical_B1 +LQ01X037950 Putative Auxin-induced protein X10A 10.20057844 L4_chemical_B2 +LQ01X037950 Putative Auxin-induced protein X10A 10.81785527 L4_chemical_B3 +LQ01X037950 Putative Auxin-induced protein X10A 13.17592031 L4_chemical_C2 +LQ01X037950 Putative Auxin-induced protein X10A 13.51339296 L4_chemical_C3 +LQ01X037970 Golgi SNARE 12 protein 5.628666754 C6_control_A1 +LQ01X037970 Golgi SNARE 12 protein 5.38248786 C6_control_A3 +LQ01X037970 Golgi SNARE 12 protein 5.458942239 C6_control_B1 +LQ01X037970 Golgi SNARE 12 protein 5.506606368 C6_control_B2 +LQ01X037970 Golgi SNARE 12 protein 5.418426454 C6_control_B3 +LQ01X037970 Golgi SNARE 12 protein 5.404716671 C6_control_C1 +LQ01X037970 Golgi SNARE 12 protein 5.64932647 C6_control_C2 +LQ01X037970 Golgi SNARE 12 protein 5.211563986 C6_control_C3 +LQ01X037970 Golgi SNARE 12 protein 5.193924537 C6_chemical_A1 +LQ01X037970 Golgi SNARE 12 protein 5.551454003 C6_chemical_A3 +LQ01X037970 Golgi SNARE 12 protein 5.322637119 C6_chemical_B1 +LQ01X037970 Golgi SNARE 12 protein 5.424440262 C6_chemical_B2 +LQ01X037970 Golgi SNARE 12 protein 5.660781334 C6_chemical_B3 +LQ01X037970 Golgi SNARE 12 protein 5.892320569 C6_chemical_C1 +LQ01X037970 Golgi SNARE 12 protein 5.368621464 C6_chemical_C2 +LQ01X037970 Golgi SNARE 12 protein 5.608856446 C6_chemical_C3 +LQ01X037970 Golgi SNARE 12 protein 5.298042409 L4_control_A1 +LQ01X037970 Golgi SNARE 12 protein 5.161832773 L4_control_A2 +LQ01X037970 Golgi SNARE 12 protein 5.463407536 L4_control_A3 +LQ01X037970 Golgi SNARE 12 protein 5.071923644 L4_control_B1 +LQ01X037970 Golgi SNARE 12 protein 5.628241926 L4_control_B2 +LQ01X037970 Golgi SNARE 12 protein 5.464464182 L4_control_B3 +LQ01X037970 Golgi SNARE 12 protein 5.348001019 L4_control_C2 +LQ01X037970 Golgi SNARE 12 protein 5.604537967 L4_control_C3 +LQ01X037970 Golgi SNARE 12 protein 5.187905607 L4_chemical_A1 +LQ01X037970 Golgi SNARE 12 protein 5.6801423 L4_chemical_A2 +LQ01X037970 Golgi SNARE 12 protein 5.121424554 L4_chemical_A3 +LQ01X037970 Golgi SNARE 12 protein 5.656509742 L4_chemical_B1 +LQ01X037970 Golgi SNARE 12 protein 5.882830868 L4_chemical_B2 +LQ01X037970 Golgi SNARE 12 protein 5.931276629 L4_chemical_B3 +LQ01X037970 Golgi SNARE 12 protein 5.782336239 L4_chemical_C2 +LQ01X037970 Golgi SNARE 12 protein 5.062183979 L4_chemical_C3 +LQ01X037990 Predicted protein 9.45170774 C6_control_A1 +LQ01X037990 Predicted protein 9.758937591 C6_control_A3 +LQ01X037990 Predicted protein 9.716190508 C6_control_B1 +LQ01X037990 Predicted protein 9.097866926 C6_control_B2 +LQ01X037990 Predicted protein 9.652317631 C6_control_B3 +LQ01X037990 Predicted protein 9.536288829 C6_control_C1 +LQ01X037990 Predicted protein 8.895532327 C6_control_C2 +LQ01X037990 Predicted protein 8.733735057 C6_control_C3 +LQ01X037990 Predicted protein 9.637232048 C6_chemical_A1 +LQ01X037990 Predicted protein 9.482264502 C6_chemical_A3 +LQ01X037990 Predicted protein 9.858719999 C6_chemical_B1 +LQ01X037990 Predicted protein 8.947896641 C6_chemical_B2 +LQ01X037990 Predicted protein 9.45343397 C6_chemical_B3 +LQ01X037990 Predicted protein 9.616880139 C6_chemical_C1 +LQ01X037990 Predicted protein 9.369823416 C6_chemical_C2 +LQ01X037990 Predicted protein 9.042419789 C6_chemical_C3 +LQ01X037990 Predicted protein 9.352365233 L4_control_A1 +LQ01X037990 Predicted protein 9.967695832 L4_control_A2 +LQ01X037990 Predicted protein 10.5388043 L4_control_A3 +LQ01X037990 Predicted protein 10.50002989 L4_control_B1 +LQ01X037990 Predicted protein 10.793445 L4_control_B2 +LQ01X037990 Predicted protein 10.34282924 L4_control_B3 +LQ01X037990 Predicted protein 10.94241089 L4_control_C2 +LQ01X037990 Predicted protein 10.86258779 L4_control_C3 +LQ01X037990 Predicted protein 9.716308637 L4_chemical_A1 +LQ01X037990 Predicted protein 10.34969311 L4_chemical_A2 +LQ01X037990 Predicted protein 10.45061598 L4_chemical_A3 +LQ01X037990 Predicted protein 10.06327319 L4_chemical_B1 +LQ01X037990 Predicted protein 10.72525586 L4_chemical_B2 +LQ01X037990 Predicted protein 9.321664662 L4_chemical_B3 +LQ01X037990 Predicted protein 11.16341754 L4_chemical_C2 +LQ01X037990 Predicted protein 10.84533216 L4_chemical_C3 +LQ01X038010 Zinc ion binding protein, putative 5.625813957 C6_control_A1 +LQ01X038010 Zinc ion binding protein, putative 6.092509813 C6_control_A3 +LQ01X038010 Zinc ion binding protein, putative 6.129746726 C6_control_B1 +LQ01X038010 Zinc ion binding protein, putative 5.540138826 C6_control_B2 +LQ01X038010 Zinc ion binding protein, putative 5.87503511 C6_control_B3 +LQ01X038010 Zinc ion binding protein, putative 5.273976395 C6_control_C1 +LQ01X038010 Zinc ion binding protein, putative 5.379739149 C6_control_C2 +LQ01X038010 Zinc ion binding protein, putative 5.992825442 C6_control_C3 +LQ01X038010 Zinc ion binding protein, putative 5.856521244 C6_chemical_A1 +LQ01X038010 Zinc ion binding protein, putative 5.99141593 C6_chemical_A3 +LQ01X038010 Zinc ion binding protein, putative 6.06309328 C6_chemical_B1 +LQ01X038010 Zinc ion binding protein, putative 5.748698358 C6_chemical_B2 +LQ01X038010 Zinc ion binding protein, putative 5.661978498 C6_chemical_B3 +LQ01X038010 Zinc ion binding protein, putative 5.20396659 C6_chemical_C1 +LQ01X038010 Zinc ion binding protein, putative 5.567714858 C6_chemical_C2 +LQ01X038010 Zinc ion binding protein, putative 5.408639934 C6_chemical_C3 +LQ01X038010 Zinc ion binding protein, putative 6.091875988 L4_control_A1 +LQ01X038010 Zinc ion binding protein, putative 6.039239729 L4_control_A2 +LQ01X038010 Zinc ion binding protein, putative 6.373305552 L4_control_A3 +LQ01X038010 Zinc ion binding protein, putative 6.146111542 L4_control_B1 +LQ01X038010 Zinc ion binding protein, putative 5.911186533 L4_control_B2 +LQ01X038010 Zinc ion binding protein, putative 5.9807421 L4_control_B3 +LQ01X038010 Zinc ion binding protein, putative 5.700492182 L4_control_C2 +LQ01X038010 Zinc ion binding protein, putative 5.610871353 L4_control_C3 +LQ01X038010 Zinc ion binding protein, putative 5.965939753 L4_chemical_A1 +LQ01X038010 Zinc ion binding protein, putative 6.344660675 L4_chemical_A2 +LQ01X038010 Zinc ion binding protein, putative 5.642599614 L4_chemical_A3 +LQ01X038010 Zinc ion binding protein, putative 6.250476618 L4_chemical_B1 +LQ01X038010 Zinc ion binding protein, putative 6.8574531 L4_chemical_B2 +LQ01X038010 Zinc ion binding protein, putative 5.508369078 L4_chemical_B3 +LQ01X038010 Zinc ion binding protein, putative 6.120615821 L4_chemical_C2 +LQ01X038010 Zinc ion binding protein, putative 5.872843462 L4_chemical_C3 +LQ01X038020 Putative uncharacterized protein 6.020484101 C6_control_A1 +LQ01X038020 Putative uncharacterized protein 6.279458646 C6_control_A3 +LQ01X038020 Putative uncharacterized protein 5.704342703 C6_control_B1 +LQ01X038020 Putative uncharacterized protein 5.882630381 C6_control_B2 +LQ01X038020 Putative uncharacterized protein 5.267377157 C6_control_B3 +LQ01X038020 Putative uncharacterized protein 5.500508069 C6_control_C1 +LQ01X038020 Putative uncharacterized protein 5.509705016 C6_control_C2 +LQ01X038020 Putative uncharacterized protein 5.771242511 C6_control_C3 +LQ01X038020 Putative uncharacterized protein 6.094815933 C6_chemical_A1 +LQ01X038020 Putative uncharacterized protein 5.827997333 C6_chemical_A3 +LQ01X038020 Putative uncharacterized protein 5.373742787 C6_chemical_B1 +LQ01X038020 Putative uncharacterized protein 5.709328393 C6_chemical_B2 +LQ01X038020 Putative uncharacterized protein 5.440607491 C6_chemical_B3 +LQ01X038020 Putative uncharacterized protein 5.768337909 C6_chemical_C1 +LQ01X038020 Putative uncharacterized protein 5.621992586 C6_chemical_C2 +LQ01X038020 Putative uncharacterized protein 5.695334046 C6_chemical_C3 +LQ01X038020 Putative uncharacterized protein 6.18325966 L4_control_A1 +LQ01X038020 Putative uncharacterized protein 6.154045014 L4_control_A2 +LQ01X038020 Putative uncharacterized protein 6.963729054 L4_control_A3 +LQ01X038020 Putative uncharacterized protein 5.634847801 L4_control_B1 +LQ01X038020 Putative uncharacterized protein 6.440188648 L4_control_B2 +LQ01X038020 Putative uncharacterized protein 5.328954092 L4_control_B3 +LQ01X038020 Putative uncharacterized protein 5.603296836 L4_control_C2 +LQ01X038020 Putative uncharacterized protein 5.491806073 L4_control_C3 +LQ01X038020 Putative uncharacterized protein 5.892079956 L4_chemical_A1 +LQ01X038020 Putative uncharacterized protein 5.881761729 L4_chemical_A2 +LQ01X038020 Putative uncharacterized protein 7.149718013 L4_chemical_A3 +LQ01X038020 Putative uncharacterized protein 6.076908588 L4_chemical_B1 +LQ01X038020 Putative uncharacterized protein 5.811938771 L4_chemical_B2 +LQ01X038020 Putative uncharacterized protein 5.563952167 L4_chemical_B3 +LQ01X038020 Putative uncharacterized protein 5.314043176 L4_chemical_C2 +LQ01X038020 Putative uncharacterized protein 5.351758859 L4_chemical_C3 +LQ01X038060 Hypothetical protein 9.845301673 C6_control_A1 +LQ01X038060 Hypothetical protein 8.408470527 C6_control_A3 +LQ01X038060 Hypothetical protein 10.4469156 C6_control_B1 +LQ01X038060 Hypothetical protein 10.97176981 C6_control_B2 +LQ01X038060 Hypothetical protein 10.2444846 C6_control_B3 +LQ01X038060 Hypothetical protein 12.57411771 C6_control_C1 +LQ01X038060 Hypothetical protein 11.74345096 C6_control_C2 +LQ01X038060 Hypothetical protein 11.89225691 C6_control_C3 +LQ01X038060 Hypothetical protein 10.15376003 C6_chemical_A1 +LQ01X038060 Hypothetical protein 8.615694662 C6_chemical_A3 +LQ01X038060 Hypothetical protein 10.17948487 C6_chemical_B1 +LQ01X038060 Hypothetical protein 9.721101932 C6_chemical_B2 +LQ01X038060 Hypothetical protein 9.725517898 C6_chemical_B3 +LQ01X038060 Hypothetical protein 12.10667607 C6_chemical_C1 +LQ01X038060 Hypothetical protein 12.15981107 C6_chemical_C2 +LQ01X038060 Hypothetical protein 11.48721382 C6_chemical_C3 +LQ01X038060 Hypothetical protein 9.233512228 L4_control_A1 +LQ01X038060 Hypothetical protein 8.742028895 L4_control_A2 +LQ01X038060 Hypothetical protein 7.595845175 L4_control_A3 +LQ01X038060 Hypothetical protein 10.83233803 L4_control_B1 +LQ01X038060 Hypothetical protein 9.000345159 L4_control_B2 +LQ01X038060 Hypothetical protein 9.674844477 L4_control_B3 +LQ01X038060 Hypothetical protein 12.44382279 L4_control_C2 +LQ01X038060 Hypothetical protein 12.59196153 L4_control_C3 +LQ01X038060 Hypothetical protein 11.34807336 L4_chemical_A1 +LQ01X038060 Hypothetical protein 8.761010456 L4_chemical_A2 +LQ01X038060 Hypothetical protein 7.889271181 L4_chemical_A3 +LQ01X038060 Hypothetical protein 11.69570446 L4_chemical_B1 +LQ01X038060 Hypothetical protein 10.14487377 L4_chemical_B2 +LQ01X038060 Hypothetical protein 9.019061131 L4_chemical_B3 +LQ01X038060 Hypothetical protein 12.05001765 L4_chemical_C2 +LQ01X038060 Hypothetical protein 12.28213015 L4_chemical_C3 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.933665488 C6_control_A1 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.277690289 C6_control_A3 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.699647022 C6_control_B1 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.17633314 C6_control_B2 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.926533262 C6_control_B3 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.216947813 C6_control_C1 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.063456992 C6_control_C2 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.973800864 C6_control_C3 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.06919695 C6_chemical_A1 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.949293844 C6_chemical_A3 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.818524939 C6_chemical_B1 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.989026446 C6_chemical_B2 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.946603175 C6_chemical_B3 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.175504602 C6_chemical_C1 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.222488866 C6_chemical_C2 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.551372112 C6_chemical_C3 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.897722284 L4_control_A1 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.232969426 L4_control_A2 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.042563401 L4_control_A3 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.815580649 L4_control_B1 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.277115067 L4_control_B2 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.780137758 L4_control_B3 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.605983871 L4_control_C2 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.703063401 L4_control_C3 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.701859076 L4_chemical_A1 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.777090331 L4_chemical_A2 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.312283497 L4_chemical_A3 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.090531104 L4_chemical_B1 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.911960243 L4_chemical_B2 +LQ01X038080 14 kDa proline-rich protein DC2.15 4.921596179 L4_chemical_B3 +LQ01X038080 14 kDa proline-rich protein DC2.15 6.307359784 L4_chemical_C2 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.853176342 L4_chemical_C3 +LQ01X038110 Autophagy-related protein 8f 11.18701431 C6_control_A1 +LQ01X038110 Autophagy-related protein 8f 10.62722823 C6_control_A3 +LQ01X038110 Autophagy-related protein 8f 10.57909054 C6_control_B1 +LQ01X038110 Autophagy-related protein 8f 12.16600838 C6_control_B2 +LQ01X038110 Autophagy-related protein 8f 11.2254798 C6_control_B3 +LQ01X038110 Autophagy-related protein 8f 11.82749315 C6_control_C1 +LQ01X038110 Autophagy-related protein 8f 11.90878251 C6_control_C2 +LQ01X038110 Autophagy-related protein 8f 12.29757389 C6_control_C3 +LQ01X038110 Autophagy-related protein 8f 11.25856058 C6_chemical_A1 +LQ01X038110 Autophagy-related protein 8f 10.16164275 C6_chemical_A3 +LQ01X038110 Autophagy-related protein 8f 10.89217913 C6_chemical_B1 +LQ01X038110 Autophagy-related protein 8f 12.32515796 C6_chemical_B2 +LQ01X038110 Autophagy-related protein 8f 11.5104881 C6_chemical_B3 +LQ01X038110 Autophagy-related protein 8f 11.99943392 C6_chemical_C1 +LQ01X038110 Autophagy-related protein 8f 12.53533461 C6_chemical_C2 +LQ01X038110 Autophagy-related protein 8f 12.40402226 C6_chemical_C3 +LQ01X038110 Autophagy-related protein 8f 9.979099811 L4_control_A1 +LQ01X038110 Autophagy-related protein 8f 8.68271026 L4_control_A2 +LQ01X038110 Autophagy-related protein 8f 8.360385988 L4_control_A3 +LQ01X038110 Autophagy-related protein 8f 11.00551959 L4_control_B1 +LQ01X038110 Autophagy-related protein 8f 9.430067145 L4_control_B2 +LQ01X038110 Autophagy-related protein 8f 11.36726233 L4_control_B3 +LQ01X038110 Autophagy-related protein 8f 9.718689867 L4_control_C2 +LQ01X038110 Autophagy-related protein 8f 10.05704 L4_control_C3 +LQ01X038110 Autophagy-related protein 8f 10.46150489 L4_chemical_A1 +LQ01X038110 Autophagy-related protein 8f 9.741005401 L4_chemical_A2 +LQ01X038110 Autophagy-related protein 8f 9.143023312 L4_chemical_A3 +LQ01X038110 Autophagy-related protein 8f 10.3737405 L4_chemical_B1 +LQ01X038110 Autophagy-related protein 8f 10.29393994 L4_chemical_B2 +LQ01X038110 Autophagy-related protein 8f 11.60609143 L4_chemical_B3 +LQ01X038110 Autophagy-related protein 8f 9.958682635 L4_chemical_C2 +LQ01X038110 Autophagy-related protein 8f 10.41150127 L4_chemical_C3 +LQ01X038130 Scarecrow-like protein 6 11.17386345 C6_control_A1 +LQ01X038130 Scarecrow-like protein 6 11.00364125 C6_control_A3 +LQ01X038130 Scarecrow-like protein 6 11.46931362 C6_control_B1 +LQ01X038130 Scarecrow-like protein 6 10.87126345 C6_control_B2 +LQ01X038130 Scarecrow-like protein 6 11.27053419 C6_control_B3 +LQ01X038130 Scarecrow-like protein 6 11.34132455 C6_control_C1 +LQ01X038130 Scarecrow-like protein 6 10.62645061 C6_control_C2 +LQ01X038130 Scarecrow-like protein 6 11.04251229 C6_control_C3 +LQ01X038130 Scarecrow-like protein 6 10.9563997 C6_chemical_A1 +LQ01X038130 Scarecrow-like protein 6 11.34547704 C6_chemical_A3 +LQ01X038130 Scarecrow-like protein 6 11.30198045 C6_chemical_B1 +LQ01X038130 Scarecrow-like protein 6 10.62069211 C6_chemical_B2 +LQ01X038130 Scarecrow-like protein 6 11.3438678 C6_chemical_B3 +LQ01X038130 Scarecrow-like protein 6 11.13159602 C6_chemical_C1 +LQ01X038130 Scarecrow-like protein 6 10.92141967 C6_chemical_C2 +LQ01X038130 Scarecrow-like protein 6 10.91647673 C6_chemical_C3 +LQ01X038130 Scarecrow-like protein 6 10.94279147 L4_control_A1 +LQ01X038130 Scarecrow-like protein 6 11.0114285 L4_control_A2 +LQ01X038130 Scarecrow-like protein 6 11.14882019 L4_control_A3 +LQ01X038130 Scarecrow-like protein 6 11.62281049 L4_control_B1 +LQ01X038130 Scarecrow-like protein 6 11.1975884 L4_control_B2 +LQ01X038130 Scarecrow-like protein 6 10.9877388 L4_control_B3 +LQ01X038130 Scarecrow-like protein 6 11.47599663 L4_control_C2 +LQ01X038130 Scarecrow-like protein 6 11.59306249 L4_control_C3 +LQ01X038130 Scarecrow-like protein 6 10.74811221 L4_chemical_A1 +LQ01X038130 Scarecrow-like protein 6 10.7258711 L4_chemical_A2 +LQ01X038130 Scarecrow-like protein 6 10.48724717 L4_chemical_A3 +LQ01X038130 Scarecrow-like protein 6 11.43900042 L4_chemical_B1 +LQ01X038130 Scarecrow-like protein 6 10.8312665 L4_chemical_B2 +LQ01X038130 Scarecrow-like protein 6 11.23369425 L4_chemical_B3 +LQ01X038130 Scarecrow-like protein 6 11.3125309 L4_chemical_C2 +LQ01X038130 Scarecrow-like protein 6 11.32100715 L4_chemical_C3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.073387179 C6_control_A1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.816824172 C6_control_A3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.891620364 C6_control_B1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.489075883 C6_control_B2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.471064121 C6_control_B3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.228257449 C6_control_C1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 6.185100438 C6_control_C2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.086161087 C6_control_C3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.178369013 C6_chemical_A1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.091113715 C6_chemical_A3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.271228747 C6_chemical_B1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.107761072 C6_chemical_B2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.591810714 C6_chemical_B3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.404065031 C6_chemical_C1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.253217368 C6_chemical_C2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.029867264 C6_chemical_C3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.116862049 L4_control_A1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.475509437 L4_control_A2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.591382775 L4_control_A3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.305400379 L4_control_B1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.140627952 L4_control_B2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.098098093 L4_control_B3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.021865197 L4_control_C2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.694430476 L4_control_C3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.39664772 L4_chemical_A1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.473618725 L4_chemical_A2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.218119887 L4_chemical_A3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.117389777 L4_chemical_B1 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.319031303 L4_chemical_B2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.483939243 L4_chemical_B3 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.285996824 L4_chemical_C2 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 6.053061273 L4_chemical_C3 +LQ01X038170 Putative uncharacterized protein 10.94790846 C6_control_A1 +LQ01X038170 Putative uncharacterized protein 10.80074592 C6_control_A3 +LQ01X038170 Putative uncharacterized protein 10.977139 C6_control_B1 +LQ01X038170 Putative uncharacterized protein 11.69299923 C6_control_B2 +LQ01X038170 Putative uncharacterized protein 11.15173691 C6_control_B3 +LQ01X038170 Putative uncharacterized protein 12.64158469 C6_control_C1 +LQ01X038170 Putative uncharacterized protein 12.77300568 C6_control_C2 +LQ01X038170 Putative uncharacterized protein 12.68680612 C6_control_C3 +LQ01X038170 Putative uncharacterized protein 11.04365938 C6_chemical_A1 +LQ01X038170 Putative uncharacterized protein 10.56981689 C6_chemical_A3 +LQ01X038170 Putative uncharacterized protein 10.85409065 C6_chemical_B1 +LQ01X038170 Putative uncharacterized protein 11.65441998 C6_chemical_B2 +LQ01X038170 Putative uncharacterized protein 10.99787111 C6_chemical_B3 +LQ01X038170 Putative uncharacterized protein 12.68184915 C6_chemical_C1 +LQ01X038170 Putative uncharacterized protein 12.59213256 C6_chemical_C2 +LQ01X038170 Putative uncharacterized protein 12.3980921 C6_chemical_C3 +LQ01X038170 Putative uncharacterized protein 10.6019395 L4_control_A1 +LQ01X038170 Putative uncharacterized protein 11.08252216 L4_control_A2 +LQ01X038170 Putative uncharacterized protein 10.84473829 L4_control_A3 +LQ01X038170 Putative uncharacterized protein 10.91829465 L4_control_B1 +LQ01X038170 Putative uncharacterized protein 11.41956727 L4_control_B2 +LQ01X038170 Putative uncharacterized protein 11.47956609 L4_control_B3 +LQ01X038170 Putative uncharacterized protein 12.38839775 L4_control_C2 +LQ01X038170 Putative uncharacterized protein 12.58195565 L4_control_C3 +LQ01X038170 Putative uncharacterized protein 11.06384725 L4_chemical_A1 +LQ01X038170 Putative uncharacterized protein 11.76210882 L4_chemical_A2 +LQ01X038170 Putative uncharacterized protein 10.73909509 L4_chemical_A3 +LQ01X038170 Putative uncharacterized protein 11.27771983 L4_chemical_B1 +LQ01X038170 Putative uncharacterized protein 11.5003456 L4_chemical_B2 +LQ01X038170 Putative uncharacterized protein 10.87915225 L4_chemical_B3 +LQ01X038170 Putative uncharacterized protein 12.41468424 L4_chemical_C2 +LQ01X038170 Putative uncharacterized protein 12.74968955 L4_chemical_C3 +LQ01X038190 Hypothetical protein 4.752234035 C6_control_A1 +LQ01X038190 Hypothetical protein 5.021744319 C6_control_A3 +LQ01X038190 Hypothetical protein 5.0105512 C6_control_B1 +LQ01X038190 Hypothetical protein 5.170556227 C6_control_B2 +LQ01X038190 Hypothetical protein 5.167920076 C6_control_B3 +LQ01X038190 Hypothetical protein 5.104068566 C6_control_C1 +LQ01X038190 Hypothetical protein 4.961273784 C6_control_C2 +LQ01X038190 Hypothetical protein 5.07653655 C6_control_C3 +LQ01X038190 Hypothetical protein 4.977815157 C6_chemical_A1 +LQ01X038190 Hypothetical protein 5.031835086 C6_chemical_A3 +LQ01X038190 Hypothetical protein 5.145136764 C6_chemical_B1 +LQ01X038190 Hypothetical protein 5.130129574 C6_chemical_B2 +LQ01X038190 Hypothetical protein 4.89811835 C6_chemical_B3 +LQ01X038190 Hypothetical protein 5.079054858 C6_chemical_C1 +LQ01X038190 Hypothetical protein 5.233754647 C6_chemical_C2 +LQ01X038190 Hypothetical protein 5.060717309 C6_chemical_C3 +LQ01X038190 Hypothetical protein 4.980014467 L4_control_A1 +LQ01X038190 Hypothetical protein 5.075380749 L4_control_A2 +LQ01X038190 Hypothetical protein 5.353852993 L4_control_A3 +LQ01X038190 Hypothetical protein 4.867539152 L4_control_B1 +LQ01X038190 Hypothetical protein 5.421248686 L4_control_B2 +LQ01X038190 Hypothetical protein 4.920039969 L4_control_B3 +LQ01X038190 Hypothetical protein 4.95484689 L4_control_C2 +LQ01X038190 Hypothetical protein 4.897337865 L4_control_C3 +LQ01X038190 Hypothetical protein 5.094183479 L4_chemical_A1 +LQ01X038190 Hypothetical protein 5.041101069 L4_chemical_A2 +LQ01X038190 Hypothetical protein 4.973106137 L4_chemical_A3 +LQ01X038190 Hypothetical protein 5.096047718 L4_chemical_B1 +LQ01X038190 Hypothetical protein 5.440408012 L4_chemical_B2 +LQ01X038190 Hypothetical protein 4.823825336 L4_chemical_B3 +LQ01X038190 Hypothetical protein 4.623738658 L4_chemical_C2 +LQ01X038190 Hypothetical protein 4.936809227 L4_chemical_C3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.94867938 C6_control_A1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.930133283 C6_control_A3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.950400778 C6_control_B1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.707813223 C6_control_B2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.597304032 C6_control_B3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.432790155 C6_control_C1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.13941969 C6_control_C2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.964001675 C6_control_C3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.915263242 C6_chemical_A1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.749170653 C6_chemical_A3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.174819616 C6_chemical_B1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.865073057 C6_chemical_B2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.904736959 C6_chemical_B3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.821606222 C6_chemical_C1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.040809199 C6_chemical_C2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.043151677 C6_chemical_C3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.946181965 L4_control_A1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.064290268 L4_control_A2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.245156402 L4_control_A3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.783851691 L4_control_B1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.836905855 L4_control_B2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.404073956 L4_control_B3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.727214777 L4_control_C2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.092130503 L4_control_C3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.175415307 L4_chemical_A1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.754086991 L4_chemical_A2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.309911673 L4_chemical_A3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.808180019 L4_chemical_B1 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.983987254 L4_chemical_B2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.240047903 L4_chemical_B3 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.414794614 L4_chemical_C2 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 5.316401645 L4_chemical_C3 +LQ01X038290 Putative uncharacterized protein 5.498983 C6_control_A1 +LQ01X038290 Putative uncharacterized protein 5.355683937 C6_control_A3 +LQ01X038290 Putative uncharacterized protein 5.043249463 C6_control_B1 +LQ01X038290 Putative uncharacterized protein 5.387406288 C6_control_B2 +LQ01X038290 Putative uncharacterized protein 5.482044934 C6_control_B3 +LQ01X038290 Putative uncharacterized protein 5.420328961 C6_control_C1 +LQ01X038290 Putative uncharacterized protein 5.401235037 C6_control_C2 +LQ01X038290 Putative uncharacterized protein 5.311570372 C6_control_C3 +LQ01X038290 Putative uncharacterized protein 5.567953861 C6_chemical_A1 +LQ01X038290 Putative uncharacterized protein 5.060014873 C6_chemical_A3 +LQ01X038290 Putative uncharacterized protein 5.383383867 C6_chemical_B1 +LQ01X038290 Putative uncharacterized protein 5.541938584 C6_chemical_B2 +LQ01X038290 Putative uncharacterized protein 5.048369865 C6_chemical_B3 +LQ01X038290 Putative uncharacterized protein 5.321172554 C6_chemical_C1 +LQ01X038290 Putative uncharacterized protein 5.360580515 C6_chemical_C2 +LQ01X038290 Putative uncharacterized protein 5.507516728 C6_chemical_C3 +LQ01X038290 Putative uncharacterized protein 5.04787199 L4_control_A1 +LQ01X038290 Putative uncharacterized protein 5.44132641 L4_control_A2 +LQ01X038290 Putative uncharacterized protein 5.13327074 L4_control_A3 +LQ01X038290 Putative uncharacterized protein 5.512600119 L4_control_B1 +LQ01X038290 Putative uncharacterized protein 5.509000617 L4_control_B2 +LQ01X038290 Putative uncharacterized protein 4.955912042 L4_control_B3 +LQ01X038290 Putative uncharacterized protein 4.986480271 L4_control_C2 +LQ01X038290 Putative uncharacterized protein 5.612591392 L4_control_C3 +LQ01X038290 Putative uncharacterized protein 5.202255841 L4_chemical_A1 +LQ01X038290 Putative uncharacterized protein 5.2081287 L4_chemical_A2 +LQ01X038290 Putative uncharacterized protein 5.396059786 L4_chemical_A3 +LQ01X038290 Putative uncharacterized protein 5.803344658 L4_chemical_B1 +LQ01X038290 Putative uncharacterized protein 5.271250147 L4_chemical_B2 +LQ01X038290 Putative uncharacterized protein 5.243340453 L4_chemical_B3 +LQ01X038290 Putative uncharacterized protein 5.169708462 L4_chemical_C2 +LQ01X038290 Putative uncharacterized protein 5.470255201 L4_chemical_C3 +LQ01X038340 Putative expansin-B2 5.395749041 C6_control_A1 +LQ01X038340 Putative expansin-B2 4.956813296 C6_control_A3 +LQ01X038340 Putative expansin-B2 6.002790214 C6_control_B1 +LQ01X038340 Putative expansin-B2 5.367895545 C6_control_B2 +LQ01X038340 Putative expansin-B2 5.554738392 C6_control_B3 +LQ01X038340 Putative expansin-B2 5.558851392 C6_control_C1 +LQ01X038340 Putative expansin-B2 5.147476819 C6_control_C2 +LQ01X038340 Putative expansin-B2 5.398407537 C6_control_C3 +LQ01X038340 Putative expansin-B2 5.180103136 C6_chemical_A1 +LQ01X038340 Putative expansin-B2 5.613725498 C6_chemical_A3 +LQ01X038340 Putative expansin-B2 5.370270805 C6_chemical_B1 +LQ01X038340 Putative expansin-B2 5.624413091 C6_chemical_B2 +LQ01X038340 Putative expansin-B2 5.305892346 C6_chemical_B3 +LQ01X038340 Putative expansin-B2 5.382708559 C6_chemical_C1 +LQ01X038340 Putative expansin-B2 5.337123717 C6_chemical_C2 +LQ01X038340 Putative expansin-B2 5.317130806 C6_chemical_C3 +LQ01X038340 Putative expansin-B2 5.107743772 L4_control_A1 +LQ01X038340 Putative expansin-B2 5.412788774 L4_control_A2 +LQ01X038340 Putative expansin-B2 5.719345393 L4_control_A3 +LQ01X038340 Putative expansin-B2 5.985928516 L4_control_B1 +LQ01X038340 Putative expansin-B2 5.609744163 L4_control_B2 +LQ01X038340 Putative expansin-B2 5.63349181 L4_control_B3 +LQ01X038340 Putative expansin-B2 5.852971715 L4_control_C2 +LQ01X038340 Putative expansin-B2 5.640786093 L4_control_C3 +LQ01X038340 Putative expansin-B2 5.833036968 L4_chemical_A1 +LQ01X038340 Putative expansin-B2 5.622812614 L4_chemical_A2 +LQ01X038340 Putative expansin-B2 5.586477131 L4_chemical_A3 +LQ01X038340 Putative expansin-B2 6.081390253 L4_chemical_B1 +LQ01X038340 Putative expansin-B2 5.758739347 L4_chemical_B2 +LQ01X038340 Putative expansin-B2 5.823322103 L4_chemical_B3 +LQ01X038340 Putative expansin-B2 5.663539278 L4_chemical_C2 +LQ01X038340 Putative expansin-B2 5.32592288 L4_chemical_C3 +LQ01X038350 Hypothetical protein 5.557100868 C6_control_A1 +LQ01X038350 Hypothetical protein 5.516058386 C6_control_A3 +LQ01X038350 Hypothetical protein 6.166881705 C6_control_B1 +LQ01X038350 Hypothetical protein 5.506256592 C6_control_B2 +LQ01X038350 Hypothetical protein 6.059934846 C6_control_B3 +LQ01X038350 Hypothetical protein 5.782657735 C6_control_C1 +LQ01X038350 Hypothetical protein 5.655149289 C6_control_C2 +LQ01X038350 Hypothetical protein 6.454777687 C6_control_C3 +LQ01X038350 Hypothetical protein 5.592169099 C6_chemical_A1 +LQ01X038350 Hypothetical protein 5.770197737 C6_chemical_A3 +LQ01X038350 Hypothetical protein 5.757493488 C6_chemical_B1 +LQ01X038350 Hypothetical protein 5.625116632 C6_chemical_B2 +LQ01X038350 Hypothetical protein 6.179038275 C6_chemical_B3 +LQ01X038350 Hypothetical protein 6.116564903 C6_chemical_C1 +LQ01X038350 Hypothetical protein 5.981945418 C6_chemical_C2 +LQ01X038350 Hypothetical protein 6.06413912 C6_chemical_C3 +LQ01X038350 Hypothetical protein 6.048236698 L4_control_A1 +LQ01X038350 Hypothetical protein 6.138673417 L4_control_A2 +LQ01X038350 Hypothetical protein 5.709075764 L4_control_A3 +LQ01X038350 Hypothetical protein 5.779878701 L4_control_B1 +LQ01X038350 Hypothetical protein 5.887788844 L4_control_B2 +LQ01X038350 Hypothetical protein 6.025874458 L4_control_B3 +LQ01X038350 Hypothetical protein 6.010773983 L4_control_C2 +LQ01X038350 Hypothetical protein 6.262445291 L4_control_C3 +LQ01X038350 Hypothetical protein 5.889715291 L4_chemical_A1 +LQ01X038350 Hypothetical protein 5.988624613 L4_chemical_A2 +LQ01X038350 Hypothetical protein 6.409166273 L4_chemical_A3 +LQ01X038350 Hypothetical protein 6.133604044 L4_chemical_B1 +LQ01X038350 Hypothetical protein 6.05997708 L4_chemical_B2 +LQ01X038350 Hypothetical protein 5.971289643 L4_chemical_B3 +LQ01X038350 Hypothetical protein 5.965436053 L4_chemical_C2 +LQ01X038350 Hypothetical protein 6.223990817 L4_chemical_C3 +LQ01X038370 Transcription factor UNE10 13.22735364 C6_control_A1 +LQ01X038370 Transcription factor UNE10 11.97778125 C6_control_A3 +LQ01X038370 Transcription factor UNE10 13.93421298 C6_control_B1 +LQ01X038370 Transcription factor UNE10 13.56825359 C6_control_B2 +LQ01X038370 Transcription factor UNE10 13.87074032 C6_control_B3 +LQ01X038370 Transcription factor UNE10 14.66269145 C6_control_C1 +LQ01X038370 Transcription factor UNE10 14.26240948 C6_control_C2 +LQ01X038370 Transcription factor UNE10 14.44028922 C6_control_C3 +LQ01X038370 Transcription factor UNE10 13.36115437 C6_chemical_A1 +LQ01X038370 Transcription factor UNE10 12.32515252 C6_chemical_A3 +LQ01X038370 Transcription factor UNE10 14.18240833 C6_chemical_B1 +LQ01X038370 Transcription factor UNE10 13.34917572 C6_chemical_B2 +LQ01X038370 Transcription factor UNE10 14.40862743 C6_chemical_B3 +LQ01X038370 Transcription factor UNE10 14.54330556 C6_chemical_C1 +LQ01X038370 Transcription factor UNE10 14.38271653 C6_chemical_C2 +LQ01X038370 Transcription factor UNE10 14.55205765 C6_chemical_C3 +LQ01X038370 Transcription factor UNE10 12.62653219 L4_control_A1 +LQ01X038370 Transcription factor UNE10 13.25092415 L4_control_A2 +LQ01X038370 Transcription factor UNE10 12.51151481 L4_control_A3 +LQ01X038370 Transcription factor UNE10 14.50390662 L4_control_B1 +LQ01X038370 Transcription factor UNE10 14.31012561 L4_control_B2 +LQ01X038370 Transcription factor UNE10 14.3659201 L4_control_B3 +LQ01X038370 Transcription factor UNE10 15.22629211 L4_control_C2 +LQ01X038370 Transcription factor UNE10 15.14654989 L4_control_C3 +LQ01X038370 Transcription factor UNE10 12.39104446 L4_chemical_A1 +LQ01X038370 Transcription factor UNE10 13.16070946 L4_chemical_A2 +LQ01X038370 Transcription factor UNE10 12.23581823 L4_chemical_A3 +LQ01X038370 Transcription factor UNE10 14.71639759 L4_chemical_B1 +LQ01X038370 Transcription factor UNE10 14.4685764 L4_chemical_B2 +LQ01X038370 Transcription factor UNE10 13.75942677 L4_chemical_B3 +LQ01X038370 Transcription factor UNE10 15.23978114 L4_chemical_C2 +LQ01X038370 Transcription factor UNE10 15.16684232 L4_chemical_C3 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.001064274 C6_control_A1 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.366772927 C6_control_A3 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.044581274 C6_control_B1 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.91891057 C6_control_B2 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.771067404 C6_control_B3 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.270129462 C6_control_C1 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.914003407 C6_control_C2 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.28026031 C6_control_C3 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.960042396 C6_chemical_A1 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.834173557 C6_chemical_A3 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.852810439 C6_chemical_B1 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.099042102 C6_chemical_B2 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.271309881 C6_chemical_B3 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.898986481 C6_chemical_C1 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.25334642 C6_chemical_C2 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.848483245 C6_chemical_C3 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.644112985 L4_control_A1 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.382901589 L4_control_A2 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.791731746 L4_control_A3 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.979111539 L4_control_B1 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.854323383 L4_control_B2 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.995943414 L4_control_B3 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.062745628 L4_control_C2 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.478594917 L4_control_C3 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.02042343 L4_chemical_A1 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.135815886 L4_chemical_A2 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.902625819 L4_chemical_A3 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.294993402 L4_chemical_B1 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.165164018 L4_chemical_B2 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.210598346 L4_chemical_B3 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.84738925 L4_chemical_C2 +LQ01X038390 Protein transport protein Sec61 subunit beta 5.011383336 L4_chemical_C3 +LQ01X038410 Putative uncharacterized protein 5.296443331 C6_control_A1 +LQ01X038410 Putative uncharacterized protein 5.166770997 C6_control_A3 +LQ01X038410 Putative uncharacterized protein 5.610006489 C6_control_B1 +LQ01X038410 Putative uncharacterized protein 5.284124556 C6_control_B2 +LQ01X038410 Putative uncharacterized protein 5.223975734 C6_control_B3 +LQ01X038410 Putative uncharacterized protein 5.350089816 C6_control_C1 +LQ01X038410 Putative uncharacterized protein 5.536425093 C6_control_C2 +LQ01X038410 Putative uncharacterized protein 5.141350185 C6_control_C3 +LQ01X038410 Putative uncharacterized protein 5.061823772 C6_chemical_A1 +LQ01X038410 Putative uncharacterized protein 5.370712824 C6_chemical_A3 +LQ01X038410 Putative uncharacterized protein 5.29012144 C6_chemical_B1 +LQ01X038410 Putative uncharacterized protein 5.536269796 C6_chemical_B2 +LQ01X038410 Putative uncharacterized protein 5.449161966 C6_chemical_B3 +LQ01X038410 Putative uncharacterized protein 5.493443652 C6_chemical_C1 +LQ01X038410 Putative uncharacterized protein 5.331601253 C6_chemical_C2 +LQ01X038410 Putative uncharacterized protein 5.401549289 C6_chemical_C3 +LQ01X038410 Putative uncharacterized protein 5.187997743 L4_control_A1 +LQ01X038410 Putative uncharacterized protein 4.94948592 L4_control_A2 +LQ01X038410 Putative uncharacterized protein 5.019516181 L4_control_A3 +LQ01X038410 Putative uncharacterized protein 5.4187122 L4_control_B1 +LQ01X038410 Putative uncharacterized protein 5.002531957 L4_control_B2 +LQ01X038410 Putative uncharacterized protein 5.066435144 L4_control_B3 +LQ01X038410 Putative uncharacterized protein 5.430839724 L4_control_C2 +LQ01X038410 Putative uncharacterized protein 6.233979025 L4_control_C3 +LQ01X038410 Putative uncharacterized protein 5.140972298 L4_chemical_A1 +LQ01X038410 Putative uncharacterized protein 5.124885019 L4_chemical_A2 +LQ01X038410 Putative uncharacterized protein 5.408550183 L4_chemical_A3 +LQ01X038410 Putative uncharacterized protein 5.227958581 L4_chemical_B1 +LQ01X038410 Putative uncharacterized protein 5.013927763 L4_chemical_B2 +LQ01X038410 Putative uncharacterized protein 5.197326028 L4_chemical_B3 +LQ01X038410 Putative uncharacterized protein 4.772195037 L4_chemical_C2 +LQ01X038410 Putative uncharacterized protein 6.204785574 L4_chemical_C3 +LQ01X038430 At1g80930/F23A5_23 11.11392439 C6_control_A1 +LQ01X038430 At1g80930/F23A5_23 10.68636835 C6_control_A3 +LQ01X038430 At1g80930/F23A5_23 10.58131669 C6_control_B1 +LQ01X038430 At1g80930/F23A5_23 11.91871489 C6_control_B2 +LQ01X038430 At1g80930/F23A5_23 10.90307577 C6_control_B3 +LQ01X038430 At1g80930/F23A5_23 12.35532974 C6_control_C1 +LQ01X038430 At1g80930/F23A5_23 12.40313544 C6_control_C2 +LQ01X038430 At1g80930/F23A5_23 12.32559489 C6_control_C3 +LQ01X038430 At1g80930/F23A5_23 10.91619482 C6_chemical_A1 +LQ01X038430 At1g80930/F23A5_23 10.48488339 C6_chemical_A3 +LQ01X038430 At1g80930/F23A5_23 10.59153123 C6_chemical_B1 +LQ01X038430 At1g80930/F23A5_23 11.69434615 C6_chemical_B2 +LQ01X038430 At1g80930/F23A5_23 10.80774925 C6_chemical_B3 +LQ01X038430 At1g80930/F23A5_23 12.35886765 C6_chemical_C1 +LQ01X038430 At1g80930/F23A5_23 12.17920758 C6_chemical_C2 +LQ01X038430 At1g80930/F23A5_23 12.09931276 C6_chemical_C3 +LQ01X038430 At1g80930/F23A5_23 10.85008339 L4_control_A1 +LQ01X038430 At1g80930/F23A5_23 9.474618509 L4_control_A2 +LQ01X038430 At1g80930/F23A5_23 9.847518352 L4_control_A3 +LQ01X038430 At1g80930/F23A5_23 10.06301766 L4_control_B1 +LQ01X038430 At1g80930/F23A5_23 9.664333804 L4_control_B2 +LQ01X038430 At1g80930/F23A5_23 10.86709136 L4_control_B3 +LQ01X038430 At1g80930/F23A5_23 11.29354699 L4_control_C2 +LQ01X038430 At1g80930/F23A5_23 10.4574457 L4_control_C3 +LQ01X038430 At1g80930/F23A5_23 11.15445699 L4_chemical_A1 +LQ01X038430 At1g80930/F23A5_23 9.458643474 L4_chemical_A2 +LQ01X038430 At1g80930/F23A5_23 10.2692346 L4_chemical_A3 +LQ01X038430 At1g80930/F23A5_23 9.955869549 L4_chemical_B1 +LQ01X038430 At1g80930/F23A5_23 9.883973457 L4_chemical_B2 +LQ01X038430 At1g80930/F23A5_23 10.66059838 L4_chemical_B3 +LQ01X038430 At1g80930/F23A5_23 11.42958755 L4_chemical_C2 +LQ01X038430 At1g80930/F23A5_23 10.55128528 L4_chemical_C3 +LQ01X038440 T-complex protein 1 subunit alpha 13.94716347 C6_control_A1 +LQ01X038440 T-complex protein 1 subunit alpha 13.86715103 C6_control_A3 +LQ01X038440 T-complex protein 1 subunit alpha 13.10538754 C6_control_B1 +LQ01X038440 T-complex protein 1 subunit alpha 12.79260829 C6_control_B2 +LQ01X038440 T-complex protein 1 subunit alpha 12.85980923 C6_control_B3 +LQ01X038440 T-complex protein 1 subunit alpha 12.61177278 C6_control_C1 +LQ01X038440 T-complex protein 1 subunit alpha 12.3468741 C6_control_C2 +LQ01X038440 T-complex protein 1 subunit alpha 12.21243392 C6_control_C3 +LQ01X038440 T-complex protein 1 subunit alpha 13.91695346 C6_chemical_A1 +LQ01X038440 T-complex protein 1 subunit alpha 14.0049912 C6_chemical_A3 +LQ01X038440 T-complex protein 1 subunit alpha 12.7492194 C6_chemical_B1 +LQ01X038440 T-complex protein 1 subunit alpha 12.47515978 C6_chemical_B2 +LQ01X038440 T-complex protein 1 subunit alpha 12.46436515 C6_chemical_B3 +LQ01X038440 T-complex protein 1 subunit alpha 12.54928864 C6_chemical_C1 +LQ01X038440 T-complex protein 1 subunit alpha 12.17982544 C6_chemical_C2 +LQ01X038440 T-complex protein 1 subunit alpha 11.97568341 C6_chemical_C3 +LQ01X038440 T-complex protein 1 subunit alpha 14.13534405 L4_control_A1 +LQ01X038440 T-complex protein 1 subunit alpha 13.7163291 L4_control_A2 +LQ01X038440 T-complex protein 1 subunit alpha 14.31939468 L4_control_A3 +LQ01X038440 T-complex protein 1 subunit alpha 12.5369749 L4_control_B1 +LQ01X038440 T-complex protein 1 subunit alpha 13.3336411 L4_control_B2 +LQ01X038440 T-complex protein 1 subunit alpha 12.67114598 L4_control_B3 +LQ01X038440 T-complex protein 1 subunit alpha 12.83470838 L4_control_C2 +LQ01X038440 T-complex protein 1 subunit alpha 12.40140962 L4_control_C3 +LQ01X038440 T-complex protein 1 subunit alpha 13.71933931 L4_chemical_A1 +LQ01X038440 T-complex protein 1 subunit alpha 13.19140847 L4_chemical_A2 +LQ01X038440 T-complex protein 1 subunit alpha 14.0269585 L4_chemical_A3 +LQ01X038440 T-complex protein 1 subunit alpha 12.66778046 L4_chemical_B1 +LQ01X038440 T-complex protein 1 subunit alpha 13.06755792 L4_chemical_B2 +LQ01X038440 T-complex protein 1 subunit alpha 13.00127882 L4_chemical_B3 +LQ01X038440 T-complex protein 1 subunit alpha 12.8458235 L4_chemical_C2 +LQ01X038440 T-complex protein 1 subunit alpha 12.40258582 L4_chemical_C3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.48070723 C6_control_A1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.21780035 C6_control_A3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.92508918 C6_control_B1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.58209776 C6_control_B2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.44476408 C6_control_B3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.59535735 C6_control_C1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.49974051 C6_control_C2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.38055979 C6_control_C3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.57801332 C6_chemical_A1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.42862017 C6_chemical_A3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.1523983 C6_chemical_B1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.65333126 C6_chemical_B2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.50039974 C6_chemical_B3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.54734185 C6_chemical_C1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.66698152 C6_chemical_C2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.27851972 C6_chemical_C3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.42270569 L4_control_A1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.8749738 L4_control_A2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.25671057 L4_control_A3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.64060076 L4_control_B1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.27194529 L4_control_B2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.80386608 L4_control_B3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.82464771 L4_control_C2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.51917518 L4_control_C3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.84333323 L4_chemical_A1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.16300381 L4_chemical_A2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.15253165 L4_chemical_A3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.49028424 L4_chemical_B1 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.59698046 L4_chemical_B2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 12.10309925 L4_chemical_B3 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.98383033 L4_chemical_C2 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 13.91122886 L4_chemical_C3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.726638635 C6_control_A1 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.568850747 C6_control_A3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.986069473 C6_control_B1 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.849995925 C6_control_B2 +LQ01X038490 Squamosa promoter-binding-like protein 8 6.462454044 C6_control_B3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.580065556 C6_control_C1 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.540487359 C6_control_C2 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.696279447 C6_control_C3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.635671872 C6_chemical_A1 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.584144828 C6_chemical_A3 +LQ01X038490 Squamosa promoter-binding-like protein 8 6.552684231 C6_chemical_B1 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.756248183 C6_chemical_B2 +LQ01X038490 Squamosa promoter-binding-like protein 8 6.429423271 C6_chemical_B3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.562212655 C6_chemical_C1 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.846725144 C6_chemical_C2 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.653296501 C6_chemical_C3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.365033978 L4_control_A1 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.540637153 L4_control_A2 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.323640891 L4_control_A3 +LQ01X038490 Squamosa promoter-binding-like protein 8 6.315747967 L4_control_B1 +LQ01X038490 Squamosa promoter-binding-like protein 8 6.380532181 L4_control_B2 +LQ01X038490 Squamosa promoter-binding-like protein 8 6.100275859 L4_control_B3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.535002124 L4_control_C2 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.909127139 L4_control_C3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.673244782 L4_chemical_A1 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.648766057 L4_chemical_A2 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.514730475 L4_chemical_A3 +LQ01X038490 Squamosa promoter-binding-like protein 8 6.079104241 L4_chemical_B1 +LQ01X038490 Squamosa promoter-binding-like protein 8 7.203265068 L4_chemical_B2 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.795672987 L4_chemical_B3 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.788881284 L4_chemical_C2 +LQ01X038490 Squamosa promoter-binding-like protein 8 6.254330919 L4_chemical_C3 +LQ01X038540 Elongation factor G, mitochondrial 5.943027188 C6_control_A1 +LQ01X038540 Elongation factor G, mitochondrial 6.415360643 C6_control_A3 +LQ01X038540 Elongation factor G, mitochondrial 5.278674372 C6_control_B1 +LQ01X038540 Elongation factor G, mitochondrial 5.971718301 C6_control_B2 +LQ01X038540 Elongation factor G, mitochondrial 5.177121187 C6_control_B3 +LQ01X038540 Elongation factor G, mitochondrial 5.777958264 C6_control_C1 +LQ01X038540 Elongation factor G, mitochondrial 6.753580004 C6_control_C2 +LQ01X038540 Elongation factor G, mitochondrial 5.642620745 C6_control_C3 +LQ01X038540 Elongation factor G, mitochondrial 5.674987836 C6_chemical_A1 +LQ01X038540 Elongation factor G, mitochondrial 5.566601433 C6_chemical_A3 +LQ01X038540 Elongation factor G, mitochondrial 5.206711152 C6_chemical_B1 +LQ01X038540 Elongation factor G, mitochondrial 5.931023978 C6_chemical_B2 +LQ01X038540 Elongation factor G, mitochondrial 5.686126852 C6_chemical_B3 +LQ01X038540 Elongation factor G, mitochondrial 5.865020694 C6_chemical_C1 +LQ01X038540 Elongation factor G, mitochondrial 6.314499296 C6_chemical_C2 +LQ01X038540 Elongation factor G, mitochondrial 6.147740125 C6_chemical_C3 +LQ01X038540 Elongation factor G, mitochondrial 6.110595183 L4_control_A1 +LQ01X038540 Elongation factor G, mitochondrial 6.424600366 L4_control_A2 +LQ01X038540 Elongation factor G, mitochondrial 5.734134028 L4_control_A3 +LQ01X038540 Elongation factor G, mitochondrial 6.205513824 L4_control_B1 +LQ01X038540 Elongation factor G, mitochondrial 5.251490348 L4_control_B2 +LQ01X038540 Elongation factor G, mitochondrial 5.603925228 L4_control_B3 +LQ01X038540 Elongation factor G, mitochondrial 6.202551351 L4_control_C2 +LQ01X038540 Elongation factor G, mitochondrial 5.926217276 L4_control_C3 +LQ01X038540 Elongation factor G, mitochondrial 6.178667504 L4_chemical_A1 +LQ01X038540 Elongation factor G, mitochondrial 6.923269601 L4_chemical_A2 +LQ01X038540 Elongation factor G, mitochondrial 5.42389982 L4_chemical_A3 +LQ01X038540 Elongation factor G, mitochondrial 5.566318357 L4_chemical_B1 +LQ01X038540 Elongation factor G, mitochondrial 5.680811814 L4_chemical_B2 +LQ01X038540 Elongation factor G, mitochondrial 5.742245974 L4_chemical_B3 +LQ01X038540 Elongation factor G, mitochondrial 6.099205427 L4_chemical_C2 +LQ01X038540 Elongation factor G, mitochondrial 5.688652923 L4_chemical_C3 +LQ01X038560 Putative Predicted protein 9.725010532 C6_control_A1 +LQ01X038560 Putative Predicted protein 8.597529379 C6_control_A3 +LQ01X038560 Putative Predicted protein 9.944538025 C6_control_B1 +LQ01X038560 Putative Predicted protein 11.63207363 C6_control_B2 +LQ01X038560 Putative Predicted protein 10.26005044 C6_control_B3 +LQ01X038560 Putative Predicted protein 13.26238758 C6_control_C1 +LQ01X038560 Putative Predicted protein 13.56085153 C6_control_C2 +LQ01X038560 Putative Predicted protein 13.08843244 C6_control_C3 +LQ01X038560 Putative Predicted protein 9.862734146 C6_chemical_A1 +LQ01X038560 Putative Predicted protein 8.600092802 C6_chemical_A3 +LQ01X038560 Putative Predicted protein 9.918314504 C6_chemical_B1 +LQ01X038560 Putative Predicted protein 11.46773538 C6_chemical_B2 +LQ01X038560 Putative Predicted protein 10.08905862 C6_chemical_B3 +LQ01X038560 Putative Predicted protein 13.23083488 C6_chemical_C1 +LQ01X038560 Putative Predicted protein 13.76545646 C6_chemical_C2 +LQ01X038560 Putative Predicted protein 12.44397571 C6_chemical_C3 +LQ01X038560 Putative Predicted protein 8.701893985 L4_control_A1 +LQ01X038560 Putative Predicted protein 9.778538384 L4_control_A2 +LQ01X038560 Putative Predicted protein 8.716545764 L4_control_A3 +LQ01X038560 Putative Predicted protein 9.723770257 L4_control_B1 +LQ01X038560 Putative Predicted protein 9.816049162 L4_control_B2 +LQ01X038560 Putative Predicted protein 10.98316342 L4_control_B3 +LQ01X038560 Putative Predicted protein 12.60888222 L4_control_C2 +LQ01X038560 Putative Predicted protein 12.11769964 L4_control_C3 +LQ01X038560 Putative Predicted protein 8.002356845 L4_chemical_A1 +LQ01X038560 Putative Predicted protein 9.257319526 L4_chemical_A2 +LQ01X038560 Putative Predicted protein 8.235926756 L4_chemical_A3 +LQ01X038560 Putative Predicted protein 9.327818185 L4_chemical_B1 +LQ01X038560 Putative Predicted protein 9.890029858 L4_chemical_B2 +LQ01X038560 Putative Predicted protein 9.428036731 L4_chemical_B3 +LQ01X038560 Putative Predicted protein 12.66501573 L4_chemical_C2 +LQ01X038560 Putative Predicted protein 12.25072362 L4_chemical_C3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.544004964 C6_control_A1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.580638324 C6_control_A3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.830536875 C6_control_B1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.159495909 C6_control_B2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.786323051 C6_control_B3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.27657031 C6_control_C1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.41019811 C6_control_C2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.25821325 C6_control_C3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.825870052 C6_chemical_A1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.565530026 C6_chemical_A3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.755415187 C6_chemical_B1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.787428153 C6_chemical_B2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.08099196 C6_chemical_B3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.49917838 C6_chemical_C1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.534965 C6_chemical_C2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.6780618 C6_chemical_C3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.978992058 L4_control_A1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.976609968 L4_control_A2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.980071588 L4_control_A3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.46849717 L4_control_B1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.39489552 L4_control_B2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.42009818 L4_control_B3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.98456834 L4_control_C2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.9577566 L4_control_C3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.839117846 L4_chemical_A1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.735130886 L4_chemical_A2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.76424867 L4_chemical_A3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.805999018 L4_chemical_B1 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.26946773 L4_chemical_B2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.972036519 L4_chemical_B3 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 10.99092805 L4_chemical_C2 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 11.14249648 L4_chemical_C3 +LQ01X038630 Autophagy-related protein 3 6.450729982 C6_control_A1 +LQ01X038630 Autophagy-related protein 3 6.139017574 C6_control_A3 +LQ01X038630 Autophagy-related protein 3 5.846336444 C6_control_B1 +LQ01X038630 Autophagy-related protein 3 5.903053728 C6_control_B2 +LQ01X038630 Autophagy-related protein 3 5.763242853 C6_control_B3 +LQ01X038630 Autophagy-related protein 3 6.603156068 C6_control_C1 +LQ01X038630 Autophagy-related protein 3 7.213189315 C6_control_C2 +LQ01X038630 Autophagy-related protein 3 6.163723549 C6_control_C3 +LQ01X038630 Autophagy-related protein 3 5.486928098 C6_chemical_A1 +LQ01X038630 Autophagy-related protein 3 5.62753291 C6_chemical_A3 +LQ01X038630 Autophagy-related protein 3 6.094057148 C6_chemical_B1 +LQ01X038630 Autophagy-related protein 3 6.275849781 C6_chemical_B2 +LQ01X038630 Autophagy-related protein 3 5.672351436 C6_chemical_B3 +LQ01X038630 Autophagy-related protein 3 6.605314642 C6_chemical_C1 +LQ01X038630 Autophagy-related protein 3 6.062226502 C6_chemical_C2 +LQ01X038630 Autophagy-related protein 3 6.096972382 C6_chemical_C3 +LQ01X038630 Autophagy-related protein 3 5.987666819 L4_control_A1 +LQ01X038630 Autophagy-related protein 3 5.724041434 L4_control_A2 +LQ01X038630 Autophagy-related protein 3 5.143514783 L4_control_A3 +LQ01X038630 Autophagy-related protein 3 5.606935088 L4_control_B1 +LQ01X038630 Autophagy-related protein 3 5.141388534 L4_control_B2 +LQ01X038630 Autophagy-related protein 3 5.292609334 L4_control_B3 +LQ01X038630 Autophagy-related protein 3 5.626243038 L4_control_C2 +LQ01X038630 Autophagy-related protein 3 5.439361002 L4_control_C3 +LQ01X038630 Autophagy-related protein 3 5.531480148 L4_chemical_A1 +LQ01X038630 Autophagy-related protein 3 5.552645323 L4_chemical_A2 +LQ01X038630 Autophagy-related protein 3 5.206630752 L4_chemical_A3 +LQ01X038630 Autophagy-related protein 3 5.70015322 L4_chemical_B1 +LQ01X038630 Autophagy-related protein 3 5.070925955 L4_chemical_B2 +LQ01X038630 Autophagy-related protein 3 5.924773318 L4_chemical_B3 +LQ01X038630 Autophagy-related protein 3 5.729119088 L4_chemical_C2 +LQ01X038630 Autophagy-related protein 3 5.023811212 L4_chemical_C3 +LQ01X038650 DnaJ protein homolog 6.064179667 C6_control_A1 +LQ01X038650 DnaJ protein homolog 6.395851762 C6_control_A3 +LQ01X038650 DnaJ protein homolog 5.871469626 C6_control_B1 +LQ01X038650 DnaJ protein homolog 5.726646025 C6_control_B2 +LQ01X038650 DnaJ protein homolog 5.754530123 C6_control_B3 +LQ01X038650 DnaJ protein homolog 6.300657089 C6_control_C1 +LQ01X038650 DnaJ protein homolog 6.775212196 C6_control_C2 +LQ01X038650 DnaJ protein homolog 5.852829655 C6_control_C3 +LQ01X038650 DnaJ protein homolog 5.632296733 C6_chemical_A1 +LQ01X038650 DnaJ protein homolog 6.195224479 C6_chemical_A3 +LQ01X038650 DnaJ protein homolog 5.709581338 C6_chemical_B1 +LQ01X038650 DnaJ protein homolog 5.783401732 C6_chemical_B2 +LQ01X038650 DnaJ protein homolog 5.406282415 C6_chemical_B3 +LQ01X038650 DnaJ protein homolog 6.100558758 C6_chemical_C1 +LQ01X038650 DnaJ protein homolog 5.685632547 C6_chemical_C2 +LQ01X038650 DnaJ protein homolog 5.911438706 C6_chemical_C3 +LQ01X038650 DnaJ protein homolog 5.71314947 L4_control_A1 +LQ01X038650 DnaJ protein homolog 6.218883872 L4_control_A2 +LQ01X038650 DnaJ protein homolog 5.544446172 L4_control_A3 +LQ01X038650 DnaJ protein homolog 7.128152717 L4_control_B1 +LQ01X038650 DnaJ protein homolog 5.671165026 L4_control_B2 +LQ01X038650 DnaJ protein homolog 6.090489502 L4_control_B3 +LQ01X038650 DnaJ protein homolog 5.757844213 L4_control_C2 +LQ01X038650 DnaJ protein homolog 6.149600691 L4_control_C3 +LQ01X038650 DnaJ protein homolog 5.749103265 L4_chemical_A1 +LQ01X038650 DnaJ protein homolog 5.645157184 L4_chemical_A2 +LQ01X038650 DnaJ protein homolog 5.360221603 L4_chemical_A3 +LQ01X038650 DnaJ protein homolog 6.56623649 L4_chemical_B1 +LQ01X038650 DnaJ protein homolog 5.878640174 L4_chemical_B2 +LQ01X038650 DnaJ protein homolog 6.141912993 L4_chemical_B3 +LQ01X038650 DnaJ protein homolog 5.261696366 L4_chemical_C2 +LQ01X038650 DnaJ protein homolog 6.323735726 L4_chemical_C3 +LQ01X038810 Putative uncharacterized protein 10.73756488 C6_control_A1 +LQ01X038810 Putative uncharacterized protein 10.9040987 C6_control_A3 +LQ01X038810 Putative uncharacterized protein 10.52444619 C6_control_B1 +LQ01X038810 Putative uncharacterized protein 10.70777055 C6_control_B2 +LQ01X038810 Putative uncharacterized protein 10.75317732 C6_control_B3 +LQ01X038810 Putative uncharacterized protein 11.18604327 C6_control_C1 +LQ01X038810 Putative uncharacterized protein 11.52626877 C6_control_C2 +LQ01X038810 Putative uncharacterized protein 11.56176829 C6_control_C3 +LQ01X038810 Putative uncharacterized protein 10.62151572 C6_chemical_A1 +LQ01X038810 Putative uncharacterized protein 10.92187198 C6_chemical_A3 +LQ01X038810 Putative uncharacterized protein 10.29619535 C6_chemical_B1 +LQ01X038810 Putative uncharacterized protein 10.51854521 C6_chemical_B2 +LQ01X038810 Putative uncharacterized protein 10.7197968 C6_chemical_B3 +LQ01X038810 Putative uncharacterized protein 11.03609325 C6_chemical_C1 +LQ01X038810 Putative uncharacterized protein 11.28817071 C6_chemical_C2 +LQ01X038810 Putative uncharacterized protein 11.69085236 C6_chemical_C3 +LQ01X038810 Putative uncharacterized protein 10.93621051 L4_control_A1 +LQ01X038810 Putative uncharacterized protein 11.07425949 L4_control_A2 +LQ01X038810 Putative uncharacterized protein 11.84259942 L4_control_A3 +LQ01X038810 Putative uncharacterized protein 10.83544269 L4_control_B1 +LQ01X038810 Putative uncharacterized protein 10.64551229 L4_control_B2 +LQ01X038810 Putative uncharacterized protein 11.16342532 L4_control_B3 +LQ01X038810 Putative uncharacterized protein 11.3868317 L4_control_C2 +LQ01X038810 Putative uncharacterized protein 11.62008197 L4_control_C3 +LQ01X038810 Putative uncharacterized protein 10.86461349 L4_chemical_A1 +LQ01X038810 Putative uncharacterized protein 11.02759266 L4_chemical_A2 +LQ01X038810 Putative uncharacterized protein 11.47297471 L4_chemical_A3 +LQ01X038810 Putative uncharacterized protein 10.92950264 L4_chemical_B1 +LQ01X038810 Putative uncharacterized protein 10.56527679 L4_chemical_B2 +LQ01X038810 Putative uncharacterized protein 11.10539639 L4_chemical_B3 +LQ01X038810 Putative uncharacterized protein 11.34764002 L4_chemical_C2 +LQ01X038810 Putative uncharacterized protein 11.94046891 L4_chemical_C3 +LQ01X038820 Predicted protein 8.291403314 C6_control_A1 +LQ01X038820 Predicted protein 8.644205547 C6_control_A3 +LQ01X038820 Predicted protein 7.834391182 C6_control_B1 +LQ01X038820 Predicted protein 9.391303547 C6_control_B2 +LQ01X038820 Predicted protein 8.247817234 C6_control_B3 +LQ01X038820 Predicted protein 9.209983786 C6_control_C1 +LQ01X038820 Predicted protein 9.029209398 C6_control_C2 +LQ01X038820 Predicted protein 9.913409919 C6_control_C3 +LQ01X038820 Predicted protein 7.610967763 C6_chemical_A1 +LQ01X038820 Predicted protein 8.323173146 C6_chemical_A3 +LQ01X038820 Predicted protein 7.607318153 C6_chemical_B1 +LQ01X038820 Predicted protein 8.901224379 C6_chemical_B2 +LQ01X038820 Predicted protein 7.513108115 C6_chemical_B3 +LQ01X038820 Predicted protein 8.982166818 C6_chemical_C1 +LQ01X038820 Predicted protein 9.298307673 C6_chemical_C2 +LQ01X038820 Predicted protein 9.903240112 C6_chemical_C3 +LQ01X038820 Predicted protein 8.046715353 L4_control_A1 +LQ01X038820 Predicted protein 8.45616411 L4_control_A2 +LQ01X038820 Predicted protein 6.35320329 L4_control_A3 +LQ01X038820 Predicted protein 8.865550243 L4_control_B1 +LQ01X038820 Predicted protein 8.174514237 L4_control_B2 +LQ01X038820 Predicted protein 9.258752021 L4_control_B3 +LQ01X038820 Predicted protein 8.636804618 L4_control_C2 +LQ01X038820 Predicted protein 8.457116704 L4_control_C3 +LQ01X038820 Predicted protein 8.408620394 L4_chemical_A1 +LQ01X038820 Predicted protein 8.168141287 L4_chemical_A2 +LQ01X038820 Predicted protein 6.171518555 L4_chemical_A3 +LQ01X038820 Predicted protein 8.815941955 L4_chemical_B1 +LQ01X038820 Predicted protein 8.573309349 L4_chemical_B2 +LQ01X038820 Predicted protein 9.062828337 L4_chemical_B3 +LQ01X038820 Predicted protein 8.319151063 L4_chemical_C2 +LQ01X038820 Predicted protein 8.856709832 L4_chemical_C3 +LQ01X038830 Putative uncharacterized protein 11.87052423 C6_control_A1 +LQ01X038830 Putative uncharacterized protein 12.56734153 C6_control_A3 +LQ01X038830 Putative uncharacterized protein 11.67624564 C6_control_B1 +LQ01X038830 Putative uncharacterized protein 11.75419984 C6_control_B2 +LQ01X038830 Putative uncharacterized protein 11.75492804 C6_control_B3 +LQ01X038830 Putative uncharacterized protein 11.71658502 C6_control_C1 +LQ01X038830 Putative uncharacterized protein 11.80642529 C6_control_C2 +LQ01X038830 Putative uncharacterized protein 11.73466025 C6_control_C3 +LQ01X038830 Putative uncharacterized protein 11.75561525 C6_chemical_A1 +LQ01X038830 Putative uncharacterized protein 11.24658413 C6_chemical_A3 +LQ01X038830 Putative uncharacterized protein 11.58297341 C6_chemical_B1 +LQ01X038830 Putative uncharacterized protein 11.83037522 C6_chemical_B2 +LQ01X038830 Putative uncharacterized protein 11.33052041 C6_chemical_B3 +LQ01X038830 Putative uncharacterized protein 11.49002289 C6_chemical_C1 +LQ01X038830 Putative uncharacterized protein 11.92652369 C6_chemical_C2 +LQ01X038830 Putative uncharacterized protein 11.45076947 C6_chemical_C3 +LQ01X038830 Putative uncharacterized protein 11.8056708 L4_control_A1 +LQ01X038830 Putative uncharacterized protein 11.87317663 L4_control_A2 +LQ01X038830 Putative uncharacterized protein 11.41579933 L4_control_A3 +LQ01X038830 Putative uncharacterized protein 11.2216938 L4_control_B1 +LQ01X038830 Putative uncharacterized protein 10.49197491 L4_control_B2 +LQ01X038830 Putative uncharacterized protein 10.84601755 L4_control_B3 +LQ01X038830 Putative uncharacterized protein 11.04054705 L4_control_C2 +LQ01X038830 Putative uncharacterized protein 10.78290245 L4_control_C3 +LQ01X038830 Putative uncharacterized protein 11.57410592 L4_chemical_A1 +LQ01X038830 Putative uncharacterized protein 11.59046619 L4_chemical_A2 +LQ01X038830 Putative uncharacterized protein 11.25352256 L4_chemical_A3 +LQ01X038830 Putative uncharacterized protein 11.12973217 L4_chemical_B1 +LQ01X038830 Putative uncharacterized protein 11.32449551 L4_chemical_B2 +LQ01X038830 Putative uncharacterized protein 11.28392095 L4_chemical_B3 +LQ01X038830 Putative uncharacterized protein 11.0389637 L4_chemical_C2 +LQ01X038830 Putative uncharacterized protein 11.02855626 L4_chemical_C3 +LQ01X038850 Putative Predicted protein 10.59995966 C6_control_A1 +LQ01X038850 Putative Predicted protein 10.75776352 C6_control_A3 +LQ01X038850 Putative Predicted protein 9.892721573 C6_control_B1 +LQ01X038850 Putative Predicted protein 9.343994228 C6_control_B2 +LQ01X038850 Putative Predicted protein 9.93011275 C6_control_B3 +LQ01X038850 Putative Predicted protein 8.140885081 C6_control_C1 +LQ01X038850 Putative Predicted protein 8.111646887 C6_control_C2 +LQ01X038850 Putative Predicted protein 8.392190007 C6_control_C3 +LQ01X038850 Putative Predicted protein 10.70023797 C6_chemical_A1 +LQ01X038850 Putative Predicted protein 10.69045569 C6_chemical_A3 +LQ01X038850 Putative Predicted protein 9.549729878 C6_chemical_B1 +LQ01X038850 Putative Predicted protein 9.392507799 C6_chemical_B2 +LQ01X038850 Putative Predicted protein 9.218676192 C6_chemical_B3 +LQ01X038850 Putative Predicted protein 7.622274209 C6_chemical_C1 +LQ01X038850 Putative Predicted protein 7.796357179 C6_chemical_C2 +LQ01X038850 Putative Predicted protein 8.439288203 C6_chemical_C3 +LQ01X038850 Putative Predicted protein 11.29329348 L4_control_A1 +LQ01X038850 Putative Predicted protein 11.52367577 L4_control_A2 +LQ01X038850 Putative Predicted protein 11.75557032 L4_control_A3 +LQ01X038850 Putative Predicted protein 10.02306863 L4_control_B1 +LQ01X038850 Putative Predicted protein 9.860419611 L4_control_B2 +LQ01X038850 Putative Predicted protein 9.648515698 L4_control_B3 +LQ01X038850 Putative Predicted protein 6.640440798 L4_control_C2 +LQ01X038850 Putative Predicted protein 7.866368116 L4_control_C3 +LQ01X038850 Putative Predicted protein 11.48525468 L4_chemical_A1 +LQ01X038850 Putative Predicted protein 11.14535884 L4_chemical_A2 +LQ01X038850 Putative Predicted protein 11.86941541 L4_chemical_A3 +LQ01X038850 Putative Predicted protein 10.483073 L4_chemical_B1 +LQ01X038850 Putative Predicted protein 10.4144278 L4_chemical_B2 +LQ01X038850 Putative Predicted protein 10.75430891 L4_chemical_B3 +LQ01X038850 Putative Predicted protein 7.223077491 L4_chemical_C2 +LQ01X038850 Putative Predicted protein 9.107440642 L4_chemical_C3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.36702076 C6_control_A1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.17420788 C6_control_A3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.653978794 C6_control_B1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.612177383 C6_control_B2 +LQ01X038860 Putative UPF0481 protein At3g47200 5.562336949 C6_control_B3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.527727968 C6_control_C1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.614471294 C6_control_C2 +LQ01X038860 Putative UPF0481 protein At3g47200 5.674588927 C6_control_C3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.305575813 C6_chemical_A1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.51647105 C6_chemical_A3 +LQ01X038860 Putative UPF0481 protein At3g47200 6.154820694 C6_chemical_B1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.652443998 C6_chemical_B2 +LQ01X038860 Putative UPF0481 protein At3g47200 6.031214787 C6_chemical_B3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.779265953 C6_chemical_C1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.689689889 C6_chemical_C2 +LQ01X038860 Putative UPF0481 protein At3g47200 5.48090246 C6_chemical_C3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.918650716 L4_control_A1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.635421924 L4_control_A2 +LQ01X038860 Putative UPF0481 protein At3g47200 5.614689103 L4_control_A3 +LQ01X038860 Putative UPF0481 protein At3g47200 6.023814527 L4_control_B1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.219615344 L4_control_B2 +LQ01X038860 Putative UPF0481 protein At3g47200 5.402036819 L4_control_B3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.553464063 L4_control_C2 +LQ01X038860 Putative UPF0481 protein At3g47200 6.324573473 L4_control_C3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.475836063 L4_chemical_A1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.596486257 L4_chemical_A2 +LQ01X038860 Putative UPF0481 protein At3g47200 5.538899801 L4_chemical_A3 +LQ01X038860 Putative UPF0481 protein At3g47200 5.895973696 L4_chemical_B1 +LQ01X038860 Putative UPF0481 protein At3g47200 5.232746246 L4_chemical_B2 +LQ01X038860 Putative UPF0481 protein At3g47200 5.529282301 L4_chemical_B3 +LQ01X038860 Putative UPF0481 protein At3g47200 6.426828226 L4_chemical_C2 +LQ01X038860 Putative UPF0481 protein At3g47200 5.881468174 L4_chemical_C3 +LQ01X038920 Putative UPF0481 protein At3g47200 5.207356247 C6_control_A1 +LQ01X038920 Putative UPF0481 protein At3g47200 5.281340313 C6_control_A3 +LQ01X038920 Putative UPF0481 protein At3g47200 4.883361876 C6_control_B1 +LQ01X038920 Putative UPF0481 protein At3g47200 5.177079366 C6_control_B2 +LQ01X038920 Putative UPF0481 protein At3g47200 4.813731392 C6_control_B3 +LQ01X038920 Putative UPF0481 protein At3g47200 4.702559632 C6_control_C1 +LQ01X038920 Putative UPF0481 protein At3g47200 5.119317216 C6_control_C2 +LQ01X038920 Putative UPF0481 protein At3g47200 5.12656155 C6_control_C3 +LQ01X038920 Putative UPF0481 protein At3g47200 5.125201208 C6_chemical_A1 +LQ01X038920 Putative UPF0481 protein At3g47200 5.301175521 C6_chemical_A3 +LQ01X038920 Putative UPF0481 protein At3g47200 4.89305735 C6_chemical_B1 +LQ01X038920 Putative UPF0481 protein At3g47200 4.904644465 C6_chemical_B2 +LQ01X038920 Putative UPF0481 protein At3g47200 4.921696858 C6_chemical_B3 +LQ01X038920 Putative UPF0481 protein At3g47200 5.080200384 C6_chemical_C1 +LQ01X038920 Putative UPF0481 protein At3g47200 4.930718745 C6_chemical_C2 +LQ01X038920 Putative UPF0481 protein At3g47200 5.09457677 C6_chemical_C3 +LQ01X038920 Putative UPF0481 protein At3g47200 4.890367978 L4_control_A1 +LQ01X038920 Putative UPF0481 protein At3g47200 5.560908659 L4_control_A2 +LQ01X038920 Putative UPF0481 protein At3g47200 5.37576704 L4_control_A3 +LQ01X038920 Putative UPF0481 protein At3g47200 5.679029903 L4_control_B1 +LQ01X038920 Putative UPF0481 protein At3g47200 5.504327619 L4_control_B2 +LQ01X038920 Putative UPF0481 protein At3g47200 4.899411337 L4_control_B3 +LQ01X038920 Putative UPF0481 protein At3g47200 5.424602509 L4_control_C2 +LQ01X038920 Putative UPF0481 protein At3g47200 5.491807159 L4_control_C3 +LQ01X038920 Putative UPF0481 protein At3g47200 4.818734431 L4_chemical_A1 +LQ01X038920 Putative UPF0481 protein At3g47200 5.08510829 L4_chemical_A2 +LQ01X038920 Putative UPF0481 protein At3g47200 5.135994507 L4_chemical_A3 +LQ01X038920 Putative UPF0481 protein At3g47200 5.20227637 L4_chemical_B1 +LQ01X038920 Putative UPF0481 protein At3g47200 4.800770068 L4_chemical_B2 +LQ01X038920 Putative UPF0481 protein At3g47200 4.948178091 L4_chemical_B3 +LQ01X038920 Putative UPF0481 protein At3g47200 4.536151337 L4_chemical_C2 +LQ01X038920 Putative UPF0481 protein At3g47200 5.153599069 L4_chemical_C3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 11.99359928 C6_control_A1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 12.1487519 C6_control_A3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 11.28815421 C6_control_B1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.29458716 C6_control_B2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.86122544 C6_control_B3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 9.178745934 C6_control_C1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 9.360556651 C6_control_C2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 9.644936914 C6_control_C3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 11.80356074 C6_chemical_A1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 11.59320123 C6_chemical_A3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.99851428 C6_chemical_B1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.20762257 C6_chemical_B2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.90257576 C6_chemical_B3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 8.739775729 C6_chemical_C1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 8.741549163 C6_chemical_C2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 9.758686113 C6_chemical_C3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 12.00523239 L4_control_A1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 12.17021542 L4_control_A2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 12.47867136 L4_control_A3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.29922995 L4_control_B1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.96508906 L4_control_B2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.20031755 L4_control_B3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 9.653765999 L4_control_C2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 9.958481404 L4_control_C3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 12.02730584 L4_chemical_A1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 12.05215091 L4_chemical_A2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 12.39246008 L4_chemical_A3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.83881399 L4_chemical_B1 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 10.99108957 L4_chemical_B2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 11.42538296 L4_chemical_B3 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 9.237522531 L4_chemical_C2 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 9.720820507 L4_chemical_C3 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.907775695 C6_control_A1 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.83756482 C6_control_A3 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.923560232 C6_control_B1 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.716057163 C6_control_B2 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.380761743 C6_control_B3 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.328367839 C6_control_C1 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.722711971 C6_control_C2 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.930169533 C6_control_C3 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.782621883 C6_chemical_A1 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.962394749 C6_chemical_A3 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.030038288 C6_chemical_B1 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.814376496 C6_chemical_B2 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.659106993 C6_chemical_B3 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.928687476 C6_chemical_C1 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.94713424 C6_chemical_C2 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.994211403 C6_chemical_C3 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.303907637 L4_control_A1 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.513833299 L4_control_A2 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.638773056 L4_control_A3 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.534509336 L4_control_B1 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.265065769 L4_control_B2 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.825512767 L4_control_B3 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.396291615 L4_control_C2 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.916913208 L4_control_C3 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.003921205 L4_chemical_A1 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.270568313 L4_chemical_A2 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.676022029 L4_chemical_A3 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.403074301 L4_chemical_B1 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.21741904 L4_chemical_B2 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.669169277 L4_chemical_B3 +LQ01X039010 Putative uncharacterized protein T8B10_70 8.488133151 L4_chemical_C2 +LQ01X039010 Putative uncharacterized protein T8B10_70 5.412735435 L4_chemical_C3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.48516548 C6_control_A1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.14840461 C6_control_A3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.25353207 C6_control_B1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 10.61024342 C6_control_B2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 10.8422698 C6_control_B3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.850670702 C6_control_C1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.918744985 C6_control_C2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.873312716 C6_control_C3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.66985094 C6_chemical_A1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.72992442 C6_chemical_A3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.75441519 C6_chemical_B1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 10.74514674 C6_chemical_B2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.30397374 C6_chemical_B3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.525939134 C6_chemical_C1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.567275028 C6_chemical_C2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.952270992 C6_chemical_C3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.29332186 L4_control_A1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.28289623 L4_control_A2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.41265491 L4_control_A3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.00920116 L4_control_B1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.66769772 L4_control_B2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 10.38220188 L4_control_B3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.04288714 L4_control_C2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 9.023470425 L4_control_C3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.04086649 L4_chemical_A1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.65449649 L4_chemical_A2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.04535246 L4_chemical_A3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.67024986 L4_chemical_B1 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.90563365 L4_chemical_B2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.10573022 L4_chemical_B3 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.702199848 L4_chemical_C2 +LQ01X039040 Homeobox-leucine zipper protein HAT3 8.625163682 L4_chemical_C3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.47923446 C6_control_A1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.84438541 C6_control_A3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.31988223 C6_control_B1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.81911537 C6_control_B2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.32680419 C6_control_B3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.0453972 C6_control_C1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.85382082 C6_control_C2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.93794468 C6_control_C3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.27620948 C6_chemical_A1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.10650266 C6_chemical_A3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.10324131 C6_chemical_B1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.92988862 C6_chemical_B2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.06290565 C6_chemical_B3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.02702096 C6_chemical_C1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.75591915 C6_chemical_C2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.72777757 C6_chemical_C3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.40505001 L4_control_A1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.44870847 L4_control_A2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.57106804 L4_control_A3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.98904716 L4_control_B1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.37430446 L4_control_B2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.70487267 L4_control_B3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.18877239 L4_control_C2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.26057308 L4_control_C3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.03931013 L4_chemical_A1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.16634382 L4_chemical_A2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.44537588 L4_chemical_A3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.27245891 L4_chemical_B1 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.16336947 L4_chemical_B2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.87231406 L4_chemical_B3 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.22928842 L4_chemical_C2 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 11.37180222 L4_chemical_C3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.740020662 C6_control_A1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 7.028918933 C6_control_A3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.397196388 C6_control_B1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.545948293 C6_control_B2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 7.189103437 C6_control_B3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 5.775226906 C6_control_C1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.13302975 C6_control_C2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.102991536 C6_control_C3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.349907904 C6_chemical_A1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.723816372 C6_chemical_A3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.483745379 C6_chemical_B1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.437986197 C6_chemical_B2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.838247113 C6_chemical_B3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 5.791386971 C6_chemical_C1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.215590652 C6_chemical_C2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 5.865617417 C6_chemical_C3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.439177083 L4_control_A1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 7.001668886 L4_control_A2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 7.555941066 L4_control_A3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.428073941 L4_control_B1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 7.098749427 L4_control_B2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.646983137 L4_control_B3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.65372009 L4_control_C2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.310310101 L4_control_C3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.49251309 L4_chemical_A1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.994204266 L4_chemical_A2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 7.085210662 L4_chemical_A3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 7.075328621 L4_chemical_B1 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 7.343422312 L4_chemical_B2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.603484139 L4_chemical_B3 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 5.789702071 L4_chemical_C2 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.741861324 L4_chemical_C3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 13.01306318 C6_control_A1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.34536478 C6_control_A3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 13.11057873 C6_control_B1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.83712533 C6_control_B2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.93099278 C6_control_B3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.87820325 C6_control_C1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.64313009 C6_control_C2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 13.03065552 C6_control_C3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.8740525 C6_chemical_A1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.38945872 C6_chemical_A3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.80203153 C6_chemical_B1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.71131638 C6_chemical_B2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.80026843 C6_chemical_B3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 13.06418554 C6_chemical_C1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.60357985 C6_chemical_C2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 13.13394597 C6_chemical_C3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.65568297 L4_control_A1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 11.85802635 L4_control_A2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 11.6817461 L4_control_A3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.65333015 L4_control_B1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.28262943 L4_control_B2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.64852412 L4_control_B3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.17598437 L4_control_C2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.32843851 L4_control_C3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 13.07021408 L4_chemical_A1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.00682254 L4_chemical_A2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.29429323 L4_chemical_A3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.67774839 L4_chemical_B1 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.45962528 L4_chemical_B2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.90972078 L4_chemical_B3 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.16412081 L4_chemical_C2 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.59186761 L4_chemical_C3 +LQ01X039110 Protein ARABIDILLO 1 10.61074049 C6_control_A1 +LQ01X039110 Protein ARABIDILLO 1 10.5050658 C6_control_A3 +LQ01X039110 Protein ARABIDILLO 1 10.52716644 C6_control_B1 +LQ01X039110 Protein ARABIDILLO 1 11.00436616 C6_control_B2 +LQ01X039110 Protein ARABIDILLO 1 10.79507153 C6_control_B3 +LQ01X039110 Protein ARABIDILLO 1 11.73450086 C6_control_C1 +LQ01X039110 Protein ARABIDILLO 1 11.24586966 C6_control_C2 +LQ01X039110 Protein ARABIDILLO 1 11.57931812 C6_control_C3 +LQ01X039110 Protein ARABIDILLO 1 10.74814998 C6_chemical_A1 +LQ01X039110 Protein ARABIDILLO 1 10.6440554 C6_chemical_A3 +LQ01X039110 Protein ARABIDILLO 1 10.5206201 C6_chemical_B1 +LQ01X039110 Protein ARABIDILLO 1 10.74568482 C6_chemical_B2 +LQ01X039110 Protein ARABIDILLO 1 10.5169277 C6_chemical_B3 +LQ01X039110 Protein ARABIDILLO 1 11.68104794 C6_chemical_C1 +LQ01X039110 Protein ARABIDILLO 1 11.41798295 C6_chemical_C2 +LQ01X039110 Protein ARABIDILLO 1 11.41038486 C6_chemical_C3 +LQ01X039110 Protein ARABIDILLO 1 10.96137153 L4_control_A1 +LQ01X039110 Protein ARABIDILLO 1 11.34519329 L4_control_A2 +LQ01X039110 Protein ARABIDILLO 1 11.06990408 L4_control_A3 +LQ01X039110 Protein ARABIDILLO 1 10.84258129 L4_control_B1 +LQ01X039110 Protein ARABIDILLO 1 11.27609447 L4_control_B2 +LQ01X039110 Protein ARABIDILLO 1 10.44952009 L4_control_B3 +LQ01X039110 Protein ARABIDILLO 1 11.6578275 L4_control_C2 +LQ01X039110 Protein ARABIDILLO 1 11.13487327 L4_control_C3 +LQ01X039110 Protein ARABIDILLO 1 11.05612617 L4_chemical_A1 +LQ01X039110 Protein ARABIDILLO 1 11.51318099 L4_chemical_A2 +LQ01X039110 Protein ARABIDILLO 1 11.0049033 L4_chemical_A3 +LQ01X039110 Protein ARABIDILLO 1 11.28591566 L4_chemical_B1 +LQ01X039110 Protein ARABIDILLO 1 11.30405961 L4_chemical_B2 +LQ01X039110 Protein ARABIDILLO 1 10.58757539 L4_chemical_B3 +LQ01X039110 Protein ARABIDILLO 1 11.76611088 L4_chemical_C2 +LQ01X039110 Protein ARABIDILLO 1 11.39422554 L4_chemical_C3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 13.09473661 C6_control_A1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.77911117 C6_control_A3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 13.18241978 C6_control_B1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.92213292 C6_control_B2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.76317007 C6_control_B3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.40701758 C6_control_C1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.14333813 C6_control_C2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 11.94253508 C6_control_C3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 13.20898327 C6_chemical_A1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 13.25407299 C6_chemical_A3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 13.40032349 C6_chemical_B1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.99524153 C6_chemical_B2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.64021432 C6_chemical_B3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.34839003 C6_chemical_C1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.35081311 C6_chemical_C2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 11.74075205 C6_chemical_C3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 13.13145027 L4_control_A1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.6771898 L4_control_A2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.42832497 L4_control_A3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.7424573 L4_control_B1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.88307574 L4_control_B2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.61325244 L4_control_B3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.2529993 L4_control_C2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.64363753 L4_control_C3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.93402382 L4_chemical_A1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.638512 L4_chemical_A2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.50357988 L4_chemical_A3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.92043977 L4_chemical_B1 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.83527032 L4_chemical_B2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.79837714 L4_chemical_B3 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.00147008 L4_chemical_C2 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 12.60906161 L4_chemical_C3 +LQ01X039240 COP9 signalosome complex subunit 7 6.379693818 C6_control_A1 +LQ01X039240 COP9 signalosome complex subunit 7 6.134473462 C6_control_A3 +LQ01X039240 COP9 signalosome complex subunit 7 6.210236094 C6_control_B1 +LQ01X039240 COP9 signalosome complex subunit 7 5.992041274 C6_control_B2 +LQ01X039240 COP9 signalosome complex subunit 7 6.499295962 C6_control_B3 +LQ01X039240 COP9 signalosome complex subunit 7 6.610697566 C6_control_C1 +LQ01X039240 COP9 signalosome complex subunit 7 6.360995322 C6_control_C2 +LQ01X039240 COP9 signalosome complex subunit 7 6.422107756 C6_control_C3 +LQ01X039240 COP9 signalosome complex subunit 7 6.23542014 C6_chemical_A1 +LQ01X039240 COP9 signalosome complex subunit 7 5.584649634 C6_chemical_A3 +LQ01X039240 COP9 signalosome complex subunit 7 6.622842346 C6_chemical_B1 +LQ01X039240 COP9 signalosome complex subunit 7 6.193443077 C6_chemical_B2 +LQ01X039240 COP9 signalosome complex subunit 7 6.653247805 C6_chemical_B3 +LQ01X039240 COP9 signalosome complex subunit 7 6.307579932 C6_chemical_C1 +LQ01X039240 COP9 signalosome complex subunit 7 6.110277896 C6_chemical_C2 +LQ01X039240 COP9 signalosome complex subunit 7 6.38652389 C6_chemical_C3 +LQ01X039240 COP9 signalosome complex subunit 7 6.150827741 L4_control_A1 +LQ01X039240 COP9 signalosome complex subunit 7 6.014331057 L4_control_A2 +LQ01X039240 COP9 signalosome complex subunit 7 6.049785443 L4_control_A3 +LQ01X039240 COP9 signalosome complex subunit 7 7.4205014 L4_control_B1 +LQ01X039240 COP9 signalosome complex subunit 7 6.429507868 L4_control_B2 +LQ01X039240 COP9 signalosome complex subunit 7 5.931218672 L4_control_B3 +LQ01X039240 COP9 signalosome complex subunit 7 5.606790211 L4_control_C2 +LQ01X039240 COP9 signalosome complex subunit 7 5.720278626 L4_control_C3 +LQ01X039240 COP9 signalosome complex subunit 7 6.040758594 L4_chemical_A1 +LQ01X039240 COP9 signalosome complex subunit 7 6.246737464 L4_chemical_A2 +LQ01X039240 COP9 signalosome complex subunit 7 5.806540159 L4_chemical_A3 +LQ01X039240 COP9 signalosome complex subunit 7 6.841234326 L4_chemical_B1 +LQ01X039240 COP9 signalosome complex subunit 7 6.764709695 L4_chemical_B2 +LQ01X039240 COP9 signalosome complex subunit 7 5.973873757 L4_chemical_B3 +LQ01X039240 COP9 signalosome complex subunit 7 5.964076388 L4_chemical_C2 +LQ01X039240 COP9 signalosome complex subunit 7 5.879464741 L4_chemical_C3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.625422109 C6_control_A1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.61557802 C6_control_A3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.556886132 C6_control_B1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.572380662 C6_control_B2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 6.036816358 C6_control_B3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 6.213210047 C6_control_C1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.667315934 C6_control_C2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.642985603 C6_control_C3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.5596093 C6_chemical_A1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.361206473 C6_chemical_A3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.772060234 C6_chemical_B1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.529249304 C6_chemical_B2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.53442172 C6_chemical_B3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.6499966 C6_chemical_C1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.583997482 C6_chemical_C2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.779240252 C6_chemical_C3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.644495526 L4_control_A1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.785215404 L4_control_A2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.594081568 L4_control_A3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.757256341 L4_control_B1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.99075574 L4_control_B2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.480254508 L4_control_B3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.524865498 L4_control_C2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.567219237 L4_control_C3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.552144021 L4_chemical_A1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.567874807 L4_chemical_A2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.975969901 L4_chemical_A3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.870888482 L4_chemical_B1 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.829421117 L4_chemical_B2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.697257705 L4_chemical_B3 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.99460341 L4_chemical_C2 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.435078153 L4_chemical_C3 +LQ01X039260 Putative uncharacterized protein 13.33042794 C6_control_A1 +LQ01X039260 Putative uncharacterized protein 13.14785101 C6_control_A3 +LQ01X039260 Putative uncharacterized protein 13.54604492 C6_control_B1 +LQ01X039260 Putative uncharacterized protein 13.28661989 C6_control_B2 +LQ01X039260 Putative uncharacterized protein 13.47993669 C6_control_B3 +LQ01X039260 Putative uncharacterized protein 11.4833969 C6_control_C1 +LQ01X039260 Putative uncharacterized protein 11.6304917 C6_control_C2 +LQ01X039260 Putative uncharacterized protein 11.84949031 C6_control_C3 +LQ01X039260 Putative uncharacterized protein 13.17886168 C6_chemical_A1 +LQ01X039260 Putative uncharacterized protein 13.09882552 C6_chemical_A3 +LQ01X039260 Putative uncharacterized protein 13.53434492 C6_chemical_B1 +LQ01X039260 Putative uncharacterized protein 13.08944644 C6_chemical_B2 +LQ01X039260 Putative uncharacterized protein 13.35875185 C6_chemical_B3 +LQ01X039260 Putative uncharacterized protein 11.29767604 C6_chemical_C1 +LQ01X039260 Putative uncharacterized protein 11.1775806 C6_chemical_C2 +LQ01X039260 Putative uncharacterized protein 11.29020726 C6_chemical_C3 +LQ01X039260 Putative uncharacterized protein 13.66407603 L4_control_A1 +LQ01X039260 Putative uncharacterized protein 13.77103596 L4_control_A2 +LQ01X039260 Putative uncharacterized protein 13.54144268 L4_control_A3 +LQ01X039260 Putative uncharacterized protein 13.52225931 L4_control_B1 +LQ01X039260 Putative uncharacterized protein 13.62665954 L4_control_B2 +LQ01X039260 Putative uncharacterized protein 12.54332931 L4_control_B3 +LQ01X039260 Putative uncharacterized protein 11.153526 L4_control_C2 +LQ01X039260 Putative uncharacterized protein 11.800793 L4_control_C3 +LQ01X039260 Putative uncharacterized protein 13.49819338 L4_chemical_A1 +LQ01X039260 Putative uncharacterized protein 13.88372273 L4_chemical_A2 +LQ01X039260 Putative uncharacterized protein 13.73472999 L4_chemical_A3 +LQ01X039260 Putative uncharacterized protein 13.54328861 L4_chemical_B1 +LQ01X039260 Putative uncharacterized protein 13.53717321 L4_chemical_B2 +LQ01X039260 Putative uncharacterized protein 13.67120406 L4_chemical_B3 +LQ01X039260 Putative uncharacterized protein 10.95073469 L4_chemical_C2 +LQ01X039260 Putative uncharacterized protein 11.5887649 L4_chemical_C3 +LQ01X039270 Protein kinase G11A 11.24253651 C6_control_A1 +LQ01X039270 Protein kinase G11A 11.99825861 C6_control_A3 +LQ01X039270 Protein kinase G11A 10.66124442 C6_control_B1 +LQ01X039270 Protein kinase G11A 9.967400005 C6_control_B2 +LQ01X039270 Protein kinase G11A 10.50009867 C6_control_B3 +LQ01X039270 Protein kinase G11A 10.19070832 C6_control_C1 +LQ01X039270 Protein kinase G11A 9.623544153 C6_control_C2 +LQ01X039270 Protein kinase G11A 10.38947646 C6_control_C3 +LQ01X039270 Protein kinase G11A 11.14930651 C6_chemical_A1 +LQ01X039270 Protein kinase G11A 12.01471073 C6_chemical_A3 +LQ01X039270 Protein kinase G11A 10.43228685 C6_chemical_B1 +LQ01X039270 Protein kinase G11A 9.945693141 C6_chemical_B2 +LQ01X039270 Protein kinase G11A 10.47828982 C6_chemical_B3 +LQ01X039270 Protein kinase G11A 10.00495425 C6_chemical_C1 +LQ01X039270 Protein kinase G11A 9.524705964 C6_chemical_C2 +LQ01X039270 Protein kinase G11A 10.06344489 C6_chemical_C3 +LQ01X039270 Protein kinase G11A 11.90438695 L4_control_A1 +LQ01X039270 Protein kinase G11A 11.83320769 L4_control_A2 +LQ01X039270 Protein kinase G11A 12.21766833 L4_control_A3 +LQ01X039270 Protein kinase G11A 10.49061709 L4_control_B1 +LQ01X039270 Protein kinase G11A 11.04458904 L4_control_B2 +LQ01X039270 Protein kinase G11A 10.18650683 L4_control_B3 +LQ01X039270 Protein kinase G11A 9.668284864 L4_control_C2 +LQ01X039270 Protein kinase G11A 9.955076294 L4_control_C3 +LQ01X039270 Protein kinase G11A 11.24766677 L4_chemical_A1 +LQ01X039270 Protein kinase G11A 11.4461654 L4_chemical_A2 +LQ01X039270 Protein kinase G11A 12.06696577 L4_chemical_A3 +LQ01X039270 Protein kinase G11A 10.55682067 L4_chemical_B1 +LQ01X039270 Protein kinase G11A 10.54376304 L4_chemical_B2 +LQ01X039270 Protein kinase G11A 10.7831281 L4_chemical_B3 +LQ01X039270 Protein kinase G11A 9.730258157 L4_chemical_C2 +LQ01X039270 Protein kinase G11A 9.977021777 L4_chemical_C3 +LQ01X039280 Putative uncharacterized protein 12.56320292 C6_control_A1 +LQ01X039280 Putative uncharacterized protein 12.47912473 C6_control_A3 +LQ01X039280 Putative uncharacterized protein 12.87753447 C6_control_B1 +LQ01X039280 Putative uncharacterized protein 12.58067513 C6_control_B2 +LQ01X039280 Putative uncharacterized protein 12.79947398 C6_control_B3 +LQ01X039280 Putative uncharacterized protein 12.39496853 C6_control_C1 +LQ01X039280 Putative uncharacterized protein 12.11290507 C6_control_C2 +LQ01X039280 Putative uncharacterized protein 12.16066442 C6_control_C3 +LQ01X039280 Putative uncharacterized protein 12.60797052 C6_chemical_A1 +LQ01X039280 Putative uncharacterized protein 12.67436889 C6_chemical_A3 +LQ01X039280 Putative uncharacterized protein 12.90389592 C6_chemical_B1 +LQ01X039280 Putative uncharacterized protein 12.69946575 C6_chemical_B2 +LQ01X039280 Putative uncharacterized protein 12.69212501 C6_chemical_B3 +LQ01X039280 Putative uncharacterized protein 12.42260001 C6_chemical_C1 +LQ01X039280 Putative uncharacterized protein 12.07432411 C6_chemical_C2 +LQ01X039280 Putative uncharacterized protein 12.14557244 C6_chemical_C3 +LQ01X039280 Putative uncharacterized protein 11.97826773 L4_control_A1 +LQ01X039280 Putative uncharacterized protein 12.17067123 L4_control_A2 +LQ01X039280 Putative uncharacterized protein 11.94485788 L4_control_A3 +LQ01X039280 Putative uncharacterized protein 12.47956 L4_control_B1 +LQ01X039280 Putative uncharacterized protein 12.28748738 L4_control_B2 +LQ01X039280 Putative uncharacterized protein 12.17202852 L4_control_B3 +LQ01X039280 Putative uncharacterized protein 11.44890575 L4_control_C2 +LQ01X039280 Putative uncharacterized protein 11.30281149 L4_control_C3 +LQ01X039280 Putative uncharacterized protein 12.03579369 L4_chemical_A1 +LQ01X039280 Putative uncharacterized protein 12.38247481 L4_chemical_A2 +LQ01X039280 Putative uncharacterized protein 11.88363136 L4_chemical_A3 +LQ01X039280 Putative uncharacterized protein 12.92007927 L4_chemical_B1 +LQ01X039280 Putative uncharacterized protein 12.42759901 L4_chemical_B2 +LQ01X039280 Putative uncharacterized protein 12.51298079 L4_chemical_B3 +LQ01X039280 Putative uncharacterized protein 11.51585353 L4_chemical_C2 +LQ01X039280 Putative uncharacterized protein 11.49344945 L4_chemical_C3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.154561238 C6_control_A1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.272388917 C6_control_A3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.410894833 C6_control_B1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.220868328 C6_control_B2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.435137075 C6_control_B3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 6.379131494 C6_control_C1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 6.000510197 C6_control_C2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 7.061469058 C6_control_C3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.716968874 C6_chemical_A1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 6.028713254 C6_chemical_A3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.489819766 C6_chemical_B1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.457866362 C6_chemical_B2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.579227747 C6_chemical_B3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 6.428869735 C6_chemical_C1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 6.108257389 C6_chemical_C2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 7.151140975 C6_chemical_C3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.544160301 L4_control_A1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.207985764 L4_control_A2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.215778553 L4_control_A3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.314922708 L4_control_B1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.20058293 L4_control_B2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.664729598 L4_control_B3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.987207361 L4_control_C2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 6.412070804 L4_control_C3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.745526325 L4_chemical_A1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.502430914 L4_chemical_A2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.982190989 L4_chemical_A3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 4.937844653 L4_chemical_B1 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.406765666 L4_chemical_B2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.59452832 L4_chemical_B3 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.801899002 L4_chemical_C2 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 7.350873644 L4_chemical_C3 +LQ01X039330 Putative uncharacterized protein 13.65421709 C6_control_A1 +LQ01X039330 Putative uncharacterized protein 14.17146265 C6_control_A3 +LQ01X039330 Putative uncharacterized protein 13.78640215 C6_control_B1 +LQ01X039330 Putative uncharacterized protein 13.37546673 C6_control_B2 +LQ01X039330 Putative uncharacterized protein 13.71570844 C6_control_B3 +LQ01X039330 Putative uncharacterized protein 13.38087909 C6_control_C1 +LQ01X039330 Putative uncharacterized protein 13.60638237 C6_control_C2 +LQ01X039330 Putative uncharacterized protein 13.56331235 C6_control_C3 +LQ01X039330 Putative uncharacterized protein 13.42096058 C6_chemical_A1 +LQ01X039330 Putative uncharacterized protein 14.3331205 C6_chemical_A3 +LQ01X039330 Putative uncharacterized protein 13.84607435 C6_chemical_B1 +LQ01X039330 Putative uncharacterized protein 13.34348051 C6_chemical_B2 +LQ01X039330 Putative uncharacterized protein 13.84254381 C6_chemical_B3 +LQ01X039330 Putative uncharacterized protein 13.16834427 C6_chemical_C1 +LQ01X039330 Putative uncharacterized protein 13.24199737 C6_chemical_C2 +LQ01X039330 Putative uncharacterized protein 13.53520071 C6_chemical_C3 +LQ01X039330 Putative uncharacterized protein 13.90104344 L4_control_A1 +LQ01X039330 Putative uncharacterized protein 13.54751702 L4_control_A2 +LQ01X039330 Putative uncharacterized protein 13.78162816 L4_control_A3 +LQ01X039330 Putative uncharacterized protein 13.63612674 L4_control_B1 +LQ01X039330 Putative uncharacterized protein 14.25863779 L4_control_B2 +LQ01X039330 Putative uncharacterized protein 13.99008382 L4_control_B3 +LQ01X039330 Putative uncharacterized protein 13.89378494 L4_control_C2 +LQ01X039330 Putative uncharacterized protein 14.73613891 L4_control_C3 +LQ01X039330 Putative uncharacterized protein 13.45466902 L4_chemical_A1 +LQ01X039330 Putative uncharacterized protein 13.41056489 L4_chemical_A2 +LQ01X039330 Putative uncharacterized protein 13.30686958 L4_chemical_A3 +LQ01X039330 Putative uncharacterized protein 13.83579241 L4_chemical_B1 +LQ01X039330 Putative uncharacterized protein 13.7341455 L4_chemical_B2 +LQ01X039330 Putative uncharacterized protein 13.608741 L4_chemical_B3 +LQ01X039330 Putative uncharacterized protein 13.7445 L4_chemical_C2 +LQ01X039330 Putative uncharacterized protein 14.51631883 L4_chemical_C3 +LQ01X039340 GTP-binding protein YPTM2 5.553622458 C6_control_A1 +LQ01X039340 GTP-binding protein YPTM2 5.505395001 C6_control_A3 +LQ01X039340 GTP-binding protein YPTM2 5.518321373 C6_control_B1 +LQ01X039340 GTP-binding protein YPTM2 5.257488512 C6_control_B2 +LQ01X039340 GTP-binding protein YPTM2 5.25925331 C6_control_B3 +LQ01X039340 GTP-binding protein YPTM2 5.272789762 C6_control_C1 +LQ01X039340 GTP-binding protein YPTM2 5.567822106 C6_control_C2 +LQ01X039340 GTP-binding protein YPTM2 5.296918858 C6_control_C3 +LQ01X039340 GTP-binding protein YPTM2 5.287371184 C6_chemical_A1 +LQ01X039340 GTP-binding protein YPTM2 5.421304002 C6_chemical_A3 +LQ01X039340 GTP-binding protein YPTM2 5.522888166 C6_chemical_B1 +LQ01X039340 GTP-binding protein YPTM2 5.494042425 C6_chemical_B2 +LQ01X039340 GTP-binding protein YPTM2 5.06476411 C6_chemical_B3 +LQ01X039340 GTP-binding protein YPTM2 5.112553292 C6_chemical_C1 +LQ01X039340 GTP-binding protein YPTM2 5.377516057 C6_chemical_C2 +LQ01X039340 GTP-binding protein YPTM2 5.665505893 C6_chemical_C3 +LQ01X039340 GTP-binding protein YPTM2 5.287385989 L4_control_A1 +LQ01X039340 GTP-binding protein YPTM2 5.665229825 L4_control_A2 +LQ01X039340 GTP-binding protein YPTM2 5.607045011 L4_control_A3 +LQ01X039340 GTP-binding protein YPTM2 5.627752856 L4_control_B1 +LQ01X039340 GTP-binding protein YPTM2 5.209092424 L4_control_B2 +LQ01X039340 GTP-binding protein YPTM2 5.518139435 L4_control_B3 +LQ01X039340 GTP-binding protein YPTM2 5.535780133 L4_control_C2 +LQ01X039340 GTP-binding protein YPTM2 5.615158768 L4_control_C3 +LQ01X039340 GTP-binding protein YPTM2 5.408300373 L4_chemical_A1 +LQ01X039340 GTP-binding protein YPTM2 5.260372866 L4_chemical_A2 +LQ01X039340 GTP-binding protein YPTM2 5.370558886 L4_chemical_A3 +LQ01X039340 GTP-binding protein YPTM2 5.403712343 L4_chemical_B1 +LQ01X039340 GTP-binding protein YPTM2 5.711730478 L4_chemical_B2 +LQ01X039340 GTP-binding protein YPTM2 5.569142414 L4_chemical_B3 +LQ01X039340 GTP-binding protein YPTM2 5.234772622 L4_chemical_C2 +LQ01X039340 GTP-binding protein YPTM2 5.318864664 L4_chemical_C3 +LQ01X039350 Putative Uclacyanin-2 6.036990363 C6_control_A1 +LQ01X039350 Putative Uclacyanin-2 5.440809875 C6_control_A3 +LQ01X039350 Putative Uclacyanin-2 5.558153875 C6_control_B1 +LQ01X039350 Putative Uclacyanin-2 5.967594852 C6_control_B2 +LQ01X039350 Putative Uclacyanin-2 5.523224806 C6_control_B3 +LQ01X039350 Putative Uclacyanin-2 5.601967671 C6_control_C1 +LQ01X039350 Putative Uclacyanin-2 5.760533037 C6_control_C2 +LQ01X039350 Putative Uclacyanin-2 5.974555931 C6_control_C3 +LQ01X039350 Putative Uclacyanin-2 5.847471609 C6_chemical_A1 +LQ01X039350 Putative Uclacyanin-2 5.675567751 C6_chemical_A3 +LQ01X039350 Putative Uclacyanin-2 5.595371762 C6_chemical_B1 +LQ01X039350 Putative Uclacyanin-2 6.114441252 C6_chemical_B2 +LQ01X039350 Putative Uclacyanin-2 5.668165004 C6_chemical_B3 +LQ01X039350 Putative Uclacyanin-2 5.616741734 C6_chemical_C1 +LQ01X039350 Putative Uclacyanin-2 6.247845823 C6_chemical_C2 +LQ01X039350 Putative Uclacyanin-2 6.562741232 C6_chemical_C3 +LQ01X039350 Putative Uclacyanin-2 5.704274098 L4_control_A1 +LQ01X039350 Putative Uclacyanin-2 5.580827857 L4_control_A2 +LQ01X039350 Putative Uclacyanin-2 6.025663645 L4_control_A3 +LQ01X039350 Putative Uclacyanin-2 6.24843417 L4_control_B1 +LQ01X039350 Putative Uclacyanin-2 6.336581496 L4_control_B2 +LQ01X039350 Putative Uclacyanin-2 5.669120839 L4_control_B3 +LQ01X039350 Putative Uclacyanin-2 6.361196559 L4_control_C2 +LQ01X039350 Putative Uclacyanin-2 6.047422149 L4_control_C3 +LQ01X039350 Putative Uclacyanin-2 5.408584026 L4_chemical_A1 +LQ01X039350 Putative Uclacyanin-2 5.735590966 L4_chemical_A2 +LQ01X039350 Putative Uclacyanin-2 5.59927061 L4_chemical_A3 +LQ01X039350 Putative Uclacyanin-2 5.832641843 L4_chemical_B1 +LQ01X039350 Putative Uclacyanin-2 6.040844204 L4_chemical_B2 +LQ01X039350 Putative Uclacyanin-2 5.341416706 L4_chemical_B3 +LQ01X039350 Putative Uclacyanin-2 5.430193039 L4_chemical_C2 +LQ01X039350 Putative Uclacyanin-2 6.02866915 L4_chemical_C3 +LQ01X039360 Protein mago nashi homolog 14.52262639 C6_control_A1 +LQ01X039360 Protein mago nashi homolog 14.72465759 C6_control_A3 +LQ01X039360 Protein mago nashi homolog 14.19661236 C6_control_B1 +LQ01X039360 Protein mago nashi homolog 14.44099258 C6_control_B2 +LQ01X039360 Protein mago nashi homolog 14.25426739 C6_control_B3 +LQ01X039360 Protein mago nashi homolog 14.4525534 C6_control_C1 +LQ01X039360 Protein mago nashi homolog 14.30547639 C6_control_C2 +LQ01X039360 Protein mago nashi homolog 14.36177116 C6_control_C3 +LQ01X039360 Protein mago nashi homolog 14.34971902 C6_chemical_A1 +LQ01X039360 Protein mago nashi homolog 14.37590678 C6_chemical_A3 +LQ01X039360 Protein mago nashi homolog 13.93315517 C6_chemical_B1 +LQ01X039360 Protein mago nashi homolog 14.16249142 C6_chemical_B2 +LQ01X039360 Protein mago nashi homolog 14.18894075 C6_chemical_B3 +LQ01X039360 Protein mago nashi homolog 14.52364281 C6_chemical_C1 +LQ01X039360 Protein mago nashi homolog 14.367711 C6_chemical_C2 +LQ01X039360 Protein mago nashi homolog 14.16844944 C6_chemical_C3 +LQ01X039360 Protein mago nashi homolog 14.39992627 L4_control_A1 +LQ01X039360 Protein mago nashi homolog 13.71232581 L4_control_A2 +LQ01X039360 Protein mago nashi homolog 13.85607911 L4_control_A3 +LQ01X039360 Protein mago nashi homolog 13.47878803 L4_control_B1 +LQ01X039360 Protein mago nashi homolog 13.19329309 L4_control_B2 +LQ01X039360 Protein mago nashi homolog 13.57134975 L4_control_B3 +LQ01X039360 Protein mago nashi homolog 13.45903666 L4_control_C2 +LQ01X039360 Protein mago nashi homolog 13.42435252 L4_control_C3 +LQ01X039360 Protein mago nashi homolog 14.34359234 L4_chemical_A1 +LQ01X039360 Protein mago nashi homolog 13.58167962 L4_chemical_A2 +LQ01X039360 Protein mago nashi homolog 13.99382247 L4_chemical_A3 +LQ01X039360 Protein mago nashi homolog 13.53617548 L4_chemical_B1 +LQ01X039360 Protein mago nashi homolog 13.6895018 L4_chemical_B2 +LQ01X039360 Protein mago nashi homolog 13.78858254 L4_chemical_B3 +LQ01X039360 Protein mago nashi homolog 13.51814091 L4_chemical_C2 +LQ01X039360 Protein mago nashi homolog 13.49275042 L4_chemical_C3 +LQ01X039370 Nucleoside diphosphate kinase B 6.664102862 C6_control_A1 +LQ01X039370 Nucleoside diphosphate kinase B 7.444965721 C6_control_A3 +LQ01X039370 Nucleoside diphosphate kinase B 7.829869048 C6_control_B1 +LQ01X039370 Nucleoside diphosphate kinase B 7.819478831 C6_control_B2 +LQ01X039370 Nucleoside diphosphate kinase B 7.397136234 C6_control_B3 +LQ01X039370 Nucleoside diphosphate kinase B 7.703849464 C6_control_C1 +LQ01X039370 Nucleoside diphosphate kinase B 8.115217082 C6_control_C2 +LQ01X039370 Nucleoside diphosphate kinase B 7.691656688 C6_control_C3 +LQ01X039370 Nucleoside diphosphate kinase B 6.368910411 C6_chemical_A1 +LQ01X039370 Nucleoside diphosphate kinase B 6.475586608 C6_chemical_A3 +LQ01X039370 Nucleoside diphosphate kinase B 7.045100701 C6_chemical_B1 +LQ01X039370 Nucleoside diphosphate kinase B 7.082861997 C6_chemical_B2 +LQ01X039370 Nucleoside diphosphate kinase B 7.139397353 C6_chemical_B3 +LQ01X039370 Nucleoside diphosphate kinase B 7.30187274 C6_chemical_C1 +LQ01X039370 Nucleoside diphosphate kinase B 7.281994449 C6_chemical_C2 +LQ01X039370 Nucleoside diphosphate kinase B 7.278178789 C6_chemical_C3 +LQ01X039370 Nucleoside diphosphate kinase B 6.843343384 L4_control_A1 +LQ01X039370 Nucleoside diphosphate kinase B 6.589871945 L4_control_A2 +LQ01X039370 Nucleoside diphosphate kinase B 5.993974437 L4_control_A3 +LQ01X039370 Nucleoside diphosphate kinase B 6.217521329 L4_control_B1 +LQ01X039370 Nucleoside diphosphate kinase B 6.178038021 L4_control_B2 +LQ01X039370 Nucleoside diphosphate kinase B 6.521299553 L4_control_B3 +LQ01X039370 Nucleoside diphosphate kinase B 6.871300671 L4_control_C2 +LQ01X039370 Nucleoside diphosphate kinase B 8.21081258 L4_control_C3 +LQ01X039370 Nucleoside diphosphate kinase B 6.568632958 L4_chemical_A1 +LQ01X039370 Nucleoside diphosphate kinase B 6.056253395 L4_chemical_A2 +LQ01X039370 Nucleoside diphosphate kinase B 5.925642001 L4_chemical_A3 +LQ01X039370 Nucleoside diphosphate kinase B 6.912206032 L4_chemical_B1 +LQ01X039370 Nucleoside diphosphate kinase B 6.677799115 L4_chemical_B2 +LQ01X039370 Nucleoside diphosphate kinase B 6.775738132 L4_chemical_B3 +LQ01X039370 Nucleoside diphosphate kinase B 5.92070035 L4_chemical_C2 +LQ01X039370 Nucleoside diphosphate kinase B 7.866865925 L4_chemical_C3 +LQ01X039380 ELMO domain-containing protein, putative 11.57485587 C6_control_A1 +LQ01X039380 ELMO domain-containing protein, putative 11.82919656 C6_control_A3 +LQ01X039380 ELMO domain-containing protein, putative 12.24068163 C6_control_B1 +LQ01X039380 ELMO domain-containing protein, putative 11.67041365 C6_control_B2 +LQ01X039380 ELMO domain-containing protein, putative 11.91669065 C6_control_B3 +LQ01X039380 ELMO domain-containing protein, putative 10.67454412 C6_control_C1 +LQ01X039380 ELMO domain-containing protein, putative 10.71314548 C6_control_C2 +LQ01X039380 ELMO domain-containing protein, putative 10.44369438 C6_control_C3 +LQ01X039380 ELMO domain-containing protein, putative 11.79619592 C6_chemical_A1 +LQ01X039380 ELMO domain-containing protein, putative 12.04518772 C6_chemical_A3 +LQ01X039380 ELMO domain-containing protein, putative 12.24959972 C6_chemical_B1 +LQ01X039380 ELMO domain-containing protein, putative 11.86037287 C6_chemical_B2 +LQ01X039380 ELMO domain-containing protein, putative 11.95509612 C6_chemical_B3 +LQ01X039380 ELMO domain-containing protein, putative 10.71961745 C6_chemical_C1 +LQ01X039380 ELMO domain-containing protein, putative 10.64869921 C6_chemical_C2 +LQ01X039380 ELMO domain-containing protein, putative 10.3079371 C6_chemical_C3 +LQ01X039380 ELMO domain-containing protein, putative 12.19712177 L4_control_A1 +LQ01X039380 ELMO domain-containing protein, putative 12.16276228 L4_control_A2 +LQ01X039380 ELMO domain-containing protein, putative 12.07969308 L4_control_A3 +LQ01X039380 ELMO domain-containing protein, putative 12.77456707 L4_control_B1 +LQ01X039380 ELMO domain-containing protein, putative 12.91802381 L4_control_B2 +LQ01X039380 ELMO domain-containing protein, putative 11.90337873 L4_control_B3 +LQ01X039380 ELMO domain-containing protein, putative 10.46598416 L4_control_C2 +LQ01X039380 ELMO domain-containing protein, putative 10.00268815 L4_control_C3 +LQ01X039380 ELMO domain-containing protein, putative 11.99770813 L4_chemical_A1 +LQ01X039380 ELMO domain-containing protein, putative 11.97476139 L4_chemical_A2 +LQ01X039380 ELMO domain-containing protein, putative 12.16132853 L4_chemical_A3 +LQ01X039380 ELMO domain-containing protein, putative 12.33846765 L4_chemical_B1 +LQ01X039380 ELMO domain-containing protein, putative 12.1374532 L4_chemical_B2 +LQ01X039380 ELMO domain-containing protein, putative 12.59875956 L4_chemical_B3 +LQ01X039380 ELMO domain-containing protein, putative 9.984549988 L4_chemical_C2 +LQ01X039380 ELMO domain-containing protein, putative 10.50219158 L4_chemical_C3 +LQ01X039390 Predicted protein (Fragment) 8.905508462 C6_control_A1 +LQ01X039390 Predicted protein (Fragment) 8.556033108 C6_control_A3 +LQ01X039390 Predicted protein (Fragment) 8.940052609 C6_control_B1 +LQ01X039390 Predicted protein (Fragment) 9.052255857 C6_control_B2 +LQ01X039390 Predicted protein (Fragment) 8.565713552 C6_control_B3 +LQ01X039390 Predicted protein (Fragment) 9.235566935 C6_control_C1 +LQ01X039390 Predicted protein (Fragment) 9.169738471 C6_control_C2 +LQ01X039390 Predicted protein (Fragment) 9.057568589 C6_control_C3 +LQ01X039390 Predicted protein (Fragment) 8.941163077 C6_chemical_A1 +LQ01X039390 Predicted protein (Fragment) 8.796286292 C6_chemical_A3 +LQ01X039390 Predicted protein (Fragment) 8.486687216 C6_chemical_B1 +LQ01X039390 Predicted protein (Fragment) 9.239166327 C6_chemical_B2 +LQ01X039390 Predicted protein (Fragment) 8.461210137 C6_chemical_B3 +LQ01X039390 Predicted protein (Fragment) 8.988320736 C6_chemical_C1 +LQ01X039390 Predicted protein (Fragment) 9.411595255 C6_chemical_C2 +LQ01X039390 Predicted protein (Fragment) 8.995367464 C6_chemical_C3 +LQ01X039390 Predicted protein (Fragment) 9.141542044 L4_control_A1 +LQ01X039390 Predicted protein (Fragment) 8.959374496 L4_control_A2 +LQ01X039390 Predicted protein (Fragment) 8.88610726 L4_control_A3 +LQ01X039390 Predicted protein (Fragment) 8.99190255 L4_control_B1 +LQ01X039390 Predicted protein (Fragment) 8.091269767 L4_control_B2 +LQ01X039390 Predicted protein (Fragment) 8.593013146 L4_control_B3 +LQ01X039390 Predicted protein (Fragment) 8.447505945 L4_control_C2 +LQ01X039390 Predicted protein (Fragment) 8.375527213 L4_control_C3 +LQ01X039390 Predicted protein (Fragment) 8.957775153 L4_chemical_A1 +LQ01X039390 Predicted protein (Fragment) 9.045812833 L4_chemical_A2 +LQ01X039390 Predicted protein (Fragment) 9.033728544 L4_chemical_A3 +LQ01X039390 Predicted protein (Fragment) 8.637639087 L4_chemical_B1 +LQ01X039390 Predicted protein (Fragment) 8.464059629 L4_chemical_B2 +LQ01X039390 Predicted protein (Fragment) 9.130848689 L4_chemical_B3 +LQ01X039390 Predicted protein (Fragment) 8.916047226 L4_chemical_C2 +LQ01X039390 Predicted protein (Fragment) 8.341815565 L4_chemical_C3 +LQ01X039500 Probable WRKY transcription factor 12 5.58666735 C6_control_A1 +LQ01X039500 Probable WRKY transcription factor 12 5.516172908 C6_control_A3 +LQ01X039500 Probable WRKY transcription factor 12 5.58479547 C6_control_B1 +LQ01X039500 Probable WRKY transcription factor 12 5.788964736 C6_control_B2 +LQ01X039500 Probable WRKY transcription factor 12 5.828585996 C6_control_B3 +LQ01X039500 Probable WRKY transcription factor 12 5.421526553 C6_control_C1 +LQ01X039500 Probable WRKY transcription factor 12 5.401524746 C6_control_C2 +LQ01X039500 Probable WRKY transcription factor 12 5.589815893 C6_control_C3 +LQ01X039500 Probable WRKY transcription factor 12 5.706188617 C6_chemical_A1 +LQ01X039500 Probable WRKY transcription factor 12 5.653581026 C6_chemical_A3 +LQ01X039500 Probable WRKY transcription factor 12 5.38190333 C6_chemical_B1 +LQ01X039500 Probable WRKY transcription factor 12 5.625788076 C6_chemical_B2 +LQ01X039500 Probable WRKY transcription factor 12 5.606223386 C6_chemical_B3 +LQ01X039500 Probable WRKY transcription factor 12 5.444977582 C6_chemical_C1 +LQ01X039500 Probable WRKY transcription factor 12 5.459060425 C6_chemical_C2 +LQ01X039500 Probable WRKY transcription factor 12 5.17279852 C6_chemical_C3 +LQ01X039500 Probable WRKY transcription factor 12 5.573798609 L4_control_A1 +LQ01X039500 Probable WRKY transcription factor 12 5.39774017 L4_control_A2 +LQ01X039500 Probable WRKY transcription factor 12 6.234941709 L4_control_A3 +LQ01X039500 Probable WRKY transcription factor 12 5.486775591 L4_control_B1 +LQ01X039500 Probable WRKY transcription factor 12 5.741841328 L4_control_B2 +LQ01X039500 Probable WRKY transcription factor 12 5.95650895 L4_control_B3 +LQ01X039500 Probable WRKY transcription factor 12 6.003854336 L4_control_C2 +LQ01X039500 Probable WRKY transcription factor 12 5.57032689 L4_control_C3 +LQ01X039500 Probable WRKY transcription factor 12 5.352600894 L4_chemical_A1 +LQ01X039500 Probable WRKY transcription factor 12 5.891797666 L4_chemical_A2 +LQ01X039500 Probable WRKY transcription factor 12 6.090439585 L4_chemical_A3 +LQ01X039500 Probable WRKY transcription factor 12 5.537396487 L4_chemical_B1 +LQ01X039500 Probable WRKY transcription factor 12 5.519842958 L4_chemical_B2 +LQ01X039500 Probable WRKY transcription factor 12 5.822832858 L4_chemical_B3 +LQ01X039500 Probable WRKY transcription factor 12 5.182007743 L4_chemical_C2 +LQ01X039500 Probable WRKY transcription factor 12 5.062861597 L4_chemical_C3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.86225834 C6_control_A1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.70245201 C6_control_A3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 12.05327701 C6_control_B1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.67032542 C6_control_B2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.97615989 C6_control_B3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.31861257 C6_control_C1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.10790321 C6_control_C2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.60462198 C6_control_C3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.45809544 C6_chemical_A1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.94622066 C6_chemical_A3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.6610539 C6_chemical_B1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.51032806 C6_chemical_B2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.74367646 C6_chemical_B3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.27413579 C6_chemical_C1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.13554946 C6_chemical_C2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.43031933 C6_chemical_C3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.78497984 L4_control_A1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 12.20391889 L4_control_A2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.6754118 L4_control_A3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.95928575 L4_control_B1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.87267826 L4_control_B2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.71901971 L4_control_B3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.19742083 L4_control_C2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.51607493 L4_control_C3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 12.10003702 L4_chemical_A1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 12.27792572 L4_chemical_A2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 12.08321523 L4_chemical_A3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.85627863 L4_chemical_B1 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.77249348 L4_chemical_B2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.96337956 L4_chemical_B3 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.28550934 L4_chemical_C2 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.64734198 L4_chemical_C3 +LQ01X039560 Putative uncharacterized protein 5.218825275 C6_control_A1 +LQ01X039560 Putative uncharacterized protein 4.943389687 C6_control_A3 +LQ01X039560 Putative uncharacterized protein 5.122846394 C6_control_B1 +LQ01X039560 Putative uncharacterized protein 4.923816473 C6_control_B2 +LQ01X039560 Putative uncharacterized protein 5.48131934 C6_control_B3 +LQ01X039560 Putative uncharacterized protein 5.146466483 C6_control_C1 +LQ01X039560 Putative uncharacterized protein 4.938775354 C6_control_C2 +LQ01X039560 Putative uncharacterized protein 5.279342505 C6_control_C3 +LQ01X039560 Putative uncharacterized protein 4.882312321 C6_chemical_A1 +LQ01X039560 Putative uncharacterized protein 4.844535134 C6_chemical_A3 +LQ01X039560 Putative uncharacterized protein 5.450717653 C6_chemical_B1 +LQ01X039560 Putative uncharacterized protein 4.859836757 C6_chemical_B2 +LQ01X039560 Putative uncharacterized protein 5.383391783 C6_chemical_B3 +LQ01X039560 Putative uncharacterized protein 4.89482606 C6_chemical_C1 +LQ01X039560 Putative uncharacterized protein 4.909749287 C6_chemical_C2 +LQ01X039560 Putative uncharacterized protein 5.580650209 C6_chemical_C3 +LQ01X039560 Putative uncharacterized protein 5.239864881 L4_control_A1 +LQ01X039560 Putative uncharacterized protein 5.212415542 L4_control_A2 +LQ01X039560 Putative uncharacterized protein 5.33410443 L4_control_A3 +LQ01X039560 Putative uncharacterized protein 5.649891644 L4_control_B1 +LQ01X039560 Putative uncharacterized protein 5.282221362 L4_control_B2 +LQ01X039560 Putative uncharacterized protein 5.355647467 L4_control_B3 +LQ01X039560 Putative uncharacterized protein 5.342854294 L4_control_C2 +LQ01X039560 Putative uncharacterized protein 5.069085361 L4_control_C3 +LQ01X039560 Putative uncharacterized protein 5.052037114 L4_chemical_A1 +LQ01X039560 Putative uncharacterized protein 5.265756563 L4_chemical_A2 +LQ01X039560 Putative uncharacterized protein 5.093309666 L4_chemical_A3 +LQ01X039560 Putative uncharacterized protein 4.969794784 L4_chemical_B1 +LQ01X039560 Putative uncharacterized protein 5.541868502 L4_chemical_B2 +LQ01X039560 Putative uncharacterized protein 5.253325611 L4_chemical_B3 +LQ01X039560 Putative uncharacterized protein 5.530105407 L4_chemical_C2 +LQ01X039560 Putative uncharacterized protein 5.692918902 L4_chemical_C3 +LQ01X039640 Hypothetical protein 13.38949261 C6_control_A1 +LQ01X039640 Hypothetical protein 13.91463695 C6_control_A3 +LQ01X039640 Hypothetical protein 12.11049178 C6_control_B1 +LQ01X039640 Hypothetical protein 10.20123568 C6_control_B2 +LQ01X039640 Hypothetical protein 11.26215445 C6_control_B3 +LQ01X039640 Hypothetical protein 8.840174508 C6_control_C1 +LQ01X039640 Hypothetical protein 10.62204713 C6_control_C2 +LQ01X039640 Hypothetical protein 10.64967204 C6_control_C3 +LQ01X039640 Hypothetical protein 13.86812623 C6_chemical_A1 +LQ01X039640 Hypothetical protein 13.83074227 C6_chemical_A3 +LQ01X039640 Hypothetical protein 11.69854396 C6_chemical_B1 +LQ01X039640 Hypothetical protein 10.37445858 C6_chemical_B2 +LQ01X039640 Hypothetical protein 11.35107051 C6_chemical_B3 +LQ01X039640 Hypothetical protein 9.205616427 C6_chemical_C1 +LQ01X039640 Hypothetical protein 8.518956248 C6_chemical_C2 +LQ01X039640 Hypothetical protein 10.92938084 C6_chemical_C3 +LQ01X039640 Hypothetical protein 13.25217774 L4_control_A1 +LQ01X039640 Hypothetical protein 12.06178218 L4_control_A2 +LQ01X039640 Hypothetical protein 11.24826069 L4_control_A3 +LQ01X039640 Hypothetical protein 10.67470372 L4_control_B1 +LQ01X039640 Hypothetical protein 11.23407162 L4_control_B2 +LQ01X039640 Hypothetical protein 9.271490813 L4_control_B3 +LQ01X039640 Hypothetical protein 7.809661555 L4_control_C2 +LQ01X039640 Hypothetical protein 8.847644327 L4_control_C3 +LQ01X039640 Hypothetical protein 12.29445253 L4_chemical_A1 +LQ01X039640 Hypothetical protein 11.96049601 L4_chemical_A2 +LQ01X039640 Hypothetical protein 11.70603311 L4_chemical_A3 +LQ01X039640 Hypothetical protein 12.2287822 L4_chemical_B1 +LQ01X039640 Hypothetical protein 10.75081119 L4_chemical_B2 +LQ01X039640 Hypothetical protein 10.45983937 L4_chemical_B3 +LQ01X039640 Hypothetical protein 8.354714101 L4_chemical_C2 +LQ01X039640 Hypothetical protein 9.307273608 L4_chemical_C3 +LQ01X039670 Putative uncharacterized protein 5.532761709 C6_control_A1 +LQ01X039670 Putative uncharacterized protein 5.374522759 C6_control_A3 +LQ01X039670 Putative uncharacterized protein 5.189088706 C6_control_B1 +LQ01X039670 Putative uncharacterized protein 8.799259784 C6_control_B2 +LQ01X039670 Putative uncharacterized protein 10.1894299 C6_control_B3 +LQ01X039670 Putative uncharacterized protein 12.83883562 C6_control_C1 +LQ01X039670 Putative uncharacterized protein 12.19287293 C6_control_C2 +LQ01X039670 Putative uncharacterized protein 12.24435907 C6_control_C3 +LQ01X039670 Putative uncharacterized protein 5.105309306 C6_chemical_A1 +LQ01X039670 Putative uncharacterized protein 6.846170662 C6_chemical_A3 +LQ01X039670 Putative uncharacterized protein 5.648474601 C6_chemical_B1 +LQ01X039670 Putative uncharacterized protein 10.54722343 C6_chemical_B2 +LQ01X039670 Putative uncharacterized protein 10.03778239 C6_chemical_B3 +LQ01X039670 Putative uncharacterized protein 14.1578347 C6_chemical_C1 +LQ01X039670 Putative uncharacterized protein 13.88696984 C6_chemical_C2 +LQ01X039670 Putative uncharacterized protein 15.01846334 C6_chemical_C3 +LQ01X039670 Putative uncharacterized protein 6.09636685 L4_control_A1 +LQ01X039670 Putative uncharacterized protein 6.225451054 L4_control_A2 +LQ01X039670 Putative uncharacterized protein 5.335182428 L4_control_A3 +LQ01X039670 Putative uncharacterized protein 8.8738497 L4_control_B1 +LQ01X039670 Putative uncharacterized protein 8.172422136 L4_control_B2 +LQ01X039670 Putative uncharacterized protein 10.18686277 L4_control_B3 +LQ01X039670 Putative uncharacterized protein 13.04461971 L4_control_C2 +LQ01X039670 Putative uncharacterized protein 12.57158513 L4_control_C3 +LQ01X039670 Putative uncharacterized protein 7.008251109 L4_chemical_A1 +LQ01X039670 Putative uncharacterized protein 5.598776877 L4_chemical_A2 +LQ01X039670 Putative uncharacterized protein 5.112510836 L4_chemical_A3 +LQ01X039670 Putative uncharacterized protein 9.892241788 L4_chemical_B1 +LQ01X039670 Putative uncharacterized protein 5.647794655 L4_chemical_B2 +LQ01X039670 Putative uncharacterized protein 8.410783913 L4_chemical_B3 +LQ01X039670 Putative uncharacterized protein 13.87768727 L4_chemical_C2 +LQ01X039670 Putative uncharacterized protein 13.01463096 L4_chemical_C3 +LQ01X039730 Transcription factor, putative 5.623253612 C6_control_A1 +LQ01X039730 Transcription factor, putative 6.552187863 C6_control_A3 +LQ01X039730 Transcription factor, putative 5.805105785 C6_control_B1 +LQ01X039730 Transcription factor, putative 5.922976938 C6_control_B2 +LQ01X039730 Transcription factor, putative 5.81266674 C6_control_B3 +LQ01X039730 Transcription factor, putative 6.335388586 C6_control_C1 +LQ01X039730 Transcription factor, putative 6.998643436 C6_control_C2 +LQ01X039730 Transcription factor, putative 5.790841348 C6_control_C3 +LQ01X039730 Transcription factor, putative 5.865443498 C6_chemical_A1 +LQ01X039730 Transcription factor, putative 5.916098122 C6_chemical_A3 +LQ01X039730 Transcription factor, putative 5.206924475 C6_chemical_B1 +LQ01X039730 Transcription factor, putative 6.461632216 C6_chemical_B2 +LQ01X039730 Transcription factor, putative 5.797573405 C6_chemical_B3 +LQ01X039730 Transcription factor, putative 6.914431291 C6_chemical_C1 +LQ01X039730 Transcription factor, putative 7.035780695 C6_chemical_C2 +LQ01X039730 Transcription factor, putative 7.085105763 C6_chemical_C3 +LQ01X039730 Transcription factor, putative 6.479361552 L4_control_A1 +LQ01X039730 Transcription factor, putative 6.23408472 L4_control_A2 +LQ01X039730 Transcription factor, putative 5.657963406 L4_control_A3 +LQ01X039730 Transcription factor, putative 5.765140991 L4_control_B1 +LQ01X039730 Transcription factor, putative 5.561756134 L4_control_B2 +LQ01X039730 Transcription factor, putative 5.750353646 L4_control_B3 +LQ01X039730 Transcription factor, putative 6.088972166 L4_control_C2 +LQ01X039730 Transcription factor, putative 7.033922645 L4_control_C3 +LQ01X039730 Transcription factor, putative 6.360742389 L4_chemical_A1 +LQ01X039730 Transcription factor, putative 6.077134292 L4_chemical_A2 +LQ01X039730 Transcription factor, putative 5.531638325 L4_chemical_A3 +LQ01X039730 Transcription factor, putative 6.185205416 L4_chemical_B1 +LQ01X039730 Transcription factor, putative 6.514123584 L4_chemical_B2 +LQ01X039730 Transcription factor, putative 6.095333755 L4_chemical_B3 +LQ01X039730 Transcription factor, putative 6.705390236 L4_chemical_C2 +LQ01X039730 Transcription factor, putative 7.588765754 L4_chemical_C3 +LQ01X039780 Rac-like GTP-binding protein 7 12.97785232 C6_control_A1 +LQ01X039780 Rac-like GTP-binding protein 7 12.9495896 C6_control_A3 +LQ01X039780 Rac-like GTP-binding protein 7 12.68183285 C6_control_B1 +LQ01X039780 Rac-like GTP-binding protein 7 11.61055331 C6_control_B2 +LQ01X039780 Rac-like GTP-binding protein 7 12.61006659 C6_control_B3 +LQ01X039780 Rac-like GTP-binding protein 7 7.585144117 C6_control_C1 +LQ01X039780 Rac-like GTP-binding protein 7 6.049515475 C6_control_C2 +LQ01X039780 Rac-like GTP-binding protein 7 6.812412795 C6_control_C3 +LQ01X039780 Rac-like GTP-binding protein 7 12.65684454 C6_chemical_A1 +LQ01X039780 Rac-like GTP-binding protein 7 12.58451974 C6_chemical_A3 +LQ01X039780 Rac-like GTP-binding protein 7 12.36826503 C6_chemical_B1 +LQ01X039780 Rac-like GTP-binding protein 7 12.122247 C6_chemical_B2 +LQ01X039780 Rac-like GTP-binding protein 7 11.82725097 C6_chemical_B3 +LQ01X039780 Rac-like GTP-binding protein 7 7.813466896 C6_chemical_C1 +LQ01X039780 Rac-like GTP-binding protein 7 5.92478455 C6_chemical_C2 +LQ01X039780 Rac-like GTP-binding protein 7 6.381103256 C6_chemical_C3 +LQ01X039780 Rac-like GTP-binding protein 7 13.15937311 L4_control_A1 +LQ01X039780 Rac-like GTP-binding protein 7 12.22148993 L4_control_A2 +LQ01X039780 Rac-like GTP-binding protein 7 12.45658674 L4_control_A3 +LQ01X039780 Rac-like GTP-binding protein 7 12.07416648 L4_control_B1 +LQ01X039780 Rac-like GTP-binding protein 7 11.77465641 L4_control_B2 +LQ01X039780 Rac-like GTP-binding protein 7 10.07356869 L4_control_B3 +LQ01X039780 Rac-like GTP-binding protein 7 6.410814461 L4_control_C2 +LQ01X039780 Rac-like GTP-binding protein 7 6.68383041 L4_control_C3 +LQ01X039780 Rac-like GTP-binding protein 7 12.09996582 L4_chemical_A1 +LQ01X039780 Rac-like GTP-binding protein 7 11.38341129 L4_chemical_A2 +LQ01X039780 Rac-like GTP-binding protein 7 12.0840195 L4_chemical_A3 +LQ01X039780 Rac-like GTP-binding protein 7 12.008 L4_chemical_B1 +LQ01X039780 Rac-like GTP-binding protein 7 11.6265174 L4_chemical_B2 +LQ01X039780 Rac-like GTP-binding protein 7 12.17778011 L4_chemical_B3 +LQ01X039780 Rac-like GTP-binding protein 7 7.387396841 L4_chemical_C2 +LQ01X039780 Rac-like GTP-binding protein 7 6.62188685 L4_chemical_C3 +LQ01X039790 Putative uncharacterized protein 12.17946794 C6_control_A1 +LQ01X039790 Putative uncharacterized protein 13.07562012 C6_control_A3 +LQ01X039790 Putative uncharacterized protein 12.7192774 C6_control_B1 +LQ01X039790 Putative uncharacterized protein 11.88932413 C6_control_B2 +LQ01X039790 Putative uncharacterized protein 12.83764517 C6_control_B3 +LQ01X039790 Putative uncharacterized protein 11.38171647 C6_control_C1 +LQ01X039790 Putative uncharacterized protein 11.38463174 C6_control_C2 +LQ01X039790 Putative uncharacterized protein 11.55611448 C6_control_C3 +LQ01X039790 Putative uncharacterized protein 12.04467786 C6_chemical_A1 +LQ01X039790 Putative uncharacterized protein 11.79484317 C6_chemical_A3 +LQ01X039790 Putative uncharacterized protein 12.66436392 C6_chemical_B1 +LQ01X039790 Putative uncharacterized protein 11.75390503 C6_chemical_B2 +LQ01X039790 Putative uncharacterized protein 12.63413167 C6_chemical_B3 +LQ01X039790 Putative uncharacterized protein 11.33010609 C6_chemical_C1 +LQ01X039790 Putative uncharacterized protein 11.56892049 C6_chemical_C2 +LQ01X039790 Putative uncharacterized protein 11.41318383 C6_chemical_C3 +LQ01X039790 Putative uncharacterized protein 12.51021758 L4_control_A1 +LQ01X039790 Putative uncharacterized protein 12.47482862 L4_control_A2 +LQ01X039790 Putative uncharacterized protein 13.57528106 L4_control_A3 +LQ01X039790 Putative uncharacterized protein 13.2003058 L4_control_B1 +LQ01X039790 Putative uncharacterized protein 12.62922926 L4_control_B2 +LQ01X039790 Putative uncharacterized protein 12.60180799 L4_control_B3 +LQ01X039790 Putative uncharacterized protein 13.11565239 L4_control_C2 +LQ01X039790 Putative uncharacterized protein 13.19896355 L4_control_C3 +LQ01X039790 Putative uncharacterized protein 12.15247102 L4_chemical_A1 +LQ01X039790 Putative uncharacterized protein 12.73421247 L4_chemical_A2 +LQ01X039790 Putative uncharacterized protein 13.33799747 L4_chemical_A3 +LQ01X039790 Putative uncharacterized protein 13.53709326 L4_chemical_B1 +LQ01X039790 Putative uncharacterized protein 13.50894091 L4_chemical_B2 +LQ01X039790 Putative uncharacterized protein 12.6492045 L4_chemical_B3 +LQ01X039790 Putative uncharacterized protein 13.36018696 L4_chemical_C2 +LQ01X039790 Putative uncharacterized protein 13.24662181 L4_chemical_C3 +LQ01X039810 Putative Secologanin synthase 5.16360513 C6_control_A1 +LQ01X039810 Putative Secologanin synthase 5.341236224 C6_control_A3 +LQ01X039810 Putative Secologanin synthase 4.948247406 C6_control_B1 +LQ01X039810 Putative Secologanin synthase 5.153140666 C6_control_B2 +LQ01X039810 Putative Secologanin synthase 5.080610394 C6_control_B3 +LQ01X039810 Putative Secologanin synthase 5.275411883 C6_control_C1 +LQ01X039810 Putative Secologanin synthase 4.954944006 C6_control_C2 +LQ01X039810 Putative Secologanin synthase 5.222097518 C6_control_C3 +LQ01X039810 Putative Secologanin synthase 5.332681265 C6_chemical_A1 +LQ01X039810 Putative Secologanin synthase 5.215601644 C6_chemical_A3 +LQ01X039810 Putative Secologanin synthase 5.25244061 C6_chemical_B1 +LQ01X039810 Putative Secologanin synthase 5.297345848 C6_chemical_B2 +LQ01X039810 Putative Secologanin synthase 5.348176135 C6_chemical_B3 +LQ01X039810 Putative Secologanin synthase 5.087731917 C6_chemical_C1 +LQ01X039810 Putative Secologanin synthase 4.953012305 C6_chemical_C2 +LQ01X039810 Putative Secologanin synthase 5.321306433 C6_chemical_C3 +LQ01X039810 Putative Secologanin synthase 5.46304868 L4_control_A1 +LQ01X039810 Putative Secologanin synthase 4.894913771 L4_control_A2 +LQ01X039810 Putative Secologanin synthase 5.740265282 L4_control_A3 +LQ01X039810 Putative Secologanin synthase 5.470201195 L4_control_B1 +LQ01X039810 Putative Secologanin synthase 5.408807605 L4_control_B2 +LQ01X039810 Putative Secologanin synthase 5.31280046 L4_control_B3 +LQ01X039810 Putative Secologanin synthase 5.527816915 L4_control_C2 +LQ01X039810 Putative Secologanin synthase 5.500764567 L4_control_C3 +LQ01X039810 Putative Secologanin synthase 5.358614893 L4_chemical_A1 +LQ01X039810 Putative Secologanin synthase 5.377841696 L4_chemical_A2 +LQ01X039810 Putative Secologanin synthase 5.520167277 L4_chemical_A3 +LQ01X039810 Putative Secologanin synthase 4.765930597 L4_chemical_B1 +LQ01X039810 Putative Secologanin synthase 4.869420111 L4_chemical_B2 +LQ01X039810 Putative Secologanin synthase 4.963427716 L4_chemical_B3 +LQ01X039810 Putative Secologanin synthase 5.849113734 L4_chemical_C2 +LQ01X039810 Putative Secologanin synthase 5.374723497 L4_chemical_C3 +LQ01X039820 Putative casein kinase II subunit beta-4 4.985256715 C6_control_A1 +LQ01X039820 Putative casein kinase II subunit beta-4 5.93389582 C6_control_A3 +LQ01X039820 Putative casein kinase II subunit beta-4 4.97487521 C6_control_B1 +LQ01X039820 Putative casein kinase II subunit beta-4 5.554955658 C6_control_B2 +LQ01X039820 Putative casein kinase II subunit beta-4 4.919350243 C6_control_B3 +LQ01X039820 Putative casein kinase II subunit beta-4 5.24733659 C6_control_C1 +LQ01X039820 Putative casein kinase II subunit beta-4 7.107021076 C6_control_C2 +LQ01X039820 Putative casein kinase II subunit beta-4 5.397223638 C6_control_C3 +LQ01X039820 Putative casein kinase II subunit beta-4 4.827661912 C6_chemical_A1 +LQ01X039820 Putative casein kinase II subunit beta-4 5.066728712 C6_chemical_A3 +LQ01X039820 Putative casein kinase II subunit beta-4 4.958496187 C6_chemical_B1 +LQ01X039820 Putative casein kinase II subunit beta-4 5.4478029 C6_chemical_B2 +LQ01X039820 Putative casein kinase II subunit beta-4 5.118771076 C6_chemical_B3 +LQ01X039820 Putative casein kinase II subunit beta-4 5.422372235 C6_chemical_C1 +LQ01X039820 Putative casein kinase II subunit beta-4 5.45697355 C6_chemical_C2 +LQ01X039820 Putative casein kinase II subunit beta-4 5.309493322 C6_chemical_C3 +LQ01X039820 Putative casein kinase II subunit beta-4 5.13751071 L4_control_A1 +LQ01X039820 Putative casein kinase II subunit beta-4 5.168924603 L4_control_A2 +LQ01X039820 Putative casein kinase II subunit beta-4 5.346275903 L4_control_A3 +LQ01X039820 Putative casein kinase II subunit beta-4 5.102926048 L4_control_B1 +LQ01X039820 Putative casein kinase II subunit beta-4 5.176568665 L4_control_B2 +LQ01X039820 Putative casein kinase II subunit beta-4 5.182764022 L4_control_B3 +LQ01X039820 Putative casein kinase II subunit beta-4 5.235049666 L4_control_C2 +LQ01X039820 Putative casein kinase II subunit beta-4 4.985616101 L4_control_C3 +LQ01X039820 Putative casein kinase II subunit beta-4 5.39281998 L4_chemical_A1 +LQ01X039820 Putative casein kinase II subunit beta-4 4.684502792 L4_chemical_A2 +LQ01X039820 Putative casein kinase II subunit beta-4 5.236689677 L4_chemical_A3 +LQ01X039820 Putative casein kinase II subunit beta-4 5.323826373 L4_chemical_B1 +LQ01X039820 Putative casein kinase II subunit beta-4 4.869679404 L4_chemical_B2 +LQ01X039820 Putative casein kinase II subunit beta-4 5.417296148 L4_chemical_B3 +LQ01X039820 Putative casein kinase II subunit beta-4 5.027386457 L4_chemical_C2 +LQ01X039820 Putative casein kinase II subunit beta-4 5.380725357 L4_chemical_C3 +LQ01X039840 60S ribosomal protein L37a 12.20744854 C6_control_A1 +LQ01X039840 60S ribosomal protein L37a 12.38587166 C6_control_A3 +LQ01X039840 60S ribosomal protein L37a 11.76377366 C6_control_B1 +LQ01X039840 60S ribosomal protein L37a 12.50475514 C6_control_B2 +LQ01X039840 60S ribosomal protein L37a 11.27944777 C6_control_B3 +LQ01X039840 60S ribosomal protein L37a 11.18463809 C6_control_C1 +LQ01X039840 60S ribosomal protein L37a 11.16697068 C6_control_C2 +LQ01X039840 60S ribosomal protein L37a 10.43240429 C6_control_C3 +LQ01X039840 60S ribosomal protein L37a 12.00821869 C6_chemical_A1 +LQ01X039840 60S ribosomal protein L37a 11.04948396 C6_chemical_A3 +LQ01X039840 60S ribosomal protein L37a 11.3850233 C6_chemical_B1 +LQ01X039840 60S ribosomal protein L37a 11.82235151 C6_chemical_B2 +LQ01X039840 60S ribosomal protein L37a 10.77315686 C6_chemical_B3 +LQ01X039840 60S ribosomal protein L37a 11.40459183 C6_chemical_C1 +LQ01X039840 60S ribosomal protein L37a 11.29113783 C6_chemical_C2 +LQ01X039840 60S ribosomal protein L37a 10.30734415 C6_chemical_C3 +LQ01X039840 60S ribosomal protein L37a 11.95501847 L4_control_A1 +LQ01X039840 60S ribosomal protein L37a 12.12463918 L4_control_A2 +LQ01X039840 60S ribosomal protein L37a 11.64691642 L4_control_A3 +LQ01X039840 60S ribosomal protein L37a 10.92829945 L4_control_B1 +LQ01X039840 60S ribosomal protein L37a 10.39445075 L4_control_B2 +LQ01X039840 60S ribosomal protein L37a 10.51204039 L4_control_B3 +LQ01X039840 60S ribosomal protein L37a 10.04185668 L4_control_C2 +LQ01X039840 60S ribosomal protein L37a 9.193324276 L4_control_C3 +LQ01X039840 60S ribosomal protein L37a 11.80498868 L4_chemical_A1 +LQ01X039840 60S ribosomal protein L37a 11.68777185 L4_chemical_A2 +LQ01X039840 60S ribosomal protein L37a 11.59183224 L4_chemical_A3 +LQ01X039840 60S ribosomal protein L37a 11.39405115 L4_chemical_B1 +LQ01X039840 60S ribosomal protein L37a 11.19952649 L4_chemical_B2 +LQ01X039840 60S ribosomal protein L37a 10.98891156 L4_chemical_B3 +LQ01X039840 60S ribosomal protein L37a 10.6256008 L4_chemical_C2 +LQ01X039840 60S ribosomal protein L37a 9.297153715 L4_chemical_C3 +LQ01X039850 Metacaspase-1 6.565194351 C6_control_A1 +LQ01X039850 Metacaspase-1 6.256947779 C6_control_A3 +LQ01X039850 Metacaspase-1 6.506714069 C6_control_B1 +LQ01X039850 Metacaspase-1 6.185646566 C6_control_B2 +LQ01X039850 Metacaspase-1 6.580668235 C6_control_B3 +LQ01X039850 Metacaspase-1 6.326324657 C6_control_C1 +LQ01X039850 Metacaspase-1 6.30984347 C6_control_C2 +LQ01X039850 Metacaspase-1 5.659433198 C6_control_C3 +LQ01X039850 Metacaspase-1 6.366233988 C6_chemical_A1 +LQ01X039850 Metacaspase-1 5.95175249 C6_chemical_A3 +LQ01X039850 Metacaspase-1 6.235128956 C6_chemical_B1 +LQ01X039850 Metacaspase-1 6.213534944 C6_chemical_B2 +LQ01X039850 Metacaspase-1 6.540503087 C6_chemical_B3 +LQ01X039850 Metacaspase-1 6.692410994 C6_chemical_C1 +LQ01X039850 Metacaspase-1 6.282853363 C6_chemical_C2 +LQ01X039850 Metacaspase-1 5.453802184 C6_chemical_C3 +LQ01X039850 Metacaspase-1 5.926303089 L4_control_A1 +LQ01X039850 Metacaspase-1 6.309808646 L4_control_A2 +LQ01X039850 Metacaspase-1 6.41393183 L4_control_A3 +LQ01X039850 Metacaspase-1 6.546173515 L4_control_B1 +LQ01X039850 Metacaspase-1 6.46647924 L4_control_B2 +LQ01X039850 Metacaspase-1 6.609442436 L4_control_B3 +LQ01X039850 Metacaspase-1 6.114970951 L4_control_C2 +LQ01X039850 Metacaspase-1 6.238369448 L4_control_C3 +LQ01X039850 Metacaspase-1 6.074587581 L4_chemical_A1 +LQ01X039850 Metacaspase-1 6.368777813 L4_chemical_A2 +LQ01X039850 Metacaspase-1 6.103605951 L4_chemical_A3 +LQ01X039850 Metacaspase-1 7.146101789 L4_chemical_B1 +LQ01X039850 Metacaspase-1 6.852716357 L4_chemical_B2 +LQ01X039850 Metacaspase-1 6.31335791 L4_chemical_B3 +LQ01X039850 Metacaspase-1 6.991512789 L4_chemical_C2 +LQ01X039850 Metacaspase-1 6.562375187 L4_chemical_C3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.112440311 C6_control_A1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.012119888 C6_control_A3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.171444499 C6_control_B1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.764975591 C6_control_B2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.20026749 C6_control_B3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.163409572 C6_control_C1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.637871754 C6_control_C2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.139102378 C6_control_C3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.978948197 C6_chemical_A1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.868084864 C6_chemical_A3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.653771389 C6_chemical_B1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.69815176 C6_chemical_B2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.622998876 C6_chemical_B3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.140359295 C6_chemical_C1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.98105109 C6_chemical_C2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.962818694 C6_chemical_C3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.270402488 L4_control_A1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.166035531 L4_control_A2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.972193754 L4_control_A3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.229707331 L4_control_B1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.145467136 L4_control_B2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.15894266 L4_control_B3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.287223562 L4_control_C2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.20058609 L4_control_C3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.157447354 L4_chemical_A1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.525071004 L4_chemical_A2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.796458136 L4_chemical_A3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.275700491 L4_chemical_B1 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.430229977 L4_chemical_B2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.321356543 L4_chemical_B3 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.110836017 L4_chemical_C2 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 5.751239697 L4_chemical_C3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 5.988976522 C6_control_A1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 5.964493558 C6_control_A3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 5.728297225 C6_control_B1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.478034826 C6_control_B2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.228205403 C6_control_B3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.225113843 C6_control_C1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.849959327 C6_control_C2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.138187687 C6_control_C3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.7070162 C6_chemical_A1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 5.94247884 C6_chemical_A3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.369777387 C6_chemical_B1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.776125622 C6_chemical_B2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 8.663483582 C6_chemical_B3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.990979486 C6_chemical_C1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.364473166 C6_chemical_C2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 9.175716013 C6_chemical_C3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.958217207 L4_control_A1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.319122036 L4_control_A2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.320948982 L4_control_A3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 8.937592879 L4_control_B1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.613529908 L4_control_B2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.398864116 L4_control_B3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 8.646082826 L4_control_C2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.238532575 L4_control_C3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.039651797 L4_chemical_A1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.553546156 L4_chemical_A2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.95800535 L4_chemical_A3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.120821362 L4_chemical_B1 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.422834041 L4_chemical_B2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 5.872093173 L4_chemical_B3 +LQ01X039870 Probable receptor-like protein kinase At5g47070 7.485747399 L4_chemical_C2 +LQ01X039870 Probable receptor-like protein kinase At5g47070 8.21766044 L4_chemical_C3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.705940221 C6_control_A1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.614762616 C6_control_A3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.964732411 C6_control_B1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.606853564 C6_control_B2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 6.078348103 C6_control_B3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.412502636 C6_control_C1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.385852282 C6_control_C2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.760342716 C6_control_C3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.668712238 C6_chemical_A1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.726285054 C6_chemical_A3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.54049099 C6_chemical_B1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.622588848 C6_chemical_B2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.30012542 C6_chemical_B3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.349217451 C6_chemical_C1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.398865561 C6_chemical_C2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.645894279 C6_chemical_C3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.985191951 L4_control_A1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.623151937 L4_control_A2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 6.436487816 L4_control_A3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.678191962 L4_control_B1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.484960002 L4_control_B2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 6.103987009 L4_control_B3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 6.072095058 L4_control_C2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.414757938 L4_control_C3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.604858259 L4_chemical_A1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.836127494 L4_chemical_A2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.715288154 L4_chemical_A3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.61285177 L4_chemical_B1 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.880628138 L4_chemical_B2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.801649872 L4_chemical_B3 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.134060419 L4_chemical_C2 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 6.853568187 L4_chemical_C3 +LQ01X039890 Putative uncharacterized protein 13.4852285 C6_control_A1 +LQ01X039890 Putative uncharacterized protein 13.5906878 C6_control_A3 +LQ01X039890 Putative uncharacterized protein 14.07178161 C6_control_B1 +LQ01X039890 Putative uncharacterized protein 14.15746204 C6_control_B2 +LQ01X039890 Putative uncharacterized protein 14.19109819 C6_control_B3 +LQ01X039890 Putative uncharacterized protein 13.92445182 C6_control_C1 +LQ01X039890 Putative uncharacterized protein 14.52650065 C6_control_C2 +LQ01X039890 Putative uncharacterized protein 14.55458225 C6_control_C3 +LQ01X039890 Putative uncharacterized protein 13.77154566 C6_chemical_A1 +LQ01X039890 Putative uncharacterized protein 13.56059799 C6_chemical_A3 +LQ01X039890 Putative uncharacterized protein 14.48196565 C6_chemical_B1 +LQ01X039890 Putative uncharacterized protein 14.64429965 C6_chemical_B2 +LQ01X039890 Putative uncharacterized protein 14.40627701 C6_chemical_B3 +LQ01X039890 Putative uncharacterized protein 14.51494899 C6_chemical_C1 +LQ01X039890 Putative uncharacterized protein 14.37885836 C6_chemical_C2 +LQ01X039890 Putative uncharacterized protein 14.82784525 C6_chemical_C3 +LQ01X039890 Putative uncharacterized protein 12.93362855 L4_control_A1 +LQ01X039890 Putative uncharacterized protein 12.53785398 L4_control_A2 +LQ01X039890 Putative uncharacterized protein 12.24841007 L4_control_A3 +LQ01X039890 Putative uncharacterized protein 14.01470447 L4_control_B1 +LQ01X039890 Putative uncharacterized protein 13.5858139 L4_control_B2 +LQ01X039890 Putative uncharacterized protein 14.21739883 L4_control_B3 +LQ01X039890 Putative uncharacterized protein 14.39455539 L4_control_C2 +LQ01X039890 Putative uncharacterized protein 14.65218114 L4_control_C3 +LQ01X039890 Putative uncharacterized protein 13.52792359 L4_chemical_A1 +LQ01X039890 Putative uncharacterized protein 13.77860176 L4_chemical_A2 +LQ01X039890 Putative uncharacterized protein 12.4811754 L4_chemical_A3 +LQ01X039890 Putative uncharacterized protein 13.89078687 L4_chemical_B1 +LQ01X039890 Putative uncharacterized protein 14.51249062 L4_chemical_B2 +LQ01X039890 Putative uncharacterized protein 13.96198793 L4_chemical_B3 +LQ01X039890 Putative uncharacterized protein 14.58077753 L4_chemical_C2 +LQ01X039890 Putative uncharacterized protein 14.58399411 L4_chemical_C3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.109303 C6_control_A1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.83481948 C6_control_A3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.76790261 C6_control_B1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.70489157 C6_control_B2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.76396541 C6_control_B3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.71730191 C6_control_C1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.11157287 C6_control_C2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.29773309 C6_control_C3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.1421185 C6_chemical_A1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.32250942 C6_chemical_A3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.83864029 C6_chemical_B1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.60778845 C6_chemical_B2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.69316783 C6_chemical_B3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.75380193 C6_chemical_C1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.70328118 C6_chemical_C2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 10.77327543 C6_chemical_C3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.31498671 L4_control_A1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.0705756 L4_control_A2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.346656 L4_control_A3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.65569794 L4_control_B1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.84707564 L4_control_B2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.86472566 L4_control_B3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.81229511 L4_control_C2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 10.9136327 L4_control_C3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.04271925 L4_chemical_A1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.93740672 L4_chemical_A2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.04737106 L4_chemical_A3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.83529972 L4_chemical_B1 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.01494113 L4_chemical_B2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 12.4074432 L4_chemical_B3 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.88931976 L4_chemical_C2 +LQ01X039900 ATP synthase subunit delta, mitochondrial 11.07807428 L4_chemical_C3 +LQ01X039910 40S ribosomal protein S11 13.92715544 C6_control_A1 +LQ01X039910 40S ribosomal protein S11 14.496422 C6_control_A3 +LQ01X039910 40S ribosomal protein S11 13.4214662 C6_control_B1 +LQ01X039910 40S ribosomal protein S11 13.23462363 C6_control_B2 +LQ01X039910 40S ribosomal protein S11 13.12665482 C6_control_B3 +LQ01X039910 40S ribosomal protein S11 12.79484757 C6_control_C1 +LQ01X039910 40S ribosomal protein S11 13.02396408 C6_control_C2 +LQ01X039910 40S ribosomal protein S11 12.76214562 C6_control_C3 +LQ01X039910 40S ribosomal protein S11 13.68447809 C6_chemical_A1 +LQ01X039910 40S ribosomal protein S11 13.45818028 C6_chemical_A3 +LQ01X039910 40S ribosomal protein S11 12.90677779 C6_chemical_B1 +LQ01X039910 40S ribosomal protein S11 12.96220712 C6_chemical_B2 +LQ01X039910 40S ribosomal protein S11 12.73369416 C6_chemical_B3 +LQ01X039910 40S ribosomal protein S11 12.66331642 C6_chemical_C1 +LQ01X039910 40S ribosomal protein S11 12.95339728 C6_chemical_C2 +LQ01X039910 40S ribosomal protein S11 12.66385543 C6_chemical_C3 +LQ01X039910 40S ribosomal protein S11 13.9837581 L4_control_A1 +LQ01X039910 40S ribosomal protein S11 13.37039795 L4_control_A2 +LQ01X039910 40S ribosomal protein S11 13.4840967 L4_control_A3 +LQ01X039910 40S ribosomal protein S11 12.68277951 L4_control_B1 +LQ01X039910 40S ribosomal protein S11 12.17791955 L4_control_B2 +LQ01X039910 40S ribosomal protein S11 12.64009787 L4_control_B3 +LQ01X039910 40S ribosomal protein S11 12.94759538 L4_control_C2 +LQ01X039910 40S ribosomal protein S11 12.7748962 L4_control_C3 +LQ01X039910 40S ribosomal protein S11 13.60316991 L4_chemical_A1 +LQ01X039910 40S ribosomal protein S11 12.66365029 L4_chemical_A2 +LQ01X039910 40S ribosomal protein S11 13.26917141 L4_chemical_A3 +LQ01X039910 40S ribosomal protein S11 12.63803261 L4_chemical_B1 +LQ01X039910 40S ribosomal protein S11 12.73577528 L4_chemical_B2 +LQ01X039910 40S ribosomal protein S11 12.95768025 L4_chemical_B3 +LQ01X039910 40S ribosomal protein S11 12.93747219 L4_chemical_C2 +LQ01X039910 40S ribosomal protein S11 12.60293991 L4_chemical_C3 +LQ01X039920 Hypothetical protein 5.466117861 C6_control_A1 +LQ01X039920 Hypothetical protein 5.620553356 C6_control_A3 +LQ01X039920 Hypothetical protein 5.586275398 C6_control_B1 +LQ01X039920 Hypothetical protein 5.775425626 C6_control_B2 +LQ01X039920 Hypothetical protein 5.413314132 C6_control_B3 +LQ01X039920 Hypothetical protein 5.732383438 C6_control_C1 +LQ01X039920 Hypothetical protein 5.483523981 C6_control_C2 +LQ01X039920 Hypothetical protein 5.399547817 C6_control_C3 +LQ01X039920 Hypothetical protein 5.423773438 C6_chemical_A1 +LQ01X039920 Hypothetical protein 5.884716524 C6_chemical_A3 +LQ01X039920 Hypothetical protein 5.749269449 C6_chemical_B1 +LQ01X039920 Hypothetical protein 5.55111871 C6_chemical_B2 +LQ01X039920 Hypothetical protein 5.539803893 C6_chemical_B3 +LQ01X039920 Hypothetical protein 5.599418351 C6_chemical_C1 +LQ01X039920 Hypothetical protein 5.659445989 C6_chemical_C2 +LQ01X039920 Hypothetical protein 5.665538128 C6_chemical_C3 +LQ01X039920 Hypothetical protein 5.672671299 L4_control_A1 +LQ01X039920 Hypothetical protein 5.34776885 L4_control_A2 +LQ01X039920 Hypothetical protein 5.670167082 L4_control_A3 +LQ01X039920 Hypothetical protein 5.428819566 L4_control_B1 +LQ01X039920 Hypothetical protein 5.527093887 L4_control_B2 +LQ01X039920 Hypothetical protein 5.391993977 L4_control_B3 +LQ01X039920 Hypothetical protein 5.288800768 L4_control_C2 +LQ01X039920 Hypothetical protein 5.749726017 L4_control_C3 +LQ01X039920 Hypothetical protein 5.146726003 L4_chemical_A1 +LQ01X039920 Hypothetical protein 5.474689195 L4_chemical_A2 +LQ01X039920 Hypothetical protein 5.898218362 L4_chemical_A3 +LQ01X039920 Hypothetical protein 4.94615215 L4_chemical_B1 +LQ01X039920 Hypothetical protein 5.243676365 L4_chemical_B2 +LQ01X039920 Hypothetical protein 5.668953808 L4_chemical_B3 +LQ01X039920 Hypothetical protein 5.327333677 L4_chemical_C2 +LQ01X039920 Hypothetical protein 5.092415173 L4_chemical_C3 +LQ01X039930 Putative uncharacterized protein 10.9918869 C6_control_A1 +LQ01X039930 Putative uncharacterized protein 11.09739035 C6_control_A3 +LQ01X039930 Putative uncharacterized protein 9.753807888 C6_control_B1 +LQ01X039930 Putative uncharacterized protein 9.396339589 C6_control_B2 +LQ01X039930 Putative uncharacterized protein 8.684859142 C6_control_B3 +LQ01X039930 Putative uncharacterized protein 8.203396122 C6_control_C1 +LQ01X039930 Putative uncharacterized protein 7.037569343 C6_control_C2 +LQ01X039930 Putative uncharacterized protein 7.59839916 C6_control_C3 +LQ01X039930 Putative uncharacterized protein 10.86599692 C6_chemical_A1 +LQ01X039930 Putative uncharacterized protein 11.15614946 C6_chemical_A3 +LQ01X039930 Putative uncharacterized protein 9.03365909 C6_chemical_B1 +LQ01X039930 Putative uncharacterized protein 9.041485608 C6_chemical_B2 +LQ01X039930 Putative uncharacterized protein 8.254988901 C6_chemical_B3 +LQ01X039930 Putative uncharacterized protein 7.881227093 C6_chemical_C1 +LQ01X039930 Putative uncharacterized protein 7.914394904 C6_chemical_C2 +LQ01X039930 Putative uncharacterized protein 6.437839441 C6_chemical_C3 +LQ01X039930 Putative uncharacterized protein 10.78578023 L4_control_A1 +LQ01X039930 Putative uncharacterized protein 11.29535376 L4_control_A2 +LQ01X039930 Putative uncharacterized protein 10.89828183 L4_control_A3 +LQ01X039930 Putative uncharacterized protein 8.771545263 L4_control_B1 +LQ01X039930 Putative uncharacterized protein 8.626210584 L4_control_B2 +LQ01X039930 Putative uncharacterized protein 8.204456537 L4_control_B3 +LQ01X039930 Putative uncharacterized protein 8.329150626 L4_control_C2 +LQ01X039930 Putative uncharacterized protein 5.546662634 L4_control_C3 +LQ01X039930 Putative uncharacterized protein 9.961524261 L4_chemical_A1 +LQ01X039930 Putative uncharacterized protein 10.52959387 L4_chemical_A2 +LQ01X039930 Putative uncharacterized protein 10.95040226 L4_chemical_A3 +LQ01X039930 Putative uncharacterized protein 8.925535523 L4_chemical_B1 +LQ01X039930 Putative uncharacterized protein 9.664215794 L4_chemical_B2 +LQ01X039930 Putative uncharacterized protein 9.680291825 L4_chemical_B3 +LQ01X039930 Putative uncharacterized protein 8.763614617 L4_chemical_C2 +LQ01X039930 Putative uncharacterized protein 7.228385893 L4_chemical_C3 +LQ01X039940 Putative 10 kDa chaperonin 14.31072179 C6_control_A1 +LQ01X039940 Putative 10 kDa chaperonin 14.38285901 C6_control_A3 +LQ01X039940 Putative 10 kDa chaperonin 13.80732082 C6_control_B1 +LQ01X039940 Putative 10 kDa chaperonin 14.26796925 C6_control_B2 +LQ01X039940 Putative 10 kDa chaperonin 13.30048034 C6_control_B3 +LQ01X039940 Putative 10 kDa chaperonin 14.12272126 C6_control_C1 +LQ01X039940 Putative 10 kDa chaperonin 13.77082641 C6_control_C2 +LQ01X039940 Putative 10 kDa chaperonin 12.84926836 C6_control_C3 +LQ01X039940 Putative 10 kDa chaperonin 15.02098058 C6_chemical_A1 +LQ01X039940 Putative 10 kDa chaperonin 14.1825716 C6_chemical_A3 +LQ01X039940 Putative 10 kDa chaperonin 14.18121091 C6_chemical_B1 +LQ01X039940 Putative 10 kDa chaperonin 14.95043988 C6_chemical_B2 +LQ01X039940 Putative 10 kDa chaperonin 13.23831349 C6_chemical_B3 +LQ01X039940 Putative 10 kDa chaperonin 14.6841661 C6_chemical_C1 +LQ01X039940 Putative 10 kDa chaperonin 14.50699855 C6_chemical_C2 +LQ01X039940 Putative 10 kDa chaperonin 12.99529778 C6_chemical_C3 +LQ01X039940 Putative 10 kDa chaperonin 14.33679159 L4_control_A1 +LQ01X039940 Putative 10 kDa chaperonin 14.35730009 L4_control_A2 +LQ01X039940 Putative 10 kDa chaperonin 14.21599927 L4_control_A3 +LQ01X039940 Putative 10 kDa chaperonin 13.62512176 L4_control_B1 +LQ01X039940 Putative 10 kDa chaperonin 13.27788729 L4_control_B2 +LQ01X039940 Putative 10 kDa chaperonin 14.13158384 L4_control_B3 +LQ01X039940 Putative 10 kDa chaperonin 13.93940722 L4_control_C2 +LQ01X039940 Putative 10 kDa chaperonin 13.29997345 L4_control_C3 +LQ01X039940 Putative 10 kDa chaperonin 14.54504377 L4_chemical_A1 +LQ01X039940 Putative 10 kDa chaperonin 14.71793792 L4_chemical_A2 +LQ01X039940 Putative 10 kDa chaperonin 14.01939245 L4_chemical_A3 +LQ01X039940 Putative 10 kDa chaperonin 13.92221618 L4_chemical_B1 +LQ01X039940 Putative 10 kDa chaperonin 14.56089785 L4_chemical_B2 +LQ01X039940 Putative 10 kDa chaperonin 14.1298744 L4_chemical_B3 +LQ01X039940 Putative 10 kDa chaperonin 14.42219107 L4_chemical_C2 +LQ01X039940 Putative 10 kDa chaperonin 13.41362687 L4_chemical_C3 +LQ01X039950 Putative uncharacterized protein 12.42573669 C6_control_A1 +LQ01X039950 Putative uncharacterized protein 12.7133111 C6_control_A3 +LQ01X039950 Putative uncharacterized protein 12.05993282 C6_control_B1 +LQ01X039950 Putative uncharacterized protein 12.69799857 C6_control_B2 +LQ01X039950 Putative uncharacterized protein 12.1848496 C6_control_B3 +LQ01X039950 Putative uncharacterized protein 11.69736294 C6_control_C1 +LQ01X039950 Putative uncharacterized protein 12.48347648 C6_control_C2 +LQ01X039950 Putative uncharacterized protein 11.75225592 C6_control_C3 +LQ01X039950 Putative uncharacterized protein 12.08774311 C6_chemical_A1 +LQ01X039950 Putative uncharacterized protein 12.43826841 C6_chemical_A3 +LQ01X039950 Putative uncharacterized protein 11.95432308 C6_chemical_B1 +LQ01X039950 Putative uncharacterized protein 12.62761799 C6_chemical_B2 +LQ01X039950 Putative uncharacterized protein 11.8323589 C6_chemical_B3 +LQ01X039950 Putative uncharacterized protein 11.33761368 C6_chemical_C1 +LQ01X039950 Putative uncharacterized protein 12.01173157 C6_chemical_C2 +LQ01X039950 Putative uncharacterized protein 11.03603063 C6_chemical_C3 +LQ01X039950 Putative uncharacterized protein 12.39261018 L4_control_A1 +LQ01X039950 Putative uncharacterized protein 12.68842823 L4_control_A2 +LQ01X039950 Putative uncharacterized protein 12.65952119 L4_control_A3 +LQ01X039950 Putative uncharacterized protein 11.81647703 L4_control_B1 +LQ01X039950 Putative uncharacterized protein 13.0981133 L4_control_B2 +LQ01X039950 Putative uncharacterized protein 12.41685023 L4_control_B3 +LQ01X039950 Putative uncharacterized protein 12.73803089 L4_control_C2 +LQ01X039950 Putative uncharacterized protein 11.94348942 L4_control_C3 +LQ01X039950 Putative uncharacterized protein 11.69996771 L4_chemical_A1 +LQ01X039950 Putative uncharacterized protein 12.07633289 L4_chemical_A2 +LQ01X039950 Putative uncharacterized protein 12.06501639 L4_chemical_A3 +LQ01X039950 Putative uncharacterized protein 11.95129474 L4_chemical_B1 +LQ01X039950 Putative uncharacterized protein 12.5737262 L4_chemical_B2 +LQ01X039950 Putative uncharacterized protein 12.09351186 L4_chemical_B3 +LQ01X039950 Putative uncharacterized protein 12.52471967 L4_chemical_C2 +LQ01X039950 Putative uncharacterized protein 11.75851975 L4_chemical_C3 +LQ01X039970 Acyl carrier protein, mitochondrial 14.08068829 C6_control_A1 +LQ01X039970 Acyl carrier protein, mitochondrial 14.31247849 C6_control_A3 +LQ01X039970 Acyl carrier protein, mitochondrial 14.05736916 C6_control_B1 +LQ01X039970 Acyl carrier protein, mitochondrial 13.62283612 C6_control_B2 +LQ01X039970 Acyl carrier protein, mitochondrial 13.71533631 C6_control_B3 +LQ01X039970 Acyl carrier protein, mitochondrial 12.73615194 C6_control_C1 +LQ01X039970 Acyl carrier protein, mitochondrial 12.88417557 C6_control_C2 +LQ01X039970 Acyl carrier protein, mitochondrial 12.92099007 C6_control_C3 +LQ01X039970 Acyl carrier protein, mitochondrial 14.00355293 C6_chemical_A1 +LQ01X039970 Acyl carrier protein, mitochondrial 13.84676014 C6_chemical_A3 +LQ01X039970 Acyl carrier protein, mitochondrial 13.55532648 C6_chemical_B1 +LQ01X039970 Acyl carrier protein, mitochondrial 13.44015118 C6_chemical_B2 +LQ01X039970 Acyl carrier protein, mitochondrial 13.46167 C6_chemical_B3 +LQ01X039970 Acyl carrier protein, mitochondrial 12.69018535 C6_chemical_C1 +LQ01X039970 Acyl carrier protein, mitochondrial 12.88133488 C6_chemical_C2 +LQ01X039970 Acyl carrier protein, mitochondrial 12.78762417 C6_chemical_C3 +LQ01X039970 Acyl carrier protein, mitochondrial 13.93899519 L4_control_A1 +LQ01X039970 Acyl carrier protein, mitochondrial 13.49971215 L4_control_A2 +LQ01X039970 Acyl carrier protein, mitochondrial 13.49246722 L4_control_A3 +LQ01X039970 Acyl carrier protein, mitochondrial 13.47856418 L4_control_B1 +LQ01X039970 Acyl carrier protein, mitochondrial 12.64531787 L4_control_B2 +LQ01X039970 Acyl carrier protein, mitochondrial 13.13336667 L4_control_B3 +LQ01X039970 Acyl carrier protein, mitochondrial 13.19568617 L4_control_C2 +LQ01X039970 Acyl carrier protein, mitochondrial 12.94864215 L4_control_C3 +LQ01X039970 Acyl carrier protein, mitochondrial 13.98881183 L4_chemical_A1 +LQ01X039970 Acyl carrier protein, mitochondrial 13.30149018 L4_chemical_A2 +LQ01X039970 Acyl carrier protein, mitochondrial 13.54188588 L4_chemical_A3 +LQ01X039970 Acyl carrier protein, mitochondrial 13.53103303 L4_chemical_B1 +LQ01X039970 Acyl carrier protein, mitochondrial 13.17361938 L4_chemical_B2 +LQ01X039970 Acyl carrier protein, mitochondrial 13.5025337 L4_chemical_B3 +LQ01X039970 Acyl carrier protein, mitochondrial 13.17525807 L4_chemical_C2 +LQ01X039970 Acyl carrier protein, mitochondrial 12.99574684 L4_chemical_C3 +LQ01X039980 Ras-related protein RABH1B 5.359119341 C6_control_A1 +LQ01X039980 Ras-related protein RABH1B 4.744103385 C6_control_A3 +LQ01X039980 Ras-related protein RABH1B 5.368187365 C6_control_B1 +LQ01X039980 Ras-related protein RABH1B 5.942012617 C6_control_B2 +LQ01X039980 Ras-related protein RABH1B 5.929271693 C6_control_B3 +LQ01X039980 Ras-related protein RABH1B 5.853919745 C6_control_C1 +LQ01X039980 Ras-related protein RABH1B 5.712943891 C6_control_C2 +LQ01X039980 Ras-related protein RABH1B 6.01315858 C6_control_C3 +LQ01X039980 Ras-related protein RABH1B 5.463184782 C6_chemical_A1 +LQ01X039980 Ras-related protein RABH1B 5.308194457 C6_chemical_A3 +LQ01X039980 Ras-related protein RABH1B 5.498297438 C6_chemical_B1 +LQ01X039980 Ras-related protein RABH1B 5.945004589 C6_chemical_B2 +LQ01X039980 Ras-related protein RABH1B 5.325698271 C6_chemical_B3 +LQ01X039980 Ras-related protein RABH1B 6.055838329 C6_chemical_C1 +LQ01X039980 Ras-related protein RABH1B 5.755684865 C6_chemical_C2 +LQ01X039980 Ras-related protein RABH1B 6.771635203 C6_chemical_C3 +LQ01X039980 Ras-related protein RABH1B 5.643789172 L4_control_A1 +LQ01X039980 Ras-related protein RABH1B 5.390006875 L4_control_A2 +LQ01X039980 Ras-related protein RABH1B 5.161561994 L4_control_A3 +LQ01X039980 Ras-related protein RABH1B 5.592796909 L4_control_B1 +LQ01X039980 Ras-related protein RABH1B 5.022703321 L4_control_B2 +LQ01X039980 Ras-related protein RABH1B 5.903900498 L4_control_B3 +LQ01X039980 Ras-related protein RABH1B 4.821582311 L4_control_C2 +LQ01X039980 Ras-related protein RABH1B 5.042160902 L4_control_C3 +LQ01X039980 Ras-related protein RABH1B 5.681190631 L4_chemical_A1 +LQ01X039980 Ras-related protein RABH1B 5.38810533 L4_chemical_A2 +LQ01X039980 Ras-related protein RABH1B 5.316248594 L4_chemical_A3 +LQ01X039980 Ras-related protein RABH1B 5.416384125 L4_chemical_B1 +LQ01X039980 Ras-related protein RABH1B 5.253366359 L4_chemical_B2 +LQ01X039980 Ras-related protein RABH1B 5.732046538 L4_chemical_B3 +LQ01X039980 Ras-related protein RABH1B 5.406982425 L4_chemical_C2 +LQ01X039980 Ras-related protein RABH1B 5.658103496 L4_chemical_C3 +LQ01X039990 Probable purine permease 11 8.916948604 C6_control_A1 +LQ01X039990 Probable purine permease 11 8.430881987 C6_control_A3 +LQ01X039990 Probable purine permease 11 9.681213023 C6_control_B1 +LQ01X039990 Probable purine permease 11 9.941128676 C6_control_B2 +LQ01X039990 Probable purine permease 11 9.953184357 C6_control_B3 +LQ01X039990 Probable purine permease 11 10.47739888 C6_control_C1 +LQ01X039990 Probable purine permease 11 10.26530381 C6_control_C2 +LQ01X039990 Probable purine permease 11 10.88140696 C6_control_C3 +LQ01X039990 Probable purine permease 11 8.561423261 C6_chemical_A1 +LQ01X039990 Probable purine permease 11 8.899993201 C6_chemical_A3 +LQ01X039990 Probable purine permease 11 9.461979622 C6_chemical_B1 +LQ01X039990 Probable purine permease 11 9.881987569 C6_chemical_B2 +LQ01X039990 Probable purine permease 11 9.575874716 C6_chemical_B3 +LQ01X039990 Probable purine permease 11 10.20810029 C6_chemical_C1 +LQ01X039990 Probable purine permease 11 10.18292359 C6_chemical_C2 +LQ01X039990 Probable purine permease 11 10.82393553 C6_chemical_C3 +LQ01X039990 Probable purine permease 11 8.880597703 L4_control_A1 +LQ01X039990 Probable purine permease 11 9.197076072 L4_control_A2 +LQ01X039990 Probable purine permease 11 8.553033657 L4_control_A3 +LQ01X039990 Probable purine permease 11 10.78958299 L4_control_B1 +LQ01X039990 Probable purine permease 11 10.71629871 L4_control_B2 +LQ01X039990 Probable purine permease 11 11.13769673 L4_control_B3 +LQ01X039990 Probable purine permease 11 11.36073516 L4_control_C2 +LQ01X039990 Probable purine permease 11 11.46111053 L4_control_C3 +LQ01X039990 Probable purine permease 11 9.133448325 L4_chemical_A1 +LQ01X039990 Probable purine permease 11 9.457266662 L4_chemical_A2 +LQ01X039990 Probable purine permease 11 9.02331292 L4_chemical_A3 +LQ01X039990 Probable purine permease 11 9.999779343 L4_chemical_B1 +LQ01X039990 Probable purine permease 11 10.38693979 L4_chemical_B2 +LQ01X039990 Probable purine permease 11 10.18481061 L4_chemical_B3 +LQ01X039990 Probable purine permease 11 11.50647625 L4_chemical_C2 +LQ01X039990 Probable purine permease 11 11.42536503 L4_chemical_C3 +LQ01X040000 Putative uncharacterized protein 11.12981371 C6_control_A1 +LQ01X040000 Putative uncharacterized protein 11.53401307 C6_control_A3 +LQ01X040000 Putative uncharacterized protein 11.51267226 C6_control_B1 +LQ01X040000 Putative uncharacterized protein 10.39579539 C6_control_B2 +LQ01X040000 Putative uncharacterized protein 11.54759062 C6_control_B3 +LQ01X040000 Putative uncharacterized protein 9.375673912 C6_control_C1 +LQ01X040000 Putative uncharacterized protein 9.79659953 C6_control_C2 +LQ01X040000 Putative uncharacterized protein 10.02840474 C6_control_C3 +LQ01X040000 Putative uncharacterized protein 11.43188514 C6_chemical_A1 +LQ01X040000 Putative uncharacterized protein 11.58512012 C6_chemical_A3 +LQ01X040000 Putative uncharacterized protein 11.57414767 C6_chemical_B1 +LQ01X040000 Putative uncharacterized protein 10.30644967 C6_chemical_B2 +LQ01X040000 Putative uncharacterized protein 11.45395047 C6_chemical_B3 +LQ01X040000 Putative uncharacterized protein 9.096450797 C6_chemical_C1 +LQ01X040000 Putative uncharacterized protein 9.407581802 C6_chemical_C2 +LQ01X040000 Putative uncharacterized protein 10.18533179 C6_chemical_C3 +LQ01X040000 Putative uncharacterized protein 11.41486503 L4_control_A1 +LQ01X040000 Putative uncharacterized protein 11.38789965 L4_control_A2 +LQ01X040000 Putative uncharacterized protein 11.40583802 L4_control_A3 +LQ01X040000 Putative uncharacterized protein 11.58977574 L4_control_B1 +LQ01X040000 Putative uncharacterized protein 12.39862682 L4_control_B2 +LQ01X040000 Putative uncharacterized protein 10.9862015 L4_control_B3 +LQ01X040000 Putative uncharacterized protein 11.06221832 L4_control_C2 +LQ01X040000 Putative uncharacterized protein 11.86708579 L4_control_C3 +LQ01X040000 Putative uncharacterized protein 10.57632242 L4_chemical_A1 +LQ01X040000 Putative uncharacterized protein 11.05138645 L4_chemical_A2 +LQ01X040000 Putative uncharacterized protein 11.27380849 L4_chemical_A3 +LQ01X040000 Putative uncharacterized protein 11.69543729 L4_chemical_B1 +LQ01X040000 Putative uncharacterized protein 11.93906479 L4_chemical_B2 +LQ01X040000 Putative uncharacterized protein 11.60840948 L4_chemical_B3 +LQ01X040000 Putative uncharacterized protein 10.63780137 L4_chemical_C2 +LQ01X040000 Putative uncharacterized protein 11.58745811 L4_chemical_C3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 6.061350206 C6_control_A1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.685312468 C6_control_A3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.825931599 C6_control_B1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.509479526 C6_control_B2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.500107414 C6_control_B3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.583946779 C6_control_C1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.30534168 C6_control_C2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.52558532 C6_control_C3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.376714482 C6_chemical_A1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 6.198631565 C6_chemical_A3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.535063532 C6_chemical_B1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.752656005 C6_chemical_B2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.24448071 C6_chemical_B3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.524180782 C6_chemical_C1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.413711614 C6_chemical_C2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.608941793 C6_chemical_C3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 6.038999236 L4_control_A1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 6.10390961 L4_control_A2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 6.007903634 L4_control_A3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.613227477 L4_control_B1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 6.210384963 L4_control_B2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 6.0232913 L4_control_B3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.610706388 L4_control_C2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.294946003 L4_control_C3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.700098788 L4_chemical_A1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.862963528 L4_chemical_A2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.315995015 L4_chemical_A3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.624842706 L4_chemical_B1 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.958200039 L4_chemical_B2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 6.379608339 L4_chemical_B3 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.502868004 L4_chemical_C2 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.987706465 L4_chemical_C3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.392549398 C6_control_A1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.851278506 C6_control_A3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.215268002 C6_control_B1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.674813489 C6_control_B2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.486152391 C6_control_B3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.70271014 C6_control_C1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.717121012 C6_control_C2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.411097574 C6_control_C3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.201346441 C6_chemical_A1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.099634442 C6_chemical_A3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.122361041 C6_chemical_B1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.694478022 C6_chemical_B2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.780248595 C6_chemical_B3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.249932618 C6_chemical_C1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.715315898 C6_chemical_C2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.521064712 C6_chemical_C3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.126469611 L4_control_A1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.564245067 L4_control_A2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.622103368 L4_control_A3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.558383848 L4_control_B1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.085876519 L4_control_B2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.23630395 L4_control_B3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.175317585 L4_control_C2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.311802601 L4_control_C3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.229923297 L4_chemical_A1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.238568658 L4_chemical_A2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.879912817 L4_chemical_A3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.543763713 L4_chemical_B1 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.392450513 L4_chemical_B2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 5.956558355 L4_chemical_B3 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.191315416 L4_chemical_C2 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.33048391 L4_chemical_C3 +LQ01X040090 Predicted protein 5.689598235 C6_control_A1 +LQ01X040090 Predicted protein 6.001931352 C6_control_A3 +LQ01X040090 Predicted protein 5.73482449 C6_control_B1 +LQ01X040090 Predicted protein 5.385708148 C6_control_B2 +LQ01X040090 Predicted protein 5.551572596 C6_control_B3 +LQ01X040090 Predicted protein 5.6965254 C6_control_C1 +LQ01X040090 Predicted protein 6.27580023 C6_control_C2 +LQ01X040090 Predicted protein 5.52378732 C6_control_C3 +LQ01X040090 Predicted protein 5.552870336 C6_chemical_A1 +LQ01X040090 Predicted protein 5.550544816 C6_chemical_A3 +LQ01X040090 Predicted protein 4.791259723 C6_chemical_B1 +LQ01X040090 Predicted protein 5.572452968 C6_chemical_B2 +LQ01X040090 Predicted protein 5.127564987 C6_chemical_B3 +LQ01X040090 Predicted protein 6.034613719 C6_chemical_C1 +LQ01X040090 Predicted protein 5.123927416 C6_chemical_C2 +LQ01X040090 Predicted protein 5.293133296 C6_chemical_C3 +LQ01X040090 Predicted protein 5.576745447 L4_control_A1 +LQ01X040090 Predicted protein 5.290231477 L4_control_A2 +LQ01X040090 Predicted protein 5.14460701 L4_control_A3 +LQ01X040090 Predicted protein 5.116390977 L4_control_B1 +LQ01X040090 Predicted protein 5.300426326 L4_control_B2 +LQ01X040090 Predicted protein 5.519764695 L4_control_B3 +LQ01X040090 Predicted protein 5.604124624 L4_control_C2 +LQ01X040090 Predicted protein 4.9357798 L4_control_C3 +LQ01X040090 Predicted protein 5.517403902 L4_chemical_A1 +LQ01X040090 Predicted protein 5.283673324 L4_chemical_A2 +LQ01X040090 Predicted protein 5.493489802 L4_chemical_A3 +LQ01X040090 Predicted protein 5.218448888 L4_chemical_B1 +LQ01X040090 Predicted protein 5.613065489 L4_chemical_B2 +LQ01X040090 Predicted protein 5.478428027 L4_chemical_B3 +LQ01X040090 Predicted protein 5.079554329 L4_chemical_C2 +LQ01X040090 Predicted protein 5.43392416 L4_chemical_C3 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.40909088 C6_control_A1 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.101082696 C6_control_A3 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.090211128 C6_control_B1 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.416457639 C6_control_B2 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.715203305 C6_control_B3 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.647615937 C6_control_C1 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.578607681 C6_control_C2 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.776444471 C6_control_C3 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.091286362 C6_chemical_A1 +LQ01X040120 Agamous-like MADS-box protein AGL15 7.022584129 C6_chemical_A3 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.655316965 C6_chemical_B1 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.159093686 C6_chemical_B2 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.614315005 C6_chemical_B3 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.439658051 C6_chemical_C1 +LQ01X040120 Agamous-like MADS-box protein AGL15 7.01532515 C6_chemical_C2 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.720787201 C6_chemical_C3 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.912071781 L4_control_A1 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.871697625 L4_control_A2 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.832882212 L4_control_A3 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.534852522 L4_control_B1 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.703523289 L4_control_B2 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.912776382 L4_control_B3 +LQ01X040120 Agamous-like MADS-box protein AGL15 4.898400018 L4_control_C2 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.422359543 L4_control_C3 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.997057717 L4_chemical_A1 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.651525168 L4_chemical_A2 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.507616046 L4_chemical_A3 +LQ01X040120 Agamous-like MADS-box protein AGL15 4.897430901 L4_chemical_B1 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.874057975 L4_chemical_B2 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.949285119 L4_chemical_B3 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.390310305 L4_chemical_C2 +LQ01X040120 Agamous-like MADS-box protein AGL15 5.415778351 L4_chemical_C3 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.984901323 C6_control_A1 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.488320603 C6_control_A3 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.387785783 C6_control_B1 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.996736241 C6_control_B2 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.275255515 C6_control_B3 +LQ01X040130 Putative Protein BPS1, chloroplastic 6.356713826 C6_control_C1 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.643176392 C6_control_C2 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.433506636 C6_control_C3 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.907584839 C6_chemical_A1 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.995584864 C6_chemical_A3 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.272285732 C6_chemical_B1 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.799701722 C6_chemical_B2 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.067974228 C6_chemical_B3 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.869498149 C6_chemical_C1 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.347586515 C6_chemical_C2 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.163017831 C6_chemical_C3 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.438069279 L4_control_A1 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.275581813 L4_control_A2 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.201005855 L4_control_A3 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.017725648 L4_control_B1 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.143201902 L4_control_B2 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.96953 L4_control_B3 +LQ01X040130 Putative Protein BPS1, chloroplastic 6.037763385 L4_control_C2 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.078735545 L4_control_C3 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.044627382 L4_chemical_A1 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.19516043 L4_chemical_A2 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.299604694 L4_chemical_A3 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.027303759 L4_chemical_B1 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.596452916 L4_chemical_B2 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.035907601 L4_chemical_B3 +LQ01X040130 Putative Protein BPS1, chloroplastic 5.722529069 L4_chemical_C2 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.91710157 L4_chemical_C3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.459067444 C6_control_A1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.247510212 C6_control_A3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.40957768 C6_control_B1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.301199041 C6_control_B2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.262139508 C6_control_B3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.009862641 C6_control_C1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.899487052 C6_control_C2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.275217608 C6_control_C3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.414760041 C6_chemical_A1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.614595631 C6_chemical_A3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.208359714 C6_chemical_B1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.618676374 C6_chemical_B2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.25209847 C6_chemical_B3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 7.418493112 C6_chemical_C1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.758394911 C6_chemical_C2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 7.661567653 C6_chemical_C3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.272775931 L4_control_A1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.036476727 L4_control_A2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.768188018 L4_control_A3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.409037889 L4_control_B1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.708711863 L4_control_B2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 7.015708512 L4_control_B3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.770696995 L4_control_C2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.363752563 L4_control_C3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.410005281 L4_chemical_A1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.944262225 L4_chemical_A2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.487950305 L4_chemical_A3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.510691111 L4_chemical_B1 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.553746499 L4_chemical_B2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.410636382 L4_chemical_B3 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.685294938 L4_chemical_C2 +LQ01X040180 Putative disease resistance RPP13-like protein 1 5.299246061 L4_chemical_C3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 4.8660902 C6_control_A1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.335123372 C6_control_A3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.271015591 C6_control_B1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.105840965 C6_control_B2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 4.901895622 C6_control_B3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.440447144 C6_control_C1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.176975018 C6_control_C2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.393985049 C6_control_C3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.210379485 C6_chemical_A1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.070605842 C6_chemical_A3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.403183715 C6_chemical_B1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.033085192 C6_chemical_B2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.081908046 C6_chemical_B3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.504896369 C6_chemical_C1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.841690835 C6_chemical_C2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.47163175 C6_chemical_C3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.364910304 L4_control_A1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 4.898509875 L4_control_A2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.104985505 L4_control_A3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 4.867304088 L4_control_B1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.214256115 L4_control_B2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.220607372 L4_control_B3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.265288795 L4_control_C2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.230383759 L4_control_C3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.297531526 L4_chemical_A1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.0647195 L4_chemical_A2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.157466296 L4_chemical_A3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.310870694 L4_chemical_B1 +LQ01X040220 Putative disease resistance RPP13-like protein 1 4.966616847 L4_chemical_B2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.197347571 L4_chemical_B3 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.391323679 L4_chemical_C2 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.396651144 L4_chemical_C3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 12.30831193 C6_control_A1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.6776118 C6_control_A3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 12.22563926 C6_control_B1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.51706156 C6_control_B2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.5233019 C6_control_B3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.52937313 C6_control_C1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.32722978 C6_control_C2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.16634311 C6_control_C3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 12.21803588 C6_chemical_A1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.95803956 C6_chemical_A3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 12.35212716 C6_chemical_B1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.67870018 C6_chemical_B2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.40602315 C6_chemical_B3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.56694573 C6_chemical_C1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.55668309 C6_chemical_C2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.12178156 C6_chemical_C3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.96859376 L4_control_A1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.86461432 L4_control_A2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.64623457 L4_control_A3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.82591777 L4_control_B1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.51275577 L4_control_B2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.14626456 L4_control_B3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.85621429 L4_control_C2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.32169326 L4_control_C3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 12.16810243 L4_chemical_A1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.97847264 L4_chemical_A2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.53802463 L4_chemical_A3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 12.00230814 L4_chemical_B1 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.68331028 L4_chemical_B2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.2755609 L4_chemical_B3 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 12.0740563 L4_chemical_C2 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 11.40142397 L4_chemical_C3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.85099645 C6_control_A1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.41847731 C6_control_A3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.94477814 C6_control_B1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.73025456 C6_control_B2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.99090055 C6_control_B3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.29298869 C6_control_C1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.67777183 C6_control_C2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.33195961 C6_control_C3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.98663663 C6_chemical_A1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.22321367 C6_chemical_A3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.92649932 C6_chemical_B1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.80267664 C6_chemical_B2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.66006432 C6_chemical_B3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.20428034 C6_chemical_C1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.35217783 C6_chemical_C2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.33565715 C6_chemical_C3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.08297963 L4_control_A1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.14998363 L4_control_A2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.38906034 L4_control_A3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.1035983 L4_control_B1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.32645878 L4_control_B2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.2320724 L4_control_B3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.01104624 L4_control_C2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.1256404 L4_control_C3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.09701907 L4_chemical_A1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.1800915 L4_chemical_A2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.02777136 L4_chemical_A3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.41704848 L4_chemical_B1 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.30659832 L4_chemical_B2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.98506225 L4_chemical_B3 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.97462814 L4_chemical_C2 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 13.01692427 L4_chemical_C3 +LQ01X040260 Gd2b, putative 9.874568494 C6_control_A1 +LQ01X040260 Gd2b, putative 10.20634144 C6_control_A3 +LQ01X040260 Gd2b, putative 9.528907312 C6_control_B1 +LQ01X040260 Gd2b, putative 10.21742748 C6_control_B2 +LQ01X040260 Gd2b, putative 10.07699042 C6_control_B3 +LQ01X040260 Gd2b, putative 9.397863302 C6_control_C1 +LQ01X040260 Gd2b, putative 9.223766512 C6_control_C2 +LQ01X040260 Gd2b, putative 9.091326345 C6_control_C3 +LQ01X040260 Gd2b, putative 10.31736038 C6_chemical_A1 +LQ01X040260 Gd2b, putative 9.724965612 C6_chemical_A3 +LQ01X040260 Gd2b, putative 9.995562688 C6_chemical_B1 +LQ01X040260 Gd2b, putative 10.73947459 C6_chemical_B2 +LQ01X040260 Gd2b, putative 10.65960774 C6_chemical_B3 +LQ01X040260 Gd2b, putative 9.978879283 C6_chemical_C1 +LQ01X040260 Gd2b, putative 9.975653621 C6_chemical_C2 +LQ01X040260 Gd2b, putative 10.52354542 C6_chemical_C3 +LQ01X040260 Gd2b, putative 10.71183007 L4_control_A1 +LQ01X040260 Gd2b, putative 10.97107729 L4_control_A2 +LQ01X040260 Gd2b, putative 11.17010623 L4_control_A3 +LQ01X040260 Gd2b, putative 9.586915703 L4_control_B1 +LQ01X040260 Gd2b, putative 9.896452701 L4_control_B2 +LQ01X040260 Gd2b, putative 10.1186345 L4_control_B3 +LQ01X040260 Gd2b, putative 9.128883941 L4_control_C2 +LQ01X040260 Gd2b, putative 9.159322763 L4_control_C3 +LQ01X040260 Gd2b, putative 10.26621232 L4_chemical_A1 +LQ01X040260 Gd2b, putative 11.21108341 L4_chemical_A2 +LQ01X040260 Gd2b, putative 10.91491126 L4_chemical_A3 +LQ01X040260 Gd2b, putative 10.21551321 L4_chemical_B1 +LQ01X040260 Gd2b, putative 9.986235424 L4_chemical_B2 +LQ01X040260 Gd2b, putative 10.32679913 L4_chemical_B3 +LQ01X040260 Gd2b, putative 8.406740097 L4_chemical_C2 +LQ01X040260 Gd2b, putative 8.953586727 L4_chemical_C3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.350712298 C6_control_A1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.05262474 C6_control_A3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.154695634 C6_control_B1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.101356717 C6_control_B2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.248198053 C6_control_B3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.194337691 C6_control_C1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.189230503 C6_control_C2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 4.756277228 C6_control_C3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.07737425 C6_chemical_A1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 4.922503415 C6_chemical_A3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.374806919 C6_chemical_B1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.118924562 C6_chemical_B2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 4.877898749 C6_chemical_B3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 4.948951216 C6_chemical_C1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.279326337 C6_chemical_C2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.043461087 C6_chemical_C3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.232444965 L4_control_A1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 4.957751899 L4_control_A2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.198844518 L4_control_A3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.368161345 L4_control_B1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.259948588 L4_control_B2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.049138542 L4_control_B3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 4.970293946 L4_control_C2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 4.880950647 L4_control_C3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.226881044 L4_chemical_A1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.330208141 L4_chemical_A2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 6.209107145 L4_chemical_A3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.120026318 L4_chemical_B1 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.175201326 L4_chemical_B2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 4.902394496 L4_chemical_B3 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.039404797 L4_chemical_C2 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.179503521 L4_chemical_C3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.226532946 C6_control_A1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.67564422 C6_control_A3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.750207786 C6_control_B1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.510375978 C6_control_B2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.276036611 C6_control_B3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.765974538 C6_control_C1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.975196484 C6_control_C2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.729088604 C6_control_C3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.263072497 C6_chemical_A1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.158514455 C6_chemical_A3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.151108481 C6_chemical_B1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.599005663 C6_chemical_B2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.486687744 C6_chemical_B3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.80442289 C6_chemical_C1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.8536975 C6_chemical_C2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 7.069423678 C6_chemical_C3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.137948813 L4_control_A1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.576995989 L4_control_A2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.84415262 L4_control_A3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.231736741 L4_control_B1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.037144304 L4_control_B2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.771130158 L4_control_B3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.130220851 L4_control_C2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.544387769 L4_control_C3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.567439575 L4_chemical_A1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.98892408 L4_chemical_A2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.973161067 L4_chemical_A3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.844567579 L4_chemical_B1 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.275467981 L4_chemical_B2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.012063825 L4_chemical_B3 +LQ01X040300 50S ribosomal protein L1, chloroplastic 5.593869204 L4_chemical_C2 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.245267191 L4_chemical_C3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.056016082 C6_control_A1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.399831959 C6_control_A3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.991457745 C6_control_B1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.867231896 C6_control_B2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.15075094 C6_control_B3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.203580791 C6_control_C1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.293606986 C6_control_C2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.288263346 C6_control_C3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.169061996 C6_chemical_A1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.253334071 C6_chemical_A3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.02007029 C6_chemical_B1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.145376932 C6_chemical_B2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.162746454 C6_chemical_B3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.967842619 C6_chemical_C1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.172531851 C6_chemical_C2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.283263205 C6_chemical_C3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.601278872 L4_control_A1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.670553604 L4_control_A2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.417367324 L4_control_A3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 6.172338076 L4_control_B1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.655067614 L4_control_B2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.288406913 L4_control_B3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.087673539 L4_control_C2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.874358494 L4_control_C3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.725692243 L4_chemical_A1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.949968064 L4_chemical_A2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.274240908 L4_chemical_A3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.245674508 L4_chemical_B1 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.425759198 L4_chemical_B2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.249467093 L4_chemical_B3 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.983812967 L4_chemical_C2 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.481699316 L4_chemical_C3 +LQ01X040350 Notchless protein homolog 12.5467496 C6_control_A1 +LQ01X040350 Notchless protein homolog 12.5019134 C6_control_A3 +LQ01X040350 Notchless protein homolog 12.39667914 C6_control_B1 +LQ01X040350 Notchless protein homolog 12.80319266 C6_control_B2 +LQ01X040350 Notchless protein homolog 12.11289622 C6_control_B3 +LQ01X040350 Notchless protein homolog 12.99124709 C6_control_C1 +LQ01X040350 Notchless protein homolog 13.06092079 C6_control_C2 +LQ01X040350 Notchless protein homolog 13.25611657 C6_control_C3 +LQ01X040350 Notchless protein homolog 12.06668478 C6_chemical_A1 +LQ01X040350 Notchless protein homolog 12.23484028 C6_chemical_A3 +LQ01X040350 Notchless protein homolog 11.95570529 C6_chemical_B1 +LQ01X040350 Notchless protein homolog 12.41114531 C6_chemical_B2 +LQ01X040350 Notchless protein homolog 11.84053303 C6_chemical_B3 +LQ01X040350 Notchless protein homolog 12.55858601 C6_chemical_C1 +LQ01X040350 Notchless protein homolog 12.93451992 C6_chemical_C2 +LQ01X040350 Notchless protein homolog 13.05890198 C6_chemical_C3 +LQ01X040350 Notchless protein homolog 12.5832445 L4_control_A1 +LQ01X040350 Notchless protein homolog 13.22398166 L4_control_A2 +LQ01X040350 Notchless protein homolog 12.70212616 L4_control_A3 +LQ01X040350 Notchless protein homolog 12.29776484 L4_control_B1 +LQ01X040350 Notchless protein homolog 12.39769391 L4_control_B2 +LQ01X040350 Notchless protein homolog 13.00515125 L4_control_B3 +LQ01X040350 Notchless protein homolog 12.82142837 L4_control_C2 +LQ01X040350 Notchless protein homolog 13.14499996 L4_control_C3 +LQ01X040350 Notchless protein homolog 12.46865419 L4_chemical_A1 +LQ01X040350 Notchless protein homolog 12.83312932 L4_chemical_A2 +LQ01X040350 Notchless protein homolog 12.30373493 L4_chemical_A3 +LQ01X040350 Notchless protein homolog 12.2843537 L4_chemical_B1 +LQ01X040350 Notchless protein homolog 12.64432179 L4_chemical_B2 +LQ01X040350 Notchless protein homolog 12.70085524 L4_chemical_B3 +LQ01X040350 Notchless protein homolog 12.97860325 L4_chemical_C2 +LQ01X040350 Notchless protein homolog 13.30045167 L4_chemical_C3 +LQ01X040390 Putative uncharacterized protein 6.747044748 C6_control_A1 +LQ01X040390 Putative uncharacterized protein 6.047586135 C6_control_A3 +LQ01X040390 Putative uncharacterized protein 5.971913527 C6_control_B1 +LQ01X040390 Putative uncharacterized protein 5.483927495 C6_control_B2 +LQ01X040390 Putative uncharacterized protein 6.573344477 C6_control_B3 +LQ01X040390 Putative uncharacterized protein 5.764366887 C6_control_C1 +LQ01X040390 Putative uncharacterized protein 5.63594919 C6_control_C2 +LQ01X040390 Putative uncharacterized protein 5.543040412 C6_control_C3 +LQ01X040390 Putative uncharacterized protein 6.099558414 C6_chemical_A1 +LQ01X040390 Putative uncharacterized protein 5.916117765 C6_chemical_A3 +LQ01X040390 Putative uncharacterized protein 6.658797646 C6_chemical_B1 +LQ01X040390 Putative uncharacterized protein 5.524140015 C6_chemical_B2 +LQ01X040390 Putative uncharacterized protein 6.250812747 C6_chemical_B3 +LQ01X040390 Putative uncharacterized protein 5.436282145 C6_chemical_C1 +LQ01X040390 Putative uncharacterized protein 5.414163445 C6_chemical_C2 +LQ01X040390 Putative uncharacterized protein 5.208329587 C6_chemical_C3 +LQ01X040390 Putative uncharacterized protein 5.876387093 L4_control_A1 +LQ01X040390 Putative uncharacterized protein 6.636814161 L4_control_A2 +LQ01X040390 Putative uncharacterized protein 7.074724766 L4_control_A3 +LQ01X040390 Putative uncharacterized protein 5.941360165 L4_control_B1 +LQ01X040390 Putative uncharacterized protein 6.428079081 L4_control_B2 +LQ01X040390 Putative uncharacterized protein 6.099128755 L4_control_B3 +LQ01X040390 Putative uncharacterized protein 5.914305139 L4_control_C2 +LQ01X040390 Putative uncharacterized protein 6.484513617 L4_control_C3 +LQ01X040390 Putative uncharacterized protein 5.833925637 L4_chemical_A1 +LQ01X040390 Putative uncharacterized protein 6.753078199 L4_chemical_A2 +LQ01X040390 Putative uncharacterized protein 6.684776264 L4_chemical_A3 +LQ01X040390 Putative uncharacterized protein 6.098005689 L4_chemical_B1 +LQ01X040390 Putative uncharacterized protein 6.600885173 L4_chemical_B2 +LQ01X040390 Putative uncharacterized protein 6.225648749 L4_chemical_B3 +LQ01X040390 Putative uncharacterized protein 6.609183063 L4_chemical_C2 +LQ01X040390 Putative uncharacterized protein 5.828403686 L4_chemical_C3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.58200287 C6_control_A1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 6.452857043 C6_control_A3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 4.964034008 C6_control_B1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.655737033 C6_control_B2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.727274006 C6_control_B3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.232700207 C6_control_C1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.339043158 C6_control_C2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.061164658 C6_control_C3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.741720659 C6_chemical_A1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.757825493 C6_chemical_A3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 4.95636451 C6_chemical_B1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.600936372 C6_chemical_B2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.560652005 C6_chemical_B3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.107719215 C6_chemical_C1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.450382632 C6_chemical_C2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.007085123 C6_chemical_C3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.915050687 L4_control_A1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 6.29476187 L4_control_A2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 6.449042274 L4_control_A3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.826019813 L4_control_B1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 6.030750141 L4_control_B2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.275476486 L4_control_B3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.405520794 L4_control_C2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.106774945 L4_control_C3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.283197426 L4_chemical_A1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.742827223 L4_chemical_A2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 6.180887568 L4_chemical_A3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.704372695 L4_chemical_B1 +LQ01X040410 Cycloartenol-C-24-methyltransferase 6.819107754 L4_chemical_B2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.597937705 L4_chemical_B3 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.588235425 L4_chemical_C2 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.431605008 L4_chemical_C3 +LQ01X040430 Putative uncharacterized protein 5.431647146 C6_control_A1 +LQ01X040430 Putative uncharacterized protein 5.56078396 C6_control_A3 +LQ01X040430 Putative uncharacterized protein 6.168572316 C6_control_B1 +LQ01X040430 Putative uncharacterized protein 5.71208848 C6_control_B2 +LQ01X040430 Putative uncharacterized protein 5.880603596 C6_control_B3 +LQ01X040430 Putative uncharacterized protein 5.668774203 C6_control_C1 +LQ01X040430 Putative uncharacterized protein 5.494185647 C6_control_C2 +LQ01X040430 Putative uncharacterized protein 5.474896895 C6_control_C3 +LQ01X040430 Putative uncharacterized protein 5.052229496 C6_chemical_A1 +LQ01X040430 Putative uncharacterized protein 5.559877238 C6_chemical_A3 +LQ01X040430 Putative uncharacterized protein 5.515794749 C6_chemical_B1 +LQ01X040430 Putative uncharacterized protein 5.829210342 C6_chemical_B2 +LQ01X040430 Putative uncharacterized protein 5.479711904 C6_chemical_B3 +LQ01X040430 Putative uncharacterized protein 5.502255031 C6_chemical_C1 +LQ01X040430 Putative uncharacterized protein 5.385564977 C6_chemical_C2 +LQ01X040430 Putative uncharacterized protein 5.31370111 C6_chemical_C3 +LQ01X040430 Putative uncharacterized protein 5.715239834 L4_control_A1 +LQ01X040430 Putative uncharacterized protein 5.141947946 L4_control_A2 +LQ01X040430 Putative uncharacterized protein 5.110990333 L4_control_A3 +LQ01X040430 Putative uncharacterized protein 5.715976838 L4_control_B1 +LQ01X040430 Putative uncharacterized protein 5.420227731 L4_control_B2 +LQ01X040430 Putative uncharacterized protein 5.32005465 L4_control_B3 +LQ01X040430 Putative uncharacterized protein 5.629249494 L4_control_C2 +LQ01X040430 Putative uncharacterized protein 5.365047193 L4_control_C3 +LQ01X040430 Putative uncharacterized protein 5.226231996 L4_chemical_A1 +LQ01X040430 Putative uncharacterized protein 5.60096307 L4_chemical_A2 +LQ01X040430 Putative uncharacterized protein 5.544957145 L4_chemical_A3 +LQ01X040430 Putative uncharacterized protein 5.374441362 L4_chemical_B1 +LQ01X040430 Putative uncharacterized protein 5.057700318 L4_chemical_B2 +LQ01X040430 Putative uncharacterized protein 5.797177345 L4_chemical_B3 +LQ01X040430 Putative uncharacterized protein 5.283123879 L4_chemical_C2 +LQ01X040430 Putative uncharacterized protein 5.293708034 L4_chemical_C3 +LQ01X040450 Predicted protein 5.286199289 C6_control_A1 +LQ01X040450 Predicted protein 5.016151059 C6_control_A3 +LQ01X040450 Predicted protein 5.677574526 C6_control_B1 +LQ01X040450 Predicted protein 5.483018296 C6_control_B2 +LQ01X040450 Predicted protein 5.296274276 C6_control_B3 +LQ01X040450 Predicted protein 6.239101873 C6_control_C1 +LQ01X040450 Predicted protein 5.901086869 C6_control_C2 +LQ01X040450 Predicted protein 5.676127897 C6_control_C3 +LQ01X040450 Predicted protein 5.663706654 C6_chemical_A1 +LQ01X040450 Predicted protein 5.172069259 C6_chemical_A3 +LQ01X040450 Predicted protein 5.165078155 C6_chemical_B1 +LQ01X040450 Predicted protein 5.683950846 C6_chemical_B2 +LQ01X040450 Predicted protein 5.461345461 C6_chemical_B3 +LQ01X040450 Predicted protein 6.336792805 C6_chemical_C1 +LQ01X040450 Predicted protein 5.744986903 C6_chemical_C2 +LQ01X040450 Predicted protein 5.74122831 C6_chemical_C3 +LQ01X040450 Predicted protein 5.111743135 L4_control_A1 +LQ01X040450 Predicted protein 5.785165105 L4_control_A2 +LQ01X040450 Predicted protein 5.98849979 L4_control_A3 +LQ01X040450 Predicted protein 5.045920719 L4_control_B1 +LQ01X040450 Predicted protein 5.494947229 L4_control_B2 +LQ01X040450 Predicted protein 5.146302476 L4_control_B3 +LQ01X040450 Predicted protein 5.117161787 L4_control_C2 +LQ01X040450 Predicted protein 4.978851983 L4_control_C3 +LQ01X040450 Predicted protein 5.457646467 L4_chemical_A1 +LQ01X040450 Predicted protein 5.157943833 L4_chemical_A2 +LQ01X040450 Predicted protein 6.063611254 L4_chemical_A3 +LQ01X040450 Predicted protein 5.414571538 L4_chemical_B1 +LQ01X040450 Predicted protein 5.394218802 L4_chemical_B2 +LQ01X040450 Predicted protein 5.386661979 L4_chemical_B3 +LQ01X040450 Predicted protein 5.670007551 L4_chemical_C2 +LQ01X040450 Predicted protein 5.343861688 L4_chemical_C3 +LQ01X040460 Predicted protein 5.889467758 C6_control_A1 +LQ01X040460 Predicted protein 5.831764643 C6_control_A3 +LQ01X040460 Predicted protein 5.2861445 C6_control_B1 +LQ01X040460 Predicted protein 5.645856396 C6_control_B2 +LQ01X040460 Predicted protein 5.525902678 C6_control_B3 +LQ01X040460 Predicted protein 5.793462847 C6_control_C1 +LQ01X040460 Predicted protein 6.94293607 C6_control_C2 +LQ01X040460 Predicted protein 6.192842564 C6_control_C3 +LQ01X040460 Predicted protein 5.458878435 C6_chemical_A1 +LQ01X040460 Predicted protein 5.120568076 C6_chemical_A3 +LQ01X040460 Predicted protein 5.296880923 C6_chemical_B1 +LQ01X040460 Predicted protein 5.582717489 C6_chemical_B2 +LQ01X040460 Predicted protein 5.564064631 C6_chemical_B3 +LQ01X040460 Predicted protein 5.844030305 C6_chemical_C1 +LQ01X040460 Predicted protein 6.015844281 C6_chemical_C2 +LQ01X040460 Predicted protein 5.789661249 C6_chemical_C3 +LQ01X040460 Predicted protein 5.491791143 L4_control_A1 +LQ01X040460 Predicted protein 5.473096022 L4_control_A2 +LQ01X040460 Predicted protein 5.997941727 L4_control_A3 +LQ01X040460 Predicted protein 5.567055476 L4_control_B1 +LQ01X040460 Predicted protein 5.657918893 L4_control_B2 +LQ01X040460 Predicted protein 5.294262326 L4_control_B3 +LQ01X040460 Predicted protein 6.329354028 L4_control_C2 +LQ01X040460 Predicted protein 5.414294473 L4_control_C3 +LQ01X040460 Predicted protein 5.279737376 L4_chemical_A1 +LQ01X040460 Predicted protein 5.29644649 L4_chemical_A2 +LQ01X040460 Predicted protein 5.301012738 L4_chemical_A3 +LQ01X040460 Predicted protein 4.783467581 L4_chemical_B1 +LQ01X040460 Predicted protein 5.544265445 L4_chemical_B2 +LQ01X040460 Predicted protein 5.157690388 L4_chemical_B3 +LQ01X040460 Predicted protein 6.134036726 L4_chemical_C2 +LQ01X040460 Predicted protein 5.400981601 L4_chemical_C3 +LQ01X040490 Hypothetical protein 4.771745354 C6_control_A1 +LQ01X040490 Hypothetical protein 4.888579612 C6_control_A3 +LQ01X040490 Hypothetical protein 5.006092072 C6_control_B1 +LQ01X040490 Hypothetical protein 4.629285 C6_control_B2 +LQ01X040490 Hypothetical protein 4.971240183 C6_control_B3 +LQ01X040490 Hypothetical protein 4.665070817 C6_control_C1 +LQ01X040490 Hypothetical protein 4.662473143 C6_control_C2 +LQ01X040490 Hypothetical protein 4.776846457 C6_control_C3 +LQ01X040490 Hypothetical protein 4.789596615 C6_chemical_A1 +LQ01X040490 Hypothetical protein 5.05620705 C6_chemical_A3 +LQ01X040490 Hypothetical protein 5.078222514 C6_chemical_B1 +LQ01X040490 Hypothetical protein 4.772257042 C6_chemical_B2 +LQ01X040490 Hypothetical protein 5.117891372 C6_chemical_B3 +LQ01X040490 Hypothetical protein 4.638644331 C6_chemical_C1 +LQ01X040490 Hypothetical protein 4.735518839 C6_chemical_C2 +LQ01X040490 Hypothetical protein 4.743281508 C6_chemical_C3 +LQ01X040490 Hypothetical protein 4.806514971 L4_control_A1 +LQ01X040490 Hypothetical protein 4.81605728 L4_control_A2 +LQ01X040490 Hypothetical protein 5.299215236 L4_control_A3 +LQ01X040490 Hypothetical protein 5.277421831 L4_control_B1 +LQ01X040490 Hypothetical protein 5.415833478 L4_control_B2 +LQ01X040490 Hypothetical protein 4.960024347 L4_control_B3 +LQ01X040490 Hypothetical protein 4.918637401 L4_control_C2 +LQ01X040490 Hypothetical protein 4.956292495 L4_control_C3 +LQ01X040490 Hypothetical protein 4.74458551 L4_chemical_A1 +LQ01X040490 Hypothetical protein 5.006693361 L4_chemical_A2 +LQ01X040490 Hypothetical protein 5.059919996 L4_chemical_A3 +LQ01X040490 Hypothetical protein 4.950735226 L4_chemical_B1 +LQ01X040490 Hypothetical protein 4.938685771 L4_chemical_B2 +LQ01X040490 Hypothetical protein 5.1674466 L4_chemical_B3 +LQ01X040490 Hypothetical protein 5.166914024 L4_chemical_C2 +LQ01X040490 Hypothetical protein 4.857335272 L4_chemical_C3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.730357805 C6_control_A1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.416723611 C6_control_A3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.615119966 C6_control_B1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.060304438 C6_control_B2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.109378416 C6_control_B3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.221597158 C6_control_C1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.93862928 C6_control_C2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.676315058 C6_control_C3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.17561621 C6_chemical_A1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.760742656 C6_chemical_A3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.988135602 C6_chemical_B1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.750108455 C6_chemical_B2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.63737851 C6_chemical_B3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.456147312 C6_chemical_C1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.918305797 C6_chemical_C2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.781769298 C6_chemical_C3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.698150207 L4_control_A1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.477598514 L4_control_A2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.720687322 L4_control_A3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.193105376 L4_control_B1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.002598458 L4_control_B2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.707783741 L4_control_B3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.752481469 L4_control_C2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.021182563 L4_control_C3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.614917645 L4_chemical_A1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.008513668 L4_chemical_A2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.761587328 L4_chemical_A3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.100774192 L4_chemical_B1 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.049440053 L4_chemical_B2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.731000405 L4_chemical_B3 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.638145589 L4_chemical_C2 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 5.049555958 L4_chemical_C3 +LQ01X040530 Predicted protein 5.646248616 C6_control_A1 +LQ01X040530 Predicted protein 5.930962143 C6_control_A3 +LQ01X040530 Predicted protein 5.296338831 C6_control_B1 +LQ01X040530 Predicted protein 5.637460953 C6_control_B2 +LQ01X040530 Predicted protein 5.019911443 C6_control_B3 +LQ01X040530 Predicted protein 6.141784242 C6_control_C1 +LQ01X040530 Predicted protein 6.666798886 C6_control_C2 +LQ01X040530 Predicted protein 5.803680882 C6_control_C3 +LQ01X040530 Predicted protein 5.363538571 C6_chemical_A1 +LQ01X040530 Predicted protein 5.678592328 C6_chemical_A3 +LQ01X040530 Predicted protein 5.123450011 C6_chemical_B1 +LQ01X040530 Predicted protein 5.614851249 C6_chemical_B2 +LQ01X040530 Predicted protein 5.254244958 C6_chemical_B3 +LQ01X040530 Predicted protein 5.806915355 C6_chemical_C1 +LQ01X040530 Predicted protein 5.90335649 C6_chemical_C2 +LQ01X040530 Predicted protein 5.326350095 C6_chemical_C3 +LQ01X040530 Predicted protein 5.586101025 L4_control_A1 +LQ01X040530 Predicted protein 5.307860798 L4_control_A2 +LQ01X040530 Predicted protein 5.598089277 L4_control_A3 +LQ01X040530 Predicted protein 5.556399632 L4_control_B1 +LQ01X040530 Predicted protein 5.26645686 L4_control_B2 +LQ01X040530 Predicted protein 4.994252601 L4_control_B3 +LQ01X040530 Predicted protein 5.195952221 L4_control_C2 +LQ01X040530 Predicted protein 5.597628271 L4_control_C3 +LQ01X040530 Predicted protein 5.358739059 L4_chemical_A1 +LQ01X040530 Predicted protein 5.17885716 L4_chemical_A2 +LQ01X040530 Predicted protein 5.649730378 L4_chemical_A3 +LQ01X040530 Predicted protein 5.601662759 L4_chemical_B1 +LQ01X040530 Predicted protein 5.287032611 L4_chemical_B2 +LQ01X040530 Predicted protein 5.296374025 L4_chemical_B3 +LQ01X040530 Predicted protein 5.699374198 L4_chemical_C2 +LQ01X040530 Predicted protein 5.489516034 L4_chemical_C3 +LQ01X040540 F17A17.35 protein 11.326431 C6_control_A1 +LQ01X040540 F17A17.35 protein 10.84323937 C6_control_A3 +LQ01X040540 F17A17.35 protein 11.67477962 C6_control_B1 +LQ01X040540 F17A17.35 protein 11.52556919 C6_control_B2 +LQ01X040540 F17A17.35 protein 11.76396208 C6_control_B3 +LQ01X040540 F17A17.35 protein 12.00645706 C6_control_C1 +LQ01X040540 F17A17.35 protein 11.78368184 C6_control_C2 +LQ01X040540 F17A17.35 protein 11.75940478 C6_control_C3 +LQ01X040540 F17A17.35 protein 11.27597911 C6_chemical_A1 +LQ01X040540 F17A17.35 protein 11.17062551 C6_chemical_A3 +LQ01X040540 F17A17.35 protein 11.77144432 C6_chemical_B1 +LQ01X040540 F17A17.35 protein 11.50552633 C6_chemical_B2 +LQ01X040540 F17A17.35 protein 11.5070462 C6_chemical_B3 +LQ01X040540 F17A17.35 protein 11.84994543 C6_chemical_C1 +LQ01X040540 F17A17.35 protein 12.09608695 C6_chemical_C2 +LQ01X040540 F17A17.35 protein 11.64543691 C6_chemical_C3 +LQ01X040540 F17A17.35 protein 10.87088578 L4_control_A1 +LQ01X040540 F17A17.35 protein 11.70647162 L4_control_A2 +LQ01X040540 F17A17.35 protein 11.40314203 L4_control_A3 +LQ01X040540 F17A17.35 protein 11.65254017 L4_control_B1 +LQ01X040540 F17A17.35 protein 12.37357223 L4_control_B2 +LQ01X040540 F17A17.35 protein 12.05803065 L4_control_B3 +LQ01X040540 F17A17.35 protein 12.42715364 L4_control_C2 +LQ01X040540 F17A17.35 protein 12.07915673 L4_control_C3 +LQ01X040540 F17A17.35 protein 10.61381387 L4_chemical_A1 +LQ01X040540 F17A17.35 protein 11.23044082 L4_chemical_A2 +LQ01X040540 F17A17.35 protein 11.21196848 L4_chemical_A3 +LQ01X040540 F17A17.35 protein 11.80871723 L4_chemical_B1 +LQ01X040540 F17A17.35 protein 11.88046622 L4_chemical_B2 +LQ01X040540 F17A17.35 protein 11.66970987 L4_chemical_B3 +LQ01X040540 F17A17.35 protein 12.15868381 L4_chemical_C2 +LQ01X040540 F17A17.35 protein 12.23137953 L4_chemical_C3 +LQ01X040560 Hypothetical protein 5.995012009 C6_control_A1 +LQ01X040560 Hypothetical protein 6.569011892 C6_control_A3 +LQ01X040560 Hypothetical protein 6.617757791 C6_control_B1 +LQ01X040560 Hypothetical protein 6.164539452 C6_control_B2 +LQ01X040560 Hypothetical protein 5.717160596 C6_control_B3 +LQ01X040560 Hypothetical protein 7.108540855 C6_control_C1 +LQ01X040560 Hypothetical protein 6.807311678 C6_control_C2 +LQ01X040560 Hypothetical protein 6.966825615 C6_control_C3 +LQ01X040560 Hypothetical protein 5.969293764 C6_chemical_A1 +LQ01X040560 Hypothetical protein 5.8876566 C6_chemical_A3 +LQ01X040560 Hypothetical protein 5.690856409 C6_chemical_B1 +LQ01X040560 Hypothetical protein 6.258401329 C6_chemical_B2 +LQ01X040560 Hypothetical protein 6.085286926 C6_chemical_B3 +LQ01X040560 Hypothetical protein 6.63209632 C6_chemical_C1 +LQ01X040560 Hypothetical protein 6.794512483 C6_chemical_C2 +LQ01X040560 Hypothetical protein 6.169415875 C6_chemical_C3 +LQ01X040560 Hypothetical protein 6.39229916 L4_control_A1 +LQ01X040560 Hypothetical protein 5.788608281 L4_control_A2 +LQ01X040560 Hypothetical protein 5.72908816 L4_control_A3 +LQ01X040560 Hypothetical protein 5.483233151 L4_control_B1 +LQ01X040560 Hypothetical protein 5.647260147 L4_control_B2 +LQ01X040560 Hypothetical protein 5.859359585 L4_control_B3 +LQ01X040560 Hypothetical protein 6.184946277 L4_control_C2 +LQ01X040560 Hypothetical protein 6.168971706 L4_control_C3 +LQ01X040560 Hypothetical protein 5.940664061 L4_chemical_A1 +LQ01X040560 Hypothetical protein 5.998753003 L4_chemical_A2 +LQ01X040560 Hypothetical protein 5.640908312 L4_chemical_A3 +LQ01X040560 Hypothetical protein 5.391518994 L4_chemical_B1 +LQ01X040560 Hypothetical protein 5.690600097 L4_chemical_B2 +LQ01X040560 Hypothetical protein 5.755341461 L4_chemical_B3 +LQ01X040560 Hypothetical protein 6.016977853 L4_chemical_C2 +LQ01X040560 Hypothetical protein 5.255578981 L4_chemical_C3 +LQ01X040570 Putative Predicted protein 5.633308122 C6_control_A1 +LQ01X040570 Putative Predicted protein 5.350238269 C6_control_A3 +LQ01X040570 Putative Predicted protein 5.980449134 C6_control_B1 +LQ01X040570 Putative Predicted protein 5.827286958 C6_control_B2 +LQ01X040570 Putative Predicted protein 5.826140632 C6_control_B3 +LQ01X040570 Putative Predicted protein 6.042712479 C6_control_C1 +LQ01X040570 Putative Predicted protein 5.555362873 C6_control_C2 +LQ01X040570 Putative Predicted protein 5.846359407 C6_control_C3 +LQ01X040570 Putative Predicted protein 5.881694278 C6_chemical_A1 +LQ01X040570 Putative Predicted protein 5.316748283 C6_chemical_A3 +LQ01X040570 Putative Predicted protein 5.839853286 C6_chemical_B1 +LQ01X040570 Putative Predicted protein 5.724847609 C6_chemical_B2 +LQ01X040570 Putative Predicted protein 6.590986093 C6_chemical_B3 +LQ01X040570 Putative Predicted protein 6.03034469 C6_chemical_C1 +LQ01X040570 Putative Predicted protein 5.721029361 C6_chemical_C2 +LQ01X040570 Putative Predicted protein 5.675182836 C6_chemical_C3 +LQ01X040570 Putative Predicted protein 5.711931339 L4_control_A1 +LQ01X040570 Putative Predicted protein 6.116312288 L4_control_A2 +LQ01X040570 Putative Predicted protein 5.691590746 L4_control_A3 +LQ01X040570 Putative Predicted protein 5.728591472 L4_control_B1 +LQ01X040570 Putative Predicted protein 5.621557006 L4_control_B2 +LQ01X040570 Putative Predicted protein 5.732928551 L4_control_B3 +LQ01X040570 Putative Predicted protein 5.789888324 L4_control_C2 +LQ01X040570 Putative Predicted protein 6.401803873 L4_control_C3 +LQ01X040570 Putative Predicted protein 6.117609252 L4_chemical_A1 +LQ01X040570 Putative Predicted protein 6.498519569 L4_chemical_A2 +LQ01X040570 Putative Predicted protein 6.046427842 L4_chemical_A3 +LQ01X040570 Putative Predicted protein 5.638301864 L4_chemical_B1 +LQ01X040570 Putative Predicted protein 5.358610702 L4_chemical_B2 +LQ01X040570 Putative Predicted protein 5.695744602 L4_chemical_B3 +LQ01X040570 Putative Predicted protein 5.530195819 L4_chemical_C2 +LQ01X040570 Putative Predicted protein 6.119722625 L4_chemical_C3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 10.87692988 C6_control_A1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 9.599480922 C6_control_A3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.35123218 C6_control_B1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.75996803 C6_control_B2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.06819947 C6_control_B3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 13.11670235 C6_control_C1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.7303701 C6_control_C2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.04103591 C6_control_C3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.56041036 C6_chemical_A1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 10.64676272 C6_chemical_A3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.10743011 C6_chemical_B1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.07093509 C6_chemical_B2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.52472177 C6_chemical_B3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 13.05301377 C6_chemical_C1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 13.20650983 C6_chemical_C2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.44315474 C6_chemical_C3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 10.87989351 L4_control_A1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.47671784 L4_control_A2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.01006079 L4_control_A3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.86705921 L4_control_B1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.61708577 L4_control_B2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.91848377 L4_control_B3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 13.69065949 L4_control_C2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 13.39959485 L4_control_C3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.05688462 L4_chemical_A1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.67730773 L4_chemical_A2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.26934898 L4_chemical_A3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.10939794 L4_chemical_B1 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 12.18655154 L4_chemical_B2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.21293554 L4_chemical_B3 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 13.50038779 L4_chemical_C2 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 13.20903842 L4_chemical_C3 +LQ01X040630 Predicted protein 11.004888 C6_control_A1 +LQ01X040630 Predicted protein 11.2469542 C6_control_A3 +LQ01X040630 Predicted protein 10.88079699 C6_control_B1 +LQ01X040630 Predicted protein 10.52740792 C6_control_B2 +LQ01X040630 Predicted protein 10.26424613 C6_control_B3 +LQ01X040630 Predicted protein 10.83235887 C6_control_C1 +LQ01X040630 Predicted protein 10.7375907 C6_control_C2 +LQ01X040630 Predicted protein 10.78065995 C6_control_C3 +LQ01X040630 Predicted protein 11.1241987 C6_chemical_A1 +LQ01X040630 Predicted protein 11.33276243 C6_chemical_A3 +LQ01X040630 Predicted protein 10.58597225 C6_chemical_B1 +LQ01X040630 Predicted protein 10.64244505 C6_chemical_B2 +LQ01X040630 Predicted protein 10.21205957 C6_chemical_B3 +LQ01X040630 Predicted protein 11.13834845 C6_chemical_C1 +LQ01X040630 Predicted protein 11.05010057 C6_chemical_C2 +LQ01X040630 Predicted protein 10.60536652 C6_chemical_C3 +LQ01X040630 Predicted protein 11.46765307 L4_control_A1 +LQ01X040630 Predicted protein 11.24215597 L4_control_A2 +LQ01X040630 Predicted protein 11.39492959 L4_control_A3 +LQ01X040630 Predicted protein 10.78837062 L4_control_B1 +LQ01X040630 Predicted protein 10.67741179 L4_control_B2 +LQ01X040630 Predicted protein 10.19401349 L4_control_B3 +LQ01X040630 Predicted protein 11.0580459 L4_control_C2 +LQ01X040630 Predicted protein 10.96177434 L4_control_C3 +LQ01X040630 Predicted protein 11.10540116 L4_chemical_A1 +LQ01X040630 Predicted protein 11.14323999 L4_chemical_A2 +LQ01X040630 Predicted protein 11.31275324 L4_chemical_A3 +LQ01X040630 Predicted protein 11.27903491 L4_chemical_B1 +LQ01X040630 Predicted protein 11.0291274 L4_chemical_B2 +LQ01X040630 Predicted protein 10.06089251 L4_chemical_B3 +LQ01X040630 Predicted protein 10.91515162 L4_chemical_C2 +LQ01X040630 Predicted protein 11.12206941 L4_chemical_C3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 8.968837761 C6_control_A1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 7.980548243 C6_control_A3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.438486592 C6_control_B1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.902177468 C6_control_B2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.80020176 C6_control_B3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.032986652 C6_control_C1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 8.359373082 C6_control_C2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 8.345944753 C6_control_C3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.37793446 C6_chemical_A1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.375710011 C6_chemical_A3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.63964387 C6_chemical_B1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.64542228 C6_chemical_B2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 11.13807354 C6_chemical_B3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.751829414 C6_chemical_C1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.710761443 C6_chemical_C2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.043279404 C6_chemical_C3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.53818331 L4_control_A1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.03343925 L4_control_A2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.8932142 L4_control_A3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.922483157 L4_control_B1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.15470349 L4_control_B2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 11.55789219 L4_control_B3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 8.0781806 L4_control_C2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.869868175 L4_control_C3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.665360054 L4_chemical_A1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.793300214 L4_chemical_A2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.72284016 L4_chemical_A3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 9.555066617 L4_chemical_B1 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.01674118 L4_chemical_B2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 11.02791733 L4_chemical_B3 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 8.137195344 L4_chemical_C2 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.00424011 L4_chemical_C3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.356868536 C6_control_A1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 4.822156562 C6_control_A3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.280879374 C6_control_B1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.608750632 C6_control_B2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.674691098 C6_control_B3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 6.081447345 C6_control_C1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.688307261 C6_control_C2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.841010834 C6_control_C3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.806326902 C6_chemical_A1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.376459778 C6_chemical_A3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.39783068 C6_chemical_B1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.844272296 C6_chemical_B2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.394813704 C6_chemical_B3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 6.152875712 C6_chemical_C1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.561270041 C6_chemical_C2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.917979637 C6_chemical_C3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.547522615 L4_control_A1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.322786975 L4_control_A2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.392165791 L4_control_A3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.158765673 L4_control_B1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.885505407 L4_control_B2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.639183128 L4_control_B3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.390272997 L4_control_C2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.25630376 L4_control_C3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.410812939 L4_chemical_A1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.736620143 L4_chemical_A2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 4.949747889 L4_chemical_A3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.090235117 L4_chemical_B1 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.682186913 L4_chemical_B2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.540682618 L4_chemical_B3 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.115510789 L4_chemical_C2 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.289906783 L4_chemical_C3 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.33255397 C6_control_A1 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.50518671 C6_control_A3 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.16084674 C6_control_B1 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.25698468 C6_control_B2 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.16430965 C6_control_B3 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.59137458 C6_control_C1 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.73717086 C6_control_C2 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.47635542 C6_control_C3 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.16600519 C6_chemical_A1 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.27352421 C6_chemical_A3 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.90612731 C6_chemical_B1 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.04941355 C6_chemical_B2 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.96611884 C6_chemical_B3 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.7211557 C6_chemical_C1 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.59847791 C6_chemical_C2 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.29521306 C6_chemical_C3 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.32420673 L4_control_A1 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.32494459 L4_control_A2 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.38356845 L4_control_A3 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.00097413 L4_control_B1 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.99228598 L4_control_B2 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.20313921 L4_control_B3 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.3192441 L4_control_C2 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.70333527 L4_control_C3 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.47318725 L4_chemical_A1 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.2670443 L4_chemical_A2 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.59117854 L4_chemical_A3 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.19782391 L4_chemical_B1 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.74508263 L4_chemical_B2 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.37699877 L4_chemical_B3 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.48928153 L4_chemical_C2 +LQ01X040700 ATP synthase subunit O, mitochondrial 13.93530923 L4_chemical_C3 +LQ01X040730 Protein binding protein, putative 5.524681151 C6_control_A1 +LQ01X040730 Protein binding protein, putative 5.751114071 C6_control_A3 +LQ01X040730 Protein binding protein, putative 5.087254054 C6_control_B1 +LQ01X040730 Protein binding protein, putative 5.735204329 C6_control_B2 +LQ01X040730 Protein binding protein, putative 5.212524252 C6_control_B3 +LQ01X040730 Protein binding protein, putative 5.258810217 C6_control_C1 +LQ01X040730 Protein binding protein, putative 5.535126031 C6_control_C2 +LQ01X040730 Protein binding protein, putative 5.381864459 C6_control_C3 +LQ01X040730 Protein binding protein, putative 5.19845171 C6_chemical_A1 +LQ01X040730 Protein binding protein, putative 6.033569812 C6_chemical_A3 +LQ01X040730 Protein binding protein, putative 4.869503853 C6_chemical_B1 +LQ01X040730 Protein binding protein, putative 5.243458481 C6_chemical_B2 +LQ01X040730 Protein binding protein, putative 5.022581891 C6_chemical_B3 +LQ01X040730 Protein binding protein, putative 5.1618936 C6_chemical_C1 +LQ01X040730 Protein binding protein, putative 5.972734094 C6_chemical_C2 +LQ01X040730 Protein binding protein, putative 5.335844033 C6_chemical_C3 +LQ01X040730 Protein binding protein, putative 5.430678622 L4_control_A1 +LQ01X040730 Protein binding protein, putative 5.554557107 L4_control_A2 +LQ01X040730 Protein binding protein, putative 4.935092184 L4_control_A3 +LQ01X040730 Protein binding protein, putative 5.017258783 L4_control_B1 +LQ01X040730 Protein binding protein, putative 5.437138716 L4_control_B2 +LQ01X040730 Protein binding protein, putative 5.160585276 L4_control_B3 +LQ01X040730 Protein binding protein, putative 5.006954837 L4_control_C2 +LQ01X040730 Protein binding protein, putative 5.347969247 L4_control_C3 +LQ01X040730 Protein binding protein, putative 5.19921924 L4_chemical_A1 +LQ01X040730 Protein binding protein, putative 5.056463503 L4_chemical_A2 +LQ01X040730 Protein binding protein, putative 4.877077054 L4_chemical_A3 +LQ01X040730 Protein binding protein, putative 5.354910729 L4_chemical_B1 +LQ01X040730 Protein binding protein, putative 5.125281805 L4_chemical_B2 +LQ01X040730 Protein binding protein, putative 5.083205595 L4_chemical_B3 +LQ01X040730 Protein binding protein, putative 4.81717145 L4_chemical_C2 +LQ01X040730 Protein binding protein, putative 5.401566685 L4_chemical_C3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.72527973 C6_control_A1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.67128519 C6_control_A3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.65755919 C6_control_B1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.99926431 C6_control_B2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.23267022 C6_control_B3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 12.85565239 C6_control_C1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.07969964 C6_control_C2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 12.83790398 C6_control_C3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.82526238 C6_chemical_A1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.62331695 C6_chemical_A3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.53327228 C6_chemical_B1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.75955583 C6_chemical_B2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.99933818 C6_chemical_B3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.00398067 C6_chemical_C1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 12.84683891 C6_chemical_C2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 12.80124235 C6_chemical_C3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.66986195 L4_control_A1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.37689589 L4_control_A2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.6945284 L4_control_A3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.91631131 L4_control_B1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.82331674 L4_control_B2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.80027632 L4_control_B3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.62247846 L4_control_C2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.45864281 L4_control_C3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.53646286 L4_chemical_A1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.94498308 L4_chemical_A2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.31469731 L4_chemical_A3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.18418248 L4_chemical_B1 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.26703119 L4_chemical_B2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.19232187 L4_chemical_B3 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.82727489 L4_chemical_C2 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 13.24197035 L4_chemical_C3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.635950698 C6_control_A1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.897674137 C6_control_A3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.107046243 C6_control_B1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.339974879 C6_control_B2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.308191451 C6_control_B3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.089929785 C6_control_C1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.520072492 C6_control_C2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.947649613 C6_control_C3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.965573418 C6_chemical_A1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.774012952 C6_chemical_A3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.780662027 C6_chemical_B1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.00784816 C6_chemical_B2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.743902315 C6_chemical_B3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.750261345 C6_chemical_C1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.617902391 C6_chemical_C2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.870936261 C6_chemical_C3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.631896211 L4_control_A1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.824721887 L4_control_A2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.553083462 L4_control_A3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.961503008 L4_control_B1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.772897977 L4_control_B2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.702081784 L4_control_B3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.492432762 L4_control_C2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.854423296 L4_control_C3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.003882583 L4_chemical_A1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.528132754 L4_chemical_A2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.881983112 L4_chemical_A3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.103066419 L4_chemical_B1 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.098921132 L4_chemical_B2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.759202801 L4_chemical_B3 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.520279808 L4_chemical_C2 +LQ01X040780 E3 ubiquitin-protein ligase makorin 6.611556044 L4_chemical_C3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.540549643 C6_control_A1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 9.392589509 C6_control_A3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 7.64701006 C6_control_B1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 6.896563784 C6_control_B2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 7.389634161 C6_control_B3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.201165789 C6_control_C1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.168231827 C6_control_C2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.664703426 C6_control_C3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.052746159 C6_chemical_A1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.194037745 C6_chemical_A3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.811842051 C6_chemical_B1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 7.450114021 C6_chemical_B2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 7.727728515 C6_chemical_B3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.750506664 C6_chemical_C1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.173356672 C6_chemical_C2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.442109152 C6_chemical_C3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.88336329 L4_control_A1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.035409951 L4_control_A2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.467974227 L4_control_A3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 6.451237853 L4_control_B1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 6.084629351 L4_control_B2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.592556291 L4_control_B3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 4.780120998 L4_control_C2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 4.876961899 L4_control_C3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.000130779 L4_chemical_A1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 7.187695371 L4_chemical_A2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.542058868 L4_chemical_A3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 7.247106328 L4_chemical_B1 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.623303146 L4_chemical_B2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.409704249 L4_chemical_B3 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 5.065516859 L4_chemical_C2 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 4.988350464 L4_chemical_C3 +LQ01X040810 Hypothetical protein 13.85479552 C6_control_A1 +LQ01X040810 Hypothetical protein 13.95200506 C6_control_A3 +LQ01X040810 Hypothetical protein 12.87945517 C6_control_B1 +LQ01X040810 Hypothetical protein 10.91836739 C6_control_B2 +LQ01X040810 Hypothetical protein 12.74343731 C6_control_B3 +LQ01X040810 Hypothetical protein 5.852116015 C6_control_C1 +LQ01X040810 Hypothetical protein 5.109056535 C6_control_C2 +LQ01X040810 Hypothetical protein 6.031057777 C6_control_C3 +LQ01X040810 Hypothetical protein 13.48493298 C6_chemical_A1 +LQ01X040810 Hypothetical protein 12.16237518 C6_chemical_A3 +LQ01X040810 Hypothetical protein 12.17334497 C6_chemical_B1 +LQ01X040810 Hypothetical protein 11.54677955 C6_chemical_B2 +LQ01X040810 Hypothetical protein 13.17144043 C6_chemical_B3 +LQ01X040810 Hypothetical protein 5.99348429 C6_chemical_C1 +LQ01X040810 Hypothetical protein 5.444113293 C6_chemical_C2 +LQ01X040810 Hypothetical protein 6.223296073 C6_chemical_C3 +LQ01X040810 Hypothetical protein 13.57078575 L4_control_A1 +LQ01X040810 Hypothetical protein 13.1078712 L4_control_A2 +LQ01X040810 Hypothetical protein 14.00589987 L4_control_A3 +LQ01X040810 Hypothetical protein 10.85265572 L4_control_B1 +LQ01X040810 Hypothetical protein 10.04246395 L4_control_B2 +LQ01X040810 Hypothetical protein 9.077955034 L4_control_B3 +LQ01X040810 Hypothetical protein 4.716491713 L4_control_C2 +LQ01X040810 Hypothetical protein 5.533625092 L4_control_C3 +LQ01X040810 Hypothetical protein 12.02455406 L4_chemical_A1 +LQ01X040810 Hypothetical protein 12.39370886 L4_chemical_A2 +LQ01X040810 Hypothetical protein 13.87194136 L4_chemical_A3 +LQ01X040810 Hypothetical protein 11.72172532 L4_chemical_B1 +LQ01X040810 Hypothetical protein 10.87227581 L4_chemical_B2 +LQ01X040810 Hypothetical protein 13.04467493 L4_chemical_B3 +LQ01X040810 Hypothetical protein 5.585202651 L4_chemical_C2 +LQ01X040810 Hypothetical protein 4.70565791 L4_chemical_C3 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.802001928 C6_control_A1 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.57040065 C6_control_A3 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.235971873 C6_control_B1 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.090884614 C6_control_B2 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.132520249 C6_control_B3 +LQ01X040830 Putative Polyadenylate-binding protein 2 6.854386442 C6_control_C1 +LQ01X040830 Putative Polyadenylate-binding protein 2 6.459420734 C6_control_C2 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.144217716 C6_control_C3 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.935800255 C6_chemical_A1 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.571861828 C6_chemical_A3 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.666931291 C6_chemical_B1 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.270617661 C6_chemical_B2 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.174840823 C6_chemical_B3 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.186846179 C6_chemical_C1 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.465289951 C6_chemical_C2 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.428601408 C6_chemical_C3 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.692769076 L4_control_A1 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.009912736 L4_control_A2 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.339332068 L4_control_A3 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.814536082 L4_control_B1 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.360137532 L4_control_B2 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.120655034 L4_control_B3 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.429739613 L4_control_C2 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.579845911 L4_control_C3 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.258398974 L4_chemical_A1 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.99173629 L4_chemical_A2 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.344978986 L4_chemical_A3 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.881708387 L4_chemical_B1 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.390142647 L4_chemical_B2 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.655916257 L4_chemical_B3 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.631753634 L4_chemical_C2 +LQ01X040830 Putative Polyadenylate-binding protein 2 8.154225466 L4_chemical_C3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.356442574 C6_control_A1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.278550186 C6_control_A3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.348114208 C6_control_B1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.165020349 C6_control_B2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.23606621 C6_control_B3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.524279581 C6_control_C1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 6.689074304 C6_control_C2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.796356387 C6_control_C3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.289006416 C6_chemical_A1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.332967431 C6_chemical_A3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.575168297 C6_chemical_B1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.969453144 C6_chemical_B2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.431330875 C6_chemical_B3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.833928316 C6_chemical_C1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.767404432 C6_chemical_C2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.814049792 C6_chemical_C3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.044109711 L4_control_A1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 4.976967137 L4_control_A2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.364852695 L4_control_A3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.529687797 L4_control_B1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.203785478 L4_control_B2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.40125784 L4_control_B3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 4.678314654 L4_control_C2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.500865771 L4_control_C3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.362710136 L4_chemical_A1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.622007827 L4_chemical_A2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.220215155 L4_chemical_A3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.13978654 L4_chemical_B1 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 4.791070431 L4_chemical_B2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.209376982 L4_chemical_B3 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 4.953409506 L4_chemical_C2 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.341662958 L4_chemical_C3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.62536324 C6_control_A1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.23036225 C6_control_A3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.37084906 C6_control_B1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.90094113 C6_control_B2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.80422629 C6_control_B3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.92936551 C6_control_C1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 14.21540741 C6_control_C2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 14.42849053 C6_control_C3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.37277804 C6_chemical_A1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.17773578 C6_chemical_A3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.26599034 C6_chemical_B1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.88002435 C6_chemical_B2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.80835912 C6_chemical_B3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.99966606 C6_chemical_C1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.9724239 C6_chemical_C2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 14.79474295 C6_chemical_C3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.03748462 L4_control_A1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.7035212 L4_control_A2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.58258358 L4_control_A3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.81063174 L4_control_B1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.50144276 L4_control_B2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.97135167 L4_control_B3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.26390131 L4_control_C2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.1783323 L4_control_C3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.64588892 L4_chemical_A1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.69895747 L4_chemical_A2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.96807785 L4_chemical_A3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.88248163 L4_chemical_B1 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.74521159 L4_chemical_B2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.30481701 L4_chemical_B3 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.92350211 L4_chemical_C2 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 12.99125499 L4_chemical_C3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 6.090003659 C6_control_A1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 6.964796664 C6_control_A3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.930187275 C6_control_B1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.854320413 C6_control_B2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.85199723 C6_control_B3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 6.315004221 C6_control_C1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 6.805959045 C6_control_C2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.898500728 C6_control_C3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.415509201 C6_chemical_A1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.625924475 C6_chemical_A3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.172930217 C6_chemical_B1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.441791632 C6_chemical_B2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.396657447 C6_chemical_B3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 6.074601327 C6_chemical_C1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.805414462 C6_chemical_C2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.795245219 C6_chemical_C3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 6.084161801 L4_control_A1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.801658099 L4_control_A2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.851581159 L4_control_A3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.950618051 L4_control_B1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.35899368 L4_control_B2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.540579095 L4_control_B3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.288189902 L4_control_C2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.081498454 L4_control_C3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.972266615 L4_chemical_A1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.4172782 L4_chemical_A2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.640293234 L4_chemical_A3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 6.354384397 L4_chemical_B1 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 4.921979082 L4_chemical_B2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.705094496 L4_chemical_B3 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.607860686 L4_chemical_C2 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.790867359 L4_chemical_C3 +LQ01X040870 60S ribosomal protein L31 14.80664066 C6_control_A1 +LQ01X040870 60S ribosomal protein L31 15.13244264 C6_control_A3 +LQ01X040870 60S ribosomal protein L31 14.53134752 C6_control_B1 +LQ01X040870 60S ribosomal protein L31 14.38728107 C6_control_B2 +LQ01X040870 60S ribosomal protein L31 14.1108885 C6_control_B3 +LQ01X040870 60S ribosomal protein L31 13.92695427 C6_control_C1 +LQ01X040870 60S ribosomal protein L31 14.25114019 C6_control_C2 +LQ01X040870 60S ribosomal protein L31 13.67842582 C6_control_C3 +LQ01X040870 60S ribosomal protein L31 14.6964294 C6_chemical_A1 +LQ01X040870 60S ribosomal protein L31 14.73191114 C6_chemical_A3 +LQ01X040870 60S ribosomal protein L31 14.06522946 C6_chemical_B1 +LQ01X040870 60S ribosomal protein L31 13.93610004 C6_chemical_B2 +LQ01X040870 60S ribosomal protein L31 13.89629225 C6_chemical_B3 +LQ01X040870 60S ribosomal protein L31 14.00319085 C6_chemical_C1 +LQ01X040870 60S ribosomal protein L31 13.8021289 C6_chemical_C2 +LQ01X040870 60S ribosomal protein L31 13.81879959 C6_chemical_C3 +LQ01X040870 60S ribosomal protein L31 15.16889954 L4_control_A1 +LQ01X040870 60S ribosomal protein L31 14.69566363 L4_control_A2 +LQ01X040870 60S ribosomal protein L31 15.00724187 L4_control_A3 +LQ01X040870 60S ribosomal protein L31 13.80181277 L4_control_B1 +LQ01X040870 60S ribosomal protein L31 13.21641382 L4_control_B2 +LQ01X040870 60S ribosomal protein L31 14.03752504 L4_control_B3 +LQ01X040870 60S ribosomal protein L31 13.64672189 L4_control_C2 +LQ01X040870 60S ribosomal protein L31 13.81205934 L4_control_C3 +LQ01X040870 60S ribosomal protein L31 14.79064418 L4_chemical_A1 +LQ01X040870 60S ribosomal protein L31 14.08453338 L4_chemical_A2 +LQ01X040870 60S ribosomal protein L31 14.74411707 L4_chemical_A3 +LQ01X040870 60S ribosomal protein L31 14.23518311 L4_chemical_B1 +LQ01X040870 60S ribosomal protein L31 13.81409898 L4_chemical_B2 +LQ01X040870 60S ribosomal protein L31 14.49399273 L4_chemical_B3 +LQ01X040870 60S ribosomal protein L31 13.64071869 L4_chemical_C2 +LQ01X040870 60S ribosomal protein L31 13.94713069 L4_chemical_C3 +LQ01X040880 Putative Protein gamma response 1 7.386555052 C6_control_A1 +LQ01X040880 Putative Protein gamma response 1 7.425596947 C6_control_A3 +LQ01X040880 Putative Protein gamma response 1 6.468762459 C6_control_B1 +LQ01X040880 Putative Protein gamma response 1 5.926985538 C6_control_B2 +LQ01X040880 Putative Protein gamma response 1 6.083291019 C6_control_B3 +LQ01X040880 Putative Protein gamma response 1 5.820617962 C6_control_C1 +LQ01X040880 Putative Protein gamma response 1 5.464801171 C6_control_C2 +LQ01X040880 Putative Protein gamma response 1 5.77312618 C6_control_C3 +LQ01X040880 Putative Protein gamma response 1 6.890528051 C6_chemical_A1 +LQ01X040880 Putative Protein gamma response 1 7.711544184 C6_chemical_A3 +LQ01X040880 Putative Protein gamma response 1 6.263260448 C6_chemical_B1 +LQ01X040880 Putative Protein gamma response 1 5.656250364 C6_chemical_B2 +LQ01X040880 Putative Protein gamma response 1 5.88442776 C6_chemical_B3 +LQ01X040880 Putative Protein gamma response 1 5.557638878 C6_chemical_C1 +LQ01X040880 Putative Protein gamma response 1 5.682771618 C6_chemical_C2 +LQ01X040880 Putative Protein gamma response 1 5.670614235 C6_chemical_C3 +LQ01X040880 Putative Protein gamma response 1 7.675642663 L4_control_A1 +LQ01X040880 Putative Protein gamma response 1 7.701217689 L4_control_A2 +LQ01X040880 Putative Protein gamma response 1 7.008882555 L4_control_A3 +LQ01X040880 Putative Protein gamma response 1 4.821261736 L4_control_B1 +LQ01X040880 Putative Protein gamma response 1 6.325484646 L4_control_B2 +LQ01X040880 Putative Protein gamma response 1 5.978946713 L4_control_B3 +LQ01X040880 Putative Protein gamma response 1 5.556344029 L4_control_C2 +LQ01X040880 Putative Protein gamma response 1 5.482856653 L4_control_C3 +LQ01X040880 Putative Protein gamma response 1 7.364880543 L4_chemical_A1 +LQ01X040880 Putative Protein gamma response 1 6.613601166 L4_chemical_A2 +LQ01X040880 Putative Protein gamma response 1 6.78190445 L4_chemical_A3 +LQ01X040880 Putative Protein gamma response 1 5.990091191 L4_chemical_B1 +LQ01X040880 Putative Protein gamma response 1 5.946539912 L4_chemical_B2 +LQ01X040880 Putative Protein gamma response 1 6.893175065 L4_chemical_B3 +LQ01X040880 Putative Protein gamma response 1 5.249314921 L4_chemical_C2 +LQ01X040880 Putative Protein gamma response 1 6.123211465 L4_chemical_C3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.996488356 C6_control_A1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 7.215785083 C6_control_A3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 7.554022362 C6_control_B1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.29179755 C6_control_B2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 5.98665912 C6_control_B3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 5.089089863 C6_control_C1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 4.934424033 C6_control_C2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 4.990808283 C6_control_C3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.286267925 C6_chemical_A1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 7.345698235 C6_chemical_A3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.887826186 C6_chemical_B1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.545533143 C6_chemical_B2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.344983447 C6_chemical_B3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 5.020768264 C6_chemical_C1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 4.824554644 C6_chemical_C2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 5.586174507 C6_chemical_C3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 7.194402137 L4_control_A1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.854124803 L4_control_A2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.411722777 L4_control_A3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.078548656 L4_control_B1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.991518696 L4_control_B2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.030953824 L4_control_B3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 5.853589533 L4_control_C2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.141356112 L4_control_C3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.735725907 L4_chemical_A1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.724034291 L4_chemical_A2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.24987123 L4_chemical_A3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 7.373648067 L4_chemical_B1 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.842507036 L4_chemical_B2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.57125353 L4_chemical_B3 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.035144336 L4_chemical_C2 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.031215 L4_chemical_C3 +LQ01X040920 Splicing factor 4-like protein 13.81822133 C6_control_A1 +LQ01X040920 Splicing factor 4-like protein 13.75462304 C6_control_A3 +LQ01X040920 Splicing factor 4-like protein 13.82937696 C6_control_B1 +LQ01X040920 Splicing factor 4-like protein 13.60968244 C6_control_B2 +LQ01X040920 Splicing factor 4-like protein 13.89350196 C6_control_B3 +LQ01X040920 Splicing factor 4-like protein 13.74870358 C6_control_C1 +LQ01X040920 Splicing factor 4-like protein 13.48502236 C6_control_C2 +LQ01X040920 Splicing factor 4-like protein 13.77465995 C6_control_C3 +LQ01X040920 Splicing factor 4-like protein 13.57332969 C6_chemical_A1 +LQ01X040920 Splicing factor 4-like protein 14.03059567 C6_chemical_A3 +LQ01X040920 Splicing factor 4-like protein 13.69729837 C6_chemical_B1 +LQ01X040920 Splicing factor 4-like protein 13.61186132 C6_chemical_B2 +LQ01X040920 Splicing factor 4-like protein 13.83686332 C6_chemical_B3 +LQ01X040920 Splicing factor 4-like protein 13.44497567 C6_chemical_C1 +LQ01X040920 Splicing factor 4-like protein 13.32885107 C6_chemical_C2 +LQ01X040920 Splicing factor 4-like protein 13.7103771 C6_chemical_C3 +LQ01X040920 Splicing factor 4-like protein 13.8650628 L4_control_A1 +LQ01X040920 Splicing factor 4-like protein 13.66975223 L4_control_A2 +LQ01X040920 Splicing factor 4-like protein 13.8741836 L4_control_A3 +LQ01X040920 Splicing factor 4-like protein 14.13437912 L4_control_B1 +LQ01X040920 Splicing factor 4-like protein 13.94099939 L4_control_B2 +LQ01X040920 Splicing factor 4-like protein 13.81048432 L4_control_B3 +LQ01X040920 Splicing factor 4-like protein 13.67764546 L4_control_C2 +LQ01X040920 Splicing factor 4-like protein 13.83900381 L4_control_C3 +LQ01X040920 Splicing factor 4-like protein 14.05539508 L4_chemical_A1 +LQ01X040920 Splicing factor 4-like protein 13.76150663 L4_chemical_A2 +LQ01X040920 Splicing factor 4-like protein 14.09119939 L4_chemical_A3 +LQ01X040920 Splicing factor 4-like protein 14.21443466 L4_chemical_B1 +LQ01X040920 Splicing factor 4-like protein 13.82611425 L4_chemical_B2 +LQ01X040920 Splicing factor 4-like protein 13.92619209 L4_chemical_B3 +LQ01X040920 Splicing factor 4-like protein 13.63887964 L4_chemical_C2 +LQ01X040920 Splicing factor 4-like protein 13.90123648 L4_chemical_C3 +LQ01X040960 Putative uncharacterized protein 5.2273578 C6_control_A1 +LQ01X040960 Putative uncharacterized protein 5.214644752 C6_control_A3 +LQ01X040960 Putative uncharacterized protein 5.37181787 C6_control_B1 +LQ01X040960 Putative uncharacterized protein 5.524267515 C6_control_B2 +LQ01X040960 Putative uncharacterized protein 5.422297966 C6_control_B3 +LQ01X040960 Putative uncharacterized protein 5.670970865 C6_control_C1 +LQ01X040960 Putative uncharacterized protein 5.244090045 C6_control_C2 +LQ01X040960 Putative uncharacterized protein 5.195892705 C6_control_C3 +LQ01X040960 Putative uncharacterized protein 5.287982898 C6_chemical_A1 +LQ01X040960 Putative uncharacterized protein 5.425793657 C6_chemical_A3 +LQ01X040960 Putative uncharacterized protein 5.202506341 C6_chemical_B1 +LQ01X040960 Putative uncharacterized protein 5.043449721 C6_chemical_B2 +LQ01X040960 Putative uncharacterized protein 5.178359938 C6_chemical_B3 +LQ01X040960 Putative uncharacterized protein 5.551863119 C6_chemical_C1 +LQ01X040960 Putative uncharacterized protein 5.38562148 C6_chemical_C2 +LQ01X040960 Putative uncharacterized protein 5.088660944 C6_chemical_C3 +LQ01X040960 Putative uncharacterized protein 5.161884079 L4_control_A1 +LQ01X040960 Putative uncharacterized protein 5.426756073 L4_control_A2 +LQ01X040960 Putative uncharacterized protein 5.545859965 L4_control_A3 +LQ01X040960 Putative uncharacterized protein 5.904893303 L4_control_B1 +LQ01X040960 Putative uncharacterized protein 5.359004082 L4_control_B2 +LQ01X040960 Putative uncharacterized protein 5.270565769 L4_control_B3 +LQ01X040960 Putative uncharacterized protein 5.405673358 L4_control_C2 +LQ01X040960 Putative uncharacterized protein 5.550621167 L4_control_C3 +LQ01X040960 Putative uncharacterized protein 5.542300123 L4_chemical_A1 +LQ01X040960 Putative uncharacterized protein 5.117076994 L4_chemical_A2 +LQ01X040960 Putative uncharacterized protein 5.341609155 L4_chemical_A3 +LQ01X040960 Putative uncharacterized protein 5.269165155 L4_chemical_B1 +LQ01X040960 Putative uncharacterized protein 5.165319621 L4_chemical_B2 +LQ01X040960 Putative uncharacterized protein 5.363554755 L4_chemical_B3 +LQ01X040960 Putative uncharacterized protein 5.229032703 L4_chemical_C2 +LQ01X040960 Putative uncharacterized protein 5.690096336 L4_chemical_C3 +LQ01X040970 Putative Protein KIAA0664 homolog 6.735227383 C6_control_A1 +LQ01X040970 Putative Protein KIAA0664 homolog 7.131982936 C6_control_A3 +LQ01X040970 Putative Protein KIAA0664 homolog 6.334147399 C6_control_B1 +LQ01X040970 Putative Protein KIAA0664 homolog 5.936053608 C6_control_B2 +LQ01X040970 Putative Protein KIAA0664 homolog 6.707501274 C6_control_B3 +LQ01X040970 Putative Protein KIAA0664 homolog 5.813942763 C6_control_C1 +LQ01X040970 Putative Protein KIAA0664 homolog 6.543955645 C6_control_C2 +LQ01X040970 Putative Protein KIAA0664 homolog 5.658677103 C6_control_C3 +LQ01X040970 Putative Protein KIAA0664 homolog 6.638794602 C6_chemical_A1 +LQ01X040970 Putative Protein KIAA0664 homolog 6.315713667 C6_chemical_A3 +LQ01X040970 Putative Protein KIAA0664 homolog 6.251955226 C6_chemical_B1 +LQ01X040970 Putative Protein KIAA0664 homolog 5.901982983 C6_chemical_B2 +LQ01X040970 Putative Protein KIAA0664 homolog 6.350987 C6_chemical_B3 +LQ01X040970 Putative Protein KIAA0664 homolog 5.773717906 C6_chemical_C1 +LQ01X040970 Putative Protein KIAA0664 homolog 5.460125147 C6_chemical_C2 +LQ01X040970 Putative Protein KIAA0664 homolog 5.191861781 C6_chemical_C3 +LQ01X040970 Putative Protein KIAA0664 homolog 6.883531897 L4_control_A1 +LQ01X040970 Putative Protein KIAA0664 homolog 6.704143428 L4_control_A2 +LQ01X040970 Putative Protein KIAA0664 homolog 7.363128203 L4_control_A3 +LQ01X040970 Putative Protein KIAA0664 homolog 6.318062739 L4_control_B1 +LQ01X040970 Putative Protein KIAA0664 homolog 7.195145589 L4_control_B2 +LQ01X040970 Putative Protein KIAA0664 homolog 5.99990894 L4_control_B3 +LQ01X040970 Putative Protein KIAA0664 homolog 5.73480059 L4_control_C2 +LQ01X040970 Putative Protein KIAA0664 homolog 5.57238021 L4_control_C3 +LQ01X040970 Putative Protein KIAA0664 homolog 6.423663379 L4_chemical_A1 +LQ01X040970 Putative Protein KIAA0664 homolog 6.579342664 L4_chemical_A2 +LQ01X040970 Putative Protein KIAA0664 homolog 6.796539031 L4_chemical_A3 +LQ01X040970 Putative Protein KIAA0664 homolog 7.070448113 L4_chemical_B1 +LQ01X040970 Putative Protein KIAA0664 homolog 6.406595267 L4_chemical_B2 +LQ01X040970 Putative Protein KIAA0664 homolog 6.614495261 L4_chemical_B3 +LQ01X040970 Putative Protein KIAA0664 homolog 5.734209258 L4_chemical_C2 +LQ01X040970 Putative Protein KIAA0664 homolog 5.19710637 L4_chemical_C3 +LQ01X040990 Electron transporter, putative 13.69476109 C6_control_A1 +LQ01X040990 Electron transporter, putative 13.88164741 C6_control_A3 +LQ01X040990 Electron transporter, putative 13.89670372 C6_control_B1 +LQ01X040990 Electron transporter, putative 13.78473995 C6_control_B2 +LQ01X040990 Electron transporter, putative 13.80574824 C6_control_B3 +LQ01X040990 Electron transporter, putative 13.98770073 C6_control_C1 +LQ01X040990 Electron transporter, putative 13.74093471 C6_control_C2 +LQ01X040990 Electron transporter, putative 13.8164319 C6_control_C3 +LQ01X040990 Electron transporter, putative 13.71191525 C6_chemical_A1 +LQ01X040990 Electron transporter, putative 13.22211674 C6_chemical_A3 +LQ01X040990 Electron transporter, putative 13.68405311 C6_chemical_B1 +LQ01X040990 Electron transporter, putative 13.57456971 C6_chemical_B2 +LQ01X040990 Electron transporter, putative 13.61156831 C6_chemical_B3 +LQ01X040990 Electron transporter, putative 13.90671866 C6_chemical_C1 +LQ01X040990 Electron transporter, putative 13.9474381 C6_chemical_C2 +LQ01X040990 Electron transporter, putative 13.21944234 C6_chemical_C3 +LQ01X040990 Electron transporter, putative 13.2639196 L4_control_A1 +LQ01X040990 Electron transporter, putative 13.33585252 L4_control_A2 +LQ01X040990 Electron transporter, putative 13.43439505 L4_control_A3 +LQ01X040990 Electron transporter, putative 13.00184553 L4_control_B1 +LQ01X040990 Electron transporter, putative 12.44614374 L4_control_B2 +LQ01X040990 Electron transporter, putative 13.23997944 L4_control_B3 +LQ01X040990 Electron transporter, putative 13.57660609 L4_control_C2 +LQ01X040990 Electron transporter, putative 13.07321961 L4_control_C3 +LQ01X040990 Electron transporter, putative 13.54822673 L4_chemical_A1 +LQ01X040990 Electron transporter, putative 13.42026023 L4_chemical_A2 +LQ01X040990 Electron transporter, putative 13.46871266 L4_chemical_A3 +LQ01X040990 Electron transporter, putative 13.38382016 L4_chemical_B1 +LQ01X040990 Electron transporter, putative 13.02890092 L4_chemical_B2 +LQ01X040990 Electron transporter, putative 13.09184842 L4_chemical_B3 +LQ01X040990 Electron transporter, putative 13.42829666 L4_chemical_C2 +LQ01X040990 Electron transporter, putative 13.22867055 L4_chemical_C3 +LQ01X041020 Predicted protein 13.35340685 C6_control_A1 +LQ01X041020 Predicted protein 13.34831362 C6_control_A3 +LQ01X041020 Predicted protein 13.55276852 C6_control_B1 +LQ01X041020 Predicted protein 14.05171586 C6_control_B2 +LQ01X041020 Predicted protein 13.42050508 C6_control_B3 +LQ01X041020 Predicted protein 13.60826123 C6_control_C1 +LQ01X041020 Predicted protein 13.87065398 C6_control_C2 +LQ01X041020 Predicted protein 13.10019184 C6_control_C3 +LQ01X041020 Predicted protein 13.44400887 C6_chemical_A1 +LQ01X041020 Predicted protein 13.5913849 C6_chemical_A3 +LQ01X041020 Predicted protein 13.53299706 C6_chemical_B1 +LQ01X041020 Predicted protein 14.07296333 C6_chemical_B2 +LQ01X041020 Predicted protein 13.1455497 C6_chemical_B3 +LQ01X041020 Predicted protein 13.12046936 C6_chemical_C1 +LQ01X041020 Predicted protein 13.56786435 C6_chemical_C2 +LQ01X041020 Predicted protein 12.67135323 C6_chemical_C3 +LQ01X041020 Predicted protein 13.04004235 L4_control_A1 +LQ01X041020 Predicted protein 14.00968329 L4_control_A2 +LQ01X041020 Predicted protein 13.63640822 L4_control_A3 +LQ01X041020 Predicted protein 13.50846123 L4_control_B1 +LQ01X041020 Predicted protein 13.94499511 L4_control_B2 +LQ01X041020 Predicted protein 13.75232499 L4_control_B3 +LQ01X041020 Predicted protein 13.95150748 L4_control_C2 +LQ01X041020 Predicted protein 13.44670278 L4_control_C3 +LQ01X041020 Predicted protein 12.47926795 L4_chemical_A1 +LQ01X041020 Predicted protein 13.50537347 L4_chemical_A2 +LQ01X041020 Predicted protein 12.98099727 L4_chemical_A3 +LQ01X041020 Predicted protein 13.33808015 L4_chemical_B1 +LQ01X041020 Predicted protein 13.81192733 L4_chemical_B2 +LQ01X041020 Predicted protein 13.12347065 L4_chemical_B3 +LQ01X041020 Predicted protein 14.08351153 L4_chemical_C2 +LQ01X041020 Predicted protein 13.58420494 L4_chemical_C3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 9.663906865 C6_control_A1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 11.04523396 C6_control_A3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 9.794935885 C6_control_B1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 11.16953231 C6_control_B2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.85228406 C6_control_B3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.383501745 C6_control_C1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.605641962 C6_control_C2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.766372203 C6_control_C3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.614578773 C6_chemical_A1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.07937954 C6_chemical_A3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.25370881 C6_chemical_B1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 11.52769484 C6_chemical_B2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.61240864 C6_chemical_B3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.365020277 C6_chemical_C1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 7.699962588 C6_chemical_C2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.394699224 C6_chemical_C3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 9.762250927 L4_control_A1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 9.815808775 L4_control_A2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 9.590465694 L4_control_A3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.30814682 L4_control_B1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.62599542 L4_control_B2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 11.15757775 L4_control_B3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 7.835075893 L4_control_C2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.643259301 L4_control_C3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 9.941885038 L4_chemical_A1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.10162178 L4_chemical_A2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 9.281910038 L4_chemical_A3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 9.979208773 L4_chemical_B1 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.11253172 L4_chemical_B2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 10.49656372 L4_chemical_B3 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 7.161981149 L4_chemical_C2 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.556090635 L4_chemical_C3 +LQ02X000010 CTP synthase 9.343292994 C6_control_A1 +LQ02X000010 CTP synthase 9.944354933 C6_control_A3 +LQ02X000010 CTP synthase 10.39754048 C6_control_B1 +LQ02X000010 CTP synthase 10.51837713 C6_control_B2 +LQ02X000010 CTP synthase 11.19659178 C6_control_B3 +LQ02X000010 CTP synthase 9.943275974 C6_control_C1 +LQ02X000010 CTP synthase 9.659243908 C6_control_C2 +LQ02X000010 CTP synthase 10.01834273 C6_control_C3 +LQ02X000010 CTP synthase 8.628604917 C6_chemical_A1 +LQ02X000010 CTP synthase 10.81159859 C6_chemical_A3 +LQ02X000010 CTP synthase 10.31214953 C6_chemical_B1 +LQ02X000010 CTP synthase 10.31676696 C6_chemical_B2 +LQ02X000010 CTP synthase 10.49376962 C6_chemical_B3 +LQ02X000010 CTP synthase 9.800252318 C6_chemical_C1 +LQ02X000010 CTP synthase 9.738182808 C6_chemical_C2 +LQ02X000010 CTP synthase 9.6883065 C6_chemical_C3 +LQ02X000010 CTP synthase 10.76123485 L4_control_A1 +LQ02X000010 CTP synthase 10.899648 L4_control_A2 +LQ02X000010 CTP synthase 11.83084704 L4_control_A3 +LQ02X000010 CTP synthase 11.98088267 L4_control_B1 +LQ02X000010 CTP synthase 10.93868656 L4_control_B2 +LQ02X000010 CTP synthase 10.36231618 L4_control_B3 +LQ02X000010 CTP synthase 10.54795639 L4_control_C2 +LQ02X000010 CTP synthase 10.13293193 L4_control_C3 +LQ02X000010 CTP synthase 12.14143607 L4_chemical_A1 +LQ02X000010 CTP synthase 11.48851536 L4_chemical_A2 +LQ02X000010 CTP synthase 12.23266103 L4_chemical_A3 +LQ02X000010 CTP synthase 12.81326955 L4_chemical_B1 +LQ02X000010 CTP synthase 11.95235053 L4_chemical_B2 +LQ02X000010 CTP synthase 10.90149097 L4_chemical_B3 +LQ02X000010 CTP synthase 10.83876337 L4_chemical_C2 +LQ02X000010 CTP synthase 10.39993278 L4_chemical_C3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.59262815 C6_control_A1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.5562916 C6_control_A3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.42278123 C6_control_B1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.62945363 C6_control_B2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.58452812 C6_control_B3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.56575984 C6_control_C1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.9329403 C6_control_C2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.29500426 C6_control_C3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.56679734 C6_chemical_A1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.53738725 C6_chemical_A3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.2617744 C6_chemical_B1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.47889223 C6_chemical_B2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.55141889 C6_chemical_B3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.87728014 C6_chemical_C1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.62626002 C6_chemical_C2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.5178991 C6_chemical_C3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.15102055 L4_control_A1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 10.81643376 L4_control_A2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 10.95646021 L4_control_A3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.50975556 L4_control_B1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.21700522 L4_control_B2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.60401272 L4_control_B3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.56809927 L4_control_C2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.62867445 L4_control_C3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.05227915 L4_chemical_A1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 10.63862987 L4_chemical_A2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.00498513 L4_chemical_A3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.47635117 L4_chemical_B1 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 10.72751894 L4_chemical_B2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.28047048 L4_chemical_B3 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.23516261 L4_chemical_C2 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.55825081 L4_chemical_C3 +LQ02X000030 Predicted protein 5.600090714 C6_control_A1 +LQ02X000030 Predicted protein 5.281010038 C6_control_A3 +LQ02X000030 Predicted protein 6.133622878 C6_control_B1 +LQ02X000030 Predicted protein 5.87021886 C6_control_B2 +LQ02X000030 Predicted protein 6.250235479 C6_control_B3 +LQ02X000030 Predicted protein 6.395914725 C6_control_C1 +LQ02X000030 Predicted protein 5.513451522 C6_control_C2 +LQ02X000030 Predicted protein 5.910028742 C6_control_C3 +LQ02X000030 Predicted protein 5.527159704 C6_chemical_A1 +LQ02X000030 Predicted protein 5.463636552 C6_chemical_A3 +LQ02X000030 Predicted protein 5.582695606 C6_chemical_B1 +LQ02X000030 Predicted protein 5.427216855 C6_chemical_B2 +LQ02X000030 Predicted protein 5.962221953 C6_chemical_B3 +LQ02X000030 Predicted protein 6.014346712 C6_chemical_C1 +LQ02X000030 Predicted protein 5.98622831 C6_chemical_C2 +LQ02X000030 Predicted protein 5.773018609 C6_chemical_C3 +LQ02X000030 Predicted protein 6.322230265 L4_control_A1 +LQ02X000030 Predicted protein 6.211228937 L4_control_A2 +LQ02X000030 Predicted protein 5.662626101 L4_control_A3 +LQ02X000030 Predicted protein 5.800667534 L4_control_B1 +LQ02X000030 Predicted protein 6.229252638 L4_control_B2 +LQ02X000030 Predicted protein 5.732622808 L4_control_B3 +LQ02X000030 Predicted protein 5.78124645 L4_control_C2 +LQ02X000030 Predicted protein 5.913892725 L4_control_C3 +LQ02X000030 Predicted protein 5.997613983 L4_chemical_A1 +LQ02X000030 Predicted protein 6.144128501 L4_chemical_A2 +LQ02X000030 Predicted protein 5.946502106 L4_chemical_A3 +LQ02X000030 Predicted protein 5.656009327 L4_chemical_B1 +LQ02X000030 Predicted protein 5.68522615 L4_chemical_B2 +LQ02X000030 Predicted protein 5.654446884 L4_chemical_B3 +LQ02X000030 Predicted protein 6.567590369 L4_chemical_C2 +LQ02X000030 Predicted protein 5.471749526 L4_chemical_C3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.598002091 C6_control_A1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.624083073 C6_control_A3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.635074934 C6_control_B1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.054958828 C6_control_B2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.367986532 C6_control_B3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.185614036 C6_control_C1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.021578211 C6_control_C2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.422171976 C6_control_C3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.534060603 C6_chemical_A1 +LQ02X000040 Receptor protein kinase CLAVATA1 6.125717777 C6_chemical_A3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.129629737 C6_chemical_B1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.025203141 C6_chemical_B2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.026132788 C6_chemical_B3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.142424392 C6_chemical_C1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.137975593 C6_chemical_C2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.168897179 C6_chemical_C3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.749553977 L4_control_A1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.34182201 L4_control_A2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.297611151 L4_control_A3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.530855016 L4_control_B1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.33583103 L4_control_B2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.153191457 L4_control_B3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.425400443 L4_control_C2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.306884836 L4_control_C3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.687409531 L4_chemical_A1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.217022711 L4_chemical_A2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.318004618 L4_chemical_A3 +LQ02X000040 Receptor protein kinase CLAVATA1 5.438636488 L4_chemical_B1 +LQ02X000040 Receptor protein kinase CLAVATA1 5.258937657 L4_chemical_B2 +LQ02X000040 Receptor protein kinase CLAVATA1 4.99339721 L4_chemical_B3 +LQ02X000040 Receptor protein kinase CLAVATA1 4.788362071 L4_chemical_C2 +LQ02X000040 Receptor protein kinase CLAVATA1 5.616705784 L4_chemical_C3 +LQ02X000050 Transcription factor GTE6 5.535163621 C6_control_A1 +LQ02X000050 Transcription factor GTE6 6.141863923 C6_control_A3 +LQ02X000050 Transcription factor GTE6 5.605314859 C6_control_B1 +LQ02X000050 Transcription factor GTE6 6.066889748 C6_control_B2 +LQ02X000050 Transcription factor GTE6 5.594588665 C6_control_B3 +LQ02X000050 Transcription factor GTE6 5.934814516 C6_control_C1 +LQ02X000050 Transcription factor GTE6 6.823381798 C6_control_C2 +LQ02X000050 Transcription factor GTE6 5.671063798 C6_control_C3 +LQ02X000050 Transcription factor GTE6 5.441358964 C6_chemical_A1 +LQ02X000050 Transcription factor GTE6 5.398729994 C6_chemical_A3 +LQ02X000050 Transcription factor GTE6 5.607048429 C6_chemical_B1 +LQ02X000050 Transcription factor GTE6 6.054579274 C6_chemical_B2 +LQ02X000050 Transcription factor GTE6 5.576590704 C6_chemical_B3 +LQ02X000050 Transcription factor GTE6 5.836484799 C6_chemical_C1 +LQ02X000050 Transcription factor GTE6 6.229705479 C6_chemical_C2 +LQ02X000050 Transcription factor GTE6 6.075355586 C6_chemical_C3 +LQ02X000050 Transcription factor GTE6 5.480417508 L4_control_A1 +LQ02X000050 Transcription factor GTE6 5.185064837 L4_control_A2 +LQ02X000050 Transcription factor GTE6 5.402534515 L4_control_A3 +LQ02X000050 Transcription factor GTE6 5.214673436 L4_control_B1 +LQ02X000050 Transcription factor GTE6 5.434837956 L4_control_B2 +LQ02X000050 Transcription factor GTE6 5.331998536 L4_control_B3 +LQ02X000050 Transcription factor GTE6 5.184174725 L4_control_C2 +LQ02X000050 Transcription factor GTE6 5.415201536 L4_control_C3 +LQ02X000050 Transcription factor GTE6 4.940467544 L4_chemical_A1 +LQ02X000050 Transcription factor GTE6 5.13986874 L4_chemical_A2 +LQ02X000050 Transcription factor GTE6 5.522623728 L4_chemical_A3 +LQ02X000050 Transcription factor GTE6 5.39422222 L4_chemical_B1 +LQ02X000050 Transcription factor GTE6 5.076868229 L4_chemical_B2 +LQ02X000050 Transcription factor GTE6 5.387898779 L4_chemical_B3 +LQ02X000050 Transcription factor GTE6 5.596944201 L4_chemical_C2 +LQ02X000050 Transcription factor GTE6 5.503411237 L4_chemical_C3 +LQ02X000060 Putative DNA replication licensing factor mcm6 9.757104104 C6_control_A1 +LQ02X000060 Putative DNA replication licensing factor mcm6 10.20813597 C6_control_A3 +LQ02X000060 Putative DNA replication licensing factor mcm6 8.50057102 C6_control_B1 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.186910935 C6_control_B2 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.268137326 C6_control_B3 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.438316481 C6_control_C1 +LQ02X000060 Putative DNA replication licensing factor mcm6 4.884144114 C6_control_C2 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.247155377 C6_control_C3 +LQ02X000060 Putative DNA replication licensing factor mcm6 9.928516279 C6_chemical_A1 +LQ02X000060 Putative DNA replication licensing factor mcm6 10.44781392 C6_chemical_A3 +LQ02X000060 Putative DNA replication licensing factor mcm6 7.540113296 C6_chemical_B1 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.246306986 C6_chemical_B2 +LQ02X000060 Putative DNA replication licensing factor mcm6 6.293433827 C6_chemical_B3 +LQ02X000060 Putative DNA replication licensing factor mcm6 4.983392406 C6_chemical_C1 +LQ02X000060 Putative DNA replication licensing factor mcm6 4.88302654 C6_chemical_C2 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.040604758 C6_chemical_C3 +LQ02X000060 Putative DNA replication licensing factor mcm6 10.67328794 L4_control_A1 +LQ02X000060 Putative DNA replication licensing factor mcm6 9.575531111 L4_control_A2 +LQ02X000060 Putative DNA replication licensing factor mcm6 10.89443116 L4_control_A3 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.0423532 L4_control_B1 +LQ02X000060 Putative DNA replication licensing factor mcm6 7.332916922 L4_control_B2 +LQ02X000060 Putative DNA replication licensing factor mcm6 6.02388547 L4_control_B3 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.562570582 L4_control_C2 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.303781354 L4_control_C3 +LQ02X000060 Putative DNA replication licensing factor mcm6 9.006050433 L4_chemical_A1 +LQ02X000060 Putative DNA replication licensing factor mcm6 6.597142301 L4_chemical_A2 +LQ02X000060 Putative DNA replication licensing factor mcm6 10.32144782 L4_chemical_A3 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.68828791 L4_chemical_B1 +LQ02X000060 Putative DNA replication licensing factor mcm6 6.661565571 L4_chemical_B2 +LQ02X000060 Putative DNA replication licensing factor mcm6 8.138882252 L4_chemical_B3 +LQ02X000060 Putative DNA replication licensing factor mcm6 5.792743641 L4_chemical_C2 +LQ02X000060 Putative DNA replication licensing factor mcm6 6.553828794 L4_chemical_C3 +LQ02X000080 Hypothetical protein 13.19801349 C6_control_A1 +LQ02X000080 Hypothetical protein 13.32162556 C6_control_A3 +LQ02X000080 Hypothetical protein 12.97175706 C6_control_B1 +LQ02X000080 Hypothetical protein 13.62559807 C6_control_B2 +LQ02X000080 Hypothetical protein 12.8628027 C6_control_B3 +LQ02X000080 Hypothetical protein 14.39138277 C6_control_C1 +LQ02X000080 Hypothetical protein 14.05664734 C6_control_C2 +LQ02X000080 Hypothetical protein 13.83597542 C6_control_C3 +LQ02X000080 Hypothetical protein 13.18535028 C6_chemical_A1 +LQ02X000080 Hypothetical protein 13.24752478 C6_chemical_A3 +LQ02X000080 Hypothetical protein 13.07919066 C6_chemical_B1 +LQ02X000080 Hypothetical protein 13.81417499 C6_chemical_B2 +LQ02X000080 Hypothetical protein 12.79963455 C6_chemical_B3 +LQ02X000080 Hypothetical protein 14.18841771 C6_chemical_C1 +LQ02X000080 Hypothetical protein 14.34450079 C6_chemical_C2 +LQ02X000080 Hypothetical protein 13.79109737 C6_chemical_C3 +LQ02X000080 Hypothetical protein 12.81391219 L4_control_A1 +LQ02X000080 Hypothetical protein 12.42034372 L4_control_A2 +LQ02X000080 Hypothetical protein 12.61022154 L4_control_A3 +LQ02X000080 Hypothetical protein 12.90747032 L4_control_B1 +LQ02X000080 Hypothetical protein 12.56406996 L4_control_B2 +LQ02X000080 Hypothetical protein 12.79472439 L4_control_B3 +LQ02X000080 Hypothetical protein 13.09611211 L4_control_C2 +LQ02X000080 Hypothetical protein 12.85731998 L4_control_C3 +LQ02X000080 Hypothetical protein 12.50751009 L4_chemical_A1 +LQ02X000080 Hypothetical protein 12.48261291 L4_chemical_A2 +LQ02X000080 Hypothetical protein 12.55744804 L4_chemical_A3 +LQ02X000080 Hypothetical protein 12.73671448 L4_chemical_B1 +LQ02X000080 Hypothetical protein 12.39109543 L4_chemical_B2 +LQ02X000080 Hypothetical protein 12.36261185 L4_chemical_B3 +LQ02X000080 Hypothetical protein 13.02591068 L4_chemical_C2 +LQ02X000080 Hypothetical protein 12.81953126 L4_chemical_C3 +LQ02X000090 Putative uncharacterized protein 8.486128634 C6_control_A1 +LQ02X000090 Putative uncharacterized protein 7.233788727 C6_control_A3 +LQ02X000090 Putative uncharacterized protein 8.101289194 C6_control_B1 +LQ02X000090 Putative uncharacterized protein 8.500189174 C6_control_B2 +LQ02X000090 Putative uncharacterized protein 9.08107915 C6_control_B3 +LQ02X000090 Putative uncharacterized protein 7.280181286 C6_control_C1 +LQ02X000090 Putative uncharacterized protein 6.834805647 C6_control_C2 +LQ02X000090 Putative uncharacterized protein 7.418133047 C6_control_C3 +LQ02X000090 Putative uncharacterized protein 8.437618496 C6_chemical_A1 +LQ02X000090 Putative uncharacterized protein 7.830688757 C6_chemical_A3 +LQ02X000090 Putative uncharacterized protein 8.592616841 C6_chemical_B1 +LQ02X000090 Putative uncharacterized protein 8.554066733 C6_chemical_B2 +LQ02X000090 Putative uncharacterized protein 8.696784686 C6_chemical_B3 +LQ02X000090 Putative uncharacterized protein 7.453860307 C6_chemical_C1 +LQ02X000090 Putative uncharacterized protein 7.100098077 C6_chemical_C2 +LQ02X000090 Putative uncharacterized protein 7.632024352 C6_chemical_C3 +LQ02X000090 Putative uncharacterized protein 7.760449515 L4_control_A1 +LQ02X000090 Putative uncharacterized protein 8.717116771 L4_control_A2 +LQ02X000090 Putative uncharacterized protein 8.915801183 L4_control_A3 +LQ02X000090 Putative uncharacterized protein 8.025410006 L4_control_B1 +LQ02X000090 Putative uncharacterized protein 8.438010227 L4_control_B2 +LQ02X000090 Putative uncharacterized protein 8.187054749 L4_control_B3 +LQ02X000090 Putative uncharacterized protein 7.867989287 L4_control_C2 +LQ02X000090 Putative uncharacterized protein 5.899441126 L4_control_C3 +LQ02X000090 Putative uncharacterized protein 7.868030255 L4_chemical_A1 +LQ02X000090 Putative uncharacterized protein 8.642516929 L4_chemical_A2 +LQ02X000090 Putative uncharacterized protein 8.109367419 L4_chemical_A3 +LQ02X000090 Putative uncharacterized protein 8.211690982 L4_chemical_B1 +LQ02X000090 Putative uncharacterized protein 8.153878841 L4_chemical_B2 +LQ02X000090 Putative uncharacterized protein 8.330373946 L4_chemical_B3 +LQ02X000090 Putative uncharacterized protein 7.020609562 L4_chemical_C2 +LQ02X000090 Putative uncharacterized protein 7.042905194 L4_chemical_C3 +LQ02X000110 Predicted protein 5.816035484 C6_control_A1 +LQ02X000110 Predicted protein 5.094446301 C6_control_A3 +LQ02X000110 Predicted protein 5.680279293 C6_control_B1 +LQ02X000110 Predicted protein 5.480180079 C6_control_B2 +LQ02X000110 Predicted protein 5.671642673 C6_control_B3 +LQ02X000110 Predicted protein 4.915101552 C6_control_C1 +LQ02X000110 Predicted protein 5.227558405 C6_control_C2 +LQ02X000110 Predicted protein 5.171425136 C6_control_C3 +LQ02X000110 Predicted protein 5.910071523 C6_chemical_A1 +LQ02X000110 Predicted protein 5.196314048 C6_chemical_A3 +LQ02X000110 Predicted protein 5.228421585 C6_chemical_B1 +LQ02X000110 Predicted protein 5.308534475 C6_chemical_B2 +LQ02X000110 Predicted protein 6.144046077 C6_chemical_B3 +LQ02X000110 Predicted protein 4.890801668 C6_chemical_C1 +LQ02X000110 Predicted protein 5.271998785 C6_chemical_C2 +LQ02X000110 Predicted protein 5.094882297 C6_chemical_C3 +LQ02X000110 Predicted protein 5.397383898 L4_control_A1 +LQ02X000110 Predicted protein 5.487450651 L4_control_A2 +LQ02X000110 Predicted protein 5.541259732 L4_control_A3 +LQ02X000110 Predicted protein 5.763240868 L4_control_B1 +LQ02X000110 Predicted protein 5.782959846 L4_control_B2 +LQ02X000110 Predicted protein 5.594233078 L4_control_B3 +LQ02X000110 Predicted protein 5.521745644 L4_control_C2 +LQ02X000110 Predicted protein 5.253166149 L4_control_C3 +LQ02X000110 Predicted protein 5.449428084 L4_chemical_A1 +LQ02X000110 Predicted protein 5.613486476 L4_chemical_A2 +LQ02X000110 Predicted protein 5.50594407 L4_chemical_A3 +LQ02X000110 Predicted protein 5.365076157 L4_chemical_B1 +LQ02X000110 Predicted protein 5.815586752 L4_chemical_B2 +LQ02X000110 Predicted protein 5.158212829 L4_chemical_B3 +LQ02X000110 Predicted protein 4.86882521 L4_chemical_C2 +LQ02X000110 Predicted protein 5.850716303 L4_chemical_C3 +LQ02X000130 Predicted protein 5.700437004 C6_control_A1 +LQ02X000130 Predicted protein 6.46591696 C6_control_A3 +LQ02X000130 Predicted protein 5.679334752 C6_control_B1 +LQ02X000130 Predicted protein 5.648372012 C6_control_B2 +LQ02X000130 Predicted protein 5.912806538 C6_control_B3 +LQ02X000130 Predicted protein 5.212954593 C6_control_C1 +LQ02X000130 Predicted protein 5.870864587 C6_control_C2 +LQ02X000130 Predicted protein 5.581840653 C6_control_C3 +LQ02X000130 Predicted protein 5.616713385 C6_chemical_A1 +LQ02X000130 Predicted protein 5.781686707 C6_chemical_A3 +LQ02X000130 Predicted protein 5.698369661 C6_chemical_B1 +LQ02X000130 Predicted protein 5.542444121 C6_chemical_B2 +LQ02X000130 Predicted protein 5.876327513 C6_chemical_B3 +LQ02X000130 Predicted protein 5.564652634 C6_chemical_C1 +LQ02X000130 Predicted protein 5.353738052 C6_chemical_C2 +LQ02X000130 Predicted protein 5.247862591 C6_chemical_C3 +LQ02X000130 Predicted protein 5.822358344 L4_control_A1 +LQ02X000130 Predicted protein 5.894719786 L4_control_A2 +LQ02X000130 Predicted protein 5.924286639 L4_control_A3 +LQ02X000130 Predicted protein 6.163135293 L4_control_B1 +LQ02X000130 Predicted protein 5.724968542 L4_control_B2 +LQ02X000130 Predicted protein 5.889334706 L4_control_B3 +LQ02X000130 Predicted protein 6.012459118 L4_control_C2 +LQ02X000130 Predicted protein 5.798951255 L4_control_C3 +LQ02X000130 Predicted protein 5.549208604 L4_chemical_A1 +LQ02X000130 Predicted protein 6.062382226 L4_chemical_A2 +LQ02X000130 Predicted protein 6.110084326 L4_chemical_A3 +LQ02X000130 Predicted protein 6.643221908 L4_chemical_B1 +LQ02X000130 Predicted protein 6.192743317 L4_chemical_B2 +LQ02X000130 Predicted protein 6.379053362 L4_chemical_B3 +LQ02X000130 Predicted protein 5.806222627 L4_chemical_C2 +LQ02X000130 Predicted protein 5.753312234 L4_chemical_C3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.013249169 C6_control_A1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.951680196 C6_control_A3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.526450286 C6_control_B1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.990576604 C6_control_B2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.988670661 C6_control_B3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.337688302 C6_control_C1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.78826033 C6_control_C2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.511283413 C6_control_C3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.274616273 C6_chemical_A1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.080949241 C6_chemical_A3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.810222076 C6_chemical_B1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.047657473 C6_chemical_B2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.483992475 C6_chemical_B3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.557904334 C6_chemical_C1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.826805 C6_chemical_C2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.911623145 C6_chemical_C3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.887533706 L4_control_A1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.678155718 L4_control_A2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.199082151 L4_control_A3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.41423319 L4_control_B1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.782207358 L4_control_B2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.694887367 L4_control_B3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.153843819 L4_control_C2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.836226651 L4_control_C3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.20870436 L4_chemical_A1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.375321972 L4_chemical_A2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.99745676 L4_chemical_A3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.816566396 L4_chemical_B1 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 7.439398995 L4_chemical_B2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.4967198 L4_chemical_B3 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.174837074 L4_chemical_C2 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 5.955313645 L4_chemical_C3 +LQ02X000200 Hypothetical protein 5.697571367 C6_control_A1 +LQ02X000200 Hypothetical protein 6.109292774 C6_control_A3 +LQ02X000200 Hypothetical protein 6.013589613 C6_control_B1 +LQ02X000200 Hypothetical protein 5.510491372 C6_control_B2 +LQ02X000200 Hypothetical protein 5.528721462 C6_control_B3 +LQ02X000200 Hypothetical protein 5.383214495 C6_control_C1 +LQ02X000200 Hypothetical protein 5.341169407 C6_control_C2 +LQ02X000200 Hypothetical protein 5.487484085 C6_control_C3 +LQ02X000200 Hypothetical protein 5.427578764 C6_chemical_A1 +LQ02X000200 Hypothetical protein 5.916697695 C6_chemical_A3 +LQ02X000200 Hypothetical protein 5.911842708 C6_chemical_B1 +LQ02X000200 Hypothetical protein 5.391063551 C6_chemical_B2 +LQ02X000200 Hypothetical protein 6.419575677 C6_chemical_B3 +LQ02X000200 Hypothetical protein 5.340105174 C6_chemical_C1 +LQ02X000200 Hypothetical protein 5.426206111 C6_chemical_C2 +LQ02X000200 Hypothetical protein 5.565474529 C6_chemical_C3 +LQ02X000200 Hypothetical protein 5.746490376 L4_control_A1 +LQ02X000200 Hypothetical protein 5.444547362 L4_control_A2 +LQ02X000200 Hypothetical protein 5.66826438 L4_control_A3 +LQ02X000200 Hypothetical protein 5.875194957 L4_control_B1 +LQ02X000200 Hypothetical protein 5.570728536 L4_control_B2 +LQ02X000200 Hypothetical protein 5.580118647 L4_control_B3 +LQ02X000200 Hypothetical protein 6.516307421 L4_control_C2 +LQ02X000200 Hypothetical protein 6.034509771 L4_control_C3 +LQ02X000200 Hypothetical protein 5.989522617 L4_chemical_A1 +LQ02X000200 Hypothetical protein 5.620545083 L4_chemical_A2 +LQ02X000200 Hypothetical protein 5.741598154 L4_chemical_A3 +LQ02X000200 Hypothetical protein 5.710604595 L4_chemical_B1 +LQ02X000200 Hypothetical protein 5.312627195 L4_chemical_B2 +LQ02X000200 Hypothetical protein 5.513254186 L4_chemical_B3 +LQ02X000200 Hypothetical protein 6.206183528 L4_chemical_C2 +LQ02X000200 Hypothetical protein 5.795229166 L4_chemical_C3 +LQ02X000220 Vacuolar-sorting receptor 7 4.984588348 C6_control_A1 +LQ02X000220 Vacuolar-sorting receptor 7 4.82658364 C6_control_A3 +LQ02X000220 Vacuolar-sorting receptor 7 4.991105348 C6_control_B1 +LQ02X000220 Vacuolar-sorting receptor 7 4.996157484 C6_control_B2 +LQ02X000220 Vacuolar-sorting receptor 7 4.928824811 C6_control_B3 +LQ02X000220 Vacuolar-sorting receptor 7 5.503027611 C6_control_C1 +LQ02X000220 Vacuolar-sorting receptor 7 4.986209046 C6_control_C2 +LQ02X000220 Vacuolar-sorting receptor 7 5.52539485 C6_control_C3 +LQ02X000220 Vacuolar-sorting receptor 7 4.972739573 C6_chemical_A1 +LQ02X000220 Vacuolar-sorting receptor 7 4.791247678 C6_chemical_A3 +LQ02X000220 Vacuolar-sorting receptor 7 5.285858321 C6_chemical_B1 +LQ02X000220 Vacuolar-sorting receptor 7 5.03744138 C6_chemical_B2 +LQ02X000220 Vacuolar-sorting receptor 7 5.17096436 C6_chemical_B3 +LQ02X000220 Vacuolar-sorting receptor 7 5.247704646 C6_chemical_C1 +LQ02X000220 Vacuolar-sorting receptor 7 5.160029564 C6_chemical_C2 +LQ02X000220 Vacuolar-sorting receptor 7 5.875198577 C6_chemical_C3 +LQ02X000220 Vacuolar-sorting receptor 7 5.018983091 L4_control_A1 +LQ02X000220 Vacuolar-sorting receptor 7 5.197752542 L4_control_A2 +LQ02X000220 Vacuolar-sorting receptor 7 4.941388543 L4_control_A3 +LQ02X000220 Vacuolar-sorting receptor 7 5.4409749 L4_control_B1 +LQ02X000220 Vacuolar-sorting receptor 7 5.061600018 L4_control_B2 +LQ02X000220 Vacuolar-sorting receptor 7 5.368271196 L4_control_B3 +LQ02X000220 Vacuolar-sorting receptor 7 4.986998591 L4_control_C2 +LQ02X000220 Vacuolar-sorting receptor 7 5.946758618 L4_control_C3 +LQ02X000220 Vacuolar-sorting receptor 7 4.63699892 L4_chemical_A1 +LQ02X000220 Vacuolar-sorting receptor 7 5.096982671 L4_chemical_A2 +LQ02X000220 Vacuolar-sorting receptor 7 4.992123957 L4_chemical_A3 +LQ02X000220 Vacuolar-sorting receptor 7 4.900675888 L4_chemical_B1 +LQ02X000220 Vacuolar-sorting receptor 7 4.887169776 L4_chemical_B2 +LQ02X000220 Vacuolar-sorting receptor 7 5.151585756 L4_chemical_B3 +LQ02X000220 Vacuolar-sorting receptor 7 5.14180414 L4_chemical_C2 +LQ02X000220 Vacuolar-sorting receptor 7 5.332954628 L4_chemical_C3 +LQ02X000230 Predicted protein 9.15941674 C6_control_A1 +LQ02X000230 Predicted protein 8.85930294 C6_control_A3 +LQ02X000230 Predicted protein 9.439808141 C6_control_B1 +LQ02X000230 Predicted protein 8.747162637 C6_control_B2 +LQ02X000230 Predicted protein 9.250337605 C6_control_B3 +LQ02X000230 Predicted protein 9.485647424 C6_control_C1 +LQ02X000230 Predicted protein 9.216704333 C6_control_C2 +LQ02X000230 Predicted protein 9.600524001 C6_control_C3 +LQ02X000230 Predicted protein 9.131671468 C6_chemical_A1 +LQ02X000230 Predicted protein 9.10189119 C6_chemical_A3 +LQ02X000230 Predicted protein 9.567274516 C6_chemical_B1 +LQ02X000230 Predicted protein 8.572191943 C6_chemical_B2 +LQ02X000230 Predicted protein 8.904814463 C6_chemical_B3 +LQ02X000230 Predicted protein 9.085745266 C6_chemical_C1 +LQ02X000230 Predicted protein 9.440314399 C6_chemical_C2 +LQ02X000230 Predicted protein 9.133596641 C6_chemical_C3 +LQ02X000230 Predicted protein 9.195172166 L4_control_A1 +LQ02X000230 Predicted protein 9.5142658 L4_control_A2 +LQ02X000230 Predicted protein 10.5366664 L4_control_A3 +LQ02X000230 Predicted protein 9.667825498 L4_control_B1 +LQ02X000230 Predicted protein 9.920069067 L4_control_B2 +LQ02X000230 Predicted protein 9.114786872 L4_control_B3 +LQ02X000230 Predicted protein 11.58725319 L4_control_C2 +LQ02X000230 Predicted protein 10.97073264 L4_control_C3 +LQ02X000230 Predicted protein 9.107237856 L4_chemical_A1 +LQ02X000230 Predicted protein 9.698864155 L4_chemical_A2 +LQ02X000230 Predicted protein 10.50893383 L4_chemical_A3 +LQ02X000230 Predicted protein 9.923936926 L4_chemical_B1 +LQ02X000230 Predicted protein 10.0488457 L4_chemical_B2 +LQ02X000230 Predicted protein 8.917481492 L4_chemical_B3 +LQ02X000230 Predicted protein 11.50679743 L4_chemical_C2 +LQ02X000230 Predicted protein 11.0908708 L4_chemical_C3 +LQ02X000260 Putative Cationic amino acid transporter 3 11.1607369 C6_control_A1 +LQ02X000260 Putative Cationic amino acid transporter 3 10.74891084 C6_control_A3 +LQ02X000260 Putative Cationic amino acid transporter 3 11.23271799 C6_control_B1 +LQ02X000260 Putative Cationic amino acid transporter 3 10.23976238 C6_control_B2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.86623696 C6_control_B3 +LQ02X000260 Putative Cationic amino acid transporter 3 11.0106294 C6_control_C1 +LQ02X000260 Putative Cationic amino acid transporter 3 11.4081283 C6_control_C2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.16571032 C6_control_C3 +LQ02X000260 Putative Cationic amino acid transporter 3 10.62841649 C6_chemical_A1 +LQ02X000260 Putative Cationic amino acid transporter 3 10.9540147 C6_chemical_A3 +LQ02X000260 Putative Cationic amino acid transporter 3 11.1278557 C6_chemical_B1 +LQ02X000260 Putative Cationic amino acid transporter 3 10.36273058 C6_chemical_B2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.5944671 C6_chemical_B3 +LQ02X000260 Putative Cationic amino acid transporter 3 10.97982103 C6_chemical_C1 +LQ02X000260 Putative Cationic amino acid transporter 3 11.11976753 C6_chemical_C2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.53718097 C6_chemical_C3 +LQ02X000260 Putative Cationic amino acid transporter 3 10.81007137 L4_control_A1 +LQ02X000260 Putative Cationic amino acid transporter 3 10.82929109 L4_control_A2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.5666013 L4_control_A3 +LQ02X000260 Putative Cationic amino acid transporter 3 12.20620792 L4_control_B1 +LQ02X000260 Putative Cationic amino acid transporter 3 11.88321408 L4_control_B2 +LQ02X000260 Putative Cationic amino acid transporter 3 10.95374481 L4_control_B3 +LQ02X000260 Putative Cationic amino acid transporter 3 11.24890337 L4_control_C2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.32666438 L4_control_C3 +LQ02X000260 Putative Cationic amino acid transporter 3 10.75365902 L4_chemical_A1 +LQ02X000260 Putative Cationic amino acid transporter 3 10.59461492 L4_chemical_A2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.704715 L4_chemical_A3 +LQ02X000260 Putative Cationic amino acid transporter 3 11.77179125 L4_chemical_B1 +LQ02X000260 Putative Cationic amino acid transporter 3 11.04416635 L4_chemical_B2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.93496945 L4_chemical_B3 +LQ02X000260 Putative Cationic amino acid transporter 3 11.3061516 L4_chemical_C2 +LQ02X000260 Putative Cationic amino acid transporter 3 11.12302106 L4_chemical_C3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.615925783 C6_control_A1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.80063408 C6_control_A3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.314572292 C6_control_B1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.379454943 C6_control_B2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.672871815 C6_control_B3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.679605592 C6_control_C1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.707271269 C6_control_C2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.046933018 C6_control_C3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.2392958 C6_chemical_A1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.561819156 C6_chemical_A3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.574378144 C6_chemical_B1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.287150258 C6_chemical_B2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.374912481 C6_chemical_B3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.401218723 C6_chemical_C1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.314002967 C6_chemical_C2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.294919691 C6_chemical_C3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.646809819 L4_control_A1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.941687987 L4_control_A2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 6.377239797 L4_control_A3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.071439684 L4_control_B1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.665915195 L4_control_B2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.261124895 L4_control_B3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.599452577 L4_control_C2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.176513214 L4_control_C3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.740595199 L4_chemical_A1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.618471523 L4_chemical_A2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 6.099312371 L4_chemical_A3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.354008617 L4_chemical_B1 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.85669626 L4_chemical_B2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.26448016 L4_chemical_B3 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 6.071532789 L4_chemical_C2 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.474735009 L4_chemical_C3 +LQ02X000290 Proteasome subunit alpha type-4 12.43437709 C6_control_A1 +LQ02X000290 Proteasome subunit alpha type-4 12.65585594 C6_control_A3 +LQ02X000290 Proteasome subunit alpha type-4 12.40482621 C6_control_B1 +LQ02X000290 Proteasome subunit alpha type-4 11.80025817 C6_control_B2 +LQ02X000290 Proteasome subunit alpha type-4 12.32330915 C6_control_B3 +LQ02X000290 Proteasome subunit alpha type-4 10.94323258 C6_control_C1 +LQ02X000290 Proteasome subunit alpha type-4 11.07220069 C6_control_C2 +LQ02X000290 Proteasome subunit alpha type-4 10.57579812 C6_control_C3 +LQ02X000290 Proteasome subunit alpha type-4 12.26386359 C6_chemical_A1 +LQ02X000290 Proteasome subunit alpha type-4 12.22525908 C6_chemical_A3 +LQ02X000290 Proteasome subunit alpha type-4 12.49978349 C6_chemical_B1 +LQ02X000290 Proteasome subunit alpha type-4 11.6848218 C6_chemical_B2 +LQ02X000290 Proteasome subunit alpha type-4 12.33864666 C6_chemical_B3 +LQ02X000290 Proteasome subunit alpha type-4 11.06277313 C6_chemical_C1 +LQ02X000290 Proteasome subunit alpha type-4 11.13530174 C6_chemical_C2 +LQ02X000290 Proteasome subunit alpha type-4 10.76655873 C6_chemical_C3 +LQ02X000290 Proteasome subunit alpha type-4 12.41183107 L4_control_A1 +LQ02X000290 Proteasome subunit alpha type-4 12.37210635 L4_control_A2 +LQ02X000290 Proteasome subunit alpha type-4 12.6218203 L4_control_A3 +LQ02X000290 Proteasome subunit alpha type-4 12.72022309 L4_control_B1 +LQ02X000290 Proteasome subunit alpha type-4 13.10451422 L4_control_B2 +LQ02X000290 Proteasome subunit alpha type-4 12.40817939 L4_control_B3 +LQ02X000290 Proteasome subunit alpha type-4 11.95716547 L4_control_C2 +LQ02X000290 Proteasome subunit alpha type-4 12.00659806 L4_control_C3 +LQ02X000290 Proteasome subunit alpha type-4 12.21215281 L4_chemical_A1 +LQ02X000290 Proteasome subunit alpha type-4 12.17402512 L4_chemical_A2 +LQ02X000290 Proteasome subunit alpha type-4 12.36471916 L4_chemical_A3 +LQ02X000290 Proteasome subunit alpha type-4 12.6233196 L4_chemical_B1 +LQ02X000290 Proteasome subunit alpha type-4 12.65489373 L4_chemical_B2 +LQ02X000290 Proteasome subunit alpha type-4 12.60227784 L4_chemical_B3 +LQ02X000290 Proteasome subunit alpha type-4 11.79962113 L4_chemical_C2 +LQ02X000290 Proteasome subunit alpha type-4 11.91878504 L4_chemical_C3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.800328727 C6_control_A1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.154222919 C6_control_A3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.936362918 C6_control_B1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.907592278 C6_control_B2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.747357073 C6_control_B3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.882730448 C6_control_C1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.778701062 C6_control_C2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.263703438 C6_control_C3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.240671533 C6_chemical_A1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.489446982 C6_chemical_A3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.934014183 C6_chemical_B1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.67386259 C6_chemical_B2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.334914959 C6_chemical_B3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.750421458 C6_chemical_C1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.443744497 C6_chemical_C2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.282007099 C6_chemical_C3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.429386315 L4_control_A1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.124687581 L4_control_A2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.367583648 L4_control_A3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.379996169 L4_control_B1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.25821435 L4_control_B2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.905421082 L4_control_B3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.109985465 L4_control_C2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.6704058 L4_control_C3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.25949532 L4_chemical_A1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.435207011 L4_chemical_A2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.701795743 L4_chemical_A3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.869395765 L4_chemical_B1 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.252421873 L4_chemical_B2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.519014868 L4_chemical_B3 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 7.365351705 L4_chemical_C2 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 8.146860755 L4_chemical_C3 +LQ02X000360 Predicted protein 12.29029627 C6_control_A1 +LQ02X000360 Predicted protein 11.79554309 C6_control_A3 +LQ02X000360 Predicted protein 11.90389649 C6_control_B1 +LQ02X000360 Predicted protein 12.88757396 C6_control_B2 +LQ02X000360 Predicted protein 11.91461689 C6_control_B3 +LQ02X000360 Predicted protein 12.51742622 C6_control_C1 +LQ02X000360 Predicted protein 12.84153716 C6_control_C2 +LQ02X000360 Predicted protein 12.88316188 C6_control_C3 +LQ02X000360 Predicted protein 12.2342306 C6_chemical_A1 +LQ02X000360 Predicted protein 11.86075073 C6_chemical_A3 +LQ02X000360 Predicted protein 11.59759089 C6_chemical_B1 +LQ02X000360 Predicted protein 12.68260707 C6_chemical_B2 +LQ02X000360 Predicted protein 11.98537856 C6_chemical_B3 +LQ02X000360 Predicted protein 12.7152868 C6_chemical_C1 +LQ02X000360 Predicted protein 13.05527748 C6_chemical_C2 +LQ02X000360 Predicted protein 13.19096831 C6_chemical_C3 +LQ02X000360 Predicted protein 11.37238259 L4_control_A1 +LQ02X000360 Predicted protein 12.36632737 L4_control_A2 +LQ02X000360 Predicted protein 9.7809162 L4_control_A3 +LQ02X000360 Predicted protein 12.25233072 L4_control_B1 +LQ02X000360 Predicted protein 11.30405607 L4_control_B2 +LQ02X000360 Predicted protein 11.81147936 L4_control_B3 +LQ02X000360 Predicted protein 11.76672953 L4_control_C2 +LQ02X000360 Predicted protein 11.41051088 L4_control_C3 +LQ02X000360 Predicted protein 11.6617552 L4_chemical_A1 +LQ02X000360 Predicted protein 12.09865288 L4_chemical_A2 +LQ02X000360 Predicted protein 10.11877035 L4_chemical_A3 +LQ02X000360 Predicted protein 11.79256936 L4_chemical_B1 +LQ02X000360 Predicted protein 11.715709 L4_chemical_B2 +LQ02X000360 Predicted protein 11.6143923 L4_chemical_B3 +LQ02X000360 Predicted protein 11.90762367 L4_chemical_C2 +LQ02X000360 Predicted protein 11.97274632 L4_chemical_C3 +LQ02X000370 Zinc transporter 1 6.999455948 C6_control_A1 +LQ02X000370 Zinc transporter 1 6.220269695 C6_control_A3 +LQ02X000370 Zinc transporter 1 5.931705068 C6_control_B1 +LQ02X000370 Zinc transporter 1 6.156017344 C6_control_B2 +LQ02X000370 Zinc transporter 1 5.618888204 C6_control_B3 +LQ02X000370 Zinc transporter 1 7.857793464 C6_control_C1 +LQ02X000370 Zinc transporter 1 6.013756828 C6_control_C2 +LQ02X000370 Zinc transporter 1 7.886120018 C6_control_C3 +LQ02X000370 Zinc transporter 1 6.555929101 C6_chemical_A1 +LQ02X000370 Zinc transporter 1 7.141888 C6_chemical_A3 +LQ02X000370 Zinc transporter 1 5.607247524 C6_chemical_B1 +LQ02X000370 Zinc transporter 1 5.44992614 C6_chemical_B2 +LQ02X000370 Zinc transporter 1 5.714064906 C6_chemical_B3 +LQ02X000370 Zinc transporter 1 8.196308462 C6_chemical_C1 +LQ02X000370 Zinc transporter 1 6.430472905 C6_chemical_C2 +LQ02X000370 Zinc transporter 1 7.149062737 C6_chemical_C3 +LQ02X000370 Zinc transporter 1 8.35177682 L4_control_A1 +LQ02X000370 Zinc transporter 1 7.837479536 L4_control_A2 +LQ02X000370 Zinc transporter 1 8.846737347 L4_control_A3 +LQ02X000370 Zinc transporter 1 6.652799231 L4_control_B1 +LQ02X000370 Zinc transporter 1 6.579289485 L4_control_B2 +LQ02X000370 Zinc transporter 1 6.102102342 L4_control_B3 +LQ02X000370 Zinc transporter 1 6.055482172 L4_control_C2 +LQ02X000370 Zinc transporter 1 5.933392042 L4_control_C3 +LQ02X000370 Zinc transporter 1 8.850930142 L4_chemical_A1 +LQ02X000370 Zinc transporter 1 7.512512417 L4_chemical_A2 +LQ02X000370 Zinc transporter 1 9.824916665 L4_chemical_A3 +LQ02X000370 Zinc transporter 1 7.067442404 L4_chemical_B1 +LQ02X000370 Zinc transporter 1 6.193579764 L4_chemical_B2 +LQ02X000370 Zinc transporter 1 6.798885548 L4_chemical_B3 +LQ02X000370 Zinc transporter 1 6.224251625 L4_chemical_C2 +LQ02X000370 Zinc transporter 1 6.620535491 L4_chemical_C3 +LQ02X000380 Zinc transporter 1 12.51041477 C6_control_A1 +LQ02X000380 Zinc transporter 1 11.9420105 C6_control_A3 +LQ02X000380 Zinc transporter 1 12.95916702 C6_control_B1 +LQ02X000380 Zinc transporter 1 12.56651443 C6_control_B2 +LQ02X000380 Zinc transporter 1 13.0959574 C6_control_B3 +LQ02X000380 Zinc transporter 1 12.67326309 C6_control_C1 +LQ02X000380 Zinc transporter 1 12.58159861 C6_control_C2 +LQ02X000380 Zinc transporter 1 12.41123705 C6_control_C3 +LQ02X000380 Zinc transporter 1 12.43795394 C6_chemical_A1 +LQ02X000380 Zinc transporter 1 12.39054187 C6_chemical_A3 +LQ02X000380 Zinc transporter 1 12.90145611 C6_chemical_B1 +LQ02X000380 Zinc transporter 1 12.50168818 C6_chemical_B2 +LQ02X000380 Zinc transporter 1 13.05030285 C6_chemical_B3 +LQ02X000380 Zinc transporter 1 12.52565508 C6_chemical_C1 +LQ02X000380 Zinc transporter 1 12.3651503 C6_chemical_C2 +LQ02X000380 Zinc transporter 1 12.4002087 C6_chemical_C3 +LQ02X000380 Zinc transporter 1 12.58322609 L4_control_A1 +LQ02X000380 Zinc transporter 1 12.69634312 L4_control_A2 +LQ02X000380 Zinc transporter 1 12.24867449 L4_control_A3 +LQ02X000380 Zinc transporter 1 12.73816028 L4_control_B1 +LQ02X000380 Zinc transporter 1 13.0768211 L4_control_B2 +LQ02X000380 Zinc transporter 1 12.8400379 L4_control_B3 +LQ02X000380 Zinc transporter 1 12.31712296 L4_control_C2 +LQ02X000380 Zinc transporter 1 12.64796209 L4_control_C3 +LQ02X000380 Zinc transporter 1 11.87068757 L4_chemical_A1 +LQ02X000380 Zinc transporter 1 12.57247488 L4_chemical_A2 +LQ02X000380 Zinc transporter 1 12.43106111 L4_chemical_A3 +LQ02X000380 Zinc transporter 1 12.81359535 L4_chemical_B1 +LQ02X000380 Zinc transporter 1 12.79173786 L4_chemical_B2 +LQ02X000380 Zinc transporter 1 12.96822711 L4_chemical_B3 +LQ02X000380 Zinc transporter 1 12.08967582 L4_chemical_C2 +LQ02X000380 Zinc transporter 1 12.48376247 L4_chemical_C3 +LQ02X000390 Kinase, putative 5.192084627 C6_control_A1 +LQ02X000390 Kinase, putative 5.278611676 C6_control_A3 +LQ02X000390 Kinase, putative 5.64958859 C6_control_B1 +LQ02X000390 Kinase, putative 5.193809692 C6_control_B2 +LQ02X000390 Kinase, putative 5.505464482 C6_control_B3 +LQ02X000390 Kinase, putative 5.205245391 C6_control_C1 +LQ02X000390 Kinase, putative 5.460491266 C6_control_C2 +LQ02X000390 Kinase, putative 4.907778527 C6_control_C3 +LQ02X000390 Kinase, putative 5.47841718 C6_chemical_A1 +LQ02X000390 Kinase, putative 5.045628634 C6_chemical_A3 +LQ02X000390 Kinase, putative 5.488017611 C6_chemical_B1 +LQ02X000390 Kinase, putative 5.245913717 C6_chemical_B2 +LQ02X000390 Kinase, putative 5.11393012 C6_chemical_B3 +LQ02X000390 Kinase, putative 5.343201572 C6_chemical_C1 +LQ02X000390 Kinase, putative 5.087666654 C6_chemical_C2 +LQ02X000390 Kinase, putative 4.955683393 C6_chemical_C3 +LQ02X000390 Kinase, putative 4.956918992 L4_control_A1 +LQ02X000390 Kinase, putative 5.298619016 L4_control_A2 +LQ02X000390 Kinase, putative 5.467643353 L4_control_A3 +LQ02X000390 Kinase, putative 5.175514022 L4_control_B1 +LQ02X000390 Kinase, putative 5.367024773 L4_control_B2 +LQ02X000390 Kinase, putative 5.204204302 L4_control_B3 +LQ02X000390 Kinase, putative 5.474657601 L4_control_C2 +LQ02X000390 Kinase, putative 5.633123895 L4_control_C3 +LQ02X000390 Kinase, putative 4.974898056 L4_chemical_A1 +LQ02X000390 Kinase, putative 5.079989377 L4_chemical_A2 +LQ02X000390 Kinase, putative 5.171766185 L4_chemical_A3 +LQ02X000390 Kinase, putative 5.025227054 L4_chemical_B1 +LQ02X000390 Kinase, putative 5.660398766 L4_chemical_B2 +LQ02X000390 Kinase, putative 5.245334309 L4_chemical_B3 +LQ02X000390 Kinase, putative 5.297194422 L4_chemical_C2 +LQ02X000390 Kinase, putative 5.35139567 L4_chemical_C3 +LQ02X000400 Allantoate deiminase, chloroplastic 6.322591212 C6_control_A1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.616280197 C6_control_A3 +LQ02X000400 Allantoate deiminase, chloroplastic 6.190624174 C6_control_B1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.206353269 C6_control_B2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.749374033 C6_control_B3 +LQ02X000400 Allantoate deiminase, chloroplastic 6.292290856 C6_control_C1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.572349266 C6_control_C2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.60940129 C6_control_C3 +LQ02X000400 Allantoate deiminase, chloroplastic 5.614318911 C6_chemical_A1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.800662408 C6_chemical_A3 +LQ02X000400 Allantoate deiminase, chloroplastic 5.811738825 C6_chemical_B1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.469767905 C6_chemical_B2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.99493633 C6_chemical_B3 +LQ02X000400 Allantoate deiminase, chloroplastic 6.767267988 C6_chemical_C1 +LQ02X000400 Allantoate deiminase, chloroplastic 6.018361284 C6_chemical_C2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.766958579 C6_chemical_C3 +LQ02X000400 Allantoate deiminase, chloroplastic 5.569566777 L4_control_A1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.995630131 L4_control_A2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.450978016 L4_control_A3 +LQ02X000400 Allantoate deiminase, chloroplastic 5.270356022 L4_control_B1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.833701814 L4_control_B2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.398598627 L4_control_B3 +LQ02X000400 Allantoate deiminase, chloroplastic 6.278002859 L4_control_C2 +LQ02X000400 Allantoate deiminase, chloroplastic 6.661395463 L4_control_C3 +LQ02X000400 Allantoate deiminase, chloroplastic 5.640812712 L4_chemical_A1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.670375941 L4_chemical_A2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.383220501 L4_chemical_A3 +LQ02X000400 Allantoate deiminase, chloroplastic 5.717390872 L4_chemical_B1 +LQ02X000400 Allantoate deiminase, chloroplastic 5.367430999 L4_chemical_B2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.412174007 L4_chemical_B3 +LQ02X000400 Allantoate deiminase, chloroplastic 6.12265968 L4_chemical_C2 +LQ02X000400 Allantoate deiminase, chloroplastic 5.982764632 L4_chemical_C3 +LQ02X000420 Putative uncharacterized protein 5.051661333 C6_control_A1 +LQ02X000420 Putative uncharacterized protein 4.909401401 C6_control_A3 +LQ02X000420 Putative uncharacterized protein 5.847926285 C6_control_B1 +LQ02X000420 Putative uncharacterized protein 4.916596809 C6_control_B2 +LQ02X000420 Putative uncharacterized protein 4.672729227 C6_control_B3 +LQ02X000420 Putative uncharacterized protein 5.572217177 C6_control_C1 +LQ02X000420 Putative uncharacterized protein 4.613455742 C6_control_C2 +LQ02X000420 Putative uncharacterized protein 4.75161541 C6_control_C3 +LQ02X000420 Putative uncharacterized protein 5.540170414 C6_chemical_A1 +LQ02X000420 Putative uncharacterized protein 5.195500957 C6_chemical_A3 +LQ02X000420 Putative uncharacterized protein 5.11282348 C6_chemical_B1 +LQ02X000420 Putative uncharacterized protein 4.817642698 C6_chemical_B2 +LQ02X000420 Putative uncharacterized protein 5.216714519 C6_chemical_B3 +LQ02X000420 Putative uncharacterized protein 5.150462775 C6_chemical_C1 +LQ02X000420 Putative uncharacterized protein 4.877671 C6_chemical_C2 +LQ02X000420 Putative uncharacterized protein 5.055836909 C6_chemical_C3 +LQ02X000420 Putative uncharacterized protein 4.975178283 L4_control_A1 +LQ02X000420 Putative uncharacterized protein 4.840811408 L4_control_A2 +LQ02X000420 Putative uncharacterized protein 6.193061565 L4_control_A3 +LQ02X000420 Putative uncharacterized protein 6.995195194 L4_control_B1 +LQ02X000420 Putative uncharacterized protein 6.743928484 L4_control_B2 +LQ02X000420 Putative uncharacterized protein 4.575963546 L4_control_B3 +LQ02X000420 Putative uncharacterized protein 4.989725443 L4_control_C2 +LQ02X000420 Putative uncharacterized protein 8.301081731 L4_control_C3 +LQ02X000420 Putative uncharacterized protein 5.474496013 L4_chemical_A1 +LQ02X000420 Putative uncharacterized protein 5.20136141 L4_chemical_A2 +LQ02X000420 Putative uncharacterized protein 6.499806999 L4_chemical_A3 +LQ02X000420 Putative uncharacterized protein 5.726349213 L4_chemical_B1 +LQ02X000420 Putative uncharacterized protein 6.318763506 L4_chemical_B2 +LQ02X000420 Putative uncharacterized protein 4.666505009 L4_chemical_B3 +LQ02X000420 Putative uncharacterized protein 5.816245448 L4_chemical_C2 +LQ02X000420 Putative uncharacterized protein 7.496275718 L4_chemical_C3 +LQ02X000470 Protein OSB2, chloroplastic 11.75955829 C6_control_A1 +LQ02X000470 Protein OSB2, chloroplastic 11.91227599 C6_control_A3 +LQ02X000470 Protein OSB2, chloroplastic 11.19073779 C6_control_B1 +LQ02X000470 Protein OSB2, chloroplastic 10.30152438 C6_control_B2 +LQ02X000470 Protein OSB2, chloroplastic 10.91819151 C6_control_B3 +LQ02X000470 Protein OSB2, chloroplastic 10.99402117 C6_control_C1 +LQ02X000470 Protein OSB2, chloroplastic 10.57324657 C6_control_C2 +LQ02X000470 Protein OSB2, chloroplastic 10.73104782 C6_control_C3 +LQ02X000470 Protein OSB2, chloroplastic 11.46609197 C6_chemical_A1 +LQ02X000470 Protein OSB2, chloroplastic 11.48899072 C6_chemical_A3 +LQ02X000470 Protein OSB2, chloroplastic 10.76537917 C6_chemical_B1 +LQ02X000470 Protein OSB2, chloroplastic 9.731034346 C6_chemical_B2 +LQ02X000470 Protein OSB2, chloroplastic 10.57927527 C6_chemical_B3 +LQ02X000470 Protein OSB2, chloroplastic 10.7191639 C6_chemical_C1 +LQ02X000470 Protein OSB2, chloroplastic 10.63224366 C6_chemical_C2 +LQ02X000470 Protein OSB2, chloroplastic 10.30548652 C6_chemical_C3 +LQ02X000470 Protein OSB2, chloroplastic 11.43705077 L4_control_A1 +LQ02X000470 Protein OSB2, chloroplastic 11.00418754 L4_control_A2 +LQ02X000470 Protein OSB2, chloroplastic 11.45473786 L4_control_A3 +LQ02X000470 Protein OSB2, chloroplastic 10.22975345 L4_control_B1 +LQ02X000470 Protein OSB2, chloroplastic 11.09910487 L4_control_B2 +LQ02X000470 Protein OSB2, chloroplastic 9.693483346 L4_control_B3 +LQ02X000470 Protein OSB2, chloroplastic 11.31547543 L4_control_C2 +LQ02X000470 Protein OSB2, chloroplastic 10.88035358 L4_control_C3 +LQ02X000470 Protein OSB2, chloroplastic 11.01865055 L4_chemical_A1 +LQ02X000470 Protein OSB2, chloroplastic 10.66190635 L4_chemical_A2 +LQ02X000470 Protein OSB2, chloroplastic 11.15142342 L4_chemical_A3 +LQ02X000470 Protein OSB2, chloroplastic 10.757609 L4_chemical_B1 +LQ02X000470 Protein OSB2, chloroplastic 10.91071265 L4_chemical_B2 +LQ02X000470 Protein OSB2, chloroplastic 9.941004541 L4_chemical_B3 +LQ02X000470 Protein OSB2, chloroplastic 11.12390678 L4_chemical_C2 +LQ02X000470 Protein OSB2, chloroplastic 10.83140064 L4_chemical_C3 +LQ02X000490 Copper-transporting ATPase RAN1 5.450610512 C6_control_A1 +LQ02X000490 Copper-transporting ATPase RAN1 5.525671185 C6_control_A3 +LQ02X000490 Copper-transporting ATPase RAN1 5.25779303 C6_control_B1 +LQ02X000490 Copper-transporting ATPase RAN1 5.163396968 C6_control_B2 +LQ02X000490 Copper-transporting ATPase RAN1 5.36598075 C6_control_B3 +LQ02X000490 Copper-transporting ATPase RAN1 5.324834039 C6_control_C1 +LQ02X000490 Copper-transporting ATPase RAN1 5.27591234 C6_control_C2 +LQ02X000490 Copper-transporting ATPase RAN1 5.635440726 C6_control_C3 +LQ02X000490 Copper-transporting ATPase RAN1 5.430392008 C6_chemical_A1 +LQ02X000490 Copper-transporting ATPase RAN1 5.442370413 C6_chemical_A3 +LQ02X000490 Copper-transporting ATPase RAN1 5.549957562 C6_chemical_B1 +LQ02X000490 Copper-transporting ATPase RAN1 5.262582261 C6_chemical_B2 +LQ02X000490 Copper-transporting ATPase RAN1 6.306894942 C6_chemical_B3 +LQ02X000490 Copper-transporting ATPase RAN1 5.309762531 C6_chemical_C1 +LQ02X000490 Copper-transporting ATPase RAN1 5.348748941 C6_chemical_C2 +LQ02X000490 Copper-transporting ATPase RAN1 5.80004395 C6_chemical_C3 +LQ02X000490 Copper-transporting ATPase RAN1 6.00116575 L4_control_A1 +LQ02X000490 Copper-transporting ATPase RAN1 5.612278123 L4_control_A2 +LQ02X000490 Copper-transporting ATPase RAN1 5.835361294 L4_control_A3 +LQ02X000490 Copper-transporting ATPase RAN1 5.9357665 L4_control_B1 +LQ02X000490 Copper-transporting ATPase RAN1 5.919451362 L4_control_B2 +LQ02X000490 Copper-transporting ATPase RAN1 5.426026425 L4_control_B3 +LQ02X000490 Copper-transporting ATPase RAN1 7.172570239 L4_control_C2 +LQ02X000490 Copper-transporting ATPase RAN1 6.170368199 L4_control_C3 +LQ02X000490 Copper-transporting ATPase RAN1 5.64726046 L4_chemical_A1 +LQ02X000490 Copper-transporting ATPase RAN1 5.513980242 L4_chemical_A2 +LQ02X000490 Copper-transporting ATPase RAN1 6.418242612 L4_chemical_A3 +LQ02X000490 Copper-transporting ATPase RAN1 5.257861128 L4_chemical_B1 +LQ02X000490 Copper-transporting ATPase RAN1 5.419594955 L4_chemical_B2 +LQ02X000490 Copper-transporting ATPase RAN1 5.368058353 L4_chemical_B3 +LQ02X000490 Copper-transporting ATPase RAN1 5.9765894 L4_chemical_C2 +LQ02X000490 Copper-transporting ATPase RAN1 6.477947867 L4_chemical_C3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.4593883 C6_control_A1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.267586609 C6_control_A3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.692656767 C6_control_B1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.40269458 C6_control_B2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.388219911 C6_control_B3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.266134265 C6_control_C1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.245984227 C6_control_C2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.366327612 C6_control_C3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.28473328 C6_chemical_A1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.477927037 C6_chemical_A3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.242880102 C6_chemical_B1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.489993496 C6_chemical_B2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.396936457 C6_chemical_B3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.598461348 C6_chemical_C1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.672353586 C6_chemical_C2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.354615821 C6_chemical_C3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.338716655 L4_control_A1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.502157136 L4_control_A2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 6.108773499 L4_control_A3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.085490414 L4_control_B1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.10207622 L4_control_B2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.772982081 L4_control_B3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.395056949 L4_control_C2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.488450044 L4_control_C3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.447558219 L4_chemical_A1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.745430885 L4_chemical_A2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 6.229619047 L4_chemical_A3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.280562791 L4_chemical_B1 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.17020681 L4_chemical_B2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.36832622 L4_chemical_B3 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.483329842 L4_chemical_C2 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.38837481 L4_chemical_C3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.16347696 C6_control_A1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 7.791742554 C6_control_A3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.596705046 C6_control_B1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.11411571 C6_control_B2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.365295103 C6_control_B3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.919157703 C6_control_C1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 7.052446379 C6_control_C2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.114545117 C6_control_C3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.935378131 C6_chemical_A1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.133648336 C6_chemical_A3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.13230345 C6_chemical_B1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.98637879 C6_chemical_B2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.998586605 C6_chemical_B3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.820413109 C6_chemical_C1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.092770493 C6_chemical_C2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.886540713 C6_chemical_C3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.942259431 L4_control_A1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.296020177 L4_control_A2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.892775399 L4_control_A3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.524005517 L4_control_B1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.356288703 L4_control_B2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.549376663 L4_control_B3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.437521148 L4_control_C2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.834124017 L4_control_C3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.917164134 L4_chemical_A1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.96460169 L4_chemical_A2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.910870099 L4_chemical_A3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.400727072 L4_chemical_B1 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.829243282 L4_chemical_B2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.465288411 L4_chemical_B3 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.654595119 L4_chemical_C2 +LQ02X000540 Putative 50S ribosomal protein L7/L12 6.388059214 L4_chemical_C3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.360853513 C6_control_A1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.75042746 C6_control_A3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.18401425 C6_control_B1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 8.539684394 C6_control_B2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 8.662957353 C6_control_B3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.335528522 C6_control_C1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.264042348 C6_control_C2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 8.568163375 C6_control_C3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.329500342 C6_chemical_A1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.435279323 C6_chemical_A3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 8.82596772 C6_chemical_B1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 8.252688994 C6_chemical_B2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 8.827066764 C6_chemical_B3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.402891981 C6_chemical_C1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.331896716 C6_chemical_C2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 8.702042542 C6_chemical_C3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.755696673 L4_control_A1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.595894008 L4_control_A2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 10.78262279 L4_control_A3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.697829824 L4_control_B1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 10.01229234 L4_control_B2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.218028531 L4_control_B3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 10.94552298 L4_control_C2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 10.70079886 L4_control_C3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.325432967 L4_chemical_A1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.165628279 L4_chemical_A2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 10.376822 L4_chemical_A3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.592559612 L4_chemical_B1 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.519659182 L4_chemical_B2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 8.917188453 L4_chemical_B3 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 10.79939781 L4_chemical_C2 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 10.71924212 L4_chemical_C3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.410936193 C6_control_A1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.032412766 C6_control_A3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 5.901926246 C6_control_B1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.167992038 C6_control_B2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.157564357 C6_control_B3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.231453915 C6_control_C1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.820382694 C6_control_C2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.227921261 C6_control_C3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.889301183 C6_chemical_A1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.1314444 C6_chemical_A3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.701670133 C6_chemical_B1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.336266947 C6_chemical_B2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.700013477 C6_chemical_B3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.626143219 C6_chemical_C1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.642295544 C6_chemical_C2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.829216089 C6_chemical_C3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.283344557 L4_control_A1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.268193675 L4_control_A2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.848407225 L4_control_A3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.151702797 L4_control_B1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.72038709 L4_control_B2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.367452198 L4_control_B3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.079366184 L4_control_C2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.830186359 L4_control_C3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.207497734 L4_chemical_A1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.04806361 L4_chemical_A2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.04992328 L4_chemical_A3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.434299556 L4_chemical_B1 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.315273268 L4_chemical_B2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.872399766 L4_chemical_B3 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.819398823 L4_chemical_C2 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 7.083926003 L4_chemical_C3 +LQ02X000590 Putative uncharacterized protein 5.981579314 C6_control_A1 +LQ02X000590 Putative uncharacterized protein 5.735112008 C6_control_A3 +LQ02X000590 Putative uncharacterized protein 6.594359397 C6_control_B1 +LQ02X000590 Putative uncharacterized protein 5.677113934 C6_control_B2 +LQ02X000590 Putative uncharacterized protein 6.376926681 C6_control_B3 +LQ02X000590 Putative uncharacterized protein 6.13298549 C6_control_C1 +LQ02X000590 Putative uncharacterized protein 5.506191367 C6_control_C2 +LQ02X000590 Putative uncharacterized protein 5.554030917 C6_control_C3 +LQ02X000590 Putative uncharacterized protein 6.114671316 C6_chemical_A1 +LQ02X000590 Putative uncharacterized protein 6.266054536 C6_chemical_A3 +LQ02X000590 Putative uncharacterized protein 5.918712025 C6_chemical_B1 +LQ02X000590 Putative uncharacterized protein 5.767570098 C6_chemical_B2 +LQ02X000590 Putative uncharacterized protein 6.49617647 C6_chemical_B3 +LQ02X000590 Putative uncharacterized protein 6.016807317 C6_chemical_C1 +LQ02X000590 Putative uncharacterized protein 5.97844832 C6_chemical_C2 +LQ02X000590 Putative uncharacterized protein 6.081182037 C6_chemical_C3 +LQ02X000590 Putative uncharacterized protein 6.248410285 L4_control_A1 +LQ02X000590 Putative uncharacterized protein 6.510071201 L4_control_A2 +LQ02X000590 Putative uncharacterized protein 6.280812166 L4_control_A3 +LQ02X000590 Putative uncharacterized protein 5.290199956 L4_control_B1 +LQ02X000590 Putative uncharacterized protein 6.144203817 L4_control_B2 +LQ02X000590 Putative uncharacterized protein 5.760400013 L4_control_B3 +LQ02X000590 Putative uncharacterized protein 5.601029424 L4_control_C2 +LQ02X000590 Putative uncharacterized protein 6.118063055 L4_control_C3 +LQ02X000590 Putative uncharacterized protein 5.911216549 L4_chemical_A1 +LQ02X000590 Putative uncharacterized protein 5.937408344 L4_chemical_A2 +LQ02X000590 Putative uncharacterized protein 6.791186207 L4_chemical_A3 +LQ02X000590 Putative uncharacterized protein 5.948500863 L4_chemical_B1 +LQ02X000590 Putative uncharacterized protein 6.269394389 L4_chemical_B2 +LQ02X000590 Putative uncharacterized protein 6.004296789 L4_chemical_B3 +LQ02X000590 Putative uncharacterized protein 5.686564861 L4_chemical_C2 +LQ02X000590 Putative uncharacterized protein 6.110299802 L4_chemical_C3 +LQ02X000600 Potassium transporter 11 12.48276496 C6_control_A1 +LQ02X000600 Potassium transporter 11 11.9400348 C6_control_A3 +LQ02X000600 Potassium transporter 11 12.77862177 C6_control_B1 +LQ02X000600 Potassium transporter 11 12.64170925 C6_control_B2 +LQ02X000600 Potassium transporter 11 12.76415517 C6_control_B3 +LQ02X000600 Potassium transporter 11 13.24835224 C6_control_C1 +LQ02X000600 Potassium transporter 11 12.83789128 C6_control_C2 +LQ02X000600 Potassium transporter 11 12.98048061 C6_control_C3 +LQ02X000600 Potassium transporter 11 12.50857354 C6_chemical_A1 +LQ02X000600 Potassium transporter 11 12.456678 C6_chemical_A3 +LQ02X000600 Potassium transporter 11 12.8140056 C6_chemical_B1 +LQ02X000600 Potassium transporter 11 12.23740359 C6_chemical_B2 +LQ02X000600 Potassium transporter 11 12.64682063 C6_chemical_B3 +LQ02X000600 Potassium transporter 11 12.84767707 C6_chemical_C1 +LQ02X000600 Potassium transporter 11 12.81988921 C6_chemical_C2 +LQ02X000600 Potassium transporter 11 12.74228497 C6_chemical_C3 +LQ02X000600 Potassium transporter 11 12.19622807 L4_control_A1 +LQ02X000600 Potassium transporter 11 11.95657806 L4_control_A2 +LQ02X000600 Potassium transporter 11 11.90664677 L4_control_A3 +LQ02X000600 Potassium transporter 11 12.81084252 L4_control_B1 +LQ02X000600 Potassium transporter 11 13.12467501 L4_control_B2 +LQ02X000600 Potassium transporter 11 12.51813567 L4_control_B3 +LQ02X000600 Potassium transporter 11 12.86380402 L4_control_C2 +LQ02X000600 Potassium transporter 11 12.98218862 L4_control_C3 +LQ02X000600 Potassium transporter 11 11.99640771 L4_chemical_A1 +LQ02X000600 Potassium transporter 11 12.00159442 L4_chemical_A2 +LQ02X000600 Potassium transporter 11 12.21052844 L4_chemical_A3 +LQ02X000600 Potassium transporter 11 12.77606374 L4_chemical_B1 +LQ02X000600 Potassium transporter 11 12.81848594 L4_chemical_B2 +LQ02X000600 Potassium transporter 11 12.2514429 L4_chemical_B3 +LQ02X000600 Potassium transporter 11 12.90706687 L4_chemical_C2 +LQ02X000600 Potassium transporter 11 12.68908678 L4_chemical_C3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.27446982 C6_control_A1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.682319455 C6_control_A3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.825115943 C6_control_B1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.198580968 C6_control_B2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.543298423 C6_control_B3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.594029163 C6_control_C1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.605206128 C6_control_C2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.48335414 C6_control_C3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.191439402 C6_chemical_A1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.278512789 C6_chemical_A3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.543542071 C6_chemical_B1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.32127995 C6_chemical_B2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.557881993 C6_chemical_B3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.68703171 C6_chemical_C1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.613031647 C6_chemical_C2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.407911545 C6_chemical_C3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.185648524 L4_control_A1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.378167623 L4_control_A2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.906123609 L4_control_A3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 6.031307292 L4_control_B1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.584675211 L4_control_B2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.431464004 L4_control_B3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.304210159 L4_control_C2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.138557601 L4_control_C3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 4.916908931 L4_chemical_A1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.159384208 L4_chemical_A2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.666345847 L4_chemical_A3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 6.234874607 L4_chemical_B1 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.217474207 L4_chemical_B2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.444525668 L4_chemical_B3 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.427202315 L4_chemical_C2 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.243014761 L4_chemical_C3 +LQ02X000620 Hypothetical protein 6.003568307 C6_control_A1 +LQ02X000620 Hypothetical protein 5.657854645 C6_control_A3 +LQ02X000620 Hypothetical protein 5.8014486 C6_control_B1 +LQ02X000620 Hypothetical protein 6.389474131 C6_control_B2 +LQ02X000620 Hypothetical protein 5.723400974 C6_control_B3 +LQ02X000620 Hypothetical protein 6.50277504 C6_control_C1 +LQ02X000620 Hypothetical protein 6.287369527 C6_control_C2 +LQ02X000620 Hypothetical protein 6.414743734 C6_control_C3 +LQ02X000620 Hypothetical protein 5.976279095 C6_chemical_A1 +LQ02X000620 Hypothetical protein 6.43546247 C6_chemical_A3 +LQ02X000620 Hypothetical protein 5.786123922 C6_chemical_B1 +LQ02X000620 Hypothetical protein 6.7237012 C6_chemical_B2 +LQ02X000620 Hypothetical protein 7.005488672 C6_chemical_B3 +LQ02X000620 Hypothetical protein 6.848711191 C6_chemical_C1 +LQ02X000620 Hypothetical protein 6.240458957 C6_chemical_C2 +LQ02X000620 Hypothetical protein 7.291359264 C6_chemical_C3 +LQ02X000620 Hypothetical protein 5.876785556 L4_control_A1 +LQ02X000620 Hypothetical protein 5.818018552 L4_control_A2 +LQ02X000620 Hypothetical protein 5.441174128 L4_control_A3 +LQ02X000620 Hypothetical protein 5.946797326 L4_control_B1 +LQ02X000620 Hypothetical protein 5.620367591 L4_control_B2 +LQ02X000620 Hypothetical protein 7.336464191 L4_control_B3 +LQ02X000620 Hypothetical protein 5.71285674 L4_control_C2 +LQ02X000620 Hypothetical protein 5.556074576 L4_control_C3 +LQ02X000620 Hypothetical protein 6.227650472 L4_chemical_A1 +LQ02X000620 Hypothetical protein 5.60232044 L4_chemical_A2 +LQ02X000620 Hypothetical protein 5.49420415 L4_chemical_A3 +LQ02X000620 Hypothetical protein 6.297657734 L4_chemical_B1 +LQ02X000620 Hypothetical protein 5.544001323 L4_chemical_B2 +LQ02X000620 Hypothetical protein 6.904477055 L4_chemical_B3 +LQ02X000620 Hypothetical protein 5.356778004 L4_chemical_C2 +LQ02X000620 Hypothetical protein 5.986634001 L4_chemical_C3 +LQ02X000670 Hypothetical protein 14.84646543 C6_control_A1 +LQ02X000670 Hypothetical protein 14.72688745 C6_control_A3 +LQ02X000670 Hypothetical protein 15.14475988 C6_control_B1 +LQ02X000670 Hypothetical protein 14.79517917 C6_control_B2 +LQ02X000670 Hypothetical protein 14.88436605 C6_control_B3 +LQ02X000670 Hypothetical protein 15.0006834 C6_control_C1 +LQ02X000670 Hypothetical protein 15.31025959 C6_control_C2 +LQ02X000670 Hypothetical protein 15.01732662 C6_control_C3 +LQ02X000670 Hypothetical protein 14.41444795 C6_chemical_A1 +LQ02X000670 Hypothetical protein 14.34380868 C6_chemical_A3 +LQ02X000670 Hypothetical protein 14.75846765 C6_chemical_B1 +LQ02X000670 Hypothetical protein 14.29928825 C6_chemical_B2 +LQ02X000670 Hypothetical protein 15.04774768 C6_chemical_B3 +LQ02X000670 Hypothetical protein 14.99390463 C6_chemical_C1 +LQ02X000670 Hypothetical protein 14.88628448 C6_chemical_C2 +LQ02X000670 Hypothetical protein 14.78533511 C6_chemical_C3 +LQ02X000670 Hypothetical protein 14.30385022 L4_control_A1 +LQ02X000670 Hypothetical protein 14.72253456 L4_control_A2 +LQ02X000670 Hypothetical protein 14.09491826 L4_control_A3 +LQ02X000670 Hypothetical protein 14.92252636 L4_control_B1 +LQ02X000670 Hypothetical protein 14.44334862 L4_control_B2 +LQ02X000670 Hypothetical protein 14.88626384 L4_control_B3 +LQ02X000670 Hypothetical protein 14.66865105 L4_control_C2 +LQ02X000670 Hypothetical protein 14.83616538 L4_control_C3 +LQ02X000670 Hypothetical protein 14.6572828 L4_chemical_A1 +LQ02X000670 Hypothetical protein 14.7492674 L4_chemical_A2 +LQ02X000670 Hypothetical protein 14.29072377 L4_chemical_A3 +LQ02X000670 Hypothetical protein 14.86262099 L4_chemical_B1 +LQ02X000670 Hypothetical protein 14.69249033 L4_chemical_B2 +LQ02X000670 Hypothetical protein 14.95623457 L4_chemical_B3 +LQ02X000670 Hypothetical protein 14.82615844 L4_chemical_C2 +LQ02X000670 Hypothetical protein 14.83506883 L4_chemical_C3 +LQ02X000680 Putative uncharacterized protein 6.653548126 C6_control_A1 +LQ02X000680 Putative uncharacterized protein 6.345490673 C6_control_A3 +LQ02X000680 Putative uncharacterized protein 6.741940854 C6_control_B1 +LQ02X000680 Putative uncharacterized protein 6.315785135 C6_control_B2 +LQ02X000680 Putative uncharacterized protein 6.511865694 C6_control_B3 +LQ02X000680 Putative uncharacterized protein 6.838843421 C6_control_C1 +LQ02X000680 Putative uncharacterized protein 6.251913481 C6_control_C2 +LQ02X000680 Putative uncharacterized protein 7.016778181 C6_control_C3 +LQ02X000680 Putative uncharacterized protein 6.578905341 C6_chemical_A1 +LQ02X000680 Putative uncharacterized protein 7.063189893 C6_chemical_A3 +LQ02X000680 Putative uncharacterized protein 6.732488823 C6_chemical_B1 +LQ02X000680 Putative uncharacterized protein 6.279793337 C6_chemical_B2 +LQ02X000680 Putative uncharacterized protein 6.355669744 C6_chemical_B3 +LQ02X000680 Putative uncharacterized protein 6.911710157 C6_chemical_C1 +LQ02X000680 Putative uncharacterized protein 6.608390245 C6_chemical_C2 +LQ02X000680 Putative uncharacterized protein 6.625975501 C6_chemical_C3 +LQ02X000680 Putative uncharacterized protein 6.723870439 L4_control_A1 +LQ02X000680 Putative uncharacterized protein 6.501912577 L4_control_A2 +LQ02X000680 Putative uncharacterized protein 6.553148632 L4_control_A3 +LQ02X000680 Putative uncharacterized protein 6.766693337 L4_control_B1 +LQ02X000680 Putative uncharacterized protein 7.29040293 L4_control_B2 +LQ02X000680 Putative uncharacterized protein 6.241218782 L4_control_B3 +LQ02X000680 Putative uncharacterized protein 6.518217309 L4_control_C2 +LQ02X000680 Putative uncharacterized protein 7.037496401 L4_control_C3 +LQ02X000680 Putative uncharacterized protein 6.958792728 L4_chemical_A1 +LQ02X000680 Putative uncharacterized protein 6.534337338 L4_chemical_A2 +LQ02X000680 Putative uncharacterized protein 7.223166394 L4_chemical_A3 +LQ02X000680 Putative uncharacterized protein 7.084962881 L4_chemical_B1 +LQ02X000680 Putative uncharacterized protein 7.66405635 L4_chemical_B2 +LQ02X000680 Putative uncharacterized protein 5.922728609 L4_chemical_B3 +LQ02X000680 Putative uncharacterized protein 7.94096587 L4_chemical_C2 +LQ02X000680 Putative uncharacterized protein 8.234468461 L4_chemical_C3 +LQ02X000690 Coatomer subunit delta 13.1517317 C6_control_A1 +LQ02X000690 Coatomer subunit delta 13.19760949 C6_control_A3 +LQ02X000690 Coatomer subunit delta 13.2537859 C6_control_B1 +LQ02X000690 Coatomer subunit delta 12.55019169 C6_control_B2 +LQ02X000690 Coatomer subunit delta 12.76934375 C6_control_B3 +LQ02X000690 Coatomer subunit delta 11.67136192 C6_control_C1 +LQ02X000690 Coatomer subunit delta 11.86114977 C6_control_C2 +LQ02X000690 Coatomer subunit delta 11.3863409 C6_control_C3 +LQ02X000690 Coatomer subunit delta 13.11047264 C6_chemical_A1 +LQ02X000690 Coatomer subunit delta 13.0133432 C6_chemical_A3 +LQ02X000690 Coatomer subunit delta 13.18686784 C6_chemical_B1 +LQ02X000690 Coatomer subunit delta 12.54852821 C6_chemical_B2 +LQ02X000690 Coatomer subunit delta 12.73606783 C6_chemical_B3 +LQ02X000690 Coatomer subunit delta 11.62462355 C6_chemical_C1 +LQ02X000690 Coatomer subunit delta 11.57641315 C6_chemical_C2 +LQ02X000690 Coatomer subunit delta 11.26385898 C6_chemical_C3 +LQ02X000690 Coatomer subunit delta 13.33125645 L4_control_A1 +LQ02X000690 Coatomer subunit delta 12.85559167 L4_control_A2 +LQ02X000690 Coatomer subunit delta 13.44160101 L4_control_A3 +LQ02X000690 Coatomer subunit delta 12.93441741 L4_control_B1 +LQ02X000690 Coatomer subunit delta 13.42248048 L4_control_B2 +LQ02X000690 Coatomer subunit delta 13.14280802 L4_control_B3 +LQ02X000690 Coatomer subunit delta 12.3118229 L4_control_C2 +LQ02X000690 Coatomer subunit delta 12.49848155 L4_control_C3 +LQ02X000690 Coatomer subunit delta 12.71450232 L4_chemical_A1 +LQ02X000690 Coatomer subunit delta 12.06867328 L4_chemical_A2 +LQ02X000690 Coatomer subunit delta 13.0540106 L4_chemical_A3 +LQ02X000690 Coatomer subunit delta 12.70515386 L4_chemical_B1 +LQ02X000690 Coatomer subunit delta 12.37511208 L4_chemical_B2 +LQ02X000690 Coatomer subunit delta 13.16223178 L4_chemical_B3 +LQ02X000690 Coatomer subunit delta 11.9405475 L4_chemical_C2 +LQ02X000690 Coatomer subunit delta 12.40669146 L4_chemical_C3 +LQ02X000700 Putative uncharacterized protein 5.646367421 C6_control_A1 +LQ02X000700 Putative uncharacterized protein 5.207657268 C6_control_A3 +LQ02X000700 Putative uncharacterized protein 5.412771483 C6_control_B1 +LQ02X000700 Putative uncharacterized protein 5.00645839 C6_control_B2 +LQ02X000700 Putative uncharacterized protein 5.764056862 C6_control_B3 +LQ02X000700 Putative uncharacterized protein 5.486831952 C6_control_C1 +LQ02X000700 Putative uncharacterized protein 4.889257937 C6_control_C2 +LQ02X000700 Putative uncharacterized protein 5.587390808 C6_control_C3 +LQ02X000700 Putative uncharacterized protein 5.474449776 C6_chemical_A1 +LQ02X000700 Putative uncharacterized protein 5.355595826 C6_chemical_A3 +LQ02X000700 Putative uncharacterized protein 5.597964349 C6_chemical_B1 +LQ02X000700 Putative uncharacterized protein 5.072364582 C6_chemical_B2 +LQ02X000700 Putative uncharacterized protein 6.108015956 C6_chemical_B3 +LQ02X000700 Putative uncharacterized protein 5.46134241 C6_chemical_C1 +LQ02X000700 Putative uncharacterized protein 4.848261784 C6_chemical_C2 +LQ02X000700 Putative uncharacterized protein 5.654976632 C6_chemical_C3 +LQ02X000700 Putative uncharacterized protein 5.62188648 L4_control_A1 +LQ02X000700 Putative uncharacterized protein 5.917716371 L4_control_A2 +LQ02X000700 Putative uncharacterized protein 5.58899069 L4_control_A3 +LQ02X000700 Putative uncharacterized protein 5.911707394 L4_control_B1 +LQ02X000700 Putative uncharacterized protein 5.862473112 L4_control_B2 +LQ02X000700 Putative uncharacterized protein 5.751568906 L4_control_B3 +LQ02X000700 Putative uncharacterized protein 6.167194136 L4_control_C2 +LQ02X000700 Putative uncharacterized protein 6.697807291 L4_control_C3 +LQ02X000700 Putative uncharacterized protein 6.115905828 L4_chemical_A1 +LQ02X000700 Putative uncharacterized protein 6.15743366 L4_chemical_A2 +LQ02X000700 Putative uncharacterized protein 5.694146122 L4_chemical_A3 +LQ02X000700 Putative uncharacterized protein 5.76270653 L4_chemical_B1 +LQ02X000700 Putative uncharacterized protein 6.020910179 L4_chemical_B2 +LQ02X000700 Putative uncharacterized protein 5.497186835 L4_chemical_B3 +LQ02X000700 Putative uncharacterized protein 6.256405221 L4_chemical_C2 +LQ02X000700 Putative uncharacterized protein 6.380780343 L4_chemical_C3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.716291244 C6_control_A1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.592842104 C6_control_A3 +LQ02X000720 Putative UPF0481 protein At3g47200 5.026856277 C6_control_B1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.789965041 C6_control_B2 +LQ02X000720 Putative UPF0481 protein At3g47200 4.701621055 C6_control_B3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.635873086 C6_control_C1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.689701203 C6_control_C2 +LQ02X000720 Putative UPF0481 protein At3g47200 4.877063793 C6_control_C3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.699421169 C6_chemical_A1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.840022653 C6_chemical_A3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.95853666 C6_chemical_B1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.735795181 C6_chemical_B2 +LQ02X000720 Putative UPF0481 protein At3g47200 5.28029084 C6_chemical_B3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.927972774 C6_chemical_C1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.570728756 C6_chemical_C2 +LQ02X000720 Putative UPF0481 protein At3g47200 4.952247752 C6_chemical_C3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.771763474 L4_control_A1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.528494726 L4_control_A2 +LQ02X000720 Putative UPF0481 protein At3g47200 5.026106374 L4_control_A3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.609563358 L4_control_B1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.867874272 L4_control_B2 +LQ02X000720 Putative UPF0481 protein At3g47200 4.956374278 L4_control_B3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.924484563 L4_control_C2 +LQ02X000720 Putative UPF0481 protein At3g47200 4.867352248 L4_control_C3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.970116566 L4_chemical_A1 +LQ02X000720 Putative UPF0481 protein At3g47200 4.486596737 L4_chemical_A2 +LQ02X000720 Putative UPF0481 protein At3g47200 4.849188823 L4_chemical_A3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.861529361 L4_chemical_B1 +LQ02X000720 Putative UPF0481 protein At3g47200 5.038928915 L4_chemical_B2 +LQ02X000720 Putative UPF0481 protein At3g47200 4.616265168 L4_chemical_B3 +LQ02X000720 Putative UPF0481 protein At3g47200 4.918797825 L4_chemical_C2 +LQ02X000720 Putative UPF0481 protein At3g47200 5.895987609 L4_chemical_C3 +LQ02X000730 Catalytic, putative 10.09343007 C6_control_A1 +LQ02X000730 Catalytic, putative 10.28635449 C6_control_A3 +LQ02X000730 Catalytic, putative 10.33108751 C6_control_B1 +LQ02X000730 Catalytic, putative 8.99908297 C6_control_B2 +LQ02X000730 Catalytic, putative 10.32291534 C6_control_B3 +LQ02X000730 Catalytic, putative 9.00603747 C6_control_C1 +LQ02X000730 Catalytic, putative 8.758303844 C6_control_C2 +LQ02X000730 Catalytic, putative 9.030472867 C6_control_C3 +LQ02X000730 Catalytic, putative 10.39322741 C6_chemical_A1 +LQ02X000730 Catalytic, putative 9.889439568 C6_chemical_A3 +LQ02X000730 Catalytic, putative 10.53419224 C6_chemical_B1 +LQ02X000730 Catalytic, putative 8.911149213 C6_chemical_B2 +LQ02X000730 Catalytic, putative 9.977618579 C6_chemical_B3 +LQ02X000730 Catalytic, putative 8.665236532 C6_chemical_C1 +LQ02X000730 Catalytic, putative 8.83419892 C6_chemical_C2 +LQ02X000730 Catalytic, putative 8.658049649 C6_chemical_C3 +LQ02X000730 Catalytic, putative 9.55391274 L4_control_A1 +LQ02X000730 Catalytic, putative 10.77939892 L4_control_A2 +LQ02X000730 Catalytic, putative 10.90587403 L4_control_A3 +LQ02X000730 Catalytic, putative 10.40456682 L4_control_B1 +LQ02X000730 Catalytic, putative 11.14991971 L4_control_B2 +LQ02X000730 Catalytic, putative 10.32108594 L4_control_B3 +LQ02X000730 Catalytic, putative 10.31448355 L4_control_C2 +LQ02X000730 Catalytic, putative 10.76662527 L4_control_C3 +LQ02X000730 Catalytic, putative 9.037839165 L4_chemical_A1 +LQ02X000730 Catalytic, putative 10.61256913 L4_chemical_A2 +LQ02X000730 Catalytic, putative 10.55010255 L4_chemical_A3 +LQ02X000730 Catalytic, putative 10.60248 L4_chemical_B1 +LQ02X000730 Catalytic, putative 11.02135888 L4_chemical_B2 +LQ02X000730 Catalytic, putative 10.37491164 L4_chemical_B3 +LQ02X000730 Catalytic, putative 10.66318292 L4_chemical_C2 +LQ02X000730 Catalytic, putative 10.38517751 L4_chemical_C3 +LQ02X000740 14 kDa zinc-binding protein 12.68202195 C6_control_A1 +LQ02X000740 14 kDa zinc-binding protein 12.44174209 C6_control_A3 +LQ02X000740 14 kDa zinc-binding protein 12.4681557 C6_control_B1 +LQ02X000740 14 kDa zinc-binding protein 13.4059389 C6_control_B2 +LQ02X000740 14 kDa zinc-binding protein 12.68162635 C6_control_B3 +LQ02X000740 14 kDa zinc-binding protein 13.35968726 C6_control_C1 +LQ02X000740 14 kDa zinc-binding protein 13.29693873 C6_control_C2 +LQ02X000740 14 kDa zinc-binding protein 13.07193286 C6_control_C3 +LQ02X000740 14 kDa zinc-binding protein 12.63378463 C6_chemical_A1 +LQ02X000740 14 kDa zinc-binding protein 12.33383564 C6_chemical_A3 +LQ02X000740 14 kDa zinc-binding protein 12.55497023 C6_chemical_B1 +LQ02X000740 14 kDa zinc-binding protein 13.63571202 C6_chemical_B2 +LQ02X000740 14 kDa zinc-binding protein 12.83782765 C6_chemical_B3 +LQ02X000740 14 kDa zinc-binding protein 13.25314995 C6_chemical_C1 +LQ02X000740 14 kDa zinc-binding protein 13.48051285 C6_chemical_C2 +LQ02X000740 14 kDa zinc-binding protein 12.88978295 C6_chemical_C3 +LQ02X000740 14 kDa zinc-binding protein 12.70699286 L4_control_A1 +LQ02X000740 14 kDa zinc-binding protein 12.82125345 L4_control_A2 +LQ02X000740 14 kDa zinc-binding protein 12.16013871 L4_control_A3 +LQ02X000740 14 kDa zinc-binding protein 12.63524898 L4_control_B1 +LQ02X000740 14 kDa zinc-binding protein 12.4083909 L4_control_B2 +LQ02X000740 14 kDa zinc-binding protein 13.30088182 L4_control_B3 +LQ02X000740 14 kDa zinc-binding protein 12.68752589 L4_control_C2 +LQ02X000740 14 kDa zinc-binding protein 12.95381038 L4_control_C3 +LQ02X000740 14 kDa zinc-binding protein 13.01939869 L4_chemical_A1 +LQ02X000740 14 kDa zinc-binding protein 12.85488541 L4_chemical_A2 +LQ02X000740 14 kDa zinc-binding protein 12.31583083 L4_chemical_A3 +LQ02X000740 14 kDa zinc-binding protein 12.08744189 L4_chemical_B1 +LQ02X000740 14 kDa zinc-binding protein 12.92481033 L4_chemical_B2 +LQ02X000740 14 kDa zinc-binding protein 12.86387189 L4_chemical_B3 +LQ02X000740 14 kDa zinc-binding protein 12.75976354 L4_chemical_C2 +LQ02X000740 14 kDa zinc-binding protein 13.1263857 L4_chemical_C3 +LQ02X000750 Putative Sulfiredoxin-1 4.665864372 C6_control_A1 +LQ02X000750 Putative Sulfiredoxin-1 4.611480759 C6_control_A3 +LQ02X000750 Putative Sulfiredoxin-1 5.430022264 C6_control_B1 +LQ02X000750 Putative Sulfiredoxin-1 4.742131742 C6_control_B2 +LQ02X000750 Putative Sulfiredoxin-1 4.769013655 C6_control_B3 +LQ02X000750 Putative Sulfiredoxin-1 4.733243967 C6_control_C1 +LQ02X000750 Putative Sulfiredoxin-1 5.089263636 C6_control_C2 +LQ02X000750 Putative Sulfiredoxin-1 4.954112595 C6_control_C3 +LQ02X000750 Putative Sulfiredoxin-1 4.69107971 C6_chemical_A1 +LQ02X000750 Putative Sulfiredoxin-1 4.759308216 C6_chemical_A3 +LQ02X000750 Putative Sulfiredoxin-1 4.957822387 C6_chemical_B1 +LQ02X000750 Putative Sulfiredoxin-1 4.799602803 C6_chemical_B2 +LQ02X000750 Putative Sulfiredoxin-1 5.008220612 C6_chemical_B3 +LQ02X000750 Putative Sulfiredoxin-1 4.724155343 C6_chemical_C1 +LQ02X000750 Putative Sulfiredoxin-1 4.921823003 C6_chemical_C2 +LQ02X000750 Putative Sulfiredoxin-1 4.665567247 C6_chemical_C3 +LQ02X000750 Putative Sulfiredoxin-1 5.039228632 L4_control_A1 +LQ02X000750 Putative Sulfiredoxin-1 4.985809406 L4_control_A2 +LQ02X000750 Putative Sulfiredoxin-1 4.74529134 L4_control_A3 +LQ02X000750 Putative Sulfiredoxin-1 4.511259567 L4_control_B1 +LQ02X000750 Putative Sulfiredoxin-1 5.136676023 L4_control_B2 +LQ02X000750 Putative Sulfiredoxin-1 4.670996504 L4_control_B3 +LQ02X000750 Putative Sulfiredoxin-1 5.044715973 L4_control_C2 +LQ02X000750 Putative Sulfiredoxin-1 4.991307766 L4_control_C3 +LQ02X000750 Putative Sulfiredoxin-1 5.005164701 L4_chemical_A1 +LQ02X000750 Putative Sulfiredoxin-1 4.826008221 L4_chemical_A2 +LQ02X000750 Putative Sulfiredoxin-1 4.691364908 L4_chemical_A3 +LQ02X000750 Putative Sulfiredoxin-1 4.986074808 L4_chemical_B1 +LQ02X000750 Putative Sulfiredoxin-1 4.754591056 L4_chemical_B2 +LQ02X000750 Putative Sulfiredoxin-1 4.774667649 L4_chemical_B3 +LQ02X000750 Putative Sulfiredoxin-1 4.852463867 L4_chemical_C2 +LQ02X000750 Putative Sulfiredoxin-1 5.127089361 L4_chemical_C3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.940267502 C6_control_A1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 6.330026503 C6_control_A3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 6.277984192 C6_control_B1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.6387149 C6_control_B2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.996388836 C6_control_B3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.247265911 C6_control_C1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.770991489 C6_control_C2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.399804017 C6_control_C3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.558000312 C6_chemical_A1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.549144276 C6_chemical_A3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.872408668 C6_chemical_B1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 6.076074041 C6_chemical_B2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.942148236 C6_chemical_B3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.822663932 C6_chemical_C1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.393368866 C6_chemical_C2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.553010071 C6_chemical_C3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.893006907 L4_control_A1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.680369712 L4_control_A2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 4.859780852 L4_control_A3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.417342446 L4_control_B1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.609703986 L4_control_B2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.700897187 L4_control_B3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.779425721 L4_control_C2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.518249248 L4_control_C3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.623544049 L4_chemical_A1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.657580583 L4_chemical_A2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 4.870855655 L4_chemical_A3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.700028037 L4_chemical_B1 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.864065517 L4_chemical_B2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.826988658 L4_chemical_B3 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.868139074 L4_chemical_C2 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.747488008 L4_chemical_C3 +LQ02X000840 Putative uncharacterized protein 5.2801295 C6_control_A1 +LQ02X000840 Putative uncharacterized protein 5.145079546 C6_control_A3 +LQ02X000840 Putative uncharacterized protein 5.287737501 C6_control_B1 +LQ02X000840 Putative uncharacterized protein 5.082785255 C6_control_B2 +LQ02X000840 Putative uncharacterized protein 5.872875095 C6_control_B3 +LQ02X000840 Putative uncharacterized protein 5.34779065 C6_control_C1 +LQ02X000840 Putative uncharacterized protein 5.611572011 C6_control_C2 +LQ02X000840 Putative uncharacterized protein 5.361372152 C6_control_C3 +LQ02X000840 Putative uncharacterized protein 5.108241552 C6_chemical_A1 +LQ02X000840 Putative uncharacterized protein 5.083627391 C6_chemical_A3 +LQ02X000840 Putative uncharacterized protein 5.42739699 C6_chemical_B1 +LQ02X000840 Putative uncharacterized protein 5.43609662 C6_chemical_B2 +LQ02X000840 Putative uncharacterized protein 5.488076892 C6_chemical_B3 +LQ02X000840 Putative uncharacterized protein 6.092474925 C6_chemical_C1 +LQ02X000840 Putative uncharacterized protein 5.421569451 C6_chemical_C2 +LQ02X000840 Putative uncharacterized protein 5.425867655 C6_chemical_C3 +LQ02X000840 Putative uncharacterized protein 5.152822455 L4_control_A1 +LQ02X000840 Putative uncharacterized protein 5.051430114 L4_control_A2 +LQ02X000840 Putative uncharacterized protein 4.995451878 L4_control_A3 +LQ02X000840 Putative uncharacterized protein 5.382080834 L4_control_B1 +LQ02X000840 Putative uncharacterized protein 4.931627049 L4_control_B2 +LQ02X000840 Putative uncharacterized protein 5.254867527 L4_control_B3 +LQ02X000840 Putative uncharacterized protein 5.620065438 L4_control_C2 +LQ02X000840 Putative uncharacterized protein 5.605900604 L4_control_C3 +LQ02X000840 Putative uncharacterized protein 5.366506441 L4_chemical_A1 +LQ02X000840 Putative uncharacterized protein 5.163911963 L4_chemical_A2 +LQ02X000840 Putative uncharacterized protein 4.936333405 L4_chemical_A3 +LQ02X000840 Putative uncharacterized protein 5.07850985 L4_chemical_B1 +LQ02X000840 Putative uncharacterized protein 5.123194943 L4_chemical_B2 +LQ02X000840 Putative uncharacterized protein 5.125267076 L4_chemical_B3 +LQ02X000840 Putative uncharacterized protein 5.395979899 L4_chemical_C2 +LQ02X000840 Putative uncharacterized protein 5.248721083 L4_chemical_C3 +LQ02X000910 Putative Protein kinase G11A 5.695810466 C6_control_A1 +LQ02X000910 Putative Protein kinase G11A 5.790624368 C6_control_A3 +LQ02X000910 Putative Protein kinase G11A 5.986527077 C6_control_B1 +LQ02X000910 Putative Protein kinase G11A 5.32470285 C6_control_B2 +LQ02X000910 Putative Protein kinase G11A 5.941333265 C6_control_B3 +LQ02X000910 Putative Protein kinase G11A 5.615002338 C6_control_C1 +LQ02X000910 Putative Protein kinase G11A 5.111124716 C6_control_C2 +LQ02X000910 Putative Protein kinase G11A 5.417512796 C6_control_C3 +LQ02X000910 Putative Protein kinase G11A 5.720068486 C6_chemical_A1 +LQ02X000910 Putative Protein kinase G11A 6.097419755 C6_chemical_A3 +LQ02X000910 Putative Protein kinase G11A 6.155829926 C6_chemical_B1 +LQ02X000910 Putative Protein kinase G11A 5.549875653 C6_chemical_B2 +LQ02X000910 Putative Protein kinase G11A 6.332041428 C6_chemical_B3 +LQ02X000910 Putative Protein kinase G11A 5.543618509 C6_chemical_C1 +LQ02X000910 Putative Protein kinase G11A 5.106766878 C6_chemical_C2 +LQ02X000910 Putative Protein kinase G11A 5.582495611 C6_chemical_C3 +LQ02X000910 Putative Protein kinase G11A 5.955264983 L4_control_A1 +LQ02X000910 Putative Protein kinase G11A 5.72470481 L4_control_A2 +LQ02X000910 Putative Protein kinase G11A 5.527724401 L4_control_A3 +LQ02X000910 Putative Protein kinase G11A 5.104150192 L4_control_B1 +LQ02X000910 Putative Protein kinase G11A 5.901097074 L4_control_B2 +LQ02X000910 Putative Protein kinase G11A 5.844978478 L4_control_B3 +LQ02X000910 Putative Protein kinase G11A 5.951700798 L4_control_C2 +LQ02X000910 Putative Protein kinase G11A 5.321163019 L4_control_C3 +LQ02X000910 Putative Protein kinase G11A 5.557007455 L4_chemical_A1 +LQ02X000910 Putative Protein kinase G11A 5.895426391 L4_chemical_A2 +LQ02X000910 Putative Protein kinase G11A 5.786371503 L4_chemical_A3 +LQ02X000910 Putative Protein kinase G11A 6.483260233 L4_chemical_B1 +LQ02X000910 Putative Protein kinase G11A 5.696767475 L4_chemical_B2 +LQ02X000910 Putative Protein kinase G11A 5.648988885 L4_chemical_B3 +LQ02X000910 Putative Protein kinase G11A 5.765933908 L4_chemical_C2 +LQ02X000910 Putative Protein kinase G11A 5.072853371 L4_chemical_C3 +LQ02X000930 F-box protein SKIP19 8.520314406 C6_control_A1 +LQ02X000930 F-box protein SKIP19 7.617261847 C6_control_A3 +LQ02X000930 F-box protein SKIP19 7.932628311 C6_control_B1 +LQ02X000930 F-box protein SKIP19 9.025971742 C6_control_B2 +LQ02X000930 F-box protein SKIP19 8.420496911 C6_control_B3 +LQ02X000930 F-box protein SKIP19 9.04215201 C6_control_C1 +LQ02X000930 F-box protein SKIP19 9.286555391 C6_control_C2 +LQ02X000930 F-box protein SKIP19 9.463076745 C6_control_C3 +LQ02X000930 F-box protein SKIP19 8.239807037 C6_chemical_A1 +LQ02X000930 F-box protein SKIP19 7.884592013 C6_chemical_A3 +LQ02X000930 F-box protein SKIP19 7.039005386 C6_chemical_B1 +LQ02X000930 F-box protein SKIP19 8.950974153 C6_chemical_B2 +LQ02X000930 F-box protein SKIP19 8.203810581 C6_chemical_B3 +LQ02X000930 F-box protein SKIP19 8.797451305 C6_chemical_C1 +LQ02X000930 F-box protein SKIP19 9.293198847 C6_chemical_C2 +LQ02X000930 F-box protein SKIP19 9.419376177 C6_chemical_C3 +LQ02X000930 F-box protein SKIP19 8.180211387 L4_control_A1 +LQ02X000930 F-box protein SKIP19 8.170012559 L4_control_A2 +LQ02X000930 F-box protein SKIP19 7.977644665 L4_control_A3 +LQ02X000930 F-box protein SKIP19 8.351780326 L4_control_B1 +LQ02X000930 F-box protein SKIP19 8.434632019 L4_control_B2 +LQ02X000930 F-box protein SKIP19 9.290469371 L4_control_B3 +LQ02X000930 F-box protein SKIP19 8.102504018 L4_control_C2 +LQ02X000930 F-box protein SKIP19 9.375151587 L4_control_C3 +LQ02X000930 F-box protein SKIP19 8.007513609 L4_chemical_A1 +LQ02X000930 F-box protein SKIP19 7.955470022 L4_chemical_A2 +LQ02X000930 F-box protein SKIP19 7.585711785 L4_chemical_A3 +LQ02X000930 F-box protein SKIP19 7.377961043 L4_chemical_B1 +LQ02X000930 F-box protein SKIP19 8.324035 L4_chemical_B2 +LQ02X000930 F-box protein SKIP19 8.943606829 L4_chemical_B3 +LQ02X000930 F-box protein SKIP19 7.430877898 L4_chemical_C2 +LQ02X000930 F-box protein SKIP19 9.172431345 L4_chemical_C3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.57828001 C6_control_A1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.820583718 C6_control_A3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.293174516 C6_control_B1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.986341173 C6_control_B2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.53937036 C6_control_B3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.808721601 C6_control_C1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.558598238 C6_control_C2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.914550309 C6_control_C3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.415371421 C6_chemical_A1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.189566283 C6_chemical_A3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.514686139 C6_chemical_B1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.695983097 C6_chemical_B2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.512369465 C6_chemical_B3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.77223634 C6_chemical_C1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.690064042 C6_chemical_C2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.541905352 C6_chemical_C3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.222176952 L4_control_A1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.923402965 L4_control_A2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.715770983 L4_control_A3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.877963533 L4_control_B1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.112805205 L4_control_B2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.204608356 L4_control_B3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 8.240985047 L4_control_C2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.634453791 L4_control_C3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.269363566 L4_chemical_A1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.668315999 L4_chemical_A2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.625785786 L4_chemical_A3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.213572733 L4_chemical_B1 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.289119238 L4_chemical_B2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.051309337 L4_chemical_B3 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.684724663 L4_chemical_C2 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 6.541309 L4_chemical_C3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.255792711 C6_control_A1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.843129494 C6_control_A3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.046771582 C6_control_B1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 6.784346551 C6_control_B2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.139526491 C6_control_B3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 6.932189941 C6_control_C1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.241617164 C6_control_C2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 6.660687256 C6_control_C3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.01232673 C6_chemical_A1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 6.599815195 C6_chemical_A3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.195777069 C6_chemical_B1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.01598759 C6_chemical_B2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.041429004 C6_chemical_B3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 6.900838027 C6_chemical_C1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 6.931926596 C6_chemical_C2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 6.877116756 C6_chemical_C3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.080439242 L4_control_A1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.073935785 L4_control_A2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.862158844 L4_control_A3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.165883636 L4_control_B1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.209619279 L4_control_B2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.165322118 L4_control_B3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.384020588 L4_control_C2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 6.150637955 L4_control_C3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.032445581 L4_chemical_A1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.832447289 L4_chemical_A2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.867600925 L4_chemical_A3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.008739791 L4_chemical_B1 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.314099619 L4_chemical_B2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.099826463 L4_chemical_B3 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.167584422 L4_chemical_C2 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.020227829 L4_chemical_C3 +LQ02X000970 DNA damage-binding protein 1 5.668139058 C6_control_A1 +LQ02X000970 DNA damage-binding protein 1 5.639823764 C6_control_A3 +LQ02X000970 DNA damage-binding protein 1 5.474212679 C6_control_B1 +LQ02X000970 DNA damage-binding protein 1 5.84056446 C6_control_B2 +LQ02X000970 DNA damage-binding protein 1 5.579355953 C6_control_B3 +LQ02X000970 DNA damage-binding protein 1 5.42167827 C6_control_C1 +LQ02X000970 DNA damage-binding protein 1 6.742955411 C6_control_C2 +LQ02X000970 DNA damage-binding protein 1 5.689061713 C6_control_C3 +LQ02X000970 DNA damage-binding protein 1 5.245586737 C6_chemical_A1 +LQ02X000970 DNA damage-binding protein 1 5.226148949 C6_chemical_A3 +LQ02X000970 DNA damage-binding protein 1 4.858539548 C6_chemical_B1 +LQ02X000970 DNA damage-binding protein 1 5.750597237 C6_chemical_B2 +LQ02X000970 DNA damage-binding protein 1 5.710641649 C6_chemical_B3 +LQ02X000970 DNA damage-binding protein 1 5.882211096 C6_chemical_C1 +LQ02X000970 DNA damage-binding protein 1 5.778723776 C6_chemical_C2 +LQ02X000970 DNA damage-binding protein 1 5.60508658 C6_chemical_C3 +LQ02X000970 DNA damage-binding protein 1 5.294731861 L4_control_A1 +LQ02X000970 DNA damage-binding protein 1 6.083182938 L4_control_A2 +LQ02X000970 DNA damage-binding protein 1 5.717114564 L4_control_A3 +LQ02X000970 DNA damage-binding protein 1 4.897042459 L4_control_B1 +LQ02X000970 DNA damage-binding protein 1 5.990284076 L4_control_B2 +LQ02X000970 DNA damage-binding protein 1 5.655683954 L4_control_B3 +LQ02X000970 DNA damage-binding protein 1 5.442389962 L4_control_C2 +LQ02X000970 DNA damage-binding protein 1 4.851162994 L4_control_C3 +LQ02X000970 DNA damage-binding protein 1 5.490897451 L4_chemical_A1 +LQ02X000970 DNA damage-binding protein 1 5.511837977 L4_chemical_A2 +LQ02X000970 DNA damage-binding protein 1 5.722501716 L4_chemical_A3 +LQ02X000970 DNA damage-binding protein 1 5.93679208 L4_chemical_B1 +LQ02X000970 DNA damage-binding protein 1 5.344120113 L4_chemical_B2 +LQ02X000970 DNA damage-binding protein 1 5.400650538 L4_chemical_B3 +LQ02X000970 DNA damage-binding protein 1 5.063034114 L4_chemical_C2 +LQ02X000970 DNA damage-binding protein 1 5.196640767 L4_chemical_C3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.35679473 C6_control_A1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.47613064 C6_control_A3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 9.912195126 C6_control_B1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.40073224 C6_control_B2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.03936423 C6_control_B3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.88565692 C6_control_C1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.8412576 C6_control_C2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.92906513 C6_control_C3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.36212401 C6_chemical_A1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.21995784 C6_chemical_A3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 9.828978763 C6_chemical_B1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.39267756 C6_chemical_B2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 9.769088717 C6_chemical_B3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.69155498 C6_chemical_C1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.78379062 C6_chemical_C2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.66903664 C6_chemical_C3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.65438589 L4_control_A1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.74406757 L4_control_A2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 11.14394141 L4_control_A3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 9.801322819 L4_control_B1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 9.783466602 L4_control_B2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.21281763 L4_control_B3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.425253 L4_control_C2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.31300631 L4_control_C3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.55754539 L4_chemical_A1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.70287867 L4_chemical_A2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.9820555 L4_chemical_A3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 9.799314866 L4_chemical_B1 +LQ02X000980 Putative Cell division cycle protein 123 homolog 9.455976141 L4_chemical_B2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.00532006 L4_chemical_B3 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.33418275 L4_chemical_C2 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.55068017 L4_chemical_C3 +LQ02X000990 ABC transporter C family member 2 12.88739317 C6_control_A1 +LQ02X000990 ABC transporter C family member 2 12.5283038 C6_control_A3 +LQ02X000990 ABC transporter C family member 2 13.55635877 C6_control_B1 +LQ02X000990 ABC transporter C family member 2 13.9733644 C6_control_B2 +LQ02X000990 ABC transporter C family member 2 13.71830422 C6_control_B3 +LQ02X000990 ABC transporter C family member 2 14.26466259 C6_control_C1 +LQ02X000990 ABC transporter C family member 2 13.96132525 C6_control_C2 +LQ02X000990 ABC transporter C family member 2 14.32408292 C6_control_C3 +LQ02X000990 ABC transporter C family member 2 13.0925447 C6_chemical_A1 +LQ02X000990 ABC transporter C family member 2 12.57792651 C6_chemical_A3 +LQ02X000990 ABC transporter C family member 2 13.19605149 C6_chemical_B1 +LQ02X000990 ABC transporter C family member 2 13.64803885 C6_chemical_B2 +LQ02X000990 ABC transporter C family member 2 13.00484497 C6_chemical_B3 +LQ02X000990 ABC transporter C family member 2 13.77905864 C6_chemical_C1 +LQ02X000990 ABC transporter C family member 2 13.62077707 C6_chemical_C2 +LQ02X000990 ABC transporter C family member 2 13.6803984 C6_chemical_C3 +LQ02X000990 ABC transporter C family member 2 12.24025338 L4_control_A1 +LQ02X000990 ABC transporter C family member 2 12.26245778 L4_control_A2 +LQ02X000990 ABC transporter C family member 2 11.26167262 L4_control_A3 +LQ02X000990 ABC transporter C family member 2 12.9060443 L4_control_B1 +LQ02X000990 ABC transporter C family member 2 13.02662737 L4_control_B2 +LQ02X000990 ABC transporter C family member 2 13.28197711 L4_control_B3 +LQ02X000990 ABC transporter C family member 2 13.11144923 L4_control_C2 +LQ02X000990 ABC transporter C family member 2 12.71950662 L4_control_C3 +LQ02X000990 ABC transporter C family member 2 12.02350896 L4_chemical_A1 +LQ02X000990 ABC transporter C family member 2 11.97904513 L4_chemical_A2 +LQ02X000990 ABC transporter C family member 2 10.96022908 L4_chemical_A3 +LQ02X000990 ABC transporter C family member 2 12.57680205 L4_chemical_B1 +LQ02X000990 ABC transporter C family member 2 12.6314269 L4_chemical_B2 +LQ02X000990 ABC transporter C family member 2 12.76130937 L4_chemical_B3 +LQ02X000990 ABC transporter C family member 2 12.45431181 L4_chemical_C2 +LQ02X000990 ABC transporter C family member 2 12.77570209 L4_chemical_C3 +LQ02X001000 ABC transporter C family member 2 6.794395091 C6_control_A1 +LQ02X001000 ABC transporter C family member 2 6.159328471 C6_control_A3 +LQ02X001000 ABC transporter C family member 2 5.728197164 C6_control_B1 +LQ02X001000 ABC transporter C family member 2 7.169431728 C6_control_B2 +LQ02X001000 ABC transporter C family member 2 6.174394357 C6_control_B3 +LQ02X001000 ABC transporter C family member 2 7.154426755 C6_control_C1 +LQ02X001000 ABC transporter C family member 2 7.310970285 C6_control_C2 +LQ02X001000 ABC transporter C family member 2 7.111167838 C6_control_C3 +LQ02X001000 ABC transporter C family member 2 7.007560538 C6_chemical_A1 +LQ02X001000 ABC transporter C family member 2 6.483031204 C6_chemical_A3 +LQ02X001000 ABC transporter C family member 2 6.759596042 C6_chemical_B1 +LQ02X001000 ABC transporter C family member 2 7.284737059 C6_chemical_B2 +LQ02X001000 ABC transporter C family member 2 6.998020326 C6_chemical_B3 +LQ02X001000 ABC transporter C family member 2 7.541340729 C6_chemical_C1 +LQ02X001000 ABC transporter C family member 2 7.353303758 C6_chemical_C2 +LQ02X001000 ABC transporter C family member 2 7.220773424 C6_chemical_C3 +LQ02X001000 ABC transporter C family member 2 7.009134856 L4_control_A1 +LQ02X001000 ABC transporter C family member 2 7.153384121 L4_control_A2 +LQ02X001000 ABC transporter C family member 2 6.730269195 L4_control_A3 +LQ02X001000 ABC transporter C family member 2 6.325946059 L4_control_B1 +LQ02X001000 ABC transporter C family member 2 6.864700305 L4_control_B2 +LQ02X001000 ABC transporter C family member 2 7.01265763 L4_control_B3 +LQ02X001000 ABC transporter C family member 2 7.137272642 L4_control_C2 +LQ02X001000 ABC transporter C family member 2 6.181721655 L4_control_C3 +LQ02X001000 ABC transporter C family member 2 7.047111913 L4_chemical_A1 +LQ02X001000 ABC transporter C family member 2 7.31413191 L4_chemical_A2 +LQ02X001000 ABC transporter C family member 2 7.464902327 L4_chemical_A3 +LQ02X001000 ABC transporter C family member 2 6.360182324 L4_chemical_B1 +LQ02X001000 ABC transporter C family member 2 6.437056537 L4_chemical_B2 +LQ02X001000 ABC transporter C family member 2 6.586942976 L4_chemical_B3 +LQ02X001000 ABC transporter C family member 2 6.904530575 L4_chemical_C2 +LQ02X001000 ABC transporter C family member 2 5.962928781 L4_chemical_C3 +LQ02X001030 Putative uncharacterized protein 12.96696922 C6_control_A1 +LQ02X001030 Putative uncharacterized protein 13.24140059 C6_control_A3 +LQ02X001030 Putative uncharacterized protein 11.93122525 C6_control_B1 +LQ02X001030 Putative uncharacterized protein 11.45322643 C6_control_B2 +LQ02X001030 Putative uncharacterized protein 11.55291687 C6_control_B3 +LQ02X001030 Putative uncharacterized protein 9.745944711 C6_control_C1 +LQ02X001030 Putative uncharacterized protein 9.671489254 C6_control_C2 +LQ02X001030 Putative uncharacterized protein 10.532454 C6_control_C3 +LQ02X001030 Putative uncharacterized protein 12.66341955 C6_chemical_A1 +LQ02X001030 Putative uncharacterized protein 13.01866136 C6_chemical_A3 +LQ02X001030 Putative uncharacterized protein 11.44860785 C6_chemical_B1 +LQ02X001030 Putative uncharacterized protein 11.33966651 C6_chemical_B2 +LQ02X001030 Putative uncharacterized protein 11.38474002 C6_chemical_B3 +LQ02X001030 Putative uncharacterized protein 9.571400001 C6_chemical_C1 +LQ02X001030 Putative uncharacterized protein 9.29972751 C6_chemical_C2 +LQ02X001030 Putative uncharacterized protein 9.619559854 C6_chemical_C3 +LQ02X001030 Putative uncharacterized protein 13.34362496 L4_control_A1 +LQ02X001030 Putative uncharacterized protein 13.24345736 L4_control_A2 +LQ02X001030 Putative uncharacterized protein 13.8719845 L4_control_A3 +LQ02X001030 Putative uncharacterized protein 11.38528478 L4_control_B1 +LQ02X001030 Putative uncharacterized protein 11.07427203 L4_control_B2 +LQ02X001030 Putative uncharacterized protein 11.01722354 L4_control_B3 +LQ02X001030 Putative uncharacterized protein 9.541551558 L4_control_C2 +LQ02X001030 Putative uncharacterized protein 9.99647366 L4_control_C3 +LQ02X001030 Putative uncharacterized protein 12.97091316 L4_chemical_A1 +LQ02X001030 Putative uncharacterized protein 13.06936845 L4_chemical_A2 +LQ02X001030 Putative uncharacterized protein 13.76165881 L4_chemical_A3 +LQ02X001030 Putative uncharacterized protein 11.89400928 L4_chemical_B1 +LQ02X001030 Putative uncharacterized protein 11.38544453 L4_chemical_B2 +LQ02X001030 Putative uncharacterized protein 12.22297638 L4_chemical_B3 +LQ02X001030 Putative uncharacterized protein 10.09215737 L4_chemical_C2 +LQ02X001030 Putative uncharacterized protein 9.935683563 L4_chemical_C3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 8.986067291 C6_control_A1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 8.244329371 C6_control_A3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 9.77860361 C6_control_B1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 9.549358439 C6_control_B2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.34293027 C6_control_B3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.45801957 C6_control_C1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.75413748 C6_control_C2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.85002382 C6_control_C3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 8.330826554 C6_chemical_A1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 7.697043858 C6_chemical_A3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.44295992 C6_chemical_B1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 9.677570361 C6_chemical_B2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.47456794 C6_chemical_B3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.09038592 C6_chemical_C1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.45686081 C6_chemical_C2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 11.12016063 C6_chemical_C3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 8.578171346 L4_control_A1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 8.405792601 L4_control_A2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 9.31660694 L4_control_A3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 9.996815989 L4_control_B1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.39879017 L4_control_B2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.52922578 L4_control_B3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 11.46093369 L4_control_C2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 13.21300635 L4_control_C3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 8.731599148 L4_chemical_A1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 8.166367051 L4_chemical_A2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 9.298766708 L4_chemical_A3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.02769888 L4_chemical_B1 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 10.04048148 L4_chemical_B2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 9.528687616 L4_chemical_B3 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 11.80104724 L4_chemical_C2 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 12.17080955 L4_chemical_C3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.29969312 C6_control_A1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.96065528 C6_control_A3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.92650908 C6_control_B1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.49542191 C6_control_B2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.94244736 C6_control_B3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 12.95524701 C6_control_C1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.63523125 C6_control_C2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.25532433 C6_control_C3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.23192709 C6_chemical_A1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.26676583 C6_chemical_A3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.08299044 C6_chemical_B1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.26011782 C6_chemical_B2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.90789379 C6_chemical_B3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.06897867 C6_chemical_C1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.54868167 C6_chemical_C2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.24106639 C6_chemical_C3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.53664707 L4_control_A1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.76639118 L4_control_A2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.24449576 L4_control_A3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.53298346 L4_control_B1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.67426267 L4_control_B2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.29088255 L4_control_B3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.14827916 L4_control_C2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 12.93287815 L4_control_C3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.24479703 L4_chemical_A1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.58032722 L4_chemical_A2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.39985868 L4_chemical_A3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.2728338 L4_chemical_B1 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.79567325 L4_chemical_B2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.52432435 L4_chemical_B3 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 13.27932042 L4_chemical_C2 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 12.78763252 L4_chemical_C3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.144629846 C6_control_A1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 8.87413451 C6_control_A3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 11.01789888 C6_control_B1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 10.1811045 C6_control_B2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 11.2273396 C6_control_B3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 7.002957985 C6_control_C1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 6.472890704 C6_control_C2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 6.518219467 C6_control_C3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.521464426 C6_chemical_A1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 10.0444288 C6_chemical_A3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 11.52841741 C6_chemical_B1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 10.11241788 C6_chemical_B2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 10.83033633 C6_chemical_B3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 7.287153762 C6_chemical_C1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 6.078944167 C6_chemical_C2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 6.34603881 C6_chemical_C3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.701549937 L4_control_A1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.971078208 L4_control_A2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.149795788 L4_control_A3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 12.53276869 L4_control_B1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 12.41806419 L4_control_B2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 10.34796619 L4_control_B3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 8.596557953 L4_control_C2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.719714825 L4_control_C3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 10.5005498 L4_chemical_A1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 11.09828335 L4_chemical_A2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 10.19970283 L4_chemical_A3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 12.39383693 L4_chemical_B1 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 12.29605194 L4_chemical_B2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 10.90515455 L4_chemical_B3 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.117052572 L4_chemical_C2 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.794011325 L4_chemical_C3 +LQ02X001260 Cytochrome c 5.616978745 C6_control_A1 +LQ02X001260 Cytochrome c 6.362677515 C6_control_A3 +LQ02X001260 Cytochrome c 5.37499604 C6_control_B1 +LQ02X001260 Cytochrome c 5.594315034 C6_control_B2 +LQ02X001260 Cytochrome c 5.354681913 C6_control_B3 +LQ02X001260 Cytochrome c 5.332877952 C6_control_C1 +LQ02X001260 Cytochrome c 6.157175446 C6_control_C2 +LQ02X001260 Cytochrome c 5.432181976 C6_control_C3 +LQ02X001260 Cytochrome c 5.694301946 C6_chemical_A1 +LQ02X001260 Cytochrome c 5.283974391 C6_chemical_A3 +LQ02X001260 Cytochrome c 5.349328166 C6_chemical_B1 +LQ02X001260 Cytochrome c 5.781472516 C6_chemical_B2 +LQ02X001260 Cytochrome c 5.337188052 C6_chemical_B3 +LQ02X001260 Cytochrome c 5.436244332 C6_chemical_C1 +LQ02X001260 Cytochrome c 5.54620541 C6_chemical_C2 +LQ02X001260 Cytochrome c 5.470883642 C6_chemical_C3 +LQ02X001260 Cytochrome c 5.479552767 L4_control_A1 +LQ02X001260 Cytochrome c 5.766953781 L4_control_A2 +LQ02X001260 Cytochrome c 5.68339075 L4_control_A3 +LQ02X001260 Cytochrome c 4.99775896 L4_control_B1 +LQ02X001260 Cytochrome c 5.391687936 L4_control_B2 +LQ02X001260 Cytochrome c 5.365000887 L4_control_B3 +LQ02X001260 Cytochrome c 5.443559345 L4_control_C2 +LQ02X001260 Cytochrome c 5.351886136 L4_control_C3 +LQ02X001260 Cytochrome c 5.514166433 L4_chemical_A1 +LQ02X001260 Cytochrome c 5.396678608 L4_chemical_A2 +LQ02X001260 Cytochrome c 5.855495319 L4_chemical_A3 +LQ02X001260 Cytochrome c 5.805536228 L4_chemical_B1 +LQ02X001260 Cytochrome c 4.960745745 L4_chemical_B2 +LQ02X001260 Cytochrome c 5.356786683 L4_chemical_B3 +LQ02X001260 Cytochrome c 5.679885074 L4_chemical_C2 +LQ02X001260 Cytochrome c 5.239793033 L4_chemical_C3 +LQ02X001270 Putative uncharacterized protein 5.733666725 C6_control_A1 +LQ02X001270 Putative uncharacterized protein 6.49085436 C6_control_A3 +LQ02X001270 Putative uncharacterized protein 5.426643611 C6_control_B1 +LQ02X001270 Putative uncharacterized protein 5.839122181 C6_control_B2 +LQ02X001270 Putative uncharacterized protein 5.561987854 C6_control_B3 +LQ02X001270 Putative uncharacterized protein 5.236384072 C6_control_C1 +LQ02X001270 Putative uncharacterized protein 7.005329358 C6_control_C2 +LQ02X001270 Putative uncharacterized protein 5.371627757 C6_control_C3 +LQ02X001270 Putative uncharacterized protein 5.437304703 C6_chemical_A1 +LQ02X001270 Putative uncharacterized protein 5.809517287 C6_chemical_A3 +LQ02X001270 Putative uncharacterized protein 5.369411263 C6_chemical_B1 +LQ02X001270 Putative uncharacterized protein 5.787231693 C6_chemical_B2 +LQ02X001270 Putative uncharacterized protein 5.752526055 C6_chemical_B3 +LQ02X001270 Putative uncharacterized protein 5.226902907 C6_chemical_C1 +LQ02X001270 Putative uncharacterized protein 5.41136838 C6_chemical_C2 +LQ02X001270 Putative uncharacterized protein 5.499707367 C6_chemical_C3 +LQ02X001270 Putative uncharacterized protein 5.850128398 L4_control_A1 +LQ02X001270 Putative uncharacterized protein 5.891344388 L4_control_A2 +LQ02X001270 Putative uncharacterized protein 5.520773192 L4_control_A3 +LQ02X001270 Putative uncharacterized protein 5.495976333 L4_control_B1 +LQ02X001270 Putative uncharacterized protein 5.58273352 L4_control_B2 +LQ02X001270 Putative uncharacterized protein 5.619633526 L4_control_B3 +LQ02X001270 Putative uncharacterized protein 6.020991209 L4_control_C2 +LQ02X001270 Putative uncharacterized protein 5.354123607 L4_control_C3 +LQ02X001270 Putative uncharacterized protein 5.377098396 L4_chemical_A1 +LQ02X001270 Putative uncharacterized protein 5.288321523 L4_chemical_A2 +LQ02X001270 Putative uncharacterized protein 5.696646947 L4_chemical_A3 +LQ02X001270 Putative uncharacterized protein 6.090986483 L4_chemical_B1 +LQ02X001270 Putative uncharacterized protein 5.411757703 L4_chemical_B2 +LQ02X001270 Putative uncharacterized protein 5.59460774 L4_chemical_B3 +LQ02X001270 Putative uncharacterized protein 5.979525989 L4_chemical_C2 +LQ02X001270 Putative uncharacterized protein 6.114436288 L4_chemical_C3 +LQ02X001300 Ras-related protein RABD1 6.509360711 C6_control_A1 +LQ02X001300 Ras-related protein RABD1 6.757914553 C6_control_A3 +LQ02X001300 Ras-related protein RABD1 6.069997517 C6_control_B1 +LQ02X001300 Ras-related protein RABD1 6.296666975 C6_control_B2 +LQ02X001300 Ras-related protein RABD1 6.381729334 C6_control_B3 +LQ02X001300 Ras-related protein RABD1 6.194990883 C6_control_C1 +LQ02X001300 Ras-related protein RABD1 7.151154437 C6_control_C2 +LQ02X001300 Ras-related protein RABD1 6.036156203 C6_control_C3 +LQ02X001300 Ras-related protein RABD1 6.299049162 C6_chemical_A1 +LQ02X001300 Ras-related protein RABD1 6.193304992 C6_chemical_A3 +LQ02X001300 Ras-related protein RABD1 5.525804809 C6_chemical_B1 +LQ02X001300 Ras-related protein RABD1 6.154959423 C6_chemical_B2 +LQ02X001300 Ras-related protein RABD1 5.698022777 C6_chemical_B3 +LQ02X001300 Ras-related protein RABD1 6.19306916 C6_chemical_C1 +LQ02X001300 Ras-related protein RABD1 6.235630355 C6_chemical_C2 +LQ02X001300 Ras-related protein RABD1 5.651056708 C6_chemical_C3 +LQ02X001300 Ras-related protein RABD1 6.313183627 L4_control_A1 +LQ02X001300 Ras-related protein RABD1 6.051608345 L4_control_A2 +LQ02X001300 Ras-related protein RABD1 6.473760145 L4_control_A3 +LQ02X001300 Ras-related protein RABD1 6.107377428 L4_control_B1 +LQ02X001300 Ras-related protein RABD1 6.188622458 L4_control_B2 +LQ02X001300 Ras-related protein RABD1 5.819195425 L4_control_B3 +LQ02X001300 Ras-related protein RABD1 5.214181153 L4_control_C2 +LQ02X001300 Ras-related protein RABD1 5.484889135 L4_control_C3 +LQ02X001300 Ras-related protein RABD1 6.092059709 L4_chemical_A1 +LQ02X001300 Ras-related protein RABD1 5.671007363 L4_chemical_A2 +LQ02X001300 Ras-related protein RABD1 6.717982003 L4_chemical_A3 +LQ02X001300 Ras-related protein RABD1 6.19256963 L4_chemical_B1 +LQ02X001300 Ras-related protein RABD1 5.971797223 L4_chemical_B2 +LQ02X001300 Ras-related protein RABD1 6.289450939 L4_chemical_B3 +LQ02X001300 Ras-related protein RABD1 6.226242183 L4_chemical_C2 +LQ02X001300 Ras-related protein RABD1 5.964398905 L4_chemical_C3 +LQ02X001310 Ras-related protein RABA2a 5.806818235 C6_control_A1 +LQ02X001310 Ras-related protein RABA2a 6.447447464 C6_control_A3 +LQ02X001310 Ras-related protein RABA2a 6.044883197 C6_control_B1 +LQ02X001310 Ras-related protein RABA2a 6.782273759 C6_control_B2 +LQ02X001310 Ras-related protein RABA2a 5.636464413 C6_control_B3 +LQ02X001310 Ras-related protein RABA2a 6.999848136 C6_control_C1 +LQ02X001310 Ras-related protein RABA2a 6.966008041 C6_control_C2 +LQ02X001310 Ras-related protein RABA2a 5.802304455 C6_control_C3 +LQ02X001310 Ras-related protein RABA2a 6.352849475 C6_chemical_A1 +LQ02X001310 Ras-related protein RABA2a 6.097494906 C6_chemical_A3 +LQ02X001310 Ras-related protein RABA2a 6.000595516 C6_chemical_B1 +LQ02X001310 Ras-related protein RABA2a 6.757588793 C6_chemical_B2 +LQ02X001310 Ras-related protein RABA2a 5.813830029 C6_chemical_B3 +LQ02X001310 Ras-related protein RABA2a 7.192912656 C6_chemical_C1 +LQ02X001310 Ras-related protein RABA2a 7.786354121 C6_chemical_C2 +LQ02X001310 Ras-related protein RABA2a 5.863280596 C6_chemical_C3 +LQ02X001310 Ras-related protein RABA2a 6.049046355 L4_control_A1 +LQ02X001310 Ras-related protein RABA2a 6.430422816 L4_control_A2 +LQ02X001310 Ras-related protein RABA2a 5.842106035 L4_control_A3 +LQ02X001310 Ras-related protein RABA2a 5.507200178 L4_control_B1 +LQ02X001310 Ras-related protein RABA2a 5.683468997 L4_control_B2 +LQ02X001310 Ras-related protein RABA2a 5.869400501 L4_control_B3 +LQ02X001310 Ras-related protein RABA2a 6.002147848 L4_control_C2 +LQ02X001310 Ras-related protein RABA2a 5.345312931 L4_control_C3 +LQ02X001310 Ras-related protein RABA2a 6.082498821 L4_chemical_A1 +LQ02X001310 Ras-related protein RABA2a 6.602591848 L4_chemical_A2 +LQ02X001310 Ras-related protein RABA2a 6.014883519 L4_chemical_A3 +LQ02X001310 Ras-related protein RABA2a 6.252216808 L4_chemical_B1 +LQ02X001310 Ras-related protein RABA2a 5.376252114 L4_chemical_B2 +LQ02X001310 Ras-related protein RABA2a 5.665282016 L4_chemical_B3 +LQ02X001310 Ras-related protein RABA2a 6.180851365 L4_chemical_C2 +LQ02X001310 Ras-related protein RABA2a 4.980181171 L4_chemical_C3 +LQ02X001340 12-oxophytodienoate reductase 1 12.04161067 C6_control_A1 +LQ02X001340 12-oxophytodienoate reductase 1 11.57820287 C6_control_A3 +LQ02X001340 12-oxophytodienoate reductase 1 13.16798076 C6_control_B1 +LQ02X001340 12-oxophytodienoate reductase 1 13.23212667 C6_control_B2 +LQ02X001340 12-oxophytodienoate reductase 1 13.59678482 C6_control_B3 +LQ02X001340 12-oxophytodienoate reductase 1 12.49538676 C6_control_C1 +LQ02X001340 12-oxophytodienoate reductase 1 12.92619414 C6_control_C2 +LQ02X001340 12-oxophytodienoate reductase 1 13.11435904 C6_control_C3 +LQ02X001340 12-oxophytodienoate reductase 1 11.87818141 C6_chemical_A1 +LQ02X001340 12-oxophytodienoate reductase 1 12.11990216 C6_chemical_A3 +LQ02X001340 12-oxophytodienoate reductase 1 13.10848124 C6_chemical_B1 +LQ02X001340 12-oxophytodienoate reductase 1 13.23104397 C6_chemical_B2 +LQ02X001340 12-oxophytodienoate reductase 1 13.07095623 C6_chemical_B3 +LQ02X001340 12-oxophytodienoate reductase 1 12.16173722 C6_chemical_C1 +LQ02X001340 12-oxophytodienoate reductase 1 12.47385872 C6_chemical_C2 +LQ02X001340 12-oxophytodienoate reductase 1 12.34955355 C6_chemical_C3 +LQ02X001340 12-oxophytodienoate reductase 1 11.33141585 L4_control_A1 +LQ02X001340 12-oxophytodienoate reductase 1 12.19715381 L4_control_A2 +LQ02X001340 12-oxophytodienoate reductase 1 11.7176522 L4_control_A3 +LQ02X001340 12-oxophytodienoate reductase 1 13.04336993 L4_control_B1 +LQ02X001340 12-oxophytodienoate reductase 1 13.15415283 L4_control_B2 +LQ02X001340 12-oxophytodienoate reductase 1 13.30825029 L4_control_B3 +LQ02X001340 12-oxophytodienoate reductase 1 12.90074767 L4_control_C2 +LQ02X001340 12-oxophytodienoate reductase 1 12.95428083 L4_control_C3 +LQ02X001340 12-oxophytodienoate reductase 1 10.27657022 L4_chemical_A1 +LQ02X001340 12-oxophytodienoate reductase 1 11.74084289 L4_chemical_A2 +LQ02X001340 12-oxophytodienoate reductase 1 11.19785758 L4_chemical_A3 +LQ02X001340 12-oxophytodienoate reductase 1 12.64854159 L4_chemical_B1 +LQ02X001340 12-oxophytodienoate reductase 1 12.64637523 L4_chemical_B2 +LQ02X001340 12-oxophytodienoate reductase 1 12.87234453 L4_chemical_B3 +LQ02X001340 12-oxophytodienoate reductase 1 12.99425434 L4_chemical_C2 +LQ02X001340 12-oxophytodienoate reductase 1 13.12665961 L4_chemical_C3 +LQ02X001360 Elongation factor 1-gamma 2 5.914711971 C6_control_A1 +LQ02X001360 Elongation factor 1-gamma 2 5.866115938 C6_control_A3 +LQ02X001360 Elongation factor 1-gamma 2 5.66935074 C6_control_B1 +LQ02X001360 Elongation factor 1-gamma 2 5.543295759 C6_control_B2 +LQ02X001360 Elongation factor 1-gamma 2 5.68106545 C6_control_B3 +LQ02X001360 Elongation factor 1-gamma 2 5.213759673 C6_control_C1 +LQ02X001360 Elongation factor 1-gamma 2 6.313479749 C6_control_C2 +LQ02X001360 Elongation factor 1-gamma 2 5.84757346 C6_control_C3 +LQ02X001360 Elongation factor 1-gamma 2 5.276309281 C6_chemical_A1 +LQ02X001360 Elongation factor 1-gamma 2 5.268105534 C6_chemical_A3 +LQ02X001360 Elongation factor 1-gamma 2 5.72591158 C6_chemical_B1 +LQ02X001360 Elongation factor 1-gamma 2 5.721255768 C6_chemical_B2 +LQ02X001360 Elongation factor 1-gamma 2 5.432166307 C6_chemical_B3 +LQ02X001360 Elongation factor 1-gamma 2 5.256854483 C6_chemical_C1 +LQ02X001360 Elongation factor 1-gamma 2 5.509071145 C6_chemical_C2 +LQ02X001360 Elongation factor 1-gamma 2 5.79366809 C6_chemical_C3 +LQ02X001360 Elongation factor 1-gamma 2 5.31088723 L4_control_A1 +LQ02X001360 Elongation factor 1-gamma 2 5.484113344 L4_control_A2 +LQ02X001360 Elongation factor 1-gamma 2 5.122765118 L4_control_A3 +LQ02X001360 Elongation factor 1-gamma 2 5.253804461 L4_control_B1 +LQ02X001360 Elongation factor 1-gamma 2 5.400210675 L4_control_B2 +LQ02X001360 Elongation factor 1-gamma 2 5.596102642 L4_control_B3 +LQ02X001360 Elongation factor 1-gamma 2 5.449688213 L4_control_C2 +LQ02X001360 Elongation factor 1-gamma 2 5.455548509 L4_control_C3 +LQ02X001360 Elongation factor 1-gamma 2 5.317750919 L4_chemical_A1 +LQ02X001360 Elongation factor 1-gamma 2 5.478256857 L4_chemical_A2 +LQ02X001360 Elongation factor 1-gamma 2 5.149629224 L4_chemical_A3 +LQ02X001360 Elongation factor 1-gamma 2 5.716575835 L4_chemical_B1 +LQ02X001360 Elongation factor 1-gamma 2 5.413902555 L4_chemical_B2 +LQ02X001360 Elongation factor 1-gamma 2 5.697022648 L4_chemical_B3 +LQ02X001360 Elongation factor 1-gamma 2 5.581532194 L4_chemical_C2 +LQ02X001360 Elongation factor 1-gamma 2 6.488455148 L4_chemical_C3 +LQ02X001420 Putative Protein WAX2 8.946054921 C6_control_A1 +LQ02X001420 Putative Protein WAX2 8.550078831 C6_control_A3 +LQ02X001420 Putative Protein WAX2 8.489879373 C6_control_B1 +LQ02X001420 Putative Protein WAX2 10.40699804 C6_control_B2 +LQ02X001420 Putative Protein WAX2 8.917504265 C6_control_B3 +LQ02X001420 Putative Protein WAX2 12.89769594 C6_control_C1 +LQ02X001420 Putative Protein WAX2 12.40948491 C6_control_C2 +LQ02X001420 Putative Protein WAX2 12.55261631 C6_control_C3 +LQ02X001420 Putative Protein WAX2 8.995527175 C6_chemical_A1 +LQ02X001420 Putative Protein WAX2 8.130717574 C6_chemical_A3 +LQ02X001420 Putative Protein WAX2 8.75026335 C6_chemical_B1 +LQ02X001420 Putative Protein WAX2 9.218389724 C6_chemical_B2 +LQ02X001420 Putative Protein WAX2 9.640457102 C6_chemical_B3 +LQ02X001420 Putative Protein WAX2 12.85581093 C6_chemical_C1 +LQ02X001420 Putative Protein WAX2 12.5405307 C6_chemical_C2 +LQ02X001420 Putative Protein WAX2 12.79679776 C6_chemical_C3 +LQ02X001420 Putative Protein WAX2 8.184334078 L4_control_A1 +LQ02X001420 Putative Protein WAX2 7.915550898 L4_control_A2 +LQ02X001420 Putative Protein WAX2 8.304092 L4_control_A3 +LQ02X001420 Putative Protein WAX2 6.673623614 L4_control_B1 +LQ02X001420 Putative Protein WAX2 6.740850993 L4_control_B2 +LQ02X001420 Putative Protein WAX2 9.974932064 L4_control_B3 +LQ02X001420 Putative Protein WAX2 10.32570114 L4_control_C2 +LQ02X001420 Putative Protein WAX2 10.74712467 L4_control_C3 +LQ02X001420 Putative Protein WAX2 7.524833323 L4_chemical_A1 +LQ02X001420 Putative Protein WAX2 8.054637558 L4_chemical_A2 +LQ02X001420 Putative Protein WAX2 8.429437212 L4_chemical_A3 +LQ02X001420 Putative Protein WAX2 7.194176769 L4_chemical_B1 +LQ02X001420 Putative Protein WAX2 6.233919293 L4_chemical_B2 +LQ02X001420 Putative Protein WAX2 8.559063205 L4_chemical_B3 +LQ02X001420 Putative Protein WAX2 10.84528465 L4_chemical_C2 +LQ02X001420 Putative Protein WAX2 10.92217079 L4_chemical_C3 +LQ02X001510 KH domain-containing protein At1g09660 6.866611539 C6_control_A1 +LQ02X001510 KH domain-containing protein At1g09660 7.021748546 C6_control_A3 +LQ02X001510 KH domain-containing protein At1g09660 6.95089749 C6_control_B1 +LQ02X001510 KH domain-containing protein At1g09660 6.40364703 C6_control_B2 +LQ02X001510 KH domain-containing protein At1g09660 6.747927905 C6_control_B3 +LQ02X001510 KH domain-containing protein At1g09660 6.807696852 C6_control_C1 +LQ02X001510 KH domain-containing protein At1g09660 7.505018319 C6_control_C2 +LQ02X001510 KH domain-containing protein At1g09660 6.307055039 C6_control_C3 +LQ02X001510 KH domain-containing protein At1g09660 6.568113092 C6_chemical_A1 +LQ02X001510 KH domain-containing protein At1g09660 6.669212513 C6_chemical_A3 +LQ02X001510 KH domain-containing protein At1g09660 6.494776509 C6_chemical_B1 +LQ02X001510 KH domain-containing protein At1g09660 6.803334182 C6_chemical_B2 +LQ02X001510 KH domain-containing protein At1g09660 6.662169162 C6_chemical_B3 +LQ02X001510 KH domain-containing protein At1g09660 6.6519765 C6_chemical_C1 +LQ02X001510 KH domain-containing protein At1g09660 6.689465328 C6_chemical_C2 +LQ02X001510 KH domain-containing protein At1g09660 6.219392343 C6_chemical_C3 +LQ02X001510 KH domain-containing protein At1g09660 6.380217853 L4_control_A1 +LQ02X001510 KH domain-containing protein At1g09660 6.659799566 L4_control_A2 +LQ02X001510 KH domain-containing protein At1g09660 7.019330949 L4_control_A3 +LQ02X001510 KH domain-containing protein At1g09660 6.297143343 L4_control_B1 +LQ02X001510 KH domain-containing protein At1g09660 6.608667643 L4_control_B2 +LQ02X001510 KH domain-containing protein At1g09660 6.473085073 L4_control_B3 +LQ02X001510 KH domain-containing protein At1g09660 6.273298262 L4_control_C2 +LQ02X001510 KH domain-containing protein At1g09660 6.750682042 L4_control_C3 +LQ02X001510 KH domain-containing protein At1g09660 6.52990024 L4_chemical_A1 +LQ02X001510 KH domain-containing protein At1g09660 6.592056502 L4_chemical_A2 +LQ02X001510 KH domain-containing protein At1g09660 6.633996288 L4_chemical_A3 +LQ02X001510 KH domain-containing protein At1g09660 6.871286023 L4_chemical_B1 +LQ02X001510 KH domain-containing protein At1g09660 6.728850095 L4_chemical_B2 +LQ02X001510 KH domain-containing protein At1g09660 6.325692274 L4_chemical_B3 +LQ02X001510 KH domain-containing protein At1g09660 7.055062255 L4_chemical_C2 +LQ02X001510 KH domain-containing protein At1g09660 6.527824572 L4_chemical_C3 +LQ02X001520 Predicted protein 12.15930664 C6_control_A1 +LQ02X001520 Predicted protein 12.06071966 C6_control_A3 +LQ02X001520 Predicted protein 12.48515087 C6_control_B1 +LQ02X001520 Predicted protein 11.95719687 C6_control_B2 +LQ02X001520 Predicted protein 12.49927495 C6_control_B3 +LQ02X001520 Predicted protein 12.42191468 C6_control_C1 +LQ02X001520 Predicted protein 12.00571251 C6_control_C2 +LQ02X001520 Predicted protein 12.53695874 C6_control_C3 +LQ02X001520 Predicted protein 12.14055276 C6_chemical_A1 +LQ02X001520 Predicted protein 12.36912652 C6_chemical_A3 +LQ02X001520 Predicted protein 12.41070158 C6_chemical_B1 +LQ02X001520 Predicted protein 11.90746509 C6_chemical_B2 +LQ02X001520 Predicted protein 12.52080391 C6_chemical_B3 +LQ02X001520 Predicted protein 12.06171927 C6_chemical_C1 +LQ02X001520 Predicted protein 11.86924455 C6_chemical_C2 +LQ02X001520 Predicted protein 12.44040883 C6_chemical_C3 +LQ02X001520 Predicted protein 12.41733297 L4_control_A1 +LQ02X001520 Predicted protein 12.47126052 L4_control_A2 +LQ02X001520 Predicted protein 13.18648773 L4_control_A3 +LQ02X001520 Predicted protein 12.75599145 L4_control_B1 +LQ02X001520 Predicted protein 13.26546978 L4_control_B2 +LQ02X001520 Predicted protein 12.86282991 L4_control_B3 +LQ02X001520 Predicted protein 13.24433756 L4_control_C2 +LQ02X001520 Predicted protein 13.40944714 L4_control_C3 +LQ02X001520 Predicted protein 12.21264083 L4_chemical_A1 +LQ02X001520 Predicted protein 12.47982421 L4_chemical_A2 +LQ02X001520 Predicted protein 12.75721629 L4_chemical_A3 +LQ02X001520 Predicted protein 12.65053061 L4_chemical_B1 +LQ02X001520 Predicted protein 13.01279156 L4_chemical_B2 +LQ02X001520 Predicted protein 12.4407999 L4_chemical_B3 +LQ02X001520 Predicted protein 13.07349705 L4_chemical_C2 +LQ02X001520 Predicted protein 13.29714789 L4_chemical_C3 +LQ02X001540 Shaggy-related protein kinase kappa 12.59474246 C6_control_A1 +LQ02X001540 Shaggy-related protein kinase kappa 12.47235665 C6_control_A3 +LQ02X001540 Shaggy-related protein kinase kappa 12.79846462 C6_control_B1 +LQ02X001540 Shaggy-related protein kinase kappa 12.45071783 C6_control_B2 +LQ02X001540 Shaggy-related protein kinase kappa 12.77454789 C6_control_B3 +LQ02X001540 Shaggy-related protein kinase kappa 13.22372755 C6_control_C1 +LQ02X001540 Shaggy-related protein kinase kappa 13.36069562 C6_control_C2 +LQ02X001540 Shaggy-related protein kinase kappa 12.95588301 C6_control_C3 +LQ02X001540 Shaggy-related protein kinase kappa 12.41862224 C6_chemical_A1 +LQ02X001540 Shaggy-related protein kinase kappa 12.77046105 C6_chemical_A3 +LQ02X001540 Shaggy-related protein kinase kappa 12.96827835 C6_chemical_B1 +LQ02X001540 Shaggy-related protein kinase kappa 12.65980165 C6_chemical_B2 +LQ02X001540 Shaggy-related protein kinase kappa 12.86860685 C6_chemical_B3 +LQ02X001540 Shaggy-related protein kinase kappa 13.30240923 C6_chemical_C1 +LQ02X001540 Shaggy-related protein kinase kappa 13.08820054 C6_chemical_C2 +LQ02X001540 Shaggy-related protein kinase kappa 13.21472344 C6_chemical_C3 +LQ02X001540 Shaggy-related protein kinase kappa 12.4648784 L4_control_A1 +LQ02X001540 Shaggy-related protein kinase kappa 12.51975012 L4_control_A2 +LQ02X001540 Shaggy-related protein kinase kappa 12.57557993 L4_control_A3 +LQ02X001540 Shaggy-related protein kinase kappa 12.86414523 L4_control_B1 +LQ02X001540 Shaggy-related protein kinase kappa 13.01904938 L4_control_B2 +LQ02X001540 Shaggy-related protein kinase kappa 13.14600442 L4_control_B3 +LQ02X001540 Shaggy-related protein kinase kappa 12.96263473 L4_control_C2 +LQ02X001540 Shaggy-related protein kinase kappa 13.37605041 L4_control_C3 +LQ02X001540 Shaggy-related protein kinase kappa 12.41772929 L4_chemical_A1 +LQ02X001540 Shaggy-related protein kinase kappa 12.41397587 L4_chemical_A2 +LQ02X001540 Shaggy-related protein kinase kappa 12.52681051 L4_chemical_A3 +LQ02X001540 Shaggy-related protein kinase kappa 12.61695176 L4_chemical_B1 +LQ02X001540 Shaggy-related protein kinase kappa 12.4195375 L4_chemical_B2 +LQ02X001540 Shaggy-related protein kinase kappa 12.82096539 L4_chemical_B3 +LQ02X001540 Shaggy-related protein kinase kappa 12.97467868 L4_chemical_C2 +LQ02X001540 Shaggy-related protein kinase kappa 13.35554565 L4_chemical_C3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.806769816 C6_control_A1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.685586876 C6_control_A3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.713482878 C6_control_B1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.690069115 C6_control_B2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.434649612 C6_control_B3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.56001769 C6_control_C1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.46971077 C6_control_C2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.948152836 C6_control_C3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.630217362 C6_chemical_A1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.622197567 C6_chemical_A3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.417459009 C6_chemical_B1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.279782022 C6_chemical_B2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.387778446 C6_chemical_B3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.2039166 C6_chemical_C1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.2224222 C6_chemical_C2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.6000902 C6_chemical_C3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.01324638 L4_control_A1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.784662775 L4_control_A2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.10183473 L4_control_A3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.38591098 L4_control_B1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.56874991 L4_control_B2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.6790472 L4_control_B3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 12.52393301 L4_control_C2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 12.21109098 L4_control_C3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.35465337 L4_chemical_A1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.782539841 L4_chemical_A2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.22982746 L4_chemical_A3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.45544744 L4_chemical_B1 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 10.15409266 L4_chemical_B2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.908582944 L4_chemical_B3 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 12.44171701 L4_chemical_C2 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 12.06844909 L4_chemical_C3 +LQ02X001560 ATP binding protein, putative 5.482315791 C6_control_A1 +LQ02X001560 ATP binding protein, putative 5.378689785 C6_control_A3 +LQ02X001560 ATP binding protein, putative 5.59440413 C6_control_B1 +LQ02X001560 ATP binding protein, putative 5.687217801 C6_control_B2 +LQ02X001560 ATP binding protein, putative 5.967340439 C6_control_B3 +LQ02X001560 ATP binding protein, putative 5.894274163 C6_control_C1 +LQ02X001560 ATP binding protein, putative 5.326613341 C6_control_C2 +LQ02X001560 ATP binding protein, putative 5.445275601 C6_control_C3 +LQ02X001560 ATP binding protein, putative 5.435116257 C6_chemical_A1 +LQ02X001560 ATP binding protein, putative 5.372797367 C6_chemical_A3 +LQ02X001560 ATP binding protein, putative 6.186313917 C6_chemical_B1 +LQ02X001560 ATP binding protein, putative 5.529929858 C6_chemical_B2 +LQ02X001560 ATP binding protein, putative 5.916576211 C6_chemical_B3 +LQ02X001560 ATP binding protein, putative 5.408778464 C6_chemical_C1 +LQ02X001560 ATP binding protein, putative 5.639289214 C6_chemical_C2 +LQ02X001560 ATP binding protein, putative 5.707600807 C6_chemical_C3 +LQ02X001560 ATP binding protein, putative 5.438153997 L4_control_A1 +LQ02X001560 ATP binding protein, putative 5.407817977 L4_control_A2 +LQ02X001560 ATP binding protein, putative 5.427243348 L4_control_A3 +LQ02X001560 ATP binding protein, putative 5.839896518 L4_control_B1 +LQ02X001560 ATP binding protein, putative 5.646002787 L4_control_B2 +LQ02X001560 ATP binding protein, putative 5.613874475 L4_control_B3 +LQ02X001560 ATP binding protein, putative 5.290120928 L4_control_C2 +LQ02X001560 ATP binding protein, putative 6.388584314 L4_control_C3 +LQ02X001560 ATP binding protein, putative 5.833701527 L4_chemical_A1 +LQ02X001560 ATP binding protein, putative 6.040806619 L4_chemical_A2 +LQ02X001560 ATP binding protein, putative 5.655216941 L4_chemical_A3 +LQ02X001560 ATP binding protein, putative 5.971758534 L4_chemical_B1 +LQ02X001560 ATP binding protein, putative 5.709619596 L4_chemical_B2 +LQ02X001560 ATP binding protein, putative 5.835655554 L4_chemical_B3 +LQ02X001560 ATP binding protein, putative 5.493412777 L4_chemical_C2 +LQ02X001560 ATP binding protein, putative 6.057044005 L4_chemical_C3 +LQ02X001570 Predicted protein 5.27867921 C6_control_A1 +LQ02X001570 Predicted protein 5.700204471 C6_control_A3 +LQ02X001570 Predicted protein 5.177264453 C6_control_B1 +LQ02X001570 Predicted protein 5.419935736 C6_control_B2 +LQ02X001570 Predicted protein 5.493321157 C6_control_B3 +LQ02X001570 Predicted protein 5.442974246 C6_control_C1 +LQ02X001570 Predicted protein 5.228559293 C6_control_C2 +LQ02X001570 Predicted protein 5.296228286 C6_control_C3 +LQ02X001570 Predicted protein 5.396365431 C6_chemical_A1 +LQ02X001570 Predicted protein 5.690175342 C6_chemical_A3 +LQ02X001570 Predicted protein 5.458106926 C6_chemical_B1 +LQ02X001570 Predicted protein 5.547023842 C6_chemical_B2 +LQ02X001570 Predicted protein 5.13956958 C6_chemical_B3 +LQ02X001570 Predicted protein 5.236883186 C6_chemical_C1 +LQ02X001570 Predicted protein 5.754769677 C6_chemical_C2 +LQ02X001570 Predicted protein 5.183528238 C6_chemical_C3 +LQ02X001570 Predicted protein 5.40125351 L4_control_A1 +LQ02X001570 Predicted protein 5.416926967 L4_control_A2 +LQ02X001570 Predicted protein 5.65215027 L4_control_A3 +LQ02X001570 Predicted protein 5.186214282 L4_control_B1 +LQ02X001570 Predicted protein 4.870936705 L4_control_B2 +LQ02X001570 Predicted protein 5.454566382 L4_control_B3 +LQ02X001570 Predicted protein 5.305054904 L4_control_C2 +LQ02X001570 Predicted protein 5.440964806 L4_control_C3 +LQ02X001570 Predicted protein 5.067997455 L4_chemical_A1 +LQ02X001570 Predicted protein 5.169760294 L4_chemical_A2 +LQ02X001570 Predicted protein 5.919305421 L4_chemical_A3 +LQ02X001570 Predicted protein 5.353957197 L4_chemical_B1 +LQ02X001570 Predicted protein 5.592131184 L4_chemical_B2 +LQ02X001570 Predicted protein 5.053993195 L4_chemical_B3 +LQ02X001570 Predicted protein 5.571297075 L4_chemical_C2 +LQ02X001570 Predicted protein 5.328382899 L4_chemical_C3 +LQ02X001580 Putative uncharacterized protein 9.815117075 C6_control_A1 +LQ02X001580 Putative uncharacterized protein 9.552253073 C6_control_A3 +LQ02X001580 Putative uncharacterized protein 10.04770269 C6_control_B1 +LQ02X001580 Putative uncharacterized protein 9.262429902 C6_control_B2 +LQ02X001580 Putative uncharacterized protein 10.18559411 C6_control_B3 +LQ02X001580 Putative uncharacterized protein 8.182119149 C6_control_C1 +LQ02X001580 Putative uncharacterized protein 7.986382563 C6_control_C2 +LQ02X001580 Putative uncharacterized protein 8.640260331 C6_control_C3 +LQ02X001580 Putative uncharacterized protein 9.233377235 C6_chemical_A1 +LQ02X001580 Putative uncharacterized protein 9.201458363 C6_chemical_A3 +LQ02X001580 Putative uncharacterized protein 9.374840013 C6_chemical_B1 +LQ02X001580 Putative uncharacterized protein 9.167255853 C6_chemical_B2 +LQ02X001580 Putative uncharacterized protein 9.414652731 C6_chemical_B3 +LQ02X001580 Putative uncharacterized protein 7.937993474 C6_chemical_C1 +LQ02X001580 Putative uncharacterized protein 7.730005643 C6_chemical_C2 +LQ02X001580 Putative uncharacterized protein 8.114894395 C6_chemical_C3 +LQ02X001580 Putative uncharacterized protein 8.895963743 L4_control_A1 +LQ02X001580 Putative uncharacterized protein 9.168685951 L4_control_A2 +LQ02X001580 Putative uncharacterized protein 8.90355492 L4_control_A3 +LQ02X001580 Putative uncharacterized protein 8.798651705 L4_control_B1 +LQ02X001580 Putative uncharacterized protein 9.517788363 L4_control_B2 +LQ02X001580 Putative uncharacterized protein 8.593917162 L4_control_B3 +LQ02X001580 Putative uncharacterized protein 7.664951642 L4_control_C2 +LQ02X001580 Putative uncharacterized protein 7.700731776 L4_control_C3 +LQ02X001580 Putative uncharacterized protein 9.292543089 L4_chemical_A1 +LQ02X001580 Putative uncharacterized protein 8.571557234 L4_chemical_A2 +LQ02X001580 Putative uncharacterized protein 8.593312196 L4_chemical_A3 +LQ02X001580 Putative uncharacterized protein 9.742699712 L4_chemical_B1 +LQ02X001580 Putative uncharacterized protein 8.884952027 L4_chemical_B2 +LQ02X001580 Putative uncharacterized protein 9.144685443 L4_chemical_B3 +LQ02X001580 Putative uncharacterized protein 7.423547084 L4_chemical_C2 +LQ02X001580 Putative uncharacterized protein 7.858670865 L4_chemical_C3 +LQ02X001600 Putative uncharacterized protein 6.586087198 C6_control_A1 +LQ02X001600 Putative uncharacterized protein 6.083256271 C6_control_A3 +LQ02X001600 Putative uncharacterized protein 6.442286527 C6_control_B1 +LQ02X001600 Putative uncharacterized protein 6.060481346 C6_control_B2 +LQ02X001600 Putative uncharacterized protein 7.117075464 C6_control_B3 +LQ02X001600 Putative uncharacterized protein 6.078491169 C6_control_C1 +LQ02X001600 Putative uncharacterized protein 6.601216008 C6_control_C2 +LQ02X001600 Putative uncharacterized protein 5.621526026 C6_control_C3 +LQ02X001600 Putative uncharacterized protein 5.624279697 C6_chemical_A1 +LQ02X001600 Putative uncharacterized protein 5.44865548 C6_chemical_A3 +LQ02X001600 Putative uncharacterized protein 6.730753622 C6_chemical_B1 +LQ02X001600 Putative uncharacterized protein 6.137055515 C6_chemical_B2 +LQ02X001600 Putative uncharacterized protein 7.01914115 C6_chemical_B3 +LQ02X001600 Putative uncharacterized protein 6.35641919 C6_chemical_C1 +LQ02X001600 Putative uncharacterized protein 5.817450266 C6_chemical_C2 +LQ02X001600 Putative uncharacterized protein 5.826229439 C6_chemical_C3 +LQ02X001600 Putative uncharacterized protein 5.888089725 L4_control_A1 +LQ02X001600 Putative uncharacterized protein 6.672561008 L4_control_A2 +LQ02X001600 Putative uncharacterized protein 6.140901621 L4_control_A3 +LQ02X001600 Putative uncharacterized protein 6.515802368 L4_control_B1 +LQ02X001600 Putative uncharacterized protein 6.610300674 L4_control_B2 +LQ02X001600 Putative uncharacterized protein 6.738966807 L4_control_B3 +LQ02X001600 Putative uncharacterized protein 6.905367195 L4_control_C2 +LQ02X001600 Putative uncharacterized protein 5.705318311 L4_control_C3 +LQ02X001600 Putative uncharacterized protein 6.474597815 L4_chemical_A1 +LQ02X001600 Putative uncharacterized protein 6.352109225 L4_chemical_A2 +LQ02X001600 Putative uncharacterized protein 6.134721312 L4_chemical_A3 +LQ02X001600 Putative uncharacterized protein 7.178301148 L4_chemical_B1 +LQ02X001600 Putative uncharacterized protein 6.468957393 L4_chemical_B2 +LQ02X001600 Putative uncharacterized protein 6.439732162 L4_chemical_B3 +LQ02X001600 Putative uncharacterized protein 5.968754417 L4_chemical_C2 +LQ02X001600 Putative uncharacterized protein 6.271863901 L4_chemical_C3 +LQ02X001620 60S ribosomal protein L3 12.21978445 C6_control_A1 +LQ02X001620 60S ribosomal protein L3 13.26459002 C6_control_A3 +LQ02X001620 60S ribosomal protein L3 11.56843446 C6_control_B1 +LQ02X001620 60S ribosomal protein L3 11.11177465 C6_control_B2 +LQ02X001620 60S ribosomal protein L3 11.81732757 C6_control_B3 +LQ02X001620 60S ribosomal protein L3 10.79444527 C6_control_C1 +LQ02X001620 60S ribosomal protein L3 11.21614654 C6_control_C2 +LQ02X001620 60S ribosomal protein L3 10.70422476 C6_control_C3 +LQ02X001620 60S ribosomal protein L3 12.14637022 C6_chemical_A1 +LQ02X001620 60S ribosomal protein L3 13.15571379 C6_chemical_A3 +LQ02X001620 60S ribosomal protein L3 11.45226229 C6_chemical_B1 +LQ02X001620 60S ribosomal protein L3 11.30636303 C6_chemical_B2 +LQ02X001620 60S ribosomal protein L3 11.50852398 C6_chemical_B3 +LQ02X001620 60S ribosomal protein L3 11.01986492 C6_chemical_C1 +LQ02X001620 60S ribosomal protein L3 11.35128458 C6_chemical_C2 +LQ02X001620 60S ribosomal protein L3 11.15706523 C6_chemical_C3 +LQ02X001620 60S ribosomal protein L3 12.18891621 L4_control_A1 +LQ02X001620 60S ribosomal protein L3 12.54480954 L4_control_A2 +LQ02X001620 60S ribosomal protein L3 13.04719162 L4_control_A3 +LQ02X001620 60S ribosomal protein L3 10.99717487 L4_control_B1 +LQ02X001620 60S ribosomal protein L3 11.87150283 L4_control_B2 +LQ02X001620 60S ribosomal protein L3 11.57213991 L4_control_B3 +LQ02X001620 60S ribosomal protein L3 11.70014028 L4_control_C2 +LQ02X001620 60S ribosomal protein L3 11.47024882 L4_control_C3 +LQ02X001620 60S ribosomal protein L3 11.74767335 L4_chemical_A1 +LQ02X001620 60S ribosomal protein L3 12.3549926 L4_chemical_A2 +LQ02X001620 60S ribosomal protein L3 12.26126778 L4_chemical_A3 +LQ02X001620 60S ribosomal protein L3 11.52164922 L4_chemical_B1 +LQ02X001620 60S ribosomal protein L3 11.67394744 L4_chemical_B2 +LQ02X001620 60S ribosomal protein L3 12.05116468 L4_chemical_B3 +LQ02X001620 60S ribosomal protein L3 11.95087637 L4_chemical_C2 +LQ02X001620 60S ribosomal protein L3 11.40152639 L4_chemical_C3 +LQ02X001650 Yth domain-containing protein, putative 13.66753694 C6_control_A1 +LQ02X001650 Yth domain-containing protein, putative 13.47993954 C6_control_A3 +LQ02X001650 Yth domain-containing protein, putative 13.11608067 C6_control_B1 +LQ02X001650 Yth domain-containing protein, putative 13.34929966 C6_control_B2 +LQ02X001650 Yth domain-containing protein, putative 13.09189826 C6_control_B3 +LQ02X001650 Yth domain-containing protein, putative 12.67878157 C6_control_C1 +LQ02X001650 Yth domain-containing protein, putative 13.37767667 C6_control_C2 +LQ02X001650 Yth domain-containing protein, putative 13.83008236 C6_control_C3 +LQ02X001650 Yth domain-containing protein, putative 13.51295765 C6_chemical_A1 +LQ02X001650 Yth domain-containing protein, putative 13.33800661 C6_chemical_A3 +LQ02X001650 Yth domain-containing protein, putative 12.85405474 C6_chemical_B1 +LQ02X001650 Yth domain-containing protein, putative 13.06876275 C6_chemical_B2 +LQ02X001650 Yth domain-containing protein, putative 13.24852247 C6_chemical_B3 +LQ02X001650 Yth domain-containing protein, putative 12.48491925 C6_chemical_C1 +LQ02X001650 Yth domain-containing protein, putative 13.59431718 C6_chemical_C2 +LQ02X001650 Yth domain-containing protein, putative 13.81979042 C6_chemical_C3 +LQ02X001650 Yth domain-containing protein, putative 13.55313167 L4_control_A1 +LQ02X001650 Yth domain-containing protein, putative 13.06424982 L4_control_A2 +LQ02X001650 Yth domain-containing protein, putative 13.2253948 L4_control_A3 +LQ02X001650 Yth domain-containing protein, putative 13.26271262 L4_control_B1 +LQ02X001650 Yth domain-containing protein, putative 12.62561667 L4_control_B2 +LQ02X001650 Yth domain-containing protein, putative 13.26877525 L4_control_B3 +LQ02X001650 Yth domain-containing protein, putative 13.25038448 L4_control_C2 +LQ02X001650 Yth domain-containing protein, putative 12.96618178 L4_control_C3 +LQ02X001650 Yth domain-containing protein, putative 13.41294215 L4_chemical_A1 +LQ02X001650 Yth domain-containing protein, putative 12.68516135 L4_chemical_A2 +LQ02X001650 Yth domain-containing protein, putative 13.37261944 L4_chemical_A3 +LQ02X001650 Yth domain-containing protein, putative 13.01477766 L4_chemical_B1 +LQ02X001650 Yth domain-containing protein, putative 12.61866565 L4_chemical_B2 +LQ02X001650 Yth domain-containing protein, putative 13.49967725 L4_chemical_B3 +LQ02X001650 Yth domain-containing protein, putative 13.25110369 L4_chemical_C2 +LQ02X001650 Yth domain-containing protein, putative 13.05381449 L4_chemical_C3 +LQ02X001670 Predicted protein 5.735565091 C6_control_A1 +LQ02X001670 Predicted protein 5.32582739 C6_control_A3 +LQ02X001670 Predicted protein 5.015054919 C6_control_B1 +LQ02X001670 Predicted protein 6.084539956 C6_control_B2 +LQ02X001670 Predicted protein 5.421919895 C6_control_B3 +LQ02X001670 Predicted protein 6.235642578 C6_control_C1 +LQ02X001670 Predicted protein 5.974684311 C6_control_C2 +LQ02X001670 Predicted protein 6.11460876 C6_control_C3 +LQ02X001670 Predicted protein 5.843131516 C6_chemical_A1 +LQ02X001670 Predicted protein 5.321883119 C6_chemical_A3 +LQ02X001670 Predicted protein 5.266590989 C6_chemical_B1 +LQ02X001670 Predicted protein 6.049005182 C6_chemical_B2 +LQ02X001670 Predicted protein 5.681247882 C6_chemical_B3 +LQ02X001670 Predicted protein 6.101941462 C6_chemical_C1 +LQ02X001670 Predicted protein 6.510567704 C6_chemical_C2 +LQ02X001670 Predicted protein 6.750897593 C6_chemical_C3 +LQ02X001670 Predicted protein 5.799971333 L4_control_A1 +LQ02X001670 Predicted protein 5.570280009 L4_control_A2 +LQ02X001670 Predicted protein 6.383836782 L4_control_A3 +LQ02X001670 Predicted protein 5.520113737 L4_control_B1 +LQ02X001670 Predicted protein 5.56011369 L4_control_B2 +LQ02X001670 Predicted protein 5.636015235 L4_control_B3 +LQ02X001670 Predicted protein 5.416830333 L4_control_C2 +LQ02X001670 Predicted protein 5.445536759 L4_control_C3 +LQ02X001670 Predicted protein 5.677317283 L4_chemical_A1 +LQ02X001670 Predicted protein 5.70454235 L4_chemical_A2 +LQ02X001670 Predicted protein 6.149475705 L4_chemical_A3 +LQ02X001670 Predicted protein 5.673786786 L4_chemical_B1 +LQ02X001670 Predicted protein 5.678315436 L4_chemical_B2 +LQ02X001670 Predicted protein 5.256214018 L4_chemical_B3 +LQ02X001670 Predicted protein 5.537013947 L4_chemical_C2 +LQ02X001670 Predicted protein 5.566840103 L4_chemical_C3 +LQ02X001680 Bromodomain-containing protein, putative 6.151098835 C6_control_A1 +LQ02X001680 Bromodomain-containing protein, putative 5.732277503 C6_control_A3 +LQ02X001680 Bromodomain-containing protein, putative 5.587102534 C6_control_B1 +LQ02X001680 Bromodomain-containing protein, putative 5.696085138 C6_control_B2 +LQ02X001680 Bromodomain-containing protein, putative 5.767001872 C6_control_B3 +LQ02X001680 Bromodomain-containing protein, putative 6.614215981 C6_control_C1 +LQ02X001680 Bromodomain-containing protein, putative 6.380592562 C6_control_C2 +LQ02X001680 Bromodomain-containing protein, putative 6.501295421 C6_control_C3 +LQ02X001680 Bromodomain-containing protein, putative 6.083420396 C6_chemical_A1 +LQ02X001680 Bromodomain-containing protein, putative 5.878848639 C6_chemical_A3 +LQ02X001680 Bromodomain-containing protein, putative 6.119962841 C6_chemical_B1 +LQ02X001680 Bromodomain-containing protein, putative 5.54824921 C6_chemical_B2 +LQ02X001680 Bromodomain-containing protein, putative 5.893039748 C6_chemical_B3 +LQ02X001680 Bromodomain-containing protein, putative 6.741838168 C6_chemical_C1 +LQ02X001680 Bromodomain-containing protein, putative 6.435120538 C6_chemical_C2 +LQ02X001680 Bromodomain-containing protein, putative 6.034841297 C6_chemical_C3 +LQ02X001680 Bromodomain-containing protein, putative 5.853665312 L4_control_A1 +LQ02X001680 Bromodomain-containing protein, putative 6.018194191 L4_control_A2 +LQ02X001680 Bromodomain-containing protein, putative 6.218151014 L4_control_A3 +LQ02X001680 Bromodomain-containing protein, putative 5.244708446 L4_control_B1 +LQ02X001680 Bromodomain-containing protein, putative 6.281889058 L4_control_B2 +LQ02X001680 Bromodomain-containing protein, putative 6.296363916 L4_control_B3 +LQ02X001680 Bromodomain-containing protein, putative 6.888695979 L4_control_C2 +LQ02X001680 Bromodomain-containing protein, putative 6.028844749 L4_control_C3 +LQ02X001680 Bromodomain-containing protein, putative 5.631251247 L4_chemical_A1 +LQ02X001680 Bromodomain-containing protein, putative 5.768046775 L4_chemical_A2 +LQ02X001680 Bromodomain-containing protein, putative 5.843284169 L4_chemical_A3 +LQ02X001680 Bromodomain-containing protein, putative 6.244209486 L4_chemical_B1 +LQ02X001680 Bromodomain-containing protein, putative 6.221418583 L4_chemical_B2 +LQ02X001680 Bromodomain-containing protein, putative 5.880958963 L4_chemical_B3 +LQ02X001680 Bromodomain-containing protein, putative 7.122543783 L4_chemical_C2 +LQ02X001680 Bromodomain-containing protein, putative 5.836881465 L4_chemical_C3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.42315813 C6_control_A1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.06545962 C6_control_A3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.89103866 C6_control_B1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.41699291 C6_control_B2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.80176017 C6_control_B3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.99283487 C6_control_C1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.25077881 C6_control_C2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.58741186 C6_control_C3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.6539349 C6_chemical_A1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.13064294 C6_chemical_A3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 13.02039085 C6_chemical_B1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.80802217 C6_chemical_B2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.43230564 C6_chemical_B3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.90068811 C6_chemical_C1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.98746866 C6_chemical_C2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.36395026 C6_chemical_C3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.91743194 L4_control_A1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.90688271 L4_control_A2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.60577231 L4_control_A3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.18815182 L4_control_B1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.44763543 L4_control_B2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.41237379 L4_control_B3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.03599868 L4_control_C2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.38237935 L4_control_C3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.65493846 L4_chemical_A1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.84422535 L4_chemical_A2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.51548239 L4_chemical_A3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.85941058 L4_chemical_B1 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.89041775 L4_chemical_B2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.52245273 L4_chemical_B3 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 11.99305567 L4_chemical_C2 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.4342186 L4_chemical_C3 +LQ02X001740 Putative ion channel DMI-1 10.46978803 C6_control_A1 +LQ02X001740 Putative ion channel DMI-1 10.12301033 C6_control_A3 +LQ02X001740 Putative ion channel DMI-1 10.46249135 C6_control_B1 +LQ02X001740 Putative ion channel DMI-1 10.77681719 C6_control_B2 +LQ02X001740 Putative ion channel DMI-1 10.27158505 C6_control_B3 +LQ02X001740 Putative ion channel DMI-1 10.77887418 C6_control_C1 +LQ02X001740 Putative ion channel DMI-1 10.93839021 C6_control_C2 +LQ02X001740 Putative ion channel DMI-1 10.94932828 C6_control_C3 +LQ02X001740 Putative ion channel DMI-1 10.45280041 C6_chemical_A1 +LQ02X001740 Putative ion channel DMI-1 10.55934283 C6_chemical_A3 +LQ02X001740 Putative ion channel DMI-1 10.36357953 C6_chemical_B1 +LQ02X001740 Putative ion channel DMI-1 10.6559841 C6_chemical_B2 +LQ02X001740 Putative ion channel DMI-1 10.22136535 C6_chemical_B3 +LQ02X001740 Putative ion channel DMI-1 10.83429925 C6_chemical_C1 +LQ02X001740 Putative ion channel DMI-1 10.97499603 C6_chemical_C2 +LQ02X001740 Putative ion channel DMI-1 11.05959772 C6_chemical_C3 +LQ02X001740 Putative ion channel DMI-1 10.91411011 L4_control_A1 +LQ02X001740 Putative ion channel DMI-1 11.38639043 L4_control_A2 +LQ02X001740 Putative ion channel DMI-1 10.97329974 L4_control_A3 +LQ02X001740 Putative ion channel DMI-1 11.33795202 L4_control_B1 +LQ02X001740 Putative ion channel DMI-1 10.9433901 L4_control_B2 +LQ02X001740 Putative ion channel DMI-1 11.17478892 L4_control_B3 +LQ02X001740 Putative ion channel DMI-1 11.19600962 L4_control_C2 +LQ02X001740 Putative ion channel DMI-1 11.34338084 L4_control_C3 +LQ02X001740 Putative ion channel DMI-1 10.88238269 L4_chemical_A1 +LQ02X001740 Putative ion channel DMI-1 11.51944859 L4_chemical_A2 +LQ02X001740 Putative ion channel DMI-1 10.85564038 L4_chemical_A3 +LQ02X001740 Putative ion channel DMI-1 11.19009559 L4_chemical_B1 +LQ02X001740 Putative ion channel DMI-1 10.77182738 L4_chemical_B2 +LQ02X001740 Putative ion channel DMI-1 11.05602178 L4_chemical_B3 +LQ02X001740 Putative ion channel DMI-1 11.40395576 L4_chemical_C2 +LQ02X001740 Putative ion channel DMI-1 11.33008959 L4_chemical_C3 +LQ02X001750 Putative uncharacterized protein 7.178644122 C6_control_A1 +LQ02X001750 Putative uncharacterized protein 6.947308837 C6_control_A3 +LQ02X001750 Putative uncharacterized protein 7.894885212 C6_control_B1 +LQ02X001750 Putative uncharacterized protein 6.660799497 C6_control_B2 +LQ02X001750 Putative uncharacterized protein 7.356008897 C6_control_B3 +LQ02X001750 Putative uncharacterized protein 7.233685673 C6_control_C1 +LQ02X001750 Putative uncharacterized protein 7.134846738 C6_control_C2 +LQ02X001750 Putative uncharacterized protein 7.480355378 C6_control_C3 +LQ02X001750 Putative uncharacterized protein 6.872432189 C6_chemical_A1 +LQ02X001750 Putative uncharacterized protein 6.179495833 C6_chemical_A3 +LQ02X001750 Putative uncharacterized protein 7.160104563 C6_chemical_B1 +LQ02X001750 Putative uncharacterized protein 6.019781006 C6_chemical_B2 +LQ02X001750 Putative uncharacterized protein 6.741148511 C6_chemical_B3 +LQ02X001750 Putative uncharacterized protein 7.478029927 C6_chemical_C1 +LQ02X001750 Putative uncharacterized protein 6.164863438 C6_chemical_C2 +LQ02X001750 Putative uncharacterized protein 7.171419925 C6_chemical_C3 +LQ02X001750 Putative uncharacterized protein 5.709652342 L4_control_A1 +LQ02X001750 Putative uncharacterized protein 5.802386816 L4_control_A2 +LQ02X001750 Putative uncharacterized protein 5.944677109 L4_control_A3 +LQ02X001750 Putative uncharacterized protein 5.337990156 L4_control_B1 +LQ02X001750 Putative uncharacterized protein 5.471534816 L4_control_B2 +LQ02X001750 Putative uncharacterized protein 6.078407973 L4_control_B3 +LQ02X001750 Putative uncharacterized protein 5.338755642 L4_control_C2 +LQ02X001750 Putative uncharacterized protein 5.554756209 L4_control_C3 +LQ02X001750 Putative uncharacterized protein 5.457855198 L4_chemical_A1 +LQ02X001750 Putative uncharacterized protein 5.387772306 L4_chemical_A2 +LQ02X001750 Putative uncharacterized protein 5.998054125 L4_chemical_A3 +LQ02X001750 Putative uncharacterized protein 6.212303436 L4_chemical_B1 +LQ02X001750 Putative uncharacterized protein 5.667219986 L4_chemical_B2 +LQ02X001750 Putative uncharacterized protein 5.401295301 L4_chemical_B3 +LQ02X001750 Putative uncharacterized protein 5.482184659 L4_chemical_C2 +LQ02X001750 Putative uncharacterized protein 5.323204375 L4_chemical_C3 +LQ02X001850 Uncharacterized protein At5g49945 5.932554859 C6_control_A1 +LQ02X001850 Uncharacterized protein At5g49945 6.016724768 C6_control_A3 +LQ02X001850 Uncharacterized protein At5g49945 5.415275897 C6_control_B1 +LQ02X001850 Uncharacterized protein At5g49945 5.63499632 C6_control_B2 +LQ02X001850 Uncharacterized protein At5g49945 5.728321842 C6_control_B3 +LQ02X001850 Uncharacterized protein At5g49945 5.589818832 C6_control_C1 +LQ02X001850 Uncharacterized protein At5g49945 6.364859924 C6_control_C2 +LQ02X001850 Uncharacterized protein At5g49945 5.666713609 C6_control_C3 +LQ02X001850 Uncharacterized protein At5g49945 5.406045335 C6_chemical_A1 +LQ02X001850 Uncharacterized protein At5g49945 5.218519087 C6_chemical_A3 +LQ02X001850 Uncharacterized protein At5g49945 5.587030716 C6_chemical_B1 +LQ02X001850 Uncharacterized protein At5g49945 5.961163515 C6_chemical_B2 +LQ02X001850 Uncharacterized protein At5g49945 5.496472913 C6_chemical_B3 +LQ02X001850 Uncharacterized protein At5g49945 5.328833778 C6_chemical_C1 +LQ02X001850 Uncharacterized protein At5g49945 5.487148457 C6_chemical_C2 +LQ02X001850 Uncharacterized protein At5g49945 5.477691736 C6_chemical_C3 +LQ02X001850 Uncharacterized protein At5g49945 5.248412267 L4_control_A1 +LQ02X001850 Uncharacterized protein At5g49945 5.502521956 L4_control_A2 +LQ02X001850 Uncharacterized protein At5g49945 5.07214364 L4_control_A3 +LQ02X001850 Uncharacterized protein At5g49945 5.202730781 L4_control_B1 +LQ02X001850 Uncharacterized protein At5g49945 5.164446621 L4_control_B2 +LQ02X001850 Uncharacterized protein At5g49945 5.202494412 L4_control_B3 +LQ02X001850 Uncharacterized protein At5g49945 5.52793166 L4_control_C2 +LQ02X001850 Uncharacterized protein At5g49945 5.182172562 L4_control_C3 +LQ02X001850 Uncharacterized protein At5g49945 5.387477733 L4_chemical_A1 +LQ02X001850 Uncharacterized protein At5g49945 5.378681617 L4_chemical_A2 +LQ02X001850 Uncharacterized protein At5g49945 5.10351535 L4_chemical_A3 +LQ02X001850 Uncharacterized protein At5g49945 5.275242232 L4_chemical_B1 +LQ02X001850 Uncharacterized protein At5g49945 4.934190266 L4_chemical_B2 +LQ02X001850 Uncharacterized protein At5g49945 5.469959513 L4_chemical_B3 +LQ02X001850 Uncharacterized protein At5g49945 4.873335082 L4_chemical_C2 +LQ02X001850 Uncharacterized protein At5g49945 4.87272634 L4_chemical_C3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.817812538 C6_control_A1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.068322809 C6_control_A3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.768060306 C6_control_B1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.822609185 C6_control_B2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 6.461863821 C6_control_B3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.614708306 C6_control_C1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.481191739 C6_control_C2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.798291587 C6_control_C3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.565886966 C6_chemical_A1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.489307904 C6_chemical_A3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 6.395799537 C6_chemical_B1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.618466368 C6_chemical_B2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.952430878 C6_chemical_B3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.726847353 C6_chemical_C1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.348585472 C6_chemical_C2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 6.020763491 C6_chemical_C3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.590230797 L4_control_A1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 6.031296737 L4_control_A2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.383978389 L4_control_A3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.48559002 L4_control_B1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.755623756 L4_control_B2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.710115981 L4_control_B3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.930177034 L4_control_C2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.193674844 L4_control_C3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.41283272 L4_chemical_A1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.646830888 L4_chemical_A2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.296301613 L4_chemical_A3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 6.090111289 L4_chemical_B1 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.917891724 L4_chemical_B2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 6.222003212 L4_chemical_B3 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.227223794 L4_chemical_C2 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.04544574 L4_chemical_C3 +LQ02X001941 Putative uncharacterized protein 5.279102265 C6_control_A1 +LQ02X001941 Putative uncharacterized protein 5.6730671 C6_control_A3 +LQ02X001941 Putative uncharacterized protein 5.588539937 C6_control_B1 +LQ02X001941 Putative uncharacterized protein 5.182643354 C6_control_B2 +LQ02X001941 Putative uncharacterized protein 5.671588475 C6_control_B3 +LQ02X001941 Putative uncharacterized protein 4.975875442 C6_control_C1 +LQ02X001941 Putative uncharacterized protein 5.692627246 C6_control_C2 +LQ02X001941 Putative uncharacterized protein 5.088110344 C6_control_C3 +LQ02X001941 Putative uncharacterized protein 5.521759212 C6_chemical_A1 +LQ02X001941 Putative uncharacterized protein 5.136189349 C6_chemical_A3 +LQ02X001941 Putative uncharacterized protein 5.314464482 C6_chemical_B1 +LQ02X001941 Putative uncharacterized protein 5.175281544 C6_chemical_B2 +LQ02X001941 Putative uncharacterized protein 5.466552033 C6_chemical_B3 +LQ02X001941 Putative uncharacterized protein 5.117210649 C6_chemical_C1 +LQ02X001941 Putative uncharacterized protein 5.573769061 C6_chemical_C2 +LQ02X001941 Putative uncharacterized protein 5.560421255 C6_chemical_C3 +LQ02X001941 Putative uncharacterized protein 5.426582313 L4_control_A1 +LQ02X001941 Putative uncharacterized protein 5.205321414 L4_control_A2 +LQ02X001941 Putative uncharacterized protein 5.419120486 L4_control_A3 +LQ02X001941 Putative uncharacterized protein 5.105623754 L4_control_B1 +LQ02X001941 Putative uncharacterized protein 5.637607347 L4_control_B2 +LQ02X001941 Putative uncharacterized protein 5.239346389 L4_control_B3 +LQ02X001941 Putative uncharacterized protein 6.468405169 L4_control_C2 +LQ02X001941 Putative uncharacterized protein 5.522282621 L4_control_C3 +LQ02X001941 Putative uncharacterized protein 5.715378574 L4_chemical_A1 +LQ02X001941 Putative uncharacterized protein 5.478593904 L4_chemical_A2 +LQ02X001941 Putative uncharacterized protein 5.380175149 L4_chemical_A3 +LQ02X001941 Putative uncharacterized protein 5.50025667 L4_chemical_B1 +LQ02X001941 Putative uncharacterized protein 4.99335854 L4_chemical_B2 +LQ02X001941 Putative uncharacterized protein 5.133137764 L4_chemical_B3 +LQ02X001941 Putative uncharacterized protein 8.803139369 L4_chemical_C2 +LQ02X001941 Putative uncharacterized protein 5.521036881 L4_chemical_C3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.35700397 C6_control_A1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 11.89218402 C6_control_A3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.52092679 C6_control_B1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.99726071 C6_control_B2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 13.15917891 C6_control_B3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.7990894 C6_control_C1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 13.05072285 C6_control_C2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.76059332 C6_control_C3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.33379141 C6_chemical_A1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 11.28674379 C6_chemical_A3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.80528532 C6_chemical_B1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.76601111 C6_chemical_B2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.72488042 C6_chemical_B3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.69822153 C6_chemical_C1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 13.00241235 C6_chemical_C2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.27276831 C6_chemical_C3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 11.49393856 L4_control_A1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.2522728 L4_control_A2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.03362872 L4_control_A3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.19278474 L4_control_B1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.48761903 L4_control_B2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 13.21221765 L4_control_B3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.97179538 L4_control_C2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.65731385 L4_control_C3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 10.96517451 L4_chemical_A1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.08676575 L4_chemical_A2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 11.18972666 L4_chemical_A3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.04749719 L4_chemical_B1 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.91380608 L4_chemical_B2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.21859006 L4_chemical_B3 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 13.02198789 L4_chemical_C2 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.90945627 L4_chemical_C3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.523383629 C6_control_A1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.297554463 C6_control_A3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.375068634 C6_control_B1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.322774026 C6_control_B2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.768353004 C6_control_B3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 10.06690093 C6_control_C1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 9.655560532 C6_control_C2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 11.16975751 C6_control_C3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.334400007 C6_chemical_A1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.213247487 C6_chemical_A3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.116701779 C6_chemical_B1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.096024633 C6_chemical_B2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.308261201 C6_chemical_B3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 9.761487284 C6_chemical_C1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 9.941606234 C6_chemical_C2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 10.02929491 C6_chemical_C3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.894112536 L4_control_A1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.627962703 L4_control_A2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 9.008600404 L4_control_A3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 6.044426229 L4_control_B1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.126375116 L4_control_B2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.354281485 L4_control_B3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 10.86021114 L4_control_C2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 11.25169766 L4_control_C3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.689745794 L4_chemical_A1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.802344906 L4_chemical_A2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 10.2864356 L4_chemical_A3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.954975388 L4_chemical_B1 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.336838008 L4_chemical_B2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 7.537535011 L4_chemical_B3 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 10.60576576 L4_chemical_C2 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 11.05448203 L4_chemical_C3 +LQ02X002030 Diphthamide biosynthesis protein 3 12.24974122 C6_control_A1 +LQ02X002030 Diphthamide biosynthesis protein 3 12.9853949 C6_control_A3 +LQ02X002030 Diphthamide biosynthesis protein 3 11.82832682 C6_control_B1 +LQ02X002030 Diphthamide biosynthesis protein 3 11.53208214 C6_control_B2 +LQ02X002030 Diphthamide biosynthesis protein 3 12.03223721 C6_control_B3 +LQ02X002030 Diphthamide biosynthesis protein 3 11.67724077 C6_control_C1 +LQ02X002030 Diphthamide biosynthesis protein 3 11.9911897 C6_control_C2 +LQ02X002030 Diphthamide biosynthesis protein 3 11.82171043 C6_control_C3 +LQ02X002030 Diphthamide biosynthesis protein 3 11.56007369 C6_chemical_A1 +LQ02X002030 Diphthamide biosynthesis protein 3 11.85249531 C6_chemical_A3 +LQ02X002030 Diphthamide biosynthesis protein 3 11.68324429 C6_chemical_B1 +LQ02X002030 Diphthamide biosynthesis protein 3 11.26835579 C6_chemical_B2 +LQ02X002030 Diphthamide biosynthesis protein 3 11.75715313 C6_chemical_B3 +LQ02X002030 Diphthamide biosynthesis protein 3 11.64032669 C6_chemical_C1 +LQ02X002030 Diphthamide biosynthesis protein 3 11.93698473 C6_chemical_C2 +LQ02X002030 Diphthamide biosynthesis protein 3 11.86910155 C6_chemical_C3 +LQ02X002030 Diphthamide biosynthesis protein 3 12.67966658 L4_control_A1 +LQ02X002030 Diphthamide biosynthesis protein 3 12.72522644 L4_control_A2 +LQ02X002030 Diphthamide biosynthesis protein 3 12.73467928 L4_control_A3 +LQ02X002030 Diphthamide biosynthesis protein 3 12.10948787 L4_control_B1 +LQ02X002030 Diphthamide biosynthesis protein 3 11.10471193 L4_control_B2 +LQ02X002030 Diphthamide biosynthesis protein 3 12.26712881 L4_control_B3 +LQ02X002030 Diphthamide biosynthesis protein 3 12.39016183 L4_control_C2 +LQ02X002030 Diphthamide biosynthesis protein 3 12.78179458 L4_control_C3 +LQ02X002030 Diphthamide biosynthesis protein 3 12.80684779 L4_chemical_A1 +LQ02X002030 Diphthamide biosynthesis protein 3 12.61393063 L4_chemical_A2 +LQ02X002030 Diphthamide biosynthesis protein 3 12.6305628 L4_chemical_A3 +LQ02X002030 Diphthamide biosynthesis protein 3 12.23931899 L4_chemical_B1 +LQ02X002030 Diphthamide biosynthesis protein 3 12.24863074 L4_chemical_B2 +LQ02X002030 Diphthamide biosynthesis protein 3 12.41410045 L4_chemical_B3 +LQ02X002030 Diphthamide biosynthesis protein 3 12.44808881 L4_chemical_C2 +LQ02X002030 Diphthamide biosynthesis protein 3 12.54004015 L4_chemical_C3 +LQ02X002040 Putative uncharacterized protein 9.575805076 C6_control_A1 +LQ02X002040 Putative uncharacterized protein 9.809334229 C6_control_A3 +LQ02X002040 Putative uncharacterized protein 9.950100704 C6_control_B1 +LQ02X002040 Putative uncharacterized protein 9.402260807 C6_control_B2 +LQ02X002040 Putative uncharacterized protein 10.02396927 C6_control_B3 +LQ02X002040 Putative uncharacterized protein 9.783789269 C6_control_C1 +LQ02X002040 Putative uncharacterized protein 9.447227499 C6_control_C2 +LQ02X002040 Putative uncharacterized protein 10.5203386 C6_control_C3 +LQ02X002040 Putative uncharacterized protein 9.965104704 C6_chemical_A1 +LQ02X002040 Putative uncharacterized protein 9.037459052 C6_chemical_A3 +LQ02X002040 Putative uncharacterized protein 10.20819561 C6_chemical_B1 +LQ02X002040 Putative uncharacterized protein 9.502437102 C6_chemical_B2 +LQ02X002040 Putative uncharacterized protein 10.73166763 C6_chemical_B3 +LQ02X002040 Putative uncharacterized protein 9.678954371 C6_chemical_C1 +LQ02X002040 Putative uncharacterized protein 9.685520655 C6_chemical_C2 +LQ02X002040 Putative uncharacterized protein 10.38117777 C6_chemical_C3 +LQ02X002040 Putative uncharacterized protein 9.936725075 L4_control_A1 +LQ02X002040 Putative uncharacterized protein 10.36310201 L4_control_A2 +LQ02X002040 Putative uncharacterized protein 10.35746343 L4_control_A3 +LQ02X002040 Putative uncharacterized protein 11.86763271 L4_control_B1 +LQ02X002040 Putative uncharacterized protein 10.51834975 L4_control_B2 +LQ02X002040 Putative uncharacterized protein 8.893666282 L4_control_B3 +LQ02X002040 Putative uncharacterized protein 11.07309537 L4_control_C2 +LQ02X002040 Putative uncharacterized protein 10.85341369 L4_control_C3 +LQ02X002040 Putative uncharacterized protein 9.645125349 L4_chemical_A1 +LQ02X002040 Putative uncharacterized protein 10.45245045 L4_chemical_A2 +LQ02X002040 Putative uncharacterized protein 11.04301651 L4_chemical_A3 +LQ02X002040 Putative uncharacterized protein 10.02803256 L4_chemical_B1 +LQ02X002040 Putative uncharacterized protein 10.74262431 L4_chemical_B2 +LQ02X002040 Putative uncharacterized protein 9.035114311 L4_chemical_B3 +LQ02X002040 Putative uncharacterized protein 11.72523026 L4_chemical_C2 +LQ02X002040 Putative uncharacterized protein 10.87420068 L4_chemical_C3 +LQ02X002050 Putative uncharacterized protein 12.90467174 C6_control_A1 +LQ02X002050 Putative uncharacterized protein 11.69307564 C6_control_A3 +LQ02X002050 Putative uncharacterized protein 12.93694198 C6_control_B1 +LQ02X002050 Putative uncharacterized protein 14.27808294 C6_control_B2 +LQ02X002050 Putative uncharacterized protein 13.29716979 C6_control_B3 +LQ02X002050 Putative uncharacterized protein 15.30786397 C6_control_C1 +LQ02X002050 Putative uncharacterized protein 15.21501513 C6_control_C2 +LQ02X002050 Putative uncharacterized protein 15.37125591 C6_control_C3 +LQ02X002050 Putative uncharacterized protein 13.16553367 C6_chemical_A1 +LQ02X002050 Putative uncharacterized protein 10.73517414 C6_chemical_A3 +LQ02X002050 Putative uncharacterized protein 13.15062893 C6_chemical_B1 +LQ02X002050 Putative uncharacterized protein 14.75471864 C6_chemical_B2 +LQ02X002050 Putative uncharacterized protein 14.52022399 C6_chemical_B3 +LQ02X002050 Putative uncharacterized protein 14.48412945 C6_chemical_C1 +LQ02X002050 Putative uncharacterized protein 15.29272958 C6_chemical_C2 +LQ02X002050 Putative uncharacterized protein 15.44026564 C6_chemical_C3 +LQ02X002050 Putative uncharacterized protein 13.57951445 L4_control_A1 +LQ02X002050 Putative uncharacterized protein 13.33334159 L4_control_A2 +LQ02X002050 Putative uncharacterized protein 11.72192167 L4_control_A3 +LQ02X002050 Putative uncharacterized protein 13.21322488 L4_control_B1 +LQ02X002050 Putative uncharacterized protein 12.17861509 L4_control_B2 +LQ02X002050 Putative uncharacterized protein 14.10791975 L4_control_B3 +LQ02X002050 Putative uncharacterized protein 14.79209372 L4_control_C2 +LQ02X002050 Putative uncharacterized protein 14.30616996 L4_control_C3 +LQ02X002050 Putative uncharacterized protein 13.28572263 L4_chemical_A1 +LQ02X002050 Putative uncharacterized protein 13.84232222 L4_chemical_A2 +LQ02X002050 Putative uncharacterized protein 12.38616725 L4_chemical_A3 +LQ02X002050 Putative uncharacterized protein 13.12799203 L4_chemical_B1 +LQ02X002050 Putative uncharacterized protein 13.54797643 L4_chemical_B2 +LQ02X002050 Putative uncharacterized protein 13.12618591 L4_chemical_B3 +LQ02X002050 Putative uncharacterized protein 14.77338317 L4_chemical_C2 +LQ02X002050 Putative uncharacterized protein 14.3455954 L4_chemical_C3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.826114357 C6_control_A1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.320834209 C6_control_A3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.622668733 C6_control_B1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.521049454 C6_control_B2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.67836194 C6_control_B3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.541686892 C6_control_C1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.893927718 C6_control_C2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.303863731 C6_control_C3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.71418463 C6_chemical_A1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.130656439 C6_chemical_A3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.666453358 C6_chemical_B1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.603937986 C6_chemical_B2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.685462611 C6_chemical_B3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.431523344 C6_chemical_C1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.255865923 C6_chemical_C2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.31457363 C6_chemical_C3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.832078912 L4_control_A1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.802753125 L4_control_A2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.235948704 L4_control_A3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.038356276 L4_control_B1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.785787008 L4_control_B2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.904801053 L4_control_B3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.348714546 L4_control_C2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 10.30495462 L4_control_C3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.486586465 L4_chemical_A1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.896858454 L4_chemical_A2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.538297034 L4_chemical_A3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.596669473 L4_chemical_B1 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.230819678 L4_chemical_B2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.044215633 L4_chemical_B3 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 9.280160314 L4_chemical_C2 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 10.05714339 L4_chemical_C3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.285958032 C6_control_A1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.440894615 C6_control_A3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.315396745 C6_control_B1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.215230378 C6_control_B2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.077278232 C6_control_B3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.013770348 C6_control_C1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.192794072 C6_control_C2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.515223203 C6_control_C3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.022046913 C6_chemical_A1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.288579822 C6_chemical_A3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.291441621 C6_chemical_B1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.346549829 C6_chemical_B2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.016508468 C6_chemical_B3 +LQ02X002070 Putative Myosin heavy chain kinase B 4.877783399 C6_chemical_C1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.155791956 C6_chemical_C2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.262420656 C6_chemical_C3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.046693509 L4_control_A1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.764507967 L4_control_A2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.957619337 L4_control_A3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.626429704 L4_control_B1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.054241513 L4_control_B2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.111064878 L4_control_B3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.46781041 L4_control_C2 +LQ02X002070 Putative Myosin heavy chain kinase B 6.173845766 L4_control_C3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.091725041 L4_chemical_A1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.395165594 L4_chemical_A2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.505432473 L4_chemical_A3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.30950259 L4_chemical_B1 +LQ02X002070 Putative Myosin heavy chain kinase B 5.123151335 L4_chemical_B2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.078942836 L4_chemical_B3 +LQ02X002070 Putative Myosin heavy chain kinase B 5.237389377 L4_chemical_C2 +LQ02X002070 Putative Myosin heavy chain kinase B 5.985145158 L4_chemical_C3 +LQ02X002090 Allene oxide synthase 5.582266593 C6_control_A1 +LQ02X002090 Allene oxide synthase 5.258597116 C6_control_A3 +LQ02X002090 Allene oxide synthase 6.578646738 C6_control_B1 +LQ02X002090 Allene oxide synthase 6.171490552 C6_control_B2 +LQ02X002090 Allene oxide synthase 5.615595753 C6_control_B3 +LQ02X002090 Allene oxide synthase 7.921045074 C6_control_C1 +LQ02X002090 Allene oxide synthase 7.476853905 C6_control_C2 +LQ02X002090 Allene oxide synthase 6.470389182 C6_control_C3 +LQ02X002090 Allene oxide synthase 5.709933734 C6_chemical_A1 +LQ02X002090 Allene oxide synthase 5.677286366 C6_chemical_A3 +LQ02X002090 Allene oxide synthase 6.069259628 C6_chemical_B1 +LQ02X002090 Allene oxide synthase 6.65604557 C6_chemical_B2 +LQ02X002090 Allene oxide synthase 5.542042898 C6_chemical_B3 +LQ02X002090 Allene oxide synthase 8.307490875 C6_chemical_C1 +LQ02X002090 Allene oxide synthase 8.26603716 C6_chemical_C2 +LQ02X002090 Allene oxide synthase 7.519872238 C6_chemical_C3 +LQ02X002090 Allene oxide synthase 5.314753486 L4_control_A1 +LQ02X002090 Allene oxide synthase 5.3023302 L4_control_A2 +LQ02X002090 Allene oxide synthase 5.610911034 L4_control_A3 +LQ02X002090 Allene oxide synthase 5.294390718 L4_control_B1 +LQ02X002090 Allene oxide synthase 5.91427596 L4_control_B2 +LQ02X002090 Allene oxide synthase 5.429161091 L4_control_B3 +LQ02X002090 Allene oxide synthase 8.60604508 L4_control_C2 +LQ02X002090 Allene oxide synthase 5.925989183 L4_control_C3 +LQ02X002090 Allene oxide synthase 5.345814704 L4_chemical_A1 +LQ02X002090 Allene oxide synthase 5.638487407 L4_chemical_A2 +LQ02X002090 Allene oxide synthase 5.293778301 L4_chemical_A3 +LQ02X002090 Allene oxide synthase 5.624811607 L4_chemical_B1 +LQ02X002090 Allene oxide synthase 6.52892876 L4_chemical_B2 +LQ02X002090 Allene oxide synthase 5.463778242 L4_chemical_B3 +LQ02X002090 Allene oxide synthase 8.379999604 L4_chemical_C2 +LQ02X002090 Allene oxide synthase 6.429972482 L4_chemical_C3 +LQ02X002100 COR413-PM2, putative 13.29644576 C6_control_A1 +LQ02X002100 COR413-PM2, putative 13.14247051 C6_control_A3 +LQ02X002100 COR413-PM2, putative 13.13296713 C6_control_B1 +LQ02X002100 COR413-PM2, putative 12.48552219 C6_control_B2 +LQ02X002100 COR413-PM2, putative 13.08890994 C6_control_B3 +LQ02X002100 COR413-PM2, putative 11.68876673 C6_control_C1 +LQ02X002100 COR413-PM2, putative 12.22265823 C6_control_C2 +LQ02X002100 COR413-PM2, putative 11.65826244 C6_control_C3 +LQ02X002100 COR413-PM2, putative 13.24273042 C6_chemical_A1 +LQ02X002100 COR413-PM2, putative 13.46292932 C6_chemical_A3 +LQ02X002100 COR413-PM2, putative 13.85439588 C6_chemical_B1 +LQ02X002100 COR413-PM2, putative 12.63458123 C6_chemical_B2 +LQ02X002100 COR413-PM2, putative 13.73701483 C6_chemical_B3 +LQ02X002100 COR413-PM2, putative 12.316433 C6_chemical_C1 +LQ02X002100 COR413-PM2, putative 12.06292869 C6_chemical_C2 +LQ02X002100 COR413-PM2, putative 12.51765995 C6_chemical_C3 +LQ02X002100 COR413-PM2, putative 12.88420816 L4_control_A1 +LQ02X002100 COR413-PM2, putative 13.16896424 L4_control_A2 +LQ02X002100 COR413-PM2, putative 13.12341141 L4_control_A3 +LQ02X002100 COR413-PM2, putative 13.34242508 L4_control_B1 +LQ02X002100 COR413-PM2, putative 13.23734544 L4_control_B2 +LQ02X002100 COR413-PM2, putative 12.28259971 L4_control_B3 +LQ02X002100 COR413-PM2, putative 12.16692763 L4_control_C2 +LQ02X002100 COR413-PM2, putative 12.32865144 L4_control_C3 +LQ02X002100 COR413-PM2, putative 14.41714275 L4_chemical_A1 +LQ02X002100 COR413-PM2, putative 14.87546521 L4_chemical_A2 +LQ02X002100 COR413-PM2, putative 14.08383088 L4_chemical_A3 +LQ02X002100 COR413-PM2, putative 14.40420339 L4_chemical_B1 +LQ02X002100 COR413-PM2, putative 14.0017157 L4_chemical_B2 +LQ02X002100 COR413-PM2, putative 13.73265586 L4_chemical_B3 +LQ02X002100 COR413-PM2, putative 13.21300308 L4_chemical_C2 +LQ02X002100 COR413-PM2, putative 12.58740609 L4_chemical_C3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 10.064868 C6_control_A1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.558487005 C6_control_A3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 10.01455048 C6_control_B1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.269703091 C6_control_B2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.098340997 C6_control_B3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.933005686 C6_control_C1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.563058885 C6_control_C2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.664573849 C6_control_C3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.777051719 C6_chemical_A1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.766988064 C6_chemical_A3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.653814526 C6_chemical_B1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.188561306 C6_chemical_B2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 8.560670521 C6_chemical_B3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.332858826 C6_chemical_C1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.631536962 C6_chemical_C2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.140212723 C6_chemical_C3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.430901051 L4_control_A1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.350837878 L4_control_A2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 8.201073705 L4_control_A3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 8.777265792 L4_control_B1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.009565452 L4_control_B2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 8.6042545 L4_control_B3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.906069075 L4_control_C2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.722540116 L4_control_C3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.254112975 L4_chemical_A1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 8.984470381 L4_chemical_A2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 8.60103378 L4_chemical_A3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.077186222 L4_chemical_B1 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.528262463 L4_chemical_B2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 8.448139506 L4_chemical_B3 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.977881254 L4_chemical_C2 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.67967476 L4_chemical_C3 +LQ02X002160 Protein binding protein, putative 5.675104121 C6_control_A1 +LQ02X002160 Protein binding protein, putative 5.583406869 C6_control_A3 +LQ02X002160 Protein binding protein, putative 5.883816911 C6_control_B1 +LQ02X002160 Protein binding protein, putative 6.120338475 C6_control_B2 +LQ02X002160 Protein binding protein, putative 6.260115445 C6_control_B3 +LQ02X002160 Protein binding protein, putative 5.823303056 C6_control_C1 +LQ02X002160 Protein binding protein, putative 6.287391558 C6_control_C2 +LQ02X002160 Protein binding protein, putative 5.757087689 C6_control_C3 +LQ02X002160 Protein binding protein, putative 6.263891121 C6_chemical_A1 +LQ02X002160 Protein binding protein, putative 6.211569349 C6_chemical_A3 +LQ02X002160 Protein binding protein, putative 5.61593864 C6_chemical_B1 +LQ02X002160 Protein binding protein, putative 5.596710458 C6_chemical_B2 +LQ02X002160 Protein binding protein, putative 6.182874253 C6_chemical_B3 +LQ02X002160 Protein binding protein, putative 5.624434958 C6_chemical_C1 +LQ02X002160 Protein binding protein, putative 5.940653227 C6_chemical_C2 +LQ02X002160 Protein binding protein, putative 5.632896597 C6_chemical_C3 +LQ02X002160 Protein binding protein, putative 6.071776219 L4_control_A1 +LQ02X002160 Protein binding protein, putative 6.480178456 L4_control_A2 +LQ02X002160 Protein binding protein, putative 5.41971729 L4_control_A3 +LQ02X002160 Protein binding protein, putative 5.167214715 L4_control_B1 +LQ02X002160 Protein binding protein, putative 5.786222292 L4_control_B2 +LQ02X002160 Protein binding protein, putative 6.665973305 L4_control_B3 +LQ02X002160 Protein binding protein, putative 6.844625622 L4_control_C2 +LQ02X002160 Protein binding protein, putative 5.673170705 L4_control_C3 +LQ02X002160 Protein binding protein, putative 5.499886474 L4_chemical_A1 +LQ02X002160 Protein binding protein, putative 6.07328524 L4_chemical_A2 +LQ02X002160 Protein binding protein, putative 5.447160919 L4_chemical_A3 +LQ02X002160 Protein binding protein, putative 6.318257732 L4_chemical_B1 +LQ02X002160 Protein binding protein, putative 6.036366768 L4_chemical_B2 +LQ02X002160 Protein binding protein, putative 6.139927588 L4_chemical_B3 +LQ02X002160 Protein binding protein, putative 5.706031419 L4_chemical_C2 +LQ02X002160 Protein binding protein, putative 6.4102308 L4_chemical_C3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.140504285 C6_control_A1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.239889507 C6_control_A3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.53537879 C6_control_B1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 9.294093287 C6_control_B2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 8.237777408 C6_control_B3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 8.270848749 C6_control_C1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.782460644 C6_control_C2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 8.058350703 C6_control_C3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.063306284 C6_chemical_A1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.447496724 C6_chemical_A3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.95777711 C6_chemical_B1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 8.961965689 C6_chemical_B2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.772333546 C6_chemical_B3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 8.004097475 C6_chemical_C1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.862975473 C6_chemical_C2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.916002317 C6_chemical_C3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.870524272 L4_control_A1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.048039528 L4_control_A2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 5.826912991 L4_control_A3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.565292381 L4_control_B1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.733624774 L4_control_B2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.315982096 L4_control_B3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.054039031 L4_control_C2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 5.461827144 L4_control_C3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.784504759 L4_chemical_A1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.007317003 L4_chemical_A2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.151540545 L4_chemical_A3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.516136159 L4_chemical_B1 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.567249689 L4_chemical_B2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 6.501496376 L4_chemical_B3 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 5.661227419 L4_chemical_C2 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 5.627370001 L4_chemical_C3 +LQ02X002230 Non-symbiotic hemoglobin 1 7.903208777 C6_control_A1 +LQ02X002230 Non-symbiotic hemoglobin 1 7.528479147 C6_control_A3 +LQ02X002230 Non-symbiotic hemoglobin 1 6.548149347 C6_control_B1 +LQ02X002230 Non-symbiotic hemoglobin 1 6.744394609 C6_control_B2 +LQ02X002230 Non-symbiotic hemoglobin 1 6.158026639 C6_control_B3 +LQ02X002230 Non-symbiotic hemoglobin 1 7.857141967 C6_control_C1 +LQ02X002230 Non-symbiotic hemoglobin 1 6.436356 C6_control_C2 +LQ02X002230 Non-symbiotic hemoglobin 1 7.2540521 C6_control_C3 +LQ02X002230 Non-symbiotic hemoglobin 1 7.500497136 C6_chemical_A1 +LQ02X002230 Non-symbiotic hemoglobin 1 7.977040213 C6_chemical_A3 +LQ02X002230 Non-symbiotic hemoglobin 1 6.273776779 C6_chemical_B1 +LQ02X002230 Non-symbiotic hemoglobin 1 7.889150842 C6_chemical_B2 +LQ02X002230 Non-symbiotic hemoglobin 1 6.408095847 C6_chemical_B3 +LQ02X002230 Non-symbiotic hemoglobin 1 7.924754422 C6_chemical_C1 +LQ02X002230 Non-symbiotic hemoglobin 1 7.160780625 C6_chemical_C2 +LQ02X002230 Non-symbiotic hemoglobin 1 7.546898819 C6_chemical_C3 +LQ02X002230 Non-symbiotic hemoglobin 1 8.810847743 L4_control_A1 +LQ02X002230 Non-symbiotic hemoglobin 1 8.153041168 L4_control_A2 +LQ02X002230 Non-symbiotic hemoglobin 1 6.792988771 L4_control_A3 +LQ02X002230 Non-symbiotic hemoglobin 1 6.331267641 L4_control_B1 +LQ02X002230 Non-symbiotic hemoglobin 1 6.175723463 L4_control_B2 +LQ02X002230 Non-symbiotic hemoglobin 1 7.204366712 L4_control_B3 +LQ02X002230 Non-symbiotic hemoglobin 1 7.831033224 L4_control_C2 +LQ02X002230 Non-symbiotic hemoglobin 1 7.257391204 L4_control_C3 +LQ02X002230 Non-symbiotic hemoglobin 1 11.77206229 L4_chemical_A1 +LQ02X002230 Non-symbiotic hemoglobin 1 7.633228532 L4_chemical_A2 +LQ02X002230 Non-symbiotic hemoglobin 1 9.967353722 L4_chemical_A3 +LQ02X002230 Non-symbiotic hemoglobin 1 6.735443034 L4_chemical_B1 +LQ02X002230 Non-symbiotic hemoglobin 1 6.607083157 L4_chemical_B2 +LQ02X002230 Non-symbiotic hemoglobin 1 6.911486777 L4_chemical_B3 +LQ02X002230 Non-symbiotic hemoglobin 1 7.07767872 L4_chemical_C2 +LQ02X002230 Non-symbiotic hemoglobin 1 6.672875491 L4_chemical_C3 +LQ02X002240 Non-symbiotic hemoglobin 1 9.112730952 C6_control_A1 +LQ02X002240 Non-symbiotic hemoglobin 1 9.506864981 C6_control_A3 +LQ02X002240 Non-symbiotic hemoglobin 1 9.585400515 C6_control_B1 +LQ02X002240 Non-symbiotic hemoglobin 1 8.65400768 C6_control_B2 +LQ02X002240 Non-symbiotic hemoglobin 1 9.215342839 C6_control_B3 +LQ02X002240 Non-symbiotic hemoglobin 1 8.035051438 C6_control_C1 +LQ02X002240 Non-symbiotic hemoglobin 1 8.23799723 C6_control_C2 +LQ02X002240 Non-symbiotic hemoglobin 1 8.503233944 C6_control_C3 +LQ02X002240 Non-symbiotic hemoglobin 1 9.114100689 C6_chemical_A1 +LQ02X002240 Non-symbiotic hemoglobin 1 9.007287331 C6_chemical_A3 +LQ02X002240 Non-symbiotic hemoglobin 1 9.584003229 C6_chemical_B1 +LQ02X002240 Non-symbiotic hemoglobin 1 8.900217339 C6_chemical_B2 +LQ02X002240 Non-symbiotic hemoglobin 1 8.673652865 C6_chemical_B3 +LQ02X002240 Non-symbiotic hemoglobin 1 7.918526602 C6_chemical_C1 +LQ02X002240 Non-symbiotic hemoglobin 1 8.618281667 C6_chemical_C2 +LQ02X002240 Non-symbiotic hemoglobin 1 8.477453233 C6_chemical_C3 +LQ02X002240 Non-symbiotic hemoglobin 1 8.584945364 L4_control_A1 +LQ02X002240 Non-symbiotic hemoglobin 1 9.105389549 L4_control_A2 +LQ02X002240 Non-symbiotic hemoglobin 1 9.183752196 L4_control_A3 +LQ02X002240 Non-symbiotic hemoglobin 1 10.18628628 L4_control_B1 +LQ02X002240 Non-symbiotic hemoglobin 1 9.564968601 L4_control_B2 +LQ02X002240 Non-symbiotic hemoglobin 1 8.566851616 L4_control_B3 +LQ02X002240 Non-symbiotic hemoglobin 1 9.98483936 L4_control_C2 +LQ02X002240 Non-symbiotic hemoglobin 1 9.152525637 L4_control_C3 +LQ02X002240 Non-symbiotic hemoglobin 1 8.671924292 L4_chemical_A1 +LQ02X002240 Non-symbiotic hemoglobin 1 8.995968868 L4_chemical_A2 +LQ02X002240 Non-symbiotic hemoglobin 1 9.22695242 L4_chemical_A3 +LQ02X002240 Non-symbiotic hemoglobin 1 10.45532685 L4_chemical_B1 +LQ02X002240 Non-symbiotic hemoglobin 1 10.12573431 L4_chemical_B2 +LQ02X002240 Non-symbiotic hemoglobin 1 8.450349102 L4_chemical_B3 +LQ02X002240 Non-symbiotic hemoglobin 1 10.06846221 L4_chemical_C2 +LQ02X002240 Non-symbiotic hemoglobin 1 9.512027712 L4_chemical_C3 +LQ02X002250 Predicted protein 6.408491867 C6_control_A1 +LQ02X002250 Predicted protein 6.64916818 C6_control_A3 +LQ02X002250 Predicted protein 6.363939457 C6_control_B1 +LQ02X002250 Predicted protein 6.347797863 C6_control_B2 +LQ02X002250 Predicted protein 6.710694743 C6_control_B3 +LQ02X002250 Predicted protein 6.025238542 C6_control_C1 +LQ02X002250 Predicted protein 6.531904261 C6_control_C2 +LQ02X002250 Predicted protein 5.961197467 C6_control_C3 +LQ02X002250 Predicted protein 6.088093851 C6_chemical_A1 +LQ02X002250 Predicted protein 6.132713425 C6_chemical_A3 +LQ02X002250 Predicted protein 5.981721135 C6_chemical_B1 +LQ02X002250 Predicted protein 6.526773107 C6_chemical_B2 +LQ02X002250 Predicted protein 6.173123252 C6_chemical_B3 +LQ02X002250 Predicted protein 5.868054868 C6_chemical_C1 +LQ02X002250 Predicted protein 6.064247307 C6_chemical_C2 +LQ02X002250 Predicted protein 5.645013367 C6_chemical_C3 +LQ02X002250 Predicted protein 5.854030942 L4_control_A1 +LQ02X002250 Predicted protein 6.271352331 L4_control_A2 +LQ02X002250 Predicted protein 6.249603318 L4_control_A3 +LQ02X002250 Predicted protein 6.720070042 L4_control_B1 +LQ02X002250 Predicted protein 5.909667733 L4_control_B2 +LQ02X002250 Predicted protein 6.124276349 L4_control_B3 +LQ02X002250 Predicted protein 6.224135417 L4_control_C2 +LQ02X002250 Predicted protein 5.883224811 L4_control_C3 +LQ02X002250 Predicted protein 6.085710747 L4_chemical_A1 +LQ02X002250 Predicted protein 6.218797371 L4_chemical_A2 +LQ02X002250 Predicted protein 6.935303197 L4_chemical_A3 +LQ02X002250 Predicted protein 6.540505963 L4_chemical_B1 +LQ02X002250 Predicted protein 6.007285577 L4_chemical_B2 +LQ02X002250 Predicted protein 6.179022559 L4_chemical_B3 +LQ02X002250 Predicted protein 5.614917639 L4_chemical_C2 +LQ02X002250 Predicted protein 7.109524619 L4_chemical_C3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.05117116 C6_control_A1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.52033143 C6_control_A3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.376122 C6_control_B1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.19843935 C6_control_B2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.96318637 C6_control_B3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.67766272 C6_control_C1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.08152171 C6_control_C2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.39148572 C6_control_C3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.17437161 C6_chemical_A1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.87290045 C6_chemical_A3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.46047414 C6_chemical_B1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.156198 C6_chemical_B2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.9442227 C6_chemical_B3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.69787793 C6_chemical_C1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.6417926 C6_chemical_C2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.12543234 C6_chemical_C3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.3941468 L4_control_A1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.05194837 L4_control_A2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 11.68646955 L4_control_A3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.16037855 L4_control_B1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.92132009 L4_control_B2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.72789467 L4_control_B3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.29673052 L4_control_C2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.53005322 L4_control_C3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.21711799 L4_chemical_A1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.70540915 L4_chemical_A2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.1993172 L4_chemical_A3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.04091368 L4_chemical_B1 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.96902277 L4_chemical_B2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.69004814 L4_chemical_B3 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.32020397 L4_chemical_C2 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 12.76887828 L4_chemical_C3 +LQ02X002330 Predicted protein 11.92165949 C6_control_A1 +LQ02X002330 Predicted protein 11.36983465 C6_control_A3 +LQ02X002330 Predicted protein 11.9192695 C6_control_B1 +LQ02X002330 Predicted protein 10.10086366 C6_control_B2 +LQ02X002330 Predicted protein 11.79473778 C6_control_B3 +LQ02X002330 Predicted protein 7.98134989 C6_control_C1 +LQ02X002330 Predicted protein 8.66403948 C6_control_C2 +LQ02X002330 Predicted protein 8.862328202 C6_control_C3 +LQ02X002330 Predicted protein 10.73780754 C6_chemical_A1 +LQ02X002330 Predicted protein 10.62051149 C6_chemical_A3 +LQ02X002330 Predicted protein 10.95993926 C6_chemical_B1 +LQ02X002330 Predicted protein 10.22534207 C6_chemical_B2 +LQ02X002330 Predicted protein 10.47162831 C6_chemical_B3 +LQ02X002330 Predicted protein 7.855105009 C6_chemical_C1 +LQ02X002330 Predicted protein 8.728004945 C6_chemical_C2 +LQ02X002330 Predicted protein 8.642617181 C6_chemical_C3 +LQ02X002330 Predicted protein 11.25208567 L4_control_A1 +LQ02X002330 Predicted protein 11.97804169 L4_control_A2 +LQ02X002330 Predicted protein 11.43398778 L4_control_A3 +LQ02X002330 Predicted protein 11.3169689 L4_control_B1 +LQ02X002330 Predicted protein 13.35279627 L4_control_B2 +LQ02X002330 Predicted protein 10.51313939 L4_control_B3 +LQ02X002330 Predicted protein 8.835169949 L4_control_C2 +LQ02X002330 Predicted protein 10.81059481 L4_control_C3 +LQ02X002330 Predicted protein 10.80426266 L4_chemical_A1 +LQ02X002330 Predicted protein 11.43744205 L4_chemical_A2 +LQ02X002330 Predicted protein 11.6640436 L4_chemical_A3 +LQ02X002330 Predicted protein 11.12871389 L4_chemical_B1 +LQ02X002330 Predicted protein 11.76768196 L4_chemical_B2 +LQ02X002330 Predicted protein 11.63225267 L4_chemical_B3 +LQ02X002330 Predicted protein 9.363961053 L4_chemical_C2 +LQ02X002330 Predicted protein 10.75160237 L4_chemical_C3 +LQ02X002350 Pinin, putative 5.759757159 C6_control_A1 +LQ02X002350 Pinin, putative 5.728126757 C6_control_A3 +LQ02X002350 Pinin, putative 5.832153469 C6_control_B1 +LQ02X002350 Pinin, putative 5.853636418 C6_control_B2 +LQ02X002350 Pinin, putative 5.998253963 C6_control_B3 +LQ02X002350 Pinin, putative 5.192293389 C6_control_C1 +LQ02X002350 Pinin, putative 6.17030074 C6_control_C2 +LQ02X002350 Pinin, putative 5.383083025 C6_control_C3 +LQ02X002350 Pinin, putative 6.133992442 C6_chemical_A1 +LQ02X002350 Pinin, putative 5.951332626 C6_chemical_A3 +LQ02X002350 Pinin, putative 5.974208064 C6_chemical_B1 +LQ02X002350 Pinin, putative 6.032174091 C6_chemical_B2 +LQ02X002350 Pinin, putative 5.519116477 C6_chemical_B3 +LQ02X002350 Pinin, putative 5.367165328 C6_chemical_C1 +LQ02X002350 Pinin, putative 5.877439326 C6_chemical_C2 +LQ02X002350 Pinin, putative 5.587728402 C6_chemical_C3 +LQ02X002350 Pinin, putative 5.512196658 L4_control_A1 +LQ02X002350 Pinin, putative 5.697642932 L4_control_A2 +LQ02X002350 Pinin, putative 6.468846787 L4_control_A3 +LQ02X002350 Pinin, putative 5.913087169 L4_control_B1 +LQ02X002350 Pinin, putative 5.67870126 L4_control_B2 +LQ02X002350 Pinin, putative 5.860411788 L4_control_B3 +LQ02X002350 Pinin, putative 5.841558161 L4_control_C2 +LQ02X002350 Pinin, putative 5.244698331 L4_control_C3 +LQ02X002350 Pinin, putative 5.842111558 L4_chemical_A1 +LQ02X002350 Pinin, putative 6.112292171 L4_chemical_A2 +LQ02X002350 Pinin, putative 5.978590963 L4_chemical_A3 +LQ02X002350 Pinin, putative 6.147023398 L4_chemical_B1 +LQ02X002350 Pinin, putative 5.632723719 L4_chemical_B2 +LQ02X002350 Pinin, putative 5.6794481 L4_chemical_B3 +LQ02X002350 Pinin, putative 5.584128913 L4_chemical_C2 +LQ02X002350 Pinin, putative 5.139713442 L4_chemical_C3 +LQ02X002370 Hypothetical protein 11.07200293 C6_control_A1 +LQ02X002370 Hypothetical protein 11.77277462 C6_control_A3 +LQ02X002370 Hypothetical protein 10.85662368 C6_control_B1 +LQ02X002370 Hypothetical protein 10.86989529 C6_control_B2 +LQ02X002370 Hypothetical protein 10.51273323 C6_control_B3 +LQ02X002370 Hypothetical protein 11.32305762 C6_control_C1 +LQ02X002370 Hypothetical protein 11.40735361 C6_control_C2 +LQ02X002370 Hypothetical protein 11.48296471 C6_control_C3 +LQ02X002370 Hypothetical protein 11.01292574 C6_chemical_A1 +LQ02X002370 Hypothetical protein 11.52667804 C6_chemical_A3 +LQ02X002370 Hypothetical protein 10.37048977 C6_chemical_B1 +LQ02X002370 Hypothetical protein 10.57155852 C6_chemical_B2 +LQ02X002370 Hypothetical protein 10.16609573 C6_chemical_B3 +LQ02X002370 Hypothetical protein 11.62418927 C6_chemical_C1 +LQ02X002370 Hypothetical protein 11.61939334 C6_chemical_C2 +LQ02X002370 Hypothetical protein 11.51218951 C6_chemical_C3 +LQ02X002370 Hypothetical protein 11.42316674 L4_control_A1 +LQ02X002370 Hypothetical protein 10.95995142 L4_control_A2 +LQ02X002370 Hypothetical protein 10.2112675 L4_control_A3 +LQ02X002370 Hypothetical protein 10.40144767 L4_control_B1 +LQ02X002370 Hypothetical protein 10.3420108 L4_control_B2 +LQ02X002370 Hypothetical protein 10.41605315 L4_control_B3 +LQ02X002370 Hypothetical protein 10.99959484 L4_control_C2 +LQ02X002370 Hypothetical protein 10.62996433 L4_control_C3 +LQ02X002370 Hypothetical protein 11.62302802 L4_chemical_A1 +LQ02X002370 Hypothetical protein 10.99696112 L4_chemical_A2 +LQ02X002370 Hypothetical protein 10.54775305 L4_chemical_A3 +LQ02X002370 Hypothetical protein 10.53301696 L4_chemical_B1 +LQ02X002370 Hypothetical protein 10.32326639 L4_chemical_B2 +LQ02X002370 Hypothetical protein 10.49469385 L4_chemical_B3 +LQ02X002370 Hypothetical protein 11.31106297 L4_chemical_C2 +LQ02X002370 Hypothetical protein 10.97001682 L4_chemical_C3 +LQ02X002410 Pathogenesis-related protein 1 5.093151292 C6_control_A1 +LQ02X002410 Pathogenesis-related protein 1 5.028532729 C6_control_A3 +LQ02X002410 Pathogenesis-related protein 1 5.20796744 C6_control_B1 +LQ02X002410 Pathogenesis-related protein 1 5.143149163 C6_control_B2 +LQ02X002410 Pathogenesis-related protein 1 5.759069613 C6_control_B3 +LQ02X002410 Pathogenesis-related protein 1 4.989490666 C6_control_C1 +LQ02X002410 Pathogenesis-related protein 1 5.338987636 C6_control_C2 +LQ02X002410 Pathogenesis-related protein 1 5.650372282 C6_control_C3 +LQ02X002410 Pathogenesis-related protein 1 5.411674707 C6_chemical_A1 +LQ02X002410 Pathogenesis-related protein 1 5.034217881 C6_chemical_A3 +LQ02X002410 Pathogenesis-related protein 1 5.246931435 C6_chemical_B1 +LQ02X002410 Pathogenesis-related protein 1 5.405131107 C6_chemical_B2 +LQ02X002410 Pathogenesis-related protein 1 5.698226729 C6_chemical_B3 +LQ02X002410 Pathogenesis-related protein 1 5.20354948 C6_chemical_C1 +LQ02X002410 Pathogenesis-related protein 1 5.421483972 C6_chemical_C2 +LQ02X002410 Pathogenesis-related protein 1 5.336504658 C6_chemical_C3 +LQ02X002410 Pathogenesis-related protein 1 5.419572369 L4_control_A1 +LQ02X002410 Pathogenesis-related protein 1 5.585421708 L4_control_A2 +LQ02X002410 Pathogenesis-related protein 1 5.611926453 L4_control_A3 +LQ02X002410 Pathogenesis-related protein 1 5.775894024 L4_control_B1 +LQ02X002410 Pathogenesis-related protein 1 5.412115371 L4_control_B2 +LQ02X002410 Pathogenesis-related protein 1 5.57944395 L4_control_B3 +LQ02X002410 Pathogenesis-related protein 1 5.340471541 L4_control_C2 +LQ02X002410 Pathogenesis-related protein 1 5.357495411 L4_control_C3 +LQ02X002410 Pathogenesis-related protein 1 5.051316947 L4_chemical_A1 +LQ02X002410 Pathogenesis-related protein 1 5.585186693 L4_chemical_A2 +LQ02X002410 Pathogenesis-related protein 1 5.431461842 L4_chemical_A3 +LQ02X002410 Pathogenesis-related protein 1 5.21749871 L4_chemical_B1 +LQ02X002410 Pathogenesis-related protein 1 5.085992957 L4_chemical_B2 +LQ02X002410 Pathogenesis-related protein 1 5.097227553 L4_chemical_B3 +LQ02X002410 Pathogenesis-related protein 1 4.7076806 L4_chemical_C2 +LQ02X002410 Pathogenesis-related protein 1 5.010367945 L4_chemical_C3 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.200131586 C6_control_A1 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.925436197 C6_control_A3 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.314571951 C6_control_B1 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.067290215 C6_control_B2 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.782495454 C6_control_B3 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.077309374 C6_control_C1 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.077208131 C6_control_C2 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.806540956 C6_control_C3 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.919363752 C6_chemical_A1 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.970410097 C6_chemical_A3 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.044686254 C6_chemical_B1 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.931620571 C6_chemical_B2 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.730386392 C6_chemical_B3 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.341639921 C6_chemical_C1 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.189481465 C6_chemical_C2 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.894501525 C6_chemical_C3 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.535079259 L4_control_A1 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.8238985 L4_control_A2 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.909927808 L4_control_A3 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.020373394 L4_control_B1 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.172186293 L4_control_B2 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.716237125 L4_control_B3 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.214931192 L4_control_C2 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.229315498 L4_control_C3 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.735384086 L4_chemical_A1 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.740051084 L4_chemical_A2 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.146936245 L4_chemical_A3 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.980846507 L4_chemical_B1 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.84989735 L4_chemical_B2 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.757587479 L4_chemical_B3 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.991947239 L4_chemical_C2 +LQ02X002430 Basic form of pathogenesis-related protein 1 5.427974529 L4_chemical_C3 +LQ02X002460 Predicted protein 5.814329717 C6_control_A1 +LQ02X002460 Predicted protein 5.956789624 C6_control_A3 +LQ02X002460 Predicted protein 5.248225726 C6_control_B1 +LQ02X002460 Predicted protein 5.66922243 C6_control_B2 +LQ02X002460 Predicted protein 6.585559105 C6_control_B3 +LQ02X002460 Predicted protein 5.413627888 C6_control_C1 +LQ02X002460 Predicted protein 6.077511058 C6_control_C2 +LQ02X002460 Predicted protein 5.713921868 C6_control_C3 +LQ02X002460 Predicted protein 5.539319309 C6_chemical_A1 +LQ02X002460 Predicted protein 5.924779254 C6_chemical_A3 +LQ02X002460 Predicted protein 5.277040197 C6_chemical_B1 +LQ02X002460 Predicted protein 5.465035871 C6_chemical_B2 +LQ02X002460 Predicted protein 5.739304821 C6_chemical_B3 +LQ02X002460 Predicted protein 5.502982258 C6_chemical_C1 +LQ02X002460 Predicted protein 5.635856 C6_chemical_C2 +LQ02X002460 Predicted protein 5.462842159 C6_chemical_C3 +LQ02X002460 Predicted protein 5.538888832 L4_control_A1 +LQ02X002460 Predicted protein 5.771320762 L4_control_A2 +LQ02X002460 Predicted protein 5.752709198 L4_control_A3 +LQ02X002460 Predicted protein 5.267897676 L4_control_B1 +LQ02X002460 Predicted protein 5.535586916 L4_control_B2 +LQ02X002460 Predicted protein 5.687168835 L4_control_B3 +LQ02X002460 Predicted protein 5.997885459 L4_control_C2 +LQ02X002460 Predicted protein 5.380444679 L4_control_C3 +LQ02X002460 Predicted protein 5.731321296 L4_chemical_A1 +LQ02X002460 Predicted protein 5.74762405 L4_chemical_A2 +LQ02X002460 Predicted protein 5.246850053 L4_chemical_A3 +LQ02X002460 Predicted protein 5.360519338 L4_chemical_B1 +LQ02X002460 Predicted protein 4.964680289 L4_chemical_B2 +LQ02X002460 Predicted protein 5.652982775 L4_chemical_B3 +LQ02X002460 Predicted protein 5.456758363 L4_chemical_C2 +LQ02X002460 Predicted protein 5.349178442 L4_chemical_C3 +LQ02X002470 Uncharacterized protein At3g49720 6.469495846 C6_control_A1 +LQ02X002470 Uncharacterized protein At3g49720 6.139466789 C6_control_A3 +LQ02X002470 Uncharacterized protein At3g49720 6.087942251 C6_control_B1 +LQ02X002470 Uncharacterized protein At3g49720 6.321403221 C6_control_B2 +LQ02X002470 Uncharacterized protein At3g49720 6.907575435 C6_control_B3 +LQ02X002470 Uncharacterized protein At3g49720 5.830701257 C6_control_C1 +LQ02X002470 Uncharacterized protein At3g49720 6.141678156 C6_control_C2 +LQ02X002470 Uncharacterized protein At3g49720 5.815306534 C6_control_C3 +LQ02X002470 Uncharacterized protein At3g49720 6.192039342 C6_chemical_A1 +LQ02X002470 Uncharacterized protein At3g49720 6.180251423 C6_chemical_A3 +LQ02X002470 Uncharacterized protein At3g49720 5.722901688 C6_chemical_B1 +LQ02X002470 Uncharacterized protein At3g49720 6.068212546 C6_chemical_B2 +LQ02X002470 Uncharacterized protein At3g49720 6.065636934 C6_chemical_B3 +LQ02X002470 Uncharacterized protein At3g49720 5.923915995 C6_chemical_C1 +LQ02X002470 Uncharacterized protein At3g49720 6.202826964 C6_chemical_C2 +LQ02X002470 Uncharacterized protein At3g49720 6.08008373 C6_chemical_C3 +LQ02X002470 Uncharacterized protein At3g49720 6.25136322 L4_control_A1 +LQ02X002470 Uncharacterized protein At3g49720 6.563978299 L4_control_A2 +LQ02X002470 Uncharacterized protein At3g49720 5.970637918 L4_control_A3 +LQ02X002470 Uncharacterized protein At3g49720 5.424779307 L4_control_B1 +LQ02X002470 Uncharacterized protein At3g49720 5.804588068 L4_control_B2 +LQ02X002470 Uncharacterized protein At3g49720 6.068974099 L4_control_B3 +LQ02X002470 Uncharacterized protein At3g49720 6.571615319 L4_control_C2 +LQ02X002470 Uncharacterized protein At3g49720 5.308791756 L4_control_C3 +LQ02X002470 Uncharacterized protein At3g49720 5.979569911 L4_chemical_A1 +LQ02X002470 Uncharacterized protein At3g49720 6.460775214 L4_chemical_A2 +LQ02X002470 Uncharacterized protein At3g49720 6.222649877 L4_chemical_A3 +LQ02X002470 Uncharacterized protein At3g49720 6.383627721 L4_chemical_B1 +LQ02X002470 Uncharacterized protein At3g49720 6.147777307 L4_chemical_B2 +LQ02X002470 Uncharacterized protein At3g49720 6.069328157 L4_chemical_B3 +LQ02X002470 Uncharacterized protein At3g49720 5.297744274 L4_chemical_C2 +LQ02X002470 Uncharacterized protein At3g49720 5.574456969 L4_chemical_C3 +LQ02X002480 Putative uncharacterized protein 11.97403118 C6_control_A1 +LQ02X002480 Putative uncharacterized protein 11.78283331 C6_control_A3 +LQ02X002480 Putative uncharacterized protein 12.3073084 C6_control_B1 +LQ02X002480 Putative uncharacterized protein 12.57078377 C6_control_B2 +LQ02X002480 Putative uncharacterized protein 12.78023317 C6_control_B3 +LQ02X002480 Putative uncharacterized protein 12.55991442 C6_control_C1 +LQ02X002480 Putative uncharacterized protein 12.54054148 C6_control_C2 +LQ02X002480 Putative uncharacterized protein 12.37129648 C6_control_C3 +LQ02X002480 Putative uncharacterized protein 11.81644741 C6_chemical_A1 +LQ02X002480 Putative uncharacterized protein 11.77740626 C6_chemical_A3 +LQ02X002480 Putative uncharacterized protein 12.29144061 C6_chemical_B1 +LQ02X002480 Putative uncharacterized protein 12.32713178 C6_chemical_B2 +LQ02X002480 Putative uncharacterized protein 12.54240328 C6_chemical_B3 +LQ02X002480 Putative uncharacterized protein 12.47203269 C6_chemical_C1 +LQ02X002480 Putative uncharacterized protein 12.35101925 C6_chemical_C2 +LQ02X002480 Putative uncharacterized protein 12.60488926 C6_chemical_C3 +LQ02X002480 Putative uncharacterized protein 11.88047026 L4_control_A1 +LQ02X002480 Putative uncharacterized protein 11.81850133 L4_control_A2 +LQ02X002480 Putative uncharacterized protein 12.13036763 L4_control_A3 +LQ02X002480 Putative uncharacterized protein 12.20001143 L4_control_B1 +LQ02X002480 Putative uncharacterized protein 12.84929064 L4_control_B2 +LQ02X002480 Putative uncharacterized protein 12.33192792 L4_control_B3 +LQ02X002480 Putative uncharacterized protein 11.88712755 L4_control_C2 +LQ02X002480 Putative uncharacterized protein 12.4379629 L4_control_C3 +LQ02X002480 Putative uncharacterized protein 11.40549128 L4_chemical_A1 +LQ02X002480 Putative uncharacterized protein 11.88098378 L4_chemical_A2 +LQ02X002480 Putative uncharacterized protein 12.12494039 L4_chemical_A3 +LQ02X002480 Putative uncharacterized protein 12.1378531 L4_chemical_B1 +LQ02X002480 Putative uncharacterized protein 11.93143121 L4_chemical_B2 +LQ02X002480 Putative uncharacterized protein 12.02881198 L4_chemical_B3 +LQ02X002480 Putative uncharacterized protein 12.00170669 L4_chemical_C2 +LQ02X002480 Putative uncharacterized protein 12.43329689 L4_chemical_C3 +LQ02X002490 Putative uncharacterized protein 10.89647545 C6_control_A1 +LQ02X002490 Putative uncharacterized protein 11.04292905 C6_control_A3 +LQ02X002490 Putative uncharacterized protein 10.9468564 C6_control_B1 +LQ02X002490 Putative uncharacterized protein 11.47787014 C6_control_B2 +LQ02X002490 Putative uncharacterized protein 11.16662895 C6_control_B3 +LQ02X002490 Putative uncharacterized protein 12.07485938 C6_control_C1 +LQ02X002490 Putative uncharacterized protein 12.11143221 C6_control_C2 +LQ02X002490 Putative uncharacterized protein 12.29930078 C6_control_C3 +LQ02X002490 Putative uncharacterized protein 11.20609947 C6_chemical_A1 +LQ02X002490 Putative uncharacterized protein 11.37009974 C6_chemical_A3 +LQ02X002490 Putative uncharacterized protein 10.84039098 C6_chemical_B1 +LQ02X002490 Putative uncharacterized protein 12.16595163 C6_chemical_B2 +LQ02X002490 Putative uncharacterized protein 10.99796492 C6_chemical_B3 +LQ02X002490 Putative uncharacterized protein 12.0738916 C6_chemical_C1 +LQ02X002490 Putative uncharacterized protein 12.42390356 C6_chemical_C2 +LQ02X002490 Putative uncharacterized protein 12.07682515 C6_chemical_C3 +LQ02X002490 Putative uncharacterized protein 11.45476507 L4_control_A1 +LQ02X002490 Putative uncharacterized protein 11.63743455 L4_control_A2 +LQ02X002490 Putative uncharacterized protein 11.90626008 L4_control_A3 +LQ02X002490 Putative uncharacterized protein 11.08182772 L4_control_B1 +LQ02X002490 Putative uncharacterized protein 10.08237964 L4_control_B2 +LQ02X002490 Putative uncharacterized protein 11.4759531 L4_control_B3 +LQ02X002490 Putative uncharacterized protein 11.2943308 L4_control_C2 +LQ02X002490 Putative uncharacterized protein 11.21875707 L4_control_C3 +LQ02X002490 Putative uncharacterized protein 11.82568039 L4_chemical_A1 +LQ02X002490 Putative uncharacterized protein 11.97202679 L4_chemical_A2 +LQ02X002490 Putative uncharacterized protein 11.35200049 L4_chemical_A3 +LQ02X002490 Putative uncharacterized protein 11.32689404 L4_chemical_B1 +LQ02X002490 Putative uncharacterized protein 10.75507714 L4_chemical_B2 +LQ02X002490 Putative uncharacterized protein 11.34868388 L4_chemical_B3 +LQ02X002490 Putative uncharacterized protein 10.692928 L4_chemical_C2 +LQ02X002490 Putative uncharacterized protein 11.3204726 L4_chemical_C3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.50826558 C6_control_A1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.02578842 C6_control_A3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.31052262 C6_control_B1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.49970722 C6_control_B2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.09831877 C6_control_B3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.82984874 C6_control_C1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.41106658 C6_control_C2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.08936449 C6_control_C3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.41390001 C6_chemical_A1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.22139443 C6_chemical_A3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.20924072 C6_chemical_B1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.1238975 C6_chemical_B2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.91751357 C6_chemical_B3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.93883594 C6_chemical_C1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.31803924 C6_chemical_C2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.66018351 C6_chemical_C3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.29281505 L4_control_A1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.25841672 L4_control_A2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.88852678 L4_control_A3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.54935479 L4_control_B1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.80113898 L4_control_B2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.32088329 L4_control_B3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.20108102 L4_control_C2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.48306045 L4_control_C3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.22728177 L4_chemical_A1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.84679188 L4_chemical_A2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.96875689 L4_chemical_A3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.50429636 L4_chemical_B1 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.2681709 L4_chemical_B2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 11.56451493 L4_chemical_B3 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.17781718 L4_chemical_C2 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.46276258 L4_chemical_C3 +LQ02X002501 Putative uncharacterized protein 10.9835241 C6_control_A1 +LQ02X002501 Putative uncharacterized protein 10.7624743 C6_control_A3 +LQ02X002501 Putative uncharacterized protein 11.04340077 C6_control_B1 +LQ02X002501 Putative uncharacterized protein 10.86788755 C6_control_B2 +LQ02X002501 Putative uncharacterized protein 10.88871075 C6_control_B3 +LQ02X002501 Putative uncharacterized protein 11.30363539 C6_control_C1 +LQ02X002501 Putative uncharacterized protein 11.25897311 C6_control_C2 +LQ02X002501 Putative uncharacterized protein 10.7996696 C6_control_C3 +LQ02X002501 Putative uncharacterized protein 10.99336266 C6_chemical_A1 +LQ02X002501 Putative uncharacterized protein 10.84853719 C6_chemical_A3 +LQ02X002501 Putative uncharacterized protein 11.09296054 C6_chemical_B1 +LQ02X002501 Putative uncharacterized protein 10.75714517 C6_chemical_B2 +LQ02X002501 Putative uncharacterized protein 10.80063935 C6_chemical_B3 +LQ02X002501 Putative uncharacterized protein 11.1988435 C6_chemical_C1 +LQ02X002501 Putative uncharacterized protein 11.17525383 C6_chemical_C2 +LQ02X002501 Putative uncharacterized protein 11.14492586 C6_chemical_C3 +LQ02X002501 Putative uncharacterized protein 10.97757338 L4_control_A1 +LQ02X002501 Putative uncharacterized protein 10.79310987 L4_control_A2 +LQ02X002501 Putative uncharacterized protein 11.41241412 L4_control_A3 +LQ02X002501 Putative uncharacterized protein 10.55217458 L4_control_B1 +LQ02X002501 Putative uncharacterized protein 11.17426997 L4_control_B2 +LQ02X002501 Putative uncharacterized protein 11.0224638 L4_control_B3 +LQ02X002501 Putative uncharacterized protein 11.61475211 L4_control_C2 +LQ02X002501 Putative uncharacterized protein 11.56523251 L4_control_C3 +LQ02X002501 Putative uncharacterized protein 10.84154017 L4_chemical_A1 +LQ02X002501 Putative uncharacterized protein 10.6900909 L4_chemical_A2 +LQ02X002501 Putative uncharacterized protein 10.98648147 L4_chemical_A3 +LQ02X002501 Putative uncharacterized protein 10.62794621 L4_chemical_B1 +LQ02X002501 Putative uncharacterized protein 10.75001265 L4_chemical_B2 +LQ02X002501 Putative uncharacterized protein 10.70699907 L4_chemical_B3 +LQ02X002501 Putative uncharacterized protein 11.40488282 L4_chemical_C2 +LQ02X002501 Putative uncharacterized protein 11.39098552 L4_chemical_C3 +LQ02X002540 Squalene monooxygenase 8.717054095 C6_control_A1 +LQ02X002540 Squalene monooxygenase 9.96301811 C6_control_A3 +LQ02X002540 Squalene monooxygenase 9.291943089 C6_control_B1 +LQ02X002540 Squalene monooxygenase 10.38560209 C6_control_B2 +LQ02X002540 Squalene monooxygenase 10.57092065 C6_control_B3 +LQ02X002540 Squalene monooxygenase 9.536318603 C6_control_C1 +LQ02X002540 Squalene monooxygenase 11.46488345 C6_control_C2 +LQ02X002540 Squalene monooxygenase 11.9427307 C6_control_C3 +LQ02X002540 Squalene monooxygenase 7.89750916 C6_chemical_A1 +LQ02X002540 Squalene monooxygenase 10.0995053 C6_chemical_A3 +LQ02X002540 Squalene monooxygenase 8.985846412 C6_chemical_B1 +LQ02X002540 Squalene monooxygenase 10.30605782 C6_chemical_B2 +LQ02X002540 Squalene monooxygenase 10.83595539 C6_chemical_B3 +LQ02X002540 Squalene monooxygenase 8.923825013 C6_chemical_C1 +LQ02X002540 Squalene monooxygenase 10.8064592 C6_chemical_C2 +LQ02X002540 Squalene monooxygenase 11.98466974 C6_chemical_C3 +LQ02X002540 Squalene monooxygenase 9.62188559 L4_control_A1 +LQ02X002540 Squalene monooxygenase 10.62861896 L4_control_A2 +LQ02X002540 Squalene monooxygenase 11.27610004 L4_control_A3 +LQ02X002540 Squalene monooxygenase 10.41262007 L4_control_B1 +LQ02X002540 Squalene monooxygenase 11.36963481 L4_control_B2 +LQ02X002540 Squalene monooxygenase 12.49205705 L4_control_B3 +LQ02X002540 Squalene monooxygenase 11.40053862 L4_control_C2 +LQ02X002540 Squalene monooxygenase 13.29044719 L4_control_C3 +LQ02X002540 Squalene monooxygenase 9.949833023 L4_chemical_A1 +LQ02X002540 Squalene monooxygenase 11.05006882 L4_chemical_A2 +LQ02X002540 Squalene monooxygenase 10.68196458 L4_chemical_A3 +LQ02X002540 Squalene monooxygenase 9.802303259 L4_chemical_B1 +LQ02X002540 Squalene monooxygenase 10.73741525 L4_chemical_B2 +LQ02X002540 Squalene monooxygenase 12.08499425 L4_chemical_B3 +LQ02X002540 Squalene monooxygenase 11.23841054 L4_chemical_C2 +LQ02X002540 Squalene monooxygenase 12.52275364 L4_chemical_C3 +LQ02X002560 Proline iminopeptidase 11.82018202 C6_control_A1 +LQ02X002560 Proline iminopeptidase 12.36633569 C6_control_A3 +LQ02X002560 Proline iminopeptidase 12.00998695 C6_control_B1 +LQ02X002560 Proline iminopeptidase 12.5837744 C6_control_B2 +LQ02X002560 Proline iminopeptidase 12.47233241 C6_control_B3 +LQ02X002560 Proline iminopeptidase 12.44497115 C6_control_C1 +LQ02X002560 Proline iminopeptidase 12.46045785 C6_control_C2 +LQ02X002560 Proline iminopeptidase 12.6464162 C6_control_C3 +LQ02X002560 Proline iminopeptidase 11.65485375 C6_chemical_A1 +LQ02X002560 Proline iminopeptidase 12.0205951 C6_chemical_A3 +LQ02X002560 Proline iminopeptidase 11.74069008 C6_chemical_B1 +LQ02X002560 Proline iminopeptidase 12.41552631 C6_chemical_B2 +LQ02X002560 Proline iminopeptidase 12.64891611 C6_chemical_B3 +LQ02X002560 Proline iminopeptidase 12.42719687 C6_chemical_C1 +LQ02X002560 Proline iminopeptidase 12.2700767 C6_chemical_C2 +LQ02X002560 Proline iminopeptidase 12.61568425 C6_chemical_C3 +LQ02X002560 Proline iminopeptidase 11.88478401 L4_control_A1 +LQ02X002560 Proline iminopeptidase 11.49164379 L4_control_A2 +LQ02X002560 Proline iminopeptidase 11.50991351 L4_control_A3 +LQ02X002560 Proline iminopeptidase 12.40792169 L4_control_B1 +LQ02X002560 Proline iminopeptidase 12.09827372 L4_control_B2 +LQ02X002560 Proline iminopeptidase 13.42290358 L4_control_B3 +LQ02X002560 Proline iminopeptidase 12.34497132 L4_control_C2 +LQ02X002560 Proline iminopeptidase 12.93411909 L4_control_C3 +LQ02X002560 Proline iminopeptidase 12.40512066 L4_chemical_A1 +LQ02X002560 Proline iminopeptidase 11.68644042 L4_chemical_A2 +LQ02X002560 Proline iminopeptidase 12.08677216 L4_chemical_A3 +LQ02X002560 Proline iminopeptidase 12.36308589 L4_chemical_B1 +LQ02X002560 Proline iminopeptidase 12.45938507 L4_chemical_B2 +LQ02X002560 Proline iminopeptidase 12.49397678 L4_chemical_B3 +LQ02X002560 Proline iminopeptidase 12.7132642 L4_chemical_C2 +LQ02X002560 Proline iminopeptidase 13.08365623 L4_chemical_C3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.956323957 C6_control_A1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.830911572 C6_control_A3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.772042699 C6_control_B1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.780652415 C6_control_B2 +LQ02X002570 Receptor-like protein kinase HAIKU2 5.405110656 C6_control_B3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.758782493 C6_control_C1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.674984238 C6_control_C2 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.695427704 C6_control_C3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.969944585 C6_chemical_A1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.95033558 C6_chemical_A3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.838392134 C6_chemical_B1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.656410766 C6_chemical_B2 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.977060629 C6_chemical_B3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.631381646 C6_chemical_C1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.689602088 C6_chemical_C2 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.658383066 C6_chemical_C3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.806901525 L4_control_A1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.739491738 L4_control_A2 +LQ02X002570 Receptor-like protein kinase HAIKU2 5.078895147 L4_control_A3 +LQ02X002570 Receptor-like protein kinase HAIKU2 5.528942127 L4_control_B1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.930330251 L4_control_B2 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.974080225 L4_control_B3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.768639665 L4_control_C2 +LQ02X002570 Receptor-like protein kinase HAIKU2 5.025006338 L4_control_C3 +LQ02X002570 Receptor-like protein kinase HAIKU2 5.055927681 L4_chemical_A1 +LQ02X002570 Receptor-like protein kinase HAIKU2 5.067652936 L4_chemical_A2 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.787824299 L4_chemical_A3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.992713963 L4_chemical_B1 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.986900988 L4_chemical_B2 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.906992215 L4_chemical_B3 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.890437745 L4_chemical_C2 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.809434656 L4_chemical_C3 +LQ02X002580 Seryl-tRNA synthetase 12.25347993 C6_control_A1 +LQ02X002580 Seryl-tRNA synthetase 12.61597567 C6_control_A3 +LQ02X002580 Seryl-tRNA synthetase 11.7194355 C6_control_B1 +LQ02X002580 Seryl-tRNA synthetase 11.34901386 C6_control_B2 +LQ02X002580 Seryl-tRNA synthetase 11.41372201 C6_control_B3 +LQ02X002580 Seryl-tRNA synthetase 11.46667155 C6_control_C1 +LQ02X002580 Seryl-tRNA synthetase 11.38009676 C6_control_C2 +LQ02X002580 Seryl-tRNA synthetase 10.97881168 C6_control_C3 +LQ02X002580 Seryl-tRNA synthetase 12.01849028 C6_chemical_A1 +LQ02X002580 Seryl-tRNA synthetase 12.4909296 C6_chemical_A3 +LQ02X002580 Seryl-tRNA synthetase 11.42647739 C6_chemical_B1 +LQ02X002580 Seryl-tRNA synthetase 11.22957851 C6_chemical_B2 +LQ02X002580 Seryl-tRNA synthetase 11.21304754 C6_chemical_B3 +LQ02X002580 Seryl-tRNA synthetase 11.43467927 C6_chemical_C1 +LQ02X002580 Seryl-tRNA synthetase 11.22275879 C6_chemical_C2 +LQ02X002580 Seryl-tRNA synthetase 10.96258016 C6_chemical_C3 +LQ02X002580 Seryl-tRNA synthetase 12.47336452 L4_control_A1 +LQ02X002580 Seryl-tRNA synthetase 12.46233116 L4_control_A2 +LQ02X002580 Seryl-tRNA synthetase 12.89722947 L4_control_A3 +LQ02X002580 Seryl-tRNA synthetase 11.60771135 L4_control_B1 +LQ02X002580 Seryl-tRNA synthetase 12.12887883 L4_control_B2 +LQ02X002580 Seryl-tRNA synthetase 11.97941326 L4_control_B3 +LQ02X002580 Seryl-tRNA synthetase 11.40870224 L4_control_C2 +LQ02X002580 Seryl-tRNA synthetase 11.92661038 L4_control_C3 +LQ02X002580 Seryl-tRNA synthetase 12.19172658 L4_chemical_A1 +LQ02X002580 Seryl-tRNA synthetase 11.72454597 L4_chemical_A2 +LQ02X002580 Seryl-tRNA synthetase 12.46863042 L4_chemical_A3 +LQ02X002580 Seryl-tRNA synthetase 11.7923874 L4_chemical_B1 +LQ02X002580 Seryl-tRNA synthetase 11.61545115 L4_chemical_B2 +LQ02X002580 Seryl-tRNA synthetase 11.74247393 L4_chemical_B3 +LQ02X002580 Seryl-tRNA synthetase 11.19167795 L4_chemical_C2 +LQ02X002580 Seryl-tRNA synthetase 11.96723869 L4_chemical_C3 +LQ02X002600 Predicted protein 6.393426916 C6_control_A1 +LQ02X002600 Predicted protein 5.417064268 C6_control_A3 +LQ02X002600 Predicted protein 7.375335946 C6_control_B1 +LQ02X002600 Predicted protein 6.585739576 C6_control_B2 +LQ02X002600 Predicted protein 6.654454281 C6_control_B3 +LQ02X002600 Predicted protein 8.129937936 C6_control_C1 +LQ02X002600 Predicted protein 7.233654687 C6_control_C2 +LQ02X002600 Predicted protein 7.051269014 C6_control_C3 +LQ02X002600 Predicted protein 6.663813748 C6_chemical_A1 +LQ02X002600 Predicted protein 5.709009099 C6_chemical_A3 +LQ02X002600 Predicted protein 7.185915362 C6_chemical_B1 +LQ02X002600 Predicted protein 7.027496571 C6_chemical_B2 +LQ02X002600 Predicted protein 6.318154702 C6_chemical_B3 +LQ02X002600 Predicted protein 8.285640324 C6_chemical_C1 +LQ02X002600 Predicted protein 8.043331764 C6_chemical_C2 +LQ02X002600 Predicted protein 7.137253919 C6_chemical_C3 +LQ02X002600 Predicted protein 6.085131821 L4_control_A1 +LQ02X002600 Predicted protein 6.095369458 L4_control_A2 +LQ02X002600 Predicted protein 5.662993333 L4_control_A3 +LQ02X002600 Predicted protein 7.216858283 L4_control_B1 +LQ02X002600 Predicted protein 7.185599391 L4_control_B2 +LQ02X002600 Predicted protein 7.004365363 L4_control_B3 +LQ02X002600 Predicted protein 7.435803298 L4_control_C2 +LQ02X002600 Predicted protein 7.190670789 L4_control_C3 +LQ02X002600 Predicted protein 6.254711526 L4_chemical_A1 +LQ02X002600 Predicted protein 5.924007376 L4_chemical_A2 +LQ02X002600 Predicted protein 5.306477721 L4_chemical_A3 +LQ02X002600 Predicted protein 7.450882972 L4_chemical_B1 +LQ02X002600 Predicted protein 6.606819964 L4_chemical_B2 +LQ02X002600 Predicted protein 6.542252762 L4_chemical_B3 +LQ02X002600 Predicted protein 8.0728621 L4_chemical_C2 +LQ02X002600 Predicted protein 7.845332782 L4_chemical_C3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 6.059875222 C6_control_A1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.722280293 C6_control_A3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.920596722 C6_control_B1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.971207676 C6_control_B2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.721977731 C6_control_B3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.977387971 C6_control_C1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 7.965481238 C6_control_C2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.953611341 C6_control_C3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.645405165 C6_chemical_A1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.271954957 C6_chemical_A3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.744660349 C6_chemical_B1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 6.145043772 C6_chemical_B2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.24339664 C6_chemical_B3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 6.735101354 C6_chemical_C1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 6.096816963 C6_chemical_C2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 6.139724819 C6_chemical_C3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.813636269 L4_control_A1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.899088789 L4_control_A2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.539219156 L4_control_A3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.478420769 L4_control_B1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.773702003 L4_control_B2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.676865955 L4_control_B3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.321905976 L4_control_C2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.512902393 L4_control_C3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.160094731 L4_chemical_A1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.648369848 L4_chemical_A2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.592782809 L4_chemical_A3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 6.191109947 L4_chemical_B1 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.57058675 L4_chemical_B2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.564692845 L4_chemical_B3 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.282438472 L4_chemical_C2 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.697472988 L4_chemical_C3 +LQ02X002650 Hypothetical protein 4.960148462 C6_control_A1 +LQ02X002650 Hypothetical protein 5.132141786 C6_control_A3 +LQ02X002650 Hypothetical protein 4.862052673 C6_control_B1 +LQ02X002650 Hypothetical protein 5.105837487 C6_control_B2 +LQ02X002650 Hypothetical protein 5.539296621 C6_control_B3 +LQ02X002650 Hypothetical protein 5.351350403 C6_control_C1 +LQ02X002650 Hypothetical protein 4.953989263 C6_control_C2 +LQ02X002650 Hypothetical protein 5.340198332 C6_control_C3 +LQ02X002650 Hypothetical protein 5.236536658 C6_chemical_A1 +LQ02X002650 Hypothetical protein 4.930359997 C6_chemical_A3 +LQ02X002650 Hypothetical protein 5.069834017 C6_chemical_B1 +LQ02X002650 Hypothetical protein 4.860977047 C6_chemical_B2 +LQ02X002650 Hypothetical protein 5.14470764 C6_chemical_B3 +LQ02X002650 Hypothetical protein 5.19227224 C6_chemical_C1 +LQ02X002650 Hypothetical protein 5.32624678 C6_chemical_C2 +LQ02X002650 Hypothetical protein 5.293266249 C6_chemical_C3 +LQ02X002650 Hypothetical protein 4.925997203 L4_control_A1 +LQ02X002650 Hypothetical protein 4.995940381 L4_control_A2 +LQ02X002650 Hypothetical protein 5.689411689 L4_control_A3 +LQ02X002650 Hypothetical protein 4.933065355 L4_control_B1 +LQ02X002650 Hypothetical protein 5.243434385 L4_control_B2 +LQ02X002650 Hypothetical protein 4.931209295 L4_control_B3 +LQ02X002650 Hypothetical protein 6.178095191 L4_control_C2 +LQ02X002650 Hypothetical protein 5.697552964 L4_control_C3 +LQ02X002650 Hypothetical protein 4.622485575 L4_chemical_A1 +LQ02X002650 Hypothetical protein 5.230403527 L4_chemical_A2 +LQ02X002650 Hypothetical protein 5.386480861 L4_chemical_A3 +LQ02X002650 Hypothetical protein 5.042101874 L4_chemical_B1 +LQ02X002650 Hypothetical protein 5.46876713 L4_chemical_B2 +LQ02X002650 Hypothetical protein 5.074089711 L4_chemical_B3 +LQ02X002650 Hypothetical protein 5.649462424 L4_chemical_C2 +LQ02X002650 Hypothetical protein 5.700268214 L4_chemical_C3 +LQ02X002710 Probable S-acyltransferase At2g14255 4.851478133 C6_control_A1 +LQ02X002710 Probable S-acyltransferase At2g14255 4.705322934 C6_control_A3 +LQ02X002710 Probable S-acyltransferase At2g14255 4.809646551 C6_control_B1 +LQ02X002710 Probable S-acyltransferase At2g14255 4.780211368 C6_control_B2 +LQ02X002710 Probable S-acyltransferase At2g14255 4.93989318 C6_control_B3 +LQ02X002710 Probable S-acyltransferase At2g14255 4.79602793 C6_control_C1 +LQ02X002710 Probable S-acyltransferase At2g14255 4.784927704 C6_control_C2 +LQ02X002710 Probable S-acyltransferase At2g14255 5.097003689 C6_control_C3 +LQ02X002710 Probable S-acyltransferase At2g14255 5.269902408 C6_chemical_A1 +LQ02X002710 Probable S-acyltransferase At2g14255 4.776327549 C6_chemical_A3 +LQ02X002710 Probable S-acyltransferase At2g14255 5.195489778 C6_chemical_B1 +LQ02X002710 Probable S-acyltransferase At2g14255 4.710030788 C6_chemical_B2 +LQ02X002710 Probable S-acyltransferase At2g14255 4.898823345 C6_chemical_B3 +LQ02X002710 Probable S-acyltransferase At2g14255 4.848623353 C6_chemical_C1 +LQ02X002710 Probable S-acyltransferase At2g14255 4.92732144 C6_chemical_C2 +LQ02X002710 Probable S-acyltransferase At2g14255 5.378320209 C6_chemical_C3 +LQ02X002710 Probable S-acyltransferase At2g14255 4.959653713 L4_control_A1 +LQ02X002710 Probable S-acyltransferase At2g14255 5.156381177 L4_control_A2 +LQ02X002710 Probable S-acyltransferase At2g14255 5.048821563 L4_control_A3 +LQ02X002710 Probable S-acyltransferase At2g14255 4.799085948 L4_control_B1 +LQ02X002710 Probable S-acyltransferase At2g14255 5.228702315 L4_control_B2 +LQ02X002710 Probable S-acyltransferase At2g14255 5.227234299 L4_control_B3 +LQ02X002710 Probable S-acyltransferase At2g14255 4.670364176 L4_control_C2 +LQ02X002710 Probable S-acyltransferase At2g14255 4.868211373 L4_control_C3 +LQ02X002710 Probable S-acyltransferase At2g14255 4.940226395 L4_chemical_A1 +LQ02X002710 Probable S-acyltransferase At2g14255 5.289534924 L4_chemical_A2 +LQ02X002710 Probable S-acyltransferase At2g14255 5.434960927 L4_chemical_A3 +LQ02X002710 Probable S-acyltransferase At2g14255 5.146932202 L4_chemical_B1 +LQ02X002710 Probable S-acyltransferase At2g14255 5.052252927 L4_chemical_B2 +LQ02X002710 Probable S-acyltransferase At2g14255 5.055353313 L4_chemical_B3 +LQ02X002710 Probable S-acyltransferase At2g14255 5.334786034 L4_chemical_C2 +LQ02X002710 Probable S-acyltransferase At2g14255 4.836849198 L4_chemical_C3 +LQ02X002730 Probable S-acyltransferase At2g14255 4.986265626 C6_control_A1 +LQ02X002730 Probable S-acyltransferase At2g14255 5.105862303 C6_control_A3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.148010757 C6_control_B1 +LQ02X002730 Probable S-acyltransferase At2g14255 4.840345792 C6_control_B2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.294092743 C6_control_B3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.114647529 C6_control_C1 +LQ02X002730 Probable S-acyltransferase At2g14255 4.858780696 C6_control_C2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.063781818 C6_control_C3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.119740966 C6_chemical_A1 +LQ02X002730 Probable S-acyltransferase At2g14255 5.49730285 C6_chemical_A3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.034794278 C6_chemical_B1 +LQ02X002730 Probable S-acyltransferase At2g14255 4.917180528 C6_chemical_B2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.104557584 C6_chemical_B3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.070446182 C6_chemical_C1 +LQ02X002730 Probable S-acyltransferase At2g14255 5.531383056 C6_chemical_C2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.151377388 C6_chemical_C3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.397777517 L4_control_A1 +LQ02X002730 Probable S-acyltransferase At2g14255 5.213571001 L4_control_A2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.398011541 L4_control_A3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.86892515 L4_control_B1 +LQ02X002730 Probable S-acyltransferase At2g14255 5.552248591 L4_control_B2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.087369972 L4_control_B3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.292129989 L4_control_C2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.063007354 L4_control_C3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.025715247 L4_chemical_A1 +LQ02X002730 Probable S-acyltransferase At2g14255 5.419300826 L4_chemical_A2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.631649609 L4_chemical_A3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.857582807 L4_chemical_B1 +LQ02X002730 Probable S-acyltransferase At2g14255 5.150160691 L4_chemical_B2 +LQ02X002730 Probable S-acyltransferase At2g14255 5.417352193 L4_chemical_B3 +LQ02X002730 Probable S-acyltransferase At2g14255 5.662189702 L4_chemical_C2 +LQ02X002730 Probable S-acyltransferase At2g14255 4.920725203 L4_chemical_C3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.3605173 C6_control_A1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.1539052 C6_control_A3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.05436184 C6_control_B1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.54201308 C6_control_B2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.69944711 C6_control_B3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.88023903 C6_control_C1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 14.01434677 C6_control_C2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.05020229 C6_control_C3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.64705466 C6_chemical_A1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.00816507 C6_chemical_A3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.1030904 C6_chemical_B1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.52957735 C6_chemical_B2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.46141514 C6_chemical_B3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 14.110049 C6_chemical_C1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.8958158 C6_chemical_C2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.54099572 C6_chemical_C3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.29104494 L4_control_A1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.82662709 L4_control_A2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.8378504 L4_control_A3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.29530309 L4_control_B1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.80198918 L4_control_B2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.43226889 L4_control_B3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.5865131 L4_control_C2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.06139346 L4_control_C3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.72077038 L4_chemical_A1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.55925501 L4_chemical_A2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.50886902 L4_chemical_A3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.25145973 L4_chemical_B1 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.58588676 L4_chemical_B2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.33125865 L4_chemical_B3 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.67887676 L4_chemical_C2 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 12.35097411 L4_chemical_C3 +LQ02X002750 Putative uncharacterized protein 6.389654764 C6_control_A1 +LQ02X002750 Putative uncharacterized protein 6.496265723 C6_control_A3 +LQ02X002750 Putative uncharacterized protein 5.275140929 C6_control_B1 +LQ02X002750 Putative uncharacterized protein 6.342413053 C6_control_B2 +LQ02X002750 Putative uncharacterized protein 6.179411034 C6_control_B3 +LQ02X002750 Putative uncharacterized protein 6.641920593 C6_control_C1 +LQ02X002750 Putative uncharacterized protein 6.305348689 C6_control_C2 +LQ02X002750 Putative uncharacterized protein 7.647459379 C6_control_C3 +LQ02X002750 Putative uncharacterized protein 6.31971154 C6_chemical_A1 +LQ02X002750 Putative uncharacterized protein 7.514383441 C6_chemical_A3 +LQ02X002750 Putative uncharacterized protein 5.126041521 C6_chemical_B1 +LQ02X002750 Putative uncharacterized protein 6.454444119 C6_chemical_B2 +LQ02X002750 Putative uncharacterized protein 6.033807667 C6_chemical_B3 +LQ02X002750 Putative uncharacterized protein 6.491894071 C6_chemical_C1 +LQ02X002750 Putative uncharacterized protein 6.877744711 C6_chemical_C2 +LQ02X002750 Putative uncharacterized protein 7.614505814 C6_chemical_C3 +LQ02X002750 Putative uncharacterized protein 8.806146738 L4_control_A1 +LQ02X002750 Putative uncharacterized protein 6.889945309 L4_control_A2 +LQ02X002750 Putative uncharacterized protein 8.021251473 L4_control_A3 +LQ02X002750 Putative uncharacterized protein 6.315251149 L4_control_B1 +LQ02X002750 Putative uncharacterized protein 5.914750196 L4_control_B2 +LQ02X002750 Putative uncharacterized protein 7.396226595 L4_control_B3 +LQ02X002750 Putative uncharacterized protein 8.225020917 L4_control_C2 +LQ02X002750 Putative uncharacterized protein 7.423390954 L4_control_C3 +LQ02X002750 Putative uncharacterized protein 11.64224464 L4_chemical_A1 +LQ02X002750 Putative uncharacterized protein 7.02614859 L4_chemical_A2 +LQ02X002750 Putative uncharacterized protein 9.103027326 L4_chemical_A3 +LQ02X002750 Putative uncharacterized protein 7.922743624 L4_chemical_B1 +LQ02X002750 Putative uncharacterized protein 6.472840767 L4_chemical_B2 +LQ02X002750 Putative uncharacterized protein 6.949606515 L4_chemical_B3 +LQ02X002750 Putative uncharacterized protein 9.09539189 L4_chemical_C2 +LQ02X002750 Putative uncharacterized protein 7.944936402 L4_chemical_C3 +LQ02X002760 Eugenol synthase 1 5.563195067 C6_control_A1 +LQ02X002760 Eugenol synthase 1 8.754486187 C6_control_A3 +LQ02X002760 Eugenol synthase 1 4.791598557 C6_control_B1 +LQ02X002760 Eugenol synthase 1 5.132409701 C6_control_B2 +LQ02X002760 Eugenol synthase 1 4.807546418 C6_control_B3 +LQ02X002760 Eugenol synthase 1 6.811231048 C6_control_C1 +LQ02X002760 Eugenol synthase 1 5.477916564 C6_control_C2 +LQ02X002760 Eugenol synthase 1 6.021478714 C6_control_C3 +LQ02X002760 Eugenol synthase 1 5.98884676 C6_chemical_A1 +LQ02X002760 Eugenol synthase 1 10.7795075 C6_chemical_A3 +LQ02X002760 Eugenol synthase 1 5.247626939 C6_chemical_B1 +LQ02X002760 Eugenol synthase 1 5.110272659 C6_chemical_B2 +LQ02X002760 Eugenol synthase 1 4.964905534 C6_chemical_B3 +LQ02X002760 Eugenol synthase 1 6.217882205 C6_chemical_C1 +LQ02X002760 Eugenol synthase 1 6.104571617 C6_chemical_C2 +LQ02X002760 Eugenol synthase 1 5.655168551 C6_chemical_C3 +LQ02X002760 Eugenol synthase 1 10.01127052 L4_control_A1 +LQ02X002760 Eugenol synthase 1 10.70971342 L4_control_A2 +LQ02X002760 Eugenol synthase 1 10.09039156 L4_control_A3 +LQ02X002760 Eugenol synthase 1 7.57921747 L4_control_B1 +LQ02X002760 Eugenol synthase 1 10.34213523 L4_control_B2 +LQ02X002760 Eugenol synthase 1 5.423471482 L4_control_B3 +LQ02X002760 Eugenol synthase 1 5.585045983 L4_control_C2 +LQ02X002760 Eugenol synthase 1 4.894084189 L4_control_C3 +LQ02X002760 Eugenol synthase 1 7.330467642 L4_chemical_A1 +LQ02X002760 Eugenol synthase 1 8.508113824 L4_chemical_A2 +LQ02X002760 Eugenol synthase 1 9.829876669 L4_chemical_A3 +LQ02X002760 Eugenol synthase 1 9.544806604 L4_chemical_B1 +LQ02X002760 Eugenol synthase 1 8.923932848 L4_chemical_B2 +LQ02X002760 Eugenol synthase 1 8.99535445 L4_chemical_B3 +LQ02X002760 Eugenol synthase 1 5.274140687 L4_chemical_C2 +LQ02X002760 Eugenol synthase 1 5.048525439 L4_chemical_C3 +LQ02X002770 Putative Protein spinster homolog 1 5.113482536 C6_control_A1 +LQ02X002770 Putative Protein spinster homolog 1 5.41801991 C6_control_A3 +LQ02X002770 Putative Protein spinster homolog 1 5.173153924 C6_control_B1 +LQ02X002770 Putative Protein spinster homolog 1 5.444215158 C6_control_B2 +LQ02X002770 Putative Protein spinster homolog 1 4.857436869 C6_control_B3 +LQ02X002770 Putative Protein spinster homolog 1 5.525688324 C6_control_C1 +LQ02X002770 Putative Protein spinster homolog 1 5.505245316 C6_control_C2 +LQ02X002770 Putative Protein spinster homolog 1 5.248573856 C6_control_C3 +LQ02X002770 Putative Protein spinster homolog 1 5.193925016 C6_chemical_A1 +LQ02X002770 Putative Protein spinster homolog 1 5.105723012 C6_chemical_A3 +LQ02X002770 Putative Protein spinster homolog 1 5.605145335 C6_chemical_B1 +LQ02X002770 Putative Protein spinster homolog 1 5.240488519 C6_chemical_B2 +LQ02X002770 Putative Protein spinster homolog 1 4.85046951 C6_chemical_B3 +LQ02X002770 Putative Protein spinster homolog 1 5.403612526 C6_chemical_C1 +LQ02X002770 Putative Protein spinster homolog 1 5.300892448 C6_chemical_C2 +LQ02X002770 Putative Protein spinster homolog 1 5.324807458 C6_chemical_C3 +LQ02X002770 Putative Protein spinster homolog 1 5.054112402 L4_control_A1 +LQ02X002770 Putative Protein spinster homolog 1 5.260106235 L4_control_A2 +LQ02X002770 Putative Protein spinster homolog 1 5.201021268 L4_control_A3 +LQ02X002770 Putative Protein spinster homolog 1 5.835074133 L4_control_B1 +LQ02X002770 Putative Protein spinster homolog 1 5.716541602 L4_control_B2 +LQ02X002770 Putative Protein spinster homolog 1 5.311118883 L4_control_B3 +LQ02X002770 Putative Protein spinster homolog 1 6.186088876 L4_control_C2 +LQ02X002770 Putative Protein spinster homolog 1 5.398363337 L4_control_C3 +LQ02X002770 Putative Protein spinster homolog 1 5.03336971 L4_chemical_A1 +LQ02X002770 Putative Protein spinster homolog 1 5.068604957 L4_chemical_A2 +LQ02X002770 Putative Protein spinster homolog 1 5.076566252 L4_chemical_A3 +LQ02X002770 Putative Protein spinster homolog 1 5.201280825 L4_chemical_B1 +LQ02X002770 Putative Protein spinster homolog 1 4.982401632 L4_chemical_B2 +LQ02X002770 Putative Protein spinster homolog 1 5.490165731 L4_chemical_B3 +LQ02X002770 Putative Protein spinster homolog 1 5.680997963 L4_chemical_C2 +LQ02X002770 Putative Protein spinster homolog 1 5.492441364 L4_chemical_C3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.7678588 C6_control_A1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.727217817 C6_control_A3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.174757199 C6_control_B1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.477540429 C6_control_B2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.802233813 C6_control_B3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.874898046 C6_control_C1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.570050577 C6_control_C2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.054556603 C6_control_C3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.020499377 C6_chemical_A1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.234820658 C6_chemical_A3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.355403531 C6_chemical_B1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.817434416 C6_chemical_B2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.709112414 C6_chemical_B3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.082844691 C6_chemical_C1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.956223996 C6_chemical_C2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.699609244 C6_chemical_C3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.493138808 L4_control_A1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.398719526 L4_control_A2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.384863998 L4_control_A3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.45078705 L4_control_B1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.262391964 L4_control_B2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.584299403 L4_control_B3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.437175005 L4_control_C2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 7.295440904 L4_control_C3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.358121534 L4_chemical_A1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.19925308 L4_chemical_A2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.190976847 L4_chemical_A3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.894793194 L4_chemical_B1 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.24919022 L4_chemical_B2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.764468613 L4_chemical_B3 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 5.942418282 L4_chemical_C2 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.3405886 L4_chemical_C3 +LQ02X002800 Putative Protein RMD5 homolog A 10.3605928 C6_control_A1 +LQ02X002800 Putative Protein RMD5 homolog A 10.52319417 C6_control_A3 +LQ02X002800 Putative Protein RMD5 homolog A 10.5121693 C6_control_B1 +LQ02X002800 Putative Protein RMD5 homolog A 10.44079851 C6_control_B2 +LQ02X002800 Putative Protein RMD5 homolog A 11.16697619 C6_control_B3 +LQ02X002800 Putative Protein RMD5 homolog A 10.87030742 C6_control_C1 +LQ02X002800 Putative Protein RMD5 homolog A 10.85669793 C6_control_C2 +LQ02X002800 Putative Protein RMD5 homolog A 11.04967672 C6_control_C3 +LQ02X002800 Putative Protein RMD5 homolog A 9.832735321 C6_chemical_A1 +LQ02X002800 Putative Protein RMD5 homolog A 10.38925128 C6_chemical_A3 +LQ02X002800 Putative Protein RMD5 homolog A 10.26404153 C6_chemical_B1 +LQ02X002800 Putative Protein RMD5 homolog A 10.2474567 C6_chemical_B2 +LQ02X002800 Putative Protein RMD5 homolog A 10.8455973 C6_chemical_B3 +LQ02X002800 Putative Protein RMD5 homolog A 10.77133806 C6_chemical_C1 +LQ02X002800 Putative Protein RMD5 homolog A 10.58986508 C6_chemical_C2 +LQ02X002800 Putative Protein RMD5 homolog A 10.73872429 C6_chemical_C3 +LQ02X002800 Putative Protein RMD5 homolog A 10.63655325 L4_control_A1 +LQ02X002800 Putative Protein RMD5 homolog A 10.61865218 L4_control_A2 +LQ02X002800 Putative Protein RMD5 homolog A 10.10017101 L4_control_A3 +LQ02X002800 Putative Protein RMD5 homolog A 10.8294149 L4_control_B1 +LQ02X002800 Putative Protein RMD5 homolog A 11.17362031 L4_control_B2 +LQ02X002800 Putative Protein RMD5 homolog A 10.81917891 L4_control_B3 +LQ02X002800 Putative Protein RMD5 homolog A 11.4252012 L4_control_C2 +LQ02X002800 Putative Protein RMD5 homolog A 11.23363007 L4_control_C3 +LQ02X002800 Putative Protein RMD5 homolog A 10.56434042 L4_chemical_A1 +LQ02X002800 Putative Protein RMD5 homolog A 10.85999256 L4_chemical_A2 +LQ02X002800 Putative Protein RMD5 homolog A 10.42466107 L4_chemical_A3 +LQ02X002800 Putative Protein RMD5 homolog A 11.03372831 L4_chemical_B1 +LQ02X002800 Putative Protein RMD5 homolog A 11.08607489 L4_chemical_B2 +LQ02X002800 Putative Protein RMD5 homolog A 10.98165394 L4_chemical_B3 +LQ02X002800 Putative Protein RMD5 homolog A 11.2648201 L4_chemical_C2 +LQ02X002800 Putative Protein RMD5 homolog A 11.09902872 L4_chemical_C3 +LQ02X002810 Predicted protein 6.964197626 C6_control_A1 +LQ02X002810 Predicted protein 6.048663745 C6_control_A3 +LQ02X002810 Predicted protein 6.192198198 C6_control_B1 +LQ02X002810 Predicted protein 5.615190276 C6_control_B2 +LQ02X002810 Predicted protein 6.080722489 C6_control_B3 +LQ02X002810 Predicted protein 5.911242313 C6_control_C1 +LQ02X002810 Predicted protein 5.442969679 C6_control_C2 +LQ02X002810 Predicted protein 6.514768294 C6_control_C3 +LQ02X002810 Predicted protein 6.839679889 C6_chemical_A1 +LQ02X002810 Predicted protein 6.190560061 C6_chemical_A3 +LQ02X002810 Predicted protein 6.169738013 C6_chemical_B1 +LQ02X002810 Predicted protein 5.659265101 C6_chemical_B2 +LQ02X002810 Predicted protein 6.376763517 C6_chemical_B3 +LQ02X002810 Predicted protein 5.840546627 C6_chemical_C1 +LQ02X002810 Predicted protein 5.493804533 C6_chemical_C2 +LQ02X002810 Predicted protein 6.528545828 C6_chemical_C3 +LQ02X002810 Predicted protein 7.632738798 L4_control_A1 +LQ02X002810 Predicted protein 7.576638391 L4_control_A2 +LQ02X002810 Predicted protein 7.31586982 L4_control_A3 +LQ02X002810 Predicted protein 7.611069453 L4_control_B1 +LQ02X002810 Predicted protein 6.463896139 L4_control_B2 +LQ02X002810 Predicted protein 6.618603265 L4_control_B3 +LQ02X002810 Predicted protein 5.879254576 L4_control_C2 +LQ02X002810 Predicted protein 7.155472267 L4_control_C3 +LQ02X002810 Predicted protein 7.240848726 L4_chemical_A1 +LQ02X002810 Predicted protein 7.293846415 L4_chemical_A2 +LQ02X002810 Predicted protein 8.503181773 L4_chemical_A3 +LQ02X002810 Predicted protein 6.591858118 L4_chemical_B1 +LQ02X002810 Predicted protein 7.088433682 L4_chemical_B2 +LQ02X002810 Predicted protein 6.720840508 L4_chemical_B3 +LQ02X002810 Predicted protein 7.648431757 L4_chemical_C2 +LQ02X002810 Predicted protein 6.732158347 L4_chemical_C3 +LQ02X002850 Putative Predicted protein 9.194063815 C6_control_A1 +LQ02X002850 Putative Predicted protein 10.94255952 C6_control_A3 +LQ02X002850 Putative Predicted protein 6.72430943 C6_control_B1 +LQ02X002850 Putative Predicted protein 7.650448577 C6_control_B2 +LQ02X002850 Putative Predicted protein 8.087182295 C6_control_B3 +LQ02X002850 Putative Predicted protein 10.76144148 C6_control_C1 +LQ02X002850 Putative Predicted protein 11.19693993 C6_control_C2 +LQ02X002850 Putative Predicted protein 12.34743667 C6_control_C3 +LQ02X002850 Putative Predicted protein 7.766293281 C6_chemical_A1 +LQ02X002850 Putative Predicted protein 9.257111546 C6_chemical_A3 +LQ02X002850 Putative Predicted protein 6.067426482 C6_chemical_B1 +LQ02X002850 Putative Predicted protein 8.006696487 C6_chemical_B2 +LQ02X002850 Putative Predicted protein 7.83824718 C6_chemical_B3 +LQ02X002850 Putative Predicted protein 9.741439583 C6_chemical_C1 +LQ02X002850 Putative Predicted protein 9.543167525 C6_chemical_C2 +LQ02X002850 Putative Predicted protein 11.308481 C6_chemical_C3 +LQ02X002850 Putative Predicted protein 11.28329172 L4_control_A1 +LQ02X002850 Putative Predicted protein 7.90859199 L4_control_A2 +LQ02X002850 Putative Predicted protein 11.06976095 L4_control_A3 +LQ02X002850 Putative Predicted protein 7.242874759 L4_control_B1 +LQ02X002850 Putative Predicted protein 5.628459132 L4_control_B2 +LQ02X002850 Putative Predicted protein 7.379836262 L4_control_B3 +LQ02X002850 Putative Predicted protein 10.80123559 L4_control_C2 +LQ02X002850 Putative Predicted protein 9.79441911 L4_control_C3 +LQ02X002850 Putative Predicted protein 12.02548638 L4_chemical_A1 +LQ02X002850 Putative Predicted protein 10.08553829 L4_chemical_A2 +LQ02X002850 Putative Predicted protein 12.4457063 L4_chemical_A3 +LQ02X002850 Putative Predicted protein 10.15504434 L4_chemical_B1 +LQ02X002850 Putative Predicted protein 6.067387551 L4_chemical_B2 +LQ02X002850 Putative Predicted protein 6.810402193 L4_chemical_B3 +LQ02X002850 Putative Predicted protein 7.609580538 L4_chemical_C2 +LQ02X002850 Putative Predicted protein 11.08470264 L4_chemical_C3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.95759173 C6_control_A1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 12.18990867 C6_control_A3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.86740527 C6_control_B1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.19768456 C6_control_B2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.60944473 C6_control_B3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.54696159 C6_control_C1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.66627037 C6_control_C2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.30155778 C6_control_C3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.61279149 C6_chemical_A1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.17160395 C6_chemical_A3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.35391616 C6_chemical_B1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.1009956 C6_chemical_B2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.95204872 C6_chemical_B3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.3966719 C6_chemical_C1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.46310017 C6_chemical_C2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.17196024 C6_chemical_C3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.73612702 L4_control_A1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.80770005 L4_control_A2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.8662514 L4_control_A3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.58651386 L4_control_B1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.85820234 L4_control_B2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.78557077 L4_control_B3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.41195427 L4_control_C2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.90953499 L4_control_C3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.71118346 L4_chemical_A1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.71428152 L4_chemical_A2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.50966244 L4_chemical_A3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.90678447 L4_chemical_B1 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 12.03388563 L4_chemical_B2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.05196603 L4_chemical_B3 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.55182826 L4_chemical_C2 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 10.82063405 L4_chemical_C3 +LQ02X002870 Putative uncharacterized protein 7.474573463 C6_control_A1 +LQ02X002870 Putative uncharacterized protein 7.356673895 C6_control_A3 +LQ02X002870 Putative uncharacterized protein 6.705994564 C6_control_B1 +LQ02X002870 Putative uncharacterized protein 8.929461725 C6_control_B2 +LQ02X002870 Putative uncharacterized protein 6.213839085 C6_control_B3 +LQ02X002870 Putative uncharacterized protein 9.596081225 C6_control_C1 +LQ02X002870 Putative uncharacterized protein 9.532518069 C6_control_C2 +LQ02X002870 Putative uncharacterized protein 9.0767833 C6_control_C3 +LQ02X002870 Putative uncharacterized protein 6.455292144 C6_chemical_A1 +LQ02X002870 Putative uncharacterized protein 8.997125779 C6_chemical_A3 +LQ02X002870 Putative uncharacterized protein 6.110303714 C6_chemical_B1 +LQ02X002870 Putative uncharacterized protein 8.527795384 C6_chemical_B2 +LQ02X002870 Putative uncharacterized protein 6.183282656 C6_chemical_B3 +LQ02X002870 Putative uncharacterized protein 9.579799169 C6_chemical_C1 +LQ02X002870 Putative uncharacterized protein 9.438870922 C6_chemical_C2 +LQ02X002870 Putative uncharacterized protein 10.44464352 C6_chemical_C3 +LQ02X002870 Putative uncharacterized protein 9.37748903 L4_control_A1 +LQ02X002870 Putative uncharacterized protein 10.1411926 L4_control_A2 +LQ02X002870 Putative uncharacterized protein 8.642536962 L4_control_A3 +LQ02X002870 Putative uncharacterized protein 10.23573334 L4_control_B1 +LQ02X002870 Putative uncharacterized protein 8.500472339 L4_control_B2 +LQ02X002870 Putative uncharacterized protein 10.16132088 L4_control_B3 +LQ02X002870 Putative uncharacterized protein 9.545866916 L4_control_C2 +LQ02X002870 Putative uncharacterized protein 9.575058786 L4_control_C3 +LQ02X002870 Putative uncharacterized protein 9.851623898 L4_chemical_A1 +LQ02X002870 Putative uncharacterized protein 9.825204615 L4_chemical_A2 +LQ02X002870 Putative uncharacterized protein 9.473165985 L4_chemical_A3 +LQ02X002870 Putative uncharacterized protein 9.135285354 L4_chemical_B1 +LQ02X002870 Putative uncharacterized protein 8.92754377 L4_chemical_B2 +LQ02X002870 Putative uncharacterized protein 9.788240058 L4_chemical_B3 +LQ02X002870 Putative uncharacterized protein 9.941344878 L4_chemical_C2 +LQ02X002870 Putative uncharacterized protein 9.783969875 L4_chemical_C3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.387092236 C6_control_A1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.33941124 C6_control_A3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.915331903 C6_control_B1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.691198022 C6_control_B2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.074574248 C6_control_B3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.193353418 C6_control_C1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.0433665 C6_control_C2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.616204419 C6_control_C3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.739828779 C6_chemical_A1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.013427789 C6_chemical_A3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.401457378 C6_chemical_B1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.919580793 C6_chemical_B2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.757995645 C6_chemical_B3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.93641473 C6_chemical_C1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.531741137 C6_chemical_C2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.341714545 C6_chemical_C3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.707872953 L4_control_A1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.858050828 L4_control_A2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.712041897 L4_control_A3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.401395008 L4_control_B1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.4006802 L4_control_B2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.19030898 L4_control_B3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.9667784 L4_control_C2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.509506527 L4_control_C3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.579267609 L4_chemical_A1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.552023376 L4_chemical_A2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.800572288 L4_chemical_A3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.235639042 L4_chemical_B1 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.975967995 L4_chemical_B2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.88714035 L4_chemical_B3 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 6.123242352 L4_chemical_C2 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.833753067 L4_chemical_C3 +LQ02X002890 Hypothetical protein 8.600664456 C6_control_A1 +LQ02X002890 Hypothetical protein 10.06627145 C6_control_A3 +LQ02X002890 Hypothetical protein 7.145726319 C6_control_B1 +LQ02X002890 Hypothetical protein 8.366653565 C6_control_B2 +LQ02X002890 Hypothetical protein 7.962243216 C6_control_B3 +LQ02X002890 Hypothetical protein 7.242629578 C6_control_C1 +LQ02X002890 Hypothetical protein 7.290213235 C6_control_C2 +LQ02X002890 Hypothetical protein 7.451990552 C6_control_C3 +LQ02X002890 Hypothetical protein 8.158708484 C6_chemical_A1 +LQ02X002890 Hypothetical protein 9.920430868 C6_chemical_A3 +LQ02X002890 Hypothetical protein 7.276114266 C6_chemical_B1 +LQ02X002890 Hypothetical protein 8.415056631 C6_chemical_B2 +LQ02X002890 Hypothetical protein 7.72778781 C6_chemical_B3 +LQ02X002890 Hypothetical protein 7.560674215 C6_chemical_C1 +LQ02X002890 Hypothetical protein 7.347491138 C6_chemical_C2 +LQ02X002890 Hypothetical protein 7.413790639 C6_chemical_C3 +LQ02X002890 Hypothetical protein 9.484323993 L4_control_A1 +LQ02X002890 Hypothetical protein 8.22254853 L4_control_A2 +LQ02X002890 Hypothetical protein 9.366656198 L4_control_A3 +LQ02X002890 Hypothetical protein 6.173874146 L4_control_B1 +LQ02X002890 Hypothetical protein 7.237563505 L4_control_B2 +LQ02X002890 Hypothetical protein 6.798093677 L4_control_B3 +LQ02X002890 Hypothetical protein 6.928838897 L4_control_C2 +LQ02X002890 Hypothetical protein 6.544393787 L4_control_C3 +LQ02X002890 Hypothetical protein 9.321820301 L4_chemical_A1 +LQ02X002890 Hypothetical protein 8.422966913 L4_chemical_A2 +LQ02X002890 Hypothetical protein 9.468911554 L4_chemical_A3 +LQ02X002890 Hypothetical protein 6.781910078 L4_chemical_B1 +LQ02X002890 Hypothetical protein 7.858391068 L4_chemical_B2 +LQ02X002890 Hypothetical protein 7.445244764 L4_chemical_B3 +LQ02X002890 Hypothetical protein 6.782068608 L4_chemical_C2 +LQ02X002890 Hypothetical protein 6.903003534 L4_chemical_C3 +LQ02X002900 Uncharacterised protein At1g10890 11.11407875 C6_control_A1 +LQ02X002900 Uncharacterised protein At1g10890 10.32306539 C6_control_A3 +LQ02X002900 Uncharacterised protein At1g10890 11.18132852 C6_control_B1 +LQ02X002900 Uncharacterised protein At1g10890 11.13283837 C6_control_B2 +LQ02X002900 Uncharacterised protein At1g10890 10.99165273 C6_control_B3 +LQ02X002900 Uncharacterised protein At1g10890 11.14791085 C6_control_C1 +LQ02X002900 Uncharacterised protein At1g10890 11.63526102 C6_control_C2 +LQ02X002900 Uncharacterised protein At1g10890 11.18739496 C6_control_C3 +LQ02X002900 Uncharacterised protein At1g10890 11.52246926 C6_chemical_A1 +LQ02X002900 Uncharacterised protein At1g10890 10.68057144 C6_chemical_A3 +LQ02X002900 Uncharacterised protein At1g10890 11.58292465 C6_chemical_B1 +LQ02X002900 Uncharacterised protein At1g10890 11.8200331 C6_chemical_B2 +LQ02X002900 Uncharacterised protein At1g10890 11.53152219 C6_chemical_B3 +LQ02X002900 Uncharacterised protein At1g10890 11.57012553 C6_chemical_C1 +LQ02X002900 Uncharacterised protein At1g10890 11.50716515 C6_chemical_C2 +LQ02X002900 Uncharacterised protein At1g10890 11.66935712 C6_chemical_C3 +LQ02X002900 Uncharacterised protein At1g10890 11.04063048 L4_control_A1 +LQ02X002900 Uncharacterised protein At1g10890 11.53979224 L4_control_A2 +LQ02X002900 Uncharacterised protein At1g10890 9.99907147 L4_control_A3 +LQ02X002900 Uncharacterised protein At1g10890 11.80551397 L4_control_B1 +LQ02X002900 Uncharacterised protein At1g10890 11.52219895 L4_control_B2 +LQ02X002900 Uncharacterised protein At1g10890 11.73422453 L4_control_B3 +LQ02X002900 Uncharacterised protein At1g10890 11.7001915 L4_control_C2 +LQ02X002900 Uncharacterised protein At1g10890 11.65840875 L4_control_C3 +LQ02X002900 Uncharacterised protein At1g10890 11.64314326 L4_chemical_A1 +LQ02X002900 Uncharacterised protein At1g10890 11.77197346 L4_chemical_A2 +LQ02X002900 Uncharacterised protein At1g10890 10.63706151 L4_chemical_A3 +LQ02X002900 Uncharacterised protein At1g10890 11.42022161 L4_chemical_B1 +LQ02X002900 Uncharacterised protein At1g10890 11.5376693 L4_chemical_B2 +LQ02X002900 Uncharacterised protein At1g10890 11.29606811 L4_chemical_B3 +LQ02X002900 Uncharacterised protein At1g10890 11.36110673 L4_chemical_C2 +LQ02X002900 Uncharacterised protein At1g10890 11.39047285 L4_chemical_C3 +LQ02X002910 Predicted protein 5.599612242 C6_control_A1 +LQ02X002910 Predicted protein 6.559253118 C6_control_A3 +LQ02X002910 Predicted protein 5.82602647 C6_control_B1 +LQ02X002910 Predicted protein 5.274416757 C6_control_B2 +LQ02X002910 Predicted protein 5.369406538 C6_control_B3 +LQ02X002910 Predicted protein 4.846370979 C6_control_C1 +LQ02X002910 Predicted protein 5.558449823 C6_control_C2 +LQ02X002910 Predicted protein 4.759235076 C6_control_C3 +LQ02X002910 Predicted protein 5.025838462 C6_chemical_A1 +LQ02X002910 Predicted protein 5.563622311 C6_chemical_A3 +LQ02X002910 Predicted protein 5.352035779 C6_chemical_B1 +LQ02X002910 Predicted protein 5.43740547 C6_chemical_B2 +LQ02X002910 Predicted protein 5.14183864 C6_chemical_B3 +LQ02X002910 Predicted protein 4.900167892 C6_chemical_C1 +LQ02X002910 Predicted protein 5.50923033 C6_chemical_C2 +LQ02X002910 Predicted protein 4.84514549 C6_chemical_C3 +LQ02X002910 Predicted protein 5.058367373 L4_control_A1 +LQ02X002910 Predicted protein 5.305681524 L4_control_A2 +LQ02X002910 Predicted protein 4.785406788 L4_control_A3 +LQ02X002910 Predicted protein 5.332128557 L4_control_B1 +LQ02X002910 Predicted protein 5.93045072 L4_control_B2 +LQ02X002910 Predicted protein 5.29293536 L4_control_B3 +LQ02X002910 Predicted protein 5.462445519 L4_control_C2 +LQ02X002910 Predicted protein 4.983994115 L4_control_C3 +LQ02X002910 Predicted protein 5.044376855 L4_chemical_A1 +LQ02X002910 Predicted protein 5.500553803 L4_chemical_A2 +LQ02X002910 Predicted protein 5.447159454 L4_chemical_A3 +LQ02X002910 Predicted protein 5.598707597 L4_chemical_B1 +LQ02X002910 Predicted protein 5.979550544 L4_chemical_B2 +LQ02X002910 Predicted protein 5.400034443 L4_chemical_B3 +LQ02X002910 Predicted protein 5.30926349 L4_chemical_C2 +LQ02X002910 Predicted protein 5.754348671 L4_chemical_C3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.753017184 C6_control_A1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 6.074849796 C6_control_A3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 6.087074582 C6_control_B1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.520709475 C6_control_B2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 6.147156098 C6_control_B3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.463045674 C6_control_C1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 6.0217923 C6_control_C2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.115835387 C6_control_C3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.367789256 C6_chemical_A1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.328143035 C6_chemical_A3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 6.410267619 C6_chemical_B1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.537781505 C6_chemical_B2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 6.131685682 C6_chemical_B3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.354432509 C6_chemical_C1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.332559075 C6_chemical_C2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.282859628 C6_chemical_C3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.584886817 L4_control_A1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.549255709 L4_control_A2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.101162929 L4_control_A3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.4271504 L4_control_B1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.467154939 L4_control_B2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.848134081 L4_control_B3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.855368564 L4_control_C2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 6.720842087 L4_control_C3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.495108545 L4_chemical_A1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.393679463 L4_chemical_A2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.457101835 L4_chemical_A3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.199411053 L4_chemical_B1 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.032769899 L4_chemical_B2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.749366119 L4_chemical_B3 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.080040863 L4_chemical_C2 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.739284473 L4_chemical_C3 +LQ02X002930 F-box protein At1g10780 9.465156855 C6_control_A1 +LQ02X002930 F-box protein At1g10780 9.410067957 C6_control_A3 +LQ02X002930 F-box protein At1g10780 9.351510816 C6_control_B1 +LQ02X002930 F-box protein At1g10780 8.776343517 C6_control_B2 +LQ02X002930 F-box protein At1g10780 8.908816062 C6_control_B3 +LQ02X002930 F-box protein At1g10780 7.78238497 C6_control_C1 +LQ02X002930 F-box protein At1g10780 7.097322835 C6_control_C2 +LQ02X002930 F-box protein At1g10780 7.611464396 C6_control_C3 +LQ02X002930 F-box protein At1g10780 9.111852646 C6_chemical_A1 +LQ02X002930 F-box protein At1g10780 9.531963524 C6_chemical_A3 +LQ02X002930 F-box protein At1g10780 9.143076197 C6_chemical_B1 +LQ02X002930 F-box protein At1g10780 8.750392617 C6_chemical_B2 +LQ02X002930 F-box protein At1g10780 8.841698942 C6_chemical_B3 +LQ02X002930 F-box protein At1g10780 7.682451614 C6_chemical_C1 +LQ02X002930 F-box protein At1g10780 7.290763696 C6_chemical_C2 +LQ02X002930 F-box protein At1g10780 7.606101967 C6_chemical_C3 +LQ02X002930 F-box protein At1g10780 9.228982859 L4_control_A1 +LQ02X002930 F-box protein At1g10780 8.990399633 L4_control_A2 +LQ02X002930 F-box protein At1g10780 9.192353879 L4_control_A3 +LQ02X002930 F-box protein At1g10780 7.535702036 L4_control_B1 +LQ02X002930 F-box protein At1g10780 8.745438141 L4_control_B2 +LQ02X002930 F-box protein At1g10780 8.075698812 L4_control_B3 +LQ02X002930 F-box protein At1g10780 6.160276533 L4_control_C2 +LQ02X002930 F-box protein At1g10780 5.555846946 L4_control_C3 +LQ02X002930 F-box protein At1g10780 8.582792104 L4_chemical_A1 +LQ02X002930 F-box protein At1g10780 8.372650684 L4_chemical_A2 +LQ02X002930 F-box protein At1g10780 8.515823182 L4_chemical_A3 +LQ02X002930 F-box protein At1g10780 8.664204382 L4_chemical_B1 +LQ02X002930 F-box protein At1g10780 8.507237785 L4_chemical_B2 +LQ02X002930 F-box protein At1g10780 8.653122002 L4_chemical_B3 +LQ02X002930 F-box protein At1g10780 6.268125873 L4_chemical_C2 +LQ02X002930 F-box protein At1g10780 6.146850644 L4_chemical_C3 +LQ02X002940 Hypothetical protein 5.695641508 C6_control_A1 +LQ02X002940 Hypothetical protein 5.276186776 C6_control_A3 +LQ02X002940 Hypothetical protein 5.535748341 C6_control_B1 +LQ02X002940 Hypothetical protein 5.796524636 C6_control_B2 +LQ02X002940 Hypothetical protein 5.274258475 C6_control_B3 +LQ02X002940 Hypothetical protein 5.744192433 C6_control_C1 +LQ02X002940 Hypothetical protein 5.346207416 C6_control_C2 +LQ02X002940 Hypothetical protein 5.386944974 C6_control_C3 +LQ02X002940 Hypothetical protein 5.720310829 C6_chemical_A1 +LQ02X002940 Hypothetical protein 5.153808959 C6_chemical_A3 +LQ02X002940 Hypothetical protein 5.309223951 C6_chemical_B1 +LQ02X002940 Hypothetical protein 5.58465332 C6_chemical_B2 +LQ02X002940 Hypothetical protein 5.653292271 C6_chemical_B3 +LQ02X002940 Hypothetical protein 6.008223125 C6_chemical_C1 +LQ02X002940 Hypothetical protein 6.039639069 C6_chemical_C2 +LQ02X002940 Hypothetical protein 5.316222082 C6_chemical_C3 +LQ02X002940 Hypothetical protein 5.42412436 L4_control_A1 +LQ02X002940 Hypothetical protein 5.815769976 L4_control_A2 +LQ02X002940 Hypothetical protein 5.856834662 L4_control_A3 +LQ02X002940 Hypothetical protein 5.708061502 L4_control_B1 +LQ02X002940 Hypothetical protein 5.78567225 L4_control_B2 +LQ02X002940 Hypothetical protein 5.375176805 L4_control_B3 +LQ02X002940 Hypothetical protein 5.177721956 L4_control_C2 +LQ02X002940 Hypothetical protein 5.933065801 L4_control_C3 +LQ02X002940 Hypothetical protein 5.169546293 L4_chemical_A1 +LQ02X002940 Hypothetical protein 5.241210983 L4_chemical_A2 +LQ02X002940 Hypothetical protein 5.54864672 L4_chemical_A3 +LQ02X002940 Hypothetical protein 5.29047027 L4_chemical_B1 +LQ02X002940 Hypothetical protein 5.567635888 L4_chemical_B2 +LQ02X002940 Hypothetical protein 5.210865745 L4_chemical_B3 +LQ02X002940 Hypothetical protein 6.425387118 L4_chemical_C2 +LQ02X002940 Hypothetical protein 5.302229551 L4_chemical_C3 +LQ02X002950 F-box protein At1g10780 5.828806663 C6_control_A1 +LQ02X002950 F-box protein At1g10780 5.78630737 C6_control_A3 +LQ02X002950 F-box protein At1g10780 6.020459986 C6_control_B1 +LQ02X002950 F-box protein At1g10780 5.781669167 C6_control_B2 +LQ02X002950 F-box protein At1g10780 6.934823869 C6_control_B3 +LQ02X002950 F-box protein At1g10780 5.533026128 C6_control_C1 +LQ02X002950 F-box protein At1g10780 5.525655155 C6_control_C2 +LQ02X002950 F-box protein At1g10780 5.799793764 C6_control_C3 +LQ02X002950 F-box protein At1g10780 6.427397864 C6_chemical_A1 +LQ02X002950 F-box protein At1g10780 5.827290205 C6_chemical_A3 +LQ02X002950 F-box protein At1g10780 6.706144419 C6_chemical_B1 +LQ02X002950 F-box protein At1g10780 6.102051722 C6_chemical_B2 +LQ02X002950 F-box protein At1g10780 7.005202755 C6_chemical_B3 +LQ02X002950 F-box protein At1g10780 5.194790871 C6_chemical_C1 +LQ02X002950 F-box protein At1g10780 5.78618 C6_chemical_C2 +LQ02X002950 F-box protein At1g10780 5.430953478 C6_chemical_C3 +LQ02X002950 F-box protein At1g10780 6.071591345 L4_control_A1 +LQ02X002950 F-box protein At1g10780 5.867294858 L4_control_A2 +LQ02X002950 F-box protein At1g10780 5.246624387 L4_control_A3 +LQ02X002950 F-box protein At1g10780 7.227616333 L4_control_B1 +LQ02X002950 F-box protein At1g10780 6.369899699 L4_control_B2 +LQ02X002950 F-box protein At1g10780 6.744542692 L4_control_B3 +LQ02X002950 F-box protein At1g10780 5.797487744 L4_control_C2 +LQ02X002950 F-box protein At1g10780 5.807428387 L4_control_C3 +LQ02X002950 F-box protein At1g10780 6.163214026 L4_chemical_A1 +LQ02X002950 F-box protein At1g10780 5.814854598 L4_chemical_A2 +LQ02X002950 F-box protein At1g10780 5.47833103 L4_chemical_A3 +LQ02X002950 F-box protein At1g10780 5.975524423 L4_chemical_B1 +LQ02X002950 F-box protein At1g10780 6.531383308 L4_chemical_B2 +LQ02X002950 F-box protein At1g10780 6.744786721 L4_chemical_B3 +LQ02X002950 F-box protein At1g10780 5.483600553 L4_chemical_C2 +LQ02X002950 F-box protein At1g10780 6.167780813 L4_chemical_C3 +LQ02X002970 Putative uncharacterized protein 12.3617223 C6_control_A1 +LQ02X002970 Putative uncharacterized protein 12.09997334 C6_control_A3 +LQ02X002970 Putative uncharacterized protein 12.85622447 C6_control_B1 +LQ02X002970 Putative uncharacterized protein 12.05737299 C6_control_B2 +LQ02X002970 Putative uncharacterized protein 12.60745024 C6_control_B3 +LQ02X002970 Putative uncharacterized protein 11.47413116 C6_control_C1 +LQ02X002970 Putative uncharacterized protein 11.21729254 C6_control_C2 +LQ02X002970 Putative uncharacterized protein 11.4624787 C6_control_C3 +LQ02X002970 Putative uncharacterized protein 12.34045141 C6_chemical_A1 +LQ02X002970 Putative uncharacterized protein 12.14626947 C6_chemical_A3 +LQ02X002970 Putative uncharacterized protein 12.74330479 C6_chemical_B1 +LQ02X002970 Putative uncharacterized protein 12.10446037 C6_chemical_B2 +LQ02X002970 Putative uncharacterized protein 12.39076934 C6_chemical_B3 +LQ02X002970 Putative uncharacterized protein 11.68942324 C6_chemical_C1 +LQ02X002970 Putative uncharacterized protein 11.32291368 C6_chemical_C2 +LQ02X002970 Putative uncharacterized protein 11.70284365 C6_chemical_C3 +LQ02X002970 Putative uncharacterized protein 12.55307894 L4_control_A1 +LQ02X002970 Putative uncharacterized protein 12.25578966 L4_control_A2 +LQ02X002970 Putative uncharacterized protein 12.33829218 L4_control_A3 +LQ02X002970 Putative uncharacterized protein 12.82882599 L4_control_B1 +LQ02X002970 Putative uncharacterized protein 13.0419814 L4_control_B2 +LQ02X002970 Putative uncharacterized protein 12.33212833 L4_control_B3 +LQ02X002970 Putative uncharacterized protein 12.44524337 L4_control_C2 +LQ02X002970 Putative uncharacterized protein 12.11656535 L4_control_C3 +LQ02X002970 Putative uncharacterized protein 12.16766645 L4_chemical_A1 +LQ02X002970 Putative uncharacterized protein 12.25934657 L4_chemical_A2 +LQ02X002970 Putative uncharacterized protein 12.10510781 L4_chemical_A3 +LQ02X002970 Putative uncharacterized protein 12.94655779 L4_chemical_B1 +LQ02X002970 Putative uncharacterized protein 13.3239769 L4_chemical_B2 +LQ02X002970 Putative uncharacterized protein 12.26362457 L4_chemical_B3 +LQ02X002970 Putative uncharacterized protein 12.51916178 L4_chemical_C2 +LQ02X002970 Putative uncharacterized protein 12.03652483 L4_chemical_C3 +LQ02X002980 Putative uncharacterized protein 10.36991811 C6_control_A1 +LQ02X002980 Putative uncharacterized protein 10.43412124 C6_control_A3 +LQ02X002980 Putative uncharacterized protein 10.36829026 C6_control_B1 +LQ02X002980 Putative uncharacterized protein 9.306039844 C6_control_B2 +LQ02X002980 Putative uncharacterized protein 9.625452009 C6_control_B3 +LQ02X002980 Putative uncharacterized protein 9.93224116 C6_control_C1 +LQ02X002980 Putative uncharacterized protein 9.139403252 C6_control_C2 +LQ02X002980 Putative uncharacterized protein 8.280113886 C6_control_C3 +LQ02X002980 Putative uncharacterized protein 10.51280556 C6_chemical_A1 +LQ02X002980 Putative uncharacterized protein 10.23078805 C6_chemical_A3 +LQ02X002980 Putative uncharacterized protein 10.3153634 C6_chemical_B1 +LQ02X002980 Putative uncharacterized protein 9.369408512 C6_chemical_B2 +LQ02X002980 Putative uncharacterized protein 9.247215901 C6_chemical_B3 +LQ02X002980 Putative uncharacterized protein 9.991019492 C6_chemical_C1 +LQ02X002980 Putative uncharacterized protein 9.343528935 C6_chemical_C2 +LQ02X002980 Putative uncharacterized protein 8.272032985 C6_chemical_C3 +LQ02X002980 Putative uncharacterized protein 9.768854184 L4_control_A1 +LQ02X002980 Putative uncharacterized protein 9.725956507 L4_control_A2 +LQ02X002980 Putative uncharacterized protein 10.45165242 L4_control_A3 +LQ02X002980 Putative uncharacterized protein 9.404640748 L4_control_B1 +LQ02X002980 Putative uncharacterized protein 9.830999715 L4_control_B2 +LQ02X002980 Putative uncharacterized protein 8.317911958 L4_control_B3 +LQ02X002980 Putative uncharacterized protein 9.686145894 L4_control_C2 +LQ02X002980 Putative uncharacterized protein 8.723415709 L4_control_C3 +LQ02X002980 Putative uncharacterized protein 9.978904189 L4_chemical_A1 +LQ02X002980 Putative uncharacterized protein 10.18567624 L4_chemical_A2 +LQ02X002980 Putative uncharacterized protein 10.21010221 L4_chemical_A3 +LQ02X002980 Putative uncharacterized protein 9.926042325 L4_chemical_B1 +LQ02X002980 Putative uncharacterized protein 10.07072949 L4_chemical_B2 +LQ02X002980 Putative uncharacterized protein 8.900350228 L4_chemical_B3 +LQ02X002980 Putative uncharacterized protein 10.22719843 L4_chemical_C2 +LQ02X002980 Putative uncharacterized protein 8.982715322 L4_chemical_C3 +LQ02X002990 Predicted protein 12.30397392 C6_control_A1 +LQ02X002990 Predicted protein 12.05401849 C6_control_A3 +LQ02X002990 Predicted protein 12.24683126 C6_control_B1 +LQ02X002990 Predicted protein 12.38593225 C6_control_B2 +LQ02X002990 Predicted protein 12.30992271 C6_control_B3 +LQ02X002990 Predicted protein 13.1625772 C6_control_C1 +LQ02X002990 Predicted protein 13.04448713 C6_control_C2 +LQ02X002990 Predicted protein 13.12431036 C6_control_C3 +LQ02X002990 Predicted protein 12.21407168 C6_chemical_A1 +LQ02X002990 Predicted protein 12.2800274 C6_chemical_A3 +LQ02X002990 Predicted protein 12.56309701 C6_chemical_B1 +LQ02X002990 Predicted protein 12.91304409 C6_chemical_B2 +LQ02X002990 Predicted protein 12.68876569 C6_chemical_B3 +LQ02X002990 Predicted protein 13.063774 C6_chemical_C1 +LQ02X002990 Predicted protein 13.0872051 C6_chemical_C2 +LQ02X002990 Predicted protein 13.16590198 C6_chemical_C3 +LQ02X002990 Predicted protein 12.16521142 L4_control_A1 +LQ02X002990 Predicted protein 12.130389 L4_control_A2 +LQ02X002990 Predicted protein 11.7746253 L4_control_A3 +LQ02X002990 Predicted protein 12.09125245 L4_control_B1 +LQ02X002990 Predicted protein 12.48085772 L4_control_B2 +LQ02X002990 Predicted protein 13.08261017 L4_control_B3 +LQ02X002990 Predicted protein 13.04208636 L4_control_C2 +LQ02X002990 Predicted protein 12.79674944 L4_control_C3 +LQ02X002990 Predicted protein 12.34587297 L4_chemical_A1 +LQ02X002990 Predicted protein 11.97897595 L4_chemical_A2 +LQ02X002990 Predicted protein 11.83580016 L4_chemical_A3 +LQ02X002990 Predicted protein 11.80502984 L4_chemical_B1 +LQ02X002990 Predicted protein 11.99992171 L4_chemical_B2 +LQ02X002990 Predicted protein 12.73890169 L4_chemical_B3 +LQ02X002990 Predicted protein 12.76771682 L4_chemical_C2 +LQ02X002990 Predicted protein 12.84746693 L4_chemical_C3 +LQ02X003030 Putative uncharacterized protein 9.032861879 C6_control_A1 +LQ02X003030 Putative uncharacterized protein 10.22091362 C6_control_A3 +LQ02X003030 Putative uncharacterized protein 9.147440525 C6_control_B1 +LQ02X003030 Putative uncharacterized protein 8.842292574 C6_control_B2 +LQ02X003030 Putative uncharacterized protein 9.123132202 C6_control_B3 +LQ02X003030 Putative uncharacterized protein 8.83063213 C6_control_C1 +LQ02X003030 Putative uncharacterized protein 10.0639168 C6_control_C2 +LQ02X003030 Putative uncharacterized protein 8.354261925 C6_control_C3 +LQ02X003030 Putative uncharacterized protein 11.36967817 C6_chemical_A1 +LQ02X003030 Putative uncharacterized protein 9.962099884 C6_chemical_A3 +LQ02X003030 Putative uncharacterized protein 11.52429021 C6_chemical_B1 +LQ02X003030 Putative uncharacterized protein 10.00796407 C6_chemical_B2 +LQ02X003030 Putative uncharacterized protein 10.98861827 C6_chemical_B3 +LQ02X003030 Putative uncharacterized protein 10.82989321 C6_chemical_C1 +LQ02X003030 Putative uncharacterized protein 10.54080434 C6_chemical_C2 +LQ02X003030 Putative uncharacterized protein 10.39851488 C6_chemical_C3 +LQ02X003030 Putative uncharacterized protein 10.53118867 L4_control_A1 +LQ02X003030 Putative uncharacterized protein 11.27814956 L4_control_A2 +LQ02X003030 Putative uncharacterized protein 10.73777314 L4_control_A3 +LQ02X003030 Putative uncharacterized protein 11.46479709 L4_control_B1 +LQ02X003030 Putative uncharacterized protein 11.69116799 L4_control_B2 +LQ02X003030 Putative uncharacterized protein 9.959108304 L4_control_B3 +LQ02X003030 Putative uncharacterized protein 12.31958817 L4_control_C2 +LQ02X003030 Putative uncharacterized protein 11.2087431 L4_control_C3 +LQ02X003030 Putative uncharacterized protein 10.30094012 L4_chemical_A1 +LQ02X003030 Putative uncharacterized protein 11.44571892 L4_chemical_A2 +LQ02X003030 Putative uncharacterized protein 11.15326782 L4_chemical_A3 +LQ02X003030 Putative uncharacterized protein 12.06573125 L4_chemical_B1 +LQ02X003030 Putative uncharacterized protein 12.38176774 L4_chemical_B2 +LQ02X003030 Putative uncharacterized protein 9.822813014 L4_chemical_B3 +LQ02X003030 Putative uncharacterized protein 11.85418008 L4_chemical_C2 +LQ02X003030 Putative uncharacterized protein 11.21179582 L4_chemical_C3 +LQ02X003040 Predicted protein 11.22957399 C6_control_A1 +LQ02X003040 Predicted protein 11.91565736 C6_control_A3 +LQ02X003040 Predicted protein 11.62194514 C6_control_B1 +LQ02X003040 Predicted protein 12.08209949 C6_control_B2 +LQ02X003040 Predicted protein 11.98200129 C6_control_B3 +LQ02X003040 Predicted protein 12.29766116 C6_control_C1 +LQ02X003040 Predicted protein 12.49244251 C6_control_C2 +LQ02X003040 Predicted protein 12.43559466 C6_control_C3 +LQ02X003040 Predicted protein 11.32062593 C6_chemical_A1 +LQ02X003040 Predicted protein 12.24994842 C6_chemical_A3 +LQ02X003040 Predicted protein 11.99262869 C6_chemical_B1 +LQ02X003040 Predicted protein 11.92247364 C6_chemical_B2 +LQ02X003040 Predicted protein 11.82482333 C6_chemical_B3 +LQ02X003040 Predicted protein 12.24084403 C6_chemical_C1 +LQ02X003040 Predicted protein 12.25145161 C6_chemical_C2 +LQ02X003040 Predicted protein 12.56275661 C6_chemical_C3 +LQ02X003040 Predicted protein 11.26475336 L4_control_A1 +LQ02X003040 Predicted protein 12.05031254 L4_control_A2 +LQ02X003040 Predicted protein 11.69761101 L4_control_A3 +LQ02X003040 Predicted protein 12.39498507 L4_control_B1 +LQ02X003040 Predicted protein 13.00920237 L4_control_B2 +LQ02X003040 Predicted protein 13.04210979 L4_control_B3 +LQ02X003040 Predicted protein 13.24349799 L4_control_C2 +LQ02X003040 Predicted protein 13.4798483 L4_control_C3 +LQ02X003040 Predicted protein 11.37894998 L4_chemical_A1 +LQ02X003040 Predicted protein 12.02160102 L4_chemical_A2 +LQ02X003040 Predicted protein 11.33362908 L4_chemical_A3 +LQ02X003040 Predicted protein 12.38615513 L4_chemical_B1 +LQ02X003040 Predicted protein 13.03104781 L4_chemical_B2 +LQ02X003040 Predicted protein 11.98015331 L4_chemical_B3 +LQ02X003040 Predicted protein 13.30634538 L4_chemical_C2 +LQ02X003040 Predicted protein 13.85023339 L4_chemical_C3 +LQ02X003110 Basic blue protein 12.3170281 C6_control_A1 +LQ02X003110 Basic blue protein 13.64804368 C6_control_A3 +LQ02X003110 Basic blue protein 10.5686269 C6_control_B1 +LQ02X003110 Basic blue protein 8.817792443 C6_control_B2 +LQ02X003110 Basic blue protein 10.09325883 C6_control_B3 +LQ02X003110 Basic blue protein 7.099922368 C6_control_C1 +LQ02X003110 Basic blue protein 6.326045282 C6_control_C2 +LQ02X003110 Basic blue protein 6.908317516 C6_control_C3 +LQ02X003110 Basic blue protein 11.55784396 C6_chemical_A1 +LQ02X003110 Basic blue protein 13.63928635 C6_chemical_A3 +LQ02X003110 Basic blue protein 9.705560239 C6_chemical_B1 +LQ02X003110 Basic blue protein 8.061362049 C6_chemical_B2 +LQ02X003110 Basic blue protein 8.753783868 C6_chemical_B3 +LQ02X003110 Basic blue protein 7.393524627 C6_chemical_C1 +LQ02X003110 Basic blue protein 6.67098478 C6_chemical_C2 +LQ02X003110 Basic blue protein 7.306604454 C6_chemical_C3 +LQ02X003110 Basic blue protein 13.35920585 L4_control_A1 +LQ02X003110 Basic blue protein 12.11308559 L4_control_A2 +LQ02X003110 Basic blue protein 13.23742303 L4_control_A3 +LQ02X003110 Basic blue protein 10.04857238 L4_control_B1 +LQ02X003110 Basic blue protein 8.759185736 L4_control_B2 +LQ02X003110 Basic blue protein 9.875913396 L4_control_B3 +LQ02X003110 Basic blue protein 6.264226889 L4_control_C2 +LQ02X003110 Basic blue protein 8.04985623 L4_control_C3 +LQ02X003110 Basic blue protein 12.37971291 L4_chemical_A1 +LQ02X003110 Basic blue protein 11.54164305 L4_chemical_A2 +LQ02X003110 Basic blue protein 12.75038498 L4_chemical_A3 +LQ02X003110 Basic blue protein 10.71726149 L4_chemical_B1 +LQ02X003110 Basic blue protein 9.485724324 L4_chemical_B2 +LQ02X003110 Basic blue protein 9.979348366 L4_chemical_B3 +LQ02X003110 Basic blue protein 5.697586726 L4_chemical_C2 +LQ02X003110 Basic blue protein 7.378922318 L4_chemical_C3 +LQ02X003120 Putative uncharacterized protein 10.28042344 C6_control_A1 +LQ02X003120 Putative uncharacterized protein 9.344011509 C6_control_A3 +LQ02X003120 Putative uncharacterized protein 10.16411459 C6_control_B1 +LQ02X003120 Putative uncharacterized protein 10.32147676 C6_control_B2 +LQ02X003120 Putative uncharacterized protein 9.726203588 C6_control_B3 +LQ02X003120 Putative uncharacterized protein 10.70361166 C6_control_C1 +LQ02X003120 Putative uncharacterized protein 10.14641845 C6_control_C2 +LQ02X003120 Putative uncharacterized protein 9.762121309 C6_control_C3 +LQ02X003120 Putative uncharacterized protein 9.886237033 C6_chemical_A1 +LQ02X003120 Putative uncharacterized protein 9.77056353 C6_chemical_A3 +LQ02X003120 Putative uncharacterized protein 10.11756531 C6_chemical_B1 +LQ02X003120 Putative uncharacterized protein 10.50823801 C6_chemical_B2 +LQ02X003120 Putative uncharacterized protein 9.445531377 C6_chemical_B3 +LQ02X003120 Putative uncharacterized protein 10.94312552 C6_chemical_C1 +LQ02X003120 Putative uncharacterized protein 10.64610305 C6_chemical_C2 +LQ02X003120 Putative uncharacterized protein 10.19731081 C6_chemical_C3 +LQ02X003120 Putative uncharacterized protein 10.74925984 L4_control_A1 +LQ02X003120 Putative uncharacterized protein 10.76566046 L4_control_A2 +LQ02X003120 Putative uncharacterized protein 8.588584266 L4_control_A3 +LQ02X003120 Putative uncharacterized protein 11.10110795 L4_control_B1 +LQ02X003120 Putative uncharacterized protein 10.53418485 L4_control_B2 +LQ02X003120 Putative uncharacterized protein 10.38220622 L4_control_B3 +LQ02X003120 Putative uncharacterized protein 10.6881796 L4_control_C2 +LQ02X003120 Putative uncharacterized protein 10.00429732 L4_control_C3 +LQ02X003120 Putative uncharacterized protein 11.04809873 L4_chemical_A1 +LQ02X003120 Putative uncharacterized protein 10.94971139 L4_chemical_A2 +LQ02X003120 Putative uncharacterized protein 9.239284297 L4_chemical_A3 +LQ02X003120 Putative uncharacterized protein 10.60448066 L4_chemical_B1 +LQ02X003120 Putative uncharacterized protein 11.04440246 L4_chemical_B2 +LQ02X003120 Putative uncharacterized protein 10.34661696 L4_chemical_B3 +LQ02X003120 Putative uncharacterized protein 11.4512948 L4_chemical_C2 +LQ02X003120 Putative uncharacterized protein 10.38065887 L4_chemical_C3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.40507725 C6_control_A1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.29167811 C6_control_A3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.35304988 C6_control_B1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.1845413 C6_control_B2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.28297289 C6_control_B3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.84202912 C6_control_C1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.71280123 C6_control_C2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.97970858 C6_control_C3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.3338893 C6_chemical_A1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.32978965 C6_chemical_A3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.30562488 C6_chemical_B1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.00184987 C6_chemical_B2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.14938217 C6_chemical_B3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.95407994 C6_chemical_C1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.00075914 C6_chemical_C2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.59456344 C6_chemical_C3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.20616305 L4_control_A1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.71214278 L4_control_A2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.30952313 L4_control_A3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.10696427 L4_control_B1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.41975575 L4_control_B2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.48259271 L4_control_B3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.87005648 L4_control_C2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.73299623 L4_control_C3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.29431278 L4_chemical_A1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.64081438 L4_chemical_A2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.01847589 L4_chemical_A3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.49776922 L4_chemical_B1 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.57748509 L4_chemical_B2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.9531306 L4_chemical_B3 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.12814426 L4_chemical_C2 +LQ02X003170 Arginine/serine-rich splicing factor, putative 12.8309173 L4_chemical_C3 +LQ02X003180 Ptm1, putative 11.20129449 C6_control_A1 +LQ02X003180 Ptm1, putative 10.37208877 C6_control_A3 +LQ02X003180 Ptm1, putative 11.72067171 C6_control_B1 +LQ02X003180 Ptm1, putative 11.31711518 C6_control_B2 +LQ02X003180 Ptm1, putative 11.48937177 C6_control_B3 +LQ02X003180 Ptm1, putative 8.688118259 C6_control_C1 +LQ02X003180 Ptm1, putative 9.056847411 C6_control_C2 +LQ02X003180 Ptm1, putative 8.095961305 C6_control_C3 +LQ02X003180 Ptm1, putative 10.91215605 C6_chemical_A1 +LQ02X003180 Ptm1, putative 10.76683513 C6_chemical_A3 +LQ02X003180 Ptm1, putative 11.81304969 C6_chemical_B1 +LQ02X003180 Ptm1, putative 11.35392603 C6_chemical_B2 +LQ02X003180 Ptm1, putative 11.31940733 C6_chemical_B3 +LQ02X003180 Ptm1, putative 8.77684055 C6_chemical_C1 +LQ02X003180 Ptm1, putative 8.435346003 C6_chemical_C2 +LQ02X003180 Ptm1, putative 7.926072393 C6_chemical_C3 +LQ02X003180 Ptm1, putative 10.61353881 L4_control_A1 +LQ02X003180 Ptm1, putative 10.70992249 L4_control_A2 +LQ02X003180 Ptm1, putative 10.4377695 L4_control_A3 +LQ02X003180 Ptm1, putative 11.93269598 L4_control_B1 +LQ02X003180 Ptm1, putative 12.18368134 L4_control_B2 +LQ02X003180 Ptm1, putative 11.66800485 L4_control_B3 +LQ02X003180 Ptm1, putative 8.812348877 L4_control_C2 +LQ02X003180 Ptm1, putative 8.891742144 L4_control_C3 +LQ02X003180 Ptm1, putative 9.853302511 L4_chemical_A1 +LQ02X003180 Ptm1, putative 9.832608289 L4_chemical_A2 +LQ02X003180 Ptm1, putative 10.13774371 L4_chemical_A3 +LQ02X003180 Ptm1, putative 10.97493174 L4_chemical_B1 +LQ02X003180 Ptm1, putative 11.37654536 L4_chemical_B2 +LQ02X003180 Ptm1, putative 11.22259662 L4_chemical_B3 +LQ02X003180 Ptm1, putative 8.907438233 L4_chemical_C2 +LQ02X003180 Ptm1, putative 8.998462003 L4_chemical_C3 +LQ02X003190 Putative uncharacterized protein 6.364884256 C6_control_A1 +LQ02X003190 Putative uncharacterized protein 6.25959296 C6_control_A3 +LQ02X003190 Putative uncharacterized protein 5.458386323 C6_control_B1 +LQ02X003190 Putative uncharacterized protein 5.64643723 C6_control_B2 +LQ02X003190 Putative uncharacterized protein 5.813601744 C6_control_B3 +LQ02X003190 Putative uncharacterized protein 5.756472837 C6_control_C1 +LQ02X003190 Putative uncharacterized protein 5.934402343 C6_control_C2 +LQ02X003190 Putative uncharacterized protein 6.001008675 C6_control_C3 +LQ02X003190 Putative uncharacterized protein 6.256144132 C6_chemical_A1 +LQ02X003190 Putative uncharacterized protein 6.373301556 C6_chemical_A3 +LQ02X003190 Putative uncharacterized protein 5.558178728 C6_chemical_B1 +LQ02X003190 Putative uncharacterized protein 5.907082606 C6_chemical_B2 +LQ02X003190 Putative uncharacterized protein 5.631067475 C6_chemical_B3 +LQ02X003190 Putative uncharacterized protein 5.658384439 C6_chemical_C1 +LQ02X003190 Putative uncharacterized protein 5.907108892 C6_chemical_C2 +LQ02X003190 Putative uncharacterized protein 5.970139038 C6_chemical_C3 +LQ02X003190 Putative uncharacterized protein 5.780523125 L4_control_A1 +LQ02X003190 Putative uncharacterized protein 6.067284255 L4_control_A2 +LQ02X003190 Putative uncharacterized protein 6.105488146 L4_control_A3 +LQ02X003190 Putative uncharacterized protein 5.83021015 L4_control_B1 +LQ02X003190 Putative uncharacterized protein 6.291832565 L4_control_B2 +LQ02X003190 Putative uncharacterized protein 5.934898741 L4_control_B3 +LQ02X003190 Putative uncharacterized protein 6.248146998 L4_control_C2 +LQ02X003190 Putative uncharacterized protein 5.572714378 L4_control_C3 +LQ02X003190 Putative uncharacterized protein 5.761366008 L4_chemical_A1 +LQ02X003190 Putative uncharacterized protein 6.124103406 L4_chemical_A2 +LQ02X003190 Putative uncharacterized protein 6.515290636 L4_chemical_A3 +LQ02X003190 Putative uncharacterized protein 6.344430769 L4_chemical_B1 +LQ02X003190 Putative uncharacterized protein 7.095576733 L4_chemical_B2 +LQ02X003190 Putative uncharacterized protein 5.544602955 L4_chemical_B3 +LQ02X003190 Putative uncharacterized protein 5.847995688 L4_chemical_C2 +LQ02X003190 Putative uncharacterized protein 5.810210372 L4_chemical_C3 +LQ02X003200 mRNA turnover protein 4 homolog 12.62457253 C6_control_A1 +LQ02X003200 mRNA turnover protein 4 homolog 13.29922135 C6_control_A3 +LQ02X003200 mRNA turnover protein 4 homolog 11.8734746 C6_control_B1 +LQ02X003200 mRNA turnover protein 4 homolog 11.6802449 C6_control_B2 +LQ02X003200 mRNA turnover protein 4 homolog 11.55486911 C6_control_B3 +LQ02X003200 mRNA turnover protein 4 homolog 12.08403432 C6_control_C1 +LQ02X003200 mRNA turnover protein 4 homolog 12.00851564 C6_control_C2 +LQ02X003200 mRNA turnover protein 4 homolog 11.84505432 C6_control_C3 +LQ02X003200 mRNA turnover protein 4 homolog 12.18375977 C6_chemical_A1 +LQ02X003200 mRNA turnover protein 4 homolog 12.50073976 C6_chemical_A3 +LQ02X003200 mRNA turnover protein 4 homolog 11.13651499 C6_chemical_B1 +LQ02X003200 mRNA turnover protein 4 homolog 11.42388408 C6_chemical_B2 +LQ02X003200 mRNA turnover protein 4 homolog 11.15474451 C6_chemical_B3 +LQ02X003200 mRNA turnover protein 4 homolog 11.95084153 C6_chemical_C1 +LQ02X003200 mRNA turnover protein 4 homolog 11.99462585 C6_chemical_C2 +LQ02X003200 mRNA turnover protein 4 homolog 11.8629083 C6_chemical_C3 +LQ02X003200 mRNA turnover protein 4 homolog 12.44608664 L4_control_A1 +LQ02X003200 mRNA turnover protein 4 homolog 11.8608633 L4_control_A2 +LQ02X003200 mRNA turnover protein 4 homolog 12.44976176 L4_control_A3 +LQ02X003200 mRNA turnover protein 4 homolog 11.24635761 L4_control_B1 +LQ02X003200 mRNA turnover protein 4 homolog 11.15045383 L4_control_B2 +LQ02X003200 mRNA turnover protein 4 homolog 11.36898691 L4_control_B3 +LQ02X003200 mRNA turnover protein 4 homolog 12.05646954 L4_control_C2 +LQ02X003200 mRNA turnover protein 4 homolog 11.47020882 L4_control_C3 +LQ02X003200 mRNA turnover protein 4 homolog 12.40417537 L4_chemical_A1 +LQ02X003200 mRNA turnover protein 4 homolog 11.11068376 L4_chemical_A2 +LQ02X003200 mRNA turnover protein 4 homolog 12.14069103 L4_chemical_A3 +LQ02X003200 mRNA turnover protein 4 homolog 11.47934796 L4_chemical_B1 +LQ02X003200 mRNA turnover protein 4 homolog 10.91621473 L4_chemical_B2 +LQ02X003200 mRNA turnover protein 4 homolog 11.2817866 L4_chemical_B3 +LQ02X003200 mRNA turnover protein 4 homolog 11.86961967 L4_chemical_C2 +LQ02X003200 mRNA turnover protein 4 homolog 11.56916114 L4_chemical_C3 +LQ02X003210 Putative uncharacterized protein 4.843726048 C6_control_A1 +LQ02X003210 Putative uncharacterized protein 4.91560684 C6_control_A3 +LQ02X003210 Putative uncharacterized protein 5.414425143 C6_control_B1 +LQ02X003210 Putative uncharacterized protein 5.24816919 C6_control_B2 +LQ02X003210 Putative uncharacterized protein 4.962205847 C6_control_B3 +LQ02X003210 Putative uncharacterized protein 5.477780918 C6_control_C1 +LQ02X003210 Putative uncharacterized protein 5.689118808 C6_control_C2 +LQ02X003210 Putative uncharacterized protein 5.286782245 C6_control_C3 +LQ02X003210 Putative uncharacterized protein 4.860261669 C6_chemical_A1 +LQ02X003210 Putative uncharacterized protein 4.868993517 C6_chemical_A3 +LQ02X003210 Putative uncharacterized protein 5.269714027 C6_chemical_B1 +LQ02X003210 Putative uncharacterized protein 4.992964255 C6_chemical_B2 +LQ02X003210 Putative uncharacterized protein 4.865232517 C6_chemical_B3 +LQ02X003210 Putative uncharacterized protein 5.186004871 C6_chemical_C1 +LQ02X003210 Putative uncharacterized protein 5.100164037 C6_chemical_C2 +LQ02X003210 Putative uncharacterized protein 4.981802103 C6_chemical_C3 +LQ02X003210 Putative uncharacterized protein 4.876398792 L4_control_A1 +LQ02X003210 Putative uncharacterized protein 4.579943293 L4_control_A2 +LQ02X003210 Putative uncharacterized protein 4.690731406 L4_control_A3 +LQ02X003210 Putative uncharacterized protein 5.145702127 L4_control_B1 +LQ02X003210 Putative uncharacterized protein 4.688708758 L4_control_B2 +LQ02X003210 Putative uncharacterized protein 4.789675031 L4_control_B3 +LQ02X003210 Putative uncharacterized protein 4.711902928 L4_control_C2 +LQ02X003210 Putative uncharacterized protein 5.253971076 L4_control_C3 +LQ02X003210 Putative uncharacterized protein 4.786665458 L4_chemical_A1 +LQ02X003210 Putative uncharacterized protein 4.622540924 L4_chemical_A2 +LQ02X003210 Putative uncharacterized protein 5.11034645 L4_chemical_A3 +LQ02X003210 Putative uncharacterized protein 4.87227011 L4_chemical_B1 +LQ02X003210 Putative uncharacterized protein 5.250888986 L4_chemical_B2 +LQ02X003210 Putative uncharacterized protein 4.737289941 L4_chemical_B3 +LQ02X003210 Putative uncharacterized protein 5.080723714 L4_chemical_C2 +LQ02X003210 Putative uncharacterized protein 4.898786095 L4_chemical_C3 +LQ02X003230 Predicted protein 5.675559845 C6_control_A1 +LQ02X003230 Predicted protein 5.685731129 C6_control_A3 +LQ02X003230 Predicted protein 5.419332819 C6_control_B1 +LQ02X003230 Predicted protein 5.084200738 C6_control_B2 +LQ02X003230 Predicted protein 5.895773995 C6_control_B3 +LQ02X003230 Predicted protein 4.823624657 C6_control_C1 +LQ02X003230 Predicted protein 4.773716436 C6_control_C2 +LQ02X003230 Predicted protein 5.073689775 C6_control_C3 +LQ02X003230 Predicted protein 5.590455869 C6_chemical_A1 +LQ02X003230 Predicted protein 5.417988837 C6_chemical_A3 +LQ02X003230 Predicted protein 5.919262585 C6_chemical_B1 +LQ02X003230 Predicted protein 4.998634781 C6_chemical_B2 +LQ02X003230 Predicted protein 5.747381039 C6_chemical_B3 +LQ02X003230 Predicted protein 4.796700084 C6_chemical_C1 +LQ02X003230 Predicted protein 4.845621285 C6_chemical_C2 +LQ02X003230 Predicted protein 5.171538223 C6_chemical_C3 +LQ02X003230 Predicted protein 5.300054691 L4_control_A1 +LQ02X003230 Predicted protein 5.983726253 L4_control_A2 +LQ02X003230 Predicted protein 5.572295371 L4_control_A3 +LQ02X003230 Predicted protein 5.931379941 L4_control_B1 +LQ02X003230 Predicted protein 5.74636 L4_control_B2 +LQ02X003230 Predicted protein 5.661433672 L4_control_B3 +LQ02X003230 Predicted protein 5.601001003 L4_control_C2 +LQ02X003230 Predicted protein 6.696565703 L4_control_C3 +LQ02X003230 Predicted protein 5.32749743 L4_chemical_A1 +LQ02X003230 Predicted protein 5.717269729 L4_chemical_A2 +LQ02X003230 Predicted protein 5.835454282 L4_chemical_A3 +LQ02X003230 Predicted protein 5.309711123 L4_chemical_B1 +LQ02X003230 Predicted protein 5.348231632 L4_chemical_B2 +LQ02X003230 Predicted protein 5.60070134 L4_chemical_B3 +LQ02X003230 Predicted protein 5.746493676 L4_chemical_C2 +LQ02X003230 Predicted protein 5.911651714 L4_chemical_C3 +LQ02X003250 Predicted protein 5.155551197 C6_control_A1 +LQ02X003250 Predicted protein 4.92837562 C6_control_A3 +LQ02X003250 Predicted protein 4.805187284 C6_control_B1 +LQ02X003250 Predicted protein 4.979040112 C6_control_B2 +LQ02X003250 Predicted protein 4.807211278 C6_control_B3 +LQ02X003250 Predicted protein 4.770073851 C6_control_C1 +LQ02X003250 Predicted protein 4.834774738 C6_control_C2 +LQ02X003250 Predicted protein 5.483486625 C6_control_C3 +LQ02X003250 Predicted protein 5.33465333 C6_chemical_A1 +LQ02X003250 Predicted protein 4.720158046 C6_chemical_A3 +LQ02X003250 Predicted protein 5.070052675 C6_chemical_B1 +LQ02X003250 Predicted protein 4.921684948 C6_chemical_B2 +LQ02X003250 Predicted protein 5.264723479 C6_chemical_B3 +LQ02X003250 Predicted protein 4.904964496 C6_chemical_C1 +LQ02X003250 Predicted protein 5.148930865 C6_chemical_C2 +LQ02X003250 Predicted protein 4.983165404 C6_chemical_C3 +LQ02X003250 Predicted protein 4.959784548 L4_control_A1 +LQ02X003250 Predicted protein 4.970038244 L4_control_A2 +LQ02X003250 Predicted protein 4.783347442 L4_control_A3 +LQ02X003250 Predicted protein 5.661742706 L4_control_B1 +LQ02X003250 Predicted protein 4.895130392 L4_control_B2 +LQ02X003250 Predicted protein 4.678193694 L4_control_B3 +LQ02X003250 Predicted protein 6.289225543 L4_control_C2 +LQ02X003250 Predicted protein 5.120350122 L4_control_C3 +LQ02X003250 Predicted protein 4.870213239 L4_chemical_A1 +LQ02X003250 Predicted protein 4.866262909 L4_chemical_A2 +LQ02X003250 Predicted protein 4.890970794 L4_chemical_A3 +LQ02X003250 Predicted protein 4.867223013 L4_chemical_B1 +LQ02X003250 Predicted protein 5.169880902 L4_chemical_B2 +LQ02X003250 Predicted protein 4.826495896 L4_chemical_B3 +LQ02X003250 Predicted protein 6.144795089 L4_chemical_C2 +LQ02X003250 Predicted protein 5.203217402 L4_chemical_C3 +LQ02X003260 Predicted protein 5.300763069 C6_control_A1 +LQ02X003260 Predicted protein 5.541821317 C6_control_A3 +LQ02X003260 Predicted protein 5.05691781 C6_control_B1 +LQ02X003260 Predicted protein 5.370966615 C6_control_B2 +LQ02X003260 Predicted protein 5.253878544 C6_control_B3 +LQ02X003260 Predicted protein 5.476474011 C6_control_C1 +LQ02X003260 Predicted protein 5.01958434 C6_control_C2 +LQ02X003260 Predicted protein 5.626196973 C6_control_C3 +LQ02X003260 Predicted protein 5.505616203 C6_chemical_A1 +LQ02X003260 Predicted protein 5.724337987 C6_chemical_A3 +LQ02X003260 Predicted protein 5.198507032 C6_chemical_B1 +LQ02X003260 Predicted protein 5.472488694 C6_chemical_B2 +LQ02X003260 Predicted protein 5.672339138 C6_chemical_B3 +LQ02X003260 Predicted protein 5.463305531 C6_chemical_C1 +LQ02X003260 Predicted protein 5.315220763 C6_chemical_C2 +LQ02X003260 Predicted protein 5.496183507 C6_chemical_C3 +LQ02X003260 Predicted protein 5.366461462 L4_control_A1 +LQ02X003260 Predicted protein 5.452045001 L4_control_A2 +LQ02X003260 Predicted protein 5.964973353 L4_control_A3 +LQ02X003260 Predicted protein 6.221764943 L4_control_B1 +LQ02X003260 Predicted protein 5.417731573 L4_control_B2 +LQ02X003260 Predicted protein 5.575438522 L4_control_B3 +LQ02X003260 Predicted protein 5.18972519 L4_control_C2 +LQ02X003260 Predicted protein 5.313497534 L4_control_C3 +LQ02X003260 Predicted protein 5.12938636 L4_chemical_A1 +LQ02X003260 Predicted protein 5.464937833 L4_chemical_A2 +LQ02X003260 Predicted protein 5.968063836 L4_chemical_A3 +LQ02X003260 Predicted protein 5.735655323 L4_chemical_B1 +LQ02X003260 Predicted protein 6.138996729 L4_chemical_B2 +LQ02X003260 Predicted protein 5.360892094 L4_chemical_B3 +LQ02X003260 Predicted protein 5.419790193 L4_chemical_C2 +LQ02X003260 Predicted protein 5.283552519 L4_chemical_C3 +LQ02X003280 Putative Alba-like protein C9orf23 5.831854621 C6_control_A1 +LQ02X003280 Putative Alba-like protein C9orf23 5.75133464 C6_control_A3 +LQ02X003280 Putative Alba-like protein C9orf23 6.034344078 C6_control_B1 +LQ02X003280 Putative Alba-like protein C9orf23 5.979029365 C6_control_B2 +LQ02X003280 Putative Alba-like protein C9orf23 6.111259075 C6_control_B3 +LQ02X003280 Putative Alba-like protein C9orf23 6.481250305 C6_control_C1 +LQ02X003280 Putative Alba-like protein C9orf23 6.135557664 C6_control_C2 +LQ02X003280 Putative Alba-like protein C9orf23 6.034932815 C6_control_C3 +LQ02X003280 Putative Alba-like protein C9orf23 5.490028739 C6_chemical_A1 +LQ02X003280 Putative Alba-like protein C9orf23 5.631530624 C6_chemical_A3 +LQ02X003280 Putative Alba-like protein C9orf23 6.013038383 C6_chemical_B1 +LQ02X003280 Putative Alba-like protein C9orf23 5.861741645 C6_chemical_B2 +LQ02X003280 Putative Alba-like protein C9orf23 5.643644162 C6_chemical_B3 +LQ02X003280 Putative Alba-like protein C9orf23 6.095605149 C6_chemical_C1 +LQ02X003280 Putative Alba-like protein C9orf23 6.030148158 C6_chemical_C2 +LQ02X003280 Putative Alba-like protein C9orf23 5.697489465 C6_chemical_C3 +LQ02X003280 Putative Alba-like protein C9orf23 5.365615843 L4_control_A1 +LQ02X003280 Putative Alba-like protein C9orf23 5.775797841 L4_control_A2 +LQ02X003280 Putative Alba-like protein C9orf23 5.95366603 L4_control_A3 +LQ02X003280 Putative Alba-like protein C9orf23 5.632447504 L4_control_B1 +LQ02X003280 Putative Alba-like protein C9orf23 5.58783632 L4_control_B2 +LQ02X003280 Putative Alba-like protein C9orf23 5.639952282 L4_control_B3 +LQ02X003280 Putative Alba-like protein C9orf23 5.865681784 L4_control_C2 +LQ02X003280 Putative Alba-like protein C9orf23 6.513412422 L4_control_C3 +LQ02X003280 Putative Alba-like protein C9orf23 5.434597675 L4_chemical_A1 +LQ02X003280 Putative Alba-like protein C9orf23 5.572790066 L4_chemical_A2 +LQ02X003280 Putative Alba-like protein C9orf23 5.917709866 L4_chemical_A3 +LQ02X003280 Putative Alba-like protein C9orf23 5.411285831 L4_chemical_B1 +LQ02X003280 Putative Alba-like protein C9orf23 5.837517614 L4_chemical_B2 +LQ02X003280 Putative Alba-like protein C9orf23 5.812495554 L4_chemical_B3 +LQ02X003280 Putative Alba-like protein C9orf23 6.30879344 L4_chemical_C2 +LQ02X003280 Putative Alba-like protein C9orf23 5.930208831 L4_chemical_C3 +LQ02X003310 Tubby-like F-box protein 8 6.450137672 C6_control_A1 +LQ02X003310 Tubby-like F-box protein 8 6.516374203 C6_control_A3 +LQ02X003310 Tubby-like F-box protein 8 6.189293907 C6_control_B1 +LQ02X003310 Tubby-like F-box protein 8 6.667581231 C6_control_B2 +LQ02X003310 Tubby-like F-box protein 8 5.680051329 C6_control_B3 +LQ02X003310 Tubby-like F-box protein 8 6.069226431 C6_control_C1 +LQ02X003310 Tubby-like F-box protein 8 6.518136948 C6_control_C2 +LQ02X003310 Tubby-like F-box protein 8 6.506859869 C6_control_C3 +LQ02X003310 Tubby-like F-box protein 8 6.31526454 C6_chemical_A1 +LQ02X003310 Tubby-like F-box protein 8 6.502561701 C6_chemical_A3 +LQ02X003310 Tubby-like F-box protein 8 6.080691876 C6_chemical_B1 +LQ02X003310 Tubby-like F-box protein 8 6.755357682 C6_chemical_B2 +LQ02X003310 Tubby-like F-box protein 8 6.330628398 C6_chemical_B3 +LQ02X003310 Tubby-like F-box protein 8 6.740582408 C6_chemical_C1 +LQ02X003310 Tubby-like F-box protein 8 6.0852724 C6_chemical_C2 +LQ02X003310 Tubby-like F-box protein 8 6.979783202 C6_chemical_C3 +LQ02X003310 Tubby-like F-box protein 8 6.764063483 L4_control_A1 +LQ02X003310 Tubby-like F-box protein 8 5.976550864 L4_control_A2 +LQ02X003310 Tubby-like F-box protein 8 6.659868232 L4_control_A3 +LQ02X003310 Tubby-like F-box protein 8 6.254393282 L4_control_B1 +LQ02X003310 Tubby-like F-box protein 8 6.156269009 L4_control_B2 +LQ02X003310 Tubby-like F-box protein 8 6.319269337 L4_control_B3 +LQ02X003310 Tubby-like F-box protein 8 6.187892561 L4_control_C2 +LQ02X003310 Tubby-like F-box protein 8 6.656041446 L4_control_C3 +LQ02X003310 Tubby-like F-box protein 8 6.592705035 L4_chemical_A1 +LQ02X003310 Tubby-like F-box protein 8 5.929782019 L4_chemical_A2 +LQ02X003310 Tubby-like F-box protein 8 6.206664179 L4_chemical_A3 +LQ02X003310 Tubby-like F-box protein 8 6.370699365 L4_chemical_B1 +LQ02X003310 Tubby-like F-box protein 8 6.126745633 L4_chemical_B2 +LQ02X003310 Tubby-like F-box protein 8 6.145459926 L4_chemical_B3 +LQ02X003310 Tubby-like F-box protein 8 6.801828813 L4_chemical_C2 +LQ02X003310 Tubby-like F-box protein 8 6.427527725 L4_chemical_C3 +LQ02X003320 Predicted protein 11.3543115 C6_control_A1 +LQ02X003320 Predicted protein 11.95252059 C6_control_A3 +LQ02X003320 Predicted protein 11.72501644 C6_control_B1 +LQ02X003320 Predicted protein 11.73511455 C6_control_B2 +LQ02X003320 Predicted protein 12.63987519 C6_control_B3 +LQ02X003320 Predicted protein 11.49410252 C6_control_C1 +LQ02X003320 Predicted protein 11.59959932 C6_control_C2 +LQ02X003320 Predicted protein 12.94386972 C6_control_C3 +LQ02X003320 Predicted protein 10.94859415 C6_chemical_A1 +LQ02X003320 Predicted protein 10.74206635 C6_chemical_A3 +LQ02X003320 Predicted protein 11.03995275 C6_chemical_B1 +LQ02X003320 Predicted protein 11.51308438 C6_chemical_B2 +LQ02X003320 Predicted protein 12.77655108 C6_chemical_B3 +LQ02X003320 Predicted protein 11.30622585 C6_chemical_C1 +LQ02X003320 Predicted protein 11.41207015 C6_chemical_C2 +LQ02X003320 Predicted protein 13.18444213 C6_chemical_C3 +LQ02X003320 Predicted protein 11.48887112 L4_control_A1 +LQ02X003320 Predicted protein 11.02627019 L4_control_A2 +LQ02X003320 Predicted protein 11.78899768 L4_control_A3 +LQ02X003320 Predicted protein 11.33329034 L4_control_B1 +LQ02X003320 Predicted protein 10.15480218 L4_control_B2 +LQ02X003320 Predicted protein 12.59162952 L4_control_B3 +LQ02X003320 Predicted protein 11.09319211 L4_control_C2 +LQ02X003320 Predicted protein 12.15056868 L4_control_C3 +LQ02X003320 Predicted protein 12.50009197 L4_chemical_A1 +LQ02X003320 Predicted protein 12.30671606 L4_chemical_A2 +LQ02X003320 Predicted protein 12.54448006 L4_chemical_A3 +LQ02X003320 Predicted protein 12.53161653 L4_chemical_B1 +LQ02X003320 Predicted protein 11.30801177 L4_chemical_B2 +LQ02X003320 Predicted protein 12.0898015 L4_chemical_B3 +LQ02X003320 Predicted protein 10.85212988 L4_chemical_C2 +LQ02X003320 Predicted protein 12.13309768 L4_chemical_C3 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.06293933 C6_control_A1 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.169714073 C6_control_A3 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.754742081 C6_control_B1 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.133853154 C6_control_B2 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.500988519 C6_control_B3 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.245522107 C6_control_C1 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.221790891 C6_control_C2 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.71142422 C6_control_C3 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.474638945 C6_chemical_A1 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.205324922 C6_chemical_A3 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.709749149 C6_chemical_B1 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.945051144 C6_chemical_B2 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.500970387 C6_chemical_B3 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.352830194 C6_chemical_C1 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.565929328 C6_chemical_C2 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.649398566 C6_chemical_C3 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.228300843 L4_control_A1 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.248300021 L4_control_A2 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.575199631 L4_control_A3 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.556633276 L4_control_B1 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.455300315 L4_control_B2 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.972323658 L4_control_B3 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.156051127 L4_control_C2 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.041470085 L4_control_C3 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.031987771 L4_chemical_A1 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.908160289 L4_chemical_A2 +LQ02X003350 Putative Auxin-induced protein 5NG4 7.234257925 L4_chemical_A3 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.589802216 L4_chemical_B1 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.223624493 L4_chemical_B2 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.955145059 L4_chemical_B3 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.509514198 L4_chemical_C2 +LQ02X003350 Putative Auxin-induced protein 5NG4 5.42637202 L4_chemical_C3 +LQ02X003390 Predicted protein 5.89947757 C6_control_A1 +LQ02X003390 Predicted protein 5.348166263 C6_control_A3 +LQ02X003390 Predicted protein 5.538139669 C6_control_B1 +LQ02X003390 Predicted protein 5.552408149 C6_control_B2 +LQ02X003390 Predicted protein 5.876212025 C6_control_B3 +LQ02X003390 Predicted protein 5.522053368 C6_control_C1 +LQ02X003390 Predicted protein 5.434319455 C6_control_C2 +LQ02X003390 Predicted protein 5.95181001 C6_control_C3 +LQ02X003390 Predicted protein 5.739163321 C6_chemical_A1 +LQ02X003390 Predicted protein 5.593036429 C6_chemical_A3 +LQ02X003390 Predicted protein 5.705453181 C6_chemical_B1 +LQ02X003390 Predicted protein 5.664585413 C6_chemical_B2 +LQ02X003390 Predicted protein 5.907896795 C6_chemical_B3 +LQ02X003390 Predicted protein 5.471087459 C6_chemical_C1 +LQ02X003390 Predicted protein 5.796067462 C6_chemical_C2 +LQ02X003390 Predicted protein 5.875461258 C6_chemical_C3 +LQ02X003390 Predicted protein 5.5453909 L4_control_A1 +LQ02X003390 Predicted protein 5.693232333 L4_control_A2 +LQ02X003390 Predicted protein 5.613138743 L4_control_A3 +LQ02X003390 Predicted protein 5.29918773 L4_control_B1 +LQ02X003390 Predicted protein 5.486793519 L4_control_B2 +LQ02X003390 Predicted protein 6.152171704 L4_control_B3 +LQ02X003390 Predicted protein 5.388790478 L4_control_C2 +LQ02X003390 Predicted protein 5.457470921 L4_control_C3 +LQ02X003390 Predicted protein 5.494876564 L4_chemical_A1 +LQ02X003390 Predicted protein 5.890173248 L4_chemical_A2 +LQ02X003390 Predicted protein 5.72975451 L4_chemical_A3 +LQ02X003390 Predicted protein 5.667006559 L4_chemical_B1 +LQ02X003390 Predicted protein 5.509307726 L4_chemical_B2 +LQ02X003390 Predicted protein 5.961800671 L4_chemical_B3 +LQ02X003390 Predicted protein 5.714191464 L4_chemical_C2 +LQ02X003390 Predicted protein 5.891343903 L4_chemical_C3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.939919459 C6_control_A1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.269001419 C6_control_A3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.856718662 C6_control_B1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.555748669 C6_control_B2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.080834448 C6_control_B3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.400502755 C6_control_C1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.302306442 C6_control_C2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.422016237 C6_control_C3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.047597289 C6_chemical_A1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.958843507 C6_chemical_A3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.500369962 C6_chemical_B1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.591613347 C6_chemical_B2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.78797312 C6_chemical_B3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.065632582 C6_chemical_C1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.674610412 C6_chemical_C2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.217067657 C6_chemical_C3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.927032231 L4_control_A1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.002055304 L4_control_A2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.80207088 L4_control_A3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.462606467 L4_control_B1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.013974315 L4_control_B2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.088340486 L4_control_B3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.826064762 L4_control_C2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.610836512 L4_control_C3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.632514866 L4_chemical_A1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.465392165 L4_chemical_A2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 7.063794628 L4_chemical_A3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.146183863 L4_chemical_B1 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.094049348 L4_chemical_B2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.70154427 L4_chemical_B3 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.75013131 L4_chemical_C2 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 5.286759113 L4_chemical_C3 +LQ02X003420 Predicted protein 5.315379283 C6_control_A1 +LQ02X003420 Predicted protein 5.097867767 C6_control_A3 +LQ02X003420 Predicted protein 5.089554466 C6_control_B1 +LQ02X003420 Predicted protein 5.218811323 C6_control_B2 +LQ02X003420 Predicted protein 4.957300194 C6_control_B3 +LQ02X003420 Predicted protein 4.958563971 C6_control_C1 +LQ02X003420 Predicted protein 4.922654973 C6_control_C2 +LQ02X003420 Predicted protein 5.204471907 C6_control_C3 +LQ02X003420 Predicted protein 5.777014752 C6_chemical_A1 +LQ02X003420 Predicted protein 5.0124 C6_chemical_A3 +LQ02X003420 Predicted protein 5.00186081 C6_chemical_B1 +LQ02X003420 Predicted protein 5.290865425 C6_chemical_B2 +LQ02X003420 Predicted protein 5.068528519 C6_chemical_B3 +LQ02X003420 Predicted protein 5.355346855 C6_chemical_C1 +LQ02X003420 Predicted protein 5.061989761 C6_chemical_C2 +LQ02X003420 Predicted protein 5.364524361 C6_chemical_C3 +LQ02X003420 Predicted protein 5.522052435 L4_control_A1 +LQ02X003420 Predicted protein 5.635220615 L4_control_A2 +LQ02X003420 Predicted protein 5.388953631 L4_control_A3 +LQ02X003420 Predicted protein 5.222706639 L4_control_B1 +LQ02X003420 Predicted protein 4.972135734 L4_control_B2 +LQ02X003420 Predicted protein 5.281871982 L4_control_B3 +LQ02X003420 Predicted protein 5.05883115 L4_control_C2 +LQ02X003420 Predicted protein 4.932822917 L4_control_C3 +LQ02X003420 Predicted protein 5.668453787 L4_chemical_A1 +LQ02X003420 Predicted protein 5.242313412 L4_chemical_A2 +LQ02X003420 Predicted protein 5.609711378 L4_chemical_A3 +LQ02X003420 Predicted protein 5.06547801 L4_chemical_B1 +LQ02X003420 Predicted protein 5.456794789 L4_chemical_B2 +LQ02X003420 Predicted protein 5.449844833 L4_chemical_B3 +LQ02X003420 Predicted protein 4.874308134 L4_chemical_C2 +LQ02X003420 Predicted protein 5.196178082 L4_chemical_C3 +LQ02X003430 Actin-101 5.519741847 C6_control_A1 +LQ02X003430 Actin-101 5.96824183 C6_control_A3 +LQ02X003430 Actin-101 5.155706697 C6_control_B1 +LQ02X003430 Actin-101 5.306449818 C6_control_B2 +LQ02X003430 Actin-101 5.404412276 C6_control_B3 +LQ02X003430 Actin-101 5.02822208 C6_control_C1 +LQ02X003430 Actin-101 5.334255863 C6_control_C2 +LQ02X003430 Actin-101 5.063824839 C6_control_C3 +LQ02X003430 Actin-101 5.634626669 C6_chemical_A1 +LQ02X003430 Actin-101 5.773688679 C6_chemical_A3 +LQ02X003430 Actin-101 5.759282844 C6_chemical_B1 +LQ02X003430 Actin-101 5.472902587 C6_chemical_B2 +LQ02X003430 Actin-101 5.23380554 C6_chemical_B3 +LQ02X003430 Actin-101 5.195919402 C6_chemical_C1 +LQ02X003430 Actin-101 4.975068943 C6_chemical_C2 +LQ02X003430 Actin-101 5.400336094 C6_chemical_C3 +LQ02X003430 Actin-101 5.064534378 L4_control_A1 +LQ02X003430 Actin-101 5.783660894 L4_control_A2 +LQ02X003430 Actin-101 5.956940622 L4_control_A3 +LQ02X003430 Actin-101 6.228991509 L4_control_B1 +LQ02X003430 Actin-101 5.089302267 L4_control_B2 +LQ02X003430 Actin-101 6.016029031 L4_control_B3 +LQ02X003430 Actin-101 5.846305251 L4_control_C2 +LQ02X003430 Actin-101 5.171042771 L4_control_C3 +LQ02X003430 Actin-101 5.430396571 L4_chemical_A1 +LQ02X003430 Actin-101 5.478263517 L4_chemical_A2 +LQ02X003430 Actin-101 6.043159905 L4_chemical_A3 +LQ02X003430 Actin-101 5.820900029 L4_chemical_B1 +LQ02X003430 Actin-101 5.315294041 L4_chemical_B2 +LQ02X003430 Actin-101 5.566851162 L4_chemical_B3 +LQ02X003430 Actin-101 5.709982507 L4_chemical_C2 +LQ02X003430 Actin-101 5.300456848 L4_chemical_C3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.784057906 C6_control_A1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 6.356835134 C6_control_A3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.126164282 C6_control_B1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.465150202 C6_control_B2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.697426 C6_control_B3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.168501914 C6_control_C1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.165160758 C6_control_C2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.274880137 C6_control_C3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 6.101564092 C6_chemical_A1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.905061614 C6_chemical_A3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.815755013 C6_chemical_B1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.34878099 C6_chemical_B2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.637046951 C6_chemical_B3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.257139598 C6_chemical_C1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.277394364 C6_chemical_C2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.556210115 C6_chemical_C3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.864837738 L4_control_A1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.706405202 L4_control_A2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 6.428701647 L4_control_A3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 6.056728556 L4_control_B1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.914965238 L4_control_B2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 6.045032434 L4_control_B3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.980106715 L4_control_C2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.75963073 L4_control_C3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.862541146 L4_chemical_A1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.585694962 L4_chemical_A2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.696705325 L4_chemical_A3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.594170837 L4_chemical_B1 +LQ02X003440 Cytochrome b-c1 complex subunit 6 6.235547984 L4_chemical_B2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.831890914 L4_chemical_B3 +LQ02X003440 Cytochrome b-c1 complex subunit 6 5.464746885 L4_chemical_C2 +LQ02X003440 Cytochrome b-c1 complex subunit 6 6.146705978 L4_chemical_C3 +LQ02X003500 Putative uncharacterized protein 7.88890623 C6_control_A1 +LQ02X003500 Putative uncharacterized protein 6.538063428 C6_control_A3 +LQ02X003500 Putative uncharacterized protein 7.722066607 C6_control_B1 +LQ02X003500 Putative uncharacterized protein 8.167661449 C6_control_B2 +LQ02X003500 Putative uncharacterized protein 7.303678139 C6_control_B3 +LQ02X003500 Putative uncharacterized protein 9.088954886 C6_control_C1 +LQ02X003500 Putative uncharacterized protein 8.41778684 C6_control_C2 +LQ02X003500 Putative uncharacterized protein 8.599123408 C6_control_C3 +LQ02X003500 Putative uncharacterized protein 8.560532502 C6_chemical_A1 +LQ02X003500 Putative uncharacterized protein 7.853909791 C6_chemical_A3 +LQ02X003500 Putative uncharacterized protein 7.765611848 C6_chemical_B1 +LQ02X003500 Putative uncharacterized protein 8.471542577 C6_chemical_B2 +LQ02X003500 Putative uncharacterized protein 8.599401151 C6_chemical_B3 +LQ02X003500 Putative uncharacterized protein 9.849454831 C6_chemical_C1 +LQ02X003500 Putative uncharacterized protein 9.399451573 C6_chemical_C2 +LQ02X003500 Putative uncharacterized protein 9.331240804 C6_chemical_C3 +LQ02X003500 Putative uncharacterized protein 7.930620973 L4_control_A1 +LQ02X003500 Putative uncharacterized protein 7.562927137 L4_control_A2 +LQ02X003500 Putative uncharacterized protein 7.279120952 L4_control_A3 +LQ02X003500 Putative uncharacterized protein 6.885313608 L4_control_B1 +LQ02X003500 Putative uncharacterized protein 8.064417506 L4_control_B2 +LQ02X003500 Putative uncharacterized protein 8.784447308 L4_control_B3 +LQ02X003500 Putative uncharacterized protein 8.490991551 L4_control_C2 +LQ02X003500 Putative uncharacterized protein 8.125744131 L4_control_C3 +LQ02X003500 Putative uncharacterized protein 7.87164265 L4_chemical_A1 +LQ02X003500 Putative uncharacterized protein 7.590075436 L4_chemical_A2 +LQ02X003500 Putative uncharacterized protein 7.855546996 L4_chemical_A3 +LQ02X003500 Putative uncharacterized protein 6.686541063 L4_chemical_B1 +LQ02X003500 Putative uncharacterized protein 7.731097255 L4_chemical_B2 +LQ02X003500 Putative uncharacterized protein 8.202342249 L4_chemical_B3 +LQ02X003500 Putative uncharacterized protein 7.791563682 L4_chemical_C2 +LQ02X003500 Putative uncharacterized protein 8.708758176 L4_chemical_C3 +LQ02X003520 Putative uncharacterized protein 10.17984202 C6_control_A1 +LQ02X003520 Putative uncharacterized protein 9.612957542 C6_control_A3 +LQ02X003520 Putative uncharacterized protein 9.941585378 C6_control_B1 +LQ02X003520 Putative uncharacterized protein 9.919246384 C6_control_B2 +LQ02X003520 Putative uncharacterized protein 9.539241843 C6_control_B3 +LQ02X003520 Putative uncharacterized protein 8.838156972 C6_control_C1 +LQ02X003520 Putative uncharacterized protein 8.221264094 C6_control_C2 +LQ02X003520 Putative uncharacterized protein 7.90811195 C6_control_C3 +LQ02X003520 Putative uncharacterized protein 9.87178299 C6_chemical_A1 +LQ02X003520 Putative uncharacterized protein 9.652926702 C6_chemical_A3 +LQ02X003520 Putative uncharacterized protein 9.620202211 C6_chemical_B1 +LQ02X003520 Putative uncharacterized protein 9.93486044 C6_chemical_B2 +LQ02X003520 Putative uncharacterized protein 9.429125765 C6_chemical_B3 +LQ02X003520 Putative uncharacterized protein 8.663721041 C6_chemical_C1 +LQ02X003520 Putative uncharacterized protein 8.090426206 C6_chemical_C2 +LQ02X003520 Putative uncharacterized protein 7.906719 C6_chemical_C3 +LQ02X003520 Putative uncharacterized protein 9.875344529 L4_control_A1 +LQ02X003520 Putative uncharacterized protein 9.693873606 L4_control_A2 +LQ02X003520 Putative uncharacterized protein 9.035487583 L4_control_A3 +LQ02X003520 Putative uncharacterized protein 9.376678564 L4_control_B1 +LQ02X003520 Putative uncharacterized protein 9.14815426 L4_control_B2 +LQ02X003520 Putative uncharacterized protein 9.619166241 L4_control_B3 +LQ02X003520 Putative uncharacterized protein 6.233476111 L4_control_C2 +LQ02X003520 Putative uncharacterized protein 7.037698813 L4_control_C3 +LQ02X003520 Putative uncharacterized protein 9.759546276 L4_chemical_A1 +LQ02X003520 Putative uncharacterized protein 9.219486018 L4_chemical_A2 +LQ02X003520 Putative uncharacterized protein 9.160559399 L4_chemical_A3 +LQ02X003520 Putative uncharacterized protein 8.866053034 L4_chemical_B1 +LQ02X003520 Putative uncharacterized protein 8.4361501 L4_chemical_B2 +LQ02X003520 Putative uncharacterized protein 9.789296221 L4_chemical_B3 +LQ02X003520 Putative uncharacterized protein 6.130360643 L4_chemical_C2 +LQ02X003520 Putative uncharacterized protein 6.825387652 L4_chemical_C3 +LQ02X003530 Putative Ubiquilin-1 11.95367173 C6_control_A1 +LQ02X003530 Putative Ubiquilin-1 11.83760438 C6_control_A3 +LQ02X003530 Putative Ubiquilin-1 12.19108037 C6_control_B1 +LQ02X003530 Putative Ubiquilin-1 11.79758764 C6_control_B2 +LQ02X003530 Putative Ubiquilin-1 12.39343452 C6_control_B3 +LQ02X003530 Putative Ubiquilin-1 12.40712827 C6_control_C1 +LQ02X003530 Putative Ubiquilin-1 12.09051676 C6_control_C2 +LQ02X003530 Putative Ubiquilin-1 12.14164868 C6_control_C3 +LQ02X003530 Putative Ubiquilin-1 12.06574443 C6_chemical_A1 +LQ02X003530 Putative Ubiquilin-1 12.30206341 C6_chemical_A3 +LQ02X003530 Putative Ubiquilin-1 12.21389707 C6_chemical_B1 +LQ02X003530 Putative Ubiquilin-1 11.97954444 C6_chemical_B2 +LQ02X003530 Putative Ubiquilin-1 12.27043569 C6_chemical_B3 +LQ02X003530 Putative Ubiquilin-1 12.23982044 C6_chemical_C1 +LQ02X003530 Putative Ubiquilin-1 12.13673902 C6_chemical_C2 +LQ02X003530 Putative Ubiquilin-1 12.16119004 C6_chemical_C3 +LQ02X003530 Putative Ubiquilin-1 12.25345864 L4_control_A1 +LQ02X003530 Putative Ubiquilin-1 12.45843044 L4_control_A2 +LQ02X003530 Putative Ubiquilin-1 12.64185442 L4_control_A3 +LQ02X003530 Putative Ubiquilin-1 12.5924406 L4_control_B1 +LQ02X003530 Putative Ubiquilin-1 12.69231451 L4_control_B2 +LQ02X003530 Putative Ubiquilin-1 12.78843552 L4_control_B3 +LQ02X003530 Putative Ubiquilin-1 13.03274678 L4_control_C2 +LQ02X003530 Putative Ubiquilin-1 13.10660151 L4_control_C3 +LQ02X003530 Putative Ubiquilin-1 12.00164843 L4_chemical_A1 +LQ02X003530 Putative Ubiquilin-1 12.20295488 L4_chemical_A2 +LQ02X003530 Putative Ubiquilin-1 12.31412049 L4_chemical_A3 +LQ02X003530 Putative Ubiquilin-1 12.46201971 L4_chemical_B1 +LQ02X003530 Putative Ubiquilin-1 12.37646943 L4_chemical_B2 +LQ02X003530 Putative Ubiquilin-1 12.63405323 L4_chemical_B3 +LQ02X003530 Putative Ubiquilin-1 12.80405342 L4_chemical_C2 +LQ02X003530 Putative Ubiquilin-1 12.81537514 L4_chemical_C3 +LQ02X003550 Cyclin-B2-4 8.985173428 C6_control_A1 +LQ02X003550 Cyclin-B2-4 10.61790407 C6_control_A3 +LQ02X003550 Cyclin-B2-4 8.843467484 C6_control_B1 +LQ02X003550 Cyclin-B2-4 6.046631828 C6_control_B2 +LQ02X003550 Cyclin-B2-4 5.962952316 C6_control_B3 +LQ02X003550 Cyclin-B2-4 6.701811451 C6_control_C1 +LQ02X003550 Cyclin-B2-4 5.897885272 C6_control_C2 +LQ02X003550 Cyclin-B2-4 6.292035073 C6_control_C3 +LQ02X003550 Cyclin-B2-4 8.018432827 C6_chemical_A1 +LQ02X003550 Cyclin-B2-4 10.63777129 C6_chemical_A3 +LQ02X003550 Cyclin-B2-4 6.583452212 C6_chemical_B1 +LQ02X003550 Cyclin-B2-4 6.02089097 C6_chemical_B2 +LQ02X003550 Cyclin-B2-4 6.673053073 C6_chemical_B3 +LQ02X003550 Cyclin-B2-4 6.513039543 C6_chemical_C1 +LQ02X003550 Cyclin-B2-4 6.269931949 C6_chemical_C2 +LQ02X003550 Cyclin-B2-4 6.309381073 C6_chemical_C3 +LQ02X003550 Cyclin-B2-4 8.767342085 L4_control_A1 +LQ02X003550 Cyclin-B2-4 9.197083639 L4_control_A2 +LQ02X003550 Cyclin-B2-4 10.3048827 L4_control_A3 +LQ02X003550 Cyclin-B2-4 5.448235591 L4_control_B1 +LQ02X003550 Cyclin-B2-4 6.987190538 L4_control_B2 +LQ02X003550 Cyclin-B2-4 5.457914394 L4_control_B3 +LQ02X003550 Cyclin-B2-4 5.30684925 L4_control_C2 +LQ02X003550 Cyclin-B2-4 5.383206521 L4_control_C3 +LQ02X003550 Cyclin-B2-4 8.838427045 L4_chemical_A1 +LQ02X003550 Cyclin-B2-4 7.892544801 L4_chemical_A2 +LQ02X003550 Cyclin-B2-4 9.809463409 L4_chemical_A3 +LQ02X003550 Cyclin-B2-4 7.29267968 L4_chemical_B1 +LQ02X003550 Cyclin-B2-4 6.660159805 L4_chemical_B2 +LQ02X003550 Cyclin-B2-4 7.651626489 L4_chemical_B3 +LQ02X003550 Cyclin-B2-4 5.836308653 L4_chemical_C2 +LQ02X003550 Cyclin-B2-4 6.852835053 L4_chemical_C3 +LQ02X003620 Putative uncharacterized protein 5.620752359 C6_control_A1 +LQ02X003620 Putative uncharacterized protein 5.217832968 C6_control_A3 +LQ02X003620 Putative uncharacterized protein 5.521423215 C6_control_B1 +LQ02X003620 Putative uncharacterized protein 5.730110502 C6_control_B2 +LQ02X003620 Putative uncharacterized protein 5.085543456 C6_control_B3 +LQ02X003620 Putative uncharacterized protein 5.737372403 C6_control_C1 +LQ02X003620 Putative uncharacterized protein 5.803031397 C6_control_C2 +LQ02X003620 Putative uncharacterized protein 5.349579951 C6_control_C3 +LQ02X003620 Putative uncharacterized protein 5.512723655 C6_chemical_A1 +LQ02X003620 Putative uncharacterized protein 5.030843789 C6_chemical_A3 +LQ02X003620 Putative uncharacterized protein 5.206583073 C6_chemical_B1 +LQ02X003620 Putative uncharacterized protein 5.305213834 C6_chemical_B2 +LQ02X003620 Putative uncharacterized protein 5.344539342 C6_chemical_B3 +LQ02X003620 Putative uncharacterized protein 6.863050495 C6_chemical_C1 +LQ02X003620 Putative uncharacterized protein 6.063206286 C6_chemical_C2 +LQ02X003620 Putative uncharacterized protein 5.345497053 C6_chemical_C3 +LQ02X003620 Putative uncharacterized protein 4.77582854 L4_control_A1 +LQ02X003620 Putative uncharacterized protein 4.82668465 L4_control_A2 +LQ02X003620 Putative uncharacterized protein 5.064087016 L4_control_A3 +LQ02X003620 Putative uncharacterized protein 5.235528956 L4_control_B1 +LQ02X003620 Putative uncharacterized protein 5.360074494 L4_control_B2 +LQ02X003620 Putative uncharacterized protein 4.552297144 L4_control_B3 +LQ02X003620 Putative uncharacterized protein 6.074295968 L4_control_C2 +LQ02X003620 Putative uncharacterized protein 4.752589917 L4_control_C3 +LQ02X003620 Putative uncharacterized protein 4.805497507 L4_chemical_A1 +LQ02X003620 Putative uncharacterized protein 5.006943278 L4_chemical_A2 +LQ02X003620 Putative uncharacterized protein 5.021711853 L4_chemical_A3 +LQ02X003620 Putative uncharacterized protein 5.048255324 L4_chemical_B1 +LQ02X003620 Putative uncharacterized protein 5.241628965 L4_chemical_B2 +LQ02X003620 Putative uncharacterized protein 4.94913899 L4_chemical_B3 +LQ02X003620 Putative uncharacterized protein 5.15830475 L4_chemical_C2 +LQ02X003620 Putative uncharacterized protein 5.12323464 L4_chemical_C3 +LQ02X003630 Predicted protein 11.89796528 C6_control_A1 +LQ02X003630 Predicted protein 12.04662285 C6_control_A3 +LQ02X003630 Predicted protein 12.04932501 C6_control_B1 +LQ02X003630 Predicted protein 11.06187098 C6_control_B2 +LQ02X003630 Predicted protein 11.73700568 C6_control_B3 +LQ02X003630 Predicted protein 11.43463805 C6_control_C1 +LQ02X003630 Predicted protein 11.0368016 C6_control_C2 +LQ02X003630 Predicted protein 11.2018986 C6_control_C3 +LQ02X003630 Predicted protein 12.0019394 C6_chemical_A1 +LQ02X003630 Predicted protein 11.97423522 C6_chemical_A3 +LQ02X003630 Predicted protein 11.86358468 C6_chemical_B1 +LQ02X003630 Predicted protein 11.14502015 C6_chemical_B2 +LQ02X003630 Predicted protein 11.61730588 C6_chemical_B3 +LQ02X003630 Predicted protein 11.24391142 C6_chemical_C1 +LQ02X003630 Predicted protein 11.12185577 C6_chemical_C2 +LQ02X003630 Predicted protein 11.06368072 C6_chemical_C3 +LQ02X003630 Predicted protein 11.84271159 L4_control_A1 +LQ02X003630 Predicted protein 11.6657296 L4_control_A2 +LQ02X003630 Predicted protein 12.44809767 L4_control_A3 +LQ02X003630 Predicted protein 12.20452923 L4_control_B1 +LQ02X003630 Predicted protein 12.49282729 L4_control_B2 +LQ02X003630 Predicted protein 11.58128572 L4_control_B3 +LQ02X003630 Predicted protein 12.56689843 L4_control_C2 +LQ02X003630 Predicted protein 12.3527821 L4_control_C3 +LQ02X003630 Predicted protein 11.82472074 L4_chemical_A1 +LQ02X003630 Predicted protein 12.12786428 L4_chemical_A2 +LQ02X003630 Predicted protein 12.40209761 L4_chemical_A3 +LQ02X003630 Predicted protein 12.46738414 L4_chemical_B1 +LQ02X003630 Predicted protein 12.31794918 L4_chemical_B2 +LQ02X003630 Predicted protein 11.55846965 L4_chemical_B3 +LQ02X003630 Predicted protein 12.64257866 L4_chemical_C2 +LQ02X003630 Predicted protein 12.10153877 L4_chemical_C3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.857127372 C6_control_A1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.585418037 C6_control_A3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.17195416 C6_control_B1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.11015024 C6_control_B2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.927755671 C6_control_B3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.45004958 C6_control_C1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.874084728 C6_control_C2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.813316861 C6_control_C3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.997705637 C6_chemical_A1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.609633463 C6_chemical_A3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.07721556 C6_chemical_B1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.952072933 C6_chemical_B2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.470739668 C6_chemical_B3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.59901895 C6_chemical_C1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.61918279 C6_chemical_C2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.658408588 C6_chemical_C3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.06031872 L4_control_A1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.67048875 L4_control_A2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.42669616 L4_control_A3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 11.09551953 L4_control_B1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 11.14366175 L4_control_B2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.48013731 L4_control_B3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 11.35073633 L4_control_C2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.73099576 L4_control_C3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.26300538 L4_chemical_A1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 11.15258264 L4_chemical_A2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.22711806 L4_chemical_A3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 11.30182886 L4_chemical_B1 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 11.75968176 L4_chemical_B2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 10.37199091 L4_chemical_B3 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 11.77341441 L4_chemical_C2 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 11.02876673 L4_chemical_C3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.350335006 C6_control_A1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 6.131511598 C6_control_A3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.419525742 C6_control_B1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.226186314 C6_control_B2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.586213031 C6_control_B3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.061668141 C6_control_C1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.117656648 C6_control_C2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.279304923 C6_control_C3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.327202414 C6_chemical_A1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 6.034825593 C6_chemical_A3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.273457375 C6_chemical_B1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.148600491 C6_chemical_B2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.480186319 C6_chemical_B3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.511298944 C6_chemical_C1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.287948518 C6_chemical_C2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.256593007 C6_chemical_C3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.44263332 L4_control_A1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.67452026 L4_control_A2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.969373771 L4_control_A3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.662956347 L4_control_B1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.47512211 L4_control_B2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.417010834 L4_control_B3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.664566241 L4_control_C2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.513897944 L4_control_C3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.152762827 L4_chemical_A1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.427580347 L4_chemical_A2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.56812458 L4_chemical_A3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.10607664 L4_chemical_B1 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.663648236 L4_chemical_B2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.275594403 L4_chemical_B3 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.165273781 L4_chemical_C2 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 6.667546561 L4_chemical_C3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.32032211 C6_control_A1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 11.98690602 C6_control_A3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.95352417 C6_control_B1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.1989473 C6_control_B2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.96017458 C6_control_B3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 10.73987275 C6_control_C1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 11.57482608 C6_control_C2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.08447591 C6_control_C3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.14170705 C6_chemical_A1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.11732939 C6_chemical_A3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.77452659 C6_chemical_B1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.22864215 C6_chemical_B2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 13.03767712 C6_chemical_B3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 9.920114356 C6_chemical_C1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 11.26610842 C6_chemical_C2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 10.99980751 C6_chemical_C3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 11.89174301 L4_control_A1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.09150408 L4_control_A2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.26238141 L4_control_A3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 13.36891033 L4_control_B1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 13.4256518 L4_control_B2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.80449787 L4_control_B3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.91519613 L4_control_C2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.83195811 L4_control_C3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 11.77905627 L4_chemical_A1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 11.94534764 L4_chemical_A2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.39626278 L4_chemical_A3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.92913122 L4_chemical_B1 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 13.15155935 L4_chemical_B2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.80074245 L4_chemical_B3 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.64044671 L4_chemical_C2 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.548385 L4_chemical_C3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.43632068 C6_control_A1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.53326449 C6_control_A3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.72149941 C6_control_B1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.3385034 C6_control_B2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.52469434 C6_control_B3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.25462484 C6_control_C1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.04190674 C6_control_C2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.18438983 C6_control_C3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.45337422 C6_chemical_A1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.71732714 C6_chemical_A3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.67355111 C6_chemical_B1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.59499715 C6_chemical_B2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.65603454 C6_chemical_B3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.00744212 C6_chemical_C1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.26927061 C6_chemical_C2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.1904022 C6_chemical_C3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.62317997 L4_control_A1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.68069302 L4_control_A2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 12.13631031 L4_control_A3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 12.26637304 L4_control_B1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 12.1246244 L4_control_B2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.77081181 L4_control_B3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.97251319 L4_control_C2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 12.17528283 L4_control_C3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.69998068 L4_chemical_A1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.75302889 L4_chemical_A2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 12.24214746 L4_chemical_A3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 12.02909193 L4_chemical_B1 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.95312496 L4_chemical_B2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.68634257 L4_chemical_B3 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.91724147 L4_chemical_C2 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.98334234 L4_chemical_C3 +LQ02X003750 Uncharacterized protein ycf39 11.93858327 C6_control_A1 +LQ02X003750 Uncharacterized protein ycf39 10.7821259 C6_control_A3 +LQ02X003750 Uncharacterized protein ycf39 12.46427862 C6_control_B1 +LQ02X003750 Uncharacterized protein ycf39 12.2775587 C6_control_B2 +LQ02X003750 Uncharacterized protein ycf39 11.69118875 C6_control_B3 +LQ02X003750 Uncharacterized protein ycf39 13.28486687 C6_control_C1 +LQ02X003750 Uncharacterized protein ycf39 12.72114275 C6_control_C2 +LQ02X003750 Uncharacterized protein ycf39 11.81319594 C6_control_C3 +LQ02X003750 Uncharacterized protein ycf39 12.27042862 C6_chemical_A1 +LQ02X003750 Uncharacterized protein ycf39 11.06893346 C6_chemical_A3 +LQ02X003750 Uncharacterized protein ycf39 12.99710374 C6_chemical_B1 +LQ02X003750 Uncharacterized protein ycf39 12.449321 C6_chemical_B2 +LQ02X003750 Uncharacterized protein ycf39 11.63296919 C6_chemical_B3 +LQ02X003750 Uncharacterized protein ycf39 13.18089809 C6_chemical_C1 +LQ02X003750 Uncharacterized protein ycf39 13.04091961 C6_chemical_C2 +LQ02X003750 Uncharacterized protein ycf39 12.29654082 C6_chemical_C3 +LQ02X003750 Uncharacterized protein ycf39 11.10379753 L4_control_A1 +LQ02X003750 Uncharacterized protein ycf39 11.34861439 L4_control_A2 +LQ02X003750 Uncharacterized protein ycf39 10.95534523 L4_control_A3 +LQ02X003750 Uncharacterized protein ycf39 12.01576792 L4_control_B1 +LQ02X003750 Uncharacterized protein ycf39 12.49114267 L4_control_B2 +LQ02X003750 Uncharacterized protein ycf39 11.38800598 L4_control_B3 +LQ02X003750 Uncharacterized protein ycf39 13.30070242 L4_control_C2 +LQ02X003750 Uncharacterized protein ycf39 12.59934019 L4_control_C3 +LQ02X003750 Uncharacterized protein ycf39 11.07175137 L4_chemical_A1 +LQ02X003750 Uncharacterized protein ycf39 11.51043179 L4_chemical_A2 +LQ02X003750 Uncharacterized protein ycf39 10.71436823 L4_chemical_A3 +LQ02X003750 Uncharacterized protein ycf39 12.22122236 L4_chemical_B1 +LQ02X003750 Uncharacterized protein ycf39 12.12841751 L4_chemical_B2 +LQ02X003750 Uncharacterized protein ycf39 11.33988908 L4_chemical_B3 +LQ02X003750 Uncharacterized protein ycf39 13.15213953 L4_chemical_C2 +LQ02X003750 Uncharacterized protein ycf39 12.75624165 L4_chemical_C3 +LQ02X003770 Predicted protein 11.29225011 C6_control_A1 +LQ02X003770 Predicted protein 10.98404391 C6_control_A3 +LQ02X003770 Predicted protein 11.62136258 C6_control_B1 +LQ02X003770 Predicted protein 11.4120541 C6_control_B2 +LQ02X003770 Predicted protein 11.74715862 C6_control_B3 +LQ02X003770 Predicted protein 10.80542049 C6_control_C1 +LQ02X003770 Predicted protein 10.79710943 C6_control_C2 +LQ02X003770 Predicted protein 10.63741711 C6_control_C3 +LQ02X003770 Predicted protein 11.22242934 C6_chemical_A1 +LQ02X003770 Predicted protein 11.22156036 C6_chemical_A3 +LQ02X003770 Predicted protein 11.69300087 C6_chemical_B1 +LQ02X003770 Predicted protein 11.25542507 C6_chemical_B2 +LQ02X003770 Predicted protein 11.60889571 C6_chemical_B3 +LQ02X003770 Predicted protein 10.96470707 C6_chemical_C1 +LQ02X003770 Predicted protein 10.58907839 C6_chemical_C2 +LQ02X003770 Predicted protein 10.76762817 C6_chemical_C3 +LQ02X003770 Predicted protein 11.33690455 L4_control_A1 +LQ02X003770 Predicted protein 12.1071851 L4_control_A2 +LQ02X003770 Predicted protein 11.39146905 L4_control_A3 +LQ02X003770 Predicted protein 11.80641084 L4_control_B1 +LQ02X003770 Predicted protein 12.35503366 L4_control_B2 +LQ02X003770 Predicted protein 11.61639993 L4_control_B3 +LQ02X003770 Predicted protein 10.870765 L4_control_C2 +LQ02X003770 Predicted protein 11.44608459 L4_control_C3 +LQ02X003770 Predicted protein 11.54056917 L4_chemical_A1 +LQ02X003770 Predicted protein 12.00513449 L4_chemical_A2 +LQ02X003770 Predicted protein 10.99871568 L4_chemical_A3 +LQ02X003770 Predicted protein 11.65736995 L4_chemical_B1 +LQ02X003770 Predicted protein 12.11962712 L4_chemical_B2 +LQ02X003770 Predicted protein 11.75865369 L4_chemical_B3 +LQ02X003770 Predicted protein 11.09170056 L4_chemical_C2 +LQ02X003770 Predicted protein 11.08256267 L4_chemical_C3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.943587658 C6_control_A1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 10.17816602 C6_control_A3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.445235511 C6_control_B1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.127816403 C6_control_B2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.379390364 C6_control_B3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 10.24703298 C6_control_C1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.491993442 C6_control_C2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.401026917 C6_control_C3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.715738731 C6_chemical_A1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 10.06859254 C6_chemical_A3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.160176603 C6_chemical_B1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 8.968441287 C6_chemical_B2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.210483882 C6_chemical_B3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 10.10880822 C6_chemical_C1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.564208466 C6_chemical_C2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.393738657 C6_chemical_C3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 10.20557272 L4_control_A1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.642430256 L4_control_A2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 10.62946892 L4_control_A3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 8.755390981 L4_control_B1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.981536995 L4_control_B2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.13019616 L4_control_B3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.962818481 L4_control_C2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.752727402 L4_control_C3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 10.44428077 L4_chemical_A1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.751871569 L4_chemical_A2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.999155633 L4_chemical_A3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.470088892 L4_chemical_B1 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.389273593 L4_chemical_B2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.140080789 L4_chemical_B3 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.956848793 L4_chemical_C2 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.347638001 L4_chemical_C3 +LQ02X003890 Endochitinase 1 9.77186455 C6_control_A1 +LQ02X003890 Endochitinase 1 10.58258982 C6_control_A3 +LQ02X003890 Endochitinase 1 6.235989478 C6_control_B1 +LQ02X003890 Endochitinase 1 7.020280226 C6_control_B2 +LQ02X003890 Endochitinase 1 9.091530155 C6_control_B3 +LQ02X003890 Endochitinase 1 6.971348929 C6_control_C1 +LQ02X003890 Endochitinase 1 8.447450091 C6_control_C2 +LQ02X003890 Endochitinase 1 10.44741302 C6_control_C3 +LQ02X003890 Endochitinase 1 8.92350962 C6_chemical_A1 +LQ02X003890 Endochitinase 1 12.31045351 C6_chemical_A3 +LQ02X003890 Endochitinase 1 7.264746539 C6_chemical_B1 +LQ02X003890 Endochitinase 1 8.084811422 C6_chemical_B2 +LQ02X003890 Endochitinase 1 12.14778333 C6_chemical_B3 +LQ02X003890 Endochitinase 1 7.1313234 C6_chemical_C1 +LQ02X003890 Endochitinase 1 8.84028248 C6_chemical_C2 +LQ02X003890 Endochitinase 1 11.30516953 C6_chemical_C3 +LQ02X003890 Endochitinase 1 12.50623841 L4_control_A1 +LQ02X003890 Endochitinase 1 10.25573 L4_control_A2 +LQ02X003890 Endochitinase 1 13.07859562 L4_control_A3 +LQ02X003890 Endochitinase 1 11.17820482 L4_control_B1 +LQ02X003890 Endochitinase 1 10.07723368 L4_control_B2 +LQ02X003890 Endochitinase 1 10.58134678 L4_control_B3 +LQ02X003890 Endochitinase 1 10.45342225 L4_control_C2 +LQ02X003890 Endochitinase 1 13.6421719 L4_control_C3 +LQ02X003890 Endochitinase 1 14.97927753 L4_chemical_A1 +LQ02X003890 Endochitinase 1 15.47759841 L4_chemical_A2 +LQ02X003890 Endochitinase 1 14.93156787 L4_chemical_A3 +LQ02X003890 Endochitinase 1 14.63634759 L4_chemical_B1 +LQ02X003890 Endochitinase 1 13.53857142 L4_chemical_B2 +LQ02X003890 Endochitinase 1 11.67309923 L4_chemical_B3 +LQ02X003890 Endochitinase 1 10.98242968 L4_chemical_C2 +LQ02X003890 Endochitinase 1 13.02029928 L4_chemical_C3 +LQ02X003900 Putative uncharacterized protein 8.378305996 C6_control_A1 +LQ02X003900 Putative uncharacterized protein 8.360304823 C6_control_A3 +LQ02X003900 Putative uncharacterized protein 8.26398009 C6_control_B1 +LQ02X003900 Putative uncharacterized protein 8.807645086 C6_control_B2 +LQ02X003900 Putative uncharacterized protein 9.842714998 C6_control_B3 +LQ02X003900 Putative uncharacterized protein 10.8584146 C6_control_C1 +LQ02X003900 Putative uncharacterized protein 11.74594843 C6_control_C2 +LQ02X003900 Putative uncharacterized protein 12.22942026 C6_control_C3 +LQ02X003900 Putative uncharacterized protein 9.623672796 C6_chemical_A1 +LQ02X003900 Putative uncharacterized protein 8.251792302 C6_chemical_A3 +LQ02X003900 Putative uncharacterized protein 8.701174134 C6_chemical_B1 +LQ02X003900 Putative uncharacterized protein 8.425932493 C6_chemical_B2 +LQ02X003900 Putative uncharacterized protein 10.71346585 C6_chemical_B3 +LQ02X003900 Putative uncharacterized protein 10.1135262 C6_chemical_C1 +LQ02X003900 Putative uncharacterized protein 10.978889 C6_chemical_C2 +LQ02X003900 Putative uncharacterized protein 12.20899239 C6_chemical_C3 +LQ02X003900 Putative uncharacterized protein 9.342334194 L4_control_A1 +LQ02X003900 Putative uncharacterized protein 8.186337125 L4_control_A2 +LQ02X003900 Putative uncharacterized protein 9.186233819 L4_control_A3 +LQ02X003900 Putative uncharacterized protein 9.414115838 L4_control_B1 +LQ02X003900 Putative uncharacterized protein 8.290427072 L4_control_B2 +LQ02X003900 Putative uncharacterized protein 11.30957157 L4_control_B3 +LQ02X003900 Putative uncharacterized protein 13.08776579 L4_control_C2 +LQ02X003900 Putative uncharacterized protein 13.78419251 L4_control_C3 +LQ02X003900 Putative uncharacterized protein 10.69817275 L4_chemical_A1 +LQ02X003900 Putative uncharacterized protein 8.43136561 L4_chemical_A2 +LQ02X003900 Putative uncharacterized protein 9.992134477 L4_chemical_A3 +LQ02X003900 Putative uncharacterized protein 10.61406759 L4_chemical_B1 +LQ02X003900 Putative uncharacterized protein 8.703614885 L4_chemical_B2 +LQ02X003900 Putative uncharacterized protein 10.10850355 L4_chemical_B3 +LQ02X003900 Putative uncharacterized protein 11.870176 L4_chemical_C2 +LQ02X003900 Putative uncharacterized protein 13.52855366 L4_chemical_C3 +LQ02X003970 Expansin-like A1 5.591798225 C6_control_A1 +LQ02X003970 Expansin-like A1 5.971307218 C6_control_A3 +LQ02X003970 Expansin-like A1 5.942117297 C6_control_B1 +LQ02X003970 Expansin-like A1 5.379439899 C6_control_B2 +LQ02X003970 Expansin-like A1 6.407608369 C6_control_B3 +LQ02X003970 Expansin-like A1 4.971562942 C6_control_C1 +LQ02X003970 Expansin-like A1 5.269082564 C6_control_C2 +LQ02X003970 Expansin-like A1 5.228149943 C6_control_C3 +LQ02X003970 Expansin-like A1 5.858470924 C6_chemical_A1 +LQ02X003970 Expansin-like A1 5.561080704 C6_chemical_A3 +LQ02X003970 Expansin-like A1 5.779468651 C6_chemical_B1 +LQ02X003970 Expansin-like A1 5.500404624 C6_chemical_B2 +LQ02X003970 Expansin-like A1 5.713223979 C6_chemical_B3 +LQ02X003970 Expansin-like A1 5.284824216 C6_chemical_C1 +LQ02X003970 Expansin-like A1 5.270119865 C6_chemical_C2 +LQ02X003970 Expansin-like A1 5.297704953 C6_chemical_C3 +LQ02X003970 Expansin-like A1 5.704220072 L4_control_A1 +LQ02X003970 Expansin-like A1 6.138756267 L4_control_A2 +LQ02X003970 Expansin-like A1 6.305338625 L4_control_A3 +LQ02X003970 Expansin-like A1 6.007457344 L4_control_B1 +LQ02X003970 Expansin-like A1 6.019045892 L4_control_B2 +LQ02X003970 Expansin-like A1 6.056376312 L4_control_B3 +LQ02X003970 Expansin-like A1 6.443892444 L4_control_C2 +LQ02X003970 Expansin-like A1 5.502041926 L4_control_C3 +LQ02X003970 Expansin-like A1 5.859939067 L4_chemical_A1 +LQ02X003970 Expansin-like A1 6.350572727 L4_chemical_A2 +LQ02X003970 Expansin-like A1 6.110777186 L4_chemical_A3 +LQ02X003970 Expansin-like A1 6.13059029 L4_chemical_B1 +LQ02X003970 Expansin-like A1 5.78919889 L4_chemical_B2 +LQ02X003970 Expansin-like A1 5.888078746 L4_chemical_B3 +LQ02X003970 Expansin-like A1 6.069270294 L4_chemical_C2 +LQ02X003970 Expansin-like A1 5.525793663 L4_chemical_C3 +LQ02X003980 Alanyl-tRNA synthetase 11.17670826 C6_control_A1 +LQ02X003980 Alanyl-tRNA synthetase 10.39013628 C6_control_A3 +LQ02X003980 Alanyl-tRNA synthetase 11.92030304 C6_control_B1 +LQ02X003980 Alanyl-tRNA synthetase 12.86294793 C6_control_B2 +LQ02X003980 Alanyl-tRNA synthetase 12.26589739 C6_control_B3 +LQ02X003980 Alanyl-tRNA synthetase 13.73253346 C6_control_C1 +LQ02X003980 Alanyl-tRNA synthetase 13.4136101 C6_control_C2 +LQ02X003980 Alanyl-tRNA synthetase 13.33407953 C6_control_C3 +LQ02X003980 Alanyl-tRNA synthetase 11.08090306 C6_chemical_A1 +LQ02X003980 Alanyl-tRNA synthetase 10.44589551 C6_chemical_A3 +LQ02X003980 Alanyl-tRNA synthetase 12.10204651 C6_chemical_B1 +LQ02X003980 Alanyl-tRNA synthetase 12.51110035 C6_chemical_B2 +LQ02X003980 Alanyl-tRNA synthetase 12.07712514 C6_chemical_B3 +LQ02X003980 Alanyl-tRNA synthetase 13.75699882 C6_chemical_C1 +LQ02X003980 Alanyl-tRNA synthetase 13.35253997 C6_chemical_C2 +LQ02X003980 Alanyl-tRNA synthetase 13.2124396 C6_chemical_C3 +LQ02X003980 Alanyl-tRNA synthetase 10.56918383 L4_control_A1 +LQ02X003980 Alanyl-tRNA synthetase 11.56563971 L4_control_A2 +LQ02X003980 Alanyl-tRNA synthetase 10.61436983 L4_control_A3 +LQ02X003980 Alanyl-tRNA synthetase 11.85631127 L4_control_B1 +LQ02X003980 Alanyl-tRNA synthetase 11.61778443 L4_control_B2 +LQ02X003980 Alanyl-tRNA synthetase 12.03367729 L4_control_B3 +LQ02X003980 Alanyl-tRNA synthetase 12.81779736 L4_control_C2 +LQ02X003980 Alanyl-tRNA synthetase 12.21407406 L4_control_C3 +LQ02X003980 Alanyl-tRNA synthetase 10.52381798 L4_chemical_A1 +LQ02X003980 Alanyl-tRNA synthetase 11.33628189 L4_chemical_A2 +LQ02X003980 Alanyl-tRNA synthetase 10.08186655 L4_chemical_A3 +LQ02X003980 Alanyl-tRNA synthetase 11.53177032 L4_chemical_B1 +LQ02X003980 Alanyl-tRNA synthetase 11.45811536 L4_chemical_B2 +LQ02X003980 Alanyl-tRNA synthetase 11.38547403 L4_chemical_B3 +LQ02X003980 Alanyl-tRNA synthetase 12.502243 L4_chemical_C2 +LQ02X003980 Alanyl-tRNA synthetase 12.38181153 L4_chemical_C3 +LQ02X003990 Putative Auxin-induced protein 6B 5.906854049 C6_control_A1 +LQ02X003990 Putative Auxin-induced protein 6B 5.703650241 C6_control_A3 +LQ02X003990 Putative Auxin-induced protein 6B 5.994938858 C6_control_B1 +LQ02X003990 Putative Auxin-induced protein 6B 5.201741424 C6_control_B2 +LQ02X003990 Putative Auxin-induced protein 6B 5.374498326 C6_control_B3 +LQ02X003990 Putative Auxin-induced protein 6B 5.539404746 C6_control_C1 +LQ02X003990 Putative Auxin-induced protein 6B 4.749671283 C6_control_C2 +LQ02X003990 Putative Auxin-induced protein 6B 5.043158733 C6_control_C3 +LQ02X003990 Putative Auxin-induced protein 6B 6.485692321 C6_chemical_A1 +LQ02X003990 Putative Auxin-induced protein 6B 6.09334909 C6_chemical_A3 +LQ02X003990 Putative Auxin-induced protein 6B 6.153623905 C6_chemical_B1 +LQ02X003990 Putative Auxin-induced protein 6B 5.069756353 C6_chemical_B2 +LQ02X003990 Putative Auxin-induced protein 6B 5.177112435 C6_chemical_B3 +LQ02X003990 Putative Auxin-induced protein 6B 5.275714678 C6_chemical_C1 +LQ02X003990 Putative Auxin-induced protein 6B 5.093028341 C6_chemical_C2 +LQ02X003990 Putative Auxin-induced protein 6B 4.960910077 C6_chemical_C3 +LQ02X003990 Putative Auxin-induced protein 6B 6.117357971 L4_control_A1 +LQ02X003990 Putative Auxin-induced protein 6B 5.814651811 L4_control_A2 +LQ02X003990 Putative Auxin-induced protein 6B 5.521143735 L4_control_A3 +LQ02X003990 Putative Auxin-induced protein 6B 5.23132566 L4_control_B1 +LQ02X003990 Putative Auxin-induced protein 6B 5.421947194 L4_control_B2 +LQ02X003990 Putative Auxin-induced protein 6B 5.654627149 L4_control_B3 +LQ02X003990 Putative Auxin-induced protein 6B 5.33403916 L4_control_C2 +LQ02X003990 Putative Auxin-induced protein 6B 5.365556181 L4_control_C3 +LQ02X003990 Putative Auxin-induced protein 6B 5.623206385 L4_chemical_A1 +LQ02X003990 Putative Auxin-induced protein 6B 5.373272865 L4_chemical_A2 +LQ02X003990 Putative Auxin-induced protein 6B 5.7728772 L4_chemical_A3 +LQ02X003990 Putative Auxin-induced protein 6B 5.456936292 L4_chemical_B1 +LQ02X003990 Putative Auxin-induced protein 6B 5.706588962 L4_chemical_B2 +LQ02X003990 Putative Auxin-induced protein 6B 5.322732591 L4_chemical_B3 +LQ02X003990 Putative Auxin-induced protein 6B 5.449689959 L4_chemical_C2 +LQ02X003990 Putative Auxin-induced protein 6B 4.987247717 L4_chemical_C3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.12828219 C6_control_A1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.98185642 C6_control_A3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.37513577 C6_control_B1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.36973536 C6_control_B2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.12292749 C6_control_B3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.50702259 C6_control_C1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.58377658 C6_control_C2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.83358717 C6_control_C3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.34515274 C6_chemical_A1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.31354617 C6_chemical_A3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.71661294 C6_chemical_B1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.63354761 C6_chemical_B2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.91513986 C6_chemical_B3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.40155605 C6_chemical_C1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.55732436 C6_chemical_C2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.40034556 C6_chemical_C3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.02047089 L4_control_A1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.486527 L4_control_A2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.0101314 L4_control_A3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.00090751 L4_control_B1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.35821576 L4_control_B2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.58399295 L4_control_B3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.63741525 L4_control_C2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.88275052 L4_control_C3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.65610706 L4_chemical_A1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.01325296 L4_chemical_A2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.85030558 L4_chemical_A3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.91824517 L4_chemical_B1 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.05613264 L4_chemical_B2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.93220468 L4_chemical_B3 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 13.53371702 L4_chemical_C2 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.15581873 L4_chemical_C3 +LQ02X004200 L-ascorbate oxidase homolog 9.491325154 C6_control_A1 +LQ02X004200 L-ascorbate oxidase homolog 10.21160973 C6_control_A3 +LQ02X004200 L-ascorbate oxidase homolog 11.01866361 C6_control_B1 +LQ02X004200 L-ascorbate oxidase homolog 10.47443283 C6_control_B2 +LQ02X004200 L-ascorbate oxidase homolog 11.70134725 C6_control_B3 +LQ02X004200 L-ascorbate oxidase homolog 6.115481118 C6_control_C1 +LQ02X004200 L-ascorbate oxidase homolog 5.89628384 C6_control_C2 +LQ02X004200 L-ascorbate oxidase homolog 5.927901767 C6_control_C3 +LQ02X004200 L-ascorbate oxidase homolog 9.147050273 C6_chemical_A1 +LQ02X004200 L-ascorbate oxidase homolog 10.17173615 C6_chemical_A3 +LQ02X004200 L-ascorbate oxidase homolog 10.95535207 C6_chemical_B1 +LQ02X004200 L-ascorbate oxidase homolog 10.09754086 C6_chemical_B2 +LQ02X004200 L-ascorbate oxidase homolog 9.732394834 C6_chemical_B3 +LQ02X004200 L-ascorbate oxidase homolog 5.891623249 C6_chemical_C1 +LQ02X004200 L-ascorbate oxidase homolog 5.53298471 C6_chemical_C2 +LQ02X004200 L-ascorbate oxidase homolog 5.888465758 C6_chemical_C3 +LQ02X004200 L-ascorbate oxidase homolog 10.04524115 L4_control_A1 +LQ02X004200 L-ascorbate oxidase homolog 10.31477963 L4_control_A2 +LQ02X004200 L-ascorbate oxidase homolog 10.21688499 L4_control_A3 +LQ02X004200 L-ascorbate oxidase homolog 11.22174159 L4_control_B1 +LQ02X004200 L-ascorbate oxidase homolog 10.95356658 L4_control_B2 +LQ02X004200 L-ascorbate oxidase homolog 9.366635411 L4_control_B3 +LQ02X004200 L-ascorbate oxidase homolog 6.6612722 L4_control_C2 +LQ02X004200 L-ascorbate oxidase homolog 7.581612213 L4_control_C3 +LQ02X004200 L-ascorbate oxidase homolog 10.35435159 L4_chemical_A1 +LQ02X004200 L-ascorbate oxidase homolog 9.49412104 L4_chemical_A2 +LQ02X004200 L-ascorbate oxidase homolog 10.6081222 L4_chemical_A3 +LQ02X004200 L-ascorbate oxidase homolog 9.768965292 L4_chemical_B1 +LQ02X004200 L-ascorbate oxidase homolog 10.13105888 L4_chemical_B2 +LQ02X004200 L-ascorbate oxidase homolog 10.58370801 L4_chemical_B3 +LQ02X004200 L-ascorbate oxidase homolog 6.310412681 L4_chemical_C2 +LQ02X004200 L-ascorbate oxidase homolog 5.71589596 L4_chemical_C3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.778516356 C6_control_A1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.400413037 C6_control_A3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.822726318 C6_control_B1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.135238062 C6_control_B2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.998593543 C6_control_B3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.190458619 C6_control_C1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 6.431037144 C6_control_C2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.195786117 C6_control_C3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.702551465 C6_chemical_A1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.981948532 C6_chemical_A3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.950563193 C6_chemical_B1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.225652465 C6_chemical_B2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.273740225 C6_chemical_B3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.485061322 C6_chemical_C1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.345792152 C6_chemical_C2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.973318709 C6_chemical_C3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.019296549 L4_control_A1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.68312476 L4_control_A2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.560927704 L4_control_A3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.416949536 L4_control_B1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.975975407 L4_control_B2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.016900693 L4_control_B3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.590523153 L4_control_C2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.678630433 L4_control_C3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.966546547 L4_chemical_A1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.810971973 L4_chemical_A2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.676985043 L4_chemical_A3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.977420202 L4_chemical_B1 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.552051781 L4_chemical_B2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.040308728 L4_chemical_B3 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.362177178 L4_chemical_C2 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 5.864738087 L4_chemical_C3 +LQ02X004250 Putative F-box protein SKIP23 5.100590635 C6_control_A1 +LQ02X004250 Putative F-box protein SKIP23 5.249956543 C6_control_A3 +LQ02X004250 Putative F-box protein SKIP23 5.000861695 C6_control_B1 +LQ02X004250 Putative F-box protein SKIP23 5.219420874 C6_control_B2 +LQ02X004250 Putative F-box protein SKIP23 5.061985812 C6_control_B3 +LQ02X004250 Putative F-box protein SKIP23 5.109097145 C6_control_C1 +LQ02X004250 Putative F-box protein SKIP23 5.083631349 C6_control_C2 +LQ02X004250 Putative F-box protein SKIP23 5.056895137 C6_control_C3 +LQ02X004250 Putative F-box protein SKIP23 5.227352419 C6_chemical_A1 +LQ02X004250 Putative F-box protein SKIP23 5.117547825 C6_chemical_A3 +LQ02X004250 Putative F-box protein SKIP23 5.017264889 C6_chemical_B1 +LQ02X004250 Putative F-box protein SKIP23 4.979919579 C6_chemical_B2 +LQ02X004250 Putative F-box protein SKIP23 5.015221509 C6_chemical_B3 +LQ02X004250 Putative F-box protein SKIP23 5.153343145 C6_chemical_C1 +LQ02X004250 Putative F-box protein SKIP23 5.070658549 C6_chemical_C2 +LQ02X004250 Putative F-box protein SKIP23 5.127719204 C6_chemical_C3 +LQ02X004250 Putative F-box protein SKIP23 4.944275941 L4_control_A1 +LQ02X004250 Putative F-box protein SKIP23 5.141468732 L4_control_A2 +LQ02X004250 Putative F-box protein SKIP23 5.435331555 L4_control_A3 +LQ02X004250 Putative F-box protein SKIP23 5.003978063 L4_control_B1 +LQ02X004250 Putative F-box protein SKIP23 5.267782751 L4_control_B2 +LQ02X004250 Putative F-box protein SKIP23 5.132930118 L4_control_B3 +LQ02X004250 Putative F-box protein SKIP23 4.727638738 L4_control_C2 +LQ02X004250 Putative F-box protein SKIP23 6.028123561 L4_control_C3 +LQ02X004250 Putative F-box protein SKIP23 5.09024536 L4_chemical_A1 +LQ02X004250 Putative F-box protein SKIP23 4.957583181 L4_chemical_A2 +LQ02X004250 Putative F-box protein SKIP23 5.236108103 L4_chemical_A3 +LQ02X004250 Putative F-box protein SKIP23 4.884753634 L4_chemical_B1 +LQ02X004250 Putative F-box protein SKIP23 5.066128993 L4_chemical_B2 +LQ02X004250 Putative F-box protein SKIP23 5.047138459 L4_chemical_B3 +LQ02X004250 Putative F-box protein SKIP23 5.952266514 L4_chemical_C2 +LQ02X004250 Putative F-box protein SKIP23 5.661358147 L4_chemical_C3 +LQ02X004260 F-box protein SKIP23 11.38480459 C6_control_A1 +LQ02X004260 F-box protein SKIP23 11.28858755 C6_control_A3 +LQ02X004260 F-box protein SKIP23 11.41033794 C6_control_B1 +LQ02X004260 F-box protein SKIP23 11.35294723 C6_control_B2 +LQ02X004260 F-box protein SKIP23 11.36888946 C6_control_B3 +LQ02X004260 F-box protein SKIP23 12.06602185 C6_control_C1 +LQ02X004260 F-box protein SKIP23 11.97658382 C6_control_C2 +LQ02X004260 F-box protein SKIP23 11.96384552 C6_control_C3 +LQ02X004260 F-box protein SKIP23 11.32384939 C6_chemical_A1 +LQ02X004260 F-box protein SKIP23 11.04304337 C6_chemical_A3 +LQ02X004260 F-box protein SKIP23 10.95322621 C6_chemical_B1 +LQ02X004260 F-box protein SKIP23 11.47280665 C6_chemical_B2 +LQ02X004260 F-box protein SKIP23 11.12772598 C6_chemical_B3 +LQ02X004260 F-box protein SKIP23 12.06072609 C6_chemical_C1 +LQ02X004260 F-box protein SKIP23 12.02202286 C6_chemical_C2 +LQ02X004260 F-box protein SKIP23 11.98725994 C6_chemical_C3 +LQ02X004260 F-box protein SKIP23 10.91397437 L4_control_A1 +LQ02X004260 F-box protein SKIP23 10.84940119 L4_control_A2 +LQ02X004260 F-box protein SKIP23 10.52594222 L4_control_A3 +LQ02X004260 F-box protein SKIP23 10.4246196 L4_control_B1 +LQ02X004260 F-box protein SKIP23 10.11135893 L4_control_B2 +LQ02X004260 F-box protein SKIP23 10.5178494 L4_control_B3 +LQ02X004260 F-box protein SKIP23 11.30993968 L4_control_C2 +LQ02X004260 F-box protein SKIP23 10.56628072 L4_control_C3 +LQ02X004260 F-box protein SKIP23 11.02823261 L4_chemical_A1 +LQ02X004260 F-box protein SKIP23 11.30110636 L4_chemical_A2 +LQ02X004260 F-box protein SKIP23 10.8087835 L4_chemical_A3 +LQ02X004260 F-box protein SKIP23 10.65578086 L4_chemical_B1 +LQ02X004260 F-box protein SKIP23 10.19265517 L4_chemical_B2 +LQ02X004260 F-box protein SKIP23 10.7366204 L4_chemical_B3 +LQ02X004260 F-box protein SKIP23 11.53398545 L4_chemical_C2 +LQ02X004260 F-box protein SKIP23 10.78705709 L4_chemical_C3 +LQ02X004270 Predicted protein 4.914917956 C6_control_A1 +LQ02X004270 Predicted protein 4.871584508 C6_control_A3 +LQ02X004270 Predicted protein 4.947349442 C6_control_B1 +LQ02X004270 Predicted protein 4.937562841 C6_control_B2 +LQ02X004270 Predicted protein 4.839881319 C6_control_B3 +LQ02X004270 Predicted protein 4.983086276 C6_control_C1 +LQ02X004270 Predicted protein 5.148286374 C6_control_C2 +LQ02X004270 Predicted protein 4.988255021 C6_control_C3 +LQ02X004270 Predicted protein 5.204322761 C6_chemical_A1 +LQ02X004270 Predicted protein 5.062086861 C6_chemical_A3 +LQ02X004270 Predicted protein 5.181780932 C6_chemical_B1 +LQ02X004270 Predicted protein 5.170761583 C6_chemical_B2 +LQ02X004270 Predicted protein 4.989804932 C6_chemical_B3 +LQ02X004270 Predicted protein 6.456790903 C6_chemical_C1 +LQ02X004270 Predicted protein 5.332677394 C6_chemical_C2 +LQ02X004270 Predicted protein 6.01490757 C6_chemical_C3 +LQ02X004270 Predicted protein 5.228162361 L4_control_A1 +LQ02X004270 Predicted protein 5.125257008 L4_control_A2 +LQ02X004270 Predicted protein 5.393764272 L4_control_A3 +LQ02X004270 Predicted protein 4.873001334 L4_control_B1 +LQ02X004270 Predicted protein 5.2086375 L4_control_B2 +LQ02X004270 Predicted protein 5.350620453 L4_control_B3 +LQ02X004270 Predicted protein 5.205745851 L4_control_C2 +LQ02X004270 Predicted protein 5.550893304 L4_control_C3 +LQ02X004270 Predicted protein 5.010087927 L4_chemical_A1 +LQ02X004270 Predicted protein 4.920179893 L4_chemical_A2 +LQ02X004270 Predicted protein 5.299312851 L4_chemical_A3 +LQ02X004270 Predicted protein 5.09317908 L4_chemical_B1 +LQ02X004270 Predicted protein 5.225461984 L4_chemical_B2 +LQ02X004270 Predicted protein 5.249410507 L4_chemical_B3 +LQ02X004270 Predicted protein 5.214551168 L4_chemical_C2 +LQ02X004270 Predicted protein 5.581021601 L4_chemical_C3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.416225176 C6_control_A1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.471812559 C6_control_A3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.228418817 C6_control_B1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.253337764 C6_control_B2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.505104227 C6_control_B3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.209602977 C6_control_C1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.121367698 C6_control_C2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.847898258 C6_control_C3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.577624699 C6_chemical_A1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.293766729 C6_chemical_A3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.170018715 C6_chemical_B1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.125814804 C6_chemical_B2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.523466524 C6_chemical_B3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.318306556 C6_chemical_C1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.252356215 C6_chemical_C2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.301619672 C6_chemical_C3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.578954717 L4_control_A1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.170269845 L4_control_A2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 6.185711841 L4_control_A3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 4.847804535 L4_control_B1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 4.982955128 L4_control_B2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.093771255 L4_control_B3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.174590721 L4_control_C2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.790636897 L4_control_C3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.275282511 L4_chemical_A1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.489153241 L4_chemical_A2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.998011332 L4_chemical_A3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.312713505 L4_chemical_B1 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.546790144 L4_chemical_B2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.524624166 L4_chemical_B3 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 4.940790281 L4_chemical_C2 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 6.125900367 L4_chemical_C3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.02159071 C6_control_A1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.9019181 C6_control_A3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.80434395 C6_control_B1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.80043385 C6_control_B2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.63808531 C6_control_B3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.29666655 C6_control_C1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.95105318 C6_control_C2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.84010824 C6_control_C3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.83608371 C6_chemical_A1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.07733416 C6_chemical_A3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.7203273 C6_chemical_B1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.06838911 C6_chemical_B2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.51364835 C6_chemical_B3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.18659255 C6_chemical_C1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.84627185 C6_chemical_C2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.10481861 C6_chemical_C3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.73529616 L4_control_A1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.32633961 L4_control_A2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.89222552 L4_control_A3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.05485209 L4_control_B1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.26450235 L4_control_B2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.08042824 L4_control_B3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.07004723 L4_control_C2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.42102507 L4_control_C3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.13006939 L4_chemical_A1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.38307428 L4_chemical_A2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.92856354 L4_chemical_A3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.24037767 L4_chemical_B1 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.12124549 L4_chemical_B2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.13706442 L4_chemical_B3 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.080076 L4_chemical_C2 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 14.56709877 L4_chemical_C3 +LQ02X004310 Hypothetical protein 5.933588676 C6_control_A1 +LQ02X004310 Hypothetical protein 5.309560163 C6_control_A3 +LQ02X004310 Hypothetical protein 5.671817842 C6_control_B1 +LQ02X004310 Hypothetical protein 6.72770957 C6_control_B2 +LQ02X004310 Hypothetical protein 5.695394458 C6_control_B3 +LQ02X004310 Hypothetical protein 5.66809059 C6_control_C1 +LQ02X004310 Hypothetical protein 5.916244213 C6_control_C2 +LQ02X004310 Hypothetical protein 5.898958423 C6_control_C3 +LQ02X004310 Hypothetical protein 6.049127331 C6_chemical_A1 +LQ02X004310 Hypothetical protein 5.946273752 C6_chemical_A3 +LQ02X004310 Hypothetical protein 5.839659225 C6_chemical_B1 +LQ02X004310 Hypothetical protein 6.52080081 C6_chemical_B2 +LQ02X004310 Hypothetical protein 5.632622197 C6_chemical_B3 +LQ02X004310 Hypothetical protein 5.837545402 C6_chemical_C1 +LQ02X004310 Hypothetical protein 6.332216724 C6_chemical_C2 +LQ02X004310 Hypothetical protein 5.473599072 C6_chemical_C3 +LQ02X004310 Hypothetical protein 5.351349775 L4_control_A1 +LQ02X004310 Hypothetical protein 5.263054767 L4_control_A2 +LQ02X004310 Hypothetical protein 5.208604 L4_control_A3 +LQ02X004310 Hypothetical protein 6.710340294 L4_control_B1 +LQ02X004310 Hypothetical protein 6.195947881 L4_control_B2 +LQ02X004310 Hypothetical protein 5.951270236 L4_control_B3 +LQ02X004310 Hypothetical protein 5.453119546 L4_control_C2 +LQ02X004310 Hypothetical protein 5.42417154 L4_control_C3 +LQ02X004310 Hypothetical protein 5.645434955 L4_chemical_A1 +LQ02X004310 Hypothetical protein 5.888562023 L4_chemical_A2 +LQ02X004310 Hypothetical protein 6.734734156 L4_chemical_A3 +LQ02X004310 Hypothetical protein 5.897368298 L4_chemical_B1 +LQ02X004310 Hypothetical protein 5.921017366 L4_chemical_B2 +LQ02X004310 Hypothetical protein 6.003181195 L4_chemical_B3 +LQ02X004310 Hypothetical protein 5.365821335 L4_chemical_C2 +LQ02X004310 Hypothetical protein 5.210338791 L4_chemical_C3 +LQ02X004320 Protein kinase, putative 13.29710913 C6_control_A1 +LQ02X004320 Protein kinase, putative 13.24734104 C6_control_A3 +LQ02X004320 Protein kinase, putative 13.41417624 C6_control_B1 +LQ02X004320 Protein kinase, putative 13.8689932 C6_control_B2 +LQ02X004320 Protein kinase, putative 13.98030538 C6_control_B3 +LQ02X004320 Protein kinase, putative 13.5007757 C6_control_C1 +LQ02X004320 Protein kinase, putative 13.96037989 C6_control_C2 +LQ02X004320 Protein kinase, putative 14.42391223 C6_control_C3 +LQ02X004320 Protein kinase, putative 12.92980279 C6_chemical_A1 +LQ02X004320 Protein kinase, putative 13.5810273 C6_chemical_A3 +LQ02X004320 Protein kinase, putative 13.47672224 C6_chemical_B1 +LQ02X004320 Protein kinase, putative 13.69099539 C6_chemical_B2 +LQ02X004320 Protein kinase, putative 14.2325565 C6_chemical_B3 +LQ02X004320 Protein kinase, putative 13.71653324 C6_chemical_C1 +LQ02X004320 Protein kinase, putative 14.14291092 C6_chemical_C2 +LQ02X004320 Protein kinase, putative 14.90336687 C6_chemical_C3 +LQ02X004320 Protein kinase, putative 12.79265521 L4_control_A1 +LQ02X004320 Protein kinase, putative 13.63328284 L4_control_A2 +LQ02X004320 Protein kinase, putative 13.45909802 L4_control_A3 +LQ02X004320 Protein kinase, putative 14.13794362 L4_control_B1 +LQ02X004320 Protein kinase, putative 13.96286181 L4_control_B2 +LQ02X004320 Protein kinase, putative 14.48735408 L4_control_B3 +LQ02X004320 Protein kinase, putative 13.6005679 L4_control_C2 +LQ02X004320 Protein kinase, putative 14.23777784 L4_control_C3 +LQ02X004320 Protein kinase, putative 14.04407419 L4_chemical_A1 +LQ02X004320 Protein kinase, putative 14.65294537 L4_chemical_A2 +LQ02X004320 Protein kinase, putative 13.98298584 L4_chemical_A3 +LQ02X004320 Protein kinase, putative 13.79855572 L4_chemical_B1 +LQ02X004320 Protein kinase, putative 13.9992067 L4_chemical_B2 +LQ02X004320 Protein kinase, putative 14.3797046 L4_chemical_B3 +LQ02X004320 Protein kinase, putative 13.7236505 L4_chemical_C2 +LQ02X004320 Protein kinase, putative 14.6860703 L4_chemical_C3 +LQ02X004370 WD-repeat protein, putative 4.852283636 C6_control_A1 +LQ02X004370 WD-repeat protein, putative 5.097181706 C6_control_A3 +LQ02X004370 WD-repeat protein, putative 5.186281869 C6_control_B1 +LQ02X004370 WD-repeat protein, putative 5.118404447 C6_control_B2 +LQ02X004370 WD-repeat protein, putative 5.031381611 C6_control_B3 +LQ02X004370 WD-repeat protein, putative 5.436437305 C6_control_C1 +LQ02X004370 WD-repeat protein, putative 5.784224034 C6_control_C2 +LQ02X004370 WD-repeat protein, putative 4.987497785 C6_control_C3 +LQ02X004370 WD-repeat protein, putative 5.187773465 C6_chemical_A1 +LQ02X004370 WD-repeat protein, putative 4.977554024 C6_chemical_A3 +LQ02X004370 WD-repeat protein, putative 5.047754756 C6_chemical_B1 +LQ02X004370 WD-repeat protein, putative 5.217874923 C6_chemical_B2 +LQ02X004370 WD-repeat protein, putative 5.226167384 C6_chemical_B3 +LQ02X004370 WD-repeat protein, putative 5.311019529 C6_chemical_C1 +LQ02X004370 WD-repeat protein, putative 5.212079375 C6_chemical_C2 +LQ02X004370 WD-repeat protein, putative 5.236622135 C6_chemical_C3 +LQ02X004370 WD-repeat protein, putative 5.046084284 L4_control_A1 +LQ02X004370 WD-repeat protein, putative 5.061712546 L4_control_A2 +LQ02X004370 WD-repeat protein, putative 4.868649473 L4_control_A3 +LQ02X004370 WD-repeat protein, putative 5.145950051 L4_control_B1 +LQ02X004370 WD-repeat protein, putative 5.342630428 L4_control_B2 +LQ02X004370 WD-repeat protein, putative 4.967157117 L4_control_B3 +LQ02X004370 WD-repeat protein, putative 5.840145544 L4_control_C2 +LQ02X004370 WD-repeat protein, putative 5.183999305 L4_control_C3 +LQ02X004370 WD-repeat protein, putative 4.986772259 L4_chemical_A1 +LQ02X004370 WD-repeat protein, putative 5.110950229 L4_chemical_A2 +LQ02X004370 WD-repeat protein, putative 5.127103309 L4_chemical_A3 +LQ02X004370 WD-repeat protein, putative 5.314828462 L4_chemical_B1 +LQ02X004370 WD-repeat protein, putative 5.147380875 L4_chemical_B2 +LQ02X004370 WD-repeat protein, putative 5.024277403 L4_chemical_B3 +LQ02X004370 WD-repeat protein, putative 5.554374308 L4_chemical_C2 +LQ02X004370 WD-repeat protein, putative 5.460922902 L4_chemical_C3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 10.1616584 C6_control_A1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 9.999782195 C6_control_A3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.24203086 C6_control_B1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.0533969 C6_control_B2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.28460495 C6_control_B3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.89172946 C6_control_C1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.49115732 C6_control_C2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.06601137 C6_control_C3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 10.12147245 C6_chemical_A1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 10.24657165 C6_chemical_A3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.18658149 C6_chemical_B1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.88393973 C6_chemical_B2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.36903773 C6_chemical_B3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.92940983 C6_chemical_C1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.18739091 C6_chemical_C2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.17117629 C6_chemical_C3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 10.76395614 L4_control_A1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.02303196 L4_control_A2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.18569088 L4_control_A3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.02974401 L4_control_B1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.06004555 L4_control_B2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.97219415 L4_control_B3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.10910717 L4_control_C2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.55580256 L4_control_C3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 10.18136668 L4_chemical_A1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 10.62817544 L4_chemical_A2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 10.60743808 L4_chemical_A3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.29033914 L4_chemical_B1 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.3363223 L4_chemical_B2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.89855869 L4_chemical_B3 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 11.84783429 L4_chemical_C2 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 12.60918289 L4_chemical_C3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.445913497 C6_control_A1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.459812393 C6_control_A3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 7.986503066 C6_control_B1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.404333249 C6_control_B2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.68552767 C6_control_B3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 10.33545786 C6_control_C1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 10.12030075 C6_control_C2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 10.27151097 C6_control_C3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.291396475 C6_chemical_A1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.256579785 C6_chemical_A3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 6.837082451 C6_chemical_B1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.079566241 C6_chemical_B2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 7.958890491 C6_chemical_B3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 10.24720804 C6_chemical_C1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 10.23964875 C6_chemical_C2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.480822175 C6_chemical_C3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.147267352 L4_control_A1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.750709263 L4_control_A2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.140600683 L4_control_A3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.821717317 L4_control_B1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.963236664 L4_control_B2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.922777601 L4_control_B3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 10.24853272 L4_control_C2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.362791747 L4_control_C3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.248033276 L4_chemical_A1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.379641721 L4_chemical_A2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.148158526 L4_chemical_A3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.759617261 L4_chemical_B1 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 9.097588718 L4_chemical_B2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.234312467 L4_chemical_B3 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 10.30974009 L4_chemical_C2 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 10.05869928 L4_chemical_C3 +LQ02X004520 Hypothetical protein 9.324635648 C6_control_A1 +LQ02X004520 Hypothetical protein 9.068120354 C6_control_A3 +LQ02X004520 Hypothetical protein 9.336536257 C6_control_B1 +LQ02X004520 Hypothetical protein 9.630750854 C6_control_B2 +LQ02X004520 Hypothetical protein 9.385040913 C6_control_B3 +LQ02X004520 Hypothetical protein 10.05251236 C6_control_C1 +LQ02X004520 Hypothetical protein 10.50519784 C6_control_C2 +LQ02X004520 Hypothetical protein 10.41010885 C6_control_C3 +LQ02X004520 Hypothetical protein 9.521755696 C6_chemical_A1 +LQ02X004520 Hypothetical protein 8.953950067 C6_chemical_A3 +LQ02X004520 Hypothetical protein 9.397369139 C6_chemical_B1 +LQ02X004520 Hypothetical protein 9.252168883 C6_chemical_B2 +LQ02X004520 Hypothetical protein 9.302012627 C6_chemical_B3 +LQ02X004520 Hypothetical protein 10.18811525 C6_chemical_C1 +LQ02X004520 Hypothetical protein 10.20125577 C6_chemical_C2 +LQ02X004520 Hypothetical protein 10.23688843 C6_chemical_C3 +LQ02X004520 Hypothetical protein 9.008342686 L4_control_A1 +LQ02X004520 Hypothetical protein 9.248170374 L4_control_A2 +LQ02X004520 Hypothetical protein 9.058863313 L4_control_A3 +LQ02X004520 Hypothetical protein 9.015137929 L4_control_B1 +LQ02X004520 Hypothetical protein 9.889245719 L4_control_B2 +LQ02X004520 Hypothetical protein 8.961926521 L4_control_B3 +LQ02X004520 Hypothetical protein 9.900274468 L4_control_C2 +LQ02X004520 Hypothetical protein 9.706899555 L4_control_C3 +LQ02X004520 Hypothetical protein 8.831879162 L4_chemical_A1 +LQ02X004520 Hypothetical protein 9.616043195 L4_chemical_A2 +LQ02X004520 Hypothetical protein 9.211385958 L4_chemical_A3 +LQ02X004520 Hypothetical protein 8.959204051 L4_chemical_B1 +LQ02X004520 Hypothetical protein 9.934844589 L4_chemical_B2 +LQ02X004520 Hypothetical protein 8.61799539 L4_chemical_B3 +LQ02X004520 Hypothetical protein 9.814287317 L4_chemical_C2 +LQ02X004520 Hypothetical protein 9.563297382 L4_chemical_C3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.64646666 C6_control_A1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.354407172 C6_control_A3 +LQ02X004530 Putative Arginine/agmatine antiporter 6.281369634 C6_control_B1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.638895853 C6_control_B2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.216587905 C6_control_B3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.463561675 C6_control_C1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.838616114 C6_control_C2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.496033245 C6_control_C3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.271195775 C6_chemical_A1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.336054648 C6_chemical_A3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.663388909 C6_chemical_B1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.806876085 C6_chemical_B2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.101863254 C6_chemical_B3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.873972714 C6_chemical_C1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.597381091 C6_chemical_C2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.590632488 C6_chemical_C3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.169732144 L4_control_A1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.048620451 L4_control_A2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.106715781 L4_control_A3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.128854424 L4_control_B1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.365089245 L4_control_B2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.493253467 L4_control_B3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.342428086 L4_control_C2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.508510614 L4_control_C3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.495824541 L4_chemical_A1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.329631843 L4_chemical_A2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.312303424 L4_chemical_A3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.082043786 L4_chemical_B1 +LQ02X004530 Putative Arginine/agmatine antiporter 5.217713546 L4_chemical_B2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.46432284 L4_chemical_B3 +LQ02X004530 Putative Arginine/agmatine antiporter 5.047438944 L4_chemical_C2 +LQ02X004530 Putative Arginine/agmatine antiporter 5.195596299 L4_chemical_C3 +LQ02X004550 Putative Transportin-1 12.50697505 C6_control_A1 +LQ02X004550 Putative Transportin-1 12.27563876 C6_control_A3 +LQ02X004550 Putative Transportin-1 12.55228597 C6_control_B1 +LQ02X004550 Putative Transportin-1 12.8211936 C6_control_B2 +LQ02X004550 Putative Transportin-1 12.49592783 C6_control_B3 +LQ02X004550 Putative Transportin-1 12.49875273 C6_control_C1 +LQ02X004550 Putative Transportin-1 12.44638776 C6_control_C2 +LQ02X004550 Putative Transportin-1 12.73233826 C6_control_C3 +LQ02X004550 Putative Transportin-1 12.54655126 C6_chemical_A1 +LQ02X004550 Putative Transportin-1 12.13836434 C6_chemical_A3 +LQ02X004550 Putative Transportin-1 12.38366984 C6_chemical_B1 +LQ02X004550 Putative Transportin-1 12.65098859 C6_chemical_B2 +LQ02X004550 Putative Transportin-1 12.51122047 C6_chemical_B3 +LQ02X004550 Putative Transportin-1 12.59080421 C6_chemical_C1 +LQ02X004550 Putative Transportin-1 12.46904518 C6_chemical_C2 +LQ02X004550 Putative Transportin-1 12.73886302 C6_chemical_C3 +LQ02X004550 Putative Transportin-1 12.47382459 L4_control_A1 +LQ02X004550 Putative Transportin-1 12.29275722 L4_control_A2 +LQ02X004550 Putative Transportin-1 12.40163871 L4_control_A3 +LQ02X004550 Putative Transportin-1 12.20443998 L4_control_B1 +LQ02X004550 Putative Transportin-1 11.99072938 L4_control_B2 +LQ02X004550 Putative Transportin-1 12.35624263 L4_control_B3 +LQ02X004550 Putative Transportin-1 12.18274559 L4_control_C2 +LQ02X004550 Putative Transportin-1 11.80732767 L4_control_C3 +LQ02X004550 Putative Transportin-1 12.55101164 L4_chemical_A1 +LQ02X004550 Putative Transportin-1 12.05636214 L4_chemical_A2 +LQ02X004550 Putative Transportin-1 12.67681472 L4_chemical_A3 +LQ02X004550 Putative Transportin-1 12.26658397 L4_chemical_B1 +LQ02X004550 Putative Transportin-1 11.77127373 L4_chemical_B2 +LQ02X004550 Putative Transportin-1 12.42675998 L4_chemical_B3 +LQ02X004550 Putative Transportin-1 12.13316769 L4_chemical_C2 +LQ02X004550 Putative Transportin-1 11.97952152 L4_chemical_C3 +LQ02X004570 21 kDa seed protein 5.635132782 C6_control_A1 +LQ02X004570 21 kDa seed protein 5.311924331 C6_control_A3 +LQ02X004570 21 kDa seed protein 5.629331332 C6_control_B1 +LQ02X004570 21 kDa seed protein 5.358980729 C6_control_B2 +LQ02X004570 21 kDa seed protein 5.427779015 C6_control_B3 +LQ02X004570 21 kDa seed protein 5.460667914 C6_control_C1 +LQ02X004570 21 kDa seed protein 5.234570613 C6_control_C2 +LQ02X004570 21 kDa seed protein 5.349792812 C6_control_C3 +LQ02X004570 21 kDa seed protein 5.526654706 C6_chemical_A1 +LQ02X004570 21 kDa seed protein 5.332878084 C6_chemical_A3 +LQ02X004570 21 kDa seed protein 5.540375526 C6_chemical_B1 +LQ02X004570 21 kDa seed protein 5.053123346 C6_chemical_B2 +LQ02X004570 21 kDa seed protein 4.80807052 C6_chemical_B3 +LQ02X004570 21 kDa seed protein 5.25974172 C6_chemical_C1 +LQ02X004570 21 kDa seed protein 5.341434107 C6_chemical_C2 +LQ02X004570 21 kDa seed protein 5.145483606 C6_chemical_C3 +LQ02X004570 21 kDa seed protein 5.701589788 L4_control_A1 +LQ02X004570 21 kDa seed protein 5.312287014 L4_control_A2 +LQ02X004570 21 kDa seed protein 5.569721376 L4_control_A3 +LQ02X004570 21 kDa seed protein 5.264070873 L4_control_B1 +LQ02X004570 21 kDa seed protein 4.942316064 L4_control_B2 +LQ02X004570 21 kDa seed protein 5.329472944 L4_control_B3 +LQ02X004570 21 kDa seed protein 5.014855013 L4_control_C2 +LQ02X004570 21 kDa seed protein 5.177738846 L4_control_C3 +LQ02X004570 21 kDa seed protein 5.529014082 L4_chemical_A1 +LQ02X004570 21 kDa seed protein 5.365963931 L4_chemical_A2 +LQ02X004570 21 kDa seed protein 5.886366 L4_chemical_A3 +LQ02X004570 21 kDa seed protein 5.194842449 L4_chemical_B1 +LQ02X004570 21 kDa seed protein 4.918456984 L4_chemical_B2 +LQ02X004570 21 kDa seed protein 5.400646514 L4_chemical_B3 +LQ02X004570 21 kDa seed protein 5.55138202 L4_chemical_C2 +LQ02X004570 21 kDa seed protein 5.50611718 L4_chemical_C3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.564611807 C6_control_A1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.666692829 C6_control_A3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.25097916 C6_control_B1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.438101824 C6_control_B2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.614573339 C6_control_B3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.595753074 C6_control_C1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.868079208 C6_control_C2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.349228936 C6_control_C3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.327888961 C6_chemical_A1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.581223125 C6_chemical_A3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.232725174 C6_chemical_B1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.363500109 C6_chemical_B2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.70630241 C6_chemical_B3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.35728182 C6_chemical_C1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.50334888 C6_chemical_C2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.519995338 C6_chemical_C3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.275664288 L4_control_A1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.550643833 L4_control_A2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.420384074 L4_control_A3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 6.896162523 L4_control_B1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 6.20032753 L4_control_B2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.186667232 L4_control_B3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 4.841675856 L4_control_C2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 4.786320695 L4_control_C3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.364332073 L4_chemical_A1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.56474574 L4_chemical_A2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.518671225 L4_chemical_A3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.396581356 L4_chemical_B1 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.190071717 L4_chemical_B2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.254745631 L4_chemical_B3 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 4.911010446 L4_chemical_C2 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.153348626 L4_chemical_C3 +LQ02X004600 Putative uncharacterized protein 11.42492718 C6_control_A1 +LQ02X004600 Putative uncharacterized protein 11.98369066 C6_control_A3 +LQ02X004600 Putative uncharacterized protein 11.40146509 C6_control_B1 +LQ02X004600 Putative uncharacterized protein 11.34660888 C6_control_B2 +LQ02X004600 Putative uncharacterized protein 11.43158394 C6_control_B3 +LQ02X004600 Putative uncharacterized protein 10.58767889 C6_control_C1 +LQ02X004600 Putative uncharacterized protein 11.50866288 C6_control_C2 +LQ02X004600 Putative uncharacterized protein 10.59104565 C6_control_C3 +LQ02X004600 Putative uncharacterized protein 11.46136185 C6_chemical_A1 +LQ02X004600 Putative uncharacterized protein 11.61851365 C6_chemical_A3 +LQ02X004600 Putative uncharacterized protein 11.5836109 C6_chemical_B1 +LQ02X004600 Putative uncharacterized protein 11.79083957 C6_chemical_B2 +LQ02X004600 Putative uncharacterized protein 11.63563248 C6_chemical_B3 +LQ02X004600 Putative uncharacterized protein 10.69779453 C6_chemical_C1 +LQ02X004600 Putative uncharacterized protein 11.2703584 C6_chemical_C2 +LQ02X004600 Putative uncharacterized protein 11.59989308 C6_chemical_C3 +LQ02X004600 Putative uncharacterized protein 11.82282799 L4_control_A1 +LQ02X004600 Putative uncharacterized protein 12.20268365 L4_control_A2 +LQ02X004600 Putative uncharacterized protein 12.45630739 L4_control_A3 +LQ02X004600 Putative uncharacterized protein 11.59377578 L4_control_B1 +LQ02X004600 Putative uncharacterized protein 11.78657919 L4_control_B2 +LQ02X004600 Putative uncharacterized protein 12.1733579 L4_control_B3 +LQ02X004600 Putative uncharacterized protein 11.64019731 L4_control_C2 +LQ02X004600 Putative uncharacterized protein 11.77453598 L4_control_C3 +LQ02X004600 Putative uncharacterized protein 11.60701032 L4_chemical_A1 +LQ02X004600 Putative uncharacterized protein 11.94741146 L4_chemical_A2 +LQ02X004600 Putative uncharacterized protein 12.28133014 L4_chemical_A3 +LQ02X004600 Putative uncharacterized protein 11.38377825 L4_chemical_B1 +LQ02X004600 Putative uncharacterized protein 11.27903594 L4_chemical_B2 +LQ02X004600 Putative uncharacterized protein 11.85551505 L4_chemical_B3 +LQ02X004600 Putative uncharacterized protein 11.58673497 L4_chemical_C2 +LQ02X004600 Putative uncharacterized protein 11.71356647 L4_chemical_C3 +LQ02X004610 Phytoene dehydrogenase, putative 12.02396 C6_control_A1 +LQ02X004610 Phytoene dehydrogenase, putative 10.7118558 C6_control_A3 +LQ02X004610 Phytoene dehydrogenase, putative 12.48573554 C6_control_B1 +LQ02X004610 Phytoene dehydrogenase, putative 12.68210926 C6_control_B2 +LQ02X004610 Phytoene dehydrogenase, putative 11.7103952 C6_control_B3 +LQ02X004610 Phytoene dehydrogenase, putative 13.98799796 C6_control_C1 +LQ02X004610 Phytoene dehydrogenase, putative 13.83442401 C6_control_C2 +LQ02X004610 Phytoene dehydrogenase, putative 13.82232161 C6_control_C3 +LQ02X004610 Phytoene dehydrogenase, putative 12.02896759 C6_chemical_A1 +LQ02X004610 Phytoene dehydrogenase, putative 11.17872271 C6_chemical_A3 +LQ02X004610 Phytoene dehydrogenase, putative 12.70917403 C6_chemical_B1 +LQ02X004610 Phytoene dehydrogenase, putative 13.04717875 C6_chemical_B2 +LQ02X004610 Phytoene dehydrogenase, putative 12.33663303 C6_chemical_B3 +LQ02X004610 Phytoene dehydrogenase, putative 13.73973985 C6_chemical_C1 +LQ02X004610 Phytoene dehydrogenase, putative 13.86209008 C6_chemical_C2 +LQ02X004610 Phytoene dehydrogenase, putative 14.40457448 C6_chemical_C3 +LQ02X004610 Phytoene dehydrogenase, putative 11.04419192 L4_control_A1 +LQ02X004610 Phytoene dehydrogenase, putative 11.57264612 L4_control_A2 +LQ02X004610 Phytoene dehydrogenase, putative 9.797522744 L4_control_A3 +LQ02X004610 Phytoene dehydrogenase, putative 11.94953679 L4_control_B1 +LQ02X004610 Phytoene dehydrogenase, putative 11.63822563 L4_control_B2 +LQ02X004610 Phytoene dehydrogenase, putative 12.1442609 L4_control_B3 +LQ02X004610 Phytoene dehydrogenase, putative 12.64258493 L4_control_C2 +LQ02X004610 Phytoene dehydrogenase, putative 13.05963416 L4_control_C3 +LQ02X004610 Phytoene dehydrogenase, putative 12.04309487 L4_chemical_A1 +LQ02X004610 Phytoene dehydrogenase, putative 12.39807942 L4_chemical_A2 +LQ02X004610 Phytoene dehydrogenase, putative 11.152151 L4_chemical_A3 +LQ02X004610 Phytoene dehydrogenase, putative 12.23163221 L4_chemical_B1 +LQ02X004610 Phytoene dehydrogenase, putative 11.61923664 L4_chemical_B2 +LQ02X004610 Phytoene dehydrogenase, putative 11.79666344 L4_chemical_B3 +LQ02X004610 Phytoene dehydrogenase, putative 12.4527932 L4_chemical_C2 +LQ02X004610 Phytoene dehydrogenase, putative 12.96398 L4_chemical_C3 +LQ02X004620 Putative uncharacterized protein 12.56995347 C6_control_A1 +LQ02X004620 Putative uncharacterized protein 11.80070803 C6_control_A3 +LQ02X004620 Putative uncharacterized protein 13.17969445 C6_control_B1 +LQ02X004620 Putative uncharacterized protein 13.14268411 C6_control_B2 +LQ02X004620 Putative uncharacterized protein 12.92336989 C6_control_B3 +LQ02X004620 Putative uncharacterized protein 14.15119016 C6_control_C1 +LQ02X004620 Putative uncharacterized protein 13.82975336 C6_control_C2 +LQ02X004620 Putative uncharacterized protein 13.39067482 C6_control_C3 +LQ02X004620 Putative uncharacterized protein 12.56118902 C6_chemical_A1 +LQ02X004620 Putative uncharacterized protein 11.50401183 C6_chemical_A3 +LQ02X004620 Putative uncharacterized protein 13.4747152 C6_chemical_B1 +LQ02X004620 Putative uncharacterized protein 13.45452305 C6_chemical_B2 +LQ02X004620 Putative uncharacterized protein 12.56058177 C6_chemical_B3 +LQ02X004620 Putative uncharacterized protein 13.85140222 C6_chemical_C1 +LQ02X004620 Putative uncharacterized protein 14.05430959 C6_chemical_C2 +LQ02X004620 Putative uncharacterized protein 13.6355735 C6_chemical_C3 +LQ02X004620 Putative uncharacterized protein 11.9879411 L4_control_A1 +LQ02X004620 Putative uncharacterized protein 12.54890237 L4_control_A2 +LQ02X004620 Putative uncharacterized protein 12.2253216 L4_control_A3 +LQ02X004620 Putative uncharacterized protein 13.66984645 L4_control_B1 +LQ02X004620 Putative uncharacterized protein 13.65126262 L4_control_B2 +LQ02X004620 Putative uncharacterized protein 12.64438975 L4_control_B3 +LQ02X004620 Putative uncharacterized protein 14.54633503 L4_control_C2 +LQ02X004620 Putative uncharacterized protein 14.1060871 L4_control_C3 +LQ02X004620 Putative uncharacterized protein 11.79865517 L4_chemical_A1 +LQ02X004620 Putative uncharacterized protein 12.71760209 L4_chemical_A2 +LQ02X004620 Putative uncharacterized protein 12.08014552 L4_chemical_A3 +LQ02X004620 Putative uncharacterized protein 13.64150846 L4_chemical_B1 +LQ02X004620 Putative uncharacterized protein 13.29496123 L4_chemical_B2 +LQ02X004620 Putative uncharacterized protein 12.44735779 L4_chemical_B3 +LQ02X004620 Putative uncharacterized protein 14.41323569 L4_chemical_C2 +LQ02X004620 Putative uncharacterized protein 14.05243065 L4_chemical_C3 +LQ02X004630 Predicted protein 7.871023083 C6_control_A1 +LQ02X004630 Predicted protein 8.581600698 C6_control_A3 +LQ02X004630 Predicted protein 5.474338755 C6_control_B1 +LQ02X004630 Predicted protein 5.326873238 C6_control_B2 +LQ02X004630 Predicted protein 5.318043222 C6_control_B3 +LQ02X004630 Predicted protein 5.8280721 C6_control_C1 +LQ02X004630 Predicted protein 5.043764644 C6_control_C2 +LQ02X004630 Predicted protein 5.460703016 C6_control_C3 +LQ02X004630 Predicted protein 7.026107546 C6_chemical_A1 +LQ02X004630 Predicted protein 8.514213042 C6_chemical_A3 +LQ02X004630 Predicted protein 4.941946612 C6_chemical_B1 +LQ02X004630 Predicted protein 5.198849727 C6_chemical_B2 +LQ02X004630 Predicted protein 4.737682654 C6_chemical_B3 +LQ02X004630 Predicted protein 5.394654126 C6_chemical_C1 +LQ02X004630 Predicted protein 5.540158456 C6_chemical_C2 +LQ02X004630 Predicted protein 5.316235628 C6_chemical_C3 +LQ02X004630 Predicted protein 8.673988865 L4_control_A1 +LQ02X004630 Predicted protein 7.724766633 L4_control_A2 +LQ02X004630 Predicted protein 8.765935935 L4_control_A3 +LQ02X004630 Predicted protein 4.971418721 L4_control_B1 +LQ02X004630 Predicted protein 5.22971779 L4_control_B2 +LQ02X004630 Predicted protein 4.942810196 L4_control_B3 +LQ02X004630 Predicted protein 6.031480708 L4_control_C2 +LQ02X004630 Predicted protein 6.084438884 L4_control_C3 +LQ02X004630 Predicted protein 7.490089324 L4_chemical_A1 +LQ02X004630 Predicted protein 5.998148636 L4_chemical_A2 +LQ02X004630 Predicted protein 8.172006874 L4_chemical_A3 +LQ02X004630 Predicted protein 6.002483668 L4_chemical_B1 +LQ02X004630 Predicted protein 5.836292054 L4_chemical_B2 +LQ02X004630 Predicted protein 5.786724122 L4_chemical_B3 +LQ02X004630 Predicted protein 5.503966459 L4_chemical_C2 +LQ02X004630 Predicted protein 6.633667226 L4_chemical_C3 +LQ02X004640 Probable protein phosphatase 2C 60 5.682047369 C6_control_A1 +LQ02X004640 Probable protein phosphatase 2C 60 5.357969664 C6_control_A3 +LQ02X004640 Probable protein phosphatase 2C 60 5.264204458 C6_control_B1 +LQ02X004640 Probable protein phosphatase 2C 60 5.423668844 C6_control_B2 +LQ02X004640 Probable protein phosphatase 2C 60 5.77547297 C6_control_B3 +LQ02X004640 Probable protein phosphatase 2C 60 5.839540933 C6_control_C1 +LQ02X004640 Probable protein phosphatase 2C 60 5.26328422 C6_control_C2 +LQ02X004640 Probable protein phosphatase 2C 60 5.752563797 C6_control_C3 +LQ02X004640 Probable protein phosphatase 2C 60 5.678282606 C6_chemical_A1 +LQ02X004640 Probable protein phosphatase 2C 60 6.173559959 C6_chemical_A3 +LQ02X004640 Probable protein phosphatase 2C 60 5.548316253 C6_chemical_B1 +LQ02X004640 Probable protein phosphatase 2C 60 5.408425375 C6_chemical_B2 +LQ02X004640 Probable protein phosphatase 2C 60 6.020161409 C6_chemical_B3 +LQ02X004640 Probable protein phosphatase 2C 60 5.887129268 C6_chemical_C1 +LQ02X004640 Probable protein phosphatase 2C 60 5.607749877 C6_chemical_C2 +LQ02X004640 Probable protein phosphatase 2C 60 6.027406536 C6_chemical_C3 +LQ02X004640 Probable protein phosphatase 2C 60 5.781587096 L4_control_A1 +LQ02X004640 Probable protein phosphatase 2C 60 5.963842226 L4_control_A2 +LQ02X004640 Probable protein phosphatase 2C 60 5.549033329 L4_control_A3 +LQ02X004640 Probable protein phosphatase 2C 60 5.683380603 L4_control_B1 +LQ02X004640 Probable protein phosphatase 2C 60 6.011612472 L4_control_B2 +LQ02X004640 Probable protein phosphatase 2C 60 5.55816797 L4_control_B3 +LQ02X004640 Probable protein phosphatase 2C 60 6.623454282 L4_control_C2 +LQ02X004640 Probable protein phosphatase 2C 60 6.167380278 L4_control_C3 +LQ02X004640 Probable protein phosphatase 2C 60 5.683799534 L4_chemical_A1 +LQ02X004640 Probable protein phosphatase 2C 60 5.553397594 L4_chemical_A2 +LQ02X004640 Probable protein phosphatase 2C 60 5.221519566 L4_chemical_A3 +LQ02X004640 Probable protein phosphatase 2C 60 5.835957453 L4_chemical_B1 +LQ02X004640 Probable protein phosphatase 2C 60 6.567628426 L4_chemical_B2 +LQ02X004640 Probable protein phosphatase 2C 60 5.656588429 L4_chemical_B3 +LQ02X004640 Probable protein phosphatase 2C 60 6.36420148 L4_chemical_C2 +LQ02X004640 Probable protein phosphatase 2C 60 7.117345416 L4_chemical_C3 +LQ02X004660 Probable protein phosphatase 2C 64 13.14426504 C6_control_A1 +LQ02X004660 Probable protein phosphatase 2C 64 13.03711231 C6_control_A3 +LQ02X004660 Probable protein phosphatase 2C 64 13.15283896 C6_control_B1 +LQ02X004660 Probable protein phosphatase 2C 64 13.33840826 C6_control_B2 +LQ02X004660 Probable protein phosphatase 2C 64 13.27030767 C6_control_B3 +LQ02X004660 Probable protein phosphatase 2C 64 13.21363308 C6_control_C1 +LQ02X004660 Probable protein phosphatase 2C 64 12.83753164 C6_control_C2 +LQ02X004660 Probable protein phosphatase 2C 64 12.73182966 C6_control_C3 +LQ02X004660 Probable protein phosphatase 2C 64 13.25175012 C6_chemical_A1 +LQ02X004660 Probable protein phosphatase 2C 64 13.36782641 C6_chemical_A3 +LQ02X004660 Probable protein phosphatase 2C 64 13.30997024 C6_chemical_B1 +LQ02X004660 Probable protein phosphatase 2C 64 13.7213323 C6_chemical_B2 +LQ02X004660 Probable protein phosphatase 2C 64 13.38214963 C6_chemical_B3 +LQ02X004660 Probable protein phosphatase 2C 64 13.47237012 C6_chemical_C1 +LQ02X004660 Probable protein phosphatase 2C 64 13.0449908 C6_chemical_C2 +LQ02X004660 Probable protein phosphatase 2C 64 13.15506338 C6_chemical_C3 +LQ02X004660 Probable protein phosphatase 2C 64 12.99438922 L4_control_A1 +LQ02X004660 Probable protein phosphatase 2C 64 12.19457138 L4_control_A2 +LQ02X004660 Probable protein phosphatase 2C 64 12.14549406 L4_control_A3 +LQ02X004660 Probable protein phosphatase 2C 64 13.04868036 L4_control_B1 +LQ02X004660 Probable protein phosphatase 2C 64 13.27262122 L4_control_B2 +LQ02X004660 Probable protein phosphatase 2C 64 12.70771706 L4_control_B3 +LQ02X004660 Probable protein phosphatase 2C 64 12.20868965 L4_control_C2 +LQ02X004660 Probable protein phosphatase 2C 64 12.21849507 L4_control_C3 +LQ02X004660 Probable protein phosphatase 2C 64 13.62219462 L4_chemical_A1 +LQ02X004660 Probable protein phosphatase 2C 64 12.94525313 L4_chemical_A2 +LQ02X004660 Probable protein phosphatase 2C 64 12.75795676 L4_chemical_A3 +LQ02X004660 Probable protein phosphatase 2C 64 12.79055424 L4_chemical_B1 +LQ02X004660 Probable protein phosphatase 2C 64 12.90844334 L4_chemical_B2 +LQ02X004660 Probable protein phosphatase 2C 64 13.15958911 L4_chemical_B3 +LQ02X004660 Probable protein phosphatase 2C 64 12.50347399 L4_chemical_C2 +LQ02X004660 Probable protein phosphatase 2C 64 12.1136815 L4_chemical_C3 +LQ02X004670 Putative uncharacterized protein 8.275416106 C6_control_A1 +LQ02X004670 Putative uncharacterized protein 8.120143021 C6_control_A3 +LQ02X004670 Putative uncharacterized protein 7.685691423 C6_control_B1 +LQ02X004670 Putative uncharacterized protein 8.022333777 C6_control_B2 +LQ02X004670 Putative uncharacterized protein 7.649178456 C6_control_B3 +LQ02X004670 Putative uncharacterized protein 8.627472188 C6_control_C1 +LQ02X004670 Putative uncharacterized protein 8.848498695 C6_control_C2 +LQ02X004670 Putative uncharacterized protein 8.324085406 C6_control_C3 +LQ02X004670 Putative uncharacterized protein 8.065234709 C6_chemical_A1 +LQ02X004670 Putative uncharacterized protein 8.464844203 C6_chemical_A3 +LQ02X004670 Putative uncharacterized protein 7.598975106 C6_chemical_B1 +LQ02X004670 Putative uncharacterized protein 8.357040804 C6_chemical_B2 +LQ02X004670 Putative uncharacterized protein 7.970995798 C6_chemical_B3 +LQ02X004670 Putative uncharacterized protein 8.71418021 C6_chemical_C1 +LQ02X004670 Putative uncharacterized protein 8.901588508 C6_chemical_C2 +LQ02X004670 Putative uncharacterized protein 8.955505026 C6_chemical_C3 +LQ02X004670 Putative uncharacterized protein 8.792136713 L4_control_A1 +LQ02X004670 Putative uncharacterized protein 9.059462446 L4_control_A2 +LQ02X004670 Putative uncharacterized protein 9.635276717 L4_control_A3 +LQ02X004670 Putative uncharacterized protein 8.621641087 L4_control_B1 +LQ02X004670 Putative uncharacterized protein 8.692790658 L4_control_B2 +LQ02X004670 Putative uncharacterized protein 8.904483794 L4_control_B3 +LQ02X004670 Putative uncharacterized protein 9.686220544 L4_control_C2 +LQ02X004670 Putative uncharacterized protein 9.747163249 L4_control_C3 +LQ02X004670 Putative uncharacterized protein 8.814576042 L4_chemical_A1 +LQ02X004670 Putative uncharacterized protein 8.564434306 L4_chemical_A2 +LQ02X004670 Putative uncharacterized protein 9.538197178 L4_chemical_A3 +LQ02X004670 Putative uncharacterized protein 7.770140242 L4_chemical_B1 +LQ02X004670 Putative uncharacterized protein 7.852853191 L4_chemical_B2 +LQ02X004670 Putative uncharacterized protein 8.353486747 L4_chemical_B3 +LQ02X004670 Putative uncharacterized protein 9.157698241 L4_chemical_C2 +LQ02X004670 Putative uncharacterized protein 9.850504264 L4_chemical_C3 +LQ02X004720 Splicing factor, putative 9.028649391 C6_control_A1 +LQ02X004720 Splicing factor, putative 9.478150443 C6_control_A3 +LQ02X004720 Splicing factor, putative 9.414502012 C6_control_B1 +LQ02X004720 Splicing factor, putative 8.918120473 C6_control_B2 +LQ02X004720 Splicing factor, putative 9.230302157 C6_control_B3 +LQ02X004720 Splicing factor, putative 9.532353525 C6_control_C1 +LQ02X004720 Splicing factor, putative 9.685934064 C6_control_C2 +LQ02X004720 Splicing factor, putative 9.10693771 C6_control_C3 +LQ02X004720 Splicing factor, putative 9.402792125 C6_chemical_A1 +LQ02X004720 Splicing factor, putative 9.810862575 C6_chemical_A3 +LQ02X004720 Splicing factor, putative 9.671150383 C6_chemical_B1 +LQ02X004720 Splicing factor, putative 9.18672936 C6_chemical_B2 +LQ02X004720 Splicing factor, putative 9.770096794 C6_chemical_B3 +LQ02X004720 Splicing factor, putative 9.965921827 C6_chemical_C1 +LQ02X004720 Splicing factor, putative 9.7573178 C6_chemical_C2 +LQ02X004720 Splicing factor, putative 9.850489251 C6_chemical_C3 +LQ02X004720 Splicing factor, putative 9.831011933 L4_control_A1 +LQ02X004720 Splicing factor, putative 9.408685156 L4_control_A2 +LQ02X004720 Splicing factor, putative 9.856231417 L4_control_A3 +LQ02X004720 Splicing factor, putative 9.589986293 L4_control_B1 +LQ02X004720 Splicing factor, putative 9.616340134 L4_control_B2 +LQ02X004720 Splicing factor, putative 9.945620597 L4_control_B3 +LQ02X004720 Splicing factor, putative 10.18145898 L4_control_C2 +LQ02X004720 Splicing factor, putative 10.21534573 L4_control_C3 +LQ02X004720 Splicing factor, putative 9.391116526 L4_chemical_A1 +LQ02X004720 Splicing factor, putative 9.145507473 L4_chemical_A2 +LQ02X004720 Splicing factor, putative 9.263083839 L4_chemical_A3 +LQ02X004720 Splicing factor, putative 9.658938564 L4_chemical_B1 +LQ02X004720 Splicing factor, putative 9.56705783 L4_chemical_B2 +LQ02X004720 Splicing factor, putative 9.803679538 L4_chemical_B3 +LQ02X004720 Splicing factor, putative 10.04324311 L4_chemical_C2 +LQ02X004720 Splicing factor, putative 10.21258869 L4_chemical_C3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.42145828 C6_control_A1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.7618976 C6_control_A3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.52914095 C6_control_B1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.02329612 C6_control_B2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.15589882 C6_control_B3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.13330245 C6_control_C1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 12.95867928 C6_control_C2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 12.97951163 C6_control_C3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.57963295 C6_chemical_A1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.93326934 C6_chemical_A3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.60960427 C6_chemical_B1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 12.87123243 C6_chemical_B2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.04999894 C6_chemical_B3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 12.85343042 C6_chemical_C1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.01298656 C6_chemical_C2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.06820593 C6_chemical_C3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.82343625 L4_control_A1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.71637387 L4_control_A2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.64664802 L4_control_A3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.47949478 L4_control_B1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.78840124 L4_control_B2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.2288758 L4_control_B3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.42400931 L4_control_C2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.88748897 L4_control_C3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.5749485 L4_chemical_A1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.51994134 L4_chemical_A2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.56749128 L4_chemical_A3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.72655656 L4_chemical_B1 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.66330315 L4_chemical_B2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.59568267 L4_chemical_B3 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.63591428 L4_chemical_C2 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.81759283 L4_chemical_C3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.50331572 C6_control_A1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.89961791 C6_control_A3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.43339416 C6_control_B1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.52553371 C6_control_B2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.31195041 C6_control_B3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.86173422 C6_control_C1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.77661275 C6_control_C2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.79974331 C6_control_C3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.4179806 C6_chemical_A1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.48679444 C6_chemical_A3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.19837816 C6_chemical_B1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.36039517 C6_chemical_B2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.04421678 C6_chemical_B3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.87173455 C6_chemical_C1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.95822055 C6_chemical_C2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.59599408 C6_chemical_C3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.94115468 L4_control_A1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 13.03870262 L4_control_A2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 13.12830884 L4_control_A3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.64972314 L4_control_B1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.48357406 L4_control_B2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.30312116 L4_control_B3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.09007631 L4_control_C2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.54737388 L4_control_C3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.90904065 L4_chemical_A1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.99281471 L4_chemical_A2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 13.14681165 L4_chemical_A3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 13.0547504 L4_chemical_B1 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.84664506 L4_chemical_B2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.38286782 L4_chemical_B3 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.98514952 L4_chemical_C2 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 11.48032506 L4_chemical_C3 +LQ02X004780 Blue copper-like protein 6.613971098 C6_control_A1 +LQ02X004780 Blue copper-like protein 6.3908639 C6_control_A3 +LQ02X004780 Blue copper-like protein 6.283599061 C6_control_B1 +LQ02X004780 Blue copper-like protein 6.993759566 C6_control_B2 +LQ02X004780 Blue copper-like protein 6.84066248 C6_control_B3 +LQ02X004780 Blue copper-like protein 6.816243576 C6_control_C1 +LQ02X004780 Blue copper-like protein 6.491309764 C6_control_C2 +LQ02X004780 Blue copper-like protein 6.919840076 C6_control_C3 +LQ02X004780 Blue copper-like protein 6.500603778 C6_chemical_A1 +LQ02X004780 Blue copper-like protein 6.979069828 C6_chemical_A3 +LQ02X004780 Blue copper-like protein 6.708562466 C6_chemical_B1 +LQ02X004780 Blue copper-like protein 6.660441559 C6_chemical_B2 +LQ02X004780 Blue copper-like protein 6.382779207 C6_chemical_B3 +LQ02X004780 Blue copper-like protein 6.86221454 C6_chemical_C1 +LQ02X004780 Blue copper-like protein 7.208296765 C6_chemical_C2 +LQ02X004780 Blue copper-like protein 7.269984336 C6_chemical_C3 +LQ02X004780 Blue copper-like protein 6.756074421 L4_control_A1 +LQ02X004780 Blue copper-like protein 6.542832045 L4_control_A2 +LQ02X004780 Blue copper-like protein 7.098042241 L4_control_A3 +LQ02X004780 Blue copper-like protein 6.608565763 L4_control_B1 +LQ02X004780 Blue copper-like protein 6.36958249 L4_control_B2 +LQ02X004780 Blue copper-like protein 6.864261362 L4_control_B3 +LQ02X004780 Blue copper-like protein 5.798263108 L4_control_C2 +LQ02X004780 Blue copper-like protein 6.223607515 L4_control_C3 +LQ02X004780 Blue copper-like protein 6.903404336 L4_chemical_A1 +LQ02X004780 Blue copper-like protein 7.321095792 L4_chemical_A2 +LQ02X004780 Blue copper-like protein 6.718708721 L4_chemical_A3 +LQ02X004780 Blue copper-like protein 6.516597681 L4_chemical_B1 +LQ02X004780 Blue copper-like protein 6.245151683 L4_chemical_B2 +LQ02X004780 Blue copper-like protein 6.762688964 L4_chemical_B3 +LQ02X004780 Blue copper-like protein 6.149156644 L4_chemical_C2 +LQ02X004780 Blue copper-like protein 6.373344698 L4_chemical_C3 +LQ02X004800 Predicted protein 10.45606907 C6_control_A1 +LQ02X004800 Predicted protein 10.45440638 C6_control_A3 +LQ02X004800 Predicted protein 10.44269932 C6_control_B1 +LQ02X004800 Predicted protein 10.45560619 C6_control_B2 +LQ02X004800 Predicted protein 10.22264587 C6_control_B3 +LQ02X004800 Predicted protein 12.42635006 C6_control_C1 +LQ02X004800 Predicted protein 11.51961578 C6_control_C2 +LQ02X004800 Predicted protein 10.87525609 C6_control_C3 +LQ02X004800 Predicted protein 10.68095899 C6_chemical_A1 +LQ02X004800 Predicted protein 10.92472485 C6_chemical_A3 +LQ02X004800 Predicted protein 10.48460327 C6_chemical_B1 +LQ02X004800 Predicted protein 10.12164913 C6_chemical_B2 +LQ02X004800 Predicted protein 10.68411074 C6_chemical_B3 +LQ02X004800 Predicted protein 12.52084891 C6_chemical_C1 +LQ02X004800 Predicted protein 11.57937277 C6_chemical_C2 +LQ02X004800 Predicted protein 11.22388132 C6_chemical_C3 +LQ02X004800 Predicted protein 11.55238117 L4_control_A1 +LQ02X004800 Predicted protein 11.28822728 L4_control_A2 +LQ02X004800 Predicted protein 11.82136081 L4_control_A3 +LQ02X004800 Predicted protein 12.36820804 L4_control_B1 +LQ02X004800 Predicted protein 12.33237048 L4_control_B2 +LQ02X004800 Predicted protein 12.96526381 L4_control_B3 +LQ02X004800 Predicted protein 13.10870958 L4_control_C2 +LQ02X004800 Predicted protein 13.26008174 L4_control_C3 +LQ02X004800 Predicted protein 12.14708205 L4_chemical_A1 +LQ02X004800 Predicted protein 11.44748106 L4_chemical_A2 +LQ02X004800 Predicted protein 12.08429776 L4_chemical_A3 +LQ02X004800 Predicted protein 12.60333961 L4_chemical_B1 +LQ02X004800 Predicted protein 12.18809714 L4_chemical_B2 +LQ02X004800 Predicted protein 11.72722244 L4_chemical_B3 +LQ02X004800 Predicted protein 13.33957211 L4_chemical_C2 +LQ02X004800 Predicted protein 12.84902544 L4_chemical_C3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.25595032 C6_control_A1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.11896726 C6_control_A3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.26118233 C6_control_B1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.59464084 C6_control_B2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.36507044 C6_control_B3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.51602928 C6_control_C1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.50235796 C6_control_C2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.7654253 C6_control_C3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.14972499 C6_chemical_A1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.08730121 C6_chemical_A3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.06846105 C6_chemical_B1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.5828802 C6_chemical_B2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.27534646 C6_chemical_B3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.5988155 C6_chemical_C1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.69006174 C6_chemical_C2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.97838308 C6_chemical_C3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.09809925 L4_control_A1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.48699313 L4_control_A2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 11.21047289 L4_control_A3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.2206541 L4_control_B1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 11.53227139 L4_control_B2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.24165523 L4_control_B3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.2512278 L4_control_C2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 11.93130895 L4_control_C3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.35155661 L4_chemical_A1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.54503712 L4_chemical_A2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 11.59671693 L4_chemical_A3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.00226705 L4_chemical_B1 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 11.97340093 L4_chemical_B2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.07264384 L4_chemical_B3 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.19668826 L4_chemical_C2 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.2343254 L4_chemical_C3 +LQ02X004830 Probable aquaporin PIP2-8 7.249722744 C6_control_A1 +LQ02X004830 Probable aquaporin PIP2-8 6.919162131 C6_control_A3 +LQ02X004830 Probable aquaporin PIP2-8 7.795648933 C6_control_B1 +LQ02X004830 Probable aquaporin PIP2-8 7.587310796 C6_control_B2 +LQ02X004830 Probable aquaporin PIP2-8 8.815583848 C6_control_B3 +LQ02X004830 Probable aquaporin PIP2-8 6.47961848 C6_control_C1 +LQ02X004830 Probable aquaporin PIP2-8 5.781473549 C6_control_C2 +LQ02X004830 Probable aquaporin PIP2-8 6.390406074 C6_control_C3 +LQ02X004830 Probable aquaporin PIP2-8 7.116517082 C6_chemical_A1 +LQ02X004830 Probable aquaporin PIP2-8 7.578644311 C6_chemical_A3 +LQ02X004830 Probable aquaporin PIP2-8 8.067902771 C6_chemical_B1 +LQ02X004830 Probable aquaporin PIP2-8 7.602451964 C6_chemical_B2 +LQ02X004830 Probable aquaporin PIP2-8 8.053363524 C6_chemical_B3 +LQ02X004830 Probable aquaporin PIP2-8 5.624333185 C6_chemical_C1 +LQ02X004830 Probable aquaporin PIP2-8 6.615252818 C6_chemical_C2 +LQ02X004830 Probable aquaporin PIP2-8 5.957640447 C6_chemical_C3 +LQ02X004830 Probable aquaporin PIP2-8 7.141262545 L4_control_A1 +LQ02X004830 Probable aquaporin PIP2-8 7.978134754 L4_control_A2 +LQ02X004830 Probable aquaporin PIP2-8 8.343658547 L4_control_A3 +LQ02X004830 Probable aquaporin PIP2-8 8.435572969 L4_control_B1 +LQ02X004830 Probable aquaporin PIP2-8 8.768143494 L4_control_B2 +LQ02X004830 Probable aquaporin PIP2-8 8.538136938 L4_control_B3 +LQ02X004830 Probable aquaporin PIP2-8 7.443104562 L4_control_C2 +LQ02X004830 Probable aquaporin PIP2-8 7.772371103 L4_control_C3 +LQ02X004830 Probable aquaporin PIP2-8 6.933441752 L4_chemical_A1 +LQ02X004830 Probable aquaporin PIP2-8 8.016851526 L4_chemical_A2 +LQ02X004830 Probable aquaporin PIP2-8 7.759828158 L4_chemical_A3 +LQ02X004830 Probable aquaporin PIP2-8 8.541017146 L4_chemical_B1 +LQ02X004830 Probable aquaporin PIP2-8 8.910191602 L4_chemical_B2 +LQ02X004830 Probable aquaporin PIP2-8 8.345686468 L4_chemical_B3 +LQ02X004830 Probable aquaporin PIP2-8 8.099632677 L4_chemical_C2 +LQ02X004830 Probable aquaporin PIP2-8 6.814943636 L4_chemical_C3 +LQ02X004840 Hypothetical protein 5.748379927 C6_control_A1 +LQ02X004840 Hypothetical protein 5.58577278 C6_control_A3 +LQ02X004840 Hypothetical protein 5.724890937 C6_control_B1 +LQ02X004840 Hypothetical protein 5.301965063 C6_control_B2 +LQ02X004840 Hypothetical protein 5.297024098 C6_control_B3 +LQ02X004840 Hypothetical protein 5.66939884 C6_control_C1 +LQ02X004840 Hypothetical protein 5.122228713 C6_control_C2 +LQ02X004840 Hypothetical protein 5.586339741 C6_control_C3 +LQ02X004840 Hypothetical protein 5.5675147 C6_chemical_A1 +LQ02X004840 Hypothetical protein 5.455140959 C6_chemical_A3 +LQ02X004840 Hypothetical protein 5.805002101 C6_chemical_B1 +LQ02X004840 Hypothetical protein 5.075979824 C6_chemical_B2 +LQ02X004840 Hypothetical protein 6.08131901 C6_chemical_B3 +LQ02X004840 Hypothetical protein 5.357099121 C6_chemical_C1 +LQ02X004840 Hypothetical protein 5.156209054 C6_chemical_C2 +LQ02X004840 Hypothetical protein 5.826801423 C6_chemical_C3 +LQ02X004840 Hypothetical protein 6.241786508 L4_control_A1 +LQ02X004840 Hypothetical protein 5.976150294 L4_control_A2 +LQ02X004840 Hypothetical protein 6.589315981 L4_control_A3 +LQ02X004840 Hypothetical protein 7.809912349 L4_control_B1 +LQ02X004840 Hypothetical protein 6.604361757 L4_control_B2 +LQ02X004840 Hypothetical protein 5.154349111 L4_control_B3 +LQ02X004840 Hypothetical protein 7.09747669 L4_control_C2 +LQ02X004840 Hypothetical protein 6.435010523 L4_control_C3 +LQ02X004840 Hypothetical protein 6.445538311 L4_chemical_A1 +LQ02X004840 Hypothetical protein 5.951313698 L4_chemical_A2 +LQ02X004840 Hypothetical protein 6.919874548 L4_chemical_A3 +LQ02X004840 Hypothetical protein 6.68794768 L4_chemical_B1 +LQ02X004840 Hypothetical protein 6.829101664 L4_chemical_B2 +LQ02X004840 Hypothetical protein 5.176748402 L4_chemical_B3 +LQ02X004840 Hypothetical protein 7.693938547 L4_chemical_C2 +LQ02X004840 Hypothetical protein 7.280069143 L4_chemical_C3 +LQ02X004880 Putative Urease accessory protein ureH 11.08902805 C6_control_A1 +LQ02X004880 Putative Urease accessory protein ureH 11.15278958 C6_control_A3 +LQ02X004880 Putative Urease accessory protein ureH 11.25284399 C6_control_B1 +LQ02X004880 Putative Urease accessory protein ureH 10.86379271 C6_control_B2 +LQ02X004880 Putative Urease accessory protein ureH 11.0272208 C6_control_B3 +LQ02X004880 Putative Urease accessory protein ureH 11.3264942 C6_control_C1 +LQ02X004880 Putative Urease accessory protein ureH 11.5171573 C6_control_C2 +LQ02X004880 Putative Urease accessory protein ureH 10.8215471 C6_control_C3 +LQ02X004880 Putative Urease accessory protein ureH 11.17197284 C6_chemical_A1 +LQ02X004880 Putative Urease accessory protein ureH 11.09821385 C6_chemical_A3 +LQ02X004880 Putative Urease accessory protein ureH 11.41395341 C6_chemical_B1 +LQ02X004880 Putative Urease accessory protein ureH 10.92166824 C6_chemical_B2 +LQ02X004880 Putative Urease accessory protein ureH 10.69689316 C6_chemical_B3 +LQ02X004880 Putative Urease accessory protein ureH 11.38727244 C6_chemical_C1 +LQ02X004880 Putative Urease accessory protein ureH 11.28026095 C6_chemical_C2 +LQ02X004880 Putative Urease accessory protein ureH 10.87272331 C6_chemical_C3 +LQ02X004880 Putative Urease accessory protein ureH 11.53435291 L4_control_A1 +LQ02X004880 Putative Urease accessory protein ureH 11.08262847 L4_control_A2 +LQ02X004880 Putative Urease accessory protein ureH 11.74078387 L4_control_A3 +LQ02X004880 Putative Urease accessory protein ureH 11.49171769 L4_control_B1 +LQ02X004880 Putative Urease accessory protein ureH 12.06385234 L4_control_B2 +LQ02X004880 Putative Urease accessory protein ureH 12.2213421 L4_control_B3 +LQ02X004880 Putative Urease accessory protein ureH 12.5229759 L4_control_C2 +LQ02X004880 Putative Urease accessory protein ureH 12.77798791 L4_control_C3 +LQ02X004880 Putative Urease accessory protein ureH 11.78813471 L4_chemical_A1 +LQ02X004880 Putative Urease accessory protein ureH 10.9395903 L4_chemical_A2 +LQ02X004880 Putative Urease accessory protein ureH 11.57299022 L4_chemical_A3 +LQ02X004880 Putative Urease accessory protein ureH 11.22172451 L4_chemical_B1 +LQ02X004880 Putative Urease accessory protein ureH 11.85381784 L4_chemical_B2 +LQ02X004880 Putative Urease accessory protein ureH 11.19671606 L4_chemical_B3 +LQ02X004880 Putative Urease accessory protein ureH 12.7681928 L4_chemical_C2 +LQ02X004880 Putative Urease accessory protein ureH 12.64815514 L4_chemical_C3 +LQ02X004890 Glycerate dehydrogenase 11.97309803 C6_control_A1 +LQ02X004890 Glycerate dehydrogenase 11.45962006 C6_control_A3 +LQ02X004890 Glycerate dehydrogenase 12.99612705 C6_control_B1 +LQ02X004890 Glycerate dehydrogenase 14.15127759 C6_control_B2 +LQ02X004890 Glycerate dehydrogenase 13.51175302 C6_control_B3 +LQ02X004890 Glycerate dehydrogenase 14.95722809 C6_control_C1 +LQ02X004890 Glycerate dehydrogenase 15.33081917 C6_control_C2 +LQ02X004890 Glycerate dehydrogenase 14.47749571 C6_control_C3 +LQ02X004890 Glycerate dehydrogenase 12.27731205 C6_chemical_A1 +LQ02X004890 Glycerate dehydrogenase 11.90760451 C6_chemical_A3 +LQ02X004890 Glycerate dehydrogenase 13.7236264 C6_chemical_B1 +LQ02X004890 Glycerate dehydrogenase 14.56929366 C6_chemical_B2 +LQ02X004890 Glycerate dehydrogenase 13.56818883 C6_chemical_B3 +LQ02X004890 Glycerate dehydrogenase 14.88321938 C6_chemical_C1 +LQ02X004890 Glycerate dehydrogenase 14.99785839 C6_chemical_C2 +LQ02X004890 Glycerate dehydrogenase 14.83452979 C6_chemical_C3 +LQ02X004890 Glycerate dehydrogenase 10.99461056 L4_control_A1 +LQ02X004890 Glycerate dehydrogenase 11.91189583 L4_control_A2 +LQ02X004890 Glycerate dehydrogenase 11.02517138 L4_control_A3 +LQ02X004890 Glycerate dehydrogenase 12.36133936 L4_control_B1 +LQ02X004890 Glycerate dehydrogenase 12.94105726 L4_control_B2 +LQ02X004890 Glycerate dehydrogenase 14.52064946 L4_control_B3 +LQ02X004890 Glycerate dehydrogenase 13.48176873 L4_control_C2 +LQ02X004890 Glycerate dehydrogenase 13.21791555 L4_control_C3 +LQ02X004890 Glycerate dehydrogenase 11.42908452 L4_chemical_A1 +LQ02X004890 Glycerate dehydrogenase 12.06933616 L4_chemical_A2 +LQ02X004890 Glycerate dehydrogenase 10.91500524 L4_chemical_A3 +LQ02X004890 Glycerate dehydrogenase 11.68299642 L4_chemical_B1 +LQ02X004890 Glycerate dehydrogenase 12.17920871 L4_chemical_B2 +LQ02X004890 Glycerate dehydrogenase 12.67375233 L4_chemical_B3 +LQ02X004890 Glycerate dehydrogenase 13.29951081 L4_chemical_C2 +LQ02X004890 Glycerate dehydrogenase 13.61077381 L4_chemical_C3 +LQ02X004900 SKP1-like protein 1A 5.711871722 C6_control_A1 +LQ02X004900 SKP1-like protein 1A 5.728729905 C6_control_A3 +LQ02X004900 SKP1-like protein 1A 5.241499819 C6_control_B1 +LQ02X004900 SKP1-like protein 1A 5.456717661 C6_control_B2 +LQ02X004900 SKP1-like protein 1A 5.621250716 C6_control_B3 +LQ02X004900 SKP1-like protein 1A 5.976731815 C6_control_C1 +LQ02X004900 SKP1-like protein 1A 5.639151422 C6_control_C2 +LQ02X004900 SKP1-like protein 1A 5.347051122 C6_control_C3 +LQ02X004900 SKP1-like protein 1A 5.358441836 C6_chemical_A1 +LQ02X004900 SKP1-like protein 1A 5.610314982 C6_chemical_A3 +LQ02X004900 SKP1-like protein 1A 5.552617696 C6_chemical_B1 +LQ02X004900 SKP1-like protein 1A 5.358093446 C6_chemical_B2 +LQ02X004900 SKP1-like protein 1A 5.516481529 C6_chemical_B3 +LQ02X004900 SKP1-like protein 1A 5.300933769 C6_chemical_C1 +LQ02X004900 SKP1-like protein 1A 5.500993437 C6_chemical_C2 +LQ02X004900 SKP1-like protein 1A 5.579496062 C6_chemical_C3 +LQ02X004900 SKP1-like protein 1A 6.39900105 L4_control_A1 +LQ02X004900 SKP1-like protein 1A 5.021062207 L4_control_A2 +LQ02X004900 SKP1-like protein 1A 4.971890197 L4_control_A3 +LQ02X004900 SKP1-like protein 1A 5.489886908 L4_control_B1 +LQ02X004900 SKP1-like protein 1A 5.123755881 L4_control_B2 +LQ02X004900 SKP1-like protein 1A 5.160300687 L4_control_B3 +LQ02X004900 SKP1-like protein 1A 5.226137565 L4_control_C2 +LQ02X004900 SKP1-like protein 1A 5.493720828 L4_control_C3 +LQ02X004900 SKP1-like protein 1A 5.499115364 L4_chemical_A1 +LQ02X004900 SKP1-like protein 1A 5.101767666 L4_chemical_A2 +LQ02X004900 SKP1-like protein 1A 5.201169358 L4_chemical_A3 +LQ02X004900 SKP1-like protein 1A 4.986947365 L4_chemical_B1 +LQ02X004900 SKP1-like protein 1A 5.041330912 L4_chemical_B2 +LQ02X004900 SKP1-like protein 1A 5.775509192 L4_chemical_B3 +LQ02X004900 SKP1-like protein 1A 5.658895612 L4_chemical_C2 +LQ02X004900 SKP1-like protein 1A 5.366036817 L4_chemical_C3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.829742033 C6_control_A1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.854266793 C6_control_A3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.324060414 C6_control_B1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 8.955381084 C6_control_B2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.558043409 C6_control_B3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 8.894253319 C6_control_C1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 9.031328475 C6_control_C2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 8.557649902 C6_control_C3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.236168583 C6_chemical_A1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.061374572 C6_chemical_A3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.782391813 C6_chemical_B1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 8.7397338 C6_chemical_B2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.46577703 C6_chemical_B3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 8.815679162 C6_chemical_C1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 8.775633305 C6_chemical_C2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 9.16711411 C6_chemical_C3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.268767399 L4_control_A1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.707245834 L4_control_A2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 5.826631003 L4_control_A3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 8.128265595 L4_control_B1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.195456839 L4_control_B2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 8.04746383 L4_control_B3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.275202091 L4_control_C2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.35556464 L4_control_C3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.378758338 L4_chemical_A1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.238546108 L4_chemical_A2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.512434008 L4_chemical_A3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.341379278 L4_chemical_B1 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.785398128 L4_chemical_B2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.190907075 L4_chemical_B3 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 6.278655817 L4_chemical_C2 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.44516178 L4_chemical_C3 +LQ02X004940 Putative uncharacterized protein 11.26399733 C6_control_A1 +LQ02X004940 Putative uncharacterized protein 11.17943955 C6_control_A3 +LQ02X004940 Putative uncharacterized protein 10.98767551 C6_control_B1 +LQ02X004940 Putative uncharacterized protein 10.60693991 C6_control_B2 +LQ02X004940 Putative uncharacterized protein 10.31019541 C6_control_B3 +LQ02X004940 Putative uncharacterized protein 10.8477422 C6_control_C1 +LQ02X004940 Putative uncharacterized protein 10.91368307 C6_control_C2 +LQ02X004940 Putative uncharacterized protein 11.14214302 C6_control_C3 +LQ02X004940 Putative uncharacterized protein 11.37702356 C6_chemical_A1 +LQ02X004940 Putative uncharacterized protein 11.38296816 C6_chemical_A3 +LQ02X004940 Putative uncharacterized protein 11.2104286 C6_chemical_B1 +LQ02X004940 Putative uncharacterized protein 10.72016074 C6_chemical_B2 +LQ02X004940 Putative uncharacterized protein 11.19099857 C6_chemical_B3 +LQ02X004940 Putative uncharacterized protein 10.59739819 C6_chemical_C1 +LQ02X004940 Putative uncharacterized protein 10.35750251 C6_chemical_C2 +LQ02X004940 Putative uncharacterized protein 10.53517823 C6_chemical_C3 +LQ02X004940 Putative uncharacterized protein 10.96790694 L4_control_A1 +LQ02X004940 Putative uncharacterized protein 10.54626661 L4_control_A2 +LQ02X004940 Putative uncharacterized protein 9.757825415 L4_control_A3 +LQ02X004940 Putative uncharacterized protein 10.46935971 L4_control_B1 +LQ02X004940 Putative uncharacterized protein 9.166338205 L4_control_B2 +LQ02X004940 Putative uncharacterized protein 10.51669227 L4_control_B3 +LQ02X004940 Putative uncharacterized protein 10.22988782 L4_control_C2 +LQ02X004940 Putative uncharacterized protein 10.28328607 L4_control_C3 +LQ02X004940 Putative uncharacterized protein 12.55274267 L4_chemical_A1 +LQ02X004940 Putative uncharacterized protein 11.72363063 L4_chemical_A2 +LQ02X004940 Putative uncharacterized protein 11.25516005 L4_chemical_A3 +LQ02X004940 Putative uncharacterized protein 11.21834477 L4_chemical_B1 +LQ02X004940 Putative uncharacterized protein 9.661059214 L4_chemical_B2 +LQ02X004940 Putative uncharacterized protein 10.34567537 L4_chemical_B3 +LQ02X004940 Putative uncharacterized protein 9.671073094 L4_chemical_C2 +LQ02X004940 Putative uncharacterized protein 10.1826515 L4_chemical_C3 +LQ02X004960 Predicted protein 6.276654583 C6_control_A1 +LQ02X004960 Predicted protein 6.86392244 C6_control_A3 +LQ02X004960 Predicted protein 5.615908153 C6_control_B1 +LQ02X004960 Predicted protein 6.486288709 C6_control_B2 +LQ02X004960 Predicted protein 5.800066143 C6_control_B3 +LQ02X004960 Predicted protein 6.380350203 C6_control_C1 +LQ02X004960 Predicted protein 7.671714245 C6_control_C2 +LQ02X004960 Predicted protein 6.53604372 C6_control_C3 +LQ02X004960 Predicted protein 6.637289032 C6_chemical_A1 +LQ02X004960 Predicted protein 5.957695522 C6_chemical_A3 +LQ02X004960 Predicted protein 5.779479546 C6_chemical_B1 +LQ02X004960 Predicted protein 6.548900433 C6_chemical_B2 +LQ02X004960 Predicted protein 5.835858443 C6_chemical_B3 +LQ02X004960 Predicted protein 6.559914492 C6_chemical_C1 +LQ02X004960 Predicted protein 7.113736831 C6_chemical_C2 +LQ02X004960 Predicted protein 6.616620758 C6_chemical_C3 +LQ02X004960 Predicted protein 6.11507618 L4_control_A1 +LQ02X004960 Predicted protein 6.570214376 L4_control_A2 +LQ02X004960 Predicted protein 5.728517173 L4_control_A3 +LQ02X004960 Predicted protein 6.341946619 L4_control_B1 +LQ02X004960 Predicted protein 6.11729403 L4_control_B2 +LQ02X004960 Predicted protein 6.102683151 L4_control_B3 +LQ02X004960 Predicted protein 5.857803026 L4_control_C2 +LQ02X004960 Predicted protein 6.4708896 L4_control_C3 +LQ02X004960 Predicted protein 5.853570799 L4_chemical_A1 +LQ02X004960 Predicted protein 6.892388082 L4_chemical_A2 +LQ02X004960 Predicted protein 6.095369994 L4_chemical_A3 +LQ02X004960 Predicted protein 6.980605915 L4_chemical_B1 +LQ02X004960 Predicted protein 6.011855283 L4_chemical_B2 +LQ02X004960 Predicted protein 6.102605244 L4_chemical_B3 +LQ02X004960 Predicted protein 5.711791704 L4_chemical_C2 +LQ02X004960 Predicted protein 6.282033491 L4_chemical_C3 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.240219279 C6_control_A1 +LQ02X004970 WD-40 repeat-containing protein MSI2 7.499339263 C6_control_A3 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.47376897 C6_control_B1 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.231070237 C6_control_B2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.587482469 C6_control_B3 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.005709177 C6_control_C1 +LQ02X004970 WD-40 repeat-containing protein MSI2 7.04806477 C6_control_C2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.380805741 C6_control_C3 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.52137868 C6_chemical_A1 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.801229779 C6_chemical_A3 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.802975988 C6_chemical_B1 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.030604241 C6_chemical_B2 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.557460331 C6_chemical_B3 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.03146825 C6_chemical_C1 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.979398504 C6_chemical_C2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.406728246 C6_chemical_C3 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.205239196 L4_control_A1 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.00163049 L4_control_A2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.469440382 L4_control_A3 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.011979168 L4_control_B1 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.1000382 L4_control_B2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.629468249 L4_control_B3 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.365717811 L4_control_C2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.159408768 L4_control_C3 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.168964039 L4_chemical_A1 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.618407297 L4_chemical_A2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.548037489 L4_chemical_A3 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.255296467 L4_chemical_B1 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.776249978 L4_chemical_B2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.937834961 L4_chemical_B3 +LQ02X004970 WD-40 repeat-containing protein MSI2 6.05867121 L4_chemical_C2 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.446988313 L4_chemical_C3 +LQ02X004980 DNA binding protein, putative 12.06690026 C6_control_A1 +LQ02X004980 DNA binding protein, putative 12.18005867 C6_control_A3 +LQ02X004980 DNA binding protein, putative 12.09155201 C6_control_B1 +LQ02X004980 DNA binding protein, putative 12.47552472 C6_control_B2 +LQ02X004980 DNA binding protein, putative 12.21580808 C6_control_B3 +LQ02X004980 DNA binding protein, putative 12.60056959 C6_control_C1 +LQ02X004980 DNA binding protein, putative 12.41833242 C6_control_C2 +LQ02X004980 DNA binding protein, putative 13.06352091 C6_control_C3 +LQ02X004980 DNA binding protein, putative 11.99787801 C6_chemical_A1 +LQ02X004980 DNA binding protein, putative 11.98132775 C6_chemical_A3 +LQ02X004980 DNA binding protein, putative 11.90343557 C6_chemical_B1 +LQ02X004980 DNA binding protein, putative 12.07705224 C6_chemical_B2 +LQ02X004980 DNA binding protein, putative 11.82448713 C6_chemical_B3 +LQ02X004980 DNA binding protein, putative 12.10921604 C6_chemical_C1 +LQ02X004980 DNA binding protein, putative 12.39620433 C6_chemical_C2 +LQ02X004980 DNA binding protein, putative 12.59181279 C6_chemical_C3 +LQ02X004980 DNA binding protein, putative 11.81805069 L4_control_A1 +LQ02X004980 DNA binding protein, putative 11.02242727 L4_control_A2 +LQ02X004980 DNA binding protein, putative 11.31607254 L4_control_A3 +LQ02X004980 DNA binding protein, putative 11.31350452 L4_control_B1 +LQ02X004980 DNA binding protein, putative 10.59399584 L4_control_B2 +LQ02X004980 DNA binding protein, putative 11.98656995 L4_control_B3 +LQ02X004980 DNA binding protein, putative 11.84990259 L4_control_C2 +LQ02X004980 DNA binding protein, putative 11.57644434 L4_control_C3 +LQ02X004980 DNA binding protein, putative 11.96754385 L4_chemical_A1 +LQ02X004980 DNA binding protein, putative 11.05993208 L4_chemical_A2 +LQ02X004980 DNA binding protein, putative 11.23234958 L4_chemical_A3 +LQ02X004980 DNA binding protein, putative 11.39000681 L4_chemical_B1 +LQ02X004980 DNA binding protein, putative 11.22742577 L4_chemical_B2 +LQ02X004980 DNA binding protein, putative 11.86484744 L4_chemical_B3 +LQ02X004980 DNA binding protein, putative 11.32043443 L4_chemical_C2 +LQ02X004980 DNA binding protein, putative 11.59791421 L4_chemical_C3 +LQ02X005000 Predicted protein 4.850513413 C6_control_A1 +LQ02X005000 Predicted protein 4.89743337 C6_control_A3 +LQ02X005000 Predicted protein 4.707904723 C6_control_B1 +LQ02X005000 Predicted protein 4.967197277 C6_control_B2 +LQ02X005000 Predicted protein 4.952396019 C6_control_B3 +LQ02X005000 Predicted protein 4.696841238 C6_control_C1 +LQ02X005000 Predicted protein 4.702988401 C6_control_C2 +LQ02X005000 Predicted protein 4.720945083 C6_control_C3 +LQ02X005000 Predicted protein 4.920679388 C6_chemical_A1 +LQ02X005000 Predicted protein 4.977197023 C6_chemical_A3 +LQ02X005000 Predicted protein 4.840603679 C6_chemical_B1 +LQ02X005000 Predicted protein 5.117133343 C6_chemical_B2 +LQ02X005000 Predicted protein 4.843700304 C6_chemical_B3 +LQ02X005000 Predicted protein 4.498900665 C6_chemical_C1 +LQ02X005000 Predicted protein 4.793434037 C6_chemical_C2 +LQ02X005000 Predicted protein 4.727197068 C6_chemical_C3 +LQ02X005000 Predicted protein 4.637572619 L4_control_A1 +LQ02X005000 Predicted protein 5.546262021 L4_control_A2 +LQ02X005000 Predicted protein 5.43539509 L4_control_A3 +LQ02X005000 Predicted protein 5.528729387 L4_control_B1 +LQ02X005000 Predicted protein 4.976093537 L4_control_B2 +LQ02X005000 Predicted protein 5.565870367 L4_control_B3 +LQ02X005000 Predicted protein 4.974338059 L4_control_C2 +LQ02X005000 Predicted protein 4.763310313 L4_control_C3 +LQ02X005000 Predicted protein 5.132288096 L4_chemical_A1 +LQ02X005000 Predicted protein 5.104412552 L4_chemical_A2 +LQ02X005000 Predicted protein 5.219561174 L4_chemical_A3 +LQ02X005000 Predicted protein 5.40842378 L4_chemical_B1 +LQ02X005000 Predicted protein 5.210241396 L4_chemical_B2 +LQ02X005000 Predicted protein 5.14600883 L4_chemical_B3 +LQ02X005000 Predicted protein 5.131910451 L4_chemical_C2 +LQ02X005000 Predicted protein 5.249088836 L4_chemical_C3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.10753949 C6_control_A1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 12.52595011 C6_control_A3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.29245472 C6_control_B1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.91424409 C6_control_B2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.86251993 C6_control_B3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.1377921 C6_control_C1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.02701552 C6_control_C2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.67892596 C6_control_C3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 12.71549456 C6_chemical_A1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 12.95179637 C6_chemical_A3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 12.67042433 C6_chemical_B1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.55095013 C6_chemical_B2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 12.91310643 C6_chemical_B3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.07932128 C6_chemical_C1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.26699238 C6_chemical_C2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.15891719 C6_chemical_C3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.85056424 L4_control_A1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.46235039 L4_control_A2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.19935735 L4_control_A3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 14.61843928 L4_control_B1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.24107415 L4_control_B2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.96677451 L4_control_B3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.38265523 L4_control_C2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.75875105 L4_control_C3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.35479743 L4_chemical_A1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 12.66039839 L4_chemical_A2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.43613772 L4_chemical_A3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.13322719 L4_chemical_B1 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.33851257 L4_chemical_B2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 13.49770123 L4_chemical_B3 +LQ02X005020 Rac-like GTP-binding protein ARAC3 12.04620445 L4_chemical_C2 +LQ02X005020 Rac-like GTP-binding protein ARAC3 11.82703044 L4_chemical_C3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.238550096 C6_control_A1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.242273656 C6_control_A3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.730727785 C6_control_B1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.720665321 C6_control_B2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.618272293 C6_control_B3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.416745642 C6_control_C1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.398867456 C6_control_C2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.343027165 C6_control_C3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.440177335 C6_chemical_A1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.710791603 C6_chemical_A3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.315273386 C6_chemical_B1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.523942184 C6_chemical_B2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.862048857 C6_chemical_B3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.957928575 C6_chemical_C1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.802383515 C6_chemical_C2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 6.102503653 C6_chemical_C3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.965560304 L4_control_A1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.760978606 L4_control_A2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.742097624 L4_control_A3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.939426912 L4_control_B1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.537586769 L4_control_B2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.855023342 L4_control_B3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.009460981 L4_control_C2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.481816969 L4_control_C3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.996327989 L4_chemical_A1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.544346579 L4_chemical_A2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.820337483 L4_chemical_A3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.946110814 L4_chemical_B1 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.158164419 L4_chemical_B2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 6.015002695 L4_chemical_B3 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.03880618 L4_chemical_C2 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.44209018 L4_chemical_C3 +LQ02X005060 Putative Extended synaptotagmin-2 11.66431625 C6_control_A1 +LQ02X005060 Putative Extended synaptotagmin-2 11.91875728 C6_control_A3 +LQ02X005060 Putative Extended synaptotagmin-2 11.86123073 C6_control_B1 +LQ02X005060 Putative Extended synaptotagmin-2 11.5961744 C6_control_B2 +LQ02X005060 Putative Extended synaptotagmin-2 11.81375228 C6_control_B3 +LQ02X005060 Putative Extended synaptotagmin-2 11.63005624 C6_control_C1 +LQ02X005060 Putative Extended synaptotagmin-2 11.82593213 C6_control_C2 +LQ02X005060 Putative Extended synaptotagmin-2 11.99948042 C6_control_C3 +LQ02X005060 Putative Extended synaptotagmin-2 11.40462057 C6_chemical_A1 +LQ02X005060 Putative Extended synaptotagmin-2 12.16680297 C6_chemical_A3 +LQ02X005060 Putative Extended synaptotagmin-2 11.8943799 C6_chemical_B1 +LQ02X005060 Putative Extended synaptotagmin-2 11.71844192 C6_chemical_B2 +LQ02X005060 Putative Extended synaptotagmin-2 11.89243709 C6_chemical_B3 +LQ02X005060 Putative Extended synaptotagmin-2 11.76630269 C6_chemical_C1 +LQ02X005060 Putative Extended synaptotagmin-2 12.07275449 C6_chemical_C2 +LQ02X005060 Putative Extended synaptotagmin-2 11.91238447 C6_chemical_C3 +LQ02X005060 Putative Extended synaptotagmin-2 11.42506359 L4_control_A1 +LQ02X005060 Putative Extended synaptotagmin-2 11.99499456 L4_control_A2 +LQ02X005060 Putative Extended synaptotagmin-2 11.54161472 L4_control_A3 +LQ02X005060 Putative Extended synaptotagmin-2 11.96293557 L4_control_B1 +LQ02X005060 Putative Extended synaptotagmin-2 11.85638771 L4_control_B2 +LQ02X005060 Putative Extended synaptotagmin-2 11.86592143 L4_control_B3 +LQ02X005060 Putative Extended synaptotagmin-2 11.88142512 L4_control_C2 +LQ02X005060 Putative Extended synaptotagmin-2 11.98459037 L4_control_C3 +LQ02X005060 Putative Extended synaptotagmin-2 12.1425883 L4_chemical_A1 +LQ02X005060 Putative Extended synaptotagmin-2 12.18805612 L4_chemical_A2 +LQ02X005060 Putative Extended synaptotagmin-2 11.70804609 L4_chemical_A3 +LQ02X005060 Putative Extended synaptotagmin-2 11.87501499 L4_chemical_B1 +LQ02X005060 Putative Extended synaptotagmin-2 11.9046335 L4_chemical_B2 +LQ02X005060 Putative Extended synaptotagmin-2 11.88720908 L4_chemical_B3 +LQ02X005060 Putative Extended synaptotagmin-2 11.96508225 L4_chemical_C2 +LQ02X005060 Putative Extended synaptotagmin-2 12.10004021 L4_chemical_C3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.53386146 C6_control_A1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.46164683 C6_control_A3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.68864299 C6_control_B1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.04812846 C6_control_B2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.85712114 C6_control_B3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.79596788 C6_control_C1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.82778153 C6_control_C2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.77391687 C6_control_C3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.57103475 C6_chemical_A1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.55509808 C6_chemical_A3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.69013278 C6_chemical_B1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.8038174 C6_chemical_B2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.51868342 C6_chemical_B3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.60500446 C6_chemical_C1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.82061199 C6_chemical_C2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.28057206 C6_chemical_C3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.2532536 L4_control_A1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.57307629 L4_control_A2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.42738662 L4_control_A3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.65810833 L4_control_B1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.40913851 L4_control_B2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.77377943 L4_control_B3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.93770197 L4_control_C2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.09557314 L4_control_C3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.73247643 L4_chemical_A1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.55351918 L4_chemical_A2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.51029359 L4_chemical_A3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.50437006 L4_chemical_B1 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.57346001 L4_chemical_B2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.3991131 L4_chemical_B3 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.95459392 L4_chemical_C2 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 14.10339329 L4_chemical_C3 +LQ02X005090 Proteasome subunit alpha type-7 5.544836681 C6_control_A1 +LQ02X005090 Proteasome subunit alpha type-7 5.521383991 C6_control_A3 +LQ02X005090 Proteasome subunit alpha type-7 5.266824324 C6_control_B1 +LQ02X005090 Proteasome subunit alpha type-7 5.773917334 C6_control_B2 +LQ02X005090 Proteasome subunit alpha type-7 5.605346439 C6_control_B3 +LQ02X005090 Proteasome subunit alpha type-7 5.116214884 C6_control_C1 +LQ02X005090 Proteasome subunit alpha type-7 5.726713536 C6_control_C2 +LQ02X005090 Proteasome subunit alpha type-7 5.162680141 C6_control_C3 +LQ02X005090 Proteasome subunit alpha type-7 5.478964099 C6_chemical_A1 +LQ02X005090 Proteasome subunit alpha type-7 5.112421435 C6_chemical_A3 +LQ02X005090 Proteasome subunit alpha type-7 5.209532244 C6_chemical_B1 +LQ02X005090 Proteasome subunit alpha type-7 5.462398217 C6_chemical_B2 +LQ02X005090 Proteasome subunit alpha type-7 5.114973809 C6_chemical_B3 +LQ02X005090 Proteasome subunit alpha type-7 5.466637787 C6_chemical_C1 +LQ02X005090 Proteasome subunit alpha type-7 5.507438662 C6_chemical_C2 +LQ02X005090 Proteasome subunit alpha type-7 5.357278713 C6_chemical_C3 +LQ02X005090 Proteasome subunit alpha type-7 5.273916666 L4_control_A1 +LQ02X005090 Proteasome subunit alpha type-7 5.355049658 L4_control_A2 +LQ02X005090 Proteasome subunit alpha type-7 5.182157255 L4_control_A3 +LQ02X005090 Proteasome subunit alpha type-7 5.376501983 L4_control_B1 +LQ02X005090 Proteasome subunit alpha type-7 5.67117173 L4_control_B2 +LQ02X005090 Proteasome subunit alpha type-7 5.264508867 L4_control_B3 +LQ02X005090 Proteasome subunit alpha type-7 5.095518447 L4_control_C2 +LQ02X005090 Proteasome subunit alpha type-7 4.9433348 L4_control_C3 +LQ02X005090 Proteasome subunit alpha type-7 5.284736047 L4_chemical_A1 +LQ02X005090 Proteasome subunit alpha type-7 5.682555297 L4_chemical_A2 +LQ02X005090 Proteasome subunit alpha type-7 5.244833303 L4_chemical_A3 +LQ02X005090 Proteasome subunit alpha type-7 5.078753517 L4_chemical_B1 +LQ02X005090 Proteasome subunit alpha type-7 5.259056299 L4_chemical_B2 +LQ02X005090 Proteasome subunit alpha type-7 5.301103078 L4_chemical_B3 +LQ02X005090 Proteasome subunit alpha type-7 4.994492223 L4_chemical_C2 +LQ02X005090 Proteasome subunit alpha type-7 5.44716816 L4_chemical_C3 +LQ02X005110 Predicted protein 9.462108104 C6_control_A1 +LQ02X005110 Predicted protein 9.558027151 C6_control_A3 +LQ02X005110 Predicted protein 10.20212981 C6_control_B1 +LQ02X005110 Predicted protein 10.59646388 C6_control_B2 +LQ02X005110 Predicted protein 10.54509751 C6_control_B3 +LQ02X005110 Predicted protein 10.91333283 C6_control_C1 +LQ02X005110 Predicted protein 11.0543659 C6_control_C2 +LQ02X005110 Predicted protein 11.13170118 C6_control_C3 +LQ02X005110 Predicted protein 9.460253305 C6_chemical_A1 +LQ02X005110 Predicted protein 10.33994815 C6_chemical_A3 +LQ02X005110 Predicted protein 10.55670847 C6_chemical_B1 +LQ02X005110 Predicted protein 10.78474478 C6_chemical_B2 +LQ02X005110 Predicted protein 10.72632713 C6_chemical_B3 +LQ02X005110 Predicted protein 10.7709221 C6_chemical_C1 +LQ02X005110 Predicted protein 11.06314328 C6_chemical_C2 +LQ02X005110 Predicted protein 11.93286834 C6_chemical_C3 +LQ02X005110 Predicted protein 9.598549096 L4_control_A1 +LQ02X005110 Predicted protein 10.26031427 L4_control_A2 +LQ02X005110 Predicted protein 9.482961751 L4_control_A3 +LQ02X005110 Predicted protein 11.50887591 L4_control_B1 +LQ02X005110 Predicted protein 11.62147662 L4_control_B2 +LQ02X005110 Predicted protein 11.42543147 L4_control_B3 +LQ02X005110 Predicted protein 11.74181989 L4_control_C2 +LQ02X005110 Predicted protein 11.92220311 L4_control_C3 +LQ02X005110 Predicted protein 10.88455506 L4_chemical_A1 +LQ02X005110 Predicted protein 11.72458666 L4_chemical_A2 +LQ02X005110 Predicted protein 10.14844379 L4_chemical_A3 +LQ02X005110 Predicted protein 11.9161823 L4_chemical_B1 +LQ02X005110 Predicted protein 11.66523732 L4_chemical_B2 +LQ02X005110 Predicted protein 10.82112911 L4_chemical_B3 +LQ02X005110 Predicted protein 11.77074816 L4_chemical_C2 +LQ02X005110 Predicted protein 11.93849929 L4_chemical_C3 +LQ02X005130 Subtilisin-like protease 13.77512874 C6_control_A1 +LQ02X005130 Subtilisin-like protease 13.99639012 C6_control_A3 +LQ02X005130 Subtilisin-like protease 14.05951668 C6_control_B1 +LQ02X005130 Subtilisin-like protease 14.31812784 C6_control_B2 +LQ02X005130 Subtilisin-like protease 14.25379476 C6_control_B3 +LQ02X005130 Subtilisin-like protease 13.64911037 C6_control_C1 +LQ02X005130 Subtilisin-like protease 14.48845606 C6_control_C2 +LQ02X005130 Subtilisin-like protease 13.82395874 C6_control_C3 +LQ02X005130 Subtilisin-like protease 14.02133859 C6_chemical_A1 +LQ02X005130 Subtilisin-like protease 14.30172193 C6_chemical_A3 +LQ02X005130 Subtilisin-like protease 14.00467958 C6_chemical_B1 +LQ02X005130 Subtilisin-like protease 14.31035772 C6_chemical_B2 +LQ02X005130 Subtilisin-like protease 14.45298718 C6_chemical_B3 +LQ02X005130 Subtilisin-like protease 13.36694925 C6_chemical_C1 +LQ02X005130 Subtilisin-like protease 13.2685628 C6_chemical_C2 +LQ02X005130 Subtilisin-like protease 13.27977313 C6_chemical_C3 +LQ02X005130 Subtilisin-like protease 13.9831262 L4_control_A1 +LQ02X005130 Subtilisin-like protease 14.02486255 L4_control_A2 +LQ02X005130 Subtilisin-like protease 13.89096651 L4_control_A3 +LQ02X005130 Subtilisin-like protease 14.05140015 L4_control_B1 +LQ02X005130 Subtilisin-like protease 13.97969319 L4_control_B2 +LQ02X005130 Subtilisin-like protease 13.94928943 L4_control_B3 +LQ02X005130 Subtilisin-like protease 13.05096993 L4_control_C2 +LQ02X005130 Subtilisin-like protease 13.26865976 L4_control_C3 +LQ02X005130 Subtilisin-like protease 13.96401636 L4_chemical_A1 +LQ02X005130 Subtilisin-like protease 13.99178247 L4_chemical_A2 +LQ02X005130 Subtilisin-like protease 13.76591115 L4_chemical_A3 +LQ02X005130 Subtilisin-like protease 13.50189091 L4_chemical_B1 +LQ02X005130 Subtilisin-like protease 13.77188542 L4_chemical_B2 +LQ02X005130 Subtilisin-like protease 13.97637484 L4_chemical_B3 +LQ02X005130 Subtilisin-like protease 12.77992054 L4_chemical_C2 +LQ02X005130 Subtilisin-like protease 13.39750695 L4_chemical_C3 +LQ02X005140 Actin-depolymerizing factor 5 11.97345188 C6_control_A1 +LQ02X005140 Actin-depolymerizing factor 5 12.30418147 C6_control_A3 +LQ02X005140 Actin-depolymerizing factor 5 12.7304928 C6_control_B1 +LQ02X005140 Actin-depolymerizing factor 5 13.12644101 C6_control_B2 +LQ02X005140 Actin-depolymerizing factor 5 12.69849157 C6_control_B3 +LQ02X005140 Actin-depolymerizing factor 5 11.30243063 C6_control_C1 +LQ02X005140 Actin-depolymerizing factor 5 11.64730763 C6_control_C2 +LQ02X005140 Actin-depolymerizing factor 5 11.84730367 C6_control_C3 +LQ02X005140 Actin-depolymerizing factor 5 12.18988309 C6_chemical_A1 +LQ02X005140 Actin-depolymerizing factor 5 12.10789677 C6_chemical_A3 +LQ02X005140 Actin-depolymerizing factor 5 12.77341124 C6_chemical_B1 +LQ02X005140 Actin-depolymerizing factor 5 13.28366758 C6_chemical_B2 +LQ02X005140 Actin-depolymerizing factor 5 12.6618048 C6_chemical_B3 +LQ02X005140 Actin-depolymerizing factor 5 11.48970348 C6_chemical_C1 +LQ02X005140 Actin-depolymerizing factor 5 11.18429744 C6_chemical_C2 +LQ02X005140 Actin-depolymerizing factor 5 11.36381641 C6_chemical_C3 +LQ02X005140 Actin-depolymerizing factor 5 12.48561554 L4_control_A1 +LQ02X005140 Actin-depolymerizing factor 5 12.73312089 L4_control_A2 +LQ02X005140 Actin-depolymerizing factor 5 12.22860586 L4_control_A3 +LQ02X005140 Actin-depolymerizing factor 5 13.16308295 L4_control_B1 +LQ02X005140 Actin-depolymerizing factor 5 11.85530106 L4_control_B2 +LQ02X005140 Actin-depolymerizing factor 5 13.22945117 L4_control_B3 +LQ02X005140 Actin-depolymerizing factor 5 10.46251765 L4_control_C2 +LQ02X005140 Actin-depolymerizing factor 5 11.28631145 L4_control_C3 +LQ02X005140 Actin-depolymerizing factor 5 12.8503206 L4_chemical_A1 +LQ02X005140 Actin-depolymerizing factor 5 13.11929031 L4_chemical_A2 +LQ02X005140 Actin-depolymerizing factor 5 12.41990752 L4_chemical_A3 +LQ02X005140 Actin-depolymerizing factor 5 12.56732927 L4_chemical_B1 +LQ02X005140 Actin-depolymerizing factor 5 12.65842223 L4_chemical_B2 +LQ02X005140 Actin-depolymerizing factor 5 13.02657816 L4_chemical_B3 +LQ02X005140 Actin-depolymerizing factor 5 11.01397351 L4_chemical_C2 +LQ02X005140 Actin-depolymerizing factor 5 11.05440883 L4_chemical_C3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 7.323488668 C6_control_A1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 8.32836678 C6_control_A3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 7.235343093 C6_control_B1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.690507668 C6_control_B2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.82616033 C6_control_B3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.882067851 C6_control_C1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 8.287748757 C6_control_C2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 7.489083629 C6_control_C3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.756293371 C6_chemical_A1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.687665526 C6_chemical_A3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.549167634 C6_chemical_B1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 7.03701706 C6_chemical_B2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 5.877846874 C6_chemical_B3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 7.059856502 C6_chemical_C1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 7.409754452 C6_chemical_C2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.502042853 C6_chemical_C3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.796359085 L4_control_A1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.897124682 L4_control_A2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 5.976572636 L4_control_A3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.301565511 L4_control_B1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.382135973 L4_control_B2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.775421606 L4_control_B3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.176410444 L4_control_C2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 5.174380974 L4_control_C3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 5.976717012 L4_chemical_A1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.487913096 L4_chemical_A2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.139505955 L4_chemical_A3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.366452295 L4_chemical_B1 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 5.2450726 L4_chemical_B2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.670874554 L4_chemical_B3 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.798051433 L4_chemical_C2 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.677025016 L4_chemical_C3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.08631049 C6_control_A1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.52375372 C6_control_A3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.4155659 C6_control_B1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.85131344 C6_control_B2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.28840245 C6_control_B3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.8646185 C6_control_C1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.85748115 C6_control_C2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.50379067 C6_control_C3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.8820573 C6_chemical_A1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.22010311 C6_chemical_A3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.99306099 C6_chemical_B1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.14103419 C6_chemical_B2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.1581331 C6_chemical_B3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.86748005 C6_chemical_C1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.99711088 C6_chemical_C2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.08255705 C6_chemical_C3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.00556968 L4_control_A1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.12611406 L4_control_A2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.82973319 L4_control_A3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.91939867 L4_control_B1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.25066735 L4_control_B2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.3944784 L4_control_B3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.90730953 L4_control_C2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.13646673 L4_control_C3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.92435 L4_chemical_A1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.12448819 L4_chemical_A2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.84088335 L4_chemical_A3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.75588367 L4_chemical_B1 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.64588779 L4_chemical_B2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.22526873 L4_chemical_B3 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.84534385 L4_chemical_C2 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 13.21504023 L4_chemical_C3 +LQ02X005170 Predicted protein 10.37290632 C6_control_A1 +LQ02X005170 Predicted protein 11.56296693 C6_control_A3 +LQ02X005170 Predicted protein 10.10630967 C6_control_B1 +LQ02X005170 Predicted protein 11.21579469 C6_control_B2 +LQ02X005170 Predicted protein 10.35864449 C6_control_B3 +LQ02X005170 Predicted protein 12.44350109 C6_control_C1 +LQ02X005170 Predicted protein 12.46330686 C6_control_C2 +LQ02X005170 Predicted protein 12.68185373 C6_control_C3 +LQ02X005170 Predicted protein 10.14723913 C6_chemical_A1 +LQ02X005170 Predicted protein 11.23737615 C6_chemical_A3 +LQ02X005170 Predicted protein 9.807034034 C6_chemical_B1 +LQ02X005170 Predicted protein 10.50034421 C6_chemical_B2 +LQ02X005170 Predicted protein 10.89241892 C6_chemical_B3 +LQ02X005170 Predicted protein 12.11451678 C6_chemical_C1 +LQ02X005170 Predicted protein 12.65558045 C6_chemical_C2 +LQ02X005170 Predicted protein 12.24069 C6_chemical_C3 +LQ02X005170 Predicted protein 10.95170307 L4_control_A1 +LQ02X005170 Predicted protein 11.56413006 L4_control_A2 +LQ02X005170 Predicted protein 12.79371119 L4_control_A3 +LQ02X005170 Predicted protein 10.27046425 L4_control_B1 +LQ02X005170 Predicted protein 10.19504214 L4_control_B2 +LQ02X005170 Predicted protein 12.51219249 L4_control_B3 +LQ02X005170 Predicted protein 12.91931032 L4_control_C2 +LQ02X005170 Predicted protein 14.12092432 L4_control_C3 +LQ02X005170 Predicted protein 9.671326846 L4_chemical_A1 +LQ02X005170 Predicted protein 9.989068178 L4_chemical_A2 +LQ02X005170 Predicted protein 11.61248254 L4_chemical_A3 +LQ02X005170 Predicted protein 8.906782257 L4_chemical_B1 +LQ02X005170 Predicted protein 9.917028432 L4_chemical_B2 +LQ02X005170 Predicted protein 10.64065572 L4_chemical_B3 +LQ02X005170 Predicted protein 12.92623836 L4_chemical_C2 +LQ02X005170 Predicted protein 13.54085003 L4_chemical_C3 +LQ02X005190 Pathogenesis-related protein 5 5.640577556 C6_control_A1 +LQ02X005190 Pathogenesis-related protein 5 5.293481606 C6_control_A3 +LQ02X005190 Pathogenesis-related protein 5 5.994109473 C6_control_B1 +LQ02X005190 Pathogenesis-related protein 5 5.168511313 C6_control_B2 +LQ02X005190 Pathogenesis-related protein 5 5.490038941 C6_control_B3 +LQ02X005190 Pathogenesis-related protein 5 5.110853247 C6_control_C1 +LQ02X005190 Pathogenesis-related protein 5 4.922140232 C6_control_C2 +LQ02X005190 Pathogenesis-related protein 5 5.049801141 C6_control_C3 +LQ02X005190 Pathogenesis-related protein 5 5.538366044 C6_chemical_A1 +LQ02X005190 Pathogenesis-related protein 5 5.198891198 C6_chemical_A3 +LQ02X005190 Pathogenesis-related protein 5 5.409076673 C6_chemical_B1 +LQ02X005190 Pathogenesis-related protein 5 5.190814872 C6_chemical_B2 +LQ02X005190 Pathogenesis-related protein 5 5.255947441 C6_chemical_B3 +LQ02X005190 Pathogenesis-related protein 5 5.027828051 C6_chemical_C1 +LQ02X005190 Pathogenesis-related protein 5 4.965889997 C6_chemical_C2 +LQ02X005190 Pathogenesis-related protein 5 4.843914079 C6_chemical_C3 +LQ02X005190 Pathogenesis-related protein 5 5.526498457 L4_control_A1 +LQ02X005190 Pathogenesis-related protein 5 5.398005042 L4_control_A2 +LQ02X005190 Pathogenesis-related protein 5 5.944898292 L4_control_A3 +LQ02X005190 Pathogenesis-related protein 5 5.894578178 L4_control_B1 +LQ02X005190 Pathogenesis-related protein 5 5.872955747 L4_control_B2 +LQ02X005190 Pathogenesis-related protein 5 5.512009367 L4_control_B3 +LQ02X005190 Pathogenesis-related protein 5 4.729936878 L4_control_C2 +LQ02X005190 Pathogenesis-related protein 5 6.263606251 L4_control_C3 +LQ02X005190 Pathogenesis-related protein 5 5.419835892 L4_chemical_A1 +LQ02X005190 Pathogenesis-related protein 5 5.34176538 L4_chemical_A2 +LQ02X005190 Pathogenesis-related protein 5 5.513373837 L4_chemical_A3 +LQ02X005190 Pathogenesis-related protein 5 5.725453953 L4_chemical_B1 +LQ02X005190 Pathogenesis-related protein 5 4.839701317 L4_chemical_B2 +LQ02X005190 Pathogenesis-related protein 5 5.563265855 L4_chemical_B3 +LQ02X005190 Pathogenesis-related protein 5 5.436599268 L4_chemical_C2 +LQ02X005190 Pathogenesis-related protein 5 5.325676357 L4_chemical_C3 +LQ02X005200 Thaumatin-like protein 1 5.39152187 C6_control_A1 +LQ02X005200 Thaumatin-like protein 1 5.099833719 C6_control_A3 +LQ02X005200 Thaumatin-like protein 1 5.651710807 C6_control_B1 +LQ02X005200 Thaumatin-like protein 1 5.394518697 C6_control_B2 +LQ02X005200 Thaumatin-like protein 1 5.466534404 C6_control_B3 +LQ02X005200 Thaumatin-like protein 1 5.427879912 C6_control_C1 +LQ02X005200 Thaumatin-like protein 1 5.458817766 C6_control_C2 +LQ02X005200 Thaumatin-like protein 1 5.119158883 C6_control_C3 +LQ02X005200 Thaumatin-like protein 1 4.828349883 C6_chemical_A1 +LQ02X005200 Thaumatin-like protein 1 5.519642065 C6_chemical_A3 +LQ02X005200 Thaumatin-like protein 1 5.210278532 C6_chemical_B1 +LQ02X005200 Thaumatin-like protein 1 5.398205721 C6_chemical_B2 +LQ02X005200 Thaumatin-like protein 1 5.276244587 C6_chemical_B3 +LQ02X005200 Thaumatin-like protein 1 5.608537924 C6_chemical_C1 +LQ02X005200 Thaumatin-like protein 1 5.349431374 C6_chemical_C2 +LQ02X005200 Thaumatin-like protein 1 5.237857485 C6_chemical_C3 +LQ02X005200 Thaumatin-like protein 1 5.234115121 L4_control_A1 +LQ02X005200 Thaumatin-like protein 1 5.193988441 L4_control_A2 +LQ02X005200 Thaumatin-like protein 1 5.107657246 L4_control_A3 +LQ02X005200 Thaumatin-like protein 1 5.081404591 L4_control_B1 +LQ02X005200 Thaumatin-like protein 1 5.182633645 L4_control_B2 +LQ02X005200 Thaumatin-like protein 1 5.120796819 L4_control_B3 +LQ02X005200 Thaumatin-like protein 1 5.198682074 L4_control_C2 +LQ02X005200 Thaumatin-like protein 1 5.575427925 L4_control_C3 +LQ02X005200 Thaumatin-like protein 1 5.286406804 L4_chemical_A1 +LQ02X005200 Thaumatin-like protein 1 5.211947732 L4_chemical_A2 +LQ02X005200 Thaumatin-like protein 1 5.517697969 L4_chemical_A3 +LQ02X005200 Thaumatin-like protein 1 5.129383546 L4_chemical_B1 +LQ02X005200 Thaumatin-like protein 1 5.510733802 L4_chemical_B2 +LQ02X005200 Thaumatin-like protein 1 5.140943958 L4_chemical_B3 +LQ02X005200 Thaumatin-like protein 1 5.116623522 L4_chemical_C2 +LQ02X005200 Thaumatin-like protein 1 5.627687899 L4_chemical_C3 +LQ02X005220 Auxin transporter-like protein 5 11.05645368 C6_control_A1 +LQ02X005220 Auxin transporter-like protein 5 12.4400471 C6_control_A3 +LQ02X005220 Auxin transporter-like protein 5 9.496659818 C6_control_B1 +LQ02X005220 Auxin transporter-like protein 5 7.444577111 C6_control_B2 +LQ02X005220 Auxin transporter-like protein 5 8.431986897 C6_control_B3 +LQ02X005220 Auxin transporter-like protein 5 6.108503104 C6_control_C1 +LQ02X005220 Auxin transporter-like protein 5 5.670206095 C6_control_C2 +LQ02X005220 Auxin transporter-like protein 5 5.848327636 C6_control_C3 +LQ02X005220 Auxin transporter-like protein 5 10.76449523 C6_chemical_A1 +LQ02X005220 Auxin transporter-like protein 5 12.342755 C6_chemical_A3 +LQ02X005220 Auxin transporter-like protein 5 9.075719897 C6_chemical_B1 +LQ02X005220 Auxin transporter-like protein 5 7.321310522 C6_chemical_B2 +LQ02X005220 Auxin transporter-like protein 5 7.933988196 C6_chemical_B3 +LQ02X005220 Auxin transporter-like protein 5 5.5426444 C6_chemical_C1 +LQ02X005220 Auxin transporter-like protein 5 5.775909781 C6_chemical_C2 +LQ02X005220 Auxin transporter-like protein 5 6.225244887 C6_chemical_C3 +LQ02X005220 Auxin transporter-like protein 5 12.89498704 L4_control_A1 +LQ02X005220 Auxin transporter-like protein 5 10.97555225 L4_control_A2 +LQ02X005220 Auxin transporter-like protein 5 12.7741338 L4_control_A3 +LQ02X005220 Auxin transporter-like protein 5 7.177265866 L4_control_B1 +LQ02X005220 Auxin transporter-like protein 5 8.675792228 L4_control_B2 +LQ02X005220 Auxin transporter-like protein 5 6.727434238 L4_control_B3 +LQ02X005220 Auxin transporter-like protein 5 5.739815019 L4_control_C2 +LQ02X005220 Auxin transporter-like protein 5 5.439861492 L4_control_C3 +LQ02X005220 Auxin transporter-like protein 5 11.31630867 L4_chemical_A1 +LQ02X005220 Auxin transporter-like protein 5 9.686765087 L4_chemical_A2 +LQ02X005220 Auxin transporter-like protein 5 12.22776223 L4_chemical_A3 +LQ02X005220 Auxin transporter-like protein 5 7.690231636 L4_chemical_B1 +LQ02X005220 Auxin transporter-like protein 5 7.549666629 L4_chemical_B2 +LQ02X005220 Auxin transporter-like protein 5 9.189840127 L4_chemical_B3 +LQ02X005220 Auxin transporter-like protein 5 5.356781925 L4_chemical_C2 +LQ02X005220 Auxin transporter-like protein 5 5.79686028 L4_chemical_C3 +LQ02X005230 Glycine-rich protein 2b 14.28332246 C6_control_A1 +LQ02X005230 Glycine-rich protein 2b 14.1600934 C6_control_A3 +LQ02X005230 Glycine-rich protein 2b 13.89814462 C6_control_B1 +LQ02X005230 Glycine-rich protein 2b 14.26019225 C6_control_B2 +LQ02X005230 Glycine-rich protein 2b 13.71837501 C6_control_B3 +LQ02X005230 Glycine-rich protein 2b 13.33855565 C6_control_C1 +LQ02X005230 Glycine-rich protein 2b 13.42302918 C6_control_C2 +LQ02X005230 Glycine-rich protein 2b 14.07702909 C6_control_C3 +LQ02X005230 Glycine-rich protein 2b 13.74778113 C6_chemical_A1 +LQ02X005230 Glycine-rich protein 2b 13.48352287 C6_chemical_A3 +LQ02X005230 Glycine-rich protein 2b 13.28418329 C6_chemical_B1 +LQ02X005230 Glycine-rich protein 2b 14.06955519 C6_chemical_B2 +LQ02X005230 Glycine-rich protein 2b 13.86431854 C6_chemical_B3 +LQ02X005230 Glycine-rich protein 2b 13.1544252 C6_chemical_C1 +LQ02X005230 Glycine-rich protein 2b 13.3470119 C6_chemical_C2 +LQ02X005230 Glycine-rich protein 2b 13.78178244 C6_chemical_C3 +LQ02X005230 Glycine-rich protein 2b 14.17680001 L4_control_A1 +LQ02X005230 Glycine-rich protein 2b 13.76375994 L4_control_A2 +LQ02X005230 Glycine-rich protein 2b 12.9668816 L4_control_A3 +LQ02X005230 Glycine-rich protein 2b 14.35164024 L4_control_B1 +LQ02X005230 Glycine-rich protein 2b 12.64078767 L4_control_B2 +LQ02X005230 Glycine-rich protein 2b 13.74313114 L4_control_B3 +LQ02X005230 Glycine-rich protein 2b 12.98700309 L4_control_C2 +LQ02X005230 Glycine-rich protein 2b 13.22332039 L4_control_C3 +LQ02X005230 Glycine-rich protein 2b 13.44109823 L4_chemical_A1 +LQ02X005230 Glycine-rich protein 2b 12.93835293 L4_chemical_A2 +LQ02X005230 Glycine-rich protein 2b 13.36257563 L4_chemical_A3 +LQ02X005230 Glycine-rich protein 2b 12.80384237 L4_chemical_B1 +LQ02X005230 Glycine-rich protein 2b 13.1081161 L4_chemical_B2 +LQ02X005230 Glycine-rich protein 2b 14.1293995 L4_chemical_B3 +LQ02X005230 Glycine-rich protein 2b 12.77052551 L4_chemical_C2 +LQ02X005230 Glycine-rich protein 2b 13.12025396 L4_chemical_C3 +LQ02X005260 Putative uncharacterized protein 5.552777001 C6_control_A1 +LQ02X005260 Putative uncharacterized protein 6.096212811 C6_control_A3 +LQ02X005260 Putative uncharacterized protein 5.119772074 C6_control_B1 +LQ02X005260 Putative uncharacterized protein 5.741644183 C6_control_B2 +LQ02X005260 Putative uncharacterized protein 5.335487173 C6_control_B3 +LQ02X005260 Putative uncharacterized protein 5.360426251 C6_control_C1 +LQ02X005260 Putative uncharacterized protein 6.914069243 C6_control_C2 +LQ02X005260 Putative uncharacterized protein 5.323805667 C6_control_C3 +LQ02X005260 Putative uncharacterized protein 5.293451556 C6_chemical_A1 +LQ02X005260 Putative uncharacterized protein 5.083552083 C6_chemical_A3 +LQ02X005260 Putative uncharacterized protein 5.722795131 C6_chemical_B1 +LQ02X005260 Putative uncharacterized protein 5.739134435 C6_chemical_B2 +LQ02X005260 Putative uncharacterized protein 5.363061397 C6_chemical_B3 +LQ02X005260 Putative uncharacterized protein 5.859368161 C6_chemical_C1 +LQ02X005260 Putative uncharacterized protein 5.102732205 C6_chemical_C2 +LQ02X005260 Putative uncharacterized protein 5.062404638 C6_chemical_C3 +LQ02X005260 Putative uncharacterized protein 4.970831364 L4_control_A1 +LQ02X005260 Putative uncharacterized protein 5.163671499 L4_control_A2 +LQ02X005260 Putative uncharacterized protein 4.738179235 L4_control_A3 +LQ02X005260 Putative uncharacterized protein 5.875417338 L4_control_B1 +LQ02X005260 Putative uncharacterized protein 5.5151887 L4_control_B2 +LQ02X005260 Putative uncharacterized protein 5.226965543 L4_control_B3 +LQ02X005260 Putative uncharacterized protein 5.695737165 L4_control_C2 +LQ02X005260 Putative uncharacterized protein 5.084606156 L4_control_C3 +LQ02X005260 Putative uncharacterized protein 4.973588351 L4_chemical_A1 +LQ02X005260 Putative uncharacterized protein 5.126780509 L4_chemical_A2 +LQ02X005260 Putative uncharacterized protein 4.918886487 L4_chemical_A3 +LQ02X005260 Putative uncharacterized protein 5.255931471 L4_chemical_B1 +LQ02X005260 Putative uncharacterized protein 4.908288013 L4_chemical_B2 +LQ02X005260 Putative uncharacterized protein 5.130348087 L4_chemical_B3 +LQ02X005260 Putative uncharacterized protein 4.726707686 L4_chemical_C2 +LQ02X005260 Putative uncharacterized protein 5.001815919 L4_chemical_C3 +LQ02X005270 Phospholipase C, putative 6.113256189 C6_control_A1 +LQ02X005270 Phospholipase C, putative 6.598280939 C6_control_A3 +LQ02X005270 Phospholipase C, putative 6.656587393 C6_control_B1 +LQ02X005270 Phospholipase C, putative 5.558888092 C6_control_B2 +LQ02X005270 Phospholipase C, putative 5.667244262 C6_control_B3 +LQ02X005270 Phospholipase C, putative 6.527185444 C6_control_C1 +LQ02X005270 Phospholipase C, putative 7.894105881 C6_control_C2 +LQ02X005270 Phospholipase C, putative 6.271415103 C6_control_C3 +LQ02X005270 Phospholipase C, putative 5.664244226 C6_chemical_A1 +LQ02X005270 Phospholipase C, putative 5.759828018 C6_chemical_A3 +LQ02X005270 Phospholipase C, putative 5.854294299 C6_chemical_B1 +LQ02X005270 Phospholipase C, putative 6.517849574 C6_chemical_B2 +LQ02X005270 Phospholipase C, putative 5.995221944 C6_chemical_B3 +LQ02X005270 Phospholipase C, putative 6.764906627 C6_chemical_C1 +LQ02X005270 Phospholipase C, putative 6.825702021 C6_chemical_C2 +LQ02X005270 Phospholipase C, putative 6.143569346 C6_chemical_C3 +LQ02X005270 Phospholipase C, putative 5.570826637 L4_control_A1 +LQ02X005270 Phospholipase C, putative 5.52323936 L4_control_A2 +LQ02X005270 Phospholipase C, putative 5.406858643 L4_control_A3 +LQ02X005270 Phospholipase C, putative 5.91730806 L4_control_B1 +LQ02X005270 Phospholipase C, putative 5.963994037 L4_control_B2 +LQ02X005270 Phospholipase C, putative 5.539310234 L4_control_B3 +LQ02X005270 Phospholipase C, putative 5.346903721 L4_control_C2 +LQ02X005270 Phospholipase C, putative 5.794356617 L4_control_C3 +LQ02X005270 Phospholipase C, putative 5.67016769 L4_chemical_A1 +LQ02X005270 Phospholipase C, putative 5.534019335 L4_chemical_A2 +LQ02X005270 Phospholipase C, putative 5.91139679 L4_chemical_A3 +LQ02X005270 Phospholipase C, putative 5.839970492 L4_chemical_B1 +LQ02X005270 Phospholipase C, putative 5.682551809 L4_chemical_B2 +LQ02X005270 Phospholipase C, putative 5.494986036 L4_chemical_B3 +LQ02X005270 Phospholipase C, putative 5.834519163 L4_chemical_C2 +LQ02X005270 Phospholipase C, putative 5.443002147 L4_chemical_C3 +LQ02X005290 Protein translocase, putative 5.535363267 C6_control_A1 +LQ02X005290 Protein translocase, putative 6.1555999 C6_control_A3 +LQ02X005290 Protein translocase, putative 5.801369155 C6_control_B1 +LQ02X005290 Protein translocase, putative 5.5338007 C6_control_B2 +LQ02X005290 Protein translocase, putative 5.234182535 C6_control_B3 +LQ02X005290 Protein translocase, putative 5.679427416 C6_control_C1 +LQ02X005290 Protein translocase, putative 6.13202992 C6_control_C2 +LQ02X005290 Protein translocase, putative 5.763539666 C6_control_C3 +LQ02X005290 Protein translocase, putative 5.049515047 C6_chemical_A1 +LQ02X005290 Protein translocase, putative 5.943386598 C6_chemical_A3 +LQ02X005290 Protein translocase, putative 5.494380549 C6_chemical_B1 +LQ02X005290 Protein translocase, putative 5.414686461 C6_chemical_B2 +LQ02X005290 Protein translocase, putative 5.467815639 C6_chemical_B3 +LQ02X005290 Protein translocase, putative 5.962731534 C6_chemical_C1 +LQ02X005290 Protein translocase, putative 5.411021126 C6_chemical_C2 +LQ02X005290 Protein translocase, putative 5.592493708 C6_chemical_C3 +LQ02X005290 Protein translocase, putative 5.360051066 L4_control_A1 +LQ02X005290 Protein translocase, putative 5.346733833 L4_control_A2 +LQ02X005290 Protein translocase, putative 5.756510204 L4_control_A3 +LQ02X005290 Protein translocase, putative 5.362618819 L4_control_B1 +LQ02X005290 Protein translocase, putative 5.117272208 L4_control_B2 +LQ02X005290 Protein translocase, putative 5.410203362 L4_control_B3 +LQ02X005290 Protein translocase, putative 6.37215608 L4_control_C2 +LQ02X005290 Protein translocase, putative 5.893836069 L4_control_C3 +LQ02X005290 Protein translocase, putative 5.513822138 L4_chemical_A1 +LQ02X005290 Protein translocase, putative 5.579778407 L4_chemical_A2 +LQ02X005290 Protein translocase, putative 4.957146672 L4_chemical_A3 +LQ02X005290 Protein translocase, putative 5.649084674 L4_chemical_B1 +LQ02X005290 Protein translocase, putative 5.448388218 L4_chemical_B2 +LQ02X005290 Protein translocase, putative 5.280836323 L4_chemical_B3 +LQ02X005290 Protein translocase, putative 6.077802234 L4_chemical_C2 +LQ02X005290 Protein translocase, putative 6.43145629 L4_chemical_C3 +LQ02X005310 Putative uncharacterized protein 5.22163754 C6_control_A1 +LQ02X005310 Putative uncharacterized protein 4.95326386 C6_control_A3 +LQ02X005310 Putative uncharacterized protein 5.687200434 C6_control_B1 +LQ02X005310 Putative uncharacterized protein 5.631521027 C6_control_B2 +LQ02X005310 Putative uncharacterized protein 5.692923154 C6_control_B3 +LQ02X005310 Putative uncharacterized protein 5.541136112 C6_control_C1 +LQ02X005310 Putative uncharacterized protein 5.306022392 C6_control_C2 +LQ02X005310 Putative uncharacterized protein 5.720656238 C6_control_C3 +LQ02X005310 Putative uncharacterized protein 5.759541385 C6_chemical_A1 +LQ02X005310 Putative uncharacterized protein 5.546246991 C6_chemical_A3 +LQ02X005310 Putative uncharacterized protein 5.715405788 C6_chemical_B1 +LQ02X005310 Putative uncharacterized protein 5.382276569 C6_chemical_B2 +LQ02X005310 Putative uncharacterized protein 5.990460743 C6_chemical_B3 +LQ02X005310 Putative uncharacterized protein 5.367463661 C6_chemical_C1 +LQ02X005310 Putative uncharacterized protein 5.565762297 C6_chemical_C2 +LQ02X005310 Putative uncharacterized protein 5.392439458 C6_chemical_C3 +LQ02X005310 Putative uncharacterized protein 5.608154335 L4_control_A1 +LQ02X005310 Putative uncharacterized protein 5.247508462 L4_control_A2 +LQ02X005310 Putative uncharacterized protein 5.232875765 L4_control_A3 +LQ02X005310 Putative uncharacterized protein 5.856602595 L4_control_B1 +LQ02X005310 Putative uncharacterized protein 6.169454162 L4_control_B2 +LQ02X005310 Putative uncharacterized protein 5.53770252 L4_control_B3 +LQ02X005310 Putative uncharacterized protein 5.737664049 L4_control_C2 +LQ02X005310 Putative uncharacterized protein 5.449846961 L4_control_C3 +LQ02X005310 Putative uncharacterized protein 4.859803624 L4_chemical_A1 +LQ02X005310 Putative uncharacterized protein 5.579976842 L4_chemical_A2 +LQ02X005310 Putative uncharacterized protein 5.053335569 L4_chemical_A3 +LQ02X005310 Putative uncharacterized protein 5.325735977 L4_chemical_B1 +LQ02X005310 Putative uncharacterized protein 5.285279571 L4_chemical_B2 +LQ02X005310 Putative uncharacterized protein 5.973396733 L4_chemical_B3 +LQ02X005310 Putative uncharacterized protein 5.800364463 L4_chemical_C2 +LQ02X005310 Putative uncharacterized protein 6.021106888 L4_chemical_C3 +LQ02X005400 Predicted protein 7.839288817 C6_control_A1 +LQ02X005400 Predicted protein 8.717180332 C6_control_A3 +LQ02X005400 Predicted protein 7.106558205 C6_control_B1 +LQ02X005400 Predicted protein 6.604648398 C6_control_B2 +LQ02X005400 Predicted protein 7.395646804 C6_control_B3 +LQ02X005400 Predicted protein 6.006885843 C6_control_C1 +LQ02X005400 Predicted protein 5.454499997 C6_control_C2 +LQ02X005400 Predicted protein 6.05673172 C6_control_C3 +LQ02X005400 Predicted protein 7.441275483 C6_chemical_A1 +LQ02X005400 Predicted protein 8.226983322 C6_chemical_A3 +LQ02X005400 Predicted protein 6.483210668 C6_chemical_B1 +LQ02X005400 Predicted protein 6.199956661 C6_chemical_B2 +LQ02X005400 Predicted protein 6.947468411 C6_chemical_B3 +LQ02X005400 Predicted protein 5.744675541 C6_chemical_C1 +LQ02X005400 Predicted protein 5.43082302 C6_chemical_C2 +LQ02X005400 Predicted protein 5.433682479 C6_chemical_C3 +LQ02X005400 Predicted protein 11.38721095 L4_control_A1 +LQ02X005400 Predicted protein 10.01844068 L4_control_A2 +LQ02X005400 Predicted protein 11.89210826 L4_control_A3 +LQ02X005400 Predicted protein 12.42707895 L4_control_B1 +LQ02X005400 Predicted protein 11.16800862 L4_control_B2 +LQ02X005400 Predicted protein 12.20451874 L4_control_B3 +LQ02X005400 Predicted protein 8.305318093 L4_control_C2 +LQ02X005400 Predicted protein 12.91664168 L4_control_C3 +LQ02X005400 Predicted protein 12.44089919 L4_chemical_A1 +LQ02X005400 Predicted protein 12.45679482 L4_chemical_A2 +LQ02X005400 Predicted protein 11.64097912 L4_chemical_A3 +LQ02X005400 Predicted protein 12.26463883 L4_chemical_B1 +LQ02X005400 Predicted protein 12.16749229 L4_chemical_B2 +LQ02X005400 Predicted protein 10.13900992 L4_chemical_B3 +LQ02X005400 Predicted protein 12.94740606 L4_chemical_C2 +LQ02X005400 Predicted protein 11.99231334 L4_chemical_C3 +LQ02X005450 Putative amidase C869.01 5.013387589 C6_control_A1 +LQ02X005450 Putative amidase C869.01 5.022760655 C6_control_A3 +LQ02X005450 Putative amidase C869.01 5.392112867 C6_control_B1 +LQ02X005450 Putative amidase C869.01 4.83608628 C6_control_B2 +LQ02X005450 Putative amidase C869.01 5.13725647 C6_control_B3 +LQ02X005450 Putative amidase C869.01 5.237413125 C6_control_C1 +LQ02X005450 Putative amidase C869.01 4.939127097 C6_control_C2 +LQ02X005450 Putative amidase C869.01 4.915314955 C6_control_C3 +LQ02X005450 Putative amidase C869.01 4.907438125 C6_chemical_A1 +LQ02X005450 Putative amidase C869.01 5.556757603 C6_chemical_A3 +LQ02X005450 Putative amidase C869.01 5.776906949 C6_chemical_B1 +LQ02X005450 Putative amidase C869.01 5.013405096 C6_chemical_B2 +LQ02X005450 Putative amidase C869.01 5.150868879 C6_chemical_B3 +LQ02X005450 Putative amidase C869.01 4.82605164 C6_chemical_C1 +LQ02X005450 Putative amidase C869.01 5.369917751 C6_chemical_C2 +LQ02X005450 Putative amidase C869.01 4.966080738 C6_chemical_C3 +LQ02X005450 Putative amidase C869.01 8.044389044 L4_control_A1 +LQ02X005450 Putative amidase C869.01 7.58073685 L4_control_A2 +LQ02X005450 Putative amidase C869.01 8.27490447 L4_control_A3 +LQ02X005450 Putative amidase C869.01 5.701233442 L4_control_B1 +LQ02X005450 Putative amidase C869.01 5.670598942 L4_control_B2 +LQ02X005450 Putative amidase C869.01 5.952322129 L4_control_B3 +LQ02X005450 Putative amidase C869.01 5.925048853 L4_control_C2 +LQ02X005450 Putative amidase C869.01 7.529631723 L4_control_C3 +LQ02X005450 Putative amidase C869.01 8.113811612 L4_chemical_A1 +LQ02X005450 Putative amidase C869.01 7.168812263 L4_chemical_A2 +LQ02X005450 Putative amidase C869.01 8.892654861 L4_chemical_A3 +LQ02X005450 Putative amidase C869.01 6.098809275 L4_chemical_B1 +LQ02X005450 Putative amidase C869.01 5.351185824 L4_chemical_B2 +LQ02X005450 Putative amidase C869.01 6.63189708 L4_chemical_B3 +LQ02X005450 Putative amidase C869.01 6.199930861 L4_chemical_C2 +LQ02X005450 Putative amidase C869.01 6.121186005 L4_chemical_C3 +LQ02X005470 Translation initiation factor, putative 10.9347916 C6_control_A1 +LQ02X005470 Translation initiation factor, putative 11.60294325 C6_control_A3 +LQ02X005470 Translation initiation factor, putative 11.36405324 C6_control_B1 +LQ02X005470 Translation initiation factor, putative 10.775659 C6_control_B2 +LQ02X005470 Translation initiation factor, putative 11.08299323 C6_control_B3 +LQ02X005470 Translation initiation factor, putative 11.2950222 C6_control_C1 +LQ02X005470 Translation initiation factor, putative 11.22381387 C6_control_C2 +LQ02X005470 Translation initiation factor, putative 10.87020134 C6_control_C3 +LQ02X005470 Translation initiation factor, putative 10.80225294 C6_chemical_A1 +LQ02X005470 Translation initiation factor, putative 11.5580755 C6_chemical_A3 +LQ02X005470 Translation initiation factor, putative 11.23250513 C6_chemical_B1 +LQ02X005470 Translation initiation factor, putative 10.79906091 C6_chemical_B2 +LQ02X005470 Translation initiation factor, putative 11.05837031 C6_chemical_B3 +LQ02X005470 Translation initiation factor, putative 11.44831923 C6_chemical_C1 +LQ02X005470 Translation initiation factor, putative 11.09351459 C6_chemical_C2 +LQ02X005470 Translation initiation factor, putative 11.33586653 C6_chemical_C3 +LQ02X005470 Translation initiation factor, putative 11.03240788 L4_control_A1 +LQ02X005470 Translation initiation factor, putative 11.11992363 L4_control_A2 +LQ02X005470 Translation initiation factor, putative 10.30061173 L4_control_A3 +LQ02X005470 Translation initiation factor, putative 11.38900754 L4_control_B1 +LQ02X005470 Translation initiation factor, putative 12.06681117 L4_control_B2 +LQ02X005470 Translation initiation factor, putative 11.00518977 L4_control_B3 +LQ02X005470 Translation initiation factor, putative 11.26828954 L4_control_C2 +LQ02X005470 Translation initiation factor, putative 11.46095267 L4_control_C3 +LQ02X005470 Translation initiation factor, putative 11.36455635 L4_chemical_A1 +LQ02X005470 Translation initiation factor, putative 10.7950787 L4_chemical_A2 +LQ02X005470 Translation initiation factor, putative 10.38771163 L4_chemical_A3 +LQ02X005470 Translation initiation factor, putative 11.00532219 L4_chemical_B1 +LQ02X005470 Translation initiation factor, putative 11.79257784 L4_chemical_B2 +LQ02X005470 Translation initiation factor, putative 10.96848843 L4_chemical_B3 +LQ02X005470 Translation initiation factor, putative 11.57789748 L4_chemical_C2 +LQ02X005470 Translation initiation factor, putative 11.13794911 L4_chemical_C3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.807253549 C6_control_A1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.249614747 C6_control_A3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.083366624 C6_control_B1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.645602605 C6_control_B2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.751216053 C6_control_B3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.734154442 C6_control_C1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.246136322 C6_control_C2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.370132508 C6_control_C3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.957228847 C6_chemical_A1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.262994735 C6_chemical_A3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.725711287 C6_chemical_B1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.887631272 C6_chemical_B2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.92116494 C6_chemical_B3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.991637992 C6_chemical_C1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.068352674 C6_chemical_C2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.113382846 C6_chemical_C3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.57046182 L4_control_A1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.974104636 L4_control_A2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.71062824 L4_control_A3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.916834664 L4_control_B1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.186254223 L4_control_B2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.605875979 L4_control_B3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.68168799 L4_control_C2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.287397493 L4_control_C3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.997911003 L4_chemical_A1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.179614572 L4_chemical_A2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.62708989 L4_chemical_A3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.65068908 L4_chemical_B1 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.448847946 L4_chemical_B2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.04891712 L4_chemical_B3 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.565221081 L4_chemical_C2 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 6.831451972 L4_chemical_C3 +LQ02X005510 Hypothetical protein 5.641810905 C6_control_A1 +LQ02X005510 Hypothetical protein 5.162809686 C6_control_A3 +LQ02X005510 Hypothetical protein 4.85756654 C6_control_B1 +LQ02X005510 Hypothetical protein 5.637923448 C6_control_B2 +LQ02X005510 Hypothetical protein 5.36102759 C6_control_B3 +LQ02X005510 Hypothetical protein 5.922105307 C6_control_C1 +LQ02X005510 Hypothetical protein 5.475869008 C6_control_C2 +LQ02X005510 Hypothetical protein 5.799268285 C6_control_C3 +LQ02X005510 Hypothetical protein 5.375233629 C6_chemical_A1 +LQ02X005510 Hypothetical protein 5.345420217 C6_chemical_A3 +LQ02X005510 Hypothetical protein 5.343620869 C6_chemical_B1 +LQ02X005510 Hypothetical protein 5.746324062 C6_chemical_B2 +LQ02X005510 Hypothetical protein 5.46012162 C6_chemical_B3 +LQ02X005510 Hypothetical protein 5.557415172 C6_chemical_C1 +LQ02X005510 Hypothetical protein 5.907097573 C6_chemical_C2 +LQ02X005510 Hypothetical protein 6.075835938 C6_chemical_C3 +LQ02X005510 Hypothetical protein 5.982626918 L4_control_A1 +LQ02X005510 Hypothetical protein 5.460497331 L4_control_A2 +LQ02X005510 Hypothetical protein 5.814430983 L4_control_A3 +LQ02X005510 Hypothetical protein 5.176074014 L4_control_B1 +LQ02X005510 Hypothetical protein 5.386214917 L4_control_B2 +LQ02X005510 Hypothetical protein 5.548519958 L4_control_B3 +LQ02X005510 Hypothetical protein 6.047888459 L4_control_C2 +LQ02X005510 Hypothetical protein 5.475922944 L4_control_C3 +LQ02X005510 Hypothetical protein 5.465934777 L4_chemical_A1 +LQ02X005510 Hypothetical protein 5.55079631 L4_chemical_A2 +LQ02X005510 Hypothetical protein 5.589062164 L4_chemical_A3 +LQ02X005510 Hypothetical protein 4.971957778 L4_chemical_B1 +LQ02X005510 Hypothetical protein 5.554747636 L4_chemical_B2 +LQ02X005510 Hypothetical protein 5.689500299 L4_chemical_B3 +LQ02X005510 Hypothetical protein 5.353482159 L4_chemical_C2 +LQ02X005510 Hypothetical protein 5.154297751 L4_chemical_C3 +LQ02X005520 Predicted protein (Fragment) 6.443406176 C6_control_A1 +LQ02X005520 Predicted protein (Fragment) 5.241536883 C6_control_A3 +LQ02X005520 Predicted protein (Fragment) 6.935789365 C6_control_B1 +LQ02X005520 Predicted protein (Fragment) 7.61115157 C6_control_B2 +LQ02X005520 Predicted protein (Fragment) 7.123659533 C6_control_B3 +LQ02X005520 Predicted protein (Fragment) 6.655039432 C6_control_C1 +LQ02X005520 Predicted protein (Fragment) 6.198758408 C6_control_C2 +LQ02X005520 Predicted protein (Fragment) 6.847311997 C6_control_C3 +LQ02X005520 Predicted protein (Fragment) 6.135446361 C6_chemical_A1 +LQ02X005520 Predicted protein (Fragment) 5.332800641 C6_chemical_A3 +LQ02X005520 Predicted protein (Fragment) 6.766555659 C6_chemical_B1 +LQ02X005520 Predicted protein (Fragment) 7.423344766 C6_chemical_B2 +LQ02X005520 Predicted protein (Fragment) 6.576143617 C6_chemical_B3 +LQ02X005520 Predicted protein (Fragment) 6.552789526 C6_chemical_C1 +LQ02X005520 Predicted protein (Fragment) 7.021166297 C6_chemical_C2 +LQ02X005520 Predicted protein (Fragment) 6.743430824 C6_chemical_C3 +LQ02X005520 Predicted protein (Fragment) 5.802958755 L4_control_A1 +LQ02X005520 Predicted protein (Fragment) 6.362998069 L4_control_A2 +LQ02X005520 Predicted protein (Fragment) 5.602862783 L4_control_A3 +LQ02X005520 Predicted protein (Fragment) 6.001199904 L4_control_B1 +LQ02X005520 Predicted protein (Fragment) 7.391113559 L4_control_B2 +LQ02X005520 Predicted protein (Fragment) 7.520222577 L4_control_B3 +LQ02X005520 Predicted protein (Fragment) 5.760926344 L4_control_C2 +LQ02X005520 Predicted protein (Fragment) 6.043436228 L4_control_C3 +LQ02X005520 Predicted protein (Fragment) 5.907032803 L4_chemical_A1 +LQ02X005520 Predicted protein (Fragment) 6.929763855 L4_chemical_A2 +LQ02X005520 Predicted protein (Fragment) 5.246934301 L4_chemical_A3 +LQ02X005520 Predicted protein (Fragment) 5.89565983 L4_chemical_B1 +LQ02X005520 Predicted protein (Fragment) 7.634849232 L4_chemical_B2 +LQ02X005520 Predicted protein (Fragment) 8.197342924 L4_chemical_B3 +LQ02X005520 Predicted protein (Fragment) 5.344314572 L4_chemical_C2 +LQ02X005520 Predicted protein (Fragment) 5.489584648 L4_chemical_C3 +LQ02X005530 Translocon-associated protein subunit alpha 14.44547047 C6_control_A1 +LQ02X005530 Translocon-associated protein subunit alpha 14.58300642 C6_control_A3 +LQ02X005530 Translocon-associated protein subunit alpha 13.89420517 C6_control_B1 +LQ02X005530 Translocon-associated protein subunit alpha 14.12022561 C6_control_B2 +LQ02X005530 Translocon-associated protein subunit alpha 14.04465322 C6_control_B3 +LQ02X005530 Translocon-associated protein subunit alpha 13.67248921 C6_control_C1 +LQ02X005530 Translocon-associated protein subunit alpha 13.42028235 C6_control_C2 +LQ02X005530 Translocon-associated protein subunit alpha 13.54704336 C6_control_C3 +LQ02X005530 Translocon-associated protein subunit alpha 14.27975657 C6_chemical_A1 +LQ02X005530 Translocon-associated protein subunit alpha 14.60203451 C6_chemical_A3 +LQ02X005530 Translocon-associated protein subunit alpha 13.70457508 C6_chemical_B1 +LQ02X005530 Translocon-associated protein subunit alpha 14.08781813 C6_chemical_B2 +LQ02X005530 Translocon-associated protein subunit alpha 13.78899157 C6_chemical_B3 +LQ02X005530 Translocon-associated protein subunit alpha 13.73929172 C6_chemical_C1 +LQ02X005530 Translocon-associated protein subunit alpha 13.6625344 C6_chemical_C2 +LQ02X005530 Translocon-associated protein subunit alpha 13.40112294 C6_chemical_C3 +LQ02X005530 Translocon-associated protein subunit alpha 14.36201004 L4_control_A1 +LQ02X005530 Translocon-associated protein subunit alpha 14.4589899 L4_control_A2 +LQ02X005530 Translocon-associated protein subunit alpha 14.26012303 L4_control_A3 +LQ02X005530 Translocon-associated protein subunit alpha 13.7527031 L4_control_B1 +LQ02X005530 Translocon-associated protein subunit alpha 13.90552357 L4_control_B2 +LQ02X005530 Translocon-associated protein subunit alpha 13.6466996 L4_control_B3 +LQ02X005530 Translocon-associated protein subunit alpha 13.00824437 L4_control_C2 +LQ02X005530 Translocon-associated protein subunit alpha 13.21978472 L4_control_C3 +LQ02X005530 Translocon-associated protein subunit alpha 14.3512506 L4_chemical_A1 +LQ02X005530 Translocon-associated protein subunit alpha 14.07244468 L4_chemical_A2 +LQ02X005530 Translocon-associated protein subunit alpha 14.31023878 L4_chemical_A3 +LQ02X005530 Translocon-associated protein subunit alpha 13.87027685 L4_chemical_B1 +LQ02X005530 Translocon-associated protein subunit alpha 13.84565318 L4_chemical_B2 +LQ02X005530 Translocon-associated protein subunit alpha 13.97717949 L4_chemical_B3 +LQ02X005530 Translocon-associated protein subunit alpha 13.34847022 L4_chemical_C2 +LQ02X005530 Translocon-associated protein subunit alpha 13.1341258 L4_chemical_C3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.64688714 C6_control_A1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.84631065 C6_control_A3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.52249499 C6_control_B1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.31658116 C6_control_B2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.50333958 C6_control_B3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.28369017 C6_control_C1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.25447606 C6_control_C2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.73922723 C6_control_C3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.63431697 C6_chemical_A1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.9206429 C6_chemical_A3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.6308722 C6_chemical_B1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.34375774 C6_chemical_B2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.49988898 C6_chemical_B3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.23900883 C6_chemical_C1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.16308419 C6_chemical_C2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.08799436 C6_chemical_C3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.75999107 L4_control_A1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.1449854 L4_control_A2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.92788864 L4_control_A3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.09251753 L4_control_B1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.01613091 L4_control_B2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.27175001 L4_control_B3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.90843477 L4_control_C2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.73261656 L4_control_C3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.73312099 L4_chemical_A1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.26601778 L4_chemical_A2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.79606603 L4_chemical_A3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.70958671 L4_chemical_B1 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.64794593 L4_chemical_B2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.08777281 L4_chemical_B3 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.74317246 L4_chemical_C2 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 12.55849082 L4_chemical_C3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.416218499 C6_control_A1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.498899637 C6_control_A3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.018736835 C6_control_B1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.949903606 C6_control_B2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.791641483 C6_control_B3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.121180939 C6_control_C1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 7.420056992 C6_control_C2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.204132117 C6_control_C3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.015604695 C6_chemical_A1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.47503752 C6_chemical_A3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.181220428 C6_chemical_B1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.362260112 C6_chemical_B2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.078318588 C6_chemical_B3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.151657584 C6_chemical_C1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.055393317 C6_chemical_C2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.7755479 C6_chemical_C3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.886562048 L4_control_A1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.480840012 L4_control_A2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.038162336 L4_control_A3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.771732956 L4_control_B1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.640078285 L4_control_B2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.459488752 L4_control_B3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.65348538 L4_control_C2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.953091725 L4_control_C3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.725218807 L4_chemical_A1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.563239871 L4_chemical_A2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.327827262 L4_chemical_A3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.751920685 L4_chemical_B1 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.936890021 L4_chemical_B2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.937837787 L4_chemical_B3 +LQ02X005560 Triosephosphate isomerase, chloroplastic 5.671581152 L4_chemical_C2 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.627352356 L4_chemical_C3 +LQ02X005580 Predicted protein 6.341053978 C6_control_A1 +LQ02X005580 Predicted protein 6.174147406 C6_control_A3 +LQ02X005580 Predicted protein 6.616769183 C6_control_B1 +LQ02X005580 Predicted protein 6.348737567 C6_control_B2 +LQ02X005580 Predicted protein 6.53995135 C6_control_B3 +LQ02X005580 Predicted protein 7.517385414 C6_control_C1 +LQ02X005580 Predicted protein 9.704707064 C6_control_C2 +LQ02X005580 Predicted protein 7.515495881 C6_control_C3 +LQ02X005580 Predicted protein 6.144209974 C6_chemical_A1 +LQ02X005580 Predicted protein 5.720093495 C6_chemical_A3 +LQ02X005580 Predicted protein 6.079210933 C6_chemical_B1 +LQ02X005580 Predicted protein 6.385420517 C6_chemical_B2 +LQ02X005580 Predicted protein 6.15370046 C6_chemical_B3 +LQ02X005580 Predicted protein 7.626486812 C6_chemical_C1 +LQ02X005580 Predicted protein 7.805106866 C6_chemical_C2 +LQ02X005580 Predicted protein 6.44377661 C6_chemical_C3 +LQ02X005580 Predicted protein 5.951031075 L4_control_A1 +LQ02X005580 Predicted protein 5.755507782 L4_control_A2 +LQ02X005580 Predicted protein 5.996840745 L4_control_A3 +LQ02X005580 Predicted protein 6.11136528 L4_control_B1 +LQ02X005580 Predicted protein 5.74872003 L4_control_B2 +LQ02X005580 Predicted protein 6.430866266 L4_control_B3 +LQ02X005580 Predicted protein 6.15985524 L4_control_C2 +LQ02X005580 Predicted protein 6.445273923 L4_control_C3 +LQ02X005580 Predicted protein 5.708573445 L4_chemical_A1 +LQ02X005580 Predicted protein 6.142042848 L4_chemical_A2 +LQ02X005580 Predicted protein 5.768036204 L4_chemical_A3 +LQ02X005580 Predicted protein 6.541304622 L4_chemical_B1 +LQ02X005580 Predicted protein 5.624848912 L4_chemical_B2 +LQ02X005580 Predicted protein 6.136140898 L4_chemical_B3 +LQ02X005580 Predicted protein 6.411294611 L4_chemical_C2 +LQ02X005580 Predicted protein 6.583290516 L4_chemical_C3 +LQ02X005600 Putative Expressed protein 5.593500481 C6_control_A1 +LQ02X005600 Putative Expressed protein 5.711704139 C6_control_A3 +LQ02X005600 Putative Expressed protein 6.492358927 C6_control_B1 +LQ02X005600 Putative Expressed protein 6.122532259 C6_control_B2 +LQ02X005600 Putative Expressed protein 6.425803319 C6_control_B3 +LQ02X005600 Putative Expressed protein 5.995559628 C6_control_C1 +LQ02X005600 Putative Expressed protein 7.376446469 C6_control_C2 +LQ02X005600 Putative Expressed protein 5.645163895 C6_control_C3 +LQ02X005600 Putative Expressed protein 5.576949334 C6_chemical_A1 +LQ02X005600 Putative Expressed protein 5.4870034 C6_chemical_A3 +LQ02X005600 Putative Expressed protein 5.605790858 C6_chemical_B1 +LQ02X005600 Putative Expressed protein 6.122160484 C6_chemical_B2 +LQ02X005600 Putative Expressed protein 5.559211168 C6_chemical_B3 +LQ02X005600 Putative Expressed protein 5.824575396 C6_chemical_C1 +LQ02X005600 Putative Expressed protein 5.482437908 C6_chemical_C2 +LQ02X005600 Putative Expressed protein 5.361090053 C6_chemical_C3 +LQ02X005600 Putative Expressed protein 5.380543422 L4_control_A1 +LQ02X005600 Putative Expressed protein 5.399387849 L4_control_A2 +LQ02X005600 Putative Expressed protein 5.318269499 L4_control_A3 +LQ02X005600 Putative Expressed protein 5.676518375 L4_control_B1 +LQ02X005600 Putative Expressed protein 5.768187702 L4_control_B2 +LQ02X005600 Putative Expressed protein 5.789769335 L4_control_B3 +LQ02X005600 Putative Expressed protein 5.694465492 L4_control_C2 +LQ02X005600 Putative Expressed protein 5.576827583 L4_control_C3 +LQ02X005600 Putative Expressed protein 5.469961129 L4_chemical_A1 +LQ02X005600 Putative Expressed protein 5.426682894 L4_chemical_A2 +LQ02X005600 Putative Expressed protein 5.131288064 L4_chemical_A3 +LQ02X005600 Putative Expressed protein 5.973564245 L4_chemical_B1 +LQ02X005600 Putative Expressed protein 5.594271001 L4_chemical_B2 +LQ02X005600 Putative Expressed protein 5.71502154 L4_chemical_B3 +LQ02X005600 Putative Expressed protein 5.55472425 L4_chemical_C2 +LQ02X005600 Putative Expressed protein 5.990626453 L4_chemical_C3 +LQ02X005610 Putative uncharacterized protein 5.066377369 C6_control_A1 +LQ02X005610 Putative uncharacterized protein 5.03541973 C6_control_A3 +LQ02X005610 Putative uncharacterized protein 5.34576347 C6_control_B1 +LQ02X005610 Putative uncharacterized protein 5.274290041 C6_control_B2 +LQ02X005610 Putative uncharacterized protein 5.242471872 C6_control_B3 +LQ02X005610 Putative uncharacterized protein 5.494859172 C6_control_C1 +LQ02X005610 Putative uncharacterized protein 5.080031209 C6_control_C2 +LQ02X005610 Putative uncharacterized protein 5.378340108 C6_control_C3 +LQ02X005610 Putative uncharacterized protein 5.165707364 C6_chemical_A1 +LQ02X005610 Putative uncharacterized protein 4.975353362 C6_chemical_A3 +LQ02X005610 Putative uncharacterized protein 5.060149395 C6_chemical_B1 +LQ02X005610 Putative uncharacterized protein 5.264371576 C6_chemical_B2 +LQ02X005610 Putative uncharacterized protein 5.041015531 C6_chemical_B3 +LQ02X005610 Putative uncharacterized protein 5.334992274 C6_chemical_C1 +LQ02X005610 Putative uncharacterized protein 5.366555489 C6_chemical_C2 +LQ02X005610 Putative uncharacterized protein 5.130986806 C6_chemical_C3 +LQ02X005610 Putative uncharacterized protein 4.967859771 L4_control_A1 +LQ02X005610 Putative uncharacterized protein 5.132921692 L4_control_A2 +LQ02X005610 Putative uncharacterized protein 5.222045316 L4_control_A3 +LQ02X005610 Putative uncharacterized protein 4.879866305 L4_control_B1 +LQ02X005610 Putative uncharacterized protein 5.390984577 L4_control_B2 +LQ02X005610 Putative uncharacterized protein 5.276356567 L4_control_B3 +LQ02X005610 Putative uncharacterized protein 5.33676349 L4_control_C2 +LQ02X005610 Putative uncharacterized protein 6.020643322 L4_control_C3 +LQ02X005610 Putative uncharacterized protein 4.904986769 L4_chemical_A1 +LQ02X005610 Putative uncharacterized protein 5.295961175 L4_chemical_A2 +LQ02X005610 Putative uncharacterized protein 4.954542926 L4_chemical_A3 +LQ02X005610 Putative uncharacterized protein 4.73507626 L4_chemical_B1 +LQ02X005610 Putative uncharacterized protein 4.870238562 L4_chemical_B2 +LQ02X005610 Putative uncharacterized protein 5.108341972 L4_chemical_B3 +LQ02X005610 Putative uncharacterized protein 5.268588194 L4_chemical_C2 +LQ02X005610 Putative uncharacterized protein 5.693329501 L4_chemical_C3 +LQ02X005620 Predicted protein 12.94991668 C6_control_A1 +LQ02X005620 Predicted protein 12.36237193 C6_control_A3 +LQ02X005620 Predicted protein 12.66539241 C6_control_B1 +LQ02X005620 Predicted protein 12.76111066 C6_control_B2 +LQ02X005620 Predicted protein 12.87149945 C6_control_B3 +LQ02X005620 Predicted protein 11.3986043 C6_control_C1 +LQ02X005620 Predicted protein 11.66972757 C6_control_C2 +LQ02X005620 Predicted protein 12.10382336 C6_control_C3 +LQ02X005620 Predicted protein 12.64776906 C6_chemical_A1 +LQ02X005620 Predicted protein 12.45089764 C6_chemical_A3 +LQ02X005620 Predicted protein 12.58050922 C6_chemical_B1 +LQ02X005620 Predicted protein 12.78420619 C6_chemical_B2 +LQ02X005620 Predicted protein 12.71420981 C6_chemical_B3 +LQ02X005620 Predicted protein 10.81777197 C6_chemical_C1 +LQ02X005620 Predicted protein 11.24195235 C6_chemical_C2 +LQ02X005620 Predicted protein 11.8225848 C6_chemical_C3 +LQ02X005620 Predicted protein 12.48123367 L4_control_A1 +LQ02X005620 Predicted protein 12.12774743 L4_control_A2 +LQ02X005620 Predicted protein 12.3450993 L4_control_A3 +LQ02X005620 Predicted protein 12.19798506 L4_control_B1 +LQ02X005620 Predicted protein 12.40868282 L4_control_B2 +LQ02X005620 Predicted protein 12.09999342 L4_control_B3 +LQ02X005620 Predicted protein 11.41291724 L4_control_C2 +LQ02X005620 Predicted protein 11.35124885 L4_control_C3 +LQ02X005620 Predicted protein 12.8869151 L4_chemical_A1 +LQ02X005620 Predicted protein 11.94131108 L4_chemical_A2 +LQ02X005620 Predicted protein 12.63402994 L4_chemical_A3 +LQ02X005620 Predicted protein 11.91260038 L4_chemical_B1 +LQ02X005620 Predicted protein 12.18177226 L4_chemical_B2 +LQ02X005620 Predicted protein 12.31806746 L4_chemical_B3 +LQ02X005620 Predicted protein 11.13018894 L4_chemical_C2 +LQ02X005620 Predicted protein 11.16565212 L4_chemical_C3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.856829384 C6_control_A1 +LQ02X005630 Putative ER lumen protein retaining receptor 6.13033826 C6_control_A3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.669339342 C6_control_B1 +LQ02X005630 Putative ER lumen protein retaining receptor 6.006456792 C6_control_B2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.561116381 C6_control_B3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.673196326 C6_control_C1 +LQ02X005630 Putative ER lumen protein retaining receptor 6.583395797 C6_control_C2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.6001435 C6_control_C3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.683030746 C6_chemical_A1 +LQ02X005630 Putative ER lumen protein retaining receptor 5.762458262 C6_chemical_A3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.756461601 C6_chemical_B1 +LQ02X005630 Putative ER lumen protein retaining receptor 6.045932315 C6_chemical_B2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.261399136 C6_chemical_B3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.601385272 C6_chemical_C1 +LQ02X005630 Putative ER lumen protein retaining receptor 5.686780991 C6_chemical_C2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.613997177 C6_chemical_C3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.6047078 L4_control_A1 +LQ02X005630 Putative ER lumen protein retaining receptor 5.920358911 L4_control_A2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.640212591 L4_control_A3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.517952856 L4_control_B1 +LQ02X005630 Putative ER lumen protein retaining receptor 5.759454898 L4_control_B2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.238094974 L4_control_B3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.971165025 L4_control_C2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.938366452 L4_control_C3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.423710128 L4_chemical_A1 +LQ02X005630 Putative ER lumen protein retaining receptor 5.951693925 L4_chemical_A2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.972324552 L4_chemical_A3 +LQ02X005630 Putative ER lumen protein retaining receptor 6.108986188 L4_chemical_B1 +LQ02X005630 Putative ER lumen protein retaining receptor 6.193357701 L4_chemical_B2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.492194218 L4_chemical_B3 +LQ02X005630 Putative ER lumen protein retaining receptor 5.909503477 L4_chemical_C2 +LQ02X005630 Putative ER lumen protein retaining receptor 5.727117273 L4_chemical_C3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.33172896 C6_control_A1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.497838081 C6_control_A3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.82434406 C6_control_B1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.86611746 C6_control_B2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.845384503 C6_control_B3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 8.554820152 C6_control_C1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 8.766077915 C6_control_C2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 8.544978116 C6_control_C3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.509840222 C6_chemical_A1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.442853568 C6_chemical_A3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.263279258 C6_chemical_B1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 8.061384099 C6_chemical_B2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.634178946 C6_chemical_B3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 9.061699813 C6_chemical_C1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 8.961499676 C6_chemical_C2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 8.698234794 C6_chemical_C3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.23186834 L4_control_A1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.14650824 L4_control_A2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.46396426 L4_control_A3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.883083632 L4_control_B1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.302000218 L4_control_B2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.632327892 L4_control_B3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.536351184 L4_control_C2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.291138216 L4_control_C3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.903004079 L4_chemical_A1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.605508395 L4_chemical_A2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.937946771 L4_chemical_A3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.208261017 L4_chemical_B1 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.26060285 L4_chemical_B2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.521181744 L4_chemical_B3 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.679817326 L4_chemical_C2 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 6.080441531 L4_chemical_C3 +LQ02X005700 Calcium ion binding protein, putative 6.456843023 C6_control_A1 +LQ02X005700 Calcium ion binding protein, putative 6.904273253 C6_control_A3 +LQ02X005700 Calcium ion binding protein, putative 5.730601566 C6_control_B1 +LQ02X005700 Calcium ion binding protein, putative 6.316024669 C6_control_B2 +LQ02X005700 Calcium ion binding protein, putative 6.919202345 C6_control_B3 +LQ02X005700 Calcium ion binding protein, putative 6.806476756 C6_control_C1 +LQ02X005700 Calcium ion binding protein, putative 6.537710323 C6_control_C2 +LQ02X005700 Calcium ion binding protein, putative 6.704325198 C6_control_C3 +LQ02X005700 Calcium ion binding protein, putative 6.467847622 C6_chemical_A1 +LQ02X005700 Calcium ion binding protein, putative 6.282925905 C6_chemical_A3 +LQ02X005700 Calcium ion binding protein, putative 5.967429992 C6_chemical_B1 +LQ02X005700 Calcium ion binding protein, putative 6.300016852 C6_chemical_B2 +LQ02X005700 Calcium ion binding protein, putative 6.540587283 C6_chemical_B3 +LQ02X005700 Calcium ion binding protein, putative 6.482593123 C6_chemical_C1 +LQ02X005700 Calcium ion binding protein, putative 6.274212416 C6_chemical_C2 +LQ02X005700 Calcium ion binding protein, putative 6.324357905 C6_chemical_C3 +LQ02X005700 Calcium ion binding protein, putative 6.392575401 L4_control_A1 +LQ02X005700 Calcium ion binding protein, putative 6.721813005 L4_control_A2 +LQ02X005700 Calcium ion binding protein, putative 6.892937239 L4_control_A3 +LQ02X005700 Calcium ion binding protein, putative 5.92571174 L4_control_B1 +LQ02X005700 Calcium ion binding protein, putative 6.986003403 L4_control_B2 +LQ02X005700 Calcium ion binding protein, putative 6.294043993 L4_control_B3 +LQ02X005700 Calcium ion binding protein, putative 6.675710775 L4_control_C2 +LQ02X005700 Calcium ion binding protein, putative 6.299521746 L4_control_C3 +LQ02X005700 Calcium ion binding protein, putative 6.146336335 L4_chemical_A1 +LQ02X005700 Calcium ion binding protein, putative 7.077179226 L4_chemical_A2 +LQ02X005700 Calcium ion binding protein, putative 7.49770443 L4_chemical_A3 +LQ02X005700 Calcium ion binding protein, putative 6.960383082 L4_chemical_B1 +LQ02X005700 Calcium ion binding protein, putative 6.51251515 L4_chemical_B2 +LQ02X005700 Calcium ion binding protein, putative 6.461001434 L4_chemical_B3 +LQ02X005700 Calcium ion binding protein, putative 6.817430799 L4_chemical_C2 +LQ02X005700 Calcium ion binding protein, putative 6.532790121 L4_chemical_C3 +LQ02X005820 Auxin-induced protein X15 10.57097587 C6_control_A1 +LQ02X005820 Auxin-induced protein X15 11.68495483 C6_control_A3 +LQ02X005820 Auxin-induced protein X15 10.70908416 C6_control_B1 +LQ02X005820 Auxin-induced protein X15 9.490105844 C6_control_B2 +LQ02X005820 Auxin-induced protein X15 11.62700458 C6_control_B3 +LQ02X005820 Auxin-induced protein X15 7.795055198 C6_control_C1 +LQ02X005820 Auxin-induced protein X15 7.285899301 C6_control_C2 +LQ02X005820 Auxin-induced protein X15 8.858996202 C6_control_C3 +LQ02X005820 Auxin-induced protein X15 9.836504977 C6_chemical_A1 +LQ02X005820 Auxin-induced protein X15 10.71477748 C6_chemical_A3 +LQ02X005820 Auxin-induced protein X15 9.880150253 C6_chemical_B1 +LQ02X005820 Auxin-induced protein X15 9.295708574 C6_chemical_B2 +LQ02X005820 Auxin-induced protein X15 10.62137965 C6_chemical_B3 +LQ02X005820 Auxin-induced protein X15 7.175241534 C6_chemical_C1 +LQ02X005820 Auxin-induced protein X15 6.320366294 C6_chemical_C2 +LQ02X005820 Auxin-induced protein X15 8.693214882 C6_chemical_C3 +LQ02X005820 Auxin-induced protein X15 10.70712815 L4_control_A1 +LQ02X005820 Auxin-induced protein X15 12.34884312 L4_control_A2 +LQ02X005820 Auxin-induced protein X15 11.79300173 L4_control_A3 +LQ02X005820 Auxin-induced protein X15 10.8571841 L4_control_B1 +LQ02X005820 Auxin-induced protein X15 11.09283482 L4_control_B2 +LQ02X005820 Auxin-induced protein X15 9.207974234 L4_control_B3 +LQ02X005820 Auxin-induced protein X15 6.896264673 L4_control_C2 +LQ02X005820 Auxin-induced protein X15 9.934266088 L4_control_C3 +LQ02X005820 Auxin-induced protein X15 10.5341488 L4_chemical_A1 +LQ02X005820 Auxin-induced protein X15 10.90955053 L4_chemical_A2 +LQ02X005820 Auxin-induced protein X15 11.42395769 L4_chemical_A3 +LQ02X005820 Auxin-induced protein X15 10.7054274 L4_chemical_B1 +LQ02X005820 Auxin-induced protein X15 10.79163699 L4_chemical_B2 +LQ02X005820 Auxin-induced protein X15 11.54262779 L4_chemical_B3 +LQ02X005820 Auxin-induced protein X15 7.652695915 L4_chemical_C2 +LQ02X005820 Auxin-induced protein X15 9.244473644 L4_chemical_C3 +LQ02X005850 Auxin-induced protein 15A 5.653038617 C6_control_A1 +LQ02X005850 Auxin-induced protein 15A 5.304761149 C6_control_A3 +LQ02X005850 Auxin-induced protein 15A 5.433819413 C6_control_B1 +LQ02X005850 Auxin-induced protein 15A 5.408511186 C6_control_B2 +LQ02X005850 Auxin-induced protein 15A 5.524381493 C6_control_B3 +LQ02X005850 Auxin-induced protein 15A 5.371452955 C6_control_C1 +LQ02X005850 Auxin-induced protein 15A 5.309551773 C6_control_C2 +LQ02X005850 Auxin-induced protein 15A 5.664973151 C6_control_C3 +LQ02X005850 Auxin-induced protein 15A 5.609060421 C6_chemical_A1 +LQ02X005850 Auxin-induced protein 15A 5.283347669 C6_chemical_A3 +LQ02X005850 Auxin-induced protein 15A 5.539379795 C6_chemical_B1 +LQ02X005850 Auxin-induced protein 15A 5.577164509 C6_chemical_B2 +LQ02X005850 Auxin-induced protein 15A 5.753881001 C6_chemical_B3 +LQ02X005850 Auxin-induced protein 15A 5.333882359 C6_chemical_C1 +LQ02X005850 Auxin-induced protein 15A 5.475704574 C6_chemical_C2 +LQ02X005850 Auxin-induced protein 15A 5.741054013 C6_chemical_C3 +LQ02X005850 Auxin-induced protein 15A 5.371009166 L4_control_A1 +LQ02X005850 Auxin-induced protein 15A 5.752616379 L4_control_A2 +LQ02X005850 Auxin-induced protein 15A 5.335396503 L4_control_A3 +LQ02X005850 Auxin-induced protein 15A 5.338246495 L4_control_B1 +LQ02X005850 Auxin-induced protein 15A 5.737951929 L4_control_B2 +LQ02X005850 Auxin-induced protein 15A 5.412292085 L4_control_B3 +LQ02X005850 Auxin-induced protein 15A 6.141549127 L4_control_C2 +LQ02X005850 Auxin-induced protein 15A 4.981003124 L4_control_C3 +LQ02X005850 Auxin-induced protein 15A 5.638187066 L4_chemical_A1 +LQ02X005850 Auxin-induced protein 15A 5.395376813 L4_chemical_A2 +LQ02X005850 Auxin-induced protein 15A 5.701245752 L4_chemical_A3 +LQ02X005850 Auxin-induced protein 15A 5.168025658 L4_chemical_B1 +LQ02X005850 Auxin-induced protein 15A 5.987322041 L4_chemical_B2 +LQ02X005850 Auxin-induced protein 15A 5.488655057 L4_chemical_B3 +LQ02X005850 Auxin-induced protein 15A 5.84142437 L4_chemical_C2 +LQ02X005850 Auxin-induced protein 15A 5.116026915 L4_chemical_C3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.196744533 C6_control_A1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.907874137 C6_control_A3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.499604541 C6_control_B1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.218523845 C6_control_B2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.816510016 C6_control_B3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 7.782355854 C6_control_C1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 8.446526736 C6_control_C2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.237963767 C6_control_C3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.22072108 C6_chemical_A1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.896328193 C6_chemical_A3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.050409707 C6_chemical_B1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.125228552 C6_chemical_B2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 8.964399272 C6_chemical_B3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 7.453284902 C6_chemical_C1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 8.184173875 C6_chemical_C2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.62270787 C6_chemical_C3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.247795361 L4_control_A1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.654503978 L4_control_A2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 10.61366635 L4_control_A3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.736172219 L4_control_B1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.855070988 L4_control_B2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.327986062 L4_control_B3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 8.981629405 L4_control_C2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.447908538 L4_control_C3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 7.956852003 L4_chemical_A1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 8.463843481 L4_chemical_A2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.443341741 L4_chemical_A3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.199220337 L4_chemical_B1 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.066489586 L4_chemical_B2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.806975845 L4_chemical_B3 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 8.749074063 L4_chemical_C2 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 8.154961011 L4_chemical_C3 +LQ02X006220 Putative uncharacterized protein 12.19581863 C6_control_A1 +LQ02X006220 Putative uncharacterized protein 12.38140105 C6_control_A3 +LQ02X006220 Putative uncharacterized protein 12.03034259 C6_control_B1 +LQ02X006220 Putative uncharacterized protein 12.29521003 C6_control_B2 +LQ02X006220 Putative uncharacterized protein 12.13352026 C6_control_B3 +LQ02X006220 Putative uncharacterized protein 12.61694013 C6_control_C1 +LQ02X006220 Putative uncharacterized protein 12.75650765 C6_control_C2 +LQ02X006220 Putative uncharacterized protein 12.67088849 C6_control_C3 +LQ02X006220 Putative uncharacterized protein 12.04347997 C6_chemical_A1 +LQ02X006220 Putative uncharacterized protein 11.99076791 C6_chemical_A3 +LQ02X006220 Putative uncharacterized protein 11.86333905 C6_chemical_B1 +LQ02X006220 Putative uncharacterized protein 12.44934168 C6_chemical_B2 +LQ02X006220 Putative uncharacterized protein 12.1172347 C6_chemical_B3 +LQ02X006220 Putative uncharacterized protein 12.61702046 C6_chemical_C1 +LQ02X006220 Putative uncharacterized protein 12.4741037 C6_chemical_C2 +LQ02X006220 Putative uncharacterized protein 12.60059095 C6_chemical_C3 +LQ02X006220 Putative uncharacterized protein 12.17514887 L4_control_A1 +LQ02X006220 Putative uncharacterized protein 12.47475779 L4_control_A2 +LQ02X006220 Putative uncharacterized protein 11.57789552 L4_control_A3 +LQ02X006220 Putative uncharacterized protein 11.95704797 L4_control_B1 +LQ02X006220 Putative uncharacterized protein 12.10675118 L4_control_B2 +LQ02X006220 Putative uncharacterized protein 11.8680671 L4_control_B3 +LQ02X006220 Putative uncharacterized protein 12.16567472 L4_control_C2 +LQ02X006220 Putative uncharacterized protein 12.34726204 L4_control_C3 +LQ02X006220 Putative uncharacterized protein 12.39340794 L4_chemical_A1 +LQ02X006220 Putative uncharacterized protein 12.39674208 L4_chemical_A2 +LQ02X006220 Putative uncharacterized protein 11.86055374 L4_chemical_A3 +LQ02X006220 Putative uncharacterized protein 11.96680487 L4_chemical_B1 +LQ02X006220 Putative uncharacterized protein 12.3164411 L4_chemical_B2 +LQ02X006220 Putative uncharacterized protein 11.94951263 L4_chemical_B3 +LQ02X006220 Putative uncharacterized protein 11.97511621 L4_chemical_C2 +LQ02X006220 Putative uncharacterized protein 12.35695761 L4_chemical_C3 +LQ02X006240 Predicted protein 7.112601503 C6_control_A1 +LQ02X006240 Predicted protein 7.916684282 C6_control_A3 +LQ02X006240 Predicted protein 7.068998129 C6_control_B1 +LQ02X006240 Predicted protein 6.917082284 C6_control_B2 +LQ02X006240 Predicted protein 6.773983118 C6_control_B3 +LQ02X006240 Predicted protein 7.094503596 C6_control_C1 +LQ02X006240 Predicted protein 7.695996225 C6_control_C2 +LQ02X006240 Predicted protein 6.962121225 C6_control_C3 +LQ02X006240 Predicted protein 6.538779108 C6_chemical_A1 +LQ02X006240 Predicted protein 6.304815182 C6_chemical_A3 +LQ02X006240 Predicted protein 6.429297552 C6_chemical_B1 +LQ02X006240 Predicted protein 6.927182386 C6_chemical_B2 +LQ02X006240 Predicted protein 5.907094901 C6_chemical_B3 +LQ02X006240 Predicted protein 7.19764097 C6_chemical_C1 +LQ02X006240 Predicted protein 7.405256015 C6_chemical_C2 +LQ02X006240 Predicted protein 6.581089309 C6_chemical_C3 +LQ02X006240 Predicted protein 6.75440287 L4_control_A1 +LQ02X006240 Predicted protein 6.413272888 L4_control_A2 +LQ02X006240 Predicted protein 6.295445214 L4_control_A3 +LQ02X006240 Predicted protein 6.117776156 L4_control_B1 +LQ02X006240 Predicted protein 6.04373329 L4_control_B2 +LQ02X006240 Predicted protein 6.288097687 L4_control_B3 +LQ02X006240 Predicted protein 6.771526051 L4_control_C2 +LQ02X006240 Predicted protein 6.570518867 L4_control_C3 +LQ02X006240 Predicted protein 6.248493199 L4_chemical_A1 +LQ02X006240 Predicted protein 6.352402597 L4_chemical_A2 +LQ02X006240 Predicted protein 5.410198138 L4_chemical_A3 +LQ02X006240 Predicted protein 6.670316744 L4_chemical_B1 +LQ02X006240 Predicted protein 6.312148675 L4_chemical_B2 +LQ02X006240 Predicted protein 6.534953264 L4_chemical_B3 +LQ02X006240 Predicted protein 6.685245415 L4_chemical_C2 +LQ02X006240 Predicted protein 6.579158985 L4_chemical_C3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.89269103 C6_control_A1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.20329086 C6_control_A3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.57862291 C6_control_B1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.43146625 C6_control_B2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.21133712 C6_control_B3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.73263269 C6_control_C1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.30592959 C6_control_C2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.51953759 C6_control_C3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.56847516 C6_chemical_A1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.20738279 C6_chemical_A3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.32488293 C6_chemical_B1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 9.975734893 C6_chemical_B2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.17134964 C6_chemical_B3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.52904297 C6_chemical_C1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.35300469 C6_chemical_C2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.46785344 C6_chemical_C3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.73598551 L4_control_A1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.47319579 L4_control_A2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.79010188 L4_control_A3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 9.599895253 L4_control_B1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 9.722708644 L4_control_B2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.19424096 L4_control_B3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.37344761 L4_control_C2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.20349897 L4_control_C3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.04033225 L4_chemical_A1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.61519428 L4_chemical_A2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.99033039 L4_chemical_A3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.36073519 L4_chemical_B1 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 9.919900246 L4_chemical_B2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 9.975706982 L4_chemical_B3 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.0406818 L4_chemical_C2 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 11.01144716 L4_chemical_C3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.516228264 C6_control_A1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.551544109 C6_control_A3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 7.526560359 C6_control_B1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 7.997867241 C6_control_B2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 7.17176164 C6_control_B3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.634278295 C6_control_C1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.300863177 C6_control_C2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 7.486552158 C6_control_C3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.34257358 C6_chemical_A1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.707073779 C6_chemical_A3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 7.290117095 C6_chemical_B1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.091705155 C6_chemical_B2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 7.268421235 C6_chemical_B3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.726855698 C6_chemical_C1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.691418292 C6_chemical_C2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.147602858 C6_chemical_C3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 9.018504257 L4_control_A1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 9.151407199 L4_control_A2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 9.920086556 L4_control_A3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.413962098 L4_control_B1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 9.145168993 L4_control_B2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.637263006 L4_control_B3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 9.02505996 L4_control_C2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 9.086694686 L4_control_C3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.788806294 L4_chemical_A1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.636416453 L4_chemical_A2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 9.450800508 L4_chemical_A3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.330285032 L4_chemical_B1 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.712467471 L4_chemical_B2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.301450852 L4_chemical_B3 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.753937199 L4_chemical_C2 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 9.199212299 L4_chemical_C3 +LQ02X006270 DNA binding protein, putative 9.068887428 C6_control_A1 +LQ02X006270 DNA binding protein, putative 8.718246877 C6_control_A3 +LQ02X006270 DNA binding protein, putative 9.444868529 C6_control_B1 +LQ02X006270 DNA binding protein, putative 9.331536072 C6_control_B2 +LQ02X006270 DNA binding protein, putative 9.18073257 C6_control_B3 +LQ02X006270 DNA binding protein, putative 9.115960207 C6_control_C1 +LQ02X006270 DNA binding protein, putative 9.099053996 C6_control_C2 +LQ02X006270 DNA binding protein, putative 8.986116908 C6_control_C3 +LQ02X006270 DNA binding protein, putative 9.356505818 C6_chemical_A1 +LQ02X006270 DNA binding protein, putative 9.446208004 C6_chemical_A3 +LQ02X006270 DNA binding protein, putative 9.847148026 C6_chemical_B1 +LQ02X006270 DNA binding protein, putative 9.210902767 C6_chemical_B2 +LQ02X006270 DNA binding protein, putative 9.783896944 C6_chemical_B3 +LQ02X006270 DNA binding protein, putative 8.909449091 C6_chemical_C1 +LQ02X006270 DNA binding protein, putative 8.797301945 C6_chemical_C2 +LQ02X006270 DNA binding protein, putative 9.376155894 C6_chemical_C3 +LQ02X006270 DNA binding protein, putative 9.448372523 L4_control_A1 +LQ02X006270 DNA binding protein, putative 9.201079806 L4_control_A2 +LQ02X006270 DNA binding protein, putative 9.700332917 L4_control_A3 +LQ02X006270 DNA binding protein, putative 9.814044023 L4_control_B1 +LQ02X006270 DNA binding protein, putative 9.932226768 L4_control_B2 +LQ02X006270 DNA binding protein, putative 9.506838442 L4_control_B3 +LQ02X006270 DNA binding protein, putative 9.629391106 L4_control_C2 +LQ02X006270 DNA binding protein, putative 9.365570154 L4_control_C3 +LQ02X006270 DNA binding protein, putative 9.804960292 L4_chemical_A1 +LQ02X006270 DNA binding protein, putative 9.754558424 L4_chemical_A2 +LQ02X006270 DNA binding protein, putative 9.663470082 L4_chemical_A3 +LQ02X006270 DNA binding protein, putative 9.389021165 L4_chemical_B1 +LQ02X006270 DNA binding protein, putative 9.567346481 L4_chemical_B2 +LQ02X006270 DNA binding protein, putative 9.988843789 L4_chemical_B3 +LQ02X006270 DNA binding protein, putative 9.950851303 L4_chemical_C2 +LQ02X006270 DNA binding protein, putative 9.050620474 L4_chemical_C3 +LQ02X006280 Putative Microtubule-associated protein 1A 11.87421132 C6_control_A1 +LQ02X006280 Putative Microtubule-associated protein 1A 12.4533426 C6_control_A3 +LQ02X006280 Putative Microtubule-associated protein 1A 11.32904829 C6_control_B1 +LQ02X006280 Putative Microtubule-associated protein 1A 10.97345508 C6_control_B2 +LQ02X006280 Putative Microtubule-associated protein 1A 11.37182358 C6_control_B3 +LQ02X006280 Putative Microtubule-associated protein 1A 11.19762387 C6_control_C1 +LQ02X006280 Putative Microtubule-associated protein 1A 11.23899278 C6_control_C2 +LQ02X006280 Putative Microtubule-associated protein 1A 11.19783274 C6_control_C3 +LQ02X006280 Putative Microtubule-associated protein 1A 11.40475067 C6_chemical_A1 +LQ02X006280 Putative Microtubule-associated protein 1A 12.60173324 C6_chemical_A3 +LQ02X006280 Putative Microtubule-associated protein 1A 11.11617156 C6_chemical_B1 +LQ02X006280 Putative Microtubule-associated protein 1A 10.92915304 C6_chemical_B2 +LQ02X006280 Putative Microtubule-associated protein 1A 11.45052703 C6_chemical_B3 +LQ02X006280 Putative Microtubule-associated protein 1A 10.86386861 C6_chemical_C1 +LQ02X006280 Putative Microtubule-associated protein 1A 11.06405039 C6_chemical_C2 +LQ02X006280 Putative Microtubule-associated protein 1A 11.14144736 C6_chemical_C3 +LQ02X006280 Putative Microtubule-associated protein 1A 12.36412908 L4_control_A1 +LQ02X006280 Putative Microtubule-associated protein 1A 12.09152556 L4_control_A2 +LQ02X006280 Putative Microtubule-associated protein 1A 12.78748639 L4_control_A3 +LQ02X006280 Putative Microtubule-associated protein 1A 11.58738855 L4_control_B1 +LQ02X006280 Putative Microtubule-associated protein 1A 12.05118198 L4_control_B2 +LQ02X006280 Putative Microtubule-associated protein 1A 11.42349631 L4_control_B3 +LQ02X006280 Putative Microtubule-associated protein 1A 12.06618534 L4_control_C2 +LQ02X006280 Putative Microtubule-associated protein 1A 11.80881156 L4_control_C3 +LQ02X006280 Putative Microtubule-associated protein 1A 12.16914162 L4_chemical_A1 +LQ02X006280 Putative Microtubule-associated protein 1A 11.9329542 L4_chemical_A2 +LQ02X006280 Putative Microtubule-associated protein 1A 12.50207389 L4_chemical_A3 +LQ02X006280 Putative Microtubule-associated protein 1A 11.87012445 L4_chemical_B1 +LQ02X006280 Putative Microtubule-associated protein 1A 11.77003046 L4_chemical_B2 +LQ02X006280 Putative Microtubule-associated protein 1A 11.55315804 L4_chemical_B3 +LQ02X006280 Putative Microtubule-associated protein 1A 12.17730343 L4_chemical_C2 +LQ02X006280 Putative Microtubule-associated protein 1A 12.02088429 L4_chemical_C3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.687981985 C6_control_A1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.72830304 C6_control_A3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 6.023449954 C6_control_B1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.222081819 C6_control_B2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.314434205 C6_control_B3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.347338927 C6_control_C1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 6.738630678 C6_control_C2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.672186134 C6_control_C3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.685414068 C6_chemical_A1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.101528573 C6_chemical_A3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.104414753 C6_chemical_B1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.417531248 C6_chemical_B2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.494835917 C6_chemical_B3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.60593934 C6_chemical_C1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.741195441 C6_chemical_C2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.375641112 C6_chemical_C3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.417977181 L4_control_A1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 4.955588364 L4_control_A2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 4.931616695 L4_control_A3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.841228811 L4_control_B1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.374887343 L4_control_B2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.167974261 L4_control_B3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.520595673 L4_control_C2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 4.869568994 L4_control_C3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.344158536 L4_chemical_A1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.252293819 L4_chemical_A2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.145075198 L4_chemical_A3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.094688284 L4_chemical_B1 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.582075776 L4_chemical_B2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.077968518 L4_chemical_B3 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 4.920101752 L4_chemical_C2 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.554139844 L4_chemical_C3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.114851443 C6_control_A1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.890952516 C6_control_A3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.387205418 C6_control_B1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.45838675 C6_control_B2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.26709495 C6_control_B3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.118837103 C6_control_C1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.357748887 C6_control_C2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.743312624 C6_control_C3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.55173446 C6_chemical_A1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.533275582 C6_chemical_A3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.842593103 C6_chemical_B1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.81982309 C6_chemical_B2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.960493241 C6_chemical_B3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.189045562 C6_chemical_C1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.675568579 C6_chemical_C2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.772363059 C6_chemical_C3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.478687768 L4_control_A1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.571629466 L4_control_A2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.488893962 L4_control_A3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.22107366 L4_control_B1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.879575173 L4_control_B2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.872334202 L4_control_B3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.824822045 L4_control_C2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.068421382 L4_control_C3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.775639968 L4_chemical_A1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.359458169 L4_chemical_A2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.577454264 L4_chemical_A3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.638856161 L4_chemical_B1 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.595541255 L4_chemical_B2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.586435834 L4_chemical_B3 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.143886898 L4_chemical_C2 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 6.158397039 L4_chemical_C3 +LQ02X006330 Arginine decarboxylase 5.900283428 C6_control_A1 +LQ02X006330 Arginine decarboxylase 5.486537869 C6_control_A3 +LQ02X006330 Arginine decarboxylase 6.057199929 C6_control_B1 +LQ02X006330 Arginine decarboxylase 5.840742704 C6_control_B2 +LQ02X006330 Arginine decarboxylase 5.595015017 C6_control_B3 +LQ02X006330 Arginine decarboxylase 5.711683239 C6_control_C1 +LQ02X006330 Arginine decarboxylase 6.169797777 C6_control_C2 +LQ02X006330 Arginine decarboxylase 5.27123843 C6_control_C3 +LQ02X006330 Arginine decarboxylase 5.642659502 C6_chemical_A1 +LQ02X006330 Arginine decarboxylase 5.544308926 C6_chemical_A3 +LQ02X006330 Arginine decarboxylase 5.447341997 C6_chemical_B1 +LQ02X006330 Arginine decarboxylase 6.024732327 C6_chemical_B2 +LQ02X006330 Arginine decarboxylase 5.639988239 C6_chemical_B3 +LQ02X006330 Arginine decarboxylase 5.765507239 C6_chemical_C1 +LQ02X006330 Arginine decarboxylase 5.602842541 C6_chemical_C2 +LQ02X006330 Arginine decarboxylase 5.552235697 C6_chemical_C3 +LQ02X006330 Arginine decarboxylase 5.869774884 L4_control_A1 +LQ02X006330 Arginine decarboxylase 5.647673819 L4_control_A2 +LQ02X006330 Arginine decarboxylase 6.137285116 L4_control_A3 +LQ02X006330 Arginine decarboxylase 6.043622174 L4_control_B1 +LQ02X006330 Arginine decarboxylase 6.255057945 L4_control_B2 +LQ02X006330 Arginine decarboxylase 6.000081581 L4_control_B3 +LQ02X006330 Arginine decarboxylase 6.086866539 L4_control_C2 +LQ02X006330 Arginine decarboxylase 5.327065341 L4_control_C3 +LQ02X006330 Arginine decarboxylase 5.996575942 L4_chemical_A1 +LQ02X006330 Arginine decarboxylase 5.85414004 L4_chemical_A2 +LQ02X006330 Arginine decarboxylase 5.922464538 L4_chemical_A3 +LQ02X006330 Arginine decarboxylase 6.684456891 L4_chemical_B1 +LQ02X006330 Arginine decarboxylase 5.623462773 L4_chemical_B2 +LQ02X006330 Arginine decarboxylase 6.04576235 L4_chemical_B3 +LQ02X006330 Arginine decarboxylase 5.541196517 L4_chemical_C2 +LQ02X006330 Arginine decarboxylase 5.53927701 L4_chemical_C3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.26192855 C6_control_A1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.50156487 C6_control_A3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.10921815 C6_control_B1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.89378072 C6_control_B2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.68298409 C6_control_B3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.37346106 C6_control_C1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.18385986 C6_control_C2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.0650368 C6_control_C3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.20306886 C6_chemical_A1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.10417165 C6_chemical_A3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.12763663 C6_chemical_B1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.3656855 C6_chemical_B2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.75563877 C6_chemical_B3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.33713734 C6_chemical_C1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.3273706 C6_chemical_C2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.53709881 C6_chemical_C3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.85071486 L4_control_A1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.97385808 L4_control_A2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.9512101 L4_control_A3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.17883642 L4_control_B1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 11.50066768 L4_control_B2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.03749741 L4_control_B3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.8043879 L4_control_C2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.49480629 L4_control_C3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.81987706 L4_chemical_A1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.07461729 L4_chemical_A2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.95916805 L4_chemical_A3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.80146516 L4_chemical_B1 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.62402615 L4_chemical_B2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.3093484 L4_chemical_B3 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.56935673 L4_chemical_C2 +LQ02X006360 30S ribosomal protein S31, mitochondrial 12.63315539 L4_chemical_C3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.71166017 C6_control_A1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.68327979 C6_control_A3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.38315782 C6_control_B1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.01675458 C6_control_B2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.28536181 C6_control_B3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.8869103 C6_control_C1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.36270902 C6_control_C2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.21820993 C6_control_C3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.85618749 C6_chemical_A1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.47678744 C6_chemical_A3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.53640798 C6_chemical_B1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.36649431 C6_chemical_B2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.1112069 C6_chemical_B3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.96842605 C6_chemical_C1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.83314278 C6_chemical_C2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.28658571 C6_chemical_C3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 15.0201728 L4_control_A1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 15.01103133 L4_control_A2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 15.09815341 L4_control_A3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.4362873 L4_control_B1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.9413464 L4_control_B2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.82122007 L4_control_B3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.04633114 L4_control_C2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.70911655 L4_control_C3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.64768734 L4_chemical_A1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 15.07634105 L4_chemical_A2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 15.05291114 L4_chemical_A3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.5537561 L4_chemical_B1 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.41551075 L4_chemical_B2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.30440562 L4_chemical_B3 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.09682163 L4_chemical_C2 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 13.75476101 L4_chemical_C3 +LQ02X006380 Putative uncharacterized protein 12.25693897 C6_control_A1 +LQ02X006380 Putative uncharacterized protein 12.28386564 C6_control_A3 +LQ02X006380 Putative uncharacterized protein 12.29375543 C6_control_B1 +LQ02X006380 Putative uncharacterized protein 13.65711396 C6_control_B2 +LQ02X006380 Putative uncharacterized protein 12.86350656 C6_control_B3 +LQ02X006380 Putative uncharacterized protein 12.09165462 C6_control_C1 +LQ02X006380 Putative uncharacterized protein 11.86254829 C6_control_C2 +LQ02X006380 Putative uncharacterized protein 12.15631121 C6_control_C3 +LQ02X006380 Putative uncharacterized protein 12.13441641 C6_chemical_A1 +LQ02X006380 Putative uncharacterized protein 12.31549176 C6_chemical_A3 +LQ02X006380 Putative uncharacterized protein 12.05188762 C6_chemical_B1 +LQ02X006380 Putative uncharacterized protein 13.44003735 C6_chemical_B2 +LQ02X006380 Putative uncharacterized protein 12.34569349 C6_chemical_B3 +LQ02X006380 Putative uncharacterized protein 12.46592944 C6_chemical_C1 +LQ02X006380 Putative uncharacterized protein 11.78097479 C6_chemical_C2 +LQ02X006380 Putative uncharacterized protein 11.92292868 C6_chemical_C3 +LQ02X006380 Putative uncharacterized protein 12.57547829 L4_control_A1 +LQ02X006380 Putative uncharacterized protein 12.81669663 L4_control_A2 +LQ02X006380 Putative uncharacterized protein 12.28561818 L4_control_A3 +LQ02X006380 Putative uncharacterized protein 13.11075758 L4_control_B1 +LQ02X006380 Putative uncharacterized protein 11.66720267 L4_control_B2 +LQ02X006380 Putative uncharacterized protein 13.51762791 L4_control_B3 +LQ02X006380 Putative uncharacterized protein 9.566320409 L4_control_C2 +LQ02X006380 Putative uncharacterized protein 10.06611032 L4_control_C3 +LQ02X006380 Putative uncharacterized protein 11.97558267 L4_chemical_A1 +LQ02X006380 Putative uncharacterized protein 12.3901484 L4_chemical_A2 +LQ02X006380 Putative uncharacterized protein 12.53574618 L4_chemical_A3 +LQ02X006380 Putative uncharacterized protein 11.76123455 L4_chemical_B1 +LQ02X006380 Putative uncharacterized protein 11.82487704 L4_chemical_B2 +LQ02X006380 Putative uncharacterized protein 13.3089956 L4_chemical_B3 +LQ02X006380 Putative uncharacterized protein 9.52940462 L4_chemical_C2 +LQ02X006380 Putative uncharacterized protein 10.37866469 L4_chemical_C3 +LQ02X006390 Salt-tolerance protein, putative 4.871460667 C6_control_A1 +LQ02X006390 Salt-tolerance protein, putative 4.781339834 C6_control_A3 +LQ02X006390 Salt-tolerance protein, putative 4.977208739 C6_control_B1 +LQ02X006390 Salt-tolerance protein, putative 4.688260704 C6_control_B2 +LQ02X006390 Salt-tolerance protein, putative 4.564187639 C6_control_B3 +LQ02X006390 Salt-tolerance protein, putative 5.031281142 C6_control_C1 +LQ02X006390 Salt-tolerance protein, putative 4.845263823 C6_control_C2 +LQ02X006390 Salt-tolerance protein, putative 4.572272421 C6_control_C3 +LQ02X006390 Salt-tolerance protein, putative 4.793288523 C6_chemical_A1 +LQ02X006390 Salt-tolerance protein, putative 4.792161488 C6_chemical_A3 +LQ02X006390 Salt-tolerance protein, putative 5.026755238 C6_chemical_B1 +LQ02X006390 Salt-tolerance protein, putative 4.730282345 C6_chemical_B2 +LQ02X006390 Salt-tolerance protein, putative 4.855352146 C6_chemical_B3 +LQ02X006390 Salt-tolerance protein, putative 5.00633803 C6_chemical_C1 +LQ02X006390 Salt-tolerance protein, putative 4.639342933 C6_chemical_C2 +LQ02X006390 Salt-tolerance protein, putative 4.621008125 C6_chemical_C3 +LQ02X006390 Salt-tolerance protein, putative 4.837113282 L4_control_A1 +LQ02X006390 Salt-tolerance protein, putative 4.720542451 L4_control_A2 +LQ02X006390 Salt-tolerance protein, putative 5.559128579 L4_control_A3 +LQ02X006390 Salt-tolerance protein, putative 5.173094551 L4_control_B1 +LQ02X006390 Salt-tolerance protein, putative 4.965355615 L4_control_B2 +LQ02X006390 Salt-tolerance protein, putative 4.776798228 L4_control_B3 +LQ02X006390 Salt-tolerance protein, putative 5.33437582 L4_control_C2 +LQ02X006390 Salt-tolerance protein, putative 5.886354176 L4_control_C3 +LQ02X006390 Salt-tolerance protein, putative 4.762451077 L4_chemical_A1 +LQ02X006390 Salt-tolerance protein, putative 4.741875716 L4_chemical_A2 +LQ02X006390 Salt-tolerance protein, putative 5.085981074 L4_chemical_A3 +LQ02X006390 Salt-tolerance protein, putative 4.764781973 L4_chemical_B1 +LQ02X006390 Salt-tolerance protein, putative 4.854710273 L4_chemical_B2 +LQ02X006390 Salt-tolerance protein, putative 4.638104362 L4_chemical_B3 +LQ02X006390 Salt-tolerance protein, putative 5.240343405 L4_chemical_C2 +LQ02X006390 Salt-tolerance protein, putative 5.177712994 L4_chemical_C3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.17028137 C6_control_A1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.43020269 C6_control_A3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.53161766 C6_control_B1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.74754253 C6_control_B2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.8624808 C6_control_B3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 13.59502412 C6_control_C1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 13.01794139 C6_control_C2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.46010874 C6_control_C3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.64213216 C6_chemical_A1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.75597802 C6_chemical_A3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.63866183 C6_chemical_B1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.20490448 C6_chemical_B2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.19614724 C6_chemical_B3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 13.85420157 C6_chemical_C1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 13.98686658 C6_chemical_C2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.56770287 C6_chemical_C3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.63902448 L4_control_A1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.67871758 L4_control_A2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.5446334 L4_control_A3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.93615389 L4_control_B1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.25232017 L4_control_B2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.88965734 L4_control_B3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 13.05618555 L4_control_C2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.69629226 L4_control_C3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.64988413 L4_chemical_A1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.79492505 L4_chemical_A2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 9.848892543 L4_chemical_A3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.17695894 L4_chemical_B1 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.82067781 L4_chemical_B2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 10.55393516 L4_chemical_B3 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 13.50512888 L4_chemical_C2 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 13.24906389 L4_chemical_C3 +LQ02X006410 Putative uncharacterized protein 10.61650168 C6_control_A1 +LQ02X006410 Putative uncharacterized protein 10.33690055 C6_control_A3 +LQ02X006410 Putative uncharacterized protein 10.36043399 C6_control_B1 +LQ02X006410 Putative uncharacterized protein 11.68370995 C6_control_B2 +LQ02X006410 Putative uncharacterized protein 10.44863477 C6_control_B3 +LQ02X006410 Putative uncharacterized protein 12.33114944 C6_control_C1 +LQ02X006410 Putative uncharacterized protein 12.1048269 C6_control_C2 +LQ02X006410 Putative uncharacterized protein 12.12151125 C6_control_C3 +LQ02X006410 Putative uncharacterized protein 10.37910833 C6_chemical_A1 +LQ02X006410 Putative uncharacterized protein 10.42251689 C6_chemical_A3 +LQ02X006410 Putative uncharacterized protein 10.32201065 C6_chemical_B1 +LQ02X006410 Putative uncharacterized protein 11.70498455 C6_chemical_B2 +LQ02X006410 Putative uncharacterized protein 10.71601735 C6_chemical_B3 +LQ02X006410 Putative uncharacterized protein 12.45880269 C6_chemical_C1 +LQ02X006410 Putative uncharacterized protein 12.61570506 C6_chemical_C2 +LQ02X006410 Putative uncharacterized protein 12.67452143 C6_chemical_C3 +LQ02X006410 Putative uncharacterized protein 10.16843522 L4_control_A1 +LQ02X006410 Putative uncharacterized protein 10.62910234 L4_control_A2 +LQ02X006410 Putative uncharacterized protein 9.542023525 L4_control_A3 +LQ02X006410 Putative uncharacterized protein 10.74482268 L4_control_B1 +LQ02X006410 Putative uncharacterized protein 9.267222603 L4_control_B2 +LQ02X006410 Putative uncharacterized protein 11.09147278 L4_control_B3 +LQ02X006410 Putative uncharacterized protein 9.963151918 L4_control_C2 +LQ02X006410 Putative uncharacterized protein 9.853255882 L4_control_C3 +LQ02X006410 Putative uncharacterized protein 10.92343588 L4_chemical_A1 +LQ02X006410 Putative uncharacterized protein 11.19135755 L4_chemical_A2 +LQ02X006410 Putative uncharacterized protein 10.16591087 L4_chemical_A3 +LQ02X006410 Putative uncharacterized protein 10.18839025 L4_chemical_B1 +LQ02X006410 Putative uncharacterized protein 9.848238519 L4_chemical_B2 +LQ02X006410 Putative uncharacterized protein 10.70047032 L4_chemical_B3 +LQ02X006410 Putative uncharacterized protein 10.13464754 L4_chemical_C2 +LQ02X006410 Putative uncharacterized protein 10.52015178 L4_chemical_C3 +LQ02X006421 Putative DNA-binding protein HEXBP 6.094734942 C6_control_A1 +LQ02X006421 Putative DNA-binding protein HEXBP 6.054351247 C6_control_A3 +LQ02X006421 Putative DNA-binding protein HEXBP 5.987263884 C6_control_B1 +LQ02X006421 Putative DNA-binding protein HEXBP 6.057388092 C6_control_B2 +LQ02X006421 Putative DNA-binding protein HEXBP 5.84382812 C6_control_B3 +LQ02X006421 Putative DNA-binding protein HEXBP 5.465639218 C6_control_C1 +LQ02X006421 Putative DNA-binding protein HEXBP 6.762812805 C6_control_C2 +LQ02X006421 Putative DNA-binding protein HEXBP 5.867624978 C6_control_C3 +LQ02X006421 Putative DNA-binding protein HEXBP 6.112625881 C6_chemical_A1 +LQ02X006421 Putative DNA-binding protein HEXBP 5.927192583 C6_chemical_A3 +LQ02X006421 Putative DNA-binding protein HEXBP 5.541721248 C6_chemical_B1 +LQ02X006421 Putative DNA-binding protein HEXBP 6.202751298 C6_chemical_B2 +LQ02X006421 Putative DNA-binding protein HEXBP 5.660996918 C6_chemical_B3 +LQ02X006421 Putative DNA-binding protein HEXBP 5.677161403 C6_chemical_C1 +LQ02X006421 Putative DNA-binding protein HEXBP 5.840328646 C6_chemical_C2 +LQ02X006421 Putative DNA-binding protein HEXBP 5.568158583 C6_chemical_C3 +LQ02X006421 Putative DNA-binding protein HEXBP 5.85316403 L4_control_A1 +LQ02X006421 Putative DNA-binding protein HEXBP 5.850981607 L4_control_A2 +LQ02X006421 Putative DNA-binding protein HEXBP 5.652639176 L4_control_A3 +LQ02X006421 Putative DNA-binding protein HEXBP 5.211770956 L4_control_B1 +LQ02X006421 Putative DNA-binding protein HEXBP 5.849162051 L4_control_B2 +LQ02X006421 Putative DNA-binding protein HEXBP 5.689728994 L4_control_B3 +LQ02X006421 Putative DNA-binding protein HEXBP 5.953961616 L4_control_C2 +LQ02X006421 Putative DNA-binding protein HEXBP 6.193505221 L4_control_C3 +LQ02X006421 Putative DNA-binding protein HEXBP 5.96248907 L4_chemical_A1 +LQ02X006421 Putative DNA-binding protein HEXBP 5.968967711 L4_chemical_A2 +LQ02X006421 Putative DNA-binding protein HEXBP 5.459335352 L4_chemical_A3 +LQ02X006421 Putative DNA-binding protein HEXBP 6.536978367 L4_chemical_B1 +LQ02X006421 Putative DNA-binding protein HEXBP 6.281808594 L4_chemical_B2 +LQ02X006421 Putative DNA-binding protein HEXBP 5.527530523 L4_chemical_B3 +LQ02X006421 Putative DNA-binding protein HEXBP 6.115861851 L4_chemical_C2 +LQ02X006421 Putative DNA-binding protein HEXBP 6.387584735 L4_chemical_C3 +LQ02X006430 Hypothetical protein 5.831128409 C6_control_A1 +LQ02X006430 Hypothetical protein 5.679172856 C6_control_A3 +LQ02X006430 Hypothetical protein 6.070053656 C6_control_B1 +LQ02X006430 Hypothetical protein 6.501671645 C6_control_B2 +LQ02X006430 Hypothetical protein 6.057706519 C6_control_B3 +LQ02X006430 Hypothetical protein 6.600711257 C6_control_C1 +LQ02X006430 Hypothetical protein 6.418887026 C6_control_C2 +LQ02X006430 Hypothetical protein 6.606348043 C6_control_C3 +LQ02X006430 Hypothetical protein 6.204705215 C6_chemical_A1 +LQ02X006430 Hypothetical protein 5.838300057 C6_chemical_A3 +LQ02X006430 Hypothetical protein 5.841772297 C6_chemical_B1 +LQ02X006430 Hypothetical protein 6.181450195 C6_chemical_B2 +LQ02X006430 Hypothetical protein 5.73887566 C6_chemical_B3 +LQ02X006430 Hypothetical protein 6.419569124 C6_chemical_C1 +LQ02X006430 Hypothetical protein 6.399276205 C6_chemical_C2 +LQ02X006430 Hypothetical protein 6.104508199 C6_chemical_C3 +LQ02X006430 Hypothetical protein 5.919675679 L4_control_A1 +LQ02X006430 Hypothetical protein 6.168086608 L4_control_A2 +LQ02X006430 Hypothetical protein 7.081738906 L4_control_A3 +LQ02X006430 Hypothetical protein 6.351963317 L4_control_B1 +LQ02X006430 Hypothetical protein 6.239957196 L4_control_B2 +LQ02X006430 Hypothetical protein 6.373600847 L4_control_B3 +LQ02X006430 Hypothetical protein 6.161254428 L4_control_C2 +LQ02X006430 Hypothetical protein 6.163950756 L4_control_C3 +LQ02X006430 Hypothetical protein 5.524932401 L4_chemical_A1 +LQ02X006430 Hypothetical protein 6.361713655 L4_chemical_A2 +LQ02X006430 Hypothetical protein 5.802339565 L4_chemical_A3 +LQ02X006430 Hypothetical protein 6.227381868 L4_chemical_B1 +LQ02X006430 Hypothetical protein 6.100102276 L4_chemical_B2 +LQ02X006430 Hypothetical protein 6.259266853 L4_chemical_B3 +LQ02X006430 Hypothetical protein 5.908399042 L4_chemical_C2 +LQ02X006430 Hypothetical protein 6.468382117 L4_chemical_C3 +LQ02X006440 Putative uncharacterized protein 10.36231386 C6_control_A1 +LQ02X006440 Putative uncharacterized protein 10.92552246 C6_control_A3 +LQ02X006440 Putative uncharacterized protein 11.16223952 C6_control_B1 +LQ02X006440 Putative uncharacterized protein 10.27924006 C6_control_B2 +LQ02X006440 Putative uncharacterized protein 11.41144685 C6_control_B3 +LQ02X006440 Putative uncharacterized protein 10.69664322 C6_control_C1 +LQ02X006440 Putative uncharacterized protein 10.63658398 C6_control_C2 +LQ02X006440 Putative uncharacterized protein 10.7456436 C6_control_C3 +LQ02X006440 Putative uncharacterized protein 10.45879811 C6_chemical_A1 +LQ02X006440 Putative uncharacterized protein 10.42601141 C6_chemical_A3 +LQ02X006440 Putative uncharacterized protein 11.27204072 C6_chemical_B1 +LQ02X006440 Putative uncharacterized protein 10.12041012 C6_chemical_B2 +LQ02X006440 Putative uncharacterized protein 11.29140166 C6_chemical_B3 +LQ02X006440 Putative uncharacterized protein 10.53457366 C6_chemical_C1 +LQ02X006440 Putative uncharacterized protein 10.93967833 C6_chemical_C2 +LQ02X006440 Putative uncharacterized protein 10.55765734 C6_chemical_C3 +LQ02X006440 Putative uncharacterized protein 10.32977287 L4_control_A1 +LQ02X006440 Putative uncharacterized protein 10.2281864 L4_control_A2 +LQ02X006440 Putative uncharacterized protein 10.64390671 L4_control_A3 +LQ02X006440 Putative uncharacterized protein 10.98096622 L4_control_B1 +LQ02X006440 Putative uncharacterized protein 10.99443116 L4_control_B2 +LQ02X006440 Putative uncharacterized protein 11.0984259 L4_control_B3 +LQ02X006440 Putative uncharacterized protein 12.44686442 L4_control_C2 +LQ02X006440 Putative uncharacterized protein 12.19072782 L4_control_C3 +LQ02X006440 Putative uncharacterized protein 10.35673441 L4_chemical_A1 +LQ02X006440 Putative uncharacterized protein 10.19396717 L4_chemical_A2 +LQ02X006440 Putative uncharacterized protein 10.71816345 L4_chemical_A3 +LQ02X006440 Putative uncharacterized protein 11.1975399 L4_chemical_B1 +LQ02X006440 Putative uncharacterized protein 10.9852616 L4_chemical_B2 +LQ02X006440 Putative uncharacterized protein 11.01370963 L4_chemical_B3 +LQ02X006440 Putative uncharacterized protein 12.26837786 L4_chemical_C2 +LQ02X006440 Putative uncharacterized protein 12.10585075 L4_chemical_C3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.61707127 C6_control_A1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.92576591 C6_control_A3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.55802425 C6_control_B1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.07493906 C6_control_B2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.33152605 C6_control_B3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.941487132 C6_control_C1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.819235301 C6_control_C2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.900465392 C6_control_C3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.19892774 C6_chemical_A1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.68496778 C6_chemical_A3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.15791188 C6_chemical_B1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.2732754 C6_chemical_B2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.977915625 C6_chemical_B3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.96909901 C6_chemical_C1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.951169862 C6_chemical_C2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.901421945 C6_chemical_C3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.46767793 L4_control_A1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.5297472 L4_control_A2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.86088725 L4_control_A3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.53940253 L4_control_B1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.36719459 L4_control_B2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.931900949 L4_control_B3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.847325847 L4_control_C2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.572802125 L4_control_C3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.20887 L4_chemical_A1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.04746921 L4_chemical_A2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.62119684 L4_chemical_A3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.36830001 L4_chemical_B1 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.17160655 L4_chemical_B2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.13768565 L4_chemical_B3 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.10246656 L4_chemical_C2 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 9.929360029 L4_chemical_C3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.273743312 C6_control_A1 +LQ02X006480 Putative Late embryogenesis abundant protein 5.12849114 C6_control_A3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.410676084 C6_control_B1 +LQ02X006480 Putative Late embryogenesis abundant protein 5.647874072 C6_control_B2 +LQ02X006480 Putative Late embryogenesis abundant protein 5.27624614 C6_control_B3 +LQ02X006480 Putative Late embryogenesis abundant protein 6.169586076 C6_control_C1 +LQ02X006480 Putative Late embryogenesis abundant protein 5.309064033 C6_control_C2 +LQ02X006480 Putative Late embryogenesis abundant protein 5.426315941 C6_control_C3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.263455416 C6_chemical_A1 +LQ02X006480 Putative Late embryogenesis abundant protein 5.489219589 C6_chemical_A3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.353627176 C6_chemical_B1 +LQ02X006480 Putative Late embryogenesis abundant protein 5.431759872 C6_chemical_B2 +LQ02X006480 Putative Late embryogenesis abundant protein 5.643273871 C6_chemical_B3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.995926626 C6_chemical_C1 +LQ02X006480 Putative Late embryogenesis abundant protein 5.579134784 C6_chemical_C2 +LQ02X006480 Putative Late embryogenesis abundant protein 5.569717612 C6_chemical_C3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.473295358 L4_control_A1 +LQ02X006480 Putative Late embryogenesis abundant protein 5.379504185 L4_control_A2 +LQ02X006480 Putative Late embryogenesis abundant protein 5.547911572 L4_control_A3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.798055196 L4_control_B1 +LQ02X006480 Putative Late embryogenesis abundant protein 5.895825715 L4_control_B2 +LQ02X006480 Putative Late embryogenesis abundant protein 6.309699956 L4_control_B3 +LQ02X006480 Putative Late embryogenesis abundant protein 6.165395804 L4_control_C2 +LQ02X006480 Putative Late embryogenesis abundant protein 5.609781044 L4_control_C3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.956915469 L4_chemical_A1 +LQ02X006480 Putative Late embryogenesis abundant protein 6.702215951 L4_chemical_A2 +LQ02X006480 Putative Late embryogenesis abundant protein 6.041271236 L4_chemical_A3 +LQ02X006480 Putative Late embryogenesis abundant protein 5.97439277 L4_chemical_B1 +LQ02X006480 Putative Late embryogenesis abundant protein 6.349473186 L4_chemical_B2 +LQ02X006480 Putative Late embryogenesis abundant protein 5.925309068 L4_chemical_B3 +LQ02X006480 Putative Late embryogenesis abundant protein 6.289787039 L4_chemical_C2 +LQ02X006480 Putative Late embryogenesis abundant protein 6.593784244 L4_chemical_C3 +LQ02X006490 Predicted protein 11.35122936 C6_control_A1 +LQ02X006490 Predicted protein 11.76738427 C6_control_A3 +LQ02X006490 Predicted protein 11.45085034 C6_control_B1 +LQ02X006490 Predicted protein 12.27055239 C6_control_B2 +LQ02X006490 Predicted protein 12.16919085 C6_control_B3 +LQ02X006490 Predicted protein 13.15841677 C6_control_C1 +LQ02X006490 Predicted protein 12.77344204 C6_control_C2 +LQ02X006490 Predicted protein 12.84642073 C6_control_C3 +LQ02X006490 Predicted protein 10.94470707 C6_chemical_A1 +LQ02X006490 Predicted protein 11.19761591 C6_chemical_A3 +LQ02X006490 Predicted protein 11.37259596 C6_chemical_B1 +LQ02X006490 Predicted protein 12.21704637 C6_chemical_B2 +LQ02X006490 Predicted protein 12.25581449 C6_chemical_B3 +LQ02X006490 Predicted protein 13.17545895 C6_chemical_C1 +LQ02X006490 Predicted protein 12.6463598 C6_chemical_C2 +LQ02X006490 Predicted protein 12.8743705 C6_chemical_C3 +LQ02X006490 Predicted protein 11.27334055 L4_control_A1 +LQ02X006490 Predicted protein 11.3545302 L4_control_A2 +LQ02X006490 Predicted protein 11.85296353 L4_control_A3 +LQ02X006490 Predicted protein 11.38323841 L4_control_B1 +LQ02X006490 Predicted protein 10.88928361 L4_control_B2 +LQ02X006490 Predicted protein 12.6633621 L4_control_B3 +LQ02X006490 Predicted protein 11.79238553 L4_control_C2 +LQ02X006490 Predicted protein 11.88321921 L4_control_C3 +LQ02X006490 Predicted protein 11.37714554 L4_chemical_A1 +LQ02X006490 Predicted protein 11.47550413 L4_chemical_A2 +LQ02X006490 Predicted protein 12.11185407 L4_chemical_A3 +LQ02X006490 Predicted protein 11.65899615 L4_chemical_B1 +LQ02X006490 Predicted protein 10.7814879 L4_chemical_B2 +LQ02X006490 Predicted protein 11.79932336 L4_chemical_B3 +LQ02X006490 Predicted protein 11.38084815 L4_chemical_C2 +LQ02X006490 Predicted protein 11.98541926 L4_chemical_C3 +LQ02X006500 Predicted protein 5.092121903 C6_control_A1 +LQ02X006500 Predicted protein 5.330289867 C6_control_A3 +LQ02X006500 Predicted protein 4.565405972 C6_control_B1 +LQ02X006500 Predicted protein 4.987838509 C6_control_B2 +LQ02X006500 Predicted protein 5.221960656 C6_control_B3 +LQ02X006500 Predicted protein 4.724545794 C6_control_C1 +LQ02X006500 Predicted protein 5.000130224 C6_control_C2 +LQ02X006500 Predicted protein 5.00551338 C6_control_C3 +LQ02X006500 Predicted protein 5.325650233 C6_chemical_A1 +LQ02X006500 Predicted protein 5.079777741 C6_chemical_A3 +LQ02X006500 Predicted protein 4.819682268 C6_chemical_B1 +LQ02X006500 Predicted protein 5.019302655 C6_chemical_B2 +LQ02X006500 Predicted protein 4.990694742 C6_chemical_B3 +LQ02X006500 Predicted protein 4.857786072 C6_chemical_C1 +LQ02X006500 Predicted protein 5.057336726 C6_chemical_C2 +LQ02X006500 Predicted protein 5.095605661 C6_chemical_C3 +LQ02X006500 Predicted protein 4.866973646 L4_control_A1 +LQ02X006500 Predicted protein 5.361219368 L4_control_A2 +LQ02X006500 Predicted protein 5.25785004 L4_control_A3 +LQ02X006500 Predicted protein 5.575934572 L4_control_B1 +LQ02X006500 Predicted protein 5.359816246 L4_control_B2 +LQ02X006500 Predicted protein 4.874975698 L4_control_B3 +LQ02X006500 Predicted protein 5.84552696 L4_control_C2 +LQ02X006500 Predicted protein 5.014434379 L4_control_C3 +LQ02X006500 Predicted protein 4.755531913 L4_chemical_A1 +LQ02X006500 Predicted protein 5.054340738 L4_chemical_A2 +LQ02X006500 Predicted protein 5.307140782 L4_chemical_A3 +LQ02X006500 Predicted protein 5.309293834 L4_chemical_B1 +LQ02X006500 Predicted protein 5.128949295 L4_chemical_B2 +LQ02X006500 Predicted protein 4.650886316 L4_chemical_B3 +LQ02X006500 Predicted protein 5.276290699 L4_chemical_C2 +LQ02X006500 Predicted protein 5.083565529 L4_chemical_C3 +LQ02X006520 Putative Ocs element-binding factor 1 13.99960785 C6_control_A1 +LQ02X006520 Putative Ocs element-binding factor 1 13.20144279 C6_control_A3 +LQ02X006520 Putative Ocs element-binding factor 1 14.1307923 C6_control_B1 +LQ02X006520 Putative Ocs element-binding factor 1 14.6032556 C6_control_B2 +LQ02X006520 Putative Ocs element-binding factor 1 14.30957933 C6_control_B3 +LQ02X006520 Putative Ocs element-binding factor 1 14.80982364 C6_control_C1 +LQ02X006520 Putative Ocs element-binding factor 1 14.7357974 C6_control_C2 +LQ02X006520 Putative Ocs element-binding factor 1 14.7399641 C6_control_C3 +LQ02X006520 Putative Ocs element-binding factor 1 13.61182883 C6_chemical_A1 +LQ02X006520 Putative Ocs element-binding factor 1 13.20148581 C6_chemical_A3 +LQ02X006520 Putative Ocs element-binding factor 1 14.1430826 C6_chemical_B1 +LQ02X006520 Putative Ocs element-binding factor 1 14.0966748 C6_chemical_B2 +LQ02X006520 Putative Ocs element-binding factor 1 14.32354493 C6_chemical_B3 +LQ02X006520 Putative Ocs element-binding factor 1 14.91635487 C6_chemical_C1 +LQ02X006520 Putative Ocs element-binding factor 1 14.69215067 C6_chemical_C2 +LQ02X006520 Putative Ocs element-binding factor 1 14.43875283 C6_chemical_C3 +LQ02X006520 Putative Ocs element-binding factor 1 13.11821579 L4_control_A1 +LQ02X006520 Putative Ocs element-binding factor 1 13.82104323 L4_control_A2 +LQ02X006520 Putative Ocs element-binding factor 1 12.36311346 L4_control_A3 +LQ02X006520 Putative Ocs element-binding factor 1 14.12042324 L4_control_B1 +LQ02X006520 Putative Ocs element-binding factor 1 14.3515644 L4_control_B2 +LQ02X006520 Putative Ocs element-binding factor 1 14.35579955 L4_control_B3 +LQ02X006520 Putative Ocs element-binding factor 1 14.95763265 L4_control_C2 +LQ02X006520 Putative Ocs element-binding factor 1 14.66331702 L4_control_C3 +LQ02X006520 Putative Ocs element-binding factor 1 12.79423476 L4_chemical_A1 +LQ02X006520 Putative Ocs element-binding factor 1 13.76922273 L4_chemical_A2 +LQ02X006520 Putative Ocs element-binding factor 1 12.7126754 L4_chemical_A3 +LQ02X006520 Putative Ocs element-binding factor 1 13.62775557 L4_chemical_B1 +LQ02X006520 Putative Ocs element-binding factor 1 13.90165267 L4_chemical_B2 +LQ02X006520 Putative Ocs element-binding factor 1 13.30020769 L4_chemical_B3 +LQ02X006520 Putative Ocs element-binding factor 1 14.6800557 L4_chemical_C2 +LQ02X006520 Putative Ocs element-binding factor 1 14.22643338 L4_chemical_C3 +LQ02X006530 Putative Sec14 cytosolic factor 5.465533868 C6_control_A1 +LQ02X006530 Putative Sec14 cytosolic factor 5.647317781 C6_control_A3 +LQ02X006530 Putative Sec14 cytosolic factor 5.463579154 C6_control_B1 +LQ02X006530 Putative Sec14 cytosolic factor 5.895074901 C6_control_B2 +LQ02X006530 Putative Sec14 cytosolic factor 5.289915435 C6_control_B3 +LQ02X006530 Putative Sec14 cytosolic factor 5.783011635 C6_control_C1 +LQ02X006530 Putative Sec14 cytosolic factor 7.205965817 C6_control_C2 +LQ02X006530 Putative Sec14 cytosolic factor 5.746861853 C6_control_C3 +LQ02X006530 Putative Sec14 cytosolic factor 5.247647628 C6_chemical_A1 +LQ02X006530 Putative Sec14 cytosolic factor 4.915486476 C6_chemical_A3 +LQ02X006530 Putative Sec14 cytosolic factor 5.638725844 C6_chemical_B1 +LQ02X006530 Putative Sec14 cytosolic factor 5.821545347 C6_chemical_B2 +LQ02X006530 Putative Sec14 cytosolic factor 5.36045908 C6_chemical_B3 +LQ02X006530 Putative Sec14 cytosolic factor 5.641771509 C6_chemical_C1 +LQ02X006530 Putative Sec14 cytosolic factor 5.703186935 C6_chemical_C2 +LQ02X006530 Putative Sec14 cytosolic factor 5.818352196 C6_chemical_C3 +LQ02X006530 Putative Sec14 cytosolic factor 5.272351566 L4_control_A1 +LQ02X006530 Putative Sec14 cytosolic factor 5.357448818 L4_control_A2 +LQ02X006530 Putative Sec14 cytosolic factor 4.93737322 L4_control_A3 +LQ02X006530 Putative Sec14 cytosolic factor 5.129001426 L4_control_B1 +LQ02X006530 Putative Sec14 cytosolic factor 5.406111929 L4_control_B2 +LQ02X006530 Putative Sec14 cytosolic factor 5.661744853 L4_control_B3 +LQ02X006530 Putative Sec14 cytosolic factor 5.366690434 L4_control_C2 +LQ02X006530 Putative Sec14 cytosolic factor 5.915095589 L4_control_C3 +LQ02X006530 Putative Sec14 cytosolic factor 5.166235926 L4_chemical_A1 +LQ02X006530 Putative Sec14 cytosolic factor 5.210569951 L4_chemical_A2 +LQ02X006530 Putative Sec14 cytosolic factor 5.098874689 L4_chemical_A3 +LQ02X006530 Putative Sec14 cytosolic factor 5.472448612 L4_chemical_B1 +LQ02X006530 Putative Sec14 cytosolic factor 5.516951204 L4_chemical_B2 +LQ02X006530 Putative Sec14 cytosolic factor 5.898224294 L4_chemical_B3 +LQ02X006530 Putative Sec14 cytosolic factor 5.448735492 L4_chemical_C2 +LQ02X006530 Putative Sec14 cytosolic factor 6.210572665 L4_chemical_C3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.62950456 C6_control_A1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 11.05879997 C6_control_A3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.10191143 C6_control_B1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 11.39758047 C6_control_B2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.2092726 C6_control_B3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.7288841 C6_control_C1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.72081399 C6_control_C2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.14530257 C6_control_C3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.23068906 C6_chemical_A1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 11.18634714 C6_chemical_A3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 9.631657574 C6_chemical_B1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.96421313 C6_chemical_B2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 9.587868314 C6_chemical_B3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.73159601 C6_chemical_C1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.65170106 C6_chemical_C2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.08868815 C6_chemical_C3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 11.09933277 L4_control_A1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.20377952 L4_control_A2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.75318786 L4_control_A3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.08754194 L4_control_B1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.29988937 L4_control_B2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.82162992 L4_control_B3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.819789 L4_control_C2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 9.596852805 L4_control_C3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.34965547 L4_chemical_A1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 9.507359326 L4_chemical_A2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.46222897 L4_chemical_A3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 9.541901241 L4_chemical_B1 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 9.680194009 L4_chemical_B2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.47497659 L4_chemical_B3 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.56052531 L4_chemical_C2 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.03630379 L4_chemical_C3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.095016163 C6_control_A1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.370956831 C6_control_A3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.746928303 C6_control_B1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.31476527 C6_control_B2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.39683606 C6_control_B3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 4.767022615 C6_control_C1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.336788151 C6_control_C2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.002974334 C6_control_C3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.070159763 C6_chemical_A1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.471432802 C6_chemical_A3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.235134215 C6_chemical_B1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.249816892 C6_chemical_B2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.436178966 C6_chemical_B3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.143166115 C6_chemical_C1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.332576768 C6_chemical_C2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.032391096 C6_chemical_C3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.167170409 L4_control_A1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.364977759 L4_control_A2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.376857752 L4_control_A3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.257329698 L4_control_B1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.645768061 L4_control_B2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.402479127 L4_control_B3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.481601443 L4_control_C2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.016303997 L4_control_C3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.437491062 L4_chemical_A1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.24627262 L4_chemical_A2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.382992735 L4_chemical_A3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.336671717 L4_chemical_B1 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 6.214869406 L4_chemical_B2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.099813479 L4_chemical_B3 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 4.786976162 L4_chemical_C2 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 4.546582526 L4_chemical_C3 +LQ02X006620 Putative uncharacterized protein 9.526234102 C6_control_A1 +LQ02X006620 Putative uncharacterized protein 10.22385431 C6_control_A3 +LQ02X006620 Putative uncharacterized protein 10.32981734 C6_control_B1 +LQ02X006620 Putative uncharacterized protein 10.55720519 C6_control_B2 +LQ02X006620 Putative uncharacterized protein 10.13169071 C6_control_B3 +LQ02X006620 Putative uncharacterized protein 10.66207251 C6_control_C1 +LQ02X006620 Putative uncharacterized protein 11.11128295 C6_control_C2 +LQ02X006620 Putative uncharacterized protein 11.1042021 C6_control_C3 +LQ02X006620 Putative uncharacterized protein 9.611492247 C6_chemical_A1 +LQ02X006620 Putative uncharacterized protein 9.983143997 C6_chemical_A3 +LQ02X006620 Putative uncharacterized protein 10.76732429 C6_chemical_B1 +LQ02X006620 Putative uncharacterized protein 10.13613203 C6_chemical_B2 +LQ02X006620 Putative uncharacterized protein 10.53133885 C6_chemical_B3 +LQ02X006620 Putative uncharacterized protein 10.4921439 C6_chemical_C1 +LQ02X006620 Putative uncharacterized protein 10.4619336 C6_chemical_C2 +LQ02X006620 Putative uncharacterized protein 10.82229355 C6_chemical_C3 +LQ02X006620 Putative uncharacterized protein 9.658453934 L4_control_A1 +LQ02X006620 Putative uncharacterized protein 10.27052631 L4_control_A2 +LQ02X006620 Putative uncharacterized protein 9.722146257 L4_control_A3 +LQ02X006620 Putative uncharacterized protein 9.692295283 L4_control_B1 +LQ02X006620 Putative uncharacterized protein 10.31458531 L4_control_B2 +LQ02X006620 Putative uncharacterized protein 9.566972735 L4_control_B3 +LQ02X006620 Putative uncharacterized protein 10.17995095 L4_control_C2 +LQ02X006620 Putative uncharacterized protein 11.00111294 L4_control_C3 +LQ02X006620 Putative uncharacterized protein 9.351679846 L4_chemical_A1 +LQ02X006620 Putative uncharacterized protein 10.83730934 L4_chemical_A2 +LQ02X006620 Putative uncharacterized protein 8.369880471 L4_chemical_A3 +LQ02X006620 Putative uncharacterized protein 10.40338724 L4_chemical_B1 +LQ02X006620 Putative uncharacterized protein 10.70390894 L4_chemical_B2 +LQ02X006620 Putative uncharacterized protein 9.895804945 L4_chemical_B3 +LQ02X006620 Putative uncharacterized protein 10.92506112 L4_chemical_C2 +LQ02X006620 Putative uncharacterized protein 10.4430708 L4_chemical_C3 +LQ02X006670 Hypothetical protein 8.241098249 C6_control_A1 +LQ02X006670 Hypothetical protein 8.697512696 C6_control_A3 +LQ02X006670 Hypothetical protein 7.329746926 C6_control_B1 +LQ02X006670 Hypothetical protein 7.973097321 C6_control_B2 +LQ02X006670 Hypothetical protein 8.070243694 C6_control_B3 +LQ02X006670 Hypothetical protein 9.034693234 C6_control_C1 +LQ02X006670 Hypothetical protein 9.893974876 C6_control_C2 +LQ02X006670 Hypothetical protein 8.464426423 C6_control_C3 +LQ02X006670 Hypothetical protein 8.842597109 C6_chemical_A1 +LQ02X006670 Hypothetical protein 8.534636583 C6_chemical_A3 +LQ02X006670 Hypothetical protein 8.82575783 C6_chemical_B1 +LQ02X006670 Hypothetical protein 8.79555827 C6_chemical_B2 +LQ02X006670 Hypothetical protein 9.090737982 C6_chemical_B3 +LQ02X006670 Hypothetical protein 10.71400892 C6_chemical_C1 +LQ02X006670 Hypothetical protein 10.10065968 C6_chemical_C2 +LQ02X006670 Hypothetical protein 9.521857022 C6_chemical_C3 +LQ02X006670 Hypothetical protein 7.792784201 L4_control_A1 +LQ02X006670 Hypothetical protein 7.589966881 L4_control_A2 +LQ02X006670 Hypothetical protein 7.581415411 L4_control_A3 +LQ02X006670 Hypothetical protein 7.231548068 L4_control_B1 +LQ02X006670 Hypothetical protein 8.106691327 L4_control_B2 +LQ02X006670 Hypothetical protein 8.560248712 L4_control_B3 +LQ02X006670 Hypothetical protein 9.811328982 L4_control_C2 +LQ02X006670 Hypothetical protein 8.681594453 L4_control_C3 +LQ02X006670 Hypothetical protein 7.203655989 L4_chemical_A1 +LQ02X006670 Hypothetical protein 7.468520642 L4_chemical_A2 +LQ02X006670 Hypothetical protein 7.717566188 L4_chemical_A3 +LQ02X006670 Hypothetical protein 7.436153718 L4_chemical_B1 +LQ02X006670 Hypothetical protein 7.037348373 L4_chemical_B2 +LQ02X006670 Hypothetical protein 7.619848758 L4_chemical_B3 +LQ02X006670 Hypothetical protein 8.507277359 L4_chemical_C2 +LQ02X006670 Hypothetical protein 8.922141999 L4_chemical_C3 +LQ02X006680 40S ribosomal protein S25-2 14.8402089 C6_control_A1 +LQ02X006680 40S ribosomal protein S25-2 15.04769798 C6_control_A3 +LQ02X006680 40S ribosomal protein S25-2 14.87713224 C6_control_B1 +LQ02X006680 40S ribosomal protein S25-2 14.8490622 C6_control_B2 +LQ02X006680 40S ribosomal protein S25-2 14.66260907 C6_control_B3 +LQ02X006680 40S ribosomal protein S25-2 14.40268845 C6_control_C1 +LQ02X006680 40S ribosomal protein S25-2 14.0709119 C6_control_C2 +LQ02X006680 40S ribosomal protein S25-2 14.37651729 C6_control_C3 +LQ02X006680 40S ribosomal protein S25-2 14.91998547 C6_chemical_A1 +LQ02X006680 40S ribosomal protein S25-2 14.89392375 C6_chemical_A3 +LQ02X006680 40S ribosomal protein S25-2 14.63395764 C6_chemical_B1 +LQ02X006680 40S ribosomal protein S25-2 14.31450863 C6_chemical_B2 +LQ02X006680 40S ribosomal protein S25-2 14.55192416 C6_chemical_B3 +LQ02X006680 40S ribosomal protein S25-2 14.49971467 C6_chemical_C1 +LQ02X006680 40S ribosomal protein S25-2 14.46649 C6_chemical_C2 +LQ02X006680 40S ribosomal protein S25-2 14.27126316 C6_chemical_C3 +LQ02X006680 40S ribosomal protein S25-2 14.81750608 L4_control_A1 +LQ02X006680 40S ribosomal protein S25-2 14.79960873 L4_control_A2 +LQ02X006680 40S ribosomal protein S25-2 14.89123096 L4_control_A3 +LQ02X006680 40S ribosomal protein S25-2 14.36649203 L4_control_B1 +LQ02X006680 40S ribosomal protein S25-2 13.92433388 L4_control_B2 +LQ02X006680 40S ribosomal protein S25-2 14.46629196 L4_control_B3 +LQ02X006680 40S ribosomal protein S25-2 14.33784283 L4_control_C2 +LQ02X006680 40S ribosomal protein S25-2 14.34060093 L4_control_C3 +LQ02X006680 40S ribosomal protein S25-2 14.90128 L4_chemical_A1 +LQ02X006680 40S ribosomal protein S25-2 14.50372653 L4_chemical_A2 +LQ02X006680 40S ribosomal protein S25-2 14.63643933 L4_chemical_A3 +LQ02X006680 40S ribosomal protein S25-2 14.52742946 L4_chemical_B1 +LQ02X006680 40S ribosomal protein S25-2 14.52705996 L4_chemical_B2 +LQ02X006680 40S ribosomal protein S25-2 14.85290979 L4_chemical_B3 +LQ02X006680 40S ribosomal protein S25-2 14.17724094 L4_chemical_C2 +LQ02X006680 40S ribosomal protein S25-2 14.28973322 L4_chemical_C3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.84359879 C6_control_A1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 5.554986692 C6_control_A3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.368989334 C6_control_B1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 7.781343527 C6_control_B2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.884070474 C6_control_B3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 9.719243512 C6_control_C1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 8.998153118 C6_control_C2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 9.1998218 C6_control_C3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.309113068 C6_chemical_A1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.110821887 C6_chemical_A3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.423867385 C6_chemical_B1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 7.838250937 C6_chemical_B2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 7.32668771 C6_chemical_B3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 9.918966235 C6_chemical_C1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 9.056637515 C6_chemical_C2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 9.402580026 C6_chemical_C3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 7.576601062 L4_control_A1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.250524626 L4_control_A2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 7.098895583 L4_control_A3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.648560467 L4_control_B1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.239488917 L4_control_B2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 8.651568489 L4_control_B3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 7.79977966 L4_control_C2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 8.297133578 L4_control_C3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.898052478 L4_chemical_A1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.223360065 L4_chemical_A2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.792629962 L4_chemical_A3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 5.893678378 L4_chemical_B1 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.391465029 L4_chemical_B2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 7.938145115 L4_chemical_B3 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 7.282772447 L4_chemical_C2 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 8.182797533 L4_chemical_C3 +LQ02X006710 Putative uncharacterized protein 5.791898878 C6_control_A1 +LQ02X006710 Putative uncharacterized protein 5.596537078 C6_control_A3 +LQ02X006710 Putative uncharacterized protein 6.045821257 C6_control_B1 +LQ02X006710 Putative uncharacterized protein 5.431965103 C6_control_B2 +LQ02X006710 Putative uncharacterized protein 5.966684878 C6_control_B3 +LQ02X006710 Putative uncharacterized protein 5.632302931 C6_control_C1 +LQ02X006710 Putative uncharacterized protein 6.306521892 C6_control_C2 +LQ02X006710 Putative uncharacterized protein 5.923362248 C6_control_C3 +LQ02X006710 Putative uncharacterized protein 5.721451583 C6_chemical_A1 +LQ02X006710 Putative uncharacterized protein 5.657563574 C6_chemical_A3 +LQ02X006710 Putative uncharacterized protein 5.912847935 C6_chemical_B1 +LQ02X006710 Putative uncharacterized protein 5.506262983 C6_chemical_B2 +LQ02X006710 Putative uncharacterized protein 5.657410235 C6_chemical_B3 +LQ02X006710 Putative uncharacterized protein 6.122097763 C6_chemical_C1 +LQ02X006710 Putative uncharacterized protein 5.476630043 C6_chemical_C2 +LQ02X006710 Putative uncharacterized protein 5.97766489 C6_chemical_C3 +LQ02X006710 Putative uncharacterized protein 5.590887901 L4_control_A1 +LQ02X006710 Putative uncharacterized protein 5.87462319 L4_control_A2 +LQ02X006710 Putative uncharacterized protein 5.354510085 L4_control_A3 +LQ02X006710 Putative uncharacterized protein 5.752096398 L4_control_B1 +LQ02X006710 Putative uncharacterized protein 5.585143481 L4_control_B2 +LQ02X006710 Putative uncharacterized protein 5.783417176 L4_control_B3 +LQ02X006710 Putative uncharacterized protein 7.158644588 L4_control_C2 +LQ02X006710 Putative uncharacterized protein 5.68254814 L4_control_C3 +LQ02X006710 Putative uncharacterized protein 6.024736771 L4_chemical_A1 +LQ02X006710 Putative uncharacterized protein 5.747713833 L4_chemical_A2 +LQ02X006710 Putative uncharacterized protein 5.54325138 L4_chemical_A3 +LQ02X006710 Putative uncharacterized protein 5.66191646 L4_chemical_B1 +LQ02X006710 Putative uncharacterized protein 5.410571381 L4_chemical_B2 +LQ02X006710 Putative uncharacterized protein 5.613372181 L4_chemical_B3 +LQ02X006710 Putative uncharacterized protein 5.652406576 L4_chemical_C2 +LQ02X006710 Putative uncharacterized protein 5.748462089 L4_chemical_C3 +LQ02X006720 Protein RER1B 5.456617314 C6_control_A1 +LQ02X006720 Protein RER1B 6.679711879 C6_control_A3 +LQ02X006720 Protein RER1B 5.253081969 C6_control_B1 +LQ02X006720 Protein RER1B 5.932105527 C6_control_B2 +LQ02X006720 Protein RER1B 5.619072536 C6_control_B3 +LQ02X006720 Protein RER1B 5.665205054 C6_control_C1 +LQ02X006720 Protein RER1B 6.693714994 C6_control_C2 +LQ02X006720 Protein RER1B 5.374768448 C6_control_C3 +LQ02X006720 Protein RER1B 5.42968113 C6_chemical_A1 +LQ02X006720 Protein RER1B 5.499644071 C6_chemical_A3 +LQ02X006720 Protein RER1B 5.246064189 C6_chemical_B1 +LQ02X006720 Protein RER1B 5.631086759 C6_chemical_B2 +LQ02X006720 Protein RER1B 5.369606832 C6_chemical_B3 +LQ02X006720 Protein RER1B 5.61272469 C6_chemical_C1 +LQ02X006720 Protein RER1B 5.41364496 C6_chemical_C2 +LQ02X006720 Protein RER1B 5.326279392 C6_chemical_C3 +LQ02X006720 Protein RER1B 5.542758694 L4_control_A1 +LQ02X006720 Protein RER1B 5.601688743 L4_control_A2 +LQ02X006720 Protein RER1B 5.240870161 L4_control_A3 +LQ02X006720 Protein RER1B 5.216638102 L4_control_B1 +LQ02X006720 Protein RER1B 5.598281856 L4_control_B2 +LQ02X006720 Protein RER1B 5.432705322 L4_control_B3 +LQ02X006720 Protein RER1B 4.951005612 L4_control_C2 +LQ02X006720 Protein RER1B 5.618631306 L4_control_C3 +LQ02X006720 Protein RER1B 5.300869514 L4_chemical_A1 +LQ02X006720 Protein RER1B 5.462026419 L4_chemical_A2 +LQ02X006720 Protein RER1B 5.315207114 L4_chemical_A3 +LQ02X006720 Protein RER1B 5.430756444 L4_chemical_B1 +LQ02X006720 Protein RER1B 5.508575673 L4_chemical_B2 +LQ02X006720 Protein RER1B 5.412466926 L4_chemical_B3 +LQ02X006720 Protein RER1B 5.531176617 L4_chemical_C2 +LQ02X006720 Protein RER1B 4.879248095 L4_chemical_C3 +LQ02X006740 Isoflavone reductase homolog 4.933241255 C6_control_A1 +LQ02X006740 Isoflavone reductase homolog 5.233285937 C6_control_A3 +LQ02X006740 Isoflavone reductase homolog 5.142549246 C6_control_B1 +LQ02X006740 Isoflavone reductase homolog 4.945501136 C6_control_B2 +LQ02X006740 Isoflavone reductase homolog 5.079866144 C6_control_B3 +LQ02X006740 Isoflavone reductase homolog 5.242848452 C6_control_C1 +LQ02X006740 Isoflavone reductase homolog 5.700851705 C6_control_C2 +LQ02X006740 Isoflavone reductase homolog 5.829688594 C6_control_C3 +LQ02X006740 Isoflavone reductase homolog 5.274489119 C6_chemical_A1 +LQ02X006740 Isoflavone reductase homolog 5.259773876 C6_chemical_A3 +LQ02X006740 Isoflavone reductase homolog 5.066006914 C6_chemical_B1 +LQ02X006740 Isoflavone reductase homolog 5.070416175 C6_chemical_B2 +LQ02X006740 Isoflavone reductase homolog 4.935021331 C6_chemical_B3 +LQ02X006740 Isoflavone reductase homolog 5.699270673 C6_chemical_C1 +LQ02X006740 Isoflavone reductase homolog 5.380692421 C6_chemical_C2 +LQ02X006740 Isoflavone reductase homolog 5.602040659 C6_chemical_C3 +LQ02X006740 Isoflavone reductase homolog 5.178165295 L4_control_A1 +LQ02X006740 Isoflavone reductase homolog 5.261621968 L4_control_A2 +LQ02X006740 Isoflavone reductase homolog 5.7344195 L4_control_A3 +LQ02X006740 Isoflavone reductase homolog 5.253708236 L4_control_B1 +LQ02X006740 Isoflavone reductase homolog 5.838488067 L4_control_B2 +LQ02X006740 Isoflavone reductase homolog 5.014118783 L4_control_B3 +LQ02X006740 Isoflavone reductase homolog 6.110402718 L4_control_C2 +LQ02X006740 Isoflavone reductase homolog 6.099269756 L4_control_C3 +LQ02X006740 Isoflavone reductase homolog 5.647913417 L4_chemical_A1 +LQ02X006740 Isoflavone reductase homolog 5.092167058 L4_chemical_A2 +LQ02X006740 Isoflavone reductase homolog 5.832867924 L4_chemical_A3 +LQ02X006740 Isoflavone reductase homolog 6.021752686 L4_chemical_B1 +LQ02X006740 Isoflavone reductase homolog 5.787023277 L4_chemical_B2 +LQ02X006740 Isoflavone reductase homolog 4.926317005 L4_chemical_B3 +LQ02X006740 Isoflavone reductase homolog 6.752087684 L4_chemical_C2 +LQ02X006740 Isoflavone reductase homolog 6.144512539 L4_chemical_C3 +LQ02X006750 Putative Isoflavone reductase homolog A622 11.17186881 C6_control_A1 +LQ02X006750 Putative Isoflavone reductase homolog A622 11.64613323 C6_control_A3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.98233496 C6_control_B1 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.6834441 C6_control_B2 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.91387604 C6_control_B3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.53030274 C6_control_C1 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.21550955 C6_control_C2 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.07682444 C6_control_C3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.96541058 C6_chemical_A1 +LQ02X006750 Putative Isoflavone reductase homolog A622 11.16611129 C6_chemical_A3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.72559137 C6_chemical_B1 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.77478416 C6_chemical_B2 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.43497777 C6_chemical_B3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.37118274 C6_chemical_C1 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.39067623 C6_chemical_C2 +LQ02X006750 Putative Isoflavone reductase homolog A622 9.629612848 C6_chemical_C3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.81674662 L4_control_A1 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.4220873 L4_control_A2 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.32593961 L4_control_A3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.25206542 L4_control_B1 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.71007071 L4_control_B2 +LQ02X006750 Putative Isoflavone reductase homolog A622 9.376849994 L4_control_B3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.16284185 L4_control_C2 +LQ02X006750 Putative Isoflavone reductase homolog A622 9.319017143 L4_control_C3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.96817642 L4_chemical_A1 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.48237299 L4_chemical_A2 +LQ02X006750 Putative Isoflavone reductase homolog A622 9.982953014 L4_chemical_A3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.39181466 L4_chemical_B1 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.63898033 L4_chemical_B2 +LQ02X006750 Putative Isoflavone reductase homolog A622 9.703816259 L4_chemical_B3 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.41315848 L4_chemical_C2 +LQ02X006750 Putative Isoflavone reductase homolog A622 9.529127926 L4_chemical_C3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.21851054 C6_control_A1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.86812888 C6_control_A3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.36743217 C6_control_B1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.28828737 C6_control_B2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.93021344 C6_control_B3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 11.2505738 C6_control_C1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 10.37653952 C6_control_C2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 10.11924109 C6_control_C3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.77518807 C6_chemical_A1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.99279443 C6_chemical_A3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.71707284 C6_chemical_B1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.14459734 C6_chemical_B2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.93587883 C6_chemical_B3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 11.09058996 C6_chemical_C1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 10.34207453 C6_chemical_C2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 9.525551631 C6_chemical_C3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.62382409 L4_control_A1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.9411369 L4_control_A2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.92682376 L4_control_A3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.7850969 L4_control_B1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 14.53755607 L4_control_B2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.7426128 L4_control_B3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.10182307 L4_control_C2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.54312727 L4_control_C3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.3804093 L4_chemical_A1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.24494904 L4_chemical_A2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.16970601 L4_chemical_A3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 14.01367782 L4_chemical_B1 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.71053901 L4_chemical_B2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.48206907 L4_chemical_B3 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 11.82950039 L4_chemical_C2 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 12.1575336 L4_chemical_C3 +LQ02X006850 Putative Universal stress protein A-like protein 4.89843041 C6_control_A1 +LQ02X006850 Putative Universal stress protein A-like protein 5.38528681 C6_control_A3 +LQ02X006850 Putative Universal stress protein A-like protein 5.040601261 C6_control_B1 +LQ02X006850 Putative Universal stress protein A-like protein 4.940953959 C6_control_B2 +LQ02X006850 Putative Universal stress protein A-like protein 5.176017842 C6_control_B3 +LQ02X006850 Putative Universal stress protein A-like protein 5.173753801 C6_control_C1 +LQ02X006850 Putative Universal stress protein A-like protein 6.544132401 C6_control_C2 +LQ02X006850 Putative Universal stress protein A-like protein 5.127833894 C6_control_C3 +LQ02X006850 Putative Universal stress protein A-like protein 5.143193801 C6_chemical_A1 +LQ02X006850 Putative Universal stress protein A-like protein 4.70099283 C6_chemical_A3 +LQ02X006850 Putative Universal stress protein A-like protein 5.09134024 C6_chemical_B1 +LQ02X006850 Putative Universal stress protein A-like protein 4.962954084 C6_chemical_B2 +LQ02X006850 Putative Universal stress protein A-like protein 5.277328744 C6_chemical_B3 +LQ02X006850 Putative Universal stress protein A-like protein 5.554194918 C6_chemical_C1 +LQ02X006850 Putative Universal stress protein A-like protein 5.358252538 C6_chemical_C2 +LQ02X006850 Putative Universal stress protein A-like protein 5.419037017 C6_chemical_C3 +LQ02X006850 Putative Universal stress protein A-like protein 4.856151535 L4_control_A1 +LQ02X006850 Putative Universal stress protein A-like protein 4.976288236 L4_control_A2 +LQ02X006850 Putative Universal stress protein A-like protein 4.823261376 L4_control_A3 +LQ02X006850 Putative Universal stress protein A-like protein 5.25700991 L4_control_B1 +LQ02X006850 Putative Universal stress protein A-like protein 4.87972182 L4_control_B2 +LQ02X006850 Putative Universal stress protein A-like protein 5.140852371 L4_control_B3 +LQ02X006850 Putative Universal stress protein A-like protein 4.595946003 L4_control_C2 +LQ02X006850 Putative Universal stress protein A-like protein 4.820049728 L4_control_C3 +LQ02X006850 Putative Universal stress protein A-like protein 5.093450061 L4_chemical_A1 +LQ02X006850 Putative Universal stress protein A-like protein 5.184346882 L4_chemical_A2 +LQ02X006850 Putative Universal stress protein A-like protein 5.01668725 L4_chemical_A3 +LQ02X006850 Putative Universal stress protein A-like protein 5.312885764 L4_chemical_B1 +LQ02X006850 Putative Universal stress protein A-like protein 5.140966368 L4_chemical_B2 +LQ02X006850 Putative Universal stress protein A-like protein 4.787443548 L4_chemical_B3 +LQ02X006850 Putative Universal stress protein A-like protein 5.1285895 L4_chemical_C2 +LQ02X006850 Putative Universal stress protein A-like protein 5.187420759 L4_chemical_C3 +LQ02X006860 Putative uncharacterized protein 11.93982641 C6_control_A1 +LQ02X006860 Putative uncharacterized protein 12.18787885 C6_control_A3 +LQ02X006860 Putative uncharacterized protein 12.2900365 C6_control_B1 +LQ02X006860 Putative uncharacterized protein 11.83698806 C6_control_B2 +LQ02X006860 Putative uncharacterized protein 12.34520539 C6_control_B3 +LQ02X006860 Putative uncharacterized protein 10.70596808 C6_control_C1 +LQ02X006860 Putative uncharacterized protein 9.919870893 C6_control_C2 +LQ02X006860 Putative uncharacterized protein 10.45606336 C6_control_C3 +LQ02X006860 Putative uncharacterized protein 11.94306817 C6_chemical_A1 +LQ02X006860 Putative uncharacterized protein 12.4044586 C6_chemical_A3 +LQ02X006860 Putative uncharacterized protein 12.39859167 C6_chemical_B1 +LQ02X006860 Putative uncharacterized protein 11.99438969 C6_chemical_B2 +LQ02X006860 Putative uncharacterized protein 12.2431156 C6_chemical_B3 +LQ02X006860 Putative uncharacterized protein 9.847812827 C6_chemical_C1 +LQ02X006860 Putative uncharacterized protein 9.016009552 C6_chemical_C2 +LQ02X006860 Putative uncharacterized protein 8.931293169 C6_chemical_C3 +LQ02X006860 Putative uncharacterized protein 11.74644783 L4_control_A1 +LQ02X006860 Putative uncharacterized protein 12.06158995 L4_control_A2 +LQ02X006860 Putative uncharacterized protein 11.85842473 L4_control_A3 +LQ02X006860 Putative uncharacterized protein 12.30369592 L4_control_B1 +LQ02X006860 Putative uncharacterized protein 12.59961372 L4_control_B2 +LQ02X006860 Putative uncharacterized protein 11.65876641 L4_control_B3 +LQ02X006860 Putative uncharacterized protein 9.611912355 L4_control_C2 +LQ02X006860 Putative uncharacterized protein 10.59070362 L4_control_C3 +LQ02X006860 Putative uncharacterized protein 12.73260898 L4_chemical_A1 +LQ02X006860 Putative uncharacterized protein 12.540509 L4_chemical_A2 +LQ02X006860 Putative uncharacterized protein 12.34463656 L4_chemical_A3 +LQ02X006860 Putative uncharacterized protein 12.34512976 L4_chemical_B1 +LQ02X006860 Putative uncharacterized protein 11.82887745 L4_chemical_B2 +LQ02X006860 Putative uncharacterized protein 12.57525894 L4_chemical_B3 +LQ02X006860 Putative uncharacterized protein 8.357609441 L4_chemical_C2 +LQ02X006860 Putative uncharacterized protein 9.930883422 L4_chemical_C3 +LQ02X006880 Predicted protein 11.72281525 C6_control_A1 +LQ02X006880 Predicted protein 9.161477634 C6_control_A3 +LQ02X006880 Predicted protein 12.98705912 C6_control_B1 +LQ02X006880 Predicted protein 14.1912406 C6_control_B2 +LQ02X006880 Predicted protein 11.91740057 C6_control_B3 +LQ02X006880 Predicted protein 15.58449268 C6_control_C1 +LQ02X006880 Predicted protein 13.66608361 C6_control_C2 +LQ02X006880 Predicted protein 15.20596983 C6_control_C3 +LQ02X006880 Predicted protein 11.26392108 C6_chemical_A1 +LQ02X006880 Predicted protein 9.48131136 C6_chemical_A3 +LQ02X006880 Predicted protein 13.12571046 C6_chemical_B1 +LQ02X006880 Predicted protein 14.23695022 C6_chemical_B2 +LQ02X006880 Predicted protein 13.63089765 C6_chemical_B3 +LQ02X006880 Predicted protein 14.89761835 C6_chemical_C1 +LQ02X006880 Predicted protein 15.26658357 C6_chemical_C2 +LQ02X006880 Predicted protein 15.08411625 C6_chemical_C3 +LQ02X006880 Predicted protein 8.984236843 L4_control_A1 +LQ02X006880 Predicted protein 10.98753833 L4_control_A2 +LQ02X006880 Predicted protein 9.829717574 L4_control_A3 +LQ02X006880 Predicted protein 13.29328857 L4_control_B1 +LQ02X006880 Predicted protein 11.63627938 L4_control_B2 +LQ02X006880 Predicted protein 12.77528386 L4_control_B3 +LQ02X006880 Predicted protein 15.50730058 L4_control_C2 +LQ02X006880 Predicted protein 14.24756185 L4_control_C3 +LQ02X006880 Predicted protein 9.199635388 L4_chemical_A1 +LQ02X006880 Predicted protein 10.51924122 L4_chemical_A2 +LQ02X006880 Predicted protein 8.452298199 L4_chemical_A3 +LQ02X006880 Predicted protein 13.25767012 L4_chemical_B1 +LQ02X006880 Predicted protein 12.03794871 L4_chemical_B2 +LQ02X006880 Predicted protein 11.19049707 L4_chemical_B3 +LQ02X006880 Predicted protein 14.81671452 L4_chemical_C2 +LQ02X006880 Predicted protein 14.88996894 L4_chemical_C3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.381443121 C6_control_A1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.285326505 C6_control_A3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 4.958875802 C6_control_B1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.372249651 C6_control_B2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.04832832 C6_control_B3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.427874374 C6_control_C1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.166280426 C6_control_C2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.231727671 C6_control_C3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.124894651 C6_chemical_A1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.609709946 C6_chemical_A3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.151938318 C6_chemical_B1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.142356323 C6_chemical_B2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.127381825 C6_chemical_B3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.136082599 C6_chemical_C1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.197477553 C6_chemical_C2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.570442541 C6_chemical_C3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 4.99766338 L4_control_A1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.03221914 L4_control_A2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.558232771 L4_control_A3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 4.994994323 L4_control_B1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.04993958 L4_control_B2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.011208044 L4_control_B3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 4.936866995 L4_control_C2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.255415112 L4_control_C3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.027661008 L4_chemical_A1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.254438286 L4_chemical_A2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.768299654 L4_chemical_A3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.149295655 L4_chemical_B1 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.355801017 L4_chemical_B2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.08578273 L4_chemical_B3 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 4.677297018 L4_chemical_C2 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 4.927910158 L4_chemical_C3 +LQ02X006960 MYB transcription factor MYB142 5.818989206 C6_control_A1 +LQ02X006960 MYB transcription factor MYB142 5.476689321 C6_control_A3 +LQ02X006960 MYB transcription factor MYB142 5.390058367 C6_control_B1 +LQ02X006960 MYB transcription factor MYB142 5.712388647 C6_control_B2 +LQ02X006960 MYB transcription factor MYB142 5.682953837 C6_control_B3 +LQ02X006960 MYB transcription factor MYB142 5.246951032 C6_control_C1 +LQ02X006960 MYB transcription factor MYB142 5.840052904 C6_control_C2 +LQ02X006960 MYB transcription factor MYB142 5.470062735 C6_control_C3 +LQ02X006960 MYB transcription factor MYB142 5.503512361 C6_chemical_A1 +LQ02X006960 MYB transcription factor MYB142 5.201789382 C6_chemical_A3 +LQ02X006960 MYB transcription factor MYB142 5.309526574 C6_chemical_B1 +LQ02X006960 MYB transcription factor MYB142 5.576981637 C6_chemical_B2 +LQ02X006960 MYB transcription factor MYB142 5.798174385 C6_chemical_B3 +LQ02X006960 MYB transcription factor MYB142 5.378792952 C6_chemical_C1 +LQ02X006960 MYB transcription factor MYB142 5.690065648 C6_chemical_C2 +LQ02X006960 MYB transcription factor MYB142 5.237079921 C6_chemical_C3 +LQ02X006960 MYB transcription factor MYB142 5.279231282 L4_control_A1 +LQ02X006960 MYB transcription factor MYB142 5.649633875 L4_control_A2 +LQ02X006960 MYB transcription factor MYB142 5.816456885 L4_control_A3 +LQ02X006960 MYB transcription factor MYB142 6.125780058 L4_control_B1 +LQ02X006960 MYB transcription factor MYB142 5.35614178 L4_control_B2 +LQ02X006960 MYB transcription factor MYB142 5.530765114 L4_control_B3 +LQ02X006960 MYB transcription factor MYB142 5.624521238 L4_control_C2 +LQ02X006960 MYB transcription factor MYB142 5.54051098 L4_control_C3 +LQ02X006960 MYB transcription factor MYB142 5.010228488 L4_chemical_A1 +LQ02X006960 MYB transcription factor MYB142 5.266988065 L4_chemical_A2 +LQ02X006960 MYB transcription factor MYB142 5.046091158 L4_chemical_A3 +LQ02X006960 MYB transcription factor MYB142 5.695285849 L4_chemical_B1 +LQ02X006960 MYB transcription factor MYB142 5.01765755 L4_chemical_B2 +LQ02X006960 MYB transcription factor MYB142 5.502139173 L4_chemical_B3 +LQ02X006960 MYB transcription factor MYB142 5.06713921 L4_chemical_C2 +LQ02X006960 MYB transcription factor MYB142 5.437356111 L4_chemical_C3 +LQ02X006970 Hypothetical protein 14.62775638 C6_control_A1 +LQ02X006970 Hypothetical protein 15.04849876 C6_control_A3 +LQ02X006970 Hypothetical protein 14.79158335 C6_control_B1 +LQ02X006970 Hypothetical protein 15.20095643 C6_control_B2 +LQ02X006970 Hypothetical protein 14.88295841 C6_control_B3 +LQ02X006970 Hypothetical protein 14.96127626 C6_control_C1 +LQ02X006970 Hypothetical protein 15.2281974 C6_control_C2 +LQ02X006970 Hypothetical protein 15.37721799 C6_control_C3 +LQ02X006970 Hypothetical protein 14.1899583 C6_chemical_A1 +LQ02X006970 Hypothetical protein 15.15371837 C6_chemical_A3 +LQ02X006970 Hypothetical protein 14.10023454 C6_chemical_B1 +LQ02X006970 Hypothetical protein 14.52927155 C6_chemical_B2 +LQ02X006970 Hypothetical protein 14.94152101 C6_chemical_B3 +LQ02X006970 Hypothetical protein 13.85322658 C6_chemical_C1 +LQ02X006970 Hypothetical protein 14.11706613 C6_chemical_C2 +LQ02X006970 Hypothetical protein 14.67894688 C6_chemical_C3 +LQ02X006970 Hypothetical protein 14.78741205 L4_control_A1 +LQ02X006970 Hypothetical protein 14.85233364 L4_control_A2 +LQ02X006970 Hypothetical protein 15.17899987 L4_control_A3 +LQ02X006970 Hypothetical protein 14.80500725 L4_control_B1 +LQ02X006970 Hypothetical protein 14.47466015 L4_control_B2 +LQ02X006970 Hypothetical protein 15.07682065 L4_control_B3 +LQ02X006970 Hypothetical protein 14.7483472 L4_control_C2 +LQ02X006970 Hypothetical protein 15.21501938 L4_control_C3 +LQ02X006970 Hypothetical protein 14.08560254 L4_chemical_A1 +LQ02X006970 Hypothetical protein 13.85011124 L4_chemical_A2 +LQ02X006970 Hypothetical protein 14.65647154 L4_chemical_A3 +LQ02X006970 Hypothetical protein 14.2379477 L4_chemical_B1 +LQ02X006970 Hypothetical protein 14.09974398 L4_chemical_B2 +LQ02X006970 Hypothetical protein 15.09265648 L4_chemical_B3 +LQ02X006970 Hypothetical protein 14.29445397 L4_chemical_C2 +LQ02X006970 Hypothetical protein 14.67782584 L4_chemical_C3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.26196756 C6_control_A1 +LQ02X006990 Putative uncharacterized protein At2g21710 11.74811934 C6_control_A3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.23119363 C6_control_B1 +LQ02X006990 Putative uncharacterized protein At2g21710 13.09125149 C6_control_B2 +LQ02X006990 Putative uncharacterized protein At2g21710 12.38183289 C6_control_B3 +LQ02X006990 Putative uncharacterized protein At2g21710 13.28566867 C6_control_C1 +LQ02X006990 Putative uncharacterized protein At2g21710 13.56344516 C6_control_C2 +LQ02X006990 Putative uncharacterized protein At2g21710 13.56063782 C6_control_C3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.32238574 C6_chemical_A1 +LQ02X006990 Putative uncharacterized protein At2g21710 11.61126562 C6_chemical_A3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.28199837 C6_chemical_B1 +LQ02X006990 Putative uncharacterized protein At2g21710 13.45491766 C6_chemical_B2 +LQ02X006990 Putative uncharacterized protein At2g21710 12.84574781 C6_chemical_B3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.98101512 C6_chemical_C1 +LQ02X006990 Putative uncharacterized protein At2g21710 13.6416231 C6_chemical_C2 +LQ02X006990 Putative uncharacterized protein At2g21710 13.49085687 C6_chemical_C3 +LQ02X006990 Putative uncharacterized protein At2g21710 11.61791812 L4_control_A1 +LQ02X006990 Putative uncharacterized protein At2g21710 11.54257985 L4_control_A2 +LQ02X006990 Putative uncharacterized protein At2g21710 10.26511473 L4_control_A3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.51180552 L4_control_B1 +LQ02X006990 Putative uncharacterized protein At2g21710 11.01787622 L4_control_B2 +LQ02X006990 Putative uncharacterized protein At2g21710 13.06348842 L4_control_B3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.76980086 L4_control_C2 +LQ02X006990 Putative uncharacterized protein At2g21710 12.64913111 L4_control_C3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.27569031 L4_chemical_A1 +LQ02X006990 Putative uncharacterized protein At2g21710 12.00102817 L4_chemical_A2 +LQ02X006990 Putative uncharacterized protein At2g21710 11.81719771 L4_chemical_A3 +LQ02X006990 Putative uncharacterized protein At2g21710 11.57209743 L4_chemical_B1 +LQ02X006990 Putative uncharacterized protein At2g21710 11.51362658 L4_chemical_B2 +LQ02X006990 Putative uncharacterized protein At2g21710 12.42907166 L4_chemical_B3 +LQ02X006990 Putative uncharacterized protein At2g21710 12.66820534 L4_chemical_C2 +LQ02X006990 Putative uncharacterized protein At2g21710 12.61690033 L4_chemical_C3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.79376252 C6_control_A1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.61660661 C6_control_A3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.54670944 C6_control_B1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.00581162 C6_control_B2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.42829869 C6_control_B3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.01880108 C6_control_C1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.90559619 C6_control_C2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.35201543 C6_control_C3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.58425006 C6_chemical_A1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.83177811 C6_chemical_A3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.24844482 C6_chemical_B1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.01928464 C6_chemical_B2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.13323508 C6_chemical_B3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.79350114 C6_chemical_C1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.79426761 C6_chemical_C2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.31311662 C6_chemical_C3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.69063536 L4_control_A1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.75716684 L4_control_A2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.94729074 L4_control_A3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.90924874 L4_control_B1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.36457271 L4_control_B2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.96429905 L4_control_B3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.00075281 L4_control_C2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.82657102 L4_control_C3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.52282614 L4_chemical_A1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.30848871 L4_chemical_A2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.61198162 L4_chemical_A3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.98771046 L4_chemical_B1 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.84541707 L4_chemical_B2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.09699178 L4_chemical_B3 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.7869555 L4_chemical_C2 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 11.99560808 L4_chemical_C3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.53046684 C6_control_A1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 13.04342211 C6_control_A3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.12181412 C6_control_B1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.88906874 C6_control_B2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.15932171 C6_control_B3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.17034244 C6_control_C1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.85815815 C6_control_C2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.63610108 C6_control_C3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.53425396 C6_chemical_A1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.70990394 C6_chemical_A3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.29393054 C6_chemical_B1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.93937815 C6_chemical_B2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.81515285 C6_chemical_B3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.16482753 C6_chemical_C1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.92813242 C6_chemical_C2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.61278191 C6_chemical_C3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.59169494 L4_control_A1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.58767753 L4_control_A2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.60681789 L4_control_A3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.11578385 L4_control_B1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.57762443 L4_control_B2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.86170207 L4_control_B3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.47167209 L4_control_C2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.20272865 L4_control_C3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.31954884 L4_chemical_A1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.45191887 L4_chemical_A2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.45242389 L4_chemical_A3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.53010694 L4_chemical_B1 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.33390093 L4_chemical_B2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 11.97462318 L4_chemical_B3 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.50712698 L4_chemical_C2 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.18289128 L4_chemical_C3 +LQ02X007020 Predicted protein 5.070113061 C6_control_A1 +LQ02X007020 Predicted protein 5.044743233 C6_control_A3 +LQ02X007020 Predicted protein 5.399046263 C6_control_B1 +LQ02X007020 Predicted protein 5.819192771 C6_control_B2 +LQ02X007020 Predicted protein 5.090436497 C6_control_B3 +LQ02X007020 Predicted protein 5.580541063 C6_control_C1 +LQ02X007020 Predicted protein 5.144909531 C6_control_C2 +LQ02X007020 Predicted protein 5.214771159 C6_control_C3 +LQ02X007020 Predicted protein 5.373742529 C6_chemical_A1 +LQ02X007020 Predicted protein 4.796682642 C6_chemical_A3 +LQ02X007020 Predicted protein 5.298851807 C6_chemical_B1 +LQ02X007020 Predicted protein 5.372861149 C6_chemical_B2 +LQ02X007020 Predicted protein 4.951714211 C6_chemical_B3 +LQ02X007020 Predicted protein 5.713830366 C6_chemical_C1 +LQ02X007020 Predicted protein 5.215445855 C6_chemical_C2 +LQ02X007020 Predicted protein 5.500239399 C6_chemical_C3 +LQ02X007020 Predicted protein 5.181218391 L4_control_A1 +LQ02X007020 Predicted protein 4.930506818 L4_control_A2 +LQ02X007020 Predicted protein 4.832443022 L4_control_A3 +LQ02X007020 Predicted protein 5.137476468 L4_control_B1 +LQ02X007020 Predicted protein 4.945870843 L4_control_B2 +LQ02X007020 Predicted protein 4.934028344 L4_control_B3 +LQ02X007020 Predicted protein 5.386198938 L4_control_C2 +LQ02X007020 Predicted protein 5.343467516 L4_control_C3 +LQ02X007020 Predicted protein 5.246281044 L4_chemical_A1 +LQ02X007020 Predicted protein 4.952979215 L4_chemical_A2 +LQ02X007020 Predicted protein 4.881280675 L4_chemical_A3 +LQ02X007020 Predicted protein 4.851409263 L4_chemical_B1 +LQ02X007020 Predicted protein 5.133347872 L4_chemical_B2 +LQ02X007020 Predicted protein 5.012926797 L4_chemical_B3 +LQ02X007020 Predicted protein 5.104556132 L4_chemical_C2 +LQ02X007020 Predicted protein 5.308487479 L4_chemical_C3 +LQ02X007030 Predicted protein 11.68086545 C6_control_A1 +LQ02X007030 Predicted protein 10.29981231 C6_control_A3 +LQ02X007030 Predicted protein 12.49927698 C6_control_B1 +LQ02X007030 Predicted protein 12.48349089 C6_control_B2 +LQ02X007030 Predicted protein 12.62038714 C6_control_B3 +LQ02X007030 Predicted protein 10.84991165 C6_control_C1 +LQ02X007030 Predicted protein 11.70869671 C6_control_C2 +LQ02X007030 Predicted protein 11.70754256 C6_control_C3 +LQ02X007030 Predicted protein 11.09482625 C6_chemical_A1 +LQ02X007030 Predicted protein 10.67935541 C6_chemical_A3 +LQ02X007030 Predicted protein 12.35186009 C6_chemical_B1 +LQ02X007030 Predicted protein 12.55282643 C6_chemical_B2 +LQ02X007030 Predicted protein 12.34005527 C6_chemical_B3 +LQ02X007030 Predicted protein 10.57386294 C6_chemical_C1 +LQ02X007030 Predicted protein 10.87891768 C6_chemical_C2 +LQ02X007030 Predicted protein 11.26469589 C6_chemical_C3 +LQ02X007030 Predicted protein 9.674972152 L4_control_A1 +LQ02X007030 Predicted protein 10.59364534 L4_control_A2 +LQ02X007030 Predicted protein 9.742427167 L4_control_A3 +LQ02X007030 Predicted protein 12.39846735 L4_control_B1 +LQ02X007030 Predicted protein 11.80872413 L4_control_B2 +LQ02X007030 Predicted protein 12.17015461 L4_control_B3 +LQ02X007030 Predicted protein 11.84251652 L4_control_C2 +LQ02X007030 Predicted protein 12.13488276 L4_control_C3 +LQ02X007030 Predicted protein 10.06072677 L4_chemical_A1 +LQ02X007030 Predicted protein 11.38896191 L4_chemical_A2 +LQ02X007030 Predicted protein 9.237719483 L4_chemical_A3 +LQ02X007030 Predicted protein 11.98949332 L4_chemical_B1 +LQ02X007030 Predicted protein 11.80450066 L4_chemical_B2 +LQ02X007030 Predicted protein 11.67641747 L4_chemical_B3 +LQ02X007030 Predicted protein 12.08171955 L4_chemical_C2 +LQ02X007030 Predicted protein 12.00718719 L4_chemical_C3 +LQ02X007050 Predicted protein (Fragment) 12.12530205 C6_control_A1 +LQ02X007050 Predicted protein (Fragment) 12.31763353 C6_control_A3 +LQ02X007050 Predicted protein (Fragment) 12.29918825 C6_control_B1 +LQ02X007050 Predicted protein (Fragment) 13.18887152 C6_control_B2 +LQ02X007050 Predicted protein (Fragment) 12.57106737 C6_control_B3 +LQ02X007050 Predicted protein (Fragment) 12.80392318 C6_control_C1 +LQ02X007050 Predicted protein (Fragment) 13.54830645 C6_control_C2 +LQ02X007050 Predicted protein (Fragment) 13.27025643 C6_control_C3 +LQ02X007050 Predicted protein (Fragment) 12.34769821 C6_chemical_A1 +LQ02X007050 Predicted protein (Fragment) 12.60968457 C6_chemical_A3 +LQ02X007050 Predicted protein (Fragment) 13.07689699 C6_chemical_B1 +LQ02X007050 Predicted protein (Fragment) 13.15419781 C6_chemical_B2 +LQ02X007050 Predicted protein (Fragment) 12.95250877 C6_chemical_B3 +LQ02X007050 Predicted protein (Fragment) 13.21891356 C6_chemical_C1 +LQ02X007050 Predicted protein (Fragment) 13.71671192 C6_chemical_C2 +LQ02X007050 Predicted protein (Fragment) 13.48517392 C6_chemical_C3 +LQ02X007050 Predicted protein (Fragment) 11.69177626 L4_control_A1 +LQ02X007050 Predicted protein (Fragment) 12.32950933 L4_control_A2 +LQ02X007050 Predicted protein (Fragment) 12.13630596 L4_control_A3 +LQ02X007050 Predicted protein (Fragment) 12.25160218 L4_control_B1 +LQ02X007050 Predicted protein (Fragment) 12.56203897 L4_control_B2 +LQ02X007050 Predicted protein (Fragment) 12.4698484 L4_control_B3 +LQ02X007050 Predicted protein (Fragment) 12.46318143 L4_control_C2 +LQ02X007050 Predicted protein (Fragment) 12.11290659 L4_control_C3 +LQ02X007050 Predicted protein (Fragment) 12.64250151 L4_chemical_A1 +LQ02X007050 Predicted protein (Fragment) 13.5374039 L4_chemical_A2 +LQ02X007050 Predicted protein (Fragment) 11.93763323 L4_chemical_A3 +LQ02X007050 Predicted protein (Fragment) 12.43523319 L4_chemical_B1 +LQ02X007050 Predicted protein (Fragment) 12.89628826 L4_chemical_B2 +LQ02X007050 Predicted protein (Fragment) 12.5678428 L4_chemical_B3 +LQ02X007050 Predicted protein (Fragment) 12.62869555 L4_chemical_C2 +LQ02X007050 Predicted protein (Fragment) 12.27307017 L4_chemical_C3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.50997048 C6_control_A1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 13.33312816 C6_control_A3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.19289815 C6_control_B1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.07233899 C6_control_B2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.93092256 C6_control_B3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 9.651453083 C6_control_C1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 10.41745116 C6_control_C2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 10.63176878 C6_control_C3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.33039772 C6_chemical_A1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 13.03548694 C6_chemical_A3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 11.67666518 C6_chemical_B1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 11.89984274 C6_chemical_B2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.59425425 C6_chemical_B3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 9.386570681 C6_chemical_C1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 9.322076232 C6_chemical_C2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 9.855281538 C6_chemical_C3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.38598585 L4_control_A1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.98170804 L4_control_A2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 13.28901077 L4_control_A3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.55562384 L4_control_B1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.40830493 L4_control_B2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.28869012 L4_control_B3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 8.223361959 L4_control_C2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 9.718147365 L4_control_C3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 11.71721817 L4_chemical_A1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.27132606 L4_chemical_A2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.97257899 L4_chemical_A3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.38744331 L4_chemical_B1 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.26402139 L4_chemical_B2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.88148837 L4_chemical_B3 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 8.627100852 L4_chemical_C2 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 9.728107686 L4_chemical_C3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.39882357 C6_control_A1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.79195289 C6_control_A3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.17003804 C6_control_B1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.50674797 C6_control_B2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.10683751 C6_control_B3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.27220157 C6_control_C1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.4773967 C6_control_C2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.22752835 C6_control_C3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.5559953 C6_chemical_A1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.56833057 C6_chemical_A3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.30839278 C6_chemical_B1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.62637106 C6_chemical_B2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 10.9689051 C6_chemical_B3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.4357286 C6_chemical_C1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.39455896 C6_chemical_C2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.34258481 C6_chemical_C3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 12.19723915 L4_control_A1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.64144066 L4_control_A2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.86875974 L4_control_A3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.38188885 L4_control_B1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.4708201 L4_control_B2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.45396042 L4_control_B3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.00394238 L4_control_C2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.1414031 L4_control_C3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.802762 L4_chemical_A1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.34846815 L4_chemical_A2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.72409055 L4_chemical_A3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.18839919 L4_chemical_B1 +LQ02X007070 Putative Adenylyl cyclase-associated protein 10.97247317 L4_chemical_B2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.57874719 L4_chemical_B3 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.58994703 L4_chemical_C2 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.01326538 L4_chemical_C3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.797756171 C6_control_A1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.474102195 C6_control_A3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.831307663 C6_control_B1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.26200285 C6_control_B2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.900951454 C6_control_B3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.076556257 C6_control_C1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.070233556 C6_control_C2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.551686268 C6_control_C3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.154783427 C6_chemical_A1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.011794471 C6_chemical_A3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.436269856 C6_chemical_B1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.411744278 C6_chemical_B2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.748437092 C6_chemical_B3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.229745063 C6_chemical_C1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.616100414 C6_chemical_C2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.622044747 C6_chemical_C3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.904999234 L4_control_A1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.127821598 L4_control_A2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.51527354 L4_control_A3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.098940415 L4_control_B1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.958709377 L4_control_B2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.582808284 L4_control_B3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.785905448 L4_control_C2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.391475196 L4_control_C3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.205206816 L4_chemical_A1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.951250379 L4_chemical_A2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.516389238 L4_chemical_A3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.76050079 L4_chemical_B1 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.917158806 L4_chemical_B2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.021094482 L4_chemical_B3 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.178015604 L4_chemical_C2 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 5.785038932 L4_chemical_C3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.94638377 C6_control_A1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.690064657 C6_control_A3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.729413257 C6_control_B1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.926007442 C6_control_B2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.902196926 C6_control_B3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.92161561 C6_control_C1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 6.050321081 C6_control_C2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 6.322007714 C6_control_C3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.93823562 C6_chemical_A1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.419108191 C6_chemical_A3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.526301945 C6_chemical_B1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.827397734 C6_chemical_B2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.526005635 C6_chemical_B3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.768512583 C6_chemical_C1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.476381553 C6_chemical_C2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 6.780423263 C6_chemical_C3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.726932165 L4_control_A1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.486386617 L4_control_A2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.807798397 L4_control_A3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.65975183 L4_control_B1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.400635439 L4_control_B2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.464308011 L4_control_B3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.714427523 L4_control_C2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.648760769 L4_control_C3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.486778919 L4_chemical_A1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.699934175 L4_chemical_A2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.842682945 L4_chemical_A3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.30815971 L4_chemical_B1 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.215887806 L4_chemical_B2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.578176322 L4_chemical_B3 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.736344323 L4_chemical_C2 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.771294013 L4_chemical_C3 +LQ02X007100 Coatomer subunit gamma 12.17505896 C6_control_A1 +LQ02X007100 Coatomer subunit gamma 12.58196576 C6_control_A3 +LQ02X007100 Coatomer subunit gamma 12.51932212 C6_control_B1 +LQ02X007100 Coatomer subunit gamma 12.73374441 C6_control_B2 +LQ02X007100 Coatomer subunit gamma 12.47111516 C6_control_B3 +LQ02X007100 Coatomer subunit gamma 11.66773714 C6_control_C1 +LQ02X007100 Coatomer subunit gamma 11.86537193 C6_control_C2 +LQ02X007100 Coatomer subunit gamma 12.22222062 C6_control_C3 +LQ02X007100 Coatomer subunit gamma 11.98719395 C6_chemical_A1 +LQ02X007100 Coatomer subunit gamma 12.26299207 C6_chemical_A3 +LQ02X007100 Coatomer subunit gamma 11.81172056 C6_chemical_B1 +LQ02X007100 Coatomer subunit gamma 12.58664853 C6_chemical_B2 +LQ02X007100 Coatomer subunit gamma 12.13305221 C6_chemical_B3 +LQ02X007100 Coatomer subunit gamma 11.77693389 C6_chemical_C1 +LQ02X007100 Coatomer subunit gamma 11.6892021 C6_chemical_C2 +LQ02X007100 Coatomer subunit gamma 11.91394299 C6_chemical_C3 +LQ02X007100 Coatomer subunit gamma 12.1953187 L4_control_A1 +LQ02X007100 Coatomer subunit gamma 12.54838986 L4_control_A2 +LQ02X007100 Coatomer subunit gamma 11.20487931 L4_control_A3 +LQ02X007100 Coatomer subunit gamma 12.88578294 L4_control_B1 +LQ02X007100 Coatomer subunit gamma 11.61631195 L4_control_B2 +LQ02X007100 Coatomer subunit gamma 12.31024723 L4_control_B3 +LQ02X007100 Coatomer subunit gamma 11.00548215 L4_control_C2 +LQ02X007100 Coatomer subunit gamma 11.97415573 L4_control_C3 +LQ02X007100 Coatomer subunit gamma 12.20159112 L4_chemical_A1 +LQ02X007100 Coatomer subunit gamma 12.12845522 L4_chemical_A2 +LQ02X007100 Coatomer subunit gamma 11.53700528 L4_chemical_A3 +LQ02X007100 Coatomer subunit gamma 11.93617173 L4_chemical_B1 +LQ02X007100 Coatomer subunit gamma 12.00936027 L4_chemical_B2 +LQ02X007100 Coatomer subunit gamma 12.76494319 L4_chemical_B3 +LQ02X007100 Coatomer subunit gamma 11.04213738 L4_chemical_C2 +LQ02X007100 Coatomer subunit gamma 12.30307373 L4_chemical_C3 +LQ02X007120 Ras-related protein Rab7 12.65607507 C6_control_A1 +LQ02X007120 Ras-related protein Rab7 12.5850447 C6_control_A3 +LQ02X007120 Ras-related protein Rab7 12.20741022 C6_control_B1 +LQ02X007120 Ras-related protein Rab7 13.51607106 C6_control_B2 +LQ02X007120 Ras-related protein Rab7 12.40383791 C6_control_B3 +LQ02X007120 Ras-related protein Rab7 13.13514016 C6_control_C1 +LQ02X007120 Ras-related protein Rab7 13.33124411 C6_control_C2 +LQ02X007120 Ras-related protein Rab7 13.27226997 C6_control_C3 +LQ02X007120 Ras-related protein Rab7 12.44493187 C6_chemical_A1 +LQ02X007120 Ras-related protein Rab7 12.14784701 C6_chemical_A3 +LQ02X007120 Ras-related protein Rab7 11.82440805 C6_chemical_B1 +LQ02X007120 Ras-related protein Rab7 13.58245548 C6_chemical_B2 +LQ02X007120 Ras-related protein Rab7 12.48920285 C6_chemical_B3 +LQ02X007120 Ras-related protein Rab7 13.28090751 C6_chemical_C1 +LQ02X007120 Ras-related protein Rab7 13.2178524 C6_chemical_C2 +LQ02X007120 Ras-related protein Rab7 13.28281141 C6_chemical_C3 +LQ02X007120 Ras-related protein Rab7 12.09285613 L4_control_A1 +LQ02X007120 Ras-related protein Rab7 12.63764939 L4_control_A2 +LQ02X007120 Ras-related protein Rab7 10.83242251 L4_control_A3 +LQ02X007120 Ras-related protein Rab7 11.79169101 L4_control_B1 +LQ02X007120 Ras-related protein Rab7 11.15638136 L4_control_B2 +LQ02X007120 Ras-related protein Rab7 12.07140114 L4_control_B3 +LQ02X007120 Ras-related protein Rab7 10.84727853 L4_control_C2 +LQ02X007120 Ras-related protein Rab7 11.18087225 L4_control_C3 +LQ02X007120 Ras-related protein Rab7 12.23277731 L4_chemical_A1 +LQ02X007120 Ras-related protein Rab7 12.42047094 L4_chemical_A2 +LQ02X007120 Ras-related protein Rab7 11.18148188 L4_chemical_A3 +LQ02X007120 Ras-related protein Rab7 11.35905505 L4_chemical_B1 +LQ02X007120 Ras-related protein Rab7 11.30432153 L4_chemical_B2 +LQ02X007120 Ras-related protein Rab7 12.30930486 L4_chemical_B3 +LQ02X007120 Ras-related protein Rab7 10.66779746 L4_chemical_C2 +LQ02X007120 Ras-related protein Rab7 11.32889526 L4_chemical_C3 +LQ02X007140 Putative Organ-specific protein S2 5.862663135 C6_control_A1 +LQ02X007140 Putative Organ-specific protein S2 5.356035165 C6_control_A3 +LQ02X007140 Putative Organ-specific protein S2 5.420843472 C6_control_B1 +LQ02X007140 Putative Organ-specific protein S2 5.753266011 C6_control_B2 +LQ02X007140 Putative Organ-specific protein S2 5.909205064 C6_control_B3 +LQ02X007140 Putative Organ-specific protein S2 5.488910094 C6_control_C1 +LQ02X007140 Putative Organ-specific protein S2 5.533297139 C6_control_C2 +LQ02X007140 Putative Organ-specific protein S2 5.662800947 C6_control_C3 +LQ02X007140 Putative Organ-specific protein S2 5.914470339 C6_chemical_A1 +LQ02X007140 Putative Organ-specific protein S2 5.73412463 C6_chemical_A3 +LQ02X007140 Putative Organ-specific protein S2 5.525368908 C6_chemical_B1 +LQ02X007140 Putative Organ-specific protein S2 6.010719787 C6_chemical_B2 +LQ02X007140 Putative Organ-specific protein S2 5.314442085 C6_chemical_B3 +LQ02X007140 Putative Organ-specific protein S2 5.59367271 C6_chemical_C1 +LQ02X007140 Putative Organ-specific protein S2 5.776455646 C6_chemical_C2 +LQ02X007140 Putative Organ-specific protein S2 5.565163211 C6_chemical_C3 +LQ02X007140 Putative Organ-specific protein S2 5.285004397 L4_control_A1 +LQ02X007140 Putative Organ-specific protein S2 5.654858581 L4_control_A2 +LQ02X007140 Putative Organ-specific protein S2 5.457804668 L4_control_A3 +LQ02X007140 Putative Organ-specific protein S2 6.150649417 L4_control_B1 +LQ02X007140 Putative Organ-specific protein S2 5.36591772 L4_control_B2 +LQ02X007140 Putative Organ-specific protein S2 6.06058385 L4_control_B3 +LQ02X007140 Putative Organ-specific protein S2 5.480187896 L4_control_C2 +LQ02X007140 Putative Organ-specific protein S2 5.167592573 L4_control_C3 +LQ02X007140 Putative Organ-specific protein S2 5.695036668 L4_chemical_A1 +LQ02X007140 Putative Organ-specific protein S2 5.683797358 L4_chemical_A2 +LQ02X007140 Putative Organ-specific protein S2 5.778881117 L4_chemical_A3 +LQ02X007140 Putative Organ-specific protein S2 6.10155344 L4_chemical_B1 +LQ02X007140 Putative Organ-specific protein S2 5.972347426 L4_chemical_B2 +LQ02X007140 Putative Organ-specific protein S2 5.590406809 L4_chemical_B3 +LQ02X007140 Putative Organ-specific protein S2 5.530036876 L4_chemical_C2 +LQ02X007140 Putative Organ-specific protein S2 5.470376181 L4_chemical_C3 +LQ02X007150 Putative Organ-specific protein S2 4.782841216 C6_control_A1 +LQ02X007150 Putative Organ-specific protein S2 5.059130453 C6_control_A3 +LQ02X007150 Putative Organ-specific protein S2 5.131260863 C6_control_B1 +LQ02X007150 Putative Organ-specific protein S2 4.953849416 C6_control_B2 +LQ02X007150 Putative Organ-specific protein S2 4.895855346 C6_control_B3 +LQ02X007150 Putative Organ-specific protein S2 5.10057125 C6_control_C1 +LQ02X007150 Putative Organ-specific protein S2 4.723255011 C6_control_C2 +LQ02X007150 Putative Organ-specific protein S2 4.809725018 C6_control_C3 +LQ02X007150 Putative Organ-specific protein S2 4.731458892 C6_chemical_A1 +LQ02X007150 Putative Organ-specific protein S2 5.061795362 C6_chemical_A3 +LQ02X007150 Putative Organ-specific protein S2 5.010892867 C6_chemical_B1 +LQ02X007150 Putative Organ-specific protein S2 5.011756823 C6_chemical_B2 +LQ02X007150 Putative Organ-specific protein S2 4.771275453 C6_chemical_B3 +LQ02X007150 Putative Organ-specific protein S2 5.131699977 C6_chemical_C1 +LQ02X007150 Putative Organ-specific protein S2 5.076724166 C6_chemical_C2 +LQ02X007150 Putative Organ-specific protein S2 5.091336606 C6_chemical_C3 +LQ02X007150 Putative Organ-specific protein S2 4.884896513 L4_control_A1 +LQ02X007150 Putative Organ-specific protein S2 5.34188808 L4_control_A2 +LQ02X007150 Putative Organ-specific protein S2 5.11110362 L4_control_A3 +LQ02X007150 Putative Organ-specific protein S2 5.32582403 L4_control_B1 +LQ02X007150 Putative Organ-specific protein S2 4.835784604 L4_control_B2 +LQ02X007150 Putative Organ-specific protein S2 4.847575269 L4_control_B3 +LQ02X007150 Putative Organ-specific protein S2 5.047519173 L4_control_C2 +LQ02X007150 Putative Organ-specific protein S2 6.89954917 L4_control_C3 +LQ02X007150 Putative Organ-specific protein S2 5.30528271 L4_chemical_A1 +LQ02X007150 Putative Organ-specific protein S2 4.922963902 L4_chemical_A2 +LQ02X007150 Putative Organ-specific protein S2 5.508588845 L4_chemical_A3 +LQ02X007150 Putative Organ-specific protein S2 5.003871936 L4_chemical_B1 +LQ02X007150 Putative Organ-specific protein S2 4.830024852 L4_chemical_B2 +LQ02X007150 Putative Organ-specific protein S2 4.990118392 L4_chemical_B3 +LQ02X007150 Putative Organ-specific protein S2 5.157396115 L4_chemical_C2 +LQ02X007150 Putative Organ-specific protein S2 5.806743622 L4_chemical_C3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.423684431 C6_control_A1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.129153711 C6_control_A3 +LQ02X007160 Putative uncharacterized protein (Fragment) 6.018975333 C6_control_B1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.305027522 C6_control_B2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.536856606 C6_control_B3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.776262523 C6_control_C1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.289265064 C6_control_C2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.534520033 C6_control_C3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.281485442 C6_chemical_A1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.407733451 C6_chemical_A3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.543477917 C6_chemical_B1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.425103867 C6_chemical_B2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.140753596 C6_chemical_B3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.707602216 C6_chemical_C1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.154438942 C6_chemical_C2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.688916739 C6_chemical_C3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.208767552 L4_control_A1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.01174157 L4_control_A2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.339867992 L4_control_A3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.381918865 L4_control_B1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.05300779 L4_control_B2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.075279004 L4_control_B3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.277709513 L4_control_C2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.753599116 L4_control_C3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.497886116 L4_chemical_A1 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.439814805 L4_chemical_A2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.471595724 L4_chemical_A3 +LQ02X007160 Putative uncharacterized protein (Fragment) 4.895353543 L4_chemical_B1 +LQ02X007160 Putative uncharacterized protein (Fragment) 4.607362994 L4_chemical_B2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.307262576 L4_chemical_B3 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.296939046 L4_chemical_C2 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.265557822 L4_chemical_C3 +LQ02X007190 Putative uncharacterized protein 9.073868265 C6_control_A1 +LQ02X007190 Putative uncharacterized protein 8.707055085 C6_control_A3 +LQ02X007190 Putative uncharacterized protein 9.007441101 C6_control_B1 +LQ02X007190 Putative uncharacterized protein 9.678110627 C6_control_B2 +LQ02X007190 Putative uncharacterized protein 8.797416338 C6_control_B3 +LQ02X007190 Putative uncharacterized protein 10.62200475 C6_control_C1 +LQ02X007190 Putative uncharacterized protein 10.35734015 C6_control_C2 +LQ02X007190 Putative uncharacterized protein 9.090271773 C6_control_C3 +LQ02X007190 Putative uncharacterized protein 9.136406629 C6_chemical_A1 +LQ02X007190 Putative uncharacterized protein 9.546794999 C6_chemical_A3 +LQ02X007190 Putative uncharacterized protein 9.429256 C6_chemical_B1 +LQ02X007190 Putative uncharacterized protein 10.02525729 C6_chemical_B2 +LQ02X007190 Putative uncharacterized protein 8.22370566 C6_chemical_B3 +LQ02X007190 Putative uncharacterized protein 11.08115608 C6_chemical_C1 +LQ02X007190 Putative uncharacterized protein 11.1733836 C6_chemical_C2 +LQ02X007190 Putative uncharacterized protein 10.66969504 C6_chemical_C3 +LQ02X007190 Putative uncharacterized protein 10.2670625 L4_control_A1 +LQ02X007190 Putative uncharacterized protein 11.1224686 L4_control_A2 +LQ02X007190 Putative uncharacterized protein 10.66994775 L4_control_A3 +LQ02X007190 Putative uncharacterized protein 10.85954608 L4_control_B1 +LQ02X007190 Putative uncharacterized protein 10.84731633 L4_control_B2 +LQ02X007190 Putative uncharacterized protein 10.17257057 L4_control_B3 +LQ02X007190 Putative uncharacterized protein 10.91966392 L4_control_C2 +LQ02X007190 Putative uncharacterized protein 9.242973725 L4_control_C3 +LQ02X007190 Putative uncharacterized protein 10.23628885 L4_chemical_A1 +LQ02X007190 Putative uncharacterized protein 11.50124269 L4_chemical_A2 +LQ02X007190 Putative uncharacterized protein 10.34071472 L4_chemical_A3 +LQ02X007190 Putative uncharacterized protein 10.93459006 L4_chemical_B1 +LQ02X007190 Putative uncharacterized protein 11.33534914 L4_chemical_B2 +LQ02X007190 Putative uncharacterized protein 10.11924177 L4_chemical_B3 +LQ02X007190 Putative uncharacterized protein 12.15506896 L4_chemical_C2 +LQ02X007190 Putative uncharacterized protein 10.35213215 L4_chemical_C3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.00435146 C6_control_A1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.92207849 C6_control_A3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.38091594 C6_control_B1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.60653043 C6_control_B2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.868580342 C6_control_B3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.02026603 C6_control_C1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.25684799 C6_control_C2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.20199924 C6_control_C3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.83939178 C6_chemical_A1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.935711876 C6_chemical_A3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.225975209 C6_chemical_B1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.5157828 C6_chemical_B2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.572543345 C6_chemical_B3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.01504488 C6_chemical_C1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.21841817 C6_chemical_C2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.17857293 C6_chemical_C3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.23462341 L4_control_A1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.08005514 L4_control_A2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.0230551 L4_control_A3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.631260509 L4_control_B1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.55577674 L4_control_B2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.65881589 L4_control_B3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.107217302 L4_control_C2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.614185679 L4_control_C3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.12349203 L4_chemical_A1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.886531117 L4_chemical_A2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.98114695 L4_chemical_A3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.027832491 L4_chemical_B1 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.59728416 L4_chemical_B2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.2181339 L4_chemical_B3 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.438863927 L4_chemical_C2 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.498113747 L4_chemical_C3 +LQ02X007250 Putative uncharacterized protein 5.901176941 C6_control_A1 +LQ02X007250 Putative uncharacterized protein 6.073696479 C6_control_A3 +LQ02X007250 Putative uncharacterized protein 5.683233235 C6_control_B1 +LQ02X007250 Putative uncharacterized protein 5.921755802 C6_control_B2 +LQ02X007250 Putative uncharacterized protein 5.696394524 C6_control_B3 +LQ02X007250 Putative uncharacterized protein 5.967788058 C6_control_C1 +LQ02X007250 Putative uncharacterized protein 6.286360869 C6_control_C2 +LQ02X007250 Putative uncharacterized protein 6.28582634 C6_control_C3 +LQ02X007250 Putative uncharacterized protein 5.698818336 C6_chemical_A1 +LQ02X007250 Putative uncharacterized protein 5.431459889 C6_chemical_A3 +LQ02X007250 Putative uncharacterized protein 5.526353677 C6_chemical_B1 +LQ02X007250 Putative uncharacterized protein 6.006929809 C6_chemical_B2 +LQ02X007250 Putative uncharacterized protein 5.384378004 C6_chemical_B3 +LQ02X007250 Putative uncharacterized protein 6.176979715 C6_chemical_C1 +LQ02X007250 Putative uncharacterized protein 6.206880447 C6_chemical_C2 +LQ02X007250 Putative uncharacterized protein 6.235065571 C6_chemical_C3 +LQ02X007250 Putative uncharacterized protein 5.325470525 L4_control_A1 +LQ02X007250 Putative uncharacterized protein 5.464964445 L4_control_A2 +LQ02X007250 Putative uncharacterized protein 5.048891857 L4_control_A3 +LQ02X007250 Putative uncharacterized protein 5.381229122 L4_control_B1 +LQ02X007250 Putative uncharacterized protein 5.334943438 L4_control_B2 +LQ02X007250 Putative uncharacterized protein 5.670731103 L4_control_B3 +LQ02X007250 Putative uncharacterized protein 5.332939741 L4_control_C2 +LQ02X007250 Putative uncharacterized protein 5.691035471 L4_control_C3 +LQ02X007250 Putative uncharacterized protein 5.718660367 L4_chemical_A1 +LQ02X007250 Putative uncharacterized protein 5.704430892 L4_chemical_A2 +LQ02X007250 Putative uncharacterized protein 5.886313405 L4_chemical_A3 +LQ02X007250 Putative uncharacterized protein 5.645809212 L4_chemical_B1 +LQ02X007250 Putative uncharacterized protein 5.320788883 L4_chemical_B2 +LQ02X007250 Putative uncharacterized protein 5.895885253 L4_chemical_B3 +LQ02X007250 Putative uncharacterized protein 5.940319055 L4_chemical_C2 +LQ02X007250 Putative uncharacterized protein 5.167593844 L4_chemical_C3 +LQ02X007260 Putative Translation initiation factor IF-2 9.925039375 C6_control_A1 +LQ02X007260 Putative Translation initiation factor IF-2 10.1459477 C6_control_A3 +LQ02X007260 Putative Translation initiation factor IF-2 9.220978049 C6_control_B1 +LQ02X007260 Putative Translation initiation factor IF-2 10.0322857 C6_control_B2 +LQ02X007260 Putative Translation initiation factor IF-2 9.433946624 C6_control_B3 +LQ02X007260 Putative Translation initiation factor IF-2 10.43772721 C6_control_C1 +LQ02X007260 Putative Translation initiation factor IF-2 10.47111402 C6_control_C2 +LQ02X007260 Putative Translation initiation factor IF-2 10.31450815 C6_control_C3 +LQ02X007260 Putative Translation initiation factor IF-2 9.985021432 C6_chemical_A1 +LQ02X007260 Putative Translation initiation factor IF-2 10.02959921 C6_chemical_A3 +LQ02X007260 Putative Translation initiation factor IF-2 9.047839115 C6_chemical_B1 +LQ02X007260 Putative Translation initiation factor IF-2 9.977210846 C6_chemical_B2 +LQ02X007260 Putative Translation initiation factor IF-2 9.438227188 C6_chemical_B3 +LQ02X007260 Putative Translation initiation factor IF-2 10.02273649 C6_chemical_C1 +LQ02X007260 Putative Translation initiation factor IF-2 10.43939077 C6_chemical_C2 +LQ02X007260 Putative Translation initiation factor IF-2 10.53691061 C6_chemical_C3 +LQ02X007260 Putative Translation initiation factor IF-2 10.65392234 L4_control_A1 +LQ02X007260 Putative Translation initiation factor IF-2 10.69526516 L4_control_A2 +LQ02X007260 Putative Translation initiation factor IF-2 11.18845275 L4_control_A3 +LQ02X007260 Putative Translation initiation factor IF-2 8.715372092 L4_control_B1 +LQ02X007260 Putative Translation initiation factor IF-2 9.895438411 L4_control_B2 +LQ02X007260 Putative Translation initiation factor IF-2 10.03700602 L4_control_B3 +LQ02X007260 Putative Translation initiation factor IF-2 10.38379533 L4_control_C2 +LQ02X007260 Putative Translation initiation factor IF-2 10.45956496 L4_control_C3 +LQ02X007260 Putative Translation initiation factor IF-2 10.00718414 L4_chemical_A1 +LQ02X007260 Putative Translation initiation factor IF-2 10.01478952 L4_chemical_A2 +LQ02X007260 Putative Translation initiation factor IF-2 10.55401537 L4_chemical_A3 +LQ02X007260 Putative Translation initiation factor IF-2 8.743886195 L4_chemical_B1 +LQ02X007260 Putative Translation initiation factor IF-2 9.492663428 L4_chemical_B2 +LQ02X007260 Putative Translation initiation factor IF-2 9.833493786 L4_chemical_B3 +LQ02X007260 Putative Translation initiation factor IF-2 10.17106406 L4_chemical_C2 +LQ02X007260 Putative Translation initiation factor IF-2 10.31543849 L4_chemical_C3 +LQ02X007290 Putative GATA transcription factor 5 6.055169471 C6_control_A1 +LQ02X007290 Putative GATA transcription factor 5 5.802731242 C6_control_A3 +LQ02X007290 Putative GATA transcription factor 5 5.258244578 C6_control_B1 +LQ02X007290 Putative GATA transcription factor 5 5.72347688 C6_control_B2 +LQ02X007290 Putative GATA transcription factor 5 5.665550343 C6_control_B3 +LQ02X007290 Putative GATA transcription factor 5 5.755214487 C6_control_C1 +LQ02X007290 Putative GATA transcription factor 5 8.38662273 C6_control_C2 +LQ02X007290 Putative GATA transcription factor 5 5.372916988 C6_control_C3 +LQ02X007290 Putative GATA transcription factor 5 5.733088415 C6_chemical_A1 +LQ02X007290 Putative GATA transcription factor 5 5.653251392 C6_chemical_A3 +LQ02X007290 Putative GATA transcription factor 5 5.10054324 C6_chemical_B1 +LQ02X007290 Putative GATA transcription factor 5 5.879451717 C6_chemical_B2 +LQ02X007290 Putative GATA transcription factor 5 5.06218225 C6_chemical_B3 +LQ02X007290 Putative GATA transcription factor 5 6.170964207 C6_chemical_C1 +LQ02X007290 Putative GATA transcription factor 5 5.880272974 C6_chemical_C2 +LQ02X007290 Putative GATA transcription factor 5 5.451755633 C6_chemical_C3 +LQ02X007290 Putative GATA transcription factor 5 5.181096724 L4_control_A1 +LQ02X007290 Putative GATA transcription factor 5 5.234522626 L4_control_A2 +LQ02X007290 Putative GATA transcription factor 5 6.012054159 L4_control_A3 +LQ02X007290 Putative GATA transcription factor 5 5.031803427 L4_control_B1 +LQ02X007290 Putative GATA transcription factor 5 5.782482276 L4_control_B2 +LQ02X007290 Putative GATA transcription factor 5 5.068168093 L4_control_B3 +LQ02X007290 Putative GATA transcription factor 5 5.080208564 L4_control_C2 +LQ02X007290 Putative GATA transcription factor 5 4.911630122 L4_control_C3 +LQ02X007290 Putative GATA transcription factor 5 5.0658022 L4_chemical_A1 +LQ02X007290 Putative GATA transcription factor 5 5.162819045 L4_chemical_A2 +LQ02X007290 Putative GATA transcription factor 5 5.870172504 L4_chemical_A3 +LQ02X007290 Putative GATA transcription factor 5 5.742981194 L4_chemical_B1 +LQ02X007290 Putative GATA transcription factor 5 5.034092352 L4_chemical_B2 +LQ02X007290 Putative GATA transcription factor 5 5.289953803 L4_chemical_B3 +LQ02X007290 Putative GATA transcription factor 5 5.225325683 L4_chemical_C2 +LQ02X007290 Putative GATA transcription factor 5 5.515224164 L4_chemical_C3 +LQ02X007320 Squalene synthase 11.7321584 C6_control_A1 +LQ02X007320 Squalene synthase 11.73742887 C6_control_A3 +LQ02X007320 Squalene synthase 12.02544552 C6_control_B1 +LQ02X007320 Squalene synthase 11.34573504 C6_control_B2 +LQ02X007320 Squalene synthase 11.76654695 C6_control_B3 +LQ02X007320 Squalene synthase 12.34358248 C6_control_C1 +LQ02X007320 Squalene synthase 12.32605912 C6_control_C2 +LQ02X007320 Squalene synthase 11.89092796 C6_control_C3 +LQ02X007320 Squalene synthase 11.65579216 C6_chemical_A1 +LQ02X007320 Squalene synthase 11.48657085 C6_chemical_A3 +LQ02X007320 Squalene synthase 12.26326873 C6_chemical_B1 +LQ02X007320 Squalene synthase 11.55502617 C6_chemical_B2 +LQ02X007320 Squalene synthase 11.7258668 C6_chemical_B3 +LQ02X007320 Squalene synthase 12.3920824 C6_chemical_C1 +LQ02X007320 Squalene synthase 12.27563985 C6_chemical_C2 +LQ02X007320 Squalene synthase 12.26417473 C6_chemical_C3 +LQ02X007320 Squalene synthase 11.60943878 L4_control_A1 +LQ02X007320 Squalene synthase 12.19568105 L4_control_A2 +LQ02X007320 Squalene synthase 11.80894647 L4_control_A3 +LQ02X007320 Squalene synthase 12.31610608 L4_control_B1 +LQ02X007320 Squalene synthase 12.26871108 L4_control_B2 +LQ02X007320 Squalene synthase 12.16578619 L4_control_B3 +LQ02X007320 Squalene synthase 12.73608381 L4_control_C2 +LQ02X007320 Squalene synthase 12.94520472 L4_control_C3 +LQ02X007320 Squalene synthase 11.25349718 L4_chemical_A1 +LQ02X007320 Squalene synthase 11.92032527 L4_chemical_A2 +LQ02X007320 Squalene synthase 11.74283781 L4_chemical_A3 +LQ02X007320 Squalene synthase 12.04596027 L4_chemical_B1 +LQ02X007320 Squalene synthase 11.68127648 L4_chemical_B2 +LQ02X007320 Squalene synthase 12.09395351 L4_chemical_B3 +LQ02X007320 Squalene synthase 12.34056319 L4_chemical_C2 +LQ02X007320 Squalene synthase 12.73469071 L4_chemical_C3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.528085299 C6_control_A1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 7.504089582 C6_control_A3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.390108685 C6_control_B1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.375302301 C6_control_B2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.80173324 C6_control_B3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.288158962 C6_control_C1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 7.513315518 C6_control_C2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.933756376 C6_control_C3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.248787047 C6_chemical_A1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.103918974 C6_chemical_A3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.738019754 C6_chemical_B1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.433623006 C6_chemical_B2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.805754964 C6_chemical_B3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.887636624 C6_chemical_C1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.255558375 C6_chemical_C2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.398008147 C6_chemical_C3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.40789253 L4_control_A1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.60901037 L4_control_A2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.155158561 L4_control_A3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.460007341 L4_control_B1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.770268776 L4_control_B2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.912479885 L4_control_B3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.662549855 L4_control_C2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.42915424 L4_control_C3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.964515465 L4_chemical_A1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.250493824 L4_chemical_A2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.644692123 L4_chemical_A3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.172321217 L4_chemical_B1 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.249711811 L4_chemical_B2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.15541137 L4_chemical_B3 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.761352549 L4_chemical_C2 +LQ02X007400 Putative Probable RNA-binding protein yqeI 5.791125384 L4_chemical_C3 +LQ02X007430 Putative uncharacterized protein 12.37612244 C6_control_A1 +LQ02X007430 Putative uncharacterized protein 12.78669713 C6_control_A3 +LQ02X007430 Putative uncharacterized protein 12.72028585 C6_control_B1 +LQ02X007430 Putative uncharacterized protein 12.25197969 C6_control_B2 +LQ02X007430 Putative uncharacterized protein 12.54765814 C6_control_B3 +LQ02X007430 Putative uncharacterized protein 8.614820054 C6_control_C1 +LQ02X007430 Putative uncharacterized protein 9.959662517 C6_control_C2 +LQ02X007430 Putative uncharacterized protein 8.680322435 C6_control_C3 +LQ02X007430 Putative uncharacterized protein 12.39812856 C6_chemical_A1 +LQ02X007430 Putative uncharacterized protein 12.46931845 C6_chemical_A3 +LQ02X007430 Putative uncharacterized protein 12.51244776 C6_chemical_B1 +LQ02X007430 Putative uncharacterized protein 12.35075759 C6_chemical_B2 +LQ02X007430 Putative uncharacterized protein 12.39679499 C6_chemical_B3 +LQ02X007430 Putative uncharacterized protein 9.032729476 C6_chemical_C1 +LQ02X007430 Putative uncharacterized protein 8.51032804 C6_chemical_C2 +LQ02X007430 Putative uncharacterized protein 8.193694983 C6_chemical_C3 +LQ02X007430 Putative uncharacterized protein 12.12201926 L4_control_A1 +LQ02X007430 Putative uncharacterized protein 11.67648754 L4_control_A2 +LQ02X007430 Putative uncharacterized protein 11.75733043 L4_control_A3 +LQ02X007430 Putative uncharacterized protein 12.24327329 L4_control_B1 +LQ02X007430 Putative uncharacterized protein 12.29918089 L4_control_B2 +LQ02X007430 Putative uncharacterized protein 11.90713603 L4_control_B3 +LQ02X007430 Putative uncharacterized protein 7.156265684 L4_control_C2 +LQ02X007430 Putative uncharacterized protein 7.397895997 L4_control_C3 +LQ02X007430 Putative uncharacterized protein 11.564736 L4_chemical_A1 +LQ02X007430 Putative uncharacterized protein 11.21264038 L4_chemical_A2 +LQ02X007430 Putative uncharacterized protein 11.83802987 L4_chemical_A3 +LQ02X007430 Putative uncharacterized protein 11.78931711 L4_chemical_B1 +LQ02X007430 Putative uncharacterized protein 12.06201838 L4_chemical_B2 +LQ02X007430 Putative uncharacterized protein 12.13666768 L4_chemical_B3 +LQ02X007430 Putative uncharacterized protein 7.541313394 L4_chemical_C2 +LQ02X007430 Putative uncharacterized protein 7.70891905 L4_chemical_C3 +LQ02X007450 Hypothetical protein 4.847211596 C6_control_A1 +LQ02X007450 Hypothetical protein 4.433957819 C6_control_A3 +LQ02X007450 Hypothetical protein 4.700833546 C6_control_B1 +LQ02X007450 Hypothetical protein 4.661552129 C6_control_B2 +LQ02X007450 Hypothetical protein 4.984489346 C6_control_B3 +LQ02X007450 Hypothetical protein 4.834108524 C6_control_C1 +LQ02X007450 Hypothetical protein 4.584875892 C6_control_C2 +LQ02X007450 Hypothetical protein 4.830110059 C6_control_C3 +LQ02X007450 Hypothetical protein 4.791998747 C6_chemical_A1 +LQ02X007450 Hypothetical protein 4.676775585 C6_chemical_A3 +LQ02X007450 Hypothetical protein 4.740381034 C6_chemical_B1 +LQ02X007450 Hypothetical protein 4.632947046 C6_chemical_B2 +LQ02X007450 Hypothetical protein 4.935822958 C6_chemical_B3 +LQ02X007450 Hypothetical protein 4.758277427 C6_chemical_C1 +LQ02X007450 Hypothetical protein 4.603572071 C6_chemical_C2 +LQ02X007450 Hypothetical protein 4.813953319 C6_chemical_C3 +LQ02X007450 Hypothetical protein 4.55304915 L4_control_A1 +LQ02X007450 Hypothetical protein 4.563404969 L4_control_A2 +LQ02X007450 Hypothetical protein 4.598336055 L4_control_A3 +LQ02X007450 Hypothetical protein 4.956599442 L4_control_B1 +LQ02X007450 Hypothetical protein 4.889113893 L4_control_B2 +LQ02X007450 Hypothetical protein 4.770155655 L4_control_B3 +LQ02X007450 Hypothetical protein 4.914271043 L4_control_C2 +LQ02X007450 Hypothetical protein 5.129340831 L4_control_C3 +LQ02X007450 Hypothetical protein 4.750233763 L4_chemical_A1 +LQ02X007450 Hypothetical protein 4.619969565 L4_chemical_A2 +LQ02X007450 Hypothetical protein 4.920737287 L4_chemical_A3 +LQ02X007450 Hypothetical protein 4.921692439 L4_chemical_B1 +LQ02X007450 Hypothetical protein 4.95876702 L4_chemical_B2 +LQ02X007450 Hypothetical protein 4.681119105 L4_chemical_B3 +LQ02X007450 Hypothetical protein 5.23557493 L4_chemical_C2 +LQ02X007450 Hypothetical protein 5.40803958 L4_chemical_C3 +LQ02X007460 Putative uncharacterized protein 4.833143641 C6_control_A1 +LQ02X007460 Putative uncharacterized protein 4.902128762 C6_control_A3 +LQ02X007460 Putative uncharacterized protein 5.350700859 C6_control_B1 +LQ02X007460 Putative uncharacterized protein 4.966781632 C6_control_B2 +LQ02X007460 Putative uncharacterized protein 5.011038611 C6_control_B3 +LQ02X007460 Putative uncharacterized protein 4.913107175 C6_control_C1 +LQ02X007460 Putative uncharacterized protein 4.818184358 C6_control_C2 +LQ02X007460 Putative uncharacterized protein 5.516919351 C6_control_C3 +LQ02X007460 Putative uncharacterized protein 4.772818388 C6_chemical_A1 +LQ02X007460 Putative uncharacterized protein 5.057145243 C6_chemical_A3 +LQ02X007460 Putative uncharacterized protein 5.678772351 C6_chemical_B1 +LQ02X007460 Putative uncharacterized protein 4.976786338 C6_chemical_B2 +LQ02X007460 Putative uncharacterized protein 5.240185899 C6_chemical_B3 +LQ02X007460 Putative uncharacterized protein 4.997040908 C6_chemical_C1 +LQ02X007460 Putative uncharacterized protein 4.860433256 C6_chemical_C2 +LQ02X007460 Putative uncharacterized protein 4.930972427 C6_chemical_C3 +LQ02X007460 Putative uncharacterized protein 5.366593637 L4_control_A1 +LQ02X007460 Putative uncharacterized protein 4.904503358 L4_control_A2 +LQ02X007460 Putative uncharacterized protein 4.790671705 L4_control_A3 +LQ02X007460 Putative uncharacterized protein 4.908745153 L4_control_B1 +LQ02X007460 Putative uncharacterized protein 4.944482637 L4_control_B2 +LQ02X007460 Putative uncharacterized protein 4.935175416 L4_control_B3 +LQ02X007460 Putative uncharacterized protein 5.173588895 L4_control_C2 +LQ02X007460 Putative uncharacterized protein 5.28206335 L4_control_C3 +LQ02X007460 Putative uncharacterized protein 4.727052036 L4_chemical_A1 +LQ02X007460 Putative uncharacterized protein 4.819397484 L4_chemical_A2 +LQ02X007460 Putative uncharacterized protein 4.95906938 L4_chemical_A3 +LQ02X007460 Putative uncharacterized protein 4.765339639 L4_chemical_B1 +LQ02X007460 Putative uncharacterized protein 4.900641704 L4_chemical_B2 +LQ02X007460 Putative uncharacterized protein 4.683328087 L4_chemical_B3 +LQ02X007460 Putative uncharacterized protein 5.119641411 L4_chemical_C2 +LQ02X007460 Putative uncharacterized protein 5.56961222 L4_chemical_C3 +LQ02X007490 Coatomer subunit alpha-1 13.22526294 C6_control_A1 +LQ02X007490 Coatomer subunit alpha-1 12.94959938 C6_control_A3 +LQ02X007490 Coatomer subunit alpha-1 13.32221035 C6_control_B1 +LQ02X007490 Coatomer subunit alpha-1 13.8344573 C6_control_B2 +LQ02X007490 Coatomer subunit alpha-1 13.30332797 C6_control_B3 +LQ02X007490 Coatomer subunit alpha-1 13.3951826 C6_control_C1 +LQ02X007490 Coatomer subunit alpha-1 13.61850337 C6_control_C2 +LQ02X007490 Coatomer subunit alpha-1 13.68687015 C6_control_C3 +LQ02X007490 Coatomer subunit alpha-1 13.16166295 C6_chemical_A1 +LQ02X007490 Coatomer subunit alpha-1 12.80967276 C6_chemical_A3 +LQ02X007490 Coatomer subunit alpha-1 13.05449187 C6_chemical_B1 +LQ02X007490 Coatomer subunit alpha-1 13.54866614 C6_chemical_B2 +LQ02X007490 Coatomer subunit alpha-1 13.40194673 C6_chemical_B3 +LQ02X007490 Coatomer subunit alpha-1 13.51660664 C6_chemical_C1 +LQ02X007490 Coatomer subunit alpha-1 13.38826483 C6_chemical_C2 +LQ02X007490 Coatomer subunit alpha-1 13.42046085 C6_chemical_C3 +LQ02X007490 Coatomer subunit alpha-1 13.02118886 L4_control_A1 +LQ02X007490 Coatomer subunit alpha-1 13.19834966 L4_control_A2 +LQ02X007490 Coatomer subunit alpha-1 12.25577785 L4_control_A3 +LQ02X007490 Coatomer subunit alpha-1 13.12476761 L4_control_B1 +LQ02X007490 Coatomer subunit alpha-1 12.86167859 L4_control_B2 +LQ02X007490 Coatomer subunit alpha-1 13.3040139 L4_control_B3 +LQ02X007490 Coatomer subunit alpha-1 12.58564754 L4_control_C2 +LQ02X007490 Coatomer subunit alpha-1 12.67449506 L4_control_C3 +LQ02X007490 Coatomer subunit alpha-1 13.01791572 L4_chemical_A1 +LQ02X007490 Coatomer subunit alpha-1 13.09719089 L4_chemical_A2 +LQ02X007490 Coatomer subunit alpha-1 12.63459478 L4_chemical_A3 +LQ02X007490 Coatomer subunit alpha-1 12.75022944 L4_chemical_B1 +LQ02X007490 Coatomer subunit alpha-1 12.74300964 L4_chemical_B2 +LQ02X007490 Coatomer subunit alpha-1 13.41487328 L4_chemical_B3 +LQ02X007490 Coatomer subunit alpha-1 12.46635731 L4_chemical_C2 +LQ02X007490 Coatomer subunit alpha-1 12.67724749 L4_chemical_C3 +LQ02X007500 Predicted protein 13.42433624 C6_control_A1 +LQ02X007500 Predicted protein 12.85927493 C6_control_A3 +LQ02X007500 Predicted protein 13.29036888 C6_control_B1 +LQ02X007500 Predicted protein 13.18929523 C6_control_B2 +LQ02X007500 Predicted protein 12.91482949 C6_control_B3 +LQ02X007500 Predicted protein 12.88485509 C6_control_C1 +LQ02X007500 Predicted protein 12.7583327 C6_control_C2 +LQ02X007500 Predicted protein 12.26394852 C6_control_C3 +LQ02X007500 Predicted protein 13.63525678 C6_chemical_A1 +LQ02X007500 Predicted protein 12.33635065 C6_chemical_A3 +LQ02X007500 Predicted protein 13.34419835 C6_chemical_B1 +LQ02X007500 Predicted protein 13.81505447 C6_chemical_B2 +LQ02X007500 Predicted protein 12.73324555 C6_chemical_B3 +LQ02X007500 Predicted protein 13.10810677 C6_chemical_C1 +LQ02X007500 Predicted protein 12.88972595 C6_chemical_C2 +LQ02X007500 Predicted protein 12.5764917 C6_chemical_C3 +LQ02X007500 Predicted protein 12.96304268 L4_control_A1 +LQ02X007500 Predicted protein 13.64593063 L4_control_A2 +LQ02X007500 Predicted protein 12.76967064 L4_control_A3 +LQ02X007500 Predicted protein 12.72625705 L4_control_B1 +LQ02X007500 Predicted protein 12.63318627 L4_control_B2 +LQ02X007500 Predicted protein 11.91831052 L4_control_B3 +LQ02X007500 Predicted protein 12.29291956 L4_control_C2 +LQ02X007500 Predicted protein 11.56468655 L4_control_C3 +LQ02X007500 Predicted protein 13.16091045 L4_chemical_A1 +LQ02X007500 Predicted protein 13.60971404 L4_chemical_A2 +LQ02X007500 Predicted protein 13.12757328 L4_chemical_A3 +LQ02X007500 Predicted protein 13.17253559 L4_chemical_B1 +LQ02X007500 Predicted protein 13.18764579 L4_chemical_B2 +LQ02X007500 Predicted protein 12.87930328 L4_chemical_B3 +LQ02X007500 Predicted protein 12.78560732 L4_chemical_C2 +LQ02X007500 Predicted protein 11.92105931 L4_chemical_C3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.02224198 C6_control_A1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.66319523 C6_control_A3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.23744638 C6_control_B1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.623239023 C6_control_B2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.924192276 C6_control_B3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.607245276 C6_control_C1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.186671453 C6_control_C2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 8.742809177 C6_control_C3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.58606532 C6_chemical_A1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.931994025 C6_chemical_A3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.76960592 C6_chemical_B1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.937668961 C6_chemical_B2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.39882769 C6_chemical_B3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.782750483 C6_chemical_C1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.622363613 C6_chemical_C2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.449373327 C6_chemical_C3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.28595112 L4_control_A1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.6235892 L4_control_A2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 11.29207068 L4_control_A3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.38621849 L4_control_B1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 11.59489223 L4_control_B2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.40389571 L4_control_B3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.43280391 L4_control_C2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 11.61325649 L4_control_C3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 9.756370941 L4_chemical_A1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.57031142 L4_chemical_A2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.91934206 L4_chemical_A3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.58082271 L4_chemical_B1 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.99727007 L4_chemical_B2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.17210132 L4_chemical_B3 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.40279109 L4_chemical_C2 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 11.01765214 L4_chemical_C3 +LQ02X007540 Cysteine proteinase RD19a 13.94588099 C6_control_A1 +LQ02X007540 Cysteine proteinase RD19a 13.78030109 C6_control_A3 +LQ02X007540 Cysteine proteinase RD19a 13.8284602 C6_control_B1 +LQ02X007540 Cysteine proteinase RD19a 14.50768752 C6_control_B2 +LQ02X007540 Cysteine proteinase RD19a 13.90165714 C6_control_B3 +LQ02X007540 Cysteine proteinase RD19a 13.94484161 C6_control_C1 +LQ02X007540 Cysteine proteinase RD19a 14.17050166 C6_control_C2 +LQ02X007540 Cysteine proteinase RD19a 13.46594183 C6_control_C3 +LQ02X007540 Cysteine proteinase RD19a 14.43040516 C6_chemical_A1 +LQ02X007540 Cysteine proteinase RD19a 14.33300697 C6_chemical_A3 +LQ02X007540 Cysteine proteinase RD19a 14.086161 C6_chemical_B1 +LQ02X007540 Cysteine proteinase RD19a 14.45365753 C6_chemical_B2 +LQ02X007540 Cysteine proteinase RD19a 14.16699366 C6_chemical_B3 +LQ02X007540 Cysteine proteinase RD19a 13.97553774 C6_chemical_C1 +LQ02X007540 Cysteine proteinase RD19a 13.69129803 C6_chemical_C2 +LQ02X007540 Cysteine proteinase RD19a 13.70608763 C6_chemical_C3 +LQ02X007540 Cysteine proteinase RD19a 14.41931999 L4_control_A1 +LQ02X007540 Cysteine proteinase RD19a 14.13124224 L4_control_A2 +LQ02X007540 Cysteine proteinase RD19a 13.79425648 L4_control_A3 +LQ02X007540 Cysteine proteinase RD19a 13.4831717 L4_control_B1 +LQ02X007540 Cysteine proteinase RD19a 13.76545799 L4_control_B2 +LQ02X007540 Cysteine proteinase RD19a 14.11359763 L4_control_B3 +LQ02X007540 Cysteine proteinase RD19a 13.14827088 L4_control_C2 +LQ02X007540 Cysteine proteinase RD19a 13.61062931 L4_control_C3 +LQ02X007540 Cysteine proteinase RD19a 15.03143876 L4_chemical_A1 +LQ02X007540 Cysteine proteinase RD19a 14.67438878 L4_chemical_A2 +LQ02X007540 Cysteine proteinase RD19a 14.16017932 L4_chemical_A3 +LQ02X007540 Cysteine proteinase RD19a 13.71549289 L4_chemical_B1 +LQ02X007540 Cysteine proteinase RD19a 13.71945353 L4_chemical_B2 +LQ02X007540 Cysteine proteinase RD19a 14.18150933 L4_chemical_B3 +LQ02X007540 Cysteine proteinase RD19a 13.39027626 L4_chemical_C2 +LQ02X007540 Cysteine proteinase RD19a 13.44881473 L4_chemical_C3 +LQ02X007550 Purple acid phosphatase 2 10.22877809 C6_control_A1 +LQ02X007550 Purple acid phosphatase 2 10.20273743 C6_control_A3 +LQ02X007550 Purple acid phosphatase 2 10.58355559 C6_control_B1 +LQ02X007550 Purple acid phosphatase 2 10.31924307 C6_control_B2 +LQ02X007550 Purple acid phosphatase 2 10.82482465 C6_control_B3 +LQ02X007550 Purple acid phosphatase 2 9.689680772 C6_control_C1 +LQ02X007550 Purple acid phosphatase 2 9.762999309 C6_control_C2 +LQ02X007550 Purple acid phosphatase 2 8.689207572 C6_control_C3 +LQ02X007550 Purple acid phosphatase 2 10.15986868 C6_chemical_A1 +LQ02X007550 Purple acid phosphatase 2 10.1239424 C6_chemical_A3 +LQ02X007550 Purple acid phosphatase 2 10.82952256 C6_chemical_B1 +LQ02X007550 Purple acid phosphatase 2 10.71237858 C6_chemical_B2 +LQ02X007550 Purple acid phosphatase 2 10.62632176 C6_chemical_B3 +LQ02X007550 Purple acid phosphatase 2 9.673079327 C6_chemical_C1 +LQ02X007550 Purple acid phosphatase 2 9.43391898 C6_chemical_C2 +LQ02X007550 Purple acid phosphatase 2 9.082339325 C6_chemical_C3 +LQ02X007550 Purple acid phosphatase 2 10.50820685 L4_control_A1 +LQ02X007550 Purple acid phosphatase 2 10.77583377 L4_control_A2 +LQ02X007550 Purple acid phosphatase 2 11.33073667 L4_control_A3 +LQ02X007550 Purple acid phosphatase 2 11.4107706 L4_control_B1 +LQ02X007550 Purple acid phosphatase 2 11.16005982 L4_control_B2 +LQ02X007550 Purple acid phosphatase 2 10.42866539 L4_control_B3 +LQ02X007550 Purple acid phosphatase 2 9.378520133 L4_control_C2 +LQ02X007550 Purple acid phosphatase 2 9.936677045 L4_control_C3 +LQ02X007550 Purple acid phosphatase 2 10.83243547 L4_chemical_A1 +LQ02X007550 Purple acid phosphatase 2 10.93619125 L4_chemical_A2 +LQ02X007550 Purple acid phosphatase 2 11.23489785 L4_chemical_A3 +LQ02X007550 Purple acid phosphatase 2 11.68354028 L4_chemical_B1 +LQ02X007550 Purple acid phosphatase 2 10.59289267 L4_chemical_B2 +LQ02X007550 Purple acid phosphatase 2 11.26531936 L4_chemical_B3 +LQ02X007550 Purple acid phosphatase 2 9.693344957 L4_chemical_C2 +LQ02X007550 Purple acid phosphatase 2 10.19659776 L4_chemical_C3 +LQ02X007570 Putative uncharacterized protein 5.355786105 C6_control_A1 +LQ02X007570 Putative uncharacterized protein 5.813359362 C6_control_A3 +LQ02X007570 Putative uncharacterized protein 5.174682961 C6_control_B1 +LQ02X007570 Putative uncharacterized protein 5.166721832 C6_control_B2 +LQ02X007570 Putative uncharacterized protein 5.646217247 C6_control_B3 +LQ02X007570 Putative uncharacterized protein 5.128293268 C6_control_C1 +LQ02X007570 Putative uncharacterized protein 5.263798111 C6_control_C2 +LQ02X007570 Putative uncharacterized protein 5.542207523 C6_control_C3 +LQ02X007570 Putative uncharacterized protein 5.394359005 C6_chemical_A1 +LQ02X007570 Putative uncharacterized protein 5.549378743 C6_chemical_A3 +LQ02X007570 Putative uncharacterized protein 5.16960023 C6_chemical_B1 +LQ02X007570 Putative uncharacterized protein 5.183006659 C6_chemical_B2 +LQ02X007570 Putative uncharacterized protein 5.314854736 C6_chemical_B3 +LQ02X007570 Putative uncharacterized protein 5.38544684 C6_chemical_C1 +LQ02X007570 Putative uncharacterized protein 5.1791452 C6_chemical_C2 +LQ02X007570 Putative uncharacterized protein 5.271586817 C6_chemical_C3 +LQ02X007570 Putative uncharacterized protein 5.202419968 L4_control_A1 +LQ02X007570 Putative uncharacterized protein 5.190477703 L4_control_A2 +LQ02X007570 Putative uncharacterized protein 5.12868063 L4_control_A3 +LQ02X007570 Putative uncharacterized protein 5.463180347 L4_control_B1 +LQ02X007570 Putative uncharacterized protein 5.317476382 L4_control_B2 +LQ02X007570 Putative uncharacterized protein 5.170776172 L4_control_B3 +LQ02X007570 Putative uncharacterized protein 5.614734422 L4_control_C2 +LQ02X007570 Putative uncharacterized protein 5.650632571 L4_control_C3 +LQ02X007570 Putative uncharacterized protein 5.406847819 L4_chemical_A1 +LQ02X007570 Putative uncharacterized protein 5.339911606 L4_chemical_A2 +LQ02X007570 Putative uncharacterized protein 5.582174406 L4_chemical_A3 +LQ02X007570 Putative uncharacterized protein 5.470686278 L4_chemical_B1 +LQ02X007570 Putative uncharacterized protein 5.353789147 L4_chemical_B2 +LQ02X007570 Putative uncharacterized protein 5.098630474 L4_chemical_B3 +LQ02X007570 Putative uncharacterized protein 5.229437847 L4_chemical_C2 +LQ02X007570 Putative uncharacterized protein 5.041092514 L4_chemical_C3 +LQ02X007580 Beta-galactosidase 3 8.893360812 C6_control_A1 +LQ02X007580 Beta-galactosidase 3 8.042324261 C6_control_A3 +LQ02X007580 Beta-galactosidase 3 9.577646179 C6_control_B1 +LQ02X007580 Beta-galactosidase 3 9.402547126 C6_control_B2 +LQ02X007580 Beta-galactosidase 3 9.115038992 C6_control_B3 +LQ02X007580 Beta-galactosidase 3 6.834501927 C6_control_C1 +LQ02X007580 Beta-galactosidase 3 5.835546979 C6_control_C2 +LQ02X007580 Beta-galactosidase 3 7.154585867 C6_control_C3 +LQ02X007580 Beta-galactosidase 3 8.971271028 C6_chemical_A1 +LQ02X007580 Beta-galactosidase 3 8.527539958 C6_chemical_A3 +LQ02X007580 Beta-galactosidase 3 8.796010775 C6_chemical_B1 +LQ02X007580 Beta-galactosidase 3 8.887970394 C6_chemical_B2 +LQ02X007580 Beta-galactosidase 3 8.589604996 C6_chemical_B3 +LQ02X007580 Beta-galactosidase 3 7.107015971 C6_chemical_C1 +LQ02X007580 Beta-galactosidase 3 6.646483755 C6_chemical_C2 +LQ02X007580 Beta-galactosidase 3 6.706260878 C6_chemical_C3 +LQ02X007580 Beta-galactosidase 3 7.858053227 L4_control_A1 +LQ02X007580 Beta-galactosidase 3 8.275988592 L4_control_A2 +LQ02X007580 Beta-galactosidase 3 7.004710594 L4_control_A3 +LQ02X007580 Beta-galactosidase 3 8.851893465 L4_control_B1 +LQ02X007580 Beta-galactosidase 3 8.7411542 L4_control_B2 +LQ02X007580 Beta-galactosidase 3 8.061962261 L4_control_B3 +LQ02X007580 Beta-galactosidase 3 6.394335426 L4_control_C2 +LQ02X007580 Beta-galactosidase 3 5.922366675 L4_control_C3 +LQ02X007580 Beta-galactosidase 3 8.079746427 L4_chemical_A1 +LQ02X007580 Beta-galactosidase 3 7.678017007 L4_chemical_A2 +LQ02X007580 Beta-galactosidase 3 6.73769104 L4_chemical_A3 +LQ02X007580 Beta-galactosidase 3 8.164010356 L4_chemical_B1 +LQ02X007580 Beta-galactosidase 3 9.092481775 L4_chemical_B2 +LQ02X007580 Beta-galactosidase 3 7.830143281 L4_chemical_B3 +LQ02X007580 Beta-galactosidase 3 6.300439266 L4_chemical_C2 +LQ02X007580 Beta-galactosidase 3 7.053316792 L4_chemical_C3 +LQ02X007590 Predicted protein 5.195939966 C6_control_A1 +LQ02X007590 Predicted protein 5.422879206 C6_control_A3 +LQ02X007590 Predicted protein 5.196059997 C6_control_B1 +LQ02X007590 Predicted protein 5.273115773 C6_control_B2 +LQ02X007590 Predicted protein 5.059084413 C6_control_B3 +LQ02X007590 Predicted protein 5.206391647 C6_control_C1 +LQ02X007590 Predicted protein 5.324914115 C6_control_C2 +LQ02X007590 Predicted protein 5.562028733 C6_control_C3 +LQ02X007590 Predicted protein 5.140446339 C6_chemical_A1 +LQ02X007590 Predicted protein 5.322330045 C6_chemical_A3 +LQ02X007590 Predicted protein 5.437403225 C6_chemical_B1 +LQ02X007590 Predicted protein 5.233132702 C6_chemical_B2 +LQ02X007590 Predicted protein 5.088384063 C6_chemical_B3 +LQ02X007590 Predicted protein 5.176387633 C6_chemical_C1 +LQ02X007590 Predicted protein 5.531601346 C6_chemical_C2 +LQ02X007590 Predicted protein 5.685366622 C6_chemical_C3 +LQ02X007590 Predicted protein 5.256716773 L4_control_A1 +LQ02X007590 Predicted protein 5.324502224 L4_control_A2 +LQ02X007590 Predicted protein 4.861920774 L4_control_A3 +LQ02X007590 Predicted protein 5.391655755 L4_control_B1 +LQ02X007590 Predicted protein 5.629529961 L4_control_B2 +LQ02X007590 Predicted protein 5.454584702 L4_control_B3 +LQ02X007590 Predicted protein 4.902030807 L4_control_C2 +LQ02X007590 Predicted protein 6.009090138 L4_control_C3 +LQ02X007590 Predicted protein 5.235932314 L4_chemical_A1 +LQ02X007590 Predicted protein 5.481741634 L4_chemical_A2 +LQ02X007590 Predicted protein 5.026781556 L4_chemical_A3 +LQ02X007590 Predicted protein 5.253330324 L4_chemical_B1 +LQ02X007590 Predicted protein 5.187475421 L4_chemical_B2 +LQ02X007590 Predicted protein 5.262444743 L4_chemical_B3 +LQ02X007590 Predicted protein 5.242386445 L4_chemical_C2 +LQ02X007590 Predicted protein 5.543375333 L4_chemical_C3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.423175689 C6_control_A1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.908597449 C6_control_A3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.859180806 C6_control_B1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.109099759 C6_control_B2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.44645636 C6_control_B3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 4.990993014 C6_control_C1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.103400735 C6_control_C2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.37841285 C6_control_C3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.520013741 C6_chemical_A1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.928831042 C6_chemical_A3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.738802462 C6_chemical_B1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.116512928 C6_chemical_B2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.717119654 C6_chemical_B3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 4.91489461 C6_chemical_C1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 4.927117814 C6_chemical_C2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.327047963 C6_chemical_C3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.189147391 L4_control_A1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.62413325 L4_control_A2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 6.279703381 L4_control_A3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.822028263 L4_control_B1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.772258254 L4_control_B2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.411907331 L4_control_B3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.627906867 L4_control_C2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.466673114 L4_control_C3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.223192513 L4_chemical_A1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.454873755 L4_chemical_A2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.81343131 L4_chemical_A3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.557791841 L4_chemical_B1 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.445333566 L4_chemical_B2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.340429012 L4_chemical_B3 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.363067456 L4_chemical_C2 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.317465735 L4_chemical_C3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.95737417 C6_control_A1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.02713682 C6_control_A3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.70730079 C6_control_B1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.38853389 C6_control_B2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.6536071 C6_control_B3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 10.90154961 C6_control_C1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 10.24184887 C6_control_C2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 10.6151748 C6_control_C3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.76380154 C6_chemical_A1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.3009134 C6_chemical_A3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.59418871 C6_chemical_B1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 10.86767087 C6_chemical_B2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.48099819 C6_chemical_B3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 10.73344002 C6_chemical_C1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 10.60387864 C6_chemical_C2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 10.87927871 C6_chemical_C3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.02729216 L4_control_A1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.4100509 L4_control_A2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.63604439 L4_control_A3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.16500629 L4_control_B1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.18865752 L4_control_B2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.23213424 L4_control_B3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.16554965 L4_control_C2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.23388036 L4_control_C3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.78009603 L4_chemical_A1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.11731365 L4_chemical_A2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.50648769 L4_chemical_A3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.07674364 L4_chemical_B1 +LQ02X007670 Phosphatase IMPL2, chloroplastic 12.16683874 L4_chemical_B2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.94339745 L4_chemical_B3 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.2136974 L4_chemical_C2 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.15386158 L4_chemical_C3 +LQ02X007860 Putative uncharacterized protein 9.070452705 C6_control_A1 +LQ02X007860 Putative uncharacterized protein 8.724708291 C6_control_A3 +LQ02X007860 Putative uncharacterized protein 8.53928435 C6_control_B1 +LQ02X007860 Putative uncharacterized protein 8.903424987 C6_control_B2 +LQ02X007860 Putative uncharacterized protein 7.343797009 C6_control_B3 +LQ02X007860 Putative uncharacterized protein 9.425478633 C6_control_C1 +LQ02X007860 Putative uncharacterized protein 9.3289827 C6_control_C2 +LQ02X007860 Putative uncharacterized protein 9.752048893 C6_control_C3 +LQ02X007860 Putative uncharacterized protein 9.400356921 C6_chemical_A1 +LQ02X007860 Putative uncharacterized protein 9.142335161 C6_chemical_A3 +LQ02X007860 Putative uncharacterized protein 6.754752478 C6_chemical_B1 +LQ02X007860 Putative uncharacterized protein 8.22512817 C6_chemical_B2 +LQ02X007860 Putative uncharacterized protein 7.188535144 C6_chemical_B3 +LQ02X007860 Putative uncharacterized protein 9.126870362 C6_chemical_C1 +LQ02X007860 Putative uncharacterized protein 9.175424492 C6_chemical_C2 +LQ02X007860 Putative uncharacterized protein 9.424935923 C6_chemical_C3 +LQ02X007860 Putative uncharacterized protein 8.651960219 L4_control_A1 +LQ02X007860 Putative uncharacterized protein 8.911476999 L4_control_A2 +LQ02X007860 Putative uncharacterized protein 7.412379075 L4_control_A3 +LQ02X007860 Putative uncharacterized protein 7.081804406 L4_control_B1 +LQ02X007860 Putative uncharacterized protein 7.424277097 L4_control_B2 +LQ02X007860 Putative uncharacterized protein 6.860726504 L4_control_B3 +LQ02X007860 Putative uncharacterized protein 7.553552952 L4_control_C2 +LQ02X007860 Putative uncharacterized protein 7.802750557 L4_control_C3 +LQ02X007860 Putative uncharacterized protein 9.260647315 L4_chemical_A1 +LQ02X007860 Putative uncharacterized protein 9.783215139 L4_chemical_A2 +LQ02X007860 Putative uncharacterized protein 8.154715127 L4_chemical_A3 +LQ02X007860 Putative uncharacterized protein 6.745492649 L4_chemical_B1 +LQ02X007860 Putative uncharacterized protein 7.660520577 L4_chemical_B2 +LQ02X007860 Putative uncharacterized protein 6.818217955 L4_chemical_B3 +LQ02X007860 Putative uncharacterized protein 7.495696099 L4_chemical_C2 +LQ02X007860 Putative uncharacterized protein 8.626445548 L4_chemical_C3 +LQ02X007880 Putative uncharacterized protein 6.877663937 C6_control_A1 +LQ02X007880 Putative uncharacterized protein 6.045101684 C6_control_A3 +LQ02X007880 Putative uncharacterized protein 6.982486856 C6_control_B1 +LQ02X007880 Putative uncharacterized protein 7.571161701 C6_control_B2 +LQ02X007880 Putative uncharacterized protein 6.629498879 C6_control_B3 +LQ02X007880 Putative uncharacterized protein 8.493371704 C6_control_C1 +LQ02X007880 Putative uncharacterized protein 7.150744943 C6_control_C2 +LQ02X007880 Putative uncharacterized protein 7.712786503 C6_control_C3 +LQ02X007880 Putative uncharacterized protein 7.10689202 C6_chemical_A1 +LQ02X007880 Putative uncharacterized protein 7.286407639 C6_chemical_A3 +LQ02X007880 Putative uncharacterized protein 7.418564972 C6_chemical_B1 +LQ02X007880 Putative uncharacterized protein 7.95122161 C6_chemical_B2 +LQ02X007880 Putative uncharacterized protein 7.857136289 C6_chemical_B3 +LQ02X007880 Putative uncharacterized protein 9.070811504 C6_chemical_C1 +LQ02X007880 Putative uncharacterized protein 8.784228852 C6_chemical_C2 +LQ02X007880 Putative uncharacterized protein 9.089061432 C6_chemical_C3 +LQ02X007880 Putative uncharacterized protein 7.704363423 L4_control_A1 +LQ02X007880 Putative uncharacterized protein 7.401395288 L4_control_A2 +LQ02X007880 Putative uncharacterized protein 8.873398879 L4_control_A3 +LQ02X007880 Putative uncharacterized protein 7.541837067 L4_control_B1 +LQ02X007880 Putative uncharacterized protein 6.636503004 L4_control_B2 +LQ02X007880 Putative uncharacterized protein 8.771396416 L4_control_B3 +LQ02X007880 Putative uncharacterized protein 7.782341565 L4_control_C2 +LQ02X007880 Putative uncharacterized protein 8.153729715 L4_control_C3 +LQ02X007880 Putative uncharacterized protein 7.733717599 L4_chemical_A1 +LQ02X007880 Putative uncharacterized protein 7.655651067 L4_chemical_A2 +LQ02X007880 Putative uncharacterized protein 8.679370746 L4_chemical_A3 +LQ02X007880 Putative uncharacterized protein 6.977489045 L4_chemical_B1 +LQ02X007880 Putative uncharacterized protein 7.271135889 L4_chemical_B2 +LQ02X007880 Putative uncharacterized protein 8.158328202 L4_chemical_B3 +LQ02X007880 Putative uncharacterized protein 7.525192126 L4_chemical_C2 +LQ02X007880 Putative uncharacterized protein 8.088718693 L4_chemical_C3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.96650443 C6_control_A1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 9.871810102 C6_control_A3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.53790664 C6_control_B1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.21531213 C6_control_B2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.24565607 C6_control_B3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.18669076 C6_control_C1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.56025882 C6_control_C2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.5638974 C6_control_C3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.03964273 C6_chemical_A1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 9.326344108 C6_chemical_A3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.80549908 C6_chemical_B1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.87424569 C6_chemical_B2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.65704327 C6_chemical_B3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.01689296 C6_chemical_C1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.34458376 C6_chemical_C2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.48155361 C6_chemical_C3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.46136715 L4_control_A1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.7133982 L4_control_A2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.59986301 L4_control_A3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.64700925 L4_control_B1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.02949086 L4_control_B2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.41813369 L4_control_B3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 12.52238983 L4_control_C2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 12.36274801 L4_control_C3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 8.94543357 L4_chemical_A1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.89817526 L4_chemical_A2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 10.56930313 L4_chemical_A3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 12.02623106 L4_chemical_B1 +LQ02X007910 Serine/threonine-protein kinase SRK2B 12.50493753 L4_chemical_B2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.28497214 L4_chemical_B3 +LQ02X007910 Serine/threonine-protein kinase SRK2B 12.45251917 L4_chemical_C2 +LQ02X007910 Serine/threonine-protein kinase SRK2B 12.23032973 L4_chemical_C3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.80237984 C6_control_A1 +LQ02X007920 Transmembrane 9 superfamily member 3 13.39371939 C6_control_A3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.8770453 C6_control_B1 +LQ02X007920 Transmembrane 9 superfamily member 3 13.52094197 C6_control_B2 +LQ02X007920 Transmembrane 9 superfamily member 3 13.50623324 C6_control_B3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.16392863 C6_control_C1 +LQ02X007920 Transmembrane 9 superfamily member 3 12.91477499 C6_control_C2 +LQ02X007920 Transmembrane 9 superfamily member 3 13.04065149 C6_control_C3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.97859322 C6_chemical_A1 +LQ02X007920 Transmembrane 9 superfamily member 3 13.64123019 C6_chemical_A3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.80686314 C6_chemical_B1 +LQ02X007920 Transmembrane 9 superfamily member 3 13.61227826 C6_chemical_B2 +LQ02X007920 Transmembrane 9 superfamily member 3 13.40057286 C6_chemical_B3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.22003864 C6_chemical_C1 +LQ02X007920 Transmembrane 9 superfamily member 3 13.03362145 C6_chemical_C2 +LQ02X007920 Transmembrane 9 superfamily member 3 12.82908648 C6_chemical_C3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.65459847 L4_control_A1 +LQ02X007920 Transmembrane 9 superfamily member 3 13.43229968 L4_control_A2 +LQ02X007920 Transmembrane 9 superfamily member 3 13.68057747 L4_control_A3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.31182655 L4_control_B1 +LQ02X007920 Transmembrane 9 superfamily member 3 13.65007175 L4_control_B2 +LQ02X007920 Transmembrane 9 superfamily member 3 13.3563707 L4_control_B3 +LQ02X007920 Transmembrane 9 superfamily member 3 12.95750404 L4_control_C2 +LQ02X007920 Transmembrane 9 superfamily member 3 12.82076708 L4_control_C3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.55733091 L4_chemical_A1 +LQ02X007920 Transmembrane 9 superfamily member 3 12.99159723 L4_chemical_A2 +LQ02X007920 Transmembrane 9 superfamily member 3 13.53071713 L4_chemical_A3 +LQ02X007920 Transmembrane 9 superfamily member 3 13.12087304 L4_chemical_B1 +LQ02X007920 Transmembrane 9 superfamily member 3 13.02614889 L4_chemical_B2 +LQ02X007920 Transmembrane 9 superfamily member 3 13.69651008 L4_chemical_B3 +LQ02X007920 Transmembrane 9 superfamily member 3 12.78200117 L4_chemical_C2 +LQ02X007920 Transmembrane 9 superfamily member 3 12.77647124 L4_chemical_C3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.37519499 C6_control_A1 +LQ02X007930 Ferredoxin-1, chloroplastic 15.09307084 C6_control_A3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.57500576 C6_control_B1 +LQ02X007930 Ferredoxin-1, chloroplastic 15.57693689 C6_control_B2 +LQ02X007930 Ferredoxin-1, chloroplastic 15.63694862 C6_control_B3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.51544183 C6_control_C1 +LQ02X007930 Ferredoxin-1, chloroplastic 14.85718728 C6_control_C2 +LQ02X007930 Ferredoxin-1, chloroplastic 15.47369092 C6_control_C3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.5355745 C6_chemical_A1 +LQ02X007930 Ferredoxin-1, chloroplastic 15.56032307 C6_chemical_A3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.64744194 C6_chemical_B1 +LQ02X007930 Ferredoxin-1, chloroplastic 15.39875172 C6_chemical_B2 +LQ02X007930 Ferredoxin-1, chloroplastic 15.67452814 C6_chemical_B3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.29176378 C6_chemical_C1 +LQ02X007930 Ferredoxin-1, chloroplastic 15.47486456 C6_chemical_C2 +LQ02X007930 Ferredoxin-1, chloroplastic 15.5112356 C6_chemical_C3 +LQ02X007930 Ferredoxin-1, chloroplastic 14.6438133 L4_control_A1 +LQ02X007930 Ferredoxin-1, chloroplastic 14.99855708 L4_control_A2 +LQ02X007930 Ferredoxin-1, chloroplastic 15.1494635 L4_control_A3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.65113046 L4_control_B1 +LQ02X007930 Ferredoxin-1, chloroplastic 15.49513479 L4_control_B2 +LQ02X007930 Ferredoxin-1, chloroplastic 14.91109146 L4_control_B3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.46572129 L4_control_C2 +LQ02X007930 Ferredoxin-1, chloroplastic 15.21999101 L4_control_C3 +LQ02X007930 Ferredoxin-1, chloroplastic 14.81435129 L4_chemical_A1 +LQ02X007930 Ferredoxin-1, chloroplastic 15.1035821 L4_chemical_A2 +LQ02X007930 Ferredoxin-1, chloroplastic 14.88622194 L4_chemical_A3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.48502123 L4_chemical_B1 +LQ02X007930 Ferredoxin-1, chloroplastic 15.65861125 L4_chemical_B2 +LQ02X007930 Ferredoxin-1, chloroplastic 15.15730483 L4_chemical_B3 +LQ02X007930 Ferredoxin-1, chloroplastic 15.41904471 L4_chemical_C2 +LQ02X007930 Ferredoxin-1, chloroplastic 15.59997428 L4_chemical_C3 +LQ02X007960 Putative uncharacterized protein 13.14479695 C6_control_A1 +LQ02X007960 Putative uncharacterized protein 13.381471 C6_control_A3 +LQ02X007960 Putative uncharacterized protein 12.39152363 C6_control_B1 +LQ02X007960 Putative uncharacterized protein 13.34838087 C6_control_B2 +LQ02X007960 Putative uncharacterized protein 12.71053637 C6_control_B3 +LQ02X007960 Putative uncharacterized protein 13.59690922 C6_control_C1 +LQ02X007960 Putative uncharacterized protein 13.73731845 C6_control_C2 +LQ02X007960 Putative uncharacterized protein 13.18619136 C6_control_C3 +LQ02X007960 Putative uncharacterized protein 13.50423099 C6_chemical_A1 +LQ02X007960 Putative uncharacterized protein 13.26609059 C6_chemical_A3 +LQ02X007960 Putative uncharacterized protein 12.57186222 C6_chemical_B1 +LQ02X007960 Putative uncharacterized protein 13.45995148 C6_chemical_B2 +LQ02X007960 Putative uncharacterized protein 12.64992374 C6_chemical_B3 +LQ02X007960 Putative uncharacterized protein 13.63336933 C6_chemical_C1 +LQ02X007960 Putative uncharacterized protein 13.91521882 C6_chemical_C2 +LQ02X007960 Putative uncharacterized protein 13.06857902 C6_chemical_C3 +LQ02X007960 Putative uncharacterized protein 13.7355874 L4_control_A1 +LQ02X007960 Putative uncharacterized protein 13.00890155 L4_control_A2 +LQ02X007960 Putative uncharacterized protein 13.23580346 L4_control_A3 +LQ02X007960 Putative uncharacterized protein 12.41474393 L4_control_B1 +LQ02X007960 Putative uncharacterized protein 12.66881243 L4_control_B2 +LQ02X007960 Putative uncharacterized protein 12.69448436 L4_control_B3 +LQ02X007960 Putative uncharacterized protein 13.23801477 L4_control_C2 +LQ02X007960 Putative uncharacterized protein 12.49831249 L4_control_C3 +LQ02X007960 Putative uncharacterized protein 13.66411791 L4_chemical_A1 +LQ02X007960 Putative uncharacterized protein 13.29443565 L4_chemical_A2 +LQ02X007960 Putative uncharacterized protein 13.15532499 L4_chemical_A3 +LQ02X007960 Putative uncharacterized protein 12.65555993 L4_chemical_B1 +LQ02X007960 Putative uncharacterized protein 13.26417119 L4_chemical_B2 +LQ02X007960 Putative uncharacterized protein 12.82562994 L4_chemical_B3 +LQ02X007960 Putative uncharacterized protein 13.50488402 L4_chemical_C2 +LQ02X007960 Putative uncharacterized protein 12.88709705 L4_chemical_C3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.302311979 C6_control_A1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.744716313 C6_control_A3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 6.027183688 C6_control_B1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.107066147 C6_control_B2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.751796376 C6_control_B3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 4.93199815 C6_control_C1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.686869099 C6_control_C2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.276992775 C6_control_C3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.365553653 C6_chemical_A1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.317051944 C6_chemical_A3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 6.266288451 C6_chemical_B1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.050434762 C6_chemical_B2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.825868167 C6_chemical_B3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.197798094 C6_chemical_C1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.039307643 C6_chemical_C2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.180391873 C6_chemical_C3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.116921126 L4_control_A1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.459597501 L4_control_A2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.188848021 L4_control_A3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.327185324 L4_control_B1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.194128648 L4_control_B2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.596262896 L4_control_B3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.763231743 L4_control_C2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.374551262 L4_control_C3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 4.771685466 L4_chemical_A1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.228518733 L4_chemical_A2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.228588019 L4_chemical_A3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.726977162 L4_chemical_B1 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.857746229 L4_chemical_B2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.439007509 L4_chemical_B3 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.257458993 L4_chemical_C2 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 4.644282348 L4_chemical_C3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.020169561 C6_control_A1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.880674299 C6_control_A3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.40471881 C6_control_B1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.56829477 C6_control_B2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.396826633 C6_control_B3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.64656635 C6_control_C1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.778397927 C6_control_C2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.466190609 C6_control_C3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.600153637 C6_chemical_A1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.870482948 C6_chemical_A3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.731074193 C6_chemical_B1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.728177028 C6_chemical_B2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.665179301 C6_chemical_B3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.609043359 C6_chemical_C1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.824058586 C6_chemical_C2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.708760022 C6_chemical_C3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.599022374 L4_control_A1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.929534704 L4_control_A2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.806585105 L4_control_A3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.969610624 L4_control_B1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.339989556 L4_control_B2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.262716821 L4_control_B3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.37735802 L4_control_C2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.8681867 L4_control_C3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.712869041 L4_chemical_A1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.846409428 L4_chemical_A2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.372542488 L4_chemical_A3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.040480235 L4_chemical_B1 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.497069661 L4_chemical_B2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.982469044 L4_chemical_B3 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 5.265632809 L4_chemical_C2 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.826547901 L4_chemical_C3 +LQ02X008000 Transcription factor RF2a, putative 4.822856936 C6_control_A1 +LQ02X008000 Transcription factor RF2a, putative 5.957119486 C6_control_A3 +LQ02X008000 Transcription factor RF2a, putative 4.583451625 C6_control_B1 +LQ02X008000 Transcription factor RF2a, putative 4.70911605 C6_control_B2 +LQ02X008000 Transcription factor RF2a, putative 4.840292918 C6_control_B3 +LQ02X008000 Transcription factor RF2a, putative 4.947271718 C6_control_C1 +LQ02X008000 Transcription factor RF2a, putative 5.447414648 C6_control_C2 +LQ02X008000 Transcription factor RF2a, putative 4.78918077 C6_control_C3 +LQ02X008000 Transcription factor RF2a, putative 6.838421064 C6_chemical_A1 +LQ02X008000 Transcription factor RF2a, putative 5.499772421 C6_chemical_A3 +LQ02X008000 Transcription factor RF2a, putative 5.786162487 C6_chemical_B1 +LQ02X008000 Transcription factor RF2a, putative 6.114049156 C6_chemical_B2 +LQ02X008000 Transcription factor RF2a, putative 6.79259216 C6_chemical_B3 +LQ02X008000 Transcription factor RF2a, putative 5.904935724 C6_chemical_C1 +LQ02X008000 Transcription factor RF2a, putative 5.817034047 C6_chemical_C2 +LQ02X008000 Transcription factor RF2a, putative 6.406377603 C6_chemical_C3 +LQ02X008000 Transcription factor RF2a, putative 6.721825678 L4_control_A1 +LQ02X008000 Transcription factor RF2a, putative 5.451158099 L4_control_A2 +LQ02X008000 Transcription factor RF2a, putative 5.588433183 L4_control_A3 +LQ02X008000 Transcription factor RF2a, putative 5.36503896 L4_control_B1 +LQ02X008000 Transcription factor RF2a, putative 5.017163841 L4_control_B2 +LQ02X008000 Transcription factor RF2a, putative 6.41411759 L4_control_B3 +LQ02X008000 Transcription factor RF2a, putative 4.849524341 L4_control_C2 +LQ02X008000 Transcription factor RF2a, putative 5.089582138 L4_control_C3 +LQ02X008000 Transcription factor RF2a, putative 5.904493621 L4_chemical_A1 +LQ02X008000 Transcription factor RF2a, putative 5.350068003 L4_chemical_A2 +LQ02X008000 Transcription factor RF2a, putative 5.748234948 L4_chemical_A3 +LQ02X008000 Transcription factor RF2a, putative 5.234315079 L4_chemical_B1 +LQ02X008000 Transcription factor RF2a, putative 4.644254213 L4_chemical_B2 +LQ02X008000 Transcription factor RF2a, putative 6.719591947 L4_chemical_B3 +LQ02X008000 Transcription factor RF2a, putative 4.779832735 L4_chemical_C2 +LQ02X008000 Transcription factor RF2a, putative 5.081163563 L4_chemical_C3 +LQ02X008060 Putative Predicted protein 5.826991921 C6_control_A1 +LQ02X008060 Putative Predicted protein 5.592677125 C6_control_A3 +LQ02X008060 Putative Predicted protein 5.656120902 C6_control_B1 +LQ02X008060 Putative Predicted protein 5.502258184 C6_control_B2 +LQ02X008060 Putative Predicted protein 5.148717885 C6_control_B3 +LQ02X008060 Putative Predicted protein 6.347868866 C6_control_C1 +LQ02X008060 Putative Predicted protein 5.30159229 C6_control_C2 +LQ02X008060 Putative Predicted protein 5.558797881 C6_control_C3 +LQ02X008060 Putative Predicted protein 5.953869769 C6_chemical_A1 +LQ02X008060 Putative Predicted protein 6.021423583 C6_chemical_A3 +LQ02X008060 Putative Predicted protein 5.299975046 C6_chemical_B1 +LQ02X008060 Putative Predicted protein 5.457628974 C6_chemical_B2 +LQ02X008060 Putative Predicted protein 5.4447332 C6_chemical_B3 +LQ02X008060 Putative Predicted protein 6.455859268 C6_chemical_C1 +LQ02X008060 Putative Predicted protein 5.542861583 C6_chemical_C2 +LQ02X008060 Putative Predicted protein 5.826356306 C6_chemical_C3 +LQ02X008060 Putative Predicted protein 5.806694647 L4_control_A1 +LQ02X008060 Putative Predicted protein 5.527611711 L4_control_A2 +LQ02X008060 Putative Predicted protein 5.67054324 L4_control_A3 +LQ02X008060 Putative Predicted protein 5.220766567 L4_control_B1 +LQ02X008060 Putative Predicted protein 5.794585824 L4_control_B2 +LQ02X008060 Putative Predicted protein 5.448737594 L4_control_B3 +LQ02X008060 Putative Predicted protein 5.660189927 L4_control_C2 +LQ02X008060 Putative Predicted protein 6.150951229 L4_control_C3 +LQ02X008060 Putative Predicted protein 5.970742207 L4_chemical_A1 +LQ02X008060 Putative Predicted protein 5.645491632 L4_chemical_A2 +LQ02X008060 Putative Predicted protein 5.598984154 L4_chemical_A3 +LQ02X008060 Putative Predicted protein 5.242326426 L4_chemical_B1 +LQ02X008060 Putative Predicted protein 5.854001691 L4_chemical_B2 +LQ02X008060 Putative Predicted protein 5.654065942 L4_chemical_B3 +LQ02X008060 Putative Predicted protein 5.943050914 L4_chemical_C2 +LQ02X008060 Putative Predicted protein 5.279812581 L4_chemical_C3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.756561566 C6_control_A1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 8.981779336 C6_control_A3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 5.771864642 C6_control_B1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.537857942 C6_control_B2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.556843064 C6_control_B3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.462806613 C6_control_C1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.872700744 C6_control_C2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.868401614 C6_control_C3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.60622418 C6_chemical_A1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 8.483836457 C6_chemical_A3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 5.769458006 C6_chemical_B1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.634442477 C6_chemical_B2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.878386284 C6_chemical_B3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.197127982 C6_chemical_C1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.001661863 C6_chemical_C2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.550151513 C6_chemical_C3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 8.727940816 L4_control_A1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 8.415798459 L4_control_A2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 9.752327818 L4_control_A3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.373985119 L4_control_B1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.300938205 L4_control_B2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 6.485394893 L4_control_B3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.531653774 L4_control_C2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 8.2121856 L4_control_C3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 11.30091688 L4_chemical_A1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 10.91882126 L4_chemical_A2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 10.81707099 L4_chemical_A3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 8.636206924 L4_chemical_B1 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.603182002 L4_chemical_B2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.074624716 L4_chemical_B3 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.965106902 L4_chemical_C2 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 8.503188335 L4_chemical_C3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.922695989 C6_control_A1 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.212548699 C6_control_A3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.771828174 C6_control_B1 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.029184195 C6_control_B2 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.101615421 C6_control_B3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.445944288 C6_control_C1 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.631999991 C6_control_C2 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.28838753 C6_control_C3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.791571338 C6_chemical_A1 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.602606892 C6_chemical_A3 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.156136462 C6_chemical_B1 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.237984545 C6_chemical_B2 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.776579253 C6_chemical_B3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.76165097 C6_chemical_C1 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.782348522 C6_chemical_C2 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.635646689 C6_chemical_C3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.625783003 L4_control_A1 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.647739009 L4_control_A2 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.053007261 L4_control_A3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.587413652 L4_control_B1 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.896269423 L4_control_B2 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.236909708 L4_control_B3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.303686399 L4_control_C2 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.412407759 L4_control_C3 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.347079967 L4_chemical_A1 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.962770911 L4_chemical_A2 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.56598528 L4_chemical_A3 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.07686657 L4_chemical_B1 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.646104281 L4_chemical_B2 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.759523212 L4_chemical_B3 +LQ02X008180 B3 domain-containing transcription factor VRN1 6.383621711 L4_chemical_C2 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.522388504 L4_chemical_C3 +LQ02X008200 Putative uncharacterized protein 5.622704816 C6_control_A1 +LQ02X008200 Putative uncharacterized protein 5.289358658 C6_control_A3 +LQ02X008200 Putative uncharacterized protein 5.793493146 C6_control_B1 +LQ02X008200 Putative uncharacterized protein 5.312957608 C6_control_B2 +LQ02X008200 Putative uncharacterized protein 5.349641467 C6_control_B3 +LQ02X008200 Putative uncharacterized protein 5.34189294 C6_control_C1 +LQ02X008200 Putative uncharacterized protein 5.277096601 C6_control_C2 +LQ02X008200 Putative uncharacterized protein 5.229163401 C6_control_C3 +LQ02X008200 Putative uncharacterized protein 5.47114894 C6_chemical_A1 +LQ02X008200 Putative uncharacterized protein 5.449749624 C6_chemical_A3 +LQ02X008200 Putative uncharacterized protein 5.645691395 C6_chemical_B1 +LQ02X008200 Putative uncharacterized protein 5.102238739 C6_chemical_B2 +LQ02X008200 Putative uncharacterized protein 5.449016247 C6_chemical_B3 +LQ02X008200 Putative uncharacterized protein 5.408998476 C6_chemical_C1 +LQ02X008200 Putative uncharacterized protein 5.417871449 C6_chemical_C2 +LQ02X008200 Putative uncharacterized protein 5.184477121 C6_chemical_C3 +LQ02X008200 Putative uncharacterized protein 5.558889413 L4_control_A1 +LQ02X008200 Putative uncharacterized protein 5.975251483 L4_control_A2 +LQ02X008200 Putative uncharacterized protein 5.580474226 L4_control_A3 +LQ02X008200 Putative uncharacterized protein 5.46058152 L4_control_B1 +LQ02X008200 Putative uncharacterized protein 5.516044207 L4_control_B2 +LQ02X008200 Putative uncharacterized protein 5.522281824 L4_control_B3 +LQ02X008200 Putative uncharacterized protein 5.424207305 L4_control_C2 +LQ02X008200 Putative uncharacterized protein 5.709085348 L4_control_C3 +LQ02X008200 Putative uncharacterized protein 5.535587073 L4_chemical_A1 +LQ02X008200 Putative uncharacterized protein 5.691069454 L4_chemical_A2 +LQ02X008200 Putative uncharacterized protein 6.350899224 L4_chemical_A3 +LQ02X008200 Putative uncharacterized protein 5.202068784 L4_chemical_B1 +LQ02X008200 Putative uncharacterized protein 5.734786244 L4_chemical_B2 +LQ02X008200 Putative uncharacterized protein 5.569907952 L4_chemical_B3 +LQ02X008200 Putative uncharacterized protein 5.438719559 L4_chemical_C2 +LQ02X008200 Putative uncharacterized protein 6.484479428 L4_chemical_C3 +LQ02X008210 Predicted protein 5.214669569 C6_control_A1 +LQ02X008210 Predicted protein 4.886487535 C6_control_A3 +LQ02X008210 Predicted protein 5.876198689 C6_control_B1 +LQ02X008210 Predicted protein 5.345781933 C6_control_B2 +LQ02X008210 Predicted protein 5.441978966 C6_control_B3 +LQ02X008210 Predicted protein 5.90147572 C6_control_C1 +LQ02X008210 Predicted protein 6.117198979 C6_control_C2 +LQ02X008210 Predicted protein 5.673900007 C6_control_C3 +LQ02X008210 Predicted protein 5.318389522 C6_chemical_A1 +LQ02X008210 Predicted protein 5.316467344 C6_chemical_A3 +LQ02X008210 Predicted protein 5.908707182 C6_chemical_B1 +LQ02X008210 Predicted protein 5.338560057 C6_chemical_B2 +LQ02X008210 Predicted protein 5.227189511 C6_chemical_B3 +LQ02X008210 Predicted protein 6.188460267 C6_chemical_C1 +LQ02X008210 Predicted protein 5.621974689 C6_chemical_C2 +LQ02X008210 Predicted protein 5.755959007 C6_chemical_C3 +LQ02X008210 Predicted protein 5.10790595 L4_control_A1 +LQ02X008210 Predicted protein 5.469871915 L4_control_A2 +LQ02X008210 Predicted protein 5.855572923 L4_control_A3 +LQ02X008210 Predicted protein 5.213696111 L4_control_B1 +LQ02X008210 Predicted protein 5.552118388 L4_control_B2 +LQ02X008210 Predicted protein 5.400334475 L4_control_B3 +LQ02X008210 Predicted protein 5.389489039 L4_control_C2 +LQ02X008210 Predicted protein 6.41320702 L4_control_C3 +LQ02X008210 Predicted protein 5.179200203 L4_chemical_A1 +LQ02X008210 Predicted protein 5.262801755 L4_chemical_A2 +LQ02X008210 Predicted protein 5.014788886 L4_chemical_A3 +LQ02X008210 Predicted protein 5.335931139 L4_chemical_B1 +LQ02X008210 Predicted protein 5.499176338 L4_chemical_B2 +LQ02X008210 Predicted protein 5.225792252 L4_chemical_B3 +LQ02X008210 Predicted protein 5.511598881 L4_chemical_C2 +LQ02X008210 Predicted protein 6.721844447 L4_chemical_C3 +LQ02X008240 Predicted protein 11.28835412 C6_control_A1 +LQ02X008240 Predicted protein 11.02916759 C6_control_A3 +LQ02X008240 Predicted protein 11.42163157 C6_control_B1 +LQ02X008240 Predicted protein 11.46342509 C6_control_B2 +LQ02X008240 Predicted protein 11.5134318 C6_control_B3 +LQ02X008240 Predicted protein 11.16001579 C6_control_C1 +LQ02X008240 Predicted protein 11.39021804 C6_control_C2 +LQ02X008240 Predicted protein 10.66653658 C6_control_C3 +LQ02X008240 Predicted protein 11.34525257 C6_chemical_A1 +LQ02X008240 Predicted protein 11.02706235 C6_chemical_A3 +LQ02X008240 Predicted protein 11.51880933 C6_chemical_B1 +LQ02X008240 Predicted protein 11.69852191 C6_chemical_B2 +LQ02X008240 Predicted protein 11.47967528 C6_chemical_B3 +LQ02X008240 Predicted protein 11.24683827 C6_chemical_C1 +LQ02X008240 Predicted protein 11.01527235 C6_chemical_C2 +LQ02X008240 Predicted protein 10.66048586 C6_chemical_C3 +LQ02X008240 Predicted protein 11.00505624 L4_control_A1 +LQ02X008240 Predicted protein 10.49911939 L4_control_A2 +LQ02X008240 Predicted protein 11.1062777 L4_control_A3 +LQ02X008240 Predicted protein 10.82002387 L4_control_B1 +LQ02X008240 Predicted protein 10.92921485 L4_control_B2 +LQ02X008240 Predicted protein 11.56326907 L4_control_B3 +LQ02X008240 Predicted protein 10.37830823 L4_control_C2 +LQ02X008240 Predicted protein 10.59182089 L4_control_C3 +LQ02X008240 Predicted protein 10.91521141 L4_chemical_A1 +LQ02X008240 Predicted protein 10.31605598 L4_chemical_A2 +LQ02X008240 Predicted protein 11.11766561 L4_chemical_A3 +LQ02X008240 Predicted protein 10.48622421 L4_chemical_B1 +LQ02X008240 Predicted protein 10.60536356 L4_chemical_B2 +LQ02X008240 Predicted protein 11.213626 L4_chemical_B3 +LQ02X008240 Predicted protein 10.22078677 L4_chemical_C2 +LQ02X008240 Predicted protein 10.41839351 L4_chemical_C3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.88361022 C6_control_A1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.6407335 C6_control_A3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.27766348 C6_control_B1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.00591128 C6_control_B2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.85069725 C6_control_B3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.57837673 C6_control_C1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.95941019 C6_control_C2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.95979517 C6_control_C3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.81799515 C6_chemical_A1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.46281083 C6_chemical_A3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.24209967 C6_chemical_B1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.18076822 C6_chemical_B2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.32298836 C6_chemical_B3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.96688918 C6_chemical_C1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 12.32293586 C6_chemical_C2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.64706186 C6_chemical_C3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.53957651 L4_control_A1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.06690996 L4_control_A2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.28104307 L4_control_A3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 9.647311701 L4_control_B1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.54587361 L4_control_B2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.49441435 L4_control_B3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.72794804 L4_control_C2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.19287632 L4_control_C3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.10304062 L4_chemical_A1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.37651284 L4_chemical_A2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.25157545 L4_chemical_A3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.21758568 L4_chemical_B1 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.49900823 L4_chemical_B2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.70612071 L4_chemical_B3 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 12.13914164 L4_chemical_C2 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 11.84172316 L4_chemical_C3 +LQ02X008260 Putative Protein SRG1 12.13065468 C6_control_A1 +LQ02X008260 Putative Protein SRG1 12.11901298 C6_control_A3 +LQ02X008260 Putative Protein SRG1 12.1561152 C6_control_B1 +LQ02X008260 Putative Protein SRG1 11.85549378 C6_control_B2 +LQ02X008260 Putative Protein SRG1 12.24195248 C6_control_B3 +LQ02X008260 Putative Protein SRG1 12.42173787 C6_control_C1 +LQ02X008260 Putative Protein SRG1 12.63713679 C6_control_C2 +LQ02X008260 Putative Protein SRG1 12.03564695 C6_control_C3 +LQ02X008260 Putative Protein SRG1 12.37653588 C6_chemical_A1 +LQ02X008260 Putative Protein SRG1 12.2639457 C6_chemical_A3 +LQ02X008260 Putative Protein SRG1 12.15662395 C6_chemical_B1 +LQ02X008260 Putative Protein SRG1 12.02804413 C6_chemical_B2 +LQ02X008260 Putative Protein SRG1 12.31301961 C6_chemical_B3 +LQ02X008260 Putative Protein SRG1 12.74220903 C6_chemical_C1 +LQ02X008260 Putative Protein SRG1 12.54122669 C6_chemical_C2 +LQ02X008260 Putative Protein SRG1 12.20385237 C6_chemical_C3 +LQ02X008260 Putative Protein SRG1 11.88651517 L4_control_A1 +LQ02X008260 Putative Protein SRG1 12.58139702 L4_control_A2 +LQ02X008260 Putative Protein SRG1 12.22126152 L4_control_A3 +LQ02X008260 Putative Protein SRG1 11.80212892 L4_control_B1 +LQ02X008260 Putative Protein SRG1 12.66504669 L4_control_B2 +LQ02X008260 Putative Protein SRG1 12.32351333 L4_control_B3 +LQ02X008260 Putative Protein SRG1 12.87172064 L4_control_C2 +LQ02X008260 Putative Protein SRG1 12.43944344 L4_control_C3 +LQ02X008260 Putative Protein SRG1 12.70930029 L4_chemical_A1 +LQ02X008260 Putative Protein SRG1 13.08593124 L4_chemical_A2 +LQ02X008260 Putative Protein SRG1 12.38912276 L4_chemical_A3 +LQ02X008260 Putative Protein SRG1 12.45132042 L4_chemical_B1 +LQ02X008260 Putative Protein SRG1 12.56468747 L4_chemical_B2 +LQ02X008260 Putative Protein SRG1 12.01864305 L4_chemical_B3 +LQ02X008260 Putative Protein SRG1 13.26219019 L4_chemical_C2 +LQ02X008260 Putative Protein SRG1 12.56874912 L4_chemical_C3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 8.244447719 C6_control_A1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 6.593558947 C6_control_A3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 8.497068552 C6_control_B1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 7.793088144 C6_control_B2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 6.445386711 C6_control_B3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 9.623896138 C6_control_C1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 9.743522639 C6_control_C2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 9.343882792 C6_control_C3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 8.408719197 C6_chemical_A1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 8.009737457 C6_chemical_A3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 7.120458548 C6_chemical_B1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 7.374929387 C6_chemical_B2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 6.818946178 C6_chemical_B3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 10.33935059 C6_chemical_C1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 10.95983937 C6_chemical_C2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 9.167081282 C6_chemical_C3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 8.115417501 L4_control_A1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 10.72314932 L4_control_A2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 6.638949716 L4_control_A3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 7.510420208 L4_control_B1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 9.878702006 L4_control_B2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 6.137235581 L4_control_B3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 11.36270174 L4_control_C2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 9.882022681 L4_control_C3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 7.065269219 L4_chemical_A1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 9.277810749 L4_chemical_A2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 5.740553888 L4_chemical_A3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 7.704477164 L4_chemical_B1 +LQ02X008270 Putative Gibberellin 20 oxidase 1 8.62669072 L4_chemical_B2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 7.209213731 L4_chemical_B3 +LQ02X008270 Putative Gibberellin 20 oxidase 1 11.64972026 L4_chemical_C2 +LQ02X008270 Putative Gibberellin 20 oxidase 1 9.94447513 L4_chemical_C3 +LQ02X008290 Predicted protein 12.63210165 C6_control_A1 +LQ02X008290 Predicted protein 13.03076097 C6_control_A3 +LQ02X008290 Predicted protein 13.75098425 C6_control_B1 +LQ02X008290 Predicted protein 14.67982234 C6_control_B2 +LQ02X008290 Predicted protein 14.2085743 C6_control_B3 +LQ02X008290 Predicted protein 14.76906131 C6_control_C1 +LQ02X008290 Predicted protein 14.87434705 C6_control_C2 +LQ02X008290 Predicted protein 15.31921399 C6_control_C3 +LQ02X008290 Predicted protein 12.51528726 C6_chemical_A1 +LQ02X008290 Predicted protein 12.91961174 C6_chemical_A3 +LQ02X008290 Predicted protein 13.75164966 C6_chemical_B1 +LQ02X008290 Predicted protein 14.81619996 C6_chemical_B2 +LQ02X008290 Predicted protein 14.34558376 C6_chemical_B3 +LQ02X008290 Predicted protein 14.54619999 C6_chemical_C1 +LQ02X008290 Predicted protein 15.31335903 C6_chemical_C2 +LQ02X008290 Predicted protein 15.44063659 C6_chemical_C3 +LQ02X008290 Predicted protein 12.4281995 L4_control_A1 +LQ02X008290 Predicted protein 12.87969751 L4_control_A2 +LQ02X008290 Predicted protein 12.79236797 L4_control_A3 +LQ02X008290 Predicted protein 13.73435562 L4_control_B1 +LQ02X008290 Predicted protein 12.7459443 L4_control_B2 +LQ02X008290 Predicted protein 14.95546056 L4_control_B3 +LQ02X008290 Predicted protein 13.6818778 L4_control_C2 +LQ02X008290 Predicted protein 14.15989324 L4_control_C3 +LQ02X008290 Predicted protein 13.04907611 L4_chemical_A1 +LQ02X008290 Predicted protein 13.34166749 L4_chemical_A2 +LQ02X008290 Predicted protein 12.62988874 L4_chemical_A3 +LQ02X008290 Predicted protein 12.6916403 L4_chemical_B1 +LQ02X008290 Predicted protein 13.28588365 L4_chemical_B2 +LQ02X008290 Predicted protein 13.93020982 L4_chemical_B3 +LQ02X008290 Predicted protein 13.65758983 L4_chemical_C2 +LQ02X008290 Predicted protein 14.35004615 L4_chemical_C3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.022611609 C6_control_A1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.418336368 C6_control_A3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.969943369 C6_control_B1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.796739516 C6_control_B2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.63791388 C6_control_B3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.897291873 C6_control_C1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.633710161 C6_control_C2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.788796085 C6_control_C3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.276276689 C6_chemical_A1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.234180873 C6_chemical_A3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.681990588 C6_chemical_B1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.671997002 C6_chemical_B2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.295752665 C6_chemical_B3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.653982605 C6_chemical_C1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.625109197 C6_chemical_C2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.85437764 C6_chemical_C3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 6.326004825 L4_control_A1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.350090829 L4_control_A2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.555639685 L4_control_A3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 6.266275542 L4_control_B1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.840530075 L4_control_B2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.823409133 L4_control_B3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.842840416 L4_control_C2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.894236054 L4_control_C3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.991170124 L4_chemical_A1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.137839151 L4_chemical_A2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.425172213 L4_chemical_A3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 4.783942771 L4_chemical_B1 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.088184205 L4_chemical_B2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.39417796 L4_chemical_B3 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.253478561 L4_chemical_C2 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.355989812 L4_chemical_C3 +LQ02X008320 Putative uncharacterized protein 5.625629054 C6_control_A1 +LQ02X008320 Putative uncharacterized protein 6.131241865 C6_control_A3 +LQ02X008320 Putative uncharacterized protein 5.206882505 C6_control_B1 +LQ02X008320 Putative uncharacterized protein 5.398740278 C6_control_B2 +LQ02X008320 Putative uncharacterized protein 5.256851531 C6_control_B3 +LQ02X008320 Putative uncharacterized protein 5.413946779 C6_control_C1 +LQ02X008320 Putative uncharacterized protein 5.819059036 C6_control_C2 +LQ02X008320 Putative uncharacterized protein 4.993072829 C6_control_C3 +LQ02X008320 Putative uncharacterized protein 5.719651027 C6_chemical_A1 +LQ02X008320 Putative uncharacterized protein 5.435752358 C6_chemical_A3 +LQ02X008320 Putative uncharacterized protein 5.173339884 C6_chemical_B1 +LQ02X008320 Putative uncharacterized protein 5.641673462 C6_chemical_B2 +LQ02X008320 Putative uncharacterized protein 5.491044065 C6_chemical_B3 +LQ02X008320 Putative uncharacterized protein 5.635250388 C6_chemical_C1 +LQ02X008320 Putative uncharacterized protein 5.248976523 C6_chemical_C2 +LQ02X008320 Putative uncharacterized protein 5.109132347 C6_chemical_C3 +LQ02X008320 Putative uncharacterized protein 5.502240817 L4_control_A1 +LQ02X008320 Putative uncharacterized protein 5.260950259 L4_control_A2 +LQ02X008320 Putative uncharacterized protein 5.978256479 L4_control_A3 +LQ02X008320 Putative uncharacterized protein 5.171264797 L4_control_B1 +LQ02X008320 Putative uncharacterized protein 5.269782064 L4_control_B2 +LQ02X008320 Putative uncharacterized protein 5.941333039 L4_control_B3 +LQ02X008320 Putative uncharacterized protein 5.576543514 L4_control_C2 +LQ02X008320 Putative uncharacterized protein 5.328525842 L4_control_C3 +LQ02X008320 Putative uncharacterized protein 5.473371822 L4_chemical_A1 +LQ02X008320 Putative uncharacterized protein 5.467452836 L4_chemical_A2 +LQ02X008320 Putative uncharacterized protein 6.084788205 L4_chemical_A3 +LQ02X008320 Putative uncharacterized protein 5.828210081 L4_chemical_B1 +LQ02X008320 Putative uncharacterized protein 4.874410243 L4_chemical_B2 +LQ02X008320 Putative uncharacterized protein 5.387606138 L4_chemical_B3 +LQ02X008320 Putative uncharacterized protein 5.672669059 L4_chemical_C2 +LQ02X008320 Putative uncharacterized protein 5.095735626 L4_chemical_C3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.679392359 C6_control_A1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.244741964 C6_control_A3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.655388171 C6_control_B1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.56384372 C6_control_B2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.738838502 C6_control_B3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 5.857652948 C6_control_C1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.945264683 C6_control_C2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.051642612 C6_control_C3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.139056243 C6_chemical_A1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.451393153 C6_chemical_A3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.695104543 C6_chemical_B1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.42578392 C6_chemical_B2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 7.252927105 C6_chemical_B3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 5.980641493 C6_chemical_C1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 7.009388392 C6_chemical_C2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.601463428 C6_chemical_C3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.26221068 L4_control_A1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.790834003 L4_control_A2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.81101593 L4_control_A3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.45403634 L4_control_B1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.94726386 L4_control_B2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.866185673 L4_control_B3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.857021967 L4_control_C2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 7.160069795 L4_control_C3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.407573002 L4_chemical_A1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.858697924 L4_chemical_A2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.848891942 L4_chemical_A3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.548440932 L4_chemical_B1 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.295325213 L4_chemical_B2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.475933886 L4_chemical_B3 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.73193031 L4_chemical_C2 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.97312114 L4_chemical_C3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.818549984 C6_control_A1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 6.058474608 C6_control_A3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.258765415 C6_control_B1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.009270018 C6_control_B2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.111430061 C6_control_B3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.264870798 C6_control_C1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.371069777 C6_control_C2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.599097921 C6_control_C3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.681215197 C6_chemical_A1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.857616686 C6_chemical_A3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.398264574 C6_chemical_B1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.102034656 C6_chemical_B2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 4.967157683 C6_chemical_B3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.164777547 C6_chemical_C1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 4.878947087 C6_chemical_C2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.453579953 C6_chemical_C3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 6.134542152 L4_control_A1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.678921181 L4_control_A2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 6.135402581 L4_control_A3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.376032497 L4_control_B1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.454474357 L4_control_B2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.19672548 L4_control_B3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.202721771 L4_control_C2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 7.319474687 L4_control_C3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.878187019 L4_chemical_A1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.731661958 L4_chemical_A2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 6.240865718 L4_chemical_A3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.383105894 L4_chemical_B1 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.111110922 L4_chemical_B2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.437687743 L4_chemical_B3 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.292556025 L4_chemical_C2 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.986160535 L4_chemical_C3 +LQ02X008360 Putative uncharacterized protein 10.70223623 C6_control_A1 +LQ02X008360 Putative uncharacterized protein 11.1962433 C6_control_A3 +LQ02X008360 Putative uncharacterized protein 10.77168234 C6_control_B1 +LQ02X008360 Putative uncharacterized protein 10.92512856 C6_control_B2 +LQ02X008360 Putative uncharacterized protein 10.61047728 C6_control_B3 +LQ02X008360 Putative uncharacterized protein 11.19676127 C6_control_C1 +LQ02X008360 Putative uncharacterized protein 11.79555312 C6_control_C2 +LQ02X008360 Putative uncharacterized protein 11.16024051 C6_control_C3 +LQ02X008360 Putative uncharacterized protein 10.78608202 C6_chemical_A1 +LQ02X008360 Putative uncharacterized protein 11.52679726 C6_chemical_A3 +LQ02X008360 Putative uncharacterized protein 10.93293866 C6_chemical_B1 +LQ02X008360 Putative uncharacterized protein 10.92590077 C6_chemical_B2 +LQ02X008360 Putative uncharacterized protein 10.88414562 C6_chemical_B3 +LQ02X008360 Putative uncharacterized protein 11.41089594 C6_chemical_C1 +LQ02X008360 Putative uncharacterized protein 11.73298019 C6_chemical_C2 +LQ02X008360 Putative uncharacterized protein 10.87028666 C6_chemical_C3 +LQ02X008360 Putative uncharacterized protein 10.92468095 L4_control_A1 +LQ02X008360 Putative uncharacterized protein 11.22447856 L4_control_A2 +LQ02X008360 Putative uncharacterized protein 11.85371062 L4_control_A3 +LQ02X008360 Putative uncharacterized protein 11.36249039 L4_control_B1 +LQ02X008360 Putative uncharacterized protein 11.76085045 L4_control_B2 +LQ02X008360 Putative uncharacterized protein 10.89285969 L4_control_B3 +LQ02X008360 Putative uncharacterized protein 12.1267229 L4_control_C2 +LQ02X008360 Putative uncharacterized protein 10.88655482 L4_control_C3 +LQ02X008360 Putative uncharacterized protein 11.33086555 L4_chemical_A1 +LQ02X008360 Putative uncharacterized protein 11.68898686 L4_chemical_A2 +LQ02X008360 Putative uncharacterized protein 11.64556142 L4_chemical_A3 +LQ02X008360 Putative uncharacterized protein 11.56486536 L4_chemical_B1 +LQ02X008360 Putative uncharacterized protein 11.85728545 L4_chemical_B2 +LQ02X008360 Putative uncharacterized protein 10.96973237 L4_chemical_B3 +LQ02X008360 Putative uncharacterized protein 12.1584645 L4_chemical_C2 +LQ02X008360 Putative uncharacterized protein 10.73707929 L4_chemical_C3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.720365146 C6_control_A1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 10.03367936 C6_control_A3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.298584242 C6_control_B1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 10.66583035 C6_control_B2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.551862638 C6_control_B3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 11.2333323 C6_control_C1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 11.20773607 C6_control_C2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 11.54576775 C6_control_C3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.898830564 C6_chemical_A1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.434358436 C6_chemical_A3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 7.485950859 C6_chemical_B1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 10.50083483 C6_chemical_B2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.519846266 C6_chemical_B3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 11.64976671 C6_chemical_C1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 11.55061919 C6_chemical_C2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 11.3520195 C6_chemical_C3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.571271359 L4_control_A1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.136745654 L4_control_A2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.891416756 L4_control_A3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.386993137 L4_control_B1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 6.428160105 L4_control_B2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.328919897 L4_control_B3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 7.856381021 L4_control_C2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 7.888224367 L4_control_C3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.868145679 L4_chemical_A1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.553143412 L4_chemical_A2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.817113125 L4_chemical_A3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 7.411278691 L4_chemical_B1 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 6.619421372 L4_chemical_B2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.779863211 L4_chemical_B3 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.515700496 L4_chemical_C2 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 8.943101577 L4_chemical_C3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.097084021 C6_control_A1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.306407543 C6_control_A3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.890632138 C6_control_B1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.227724977 C6_control_B2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.495694511 C6_control_B3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.73359493 C6_control_C1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.335949544 C6_control_C2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.270275228 C6_control_C3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.309418649 C6_chemical_A1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 4.963564765 C6_chemical_A3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 6.002677328 C6_chemical_B1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.419305797 C6_chemical_B2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.736823492 C6_chemical_B3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.582971954 C6_chemical_C1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.289557106 C6_chemical_C2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.45022604 C6_chemical_C3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.106182916 L4_control_A1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 4.76658045 L4_control_A2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 4.978207286 L4_control_A3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.201013506 L4_control_B1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.165241503 L4_control_B2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.186031614 L4_control_B3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.511058525 L4_control_C2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.737743136 L4_control_C3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 4.817530857 L4_chemical_A1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.080206944 L4_chemical_A2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 4.905358214 L4_chemical_A3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.759099139 L4_chemical_B1 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.27642108 L4_chemical_B2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.063682516 L4_chemical_B3 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.515687649 L4_chemical_C2 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.47153588 L4_chemical_C3 +LQ02X008490 CDPK-related protein kinase 9.806489434 C6_control_A1 +LQ02X008490 CDPK-related protein kinase 9.671333644 C6_control_A3 +LQ02X008490 CDPK-related protein kinase 9.89293869 C6_control_B1 +LQ02X008490 CDPK-related protein kinase 9.456163784 C6_control_B2 +LQ02X008490 CDPK-related protein kinase 9.987335049 C6_control_B3 +LQ02X008490 CDPK-related protein kinase 9.148661086 C6_control_C1 +LQ02X008490 CDPK-related protein kinase 9.144561485 C6_control_C2 +LQ02X008490 CDPK-related protein kinase 9.458713114 C6_control_C3 +LQ02X008490 CDPK-related protein kinase 9.645466527 C6_chemical_A1 +LQ02X008490 CDPK-related protein kinase 9.678444539 C6_chemical_A3 +LQ02X008490 CDPK-related protein kinase 9.998262424 C6_chemical_B1 +LQ02X008490 CDPK-related protein kinase 9.543601226 C6_chemical_B2 +LQ02X008490 CDPK-related protein kinase 9.883333148 C6_chemical_B3 +LQ02X008490 CDPK-related protein kinase 8.999818008 C6_chemical_C1 +LQ02X008490 CDPK-related protein kinase 9.385287771 C6_chemical_C2 +LQ02X008490 CDPK-related protein kinase 9.28147936 C6_chemical_C3 +LQ02X008490 CDPK-related protein kinase 9.61513387 L4_control_A1 +LQ02X008490 CDPK-related protein kinase 10.35935022 L4_control_A2 +LQ02X008490 CDPK-related protein kinase 10.74983854 L4_control_A3 +LQ02X008490 CDPK-related protein kinase 9.595443411 L4_control_B1 +LQ02X008490 CDPK-related protein kinase 9.657898805 L4_control_B2 +LQ02X008490 CDPK-related protein kinase 9.504972332 L4_control_B3 +LQ02X008490 CDPK-related protein kinase 9.397443163 L4_control_C2 +LQ02X008490 CDPK-related protein kinase 9.31026119 L4_control_C3 +LQ02X008490 CDPK-related protein kinase 9.198568733 L4_chemical_A1 +LQ02X008490 CDPK-related protein kinase 10.31621372 L4_chemical_A2 +LQ02X008490 CDPK-related protein kinase 10.41009814 L4_chemical_A3 +LQ02X008490 CDPK-related protein kinase 9.748600567 L4_chemical_B1 +LQ02X008490 CDPK-related protein kinase 9.878204582 L4_chemical_B2 +LQ02X008490 CDPK-related protein kinase 9.501083573 L4_chemical_B3 +LQ02X008490 CDPK-related protein kinase 8.867183022 L4_chemical_C2 +LQ02X008490 CDPK-related protein kinase 9.567461689 L4_chemical_C3 +LQ02X008530 Putative uncharacterized protein 5.751979104 C6_control_A1 +LQ02X008530 Putative uncharacterized protein 5.750432617 C6_control_A3 +LQ02X008530 Putative uncharacterized protein 5.392041606 C6_control_B1 +LQ02X008530 Putative uncharacterized protein 6.129189385 C6_control_B2 +LQ02X008530 Putative uncharacterized protein 6.210964631 C6_control_B3 +LQ02X008530 Putative uncharacterized protein 5.880698108 C6_control_C1 +LQ02X008530 Putative uncharacterized protein 6.080961333 C6_control_C2 +LQ02X008530 Putative uncharacterized protein 5.92502822 C6_control_C3 +LQ02X008530 Putative uncharacterized protein 5.965380143 C6_chemical_A1 +LQ02X008530 Putative uncharacterized protein 5.889905912 C6_chemical_A3 +LQ02X008530 Putative uncharacterized protein 6.207802771 C6_chemical_B1 +LQ02X008530 Putative uncharacterized protein 5.876632413 C6_chemical_B2 +LQ02X008530 Putative uncharacterized protein 5.65204007 C6_chemical_B3 +LQ02X008530 Putative uncharacterized protein 6.318738452 C6_chemical_C1 +LQ02X008530 Putative uncharacterized protein 6.267751078 C6_chemical_C2 +LQ02X008530 Putative uncharacterized protein 6.086511071 C6_chemical_C3 +LQ02X008530 Putative uncharacterized protein 5.682828338 L4_control_A1 +LQ02X008530 Putative uncharacterized protein 6.061377443 L4_control_A2 +LQ02X008530 Putative uncharacterized protein 5.890245432 L4_control_A3 +LQ02X008530 Putative uncharacterized protein 6.130163462 L4_control_B1 +LQ02X008530 Putative uncharacterized protein 6.033987038 L4_control_B2 +LQ02X008530 Putative uncharacterized protein 5.852909847 L4_control_B3 +LQ02X008530 Putative uncharacterized protein 5.863297147 L4_control_C2 +LQ02X008530 Putative uncharacterized protein 5.240237284 L4_control_C3 +LQ02X008530 Putative uncharacterized protein 5.666878706 L4_chemical_A1 +LQ02X008530 Putative uncharacterized protein 6.301436083 L4_chemical_A2 +LQ02X008530 Putative uncharacterized protein 5.55695111 L4_chemical_A3 +LQ02X008530 Putative uncharacterized protein 5.866206734 L4_chemical_B1 +LQ02X008530 Putative uncharacterized protein 6.135441927 L4_chemical_B2 +LQ02X008530 Putative uncharacterized protein 5.884928651 L4_chemical_B3 +LQ02X008530 Putative uncharacterized protein 5.843763267 L4_chemical_C2 +LQ02X008530 Putative uncharacterized protein 5.79665938 L4_chemical_C3 +LQ02X008580 Predicted protein 12.12098173 C6_control_A1 +LQ02X008580 Predicted protein 11.4182278 C6_control_A3 +LQ02X008580 Predicted protein 11.91109131 C6_control_B1 +LQ02X008580 Predicted protein 11.78661701 C6_control_B2 +LQ02X008580 Predicted protein 11.3896771 C6_control_B3 +LQ02X008580 Predicted protein 10.47653603 C6_control_C1 +LQ02X008580 Predicted protein 10.53426069 C6_control_C2 +LQ02X008580 Predicted protein 10.09144783 C6_control_C3 +LQ02X008580 Predicted protein 12.04822099 C6_chemical_A1 +LQ02X008580 Predicted protein 11.73048077 C6_chemical_A3 +LQ02X008580 Predicted protein 11.64442593 C6_chemical_B1 +LQ02X008580 Predicted protein 11.67685849 C6_chemical_B2 +LQ02X008580 Predicted protein 11.37375759 C6_chemical_B3 +LQ02X008580 Predicted protein 10.59238521 C6_chemical_C1 +LQ02X008580 Predicted protein 10.41345679 C6_chemical_C2 +LQ02X008580 Predicted protein 10.15048507 C6_chemical_C3 +LQ02X008580 Predicted protein 12.12429233 L4_control_A1 +LQ02X008580 Predicted protein 12.86478268 L4_control_A2 +LQ02X008580 Predicted protein 12.19555021 L4_control_A3 +LQ02X008580 Predicted protein 11.90024959 L4_control_B1 +LQ02X008580 Predicted protein 12.80726031 L4_control_B2 +LQ02X008580 Predicted protein 12.30651568 L4_control_B3 +LQ02X008580 Predicted protein 11.08051694 L4_control_C2 +LQ02X008580 Predicted protein 11.58707019 L4_control_C3 +LQ02X008580 Predicted protein 12.04207387 L4_chemical_A1 +LQ02X008580 Predicted protein 12.065685 L4_chemical_A2 +LQ02X008580 Predicted protein 11.786044 L4_chemical_A3 +LQ02X008580 Predicted protein 11.69157737 L4_chemical_B1 +LQ02X008580 Predicted protein 12.1903421 L4_chemical_B2 +LQ02X008580 Predicted protein 12.11359079 L4_chemical_B3 +LQ02X008580 Predicted protein 11.26153883 L4_chemical_C2 +LQ02X008580 Predicted protein 11.00813994 L4_chemical_C3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.453951749 C6_control_A1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.363393842 C6_control_A3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.790124529 C6_control_B1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.113496742 C6_control_B2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.614345846 C6_control_B3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.678483156 C6_control_C1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.173899123 C6_control_C2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.922117057 C6_control_C3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.362566836 C6_chemical_A1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.137656823 C6_chemical_A3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.613763094 C6_chemical_B1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.204205083 C6_chemical_B2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.966620025 C6_chemical_B3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.803946796 C6_chemical_C1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.149382921 C6_chemical_C2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.024219462 C6_chemical_C3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.950167996 L4_control_A1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.251754423 L4_control_A2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.202195238 L4_control_A3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.424854557 L4_control_B1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.418887485 L4_control_B2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.139803539 L4_control_B3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.0204717 L4_control_C2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.032073906 L4_control_C3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.924126823 L4_chemical_A1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.567694136 L4_chemical_A2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.367043423 L4_chemical_A3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.76910702 L4_chemical_B1 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.679687912 L4_chemical_B2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.073048882 L4_chemical_B3 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 4.9142915 L4_chemical_C2 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 6.215598631 L4_chemical_C3 +LQ02X008660 Uncharacterized protein At1g14870 5.563445049 C6_control_A1 +LQ02X008660 Uncharacterized protein At1g14870 5.389258369 C6_control_A3 +LQ02X008660 Uncharacterized protein At1g14870 5.274963017 C6_control_B1 +LQ02X008660 Uncharacterized protein At1g14870 5.542664668 C6_control_B2 +LQ02X008660 Uncharacterized protein At1g14870 5.484704234 C6_control_B3 +LQ02X008660 Uncharacterized protein At1g14870 5.703338101 C6_control_C1 +LQ02X008660 Uncharacterized protein At1g14870 5.25622771 C6_control_C2 +LQ02X008660 Uncharacterized protein At1g14870 5.762810078 C6_control_C3 +LQ02X008660 Uncharacterized protein At1g14870 5.520780799 C6_chemical_A1 +LQ02X008660 Uncharacterized protein At1g14870 5.266678301 C6_chemical_A3 +LQ02X008660 Uncharacterized protein At1g14870 5.431728154 C6_chemical_B1 +LQ02X008660 Uncharacterized protein At1g14870 5.35945789 C6_chemical_B2 +LQ02X008660 Uncharacterized protein At1g14870 5.592935969 C6_chemical_B3 +LQ02X008660 Uncharacterized protein At1g14870 5.576435486 C6_chemical_C1 +LQ02X008660 Uncharacterized protein At1g14870 5.445620078 C6_chemical_C2 +LQ02X008660 Uncharacterized protein At1g14870 5.754945434 C6_chemical_C3 +LQ02X008660 Uncharacterized protein At1g14870 5.332671454 L4_control_A1 +LQ02X008660 Uncharacterized protein At1g14870 5.498673218 L4_control_A2 +LQ02X008660 Uncharacterized protein At1g14870 5.194823718 L4_control_A3 +LQ02X008660 Uncharacterized protein At1g14870 5.467153225 L4_control_B1 +LQ02X008660 Uncharacterized protein At1g14870 5.381309681 L4_control_B2 +LQ02X008660 Uncharacterized protein At1g14870 5.1380627 L4_control_B3 +LQ02X008660 Uncharacterized protein At1g14870 5.516693312 L4_control_C2 +LQ02X008660 Uncharacterized protein At1g14870 5.601038893 L4_control_C3 +LQ02X008660 Uncharacterized protein At1g14870 5.208142552 L4_chemical_A1 +LQ02X008660 Uncharacterized protein At1g14870 5.395684106 L4_chemical_A2 +LQ02X008660 Uncharacterized protein At1g14870 5.468854356 L4_chemical_A3 +LQ02X008660 Uncharacterized protein At1g14870 5.17831614 L4_chemical_B1 +LQ02X008660 Uncharacterized protein At1g14870 5.346033537 L4_chemical_B2 +LQ02X008660 Uncharacterized protein At1g14870 5.160496149 L4_chemical_B3 +LQ02X008660 Uncharacterized protein At1g14870 6.128726671 L4_chemical_C2 +LQ02X008660 Uncharacterized protein At1g14870 5.366461588 L4_chemical_C3 +LQ02X008690 Hypothetical protein 5.068872333 C6_control_A1 +LQ02X008690 Hypothetical protein 5.116131257 C6_control_A3 +LQ02X008690 Hypothetical protein 4.797572975 C6_control_B1 +LQ02X008690 Hypothetical protein 4.707171171 C6_control_B2 +LQ02X008690 Hypothetical protein 4.689860624 C6_control_B3 +LQ02X008690 Hypothetical protein 4.730338121 C6_control_C1 +LQ02X008690 Hypothetical protein 4.581267136 C6_control_C2 +LQ02X008690 Hypothetical protein 4.678453025 C6_control_C3 +LQ02X008690 Hypothetical protein 5.11890603 C6_chemical_A1 +LQ02X008690 Hypothetical protein 4.835626853 C6_chemical_A3 +LQ02X008690 Hypothetical protein 4.591189422 C6_chemical_B1 +LQ02X008690 Hypothetical protein 4.565884772 C6_chemical_B2 +LQ02X008690 Hypothetical protein 5.042582942 C6_chemical_B3 +LQ02X008690 Hypothetical protein 4.626944762 C6_chemical_C1 +LQ02X008690 Hypothetical protein 4.767181408 C6_chemical_C2 +LQ02X008690 Hypothetical protein 4.729079505 C6_chemical_C3 +LQ02X008690 Hypothetical protein 4.686374149 L4_control_A1 +LQ02X008690 Hypothetical protein 4.818293126 L4_control_A2 +LQ02X008690 Hypothetical protein 5.378352268 L4_control_A3 +LQ02X008690 Hypothetical protein 4.890608734 L4_control_B1 +LQ02X008690 Hypothetical protein 5.15168166 L4_control_B2 +LQ02X008690 Hypothetical protein 4.801003289 L4_control_B3 +LQ02X008690 Hypothetical protein 4.974548477 L4_control_C2 +LQ02X008690 Hypothetical protein 5.12560846 L4_control_C3 +LQ02X008690 Hypothetical protein 4.758112851 L4_chemical_A1 +LQ02X008690 Hypothetical protein 4.644287854 L4_chemical_A2 +LQ02X008690 Hypothetical protein 5.308153993 L4_chemical_A3 +LQ02X008690 Hypothetical protein 5.038314487 L4_chemical_B1 +LQ02X008690 Hypothetical protein 4.837863669 L4_chemical_B2 +LQ02X008690 Hypothetical protein 4.902967763 L4_chemical_B3 +LQ02X008690 Hypothetical protein 4.939491855 L4_chemical_C2 +LQ02X008690 Hypothetical protein 5.104467147 L4_chemical_C3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.88946703 C6_control_A1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.50562025 C6_control_A3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.98353685 C6_control_B1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.06643358 C6_control_B2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.77421934 C6_control_B3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.34288215 C6_control_C1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.97230113 C6_control_C2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.8409493 C6_control_C3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.86227508 C6_chemical_A1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.4838391 C6_chemical_A3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.48516245 C6_chemical_B1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.93992691 C6_chemical_B2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.66519331 C6_chemical_B3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.02698221 C6_chemical_C1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.74234015 C6_chemical_C2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.80266093 C6_chemical_C3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.09242879 L4_control_A1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.29910829 L4_control_A2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.89876069 L4_control_A3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.27602113 L4_control_B1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.00559924 L4_control_B2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.26125112 L4_control_B3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.85654333 L4_control_C2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 12.08895681 L4_control_C3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.98601006 L4_chemical_A1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.0956294 L4_chemical_A2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.69394974 L4_chemical_A3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.44109828 L4_chemical_B1 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.85060671 L4_chemical_B2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.01474393 L4_chemical_B3 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 11.92695504 L4_chemical_C2 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 12.00380018 L4_chemical_C3 +LQ02X008740 Putative TP53RK-binding protein 14.1385104 C6_control_A1 +LQ02X008740 Putative TP53RK-binding protein 14.20214415 C6_control_A3 +LQ02X008740 Putative TP53RK-binding protein 13.55201428 C6_control_B1 +LQ02X008740 Putative TP53RK-binding protein 13.45660232 C6_control_B2 +LQ02X008740 Putative TP53RK-binding protein 13.1823763 C6_control_B3 +LQ02X008740 Putative TP53RK-binding protein 13.16347596 C6_control_C1 +LQ02X008740 Putative TP53RK-binding protein 13.54351648 C6_control_C2 +LQ02X008740 Putative TP53RK-binding protein 13.03655028 C6_control_C3 +LQ02X008740 Putative TP53RK-binding protein 13.83885399 C6_chemical_A1 +LQ02X008740 Putative TP53RK-binding protein 13.80344348 C6_chemical_A3 +LQ02X008740 Putative TP53RK-binding protein 13.32156526 C6_chemical_B1 +LQ02X008740 Putative TP53RK-binding protein 13.16088483 C6_chemical_B2 +LQ02X008740 Putative TP53RK-binding protein 12.91557721 C6_chemical_B3 +LQ02X008740 Putative TP53RK-binding protein 12.93550281 C6_chemical_C1 +LQ02X008740 Putative TP53RK-binding protein 13.3160363 C6_chemical_C2 +LQ02X008740 Putative TP53RK-binding protein 12.8710502 C6_chemical_C3 +LQ02X008740 Putative TP53RK-binding protein 14.24457433 L4_control_A1 +LQ02X008740 Putative TP53RK-binding protein 13.47864378 L4_control_A2 +LQ02X008740 Putative TP53RK-binding protein 13.91159805 L4_control_A3 +LQ02X008740 Putative TP53RK-binding protein 13.00351219 L4_control_B1 +LQ02X008740 Putative TP53RK-binding protein 13.28583478 L4_control_B2 +LQ02X008740 Putative TP53RK-binding protein 12.78219165 L4_control_B3 +LQ02X008740 Putative TP53RK-binding protein 13.16886946 L4_control_C2 +LQ02X008740 Putative TP53RK-binding protein 12.92850669 L4_control_C3 +LQ02X008740 Putative TP53RK-binding protein 13.8313321 L4_chemical_A1 +LQ02X008740 Putative TP53RK-binding protein 12.94816303 L4_chemical_A2 +LQ02X008740 Putative TP53RK-binding protein 13.75205171 L4_chemical_A3 +LQ02X008740 Putative TP53RK-binding protein 13.34734169 L4_chemical_B1 +LQ02X008740 Putative TP53RK-binding protein 13.31134027 L4_chemical_B2 +LQ02X008740 Putative TP53RK-binding protein 12.83576757 L4_chemical_B3 +LQ02X008740 Putative TP53RK-binding protein 13.21688751 L4_chemical_C2 +LQ02X008740 Putative TP53RK-binding protein 12.99769059 L4_chemical_C3 +LQ02X008750 Protein CYPRO4 5.696892736 C6_control_A1 +LQ02X008750 Protein CYPRO4 5.523179276 C6_control_A3 +LQ02X008750 Protein CYPRO4 5.388857532 C6_control_B1 +LQ02X008750 Protein CYPRO4 5.423052626 C6_control_B2 +LQ02X008750 Protein CYPRO4 5.136997621 C6_control_B3 +LQ02X008750 Protein CYPRO4 5.518826274 C6_control_C1 +LQ02X008750 Protein CYPRO4 6.268521825 C6_control_C2 +LQ02X008750 Protein CYPRO4 5.229510637 C6_control_C3 +LQ02X008750 Protein CYPRO4 5.538892347 C6_chemical_A1 +LQ02X008750 Protein CYPRO4 5.30041022 C6_chemical_A3 +LQ02X008750 Protein CYPRO4 5.694124821 C6_chemical_B1 +LQ02X008750 Protein CYPRO4 5.638467759 C6_chemical_B2 +LQ02X008750 Protein CYPRO4 5.558721192 C6_chemical_B3 +LQ02X008750 Protein CYPRO4 5.921376294 C6_chemical_C1 +LQ02X008750 Protein CYPRO4 5.325530213 C6_chemical_C2 +LQ02X008750 Protein CYPRO4 5.628059106 C6_chemical_C3 +LQ02X008750 Protein CYPRO4 5.592205068 L4_control_A1 +LQ02X008750 Protein CYPRO4 5.280348919 L4_control_A2 +LQ02X008750 Protein CYPRO4 5.385429421 L4_control_A3 +LQ02X008750 Protein CYPRO4 5.619118658 L4_control_B1 +LQ02X008750 Protein CYPRO4 5.30032164 L4_control_B2 +LQ02X008750 Protein CYPRO4 5.631031464 L4_control_B3 +LQ02X008750 Protein CYPRO4 6.250642358 L4_control_C2 +LQ02X008750 Protein CYPRO4 5.839280405 L4_control_C3 +LQ02X008750 Protein CYPRO4 5.109633711 L4_chemical_A1 +LQ02X008750 Protein CYPRO4 5.273660726 L4_chemical_A2 +LQ02X008750 Protein CYPRO4 5.381025853 L4_chemical_A3 +LQ02X008750 Protein CYPRO4 5.752382758 L4_chemical_B1 +LQ02X008750 Protein CYPRO4 5.125283161 L4_chemical_B2 +LQ02X008750 Protein CYPRO4 5.645316715 L4_chemical_B3 +LQ02X008750 Protein CYPRO4 5.144040249 L4_chemical_C2 +LQ02X008750 Protein CYPRO4 6.111959876 L4_chemical_C3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.114069924 C6_control_A1 +LQ02X008760 LAG1 longevity assurance homolog 2 8.785834507 C6_control_A3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.008155777 C6_control_B1 +LQ02X008760 LAG1 longevity assurance homolog 2 7.27550556 C6_control_B2 +LQ02X008760 LAG1 longevity assurance homolog 2 7.344834571 C6_control_B3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.882000518 C6_control_C1 +LQ02X008760 LAG1 longevity assurance homolog 2 8.238346489 C6_control_C2 +LQ02X008760 LAG1 longevity assurance homolog 2 7.806863924 C6_control_C3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.321157264 C6_chemical_A1 +LQ02X008760 LAG1 longevity assurance homolog 2 8.080733233 C6_chemical_A3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.572306781 C6_chemical_B1 +LQ02X008760 LAG1 longevity assurance homolog 2 7.93464329 C6_chemical_B2 +LQ02X008760 LAG1 longevity assurance homolog 2 7.594211447 C6_chemical_B3 +LQ02X008760 LAG1 longevity assurance homolog 2 9.874106587 C6_chemical_C1 +LQ02X008760 LAG1 longevity assurance homolog 2 9.237485698 C6_chemical_C2 +LQ02X008760 LAG1 longevity assurance homolog 2 8.636148882 C6_chemical_C3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.871786789 L4_control_A1 +LQ02X008760 LAG1 longevity assurance homolog 2 8.70210728 L4_control_A2 +LQ02X008760 LAG1 longevity assurance homolog 2 6.51684105 L4_control_A3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.297863698 L4_control_B1 +LQ02X008760 LAG1 longevity assurance homolog 2 7.594041969 L4_control_B2 +LQ02X008760 LAG1 longevity assurance homolog 2 7.177909064 L4_control_B3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.266679524 L4_control_C2 +LQ02X008760 LAG1 longevity assurance homolog 2 6.707464708 L4_control_C3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.434176896 L4_chemical_A1 +LQ02X008760 LAG1 longevity assurance homolog 2 8.539814454 L4_chemical_A2 +LQ02X008760 LAG1 longevity assurance homolog 2 6.142520841 L4_chemical_A3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.101052171 L4_chemical_B1 +LQ02X008760 LAG1 longevity assurance homolog 2 8.039480837 L4_chemical_B2 +LQ02X008760 LAG1 longevity assurance homolog 2 8.011049382 L4_chemical_B3 +LQ02X008760 LAG1 longevity assurance homolog 2 8.267690298 L4_chemical_C2 +LQ02X008760 LAG1 longevity assurance homolog 2 7.252062115 L4_chemical_C3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.1321278 C6_control_A1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 12.6414054 C6_control_A3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.16403703 C6_control_B1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.16854 C6_control_B2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.12568351 C6_control_B3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.51775231 C6_control_C1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.64944999 C6_control_C2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.6644299 C6_control_C3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.48828643 C6_chemical_A1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.35991537 C6_chemical_A3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.5590714 C6_chemical_B1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.36155424 C6_chemical_B2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.3951745 C6_chemical_B3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.95868538 C6_chemical_C1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.89994654 C6_chemical_C2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.97544835 C6_chemical_C3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 12.77706815 L4_control_A1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 12.89000904 L4_control_A2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 12.20557251 L4_control_A3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.23397775 L4_control_B1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 12.20481979 L4_control_B2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.56085536 L4_control_B3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 12.97432999 L4_control_C2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 12.88748553 L4_control_C3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.55044878 L4_chemical_A1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 14.57127193 L4_chemical_A2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.24148145 L4_chemical_A3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.19015238 L4_chemical_B1 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.04945042 L4_chemical_B2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.45009419 L4_chemical_B3 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.44942617 L4_chemical_C2 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.43161815 L4_chemical_C3 +LQ02X008860 Putative uncharacterized protein 9.798945068 C6_control_A1 +LQ02X008860 Putative uncharacterized protein 10.18229864 C6_control_A3 +LQ02X008860 Putative uncharacterized protein 9.663050218 C6_control_B1 +LQ02X008860 Putative uncharacterized protein 10.67008445 C6_control_B2 +LQ02X008860 Putative uncharacterized protein 9.652914851 C6_control_B3 +LQ02X008860 Putative uncharacterized protein 11.57814347 C6_control_C1 +LQ02X008860 Putative uncharacterized protein 12.15537287 C6_control_C2 +LQ02X008860 Putative uncharacterized protein 11.41135158 C6_control_C3 +LQ02X008860 Putative uncharacterized protein 9.989521796 C6_chemical_A1 +LQ02X008860 Putative uncharacterized protein 9.917222092 C6_chemical_A3 +LQ02X008860 Putative uncharacterized protein 10.02346995 C6_chemical_B1 +LQ02X008860 Putative uncharacterized protein 10.68448815 C6_chemical_B2 +LQ02X008860 Putative uncharacterized protein 9.445838606 C6_chemical_B3 +LQ02X008860 Putative uncharacterized protein 11.86706704 C6_chemical_C1 +LQ02X008860 Putative uncharacterized protein 12.23526925 C6_chemical_C2 +LQ02X008860 Putative uncharacterized protein 11.27599409 C6_chemical_C3 +LQ02X008860 Putative uncharacterized protein 9.545101184 L4_control_A1 +LQ02X008860 Putative uncharacterized protein 9.85808866 L4_control_A2 +LQ02X008860 Putative uncharacterized protein 9.830349849 L4_control_A3 +LQ02X008860 Putative uncharacterized protein 8.84736095 L4_control_B1 +LQ02X008860 Putative uncharacterized protein 9.736362948 L4_control_B2 +LQ02X008860 Putative uncharacterized protein 9.778548319 L4_control_B3 +LQ02X008860 Putative uncharacterized protein 11.15126349 L4_control_C2 +LQ02X008860 Putative uncharacterized protein 10.60453316 L4_control_C3 +LQ02X008860 Putative uncharacterized protein 9.715902372 L4_chemical_A1 +LQ02X008860 Putative uncharacterized protein 9.923813283 L4_chemical_A2 +LQ02X008860 Putative uncharacterized protein 9.311340119 L4_chemical_A3 +LQ02X008860 Putative uncharacterized protein 9.398310162 L4_chemical_B1 +LQ02X008860 Putative uncharacterized protein 9.653403453 L4_chemical_B2 +LQ02X008860 Putative uncharacterized protein 9.645751871 L4_chemical_B3 +LQ02X008860 Putative uncharacterized protein 11.39249365 L4_chemical_C2 +LQ02X008860 Putative uncharacterized protein 10.81996755 L4_chemical_C3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.717325764 C6_control_A1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.993926949 C6_control_A3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.808063914 C6_control_B1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.721079184 C6_control_B2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.662504738 C6_control_B3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 5.321003603 C6_control_C1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 5.471957019 C6_control_C2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.972312088 C6_control_C3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.749881129 C6_chemical_A1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.691940401 C6_chemical_A3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.480493357 C6_chemical_B1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.90229913 C6_chemical_B2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.562002026 C6_chemical_B3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 5.0043914 C6_chemical_C1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.928387002 C6_chemical_C2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 5.098151754 C6_chemical_C3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.668568834 L4_control_A1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.863932184 L4_control_A2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.93084772 L4_control_A3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.88602141 L4_control_B1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 5.023998162 L4_control_B2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.401556513 L4_control_B3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.909604496 L4_control_C2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 5.885371264 L4_control_C3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.899942245 L4_chemical_A1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.689024397 L4_chemical_A2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.598121565 L4_chemical_A3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.669627087 L4_chemical_B1 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.969304032 L4_chemical_B2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.429270494 L4_chemical_B3 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 5.680999445 L4_chemical_C2 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 5.334232343 L4_chemical_C3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.46189093 C6_control_A1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.966106334 C6_control_A3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.222477007 C6_control_B1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.65228357 C6_control_B2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.602886594 C6_control_B3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.770492737 C6_control_C1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.893466257 C6_control_C2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.830185759 C6_control_C3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.108608679 C6_chemical_A1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.54939972 C6_chemical_A3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.31724442 C6_chemical_B1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.665162185 C6_chemical_B2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.33776529 C6_chemical_B3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 6.22916047 C6_chemical_C1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.854033433 C6_chemical_C2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.850279977 C6_chemical_C3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.631794906 L4_control_A1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.418498349 L4_control_A2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.9353077 L4_control_A3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.282921464 L4_control_B1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.521810855 L4_control_B2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.166119607 L4_control_B3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.87926609 L4_control_C2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.150030888 L4_control_C3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.195274991 L4_chemical_A1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.470794604 L4_chemical_A2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.694121052 L4_chemical_A3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.366269231 L4_chemical_B1 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.168885056 L4_chemical_B2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.40583077 L4_chemical_B3 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.618967251 L4_chemical_C2 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.5558048 L4_chemical_C3 +LQ02X008890 Predicted protein 5.350506192 C6_control_A1 +LQ02X008890 Predicted protein 5.119857695 C6_control_A3 +LQ02X008890 Predicted protein 5.812348818 C6_control_B1 +LQ02X008890 Predicted protein 5.353055849 C6_control_B2 +LQ02X008890 Predicted protein 5.580135816 C6_control_B3 +LQ02X008890 Predicted protein 5.378931826 C6_control_C1 +LQ02X008890 Predicted protein 5.803290741 C6_control_C2 +LQ02X008890 Predicted protein 5.23332389 C6_control_C3 +LQ02X008890 Predicted protein 5.450106241 C6_chemical_A1 +LQ02X008890 Predicted protein 5.306220148 C6_chemical_A3 +LQ02X008890 Predicted protein 5.325584148 C6_chemical_B1 +LQ02X008890 Predicted protein 5.487496225 C6_chemical_B2 +LQ02X008890 Predicted protein 5.802639568 C6_chemical_B3 +LQ02X008890 Predicted protein 5.944581621 C6_chemical_C1 +LQ02X008890 Predicted protein 6.066006105 C6_chemical_C2 +LQ02X008890 Predicted protein 5.662567433 C6_chemical_C3 +LQ02X008890 Predicted protein 5.480975322 L4_control_A1 +LQ02X008890 Predicted protein 5.706511719 L4_control_A2 +LQ02X008890 Predicted protein 5.682503873 L4_control_A3 +LQ02X008890 Predicted protein 5.5143628 L4_control_B1 +LQ02X008890 Predicted protein 5.590046513 L4_control_B2 +LQ02X008890 Predicted protein 5.939489843 L4_control_B3 +LQ02X008890 Predicted protein 5.714843699 L4_control_C2 +LQ02X008890 Predicted protein 6.140399304 L4_control_C3 +LQ02X008890 Predicted protein 6.25481663 L4_chemical_A1 +LQ02X008890 Predicted protein 5.37016712 L4_chemical_A2 +LQ02X008890 Predicted protein 5.569358602 L4_chemical_A3 +LQ02X008890 Predicted protein 5.676053976 L4_chemical_B1 +LQ02X008890 Predicted protein 5.766280521 L4_chemical_B2 +LQ02X008890 Predicted protein 5.468633912 L4_chemical_B3 +LQ02X008890 Predicted protein 6.297223738 L4_chemical_C2 +LQ02X008890 Predicted protein 5.606965541 L4_chemical_C3 +LQ02X008920 Putative uncharacterized protein 6.095294174 C6_control_A1 +LQ02X008920 Putative uncharacterized protein 6.250859803 C6_control_A3 +LQ02X008920 Putative uncharacterized protein 6.436154776 C6_control_B1 +LQ02X008920 Putative uncharacterized protein 5.531241514 C6_control_B2 +LQ02X008920 Putative uncharacterized protein 5.748208456 C6_control_B3 +LQ02X008920 Putative uncharacterized protein 5.22613199 C6_control_C1 +LQ02X008920 Putative uncharacterized protein 5.514050456 C6_control_C2 +LQ02X008920 Putative uncharacterized protein 5.21570674 C6_control_C3 +LQ02X008920 Putative uncharacterized protein 6.437147908 C6_chemical_A1 +LQ02X008920 Putative uncharacterized protein 6.20677048 C6_chemical_A3 +LQ02X008920 Putative uncharacterized protein 6.370241983 C6_chemical_B1 +LQ02X008920 Putative uncharacterized protein 5.431937111 C6_chemical_B2 +LQ02X008920 Putative uncharacterized protein 5.525185517 C6_chemical_B3 +LQ02X008920 Putative uncharacterized protein 5.453333875 C6_chemical_C1 +LQ02X008920 Putative uncharacterized protein 5.272058402 C6_chemical_C2 +LQ02X008920 Putative uncharacterized protein 5.061740437 C6_chemical_C3 +LQ02X008920 Putative uncharacterized protein 5.594968624 L4_control_A1 +LQ02X008920 Putative uncharacterized protein 5.811769797 L4_control_A2 +LQ02X008920 Putative uncharacterized protein 6.212545504 L4_control_A3 +LQ02X008920 Putative uncharacterized protein 5.591766052 L4_control_B1 +LQ02X008920 Putative uncharacterized protein 6.157905401 L4_control_B2 +LQ02X008920 Putative uncharacterized protein 5.529816039 L4_control_B3 +LQ02X008920 Putative uncharacterized protein 5.560839875 L4_control_C2 +LQ02X008920 Putative uncharacterized protein 5.203611064 L4_control_C3 +LQ02X008920 Putative uncharacterized protein 5.931870317 L4_chemical_A1 +LQ02X008920 Putative uncharacterized protein 5.86339524 L4_chemical_A2 +LQ02X008920 Putative uncharacterized protein 6.315557848 L4_chemical_A3 +LQ02X008920 Putative uncharacterized protein 5.625651093 L4_chemical_B1 +LQ02X008920 Putative uncharacterized protein 5.896332157 L4_chemical_B2 +LQ02X008920 Putative uncharacterized protein 5.876949335 L4_chemical_B3 +LQ02X008920 Putative uncharacterized protein 5.847601917 L4_chemical_C2 +LQ02X008920 Putative uncharacterized protein 5.86332958 L4_chemical_C3 +LQ02X008970 Protein binding protein, putative 10.0766479 C6_control_A1 +LQ02X008970 Protein binding protein, putative 9.312502649 C6_control_A3 +LQ02X008970 Protein binding protein, putative 10.04473007 C6_control_B1 +LQ02X008970 Protein binding protein, putative 9.573463369 C6_control_B2 +LQ02X008970 Protein binding protein, putative 9.762723112 C6_control_B3 +LQ02X008970 Protein binding protein, putative 10.52675443 C6_control_C1 +LQ02X008970 Protein binding protein, putative 9.890948496 C6_control_C2 +LQ02X008970 Protein binding protein, putative 9.808993358 C6_control_C3 +LQ02X008970 Protein binding protein, putative 10.34508283 C6_chemical_A1 +LQ02X008970 Protein binding protein, putative 9.965643779 C6_chemical_A3 +LQ02X008970 Protein binding protein, putative 10.49816225 C6_chemical_B1 +LQ02X008970 Protein binding protein, putative 9.552088539 C6_chemical_B2 +LQ02X008970 Protein binding protein, putative 9.786838007 C6_chemical_B3 +LQ02X008970 Protein binding protein, putative 10.67452016 C6_chemical_C1 +LQ02X008970 Protein binding protein, putative 10.1666566 C6_chemical_C2 +LQ02X008970 Protein binding protein, putative 10.17084961 C6_chemical_C3 +LQ02X008970 Protein binding protein, putative 10.59295673 L4_control_A1 +LQ02X008970 Protein binding protein, putative 10.71251665 L4_control_A2 +LQ02X008970 Protein binding protein, putative 10.78373825 L4_control_A3 +LQ02X008970 Protein binding protein, putative 10.37737204 L4_control_B1 +LQ02X008970 Protein binding protein, putative 10.61952542 L4_control_B2 +LQ02X008970 Protein binding protein, putative 10.4452679 L4_control_B3 +LQ02X008970 Protein binding protein, putative 10.50140486 L4_control_C2 +LQ02X008970 Protein binding protein, putative 11.33604097 L4_control_C3 +LQ02X008970 Protein binding protein, putative 10.54867309 L4_chemical_A1 +LQ02X008970 Protein binding protein, putative 10.82589971 L4_chemical_A2 +LQ02X008970 Protein binding protein, putative 10.69556111 L4_chemical_A3 +LQ02X008970 Protein binding protein, putative 10.41044604 L4_chemical_B1 +LQ02X008970 Protein binding protein, putative 10.29873065 L4_chemical_B2 +LQ02X008970 Protein binding protein, putative 10.42374944 L4_chemical_B3 +LQ02X008970 Protein binding protein, putative 10.51436075 L4_chemical_C2 +LQ02X008970 Protein binding protein, putative 11.3477534 L4_chemical_C3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.96877077 C6_control_A1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.99140056 C6_control_A3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.00292835 C6_control_B1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.38857063 C6_control_B2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.19973988 C6_control_B3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.41415273 C6_control_C1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.25649176 C6_control_C2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.37240032 C6_control_C3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.09959624 C6_chemical_A1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.95116511 C6_chemical_A3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.0591859 C6_chemical_B1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.82019847 C6_chemical_B2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.46465522 C6_chemical_B3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.59213982 C6_chemical_C1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.03313419 C6_chemical_C2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.34463194 C6_chemical_C3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.08841821 L4_control_A1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.3668095 L4_control_A2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.1588468 L4_control_A3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.49649805 L4_control_B1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.28103404 L4_control_B2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.67223839 L4_control_B3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.11717793 L4_control_C2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.79011077 L4_control_C3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.72654801 L4_chemical_A1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.29118666 L4_chemical_A2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.02878884 L4_chemical_A3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.99766891 L4_chemical_B1 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.33526249 L4_chemical_B2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 15.21450967 L4_chemical_B3 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 13.46271414 L4_chemical_C2 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.00378728 L4_chemical_C3 +LQ02X009020 Putative Genome polyprotein 5.547387313 C6_control_A1 +LQ02X009020 Putative Genome polyprotein 5.155018067 C6_control_A3 +LQ02X009020 Putative Genome polyprotein 5.169621133 C6_control_B1 +LQ02X009020 Putative Genome polyprotein 6.807045049 C6_control_B2 +LQ02X009020 Putative Genome polyprotein 5.206762157 C6_control_B3 +LQ02X009020 Putative Genome polyprotein 6.368049584 C6_control_C1 +LQ02X009020 Putative Genome polyprotein 5.850991898 C6_control_C2 +LQ02X009020 Putative Genome polyprotein 6.599575641 C6_control_C3 +LQ02X009020 Putative Genome polyprotein 5.177883369 C6_chemical_A1 +LQ02X009020 Putative Genome polyprotein 5.167295135 C6_chemical_A3 +LQ02X009020 Putative Genome polyprotein 5.368461599 C6_chemical_B1 +LQ02X009020 Putative Genome polyprotein 6.248637526 C6_chemical_B2 +LQ02X009020 Putative Genome polyprotein 5.351445582 C6_chemical_B3 +LQ02X009020 Putative Genome polyprotein 6.179240892 C6_chemical_C1 +LQ02X009020 Putative Genome polyprotein 6.46719218 C6_chemical_C2 +LQ02X009020 Putative Genome polyprotein 6.518838849 C6_chemical_C3 +LQ02X009020 Putative Genome polyprotein 4.986234544 L4_control_A1 +LQ02X009020 Putative Genome polyprotein 5.259651543 L4_control_A2 +LQ02X009020 Putative Genome polyprotein 5.111236318 L4_control_A3 +LQ02X009020 Putative Genome polyprotein 5.337630586 L4_control_B1 +LQ02X009020 Putative Genome polyprotein 4.941310997 L4_control_B2 +LQ02X009020 Putative Genome polyprotein 4.850481234 L4_control_B3 +LQ02X009020 Putative Genome polyprotein 5.527814044 L4_control_C2 +LQ02X009020 Putative Genome polyprotein 5.260418858 L4_control_C3 +LQ02X009020 Putative Genome polyprotein 4.918239674 L4_chemical_A1 +LQ02X009020 Putative Genome polyprotein 4.985804245 L4_chemical_A2 +LQ02X009020 Putative Genome polyprotein 5.32410059 L4_chemical_A3 +LQ02X009020 Putative Genome polyprotein 5.558201984 L4_chemical_B1 +LQ02X009020 Putative Genome polyprotein 4.792754881 L4_chemical_B2 +LQ02X009020 Putative Genome polyprotein 4.848167315 L4_chemical_B3 +LQ02X009020 Putative Genome polyprotein 4.889117997 L4_chemical_C2 +LQ02X009020 Putative Genome polyprotein 5.434628383 L4_chemical_C3 +LQ02X009030 40S ribosomal protein S16 15.22401412 C6_control_A1 +LQ02X009030 40S ribosomal protein S16 15.66921557 C6_control_A3 +LQ02X009030 40S ribosomal protein S16 15.04152154 C6_control_B1 +LQ02X009030 40S ribosomal protein S16 14.61733379 C6_control_B2 +LQ02X009030 40S ribosomal protein S16 14.71650416 C6_control_B3 +LQ02X009030 40S ribosomal protein S16 13.8985776 C6_control_C1 +LQ02X009030 40S ribosomal protein S16 13.972405 C6_control_C2 +LQ02X009030 40S ribosomal protein S16 13.73096353 C6_control_C3 +LQ02X009030 40S ribosomal protein S16 15.04025168 C6_chemical_A1 +LQ02X009030 40S ribosomal protein S16 14.75584905 C6_chemical_A3 +LQ02X009030 40S ribosomal protein S16 14.65307929 C6_chemical_B1 +LQ02X009030 40S ribosomal protein S16 14.13922991 C6_chemical_B2 +LQ02X009030 40S ribosomal protein S16 14.43398186 C6_chemical_B3 +LQ02X009030 40S ribosomal protein S16 13.64595434 C6_chemical_C1 +LQ02X009030 40S ribosomal protein S16 13.6177232 C6_chemical_C2 +LQ02X009030 40S ribosomal protein S16 13.43884378 C6_chemical_C3 +LQ02X009030 40S ribosomal protein S16 15.13343579 L4_control_A1 +LQ02X009030 40S ribosomal protein S16 14.47983056 L4_control_A2 +LQ02X009030 40S ribosomal protein S16 14.80470822 L4_control_A3 +LQ02X009030 40S ribosomal protein S16 14.40290158 L4_control_B1 +LQ02X009030 40S ribosomal protein S16 14.52345689 L4_control_B2 +LQ02X009030 40S ribosomal protein S16 14.24322182 L4_control_B3 +LQ02X009030 40S ribosomal protein S16 13.77781769 L4_control_C2 +LQ02X009030 40S ribosomal protein S16 13.88854845 L4_control_C3 +LQ02X009030 40S ribosomal protein S16 14.61940975 L4_chemical_A1 +LQ02X009030 40S ribosomal protein S16 14.02754959 L4_chemical_A2 +LQ02X009030 40S ribosomal protein S16 14.29694379 L4_chemical_A3 +LQ02X009030 40S ribosomal protein S16 14.63613321 L4_chemical_B1 +LQ02X009030 40S ribosomal protein S16 14.70840831 L4_chemical_B2 +LQ02X009030 40S ribosomal protein S16 14.70618522 L4_chemical_B3 +LQ02X009030 40S ribosomal protein S16 13.98385685 L4_chemical_C2 +LQ02X009030 40S ribosomal protein S16 13.75465525 L4_chemical_C3 +LQ02X009040 Putative O-acyltransferase WSD1 5.240144811 C6_control_A1 +LQ02X009040 Putative O-acyltransferase WSD1 5.234643859 C6_control_A3 +LQ02X009040 Putative O-acyltransferase WSD1 4.919614553 C6_control_B1 +LQ02X009040 Putative O-acyltransferase WSD1 4.988008415 C6_control_B2 +LQ02X009040 Putative O-acyltransferase WSD1 4.85029476 C6_control_B3 +LQ02X009040 Putative O-acyltransferase WSD1 4.959127337 C6_control_C1 +LQ02X009040 Putative O-acyltransferase WSD1 5.185528639 C6_control_C2 +LQ02X009040 Putative O-acyltransferase WSD1 5.011795652 C6_control_C3 +LQ02X009040 Putative O-acyltransferase WSD1 5.343715896 C6_chemical_A1 +LQ02X009040 Putative O-acyltransferase WSD1 5.162143239 C6_chemical_A3 +LQ02X009040 Putative O-acyltransferase WSD1 4.957424212 C6_chemical_B1 +LQ02X009040 Putative O-acyltransferase WSD1 5.116976883 C6_chemical_B2 +LQ02X009040 Putative O-acyltransferase WSD1 5.068437013 C6_chemical_B3 +LQ02X009040 Putative O-acyltransferase WSD1 4.86959412 C6_chemical_C1 +LQ02X009040 Putative O-acyltransferase WSD1 5.172739291 C6_chemical_C2 +LQ02X009040 Putative O-acyltransferase WSD1 4.735254866 C6_chemical_C3 +LQ02X009040 Putative O-acyltransferase WSD1 4.996839854 L4_control_A1 +LQ02X009040 Putative O-acyltransferase WSD1 5.860242256 L4_control_A2 +LQ02X009040 Putative O-acyltransferase WSD1 5.47238793 L4_control_A3 +LQ02X009040 Putative O-acyltransferase WSD1 5.405627548 L4_control_B1 +LQ02X009040 Putative O-acyltransferase WSD1 5.099877021 L4_control_B2 +LQ02X009040 Putative O-acyltransferase WSD1 5.075856004 L4_control_B3 +LQ02X009040 Putative O-acyltransferase WSD1 5.065840765 L4_control_C2 +LQ02X009040 Putative O-acyltransferase WSD1 4.676770724 L4_control_C3 +LQ02X009040 Putative O-acyltransferase WSD1 5.158126886 L4_chemical_A1 +LQ02X009040 Putative O-acyltransferase WSD1 5.360488702 L4_chemical_A2 +LQ02X009040 Putative O-acyltransferase WSD1 5.44017948 L4_chemical_A3 +LQ02X009040 Putative O-acyltransferase WSD1 5.434838763 L4_chemical_B1 +LQ02X009040 Putative O-acyltransferase WSD1 5.37778604 L4_chemical_B2 +LQ02X009040 Putative O-acyltransferase WSD1 5.131782723 L4_chemical_B3 +LQ02X009040 Putative O-acyltransferase WSD1 4.561056156 L4_chemical_C2 +LQ02X009040 Putative O-acyltransferase WSD1 4.749143037 L4_chemical_C3 +LQ02X009060 Putative Filament-like plant protein 7 5.910150173 C6_control_A1 +LQ02X009060 Putative Filament-like plant protein 7 5.859051155 C6_control_A3 +LQ02X009060 Putative Filament-like plant protein 7 5.566720663 C6_control_B1 +LQ02X009060 Putative Filament-like plant protein 7 5.634344538 C6_control_B2 +LQ02X009060 Putative Filament-like plant protein 7 6.249903261 C6_control_B3 +LQ02X009060 Putative Filament-like plant protein 7 5.426539975 C6_control_C1 +LQ02X009060 Putative Filament-like plant protein 7 5.615876325 C6_control_C2 +LQ02X009060 Putative Filament-like plant protein 7 5.692144165 C6_control_C3 +LQ02X009060 Putative Filament-like plant protein 7 6.173046079 C6_chemical_A1 +LQ02X009060 Putative Filament-like plant protein 7 6.157574315 C6_chemical_A3 +LQ02X009060 Putative Filament-like plant protein 7 5.46268649 C6_chemical_B1 +LQ02X009060 Putative Filament-like plant protein 7 5.516921182 C6_chemical_B2 +LQ02X009060 Putative Filament-like plant protein 7 5.59889077 C6_chemical_B3 +LQ02X009060 Putative Filament-like plant protein 7 5.938017028 C6_chemical_C1 +LQ02X009060 Putative Filament-like plant protein 7 5.601587238 C6_chemical_C2 +LQ02X009060 Putative Filament-like plant protein 7 5.3315679 C6_chemical_C3 +LQ02X009060 Putative Filament-like plant protein 7 5.36044538 L4_control_A1 +LQ02X009060 Putative Filament-like plant protein 7 6.044541258 L4_control_A2 +LQ02X009060 Putative Filament-like plant protein 7 6.578451719 L4_control_A3 +LQ02X009060 Putative Filament-like plant protein 7 5.349358172 L4_control_B1 +LQ02X009060 Putative Filament-like plant protein 7 5.841089612 L4_control_B2 +LQ02X009060 Putative Filament-like plant protein 7 5.932691018 L4_control_B3 +LQ02X009060 Putative Filament-like plant protein 7 5.134950217 L4_control_C2 +LQ02X009060 Putative Filament-like plant protein 7 5.585530482 L4_control_C3 +LQ02X009060 Putative Filament-like plant protein 7 5.109231407 L4_chemical_A1 +LQ02X009060 Putative Filament-like plant protein 7 6.241480606 L4_chemical_A2 +LQ02X009060 Putative Filament-like plant protein 7 6.4631446 L4_chemical_A3 +LQ02X009060 Putative Filament-like plant protein 7 5.443422593 L4_chemical_B1 +LQ02X009060 Putative Filament-like plant protein 7 5.862707788 L4_chemical_B2 +LQ02X009060 Putative Filament-like plant protein 7 5.806677581 L4_chemical_B3 +LQ02X009060 Putative Filament-like plant protein 7 5.305504034 L4_chemical_C2 +LQ02X009060 Putative Filament-like plant protein 7 4.858889184 L4_chemical_C3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.454063261 C6_control_A1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.706753802 C6_control_A3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.287115942 C6_control_B1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.069186962 C6_control_B2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.339341688 C6_control_B3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.963989179 C6_control_C1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.673984375 C6_control_C2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.732757212 C6_control_C3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.841667559 C6_chemical_A1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.874294251 C6_chemical_A3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.365768084 C6_chemical_B1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.191070356 C6_chemical_B2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.792058509 C6_chemical_B3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.142063337 C6_chemical_C1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.967190854 C6_chemical_C2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.874936746 C6_chemical_C3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.269143855 L4_control_A1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.433404387 L4_control_A2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.560491254 L4_control_A3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.639212009 L4_control_B1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.022551694 L4_control_B2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.410279163 L4_control_B3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.307651777 L4_control_C2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.975996581 L4_control_C3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.097575351 L4_chemical_A1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.522221518 L4_chemical_A2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.191231747 L4_chemical_A3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.254904102 L4_chemical_B1 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.281500139 L4_chemical_B2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 6.395692262 L4_chemical_B3 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.896876262 L4_chemical_C2 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.352570734 L4_chemical_C3 +LQ02X009080 Polyadenylate-binding protein 2 5.911312397 C6_control_A1 +LQ02X009080 Polyadenylate-binding protein 2 5.889288276 C6_control_A3 +LQ02X009080 Polyadenylate-binding protein 2 4.982206353 C6_control_B1 +LQ02X009080 Polyadenylate-binding protein 2 5.894241183 C6_control_B2 +LQ02X009080 Polyadenylate-binding protein 2 5.519805181 C6_control_B3 +LQ02X009080 Polyadenylate-binding protein 2 6.350184792 C6_control_C1 +LQ02X009080 Polyadenylate-binding protein 2 7.020091009 C6_control_C2 +LQ02X009080 Polyadenylate-binding protein 2 6.17839703 C6_control_C3 +LQ02X009080 Polyadenylate-binding protein 2 5.754063108 C6_chemical_A1 +LQ02X009080 Polyadenylate-binding protein 2 5.324126366 C6_chemical_A3 +LQ02X009080 Polyadenylate-binding protein 2 5.350871191 C6_chemical_B1 +LQ02X009080 Polyadenylate-binding protein 2 5.904216731 C6_chemical_B2 +LQ02X009080 Polyadenylate-binding protein 2 5.592383501 C6_chemical_B3 +LQ02X009080 Polyadenylate-binding protein 2 6.42568945 C6_chemical_C1 +LQ02X009080 Polyadenylate-binding protein 2 6.842493004 C6_chemical_C2 +LQ02X009080 Polyadenylate-binding protein 2 6.304196087 C6_chemical_C3 +LQ02X009080 Polyadenylate-binding protein 2 5.865157224 L4_control_A1 +LQ02X009080 Polyadenylate-binding protein 2 5.426125843 L4_control_A2 +LQ02X009080 Polyadenylate-binding protein 2 5.540485865 L4_control_A3 +LQ02X009080 Polyadenylate-binding protein 2 5.324415838 L4_control_B1 +LQ02X009080 Polyadenylate-binding protein 2 5.396754692 L4_control_B2 +LQ02X009080 Polyadenylate-binding protein 2 5.547892687 L4_control_B3 +LQ02X009080 Polyadenylate-binding protein 2 6.224326237 L4_control_C2 +LQ02X009080 Polyadenylate-binding protein 2 5.726570119 L4_control_C3 +LQ02X009080 Polyadenylate-binding protein 2 5.985610833 L4_chemical_A1 +LQ02X009080 Polyadenylate-binding protein 2 5.689514523 L4_chemical_A2 +LQ02X009080 Polyadenylate-binding protein 2 5.292576578 L4_chemical_A3 +LQ02X009080 Polyadenylate-binding protein 2 5.479134608 L4_chemical_B1 +LQ02X009080 Polyadenylate-binding protein 2 6.118749627 L4_chemical_B2 +LQ02X009080 Polyadenylate-binding protein 2 5.296438161 L4_chemical_B3 +LQ02X009080 Polyadenylate-binding protein 2 5.62578429 L4_chemical_C2 +LQ02X009080 Polyadenylate-binding protein 2 5.467297741 L4_chemical_C3 +LQ02X009120 Hypothetical protein 4.940977862 C6_control_A1 +LQ02X009120 Hypothetical protein 4.7579341 C6_control_A3 +LQ02X009120 Hypothetical protein 4.851962168 C6_control_B1 +LQ02X009120 Hypothetical protein 4.927046851 C6_control_B2 +LQ02X009120 Hypothetical protein 4.972646489 C6_control_B3 +LQ02X009120 Hypothetical protein 4.872692399 C6_control_C1 +LQ02X009120 Hypothetical protein 4.866089583 C6_control_C2 +LQ02X009120 Hypothetical protein 4.96192453 C6_control_C3 +LQ02X009120 Hypothetical protein 5.157801275 C6_chemical_A1 +LQ02X009120 Hypothetical protein 4.919931246 C6_chemical_A3 +LQ02X009120 Hypothetical protein 4.77849349 C6_chemical_B1 +LQ02X009120 Hypothetical protein 4.721289537 C6_chemical_B2 +LQ02X009120 Hypothetical protein 4.673915713 C6_chemical_B3 +LQ02X009120 Hypothetical protein 4.795906249 C6_chemical_C1 +LQ02X009120 Hypothetical protein 4.653814161 C6_chemical_C2 +LQ02X009120 Hypothetical protein 4.734370313 C6_chemical_C3 +LQ02X009120 Hypothetical protein 4.737055397 L4_control_A1 +LQ02X009120 Hypothetical protein 4.955904483 L4_control_A2 +LQ02X009120 Hypothetical protein 5.459099716 L4_control_A3 +LQ02X009120 Hypothetical protein 5.16681564 L4_control_B1 +LQ02X009120 Hypothetical protein 4.714237406 L4_control_B2 +LQ02X009120 Hypothetical protein 4.849680974 L4_control_B3 +LQ02X009120 Hypothetical protein 5.033698361 L4_control_C2 +LQ02X009120 Hypothetical protein 4.898610344 L4_control_C3 +LQ02X009120 Hypothetical protein 4.897731282 L4_chemical_A1 +LQ02X009120 Hypothetical protein 4.887449717 L4_chemical_A2 +LQ02X009120 Hypothetical protein 5.193238643 L4_chemical_A3 +LQ02X009120 Hypothetical protein 4.816974822 L4_chemical_B1 +LQ02X009120 Hypothetical protein 4.932396511 L4_chemical_B2 +LQ02X009120 Hypothetical protein 4.993074659 L4_chemical_B3 +LQ02X009120 Hypothetical protein 5.402551064 L4_chemical_C2 +LQ02X009120 Hypothetical protein 5.458587802 L4_chemical_C3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.343386644 C6_control_A1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.29404896 C6_control_A3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.894268981 C6_control_B1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.120916574 C6_control_B2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.473603774 C6_control_B3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.437503753 C6_control_C1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.051623177 C6_control_C2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.384392622 C6_control_C3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.730743653 C6_chemical_A1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.426750152 C6_chemical_A3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.129182046 C6_chemical_B1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.068687208 C6_chemical_B2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.311484688 C6_chemical_B3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.077818739 C6_chemical_C1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.109089807 C6_chemical_C2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.410561609 C6_chemical_C3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.32504026 L4_control_A1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.711878001 L4_control_A2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.583700141 L4_control_A3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.183362674 L4_control_B1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.526653878 L4_control_B2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.28342632 L4_control_B3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.537945014 L4_control_C2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.979807447 L4_control_C3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.915644754 L4_chemical_A1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.122911905 L4_chemical_A2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.3187421 L4_chemical_A3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.636767198 L4_chemical_B1 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.8294165 L4_chemical_B2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.295875721 L4_chemical_B3 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.784539353 L4_chemical_C2 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.892518673 L4_chemical_C3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.169731157 C6_control_A1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.198247727 C6_control_A3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.858009603 C6_control_B1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.145944398 C6_control_B2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.226321141 C6_control_B3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.973109043 C6_control_C1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.813499788 C6_control_C2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.072553752 C6_control_C3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.218946336 C6_chemical_A1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.416351894 C6_chemical_A3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.95319522 C6_chemical_B1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.929916656 C6_chemical_B2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.044811077 C6_chemical_B3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.647647694 C6_chemical_C1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.964229496 C6_chemical_C2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.701710856 C6_chemical_C3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.856080189 L4_control_A1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.088567598 L4_control_A2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.652286216 L4_control_A3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 6.141169768 L4_control_B1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.935707094 L4_control_B2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.288790434 L4_control_B3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.804080153 L4_control_C2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.040084432 L4_control_C3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.096305478 L4_chemical_A1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.088207048 L4_chemical_A2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 6.412694475 L4_chemical_A3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.362265152 L4_chemical_B1 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.246266917 L4_chemical_B2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 4.793442814 L4_chemical_B3 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.070333719 L4_chemical_C2 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.193866063 L4_chemical_C3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.175821799 C6_control_A1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.496710587 C6_control_A3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.755125261 C6_control_B1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.223488882 C6_control_B2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.959483464 C6_control_B3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.546238939 C6_control_C1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.317687193 C6_control_C2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.617977542 C6_control_C3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.013327201 C6_chemical_A1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.741542338 C6_chemical_A3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.441441309 C6_chemical_B1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.319093198 C6_chemical_B2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.493947995 C6_chemical_B3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.539032087 C6_chemical_C1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.241726321 C6_chemical_C2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.43372991 C6_chemical_C3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.538402085 L4_control_A1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.923647524 L4_control_A2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.490858765 L4_control_A3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.225810417 L4_control_B1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.137426703 L4_control_B2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.751746493 L4_control_B3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.62892055 L4_control_C2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.676050621 L4_control_C3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.028359412 L4_chemical_A1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 6.097778356 L4_chemical_A2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.81718758 L4_chemical_A3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.471903407 L4_chemical_B1 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.227158987 L4_chemical_B2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.448729644 L4_chemical_B3 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.223345891 L4_chemical_C2 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.616754542 L4_chemical_C3 +LQ02X009190 Putative uncharacterized protein 13.97258109 C6_control_A1 +LQ02X009190 Putative uncharacterized protein 13.72802573 C6_control_A3 +LQ02X009190 Putative uncharacterized protein 13.56045401 C6_control_B1 +LQ02X009190 Putative uncharacterized protein 13.0978413 C6_control_B2 +LQ02X009190 Putative uncharacterized protein 13.54335831 C6_control_B3 +LQ02X009190 Putative uncharacterized protein 11.66092824 C6_control_C1 +LQ02X009190 Putative uncharacterized protein 11.53662693 C6_control_C2 +LQ02X009190 Putative uncharacterized protein 11.27855158 C6_control_C3 +LQ02X009190 Putative uncharacterized protein 13.94706003 C6_chemical_A1 +LQ02X009190 Putative uncharacterized protein 14.09142875 C6_chemical_A3 +LQ02X009190 Putative uncharacterized protein 13.39021824 C6_chemical_B1 +LQ02X009190 Putative uncharacterized protein 13.32162768 C6_chemical_B2 +LQ02X009190 Putative uncharacterized protein 13.38097833 C6_chemical_B3 +LQ02X009190 Putative uncharacterized protein 11.5387544 C6_chemical_C1 +LQ02X009190 Putative uncharacterized protein 11.28694909 C6_chemical_C2 +LQ02X009190 Putative uncharacterized protein 11.25263976 C6_chemical_C3 +LQ02X009190 Putative uncharacterized protein 14.32571568 L4_control_A1 +LQ02X009190 Putative uncharacterized protein 14.28328362 L4_control_A2 +LQ02X009190 Putative uncharacterized protein 14.20441519 L4_control_A3 +LQ02X009190 Putative uncharacterized protein 13.7866883 L4_control_B1 +LQ02X009190 Putative uncharacterized protein 13.70993398 L4_control_B2 +LQ02X009190 Putative uncharacterized protein 13.37730923 L4_control_B3 +LQ02X009190 Putative uncharacterized protein 11.91173855 L4_control_C2 +LQ02X009190 Putative uncharacterized protein 11.87172623 L4_control_C3 +LQ02X009190 Putative uncharacterized protein 13.10554339 L4_chemical_A1 +LQ02X009190 Putative uncharacterized protein 13.36625996 L4_chemical_A2 +LQ02X009190 Putative uncharacterized protein 13.76458058 L4_chemical_A3 +LQ02X009190 Putative uncharacterized protein 13.65729648 L4_chemical_B1 +LQ02X009190 Putative uncharacterized protein 13.65841737 L4_chemical_B2 +LQ02X009190 Putative uncharacterized protein 13.81135633 L4_chemical_B3 +LQ02X009190 Putative uncharacterized protein 11.99486358 L4_chemical_C2 +LQ02X009190 Putative uncharacterized protein 11.80872678 L4_chemical_C3 +LQ02X009220 Uncharacterized protein At4g06744 13.63186575 C6_control_A1 +LQ02X009220 Uncharacterized protein At4g06744 12.99273292 C6_control_A3 +LQ02X009220 Uncharacterized protein At4g06744 13.86115711 C6_control_B1 +LQ02X009220 Uncharacterized protein At4g06744 15.09810727 C6_control_B2 +LQ02X009220 Uncharacterized protein At4g06744 14.17355197 C6_control_B3 +LQ02X009220 Uncharacterized protein At4g06744 13.07910696 C6_control_C1 +LQ02X009220 Uncharacterized protein At4g06744 13.81273227 C6_control_C2 +LQ02X009220 Uncharacterized protein At4g06744 13.5849634 C6_control_C3 +LQ02X009220 Uncharacterized protein At4g06744 13.34507711 C6_chemical_A1 +LQ02X009220 Uncharacterized protein At4g06744 13.1365288 C6_chemical_A3 +LQ02X009220 Uncharacterized protein At4g06744 13.51028224 C6_chemical_B1 +LQ02X009220 Uncharacterized protein At4g06744 15.11650374 C6_chemical_B2 +LQ02X009220 Uncharacterized protein At4g06744 14.38522441 C6_chemical_B3 +LQ02X009220 Uncharacterized protein At4g06744 13.08429413 C6_chemical_C1 +LQ02X009220 Uncharacterized protein At4g06744 12.9627666 C6_chemical_C2 +LQ02X009220 Uncharacterized protein At4g06744 12.79220284 C6_chemical_C3 +LQ02X009220 Uncharacterized protein At4g06744 13.40967355 L4_control_A1 +LQ02X009220 Uncharacterized protein At4g06744 13.93482815 L4_control_A2 +LQ02X009220 Uncharacterized protein At4g06744 12.99662738 L4_control_A3 +LQ02X009220 Uncharacterized protein At4g06744 14.32667301 L4_control_B1 +LQ02X009220 Uncharacterized protein At4g06744 13.54472404 L4_control_B2 +LQ02X009220 Uncharacterized protein At4g06744 15.01289318 L4_control_B3 +LQ02X009220 Uncharacterized protein At4g06744 11.04571789 L4_control_C2 +LQ02X009220 Uncharacterized protein At4g06744 11.49771417 L4_control_C3 +LQ02X009220 Uncharacterized protein At4g06744 13.94134399 L4_chemical_A1 +LQ02X009220 Uncharacterized protein At4g06744 13.563857 L4_chemical_A2 +LQ02X009220 Uncharacterized protein At4g06744 13.34863911 L4_chemical_A3 +LQ02X009220 Uncharacterized protein At4g06744 12.90233646 L4_chemical_B1 +LQ02X009220 Uncharacterized protein At4g06744 13.41304913 L4_chemical_B2 +LQ02X009220 Uncharacterized protein At4g06744 14.7327567 L4_chemical_B3 +LQ02X009220 Uncharacterized protein At4g06744 11.50800603 L4_chemical_C2 +LQ02X009220 Uncharacterized protein At4g06744 11.69933006 L4_chemical_C3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.765394837 C6_control_A1 +LQ02X009270 Phosphoprotein phosphatase, putative 5.879208146 C6_control_A3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.317245625 C6_control_B1 +LQ02X009270 Phosphoprotein phosphatase, putative 5.714577117 C6_control_B2 +LQ02X009270 Phosphoprotein phosphatase, putative 5.233590836 C6_control_B3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.774264447 C6_control_C1 +LQ02X009270 Phosphoprotein phosphatase, putative 6.165827291 C6_control_C2 +LQ02X009270 Phosphoprotein phosphatase, putative 5.831718971 C6_control_C3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.823016903 C6_chemical_A1 +LQ02X009270 Phosphoprotein phosphatase, putative 5.25807643 C6_chemical_A3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.202786525 C6_chemical_B1 +LQ02X009270 Phosphoprotein phosphatase, putative 5.789914275 C6_chemical_B2 +LQ02X009270 Phosphoprotein phosphatase, putative 5.410088488 C6_chemical_B3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.713159451 C6_chemical_C1 +LQ02X009270 Phosphoprotein phosphatase, putative 5.432290425 C6_chemical_C2 +LQ02X009270 Phosphoprotein phosphatase, putative 5.752847948 C6_chemical_C3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.790141628 L4_control_A1 +LQ02X009270 Phosphoprotein phosphatase, putative 5.390671918 L4_control_A2 +LQ02X009270 Phosphoprotein phosphatase, putative 6.03665026 L4_control_A3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.312236269 L4_control_B1 +LQ02X009270 Phosphoprotein phosphatase, putative 5.316357882 L4_control_B2 +LQ02X009270 Phosphoprotein phosphatase, putative 5.690583849 L4_control_B3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.325891465 L4_control_C2 +LQ02X009270 Phosphoprotein phosphatase, putative 4.91314801 L4_control_C3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.689903532 L4_chemical_A1 +LQ02X009270 Phosphoprotein phosphatase, putative 4.982680606 L4_chemical_A2 +LQ02X009270 Phosphoprotein phosphatase, putative 5.4896274 L4_chemical_A3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.000414235 L4_chemical_B1 +LQ02X009270 Phosphoprotein phosphatase, putative 5.392461851 L4_chemical_B2 +LQ02X009270 Phosphoprotein phosphatase, putative 5.835079999 L4_chemical_B3 +LQ02X009270 Phosphoprotein phosphatase, putative 5.372365825 L4_chemical_C2 +LQ02X009270 Phosphoprotein phosphatase, putative 4.952888337 L4_chemical_C3 +LQ02X009280 Hypothetical protein 11.29658332 C6_control_A1 +LQ02X009280 Hypothetical protein 10.76208299 C6_control_A3 +LQ02X009280 Hypothetical protein 10.48460606 C6_control_B1 +LQ02X009280 Hypothetical protein 11.74009528 C6_control_B2 +LQ02X009280 Hypothetical protein 10.86226591 C6_control_B3 +LQ02X009280 Hypothetical protein 12.0710872 C6_control_C1 +LQ02X009280 Hypothetical protein 10.14317498 C6_control_C2 +LQ02X009280 Hypothetical protein 11.95428607 C6_control_C3 +LQ02X009280 Hypothetical protein 11.32311128 C6_chemical_A1 +LQ02X009280 Hypothetical protein 12.46646466 C6_chemical_A3 +LQ02X009280 Hypothetical protein 10.08541152 C6_chemical_B1 +LQ02X009280 Hypothetical protein 11.46205933 C6_chemical_B2 +LQ02X009280 Hypothetical protein 10.9385348 C6_chemical_B3 +LQ02X009280 Hypothetical protein 11.6594999 C6_chemical_C1 +LQ02X009280 Hypothetical protein 11.68353014 C6_chemical_C2 +LQ02X009280 Hypothetical protein 12.00089391 C6_chemical_C3 +LQ02X009280 Hypothetical protein 12.13692564 L4_control_A1 +LQ02X009280 Hypothetical protein 12.91003038 L4_control_A2 +LQ02X009280 Hypothetical protein 11.97795661 L4_control_A3 +LQ02X009280 Hypothetical protein 11.93853695 L4_control_B1 +LQ02X009280 Hypothetical protein 11.86545352 L4_control_B2 +LQ02X009280 Hypothetical protein 12.11443379 L4_control_B3 +LQ02X009280 Hypothetical protein 12.27832229 L4_control_C2 +LQ02X009280 Hypothetical protein 12.06506433 L4_control_C3 +LQ02X009280 Hypothetical protein 12.27432999 L4_chemical_A1 +LQ02X009280 Hypothetical protein 12.89554008 L4_chemical_A2 +LQ02X009280 Hypothetical protein 11.94595205 L4_chemical_A3 +LQ02X009280 Hypothetical protein 11.90077578 L4_chemical_B1 +LQ02X009280 Hypothetical protein 12.42333376 L4_chemical_B2 +LQ02X009280 Hypothetical protein 11.79937079 L4_chemical_B3 +LQ02X009280 Hypothetical protein 12.30722743 L4_chemical_C2 +LQ02X009280 Hypothetical protein 11.87871808 L4_chemical_C3 +LQ02X009300 Cyclin d, putative 5.941220924 C6_control_A1 +LQ02X009300 Cyclin d, putative 6.217228313 C6_control_A3 +LQ02X009300 Cyclin d, putative 6.43644931 C6_control_B1 +LQ02X009300 Cyclin d, putative 5.825024791 C6_control_B2 +LQ02X009300 Cyclin d, putative 5.943508136 C6_control_B3 +LQ02X009300 Cyclin d, putative 6.129385013 C6_control_C1 +LQ02X009300 Cyclin d, putative 5.523434349 C6_control_C2 +LQ02X009300 Cyclin d, putative 6.322535053 C6_control_C3 +LQ02X009300 Cyclin d, putative 5.977899232 C6_chemical_A1 +LQ02X009300 Cyclin d, putative 5.782106293 C6_chemical_A3 +LQ02X009300 Cyclin d, putative 5.583710097 C6_chemical_B1 +LQ02X009300 Cyclin d, putative 5.987476992 C6_chemical_B2 +LQ02X009300 Cyclin d, putative 6.017707261 C6_chemical_B3 +LQ02X009300 Cyclin d, putative 6.193973854 C6_chemical_C1 +LQ02X009300 Cyclin d, putative 5.645214975 C6_chemical_C2 +LQ02X009300 Cyclin d, putative 6.044798037 C6_chemical_C3 +LQ02X009300 Cyclin d, putative 6.66917509 L4_control_A1 +LQ02X009300 Cyclin d, putative 5.816585976 L4_control_A2 +LQ02X009300 Cyclin d, putative 6.332770891 L4_control_A3 +LQ02X009300 Cyclin d, putative 7.341247767 L4_control_B1 +LQ02X009300 Cyclin d, putative 6.258859335 L4_control_B2 +LQ02X009300 Cyclin d, putative 6.022192871 L4_control_B3 +LQ02X009300 Cyclin d, putative 5.481775673 L4_control_C2 +LQ02X009300 Cyclin d, putative 5.994213325 L4_control_C3 +LQ02X009300 Cyclin d, putative 6.27181914 L4_chemical_A1 +LQ02X009300 Cyclin d, putative 6.330030332 L4_chemical_A2 +LQ02X009300 Cyclin d, putative 6.864463066 L4_chemical_A3 +LQ02X009300 Cyclin d, putative 6.464434147 L4_chemical_B1 +LQ02X009300 Cyclin d, putative 6.088676755 L4_chemical_B2 +LQ02X009300 Cyclin d, putative 6.073239371 L4_chemical_B3 +LQ02X009300 Cyclin d, putative 6.706645544 L4_chemical_C2 +LQ02X009300 Cyclin d, putative 5.412955382 L4_chemical_C3 +LQ02X009330 Putative Kynurenine formamidase 12.37408075 C6_control_A1 +LQ02X009330 Putative Kynurenine formamidase 12.44569917 C6_control_A3 +LQ02X009330 Putative Kynurenine formamidase 11.93236094 C6_control_B1 +LQ02X009330 Putative Kynurenine formamidase 12.04723145 C6_control_B2 +LQ02X009330 Putative Kynurenine formamidase 12.14298402 C6_control_B3 +LQ02X009330 Putative Kynurenine formamidase 12.55086688 C6_control_C1 +LQ02X009330 Putative Kynurenine formamidase 12.23224966 C6_control_C2 +LQ02X009330 Putative Kynurenine formamidase 12.70946407 C6_control_C3 +LQ02X009330 Putative Kynurenine formamidase 12.05850709 C6_chemical_A1 +LQ02X009330 Putative Kynurenine formamidase 12.63451972 C6_chemical_A3 +LQ02X009330 Putative Kynurenine formamidase 11.80763205 C6_chemical_B1 +LQ02X009330 Putative Kynurenine formamidase 11.9695999 C6_chemical_B2 +LQ02X009330 Putative Kynurenine formamidase 12.32101035 C6_chemical_B3 +LQ02X009330 Putative Kynurenine formamidase 12.84709699 C6_chemical_C1 +LQ02X009330 Putative Kynurenine formamidase 12.47736998 C6_chemical_C2 +LQ02X009330 Putative Kynurenine formamidase 12.47230947 C6_chemical_C3 +LQ02X009330 Putative Kynurenine formamidase 12.54171463 L4_control_A1 +LQ02X009330 Putative Kynurenine formamidase 12.63318702 L4_control_A2 +LQ02X009330 Putative Kynurenine formamidase 12.69425911 L4_control_A3 +LQ02X009330 Putative Kynurenine formamidase 12.42946463 L4_control_B1 +LQ02X009330 Putative Kynurenine formamidase 12.10148574 L4_control_B2 +LQ02X009330 Putative Kynurenine formamidase 13.36945771 L4_control_B3 +LQ02X009330 Putative Kynurenine formamidase 12.7039227 L4_control_C2 +LQ02X009330 Putative Kynurenine formamidase 12.6846079 L4_control_C3 +LQ02X009330 Putative Kynurenine formamidase 12.78625716 L4_chemical_A1 +LQ02X009330 Putative Kynurenine formamidase 12.6350314 L4_chemical_A2 +LQ02X009330 Putative Kynurenine formamidase 12.86102004 L4_chemical_A3 +LQ02X009330 Putative Kynurenine formamidase 12.54107623 L4_chemical_B1 +LQ02X009330 Putative Kynurenine formamidase 12.19627828 L4_chemical_B2 +LQ02X009330 Putative Kynurenine formamidase 12.60746639 L4_chemical_B3 +LQ02X009330 Putative Kynurenine formamidase 12.99931722 L4_chemical_C2 +LQ02X009330 Putative Kynurenine formamidase 12.89701844 L4_chemical_C3 +LQ02X009340 Putative Kynurenine formamidase 11.85576006 C6_control_A1 +LQ02X009340 Putative Kynurenine formamidase 12.10715644 C6_control_A3 +LQ02X009340 Putative Kynurenine formamidase 11.87567006 C6_control_B1 +LQ02X009340 Putative Kynurenine formamidase 11.72572515 C6_control_B2 +LQ02X009340 Putative Kynurenine formamidase 11.68826585 C6_control_B3 +LQ02X009340 Putative Kynurenine formamidase 12.03621665 C6_control_C1 +LQ02X009340 Putative Kynurenine formamidase 11.45818709 C6_control_C2 +LQ02X009340 Putative Kynurenine formamidase 11.74291136 C6_control_C3 +LQ02X009340 Putative Kynurenine formamidase 11.93246825 C6_chemical_A1 +LQ02X009340 Putative Kynurenine formamidase 12.30393397 C6_chemical_A3 +LQ02X009340 Putative Kynurenine formamidase 11.93497158 C6_chemical_B1 +LQ02X009340 Putative Kynurenine formamidase 11.86968193 C6_chemical_B2 +LQ02X009340 Putative Kynurenine formamidase 11.51433935 C6_chemical_B3 +LQ02X009340 Putative Kynurenine formamidase 11.6967075 C6_chemical_C1 +LQ02X009340 Putative Kynurenine formamidase 11.85272325 C6_chemical_C2 +LQ02X009340 Putative Kynurenine formamidase 11.61237898 C6_chemical_C3 +LQ02X009340 Putative Kynurenine formamidase 12.11359339 L4_control_A1 +LQ02X009340 Putative Kynurenine formamidase 11.9432571 L4_control_A2 +LQ02X009340 Putative Kynurenine formamidase 12.56274598 L4_control_A3 +LQ02X009340 Putative Kynurenine formamidase 12.03521957 L4_control_B1 +LQ02X009340 Putative Kynurenine formamidase 11.99264101 L4_control_B2 +LQ02X009340 Putative Kynurenine formamidase 11.40009875 L4_control_B3 +LQ02X009340 Putative Kynurenine formamidase 12.36268619 L4_control_C2 +LQ02X009340 Putative Kynurenine formamidase 12.32385393 L4_control_C3 +LQ02X009340 Putative Kynurenine formamidase 12.22872116 L4_chemical_A1 +LQ02X009340 Putative Kynurenine formamidase 12.06912928 L4_chemical_A2 +LQ02X009340 Putative Kynurenine formamidase 12.2337916 L4_chemical_A3 +LQ02X009340 Putative Kynurenine formamidase 12.24814344 L4_chemical_B1 +LQ02X009340 Putative Kynurenine formamidase 11.956015 L4_chemical_B2 +LQ02X009340 Putative Kynurenine formamidase 11.36871473 L4_chemical_B3 +LQ02X009340 Putative Kynurenine formamidase 12.54037991 L4_chemical_C2 +LQ02X009340 Putative Kynurenine formamidase 12.21400144 L4_chemical_C3 +LQ02X009350 Putative Kynurenine formamidase 4.718257904 C6_control_A1 +LQ02X009350 Putative Kynurenine formamidase 4.621088433 C6_control_A3 +LQ02X009350 Putative Kynurenine formamidase 4.807907647 C6_control_B1 +LQ02X009350 Putative Kynurenine formamidase 4.72727333 C6_control_B2 +LQ02X009350 Putative Kynurenine formamidase 4.48935905 C6_control_B3 +LQ02X009350 Putative Kynurenine formamidase 4.815450343 C6_control_C1 +LQ02X009350 Putative Kynurenine formamidase 5.071379118 C6_control_C2 +LQ02X009350 Putative Kynurenine formamidase 4.703758427 C6_control_C3 +LQ02X009350 Putative Kynurenine formamidase 4.55573269 C6_chemical_A1 +LQ02X009350 Putative Kynurenine formamidase 4.627784394 C6_chemical_A3 +LQ02X009350 Putative Kynurenine formamidase 5.123191303 C6_chemical_B1 +LQ02X009350 Putative Kynurenine formamidase 4.941185698 C6_chemical_B2 +LQ02X009350 Putative Kynurenine formamidase 4.82322334 C6_chemical_B3 +LQ02X009350 Putative Kynurenine formamidase 4.902700942 C6_chemical_C1 +LQ02X009350 Putative Kynurenine formamidase 5.453544294 C6_chemical_C2 +LQ02X009350 Putative Kynurenine formamidase 5.16337736 C6_chemical_C3 +LQ02X009350 Putative Kynurenine formamidase 4.803542958 L4_control_A1 +LQ02X009350 Putative Kynurenine formamidase 4.73646401 L4_control_A2 +LQ02X009350 Putative Kynurenine formamidase 5.452095159 L4_control_A3 +LQ02X009350 Putative Kynurenine formamidase 4.784683901 L4_control_B1 +LQ02X009350 Putative Kynurenine formamidase 4.951766366 L4_control_B2 +LQ02X009350 Putative Kynurenine formamidase 4.875360063 L4_control_B3 +LQ02X009350 Putative Kynurenine formamidase 4.95098377 L4_control_C2 +LQ02X009350 Putative Kynurenine formamidase 5.698076371 L4_control_C3 +LQ02X009350 Putative Kynurenine formamidase 4.751548768 L4_chemical_A1 +LQ02X009350 Putative Kynurenine formamidase 4.600319016 L4_chemical_A2 +LQ02X009350 Putative Kynurenine formamidase 5.274007711 L4_chemical_A3 +LQ02X009350 Putative Kynurenine formamidase 4.721555758 L4_chemical_B1 +LQ02X009350 Putative Kynurenine formamidase 5.080581036 L4_chemical_B2 +LQ02X009350 Putative Kynurenine formamidase 4.975040609 L4_chemical_B3 +LQ02X009350 Putative Kynurenine formamidase 4.895565729 L4_chemical_C2 +LQ02X009350 Putative Kynurenine formamidase 5.365182213 L4_chemical_C3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.550332563 C6_control_A1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 6.122171713 C6_control_A3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.61546702 C6_control_B1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.269544328 C6_control_B2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.36422285 C6_control_B3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.061513702 C6_control_C1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.720794385 C6_control_C2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.039260557 C6_control_C3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.328379485 C6_chemical_A1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.456007338 C6_chemical_A3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.124966769 C6_chemical_B1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.255612251 C6_chemical_B2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.241346389 C6_chemical_B3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.06180595 C6_chemical_C1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 4.946240305 C6_chemical_C2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 4.903929529 C6_chemical_C3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.105275048 L4_control_A1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 4.94572271 L4_control_A2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.935836648 L4_control_A3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.187702099 L4_control_B1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.148939255 L4_control_B2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.404314015 L4_control_B3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.766245773 L4_control_C2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.306143263 L4_control_C3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.205780053 L4_chemical_A1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.206973873 L4_chemical_A2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.283546879 L4_chemical_A3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.367844745 L4_chemical_B1 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.434044407 L4_chemical_B2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.510621964 L4_chemical_B3 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.370486926 L4_chemical_C2 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.113565535 L4_chemical_C3 +LQ02X009370 Putative uncharacterized protein 10.82570722 C6_control_A1 +LQ02X009370 Putative uncharacterized protein 11.18121614 C6_control_A3 +LQ02X009370 Putative uncharacterized protein 10.62644177 C6_control_B1 +LQ02X009370 Putative uncharacterized protein 10.60361129 C6_control_B2 +LQ02X009370 Putative uncharacterized protein 10.59490314 C6_control_B3 +LQ02X009370 Putative uncharacterized protein 10.39756003 C6_control_C1 +LQ02X009370 Putative uncharacterized protein 10.90251609 C6_control_C2 +LQ02X009370 Putative uncharacterized protein 10.69125881 C6_control_C3 +LQ02X009370 Putative uncharacterized protein 10.85888956 C6_chemical_A1 +LQ02X009370 Putative uncharacterized protein 10.70634058 C6_chemical_A3 +LQ02X009370 Putative uncharacterized protein 10.55554127 C6_chemical_B1 +LQ02X009370 Putative uncharacterized protein 10.73061649 C6_chemical_B2 +LQ02X009370 Putative uncharacterized protein 10.60678221 C6_chemical_B3 +LQ02X009370 Putative uncharacterized protein 10.44829696 C6_chemical_C1 +LQ02X009370 Putative uncharacterized protein 10.91405007 C6_chemical_C2 +LQ02X009370 Putative uncharacterized protein 10.58005081 C6_chemical_C3 +LQ02X009370 Putative uncharacterized protein 10.7810698 L4_control_A1 +LQ02X009370 Putative uncharacterized protein 11.19710816 L4_control_A2 +LQ02X009370 Putative uncharacterized protein 10.91597012 L4_control_A3 +LQ02X009370 Putative uncharacterized protein 10.4504815 L4_control_B1 +LQ02X009370 Putative uncharacterized protein 10.25246149 L4_control_B2 +LQ02X009370 Putative uncharacterized protein 10.20501684 L4_control_B3 +LQ02X009370 Putative uncharacterized protein 11.05717072 L4_control_C2 +LQ02X009370 Putative uncharacterized protein 10.89265018 L4_control_C3 +LQ02X009370 Putative uncharacterized protein 10.33514252 L4_chemical_A1 +LQ02X009370 Putative uncharacterized protein 10.94139017 L4_chemical_A2 +LQ02X009370 Putative uncharacterized protein 10.44392367 L4_chemical_A3 +LQ02X009370 Putative uncharacterized protein 10.89360882 L4_chemical_B1 +LQ02X009370 Putative uncharacterized protein 10.64004864 L4_chemical_B2 +LQ02X009370 Putative uncharacterized protein 10.26472711 L4_chemical_B3 +LQ02X009370 Putative uncharacterized protein 11.06313289 L4_chemical_C2 +LQ02X009370 Putative uncharacterized protein 10.78059185 L4_chemical_C3 +LQ02X009390 Stress-enhanced protein 1 6.440634844 C6_control_A1 +LQ02X009390 Stress-enhanced protein 1 5.847893637 C6_control_A3 +LQ02X009390 Stress-enhanced protein 1 6.033589221 C6_control_B1 +LQ02X009390 Stress-enhanced protein 1 6.587237643 C6_control_B2 +LQ02X009390 Stress-enhanced protein 1 6.393005809 C6_control_B3 +LQ02X009390 Stress-enhanced protein 1 7.189937839 C6_control_C1 +LQ02X009390 Stress-enhanced protein 1 7.17726739 C6_control_C2 +LQ02X009390 Stress-enhanced protein 1 6.895446203 C6_control_C3 +LQ02X009390 Stress-enhanced protein 1 6.284954479 C6_chemical_A1 +LQ02X009390 Stress-enhanced protein 1 5.5674028 C6_chemical_A3 +LQ02X009390 Stress-enhanced protein 1 6.634537162 C6_chemical_B1 +LQ02X009390 Stress-enhanced protein 1 6.898547116 C6_chemical_B2 +LQ02X009390 Stress-enhanced protein 1 6.403036155 C6_chemical_B3 +LQ02X009390 Stress-enhanced protein 1 6.991828484 C6_chemical_C1 +LQ02X009390 Stress-enhanced protein 1 6.893007999 C6_chemical_C2 +LQ02X009390 Stress-enhanced protein 1 7.026832554 C6_chemical_C3 +LQ02X009390 Stress-enhanced protein 1 6.078861081 L4_control_A1 +LQ02X009390 Stress-enhanced protein 1 6.095408446 L4_control_A2 +LQ02X009390 Stress-enhanced protein 1 5.910575782 L4_control_A3 +LQ02X009390 Stress-enhanced protein 1 5.865001731 L4_control_B1 +LQ02X009390 Stress-enhanced protein 1 5.850446048 L4_control_B2 +LQ02X009390 Stress-enhanced protein 1 6.249024667 L4_control_B3 +LQ02X009390 Stress-enhanced protein 1 6.832311294 L4_control_C2 +LQ02X009390 Stress-enhanced protein 1 5.870927528 L4_control_C3 +LQ02X009390 Stress-enhanced protein 1 5.768039407 L4_chemical_A1 +LQ02X009390 Stress-enhanced protein 1 5.717129773 L4_chemical_A2 +LQ02X009390 Stress-enhanced protein 1 5.503511846 L4_chemical_A3 +LQ02X009390 Stress-enhanced protein 1 6.570411686 L4_chemical_B1 +LQ02X009390 Stress-enhanced protein 1 6.692267609 L4_chemical_B2 +LQ02X009390 Stress-enhanced protein 1 6.19287114 L4_chemical_B3 +LQ02X009390 Stress-enhanced protein 1 6.895475139 L4_chemical_C2 +LQ02X009390 Stress-enhanced protein 1 5.923120474 L4_chemical_C3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.64715641 C6_control_A1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.80131858 C6_control_A3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.03338092 C6_control_B1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 12.98577022 C6_control_B2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.05317704 C6_control_B3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 11.15642248 C6_control_C1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 11.33279025 C6_control_C2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 11.32657574 C6_control_C3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.60030286 C6_chemical_A1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.97922942 C6_chemical_A3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 12.66381279 C6_chemical_B1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 12.50620276 C6_chemical_B2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 12.81659181 C6_chemical_B3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 10.93354221 C6_chemical_C1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 10.87263164 C6_chemical_C2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 11.04587178 C6_chemical_C3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 14.33303928 L4_control_A1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 14.08913617 L4_control_A2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 14.36394309 L4_control_A3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.10614931 L4_control_B1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.71494991 L4_control_B2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.77480563 L4_control_B3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 12.22201823 L4_control_C2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 12.26437579 L4_control_C3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.95620274 L4_chemical_A1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.2598015 L4_chemical_A2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 14.04475086 L4_chemical_A3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 12.77616771 L4_chemical_B1 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.61119119 L4_chemical_B2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.5544193 L4_chemical_B3 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 12.35324256 L4_chemical_C2 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 11.97973124 L4_chemical_C3 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.4343401 C6_control_A1 +LQ02X009420 Probable carbohydrate esterase At4g34215 13.3275782 C6_control_A3 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.88432749 C6_control_B1 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.09039431 C6_control_B2 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.27043299 C6_control_B3 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.23783973 C6_control_C1 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.10016848 C6_control_C2 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.37151996 C6_control_C3 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.45830513 C6_chemical_A1 +LQ02X009420 Probable carbohydrate esterase At4g34215 13.14805394 C6_chemical_A3 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.81383507 C6_chemical_B1 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.59138044 C6_chemical_B2 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.070154 C6_chemical_B3 +LQ02X009420 Probable carbohydrate esterase At4g34215 10.92887906 C6_chemical_C1 +LQ02X009420 Probable carbohydrate esterase At4g34215 10.80919041 C6_chemical_C2 +LQ02X009420 Probable carbohydrate esterase At4g34215 10.17425893 C6_chemical_C3 +LQ02X009420 Probable carbohydrate esterase At4g34215 13.09392214 L4_control_A1 +LQ02X009420 Probable carbohydrate esterase At4g34215 13.22806205 L4_control_A2 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.7003494 L4_control_A3 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.16794399 L4_control_B1 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.86538999 L4_control_B2 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.04194874 L4_control_B3 +LQ02X009420 Probable carbohydrate esterase At4g34215 9.479916125 L4_control_C2 +LQ02X009420 Probable carbohydrate esterase At4g34215 9.221359419 L4_control_C3 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.45349769 L4_chemical_A1 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.55025622 L4_chemical_A2 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.67681213 L4_chemical_A3 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.12813064 L4_chemical_B1 +LQ02X009420 Probable carbohydrate esterase At4g34215 11.52490151 L4_chemical_B2 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.239833 L4_chemical_B3 +LQ02X009420 Probable carbohydrate esterase At4g34215 9.195794183 L4_chemical_C2 +LQ02X009420 Probable carbohydrate esterase At4g34215 9.699135796 L4_chemical_C3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.99026768 C6_control_A1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.17117384 C6_control_A3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 12.30127566 C6_control_B1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 10.54133218 C6_control_B2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.24996702 C6_control_B3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 6.625160669 C6_control_C1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 6.091006121 C6_control_C2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 6.527535617 C6_control_C3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 12.18156952 C6_chemical_A1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.49288399 C6_chemical_A3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 12.17822706 C6_chemical_B1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 10.54059905 C6_chemical_B2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.66901064 C6_chemical_B3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 6.681229955 C6_chemical_C1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 6.413824145 C6_chemical_C2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 6.680449555 C6_chemical_C3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.87961687 L4_control_A1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 12.08898931 L4_control_A2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.62501848 L4_control_A3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 10.69861841 L4_control_B1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.71569765 L4_control_B2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 8.812123316 L4_control_B3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 5.442136032 L4_control_C2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 6.553716498 L4_control_C3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.21868038 L4_chemical_A1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.78013935 L4_chemical_A2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.45922946 L4_chemical_A3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.17662768 L4_chemical_B1 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.76658989 L4_chemical_B2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 11.6721848 L4_chemical_B3 +LQ02X009430 Receptor protein kinase-like protein At4g34220 5.636583279 L4_chemical_C2 +LQ02X009430 Receptor protein kinase-like protein At4g34220 5.982379588 L4_chemical_C3 +LQ02X009440 Predicted protein 10.82414131 C6_control_A1 +LQ02X009440 Predicted protein 10.78731128 C6_control_A3 +LQ02X009440 Predicted protein 11.11765955 C6_control_B1 +LQ02X009440 Predicted protein 11.28273327 C6_control_B2 +LQ02X009440 Predicted protein 11.11495377 C6_control_B3 +LQ02X009440 Predicted protein 11.88668132 C6_control_C1 +LQ02X009440 Predicted protein 10.37818967 C6_control_C2 +LQ02X009440 Predicted protein 11.17274993 C6_control_C3 +LQ02X009440 Predicted protein 10.98969793 C6_chemical_A1 +LQ02X009440 Predicted protein 11.34980222 C6_chemical_A3 +LQ02X009440 Predicted protein 11.33942122 C6_chemical_B1 +LQ02X009440 Predicted protein 10.75045406 C6_chemical_B2 +LQ02X009440 Predicted protein 10.84350888 C6_chemical_B3 +LQ02X009440 Predicted protein 11.66086463 C6_chemical_C1 +LQ02X009440 Predicted protein 11.56935391 C6_chemical_C2 +LQ02X009440 Predicted protein 11.01204416 C6_chemical_C3 +LQ02X009440 Predicted protein 11.10041549 L4_control_A1 +LQ02X009440 Predicted protein 11.1194797 L4_control_A2 +LQ02X009440 Predicted protein 11.51958731 L4_control_A3 +LQ02X009440 Predicted protein 11.04833412 L4_control_B1 +LQ02X009440 Predicted protein 11.95213744 L4_control_B2 +LQ02X009440 Predicted protein 10.5410667 L4_control_B3 +LQ02X009440 Predicted protein 11.86013966 L4_control_C2 +LQ02X009440 Predicted protein 11.10747162 L4_control_C3 +LQ02X009440 Predicted protein 10.4956925 L4_chemical_A1 +LQ02X009440 Predicted protein 10.79947405 L4_chemical_A2 +LQ02X009440 Predicted protein 10.81809486 L4_chemical_A3 +LQ02X009440 Predicted protein 11.17479061 L4_chemical_B1 +LQ02X009440 Predicted protein 11.78009646 L4_chemical_B2 +LQ02X009440 Predicted protein 10.63197592 L4_chemical_B3 +LQ02X009440 Predicted protein 12.09301985 L4_chemical_C2 +LQ02X009440 Predicted protein 11.36204072 L4_chemical_C3 +LQ02X009450 Reticulon-like protein B11 12.66665917 C6_control_A1 +LQ02X009450 Reticulon-like protein B11 12.64396141 C6_control_A3 +LQ02X009450 Reticulon-like protein B11 13.21738885 C6_control_B1 +LQ02X009450 Reticulon-like protein B11 13.35544907 C6_control_B2 +LQ02X009450 Reticulon-like protein B11 13.13047609 C6_control_B3 +LQ02X009450 Reticulon-like protein B11 11.94198401 C6_control_C1 +LQ02X009450 Reticulon-like protein B11 11.92038768 C6_control_C2 +LQ02X009450 Reticulon-like protein B11 11.84275914 C6_control_C3 +LQ02X009450 Reticulon-like protein B11 12.76878049 C6_chemical_A1 +LQ02X009450 Reticulon-like protein B11 12.54421775 C6_chemical_A3 +LQ02X009450 Reticulon-like protein B11 13.07434414 C6_chemical_B1 +LQ02X009450 Reticulon-like protein B11 13.36816072 C6_chemical_B2 +LQ02X009450 Reticulon-like protein B11 12.55210452 C6_chemical_B3 +LQ02X009450 Reticulon-like protein B11 12.24281261 C6_chemical_C1 +LQ02X009450 Reticulon-like protein B11 12.0994564 C6_chemical_C2 +LQ02X009450 Reticulon-like protein B11 11.68771717 C6_chemical_C3 +LQ02X009450 Reticulon-like protein B11 12.51100711 L4_control_A1 +LQ02X009450 Reticulon-like protein B11 12.23593368 L4_control_A2 +LQ02X009450 Reticulon-like protein B11 12.20749254 L4_control_A3 +LQ02X009450 Reticulon-like protein B11 12.88051065 L4_control_B1 +LQ02X009450 Reticulon-like protein B11 12.38030016 L4_control_B2 +LQ02X009450 Reticulon-like protein B11 12.88411745 L4_control_B3 +LQ02X009450 Reticulon-like protein B11 11.80046163 L4_control_C2 +LQ02X009450 Reticulon-like protein B11 11.61006371 L4_control_C3 +LQ02X009450 Reticulon-like protein B11 12.24508649 L4_chemical_A1 +LQ02X009450 Reticulon-like protein B11 11.89286011 L4_chemical_A2 +LQ02X009450 Reticulon-like protein B11 11.85757578 L4_chemical_A3 +LQ02X009450 Reticulon-like protein B11 12.30743937 L4_chemical_B1 +LQ02X009450 Reticulon-like protein B11 12.36171903 L4_chemical_B2 +LQ02X009450 Reticulon-like protein B11 12.47893948 L4_chemical_B3 +LQ02X009450 Reticulon-like protein B11 11.86212496 L4_chemical_C2 +LQ02X009450 Reticulon-like protein B11 11.57496421 L4_chemical_C3 +LQ02X009460 Putative uncharacterized protein 6.065239565 C6_control_A1 +LQ02X009460 Putative uncharacterized protein 7.935310874 C6_control_A3 +LQ02X009460 Putative uncharacterized protein 5.90863338 C6_control_B1 +LQ02X009460 Putative uncharacterized protein 6.863567273 C6_control_B2 +LQ02X009460 Putative uncharacterized protein 6.718933831 C6_control_B3 +LQ02X009460 Putative uncharacterized protein 5.909859186 C6_control_C1 +LQ02X009460 Putative uncharacterized protein 7.302221243 C6_control_C2 +LQ02X009460 Putative uncharacterized protein 6.386722448 C6_control_C3 +LQ02X009460 Putative uncharacterized protein 6.089492302 C6_chemical_A1 +LQ02X009460 Putative uncharacterized protein 6.923017991 C6_chemical_A3 +LQ02X009460 Putative uncharacterized protein 5.836359927 C6_chemical_B1 +LQ02X009460 Putative uncharacterized protein 6.775151122 C6_chemical_B2 +LQ02X009460 Putative uncharacterized protein 6.162198004 C6_chemical_B3 +LQ02X009460 Putative uncharacterized protein 6.144720032 C6_chemical_C1 +LQ02X009460 Putative uncharacterized protein 7.148862296 C6_chemical_C2 +LQ02X009460 Putative uncharacterized protein 6.261087969 C6_chemical_C3 +LQ02X009460 Putative uncharacterized protein 6.214936794 L4_control_A1 +LQ02X009460 Putative uncharacterized protein 6.610656064 L4_control_A2 +LQ02X009460 Putative uncharacterized protein 6.54756905 L4_control_A3 +LQ02X009460 Putative uncharacterized protein 6.23856078 L4_control_B1 +LQ02X009460 Putative uncharacterized protein 5.862264229 L4_control_B2 +LQ02X009460 Putative uncharacterized protein 6.111945973 L4_control_B3 +LQ02X009460 Putative uncharacterized protein 5.855107378 L4_control_C2 +LQ02X009460 Putative uncharacterized protein 6.285750422 L4_control_C3 +LQ02X009460 Putative uncharacterized protein 6.039592407 L4_chemical_A1 +LQ02X009460 Putative uncharacterized protein 6.231630995 L4_chemical_A2 +LQ02X009460 Putative uncharacterized protein 7.257665612 L4_chemical_A3 +LQ02X009460 Putative uncharacterized protein 6.505256561 L4_chemical_B1 +LQ02X009460 Putative uncharacterized protein 5.462470674 L4_chemical_B2 +LQ02X009460 Putative uncharacterized protein 6.225483342 L4_chemical_B3 +LQ02X009460 Putative uncharacterized protein 5.902230045 L4_chemical_C2 +LQ02X009460 Putative uncharacterized protein 5.558991354 L4_chemical_C3 +LQ02X009470 Putative Transcription factor MYB44 11.03404867 C6_control_A1 +LQ02X009470 Putative Transcription factor MYB44 11.87435375 C6_control_A3 +LQ02X009470 Putative Transcription factor MYB44 10.07352004 C6_control_B1 +LQ02X009470 Putative Transcription factor MYB44 9.429747145 C6_control_B2 +LQ02X009470 Putative Transcription factor MYB44 10.34819009 C6_control_B3 +LQ02X009470 Putative Transcription factor MYB44 8.170279287 C6_control_C1 +LQ02X009470 Putative Transcription factor MYB44 8.804381978 C6_control_C2 +LQ02X009470 Putative Transcription factor MYB44 8.5738465 C6_control_C3 +LQ02X009470 Putative Transcription factor MYB44 9.669356734 C6_chemical_A1 +LQ02X009470 Putative Transcription factor MYB44 10.48979553 C6_chemical_A3 +LQ02X009470 Putative Transcription factor MYB44 9.166517545 C6_chemical_B1 +LQ02X009470 Putative Transcription factor MYB44 9.391188346 C6_chemical_B2 +LQ02X009470 Putative Transcription factor MYB44 9.805753388 C6_chemical_B3 +LQ02X009470 Putative Transcription factor MYB44 8.157452282 C6_chemical_C1 +LQ02X009470 Putative Transcription factor MYB44 8.678399546 C6_chemical_C2 +LQ02X009470 Putative Transcription factor MYB44 9.628093243 C6_chemical_C3 +LQ02X009470 Putative Transcription factor MYB44 10.28054827 L4_control_A1 +LQ02X009470 Putative Transcription factor MYB44 11.07711386 L4_control_A2 +LQ02X009470 Putative Transcription factor MYB44 11.72918145 L4_control_A3 +LQ02X009470 Putative Transcription factor MYB44 9.719708875 L4_control_B1 +LQ02X009470 Putative Transcription factor MYB44 11.08707818 L4_control_B2 +LQ02X009470 Putative Transcription factor MYB44 9.402835451 L4_control_B3 +LQ02X009470 Putative Transcription factor MYB44 10.10205241 L4_control_C2 +LQ02X009470 Putative Transcription factor MYB44 10.02228398 L4_control_C3 +LQ02X009470 Putative Transcription factor MYB44 9.84046395 L4_chemical_A1 +LQ02X009470 Putative Transcription factor MYB44 10.58803403 L4_chemical_A2 +LQ02X009470 Putative Transcription factor MYB44 11.31215127 L4_chemical_A3 +LQ02X009470 Putative Transcription factor MYB44 10.11078542 L4_chemical_B1 +LQ02X009470 Putative Transcription factor MYB44 10.50627746 L4_chemical_B2 +LQ02X009470 Putative Transcription factor MYB44 9.920510935 L4_chemical_B3 +LQ02X009470 Putative Transcription factor MYB44 9.4040798 L4_chemical_C2 +LQ02X009470 Putative Transcription factor MYB44 9.616041743 L4_chemical_C3 +LQ02X009480 Putative Protein unc-50 homolog 11.38668825 C6_control_A1 +LQ02X009480 Putative Protein unc-50 homolog 11.42061235 C6_control_A3 +LQ02X009480 Putative Protein unc-50 homolog 11.92152156 C6_control_B1 +LQ02X009480 Putative Protein unc-50 homolog 10.86618618 C6_control_B2 +LQ02X009480 Putative Protein unc-50 homolog 12.18074969 C6_control_B3 +LQ02X009480 Putative Protein unc-50 homolog 10.21343962 C6_control_C1 +LQ02X009480 Putative Protein unc-50 homolog 10.01837205 C6_control_C2 +LQ02X009480 Putative Protein unc-50 homolog 10.47154199 C6_control_C3 +LQ02X009480 Putative Protein unc-50 homolog 11.2285736 C6_chemical_A1 +LQ02X009480 Putative Protein unc-50 homolog 11.43424427 C6_chemical_A3 +LQ02X009480 Putative Protein unc-50 homolog 11.74051748 C6_chemical_B1 +LQ02X009480 Putative Protein unc-50 homolog 10.7210792 C6_chemical_B2 +LQ02X009480 Putative Protein unc-50 homolog 11.79041869 C6_chemical_B3 +LQ02X009480 Putative Protein unc-50 homolog 9.882677007 C6_chemical_C1 +LQ02X009480 Putative Protein unc-50 homolog 10.00124681 C6_chemical_C2 +LQ02X009480 Putative Protein unc-50 homolog 10.39334012 C6_chemical_C3 +LQ02X009480 Putative Protein unc-50 homolog 11.00959957 L4_control_A1 +LQ02X009480 Putative Protein unc-50 homolog 11.2090006 L4_control_A2 +LQ02X009480 Putative Protein unc-50 homolog 11.93058807 L4_control_A3 +LQ02X009480 Putative Protein unc-50 homolog 12.35166416 L4_control_B1 +LQ02X009480 Putative Protein unc-50 homolog 13.10317922 L4_control_B2 +LQ02X009480 Putative Protein unc-50 homolog 11.99003622 L4_control_B3 +LQ02X009480 Putative Protein unc-50 homolog 11.85649653 L4_control_C2 +LQ02X009480 Putative Protein unc-50 homolog 12.26203174 L4_control_C3 +LQ02X009480 Putative Protein unc-50 homolog 10.98775197 L4_chemical_A1 +LQ02X009480 Putative Protein unc-50 homolog 11.01601177 L4_chemical_A2 +LQ02X009480 Putative Protein unc-50 homolog 11.74514155 L4_chemical_A3 +LQ02X009480 Putative Protein unc-50 homolog 12.36578464 L4_chemical_B1 +LQ02X009480 Putative Protein unc-50 homolog 12.41114227 L4_chemical_B2 +LQ02X009480 Putative Protein unc-50 homolog 11.72072747 L4_chemical_B3 +LQ02X009480 Putative Protein unc-50 homolog 11.70142625 L4_chemical_C2 +LQ02X009480 Putative Protein unc-50 homolog 12.06056673 L4_chemical_C3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.952647707 C6_control_A1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.726606199 C6_control_A3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.770148382 C6_control_B1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.525065599 C6_control_B2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.90441925 C6_control_B3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.702989156 C6_control_C1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.914798371 C6_control_C2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.337484368 C6_control_C3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.548880467 C6_chemical_A1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.940756816 C6_chemical_A3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.57590527 C6_chemical_B1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.388559025 C6_chemical_B2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.754055043 C6_chemical_B3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 6.082468915 C6_chemical_C1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.609633462 C6_chemical_C2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.576496573 C6_chemical_C3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.424230475 L4_control_A1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.71223677 L4_control_A2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 6.168755109 L4_control_A3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.729271961 L4_control_B1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.829127708 L4_control_B2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.630220212 L4_control_B3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 6.712856607 L4_control_C2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.649610038 L4_control_C3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.714072232 L4_chemical_A1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.939021945 L4_chemical_A2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.947649683 L4_chemical_A3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.76893222 L4_chemical_B1 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.66406675 L4_chemical_B2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.557089477 L4_chemical_B3 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 6.505870313 L4_chemical_C2 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 6.135979248 L4_chemical_C3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.612995786 C6_control_A1 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.087857589 C6_control_A3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.955989628 C6_control_B1 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.985791826 C6_control_B2 +LQ02X009540 Limonoid UDP-glucosyltransferase 6.249946965 C6_control_B3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.699256037 C6_control_C1 +LQ02X009540 Limonoid UDP-glucosyltransferase 7.134673424 C6_control_C2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.692562928 C6_control_C3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.371468578 C6_chemical_A1 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.445379107 C6_chemical_A3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.707614636 C6_chemical_B1 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.929883804 C6_chemical_B2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.379830412 C6_chemical_B3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.450634959 C6_chemical_C1 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.925644327 C6_chemical_C2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.953806867 C6_chemical_C3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.43201866 L4_control_A1 +LQ02X009540 Limonoid UDP-glucosyltransferase 6.430402075 L4_control_A2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.579256813 L4_control_A3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.839023197 L4_control_B1 +LQ02X009540 Limonoid UDP-glucosyltransferase 6.521228966 L4_control_B2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.675942715 L4_control_B3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.196158812 L4_control_C2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.413083064 L4_control_C3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.301013445 L4_chemical_A1 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.685742401 L4_chemical_A2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.880800048 L4_chemical_A3 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.0564357 L4_chemical_B1 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.327399174 L4_chemical_B2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.572182655 L4_chemical_B3 +LQ02X009540 Limonoid UDP-glucosyltransferase 6.350715044 L4_chemical_C2 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.544651436 L4_chemical_C3 +LQ02X009570 Triacylglycerol lipase 1 13.23545214 C6_control_A1 +LQ02X009570 Triacylglycerol lipase 1 12.76417933 C6_control_A3 +LQ02X009570 Triacylglycerol lipase 1 13.45625557 C6_control_B1 +LQ02X009570 Triacylglycerol lipase 1 13.15949842 C6_control_B2 +LQ02X009570 Triacylglycerol lipase 1 13.14717215 C6_control_B3 +LQ02X009570 Triacylglycerol lipase 1 13.37200631 C6_control_C1 +LQ02X009570 Triacylglycerol lipase 1 13.03161922 C6_control_C2 +LQ02X009570 Triacylglycerol lipase 1 13.01277221 C6_control_C3 +LQ02X009570 Triacylglycerol lipase 1 13.15126484 C6_chemical_A1 +LQ02X009570 Triacylglycerol lipase 1 12.758425 C6_chemical_A3 +LQ02X009570 Triacylglycerol lipase 1 13.27750336 C6_chemical_B1 +LQ02X009570 Triacylglycerol lipase 1 13.14168264 C6_chemical_B2 +LQ02X009570 Triacylglycerol lipase 1 13.26948542 C6_chemical_B3 +LQ02X009570 Triacylglycerol lipase 1 13.37575635 C6_chemical_C1 +LQ02X009570 Triacylglycerol lipase 1 13.23316711 C6_chemical_C2 +LQ02X009570 Triacylglycerol lipase 1 13.33709484 C6_chemical_C3 +LQ02X009570 Triacylglycerol lipase 1 13.13886097 L4_control_A1 +LQ02X009570 Triacylglycerol lipase 1 13.41630444 L4_control_A2 +LQ02X009570 Triacylglycerol lipase 1 13.53309174 L4_control_A3 +LQ02X009570 Triacylglycerol lipase 1 13.45482872 L4_control_B1 +LQ02X009570 Triacylglycerol lipase 1 13.3922265 L4_control_B2 +LQ02X009570 Triacylglycerol lipase 1 13.07745127 L4_control_B3 +LQ02X009570 Triacylglycerol lipase 1 13.21247118 L4_control_C2 +LQ02X009570 Triacylglycerol lipase 1 12.99825129 L4_control_C3 +LQ02X009570 Triacylglycerol lipase 1 13.24441149 L4_chemical_A1 +LQ02X009570 Triacylglycerol lipase 1 13.54900713 L4_chemical_A2 +LQ02X009570 Triacylglycerol lipase 1 13.6950908 L4_chemical_A3 +LQ02X009570 Triacylglycerol lipase 1 13.55008193 L4_chemical_B1 +LQ02X009570 Triacylglycerol lipase 1 13.15339854 L4_chemical_B2 +LQ02X009570 Triacylglycerol lipase 1 13.22174741 L4_chemical_B3 +LQ02X009570 Triacylglycerol lipase 1 13.17432923 L4_chemical_C2 +LQ02X009570 Triacylglycerol lipase 1 13.29413633 L4_chemical_C3 +LQ02X009580 Putative Methylthioribose kinase 5.809213377 C6_control_A1 +LQ02X009580 Putative Methylthioribose kinase 5.893681028 C6_control_A3 +LQ02X009580 Putative Methylthioribose kinase 5.820805739 C6_control_B1 +LQ02X009580 Putative Methylthioribose kinase 6.001316248 C6_control_B2 +LQ02X009580 Putative Methylthioribose kinase 5.762501603 C6_control_B3 +LQ02X009580 Putative Methylthioribose kinase 6.029150232 C6_control_C1 +LQ02X009580 Putative Methylthioribose kinase 6.190244639 C6_control_C2 +LQ02X009580 Putative Methylthioribose kinase 5.841073405 C6_control_C3 +LQ02X009580 Putative Methylthioribose kinase 5.370289138 C6_chemical_A1 +LQ02X009580 Putative Methylthioribose kinase 5.623781052 C6_chemical_A3 +LQ02X009580 Putative Methylthioribose kinase 5.847599799 C6_chemical_B1 +LQ02X009580 Putative Methylthioribose kinase 5.842163195 C6_chemical_B2 +LQ02X009580 Putative Methylthioribose kinase 5.334819147 C6_chemical_B3 +LQ02X009580 Putative Methylthioribose kinase 6.157088056 C6_chemical_C1 +LQ02X009580 Putative Methylthioribose kinase 6.208615078 C6_chemical_C2 +LQ02X009580 Putative Methylthioribose kinase 5.519404462 C6_chemical_C3 +LQ02X009580 Putative Methylthioribose kinase 5.541671894 L4_control_A1 +LQ02X009580 Putative Methylthioribose kinase 5.157811623 L4_control_A2 +LQ02X009580 Putative Methylthioribose kinase 5.37080047 L4_control_A3 +LQ02X009580 Putative Methylthioribose kinase 5.547574655 L4_control_B1 +LQ02X009580 Putative Methylthioribose kinase 5.463692087 L4_control_B2 +LQ02X009580 Putative Methylthioribose kinase 5.71553758 L4_control_B3 +LQ02X009580 Putative Methylthioribose kinase 6.007817398 L4_control_C2 +LQ02X009580 Putative Methylthioribose kinase 5.533833878 L4_control_C3 +LQ02X009580 Putative Methylthioribose kinase 5.426370277 L4_chemical_A1 +LQ02X009580 Putative Methylthioribose kinase 5.324129085 L4_chemical_A2 +LQ02X009580 Putative Methylthioribose kinase 4.980671311 L4_chemical_A3 +LQ02X009580 Putative Methylthioribose kinase 5.735185556 L4_chemical_B1 +LQ02X009580 Putative Methylthioribose kinase 5.973233248 L4_chemical_B2 +LQ02X009580 Putative Methylthioribose kinase 5.850572967 L4_chemical_B3 +LQ02X009580 Putative Methylthioribose kinase 5.329974442 L4_chemical_C2 +LQ02X009580 Putative Methylthioribose kinase 5.475671328 L4_chemical_C3 +LQ02X009600 Putative uncharacterized protein 7.164001536 C6_control_A1 +LQ02X009600 Putative uncharacterized protein 6.344795992 C6_control_A3 +LQ02X009600 Putative uncharacterized protein 6.728358624 C6_control_B1 +LQ02X009600 Putative uncharacterized protein 7.912473663 C6_control_B2 +LQ02X009600 Putative uncharacterized protein 6.205117098 C6_control_B3 +LQ02X009600 Putative uncharacterized protein 6.320128539 C6_control_C1 +LQ02X009600 Putative uncharacterized protein 6.201105924 C6_control_C2 +LQ02X009600 Putative uncharacterized protein 7.059952481 C6_control_C3 +LQ02X009600 Putative uncharacterized protein 6.015710664 C6_chemical_A1 +LQ02X009600 Putative uncharacterized protein 6.332224312 C6_chemical_A3 +LQ02X009600 Putative uncharacterized protein 6.412889061 C6_chemical_B1 +LQ02X009600 Putative uncharacterized protein 7.236937341 C6_chemical_B2 +LQ02X009600 Putative uncharacterized protein 7.288911949 C6_chemical_B3 +LQ02X009600 Putative uncharacterized protein 5.812717164 C6_chemical_C1 +LQ02X009600 Putative uncharacterized protein 6.434779853 C6_chemical_C2 +LQ02X009600 Putative uncharacterized protein 6.410452996 C6_chemical_C3 +LQ02X009600 Putative uncharacterized protein 9.042747414 L4_control_A1 +LQ02X009600 Putative uncharacterized protein 6.609010496 L4_control_A2 +LQ02X009600 Putative uncharacterized protein 8.638808962 L4_control_A3 +LQ02X009600 Putative uncharacterized protein 9.247277879 L4_control_B1 +LQ02X009600 Putative uncharacterized protein 6.456790073 L4_control_B2 +LQ02X009600 Putative uncharacterized protein 8.406167125 L4_control_B3 +LQ02X009600 Putative uncharacterized protein 8.665683274 L4_control_C2 +LQ02X009600 Putative uncharacterized protein 7.473879642 L4_control_C3 +LQ02X009600 Putative uncharacterized protein 11.37803282 L4_chemical_A1 +LQ02X009600 Putative uncharacterized protein 9.651181554 L4_chemical_A2 +LQ02X009600 Putative uncharacterized protein 10.81501355 L4_chemical_A3 +LQ02X009600 Putative uncharacterized protein 11.10023594 L4_chemical_B1 +LQ02X009600 Putative uncharacterized protein 8.539869778 L4_chemical_B2 +LQ02X009600 Putative uncharacterized protein 8.158719583 L4_chemical_B3 +LQ02X009600 Putative uncharacterized protein 7.735177777 L4_chemical_C2 +LQ02X009600 Putative uncharacterized protein 6.047772657 L4_chemical_C3 +LQ02X009690 UPF0631 protein At3g19508 5.546007082 C6_control_A1 +LQ02X009690 UPF0631 protein At3g19508 5.356626554 C6_control_A3 +LQ02X009690 UPF0631 protein At3g19508 5.237763585 C6_control_B1 +LQ02X009690 UPF0631 protein At3g19508 5.34561517 C6_control_B2 +LQ02X009690 UPF0631 protein At3g19508 5.340341974 C6_control_B3 +LQ02X009690 UPF0631 protein At3g19508 5.347042438 C6_control_C1 +LQ02X009690 UPF0631 protein At3g19508 5.585488 C6_control_C2 +LQ02X009690 UPF0631 protein At3g19508 5.419676349 C6_control_C3 +LQ02X009690 UPF0631 protein At3g19508 5.553247869 C6_chemical_A1 +LQ02X009690 UPF0631 protein At3g19508 5.054348728 C6_chemical_A3 +LQ02X009690 UPF0631 protein At3g19508 5.52645084 C6_chemical_B1 +LQ02X009690 UPF0631 protein At3g19508 5.20354392 C6_chemical_B2 +LQ02X009690 UPF0631 protein At3g19508 5.861606967 C6_chemical_B3 +LQ02X009690 UPF0631 protein At3g19508 5.37741011 C6_chemical_C1 +LQ02X009690 UPF0631 protein At3g19508 5.807098006 C6_chemical_C2 +LQ02X009690 UPF0631 protein At3g19508 5.183495957 C6_chemical_C3 +LQ02X009690 UPF0631 protein At3g19508 5.124470242 L4_control_A1 +LQ02X009690 UPF0631 protein At3g19508 5.157949548 L4_control_A2 +LQ02X009690 UPF0631 protein At3g19508 5.111005045 L4_control_A3 +LQ02X009690 UPF0631 protein At3g19508 5.395500981 L4_control_B1 +LQ02X009690 UPF0631 protein At3g19508 5.219525437 L4_control_B2 +LQ02X009690 UPF0631 protein At3g19508 5.18621219 L4_control_B3 +LQ02X009690 UPF0631 protein At3g19508 5.94292689 L4_control_C2 +LQ02X009690 UPF0631 protein At3g19508 5.278351117 L4_control_C3 +LQ02X009690 UPF0631 protein At3g19508 5.308541149 L4_chemical_A1 +LQ02X009690 UPF0631 protein At3g19508 5.439799819 L4_chemical_A2 +LQ02X009690 UPF0631 protein At3g19508 5.604169248 L4_chemical_A3 +LQ02X009690 UPF0631 protein At3g19508 5.650796456 L4_chemical_B1 +LQ02X009690 UPF0631 protein At3g19508 5.421414646 L4_chemical_B2 +LQ02X009690 UPF0631 protein At3g19508 5.157283809 L4_chemical_B3 +LQ02X009690 UPF0631 protein At3g19508 5.412686739 L4_chemical_C2 +LQ02X009690 UPF0631 protein At3g19508 5.179113054 L4_chemical_C3 +LQ02X009700 Putative uncharacterized protein 5.966885254 C6_control_A1 +LQ02X009700 Putative uncharacterized protein 4.937216641 C6_control_A3 +LQ02X009700 Putative uncharacterized protein 5.885024363 C6_control_B1 +LQ02X009700 Putative uncharacterized protein 4.843664941 C6_control_B2 +LQ02X009700 Putative uncharacterized protein 5.324466719 C6_control_B3 +LQ02X009700 Putative uncharacterized protein 6.220114534 C6_control_C1 +LQ02X009700 Putative uncharacterized protein 5.412910863 C6_control_C2 +LQ02X009700 Putative uncharacterized protein 5.326445702 C6_control_C3 +LQ02X009700 Putative uncharacterized protein 5.492056138 C6_chemical_A1 +LQ02X009700 Putative uncharacterized protein 5.522941192 C6_chemical_A3 +LQ02X009700 Putative uncharacterized protein 5.135079555 C6_chemical_B1 +LQ02X009700 Putative uncharacterized protein 4.917833107 C6_chemical_B2 +LQ02X009700 Putative uncharacterized protein 5.225158485 C6_chemical_B3 +LQ02X009700 Putative uncharacterized protein 6.177080211 C6_chemical_C1 +LQ02X009700 Putative uncharacterized protein 5.690202437 C6_chemical_C2 +LQ02X009700 Putative uncharacterized protein 5.54227426 C6_chemical_C3 +LQ02X009700 Putative uncharacterized protein 5.224340692 L4_control_A1 +LQ02X009700 Putative uncharacterized protein 5.339688467 L4_control_A2 +LQ02X009700 Putative uncharacterized protein 5.085905718 L4_control_A3 +LQ02X009700 Putative uncharacterized protein 5.110653226 L4_control_B1 +LQ02X009700 Putative uncharacterized protein 5.118388418 L4_control_B2 +LQ02X009700 Putative uncharacterized protein 5.427471018 L4_control_B3 +LQ02X009700 Putative uncharacterized protein 5.73514776 L4_control_C2 +LQ02X009700 Putative uncharacterized protein 5.323854203 L4_control_C3 +LQ02X009700 Putative uncharacterized protein 5.571532064 L4_chemical_A1 +LQ02X009700 Putative uncharacterized protein 5.484039183 L4_chemical_A2 +LQ02X009700 Putative uncharacterized protein 5.059530786 L4_chemical_A3 +LQ02X009700 Putative uncharacterized protein 5.466957969 L4_chemical_B1 +LQ02X009700 Putative uncharacterized protein 4.939160326 L4_chemical_B2 +LQ02X009700 Putative uncharacterized protein 5.334254096 L4_chemical_B3 +LQ02X009700 Putative uncharacterized protein 5.969942335 L4_chemical_C2 +LQ02X009700 Putative uncharacterized protein 5.93259849 L4_chemical_C3 +LQ02X009710 Alpha-L-fucosidase 2 5.411278519 C6_control_A1 +LQ02X009710 Alpha-L-fucosidase 2 5.828411049 C6_control_A3 +LQ02X009710 Alpha-L-fucosidase 2 5.813160168 C6_control_B1 +LQ02X009710 Alpha-L-fucosidase 2 5.388093198 C6_control_B2 +LQ02X009710 Alpha-L-fucosidase 2 5.643498917 C6_control_B3 +LQ02X009710 Alpha-L-fucosidase 2 5.24462168 C6_control_C1 +LQ02X009710 Alpha-L-fucosidase 2 5.158978343 C6_control_C2 +LQ02X009710 Alpha-L-fucosidase 2 5.017024921 C6_control_C3 +LQ02X009710 Alpha-L-fucosidase 2 5.502699188 C6_chemical_A1 +LQ02X009710 Alpha-L-fucosidase 2 5.60124848 C6_chemical_A3 +LQ02X009710 Alpha-L-fucosidase 2 6.180959518 C6_chemical_B1 +LQ02X009710 Alpha-L-fucosidase 2 5.447921141 C6_chemical_B2 +LQ02X009710 Alpha-L-fucosidase 2 5.247088475 C6_chemical_B3 +LQ02X009710 Alpha-L-fucosidase 2 5.269611092 C6_chemical_C1 +LQ02X009710 Alpha-L-fucosidase 2 5.595055597 C6_chemical_C2 +LQ02X009710 Alpha-L-fucosidase 2 5.353207005 C6_chemical_C3 +LQ02X009710 Alpha-L-fucosidase 2 5.81065354 L4_control_A1 +LQ02X009710 Alpha-L-fucosidase 2 5.603757181 L4_control_A2 +LQ02X009710 Alpha-L-fucosidase 2 6.268341563 L4_control_A3 +LQ02X009710 Alpha-L-fucosidase 2 6.475226827 L4_control_B1 +LQ02X009710 Alpha-L-fucosidase 2 5.884973429 L4_control_B2 +LQ02X009710 Alpha-L-fucosidase 2 5.710585548 L4_control_B3 +LQ02X009710 Alpha-L-fucosidase 2 5.306110964 L4_control_C2 +LQ02X009710 Alpha-L-fucosidase 2 5.677997236 L4_control_C3 +LQ02X009710 Alpha-L-fucosidase 2 5.682918589 L4_chemical_A1 +LQ02X009710 Alpha-L-fucosidase 2 5.542852182 L4_chemical_A2 +LQ02X009710 Alpha-L-fucosidase 2 6.201859608 L4_chemical_A3 +LQ02X009710 Alpha-L-fucosidase 2 5.996145238 L4_chemical_B1 +LQ02X009710 Alpha-L-fucosidase 2 5.701696102 L4_chemical_B2 +LQ02X009710 Alpha-L-fucosidase 2 5.762286986 L4_chemical_B3 +LQ02X009710 Alpha-L-fucosidase 2 6.28078912 L4_chemical_C2 +LQ02X009710 Alpha-L-fucosidase 2 6.063663851 L4_chemical_C3 +LQ02X009720 Alpha-L-fucosidase 2 11.83146979 C6_control_A1 +LQ02X009720 Alpha-L-fucosidase 2 11.72393068 C6_control_A3 +LQ02X009720 Alpha-L-fucosidase 2 12.00765909 C6_control_B1 +LQ02X009720 Alpha-L-fucosidase 2 11.96524972 C6_control_B2 +LQ02X009720 Alpha-L-fucosidase 2 12.18584011 C6_control_B3 +LQ02X009720 Alpha-L-fucosidase 2 11.97940343 C6_control_C1 +LQ02X009720 Alpha-L-fucosidase 2 11.54093673 C6_control_C2 +LQ02X009720 Alpha-L-fucosidase 2 12.25733339 C6_control_C3 +LQ02X009720 Alpha-L-fucosidase 2 11.17011546 C6_chemical_A1 +LQ02X009720 Alpha-L-fucosidase 2 11.62008314 C6_chemical_A3 +LQ02X009720 Alpha-L-fucosidase 2 11.73209383 C6_chemical_B1 +LQ02X009720 Alpha-L-fucosidase 2 11.77611019 C6_chemical_B2 +LQ02X009720 Alpha-L-fucosidase 2 11.9375789 C6_chemical_B3 +LQ02X009720 Alpha-L-fucosidase 2 11.68754984 C6_chemical_C1 +LQ02X009720 Alpha-L-fucosidase 2 11.69996968 C6_chemical_C2 +LQ02X009720 Alpha-L-fucosidase 2 11.91653596 C6_chemical_C3 +LQ02X009720 Alpha-L-fucosidase 2 11.8248104 L4_control_A1 +LQ02X009720 Alpha-L-fucosidase 2 11.64998253 L4_control_A2 +LQ02X009720 Alpha-L-fucosidase 2 11.81180563 L4_control_A3 +LQ02X009720 Alpha-L-fucosidase 2 12.85036382 L4_control_B1 +LQ02X009720 Alpha-L-fucosidase 2 11.71306797 L4_control_B2 +LQ02X009720 Alpha-L-fucosidase 2 12.67305958 L4_control_B3 +LQ02X009720 Alpha-L-fucosidase 2 12.29325264 L4_control_C2 +LQ02X009720 Alpha-L-fucosidase 2 11.78827018 L4_control_C3 +LQ02X009720 Alpha-L-fucosidase 2 11.86558858 L4_chemical_A1 +LQ02X009720 Alpha-L-fucosidase 2 11.37747652 L4_chemical_A2 +LQ02X009720 Alpha-L-fucosidase 2 12.38537912 L4_chemical_A3 +LQ02X009720 Alpha-L-fucosidase 2 11.98820445 L4_chemical_B1 +LQ02X009720 Alpha-L-fucosidase 2 12.13344783 L4_chemical_B2 +LQ02X009720 Alpha-L-fucosidase 2 12.2927576 L4_chemical_B3 +LQ02X009720 Alpha-L-fucosidase 2 12.37216155 L4_chemical_C2 +LQ02X009720 Alpha-L-fucosidase 2 12.03361456 L4_chemical_C3 +LQ02X009740 Predicted protein 5.486349094 C6_control_A1 +LQ02X009740 Predicted protein 4.973902973 C6_control_A3 +LQ02X009740 Predicted protein 4.993396488 C6_control_B1 +LQ02X009740 Predicted protein 5.399026223 C6_control_B2 +LQ02X009740 Predicted protein 5.879927963 C6_control_B3 +LQ02X009740 Predicted protein 6.130139653 C6_control_C1 +LQ02X009740 Predicted protein 5.672841391 C6_control_C2 +LQ02X009740 Predicted protein 6.813767424 C6_control_C3 +LQ02X009740 Predicted protein 5.260430865 C6_chemical_A1 +LQ02X009740 Predicted protein 5.233263685 C6_chemical_A3 +LQ02X009740 Predicted protein 6.165340155 C6_chemical_B1 +LQ02X009740 Predicted protein 5.465265449 C6_chemical_B2 +LQ02X009740 Predicted protein 5.909232372 C6_chemical_B3 +LQ02X009740 Predicted protein 5.772638307 C6_chemical_C1 +LQ02X009740 Predicted protein 5.727781166 C6_chemical_C2 +LQ02X009740 Predicted protein 6.364110509 C6_chemical_C3 +LQ02X009740 Predicted protein 5.474452688 L4_control_A1 +LQ02X009740 Predicted protein 5.770041341 L4_control_A2 +LQ02X009740 Predicted protein 5.344328905 L4_control_A3 +LQ02X009740 Predicted protein 5.26350362 L4_control_B1 +LQ02X009740 Predicted protein 5.800167581 L4_control_B2 +LQ02X009740 Predicted protein 6.095160342 L4_control_B3 +LQ02X009740 Predicted protein 7.528791658 L4_control_C2 +LQ02X009740 Predicted protein 6.849330619 L4_control_C3 +LQ02X009740 Predicted protein 5.7149709 L4_chemical_A1 +LQ02X009740 Predicted protein 5.629686663 L4_chemical_A2 +LQ02X009740 Predicted protein 5.211085922 L4_chemical_A3 +LQ02X009740 Predicted protein 5.921642957 L4_chemical_B1 +LQ02X009740 Predicted protein 5.035256869 L4_chemical_B2 +LQ02X009740 Predicted protein 5.600168991 L4_chemical_B3 +LQ02X009740 Predicted protein 7.15299755 L4_chemical_C2 +LQ02X009740 Predicted protein 6.662091718 L4_chemical_C3 +LQ02X009750 Putative TIP41-like protein 5.944884482 C6_control_A1 +LQ02X009750 Putative TIP41-like protein 6.132487831 C6_control_A3 +LQ02X009750 Putative TIP41-like protein 5.666919767 C6_control_B1 +LQ02X009750 Putative TIP41-like protein 5.6331704 C6_control_B2 +LQ02X009750 Putative TIP41-like protein 5.614698649 C6_control_B3 +LQ02X009750 Putative TIP41-like protein 5.643117329 C6_control_C1 +LQ02X009750 Putative TIP41-like protein 5.533963427 C6_control_C2 +LQ02X009750 Putative TIP41-like protein 5.714069978 C6_control_C3 +LQ02X009750 Putative TIP41-like protein 5.920267389 C6_chemical_A1 +LQ02X009750 Putative TIP41-like protein 6.050504661 C6_chemical_A3 +LQ02X009750 Putative TIP41-like protein 5.622048613 C6_chemical_B1 +LQ02X009750 Putative TIP41-like protein 5.667256539 C6_chemical_B2 +LQ02X009750 Putative TIP41-like protein 5.809559168 C6_chemical_B3 +LQ02X009750 Putative TIP41-like protein 5.379690317 C6_chemical_C1 +LQ02X009750 Putative TIP41-like protein 5.612487944 C6_chemical_C2 +LQ02X009750 Putative TIP41-like protein 5.746885891 C6_chemical_C3 +LQ02X009750 Putative TIP41-like protein 5.754137647 L4_control_A1 +LQ02X009750 Putative TIP41-like protein 6.169872425 L4_control_A2 +LQ02X009750 Putative TIP41-like protein 6.515755024 L4_control_A3 +LQ02X009750 Putative TIP41-like protein 6.696230341 L4_control_B1 +LQ02X009750 Putative TIP41-like protein 6.315263284 L4_control_B2 +LQ02X009750 Putative TIP41-like protein 5.810184037 L4_control_B3 +LQ02X009750 Putative TIP41-like protein 5.91142646 L4_control_C2 +LQ02X009750 Putative TIP41-like protein 5.897924795 L4_control_C3 +LQ02X009750 Putative TIP41-like protein 5.857635205 L4_chemical_A1 +LQ02X009750 Putative TIP41-like protein 5.793405509 L4_chemical_A2 +LQ02X009750 Putative TIP41-like protein 5.929429396 L4_chemical_A3 +LQ02X009750 Putative TIP41-like protein 6.473088796 L4_chemical_B1 +LQ02X009750 Putative TIP41-like protein 6.287850698 L4_chemical_B2 +LQ02X009750 Putative TIP41-like protein 5.761425352 L4_chemical_B3 +LQ02X009750 Putative TIP41-like protein 6.180381943 L4_chemical_C2 +LQ02X009750 Putative TIP41-like protein 6.295535236 L4_chemical_C3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.337830923 C6_control_A1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.090978929 C6_control_A3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.331646318 C6_control_B1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.298770807 C6_control_B2 +LQ02X009770 Putative Homeobox protein HAT3.1 5.315963784 C6_control_B3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.138797808 C6_control_C1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.551956874 C6_control_C2 +LQ02X009770 Putative Homeobox protein HAT3.1 5.171701442 C6_control_C3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.201830049 C6_chemical_A1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.210103707 C6_chemical_A3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.150827528 C6_chemical_B1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.334418873 C6_chemical_B2 +LQ02X009770 Putative Homeobox protein HAT3.1 5.230928548 C6_chemical_B3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.554234203 C6_chemical_C1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.421100663 C6_chemical_C2 +LQ02X009770 Putative Homeobox protein HAT3.1 5.410881025 C6_chemical_C3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.026926668 L4_control_A1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.383120694 L4_control_A2 +LQ02X009770 Putative Homeobox protein HAT3.1 4.973685363 L4_control_A3 +LQ02X009770 Putative Homeobox protein HAT3.1 4.838130569 L4_control_B1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.098895601 L4_control_B2 +LQ02X009770 Putative Homeobox protein HAT3.1 4.97214902 L4_control_B3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.101258597 L4_control_C2 +LQ02X009770 Putative Homeobox protein HAT3.1 6.071007874 L4_control_C3 +LQ02X009770 Putative Homeobox protein HAT3.1 4.882271312 L4_chemical_A1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.417619652 L4_chemical_A2 +LQ02X009770 Putative Homeobox protein HAT3.1 5.048552096 L4_chemical_A3 +LQ02X009770 Putative Homeobox protein HAT3.1 4.977035048 L4_chemical_B1 +LQ02X009770 Putative Homeobox protein HAT3.1 5.567344354 L4_chemical_B2 +LQ02X009770 Putative Homeobox protein HAT3.1 5.153753222 L4_chemical_B3 +LQ02X009770 Putative Homeobox protein HAT3.1 5.054454914 L4_chemical_C2 +LQ02X009770 Putative Homeobox protein HAT3.1 5.486404157 L4_chemical_C3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.626078965 C6_control_A1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 8.614507807 C6_control_A3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.602474857 C6_control_B1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 5.577430718 C6_control_B2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.145666185 C6_control_B3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.276430487 C6_control_C1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 5.566413946 C6_control_C2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.5065622 C6_control_C3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.025965042 C6_chemical_A1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 9.410181865 C6_chemical_A3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.161270139 C6_chemical_B1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.042827563 C6_chemical_B2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 8.197187924 C6_chemical_B3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.130273289 C6_chemical_C1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.080700236 C6_chemical_C2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.321595207 C6_chemical_C3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 9.109872653 L4_control_A1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.873773105 L4_control_A2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 9.873650255 L4_control_A3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.284866358 L4_control_B1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.40456956 L4_control_B2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.975357377 L4_control_B3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.956408776 L4_control_C2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 9.307033928 L4_control_C3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 9.895764393 L4_chemical_A1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.887192492 L4_chemical_A2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 9.989487742 L4_chemical_A3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.053470599 L4_chemical_B1 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 6.464832269 L4_chemical_B2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.786191724 L4_chemical_B3 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.432329275 L4_chemical_C2 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 8.874174439 L4_chemical_C3 +LQ02X009790 Putative uncharacterized protein 13.43976069 C6_control_A1 +LQ02X009790 Putative uncharacterized protein 13.20055109 C6_control_A3 +LQ02X009790 Putative uncharacterized protein 13.59509594 C6_control_B1 +LQ02X009790 Putative uncharacterized protein 13.78175004 C6_control_B2 +LQ02X009790 Putative uncharacterized protein 13.82343278 C6_control_B3 +LQ02X009790 Putative uncharacterized protein 14.30248371 C6_control_C1 +LQ02X009790 Putative uncharacterized protein 13.809685 C6_control_C2 +LQ02X009790 Putative uncharacterized protein 14.34945248 C6_control_C3 +LQ02X009790 Putative uncharacterized protein 13.50690768 C6_chemical_A1 +LQ02X009790 Putative uncharacterized protein 14.01043819 C6_chemical_A3 +LQ02X009790 Putative uncharacterized protein 13.8746064 C6_chemical_B1 +LQ02X009790 Putative uncharacterized protein 13.97916894 C6_chemical_B2 +LQ02X009790 Putative uncharacterized protein 14.26659597 C6_chemical_B3 +LQ02X009790 Putative uncharacterized protein 14.142887 C6_chemical_C1 +LQ02X009790 Putative uncharacterized protein 14.08674048 C6_chemical_C2 +LQ02X009790 Putative uncharacterized protein 14.32551521 C6_chemical_C3 +LQ02X009790 Putative uncharacterized protein 13.1977039 L4_control_A1 +LQ02X009790 Putative uncharacterized protein 13.83411104 L4_control_A2 +LQ02X009790 Putative uncharacterized protein 13.37907076 L4_control_A3 +LQ02X009790 Putative uncharacterized protein 13.93465188 L4_control_B1 +LQ02X009790 Putative uncharacterized protein 13.93948383 L4_control_B2 +LQ02X009790 Putative uncharacterized protein 14.21942029 L4_control_B3 +LQ02X009790 Putative uncharacterized protein 14.13777148 L4_control_C2 +LQ02X009790 Putative uncharacterized protein 14.16977617 L4_control_C3 +LQ02X009790 Putative uncharacterized protein 13.46766989 L4_chemical_A1 +LQ02X009790 Putative uncharacterized protein 14.33577391 L4_chemical_A2 +LQ02X009790 Putative uncharacterized protein 13.44393529 L4_chemical_A3 +LQ02X009790 Putative uncharacterized protein 14.07628323 L4_chemical_B1 +LQ02X009790 Putative uncharacterized protein 13.91173249 L4_chemical_B2 +LQ02X009790 Putative uncharacterized protein 13.75902934 L4_chemical_B3 +LQ02X009790 Putative uncharacterized protein 14.20173865 L4_chemical_C2 +LQ02X009790 Putative uncharacterized protein 14.10722557 L4_chemical_C3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.70074645 C6_control_A1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.8144858 C6_control_A3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.52778425 C6_control_B1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.29775044 C6_control_B2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.58401649 C6_control_B3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.72571764 C6_control_C1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.22995328 C6_control_C2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.00797252 C6_control_C3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.52246784 C6_chemical_A1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.5513719 C6_chemical_A3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.32447664 C6_chemical_B1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.09116844 C6_chemical_B2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.35883966 C6_chemical_B3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.78133581 C6_chemical_C1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.79349525 C6_chemical_C2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.75311069 C6_chemical_C3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.44110733 L4_control_A1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.94717838 L4_control_A2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.32155997 L4_control_A3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.73890792 L4_control_B1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.60968871 L4_control_B2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.45888772 L4_control_B3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.97311866 L4_control_C2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.40826634 L4_control_C3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.12966669 L4_chemical_A1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.73447248 L4_chemical_A2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.34137268 L4_chemical_A3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.97788947 L4_chemical_B1 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.74477356 L4_chemical_B2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.94227567 L4_chemical_B3 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.84119846 L4_chemical_C2 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 12.42494859 L4_chemical_C3 +LQ02X009830 Snakin-1 5.462022877 C6_control_A1 +LQ02X009830 Snakin-1 6.136755283 C6_control_A3 +LQ02X009830 Snakin-1 5.149595672 C6_control_B1 +LQ02X009830 Snakin-1 5.123569914 C6_control_B2 +LQ02X009830 Snakin-1 5.6566311 C6_control_B3 +LQ02X009830 Snakin-1 5.275381071 C6_control_C1 +LQ02X009830 Snakin-1 4.942080949 C6_control_C2 +LQ02X009830 Snakin-1 5.060042838 C6_control_C3 +LQ02X009830 Snakin-1 5.515909755 C6_chemical_A1 +LQ02X009830 Snakin-1 5.835865992 C6_chemical_A3 +LQ02X009830 Snakin-1 5.234875964 C6_chemical_B1 +LQ02X009830 Snakin-1 5.20030365 C6_chemical_B2 +LQ02X009830 Snakin-1 5.178458936 C6_chemical_B3 +LQ02X009830 Snakin-1 4.940893002 C6_chemical_C1 +LQ02X009830 Snakin-1 4.988235051 C6_chemical_C2 +LQ02X009830 Snakin-1 5.274069753 C6_chemical_C3 +LQ02X009830 Snakin-1 5.979929602 L4_control_A1 +LQ02X009830 Snakin-1 5.523636548 L4_control_A2 +LQ02X009830 Snakin-1 5.712936085 L4_control_A3 +LQ02X009830 Snakin-1 4.883562166 L4_control_B1 +LQ02X009830 Snakin-1 5.448776089 L4_control_B2 +LQ02X009830 Snakin-1 5.56255284 L4_control_B3 +LQ02X009830 Snakin-1 5.047868358 L4_control_C2 +LQ02X009830 Snakin-1 5.148469824 L4_control_C3 +LQ02X009830 Snakin-1 5.327051174 L4_chemical_A1 +LQ02X009830 Snakin-1 5.52349942 L4_chemical_A2 +LQ02X009830 Snakin-1 5.71537298 L4_chemical_A3 +LQ02X009830 Snakin-1 4.995765957 L4_chemical_B1 +LQ02X009830 Snakin-1 5.718587555 L4_chemical_B2 +LQ02X009830 Snakin-1 5.458871255 L4_chemical_B3 +LQ02X009830 Snakin-1 5.411332077 L4_chemical_C2 +LQ02X009830 Snakin-1 5.369739631 L4_chemical_C3 +LQ02X009840 Predicted protein 8.175843554 C6_control_A1 +LQ02X009840 Predicted protein 6.748838148 C6_control_A3 +LQ02X009840 Predicted protein 8.686962751 C6_control_B1 +LQ02X009840 Predicted protein 8.647316548 C6_control_B2 +LQ02X009840 Predicted protein 8.675277814 C6_control_B3 +LQ02X009840 Predicted protein 9.043642704 C6_control_C1 +LQ02X009840 Predicted protein 8.734809524 C6_control_C2 +LQ02X009840 Predicted protein 8.434603262 C6_control_C3 +LQ02X009840 Predicted protein 8.083657649 C6_chemical_A1 +LQ02X009840 Predicted protein 7.98886989 C6_chemical_A3 +LQ02X009840 Predicted protein 8.687642744 C6_chemical_B1 +LQ02X009840 Predicted protein 8.594333352 C6_chemical_B2 +LQ02X009840 Predicted protein 8.642393152 C6_chemical_B3 +LQ02X009840 Predicted protein 8.823628113 C6_chemical_C1 +LQ02X009840 Predicted protein 8.496361185 C6_chemical_C2 +LQ02X009840 Predicted protein 8.813586133 C6_chemical_C3 +LQ02X009840 Predicted protein 7.991793236 L4_control_A1 +LQ02X009840 Predicted protein 7.259172634 L4_control_A2 +LQ02X009840 Predicted protein 6.042316299 L4_control_A3 +LQ02X009840 Predicted protein 7.801926316 L4_control_B1 +LQ02X009840 Predicted protein 9.109539044 L4_control_B2 +LQ02X009840 Predicted protein 8.719362374 L4_control_B3 +LQ02X009840 Predicted protein 9.131664065 L4_control_C2 +LQ02X009840 Predicted protein 9.714270947 L4_control_C3 +LQ02X009840 Predicted protein 8.209007643 L4_chemical_A1 +LQ02X009840 Predicted protein 6.999514674 L4_chemical_A2 +LQ02X009840 Predicted protein 5.636839438 L4_chemical_A3 +LQ02X009840 Predicted protein 8.28391635 L4_chemical_B1 +LQ02X009840 Predicted protein 8.742339637 L4_chemical_B2 +LQ02X009840 Predicted protein 8.064277475 L4_chemical_B3 +LQ02X009840 Predicted protein 8.6606261 L4_chemical_C2 +LQ02X009840 Predicted protein 9.090142455 L4_chemical_C3 +LQ02X009850 Putative uncharacterized protein 4.885011382 C6_control_A1 +LQ02X009850 Putative uncharacterized protein 4.782799982 C6_control_A3 +LQ02X009850 Putative uncharacterized protein 4.781248786 C6_control_B1 +LQ02X009850 Putative uncharacterized protein 4.669328456 C6_control_B2 +LQ02X009850 Putative uncharacterized protein 4.686158814 C6_control_B3 +LQ02X009850 Putative uncharacterized protein 4.747100756 C6_control_C1 +LQ02X009850 Putative uncharacterized protein 5.508720152 C6_control_C2 +LQ02X009850 Putative uncharacterized protein 4.711565958 C6_control_C3 +LQ02X009850 Putative uncharacterized protein 4.928201266 C6_chemical_A1 +LQ02X009850 Putative uncharacterized protein 5.032408855 C6_chemical_A3 +LQ02X009850 Putative uncharacterized protein 4.876199074 C6_chemical_B1 +LQ02X009850 Putative uncharacterized protein 4.656796119 C6_chemical_B2 +LQ02X009850 Putative uncharacterized protein 4.705182964 C6_chemical_B3 +LQ02X009850 Putative uncharacterized protein 4.838098123 C6_chemical_C1 +LQ02X009850 Putative uncharacterized protein 4.839133818 C6_chemical_C2 +LQ02X009850 Putative uncharacterized protein 4.79508928 C6_chemical_C3 +LQ02X009850 Putative uncharacterized protein 4.851262317 L4_control_A1 +LQ02X009850 Putative uncharacterized protein 4.790703864 L4_control_A2 +LQ02X009850 Putative uncharacterized protein 4.914077012 L4_control_A3 +LQ02X009850 Putative uncharacterized protein 4.952798406 L4_control_B1 +LQ02X009850 Putative uncharacterized protein 5.070157563 L4_control_B2 +LQ02X009850 Putative uncharacterized protein 4.700517575 L4_control_B3 +LQ02X009850 Putative uncharacterized protein 5.089633975 L4_control_C2 +LQ02X009850 Putative uncharacterized protein 5.084619582 L4_control_C3 +LQ02X009850 Putative uncharacterized protein 5.00120134 L4_chemical_A1 +LQ02X009850 Putative uncharacterized protein 4.842773424 L4_chemical_A2 +LQ02X009850 Putative uncharacterized protein 4.983030647 L4_chemical_A3 +LQ02X009850 Putative uncharacterized protein 4.964853347 L4_chemical_B1 +LQ02X009850 Putative uncharacterized protein 5.00453587 L4_chemical_B2 +LQ02X009850 Putative uncharacterized protein 4.705852415 L4_chemical_B3 +LQ02X009850 Putative uncharacterized protein 4.59379185 L4_chemical_C2 +LQ02X009850 Putative uncharacterized protein 5.296222744 L4_chemical_C3 +LQ02X009860 Hypothetical protein 11.08767093 C6_control_A1 +LQ02X009860 Hypothetical protein 10.86466347 C6_control_A3 +LQ02X009860 Hypothetical protein 13.07547966 C6_control_B1 +LQ02X009860 Hypothetical protein 14.15422875 C6_control_B2 +LQ02X009860 Hypothetical protein 13.87795933 C6_control_B3 +LQ02X009860 Hypothetical protein 9.433445304 C6_control_C1 +LQ02X009860 Hypothetical protein 9.385601698 C6_control_C2 +LQ02X009860 Hypothetical protein 9.69386672 C6_control_C3 +LQ02X009860 Hypothetical protein 11.68781959 C6_chemical_A1 +LQ02X009860 Hypothetical protein 11.64341506 C6_chemical_A3 +LQ02X009860 Hypothetical protein 13.06940565 C6_chemical_B1 +LQ02X009860 Hypothetical protein 13.54453369 C6_chemical_B2 +LQ02X009860 Hypothetical protein 12.82766964 C6_chemical_B3 +LQ02X009860 Hypothetical protein 9.623616786 C6_chemical_C1 +LQ02X009860 Hypothetical protein 8.575303722 C6_chemical_C2 +LQ02X009860 Hypothetical protein 8.663648343 C6_chemical_C3 +LQ02X009860 Hypothetical protein 11.61081473 L4_control_A1 +LQ02X009860 Hypothetical protein 12.03674087 L4_control_A2 +LQ02X009860 Hypothetical protein 11.87208586 L4_control_A3 +LQ02X009860 Hypothetical protein 14.15101424 L4_control_B1 +LQ02X009860 Hypothetical protein 13.57431207 L4_control_B2 +LQ02X009860 Hypothetical protein 13.57844173 L4_control_B3 +LQ02X009860 Hypothetical protein 7.443905656 L4_control_C2 +LQ02X009860 Hypothetical protein 8.978763322 L4_control_C3 +LQ02X009860 Hypothetical protein 11.45488901 L4_chemical_A1 +LQ02X009860 Hypothetical protein 11.92338135 L4_chemical_A2 +LQ02X009860 Hypothetical protein 11.26493077 L4_chemical_A3 +LQ02X009860 Hypothetical protein 12.55003949 L4_chemical_B1 +LQ02X009860 Hypothetical protein 13.45110878 L4_chemical_B2 +LQ02X009860 Hypothetical protein 12.58066316 L4_chemical_B3 +LQ02X009860 Hypothetical protein 7.322819649 L4_chemical_C2 +LQ02X009860 Hypothetical protein 7.846329331 L4_chemical_C3 +LQ02X009870 Putative uncharacterized protein 14.70666134 C6_control_A1 +LQ02X009870 Putative uncharacterized protein 14.90571579 C6_control_A3 +LQ02X009870 Putative uncharacterized protein 13.82306591 C6_control_B1 +LQ02X009870 Putative uncharacterized protein 14.52800331 C6_control_B2 +LQ02X009870 Putative uncharacterized protein 14.30636624 C6_control_B3 +LQ02X009870 Putative uncharacterized protein 14.32040793 C6_control_C1 +LQ02X009870 Putative uncharacterized protein 14.56265294 C6_control_C2 +LQ02X009870 Putative uncharacterized protein 14.17347742 C6_control_C3 +LQ02X009870 Putative uncharacterized protein 14.71926147 C6_chemical_A1 +LQ02X009870 Putative uncharacterized protein 14.54495426 C6_chemical_A3 +LQ02X009870 Putative uncharacterized protein 13.92473948 C6_chemical_B1 +LQ02X009870 Putative uncharacterized protein 14.01346824 C6_chemical_B2 +LQ02X009870 Putative uncharacterized protein 14.35164823 C6_chemical_B3 +LQ02X009870 Putative uncharacterized protein 13.92331641 C6_chemical_C1 +LQ02X009870 Putative uncharacterized protein 14.40324388 C6_chemical_C2 +LQ02X009870 Putative uncharacterized protein 13.5478634 C6_chemical_C3 +LQ02X009870 Putative uncharacterized protein 14.55554697 L4_control_A1 +LQ02X009870 Putative uncharacterized protein 14.23415571 L4_control_A2 +LQ02X009870 Putative uncharacterized protein 14.36494956 L4_control_A3 +LQ02X009870 Putative uncharacterized protein 13.99657927 L4_control_B1 +LQ02X009870 Putative uncharacterized protein 13.96916068 L4_control_B2 +LQ02X009870 Putative uncharacterized protein 13.89232589 L4_control_B3 +LQ02X009870 Putative uncharacterized protein 14.68629464 L4_control_C2 +LQ02X009870 Putative uncharacterized protein 14.1895169 L4_control_C3 +LQ02X009870 Putative uncharacterized protein 13.85919941 L4_chemical_A1 +LQ02X009870 Putative uncharacterized protein 14.00903477 L4_chemical_A2 +LQ02X009870 Putative uncharacterized protein 13.93764209 L4_chemical_A3 +LQ02X009870 Putative uncharacterized protein 14.04973886 L4_chemical_B1 +LQ02X009870 Putative uncharacterized protein 14.11491395 L4_chemical_B2 +LQ02X009870 Putative uncharacterized protein 13.83815229 L4_chemical_B3 +LQ02X009870 Putative uncharacterized protein 14.60245991 L4_chemical_C2 +LQ02X009870 Putative uncharacterized protein 13.89097253 L4_chemical_C3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.5275662 C6_control_A1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.28601905 C6_control_A3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.85734126 C6_control_B1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.55802387 C6_control_B2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.12531515 C6_control_B3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 13.16444712 C6_control_C1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 13.56829353 C6_control_C2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 13.90643603 C6_control_C3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.4130223 C6_chemical_A1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.41665722 C6_chemical_A3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.51072573 C6_chemical_B1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.5465582 C6_chemical_B2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.18383673 C6_chemical_B3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.74397105 C6_chemical_C1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 13.55719582 C6_chemical_C2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 13.79604047 C6_chemical_C3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 10.90206331 L4_control_A1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.84833831 L4_control_A2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 10.61392802 L4_control_A3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.0223776 L4_control_B1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.91566238 L4_control_B2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.88999392 L4_control_B3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.84624643 L4_control_C2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 13.18872082 L4_control_C3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 10.75878834 L4_chemical_A1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.60318223 L4_chemical_A2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 10.18871711 L4_chemical_A3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.78168656 L4_chemical_B1 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.8960338 L4_chemical_B2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.11674168 L4_chemical_B3 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 12.82798135 L4_chemical_C2 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 13.30598022 L4_chemical_C3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.507732348 C6_control_A1 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.230998193 C6_control_A3 +LQ02X009890 Putative Uncharacterized protein C757.02c 7.045237871 C6_control_B1 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.183384972 C6_control_B2 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.949692001 C6_control_B3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.387899364 C6_control_C1 +LQ02X009890 Putative Uncharacterized protein C757.02c 5.651477159 C6_control_C2 +LQ02X009890 Putative Uncharacterized protein C757.02c 5.839908492 C6_control_C3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.732072538 C6_chemical_A1 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.495773666 C6_chemical_A3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.956395777 C6_chemical_B1 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.14082281 C6_chemical_B2 +LQ02X009890 Putative Uncharacterized protein C757.02c 7.019783401 C6_chemical_B3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.155414452 C6_chemical_C1 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.180143661 C6_chemical_C2 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.057264534 C6_chemical_C3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.010460241 L4_control_A1 +LQ02X009890 Putative Uncharacterized protein C757.02c 7.189177153 L4_control_A2 +LQ02X009890 Putative Uncharacterized protein C757.02c 7.097650032 L4_control_A3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.474520727 L4_control_B1 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.82133535 L4_control_B2 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.638266683 L4_control_B3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.62530077 L4_control_C2 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.433861516 L4_control_C3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.572654214 L4_chemical_A1 +LQ02X009890 Putative Uncharacterized protein C757.02c 7.151561523 L4_chemical_A2 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.996339834 L4_chemical_A3 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.875308364 L4_chemical_B1 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.712529495 L4_chemical_B2 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.604048307 L4_chemical_B3 +LQ02X009890 Putative Uncharacterized protein C757.02c 5.66265705 L4_chemical_C2 +LQ02X009890 Putative Uncharacterized protein C757.02c 5.37008552 L4_chemical_C3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.855439845 C6_control_A1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.782194455 C6_control_A3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.037545006 C6_control_B1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.744219969 C6_control_B2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.889248314 C6_control_B3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.99205593 C6_control_C1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.831169166 C6_control_C2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.884434726 C6_control_C3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.061155632 C6_chemical_A1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.943887325 C6_chemical_A3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.066956623 C6_chemical_B1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.89110189 C6_chemical_B2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.477639847 C6_chemical_B3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.92370254 C6_chemical_C1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.803911965 C6_chemical_C2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.980455085 C6_chemical_C3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.169359264 L4_control_A1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.811097627 L4_control_A2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.09130202 L4_control_A3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.995504616 L4_control_B1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.004684017 L4_control_B2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.850792458 L4_control_B3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.807756728 L4_control_C2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.823198816 L4_control_C3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.171463302 L4_chemical_A1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.049308092 L4_chemical_A2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.203370449 L4_chemical_A3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.718304297 L4_chemical_B1 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.266904431 L4_chemical_B2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 4.614269318 L4_chemical_B3 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.282525811 L4_chemical_C2 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.772861742 L4_chemical_C3 +LQ02X009910 Probable protein phosphatase 2C 63 5.579432978 C6_control_A1 +LQ02X009910 Probable protein phosphatase 2C 63 5.632412824 C6_control_A3 +LQ02X009910 Probable protein phosphatase 2C 63 5.041587026 C6_control_B1 +LQ02X009910 Probable protein phosphatase 2C 63 5.903476082 C6_control_B2 +LQ02X009910 Probable protein phosphatase 2C 63 5.343779805 C6_control_B3 +LQ02X009910 Probable protein phosphatase 2C 63 5.442815993 C6_control_C1 +LQ02X009910 Probable protein phosphatase 2C 63 5.712067305 C6_control_C2 +LQ02X009910 Probable protein phosphatase 2C 63 5.352763608 C6_control_C3 +LQ02X009910 Probable protein phosphatase 2C 63 5.204761028 C6_chemical_A1 +LQ02X009910 Probable protein phosphatase 2C 63 5.315960609 C6_chemical_A3 +LQ02X009910 Probable protein phosphatase 2C 63 5.079497588 C6_chemical_B1 +LQ02X009910 Probable protein phosphatase 2C 63 5.503583602 C6_chemical_B2 +LQ02X009910 Probable protein phosphatase 2C 63 5.653414071 C6_chemical_B3 +LQ02X009910 Probable protein phosphatase 2C 63 5.689396705 C6_chemical_C1 +LQ02X009910 Probable protein phosphatase 2C 63 5.530633642 C6_chemical_C2 +LQ02X009910 Probable protein phosphatase 2C 63 5.325227937 C6_chemical_C3 +LQ02X009910 Probable protein phosphatase 2C 63 5.499896246 L4_control_A1 +LQ02X009910 Probable protein phosphatase 2C 63 5.13078965 L4_control_A2 +LQ02X009910 Probable protein phosphatase 2C 63 5.085814904 L4_control_A3 +LQ02X009910 Probable protein phosphatase 2C 63 5.652172271 L4_control_B1 +LQ02X009910 Probable protein phosphatase 2C 63 5.720508925 L4_control_B2 +LQ02X009910 Probable protein phosphatase 2C 63 5.264289781 L4_control_B3 +LQ02X009910 Probable protein phosphatase 2C 63 4.893472948 L4_control_C2 +LQ02X009910 Probable protein phosphatase 2C 63 5.091110554 L4_control_C3 +LQ02X009910 Probable protein phosphatase 2C 63 4.782803896 L4_chemical_A1 +LQ02X009910 Probable protein phosphatase 2C 63 5.479093443 L4_chemical_A2 +LQ02X009910 Probable protein phosphatase 2C 63 5.442914619 L4_chemical_A3 +LQ02X009910 Probable protein phosphatase 2C 63 6.188544047 L4_chemical_B1 +LQ02X009910 Probable protein phosphatase 2C 63 5.302081597 L4_chemical_B2 +LQ02X009910 Probable protein phosphatase 2C 63 5.074833484 L4_chemical_B3 +LQ02X009910 Probable protein phosphatase 2C 63 5.46032868 L4_chemical_C2 +LQ02X009910 Probable protein phosphatase 2C 63 5.534197563 L4_chemical_C3 +LQ02X009920 Putative uncharacterized protein 10.44902684 C6_control_A1 +LQ02X009920 Putative uncharacterized protein 10.0404941 C6_control_A3 +LQ02X009920 Putative uncharacterized protein 10.65868475 C6_control_B1 +LQ02X009920 Putative uncharacterized protein 10.98200184 C6_control_B2 +LQ02X009920 Putative uncharacterized protein 10.60600905 C6_control_B3 +LQ02X009920 Putative uncharacterized protein 11.61656247 C6_control_C1 +LQ02X009920 Putative uncharacterized protein 11.47955454 C6_control_C2 +LQ02X009920 Putative uncharacterized protein 11.63475608 C6_control_C3 +LQ02X009920 Putative uncharacterized protein 10.7725514 C6_chemical_A1 +LQ02X009920 Putative uncharacterized protein 10.3133646 C6_chemical_A3 +LQ02X009920 Putative uncharacterized protein 10.79039287 C6_chemical_B1 +LQ02X009920 Putative uncharacterized protein 11.09083533 C6_chemical_B2 +LQ02X009920 Putative uncharacterized protein 10.80705609 C6_chemical_B3 +LQ02X009920 Putative uncharacterized protein 11.76450633 C6_chemical_C1 +LQ02X009920 Putative uncharacterized protein 11.88915974 C6_chemical_C2 +LQ02X009920 Putative uncharacterized protein 11.76124631 C6_chemical_C3 +LQ02X009920 Putative uncharacterized protein 10.2614885 L4_control_A1 +LQ02X009920 Putative uncharacterized protein 11.053596 L4_control_A2 +LQ02X009920 Putative uncharacterized protein 11.23254349 L4_control_A3 +LQ02X009920 Putative uncharacterized protein 11.45043504 L4_control_B1 +LQ02X009920 Putative uncharacterized protein 11.3106795 L4_control_B2 +LQ02X009920 Putative uncharacterized protein 11.15850642 L4_control_B3 +LQ02X009920 Putative uncharacterized protein 12.38688625 L4_control_C2 +LQ02X009920 Putative uncharacterized protein 12.32609179 L4_control_C3 +LQ02X009920 Putative uncharacterized protein 10.7907226 L4_chemical_A1 +LQ02X009920 Putative uncharacterized protein 11.45932309 L4_chemical_A2 +LQ02X009920 Putative uncharacterized protein 10.98500643 L4_chemical_A3 +LQ02X009920 Putative uncharacterized protein 11.32627963 L4_chemical_B1 +LQ02X009920 Putative uncharacterized protein 11.47343761 L4_chemical_B2 +LQ02X009920 Putative uncharacterized protein 10.84556899 L4_chemical_B3 +LQ02X009920 Putative uncharacterized protein 12.49021788 L4_chemical_C2 +LQ02X009920 Putative uncharacterized protein 12.23203734 L4_chemical_C3 +LQ02X009930 Putative uncharacterized protein 5.794862699 C6_control_A1 +LQ02X009930 Putative uncharacterized protein 6.756699885 C6_control_A3 +LQ02X009930 Putative uncharacterized protein 5.114415529 C6_control_B1 +LQ02X009930 Putative uncharacterized protein 5.466650784 C6_control_B2 +LQ02X009930 Putative uncharacterized protein 5.200221389 C6_control_B3 +LQ02X009930 Putative uncharacterized protein 5.854879907 C6_control_C1 +LQ02X009930 Putative uncharacterized protein 6.97813521 C6_control_C2 +LQ02X009930 Putative uncharacterized protein 5.441652736 C6_control_C3 +LQ02X009930 Putative uncharacterized protein 5.759009342 C6_chemical_A1 +LQ02X009930 Putative uncharacterized protein 5.672823937 C6_chemical_A3 +LQ02X009930 Putative uncharacterized protein 5.142369085 C6_chemical_B1 +LQ02X009930 Putative uncharacterized protein 5.469572208 C6_chemical_B2 +LQ02X009930 Putative uncharacterized protein 5.294366926 C6_chemical_B3 +LQ02X009930 Putative uncharacterized protein 5.653387063 C6_chemical_C1 +LQ02X009930 Putative uncharacterized protein 5.539995274 C6_chemical_C2 +LQ02X009930 Putative uncharacterized protein 5.492238168 C6_chemical_C3 +LQ02X009930 Putative uncharacterized protein 5.388312163 L4_control_A1 +LQ02X009930 Putative uncharacterized protein 6.263006463 L4_control_A2 +LQ02X009930 Putative uncharacterized protein 6.053279748 L4_control_A3 +LQ02X009930 Putative uncharacterized protein 5.676315838 L4_control_B1 +LQ02X009930 Putative uncharacterized protein 5.296997388 L4_control_B2 +LQ02X009930 Putative uncharacterized protein 5.255380198 L4_control_B3 +LQ02X009930 Putative uncharacterized protein 5.082132366 L4_control_C2 +LQ02X009930 Putative uncharacterized protein 5.513201946 L4_control_C3 +LQ02X009930 Putative uncharacterized protein 5.297261163 L4_chemical_A1 +LQ02X009930 Putative uncharacterized protein 5.589286992 L4_chemical_A2 +LQ02X009930 Putative uncharacterized protein 5.271739524 L4_chemical_A3 +LQ02X009930 Putative uncharacterized protein 5.600797451 L4_chemical_B1 +LQ02X009930 Putative uncharacterized protein 5.36852922 L4_chemical_B2 +LQ02X009930 Putative uncharacterized protein 5.538384841 L4_chemical_B3 +LQ02X009930 Putative uncharacterized protein 5.50630096 L4_chemical_C2 +LQ02X009930 Putative uncharacterized protein 4.945820359 L4_chemical_C3 +LQ02X009980 Uncharacterized protein At2g23090 8.946490709 C6_control_A1 +LQ02X009980 Uncharacterized protein At2g23090 8.52695514 C6_control_A3 +LQ02X009980 Uncharacterized protein At2g23090 9.199449516 C6_control_B1 +LQ02X009980 Uncharacterized protein At2g23090 11.08920914 C6_control_B2 +LQ02X009980 Uncharacterized protein At2g23090 8.908935331 C6_control_B3 +LQ02X009980 Uncharacterized protein At2g23090 9.848519662 C6_control_C1 +LQ02X009980 Uncharacterized protein At2g23090 9.698636648 C6_control_C2 +LQ02X009980 Uncharacterized protein At2g23090 10.06702122 C6_control_C3 +LQ02X009980 Uncharacterized protein At2g23090 8.949509331 C6_chemical_A1 +LQ02X009980 Uncharacterized protein At2g23090 8.736399135 C6_chemical_A3 +LQ02X009980 Uncharacterized protein At2g23090 8.260919091 C6_chemical_B1 +LQ02X009980 Uncharacterized protein At2g23090 10.96682022 C6_chemical_B2 +LQ02X009980 Uncharacterized protein At2g23090 8.898552506 C6_chemical_B3 +LQ02X009980 Uncharacterized protein At2g23090 10.24099258 C6_chemical_C1 +LQ02X009980 Uncharacterized protein At2g23090 10.29806953 C6_chemical_C2 +LQ02X009980 Uncharacterized protein At2g23090 10.30010155 C6_chemical_C3 +LQ02X009980 Uncharacterized protein At2g23090 9.025512636 L4_control_A1 +LQ02X009980 Uncharacterized protein At2g23090 9.368380227 L4_control_A2 +LQ02X009980 Uncharacterized protein At2g23090 8.391754139 L4_control_A3 +LQ02X009980 Uncharacterized protein At2g23090 9.255378182 L4_control_B1 +LQ02X009980 Uncharacterized protein At2g23090 8.384233111 L4_control_B2 +LQ02X009980 Uncharacterized protein At2g23090 9.666093104 L4_control_B3 +LQ02X009980 Uncharacterized protein At2g23090 8.958163255 L4_control_C2 +LQ02X009980 Uncharacterized protein At2g23090 7.874987661 L4_control_C3 +LQ02X009980 Uncharacterized protein At2g23090 9.223239799 L4_chemical_A1 +LQ02X009980 Uncharacterized protein At2g23090 9.165218837 L4_chemical_A2 +LQ02X009980 Uncharacterized protein At2g23090 8.852921123 L4_chemical_A3 +LQ02X009980 Uncharacterized protein At2g23090 9.083588457 L4_chemical_B1 +LQ02X009980 Uncharacterized protein At2g23090 8.734271664 L4_chemical_B2 +LQ02X009980 Uncharacterized protein At2g23090 9.259280774 L4_chemical_B3 +LQ02X009980 Uncharacterized protein At2g23090 8.654749774 L4_chemical_C2 +LQ02X009980 Uncharacterized protein At2g23090 8.006580017 L4_chemical_C3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.872973823 C6_control_A1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.868488255 C6_control_A3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.593386582 C6_control_B1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.758450385 C6_control_B2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.708074574 C6_control_B3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.40076058 C6_control_C1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.159798271 C6_control_C2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.246662709 C6_control_C3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.529696692 C6_chemical_A1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.367509554 C6_chemical_A3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.740614142 C6_chemical_B1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.719959491 C6_chemical_B2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.954763215 C6_chemical_B3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.602692544 C6_chemical_C1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.635528262 C6_chemical_C2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.206704036 C6_chemical_C3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.72163152 L4_control_A1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.833333553 L4_control_A2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.478468288 L4_control_A3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.437615759 L4_control_B1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.859573811 L4_control_B2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.802422383 L4_control_B3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.945919066 L4_control_C2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.23817535 L4_control_C3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.731621563 L4_chemical_A1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.666334979 L4_chemical_A2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.242992788 L4_chemical_A3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.379997459 L4_chemical_B1 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.380378962 L4_chemical_B2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.533527051 L4_chemical_B3 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.213589141 L4_chemical_C2 +LQ02X009990 Somatic embryogenesis receptor kinase 2 6.104303703 L4_chemical_C3 +LQ02X010010 Putative uncharacterized protein 10.5269268 C6_control_A1 +LQ02X010010 Putative uncharacterized protein 10.14921044 C6_control_A3 +LQ02X010010 Putative uncharacterized protein 9.915430614 C6_control_B1 +LQ02X010010 Putative uncharacterized protein 10.65866536 C6_control_B2 +LQ02X010010 Putative uncharacterized protein 10.17382083 C6_control_B3 +LQ02X010010 Putative uncharacterized protein 11.14156669 C6_control_C1 +LQ02X010010 Putative uncharacterized protein 11.1117957 C6_control_C2 +LQ02X010010 Putative uncharacterized protein 10.94365972 C6_control_C3 +LQ02X010010 Putative uncharacterized protein 10.45009005 C6_chemical_A1 +LQ02X010010 Putative uncharacterized protein 9.828892173 C6_chemical_A3 +LQ02X010010 Putative uncharacterized protein 10.03806816 C6_chemical_B1 +LQ02X010010 Putative uncharacterized protein 10.55039791 C6_chemical_B2 +LQ02X010010 Putative uncharacterized protein 9.978538426 C6_chemical_B3 +LQ02X010010 Putative uncharacterized protein 11.24230315 C6_chemical_C1 +LQ02X010010 Putative uncharacterized protein 10.99424872 C6_chemical_C2 +LQ02X010010 Putative uncharacterized protein 11.00289826 C6_chemical_C3 +LQ02X010010 Putative uncharacterized protein 10.28529998 L4_control_A1 +LQ02X010010 Putative uncharacterized protein 10.79989844 L4_control_A2 +LQ02X010010 Putative uncharacterized protein 10.75465747 L4_control_A3 +LQ02X010010 Putative uncharacterized protein 9.550383374 L4_control_B1 +LQ02X010010 Putative uncharacterized protein 9.642758309 L4_control_B2 +LQ02X010010 Putative uncharacterized protein 10.24436134 L4_control_B3 +LQ02X010010 Putative uncharacterized protein 10.1998488 L4_control_C2 +LQ02X010010 Putative uncharacterized protein 10.27236093 L4_control_C3 +LQ02X010010 Putative uncharacterized protein 10.61645633 L4_chemical_A1 +LQ02X010010 Putative uncharacterized protein 10.91934741 L4_chemical_A2 +LQ02X010010 Putative uncharacterized protein 10.92984118 L4_chemical_A3 +LQ02X010010 Putative uncharacterized protein 9.685918453 L4_chemical_B1 +LQ02X010010 Putative uncharacterized protein 9.748757259 L4_chemical_B2 +LQ02X010010 Putative uncharacterized protein 9.842773937 L4_chemical_B3 +LQ02X010010 Putative uncharacterized protein 10.21225476 L4_chemical_C2 +LQ02X010010 Putative uncharacterized protein 10.35412428 L4_chemical_C3 +LQ02X010060 Predicted protein 5.214367152 C6_control_A1 +LQ02X010060 Predicted protein 5.70704116 C6_control_A3 +LQ02X010060 Predicted protein 4.974441057 C6_control_B1 +LQ02X010060 Predicted protein 5.438984825 C6_control_B2 +LQ02X010060 Predicted protein 5.232546545 C6_control_B3 +LQ02X010060 Predicted protein 5.844659128 C6_control_C1 +LQ02X010060 Predicted protein 5.42516521 C6_control_C2 +LQ02X010060 Predicted protein 5.381949076 C6_control_C3 +LQ02X010060 Predicted protein 5.051657964 C6_chemical_A1 +LQ02X010060 Predicted protein 5.305313169 C6_chemical_A3 +LQ02X010060 Predicted protein 5.224193019 C6_chemical_B1 +LQ02X010060 Predicted protein 5.109519517 C6_chemical_B2 +LQ02X010060 Predicted protein 5.67214478 C6_chemical_B3 +LQ02X010060 Predicted protein 5.407019154 C6_chemical_C1 +LQ02X010060 Predicted protein 5.410986591 C6_chemical_C2 +LQ02X010060 Predicted protein 5.189779849 C6_chemical_C3 +LQ02X010060 Predicted protein 4.871176581 L4_control_A1 +LQ02X010060 Predicted protein 5.683625994 L4_control_A2 +LQ02X010060 Predicted protein 4.936234784 L4_control_A3 +LQ02X010060 Predicted protein 5.108324472 L4_control_B1 +LQ02X010060 Predicted protein 5.320002586 L4_control_B2 +LQ02X010060 Predicted protein 5.307981026 L4_control_B3 +LQ02X010060 Predicted protein 5.494184487 L4_control_C2 +LQ02X010060 Predicted protein 5.987772646 L4_control_C3 +LQ02X010060 Predicted protein 5.345950521 L4_chemical_A1 +LQ02X010060 Predicted protein 5.104295261 L4_chemical_A2 +LQ02X010060 Predicted protein 4.744861739 L4_chemical_A3 +LQ02X010060 Predicted protein 5.046481129 L4_chemical_B1 +LQ02X010060 Predicted protein 5.464975129 L4_chemical_B2 +LQ02X010060 Predicted protein 5.102084389 L4_chemical_B3 +LQ02X010060 Predicted protein 6.259864048 L4_chemical_C2 +LQ02X010060 Predicted protein 5.139220881 L4_chemical_C3 +LQ02X010070 40S ribosomal protein S29 15.26009307 C6_control_A1 +LQ02X010070 40S ribosomal protein S29 15.77480609 C6_control_A3 +LQ02X010070 40S ribosomal protein S29 15.45010106 C6_control_B1 +LQ02X010070 40S ribosomal protein S29 14.92612108 C6_control_B2 +LQ02X010070 40S ribosomal protein S29 15.16519137 C6_control_B3 +LQ02X010070 40S ribosomal protein S29 14.23880727 C6_control_C1 +LQ02X010070 40S ribosomal protein S29 14.26362274 C6_control_C2 +LQ02X010070 40S ribosomal protein S29 14.33498262 C6_control_C3 +LQ02X010070 40S ribosomal protein S29 15.19397255 C6_chemical_A1 +LQ02X010070 40S ribosomal protein S29 14.44793734 C6_chemical_A3 +LQ02X010070 40S ribosomal protein S29 15.16451195 C6_chemical_B1 +LQ02X010070 40S ribosomal protein S29 14.43426893 C6_chemical_B2 +LQ02X010070 40S ribosomal protein S29 14.94726465 C6_chemical_B3 +LQ02X010070 40S ribosomal protein S29 14.40517282 C6_chemical_C1 +LQ02X010070 40S ribosomal protein S29 14.5263173 C6_chemical_C2 +LQ02X010070 40S ribosomal protein S29 14.55192989 C6_chemical_C3 +LQ02X010070 40S ribosomal protein S29 15.19558391 L4_control_A1 +LQ02X010070 40S ribosomal protein S29 15.31893736 L4_control_A2 +LQ02X010070 40S ribosomal protein S29 15.13796178 L4_control_A3 +LQ02X010070 40S ribosomal protein S29 15.38733966 L4_control_B1 +LQ02X010070 40S ribosomal protein S29 14.85839311 L4_control_B2 +LQ02X010070 40S ribosomal protein S29 14.95988425 L4_control_B3 +LQ02X010070 40S ribosomal protein S29 15.00064137 L4_control_C2 +LQ02X010070 40S ribosomal protein S29 15.18258833 L4_control_C3 +LQ02X010070 40S ribosomal protein S29 15.28144361 L4_chemical_A1 +LQ02X010070 40S ribosomal protein S29 15.00576202 L4_chemical_A2 +LQ02X010070 40S ribosomal protein S29 14.87817713 L4_chemical_A3 +LQ02X010070 40S ribosomal protein S29 15.4665107 L4_chemical_B1 +LQ02X010070 40S ribosomal protein S29 15.43604664 L4_chemical_B2 +LQ02X010070 40S ribosomal protein S29 15.29749537 L4_chemical_B3 +LQ02X010070 40S ribosomal protein S29 15.18520584 L4_chemical_C2 +LQ02X010070 40S ribosomal protein S29 15.04311105 L4_chemical_C3 +LQ02X010080 Predicted protein 6.325023455 C6_control_A1 +LQ02X010080 Predicted protein 5.807066753 C6_control_A3 +LQ02X010080 Predicted protein 5.472645808 C6_control_B1 +LQ02X010080 Predicted protein 6.784001254 C6_control_B2 +LQ02X010080 Predicted protein 6.444197537 C6_control_B3 +LQ02X010080 Predicted protein 5.808388669 C6_control_C1 +LQ02X010080 Predicted protein 7.459374823 C6_control_C2 +LQ02X010080 Predicted protein 6.007387934 C6_control_C3 +LQ02X010080 Predicted protein 6.864002225 C6_chemical_A1 +LQ02X010080 Predicted protein 6.623315711 C6_chemical_A3 +LQ02X010080 Predicted protein 7.525237004 C6_chemical_B1 +LQ02X010080 Predicted protein 7.999080762 C6_chemical_B2 +LQ02X010080 Predicted protein 7.976593118 C6_chemical_B3 +LQ02X010080 Predicted protein 7.415360868 C6_chemical_C1 +LQ02X010080 Predicted protein 7.128511633 C6_chemical_C2 +LQ02X010080 Predicted protein 6.761779847 C6_chemical_C3 +LQ02X010080 Predicted protein 6.199512653 L4_control_A1 +LQ02X010080 Predicted protein 6.479930923 L4_control_A2 +LQ02X010080 Predicted protein 4.993356812 L4_control_A3 +LQ02X010080 Predicted protein 6.594434997 L4_control_B1 +LQ02X010080 Predicted protein 6.524537731 L4_control_B2 +LQ02X010080 Predicted protein 6.985900585 L4_control_B3 +LQ02X010080 Predicted protein 6.003845211 L4_control_C2 +LQ02X010080 Predicted protein 5.720332255 L4_control_C3 +LQ02X010080 Predicted protein 6.16193359 L4_chemical_A1 +LQ02X010080 Predicted protein 6.501636681 L4_chemical_A2 +LQ02X010080 Predicted protein 5.200090849 L4_chemical_A3 +LQ02X010080 Predicted protein 6.400722742 L4_chemical_B1 +LQ02X010080 Predicted protein 6.818321037 L4_chemical_B2 +LQ02X010080 Predicted protein 6.835047732 L4_chemical_B3 +LQ02X010080 Predicted protein 5.735777981 L4_chemical_C2 +LQ02X010080 Predicted protein 5.865538304 L4_chemical_C3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.682105851 C6_control_A1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.954123156 C6_control_A3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.931082194 C6_control_B1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.643383964 C6_control_B2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.562840614 C6_control_B3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.667268307 C6_control_C1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.704008182 C6_control_C2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.682206709 C6_control_C3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.9053775 C6_chemical_A1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.088569136 C6_chemical_A3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.880550582 C6_chemical_B1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.545867085 C6_chemical_B2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.803031939 C6_chemical_B3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.702265175 C6_chemical_C1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.538720896 C6_chemical_C2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.003857707 C6_chemical_C3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.559222335 L4_control_A1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.853619126 L4_control_A2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.239928921 L4_control_A3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.177047721 L4_control_B1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.84835235 L4_control_B2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.235167673 L4_control_B3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.217970245 L4_control_C2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.213366443 L4_control_C3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.996982927 L4_chemical_A1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.008461644 L4_chemical_A2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.927475777 L4_chemical_A3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.05455613 L4_chemical_B1 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.810192932 L4_chemical_B2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.970773814 L4_chemical_B3 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.920347043 L4_chemical_C2 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 5.116668775 L4_chemical_C3 +LQ02X010120 Putative uncharacterized protein 5.416127542 C6_control_A1 +LQ02X010120 Putative uncharacterized protein 5.335451534 C6_control_A3 +LQ02X010120 Putative uncharacterized protein 5.117724231 C6_control_B1 +LQ02X010120 Putative uncharacterized protein 5.615935837 C6_control_B2 +LQ02X010120 Putative uncharacterized protein 5.042135124 C6_control_B3 +LQ02X010120 Putative uncharacterized protein 5.56699594 C6_control_C1 +LQ02X010120 Putative uncharacterized protein 5.601125738 C6_control_C2 +LQ02X010120 Putative uncharacterized protein 5.888737666 C6_control_C3 +LQ02X010120 Putative uncharacterized protein 5.390350239 C6_chemical_A1 +LQ02X010120 Putative uncharacterized protein 5.109092759 C6_chemical_A3 +LQ02X010120 Putative uncharacterized protein 5.113595391 C6_chemical_B1 +LQ02X010120 Putative uncharacterized protein 5.813269036 C6_chemical_B2 +LQ02X010120 Putative uncharacterized protein 5.380174423 C6_chemical_B3 +LQ02X010120 Putative uncharacterized protein 5.780055361 C6_chemical_C1 +LQ02X010120 Putative uncharacterized protein 5.598187449 C6_chemical_C2 +LQ02X010120 Putative uncharacterized protein 5.959548287 C6_chemical_C3 +LQ02X010120 Putative uncharacterized protein 5.235446703 L4_control_A1 +LQ02X010120 Putative uncharacterized protein 5.617295713 L4_control_A2 +LQ02X010120 Putative uncharacterized protein 5.899161127 L4_control_A3 +LQ02X010120 Putative uncharacterized protein 5.829716377 L4_control_B1 +LQ02X010120 Putative uncharacterized protein 5.990985633 L4_control_B2 +LQ02X010120 Putative uncharacterized protein 5.191518996 L4_control_B3 +LQ02X010120 Putative uncharacterized protein 5.958867042 L4_control_C2 +LQ02X010120 Putative uncharacterized protein 5.678059606 L4_control_C3 +LQ02X010120 Putative uncharacterized protein 5.433400005 L4_chemical_A1 +LQ02X010120 Putative uncharacterized protein 5.925138151 L4_chemical_A2 +LQ02X010120 Putative uncharacterized protein 6.060562742 L4_chemical_A3 +LQ02X010120 Putative uncharacterized protein 5.455276918 L4_chemical_B1 +LQ02X010120 Putative uncharacterized protein 6.429670528 L4_chemical_B2 +LQ02X010120 Putative uncharacterized protein 5.325845597 L4_chemical_B3 +LQ02X010120 Putative uncharacterized protein 5.910647535 L4_chemical_C2 +LQ02X010120 Putative uncharacterized protein 5.285267135 L4_chemical_C3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.00319007 C6_control_A1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.12575331 C6_control_A3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.08263839 C6_control_B1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.19483236 C6_control_B2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.0411904 C6_control_B3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.83139074 C6_control_C1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 14.31209697 C6_control_C2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.56877238 C6_control_C3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.01459654 C6_chemical_A1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.05452609 C6_chemical_A3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 12.99958185 C6_chemical_B1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.36752696 C6_chemical_B2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.29531529 C6_chemical_B3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.84539042 C6_chemical_C1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.84454514 C6_chemical_C2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 14.0532887 C6_chemical_C3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 12.40773483 L4_control_A1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.11647307 L4_control_A2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 12.80239689 L4_control_A3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.10771715 L4_control_B1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.47565034 L4_control_B2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.39716856 L4_control_B3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 14.17800082 L4_control_C2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.95877204 L4_control_C3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 12.18855084 L4_chemical_A1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 12.80689914 L4_chemical_A2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 12.40760713 L4_chemical_A3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 12.81844686 L4_chemical_B1 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.08486522 L4_chemical_B2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 12.86084483 L4_chemical_B3 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 14.06189713 L4_chemical_C2 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.98246483 L4_chemical_C3 +LQ02X010140 Mitotic checkpoint protein BUB3 6.20853137 C6_control_A1 +LQ02X010140 Mitotic checkpoint protein BUB3 6.707662067 C6_control_A3 +LQ02X010140 Mitotic checkpoint protein BUB3 6.381616826 C6_control_B1 +LQ02X010140 Mitotic checkpoint protein BUB3 5.523267719 C6_control_B2 +LQ02X010140 Mitotic checkpoint protein BUB3 6.443351591 C6_control_B3 +LQ02X010140 Mitotic checkpoint protein BUB3 5.826176398 C6_control_C1 +LQ02X010140 Mitotic checkpoint protein BUB3 5.889553914 C6_control_C2 +LQ02X010140 Mitotic checkpoint protein BUB3 5.609253495 C6_control_C3 +LQ02X010140 Mitotic checkpoint protein BUB3 6.310065515 C6_chemical_A1 +LQ02X010140 Mitotic checkpoint protein BUB3 6.407627433 C6_chemical_A3 +LQ02X010140 Mitotic checkpoint protein BUB3 6.027774728 C6_chemical_B1 +LQ02X010140 Mitotic checkpoint protein BUB3 5.548791624 C6_chemical_B2 +LQ02X010140 Mitotic checkpoint protein BUB3 6.20622079 C6_chemical_B3 +LQ02X010140 Mitotic checkpoint protein BUB3 5.642705817 C6_chemical_C1 +LQ02X010140 Mitotic checkpoint protein BUB3 5.402306428 C6_chemical_C2 +LQ02X010140 Mitotic checkpoint protein BUB3 5.343735302 C6_chemical_C3 +LQ02X010140 Mitotic checkpoint protein BUB3 6.141966881 L4_control_A1 +LQ02X010140 Mitotic checkpoint protein BUB3 6.534873452 L4_control_A2 +LQ02X010140 Mitotic checkpoint protein BUB3 6.549504953 L4_control_A3 +LQ02X010140 Mitotic checkpoint protein BUB3 5.454082301 L4_control_B1 +LQ02X010140 Mitotic checkpoint protein BUB3 6.580405592 L4_control_B2 +LQ02X010140 Mitotic checkpoint protein BUB3 5.830379259 L4_control_B3 +LQ02X010140 Mitotic checkpoint protein BUB3 5.63003647 L4_control_C2 +LQ02X010140 Mitotic checkpoint protein BUB3 5.57454955 L4_control_C3 +LQ02X010140 Mitotic checkpoint protein BUB3 5.757790044 L4_chemical_A1 +LQ02X010140 Mitotic checkpoint protein BUB3 6.338566283 L4_chemical_A2 +LQ02X010140 Mitotic checkpoint protein BUB3 6.283377333 L4_chemical_A3 +LQ02X010140 Mitotic checkpoint protein BUB3 5.917033425 L4_chemical_B1 +LQ02X010140 Mitotic checkpoint protein BUB3 6.096878077 L4_chemical_B2 +LQ02X010140 Mitotic checkpoint protein BUB3 5.917040862 L4_chemical_B3 +LQ02X010140 Mitotic checkpoint protein BUB3 5.818735449 L4_chemical_C2 +LQ02X010140 Mitotic checkpoint protein BUB3 6.102133022 L4_chemical_C3 +LQ02X010150 Putative uncharacterized protein 11.87044038 C6_control_A1 +LQ02X010150 Putative uncharacterized protein 11.82260259 C6_control_A3 +LQ02X010150 Putative uncharacterized protein 12.12614889 C6_control_B1 +LQ02X010150 Putative uncharacterized protein 11.39143756 C6_control_B2 +LQ02X010150 Putative uncharacterized protein 12.17717888 C6_control_B3 +LQ02X010150 Putative uncharacterized protein 11.24942105 C6_control_C1 +LQ02X010150 Putative uncharacterized protein 10.99469155 C6_control_C2 +LQ02X010150 Putative uncharacterized protein 11.0752679 C6_control_C3 +LQ02X010150 Putative uncharacterized protein 11.91802436 C6_chemical_A1 +LQ02X010150 Putative uncharacterized protein 12.05353449 C6_chemical_A3 +LQ02X010150 Putative uncharacterized protein 12.23312443 C6_chemical_B1 +LQ02X010150 Putative uncharacterized protein 11.3430214 C6_chemical_B2 +LQ02X010150 Putative uncharacterized protein 12.01074082 C6_chemical_B3 +LQ02X010150 Putative uncharacterized protein 11.30832837 C6_chemical_C1 +LQ02X010150 Putative uncharacterized protein 11.26922418 C6_chemical_C2 +LQ02X010150 Putative uncharacterized protein 11.05466327 C6_chemical_C3 +LQ02X010150 Putative uncharacterized protein 12.08202144 L4_control_A1 +LQ02X010150 Putative uncharacterized protein 12.08391128 L4_control_A2 +LQ02X010150 Putative uncharacterized protein 12.79268127 L4_control_A3 +LQ02X010150 Putative uncharacterized protein 12.31720792 L4_control_B1 +LQ02X010150 Putative uncharacterized protein 12.97131246 L4_control_B2 +LQ02X010150 Putative uncharacterized protein 11.83258667 L4_control_B3 +LQ02X010150 Putative uncharacterized protein 12.41090305 L4_control_C2 +LQ02X010150 Putative uncharacterized protein 12.52595795 L4_control_C3 +LQ02X010150 Putative uncharacterized protein 11.54298404 L4_chemical_A1 +LQ02X010150 Putative uncharacterized protein 11.7809064 L4_chemical_A2 +LQ02X010150 Putative uncharacterized protein 12.34505193 L4_chemical_A3 +LQ02X010150 Putative uncharacterized protein 12.64506605 L4_chemical_B1 +LQ02X010150 Putative uncharacterized protein 12.31321251 L4_chemical_B2 +LQ02X010150 Putative uncharacterized protein 11.56063585 L4_chemical_B3 +LQ02X010150 Putative uncharacterized protein 12.25260348 L4_chemical_C2 +LQ02X010150 Putative uncharacterized protein 12.28979352 L4_chemical_C3 +LQ02X010170 Vacuolar-sorting receptor 3 13.3812859 C6_control_A1 +LQ02X010170 Vacuolar-sorting receptor 3 13.10238143 C6_control_A3 +LQ02X010170 Vacuolar-sorting receptor 3 13.14597898 C6_control_B1 +LQ02X010170 Vacuolar-sorting receptor 3 13.89214701 C6_control_B2 +LQ02X010170 Vacuolar-sorting receptor 3 13.30929552 C6_control_B3 +LQ02X010170 Vacuolar-sorting receptor 3 13.14845502 C6_control_C1 +LQ02X010170 Vacuolar-sorting receptor 3 13.18283375 C6_control_C2 +LQ02X010170 Vacuolar-sorting receptor 3 13.4047234 C6_control_C3 +LQ02X010170 Vacuolar-sorting receptor 3 13.25048015 C6_chemical_A1 +LQ02X010170 Vacuolar-sorting receptor 3 12.67569435 C6_chemical_A3 +LQ02X010170 Vacuolar-sorting receptor 3 12.90788832 C6_chemical_B1 +LQ02X010170 Vacuolar-sorting receptor 3 13.77470311 C6_chemical_B2 +LQ02X010170 Vacuolar-sorting receptor 3 13.01312374 C6_chemical_B3 +LQ02X010170 Vacuolar-sorting receptor 3 13.4808982 C6_chemical_C1 +LQ02X010170 Vacuolar-sorting receptor 3 13.33595151 C6_chemical_C2 +LQ02X010170 Vacuolar-sorting receptor 3 13.4330735 C6_chemical_C3 +LQ02X010170 Vacuolar-sorting receptor 3 13.12171493 L4_control_A1 +LQ02X010170 Vacuolar-sorting receptor 3 13.26045244 L4_control_A2 +LQ02X010170 Vacuolar-sorting receptor 3 12.8915758 L4_control_A3 +LQ02X010170 Vacuolar-sorting receptor 3 12.94643997 L4_control_B1 +LQ02X010170 Vacuolar-sorting receptor 3 12.37102754 L4_control_B2 +LQ02X010170 Vacuolar-sorting receptor 3 13.55342181 L4_control_B3 +LQ02X010170 Vacuolar-sorting receptor 3 12.00871913 L4_control_C2 +LQ02X010170 Vacuolar-sorting receptor 3 11.99010916 L4_control_C3 +LQ02X010170 Vacuolar-sorting receptor 3 13.10894394 L4_chemical_A1 +LQ02X010170 Vacuolar-sorting receptor 3 13.09397755 L4_chemical_A2 +LQ02X010170 Vacuolar-sorting receptor 3 12.94517754 L4_chemical_A3 +LQ02X010170 Vacuolar-sorting receptor 3 12.73013421 L4_chemical_B1 +LQ02X010170 Vacuolar-sorting receptor 3 12.54603434 L4_chemical_B2 +LQ02X010170 Vacuolar-sorting receptor 3 13.53004225 L4_chemical_B3 +LQ02X010170 Vacuolar-sorting receptor 3 12.1995789 L4_chemical_C2 +LQ02X010170 Vacuolar-sorting receptor 3 12.14138092 L4_chemical_C3 +LQ02X010220 Putative uncharacterized protein 8.80549986 C6_control_A1 +LQ02X010220 Putative uncharacterized protein 9.373491352 C6_control_A3 +LQ02X010220 Putative uncharacterized protein 10.7157089 C6_control_B1 +LQ02X010220 Putative uncharacterized protein 11.5688618 C6_control_B2 +LQ02X010220 Putative uncharacterized protein 11.64595927 C6_control_B3 +LQ02X010220 Putative uncharacterized protein 9.544278619 C6_control_C1 +LQ02X010220 Putative uncharacterized protein 9.990241376 C6_control_C2 +LQ02X010220 Putative uncharacterized protein 10.01486892 C6_control_C3 +LQ02X010220 Putative uncharacterized protein 8.220811576 C6_chemical_A1 +LQ02X010220 Putative uncharacterized protein 8.613148573 C6_chemical_A3 +LQ02X010220 Putative uncharacterized protein 10.36711988 C6_chemical_B1 +LQ02X010220 Putative uncharacterized protein 10.98153499 C6_chemical_B2 +LQ02X010220 Putative uncharacterized protein 11.35298644 C6_chemical_B3 +LQ02X010220 Putative uncharacterized protein 9.261231789 C6_chemical_C1 +LQ02X010220 Putative uncharacterized protein 9.165040347 C6_chemical_C2 +LQ02X010220 Putative uncharacterized protein 9.463975534 C6_chemical_C3 +LQ02X010220 Putative uncharacterized protein 9.305884301 L4_control_A1 +LQ02X010220 Putative uncharacterized protein 9.092752892 L4_control_A2 +LQ02X010220 Putative uncharacterized protein 9.804447566 L4_control_A3 +LQ02X010220 Putative uncharacterized protein 11.30197771 L4_control_B1 +LQ02X010220 Putative uncharacterized protein 10.39081133 L4_control_B2 +LQ02X010220 Putative uncharacterized protein 11.89093299 L4_control_B3 +LQ02X010220 Putative uncharacterized protein 8.872177675 L4_control_C2 +LQ02X010220 Putative uncharacterized protein 9.4196887 L4_control_C3 +LQ02X010220 Putative uncharacterized protein 10.54036928 L4_chemical_A1 +LQ02X010220 Putative uncharacterized protein 9.922045435 L4_chemical_A2 +LQ02X010220 Putative uncharacterized protein 10.28409196 L4_chemical_A3 +LQ02X010220 Putative uncharacterized protein 10.45177008 L4_chemical_B1 +LQ02X010220 Putative uncharacterized protein 10.6443049 L4_chemical_B2 +LQ02X010220 Putative uncharacterized protein 10.66557214 L4_chemical_B3 +LQ02X010220 Putative uncharacterized protein 9.674222898 L4_chemical_C2 +LQ02X010220 Putative uncharacterized protein 9.175053882 L4_chemical_C3 +LQ02X010240 Predicted protein 11.16404924 C6_control_A1 +LQ02X010240 Predicted protein 11.48295484 C6_control_A3 +LQ02X010240 Predicted protein 10.77753468 C6_control_B1 +LQ02X010240 Predicted protein 11.34945719 C6_control_B2 +LQ02X010240 Predicted protein 11.04706861 C6_control_B3 +LQ02X010240 Predicted protein 11.30762722 C6_control_C1 +LQ02X010240 Predicted protein 11.46257606 C6_control_C2 +LQ02X010240 Predicted protein 11.60406498 C6_control_C3 +LQ02X010240 Predicted protein 10.75170295 C6_chemical_A1 +LQ02X010240 Predicted protein 11.3061522 C6_chemical_A3 +LQ02X010240 Predicted protein 10.74112543 C6_chemical_B1 +LQ02X010240 Predicted protein 10.96249632 C6_chemical_B2 +LQ02X010240 Predicted protein 10.69964223 C6_chemical_B3 +LQ02X010240 Predicted protein 11.09817063 C6_chemical_C1 +LQ02X010240 Predicted protein 11.31615345 C6_chemical_C2 +LQ02X010240 Predicted protein 11.4510393 C6_chemical_C3 +LQ02X010240 Predicted protein 11.32203694 L4_control_A1 +LQ02X010240 Predicted protein 11.1599665 L4_control_A2 +LQ02X010240 Predicted protein 11.68525085 L4_control_A3 +LQ02X010240 Predicted protein 10.51858111 L4_control_B1 +LQ02X010240 Predicted protein 10.40988927 L4_control_B2 +LQ02X010240 Predicted protein 10.82294993 L4_control_B3 +LQ02X010240 Predicted protein 11.26325369 L4_control_C2 +LQ02X010240 Predicted protein 11.19732232 L4_control_C3 +LQ02X010240 Predicted protein 10.98737828 L4_chemical_A1 +LQ02X010240 Predicted protein 11.15490751 L4_chemical_A2 +LQ02X010240 Predicted protein 11.41736447 L4_chemical_A3 +LQ02X010240 Predicted protein 10.63984958 L4_chemical_B1 +LQ02X010240 Predicted protein 10.54362045 L4_chemical_B2 +LQ02X010240 Predicted protein 10.96193543 L4_chemical_B3 +LQ02X010240 Predicted protein 11.27252079 L4_chemical_C2 +LQ02X010240 Predicted protein 11.00325169 L4_chemical_C3 +LQ02X010260 Predicted protein 5.866252727 C6_control_A1 +LQ02X010260 Predicted protein 5.147540643 C6_control_A3 +LQ02X010260 Predicted protein 5.392099778 C6_control_B1 +LQ02X010260 Predicted protein 5.922869237 C6_control_B2 +LQ02X010260 Predicted protein 5.048225635 C6_control_B3 +LQ02X010260 Predicted protein 6.224642674 C6_control_C1 +LQ02X010260 Predicted protein 6.137662315 C6_control_C2 +LQ02X010260 Predicted protein 6.221245906 C6_control_C3 +LQ02X010260 Predicted protein 5.270555441 C6_chemical_A1 +LQ02X010260 Predicted protein 5.364058377 C6_chemical_A3 +LQ02X010260 Predicted protein 5.264565417 C6_chemical_B1 +LQ02X010260 Predicted protein 5.717334553 C6_chemical_B2 +LQ02X010260 Predicted protein 6.190363505 C6_chemical_B3 +LQ02X010260 Predicted protein 6.660118671 C6_chemical_C1 +LQ02X010260 Predicted protein 6.479289048 C6_chemical_C2 +LQ02X010260 Predicted protein 6.448322708 C6_chemical_C3 +LQ02X010260 Predicted protein 5.508638089 L4_control_A1 +LQ02X010260 Predicted protein 5.888479213 L4_control_A2 +LQ02X010260 Predicted protein 5.273111872 L4_control_A3 +LQ02X010260 Predicted protein 5.933515527 L4_control_B1 +LQ02X010260 Predicted protein 5.25396516 L4_control_B2 +LQ02X010260 Predicted protein 5.409712743 L4_control_B3 +LQ02X010260 Predicted protein 5.265912286 L4_control_C2 +LQ02X010260 Predicted protein 5.997986188 L4_control_C3 +LQ02X010260 Predicted protein 5.393269968 L4_chemical_A1 +LQ02X010260 Predicted protein 5.411649551 L4_chemical_A2 +LQ02X010260 Predicted protein 5.459410322 L4_chemical_A3 +LQ02X010260 Predicted protein 4.963806352 L4_chemical_B1 +LQ02X010260 Predicted protein 5.412283204 L4_chemical_B2 +LQ02X010260 Predicted protein 5.338860177 L4_chemical_B3 +LQ02X010260 Predicted protein 5.090825337 L4_chemical_C2 +LQ02X010260 Predicted protein 5.186713505 L4_chemical_C3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.31302208 C6_control_A1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.22085693 C6_control_A3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.33429149 C6_control_B1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.51528953 C6_control_B2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.5456437 C6_control_B3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.84333937 C6_control_C1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.84025362 C6_control_C2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.88356599 C6_control_C3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.23960387 C6_chemical_A1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 11.98906543 C6_chemical_A3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.30367141 C6_chemical_B1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.53211077 C6_chemical_B2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.3972397 C6_chemical_B3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.99898713 C6_chemical_C1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.71776384 C6_chemical_C2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.63288953 C6_chemical_C3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 11.95122775 L4_control_A1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 11.84243383 L4_control_A2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 11.81059002 L4_control_A3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.17033922 L4_control_B1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 11.886415 L4_control_B2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.35810111 L4_control_B3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.32626077 L4_control_C2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.23662707 L4_control_C3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.61226764 L4_chemical_A1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.52967471 L4_chemical_A2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.29852806 L4_chemical_A3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.1971103 L4_chemical_B1 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.12205467 L4_chemical_B2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.20357915 L4_chemical_B3 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.37543212 L4_chemical_C2 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.24950582 L4_chemical_C3 +LQ02X010320 Hypothetical protein 5.300325459 C6_control_A1 +LQ02X010320 Hypothetical protein 5.035965191 C6_control_A3 +LQ02X010320 Hypothetical protein 5.593603232 C6_control_B1 +LQ02X010320 Hypothetical protein 5.799278921 C6_control_B2 +LQ02X010320 Hypothetical protein 5.182955902 C6_control_B3 +LQ02X010320 Hypothetical protein 5.97893718 C6_control_C1 +LQ02X010320 Hypothetical protein 5.570558125 C6_control_C2 +LQ02X010320 Hypothetical protein 5.567233835 C6_control_C3 +LQ02X010320 Hypothetical protein 5.50678729 C6_chemical_A1 +LQ02X010320 Hypothetical protein 5.210435502 C6_chemical_A3 +LQ02X010320 Hypothetical protein 5.781059241 C6_chemical_B1 +LQ02X010320 Hypothetical protein 5.945998522 C6_chemical_B2 +LQ02X010320 Hypothetical protein 5.892108552 C6_chemical_B3 +LQ02X010320 Hypothetical protein 6.246446067 C6_chemical_C1 +LQ02X010320 Hypothetical protein 5.941102124 C6_chemical_C2 +LQ02X010320 Hypothetical protein 6.363304884 C6_chemical_C3 +LQ02X010320 Hypothetical protein 4.973587532 L4_control_A1 +LQ02X010320 Hypothetical protein 5.515848309 L4_control_A2 +LQ02X010320 Hypothetical protein 5.637890482 L4_control_A3 +LQ02X010320 Hypothetical protein 5.601546703 L4_control_B1 +LQ02X010320 Hypothetical protein 5.546785662 L4_control_B2 +LQ02X010320 Hypothetical protein 5.62549224 L4_control_B3 +LQ02X010320 Hypothetical protein 5.352640623 L4_control_C2 +LQ02X010320 Hypothetical protein 5.372124866 L4_control_C3 +LQ02X010320 Hypothetical protein 5.753153013 L4_chemical_A1 +LQ02X010320 Hypothetical protein 5.468993288 L4_chemical_A2 +LQ02X010320 Hypothetical protein 5.206406788 L4_chemical_A3 +LQ02X010320 Hypothetical protein 5.591329742 L4_chemical_B1 +LQ02X010320 Hypothetical protein 5.288170323 L4_chemical_B2 +LQ02X010320 Hypothetical protein 5.301417887 L4_chemical_B3 +LQ02X010320 Hypothetical protein 5.630348508 L4_chemical_C2 +LQ02X010320 Hypothetical protein 5.643505582 L4_chemical_C3 +LQ02X010330 Pollen-specific protein SF3 12.75626692 C6_control_A1 +LQ02X010330 Pollen-specific protein SF3 12.73275547 C6_control_A3 +LQ02X010330 Pollen-specific protein SF3 13.15706142 C6_control_B1 +LQ02X010330 Pollen-specific protein SF3 13.87949965 C6_control_B2 +LQ02X010330 Pollen-specific protein SF3 13.8357099 C6_control_B3 +LQ02X010330 Pollen-specific protein SF3 10.24169418 C6_control_C1 +LQ02X010330 Pollen-specific protein SF3 9.899402885 C6_control_C2 +LQ02X010330 Pollen-specific protein SF3 10.52590271 C6_control_C3 +LQ02X010330 Pollen-specific protein SF3 12.77706047 C6_chemical_A1 +LQ02X010330 Pollen-specific protein SF3 13.04473034 C6_chemical_A3 +LQ02X010330 Pollen-specific protein SF3 13.06978509 C6_chemical_B1 +LQ02X010330 Pollen-specific protein SF3 13.45953076 C6_chemical_B2 +LQ02X010330 Pollen-specific protein SF3 13.20334656 C6_chemical_B3 +LQ02X010330 Pollen-specific protein SF3 10.41920991 C6_chemical_C1 +LQ02X010330 Pollen-specific protein SF3 9.672795837 C6_chemical_C2 +LQ02X010330 Pollen-specific protein SF3 9.433619918 C6_chemical_C3 +LQ02X010330 Pollen-specific protein SF3 13.66578657 L4_control_A1 +LQ02X010330 Pollen-specific protein SF3 13.89601147 L4_control_A2 +LQ02X010330 Pollen-specific protein SF3 13.89872881 L4_control_A3 +LQ02X010330 Pollen-specific protein SF3 14.158706 L4_control_B1 +LQ02X010330 Pollen-specific protein SF3 13.75191746 L4_control_B2 +LQ02X010330 Pollen-specific protein SF3 14.61990828 L4_control_B3 +LQ02X010330 Pollen-specific protein SF3 8.246805556 L4_control_C2 +LQ02X010330 Pollen-specific protein SF3 9.688582548 L4_control_C3 +LQ02X010330 Pollen-specific protein SF3 13.11993994 L4_chemical_A1 +LQ02X010330 Pollen-specific protein SF3 13.24788101 L4_chemical_A2 +LQ02X010330 Pollen-specific protein SF3 13.19232476 L4_chemical_A3 +LQ02X010330 Pollen-specific protein SF3 13.0334037 L4_chemical_B1 +LQ02X010330 Pollen-specific protein SF3 13.44056539 L4_chemical_B2 +LQ02X010330 Pollen-specific protein SF3 13.78118706 L4_chemical_B3 +LQ02X010330 Pollen-specific protein SF3 7.659356977 L4_chemical_C2 +LQ02X010330 Pollen-specific protein SF3 9.287504717 L4_chemical_C3 +LQ02X010340 Putative uncharacterized protein 5.394366465 C6_control_A1 +LQ02X010340 Putative uncharacterized protein 5.25475464 C6_control_A3 +LQ02X010340 Putative uncharacterized protein 5.224399762 C6_control_B1 +LQ02X010340 Putative uncharacterized protein 5.161260346 C6_control_B2 +LQ02X010340 Putative uncharacterized protein 5.428850285 C6_control_B3 +LQ02X010340 Putative uncharacterized protein 5.027515002 C6_control_C1 +LQ02X010340 Putative uncharacterized protein 5.174438098 C6_control_C2 +LQ02X010340 Putative uncharacterized protein 4.934303656 C6_control_C3 +LQ02X010340 Putative uncharacterized protein 5.182570992 C6_chemical_A1 +LQ02X010340 Putative uncharacterized protein 5.337375747 C6_chemical_A3 +LQ02X010340 Putative uncharacterized protein 5.508173391 C6_chemical_B1 +LQ02X010340 Putative uncharacterized protein 5.158952455 C6_chemical_B2 +LQ02X010340 Putative uncharacterized protein 5.721185841 C6_chemical_B3 +LQ02X010340 Putative uncharacterized protein 5.062695317 C6_chemical_C1 +LQ02X010340 Putative uncharacterized protein 5.156585123 C6_chemical_C2 +LQ02X010340 Putative uncharacterized protein 5.285530379 C6_chemical_C3 +LQ02X010340 Putative uncharacterized protein 5.171095594 L4_control_A1 +LQ02X010340 Putative uncharacterized protein 5.961223641 L4_control_A2 +LQ02X010340 Putative uncharacterized protein 5.332266576 L4_control_A3 +LQ02X010340 Putative uncharacterized protein 4.848517877 L4_control_B1 +LQ02X010340 Putative uncharacterized protein 5.558251027 L4_control_B2 +LQ02X010340 Putative uncharacterized protein 5.282673853 L4_control_B3 +LQ02X010340 Putative uncharacterized protein 5.375958647 L4_control_C2 +LQ02X010340 Putative uncharacterized protein 5.417703292 L4_control_C3 +LQ02X010340 Putative uncharacterized protein 5.19909414 L4_chemical_A1 +LQ02X010340 Putative uncharacterized protein 5.884999288 L4_chemical_A2 +LQ02X010340 Putative uncharacterized protein 4.779987916 L4_chemical_A3 +LQ02X010340 Putative uncharacterized protein 5.443173154 L4_chemical_B1 +LQ02X010340 Putative uncharacterized protein 5.888809262 L4_chemical_B2 +LQ02X010340 Putative uncharacterized protein 5.633726235 L4_chemical_B3 +LQ02X010340 Putative uncharacterized protein 5.381571081 L4_chemical_C2 +LQ02X010340 Putative uncharacterized protein 5.252789818 L4_chemical_C3 +LQ02X010350 DNA binding protein, putative 4.906519457 C6_control_A1 +LQ02X010350 DNA binding protein, putative 5.39342487 C6_control_A3 +LQ02X010350 DNA binding protein, putative 4.91336444 C6_control_B1 +LQ02X010350 DNA binding protein, putative 4.850796939 C6_control_B2 +LQ02X010350 DNA binding protein, putative 5.151713478 C6_control_B3 +LQ02X010350 DNA binding protein, putative 5.22112942 C6_control_C1 +LQ02X010350 DNA binding protein, putative 4.987343598 C6_control_C2 +LQ02X010350 DNA binding protein, putative 4.917544273 C6_control_C3 +LQ02X010350 DNA binding protein, putative 4.814085149 C6_chemical_A1 +LQ02X010350 DNA binding protein, putative 4.821478705 C6_chemical_A3 +LQ02X010350 DNA binding protein, putative 4.64365185 C6_chemical_B1 +LQ02X010350 DNA binding protein, putative 4.988659875 C6_chemical_B2 +LQ02X010350 DNA binding protein, putative 4.973810862 C6_chemical_B3 +LQ02X010350 DNA binding protein, putative 4.980504614 C6_chemical_C1 +LQ02X010350 DNA binding protein, putative 5.080476608 C6_chemical_C2 +LQ02X010350 DNA binding protein, putative 4.923460507 C6_chemical_C3 +LQ02X010350 DNA binding protein, putative 4.665540194 L4_control_A1 +LQ02X010350 DNA binding protein, putative 4.964722356 L4_control_A2 +LQ02X010350 DNA binding protein, putative 5.140953646 L4_control_A3 +LQ02X010350 DNA binding protein, putative 5.033308139 L4_control_B1 +LQ02X010350 DNA binding protein, putative 5.512603788 L4_control_B2 +LQ02X010350 DNA binding protein, putative 5.189734358 L4_control_B3 +LQ02X010350 DNA binding protein, putative 5.101043606 L4_control_C2 +LQ02X010350 DNA binding protein, putative 4.847263005 L4_control_C3 +LQ02X010350 DNA binding protein, putative 4.879626308 L4_chemical_A1 +LQ02X010350 DNA binding protein, putative 4.908575944 L4_chemical_A2 +LQ02X010350 DNA binding protein, putative 4.981150353 L4_chemical_A3 +LQ02X010350 DNA binding protein, putative 5.258838181 L4_chemical_B1 +LQ02X010350 DNA binding protein, putative 5.29776895 L4_chemical_B2 +LQ02X010350 DNA binding protein, putative 5.03558103 L4_chemical_B3 +LQ02X010350 DNA binding protein, putative 5.687382223 L4_chemical_C2 +LQ02X010350 DNA binding protein, putative 5.099107452 L4_chemical_C3 +LQ02X010360 Predicted protein 14.81834573 C6_control_A1 +LQ02X010360 Predicted protein 14.79285039 C6_control_A3 +LQ02X010360 Predicted protein 15.13715972 C6_control_B1 +LQ02X010360 Predicted protein 14.58674289 C6_control_B2 +LQ02X010360 Predicted protein 15.62096507 C6_control_B3 +LQ02X010360 Predicted protein 13.71830644 C6_control_C1 +LQ02X010360 Predicted protein 13.53429629 C6_control_C2 +LQ02X010360 Predicted protein 13.82277481 C6_control_C3 +LQ02X010360 Predicted protein 14.79595874 C6_chemical_A1 +LQ02X010360 Predicted protein 14.42725127 C6_chemical_A3 +LQ02X010360 Predicted protein 14.97301813 C6_chemical_B1 +LQ02X010360 Predicted protein 14.64005674 C6_chemical_B2 +LQ02X010360 Predicted protein 15.0157442 C6_chemical_B3 +LQ02X010360 Predicted protein 13.62871359 C6_chemical_C1 +LQ02X010360 Predicted protein 13.39750186 C6_chemical_C2 +LQ02X010360 Predicted protein 13.85293885 C6_chemical_C3 +LQ02X010360 Predicted protein 14.72388116 L4_control_A1 +LQ02X010360 Predicted protein 14.90422175 L4_control_A2 +LQ02X010360 Predicted protein 14.56578785 L4_control_A3 +LQ02X010360 Predicted protein 15.16207138 L4_control_B1 +LQ02X010360 Predicted protein 15.27859288 L4_control_B2 +LQ02X010360 Predicted protein 15.06860096 L4_control_B3 +LQ02X010360 Predicted protein 14.83523275 L4_control_C2 +LQ02X010360 Predicted protein 14.94717828 L4_control_C3 +LQ02X010360 Predicted protein 14.39106178 L4_chemical_A1 +LQ02X010360 Predicted protein 14.44361302 L4_chemical_A2 +LQ02X010360 Predicted protein 14.47510938 L4_chemical_A3 +LQ02X010360 Predicted protein 15.1628956 L4_chemical_B1 +LQ02X010360 Predicted protein 15.37091448 L4_chemical_B2 +LQ02X010360 Predicted protein 14.8655991 L4_chemical_B3 +LQ02X010360 Predicted protein 14.60983245 L4_chemical_C2 +LQ02X010360 Predicted protein 14.49585524 L4_chemical_C3 +LQ02X010370 Hypothetical protein 7.742567639 C6_control_A1 +LQ02X010370 Hypothetical protein 7.944820376 C6_control_A3 +LQ02X010370 Hypothetical protein 7.294488251 C6_control_B1 +LQ02X010370 Hypothetical protein 7.942499069 C6_control_B2 +LQ02X010370 Hypothetical protein 8.219585634 C6_control_B3 +LQ02X010370 Hypothetical protein 8.345881092 C6_control_C1 +LQ02X010370 Hypothetical protein 8.265796119 C6_control_C2 +LQ02X010370 Hypothetical protein 9.723677223 C6_control_C3 +LQ02X010370 Hypothetical protein 7.924171034 C6_chemical_A1 +LQ02X010370 Hypothetical protein 8.406882859 C6_chemical_A3 +LQ02X010370 Hypothetical protein 7.094173081 C6_chemical_B1 +LQ02X010370 Hypothetical protein 8.520459288 C6_chemical_B2 +LQ02X010370 Hypothetical protein 8.847156372 C6_chemical_B3 +LQ02X010370 Hypothetical protein 8.354414282 C6_chemical_C1 +LQ02X010370 Hypothetical protein 8.72658718 C6_chemical_C2 +LQ02X010370 Hypothetical protein 9.318064675 C6_chemical_C3 +LQ02X010370 Hypothetical protein 5.882532939 L4_control_A1 +LQ02X010370 Hypothetical protein 5.537566241 L4_control_A2 +LQ02X010370 Hypothetical protein 5.17193776 L4_control_A3 +LQ02X010370 Hypothetical protein 5.315617772 L4_control_B1 +LQ02X010370 Hypothetical protein 5.642427703 L4_control_B2 +LQ02X010370 Hypothetical protein 4.966526058 L4_control_B3 +LQ02X010370 Hypothetical protein 7.540972856 L4_control_C2 +LQ02X010370 Hypothetical protein 5.13873703 L4_control_C3 +LQ02X010370 Hypothetical protein 4.991822896 L4_chemical_A1 +LQ02X010370 Hypothetical protein 5.177663339 L4_chemical_A2 +LQ02X010370 Hypothetical protein 5.268908585 L4_chemical_A3 +LQ02X010370 Hypothetical protein 5.950965352 L4_chemical_B1 +LQ02X010370 Hypothetical protein 5.459869606 L4_chemical_B2 +LQ02X010370 Hypothetical protein 5.008872828 L4_chemical_B3 +LQ02X010370 Hypothetical protein 5.376810578 L4_chemical_C2 +LQ02X010370 Hypothetical protein 4.898678279 L4_chemical_C3 +LQ02X010380 Hypothetical protein 4.878261657 C6_control_A1 +LQ02X010380 Hypothetical protein 4.770341869 C6_control_A3 +LQ02X010380 Hypothetical protein 4.866594819 C6_control_B1 +LQ02X010380 Hypothetical protein 4.664385869 C6_control_B2 +LQ02X010380 Hypothetical protein 4.905273508 C6_control_B3 +LQ02X010380 Hypothetical protein 4.712318938 C6_control_C1 +LQ02X010380 Hypothetical protein 4.676614598 C6_control_C2 +LQ02X010380 Hypothetical protein 4.743517234 C6_control_C3 +LQ02X010380 Hypothetical protein 4.572616201 C6_chemical_A1 +LQ02X010380 Hypothetical protein 4.936449069 C6_chemical_A3 +LQ02X010380 Hypothetical protein 5.116547057 C6_chemical_B1 +LQ02X010380 Hypothetical protein 4.431164047 C6_chemical_B2 +LQ02X010380 Hypothetical protein 4.853144063 C6_chemical_B3 +LQ02X010380 Hypothetical protein 4.81065042 C6_chemical_C1 +LQ02X010380 Hypothetical protein 4.768743051 C6_chemical_C2 +LQ02X010380 Hypothetical protein 4.87974607 C6_chemical_C3 +LQ02X010380 Hypothetical protein 5.011080854 L4_control_A1 +LQ02X010380 Hypothetical protein 5.227545912 L4_control_A2 +LQ02X010380 Hypothetical protein 5.25154745 L4_control_A3 +LQ02X010380 Hypothetical protein 5.224079453 L4_control_B1 +LQ02X010380 Hypothetical protein 4.928506919 L4_control_B2 +LQ02X010380 Hypothetical protein 5.055601887 L4_control_B3 +LQ02X010380 Hypothetical protein 5.495690735 L4_control_C2 +LQ02X010380 Hypothetical protein 4.64992506 L4_control_C3 +LQ02X010380 Hypothetical protein 5.165655654 L4_chemical_A1 +LQ02X010380 Hypothetical protein 5.084262782 L4_chemical_A2 +LQ02X010380 Hypothetical protein 5.126681823 L4_chemical_A3 +LQ02X010380 Hypothetical protein 4.83539728 L4_chemical_B1 +LQ02X010380 Hypothetical protein 5.063996465 L4_chemical_B2 +LQ02X010380 Hypothetical protein 5.168776812 L4_chemical_B3 +LQ02X010380 Hypothetical protein 6.184908025 L4_chemical_C2 +LQ02X010380 Hypothetical protein 4.964977974 L4_chemical_C3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.852118002 C6_control_A1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.83702186 C6_control_A3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.025832568 C6_control_B1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.361887268 C6_control_B2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.515116576 C6_control_B3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.201683147 C6_control_C1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.838766197 C6_control_C2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.026485494 C6_control_C3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.727186225 C6_chemical_A1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.807731236 C6_chemical_A3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.563528463 C6_chemical_B1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.212523906 C6_chemical_B2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.361802205 C6_chemical_B3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.9609624 C6_chemical_C1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.905931149 C6_chemical_C2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.961421128 C6_chemical_C3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.103272612 L4_control_A1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.884772783 L4_control_A2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.817841002 L4_control_A3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.822720231 L4_control_B1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.955012957 L4_control_B2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.570548491 L4_control_B3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.034635519 L4_control_C2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.072559771 L4_control_C3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.375590756 L4_chemical_A1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.975228656 L4_chemical_A2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.169291527 L4_chemical_A3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.7646997 L4_chemical_B1 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.239995363 L4_chemical_B2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 5.067848342 L4_chemical_B3 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.985378678 L4_chemical_C2 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.826549868 L4_chemical_C3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.30143912 C6_control_A1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 4.956802648 C6_control_A3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.43995938 C6_control_B1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.348534573 C6_control_B2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.694267897 C6_control_B3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.921235101 C6_control_C1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.142408422 C6_control_C2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.255387321 C6_control_C3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.112902075 C6_chemical_A1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.176517792 C6_chemical_A3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.481897156 C6_chemical_B1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.202225919 C6_chemical_B2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.431265923 C6_chemical_B3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.449519989 C6_chemical_C1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.0230797 C6_chemical_C2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.248093852 C6_chemical_C3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.104092996 L4_control_A1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.152399495 L4_control_A2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 4.824770074 L4_control_A3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.028399455 L4_control_B1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 4.965895147 L4_control_B2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.3661746 L4_control_B3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.403732606 L4_control_C2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 6.349496422 L4_control_C3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.550247313 L4_chemical_A1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.182242883 L4_chemical_A2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 4.885753839 L4_chemical_A3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.308681655 L4_chemical_B1 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.2133459 L4_chemical_B2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.171368834 L4_chemical_B3 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.22827387 L4_chemical_C2 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.712975773 L4_chemical_C3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.214817323 C6_control_A1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.367730642 C6_control_A3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.746954681 C6_control_B1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.109557164 C6_control_B2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.26350804 C6_control_B3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 9.527587901 C6_control_C1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 9.002391142 C6_control_C2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.904855373 C6_control_C3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.796855879 C6_chemical_A1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.966498567 C6_chemical_A3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.246732191 C6_chemical_B1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.408952399 C6_chemical_B2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.830459094 C6_chemical_B3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 9.596942984 C6_chemical_C1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 9.125172894 C6_chemical_C2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 9.065495068 C6_chemical_C3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.525741645 L4_control_A1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.480832667 L4_control_A2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.689157983 L4_control_A3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.076548128 L4_control_B1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.174285062 L4_control_B2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.50258251 L4_control_B3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 9.761138475 L4_control_C2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.460530604 L4_control_C3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.378168448 L4_chemical_A1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.127974887 L4_chemical_A2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.921316205 L4_chemical_A3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 7.405772334 L4_chemical_B1 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 5.969817446 L4_chemical_B2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.436261746 L4_chemical_B3 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 9.601372383 L4_chemical_C2 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 9.174893807 L4_chemical_C3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.40125469 C6_control_A1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.49600255 C6_control_A3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.38805436 C6_control_B1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.80386551 C6_control_B2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.73566397 C6_control_B3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.21498064 C6_control_C1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.23713286 C6_control_C2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.18598208 C6_control_C3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.53976416 C6_chemical_A1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.53305545 C6_chemical_A3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.51717818 C6_chemical_B1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.05402496 C6_chemical_B2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.07867104 C6_chemical_B3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.17303404 C6_chemical_C1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.2169596 C6_chemical_C2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.39309234 C6_chemical_C3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.25888893 L4_control_A1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.40635454 L4_control_A2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.51085478 L4_control_A3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.87361744 L4_control_B1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.64127443 L4_control_B2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.63485024 L4_control_B3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.10511696 L4_control_C2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.5028268 L4_control_C3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.78694049 L4_chemical_A1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.94888789 L4_chemical_A2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.58610044 L4_chemical_A3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.40623692 L4_chemical_B1 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.14642012 L4_chemical_B2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.23047841 L4_chemical_B3 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.97714348 L4_chemical_C2 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 12.66124948 L4_chemical_C3 +LQ02X010480 Putative HVA22-like protein a 10.52952134 C6_control_A1 +LQ02X010480 Putative HVA22-like protein a 10.49442997 C6_control_A3 +LQ02X010480 Putative HVA22-like protein a 10.61119396 C6_control_B1 +LQ02X010480 Putative HVA22-like protein a 10.09252664 C6_control_B2 +LQ02X010480 Putative HVA22-like protein a 10.28578052 C6_control_B3 +LQ02X010480 Putative HVA22-like protein a 10.08033165 C6_control_C1 +LQ02X010480 Putative HVA22-like protein a 9.682474282 C6_control_C2 +LQ02X010480 Putative HVA22-like protein a 9.485966774 C6_control_C3 +LQ02X010480 Putative HVA22-like protein a 10.68627999 C6_chemical_A1 +LQ02X010480 Putative HVA22-like protein a 10.55535739 C6_chemical_A3 +LQ02X010480 Putative HVA22-like protein a 10.68450279 C6_chemical_B1 +LQ02X010480 Putative HVA22-like protein a 10.4842574 C6_chemical_B2 +LQ02X010480 Putative HVA22-like protein a 10.74308313 C6_chemical_B3 +LQ02X010480 Putative HVA22-like protein a 10.09614206 C6_chemical_C1 +LQ02X010480 Putative HVA22-like protein a 9.690664953 C6_chemical_C2 +LQ02X010480 Putative HVA22-like protein a 9.531701678 C6_chemical_C3 +LQ02X010480 Putative HVA22-like protein a 10.68486686 L4_control_A1 +LQ02X010480 Putative HVA22-like protein a 10.54832606 L4_control_A2 +LQ02X010480 Putative HVA22-like protein a 10.68150092 L4_control_A3 +LQ02X010480 Putative HVA22-like protein a 9.753464295 L4_control_B1 +LQ02X010480 Putative HVA22-like protein a 10.11781631 L4_control_B2 +LQ02X010480 Putative HVA22-like protein a 10.44609463 L4_control_B3 +LQ02X010480 Putative HVA22-like protein a 10.03790871 L4_control_C2 +LQ02X010480 Putative HVA22-like protein a 10.1097067 L4_control_C3 +LQ02X010480 Putative HVA22-like protein a 10.49550772 L4_chemical_A1 +LQ02X010480 Putative HVA22-like protein a 10.32746488 L4_chemical_A2 +LQ02X010480 Putative HVA22-like protein a 11.08705036 L4_chemical_A3 +LQ02X010480 Putative HVA22-like protein a 10.17899547 L4_chemical_B1 +LQ02X010480 Putative HVA22-like protein a 10.27989378 L4_chemical_B2 +LQ02X010480 Putative HVA22-like protein a 10.24476505 L4_chemical_B3 +LQ02X010480 Putative HVA22-like protein a 9.852740251 L4_chemical_C2 +LQ02X010480 Putative HVA22-like protein a 10.25336281 L4_chemical_C3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.59944938 C6_control_A1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.54931028 C6_control_A3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.27483219 C6_control_B1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.24134861 C6_control_B2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.4000673 C6_control_B3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 9.326028766 C6_control_C1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 8.967035875 C6_control_C2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 9.70863576 C6_control_C3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.54317113 C6_chemical_A1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.19303975 C6_chemical_A3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.07225224 C6_chemical_B1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.15718315 C6_chemical_B2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.81386846 C6_chemical_B3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 9.703033056 C6_chemical_C1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 9.807487061 C6_chemical_C2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 9.775641759 C6_chemical_C3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.0262403 L4_control_A1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.28061176 L4_control_A2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.32226937 L4_control_A3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.69452826 L4_control_B1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.82289021 L4_control_B2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.8947132 L4_control_B3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 8.325207674 L4_control_C2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 9.136911438 L4_control_C3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.34548339 L4_chemical_A1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 12.48340833 L4_chemical_A2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.32910411 L4_chemical_A3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 10.87415634 L4_chemical_B1 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.73468454 L4_chemical_B2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.71925535 L4_chemical_B3 +LQ02X010520 Putative glutamine amidotransferase YLR126C 7.255773124 L4_chemical_C2 +LQ02X010520 Putative glutamine amidotransferase YLR126C 8.971188039 L4_chemical_C3 +LQ02X010530 Putative uncharacterized protein 5.787898669 C6_control_A1 +LQ02X010530 Putative uncharacterized protein 6.512184037 C6_control_A3 +LQ02X010530 Putative uncharacterized protein 5.60335407 C6_control_B1 +LQ02X010530 Putative uncharacterized protein 6.257338965 C6_control_B2 +LQ02X010530 Putative uncharacterized protein 5.735087132 C6_control_B3 +LQ02X010530 Putative uncharacterized protein 6.396431255 C6_control_C1 +LQ02X010530 Putative uncharacterized protein 7.082270608 C6_control_C2 +LQ02X010530 Putative uncharacterized protein 6.11081435 C6_control_C3 +LQ02X010530 Putative uncharacterized protein 5.868706564 C6_chemical_A1 +LQ02X010530 Putative uncharacterized protein 5.650089519 C6_chemical_A3 +LQ02X010530 Putative uncharacterized protein 5.571428872 C6_chemical_B1 +LQ02X010530 Putative uncharacterized protein 6.155929312 C6_chemical_B2 +LQ02X010530 Putative uncharacterized protein 6.170632434 C6_chemical_B3 +LQ02X010530 Putative uncharacterized protein 6.436242938 C6_chemical_C1 +LQ02X010530 Putative uncharacterized protein 5.994514961 C6_chemical_C2 +LQ02X010530 Putative uncharacterized protein 6.009163822 C6_chemical_C3 +LQ02X010530 Putative uncharacterized protein 5.631856827 L4_control_A1 +LQ02X010530 Putative uncharacterized protein 5.66447759 L4_control_A2 +LQ02X010530 Putative uncharacterized protein 5.248650818 L4_control_A3 +LQ02X010530 Putative uncharacterized protein 4.979648943 L4_control_B1 +LQ02X010530 Putative uncharacterized protein 5.500790903 L4_control_B2 +LQ02X010530 Putative uncharacterized protein 5.780776436 L4_control_B3 +LQ02X010530 Putative uncharacterized protein 5.950115664 L4_control_C2 +LQ02X010530 Putative uncharacterized protein 5.087773855 L4_control_C3 +LQ02X010530 Putative uncharacterized protein 5.89295124 L4_chemical_A1 +LQ02X010530 Putative uncharacterized protein 5.64715169 L4_chemical_A2 +LQ02X010530 Putative uncharacterized protein 5.452334895 L4_chemical_A3 +LQ02X010530 Putative uncharacterized protein 5.504873429 L4_chemical_B1 +LQ02X010530 Putative uncharacterized protein 6.363332059 L4_chemical_B2 +LQ02X010530 Putative uncharacterized protein 5.940139624 L4_chemical_B3 +LQ02X010530 Putative uncharacterized protein 5.706873694 L4_chemical_C2 +LQ02X010530 Putative uncharacterized protein 5.444203447 L4_chemical_C3 +LQ02X010540 Dynamin-related protein 3A 13.33640607 C6_control_A1 +LQ02X010540 Dynamin-related protein 3A 13.29896394 C6_control_A3 +LQ02X010540 Dynamin-related protein 3A 13.43298064 C6_control_B1 +LQ02X010540 Dynamin-related protein 3A 13.02870765 C6_control_B2 +LQ02X010540 Dynamin-related protein 3A 13.26063812 C6_control_B3 +LQ02X010540 Dynamin-related protein 3A 13.52339691 C6_control_C1 +LQ02X010540 Dynamin-related protein 3A 13.16524897 C6_control_C2 +LQ02X010540 Dynamin-related protein 3A 13.20271664 C6_control_C3 +LQ02X010540 Dynamin-related protein 3A 13.30424994 C6_chemical_A1 +LQ02X010540 Dynamin-related protein 3A 13.25995289 C6_chemical_A3 +LQ02X010540 Dynamin-related protein 3A 13.30067288 C6_chemical_B1 +LQ02X010540 Dynamin-related protein 3A 13.04102024 C6_chemical_B2 +LQ02X010540 Dynamin-related protein 3A 13.22030331 C6_chemical_B3 +LQ02X010540 Dynamin-related protein 3A 13.52624257 C6_chemical_C1 +LQ02X010540 Dynamin-related protein 3A 13.21371896 C6_chemical_C2 +LQ02X010540 Dynamin-related protein 3A 13.28199987 C6_chemical_C3 +LQ02X010540 Dynamin-related protein 3A 13.28906113 L4_control_A1 +LQ02X010540 Dynamin-related protein 3A 13.1558551 L4_control_A2 +LQ02X010540 Dynamin-related protein 3A 13.10669604 L4_control_A3 +LQ02X010540 Dynamin-related protein 3A 13.35343205 L4_control_B1 +LQ02X010540 Dynamin-related protein 3A 13.62029674 L4_control_B2 +LQ02X010540 Dynamin-related protein 3A 13.16903802 L4_control_B3 +LQ02X010540 Dynamin-related protein 3A 13.3868224 L4_control_C2 +LQ02X010540 Dynamin-related protein 3A 13.33072844 L4_control_C3 +LQ02X010540 Dynamin-related protein 3A 13.16068519 L4_chemical_A1 +LQ02X010540 Dynamin-related protein 3A 13.02393629 L4_chemical_A2 +LQ02X010540 Dynamin-related protein 3A 13.04002758 L4_chemical_A3 +LQ02X010540 Dynamin-related protein 3A 13.41102887 L4_chemical_B1 +LQ02X010540 Dynamin-related protein 3A 13.28506282 L4_chemical_B2 +LQ02X010540 Dynamin-related protein 3A 13.24341518 L4_chemical_B3 +LQ02X010540 Dynamin-related protein 3A 13.31444081 L4_chemical_C2 +LQ02X010540 Dynamin-related protein 3A 13.2944177 L4_chemical_C3 +LQ02X010560 Predicted protein 11.75809343 C6_control_A1 +LQ02X010560 Predicted protein 12.3530371 C6_control_A3 +LQ02X010560 Predicted protein 11.33228911 C6_control_B1 +LQ02X010560 Predicted protein 11.40615519 C6_control_B2 +LQ02X010560 Predicted protein 11.70844271 C6_control_B3 +LQ02X010560 Predicted protein 12.33883586 C6_control_C1 +LQ02X010560 Predicted protein 12.28180442 C6_control_C2 +LQ02X010560 Predicted protein 12.83678911 C6_control_C3 +LQ02X010560 Predicted protein 11.26166851 C6_chemical_A1 +LQ02X010560 Predicted protein 12.10212035 C6_chemical_A3 +LQ02X010560 Predicted protein 11.02003212 C6_chemical_B1 +LQ02X010560 Predicted protein 11.34595174 C6_chemical_B2 +LQ02X010560 Predicted protein 11.59731903 C6_chemical_B3 +LQ02X010560 Predicted protein 12.08062644 C6_chemical_C1 +LQ02X010560 Predicted protein 12.22135917 C6_chemical_C2 +LQ02X010560 Predicted protein 12.29261244 C6_chemical_C3 +LQ02X010560 Predicted protein 11.7715954 L4_control_A1 +LQ02X010560 Predicted protein 11.22263609 L4_control_A2 +LQ02X010560 Predicted protein 12.69345444 L4_control_A3 +LQ02X010560 Predicted protein 11.25333967 L4_control_B1 +LQ02X010560 Predicted protein 10.80588701 L4_control_B2 +LQ02X010560 Predicted protein 12.19548315 L4_control_B3 +LQ02X010560 Predicted protein 12.1401293 L4_control_C2 +LQ02X010560 Predicted protein 12.27705941 L4_control_C3 +LQ02X010560 Predicted protein 11.5462577 L4_chemical_A1 +LQ02X010560 Predicted protein 11.14462389 L4_chemical_A2 +LQ02X010560 Predicted protein 12.47012456 L4_chemical_A3 +LQ02X010560 Predicted protein 11.01527574 L4_chemical_B1 +LQ02X010560 Predicted protein 10.73780691 L4_chemical_B2 +LQ02X010560 Predicted protein 11.7430127 L4_chemical_B3 +LQ02X010560 Predicted protein 11.89562518 L4_chemical_C2 +LQ02X010560 Predicted protein 12.3568413 L4_chemical_C3 +LQ02X010570 Hypothetical protein 11.81689743 C6_control_A1 +LQ02X010570 Hypothetical protein 12.06598292 C6_control_A3 +LQ02X010570 Hypothetical protein 12.07407296 C6_control_B1 +LQ02X010570 Hypothetical protein 12.31675385 C6_control_B2 +LQ02X010570 Hypothetical protein 12.2145532 C6_control_B3 +LQ02X010570 Hypothetical protein 12.56668075 C6_control_C1 +LQ02X010570 Hypothetical protein 12.71528809 C6_control_C2 +LQ02X010570 Hypothetical protein 12.45559789 C6_control_C3 +LQ02X010570 Hypothetical protein 12.05714802 C6_chemical_A1 +LQ02X010570 Hypothetical protein 12.16768353 C6_chemical_A3 +LQ02X010570 Hypothetical protein 12.25040924 C6_chemical_B1 +LQ02X010570 Hypothetical protein 12.56846711 C6_chemical_B2 +LQ02X010570 Hypothetical protein 12.29243961 C6_chemical_B3 +LQ02X010570 Hypothetical protein 12.40132944 C6_chemical_C1 +LQ02X010570 Hypothetical protein 12.3627826 C6_chemical_C2 +LQ02X010570 Hypothetical protein 12.53677181 C6_chemical_C3 +LQ02X010570 Hypothetical protein 11.59494285 L4_control_A1 +LQ02X010570 Hypothetical protein 11.83201351 L4_control_A2 +LQ02X010570 Hypothetical protein 12.07292451 L4_control_A3 +LQ02X010570 Hypothetical protein 12.19729089 L4_control_B1 +LQ02X010570 Hypothetical protein 12.04894885 L4_control_B2 +LQ02X010570 Hypothetical protein 12.39375868 L4_control_B3 +LQ02X010570 Hypothetical protein 11.97012345 L4_control_C2 +LQ02X010570 Hypothetical protein 12.48385701 L4_control_C3 +LQ02X010570 Hypothetical protein 11.53535025 L4_chemical_A1 +LQ02X010570 Hypothetical protein 12.23460217 L4_chemical_A2 +LQ02X010570 Hypothetical protein 11.87994012 L4_chemical_A3 +LQ02X010570 Hypothetical protein 12.14977143 L4_chemical_B1 +LQ02X010570 Hypothetical protein 11.57746358 L4_chemical_B2 +LQ02X010570 Hypothetical protein 12.28677258 L4_chemical_B3 +LQ02X010570 Hypothetical protein 12.12651435 L4_chemical_C2 +LQ02X010570 Hypothetical protein 12.53627248 L4_chemical_C3 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.702850684 C6_control_A1 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.699896998 C6_control_A3 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.526117904 C6_control_B1 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.865444702 C6_control_B2 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.736423421 C6_control_B3 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.02423929 C6_control_C1 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.865558597 C6_control_C2 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.11531069 C6_control_C3 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.803227448 C6_chemical_A1 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.03633913 C6_chemical_A3 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.380281884 C6_chemical_B1 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.818581607 C6_chemical_B2 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.632948494 C6_chemical_B3 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.01363672 C6_chemical_C1 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.02209616 C6_chemical_C2 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.2844998 C6_chemical_C3 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.783727869 L4_control_A1 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.47639218 L4_control_A2 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.30045632 L4_control_A3 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.829066777 L4_control_B1 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.07781354 L4_control_B2 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.33036937 L4_control_B3 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.42542648 L4_control_C2 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.61862781 L4_control_C3 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.892677566 L4_chemical_A1 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.01884319 L4_chemical_A2 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.878794839 L4_chemical_A3 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.78724336 L4_chemical_B1 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.659188712 L4_chemical_B2 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.40316178 L4_chemical_B3 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.73350029 L4_chemical_C2 +LQ02X010580 Putative KH domain-containing protein At4g18375 10.6343812 L4_chemical_C3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.59399609 C6_control_A1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.52830849 C6_control_A3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.89975979 C6_control_B1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.07393688 C6_control_B2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.07056896 C6_control_B3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.02672499 C6_control_C1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.56296617 C6_control_C2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 12.17894217 C6_control_C3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.2234713 C6_chemical_A1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.47826993 C6_chemical_A3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.67661363 C6_chemical_B1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 9.928455446 C6_chemical_B2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.48385856 C6_chemical_B3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.944854 C6_chemical_C1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.32590895 C6_chemical_C2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 12.65273454 C6_chemical_C3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.98519194 L4_control_A1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.15226327 L4_control_A2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.03210676 L4_control_A3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.74352149 L4_control_B1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.8855412 L4_control_B2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.47888789 L4_control_B3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 13.01692397 L4_control_C2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 12.9417854 L4_control_C3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 12.29345848 L4_chemical_A1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 12.92531761 L4_chemical_A2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.6117757 L4_chemical_A3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 12.67498315 L4_chemical_B1 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.62650553 L4_chemical_B2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 11.24146035 L4_chemical_B3 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 13.00357535 L4_chemical_C2 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 13.10369929 L4_chemical_C3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 8.793540304 C6_control_A1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 8.533990128 C6_control_A3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 8.962556639 C6_control_B1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.034670837 C6_control_B2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.098628235 C6_control_B3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.702184639 C6_control_C1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.721241872 C6_control_C2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.060477707 C6_control_C3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.348268194 C6_chemical_A1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.103720113 C6_chemical_A3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.796363393 C6_chemical_B1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.42093816 C6_chemical_B2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.389666013 C6_chemical_B3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.98291412 C6_chemical_C1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.11002517 C6_chemical_C2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.542581813 C6_chemical_C3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.212762775 L4_control_A1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.607708638 L4_control_A2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.29258046 L4_control_A3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.28264236 L4_control_B1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.37178308 L4_control_B2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.956919664 L4_control_B3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.89500518 L4_control_C2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.54923405 L4_control_C3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.004399301 L4_chemical_A1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.527886462 L4_chemical_A2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.02700437 L4_chemical_A3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.29762909 L4_chemical_B1 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.312417 L4_chemical_B2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.560920132 L4_chemical_B3 +LQ02X010610 Protein EXECUTER 1, chloroplastic 11.09800307 L4_chemical_C2 +LQ02X010610 Protein EXECUTER 1, chloroplastic 10.78380726 L4_chemical_C3 +LQ02X010620 Beta-ureidopropionase 12.78850518 C6_control_A1 +LQ02X010620 Beta-ureidopropionase 12.77036323 C6_control_A3 +LQ02X010620 Beta-ureidopropionase 13.26974254 C6_control_B1 +LQ02X010620 Beta-ureidopropionase 13.01699962 C6_control_B2 +LQ02X010620 Beta-ureidopropionase 13.03499815 C6_control_B3 +LQ02X010620 Beta-ureidopropionase 13.39619015 C6_control_C1 +LQ02X010620 Beta-ureidopropionase 13.52023168 C6_control_C2 +LQ02X010620 Beta-ureidopropionase 13.42036598 C6_control_C3 +LQ02X010620 Beta-ureidopropionase 12.93941725 C6_chemical_A1 +LQ02X010620 Beta-ureidopropionase 13.13314879 C6_chemical_A3 +LQ02X010620 Beta-ureidopropionase 13.13990937 C6_chemical_B1 +LQ02X010620 Beta-ureidopropionase 13.14872764 C6_chemical_B2 +LQ02X010620 Beta-ureidopropionase 13.1416328 C6_chemical_B3 +LQ02X010620 Beta-ureidopropionase 13.48087981 C6_chemical_C1 +LQ02X010620 Beta-ureidopropionase 13.40574683 C6_chemical_C2 +LQ02X010620 Beta-ureidopropionase 13.17159161 C6_chemical_C3 +LQ02X010620 Beta-ureidopropionase 12.61579849 L4_control_A1 +LQ02X010620 Beta-ureidopropionase 12.23074106 L4_control_A2 +LQ02X010620 Beta-ureidopropionase 12.20800219 L4_control_A3 +LQ02X010620 Beta-ureidopropionase 12.88915642 L4_control_B1 +LQ02X010620 Beta-ureidopropionase 12.2156503 L4_control_B2 +LQ02X010620 Beta-ureidopropionase 12.65066865 L4_control_B3 +LQ02X010620 Beta-ureidopropionase 12.86691253 L4_control_C2 +LQ02X010620 Beta-ureidopropionase 12.6471359 L4_control_C3 +LQ02X010620 Beta-ureidopropionase 13.44673483 L4_chemical_A1 +LQ02X010620 Beta-ureidopropionase 12.91464384 L4_chemical_A2 +LQ02X010620 Beta-ureidopropionase 12.83093281 L4_chemical_A3 +LQ02X010620 Beta-ureidopropionase 12.81467455 L4_chemical_B1 +LQ02X010620 Beta-ureidopropionase 12.2826978 L4_chemical_B2 +LQ02X010620 Beta-ureidopropionase 12.57783271 L4_chemical_B3 +LQ02X010620 Beta-ureidopropionase 12.83435139 L4_chemical_C2 +LQ02X010620 Beta-ureidopropionase 12.93174356 L4_chemical_C3 +LQ02X010630 Putative uncharacterized protein 12.51957432 C6_control_A1 +LQ02X010630 Putative uncharacterized protein 13.09528423 C6_control_A3 +LQ02X010630 Putative uncharacterized protein 12.31265354 C6_control_B1 +LQ02X010630 Putative uncharacterized protein 11.83669112 C6_control_B2 +LQ02X010630 Putative uncharacterized protein 12.2892874 C6_control_B3 +LQ02X010630 Putative uncharacterized protein 11.12509851 C6_control_C1 +LQ02X010630 Putative uncharacterized protein 11.23870663 C6_control_C2 +LQ02X010630 Putative uncharacterized protein 11.04470877 C6_control_C3 +LQ02X010630 Putative uncharacterized protein 11.98473267 C6_chemical_A1 +LQ02X010630 Putative uncharacterized protein 12.54493385 C6_chemical_A3 +LQ02X010630 Putative uncharacterized protein 12.09830611 C6_chemical_B1 +LQ02X010630 Putative uncharacterized protein 11.71139083 C6_chemical_B2 +LQ02X010630 Putative uncharacterized protein 11.77833981 C6_chemical_B3 +LQ02X010630 Putative uncharacterized protein 10.94580009 C6_chemical_C1 +LQ02X010630 Putative uncharacterized protein 11.11686885 C6_chemical_C2 +LQ02X010630 Putative uncharacterized protein 10.51034301 C6_chemical_C3 +LQ02X010630 Putative uncharacterized protein 12.9303345 L4_control_A1 +LQ02X010630 Putative uncharacterized protein 12.56346808 L4_control_A2 +LQ02X010630 Putative uncharacterized protein 13.64391373 L4_control_A3 +LQ02X010630 Putative uncharacterized protein 12.4757658 L4_control_B1 +LQ02X010630 Putative uncharacterized protein 12.19405966 L4_control_B2 +LQ02X010630 Putative uncharacterized protein 11.5928736 L4_control_B3 +LQ02X010630 Putative uncharacterized protein 11.62152054 L4_control_C2 +LQ02X010630 Putative uncharacterized protein 11.07720425 L4_control_C3 +LQ02X010630 Putative uncharacterized protein 12.23841019 L4_chemical_A1 +LQ02X010630 Putative uncharacterized protein 12.21950945 L4_chemical_A2 +LQ02X010630 Putative uncharacterized protein 13.28675543 L4_chemical_A3 +LQ02X010630 Putative uncharacterized protein 12.3999829 L4_chemical_B1 +LQ02X010630 Putative uncharacterized protein 11.91463167 L4_chemical_B2 +LQ02X010630 Putative uncharacterized protein 12.29254497 L4_chemical_B3 +LQ02X010630 Putative uncharacterized protein 11.67743492 L4_chemical_C2 +LQ02X010630 Putative uncharacterized protein 10.8577844 L4_chemical_C3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.169898242 C6_control_A1 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.414764112 C6_control_A3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.744665689 C6_control_B1 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.036391219 C6_control_B2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.425864131 C6_control_B3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.343804172 C6_control_C1 +LQ02X010650 Sentrin/sumo-specific protease, putative 4.736259247 C6_control_C2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.073223284 C6_control_C3 +LQ02X010650 Sentrin/sumo-specific protease, putative 6.22687322 C6_chemical_A1 +LQ02X010650 Sentrin/sumo-specific protease, putative 6.350481897 C6_chemical_A3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.349494581 C6_chemical_B1 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.263556008 C6_chemical_B2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.580304941 C6_chemical_B3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.279630105 C6_chemical_C1 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.085153089 C6_chemical_C2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.157397445 C6_chemical_C3 +LQ02X010650 Sentrin/sumo-specific protease, putative 6.633023574 L4_control_A1 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.984375987 L4_control_A2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.87991058 L4_control_A3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.310734904 L4_control_B1 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.482933341 L4_control_B2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.740625366 L4_control_B3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.144553593 L4_control_C2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.976541026 L4_control_C3 +LQ02X010650 Sentrin/sumo-specific protease, putative 6.922918102 L4_chemical_A1 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.727938477 L4_chemical_A2 +LQ02X010650 Sentrin/sumo-specific protease, putative 6.75454772 L4_chemical_A3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.287373332 L4_chemical_B1 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.675352173 L4_chemical_B2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.734493513 L4_chemical_B3 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.154014531 L4_chemical_C2 +LQ02X010650 Sentrin/sumo-specific protease, putative 5.464405948 L4_chemical_C3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.141929669 C6_control_A1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.084343611 C6_control_A3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.041659897 C6_control_B1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.015618784 C6_control_B2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.737717908 C6_control_B3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.945257285 C6_control_C1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.929558797 C6_control_C2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.690412923 C6_control_C3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.492491967 C6_chemical_A1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.104829684 C6_chemical_A3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.8996561 C6_chemical_B1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.140558582 C6_chemical_B2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.840240413 C6_chemical_B3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.842504224 C6_chemical_C1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.995981758 C6_chemical_C2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.786394237 C6_chemical_C3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.374161991 L4_control_A1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.758827533 L4_control_A2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.951930955 L4_control_A3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 6.474549491 L4_control_B1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.478052626 L4_control_B2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.820080009 L4_control_B3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.766047961 L4_control_C2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.297469289 L4_control_C3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.235194771 L4_chemical_A1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.787330916 L4_chemical_A2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.595632113 L4_chemical_A3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.304547396 L4_chemical_B1 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.06105459 L4_chemical_B2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.870533314 L4_chemical_B3 +LQ02X010660 Rab GDP dissociation inhibitor alpha 4.961452827 L4_chemical_C2 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.322269291 L4_chemical_C3 +LQ02X010670 MADS-box protein SVP 10.26156888 C6_control_A1 +LQ02X010670 MADS-box protein SVP 10.96170361 C6_control_A3 +LQ02X010670 MADS-box protein SVP 10.43037538 C6_control_B1 +LQ02X010670 MADS-box protein SVP 10.74521616 C6_control_B2 +LQ02X010670 MADS-box protein SVP 10.42989905 C6_control_B3 +LQ02X010670 MADS-box protein SVP 10.88881718 C6_control_C1 +LQ02X010670 MADS-box protein SVP 10.88044863 C6_control_C2 +LQ02X010670 MADS-box protein SVP 10.82309678 C6_control_C3 +LQ02X010670 MADS-box protein SVP 10.31013392 C6_chemical_A1 +LQ02X010670 MADS-box protein SVP 10.91242771 C6_chemical_A3 +LQ02X010670 MADS-box protein SVP 10.47367307 C6_chemical_B1 +LQ02X010670 MADS-box protein SVP 10.3373511 C6_chemical_B2 +LQ02X010670 MADS-box protein SVP 10.02974664 C6_chemical_B3 +LQ02X010670 MADS-box protein SVP 10.84717582 C6_chemical_C1 +LQ02X010670 MADS-box protein SVP 10.89210623 C6_chemical_C2 +LQ02X010670 MADS-box protein SVP 10.65301748 C6_chemical_C3 +LQ02X010670 MADS-box protein SVP 10.68380216 L4_control_A1 +LQ02X010670 MADS-box protein SVP 9.834551204 L4_control_A2 +LQ02X010670 MADS-box protein SVP 10.87830426 L4_control_A3 +LQ02X010670 MADS-box protein SVP 10.04227348 L4_control_B1 +LQ02X010670 MADS-box protein SVP 10.70767365 L4_control_B2 +LQ02X010670 MADS-box protein SVP 9.923412306 L4_control_B3 +LQ02X010670 MADS-box protein SVP 11.40603981 L4_control_C2 +LQ02X010670 MADS-box protein SVP 10.36887379 L4_control_C3 +LQ02X010670 MADS-box protein SVP 9.483382505 L4_chemical_A1 +LQ02X010670 MADS-box protein SVP 9.523307822 L4_chemical_A2 +LQ02X010670 MADS-box protein SVP 10.07723464 L4_chemical_A3 +LQ02X010670 MADS-box protein SVP 10.8855599 L4_chemical_B1 +LQ02X010670 MADS-box protein SVP 10.04310443 L4_chemical_B2 +LQ02X010670 MADS-box protein SVP 9.959288786 L4_chemical_B3 +LQ02X010670 MADS-box protein SVP 10.8867481 L4_chemical_C2 +LQ02X010670 MADS-box protein SVP 10.63459402 L4_chemical_C3 +LQ02X010680 Hypothetical protein 4.855038771 C6_control_A1 +LQ02X010680 Hypothetical protein 4.811342251 C6_control_A3 +LQ02X010680 Hypothetical protein 5.35469015 C6_control_B1 +LQ02X010680 Hypothetical protein 4.699982765 C6_control_B2 +LQ02X010680 Hypothetical protein 4.674364387 C6_control_B3 +LQ02X010680 Hypothetical protein 4.884855561 C6_control_C1 +LQ02X010680 Hypothetical protein 4.598834195 C6_control_C2 +LQ02X010680 Hypothetical protein 5.037971749 C6_control_C3 +LQ02X010680 Hypothetical protein 4.88865033 C6_chemical_A1 +LQ02X010680 Hypothetical protein 4.70811564 C6_chemical_A3 +LQ02X010680 Hypothetical protein 5.04604547 C6_chemical_B1 +LQ02X010680 Hypothetical protein 4.656531107 C6_chemical_B2 +LQ02X010680 Hypothetical protein 5.034712014 C6_chemical_B3 +LQ02X010680 Hypothetical protein 4.742846334 C6_chemical_C1 +LQ02X010680 Hypothetical protein 4.60775688 C6_chemical_C2 +LQ02X010680 Hypothetical protein 4.96979356 C6_chemical_C3 +LQ02X010680 Hypothetical protein 4.982634388 L4_control_A1 +LQ02X010680 Hypothetical protein 5.017922811 L4_control_A2 +LQ02X010680 Hypothetical protein 5.071744248 L4_control_A3 +LQ02X010680 Hypothetical protein 5.507049189 L4_control_B1 +LQ02X010680 Hypothetical protein 4.953455198 L4_control_B2 +LQ02X010680 Hypothetical protein 5.027030733 L4_control_B3 +LQ02X010680 Hypothetical protein 5.729640617 L4_control_C2 +LQ02X010680 Hypothetical protein 5.464268985 L4_control_C3 +LQ02X010680 Hypothetical protein 4.949732008 L4_chemical_A1 +LQ02X010680 Hypothetical protein 4.880479954 L4_chemical_A2 +LQ02X010680 Hypothetical protein 5.168491257 L4_chemical_A3 +LQ02X010680 Hypothetical protein 5.188589102 L4_chemical_B1 +LQ02X010680 Hypothetical protein 4.998822954 L4_chemical_B2 +LQ02X010680 Hypothetical protein 4.754058161 L4_chemical_B3 +LQ02X010680 Hypothetical protein 5.369246622 L4_chemical_C2 +LQ02X010680 Hypothetical protein 5.033726931 L4_chemical_C3 +LQ02X010690 Dnajc14 protein, putative 8.250358097 C6_control_A1 +LQ02X010690 Dnajc14 protein, putative 9.12619629 C6_control_A3 +LQ02X010690 Dnajc14 protein, putative 7.825804462 C6_control_B1 +LQ02X010690 Dnajc14 protein, putative 7.463753825 C6_control_B2 +LQ02X010690 Dnajc14 protein, putative 7.772466408 C6_control_B3 +LQ02X010690 Dnajc14 protein, putative 8.116265155 C6_control_C1 +LQ02X010690 Dnajc14 protein, putative 7.332198466 C6_control_C2 +LQ02X010690 Dnajc14 protein, putative 8.339443123 C6_control_C3 +LQ02X010690 Dnajc14 protein, putative 8.309793857 C6_chemical_A1 +LQ02X010690 Dnajc14 protein, putative 10.16452069 C6_chemical_A3 +LQ02X010690 Dnajc14 protein, putative 7.640315441 C6_chemical_B1 +LQ02X010690 Dnajc14 protein, putative 7.132357549 C6_chemical_B2 +LQ02X010690 Dnajc14 protein, putative 8.330394801 C6_chemical_B3 +LQ02X010690 Dnajc14 protein, putative 8.262038099 C6_chemical_C1 +LQ02X010690 Dnajc14 protein, putative 7.232453107 C6_chemical_C2 +LQ02X010690 Dnajc14 protein, putative 8.60658717 C6_chemical_C3 +LQ02X010690 Dnajc14 protein, putative 9.386981609 L4_control_A1 +LQ02X010690 Dnajc14 protein, putative 8.518863994 L4_control_A2 +LQ02X010690 Dnajc14 protein, putative 9.588717749 L4_control_A3 +LQ02X010690 Dnajc14 protein, putative 7.64613098 L4_control_B1 +LQ02X010690 Dnajc14 protein, putative 8.338031783 L4_control_B2 +LQ02X010690 Dnajc14 protein, putative 9.441796022 L4_control_B3 +LQ02X010690 Dnajc14 protein, putative 8.197849772 L4_control_C2 +LQ02X010690 Dnajc14 protein, putative 9.40638797 L4_control_C3 +LQ02X010690 Dnajc14 protein, putative 9.055708195 L4_chemical_A1 +LQ02X010690 Dnajc14 protein, putative 7.643796151 L4_chemical_A2 +LQ02X010690 Dnajc14 protein, putative 9.267512068 L4_chemical_A3 +LQ02X010690 Dnajc14 protein, putative 7.752524226 L4_chemical_B1 +LQ02X010690 Dnajc14 protein, putative 7.610880541 L4_chemical_B2 +LQ02X010690 Dnajc14 protein, putative 9.166183557 L4_chemical_B3 +LQ02X010690 Dnajc14 protein, putative 6.974505424 L4_chemical_C2 +LQ02X010690 Dnajc14 protein, putative 9.080128797 L4_chemical_C3 +LQ02X010700 Carbonic anhydrase 13.36066201 C6_control_A1 +LQ02X010700 Carbonic anhydrase 11.97557419 C6_control_A3 +LQ02X010700 Carbonic anhydrase 13.6308303 C6_control_B1 +LQ02X010700 Carbonic anhydrase 14.14688478 C6_control_B2 +LQ02X010700 Carbonic anhydrase 14.11032469 C6_control_B3 +LQ02X010700 Carbonic anhydrase 13.47510005 C6_control_C1 +LQ02X010700 Carbonic anhydrase 13.37706713 C6_control_C2 +LQ02X010700 Carbonic anhydrase 13.66282187 C6_control_C3 +LQ02X010700 Carbonic anhydrase 12.79479451 C6_chemical_A1 +LQ02X010700 Carbonic anhydrase 12.44742455 C6_chemical_A3 +LQ02X010700 Carbonic anhydrase 13.62546983 C6_chemical_B1 +LQ02X010700 Carbonic anhydrase 13.99061833 C6_chemical_B2 +LQ02X010700 Carbonic anhydrase 13.80675482 C6_chemical_B3 +LQ02X010700 Carbonic anhydrase 13.1129986 C6_chemical_C1 +LQ02X010700 Carbonic anhydrase 13.05695446 C6_chemical_C2 +LQ02X010700 Carbonic anhydrase 13.52843566 C6_chemical_C3 +LQ02X010700 Carbonic anhydrase 12.93138702 L4_control_A1 +LQ02X010700 Carbonic anhydrase 13.90097801 L4_control_A2 +LQ02X010700 Carbonic anhydrase 12.38284881 L4_control_A3 +LQ02X010700 Carbonic anhydrase 14.0174005 L4_control_B1 +LQ02X010700 Carbonic anhydrase 13.67090138 L4_control_B2 +LQ02X010700 Carbonic anhydrase 14.0757523 L4_control_B3 +LQ02X010700 Carbonic anhydrase 12.5496423 L4_control_C2 +LQ02X010700 Carbonic anhydrase 12.98280365 L4_control_C3 +LQ02X010700 Carbonic anhydrase 12.51394195 L4_chemical_A1 +LQ02X010700 Carbonic anhydrase 13.27556009 L4_chemical_A2 +LQ02X010700 Carbonic anhydrase 12.41438427 L4_chemical_A3 +LQ02X010700 Carbonic anhydrase 13.09265809 L4_chemical_B1 +LQ02X010700 Carbonic anhydrase 13.22349789 L4_chemical_B2 +LQ02X010700 Carbonic anhydrase 14.3068687 L4_chemical_B3 +LQ02X010700 Carbonic anhydrase 12.82595205 L4_chemical_C2 +LQ02X010700 Carbonic anhydrase 13.27629675 L4_chemical_C3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.64417852 C6_control_A1 +LQ02X010710 Probable VAMP-like protein At1g33475 11.98754668 C6_control_A3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.84904288 C6_control_B1 +LQ02X010710 Probable VAMP-like protein At1g33475 11.73517843 C6_control_B2 +LQ02X010710 Probable VAMP-like protein At1g33475 11.85626902 C6_control_B3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.57692857 C6_control_C1 +LQ02X010710 Probable VAMP-like protein At1g33475 12.25274348 C6_control_C2 +LQ02X010710 Probable VAMP-like protein At1g33475 12.43435472 C6_control_C3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.59264127 C6_chemical_A1 +LQ02X010710 Probable VAMP-like protein At1g33475 11.9785942 C6_chemical_A3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.96295358 C6_chemical_B1 +LQ02X010710 Probable VAMP-like protein At1g33475 11.86121242 C6_chemical_B2 +LQ02X010710 Probable VAMP-like protein At1g33475 11.76945988 C6_chemical_B3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.76693965 C6_chemical_C1 +LQ02X010710 Probable VAMP-like protein At1g33475 12.21736968 C6_chemical_C2 +LQ02X010710 Probable VAMP-like protein At1g33475 12.64857929 C6_chemical_C3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.447135 L4_control_A1 +LQ02X010710 Probable VAMP-like protein At1g33475 11.64379735 L4_control_A2 +LQ02X010710 Probable VAMP-like protein At1g33475 11.9900308 L4_control_A3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.9378949 L4_control_B1 +LQ02X010710 Probable VAMP-like protein At1g33475 11.82263218 L4_control_B2 +LQ02X010710 Probable VAMP-like protein At1g33475 11.62452223 L4_control_B3 +LQ02X010710 Probable VAMP-like protein At1g33475 12.12602946 L4_control_C2 +LQ02X010710 Probable VAMP-like protein At1g33475 12.12132522 L4_control_C3 +LQ02X010710 Probable VAMP-like protein At1g33475 12.11088671 L4_chemical_A1 +LQ02X010710 Probable VAMP-like protein At1g33475 12.27924522 L4_chemical_A2 +LQ02X010710 Probable VAMP-like protein At1g33475 11.96419739 L4_chemical_A3 +LQ02X010710 Probable VAMP-like protein At1g33475 11.91014827 L4_chemical_B1 +LQ02X010710 Probable VAMP-like protein At1g33475 12.05234657 L4_chemical_B2 +LQ02X010710 Probable VAMP-like protein At1g33475 11.44166771 L4_chemical_B3 +LQ02X010710 Probable VAMP-like protein At1g33475 12.09208328 L4_chemical_C2 +LQ02X010710 Probable VAMP-like protein At1g33475 12.47621642 L4_chemical_C3 +LQ02X010730 Putative IgA FC receptor 8.190878639 C6_control_A1 +LQ02X010730 Putative IgA FC receptor 8.183987375 C6_control_A3 +LQ02X010730 Putative IgA FC receptor 9.834814531 C6_control_B1 +LQ02X010730 Putative IgA FC receptor 9.893920725 C6_control_B2 +LQ02X010730 Putative IgA FC receptor 10.43238224 C6_control_B3 +LQ02X010730 Putative IgA FC receptor 12.1005243 C6_control_C1 +LQ02X010730 Putative IgA FC receptor 11.85898311 C6_control_C2 +LQ02X010730 Putative IgA FC receptor 12.30212401 C6_control_C3 +LQ02X010730 Putative IgA FC receptor 7.831299679 C6_chemical_A1 +LQ02X010730 Putative IgA FC receptor 9.017780443 C6_chemical_A3 +LQ02X010730 Putative IgA FC receptor 9.995629931 C6_chemical_B1 +LQ02X010730 Putative IgA FC receptor 9.621183701 C6_chemical_B2 +LQ02X010730 Putative IgA FC receptor 10.17967601 C6_chemical_B3 +LQ02X010730 Putative IgA FC receptor 11.81096928 C6_chemical_C1 +LQ02X010730 Putative IgA FC receptor 12.39669589 C6_chemical_C2 +LQ02X010730 Putative IgA FC receptor 12.05401882 C6_chemical_C3 +LQ02X010730 Putative IgA FC receptor 8.220997848 L4_control_A1 +LQ02X010730 Putative IgA FC receptor 8.861191453 L4_control_A2 +LQ02X010730 Putative IgA FC receptor 7.966993052 L4_control_A3 +LQ02X010730 Putative IgA FC receptor 11.1301783 L4_control_B1 +LQ02X010730 Putative IgA FC receptor 10.5727507 L4_control_B2 +LQ02X010730 Putative IgA FC receptor 10.57435775 L4_control_B3 +LQ02X010730 Putative IgA FC receptor 11.53525902 L4_control_C2 +LQ02X010730 Putative IgA FC receptor 12.28917332 L4_control_C3 +LQ02X010730 Putative IgA FC receptor 8.736791903 L4_chemical_A1 +LQ02X010730 Putative IgA FC receptor 9.865656624 L4_chemical_A2 +LQ02X010730 Putative IgA FC receptor 8.247596484 L4_chemical_A3 +LQ02X010730 Putative IgA FC receptor 10.64492322 L4_chemical_B1 +LQ02X010730 Putative IgA FC receptor 11.29259676 L4_chemical_B2 +LQ02X010730 Putative IgA FC receptor 10.57869019 L4_chemical_B3 +LQ02X010730 Putative IgA FC receptor 11.54955222 L4_chemical_C2 +LQ02X010730 Putative IgA FC receptor 11.81238393 L4_chemical_C3 +LQ02X010760 Lipid binding protein, putative 5.893608429 C6_control_A1 +LQ02X010760 Lipid binding protein, putative 6.128647717 C6_control_A3 +LQ02X010760 Lipid binding protein, putative 5.106414692 C6_control_B1 +LQ02X010760 Lipid binding protein, putative 5.644835015 C6_control_B2 +LQ02X010760 Lipid binding protein, putative 5.571762889 C6_control_B3 +LQ02X010760 Lipid binding protein, putative 5.597714049 C6_control_C1 +LQ02X010760 Lipid binding protein, putative 5.421745606 C6_control_C2 +LQ02X010760 Lipid binding protein, putative 5.903622296 C6_control_C3 +LQ02X010760 Lipid binding protein, putative 6.230205339 C6_chemical_A1 +LQ02X010760 Lipid binding protein, putative 5.914253232 C6_chemical_A3 +LQ02X010760 Lipid binding protein, putative 5.110083445 C6_chemical_B1 +LQ02X010760 Lipid binding protein, putative 5.633809111 C6_chemical_B2 +LQ02X010760 Lipid binding protein, putative 5.412006235 C6_chemical_B3 +LQ02X010760 Lipid binding protein, putative 5.691304852 C6_chemical_C1 +LQ02X010760 Lipid binding protein, putative 5.743102196 C6_chemical_C2 +LQ02X010760 Lipid binding protein, putative 6.104818035 C6_chemical_C3 +LQ02X010760 Lipid binding protein, putative 5.634647153 L4_control_A1 +LQ02X010760 Lipid binding protein, putative 5.592150172 L4_control_A2 +LQ02X010760 Lipid binding protein, putative 6.060609351 L4_control_A3 +LQ02X010760 Lipid binding protein, putative 5.477664029 L4_control_B1 +LQ02X010760 Lipid binding protein, putative 5.50523942 L4_control_B2 +LQ02X010760 Lipid binding protein, putative 5.486976388 L4_control_B3 +LQ02X010760 Lipid binding protein, putative 5.370875451 L4_control_C2 +LQ02X010760 Lipid binding protein, putative 5.398698375 L4_control_C3 +LQ02X010760 Lipid binding protein, putative 5.802210424 L4_chemical_A1 +LQ02X010760 Lipid binding protein, putative 5.906313487 L4_chemical_A2 +LQ02X010760 Lipid binding protein, putative 6.03955639 L4_chemical_A3 +LQ02X010760 Lipid binding protein, putative 5.378669951 L4_chemical_B1 +LQ02X010760 Lipid binding protein, putative 5.519908919 L4_chemical_B2 +LQ02X010760 Lipid binding protein, putative 5.45285886 L4_chemical_B3 +LQ02X010760 Lipid binding protein, putative 5.358045237 L4_chemical_C2 +LQ02X010760 Lipid binding protein, putative 5.44026503 L4_chemical_C3 +LQ02X010770 Lipid binding protein, putative 6.955447825 C6_control_A1 +LQ02X010770 Lipid binding protein, putative 7.797089769 C6_control_A3 +LQ02X010770 Lipid binding protein, putative 6.345092163 C6_control_B1 +LQ02X010770 Lipid binding protein, putative 6.204049726 C6_control_B2 +LQ02X010770 Lipid binding protein, putative 6.116747758 C6_control_B3 +LQ02X010770 Lipid binding protein, putative 6.162320454 C6_control_C1 +LQ02X010770 Lipid binding protein, putative 5.926239113 C6_control_C2 +LQ02X010770 Lipid binding protein, putative 6.531695835 C6_control_C3 +LQ02X010770 Lipid binding protein, putative 6.630691216 C6_chemical_A1 +LQ02X010770 Lipid binding protein, putative 7.721954512 C6_chemical_A3 +LQ02X010770 Lipid binding protein, putative 5.829713727 C6_chemical_B1 +LQ02X010770 Lipid binding protein, putative 5.9732164 C6_chemical_B2 +LQ02X010770 Lipid binding protein, putative 5.932329583 C6_chemical_B3 +LQ02X010770 Lipid binding protein, putative 6.191327493 C6_chemical_C1 +LQ02X010770 Lipid binding protein, putative 6.573521806 C6_chemical_C2 +LQ02X010770 Lipid binding protein, putative 6.406225193 C6_chemical_C3 +LQ02X010770 Lipid binding protein, putative 7.841147461 L4_control_A1 +LQ02X010770 Lipid binding protein, putative 6.534133062 L4_control_A2 +LQ02X010770 Lipid binding protein, putative 7.063930795 L4_control_A3 +LQ02X010770 Lipid binding protein, putative 5.301085112 L4_control_B1 +LQ02X010770 Lipid binding protein, putative 5.471127857 L4_control_B2 +LQ02X010770 Lipid binding protein, putative 5.739923138 L4_control_B3 +LQ02X010770 Lipid binding protein, putative 5.116125158 L4_control_C2 +LQ02X010770 Lipid binding protein, putative 5.242896098 L4_control_C3 +LQ02X010770 Lipid binding protein, putative 6.399009747 L4_chemical_A1 +LQ02X010770 Lipid binding protein, putative 5.839271742 L4_chemical_A2 +LQ02X010770 Lipid binding protein, putative 6.409952112 L4_chemical_A3 +LQ02X010770 Lipid binding protein, putative 5.574557304 L4_chemical_B1 +LQ02X010770 Lipid binding protein, putative 5.54166944 L4_chemical_B2 +LQ02X010770 Lipid binding protein, putative 6.061511272 L4_chemical_B3 +LQ02X010770 Lipid binding protein, putative 5.048124105 L4_chemical_C2 +LQ02X010770 Lipid binding protein, putative 5.035270951 L4_chemical_C3 +LQ02X010780 Lipid binding protein, putative 11.66865747 C6_control_A1 +LQ02X010780 Lipid binding protein, putative 11.8103248 C6_control_A3 +LQ02X010780 Lipid binding protein, putative 10.87097538 C6_control_B1 +LQ02X010780 Lipid binding protein, putative 10.13176324 C6_control_B2 +LQ02X010780 Lipid binding protein, putative 11.42510672 C6_control_B3 +LQ02X010780 Lipid binding protein, putative 9.378529074 C6_control_C1 +LQ02X010780 Lipid binding protein, putative 7.061743727 C6_control_C2 +LQ02X010780 Lipid binding protein, putative 10.50403181 C6_control_C3 +LQ02X010780 Lipid binding protein, putative 11.73735 C6_chemical_A1 +LQ02X010780 Lipid binding protein, putative 12.81284568 C6_chemical_A3 +LQ02X010780 Lipid binding protein, putative 10.37447299 C6_chemical_B1 +LQ02X010780 Lipid binding protein, putative 8.760976014 C6_chemical_B2 +LQ02X010780 Lipid binding protein, putative 12.09437757 C6_chemical_B3 +LQ02X010780 Lipid binding protein, putative 8.222937165 C6_chemical_C1 +LQ02X010780 Lipid binding protein, putative 8.179692284 C6_chemical_C2 +LQ02X010780 Lipid binding protein, putative 10.43800891 C6_chemical_C3 +LQ02X010780 Lipid binding protein, putative 12.61004387 L4_control_A1 +LQ02X010780 Lipid binding protein, putative 13.39289605 L4_control_A2 +LQ02X010780 Lipid binding protein, putative 13.06745816 L4_control_A3 +LQ02X010780 Lipid binding protein, putative 12.23048992 L4_control_B1 +LQ02X010780 Lipid binding protein, putative 11.15557433 L4_control_B2 +LQ02X010780 Lipid binding protein, putative 10.7725211 L4_control_B3 +LQ02X010780 Lipid binding protein, putative 8.497581729 L4_control_C2 +LQ02X010780 Lipid binding protein, putative 10.42796175 L4_control_C3 +LQ02X010780 Lipid binding protein, putative 12.53506274 L4_chemical_A1 +LQ02X010780 Lipid binding protein, putative 12.73535834 L4_chemical_A2 +LQ02X010780 Lipid binding protein, putative 13.38385377 L4_chemical_A3 +LQ02X010780 Lipid binding protein, putative 12.02371133 L4_chemical_B1 +LQ02X010780 Lipid binding protein, putative 12.26914207 L4_chemical_B2 +LQ02X010780 Lipid binding protein, putative 12.91503254 L4_chemical_B3 +LQ02X010780 Lipid binding protein, putative 8.048421262 L4_chemical_C2 +LQ02X010780 Lipid binding protein, putative 10.41076744 L4_chemical_C3 +LQ02X010810 Predicted protein (Fragment) 10.52551469 C6_control_A1 +LQ02X010810 Predicted protein (Fragment) 10.24208053 C6_control_A3 +LQ02X010810 Predicted protein (Fragment) 10.5874374 C6_control_B1 +LQ02X010810 Predicted protein (Fragment) 10.18805974 C6_control_B2 +LQ02X010810 Predicted protein (Fragment) 10.62596227 C6_control_B3 +LQ02X010810 Predicted protein (Fragment) 9.053868357 C6_control_C1 +LQ02X010810 Predicted protein (Fragment) 9.217352095 C6_control_C2 +LQ02X010810 Predicted protein (Fragment) 8.920368785 C6_control_C3 +LQ02X010810 Predicted protein (Fragment) 10.71341528 C6_chemical_A1 +LQ02X010810 Predicted protein (Fragment) 10.53554785 C6_chemical_A3 +LQ02X010810 Predicted protein (Fragment) 11.1493531 C6_chemical_B1 +LQ02X010810 Predicted protein (Fragment) 10.66986687 C6_chemical_B2 +LQ02X010810 Predicted protein (Fragment) 10.74350345 C6_chemical_B3 +LQ02X010810 Predicted protein (Fragment) 8.883242305 C6_chemical_C1 +LQ02X010810 Predicted protein (Fragment) 9.400144544 C6_chemical_C2 +LQ02X010810 Predicted protein (Fragment) 9.345892321 C6_chemical_C3 +LQ02X010810 Predicted protein (Fragment) 9.978437412 L4_control_A1 +LQ02X010810 Predicted protein (Fragment) 10.2565504 L4_control_A2 +LQ02X010810 Predicted protein (Fragment) 10.60222878 L4_control_A3 +LQ02X010810 Predicted protein (Fragment) 10.38538332 L4_control_B1 +LQ02X010810 Predicted protein (Fragment) 10.90153793 L4_control_B2 +LQ02X010810 Predicted protein (Fragment) 10.58368641 L4_control_B3 +LQ02X010810 Predicted protein (Fragment) 9.388855713 L4_control_C2 +LQ02X010810 Predicted protein (Fragment) 10.1021764 L4_control_C3 +LQ02X010810 Predicted protein (Fragment) 9.898767705 L4_chemical_A1 +LQ02X010810 Predicted protein (Fragment) 10.16216277 L4_chemical_A2 +LQ02X010810 Predicted protein (Fragment) 10.41443931 L4_chemical_A3 +LQ02X010810 Predicted protein (Fragment) 10.26659631 L4_chemical_B1 +LQ02X010810 Predicted protein (Fragment) 10.03414483 L4_chemical_B2 +LQ02X010810 Predicted protein (Fragment) 10.56202904 L4_chemical_B3 +LQ02X010810 Predicted protein (Fragment) 9.299904644 L4_chemical_C2 +LQ02X010810 Predicted protein (Fragment) 9.563910419 L4_chemical_C3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.372740489 C6_control_A1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.85559676 C6_control_A3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.434372659 C6_control_B1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 5.937898822 C6_control_B2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.503126527 C6_control_B3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 5.289016485 C6_control_C1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.125774732 C6_control_C2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 5.816296624 C6_control_C3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.460100314 C6_chemical_A1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.305828213 C6_chemical_A3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 5.964354273 C6_chemical_B1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.124643269 C6_chemical_B2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.054054434 C6_chemical_B3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 5.332683638 C6_chemical_C1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.030088985 C6_chemical_C2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 5.620986861 C6_chemical_C3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.067106858 L4_control_A1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.703753857 L4_control_A2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.508650167 L4_control_A3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.629143027 L4_control_B1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.452695385 L4_control_B2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.172159819 L4_control_B3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 5.670363593 L4_control_C2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.643512495 L4_control_C3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.402724144 L4_chemical_A1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.57216502 L4_chemical_A2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.642909705 L4_chemical_A3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.663062541 L4_chemical_B1 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.938142557 L4_chemical_B2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.225955396 L4_chemical_B3 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.254119811 L4_chemical_C2 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.612088175 L4_chemical_C3 +LQ02X010850 Transcription factor, putative 5.531733192 C6_control_A1 +LQ02X010850 Transcription factor, putative 5.496841655 C6_control_A3 +LQ02X010850 Transcription factor, putative 7.138151871 C6_control_B1 +LQ02X010850 Transcription factor, putative 5.253740237 C6_control_B2 +LQ02X010850 Transcription factor, putative 5.971063329 C6_control_B3 +LQ02X010850 Transcription factor, putative 5.287182525 C6_control_C1 +LQ02X010850 Transcription factor, putative 4.966618387 C6_control_C2 +LQ02X010850 Transcription factor, putative 5.384928637 C6_control_C3 +LQ02X010850 Transcription factor, putative 5.582570193 C6_chemical_A1 +LQ02X010850 Transcription factor, putative 6.137433561 C6_chemical_A3 +LQ02X010850 Transcription factor, putative 6.779995098 C6_chemical_B1 +LQ02X010850 Transcription factor, putative 5.079507232 C6_chemical_B2 +LQ02X010850 Transcription factor, putative 5.883684814 C6_chemical_B3 +LQ02X010850 Transcription factor, putative 5.556570484 C6_chemical_C1 +LQ02X010850 Transcription factor, putative 5.296436639 C6_chemical_C2 +LQ02X010850 Transcription factor, putative 5.30918669 C6_chemical_C3 +LQ02X010850 Transcription factor, putative 5.839652126 L4_control_A1 +LQ02X010850 Transcription factor, putative 6.240318247 L4_control_A2 +LQ02X010850 Transcription factor, putative 6.055124251 L4_control_A3 +LQ02X010850 Transcription factor, putative 6.788027867 L4_control_B1 +LQ02X010850 Transcription factor, putative 5.652072593 L4_control_B2 +LQ02X010850 Transcription factor, putative 6.109056314 L4_control_B3 +LQ02X010850 Transcription factor, putative 6.345622466 L4_control_C2 +LQ02X010850 Transcription factor, putative 5.960750106 L4_control_C3 +LQ02X010850 Transcription factor, putative 5.800626958 L4_chemical_A1 +LQ02X010850 Transcription factor, putative 6.33905056 L4_chemical_A2 +LQ02X010850 Transcription factor, putative 6.145121275 L4_chemical_A3 +LQ02X010850 Transcription factor, putative 6.447552973 L4_chemical_B1 +LQ02X010850 Transcription factor, putative 5.92916082 L4_chemical_B2 +LQ02X010850 Transcription factor, putative 5.786232995 L4_chemical_B3 +LQ02X010850 Transcription factor, putative 6.708239563 L4_chemical_C2 +LQ02X010850 Transcription factor, putative 5.985374723 L4_chemical_C3 +LQ02X010870 Calmodulin-binding transcription activator 2 7.484489019 C6_control_A1 +LQ02X010870 Calmodulin-binding transcription activator 2 5.725195143 C6_control_A3 +LQ02X010870 Calmodulin-binding transcription activator 2 7.456733293 C6_control_B1 +LQ02X010870 Calmodulin-binding transcription activator 2 7.597062541 C6_control_B2 +LQ02X010870 Calmodulin-binding transcription activator 2 6.441082563 C6_control_B3 +LQ02X010870 Calmodulin-binding transcription activator 2 8.517170901 C6_control_C1 +LQ02X010870 Calmodulin-binding transcription activator 2 7.029150786 C6_control_C2 +LQ02X010870 Calmodulin-binding transcription activator 2 6.707215365 C6_control_C3 +LQ02X010870 Calmodulin-binding transcription activator 2 8.377144261 C6_chemical_A1 +LQ02X010870 Calmodulin-binding transcription activator 2 7.41693051 C6_chemical_A3 +LQ02X010870 Calmodulin-binding transcription activator 2 8.871790585 C6_chemical_B1 +LQ02X010870 Calmodulin-binding transcription activator 2 8.121423665 C6_chemical_B2 +LQ02X010870 Calmodulin-binding transcription activator 2 8.336955437 C6_chemical_B3 +LQ02X010870 Calmodulin-binding transcription activator 2 8.967754314 C6_chemical_C1 +LQ02X010870 Calmodulin-binding transcription activator 2 8.703857957 C6_chemical_C2 +LQ02X010870 Calmodulin-binding transcription activator 2 8.948576674 C6_chemical_C3 +LQ02X010870 Calmodulin-binding transcription activator 2 8.321324459 L4_control_A1 +LQ02X010870 Calmodulin-binding transcription activator 2 7.277085756 L4_control_A2 +LQ02X010870 Calmodulin-binding transcription activator 2 8.170847015 L4_control_A3 +LQ02X010870 Calmodulin-binding transcription activator 2 6.822293629 L4_control_B1 +LQ02X010870 Calmodulin-binding transcription activator 2 7.005181844 L4_control_B2 +LQ02X010870 Calmodulin-binding transcription activator 2 8.743777328 L4_control_B3 +LQ02X010870 Calmodulin-binding transcription activator 2 8.1536519 L4_control_C2 +LQ02X010870 Calmodulin-binding transcription activator 2 8.609250635 L4_control_C3 +LQ02X010870 Calmodulin-binding transcription activator 2 8.083980936 L4_chemical_A1 +LQ02X010870 Calmodulin-binding transcription activator 2 7.476350889 L4_chemical_A2 +LQ02X010870 Calmodulin-binding transcription activator 2 7.605377807 L4_chemical_A3 +LQ02X010870 Calmodulin-binding transcription activator 2 6.571609371 L4_chemical_B1 +LQ02X010870 Calmodulin-binding transcription activator 2 6.882145135 L4_chemical_B2 +LQ02X010870 Calmodulin-binding transcription activator 2 8.277069677 L4_chemical_B3 +LQ02X010870 Calmodulin-binding transcription activator 2 7.888726516 L4_chemical_C2 +LQ02X010870 Calmodulin-binding transcription activator 2 7.955657655 L4_chemical_C3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.903153732 C6_control_A1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.408377695 C6_control_A3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.364514729 C6_control_B1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.844396712 C6_control_B2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.729271479 C6_control_B3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.290370557 C6_control_C1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.621077701 C6_control_C2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.120210777 C6_control_C3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.92504733 C6_chemical_A1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.407631667 C6_chemical_A3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.621336553 C6_chemical_B1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.050737677 C6_chemical_B2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.218630251 C6_chemical_B3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.389522517 C6_chemical_C1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.40399471 C6_chemical_C2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.026202246 C6_chemical_C3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.773158911 L4_control_A1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.416827505 L4_control_A2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.830188012 L4_control_A3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.330793875 L4_control_B1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.606770413 L4_control_B2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.258666657 L4_control_B3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.451440101 L4_control_C2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.774311628 L4_control_C3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.370026419 L4_chemical_A1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.766210694 L4_chemical_A2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.720177696 L4_chemical_A3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.584406301 L4_chemical_B1 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.441761184 L4_chemical_B2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.44185807 L4_chemical_B3 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.923160053 L4_chemical_C2 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.577595738 L4_chemical_C3 +LQ02X011150 Putative Chaperone protein dnaJ 7.856762414 C6_control_A1 +LQ02X011150 Putative Chaperone protein dnaJ 7.91911962 C6_control_A3 +LQ02X011150 Putative Chaperone protein dnaJ 8.606755465 C6_control_B1 +LQ02X011150 Putative Chaperone protein dnaJ 8.166457232 C6_control_B2 +LQ02X011150 Putative Chaperone protein dnaJ 8.557296366 C6_control_B3 +LQ02X011150 Putative Chaperone protein dnaJ 8.926051321 C6_control_C1 +LQ02X011150 Putative Chaperone protein dnaJ 8.286986143 C6_control_C2 +LQ02X011150 Putative Chaperone protein dnaJ 8.331167122 C6_control_C3 +LQ02X011150 Putative Chaperone protein dnaJ 7.709869385 C6_chemical_A1 +LQ02X011150 Putative Chaperone protein dnaJ 8.415924504 C6_chemical_A3 +LQ02X011150 Putative Chaperone protein dnaJ 8.861914844 C6_chemical_B1 +LQ02X011150 Putative Chaperone protein dnaJ 8.180762252 C6_chemical_B2 +LQ02X011150 Putative Chaperone protein dnaJ 8.30976614 C6_chemical_B3 +LQ02X011150 Putative Chaperone protein dnaJ 8.940345413 C6_chemical_C1 +LQ02X011150 Putative Chaperone protein dnaJ 8.897839182 C6_chemical_C2 +LQ02X011150 Putative Chaperone protein dnaJ 8.618053393 C6_chemical_C3 +LQ02X011150 Putative Chaperone protein dnaJ 8.622959642 L4_control_A1 +LQ02X011150 Putative Chaperone protein dnaJ 9.247954486 L4_control_A2 +LQ02X011150 Putative Chaperone protein dnaJ 10.06081906 L4_control_A3 +LQ02X011150 Putative Chaperone protein dnaJ 9.577276278 L4_control_B1 +LQ02X011150 Putative Chaperone protein dnaJ 10.21008484 L4_control_B2 +LQ02X011150 Putative Chaperone protein dnaJ 9.119069768 L4_control_B3 +LQ02X011150 Putative Chaperone protein dnaJ 10.87047112 L4_control_C2 +LQ02X011150 Putative Chaperone protein dnaJ 10.9557478 L4_control_C3 +LQ02X011150 Putative Chaperone protein dnaJ 8.528095798 L4_chemical_A1 +LQ02X011150 Putative Chaperone protein dnaJ 9.288350872 L4_chemical_A2 +LQ02X011150 Putative Chaperone protein dnaJ 9.402997791 L4_chemical_A3 +LQ02X011150 Putative Chaperone protein dnaJ 9.548856856 L4_chemical_B1 +LQ02X011150 Putative Chaperone protein dnaJ 9.978249752 L4_chemical_B2 +LQ02X011150 Putative Chaperone protein dnaJ 8.701072236 L4_chemical_B3 +LQ02X011150 Putative Chaperone protein dnaJ 10.87112305 L4_chemical_C2 +LQ02X011150 Putative Chaperone protein dnaJ 10.68057502 L4_chemical_C3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.259193734 C6_control_A1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.293821235 C6_control_A3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.875968525 C6_control_B1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.255913512 C6_control_B2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.601620828 C6_control_B3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.480910997 C6_control_C1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.491220126 C6_control_C2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.85111486 C6_control_C3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.105558017 C6_chemical_A1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.701916426 C6_chemical_A3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.184091549 C6_chemical_B1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.506436596 C6_chemical_B2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.133138031 C6_chemical_B3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.510519474 C6_chemical_C1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.69321352 C6_chemical_C2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 6.116222824 C6_chemical_C3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.307963415 L4_control_A1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.000270855 L4_control_A2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.235841217 L4_control_A3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.068284603 L4_control_B1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.769115252 L4_control_B2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.398781582 L4_control_B3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.574565551 L4_control_C2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.581457396 L4_control_C3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.237220729 L4_chemical_A1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.136083349 L4_chemical_A2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.011630291 L4_chemical_A3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 6.170267348 L4_chemical_B1 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.469092483 L4_chemical_B2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.253974691 L4_chemical_B3 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.33413898 L4_chemical_C2 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.2162135 L4_chemical_C3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.798607905 C6_control_A1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.412151004 C6_control_A3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 6.27862312 C6_control_B1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 6.618019359 C6_control_B2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.302184741 C6_control_B3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 6.06545052 C6_control_C1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.548815221 C6_control_C2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 6.065872734 C6_control_C3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.443859357 C6_chemical_A1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.930647311 C6_chemical_A3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.59215955 C6_chemical_B1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.857603479 C6_chemical_B2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.398577131 C6_chemical_B3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.942879009 C6_chemical_C1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.59152854 C6_chemical_C2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.677934929 C6_chemical_C3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.790672283 L4_control_A1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.1718539 L4_control_A2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.107659314 L4_control_A3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 4.93569785 L4_control_B1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.18863784 L4_control_B2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.10716848 L4_control_B3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.208699942 L4_control_C2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 6.462607752 L4_control_C3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.290002647 L4_chemical_A1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.112232901 L4_chemical_A2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 4.81557747 L4_chemical_A3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 6.184514967 L4_chemical_B1 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.427412354 L4_chemical_B2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.329319678 L4_chemical_B3 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.415464333 L4_chemical_C2 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 6.394445092 L4_chemical_C3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.608116629 C6_control_A1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.08403174 C6_control_A3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.5464108 C6_control_B1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.076197956 C6_control_B2 +LQ02X011210 Putative Probable nitronate monooxygenase 5.526277016 C6_control_B3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.626680673 C6_control_C1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.9439222 C6_control_C2 +LQ02X011210 Putative Probable nitronate monooxygenase 5.371923247 C6_control_C3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.159247855 C6_chemical_A1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.282770955 C6_chemical_A3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.77345623 C6_chemical_B1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.364629365 C6_chemical_B2 +LQ02X011210 Putative Probable nitronate monooxygenase 5.823010289 C6_chemical_B3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.63913077 C6_chemical_C1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.390914104 C6_chemical_C2 +LQ02X011210 Putative Probable nitronate monooxygenase 5.429643065 C6_chemical_C3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.248808183 L4_control_A1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.334059877 L4_control_A2 +LQ02X011210 Putative Probable nitronate monooxygenase 5.133211541 L4_control_A3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.5812243 L4_control_B1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.420862256 L4_control_B2 +LQ02X011210 Putative Probable nitronate monooxygenase 5.345008512 L4_control_B3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.709094804 L4_control_C2 +LQ02X011210 Putative Probable nitronate monooxygenase 6.041103814 L4_control_C3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.532055059 L4_chemical_A1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.210798223 L4_chemical_A2 +LQ02X011210 Putative Probable nitronate monooxygenase 5.04850894 L4_chemical_A3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.541456013 L4_chemical_B1 +LQ02X011210 Putative Probable nitronate monooxygenase 5.362654653 L4_chemical_B2 +LQ02X011210 Putative Probable nitronate monooxygenase 4.973910079 L4_chemical_B3 +LQ02X011210 Putative Probable nitronate monooxygenase 5.648667738 L4_chemical_C2 +LQ02X011210 Putative Probable nitronate monooxygenase 5.996591993 L4_chemical_C3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.25871281 C6_control_A1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.84027139 C6_control_A3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.96748886 C6_control_B1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.88345598 C6_control_B2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.90897853 C6_control_B3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.59122853 C6_control_C1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.87719695 C6_control_C2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.79956845 C6_control_C3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.34671837 C6_chemical_A1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.83659774 C6_chemical_A3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.91657026 C6_chemical_B1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.81140451 C6_chemical_B2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.79520272 C6_chemical_B3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.85374816 C6_chemical_C1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.96170586 C6_chemical_C2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.66125435 C6_chemical_C3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.06717527 L4_control_A1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.54665273 L4_control_A2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.33165726 L4_control_A3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.03601602 L4_control_B1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.36110902 L4_control_B2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.4898157 L4_control_B3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.55456701 L4_control_C2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.36501245 L4_control_C3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.20744785 L4_chemical_A1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.34352416 L4_chemical_A2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.63508459 L4_chemical_A3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.29352087 L4_chemical_B1 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.68842616 L4_chemical_B2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.27811008 L4_chemical_B3 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.81338148 L4_chemical_C2 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.75005595 L4_chemical_C3 +LQ02X011260 Polyadenylate-binding protein 2 12.99298264 C6_control_A1 +LQ02X011260 Polyadenylate-binding protein 2 13.4670473 C6_control_A3 +LQ02X011260 Polyadenylate-binding protein 2 12.80409448 C6_control_B1 +LQ02X011260 Polyadenylate-binding protein 2 12.44611345 C6_control_B2 +LQ02X011260 Polyadenylate-binding protein 2 12.40371086 C6_control_B3 +LQ02X011260 Polyadenylate-binding protein 2 11.66540099 C6_control_C1 +LQ02X011260 Polyadenylate-binding protein 2 11.68054368 C6_control_C2 +LQ02X011260 Polyadenylate-binding protein 2 11.42341811 C6_control_C3 +LQ02X011260 Polyadenylate-binding protein 2 12.86408601 C6_chemical_A1 +LQ02X011260 Polyadenylate-binding protein 2 13.16807331 C6_chemical_A3 +LQ02X011260 Polyadenylate-binding protein 2 12.60316611 C6_chemical_B1 +LQ02X011260 Polyadenylate-binding protein 2 12.55246239 C6_chemical_B2 +LQ02X011260 Polyadenylate-binding protein 2 12.2543269 C6_chemical_B3 +LQ02X011260 Polyadenylate-binding protein 2 11.65534632 C6_chemical_C1 +LQ02X011260 Polyadenylate-binding protein 2 11.66090226 C6_chemical_C2 +LQ02X011260 Polyadenylate-binding protein 2 11.35185089 C6_chemical_C3 +LQ02X011260 Polyadenylate-binding protein 2 13.04449118 L4_control_A1 +LQ02X011260 Polyadenylate-binding protein 2 12.57129747 L4_control_A2 +LQ02X011260 Polyadenylate-binding protein 2 12.25163436 L4_control_A3 +LQ02X011260 Polyadenylate-binding protein 2 12.13831875 L4_control_B1 +LQ02X011260 Polyadenylate-binding protein 2 12.1174484 L4_control_B2 +LQ02X011260 Polyadenylate-binding protein 2 11.79315363 L4_control_B3 +LQ02X011260 Polyadenylate-binding protein 2 10.7738837 L4_control_C2 +LQ02X011260 Polyadenylate-binding protein 2 11.12091963 L4_control_C3 +LQ02X011260 Polyadenylate-binding protein 2 12.936759 L4_chemical_A1 +LQ02X011260 Polyadenylate-binding protein 2 12.35810807 L4_chemical_A2 +LQ02X011260 Polyadenylate-binding protein 2 12.07295442 L4_chemical_A3 +LQ02X011260 Polyadenylate-binding protein 2 12.36086978 L4_chemical_B1 +LQ02X011260 Polyadenylate-binding protein 2 12.58701902 L4_chemical_B2 +LQ02X011260 Polyadenylate-binding protein 2 12.29897736 L4_chemical_B3 +LQ02X011260 Polyadenylate-binding protein 2 10.91462722 L4_chemical_C2 +LQ02X011260 Polyadenylate-binding protein 2 11.2049389 L4_chemical_C3 +LQ02X011270 ABC transporter G family member 11 11.09982434 C6_control_A1 +LQ02X011270 ABC transporter G family member 11 10.87411649 C6_control_A3 +LQ02X011270 ABC transporter G family member 11 10.70144366 C6_control_B1 +LQ02X011270 ABC transporter G family member 11 10.1402423 C6_control_B2 +LQ02X011270 ABC transporter G family member 11 8.919504583 C6_control_B3 +LQ02X011270 ABC transporter G family member 11 9.184782165 C6_control_C1 +LQ02X011270 ABC transporter G family member 11 9.428677171 C6_control_C2 +LQ02X011270 ABC transporter G family member 11 8.597375163 C6_control_C3 +LQ02X011270 ABC transporter G family member 11 12.23584647 C6_chemical_A1 +LQ02X011270 ABC transporter G family member 11 11.42508341 C6_chemical_A3 +LQ02X011270 ABC transporter G family member 11 11.56234019 C6_chemical_B1 +LQ02X011270 ABC transporter G family member 11 11.16617551 C6_chemical_B2 +LQ02X011270 ABC transporter G family member 11 9.774845533 C6_chemical_B3 +LQ02X011270 ABC transporter G family member 11 9.494436353 C6_chemical_C1 +LQ02X011270 ABC transporter G family member 11 9.66815145 C6_chemical_C2 +LQ02X011270 ABC transporter G family member 11 9.682623565 C6_chemical_C3 +LQ02X011270 ABC transporter G family member 11 11.54563302 L4_control_A1 +LQ02X011270 ABC transporter G family member 11 10.76910682 L4_control_A2 +LQ02X011270 ABC transporter G family member 11 8.817422714 L4_control_A3 +LQ02X011270 ABC transporter G family member 11 8.371214605 L4_control_B1 +LQ02X011270 ABC transporter G family member 11 8.844716196 L4_control_B2 +LQ02X011270 ABC transporter G family member 11 6.743510117 L4_control_B3 +LQ02X011270 ABC transporter G family member 11 8.816492168 L4_control_C2 +LQ02X011270 ABC transporter G family member 11 8.930051618 L4_control_C3 +LQ02X011270 ABC transporter G family member 11 12.93383743 L4_chemical_A1 +LQ02X011270 ABC transporter G family member 11 12.41472892 L4_chemical_A2 +LQ02X011270 ABC transporter G family member 11 11.48122577 L4_chemical_A3 +LQ02X011270 ABC transporter G family member 11 11.74864905 L4_chemical_B1 +LQ02X011270 ABC transporter G family member 11 10.26169366 L4_chemical_B2 +LQ02X011270 ABC transporter G family member 11 8.032106995 L4_chemical_B3 +LQ02X011270 ABC transporter G family member 11 9.533587659 L4_chemical_C2 +LQ02X011270 ABC transporter G family member 11 9.031925283 L4_chemical_C3 +LQ02X011300 40S ribosomal protein S6 14.43830779 C6_control_A1 +LQ02X011300 40S ribosomal protein S6 14.8365322 C6_control_A3 +LQ02X011300 40S ribosomal protein S6 14.15974514 C6_control_B1 +LQ02X011300 40S ribosomal protein S6 14.43432259 C6_control_B2 +LQ02X011300 40S ribosomal protein S6 14.02291432 C6_control_B3 +LQ02X011300 40S ribosomal protein S6 14.29569087 C6_control_C1 +LQ02X011300 40S ribosomal protein S6 14.69454228 C6_control_C2 +LQ02X011300 40S ribosomal protein S6 14.20604975 C6_control_C3 +LQ02X011300 40S ribosomal protein S6 14.31846802 C6_chemical_A1 +LQ02X011300 40S ribosomal protein S6 14.25391618 C6_chemical_A3 +LQ02X011300 40S ribosomal protein S6 13.85471349 C6_chemical_B1 +LQ02X011300 40S ribosomal protein S6 14.36781324 C6_chemical_B2 +LQ02X011300 40S ribosomal protein S6 14.13451883 C6_chemical_B3 +LQ02X011300 40S ribosomal protein S6 14.25307319 C6_chemical_C1 +LQ02X011300 40S ribosomal protein S6 14.2497061 C6_chemical_C2 +LQ02X011300 40S ribosomal protein S6 14.00061512 C6_chemical_C3 +LQ02X011300 40S ribosomal protein S6 14.53430628 L4_control_A1 +LQ02X011300 40S ribosomal protein S6 14.61338379 L4_control_A2 +LQ02X011300 40S ribosomal protein S6 14.49136341 L4_control_A3 +LQ02X011300 40S ribosomal protein S6 13.52818438 L4_control_B1 +LQ02X011300 40S ribosomal protein S6 13.74024756 L4_control_B2 +LQ02X011300 40S ribosomal protein S6 14.11104904 L4_control_B3 +LQ02X011300 40S ribosomal protein S6 13.97458901 L4_control_C2 +LQ02X011300 40S ribosomal protein S6 13.77223851 L4_control_C3 +LQ02X011300 40S ribosomal protein S6 14.5969205 L4_chemical_A1 +LQ02X011300 40S ribosomal protein S6 14.50152548 L4_chemical_A2 +LQ02X011300 40S ribosomal protein S6 14.28290245 L4_chemical_A3 +LQ02X011300 40S ribosomal protein S6 13.95409967 L4_chemical_B1 +LQ02X011300 40S ribosomal protein S6 13.6860171 L4_chemical_B2 +LQ02X011300 40S ribosomal protein S6 14.1909412 L4_chemical_B3 +LQ02X011300 40S ribosomal protein S6 13.99411861 L4_chemical_C2 +LQ02X011300 40S ribosomal protein S6 13.94446086 L4_chemical_C3 +LQ02X011310 14-3-3 protein 6 9.388346821 C6_control_A1 +LQ02X011310 14-3-3 protein 6 9.816821976 C6_control_A3 +LQ02X011310 14-3-3 protein 6 9.322077728 C6_control_B1 +LQ02X011310 14-3-3 protein 6 9.740988744 C6_control_B2 +LQ02X011310 14-3-3 protein 6 9.470837525 C6_control_B3 +LQ02X011310 14-3-3 protein 6 9.227708638 C6_control_C1 +LQ02X011310 14-3-3 protein 6 9.452050218 C6_control_C2 +LQ02X011310 14-3-3 protein 6 9.426448766 C6_control_C3 +LQ02X011310 14-3-3 protein 6 9.482269174 C6_chemical_A1 +LQ02X011310 14-3-3 protein 6 9.761329502 C6_chemical_A3 +LQ02X011310 14-3-3 protein 6 9.376412934 C6_chemical_B1 +LQ02X011310 14-3-3 protein 6 9.766411884 C6_chemical_B2 +LQ02X011310 14-3-3 protein 6 9.363339824 C6_chemical_B3 +LQ02X011310 14-3-3 protein 6 9.095987767 C6_chemical_C1 +LQ02X011310 14-3-3 protein 6 9.139046335 C6_chemical_C2 +LQ02X011310 14-3-3 protein 6 9.395126607 C6_chemical_C3 +LQ02X011310 14-3-3 protein 6 9.119229559 L4_control_A1 +LQ02X011310 14-3-3 protein 6 9.265823511 L4_control_A2 +LQ02X011310 14-3-3 protein 6 9.06370496 L4_control_A3 +LQ02X011310 14-3-3 protein 6 9.850232019 L4_control_B1 +LQ02X011310 14-3-3 protein 6 9.723346582 L4_control_B2 +LQ02X011310 14-3-3 protein 6 9.603090646 L4_control_B3 +LQ02X011310 14-3-3 protein 6 9.035773125 L4_control_C2 +LQ02X011310 14-3-3 protein 6 9.327758455 L4_control_C3 +LQ02X011310 14-3-3 protein 6 9.049053015 L4_chemical_A1 +LQ02X011310 14-3-3 protein 6 8.922210218 L4_chemical_A2 +LQ02X011310 14-3-3 protein 6 9.18531001 L4_chemical_A3 +LQ02X011310 14-3-3 protein 6 9.557005874 L4_chemical_B1 +LQ02X011310 14-3-3 protein 6 9.479041113 L4_chemical_B2 +LQ02X011310 14-3-3 protein 6 9.89565815 L4_chemical_B3 +LQ02X011310 14-3-3 protein 6 9.117066473 L4_chemical_C2 +LQ02X011310 14-3-3 protein 6 9.339005957 L4_chemical_C3 +LQ02X011320 Splicing factor 3B subunit 1 7.501338409 C6_control_A1 +LQ02X011320 Splicing factor 3B subunit 1 7.52581362 C6_control_A3 +LQ02X011320 Splicing factor 3B subunit 1 7.972228156 C6_control_B1 +LQ02X011320 Splicing factor 3B subunit 1 6.892294594 C6_control_B2 +LQ02X011320 Splicing factor 3B subunit 1 7.761909413 C6_control_B3 +LQ02X011320 Splicing factor 3B subunit 1 6.662310632 C6_control_C1 +LQ02X011320 Splicing factor 3B subunit 1 6.719348178 C6_control_C2 +LQ02X011320 Splicing factor 3B subunit 1 7.2708305 C6_control_C3 +LQ02X011320 Splicing factor 3B subunit 1 7.519614983 C6_chemical_A1 +LQ02X011320 Splicing factor 3B subunit 1 7.377786904 C6_chemical_A3 +LQ02X011320 Splicing factor 3B subunit 1 7.912743357 C6_chemical_B1 +LQ02X011320 Splicing factor 3B subunit 1 6.990596864 C6_chemical_B2 +LQ02X011320 Splicing factor 3B subunit 1 7.080319411 C6_chemical_B3 +LQ02X011320 Splicing factor 3B subunit 1 6.562321612 C6_chemical_C1 +LQ02X011320 Splicing factor 3B subunit 1 6.960290972 C6_chemical_C2 +LQ02X011320 Splicing factor 3B subunit 1 6.766036803 C6_chemical_C3 +LQ02X011320 Splicing factor 3B subunit 1 7.061940939 L4_control_A1 +LQ02X011320 Splicing factor 3B subunit 1 8.333801647 L4_control_A2 +LQ02X011320 Splicing factor 3B subunit 1 8.000262586 L4_control_A3 +LQ02X011320 Splicing factor 3B subunit 1 7.136266404 L4_control_B1 +LQ02X011320 Splicing factor 3B subunit 1 7.723983722 L4_control_B2 +LQ02X011320 Splicing factor 3B subunit 1 7.644943598 L4_control_B3 +LQ02X011320 Splicing factor 3B subunit 1 7.843741736 L4_control_C2 +LQ02X011320 Splicing factor 3B subunit 1 8.106119482 L4_control_C3 +LQ02X011320 Splicing factor 3B subunit 1 6.9955222 L4_chemical_A1 +LQ02X011320 Splicing factor 3B subunit 1 8.42251039 L4_chemical_A2 +LQ02X011320 Splicing factor 3B subunit 1 7.843333618 L4_chemical_A3 +LQ02X011320 Splicing factor 3B subunit 1 7.814787648 L4_chemical_B1 +LQ02X011320 Splicing factor 3B subunit 1 8.444820791 L4_chemical_B2 +LQ02X011320 Splicing factor 3B subunit 1 7.319304578 L4_chemical_B3 +LQ02X011320 Splicing factor 3B subunit 1 8.198044308 L4_chemical_C2 +LQ02X011320 Splicing factor 3B subunit 1 7.723721874 L4_chemical_C3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.183498121 C6_control_A1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.106396486 C6_control_A3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.36631471 C6_control_B1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.143390035 C6_control_B2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.365250063 C6_control_B3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.837808074 C6_control_C1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.048886019 C6_control_C2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.554910572 C6_control_C3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.267951233 C6_chemical_A1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 4.737877161 C6_chemical_A3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.691644032 C6_chemical_B1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 4.946507571 C6_chemical_B2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.75935442 C6_chemical_B3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.286034836 C6_chemical_C1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.456119296 C6_chemical_C2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.117945913 C6_chemical_C3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.403375276 L4_control_A1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.267397135 L4_control_A2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.317483728 L4_control_A3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.561930857 L4_control_B1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.188527122 L4_control_B2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.260514534 L4_control_B3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.473524917 L4_control_C2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.563017778 L4_control_C3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 4.996230813 L4_chemical_A1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.192165683 L4_chemical_A2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.109174761 L4_chemical_A3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.117304898 L4_chemical_B1 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.258381799 L4_chemical_B2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 4.903829808 L4_chemical_B3 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.694110688 L4_chemical_C2 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.706300667 L4_chemical_C3 +LQ02X011400 Putative DNA replication licensing factor MCM9 8.173404927 C6_control_A1 +LQ02X011400 Putative DNA replication licensing factor MCM9 8.809786184 C6_control_A3 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.796273351 C6_control_B1 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.323468627 C6_control_B2 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.562914535 C6_control_B3 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.598872428 C6_control_C1 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.332807132 C6_control_C2 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.418770964 C6_control_C3 +LQ02X011400 Putative DNA replication licensing factor MCM9 7.421046384 C6_chemical_A1 +LQ02X011400 Putative DNA replication licensing factor MCM9 8.723986334 C6_chemical_A3 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.2498396 C6_chemical_B1 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.051850473 C6_chemical_B2 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.321997347 C6_chemical_B3 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.31925485 C6_chemical_C1 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.170051615 C6_chemical_C2 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.448222178 C6_chemical_C3 +LQ02X011400 Putative DNA replication licensing factor MCM9 8.727515205 L4_control_A1 +LQ02X011400 Putative DNA replication licensing factor MCM9 7.449617847 L4_control_A2 +LQ02X011400 Putative DNA replication licensing factor MCM9 8.051984957 L4_control_A3 +LQ02X011400 Putative DNA replication licensing factor MCM9 6.191396421 L4_control_B1 +LQ02X011400 Putative DNA replication licensing factor MCM9 6.309677966 L4_control_B2 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.678348006 L4_control_B3 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.856650962 L4_control_C2 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.3757843 L4_control_C3 +LQ02X011400 Putative DNA replication licensing factor MCM9 8.194975119 L4_chemical_A1 +LQ02X011400 Putative DNA replication licensing factor MCM9 6.316249251 L4_chemical_A2 +LQ02X011400 Putative DNA replication licensing factor MCM9 8.060359556 L4_chemical_A3 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.732068964 L4_chemical_B1 +LQ02X011400 Putative DNA replication licensing factor MCM9 6.350221129 L4_chemical_B2 +LQ02X011400 Putative DNA replication licensing factor MCM9 6.558920595 L4_chemical_B3 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.419560932 L4_chemical_C2 +LQ02X011400 Putative DNA replication licensing factor MCM9 5.651384846 L4_chemical_C3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.144542697 C6_control_A1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.156425897 C6_control_A3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.904070595 C6_control_B1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.114520409 C6_control_B2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.846860921 C6_control_B3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.912500691 C6_control_C1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.085017165 C6_control_C2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.816407219 C6_control_C3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.909856603 C6_chemical_A1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.814141364 C6_chemical_A3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.270470191 C6_chemical_B1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.117563549 C6_chemical_B2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.766516797 C6_chemical_B3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.805179813 C6_chemical_C1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.261182642 C6_chemical_C2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.389410968 C6_chemical_C3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.198146816 L4_control_A1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.856511762 L4_control_A2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.940929544 L4_control_A3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.81924712 L4_control_B1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.63018424 L4_control_B2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.095593182 L4_control_B3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.927449841 L4_control_C2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.962239725 L4_control_C3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.394927969 L4_chemical_A1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.122460105 L4_chemical_A2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.006469154 L4_chemical_A3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.443062587 L4_chemical_B1 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.837113287 L4_chemical_B2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 6.127531394 L4_chemical_B3 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.843382403 L4_chemical_C2 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 7.818815518 L4_chemical_C3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.6573639 C6_control_A1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.17564272 C6_control_A3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.5956237 C6_control_B1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.31832068 C6_control_B2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.51549192 C6_control_B3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.29547818 C6_control_C1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.46981749 C6_control_C2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.28512247 C6_control_C3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.82176234 C6_chemical_A1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.02927698 C6_chemical_A3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.46031291 C6_chemical_B1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.35423742 C6_chemical_B2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.33898236 C6_chemical_B3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.51050949 C6_chemical_C1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.72987357 C6_chemical_C2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.26488466 C6_chemical_C3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.03523986 L4_control_A1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.29809568 L4_control_A2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.31341939 L4_control_A3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.18264887 L4_control_B1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.65110583 L4_control_B2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.18823588 L4_control_B3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.8563651 L4_control_C2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.79456323 L4_control_C3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 13.7845539 L4_chemical_A1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.7544874 L4_chemical_A2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.73746662 L4_chemical_A3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.72801188 L4_chemical_B1 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.00266048 L4_chemical_B2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.5556086 L4_chemical_B3 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 12.01541291 L4_chemical_C2 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.83819674 L4_chemical_C3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.763750879 C6_control_A1 +LQ02X011460 Putative Classical arabinogalactan protein 1 6.666818418 C6_control_A3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.924563059 C6_control_B1 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.274237056 C6_control_B2 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.736762614 C6_control_B3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.249005165 C6_control_C1 +LQ02X011460 Putative Classical arabinogalactan protein 1 4.834485289 C6_control_C2 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.195950695 C6_control_C3 +LQ02X011460 Putative Classical arabinogalactan protein 1 6.179512392 C6_chemical_A1 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.861510992 C6_chemical_A3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.413181155 C6_chemical_B1 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.31779675 C6_chemical_B2 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.527143817 C6_chemical_B3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.272416607 C6_chemical_C1 +LQ02X011460 Putative Classical arabinogalactan protein 1 4.895188772 C6_chemical_C2 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.251836343 C6_chemical_C3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.955853588 L4_control_A1 +LQ02X011460 Putative Classical arabinogalactan protein 1 6.123040589 L4_control_A2 +LQ02X011460 Putative Classical arabinogalactan protein 1 6.151803829 L4_control_A3 +LQ02X011460 Putative Classical arabinogalactan protein 1 6.144019611 L4_control_B1 +LQ02X011460 Putative Classical arabinogalactan protein 1 6.052348363 L4_control_B2 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.54728999 L4_control_B3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.744056364 L4_control_C2 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.351986911 L4_control_C3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.540322213 L4_chemical_A1 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.95863505 L4_chemical_A2 +LQ02X011460 Putative Classical arabinogalactan protein 1 6.861412598 L4_chemical_A3 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.90843426 L4_chemical_B1 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.694577635 L4_chemical_B2 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.760808691 L4_chemical_B3 +LQ02X011460 Putative Classical arabinogalactan protein 1 4.789431914 L4_chemical_C2 +LQ02X011460 Putative Classical arabinogalactan protein 1 5.253785294 L4_chemical_C3 +LQ02X011470 Hypothetical protein 10.00104849 C6_control_A1 +LQ02X011470 Hypothetical protein 10.68107431 C6_control_A3 +LQ02X011470 Hypothetical protein 10.68076428 C6_control_B1 +LQ02X011470 Hypothetical protein 9.595343152 C6_control_B2 +LQ02X011470 Hypothetical protein 10.64041213 C6_control_B3 +LQ02X011470 Hypothetical protein 8.177745072 C6_control_C1 +LQ02X011470 Hypothetical protein 8.478512489 C6_control_C2 +LQ02X011470 Hypothetical protein 8.819373567 C6_control_C3 +LQ02X011470 Hypothetical protein 10.13848746 C6_chemical_A1 +LQ02X011470 Hypothetical protein 10.15821076 C6_chemical_A3 +LQ02X011470 Hypothetical protein 10.59794642 C6_chemical_B1 +LQ02X011470 Hypothetical protein 9.694011792 C6_chemical_B2 +LQ02X011470 Hypothetical protein 10.66012792 C6_chemical_B3 +LQ02X011470 Hypothetical protein 8.111529603 C6_chemical_C1 +LQ02X011470 Hypothetical protein 8.434152787 C6_chemical_C2 +LQ02X011470 Hypothetical protein 8.538370113 C6_chemical_C3 +LQ02X011470 Hypothetical protein 10.80313708 L4_control_A1 +LQ02X011470 Hypothetical protein 10.8354976 L4_control_A2 +LQ02X011470 Hypothetical protein 10.67286307 L4_control_A3 +LQ02X011470 Hypothetical protein 9.057064817 L4_control_B1 +LQ02X011470 Hypothetical protein 10.0816465 L4_control_B2 +LQ02X011470 Hypothetical protein 8.457211755 L4_control_B3 +LQ02X011470 Hypothetical protein 8.160962141 L4_control_C2 +LQ02X011470 Hypothetical protein 6.791697455 L4_control_C3 +LQ02X011470 Hypothetical protein 10.03468957 L4_chemical_A1 +LQ02X011470 Hypothetical protein 10.0669472 L4_chemical_A2 +LQ02X011470 Hypothetical protein 10.25157543 L4_chemical_A3 +LQ02X011470 Hypothetical protein 9.672485255 L4_chemical_B1 +LQ02X011470 Hypothetical protein 10.41984195 L4_chemical_B2 +LQ02X011470 Hypothetical protein 9.682968635 L4_chemical_B3 +LQ02X011470 Hypothetical protein 6.042971199 L4_chemical_C2 +LQ02X011470 Hypothetical protein 7.021044018 L4_chemical_C3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.453972195 C6_control_A1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 5.998228826 C6_control_A3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.668255073 C6_control_B1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.728894748 C6_control_B2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.093704713 C6_control_B3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.830228578 C6_control_C1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.943009779 C6_control_C2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 9.580042685 C6_control_C3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 6.805696244 C6_chemical_A1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.0910945 C6_chemical_A3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.5668507 C6_chemical_B1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.538931966 C6_chemical_B2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.775505079 C6_chemical_B3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.378253196 C6_chemical_C1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.762754948 C6_chemical_C2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 10.08198819 C6_chemical_C3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.30486699 L4_control_A1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.03187572 L4_control_A2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.153632423 L4_control_A3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.273701439 L4_control_B1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.091835447 L4_control_B2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.074524979 L4_control_B3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 10.47605384 L4_control_C2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 11.17847587 L4_control_C3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 9.563474907 L4_chemical_A1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 9.030075061 L4_chemical_A2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 9.125146463 L4_chemical_A3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 9.594897612 L4_chemical_B1 +LQ02X011510 Putative RING-H2 finger protein ATL1O 8.403140102 L4_chemical_B2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 7.465632881 L4_chemical_B3 +LQ02X011510 Putative RING-H2 finger protein ATL1O 10.2376709 L4_chemical_C2 +LQ02X011510 Putative RING-H2 finger protein ATL1O 10.69856753 L4_chemical_C3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.970910403 C6_control_A1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.199194618 C6_control_A3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.425724023 C6_control_B1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.127123278 C6_control_B2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.291439437 C6_control_B3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.289400589 C6_control_C1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.220478639 C6_control_C2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.385868199 C6_control_C3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.242235609 C6_chemical_A1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.246987671 C6_chemical_A3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.209928465 C6_chemical_B1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.138551459 C6_chemical_B2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.088401289 C6_chemical_B3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.840109476 C6_chemical_C1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.240825094 C6_chemical_C2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.116204661 C6_chemical_C3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.065854324 L4_control_A1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.341319524 L4_control_A2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.54819136 L4_control_A3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.45214843 L4_control_B1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.20341342 L4_control_B2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.218147536 L4_control_B3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.161809008 L4_control_C2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.269588684 L4_control_C3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.056348843 L4_chemical_A1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.396883043 L4_chemical_A2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.236061393 L4_chemical_A3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.040206854 L4_chemical_B1 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.724709917 L4_chemical_B2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.133802958 L4_chemical_B3 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.830848415 L4_chemical_C2 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.955562654 L4_chemical_C3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.11263946 C6_control_A1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.36156192 C6_control_A3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.577589633 C6_control_B1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.519972041 C6_control_B2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.315495331 C6_control_B3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 8.911954584 C6_control_C1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 8.512264223 C6_control_C2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 8.540491816 C6_control_C3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.01505662 C6_chemical_A1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.99624746 C6_chemical_A3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.348688652 C6_chemical_B1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.499928188 C6_chemical_B2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.606277574 C6_chemical_B3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 8.961632082 C6_chemical_C1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 8.772135486 C6_chemical_C2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 8.292368758 C6_chemical_C3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.75119737 L4_control_A1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.3442219 L4_control_A2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.75738688 L4_control_A3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 8.868139024 L4_control_B1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.253292534 L4_control_B2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.213117013 L4_control_B3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 7.627709149 L4_control_C2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 7.618649287 L4_control_C3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 11.24506234 L4_chemical_A1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.8253177 L4_chemical_A2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 11.30508794 L4_chemical_A3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.408167966 L4_chemical_B1 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 9.343681496 L4_chemical_B2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.22434897 L4_chemical_B3 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 7.136354369 L4_chemical_C2 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 7.46393924 L4_chemical_C3 +LQ02X011670 Alternative oxidase, mitochondrial 5.755160181 C6_control_A1 +LQ02X011670 Alternative oxidase, mitochondrial 5.716240469 C6_control_A3 +LQ02X011670 Alternative oxidase, mitochondrial 5.474277827 C6_control_B1 +LQ02X011670 Alternative oxidase, mitochondrial 5.893911606 C6_control_B2 +LQ02X011670 Alternative oxidase, mitochondrial 5.702231899 C6_control_B3 +LQ02X011670 Alternative oxidase, mitochondrial 5.631019222 C6_control_C1 +LQ02X011670 Alternative oxidase, mitochondrial 6.044907678 C6_control_C2 +LQ02X011670 Alternative oxidase, mitochondrial 5.551510626 C6_control_C3 +LQ02X011670 Alternative oxidase, mitochondrial 5.538720427 C6_chemical_A1 +LQ02X011670 Alternative oxidase, mitochondrial 5.884970234 C6_chemical_A3 +LQ02X011670 Alternative oxidase, mitochondrial 5.572653373 C6_chemical_B1 +LQ02X011670 Alternative oxidase, mitochondrial 5.95243902 C6_chemical_B2 +LQ02X011670 Alternative oxidase, mitochondrial 5.245115445 C6_chemical_B3 +LQ02X011670 Alternative oxidase, mitochondrial 5.535731492 C6_chemical_C1 +LQ02X011670 Alternative oxidase, mitochondrial 6.326569852 C6_chemical_C2 +LQ02X011670 Alternative oxidase, mitochondrial 6.003785278 C6_chemical_C3 +LQ02X011670 Alternative oxidase, mitochondrial 5.777591485 L4_control_A1 +LQ02X011670 Alternative oxidase, mitochondrial 6.313357022 L4_control_A2 +LQ02X011670 Alternative oxidase, mitochondrial 6.497443123 L4_control_A3 +LQ02X011670 Alternative oxidase, mitochondrial 6.180629584 L4_control_B1 +LQ02X011670 Alternative oxidase, mitochondrial 5.982430044 L4_control_B2 +LQ02X011670 Alternative oxidase, mitochondrial 5.724605491 L4_control_B3 +LQ02X011670 Alternative oxidase, mitochondrial 5.613532953 L4_control_C2 +LQ02X011670 Alternative oxidase, mitochondrial 7.238352718 L4_control_C3 +LQ02X011670 Alternative oxidase, mitochondrial 5.477623967 L4_chemical_A1 +LQ02X011670 Alternative oxidase, mitochondrial 5.754198424 L4_chemical_A2 +LQ02X011670 Alternative oxidase, mitochondrial 6.064514676 L4_chemical_A3 +LQ02X011670 Alternative oxidase, mitochondrial 6.050006997 L4_chemical_B1 +LQ02X011670 Alternative oxidase, mitochondrial 5.614926311 L4_chemical_B2 +LQ02X011670 Alternative oxidase, mitochondrial 5.889984016 L4_chemical_B3 +LQ02X011670 Alternative oxidase, mitochondrial 5.642895843 L4_chemical_C2 +LQ02X011670 Alternative oxidase, mitochondrial 5.964333066 L4_chemical_C3 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.986649568 C6_control_A1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.967616104 C6_control_A3 +LQ02X011690 Putative copper-transporting ATPase PAA1 6.623612836 C6_control_B1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.745144653 C6_control_B2 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.943402589 C6_control_B3 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.858696747 C6_control_C1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.636018312 C6_control_C2 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.446840604 C6_control_C3 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.6255845 C6_chemical_A1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.613914709 C6_chemical_A3 +LQ02X011690 Putative copper-transporting ATPase PAA1 6.829782028 C6_chemical_B1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.704454703 C6_chemical_B2 +LQ02X011690 Putative copper-transporting ATPase PAA1 6.235145668 C6_chemical_B3 +LQ02X011690 Putative copper-transporting ATPase PAA1 6.123031893 C6_chemical_C1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.662726905 C6_chemical_C2 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.313773827 C6_chemical_C3 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.953699259 L4_control_A1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.791607529 L4_control_A2 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.113572923 L4_control_A3 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.442981884 L4_control_B1 +LQ02X011690 Putative copper-transporting ATPase PAA1 4.971452354 L4_control_B2 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.868533128 L4_control_B3 +LQ02X011690 Putative copper-transporting ATPase PAA1 6.245899747 L4_control_C2 +LQ02X011690 Putative copper-transporting ATPase PAA1 6.128540646 L4_control_C3 +LQ02X011690 Putative copper-transporting ATPase PAA1 6.304044739 L4_chemical_A1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.641188025 L4_chemical_A2 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.184066282 L4_chemical_A3 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.568550632 L4_chemical_B1 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.675635491 L4_chemical_B2 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.92137108 L4_chemical_B3 +LQ02X011690 Putative copper-transporting ATPase PAA1 6.195789778 L4_chemical_C2 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.608902469 L4_chemical_C3 +LQ02X011700 Potassium transporter 7 14.25504298 C6_control_A1 +LQ02X011700 Potassium transporter 7 13.62211158 C6_control_A3 +LQ02X011700 Potassium transporter 7 14.21038357 C6_control_B1 +LQ02X011700 Potassium transporter 7 13.55809394 C6_control_B2 +LQ02X011700 Potassium transporter 7 14.18471489 C6_control_B3 +LQ02X011700 Potassium transporter 7 13.40335917 C6_control_C1 +LQ02X011700 Potassium transporter 7 13.26922599 C6_control_C2 +LQ02X011700 Potassium transporter 7 13.69979151 C6_control_C3 +LQ02X011700 Potassium transporter 7 13.91239374 C6_chemical_A1 +LQ02X011700 Potassium transporter 7 13.70584771 C6_chemical_A3 +LQ02X011700 Potassium transporter 7 13.89786717 C6_chemical_B1 +LQ02X011700 Potassium transporter 7 13.16736758 C6_chemical_B2 +LQ02X011700 Potassium transporter 7 13.9291817 C6_chemical_B3 +LQ02X011700 Potassium transporter 7 13.25412549 C6_chemical_C1 +LQ02X011700 Potassium transporter 7 13.27503223 C6_chemical_C2 +LQ02X011700 Potassium transporter 7 13.35137256 C6_chemical_C3 +LQ02X011700 Potassium transporter 7 14.04451852 L4_control_A1 +LQ02X011700 Potassium transporter 7 13.88470271 L4_control_A2 +LQ02X011700 Potassium transporter 7 13.817125 L4_control_A3 +LQ02X011700 Potassium transporter 7 14.13303077 L4_control_B1 +LQ02X011700 Potassium transporter 7 13.9712755 L4_control_B2 +LQ02X011700 Potassium transporter 7 13.52492496 L4_control_B3 +LQ02X011700 Potassium transporter 7 14.12125888 L4_control_C2 +LQ02X011700 Potassium transporter 7 13.92049865 L4_control_C3 +LQ02X011700 Potassium transporter 7 13.73496979 L4_chemical_A1 +LQ02X011700 Potassium transporter 7 13.70258213 L4_chemical_A2 +LQ02X011700 Potassium transporter 7 13.93324943 L4_chemical_A3 +LQ02X011700 Potassium transporter 7 14.25565511 L4_chemical_B1 +LQ02X011700 Potassium transporter 7 14.0651189 L4_chemical_B2 +LQ02X011700 Potassium transporter 7 13.81649277 L4_chemical_B3 +LQ02X011700 Potassium transporter 7 13.98886392 L4_chemical_C2 +LQ02X011700 Potassium transporter 7 13.82821692 L4_chemical_C3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.29874641 C6_control_A1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.75426632 C6_control_A3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.446405585 C6_control_B1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.377163719 C6_control_B2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.907206027 C6_control_B3 +LQ02X011710 Serine/arginine rich splicing factor, putative 6.170924707 C6_control_C1 +LQ02X011710 Serine/arginine rich splicing factor, putative 6.53767045 C6_control_C2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.42980957 C6_control_C3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.182511389 C6_chemical_A1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.250876684 C6_chemical_A3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.754886493 C6_chemical_B1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.660416438 C6_chemical_B2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.442136889 C6_chemical_B3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.989029281 C6_chemical_C1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.501969253 C6_chemical_C2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.29192024 C6_chemical_C3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.21212326 L4_control_A1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.814954534 L4_control_A2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.055999475 L4_control_A3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.276410401 L4_control_B1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.054248538 L4_control_B2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.593595384 L4_control_B3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.860185677 L4_control_C2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.920406411 L4_control_C3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.292225887 L4_chemical_A1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.583312045 L4_chemical_A2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.111390864 L4_chemical_A3 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.21434173 L4_chemical_B1 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.691065763 L4_chemical_B2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.14683659 L4_chemical_B3 +LQ02X011710 Serine/arginine rich splicing factor, putative 6.07808333 L4_chemical_C2 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.67661964 L4_chemical_C3 +LQ02X011730 Predicted protein 5.34077548 C6_control_A1 +LQ02X011730 Predicted protein 5.013469315 C6_control_A3 +LQ02X011730 Predicted protein 5.430067045 C6_control_B1 +LQ02X011730 Predicted protein 4.900670602 C6_control_B2 +LQ02X011730 Predicted protein 5.162035708 C6_control_B3 +LQ02X011730 Predicted protein 5.627706106 C6_control_C1 +LQ02X011730 Predicted protein 5.638897441 C6_control_C2 +LQ02X011730 Predicted protein 5.130236983 C6_control_C3 +LQ02X011730 Predicted protein 4.978682529 C6_chemical_A1 +LQ02X011730 Predicted protein 4.976610405 C6_chemical_A3 +LQ02X011730 Predicted protein 5.141542836 C6_chemical_B1 +LQ02X011730 Predicted protein 4.837961817 C6_chemical_B2 +LQ02X011730 Predicted protein 5.01617057 C6_chemical_B3 +LQ02X011730 Predicted protein 5.279294511 C6_chemical_C1 +LQ02X011730 Predicted protein 5.208684631 C6_chemical_C2 +LQ02X011730 Predicted protein 5.044445814 C6_chemical_C3 +LQ02X011730 Predicted protein 5.035528695 L4_control_A1 +LQ02X011730 Predicted protein 4.954572427 L4_control_A2 +LQ02X011730 Predicted protein 4.948260256 L4_control_A3 +LQ02X011730 Predicted protein 5.398585087 L4_control_B1 +LQ02X011730 Predicted protein 4.912162298 L4_control_B2 +LQ02X011730 Predicted protein 4.893759387 L4_control_B3 +LQ02X011730 Predicted protein 5.153151016 L4_control_C2 +LQ02X011730 Predicted protein 5.605792083 L4_control_C3 +LQ02X011730 Predicted protein 4.720390724 L4_chemical_A1 +LQ02X011730 Predicted protein 5.023675208 L4_chemical_A2 +LQ02X011730 Predicted protein 4.704946083 L4_chemical_A3 +LQ02X011730 Predicted protein 5.223319846 L4_chemical_B1 +LQ02X011730 Predicted protein 5.172129203 L4_chemical_B2 +LQ02X011730 Predicted protein 5.429285228 L4_chemical_B3 +LQ02X011730 Predicted protein 5.291146556 L4_chemical_C2 +LQ02X011730 Predicted protein 5.510511419 L4_chemical_C3 +LQ02X011740 Predicted protein 10.25883846 C6_control_A1 +LQ02X011740 Predicted protein 10.11716865 C6_control_A3 +LQ02X011740 Predicted protein 10.62766103 C6_control_B1 +LQ02X011740 Predicted protein 10.30730754 C6_control_B2 +LQ02X011740 Predicted protein 10.85386789 C6_control_B3 +LQ02X011740 Predicted protein 10.0232944 C6_control_C1 +LQ02X011740 Predicted protein 9.810466345 C6_control_C2 +LQ02X011740 Predicted protein 9.63974557 C6_control_C3 +LQ02X011740 Predicted protein 10.12372058 C6_chemical_A1 +LQ02X011740 Predicted protein 9.94871725 C6_chemical_A3 +LQ02X011740 Predicted protein 9.997864919 C6_chemical_B1 +LQ02X011740 Predicted protein 10.48334264 C6_chemical_B2 +LQ02X011740 Predicted protein 10.58872616 C6_chemical_B3 +LQ02X011740 Predicted protein 10.10810114 C6_chemical_C1 +LQ02X011740 Predicted protein 9.965138419 C6_chemical_C2 +LQ02X011740 Predicted protein 9.68734266 C6_chemical_C3 +LQ02X011740 Predicted protein 9.948349004 L4_control_A1 +LQ02X011740 Predicted protein 10.62487959 L4_control_A2 +LQ02X011740 Predicted protein 10.57844076 L4_control_A3 +LQ02X011740 Predicted protein 10.18176729 L4_control_B1 +LQ02X011740 Predicted protein 10.01894173 L4_control_B2 +LQ02X011740 Predicted protein 10.34770454 L4_control_B3 +LQ02X011740 Predicted protein 10.54656276 L4_control_C2 +LQ02X011740 Predicted protein 9.640215241 L4_control_C3 +LQ02X011740 Predicted protein 10.1047478 L4_chemical_A1 +LQ02X011740 Predicted protein 10.3596705 L4_chemical_A2 +LQ02X011740 Predicted protein 10.48897915 L4_chemical_A3 +LQ02X011740 Predicted protein 10.43627372 L4_chemical_B1 +LQ02X011740 Predicted protein 10.02107926 L4_chemical_B2 +LQ02X011740 Predicted protein 9.717597366 L4_chemical_B3 +LQ02X011740 Predicted protein 10.47954471 L4_chemical_C2 +LQ02X011740 Predicted protein 9.854969051 L4_chemical_C3 +LQ02X011760 Putative uncharacterized protein 10.73942052 C6_control_A1 +LQ02X011760 Putative uncharacterized protein 9.881298426 C6_control_A3 +LQ02X011760 Putative uncharacterized protein 10.94654833 C6_control_B1 +LQ02X011760 Putative uncharacterized protein 10.34377062 C6_control_B2 +LQ02X011760 Putative uncharacterized protein 9.422709038 C6_control_B3 +LQ02X011760 Putative uncharacterized protein 12.22083899 C6_control_C1 +LQ02X011760 Putative uncharacterized protein 11.70141112 C6_control_C2 +LQ02X011760 Putative uncharacterized protein 10.64045948 C6_control_C3 +LQ02X011760 Putative uncharacterized protein 11.63215868 C6_chemical_A1 +LQ02X011760 Putative uncharacterized protein 10.53968697 C6_chemical_A3 +LQ02X011760 Putative uncharacterized protein 11.83424648 C6_chemical_B1 +LQ02X011760 Putative uncharacterized protein 11.73340859 C6_chemical_B2 +LQ02X011760 Putative uncharacterized protein 10.55943311 C6_chemical_B3 +LQ02X011760 Putative uncharacterized protein 12.62714795 C6_chemical_C1 +LQ02X011760 Putative uncharacterized protein 12.07719169 C6_chemical_C2 +LQ02X011760 Putative uncharacterized protein 12.51694762 C6_chemical_C3 +LQ02X011760 Putative uncharacterized protein 10.35877154 L4_control_A1 +LQ02X011760 Putative uncharacterized protein 10.21231454 L4_control_A2 +LQ02X011760 Putative uncharacterized protein 7.954310456 L4_control_A3 +LQ02X011760 Putative uncharacterized protein 11.33549328 L4_control_B1 +LQ02X011760 Putative uncharacterized protein 10.94540612 L4_control_B2 +LQ02X011760 Putative uncharacterized protein 10.19795938 L4_control_B3 +LQ02X011760 Putative uncharacterized protein 10.98956484 L4_control_C2 +LQ02X011760 Putative uncharacterized protein 11.26449674 L4_control_C3 +LQ02X011760 Putative uncharacterized protein 10.2082105 L4_chemical_A1 +LQ02X011760 Putative uncharacterized protein 10.39037315 L4_chemical_A2 +LQ02X011760 Putative uncharacterized protein 8.465030572 L4_chemical_A3 +LQ02X011760 Putative uncharacterized protein 10.56510547 L4_chemical_B1 +LQ02X011760 Putative uncharacterized protein 10.40432072 L4_chemical_B2 +LQ02X011760 Putative uncharacterized protein 10.36058525 L4_chemical_B3 +LQ02X011760 Putative uncharacterized protein 10.81820149 L4_chemical_C2 +LQ02X011760 Putative uncharacterized protein 11.49342135 L4_chemical_C3 +LQ02X011780 GDSL esterase/lipase 1 5.154044996 C6_control_A1 +LQ02X011780 GDSL esterase/lipase 1 5.070602636 C6_control_A3 +LQ02X011780 GDSL esterase/lipase 1 5.270226312 C6_control_B1 +LQ02X011780 GDSL esterase/lipase 1 4.817116168 C6_control_B2 +LQ02X011780 GDSL esterase/lipase 1 5.05131044 C6_control_B3 +LQ02X011780 GDSL esterase/lipase 1 5.258232441 C6_control_C1 +LQ02X011780 GDSL esterase/lipase 1 4.991432036 C6_control_C2 +LQ02X011780 GDSL esterase/lipase 1 5.126325551 C6_control_C3 +LQ02X011780 GDSL esterase/lipase 1 5.419814379 C6_chemical_A1 +LQ02X011780 GDSL esterase/lipase 1 4.835363755 C6_chemical_A3 +LQ02X011780 GDSL esterase/lipase 1 5.007696889 C6_chemical_B1 +LQ02X011780 GDSL esterase/lipase 1 4.788443933 C6_chemical_B2 +LQ02X011780 GDSL esterase/lipase 1 5.522165089 C6_chemical_B3 +LQ02X011780 GDSL esterase/lipase 1 5.067778666 C6_chemical_C1 +LQ02X011780 GDSL esterase/lipase 1 4.868752556 C6_chemical_C2 +LQ02X011780 GDSL esterase/lipase 1 5.114916025 C6_chemical_C3 +LQ02X011780 GDSL esterase/lipase 1 5.194401295 L4_control_A1 +LQ02X011780 GDSL esterase/lipase 1 5.679819247 L4_control_A2 +LQ02X011780 GDSL esterase/lipase 1 5.085507385 L4_control_A3 +LQ02X011780 GDSL esterase/lipase 1 6.257892222 L4_control_B1 +LQ02X011780 GDSL esterase/lipase 1 5.310696175 L4_control_B2 +LQ02X011780 GDSL esterase/lipase 1 4.945083146 L4_control_B3 +LQ02X011780 GDSL esterase/lipase 1 6.114825866 L4_control_C2 +LQ02X011780 GDSL esterase/lipase 1 6.214151892 L4_control_C3 +LQ02X011780 GDSL esterase/lipase 1 5.291053077 L4_chemical_A1 +LQ02X011780 GDSL esterase/lipase 1 5.630614147 L4_chemical_A2 +LQ02X011780 GDSL esterase/lipase 1 5.13910836 L4_chemical_A3 +LQ02X011780 GDSL esterase/lipase 1 5.58904219 L4_chemical_B1 +LQ02X011780 GDSL esterase/lipase 1 5.892129153 L4_chemical_B2 +LQ02X011780 GDSL esterase/lipase 1 4.817197169 L4_chemical_B3 +LQ02X011780 GDSL esterase/lipase 1 5.485361212 L4_chemical_C2 +LQ02X011780 GDSL esterase/lipase 1 5.709779232 L4_chemical_C3 +LQ02X011790 GDSL esterase/lipase 5 5.07276676 C6_control_A1 +LQ02X011790 GDSL esterase/lipase 5 5.040170894 C6_control_A3 +LQ02X011790 GDSL esterase/lipase 5 4.99540238 C6_control_B1 +LQ02X011790 GDSL esterase/lipase 5 4.963665842 C6_control_B2 +LQ02X011790 GDSL esterase/lipase 5 5.02984628 C6_control_B3 +LQ02X011790 GDSL esterase/lipase 5 5.144991134 C6_control_C1 +LQ02X011790 GDSL esterase/lipase 5 4.873308588 C6_control_C2 +LQ02X011790 GDSL esterase/lipase 5 4.943228423 C6_control_C3 +LQ02X011790 GDSL esterase/lipase 5 4.987535248 C6_chemical_A1 +LQ02X011790 GDSL esterase/lipase 5 4.809063375 C6_chemical_A3 +LQ02X011790 GDSL esterase/lipase 5 4.983225001 C6_chemical_B1 +LQ02X011790 GDSL esterase/lipase 5 4.90633238 C6_chemical_B2 +LQ02X011790 GDSL esterase/lipase 5 5.186152713 C6_chemical_B3 +LQ02X011790 GDSL esterase/lipase 5 5.209696365 C6_chemical_C1 +LQ02X011790 GDSL esterase/lipase 5 4.955674265 C6_chemical_C2 +LQ02X011790 GDSL esterase/lipase 5 5.333402943 C6_chemical_C3 +LQ02X011790 GDSL esterase/lipase 5 5.007769919 L4_control_A1 +LQ02X011790 GDSL esterase/lipase 5 5.210043039 L4_control_A2 +LQ02X011790 GDSL esterase/lipase 5 6.016098337 L4_control_A3 +LQ02X011790 GDSL esterase/lipase 5 5.007383088 L4_control_B1 +LQ02X011790 GDSL esterase/lipase 5 5.281193563 L4_control_B2 +LQ02X011790 GDSL esterase/lipase 5 4.867127836 L4_control_B3 +LQ02X011790 GDSL esterase/lipase 5 5.53499165 L4_control_C2 +LQ02X011790 GDSL esterase/lipase 5 4.898722261 L4_control_C3 +LQ02X011790 GDSL esterase/lipase 5 5.23872115 L4_chemical_A1 +LQ02X011790 GDSL esterase/lipase 5 5.204001487 L4_chemical_A2 +LQ02X011790 GDSL esterase/lipase 5 5.583072283 L4_chemical_A3 +LQ02X011790 GDSL esterase/lipase 5 5.081251128 L4_chemical_B1 +LQ02X011790 GDSL esterase/lipase 5 5.234227078 L4_chemical_B2 +LQ02X011790 GDSL esterase/lipase 5 4.89408886 L4_chemical_B3 +LQ02X011790 GDSL esterase/lipase 5 5.395506849 L4_chemical_C2 +LQ02X011790 GDSL esterase/lipase 5 5.571384613 L4_chemical_C3 +LQ02X011820 GDSL esterase/lipase 2 4.792161803 C6_control_A1 +LQ02X011820 GDSL esterase/lipase 2 4.710110436 C6_control_A3 +LQ02X011820 GDSL esterase/lipase 2 4.857350564 C6_control_B1 +LQ02X011820 GDSL esterase/lipase 2 4.603253892 C6_control_B2 +LQ02X011820 GDSL esterase/lipase 2 4.772431042 C6_control_B3 +LQ02X011820 GDSL esterase/lipase 2 4.82743797 C6_control_C1 +LQ02X011820 GDSL esterase/lipase 2 4.753726654 C6_control_C2 +LQ02X011820 GDSL esterase/lipase 2 4.911566895 C6_control_C3 +LQ02X011820 GDSL esterase/lipase 2 4.577821181 C6_chemical_A1 +LQ02X011820 GDSL esterase/lipase 2 5.0264315 C6_chemical_A3 +LQ02X011820 GDSL esterase/lipase 2 4.713772798 C6_chemical_B1 +LQ02X011820 GDSL esterase/lipase 2 4.852904503 C6_chemical_B2 +LQ02X011820 GDSL esterase/lipase 2 4.709384777 C6_chemical_B3 +LQ02X011820 GDSL esterase/lipase 2 4.666533777 C6_chemical_C1 +LQ02X011820 GDSL esterase/lipase 2 4.686056816 C6_chemical_C2 +LQ02X011820 GDSL esterase/lipase 2 4.620863062 C6_chemical_C3 +LQ02X011820 GDSL esterase/lipase 2 5.181060436 L4_control_A1 +LQ02X011820 GDSL esterase/lipase 2 4.953834106 L4_control_A2 +LQ02X011820 GDSL esterase/lipase 2 4.869922502 L4_control_A3 +LQ02X011820 GDSL esterase/lipase 2 5.064443263 L4_control_B1 +LQ02X011820 GDSL esterase/lipase 2 4.544669986 L4_control_B2 +LQ02X011820 GDSL esterase/lipase 2 4.780709027 L4_control_B3 +LQ02X011820 GDSL esterase/lipase 2 5.378337478 L4_control_C2 +LQ02X011820 GDSL esterase/lipase 2 5.244080453 L4_control_C3 +LQ02X011820 GDSL esterase/lipase 2 5.220927234 L4_chemical_A1 +LQ02X011820 GDSL esterase/lipase 2 5.073070683 L4_chemical_A2 +LQ02X011820 GDSL esterase/lipase 2 5.162978291 L4_chemical_A3 +LQ02X011820 GDSL esterase/lipase 2 5.01371404 L4_chemical_B1 +LQ02X011820 GDSL esterase/lipase 2 4.650651336 L4_chemical_B2 +LQ02X011820 GDSL esterase/lipase 2 4.912374527 L4_chemical_B3 +LQ02X011820 GDSL esterase/lipase 2 4.91500996 L4_chemical_C2 +LQ02X011820 GDSL esterase/lipase 2 5.36031513 L4_chemical_C3 +LQ02X011840 Putative uncharacterized protein 12.81004625 C6_control_A1 +LQ02X011840 Putative uncharacterized protein 13.36119923 C6_control_A3 +LQ02X011840 Putative uncharacterized protein 12.72796005 C6_control_B1 +LQ02X011840 Putative uncharacterized protein 11.90004318 C6_control_B2 +LQ02X011840 Putative uncharacterized protein 12.66557625 C6_control_B3 +LQ02X011840 Putative uncharacterized protein 12.0530216 C6_control_C1 +LQ02X011840 Putative uncharacterized protein 11.81844016 C6_control_C2 +LQ02X011840 Putative uncharacterized protein 12.25166412 C6_control_C3 +LQ02X011840 Putative uncharacterized protein 12.46644534 C6_chemical_A1 +LQ02X011840 Putative uncharacterized protein 13.46511923 C6_chemical_A3 +LQ02X011840 Putative uncharacterized protein 12.46592282 C6_chemical_B1 +LQ02X011840 Putative uncharacterized protein 11.62542209 C6_chemical_B2 +LQ02X011840 Putative uncharacterized protein 12.64348789 C6_chemical_B3 +LQ02X011840 Putative uncharacterized protein 11.90679364 C6_chemical_C1 +LQ02X011840 Putative uncharacterized protein 11.71634122 C6_chemical_C2 +LQ02X011840 Putative uncharacterized protein 12.39127303 C6_chemical_C3 +LQ02X011840 Putative uncharacterized protein 12.94255364 L4_control_A1 +LQ02X011840 Putative uncharacterized protein 12.74691595 L4_control_A2 +LQ02X011840 Putative uncharacterized protein 13.1247623 L4_control_A3 +LQ02X011840 Putative uncharacterized protein 12.77838693 L4_control_B1 +LQ02X011840 Putative uncharacterized protein 12.57113449 L4_control_B2 +LQ02X011840 Putative uncharacterized protein 13.02149332 L4_control_B3 +LQ02X011840 Putative uncharacterized protein 12.58978424 L4_control_C2 +LQ02X011840 Putative uncharacterized protein 12.97606926 L4_control_C3 +LQ02X011840 Putative uncharacterized protein 12.54905903 L4_chemical_A1 +LQ02X011840 Putative uncharacterized protein 12.25681185 L4_chemical_A2 +LQ02X011840 Putative uncharacterized protein 13.00000462 L4_chemical_A3 +LQ02X011840 Putative uncharacterized protein 12.83925601 L4_chemical_B1 +LQ02X011840 Putative uncharacterized protein 12.39709584 L4_chemical_B2 +LQ02X011840 Putative uncharacterized protein 13.06286037 L4_chemical_B3 +LQ02X011840 Putative uncharacterized protein 12.50783331 L4_chemical_C2 +LQ02X011840 Putative uncharacterized protein 12.96130012 L4_chemical_C3 +LQ02X011860 Putative Protein trpH 5.258115037 C6_control_A1 +LQ02X011860 Putative Protein trpH 5.064569884 C6_control_A3 +LQ02X011860 Putative Protein trpH 5.353272509 C6_control_B1 +LQ02X011860 Putative Protein trpH 5.19084315 C6_control_B2 +LQ02X011860 Putative Protein trpH 5.552749787 C6_control_B3 +LQ02X011860 Putative Protein trpH 5.438429197 C6_control_C1 +LQ02X011860 Putative Protein trpH 6.130544443 C6_control_C2 +LQ02X011860 Putative Protein trpH 5.729664544 C6_control_C3 +LQ02X011860 Putative Protein trpH 5.035091172 C6_chemical_A1 +LQ02X011860 Putative Protein trpH 5.338969408 C6_chemical_A3 +LQ02X011860 Putative Protein trpH 5.181626402 C6_chemical_B1 +LQ02X011860 Putative Protein trpH 5.333029194 C6_chemical_B2 +LQ02X011860 Putative Protein trpH 5.239361306 C6_chemical_B3 +LQ02X011860 Putative Protein trpH 5.400520359 C6_chemical_C1 +LQ02X011860 Putative Protein trpH 5.53437725 C6_chemical_C2 +LQ02X011860 Putative Protein trpH 5.091766606 C6_chemical_C3 +LQ02X011860 Putative Protein trpH 5.344316733 L4_control_A1 +LQ02X011860 Putative Protein trpH 5.294173329 L4_control_A2 +LQ02X011860 Putative Protein trpH 5.317972747 L4_control_A3 +LQ02X011860 Putative Protein trpH 5.449298458 L4_control_B1 +LQ02X011860 Putative Protein trpH 5.4753963 L4_control_B2 +LQ02X011860 Putative Protein trpH 5.422152782 L4_control_B3 +LQ02X011860 Putative Protein trpH 5.489046879 L4_control_C2 +LQ02X011860 Putative Protein trpH 5.63720662 L4_control_C3 +LQ02X011860 Putative Protein trpH 5.424597999 L4_chemical_A1 +LQ02X011860 Putative Protein trpH 5.194918677 L4_chemical_A2 +LQ02X011860 Putative Protein trpH 5.172611531 L4_chemical_A3 +LQ02X011860 Putative Protein trpH 5.556789881 L4_chemical_B1 +LQ02X011860 Putative Protein trpH 5.332306673 L4_chemical_B2 +LQ02X011860 Putative Protein trpH 5.314050406 L4_chemical_B3 +LQ02X011860 Putative Protein trpH 5.349376998 L4_chemical_C2 +LQ02X011860 Putative Protein trpH 5.326758777 L4_chemical_C3 +LQ02X011870 Putative uncharacterized protein 4.624957413 C6_control_A1 +LQ02X011870 Putative uncharacterized protein 5.39760066 C6_control_A3 +LQ02X011870 Putative uncharacterized protein 4.723377655 C6_control_B1 +LQ02X011870 Putative uncharacterized protein 4.529555616 C6_control_B2 +LQ02X011870 Putative uncharacterized protein 4.631827353 C6_control_B3 +LQ02X011870 Putative uncharacterized protein 4.551534831 C6_control_C1 +LQ02X011870 Putative uncharacterized protein 4.529468661 C6_control_C2 +LQ02X011870 Putative uncharacterized protein 4.401168342 C6_control_C3 +LQ02X011870 Putative uncharacterized protein 4.891298805 C6_chemical_A1 +LQ02X011870 Putative uncharacterized protein 5.091103946 C6_chemical_A3 +LQ02X011870 Putative uncharacterized protein 4.477051555 C6_chemical_B1 +LQ02X011870 Putative uncharacterized protein 4.503974886 C6_chemical_B2 +LQ02X011870 Putative uncharacterized protein 4.641719059 C6_chemical_B3 +LQ02X011870 Putative uncharacterized protein 4.321296066 C6_chemical_C1 +LQ02X011870 Putative uncharacterized protein 4.674957627 C6_chemical_C2 +LQ02X011870 Putative uncharacterized protein 4.396612631 C6_chemical_C3 +LQ02X011870 Putative uncharacterized protein 4.627926056 L4_control_A1 +LQ02X011870 Putative uncharacterized protein 4.889873874 L4_control_A2 +LQ02X011870 Putative uncharacterized protein 5.500601298 L4_control_A3 +LQ02X011870 Putative uncharacterized protein 5.255263388 L4_control_B1 +LQ02X011870 Putative uncharacterized protein 5.074073861 L4_control_B2 +LQ02X011870 Putative uncharacterized protein 4.742728978 L4_control_B3 +LQ02X011870 Putative uncharacterized protein 5.295838429 L4_control_C2 +LQ02X011870 Putative uncharacterized protein 5.144941746 L4_control_C3 +LQ02X011870 Putative uncharacterized protein 4.926340202 L4_chemical_A1 +LQ02X011870 Putative uncharacterized protein 5.027071018 L4_chemical_A2 +LQ02X011870 Putative uncharacterized protein 5.688814357 L4_chemical_A3 +LQ02X011870 Putative uncharacterized protein 5.058363516 L4_chemical_B1 +LQ02X011870 Putative uncharacterized protein 5.105406264 L4_chemical_B2 +LQ02X011870 Putative uncharacterized protein 4.614197294 L4_chemical_B3 +LQ02X011870 Putative uncharacterized protein 4.899868959 L4_chemical_C2 +LQ02X011870 Putative uncharacterized protein 5.303694567 L4_chemical_C3 +LQ02X011880 Putative uncharacterized protein 6.211927296 C6_control_A1 +LQ02X011880 Putative uncharacterized protein 6.671973939 C6_control_A3 +LQ02X011880 Putative uncharacterized protein 6.467648222 C6_control_B1 +LQ02X011880 Putative uncharacterized protein 5.662950676 C6_control_B2 +LQ02X011880 Putative uncharacterized protein 6.858422096 C6_control_B3 +LQ02X011880 Putative uncharacterized protein 5.830215029 C6_control_C1 +LQ02X011880 Putative uncharacterized protein 6.165936605 C6_control_C2 +LQ02X011880 Putative uncharacterized protein 6.183896698 C6_control_C3 +LQ02X011880 Putative uncharacterized protein 6.276339232 C6_chemical_A1 +LQ02X011880 Putative uncharacterized protein 6.850427343 C6_chemical_A3 +LQ02X011880 Putative uncharacterized protein 6.563496913 C6_chemical_B1 +LQ02X011880 Putative uncharacterized protein 6.070176638 C6_chemical_B2 +LQ02X011880 Putative uncharacterized protein 6.843819923 C6_chemical_B3 +LQ02X011880 Putative uncharacterized protein 5.677588603 C6_chemical_C1 +LQ02X011880 Putative uncharacterized protein 6.343742907 C6_chemical_C2 +LQ02X011880 Putative uncharacterized protein 6.196439474 C6_chemical_C3 +LQ02X011880 Putative uncharacterized protein 6.33009594 L4_control_A1 +LQ02X011880 Putative uncharacterized protein 6.330882035 L4_control_A2 +LQ02X011880 Putative uncharacterized protein 6.999815803 L4_control_A3 +LQ02X011880 Putative uncharacterized protein 6.056013065 L4_control_B1 +LQ02X011880 Putative uncharacterized protein 6.626264661 L4_control_B2 +LQ02X011880 Putative uncharacterized protein 6.887321026 L4_control_B3 +LQ02X011880 Putative uncharacterized protein 6.674718356 L4_control_C2 +LQ02X011880 Putative uncharacterized protein 5.583175239 L4_control_C3 +LQ02X011880 Putative uncharacterized protein 6.088922589 L4_chemical_A1 +LQ02X011880 Putative uncharacterized protein 6.469357721 L4_chemical_A2 +LQ02X011880 Putative uncharacterized protein 6.158832873 L4_chemical_A3 +LQ02X011880 Putative uncharacterized protein 7.145350673 L4_chemical_B1 +LQ02X011880 Putative uncharacterized protein 6.703072719 L4_chemical_B2 +LQ02X011880 Putative uncharacterized protein 6.718006141 L4_chemical_B3 +LQ02X011880 Putative uncharacterized protein 6.362368865 L4_chemical_C2 +LQ02X011880 Putative uncharacterized protein 5.959860936 L4_chemical_C3 +LQ02X011960 Peroxidase N1 5.029885532 C6_control_A1 +LQ02X011960 Peroxidase N1 5.437139493 C6_control_A3 +LQ02X011960 Peroxidase N1 5.015254965 C6_control_B1 +LQ02X011960 Peroxidase N1 6.082568766 C6_control_B2 +LQ02X011960 Peroxidase N1 5.363546248 C6_control_B3 +LQ02X011960 Peroxidase N1 5.186052837 C6_control_C1 +LQ02X011960 Peroxidase N1 5.033833926 C6_control_C2 +LQ02X011960 Peroxidase N1 5.013474165 C6_control_C3 +LQ02X011960 Peroxidase N1 5.236461626 C6_chemical_A1 +LQ02X011960 Peroxidase N1 5.313050123 C6_chemical_A3 +LQ02X011960 Peroxidase N1 5.635017784 C6_chemical_B1 +LQ02X011960 Peroxidase N1 5.14185782 C6_chemical_B2 +LQ02X011960 Peroxidase N1 5.101908009 C6_chemical_B3 +LQ02X011960 Peroxidase N1 5.40878721 C6_chemical_C1 +LQ02X011960 Peroxidase N1 5.321522967 C6_chemical_C2 +LQ02X011960 Peroxidase N1 4.890873852 C6_chemical_C3 +LQ02X011960 Peroxidase N1 5.400620996 L4_control_A1 +LQ02X011960 Peroxidase N1 5.364991149 L4_control_A2 +LQ02X011960 Peroxidase N1 5.885801144 L4_control_A3 +LQ02X011960 Peroxidase N1 5.467392471 L4_control_B1 +LQ02X011960 Peroxidase N1 5.396724812 L4_control_B2 +LQ02X011960 Peroxidase N1 5.243254553 L4_control_B3 +LQ02X011960 Peroxidase N1 5.321387512 L4_control_C2 +LQ02X011960 Peroxidase N1 4.962340384 L4_control_C3 +LQ02X011960 Peroxidase N1 5.224848378 L4_chemical_A1 +LQ02X011960 Peroxidase N1 5.407412265 L4_chemical_A2 +LQ02X011960 Peroxidase N1 5.80537944 L4_chemical_A3 +LQ02X011960 Peroxidase N1 5.435837555 L4_chemical_B1 +LQ02X011960 Peroxidase N1 5.273232276 L4_chemical_B2 +LQ02X011960 Peroxidase N1 5.239971534 L4_chemical_B3 +LQ02X011960 Peroxidase N1 5.511520463 L4_chemical_C2 +LQ02X011960 Peroxidase N1 4.847194413 L4_chemical_C3 +LQ02X012000 Cationic peroxidase 2 4.761077209 C6_control_A1 +LQ02X012000 Cationic peroxidase 2 5.078016764 C6_control_A3 +LQ02X012000 Cationic peroxidase 2 4.874266467 C6_control_B1 +LQ02X012000 Cationic peroxidase 2 4.877241802 C6_control_B2 +LQ02X012000 Cationic peroxidase 2 4.833342649 C6_control_B3 +LQ02X012000 Cationic peroxidase 2 4.768571631 C6_control_C1 +LQ02X012000 Cationic peroxidase 2 4.952861481 C6_control_C2 +LQ02X012000 Cationic peroxidase 2 6.108348135 C6_control_C3 +LQ02X012000 Cationic peroxidase 2 4.98950685 C6_chemical_A1 +LQ02X012000 Cationic peroxidase 2 4.880108818 C6_chemical_A3 +LQ02X012000 Cationic peroxidase 2 4.798803208 C6_chemical_B1 +LQ02X012000 Cationic peroxidase 2 4.833002234 C6_chemical_B2 +LQ02X012000 Cationic peroxidase 2 5.061928758 C6_chemical_B3 +LQ02X012000 Cationic peroxidase 2 4.822937581 C6_chemical_C1 +LQ02X012000 Cationic peroxidase 2 5.129294486 C6_chemical_C2 +LQ02X012000 Cationic peroxidase 2 5.423065641 C6_chemical_C3 +LQ02X012000 Cationic peroxidase 2 4.761070006 L4_control_A1 +LQ02X012000 Cationic peroxidase 2 4.574743311 L4_control_A2 +LQ02X012000 Cationic peroxidase 2 5.694653362 L4_control_A3 +LQ02X012000 Cationic peroxidase 2 4.880754829 L4_control_B1 +LQ02X012000 Cationic peroxidase 2 5.20350342 L4_control_B2 +LQ02X012000 Cationic peroxidase 2 4.770126669 L4_control_B3 +LQ02X012000 Cationic peroxidase 2 5.197475389 L4_control_C2 +LQ02X012000 Cationic peroxidase 2 4.878728862 L4_control_C3 +LQ02X012000 Cationic peroxidase 2 4.993217691 L4_chemical_A1 +LQ02X012000 Cationic peroxidase 2 4.703996148 L4_chemical_A2 +LQ02X012000 Cationic peroxidase 2 5.483577248 L4_chemical_A3 +LQ02X012000 Cationic peroxidase 2 5.236370386 L4_chemical_B1 +LQ02X012000 Cationic peroxidase 2 5.043026203 L4_chemical_B2 +LQ02X012000 Cationic peroxidase 2 4.904968083 L4_chemical_B3 +LQ02X012000 Cationic peroxidase 2 5.089805569 L4_chemical_C2 +LQ02X012000 Cationic peroxidase 2 4.88086482 L4_chemical_C3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.93569259 C6_control_A1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.68311619 C6_control_A3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.96825265 C6_control_B1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.09961915 C6_control_B2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.13125247 C6_control_B3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.30822459 C6_control_C1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.27463339 C6_control_C2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.39479263 C6_control_C3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.8828958 C6_chemical_A1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.80378704 C6_chemical_A3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.15900725 C6_chemical_B1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.34373744 C6_chemical_B2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.1290209 C6_chemical_B3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.09305723 C6_chemical_C1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.38332583 C6_chemical_C2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.73709231 C6_chemical_C3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.92362549 L4_control_A1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.85588837 L4_control_A2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.71612107 L4_control_A3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.00627602 L4_control_B1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.02157876 L4_control_B2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.92009074 L4_control_B3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.72197329 L4_control_C2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.0037724 L4_control_C3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.53377413 L4_chemical_A1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.03456121 L4_chemical_A2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.98317369 L4_chemical_A3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.73221106 L4_chemical_B1 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.93408985 L4_chemical_B2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.01421325 L4_chemical_B3 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.61471095 L4_chemical_C2 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 15.16780081 L4_chemical_C3 +LQ02X012050 Hypothetical protein 6.063088582 C6_control_A1 +LQ02X012050 Hypothetical protein 6.292605997 C6_control_A3 +LQ02X012050 Hypothetical protein 6.121192914 C6_control_B1 +LQ02X012050 Hypothetical protein 6.247348799 C6_control_B2 +LQ02X012050 Hypothetical protein 6.957773001 C6_control_B3 +LQ02X012050 Hypothetical protein 5.52741316 C6_control_C1 +LQ02X012050 Hypothetical protein 5.704272391 C6_control_C2 +LQ02X012050 Hypothetical protein 5.299412577 C6_control_C3 +LQ02X012050 Hypothetical protein 6.010692602 C6_chemical_A1 +LQ02X012050 Hypothetical protein 5.881081346 C6_chemical_A3 +LQ02X012050 Hypothetical protein 6.403956794 C6_chemical_B1 +LQ02X012050 Hypothetical protein 6.097927378 C6_chemical_B2 +LQ02X012050 Hypothetical protein 6.509651213 C6_chemical_B3 +LQ02X012050 Hypothetical protein 5.858554926 C6_chemical_C1 +LQ02X012050 Hypothetical protein 5.607839586 C6_chemical_C2 +LQ02X012050 Hypothetical protein 5.669957115 C6_chemical_C3 +LQ02X012050 Hypothetical protein 5.798476117 L4_control_A1 +LQ02X012050 Hypothetical protein 5.725354202 L4_control_A2 +LQ02X012050 Hypothetical protein 6.337637031 L4_control_A3 +LQ02X012050 Hypothetical protein 6.477133157 L4_control_B1 +LQ02X012050 Hypothetical protein 6.482274103 L4_control_B2 +LQ02X012050 Hypothetical protein 6.722950454 L4_control_B3 +LQ02X012050 Hypothetical protein 7.196014042 L4_control_C2 +LQ02X012050 Hypothetical protein 6.398483376 L4_control_C3 +LQ02X012050 Hypothetical protein 5.799444246 L4_chemical_A1 +LQ02X012050 Hypothetical protein 6.29927164 L4_chemical_A2 +LQ02X012050 Hypothetical protein 6.565460117 L4_chemical_A3 +LQ02X012050 Hypothetical protein 6.13453419 L4_chemical_B1 +LQ02X012050 Hypothetical protein 6.901133691 L4_chemical_B2 +LQ02X012050 Hypothetical protein 6.253025651 L4_chemical_B3 +LQ02X012050 Hypothetical protein 5.909332108 L4_chemical_C2 +LQ02X012050 Hypothetical protein 5.559154598 L4_chemical_C3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.836771163 C6_control_A1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 7.24479069 C6_control_A3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 7.562880934 C6_control_B1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.7963081 C6_control_B2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 7.278544079 C6_control_B3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.135609268 C6_control_C1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.568231959 C6_control_C2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.013137832 C6_control_C3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.82423478 C6_chemical_A1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.607879679 C6_chemical_A3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.965585722 C6_chemical_B1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.769650313 C6_chemical_B2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.878152583 C6_chemical_B3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.158658182 C6_chemical_C1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 5.927836582 C6_chemical_C2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 5.644903965 C6_chemical_C3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.828954035 L4_control_A1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 7.043866247 L4_control_A2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.669982498 L4_control_A3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.930437314 L4_control_B1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 7.333619398 L4_control_B2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.241972079 L4_control_B3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.370460797 L4_control_C2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.480466492 L4_control_C3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.233791697 L4_chemical_A1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.760581463 L4_chemical_A2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.674341284 L4_chemical_A3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.934521115 L4_chemical_B1 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 7.530368444 L4_chemical_B2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.709667383 L4_chemical_B3 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.513441759 L4_chemical_C2 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.696776226 L4_chemical_C3 +LQ02X012080 Hypothetical protein 4.708620106 C6_control_A1 +LQ02X012080 Hypothetical protein 4.862826292 C6_control_A3 +LQ02X012080 Hypothetical protein 4.752844964 C6_control_B1 +LQ02X012080 Hypothetical protein 4.592954347 C6_control_B2 +LQ02X012080 Hypothetical protein 4.690333086 C6_control_B3 +LQ02X012080 Hypothetical protein 4.527028813 C6_control_C1 +LQ02X012080 Hypothetical protein 4.714507071 C6_control_C2 +LQ02X012080 Hypothetical protein 4.655200617 C6_control_C3 +LQ02X012080 Hypothetical protein 4.709531357 C6_chemical_A1 +LQ02X012080 Hypothetical protein 4.74951234 C6_chemical_A3 +LQ02X012080 Hypothetical protein 5.059320586 C6_chemical_B1 +LQ02X012080 Hypothetical protein 4.688024528 C6_chemical_B2 +LQ02X012080 Hypothetical protein 4.887294871 C6_chemical_B3 +LQ02X012080 Hypothetical protein 4.65812443 C6_chemical_C1 +LQ02X012080 Hypothetical protein 4.496031065 C6_chemical_C2 +LQ02X012080 Hypothetical protein 4.604588265 C6_chemical_C3 +LQ02X012080 Hypothetical protein 4.899108316 L4_control_A1 +LQ02X012080 Hypothetical protein 4.991851485 L4_control_A2 +LQ02X012080 Hypothetical protein 5.197903095 L4_control_A3 +LQ02X012080 Hypothetical protein 5.323355258 L4_control_B1 +LQ02X012080 Hypothetical protein 5.071549045 L4_control_B2 +LQ02X012080 Hypothetical protein 4.858219406 L4_control_B3 +LQ02X012080 Hypothetical protein 5.025180852 L4_control_C2 +LQ02X012080 Hypothetical protein 4.871072247 L4_control_C3 +LQ02X012080 Hypothetical protein 4.899903152 L4_chemical_A1 +LQ02X012080 Hypothetical protein 4.965465559 L4_chemical_A2 +LQ02X012080 Hypothetical protein 5.041917432 L4_chemical_A3 +LQ02X012080 Hypothetical protein 4.99373974 L4_chemical_B1 +LQ02X012080 Hypothetical protein 5.000044833 L4_chemical_B2 +LQ02X012080 Hypothetical protein 4.657701327 L4_chemical_B3 +LQ02X012080 Hypothetical protein 5.150998008 L4_chemical_C2 +LQ02X012080 Hypothetical protein 4.578861029 L4_chemical_C3 +LQ02X012100 Putative uncharacterized protein 14.48970182 C6_control_A1 +LQ02X012100 Putative uncharacterized protein 14.03716198 C6_control_A3 +LQ02X012100 Putative uncharacterized protein 14.10478994 C6_control_B1 +LQ02X012100 Putative uncharacterized protein 12.84109171 C6_control_B2 +LQ02X012100 Putative uncharacterized protein 13.94463873 C6_control_B3 +LQ02X012100 Putative uncharacterized protein 6.576828623 C6_control_C1 +LQ02X012100 Putative uncharacterized protein 6.235314602 C6_control_C2 +LQ02X012100 Putative uncharacterized protein 6.388938966 C6_control_C3 +LQ02X012100 Putative uncharacterized protein 14.33324023 C6_chemical_A1 +LQ02X012100 Putative uncharacterized protein 14.07339988 C6_chemical_A3 +LQ02X012100 Putative uncharacterized protein 13.97774338 C6_chemical_B1 +LQ02X012100 Putative uncharacterized protein 12.78922998 C6_chemical_B2 +LQ02X012100 Putative uncharacterized protein 13.79558271 C6_chemical_B3 +LQ02X012100 Putative uncharacterized protein 6.205826562 C6_chemical_C1 +LQ02X012100 Putative uncharacterized protein 6.410495146 C6_chemical_C2 +LQ02X012100 Putative uncharacterized protein 6.668177155 C6_chemical_C3 +LQ02X012100 Putative uncharacterized protein 14.19138837 L4_control_A1 +LQ02X012100 Putative uncharacterized protein 14.70473438 L4_control_A2 +LQ02X012100 Putative uncharacterized protein 13.90329218 L4_control_A3 +LQ02X012100 Putative uncharacterized protein 12.91529754 L4_control_B1 +LQ02X012100 Putative uncharacterized protein 13.92309358 L4_control_B2 +LQ02X012100 Putative uncharacterized protein 12.03635214 L4_control_B3 +LQ02X012100 Putative uncharacterized protein 5.643105477 L4_control_C2 +LQ02X012100 Putative uncharacterized protein 5.552330625 L4_control_C3 +LQ02X012100 Putative uncharacterized protein 13.34126471 L4_chemical_A1 +LQ02X012100 Putative uncharacterized protein 14.25615989 L4_chemical_A2 +LQ02X012100 Putative uncharacterized protein 13.99219662 L4_chemical_A3 +LQ02X012100 Putative uncharacterized protein 13.44864605 L4_chemical_B1 +LQ02X012100 Putative uncharacterized protein 14.14257604 L4_chemical_B2 +LQ02X012100 Putative uncharacterized protein 14.47903673 L4_chemical_B3 +LQ02X012100 Putative uncharacterized protein 5.655547187 L4_chemical_C2 +LQ02X012100 Putative uncharacterized protein 6.882126818 L4_chemical_C3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.81744828 C6_control_A1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.57540855 C6_control_A3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.23796547 C6_control_B1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 9.763309177 C6_control_B2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.28649558 C6_control_B3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.92038233 C6_control_C1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.91604553 C6_control_C2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.06867198 C6_control_C3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.3767686 C6_chemical_A1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.45453575 C6_chemical_A3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.6381198 C6_chemical_B1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 9.30191651 C6_chemical_B2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 9.732443506 C6_chemical_B3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.78375999 C6_chemical_C1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.05642086 C6_chemical_C2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.53985187 C6_chemical_C3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 12.10102943 L4_control_A1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.49077465 L4_control_A2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.46816931 L4_control_A3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.1544799 L4_control_B1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.32431257 L4_control_B2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 9.021923969 L4_control_B3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.33788827 L4_control_C2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.36748374 L4_control_C3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 12.3567622 L4_chemical_A1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.81065528 L4_chemical_A2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 12.05362437 L4_chemical_A3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.75224276 L4_chemical_B1 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.72188296 L4_chemical_B2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.17353668 L4_chemical_B3 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.27068331 L4_chemical_C2 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 10.55347376 L4_chemical_C3 +LQ02X012130 Rae1-like protein At1g80670 11.18960233 C6_control_A1 +LQ02X012130 Rae1-like protein At1g80670 10.74759737 C6_control_A3 +LQ02X012130 Rae1-like protein At1g80670 10.91850254 C6_control_B1 +LQ02X012130 Rae1-like protein At1g80670 10.58503554 C6_control_B2 +LQ02X012130 Rae1-like protein At1g80670 10.49877071 C6_control_B3 +LQ02X012130 Rae1-like protein At1g80670 11.50695237 C6_control_C1 +LQ02X012130 Rae1-like protein At1g80670 11.14003243 C6_control_C2 +LQ02X012130 Rae1-like protein At1g80670 11.15325815 C6_control_C3 +LQ02X012130 Rae1-like protein At1g80670 11.03326456 C6_chemical_A1 +LQ02X012130 Rae1-like protein At1g80670 11.18938855 C6_chemical_A3 +LQ02X012130 Rae1-like protein At1g80670 10.71961968 C6_chemical_B1 +LQ02X012130 Rae1-like protein At1g80670 10.68920494 C6_chemical_B2 +LQ02X012130 Rae1-like protein At1g80670 10.36959591 C6_chemical_B3 +LQ02X012130 Rae1-like protein At1g80670 11.24178999 C6_chemical_C1 +LQ02X012130 Rae1-like protein At1g80670 11.30824568 C6_chemical_C2 +LQ02X012130 Rae1-like protein At1g80670 11.09364145 C6_chemical_C3 +LQ02X012130 Rae1-like protein At1g80670 11.1801814 L4_control_A1 +LQ02X012130 Rae1-like protein At1g80670 11.02339705 L4_control_A2 +LQ02X012130 Rae1-like protein At1g80670 11.61860226 L4_control_A3 +LQ02X012130 Rae1-like protein At1g80670 10.71190702 L4_control_B1 +LQ02X012130 Rae1-like protein At1g80670 10.70640419 L4_control_B2 +LQ02X012130 Rae1-like protein At1g80670 11.13553561 L4_control_B3 +LQ02X012130 Rae1-like protein At1g80670 12.0267452 L4_control_C2 +LQ02X012130 Rae1-like protein At1g80670 12.15032877 L4_control_C3 +LQ02X012130 Rae1-like protein At1g80670 11.29990191 L4_chemical_A1 +LQ02X012130 Rae1-like protein At1g80670 11.24406776 L4_chemical_A2 +LQ02X012130 Rae1-like protein At1g80670 11.53186213 L4_chemical_A3 +LQ02X012130 Rae1-like protein At1g80670 10.51940039 L4_chemical_B1 +LQ02X012130 Rae1-like protein At1g80670 10.77715852 L4_chemical_B2 +LQ02X012130 Rae1-like protein At1g80670 10.77643876 L4_chemical_B3 +LQ02X012130 Rae1-like protein At1g80670 12.06443991 L4_chemical_C2 +LQ02X012130 Rae1-like protein At1g80670 11.93157759 L4_chemical_C3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.808553536 C6_control_A1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.61134011 C6_control_A3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.110277987 C6_control_B1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.282682097 C6_control_B2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.960893015 C6_control_B3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.11402679 C6_control_C1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.58633713 C6_control_C2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.927901193 C6_control_C3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.981588245 C6_chemical_A1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.583796933 C6_chemical_A3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.416080512 C6_chemical_B1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.722802173 C6_chemical_B2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.255024246 C6_chemical_B3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.459280861 C6_chemical_C1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.599532761 C6_chemical_C2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.398035293 C6_chemical_C3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.709099399 L4_control_A1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.881552385 L4_control_A2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.732095663 L4_control_A3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.548220603 L4_control_B1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.627631377 L4_control_B2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.359186734 L4_control_B3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.610358149 L4_control_C2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.755516018 L4_control_C3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.032427413 L4_chemical_A1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.780133159 L4_chemical_A2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.307759218 L4_chemical_A3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.259596969 L4_chemical_B1 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.686156232 L4_chemical_B2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.058355717 L4_chemical_B3 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.10684187 L4_chemical_C2 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 6.145800525 L4_chemical_C3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.88068963 C6_control_A1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.73895521 C6_control_A3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 12.47048065 C6_control_B1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.75687098 C6_control_B2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 12.97602476 C6_control_B3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 7.277503434 C6_control_C1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 6.021396326 C6_control_C2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 6.624196765 C6_control_C3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 10.67066175 C6_chemical_A1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.60370064 C6_chemical_A3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 12.12377865 C6_chemical_B1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.47270682 C6_chemical_B2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 12.71732456 C6_chemical_B3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 6.561133451 C6_chemical_C1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 6.102030142 C6_chemical_C2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 6.300499823 C6_chemical_C3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.82604765 L4_control_A1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 12.08726626 L4_control_A2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 12.67335783 L4_control_A3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 12.90529055 L4_control_B1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 13.3199005 L4_control_B2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 13.0552314 L4_control_B3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 5.280189492 L4_control_C2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 7.64523133 L4_control_C3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 9.761622113 L4_chemical_A1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 9.991725049 L4_chemical_A2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.63975303 L4_chemical_A3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.93228306 L4_chemical_B1 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 11.48401151 L4_chemical_B2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 13.35195686 L4_chemical_B3 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 5.596456237 L4_chemical_C2 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 6.225606257 L4_chemical_C3 +LQ02X012180 Probable WRKY transcription factor 19 6.393735273 C6_control_A1 +LQ02X012180 Probable WRKY transcription factor 19 6.066792692 C6_control_A3 +LQ02X012180 Probable WRKY transcription factor 19 6.699841179 C6_control_B1 +LQ02X012180 Probable WRKY transcription factor 19 6.173579095 C6_control_B2 +LQ02X012180 Probable WRKY transcription factor 19 6.85830253 C6_control_B3 +LQ02X012180 Probable WRKY transcription factor 19 6.319883715 C6_control_C1 +LQ02X012180 Probable WRKY transcription factor 19 5.799806205 C6_control_C2 +LQ02X012180 Probable WRKY transcription factor 19 6.370471744 C6_control_C3 +LQ02X012180 Probable WRKY transcription factor 19 6.258237216 C6_chemical_A1 +LQ02X012180 Probable WRKY transcription factor 19 6.347566655 C6_chemical_A3 +LQ02X012180 Probable WRKY transcription factor 19 6.419651591 C6_chemical_B1 +LQ02X012180 Probable WRKY transcription factor 19 6.197779572 C6_chemical_B2 +LQ02X012180 Probable WRKY transcription factor 19 6.048796094 C6_chemical_B3 +LQ02X012180 Probable WRKY transcription factor 19 6.171930577 C6_chemical_C1 +LQ02X012180 Probable WRKY transcription factor 19 6.090829744 C6_chemical_C2 +LQ02X012180 Probable WRKY transcription factor 19 6.286699645 C6_chemical_C3 +LQ02X012180 Probable WRKY transcription factor 19 6.182786497 L4_control_A1 +LQ02X012180 Probable WRKY transcription factor 19 6.586299803 L4_control_A2 +LQ02X012180 Probable WRKY transcription factor 19 6.75278626 L4_control_A3 +LQ02X012180 Probable WRKY transcription factor 19 5.847433638 L4_control_B1 +LQ02X012180 Probable WRKY transcription factor 19 6.491857004 L4_control_B2 +LQ02X012180 Probable WRKY transcription factor 19 6.593842357 L4_control_B3 +LQ02X012180 Probable WRKY transcription factor 19 7.539776817 L4_control_C2 +LQ02X012180 Probable WRKY transcription factor 19 6.666759739 L4_control_C3 +LQ02X012180 Probable WRKY transcription factor 19 6.132936305 L4_chemical_A1 +LQ02X012180 Probable WRKY transcription factor 19 6.528996112 L4_chemical_A2 +LQ02X012180 Probable WRKY transcription factor 19 6.275194998 L4_chemical_A3 +LQ02X012180 Probable WRKY transcription factor 19 7.010141847 L4_chemical_B1 +LQ02X012180 Probable WRKY transcription factor 19 6.75171023 L4_chemical_B2 +LQ02X012180 Probable WRKY transcription factor 19 6.142853706 L4_chemical_B3 +LQ02X012180 Probable WRKY transcription factor 19 7.470526939 L4_chemical_C2 +LQ02X012180 Probable WRKY transcription factor 19 7.260856312 L4_chemical_C3 +LQ02X012200 Amine oxidase, putative 11.28302608 C6_control_A1 +LQ02X012200 Amine oxidase, putative 11.12403932 C6_control_A3 +LQ02X012200 Amine oxidase, putative 12.26124297 C6_control_B1 +LQ02X012200 Amine oxidase, putative 13.2767796 C6_control_B2 +LQ02X012200 Amine oxidase, putative 13.05351483 C6_control_B3 +LQ02X012200 Amine oxidase, putative 13.92378423 C6_control_C1 +LQ02X012200 Amine oxidase, putative 13.62268985 C6_control_C2 +LQ02X012200 Amine oxidase, putative 14.05752884 C6_control_C3 +LQ02X012200 Amine oxidase, putative 11.30280688 C6_chemical_A1 +LQ02X012200 Amine oxidase, putative 10.93499038 C6_chemical_A3 +LQ02X012200 Amine oxidase, putative 12.44635709 C6_chemical_B1 +LQ02X012200 Amine oxidase, putative 13.27885928 C6_chemical_B2 +LQ02X012200 Amine oxidase, putative 12.75868278 C6_chemical_B3 +LQ02X012200 Amine oxidase, putative 13.62710654 C6_chemical_C1 +LQ02X012200 Amine oxidase, putative 13.3273019 C6_chemical_C2 +LQ02X012200 Amine oxidase, putative 13.20022902 C6_chemical_C3 +LQ02X012200 Amine oxidase, putative 10.28742161 L4_control_A1 +LQ02X012200 Amine oxidase, putative 10.69383807 L4_control_A2 +LQ02X012200 Amine oxidase, putative 10.07942251 L4_control_A3 +LQ02X012200 Amine oxidase, putative 11.19030454 L4_control_B1 +LQ02X012200 Amine oxidase, putative 11.63088458 L4_control_B2 +LQ02X012200 Amine oxidase, putative 12.43482782 L4_control_B3 +LQ02X012200 Amine oxidase, putative 12.3344101 L4_control_C2 +LQ02X012200 Amine oxidase, putative 12.28149277 L4_control_C3 +LQ02X012200 Amine oxidase, putative 9.574948301 L4_chemical_A1 +LQ02X012200 Amine oxidase, putative 10.60443426 L4_chemical_A2 +LQ02X012200 Amine oxidase, putative 9.756699201 L4_chemical_A3 +LQ02X012200 Amine oxidase, putative 10.77269306 L4_chemical_B1 +LQ02X012200 Amine oxidase, putative 11.38647384 L4_chemical_B2 +LQ02X012200 Amine oxidase, putative 11.55800648 L4_chemical_B3 +LQ02X012200 Amine oxidase, putative 12.1232282 L4_chemical_C2 +LQ02X012200 Amine oxidase, putative 12.34726182 L4_chemical_C3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.62668356 C6_control_A1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.60760057 C6_control_A3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.84434532 C6_control_B1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.11848618 C6_control_B2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.3463603 C6_control_B3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 13.94365945 C6_control_C1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.00230102 C6_control_C2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.35990124 C6_control_C3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.31251893 C6_chemical_A1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.39100471 C6_chemical_A3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.5839637 C6_chemical_B1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.14238837 C6_chemical_B2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.64624499 C6_chemical_B3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.09920809 C6_chemical_C1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 13.9773715 C6_chemical_C2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.24356375 C6_chemical_C3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.50146911 L4_control_A1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 13.91699464 L4_control_A2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 13.95762964 L4_control_A3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.39876009 L4_control_B1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.24303409 L4_control_B2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 13.99593687 L4_control_B3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.06077988 L4_control_C2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.07749269 L4_control_C3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.43916869 L4_chemical_A1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 13.90645708 L4_chemical_A2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.48510577 L4_chemical_A3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.4517268 L4_chemical_B1 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.25029567 L4_chemical_B2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.44186308 L4_chemical_B3 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.00957712 L4_chemical_C2 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.18376571 L4_chemical_C3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.534007138 C6_control_A1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.303043604 C6_control_A3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.776499554 C6_control_B1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 6.084159025 C6_control_B2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.596844192 C6_control_B3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.626569283 C6_control_C1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.272244184 C6_control_C2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.966280479 C6_control_C3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.627510433 C6_chemical_A1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.477163841 C6_chemical_A3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.633737256 C6_chemical_B1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 6.168028779 C6_chemical_B2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.570946652 C6_chemical_B3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.493058672 C6_chemical_C1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.840999928 C6_chemical_C2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 6.155852895 C6_chemical_C3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.76614278 L4_control_A1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.776536011 L4_control_A2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.547429813 L4_control_A3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.664770772 L4_control_B1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.337842341 L4_control_B2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.65153115 L4_control_B3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 4.769149185 L4_control_C2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.134120344 L4_control_C3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.614616621 L4_chemical_A1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.86518202 L4_chemical_A2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.903495333 L4_chemical_A3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.368081694 L4_chemical_B1 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.18041505 L4_chemical_B2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.653544474 L4_chemical_B3 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.37806626 L4_chemical_C2 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 4.885202876 L4_chemical_C3 +LQ02X012370 EC protein homolog 1 6.234672913 C6_control_A1 +LQ02X012370 EC protein homolog 1 5.953054169 C6_control_A3 +LQ02X012370 EC protein homolog 1 7.030666295 C6_control_B1 +LQ02X012370 EC protein homolog 1 6.475386248 C6_control_B2 +LQ02X012370 EC protein homolog 1 6.581739009 C6_control_B3 +LQ02X012370 EC protein homolog 1 6.612134154 C6_control_C1 +LQ02X012370 EC protein homolog 1 5.669269527 C6_control_C2 +LQ02X012370 EC protein homolog 1 6.473015379 C6_control_C3 +LQ02X012370 EC protein homolog 1 6.329492625 C6_chemical_A1 +LQ02X012370 EC protein homolog 1 6.39807513 C6_chemical_A3 +LQ02X012370 EC protein homolog 1 6.304419121 C6_chemical_B1 +LQ02X012370 EC protein homolog 1 6.14906133 C6_chemical_B2 +LQ02X012370 EC protein homolog 1 5.884494011 C6_chemical_B3 +LQ02X012370 EC protein homolog 1 6.280014668 C6_chemical_C1 +LQ02X012370 EC protein homolog 1 5.916930993 C6_chemical_C2 +LQ02X012370 EC protein homolog 1 6.03035206 C6_chemical_C3 +LQ02X012370 EC protein homolog 1 6.672760164 L4_control_A1 +LQ02X012370 EC protein homolog 1 7.018815932 L4_control_A2 +LQ02X012370 EC protein homolog 1 6.926733055 L4_control_A3 +LQ02X012370 EC protein homolog 1 6.376836766 L4_control_B1 +LQ02X012370 EC protein homolog 1 6.709359517 L4_control_B2 +LQ02X012370 EC protein homolog 1 6.34863227 L4_control_B3 +LQ02X012370 EC protein homolog 1 5.610313357 L4_control_C2 +LQ02X012370 EC protein homolog 1 6.100651428 L4_control_C3 +LQ02X012370 EC protein homolog 1 6.458232157 L4_chemical_A1 +LQ02X012370 EC protein homolog 1 6.829847847 L4_chemical_A2 +LQ02X012370 EC protein homolog 1 6.99448072 L4_chemical_A3 +LQ02X012370 EC protein homolog 1 6.799580321 L4_chemical_B1 +LQ02X012370 EC protein homolog 1 6.962148007 L4_chemical_B2 +LQ02X012370 EC protein homolog 1 6.9196749 L4_chemical_B3 +LQ02X012370 EC protein homolog 1 6.799814441 L4_chemical_C2 +LQ02X012370 EC protein homolog 1 5.838216961 L4_chemical_C3 +LQ02X012390 Putative uncharacterized protein 6.890801431 C6_control_A1 +LQ02X012390 Putative uncharacterized protein 7.172679264 C6_control_A3 +LQ02X012390 Putative uncharacterized protein 6.339837643 C6_control_B1 +LQ02X012390 Putative uncharacterized protein 6.474035848 C6_control_B2 +LQ02X012390 Putative uncharacterized protein 6.842193129 C6_control_B3 +LQ02X012390 Putative uncharacterized protein 5.135542953 C6_control_C1 +LQ02X012390 Putative uncharacterized protein 5.625397812 C6_control_C2 +LQ02X012390 Putative uncharacterized protein 5.746032645 C6_control_C3 +LQ02X012390 Putative uncharacterized protein 6.555840654 C6_chemical_A1 +LQ02X012390 Putative uncharacterized protein 6.367989652 C6_chemical_A3 +LQ02X012390 Putative uncharacterized protein 5.894218714 C6_chemical_B1 +LQ02X012390 Putative uncharacterized protein 6.349609464 C6_chemical_B2 +LQ02X012390 Putative uncharacterized protein 6.231459555 C6_chemical_B3 +LQ02X012390 Putative uncharacterized protein 5.373356848 C6_chemical_C1 +LQ02X012390 Putative uncharacterized protein 6.033137749 C6_chemical_C2 +LQ02X012390 Putative uncharacterized protein 5.680893628 C6_chemical_C3 +LQ02X012390 Putative uncharacterized protein 5.97282546 L4_control_A1 +LQ02X012390 Putative uncharacterized protein 6.550683096 L4_control_A2 +LQ02X012390 Putative uncharacterized protein 7.306178866 L4_control_A3 +LQ02X012390 Putative uncharacterized protein 7.09566085 L4_control_B1 +LQ02X012390 Putative uncharacterized protein 6.482395308 L4_control_B2 +LQ02X012390 Putative uncharacterized protein 6.133698858 L4_control_B3 +LQ02X012390 Putative uncharacterized protein 5.914273498 L4_control_C2 +LQ02X012390 Putative uncharacterized protein 6.270713184 L4_control_C3 +LQ02X012390 Putative uncharacterized protein 5.677207113 L4_chemical_A1 +LQ02X012390 Putative uncharacterized protein 6.744689384 L4_chemical_A2 +LQ02X012390 Putative uncharacterized protein 7.705784273 L4_chemical_A3 +LQ02X012390 Putative uncharacterized protein 6.771471745 L4_chemical_B1 +LQ02X012390 Putative uncharacterized protein 7.439992004 L4_chemical_B2 +LQ02X012390 Putative uncharacterized protein 6.047919166 L4_chemical_B3 +LQ02X012390 Putative uncharacterized protein 6.136223013 L4_chemical_C2 +LQ02X012390 Putative uncharacterized protein 5.338985127 L4_chemical_C3 +LQ02X012430 Probable anion transporter 5 5.371067139 C6_control_A1 +LQ02X012430 Probable anion transporter 5 5.455135122 C6_control_A3 +LQ02X012430 Probable anion transporter 5 5.349233066 C6_control_B1 +LQ02X012430 Probable anion transporter 5 4.910497693 C6_control_B2 +LQ02X012430 Probable anion transporter 5 5.283956553 C6_control_B3 +LQ02X012430 Probable anion transporter 5 4.732081378 C6_control_C1 +LQ02X012430 Probable anion transporter 5 4.979241209 C6_control_C2 +LQ02X012430 Probable anion transporter 5 5.019118101 C6_control_C3 +LQ02X012430 Probable anion transporter 5 5.177426366 C6_chemical_A1 +LQ02X012430 Probable anion transporter 5 5.274528116 C6_chemical_A3 +LQ02X012430 Probable anion transporter 5 4.661341137 C6_chemical_B1 +LQ02X012430 Probable anion transporter 5 5.193536277 C6_chemical_B2 +LQ02X012430 Probable anion transporter 5 4.762553422 C6_chemical_B3 +LQ02X012430 Probable anion transporter 5 4.775326347 C6_chemical_C1 +LQ02X012430 Probable anion transporter 5 5.083351559 C6_chemical_C2 +LQ02X012430 Probable anion transporter 5 5.038436661 C6_chemical_C3 +LQ02X012430 Probable anion transporter 5 5.326087153 L4_control_A1 +LQ02X012430 Probable anion transporter 5 5.815683926 L4_control_A2 +LQ02X012430 Probable anion transporter 5 5.548252883 L4_control_A3 +LQ02X012430 Probable anion transporter 5 5.537813728 L4_control_B1 +LQ02X012430 Probable anion transporter 5 5.899503854 L4_control_B2 +LQ02X012430 Probable anion transporter 5 5.488599049 L4_control_B3 +LQ02X012430 Probable anion transporter 5 5.239546254 L4_control_C2 +LQ02X012430 Probable anion transporter 5 6.463386931 L4_control_C3 +LQ02X012430 Probable anion transporter 5 5.075963502 L4_chemical_A1 +LQ02X012430 Probable anion transporter 5 5.392604383 L4_chemical_A2 +LQ02X012430 Probable anion transporter 5 5.881326767 L4_chemical_A3 +LQ02X012430 Probable anion transporter 5 5.805935053 L4_chemical_B1 +LQ02X012430 Probable anion transporter 5 5.837941739 L4_chemical_B2 +LQ02X012430 Probable anion transporter 5 5.593967952 L4_chemical_B3 +LQ02X012430 Probable anion transporter 5 4.838578474 L4_chemical_C2 +LQ02X012430 Probable anion transporter 5 5.684307148 L4_chemical_C3 +LQ02X012480 Calcium-dependent protein kinase 4 9.672501835 C6_control_A1 +LQ02X012480 Calcium-dependent protein kinase 4 9.147814704 C6_control_A3 +LQ02X012480 Calcium-dependent protein kinase 4 8.683182426 C6_control_B1 +LQ02X012480 Calcium-dependent protein kinase 4 10.76603871 C6_control_B2 +LQ02X012480 Calcium-dependent protein kinase 4 9.637007948 C6_control_B3 +LQ02X012480 Calcium-dependent protein kinase 4 10.66523162 C6_control_C1 +LQ02X012480 Calcium-dependent protein kinase 4 11.01427648 C6_control_C2 +LQ02X012480 Calcium-dependent protein kinase 4 10.46239506 C6_control_C3 +LQ02X012480 Calcium-dependent protein kinase 4 9.804647703 C6_chemical_A1 +LQ02X012480 Calcium-dependent protein kinase 4 9.075284286 C6_chemical_A3 +LQ02X012480 Calcium-dependent protein kinase 4 9.062986575 C6_chemical_B1 +LQ02X012480 Calcium-dependent protein kinase 4 11.11392048 C6_chemical_B2 +LQ02X012480 Calcium-dependent protein kinase 4 9.284406988 C6_chemical_B3 +LQ02X012480 Calcium-dependent protein kinase 4 10.78034636 C6_chemical_C1 +LQ02X012480 Calcium-dependent protein kinase 4 10.85891371 C6_chemical_C2 +LQ02X012480 Calcium-dependent protein kinase 4 10.87361863 C6_chemical_C3 +LQ02X012480 Calcium-dependent protein kinase 4 9.156174164 L4_control_A1 +LQ02X012480 Calcium-dependent protein kinase 4 9.555546883 L4_control_A2 +LQ02X012480 Calcium-dependent protein kinase 4 8.888341875 L4_control_A3 +LQ02X012480 Calcium-dependent protein kinase 4 8.753046254 L4_control_B1 +LQ02X012480 Calcium-dependent protein kinase 4 9.221775397 L4_control_B2 +LQ02X012480 Calcium-dependent protein kinase 4 10.20173187 L4_control_B3 +LQ02X012480 Calcium-dependent protein kinase 4 7.431848066 L4_control_C2 +LQ02X012480 Calcium-dependent protein kinase 4 8.988977253 L4_control_C3 +LQ02X012480 Calcium-dependent protein kinase 4 9.337316347 L4_chemical_A1 +LQ02X012480 Calcium-dependent protein kinase 4 8.787127816 L4_chemical_A2 +LQ02X012480 Calcium-dependent protein kinase 4 8.430196962 L4_chemical_A3 +LQ02X012480 Calcium-dependent protein kinase 4 7.930400244 L4_chemical_B1 +LQ02X012480 Calcium-dependent protein kinase 4 8.388118001 L4_chemical_B2 +LQ02X012480 Calcium-dependent protein kinase 4 10.20102567 L4_chemical_B3 +LQ02X012480 Calcium-dependent protein kinase 4 8.510182621 L4_chemical_C2 +LQ02X012480 Calcium-dependent protein kinase 4 8.567328757 L4_chemical_C3 +LQ02X012490 Predicted protein (Fragment) 10.82941772 C6_control_A1 +LQ02X012490 Predicted protein (Fragment) 10.7541972 C6_control_A3 +LQ02X012490 Predicted protein (Fragment) 11.46514635 C6_control_B1 +LQ02X012490 Predicted protein (Fragment) 12.29847578 C6_control_B2 +LQ02X012490 Predicted protein (Fragment) 11.97370716 C6_control_B3 +LQ02X012490 Predicted protein (Fragment) 13.61809341 C6_control_C1 +LQ02X012490 Predicted protein (Fragment) 13.20310793 C6_control_C2 +LQ02X012490 Predicted protein (Fragment) 13.02250165 C6_control_C3 +LQ02X012490 Predicted protein (Fragment) 10.66745677 C6_chemical_A1 +LQ02X012490 Predicted protein (Fragment) 10.7446136 C6_chemical_A3 +LQ02X012490 Predicted protein (Fragment) 11.49856829 C6_chemical_B1 +LQ02X012490 Predicted protein (Fragment) 12.52236095 C6_chemical_B2 +LQ02X012490 Predicted protein (Fragment) 11.61740889 C6_chemical_B3 +LQ02X012490 Predicted protein (Fragment) 13.07338601 C6_chemical_C1 +LQ02X012490 Predicted protein (Fragment) 13.0705338 C6_chemical_C2 +LQ02X012490 Predicted protein (Fragment) 12.88102077 C6_chemical_C3 +LQ02X012490 Predicted protein (Fragment) 9.787526649 L4_control_A1 +LQ02X012490 Predicted protein (Fragment) 10.57797313 L4_control_A2 +LQ02X012490 Predicted protein (Fragment) 9.606756909 L4_control_A3 +LQ02X012490 Predicted protein (Fragment) 10.9261911 L4_control_B1 +LQ02X012490 Predicted protein (Fragment) 10.90276405 L4_control_B2 +LQ02X012490 Predicted protein (Fragment) 11.91409795 L4_control_B3 +LQ02X012490 Predicted protein (Fragment) 12.09449902 L4_control_C2 +LQ02X012490 Predicted protein (Fragment) 11.39442802 L4_control_C3 +LQ02X012490 Predicted protein (Fragment) 9.479092 L4_chemical_A1 +LQ02X012490 Predicted protein (Fragment) 9.957998547 L4_chemical_A2 +LQ02X012490 Predicted protein (Fragment) 9.169772437 L4_chemical_A3 +LQ02X012490 Predicted protein (Fragment) 10.4729374 L4_chemical_B1 +LQ02X012490 Predicted protein (Fragment) 10.50837703 L4_chemical_B2 +LQ02X012490 Predicted protein (Fragment) 10.73257514 L4_chemical_B3 +LQ02X012490 Predicted protein (Fragment) 11.61527865 L4_chemical_C2 +LQ02X012490 Predicted protein (Fragment) 11.77467158 L4_chemical_C3 +LQ02X012500 Predicted protein 12.83983559 C6_control_A1 +LQ02X012500 Predicted protein 11.90502489 C6_control_A3 +LQ02X012500 Predicted protein 13.60906261 C6_control_B1 +LQ02X012500 Predicted protein 13.52949085 C6_control_B2 +LQ02X012500 Predicted protein 13.59557046 C6_control_B3 +LQ02X012500 Predicted protein 8.709865813 C6_control_C1 +LQ02X012500 Predicted protein 9.507053437 C6_control_C2 +LQ02X012500 Predicted protein 9.080781331 C6_control_C3 +LQ02X012500 Predicted protein 12.52214174 C6_chemical_A1 +LQ02X012500 Predicted protein 11.40461962 C6_chemical_A3 +LQ02X012500 Predicted protein 13.51129476 C6_chemical_B1 +LQ02X012500 Predicted protein 13.7419043 C6_chemical_B2 +LQ02X012500 Predicted protein 13.21836636 C6_chemical_B3 +LQ02X012500 Predicted protein 8.498130432 C6_chemical_C1 +LQ02X012500 Predicted protein 8.485832024 C6_chemical_C2 +LQ02X012500 Predicted protein 8.403173743 C6_chemical_C3 +LQ02X012500 Predicted protein 11.8030155 L4_control_A1 +LQ02X012500 Predicted protein 12.74170782 L4_control_A2 +LQ02X012500 Predicted protein 10.48507335 L4_control_A3 +LQ02X012500 Predicted protein 13.49254733 L4_control_B1 +LQ02X012500 Predicted protein 13.61005204 L4_control_B2 +LQ02X012500 Predicted protein 13.44870429 L4_control_B3 +LQ02X012500 Predicted protein 5.619724762 L4_control_C2 +LQ02X012500 Predicted protein 7.603530566 L4_control_C3 +LQ02X012500 Predicted protein 10.44695546 L4_chemical_A1 +LQ02X012500 Predicted protein 11.80639803 L4_chemical_A2 +LQ02X012500 Predicted protein 10.59924082 L4_chemical_A3 +LQ02X012500 Predicted protein 12.73860736 L4_chemical_B1 +LQ02X012500 Predicted protein 13.1461232 L4_chemical_B2 +LQ02X012500 Predicted protein 13.32156581 L4_chemical_B3 +LQ02X012500 Predicted protein 5.906470206 L4_chemical_C2 +LQ02X012500 Predicted protein 7.840687156 L4_chemical_C3 +LQ02X012520 Putative CMP-sialic acid transporter 5.702494387 C6_control_A1 +LQ02X012520 Putative CMP-sialic acid transporter 5.823506044 C6_control_A3 +LQ02X012520 Putative CMP-sialic acid transporter 5.604344274 C6_control_B1 +LQ02X012520 Putative CMP-sialic acid transporter 6.107892571 C6_control_B2 +LQ02X012520 Putative CMP-sialic acid transporter 5.810536158 C6_control_B3 +LQ02X012520 Putative CMP-sialic acid transporter 5.435688887 C6_control_C1 +LQ02X012520 Putative CMP-sialic acid transporter 5.941617108 C6_control_C2 +LQ02X012520 Putative CMP-sialic acid transporter 5.908583828 C6_control_C3 +LQ02X012520 Putative CMP-sialic acid transporter 5.644192826 C6_chemical_A1 +LQ02X012520 Putative CMP-sialic acid transporter 5.753060813 C6_chemical_A3 +LQ02X012520 Putative CMP-sialic acid transporter 5.640843898 C6_chemical_B1 +LQ02X012520 Putative CMP-sialic acid transporter 5.676551807 C6_chemical_B2 +LQ02X012520 Putative CMP-sialic acid transporter 5.788622043 C6_chemical_B3 +LQ02X012520 Putative CMP-sialic acid transporter 5.448670206 C6_chemical_C1 +LQ02X012520 Putative CMP-sialic acid transporter 5.609948312 C6_chemical_C2 +LQ02X012520 Putative CMP-sialic acid transporter 5.783047961 C6_chemical_C3 +LQ02X012520 Putative CMP-sialic acid transporter 5.412383672 L4_control_A1 +LQ02X012520 Putative CMP-sialic acid transporter 6.195437132 L4_control_A2 +LQ02X012520 Putative CMP-sialic acid transporter 4.876842212 L4_control_A3 +LQ02X012520 Putative CMP-sialic acid transporter 5.396134594 L4_control_B1 +LQ02X012520 Putative CMP-sialic acid transporter 5.609435961 L4_control_B2 +LQ02X012520 Putative CMP-sialic acid transporter 5.713446634 L4_control_B3 +LQ02X012520 Putative CMP-sialic acid transporter 5.564255812 L4_control_C2 +LQ02X012520 Putative CMP-sialic acid transporter 6.83918672 L4_control_C3 +LQ02X012520 Putative CMP-sialic acid transporter 5.520146182 L4_chemical_A1 +LQ02X012520 Putative CMP-sialic acid transporter 6.015402285 L4_chemical_A2 +LQ02X012520 Putative CMP-sialic acid transporter 4.988758994 L4_chemical_A3 +LQ02X012520 Putative CMP-sialic acid transporter 5.442776591 L4_chemical_B1 +LQ02X012520 Putative CMP-sialic acid transporter 5.444682638 L4_chemical_B2 +LQ02X012520 Putative CMP-sialic acid transporter 5.961389209 L4_chemical_B3 +LQ02X012520 Putative CMP-sialic acid transporter 5.189905866 L4_chemical_C2 +LQ02X012520 Putative CMP-sialic acid transporter 5.675706789 L4_chemical_C3 +LQ02X012530 Xylem cysteine proteinase 1 11.18004019 C6_control_A1 +LQ02X012530 Xylem cysteine proteinase 1 10.89725665 C6_control_A3 +LQ02X012530 Xylem cysteine proteinase 1 10.67046069 C6_control_B1 +LQ02X012530 Xylem cysteine proteinase 1 11.34918464 C6_control_B2 +LQ02X012530 Xylem cysteine proteinase 1 11.04217471 C6_control_B3 +LQ02X012530 Xylem cysteine proteinase 1 7.99410737 C6_control_C1 +LQ02X012530 Xylem cysteine proteinase 1 8.742611085 C6_control_C2 +LQ02X012530 Xylem cysteine proteinase 1 7.888570624 C6_control_C3 +LQ02X012530 Xylem cysteine proteinase 1 11.71685013 C6_chemical_A1 +LQ02X012530 Xylem cysteine proteinase 1 10.83849664 C6_chemical_A3 +LQ02X012530 Xylem cysteine proteinase 1 10.50585123 C6_chemical_B1 +LQ02X012530 Xylem cysteine proteinase 1 10.86925236 C6_chemical_B2 +LQ02X012530 Xylem cysteine proteinase 1 10.55623371 C6_chemical_B3 +LQ02X012530 Xylem cysteine proteinase 1 8.262035161 C6_chemical_C1 +LQ02X012530 Xylem cysteine proteinase 1 7.265913446 C6_chemical_C2 +LQ02X012530 Xylem cysteine proteinase 1 7.258326734 C6_chemical_C3 +LQ02X012530 Xylem cysteine proteinase 1 10.86318748 L4_control_A1 +LQ02X012530 Xylem cysteine proteinase 1 11.23692612 L4_control_A2 +LQ02X012530 Xylem cysteine proteinase 1 10.77042239 L4_control_A3 +LQ02X012530 Xylem cysteine proteinase 1 10.37346742 L4_control_B1 +LQ02X012530 Xylem cysteine proteinase 1 11.05105144 L4_control_B2 +LQ02X012530 Xylem cysteine proteinase 1 10.90034155 L4_control_B3 +LQ02X012530 Xylem cysteine proteinase 1 4.750821649 L4_control_C2 +LQ02X012530 Xylem cysteine proteinase 1 5.208300197 L4_control_C3 +LQ02X012530 Xylem cysteine proteinase 1 10.83765427 L4_chemical_A1 +LQ02X012530 Xylem cysteine proteinase 1 11.03680643 L4_chemical_A2 +LQ02X012530 Xylem cysteine proteinase 1 10.36403743 L4_chemical_A3 +LQ02X012530 Xylem cysteine proteinase 1 10.49151928 L4_chemical_B1 +LQ02X012530 Xylem cysteine proteinase 1 10.85130301 L4_chemical_B2 +LQ02X012530 Xylem cysteine proteinase 1 10.43052897 L4_chemical_B3 +LQ02X012530 Xylem cysteine proteinase 1 5.30170115 L4_chemical_C2 +LQ02X012530 Xylem cysteine proteinase 1 5.513096092 L4_chemical_C3 +LQ02X012540 Uncharacterized protein At2g17340 12.06780201 C6_control_A1 +LQ02X012540 Uncharacterized protein At2g17340 12.79926017 C6_control_A3 +LQ02X012540 Uncharacterized protein At2g17340 11.97276099 C6_control_B1 +LQ02X012540 Uncharacterized protein At2g17340 10.67125155 C6_control_B2 +LQ02X012540 Uncharacterized protein At2g17340 11.91236988 C6_control_B3 +LQ02X012540 Uncharacterized protein At2g17340 11.38013265 C6_control_C1 +LQ02X012540 Uncharacterized protein At2g17340 11.14649402 C6_control_C2 +LQ02X012540 Uncharacterized protein At2g17340 11.02076881 C6_control_C3 +LQ02X012540 Uncharacterized protein At2g17340 11.86343115 C6_chemical_A1 +LQ02X012540 Uncharacterized protein At2g17340 12.5146496 C6_chemical_A3 +LQ02X012540 Uncharacterized protein At2g17340 11.97330072 C6_chemical_B1 +LQ02X012540 Uncharacterized protein At2g17340 10.77115918 C6_chemical_B2 +LQ02X012540 Uncharacterized protein At2g17340 11.544038 C6_chemical_B3 +LQ02X012540 Uncharacterized protein At2g17340 11.29253832 C6_chemical_C1 +LQ02X012540 Uncharacterized protein At2g17340 11.33598504 C6_chemical_C2 +LQ02X012540 Uncharacterized protein At2g17340 11.1156506 C6_chemical_C3 +LQ02X012540 Uncharacterized protein At2g17340 12.34481983 L4_control_A1 +LQ02X012540 Uncharacterized protein At2g17340 12.15495808 L4_control_A2 +LQ02X012540 Uncharacterized protein At2g17340 12.6956329 L4_control_A3 +LQ02X012540 Uncharacterized protein At2g17340 12.12415647 L4_control_B1 +LQ02X012540 Uncharacterized protein At2g17340 12.72793242 L4_control_B2 +LQ02X012540 Uncharacterized protein At2g17340 11.86428256 L4_control_B3 +LQ02X012540 Uncharacterized protein At2g17340 12.65144582 L4_control_C2 +LQ02X012540 Uncharacterized protein At2g17340 12.91689429 L4_control_C3 +LQ02X012540 Uncharacterized protein At2g17340 12.17298357 L4_chemical_A1 +LQ02X012540 Uncharacterized protein At2g17340 11.79957682 L4_chemical_A2 +LQ02X012540 Uncharacterized protein At2g17340 12.40783196 L4_chemical_A3 +LQ02X012540 Uncharacterized protein At2g17340 12.64458812 L4_chemical_B1 +LQ02X012540 Uncharacterized protein At2g17340 12.40946773 L4_chemical_B2 +LQ02X012540 Uncharacterized protein At2g17340 11.79663497 L4_chemical_B3 +LQ02X012540 Uncharacterized protein At2g17340 12.54221908 L4_chemical_C2 +LQ02X012540 Uncharacterized protein At2g17340 13.01766429 L4_chemical_C3 +LQ02X012560 Putative uncharacterized protein 13.21620014 C6_control_A1 +LQ02X012560 Putative uncharacterized protein 13.36514704 C6_control_A3 +LQ02X012560 Putative uncharacterized protein 13.34542978 C6_control_B1 +LQ02X012560 Putative uncharacterized protein 12.8966249 C6_control_B2 +LQ02X012560 Putative uncharacterized protein 13.09674095 C6_control_B3 +LQ02X012560 Putative uncharacterized protein 13.9857722 C6_control_C1 +LQ02X012560 Putative uncharacterized protein 13.45849852 C6_control_C2 +LQ02X012560 Putative uncharacterized protein 13.60606533 C6_control_C3 +LQ02X012560 Putative uncharacterized protein 12.81390843 C6_chemical_A1 +LQ02X012560 Putative uncharacterized protein 13.27795968 C6_chemical_A3 +LQ02X012560 Putative uncharacterized protein 12.99777899 C6_chemical_B1 +LQ02X012560 Putative uncharacterized protein 12.93166935 C6_chemical_B2 +LQ02X012560 Putative uncharacterized protein 12.95132444 C6_chemical_B3 +LQ02X012560 Putative uncharacterized protein 13.92150572 C6_chemical_C1 +LQ02X012560 Putative uncharacterized protein 13.39034438 C6_chemical_C2 +LQ02X012560 Putative uncharacterized protein 13.676754 C6_chemical_C3 +LQ02X012560 Putative uncharacterized protein 12.85985624 L4_control_A1 +LQ02X012560 Putative uncharacterized protein 12.42776721 L4_control_A2 +LQ02X012560 Putative uncharacterized protein 11.91969091 L4_control_A3 +LQ02X012560 Putative uncharacterized protein 13.74505969 L4_control_B1 +LQ02X012560 Putative uncharacterized protein 12.55411193 L4_control_B2 +LQ02X012560 Putative uncharacterized protein 13.02849493 L4_control_B3 +LQ02X012560 Putative uncharacterized protein 13.74263724 L4_control_C2 +LQ02X012560 Putative uncharacterized protein 13.30348791 L4_control_C3 +LQ02X012560 Putative uncharacterized protein 13.2174458 L4_chemical_A1 +LQ02X012560 Putative uncharacterized protein 12.53585252 L4_chemical_A2 +LQ02X012560 Putative uncharacterized protein 12.40970856 L4_chemical_A3 +LQ02X012560 Putative uncharacterized protein 13.49379848 L4_chemical_B1 +LQ02X012560 Putative uncharacterized protein 12.92846031 L4_chemical_B2 +LQ02X012560 Putative uncharacterized protein 12.95336802 L4_chemical_B3 +LQ02X012560 Putative uncharacterized protein 13.63803986 L4_chemical_C2 +LQ02X012560 Putative uncharacterized protein 13.49914951 L4_chemical_C3 +LQ02X012580 Putative Aminoacylase-1 12.19383128 C6_control_A1 +LQ02X012580 Putative Aminoacylase-1 11.76578194 C6_control_A3 +LQ02X012580 Putative Aminoacylase-1 11.9007558 C6_control_B1 +LQ02X012580 Putative Aminoacylase-1 11.27941578 C6_control_B2 +LQ02X012580 Putative Aminoacylase-1 11.2483307 C6_control_B3 +LQ02X012580 Putative Aminoacylase-1 11.38280822 C6_control_C1 +LQ02X012580 Putative Aminoacylase-1 11.14297413 C6_control_C2 +LQ02X012580 Putative Aminoacylase-1 10.92174653 C6_control_C3 +LQ02X012580 Putative Aminoacylase-1 12.59316222 C6_chemical_A1 +LQ02X012580 Putative Aminoacylase-1 12.43164049 C6_chemical_A3 +LQ02X012580 Putative Aminoacylase-1 11.96690886 C6_chemical_B1 +LQ02X012580 Putative Aminoacylase-1 11.32948351 C6_chemical_B2 +LQ02X012580 Putative Aminoacylase-1 11.32564975 C6_chemical_B3 +LQ02X012580 Putative Aminoacylase-1 11.56099527 C6_chemical_C1 +LQ02X012580 Putative Aminoacylase-1 11.39252867 C6_chemical_C2 +LQ02X012580 Putative Aminoacylase-1 11.1262095 C6_chemical_C3 +LQ02X012580 Putative Aminoacylase-1 13.02040414 L4_control_A1 +LQ02X012580 Putative Aminoacylase-1 13.26146283 L4_control_A2 +LQ02X012580 Putative Aminoacylase-1 13.27960317 L4_control_A3 +LQ02X012580 Putative Aminoacylase-1 12.51336453 L4_control_B1 +LQ02X012580 Putative Aminoacylase-1 13.65015573 L4_control_B2 +LQ02X012580 Putative Aminoacylase-1 12.06087259 L4_control_B3 +LQ02X012580 Putative Aminoacylase-1 13.08565706 L4_control_C2 +LQ02X012580 Putative Aminoacylase-1 13.02676953 L4_control_C3 +LQ02X012580 Putative Aminoacylase-1 13.150424 L4_chemical_A1 +LQ02X012580 Putative Aminoacylase-1 13.46548335 L4_chemical_A2 +LQ02X012580 Putative Aminoacylase-1 13.23202446 L4_chemical_A3 +LQ02X012580 Putative Aminoacylase-1 13.1532373 L4_chemical_B1 +LQ02X012580 Putative Aminoacylase-1 13.44593665 L4_chemical_B2 +LQ02X012580 Putative Aminoacylase-1 12.17321845 L4_chemical_B3 +LQ02X012580 Putative Aminoacylase-1 13.0122441 L4_chemical_C2 +LQ02X012580 Putative Aminoacylase-1 13.24348723 L4_chemical_C3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.72617673 C6_control_A1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.92550954 C6_control_A3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.18966597 C6_control_B1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 12.12192422 C6_control_B2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.79484843 C6_control_B3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 13.14948696 C6_control_C1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 12.98074345 C6_control_C2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 12.62653662 C6_control_C3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.8755561 C6_chemical_A1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.05542391 C6_chemical_A3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.32315038 C6_chemical_B1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 12.53433472 C6_chemical_B2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.69082456 C6_chemical_B3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 13.22428767 C6_chemical_C1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 13.39737305 C6_chemical_C2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 12.39737718 C6_chemical_C3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.95370982 L4_control_A1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.66546221 L4_control_A2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.82917753 L4_control_A3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.45745302 L4_control_B1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.70165504 L4_control_B2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.9665583 L4_control_B3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 12.08131109 L4_control_C2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.29959322 L4_control_C3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.02439708 L4_chemical_A1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.52902026 L4_chemical_A2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.70570191 L4_chemical_A3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.36088881 L4_chemical_B1 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 10.76836016 L4_chemical_B2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 9.856348443 L4_chemical_B3 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.61396011 L4_chemical_C2 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.38299779 L4_chemical_C3 +LQ02X012620 Glutamyl-tRNA synthetase 10.20913442 C6_control_A1 +LQ02X012620 Glutamyl-tRNA synthetase 10.16182254 C6_control_A3 +LQ02X012620 Glutamyl-tRNA synthetase 9.49483101 C6_control_B1 +LQ02X012620 Glutamyl-tRNA synthetase 10.72642297 C6_control_B2 +LQ02X012620 Glutamyl-tRNA synthetase 9.982685743 C6_control_B3 +LQ02X012620 Glutamyl-tRNA synthetase 10.55095524 C6_control_C1 +LQ02X012620 Glutamyl-tRNA synthetase 10.72528618 C6_control_C2 +LQ02X012620 Glutamyl-tRNA synthetase 10.58000921 C6_control_C3 +LQ02X012620 Glutamyl-tRNA synthetase 10.13974155 C6_chemical_A1 +LQ02X012620 Glutamyl-tRNA synthetase 10.2692109 C6_chemical_A3 +LQ02X012620 Glutamyl-tRNA synthetase 9.58864738 C6_chemical_B1 +LQ02X012620 Glutamyl-tRNA synthetase 10.82406941 C6_chemical_B2 +LQ02X012620 Glutamyl-tRNA synthetase 9.402466024 C6_chemical_B3 +LQ02X012620 Glutamyl-tRNA synthetase 10.66093904 C6_chemical_C1 +LQ02X012620 Glutamyl-tRNA synthetase 10.80203413 C6_chemical_C2 +LQ02X012620 Glutamyl-tRNA synthetase 10.50636871 C6_chemical_C3 +LQ02X012620 Glutamyl-tRNA synthetase 9.961416622 L4_control_A1 +LQ02X012620 Glutamyl-tRNA synthetase 10.11744056 L4_control_A2 +LQ02X012620 Glutamyl-tRNA synthetase 10.60078165 L4_control_A3 +LQ02X012620 Glutamyl-tRNA synthetase 9.516579895 L4_control_B1 +LQ02X012620 Glutamyl-tRNA synthetase 9.96434862 L4_control_B2 +LQ02X012620 Glutamyl-tRNA synthetase 10.86201945 L4_control_B3 +LQ02X012620 Glutamyl-tRNA synthetase 10.01764948 L4_control_C2 +LQ02X012620 Glutamyl-tRNA synthetase 10.10145741 L4_control_C3 +LQ02X012620 Glutamyl-tRNA synthetase 9.85455355 L4_chemical_A1 +LQ02X012620 Glutamyl-tRNA synthetase 9.598797908 L4_chemical_A2 +LQ02X012620 Glutamyl-tRNA synthetase 10.18960162 L4_chemical_A3 +LQ02X012620 Glutamyl-tRNA synthetase 8.577942068 L4_chemical_B1 +LQ02X012620 Glutamyl-tRNA synthetase 9.519970741 L4_chemical_B2 +LQ02X012620 Glutamyl-tRNA synthetase 10.17268873 L4_chemical_B3 +LQ02X012620 Glutamyl-tRNA synthetase 9.840891722 L4_chemical_C2 +LQ02X012620 Glutamyl-tRNA synthetase 10.41111047 L4_chemical_C3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 8.948151841 C6_control_A1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.275049571 C6_control_A3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 8.982423385 C6_control_B1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 8.844605232 C6_control_B2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 8.984152883 C6_control_B3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.796805289 C6_control_C1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.680751951 C6_control_C2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.275931554 C6_control_C3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 8.903733804 C6_chemical_A1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.329129735 C6_chemical_A3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.099325798 C6_chemical_B1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.154589523 C6_chemical_B2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.315241125 C6_chemical_B3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.622739612 C6_chemical_C1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.564149811 C6_chemical_C2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.798446881 C6_chemical_C3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.675064898 L4_control_A1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.631867173 L4_control_A2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.945834369 L4_control_A3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.309106937 L4_control_B1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.624876277 L4_control_B2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 10.12720327 L4_control_B3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 10.34855031 L4_control_C2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 10.4309019 L4_control_C3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.773237791 L4_chemical_A1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.583928826 L4_chemical_A2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.823867944 L4_chemical_A3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.755728808 L4_chemical_B1 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 8.912038332 L4_chemical_B2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 9.927000129 L4_chemical_B3 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 10.01659008 L4_chemical_C2 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 10.34650137 L4_chemical_C3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.669563701 C6_control_A1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.119321651 C6_control_A3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.648598462 C6_control_B1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.855060682 C6_control_B2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.562586333 C6_control_B3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.420350338 C6_control_C1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.377484447 C6_control_C2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.599717616 C6_control_C3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.1020191 C6_chemical_A1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.630696637 C6_chemical_A3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.767384504 C6_chemical_B1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.981003158 C6_chemical_B2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.082244652 C6_chemical_B3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.543612664 C6_chemical_C1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.443388593 C6_chemical_C2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.411831564 C6_chemical_C3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.063474436 L4_control_A1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.951794859 L4_control_A2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.659776317 L4_control_A3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.843871901 L4_control_B1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.310335087 L4_control_B2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.764431186 L4_control_B3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.346978129 L4_control_C2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 10.50931823 L4_control_C3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.243992758 L4_chemical_A1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.399664425 L4_chemical_A2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.061702147 L4_chemical_A3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 8.345843059 L4_chemical_B1 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.147276724 L4_chemical_B2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.127378147 L4_chemical_B3 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.270036656 L4_chemical_C2 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.933952717 L4_chemical_C3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.32195395 C6_control_A1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.34285743 C6_control_A3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.57045894 C6_control_B1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.16034338 C6_control_B2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.48436566 C6_control_B3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.9302624 C6_control_C1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 13.01710802 C6_control_C2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 13.04398943 C6_control_C3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.1916139 C6_chemical_A1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.22683371 C6_chemical_A3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.56031743 C6_chemical_B1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.23298611 C6_chemical_B2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.43097417 C6_chemical_B3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.92956039 C6_chemical_C1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 13.1437972 C6_chemical_C2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.96204027 C6_chemical_C3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.8037572 L4_control_A1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 13.01027723 L4_control_A2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.63676659 L4_control_A3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.44839485 L4_control_B1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.10303923 L4_control_B2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.73752669 L4_control_B3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.40868461 L4_control_C2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.54961247 L4_control_C3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.76321947 L4_chemical_A1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 13.02466573 L4_chemical_A2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.8013847 L4_chemical_A3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.69376869 L4_chemical_B1 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.85038227 L4_chemical_B2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 11.8557891 L4_chemical_B3 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.59673802 L4_chemical_C2 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.72658689 L4_chemical_C3 +LQ02X012730 Predicted protein 5.188955897 C6_control_A1 +LQ02X012730 Predicted protein 5.233895207 C6_control_A3 +LQ02X012730 Predicted protein 5.194069372 C6_control_B1 +LQ02X012730 Predicted protein 5.99710895 C6_control_B2 +LQ02X012730 Predicted protein 4.973394113 C6_control_B3 +LQ02X012730 Predicted protein 5.546886507 C6_control_C1 +LQ02X012730 Predicted protein 5.740584756 C6_control_C2 +LQ02X012730 Predicted protein 5.571738231 C6_control_C3 +LQ02X012730 Predicted protein 5.274558307 C6_chemical_A1 +LQ02X012730 Predicted protein 5.140655183 C6_chemical_A3 +LQ02X012730 Predicted protein 5.083674157 C6_chemical_B1 +LQ02X012730 Predicted protein 5.631152968 C6_chemical_B2 +LQ02X012730 Predicted protein 5.386969936 C6_chemical_B3 +LQ02X012730 Predicted protein 5.834442298 C6_chemical_C1 +LQ02X012730 Predicted protein 5.950836801 C6_chemical_C2 +LQ02X012730 Predicted protein 5.525156011 C6_chemical_C3 +LQ02X012730 Predicted protein 5.274514425 L4_control_A1 +LQ02X012730 Predicted protein 5.209339934 L4_control_A2 +LQ02X012730 Predicted protein 5.286996001 L4_control_A3 +LQ02X012730 Predicted protein 5.147133787 L4_control_B1 +LQ02X012730 Predicted protein 4.893110707 L4_control_B2 +LQ02X012730 Predicted protein 5.36794387 L4_control_B3 +LQ02X012730 Predicted protein 4.997662482 L4_control_C2 +LQ02X012730 Predicted protein 4.719837593 L4_control_C3 +LQ02X012730 Predicted protein 5.215434593 L4_chemical_A1 +LQ02X012730 Predicted protein 5.321035592 L4_chemical_A2 +LQ02X012730 Predicted protein 5.796781899 L4_chemical_A3 +LQ02X012730 Predicted protein 5.479502698 L4_chemical_B1 +LQ02X012730 Predicted protein 5.707013366 L4_chemical_B2 +LQ02X012730 Predicted protein 5.300179304 L4_chemical_B3 +LQ02X012730 Predicted protein 4.955737443 L4_chemical_C2 +LQ02X012730 Predicted protein 4.968889765 L4_chemical_C3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.850518916 C6_control_A1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.971808804 C6_control_A3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.805775742 C6_control_B1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.393770267 C6_control_B2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.447488759 C6_control_B3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.373849693 C6_control_C1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.325131895 C6_control_C2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.466264756 C6_control_C3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.551161929 C6_chemical_A1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.673122171 C6_chemical_A3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.781370609 C6_chemical_B1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.474358703 C6_chemical_B2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.576259018 C6_chemical_B3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.271930814 C6_chemical_C1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.212683538 C6_chemical_C2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.142296722 C6_chemical_C3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.667146976 L4_control_A1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.710568555 L4_control_A2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.800061997 L4_control_A3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.822205707 L4_control_B1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.297797826 L4_control_B2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.577409796 L4_control_B3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.098357409 L4_control_C2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.921629614 L4_control_C3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.580772734 L4_chemical_A1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.346230728 L4_chemical_A2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.610221681 L4_chemical_A3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.683315837 L4_chemical_B1 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.157398999 L4_chemical_B2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.59327072 L4_chemical_B3 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.594355416 L4_chemical_C2 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.419510812 L4_chemical_C3 +LQ02X012760 AP-1 complex subunit sigma-2 6.786716096 C6_control_A1 +LQ02X012760 AP-1 complex subunit sigma-2 5.975734085 C6_control_A3 +LQ02X012760 AP-1 complex subunit sigma-2 6.14282808 C6_control_B1 +LQ02X012760 AP-1 complex subunit sigma-2 6.908069132 C6_control_B2 +LQ02X012760 AP-1 complex subunit sigma-2 6.578373513 C6_control_B3 +LQ02X012760 AP-1 complex subunit sigma-2 6.321926553 C6_control_C1 +LQ02X012760 AP-1 complex subunit sigma-2 6.20882318 C6_control_C2 +LQ02X012760 AP-1 complex subunit sigma-2 7.579274318 C6_control_C3 +LQ02X012760 AP-1 complex subunit sigma-2 5.576627964 C6_chemical_A1 +LQ02X012760 AP-1 complex subunit sigma-2 7.353474288 C6_chemical_A3 +LQ02X012760 AP-1 complex subunit sigma-2 6.035226365 C6_chemical_B1 +LQ02X012760 AP-1 complex subunit sigma-2 6.209423478 C6_chemical_B2 +LQ02X012760 AP-1 complex subunit sigma-2 6.549865411 C6_chemical_B3 +LQ02X012760 AP-1 complex subunit sigma-2 6.431859707 C6_chemical_C1 +LQ02X012760 AP-1 complex subunit sigma-2 5.935432604 C6_chemical_C2 +LQ02X012760 AP-1 complex subunit sigma-2 8.434936531 C6_chemical_C3 +LQ02X012760 AP-1 complex subunit sigma-2 6.690994013 L4_control_A1 +LQ02X012760 AP-1 complex subunit sigma-2 7.792491762 L4_control_A2 +LQ02X012760 AP-1 complex subunit sigma-2 6.588927145 L4_control_A3 +LQ02X012760 AP-1 complex subunit sigma-2 7.485847174 L4_control_B1 +LQ02X012760 AP-1 complex subunit sigma-2 7.305793676 L4_control_B2 +LQ02X012760 AP-1 complex subunit sigma-2 9.106611951 L4_control_B3 +LQ02X012760 AP-1 complex subunit sigma-2 5.346894143 L4_control_C2 +LQ02X012760 AP-1 complex subunit sigma-2 7.939837855 L4_control_C3 +LQ02X012760 AP-1 complex subunit sigma-2 7.665387874 L4_chemical_A1 +LQ02X012760 AP-1 complex subunit sigma-2 6.451596891 L4_chemical_A2 +LQ02X012760 AP-1 complex subunit sigma-2 6.42100204 L4_chemical_A3 +LQ02X012760 AP-1 complex subunit sigma-2 6.459192502 L4_chemical_B1 +LQ02X012760 AP-1 complex subunit sigma-2 6.864509376 L4_chemical_B2 +LQ02X012760 AP-1 complex subunit sigma-2 9.002949919 L4_chemical_B3 +LQ02X012760 AP-1 complex subunit sigma-2 5.431453564 L4_chemical_C2 +LQ02X012760 AP-1 complex subunit sigma-2 8.155205521 L4_chemical_C3 +LQ02X012770 Phototropin-2 11.65347491 C6_control_A1 +LQ02X012770 Phototropin-2 10.57409564 C6_control_A3 +LQ02X012770 Phototropin-2 12.85138385 C6_control_B1 +LQ02X012770 Phototropin-2 12.3606581 C6_control_B2 +LQ02X012770 Phototropin-2 12.13832609 C6_control_B3 +LQ02X012770 Phototropin-2 13.92258026 C6_control_C1 +LQ02X012770 Phototropin-2 12.89480567 C6_control_C2 +LQ02X012770 Phototropin-2 12.98839636 C6_control_C3 +LQ02X012770 Phototropin-2 11.86687226 C6_chemical_A1 +LQ02X012770 Phototropin-2 11.38228551 C6_chemical_A3 +LQ02X012770 Phototropin-2 13.22097596 C6_chemical_B1 +LQ02X012770 Phototropin-2 12.62123431 C6_chemical_B2 +LQ02X012770 Phototropin-2 12.20485344 C6_chemical_B3 +LQ02X012770 Phototropin-2 14.06573423 C6_chemical_C1 +LQ02X012770 Phototropin-2 13.1101525 C6_chemical_C2 +LQ02X012770 Phototropin-2 13.34545138 C6_chemical_C3 +LQ02X012770 Phototropin-2 10.22758168 L4_control_A1 +LQ02X012770 Phototropin-2 10.75902239 L4_control_A2 +LQ02X012770 Phototropin-2 8.620712918 L4_control_A3 +LQ02X012770 Phototropin-2 12.44232358 L4_control_B1 +LQ02X012770 Phototropin-2 12.3491551 L4_control_B2 +LQ02X012770 Phototropin-2 12.00293625 L4_control_B3 +LQ02X012770 Phototropin-2 12.8074353 L4_control_C2 +LQ02X012770 Phototropin-2 12.73919986 L4_control_C3 +LQ02X012770 Phototropin-2 11.04343979 L4_chemical_A1 +LQ02X012770 Phototropin-2 11.43030464 L4_chemical_A2 +LQ02X012770 Phototropin-2 8.664796238 L4_chemical_A3 +LQ02X012770 Phototropin-2 12.54513497 L4_chemical_B1 +LQ02X012770 Phototropin-2 12.2280212 L4_chemical_B2 +LQ02X012770 Phototropin-2 11.72198146 L4_chemical_B3 +LQ02X012770 Phototropin-2 12.85359295 L4_chemical_C2 +LQ02X012770 Phototropin-2 13.19081932 L4_chemical_C3 +LQ02X012810 Histone deacetylase 19 14.90373104 C6_control_A1 +LQ02X012810 Histone deacetylase 19 14.90044722 C6_control_A3 +LQ02X012810 Histone deacetylase 19 14.72472716 C6_control_B1 +LQ02X012810 Histone deacetylase 19 13.60317021 C6_control_B2 +LQ02X012810 Histone deacetylase 19 14.47813344 C6_control_B3 +LQ02X012810 Histone deacetylase 19 13.82059101 C6_control_C1 +LQ02X012810 Histone deacetylase 19 13.59756643 C6_control_C2 +LQ02X012810 Histone deacetylase 19 13.24006198 C6_control_C3 +LQ02X012810 Histone deacetylase 19 14.45588811 C6_chemical_A1 +LQ02X012810 Histone deacetylase 19 14.90912104 C6_chemical_A3 +LQ02X012810 Histone deacetylase 19 14.39329697 C6_chemical_B1 +LQ02X012810 Histone deacetylase 19 13.56912901 C6_chemical_B2 +LQ02X012810 Histone deacetylase 19 14.1497845 C6_chemical_B3 +LQ02X012810 Histone deacetylase 19 13.90687061 C6_chemical_C1 +LQ02X012810 Histone deacetylase 19 13.5475645 C6_chemical_C2 +LQ02X012810 Histone deacetylase 19 13.29491717 C6_chemical_C3 +LQ02X012810 Histone deacetylase 19 14.61458778 L4_control_A1 +LQ02X012810 Histone deacetylase 19 14.55897095 L4_control_A2 +LQ02X012810 Histone deacetylase 19 14.4353467 L4_control_A3 +LQ02X012810 Histone deacetylase 19 14.63775188 L4_control_B1 +LQ02X012810 Histone deacetylase 19 14.81441771 L4_control_B2 +LQ02X012810 Histone deacetylase 19 14.04145525 L4_control_B3 +LQ02X012810 Histone deacetylase 19 14.5873178 L4_control_C2 +LQ02X012810 Histone deacetylase 19 14.29745949 L4_control_C3 +LQ02X012810 Histone deacetylase 19 14.72502128 L4_chemical_A1 +LQ02X012810 Histone deacetylase 19 14.28788038 L4_chemical_A2 +LQ02X012810 Histone deacetylase 19 14.47235521 L4_chemical_A3 +LQ02X012810 Histone deacetylase 19 15.02311774 L4_chemical_B1 +LQ02X012810 Histone deacetylase 19 14.80934087 L4_chemical_B2 +LQ02X012810 Histone deacetylase 19 14.20987992 L4_chemical_B3 +LQ02X012810 Histone deacetylase 19 14.54523351 L4_chemical_C2 +LQ02X012810 Histone deacetylase 19 14.57431834 L4_chemical_C3 +LQ02X012820 Chloride channel protein CLC-e 10.03713215 C6_control_A1 +LQ02X012820 Chloride channel protein CLC-e 8.492631261 C6_control_A3 +LQ02X012820 Chloride channel protein CLC-e 11.03547761 C6_control_B1 +LQ02X012820 Chloride channel protein CLC-e 10.62273734 C6_control_B2 +LQ02X012820 Chloride channel protein CLC-e 10.21539678 C6_control_B3 +LQ02X012820 Chloride channel protein CLC-e 11.34692637 C6_control_C1 +LQ02X012820 Chloride channel protein CLC-e 11.39316527 C6_control_C2 +LQ02X012820 Chloride channel protein CLC-e 11.22086324 C6_control_C3 +LQ02X012820 Chloride channel protein CLC-e 10.1495437 C6_chemical_A1 +LQ02X012820 Chloride channel protein CLC-e 9.467896821 C6_chemical_A3 +LQ02X012820 Chloride channel protein CLC-e 11.20589142 C6_chemical_B1 +LQ02X012820 Chloride channel protein CLC-e 10.78144906 C6_chemical_B2 +LQ02X012820 Chloride channel protein CLC-e 10.57756354 C6_chemical_B3 +LQ02X012820 Chloride channel protein CLC-e 11.31420361 C6_chemical_C1 +LQ02X012820 Chloride channel protein CLC-e 11.54793578 C6_chemical_C2 +LQ02X012820 Chloride channel protein CLC-e 11.26784262 C6_chemical_C3 +LQ02X012820 Chloride channel protein CLC-e 9.529303566 L4_control_A1 +LQ02X012820 Chloride channel protein CLC-e 9.340085813 L4_control_A2 +LQ02X012820 Chloride channel protein CLC-e 9.425667884 L4_control_A3 +LQ02X012820 Chloride channel protein CLC-e 10.43903827 L4_control_B1 +LQ02X012820 Chloride channel protein CLC-e 10.71878906 L4_control_B2 +LQ02X012820 Chloride channel protein CLC-e 10.05393531 L4_control_B3 +LQ02X012820 Chloride channel protein CLC-e 12.24986232 L4_control_C2 +LQ02X012820 Chloride channel protein CLC-e 11.03720375 L4_control_C3 +LQ02X012820 Chloride channel protein CLC-e 9.430705241 L4_chemical_A1 +LQ02X012820 Chloride channel protein CLC-e 9.444671209 L4_chemical_A2 +LQ02X012820 Chloride channel protein CLC-e 8.997977278 L4_chemical_A3 +LQ02X012820 Chloride channel protein CLC-e 10.48559489 L4_chemical_B1 +LQ02X012820 Chloride channel protein CLC-e 10.40949937 L4_chemical_B2 +LQ02X012820 Chloride channel protein CLC-e 9.403510427 L4_chemical_B3 +LQ02X012820 Chloride channel protein CLC-e 11.85966073 L4_chemical_C2 +LQ02X012820 Chloride channel protein CLC-e 11.16488147 L4_chemical_C3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.22652051 C6_control_A1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 10.63175602 C6_control_A3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.50171465 C6_control_B1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.65997968 C6_control_B2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.51483127 C6_control_B3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.15852752 C6_control_C1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.86765136 C6_control_C2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.15026994 C6_control_C3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.36235713 C6_chemical_A1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 10.40237327 C6_chemical_A3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.77074464 C6_chemical_B1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.72679148 C6_chemical_B2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.26246768 C6_chemical_B3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.81083605 C6_chemical_C1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.55395713 C6_chemical_C2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.03194343 C6_chemical_C3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.10763382 L4_control_A1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.7328388 L4_control_A2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.3198525 L4_control_A3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.40066661 L4_control_B1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.30670875 L4_control_B2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 10.72878682 L4_control_B3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.19754947 L4_control_C2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 10.48918282 L4_control_C3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 9.846498247 L4_chemical_A1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.13880096 L4_chemical_A2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.038502 L4_chemical_A3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.49257783 L4_chemical_B1 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.77486321 L4_chemical_B2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 11.61265167 L4_chemical_B3 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 10.41981097 L4_chemical_C2 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 10.8653899 L4_chemical_C3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.56078346 C6_control_A1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.5314945 C6_control_A3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.70340041 C6_control_B1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.63102739 C6_control_B2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.55228157 C6_control_B3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.84800142 C6_control_C1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.71527943 C6_control_C2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.72957714 C6_control_C3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.57319606 C6_chemical_A1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.52641431 C6_chemical_A3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.6823062 C6_chemical_B1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.63151989 C6_chemical_B2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.64382958 C6_chemical_B3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.61267547 C6_chemical_C1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.60429355 C6_chemical_C2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.30286965 C6_chemical_C3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.52146815 L4_control_A1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.48283115 L4_control_A2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.23484165 L4_control_A3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.35191017 L4_control_B1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.32177499 L4_control_B2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.62750289 L4_control_B3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.5859027 L4_control_C2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.36661512 L4_control_C3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.80398928 L4_chemical_A1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.84780787 L4_chemical_A2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.32986444 L4_chemical_A3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.09837547 L4_chemical_B1 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.19096297 L4_chemical_B2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.7581918 L4_chemical_B3 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.8206944 L4_chemical_C2 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.54967544 L4_chemical_C3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.072851243 C6_control_A1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 7.916431967 C6_control_A3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.889231134 C6_control_B1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.464930578 C6_control_B2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.356093523 C6_control_B3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.673111008 C6_control_C1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 7.74894099 C6_control_C2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.976937044 C6_control_C3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.134951537 C6_chemical_A1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 7.030479509 C6_chemical_A3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.74292699 C6_chemical_B1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.266982507 C6_chemical_B2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.822295859 C6_chemical_B3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.201614598 C6_chemical_C1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 7.081641154 C6_chemical_C2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.681564091 C6_chemical_C3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.745400901 L4_control_A1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.219745364 L4_control_A2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.618751843 L4_control_A3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.73283406 L4_control_B1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 7.222138185 L4_control_B2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.244190898 L4_control_B3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.664669404 L4_control_C2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.394924716 L4_control_C3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.653269075 L4_chemical_A1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.115283058 L4_chemical_A2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.930385928 L4_chemical_A3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 7.110848901 L4_chemical_B1 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.076211919 L4_chemical_B2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.455902319 L4_chemical_B3 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.443610578 L4_chemical_C2 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 5.84235045 L4_chemical_C3 +LQ02X012890 AT5G08400 protein 12.48207801 C6_control_A1 +LQ02X012890 AT5G08400 protein 12.35372725 C6_control_A3 +LQ02X012890 AT5G08400 protein 12.03312935 C6_control_B1 +LQ02X012890 AT5G08400 protein 13.4345986 C6_control_B2 +LQ02X012890 AT5G08400 protein 12.36996104 C6_control_B3 +LQ02X012890 AT5G08400 protein 14.26209567 C6_control_C1 +LQ02X012890 AT5G08400 protein 13.69964156 C6_control_C2 +LQ02X012890 AT5G08400 protein 13.8844637 C6_control_C3 +LQ02X012890 AT5G08400 protein 12.38711788 C6_chemical_A1 +LQ02X012890 AT5G08400 protein 12.52239532 C6_chemical_A3 +LQ02X012890 AT5G08400 protein 11.86908828 C6_chemical_B1 +LQ02X012890 AT5G08400 protein 13.21436457 C6_chemical_B2 +LQ02X012890 AT5G08400 protein 12.31834062 C6_chemical_B3 +LQ02X012890 AT5G08400 protein 14.07344613 C6_chemical_C1 +LQ02X012890 AT5G08400 protein 14.03267146 C6_chemical_C2 +LQ02X012890 AT5G08400 protein 13.71824104 C6_chemical_C3 +LQ02X012890 AT5G08400 protein 12.56550279 L4_control_A1 +LQ02X012890 AT5G08400 protein 12.7094226 L4_control_A2 +LQ02X012890 AT5G08400 protein 12.47905809 L4_control_A3 +LQ02X012890 AT5G08400 protein 11.52262613 L4_control_B1 +LQ02X012890 AT5G08400 protein 10.98312474 L4_control_B2 +LQ02X012890 AT5G08400 protein 12.75031657 L4_control_B3 +LQ02X012890 AT5G08400 protein 11.8828099 L4_control_C2 +LQ02X012890 AT5G08400 protein 11.55318545 L4_control_C3 +LQ02X012890 AT5G08400 protein 12.61240002 L4_chemical_A1 +LQ02X012890 AT5G08400 protein 12.73027407 L4_chemical_A2 +LQ02X012890 AT5G08400 protein 12.4532423 L4_chemical_A3 +LQ02X012890 AT5G08400 protein 11.08117522 L4_chemical_B1 +LQ02X012890 AT5G08400 protein 11.18605787 L4_chemical_B2 +LQ02X012890 AT5G08400 protein 12.32489065 L4_chemical_B3 +LQ02X012890 AT5G08400 protein 11.65154799 L4_chemical_C2 +LQ02X012890 AT5G08400 protein 11.57999021 L4_chemical_C3 +LQ02X012900 Putative uncharacterized protein 4.831552832 C6_control_A1 +LQ02X012900 Putative uncharacterized protein 5.088286489 C6_control_A3 +LQ02X012900 Putative uncharacterized protein 4.760819889 C6_control_B1 +LQ02X012900 Putative uncharacterized protein 4.730271282 C6_control_B2 +LQ02X012900 Putative uncharacterized protein 4.87829372 C6_control_B3 +LQ02X012900 Putative uncharacterized protein 4.542009001 C6_control_C1 +LQ02X012900 Putative uncharacterized protein 4.678947234 C6_control_C2 +LQ02X012900 Putative uncharacterized protein 4.632067424 C6_control_C3 +LQ02X012900 Putative uncharacterized protein 4.695515396 C6_chemical_A1 +LQ02X012900 Putative uncharacterized protein 4.817983707 C6_chemical_A3 +LQ02X012900 Putative uncharacterized protein 4.816523071 C6_chemical_B1 +LQ02X012900 Putative uncharacterized protein 4.671665941 C6_chemical_B2 +LQ02X012900 Putative uncharacterized protein 4.676073898 C6_chemical_B3 +LQ02X012900 Putative uncharacterized protein 4.693314839 C6_chemical_C1 +LQ02X012900 Putative uncharacterized protein 4.374234221 C6_chemical_C2 +LQ02X012900 Putative uncharacterized protein 4.662693973 C6_chemical_C3 +LQ02X012900 Putative uncharacterized protein 4.765284672 L4_control_A1 +LQ02X012900 Putative uncharacterized protein 4.783757934 L4_control_A2 +LQ02X012900 Putative uncharacterized protein 4.995764134 L4_control_A3 +LQ02X012900 Putative uncharacterized protein 4.894792926 L4_control_B1 +LQ02X012900 Putative uncharacterized protein 5.230262083 L4_control_B2 +LQ02X012900 Putative uncharacterized protein 4.859089807 L4_control_B3 +LQ02X012900 Putative uncharacterized protein 5.165601811 L4_control_C2 +LQ02X012900 Putative uncharacterized protein 5.186625485 L4_control_C3 +LQ02X012900 Putative uncharacterized protein 5.003059466 L4_chemical_A1 +LQ02X012900 Putative uncharacterized protein 4.705657622 L4_chemical_A2 +LQ02X012900 Putative uncharacterized protein 4.774192344 L4_chemical_A3 +LQ02X012900 Putative uncharacterized protein 5.051787539 L4_chemical_B1 +LQ02X012900 Putative uncharacterized protein 5.043169939 L4_chemical_B2 +LQ02X012900 Putative uncharacterized protein 4.70994555 L4_chemical_B3 +LQ02X012900 Putative uncharacterized protein 5.595466355 L4_chemical_C2 +LQ02X012900 Putative uncharacterized protein 5.192990352 L4_chemical_C3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.21839619 C6_control_A1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.43866934 C6_control_A3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.44495074 C6_control_B1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.65002051 C6_control_B2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.17881442 C6_control_B3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 11.78726237 C6_control_C1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 11.83992639 C6_control_C2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.01154866 C6_control_C3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.18703438 C6_chemical_A1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.4835733 C6_chemical_A3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.20669266 C6_chemical_B1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.46123323 C6_chemical_B2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.03148937 C6_chemical_B3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 11.86183846 C6_chemical_C1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 11.78187056 C6_chemical_C2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.0396467 C6_chemical_C3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.1997096 L4_control_A1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.99679494 L4_control_A2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.15241283 L4_control_A3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.45027186 L4_control_B1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.81748824 L4_control_B2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.9376474 L4_control_B3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.83473531 L4_control_C2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.31421472 L4_control_C3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.84534264 L4_chemical_A1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.97440858 L4_chemical_A2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.11722611 L4_chemical_A3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.6995743 L4_chemical_B1 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.85854927 L4_chemical_B2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.07297025 L4_chemical_B3 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.0289482 L4_chemical_C2 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 12.6347388 L4_chemical_C3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.343039992 C6_control_A1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.103970796 C6_control_A3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.005230877 C6_control_B1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.181898781 C6_control_B2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.179059966 C6_control_B3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.901855948 C6_control_C1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.560531962 C6_control_C2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.038937607 C6_control_C3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.996116101 C6_chemical_A1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.994438041 C6_chemical_A3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.60932936 C6_chemical_B1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.291796174 C6_chemical_B2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.193335309 C6_chemical_B3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.723380803 C6_chemical_C1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.193614367 C6_chemical_C2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.107951247 C6_chemical_C3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.666850603 L4_control_A1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.089691749 L4_control_A2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.046102304 L4_control_A3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.500548784 L4_control_B1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.897109785 L4_control_B2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.776762809 L4_control_B3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.529814852 L4_control_C2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.20904609 L4_control_C3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.693828266 L4_chemical_A1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 6.084164108 L4_chemical_A2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.732454023 L4_chemical_A3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.943672718 L4_chemical_B1 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.318624276 L4_chemical_B2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.817161058 L4_chemical_B3 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.649788596 L4_chemical_C2 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.646080253 L4_chemical_C3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.871588267 C6_control_A1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.785862355 C6_control_A3 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.385034471 C6_control_B1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.863477729 C6_control_B2 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.549268688 C6_control_B3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.835948173 C6_control_C1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.996563385 C6_control_C2 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.015093725 C6_control_C3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.87578909 C6_chemical_A1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.614940306 C6_chemical_A3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.137600461 C6_chemical_B1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.767569658 C6_chemical_B2 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.771390076 C6_chemical_B3 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.06842921 C6_chemical_C1 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.004518853 C6_chemical_C2 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.171198274 C6_chemical_C3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.490301594 L4_control_A1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.835158928 L4_control_A2 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.288472649 L4_control_A3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.338883985 L4_control_B1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.179388051 L4_control_B2 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.927110719 L4_control_B3 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.001772987 L4_control_C2 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.409722348 L4_control_C3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.449064874 L4_chemical_A1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.610030991 L4_chemical_A2 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.64968616 L4_chemical_A3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.157933579 L4_chemical_B1 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.780268269 L4_chemical_B2 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.74849756 L4_chemical_B3 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.370373709 L4_chemical_C2 +LQ02X012930 Sphingoid long-chain bases kinase 1 6.186054635 L4_chemical_C3 +LQ02X012960 Alpha-galactosidase 11.81595383 C6_control_A1 +LQ02X012960 Alpha-galactosidase 11.05472651 C6_control_A3 +LQ02X012960 Alpha-galactosidase 11.55354587 C6_control_B1 +LQ02X012960 Alpha-galactosidase 12.76749645 C6_control_B2 +LQ02X012960 Alpha-galactosidase 12.13131413 C6_control_B3 +LQ02X012960 Alpha-galactosidase 12.64826003 C6_control_C1 +LQ02X012960 Alpha-galactosidase 13.00154451 C6_control_C2 +LQ02X012960 Alpha-galactosidase 12.57321076 C6_control_C3 +LQ02X012960 Alpha-galactosidase 11.75302535 C6_chemical_A1 +LQ02X012960 Alpha-galactosidase 11.11301388 C6_chemical_A3 +LQ02X012960 Alpha-galactosidase 11.84287903 C6_chemical_B1 +LQ02X012960 Alpha-galactosidase 12.95241291 C6_chemical_B2 +LQ02X012960 Alpha-galactosidase 12.11362958 C6_chemical_B3 +LQ02X012960 Alpha-galactosidase 12.71760255 C6_chemical_C1 +LQ02X012960 Alpha-galactosidase 12.82411077 C6_chemical_C2 +LQ02X012960 Alpha-galactosidase 13.0848702 C6_chemical_C3 +LQ02X012960 Alpha-galactosidase 12.28871987 L4_control_A1 +LQ02X012960 Alpha-galactosidase 12.57728729 L4_control_A2 +LQ02X012960 Alpha-galactosidase 12.25259681 L4_control_A3 +LQ02X012960 Alpha-galactosidase 11.53808275 L4_control_B1 +LQ02X012960 Alpha-galactosidase 12.03824943 L4_control_B2 +LQ02X012960 Alpha-galactosidase 12.50234305 L4_control_B3 +LQ02X012960 Alpha-galactosidase 11.86499924 L4_control_C2 +LQ02X012960 Alpha-galactosidase 11.82176457 L4_control_C3 +LQ02X012960 Alpha-galactosidase 12.18050139 L4_chemical_A1 +LQ02X012960 Alpha-galactosidase 12.44918085 L4_chemical_A2 +LQ02X012960 Alpha-galactosidase 11.87637424 L4_chemical_A3 +LQ02X012960 Alpha-galactosidase 11.29806726 L4_chemical_B1 +LQ02X012960 Alpha-galactosidase 11.96813732 L4_chemical_B2 +LQ02X012960 Alpha-galactosidase 11.69876112 L4_chemical_B3 +LQ02X012960 Alpha-galactosidase 11.91729755 L4_chemical_C2 +LQ02X012960 Alpha-galactosidase 11.90251312 L4_chemical_C3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 13.13936352 C6_control_A1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 13.25744283 C6_control_A3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.71188189 C6_control_B1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.42112462 C6_control_B2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.19489767 C6_control_B3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 13.09753947 C6_control_C1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.22852582 C6_control_C2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.19039241 C6_control_C3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 13.2380593 C6_chemical_A1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 13.52572943 C6_chemical_A3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.71513082 C6_chemical_B1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.47033073 C6_chemical_B2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.05116868 C6_chemical_B3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.82736731 C6_chemical_C1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.28702319 C6_chemical_C2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.15668376 C6_chemical_C3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 13.42076583 L4_control_A1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.4636205 L4_control_A2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.66936767 L4_control_A3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.36991623 L4_control_B1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.54679836 L4_control_B2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.38352744 L4_control_B3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 11.89934738 L4_control_C2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 11.71756259 L4_control_C3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 13.11865895 L4_chemical_A1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 11.9329001 L4_chemical_A2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.73332983 L4_chemical_A3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.23680112 L4_chemical_B1 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.27237743 L4_chemical_B2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 12.63541819 L4_chemical_B3 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 11.68578701 L4_chemical_C2 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 11.92614166 L4_chemical_C3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.108204323 C6_control_A1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.101735298 C6_control_A3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.458512096 C6_control_B1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.188889318 C6_control_B2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.321319658 C6_control_B3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.174305848 C6_control_C1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.38957146 C6_control_C2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.305434581 C6_control_C3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.091949111 C6_chemical_A1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.338213134 C6_chemical_A3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.884787698 C6_chemical_B1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.100043465 C6_chemical_B2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 4.992991221 C6_chemical_B3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.346862246 C6_chemical_C1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.243731044 C6_chemical_C2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.421344806 C6_chemical_C3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.056722033 L4_control_A1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.174396845 L4_control_A2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.250270025 L4_control_A3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.004596262 L4_control_B1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 6.028698948 L4_control_B2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.263690729 L4_control_B3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.575587697 L4_control_C2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.493859266 L4_control_C3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 4.917152234 L4_chemical_A1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.531267042 L4_chemical_A2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.776985414 L4_chemical_A3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.158226821 L4_chemical_B1 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.552478937 L4_chemical_B2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.495154902 L4_chemical_B3 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.790188791 L4_chemical_C2 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.778059078 L4_chemical_C3 +LQ02X013000 Putative WD repeat-containing protein 26 5.915525599 C6_control_A1 +LQ02X013000 Putative WD repeat-containing protein 26 5.373720964 C6_control_A3 +LQ02X013000 Putative WD repeat-containing protein 26 5.759479608 C6_control_B1 +LQ02X013000 Putative WD repeat-containing protein 26 5.417296911 C6_control_B2 +LQ02X013000 Putative WD repeat-containing protein 26 5.199232103 C6_control_B3 +LQ02X013000 Putative WD repeat-containing protein 26 5.386370051 C6_control_C1 +LQ02X013000 Putative WD repeat-containing protein 26 5.181614266 C6_control_C2 +LQ02X013000 Putative WD repeat-containing protein 26 5.265896677 C6_control_C3 +LQ02X013000 Putative WD repeat-containing protein 26 5.265411196 C6_chemical_A1 +LQ02X013000 Putative WD repeat-containing protein 26 5.772223163 C6_chemical_A3 +LQ02X013000 Putative WD repeat-containing protein 26 5.679712712 C6_chemical_B1 +LQ02X013000 Putative WD repeat-containing protein 26 5.237623665 C6_chemical_B2 +LQ02X013000 Putative WD repeat-containing protein 26 5.433014821 C6_chemical_B3 +LQ02X013000 Putative WD repeat-containing protein 26 5.185385487 C6_chemical_C1 +LQ02X013000 Putative WD repeat-containing protein 26 5.253860188 C6_chemical_C2 +LQ02X013000 Putative WD repeat-containing protein 26 5.234091147 C6_chemical_C3 +LQ02X013000 Putative WD repeat-containing protein 26 5.405274963 L4_control_A1 +LQ02X013000 Putative WD repeat-containing protein 26 5.217156204 L4_control_A2 +LQ02X013000 Putative WD repeat-containing protein 26 5.613191659 L4_control_A3 +LQ02X013000 Putative WD repeat-containing protein 26 6.033918332 L4_control_B1 +LQ02X013000 Putative WD repeat-containing protein 26 5.371303226 L4_control_B2 +LQ02X013000 Putative WD repeat-containing protein 26 5.613266409 L4_control_B3 +LQ02X013000 Putative WD repeat-containing protein 26 5.614795765 L4_control_C2 +LQ02X013000 Putative WD repeat-containing protein 26 5.590912927 L4_control_C3 +LQ02X013000 Putative WD repeat-containing protein 26 5.534513156 L4_chemical_A1 +LQ02X013000 Putative WD repeat-containing protein 26 5.339233795 L4_chemical_A2 +LQ02X013000 Putative WD repeat-containing protein 26 5.404064292 L4_chemical_A3 +LQ02X013000 Putative WD repeat-containing protein 26 5.425450094 L4_chemical_B1 +LQ02X013000 Putative WD repeat-containing protein 26 5.24527442 L4_chemical_B2 +LQ02X013000 Putative WD repeat-containing protein 26 5.35095216 L4_chemical_B3 +LQ02X013000 Putative WD repeat-containing protein 26 5.105871028 L4_chemical_C2 +LQ02X013000 Putative WD repeat-containing protein 26 5.774905309 L4_chemical_C3 +LQ02X013010 Predicted protein 9.42351239 C6_control_A1 +LQ02X013010 Predicted protein 9.546366965 C6_control_A3 +LQ02X013010 Predicted protein 9.194694663 C6_control_B1 +LQ02X013010 Predicted protein 10.20487554 C6_control_B2 +LQ02X013010 Predicted protein 9.666344943 C6_control_B3 +LQ02X013010 Predicted protein 10.51035881 C6_control_C1 +LQ02X013010 Predicted protein 10.24469582 C6_control_C2 +LQ02X013010 Predicted protein 9.619920264 C6_control_C3 +LQ02X013010 Predicted protein 9.09492469 C6_chemical_A1 +LQ02X013010 Predicted protein 9.446775168 C6_chemical_A3 +LQ02X013010 Predicted protein 8.786186641 C6_chemical_B1 +LQ02X013010 Predicted protein 9.891021171 C6_chemical_B2 +LQ02X013010 Predicted protein 9.177424878 C6_chemical_B3 +LQ02X013010 Predicted protein 10.25596753 C6_chemical_C1 +LQ02X013010 Predicted protein 10.36748135 C6_chemical_C2 +LQ02X013010 Predicted protein 9.597985497 C6_chemical_C3 +LQ02X013010 Predicted protein 9.904453548 L4_control_A1 +LQ02X013010 Predicted protein 10.0820386 L4_control_A2 +LQ02X013010 Predicted protein 9.025933007 L4_control_A3 +LQ02X013010 Predicted protein 10.21313348 L4_control_B1 +LQ02X013010 Predicted protein 10.14148166 L4_control_B2 +LQ02X013010 Predicted protein 10.45716802 L4_control_B3 +LQ02X013010 Predicted protein 9.573710707 L4_control_C2 +LQ02X013010 Predicted protein 9.981468529 L4_control_C3 +LQ02X013010 Predicted protein 9.12120035 L4_chemical_A1 +LQ02X013010 Predicted protein 9.459868231 L4_chemical_A2 +LQ02X013010 Predicted protein 8.632539171 L4_chemical_A3 +LQ02X013010 Predicted protein 9.306752987 L4_chemical_B1 +LQ02X013010 Predicted protein 9.826803754 L4_chemical_B2 +LQ02X013010 Predicted protein 10.09967726 L4_chemical_B3 +LQ02X013010 Predicted protein 9.839625445 L4_chemical_C2 +LQ02X013010 Predicted protein 10.32017669 L4_chemical_C3 +LQ02X013020 Putative uncharacterized protein 13.45126291 C6_control_A1 +LQ02X013020 Putative uncharacterized protein 13.59241871 C6_control_A3 +LQ02X013020 Putative uncharacterized protein 13.2891077 C6_control_B1 +LQ02X013020 Putative uncharacterized protein 13.37841865 C6_control_B2 +LQ02X013020 Putative uncharacterized protein 13.11652917 C6_control_B3 +LQ02X013020 Putative uncharacterized protein 13.26367413 C6_control_C1 +LQ02X013020 Putative uncharacterized protein 13.42080613 C6_control_C2 +LQ02X013020 Putative uncharacterized protein 13.32526638 C6_control_C3 +LQ02X013020 Putative uncharacterized protein 13.1454812 C6_chemical_A1 +LQ02X013020 Putative uncharacterized protein 13.15647617 C6_chemical_A3 +LQ02X013020 Putative uncharacterized protein 13.0097136 C6_chemical_B1 +LQ02X013020 Putative uncharacterized protein 13.33836196 C6_chemical_B2 +LQ02X013020 Putative uncharacterized protein 12.84585387 C6_chemical_B3 +LQ02X013020 Putative uncharacterized protein 13.31002998 C6_chemical_C1 +LQ02X013020 Putative uncharacterized protein 13.28765831 C6_chemical_C2 +LQ02X013020 Putative uncharacterized protein 12.75436616 C6_chemical_C3 +LQ02X013020 Putative uncharacterized protein 13.4223689 L4_control_A1 +LQ02X013020 Putative uncharacterized protein 13.83641681 L4_control_A2 +LQ02X013020 Putative uncharacterized protein 13.11093559 L4_control_A3 +LQ02X013020 Putative uncharacterized protein 12.95146398 L4_control_B1 +LQ02X013020 Putative uncharacterized protein 12.70784946 L4_control_B2 +LQ02X013020 Putative uncharacterized protein 13.04778582 L4_control_B3 +LQ02X013020 Putative uncharacterized protein 12.60875851 L4_control_C2 +LQ02X013020 Putative uncharacterized protein 12.48801644 L4_control_C3 +LQ02X013020 Putative uncharacterized protein 13.09310509 L4_chemical_A1 +LQ02X013020 Putative uncharacterized protein 13.20668717 L4_chemical_A2 +LQ02X013020 Putative uncharacterized protein 13.0338614 L4_chemical_A3 +LQ02X013020 Putative uncharacterized protein 12.51625405 L4_chemical_B1 +LQ02X013020 Putative uncharacterized protein 12.85697179 L4_chemical_B2 +LQ02X013020 Putative uncharacterized protein 13.14566874 L4_chemical_B3 +LQ02X013020 Putative uncharacterized protein 12.72050835 L4_chemical_C2 +LQ02X013020 Putative uncharacterized protein 12.70607911 L4_chemical_C3 +LQ02X013040 Putative uncharacterized protein 5.928698744 C6_control_A1 +LQ02X013040 Putative uncharacterized protein 6.078080097 C6_control_A3 +LQ02X013040 Putative uncharacterized protein 6.56596156 C6_control_B1 +LQ02X013040 Putative uncharacterized protein 6.062586012 C6_control_B2 +LQ02X013040 Putative uncharacterized protein 6.22805029 C6_control_B3 +LQ02X013040 Putative uncharacterized protein 5.671838098 C6_control_C1 +LQ02X013040 Putative uncharacterized protein 5.882734467 C6_control_C2 +LQ02X013040 Putative uncharacterized protein 5.784579909 C6_control_C3 +LQ02X013040 Putative uncharacterized protein 5.848785383 C6_chemical_A1 +LQ02X013040 Putative uncharacterized protein 6.073568776 C6_chemical_A3 +LQ02X013040 Putative uncharacterized protein 7.087546924 C6_chemical_B1 +LQ02X013040 Putative uncharacterized protein 6.051719575 C6_chemical_B2 +LQ02X013040 Putative uncharacterized protein 6.453175861 C6_chemical_B3 +LQ02X013040 Putative uncharacterized protein 5.912069607 C6_chemical_C1 +LQ02X013040 Putative uncharacterized protein 5.822214986 C6_chemical_C2 +LQ02X013040 Putative uncharacterized protein 6.018482515 C6_chemical_C3 +LQ02X013040 Putative uncharacterized protein 5.670933117 L4_control_A1 +LQ02X013040 Putative uncharacterized protein 6.330044719 L4_control_A2 +LQ02X013040 Putative uncharacterized protein 6.821011996 L4_control_A3 +LQ02X013040 Putative uncharacterized protein 5.9012674 L4_control_B1 +LQ02X013040 Putative uncharacterized protein 6.04790481 L4_control_B2 +LQ02X013040 Putative uncharacterized protein 5.715968402 L4_control_B3 +LQ02X013040 Putative uncharacterized protein 5.975617616 L4_control_C2 +LQ02X013040 Putative uncharacterized protein 6.244337389 L4_control_C3 +LQ02X013040 Putative uncharacterized protein 5.924555734 L4_chemical_A1 +LQ02X013040 Putative uncharacterized protein 5.9300895 L4_chemical_A2 +LQ02X013040 Putative uncharacterized protein 6.538206234 L4_chemical_A3 +LQ02X013040 Putative uncharacterized protein 6.130220352 L4_chemical_B1 +LQ02X013040 Putative uncharacterized protein 7.10283137 L4_chemical_B2 +LQ02X013040 Putative uncharacterized protein 5.566968059 L4_chemical_B3 +LQ02X013040 Putative uncharacterized protein 6.375967256 L4_chemical_C2 +LQ02X013040 Putative uncharacterized protein 6.558106231 L4_chemical_C3 +LQ02X013060 Nucleic acid binding protein, putative 10.37577323 C6_control_A1 +LQ02X013060 Nucleic acid binding protein, putative 10.61432982 C6_control_A3 +LQ02X013060 Nucleic acid binding protein, putative 9.797148183 C6_control_B1 +LQ02X013060 Nucleic acid binding protein, putative 10.75401005 C6_control_B2 +LQ02X013060 Nucleic acid binding protein, putative 10.01472704 C6_control_B3 +LQ02X013060 Nucleic acid binding protein, putative 10.92348803 C6_control_C1 +LQ02X013060 Nucleic acid binding protein, putative 11.20198473 C6_control_C2 +LQ02X013060 Nucleic acid binding protein, putative 11.13766767 C6_control_C3 +LQ02X013060 Nucleic acid binding protein, putative 10.12274686 C6_chemical_A1 +LQ02X013060 Nucleic acid binding protein, putative 9.911796376 C6_chemical_A3 +LQ02X013060 Nucleic acid binding protein, putative 9.744750444 C6_chemical_B1 +LQ02X013060 Nucleic acid binding protein, putative 10.57255058 C6_chemical_B2 +LQ02X013060 Nucleic acid binding protein, putative 9.868943807 C6_chemical_B3 +LQ02X013060 Nucleic acid binding protein, putative 10.99705195 C6_chemical_C1 +LQ02X013060 Nucleic acid binding protein, putative 11.29019076 C6_chemical_C2 +LQ02X013060 Nucleic acid binding protein, putative 11.10012755 C6_chemical_C3 +LQ02X013060 Nucleic acid binding protein, putative 10.21062799 L4_control_A1 +LQ02X013060 Nucleic acid binding protein, putative 10.3443129 L4_control_A2 +LQ02X013060 Nucleic acid binding protein, putative 10.55713606 L4_control_A3 +LQ02X013060 Nucleic acid binding protein, putative 9.80036156 L4_control_B1 +LQ02X013060 Nucleic acid binding protein, putative 7.577296325 L4_control_B2 +LQ02X013060 Nucleic acid binding protein, putative 10.26624595 L4_control_B3 +LQ02X013060 Nucleic acid binding protein, putative 9.844661207 L4_control_C2 +LQ02X013060 Nucleic acid binding protein, putative 9.950301615 L4_control_C3 +LQ02X013060 Nucleic acid binding protein, putative 10.3536671 L4_chemical_A1 +LQ02X013060 Nucleic acid binding protein, putative 10.31493597 L4_chemical_A2 +LQ02X013060 Nucleic acid binding protein, putative 10.45675064 L4_chemical_A3 +LQ02X013060 Nucleic acid binding protein, putative 9.691955013 L4_chemical_B1 +LQ02X013060 Nucleic acid binding protein, putative 9.351021917 L4_chemical_B2 +LQ02X013060 Nucleic acid binding protein, putative 10.16062146 L4_chemical_B3 +LQ02X013060 Nucleic acid binding protein, putative 9.928539608 L4_chemical_C2 +LQ02X013060 Nucleic acid binding protein, putative 9.901765781 L4_chemical_C3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.825136483 C6_control_A1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 7.076507667 C6_control_A3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.820393104 C6_control_B1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.181079142 C6_control_B2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 7.024522599 C6_control_B3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.6527157 C6_control_C1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.552424086 C6_control_C2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.525116379 C6_control_C3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.807898449 C6_chemical_A1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.686066638 C6_chemical_A3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.571337832 C6_chemical_B1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 5.984538817 C6_chemical_B2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.324559907 C6_chemical_B3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.359477921 C6_chemical_C1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.17016253 C6_chemical_C2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.048805043 C6_chemical_C3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.182200758 L4_control_A1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.62815701 L4_control_A2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.529673764 L4_control_A3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.213322742 L4_control_B1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.836169538 L4_control_B2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.208456288 L4_control_B3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.657414068 L4_control_C2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.714688258 L4_control_C3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 5.959731947 L4_chemical_A1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.599511717 L4_chemical_A2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.218542107 L4_chemical_A3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.780344775 L4_chemical_B1 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.137051356 L4_chemical_B2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.584188733 L4_chemical_B3 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 5.907241888 L4_chemical_C2 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.599001401 L4_chemical_C3 +LQ02X013100 Putative Protease 2 12.81569248 C6_control_A1 +LQ02X013100 Putative Protease 2 12.83692904 C6_control_A3 +LQ02X013100 Putative Protease 2 12.87437165 C6_control_B1 +LQ02X013100 Putative Protease 2 12.28360507 C6_control_B2 +LQ02X013100 Putative Protease 2 12.67711592 C6_control_B3 +LQ02X013100 Putative Protease 2 11.70514338 C6_control_C1 +LQ02X013100 Putative Protease 2 12.00727966 C6_control_C2 +LQ02X013100 Putative Protease 2 11.81127758 C6_control_C3 +LQ02X013100 Putative Protease 2 12.56000851 C6_chemical_A1 +LQ02X013100 Putative Protease 2 12.91782949 C6_chemical_A3 +LQ02X013100 Putative Protease 2 12.44757606 C6_chemical_B1 +LQ02X013100 Putative Protease 2 11.80791289 C6_chemical_B2 +LQ02X013100 Putative Protease 2 12.55676415 C6_chemical_B3 +LQ02X013100 Putative Protease 2 11.89607772 C6_chemical_C1 +LQ02X013100 Putative Protease 2 11.75278282 C6_chemical_C2 +LQ02X013100 Putative Protease 2 11.86319395 C6_chemical_C3 +LQ02X013100 Putative Protease 2 13.02436904 L4_control_A1 +LQ02X013100 Putative Protease 2 12.04823483 L4_control_A2 +LQ02X013100 Putative Protease 2 13.20059626 L4_control_A3 +LQ02X013100 Putative Protease 2 12.77819301 L4_control_B1 +LQ02X013100 Putative Protease 2 12.83020105 L4_control_B2 +LQ02X013100 Putative Protease 2 12.22423486 L4_control_B3 +LQ02X013100 Putative Protease 2 12.4818359 L4_control_C2 +LQ02X013100 Putative Protease 2 12.22575827 L4_control_C3 +LQ02X013100 Putative Protease 2 12.79846579 L4_chemical_A1 +LQ02X013100 Putative Protease 2 12.19727838 L4_chemical_A2 +LQ02X013100 Putative Protease 2 13.3209623 L4_chemical_A3 +LQ02X013100 Putative Protease 2 12.79987766 L4_chemical_B1 +LQ02X013100 Putative Protease 2 12.94635997 L4_chemical_B2 +LQ02X013100 Putative Protease 2 12.28094777 L4_chemical_B3 +LQ02X013100 Putative Protease 2 12.7113696 L4_chemical_C2 +LQ02X013100 Putative Protease 2 12.322672 L4_chemical_C3 +LQ02X013120 Predicted protein 5.445255747 C6_control_A1 +LQ02X013120 Predicted protein 5.418982467 C6_control_A3 +LQ02X013120 Predicted protein 5.589086374 C6_control_B1 +LQ02X013120 Predicted protein 6.824781952 C6_control_B2 +LQ02X013120 Predicted protein 6.639363898 C6_control_B3 +LQ02X013120 Predicted protein 6.05697787 C6_control_C1 +LQ02X013120 Predicted protein 6.509761705 C6_control_C2 +LQ02X013120 Predicted protein 6.358225368 C6_control_C3 +LQ02X013120 Predicted protein 5.554697153 C6_chemical_A1 +LQ02X013120 Predicted protein 5.56622899 C6_chemical_A3 +LQ02X013120 Predicted protein 6.382168382 C6_chemical_B1 +LQ02X013120 Predicted protein 6.585312801 C6_chemical_B2 +LQ02X013120 Predicted protein 5.80719375 C6_chemical_B3 +LQ02X013120 Predicted protein 6.195901499 C6_chemical_C1 +LQ02X013120 Predicted protein 5.862488223 C6_chemical_C2 +LQ02X013120 Predicted protein 6.8331988 C6_chemical_C3 +LQ02X013120 Predicted protein 4.998945233 L4_control_A1 +LQ02X013120 Predicted protein 6.237177046 L4_control_A2 +LQ02X013120 Predicted protein 5.959232132 L4_control_A3 +LQ02X013120 Predicted protein 6.131427182 L4_control_B1 +LQ02X013120 Predicted protein 6.469891692 L4_control_B2 +LQ02X013120 Predicted protein 5.599582729 L4_control_B3 +LQ02X013120 Predicted protein 5.448837696 L4_control_C2 +LQ02X013120 Predicted protein 5.151189595 L4_control_C3 +LQ02X013120 Predicted protein 5.178819043 L4_chemical_A1 +LQ02X013120 Predicted protein 5.993443744 L4_chemical_A2 +LQ02X013120 Predicted protein 5.582199396 L4_chemical_A3 +LQ02X013120 Predicted protein 5.811592014 L4_chemical_B1 +LQ02X013120 Predicted protein 5.608730405 L4_chemical_B2 +LQ02X013120 Predicted protein 5.522131024 L4_chemical_B3 +LQ02X013120 Predicted protein 5.713516865 L4_chemical_C2 +LQ02X013120 Predicted protein 5.320216201 L4_chemical_C3 +LQ02X013170 High mobility group family 6.917052453 C6_control_A1 +LQ02X013170 High mobility group family 6.484084383 C6_control_A3 +LQ02X013170 High mobility group family 6.681685341 C6_control_B1 +LQ02X013170 High mobility group family 6.234233378 C6_control_B2 +LQ02X013170 High mobility group family 6.973262848 C6_control_B3 +LQ02X013170 High mobility group family 5.509440614 C6_control_C1 +LQ02X013170 High mobility group family 5.560187277 C6_control_C2 +LQ02X013170 High mobility group family 5.50599742 C6_control_C3 +LQ02X013170 High mobility group family 6.648471356 C6_chemical_A1 +LQ02X013170 High mobility group family 6.455116586 C6_chemical_A3 +LQ02X013170 High mobility group family 5.73832447 C6_chemical_B1 +LQ02X013170 High mobility group family 6.273183634 C6_chemical_B2 +LQ02X013170 High mobility group family 6.59652696 C6_chemical_B3 +LQ02X013170 High mobility group family 5.284066022 C6_chemical_C1 +LQ02X013170 High mobility group family 5.883619665 C6_chemical_C2 +LQ02X013170 High mobility group family 5.404476391 C6_chemical_C3 +LQ02X013170 High mobility group family 6.391352569 L4_control_A1 +LQ02X013170 High mobility group family 6.805866925 L4_control_A2 +LQ02X013170 High mobility group family 6.670237423 L4_control_A3 +LQ02X013170 High mobility group family 6.916085998 L4_control_B1 +LQ02X013170 High mobility group family 7.242879226 L4_control_B2 +LQ02X013170 High mobility group family 6.653949989 L4_control_B3 +LQ02X013170 High mobility group family 6.14220149 L4_control_C2 +LQ02X013170 High mobility group family 5.85991809 L4_control_C3 +LQ02X013170 High mobility group family 6.236217359 L4_chemical_A1 +LQ02X013170 High mobility group family 6.922697953 L4_chemical_A2 +LQ02X013170 High mobility group family 6.829304428 L4_chemical_A3 +LQ02X013170 High mobility group family 6.897970336 L4_chemical_B1 +LQ02X013170 High mobility group family 6.885120907 L4_chemical_B2 +LQ02X013170 High mobility group family 6.738190555 L4_chemical_B3 +LQ02X013170 High mobility group family 5.624121137 L4_chemical_C2 +LQ02X013170 High mobility group family 5.648472657 L4_chemical_C3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 12.12906788 C6_control_A1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.86852655 C6_control_A3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.6179264 C6_control_B1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.68663676 C6_control_B2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.70765511 C6_control_B3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 10.93524463 C6_control_C1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 10.50495001 C6_control_C2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.44987177 C6_control_C3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 12.1325612 C6_chemical_A1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 12.04219205 C6_chemical_A3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.30661843 C6_chemical_B1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.44766174 C6_chemical_B2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 12.01628026 C6_chemical_B3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 10.90718396 C6_chemical_C1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 9.985150466 C6_chemical_C2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 10.08865245 C6_chemical_C3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 12.31483629 L4_control_A1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 12.51944973 L4_control_A2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.76416234 L4_control_A3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.48797594 L4_control_B1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.19525669 L4_control_B2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 10.86278023 L4_control_B3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 9.361350231 L4_control_C2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 8.973126977 L4_control_C3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.41338803 L4_chemical_A1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.77225324 L4_chemical_A2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.69358166 L4_chemical_A3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.46263884 L4_chemical_B1 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 11.30782448 L4_chemical_B2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 12.35352758 L4_chemical_B3 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 9.746104923 L4_chemical_C2 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 9.526435003 L4_chemical_C3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 6.153285219 C6_control_A1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.569204878 C6_control_A3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.153045774 C6_control_B1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.518622425 C6_control_B2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.471273603 C6_control_B3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 6.073871575 C6_control_C1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 6.249903584 C6_control_C2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 6.754226094 C6_control_C3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.505985415 C6_chemical_A1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.447898611 C6_chemical_A3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.659356628 C6_chemical_B1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.736256982 C6_chemical_B2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.349152973 C6_chemical_B3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 6.175513018 C6_chemical_C1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.859198347 C6_chemical_C2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.849271778 C6_chemical_C3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.238912669 L4_control_A1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.786169931 L4_control_A2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.489369823 L4_control_A3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.368577428 L4_control_B1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.336665117 L4_control_B2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.512233856 L4_control_B3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.083014684 L4_control_C2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.347057966 L4_control_C3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.354951567 L4_chemical_A1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.51706324 L4_chemical_A2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.578595358 L4_chemical_A3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.252664753 L4_chemical_B1 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.052126981 L4_chemical_B2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.480763115 L4_chemical_B3 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.467553472 L4_chemical_C2 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.989127612 L4_chemical_C3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 14.12882119 C6_control_A1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 14.55642939 C6_control_A3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.67250335 C6_control_B1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.67404275 C6_control_B2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.73376971 C6_control_B3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.47133307 C6_control_C1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.79556839 C6_control_C2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.90709725 C6_control_C3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.6260304 C6_chemical_A1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 14.02735986 C6_chemical_A3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 12.822111 C6_chemical_B1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.07636029 C6_chemical_B2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.40912255 C6_chemical_B3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 12.90508344 C6_chemical_C1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.37504266 C6_chemical_C2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.12400134 C6_chemical_C3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 14.0296508 L4_control_A1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.35627464 L4_control_A2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.47200561 L4_control_A3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 12.97363118 L4_control_B1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 12.64132938 L4_control_B2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.54007967 L4_control_B3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.47108742 L4_control_C2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.51397003 L4_control_C3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.47246006 L4_chemical_A1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 12.3228451 L4_chemical_A2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.48335627 L4_chemical_A3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 12.67580829 L4_chemical_B1 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 12.51317065 L4_chemical_B2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.49561548 L4_chemical_B3 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.01915251 L4_chemical_C2 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.50275068 L4_chemical_C3 +LQ02X013240 Hypothetical protein 10.46787729 C6_control_A1 +LQ02X013240 Hypothetical protein 11.3193761 C6_control_A3 +LQ02X013240 Hypothetical protein 10.42234423 C6_control_B1 +LQ02X013240 Hypothetical protein 10.22832489 C6_control_B2 +LQ02X013240 Hypothetical protein 10.70884474 C6_control_B3 +LQ02X013240 Hypothetical protein 9.913288055 C6_control_C1 +LQ02X013240 Hypothetical protein 10.29932325 C6_control_C2 +LQ02X013240 Hypothetical protein 10.03678723 C6_control_C3 +LQ02X013240 Hypothetical protein 10.65073913 C6_chemical_A1 +LQ02X013240 Hypothetical protein 10.58025494 C6_chemical_A3 +LQ02X013240 Hypothetical protein 10.63455508 C6_chemical_B1 +LQ02X013240 Hypothetical protein 10.2000183 C6_chemical_B2 +LQ02X013240 Hypothetical protein 10.44750142 C6_chemical_B3 +LQ02X013240 Hypothetical protein 9.928392683 C6_chemical_C1 +LQ02X013240 Hypothetical protein 10.41664801 C6_chemical_C2 +LQ02X013240 Hypothetical protein 9.900764259 C6_chemical_C3 +LQ02X013240 Hypothetical protein 10.71432553 L4_control_A1 +LQ02X013240 Hypothetical protein 11.02365172 L4_control_A2 +LQ02X013240 Hypothetical protein 11.20329224 L4_control_A3 +LQ02X013240 Hypothetical protein 10.69266602 L4_control_B1 +LQ02X013240 Hypothetical protein 10.54226824 L4_control_B2 +LQ02X013240 Hypothetical protein 9.995303723 L4_control_B3 +LQ02X013240 Hypothetical protein 11.02816243 L4_control_C2 +LQ02X013240 Hypothetical protein 11.01331687 L4_control_C3 +LQ02X013240 Hypothetical protein 10.34083029 L4_chemical_A1 +LQ02X013240 Hypothetical protein 10.92808603 L4_chemical_A2 +LQ02X013240 Hypothetical protein 11.16326577 L4_chemical_A3 +LQ02X013240 Hypothetical protein 10.7988923 L4_chemical_B1 +LQ02X013240 Hypothetical protein 10.61610881 L4_chemical_B2 +LQ02X013240 Hypothetical protein 10.41563108 L4_chemical_B3 +LQ02X013240 Hypothetical protein 11.01805308 L4_chemical_C2 +LQ02X013240 Hypothetical protein 10.85709578 L4_chemical_C3 +LQ02X013260 Putative Calumenin 5.598499238 C6_control_A1 +LQ02X013260 Putative Calumenin 6.883507203 C6_control_A3 +LQ02X013260 Putative Calumenin 5.992497557 C6_control_B1 +LQ02X013260 Putative Calumenin 6.637017972 C6_control_B2 +LQ02X013260 Putative Calumenin 5.685847478 C6_control_B3 +LQ02X013260 Putative Calumenin 5.996619604 C6_control_C1 +LQ02X013260 Putative Calumenin 6.744835317 C6_control_C2 +LQ02X013260 Putative Calumenin 5.382780523 C6_control_C3 +LQ02X013260 Putative Calumenin 5.778309672 C6_chemical_A1 +LQ02X013260 Putative Calumenin 5.462671497 C6_chemical_A3 +LQ02X013260 Putative Calumenin 5.70177577 C6_chemical_B1 +LQ02X013260 Putative Calumenin 6.722378051 C6_chemical_B2 +LQ02X013260 Putative Calumenin 5.33284594 C6_chemical_B3 +LQ02X013260 Putative Calumenin 6.05309397 C6_chemical_C1 +LQ02X013260 Putative Calumenin 5.707410476 C6_chemical_C2 +LQ02X013260 Putative Calumenin 5.55933454 C6_chemical_C3 +LQ02X013260 Putative Calumenin 5.633633709 L4_control_A1 +LQ02X013260 Putative Calumenin 5.756082609 L4_control_A2 +LQ02X013260 Putative Calumenin 5.301785552 L4_control_A3 +LQ02X013260 Putative Calumenin 5.486279791 L4_control_B1 +LQ02X013260 Putative Calumenin 5.312776126 L4_control_B2 +LQ02X013260 Putative Calumenin 5.839497096 L4_control_B3 +LQ02X013260 Putative Calumenin 5.025662505 L4_control_C2 +LQ02X013260 Putative Calumenin 5.114710503 L4_control_C3 +LQ02X013260 Putative Calumenin 5.683962184 L4_chemical_A1 +LQ02X013260 Putative Calumenin 5.513721983 L4_chemical_A2 +LQ02X013260 Putative Calumenin 5.175982228 L4_chemical_A3 +LQ02X013260 Putative Calumenin 5.576955291 L4_chemical_B1 +LQ02X013260 Putative Calumenin 5.247843682 L4_chemical_B2 +LQ02X013260 Putative Calumenin 6.224422176 L4_chemical_B3 +LQ02X013260 Putative Calumenin 5.290600563 L4_chemical_C2 +LQ02X013260 Putative Calumenin 5.227511283 L4_chemical_C3 +LQ02X013270 Predicted protein 13.84859463 C6_control_A1 +LQ02X013270 Predicted protein 13.40304928 C6_control_A3 +LQ02X013270 Predicted protein 14.08078004 C6_control_B1 +LQ02X013270 Predicted protein 14.06324333 C6_control_B2 +LQ02X013270 Predicted protein 14.04632179 C6_control_B3 +LQ02X013270 Predicted protein 13.86028659 C6_control_C1 +LQ02X013270 Predicted protein 14.03926119 C6_control_C2 +LQ02X013270 Predicted protein 14.24399036 C6_control_C3 +LQ02X013270 Predicted protein 13.70219652 C6_chemical_A1 +LQ02X013270 Predicted protein 13.9142189 C6_chemical_A3 +LQ02X013270 Predicted protein 13.92358186 C6_chemical_B1 +LQ02X013270 Predicted protein 13.85670973 C6_chemical_B2 +LQ02X013270 Predicted protein 13.81488818 C6_chemical_B3 +LQ02X013270 Predicted protein 13.70102423 C6_chemical_C1 +LQ02X013270 Predicted protein 14.16290937 C6_chemical_C2 +LQ02X013270 Predicted protein 14.06929618 C6_chemical_C3 +LQ02X013270 Predicted protein 13.54150632 L4_control_A1 +LQ02X013270 Predicted protein 12.99542211 L4_control_A2 +LQ02X013270 Predicted protein 12.95214387 L4_control_A3 +LQ02X013270 Predicted protein 14.07156945 L4_control_B1 +LQ02X013270 Predicted protein 14.09133672 L4_control_B2 +LQ02X013270 Predicted protein 14.09902952 L4_control_B3 +LQ02X013270 Predicted protein 13.89554421 L4_control_C2 +LQ02X013270 Predicted protein 14.29550158 L4_control_C3 +LQ02X013270 Predicted protein 13.54921112 L4_chemical_A1 +LQ02X013270 Predicted protein 13.19393597 L4_chemical_A2 +LQ02X013270 Predicted protein 12.98270224 L4_chemical_A3 +LQ02X013270 Predicted protein 13.96813057 L4_chemical_B1 +LQ02X013270 Predicted protein 13.86996381 L4_chemical_B2 +LQ02X013270 Predicted protein 13.9547865 L4_chemical_B3 +LQ02X013270 Predicted protein 13.92020392 L4_chemical_C2 +LQ02X013270 Predicted protein 14.18718707 L4_chemical_C3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.954247715 C6_control_A1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 6.300485882 C6_control_A3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.304807816 C6_control_B1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.51602681 C6_control_B2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.845656018 C6_control_B3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.222719775 C6_control_C1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 6.377154534 C6_control_C2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.085277158 C6_control_C3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.641179068 C6_chemical_A1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.749515597 C6_chemical_A3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.431496721 C6_chemical_B1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.707059071 C6_chemical_B2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.482591558 C6_chemical_B3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.074898056 C6_chemical_C1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.479338918 C6_chemical_C2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.147193263 C6_chemical_C3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.400700118 L4_control_A1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.523167915 L4_control_A2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 6.434843463 L4_control_A3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 6.27137242 L4_control_B1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.463030455 L4_control_B2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.704694194 L4_control_B3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 4.922872025 L4_control_C2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 4.877063939 L4_control_C3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.409227575 L4_chemical_A1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.727981088 L4_chemical_A2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.746721694 L4_chemical_A3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 6.358335187 L4_chemical_B1 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.394104589 L4_chemical_B2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.55843593 L4_chemical_B3 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.570584793 L4_chemical_C2 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.346658617 L4_chemical_C3 +LQ02X013330 Putative Transmembrane protein 53 9.340087632 C6_control_A1 +LQ02X013330 Putative Transmembrane protein 53 6.737843395 C6_control_A3 +LQ02X013330 Putative Transmembrane protein 53 10.10411146 C6_control_B1 +LQ02X013330 Putative Transmembrane protein 53 8.768463617 C6_control_B2 +LQ02X013330 Putative Transmembrane protein 53 8.829235934 C6_control_B3 +LQ02X013330 Putative Transmembrane protein 53 8.751201375 C6_control_C1 +LQ02X013330 Putative Transmembrane protein 53 6.362640858 C6_control_C2 +LQ02X013330 Putative Transmembrane protein 53 6.041935218 C6_control_C3 +LQ02X013330 Putative Transmembrane protein 53 9.501356057 C6_chemical_A1 +LQ02X013330 Putative Transmembrane protein 53 8.545879152 C6_chemical_A3 +LQ02X013330 Putative Transmembrane protein 53 10.737946 C6_chemical_B1 +LQ02X013330 Putative Transmembrane protein 53 9.084908779 C6_chemical_B2 +LQ02X013330 Putative Transmembrane protein 53 8.983960853 C6_chemical_B3 +LQ02X013330 Putative Transmembrane protein 53 8.683690096 C6_chemical_C1 +LQ02X013330 Putative Transmembrane protein 53 7.054810187 C6_chemical_C2 +LQ02X013330 Putative Transmembrane protein 53 7.099026735 C6_chemical_C3 +LQ02X013330 Putative Transmembrane protein 53 9.317327897 L4_control_A1 +LQ02X013330 Putative Transmembrane protein 53 8.419649073 L4_control_A2 +LQ02X013330 Putative Transmembrane protein 53 8.325762531 L4_control_A3 +LQ02X013330 Putative Transmembrane protein 53 9.28248943 L4_control_B1 +LQ02X013330 Putative Transmembrane protein 53 9.922121691 L4_control_B2 +LQ02X013330 Putative Transmembrane protein 53 7.824021554 L4_control_B3 +LQ02X013330 Putative Transmembrane protein 53 6.59313704 L4_control_C2 +LQ02X013330 Putative Transmembrane protein 53 7.699216027 L4_control_C3 +LQ02X013330 Putative Transmembrane protein 53 8.715806235 L4_chemical_A1 +LQ02X013330 Putative Transmembrane protein 53 8.739411513 L4_chemical_A2 +LQ02X013330 Putative Transmembrane protein 53 8.390712487 L4_chemical_A3 +LQ02X013330 Putative Transmembrane protein 53 9.7038382 L4_chemical_B1 +LQ02X013330 Putative Transmembrane protein 53 9.29288193 L4_chemical_B2 +LQ02X013330 Putative Transmembrane protein 53 8.922818105 L4_chemical_B3 +LQ02X013330 Putative Transmembrane protein 53 7.506797461 L4_chemical_C2 +LQ02X013330 Putative Transmembrane protein 53 7.176541013 L4_chemical_C3 +LQ02X013350 Predicted protein 5.098498404 C6_control_A1 +LQ02X013350 Predicted protein 5.041617755 C6_control_A3 +LQ02X013350 Predicted protein 5.060023975 C6_control_B1 +LQ02X013350 Predicted protein 5.070570989 C6_control_B2 +LQ02X013350 Predicted protein 5.7653259 C6_control_B3 +LQ02X013350 Predicted protein 5.106694505 C6_control_C1 +LQ02X013350 Predicted protein 5.260141687 C6_control_C2 +LQ02X013350 Predicted protein 4.858401247 C6_control_C3 +LQ02X013350 Predicted protein 4.904655373 C6_chemical_A1 +LQ02X013350 Predicted protein 4.766272555 C6_chemical_A3 +LQ02X013350 Predicted protein 5.236643102 C6_chemical_B1 +LQ02X013350 Predicted protein 5.183396614 C6_chemical_B2 +LQ02X013350 Predicted protein 5.5157684 C6_chemical_B3 +LQ02X013350 Predicted protein 4.807943656 C6_chemical_C1 +LQ02X013350 Predicted protein 5.055489727 C6_chemical_C2 +LQ02X013350 Predicted protein 4.866346468 C6_chemical_C3 +LQ02X013350 Predicted protein 4.910683459 L4_control_A1 +LQ02X013350 Predicted protein 5.043911801 L4_control_A2 +LQ02X013350 Predicted protein 4.943873582 L4_control_A3 +LQ02X013350 Predicted protein 5.215026325 L4_control_B1 +LQ02X013350 Predicted protein 4.985920425 L4_control_B2 +LQ02X013350 Predicted protein 5.01682996 L4_control_B3 +LQ02X013350 Predicted protein 4.852184202 L4_control_C2 +LQ02X013350 Predicted protein 5.822321856 L4_control_C3 +LQ02X013350 Predicted protein 4.963917198 L4_chemical_A1 +LQ02X013350 Predicted protein 4.866913477 L4_chemical_A2 +LQ02X013350 Predicted protein 4.796767206 L4_chemical_A3 +LQ02X013350 Predicted protein 4.717481974 L4_chemical_B1 +LQ02X013350 Predicted protein 4.935024804 L4_chemical_B2 +LQ02X013350 Predicted protein 5.206710501 L4_chemical_B3 +LQ02X013350 Predicted protein 4.758753956 L4_chemical_C2 +LQ02X013350 Predicted protein 4.690370397 L4_chemical_C3 +LQ02X013370 50S ribosomal protein L15 5.565064108 C6_control_A1 +LQ02X013370 50S ribosomal protein L15 5.741147585 C6_control_A3 +LQ02X013370 50S ribosomal protein L15 5.60000007 C6_control_B1 +LQ02X013370 50S ribosomal protein L15 5.231283814 C6_control_B2 +LQ02X013370 50S ribosomal protein L15 5.27555562 C6_control_B3 +LQ02X013370 50S ribosomal protein L15 5.6061913 C6_control_C1 +LQ02X013370 50S ribosomal protein L15 4.919365337 C6_control_C2 +LQ02X013370 50S ribosomal protein L15 5.525259428 C6_control_C3 +LQ02X013370 50S ribosomal protein L15 5.465556999 C6_chemical_A1 +LQ02X013370 50S ribosomal protein L15 5.405554561 C6_chemical_A3 +LQ02X013370 50S ribosomal protein L15 5.24678344 C6_chemical_B1 +LQ02X013370 50S ribosomal protein L15 5.432507175 C6_chemical_B2 +LQ02X013370 50S ribosomal protein L15 5.946197699 C6_chemical_B3 +LQ02X013370 50S ribosomal protein L15 5.590351241 C6_chemical_C1 +LQ02X013370 50S ribosomal protein L15 5.199719066 C6_chemical_C2 +LQ02X013370 50S ribosomal protein L15 5.499880778 C6_chemical_C3 +LQ02X013370 50S ribosomal protein L15 6.290557022 L4_control_A1 +LQ02X013370 50S ribosomal protein L15 6.182481034 L4_control_A2 +LQ02X013370 50S ribosomal protein L15 7.182650512 L4_control_A3 +LQ02X013370 50S ribosomal protein L15 7.574746711 L4_control_B1 +LQ02X013370 50S ribosomal protein L15 6.785706094 L4_control_B2 +LQ02X013370 50S ribosomal protein L15 5.030491816 L4_control_B3 +LQ02X013370 50S ribosomal protein L15 5.776636408 L4_control_C2 +LQ02X013370 50S ribosomal protein L15 6.358958042 L4_control_C3 +LQ02X013370 50S ribosomal protein L15 6.210454305 L4_chemical_A1 +LQ02X013370 50S ribosomal protein L15 6.361001473 L4_chemical_A2 +LQ02X013370 50S ribosomal protein L15 7.394656754 L4_chemical_A3 +LQ02X013370 50S ribosomal protein L15 6.691359857 L4_chemical_B1 +LQ02X013370 50S ribosomal protein L15 6.571384775 L4_chemical_B2 +LQ02X013370 50S ribosomal protein L15 5.199872649 L4_chemical_B3 +LQ02X013370 50S ribosomal protein L15 6.958413598 L4_chemical_C2 +LQ02X013370 50S ribosomal protein L15 6.782203678 L4_chemical_C3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.85167138 C6_control_A1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.89208589 C6_control_A3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 13.0078848 C6_control_B1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.92887126 C6_control_B2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.59732588 C6_control_B3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.81038374 C6_control_C1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.99567628 C6_control_C2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.48340078 C6_control_C3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.81776538 C6_chemical_A1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.68562571 C6_chemical_A3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.98208777 C6_chemical_B1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 13.14115287 C6_chemical_B2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.15054218 C6_chemical_B3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.80408216 C6_chemical_C1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.92994783 C6_chemical_C2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.02873688 C6_chemical_C3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.18822332 L4_control_A1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.20286002 L4_control_A2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 10.86559743 L4_control_A3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.37825921 L4_control_B1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.33575226 L4_control_B2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.40239657 L4_control_B3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.62405208 L4_control_C2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.04293993 L4_control_C3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 11.98374479 L4_chemical_A1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.33110342 L4_chemical_A2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 10.45691967 L4_chemical_A3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.28981044 L4_chemical_B1 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.61357256 L4_chemical_B2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.0148276 L4_chemical_B3 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.25486846 L4_chemical_C2 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.29725995 L4_chemical_C3 +LQ02X013410 Momilactone A synthase 6.869542697 C6_control_A1 +LQ02X013410 Momilactone A synthase 7.008313425 C6_control_A3 +LQ02X013410 Momilactone A synthase 6.534685464 C6_control_B1 +LQ02X013410 Momilactone A synthase 6.742629015 C6_control_B2 +LQ02X013410 Momilactone A synthase 6.471809705 C6_control_B3 +LQ02X013410 Momilactone A synthase 6.97854708 C6_control_C1 +LQ02X013410 Momilactone A synthase 6.112729375 C6_control_C2 +LQ02X013410 Momilactone A synthase 5.823651612 C6_control_C3 +LQ02X013410 Momilactone A synthase 6.461801935 C6_chemical_A1 +LQ02X013410 Momilactone A synthase 7.928151069 C6_chemical_A3 +LQ02X013410 Momilactone A synthase 5.75601955 C6_chemical_B1 +LQ02X013410 Momilactone A synthase 6.296663351 C6_chemical_B2 +LQ02X013410 Momilactone A synthase 6.504349232 C6_chemical_B3 +LQ02X013410 Momilactone A synthase 6.809943535 C6_chemical_C1 +LQ02X013410 Momilactone A synthase 6.048274926 C6_chemical_C2 +LQ02X013410 Momilactone A synthase 6.684440259 C6_chemical_C3 +LQ02X013410 Momilactone A synthase 8.101798951 L4_control_A1 +LQ02X013410 Momilactone A synthase 9.058566016 L4_control_A2 +LQ02X013410 Momilactone A synthase 9.07649917 L4_control_A3 +LQ02X013410 Momilactone A synthase 7.589947989 L4_control_B1 +LQ02X013410 Momilactone A synthase 7.559218993 L4_control_B2 +LQ02X013410 Momilactone A synthase 7.46722696 L4_control_B3 +LQ02X013410 Momilactone A synthase 7.993447093 L4_control_C2 +LQ02X013410 Momilactone A synthase 7.097491457 L4_control_C3 +LQ02X013410 Momilactone A synthase 7.807545002 L4_chemical_A1 +LQ02X013410 Momilactone A synthase 8.330699003 L4_chemical_A2 +LQ02X013410 Momilactone A synthase 8.567521613 L4_chemical_A3 +LQ02X013410 Momilactone A synthase 8.262465921 L4_chemical_B1 +LQ02X013410 Momilactone A synthase 8.122984619 L4_chemical_B2 +LQ02X013410 Momilactone A synthase 7.53126333 L4_chemical_B3 +LQ02X013410 Momilactone A synthase 8.561739056 L4_chemical_C2 +LQ02X013410 Momilactone A synthase 7.254837986 L4_chemical_C3 +LQ02X013430 Hypothetical protein 5.561773904 C6_control_A1 +LQ02X013430 Hypothetical protein 5.873388403 C6_control_A3 +LQ02X013430 Hypothetical protein 5.375245034 C6_control_B1 +LQ02X013430 Hypothetical protein 5.462433837 C6_control_B2 +LQ02X013430 Hypothetical protein 5.695978948 C6_control_B3 +LQ02X013430 Hypothetical protein 5.45688799 C6_control_C1 +LQ02X013430 Hypothetical protein 5.167068641 C6_control_C2 +LQ02X013430 Hypothetical protein 5.351971086 C6_control_C3 +LQ02X013430 Hypothetical protein 5.45696885 C6_chemical_A1 +LQ02X013430 Hypothetical protein 5.98114221 C6_chemical_A3 +LQ02X013430 Hypothetical protein 5.618684846 C6_chemical_B1 +LQ02X013430 Hypothetical protein 5.404097853 C6_chemical_B2 +LQ02X013430 Hypothetical protein 5.63578716 C6_chemical_B3 +LQ02X013430 Hypothetical protein 5.589264575 C6_chemical_C1 +LQ02X013430 Hypothetical protein 5.492769317 C6_chemical_C2 +LQ02X013430 Hypothetical protein 5.542643215 C6_chemical_C3 +LQ02X013430 Hypothetical protein 5.211174077 L4_control_A1 +LQ02X013430 Hypothetical protein 6.043588337 L4_control_A2 +LQ02X013430 Hypothetical protein 5.824802064 L4_control_A3 +LQ02X013430 Hypothetical protein 5.221396041 L4_control_B1 +LQ02X013430 Hypothetical protein 5.129073455 L4_control_B2 +LQ02X013430 Hypothetical protein 5.722925155 L4_control_B3 +LQ02X013430 Hypothetical protein 5.373988129 L4_control_C2 +LQ02X013430 Hypothetical protein 5.413423578 L4_control_C3 +LQ02X013430 Hypothetical protein 5.446845719 L4_chemical_A1 +LQ02X013430 Hypothetical protein 6.141862408 L4_chemical_A2 +LQ02X013430 Hypothetical protein 5.829380824 L4_chemical_A3 +LQ02X013430 Hypothetical protein 5.369873807 L4_chemical_B1 +LQ02X013430 Hypothetical protein 5.331755104 L4_chemical_B2 +LQ02X013430 Hypothetical protein 5.661888396 L4_chemical_B3 +LQ02X013430 Hypothetical protein 5.40802049 L4_chemical_C2 +LQ02X013430 Hypothetical protein 5.049629426 L4_chemical_C3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.59172582 C6_control_A1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.9360165 C6_control_A3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.35166284 C6_control_B1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 12.87647372 C6_control_B2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.31428645 C6_control_B3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.00318404 C6_control_C1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 12.81915177 C6_control_C2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 12.98625703 C6_control_C3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.2535539 C6_chemical_A1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.88742258 C6_chemical_A3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.13231657 C6_chemical_B1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 12.79568278 C6_chemical_B2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.23883759 C6_chemical_B3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 12.71652418 C6_chemical_C1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 12.64329404 C6_chemical_C2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 12.946487 C6_chemical_C3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.8973688 L4_control_A1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.61227598 L4_control_A2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 14.19370385 L4_control_A3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.19323589 L4_control_B1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.38831743 L4_control_B2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.07301356 L4_control_B3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.30545086 L4_control_C2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.15123857 L4_control_C3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.44964922 L4_chemical_A1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.34830369 L4_chemical_A2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.92518405 L4_chemical_A3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.34698657 L4_chemical_B1 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.24693755 L4_chemical_B2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.20808343 L4_chemical_B3 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.21127668 L4_chemical_C2 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.35301517 L4_chemical_C3 +LQ02X013530 Probable prefoldin subunit 5 6.325545776 C6_control_A1 +LQ02X013530 Probable prefoldin subunit 5 6.597099254 C6_control_A3 +LQ02X013530 Probable prefoldin subunit 5 5.896980368 C6_control_B1 +LQ02X013530 Probable prefoldin subunit 5 6.900910396 C6_control_B2 +LQ02X013530 Probable prefoldin subunit 5 6.462771592 C6_control_B3 +LQ02X013530 Probable prefoldin subunit 5 6.783534477 C6_control_C1 +LQ02X013530 Probable prefoldin subunit 5 6.853104906 C6_control_C2 +LQ02X013530 Probable prefoldin subunit 5 7.364430414 C6_control_C3 +LQ02X013530 Probable prefoldin subunit 5 6.312213284 C6_chemical_A1 +LQ02X013530 Probable prefoldin subunit 5 6.551072773 C6_chemical_A3 +LQ02X013530 Probable prefoldin subunit 5 6.615340495 C6_chemical_B1 +LQ02X013530 Probable prefoldin subunit 5 6.912337576 C6_chemical_B2 +LQ02X013530 Probable prefoldin subunit 5 6.553319761 C6_chemical_B3 +LQ02X013530 Probable prefoldin subunit 5 6.817496572 C6_chemical_C1 +LQ02X013530 Probable prefoldin subunit 5 7.232580285 C6_chemical_C2 +LQ02X013530 Probable prefoldin subunit 5 7.116372716 C6_chemical_C3 +LQ02X013530 Probable prefoldin subunit 5 6.492915679 L4_control_A1 +LQ02X013530 Probable prefoldin subunit 5 6.620534691 L4_control_A2 +LQ02X013530 Probable prefoldin subunit 5 6.612896133 L4_control_A3 +LQ02X013530 Probable prefoldin subunit 5 6.080308718 L4_control_B1 +LQ02X013530 Probable prefoldin subunit 5 5.89510535 L4_control_B2 +LQ02X013530 Probable prefoldin subunit 5 6.207128124 L4_control_B3 +LQ02X013530 Probable prefoldin subunit 5 6.393785049 L4_control_C2 +LQ02X013530 Probable prefoldin subunit 5 6.071467137 L4_control_C3 +LQ02X013530 Probable prefoldin subunit 5 6.150409719 L4_chemical_A1 +LQ02X013530 Probable prefoldin subunit 5 6.428015379 L4_chemical_A2 +LQ02X013530 Probable prefoldin subunit 5 6.342533057 L4_chemical_A3 +LQ02X013530 Probable prefoldin subunit 5 6.242457095 L4_chemical_B1 +LQ02X013530 Probable prefoldin subunit 5 6.498075676 L4_chemical_B2 +LQ02X013530 Probable prefoldin subunit 5 6.429143553 L4_chemical_B3 +LQ02X013530 Probable prefoldin subunit 5 6.887721571 L4_chemical_C2 +LQ02X013530 Probable prefoldin subunit 5 6.805338229 L4_chemical_C3 +LQ02X013540 Transcription factor TCP7 14.6098472 C6_control_A1 +LQ02X013540 Transcription factor TCP7 14.46983636 C6_control_A3 +LQ02X013540 Transcription factor TCP7 14.5576771 C6_control_B1 +LQ02X013540 Transcription factor TCP7 14.27139483 C6_control_B2 +LQ02X013540 Transcription factor TCP7 14.28722997 C6_control_B3 +LQ02X013540 Transcription factor TCP7 14.14669755 C6_control_C1 +LQ02X013540 Transcription factor TCP7 14.26987819 C6_control_C2 +LQ02X013540 Transcription factor TCP7 13.83966789 C6_control_C3 +LQ02X013540 Transcription factor TCP7 14.57475806 C6_chemical_A1 +LQ02X013540 Transcription factor TCP7 14.3722106 C6_chemical_A3 +LQ02X013540 Transcription factor TCP7 14.3016474 C6_chemical_B1 +LQ02X013540 Transcription factor TCP7 14.07524799 C6_chemical_B2 +LQ02X013540 Transcription factor TCP7 14.23501699 C6_chemical_B3 +LQ02X013540 Transcription factor TCP7 14.24424521 C6_chemical_C1 +LQ02X013540 Transcription factor TCP7 13.98850803 C6_chemical_C2 +LQ02X013540 Transcription factor TCP7 14.02515663 C6_chemical_C3 +LQ02X013540 Transcription factor TCP7 14.44201466 L4_control_A1 +LQ02X013540 Transcription factor TCP7 14.53723962 L4_control_A2 +LQ02X013540 Transcription factor TCP7 13.7421731 L4_control_A3 +LQ02X013540 Transcription factor TCP7 14.03484607 L4_control_B1 +LQ02X013540 Transcription factor TCP7 14.40105432 L4_control_B2 +LQ02X013540 Transcription factor TCP7 13.45133886 L4_control_B3 +LQ02X013540 Transcription factor TCP7 13.53007712 L4_control_C2 +LQ02X013540 Transcription factor TCP7 13.72220032 L4_control_C3 +LQ02X013540 Transcription factor TCP7 14.39789858 L4_chemical_A1 +LQ02X013540 Transcription factor TCP7 14.58755463 L4_chemical_A2 +LQ02X013540 Transcription factor TCP7 13.8234244 L4_chemical_A3 +LQ02X013540 Transcription factor TCP7 14.22845252 L4_chemical_B1 +LQ02X013540 Transcription factor TCP7 14.24136015 L4_chemical_B2 +LQ02X013540 Transcription factor TCP7 14.41288061 L4_chemical_B3 +LQ02X013540 Transcription factor TCP7 13.75069967 L4_chemical_C2 +LQ02X013540 Transcription factor TCP7 13.73108522 L4_chemical_C3 +LQ02X013560 Putative E2F-associated phosphoprotein 4.798457808 C6_control_A1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.849551739 C6_control_A3 +LQ02X013560 Putative E2F-associated phosphoprotein 5.207895701 C6_control_B1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.812834174 C6_control_B2 +LQ02X013560 Putative E2F-associated phosphoprotein 4.485481647 C6_control_B3 +LQ02X013560 Putative E2F-associated phosphoprotein 5.000518207 C6_control_C1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.622392597 C6_control_C2 +LQ02X013560 Putative E2F-associated phosphoprotein 4.61428688 C6_control_C3 +LQ02X013560 Putative E2F-associated phosphoprotein 4.611439188 C6_chemical_A1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.902262418 C6_chemical_A3 +LQ02X013560 Putative E2F-associated phosphoprotein 5.24567604 C6_chemical_B1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.59139632 C6_chemical_B2 +LQ02X013560 Putative E2F-associated phosphoprotein 4.932957919 C6_chemical_B3 +LQ02X013560 Putative E2F-associated phosphoprotein 5.036242723 C6_chemical_C1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.769665103 C6_chemical_C2 +LQ02X013560 Putative E2F-associated phosphoprotein 4.829089954 C6_chemical_C3 +LQ02X013560 Putative E2F-associated phosphoprotein 4.811660707 L4_control_A1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.889309223 L4_control_A2 +LQ02X013560 Putative E2F-associated phosphoprotein 5.035067951 L4_control_A3 +LQ02X013560 Putative E2F-associated phosphoprotein 4.722616904 L4_control_B1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.639021561 L4_control_B2 +LQ02X013560 Putative E2F-associated phosphoprotein 5.288998639 L4_control_B3 +LQ02X013560 Putative E2F-associated phosphoprotein 4.930783127 L4_control_C2 +LQ02X013560 Putative E2F-associated phosphoprotein 5.13249899 L4_control_C3 +LQ02X013560 Putative E2F-associated phosphoprotein 4.809307173 L4_chemical_A1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.858466554 L4_chemical_A2 +LQ02X013560 Putative E2F-associated phosphoprotein 4.882951311 L4_chemical_A3 +LQ02X013560 Putative E2F-associated phosphoprotein 4.769736175 L4_chemical_B1 +LQ02X013560 Putative E2F-associated phosphoprotein 4.642347202 L4_chemical_B2 +LQ02X013560 Putative E2F-associated phosphoprotein 4.615212259 L4_chemical_B3 +LQ02X013560 Putative E2F-associated phosphoprotein 4.782496089 L4_chemical_C2 +LQ02X013560 Putative E2F-associated phosphoprotein 5.60226098 L4_chemical_C3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.56000301 C6_control_A1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 6.350211772 C6_control_A3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 4.886841392 C6_control_B1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.491413884 C6_control_B2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.34042574 C6_control_B3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.498521215 C6_control_C1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.922550908 C6_control_C2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.377690811 C6_control_C3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.612620154 C6_chemical_A1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.685823789 C6_chemical_A3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.253290088 C6_chemical_B1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.461509843 C6_chemical_B2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.462582838 C6_chemical_B3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.280143909 C6_chemical_C1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.354364277 C6_chemical_C2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.377370396 C6_chemical_C3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.581469115 L4_control_A1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.374827704 L4_control_A2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.273781038 L4_control_A3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.66900079 L4_control_B1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.579213403 L4_control_B2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.5187617 L4_control_B3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.368958311 L4_control_C2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.67236608 L4_control_C3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.289412197 L4_chemical_A1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.616629407 L4_chemical_A2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.818156761 L4_chemical_A3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.569922194 L4_chemical_B1 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.53063626 L4_chemical_B2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.632890642 L4_chemical_B3 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.239861357 L4_chemical_C2 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.621402194 L4_chemical_C3 +LQ02X013590 Thioredoxin-X, chloroplastic 13.03277034 C6_control_A1 +LQ02X013590 Thioredoxin-X, chloroplastic 12.28918311 C6_control_A3 +LQ02X013590 Thioredoxin-X, chloroplastic 13.52103466 C6_control_B1 +LQ02X013590 Thioredoxin-X, chloroplastic 13.99748753 C6_control_B2 +LQ02X013590 Thioredoxin-X, chloroplastic 13.49752224 C6_control_B3 +LQ02X013590 Thioredoxin-X, chloroplastic 14.40146116 C6_control_C1 +LQ02X013590 Thioredoxin-X, chloroplastic 13.94480411 C6_control_C2 +LQ02X013590 Thioredoxin-X, chloroplastic 13.82880488 C6_control_C3 +LQ02X013590 Thioredoxin-X, chloroplastic 13.02419305 C6_chemical_A1 +LQ02X013590 Thioredoxin-X, chloroplastic 12.41003081 C6_chemical_A3 +LQ02X013590 Thioredoxin-X, chloroplastic 13.78518249 C6_chemical_B1 +LQ02X013590 Thioredoxin-X, chloroplastic 13.96800785 C6_chemical_B2 +LQ02X013590 Thioredoxin-X, chloroplastic 13.32069025 C6_chemical_B3 +LQ02X013590 Thioredoxin-X, chloroplastic 14.3683853 C6_chemical_C1 +LQ02X013590 Thioredoxin-X, chloroplastic 14.18942482 C6_chemical_C2 +LQ02X013590 Thioredoxin-X, chloroplastic 13.87267231 C6_chemical_C3 +LQ02X013590 Thioredoxin-X, chloroplastic 12.67899936 L4_control_A1 +LQ02X013590 Thioredoxin-X, chloroplastic 13.05905051 L4_control_A2 +LQ02X013590 Thioredoxin-X, chloroplastic 12.08155903 L4_control_A3 +LQ02X013590 Thioredoxin-X, chloroplastic 13.54571037 L4_control_B1 +LQ02X013590 Thioredoxin-X, chloroplastic 12.64411923 L4_control_B2 +LQ02X013590 Thioredoxin-X, chloroplastic 13.44624614 L4_control_B3 +LQ02X013590 Thioredoxin-X, chloroplastic 13.47477433 L4_control_C2 +LQ02X013590 Thioredoxin-X, chloroplastic 13.07657812 L4_control_C3 +LQ02X013590 Thioredoxin-X, chloroplastic 12.71265144 L4_chemical_A1 +LQ02X013590 Thioredoxin-X, chloroplastic 13.12024379 L4_chemical_A2 +LQ02X013590 Thioredoxin-X, chloroplastic 12.37846116 L4_chemical_A3 +LQ02X013590 Thioredoxin-X, chloroplastic 13.30428452 L4_chemical_B1 +LQ02X013590 Thioredoxin-X, chloroplastic 13.02645516 L4_chemical_B2 +LQ02X013590 Thioredoxin-X, chloroplastic 12.82946822 L4_chemical_B3 +LQ02X013590 Thioredoxin-X, chloroplastic 13.27564495 L4_chemical_C2 +LQ02X013590 Thioredoxin-X, chloroplastic 13.227942 L4_chemical_C3 +LQ02X013600 Sugar transport protein 10 4.851140027 C6_control_A1 +LQ02X013600 Sugar transport protein 10 5.206001272 C6_control_A3 +LQ02X013600 Sugar transport protein 10 4.727676646 C6_control_B1 +LQ02X013600 Sugar transport protein 10 4.817151742 C6_control_B2 +LQ02X013600 Sugar transport protein 10 4.955886275 C6_control_B3 +LQ02X013600 Sugar transport protein 10 5.069742905 C6_control_C1 +LQ02X013600 Sugar transport protein 10 5.097578253 C6_control_C2 +LQ02X013600 Sugar transport protein 10 4.884765868 C6_control_C3 +LQ02X013600 Sugar transport protein 10 5.070780172 C6_chemical_A1 +LQ02X013600 Sugar transport protein 10 5.304252729 C6_chemical_A3 +LQ02X013600 Sugar transport protein 10 4.869488855 C6_chemical_B1 +LQ02X013600 Sugar transport protein 10 4.978028037 C6_chemical_B2 +LQ02X013600 Sugar transport protein 10 5.149687534 C6_chemical_B3 +LQ02X013600 Sugar transport protein 10 5.029255549 C6_chemical_C1 +LQ02X013600 Sugar transport protein 10 5.124835189 C6_chemical_C2 +LQ02X013600 Sugar transport protein 10 5.07624809 C6_chemical_C3 +LQ02X013600 Sugar transport protein 10 4.831103176 L4_control_A1 +LQ02X013600 Sugar transport protein 10 4.992662653 L4_control_A2 +LQ02X013600 Sugar transport protein 10 5.333235488 L4_control_A3 +LQ02X013600 Sugar transport protein 10 5.304964893 L4_control_B1 +LQ02X013600 Sugar transport protein 10 5.245326886 L4_control_B2 +LQ02X013600 Sugar transport protein 10 4.794405169 L4_control_B3 +LQ02X013600 Sugar transport protein 10 5.480141444 L4_control_C2 +LQ02X013600 Sugar transport protein 10 5.036860353 L4_control_C3 +LQ02X013600 Sugar transport protein 10 5.128305978 L4_chemical_A1 +LQ02X013600 Sugar transport protein 10 5.024657246 L4_chemical_A2 +LQ02X013600 Sugar transport protein 10 4.961168927 L4_chemical_A3 +LQ02X013600 Sugar transport protein 10 4.969154222 L4_chemical_B1 +LQ02X013600 Sugar transport protein 10 5.090330382 L4_chemical_B2 +LQ02X013600 Sugar transport protein 10 4.893116342 L4_chemical_B3 +LQ02X013600 Sugar transport protein 10 4.838867855 L4_chemical_C2 +LQ02X013600 Sugar transport protein 10 5.281714018 L4_chemical_C3 +LQ02X013670 Putative uncharacterized protein 12.07138527 C6_control_A1 +LQ02X013670 Putative uncharacterized protein 12.17254154 C6_control_A3 +LQ02X013670 Putative uncharacterized protein 12.18594898 C6_control_B1 +LQ02X013670 Putative uncharacterized protein 11.39623878 C6_control_B2 +LQ02X013670 Putative uncharacterized protein 11.82802692 C6_control_B3 +LQ02X013670 Putative uncharacterized protein 12.11070135 C6_control_C1 +LQ02X013670 Putative uncharacterized protein 11.70257741 C6_control_C2 +LQ02X013670 Putative uncharacterized protein 12.02138221 C6_control_C3 +LQ02X013670 Putative uncharacterized protein 12.04579147 C6_chemical_A1 +LQ02X013670 Putative uncharacterized protein 12.93135149 C6_chemical_A3 +LQ02X013670 Putative uncharacterized protein 11.89232264 C6_chemical_B1 +LQ02X013670 Putative uncharacterized protein 11.77919829 C6_chemical_B2 +LQ02X013670 Putative uncharacterized protein 11.96906838 C6_chemical_B3 +LQ02X013670 Putative uncharacterized protein 11.86546573 C6_chemical_C1 +LQ02X013670 Putative uncharacterized protein 12.03205486 C6_chemical_C2 +LQ02X013670 Putative uncharacterized protein 12.2480643 C6_chemical_C3 +LQ02X013670 Putative uncharacterized protein 12.68845371 L4_control_A1 +LQ02X013670 Putative uncharacterized protein 12.32016523 L4_control_A2 +LQ02X013670 Putative uncharacterized protein 12.95488424 L4_control_A3 +LQ02X013670 Putative uncharacterized protein 11.82786371 L4_control_B1 +LQ02X013670 Putative uncharacterized protein 11.73298464 L4_control_B2 +LQ02X013670 Putative uncharacterized protein 12.12810275 L4_control_B3 +LQ02X013670 Putative uncharacterized protein 11.80511085 L4_control_C2 +LQ02X013670 Putative uncharacterized protein 12.64222836 L4_control_C3 +LQ02X013670 Putative uncharacterized protein 12.66988352 L4_chemical_A1 +LQ02X013670 Putative uncharacterized protein 12.13386112 L4_chemical_A2 +LQ02X013670 Putative uncharacterized protein 12.94543996 L4_chemical_A3 +LQ02X013670 Putative uncharacterized protein 11.93846722 L4_chemical_B1 +LQ02X013670 Putative uncharacterized protein 11.8504729 L4_chemical_B2 +LQ02X013670 Putative uncharacterized protein 12.62824191 L4_chemical_B3 +LQ02X013670 Putative uncharacterized protein 12.11432104 L4_chemical_C2 +LQ02X013670 Putative uncharacterized protein 12.48878047 L4_chemical_C3 +LQ02X013700 Putative uncharacterized protein 10.07525038 C6_control_A1 +LQ02X013700 Putative uncharacterized protein 10.08594476 C6_control_A3 +LQ02X013700 Putative uncharacterized protein 9.236544199 C6_control_B1 +LQ02X013700 Putative uncharacterized protein 8.793919744 C6_control_B2 +LQ02X013700 Putative uncharacterized protein 8.941759833 C6_control_B3 +LQ02X013700 Putative uncharacterized protein 9.878753921 C6_control_C1 +LQ02X013700 Putative uncharacterized protein 9.127749398 C6_control_C2 +LQ02X013700 Putative uncharacterized protein 9.940029368 C6_control_C3 +LQ02X013700 Putative uncharacterized protein 9.652624625 C6_chemical_A1 +LQ02X013700 Putative uncharacterized protein 10.39891681 C6_chemical_A3 +LQ02X013700 Putative uncharacterized protein 8.862469918 C6_chemical_B1 +LQ02X013700 Putative uncharacterized protein 8.253164178 C6_chemical_B2 +LQ02X013700 Putative uncharacterized protein 8.889719154 C6_chemical_B3 +LQ02X013700 Putative uncharacterized protein 9.714388162 C6_chemical_C1 +LQ02X013700 Putative uncharacterized protein 9.30417692 C6_chemical_C2 +LQ02X013700 Putative uncharacterized protein 9.607116781 C6_chemical_C3 +LQ02X013700 Putative uncharacterized protein 10.59970644 L4_control_A1 +LQ02X013700 Putative uncharacterized protein 9.794925532 L4_control_A2 +LQ02X013700 Putative uncharacterized protein 10.47232906 L4_control_A3 +LQ02X013700 Putative uncharacterized protein 8.416384772 L4_control_B1 +LQ02X013700 Putative uncharacterized protein 8.708424177 L4_control_B2 +LQ02X013700 Putative uncharacterized protein 8.81907156 L4_control_B3 +LQ02X013700 Putative uncharacterized protein 9.432721009 L4_control_C2 +LQ02X013700 Putative uncharacterized protein 8.471092406 L4_control_C3 +LQ02X013700 Putative uncharacterized protein 9.945413697 L4_chemical_A1 +LQ02X013700 Putative uncharacterized protein 9.187279388 L4_chemical_A2 +LQ02X013700 Putative uncharacterized protein 10.13809506 L4_chemical_A3 +LQ02X013700 Putative uncharacterized protein 8.569682209 L4_chemical_B1 +LQ02X013700 Putative uncharacterized protein 8.614157992 L4_chemical_B2 +LQ02X013700 Putative uncharacterized protein 9.351891924 L4_chemical_B3 +LQ02X013700 Putative uncharacterized protein 8.523767012 L4_chemical_C2 +LQ02X013700 Putative uncharacterized protein 9.075549765 L4_chemical_C3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.99756804 C6_control_A1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.52680772 C6_control_A3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.94189556 C6_control_B1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.27840835 C6_control_B2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.62094662 C6_control_B3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.01368871 C6_control_C1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.12764338 C6_control_C2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 11.60612923 C6_control_C3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.98163808 C6_chemical_A1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.33075111 C6_chemical_A3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.64817075 C6_chemical_B1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 11.97595992 C6_chemical_B2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.35008435 C6_chemical_B3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 11.79675377 C6_chemical_C1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 11.95889115 C6_chemical_C2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 11.20138071 C6_chemical_C3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.29303 L4_control_A1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.16954136 L4_control_A2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.37727486 L4_control_A3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.76133326 L4_control_B1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.62848374 L4_control_B2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.11637956 L4_control_B3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.81734249 L4_control_C2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.61478233 L4_control_C3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.98512112 L4_chemical_A1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.85437471 L4_chemical_A2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.10582171 L4_chemical_A3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.12314562 L4_chemical_B1 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 13.22507667 L4_chemical_B2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.49284786 L4_chemical_B3 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.71641689 L4_chemical_C2 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.61613472 L4_chemical_C3 +LQ02X013760 Thioredoxin-like protein 4A 14.39263685 C6_control_A1 +LQ02X013760 Thioredoxin-like protein 4A 14.84971643 C6_control_A3 +LQ02X013760 Thioredoxin-like protein 4A 14.64629664 C6_control_B1 +LQ02X013760 Thioredoxin-like protein 4A 14.44074281 C6_control_B2 +LQ02X013760 Thioredoxin-like protein 4A 14.47272862 C6_control_B3 +LQ02X013760 Thioredoxin-like protein 4A 14.55260092 C6_control_C1 +LQ02X013760 Thioredoxin-like protein 4A 14.38980163 C6_control_C2 +LQ02X013760 Thioredoxin-like protein 4A 14.59671146 C6_control_C3 +LQ02X013760 Thioredoxin-like protein 4A 14.63160869 C6_chemical_A1 +LQ02X013760 Thioredoxin-like protein 4A 14.35837484 C6_chemical_A3 +LQ02X013760 Thioredoxin-like protein 4A 14.54292927 C6_chemical_B1 +LQ02X013760 Thioredoxin-like protein 4A 14.80035959 C6_chemical_B2 +LQ02X013760 Thioredoxin-like protein 4A 14.47680045 C6_chemical_B3 +LQ02X013760 Thioredoxin-like protein 4A 15.1119727 C6_chemical_C1 +LQ02X013760 Thioredoxin-like protein 4A 14.51913767 C6_chemical_C2 +LQ02X013760 Thioredoxin-like protein 4A 14.37765853 C6_chemical_C3 +LQ02X013760 Thioredoxin-like protein 4A 14.23512696 L4_control_A1 +LQ02X013760 Thioredoxin-like protein 4A 13.91526523 L4_control_A2 +LQ02X013760 Thioredoxin-like protein 4A 13.93947186 L4_control_A3 +LQ02X013760 Thioredoxin-like protein 4A 14.15512188 L4_control_B1 +LQ02X013760 Thioredoxin-like protein 4A 13.52294498 L4_control_B2 +LQ02X013760 Thioredoxin-like protein 4A 14.33985562 L4_control_B3 +LQ02X013760 Thioredoxin-like protein 4A 14.07115298 L4_control_C2 +LQ02X013760 Thioredoxin-like protein 4A 13.82719162 L4_control_C3 +LQ02X013760 Thioredoxin-like protein 4A 14.07853715 L4_chemical_A1 +LQ02X013760 Thioredoxin-like protein 4A 14.1333606 L4_chemical_A2 +LQ02X013760 Thioredoxin-like protein 4A 14.0670808 L4_chemical_A3 +LQ02X013760 Thioredoxin-like protein 4A 14.20172883 L4_chemical_B1 +LQ02X013760 Thioredoxin-like protein 4A 13.80000493 L4_chemical_B2 +LQ02X013760 Thioredoxin-like protein 4A 14.32485023 L4_chemical_B3 +LQ02X013760 Thioredoxin-like protein 4A 13.96169649 L4_chemical_C2 +LQ02X013760 Thioredoxin-like protein 4A 13.83595722 L4_chemical_C3 +LQ02X013780 Putative Isochorismatase 10.75736476 C6_control_A1 +LQ02X013780 Putative Isochorismatase 10.57035453 C6_control_A3 +LQ02X013780 Putative Isochorismatase 10.23918527 C6_control_B1 +LQ02X013780 Putative Isochorismatase 10.40191974 C6_control_B2 +LQ02X013780 Putative Isochorismatase 10.54865365 C6_control_B3 +LQ02X013780 Putative Isochorismatase 10.30272068 C6_control_C1 +LQ02X013780 Putative Isochorismatase 9.422378648 C6_control_C2 +LQ02X013780 Putative Isochorismatase 10.00971568 C6_control_C3 +LQ02X013780 Putative Isochorismatase 11.06459677 C6_chemical_A1 +LQ02X013780 Putative Isochorismatase 10.83644531 C6_chemical_A3 +LQ02X013780 Putative Isochorismatase 10.36940465 C6_chemical_B1 +LQ02X013780 Putative Isochorismatase 10.50391872 C6_chemical_B2 +LQ02X013780 Putative Isochorismatase 10.21655037 C6_chemical_B3 +LQ02X013780 Putative Isochorismatase 10.8712419 C6_chemical_C1 +LQ02X013780 Putative Isochorismatase 10.57985068 C6_chemical_C2 +LQ02X013780 Putative Isochorismatase 9.918622724 C6_chemical_C3 +LQ02X013780 Putative Isochorismatase 9.907234775 L4_control_A1 +LQ02X013780 Putative Isochorismatase 9.687648056 L4_control_A2 +LQ02X013780 Putative Isochorismatase 10.42873265 L4_control_A3 +LQ02X013780 Putative Isochorismatase 9.474370164 L4_control_B1 +LQ02X013780 Putative Isochorismatase 9.320321482 L4_control_B2 +LQ02X013780 Putative Isochorismatase 8.418256514 L4_control_B3 +LQ02X013780 Putative Isochorismatase 9.276561659 L4_control_C2 +LQ02X013780 Putative Isochorismatase 8.266554541 L4_control_C3 +LQ02X013780 Putative Isochorismatase 9.908036083 L4_chemical_A1 +LQ02X013780 Putative Isochorismatase 10.38145461 L4_chemical_A2 +LQ02X013780 Putative Isochorismatase 10.35902855 L4_chemical_A3 +LQ02X013780 Putative Isochorismatase 9.64740754 L4_chemical_B1 +LQ02X013780 Putative Isochorismatase 10.20172478 L4_chemical_B2 +LQ02X013780 Putative Isochorismatase 9.269703852 L4_chemical_B3 +LQ02X013780 Putative Isochorismatase 9.722834567 L4_chemical_C2 +LQ02X013780 Putative Isochorismatase 8.909256757 L4_chemical_C3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.97284967 C6_control_A1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.6430552 C6_control_A3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.43227369 C6_control_B1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.70848721 C6_control_B2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.92094708 C6_control_B3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.12649611 C6_control_C1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.37949475 C6_control_C2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.61536366 C6_control_C3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.82373912 C6_chemical_A1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.6848434 C6_chemical_A3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.32094178 C6_chemical_B1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 14.00193615 C6_chemical_B2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.73260674 C6_chemical_B3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.19821789 C6_chemical_C1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.64470259 C6_chemical_C2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.50410622 C6_chemical_C3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.41331176 L4_control_A1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 14.00542344 L4_control_A2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.74265632 L4_control_A3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.37512415 L4_control_B1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.63860375 L4_control_B2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.4927632 L4_control_B3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.63451683 L4_control_C2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.87026604 L4_control_C3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.24174746 L4_chemical_A1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.53063212 L4_chemical_A2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.63779647 L4_chemical_A3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.98848202 L4_chemical_B1 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.16013873 L4_chemical_B2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.72347794 L4_chemical_B3 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 12.58511315 L4_chemical_C2 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.04825232 L4_chemical_C3 +LQ02X013810 Serine carboxypeptidase-like 34 4.772210777 C6_control_A1 +LQ02X013810 Serine carboxypeptidase-like 34 4.641377549 C6_control_A3 +LQ02X013810 Serine carboxypeptidase-like 34 5.655440281 C6_control_B1 +LQ02X013810 Serine carboxypeptidase-like 34 4.814240979 C6_control_B2 +LQ02X013810 Serine carboxypeptidase-like 34 5.480536879 C6_control_B3 +LQ02X013810 Serine carboxypeptidase-like 34 5.143303003 C6_control_C1 +LQ02X013810 Serine carboxypeptidase-like 34 4.712072933 C6_control_C2 +LQ02X013810 Serine carboxypeptidase-like 34 5.30286275 C6_control_C3 +LQ02X013810 Serine carboxypeptidase-like 34 4.966888469 C6_chemical_A1 +LQ02X013810 Serine carboxypeptidase-like 34 4.709639562 C6_chemical_A3 +LQ02X013810 Serine carboxypeptidase-like 34 4.91782143 C6_chemical_B1 +LQ02X013810 Serine carboxypeptidase-like 34 4.649337052 C6_chemical_B2 +LQ02X013810 Serine carboxypeptidase-like 34 5.252669899 C6_chemical_B3 +LQ02X013810 Serine carboxypeptidase-like 34 4.917322609 C6_chemical_C1 +LQ02X013810 Serine carboxypeptidase-like 34 4.814178673 C6_chemical_C2 +LQ02X013810 Serine carboxypeptidase-like 34 5.4402493 C6_chemical_C3 +LQ02X013810 Serine carboxypeptidase-like 34 5.128293065 L4_control_A1 +LQ02X013810 Serine carboxypeptidase-like 34 5.015024743 L4_control_A2 +LQ02X013810 Serine carboxypeptidase-like 34 4.867962911 L4_control_A3 +LQ02X013810 Serine carboxypeptidase-like 34 5.342859591 L4_control_B1 +LQ02X013810 Serine carboxypeptidase-like 34 5.20457822 L4_control_B2 +LQ02X013810 Serine carboxypeptidase-like 34 4.817412404 L4_control_B3 +LQ02X013810 Serine carboxypeptidase-like 34 6.029493775 L4_control_C2 +LQ02X013810 Serine carboxypeptidase-like 34 5.949338852 L4_control_C3 +LQ02X013810 Serine carboxypeptidase-like 34 5.253817168 L4_chemical_A1 +LQ02X013810 Serine carboxypeptidase-like 34 4.895745385 L4_chemical_A2 +LQ02X013810 Serine carboxypeptidase-like 34 4.975342582 L4_chemical_A3 +LQ02X013810 Serine carboxypeptidase-like 34 5.361012524 L4_chemical_B1 +LQ02X013810 Serine carboxypeptidase-like 34 5.042586093 L4_chemical_B2 +LQ02X013810 Serine carboxypeptidase-like 34 4.955569927 L4_chemical_B3 +LQ02X013810 Serine carboxypeptidase-like 34 5.650993657 L4_chemical_C2 +LQ02X013810 Serine carboxypeptidase-like 34 7.183988084 L4_chemical_C3 +LQ02X013850 Predicted protein 6.074618073 C6_control_A1 +LQ02X013850 Predicted protein 5.533973881 C6_control_A3 +LQ02X013850 Predicted protein 5.541148526 C6_control_B1 +LQ02X013850 Predicted protein 5.814810202 C6_control_B2 +LQ02X013850 Predicted protein 6.033775736 C6_control_B3 +LQ02X013850 Predicted protein 5.624880658 C6_control_C1 +LQ02X013850 Predicted protein 5.127349296 C6_control_C2 +LQ02X013850 Predicted protein 5.614989983 C6_control_C3 +LQ02X013850 Predicted protein 5.865879176 C6_chemical_A1 +LQ02X013850 Predicted protein 5.739690708 C6_chemical_A3 +LQ02X013850 Predicted protein 5.78845383 C6_chemical_B1 +LQ02X013850 Predicted protein 5.2442122 C6_chemical_B2 +LQ02X013850 Predicted protein 5.643414261 C6_chemical_B3 +LQ02X013850 Predicted protein 5.75875559 C6_chemical_C1 +LQ02X013850 Predicted protein 5.186337115 C6_chemical_C2 +LQ02X013850 Predicted protein 5.035651298 C6_chemical_C3 +LQ02X013850 Predicted protein 5.546097482 L4_control_A1 +LQ02X013850 Predicted protein 6.153422626 L4_control_A2 +LQ02X013850 Predicted protein 6.381737563 L4_control_A3 +LQ02X013850 Predicted protein 5.585274313 L4_control_B1 +LQ02X013850 Predicted protein 5.58267423 L4_control_B2 +LQ02X013850 Predicted protein 5.679593947 L4_control_B3 +LQ02X013850 Predicted protein 4.854028167 L4_control_C2 +LQ02X013850 Predicted protein 5.215914487 L4_control_C3 +LQ02X013850 Predicted protein 5.702646928 L4_chemical_A1 +LQ02X013850 Predicted protein 6.63755038 L4_chemical_A2 +LQ02X013850 Predicted protein 7.129955303 L4_chemical_A3 +LQ02X013850 Predicted protein 5.3501047 L4_chemical_B1 +LQ02X013850 Predicted protein 5.74697571 L4_chemical_B2 +LQ02X013850 Predicted protein 5.696522744 L4_chemical_B3 +LQ02X013850 Predicted protein 5.544380558 L4_chemical_C2 +LQ02X013850 Predicted protein 5.051661693 L4_chemical_C3 +LQ02X013860 Serine carboxypeptidase-like 35 15.20675629 C6_control_A1 +LQ02X013860 Serine carboxypeptidase-like 35 14.82270521 C6_control_A3 +LQ02X013860 Serine carboxypeptidase-like 35 15.20806678 C6_control_B1 +LQ02X013860 Serine carboxypeptidase-like 35 13.51762624 C6_control_B2 +LQ02X013860 Serine carboxypeptidase-like 35 14.82844976 C6_control_B3 +LQ02X013860 Serine carboxypeptidase-like 35 9.161436681 C6_control_C1 +LQ02X013860 Serine carboxypeptidase-like 35 7.083060058 C6_control_C2 +LQ02X013860 Serine carboxypeptidase-like 35 8.550205895 C6_control_C3 +LQ02X013860 Serine carboxypeptidase-like 35 15.12658029 C6_chemical_A1 +LQ02X013860 Serine carboxypeptidase-like 35 15.19331891 C6_chemical_A3 +LQ02X013860 Serine carboxypeptidase-like 35 14.63289578 C6_chemical_B1 +LQ02X013860 Serine carboxypeptidase-like 35 13.26474862 C6_chemical_B2 +LQ02X013860 Serine carboxypeptidase-like 35 14.34912735 C6_chemical_B3 +LQ02X013860 Serine carboxypeptidase-like 35 8.803122716 C6_chemical_C1 +LQ02X013860 Serine carboxypeptidase-like 35 7.858997108 C6_chemical_C2 +LQ02X013860 Serine carboxypeptidase-like 35 8.077531287 C6_chemical_C3 +LQ02X013860 Serine carboxypeptidase-like 35 15.30897564 L4_control_A1 +LQ02X013860 Serine carboxypeptidase-like 35 15.0556877 L4_control_A2 +LQ02X013860 Serine carboxypeptidase-like 35 14.79132126 L4_control_A3 +LQ02X013860 Serine carboxypeptidase-like 35 14.0809336 L4_control_B1 +LQ02X013860 Serine carboxypeptidase-like 35 14.60006008 L4_control_B2 +LQ02X013860 Serine carboxypeptidase-like 35 12.0648003 L4_control_B3 +LQ02X013860 Serine carboxypeptidase-like 35 8.707099776 L4_control_C2 +LQ02X013860 Serine carboxypeptidase-like 35 8.028411515 L4_control_C3 +LQ02X013860 Serine carboxypeptidase-like 35 13.75224355 L4_chemical_A1 +LQ02X013860 Serine carboxypeptidase-like 35 14.18514611 L4_chemical_A2 +LQ02X013860 Serine carboxypeptidase-like 35 14.60734525 L4_chemical_A3 +LQ02X013860 Serine carboxypeptidase-like 35 14.55303459 L4_chemical_B1 +LQ02X013860 Serine carboxypeptidase-like 35 14.47005956 L4_chemical_B2 +LQ02X013860 Serine carboxypeptidase-like 35 15.22796208 L4_chemical_B3 +LQ02X013860 Serine carboxypeptidase-like 35 8.439448494 L4_chemical_C2 +LQ02X013860 Serine carboxypeptidase-like 35 8.767985852 L4_chemical_C3 +LQ02X013870 Cytochrome P450 86B1 5.887656896 C6_control_A1 +LQ02X013870 Cytochrome P450 86B1 6.237419297 C6_control_A3 +LQ02X013870 Cytochrome P450 86B1 7.426209474 C6_control_B1 +LQ02X013870 Cytochrome P450 86B1 8.753744905 C6_control_B2 +LQ02X013870 Cytochrome P450 86B1 8.792311483 C6_control_B3 +LQ02X013870 Cytochrome P450 86B1 5.614192272 C6_control_C1 +LQ02X013870 Cytochrome P450 86B1 5.96008207 C6_control_C2 +LQ02X013870 Cytochrome P450 86B1 6.436191219 C6_control_C3 +LQ02X013870 Cytochrome P450 86B1 6.148651669 C6_chemical_A1 +LQ02X013870 Cytochrome P450 86B1 6.99736725 C6_chemical_A3 +LQ02X013870 Cytochrome P450 86B1 8.45964492 C6_chemical_B1 +LQ02X013870 Cytochrome P450 86B1 8.970577927 C6_chemical_B2 +LQ02X013870 Cytochrome P450 86B1 8.872318046 C6_chemical_B3 +LQ02X013870 Cytochrome P450 86B1 5.3113363 C6_chemical_C1 +LQ02X013870 Cytochrome P450 86B1 6.58855705 C6_chemical_C2 +LQ02X013870 Cytochrome P450 86B1 6.331804342 C6_chemical_C3 +LQ02X013870 Cytochrome P450 86B1 6.957303879 L4_control_A1 +LQ02X013870 Cytochrome P450 86B1 7.732677272 L4_control_A2 +LQ02X013870 Cytochrome P450 86B1 7.469989514 L4_control_A3 +LQ02X013870 Cytochrome P450 86B1 9.446019987 L4_control_B1 +LQ02X013870 Cytochrome P450 86B1 9.826499853 L4_control_B2 +LQ02X013870 Cytochrome P450 86B1 10.43158813 L4_control_B3 +LQ02X013870 Cytochrome P450 86B1 7.66054353 L4_control_C2 +LQ02X013870 Cytochrome P450 86B1 9.346841363 L4_control_C3 +LQ02X013870 Cytochrome P450 86B1 6.668544965 L4_chemical_A1 +LQ02X013870 Cytochrome P450 86B1 7.383071901 L4_chemical_A2 +LQ02X013870 Cytochrome P450 86B1 6.51861566 L4_chemical_A3 +LQ02X013870 Cytochrome P450 86B1 9.181699896 L4_chemical_B1 +LQ02X013870 Cytochrome P450 86B1 10.40538529 L4_chemical_B2 +LQ02X013870 Cytochrome P450 86B1 8.713744522 L4_chemical_B3 +LQ02X013870 Cytochrome P450 86B1 7.438276875 L4_chemical_C2 +LQ02X013870 Cytochrome P450 86B1 9.605434434 L4_chemical_C3 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.203378322 C6_control_A1 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.552996626 C6_control_A3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.865242079 C6_control_B1 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.132885843 C6_control_B2 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.996684843 C6_control_B3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.734731083 C6_control_C1 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.791213844 C6_control_C2 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.011205698 C6_control_C3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.879266675 C6_chemical_A1 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.964599659 C6_chemical_A3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.995561099 C6_chemical_B1 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.042386263 C6_chemical_B2 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.905380237 C6_chemical_B3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.866459924 C6_chemical_C1 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.224720208 C6_chemical_C2 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.832466836 C6_chemical_C3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.957727868 L4_control_A1 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.803272708 L4_control_A2 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.996832545 L4_control_A3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.884776248 L4_control_B1 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.967400108 L4_control_B2 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.386617322 L4_control_B3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.778549518 L4_control_C2 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.3068817 L4_control_C3 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.206772283 L4_chemical_A1 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.848557696 L4_chemical_A2 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.894115823 L4_chemical_A3 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.94348379 L4_chemical_B1 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.784393676 L4_chemical_B2 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.406018605 L4_chemical_B3 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.311753897 L4_chemical_C2 +LQ02X013880 Putative Uncharacterized protein ypgQ 5.131362844 L4_chemical_C3 +LQ02X013920 60S ribosomal protein L44 14.26457109 C6_control_A1 +LQ02X013920 60S ribosomal protein L44 15.01565508 C6_control_A3 +LQ02X013920 60S ribosomal protein L44 14.44065449 C6_control_B1 +LQ02X013920 60S ribosomal protein L44 14.64750002 C6_control_B2 +LQ02X013920 60S ribosomal protein L44 14.31581916 C6_control_B3 +LQ02X013920 60S ribosomal protein L44 14.44001422 C6_control_C1 +LQ02X013920 60S ribosomal protein L44 14.44183291 C6_control_C2 +LQ02X013920 60S ribosomal protein L44 14.61306517 C6_control_C3 +LQ02X013920 60S ribosomal protein L44 14.26142344 C6_chemical_A1 +LQ02X013920 60S ribosomal protein L44 13.92972116 C6_chemical_A3 +LQ02X013920 60S ribosomal protein L44 14.16974208 C6_chemical_B1 +LQ02X013920 60S ribosomal protein L44 14.27230067 C6_chemical_B2 +LQ02X013920 60S ribosomal protein L44 14.43896355 C6_chemical_B3 +LQ02X013920 60S ribosomal protein L44 14.34477045 C6_chemical_C1 +LQ02X013920 60S ribosomal protein L44 14.50918633 C6_chemical_C2 +LQ02X013920 60S ribosomal protein L44 14.36267846 C6_chemical_C3 +LQ02X013920 60S ribosomal protein L44 14.31941869 L4_control_A1 +LQ02X013920 60S ribosomal protein L44 14.39938507 L4_control_A2 +LQ02X013920 60S ribosomal protein L44 13.6746108 L4_control_A3 +LQ02X013920 60S ribosomal protein L44 14.0668394 L4_control_B1 +LQ02X013920 60S ribosomal protein L44 13.2118274 L4_control_B2 +LQ02X013920 60S ribosomal protein L44 14.34074093 L4_control_B3 +LQ02X013920 60S ribosomal protein L44 13.63251628 L4_control_C2 +LQ02X013920 60S ribosomal protein L44 14.13378693 L4_control_C3 +LQ02X013920 60S ribosomal protein L44 14.40360045 L4_chemical_A1 +LQ02X013920 60S ribosomal protein L44 14.26306459 L4_chemical_A2 +LQ02X013920 60S ribosomal protein L44 13.55069547 L4_chemical_A3 +LQ02X013920 60S ribosomal protein L44 13.89849599 L4_chemical_B1 +LQ02X013920 60S ribosomal protein L44 14.1840376 L4_chemical_B2 +LQ02X013920 60S ribosomal protein L44 14.67174301 L4_chemical_B3 +LQ02X013920 60S ribosomal protein L44 13.70121258 L4_chemical_C2 +LQ02X013920 60S ribosomal protein L44 13.93347098 L4_chemical_C3 +LQ02X013940 Predicted protein 5.174916213 C6_control_A1 +LQ02X013940 Predicted protein 5.049273843 C6_control_A3 +LQ02X013940 Predicted protein 5.26757187 C6_control_B1 +LQ02X013940 Predicted protein 5.054305323 C6_control_B2 +LQ02X013940 Predicted protein 5.257343258 C6_control_B3 +LQ02X013940 Predicted protein 4.732469967 C6_control_C1 +LQ02X013940 Predicted protein 4.984342094 C6_control_C2 +LQ02X013940 Predicted protein 5.019916391 C6_control_C3 +LQ02X013940 Predicted protein 5.286121961 C6_chemical_A1 +LQ02X013940 Predicted protein 4.887948201 C6_chemical_A3 +LQ02X013940 Predicted protein 5.665923542 C6_chemical_B1 +LQ02X013940 Predicted protein 4.992966917 C6_chemical_B2 +LQ02X013940 Predicted protein 5.278841987 C6_chemical_B3 +LQ02X013940 Predicted protein 5.11993152 C6_chemical_C1 +LQ02X013940 Predicted protein 4.987384245 C6_chemical_C2 +LQ02X013940 Predicted protein 5.315485239 C6_chemical_C3 +LQ02X013940 Predicted protein 5.062566248 L4_control_A1 +LQ02X013940 Predicted protein 4.975788565 L4_control_A2 +LQ02X013940 Predicted protein 5.164458317 L4_control_A3 +LQ02X013940 Predicted protein 5.106193748 L4_control_B1 +LQ02X013940 Predicted protein 5.517681673 L4_control_B2 +LQ02X013940 Predicted protein 5.307048062 L4_control_B3 +LQ02X013940 Predicted protein 5.800390746 L4_control_C2 +LQ02X013940 Predicted protein 5.349844461 L4_control_C3 +LQ02X013940 Predicted protein 5.060303379 L4_chemical_A1 +LQ02X013940 Predicted protein 5.179689715 L4_chemical_A2 +LQ02X013940 Predicted protein 4.897587204 L4_chemical_A3 +LQ02X013940 Predicted protein 5.379511419 L4_chemical_B1 +LQ02X013940 Predicted protein 5.896457452 L4_chemical_B2 +LQ02X013940 Predicted protein 4.921124195 L4_chemical_B3 +LQ02X013940 Predicted protein 6.107925007 L4_chemical_C2 +LQ02X013940 Predicted protein 5.76405394 L4_chemical_C3 +LQ02X013960 Protein binding protein, putative 6.269937561 C6_control_A1 +LQ02X013960 Protein binding protein, putative 6.147408881 C6_control_A3 +LQ02X013960 Protein binding protein, putative 5.633313569 C6_control_B1 +LQ02X013960 Protein binding protein, putative 5.842703572 C6_control_B2 +LQ02X013960 Protein binding protein, putative 5.587616014 C6_control_B3 +LQ02X013960 Protein binding protein, putative 5.705509766 C6_control_C1 +LQ02X013960 Protein binding protein, putative 6.656618312 C6_control_C2 +LQ02X013960 Protein binding protein, putative 5.558354273 C6_control_C3 +LQ02X013960 Protein binding protein, putative 6.226598751 C6_chemical_A1 +LQ02X013960 Protein binding protein, putative 5.675397088 C6_chemical_A3 +LQ02X013960 Protein binding protein, putative 6.018629926 C6_chemical_B1 +LQ02X013960 Protein binding protein, putative 5.809066515 C6_chemical_B2 +LQ02X013960 Protein binding protein, putative 5.66996294 C6_chemical_B3 +LQ02X013960 Protein binding protein, putative 5.818275379 C6_chemical_C1 +LQ02X013960 Protein binding protein, putative 5.673158691 C6_chemical_C2 +LQ02X013960 Protein binding protein, putative 5.554445593 C6_chemical_C3 +LQ02X013960 Protein binding protein, putative 5.95247297 L4_control_A1 +LQ02X013960 Protein binding protein, putative 5.938060267 L4_control_A2 +LQ02X013960 Protein binding protein, putative 6.046247176 L4_control_A3 +LQ02X013960 Protein binding protein, putative 6.6086267 L4_control_B1 +LQ02X013960 Protein binding protein, putative 6.268554158 L4_control_B2 +LQ02X013960 Protein binding protein, putative 5.603499511 L4_control_B3 +LQ02X013960 Protein binding protein, putative 5.966905056 L4_control_C2 +LQ02X013960 Protein binding protein, putative 5.862998622 L4_control_C3 +LQ02X013960 Protein binding protein, putative 5.625559612 L4_chemical_A1 +LQ02X013960 Protein binding protein, putative 6.041579826 L4_chemical_A2 +LQ02X013960 Protein binding protein, putative 6.249726901 L4_chemical_A3 +LQ02X013960 Protein binding protein, putative 6.787798008 L4_chemical_B1 +LQ02X013960 Protein binding protein, putative 6.051085116 L4_chemical_B2 +LQ02X013960 Protein binding protein, putative 5.566618438 L4_chemical_B3 +LQ02X013960 Protein binding protein, putative 4.968698814 L4_chemical_C2 +LQ02X013960 Protein binding protein, putative 5.949541946 L4_chemical_C3 +LQ02X013990 Hypothetical protein 10.53319907 C6_control_A1 +LQ02X013990 Hypothetical protein 11.07695195 C6_control_A3 +LQ02X013990 Hypothetical protein 9.978372031 C6_control_B1 +LQ02X013990 Hypothetical protein 10.24137787 C6_control_B2 +LQ02X013990 Hypothetical protein 10.10741454 C6_control_B3 +LQ02X013990 Hypothetical protein 10.68676235 C6_control_C1 +LQ02X013990 Hypothetical protein 11.1150584 C6_control_C2 +LQ02X013990 Hypothetical protein 10.49597732 C6_control_C3 +LQ02X013990 Hypothetical protein 11.0118513 C6_chemical_A1 +LQ02X013990 Hypothetical protein 11.36959005 C6_chemical_A3 +LQ02X013990 Hypothetical protein 10.14786065 C6_chemical_B1 +LQ02X013990 Hypothetical protein 10.227866 C6_chemical_B2 +LQ02X013990 Hypothetical protein 10.16719959 C6_chemical_B3 +LQ02X013990 Hypothetical protein 10.84132081 C6_chemical_C1 +LQ02X013990 Hypothetical protein 11.12991776 C6_chemical_C2 +LQ02X013990 Hypothetical protein 11.02479094 C6_chemical_C3 +LQ02X013990 Hypothetical protein 11.05656452 L4_control_A1 +LQ02X013990 Hypothetical protein 10.45007291 L4_control_A2 +LQ02X013990 Hypothetical protein 10.32941717 L4_control_A3 +LQ02X013990 Hypothetical protein 9.983836113 L4_control_B1 +LQ02X013990 Hypothetical protein 10.3132954 L4_control_B2 +LQ02X013990 Hypothetical protein 11.26606755 L4_control_B3 +LQ02X013990 Hypothetical protein 11.51013038 L4_control_C2 +LQ02X013990 Hypothetical protein 11.92456302 L4_control_C3 +LQ02X013990 Hypothetical protein 10.66403558 L4_chemical_A1 +LQ02X013990 Hypothetical protein 9.859452867 L4_chemical_A2 +LQ02X013990 Hypothetical protein 9.705756973 L4_chemical_A3 +LQ02X013990 Hypothetical protein 10.10370877 L4_chemical_B1 +LQ02X013990 Hypothetical protein 10.09663427 L4_chemical_B2 +LQ02X013990 Hypothetical protein 10.79449383 L4_chemical_B3 +LQ02X013990 Hypothetical protein 11.02572003 L4_chemical_C2 +LQ02X013990 Hypothetical protein 11.65717144 L4_chemical_C3 +LQ02X014000 Predicted protein 10.74831464 C6_control_A1 +LQ02X014000 Predicted protein 10.57999929 C6_control_A3 +LQ02X014000 Predicted protein 10.63904238 C6_control_B1 +LQ02X014000 Predicted protein 10.37906297 C6_control_B2 +LQ02X014000 Predicted protein 10.4577741 C6_control_B3 +LQ02X014000 Predicted protein 9.946172231 C6_control_C1 +LQ02X014000 Predicted protein 9.428498066 C6_control_C2 +LQ02X014000 Predicted protein 9.591130412 C6_control_C3 +LQ02X014000 Predicted protein 10.67324953 C6_chemical_A1 +LQ02X014000 Predicted protein 10.77479566 C6_chemical_A3 +LQ02X014000 Predicted protein 10.40143948 C6_chemical_B1 +LQ02X014000 Predicted protein 10.64806445 C6_chemical_B2 +LQ02X014000 Predicted protein 10.5046625 C6_chemical_B3 +LQ02X014000 Predicted protein 9.98993144 C6_chemical_C1 +LQ02X014000 Predicted protein 9.7182189 C6_chemical_C2 +LQ02X014000 Predicted protein 9.845328999 C6_chemical_C3 +LQ02X014000 Predicted protein 10.61312274 L4_control_A1 +LQ02X014000 Predicted protein 10.55043368 L4_control_A2 +LQ02X014000 Predicted protein 10.59705876 L4_control_A3 +LQ02X014000 Predicted protein 10.11284555 L4_control_B1 +LQ02X014000 Predicted protein 10.18485281 L4_control_B2 +LQ02X014000 Predicted protein 10.83272248 L4_control_B3 +LQ02X014000 Predicted protein 9.588647804 L4_control_C2 +LQ02X014000 Predicted protein 10.59964927 L4_control_C3 +LQ02X014000 Predicted protein 9.931210305 L4_chemical_A1 +LQ02X014000 Predicted protein 10.09799758 L4_chemical_A2 +LQ02X014000 Predicted protein 10.60452299 L4_chemical_A3 +LQ02X014000 Predicted protein 9.361533274 L4_chemical_B1 +LQ02X014000 Predicted protein 9.55307537 L4_chemical_B2 +LQ02X014000 Predicted protein 10.35803314 L4_chemical_B3 +LQ02X014000 Predicted protein 9.971210357 L4_chemical_C2 +LQ02X014000 Predicted protein 10.3676133 L4_chemical_C3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.761581954 C6_control_A1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.387421924 C6_control_A3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.988475841 C6_control_B1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 6.102291723 C6_control_B2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.784894003 C6_control_B3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.435863322 C6_control_C1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.776686267 C6_control_C2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.253494859 C6_control_C3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.90944874 C6_chemical_A1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.424805821 C6_chemical_A3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.569994561 C6_chemical_B1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.982709023 C6_chemical_B2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 6.104487847 C6_chemical_B3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.688117757 C6_chemical_C1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.543342059 C6_chemical_C2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.508843881 C6_chemical_C3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.744689916 L4_control_A1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.555500935 L4_control_A2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.654482462 L4_control_A3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.236306435 L4_control_B1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.92275699 L4_control_B2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.398143437 L4_control_B3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.771185874 L4_control_C2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.567804616 L4_control_C3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.567861045 L4_chemical_A1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.453519239 L4_chemical_A2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.605949792 L4_chemical_A3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.684219692 L4_chemical_B1 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.53172196 L4_chemical_B2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.693826441 L4_chemical_B3 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.015370663 L4_chemical_C2 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.585481394 L4_chemical_C3 +LQ02X014030 Putative Protein MSP1 4.742232598 C6_control_A1 +LQ02X014030 Putative Protein MSP1 5.174835629 C6_control_A3 +LQ02X014030 Putative Protein MSP1 5.102075929 C6_control_B1 +LQ02X014030 Putative Protein MSP1 5.162797598 C6_control_B2 +LQ02X014030 Putative Protein MSP1 4.634249774 C6_control_B3 +LQ02X014030 Putative Protein MSP1 4.944006802 C6_control_C1 +LQ02X014030 Putative Protein MSP1 5.077788206 C6_control_C2 +LQ02X014030 Putative Protein MSP1 5.039659848 C6_control_C3 +LQ02X014030 Putative Protein MSP1 5.000810982 C6_chemical_A1 +LQ02X014030 Putative Protein MSP1 5.187606553 C6_chemical_A3 +LQ02X014030 Putative Protein MSP1 4.815898867 C6_chemical_B1 +LQ02X014030 Putative Protein MSP1 5.105219464 C6_chemical_B2 +LQ02X014030 Putative Protein MSP1 4.868525095 C6_chemical_B3 +LQ02X014030 Putative Protein MSP1 5.149683892 C6_chemical_C1 +LQ02X014030 Putative Protein MSP1 5.170512739 C6_chemical_C2 +LQ02X014030 Putative Protein MSP1 5.330685848 C6_chemical_C3 +LQ02X014030 Putative Protein MSP1 4.996905384 L4_control_A1 +LQ02X014030 Putative Protein MSP1 4.950235472 L4_control_A2 +LQ02X014030 Putative Protein MSP1 5.738070323 L4_control_A3 +LQ02X014030 Putative Protein MSP1 5.386052099 L4_control_B1 +LQ02X014030 Putative Protein MSP1 4.834488642 L4_control_B2 +LQ02X014030 Putative Protein MSP1 4.940935501 L4_control_B3 +LQ02X014030 Putative Protein MSP1 4.875995298 L4_control_C2 +LQ02X014030 Putative Protein MSP1 5.258380387 L4_control_C3 +LQ02X014030 Putative Protein MSP1 5.334586008 L4_chemical_A1 +LQ02X014030 Putative Protein MSP1 5.025254057 L4_chemical_A2 +LQ02X014030 Putative Protein MSP1 5.574901798 L4_chemical_A3 +LQ02X014030 Putative Protein MSP1 4.719770409 L4_chemical_B1 +LQ02X014030 Putative Protein MSP1 4.71122141 L4_chemical_B2 +LQ02X014030 Putative Protein MSP1 5.296150138 L4_chemical_B3 +LQ02X014030 Putative Protein MSP1 5.80378169 L4_chemical_C2 +LQ02X014030 Putative Protein MSP1 5.493206803 L4_chemical_C3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.563587218 C6_control_A1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.860069566 C6_control_A3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.738965987 C6_control_B1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.794344829 C6_control_B2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 6.077730809 C6_control_B3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.931197522 C6_control_C1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 6.91225452 C6_control_C2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.118118447 C6_control_C3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.525207338 C6_chemical_A1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.421453966 C6_chemical_A3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.565633477 C6_chemical_B1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.960606045 C6_chemical_B2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.498224713 C6_chemical_B3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.804796314 C6_chemical_C1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.643509937 C6_chemical_C2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.053684213 C6_chemical_C3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.406942364 L4_control_A1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 4.806629314 L4_control_A2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.306344335 L4_control_A3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 4.686700669 L4_control_B1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.488636984 L4_control_B2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.521603346 L4_control_B3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 6.271841489 L4_control_C2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.846914326 L4_control_C3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 4.992807409 L4_chemical_A1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.500776086 L4_chemical_A2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 4.978377629 L4_chemical_A3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.376664009 L4_chemical_B1 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.215044613 L4_chemical_B2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.297892744 L4_chemical_B3 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.776175348 L4_chemical_C2 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 6.473342441 L4_chemical_C3 +LQ02X014080 Predicted protein (Fragment) 12.55685488 C6_control_A1 +LQ02X014080 Predicted protein (Fragment) 12.42876426 C6_control_A3 +LQ02X014080 Predicted protein (Fragment) 12.53968217 C6_control_B1 +LQ02X014080 Predicted protein (Fragment) 12.68494503 C6_control_B2 +LQ02X014080 Predicted protein (Fragment) 12.24681801 C6_control_B3 +LQ02X014080 Predicted protein (Fragment) 12.72770344 C6_control_C1 +LQ02X014080 Predicted protein (Fragment) 12.5514017 C6_control_C2 +LQ02X014080 Predicted protein (Fragment) 12.73181376 C6_control_C3 +LQ02X014080 Predicted protein (Fragment) 12.44288157 C6_chemical_A1 +LQ02X014080 Predicted protein (Fragment) 12.47087515 C6_chemical_A3 +LQ02X014080 Predicted protein (Fragment) 12.32384077 C6_chemical_B1 +LQ02X014080 Predicted protein (Fragment) 12.54909775 C6_chemical_B2 +LQ02X014080 Predicted protein (Fragment) 12.07214613 C6_chemical_B3 +LQ02X014080 Predicted protein (Fragment) 12.82736469 C6_chemical_C1 +LQ02X014080 Predicted protein (Fragment) 12.5622692 C6_chemical_C2 +LQ02X014080 Predicted protein (Fragment) 12.61525837 C6_chemical_C3 +LQ02X014080 Predicted protein (Fragment) 12.76544229 L4_control_A1 +LQ02X014080 Predicted protein (Fragment) 12.31984067 L4_control_A2 +LQ02X014080 Predicted protein (Fragment) 12.18893975 L4_control_A3 +LQ02X014080 Predicted protein (Fragment) 12.80791202 L4_control_B1 +LQ02X014080 Predicted protein (Fragment) 12.45451671 L4_control_B2 +LQ02X014080 Predicted protein (Fragment) 12.57716751 L4_control_B3 +LQ02X014080 Predicted protein (Fragment) 12.50892575 L4_control_C2 +LQ02X014080 Predicted protein (Fragment) 12.36665114 L4_control_C3 +LQ02X014080 Predicted protein (Fragment) 12.75336554 L4_chemical_A1 +LQ02X014080 Predicted protein (Fragment) 12.53254803 L4_chemical_A2 +LQ02X014080 Predicted protein (Fragment) 12.42598098 L4_chemical_A3 +LQ02X014080 Predicted protein (Fragment) 12.43112651 L4_chemical_B1 +LQ02X014080 Predicted protein (Fragment) 12.56818493 L4_chemical_B2 +LQ02X014080 Predicted protein (Fragment) 12.62948266 L4_chemical_B3 +LQ02X014080 Predicted protein (Fragment) 12.49950106 L4_chemical_C2 +LQ02X014080 Predicted protein (Fragment) 12.47393576 L4_chemical_C3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.144295159 C6_control_A1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.954013309 C6_control_A3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.94235748 C6_control_B1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.970733454 C6_control_B2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.093210444 C6_control_B3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.520182256 C6_control_C1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.134642503 C6_control_C2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.623943763 C6_control_C3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.99928095 C6_chemical_A1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.88144933 C6_chemical_A3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.198188596 C6_chemical_B1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.919741949 C6_chemical_B2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.082299389 C6_chemical_B3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.773618182 C6_chemical_C1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.989348379 C6_chemical_C2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.678393584 C6_chemical_C3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.546355235 L4_control_A1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.803011981 L4_control_A2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.490171275 L4_control_A3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.74405209 L4_control_B1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.910347133 L4_control_B2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.488732652 L4_control_B3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.492488788 L4_control_C2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.316102644 L4_control_C3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.008789037 L4_chemical_A1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.675981459 L4_chemical_A2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.933694449 L4_chemical_A3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 6.699731058 L4_chemical_B1 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.844220777 L4_chemical_B2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.722839349 L4_chemical_B3 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.577255914 L4_chemical_C2 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.347050137 L4_chemical_C3 +LQ02X014100 Predicted protein 7.568996815 C6_control_A1 +LQ02X014100 Predicted protein 6.149030009 C6_control_A3 +LQ02X014100 Predicted protein 6.434620088 C6_control_B1 +LQ02X014100 Predicted protein 7.867327054 C6_control_B2 +LQ02X014100 Predicted protein 7.51290679 C6_control_B3 +LQ02X014100 Predicted protein 7.985389481 C6_control_C1 +LQ02X014100 Predicted protein 7.294379061 C6_control_C2 +LQ02X014100 Predicted protein 7.426441166 C6_control_C3 +LQ02X014100 Predicted protein 7.879374876 C6_chemical_A1 +LQ02X014100 Predicted protein 7.361748476 C6_chemical_A3 +LQ02X014100 Predicted protein 7.518810311 C6_chemical_B1 +LQ02X014100 Predicted protein 8.264577107 C6_chemical_B2 +LQ02X014100 Predicted protein 7.778509897 C6_chemical_B3 +LQ02X014100 Predicted protein 8.072241277 C6_chemical_C1 +LQ02X014100 Predicted protein 8.368843686 C6_chemical_C2 +LQ02X014100 Predicted protein 8.301721939 C6_chemical_C3 +LQ02X014100 Predicted protein 7.196913007 L4_control_A1 +LQ02X014100 Predicted protein 7.456208084 L4_control_A2 +LQ02X014100 Predicted protein 6.386441271 L4_control_A3 +LQ02X014100 Predicted protein 5.805854167 L4_control_B1 +LQ02X014100 Predicted protein 7.678795691 L4_control_B2 +LQ02X014100 Predicted protein 7.918431509 L4_control_B3 +LQ02X014100 Predicted protein 7.513549267 L4_control_C2 +LQ02X014100 Predicted protein 7.240915995 L4_control_C3 +LQ02X014100 Predicted protein 7.333212088 L4_chemical_A1 +LQ02X014100 Predicted protein 7.097848909 L4_chemical_A2 +LQ02X014100 Predicted protein 6.345349389 L4_chemical_A3 +LQ02X014100 Predicted protein 6.541771463 L4_chemical_B1 +LQ02X014100 Predicted protein 7.035865529 L4_chemical_B2 +LQ02X014100 Predicted protein 7.245794238 L4_chemical_B3 +LQ02X014100 Predicted protein 7.038894184 L4_chemical_C2 +LQ02X014100 Predicted protein 7.491439331 L4_chemical_C3 +LQ02X014140 Predicted protein (Fragment) 5.902806409 C6_control_A1 +LQ02X014140 Predicted protein (Fragment) 6.267448734 C6_control_A3 +LQ02X014140 Predicted protein (Fragment) 6.181271299 C6_control_B1 +LQ02X014140 Predicted protein (Fragment) 6.295735854 C6_control_B2 +LQ02X014140 Predicted protein (Fragment) 6.438138058 C6_control_B3 +LQ02X014140 Predicted protein (Fragment) 5.654883829 C6_control_C1 +LQ02X014140 Predicted protein (Fragment) 6.042901344 C6_control_C2 +LQ02X014140 Predicted protein (Fragment) 5.528771429 C6_control_C3 +LQ02X014140 Predicted protein (Fragment) 6.17310714 C6_chemical_A1 +LQ02X014140 Predicted protein (Fragment) 6.190076796 C6_chemical_A3 +LQ02X014140 Predicted protein (Fragment) 6.508211859 C6_chemical_B1 +LQ02X014140 Predicted protein (Fragment) 6.105449673 C6_chemical_B2 +LQ02X014140 Predicted protein (Fragment) 5.988132917 C6_chemical_B3 +LQ02X014140 Predicted protein (Fragment) 5.799001196 C6_chemical_C1 +LQ02X014140 Predicted protein (Fragment) 6.19623029 C6_chemical_C2 +LQ02X014140 Predicted protein (Fragment) 5.450320342 C6_chemical_C3 +LQ02X014140 Predicted protein (Fragment) 6.09916857 L4_control_A1 +LQ02X014140 Predicted protein (Fragment) 6.312099918 L4_control_A2 +LQ02X014140 Predicted protein (Fragment) 5.480429047 L4_control_A3 +LQ02X014140 Predicted protein (Fragment) 6.306646421 L4_control_B1 +LQ02X014140 Predicted protein (Fragment) 6.539260187 L4_control_B2 +LQ02X014140 Predicted protein (Fragment) 6.378376705 L4_control_B3 +LQ02X014140 Predicted protein (Fragment) 6.571217987 L4_control_C2 +LQ02X014140 Predicted protein (Fragment) 5.686262599 L4_control_C3 +LQ02X014140 Predicted protein (Fragment) 6.139137693 L4_chemical_A1 +LQ02X014140 Predicted protein (Fragment) 5.914588764 L4_chemical_A2 +LQ02X014140 Predicted protein (Fragment) 6.04830321 L4_chemical_A3 +LQ02X014140 Predicted protein (Fragment) 6.936465391 L4_chemical_B1 +LQ02X014140 Predicted protein (Fragment) 6.484831534 L4_chemical_B2 +LQ02X014140 Predicted protein (Fragment) 6.104939734 L4_chemical_B3 +LQ02X014140 Predicted protein (Fragment) 6.437741318 L4_chemical_C2 +LQ02X014140 Predicted protein (Fragment) 5.969091001 L4_chemical_C3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.68563595 C6_control_A1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.69599769 C6_control_A3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.45219203 C6_control_B1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.49236537 C6_control_B2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.70967839 C6_control_B3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.78486988 C6_control_C1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.89782251 C6_control_C2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.74910217 C6_control_C3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.55361683 C6_chemical_A1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.58377742 C6_chemical_A3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.48005653 C6_chemical_B1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.57039162 C6_chemical_B2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.84471257 C6_chemical_B3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.59491574 C6_chemical_C1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.74725258 C6_chemical_C2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.70440733 C6_chemical_C3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 11.1519181 L4_control_A1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.91857667 L4_control_A2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 11.59165993 L4_control_A3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.46301591 L4_control_B1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.68218415 L4_control_B2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 11.35850414 L4_control_B3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 11.15136358 L4_control_C2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 11.3698225 L4_control_C3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.79600417 L4_chemical_A1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.69728257 L4_chemical_A2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 11.29880791 L4_chemical_A3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.4617569 L4_chemical_B1 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.21681446 L4_chemical_B2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.70440535 L4_chemical_B3 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 11.19638698 L4_chemical_C2 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.82703366 L4_chemical_C3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.2814282 C6_control_A1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.54062224 C6_control_A3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.97610202 C6_control_B1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.45066818 C6_control_B2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.75141672 C6_control_B3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.85803337 C6_control_C1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.49956929 C6_control_C2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.88169575 C6_control_C3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.66943115 C6_chemical_A1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.32105011 C6_chemical_A3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.53882373 C6_chemical_B1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.21326723 C6_chemical_B2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.47439552 C6_chemical_B3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.75973599 C6_chemical_C1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.55936695 C6_chemical_C2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.44354643 C6_chemical_C3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.54006328 L4_control_A1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.84784444 L4_control_A2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.22729782 L4_control_A3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.23217888 L4_control_B1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.9429612 L4_control_B2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.81359077 L4_control_B3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.99612594 L4_control_C2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.01968711 L4_control_C3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.37134501 L4_chemical_A1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.71346486 L4_chemical_A2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.13817314 L4_chemical_A3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.43721357 L4_chemical_B1 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.13369883 L4_chemical_B2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.0484529 L4_chemical_B3 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.66834847 L4_chemical_C2 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 11.02454833 L4_chemical_C3 +LQ02X014190 Putative uncharacterized protein 9.649586344 C6_control_A1 +LQ02X014190 Putative uncharacterized protein 8.933544225 C6_control_A3 +LQ02X014190 Putative uncharacterized protein 9.775457518 C6_control_B1 +LQ02X014190 Putative uncharacterized protein 10.88277744 C6_control_B2 +LQ02X014190 Putative uncharacterized protein 9.657494892 C6_control_B3 +LQ02X014190 Putative uncharacterized protein 11.03589516 C6_control_C1 +LQ02X014190 Putative uncharacterized protein 11.03729342 C6_control_C2 +LQ02X014190 Putative uncharacterized protein 10.82624342 C6_control_C3 +LQ02X014190 Putative uncharacterized protein 9.285851957 C6_chemical_A1 +LQ02X014190 Putative uncharacterized protein 9.480272371 C6_chemical_A3 +LQ02X014190 Putative uncharacterized protein 9.693413969 C6_chemical_B1 +LQ02X014190 Putative uncharacterized protein 10.6518516 C6_chemical_B2 +LQ02X014190 Putative uncharacterized protein 9.459980492 C6_chemical_B3 +LQ02X014190 Putative uncharacterized protein 10.97166697 C6_chemical_C1 +LQ02X014190 Putative uncharacterized protein 10.89956063 C6_chemical_C2 +LQ02X014190 Putative uncharacterized protein 10.81989701 C6_chemical_C3 +LQ02X014190 Putative uncharacterized protein 9.20119759 L4_control_A1 +LQ02X014190 Putative uncharacterized protein 8.559459832 L4_control_A2 +LQ02X014190 Putative uncharacterized protein 8.12453965 L4_control_A3 +LQ02X014190 Putative uncharacterized protein 9.557001909 L4_control_B1 +LQ02X014190 Putative uncharacterized protein 8.81562541 L4_control_B2 +LQ02X014190 Putative uncharacterized protein 10.06200532 L4_control_B3 +LQ02X014190 Putative uncharacterized protein 9.81084496 L4_control_C2 +LQ02X014190 Putative uncharacterized protein 9.410770355 L4_control_C3 +LQ02X014190 Putative uncharacterized protein 9.619604772 L4_chemical_A1 +LQ02X014190 Putative uncharacterized protein 8.694162391 L4_chemical_A2 +LQ02X014190 Putative uncharacterized protein 8.497708978 L4_chemical_A3 +LQ02X014190 Putative uncharacterized protein 9.257331576 L4_chemical_B1 +LQ02X014190 Putative uncharacterized protein 8.365891495 L4_chemical_B2 +LQ02X014190 Putative uncharacterized protein 9.760715324 L4_chemical_B3 +LQ02X014190 Putative uncharacterized protein 9.755940753 L4_chemical_C2 +LQ02X014190 Putative uncharacterized protein 9.327508219 L4_chemical_C3 +LQ02X014240 Predicted protein 10.47426352 C6_control_A1 +LQ02X014240 Predicted protein 9.337277468 C6_control_A3 +LQ02X014240 Predicted protein 11.62772691 C6_control_B1 +LQ02X014240 Predicted protein 11.20594213 C6_control_B2 +LQ02X014240 Predicted protein 10.56147125 C6_control_B3 +LQ02X014240 Predicted protein 13.25083298 C6_control_C1 +LQ02X014240 Predicted protein 11.23408357 C6_control_C2 +LQ02X014240 Predicted protein 9.868465386 C6_control_C3 +LQ02X014240 Predicted protein 10.78051971 C6_chemical_A1 +LQ02X014240 Predicted protein 9.751264936 C6_chemical_A3 +LQ02X014240 Predicted protein 11.99138539 C6_chemical_B1 +LQ02X014240 Predicted protein 11.29155808 C6_chemical_B2 +LQ02X014240 Predicted protein 10.67085364 C6_chemical_B3 +LQ02X014240 Predicted protein 13.71454306 C6_chemical_C1 +LQ02X014240 Predicted protein 12.38998239 C6_chemical_C2 +LQ02X014240 Predicted protein 10.90172009 C6_chemical_C3 +LQ02X014240 Predicted protein 9.948854063 L4_control_A1 +LQ02X014240 Predicted protein 10.75649071 L4_control_A2 +LQ02X014240 Predicted protein 10.12159599 L4_control_A3 +LQ02X014240 Predicted protein 11.89084755 L4_control_B1 +LQ02X014240 Predicted protein 11.01566921 L4_control_B2 +LQ02X014240 Predicted protein 9.529178232 L4_control_B3 +LQ02X014240 Predicted protein 10.53807487 L4_control_C2 +LQ02X014240 Predicted protein 8.698292134 L4_control_C3 +LQ02X014240 Predicted protein 11.0095178 L4_chemical_A1 +LQ02X014240 Predicted protein 11.99387909 L4_chemical_A2 +LQ02X014240 Predicted protein 10.65065545 L4_chemical_A3 +LQ02X014240 Predicted protein 11.93289295 L4_chemical_B1 +LQ02X014240 Predicted protein 11.64276354 L4_chemical_B2 +LQ02X014240 Predicted protein 10.27734899 L4_chemical_B3 +LQ02X014240 Predicted protein 11.74658776 L4_chemical_C2 +LQ02X014240 Predicted protein 8.750438647 L4_chemical_C3 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.677470199 C6_control_A1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.335422296 C6_control_A3 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.157627928 C6_control_B1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.786994106 C6_control_B2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.778490786 C6_control_B3 +LQ02X014250 Putative ribonuclease H protein At1g65750 6.267618659 C6_control_C1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.432574075 C6_control_C2 +LQ02X014250 Putative ribonuclease H protein At1g65750 6.004488067 C6_control_C3 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.192027101 C6_chemical_A1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.304556408 C6_chemical_A3 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.330135722 C6_chemical_B1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.591242201 C6_chemical_B2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.881555617 C6_chemical_B3 +LQ02X014250 Putative ribonuclease H protein At1g65750 6.595224483 C6_chemical_C1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.869204235 C6_chemical_C2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.91614769 C6_chemical_C3 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.746214881 L4_control_A1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.400493289 L4_control_A2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.197945945 L4_control_A3 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.332052527 L4_control_B1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.61509404 L4_control_B2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.387240283 L4_control_B3 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.554038887 L4_control_C2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.293695967 L4_control_C3 +LQ02X014250 Putative ribonuclease H protein At1g65750 6.12306854 L4_chemical_A1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.721785113 L4_chemical_A2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.571035233 L4_chemical_A3 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.861195931 L4_chemical_B1 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.513167302 L4_chemical_B2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.361613615 L4_chemical_B3 +LQ02X014250 Putative ribonuclease H protein At1g65750 4.830891822 L4_chemical_C2 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.881797003 L4_chemical_C3 +LQ02X014270 Transcription factor ILR3 12.52149561 C6_control_A1 +LQ02X014270 Transcription factor ILR3 12.95770341 C6_control_A3 +LQ02X014270 Transcription factor ILR3 12.3506543 C6_control_B1 +LQ02X014270 Transcription factor ILR3 11.49045482 C6_control_B2 +LQ02X014270 Transcription factor ILR3 11.73856075 C6_control_B3 +LQ02X014270 Transcription factor ILR3 12.76467288 C6_control_C1 +LQ02X014270 Transcription factor ILR3 11.91103053 C6_control_C2 +LQ02X014270 Transcription factor ILR3 11.83992923 C6_control_C3 +LQ02X014270 Transcription factor ILR3 12.46604825 C6_chemical_A1 +LQ02X014270 Transcription factor ILR3 12.80289017 C6_chemical_A3 +LQ02X014270 Transcription factor ILR3 12.12495928 C6_chemical_B1 +LQ02X014270 Transcription factor ILR3 11.28286127 C6_chemical_B2 +LQ02X014270 Transcription factor ILR3 11.93599032 C6_chemical_B3 +LQ02X014270 Transcription factor ILR3 12.56293888 C6_chemical_C1 +LQ02X014270 Transcription factor ILR3 11.8172577 C6_chemical_C2 +LQ02X014270 Transcription factor ILR3 11.34180342 C6_chemical_C3 +LQ02X014270 Transcription factor ILR3 12.4881898 L4_control_A1 +LQ02X014270 Transcription factor ILR3 12.32465855 L4_control_A2 +LQ02X014270 Transcription factor ILR3 11.83210348 L4_control_A3 +LQ02X014270 Transcription factor ILR3 11.7542358 L4_control_B1 +LQ02X014270 Transcription factor ILR3 12.42046585 L4_control_B2 +LQ02X014270 Transcription factor ILR3 11.57869775 L4_control_B3 +LQ02X014270 Transcription factor ILR3 12.58944079 L4_control_C2 +LQ02X014270 Transcription factor ILR3 11.52471206 L4_control_C3 +LQ02X014270 Transcription factor ILR3 12.15633756 L4_chemical_A1 +LQ02X014270 Transcription factor ILR3 12.23803002 L4_chemical_A2 +LQ02X014270 Transcription factor ILR3 11.56959425 L4_chemical_A3 +LQ02X014270 Transcription factor ILR3 12.4425839 L4_chemical_B1 +LQ02X014270 Transcription factor ILR3 12.30082514 L4_chemical_B2 +LQ02X014270 Transcription factor ILR3 11.89556019 L4_chemical_B3 +LQ02X014270 Transcription factor ILR3 11.43844003 L4_chemical_C2 +LQ02X014270 Transcription factor ILR3 11.34423673 L4_chemical_C3 +LQ02X014280 Hypothetical protein 4.615400716 C6_control_A1 +LQ02X014280 Hypothetical protein 4.70348746 C6_control_A3 +LQ02X014280 Hypothetical protein 4.870445419 C6_control_B1 +LQ02X014280 Hypothetical protein 4.604287358 C6_control_B2 +LQ02X014280 Hypothetical protein 4.648386038 C6_control_B3 +LQ02X014280 Hypothetical protein 4.804988296 C6_control_C1 +LQ02X014280 Hypothetical protein 4.713633171 C6_control_C2 +LQ02X014280 Hypothetical protein 4.851534644 C6_control_C3 +LQ02X014280 Hypothetical protein 4.725781032 C6_chemical_A1 +LQ02X014280 Hypothetical protein 4.695848811 C6_chemical_A3 +LQ02X014280 Hypothetical protein 5.062591886 C6_chemical_B1 +LQ02X014280 Hypothetical protein 4.528765065 C6_chemical_B2 +LQ02X014280 Hypothetical protein 4.658676283 C6_chemical_B3 +LQ02X014280 Hypothetical protein 4.66805126 C6_chemical_C1 +LQ02X014280 Hypothetical protein 4.775994023 C6_chemical_C2 +LQ02X014280 Hypothetical protein 4.660708994 C6_chemical_C3 +LQ02X014280 Hypothetical protein 4.703645504 L4_control_A1 +LQ02X014280 Hypothetical protein 5.070725367 L4_control_A2 +LQ02X014280 Hypothetical protein 4.953454943 L4_control_A3 +LQ02X014280 Hypothetical protein 5.301920478 L4_control_B1 +LQ02X014280 Hypothetical protein 5.262569918 L4_control_B2 +LQ02X014280 Hypothetical protein 4.94791311 L4_control_B3 +LQ02X014280 Hypothetical protein 4.835891711 L4_control_C2 +LQ02X014280 Hypothetical protein 5.415277521 L4_control_C3 +LQ02X014280 Hypothetical protein 4.847989786 L4_chemical_A1 +LQ02X014280 Hypothetical protein 4.44512288 L4_chemical_A2 +LQ02X014280 Hypothetical protein 5.006060088 L4_chemical_A3 +LQ02X014280 Hypothetical protein 4.717494434 L4_chemical_B1 +LQ02X014280 Hypothetical protein 4.899283589 L4_chemical_B2 +LQ02X014280 Hypothetical protein 4.729938417 L4_chemical_B3 +LQ02X014280 Hypothetical protein 5.050539479 L4_chemical_C2 +LQ02X014280 Hypothetical protein 5.489667805 L4_chemical_C3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.142846178 C6_control_A1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.378890108 C6_control_A3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.539318407 C6_control_B1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.539233994 C6_control_B2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.005611099 C6_control_B3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.109454531 C6_control_C1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 4.866524484 C6_control_C2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.309198262 C6_control_C3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.175272899 C6_chemical_A1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.103883913 C6_chemical_A3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.740837241 C6_chemical_B1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.378228766 C6_chemical_B2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.976597716 C6_chemical_B3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.168286377 C6_chemical_C1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.239680582 C6_chemical_C2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.11919993 C6_chemical_C3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.534527578 L4_control_A1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.86729454 L4_control_A2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 7.472817966 L4_control_A3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.830121031 L4_control_B1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.383059234 L4_control_B2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.632351687 L4_control_B3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 4.972049624 L4_control_C2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.107927739 L4_control_C3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.691995594 L4_chemical_A1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 7.04899483 L4_chemical_A2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.931985643 L4_chemical_A3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.737714331 L4_chemical_B1 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.377482644 L4_chemical_B2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.614658468 L4_chemical_B3 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.203976006 L4_chemical_C2 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 5.263089881 L4_chemical_C3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.848745083 C6_control_A1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.461409536 C6_control_A3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.07773806 C6_control_B1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.202581467 C6_control_B2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.12795077 C6_control_B3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.657051615 C6_control_C1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.476203435 C6_control_C2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.885750995 C6_control_C3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.10950227 C6_chemical_A1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.925267114 C6_chemical_A3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.973903751 C6_chemical_B1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.062592245 C6_chemical_B2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.33137446 C6_chemical_B3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.752236676 C6_chemical_C1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.16839252 C6_chemical_C2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.47886005 C6_chemical_C3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.124683644 L4_control_A1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 8.560035483 L4_control_A2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 8.18711885 L4_control_A3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.17910528 L4_control_B1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.441085532 L4_control_B2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.39950306 L4_control_B3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.31141759 L4_control_C2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.07714419 L4_control_C3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.324323526 L4_chemical_A1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 8.969374463 L4_chemical_A2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 8.875593742 L4_chemical_A3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.29370177 L4_chemical_B1 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.90542026 L4_chemical_B2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 9.73437928 L4_chemical_B3 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.05769115 L4_chemical_C2 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.14211354 L4_chemical_C3 +LQ02X014350 Putative Scarecrow-like protein 32 9.226957823 C6_control_A1 +LQ02X014350 Putative Scarecrow-like protein 32 8.980007331 C6_control_A3 +LQ02X014350 Putative Scarecrow-like protein 32 8.700389865 C6_control_B1 +LQ02X014350 Putative Scarecrow-like protein 32 8.182297258 C6_control_B2 +LQ02X014350 Putative Scarecrow-like protein 32 7.945121239 C6_control_B3 +LQ02X014350 Putative Scarecrow-like protein 32 9.54792401 C6_control_C1 +LQ02X014350 Putative Scarecrow-like protein 32 8.429162361 C6_control_C2 +LQ02X014350 Putative Scarecrow-like protein 32 7.843779105 C6_control_C3 +LQ02X014350 Putative Scarecrow-like protein 32 8.708339288 C6_chemical_A1 +LQ02X014350 Putative Scarecrow-like protein 32 9.44464539 C6_chemical_A3 +LQ02X014350 Putative Scarecrow-like protein 32 8.763976688 C6_chemical_B1 +LQ02X014350 Putative Scarecrow-like protein 32 8.414523028 C6_chemical_B2 +LQ02X014350 Putative Scarecrow-like protein 32 8.294764025 C6_chemical_B3 +LQ02X014350 Putative Scarecrow-like protein 32 9.505394536 C6_chemical_C1 +LQ02X014350 Putative Scarecrow-like protein 32 8.967235611 C6_chemical_C2 +LQ02X014350 Putative Scarecrow-like protein 32 8.917798909 C6_chemical_C3 +LQ02X014350 Putative Scarecrow-like protein 32 9.841815404 L4_control_A1 +LQ02X014350 Putative Scarecrow-like protein 32 9.600960941 L4_control_A2 +LQ02X014350 Putative Scarecrow-like protein 32 10.45364592 L4_control_A3 +LQ02X014350 Putative Scarecrow-like protein 32 8.36764065 L4_control_B1 +LQ02X014350 Putative Scarecrow-like protein 32 9.454103516 L4_control_B2 +LQ02X014350 Putative Scarecrow-like protein 32 7.9657644 L4_control_B3 +LQ02X014350 Putative Scarecrow-like protein 32 9.232436483 L4_control_C2 +LQ02X014350 Putative Scarecrow-like protein 32 8.142246903 L4_control_C3 +LQ02X014350 Putative Scarecrow-like protein 32 9.671479649 L4_chemical_A1 +LQ02X014350 Putative Scarecrow-like protein 32 9.875203474 L4_chemical_A2 +LQ02X014350 Putative Scarecrow-like protein 32 10.3646802 L4_chemical_A3 +LQ02X014350 Putative Scarecrow-like protein 32 8.734068696 L4_chemical_B1 +LQ02X014350 Putative Scarecrow-like protein 32 9.088259109 L4_chemical_B2 +LQ02X014350 Putative Scarecrow-like protein 32 9.116694838 L4_chemical_B3 +LQ02X014350 Putative Scarecrow-like protein 32 9.232751261 L4_chemical_C2 +LQ02X014350 Putative Scarecrow-like protein 32 8.821773087 L4_chemical_C3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.156764581 C6_control_A1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 4.894088535 C6_control_A3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.040613896 C6_control_B1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.059750143 C6_control_B2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.30033455 C6_control_B3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.03227638 C6_control_C1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 4.808744897 C6_control_C2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.287909334 C6_control_C3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.101282595 C6_chemical_A1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.341716133 C6_chemical_A3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 4.851929088 C6_chemical_B1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.011551464 C6_chemical_B2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.162649788 C6_chemical_B3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 4.975969307 C6_chemical_C1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 4.962035049 C6_chemical_C2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 4.96425069 C6_chemical_C3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.344309621 L4_control_A1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.160648329 L4_control_A2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.12599966 L4_control_A3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.902022096 L4_control_B1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.504172579 L4_control_B2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 4.760712688 L4_control_B3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.729313271 L4_control_C2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.009627687 L4_control_C3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.644641764 L4_chemical_A1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.210018194 L4_chemical_A2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.015857694 L4_chemical_A3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.405470316 L4_chemical_B1 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.299079349 L4_chemical_B2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.115760631 L4_chemical_B3 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.605507487 L4_chemical_C2 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.004615235 L4_chemical_C3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.163273062 C6_control_A1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.828974018 C6_control_A3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.25165869 C6_control_B1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.422147037 C6_control_B2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.19017329 C6_control_B3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.607166917 C6_control_C1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.402243164 C6_control_C2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.908030442 C6_control_C3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.888512198 C6_chemical_A1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.934838127 C6_chemical_A3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.789613718 C6_chemical_B1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.470613481 C6_chemical_B2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.771660654 C6_chemical_B3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.137587502 C6_chemical_C1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.39285122 C6_chemical_C2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.007832059 C6_chemical_C3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.907454697 L4_control_A1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.274441154 L4_control_A2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.731771054 L4_control_A3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.746263105 L4_control_B1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.685497683 L4_control_B2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.990321282 L4_control_B3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.872516326 L4_control_C2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.416958648 L4_control_C3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.88973771 L4_chemical_A1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.884034571 L4_chemical_A2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.129860151 L4_chemical_A3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.690033268 L4_chemical_B1 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.885485888 L4_chemical_B2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.290884233 L4_chemical_B3 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 6.117419157 L4_chemical_C2 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.523453103 L4_chemical_C3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 5.136299073 C6_control_A1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 5.06652241 C6_control_A3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.705276908 C6_control_B1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.825052496 C6_control_B2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.755087969 C6_control_B3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.633397298 C6_control_C1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.569309752 C6_control_C2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.882747458 C6_control_C3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.867339011 C6_chemical_A1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 5.058758026 C6_chemical_A3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.591257408 C6_chemical_B1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.74357006 C6_chemical_B2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.619317701 C6_chemical_B3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.410304429 C6_chemical_C1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.728957315 C6_chemical_C2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.483342566 C6_chemical_C3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.72291995 L4_control_A1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.534112362 L4_control_A2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 5.259518471 L4_control_A3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 5.102787711 L4_control_B1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.902499853 L4_control_B2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.772005017 L4_control_B3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 5.043776097 L4_control_C2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.788900774 L4_control_C3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 5.014994812 L4_chemical_A1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.906552616 L4_chemical_A2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 6.445407278 L4_chemical_A3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.798298199 L4_chemical_B1 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.776636596 L4_chemical_B2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.672998029 L4_chemical_B3 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.717756322 L4_chemical_C2 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.627712059 L4_chemical_C3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.140146959 C6_control_A1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.899983432 C6_control_A3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.318528075 C6_control_B1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.393087455 C6_control_B2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.069668384 C6_control_B3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 6.145210219 C6_control_C1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.872098255 C6_control_C2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.827949503 C6_control_C3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.940280971 C6_chemical_A1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.727285465 C6_chemical_A3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.374153688 C6_chemical_B1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.021276258 C6_chemical_B2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.141617541 C6_chemical_B3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.5899283 C6_chemical_C1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.576482762 C6_chemical_C2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.451896729 C6_chemical_C3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.343920067 L4_control_A1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.8584536 L4_control_A2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.268855668 L4_control_A3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.173639173 L4_control_B1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.740278184 L4_control_B2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.083580184 L4_control_B3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.184382701 L4_control_C2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.096053321 L4_control_C3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.63758468 L4_chemical_A1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.778473736 L4_chemical_A2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.41488577 L4_chemical_A3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.895183789 L4_chemical_B1 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.272161384 L4_chemical_B2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.838675267 L4_chemical_B3 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 5.477505378 L4_chemical_C2 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.749602742 L4_chemical_C3 +LQ02X014561 Gag-pol polyprotein, putative 5.711461776 C6_control_A1 +LQ02X014561 Gag-pol polyprotein, putative 5.221771664 C6_control_A3 +LQ02X014561 Gag-pol polyprotein, putative 5.465132115 C6_control_B1 +LQ02X014561 Gag-pol polyprotein, putative 5.089083967 C6_control_B2 +LQ02X014561 Gag-pol polyprotein, putative 5.373700229 C6_control_B3 +LQ02X014561 Gag-pol polyprotein, putative 5.777431557 C6_control_C1 +LQ02X014561 Gag-pol polyprotein, putative 5.031074907 C6_control_C2 +LQ02X014561 Gag-pol polyprotein, putative 5.247036226 C6_control_C3 +LQ02X014561 Gag-pol polyprotein, putative 5.074124041 C6_chemical_A1 +LQ02X014561 Gag-pol polyprotein, putative 5.779002491 C6_chemical_A3 +LQ02X014561 Gag-pol polyprotein, putative 6.34445388 C6_chemical_B1 +LQ02X014561 Gag-pol polyprotein, putative 5.177141281 C6_chemical_B2 +LQ02X014561 Gag-pol polyprotein, putative 5.375635235 C6_chemical_B3 +LQ02X014561 Gag-pol polyprotein, putative 5.069303956 C6_chemical_C1 +LQ02X014561 Gag-pol polyprotein, putative 5.198728484 C6_chemical_C2 +LQ02X014561 Gag-pol polyprotein, putative 5.354757713 C6_chemical_C3 +LQ02X014561 Gag-pol polyprotein, putative 5.877719017 L4_control_A1 +LQ02X014561 Gag-pol polyprotein, putative 5.844487629 L4_control_A2 +LQ02X014561 Gag-pol polyprotein, putative 5.671456061 L4_control_A3 +LQ02X014561 Gag-pol polyprotein, putative 5.180842689 L4_control_B1 +LQ02X014561 Gag-pol polyprotein, putative 5.300642296 L4_control_B2 +LQ02X014561 Gag-pol polyprotein, putative 5.563040223 L4_control_B3 +LQ02X014561 Gag-pol polyprotein, putative 5.985003902 L4_control_C2 +LQ02X014561 Gag-pol polyprotein, putative 5.844685997 L4_control_C3 +LQ02X014561 Gag-pol polyprotein, putative 5.083399644 L4_chemical_A1 +LQ02X014561 Gag-pol polyprotein, putative 5.694540718 L4_chemical_A2 +LQ02X014561 Gag-pol polyprotein, putative 5.889882995 L4_chemical_A3 +LQ02X014561 Gag-pol polyprotein, putative 5.849842836 L4_chemical_B1 +LQ02X014561 Gag-pol polyprotein, putative 5.640894251 L4_chemical_B2 +LQ02X014561 Gag-pol polyprotein, putative 5.551773702 L4_chemical_B3 +LQ02X014561 Gag-pol polyprotein, putative 5.785809893 L4_chemical_C2 +LQ02X014561 Gag-pol polyprotein, putative 5.352046175 L4_chemical_C3 +LQ02X014580 Putative uncharacterized protein 10.62838743 C6_control_A1 +LQ02X014580 Putative uncharacterized protein 10.90704408 C6_control_A3 +LQ02X014580 Putative uncharacterized protein 10.80326613 C6_control_B1 +LQ02X014580 Putative uncharacterized protein 9.994039124 C6_control_B2 +LQ02X014580 Putative uncharacterized protein 10.78909534 C6_control_B3 +LQ02X014580 Putative uncharacterized protein 10.76671609 C6_control_C1 +LQ02X014580 Putative uncharacterized protein 10.99343226 C6_control_C2 +LQ02X014580 Putative uncharacterized protein 11.67483165 C6_control_C3 +LQ02X014580 Putative uncharacterized protein 10.27256364 C6_chemical_A1 +LQ02X014580 Putative uncharacterized protein 10.70799227 C6_chemical_A3 +LQ02X014580 Putative uncharacterized protein 10.33635032 C6_chemical_B1 +LQ02X014580 Putative uncharacterized protein 10.02932045 C6_chemical_B2 +LQ02X014580 Putative uncharacterized protein 11.46726828 C6_chemical_B3 +LQ02X014580 Putative uncharacterized protein 10.47154795 C6_chemical_C1 +LQ02X014580 Putative uncharacterized protein 10.49995487 C6_chemical_C2 +LQ02X014580 Putative uncharacterized protein 11.56295717 C6_chemical_C3 +LQ02X014580 Putative uncharacterized protein 9.613866485 L4_control_A1 +LQ02X014580 Putative uncharacterized protein 9.504473596 L4_control_A2 +LQ02X014580 Putative uncharacterized protein 9.520982524 L4_control_A3 +LQ02X014580 Putative uncharacterized protein 10.01677135 L4_control_B1 +LQ02X014580 Putative uncharacterized protein 10.347842 L4_control_B2 +LQ02X014580 Putative uncharacterized protein 9.332647313 L4_control_B3 +LQ02X014580 Putative uncharacterized protein 11.01244053 L4_control_C2 +LQ02X014580 Putative uncharacterized protein 10.23842275 L4_control_C3 +LQ02X014580 Putative uncharacterized protein 9.501818297 L4_chemical_A1 +LQ02X014580 Putative uncharacterized protein 9.540954674 L4_chemical_A2 +LQ02X014580 Putative uncharacterized protein 9.367798419 L4_chemical_A3 +LQ02X014580 Putative uncharacterized protein 11.64100533 L4_chemical_B1 +LQ02X014580 Putative uncharacterized protein 9.899154261 L4_chemical_B2 +LQ02X014580 Putative uncharacterized protein 10.02491166 L4_chemical_B3 +LQ02X014580 Putative uncharacterized protein 10.34040289 L4_chemical_C2 +LQ02X014580 Putative uncharacterized protein 10.4810461 L4_chemical_C3 +LQ02X014630 Putative uncharacterized protein 12.57621757 C6_control_A1 +LQ02X014630 Putative uncharacterized protein 12.28000321 C6_control_A3 +LQ02X014630 Putative uncharacterized protein 12.36473667 C6_control_B1 +LQ02X014630 Putative uncharacterized protein 11.81424516 C6_control_B2 +LQ02X014630 Putative uncharacterized protein 11.70642361 C6_control_B3 +LQ02X014630 Putative uncharacterized protein 13.34636043 C6_control_C1 +LQ02X014630 Putative uncharacterized protein 13.17336338 C6_control_C2 +LQ02X014630 Putative uncharacterized protein 13.20278648 C6_control_C3 +LQ02X014630 Putative uncharacterized protein 12.99824385 C6_chemical_A1 +LQ02X014630 Putative uncharacterized protein 12.87967849 C6_chemical_A3 +LQ02X014630 Putative uncharacterized protein 12.9927343 C6_chemical_B1 +LQ02X014630 Putative uncharacterized protein 12.05528185 C6_chemical_B2 +LQ02X014630 Putative uncharacterized protein 12.27115425 C6_chemical_B3 +LQ02X014630 Putative uncharacterized protein 13.31369887 C6_chemical_C1 +LQ02X014630 Putative uncharacterized protein 13.39366781 C6_chemical_C2 +LQ02X014630 Putative uncharacterized protein 14.08748969 C6_chemical_C3 +LQ02X014630 Putative uncharacterized protein 12.52903276 L4_control_A1 +LQ02X014630 Putative uncharacterized protein 13.07123886 L4_control_A2 +LQ02X014630 Putative uncharacterized protein 12.75413426 L4_control_A3 +LQ02X014630 Putative uncharacterized protein 13.05682353 L4_control_B1 +LQ02X014630 Putative uncharacterized protein 12.78277676 L4_control_B2 +LQ02X014630 Putative uncharacterized protein 12.09853868 L4_control_B3 +LQ02X014630 Putative uncharacterized protein 13.49825186 L4_control_C2 +LQ02X014630 Putative uncharacterized protein 13.6687205 L4_control_C3 +LQ02X014630 Putative uncharacterized protein 12.70697962 L4_chemical_A1 +LQ02X014630 Putative uncharacterized protein 13.37609276 L4_chemical_A2 +LQ02X014630 Putative uncharacterized protein 12.6840624 L4_chemical_A3 +LQ02X014630 Putative uncharacterized protein 13.41906578 L4_chemical_B1 +LQ02X014630 Putative uncharacterized protein 12.97364445 L4_chemical_B2 +LQ02X014630 Putative uncharacterized protein 12.48940505 L4_chemical_B3 +LQ02X014630 Putative uncharacterized protein 13.83235764 L4_chemical_C2 +LQ02X014630 Putative uncharacterized protein 13.92839324 L4_chemical_C3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.703411371 C6_control_A1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.349582011 C6_control_A3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.07753105 C6_control_B1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.949369121 C6_control_B2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.00277583 C6_control_B3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.51844003 C6_control_C1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.97505656 C6_control_C2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.06279085 C6_control_C3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.776815844 C6_chemical_A1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.220173023 C6_chemical_A3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.27398411 C6_chemical_B1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.759804424 C6_chemical_B2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.903742591 C6_chemical_B3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.44443637 C6_chemical_C1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.00680487 C6_chemical_C2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.21181583 C6_chemical_C3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.453986914 L4_control_A1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.623940182 L4_control_A2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.40122225 L4_control_A3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.898655357 L4_control_B1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.30931093 L4_control_B2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.5294727 L4_control_B3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.20778224 L4_control_C2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.72442627 L4_control_C3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.466758966 L4_chemical_A1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.372980375 L4_chemical_A2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.725344393 L4_chemical_A3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.877294219 L4_chemical_B1 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.561337783 L4_chemical_B2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.651757893 L4_chemical_B3 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.478262118 L4_chemical_C2 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 10.70144276 L4_chemical_C3 +LQ02X014660 Putative uncharacterized protein 6.704093525 C6_control_A1 +LQ02X014660 Putative uncharacterized protein 5.841807108 C6_control_A3 +LQ02X014660 Putative uncharacterized protein 7.260064892 C6_control_B1 +LQ02X014660 Putative uncharacterized protein 8.588425069 C6_control_B2 +LQ02X014660 Putative uncharacterized protein 7.463662498 C6_control_B3 +LQ02X014660 Putative uncharacterized protein 9.493597552 C6_control_C1 +LQ02X014660 Putative uncharacterized protein 9.18552984 C6_control_C2 +LQ02X014660 Putative uncharacterized protein 9.420339918 C6_control_C3 +LQ02X014660 Putative uncharacterized protein 6.012759328 C6_chemical_A1 +LQ02X014660 Putative uncharacterized protein 6.78237784 C6_chemical_A3 +LQ02X014660 Putative uncharacterized protein 7.457438205 C6_chemical_B1 +LQ02X014660 Putative uncharacterized protein 8.521804407 C6_chemical_B2 +LQ02X014660 Putative uncharacterized protein 7.336662548 C6_chemical_B3 +LQ02X014660 Putative uncharacterized protein 9.642039883 C6_chemical_C1 +LQ02X014660 Putative uncharacterized protein 9.438746903 C6_chemical_C2 +LQ02X014660 Putative uncharacterized protein 9.625443311 C6_chemical_C3 +LQ02X014660 Putative uncharacterized protein 6.322626597 L4_control_A1 +LQ02X014660 Putative uncharacterized protein 5.478902932 L4_control_A2 +LQ02X014660 Putative uncharacterized protein 5.430021153 L4_control_A3 +LQ02X014660 Putative uncharacterized protein 5.775234697 L4_control_B1 +LQ02X014660 Putative uncharacterized protein 7.098108549 L4_control_B2 +LQ02X014660 Putative uncharacterized protein 7.129423602 L4_control_B3 +LQ02X014660 Putative uncharacterized protein 8.103276708 L4_control_C2 +LQ02X014660 Putative uncharacterized protein 6.693843156 L4_control_C3 +LQ02X014660 Putative uncharacterized protein 6.771120552 L4_chemical_A1 +LQ02X014660 Putative uncharacterized protein 6.261255704 L4_chemical_A2 +LQ02X014660 Putative uncharacterized protein 5.743788315 L4_chemical_A3 +LQ02X014660 Putative uncharacterized protein 6.308153498 L4_chemical_B1 +LQ02X014660 Putative uncharacterized protein 6.90102743 L4_chemical_B2 +LQ02X014660 Putative uncharacterized protein 7.063912559 L4_chemical_B3 +LQ02X014660 Putative uncharacterized protein 7.951382506 L4_chemical_C2 +LQ02X014660 Putative uncharacterized protein 8.063427157 L4_chemical_C3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.37899269 C6_control_A1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 13.8367342 C6_control_A3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.85167442 C6_control_B1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.91054022 C6_control_B2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.0579187 C6_control_B3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.362646 C6_control_C1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.07445704 C6_control_C2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.11982539 C6_control_C3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.31217135 C6_chemical_A1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.27630233 C6_chemical_A3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.01854064 C6_chemical_B1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.88880178 C6_chemical_B2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.81213532 C6_chemical_B3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.12158599 C6_chemical_C1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.39931313 C6_chemical_C2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.77046779 C6_chemical_C3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 13.99860359 L4_control_A1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.49166388 L4_control_A2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.77046421 L4_control_A3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.92796931 L4_control_B1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.94333028 L4_control_B2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.80040632 L4_control_B3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.5825708 L4_control_C2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.38542182 L4_control_C3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.05524159 L4_chemical_A1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.68638878 L4_chemical_A2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.20249077 L4_chemical_A3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.95277644 L4_chemical_B1 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.88423631 L4_chemical_B2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.73418032 L4_chemical_B3 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.39958242 L4_chemical_C2 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 15.39717455 L4_chemical_C3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.397024662 C6_control_A1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.486244557 C6_control_A3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.348045553 C6_control_B1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 6.177138779 C6_control_B2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.479545115 C6_control_B3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.724796865 C6_control_C1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.366141387 C6_control_C2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.643335866 C6_control_C3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.582721295 C6_chemical_A1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.28335515 C6_chemical_A3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.25966761 C6_chemical_B1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.699155564 C6_chemical_B2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.377508688 C6_chemical_B3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.175922721 C6_chemical_C1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.878423937 C6_chemical_C2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.874701682 C6_chemical_C3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.62420811 L4_control_A1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 6.081821044 L4_control_A2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 6.829234199 L4_control_A3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 6.145798305 L4_control_B1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.75741303 L4_control_B2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.454971339 L4_control_B3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.061920583 L4_control_C2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.748614785 L4_control_C3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.773230171 L4_chemical_A1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.740031069 L4_chemical_A2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 6.114539224 L4_chemical_A3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 6.053034865 L4_chemical_B1 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 6.23165098 L4_chemical_B2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.496874211 L4_chemical_B3 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.500483815 L4_chemical_C2 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.647495375 L4_chemical_C3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.723669986 C6_control_A1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.909458278 C6_control_A3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.990397224 C6_control_B1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.983519063 C6_control_B2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.789409809 C6_control_B3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 11.7463713 C6_control_C1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 11.88240689 C6_control_C2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 11.68451028 C6_control_C3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 8.839026775 C6_chemical_A1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.899969653 C6_chemical_A3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 8.982195544 C6_chemical_B1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.294928473 C6_chemical_B2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.890147022 C6_chemical_B3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 11.75534191 C6_chemical_C1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 11.88561101 C6_chemical_C2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 12.09960909 C6_chemical_C3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 10.2418552 L4_control_A1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 10.31955183 L4_control_A2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 8.5396422 L4_control_A3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 10.53422298 L4_control_B1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 10.21599756 L4_control_B2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 11.11526319 L4_control_B3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 11.97854495 L4_control_C2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 12.45932598 L4_control_C3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.034703905 L4_chemical_A1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 9.669207107 L4_chemical_A2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 8.609458794 L4_chemical_A3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 10.38898106 L4_chemical_B1 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 10.00342896 L4_chemical_B2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 11.2024884 L4_chemical_B3 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 12.25993935 L4_chemical_C2 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 12.08917961 L4_chemical_C3 +LQ02X014980 AT2G20900 protein 10.88318029 C6_control_A1 +LQ02X014980 AT2G20900 protein 11.04033667 C6_control_A3 +LQ02X014980 AT2G20900 protein 10.44558115 C6_control_B1 +LQ02X014980 AT2G20900 protein 9.978641039 C6_control_B2 +LQ02X014980 AT2G20900 protein 10.66010266 C6_control_B3 +LQ02X014980 AT2G20900 protein 9.964996553 C6_control_C1 +LQ02X014980 AT2G20900 protein 10.17160972 C6_control_C2 +LQ02X014980 AT2G20900 protein 10.33271084 C6_control_C3 +LQ02X014980 AT2G20900 protein 10.65163412 C6_chemical_A1 +LQ02X014980 AT2G20900 protein 10.99584439 C6_chemical_A3 +LQ02X014980 AT2G20900 protein 10.15212631 C6_chemical_B1 +LQ02X014980 AT2G20900 protein 9.636056467 C6_chemical_B2 +LQ02X014980 AT2G20900 protein 10.51517338 C6_chemical_B3 +LQ02X014980 AT2G20900 protein 9.765864705 C6_chemical_C1 +LQ02X014980 AT2G20900 protein 9.584839255 C6_chemical_C2 +LQ02X014980 AT2G20900 protein 10.52951915 C6_chemical_C3 +LQ02X014980 AT2G20900 protein 10.59872526 L4_control_A1 +LQ02X014980 AT2G20900 protein 10.27107554 L4_control_A2 +LQ02X014980 AT2G20900 protein 10.90755623 L4_control_A3 +LQ02X014980 AT2G20900 protein 9.967156435 L4_control_B1 +LQ02X014980 AT2G20900 protein 10.49033881 L4_control_B2 +LQ02X014980 AT2G20900 protein 10.76238442 L4_control_B3 +LQ02X014980 AT2G20900 protein 10.8345406 L4_control_C2 +LQ02X014980 AT2G20900 protein 11.22331185 L4_control_C3 +LQ02X014980 AT2G20900 protein 10.77611209 L4_chemical_A1 +LQ02X014980 AT2G20900 protein 10.27514628 L4_chemical_A2 +LQ02X014980 AT2G20900 protein 10.75056717 L4_chemical_A3 +LQ02X014980 AT2G20900 protein 10.29497837 L4_chemical_B1 +LQ02X014980 AT2G20900 protein 10.0410839 L4_chemical_B2 +LQ02X014980 AT2G20900 protein 10.81737669 L4_chemical_B3 +LQ02X014980 AT2G20900 protein 10.64254016 L4_chemical_C2 +LQ02X014980 AT2G20900 protein 10.96219864 L4_chemical_C3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.72470797 C6_control_A1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.63095164 C6_control_A3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.9563248 C6_control_B1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.52364952 C6_control_B2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.98950825 C6_control_B3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.86029871 C6_control_C1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.49599081 C6_control_C2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.6291707 C6_control_C3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.93460334 C6_chemical_A1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.06681971 C6_chemical_A3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.27982 C6_chemical_B1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.64438946 C6_chemical_B2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.07488249 C6_chemical_B3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.8552757 C6_chemical_C1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.71461092 C6_chemical_C2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 15.03694231 C6_chemical_C3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.30346335 L4_control_A1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.53367034 L4_control_A2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.27378979 L4_control_A3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.70632763 L4_control_B1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.8290522 L4_control_B2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.5067576 L4_control_B3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.49738883 L4_control_C2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.45592045 L4_control_C3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.73120678 L4_chemical_A1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.12214135 L4_chemical_A2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.2976301 L4_chemical_A3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.41644999 L4_chemical_B1 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.68347086 L4_chemical_B2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.84930367 L4_chemical_B3 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 14.1077504 L4_chemical_C2 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.84154581 L4_chemical_C3 +LQ02X015010 Predicted protein 8.079271937 C6_control_A1 +LQ02X015010 Predicted protein 8.577221838 C6_control_A3 +LQ02X015010 Predicted protein 8.557016507 C6_control_B1 +LQ02X015010 Predicted protein 9.513866082 C6_control_B2 +LQ02X015010 Predicted protein 9.217799825 C6_control_B3 +LQ02X015010 Predicted protein 10.06231984 C6_control_C1 +LQ02X015010 Predicted protein 10.08524788 C6_control_C2 +LQ02X015010 Predicted protein 10.3579093 C6_control_C3 +LQ02X015010 Predicted protein 8.356129648 C6_chemical_A1 +LQ02X015010 Predicted protein 8.267253502 C6_chemical_A3 +LQ02X015010 Predicted protein 8.027232001 C6_chemical_B1 +LQ02X015010 Predicted protein 9.466157948 C6_chemical_B2 +LQ02X015010 Predicted protein 8.905197028 C6_chemical_B3 +LQ02X015010 Predicted protein 10.35419562 C6_chemical_C1 +LQ02X015010 Predicted protein 10.47223084 C6_chemical_C2 +LQ02X015010 Predicted protein 10.05865093 C6_chemical_C3 +LQ02X015010 Predicted protein 9.282885852 L4_control_A1 +LQ02X015010 Predicted protein 9.035474553 L4_control_A2 +LQ02X015010 Predicted protein 8.224402439 L4_control_A3 +LQ02X015010 Predicted protein 9.31214963 L4_control_B1 +LQ02X015010 Predicted protein 8.403889629 L4_control_B2 +LQ02X015010 Predicted protein 10.38527594 L4_control_B3 +LQ02X015010 Predicted protein 10.07812842 L4_control_C2 +LQ02X015010 Predicted protein 10.35050743 L4_control_C3 +LQ02X015010 Predicted protein 12.95542266 L4_chemical_A1 +LQ02X015010 Predicted protein 10.11737917 L4_chemical_A2 +LQ02X015010 Predicted protein 9.970611576 L4_chemical_A3 +LQ02X015010 Predicted protein 10.15607708 L4_chemical_B1 +LQ02X015010 Predicted protein 8.736896643 L4_chemical_B2 +LQ02X015010 Predicted protein 9.068031972 L4_chemical_B3 +LQ02X015010 Predicted protein 9.514557949 L4_chemical_C2 +LQ02X015010 Predicted protein 9.929536088 L4_chemical_C3 +LQ02X015040 Predicted protein 10.49517941 C6_control_A1 +LQ02X015040 Predicted protein 11.34265595 C6_control_A3 +LQ02X015040 Predicted protein 10.14693841 C6_control_B1 +LQ02X015040 Predicted protein 10.15501242 C6_control_B2 +LQ02X015040 Predicted protein 10.18459463 C6_control_B3 +LQ02X015040 Predicted protein 10.54044722 C6_control_C1 +LQ02X015040 Predicted protein 10.73896381 C6_control_C2 +LQ02X015040 Predicted protein 10.44353372 C6_control_C3 +LQ02X015040 Predicted protein 10.47970954 C6_chemical_A1 +LQ02X015040 Predicted protein 10.46163325 C6_chemical_A3 +LQ02X015040 Predicted protein 10.28146527 C6_chemical_B1 +LQ02X015040 Predicted protein 10.40982421 C6_chemical_B2 +LQ02X015040 Predicted protein 9.661003721 C6_chemical_B3 +LQ02X015040 Predicted protein 10.50821941 C6_chemical_C1 +LQ02X015040 Predicted protein 10.68525921 C6_chemical_C2 +LQ02X015040 Predicted protein 10.41456521 C6_chemical_C3 +LQ02X015040 Predicted protein 12.33741138 L4_control_A1 +LQ02X015040 Predicted protein 10.60309893 L4_control_A2 +LQ02X015040 Predicted protein 10.98078004 L4_control_A3 +LQ02X015040 Predicted protein 10.57999859 L4_control_B1 +LQ02X015040 Predicted protein 10.36294227 L4_control_B2 +LQ02X015040 Predicted protein 12.23811112 L4_control_B3 +LQ02X015040 Predicted protein 11.34768674 L4_control_C2 +LQ02X015040 Predicted protein 11.07115987 L4_control_C3 +LQ02X015040 Predicted protein 14.7039252 L4_chemical_A1 +LQ02X015040 Predicted protein 11.58371311 L4_chemical_A2 +LQ02X015040 Predicted protein 11.48042794 L4_chemical_A3 +LQ02X015040 Predicted protein 11.49460581 L4_chemical_B1 +LQ02X015040 Predicted protein 11.23251768 L4_chemical_B2 +LQ02X015040 Predicted protein 10.07091984 L4_chemical_B3 +LQ02X015040 Predicted protein 11.54988569 L4_chemical_C2 +LQ02X015040 Predicted protein 10.16847156 L4_chemical_C3 +LQ02X015070 Putative uncharacterized protein 5.507302671 C6_control_A1 +LQ02X015070 Putative uncharacterized protein 6.01913416 C6_control_A3 +LQ02X015070 Putative uncharacterized protein 5.867715563 C6_control_B1 +LQ02X015070 Putative uncharacterized protein 5.092235797 C6_control_B2 +LQ02X015070 Putative uncharacterized protein 5.730963439 C6_control_B3 +LQ02X015070 Putative uncharacterized protein 5.272632636 C6_control_C1 +LQ02X015070 Putative uncharacterized protein 5.316058578 C6_control_C2 +LQ02X015070 Putative uncharacterized protein 5.28796618 C6_control_C3 +LQ02X015070 Putative uncharacterized protein 5.492295608 C6_chemical_A1 +LQ02X015070 Putative uncharacterized protein 5.89724233 C6_chemical_A3 +LQ02X015070 Putative uncharacterized protein 5.525080614 C6_chemical_B1 +LQ02X015070 Putative uncharacterized protein 5.45545758 C6_chemical_B2 +LQ02X015070 Putative uncharacterized protein 5.871763078 C6_chemical_B3 +LQ02X015070 Putative uncharacterized protein 5.158078848 C6_chemical_C1 +LQ02X015070 Putative uncharacterized protein 5.286812583 C6_chemical_C2 +LQ02X015070 Putative uncharacterized protein 5.343092725 C6_chemical_C3 +LQ02X015070 Putative uncharacterized protein 5.487576852 L4_control_A1 +LQ02X015070 Putative uncharacterized protein 5.56458919 L4_control_A2 +LQ02X015070 Putative uncharacterized protein 6.34967056 L4_control_A3 +LQ02X015070 Putative uncharacterized protein 5.653179477 L4_control_B1 +LQ02X015070 Putative uncharacterized protein 5.975687079 L4_control_B2 +LQ02X015070 Putative uncharacterized protein 5.806869922 L4_control_B3 +LQ02X015070 Putative uncharacterized protein 5.931460388 L4_control_C2 +LQ02X015070 Putative uncharacterized protein 5.391105326 L4_control_C3 +LQ02X015070 Putative uncharacterized protein 5.437677513 L4_chemical_A1 +LQ02X015070 Putative uncharacterized protein 5.555827243 L4_chemical_A2 +LQ02X015070 Putative uncharacterized protein 5.586434581 L4_chemical_A3 +LQ02X015070 Putative uncharacterized protein 5.535219943 L4_chemical_B1 +LQ02X015070 Putative uncharacterized protein 5.678148296 L4_chemical_B2 +LQ02X015070 Putative uncharacterized protein 5.55798565 L4_chemical_B3 +LQ02X015070 Putative uncharacterized protein 5.847824868 L4_chemical_C2 +LQ02X015070 Putative uncharacterized protein 5.355300902 L4_chemical_C3 +LQ02X015080 Putative uncharacterized protein 13.82651822 C6_control_A1 +LQ02X015080 Putative uncharacterized protein 13.93652444 C6_control_A3 +LQ02X015080 Putative uncharacterized protein 13.75278766 C6_control_B1 +LQ02X015080 Putative uncharacterized protein 13.96056291 C6_control_B2 +LQ02X015080 Putative uncharacterized protein 13.89012047 C6_control_B3 +LQ02X015080 Putative uncharacterized protein 13.81416442 C6_control_C1 +LQ02X015080 Putative uncharacterized protein 14.39530912 C6_control_C2 +LQ02X015080 Putative uncharacterized protein 14.47850501 C6_control_C3 +LQ02X015080 Putative uncharacterized protein 13.9059322 C6_chemical_A1 +LQ02X015080 Putative uncharacterized protein 13.63764951 C6_chemical_A3 +LQ02X015080 Putative uncharacterized protein 13.7480973 C6_chemical_B1 +LQ02X015080 Putative uncharacterized protein 13.74969941 C6_chemical_B2 +LQ02X015080 Putative uncharacterized protein 14.10137541 C6_chemical_B3 +LQ02X015080 Putative uncharacterized protein 14.13298048 C6_chemical_C1 +LQ02X015080 Putative uncharacterized protein 14.3291559 C6_chemical_C2 +LQ02X015080 Putative uncharacterized protein 15.12305216 C6_chemical_C3 +LQ02X015080 Putative uncharacterized protein 13.9516199 L4_control_A1 +LQ02X015080 Putative uncharacterized protein 13.31313544 L4_control_A2 +LQ02X015080 Putative uncharacterized protein 14.093599 L4_control_A3 +LQ02X015080 Putative uncharacterized protein 13.70185599 L4_control_B1 +LQ02X015080 Putative uncharacterized protein 13.14609974 L4_control_B2 +LQ02X015080 Putative uncharacterized protein 13.60043684 L4_control_B3 +LQ02X015080 Putative uncharacterized protein 14.04967259 L4_control_C2 +LQ02X015080 Putative uncharacterized protein 13.84733212 L4_control_C3 +LQ02X015080 Putative uncharacterized protein 14.54114495 L4_chemical_A1 +LQ02X015080 Putative uncharacterized protein 14.38091927 L4_chemical_A2 +LQ02X015080 Putative uncharacterized protein 14.31271348 L4_chemical_A3 +LQ02X015080 Putative uncharacterized protein 13.7232672 L4_chemical_B1 +LQ02X015080 Putative uncharacterized protein 14.17103618 L4_chemical_B2 +LQ02X015080 Putative uncharacterized protein 13.99567947 L4_chemical_B3 +LQ02X015080 Putative uncharacterized protein 14.13386254 L4_chemical_C2 +LQ02X015080 Putative uncharacterized protein 13.89120848 L4_chemical_C3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.626741781 C6_control_A1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.834898226 C6_control_A3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.699738124 C6_control_B1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 6.058308251 C6_control_B2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.582166096 C6_control_B3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.634516053 C6_control_C1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 6.382131988 C6_control_C2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.879857022 C6_control_C3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.78938489 C6_chemical_A1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.727657226 C6_chemical_A3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.86612122 C6_chemical_B1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.669869501 C6_chemical_B2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.716998249 C6_chemical_B3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.792305342 C6_chemical_C1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 6.015472751 C6_chemical_C2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.702712098 C6_chemical_C3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.713632754 L4_control_A1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.64497714 L4_control_A2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.58564671 L4_control_A3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 6.730559322 L4_control_B1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.899698896 L4_control_B2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.63561376 L4_control_B3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.618130832 L4_control_C2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.239497606 L4_control_C3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 6.072757925 L4_chemical_A1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.762774771 L4_chemical_A2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.984341456 L4_chemical_A3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 6.082920646 L4_chemical_B1 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 6.053378016 L4_chemical_B2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.815023543 L4_chemical_B3 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 6.085689201 L4_chemical_C2 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.690983901 L4_chemical_C3 +LQ02X015100 Predicted protein 5.768170185 C6_control_A1 +LQ02X015100 Predicted protein 6.517050365 C6_control_A3 +LQ02X015100 Predicted protein 5.360547118 C6_control_B1 +LQ02X015100 Predicted protein 5.229111171 C6_control_B2 +LQ02X015100 Predicted protein 5.351299749 C6_control_B3 +LQ02X015100 Predicted protein 5.107969903 C6_control_C1 +LQ02X015100 Predicted protein 4.973465416 C6_control_C2 +LQ02X015100 Predicted protein 4.920641071 C6_control_C3 +LQ02X015100 Predicted protein 5.299822367 C6_chemical_A1 +LQ02X015100 Predicted protein 5.63513507 C6_chemical_A3 +LQ02X015100 Predicted protein 5.67197767 C6_chemical_B1 +LQ02X015100 Predicted protein 4.9508688 C6_chemical_B2 +LQ02X015100 Predicted protein 5.421314064 C6_chemical_B3 +LQ02X015100 Predicted protein 5.082893052 C6_chemical_C1 +LQ02X015100 Predicted protein 5.126257209 C6_chemical_C2 +LQ02X015100 Predicted protein 5.124420507 C6_chemical_C3 +LQ02X015100 Predicted protein 5.344073696 L4_control_A1 +LQ02X015100 Predicted protein 5.965745397 L4_control_A2 +LQ02X015100 Predicted protein 6.592805501 L4_control_A3 +LQ02X015100 Predicted protein 5.425119403 L4_control_B1 +LQ02X015100 Predicted protein 5.515141852 L4_control_B2 +LQ02X015100 Predicted protein 5.461641821 L4_control_B3 +LQ02X015100 Predicted protein 4.807966141 L4_control_C2 +LQ02X015100 Predicted protein 5.696885328 L4_control_C3 +LQ02X015100 Predicted protein 5.359799925 L4_chemical_A1 +LQ02X015100 Predicted protein 5.597867683 L4_chemical_A2 +LQ02X015100 Predicted protein 6.644335322 L4_chemical_A3 +LQ02X015100 Predicted protein 5.525945541 L4_chemical_B1 +LQ02X015100 Predicted protein 5.639714804 L4_chemical_B2 +LQ02X015100 Predicted protein 5.266188136 L4_chemical_B3 +LQ02X015100 Predicted protein 5.464283742 L4_chemical_C2 +LQ02X015100 Predicted protein 5.245670133 L4_chemical_C3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.329170196 C6_control_A1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.706054742 C6_control_A3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.864943055 C6_control_B1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.283212854 C6_control_B2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.156761892 C6_control_B3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.339181937 C6_control_C1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.483161954 C6_control_C2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 8.61643572 C6_control_C3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.732155543 C6_chemical_A1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.6558751 C6_chemical_A3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 10.05290285 C6_chemical_B1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.6474933 C6_chemical_B2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.466670993 C6_chemical_B3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.440327788 C6_chemical_C1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.430252759 C6_chemical_C2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.272401604 C6_chemical_C3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 8.693408423 L4_control_A1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 8.893356434 L4_control_A2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 7.4075587 L4_control_A3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.371496618 L4_control_B1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.853955537 L4_control_B2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.371858967 L4_control_B3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.766708558 L4_control_C2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.737951576 L4_control_C3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 8.50790112 L4_chemical_A1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 8.907909986 L4_chemical_A2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 7.194381934 L4_chemical_A3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.126052004 L4_chemical_B1 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.262777406 L4_chemical_B2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.318025095 L4_chemical_B3 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 10.03725804 L4_chemical_C2 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.61259388 L4_chemical_C3 +LQ02X015170 Putative uncharacterized protein 12.56827629 C6_control_A1 +LQ02X015170 Putative uncharacterized protein 12.4689447 C6_control_A3 +LQ02X015170 Putative uncharacterized protein 12.23666797 C6_control_B1 +LQ02X015170 Putative uncharacterized protein 12.92323526 C6_control_B2 +LQ02X015170 Putative uncharacterized protein 12.04461768 C6_control_B3 +LQ02X015170 Putative uncharacterized protein 12.1595905 C6_control_C1 +LQ02X015170 Putative uncharacterized protein 12.61308584 C6_control_C2 +LQ02X015170 Putative uncharacterized protein 11.52185575 C6_control_C3 +LQ02X015170 Putative uncharacterized protein 12.74118705 C6_chemical_A1 +LQ02X015170 Putative uncharacterized protein 12.56270815 C6_chemical_A3 +LQ02X015170 Putative uncharacterized protein 12.24084255 C6_chemical_B1 +LQ02X015170 Putative uncharacterized protein 12.5121971 C6_chemical_B2 +LQ02X015170 Putative uncharacterized protein 11.63366409 C6_chemical_B3 +LQ02X015170 Putative uncharacterized protein 12.41603758 C6_chemical_C1 +LQ02X015170 Putative uncharacterized protein 12.48056055 C6_chemical_C2 +LQ02X015170 Putative uncharacterized protein 11.20186511 C6_chemical_C3 +LQ02X015170 Putative uncharacterized protein 12.62353774 L4_control_A1 +LQ02X015170 Putative uncharacterized protein 12.6686949 L4_control_A2 +LQ02X015170 Putative uncharacterized protein 12.78706621 L4_control_A3 +LQ02X015170 Putative uncharacterized protein 11.98305739 L4_control_B1 +LQ02X015170 Putative uncharacterized protein 12.42671877 L4_control_B2 +LQ02X015170 Putative uncharacterized protein 12.04980634 L4_control_B3 +LQ02X015170 Putative uncharacterized protein 12.53853333 L4_control_C2 +LQ02X015170 Putative uncharacterized protein 11.56188967 L4_control_C3 +LQ02X015170 Putative uncharacterized protein 12.43547194 L4_chemical_A1 +LQ02X015170 Putative uncharacterized protein 12.47290438 L4_chemical_A2 +LQ02X015170 Putative uncharacterized protein 12.51102723 L4_chemical_A3 +LQ02X015170 Putative uncharacterized protein 11.99126319 L4_chemical_B1 +LQ02X015170 Putative uncharacterized protein 12.6641576 L4_chemical_B2 +LQ02X015170 Putative uncharacterized protein 11.9678817 L4_chemical_B3 +LQ02X015170 Putative uncharacterized protein 12.78616068 L4_chemical_C2 +LQ02X015170 Putative uncharacterized protein 11.76981515 L4_chemical_C3 +LQ02X015220 Predicted protein 13.75340303 C6_control_A1 +LQ02X015220 Predicted protein 14.0981292 C6_control_A3 +LQ02X015220 Predicted protein 13.61746005 C6_control_B1 +LQ02X015220 Predicted protein 12.994526 C6_control_B2 +LQ02X015220 Predicted protein 13.43644516 C6_control_B3 +LQ02X015220 Predicted protein 12.09240065 C6_control_C1 +LQ02X015220 Predicted protein 12.01316765 C6_control_C2 +LQ02X015220 Predicted protein 11.96485182 C6_control_C3 +LQ02X015220 Predicted protein 13.58278136 C6_chemical_A1 +LQ02X015220 Predicted protein 13.79331769 C6_chemical_A3 +LQ02X015220 Predicted protein 13.67889251 C6_chemical_B1 +LQ02X015220 Predicted protein 12.77844654 C6_chemical_B2 +LQ02X015220 Predicted protein 12.93961937 C6_chemical_B3 +LQ02X015220 Predicted protein 12.01798984 C6_chemical_C1 +LQ02X015220 Predicted protein 12.16454462 C6_chemical_C2 +LQ02X015220 Predicted protein 11.8015908 C6_chemical_C3 +LQ02X015220 Predicted protein 14.12900657 L4_control_A1 +LQ02X015220 Predicted protein 14.0801755 L4_control_A2 +LQ02X015220 Predicted protein 14.09139741 L4_control_A3 +LQ02X015220 Predicted protein 13.84203646 L4_control_B1 +LQ02X015220 Predicted protein 13.68343477 L4_control_B2 +LQ02X015220 Predicted protein 13.01687238 L4_control_B3 +LQ02X015220 Predicted protein 12.593372 L4_control_C2 +LQ02X015220 Predicted protein 12.97747078 L4_control_C3 +LQ02X015220 Predicted protein 13.88241984 L4_chemical_A1 +LQ02X015220 Predicted protein 13.83115339 L4_chemical_A2 +LQ02X015220 Predicted protein 13.86782911 L4_chemical_A3 +LQ02X015220 Predicted protein 13.97690008 L4_chemical_B1 +LQ02X015220 Predicted protein 14.09064692 L4_chemical_B2 +LQ02X015220 Predicted protein 13.62381435 L4_chemical_B3 +LQ02X015220 Predicted protein 13.00168104 L4_chemical_C2 +LQ02X015220 Predicted protein 13.10169448 L4_chemical_C3 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.406802171 C6_control_A1 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.496990173 C6_control_A3 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.592753077 C6_control_B1 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.525354754 C6_control_B2 +LQ02X015280 Acetylglucosaminyltransferase, putative 9.005357336 C6_control_B3 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.44682245 C6_control_C1 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.944023458 C6_control_C2 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.509126889 C6_control_C3 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.703291173 C6_chemical_A1 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.403917536 C6_chemical_A3 +LQ02X015280 Acetylglucosaminyltransferase, putative 9.156262311 C6_chemical_B1 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.936672225 C6_chemical_B2 +LQ02X015280 Acetylglucosaminyltransferase, putative 9.433870925 C6_chemical_B3 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.794928949 C6_chemical_C1 +LQ02X015280 Acetylglucosaminyltransferase, putative 9.007996952 C6_chemical_C2 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.616105786 C6_chemical_C3 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.265135055 L4_control_A1 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.755861534 L4_control_A2 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.078999666 L4_control_A3 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.252926903 L4_control_B1 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.000039895 L4_control_B2 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.062764583 L4_control_B3 +LQ02X015280 Acetylglucosaminyltransferase, putative 6.570018813 L4_control_C2 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.5856707 L4_control_C3 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.125790335 L4_chemical_A1 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.338611306 L4_chemical_A2 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.712607442 L4_chemical_A3 +LQ02X015280 Acetylglucosaminyltransferase, putative 6.970521822 L4_chemical_B1 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.561685385 L4_chemical_B2 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.837885188 L4_chemical_B3 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.062142876 L4_chemical_C2 +LQ02X015280 Acetylglucosaminyltransferase, putative 7.995282033 L4_chemical_C3 +LQ02X015310 Protein ULTRAPETALA 1 6.297327442 C6_control_A1 +LQ02X015310 Protein ULTRAPETALA 1 7.050274667 C6_control_A3 +LQ02X015310 Protein ULTRAPETALA 1 6.184121863 C6_control_B1 +LQ02X015310 Protein ULTRAPETALA 1 5.40837533 C6_control_B2 +LQ02X015310 Protein ULTRAPETALA 1 6.309096012 C6_control_B3 +LQ02X015310 Protein ULTRAPETALA 1 5.496497496 C6_control_C1 +LQ02X015310 Protein ULTRAPETALA 1 5.907908722 C6_control_C2 +LQ02X015310 Protein ULTRAPETALA 1 5.361177601 C6_control_C3 +LQ02X015310 Protein ULTRAPETALA 1 5.576849219 C6_chemical_A1 +LQ02X015310 Protein ULTRAPETALA 1 5.640112172 C6_chemical_A3 +LQ02X015310 Protein ULTRAPETALA 1 5.492146927 C6_chemical_B1 +LQ02X015310 Protein ULTRAPETALA 1 5.606819137 C6_chemical_B2 +LQ02X015310 Protein ULTRAPETALA 1 5.551518599 C6_chemical_B3 +LQ02X015310 Protein ULTRAPETALA 1 5.768068681 C6_chemical_C1 +LQ02X015310 Protein ULTRAPETALA 1 5.144389551 C6_chemical_C2 +LQ02X015310 Protein ULTRAPETALA 1 5.094672892 C6_chemical_C3 +LQ02X015310 Protein ULTRAPETALA 1 5.717692609 L4_control_A1 +LQ02X015310 Protein ULTRAPETALA 1 5.528773299 L4_control_A2 +LQ02X015310 Protein ULTRAPETALA 1 5.755113723 L4_control_A3 +LQ02X015310 Protein ULTRAPETALA 1 5.822072329 L4_control_B1 +LQ02X015310 Protein ULTRAPETALA 1 5.769051082 L4_control_B2 +LQ02X015310 Protein ULTRAPETALA 1 5.369549678 L4_control_B3 +LQ02X015310 Protein ULTRAPETALA 1 5.237483353 L4_control_C2 +LQ02X015310 Protein ULTRAPETALA 1 6.230052014 L4_control_C3 +LQ02X015310 Protein ULTRAPETALA 1 5.585563824 L4_chemical_A1 +LQ02X015310 Protein ULTRAPETALA 1 5.430359176 L4_chemical_A2 +LQ02X015310 Protein ULTRAPETALA 1 5.590492246 L4_chemical_A3 +LQ02X015310 Protein ULTRAPETALA 1 5.56191448 L4_chemical_B1 +LQ02X015310 Protein ULTRAPETALA 1 5.832082421 L4_chemical_B2 +LQ02X015310 Protein ULTRAPETALA 1 5.531249871 L4_chemical_B3 +LQ02X015310 Protein ULTRAPETALA 1 5.224190869 L4_chemical_C2 +LQ02X015310 Protein ULTRAPETALA 1 6.029624529 L4_chemical_C3 +LQ02X015320 Putative uncharacterized protein 6.224820871 C6_control_A1 +LQ02X015320 Putative uncharacterized protein 7.176332413 C6_control_A3 +LQ02X015320 Putative uncharacterized protein 5.721225903 C6_control_B1 +LQ02X015320 Putative uncharacterized protein 5.785379768 C6_control_B2 +LQ02X015320 Putative uncharacterized protein 5.911033567 C6_control_B3 +LQ02X015320 Putative uncharacterized protein 6.238110309 C6_control_C1 +LQ02X015320 Putative uncharacterized protein 6.911177747 C6_control_C2 +LQ02X015320 Putative uncharacterized protein 5.751369284 C6_control_C3 +LQ02X015320 Putative uncharacterized protein 5.730879983 C6_chemical_A1 +LQ02X015320 Putative uncharacterized protein 5.67280894 C6_chemical_A3 +LQ02X015320 Putative uncharacterized protein 5.631629065 C6_chemical_B1 +LQ02X015320 Putative uncharacterized protein 5.638288141 C6_chemical_B2 +LQ02X015320 Putative uncharacterized protein 5.635651408 C6_chemical_B3 +LQ02X015320 Putative uncharacterized protein 5.842193327 C6_chemical_C1 +LQ02X015320 Putative uncharacterized protein 5.733154907 C6_chemical_C2 +LQ02X015320 Putative uncharacterized protein 5.644508125 C6_chemical_C3 +LQ02X015320 Putative uncharacterized protein 5.74858394 L4_control_A1 +LQ02X015320 Putative uncharacterized protein 5.945313333 L4_control_A2 +LQ02X015320 Putative uncharacterized protein 5.472080923 L4_control_A3 +LQ02X015320 Putative uncharacterized protein 5.416197532 L4_control_B1 +LQ02X015320 Putative uncharacterized protein 5.722322139 L4_control_B2 +LQ02X015320 Putative uncharacterized protein 5.613473789 L4_control_B3 +LQ02X015320 Putative uncharacterized protein 5.775728089 L4_control_C2 +LQ02X015320 Putative uncharacterized protein 6.392353515 L4_control_C3 +LQ02X015320 Putative uncharacterized protein 5.867324064 L4_chemical_A1 +LQ02X015320 Putative uncharacterized protein 5.699777029 L4_chemical_A2 +LQ02X015320 Putative uncharacterized protein 5.797734418 L4_chemical_A3 +LQ02X015320 Putative uncharacterized protein 5.50835098 L4_chemical_B1 +LQ02X015320 Putative uncharacterized protein 5.834718476 L4_chemical_B2 +LQ02X015320 Putative uncharacterized protein 5.574739687 L4_chemical_B3 +LQ02X015320 Putative uncharacterized protein 4.984360566 L4_chemical_C2 +LQ02X015320 Putative uncharacterized protein 5.904596944 L4_chemical_C3 +LQ02X015330 Predicted protein 9.683541974 C6_control_A1 +LQ02X015330 Predicted protein 10.06984395 C6_control_A3 +LQ02X015330 Predicted protein 9.023068776 C6_control_B1 +LQ02X015330 Predicted protein 6.857651673 C6_control_B2 +LQ02X015330 Predicted protein 8.464527963 C6_control_B3 +LQ02X015330 Predicted protein 6.174160101 C6_control_C1 +LQ02X015330 Predicted protein 5.325894507 C6_control_C2 +LQ02X015330 Predicted protein 5.970580677 C6_control_C3 +LQ02X015330 Predicted protein 9.044202831 C6_chemical_A1 +LQ02X015330 Predicted protein 9.008310791 C6_chemical_A3 +LQ02X015330 Predicted protein 8.002165317 C6_chemical_B1 +LQ02X015330 Predicted protein 6.583412217 C6_chemical_B2 +LQ02X015330 Predicted protein 7.904989282 C6_chemical_B3 +LQ02X015330 Predicted protein 5.286046647 C6_chemical_C1 +LQ02X015330 Predicted protein 6.013208445 C6_chemical_C2 +LQ02X015330 Predicted protein 5.920330959 C6_chemical_C3 +LQ02X015330 Predicted protein 9.92332978 L4_control_A1 +LQ02X015330 Predicted protein 10.42619113 L4_control_A2 +LQ02X015330 Predicted protein 10.69341245 L4_control_A3 +LQ02X015330 Predicted protein 7.432090812 L4_control_B1 +LQ02X015330 Predicted protein 8.990359005 L4_control_B2 +LQ02X015330 Predicted protein 6.76655769 L4_control_B3 +LQ02X015330 Predicted protein 6.187720425 L4_control_C2 +LQ02X015330 Predicted protein 6.201325854 L4_control_C3 +LQ02X015330 Predicted protein 8.890222362 L4_chemical_A1 +LQ02X015330 Predicted protein 8.836200925 L4_chemical_A2 +LQ02X015330 Predicted protein 10.42024958 L4_chemical_A3 +LQ02X015330 Predicted protein 8.403778712 L4_chemical_B1 +LQ02X015330 Predicted protein 9.374969435 L4_chemical_B2 +LQ02X015330 Predicted protein 9.020282371 L4_chemical_B3 +LQ02X015330 Predicted protein 6.051065039 L4_chemical_C2 +LQ02X015330 Predicted protein 5.767284539 L4_chemical_C3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.049598716 C6_control_A1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.0918963 C6_control_A3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.946924141 C6_control_B1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.199045835 C6_control_B2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.217299418 C6_control_B3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.785417965 C6_control_C1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.970337423 C6_control_C2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.618084274 C6_control_C3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.462796287 C6_chemical_A1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.969575291 C6_chemical_A3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.378271766 C6_chemical_B1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.096695789 C6_chemical_B2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.89615778 C6_chemical_B3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.06627569 C6_chemical_C1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.363694755 C6_chemical_C2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.249505763 C6_chemical_C3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.938931348 L4_control_A1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.14823002 L4_control_A2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.764351276 L4_control_A3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.274563965 L4_control_B1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.312823648 L4_control_B2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.141545283 L4_control_B3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.254798941 L4_control_C2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.160711612 L4_control_C3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.02983583 L4_chemical_A1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.988759386 L4_chemical_A2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.710071821 L4_chemical_A3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.866971687 L4_chemical_B1 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.597629236 L4_chemical_B2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.250573088 L4_chemical_B3 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.172584438 L4_chemical_C2 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.370740132 L4_chemical_C3 +LQ02X015400 Putative uncharacterized protein 5.691604786 C6_control_A1 +LQ02X015400 Putative uncharacterized protein 5.747840843 C6_control_A3 +LQ02X015400 Putative uncharacterized protein 5.543728204 C6_control_B1 +LQ02X015400 Putative uncharacterized protein 5.49630956 C6_control_B2 +LQ02X015400 Putative uncharacterized protein 5.621338129 C6_control_B3 +LQ02X015400 Putative uncharacterized protein 5.710661585 C6_control_C1 +LQ02X015400 Putative uncharacterized protein 5.671681887 C6_control_C2 +LQ02X015400 Putative uncharacterized protein 5.500045684 C6_control_C3 +LQ02X015400 Putative uncharacterized protein 5.643954217 C6_chemical_A1 +LQ02X015400 Putative uncharacterized protein 5.487723862 C6_chemical_A3 +LQ02X015400 Putative uncharacterized protein 5.655403061 C6_chemical_B1 +LQ02X015400 Putative uncharacterized protein 5.340705943 C6_chemical_B2 +LQ02X015400 Putative uncharacterized protein 5.711669153 C6_chemical_B3 +LQ02X015400 Putative uncharacterized protein 5.578288723 C6_chemical_C1 +LQ02X015400 Putative uncharacterized protein 5.617140882 C6_chemical_C2 +LQ02X015400 Putative uncharacterized protein 5.350652345 C6_chemical_C3 +LQ02X015400 Putative uncharacterized protein 5.668104906 L4_control_A1 +LQ02X015400 Putative uncharacterized protein 5.355272876 L4_control_A2 +LQ02X015400 Putative uncharacterized protein 5.590744127 L4_control_A3 +LQ02X015400 Putative uncharacterized protein 5.459798146 L4_control_B1 +LQ02X015400 Putative uncharacterized protein 4.998223711 L4_control_B2 +LQ02X015400 Putative uncharacterized protein 5.037718672 L4_control_B3 +LQ02X015400 Putative uncharacterized protein 5.221957234 L4_control_C2 +LQ02X015400 Putative uncharacterized protein 5.734490445 L4_control_C3 +LQ02X015400 Putative uncharacterized protein 5.464976345 L4_chemical_A1 +LQ02X015400 Putative uncharacterized protein 5.593729761 L4_chemical_A2 +LQ02X015400 Putative uncharacterized protein 5.599902522 L4_chemical_A3 +LQ02X015400 Putative uncharacterized protein 5.164488029 L4_chemical_B1 +LQ02X015400 Putative uncharacterized protein 5.372962708 L4_chemical_B2 +LQ02X015400 Putative uncharacterized protein 5.347551723 L4_chemical_B3 +LQ02X015400 Putative uncharacterized protein 5.30581668 L4_chemical_C2 +LQ02X015400 Putative uncharacterized protein 6.346613289 L4_chemical_C3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.144288272 C6_control_A1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.149797517 C6_control_A3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.358704291 C6_control_B1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.011207376 C6_control_B2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.352413352 C6_control_B3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.31683201 C6_control_C1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.312235358 C6_control_C2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.942708014 C6_control_C3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 4.971235255 C6_chemical_A1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.557359707 C6_chemical_A3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.291786061 C6_chemical_B1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 4.971420222 C6_chemical_B2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.168512499 C6_chemical_B3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.660067688 C6_chemical_C1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.271590068 C6_chemical_C2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 6.0324248 C6_chemical_C3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.096785307 L4_control_A1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.29819037 L4_control_A2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.650547617 L4_control_A3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.289016521 L4_control_B1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.239145618 L4_control_B2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.531593925 L4_control_B3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 6.768557882 L4_control_C2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.96864093 L4_control_C3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.543125685 L4_chemical_A1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.307174401 L4_chemical_A2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.10689343 L4_chemical_A3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.62124982 L4_chemical_B1 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.104599498 L4_chemical_B2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.508545249 L4_chemical_B3 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 6.256568484 L4_chemical_C2 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 5.360166438 L4_chemical_C3 +LQ02X015420 Putative uncharacterized protein 12.7899886 C6_control_A1 +LQ02X015420 Putative uncharacterized protein 13.03008631 C6_control_A3 +LQ02X015420 Putative uncharacterized protein 11.38146581 C6_control_B1 +LQ02X015420 Putative uncharacterized protein 10.63864319 C6_control_B2 +LQ02X015420 Putative uncharacterized protein 9.045379671 C6_control_B3 +LQ02X015420 Putative uncharacterized protein 8.47865969 C6_control_C1 +LQ02X015420 Putative uncharacterized protein 9.788563208 C6_control_C2 +LQ02X015420 Putative uncharacterized protein 9.614146635 C6_control_C3 +LQ02X015420 Putative uncharacterized protein 12.01552499 C6_chemical_A1 +LQ02X015420 Putative uncharacterized protein 12.45126844 C6_chemical_A3 +LQ02X015420 Putative uncharacterized protein 9.298348942 C6_chemical_B1 +LQ02X015420 Putative uncharacterized protein 8.797645995 C6_chemical_B2 +LQ02X015420 Putative uncharacterized protein 9.45103192 C6_chemical_B3 +LQ02X015420 Putative uncharacterized protein 8.031729938 C6_chemical_C1 +LQ02X015420 Putative uncharacterized protein 8.552093648 C6_chemical_C2 +LQ02X015420 Putative uncharacterized protein 8.604709915 C6_chemical_C3 +LQ02X015420 Putative uncharacterized protein 12.65508421 L4_control_A1 +LQ02X015420 Putative uncharacterized protein 13.2518109 L4_control_A2 +LQ02X015420 Putative uncharacterized protein 11.59247817 L4_control_A3 +LQ02X015420 Putative uncharacterized protein 7.739806052 L4_control_B1 +LQ02X015420 Putative uncharacterized protein 9.704739965 L4_control_B2 +LQ02X015420 Putative uncharacterized protein 8.91954081 L4_control_B3 +LQ02X015420 Putative uncharacterized protein 5.737336814 L4_control_C2 +LQ02X015420 Putative uncharacterized protein 5.219559069 L4_control_C3 +LQ02X015420 Putative uncharacterized protein 11.25113301 L4_chemical_A1 +LQ02X015420 Putative uncharacterized protein 10.70242778 L4_chemical_A2 +LQ02X015420 Putative uncharacterized protein 11.56872777 L4_chemical_A3 +LQ02X015420 Putative uncharacterized protein 9.054539849 L4_chemical_B1 +LQ02X015420 Putative uncharacterized protein 9.574301123 L4_chemical_B2 +LQ02X015420 Putative uncharacterized protein 12.27769213 L4_chemical_B3 +LQ02X015420 Putative uncharacterized protein 4.976059113 L4_chemical_C2 +LQ02X015420 Putative uncharacterized protein 5.677252764 L4_chemical_C3 +LQ02X015440 Putative uncharacterized protein 6.15507382 C6_control_A1 +LQ02X015440 Putative uncharacterized protein 5.703896843 C6_control_A3 +LQ02X015440 Putative uncharacterized protein 6.212237331 C6_control_B1 +LQ02X015440 Putative uncharacterized protein 6.170477721 C6_control_B2 +LQ02X015440 Putative uncharacterized protein 5.956806779 C6_control_B3 +LQ02X015440 Putative uncharacterized protein 6.692739009 C6_control_C1 +LQ02X015440 Putative uncharacterized protein 5.82603469 C6_control_C2 +LQ02X015440 Putative uncharacterized protein 6.580165181 C6_control_C3 +LQ02X015440 Putative uncharacterized protein 6.234777453 C6_chemical_A1 +LQ02X015440 Putative uncharacterized protein 6.493114648 C6_chemical_A3 +LQ02X015440 Putative uncharacterized protein 5.951643887 C6_chemical_B1 +LQ02X015440 Putative uncharacterized protein 6.342610005 C6_chemical_B2 +LQ02X015440 Putative uncharacterized protein 6.13522122 C6_chemical_B3 +LQ02X015440 Putative uncharacterized protein 6.257061987 C6_chemical_C1 +LQ02X015440 Putative uncharacterized protein 6.124664583 C6_chemical_C2 +LQ02X015440 Putative uncharacterized protein 6.11336419 C6_chemical_C3 +LQ02X015440 Putative uncharacterized protein 6.224344358 L4_control_A1 +LQ02X015440 Putative uncharacterized protein 6.23424598 L4_control_A2 +LQ02X015440 Putative uncharacterized protein 5.300420353 L4_control_A3 +LQ02X015440 Putative uncharacterized protein 5.599384447 L4_control_B1 +LQ02X015440 Putative uncharacterized protein 5.40297516 L4_control_B2 +LQ02X015440 Putative uncharacterized protein 6.106824319 L4_control_B3 +LQ02X015440 Putative uncharacterized protein 6.149032775 L4_control_C2 +LQ02X015440 Putative uncharacterized protein 5.864014797 L4_control_C3 +LQ02X015440 Putative uncharacterized protein 6.311406204 L4_chemical_A1 +LQ02X015440 Putative uncharacterized protein 6.509269171 L4_chemical_A2 +LQ02X015440 Putative uncharacterized protein 5.654913488 L4_chemical_A3 +LQ02X015440 Putative uncharacterized protein 5.631984531 L4_chemical_B1 +LQ02X015440 Putative uncharacterized protein 5.604911572 L4_chemical_B2 +LQ02X015440 Putative uncharacterized protein 6.207038313 L4_chemical_B3 +LQ02X015440 Putative uncharacterized protein 5.854877557 L4_chemical_C2 +LQ02X015440 Putative uncharacterized protein 5.731281254 L4_chemical_C3 +LQ02X015450 Putative MLP-like protein 423 7.779207395 C6_control_A1 +LQ02X015450 Putative MLP-like protein 423 6.753714514 C6_control_A3 +LQ02X015450 Putative MLP-like protein 423 8.193937057 C6_control_B1 +LQ02X015450 Putative MLP-like protein 423 8.711872362 C6_control_B2 +LQ02X015450 Putative MLP-like protein 423 8.804316374 C6_control_B3 +LQ02X015450 Putative MLP-like protein 423 11.54492569 C6_control_C1 +LQ02X015450 Putative MLP-like protein 423 11.70137558 C6_control_C2 +LQ02X015450 Putative MLP-like protein 423 11.40661695 C6_control_C3 +LQ02X015450 Putative MLP-like protein 423 7.645753904 C6_chemical_A1 +LQ02X015450 Putative MLP-like protein 423 7.437536763 C6_chemical_A3 +LQ02X015450 Putative MLP-like protein 423 7.820737205 C6_chemical_B1 +LQ02X015450 Putative MLP-like protein 423 8.367522937 C6_chemical_B2 +LQ02X015450 Putative MLP-like protein 423 8.277837169 C6_chemical_B3 +LQ02X015450 Putative MLP-like protein 423 11.5513722 C6_chemical_C1 +LQ02X015450 Putative MLP-like protein 423 11.8394402 C6_chemical_C2 +LQ02X015450 Putative MLP-like protein 423 11.84076559 C6_chemical_C3 +LQ02X015450 Putative MLP-like protein 423 7.756971078 L4_control_A1 +LQ02X015450 Putative MLP-like protein 423 7.900045248 L4_control_A2 +LQ02X015450 Putative MLP-like protein 423 7.14178254 L4_control_A3 +LQ02X015450 Putative MLP-like protein 423 9.051511211 L4_control_B1 +LQ02X015450 Putative MLP-like protein 423 7.69996119 L4_control_B2 +LQ02X015450 Putative MLP-like protein 423 9.428178038 L4_control_B3 +LQ02X015450 Putative MLP-like protein 423 12.61044792 L4_control_C2 +LQ02X015450 Putative MLP-like protein 423 12.48745242 L4_control_C3 +LQ02X015450 Putative MLP-like protein 423 8.36463006 L4_chemical_A1 +LQ02X015450 Putative MLP-like protein 423 8.487400823 L4_chemical_A2 +LQ02X015450 Putative MLP-like protein 423 7.702021908 L4_chemical_A3 +LQ02X015450 Putative MLP-like protein 423 7.847130201 L4_chemical_B1 +LQ02X015450 Putative MLP-like protein 423 8.230734615 L4_chemical_B2 +LQ02X015450 Putative MLP-like protein 423 8.007565432 L4_chemical_B3 +LQ02X015450 Putative MLP-like protein 423 12.93426617 L4_chemical_C2 +LQ02X015450 Putative MLP-like protein 423 12.61531993 L4_chemical_C3 +LQ02X015460 Two pore calcium channel protein 1 6.307970952 C6_control_A1 +LQ02X015460 Two pore calcium channel protein 1 6.110623268 C6_control_A3 +LQ02X015460 Two pore calcium channel protein 1 6.37308458 C6_control_B1 +LQ02X015460 Two pore calcium channel protein 1 5.173645863 C6_control_B2 +LQ02X015460 Two pore calcium channel protein 1 5.927117181 C6_control_B3 +LQ02X015460 Two pore calcium channel protein 1 5.720081138 C6_control_C1 +LQ02X015460 Two pore calcium channel protein 1 5.497493532 C6_control_C2 +LQ02X015460 Two pore calcium channel protein 1 5.58120173 C6_control_C3 +LQ02X015460 Two pore calcium channel protein 1 6.556243128 C6_chemical_A1 +LQ02X015460 Two pore calcium channel protein 1 6.721015513 C6_chemical_A3 +LQ02X015460 Two pore calcium channel protein 1 6.869630775 C6_chemical_B1 +LQ02X015460 Two pore calcium channel protein 1 5.612295454 C6_chemical_B2 +LQ02X015460 Two pore calcium channel protein 1 6.805671343 C6_chemical_B3 +LQ02X015460 Two pore calcium channel protein 1 6.008746078 C6_chemical_C1 +LQ02X015460 Two pore calcium channel protein 1 5.657587698 C6_chemical_C2 +LQ02X015460 Two pore calcium channel protein 1 6.692399314 C6_chemical_C3 +LQ02X015460 Two pore calcium channel protein 1 5.737093419 L4_control_A1 +LQ02X015460 Two pore calcium channel protein 1 5.042186903 L4_control_A2 +LQ02X015460 Two pore calcium channel protein 1 5.643921449 L4_control_A3 +LQ02X015460 Two pore calcium channel protein 1 5.290039599 L4_control_B1 +LQ02X015460 Two pore calcium channel protein 1 6.037664273 L4_control_B2 +LQ02X015460 Two pore calcium channel protein 1 5.648066406 L4_control_B3 +LQ02X015460 Two pore calcium channel protein 1 6.013593486 L4_control_C2 +LQ02X015460 Two pore calcium channel protein 1 5.575432495 L4_control_C3 +LQ02X015460 Two pore calcium channel protein 1 5.845459039 L4_chemical_A1 +LQ02X015460 Two pore calcium channel protein 1 5.609085854 L4_chemical_A2 +LQ02X015460 Two pore calcium channel protein 1 5.524227107 L4_chemical_A3 +LQ02X015460 Two pore calcium channel protein 1 6.016449926 L4_chemical_B1 +LQ02X015460 Two pore calcium channel protein 1 5.131571507 L4_chemical_B2 +LQ02X015460 Two pore calcium channel protein 1 5.512603778 L4_chemical_B3 +LQ02X015460 Two pore calcium channel protein 1 7.058950748 L4_chemical_C2 +LQ02X015460 Two pore calcium channel protein 1 6.304798259 L4_chemical_C3 +LQ02X015520 Predicted protein 6.176373448 C6_control_A1 +LQ02X015520 Predicted protein 5.66754211 C6_control_A3 +LQ02X015520 Predicted protein 5.93481564 C6_control_B1 +LQ02X015520 Predicted protein 5.732018401 C6_control_B2 +LQ02X015520 Predicted protein 5.987014547 C6_control_B3 +LQ02X015520 Predicted protein 5.608770468 C6_control_C1 +LQ02X015520 Predicted protein 5.767074141 C6_control_C2 +LQ02X015520 Predicted protein 5.824569616 C6_control_C3 +LQ02X015520 Predicted protein 5.908423013 C6_chemical_A1 +LQ02X015520 Predicted protein 5.696568562 C6_chemical_A3 +LQ02X015520 Predicted protein 6.011488242 C6_chemical_B1 +LQ02X015520 Predicted protein 5.924140473 C6_chemical_B2 +LQ02X015520 Predicted protein 5.927069522 C6_chemical_B3 +LQ02X015520 Predicted protein 5.489302908 C6_chemical_C1 +LQ02X015520 Predicted protein 6.010046074 C6_chemical_C2 +LQ02X015520 Predicted protein 5.87586242 C6_chemical_C3 +LQ02X015520 Predicted protein 5.755962152 L4_control_A1 +LQ02X015520 Predicted protein 6.187201939 L4_control_A2 +LQ02X015520 Predicted protein 6.745326156 L4_control_A3 +LQ02X015520 Predicted protein 5.4782736 L4_control_B1 +LQ02X015520 Predicted protein 6.138559171 L4_control_B2 +LQ02X015520 Predicted protein 5.825332099 L4_control_B3 +LQ02X015520 Predicted protein 5.919031697 L4_control_C2 +LQ02X015520 Predicted protein 5.577821041 L4_control_C3 +LQ02X015520 Predicted protein 5.451926049 L4_chemical_A1 +LQ02X015520 Predicted protein 5.868610195 L4_chemical_A2 +LQ02X015520 Predicted protein 6.751806405 L4_chemical_A3 +LQ02X015520 Predicted protein 5.466998091 L4_chemical_B1 +LQ02X015520 Predicted protein 6.22101214 L4_chemical_B2 +LQ02X015520 Predicted protein 5.743718033 L4_chemical_B3 +LQ02X015520 Predicted protein 5.894019733 L4_chemical_C2 +LQ02X015520 Predicted protein 6.180491098 L4_chemical_C3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.3232546 C6_control_A1 +LQ02X015600 Thioredoxin M-type, chloroplastic 6.369078869 C6_control_A3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.16342744 C6_control_B1 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.915616583 C6_control_B2 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.475835982 C6_control_B3 +LQ02X015600 Thioredoxin M-type, chloroplastic 6.109533924 C6_control_C1 +LQ02X015600 Thioredoxin M-type, chloroplastic 6.412513232 C6_control_C2 +LQ02X015600 Thioredoxin M-type, chloroplastic 6.533274068 C6_control_C3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.723382189 C6_chemical_A1 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.69406907 C6_chemical_A3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.442370782 C6_chemical_B1 +LQ02X015600 Thioredoxin M-type, chloroplastic 6.183208836 C6_chemical_B2 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.545341623 C6_chemical_B3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.958391852 C6_chemical_C1 +LQ02X015600 Thioredoxin M-type, chloroplastic 6.122715475 C6_chemical_C2 +LQ02X015600 Thioredoxin M-type, chloroplastic 6.763796899 C6_chemical_C3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.430074063 L4_control_A1 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.293077135 L4_control_A2 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.466426526 L4_control_A3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.755978852 L4_control_B1 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.206377937 L4_control_B2 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.392508932 L4_control_B3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.74498799 L4_control_C2 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.301613305 L4_control_C3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.346339222 L4_chemical_A1 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.39220488 L4_chemical_A2 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.609197847 L4_chemical_A3 +LQ02X015600 Thioredoxin M-type, chloroplastic 4.988262217 L4_chemical_B1 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.101360481 L4_chemical_B2 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.716450988 L4_chemical_B3 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.097578297 L4_chemical_C2 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.606363325 L4_chemical_C3 +LQ02X015610 Predicted protein 9.46144854 C6_control_A1 +LQ02X015610 Predicted protein 8.455176416 C6_control_A3 +LQ02X015610 Predicted protein 11.95707482 C6_control_B1 +LQ02X015610 Predicted protein 12.64709763 C6_control_B2 +LQ02X015610 Predicted protein 12.76183466 C6_control_B3 +LQ02X015610 Predicted protein 13.71347385 C6_control_C1 +LQ02X015610 Predicted protein 13.58671375 C6_control_C2 +LQ02X015610 Predicted protein 13.54153011 C6_control_C3 +LQ02X015610 Predicted protein 9.260105586 C6_chemical_A1 +LQ02X015610 Predicted protein 9.424822138 C6_chemical_A3 +LQ02X015610 Predicted protein 12.17817443 C6_chemical_B1 +LQ02X015610 Predicted protein 12.64184551 C6_chemical_B2 +LQ02X015610 Predicted protein 13.51143584 C6_chemical_B3 +LQ02X015610 Predicted protein 13.58405068 C6_chemical_C1 +LQ02X015610 Predicted protein 13.34965617 C6_chemical_C2 +LQ02X015610 Predicted protein 14.08590076 C6_chemical_C3 +LQ02X015610 Predicted protein 9.636409621 L4_control_A1 +LQ02X015610 Predicted protein 9.933587421 L4_control_A2 +LQ02X015610 Predicted protein 11.03442579 L4_control_A3 +LQ02X015610 Predicted protein 13.22466448 L4_control_B1 +LQ02X015610 Predicted protein 13.18611915 L4_control_B2 +LQ02X015610 Predicted protein 14.13634439 L4_control_B3 +LQ02X015610 Predicted protein 14.54102744 L4_control_C2 +LQ02X015610 Predicted protein 14.77068165 L4_control_C3 +LQ02X015610 Predicted protein 12.31330481 L4_chemical_A1 +LQ02X015610 Predicted protein 12.5635052 L4_chemical_A2 +LQ02X015610 Predicted protein 11.81106356 L4_chemical_A3 +LQ02X015610 Predicted protein 13.2033635 L4_chemical_B1 +LQ02X015610 Predicted protein 13.20768509 L4_chemical_B2 +LQ02X015610 Predicted protein 12.86065309 L4_chemical_B3 +LQ02X015610 Predicted protein 14.61418371 L4_chemical_C2 +LQ02X015610 Predicted protein 14.63495951 L4_chemical_C3 +LQ02X015630 Putative uncharacterized protein 5.106484046 C6_control_A1 +LQ02X015630 Putative uncharacterized protein 5.08706987 C6_control_A3 +LQ02X015630 Putative uncharacterized protein 5.886660657 C6_control_B1 +LQ02X015630 Putative uncharacterized protein 5.812533248 C6_control_B2 +LQ02X015630 Putative uncharacterized protein 5.175083214 C6_control_B3 +LQ02X015630 Putative uncharacterized protein 5.251550505 C6_control_C1 +LQ02X015630 Putative uncharacterized protein 5.620343484 C6_control_C2 +LQ02X015630 Putative uncharacterized protein 5.527223204 C6_control_C3 +LQ02X015630 Putative uncharacterized protein 4.914414349 C6_chemical_A1 +LQ02X015630 Putative uncharacterized protein 4.905769043 C6_chemical_A3 +LQ02X015630 Putative uncharacterized protein 5.218789589 C6_chemical_B1 +LQ02X015630 Putative uncharacterized protein 5.41915334 C6_chemical_B2 +LQ02X015630 Putative uncharacterized protein 5.212898582 C6_chemical_B3 +LQ02X015630 Putative uncharacterized protein 5.491483184 C6_chemical_C1 +LQ02X015630 Putative uncharacterized protein 5.723748817 C6_chemical_C2 +LQ02X015630 Putative uncharacterized protein 5.795505653 C6_chemical_C3 +LQ02X015630 Putative uncharacterized protein 4.72000715 L4_control_A1 +LQ02X015630 Putative uncharacterized protein 5.209032169 L4_control_A2 +LQ02X015630 Putative uncharacterized protein 5.388980494 L4_control_A3 +LQ02X015630 Putative uncharacterized protein 5.242398973 L4_control_B1 +LQ02X015630 Putative uncharacterized protein 4.931054236 L4_control_B2 +LQ02X015630 Putative uncharacterized protein 5.012021049 L4_control_B3 +LQ02X015630 Putative uncharacterized protein 5.747392943 L4_control_C2 +LQ02X015630 Putative uncharacterized protein 4.973523405 L4_control_C3 +LQ02X015630 Putative uncharacterized protein 5.068742765 L4_chemical_A1 +LQ02X015630 Putative uncharacterized protein 5.110772168 L4_chemical_A2 +LQ02X015630 Putative uncharacterized protein 5.242545956 L4_chemical_A3 +LQ02X015630 Putative uncharacterized protein 5.046324924 L4_chemical_B1 +LQ02X015630 Putative uncharacterized protein 5.321041331 L4_chemical_B2 +LQ02X015630 Putative uncharacterized protein 5.019254761 L4_chemical_B3 +LQ02X015630 Putative uncharacterized protein 5.30219647 L4_chemical_C2 +LQ02X015630 Putative uncharacterized protein 5.160683683 L4_chemical_C3 +LQ02X015670 Putative uncharacterized protein 5.722521623 C6_control_A1 +LQ02X015670 Putative uncharacterized protein 6.008975095 C6_control_A3 +LQ02X015670 Putative uncharacterized protein 6.508720076 C6_control_B1 +LQ02X015670 Putative uncharacterized protein 6.195025746 C6_control_B2 +LQ02X015670 Putative uncharacterized protein 6.137792874 C6_control_B3 +LQ02X015670 Putative uncharacterized protein 6.156539858 C6_control_C1 +LQ02X015670 Putative uncharacterized protein 6.729060278 C6_control_C2 +LQ02X015670 Putative uncharacterized protein 5.53195417 C6_control_C3 +LQ02X015670 Putative uncharacterized protein 5.432282634 C6_chemical_A1 +LQ02X015670 Putative uncharacterized protein 5.551373213 C6_chemical_A3 +LQ02X015670 Putative uncharacterized protein 5.958628616 C6_chemical_B1 +LQ02X015670 Putative uncharacterized protein 6.016861108 C6_chemical_B2 +LQ02X015670 Putative uncharacterized protein 5.90318584 C6_chemical_B3 +LQ02X015670 Putative uncharacterized protein 5.966924113 C6_chemical_C1 +LQ02X015670 Putative uncharacterized protein 5.750634427 C6_chemical_C2 +LQ02X015670 Putative uncharacterized protein 5.87848971 C6_chemical_C3 +LQ02X015670 Putative uncharacterized protein 5.686255019 L4_control_A1 +LQ02X015670 Putative uncharacterized protein 5.218486241 L4_control_A2 +LQ02X015670 Putative uncharacterized protein 5.394724389 L4_control_A3 +LQ02X015670 Putative uncharacterized protein 5.362230866 L4_control_B1 +LQ02X015670 Putative uncharacterized protein 5.208394582 L4_control_B2 +LQ02X015670 Putative uncharacterized protein 5.941067837 L4_control_B3 +LQ02X015670 Putative uncharacterized protein 6.005765759 L4_control_C2 +LQ02X015670 Putative uncharacterized protein 7.129859126 L4_control_C3 +LQ02X015670 Putative uncharacterized protein 5.224327542 L4_chemical_A1 +LQ02X015670 Putative uncharacterized protein 5.702189934 L4_chemical_A2 +LQ02X015670 Putative uncharacterized protein 5.326474937 L4_chemical_A3 +LQ02X015670 Putative uncharacterized protein 5.855150825 L4_chemical_B1 +LQ02X015670 Putative uncharacterized protein 5.157126852 L4_chemical_B2 +LQ02X015670 Putative uncharacterized protein 5.759966634 L4_chemical_B3 +LQ02X015670 Putative uncharacterized protein 6.19984855 L4_chemical_C2 +LQ02X015670 Putative uncharacterized protein 5.427275127 L4_chemical_C3 +LQ02X015700 Putative uncharacterized protein 5.845856577 C6_control_A1 +LQ02X015700 Putative uncharacterized protein 5.897922972 C6_control_A3 +LQ02X015700 Putative uncharacterized protein 5.541654269 C6_control_B1 +LQ02X015700 Putative uncharacterized protein 5.521194748 C6_control_B2 +LQ02X015700 Putative uncharacterized protein 5.56822665 C6_control_B3 +LQ02X015700 Putative uncharacterized protein 5.359407701 C6_control_C1 +LQ02X015700 Putative uncharacterized protein 5.52912206 C6_control_C2 +LQ02X015700 Putative uncharacterized protein 5.29408932 C6_control_C3 +LQ02X015700 Putative uncharacterized protein 5.828989873 C6_chemical_A1 +LQ02X015700 Putative uncharacterized protein 5.801570968 C6_chemical_A3 +LQ02X015700 Putative uncharacterized protein 5.168526036 C6_chemical_B1 +LQ02X015700 Putative uncharacterized protein 5.537015513 C6_chemical_B2 +LQ02X015700 Putative uncharacterized protein 5.66075872 C6_chemical_B3 +LQ02X015700 Putative uncharacterized protein 5.01951089 C6_chemical_C1 +LQ02X015700 Putative uncharacterized protein 5.543906984 C6_chemical_C2 +LQ02X015700 Putative uncharacterized protein 5.19066583 C6_chemical_C3 +LQ02X015700 Putative uncharacterized protein 5.488517253 L4_control_A1 +LQ02X015700 Putative uncharacterized protein 5.512895475 L4_control_A2 +LQ02X015700 Putative uncharacterized protein 6.399145945 L4_control_A3 +LQ02X015700 Putative uncharacterized protein 5.828231358 L4_control_B1 +LQ02X015700 Putative uncharacterized protein 6.110671537 L4_control_B2 +LQ02X015700 Putative uncharacterized protein 5.812836436 L4_control_B3 +LQ02X015700 Putative uncharacterized protein 5.291222693 L4_control_C2 +LQ02X015700 Putative uncharacterized protein 4.994073651 L4_control_C3 +LQ02X015700 Putative uncharacterized protein 5.170692152 L4_chemical_A1 +LQ02X015700 Putative uncharacterized protein 5.471941354 L4_chemical_A2 +LQ02X015700 Putative uncharacterized protein 5.867791357 L4_chemical_A3 +LQ02X015700 Putative uncharacterized protein 5.785696777 L4_chemical_B1 +LQ02X015700 Putative uncharacterized protein 6.494812764 L4_chemical_B2 +LQ02X015700 Putative uncharacterized protein 5.580088864 L4_chemical_B3 +LQ02X015700 Putative uncharacterized protein 5.107710637 L4_chemical_C2 +LQ02X015700 Putative uncharacterized protein 5.821138953 L4_chemical_C3 +LQ02X015740 Expansin-B3 14.08112322 C6_control_A1 +LQ02X015740 Expansin-B3 13.79927467 C6_control_A3 +LQ02X015740 Expansin-B3 13.99912754 C6_control_B1 +LQ02X015740 Expansin-B3 13.54600602 C6_control_B2 +LQ02X015740 Expansin-B3 13.20124088 C6_control_B3 +LQ02X015740 Expansin-B3 6.442360068 C6_control_C1 +LQ02X015740 Expansin-B3 5.891470108 C6_control_C2 +LQ02X015740 Expansin-B3 6.967486192 C6_control_C3 +LQ02X015740 Expansin-B3 14.45605262 C6_chemical_A1 +LQ02X015740 Expansin-B3 13.88323863 C6_chemical_A3 +LQ02X015740 Expansin-B3 14.14835009 C6_chemical_B1 +LQ02X015740 Expansin-B3 14.23056745 C6_chemical_B2 +LQ02X015740 Expansin-B3 13.35998696 C6_chemical_B3 +LQ02X015740 Expansin-B3 6.233097275 C6_chemical_C1 +LQ02X015740 Expansin-B3 6.010305902 C6_chemical_C2 +LQ02X015740 Expansin-B3 7.343089326 C6_chemical_C3 +LQ02X015740 Expansin-B3 14.22053174 L4_control_A1 +LQ02X015740 Expansin-B3 14.06257669 L4_control_A2 +LQ02X015740 Expansin-B3 14.13917976 L4_control_A3 +LQ02X015740 Expansin-B3 13.64091234 L4_control_B1 +LQ02X015740 Expansin-B3 13.14200717 L4_control_B2 +LQ02X015740 Expansin-B3 10.79877192 L4_control_B3 +LQ02X015740 Expansin-B3 5.709157975 L4_control_C2 +LQ02X015740 Expansin-B3 5.527199118 L4_control_C3 +LQ02X015740 Expansin-B3 12.52960764 L4_chemical_A1 +LQ02X015740 Expansin-B3 13.58887709 L4_chemical_A2 +LQ02X015740 Expansin-B3 13.60337907 L4_chemical_A3 +LQ02X015740 Expansin-B3 13.743318 L4_chemical_B1 +LQ02X015740 Expansin-B3 13.55769422 L4_chemical_B2 +LQ02X015740 Expansin-B3 14.27363543 L4_chemical_B3 +LQ02X015740 Expansin-B3 5.668932637 L4_chemical_C2 +LQ02X015740 Expansin-B3 5.155607165 L4_chemical_C3 +LQ02X015750 Putative Clathrin light chain B 6.494195646 C6_control_A1 +LQ02X015750 Putative Clathrin light chain B 6.228419695 C6_control_A3 +LQ02X015750 Putative Clathrin light chain B 6.948218064 C6_control_B1 +LQ02X015750 Putative Clathrin light chain B 8.651524525 C6_control_B2 +LQ02X015750 Putative Clathrin light chain B 7.185270513 C6_control_B3 +LQ02X015750 Putative Clathrin light chain B 6.988433107 C6_control_C1 +LQ02X015750 Putative Clathrin light chain B 6.520211367 C6_control_C2 +LQ02X015750 Putative Clathrin light chain B 6.623935607 C6_control_C3 +LQ02X015750 Putative Clathrin light chain B 6.73922095 C6_chemical_A1 +LQ02X015750 Putative Clathrin light chain B 6.762352704 C6_chemical_A3 +LQ02X015750 Putative Clathrin light chain B 6.833504412 C6_chemical_B1 +LQ02X015750 Putative Clathrin light chain B 8.635828574 C6_chemical_B2 +LQ02X015750 Putative Clathrin light chain B 7.260274958 C6_chemical_B3 +LQ02X015750 Putative Clathrin light chain B 6.580607548 C6_chemical_C1 +LQ02X015750 Putative Clathrin light chain B 6.468512316 C6_chemical_C2 +LQ02X015750 Putative Clathrin light chain B 6.518966755 C6_chemical_C3 +LQ02X015750 Putative Clathrin light chain B 6.777711987 L4_control_A1 +LQ02X015750 Putative Clathrin light chain B 6.243831444 L4_control_A2 +LQ02X015750 Putative Clathrin light chain B 6.29083716 L4_control_A3 +LQ02X015750 Putative Clathrin light chain B 7.493853546 L4_control_B1 +LQ02X015750 Putative Clathrin light chain B 7.009298028 L4_control_B2 +LQ02X015750 Putative Clathrin light chain B 9.052027185 L4_control_B3 +LQ02X015750 Putative Clathrin light chain B 6.187228097 L4_control_C2 +LQ02X015750 Putative Clathrin light chain B 6.342604809 L4_control_C3 +LQ02X015750 Putative Clathrin light chain B 6.653168466 L4_chemical_A1 +LQ02X015750 Putative Clathrin light chain B 6.179578369 L4_chemical_A2 +LQ02X015750 Putative Clathrin light chain B 6.740671981 L4_chemical_A3 +LQ02X015750 Putative Clathrin light chain B 6.626366967 L4_chemical_B1 +LQ02X015750 Putative Clathrin light chain B 7.093031705 L4_chemical_B2 +LQ02X015750 Putative Clathrin light chain B 8.043982039 L4_chemical_B3 +LQ02X015750 Putative Clathrin light chain B 6.133514224 L4_chemical_C2 +LQ02X015750 Putative Clathrin light chain B 6.76166448 L4_chemical_C3 +LQ02X015760 Putative LanC-like protein 2 11.69559728 C6_control_A1 +LQ02X015760 Putative LanC-like protein 2 11.73615884 C6_control_A3 +LQ02X015760 Putative LanC-like protein 2 11.80767951 C6_control_B1 +LQ02X015760 Putative LanC-like protein 2 11.48813899 C6_control_B2 +LQ02X015760 Putative LanC-like protein 2 11.71265725 C6_control_B3 +LQ02X015760 Putative LanC-like protein 2 12.66474328 C6_control_C1 +LQ02X015760 Putative LanC-like protein 2 12.39291588 C6_control_C2 +LQ02X015760 Putative LanC-like protein 2 12.3103958 C6_control_C3 +LQ02X015760 Putative LanC-like protein 2 11.82919783 C6_chemical_A1 +LQ02X015760 Putative LanC-like protein 2 11.98158049 C6_chemical_A3 +LQ02X015760 Putative LanC-like protein 2 11.93073496 C6_chemical_B1 +LQ02X015760 Putative LanC-like protein 2 11.64806197 C6_chemical_B2 +LQ02X015760 Putative LanC-like protein 2 12.07310592 C6_chemical_B3 +LQ02X015760 Putative LanC-like protein 2 12.80615997 C6_chemical_C1 +LQ02X015760 Putative LanC-like protein 2 12.73341967 C6_chemical_C2 +LQ02X015760 Putative LanC-like protein 2 12.60463344 C6_chemical_C3 +LQ02X015760 Putative LanC-like protein 2 11.53407318 L4_control_A1 +LQ02X015760 Putative LanC-like protein 2 11.9005939 L4_control_A2 +LQ02X015760 Putative LanC-like protein 2 11.76915562 L4_control_A3 +LQ02X015760 Putative LanC-like protein 2 12.07851179 L4_control_B1 +LQ02X015760 Putative LanC-like protein 2 11.73348202 L4_control_B2 +LQ02X015760 Putative LanC-like protein 2 11.82184011 L4_control_B3 +LQ02X015760 Putative LanC-like protein 2 12.96656931 L4_control_C2 +LQ02X015760 Putative LanC-like protein 2 13.13600228 L4_control_C3 +LQ02X015760 Putative LanC-like protein 2 12.53061465 L4_chemical_A1 +LQ02X015760 Putative LanC-like protein 2 12.98069488 L4_chemical_A2 +LQ02X015760 Putative LanC-like protein 2 12.51204869 L4_chemical_A3 +LQ02X015760 Putative LanC-like protein 2 12.62058833 L4_chemical_B1 +LQ02X015760 Putative LanC-like protein 2 12.29085201 L4_chemical_B2 +LQ02X015760 Putative LanC-like protein 2 11.69531835 L4_chemical_B3 +LQ02X015760 Putative LanC-like protein 2 13.21718014 L4_chemical_C2 +LQ02X015760 Putative LanC-like protein 2 13.39658036 L4_chemical_C3 +LQ02X015770 Putative Epoxide hydrolase 2 5.353305208 C6_control_A1 +LQ02X015770 Putative Epoxide hydrolase 2 5.519563736 C6_control_A3 +LQ02X015770 Putative Epoxide hydrolase 2 5.709446554 C6_control_B1 +LQ02X015770 Putative Epoxide hydrolase 2 5.585133331 C6_control_B2 +LQ02X015770 Putative Epoxide hydrolase 2 4.923351977 C6_control_B3 +LQ02X015770 Putative Epoxide hydrolase 2 5.124072936 C6_control_C1 +LQ02X015770 Putative Epoxide hydrolase 2 5.955506165 C6_control_C2 +LQ02X015770 Putative Epoxide hydrolase 2 5.017492647 C6_control_C3 +LQ02X015770 Putative Epoxide hydrolase 2 5.494243111 C6_chemical_A1 +LQ02X015770 Putative Epoxide hydrolase 2 5.090391877 C6_chemical_A3 +LQ02X015770 Putative Epoxide hydrolase 2 4.915807623 C6_chemical_B1 +LQ02X015770 Putative Epoxide hydrolase 2 5.368726087 C6_chemical_B2 +LQ02X015770 Putative Epoxide hydrolase 2 4.808528611 C6_chemical_B3 +LQ02X015770 Putative Epoxide hydrolase 2 5.278714935 C6_chemical_C1 +LQ02X015770 Putative Epoxide hydrolase 2 5.045600065 C6_chemical_C2 +LQ02X015770 Putative Epoxide hydrolase 2 5.24251221 C6_chemical_C3 +LQ02X015770 Putative Epoxide hydrolase 2 5.562765856 L4_control_A1 +LQ02X015770 Putative Epoxide hydrolase 2 5.225968387 L4_control_A2 +LQ02X015770 Putative Epoxide hydrolase 2 5.450368532 L4_control_A3 +LQ02X015770 Putative Epoxide hydrolase 2 5.363540701 L4_control_B1 +LQ02X015770 Putative Epoxide hydrolase 2 5.268619586 L4_control_B2 +LQ02X015770 Putative Epoxide hydrolase 2 4.782015407 L4_control_B3 +LQ02X015770 Putative Epoxide hydrolase 2 5.081000391 L4_control_C2 +LQ02X015770 Putative Epoxide hydrolase 2 5.266207794 L4_control_C3 +LQ02X015770 Putative Epoxide hydrolase 2 5.204097142 L4_chemical_A1 +LQ02X015770 Putative Epoxide hydrolase 2 5.186236449 L4_chemical_A2 +LQ02X015770 Putative Epoxide hydrolase 2 6.418051486 L4_chemical_A3 +LQ02X015770 Putative Epoxide hydrolase 2 5.204544963 L4_chemical_B1 +LQ02X015770 Putative Epoxide hydrolase 2 4.777574516 L4_chemical_B2 +LQ02X015770 Putative Epoxide hydrolase 2 5.579349026 L4_chemical_B3 +LQ02X015770 Putative Epoxide hydrolase 2 5.158978097 L4_chemical_C2 +LQ02X015770 Putative Epoxide hydrolase 2 5.020327795 L4_chemical_C3 +LQ02X015790 Probable polyol transporter 4 11.43050035 C6_control_A1 +LQ02X015790 Probable polyol transporter 4 11.252955 C6_control_A3 +LQ02X015790 Probable polyol transporter 4 11.59580979 C6_control_B1 +LQ02X015790 Probable polyol transporter 4 12.55407816 C6_control_B2 +LQ02X015790 Probable polyol transporter 4 11.74091246 C6_control_B3 +LQ02X015790 Probable polyol transporter 4 11.48867336 C6_control_C1 +LQ02X015790 Probable polyol transporter 4 11.97262496 C6_control_C2 +LQ02X015790 Probable polyol transporter 4 11.7723939 C6_control_C3 +LQ02X015790 Probable polyol transporter 4 11.33035628 C6_chemical_A1 +LQ02X015790 Probable polyol transporter 4 11.05026032 C6_chemical_A3 +LQ02X015790 Probable polyol transporter 4 11.51637078 C6_chemical_B1 +LQ02X015790 Probable polyol transporter 4 12.34857143 C6_chemical_B2 +LQ02X015790 Probable polyol transporter 4 11.57296119 C6_chemical_B3 +LQ02X015790 Probable polyol transporter 4 11.31457535 C6_chemical_C1 +LQ02X015790 Probable polyol transporter 4 11.61257382 C6_chemical_C2 +LQ02X015790 Probable polyol transporter 4 11.85047934 C6_chemical_C3 +LQ02X015790 Probable polyol transporter 4 11.29693521 L4_control_A1 +LQ02X015790 Probable polyol transporter 4 11.76159476 L4_control_A2 +LQ02X015790 Probable polyol transporter 4 10.55264822 L4_control_A3 +LQ02X015790 Probable polyol transporter 4 11.701759 L4_control_B1 +LQ02X015790 Probable polyol transporter 4 11.12924653 L4_control_B2 +LQ02X015790 Probable polyol transporter 4 12.1716104 L4_control_B3 +LQ02X015790 Probable polyol transporter 4 10.66636435 L4_control_C2 +LQ02X015790 Probable polyol transporter 4 10.62503072 L4_control_C3 +LQ02X015790 Probable polyol transporter 4 11.3698465 L4_chemical_A1 +LQ02X015790 Probable polyol transporter 4 11.58322192 L4_chemical_A2 +LQ02X015790 Probable polyol transporter 4 10.83224956 L4_chemical_A3 +LQ02X015790 Probable polyol transporter 4 11.35593794 L4_chemical_B1 +LQ02X015790 Probable polyol transporter 4 10.96125352 L4_chemical_B2 +LQ02X015790 Probable polyol transporter 4 11.38904046 L4_chemical_B3 +LQ02X015790 Probable polyol transporter 4 10.48321554 L4_chemical_C2 +LQ02X015790 Probable polyol transporter 4 10.92757124 L4_chemical_C3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.486621619 C6_control_A1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 7.627416422 C6_control_A3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 7.769082108 C6_control_B1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.177264837 C6_control_B2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 7.993795468 C6_control_B3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.809691409 C6_control_C1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.45158702 C6_control_C2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.080071123 C6_control_C3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.830534696 C6_chemical_A1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.598604725 C6_chemical_A3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.534871371 C6_chemical_B1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.276609208 C6_chemical_B2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.617270652 C6_chemical_B3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 10.08295518 C6_chemical_C1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 10.09730949 C6_chemical_C2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 10.12251968 C6_chemical_C3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.806428628 L4_control_A1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.683669553 L4_control_A2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.466974573 L4_control_A3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.458306029 L4_control_B1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.846854818 L4_control_B2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.581769156 L4_control_B3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.01275025 L4_control_C2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 10.05213598 L4_control_C3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.888597642 L4_chemical_A1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.207129608 L4_chemical_A2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.405389965 L4_chemical_A3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.171548142 L4_chemical_B1 +LQ02X015800 Putative Pre-mRNA-processing factor 6 7.696669253 L4_chemical_B2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.007312733 L4_chemical_B3 +LQ02X015800 Putative Pre-mRNA-processing factor 6 9.016521148 L4_chemical_C2 +LQ02X015800 Putative Pre-mRNA-processing factor 6 10.26189743 L4_chemical_C3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.771185314 C6_control_A1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.871930069 C6_control_A3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.317483902 C6_control_B1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.670780947 C6_control_B2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.795321754 C6_control_B3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.089716413 C6_control_C1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.63549784 C6_control_C2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 7.24713464 C6_control_C3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 7.185506336 C6_chemical_A1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 8.110743923 C6_chemical_A3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.474693981 C6_chemical_B1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.88056739 C6_chemical_B2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.890239843 C6_chemical_B3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.731792084 C6_chemical_C1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.487024257 C6_chemical_C2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 9.040955076 C6_chemical_C3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 7.513945091 L4_control_A1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.822192055 L4_control_A2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.054318553 L4_control_A3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.094357489 L4_control_B1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 8.133465587 L4_control_B2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.44064553 L4_control_B3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 10.08797802 L4_control_C2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.100862919 L4_control_C3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.762048747 L4_chemical_A1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.097272421 L4_chemical_A2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.84008504 L4_chemical_A3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.408348671 L4_chemical_B1 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.244967449 L4_chemical_B2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.384768793 L4_chemical_B3 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 6.09194427 L4_chemical_C2 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 5.556392658 L4_chemical_C3 +LQ02X016050 Hypothetical protein 8.137708503 C6_control_A1 +LQ02X016050 Hypothetical protein 6.347179968 C6_control_A3 +LQ02X016050 Hypothetical protein 8.507656548 C6_control_B1 +LQ02X016050 Hypothetical protein 6.9280528 C6_control_B2 +LQ02X016050 Hypothetical protein 6.845910651 C6_control_B3 +LQ02X016050 Hypothetical protein 5.279488842 C6_control_C1 +LQ02X016050 Hypothetical protein 5.299318292 C6_control_C2 +LQ02X016050 Hypothetical protein 5.628086513 C6_control_C3 +LQ02X016050 Hypothetical protein 8.053590683 C6_chemical_A1 +LQ02X016050 Hypothetical protein 7.929984162 C6_chemical_A3 +LQ02X016050 Hypothetical protein 8.072341029 C6_chemical_B1 +LQ02X016050 Hypothetical protein 7.219561811 C6_chemical_B2 +LQ02X016050 Hypothetical protein 6.458675498 C6_chemical_B3 +LQ02X016050 Hypothetical protein 5.479783679 C6_chemical_C1 +LQ02X016050 Hypothetical protein 5.08426678 C6_chemical_C2 +LQ02X016050 Hypothetical protein 5.247210102 C6_chemical_C3 +LQ02X016050 Hypothetical protein 8.301094396 L4_control_A1 +LQ02X016050 Hypothetical protein 8.372047645 L4_control_A2 +LQ02X016050 Hypothetical protein 6.722041832 L4_control_A3 +LQ02X016050 Hypothetical protein 7.88908901 L4_control_B1 +LQ02X016050 Hypothetical protein 8.940949012 L4_control_B2 +LQ02X016050 Hypothetical protein 7.340364307 L4_control_B3 +LQ02X016050 Hypothetical protein 5.8505864 L4_control_C2 +LQ02X016050 Hypothetical protein 5.832612594 L4_control_C3 +LQ02X016050 Hypothetical protein 8.317546473 L4_chemical_A1 +LQ02X016050 Hypothetical protein 8.31593594 L4_chemical_A2 +LQ02X016050 Hypothetical protein 6.823441646 L4_chemical_A3 +LQ02X016050 Hypothetical protein 7.874647641 L4_chemical_B1 +LQ02X016050 Hypothetical protein 8.964798136 L4_chemical_B2 +LQ02X016050 Hypothetical protein 7.57085573 L4_chemical_B3 +LQ02X016050 Hypothetical protein 5.80626326 L4_chemical_C2 +LQ02X016050 Hypothetical protein 5.977530416 L4_chemical_C3 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.50405589 C6_control_A1 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.2171646 C6_control_A3 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.98170742 C6_control_B1 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.09886677 C6_control_B2 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.27904673 C6_control_B3 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.19678861 C6_control_C1 +LQ02X016090 Putative Uncharacterized protein C14orf138 9.908337418 C6_control_C2 +LQ02X016090 Putative Uncharacterized protein C14orf138 9.989085183 C6_control_C3 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.50575535 C6_chemical_A1 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.49724201 C6_chemical_A3 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.00831043 C6_chemical_B1 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.02317581 C6_chemical_B2 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.006153 C6_chemical_B3 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.16497104 C6_chemical_C1 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.05846903 C6_chemical_C2 +LQ02X016090 Putative Uncharacterized protein C14orf138 9.742465812 C6_chemical_C3 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.45419996 L4_control_A1 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.04701829 L4_control_A2 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.97048277 L4_control_A3 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.35683724 L4_control_B1 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.59180262 L4_control_B2 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.09021401 L4_control_B3 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.66411282 L4_control_C2 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.29859513 L4_control_C3 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.77866223 L4_chemical_A1 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.97191887 L4_chemical_A2 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.87880732 L4_chemical_A3 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.50646627 L4_chemical_B1 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.68625784 L4_chemical_B2 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.31482248 L4_chemical_B3 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.80491551 L4_chemical_C2 +LQ02X016090 Putative Uncharacterized protein C14orf138 11.13715501 L4_chemical_C3 +LQ02X016110 Putative uncharacterized protein 5.665679591 C6_control_A1 +LQ02X016110 Putative uncharacterized protein 5.572106591 C6_control_A3 +LQ02X016110 Putative uncharacterized protein 5.282387575 C6_control_B1 +LQ02X016110 Putative uncharacterized protein 5.420246645 C6_control_B2 +LQ02X016110 Putative uncharacterized protein 5.620767256 C6_control_B3 +LQ02X016110 Putative uncharacterized protein 5.487215673 C6_control_C1 +LQ02X016110 Putative uncharacterized protein 5.314020622 C6_control_C2 +LQ02X016110 Putative uncharacterized protein 5.543254902 C6_control_C3 +LQ02X016110 Putative uncharacterized protein 5.733373743 C6_chemical_A1 +LQ02X016110 Putative uncharacterized protein 5.355730899 C6_chemical_A3 +LQ02X016110 Putative uncharacterized protein 5.445043135 C6_chemical_B1 +LQ02X016110 Putative uncharacterized protein 5.678096053 C6_chemical_B2 +LQ02X016110 Putative uncharacterized protein 5.923417058 C6_chemical_B3 +LQ02X016110 Putative uncharacterized protein 5.278453667 C6_chemical_C1 +LQ02X016110 Putative uncharacterized protein 5.475705007 C6_chemical_C2 +LQ02X016110 Putative uncharacterized protein 5.394525759 C6_chemical_C3 +LQ02X016110 Putative uncharacterized protein 5.489533966 L4_control_A1 +LQ02X016110 Putative uncharacterized protein 5.673633977 L4_control_A2 +LQ02X016110 Putative uncharacterized protein 5.637559678 L4_control_A3 +LQ02X016110 Putative uncharacterized protein 5.735631356 L4_control_B1 +LQ02X016110 Putative uncharacterized protein 5.420323294 L4_control_B2 +LQ02X016110 Putative uncharacterized protein 5.229572405 L4_control_B3 +LQ02X016110 Putative uncharacterized protein 5.102894863 L4_control_C2 +LQ02X016110 Putative uncharacterized protein 5.486333723 L4_control_C3 +LQ02X016110 Putative uncharacterized protein 5.601011051 L4_chemical_A1 +LQ02X016110 Putative uncharacterized protein 5.88333462 L4_chemical_A2 +LQ02X016110 Putative uncharacterized protein 5.697405468 L4_chemical_A3 +LQ02X016110 Putative uncharacterized protein 5.776918958 L4_chemical_B1 +LQ02X016110 Putative uncharacterized protein 5.467047406 L4_chemical_B2 +LQ02X016110 Putative uncharacterized protein 5.531492539 L4_chemical_B3 +LQ02X016110 Putative uncharacterized protein 5.445909706 L4_chemical_C2 +LQ02X016110 Putative uncharacterized protein 5.428616506 L4_chemical_C3 +LQ02X016120 Putative uncharacterized protein 10.552705 C6_control_A1 +LQ02X016120 Putative uncharacterized protein 10.84500018 C6_control_A3 +LQ02X016120 Putative uncharacterized protein 10.19738084 C6_control_B1 +LQ02X016120 Putative uncharacterized protein 10.39115216 C6_control_B2 +LQ02X016120 Putative uncharacterized protein 10.1874481 C6_control_B3 +LQ02X016120 Putative uncharacterized protein 10.68753136 C6_control_C1 +LQ02X016120 Putative uncharacterized protein 10.69369428 C6_control_C2 +LQ02X016120 Putative uncharacterized protein 10.66821162 C6_control_C3 +LQ02X016120 Putative uncharacterized protein 10.42484692 C6_chemical_A1 +LQ02X016120 Putative uncharacterized protein 10.59475475 C6_chemical_A3 +LQ02X016120 Putative uncharacterized protein 10.05309528 C6_chemical_B1 +LQ02X016120 Putative uncharacterized protein 10.40828715 C6_chemical_B2 +LQ02X016120 Putative uncharacterized protein 10.25396163 C6_chemical_B3 +LQ02X016120 Putative uncharacterized protein 10.67663986 C6_chemical_C1 +LQ02X016120 Putative uncharacterized protein 10.73852774 C6_chemical_C2 +LQ02X016120 Putative uncharacterized protein 10.76467343 C6_chemical_C3 +LQ02X016120 Putative uncharacterized protein 9.917907622 L4_control_A1 +LQ02X016120 Putative uncharacterized protein 10.5829608 L4_control_A2 +LQ02X016120 Putative uncharacterized protein 10.31700048 L4_control_A3 +LQ02X016120 Putative uncharacterized protein 9.819600057 L4_control_B1 +LQ02X016120 Putative uncharacterized protein 10.07301506 L4_control_B2 +LQ02X016120 Putative uncharacterized protein 10.63450049 L4_control_B3 +LQ02X016120 Putative uncharacterized protein 10.8418326 L4_control_C2 +LQ02X016120 Putative uncharacterized protein 10.93870114 L4_control_C3 +LQ02X016120 Putative uncharacterized protein 10.36238024 L4_chemical_A1 +LQ02X016120 Putative uncharacterized protein 10.69199843 L4_chemical_A2 +LQ02X016120 Putative uncharacterized protein 10.13751052 L4_chemical_A3 +LQ02X016120 Putative uncharacterized protein 9.712158007 L4_chemical_B1 +LQ02X016120 Putative uncharacterized protein 10.00180429 L4_chemical_B2 +LQ02X016120 Putative uncharacterized protein 10.00251447 L4_chemical_B3 +LQ02X016120 Putative uncharacterized protein 10.55565333 L4_chemical_C2 +LQ02X016120 Putative uncharacterized protein 10.94229529 L4_chemical_C3 +LQ02X016130 Glutaredoxin-C9 10.51943864 C6_control_A1 +LQ02X016130 Glutaredoxin-C9 11.81664959 C6_control_A3 +LQ02X016130 Glutaredoxin-C9 11.314154 C6_control_B1 +LQ02X016130 Glutaredoxin-C9 11.84825973 C6_control_B2 +LQ02X016130 Glutaredoxin-C9 12.99178752 C6_control_B3 +LQ02X016130 Glutaredoxin-C9 10.33372882 C6_control_C1 +LQ02X016130 Glutaredoxin-C9 11.24020792 C6_control_C2 +LQ02X016130 Glutaredoxin-C9 11.16192664 C6_control_C3 +LQ02X016130 Glutaredoxin-C9 9.647909839 C6_chemical_A1 +LQ02X016130 Glutaredoxin-C9 11.85415836 C6_chemical_A3 +LQ02X016130 Glutaredoxin-C9 11.00688658 C6_chemical_B1 +LQ02X016130 Glutaredoxin-C9 12.06165186 C6_chemical_B2 +LQ02X016130 Glutaredoxin-C9 13.35637787 C6_chemical_B3 +LQ02X016130 Glutaredoxin-C9 10.67292982 C6_chemical_C1 +LQ02X016130 Glutaredoxin-C9 11.1468682 C6_chemical_C2 +LQ02X016130 Glutaredoxin-C9 12.90619819 C6_chemical_C3 +LQ02X016130 Glutaredoxin-C9 10.41143536 L4_control_A1 +LQ02X016130 Glutaredoxin-C9 11.66890026 L4_control_A2 +LQ02X016130 Glutaredoxin-C9 10.86414613 L4_control_A3 +LQ02X016130 Glutaredoxin-C9 12.02572785 L4_control_B1 +LQ02X016130 Glutaredoxin-C9 12.50453908 L4_control_B2 +LQ02X016130 Glutaredoxin-C9 13.72951878 L4_control_B3 +LQ02X016130 Glutaredoxin-C9 11.75286258 L4_control_C2 +LQ02X016130 Glutaredoxin-C9 12.42127901 L4_control_C3 +LQ02X016130 Glutaredoxin-C9 10.29070603 L4_chemical_A1 +LQ02X016130 Glutaredoxin-C9 10.87098948 L4_chemical_A2 +LQ02X016130 Glutaredoxin-C9 10.97512363 L4_chemical_A3 +LQ02X016130 Glutaredoxin-C9 11.63290774 L4_chemical_B1 +LQ02X016130 Glutaredoxin-C9 11.8048862 L4_chemical_B2 +LQ02X016130 Glutaredoxin-C9 12.13308348 L4_chemical_B3 +LQ02X016130 Glutaredoxin-C9 11.69480581 L4_chemical_C2 +LQ02X016130 Glutaredoxin-C9 12.02886355 L4_chemical_C3 +LQ02X016150 Prohibitin-2 12.93652652 C6_control_A1 +LQ02X016150 Prohibitin-2 13.38190698 C6_control_A3 +LQ02X016150 Prohibitin-2 11.90804128 C6_control_B1 +LQ02X016150 Prohibitin-2 12.47766255 C6_control_B2 +LQ02X016150 Prohibitin-2 11.8804763 C6_control_B3 +LQ02X016150 Prohibitin-2 12.33116948 C6_control_C1 +LQ02X016150 Prohibitin-2 12.35856758 C6_control_C2 +LQ02X016150 Prohibitin-2 12.26749903 C6_control_C3 +LQ02X016150 Prohibitin-2 12.65042779 C6_chemical_A1 +LQ02X016150 Prohibitin-2 13.11621635 C6_chemical_A3 +LQ02X016150 Prohibitin-2 11.32517824 C6_chemical_B1 +LQ02X016150 Prohibitin-2 11.93016156 C6_chemical_B2 +LQ02X016150 Prohibitin-2 11.73462915 C6_chemical_B3 +LQ02X016150 Prohibitin-2 12.08361684 C6_chemical_C1 +LQ02X016150 Prohibitin-2 12.21653453 C6_chemical_C2 +LQ02X016150 Prohibitin-2 11.89156772 C6_chemical_C3 +LQ02X016150 Prohibitin-2 13.45955978 L4_control_A1 +LQ02X016150 Prohibitin-2 13.2789194 L4_control_A2 +LQ02X016150 Prohibitin-2 13.45550956 L4_control_A3 +LQ02X016150 Prohibitin-2 11.49385875 L4_control_B1 +LQ02X016150 Prohibitin-2 12.11455397 L4_control_B2 +LQ02X016150 Prohibitin-2 12.40035765 L4_control_B3 +LQ02X016150 Prohibitin-2 12.5731167 L4_control_C2 +LQ02X016150 Prohibitin-2 12.61851229 L4_control_C3 +LQ02X016150 Prohibitin-2 12.84258042 L4_chemical_A1 +LQ02X016150 Prohibitin-2 12.65273295 L4_chemical_A2 +LQ02X016150 Prohibitin-2 12.94258217 L4_chemical_A3 +LQ02X016150 Prohibitin-2 11.6103398 L4_chemical_B1 +LQ02X016150 Prohibitin-2 11.65389117 L4_chemical_B2 +LQ02X016150 Prohibitin-2 12.36926672 L4_chemical_B3 +LQ02X016150 Prohibitin-2 12.38546522 L4_chemical_C2 +LQ02X016150 Prohibitin-2 12.16841217 L4_chemical_C3 +LQ02X016160 Putative uncharacterized protein 12.10293283 C6_control_A1 +LQ02X016160 Putative uncharacterized protein 11.7397718 C6_control_A3 +LQ02X016160 Putative uncharacterized protein 11.83072211 C6_control_B1 +LQ02X016160 Putative uncharacterized protein 11.39711791 C6_control_B2 +LQ02X016160 Putative uncharacterized protein 11.49410493 C6_control_B3 +LQ02X016160 Putative uncharacterized protein 11.13691885 C6_control_C1 +LQ02X016160 Putative uncharacterized protein 10.72538669 C6_control_C2 +LQ02X016160 Putative uncharacterized protein 11.05094291 C6_control_C3 +LQ02X016160 Putative uncharacterized protein 12.33649908 C6_chemical_A1 +LQ02X016160 Putative uncharacterized protein 12.15115248 C6_chemical_A3 +LQ02X016160 Putative uncharacterized protein 12.0137665 C6_chemical_B1 +LQ02X016160 Putative uncharacterized protein 11.33377577 C6_chemical_B2 +LQ02X016160 Putative uncharacterized protein 11.55424442 C6_chemical_B3 +LQ02X016160 Putative uncharacterized protein 10.98046354 C6_chemical_C1 +LQ02X016160 Putative uncharacterized protein 10.9242059 C6_chemical_C2 +LQ02X016160 Putative uncharacterized protein 11.55037597 C6_chemical_C3 +LQ02X016160 Putative uncharacterized protein 12.68852175 L4_control_A1 +LQ02X016160 Putative uncharacterized protein 12.53428502 L4_control_A2 +LQ02X016160 Putative uncharacterized protein 12.62405478 L4_control_A3 +LQ02X016160 Putative uncharacterized protein 11.93269586 L4_control_B1 +LQ02X016160 Putative uncharacterized protein 12.12745436 L4_control_B2 +LQ02X016160 Putative uncharacterized protein 10.95632366 L4_control_B3 +LQ02X016160 Putative uncharacterized protein 11.47125162 L4_control_C2 +LQ02X016160 Putative uncharacterized protein 11.31682578 L4_control_C3 +LQ02X016160 Putative uncharacterized protein 12.66966408 L4_chemical_A1 +LQ02X016160 Putative uncharacterized protein 12.58804754 L4_chemical_A2 +LQ02X016160 Putative uncharacterized protein 12.74358138 L4_chemical_A3 +LQ02X016160 Putative uncharacterized protein 12.46561585 L4_chemical_B1 +LQ02X016160 Putative uncharacterized protein 12.21326807 L4_chemical_B2 +LQ02X016160 Putative uncharacterized protein 11.7570477 L4_chemical_B3 +LQ02X016160 Putative uncharacterized protein 11.33957594 L4_chemical_C2 +LQ02X016160 Putative uncharacterized protein 11.1888883 L4_chemical_C3 +LQ02X016250 Potassium transporter 5 4.977607504 C6_control_A1 +LQ02X016250 Potassium transporter 5 4.959089587 C6_control_A3 +LQ02X016250 Potassium transporter 5 4.944816755 C6_control_B1 +LQ02X016250 Potassium transporter 5 4.896226196 C6_control_B2 +LQ02X016250 Potassium transporter 5 4.868578016 C6_control_B3 +LQ02X016250 Potassium transporter 5 4.592479829 C6_control_C1 +LQ02X016250 Potassium transporter 5 4.468573132 C6_control_C2 +LQ02X016250 Potassium transporter 5 4.751103843 C6_control_C3 +LQ02X016250 Potassium transporter 5 4.822065607 C6_chemical_A1 +LQ02X016250 Potassium transporter 5 5.039277354 C6_chemical_A3 +LQ02X016250 Potassium transporter 5 4.851505172 C6_chemical_B1 +LQ02X016250 Potassium transporter 5 4.711152324 C6_chemical_B2 +LQ02X016250 Potassium transporter 5 4.773696051 C6_chemical_B3 +LQ02X016250 Potassium transporter 5 4.792088658 C6_chemical_C1 +LQ02X016250 Potassium transporter 5 4.60170601 C6_chemical_C2 +LQ02X016250 Potassium transporter 5 4.545351377 C6_chemical_C3 +LQ02X016250 Potassium transporter 5 5.057781034 L4_control_A1 +LQ02X016250 Potassium transporter 5 5.106805733 L4_control_A2 +LQ02X016250 Potassium transporter 5 4.914393557 L4_control_A3 +LQ02X016250 Potassium transporter 5 4.948404753 L4_control_B1 +LQ02X016250 Potassium transporter 5 4.965782639 L4_control_B2 +LQ02X016250 Potassium transporter 5 4.92315411 L4_control_B3 +LQ02X016250 Potassium transporter 5 5.491794918 L4_control_C2 +LQ02X016250 Potassium transporter 5 4.76567683 L4_control_C3 +LQ02X016250 Potassium transporter 5 4.745473571 L4_chemical_A1 +LQ02X016250 Potassium transporter 5 5.139856754 L4_chemical_A2 +LQ02X016250 Potassium transporter 5 5.427161306 L4_chemical_A3 +LQ02X016250 Potassium transporter 5 4.565064366 L4_chemical_B1 +LQ02X016250 Potassium transporter 5 4.758113966 L4_chemical_B2 +LQ02X016250 Potassium transporter 5 4.830600508 L4_chemical_B3 +LQ02X016250 Potassium transporter 5 4.631674315 L4_chemical_C2 +LQ02X016250 Potassium transporter 5 4.678131738 L4_chemical_C3 +LQ02X016310 Putative Transcription factor bHLH36 6.124193021 C6_control_A1 +LQ02X016310 Putative Transcription factor bHLH36 9.537802122 C6_control_A3 +LQ02X016310 Putative Transcription factor bHLH36 5.62867512 C6_control_B1 +LQ02X016310 Putative Transcription factor bHLH36 7.786620079 C6_control_B2 +LQ02X016310 Putative Transcription factor bHLH36 9.453558337 C6_control_B3 +LQ02X016310 Putative Transcription factor bHLH36 6.036280643 C6_control_C1 +LQ02X016310 Putative Transcription factor bHLH36 8.227962693 C6_control_C2 +LQ02X016310 Putative Transcription factor bHLH36 10.09341623 C6_control_C3 +LQ02X016310 Putative Transcription factor bHLH36 5.738519601 C6_chemical_A1 +LQ02X016310 Putative Transcription factor bHLH36 10.51785057 C6_chemical_A3 +LQ02X016310 Putative Transcription factor bHLH36 5.316109285 C6_chemical_B1 +LQ02X016310 Putative Transcription factor bHLH36 8.434981769 C6_chemical_B2 +LQ02X016310 Putative Transcription factor bHLH36 8.982862912 C6_chemical_B3 +LQ02X016310 Putative Transcription factor bHLH36 7.904364978 C6_chemical_C1 +LQ02X016310 Putative Transcription factor bHLH36 9.628883716 C6_chemical_C2 +LQ02X016310 Putative Transcription factor bHLH36 12.66578444 C6_chemical_C3 +LQ02X016310 Putative Transcription factor bHLH36 8.085705632 L4_control_A1 +LQ02X016310 Putative Transcription factor bHLH36 8.200631539 L4_control_A2 +LQ02X016310 Putative Transcription factor bHLH36 9.689783625 L4_control_A3 +LQ02X016310 Putative Transcription factor bHLH36 7.839676787 L4_control_B1 +LQ02X016310 Putative Transcription factor bHLH36 6.766264051 L4_control_B2 +LQ02X016310 Putative Transcription factor bHLH36 11.94213736 L4_control_B3 +LQ02X016310 Putative Transcription factor bHLH36 9.872800466 L4_control_C2 +LQ02X016310 Putative Transcription factor bHLH36 12.88341487 L4_control_C3 +LQ02X016310 Putative Transcription factor bHLH36 12.60442875 L4_chemical_A1 +LQ02X016310 Putative Transcription factor bHLH36 10.72556018 L4_chemical_A2 +LQ02X016310 Putative Transcription factor bHLH36 11.77299312 L4_chemical_A3 +LQ02X016310 Putative Transcription factor bHLH36 10.21643419 L4_chemical_B1 +LQ02X016310 Putative Transcription factor bHLH36 6.427459071 L4_chemical_B2 +LQ02X016310 Putative Transcription factor bHLH36 10.19904946 L4_chemical_B3 +LQ02X016310 Putative Transcription factor bHLH36 11.30012815 L4_chemical_C2 +LQ02X016310 Putative Transcription factor bHLH36 12.89927725 L4_chemical_C3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.23266621 C6_control_A1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 9.960552268 C6_control_A3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.55552916 C6_control_B1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.23445589 C6_control_B2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.21794207 C6_control_B3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.42494929 C6_control_C1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.20632484 C6_control_C2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.12853338 C6_control_C3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.18987633 C6_chemical_A1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.02642282 C6_chemical_A3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.92566927 C6_chemical_B1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.31997216 C6_chemical_B2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.06838436 C6_chemical_B3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.4522411 C6_chemical_C1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.45965478 C6_chemical_C2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.19443078 C6_chemical_C3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 9.661655077 L4_control_A1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.89859878 L4_control_A2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 9.642150574 L4_control_A3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.46944653 L4_control_B1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 11.40943614 L4_control_B2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.13890019 L4_control_B3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.91364552 L4_control_C2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 11.04987717 L4_control_C3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 9.623015945 L4_chemical_A1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.65738086 L4_chemical_A2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 8.92289124 L4_chemical_A3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.56088317 L4_chemical_B1 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 11.17729774 L4_chemical_B2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 9.864880709 L4_chemical_B3 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.97363236 L4_chemical_C2 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 11.15825117 L4_chemical_C3 +LQ02X016390 Putative uncharacterized protein 5.856971776 C6_control_A1 +LQ02X016390 Putative uncharacterized protein 5.465396182 C6_control_A3 +LQ02X016390 Putative uncharacterized protein 5.441745475 C6_control_B1 +LQ02X016390 Putative uncharacterized protein 5.869810214 C6_control_B2 +LQ02X016390 Putative uncharacterized protein 5.774981757 C6_control_B3 +LQ02X016390 Putative uncharacterized protein 5.866526996 C6_control_C1 +LQ02X016390 Putative uncharacterized protein 5.691500269 C6_control_C2 +LQ02X016390 Putative uncharacterized protein 6.154727965 C6_control_C3 +LQ02X016390 Putative uncharacterized protein 5.457964397 C6_chemical_A1 +LQ02X016390 Putative uncharacterized protein 5.50712874 C6_chemical_A3 +LQ02X016390 Putative uncharacterized protein 5.780661132 C6_chemical_B1 +LQ02X016390 Putative uncharacterized protein 6.107705442 C6_chemical_B2 +LQ02X016390 Putative uncharacterized protein 5.316280947 C6_chemical_B3 +LQ02X016390 Putative uncharacterized protein 6.407929517 C6_chemical_C1 +LQ02X016390 Putative uncharacterized protein 6.851482632 C6_chemical_C2 +LQ02X016390 Putative uncharacterized protein 5.945221273 C6_chemical_C3 +LQ02X016390 Putative uncharacterized protein 5.699028181 L4_control_A1 +LQ02X016390 Putative uncharacterized protein 5.807694205 L4_control_A2 +LQ02X016390 Putative uncharacterized protein 5.914691851 L4_control_A3 +LQ02X016390 Putative uncharacterized protein 5.264052565 L4_control_B1 +LQ02X016390 Putative uncharacterized protein 5.790923787 L4_control_B2 +LQ02X016390 Putative uncharacterized protein 5.852956808 L4_control_B3 +LQ02X016390 Putative uncharacterized protein 5.392466552 L4_control_C2 +LQ02X016390 Putative uncharacterized protein 5.228818291 L4_control_C3 +LQ02X016390 Putative uncharacterized protein 5.711540008 L4_chemical_A1 +LQ02X016390 Putative uncharacterized protein 5.886649821 L4_chemical_A2 +LQ02X016390 Putative uncharacterized protein 6.128111277 L4_chemical_A3 +LQ02X016390 Putative uncharacterized protein 5.284080114 L4_chemical_B1 +LQ02X016390 Putative uncharacterized protein 5.761094429 L4_chemical_B2 +LQ02X016390 Putative uncharacterized protein 5.743618976 L4_chemical_B3 +LQ02X016390 Putative uncharacterized protein 5.72971597 L4_chemical_C2 +LQ02X016390 Putative uncharacterized protein 5.385223941 L4_chemical_C3 +LQ02X016420 Protein binding protein, putative 6.002843536 C6_control_A1 +LQ02X016420 Protein binding protein, putative 5.930667288 C6_control_A3 +LQ02X016420 Protein binding protein, putative 6.024666431 C6_control_B1 +LQ02X016420 Protein binding protein, putative 6.826210688 C6_control_B2 +LQ02X016420 Protein binding protein, putative 5.976636607 C6_control_B3 +LQ02X016420 Protein binding protein, putative 6.050996474 C6_control_C1 +LQ02X016420 Protein binding protein, putative 5.698913575 C6_control_C2 +LQ02X016420 Protein binding protein, putative 6.261497211 C6_control_C3 +LQ02X016420 Protein binding protein, putative 5.845468246 C6_chemical_A1 +LQ02X016420 Protein binding protein, putative 6.530805222 C6_chemical_A3 +LQ02X016420 Protein binding protein, putative 6.336692524 C6_chemical_B1 +LQ02X016420 Protein binding protein, putative 6.213275926 C6_chemical_B2 +LQ02X016420 Protein binding protein, putative 6.453856683 C6_chemical_B3 +LQ02X016420 Protein binding protein, putative 5.910847815 C6_chemical_C1 +LQ02X016420 Protein binding protein, putative 5.960573588 C6_chemical_C2 +LQ02X016420 Protein binding protein, putative 6.657434317 C6_chemical_C3 +LQ02X016420 Protein binding protein, putative 6.907345577 L4_control_A1 +LQ02X016420 Protein binding protein, putative 6.847223586 L4_control_A2 +LQ02X016420 Protein binding protein, putative 7.417878425 L4_control_A3 +LQ02X016420 Protein binding protein, putative 7.518423862 L4_control_B1 +LQ02X016420 Protein binding protein, putative 7.367676016 L4_control_B2 +LQ02X016420 Protein binding protein, putative 8.057796945 L4_control_B3 +LQ02X016420 Protein binding protein, putative 6.635945503 L4_control_C2 +LQ02X016420 Protein binding protein, putative 7.523539219 L4_control_C3 +LQ02X016420 Protein binding protein, putative 6.712490144 L4_chemical_A1 +LQ02X016420 Protein binding protein, putative 6.891055014 L4_chemical_A2 +LQ02X016420 Protein binding protein, putative 7.011590088 L4_chemical_A3 +LQ02X016420 Protein binding protein, putative 7.264318954 L4_chemical_B1 +LQ02X016420 Protein binding protein, putative 7.197691751 L4_chemical_B2 +LQ02X016420 Protein binding protein, putative 7.501575435 L4_chemical_B3 +LQ02X016420 Protein binding protein, putative 7.295810181 L4_chemical_C2 +LQ02X016420 Protein binding protein, putative 7.492226095 L4_chemical_C3 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.014889446 C6_control_A1 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.734943123 C6_control_A3 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.699372896 C6_control_B1 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.111713094 C6_control_B2 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.139983053 C6_control_B3 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.939271496 C6_control_C1 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.239805565 C6_control_C2 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.789600398 C6_control_C3 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.700469693 C6_chemical_A1 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.75137278 C6_chemical_A3 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.4178895 C6_chemical_B1 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.121318404 C6_chemical_B2 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.584159945 C6_chemical_B3 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.011609099 C6_chemical_C1 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.11254103 C6_chemical_C2 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.930378574 C6_chemical_C3 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.236564261 L4_control_A1 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.884940946 L4_control_A2 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.856934371 L4_control_A3 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.992445833 L4_control_B1 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.215043355 L4_control_B2 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.521239712 L4_control_B3 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.135636921 L4_control_C2 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.407151424 L4_control_C3 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.105107955 L4_chemical_A1 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.921511176 L4_chemical_A2 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.920391853 L4_chemical_A3 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.146238272 L4_chemical_B1 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.014684558 L4_chemical_B2 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.94641481 L4_chemical_B3 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.086998632 L4_chemical_C2 +LQ02X016430 Putative Uncharacterized protein At4g06744 5.63588363 L4_chemical_C3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 12.00776887 C6_control_A1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 12.69112599 C6_control_A3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 10.38039304 C6_control_B1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 8.723143739 C6_control_B2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 8.679957027 C6_control_B3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 8.107285986 C6_control_C1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 7.613814967 C6_control_C2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 7.931216758 C6_control_C3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 11.58630331 C6_chemical_A1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 12.54642187 C6_chemical_A3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 9.286901103 C6_chemical_B1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 8.659503304 C6_chemical_B2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 8.605590865 C6_chemical_B3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 7.806869032 C6_chemical_C1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 7.648104422 C6_chemical_C2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 7.639488067 C6_chemical_C3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 12.1934926 L4_control_A1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 12.10416968 L4_control_A2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 12.71291477 L4_control_A3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 8.772686422 L4_control_B1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 10.12130512 L4_control_B2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 8.163079762 L4_control_B3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 6.73142353 L4_control_C2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 7.050762718 L4_control_C3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 10.97480838 L4_chemical_A1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 11.05742134 L4_chemical_A2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 12.35899928 L4_chemical_A3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 9.093840866 L4_chemical_B1 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 9.995208404 L4_chemical_B2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 10.26027051 L4_chemical_B3 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 6.847512593 L4_chemical_C2 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 7.755388276 L4_chemical_C3 +LQ02X016510 Hypothetical protein 5.442875311 C6_control_A1 +LQ02X016510 Hypothetical protein 5.444271977 C6_control_A3 +LQ02X016510 Hypothetical protein 5.721760918 C6_control_B1 +LQ02X016510 Hypothetical protein 5.486284587 C6_control_B2 +LQ02X016510 Hypothetical protein 5.319140898 C6_control_B3 +LQ02X016510 Hypothetical protein 5.861695892 C6_control_C1 +LQ02X016510 Hypothetical protein 6.047166218 C6_control_C2 +LQ02X016510 Hypothetical protein 6.005474754 C6_control_C3 +LQ02X016510 Hypothetical protein 5.51359265 C6_chemical_A1 +LQ02X016510 Hypothetical protein 5.850246101 C6_chemical_A3 +LQ02X016510 Hypothetical protein 5.667619744 C6_chemical_B1 +LQ02X016510 Hypothetical protein 5.806827478 C6_chemical_B2 +LQ02X016510 Hypothetical protein 6.006722055 C6_chemical_B3 +LQ02X016510 Hypothetical protein 6.053712989 C6_chemical_C1 +LQ02X016510 Hypothetical protein 6.033017867 C6_chemical_C2 +LQ02X016510 Hypothetical protein 5.653524461 C6_chemical_C3 +LQ02X016510 Hypothetical protein 5.659228771 L4_control_A1 +LQ02X016510 Hypothetical protein 5.494275309 L4_control_A2 +LQ02X016510 Hypothetical protein 5.976175489 L4_control_A3 +LQ02X016510 Hypothetical protein 5.927272995 L4_control_B1 +LQ02X016510 Hypothetical protein 5.264645628 L4_control_B2 +LQ02X016510 Hypothetical protein 5.625877275 L4_control_B3 +LQ02X016510 Hypothetical protein 5.797409642 L4_control_C2 +LQ02X016510 Hypothetical protein 5.749818845 L4_control_C3 +LQ02X016510 Hypothetical protein 5.739123288 L4_chemical_A1 +LQ02X016510 Hypothetical protein 5.93004327 L4_chemical_A2 +LQ02X016510 Hypothetical protein 5.508903152 L4_chemical_A3 +LQ02X016510 Hypothetical protein 6.317217002 L4_chemical_B1 +LQ02X016510 Hypothetical protein 5.243724594 L4_chemical_B2 +LQ02X016510 Hypothetical protein 5.529274851 L4_chemical_B3 +LQ02X016510 Hypothetical protein 5.708618114 L4_chemical_C2 +LQ02X016510 Hypothetical protein 6.032472237 L4_chemical_C3 +LQ02X016590 Probable protein phosphatase 2C 58 5.111176414 C6_control_A1 +LQ02X016590 Probable protein phosphatase 2C 58 5.813185432 C6_control_A3 +LQ02X016590 Probable protein phosphatase 2C 58 4.669385047 C6_control_B1 +LQ02X016590 Probable protein phosphatase 2C 58 5.219101832 C6_control_B2 +LQ02X016590 Probable protein phosphatase 2C 58 5.166431848 C6_control_B3 +LQ02X016590 Probable protein phosphatase 2C 58 5.367367326 C6_control_C1 +LQ02X016590 Probable protein phosphatase 2C 58 5.985327562 C6_control_C2 +LQ02X016590 Probable protein phosphatase 2C 58 5.474718812 C6_control_C3 +LQ02X016590 Probable protein phosphatase 2C 58 5.242918714 C6_chemical_A1 +LQ02X016590 Probable protein phosphatase 2C 58 4.997853233 C6_chemical_A3 +LQ02X016590 Probable protein phosphatase 2C 58 5.344270186 C6_chemical_B1 +LQ02X016590 Probable protein phosphatase 2C 58 5.367710217 C6_chemical_B2 +LQ02X016590 Probable protein phosphatase 2C 58 5.089486014 C6_chemical_B3 +LQ02X016590 Probable protein phosphatase 2C 58 5.262230657 C6_chemical_C1 +LQ02X016590 Probable protein phosphatase 2C 58 5.648791469 C6_chemical_C2 +LQ02X016590 Probable protein phosphatase 2C 58 5.3194033 C6_chemical_C3 +LQ02X016590 Probable protein phosphatase 2C 58 5.17667372 L4_control_A1 +LQ02X016590 Probable protein phosphatase 2C 58 5.035623999 L4_control_A2 +LQ02X016590 Probable protein phosphatase 2C 58 5.313993682 L4_control_A3 +LQ02X016590 Probable protein phosphatase 2C 58 5.019554859 L4_control_B1 +LQ02X016590 Probable protein phosphatase 2C 58 5.288700048 L4_control_B2 +LQ02X016590 Probable protein phosphatase 2C 58 5.314891178 L4_control_B3 +LQ02X016590 Probable protein phosphatase 2C 58 5.08636599 L4_control_C2 +LQ02X016590 Probable protein phosphatase 2C 58 5.435368225 L4_control_C3 +LQ02X016590 Probable protein phosphatase 2C 58 5.031487702 L4_chemical_A1 +LQ02X016590 Probable protein phosphatase 2C 58 5.397203498 L4_chemical_A2 +LQ02X016590 Probable protein phosphatase 2C 58 5.113027033 L4_chemical_A3 +LQ02X016590 Probable protein phosphatase 2C 58 5.634235258 L4_chemical_B1 +LQ02X016590 Probable protein phosphatase 2C 58 5.51057077 L4_chemical_B2 +LQ02X016590 Probable protein phosphatase 2C 58 5.346032555 L4_chemical_B3 +LQ02X016590 Probable protein phosphatase 2C 58 5.416118347 L4_chemical_C2 +LQ02X016590 Probable protein phosphatase 2C 58 6.00903326 L4_chemical_C3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.397403175 C6_control_A1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 5.972276362 C6_control_A3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.543530256 C6_control_B1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.642867117 C6_control_B2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.215500916 C6_control_B3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.093339409 C6_control_C1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.802068431 C6_control_C2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.407720195 C6_control_C3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.499288426 C6_chemical_A1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.829966444 C6_chemical_A3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.854838785 C6_chemical_B1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.43213849 C6_chemical_B2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.16464538 C6_chemical_B3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.401705925 C6_chemical_C1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.876285273 C6_chemical_C2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.675864838 C6_chemical_C3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.701246241 L4_control_A1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.843701753 L4_control_A2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.035224593 L4_control_A3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.245997914 L4_control_B1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.467101631 L4_control_B2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.828870018 L4_control_B3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.850398956 L4_control_C2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.046414897 L4_control_C3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.914876461 L4_chemical_A1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.458224563 L4_chemical_A2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.064972737 L4_chemical_A3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.149984314 L4_chemical_B1 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.235595477 L4_chemical_B2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.672828785 L4_chemical_B3 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.125720593 L4_chemical_C2 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 7.34318006 L4_chemical_C3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.533655736 C6_control_A1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.779163778 C6_control_A3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.477268592 C6_control_B1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.425921534 C6_control_B2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.753231124 C6_control_B3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.136597495 C6_control_C1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.272364798 C6_control_C2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.15919186 C6_control_C3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.349572514 C6_chemical_A1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.409681158 C6_chemical_A3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.470029932 C6_chemical_B1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.110875481 C6_chemical_B2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 6.130500898 C6_chemical_B3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.430381315 C6_chemical_C1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 4.975459648 C6_chemical_C2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.196585754 C6_chemical_C3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.580385241 L4_control_A1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.947773458 L4_control_A2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.466953748 L4_control_A3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.428671854 L4_control_B1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 4.796241325 L4_control_B2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.41291128 L4_control_B3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.273312996 L4_control_C2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.087561549 L4_control_C3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.63924005 L4_chemical_A1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.65694221 L4_chemical_A2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.817760712 L4_chemical_A3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.341742279 L4_chemical_B1 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.346382879 L4_chemical_B2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.625684793 L4_chemical_B3 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.144551132 L4_chemical_C2 +LQ02X016610 Putative phospholipid-transporting ATPase 2 4.978845948 L4_chemical_C3 +LQ02X016640 Hypothetical protein 5.204315272 C6_control_A1 +LQ02X016640 Hypothetical protein 5.27814786 C6_control_A3 +LQ02X016640 Hypothetical protein 4.964488614 C6_control_B1 +LQ02X016640 Hypothetical protein 5.030914182 C6_control_B2 +LQ02X016640 Hypothetical protein 4.897320546 C6_control_B3 +LQ02X016640 Hypothetical protein 5.316012352 C6_control_C1 +LQ02X016640 Hypothetical protein 4.971681616 C6_control_C2 +LQ02X016640 Hypothetical protein 5.170756336 C6_control_C3 +LQ02X016640 Hypothetical protein 5.499985995 C6_chemical_A1 +LQ02X016640 Hypothetical protein 5.14475249 C6_chemical_A3 +LQ02X016640 Hypothetical protein 5.010507077 C6_chemical_B1 +LQ02X016640 Hypothetical protein 5.016217112 C6_chemical_B2 +LQ02X016640 Hypothetical protein 5.027978919 C6_chemical_B3 +LQ02X016640 Hypothetical protein 5.178733349 C6_chemical_C1 +LQ02X016640 Hypothetical protein 5.328556112 C6_chemical_C2 +LQ02X016640 Hypothetical protein 5.123168904 C6_chemical_C3 +LQ02X016640 Hypothetical protein 4.723744024 L4_control_A1 +LQ02X016640 Hypothetical protein 5.328723153 L4_control_A2 +LQ02X016640 Hypothetical protein 5.783004677 L4_control_A3 +LQ02X016640 Hypothetical protein 4.941081118 L4_control_B1 +LQ02X016640 Hypothetical protein 5.468633079 L4_control_B2 +LQ02X016640 Hypothetical protein 5.174782931 L4_control_B3 +LQ02X016640 Hypothetical protein 5.296798736 L4_control_C2 +LQ02X016640 Hypothetical protein 5.006822704 L4_control_C3 +LQ02X016640 Hypothetical protein 5.051707616 L4_chemical_A1 +LQ02X016640 Hypothetical protein 5.023811704 L4_chemical_A2 +LQ02X016640 Hypothetical protein 4.999389208 L4_chemical_A3 +LQ02X016640 Hypothetical protein 5.24805968 L4_chemical_B1 +LQ02X016640 Hypothetical protein 5.947242394 L4_chemical_B2 +LQ02X016640 Hypothetical protein 5.17500238 L4_chemical_B3 +LQ02X016640 Hypothetical protein 5.004560891 L4_chemical_C2 +LQ02X016640 Hypothetical protein 5.319491324 L4_chemical_C3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.08969835 C6_control_A1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.66372633 C6_control_A3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.83500477 C6_control_B1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.62116764 C6_control_B2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.89533248 C6_control_B3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.24512892 C6_control_C1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.84744487 C6_control_C2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.23181032 C6_control_C3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.5217468 C6_chemical_A1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 13.01992934 C6_chemical_A3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.72875012 C6_chemical_B1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.80468279 C6_chemical_B2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.65945426 C6_chemical_B3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.99502741 C6_chemical_C1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.34339793 C6_chemical_C2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.141286 C6_chemical_C3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.17269469 L4_control_A1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.45858141 L4_control_A2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.74326875 L4_control_A3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.25056329 L4_control_B1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.15741223 L4_control_B2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.15671532 L4_control_B3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.38557931 L4_control_C2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.67344606 L4_control_C3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.2793238 L4_chemical_A1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.86941725 L4_chemical_A2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.53628895 L4_chemical_A3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.05988723 L4_chemical_B1 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.99509146 L4_chemical_B2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 11.21620764 L4_chemical_B3 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.64155724 L4_chemical_C2 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 10.37917596 L4_chemical_C3 +LQ02X016720 Putative Tyrosine aminotransferase 11.41575526 C6_control_A1 +LQ02X016720 Putative Tyrosine aminotransferase 11.33094698 C6_control_A3 +LQ02X016720 Putative Tyrosine aminotransferase 11.6208322 C6_control_B1 +LQ02X016720 Putative Tyrosine aminotransferase 10.46437631 C6_control_B2 +LQ02X016720 Putative Tyrosine aminotransferase 10.97235849 C6_control_B3 +LQ02X016720 Putative Tyrosine aminotransferase 11.73919773 C6_control_C1 +LQ02X016720 Putative Tyrosine aminotransferase 11.4718296 C6_control_C2 +LQ02X016720 Putative Tyrosine aminotransferase 11.09329904 C6_control_C3 +LQ02X016720 Putative Tyrosine aminotransferase 11.48981614 C6_chemical_A1 +LQ02X016720 Putative Tyrosine aminotransferase 11.52042658 C6_chemical_A3 +LQ02X016720 Putative Tyrosine aminotransferase 11.5848345 C6_chemical_B1 +LQ02X016720 Putative Tyrosine aminotransferase 10.55667429 C6_chemical_B2 +LQ02X016720 Putative Tyrosine aminotransferase 11.03241428 C6_chemical_B3 +LQ02X016720 Putative Tyrosine aminotransferase 11.66590358 C6_chemical_C1 +LQ02X016720 Putative Tyrosine aminotransferase 11.58860807 C6_chemical_C2 +LQ02X016720 Putative Tyrosine aminotransferase 11.21849974 C6_chemical_C3 +LQ02X016720 Putative Tyrosine aminotransferase 11.23101476 L4_control_A1 +LQ02X016720 Putative Tyrosine aminotransferase 10.8771014 L4_control_A2 +LQ02X016720 Putative Tyrosine aminotransferase 10.18296214 L4_control_A3 +LQ02X016720 Putative Tyrosine aminotransferase 11.10998625 L4_control_B1 +LQ02X016720 Putative Tyrosine aminotransferase 11.84220832 L4_control_B2 +LQ02X016720 Putative Tyrosine aminotransferase 11.09912252 L4_control_B3 +LQ02X016720 Putative Tyrosine aminotransferase 12.58009367 L4_control_C2 +LQ02X016720 Putative Tyrosine aminotransferase 13.15350909 L4_control_C3 +LQ02X016720 Putative Tyrosine aminotransferase 11.37954742 L4_chemical_A1 +LQ02X016720 Putative Tyrosine aminotransferase 10.9957803 L4_chemical_A2 +LQ02X016720 Putative Tyrosine aminotransferase 9.724647117 L4_chemical_A3 +LQ02X016720 Putative Tyrosine aminotransferase 11.66658845 L4_chemical_B1 +LQ02X016720 Putative Tyrosine aminotransferase 11.48230879 L4_chemical_B2 +LQ02X016720 Putative Tyrosine aminotransferase 11.14427394 L4_chemical_B3 +LQ02X016720 Putative Tyrosine aminotransferase 12.06554475 L4_chemical_C2 +LQ02X016720 Putative Tyrosine aminotransferase 12.98397233 L4_chemical_C3 +LQ02X016800 Putative Tyrosine aminotransferase 5.091708605 C6_control_A1 +LQ02X016800 Putative Tyrosine aminotransferase 5.4145222 C6_control_A3 +LQ02X016800 Putative Tyrosine aminotransferase 5.566877896 C6_control_B1 +LQ02X016800 Putative Tyrosine aminotransferase 5.370078631 C6_control_B2 +LQ02X016800 Putative Tyrosine aminotransferase 5.44907993 C6_control_B3 +LQ02X016800 Putative Tyrosine aminotransferase 6.618347151 C6_control_C1 +LQ02X016800 Putative Tyrosine aminotransferase 7.863319252 C6_control_C2 +LQ02X016800 Putative Tyrosine aminotransferase 5.67958525 C6_control_C3 +LQ02X016800 Putative Tyrosine aminotransferase 5.006889255 C6_chemical_A1 +LQ02X016800 Putative Tyrosine aminotransferase 5.299903577 C6_chemical_A3 +LQ02X016800 Putative Tyrosine aminotransferase 5.252989499 C6_chemical_B1 +LQ02X016800 Putative Tyrosine aminotransferase 5.477783472 C6_chemical_B2 +LQ02X016800 Putative Tyrosine aminotransferase 4.883860121 C6_chemical_B3 +LQ02X016800 Putative Tyrosine aminotransferase 6.904775376 C6_chemical_C1 +LQ02X016800 Putative Tyrosine aminotransferase 6.730440912 C6_chemical_C2 +LQ02X016800 Putative Tyrosine aminotransferase 4.94221869 C6_chemical_C3 +LQ02X016800 Putative Tyrosine aminotransferase 5.204192688 L4_control_A1 +LQ02X016800 Putative Tyrosine aminotransferase 4.809995969 L4_control_A2 +LQ02X016800 Putative Tyrosine aminotransferase 5.208382063 L4_control_A3 +LQ02X016800 Putative Tyrosine aminotransferase 4.740436428 L4_control_B1 +LQ02X016800 Putative Tyrosine aminotransferase 4.775516315 L4_control_B2 +LQ02X016800 Putative Tyrosine aminotransferase 5.168919562 L4_control_B3 +LQ02X016800 Putative Tyrosine aminotransferase 5.123013446 L4_control_C2 +LQ02X016800 Putative Tyrosine aminotransferase 5.000257635 L4_control_C3 +LQ02X016800 Putative Tyrosine aminotransferase 4.919267776 L4_chemical_A1 +LQ02X016800 Putative Tyrosine aminotransferase 5.032085275 L4_chemical_A2 +LQ02X016800 Putative Tyrosine aminotransferase 5.316531505 L4_chemical_A3 +LQ02X016800 Putative Tyrosine aminotransferase 4.896879005 L4_chemical_B1 +LQ02X016800 Putative Tyrosine aminotransferase 4.842375324 L4_chemical_B2 +LQ02X016800 Putative Tyrosine aminotransferase 5.140591903 L4_chemical_B3 +LQ02X016800 Putative Tyrosine aminotransferase 4.977701295 L4_chemical_C2 +LQ02X016800 Putative Tyrosine aminotransferase 5.605795786 L4_chemical_C3 +LQ02X016840 Uncharacterized protein At4g28440 9.816158385 C6_control_A1 +LQ02X016840 Uncharacterized protein At4g28440 9.596473039 C6_control_A3 +LQ02X016840 Uncharacterized protein At4g28440 9.688409415 C6_control_B1 +LQ02X016840 Uncharacterized protein At4g28440 9.269307144 C6_control_B2 +LQ02X016840 Uncharacterized protein At4g28440 9.705536481 C6_control_B3 +LQ02X016840 Uncharacterized protein At4g28440 10.28941595 C6_control_C1 +LQ02X016840 Uncharacterized protein At4g28440 9.320018674 C6_control_C2 +LQ02X016840 Uncharacterized protein At4g28440 9.939336979 C6_control_C3 +LQ02X016840 Uncharacterized protein At4g28440 9.926458935 C6_chemical_A1 +LQ02X016840 Uncharacterized protein At4g28440 9.627186136 C6_chemical_A3 +LQ02X016840 Uncharacterized protein At4g28440 9.862213449 C6_chemical_B1 +LQ02X016840 Uncharacterized protein At4g28440 9.482976774 C6_chemical_B2 +LQ02X016840 Uncharacterized protein At4g28440 9.616739164 C6_chemical_B3 +LQ02X016840 Uncharacterized protein At4g28440 10.33533486 C6_chemical_C1 +LQ02X016840 Uncharacterized protein At4g28440 10.29732969 C6_chemical_C2 +LQ02X016840 Uncharacterized protein At4g28440 10.07460541 C6_chemical_C3 +LQ02X016840 Uncharacterized protein At4g28440 9.540364756 L4_control_A1 +LQ02X016840 Uncharacterized protein At4g28440 9.557654875 L4_control_A2 +LQ02X016840 Uncharacterized protein At4g28440 10.00321539 L4_control_A3 +LQ02X016840 Uncharacterized protein At4g28440 9.392272325 L4_control_B1 +LQ02X016840 Uncharacterized protein At4g28440 9.401103063 L4_control_B2 +LQ02X016840 Uncharacterized protein At4g28440 9.386878439 L4_control_B3 +LQ02X016840 Uncharacterized protein At4g28440 10.46350962 L4_control_C2 +LQ02X016840 Uncharacterized protein At4g28440 10.66168977 L4_control_C3 +LQ02X016840 Uncharacterized protein At4g28440 9.407470528 L4_chemical_A1 +LQ02X016840 Uncharacterized protein At4g28440 9.530746306 L4_chemical_A2 +LQ02X016840 Uncharacterized protein At4g28440 9.58619395 L4_chemical_A3 +LQ02X016840 Uncharacterized protein At4g28440 9.10638648 L4_chemical_B1 +LQ02X016840 Uncharacterized protein At4g28440 9.84631902 L4_chemical_B2 +LQ02X016840 Uncharacterized protein At4g28440 9.233200247 L4_chemical_B3 +LQ02X016840 Uncharacterized protein At4g28440 10.02335319 L4_chemical_C2 +LQ02X016840 Uncharacterized protein At4g28440 10.41567296 L4_chemical_C3 +LQ02X016850 Predicted protein 5.850278535 C6_control_A1 +LQ02X016850 Predicted protein 6.284841562 C6_control_A3 +LQ02X016850 Predicted protein 5.659079505 C6_control_B1 +LQ02X016850 Predicted protein 5.909696105 C6_control_B2 +LQ02X016850 Predicted protein 5.858665185 C6_control_B3 +LQ02X016850 Predicted protein 5.672169807 C6_control_C1 +LQ02X016850 Predicted protein 5.964541582 C6_control_C2 +LQ02X016850 Predicted protein 5.701127238 C6_control_C3 +LQ02X016850 Predicted protein 5.65395291 C6_chemical_A1 +LQ02X016850 Predicted protein 5.479478584 C6_chemical_A3 +LQ02X016850 Predicted protein 5.618564721 C6_chemical_B1 +LQ02X016850 Predicted protein 5.984061341 C6_chemical_B2 +LQ02X016850 Predicted protein 5.523337388 C6_chemical_B3 +LQ02X016850 Predicted protein 6.477105811 C6_chemical_C1 +LQ02X016850 Predicted protein 5.90146332 C6_chemical_C2 +LQ02X016850 Predicted protein 5.849068987 C6_chemical_C3 +LQ02X016850 Predicted protein 5.770419663 L4_control_A1 +LQ02X016850 Predicted protein 5.166381953 L4_control_A2 +LQ02X016850 Predicted protein 5.271269986 L4_control_A3 +LQ02X016850 Predicted protein 5.833604756 L4_control_B1 +LQ02X016850 Predicted protein 5.577419092 L4_control_B2 +LQ02X016850 Predicted protein 5.323040629 L4_control_B3 +LQ02X016850 Predicted protein 5.531958778 L4_control_C2 +LQ02X016850 Predicted protein 6.311699887 L4_control_C3 +LQ02X016850 Predicted protein 5.778732242 L4_chemical_A1 +LQ02X016850 Predicted protein 5.386084626 L4_chemical_A2 +LQ02X016850 Predicted protein 5.370490205 L4_chemical_A3 +LQ02X016850 Predicted protein 5.73479962 L4_chemical_B1 +LQ02X016850 Predicted protein 5.964800374 L4_chemical_B2 +LQ02X016850 Predicted protein 5.342299883 L4_chemical_B3 +LQ02X016850 Predicted protein 5.802449357 L4_chemical_C2 +LQ02X016850 Predicted protein 6.648577542 L4_chemical_C3 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.48018475 C6_control_A1 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.69528045 C6_control_A3 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.64467414 C6_control_B1 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.22941266 C6_control_B2 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.32851758 C6_control_B3 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.06564133 C6_control_C1 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.09040895 C6_control_C2 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.9383543 C6_control_C3 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.17782357 C6_chemical_A1 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.86604679 C6_chemical_A3 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.414484 C6_chemical_B1 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.20167745 C6_chemical_B2 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.15144742 C6_chemical_B3 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.00261506 C6_chemical_C1 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.14526393 C6_chemical_C2 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.94054563 C6_chemical_C3 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.18302623 L4_control_A1 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.29892201 L4_control_A2 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.29106419 L4_control_A3 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.57249247 L4_control_B1 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.30435271 L4_control_B2 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.62328651 L4_control_B3 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.77760581 L4_control_C2 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.20495033 L4_control_C3 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.65393457 L4_chemical_A1 +LQ02X016860 Nuclear cap-binding protein subunit 2 11.97279578 L4_chemical_A2 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.26696618 L4_chemical_A3 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.58868749 L4_chemical_B1 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.49123526 L4_chemical_B2 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.7352119 L4_chemical_B3 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.59795425 L4_chemical_C2 +LQ02X016860 Nuclear cap-binding protein subunit 2 12.4797042 L4_chemical_C3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.733754296 C6_control_A1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 6.563027202 C6_control_A3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.243387386 C6_control_B1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.721457137 C6_control_B2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.438995694 C6_control_B3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 6.332137373 C6_control_C1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 6.892053613 C6_control_C2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.601874746 C6_control_C3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.299678643 C6_chemical_A1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.587736782 C6_chemical_A3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.444324183 C6_chemical_B1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.818965395 C6_chemical_B2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.647731958 C6_chemical_B3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.434765981 C6_chemical_C1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.954918292 C6_chemical_C2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.462979116 C6_chemical_C3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.40944947 L4_control_A1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.569087423 L4_control_A2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 4.995263946 L4_control_A3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 6.449203328 L4_control_B1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.157517274 L4_control_B2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.604936039 L4_control_B3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.411690911 L4_control_C2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.173383402 L4_control_C3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.899295822 L4_chemical_A1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.377945371 L4_chemical_A2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.419847176 L4_chemical_A3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.575682866 L4_chemical_B1 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.305212807 L4_chemical_B2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.211607022 L4_chemical_B3 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.679995396 L4_chemical_C2 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.177541315 L4_chemical_C3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.596938053 C6_control_A1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.822272728 C6_control_A3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.181614264 C6_control_B1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.961122767 C6_control_B2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.186529884 C6_control_B3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.394987303 C6_control_C1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.909493218 C6_control_C2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.628714747 C6_control_C3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.557154482 C6_chemical_A1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.717785184 C6_chemical_A3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.259144011 C6_chemical_B1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.050994125 C6_chemical_B2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.985940939 C6_chemical_B3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.919023944 C6_chemical_C1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.962017551 C6_chemical_C2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.879259154 C6_chemical_C3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.384049527 L4_control_A1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.913926724 L4_control_A2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.585348916 L4_control_A3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.407352396 L4_control_B1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.620927535 L4_control_B2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.911001429 L4_control_B3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.109226925 L4_control_C2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.817352153 L4_control_C3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.253176556 L4_chemical_A1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.111151245 L4_chemical_A2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.48369961 L4_chemical_A3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.999285526 L4_chemical_B1 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.776630587 L4_chemical_B2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.854823204 L4_chemical_B3 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.516227596 L4_chemical_C2 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 5.431322124 L4_chemical_C3 +LQ02X016940 Putative uncharacterized protein 4.944289973 C6_control_A1 +LQ02X016940 Putative uncharacterized protein 4.967583563 C6_control_A3 +LQ02X016940 Putative uncharacterized protein 5.451953672 C6_control_B1 +LQ02X016940 Putative uncharacterized protein 5.176357838 C6_control_B2 +LQ02X016940 Putative uncharacterized protein 5.428590078 C6_control_B3 +LQ02X016940 Putative uncharacterized protein 5.432065623 C6_control_C1 +LQ02X016940 Putative uncharacterized protein 4.995873356 C6_control_C2 +LQ02X016940 Putative uncharacterized protein 5.407564536 C6_control_C3 +LQ02X016940 Putative uncharacterized protein 5.034905471 C6_chemical_A1 +LQ02X016940 Putative uncharacterized protein 5.133016899 C6_chemical_A3 +LQ02X016940 Putative uncharacterized protein 5.381465291 C6_chemical_B1 +LQ02X016940 Putative uncharacterized protein 4.677966196 C6_chemical_B2 +LQ02X016940 Putative uncharacterized protein 5.378133041 C6_chemical_B3 +LQ02X016940 Putative uncharacterized protein 4.976423008 C6_chemical_C1 +LQ02X016940 Putative uncharacterized protein 5.381077189 C6_chemical_C2 +LQ02X016940 Putative uncharacterized protein 5.566474364 C6_chemical_C3 +LQ02X016940 Putative uncharacterized protein 5.094585675 L4_control_A1 +LQ02X016940 Putative uncharacterized protein 5.336643794 L4_control_A2 +LQ02X016940 Putative uncharacterized protein 5.159024711 L4_control_A3 +LQ02X016940 Putative uncharacterized protein 5.114927348 L4_control_B1 +LQ02X016940 Putative uncharacterized protein 4.834411478 L4_control_B2 +LQ02X016940 Putative uncharacterized protein 4.983665536 L4_control_B3 +LQ02X016940 Putative uncharacterized protein 5.293931631 L4_control_C2 +LQ02X016940 Putative uncharacterized protein 5.131113439 L4_control_C3 +LQ02X016940 Putative uncharacterized protein 5.161036833 L4_chemical_A1 +LQ02X016940 Putative uncharacterized protein 5.017537476 L4_chemical_A2 +LQ02X016940 Putative uncharacterized protein 5.468414345 L4_chemical_A3 +LQ02X016940 Putative uncharacterized protein 5.011175225 L4_chemical_B1 +LQ02X016940 Putative uncharacterized protein 5.20261194 L4_chemical_B2 +LQ02X016940 Putative uncharacterized protein 5.051320004 L4_chemical_B3 +LQ02X016940 Putative uncharacterized protein 5.801991114 L4_chemical_C2 +LQ02X016940 Putative uncharacterized protein 4.972050189 L4_chemical_C3 +LQ02X017140 Putative uncharacterized protein 13.68054782 C6_control_A1 +LQ02X017140 Putative uncharacterized protein 13.9875707 C6_control_A3 +LQ02X017140 Putative uncharacterized protein 14.0232261 C6_control_B1 +LQ02X017140 Putative uncharacterized protein 14.17312455 C6_control_B2 +LQ02X017140 Putative uncharacterized protein 14.11698464 C6_control_B3 +LQ02X017140 Putative uncharacterized protein 13.49900735 C6_control_C1 +LQ02X017140 Putative uncharacterized protein 14.04137051 C6_control_C2 +LQ02X017140 Putative uncharacterized protein 14.05075024 C6_control_C3 +LQ02X017140 Putative uncharacterized protein 13.99914141 C6_chemical_A1 +LQ02X017140 Putative uncharacterized protein 14.19881203 C6_chemical_A3 +LQ02X017140 Putative uncharacterized protein 14.09144407 C6_chemical_B1 +LQ02X017140 Putative uncharacterized protein 14.09870842 C6_chemical_B2 +LQ02X017140 Putative uncharacterized protein 14.31059565 C6_chemical_B3 +LQ02X017140 Putative uncharacterized protein 13.47993529 C6_chemical_C1 +LQ02X017140 Putative uncharacterized protein 13.57272429 C6_chemical_C2 +LQ02X017140 Putative uncharacterized protein 13.76248597 C6_chemical_C3 +LQ02X017140 Putative uncharacterized protein 13.92706275 L4_control_A1 +LQ02X017140 Putative uncharacterized protein 14.01212769 L4_control_A2 +LQ02X017140 Putative uncharacterized protein 14.29156416 L4_control_A3 +LQ02X017140 Putative uncharacterized protein 14.55818273 L4_control_B1 +LQ02X017140 Putative uncharacterized protein 14.32743806 L4_control_B2 +LQ02X017140 Putative uncharacterized protein 14.43773695 L4_control_B3 +LQ02X017140 Putative uncharacterized protein 14.61110145 L4_control_C2 +LQ02X017140 Putative uncharacterized protein 14.74088745 L4_control_C3 +LQ02X017140 Putative uncharacterized protein 13.8568962 L4_chemical_A1 +LQ02X017140 Putative uncharacterized protein 14.21812934 L4_chemical_A2 +LQ02X017140 Putative uncharacterized protein 14.34373037 L4_chemical_A3 +LQ02X017140 Putative uncharacterized protein 14.46339484 L4_chemical_B1 +LQ02X017140 Putative uncharacterized protein 14.29891306 L4_chemical_B2 +LQ02X017140 Putative uncharacterized protein 14.16155219 L4_chemical_B3 +LQ02X017140 Putative uncharacterized protein 14.66923773 L4_chemical_C2 +LQ02X017140 Putative uncharacterized protein 14.72455303 L4_chemical_C3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.717209678 C6_control_A1 +LQ02X017200 Probable signal peptidase complex subunit 1 6.263927571 C6_control_A3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.938400249 C6_control_B1 +LQ02X017200 Probable signal peptidase complex subunit 1 5.555182372 C6_control_B2 +LQ02X017200 Probable signal peptidase complex subunit 1 5.958311057 C6_control_B3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.957115026 C6_control_C1 +LQ02X017200 Probable signal peptidase complex subunit 1 6.193606904 C6_control_C2 +LQ02X017200 Probable signal peptidase complex subunit 1 5.915548088 C6_control_C3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.783791726 C6_chemical_A1 +LQ02X017200 Probable signal peptidase complex subunit 1 5.883944339 C6_chemical_A3 +LQ02X017200 Probable signal peptidase complex subunit 1 6.26471364 C6_chemical_B1 +LQ02X017200 Probable signal peptidase complex subunit 1 5.715932958 C6_chemical_B2 +LQ02X017200 Probable signal peptidase complex subunit 1 5.860809184 C6_chemical_B3 +LQ02X017200 Probable signal peptidase complex subunit 1 6.508475426 C6_chemical_C1 +LQ02X017200 Probable signal peptidase complex subunit 1 5.632332504 C6_chemical_C2 +LQ02X017200 Probable signal peptidase complex subunit 1 5.930968724 C6_chemical_C3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.948423186 L4_control_A1 +LQ02X017200 Probable signal peptidase complex subunit 1 5.74920483 L4_control_A2 +LQ02X017200 Probable signal peptidase complex subunit 1 5.3710789 L4_control_A3 +LQ02X017200 Probable signal peptidase complex subunit 1 6.094630113 L4_control_B1 +LQ02X017200 Probable signal peptidase complex subunit 1 5.422103864 L4_control_B2 +LQ02X017200 Probable signal peptidase complex subunit 1 5.250608355 L4_control_B3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.495204687 L4_control_C2 +LQ02X017200 Probable signal peptidase complex subunit 1 5.871608227 L4_control_C3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.748287025 L4_chemical_A1 +LQ02X017200 Probable signal peptidase complex subunit 1 5.810422935 L4_chemical_A2 +LQ02X017200 Probable signal peptidase complex subunit 1 4.769385218 L4_chemical_A3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.933114287 L4_chemical_B1 +LQ02X017200 Probable signal peptidase complex subunit 1 6.218511421 L4_chemical_B2 +LQ02X017200 Probable signal peptidase complex subunit 1 5.463515398 L4_chemical_B3 +LQ02X017200 Probable signal peptidase complex subunit 1 5.37776782 L4_chemical_C2 +LQ02X017200 Probable signal peptidase complex subunit 1 6.156440543 L4_chemical_C3 +LQ02X017210 60S ribosomal protein L17-2 14.625054 C6_control_A1 +LQ02X017210 60S ribosomal protein L17-2 15.40267942 C6_control_A3 +LQ02X017210 60S ribosomal protein L17-2 14.51485597 C6_control_B1 +LQ02X017210 60S ribosomal protein L17-2 14.1821277 C6_control_B2 +LQ02X017210 60S ribosomal protein L17-2 13.96745287 C6_control_B3 +LQ02X017210 60S ribosomal protein L17-2 13.98775319 C6_control_C1 +LQ02X017210 60S ribosomal protein L17-2 13.93838774 C6_control_C2 +LQ02X017210 60S ribosomal protein L17-2 13.6679822 C6_control_C3 +LQ02X017210 60S ribosomal protein L17-2 14.58064432 C6_chemical_A1 +LQ02X017210 60S ribosomal protein L17-2 14.84931499 C6_chemical_A3 +LQ02X017210 60S ribosomal protein L17-2 14.30707112 C6_chemical_B1 +LQ02X017210 60S ribosomal protein L17-2 13.88132364 C6_chemical_B2 +LQ02X017210 60S ribosomal protein L17-2 13.73804984 C6_chemical_B3 +LQ02X017210 60S ribosomal protein L17-2 14.11422466 C6_chemical_C1 +LQ02X017210 60S ribosomal protein L17-2 13.80308329 C6_chemical_C2 +LQ02X017210 60S ribosomal protein L17-2 13.21698466 C6_chemical_C3 +LQ02X017210 60S ribosomal protein L17-2 14.75009922 L4_control_A1 +LQ02X017210 60S ribosomal protein L17-2 13.92263817 L4_control_A2 +LQ02X017210 60S ribosomal protein L17-2 14.84411171 L4_control_A3 +LQ02X017210 60S ribosomal protein L17-2 14.19552916 L4_control_B1 +LQ02X017210 60S ribosomal protein L17-2 13.84842318 L4_control_B2 +LQ02X017210 60S ribosomal protein L17-2 13.56957373 L4_control_B3 +LQ02X017210 60S ribosomal protein L17-2 14.30767133 L4_control_C2 +LQ02X017210 60S ribosomal protein L17-2 14.04259437 L4_control_C3 +LQ02X017210 60S ribosomal protein L17-2 14.95998374 L4_chemical_A1 +LQ02X017210 60S ribosomal protein L17-2 13.6032997 L4_chemical_A2 +LQ02X017210 60S ribosomal protein L17-2 14.13665187 L4_chemical_A3 +LQ02X017210 60S ribosomal protein L17-2 14.37178284 L4_chemical_B1 +LQ02X017210 60S ribosomal protein L17-2 14.26132952 L4_chemical_B2 +LQ02X017210 60S ribosomal protein L17-2 13.84648793 L4_chemical_B3 +LQ02X017210 60S ribosomal protein L17-2 14.34788222 L4_chemical_C2 +LQ02X017210 60S ribosomal protein L17-2 14.17079897 L4_chemical_C3 +LQ02X017220 Predicted protein 14.99181739 C6_control_A1 +LQ02X017220 Predicted protein 15.28475707 C6_control_A3 +LQ02X017220 Predicted protein 14.85661203 C6_control_B1 +LQ02X017220 Predicted protein 14.30808479 C6_control_B2 +LQ02X017220 Predicted protein 14.88328238 C6_control_B3 +LQ02X017220 Predicted protein 14.08862449 C6_control_C1 +LQ02X017220 Predicted protein 13.77663416 C6_control_C2 +LQ02X017220 Predicted protein 13.8907791 C6_control_C3 +LQ02X017220 Predicted protein 14.99124859 C6_chemical_A1 +LQ02X017220 Predicted protein 14.58477503 C6_chemical_A3 +LQ02X017220 Predicted protein 14.74082129 C6_chemical_B1 +LQ02X017220 Predicted protein 14.29694181 C6_chemical_B2 +LQ02X017220 Predicted protein 14.54756351 C6_chemical_B3 +LQ02X017220 Predicted protein 14.02300967 C6_chemical_C1 +LQ02X017220 Predicted protein 13.75997741 C6_chemical_C2 +LQ02X017220 Predicted protein 13.46922802 C6_chemical_C3 +LQ02X017220 Predicted protein 14.97015813 L4_control_A1 +LQ02X017220 Predicted protein 14.91294003 L4_control_A2 +LQ02X017220 Predicted protein 15.05965992 L4_control_A3 +LQ02X017220 Predicted protein 14.76720264 L4_control_B1 +LQ02X017220 Predicted protein 14.43578291 L4_control_B2 +LQ02X017220 Predicted protein 14.04227573 L4_control_B3 +LQ02X017220 Predicted protein 14.39479546 L4_control_C2 +LQ02X017220 Predicted protein 14.3144153 L4_control_C3 +LQ02X017220 Predicted protein 14.73109219 L4_chemical_A1 +LQ02X017220 Predicted protein 15.10266605 L4_chemical_A2 +LQ02X017220 Predicted protein 14.96974537 L4_chemical_A3 +LQ02X017220 Predicted protein 15.07994463 L4_chemical_B1 +LQ02X017220 Predicted protein 14.89725841 L4_chemical_B2 +LQ02X017220 Predicted protein 14.38943602 L4_chemical_B3 +LQ02X017220 Predicted protein 14.54412239 L4_chemical_C2 +LQ02X017220 Predicted protein 14.35790063 L4_chemical_C3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.643283241 C6_control_A1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 7.037458597 C6_control_A3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.157758517 C6_control_B1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.54780132 C6_control_B2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.301851269 C6_control_B3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.589480333 C6_control_C1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 6.429406068 C6_control_C2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.514327657 C6_control_C3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.603954786 C6_chemical_A1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.483703205 C6_chemical_A3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.493558417 C6_chemical_B1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.613026915 C6_chemical_B2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.526549466 C6_chemical_B3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.367415366 C6_chemical_C1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.331882865 C6_chemical_C2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.154332004 C6_chemical_C3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.633107056 L4_control_A1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 6.878103876 L4_control_A2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 6.850876946 L4_control_A3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.700118745 L4_control_B1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.883887636 L4_control_B2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.477089403 L4_control_B3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.302178532 L4_control_C2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.27668534 L4_control_C3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.431364741 L4_chemical_A1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 6.046175111 L4_chemical_A2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 6.23421533 L4_chemical_A3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 6.071557356 L4_chemical_B1 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.095534857 L4_chemical_B2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.980639251 L4_chemical_B3 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.864002096 L4_chemical_C2 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.289301174 L4_chemical_C3 +LQ02X017710 Hypothetical protein 4.881036464 C6_control_A1 +LQ02X017710 Hypothetical protein 4.679899686 C6_control_A3 +LQ02X017710 Hypothetical protein 4.958835145 C6_control_B1 +LQ02X017710 Hypothetical protein 4.732853262 C6_control_B2 +LQ02X017710 Hypothetical protein 4.661611796 C6_control_B3 +LQ02X017710 Hypothetical protein 4.751128567 C6_control_C1 +LQ02X017710 Hypothetical protein 4.788546006 C6_control_C2 +LQ02X017710 Hypothetical protein 4.679382756 C6_control_C3 +LQ02X017710 Hypothetical protein 4.628845133 C6_chemical_A1 +LQ02X017710 Hypothetical protein 4.864956333 C6_chemical_A3 +LQ02X017710 Hypothetical protein 5.18397801 C6_chemical_B1 +LQ02X017710 Hypothetical protein 4.728812696 C6_chemical_B2 +LQ02X017710 Hypothetical protein 4.794027913 C6_chemical_B3 +LQ02X017710 Hypothetical protein 5.012366407 C6_chemical_C1 +LQ02X017710 Hypothetical protein 4.869383768 C6_chemical_C2 +LQ02X017710 Hypothetical protein 4.738568894 C6_chemical_C3 +LQ02X017710 Hypothetical protein 4.694454503 L4_control_A1 +LQ02X017710 Hypothetical protein 5.034684698 L4_control_A2 +LQ02X017710 Hypothetical protein 4.684317122 L4_control_A3 +LQ02X017710 Hypothetical protein 5.037579837 L4_control_B1 +LQ02X017710 Hypothetical protein 5.117588934 L4_control_B2 +LQ02X017710 Hypothetical protein 4.863000927 L4_control_B3 +LQ02X017710 Hypothetical protein 5.126953748 L4_control_C2 +LQ02X017710 Hypothetical protein 5.437780229 L4_control_C3 +LQ02X017710 Hypothetical protein 4.858156805 L4_chemical_A1 +LQ02X017710 Hypothetical protein 4.782083681 L4_chemical_A2 +LQ02X017710 Hypothetical protein 4.979149198 L4_chemical_A3 +LQ02X017710 Hypothetical protein 5.081228249 L4_chemical_B1 +LQ02X017710 Hypothetical protein 5.006115375 L4_chemical_B2 +LQ02X017710 Hypothetical protein 4.597342289 L4_chemical_B3 +LQ02X017710 Hypothetical protein 5.937976226 L4_chemical_C2 +LQ02X017710 Hypothetical protein 4.805232848 L4_chemical_C3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.613077078 C6_control_A1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.23622195 C6_control_A3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.923075589 C6_control_B1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 6.132883174 C6_control_B2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.349755129 C6_control_B3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 6.17777802 C6_control_C1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.536573249 C6_control_C2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.773431747 C6_control_C3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.381544481 C6_chemical_A1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.713357193 C6_chemical_A3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.700382946 C6_chemical_B1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.82334138 C6_chemical_B2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.534084474 C6_chemical_B3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 6.14621518 C6_chemical_C1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.545762446 C6_chemical_C2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.797576938 C6_chemical_C3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.455228824 L4_control_A1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.634469462 L4_control_A2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.725290199 L4_control_A3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.567115779 L4_control_B1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.55843946 L4_control_B2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.112422095 L4_control_B3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.869105934 L4_control_C2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.060696066 L4_control_C3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.322724112 L4_chemical_A1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.761124026 L4_chemical_A2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.431335869 L4_chemical_A3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.430126402 L4_chemical_B1 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.641073406 L4_chemical_B2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.292619314 L4_chemical_B3 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.683118302 L4_chemical_C2 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.244751507 L4_chemical_C3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.001043537 C6_control_A1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.965378702 C6_control_A3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.326160308 C6_control_B1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.819408741 C6_control_B2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.096802921 C6_control_B3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.9384844 C6_control_C1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.081228905 C6_control_C2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.573427131 C6_control_C3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.316132745 C6_chemical_A1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.027422947 C6_chemical_A3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.008495516 C6_chemical_B1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.784915692 C6_chemical_B2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.833523889 C6_chemical_B3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.723726559 C6_chemical_C1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.992260492 C6_chemical_C2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.58635798 C6_chemical_C3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.417397979 L4_control_A1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.601693769 L4_control_A2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.634317685 L4_control_A3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.121664612 L4_control_B1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.787027452 L4_control_B2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.291341014 L4_control_B3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.275482324 L4_control_C2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.459195659 L4_control_C3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.739981338 L4_chemical_A1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.455044463 L4_chemical_A2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.389013288 L4_chemical_A3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.273274431 L4_chemical_B1 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.787043413 L4_chemical_B2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.583283766 L4_chemical_B3 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 6.350596376 L4_chemical_C2 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.960896572 L4_chemical_C3 +LQ02X017890 Uncharacterized protein At2g33490 5.453547932 C6_control_A1 +LQ02X017890 Uncharacterized protein At2g33490 5.265736093 C6_control_A3 +LQ02X017890 Uncharacterized protein At2g33490 5.550187499 C6_control_B1 +LQ02X017890 Uncharacterized protein At2g33490 5.600510755 C6_control_B2 +LQ02X017890 Uncharacterized protein At2g33490 5.373382331 C6_control_B3 +LQ02X017890 Uncharacterized protein At2g33490 5.039975807 C6_control_C1 +LQ02X017890 Uncharacterized protein At2g33490 5.513660003 C6_control_C2 +LQ02X017890 Uncharacterized protein At2g33490 5.300272528 C6_control_C3 +LQ02X017890 Uncharacterized protein At2g33490 5.563656901 C6_chemical_A1 +LQ02X017890 Uncharacterized protein At2g33490 5.248602581 C6_chemical_A3 +LQ02X017890 Uncharacterized protein At2g33490 5.877101437 C6_chemical_B1 +LQ02X017890 Uncharacterized protein At2g33490 5.453646284 C6_chemical_B2 +LQ02X017890 Uncharacterized protein At2g33490 5.873134725 C6_chemical_B3 +LQ02X017890 Uncharacterized protein At2g33490 5.302799408 C6_chemical_C1 +LQ02X017890 Uncharacterized protein At2g33490 5.495071462 C6_chemical_C2 +LQ02X017890 Uncharacterized protein At2g33490 5.375996134 C6_chemical_C3 +LQ02X017890 Uncharacterized protein At2g33490 5.535305403 L4_control_A1 +LQ02X017890 Uncharacterized protein At2g33490 5.936758301 L4_control_A2 +LQ02X017890 Uncharacterized protein At2g33490 6.114896221 L4_control_A3 +LQ02X017890 Uncharacterized protein At2g33490 5.538730563 L4_control_B1 +LQ02X017890 Uncharacterized protein At2g33490 6.61641229 L4_control_B2 +LQ02X017890 Uncharacterized protein At2g33490 5.6188648 L4_control_B3 +LQ02X017890 Uncharacterized protein At2g33490 5.647397981 L4_control_C2 +LQ02X017890 Uncharacterized protein At2g33490 5.231576784 L4_control_C3 +LQ02X017890 Uncharacterized protein At2g33490 5.11222693 L4_chemical_A1 +LQ02X017890 Uncharacterized protein At2g33490 5.500600206 L4_chemical_A2 +LQ02X017890 Uncharacterized protein At2g33490 5.609416397 L4_chemical_A3 +LQ02X017890 Uncharacterized protein At2g33490 5.212232299 L4_chemical_B1 +LQ02X017890 Uncharacterized protein At2g33490 5.971865499 L4_chemical_B2 +LQ02X017890 Uncharacterized protein At2g33490 5.518354269 L4_chemical_B3 +LQ02X017890 Uncharacterized protein At2g33490 5.624147739 L4_chemical_C2 +LQ02X017890 Uncharacterized protein At2g33490 5.405229169 L4_chemical_C3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.169978994 C6_control_A1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.061097049 C6_control_A3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 4.940239824 C6_control_B1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.618196567 C6_control_B2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.145102149 C6_control_B3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.145090238 C6_control_C1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.652202132 C6_control_C2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.265072081 C6_control_C3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.089580466 C6_chemical_A1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.376902589 C6_chemical_A3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.380175285 C6_chemical_B1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.684564087 C6_chemical_B2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.441060951 C6_chemical_B3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.251189235 C6_chemical_C1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.660927154 C6_chemical_C2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.483184687 C6_chemical_C3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.35783146 L4_control_A1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.503154356 L4_control_A2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.817586849 L4_control_A3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.671647097 L4_control_B1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.474886589 L4_control_B2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.4905847 L4_control_B3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 6.307927537 L4_control_C2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.337764219 L4_control_C3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.414094491 L4_chemical_A1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.239987214 L4_chemical_A2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.131470648 L4_chemical_A3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.844882768 L4_chemical_B1 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.736510708 L4_chemical_B2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.503210322 L4_chemical_B3 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.562858782 L4_chemical_C2 +LQ02X017900 Somatic embryogenesis receptor kinase 1 6.016299092 L4_chemical_C3 +LQ02X018000 Putative uncharacterized protein 13.52364176 C6_control_A1 +LQ02X018000 Putative uncharacterized protein 13.66792546 C6_control_A3 +LQ02X018000 Putative uncharacterized protein 13.66514335 C6_control_B1 +LQ02X018000 Putative uncharacterized protein 13.83781803 C6_control_B2 +LQ02X018000 Putative uncharacterized protein 13.93625751 C6_control_B3 +LQ02X018000 Putative uncharacterized protein 14.06091932 C6_control_C1 +LQ02X018000 Putative uncharacterized protein 13.76749864 C6_control_C2 +LQ02X018000 Putative uncharacterized protein 14.10410568 C6_control_C3 +LQ02X018000 Putative uncharacterized protein 13.58538841 C6_chemical_A1 +LQ02X018000 Putative uncharacterized protein 13.33811368 C6_chemical_A3 +LQ02X018000 Putative uncharacterized protein 13.47286253 C6_chemical_B1 +LQ02X018000 Putative uncharacterized protein 13.61342175 C6_chemical_B2 +LQ02X018000 Putative uncharacterized protein 13.86524733 C6_chemical_B3 +LQ02X018000 Putative uncharacterized protein 14.03493243 C6_chemical_C1 +LQ02X018000 Putative uncharacterized protein 13.78245401 C6_chemical_C2 +LQ02X018000 Putative uncharacterized protein 13.80220289 C6_chemical_C3 +LQ02X018000 Putative uncharacterized protein 13.53315366 L4_control_A1 +LQ02X018000 Putative uncharacterized protein 13.23924385 L4_control_A2 +LQ02X018000 Putative uncharacterized protein 13.31919621 L4_control_A3 +LQ02X018000 Putative uncharacterized protein 13.81537811 L4_control_B1 +LQ02X018000 Putative uncharacterized protein 13.2424878 L4_control_B2 +LQ02X018000 Putative uncharacterized protein 13.95762782 L4_control_B3 +LQ02X018000 Putative uncharacterized protein 13.74097248 L4_control_C2 +LQ02X018000 Putative uncharacterized protein 14.05994873 L4_control_C3 +LQ02X018000 Putative uncharacterized protein 13.96369823 L4_chemical_A1 +LQ02X018000 Putative uncharacterized protein 13.34419465 L4_chemical_A2 +LQ02X018000 Putative uncharacterized protein 13.82339546 L4_chemical_A3 +LQ02X018000 Putative uncharacterized protein 13.82878965 L4_chemical_B1 +LQ02X018000 Putative uncharacterized protein 13.67098824 L4_chemical_B2 +LQ02X018000 Putative uncharacterized protein 13.66157697 L4_chemical_B3 +LQ02X018000 Putative uncharacterized protein 13.81329438 L4_chemical_C2 +LQ02X018000 Putative uncharacterized protein 14.04303095 L4_chemical_C3 +LQ02X018051 Putative Copia protein 4.684698322 C6_control_A1 +LQ02X018051 Putative Copia protein 4.536748823 C6_control_A3 +LQ02X018051 Putative Copia protein 4.924346321 C6_control_B1 +LQ02X018051 Putative Copia protein 4.755919154 C6_control_B2 +LQ02X018051 Putative Copia protein 4.957260089 C6_control_B3 +LQ02X018051 Putative Copia protein 4.651966668 C6_control_C1 +LQ02X018051 Putative Copia protein 4.749156452 C6_control_C2 +LQ02X018051 Putative Copia protein 4.531829553 C6_control_C3 +LQ02X018051 Putative Copia protein 4.567660557 C6_chemical_A1 +LQ02X018051 Putative Copia protein 4.814266282 C6_chemical_A3 +LQ02X018051 Putative Copia protein 4.961557361 C6_chemical_B1 +LQ02X018051 Putative Copia protein 4.668890185 C6_chemical_B2 +LQ02X018051 Putative Copia protein 5.23722366 C6_chemical_B3 +LQ02X018051 Putative Copia protein 4.66863515 C6_chemical_C1 +LQ02X018051 Putative Copia protein 4.595956019 C6_chemical_C2 +LQ02X018051 Putative Copia protein 4.672477746 C6_chemical_C3 +LQ02X018051 Putative Copia protein 4.543083811 L4_control_A1 +LQ02X018051 Putative Copia protein 4.708125956 L4_control_A2 +LQ02X018051 Putative Copia protein 5.047960554 L4_control_A3 +LQ02X018051 Putative Copia protein 5.003738531 L4_control_B1 +LQ02X018051 Putative Copia protein 4.991274804 L4_control_B2 +LQ02X018051 Putative Copia protein 4.55864985 L4_control_B3 +LQ02X018051 Putative Copia protein 4.935325462 L4_control_C2 +LQ02X018051 Putative Copia protein 5.349303361 L4_control_C3 +LQ02X018051 Putative Copia protein 4.658602644 L4_chemical_A1 +LQ02X018051 Putative Copia protein 4.692948613 L4_chemical_A2 +LQ02X018051 Putative Copia protein 5.218120549 L4_chemical_A3 +LQ02X018051 Putative Copia protein 5.133597785 L4_chemical_B1 +LQ02X018051 Putative Copia protein 4.939942813 L4_chemical_B2 +LQ02X018051 Putative Copia protein 4.505532072 L4_chemical_B3 +LQ02X018051 Putative Copia protein 5.608826312 L4_chemical_C2 +LQ02X018051 Putative Copia protein 5.028440119 L4_chemical_C3 +LQ02X018391 Hypothetical protein 10.52964173 C6_control_A1 +LQ02X018391 Hypothetical protein 9.508661222 C6_control_A3 +LQ02X018391 Hypothetical protein 9.797850813 C6_control_B1 +LQ02X018391 Hypothetical protein 11.88870567 C6_control_B2 +LQ02X018391 Hypothetical protein 9.835763797 C6_control_B3 +LQ02X018391 Hypothetical protein 12.09979919 C6_control_C1 +LQ02X018391 Hypothetical protein 11.83886297 C6_control_C2 +LQ02X018391 Hypothetical protein 10.6729622 C6_control_C3 +LQ02X018391 Hypothetical protein 11.17072572 C6_chemical_A1 +LQ02X018391 Hypothetical protein 9.444100959 C6_chemical_A3 +LQ02X018391 Hypothetical protein 10.28343564 C6_chemical_B1 +LQ02X018391 Hypothetical protein 12.83942426 C6_chemical_B2 +LQ02X018391 Hypothetical protein 10.0347561 C6_chemical_B3 +LQ02X018391 Hypothetical protein 12.76974528 C6_chemical_C1 +LQ02X018391 Hypothetical protein 12.25333676 C6_chemical_C2 +LQ02X018391 Hypothetical protein 11.59544923 C6_chemical_C3 +LQ02X018391 Hypothetical protein 10.05143182 L4_control_A1 +LQ02X018391 Hypothetical protein 10.73520772 L4_control_A2 +LQ02X018391 Hypothetical protein 9.082376604 L4_control_A3 +LQ02X018391 Hypothetical protein 9.913295753 L4_control_B1 +LQ02X018391 Hypothetical protein 9.962068825 L4_control_B2 +LQ02X018391 Hypothetical protein 10.74626408 L4_control_B3 +LQ02X018391 Hypothetical protein 8.837767567 L4_control_C2 +LQ02X018391 Hypothetical protein 10.26057837 L4_control_C3 +LQ02X018391 Hypothetical protein 10.97306438 L4_chemical_A1 +LQ02X018391 Hypothetical protein 11.74323954 L4_chemical_A2 +LQ02X018391 Hypothetical protein 9.121688543 L4_chemical_A3 +LQ02X018391 Hypothetical protein 10.12310975 L4_chemical_B1 +LQ02X018391 Hypothetical protein 10.31277221 L4_chemical_B2 +LQ02X018391 Hypothetical protein 10.13256664 L4_chemical_B3 +LQ02X018391 Hypothetical protein 9.732076841 L4_chemical_C2 +LQ02X018391 Hypothetical protein 9.952141912 L4_chemical_C3 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.21941347 C6_control_A1 +LQ02X018540 Serine/threonine-protein kinase PBS1 5.762313833 C6_control_A3 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.607697822 C6_control_B1 +LQ02X018540 Serine/threonine-protein kinase PBS1 5.285623203 C6_control_B2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.385101702 C6_control_B3 +LQ02X018540 Serine/threonine-protein kinase PBS1 5.738818284 C6_control_C1 +LQ02X018540 Serine/threonine-protein kinase PBS1 5.397512052 C6_control_C2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.347174894 C6_control_C3 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.683669237 C6_chemical_A1 +LQ02X018540 Serine/threonine-protein kinase PBS1 5.761263 C6_chemical_A3 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.32002352 C6_chemical_B1 +LQ02X018540 Serine/threonine-protein kinase PBS1 4.900522616 C6_chemical_B2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.641657482 C6_chemical_B3 +LQ02X018540 Serine/threonine-protein kinase PBS1 5.83194817 C6_chemical_C1 +LQ02X018540 Serine/threonine-protein kinase PBS1 5.520771451 C6_chemical_C2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.226882392 C6_chemical_C3 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.053126666 L4_control_A1 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.935347948 L4_control_A2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.287217142 L4_control_A3 +LQ02X018540 Serine/threonine-protein kinase PBS1 7.097286908 L4_control_B1 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.726284649 L4_control_B2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.669291689 L4_control_B3 +LQ02X018540 Serine/threonine-protein kinase PBS1 7.200897203 L4_control_C2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.814729139 L4_control_C3 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.291390055 L4_chemical_A1 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.915740259 L4_chemical_A2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.672149564 L4_chemical_A3 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.405307986 L4_chemical_B1 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.847888385 L4_chemical_B2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.489692316 L4_chemical_B3 +LQ02X018540 Serine/threonine-protein kinase PBS1 7.274376679 L4_chemical_C2 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.376295522 L4_chemical_C3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.256699064 C6_control_A1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 4.893663451 C6_control_A3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.628563571 C6_control_B1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.510947984 C6_control_B2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.104408392 C6_control_B3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.239809506 C6_control_C1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.265336619 C6_control_C2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.223437646 C6_control_C3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 4.989868752 C6_chemical_A1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.603974541 C6_chemical_A3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.236648338 C6_chemical_B1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.195925051 C6_chemical_B2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.135354807 C6_chemical_B3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.27115832 C6_chemical_C1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.454753998 C6_chemical_C2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.353607996 C6_chemical_C3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.117114338 L4_control_A1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.226505352 L4_control_A2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.578646697 L4_control_A3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.471588456 L4_control_B1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.043089814 L4_control_B2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.339857664 L4_control_B3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.835388239 L4_control_C2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.321341088 L4_control_C3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.500998932 L4_chemical_A1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 4.970377343 L4_chemical_A2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 4.845624983 L4_chemical_A3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 4.983985401 L4_chemical_B1 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.403977331 L4_chemical_B2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.217935431 L4_chemical_B3 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.896490103 L4_chemical_C2 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 5.682923401 L4_chemical_C3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.147925282 C6_control_A1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.327217426 C6_control_A3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 5.994784987 C6_control_B1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.696008255 C6_control_B2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 6.698409699 C6_control_B3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.689117474 C6_control_C1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.389569199 C6_control_C2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.976856688 C6_control_C3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.204135457 C6_chemical_A1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.235054443 C6_chemical_A3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 6.499699012 C6_chemical_B1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.358950017 C6_chemical_B2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 6.747883762 C6_chemical_B3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.392381565 C6_chemical_C1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.657583449 C6_chemical_C2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.602152908 C6_chemical_C3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.426359123 L4_control_A1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.988677963 L4_control_A2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.719416905 L4_control_A3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.582802367 L4_control_B1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.440695393 L4_control_B2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.350851012 L4_control_B3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.84690313 L4_control_C2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.19617819 L4_control_C3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.655797357 L4_chemical_A1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.460677052 L4_chemical_A2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.42551534 L4_chemical_A3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.65440233 L4_chemical_B1 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.25917964 L4_chemical_B2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.406562549 L4_chemical_B3 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.538503941 L4_chemical_C2 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 8.35367333 L4_chemical_C3 +LQ02X018690 NAC domain-containing protein, putative 6.173457637 C6_control_A1 +LQ02X018690 NAC domain-containing protein, putative 6.569686288 C6_control_A3 +LQ02X018690 NAC domain-containing protein, putative 6.400333024 C6_control_B1 +LQ02X018690 NAC domain-containing protein, putative 6.852531758 C6_control_B2 +LQ02X018690 NAC domain-containing protein, putative 6.370821121 C6_control_B3 +LQ02X018690 NAC domain-containing protein, putative 7.031536726 C6_control_C1 +LQ02X018690 NAC domain-containing protein, putative 7.696211962 C6_control_C2 +LQ02X018690 NAC domain-containing protein, putative 6.928900236 C6_control_C3 +LQ02X018690 NAC domain-containing protein, putative 5.836686969 C6_chemical_A1 +LQ02X018690 NAC domain-containing protein, putative 5.554952272 C6_chemical_A3 +LQ02X018690 NAC domain-containing protein, putative 6.628442566 C6_chemical_B1 +LQ02X018690 NAC domain-containing protein, putative 6.209084821 C6_chemical_B2 +LQ02X018690 NAC domain-containing protein, putative 5.981735998 C6_chemical_B3 +LQ02X018690 NAC domain-containing protein, putative 6.585453704 C6_chemical_C1 +LQ02X018690 NAC domain-containing protein, putative 6.761979459 C6_chemical_C2 +LQ02X018690 NAC domain-containing protein, putative 6.806719842 C6_chemical_C3 +LQ02X018690 NAC domain-containing protein, putative 6.0990276 L4_control_A1 +LQ02X018690 NAC domain-containing protein, putative 5.471657833 L4_control_A2 +LQ02X018690 NAC domain-containing protein, putative 5.478289313 L4_control_A3 +LQ02X018690 NAC domain-containing protein, putative 5.49740887 L4_control_B1 +LQ02X018690 NAC domain-containing protein, putative 6.095041273 L4_control_B2 +LQ02X018690 NAC domain-containing protein, putative 6.254602097 L4_control_B3 +LQ02X018690 NAC domain-containing protein, putative 6.325185142 L4_control_C2 +LQ02X018690 NAC domain-containing protein, putative 6.355072617 L4_control_C3 +LQ02X018690 NAC domain-containing protein, putative 6.324908277 L4_chemical_A1 +LQ02X018690 NAC domain-containing protein, putative 6.064872571 L4_chemical_A2 +LQ02X018690 NAC domain-containing protein, putative 5.446633228 L4_chemical_A3 +LQ02X018690 NAC domain-containing protein, putative 5.728694832 L4_chemical_B1 +LQ02X018690 NAC domain-containing protein, putative 5.421261315 L4_chemical_B2 +LQ02X018690 NAC domain-containing protein, putative 6.179562494 L4_chemical_B3 +LQ02X018690 NAC domain-containing protein, putative 5.437105774 L4_chemical_C2 +LQ02X018690 NAC domain-containing protein, putative 6.257814336 L4_chemical_C3 +LQ02X018700 Putative uncharacterized protein 14.13485433 C6_control_A1 +LQ02X018700 Putative uncharacterized protein 14.14596247 C6_control_A3 +LQ02X018700 Putative uncharacterized protein 13.58173211 C6_control_B1 +LQ02X018700 Putative uncharacterized protein 13.37825271 C6_control_B2 +LQ02X018700 Putative uncharacterized protein 13.31739409 C6_control_B3 +LQ02X018700 Putative uncharacterized protein 13.5730952 C6_control_C1 +LQ02X018700 Putative uncharacterized protein 13.06378415 C6_control_C2 +LQ02X018700 Putative uncharacterized protein 13.18637654 C6_control_C3 +LQ02X018700 Putative uncharacterized protein 13.9086984 C6_chemical_A1 +LQ02X018700 Putative uncharacterized protein 13.03267739 C6_chemical_A3 +LQ02X018700 Putative uncharacterized protein 13.27005472 C6_chemical_B1 +LQ02X018700 Putative uncharacterized protein 13.13876044 C6_chemical_B2 +LQ02X018700 Putative uncharacterized protein 12.97757789 C6_chemical_B3 +LQ02X018700 Putative uncharacterized protein 13.43497444 C6_chemical_C1 +LQ02X018700 Putative uncharacterized protein 13.41869974 C6_chemical_C2 +LQ02X018700 Putative uncharacterized protein 13.0765449 C6_chemical_C3 +LQ02X018700 Putative uncharacterized protein 13.73152311 L4_control_A1 +LQ02X018700 Putative uncharacterized protein 13.58049206 L4_control_A2 +LQ02X018700 Putative uncharacterized protein 13.33199461 L4_control_A3 +LQ02X018700 Putative uncharacterized protein 13.00725222 L4_control_B1 +LQ02X018700 Putative uncharacterized protein 12.20542043 L4_control_B2 +LQ02X018700 Putative uncharacterized protein 12.65406687 L4_control_B3 +LQ02X018700 Putative uncharacterized protein 13.30283041 L4_control_C2 +LQ02X018700 Putative uncharacterized protein 12.25072836 L4_control_C3 +LQ02X018700 Putative uncharacterized protein 13.61529739 L4_chemical_A1 +LQ02X018700 Putative uncharacterized protein 13.35174456 L4_chemical_A2 +LQ02X018700 Putative uncharacterized protein 13.07692334 L4_chemical_A3 +LQ02X018700 Putative uncharacterized protein 12.97457014 L4_chemical_B1 +LQ02X018700 Putative uncharacterized protein 13.18313561 L4_chemical_B2 +LQ02X018700 Putative uncharacterized protein 12.69859064 L4_chemical_B3 +LQ02X018700 Putative uncharacterized protein 13.29107293 L4_chemical_C2 +LQ02X018700 Putative uncharacterized protein 12.3249808 L4_chemical_C3 +LQ02X018720 Hypothetical protein 5.479795221 C6_control_A1 +LQ02X018720 Hypothetical protein 5.029711835 C6_control_A3 +LQ02X018720 Hypothetical protein 5.300971248 C6_control_B1 +LQ02X018720 Hypothetical protein 5.086969987 C6_control_B2 +LQ02X018720 Hypothetical protein 4.962737895 C6_control_B3 +LQ02X018720 Hypothetical protein 4.949303842 C6_control_C1 +LQ02X018720 Hypothetical protein 5.229728081 C6_control_C2 +LQ02X018720 Hypothetical protein 4.896142728 C6_control_C3 +LQ02X018720 Hypothetical protein 4.994496469 C6_chemical_A1 +LQ02X018720 Hypothetical protein 5.0542612 C6_chemical_A3 +LQ02X018720 Hypothetical protein 5.172471294 C6_chemical_B1 +LQ02X018720 Hypothetical protein 4.948430186 C6_chemical_B2 +LQ02X018720 Hypothetical protein 5.164399346 C6_chemical_B3 +LQ02X018720 Hypothetical protein 4.859296464 C6_chemical_C1 +LQ02X018720 Hypothetical protein 5.410198128 C6_chemical_C2 +LQ02X018720 Hypothetical protein 5.216549882 C6_chemical_C3 +LQ02X018720 Hypothetical protein 5.199369919 L4_control_A1 +LQ02X018720 Hypothetical protein 5.290747965 L4_control_A2 +LQ02X018720 Hypothetical protein 5.085722563 L4_control_A3 +LQ02X018720 Hypothetical protein 5.397647494 L4_control_B1 +LQ02X018720 Hypothetical protein 5.154133099 L4_control_B2 +LQ02X018720 Hypothetical protein 5.049451582 L4_control_B3 +LQ02X018720 Hypothetical protein 5.094978275 L4_control_C2 +LQ02X018720 Hypothetical protein 5.403326242 L4_control_C3 +LQ02X018720 Hypothetical protein 5.089217964 L4_chemical_A1 +LQ02X018720 Hypothetical protein 5.160615779 L4_chemical_A2 +LQ02X018720 Hypothetical protein 4.891773129 L4_chemical_A3 +LQ02X018720 Hypothetical protein 5.376442293 L4_chemical_B1 +LQ02X018720 Hypothetical protein 5.332489991 L4_chemical_B2 +LQ02X018720 Hypothetical protein 5.216280468 L4_chemical_B3 +LQ02X018720 Hypothetical protein 5.243215172 L4_chemical_C2 +LQ02X018720 Hypothetical protein 5.078711747 L4_chemical_C3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.363590287 C6_control_A1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 6.177099349 C6_control_A3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.395194132 C6_control_B1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.059057407 C6_control_B2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.256278214 C6_control_B3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.014290916 C6_control_C1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 4.831615554 C6_control_C2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.12085799 C6_control_C3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.008655184 C6_chemical_A1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.297365861 C6_chemical_A3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.276796588 C6_chemical_B1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 4.702981349 C6_chemical_B2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.628988299 C6_chemical_B3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.149873993 C6_chemical_C1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 4.986035792 C6_chemical_C2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 4.976601663 C6_chemical_C3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.276517244 L4_control_A1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.315475517 L4_control_A2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.693840804 L4_control_A3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 4.878413512 L4_control_B1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.154714399 L4_control_B2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.008130325 L4_control_B3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.49730256 L4_control_C2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.231582708 L4_control_C3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.331862122 L4_chemical_A1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.12884011 L4_chemical_A2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.525979769 L4_chemical_A3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.152091275 L4_chemical_B1 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.030669721 L4_chemical_B2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.060907416 L4_chemical_B3 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 6.137983045 L4_chemical_C2 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 4.947729586 L4_chemical_C3 +LQ02X018860 Putative uncharacterized protein 12.29680686 C6_control_A1 +LQ02X018860 Putative uncharacterized protein 11.93808821 C6_control_A3 +LQ02X018860 Putative uncharacterized protein 12.25064414 C6_control_B1 +LQ02X018860 Putative uncharacterized protein 12.10496397 C6_control_B2 +LQ02X018860 Putative uncharacterized protein 12.11578812 C6_control_B3 +LQ02X018860 Putative uncharacterized protein 11.72974227 C6_control_C1 +LQ02X018860 Putative uncharacterized protein 11.79081551 C6_control_C2 +LQ02X018860 Putative uncharacterized protein 12.12964718 C6_control_C3 +LQ02X018860 Putative uncharacterized protein 12.48267443 C6_chemical_A1 +LQ02X018860 Putative uncharacterized protein 11.96180384 C6_chemical_A3 +LQ02X018860 Putative uncharacterized protein 12.42470779 C6_chemical_B1 +LQ02X018860 Putative uncharacterized protein 11.91114477 C6_chemical_B2 +LQ02X018860 Putative uncharacterized protein 12.13102334 C6_chemical_B3 +LQ02X018860 Putative uncharacterized protein 11.85721349 C6_chemical_C1 +LQ02X018860 Putative uncharacterized protein 11.74162341 C6_chemical_C2 +LQ02X018860 Putative uncharacterized protein 11.88816773 C6_chemical_C3 +LQ02X018860 Putative uncharacterized protein 12.2583659 L4_control_A1 +LQ02X018860 Putative uncharacterized protein 11.95541859 L4_control_A2 +LQ02X018860 Putative uncharacterized protein 12.51122313 L4_control_A3 +LQ02X018860 Putative uncharacterized protein 12.56302892 L4_control_B1 +LQ02X018860 Putative uncharacterized protein 11.95127206 L4_control_B2 +LQ02X018860 Putative uncharacterized protein 11.77699554 L4_control_B3 +LQ02X018860 Putative uncharacterized protein 12.17059909 L4_control_C2 +LQ02X018860 Putative uncharacterized protein 11.73692575 L4_control_C3 +LQ02X018860 Putative uncharacterized protein 12.65976531 L4_chemical_A1 +LQ02X018860 Putative uncharacterized protein 12.37980044 L4_chemical_A2 +LQ02X018860 Putative uncharacterized protein 12.72252401 L4_chemical_A3 +LQ02X018860 Putative uncharacterized protein 12.22067023 L4_chemical_B1 +LQ02X018860 Putative uncharacterized protein 12.22825716 L4_chemical_B2 +LQ02X018860 Putative uncharacterized protein 11.87382463 L4_chemical_B3 +LQ02X018860 Putative uncharacterized protein 12.44909914 L4_chemical_C2 +LQ02X018860 Putative uncharacterized protein 11.88810559 L4_chemical_C3 +LQ02X018870 Uncharacterized protein At4g14100 12.32109588 C6_control_A1 +LQ02X018870 Uncharacterized protein At4g14100 12.13240904 C6_control_A3 +LQ02X018870 Uncharacterized protein At4g14100 12.03292448 C6_control_B1 +LQ02X018870 Uncharacterized protein At4g14100 12.48756159 C6_control_B2 +LQ02X018870 Uncharacterized protein At4g14100 12.39497681 C6_control_B3 +LQ02X018870 Uncharacterized protein At4g14100 11.56072437 C6_control_C1 +LQ02X018870 Uncharacterized protein At4g14100 11.52522262 C6_control_C2 +LQ02X018870 Uncharacterized protein At4g14100 11.76413243 C6_control_C3 +LQ02X018870 Uncharacterized protein At4g14100 12.53625258 C6_chemical_A1 +LQ02X018870 Uncharacterized protein At4g14100 12.50191595 C6_chemical_A3 +LQ02X018870 Uncharacterized protein At4g14100 12.2418446 C6_chemical_B1 +LQ02X018870 Uncharacterized protein At4g14100 12.66037315 C6_chemical_B2 +LQ02X018870 Uncharacterized protein At4g14100 12.42673087 C6_chemical_B3 +LQ02X018870 Uncharacterized protein At4g14100 11.64283463 C6_chemical_C1 +LQ02X018870 Uncharacterized protein At4g14100 11.48641135 C6_chemical_C2 +LQ02X018870 Uncharacterized protein At4g14100 11.23120268 C6_chemical_C3 +LQ02X018870 Uncharacterized protein At4g14100 12.53757981 L4_control_A1 +LQ02X018870 Uncharacterized protein At4g14100 12.41979009 L4_control_A2 +LQ02X018870 Uncharacterized protein At4g14100 12.49111026 L4_control_A3 +LQ02X018870 Uncharacterized protein At4g14100 12.01741509 L4_control_B1 +LQ02X018870 Uncharacterized protein At4g14100 12.03227368 L4_control_B2 +LQ02X018870 Uncharacterized protein At4g14100 11.67085971 L4_control_B3 +LQ02X018870 Uncharacterized protein At4g14100 10.95694038 L4_control_C2 +LQ02X018870 Uncharacterized protein At4g14100 10.87937492 L4_control_C3 +LQ02X018870 Uncharacterized protein At4g14100 12.82007387 L4_chemical_A1 +LQ02X018870 Uncharacterized protein At4g14100 13.19773466 L4_chemical_A2 +LQ02X018870 Uncharacterized protein At4g14100 12.65260106 L4_chemical_A3 +LQ02X018870 Uncharacterized protein At4g14100 12.31964824 L4_chemical_B1 +LQ02X018870 Uncharacterized protein At4g14100 12.71811824 L4_chemical_B2 +LQ02X018870 Uncharacterized protein At4g14100 12.39216293 L4_chemical_B3 +LQ02X018870 Uncharacterized protein At4g14100 11.23719483 L4_chemical_C2 +LQ02X018870 Uncharacterized protein At4g14100 11.06214664 L4_chemical_C3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.46302789 C6_control_A1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.071971999 C6_control_A3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 4.945977949 C6_control_B1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.056992254 C6_control_B2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.318136147 C6_control_B3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.19339215 C6_control_C1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.120650256 C6_control_C2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.082477164 C6_control_C3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.123611927 C6_chemical_A1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.356379338 C6_chemical_A3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.654562359 C6_chemical_B1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.096672689 C6_chemical_B2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.304675549 C6_chemical_B3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 4.899715984 C6_chemical_C1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.1071644 C6_chemical_C2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.031011092 C6_chemical_C3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.136227459 L4_control_A1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.46842847 L4_control_A2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.17218028 L4_control_A3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.955125854 L4_control_B1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.740163218 L4_control_B2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.128296411 L4_control_B3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.277225071 L4_control_C2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 4.904127385 L4_control_C3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 4.984724797 L4_chemical_A1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.262915232 L4_chemical_A2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 4.931842008 L4_chemical_A3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.351959882 L4_chemical_B1 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.531546317 L4_chemical_B2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.015309872 L4_chemical_B3 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.6159224 L4_chemical_C2 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.169157302 L4_chemical_C3 +LQ02X018970 Hypothetical protein 5.225749784 C6_control_A1 +LQ02X018970 Hypothetical protein 5.281687102 C6_control_A3 +LQ02X018970 Hypothetical protein 5.271999329 C6_control_B1 +LQ02X018970 Hypothetical protein 4.941563765 C6_control_B2 +LQ02X018970 Hypothetical protein 5.501837757 C6_control_B3 +LQ02X018970 Hypothetical protein 5.089972676 C6_control_C1 +LQ02X018970 Hypothetical protein 5.163626027 C6_control_C2 +LQ02X018970 Hypothetical protein 4.986100056 C6_control_C3 +LQ02X018970 Hypothetical protein 4.980883402 C6_chemical_A1 +LQ02X018970 Hypothetical protein 5.259134111 C6_chemical_A3 +LQ02X018970 Hypothetical protein 5.359555749 C6_chemical_B1 +LQ02X018970 Hypothetical protein 5.241233434 C6_chemical_B2 +LQ02X018970 Hypothetical protein 5.295627716 C6_chemical_B3 +LQ02X018970 Hypothetical protein 5.056388071 C6_chemical_C1 +LQ02X018970 Hypothetical protein 5.376329308 C6_chemical_C2 +LQ02X018970 Hypothetical protein 5.395939253 C6_chemical_C3 +LQ02X018970 Hypothetical protein 5.047514669 L4_control_A1 +LQ02X018970 Hypothetical protein 5.476345429 L4_control_A2 +LQ02X018970 Hypothetical protein 5.523417606 L4_control_A3 +LQ02X018970 Hypothetical protein 5.466422568 L4_control_B1 +LQ02X018970 Hypothetical protein 5.452233793 L4_control_B2 +LQ02X018970 Hypothetical protein 5.37740132 L4_control_B3 +LQ02X018970 Hypothetical protein 5.093565303 L4_control_C2 +LQ02X018970 Hypothetical protein 5.141680075 L4_control_C3 +LQ02X018970 Hypothetical protein 5.202874221 L4_chemical_A1 +LQ02X018970 Hypothetical protein 4.729425805 L4_chemical_A2 +LQ02X018970 Hypothetical protein 4.823572441 L4_chemical_A3 +LQ02X018970 Hypothetical protein 5.096161473 L4_chemical_B1 +LQ02X018970 Hypothetical protein 5.261670927 L4_chemical_B2 +LQ02X018970 Hypothetical protein 5.380342317 L4_chemical_B3 +LQ02X018970 Hypothetical protein 4.928584534 L4_chemical_C2 +LQ02X018970 Hypothetical protein 5.15022566 L4_chemical_C3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.27565862 C6_control_A1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.210379538 C6_control_A3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.452137389 C6_control_B1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.910188106 C6_control_B2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.215275784 C6_control_B3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 6.12451216 C6_control_C1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.784850895 C6_control_C2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.727613755 C6_control_C3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.050611934 C6_chemical_A1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.294564375 C6_chemical_A3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.465347164 C6_chemical_B1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.304772236 C6_chemical_B2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.524466389 C6_chemical_B3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.620560292 C6_chemical_C1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.704405651 C6_chemical_C2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.934539192 C6_chemical_C3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.885211457 L4_control_A1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.51130718 L4_control_A2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.681883583 L4_control_A3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.848571773 L4_control_B1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.647770148 L4_control_B2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 7.200524784 L4_control_B3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.522196221 L4_control_C2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.480585982 L4_control_C3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 6.932762254 L4_chemical_A1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.696896325 L4_chemical_A2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.819014174 L4_chemical_A3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 6.189426557 L4_chemical_B1 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.141523518 L4_chemical_B2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 6.906130816 L4_chemical_B3 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.831014246 L4_chemical_C2 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.884471098 L4_chemical_C3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.71971772 C6_control_A1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.91620793 C6_control_A3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.05708631 C6_control_B1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.07168974 C6_control_B2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.06665235 C6_control_B3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.28921649 C6_control_C1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.19630858 C6_control_C2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.40218583 C6_control_C3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.41550371 C6_chemical_A1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.56062444 C6_chemical_A3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.73057561 C6_chemical_B1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.85608234 C6_chemical_B2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.70281249 C6_chemical_B3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.21110812 C6_chemical_C1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.26410892 C6_chemical_C2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 10.7453778 C6_chemical_C3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 13.06143875 L4_control_A1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.95447088 L4_control_A2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 13.0954611 L4_control_A3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.38709166 L4_control_B1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.51956644 L4_control_B2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 10.93431624 L4_control_B3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 10.40783788 L4_control_C2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 9.965353504 L4_control_C3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.52459014 L4_chemical_A1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.7976697 L4_chemical_A2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 13.35211912 L4_chemical_A3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.85558104 L4_chemical_B1 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.69339661 L4_chemical_B2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.09367048 L4_chemical_B3 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 10.59124081 L4_chemical_C2 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 9.832504629 L4_chemical_C3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.95781103 C6_control_A1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.42092619 C6_control_A3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.26397582 C6_control_B1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 15.16570424 C6_control_B2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.43447456 C6_control_B3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 15.27472331 C6_control_C1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 15.27447063 C6_control_C2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 15.29273957 C6_control_C3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.20247874 C6_chemical_A1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.01356016 C6_chemical_A3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.46540096 C6_chemical_B1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 15.05573529 C6_chemical_B2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.73555702 C6_chemical_B3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 15.01251559 C6_chemical_C1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 15.41175256 C6_chemical_C2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 15.33163733 C6_chemical_C3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.48736584 L4_control_A1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.32316945 L4_control_A2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 12.6481798 L4_control_A3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.02539906 L4_control_B1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.79786896 L4_control_B2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.52865877 L4_control_B3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.02995115 L4_control_C2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.67101202 L4_control_C3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.68053109 L4_chemical_A1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.53875282 L4_chemical_A2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 12.73630687 L4_chemical_A3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.36818331 L4_chemical_B1 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.58162307 L4_chemical_B2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 13.88647609 L4_chemical_B3 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.18602859 L4_chemical_C2 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.21751189 L4_chemical_C3 +LQ02X019570 Ras-related protein Rab11D 12.81800472 C6_control_A1 +LQ02X019570 Ras-related protein Rab11D 12.7897753 C6_control_A3 +LQ02X019570 Ras-related protein Rab11D 12.74300513 C6_control_B1 +LQ02X019570 Ras-related protein Rab11D 12.72238025 C6_control_B2 +LQ02X019570 Ras-related protein Rab11D 12.71467959 C6_control_B3 +LQ02X019570 Ras-related protein Rab11D 13.13025717 C6_control_C1 +LQ02X019570 Ras-related protein Rab11D 12.92950324 C6_control_C2 +LQ02X019570 Ras-related protein Rab11D 13.2194473 C6_control_C3 +LQ02X019570 Ras-related protein Rab11D 12.76623044 C6_chemical_A1 +LQ02X019570 Ras-related protein Rab11D 12.75961954 C6_chemical_A3 +LQ02X019570 Ras-related protein Rab11D 12.48631536 C6_chemical_B1 +LQ02X019570 Ras-related protein Rab11D 12.74974732 C6_chemical_B2 +LQ02X019570 Ras-related protein Rab11D 12.62567353 C6_chemical_B3 +LQ02X019570 Ras-related protein Rab11D 13.14610513 C6_chemical_C1 +LQ02X019570 Ras-related protein Rab11D 12.96937422 C6_chemical_C2 +LQ02X019570 Ras-related protein Rab11D 12.96124255 C6_chemical_C3 +LQ02X019570 Ras-related protein Rab11D 12.81965451 L4_control_A1 +LQ02X019570 Ras-related protein Rab11D 12.77565013 L4_control_A2 +LQ02X019570 Ras-related protein Rab11D 12.57067217 L4_control_A3 +LQ02X019570 Ras-related protein Rab11D 12.18321648 L4_control_B1 +LQ02X019570 Ras-related protein Rab11D 11.57423619 L4_control_B2 +LQ02X019570 Ras-related protein Rab11D 12.59087866 L4_control_B3 +LQ02X019570 Ras-related protein Rab11D 12.55532269 L4_control_C2 +LQ02X019570 Ras-related protein Rab11D 12.30387333 L4_control_C3 +LQ02X019570 Ras-related protein Rab11D 13.01315711 L4_chemical_A1 +LQ02X019570 Ras-related protein Rab11D 12.84697454 L4_chemical_A2 +LQ02X019570 Ras-related protein Rab11D 12.63003319 L4_chemical_A3 +LQ02X019570 Ras-related protein Rab11D 12.07297813 L4_chemical_B1 +LQ02X019570 Ras-related protein Rab11D 11.65344307 L4_chemical_B2 +LQ02X019570 Ras-related protein Rab11D 12.65677884 L4_chemical_B3 +LQ02X019570 Ras-related protein Rab11D 12.52660385 L4_chemical_C2 +LQ02X019570 Ras-related protein Rab11D 12.40913464 L4_chemical_C3 +LQ02X019690 Auxin response factor 2 9.668184157 C6_control_A1 +LQ02X019690 Auxin response factor 2 9.627569313 C6_control_A3 +LQ02X019690 Auxin response factor 2 9.440447206 C6_control_B1 +LQ02X019690 Auxin response factor 2 9.141415379 C6_control_B2 +LQ02X019690 Auxin response factor 2 9.377120307 C6_control_B3 +LQ02X019690 Auxin response factor 2 10.31983703 C6_control_C1 +LQ02X019690 Auxin response factor 2 10.06182768 C6_control_C2 +LQ02X019690 Auxin response factor 2 10.53678852 C6_control_C3 +LQ02X019690 Auxin response factor 2 9.193559664 C6_chemical_A1 +LQ02X019690 Auxin response factor 2 10.15514836 C6_chemical_A3 +LQ02X019690 Auxin response factor 2 9.360197013 C6_chemical_B1 +LQ02X019690 Auxin response factor 2 9.170571979 C6_chemical_B2 +LQ02X019690 Auxin response factor 2 9.559625004 C6_chemical_B3 +LQ02X019690 Auxin response factor 2 9.995671629 C6_chemical_C1 +LQ02X019690 Auxin response factor 2 10.36029871 C6_chemical_C2 +LQ02X019690 Auxin response factor 2 10.81147844 C6_chemical_C3 +LQ02X019690 Auxin response factor 2 10.19403263 L4_control_A1 +LQ02X019690 Auxin response factor 2 9.817424214 L4_control_A2 +LQ02X019690 Auxin response factor 2 9.947314446 L4_control_A3 +LQ02X019690 Auxin response factor 2 9.443130232 L4_control_B1 +LQ02X019690 Auxin response factor 2 9.943230586 L4_control_B2 +LQ02X019690 Auxin response factor 2 10.11783781 L4_control_B3 +LQ02X019690 Auxin response factor 2 10.85377578 L4_control_C2 +LQ02X019690 Auxin response factor 2 11.60506242 L4_control_C3 +LQ02X019690 Auxin response factor 2 9.352739113 L4_chemical_A1 +LQ02X019690 Auxin response factor 2 8.909259329 L4_chemical_A2 +LQ02X019690 Auxin response factor 2 9.544206591 L4_chemical_A3 +LQ02X019690 Auxin response factor 2 9.404959406 L4_chemical_B1 +LQ02X019690 Auxin response factor 2 9.340211018 L4_chemical_B2 +LQ02X019690 Auxin response factor 2 9.936337266 L4_chemical_B3 +LQ02X019690 Auxin response factor 2 10.76603361 L4_chemical_C2 +LQ02X019690 Auxin response factor 2 11.52286667 L4_chemical_C3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.97776027 C6_control_A1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.087996697 C6_control_A3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.112234855 C6_control_B1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 7.487258072 C6_control_B2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.072743588 C6_control_B3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 7.40139137 C6_control_C1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 6.562051217 C6_control_C2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 6.667574865 C6_control_C3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.389389987 C6_chemical_A1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.221222889 C6_chemical_A3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.272976838 C6_chemical_B1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 7.005801546 C6_chemical_B2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.285329912 C6_chemical_B3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 7.641255555 C6_chemical_C1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 7.45722153 C6_chemical_C2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 6.57320262 C6_chemical_C3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 6.61205247 L4_control_A1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.597380677 L4_control_A2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.540257783 L4_control_A3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.198836679 L4_control_B1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.467477783 L4_control_B2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 7.237425003 L4_control_B3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.3384245 L4_control_C2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.975826435 L4_control_C3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.788954794 L4_chemical_A1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.269608524 L4_chemical_A2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.95184879 L4_chemical_A3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 4.788463799 L4_chemical_B1 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 4.987434222 L4_chemical_B2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 6.395056877 L4_chemical_B3 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.804271883 L4_chemical_C2 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.950409949 L4_chemical_C3 +LQ02X019740 Predicted protein 8.559475207 C6_control_A1 +LQ02X019740 Predicted protein 9.686440816 C6_control_A3 +LQ02X019740 Predicted protein 6.36833909 C6_control_B1 +LQ02X019740 Predicted protein 6.176268943 C6_control_B2 +LQ02X019740 Predicted protein 6.036951859 C6_control_B3 +LQ02X019740 Predicted protein 5.931721622 C6_control_C1 +LQ02X019740 Predicted protein 6.182369132 C6_control_C2 +LQ02X019740 Predicted protein 6.18766948 C6_control_C3 +LQ02X019740 Predicted protein 8.285862903 C6_chemical_A1 +LQ02X019740 Predicted protein 9.505666176 C6_chemical_A3 +LQ02X019740 Predicted protein 6.518478269 C6_chemical_B1 +LQ02X019740 Predicted protein 6.273702068 C6_chemical_B2 +LQ02X019740 Predicted protein 6.036019661 C6_chemical_B3 +LQ02X019740 Predicted protein 5.681661791 C6_chemical_C1 +LQ02X019740 Predicted protein 5.821870638 C6_chemical_C2 +LQ02X019740 Predicted protein 6.396213925 C6_chemical_C3 +LQ02X019740 Predicted protein 9.436843134 L4_control_A1 +LQ02X019740 Predicted protein 8.723789177 L4_control_A2 +LQ02X019740 Predicted protein 10.57695421 L4_control_A3 +LQ02X019740 Predicted protein 6.088783075 L4_control_B1 +LQ02X019740 Predicted protein 6.175190836 L4_control_B2 +LQ02X019740 Predicted protein 6.641137004 L4_control_B3 +LQ02X019740 Predicted protein 6.072989096 L4_control_C2 +LQ02X019740 Predicted protein 6.207498189 L4_control_C3 +LQ02X019740 Predicted protein 8.962661729 L4_chemical_A1 +LQ02X019740 Predicted protein 8.183202059 L4_chemical_A2 +LQ02X019740 Predicted protein 10.51048176 L4_chemical_A3 +LQ02X019740 Predicted protein 6.236177986 L4_chemical_B1 +LQ02X019740 Predicted protein 6.082053912 L4_chemical_B2 +LQ02X019740 Predicted protein 6.837556789 L4_chemical_B3 +LQ02X019740 Predicted protein 5.866436489 L4_chemical_C2 +LQ02X019740 Predicted protein 5.676290323 L4_chemical_C3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.560654106 C6_control_A1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.132940985 C6_control_A3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.169396836 C6_control_B1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.873687269 C6_control_B2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.998496585 C6_control_B3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.899656136 C6_control_C1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.801321178 C6_control_C2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.946328558 C6_control_C3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.563978353 C6_chemical_A1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.562252869 C6_chemical_A3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.009985247 C6_chemical_B1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.105310388 C6_chemical_B2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.449996361 C6_chemical_B3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.818713464 C6_chemical_C1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.92558765 C6_chemical_C2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.834893608 C6_chemical_C3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.166071454 L4_control_A1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.688116651 L4_control_A2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.887482489 L4_control_A3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.984308909 L4_control_B1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.509742479 L4_control_B2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.138294327 L4_control_B3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.590805896 L4_control_C2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.109760153 L4_control_C3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.213680343 L4_chemical_A1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.399860706 L4_chemical_A2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.887967034 L4_chemical_A3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.25044774 L4_chemical_B1 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.260338379 L4_chemical_B2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.014722868 L4_chemical_B3 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 4.629415987 L4_chemical_C2 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.188266975 L4_chemical_C3 +LQ02X020010 Hypothetical protein 5.022110268 C6_control_A1 +LQ02X020010 Hypothetical protein 4.663207668 C6_control_A3 +LQ02X020010 Hypothetical protein 4.857114919 C6_control_B1 +LQ02X020010 Hypothetical protein 5.051956831 C6_control_B2 +LQ02X020010 Hypothetical protein 4.853328539 C6_control_B3 +LQ02X020010 Hypothetical protein 5.431510292 C6_control_C1 +LQ02X020010 Hypothetical protein 5.121569358 C6_control_C2 +LQ02X020010 Hypothetical protein 4.952902123 C6_control_C3 +LQ02X020010 Hypothetical protein 5.027122448 C6_chemical_A1 +LQ02X020010 Hypothetical protein 4.814641835 C6_chemical_A3 +LQ02X020010 Hypothetical protein 4.742600408 C6_chemical_B1 +LQ02X020010 Hypothetical protein 5.000514986 C6_chemical_B2 +LQ02X020010 Hypothetical protein 5.015831869 C6_chemical_B3 +LQ02X020010 Hypothetical protein 5.178071328 C6_chemical_C1 +LQ02X020010 Hypothetical protein 5.239355779 C6_chemical_C2 +LQ02X020010 Hypothetical protein 5.053413183 C6_chemical_C3 +LQ02X020010 Hypothetical protein 4.781205259 L4_control_A1 +LQ02X020010 Hypothetical protein 4.989455326 L4_control_A2 +LQ02X020010 Hypothetical protein 5.125619289 L4_control_A3 +LQ02X020010 Hypothetical protein 5.056713323 L4_control_B1 +LQ02X020010 Hypothetical protein 5.191571926 L4_control_B2 +LQ02X020010 Hypothetical protein 4.774652108 L4_control_B3 +LQ02X020010 Hypothetical protein 5.23461239 L4_control_C2 +LQ02X020010 Hypothetical protein 5.366737301 L4_control_C3 +LQ02X020010 Hypothetical protein 5.059626 L4_chemical_A1 +LQ02X020010 Hypothetical protein 5.064622069 L4_chemical_A2 +LQ02X020010 Hypothetical protein 4.756639215 L4_chemical_A3 +LQ02X020010 Hypothetical protein 5.076354635 L4_chemical_B1 +LQ02X020010 Hypothetical protein 5.132400927 L4_chemical_B2 +LQ02X020010 Hypothetical protein 4.734920576 L4_chemical_B3 +LQ02X020010 Hypothetical protein 4.852275057 L4_chemical_C2 +LQ02X020010 Hypothetical protein 5.441158901 L4_chemical_C3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.7259833 C6_control_A1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 12.47693605 C6_control_A3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.35512686 C6_control_B1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.03559817 C6_control_B2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.2108774 C6_control_B3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.084271 C6_control_C1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.07549557 C6_control_C2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.88152302 C6_control_C3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.17126188 C6_chemical_A1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 12.05219736 C6_chemical_A3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.60893991 C6_chemical_B1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.36308512 C6_chemical_B2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.90835134 C6_chemical_B3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.06392287 C6_chemical_C1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.82936726 C6_chemical_C2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.88126646 C6_chemical_C3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 12.30808071 L4_control_A1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.61909107 L4_control_A2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 12.41719039 L4_control_A3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.58230876 L4_control_B1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.330828 L4_control_B2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.04278 L4_control_B3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.57102236 L4_control_C2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.3320473 L4_control_C3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.74650255 L4_chemical_A1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.97337002 L4_chemical_A2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 12.12205053 L4_chemical_A3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.68245367 L4_chemical_B1 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.24043478 L4_chemical_B2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.21808614 L4_chemical_B3 +LQ02X020140 Mitochondrial import receptor subunit TOM20 10.28609265 L4_chemical_C2 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.19605666 L4_chemical_C3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.678191889 C6_control_A1 +LQ02X020210 REF/SRPP-like protein At1g67360 5.162854832 C6_control_A3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.759449605 C6_control_B1 +LQ02X020210 REF/SRPP-like protein At1g67360 6.011357779 C6_control_B2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.941151107 C6_control_B3 +LQ02X020210 REF/SRPP-like protein At1g67360 6.081193736 C6_control_C1 +LQ02X020210 REF/SRPP-like protein At1g67360 5.71165194 C6_control_C2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.471815115 C6_control_C3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.787812177 C6_chemical_A1 +LQ02X020210 REF/SRPP-like protein At1g67360 5.612119971 C6_chemical_A3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.732859457 C6_chemical_B1 +LQ02X020210 REF/SRPP-like protein At1g67360 5.832421857 C6_chemical_B2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.630504351 C6_chemical_B3 +LQ02X020210 REF/SRPP-like protein At1g67360 6.218074791 C6_chemical_C1 +LQ02X020210 REF/SRPP-like protein At1g67360 6.156633852 C6_chemical_C2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.942308502 C6_chemical_C3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.346114915 L4_control_A1 +LQ02X020210 REF/SRPP-like protein At1g67360 5.819230935 L4_control_A2 +LQ02X020210 REF/SRPP-like protein At1g67360 6.174528359 L4_control_A3 +LQ02X020210 REF/SRPP-like protein At1g67360 6.144190839 L4_control_B1 +LQ02X020210 REF/SRPP-like protein At1g67360 5.14784394 L4_control_B2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.480840048 L4_control_B3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.602729789 L4_control_C2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.568030582 L4_control_C3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.539271614 L4_chemical_A1 +LQ02X020210 REF/SRPP-like protein At1g67360 5.871230042 L4_chemical_A2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.96116681 L4_chemical_A3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.577840271 L4_chemical_B1 +LQ02X020210 REF/SRPP-like protein At1g67360 5.280699502 L4_chemical_B2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.653685805 L4_chemical_B3 +LQ02X020210 REF/SRPP-like protein At1g67360 5.23502574 L4_chemical_C2 +LQ02X020210 REF/SRPP-like protein At1g67360 5.479690971 L4_chemical_C3 +LQ02X020310 F-box protein At1g67340 7.459042568 C6_control_A1 +LQ02X020310 F-box protein At1g67340 7.915974612 C6_control_A3 +LQ02X020310 F-box protein At1g67340 8.623060686 C6_control_B1 +LQ02X020310 F-box protein At1g67340 7.294582802 C6_control_B2 +LQ02X020310 F-box protein At1g67340 7.558011927 C6_control_B3 +LQ02X020310 F-box protein At1g67340 6.395613498 C6_control_C1 +LQ02X020310 F-box protein At1g67340 6.323490874 C6_control_C2 +LQ02X020310 F-box protein At1g67340 6.972816946 C6_control_C3 +LQ02X020310 F-box protein At1g67340 7.164257269 C6_chemical_A1 +LQ02X020310 F-box protein At1g67340 7.791102705 C6_chemical_A3 +LQ02X020310 F-box protein At1g67340 8.719914879 C6_chemical_B1 +LQ02X020310 F-box protein At1g67340 7.018680652 C6_chemical_B2 +LQ02X020310 F-box protein At1g67340 7.316950785 C6_chemical_B3 +LQ02X020310 F-box protein At1g67340 6.255282506 C6_chemical_C1 +LQ02X020310 F-box protein At1g67340 6.825159084 C6_chemical_C2 +LQ02X020310 F-box protein At1g67340 6.793647922 C6_chemical_C3 +LQ02X020310 F-box protein At1g67340 6.959839834 L4_control_A1 +LQ02X020310 F-box protein At1g67340 7.637872075 L4_control_A2 +LQ02X020310 F-box protein At1g67340 7.795934863 L4_control_A3 +LQ02X020310 F-box protein At1g67340 7.589824251 L4_control_B1 +LQ02X020310 F-box protein At1g67340 7.413581608 L4_control_B2 +LQ02X020310 F-box protein At1g67340 7.320428279 L4_control_B3 +LQ02X020310 F-box protein At1g67340 6.657271911 L4_control_C2 +LQ02X020310 F-box protein At1g67340 8.939361483 L4_control_C3 +LQ02X020310 F-box protein At1g67340 7.249815709 L4_chemical_A1 +LQ02X020310 F-box protein At1g67340 7.476075357 L4_chemical_A2 +LQ02X020310 F-box protein At1g67340 6.642875143 L4_chemical_A3 +LQ02X020310 F-box protein At1g67340 8.299527937 L4_chemical_B1 +LQ02X020310 F-box protein At1g67340 8.03814542 L4_chemical_B2 +LQ02X020310 F-box protein At1g67340 6.812731621 L4_chemical_B3 +LQ02X020310 F-box protein At1g67340 7.248707433 L4_chemical_C2 +LQ02X020310 F-box protein At1g67340 8.81533668 L4_chemical_C3 +LQ02X020360 Hypothetical protein 5.239869372 C6_control_A1 +LQ02X020360 Hypothetical protein 5.220506951 C6_control_A3 +LQ02X020360 Hypothetical protein 4.826263576 C6_control_B1 +LQ02X020360 Hypothetical protein 5.138572969 C6_control_B2 +LQ02X020360 Hypothetical protein 5.132556571 C6_control_B3 +LQ02X020360 Hypothetical protein 5.604086265 C6_control_C1 +LQ02X020360 Hypothetical protein 4.942497058 C6_control_C2 +LQ02X020360 Hypothetical protein 5.191187416 C6_control_C3 +LQ02X020360 Hypothetical protein 5.078154132 C6_chemical_A1 +LQ02X020360 Hypothetical protein 5.202207386 C6_chemical_A3 +LQ02X020360 Hypothetical protein 5.380542039 C6_chemical_B1 +LQ02X020360 Hypothetical protein 5.061242789 C6_chemical_B2 +LQ02X020360 Hypothetical protein 4.887009237 C6_chemical_B3 +LQ02X020360 Hypothetical protein 5.137054563 C6_chemical_C1 +LQ02X020360 Hypothetical protein 5.286966849 C6_chemical_C2 +LQ02X020360 Hypothetical protein 5.083869557 C6_chemical_C3 +LQ02X020360 Hypothetical protein 5.091845974 L4_control_A1 +LQ02X020360 Hypothetical protein 4.921635193 L4_control_A2 +LQ02X020360 Hypothetical protein 5.516930493 L4_control_A3 +LQ02X020360 Hypothetical protein 4.884622787 L4_control_B1 +LQ02X020360 Hypothetical protein 5.235500498 L4_control_B2 +LQ02X020360 Hypothetical protein 4.980490986 L4_control_B3 +LQ02X020360 Hypothetical protein 4.989881611 L4_control_C2 +LQ02X020360 Hypothetical protein 5.128512536 L4_control_C3 +LQ02X020360 Hypothetical protein 4.946523242 L4_chemical_A1 +LQ02X020360 Hypothetical protein 5.022813823 L4_chemical_A2 +LQ02X020360 Hypothetical protein 5.472922075 L4_chemical_A3 +LQ02X020360 Hypothetical protein 5.06131536 L4_chemical_B1 +LQ02X020360 Hypothetical protein 5.288565009 L4_chemical_B2 +LQ02X020360 Hypothetical protein 4.948694345 L4_chemical_B3 +LQ02X020360 Hypothetical protein 4.849251863 L4_chemical_C2 +LQ02X020360 Hypothetical protein 4.949233464 L4_chemical_C3 +LQ02X020400 Putative uncharacterized protein 12.14118248 C6_control_A1 +LQ02X020400 Putative uncharacterized protein 12.27021099 C6_control_A3 +LQ02X020400 Putative uncharacterized protein 11.98236098 C6_control_B1 +LQ02X020400 Putative uncharacterized protein 11.414266 C6_control_B2 +LQ02X020400 Putative uncharacterized protein 11.86878695 C6_control_B3 +LQ02X020400 Putative uncharacterized protein 10.86735731 C6_control_C1 +LQ02X020400 Putative uncharacterized protein 10.67555197 C6_control_C2 +LQ02X020400 Putative uncharacterized protein 10.92540294 C6_control_C3 +LQ02X020400 Putative uncharacterized protein 11.81276912 C6_chemical_A1 +LQ02X020400 Putative uncharacterized protein 11.87041678 C6_chemical_A3 +LQ02X020400 Putative uncharacterized protein 11.73188928 C6_chemical_B1 +LQ02X020400 Putative uncharacterized protein 11.32241768 C6_chemical_B2 +LQ02X020400 Putative uncharacterized protein 11.44397463 C6_chemical_B3 +LQ02X020400 Putative uncharacterized protein 10.61507762 C6_chemical_C1 +LQ02X020400 Putative uncharacterized protein 10.42904804 C6_chemical_C2 +LQ02X020400 Putative uncharacterized protein 10.60687965 C6_chemical_C3 +LQ02X020400 Putative uncharacterized protein 11.88420383 L4_control_A1 +LQ02X020400 Putative uncharacterized protein 12.33055805 L4_control_A2 +LQ02X020400 Putative uncharacterized protein 12.3518391 L4_control_A3 +LQ02X020400 Putative uncharacterized protein 12.12660373 L4_control_B1 +LQ02X020400 Putative uncharacterized protein 12.00685671 L4_control_B2 +LQ02X020400 Putative uncharacterized protein 11.45514902 L4_control_B3 +LQ02X020400 Putative uncharacterized protein 11.45197819 L4_control_C2 +LQ02X020400 Putative uncharacterized protein 11.19872548 L4_control_C3 +LQ02X020400 Putative uncharacterized protein 11.59521793 L4_chemical_A1 +LQ02X020400 Putative uncharacterized protein 12.00361296 L4_chemical_A2 +LQ02X020400 Putative uncharacterized protein 11.99658424 L4_chemical_A3 +LQ02X020400 Putative uncharacterized protein 12.16132805 L4_chemical_B1 +LQ02X020400 Putative uncharacterized protein 12.06296619 L4_chemical_B2 +LQ02X020400 Putative uncharacterized protein 11.65413264 L4_chemical_B3 +LQ02X020400 Putative uncharacterized protein 11.2499708 L4_chemical_C2 +LQ02X020400 Putative uncharacterized protein 11.12053404 L4_chemical_C3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 6.284063119 C6_control_A1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 7.717267809 C6_control_A3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.696574997 C6_control_B1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.833300304 C6_control_B2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 6.338944009 C6_control_B3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.364079219 C6_control_C1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 7.122555081 C6_control_C2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.691529416 C6_control_C3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.791035605 C6_chemical_A1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.632616293 C6_chemical_A3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.473361548 C6_chemical_B1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.564344692 C6_chemical_B2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.202910611 C6_chemical_B3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.946066968 C6_chemical_C1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.314688233 C6_chemical_C2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.304405294 C6_chemical_C3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.833961962 L4_control_A1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 6.47176065 L4_control_A2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.586188437 L4_control_A3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.345893817 L4_control_B1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.860936887 L4_control_B2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.554424455 L4_control_B3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 6.275698777 L4_control_C2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.923764602 L4_control_C3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 6.102063065 L4_chemical_A1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.551954977 L4_chemical_A2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.718621916 L4_chemical_A3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 6.177266491 L4_chemical_B1 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.703790782 L4_chemical_B2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.545427529 L4_chemical_B3 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.851211007 L4_chemical_C2 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 7.23967937 L4_chemical_C3 +LQ02X020670 Isoleucyl-tRNA synthetase 6.632871515 C6_control_A1 +LQ02X020670 Isoleucyl-tRNA synthetase 8.222120892 C6_control_A3 +LQ02X020670 Isoleucyl-tRNA synthetase 6.85867362 C6_control_B1 +LQ02X020670 Isoleucyl-tRNA synthetase 7.197611357 C6_control_B2 +LQ02X020670 Isoleucyl-tRNA synthetase 8.343700055 C6_control_B3 +LQ02X020670 Isoleucyl-tRNA synthetase 7.759911564 C6_control_C1 +LQ02X020670 Isoleucyl-tRNA synthetase 8.804795102 C6_control_C2 +LQ02X020670 Isoleucyl-tRNA synthetase 8.100833544 C6_control_C3 +LQ02X020670 Isoleucyl-tRNA synthetase 8.812501038 C6_chemical_A1 +LQ02X020670 Isoleucyl-tRNA synthetase 8.653012765 C6_chemical_A3 +LQ02X020670 Isoleucyl-tRNA synthetase 9.722373528 C6_chemical_B1 +LQ02X020670 Isoleucyl-tRNA synthetase 8.574385326 C6_chemical_B2 +LQ02X020670 Isoleucyl-tRNA synthetase 9.835939203 C6_chemical_B3 +LQ02X020670 Isoleucyl-tRNA synthetase 9.116440929 C6_chemical_C1 +LQ02X020670 Isoleucyl-tRNA synthetase 9.411866947 C6_chemical_C2 +LQ02X020670 Isoleucyl-tRNA synthetase 9.978542396 C6_chemical_C3 +LQ02X020670 Isoleucyl-tRNA synthetase 8.535453699 L4_control_A1 +LQ02X020670 Isoleucyl-tRNA synthetase 8.875023009 L4_control_A2 +LQ02X020670 Isoleucyl-tRNA synthetase 9.350179523 L4_control_A3 +LQ02X020670 Isoleucyl-tRNA synthetase 9.648250026 L4_control_B1 +LQ02X020670 Isoleucyl-tRNA synthetase 9.200910986 L4_control_B2 +LQ02X020670 Isoleucyl-tRNA synthetase 9.579365161 L4_control_B3 +LQ02X020670 Isoleucyl-tRNA synthetase 10.1536234 L4_control_C2 +LQ02X020670 Isoleucyl-tRNA synthetase 10.80052183 L4_control_C3 +LQ02X020670 Isoleucyl-tRNA synthetase 8.381050326 L4_chemical_A1 +LQ02X020670 Isoleucyl-tRNA synthetase 8.754306784 L4_chemical_A2 +LQ02X020670 Isoleucyl-tRNA synthetase 9.547339325 L4_chemical_A3 +LQ02X020670 Isoleucyl-tRNA synthetase 8.55531422 L4_chemical_B1 +LQ02X020670 Isoleucyl-tRNA synthetase 9.384306402 L4_chemical_B2 +LQ02X020670 Isoleucyl-tRNA synthetase 9.360415879 L4_chemical_B3 +LQ02X020670 Isoleucyl-tRNA synthetase 9.959417793 L4_chemical_C2 +LQ02X020670 Isoleucyl-tRNA synthetase 10.89112827 L4_chemical_C3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.41137529 C6_control_A1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.94026529 C6_control_A3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.13766368 C6_control_B1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.71571951 C6_control_B2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.60253804 C6_control_B3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.62571701 C6_control_C1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.62228466 C6_control_C2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.41025027 C6_control_C3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.45489404 C6_chemical_A1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.867597 C6_chemical_A3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.26904057 C6_chemical_B1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.61435142 C6_chemical_B2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.18731178 C6_chemical_B3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.48188504 C6_chemical_C1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.55344782 C6_chemical_C2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.10015013 C6_chemical_C3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.71212889 L4_control_A1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 14.20231492 L4_control_A2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 14.38664147 L4_control_A3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.39800381 L4_control_B1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.40533258 L4_control_B2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.72259377 L4_control_B3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.43777205 L4_control_C2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.42785236 L4_control_C3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.43615737 L4_chemical_A1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.75019775 L4_chemical_A2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 14.15007153 L4_chemical_A3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.31474215 L4_chemical_B1 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.31029438 L4_chemical_B2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.72320182 L4_chemical_B3 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.54968869 L4_chemical_C2 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.71186084 L4_chemical_C3 +LQ02X021280 Putative uncharacterized protein 13.13796041 C6_control_A1 +LQ02X021280 Putative uncharacterized protein 13.05862656 C6_control_A3 +LQ02X021280 Putative uncharacterized protein 13.27044826 C6_control_B1 +LQ02X021280 Putative uncharacterized protein 13.45365974 C6_control_B2 +LQ02X021280 Putative uncharacterized protein 13.43133224 C6_control_B3 +LQ02X021280 Putative uncharacterized protein 13.58352753 C6_control_C1 +LQ02X021280 Putative uncharacterized protein 14.09578206 C6_control_C2 +LQ02X021280 Putative uncharacterized protein 13.64097963 C6_control_C3 +LQ02X021280 Putative uncharacterized protein 13.16306632 C6_chemical_A1 +LQ02X021280 Putative uncharacterized protein 13.12686285 C6_chemical_A3 +LQ02X021280 Putative uncharacterized protein 13.44750543 C6_chemical_B1 +LQ02X021280 Putative uncharacterized protein 13.74984527 C6_chemical_B2 +LQ02X021280 Putative uncharacterized protein 13.28399661 C6_chemical_B3 +LQ02X021280 Putative uncharacterized protein 13.72692165 C6_chemical_C1 +LQ02X021280 Putative uncharacterized protein 13.84281632 C6_chemical_C2 +LQ02X021280 Putative uncharacterized protein 13.89449445 C6_chemical_C3 +LQ02X021280 Putative uncharacterized protein 12.52286186 L4_control_A1 +LQ02X021280 Putative uncharacterized protein 13.35337059 L4_control_A2 +LQ02X021280 Putative uncharacterized protein 12.5129932 L4_control_A3 +LQ02X021280 Putative uncharacterized protein 13.51399969 L4_control_B1 +LQ02X021280 Putative uncharacterized protein 13.18234424 L4_control_B2 +LQ02X021280 Putative uncharacterized protein 12.85152923 L4_control_B3 +LQ02X021280 Putative uncharacterized protein 13.19153239 L4_control_C2 +LQ02X021280 Putative uncharacterized protein 13.4029347 L4_control_C3 +LQ02X021280 Putative uncharacterized protein 13.11757352 L4_chemical_A1 +LQ02X021280 Putative uncharacterized protein 13.83300592 L4_chemical_A2 +LQ02X021280 Putative uncharacterized protein 12.46407346 L4_chemical_A3 +LQ02X021280 Putative uncharacterized protein 13.37298096 L4_chemical_B1 +LQ02X021280 Putative uncharacterized protein 13.26478443 L4_chemical_B2 +LQ02X021280 Putative uncharacterized protein 13.3666155 L4_chemical_B3 +LQ02X021280 Putative uncharacterized protein 13.16644567 L4_chemical_C2 +LQ02X021280 Putative uncharacterized protein 13.22327578 L4_chemical_C3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 10.81529108 C6_control_A1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 10.37211473 C6_control_A3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.00099677 C6_control_B1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.87271264 C6_control_B2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.66678935 C6_control_B3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.2528849 C6_control_C1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.54872215 C6_control_C2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.31837408 C6_control_C3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 10.83320811 C6_chemical_A1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 11.21574493 C6_chemical_A3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.59585165 C6_chemical_B1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.50761112 C6_chemical_B2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.54708067 C6_chemical_B3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.30450649 C6_chemical_C1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.67740523 C6_chemical_C2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.8673875 C6_chemical_C3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 9.454431465 L4_control_A1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 10.62906337 L4_control_A2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 10.8956694 L4_control_A3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.44010798 L4_control_B1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.70404893 L4_control_B2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.37911571 L4_control_B3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.55667041 L4_control_C2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.37198074 L4_control_C3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 10.77962374 L4_chemical_A1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 11.49078858 L4_chemical_A2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 10.48268828 L4_chemical_A3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.27354109 L4_chemical_B1 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.67388076 L4_chemical_B2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 12.36953066 L4_chemical_B3 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 13.88955195 L4_chemical_C2 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 14.01837402 L4_chemical_C3 +LQ02X021340 Putative uncharacterized protein 13.62203966 C6_control_A1 +LQ02X021340 Putative uncharacterized protein 13.49022417 C6_control_A3 +LQ02X021340 Putative uncharacterized protein 13.18036579 C6_control_B1 +LQ02X021340 Putative uncharacterized protein 13.05090461 C6_control_B2 +LQ02X021340 Putative uncharacterized protein 13.21315426 C6_control_B3 +LQ02X021340 Putative uncharacterized protein 12.4695075 C6_control_C1 +LQ02X021340 Putative uncharacterized protein 12.65571598 C6_control_C2 +LQ02X021340 Putative uncharacterized protein 12.36715317 C6_control_C3 +LQ02X021340 Putative uncharacterized protein 13.50571674 C6_chemical_A1 +LQ02X021340 Putative uncharacterized protein 13.47961503 C6_chemical_A3 +LQ02X021340 Putative uncharacterized protein 13.03830235 C6_chemical_B1 +LQ02X021340 Putative uncharacterized protein 13.07028387 C6_chemical_B2 +LQ02X021340 Putative uncharacterized protein 12.97134073 C6_chemical_B3 +LQ02X021340 Putative uncharacterized protein 12.40457994 C6_chemical_C1 +LQ02X021340 Putative uncharacterized protein 12.20739263 C6_chemical_C2 +LQ02X021340 Putative uncharacterized protein 11.69068757 C6_chemical_C3 +LQ02X021340 Putative uncharacterized protein 13.45443602 L4_control_A1 +LQ02X021340 Putative uncharacterized protein 12.88829006 L4_control_A2 +LQ02X021340 Putative uncharacterized protein 12.97236645 L4_control_A3 +LQ02X021340 Putative uncharacterized protein 12.63031579 L4_control_B1 +LQ02X021340 Putative uncharacterized protein 12.88446772 L4_control_B2 +LQ02X021340 Putative uncharacterized protein 11.93304645 L4_control_B3 +LQ02X021340 Putative uncharacterized protein 11.72683727 L4_control_C2 +LQ02X021340 Putative uncharacterized protein 11.56236226 L4_control_C3 +LQ02X021340 Putative uncharacterized protein 13.17274846 L4_chemical_A1 +LQ02X021340 Putative uncharacterized protein 12.38319362 L4_chemical_A2 +LQ02X021340 Putative uncharacterized protein 13.02335611 L4_chemical_A3 +LQ02X021340 Putative uncharacterized protein 12.6380415 L4_chemical_B1 +LQ02X021340 Putative uncharacterized protein 12.97401393 L4_chemical_B2 +LQ02X021340 Putative uncharacterized protein 12.73126521 L4_chemical_B3 +LQ02X021340 Putative uncharacterized protein 11.61635281 L4_chemical_C2 +LQ02X021340 Putative uncharacterized protein 11.38443953 L4_chemical_C3 +LQ02X021371 Putative uncharacterized protein 5.136459202 C6_control_A1 +LQ02X021371 Putative uncharacterized protein 5.484987114 C6_control_A3 +LQ02X021371 Putative uncharacterized protein 5.193833013 C6_control_B1 +LQ02X021371 Putative uncharacterized protein 5.181912223 C6_control_B2 +LQ02X021371 Putative uncharacterized protein 5.295798913 C6_control_B3 +LQ02X021371 Putative uncharacterized protein 5.14533874 C6_control_C1 +LQ02X021371 Putative uncharacterized protein 5.06128363 C6_control_C2 +LQ02X021371 Putative uncharacterized protein 5.063076177 C6_control_C3 +LQ02X021371 Putative uncharacterized protein 5.213906111 C6_chemical_A1 +LQ02X021371 Putative uncharacterized protein 5.457239469 C6_chemical_A3 +LQ02X021371 Putative uncharacterized protein 5.015128701 C6_chemical_B1 +LQ02X021371 Putative uncharacterized protein 5.071512622 C6_chemical_B2 +LQ02X021371 Putative uncharacterized protein 5.126637835 C6_chemical_B3 +LQ02X021371 Putative uncharacterized protein 5.011468089 C6_chemical_C1 +LQ02X021371 Putative uncharacterized protein 5.2856788 C6_chemical_C2 +LQ02X021371 Putative uncharacterized protein 5.128834146 C6_chemical_C3 +LQ02X021371 Putative uncharacterized protein 5.142311256 L4_control_A1 +LQ02X021371 Putative uncharacterized protein 5.590066298 L4_control_A2 +LQ02X021371 Putative uncharacterized protein 5.606337465 L4_control_A3 +LQ02X021371 Putative uncharacterized protein 5.47341278 L4_control_B1 +LQ02X021371 Putative uncharacterized protein 5.844336778 L4_control_B2 +LQ02X021371 Putative uncharacterized protein 5.024721734 L4_control_B3 +LQ02X021371 Putative uncharacterized protein 5.65163737 L4_control_C2 +LQ02X021371 Putative uncharacterized protein 5.265013054 L4_control_C3 +LQ02X021371 Putative uncharacterized protein 5.093089041 L4_chemical_A1 +LQ02X021371 Putative uncharacterized protein 5.069637831 L4_chemical_A2 +LQ02X021371 Putative uncharacterized protein 6.058127069 L4_chemical_A3 +LQ02X021371 Putative uncharacterized protein 5.223075796 L4_chemical_B1 +LQ02X021371 Putative uncharacterized protein 5.468391901 L4_chemical_B2 +LQ02X021371 Putative uncharacterized protein 5.942414417 L4_chemical_B3 +LQ02X021371 Putative uncharacterized protein 4.717810574 L4_chemical_C2 +LQ02X021371 Putative uncharacterized protein 5.241807809 L4_chemical_C3 +LQ02X021380 LOB domain-containing protein 42 5.68721318 C6_control_A1 +LQ02X021380 LOB domain-containing protein 42 5.143565793 C6_control_A3 +LQ02X021380 LOB domain-containing protein 42 5.457159018 C6_control_B1 +LQ02X021380 LOB domain-containing protein 42 5.298864241 C6_control_B2 +LQ02X021380 LOB domain-containing protein 42 5.111329676 C6_control_B3 +LQ02X021380 LOB domain-containing protein 42 5.840115126 C6_control_C1 +LQ02X021380 LOB domain-containing protein 42 5.41070361 C6_control_C2 +LQ02X021380 LOB domain-containing protein 42 5.751673738 C6_control_C3 +LQ02X021380 LOB domain-containing protein 42 5.837187537 C6_chemical_A1 +LQ02X021380 LOB domain-containing protein 42 5.550796111 C6_chemical_A3 +LQ02X021380 LOB domain-containing protein 42 5.318467891 C6_chemical_B1 +LQ02X021380 LOB domain-containing protein 42 5.49651144 C6_chemical_B2 +LQ02X021380 LOB domain-containing protein 42 5.584358435 C6_chemical_B3 +LQ02X021380 LOB domain-containing protein 42 5.610569885 C6_chemical_C1 +LQ02X021380 LOB domain-containing protein 42 5.694368183 C6_chemical_C2 +LQ02X021380 LOB domain-containing protein 42 5.78695248 C6_chemical_C3 +LQ02X021380 LOB domain-containing protein 42 5.670233522 L4_control_A1 +LQ02X021380 LOB domain-containing protein 42 5.27132346 L4_control_A2 +LQ02X021380 LOB domain-containing protein 42 5.630788607 L4_control_A3 +LQ02X021380 LOB domain-containing protein 42 5.27170313 L4_control_B1 +LQ02X021380 LOB domain-containing protein 42 5.5217402 L4_control_B2 +LQ02X021380 LOB domain-containing protein 42 5.545138709 L4_control_B3 +LQ02X021380 LOB domain-containing protein 42 6.21233301 L4_control_C2 +LQ02X021380 LOB domain-containing protein 42 6.180700716 L4_control_C3 +LQ02X021380 LOB domain-containing protein 42 5.358244594 L4_chemical_A1 +LQ02X021380 LOB domain-containing protein 42 5.914866393 L4_chemical_A2 +LQ02X021380 LOB domain-containing protein 42 5.373928579 L4_chemical_A3 +LQ02X021380 LOB domain-containing protein 42 5.459206713 L4_chemical_B1 +LQ02X021380 LOB domain-containing protein 42 5.512280488 L4_chemical_B2 +LQ02X021380 LOB domain-containing protein 42 5.538041627 L4_chemical_B3 +LQ02X021380 LOB domain-containing protein 42 5.747495569 L4_chemical_C2 +LQ02X021380 LOB domain-containing protein 42 6.718209137 L4_chemical_C3 +LQ02X021490 Probable protein phosphatase 2C 15 9.99024021 C6_control_A1 +LQ02X021490 Probable protein phosphatase 2C 15 9.80735654 C6_control_A3 +LQ02X021490 Probable protein phosphatase 2C 15 10.05039074 C6_control_B1 +LQ02X021490 Probable protein phosphatase 2C 15 9.85031871 C6_control_B2 +LQ02X021490 Probable protein phosphatase 2C 15 10.3581332 C6_control_B3 +LQ02X021490 Probable protein phosphatase 2C 15 8.609664068 C6_control_C1 +LQ02X021490 Probable protein phosphatase 2C 15 7.970000433 C6_control_C2 +LQ02X021490 Probable protein phosphatase 2C 15 7.922952297 C6_control_C3 +LQ02X021490 Probable protein phosphatase 2C 15 9.950953828 C6_chemical_A1 +LQ02X021490 Probable protein phosphatase 2C 15 9.908181804 C6_chemical_A3 +LQ02X021490 Probable protein phosphatase 2C 15 9.976808373 C6_chemical_B1 +LQ02X021490 Probable protein phosphatase 2C 15 9.88677624 C6_chemical_B2 +LQ02X021490 Probable protein phosphatase 2C 15 9.971042375 C6_chemical_B3 +LQ02X021490 Probable protein phosphatase 2C 15 8.391602811 C6_chemical_C1 +LQ02X021490 Probable protein phosphatase 2C 15 8.110566581 C6_chemical_C2 +LQ02X021490 Probable protein phosphatase 2C 15 7.985375777 C6_chemical_C3 +LQ02X021490 Probable protein phosphatase 2C 15 9.643406113 L4_control_A1 +LQ02X021490 Probable protein phosphatase 2C 15 9.456778223 L4_control_A2 +LQ02X021490 Probable protein phosphatase 2C 15 6.770848068 L4_control_A3 +LQ02X021490 Probable protein phosphatase 2C 15 9.097768777 L4_control_B1 +LQ02X021490 Probable protein phosphatase 2C 15 9.694221615 L4_control_B2 +LQ02X021490 Probable protein phosphatase 2C 15 9.441229705 L4_control_B3 +LQ02X021490 Probable protein phosphatase 2C 15 5.642179107 L4_control_C2 +LQ02X021490 Probable protein phosphatase 2C 15 7.312895846 L4_control_C3 +LQ02X021490 Probable protein phosphatase 2C 15 8.951398193 L4_chemical_A1 +LQ02X021490 Probable protein phosphatase 2C 15 8.388559332 L4_chemical_A2 +LQ02X021490 Probable protein phosphatase 2C 15 7.1717039 L4_chemical_A3 +LQ02X021490 Probable protein phosphatase 2C 15 8.660262065 L4_chemical_B1 +LQ02X021490 Probable protein phosphatase 2C 15 8.862737197 L4_chemical_B2 +LQ02X021490 Probable protein phosphatase 2C 15 9.952264352 L4_chemical_B3 +LQ02X021490 Probable protein phosphatase 2C 15 5.279845552 L4_chemical_C2 +LQ02X021490 Probable protein phosphatase 2C 15 7.50896594 L4_chemical_C3 +LQ02X021550 Predicted protein 6.833780903 C6_control_A1 +LQ02X021550 Predicted protein 6.556264756 C6_control_A3 +LQ02X021550 Predicted protein 6.031488938 C6_control_B1 +LQ02X021550 Predicted protein 6.206284833 C6_control_B2 +LQ02X021550 Predicted protein 6.646846287 C6_control_B3 +LQ02X021550 Predicted protein 6.313957219 C6_control_C1 +LQ02X021550 Predicted protein 6.236157416 C6_control_C2 +LQ02X021550 Predicted protein 6.296216726 C6_control_C3 +LQ02X021550 Predicted protein 6.402989395 C6_chemical_A1 +LQ02X021550 Predicted protein 6.237329673 C6_chemical_A3 +LQ02X021550 Predicted protein 6.22539753 C6_chemical_B1 +LQ02X021550 Predicted protein 6.059555944 C6_chemical_B2 +LQ02X021550 Predicted protein 6.161927384 C6_chemical_B3 +LQ02X021550 Predicted protein 6.342549088 C6_chemical_C1 +LQ02X021550 Predicted protein 6.501497719 C6_chemical_C2 +LQ02X021550 Predicted protein 6.573273543 C6_chemical_C3 +LQ02X021550 Predicted protein 6.695049673 L4_control_A1 +LQ02X021550 Predicted protein 6.685980191 L4_control_A2 +LQ02X021550 Predicted protein 8.032917981 L4_control_A3 +LQ02X021550 Predicted protein 6.878390978 L4_control_B1 +LQ02X021550 Predicted protein 6.87295056 L4_control_B2 +LQ02X021550 Predicted protein 6.373507177 L4_control_B3 +LQ02X021550 Predicted protein 7.160927393 L4_control_C2 +LQ02X021550 Predicted protein 6.329562792 L4_control_C3 +LQ02X021550 Predicted protein 6.703724458 L4_chemical_A1 +LQ02X021550 Predicted protein 6.474866813 L4_chemical_A2 +LQ02X021550 Predicted protein 7.376883553 L4_chemical_A3 +LQ02X021550 Predicted protein 6.648905094 L4_chemical_B1 +LQ02X021550 Predicted protein 6.73240856 L4_chemical_B2 +LQ02X021550 Predicted protein 6.656332327 L4_chemical_B3 +LQ02X021550 Predicted protein 7.557234652 L4_chemical_C2 +LQ02X021550 Predicted protein 6.606033438 L4_chemical_C3 +LQ02X021560 AMP deaminase 6.883346495 C6_control_A1 +LQ02X021560 AMP deaminase 5.42790809 C6_control_A3 +LQ02X021560 AMP deaminase 6.107687448 C6_control_B1 +LQ02X021560 AMP deaminase 8.802077118 C6_control_B2 +LQ02X021560 AMP deaminase 5.422025758 C6_control_B3 +LQ02X021560 AMP deaminase 9.137716542 C6_control_C1 +LQ02X021560 AMP deaminase 9.184592017 C6_control_C2 +LQ02X021560 AMP deaminase 8.970912749 C6_control_C3 +LQ02X021560 AMP deaminase 6.529769091 C6_chemical_A1 +LQ02X021560 AMP deaminase 5.856120763 C6_chemical_A3 +LQ02X021560 AMP deaminase 5.323583401 C6_chemical_B1 +LQ02X021560 AMP deaminase 8.956077639 C6_chemical_B2 +LQ02X021560 AMP deaminase 6.557523038 C6_chemical_B3 +LQ02X021560 AMP deaminase 9.444453773 C6_chemical_C1 +LQ02X021560 AMP deaminase 9.051859521 C6_chemical_C2 +LQ02X021560 AMP deaminase 8.809041665 C6_chemical_C3 +LQ02X021560 AMP deaminase 6.025966582 L4_control_A1 +LQ02X021560 AMP deaminase 5.373233046 L4_control_A2 +LQ02X021560 AMP deaminase 5.051835888 L4_control_A3 +LQ02X021560 AMP deaminase 5.961767415 L4_control_B1 +LQ02X021560 AMP deaminase 5.091357556 L4_control_B2 +LQ02X021560 AMP deaminase 5.758171257 L4_control_B3 +LQ02X021560 AMP deaminase 5.286986834 L4_control_C2 +LQ02X021560 AMP deaminase 5.268268985 L4_control_C3 +LQ02X021560 AMP deaminase 6.756866956 L4_chemical_A1 +LQ02X021560 AMP deaminase 5.581246448 L4_chemical_A2 +LQ02X021560 AMP deaminase 5.059637998 L4_chemical_A3 +LQ02X021560 AMP deaminase 5.49085382 L4_chemical_B1 +LQ02X021560 AMP deaminase 5.076096762 L4_chemical_B2 +LQ02X021560 AMP deaminase 6.69208588 L4_chemical_B3 +LQ02X021560 AMP deaminase 4.839482837 L4_chemical_C2 +LQ02X021560 AMP deaminase 6.025235174 L4_chemical_C3 +LQ02X021830 Predicted protein 6.115621162 C6_control_A1 +LQ02X021830 Predicted protein 6.019722832 C6_control_A3 +LQ02X021830 Predicted protein 5.804266102 C6_control_B1 +LQ02X021830 Predicted protein 5.416934494 C6_control_B2 +LQ02X021830 Predicted protein 5.773636019 C6_control_B3 +LQ02X021830 Predicted protein 6.012827162 C6_control_C1 +LQ02X021830 Predicted protein 7.164710377 C6_control_C2 +LQ02X021830 Predicted protein 5.275467794 C6_control_C3 +LQ02X021830 Predicted protein 5.588509828 C6_chemical_A1 +LQ02X021830 Predicted protein 5.74552035 C6_chemical_A3 +LQ02X021830 Predicted protein 5.700618762 C6_chemical_B1 +LQ02X021830 Predicted protein 6.047680634 C6_chemical_B2 +LQ02X021830 Predicted protein 5.712674441 C6_chemical_B3 +LQ02X021830 Predicted protein 5.822418998 C6_chemical_C1 +LQ02X021830 Predicted protein 5.699317574 C6_chemical_C2 +LQ02X021830 Predicted protein 5.714803083 C6_chemical_C3 +LQ02X021830 Predicted protein 5.778534022 L4_control_A1 +LQ02X021830 Predicted protein 5.547717824 L4_control_A2 +LQ02X021830 Predicted protein 5.915235186 L4_control_A3 +LQ02X021830 Predicted protein 5.60396008 L4_control_B1 +LQ02X021830 Predicted protein 5.285361265 L4_control_B2 +LQ02X021830 Predicted protein 5.515135247 L4_control_B3 +LQ02X021830 Predicted protein 6.206724321 L4_control_C2 +LQ02X021830 Predicted protein 6.246529422 L4_control_C3 +LQ02X021830 Predicted protein 5.862101819 L4_chemical_A1 +LQ02X021830 Predicted protein 5.692062863 L4_chemical_A2 +LQ02X021830 Predicted protein 5.992653732 L4_chemical_A3 +LQ02X021830 Predicted protein 5.936570569 L4_chemical_B1 +LQ02X021830 Predicted protein 5.498170916 L4_chemical_B2 +LQ02X021830 Predicted protein 5.960616109 L4_chemical_B3 +LQ02X021830 Predicted protein 6.977642427 L4_chemical_C2 +LQ02X021830 Predicted protein 5.607575638 L4_chemical_C3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.863339987 C6_control_A1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.975053974 C6_control_A3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.785182936 C6_control_B1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.037624779 C6_control_B2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.034574704 C6_control_B3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.102910024 C6_control_C1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.975255195 C6_control_C2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.355516756 C6_control_C3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.800550728 C6_chemical_A1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.950066168 C6_chemical_A3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.938939721 C6_chemical_B1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.940363208 C6_chemical_B2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.008607327 C6_chemical_B3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.030585736 C6_chemical_C1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.132345876 C6_chemical_C2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.727548338 C6_chemical_C3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.100801469 L4_control_A1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.244995973 L4_control_A2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.023558554 L4_control_A3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.978628989 L4_control_B1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.845977429 L4_control_B2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.236459639 L4_control_B3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.094267601 L4_control_C2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.082032719 L4_control_C3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.890367052 L4_chemical_A1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.246622642 L4_chemical_A2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.774885871 L4_chemical_A3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.70959458 L4_chemical_B1 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.835598289 L4_chemical_B2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.944231863 L4_chemical_B3 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.500870272 L4_chemical_C2 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.376573809 L4_chemical_C3 +LQ02X022120 30S ribosomal protein S17 13.53451922 C6_control_A1 +LQ02X022120 30S ribosomal protein S17 13.6494102 C6_control_A3 +LQ02X022120 30S ribosomal protein S17 13.27900417 C6_control_B1 +LQ02X022120 30S ribosomal protein S17 12.4548272 C6_control_B2 +LQ02X022120 30S ribosomal protein S17 13.17012309 C6_control_B3 +LQ02X022120 30S ribosomal protein S17 12.61704884 C6_control_C1 +LQ02X022120 30S ribosomal protein S17 12.32752641 C6_control_C2 +LQ02X022120 30S ribosomal protein S17 12.43537007 C6_control_C3 +LQ02X022120 30S ribosomal protein S17 13.37900799 C6_chemical_A1 +LQ02X022120 30S ribosomal protein S17 13.41059723 C6_chemical_A3 +LQ02X022120 30S ribosomal protein S17 12.93502705 C6_chemical_B1 +LQ02X022120 30S ribosomal protein S17 12.32260289 C6_chemical_B2 +LQ02X022120 30S ribosomal protein S17 12.87343828 C6_chemical_B3 +LQ02X022120 30S ribosomal protein S17 12.48540729 C6_chemical_C1 +LQ02X022120 30S ribosomal protein S17 12.44447347 C6_chemical_C2 +LQ02X022120 30S ribosomal protein S17 12.18552648 C6_chemical_C3 +LQ02X022120 30S ribosomal protein S17 13.47849777 L4_control_A1 +LQ02X022120 30S ribosomal protein S17 13.34067604 L4_control_A2 +LQ02X022120 30S ribosomal protein S17 13.7882611 L4_control_A3 +LQ02X022120 30S ribosomal protein S17 12.98807651 L4_control_B1 +LQ02X022120 30S ribosomal protein S17 12.59578418 L4_control_B2 +LQ02X022120 30S ribosomal protein S17 12.71938788 L4_control_B3 +LQ02X022120 30S ribosomal protein S17 13.18337984 L4_control_C2 +LQ02X022120 30S ribosomal protein S17 12.77687722 L4_control_C3 +LQ02X022120 30S ribosomal protein S17 13.24143853 L4_chemical_A1 +LQ02X022120 30S ribosomal protein S17 13.09287947 L4_chemical_A2 +LQ02X022120 30S ribosomal protein S17 13.53695577 L4_chemical_A3 +LQ02X022120 30S ribosomal protein S17 13.20696764 L4_chemical_B1 +LQ02X022120 30S ribosomal protein S17 12.91134954 L4_chemical_B2 +LQ02X022120 30S ribosomal protein S17 12.78431173 L4_chemical_B3 +LQ02X022120 30S ribosomal protein S17 13.12686749 L4_chemical_C2 +LQ02X022120 30S ribosomal protein S17 12.81887465 L4_chemical_C3 +LQ02X022140 Putative Thioredoxin H-type 2 10.45634764 C6_control_A1 +LQ02X022140 Putative Thioredoxin H-type 2 11.07425086 C6_control_A3 +LQ02X022140 Putative Thioredoxin H-type 2 10.53657028 C6_control_B1 +LQ02X022140 Putative Thioredoxin H-type 2 11.10120025 C6_control_B2 +LQ02X022140 Putative Thioredoxin H-type 2 11.04914776 C6_control_B3 +LQ02X022140 Putative Thioredoxin H-type 2 12.65068615 C6_control_C1 +LQ02X022140 Putative Thioredoxin H-type 2 11.94640081 C6_control_C2 +LQ02X022140 Putative Thioredoxin H-type 2 12.54928973 C6_control_C3 +LQ02X022140 Putative Thioredoxin H-type 2 10.54141858 C6_chemical_A1 +LQ02X022140 Putative Thioredoxin H-type 2 10.74749855 C6_chemical_A3 +LQ02X022140 Putative Thioredoxin H-type 2 10.3664822 C6_chemical_B1 +LQ02X022140 Putative Thioredoxin H-type 2 11.06056689 C6_chemical_B2 +LQ02X022140 Putative Thioredoxin H-type 2 11.10158136 C6_chemical_B3 +LQ02X022140 Putative Thioredoxin H-type 2 12.98843311 C6_chemical_C1 +LQ02X022140 Putative Thioredoxin H-type 2 12.47435612 C6_chemical_C2 +LQ02X022140 Putative Thioredoxin H-type 2 11.86796711 C6_chemical_C3 +LQ02X022140 Putative Thioredoxin H-type 2 10.38557392 L4_control_A1 +LQ02X022140 Putative Thioredoxin H-type 2 10.67377768 L4_control_A2 +LQ02X022140 Putative Thioredoxin H-type 2 10.5803904 L4_control_A3 +LQ02X022140 Putative Thioredoxin H-type 2 10.07817378 L4_control_B1 +LQ02X022140 Putative Thioredoxin H-type 2 9.712271545 L4_control_B2 +LQ02X022140 Putative Thioredoxin H-type 2 10.4725321 L4_control_B3 +LQ02X022140 Putative Thioredoxin H-type 2 11.68825807 L4_control_C2 +LQ02X022140 Putative Thioredoxin H-type 2 10.9212603 L4_control_C3 +LQ02X022140 Putative Thioredoxin H-type 2 9.872669692 L4_chemical_A1 +LQ02X022140 Putative Thioredoxin H-type 2 10.30689778 L4_chemical_A2 +LQ02X022140 Putative Thioredoxin H-type 2 9.39424107 L4_chemical_A3 +LQ02X022140 Putative Thioredoxin H-type 2 10.67390855 L4_chemical_B1 +LQ02X022140 Putative Thioredoxin H-type 2 10.01935984 L4_chemical_B2 +LQ02X022140 Putative Thioredoxin H-type 2 10.23322486 L4_chemical_B3 +LQ02X022140 Putative Thioredoxin H-type 2 11.31857567 L4_chemical_C2 +LQ02X022140 Putative Thioredoxin H-type 2 11.31467744 L4_chemical_C3 +LQ02X022200 Predicted protein 11.0482007 C6_control_A1 +LQ02X022200 Predicted protein 11.59490055 C6_control_A3 +LQ02X022200 Predicted protein 11.40703247 C6_control_B1 +LQ02X022200 Predicted protein 11.54629373 C6_control_B2 +LQ02X022200 Predicted protein 11.70924383 C6_control_B3 +LQ02X022200 Predicted protein 12.05479765 C6_control_C1 +LQ02X022200 Predicted protein 12.22176657 C6_control_C2 +LQ02X022200 Predicted protein 12.2925844 C6_control_C3 +LQ02X022200 Predicted protein 10.87957288 C6_chemical_A1 +LQ02X022200 Predicted protein 11.33971778 C6_chemical_A3 +LQ02X022200 Predicted protein 11.55557395 C6_chemical_B1 +LQ02X022200 Predicted protein 11.45729069 C6_chemical_B2 +LQ02X022200 Predicted protein 12.14190578 C6_chemical_B3 +LQ02X022200 Predicted protein 12.04624339 C6_chemical_C1 +LQ02X022200 Predicted protein 12.02058186 C6_chemical_C2 +LQ02X022200 Predicted protein 12.63274134 C6_chemical_C3 +LQ02X022200 Predicted protein 11.33370832 L4_control_A1 +LQ02X022200 Predicted protein 11.8068125 L4_control_A2 +LQ02X022200 Predicted protein 11.79717407 L4_control_A3 +LQ02X022200 Predicted protein 12.23971148 L4_control_B1 +LQ02X022200 Predicted protein 11.92502851 L4_control_B2 +LQ02X022200 Predicted protein 12.35156405 L4_control_B3 +LQ02X022200 Predicted protein 12.5188766 L4_control_C2 +LQ02X022200 Predicted protein 12.48941868 L4_control_C3 +LQ02X022200 Predicted protein 11.83695309 L4_chemical_A1 +LQ02X022200 Predicted protein 12.20010563 L4_chemical_A2 +LQ02X022200 Predicted protein 11.97650239 L4_chemical_A3 +LQ02X022200 Predicted protein 12.16949706 L4_chemical_B1 +LQ02X022200 Predicted protein 11.89190355 L4_chemical_B2 +LQ02X022200 Predicted protein 12.05879533 L4_chemical_B3 +LQ02X022200 Predicted protein 12.2570725 L4_chemical_C2 +LQ02X022200 Predicted protein 12.44395415 L4_chemical_C3 +LQ02X022210 Predicted protein 5.351730316 C6_control_A1 +LQ02X022210 Predicted protein 5.815590438 C6_control_A3 +LQ02X022210 Predicted protein 5.432688308 C6_control_B1 +LQ02X022210 Predicted protein 5.461862441 C6_control_B2 +LQ02X022210 Predicted protein 5.685911518 C6_control_B3 +LQ02X022210 Predicted protein 6.367562935 C6_control_C1 +LQ02X022210 Predicted protein 6.328507464 C6_control_C2 +LQ02X022210 Predicted protein 6.472024358 C6_control_C3 +LQ02X022210 Predicted protein 5.624043218 C6_chemical_A1 +LQ02X022210 Predicted protein 5.525195428 C6_chemical_A3 +LQ02X022210 Predicted protein 5.380321881 C6_chemical_B1 +LQ02X022210 Predicted protein 5.266288883 C6_chemical_B2 +LQ02X022210 Predicted protein 5.394430092 C6_chemical_B3 +LQ02X022210 Predicted protein 6.445903288 C6_chemical_C1 +LQ02X022210 Predicted protein 6.245371303 C6_chemical_C2 +LQ02X022210 Predicted protein 6.411062474 C6_chemical_C3 +LQ02X022210 Predicted protein 5.432501191 L4_control_A1 +LQ02X022210 Predicted protein 6.10222338 L4_control_A2 +LQ02X022210 Predicted protein 6.071880283 L4_control_A3 +LQ02X022210 Predicted protein 6.011130281 L4_control_B1 +LQ02X022210 Predicted protein 6.454154464 L4_control_B2 +LQ02X022210 Predicted protein 5.616660059 L4_control_B3 +LQ02X022210 Predicted protein 8.251565789 L4_control_C2 +LQ02X022210 Predicted protein 7.001530229 L4_control_C3 +LQ02X022210 Predicted protein 5.354913738 L4_chemical_A1 +LQ02X022210 Predicted protein 5.658322993 L4_chemical_A2 +LQ02X022210 Predicted protein 5.985824765 L4_chemical_A3 +LQ02X022210 Predicted protein 5.894149598 L4_chemical_B1 +LQ02X022210 Predicted protein 6.194030236 L4_chemical_B2 +LQ02X022210 Predicted protein 5.682173765 L4_chemical_B3 +LQ02X022210 Predicted protein 7.171075995 L4_chemical_C2 +LQ02X022210 Predicted protein 6.850377896 L4_chemical_C3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.28762244 C6_control_A1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.21457326 C6_control_A3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.62472666 C6_control_B1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.88780136 C6_control_B2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.74561779 C6_control_B3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.1061088 C6_control_C1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.3484626 C6_control_C2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.56025392 C6_control_C3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.35047547 C6_chemical_A1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.6237126 C6_chemical_A3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.65032306 C6_chemical_B1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.7730054 C6_chemical_B2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.9416138 C6_chemical_B3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.42600001 C6_chemical_C1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 11.99563813 C6_chemical_C2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.16762183 C6_chemical_C3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.67291999 L4_control_A1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.53476369 L4_control_A2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 11.72049774 L4_control_A3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 13.15467812 L4_control_B1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.43269723 L4_control_B2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.77931043 L4_control_B3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 11.40760244 L4_control_C2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 11.25085763 L4_control_C3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.94318056 L4_chemical_A1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 13.39918022 L4_chemical_A2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.57233055 L4_chemical_A3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 13.02548614 L4_chemical_B1 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 13.16821729 L4_chemical_B2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.82511019 L4_chemical_B3 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 11.60872967 L4_chemical_C2 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 11.64479604 L4_chemical_C3 +LQ02X022230 Predicted protein 7.819412368 C6_control_A1 +LQ02X022230 Predicted protein 7.456196225 C6_control_A3 +LQ02X022230 Predicted protein 7.086503746 C6_control_B1 +LQ02X022230 Predicted protein 7.400020285 C6_control_B2 +LQ02X022230 Predicted protein 7.92996288 C6_control_B3 +LQ02X022230 Predicted protein 7.226228126 C6_control_C1 +LQ02X022230 Predicted protein 6.748115049 C6_control_C2 +LQ02X022230 Predicted protein 7.452605349 C6_control_C3 +LQ02X022230 Predicted protein 7.251341754 C6_chemical_A1 +LQ02X022230 Predicted protein 7.53812608 C6_chemical_A3 +LQ02X022230 Predicted protein 7.121720241 C6_chemical_B1 +LQ02X022230 Predicted protein 7.393474939 C6_chemical_B2 +LQ02X022230 Predicted protein 7.80948114 C6_chemical_B3 +LQ02X022230 Predicted protein 7.001681969 C6_chemical_C1 +LQ02X022230 Predicted protein 7.302417281 C6_chemical_C2 +LQ02X022230 Predicted protein 7.30052014 C6_chemical_C3 +LQ02X022230 Predicted protein 7.126045569 L4_control_A1 +LQ02X022230 Predicted protein 7.667189936 L4_control_A2 +LQ02X022230 Predicted protein 7.61806941 L4_control_A3 +LQ02X022230 Predicted protein 7.142056339 L4_control_B1 +LQ02X022230 Predicted protein 6.217353419 L4_control_B2 +LQ02X022230 Predicted protein 7.080418603 L4_control_B3 +LQ02X022230 Predicted protein 6.94331637 L4_control_C2 +LQ02X022230 Predicted protein 6.458114485 L4_control_C3 +LQ02X022230 Predicted protein 7.172610713 L4_chemical_A1 +LQ02X022230 Predicted protein 7.812604411 L4_chemical_A2 +LQ02X022230 Predicted protein 7.266334049 L4_chemical_A3 +LQ02X022230 Predicted protein 7.303676232 L4_chemical_B1 +LQ02X022230 Predicted protein 7.600574388 L4_chemical_B2 +LQ02X022230 Predicted protein 7.11280815 L4_chemical_B3 +LQ02X022230 Predicted protein 7.7952187 L4_chemical_C2 +LQ02X022230 Predicted protein 7.544524009 L4_chemical_C3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.852422427 C6_control_A1 +LQ02X022310 Probable glutathione S-transferase GSTU6 6.613431499 C6_control_A3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.931401567 C6_control_B1 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.399165026 C6_control_B2 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.444247275 C6_control_B3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.885720039 C6_control_C1 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.642134614 C6_control_C2 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.102115267 C6_control_C3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.574332951 C6_chemical_A1 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.64949128 C6_chemical_A3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.874654856 C6_chemical_B1 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.393926978 C6_chemical_B2 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.328239237 C6_chemical_B3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.606635146 C6_chemical_C1 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.680896029 C6_chemical_C2 +LQ02X022310 Probable glutathione S-transferase GSTU6 4.990689641 C6_chemical_C3 +LQ02X022310 Probable glutathione S-transferase GSTU6 6.240145155 L4_control_A1 +LQ02X022310 Probable glutathione S-transferase GSTU6 6.049210115 L4_control_A2 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.675707217 L4_control_A3 +LQ02X022310 Probable glutathione S-transferase GSTU6 6.016778373 L4_control_B1 +LQ02X022310 Probable glutathione S-transferase GSTU6 6.458606554 L4_control_B2 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.545042421 L4_control_B3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.187648161 L4_control_C2 +LQ02X022310 Probable glutathione S-transferase GSTU6 6.152719278 L4_control_C3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.762134211 L4_chemical_A1 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.766906672 L4_chemical_A2 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.773216371 L4_chemical_A3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.783646421 L4_chemical_B1 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.963644261 L4_chemical_B2 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.548023385 L4_chemical_B3 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.603458478 L4_chemical_C2 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.674833085 L4_chemical_C3 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.26787169 C6_control_A1 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.70528596 C6_control_A3 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.05803107 C6_control_B1 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.84808707 C6_control_B2 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.12976512 C6_control_B3 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.14178662 C6_control_C1 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.3100442 C6_control_C2 +LQ02X022410 Probable glutathione S-transferase GSTU6 13.87432262 C6_control_C3 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.82073114 C6_chemical_A1 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.42564338 C6_chemical_A3 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.02633928 C6_chemical_B1 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.65982142 C6_chemical_B2 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.03634493 C6_chemical_B3 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.50610092 C6_chemical_C1 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.07954298 C6_chemical_C2 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.33614407 C6_chemical_C3 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.8079969 L4_control_A1 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.39243846 L4_control_A2 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.4444325 L4_control_A3 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.86752672 L4_control_B1 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.98569576 L4_control_B2 +LQ02X022410 Probable glutathione S-transferase GSTU6 13.87802307 L4_control_B3 +LQ02X022410 Probable glutathione S-transferase GSTU6 13.497738 L4_control_C2 +LQ02X022410 Probable glutathione S-transferase GSTU6 13.88138207 L4_control_C3 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.57245465 L4_chemical_A1 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.03318165 L4_chemical_A2 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.59651192 L4_chemical_A3 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.2422661 L4_chemical_B1 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.21066207 L4_chemical_B2 +LQ02X022410 Probable glutathione S-transferase GSTU6 15.34562922 L4_chemical_B3 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.29798918 L4_chemical_C2 +LQ02X022410 Probable glutathione S-transferase GSTU6 13.83132106 L4_chemical_C3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.070183102 C6_control_A1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.222805851 C6_control_A3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.798217302 C6_control_B1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.374475989 C6_control_B2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.718609797 C6_control_B3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.577800538 C6_control_C1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 7.947386096 C6_control_C2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.253016652 C6_control_C3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.528530904 C6_chemical_A1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.752843921 C6_chemical_A3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.159628716 C6_chemical_B1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.463663562 C6_chemical_B2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.125924646 C6_chemical_B3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.702742004 C6_chemical_C1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.231239002 C6_chemical_C2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.496276478 C6_chemical_C3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.576220712 L4_control_A1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.742230986 L4_control_A2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 10.55395046 L4_control_A3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.019691513 L4_control_B1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.786383716 L4_control_B2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.759145282 L4_control_B3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.819985254 L4_control_C2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.715909617 L4_control_C3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.129540308 L4_chemical_A1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.258191276 L4_chemical_A2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 10.29837348 L4_chemical_A3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.291944775 L4_chemical_B1 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.410731695 L4_chemical_B2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.13687859 L4_chemical_B3 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 8.307818796 L4_chemical_C2 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.584072813 L4_chemical_C3 +LQ02X022580 Predicted protein 5.150409864 C6_control_A1 +LQ02X022580 Predicted protein 5.108794614 C6_control_A3 +LQ02X022580 Predicted protein 5.578063379 C6_control_B1 +LQ02X022580 Predicted protein 5.224465394 C6_control_B2 +LQ02X022580 Predicted protein 5.330714112 C6_control_B3 +LQ02X022580 Predicted protein 5.0352854 C6_control_C1 +LQ02X022580 Predicted protein 5.386596621 C6_control_C2 +LQ02X022580 Predicted protein 5.27282341 C6_control_C3 +LQ02X022580 Predicted protein 4.991250144 C6_chemical_A1 +LQ02X022580 Predicted protein 5.587828659 C6_chemical_A3 +LQ02X022580 Predicted protein 5.775202273 C6_chemical_B1 +LQ02X022580 Predicted protein 5.3058458 C6_chemical_B2 +LQ02X022580 Predicted protein 5.394550652 C6_chemical_B3 +LQ02X022580 Predicted protein 4.995964083 C6_chemical_C1 +LQ02X022580 Predicted protein 5.359781463 C6_chemical_C2 +LQ02X022580 Predicted protein 5.186671765 C6_chemical_C3 +LQ02X022580 Predicted protein 5.283201042 L4_control_A1 +LQ02X022580 Predicted protein 5.400684876 L4_control_A2 +LQ02X022580 Predicted protein 5.237071331 L4_control_A3 +LQ02X022580 Predicted protein 6.123527278 L4_control_B1 +LQ02X022580 Predicted protein 4.932395279 L4_control_B2 +LQ02X022580 Predicted protein 5.220839149 L4_control_B3 +LQ02X022580 Predicted protein 5.330057291 L4_control_C2 +LQ02X022580 Predicted protein 5.792376687 L4_control_C3 +LQ02X022580 Predicted protein 5.16456982 L4_chemical_A1 +LQ02X022580 Predicted protein 5.489191868 L4_chemical_A2 +LQ02X022580 Predicted protein 4.881621742 L4_chemical_A3 +LQ02X022580 Predicted protein 5.159465597 L4_chemical_B1 +LQ02X022580 Predicted protein 5.087574146 L4_chemical_B2 +LQ02X022580 Predicted protein 5.175334004 L4_chemical_B3 +LQ02X022580 Predicted protein 5.171922317 L4_chemical_C2 +LQ02X022580 Predicted protein 6.295725526 L4_chemical_C3 +LQ02X022600 Predicted protein 4.887711817 C6_control_A1 +LQ02X022600 Predicted protein 5.118958926 C6_control_A3 +LQ02X022600 Predicted protein 4.673625104 C6_control_B1 +LQ02X022600 Predicted protein 4.88916107 C6_control_B2 +LQ02X022600 Predicted protein 4.936029268 C6_control_B3 +LQ02X022600 Predicted protein 4.806253853 C6_control_C1 +LQ02X022600 Predicted protein 4.79276801 C6_control_C2 +LQ02X022600 Predicted protein 5.163656198 C6_control_C3 +LQ02X022600 Predicted protein 4.874198871 C6_chemical_A1 +LQ02X022600 Predicted protein 4.851618521 C6_chemical_A3 +LQ02X022600 Predicted protein 5.188470321 C6_chemical_B1 +LQ02X022600 Predicted protein 4.804993035 C6_chemical_B2 +LQ02X022600 Predicted protein 4.837090581 C6_chemical_B3 +LQ02X022600 Predicted protein 4.961745459 C6_chemical_C1 +LQ02X022600 Predicted protein 4.930495764 C6_chemical_C2 +LQ02X022600 Predicted protein 4.998641091 C6_chemical_C3 +LQ02X022600 Predicted protein 5.066885826 L4_control_A1 +LQ02X022600 Predicted protein 5.18399371 L4_control_A2 +LQ02X022600 Predicted protein 5.684843337 L4_control_A3 +LQ02X022600 Predicted protein 4.950034483 L4_control_B1 +LQ02X022600 Predicted protein 4.815692798 L4_control_B2 +LQ02X022600 Predicted protein 4.774525121 L4_control_B3 +LQ02X022600 Predicted protein 5.103199965 L4_control_C2 +LQ02X022600 Predicted protein 4.835429387 L4_control_C3 +LQ02X022600 Predicted protein 4.874655027 L4_chemical_A1 +LQ02X022600 Predicted protein 4.959625572 L4_chemical_A2 +LQ02X022600 Predicted protein 4.845888187 L4_chemical_A3 +LQ02X022600 Predicted protein 4.882185668 L4_chemical_B1 +LQ02X022600 Predicted protein 5.027722396 L4_chemical_B2 +LQ02X022600 Predicted protein 4.787897438 L4_chemical_B3 +LQ02X022600 Predicted protein 4.998096327 L4_chemical_C2 +LQ02X022600 Predicted protein 4.786705477 L4_chemical_C3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.758372304 C6_control_A1 +LQ02X022670 Phospholipid-transporting ATPase 3 5.609908002 C6_control_A3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.536533088 C6_control_B1 +LQ02X022670 Phospholipid-transporting ATPase 3 6.380685621 C6_control_B2 +LQ02X022670 Phospholipid-transporting ATPase 3 5.434188423 C6_control_B3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.77895658 C6_control_C1 +LQ02X022670 Phospholipid-transporting ATPase 3 5.805613433 C6_control_C2 +LQ02X022670 Phospholipid-transporting ATPase 3 6.329160477 C6_control_C3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.712051868 C6_chemical_A1 +LQ02X022670 Phospholipid-transporting ATPase 3 5.368226369 C6_chemical_A3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.564477489 C6_chemical_B1 +LQ02X022670 Phospholipid-transporting ATPase 3 6.791362417 C6_chemical_B2 +LQ02X022670 Phospholipid-transporting ATPase 3 5.717045511 C6_chemical_B3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.711344641 C6_chemical_C1 +LQ02X022670 Phospholipid-transporting ATPase 3 6.150596186 C6_chemical_C2 +LQ02X022670 Phospholipid-transporting ATPase 3 6.089149718 C6_chemical_C3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.417631999 L4_control_A1 +LQ02X022670 Phospholipid-transporting ATPase 3 5.513710122 L4_control_A2 +LQ02X022670 Phospholipid-transporting ATPase 3 5.13384693 L4_control_A3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.331164934 L4_control_B1 +LQ02X022670 Phospholipid-transporting ATPase 3 5.789037984 L4_control_B2 +LQ02X022670 Phospholipid-transporting ATPase 3 5.475156594 L4_control_B3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.259961298 L4_control_C2 +LQ02X022670 Phospholipid-transporting ATPase 3 5.834900131 L4_control_C3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.459959376 L4_chemical_A1 +LQ02X022670 Phospholipid-transporting ATPase 3 5.477058907 L4_chemical_A2 +LQ02X022670 Phospholipid-transporting ATPase 3 5.446047905 L4_chemical_A3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.428887557 L4_chemical_B1 +LQ02X022670 Phospholipid-transporting ATPase 3 5.239801995 L4_chemical_B2 +LQ02X022670 Phospholipid-transporting ATPase 3 5.711668377 L4_chemical_B3 +LQ02X022670 Phospholipid-transporting ATPase 3 5.083314267 L4_chemical_C2 +LQ02X022670 Phospholipid-transporting ATPase 3 5.368574214 L4_chemical_C3 +LQ02X022720 Spermidine synthase 13.85341034 C6_control_A1 +LQ02X022720 Spermidine synthase 13.98761495 C6_control_A3 +LQ02X022720 Spermidine synthase 13.82137051 C6_control_B1 +LQ02X022720 Spermidine synthase 13.75499758 C6_control_B2 +LQ02X022720 Spermidine synthase 13.33439081 C6_control_B3 +LQ02X022720 Spermidine synthase 14.11025691 C6_control_C1 +LQ02X022720 Spermidine synthase 13.91782146 C6_control_C2 +LQ02X022720 Spermidine synthase 13.51823591 C6_control_C3 +LQ02X022720 Spermidine synthase 13.76935004 C6_chemical_A1 +LQ02X022720 Spermidine synthase 13.78416542 C6_chemical_A3 +LQ02X022720 Spermidine synthase 13.7460455 C6_chemical_B1 +LQ02X022720 Spermidine synthase 13.80146854 C6_chemical_B2 +LQ02X022720 Spermidine synthase 13.2707691 C6_chemical_B3 +LQ02X022720 Spermidine synthase 14.24760985 C6_chemical_C1 +LQ02X022720 Spermidine synthase 14.02033352 C6_chemical_C2 +LQ02X022720 Spermidine synthase 13.87081638 C6_chemical_C3 +LQ02X022720 Spermidine synthase 13.86368938 L4_control_A1 +LQ02X022720 Spermidine synthase 13.4174033 L4_control_A2 +LQ02X022720 Spermidine synthase 13.24128958 L4_control_A3 +LQ02X022720 Spermidine synthase 12.95898184 L4_control_B1 +LQ02X022720 Spermidine synthase 13.19930573 L4_control_B2 +LQ02X022720 Spermidine synthase 13.2476222 L4_control_B3 +LQ02X022720 Spermidine synthase 13.11276004 L4_control_C2 +LQ02X022720 Spermidine synthase 13.26670247 L4_control_C3 +LQ02X022720 Spermidine synthase 13.60134492 L4_chemical_A1 +LQ02X022720 Spermidine synthase 13.13608251 L4_chemical_A2 +LQ02X022720 Spermidine synthase 13.2373728 L4_chemical_A3 +LQ02X022720 Spermidine synthase 13.11529242 L4_chemical_B1 +LQ02X022720 Spermidine synthase 12.69182346 L4_chemical_B2 +LQ02X022720 Spermidine synthase 13.40739917 L4_chemical_B3 +LQ02X022720 Spermidine synthase 13.05367671 L4_chemical_C2 +LQ02X022720 Spermidine synthase 13.16861028 L4_chemical_C3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.91706223 C6_control_A1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.90748015 C6_control_A3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.53589205 C6_control_B1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 12.24001151 C6_control_B2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.58652228 C6_control_B3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 12.76604552 C6_control_C1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 12.40247518 C6_control_C2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 13.0236801 C6_control_C3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.68911366 C6_chemical_A1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.95858477 C6_chemical_A3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.27904733 C6_chemical_B1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 11.87361094 C6_chemical_B2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.71175207 C6_chemical_B3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 12.85519943 C6_chemical_C1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 12.83095593 C6_chemical_C2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 13.14667349 C6_chemical_C3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.0913807 L4_control_A1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.023601781 L4_control_A2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.076701154 L4_control_A3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.357958521 L4_control_B1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 8.684132245 L4_control_B2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.01020325 L4_control_B3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.24898062 L4_control_C2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.520054922 L4_control_C3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.33510951 L4_chemical_A1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.247356201 L4_chemical_A2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.005964006 L4_chemical_A3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.287289705 L4_chemical_B1 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.154215361 L4_chemical_B2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.22573461 L4_chemical_B3 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.92432545 L4_chemical_C2 +LQ02X022760 Arginine/serine-rich splicing factor, putative 9.72509699 L4_chemical_C3 +LQ02X022790 Predicted protein 6.063374108 C6_control_A1 +LQ02X022790 Predicted protein 7.413778777 C6_control_A3 +LQ02X022790 Predicted protein 6.197349068 C6_control_B1 +LQ02X022790 Predicted protein 5.989427643 C6_control_B2 +LQ02X022790 Predicted protein 5.620216745 C6_control_B3 +LQ02X022790 Predicted protein 5.757637742 C6_control_C1 +LQ02X022790 Predicted protein 7.452686445 C6_control_C2 +LQ02X022790 Predicted protein 5.741561752 C6_control_C3 +LQ02X022790 Predicted protein 5.807374069 C6_chemical_A1 +LQ02X022790 Predicted protein 5.981723985 C6_chemical_A3 +LQ02X022790 Predicted protein 5.74407046 C6_chemical_B1 +LQ02X022790 Predicted protein 6.079868955 C6_chemical_B2 +LQ02X022790 Predicted protein 5.657026306 C6_chemical_B3 +LQ02X022790 Predicted protein 5.921563561 C6_chemical_C1 +LQ02X022790 Predicted protein 6.396560788 C6_chemical_C2 +LQ02X022790 Predicted protein 6.445947064 C6_chemical_C3 +LQ02X022790 Predicted protein 5.920783161 L4_control_A1 +LQ02X022790 Predicted protein 6.105093166 L4_control_A2 +LQ02X022790 Predicted protein 5.139716247 L4_control_A3 +LQ02X022790 Predicted protein 5.444114783 L4_control_B1 +LQ02X022790 Predicted protein 5.459271616 L4_control_B2 +LQ02X022790 Predicted protein 5.671683317 L4_control_B3 +LQ02X022790 Predicted protein 5.728829731 L4_control_C2 +LQ02X022790 Predicted protein 5.82469809 L4_control_C3 +LQ02X022790 Predicted protein 5.738347265 L4_chemical_A1 +LQ02X022790 Predicted protein 5.751372353 L4_chemical_A2 +LQ02X022790 Predicted protein 5.541689176 L4_chemical_A3 +LQ02X022790 Predicted protein 5.06993679 L4_chemical_B1 +LQ02X022790 Predicted protein 5.16566085 L4_chemical_B2 +LQ02X022790 Predicted protein 5.575232122 L4_chemical_B3 +LQ02X022790 Predicted protein 6.084271005 L4_chemical_C2 +LQ02X022790 Predicted protein 5.219035926 L4_chemical_C3 +LQ02X022810 Hypothetical protein 4.620342132 C6_control_A1 +LQ02X022810 Hypothetical protein 4.646726273 C6_control_A3 +LQ02X022810 Hypothetical protein 4.632439101 C6_control_B1 +LQ02X022810 Hypothetical protein 4.458767633 C6_control_B2 +LQ02X022810 Hypothetical protein 4.567091539 C6_control_B3 +LQ02X022810 Hypothetical protein 4.764410657 C6_control_C1 +LQ02X022810 Hypothetical protein 4.436559682 C6_control_C2 +LQ02X022810 Hypothetical protein 4.424637968 C6_control_C3 +LQ02X022810 Hypothetical protein 4.634936277 C6_chemical_A1 +LQ02X022810 Hypothetical protein 4.727418282 C6_chemical_A3 +LQ02X022810 Hypothetical protein 4.663978455 C6_chemical_B1 +LQ02X022810 Hypothetical protein 4.44136763 C6_chemical_B2 +LQ02X022810 Hypothetical protein 4.48731843 C6_chemical_B3 +LQ02X022810 Hypothetical protein 4.705936579 C6_chemical_C1 +LQ02X022810 Hypothetical protein 4.533355566 C6_chemical_C2 +LQ02X022810 Hypothetical protein 4.43007113 C6_chemical_C3 +LQ02X022810 Hypothetical protein 4.47746123 L4_control_A1 +LQ02X022810 Hypothetical protein 4.661146917 L4_control_A2 +LQ02X022810 Hypothetical protein 5.076263113 L4_control_A3 +LQ02X022810 Hypothetical protein 4.635360286 L4_control_B1 +LQ02X022810 Hypothetical protein 4.532241506 L4_control_B2 +LQ02X022810 Hypothetical protein 4.686131648 L4_control_B3 +LQ02X022810 Hypothetical protein 5.050967903 L4_control_C2 +LQ02X022810 Hypothetical protein 5.085528894 L4_control_C3 +LQ02X022810 Hypothetical protein 4.710861333 L4_chemical_A1 +LQ02X022810 Hypothetical protein 4.700076168 L4_chemical_A2 +LQ02X022810 Hypothetical protein 4.842083788 L4_chemical_A3 +LQ02X022810 Hypothetical protein 4.623554989 L4_chemical_B1 +LQ02X022810 Hypothetical protein 4.752420847 L4_chemical_B2 +LQ02X022810 Hypothetical protein 4.65551269 L4_chemical_B3 +LQ02X022810 Hypothetical protein 4.881903133 L4_chemical_C2 +LQ02X022810 Hypothetical protein 4.650214841 L4_chemical_C3 +LQ02X022840 Chaperone protein dnaJ 16 6.002240688 C6_control_A1 +LQ02X022840 Chaperone protein dnaJ 16 5.194505159 C6_control_A3 +LQ02X022840 Chaperone protein dnaJ 16 5.914105549 C6_control_B1 +LQ02X022840 Chaperone protein dnaJ 16 5.946285041 C6_control_B2 +LQ02X022840 Chaperone protein dnaJ 16 5.880906082 C6_control_B3 +LQ02X022840 Chaperone protein dnaJ 16 5.388358801 C6_control_C1 +LQ02X022840 Chaperone protein dnaJ 16 5.372791462 C6_control_C2 +LQ02X022840 Chaperone protein dnaJ 16 5.195281711 C6_control_C3 +LQ02X022840 Chaperone protein dnaJ 16 5.437782067 C6_chemical_A1 +LQ02X022840 Chaperone protein dnaJ 16 5.707887281 C6_chemical_A3 +LQ02X022840 Chaperone protein dnaJ 16 6.193450078 C6_chemical_B1 +LQ02X022840 Chaperone protein dnaJ 16 5.868070264 C6_chemical_B2 +LQ02X022840 Chaperone protein dnaJ 16 6.167690829 C6_chemical_B3 +LQ02X022840 Chaperone protein dnaJ 16 5.468067179 C6_chemical_C1 +LQ02X022840 Chaperone protein dnaJ 16 5.277347328 C6_chemical_C2 +LQ02X022840 Chaperone protein dnaJ 16 5.117694568 C6_chemical_C3 +LQ02X022840 Chaperone protein dnaJ 16 5.351834294 L4_control_A1 +LQ02X022840 Chaperone protein dnaJ 16 5.380270056 L4_control_A2 +LQ02X022840 Chaperone protein dnaJ 16 5.471580656 L4_control_A3 +LQ02X022840 Chaperone protein dnaJ 16 5.288266209 L4_control_B1 +LQ02X022840 Chaperone protein dnaJ 16 5.524934662 L4_control_B2 +LQ02X022840 Chaperone protein dnaJ 16 5.579208291 L4_control_B3 +LQ02X022840 Chaperone protein dnaJ 16 5.579298032 L4_control_C2 +LQ02X022840 Chaperone protein dnaJ 16 5.578788778 L4_control_C3 +LQ02X022840 Chaperone protein dnaJ 16 5.499045729 L4_chemical_A1 +LQ02X022840 Chaperone protein dnaJ 16 5.303298323 L4_chemical_A2 +LQ02X022840 Chaperone protein dnaJ 16 5.518489812 L4_chemical_A3 +LQ02X022840 Chaperone protein dnaJ 16 5.487888447 L4_chemical_B1 +LQ02X022840 Chaperone protein dnaJ 16 5.661152898 L4_chemical_B2 +LQ02X022840 Chaperone protein dnaJ 16 5.371846181 L4_chemical_B3 +LQ02X022840 Chaperone protein dnaJ 16 5.495767034 L4_chemical_C2 +LQ02X022840 Chaperone protein dnaJ 16 5.206295631 L4_chemical_C3 +LQ02X022850 Putative Zinc finger protein 5 5.082356059 C6_control_A1 +LQ02X022850 Putative Zinc finger protein 5 4.862336671 C6_control_A3 +LQ02X022850 Putative Zinc finger protein 5 5.854369322 C6_control_B1 +LQ02X022850 Putative Zinc finger protein 5 5.029344423 C6_control_B2 +LQ02X022850 Putative Zinc finger protein 5 5.48754487 C6_control_B3 +LQ02X022850 Putative Zinc finger protein 5 5.112207101 C6_control_C1 +LQ02X022850 Putative Zinc finger protein 5 5.095676875 C6_control_C2 +LQ02X022850 Putative Zinc finger protein 5 5.0940737 C6_control_C3 +LQ02X022850 Putative Zinc finger protein 5 4.768186006 C6_chemical_A1 +LQ02X022850 Putative Zinc finger protein 5 4.979591434 C6_chemical_A3 +LQ02X022850 Putative Zinc finger protein 5 6.016110231 C6_chemical_B1 +LQ02X022850 Putative Zinc finger protein 5 5.074032511 C6_chemical_B2 +LQ02X022850 Putative Zinc finger protein 5 5.271170496 C6_chemical_B3 +LQ02X022850 Putative Zinc finger protein 5 5.285516277 C6_chemical_C1 +LQ02X022850 Putative Zinc finger protein 5 5.106546718 C6_chemical_C2 +LQ02X022850 Putative Zinc finger protein 5 5.276099621 C6_chemical_C3 +LQ02X022850 Putative Zinc finger protein 5 5.011131368 L4_control_A1 +LQ02X022850 Putative Zinc finger protein 5 4.953672525 L4_control_A2 +LQ02X022850 Putative Zinc finger protein 5 4.846979465 L4_control_A3 +LQ02X022850 Putative Zinc finger protein 5 5.443985812 L4_control_B1 +LQ02X022850 Putative Zinc finger protein 5 5.086463727 L4_control_B2 +LQ02X022850 Putative Zinc finger protein 5 5.099708478 L4_control_B3 +LQ02X022850 Putative Zinc finger protein 5 5.601474527 L4_control_C2 +LQ02X022850 Putative Zinc finger protein 5 5.920032143 L4_control_C3 +LQ02X022850 Putative Zinc finger protein 5 5.136426863 L4_chemical_A1 +LQ02X022850 Putative Zinc finger protein 5 5.405390626 L4_chemical_A2 +LQ02X022850 Putative Zinc finger protein 5 4.892214997 L4_chemical_A3 +LQ02X022850 Putative Zinc finger protein 5 5.442071275 L4_chemical_B1 +LQ02X022850 Putative Zinc finger protein 5 4.897532638 L4_chemical_B2 +LQ02X022850 Putative Zinc finger protein 5 5.085490193 L4_chemical_B3 +LQ02X022850 Putative Zinc finger protein 5 5.376070182 L4_chemical_C2 +LQ02X022850 Putative Zinc finger protein 5 5.064133756 L4_chemical_C3 +LQ02X022860 Putative uncharacterized protein 6.794000767 C6_control_A1 +LQ02X022860 Putative uncharacterized protein 6.551531547 C6_control_A3 +LQ02X022860 Putative uncharacterized protein 6.303738411 C6_control_B1 +LQ02X022860 Putative uncharacterized protein 6.018830619 C6_control_B2 +LQ02X022860 Putative uncharacterized protein 6.460349554 C6_control_B3 +LQ02X022860 Putative uncharacterized protein 5.724800171 C6_control_C1 +LQ02X022860 Putative uncharacterized protein 5.612060967 C6_control_C2 +LQ02X022860 Putative uncharacterized protein 6.03700631 C6_control_C3 +LQ02X022860 Putative uncharacterized protein 6.862698743 C6_chemical_A1 +LQ02X022860 Putative uncharacterized protein 6.626172904 C6_chemical_A3 +LQ02X022860 Putative uncharacterized protein 6.380206297 C6_chemical_B1 +LQ02X022860 Putative uncharacterized protein 6.254725785 C6_chemical_B2 +LQ02X022860 Putative uncharacterized protein 6.197423203 C6_chemical_B3 +LQ02X022860 Putative uncharacterized protein 5.733001929 C6_chemical_C1 +LQ02X022860 Putative uncharacterized protein 5.920823058 C6_chemical_C2 +LQ02X022860 Putative uncharacterized protein 5.360119635 C6_chemical_C3 +LQ02X022860 Putative uncharacterized protein 6.755656233 L4_control_A1 +LQ02X022860 Putative uncharacterized protein 7.158550976 L4_control_A2 +LQ02X022860 Putative uncharacterized protein 8.030897805 L4_control_A3 +LQ02X022860 Putative uncharacterized protein 7.689099372 L4_control_B1 +LQ02X022860 Putative uncharacterized protein 7.000929012 L4_control_B2 +LQ02X022860 Putative uncharacterized protein 6.473002978 L4_control_B3 +LQ02X022860 Putative uncharacterized protein 7.352413252 L4_control_C2 +LQ02X022860 Putative uncharacterized protein 6.472867285 L4_control_C3 +LQ02X022860 Putative uncharacterized protein 6.335788983 L4_chemical_A1 +LQ02X022860 Putative uncharacterized protein 7.135817845 L4_chemical_A2 +LQ02X022860 Putative uncharacterized protein 7.244336343 L4_chemical_A3 +LQ02X022860 Putative uncharacterized protein 7.171587687 L4_chemical_B1 +LQ02X022860 Putative uncharacterized protein 7.128126343 L4_chemical_B2 +LQ02X022860 Putative uncharacterized protein 6.41529887 L4_chemical_B3 +LQ02X022860 Putative uncharacterized protein 7.284584914 L4_chemical_C2 +LQ02X022860 Putative uncharacterized protein 6.423314308 L4_chemical_C3 +LQ02X022900 Putative uncharacterized protein 11.98168654 C6_control_A1 +LQ02X022900 Putative uncharacterized protein 13.51740062 C6_control_A3 +LQ02X022900 Putative uncharacterized protein 11.4012343 C6_control_B1 +LQ02X022900 Putative uncharacterized protein 12.5961198 C6_control_B2 +LQ02X022900 Putative uncharacterized protein 12.53727533 C6_control_B3 +LQ02X022900 Putative uncharacterized protein 12.17325472 C6_control_C1 +LQ02X022900 Putative uncharacterized protein 12.48049387 C6_control_C2 +LQ02X022900 Putative uncharacterized protein 13.43379788 C6_control_C3 +LQ02X022900 Putative uncharacterized protein 11.48725956 C6_chemical_A1 +LQ02X022900 Putative uncharacterized protein 11.39466593 C6_chemical_A3 +LQ02X022900 Putative uncharacterized protein 10.86067283 C6_chemical_B1 +LQ02X022900 Putative uncharacterized protein 12.59306118 C6_chemical_B2 +LQ02X022900 Putative uncharacterized protein 13.15540315 C6_chemical_B3 +LQ02X022900 Putative uncharacterized protein 11.66967901 C6_chemical_C1 +LQ02X022900 Putative uncharacterized protein 12.98520137 C6_chemical_C2 +LQ02X022900 Putative uncharacterized protein 11.61045133 C6_chemical_C3 +LQ02X022900 Putative uncharacterized protein 12.24672095 L4_control_A1 +LQ02X022900 Putative uncharacterized protein 13.32506213 L4_control_A2 +LQ02X022900 Putative uncharacterized protein 13.72378609 L4_control_A3 +LQ02X022900 Putative uncharacterized protein 12.40849306 L4_control_B1 +LQ02X022900 Putative uncharacterized protein 13.11233319 L4_control_B2 +LQ02X022900 Putative uncharacterized protein 13.4355396 L4_control_B3 +LQ02X022900 Putative uncharacterized protein 14.25150222 L4_control_C2 +LQ02X022900 Putative uncharacterized protein 13.60324121 L4_control_C3 +LQ02X022900 Putative uncharacterized protein 13.59553611 L4_chemical_A1 +LQ02X022900 Putative uncharacterized protein 13.93892572 L4_chemical_A2 +LQ02X022900 Putative uncharacterized protein 14.23152898 L4_chemical_A3 +LQ02X022900 Putative uncharacterized protein 13.0624592 L4_chemical_B1 +LQ02X022900 Putative uncharacterized protein 13.8867556 L4_chemical_B2 +LQ02X022900 Putative uncharacterized protein 14.56924719 L4_chemical_B3 +LQ02X022900 Putative uncharacterized protein 13.65009709 L4_chemical_C2 +LQ02X022900 Putative uncharacterized protein 13.87946441 L4_chemical_C3 +LQ02X022991 Putative uncharacterized protein 4.928199286 C6_control_A1 +LQ02X022991 Putative uncharacterized protein 5.028105435 C6_control_A3 +LQ02X022991 Putative uncharacterized protein 5.086315995 C6_control_B1 +LQ02X022991 Putative uncharacterized protein 4.949628099 C6_control_B2 +LQ02X022991 Putative uncharacterized protein 5.353591328 C6_control_B3 +LQ02X022991 Putative uncharacterized protein 4.758046491 C6_control_C1 +LQ02X022991 Putative uncharacterized protein 4.765156664 C6_control_C2 +LQ02X022991 Putative uncharacterized protein 4.905727023 C6_control_C3 +LQ02X022991 Putative uncharacterized protein 5.011629045 C6_chemical_A1 +LQ02X022991 Putative uncharacterized protein 4.890924428 C6_chemical_A3 +LQ02X022991 Putative uncharacterized protein 5.31970733 C6_chemical_B1 +LQ02X022991 Putative uncharacterized protein 4.763947585 C6_chemical_B2 +LQ02X022991 Putative uncharacterized protein 5.398746171 C6_chemical_B3 +LQ02X022991 Putative uncharacterized protein 4.792972434 C6_chemical_C1 +LQ02X022991 Putative uncharacterized protein 4.718934307 C6_chemical_C2 +LQ02X022991 Putative uncharacterized protein 4.648899376 C6_chemical_C3 +LQ02X022991 Putative uncharacterized protein 4.812900305 L4_control_A1 +LQ02X022991 Putative uncharacterized protein 5.412133029 L4_control_A2 +LQ02X022991 Putative uncharacterized protein 5.033382763 L4_control_A3 +LQ02X022991 Putative uncharacterized protein 5.25885473 L4_control_B1 +LQ02X022991 Putative uncharacterized protein 5.513905464 L4_control_B2 +LQ02X022991 Putative uncharacterized protein 5.377925267 L4_control_B3 +LQ02X022991 Putative uncharacterized protein 5.053542594 L4_control_C2 +LQ02X022991 Putative uncharacterized protein 5.282647251 L4_control_C3 +LQ02X022991 Putative uncharacterized protein 4.79679717 L4_chemical_A1 +LQ02X022991 Putative uncharacterized protein 5.169925044 L4_chemical_A2 +LQ02X022991 Putative uncharacterized protein 4.783603889 L4_chemical_A3 +LQ02X022991 Putative uncharacterized protein 5.140198142 L4_chemical_B1 +LQ02X022991 Putative uncharacterized protein 5.275698069 L4_chemical_B2 +LQ02X022991 Putative uncharacterized protein 5.097155597 L4_chemical_B3 +LQ02X022991 Putative uncharacterized protein 4.899660637 L4_chemical_C2 +LQ02X022991 Putative uncharacterized protein 5.049062864 L4_chemical_C3 +LQ02X023040 Putative Uncharacterized protein yuxK 9.892732525 C6_control_A1 +LQ02X023040 Putative Uncharacterized protein yuxK 11.05665912 C6_control_A3 +LQ02X023040 Putative Uncharacterized protein yuxK 9.647276821 C6_control_B1 +LQ02X023040 Putative Uncharacterized protein yuxK 8.687484278 C6_control_B2 +LQ02X023040 Putative Uncharacterized protein yuxK 9.506181063 C6_control_B3 +LQ02X023040 Putative Uncharacterized protein yuxK 9.340858216 C6_control_C1 +LQ02X023040 Putative Uncharacterized protein yuxK 8.861232907 C6_control_C2 +LQ02X023040 Putative Uncharacterized protein yuxK 9.132489617 C6_control_C3 +LQ02X023040 Putative Uncharacterized protein yuxK 9.666406649 C6_chemical_A1 +LQ02X023040 Putative Uncharacterized protein yuxK 10.45690682 C6_chemical_A3 +LQ02X023040 Putative Uncharacterized protein yuxK 9.461337147 C6_chemical_B1 +LQ02X023040 Putative Uncharacterized protein yuxK 8.664098872 C6_chemical_B2 +LQ02X023040 Putative Uncharacterized protein yuxK 9.130736332 C6_chemical_B3 +LQ02X023040 Putative Uncharacterized protein yuxK 8.857419429 C6_chemical_C1 +LQ02X023040 Putative Uncharacterized protein yuxK 9.063689731 C6_chemical_C2 +LQ02X023040 Putative Uncharacterized protein yuxK 8.630957773 C6_chemical_C3 +LQ02X023040 Putative Uncharacterized protein yuxK 11.04270095 L4_control_A1 +LQ02X023040 Putative Uncharacterized protein yuxK 10.8468024 L4_control_A2 +LQ02X023040 Putative Uncharacterized protein yuxK 11.90542405 L4_control_A3 +LQ02X023040 Putative Uncharacterized protein yuxK 10.71712866 L4_control_B1 +LQ02X023040 Putative Uncharacterized protein yuxK 10.40883097 L4_control_B2 +LQ02X023040 Putative Uncharacterized protein yuxK 9.728078897 L4_control_B3 +LQ02X023040 Putative Uncharacterized protein yuxK 10.40895195 L4_control_C2 +LQ02X023040 Putative Uncharacterized protein yuxK 10.64358783 L4_control_C3 +LQ02X023040 Putative Uncharacterized protein yuxK 10.87032492 L4_chemical_A1 +LQ02X023040 Putative Uncharacterized protein yuxK 10.93683019 L4_chemical_A2 +LQ02X023040 Putative Uncharacterized protein yuxK 11.67919607 L4_chemical_A3 +LQ02X023040 Putative Uncharacterized protein yuxK 11.08998699 L4_chemical_B1 +LQ02X023040 Putative Uncharacterized protein yuxK 10.80959511 L4_chemical_B2 +LQ02X023040 Putative Uncharacterized protein yuxK 10.36402105 L4_chemical_B3 +LQ02X023040 Putative Uncharacterized protein yuxK 10.37874002 L4_chemical_C2 +LQ02X023040 Putative Uncharacterized protein yuxK 10.56862982 L4_chemical_C3 +LQ02X023050 Predicted protein 4.705410542 C6_control_A1 +LQ02X023050 Predicted protein 4.700948541 C6_control_A3 +LQ02X023050 Predicted protein 5.149663045 C6_control_B1 +LQ02X023050 Predicted protein 4.726992041 C6_control_B2 +LQ02X023050 Predicted protein 4.843322561 C6_control_B3 +LQ02X023050 Predicted protein 4.769709274 C6_control_C1 +LQ02X023050 Predicted protein 4.738829867 C6_control_C2 +LQ02X023050 Predicted protein 4.564535396 C6_control_C3 +LQ02X023050 Predicted protein 4.738823446 C6_chemical_A1 +LQ02X023050 Predicted protein 4.990456682 C6_chemical_A3 +LQ02X023050 Predicted protein 4.886963432 C6_chemical_B1 +LQ02X023050 Predicted protein 4.720880378 C6_chemical_B2 +LQ02X023050 Predicted protein 4.733464401 C6_chemical_B3 +LQ02X023050 Predicted protein 4.9954576 C6_chemical_C1 +LQ02X023050 Predicted protein 4.604597225 C6_chemical_C2 +LQ02X023050 Predicted protein 4.744191098 C6_chemical_C3 +LQ02X023050 Predicted protein 5.021013993 L4_control_A1 +LQ02X023050 Predicted protein 5.136774897 L4_control_A2 +LQ02X023050 Predicted protein 5.420496911 L4_control_A3 +LQ02X023050 Predicted protein 5.169055099 L4_control_B1 +LQ02X023050 Predicted protein 4.798641416 L4_control_B2 +LQ02X023050 Predicted protein 5.120870935 L4_control_B3 +LQ02X023050 Predicted protein 5.5440929 L4_control_C2 +LQ02X023050 Predicted protein 5.116476403 L4_control_C3 +LQ02X023050 Predicted protein 5.120894289 L4_chemical_A1 +LQ02X023050 Predicted protein 4.963751529 L4_chemical_A2 +LQ02X023050 Predicted protein 5.130506173 L4_chemical_A3 +LQ02X023050 Predicted protein 5.191294908 L4_chemical_B1 +LQ02X023050 Predicted protein 5.17120087 L4_chemical_B2 +LQ02X023050 Predicted protein 5.089896321 L4_chemical_B3 +LQ02X023050 Predicted protein 4.863786258 L4_chemical_C2 +LQ02X023050 Predicted protein 5.126035634 L4_chemical_C3 +LQ02X023100 Putative uncharacterized protein 8.208286785 C6_control_A1 +LQ02X023100 Putative uncharacterized protein 8.197910082 C6_control_A3 +LQ02X023100 Putative uncharacterized protein 7.013854745 C6_control_B1 +LQ02X023100 Putative uncharacterized protein 7.290485919 C6_control_B2 +LQ02X023100 Putative uncharacterized protein 7.11271774 C6_control_B3 +LQ02X023100 Putative uncharacterized protein 7.577884428 C6_control_C1 +LQ02X023100 Putative uncharacterized protein 8.234440655 C6_control_C2 +LQ02X023100 Putative uncharacterized protein 8.151602089 C6_control_C3 +LQ02X023100 Putative uncharacterized protein 7.776225303 C6_chemical_A1 +LQ02X023100 Putative uncharacterized protein 7.828529738 C6_chemical_A3 +LQ02X023100 Putative uncharacterized protein 6.761659117 C6_chemical_B1 +LQ02X023100 Putative uncharacterized protein 7.740653699 C6_chemical_B2 +LQ02X023100 Putative uncharacterized protein 6.658666921 C6_chemical_B3 +LQ02X023100 Putative uncharacterized protein 7.257697898 C6_chemical_C1 +LQ02X023100 Putative uncharacterized protein 7.864488798 C6_chemical_C2 +LQ02X023100 Putative uncharacterized protein 7.693725383 C6_chemical_C3 +LQ02X023100 Putative uncharacterized protein 7.487067437 L4_control_A1 +LQ02X023100 Putative uncharacterized protein 8.507033477 L4_control_A2 +LQ02X023100 Putative uncharacterized protein 9.20396228 L4_control_A3 +LQ02X023100 Putative uncharacterized protein 7.085775629 L4_control_B1 +LQ02X023100 Putative uncharacterized protein 7.539405528 L4_control_B2 +LQ02X023100 Putative uncharacterized protein 7.614818678 L4_control_B3 +LQ02X023100 Putative uncharacterized protein 7.805957962 L4_control_C2 +LQ02X023100 Putative uncharacterized protein 7.701880143 L4_control_C3 +LQ02X023100 Putative uncharacterized protein 7.371453671 L4_chemical_A1 +LQ02X023100 Putative uncharacterized protein 8.307005095 L4_chemical_A2 +LQ02X023100 Putative uncharacterized protein 8.986462924 L4_chemical_A3 +LQ02X023100 Putative uncharacterized protein 6.718948561 L4_chemical_B1 +LQ02X023100 Putative uncharacterized protein 7.741817885 L4_chemical_B2 +LQ02X023100 Putative uncharacterized protein 7.050135014 L4_chemical_B3 +LQ02X023100 Putative uncharacterized protein 7.708487652 L4_chemical_C2 +LQ02X023100 Putative uncharacterized protein 7.742113809 L4_chemical_C3 +LQ02X023110 Nucleobase-ascorbate transporter 7 13.18898911 C6_control_A1 +LQ02X023110 Nucleobase-ascorbate transporter 7 13.70521823 C6_control_A3 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.60986274 C6_control_B1 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.31640554 C6_control_B2 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.56340453 C6_control_B3 +LQ02X023110 Nucleobase-ascorbate transporter 7 10.14753284 C6_control_C1 +LQ02X023110 Nucleobase-ascorbate transporter 7 9.93959575 C6_control_C2 +LQ02X023110 Nucleobase-ascorbate transporter 7 10.33806017 C6_control_C3 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.81961941 C6_chemical_A1 +LQ02X023110 Nucleobase-ascorbate transporter 7 13.1689266 C6_chemical_A3 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.24005164 C6_chemical_B1 +LQ02X023110 Nucleobase-ascorbate transporter 7 11.95294708 C6_chemical_B2 +LQ02X023110 Nucleobase-ascorbate transporter 7 11.90442125 C6_chemical_B3 +LQ02X023110 Nucleobase-ascorbate transporter 7 10.10222142 C6_chemical_C1 +LQ02X023110 Nucleobase-ascorbate transporter 7 9.463528873 C6_chemical_C2 +LQ02X023110 Nucleobase-ascorbate transporter 7 9.779412162 C6_chemical_C3 +LQ02X023110 Nucleobase-ascorbate transporter 7 13.44677775 L4_control_A1 +LQ02X023110 Nucleobase-ascorbate transporter 7 13.21350584 L4_control_A2 +LQ02X023110 Nucleobase-ascorbate transporter 7 13.24727217 L4_control_A3 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.68103674 L4_control_B1 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.52365641 L4_control_B2 +LQ02X023110 Nucleobase-ascorbate transporter 7 11.38009909 L4_control_B3 +LQ02X023110 Nucleobase-ascorbate transporter 7 8.827391594 L4_control_C2 +LQ02X023110 Nucleobase-ascorbate transporter 7 9.01818157 L4_control_C3 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.63657795 L4_chemical_A1 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.55096295 L4_chemical_A2 +LQ02X023110 Nucleobase-ascorbate transporter 7 13.11056248 L4_chemical_A3 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.49452266 L4_chemical_B1 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.33140598 L4_chemical_B2 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.34179239 L4_chemical_B3 +LQ02X023110 Nucleobase-ascorbate transporter 7 9.103802146 L4_chemical_C2 +LQ02X023110 Nucleobase-ascorbate transporter 7 8.852580462 L4_chemical_C3 +LQ02X023160 Putative Protein LSM12 homolog 14.02531667 C6_control_A1 +LQ02X023160 Putative Protein LSM12 homolog 14.17149897 C6_control_A3 +LQ02X023160 Putative Protein LSM12 homolog 14.04207523 C6_control_B1 +LQ02X023160 Putative Protein LSM12 homolog 13.86098444 C6_control_B2 +LQ02X023160 Putative Protein LSM12 homolog 14.02296302 C6_control_B3 +LQ02X023160 Putative Protein LSM12 homolog 14.22773156 C6_control_C1 +LQ02X023160 Putative Protein LSM12 homolog 14.07490147 C6_control_C2 +LQ02X023160 Putative Protein LSM12 homolog 13.88839822 C6_control_C3 +LQ02X023160 Putative Protein LSM12 homolog 13.83716778 C6_chemical_A1 +LQ02X023160 Putative Protein LSM12 homolog 13.72373961 C6_chemical_A3 +LQ02X023160 Putative Protein LSM12 homolog 13.85881868 C6_chemical_B1 +LQ02X023160 Putative Protein LSM12 homolog 13.81481125 C6_chemical_B2 +LQ02X023160 Putative Protein LSM12 homolog 13.93639031 C6_chemical_B3 +LQ02X023160 Putative Protein LSM12 homolog 14.07711787 C6_chemical_C1 +LQ02X023160 Putative Protein LSM12 homolog 14.11739044 C6_chemical_C2 +LQ02X023160 Putative Protein LSM12 homolog 13.74225126 C6_chemical_C3 +LQ02X023160 Putative Protein LSM12 homolog 13.94386865 L4_control_A1 +LQ02X023160 Putative Protein LSM12 homolog 13.59767821 L4_control_A2 +LQ02X023160 Putative Protein LSM12 homolog 13.52747091 L4_control_A3 +LQ02X023160 Putative Protein LSM12 homolog 13.2227665 L4_control_B1 +LQ02X023160 Putative Protein LSM12 homolog 13.28913657 L4_control_B2 +LQ02X023160 Putative Protein LSM12 homolog 13.47767808 L4_control_B3 +LQ02X023160 Putative Protein LSM12 homolog 13.46137357 L4_control_C2 +LQ02X023160 Putative Protein LSM12 homolog 13.49098986 L4_control_C3 +LQ02X023160 Putative Protein LSM12 homolog 13.80386293 L4_chemical_A1 +LQ02X023160 Putative Protein LSM12 homolog 13.56303415 L4_chemical_A2 +LQ02X023160 Putative Protein LSM12 homolog 13.37721967 L4_chemical_A3 +LQ02X023160 Putative Protein LSM12 homolog 13.72588927 L4_chemical_B1 +LQ02X023160 Putative Protein LSM12 homolog 13.59024141 L4_chemical_B2 +LQ02X023160 Putative Protein LSM12 homolog 13.6869004 L4_chemical_B3 +LQ02X023160 Putative Protein LSM12 homolog 13.47989598 L4_chemical_C2 +LQ02X023160 Putative Protein LSM12 homolog 13.59385351 L4_chemical_C3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.59263234 C6_control_A1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.28430609 C6_control_A3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.92985889 C6_control_B1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.6325253 C6_control_B2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 13.03323005 C6_control_B3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.51848897 C6_control_C1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.48510903 C6_control_C2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.26220323 C6_control_C3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.57589369 C6_chemical_A1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.46289266 C6_chemical_A3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.91052114 C6_chemical_B1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.64849266 C6_chemical_B2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 13.0137555 C6_chemical_B3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.40838494 C6_chemical_C1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.32723238 C6_chemical_C2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.56205943 C6_chemical_C3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 11.67724392 L4_control_A1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.66192293 L4_control_A2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 11.39681803 L4_control_A3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.80796954 L4_control_B1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.92613285 L4_control_B2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.44505477 L4_control_B3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.24097748 L4_control_C2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.61797209 L4_control_C3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 11.72470538 L4_chemical_A1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.61322488 L4_chemical_A2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 11.35644019 L4_chemical_A3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.70947618 L4_chemical_B1 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.5209108 L4_chemical_B2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.44748984 L4_chemical_B3 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.00485087 L4_chemical_C2 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.35107102 L4_chemical_C3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.23027975 C6_control_A1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.22819012 C6_control_A3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.96098394 C6_control_B1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.86864309 C6_control_B2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.69417545 C6_control_B3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.53826584 C6_control_C1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.53052352 C6_control_C2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.16415913 C6_control_C3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.11332397 C6_chemical_A1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.15481069 C6_chemical_A3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.89751183 C6_chemical_B1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.02221948 C6_chemical_B2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.82490216 C6_chemical_B3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.45445744 C6_chemical_C1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.6249483 C6_chemical_C2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.46217301 C6_chemical_C3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.23166912 L4_control_A1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.26380543 L4_control_A2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.11923234 L4_control_A3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.84225337 L4_control_B1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.41565021 L4_control_B2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.08770033 L4_control_B3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.92764905 L4_control_C2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.45067502 L4_control_C3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.77360983 L4_chemical_A1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.65191133 L4_chemical_A2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.87732025 L4_chemical_A3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.97323709 L4_chemical_B1 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.81612042 L4_chemical_B2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 10.91882158 L4_chemical_B3 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.49967598 L4_chemical_C2 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.40128537 L4_chemical_C3 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.46148992 C6_control_A1 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.15592144 C6_control_A3 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.73303653 C6_control_B1 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.09738425 C6_control_B2 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.33724673 C6_control_B3 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.10022176 C6_control_C1 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.60766409 C6_control_C2 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.55861833 C6_control_C3 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.30683423 C6_chemical_A1 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.8973361 C6_chemical_A3 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.43854757 C6_chemical_B1 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.95867418 C6_chemical_B2 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.25771384 C6_chemical_B3 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.77206436 C6_chemical_C1 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.50477507 C6_chemical_C2 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.75403325 C6_chemical_C3 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.76041351 L4_control_A1 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.88590174 L4_control_A2 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.8210368 L4_control_A3 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.80914453 L4_control_B1 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.20352279 L4_control_B2 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.42873529 L4_control_B3 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.27087689 L4_control_C2 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.64870206 L4_control_C3 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.48165781 L4_chemical_A1 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.47175749 L4_chemical_A2 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.47883644 L4_chemical_A3 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.81865003 L4_chemical_B1 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.68257906 L4_chemical_B2 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.32570891 L4_chemical_B3 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.88660503 L4_chemical_C2 +LQ02X023290 Putative Auxin-induced protein 5NG4 10.48723175 L4_chemical_C3 +LQ02X023300 Putative Auxin-induced protein 5NG4 9.480967644 C6_control_A1 +LQ02X023300 Putative Auxin-induced protein 5NG4 5.944603605 C6_control_A3 +LQ02X023300 Putative Auxin-induced protein 5NG4 10.83820302 C6_control_B1 +LQ02X023300 Putative Auxin-induced protein 5NG4 9.496917068 C6_control_B2 +LQ02X023300 Putative Auxin-induced protein 5NG4 9.520241076 C6_control_B3 +LQ02X023300 Putative Auxin-induced protein 5NG4 11.58356659 C6_control_C1 +LQ02X023300 Putative Auxin-induced protein 5NG4 11.48154796 C6_control_C2 +LQ02X023300 Putative Auxin-induced protein 5NG4 10.34521371 C6_control_C3 +LQ02X023300 Putative Auxin-induced protein 5NG4 7.868356878 C6_chemical_A1 +LQ02X023300 Putative Auxin-induced protein 5NG4 6.598085096 C6_chemical_A3 +LQ02X023300 Putative Auxin-induced protein 5NG4 9.183631224 C6_chemical_B1 +LQ02X023300 Putative Auxin-induced protein 5NG4 7.908638467 C6_chemical_B2 +LQ02X023300 Putative Auxin-induced protein 5NG4 8.235628309 C6_chemical_B3 +LQ02X023300 Putative Auxin-induced protein 5NG4 10.43196989 C6_chemical_C1 +LQ02X023300 Putative Auxin-induced protein 5NG4 9.799705958 C6_chemical_C2 +LQ02X023300 Putative Auxin-induced protein 5NG4 11.21803956 C6_chemical_C3 +LQ02X023300 Putative Auxin-induced protein 5NG4 8.19771021 L4_control_A1 +LQ02X023300 Putative Auxin-induced protein 5NG4 8.535061521 L4_control_A2 +LQ02X023300 Putative Auxin-induced protein 5NG4 6.917207205 L4_control_A3 +LQ02X023300 Putative Auxin-induced protein 5NG4 10.48060906 L4_control_B1 +LQ02X023300 Putative Auxin-induced protein 5NG4 8.928601256 L4_control_B2 +LQ02X023300 Putative Auxin-induced protein 5NG4 7.709490958 L4_control_B3 +LQ02X023300 Putative Auxin-induced protein 5NG4 10.91093504 L4_control_C2 +LQ02X023300 Putative Auxin-induced protein 5NG4 10.77754158 L4_control_C3 +LQ02X023300 Putative Auxin-induced protein 5NG4 5.952143442 L4_chemical_A1 +LQ02X023300 Putative Auxin-induced protein 5NG4 5.519118969 L4_chemical_A2 +LQ02X023300 Putative Auxin-induced protein 5NG4 5.711514545 L4_chemical_A3 +LQ02X023300 Putative Auxin-induced protein 5NG4 9.598393476 L4_chemical_B1 +LQ02X023300 Putative Auxin-induced protein 5NG4 6.824455571 L4_chemical_B2 +LQ02X023300 Putative Auxin-induced protein 5NG4 7.581540315 L4_chemical_B3 +LQ02X023300 Putative Auxin-induced protein 5NG4 10.11306701 L4_chemical_C2 +LQ02X023300 Putative Auxin-induced protein 5NG4 9.149374438 L4_chemical_C3 +LQ02X023310 MLP-like protein 423 15.42270707 C6_control_A1 +LQ02X023310 MLP-like protein 423 15.14511324 C6_control_A3 +LQ02X023310 MLP-like protein 423 15.41012276 C6_control_B1 +LQ02X023310 MLP-like protein 423 14.51818063 C6_control_B2 +LQ02X023310 MLP-like protein 423 15.24910818 C6_control_B3 +LQ02X023310 MLP-like protein 423 8.152644313 C6_control_C1 +LQ02X023310 MLP-like protein 423 8.5823813 C6_control_C2 +LQ02X023310 MLP-like protein 423 8.531239052 C6_control_C3 +LQ02X023310 MLP-like protein 423 15.2261717 C6_chemical_A1 +LQ02X023310 MLP-like protein 423 15.13170083 C6_chemical_A3 +LQ02X023310 MLP-like protein 423 15.3171966 C6_chemical_B1 +LQ02X023310 MLP-like protein 423 14.99740632 C6_chemical_B2 +LQ02X023310 MLP-like protein 423 14.91497507 C6_chemical_B3 +LQ02X023310 MLP-like protein 423 8.22435635 C6_chemical_C1 +LQ02X023310 MLP-like protein 423 8.099019418 C6_chemical_C2 +LQ02X023310 MLP-like protein 423 9.019802403 C6_chemical_C3 +LQ02X023310 MLP-like protein 423 15.13796791 L4_control_A1 +LQ02X023310 MLP-like protein 423 15.5084117 L4_control_A2 +LQ02X023310 MLP-like protein 423 15.22953183 L4_control_A3 +LQ02X023310 MLP-like protein 423 15.0305346 L4_control_B1 +LQ02X023310 MLP-like protein 423 14.94088483 L4_control_B2 +LQ02X023310 MLP-like protein 423 13.54806803 L4_control_B3 +LQ02X023310 MLP-like protein 423 9.764608181 L4_control_C2 +LQ02X023310 MLP-like protein 423 10.26186853 L4_control_C3 +LQ02X023310 MLP-like protein 423 15.1050985 L4_chemical_A1 +LQ02X023310 MLP-like protein 423 15.25819759 L4_chemical_A2 +LQ02X023310 MLP-like protein 423 15.32149835 L4_chemical_A3 +LQ02X023310 MLP-like protein 423 15.41341816 L4_chemical_B1 +LQ02X023310 MLP-like protein 423 15.04653743 L4_chemical_B2 +LQ02X023310 MLP-like protein 423 15.62437081 L4_chemical_B3 +LQ02X023310 MLP-like protein 423 10.0802908 L4_chemical_C2 +LQ02X023310 MLP-like protein 423 9.680326786 L4_chemical_C3 +LQ02X023370 Putative uncharacterized protein 6.59077123 C6_control_A1 +LQ02X023370 Putative uncharacterized protein 6.551850602 C6_control_A3 +LQ02X023370 Putative uncharacterized protein 6.547732485 C6_control_B1 +LQ02X023370 Putative uncharacterized protein 6.50689093 C6_control_B2 +LQ02X023370 Putative uncharacterized protein 6.383209243 C6_control_B3 +LQ02X023370 Putative uncharacterized protein 6.728187012 C6_control_C1 +LQ02X023370 Putative uncharacterized protein 7.737927916 C6_control_C2 +LQ02X023370 Putative uncharacterized protein 6.729104063 C6_control_C3 +LQ02X023370 Putative uncharacterized protein 6.755063369 C6_chemical_A1 +LQ02X023370 Putative uncharacterized protein 5.682731729 C6_chemical_A3 +LQ02X023370 Putative uncharacterized protein 6.456243514 C6_chemical_B1 +LQ02X023370 Putative uncharacterized protein 6.609698781 C6_chemical_B2 +LQ02X023370 Putative uncharacterized protein 6.530740543 C6_chemical_B3 +LQ02X023370 Putative uncharacterized protein 6.519836954 C6_chemical_C1 +LQ02X023370 Putative uncharacterized protein 6.530710274 C6_chemical_C2 +LQ02X023370 Putative uncharacterized protein 6.291403175 C6_chemical_C3 +LQ02X023370 Putative uncharacterized protein 5.998871468 L4_control_A1 +LQ02X023370 Putative uncharacterized protein 6.115257318 L4_control_A2 +LQ02X023370 Putative uncharacterized protein 5.913840856 L4_control_A3 +LQ02X023370 Putative uncharacterized protein 5.699858349 L4_control_B1 +LQ02X023370 Putative uncharacterized protein 7.071349995 L4_control_B2 +LQ02X023370 Putative uncharacterized protein 6.446245313 L4_control_B3 +LQ02X023370 Putative uncharacterized protein 5.43239636 L4_control_C2 +LQ02X023370 Putative uncharacterized protein 6.972593082 L4_control_C3 +LQ02X023370 Putative uncharacterized protein 5.903781897 L4_chemical_A1 +LQ02X023370 Putative uncharacterized protein 6.338538187 L4_chemical_A2 +LQ02X023370 Putative uncharacterized protein 5.64510609 L4_chemical_A3 +LQ02X023370 Putative uncharacterized protein 6.701475803 L4_chemical_B1 +LQ02X023370 Putative uncharacterized protein 6.477360242 L4_chemical_B2 +LQ02X023370 Putative uncharacterized protein 6.216147875 L4_chemical_B3 +LQ02X023370 Putative uncharacterized protein 5.778708444 L4_chemical_C2 +LQ02X023370 Putative uncharacterized protein 6.418543705 L4_chemical_C3 +LQ02X023550 Putative uncharacterized protein 5.365985642 C6_control_A1 +LQ02X023550 Putative uncharacterized protein 6.069648925 C6_control_A3 +LQ02X023550 Putative uncharacterized protein 5.089794473 C6_control_B1 +LQ02X023550 Putative uncharacterized protein 5.113352281 C6_control_B2 +LQ02X023550 Putative uncharacterized protein 5.0769985 C6_control_B3 +LQ02X023550 Putative uncharacterized protein 5.239733607 C6_control_C1 +LQ02X023550 Putative uncharacterized protein 5.284903839 C6_control_C2 +LQ02X023550 Putative uncharacterized protein 5.085505062 C6_control_C3 +LQ02X023550 Putative uncharacterized protein 5.141421916 C6_chemical_A1 +LQ02X023550 Putative uncharacterized protein 5.416065841 C6_chemical_A3 +LQ02X023550 Putative uncharacterized protein 4.977034814 C6_chemical_B1 +LQ02X023550 Putative uncharacterized protein 5.227962321 C6_chemical_B2 +LQ02X023550 Putative uncharacterized protein 5.19652643 C6_chemical_B3 +LQ02X023550 Putative uncharacterized protein 5.258050467 C6_chemical_C1 +LQ02X023550 Putative uncharacterized protein 5.327266386 C6_chemical_C2 +LQ02X023550 Putative uncharacterized protein 4.955395664 C6_chemical_C3 +LQ02X023550 Putative uncharacterized protein 5.179838024 L4_control_A1 +LQ02X023550 Putative uncharacterized protein 5.385844287 L4_control_A2 +LQ02X023550 Putative uncharacterized protein 5.543614196 L4_control_A3 +LQ02X023550 Putative uncharacterized protein 5.67574465 L4_control_B1 +LQ02X023550 Putative uncharacterized protein 6.072957812 L4_control_B2 +LQ02X023550 Putative uncharacterized protein 4.921088584 L4_control_B3 +LQ02X023550 Putative uncharacterized protein 5.403431888 L4_control_C2 +LQ02X023550 Putative uncharacterized protein 5.614266197 L4_control_C3 +LQ02X023550 Putative uncharacterized protein 5.643414968 L4_chemical_A1 +LQ02X023550 Putative uncharacterized protein 5.125406747 L4_chemical_A2 +LQ02X023550 Putative uncharacterized protein 5.327740256 L4_chemical_A3 +LQ02X023550 Putative uncharacterized protein 5.25736957 L4_chemical_B1 +LQ02X023550 Putative uncharacterized protein 5.676779215 L4_chemical_B2 +LQ02X023550 Putative uncharacterized protein 4.985468414 L4_chemical_B3 +LQ02X023550 Putative uncharacterized protein 5.061839377 L4_chemical_C2 +LQ02X023550 Putative uncharacterized protein 5.054871297 L4_chemical_C3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.881160614 C6_control_A1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.712034591 C6_control_A3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.838545555 C6_control_B1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.756834018 C6_control_B2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.56435091 C6_control_B3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 5.511738587 C6_control_C1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.239245545 C6_control_C2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.078129267 C6_control_C3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.539050108 C6_chemical_A1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.318535368 C6_chemical_A3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 7.091089285 C6_chemical_B1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.753665604 C6_chemical_B2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.248228742 C6_chemical_B3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.236767009 C6_chemical_C1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.199074868 C6_chemical_C2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.314279497 C6_chemical_C3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.654810062 L4_control_A1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.416422975 L4_control_A2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.493933457 L4_control_A3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.881573261 L4_control_B1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.758209546 L4_control_B2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.73034154 L4_control_B3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 5.309988434 L4_control_C2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 5.779007288 L4_control_C3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.229227001 L4_chemical_A1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.63859269 L4_chemical_A2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 7.439787884 L4_chemical_A3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 7.465218003 L4_chemical_B1 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.360961581 L4_chemical_B2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.973910141 L4_chemical_B3 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 5.471500119 L4_chemical_C2 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 5.131792918 L4_chemical_C3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.8979921 C6_control_A1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 11.78515896 C6_control_A3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.0536507 C6_control_B1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 14.38619283 C6_control_B2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.73945728 C6_control_B3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 14.94620097 C6_control_C1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 14.89663817 C6_control_C2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 14.89575057 C6_control_C3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.63170836 C6_chemical_A1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.26373041 C6_chemical_A3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.46162331 C6_chemical_B1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 14.67283562 C6_chemical_B2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.83781986 C6_chemical_B3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 15.00549459 C6_chemical_C1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 15.04850896 C6_chemical_C2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 14.84081303 C6_chemical_C3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.40971099 L4_control_A1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.95088597 L4_control_A2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.27742845 L4_control_A3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.03225171 L4_control_B1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.73403589 L4_control_B2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.50899572 L4_control_B3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.77644591 L4_control_C2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.79995228 L4_control_C3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.31531233 L4_chemical_A1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.833886 L4_chemical_A2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.002745 L4_chemical_A3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.25066155 L4_chemical_B1 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.55861987 L4_chemical_B2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 12.40761331 L4_chemical_B3 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.78186052 L4_chemical_C2 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 14.01624876 L4_chemical_C3 +LQ02X023660 Uncharacterized protein At4g28440 13.38716994 C6_control_A1 +LQ02X023660 Uncharacterized protein At4g28440 13.14293175 C6_control_A3 +LQ02X023660 Uncharacterized protein At4g28440 13.26764388 C6_control_B1 +LQ02X023660 Uncharacterized protein At4g28440 13.14700834 C6_control_B2 +LQ02X023660 Uncharacterized protein At4g28440 13.18472843 C6_control_B3 +LQ02X023660 Uncharacterized protein At4g28440 12.69075263 C6_control_C1 +LQ02X023660 Uncharacterized protein At4g28440 12.4794419 C6_control_C2 +LQ02X023660 Uncharacterized protein At4g28440 12.61338587 C6_control_C3 +LQ02X023660 Uncharacterized protein At4g28440 13.38518459 C6_chemical_A1 +LQ02X023660 Uncharacterized protein At4g28440 13.15662313 C6_chemical_A3 +LQ02X023660 Uncharacterized protein At4g28440 13.19869649 C6_chemical_B1 +LQ02X023660 Uncharacterized protein At4g28440 13.19369018 C6_chemical_B2 +LQ02X023660 Uncharacterized protein At4g28440 13.03741832 C6_chemical_B3 +LQ02X023660 Uncharacterized protein At4g28440 12.60936637 C6_chemical_C1 +LQ02X023660 Uncharacterized protein At4g28440 12.49928254 C6_chemical_C2 +LQ02X023660 Uncharacterized protein At4g28440 12.38274459 C6_chemical_C3 +LQ02X023660 Uncharacterized protein At4g28440 13.3566261 L4_control_A1 +LQ02X023660 Uncharacterized protein At4g28440 13.21323749 L4_control_A2 +LQ02X023660 Uncharacterized protein At4g28440 13.52340806 L4_control_A3 +LQ02X023660 Uncharacterized protein At4g28440 13.21680139 L4_control_B1 +LQ02X023660 Uncharacterized protein At4g28440 12.87109612 L4_control_B2 +LQ02X023660 Uncharacterized protein At4g28440 13.20212007 L4_control_B3 +LQ02X023660 Uncharacterized protein At4g28440 12.54478358 L4_control_C2 +LQ02X023660 Uncharacterized protein At4g28440 12.23899435 L4_control_C3 +LQ02X023660 Uncharacterized protein At4g28440 13.48332671 L4_chemical_A1 +LQ02X023660 Uncharacterized protein At4g28440 13.16273813 L4_chemical_A2 +LQ02X023660 Uncharacterized protein At4g28440 13.55544458 L4_chemical_A3 +LQ02X023660 Uncharacterized protein At4g28440 13.24173373 L4_chemical_B1 +LQ02X023660 Uncharacterized protein At4g28440 12.91347088 L4_chemical_B2 +LQ02X023660 Uncharacterized protein At4g28440 13.36225569 L4_chemical_B3 +LQ02X023660 Uncharacterized protein At4g28440 12.30009172 L4_chemical_C2 +LQ02X023660 Uncharacterized protein At4g28440 12.07044256 L4_chemical_C3 +LQ02X023680 Carbonic anhydrase, chloroplastic 10.56164119 C6_control_A1 +LQ02X023680 Carbonic anhydrase, chloroplastic 9.66290651 C6_control_A3 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.20099951 C6_control_B1 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.89774476 C6_control_B2 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.31973835 C6_control_B3 +LQ02X023680 Carbonic anhydrase, chloroplastic 14.12234611 C6_control_C1 +LQ02X023680 Carbonic anhydrase, chloroplastic 13.97938654 C6_control_C2 +LQ02X023680 Carbonic anhydrase, chloroplastic 13.58637187 C6_control_C3 +LQ02X023680 Carbonic anhydrase, chloroplastic 10.83833952 C6_chemical_A1 +LQ02X023680 Carbonic anhydrase, chloroplastic 9.9089256 C6_chemical_A3 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.54533226 C6_chemical_B1 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.75172627 C6_chemical_B2 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.34494457 C6_chemical_B3 +LQ02X023680 Carbonic anhydrase, chloroplastic 14.47421685 C6_chemical_C1 +LQ02X023680 Carbonic anhydrase, chloroplastic 13.70082306 C6_chemical_C2 +LQ02X023680 Carbonic anhydrase, chloroplastic 13.12654354 C6_chemical_C3 +LQ02X023680 Carbonic anhydrase, chloroplastic 9.669710897 L4_control_A1 +LQ02X023680 Carbonic anhydrase, chloroplastic 10.60958018 L4_control_A2 +LQ02X023680 Carbonic anhydrase, chloroplastic 10.76136655 L4_control_A3 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.62687947 L4_control_B1 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.40006301 L4_control_B2 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.93111329 L4_control_B3 +LQ02X023680 Carbonic anhydrase, chloroplastic 14.21981954 L4_control_C2 +LQ02X023680 Carbonic anhydrase, chloroplastic 14.03549144 L4_control_C3 +LQ02X023680 Carbonic anhydrase, chloroplastic 9.571076929 L4_chemical_A1 +LQ02X023680 Carbonic anhydrase, chloroplastic 10.32718446 L4_chemical_A2 +LQ02X023680 Carbonic anhydrase, chloroplastic 10.22793655 L4_chemical_A3 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.42869155 L4_chemical_B1 +LQ02X023680 Carbonic anhydrase, chloroplastic 12.33106659 L4_chemical_B2 +LQ02X023680 Carbonic anhydrase, chloroplastic 11.57272619 L4_chemical_B3 +LQ02X023680 Carbonic anhydrase, chloroplastic 14.594359 L4_chemical_C2 +LQ02X023680 Carbonic anhydrase, chloroplastic 14.4464584 L4_chemical_C3 +LQ02X023700 Putative uncharacterized protein 5.733839313 C6_control_A1 +LQ02X023700 Putative uncharacterized protein 5.387803288 C6_control_A3 +LQ02X023700 Putative uncharacterized protein 5.623248148 C6_control_B1 +LQ02X023700 Putative uncharacterized protein 5.453765529 C6_control_B2 +LQ02X023700 Putative uncharacterized protein 5.366818231 C6_control_B3 +LQ02X023700 Putative uncharacterized protein 5.539388962 C6_control_C1 +LQ02X023700 Putative uncharacterized protein 5.14057668 C6_control_C2 +LQ02X023700 Putative uncharacterized protein 5.304343831 C6_control_C3 +LQ02X023700 Putative uncharacterized protein 5.801930969 C6_chemical_A1 +LQ02X023700 Putative uncharacterized protein 5.783919192 C6_chemical_A3 +LQ02X023700 Putative uncharacterized protein 5.683584363 C6_chemical_B1 +LQ02X023700 Putative uncharacterized protein 5.32447241 C6_chemical_B2 +LQ02X023700 Putative uncharacterized protein 5.824236228 C6_chemical_B3 +LQ02X023700 Putative uncharacterized protein 5.634403137 C6_chemical_C1 +LQ02X023700 Putative uncharacterized protein 5.183190238 C6_chemical_C2 +LQ02X023700 Putative uncharacterized protein 5.48794987 C6_chemical_C3 +LQ02X023700 Putative uncharacterized protein 5.887801256 L4_control_A1 +LQ02X023700 Putative uncharacterized protein 5.328430238 L4_control_A2 +LQ02X023700 Putative uncharacterized protein 6.136070587 L4_control_A3 +LQ02X023700 Putative uncharacterized protein 5.412249782 L4_control_B1 +LQ02X023700 Putative uncharacterized protein 5.461878976 L4_control_B2 +LQ02X023700 Putative uncharacterized protein 5.651841264 L4_control_B3 +LQ02X023700 Putative uncharacterized protein 5.660712649 L4_control_C2 +LQ02X023700 Putative uncharacterized protein 5.427064887 L4_control_C3 +LQ02X023700 Putative uncharacterized protein 5.732634043 L4_chemical_A1 +LQ02X023700 Putative uncharacterized protein 5.788022745 L4_chemical_A2 +LQ02X023700 Putative uncharacterized protein 5.533589058 L4_chemical_A3 +LQ02X023700 Putative uncharacterized protein 5.860178504 L4_chemical_B1 +LQ02X023700 Putative uncharacterized protein 5.06526748 L4_chemical_B2 +LQ02X023700 Putative uncharacterized protein 5.617465603 L4_chemical_B3 +LQ02X023700 Putative uncharacterized protein 5.46399911 L4_chemical_C2 +LQ02X023700 Putative uncharacterized protein 5.481626386 L4_chemical_C3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.187990687 C6_control_A1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.171993103 C6_control_A3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.060334992 C6_control_B1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.127670869 C6_control_B2 +LQ02X023710 Putative Mov34/MPN/PAD-1 4.978714753 C6_control_B3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.264226913 C6_control_C1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.157451676 C6_control_C2 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.131099321 C6_control_C3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.047702398 C6_chemical_A1 +LQ02X023710 Putative Mov34/MPN/PAD-1 4.8747509 C6_chemical_A3 +LQ02X023710 Putative Mov34/MPN/PAD-1 4.887273125 C6_chemical_B1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.192053374 C6_chemical_B2 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.48689276 C6_chemical_B3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.271931162 C6_chemical_C1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.092847574 C6_chemical_C2 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.02859207 C6_chemical_C3 +LQ02X023710 Putative Mov34/MPN/PAD-1 4.782332314 L4_control_A1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.213127627 L4_control_A2 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.144018872 L4_control_A3 +LQ02X023710 Putative Mov34/MPN/PAD-1 4.783354919 L4_control_B1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.232974379 L4_control_B2 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.301351413 L4_control_B3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.381371745 L4_control_C2 +LQ02X023710 Putative Mov34/MPN/PAD-1 4.854651296 L4_control_C3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.420945659 L4_chemical_A1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.131308222 L4_chemical_A2 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.064069355 L4_chemical_A3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.456523123 L4_chemical_B1 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.002238528 L4_chemical_B2 +LQ02X023710 Putative Mov34/MPN/PAD-1 4.952101144 L4_chemical_B3 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.004446763 L4_chemical_C2 +LQ02X023710 Putative Mov34/MPN/PAD-1 4.984066846 L4_chemical_C3 +LQ02X023720 Putative At1g70420/F17O7_4 9.772418108 C6_control_A1 +LQ02X023720 Putative At1g70420/F17O7_4 11.00990397 C6_control_A3 +LQ02X023720 Putative At1g70420/F17O7_4 9.499471568 C6_control_B1 +LQ02X023720 Putative At1g70420/F17O7_4 9.743146718 C6_control_B2 +LQ02X023720 Putative At1g70420/F17O7_4 10.36688574 C6_control_B3 +LQ02X023720 Putative At1g70420/F17O7_4 8.775884844 C6_control_C1 +LQ02X023720 Putative At1g70420/F17O7_4 9.725374693 C6_control_C2 +LQ02X023720 Putative At1g70420/F17O7_4 9.590267411 C6_control_C3 +LQ02X023720 Putative At1g70420/F17O7_4 9.339455854 C6_chemical_A1 +LQ02X023720 Putative At1g70420/F17O7_4 10.41783726 C6_chemical_A3 +LQ02X023720 Putative At1g70420/F17O7_4 9.458058014 C6_chemical_B1 +LQ02X023720 Putative At1g70420/F17O7_4 10.04583102 C6_chemical_B2 +LQ02X023720 Putative At1g70420/F17O7_4 10.33380533 C6_chemical_B3 +LQ02X023720 Putative At1g70420/F17O7_4 8.670264776 C6_chemical_C1 +LQ02X023720 Putative At1g70420/F17O7_4 9.34334849 C6_chemical_C2 +LQ02X023720 Putative At1g70420/F17O7_4 9.069977585 C6_chemical_C3 +LQ02X023720 Putative At1g70420/F17O7_4 10.13438851 L4_control_A1 +LQ02X023720 Putative At1g70420/F17O7_4 10.26697896 L4_control_A2 +LQ02X023720 Putative At1g70420/F17O7_4 10.71345802 L4_control_A3 +LQ02X023720 Putative At1g70420/F17O7_4 9.13005336 L4_control_B1 +LQ02X023720 Putative At1g70420/F17O7_4 9.795833251 L4_control_B2 +LQ02X023720 Putative At1g70420/F17O7_4 10.37434623 L4_control_B3 +LQ02X023720 Putative At1g70420/F17O7_4 9.672968491 L4_control_C2 +LQ02X023720 Putative At1g70420/F17O7_4 9.577636781 L4_control_C3 +LQ02X023720 Putative At1g70420/F17O7_4 10.33779673 L4_chemical_A1 +LQ02X023720 Putative At1g70420/F17O7_4 8.651216914 L4_chemical_A2 +LQ02X023720 Putative At1g70420/F17O7_4 10.35137237 L4_chemical_A3 +LQ02X023720 Putative At1g70420/F17O7_4 9.282314764 L4_chemical_B1 +LQ02X023720 Putative At1g70420/F17O7_4 9.797304548 L4_chemical_B2 +LQ02X023720 Putative At1g70420/F17O7_4 9.991110068 L4_chemical_B3 +LQ02X023720 Putative At1g70420/F17O7_4 9.312007166 L4_chemical_C2 +LQ02X023720 Putative At1g70420/F17O7_4 9.575592666 L4_chemical_C3 +LQ02X023740 Hypothetical protein 5.352957362 C6_control_A1 +LQ02X023740 Hypothetical protein 4.889562056 C6_control_A3 +LQ02X023740 Hypothetical protein 5.132266382 C6_control_B1 +LQ02X023740 Hypothetical protein 4.8157424 C6_control_B2 +LQ02X023740 Hypothetical protein 5.094653299 C6_control_B3 +LQ02X023740 Hypothetical protein 5.571094185 C6_control_C1 +LQ02X023740 Hypothetical protein 5.270095834 C6_control_C2 +LQ02X023740 Hypothetical protein 5.780523824 C6_control_C3 +LQ02X023740 Hypothetical protein 4.835253823 C6_chemical_A1 +LQ02X023740 Hypothetical protein 4.857716876 C6_chemical_A3 +LQ02X023740 Hypothetical protein 5.128256887 C6_chemical_B1 +LQ02X023740 Hypothetical protein 5.061435043 C6_chemical_B2 +LQ02X023740 Hypothetical protein 4.835460853 C6_chemical_B3 +LQ02X023740 Hypothetical protein 5.742459532 C6_chemical_C1 +LQ02X023740 Hypothetical protein 5.441205032 C6_chemical_C2 +LQ02X023740 Hypothetical protein 5.275084384 C6_chemical_C3 +LQ02X023740 Hypothetical protein 5.211039676 L4_control_A1 +LQ02X023740 Hypothetical protein 5.107664857 L4_control_A2 +LQ02X023740 Hypothetical protein 5.883918775 L4_control_A3 +LQ02X023740 Hypothetical protein 5.196337374 L4_control_B1 +LQ02X023740 Hypothetical protein 4.758494191 L4_control_B2 +LQ02X023740 Hypothetical protein 5.149810122 L4_control_B3 +LQ02X023740 Hypothetical protein 5.966256016 L4_control_C2 +LQ02X023740 Hypothetical protein 5.104784272 L4_control_C3 +LQ02X023740 Hypothetical protein 5.080026296 L4_chemical_A1 +LQ02X023740 Hypothetical protein 5.144621022 L4_chemical_A2 +LQ02X023740 Hypothetical protein 5.604535768 L4_chemical_A3 +LQ02X023740 Hypothetical protein 5.01552701 L4_chemical_B1 +LQ02X023740 Hypothetical protein 5.145376148 L4_chemical_B2 +LQ02X023740 Hypothetical protein 5.332628893 L4_chemical_B3 +LQ02X023740 Hypothetical protein 6.134147682 L4_chemical_C2 +LQ02X023740 Hypothetical protein 5.019400077 L4_chemical_C3 +LQ02X023790 Putative uncharacterized protein 5.520169963 C6_control_A1 +LQ02X023790 Putative uncharacterized protein 5.856963864 C6_control_A3 +LQ02X023790 Putative uncharacterized protein 5.710283078 C6_control_B1 +LQ02X023790 Putative uncharacterized protein 5.504941079 C6_control_B2 +LQ02X023790 Putative uncharacterized protein 5.548015927 C6_control_B3 +LQ02X023790 Putative uncharacterized protein 5.856886167 C6_control_C1 +LQ02X023790 Putative uncharacterized protein 5.740730414 C6_control_C2 +LQ02X023790 Putative uncharacterized protein 5.568458109 C6_control_C3 +LQ02X023790 Putative uncharacterized protein 5.631858695 C6_chemical_A1 +LQ02X023790 Putative uncharacterized protein 5.620139617 C6_chemical_A3 +LQ02X023790 Putative uncharacterized protein 5.65611157 C6_chemical_B1 +LQ02X023790 Putative uncharacterized protein 5.618862893 C6_chemical_B2 +LQ02X023790 Putative uncharacterized protein 5.576957507 C6_chemical_B3 +LQ02X023790 Putative uncharacterized protein 5.195704958 C6_chemical_C1 +LQ02X023790 Putative uncharacterized protein 5.791094215 C6_chemical_C2 +LQ02X023790 Putative uncharacterized protein 5.603332062 C6_chemical_C3 +LQ02X023790 Putative uncharacterized protein 5.622280833 L4_control_A1 +LQ02X023790 Putative uncharacterized protein 5.925503065 L4_control_A2 +LQ02X023790 Putative uncharacterized protein 5.874737009 L4_control_A3 +LQ02X023790 Putative uncharacterized protein 5.940902401 L4_control_B1 +LQ02X023790 Putative uncharacterized protein 5.458681535 L4_control_B2 +LQ02X023790 Putative uncharacterized protein 5.712818394 L4_control_B3 +LQ02X023790 Putative uncharacterized protein 5.023310915 L4_control_C2 +LQ02X023790 Putative uncharacterized protein 6.26128576 L4_control_C3 +LQ02X023790 Putative uncharacterized protein 5.57391972 L4_chemical_A1 +LQ02X023790 Putative uncharacterized protein 6.013210786 L4_chemical_A2 +LQ02X023790 Putative uncharacterized protein 6.550511468 L4_chemical_A3 +LQ02X023790 Putative uncharacterized protein 5.173610659 L4_chemical_B1 +LQ02X023790 Putative uncharacterized protein 5.398405616 L4_chemical_B2 +LQ02X023790 Putative uncharacterized protein 5.419709955 L4_chemical_B3 +LQ02X023790 Putative uncharacterized protein 5.37499158 L4_chemical_C2 +LQ02X023790 Putative uncharacterized protein 5.473920806 L4_chemical_C3 +LQ02X023810 Putative Nucleoredoxin 14.17244706 C6_control_A1 +LQ02X023810 Putative Nucleoredoxin 14.05797304 C6_control_A3 +LQ02X023810 Putative Nucleoredoxin 14.02023028 C6_control_B1 +LQ02X023810 Putative Nucleoredoxin 14.67950186 C6_control_B2 +LQ02X023810 Putative Nucleoredoxin 14.26247904 C6_control_B3 +LQ02X023810 Putative Nucleoredoxin 14.28682264 C6_control_C1 +LQ02X023810 Putative Nucleoredoxin 14.378125 C6_control_C2 +LQ02X023810 Putative Nucleoredoxin 14.03925795 C6_control_C3 +LQ02X023810 Putative Nucleoredoxin 14.4552315 C6_chemical_A1 +LQ02X023810 Putative Nucleoredoxin 14.44896898 C6_chemical_A3 +LQ02X023810 Putative Nucleoredoxin 14.43754398 C6_chemical_B1 +LQ02X023810 Putative Nucleoredoxin 14.84558912 C6_chemical_B2 +LQ02X023810 Putative Nucleoredoxin 14.59268205 C6_chemical_B3 +LQ02X023810 Putative Nucleoredoxin 14.72176604 C6_chemical_C1 +LQ02X023810 Putative Nucleoredoxin 14.68525107 C6_chemical_C2 +LQ02X023810 Putative Nucleoredoxin 14.29751444 C6_chemical_C3 +LQ02X023810 Putative Nucleoredoxin 14.33377365 L4_control_A1 +LQ02X023810 Putative Nucleoredoxin 14.26797634 L4_control_A2 +LQ02X023810 Putative Nucleoredoxin 15.07945523 L4_control_A3 +LQ02X023810 Putative Nucleoredoxin 14.73964445 L4_control_B1 +LQ02X023810 Putative Nucleoredoxin 14.62379031 L4_control_B2 +LQ02X023810 Putative Nucleoredoxin 15.05960379 L4_control_B3 +LQ02X023810 Putative Nucleoredoxin 14.515997 L4_control_C2 +LQ02X023810 Putative Nucleoredoxin 14.44474403 L4_control_C3 +LQ02X023810 Putative Nucleoredoxin 15.5806714 L4_chemical_A1 +LQ02X023810 Putative Nucleoredoxin 15.36817419 L4_chemical_A2 +LQ02X023810 Putative Nucleoredoxin 15.25666255 L4_chemical_A3 +LQ02X023810 Putative Nucleoredoxin 15.10455791 L4_chemical_B1 +LQ02X023810 Putative Nucleoredoxin 14.29309374 L4_chemical_B2 +LQ02X023810 Putative Nucleoredoxin 14.89797034 L4_chemical_B3 +LQ02X023810 Putative Nucleoredoxin 14.71768475 L4_chemical_C2 +LQ02X023810 Putative Nucleoredoxin 14.37679001 L4_chemical_C3 +LQ02X023830 Pantothenate kinase 2 5.216281052 C6_control_A1 +LQ02X023830 Pantothenate kinase 2 5.236364553 C6_control_A3 +LQ02X023830 Pantothenate kinase 2 5.588711513 C6_control_B1 +LQ02X023830 Pantothenate kinase 2 5.411192273 C6_control_B2 +LQ02X023830 Pantothenate kinase 2 5.24500749 C6_control_B3 +LQ02X023830 Pantothenate kinase 2 5.736339053 C6_control_C1 +LQ02X023830 Pantothenate kinase 2 6.186107555 C6_control_C2 +LQ02X023830 Pantothenate kinase 2 5.705981594 C6_control_C3 +LQ02X023830 Pantothenate kinase 2 5.277137506 C6_chemical_A1 +LQ02X023830 Pantothenate kinase 2 5.632264265 C6_chemical_A3 +LQ02X023830 Pantothenate kinase 2 5.420823738 C6_chemical_B1 +LQ02X023830 Pantothenate kinase 2 5.686157072 C6_chemical_B2 +LQ02X023830 Pantothenate kinase 2 5.381978664 C6_chemical_B3 +LQ02X023830 Pantothenate kinase 2 5.68556762 C6_chemical_C1 +LQ02X023830 Pantothenate kinase 2 5.641807928 C6_chemical_C2 +LQ02X023830 Pantothenate kinase 2 5.486248194 C6_chemical_C3 +LQ02X023830 Pantothenate kinase 2 5.426324715 L4_control_A1 +LQ02X023830 Pantothenate kinase 2 5.698159968 L4_control_A2 +LQ02X023830 Pantothenate kinase 2 5.245801195 L4_control_A3 +LQ02X023830 Pantothenate kinase 2 5.539098509 L4_control_B1 +LQ02X023830 Pantothenate kinase 2 5.796706477 L4_control_B2 +LQ02X023830 Pantothenate kinase 2 4.861508005 L4_control_B3 +LQ02X023830 Pantothenate kinase 2 5.359360179 L4_control_C2 +LQ02X023830 Pantothenate kinase 2 5.091226531 L4_control_C3 +LQ02X023830 Pantothenate kinase 2 5.055169874 L4_chemical_A1 +LQ02X023830 Pantothenate kinase 2 5.583400806 L4_chemical_A2 +LQ02X023830 Pantothenate kinase 2 5.23487621 L4_chemical_A3 +LQ02X023830 Pantothenate kinase 2 5.065728208 L4_chemical_B1 +LQ02X023830 Pantothenate kinase 2 5.847005023 L4_chemical_B2 +LQ02X023830 Pantothenate kinase 2 5.064046869 L4_chemical_B3 +LQ02X023830 Pantothenate kinase 2 5.305868177 L4_chemical_C2 +LQ02X023830 Pantothenate kinase 2 5.102758127 L4_chemical_C3 +LQ02X023840 Putative uncharacterized protein 5.043397859 C6_control_A1 +LQ02X023840 Putative uncharacterized protein 5.035260406 C6_control_A3 +LQ02X023840 Putative uncharacterized protein 5.437992009 C6_control_B1 +LQ02X023840 Putative uncharacterized protein 5.246640362 C6_control_B2 +LQ02X023840 Putative uncharacterized protein 5.45050897 C6_control_B3 +LQ02X023840 Putative uncharacterized protein 5.175795528 C6_control_C1 +LQ02X023840 Putative uncharacterized protein 5.007266216 C6_control_C2 +LQ02X023840 Putative uncharacterized protein 5.276472766 C6_control_C3 +LQ02X023840 Putative uncharacterized protein 5.367090357 C6_chemical_A1 +LQ02X023840 Putative uncharacterized protein 5.245481074 C6_chemical_A3 +LQ02X023840 Putative uncharacterized protein 4.947444985 C6_chemical_B1 +LQ02X023840 Putative uncharacterized protein 5.045038977 C6_chemical_B2 +LQ02X023840 Putative uncharacterized protein 5.398244407 C6_chemical_B3 +LQ02X023840 Putative uncharacterized protein 5.172268797 C6_chemical_C1 +LQ02X023840 Putative uncharacterized protein 5.166425676 C6_chemical_C2 +LQ02X023840 Putative uncharacterized protein 4.816088268 C6_chemical_C3 +LQ02X023840 Putative uncharacterized protein 4.979438189 L4_control_A1 +LQ02X023840 Putative uncharacterized protein 5.184537099 L4_control_A2 +LQ02X023840 Putative uncharacterized protein 5.465558986 L4_control_A3 +LQ02X023840 Putative uncharacterized protein 5.351707127 L4_control_B1 +LQ02X023840 Putative uncharacterized protein 5.880305902 L4_control_B2 +LQ02X023840 Putative uncharacterized protein 4.826521308 L4_control_B3 +LQ02X023840 Putative uncharacterized protein 6.06454803 L4_control_C2 +LQ02X023840 Putative uncharacterized protein 6.020488267 L4_control_C3 +LQ02X023840 Putative uncharacterized protein 5.228850397 L4_chemical_A1 +LQ02X023840 Putative uncharacterized protein 5.374090917 L4_chemical_A2 +LQ02X023840 Putative uncharacterized protein 5.583473371 L4_chemical_A3 +LQ02X023840 Putative uncharacterized protein 5.728886209 L4_chemical_B1 +LQ02X023840 Putative uncharacterized protein 5.557820017 L4_chemical_B2 +LQ02X023840 Putative uncharacterized protein 5.159885043 L4_chemical_B3 +LQ02X023840 Putative uncharacterized protein 4.751271199 L4_chemical_C2 +LQ02X023840 Putative uncharacterized protein 5.42704725 L4_chemical_C3 +LQ02X023850 Putative Glycogenin-1 11.91643899 C6_control_A1 +LQ02X023850 Putative Glycogenin-1 11.35603564 C6_control_A3 +LQ02X023850 Putative Glycogenin-1 13.42293484 C6_control_B1 +LQ02X023850 Putative Glycogenin-1 13.79474049 C6_control_B2 +LQ02X023850 Putative Glycogenin-1 13.47031256 C6_control_B3 +LQ02X023850 Putative Glycogenin-1 15.74283168 C6_control_C1 +LQ02X023850 Putative Glycogenin-1 14.94812708 C6_control_C2 +LQ02X023850 Putative Glycogenin-1 15.65503634 C6_control_C3 +LQ02X023850 Putative Glycogenin-1 12.13375429 C6_chemical_A1 +LQ02X023850 Putative Glycogenin-1 11.68992043 C6_chemical_A3 +LQ02X023850 Putative Glycogenin-1 13.6796266 C6_chemical_B1 +LQ02X023850 Putative Glycogenin-1 14.19659486 C6_chemical_B2 +LQ02X023850 Putative Glycogenin-1 13.65651106 C6_chemical_B3 +LQ02X023850 Putative Glycogenin-1 15.63778303 C6_chemical_C1 +LQ02X023850 Putative Glycogenin-1 15.6619069 C6_chemical_C2 +LQ02X023850 Putative Glycogenin-1 15.70479099 C6_chemical_C3 +LQ02X023850 Putative Glycogenin-1 11.65394136 L4_control_A1 +LQ02X023850 Putative Glycogenin-1 12.25925908 L4_control_A2 +LQ02X023850 Putative Glycogenin-1 11.32631487 L4_control_A3 +LQ02X023850 Putative Glycogenin-1 14.3091706 L4_control_B1 +LQ02X023850 Putative Glycogenin-1 14.44199323 L4_control_B2 +LQ02X023850 Putative Glycogenin-1 14.92246994 L4_control_B3 +LQ02X023850 Putative Glycogenin-1 15.86107373 L4_control_C2 +LQ02X023850 Putative Glycogenin-1 15.67769221 L4_control_C3 +LQ02X023850 Putative Glycogenin-1 10.82031961 L4_chemical_A1 +LQ02X023850 Putative Glycogenin-1 11.97282955 L4_chemical_A2 +LQ02X023850 Putative Glycogenin-1 10.44685633 L4_chemical_A3 +LQ02X023850 Putative Glycogenin-1 13.72093661 L4_chemical_B1 +LQ02X023850 Putative Glycogenin-1 14.16192467 L4_chemical_B2 +LQ02X023850 Putative Glycogenin-1 13.77610724 L4_chemical_B3 +LQ02X023850 Putative Glycogenin-1 15.66954624 L4_chemical_C2 +LQ02X023850 Putative Glycogenin-1 15.6960022 L4_chemical_C3 +LQ02X023860 ADP-ribosylation factor 2 5.416716926 C6_control_A1 +LQ02X023860 ADP-ribosylation factor 2 5.100430259 C6_control_A3 +LQ02X023860 ADP-ribosylation factor 2 5.363008762 C6_control_B1 +LQ02X023860 ADP-ribosylation factor 2 5.298557904 C6_control_B2 +LQ02X023860 ADP-ribosylation factor 2 5.922104584 C6_control_B3 +LQ02X023860 ADP-ribosylation factor 2 5.408981422 C6_control_C1 +LQ02X023860 ADP-ribosylation factor 2 5.439278217 C6_control_C2 +LQ02X023860 ADP-ribosylation factor 2 5.221067166 C6_control_C3 +LQ02X023860 ADP-ribosylation factor 2 5.53229835 C6_chemical_A1 +LQ02X023860 ADP-ribosylation factor 2 5.078249564 C6_chemical_A3 +LQ02X023860 ADP-ribosylation factor 2 5.365904308 C6_chemical_B1 +LQ02X023860 ADP-ribosylation factor 2 5.431088364 C6_chemical_B2 +LQ02X023860 ADP-ribosylation factor 2 5.93160006 C6_chemical_B3 +LQ02X023860 ADP-ribosylation factor 2 5.451050319 C6_chemical_C1 +LQ02X023860 ADP-ribosylation factor 2 5.155250388 C6_chemical_C2 +LQ02X023860 ADP-ribosylation factor 2 5.677074202 C6_chemical_C3 +LQ02X023860 ADP-ribosylation factor 2 5.281003506 L4_control_A1 +LQ02X023860 ADP-ribosylation factor 2 5.596582298 L4_control_A2 +LQ02X023860 ADP-ribosylation factor 2 5.571016931 L4_control_A3 +LQ02X023860 ADP-ribosylation factor 2 5.389731533 L4_control_B1 +LQ02X023860 ADP-ribosylation factor 2 5.919108415 L4_control_B2 +LQ02X023860 ADP-ribosylation factor 2 5.317554142 L4_control_B3 +LQ02X023860 ADP-ribosylation factor 2 4.880782152 L4_control_C2 +LQ02X023860 ADP-ribosylation factor 2 5.226177703 L4_control_C3 +LQ02X023860 ADP-ribosylation factor 2 5.207989237 L4_chemical_A1 +LQ02X023860 ADP-ribosylation factor 2 5.332284441 L4_chemical_A2 +LQ02X023860 ADP-ribosylation factor 2 5.416939277 L4_chemical_A3 +LQ02X023860 ADP-ribosylation factor 2 5.330602325 L4_chemical_B1 +LQ02X023860 ADP-ribosylation factor 2 5.1370078 L4_chemical_B2 +LQ02X023860 ADP-ribosylation factor 2 5.422135531 L4_chemical_B3 +LQ02X023860 ADP-ribosylation factor 2 5.264004589 L4_chemical_C2 +LQ02X023860 ADP-ribosylation factor 2 5.211765151 L4_chemical_C3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.750707224 C6_control_A1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.048001775 C6_control_A3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.908732123 C6_control_B1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.439612842 C6_control_B2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.746942233 C6_control_B3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.513028787 C6_control_C1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.543705817 C6_control_C2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.482144442 C6_control_C3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.734117982 C6_chemical_A1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.186168323 C6_chemical_A3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.78255485 C6_chemical_B1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.527644698 C6_chemical_B2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.576019078 C6_chemical_B3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.688359246 C6_chemical_C1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.502697402 C6_chemical_C2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.784586935 C6_chemical_C3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.754064665 L4_control_A1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.670237055 L4_control_A2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.318337964 L4_control_A3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.212838144 L4_control_B1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.971679509 L4_control_B2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.834744232 L4_control_B3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.124519598 L4_control_C2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.674735016 L4_control_C3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.869619479 L4_chemical_A1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.782666865 L4_chemical_A2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.449437345 L4_chemical_A3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.938839929 L4_chemical_B1 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.961116434 L4_chemical_B2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.572623039 L4_chemical_B3 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.231460301 L4_chemical_C2 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 5.215782644 L4_chemical_C3 +LQ02X023900 Hypothetical protein 6.568723522 C6_control_A1 +LQ02X023900 Hypothetical protein 6.35753861 C6_control_A3 +LQ02X023900 Hypothetical protein 7.192106317 C6_control_B1 +LQ02X023900 Hypothetical protein 6.65336301 C6_control_B2 +LQ02X023900 Hypothetical protein 7.40788245 C6_control_B3 +LQ02X023900 Hypothetical protein 5.741691095 C6_control_C1 +LQ02X023900 Hypothetical protein 5.963326664 C6_control_C2 +LQ02X023900 Hypothetical protein 5.694511115 C6_control_C3 +LQ02X023900 Hypothetical protein 6.716420494 C6_chemical_A1 +LQ02X023900 Hypothetical protein 6.244270279 C6_chemical_A3 +LQ02X023900 Hypothetical protein 6.881460099 C6_chemical_B1 +LQ02X023900 Hypothetical protein 6.832240265 C6_chemical_B2 +LQ02X023900 Hypothetical protein 7.261217617 C6_chemical_B3 +LQ02X023900 Hypothetical protein 5.633715042 C6_chemical_C1 +LQ02X023900 Hypothetical protein 5.553467681 C6_chemical_C2 +LQ02X023900 Hypothetical protein 5.78896415 C6_chemical_C3 +LQ02X023900 Hypothetical protein 6.085350135 L4_control_A1 +LQ02X023900 Hypothetical protein 6.29965079 L4_control_A2 +LQ02X023900 Hypothetical protein 6.336854206 L4_control_A3 +LQ02X023900 Hypothetical protein 6.612452026 L4_control_B1 +LQ02X023900 Hypothetical protein 6.817399458 L4_control_B2 +LQ02X023900 Hypothetical protein 6.668916426 L4_control_B3 +LQ02X023900 Hypothetical protein 5.786309953 L4_control_C2 +LQ02X023900 Hypothetical protein 6.963451407 L4_control_C3 +LQ02X023900 Hypothetical protein 5.876464658 L4_chemical_A1 +LQ02X023900 Hypothetical protein 6.348633651 L4_chemical_A2 +LQ02X023900 Hypothetical protein 5.759420738 L4_chemical_A3 +LQ02X023900 Hypothetical protein 6.361438685 L4_chemical_B1 +LQ02X023900 Hypothetical protein 8.203463138 L4_chemical_B2 +LQ02X023900 Hypothetical protein 6.398830937 L4_chemical_B3 +LQ02X023900 Hypothetical protein 5.39014506 L4_chemical_C2 +LQ02X023900 Hypothetical protein 5.813560133 L4_chemical_C3 +LQ02X023910 Naphthoate synthase 13.4201061 C6_control_A1 +LQ02X023910 Naphthoate synthase 13.40326896 C6_control_A3 +LQ02X023910 Naphthoate synthase 13.2720209 C6_control_B1 +LQ02X023910 Naphthoate synthase 13.32654698 C6_control_B2 +LQ02X023910 Naphthoate synthase 12.91053286 C6_control_B3 +LQ02X023910 Naphthoate synthase 13.474889 C6_control_C1 +LQ02X023910 Naphthoate synthase 13.7495847 C6_control_C2 +LQ02X023910 Naphthoate synthase 13.05284664 C6_control_C3 +LQ02X023910 Naphthoate synthase 13.66103982 C6_chemical_A1 +LQ02X023910 Naphthoate synthase 13.50003227 C6_chemical_A3 +LQ02X023910 Naphthoate synthase 13.75553721 C6_chemical_B1 +LQ02X023910 Naphthoate synthase 14.0287283 C6_chemical_B2 +LQ02X023910 Naphthoate synthase 13.07796816 C6_chemical_B3 +LQ02X023910 Naphthoate synthase 14.06413031 C6_chemical_C1 +LQ02X023910 Naphthoate synthase 13.92127511 C6_chemical_C2 +LQ02X023910 Naphthoate synthase 13.67510791 C6_chemical_C3 +LQ02X023910 Naphthoate synthase 12.94303285 L4_control_A1 +LQ02X023910 Naphthoate synthase 12.70613453 L4_control_A2 +LQ02X023910 Naphthoate synthase 12.6318094 L4_control_A3 +LQ02X023910 Naphthoate synthase 12.88269254 L4_control_B1 +LQ02X023910 Naphthoate synthase 13.04448428 L4_control_B2 +LQ02X023910 Naphthoate synthase 12.81066133 L4_control_B3 +LQ02X023910 Naphthoate synthase 12.77904952 L4_control_C2 +LQ02X023910 Naphthoate synthase 12.45789595 L4_control_C3 +LQ02X023910 Naphthoate synthase 12.87982251 L4_chemical_A1 +LQ02X023910 Naphthoate synthase 12.78610509 L4_chemical_A2 +LQ02X023910 Naphthoate synthase 12.62929637 L4_chemical_A3 +LQ02X023910 Naphthoate synthase 12.83366889 L4_chemical_B1 +LQ02X023910 Naphthoate synthase 12.49798484 L4_chemical_B2 +LQ02X023910 Naphthoate synthase 12.66645777 L4_chemical_B3 +LQ02X023910 Naphthoate synthase 13.02014682 L4_chemical_C2 +LQ02X023910 Naphthoate synthase 12.944628 L4_chemical_C3 +LQ02X023940 Hypothetical protein 9.516289032 C6_control_A1 +LQ02X023940 Hypothetical protein 8.940948428 C6_control_A3 +LQ02X023940 Hypothetical protein 9.186070775 C6_control_B1 +LQ02X023940 Hypothetical protein 9.82890558 C6_control_B2 +LQ02X023940 Hypothetical protein 9.222035778 C6_control_B3 +LQ02X023940 Hypothetical protein 11.12071869 C6_control_C1 +LQ02X023940 Hypothetical protein 11.06600301 C6_control_C2 +LQ02X023940 Hypothetical protein 11.17010473 C6_control_C3 +LQ02X023940 Hypothetical protein 9.570423325 C6_chemical_A1 +LQ02X023940 Hypothetical protein 8.785649759 C6_chemical_A3 +LQ02X023940 Hypothetical protein 9.077159393 C6_chemical_B1 +LQ02X023940 Hypothetical protein 9.883868984 C6_chemical_B2 +LQ02X023940 Hypothetical protein 8.959192586 C6_chemical_B3 +LQ02X023940 Hypothetical protein 11.33775331 C6_chemical_C1 +LQ02X023940 Hypothetical protein 11.26821808 C6_chemical_C2 +LQ02X023940 Hypothetical protein 11.21978151 C6_chemical_C3 +LQ02X023940 Hypothetical protein 8.669033967 L4_control_A1 +LQ02X023940 Hypothetical protein 8.493049254 L4_control_A2 +LQ02X023940 Hypothetical protein 6.841478957 L4_control_A3 +LQ02X023940 Hypothetical protein 6.737145952 L4_control_B1 +LQ02X023940 Hypothetical protein 7.598954483 L4_control_B2 +LQ02X023940 Hypothetical protein 7.343087693 L4_control_B3 +LQ02X023940 Hypothetical protein 9.692281098 L4_control_C2 +LQ02X023940 Hypothetical protein 6.895465819 L4_control_C3 +LQ02X023940 Hypothetical protein 8.736427115 L4_chemical_A1 +LQ02X023940 Hypothetical protein 8.696711335 L4_chemical_A2 +LQ02X023940 Hypothetical protein 7.22158957 L4_chemical_A3 +LQ02X023940 Hypothetical protein 8.191312517 L4_chemical_B1 +LQ02X023940 Hypothetical protein 7.535509432 L4_chemical_B2 +LQ02X023940 Hypothetical protein 7.501087663 L4_chemical_B3 +LQ02X023940 Hypothetical protein 9.441294896 L4_chemical_C2 +LQ02X023940 Hypothetical protein 6.53471942 L4_chemical_C3 +LQ02X023950 Putative Polygalacturonase At1g48100 8.838592254 C6_control_A1 +LQ02X023950 Putative Polygalacturonase At1g48100 7.942644375 C6_control_A3 +LQ02X023950 Putative Polygalacturonase At1g48100 9.410043699 C6_control_B1 +LQ02X023950 Putative Polygalacturonase At1g48100 9.226218413 C6_control_B2 +LQ02X023950 Putative Polygalacturonase At1g48100 9.808033588 C6_control_B3 +LQ02X023950 Putative Polygalacturonase At1g48100 9.574174223 C6_control_C1 +LQ02X023950 Putative Polygalacturonase At1g48100 9.134886478 C6_control_C2 +LQ02X023950 Putative Polygalacturonase At1g48100 9.943205504 C6_control_C3 +LQ02X023950 Putative Polygalacturonase At1g48100 8.907005633 C6_chemical_A1 +LQ02X023950 Putative Polygalacturonase At1g48100 8.25249712 C6_chemical_A3 +LQ02X023950 Putative Polygalacturonase At1g48100 9.451154393 C6_chemical_B1 +LQ02X023950 Putative Polygalacturonase At1g48100 9.08442769 C6_chemical_B2 +LQ02X023950 Putative Polygalacturonase At1g48100 9.350299003 C6_chemical_B3 +LQ02X023950 Putative Polygalacturonase At1g48100 9.853009377 C6_chemical_C1 +LQ02X023950 Putative Polygalacturonase At1g48100 9.745917028 C6_chemical_C2 +LQ02X023950 Putative Polygalacturonase At1g48100 9.572016363 C6_chemical_C3 +LQ02X023950 Putative Polygalacturonase At1g48100 8.08635463 L4_control_A1 +LQ02X023950 Putative Polygalacturonase At1g48100 8.205902194 L4_control_A2 +LQ02X023950 Putative Polygalacturonase At1g48100 8.233245563 L4_control_A3 +LQ02X023950 Putative Polygalacturonase At1g48100 8.988696339 L4_control_B1 +LQ02X023950 Putative Polygalacturonase At1g48100 9.617650578 L4_control_B2 +LQ02X023950 Putative Polygalacturonase At1g48100 8.270180389 L4_control_B3 +LQ02X023950 Putative Polygalacturonase At1g48100 9.185856409 L4_control_C2 +LQ02X023950 Putative Polygalacturonase At1g48100 8.631182373 L4_control_C3 +LQ02X023950 Putative Polygalacturonase At1g48100 8.13705152 L4_chemical_A1 +LQ02X023950 Putative Polygalacturonase At1g48100 8.291006678 L4_chemical_A2 +LQ02X023950 Putative Polygalacturonase At1g48100 7.516797713 L4_chemical_A3 +LQ02X023950 Putative Polygalacturonase At1g48100 8.996734136 L4_chemical_B1 +LQ02X023950 Putative Polygalacturonase At1g48100 9.881198 L4_chemical_B2 +LQ02X023950 Putative Polygalacturonase At1g48100 8.092357934 L4_chemical_B3 +LQ02X023950 Putative Polygalacturonase At1g48100 8.898987597 L4_chemical_C2 +LQ02X023950 Putative Polygalacturonase At1g48100 8.549258929 L4_chemical_C3 +LQ02X024000 Nucleic acid binding protein, putative 10.03078932 C6_control_A1 +LQ02X024000 Nucleic acid binding protein, putative 10.09457632 C6_control_A3 +LQ02X024000 Nucleic acid binding protein, putative 9.471499496 C6_control_B1 +LQ02X024000 Nucleic acid binding protein, putative 10.12856168 C6_control_B2 +LQ02X024000 Nucleic acid binding protein, putative 10.02807624 C6_control_B3 +LQ02X024000 Nucleic acid binding protein, putative 11.23218571 C6_control_C1 +LQ02X024000 Nucleic acid binding protein, putative 11.1031915 C6_control_C2 +LQ02X024000 Nucleic acid binding protein, putative 10.95197687 C6_control_C3 +LQ02X024000 Nucleic acid binding protein, putative 9.761086953 C6_chemical_A1 +LQ02X024000 Nucleic acid binding protein, putative 9.660480128 C6_chemical_A3 +LQ02X024000 Nucleic acid binding protein, putative 9.072599892 C6_chemical_B1 +LQ02X024000 Nucleic acid binding protein, putative 9.945018855 C6_chemical_B2 +LQ02X024000 Nucleic acid binding protein, putative 9.868138518 C6_chemical_B3 +LQ02X024000 Nucleic acid binding protein, putative 11.05516028 C6_chemical_C1 +LQ02X024000 Nucleic acid binding protein, putative 11.21421765 C6_chemical_C2 +LQ02X024000 Nucleic acid binding protein, putative 10.90309502 C6_chemical_C3 +LQ02X024000 Nucleic acid binding protein, putative 9.52689097 L4_control_A1 +LQ02X024000 Nucleic acid binding protein, putative 9.763322139 L4_control_A2 +LQ02X024000 Nucleic acid binding protein, putative 9.782003296 L4_control_A3 +LQ02X024000 Nucleic acid binding protein, putative 8.471179623 L4_control_B1 +LQ02X024000 Nucleic acid binding protein, putative 8.150216246 L4_control_B2 +LQ02X024000 Nucleic acid binding protein, putative 9.690837396 L4_control_B3 +LQ02X024000 Nucleic acid binding protein, putative 9.530072679 L4_control_C2 +LQ02X024000 Nucleic acid binding protein, putative 9.763674087 L4_control_C3 +LQ02X024000 Nucleic acid binding protein, putative 9.424637686 L4_chemical_A1 +LQ02X024000 Nucleic acid binding protein, putative 9.630046898 L4_chemical_A2 +LQ02X024000 Nucleic acid binding protein, putative 9.587715197 L4_chemical_A3 +LQ02X024000 Nucleic acid binding protein, putative 8.246801535 L4_chemical_B1 +LQ02X024000 Nucleic acid binding protein, putative 8.186859178 L4_chemical_B2 +LQ02X024000 Nucleic acid binding protein, putative 9.258255689 L4_chemical_B3 +LQ02X024000 Nucleic acid binding protein, putative 9.537644993 L4_chemical_C2 +LQ02X024000 Nucleic acid binding protein, putative 9.556460017 L4_chemical_C3 +LQ02X024010 Predicted protein 9.877355519 C6_control_A1 +LQ02X024010 Predicted protein 10.46091986 C6_control_A3 +LQ02X024010 Predicted protein 10.39668683 C6_control_B1 +LQ02X024010 Predicted protein 10.01008137 C6_control_B2 +LQ02X024010 Predicted protein 10.10241497 C6_control_B3 +LQ02X024010 Predicted protein 10.33014411 C6_control_C1 +LQ02X024010 Predicted protein 10.59478431 C6_control_C2 +LQ02X024010 Predicted protein 10.21959975 C6_control_C3 +LQ02X024010 Predicted protein 9.554019942 C6_chemical_A1 +LQ02X024010 Predicted protein 10.25242686 C6_chemical_A3 +LQ02X024010 Predicted protein 10.2628233 C6_chemical_B1 +LQ02X024010 Predicted protein 10.29544275 C6_chemical_B2 +LQ02X024010 Predicted protein 9.868978975 C6_chemical_B3 +LQ02X024010 Predicted protein 10.36345781 C6_chemical_C1 +LQ02X024010 Predicted protein 10.42283666 C6_chemical_C2 +LQ02X024010 Predicted protein 10.25505103 C6_chemical_C3 +LQ02X024010 Predicted protein 10.25280602 L4_control_A1 +LQ02X024010 Predicted protein 10.37951131 L4_control_A2 +LQ02X024010 Predicted protein 9.199306935 L4_control_A3 +LQ02X024010 Predicted protein 10.94276289 L4_control_B1 +LQ02X024010 Predicted protein 10.63271514 L4_control_B2 +LQ02X024010 Predicted protein 10.65384621 L4_control_B3 +LQ02X024010 Predicted protein 10.78369422 L4_control_C2 +LQ02X024010 Predicted protein 11.18644249 L4_control_C3 +LQ02X024010 Predicted protein 10.48435193 L4_chemical_A1 +LQ02X024010 Predicted protein 10.42706977 L4_chemical_A2 +LQ02X024010 Predicted protein 9.630899562 L4_chemical_A3 +LQ02X024010 Predicted protein 10.7832479 L4_chemical_B1 +LQ02X024010 Predicted protein 10.38001252 L4_chemical_B2 +LQ02X024010 Predicted protein 10.31442525 L4_chemical_B3 +LQ02X024010 Predicted protein 10.81925587 L4_chemical_C2 +LQ02X024010 Predicted protein 11.09805465 L4_chemical_C3 +LQ02X024030 Predicted protein 12.46159043 C6_control_A1 +LQ02X024030 Predicted protein 10.16633707 C6_control_A3 +LQ02X024030 Predicted protein 12.3638975 C6_control_B1 +LQ02X024030 Predicted protein 13.82622831 C6_control_B2 +LQ02X024030 Predicted protein 11.9859425 C6_control_B3 +LQ02X024030 Predicted protein 14.38498016 C6_control_C1 +LQ02X024030 Predicted protein 15.11223718 C6_control_C2 +LQ02X024030 Predicted protein 14.01436592 C6_control_C3 +LQ02X024030 Predicted protein 13.08014485 C6_chemical_A1 +LQ02X024030 Predicted protein 9.960283556 C6_chemical_A3 +LQ02X024030 Predicted protein 13.50359229 C6_chemical_B1 +LQ02X024030 Predicted protein 15.10881085 C6_chemical_B2 +LQ02X024030 Predicted protein 11.7427248 C6_chemical_B3 +LQ02X024030 Predicted protein 14.57687921 C6_chemical_C1 +LQ02X024030 Predicted protein 14.88466269 C6_chemical_C2 +LQ02X024030 Predicted protein 13.20675307 C6_chemical_C3 +LQ02X024030 Predicted protein 11.20577458 L4_control_A1 +LQ02X024030 Predicted protein 10.8599284 L4_control_A2 +LQ02X024030 Predicted protein 6.385797925 L4_control_A3 +LQ02X024030 Predicted protein 11.63382786 L4_control_B1 +LQ02X024030 Predicted protein 10.92752002 L4_control_B2 +LQ02X024030 Predicted protein 11.4744264 L4_control_B3 +LQ02X024030 Predicted protein 12.54615872 L4_control_C2 +LQ02X024030 Predicted protein 9.944648799 L4_control_C3 +LQ02X024030 Predicted protein 9.971921041 L4_chemical_A1 +LQ02X024030 Predicted protein 11.03998016 L4_chemical_A2 +LQ02X024030 Predicted protein 6.418296014 L4_chemical_A3 +LQ02X024030 Predicted protein 10.61469834 L4_chemical_B1 +LQ02X024030 Predicted protein 12.17373861 L4_chemical_B2 +LQ02X024030 Predicted protein 8.91179748 L4_chemical_B3 +LQ02X024030 Predicted protein 12.00333469 L4_chemical_C2 +LQ02X024030 Predicted protein 10.7990152 L4_chemical_C3 +LQ02X024050 Ubiquitin 14.81212529 C6_control_A1 +LQ02X024050 Ubiquitin 15.06128676 C6_control_A3 +LQ02X024050 Ubiquitin 14.69817282 C6_control_B1 +LQ02X024050 Ubiquitin 15.15036324 C6_control_B2 +LQ02X024050 Ubiquitin 14.66402501 C6_control_B3 +LQ02X024050 Ubiquitin 14.76470414 C6_control_C1 +LQ02X024050 Ubiquitin 14.71546508 C6_control_C2 +LQ02X024050 Ubiquitin 14.79478283 C6_control_C3 +LQ02X024050 Ubiquitin 14.74311569 C6_chemical_A1 +LQ02X024050 Ubiquitin 14.37919062 C6_chemical_A3 +LQ02X024050 Ubiquitin 14.32272279 C6_chemical_B1 +LQ02X024050 Ubiquitin 14.34890846 C6_chemical_B2 +LQ02X024050 Ubiquitin 14.45912899 C6_chemical_B3 +LQ02X024050 Ubiquitin 14.67726889 C6_chemical_C1 +LQ02X024050 Ubiquitin 14.5185866 C6_chemical_C2 +LQ02X024050 Ubiquitin 14.36845301 C6_chemical_C3 +LQ02X024050 Ubiquitin 14.63753943 L4_control_A1 +LQ02X024050 Ubiquitin 14.74871573 L4_control_A2 +LQ02X024050 Ubiquitin 14.39751477 L4_control_A3 +LQ02X024050 Ubiquitin 13.71580487 L4_control_B1 +LQ02X024050 Ubiquitin 13.66676964 L4_control_B2 +LQ02X024050 Ubiquitin 14.24675785 L4_control_B3 +LQ02X024050 Ubiquitin 13.59737452 L4_control_C2 +LQ02X024050 Ubiquitin 13.63355553 L4_control_C3 +LQ02X024050 Ubiquitin 14.29692008 L4_chemical_A1 +LQ02X024050 Ubiquitin 14.16010729 L4_chemical_A2 +LQ02X024050 Ubiquitin 14.22019934 L4_chemical_A3 +LQ02X024050 Ubiquitin 13.83623031 L4_chemical_B1 +LQ02X024050 Ubiquitin 13.91547721 L4_chemical_B2 +LQ02X024050 Ubiquitin 14.8779891 L4_chemical_B3 +LQ02X024050 Ubiquitin 13.48571989 L4_chemical_C2 +LQ02X024050 Ubiquitin 13.51715933 L4_chemical_C3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.431161081 C6_control_A1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.65183664 C6_control_A3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.905650195 C6_control_B1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.763378376 C6_control_B2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.869463362 C6_control_B3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.700215935 C6_control_C1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 7.055625272 C6_control_C2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.718847388 C6_control_C3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.203861461 C6_chemical_A1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.730266255 C6_chemical_A3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.184015578 C6_chemical_B1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.537357992 C6_chemical_B2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.631464651 C6_chemical_B3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.602348544 C6_chemical_C1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.931780217 C6_chemical_C2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.702739718 C6_chemical_C3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.422206961 L4_control_A1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.73592556 L4_control_A2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.273120129 L4_control_A3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.949748422 L4_control_B1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.997608349 L4_control_B2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.417050274 L4_control_B3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.81116511 L4_control_C2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.588171808 L4_control_C3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.306213798 L4_chemical_A1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.417860195 L4_chemical_A2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.478456143 L4_chemical_A3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.495075503 L4_chemical_B1 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.430930685 L4_chemical_B2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.611102507 L4_chemical_B3 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.687799475 L4_chemical_C2 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.562942622 L4_chemical_C3 +LQ02X024070 Predicted protein (Fragment) 5.499450344 C6_control_A1 +LQ02X024070 Predicted protein (Fragment) 5.475451548 C6_control_A3 +LQ02X024070 Predicted protein (Fragment) 5.702755231 C6_control_B1 +LQ02X024070 Predicted protein (Fragment) 5.725758966 C6_control_B2 +LQ02X024070 Predicted protein (Fragment) 5.708621397 C6_control_B3 +LQ02X024070 Predicted protein (Fragment) 5.446301648 C6_control_C1 +LQ02X024070 Predicted protein (Fragment) 5.749703286 C6_control_C2 +LQ02X024070 Predicted protein (Fragment) 5.759526201 C6_control_C3 +LQ02X024070 Predicted protein (Fragment) 5.441131071 C6_chemical_A1 +LQ02X024070 Predicted protein (Fragment) 5.321524649 C6_chemical_A3 +LQ02X024070 Predicted protein (Fragment) 5.45031377 C6_chemical_B1 +LQ02X024070 Predicted protein (Fragment) 5.769497456 C6_chemical_B2 +LQ02X024070 Predicted protein (Fragment) 5.27759748 C6_chemical_B3 +LQ02X024070 Predicted protein (Fragment) 5.813398969 C6_chemical_C1 +LQ02X024070 Predicted protein (Fragment) 5.397129426 C6_chemical_C2 +LQ02X024070 Predicted protein (Fragment) 5.845573158 C6_chemical_C3 +LQ02X024070 Predicted protein (Fragment) 5.176288786 L4_control_A1 +LQ02X024070 Predicted protein (Fragment) 6.252943342 L4_control_A2 +LQ02X024070 Predicted protein (Fragment) 5.495939021 L4_control_A3 +LQ02X024070 Predicted protein (Fragment) 5.615299011 L4_control_B1 +LQ02X024070 Predicted protein (Fragment) 5.984387745 L4_control_B2 +LQ02X024070 Predicted protein (Fragment) 5.529576118 L4_control_B3 +LQ02X024070 Predicted protein (Fragment) 4.986125844 L4_control_C2 +LQ02X024070 Predicted protein (Fragment) 5.352284412 L4_control_C3 +LQ02X024070 Predicted protein (Fragment) 5.649268174 L4_chemical_A1 +LQ02X024070 Predicted protein (Fragment) 5.629559454 L4_chemical_A2 +LQ02X024070 Predicted protein (Fragment) 5.47437627 L4_chemical_A3 +LQ02X024070 Predicted protein (Fragment) 5.682606712 L4_chemical_B1 +LQ02X024070 Predicted protein (Fragment) 5.558298203 L4_chemical_B2 +LQ02X024070 Predicted protein (Fragment) 5.690969326 L4_chemical_B3 +LQ02X024070 Predicted protein (Fragment) 5.111590585 L4_chemical_C2 +LQ02X024070 Predicted protein (Fragment) 5.654857624 L4_chemical_C3 +LQ02X024080 Putative ATP-citrate synthase 6.469448829 C6_control_A1 +LQ02X024080 Putative ATP-citrate synthase 6.247235547 C6_control_A3 +LQ02X024080 Putative ATP-citrate synthase 5.487765345 C6_control_B1 +LQ02X024080 Putative ATP-citrate synthase 6.036887011 C6_control_B2 +LQ02X024080 Putative ATP-citrate synthase 5.768456169 C6_control_B3 +LQ02X024080 Putative ATP-citrate synthase 5.791089728 C6_control_C1 +LQ02X024080 Putative ATP-citrate synthase 5.928764396 C6_control_C2 +LQ02X024080 Putative ATP-citrate synthase 5.575968198 C6_control_C3 +LQ02X024080 Putative ATP-citrate synthase 5.725951814 C6_chemical_A1 +LQ02X024080 Putative ATP-citrate synthase 6.018015893 C6_chemical_A3 +LQ02X024080 Putative ATP-citrate synthase 5.619674921 C6_chemical_B1 +LQ02X024080 Putative ATP-citrate synthase 6.141200215 C6_chemical_B2 +LQ02X024080 Putative ATP-citrate synthase 5.546163228 C6_chemical_B3 +LQ02X024080 Putative ATP-citrate synthase 5.880753171 C6_chemical_C1 +LQ02X024080 Putative ATP-citrate synthase 5.935476498 C6_chemical_C2 +LQ02X024080 Putative ATP-citrate synthase 5.770766312 C6_chemical_C3 +LQ02X024080 Putative ATP-citrate synthase 5.882321137 L4_control_A1 +LQ02X024080 Putative ATP-citrate synthase 6.51371076 L4_control_A2 +LQ02X024080 Putative ATP-citrate synthase 6.052316538 L4_control_A3 +LQ02X024080 Putative ATP-citrate synthase 6.596989826 L4_control_B1 +LQ02X024080 Putative ATP-citrate synthase 6.05435125 L4_control_B2 +LQ02X024080 Putative ATP-citrate synthase 5.773409603 L4_control_B3 +LQ02X024080 Putative ATP-citrate synthase 5.51908016 L4_control_C2 +LQ02X024080 Putative ATP-citrate synthase 5.129445506 L4_control_C3 +LQ02X024080 Putative ATP-citrate synthase 5.431469169 L4_chemical_A1 +LQ02X024080 Putative ATP-citrate synthase 5.990521868 L4_chemical_A2 +LQ02X024080 Putative ATP-citrate synthase 6.07679291 L4_chemical_A3 +LQ02X024080 Putative ATP-citrate synthase 5.920252401 L4_chemical_B1 +LQ02X024080 Putative ATP-citrate synthase 5.999072613 L4_chemical_B2 +LQ02X024080 Putative ATP-citrate synthase 5.68938331 L4_chemical_B3 +LQ02X024080 Putative ATP-citrate synthase 5.996354106 L4_chemical_C2 +LQ02X024080 Putative ATP-citrate synthase 6.410906299 L4_chemical_C3 +LQ02X024150 Hypothetical protein 4.890444973 C6_control_A1 +LQ02X024150 Hypothetical protein 5.147833992 C6_control_A3 +LQ02X024150 Hypothetical protein 4.819025394 C6_control_B1 +LQ02X024150 Hypothetical protein 5.003510932 C6_control_B2 +LQ02X024150 Hypothetical protein 5.102127595 C6_control_B3 +LQ02X024150 Hypothetical protein 4.866464608 C6_control_C1 +LQ02X024150 Hypothetical protein 4.789601777 C6_control_C2 +LQ02X024150 Hypothetical protein 4.980165988 C6_control_C3 +LQ02X024150 Hypothetical protein 5.255652926 C6_chemical_A1 +LQ02X024150 Hypothetical protein 5.391768481 C6_chemical_A3 +LQ02X024150 Hypothetical protein 5.126603942 C6_chemical_B1 +LQ02X024150 Hypothetical protein 4.793714299 C6_chemical_B2 +LQ02X024150 Hypothetical protein 4.786856422 C6_chemical_B3 +LQ02X024150 Hypothetical protein 4.453703651 C6_chemical_C1 +LQ02X024150 Hypothetical protein 4.887868445 C6_chemical_C2 +LQ02X024150 Hypothetical protein 5.095305808 C6_chemical_C3 +LQ02X024150 Hypothetical protein 4.948539107 L4_control_A1 +LQ02X024150 Hypothetical protein 5.262859198 L4_control_A2 +LQ02X024150 Hypothetical protein 5.084420618 L4_control_A3 +LQ02X024150 Hypothetical protein 5.085267728 L4_control_B1 +LQ02X024150 Hypothetical protein 4.949312961 L4_control_B2 +LQ02X024150 Hypothetical protein 4.960583512 L4_control_B3 +LQ02X024150 Hypothetical protein 4.969139421 L4_control_C2 +LQ02X024150 Hypothetical protein 5.574191659 L4_control_C3 +LQ02X024150 Hypothetical protein 5.142492785 L4_chemical_A1 +LQ02X024150 Hypothetical protein 4.967748618 L4_chemical_A2 +LQ02X024150 Hypothetical protein 4.877169735 L4_chemical_A3 +LQ02X024150 Hypothetical protein 5.030714341 L4_chemical_B1 +LQ02X024150 Hypothetical protein 4.804953242 L4_chemical_B2 +LQ02X024150 Hypothetical protein 4.733652795 L4_chemical_B3 +LQ02X024150 Hypothetical protein 5.231066068 L4_chemical_C2 +LQ02X024150 Hypothetical protein 5.779803897 L4_chemical_C3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.234890942 C6_control_A1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.88909943 C6_control_A3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 4.980418097 C6_control_B1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.587126216 C6_control_B2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.33534915 C6_control_B3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.27554483 C6_control_C1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.399042732 C6_control_C2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.385668216 C6_control_C3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.447677203 C6_chemical_A1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.391258147 C6_chemical_A3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.209682408 C6_chemical_B1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.437927386 C6_chemical_B2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.402392803 C6_chemical_B3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.151913337 C6_chemical_C1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.137926346 C6_chemical_C2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.190436557 C6_chemical_C3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.144793204 L4_control_A1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.052503768 L4_control_A2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.876639247 L4_control_A3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.325413802 L4_control_B1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.97106626 L4_control_B2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.586206549 L4_control_B3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.312660866 L4_control_C2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.149241948 L4_control_C3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.271423071 L4_chemical_A1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.412301708 L4_chemical_A2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.838176206 L4_chemical_A3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.276980515 L4_chemical_B1 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.174494566 L4_chemical_B2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.305903365 L4_chemical_B3 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 4.938134963 L4_chemical_C2 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.485959005 L4_chemical_C3 +LQ02X024180 Putative uncharacterized protein 9.367866321 C6_control_A1 +LQ02X024180 Putative uncharacterized protein 10.23239506 C6_control_A3 +LQ02X024180 Putative uncharacterized protein 10.33628316 C6_control_B1 +LQ02X024180 Putative uncharacterized protein 11.57541552 C6_control_B2 +LQ02X024180 Putative uncharacterized protein 11.55305704 C6_control_B3 +LQ02X024180 Putative uncharacterized protein 12.82323541 C6_control_C1 +LQ02X024180 Putative uncharacterized protein 12.49352206 C6_control_C2 +LQ02X024180 Putative uncharacterized protein 13.06247528 C6_control_C3 +LQ02X024180 Putative uncharacterized protein 9.314867968 C6_chemical_A1 +LQ02X024180 Putative uncharacterized protein 9.446857727 C6_chemical_A3 +LQ02X024180 Putative uncharacterized protein 10.70058128 C6_chemical_B1 +LQ02X024180 Putative uncharacterized protein 11.34731558 C6_chemical_B2 +LQ02X024180 Putative uncharacterized protein 11.48562555 C6_chemical_B3 +LQ02X024180 Putative uncharacterized protein 13.01058698 C6_chemical_C1 +LQ02X024180 Putative uncharacterized protein 12.87919111 C6_chemical_C2 +LQ02X024180 Putative uncharacterized protein 12.76064401 C6_chemical_C3 +LQ02X024180 Putative uncharacterized protein 10.14395228 L4_control_A1 +LQ02X024180 Putative uncharacterized protein 9.975167404 L4_control_A2 +LQ02X024180 Putative uncharacterized protein 11.11693339 L4_control_A3 +LQ02X024180 Putative uncharacterized protein 11.75650856 L4_control_B1 +LQ02X024180 Putative uncharacterized protein 10.73001995 L4_control_B2 +LQ02X024180 Putative uncharacterized protein 12.45963495 L4_control_B3 +LQ02X024180 Putative uncharacterized protein 13.05947171 L4_control_C2 +LQ02X024180 Putative uncharacterized protein 13.32411307 L4_control_C3 +LQ02X024180 Putative uncharacterized protein 11.09769902 L4_chemical_A1 +LQ02X024180 Putative uncharacterized protein 11.40089938 L4_chemical_A2 +LQ02X024180 Putative uncharacterized protein 11.71887689 L4_chemical_A3 +LQ02X024180 Putative uncharacterized protein 11.87863103 L4_chemical_B1 +LQ02X024180 Putative uncharacterized protein 12.11673405 L4_chemical_B2 +LQ02X024180 Putative uncharacterized protein 11.76592127 L4_chemical_B3 +LQ02X024180 Putative uncharacterized protein 13.76668661 L4_chemical_C2 +LQ02X024180 Putative uncharacterized protein 13.80513081 L4_chemical_C3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.315160637 C6_control_A1 +LQ02X024190 Homeobox protein knotted-1-like 6 5.074003674 C6_control_A3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.353236214 C6_control_B1 +LQ02X024190 Homeobox protein knotted-1-like 6 4.972797009 C6_control_B2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.425911377 C6_control_B3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.036240159 C6_control_C1 +LQ02X024190 Homeobox protein knotted-1-like 6 4.857814182 C6_control_C2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.154039698 C6_control_C3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.177276654 C6_chemical_A1 +LQ02X024190 Homeobox protein knotted-1-like 6 5.433651657 C6_chemical_A3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.428928205 C6_chemical_B1 +LQ02X024190 Homeobox protein knotted-1-like 6 5.041867568 C6_chemical_B2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.455960622 C6_chemical_B3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.03084817 C6_chemical_C1 +LQ02X024190 Homeobox protein knotted-1-like 6 5.241077217 C6_chemical_C2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.432929864 C6_chemical_C3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.305867289 L4_control_A1 +LQ02X024190 Homeobox protein knotted-1-like 6 4.907685447 L4_control_A2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.06451503 L4_control_A3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.57299938 L4_control_B1 +LQ02X024190 Homeobox protein knotted-1-like 6 5.111249204 L4_control_B2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.351166132 L4_control_B3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.265417192 L4_control_C2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.416560816 L4_control_C3 +LQ02X024190 Homeobox protein knotted-1-like 6 4.891115454 L4_chemical_A1 +LQ02X024190 Homeobox protein knotted-1-like 6 4.98087097 L4_chemical_A2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.179643157 L4_chemical_A3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.279561711 L4_chemical_B1 +LQ02X024190 Homeobox protein knotted-1-like 6 5.293555259 L4_chemical_B2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.239451362 L4_chemical_B3 +LQ02X024190 Homeobox protein knotted-1-like 6 5.894310751 L4_chemical_C2 +LQ02X024190 Homeobox protein knotted-1-like 6 5.249775679 L4_chemical_C3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.15138756 C6_control_A1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.43056858 C6_control_A3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.29878503 C6_control_B1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.42205656 C6_control_B2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.24480522 C6_control_B3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 9.99379098 C6_control_C1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.0226522 C6_control_C2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 9.27255597 C6_control_C3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.13612296 C6_chemical_A1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.6768466 C6_chemical_A3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.12275428 C6_chemical_B1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.3309725 C6_chemical_B2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 9.847453556 C6_chemical_B3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.20033961 C6_chemical_C1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.28433494 C6_chemical_C2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 9.662176216 C6_chemical_C3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.6001136 L4_control_A1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 11.33196209 L4_control_A2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.96278972 L4_control_A3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.90558676 L4_control_B1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.8075994 L4_control_B2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 11.00587744 L4_control_B3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.4400401 L4_control_C2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 11.05724972 L4_control_C3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.58087197 L4_chemical_A1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 11.74898099 L4_chemical_A2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.67015811 L4_chemical_A3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.88439969 L4_chemical_B1 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 11.11822249 L4_chemical_B2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.86808492 L4_chemical_B3 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.53330934 L4_chemical_C2 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.58028086 L4_chemical_C3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.18301924 C6_control_A1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.11870205 C6_control_A3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.47861 C6_control_B1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.26188678 C6_control_B2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.58231261 C6_control_B3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.37592847 C6_control_C1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.36045762 C6_control_C2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.85571563 C6_control_C3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.30110878 C6_chemical_A1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.37007558 C6_chemical_A3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.4082178 C6_chemical_B1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 9.738019947 C6_chemical_B2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.44348447 C6_chemical_B3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.37624618 C6_chemical_C1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.43184137 C6_chemical_C2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.68833298 C6_chemical_C3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.39590385 L4_control_A1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 11.25312753 L4_control_A2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.82951915 L4_control_A3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 11.28831422 L4_control_B1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 11.47042991 L4_control_B2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.60350902 L4_control_B3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 11.86031613 L4_control_C2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 12.40149596 L4_control_C3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.60244184 L4_chemical_A1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 11.34917034 L4_chemical_A2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.95667602 L4_chemical_A3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 11.67468795 L4_chemical_B1 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 12.06206876 L4_chemical_B2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 11.16932035 L4_chemical_B3 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 11.67465219 L4_chemical_C2 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 12.05762024 L4_chemical_C3 +LQ02X024320 Predicted protein 7.839308726 C6_control_A1 +LQ02X024320 Predicted protein 7.261972616 C6_control_A3 +LQ02X024320 Predicted protein 8.564599698 C6_control_B1 +LQ02X024320 Predicted protein 7.214698985 C6_control_B2 +LQ02X024320 Predicted protein 8.084906746 C6_control_B3 +LQ02X024320 Predicted protein 8.642919653 C6_control_C1 +LQ02X024320 Predicted protein 9.29732089 C6_control_C2 +LQ02X024320 Predicted protein 7.692814571 C6_control_C3 +LQ02X024320 Predicted protein 7.73862939 C6_chemical_A1 +LQ02X024320 Predicted protein 7.991538115 C6_chemical_A3 +LQ02X024320 Predicted protein 7.586702788 C6_chemical_B1 +LQ02X024320 Predicted protein 7.101755123 C6_chemical_B2 +LQ02X024320 Predicted protein 8.051456445 C6_chemical_B3 +LQ02X024320 Predicted protein 8.151023315 C6_chemical_C1 +LQ02X024320 Predicted protein 8.657580154 C6_chemical_C2 +LQ02X024320 Predicted protein 7.901833117 C6_chemical_C3 +LQ02X024320 Predicted protein 8.310507349 L4_control_A1 +LQ02X024320 Predicted protein 8.730525487 L4_control_A2 +LQ02X024320 Predicted protein 8.053256939 L4_control_A3 +LQ02X024320 Predicted protein 9.65845943 L4_control_B1 +LQ02X024320 Predicted protein 9.076992764 L4_control_B2 +LQ02X024320 Predicted protein 8.433277707 L4_control_B3 +LQ02X024320 Predicted protein 10.86942251 L4_control_C2 +LQ02X024320 Predicted protein 10.08701156 L4_control_C3 +LQ02X024320 Predicted protein 8.549875928 L4_chemical_A1 +LQ02X024320 Predicted protein 8.547930625 L4_chemical_A2 +LQ02X024320 Predicted protein 7.752380576 L4_chemical_A3 +LQ02X024320 Predicted protein 9.540453183 L4_chemical_B1 +LQ02X024320 Predicted protein 8.931815348 L4_chemical_B2 +LQ02X024320 Predicted protein 8.698942402 L4_chemical_B3 +LQ02X024320 Predicted protein 10.37471846 L4_chemical_C2 +LQ02X024320 Predicted protein 9.578106505 L4_chemical_C3 +LQ02X024330 Putative Nitrate transporter 5.382044773 C6_control_A1 +LQ02X024330 Putative Nitrate transporter 4.957598583 C6_control_A3 +LQ02X024330 Putative Nitrate transporter 5.434459939 C6_control_B1 +LQ02X024330 Putative Nitrate transporter 5.341228474 C6_control_B2 +LQ02X024330 Putative Nitrate transporter 5.121461069 C6_control_B3 +LQ02X024330 Putative Nitrate transporter 5.266496873 C6_control_C1 +LQ02X024330 Putative Nitrate transporter 5.204460854 C6_control_C2 +LQ02X024330 Putative Nitrate transporter 5.591032313 C6_control_C3 +LQ02X024330 Putative Nitrate transporter 5.255565348 C6_chemical_A1 +LQ02X024330 Putative Nitrate transporter 5.093779569 C6_chemical_A3 +LQ02X024330 Putative Nitrate transporter 5.949716794 C6_chemical_B1 +LQ02X024330 Putative Nitrate transporter 5.468201621 C6_chemical_B2 +LQ02X024330 Putative Nitrate transporter 5.091605448 C6_chemical_B3 +LQ02X024330 Putative Nitrate transporter 4.977807485 C6_chemical_C1 +LQ02X024330 Putative Nitrate transporter 5.386911771 C6_chemical_C2 +LQ02X024330 Putative Nitrate transporter 5.280097786 C6_chemical_C3 +LQ02X024330 Putative Nitrate transporter 5.10278475 L4_control_A1 +LQ02X024330 Putative Nitrate transporter 5.585457677 L4_control_A2 +LQ02X024330 Putative Nitrate transporter 5.376471368 L4_control_A3 +LQ02X024330 Putative Nitrate transporter 5.000247673 L4_control_B1 +LQ02X024330 Putative Nitrate transporter 5.236149213 L4_control_B2 +LQ02X024330 Putative Nitrate transporter 5.214014437 L4_control_B3 +LQ02X024330 Putative Nitrate transporter 5.167949018 L4_control_C2 +LQ02X024330 Putative Nitrate transporter 5.871371132 L4_control_C3 +LQ02X024330 Putative Nitrate transporter 5.356203529 L4_chemical_A1 +LQ02X024330 Putative Nitrate transporter 5.024629789 L4_chemical_A2 +LQ02X024330 Putative Nitrate transporter 5.194122236 L4_chemical_A3 +LQ02X024330 Putative Nitrate transporter 5.008133852 L4_chemical_B1 +LQ02X024330 Putative Nitrate transporter 5.226299382 L4_chemical_B2 +LQ02X024330 Putative Nitrate transporter 5.017264881 L4_chemical_B3 +LQ02X024330 Putative Nitrate transporter 5.173326399 L4_chemical_C2 +LQ02X024330 Putative Nitrate transporter 4.950493761 L4_chemical_C3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.425646853 C6_control_A1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 4.996766084 C6_control_A3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.35469255 C6_control_B1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.235871993 C6_control_B2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.040135603 C6_control_B3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 4.975165499 C6_control_C1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.15766483 C6_control_C2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.114526869 C6_control_C3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.086344572 C6_chemical_A1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.099207816 C6_chemical_A3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.361223863 C6_chemical_B1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.196526967 C6_chemical_B2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.207923325 C6_chemical_B3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 4.903478958 C6_chemical_C1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.390026704 C6_chemical_C2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.210165283 C6_chemical_C3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 4.987447461 L4_control_A1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.276554824 L4_control_A2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.196905913 L4_control_A3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.52210613 L4_control_B1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.045443566 L4_control_B2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.20753434 L4_control_B3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.112059167 L4_control_C2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.825736844 L4_control_C3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.030337955 L4_chemical_A1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.38066822 L4_chemical_A2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 4.870205174 L4_chemical_A3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.105569663 L4_chemical_B1 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.654842487 L4_chemical_B2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.066540293 L4_chemical_B3 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.026656948 L4_chemical_C2 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.399260232 L4_chemical_C3 +LQ02X024390 Putative carboxyl-terminal proteinase 8.394755475 C6_control_A1 +LQ02X024390 Putative carboxyl-terminal proteinase 8.77921052 C6_control_A3 +LQ02X024390 Putative carboxyl-terminal proteinase 8.762492718 C6_control_B1 +LQ02X024390 Putative carboxyl-terminal proteinase 8.892468493 C6_control_B2 +LQ02X024390 Putative carboxyl-terminal proteinase 8.474754292 C6_control_B3 +LQ02X024390 Putative carboxyl-terminal proteinase 8.171846426 C6_control_C1 +LQ02X024390 Putative carboxyl-terminal proteinase 7.317516969 C6_control_C2 +LQ02X024390 Putative carboxyl-terminal proteinase 7.70538113 C6_control_C3 +LQ02X024390 Putative carboxyl-terminal proteinase 8.440011109 C6_chemical_A1 +LQ02X024390 Putative carboxyl-terminal proteinase 8.874304117 C6_chemical_A3 +LQ02X024390 Putative carboxyl-terminal proteinase 8.229182375 C6_chemical_B1 +LQ02X024390 Putative carboxyl-terminal proteinase 8.886962338 C6_chemical_B2 +LQ02X024390 Putative carboxyl-terminal proteinase 8.495229758 C6_chemical_B3 +LQ02X024390 Putative carboxyl-terminal proteinase 7.64403812 C6_chemical_C1 +LQ02X024390 Putative carboxyl-terminal proteinase 7.628545632 C6_chemical_C2 +LQ02X024390 Putative carboxyl-terminal proteinase 8.181733084 C6_chemical_C3 +LQ02X024390 Putative carboxyl-terminal proteinase 9.046394275 L4_control_A1 +LQ02X024390 Putative carboxyl-terminal proteinase 8.617586287 L4_control_A2 +LQ02X024390 Putative carboxyl-terminal proteinase 9.051441046 L4_control_A3 +LQ02X024390 Putative carboxyl-terminal proteinase 8.770675618 L4_control_B1 +LQ02X024390 Putative carboxyl-terminal proteinase 8.213630628 L4_control_B2 +LQ02X024390 Putative carboxyl-terminal proteinase 8.733245548 L4_control_B3 +LQ02X024390 Putative carboxyl-terminal proteinase 5.968317154 L4_control_C2 +LQ02X024390 Putative carboxyl-terminal proteinase 6.459632889 L4_control_C3 +LQ02X024390 Putative carboxyl-terminal proteinase 8.289657475 L4_chemical_A1 +LQ02X024390 Putative carboxyl-terminal proteinase 7.424245698 L4_chemical_A2 +LQ02X024390 Putative carboxyl-terminal proteinase 8.560408621 L4_chemical_A3 +LQ02X024390 Putative carboxyl-terminal proteinase 7.820804516 L4_chemical_B1 +LQ02X024390 Putative carboxyl-terminal proteinase 6.593545561 L4_chemical_B2 +LQ02X024390 Putative carboxyl-terminal proteinase 8.896645593 L4_chemical_B3 +LQ02X024390 Putative carboxyl-terminal proteinase 5.313286766 L4_chemical_C2 +LQ02X024390 Putative carboxyl-terminal proteinase 5.712613942 L4_chemical_C3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.41333379 C6_control_A1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.69965876 C6_control_A3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.768468758 C6_control_B1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.599696735 C6_control_B2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.901178027 C6_control_B3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.466552436 C6_control_C1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.894057251 C6_control_C2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.320221715 C6_control_C3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.09388533 C6_chemical_A1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.46998935 C6_chemical_A3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.337937487 C6_chemical_B1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.521373437 C6_chemical_B2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.790590133 C6_chemical_B3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.354174937 C6_chemical_C1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.511306942 C6_chemical_C2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.162292518 C6_chemical_C3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.33880633 L4_control_A1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.5338884 L4_control_A2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 11.0834249 L4_control_A3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.64680829 L4_control_B1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.40780568 L4_control_B2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.50765167 L4_control_B3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.43329126 L4_control_C2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.58508685 L4_control_C3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.990952687 L4_chemical_A1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.854597809 L4_chemical_A2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.45040649 L4_chemical_A3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.077054032 L4_chemical_B1 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 9.876287426 L4_chemical_B2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.09234964 L4_chemical_B3 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.39694635 L4_chemical_C2 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.64069733 L4_chemical_C3 +LQ02X024460 AP-1 complex subunit mu-1-I 12.24889968 C6_control_A1 +LQ02X024460 AP-1 complex subunit mu-1-I 12.22102496 C6_control_A3 +LQ02X024460 AP-1 complex subunit mu-1-I 11.87774408 C6_control_B1 +LQ02X024460 AP-1 complex subunit mu-1-I 11.66861492 C6_control_B2 +LQ02X024460 AP-1 complex subunit mu-1-I 11.80415031 C6_control_B3 +LQ02X024460 AP-1 complex subunit mu-1-I 11.27395979 C6_control_C1 +LQ02X024460 AP-1 complex subunit mu-1-I 11.19206123 C6_control_C2 +LQ02X024460 AP-1 complex subunit mu-1-I 10.76470504 C6_control_C3 +LQ02X024460 AP-1 complex subunit mu-1-I 12.16305713 C6_chemical_A1 +LQ02X024460 AP-1 complex subunit mu-1-I 12.25931199 C6_chemical_A3 +LQ02X024460 AP-1 complex subunit mu-1-I 11.71308605 C6_chemical_B1 +LQ02X024460 AP-1 complex subunit mu-1-I 11.55184879 C6_chemical_B2 +LQ02X024460 AP-1 complex subunit mu-1-I 11.73980109 C6_chemical_B3 +LQ02X024460 AP-1 complex subunit mu-1-I 11.28473689 C6_chemical_C1 +LQ02X024460 AP-1 complex subunit mu-1-I 11.08331575 C6_chemical_C2 +LQ02X024460 AP-1 complex subunit mu-1-I 11.08526768 C6_chemical_C3 +LQ02X024460 AP-1 complex subunit mu-1-I 12.38622416 L4_control_A1 +LQ02X024460 AP-1 complex subunit mu-1-I 12.44824447 L4_control_A2 +LQ02X024460 AP-1 complex subunit mu-1-I 13.13959723 L4_control_A3 +LQ02X024460 AP-1 complex subunit mu-1-I 12.08259554 L4_control_B1 +LQ02X024460 AP-1 complex subunit mu-1-I 12.60850739 L4_control_B2 +LQ02X024460 AP-1 complex subunit mu-1-I 12.1960844 L4_control_B3 +LQ02X024460 AP-1 complex subunit mu-1-I 11.56786774 L4_control_C2 +LQ02X024460 AP-1 complex subunit mu-1-I 11.38613898 L4_control_C3 +LQ02X024460 AP-1 complex subunit mu-1-I 11.81131369 L4_chemical_A1 +LQ02X024460 AP-1 complex subunit mu-1-I 11.89593398 L4_chemical_A2 +LQ02X024460 AP-1 complex subunit mu-1-I 12.90296206 L4_chemical_A3 +LQ02X024460 AP-1 complex subunit mu-1-I 12.32451494 L4_chemical_B1 +LQ02X024460 AP-1 complex subunit mu-1-I 12.00062635 L4_chemical_B2 +LQ02X024460 AP-1 complex subunit mu-1-I 12.22206075 L4_chemical_B3 +LQ02X024460 AP-1 complex subunit mu-1-I 11.47686736 L4_chemical_C2 +LQ02X024460 AP-1 complex subunit mu-1-I 11.51308672 L4_chemical_C3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.171697713 C6_control_A1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.458518212 C6_control_A3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.851968956 C6_control_B1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.374857286 C6_control_B2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.740800727 C6_control_B3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.173689865 C6_control_C1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.270481775 C6_control_C2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.04635724 C6_control_C3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.323227374 C6_chemical_A1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.121957146 C6_chemical_A3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.834560189 C6_chemical_B1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.244655634 C6_chemical_B2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 6.042234479 C6_chemical_B3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.233158608 C6_chemical_C1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.035118784 C6_chemical_C2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.293251289 C6_chemical_C3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.058816005 L4_control_A1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.249424535 L4_control_A2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 4.881550817 L4_control_A3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.509189656 L4_control_B1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.656586027 L4_control_B2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.063675897 L4_control_B3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.316015615 L4_control_C2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.228462113 L4_control_C3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 4.918708943 L4_chemical_A1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 4.9783898 L4_chemical_A2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.064389592 L4_chemical_A3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.379135938 L4_chemical_B1 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.441175523 L4_chemical_B2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.301938578 L4_chemical_B3 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 4.671315848 L4_chemical_C2 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.610967833 L4_chemical_C3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.24826822 C6_control_A1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.24031403 C6_control_A3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.7238017 C6_control_B1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.93656883 C6_control_B2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.85071039 C6_control_B3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.34670528 C6_control_C1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.26345612 C6_control_C2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 9.684684362 C6_control_C3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.79707813 C6_chemical_A1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.35641043 C6_chemical_A3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.6507677 C6_chemical_B1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.85372168 C6_chemical_B2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.5908507 C6_chemical_B3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.05501279 C6_chemical_C1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.17207038 C6_chemical_C2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 9.462062896 C6_chemical_C3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.46041267 L4_control_A1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.55647554 L4_control_A2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.84544333 L4_control_A3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.88797394 L4_control_B1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.02192826 L4_control_B2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.78676011 L4_control_B3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.07382438 L4_control_C2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 9.375163635 L4_control_C3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.33562637 L4_chemical_A1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.40489157 L4_chemical_A2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.87899171 L4_chemical_A3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.87092961 L4_chemical_B1 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 11.0187617 L4_chemical_B2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.87911199 L4_chemical_B3 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.29423334 L4_chemical_C2 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 9.843652507 L4_chemical_C3 +LQ02X024540 Alanine aminotransferase 2 5.235981674 C6_control_A1 +LQ02X024540 Alanine aminotransferase 2 5.556346706 C6_control_A3 +LQ02X024540 Alanine aminotransferase 2 5.405965918 C6_control_B1 +LQ02X024540 Alanine aminotransferase 2 5.130188929 C6_control_B2 +LQ02X024540 Alanine aminotransferase 2 5.409284509 C6_control_B3 +LQ02X024540 Alanine aminotransferase 2 5.749581514 C6_control_C1 +LQ02X024540 Alanine aminotransferase 2 5.461133607 C6_control_C2 +LQ02X024540 Alanine aminotransferase 2 5.48075979 C6_control_C3 +LQ02X024540 Alanine aminotransferase 2 5.587832374 C6_chemical_A1 +LQ02X024540 Alanine aminotransferase 2 5.160144662 C6_chemical_A3 +LQ02X024540 Alanine aminotransferase 2 5.146495142 C6_chemical_B1 +LQ02X024540 Alanine aminotransferase 2 5.216802231 C6_chemical_B2 +LQ02X024540 Alanine aminotransferase 2 5.026678842 C6_chemical_B3 +LQ02X024540 Alanine aminotransferase 2 5.383506656 C6_chemical_C1 +LQ02X024540 Alanine aminotransferase 2 5.79267563 C6_chemical_C2 +LQ02X024540 Alanine aminotransferase 2 5.026140832 C6_chemical_C3 +LQ02X024540 Alanine aminotransferase 2 5.580362305 L4_control_A1 +LQ02X024540 Alanine aminotransferase 2 5.453202948 L4_control_A2 +LQ02X024540 Alanine aminotransferase 2 5.584400404 L4_control_A3 +LQ02X024540 Alanine aminotransferase 2 5.733892224 L4_control_B1 +LQ02X024540 Alanine aminotransferase 2 5.055540182 L4_control_B2 +LQ02X024540 Alanine aminotransferase 2 5.333555743 L4_control_B3 +LQ02X024540 Alanine aminotransferase 2 5.611757059 L4_control_C2 +LQ02X024540 Alanine aminotransferase 2 5.905961266 L4_control_C3 +LQ02X024540 Alanine aminotransferase 2 5.570201263 L4_chemical_A1 +LQ02X024540 Alanine aminotransferase 2 5.457899022 L4_chemical_A2 +LQ02X024540 Alanine aminotransferase 2 5.837896204 L4_chemical_A3 +LQ02X024540 Alanine aminotransferase 2 5.565076124 L4_chemical_B1 +LQ02X024540 Alanine aminotransferase 2 5.573734444 L4_chemical_B2 +LQ02X024540 Alanine aminotransferase 2 5.123704873 L4_chemical_B3 +LQ02X024540 Alanine aminotransferase 2 5.584352627 L4_chemical_C2 +LQ02X024540 Alanine aminotransferase 2 5.837803021 L4_chemical_C3 +LQ02X024550 F-box protein At1g70590 11.84628675 C6_control_A1 +LQ02X024550 F-box protein At1g70590 11.62423767 C6_control_A3 +LQ02X024550 F-box protein At1g70590 12.34384073 C6_control_B1 +LQ02X024550 F-box protein At1g70590 12.20278595 C6_control_B2 +LQ02X024550 F-box protein At1g70590 12.51549444 C6_control_B3 +LQ02X024550 F-box protein At1g70590 12.7127954 C6_control_C1 +LQ02X024550 F-box protein At1g70590 13.0187772 C6_control_C2 +LQ02X024550 F-box protein At1g70590 12.8474083 C6_control_C3 +LQ02X024550 F-box protein At1g70590 11.85127591 C6_chemical_A1 +LQ02X024550 F-box protein At1g70590 11.8466986 C6_chemical_A3 +LQ02X024550 F-box protein At1g70590 12.47068142 C6_chemical_B1 +LQ02X024550 F-box protein At1g70590 12.29566354 C6_chemical_B2 +LQ02X024550 F-box protein At1g70590 12.75132452 C6_chemical_B3 +LQ02X024550 F-box protein At1g70590 12.59960373 C6_chemical_C1 +LQ02X024550 F-box protein At1g70590 12.75836312 C6_chemical_C2 +LQ02X024550 F-box protein At1g70590 13.01969027 C6_chemical_C3 +LQ02X024550 F-box protein At1g70590 11.77570831 L4_control_A1 +LQ02X024550 F-box protein At1g70590 11.64315562 L4_control_A2 +LQ02X024550 F-box protein At1g70590 12.01713249 L4_control_A3 +LQ02X024550 F-box protein At1g70590 12.60306571 L4_control_B1 +LQ02X024550 F-box protein At1g70590 12.43077514 L4_control_B2 +LQ02X024550 F-box protein At1g70590 12.52999586 L4_control_B3 +LQ02X024550 F-box protein At1g70590 12.93170136 L4_control_C2 +LQ02X024550 F-box protein At1g70590 13.21665396 L4_control_C3 +LQ02X024550 F-box protein At1g70590 11.78157947 L4_chemical_A1 +LQ02X024550 F-box protein At1g70590 11.97160757 L4_chemical_A2 +LQ02X024550 F-box protein At1g70590 11.87291549 L4_chemical_A3 +LQ02X024550 F-box protein At1g70590 12.39013626 L4_chemical_B1 +LQ02X024550 F-box protein At1g70590 12.16588909 L4_chemical_B2 +LQ02X024550 F-box protein At1g70590 12.0635356 L4_chemical_B3 +LQ02X024550 F-box protein At1g70590 12.71061056 L4_chemical_C2 +LQ02X024550 F-box protein At1g70590 13.19471511 L4_chemical_C3 +LQ02X024560 Predicted protein 5.315407719 C6_control_A1 +LQ02X024560 Predicted protein 5.739393166 C6_control_A3 +LQ02X024560 Predicted protein 5.204115646 C6_control_B1 +LQ02X024560 Predicted protein 5.812471657 C6_control_B2 +LQ02X024560 Predicted protein 5.287762932 C6_control_B3 +LQ02X024560 Predicted protein 4.959476389 C6_control_C1 +LQ02X024560 Predicted protein 5.452694406 C6_control_C2 +LQ02X024560 Predicted protein 5.069015689 C6_control_C3 +LQ02X024560 Predicted protein 5.607483296 C6_chemical_A1 +LQ02X024560 Predicted protein 5.795146232 C6_chemical_A3 +LQ02X024560 Predicted protein 5.282214601 C6_chemical_B1 +LQ02X024560 Predicted protein 5.855015295 C6_chemical_B2 +LQ02X024560 Predicted protein 5.298934341 C6_chemical_B3 +LQ02X024560 Predicted protein 5.479853762 C6_chemical_C1 +LQ02X024560 Predicted protein 5.909091978 C6_chemical_C2 +LQ02X024560 Predicted protein 5.128533576 C6_chemical_C3 +LQ02X024560 Predicted protein 4.999614692 L4_control_A1 +LQ02X024560 Predicted protein 5.257040278 L4_control_A2 +LQ02X024560 Predicted protein 5.934947271 L4_control_A3 +LQ02X024560 Predicted protein 4.926798291 L4_control_B1 +LQ02X024560 Predicted protein 5.564817717 L4_control_B2 +LQ02X024560 Predicted protein 5.022664198 L4_control_B3 +LQ02X024560 Predicted protein 5.097593317 L4_control_C2 +LQ02X024560 Predicted protein 4.939323229 L4_control_C3 +LQ02X024560 Predicted protein 4.887242497 L4_chemical_A1 +LQ02X024560 Predicted protein 5.21649154 L4_chemical_A2 +LQ02X024560 Predicted protein 6.113226986 L4_chemical_A3 +LQ02X024560 Predicted protein 4.991431268 L4_chemical_B1 +LQ02X024560 Predicted protein 5.282398898 L4_chemical_B2 +LQ02X024560 Predicted protein 5.055978072 L4_chemical_B3 +LQ02X024560 Predicted protein 5.277766107 L4_chemical_C2 +LQ02X024560 Predicted protein 5.329323473 L4_chemical_C3 +LQ02X024571 Hypothetical protein 4.887572785 C6_control_A1 +LQ02X024571 Hypothetical protein 4.600275572 C6_control_A3 +LQ02X024571 Hypothetical protein 4.955106774 C6_control_B1 +LQ02X024571 Hypothetical protein 4.930882607 C6_control_B2 +LQ02X024571 Hypothetical protein 4.862268637 C6_control_B3 +LQ02X024571 Hypothetical protein 5.290489314 C6_control_C1 +LQ02X024571 Hypothetical protein 4.777532475 C6_control_C2 +LQ02X024571 Hypothetical protein 4.984494044 C6_control_C3 +LQ02X024571 Hypothetical protein 4.70967109 C6_chemical_A1 +LQ02X024571 Hypothetical protein 4.916068374 C6_chemical_A3 +LQ02X024571 Hypothetical protein 4.874439387 C6_chemical_B1 +LQ02X024571 Hypothetical protein 4.753182146 C6_chemical_B2 +LQ02X024571 Hypothetical protein 5.374540945 C6_chemical_B3 +LQ02X024571 Hypothetical protein 4.961665467 C6_chemical_C1 +LQ02X024571 Hypothetical protein 4.951290474 C6_chemical_C2 +LQ02X024571 Hypothetical protein 5.282009493 C6_chemical_C3 +LQ02X024571 Hypothetical protein 5.003514316 L4_control_A1 +LQ02X024571 Hypothetical protein 4.818437632 L4_control_A2 +LQ02X024571 Hypothetical protein 5.08493367 L4_control_A3 +LQ02X024571 Hypothetical protein 4.470742509 L4_control_B1 +LQ02X024571 Hypothetical protein 4.83360419 L4_control_B2 +LQ02X024571 Hypothetical protein 5.011225017 L4_control_B3 +LQ02X024571 Hypothetical protein 4.763355778 L4_control_C2 +LQ02X024571 Hypothetical protein 5.475227655 L4_control_C3 +LQ02X024571 Hypothetical protein 4.993744596 L4_chemical_A1 +LQ02X024571 Hypothetical protein 4.810207151 L4_chemical_A2 +LQ02X024571 Hypothetical protein 4.853846251 L4_chemical_A3 +LQ02X024571 Hypothetical protein 4.832319511 L4_chemical_B1 +LQ02X024571 Hypothetical protein 4.754367656 L4_chemical_B2 +LQ02X024571 Hypothetical protein 4.948700363 L4_chemical_B3 +LQ02X024571 Hypothetical protein 4.846794547 L4_chemical_C2 +LQ02X024571 Hypothetical protein 5.151130157 L4_chemical_C3 +LQ02X024591 Putative uncharacterized protein 4.757178975 C6_control_A1 +LQ02X024591 Putative uncharacterized protein 4.608716767 C6_control_A3 +LQ02X024591 Putative uncharacterized protein 5.588412555 C6_control_B1 +LQ02X024591 Putative uncharacterized protein 4.804786746 C6_control_B2 +LQ02X024591 Putative uncharacterized protein 5.173204359 C6_control_B3 +LQ02X024591 Putative uncharacterized protein 5.046913043 C6_control_C1 +LQ02X024591 Putative uncharacterized protein 4.839533691 C6_control_C2 +LQ02X024591 Putative uncharacterized protein 4.726015435 C6_control_C3 +LQ02X024591 Putative uncharacterized protein 4.611461007 C6_chemical_A1 +LQ02X024591 Putative uncharacterized protein 4.977782593 C6_chemical_A3 +LQ02X024591 Putative uncharacterized protein 5.241170898 C6_chemical_B1 +LQ02X024591 Putative uncharacterized protein 4.812708043 C6_chemical_B2 +LQ02X024591 Putative uncharacterized protein 4.903463592 C6_chemical_B3 +LQ02X024591 Putative uncharacterized protein 5.058651317 C6_chemical_C1 +LQ02X024591 Putative uncharacterized protein 4.952025124 C6_chemical_C2 +LQ02X024591 Putative uncharacterized protein 5.124058298 C6_chemical_C3 +LQ02X024591 Putative uncharacterized protein 4.613512519 L4_control_A1 +LQ02X024591 Putative uncharacterized protein 5.147705684 L4_control_A2 +LQ02X024591 Putative uncharacterized protein 4.804663108 L4_control_A3 +LQ02X024591 Putative uncharacterized protein 4.799294259 L4_control_B1 +LQ02X024591 Putative uncharacterized protein 4.598960269 L4_control_B2 +LQ02X024591 Putative uncharacterized protein 4.976705802 L4_control_B3 +LQ02X024591 Putative uncharacterized protein 5.034690184 L4_control_C2 +LQ02X024591 Putative uncharacterized protein 4.996542022 L4_control_C3 +LQ02X024591 Putative uncharacterized protein 4.895257091 L4_chemical_A1 +LQ02X024591 Putative uncharacterized protein 4.90823182 L4_chemical_A2 +LQ02X024591 Putative uncharacterized protein 4.597513623 L4_chemical_A3 +LQ02X024591 Putative uncharacterized protein 4.773956208 L4_chemical_B1 +LQ02X024591 Putative uncharacterized protein 5.110675386 L4_chemical_B2 +LQ02X024591 Putative uncharacterized protein 4.608396029 L4_chemical_B3 +LQ02X024591 Putative uncharacterized protein 5.775223007 L4_chemical_C2 +LQ02X024591 Putative uncharacterized protein 5.015627808 L4_chemical_C3 +LQ02X024660 Hypothetical protein 5.349161253 C6_control_A1 +LQ02X024660 Hypothetical protein 5.020214696 C6_control_A3 +LQ02X024660 Hypothetical protein 4.808952341 C6_control_B1 +LQ02X024660 Hypothetical protein 4.930028671 C6_control_B2 +LQ02X024660 Hypothetical protein 5.007544427 C6_control_B3 +LQ02X024660 Hypothetical protein 5.159574974 C6_control_C1 +LQ02X024660 Hypothetical protein 4.799478166 C6_control_C2 +LQ02X024660 Hypothetical protein 5.065364166 C6_control_C3 +LQ02X024660 Hypothetical protein 5.047304146 C6_chemical_A1 +LQ02X024660 Hypothetical protein 5.565837373 C6_chemical_A3 +LQ02X024660 Hypothetical protein 4.878816801 C6_chemical_B1 +LQ02X024660 Hypothetical protein 4.843135852 C6_chemical_B2 +LQ02X024660 Hypothetical protein 5.071763552 C6_chemical_B3 +LQ02X024660 Hypothetical protein 4.757445686 C6_chemical_C1 +LQ02X024660 Hypothetical protein 4.912876482 C6_chemical_C2 +LQ02X024660 Hypothetical protein 4.679823681 C6_chemical_C3 +LQ02X024660 Hypothetical protein 5.007645736 L4_control_A1 +LQ02X024660 Hypothetical protein 5.367378987 L4_control_A2 +LQ02X024660 Hypothetical protein 5.870966232 L4_control_A3 +LQ02X024660 Hypothetical protein 5.896605121 L4_control_B1 +LQ02X024660 Hypothetical protein 5.429306327 L4_control_B2 +LQ02X024660 Hypothetical protein 5.141218865 L4_control_B3 +LQ02X024660 Hypothetical protein 4.967978046 L4_control_C2 +LQ02X024660 Hypothetical protein 4.696912042 L4_control_C3 +LQ02X024660 Hypothetical protein 4.984269997 L4_chemical_A1 +LQ02X024660 Hypothetical protein 5.25986278 L4_chemical_A2 +LQ02X024660 Hypothetical protein 5.503501824 L4_chemical_A3 +LQ02X024660 Hypothetical protein 4.903653872 L4_chemical_B1 +LQ02X024660 Hypothetical protein 4.776373174 L4_chemical_B2 +LQ02X024660 Hypothetical protein 5.365881012 L4_chemical_B3 +LQ02X024660 Hypothetical protein 5.134986173 L4_chemical_C2 +LQ02X024660 Hypothetical protein 5.120331 L4_chemical_C3 +LQ02X024740 60S ribosomal protein L27a-3 15.11335842 C6_control_A1 +LQ02X024740 60S ribosomal protein L27a-3 15.64880129 C6_control_A3 +LQ02X024740 60S ribosomal protein L27a-3 14.95685232 C6_control_B1 +LQ02X024740 60S ribosomal protein L27a-3 14.48299987 C6_control_B2 +LQ02X024740 60S ribosomal protein L27a-3 14.54271248 C6_control_B3 +LQ02X024740 60S ribosomal protein L27a-3 14.37691583 C6_control_C1 +LQ02X024740 60S ribosomal protein L27a-3 13.79858992 C6_control_C2 +LQ02X024740 60S ribosomal protein L27a-3 14.12266805 C6_control_C3 +LQ02X024740 60S ribosomal protein L27a-3 15.03000644 C6_chemical_A1 +LQ02X024740 60S ribosomal protein L27a-3 14.76446901 C6_chemical_A3 +LQ02X024740 60S ribosomal protein L27a-3 14.80129107 C6_chemical_B1 +LQ02X024740 60S ribosomal protein L27a-3 13.87591503 C6_chemical_B2 +LQ02X024740 60S ribosomal protein L27a-3 14.27078804 C6_chemical_B3 +LQ02X024740 60S ribosomal protein L27a-3 14.47202664 C6_chemical_C1 +LQ02X024740 60S ribosomal protein L27a-3 14.14314434 C6_chemical_C2 +LQ02X024740 60S ribosomal protein L27a-3 13.66136121 C6_chemical_C3 +LQ02X024740 60S ribosomal protein L27a-3 15.14642543 L4_control_A1 +LQ02X024740 60S ribosomal protein L27a-3 14.91054532 L4_control_A2 +LQ02X024740 60S ribosomal protein L27a-3 15.30637364 L4_control_A3 +LQ02X024740 60S ribosomal protein L27a-3 14.965517 L4_control_B1 +LQ02X024740 60S ribosomal protein L27a-3 14.21996374 L4_control_B2 +LQ02X024740 60S ribosomal protein L27a-3 14.11866697 L4_control_B3 +LQ02X024740 60S ribosomal protein L27a-3 14.618953 L4_control_C2 +LQ02X024740 60S ribosomal protein L27a-3 14.41652183 L4_control_C3 +LQ02X024740 60S ribosomal protein L27a-3 14.94235593 L4_chemical_A1 +LQ02X024740 60S ribosomal protein L27a-3 14.59714763 L4_chemical_A2 +LQ02X024740 60S ribosomal protein L27a-3 15.0109054 L4_chemical_A3 +LQ02X024740 60S ribosomal protein L27a-3 14.99739119 L4_chemical_B1 +LQ02X024740 60S ribosomal protein L27a-3 14.84010222 L4_chemical_B2 +LQ02X024740 60S ribosomal protein L27a-3 14.58248998 L4_chemical_B3 +LQ02X024740 60S ribosomal protein L27a-3 14.65837621 L4_chemical_C2 +LQ02X024740 60S ribosomal protein L27a-3 14.20136728 L4_chemical_C3 +LQ02X024750 Putative uncharacterized protein 10.51731322 C6_control_A1 +LQ02X024750 Putative uncharacterized protein 10.81428354 C6_control_A3 +LQ02X024750 Putative uncharacterized protein 11.60959769 C6_control_B1 +LQ02X024750 Putative uncharacterized protein 11.86235704 C6_control_B2 +LQ02X024750 Putative uncharacterized protein 11.97746565 C6_control_B3 +LQ02X024750 Putative uncharacterized protein 12.7840389 C6_control_C1 +LQ02X024750 Putative uncharacterized protein 12.91000726 C6_control_C2 +LQ02X024750 Putative uncharacterized protein 12.64283405 C6_control_C3 +LQ02X024750 Putative uncharacterized protein 10.21464665 C6_chemical_A1 +LQ02X024750 Putative uncharacterized protein 10.94192031 C6_chemical_A3 +LQ02X024750 Putative uncharacterized protein 11.63931555 C6_chemical_B1 +LQ02X024750 Putative uncharacterized protein 11.95215679 C6_chemical_B2 +LQ02X024750 Putative uncharacterized protein 11.86635772 C6_chemical_B3 +LQ02X024750 Putative uncharacterized protein 12.70321284 C6_chemical_C1 +LQ02X024750 Putative uncharacterized protein 13.03014878 C6_chemical_C2 +LQ02X024750 Putative uncharacterized protein 12.70374249 C6_chemical_C3 +LQ02X024750 Putative uncharacterized protein 10.40814935 L4_control_A1 +LQ02X024750 Putative uncharacterized protein 10.78145584 L4_control_A2 +LQ02X024750 Putative uncharacterized protein 10.48982411 L4_control_A3 +LQ02X024750 Putative uncharacterized protein 11.51016114 L4_control_B1 +LQ02X024750 Putative uncharacterized protein 11.64131779 L4_control_B2 +LQ02X024750 Putative uncharacterized protein 12.61901471 L4_control_B3 +LQ02X024750 Putative uncharacterized protein 12.15052696 L4_control_C2 +LQ02X024750 Putative uncharacterized protein 12.22855497 L4_control_C3 +LQ02X024750 Putative uncharacterized protein 10.67033358 L4_chemical_A1 +LQ02X024750 Putative uncharacterized protein 11.09458801 L4_chemical_A2 +LQ02X024750 Putative uncharacterized protein 10.65839804 L4_chemical_A3 +LQ02X024750 Putative uncharacterized protein 11.35584882 L4_chemical_B1 +LQ02X024750 Putative uncharacterized protein 11.47320766 L4_chemical_B2 +LQ02X024750 Putative uncharacterized protein 11.19903307 L4_chemical_B3 +LQ02X024750 Putative uncharacterized protein 12.05132622 L4_chemical_C2 +LQ02X024750 Putative uncharacterized protein 12.52193789 L4_chemical_C3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 11.91403761 C6_control_A1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 11.90415666 C6_control_A3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.30905313 C6_control_B1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.23026637 C6_control_B2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.41149885 C6_control_B3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.82066965 C6_control_C1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.73714939 C6_control_C2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 13.06900848 C6_control_C3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 11.90786491 C6_chemical_A1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.08257119 C6_chemical_A3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.38436998 C6_chemical_B1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 11.994964 C6_chemical_B2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.2344452 C6_chemical_B3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 13.00288778 C6_chemical_C1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 13.03614664 C6_chemical_C2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 13.1501907 C6_chemical_C3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 11.64993956 L4_control_A1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 11.69304072 L4_control_A2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.13138237 L4_control_A3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.63015759 L4_control_B1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.01390975 L4_control_B2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 13.64868806 L4_control_B3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.77164352 L4_control_C2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.96996219 L4_control_C3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.05023431 L4_chemical_A1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 11.91869525 L4_chemical_A2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.21234199 L4_chemical_A3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.28820511 L4_chemical_B1 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.20043558 L4_chemical_B2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 12.26786317 L4_chemical_B3 +LQ02X024760 ABC transporter B family member 26, chloroplastic 13.00076767 L4_chemical_C2 +LQ02X024760 ABC transporter B family member 26, chloroplastic 13.51365841 L4_chemical_C3 +LQ02X024810 Hypothetical protein 5.35729286 C6_control_A1 +LQ02X024810 Hypothetical protein 5.539160863 C6_control_A3 +LQ02X024810 Hypothetical protein 5.877487724 C6_control_B1 +LQ02X024810 Hypothetical protein 5.900028677 C6_control_B2 +LQ02X024810 Hypothetical protein 5.633191184 C6_control_B3 +LQ02X024810 Hypothetical protein 5.373110672 C6_control_C1 +LQ02X024810 Hypothetical protein 4.947023319 C6_control_C2 +LQ02X024810 Hypothetical protein 5.712305307 C6_control_C3 +LQ02X024810 Hypothetical protein 5.261297923 C6_chemical_A1 +LQ02X024810 Hypothetical protein 5.692954114 C6_chemical_A3 +LQ02X024810 Hypothetical protein 5.825285482 C6_chemical_B1 +LQ02X024810 Hypothetical protein 5.04586867 C6_chemical_B2 +LQ02X024810 Hypothetical protein 6.161191515 C6_chemical_B3 +LQ02X024810 Hypothetical protein 5.277943801 C6_chemical_C1 +LQ02X024810 Hypothetical protein 5.096468397 C6_chemical_C2 +LQ02X024810 Hypothetical protein 5.282241169 C6_chemical_C3 +LQ02X024810 Hypothetical protein 5.552351615 L4_control_A1 +LQ02X024810 Hypothetical protein 5.660608843 L4_control_A2 +LQ02X024810 Hypothetical protein 5.633286064 L4_control_A3 +LQ02X024810 Hypothetical protein 6.268460909 L4_control_B1 +LQ02X024810 Hypothetical protein 5.683305552 L4_control_B2 +LQ02X024810 Hypothetical protein 5.504280158 L4_control_B3 +LQ02X024810 Hypothetical protein 6.292489805 L4_control_C2 +LQ02X024810 Hypothetical protein 6.526039955 L4_control_C3 +LQ02X024810 Hypothetical protein 5.885588276 L4_chemical_A1 +LQ02X024810 Hypothetical protein 5.468979059 L4_chemical_A2 +LQ02X024810 Hypothetical protein 5.204322865 L4_chemical_A3 +LQ02X024810 Hypothetical protein 5.782958731 L4_chemical_B1 +LQ02X024810 Hypothetical protein 5.872736758 L4_chemical_B2 +LQ02X024810 Hypothetical protein 5.428133527 L4_chemical_B3 +LQ02X024810 Hypothetical protein 5.722463675 L4_chemical_C2 +LQ02X024810 Hypothetical protein 6.000388639 L4_chemical_C3 +LQ02X024820 Putative uncharacterized protein 7.888570639 C6_control_A1 +LQ02X024820 Putative uncharacterized protein 6.708574108 C6_control_A3 +LQ02X024820 Putative uncharacterized protein 8.243858497 C6_control_B1 +LQ02X024820 Putative uncharacterized protein 9.554885566 C6_control_B2 +LQ02X024820 Putative uncharacterized protein 9.217546169 C6_control_B3 +LQ02X024820 Putative uncharacterized protein 11.63187311 C6_control_C1 +LQ02X024820 Putative uncharacterized protein 10.62420203 C6_control_C2 +LQ02X024820 Putative uncharacterized protein 11.73803574 C6_control_C3 +LQ02X024820 Putative uncharacterized protein 8.08546606 C6_chemical_A1 +LQ02X024820 Putative uncharacterized protein 7.082392991 C6_chemical_A3 +LQ02X024820 Putative uncharacterized protein 8.115902727 C6_chemical_B1 +LQ02X024820 Putative uncharacterized protein 9.241116569 C6_chemical_B2 +LQ02X024820 Putative uncharacterized protein 8.85791773 C6_chemical_B3 +LQ02X024820 Putative uncharacterized protein 11.36288625 C6_chemical_C1 +LQ02X024820 Putative uncharacterized protein 11.36529145 C6_chemical_C2 +LQ02X024820 Putative uncharacterized protein 11.45672037 C6_chemical_C3 +LQ02X024820 Putative uncharacterized protein 8.287811771 L4_control_A1 +LQ02X024820 Putative uncharacterized protein 8.612854039 L4_control_A2 +LQ02X024820 Putative uncharacterized protein 7.162225441 L4_control_A3 +LQ02X024820 Putative uncharacterized protein 9.559732166 L4_control_B1 +LQ02X024820 Putative uncharacterized protein 9.500029584 L4_control_B2 +LQ02X024820 Putative uncharacterized protein 9.408361229 L4_control_B3 +LQ02X024820 Putative uncharacterized protein 10.93091183 L4_control_C2 +LQ02X024820 Putative uncharacterized protein 10.57400375 L4_control_C3 +LQ02X024820 Putative uncharacterized protein 8.4380616 L4_chemical_A1 +LQ02X024820 Putative uncharacterized protein 9.152057565 L4_chemical_A2 +LQ02X024820 Putative uncharacterized protein 8.346382016 L4_chemical_A3 +LQ02X024820 Putative uncharacterized protein 8.293351898 L4_chemical_B1 +LQ02X024820 Putative uncharacterized protein 9.493247178 L4_chemical_B2 +LQ02X024820 Putative uncharacterized protein 9.023349037 L4_chemical_B3 +LQ02X024820 Putative uncharacterized protein 10.40064381 L4_chemical_C2 +LQ02X024820 Putative uncharacterized protein 10.71578312 L4_chemical_C3 +LQ02X024830 Putative Protein lap1 8.587191339 C6_control_A1 +LQ02X024830 Putative Protein lap1 8.210788567 C6_control_A3 +LQ02X024830 Putative Protein lap1 9.367294463 C6_control_B1 +LQ02X024830 Putative Protein lap1 8.259422195 C6_control_B2 +LQ02X024830 Putative Protein lap1 9.025071528 C6_control_B3 +LQ02X024830 Putative Protein lap1 8.285860413 C6_control_C1 +LQ02X024830 Putative Protein lap1 7.214717387 C6_control_C2 +LQ02X024830 Putative Protein lap1 8.074145466 C6_control_C3 +LQ02X024830 Putative Protein lap1 8.965040883 C6_chemical_A1 +LQ02X024830 Putative Protein lap1 8.543155256 C6_chemical_A3 +LQ02X024830 Putative Protein lap1 9.466181622 C6_chemical_B1 +LQ02X024830 Putative Protein lap1 8.086933345 C6_chemical_B2 +LQ02X024830 Putative Protein lap1 8.902569766 C6_chemical_B3 +LQ02X024830 Putative Protein lap1 8.069074866 C6_chemical_C1 +LQ02X024830 Putative Protein lap1 8.184292917 C6_chemical_C2 +LQ02X024830 Putative Protein lap1 7.499654685 C6_chemical_C3 +LQ02X024830 Putative Protein lap1 8.238165604 L4_control_A1 +LQ02X024830 Putative Protein lap1 8.945313056 L4_control_A2 +LQ02X024830 Putative Protein lap1 9.575224266 L4_control_A3 +LQ02X024830 Putative Protein lap1 9.447441915 L4_control_B1 +LQ02X024830 Putative Protein lap1 10.03987415 L4_control_B2 +LQ02X024830 Putative Protein lap1 8.494946343 L4_control_B3 +LQ02X024830 Putative Protein lap1 9.841370861 L4_control_C2 +LQ02X024830 Putative Protein lap1 10.09366047 L4_control_C3 +LQ02X024830 Putative Protein lap1 7.964108511 L4_chemical_A1 +LQ02X024830 Putative Protein lap1 9.277029901 L4_chemical_A2 +LQ02X024830 Putative Protein lap1 9.253903667 L4_chemical_A3 +LQ02X024830 Putative Protein lap1 9.660916878 L4_chemical_B1 +LQ02X024830 Putative Protein lap1 10.32394279 L4_chemical_B2 +LQ02X024830 Putative Protein lap1 8.500205797 L4_chemical_B3 +LQ02X024830 Putative Protein lap1 10.07864032 L4_chemical_C2 +LQ02X024830 Putative Protein lap1 9.728471454 L4_chemical_C3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.203004787 C6_control_A1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.282082485 C6_control_A3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.686074917 C6_control_B1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.458668751 C6_control_B2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.847325988 C6_control_B3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.443820105 C6_control_C1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.733009964 C6_control_C2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.338585123 C6_control_C3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.531944148 C6_chemical_A1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.65142439 C6_chemical_A3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.739610217 C6_chemical_B1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.760939777 C6_chemical_B2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.463297308 C6_chemical_B3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.745997484 C6_chemical_C1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 6.006802629 C6_chemical_C2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.43209426 C6_chemical_C3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.391416485 L4_control_A1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.529497974 L4_control_A2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.617592746 L4_control_A3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 6.036571503 L4_control_B1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.051999973 L4_control_B2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.613637567 L4_control_B3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.477650812 L4_control_C2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.37415524 L4_control_C3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.292373785 L4_chemical_A1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.628391801 L4_chemical_A2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 6.060397661 L4_chemical_A3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 6.047477812 L4_chemical_B1 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.345478428 L4_chemical_B2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.505584504 L4_chemical_B3 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.621371137 L4_chemical_C2 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.643858068 L4_chemical_C3 +LQ02X024900 Predicted protein 6.912852019 C6_control_A1 +LQ02X024900 Predicted protein 7.007386286 C6_control_A3 +LQ02X024900 Predicted protein 7.129708866 C6_control_B1 +LQ02X024900 Predicted protein 7.652496674 C6_control_B2 +LQ02X024900 Predicted protein 6.990563129 C6_control_B3 +LQ02X024900 Predicted protein 7.130751182 C6_control_C1 +LQ02X024900 Predicted protein 8.73866922 C6_control_C2 +LQ02X024900 Predicted protein 7.747544807 C6_control_C3 +LQ02X024900 Predicted protein 6.759222799 C6_chemical_A1 +LQ02X024900 Predicted protein 6.426425229 C6_chemical_A3 +LQ02X024900 Predicted protein 7.194324778 C6_chemical_B1 +LQ02X024900 Predicted protein 7.685752526 C6_chemical_B2 +LQ02X024900 Predicted protein 6.700241814 C6_chemical_B3 +LQ02X024900 Predicted protein 7.065340942 C6_chemical_C1 +LQ02X024900 Predicted protein 7.856556037 C6_chemical_C2 +LQ02X024900 Predicted protein 7.351212594 C6_chemical_C3 +LQ02X024900 Predicted protein 6.089872502 L4_control_A1 +LQ02X024900 Predicted protein 6.769814599 L4_control_A2 +LQ02X024900 Predicted protein 7.025030573 L4_control_A3 +LQ02X024900 Predicted protein 7.153231346 L4_control_B1 +LQ02X024900 Predicted protein 7.159664389 L4_control_B2 +LQ02X024900 Predicted protein 7.361491434 L4_control_B3 +LQ02X024900 Predicted protein 7.708125968 L4_control_C2 +LQ02X024900 Predicted protein 6.392810708 L4_control_C3 +LQ02X024900 Predicted protein 5.878254793 L4_chemical_A1 +LQ02X024900 Predicted protein 6.452808457 L4_chemical_A2 +LQ02X024900 Predicted protein 6.605532997 L4_chemical_A3 +LQ02X024900 Predicted protein 7.854582265 L4_chemical_B1 +LQ02X024900 Predicted protein 7.202187856 L4_chemical_B2 +LQ02X024900 Predicted protein 6.878446137 L4_chemical_B3 +LQ02X024900 Predicted protein 7.330013441 L4_chemical_C2 +LQ02X024900 Predicted protein 7.483552378 L4_chemical_C3 +LQ02X024910 Putative Root phototropism protein 3 4.825685022 C6_control_A1 +LQ02X024910 Putative Root phototropism protein 3 4.700919728 C6_control_A3 +LQ02X024910 Putative Root phototropism protein 3 4.862455801 C6_control_B1 +LQ02X024910 Putative Root phototropism protein 3 5.067639756 C6_control_B2 +LQ02X024910 Putative Root phototropism protein 3 4.592965392 C6_control_B3 +LQ02X024910 Putative Root phototropism protein 3 4.794095487 C6_control_C1 +LQ02X024910 Putative Root phototropism protein 3 4.932179143 C6_control_C2 +LQ02X024910 Putative Root phototropism protein 3 5.27621122 C6_control_C3 +LQ02X024910 Putative Root phototropism protein 3 4.64063417 C6_chemical_A1 +LQ02X024910 Putative Root phototropism protein 3 4.573419516 C6_chemical_A3 +LQ02X024910 Putative Root phototropism protein 3 4.500696122 C6_chemical_B1 +LQ02X024910 Putative Root phototropism protein 3 4.82793811 C6_chemical_B2 +LQ02X024910 Putative Root phototropism protein 3 4.591052216 C6_chemical_B3 +LQ02X024910 Putative Root phototropism protein 3 4.890627656 C6_chemical_C1 +LQ02X024910 Putative Root phototropism protein 3 5.055854888 C6_chemical_C2 +LQ02X024910 Putative Root phototropism protein 3 4.927689399 C6_chemical_C3 +LQ02X024910 Putative Root phototropism protein 3 4.616161636 L4_control_A1 +LQ02X024910 Putative Root phototropism protein 3 4.806538864 L4_control_A2 +LQ02X024910 Putative Root phototropism protein 3 5.006800243 L4_control_A3 +LQ02X024910 Putative Root phototropism protein 3 4.902622921 L4_control_B1 +LQ02X024910 Putative Root phototropism protein 3 4.923665842 L4_control_B2 +LQ02X024910 Putative Root phototropism protein 3 4.664655961 L4_control_B3 +LQ02X024910 Putative Root phototropism protein 3 5.409678068 L4_control_C2 +LQ02X024910 Putative Root phototropism protein 3 4.936475852 L4_control_C3 +LQ02X024910 Putative Root phototropism protein 3 4.815717621 L4_chemical_A1 +LQ02X024910 Putative Root phototropism protein 3 4.919860442 L4_chemical_A2 +LQ02X024910 Putative Root phototropism protein 3 5.138879695 L4_chemical_A3 +LQ02X024910 Putative Root phototropism protein 3 4.937876707 L4_chemical_B1 +LQ02X024910 Putative Root phototropism protein 3 4.718876236 L4_chemical_B2 +LQ02X024910 Putative Root phototropism protein 3 4.928390023 L4_chemical_B3 +LQ02X024910 Putative Root phototropism protein 3 5.433196615 L4_chemical_C2 +LQ02X024910 Putative Root phototropism protein 3 5.313299611 L4_chemical_C3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.745916606 C6_control_A1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.811653767 C6_control_A3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.767843808 C6_control_B1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.415287398 C6_control_B2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.681810234 C6_control_B3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.437206441 C6_control_C1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.664416605 C6_control_C2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.364268608 C6_control_C3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.858735675 C6_chemical_A1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.588273066 C6_chemical_A3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.72285554 C6_chemical_B1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.815367861 C6_chemical_B2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.232666851 C6_chemical_B3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 6.132803214 C6_chemical_C1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.633805793 C6_chemical_C2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.584088037 C6_chemical_C3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.173489646 L4_control_A1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.375584368 L4_control_A2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.045988543 L4_control_A3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.624865491 L4_control_B1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.669562043 L4_control_B2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.31230614 L4_control_B3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.614611099 L4_control_C2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.750685323 L4_control_C3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.362655708 L4_chemical_A1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.604861727 L4_chemical_A2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.011014834 L4_chemical_A3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 6.085085725 L4_chemical_B1 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.150205271 L4_chemical_B2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.471914819 L4_chemical_B3 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.621732496 L4_chemical_C2 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 6.479603725 L4_chemical_C3 +LQ02X024960 Hypothetical protein 5.399789051 C6_control_A1 +LQ02X024960 Hypothetical protein 5.4431902 C6_control_A3 +LQ02X024960 Hypothetical protein 5.588798974 C6_control_B1 +LQ02X024960 Hypothetical protein 5.665812999 C6_control_B2 +LQ02X024960 Hypothetical protein 5.42164823 C6_control_B3 +LQ02X024960 Hypothetical protein 6.049240637 C6_control_C1 +LQ02X024960 Hypothetical protein 6.381428923 C6_control_C2 +LQ02X024960 Hypothetical protein 6.158209525 C6_control_C3 +LQ02X024960 Hypothetical protein 5.200867377 C6_chemical_A1 +LQ02X024960 Hypothetical protein 5.469469682 C6_chemical_A3 +LQ02X024960 Hypothetical protein 5.87514806 C6_chemical_B1 +LQ02X024960 Hypothetical protein 5.598031094 C6_chemical_B2 +LQ02X024960 Hypothetical protein 5.543714656 C6_chemical_B3 +LQ02X024960 Hypothetical protein 5.910127937 C6_chemical_C1 +LQ02X024960 Hypothetical protein 5.595285436 C6_chemical_C2 +LQ02X024960 Hypothetical protein 5.801897094 C6_chemical_C3 +LQ02X024960 Hypothetical protein 5.284729186 L4_control_A1 +LQ02X024960 Hypothetical protein 5.186986351 L4_control_A2 +LQ02X024960 Hypothetical protein 5.244925364 L4_control_A3 +LQ02X024960 Hypothetical protein 5.112746107 L4_control_B1 +LQ02X024960 Hypothetical protein 5.028458146 L4_control_B2 +LQ02X024960 Hypothetical protein 5.566992833 L4_control_B3 +LQ02X024960 Hypothetical protein 5.445627443 L4_control_C2 +LQ02X024960 Hypothetical protein 6.158354047 L4_control_C3 +LQ02X024960 Hypothetical protein 5.454426493 L4_chemical_A1 +LQ02X024960 Hypothetical protein 5.499217872 L4_chemical_A2 +LQ02X024960 Hypothetical protein 5.25072418 L4_chemical_A3 +LQ02X024960 Hypothetical protein 5.205624838 L4_chemical_B1 +LQ02X024960 Hypothetical protein 5.286955854 L4_chemical_B2 +LQ02X024960 Hypothetical protein 5.195620651 L4_chemical_B3 +LQ02X024960 Hypothetical protein 5.417841883 L4_chemical_C2 +LQ02X024960 Hypothetical protein 5.873769607 L4_chemical_C3 +LQ02X024970 Protein binding protein, putative 11.53624781 C6_control_A1 +LQ02X024970 Protein binding protein, putative 10.86100286 C6_control_A3 +LQ02X024970 Protein binding protein, putative 12.03435593 C6_control_B1 +LQ02X024970 Protein binding protein, putative 11.91281247 C6_control_B2 +LQ02X024970 Protein binding protein, putative 10.92576782 C6_control_B3 +LQ02X024970 Protein binding protein, putative 12.57135579 C6_control_C1 +LQ02X024970 Protein binding protein, putative 12.17488074 C6_control_C2 +LQ02X024970 Protein binding protein, putative 11.68255237 C6_control_C3 +LQ02X024970 Protein binding protein, putative 12.15949917 C6_chemical_A1 +LQ02X024970 Protein binding protein, putative 11.22937816 C6_chemical_A3 +LQ02X024970 Protein binding protein, putative 12.58454364 C6_chemical_B1 +LQ02X024970 Protein binding protein, putative 12.26889751 C6_chemical_B2 +LQ02X024970 Protein binding protein, putative 11.45184136 C6_chemical_B3 +LQ02X024970 Protein binding protein, putative 13.13033758 C6_chemical_C1 +LQ02X024970 Protein binding protein, putative 12.86054637 C6_chemical_C2 +LQ02X024970 Protein binding protein, putative 12.15458263 C6_chemical_C3 +LQ02X024970 Protein binding protein, putative 10.86444571 L4_control_A1 +LQ02X024970 Protein binding protein, putative 10.71967694 L4_control_A2 +LQ02X024970 Protein binding protein, putative 10.34910814 L4_control_A3 +LQ02X024970 Protein binding protein, putative 11.39054554 L4_control_B1 +LQ02X024970 Protein binding protein, putative 10.54438434 L4_control_B2 +LQ02X024970 Protein binding protein, putative 10.62613587 L4_control_B3 +LQ02X024970 Protein binding protein, putative 11.83538743 L4_control_C2 +LQ02X024970 Protein binding protein, putative 10.9277081 L4_control_C3 +LQ02X024970 Protein binding protein, putative 10.96475016 L4_chemical_A1 +LQ02X024970 Protein binding protein, putative 11.28223155 L4_chemical_A2 +LQ02X024970 Protein binding protein, putative 10.32957025 L4_chemical_A3 +LQ02X024970 Protein binding protein, putative 11.46116759 L4_chemical_B1 +LQ02X024970 Protein binding protein, putative 11.75883976 L4_chemical_B2 +LQ02X024970 Protein binding protein, putative 10.52046795 L4_chemical_B3 +LQ02X024970 Protein binding protein, putative 12.59413273 L4_chemical_C2 +LQ02X024970 Protein binding protein, putative 11.35518159 L4_chemical_C3 +LQ02X024980 Putative uncharacterized protein 9.394953326 C6_control_A1 +LQ02X024980 Putative uncharacterized protein 8.761109687 C6_control_A3 +LQ02X024980 Putative uncharacterized protein 9.929515033 C6_control_B1 +LQ02X024980 Putative uncharacterized protein 10.07125566 C6_control_B2 +LQ02X024980 Putative uncharacterized protein 9.85864055 C6_control_B3 +LQ02X024980 Putative uncharacterized protein 11.05527545 C6_control_C1 +LQ02X024980 Putative uncharacterized protein 10.80028531 C6_control_C2 +LQ02X024980 Putative uncharacterized protein 10.79740717 C6_control_C3 +LQ02X024980 Putative uncharacterized protein 9.247574717 C6_chemical_A1 +LQ02X024980 Putative uncharacterized protein 9.062186522 C6_chemical_A3 +LQ02X024980 Putative uncharacterized protein 9.842314029 C6_chemical_B1 +LQ02X024980 Putative uncharacterized protein 10.25352739 C6_chemical_B2 +LQ02X024980 Putative uncharacterized protein 9.941515014 C6_chemical_B3 +LQ02X024980 Putative uncharacterized protein 11.15366626 C6_chemical_C1 +LQ02X024980 Putative uncharacterized protein 10.77939638 C6_chemical_C2 +LQ02X024980 Putative uncharacterized protein 11.1335938 C6_chemical_C3 +LQ02X024980 Putative uncharacterized protein 9.228175521 L4_control_A1 +LQ02X024980 Putative uncharacterized protein 9.314844364 L4_control_A2 +LQ02X024980 Putative uncharacterized protein 8.862893786 L4_control_A3 +LQ02X024980 Putative uncharacterized protein 9.976648096 L4_control_B1 +LQ02X024980 Putative uncharacterized protein 9.880890485 L4_control_B2 +LQ02X024980 Putative uncharacterized protein 10.78073991 L4_control_B3 +LQ02X024980 Putative uncharacterized protein 10.58963786 L4_control_C2 +LQ02X024980 Putative uncharacterized protein 10.61732837 L4_control_C3 +LQ02X024980 Putative uncharacterized protein 9.552644655 L4_chemical_A1 +LQ02X024980 Putative uncharacterized protein 9.196632565 L4_chemical_A2 +LQ02X024980 Putative uncharacterized protein 8.830621966 L4_chemical_A3 +LQ02X024980 Putative uncharacterized protein 9.531829881 L4_chemical_B1 +LQ02X024980 Putative uncharacterized protein 9.193605462 L4_chemical_B2 +LQ02X024980 Putative uncharacterized protein 9.969843024 L4_chemical_B3 +LQ02X024980 Putative uncharacterized protein 10.34217728 L4_chemical_C2 +LQ02X024980 Putative uncharacterized protein 10.34109349 L4_chemical_C3 +LQ02X024990 ATP binding protein, putative 8.538300355 C6_control_A1 +LQ02X024990 ATP binding protein, putative 6.890036391 C6_control_A3 +LQ02X024990 ATP binding protein, putative 8.241707246 C6_control_B1 +LQ02X024990 ATP binding protein, putative 8.057467369 C6_control_B2 +LQ02X024990 ATP binding protein, putative 7.948335033 C6_control_B3 +LQ02X024990 ATP binding protein, putative 9.630443065 C6_control_C1 +LQ02X024990 ATP binding protein, putative 8.491688576 C6_control_C2 +LQ02X024990 ATP binding protein, putative 8.601111251 C6_control_C3 +LQ02X024990 ATP binding protein, putative 8.642351494 C6_chemical_A1 +LQ02X024990 ATP binding protein, putative 8.67024661 C6_chemical_A3 +LQ02X024990 ATP binding protein, putative 8.541458958 C6_chemical_B1 +LQ02X024990 ATP binding protein, putative 8.200774159 C6_chemical_B2 +LQ02X024990 ATP binding protein, putative 8.308940691 C6_chemical_B3 +LQ02X024990 ATP binding protein, putative 9.616479338 C6_chemical_C1 +LQ02X024990 ATP binding protein, putative 9.342879973 C6_chemical_C2 +LQ02X024990 ATP binding protein, putative 9.342649092 C6_chemical_C3 +LQ02X024990 ATP binding protein, putative 8.539219566 L4_control_A1 +LQ02X024990 ATP binding protein, putative 8.587009571 L4_control_A2 +LQ02X024990 ATP binding protein, putative 7.039886633 L4_control_A3 +LQ02X024990 ATP binding protein, putative 9.077725134 L4_control_B1 +LQ02X024990 ATP binding protein, putative 9.693685045 L4_control_B2 +LQ02X024990 ATP binding protein, putative 8.279613118 L4_control_B3 +LQ02X024990 ATP binding protein, putative 10.31719251 L4_control_C2 +LQ02X024990 ATP binding protein, putative 9.916127993 L4_control_C3 +LQ02X024990 ATP binding protein, putative 8.258614286 L4_chemical_A1 +LQ02X024990 ATP binding protein, putative 8.568356469 L4_chemical_A2 +LQ02X024990 ATP binding protein, putative 7.312704383 L4_chemical_A3 +LQ02X024990 ATP binding protein, putative 9.06453062 L4_chemical_B1 +LQ02X024990 ATP binding protein, putative 9.625604104 L4_chemical_B2 +LQ02X024990 ATP binding protein, putative 8.053161337 L4_chemical_B3 +LQ02X024990 ATP binding protein, putative 10.23282577 L4_chemical_C2 +LQ02X024990 ATP binding protein, putative 9.941498432 L4_chemical_C3 +LQ02X025050 Protein phosphatase 2c, putative 10.24857698 C6_control_A1 +LQ02X025050 Protein phosphatase 2c, putative 10.13085613 C6_control_A3 +LQ02X025050 Protein phosphatase 2c, putative 10.15089625 C6_control_B1 +LQ02X025050 Protein phosphatase 2c, putative 9.217367346 C6_control_B2 +LQ02X025050 Protein phosphatase 2c, putative 9.942572489 C6_control_B3 +LQ02X025050 Protein phosphatase 2c, putative 9.092029583 C6_control_C1 +LQ02X025050 Protein phosphatase 2c, putative 9.120831646 C6_control_C2 +LQ02X025050 Protein phosphatase 2c, putative 9.542906248 C6_control_C3 +LQ02X025050 Protein phosphatase 2c, putative 10.29354375 C6_chemical_A1 +LQ02X025050 Protein phosphatase 2c, putative 10.03042498 C6_chemical_A3 +LQ02X025050 Protein phosphatase 2c, putative 9.940273007 C6_chemical_B1 +LQ02X025050 Protein phosphatase 2c, putative 9.373409939 C6_chemical_B2 +LQ02X025050 Protein phosphatase 2c, putative 9.694610344 C6_chemical_B3 +LQ02X025050 Protein phosphatase 2c, putative 8.864945477 C6_chemical_C1 +LQ02X025050 Protein phosphatase 2c, putative 9.336028232 C6_chemical_C2 +LQ02X025050 Protein phosphatase 2c, putative 9.273136127 C6_chemical_C3 +LQ02X025050 Protein phosphatase 2c, putative 9.791371613 L4_control_A1 +LQ02X025050 Protein phosphatase 2c, putative 10.93605113 L4_control_A2 +LQ02X025050 Protein phosphatase 2c, putative 10.68850177 L4_control_A3 +LQ02X025050 Protein phosphatase 2c, putative 10.03599152 L4_control_B1 +LQ02X025050 Protein phosphatase 2c, putative 10.47697661 L4_control_B2 +LQ02X025050 Protein phosphatase 2c, putative 8.375826632 L4_control_B3 +LQ02X025050 Protein phosphatase 2c, putative 9.392461925 L4_control_C2 +LQ02X025050 Protein phosphatase 2c, putative 9.707882538 L4_control_C3 +LQ02X025050 Protein phosphatase 2c, putative 9.312566181 L4_chemical_A1 +LQ02X025050 Protein phosphatase 2c, putative 10.55793577 L4_chemical_A2 +LQ02X025050 Protein phosphatase 2c, putative 9.994645256 L4_chemical_A3 +LQ02X025050 Protein phosphatase 2c, putative 9.567502383 L4_chemical_B1 +LQ02X025050 Protein phosphatase 2c, putative 10.29100055 L4_chemical_B2 +LQ02X025050 Protein phosphatase 2c, putative 9.572243828 L4_chemical_B3 +LQ02X025050 Protein phosphatase 2c, putative 8.920288743 L4_chemical_C2 +LQ02X025050 Protein phosphatase 2c, putative 9.582547018 L4_chemical_C3 +LQ02X025100 GDSL esterase/lipase At3g26430 11.39581014 C6_control_A1 +LQ02X025100 GDSL esterase/lipase At3g26430 12.49996898 C6_control_A3 +LQ02X025100 GDSL esterase/lipase At3g26430 11.12336367 C6_control_B1 +LQ02X025100 GDSL esterase/lipase At3g26430 9.21174217 C6_control_B2 +LQ02X025100 GDSL esterase/lipase At3g26430 11.29322771 C6_control_B3 +LQ02X025100 GDSL esterase/lipase At3g26430 7.444156945 C6_control_C1 +LQ02X025100 GDSL esterase/lipase At3g26430 7.770363304 C6_control_C2 +LQ02X025100 GDSL esterase/lipase At3g26430 7.487806712 C6_control_C3 +LQ02X025100 GDSL esterase/lipase At3g26430 10.97218102 C6_chemical_A1 +LQ02X025100 GDSL esterase/lipase At3g26430 12.43244085 C6_chemical_A3 +LQ02X025100 GDSL esterase/lipase At3g26430 10.5027675 C6_chemical_B1 +LQ02X025100 GDSL esterase/lipase At3g26430 9.394692959 C6_chemical_B2 +LQ02X025100 GDSL esterase/lipase At3g26430 10.76049405 C6_chemical_B3 +LQ02X025100 GDSL esterase/lipase At3g26430 7.076255116 C6_chemical_C1 +LQ02X025100 GDSL esterase/lipase At3g26430 7.145458718 C6_chemical_C2 +LQ02X025100 GDSL esterase/lipase At3g26430 7.803428031 C6_chemical_C3 +LQ02X025100 GDSL esterase/lipase At3g26430 11.63923468 L4_control_A1 +LQ02X025100 GDSL esterase/lipase At3g26430 11.78484577 L4_control_A2 +LQ02X025100 GDSL esterase/lipase At3g26430 12.07142338 L4_control_A3 +LQ02X025100 GDSL esterase/lipase At3g26430 11.13803324 L4_control_B1 +LQ02X025100 GDSL esterase/lipase At3g26430 12.37467588 L4_control_B2 +LQ02X025100 GDSL esterase/lipase At3g26430 9.971451088 L4_control_B3 +LQ02X025100 GDSL esterase/lipase At3g26430 9.081100994 L4_control_C2 +LQ02X025100 GDSL esterase/lipase At3g26430 9.729859336 L4_control_C3 +LQ02X025100 GDSL esterase/lipase At3g26430 11.05383374 L4_chemical_A1 +LQ02X025100 GDSL esterase/lipase At3g26430 11.3363724 L4_chemical_A2 +LQ02X025100 GDSL esterase/lipase At3g26430 11.68492606 L4_chemical_A3 +LQ02X025100 GDSL esterase/lipase At3g26430 11.26573399 L4_chemical_B1 +LQ02X025100 GDSL esterase/lipase At3g26430 11.76937806 L4_chemical_B2 +LQ02X025100 GDSL esterase/lipase At3g26430 11.26561191 L4_chemical_B3 +LQ02X025100 GDSL esterase/lipase At3g26430 8.348855479 L4_chemical_C2 +LQ02X025100 GDSL esterase/lipase At3g26430 8.931899028 L4_chemical_C3 +LQ02X025120 GDSL esterase/lipase At5g14450 6.282807223 C6_control_A1 +LQ02X025120 GDSL esterase/lipase At5g14450 5.783877275 C6_control_A3 +LQ02X025120 GDSL esterase/lipase At5g14450 6.091444775 C6_control_B1 +LQ02X025120 GDSL esterase/lipase At5g14450 5.989002494 C6_control_B2 +LQ02X025120 GDSL esterase/lipase At5g14450 5.952126295 C6_control_B3 +LQ02X025120 GDSL esterase/lipase At5g14450 5.880963903 C6_control_C1 +LQ02X025120 GDSL esterase/lipase At5g14450 5.635487187 C6_control_C2 +LQ02X025120 GDSL esterase/lipase At5g14450 6.123813991 C6_control_C3 +LQ02X025120 GDSL esterase/lipase At5g14450 5.621120587 C6_chemical_A1 +LQ02X025120 GDSL esterase/lipase At5g14450 5.876384892 C6_chemical_A3 +LQ02X025120 GDSL esterase/lipase At5g14450 5.523561265 C6_chemical_B1 +LQ02X025120 GDSL esterase/lipase At5g14450 5.883879579 C6_chemical_B2 +LQ02X025120 GDSL esterase/lipase At5g14450 6.384575779 C6_chemical_B3 +LQ02X025120 GDSL esterase/lipase At5g14450 5.792078732 C6_chemical_C1 +LQ02X025120 GDSL esterase/lipase At5g14450 5.9035196 C6_chemical_C2 +LQ02X025120 GDSL esterase/lipase At5g14450 5.768965068 C6_chemical_C3 +LQ02X025120 GDSL esterase/lipase At5g14450 5.954977688 L4_control_A1 +LQ02X025120 GDSL esterase/lipase At5g14450 6.032529908 L4_control_A2 +LQ02X025120 GDSL esterase/lipase At5g14450 6.605497887 L4_control_A3 +LQ02X025120 GDSL esterase/lipase At5g14450 5.543365002 L4_control_B1 +LQ02X025120 GDSL esterase/lipase At5g14450 6.6966919 L4_control_B2 +LQ02X025120 GDSL esterase/lipase At5g14450 6.273480845 L4_control_B3 +LQ02X025120 GDSL esterase/lipase At5g14450 6.048236705 L4_control_C2 +LQ02X025120 GDSL esterase/lipase At5g14450 6.21651869 L4_control_C3 +LQ02X025120 GDSL esterase/lipase At5g14450 5.953091967 L4_chemical_A1 +LQ02X025120 GDSL esterase/lipase At5g14450 6.12331806 L4_chemical_A2 +LQ02X025120 GDSL esterase/lipase At5g14450 6.707025558 L4_chemical_A3 +LQ02X025120 GDSL esterase/lipase At5g14450 5.679376149 L4_chemical_B1 +LQ02X025120 GDSL esterase/lipase At5g14450 6.941853206 L4_chemical_B2 +LQ02X025120 GDSL esterase/lipase At5g14450 6.402799385 L4_chemical_B3 +LQ02X025120 GDSL esterase/lipase At5g14450 6.446397586 L4_chemical_C2 +LQ02X025120 GDSL esterase/lipase At5g14450 5.914915738 L4_chemical_C3 +LQ02X025130 Predicted protein 12.00747515 C6_control_A1 +LQ02X025130 Predicted protein 12.24381258 C6_control_A3 +LQ02X025130 Predicted protein 11.84748364 C6_control_B1 +LQ02X025130 Predicted protein 11.21850285 C6_control_B2 +LQ02X025130 Predicted protein 11.66907241 C6_control_B3 +LQ02X025130 Predicted protein 11.36012631 C6_control_C1 +LQ02X025130 Predicted protein 10.70085473 C6_control_C2 +LQ02X025130 Predicted protein 11.14245531 C6_control_C3 +LQ02X025130 Predicted protein 11.96195521 C6_chemical_A1 +LQ02X025130 Predicted protein 12.69251719 C6_chemical_A3 +LQ02X025130 Predicted protein 11.74407307 C6_chemical_B1 +LQ02X025130 Predicted protein 10.90143428 C6_chemical_B2 +LQ02X025130 Predicted protein 11.44580144 C6_chemical_B3 +LQ02X025130 Predicted protein 11.3370815 C6_chemical_C1 +LQ02X025130 Predicted protein 11.13269845 C6_chemical_C2 +LQ02X025130 Predicted protein 11.13675339 C6_chemical_C3 +LQ02X025130 Predicted protein 12.10997268 L4_control_A1 +LQ02X025130 Predicted protein 12.60432282 L4_control_A2 +LQ02X025130 Predicted protein 12.93137407 L4_control_A3 +LQ02X025130 Predicted protein 11.58625511 L4_control_B1 +LQ02X025130 Predicted protein 12.2909854 L4_control_B2 +LQ02X025130 Predicted protein 11.18491881 L4_control_B3 +LQ02X025130 Predicted protein 11.5209787 L4_control_C2 +LQ02X025130 Predicted protein 11.23533261 L4_control_C3 +LQ02X025130 Predicted protein 11.61703828 L4_chemical_A1 +LQ02X025130 Predicted protein 12.13651995 L4_chemical_A2 +LQ02X025130 Predicted protein 12.40661359 L4_chemical_A3 +LQ02X025130 Predicted protein 12.22441215 L4_chemical_B1 +LQ02X025130 Predicted protein 12.24210388 L4_chemical_B2 +LQ02X025130 Predicted protein 11.75345633 L4_chemical_B3 +LQ02X025130 Predicted protein 11.14960888 L4_chemical_C2 +LQ02X025130 Predicted protein 11.05156804 L4_chemical_C3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.95805362 C6_control_A1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.06030177 C6_control_A3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.04947289 C6_control_B1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.68702389 C6_control_B2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.39205385 C6_control_B3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.60183663 C6_control_C1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.51606522 C6_control_C2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.64957691 C6_control_C3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.78655371 C6_chemical_A1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.63487201 C6_chemical_A3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.06158467 C6_chemical_B1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.21682849 C6_chemical_B2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.16820395 C6_chemical_B3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.45529607 C6_chemical_C1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.64596799 C6_chemical_C2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.6988874 C6_chemical_C3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.91713241 L4_control_A1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.62409791 L4_control_A2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.68748338 L4_control_A3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.67028786 L4_control_B1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.63084079 L4_control_B2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.74009406 L4_control_B3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.21694281 L4_control_C2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.60236531 L4_control_C3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.97414781 L4_chemical_A1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.14146265 L4_chemical_A2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.43492298 L4_chemical_A3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.21922891 L4_chemical_B1 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.10045444 L4_chemical_B2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.46680782 L4_chemical_B3 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.86173155 L4_chemical_C2 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 11.93725901 L4_chemical_C3 +LQ02X025170 Putative uncharacterized protein 11.65967546 C6_control_A1 +LQ02X025170 Putative uncharacterized protein 12.34274852 C6_control_A3 +LQ02X025170 Putative uncharacterized protein 11.54908751 C6_control_B1 +LQ02X025170 Putative uncharacterized protein 11.66733669 C6_control_B2 +LQ02X025170 Putative uncharacterized protein 11.71668109 C6_control_B3 +LQ02X025170 Putative uncharacterized protein 11.59817461 C6_control_C1 +LQ02X025170 Putative uncharacterized protein 11.51096632 C6_control_C2 +LQ02X025170 Putative uncharacterized protein 11.6554513 C6_control_C3 +LQ02X025170 Putative uncharacterized protein 11.17895522 C6_chemical_A1 +LQ02X025170 Putative uncharacterized protein 11.2728946 C6_chemical_A3 +LQ02X025170 Putative uncharacterized protein 11.06627816 C6_chemical_B1 +LQ02X025170 Putative uncharacterized protein 11.60087324 C6_chemical_B2 +LQ02X025170 Putative uncharacterized protein 10.98453747 C6_chemical_B3 +LQ02X025170 Putative uncharacterized protein 11.61346196 C6_chemical_C1 +LQ02X025170 Putative uncharacterized protein 11.70168028 C6_chemical_C2 +LQ02X025170 Putative uncharacterized protein 11.34328655 C6_chemical_C3 +LQ02X025170 Putative uncharacterized protein 11.69112203 L4_control_A1 +LQ02X025170 Putative uncharacterized protein 12.23317069 L4_control_A2 +LQ02X025170 Putative uncharacterized protein 11.78973768 L4_control_A3 +LQ02X025170 Putative uncharacterized protein 11.30593036 L4_control_B1 +LQ02X025170 Putative uncharacterized protein 10.7767872 L4_control_B2 +LQ02X025170 Putative uncharacterized protein 10.94747356 L4_control_B3 +LQ02X025170 Putative uncharacterized protein 10.84787325 L4_control_C2 +LQ02X025170 Putative uncharacterized protein 10.61023692 L4_control_C3 +LQ02X025170 Putative uncharacterized protein 11.55656576 L4_chemical_A1 +LQ02X025170 Putative uncharacterized protein 11.5705001 L4_chemical_A2 +LQ02X025170 Putative uncharacterized protein 11.58662788 L4_chemical_A3 +LQ02X025170 Putative uncharacterized protein 11.36602996 L4_chemical_B1 +LQ02X025170 Putative uncharacterized protein 11.32070266 L4_chemical_B2 +LQ02X025170 Putative uncharacterized protein 10.97716574 L4_chemical_B3 +LQ02X025170 Putative uncharacterized protein 11.29578273 L4_chemical_C2 +LQ02X025170 Putative uncharacterized protein 10.98398607 L4_chemical_C3 +LQ02X025190 MAP kinase phosphatase 1 5.895308522 C6_control_A1 +LQ02X025190 MAP kinase phosphatase 1 5.423907702 C6_control_A3 +LQ02X025190 MAP kinase phosphatase 1 6.178024882 C6_control_B1 +LQ02X025190 MAP kinase phosphatase 1 6.415544155 C6_control_B2 +LQ02X025190 MAP kinase phosphatase 1 6.105790368 C6_control_B3 +LQ02X025190 MAP kinase phosphatase 1 8.134925086 C6_control_C1 +LQ02X025190 MAP kinase phosphatase 1 6.833987738 C6_control_C2 +LQ02X025190 MAP kinase phosphatase 1 8.154297421 C6_control_C3 +LQ02X025190 MAP kinase phosphatase 1 6.513254871 C6_chemical_A1 +LQ02X025190 MAP kinase phosphatase 1 6.581370778 C6_chemical_A3 +LQ02X025190 MAP kinase phosphatase 1 6.459832126 C6_chemical_B1 +LQ02X025190 MAP kinase phosphatase 1 6.31553434 C6_chemical_B2 +LQ02X025190 MAP kinase phosphatase 1 7.420698013 C6_chemical_B3 +LQ02X025190 MAP kinase phosphatase 1 8.031833511 C6_chemical_C1 +LQ02X025190 MAP kinase phosphatase 1 7.656501557 C6_chemical_C2 +LQ02X025190 MAP kinase phosphatase 1 9.223209067 C6_chemical_C3 +LQ02X025190 MAP kinase phosphatase 1 6.767250847 L4_control_A1 +LQ02X025190 MAP kinase phosphatase 1 6.120143068 L4_control_A2 +LQ02X025190 MAP kinase phosphatase 1 6.938250974 L4_control_A3 +LQ02X025190 MAP kinase phosphatase 1 6.730836907 L4_control_B1 +LQ02X025190 MAP kinase phosphatase 1 7.05997621 L4_control_B2 +LQ02X025190 MAP kinase phosphatase 1 8.196411941 L4_control_B3 +LQ02X025190 MAP kinase phosphatase 1 8.844529756 L4_control_C2 +LQ02X025190 MAP kinase phosphatase 1 10.41717776 L4_control_C3 +LQ02X025190 MAP kinase phosphatase 1 7.186406384 L4_chemical_A1 +LQ02X025190 MAP kinase phosphatase 1 6.731204279 L4_chemical_A2 +LQ02X025190 MAP kinase phosphatase 1 7.618216661 L4_chemical_A3 +LQ02X025190 MAP kinase phosphatase 1 6.902102765 L4_chemical_B1 +LQ02X025190 MAP kinase phosphatase 1 5.846708005 L4_chemical_B2 +LQ02X025190 MAP kinase phosphatase 1 7.469501845 L4_chemical_B3 +LQ02X025190 MAP kinase phosphatase 1 8.499633785 L4_chemical_C2 +LQ02X025190 MAP kinase phosphatase 1 9.909984828 L4_chemical_C3 +LQ02X025290 Paramyosin, putative 7.223384813 C6_control_A1 +LQ02X025290 Paramyosin, putative 7.118659968 C6_control_A3 +LQ02X025290 Paramyosin, putative 7.036924072 C6_control_B1 +LQ02X025290 Paramyosin, putative 6.668671181 C6_control_B2 +LQ02X025290 Paramyosin, putative 7.307279031 C6_control_B3 +LQ02X025290 Paramyosin, putative 5.995909693 C6_control_C1 +LQ02X025290 Paramyosin, putative 6.176804003 C6_control_C2 +LQ02X025290 Paramyosin, putative 6.601233524 C6_control_C3 +LQ02X025290 Paramyosin, putative 7.378215569 C6_chemical_A1 +LQ02X025290 Paramyosin, putative 6.586522208 C6_chemical_A3 +LQ02X025290 Paramyosin, putative 7.012440768 C6_chemical_B1 +LQ02X025290 Paramyosin, putative 6.560134833 C6_chemical_B2 +LQ02X025290 Paramyosin, putative 7.27646409 C6_chemical_B3 +LQ02X025290 Paramyosin, putative 5.836697648 C6_chemical_C1 +LQ02X025290 Paramyosin, putative 6.772770521 C6_chemical_C2 +LQ02X025290 Paramyosin, putative 6.394690464 C6_chemical_C3 +LQ02X025290 Paramyosin, putative 6.983188287 L4_control_A1 +LQ02X025290 Paramyosin, putative 7.660349331 L4_control_A2 +LQ02X025290 Paramyosin, putative 8.239272606 L4_control_A3 +LQ02X025290 Paramyosin, putative 7.901201172 L4_control_B1 +LQ02X025290 Paramyosin, putative 7.663408229 L4_control_B2 +LQ02X025290 Paramyosin, putative 7.329162026 L4_control_B3 +LQ02X025290 Paramyosin, putative 6.655048053 L4_control_C2 +LQ02X025290 Paramyosin, putative 6.125438378 L4_control_C3 +LQ02X025290 Paramyosin, putative 7.098654812 L4_chemical_A1 +LQ02X025290 Paramyosin, putative 7.785154371 L4_chemical_A2 +LQ02X025290 Paramyosin, putative 8.185269187 L4_chemical_A3 +LQ02X025290 Paramyosin, putative 7.786019516 L4_chemical_B1 +LQ02X025290 Paramyosin, putative 7.726194869 L4_chemical_B2 +LQ02X025290 Paramyosin, putative 7.033208226 L4_chemical_B3 +LQ02X025290 Paramyosin, putative 7.104554955 L4_chemical_C2 +LQ02X025290 Paramyosin, putative 7.093223453 L4_chemical_C3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.188041348 C6_control_A1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.595862122 C6_control_A3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.204195837 C6_control_B1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.166600299 C6_control_B2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.295164103 C6_control_B3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.488887444 C6_control_C1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.323562804 C6_control_C2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.423153699 C6_control_C3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.170633056 C6_chemical_A1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.377416768 C6_chemical_A3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.338971768 C6_chemical_B1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.046756432 C6_chemical_B2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.725126916 C6_chemical_B3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 6.041206416 C6_chemical_C1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.480274268 C6_chemical_C2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.782992875 C6_chemical_C3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.086922046 L4_control_A1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.373751284 L4_control_A2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.899538994 L4_control_A3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.289157 L4_control_B1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.835677024 L4_control_B2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.439672036 L4_control_B3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.73791985 L4_control_C2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.433053136 L4_control_C3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.274983181 L4_chemical_A1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.675260505 L4_chemical_A2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.613328372 L4_chemical_A3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.598035961 L4_chemical_B1 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.697043034 L4_chemical_B2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.432154767 L4_chemical_B3 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.452036944 L4_chemical_C2 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.27300661 L4_chemical_C3 +LQ02X025420 Hypothetical protein 4.667736581 C6_control_A1 +LQ02X025420 Hypothetical protein 4.653370924 C6_control_A3 +LQ02X025420 Hypothetical protein 4.654445738 C6_control_B1 +LQ02X025420 Hypothetical protein 4.959221662 C6_control_B2 +LQ02X025420 Hypothetical protein 4.637182922 C6_control_B3 +LQ02X025420 Hypothetical protein 4.813403357 C6_control_C1 +LQ02X025420 Hypothetical protein 4.850259569 C6_control_C2 +LQ02X025420 Hypothetical protein 4.944394897 C6_control_C3 +LQ02X025420 Hypothetical protein 4.669866973 C6_chemical_A1 +LQ02X025420 Hypothetical protein 4.947704818 C6_chemical_A3 +LQ02X025420 Hypothetical protein 4.936718829 C6_chemical_B1 +LQ02X025420 Hypothetical protein 4.765068244 C6_chemical_B2 +LQ02X025420 Hypothetical protein 4.560898745 C6_chemical_B3 +LQ02X025420 Hypothetical protein 4.662119604 C6_chemical_C1 +LQ02X025420 Hypothetical protein 4.64165021 C6_chemical_C2 +LQ02X025420 Hypothetical protein 4.860651067 C6_chemical_C3 +LQ02X025420 Hypothetical protein 4.851998668 L4_control_A1 +LQ02X025420 Hypothetical protein 4.913973102 L4_control_A2 +LQ02X025420 Hypothetical protein 5.570510621 L4_control_A3 +LQ02X025420 Hypothetical protein 5.41147738 L4_control_B1 +LQ02X025420 Hypothetical protein 5.254187195 L4_control_B2 +LQ02X025420 Hypothetical protein 4.662320456 L4_control_B3 +LQ02X025420 Hypothetical protein 5.405476354 L4_control_C2 +LQ02X025420 Hypothetical protein 4.633156203 L4_control_C3 +LQ02X025420 Hypothetical protein 4.864952864 L4_chemical_A1 +LQ02X025420 Hypothetical protein 5.102966584 L4_chemical_A2 +LQ02X025420 Hypothetical protein 5.03722404 L4_chemical_A3 +LQ02X025420 Hypothetical protein 4.644040567 L4_chemical_B1 +LQ02X025420 Hypothetical protein 5.216546579 L4_chemical_B2 +LQ02X025420 Hypothetical protein 4.732551555 L4_chemical_B3 +LQ02X025420 Hypothetical protein 4.976057323 L4_chemical_C2 +LQ02X025420 Hypothetical protein 4.888591907 L4_chemical_C3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.05742292 C6_control_A1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.72466041 C6_control_A3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.088619695 C6_control_B1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.276103 C6_control_B2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.09754411 C6_control_B3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.940915527 C6_control_C1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.639288106 C6_control_C2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.26592203 C6_control_C3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.594070152 C6_chemical_A1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.27619742 C6_chemical_A3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.663885868 C6_chemical_B1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.022041192 C6_chemical_B2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.77762947 C6_chemical_B3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.877959166 C6_chemical_C1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.983573556 C6_chemical_C2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.61988848 C6_chemical_C3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.741633685 L4_control_A1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.76075855 L4_control_A2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.3884397 L4_control_A3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.013852463 L4_control_B1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.12082275 L4_control_B2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.513089164 L4_control_B3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.360400045 L4_control_C2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.212953535 L4_control_C3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.9240312 L4_chemical_A1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.381486891 L4_chemical_A2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 10.152966 L4_chemical_A3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.044013543 L4_chemical_B1 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.993345336 L4_chemical_B2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.302142293 L4_chemical_B3 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.757305067 L4_chemical_C2 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 8.235043345 L4_chemical_C3 +LQ02X025510 Putative uncharacterized protein 12.85387459 C6_control_A1 +LQ02X025510 Putative uncharacterized protein 13.12091949 C6_control_A3 +LQ02X025510 Putative uncharacterized protein 12.53428175 C6_control_B1 +LQ02X025510 Putative uncharacterized protein 12.98107884 C6_control_B2 +LQ02X025510 Putative uncharacterized protein 12.61811102 C6_control_B3 +LQ02X025510 Putative uncharacterized protein 12.21439127 C6_control_C1 +LQ02X025510 Putative uncharacterized protein 12.16280075 C6_control_C2 +LQ02X025510 Putative uncharacterized protein 12.35247456 C6_control_C3 +LQ02X025510 Putative uncharacterized protein 12.55882956 C6_chemical_A1 +LQ02X025510 Putative uncharacterized protein 12.32182757 C6_chemical_A3 +LQ02X025510 Putative uncharacterized protein 12.39324017 C6_chemical_B1 +LQ02X025510 Putative uncharacterized protein 12.69100171 C6_chemical_B2 +LQ02X025510 Putative uncharacterized protein 12.4512678 C6_chemical_B3 +LQ02X025510 Putative uncharacterized protein 12.14729338 C6_chemical_C1 +LQ02X025510 Putative uncharacterized protein 12.46618874 C6_chemical_C2 +LQ02X025510 Putative uncharacterized protein 12.23804444 C6_chemical_C3 +LQ02X025510 Putative uncharacterized protein 13.11620478 L4_control_A1 +LQ02X025510 Putative uncharacterized protein 13.31899004 L4_control_A2 +LQ02X025510 Putative uncharacterized protein 12.91031014 L4_control_A3 +LQ02X025510 Putative uncharacterized protein 12.57933979 L4_control_B1 +LQ02X025510 Putative uncharacterized protein 11.90067461 L4_control_B2 +LQ02X025510 Putative uncharacterized protein 12.7530261 L4_control_B3 +LQ02X025510 Putative uncharacterized protein 12.21947977 L4_control_C2 +LQ02X025510 Putative uncharacterized protein 11.46701162 L4_control_C3 +LQ02X025510 Putative uncharacterized protein 12.90437553 L4_chemical_A1 +LQ02X025510 Putative uncharacterized protein 13.09092738 L4_chemical_A2 +LQ02X025510 Putative uncharacterized protein 12.86352221 L4_chemical_A3 +LQ02X025510 Putative uncharacterized protein 12.27010058 L4_chemical_B1 +LQ02X025510 Putative uncharacterized protein 12.68098058 L4_chemical_B2 +LQ02X025510 Putative uncharacterized protein 12.96424009 L4_chemical_B3 +LQ02X025510 Putative uncharacterized protein 11.90914607 L4_chemical_C2 +LQ02X025510 Putative uncharacterized protein 11.66718668 L4_chemical_C3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.688875462 C6_control_A1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.316944115 C6_control_A3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.03005036 C6_control_B1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.783531551 C6_control_B2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.971539209 C6_control_B3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.809985641 C6_control_C1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.845656075 C6_control_C2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.23945891 C6_control_C3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.76757823 C6_chemical_A1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.290251425 C6_chemical_A3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.736257954 C6_chemical_B1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.645542558 C6_chemical_B2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.830798399 C6_chemical_B3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.487207453 C6_chemical_C1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.001910846 C6_chemical_C2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.913934831 C6_chemical_C3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.654663263 L4_control_A1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.165342188 L4_control_A2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.400246613 L4_control_A3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.008801483 L4_control_B1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.322145675 L4_control_B2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.889074051 L4_control_B3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.66632658 L4_control_C2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.235900158 L4_control_C3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.833921738 L4_chemical_A1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.805128752 L4_chemical_A2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.166990156 L4_chemical_A3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.918656122 L4_chemical_B1 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.601632782 L4_chemical_B2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.8460838 L4_chemical_B3 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.792794995 L4_chemical_C2 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.466804336 L4_chemical_C3 +LQ02X025610 Actin-related protein 3 11.88778049 C6_control_A1 +LQ02X025610 Actin-related protein 3 11.79610286 C6_control_A3 +LQ02X025610 Actin-related protein 3 12.01773117 C6_control_B1 +LQ02X025610 Actin-related protein 3 11.77914549 C6_control_B2 +LQ02X025610 Actin-related protein 3 12.02273318 C6_control_B3 +LQ02X025610 Actin-related protein 3 11.37495944 C6_control_C1 +LQ02X025610 Actin-related protein 3 11.34222322 C6_control_C2 +LQ02X025610 Actin-related protein 3 11.53979953 C6_control_C3 +LQ02X025610 Actin-related protein 3 11.67769518 C6_chemical_A1 +LQ02X025610 Actin-related protein 3 11.67140198 C6_chemical_A3 +LQ02X025610 Actin-related protein 3 11.69758429 C6_chemical_B1 +LQ02X025610 Actin-related protein 3 11.79816898 C6_chemical_B2 +LQ02X025610 Actin-related protein 3 11.38313221 C6_chemical_B3 +LQ02X025610 Actin-related protein 3 11.40339242 C6_chemical_C1 +LQ02X025610 Actin-related protein 3 11.16810476 C6_chemical_C2 +LQ02X025610 Actin-related protein 3 11.07848578 C6_chemical_C3 +LQ02X025610 Actin-related protein 3 11.33779704 L4_control_A1 +LQ02X025610 Actin-related protein 3 11.25490748 L4_control_A2 +LQ02X025610 Actin-related protein 3 11.01215735 L4_control_A3 +LQ02X025610 Actin-related protein 3 11.53017481 L4_control_B1 +LQ02X025610 Actin-related protein 3 11.12316151 L4_control_B2 +LQ02X025610 Actin-related protein 3 11.18893024 L4_control_B3 +LQ02X025610 Actin-related protein 3 11.02065755 L4_control_C2 +LQ02X025610 Actin-related protein 3 11.14755672 L4_control_C3 +LQ02X025610 Actin-related protein 3 11.30044238 L4_chemical_A1 +LQ02X025610 Actin-related protein 3 10.95489094 L4_chemical_A2 +LQ02X025610 Actin-related protein 3 11.22261648 L4_chemical_A3 +LQ02X025610 Actin-related protein 3 11.12917253 L4_chemical_B1 +LQ02X025610 Actin-related protein 3 11.06871239 L4_chemical_B2 +LQ02X025610 Actin-related protein 3 11.14926363 L4_chemical_B3 +LQ02X025610 Actin-related protein 3 10.74078913 L4_chemical_C2 +LQ02X025610 Actin-related protein 3 11.1601744 L4_chemical_C3 +LQ02X025620 RNA binding protein, putative 5.613643159 C6_control_A1 +LQ02X025620 RNA binding protein, putative 5.206743188 C6_control_A3 +LQ02X025620 RNA binding protein, putative 5.043938023 C6_control_B1 +LQ02X025620 RNA binding protein, putative 5.847823347 C6_control_B2 +LQ02X025620 RNA binding protein, putative 5.613022471 C6_control_B3 +LQ02X025620 RNA binding protein, putative 6.567805667 C6_control_C1 +LQ02X025620 RNA binding protein, putative 5.639696979 C6_control_C2 +LQ02X025620 RNA binding protein, putative 6.993424014 C6_control_C3 +LQ02X025620 RNA binding protein, putative 5.631544694 C6_chemical_A1 +LQ02X025620 RNA binding protein, putative 5.523759923 C6_chemical_A3 +LQ02X025620 RNA binding protein, putative 5.235492654 C6_chemical_B1 +LQ02X025620 RNA binding protein, putative 5.738893034 C6_chemical_B2 +LQ02X025620 RNA binding protein, putative 5.456184868 C6_chemical_B3 +LQ02X025620 RNA binding protein, putative 6.716057961 C6_chemical_C1 +LQ02X025620 RNA binding protein, putative 6.167968103 C6_chemical_C2 +LQ02X025620 RNA binding protein, putative 7.003995219 C6_chemical_C3 +LQ02X025620 RNA binding protein, putative 5.441898176 L4_control_A1 +LQ02X025620 RNA binding protein, putative 4.987133519 L4_control_A2 +LQ02X025620 RNA binding protein, putative 4.861032906 L4_control_A3 +LQ02X025620 RNA binding protein, putative 4.979539666 L4_control_B1 +LQ02X025620 RNA binding protein, putative 5.288192319 L4_control_B2 +LQ02X025620 RNA binding protein, putative 5.722961649 L4_control_B3 +LQ02X025620 RNA binding protein, putative 5.056995297 L4_control_C2 +LQ02X025620 RNA binding protein, putative 5.747452711 L4_control_C3 +LQ02X025620 RNA binding protein, putative 5.687344226 L4_chemical_A1 +LQ02X025620 RNA binding protein, putative 5.230348708 L4_chemical_A2 +LQ02X025620 RNA binding protein, putative 5.030111067 L4_chemical_A3 +LQ02X025620 RNA binding protein, putative 5.115551204 L4_chemical_B1 +LQ02X025620 RNA binding protein, putative 5.506668215 L4_chemical_B2 +LQ02X025620 RNA binding protein, putative 5.726761121 L4_chemical_B3 +LQ02X025620 RNA binding protein, putative 5.876514015 L4_chemical_C2 +LQ02X025620 RNA binding protein, putative 5.598350969 L4_chemical_C3 +LQ02X025690 RNA binding protein, putative 6.659867446 C6_control_A1 +LQ02X025690 RNA binding protein, putative 6.211356217 C6_control_A3 +LQ02X025690 RNA binding protein, putative 6.171221031 C6_control_B1 +LQ02X025690 RNA binding protein, putative 5.859380283 C6_control_B2 +LQ02X025690 RNA binding protein, putative 7.395207895 C6_control_B3 +LQ02X025690 RNA binding protein, putative 5.078313445 C6_control_C1 +LQ02X025690 RNA binding protein, putative 5.376746793 C6_control_C2 +LQ02X025690 RNA binding protein, putative 5.561890227 C6_control_C3 +LQ02X025690 RNA binding protein, putative 6.363696072 C6_chemical_A1 +LQ02X025690 RNA binding protein, putative 6.135051948 C6_chemical_A3 +LQ02X025690 RNA binding protein, putative 6.215840012 C6_chemical_B1 +LQ02X025690 RNA binding protein, putative 5.565958837 C6_chemical_B2 +LQ02X025690 RNA binding protein, putative 6.63454515 C6_chemical_B3 +LQ02X025690 RNA binding protein, putative 5.186725356 C6_chemical_C1 +LQ02X025690 RNA binding protein, putative 5.569656806 C6_chemical_C2 +LQ02X025690 RNA binding protein, putative 5.461503426 C6_chemical_C3 +LQ02X025690 RNA binding protein, putative 6.190240031 L4_control_A1 +LQ02X025690 RNA binding protein, putative 7.137692756 L4_control_A2 +LQ02X025690 RNA binding protein, putative 6.950123912 L4_control_A3 +LQ02X025690 RNA binding protein, putative 7.372785718 L4_control_B1 +LQ02X025690 RNA binding protein, putative 8.439131671 L4_control_B2 +LQ02X025690 RNA binding protein, putative 6.487977559 L4_control_B3 +LQ02X025690 RNA binding protein, putative 7.449736526 L4_control_C2 +LQ02X025690 RNA binding protein, putative 6.944113865 L4_control_C3 +LQ02X025690 RNA binding protein, putative 6.251217882 L4_chemical_A1 +LQ02X025690 RNA binding protein, putative 7.07402108 L4_chemical_A2 +LQ02X025690 RNA binding protein, putative 7.993818547 L4_chemical_A3 +LQ02X025690 RNA binding protein, putative 6.92067034 L4_chemical_B1 +LQ02X025690 RNA binding protein, putative 7.948616036 L4_chemical_B2 +LQ02X025690 RNA binding protein, putative 6.413242018 L4_chemical_B3 +LQ02X025690 RNA binding protein, putative 7.403107088 L4_chemical_C2 +LQ02X025690 RNA binding protein, putative 7.06026227 L4_chemical_C3 +LQ02X025710 T-complex protein 1 subunit epsilon 12.50823013 C6_control_A1 +LQ02X025710 T-complex protein 1 subunit epsilon 12.93556092 C6_control_A3 +LQ02X025710 T-complex protein 1 subunit epsilon 12.29858688 C6_control_B1 +LQ02X025710 T-complex protein 1 subunit epsilon 11.46416755 C6_control_B2 +LQ02X025710 T-complex protein 1 subunit epsilon 11.88795506 C6_control_B3 +LQ02X025710 T-complex protein 1 subunit epsilon 11.86641431 C6_control_C1 +LQ02X025710 T-complex protein 1 subunit epsilon 11.76997279 C6_control_C2 +LQ02X025710 T-complex protein 1 subunit epsilon 11.52768708 C6_control_C3 +LQ02X025710 T-complex protein 1 subunit epsilon 12.68683171 C6_chemical_A1 +LQ02X025710 T-complex protein 1 subunit epsilon 13.27592998 C6_chemical_A3 +LQ02X025710 T-complex protein 1 subunit epsilon 12.32088887 C6_chemical_B1 +LQ02X025710 T-complex protein 1 subunit epsilon 11.63164853 C6_chemical_B2 +LQ02X025710 T-complex protein 1 subunit epsilon 11.98430518 C6_chemical_B3 +LQ02X025710 T-complex protein 1 subunit epsilon 11.90825639 C6_chemical_C1 +LQ02X025710 T-complex protein 1 subunit epsilon 11.73312331 C6_chemical_C2 +LQ02X025710 T-complex protein 1 subunit epsilon 11.52417039 C6_chemical_C3 +LQ02X025710 T-complex protein 1 subunit epsilon 12.66823995 L4_control_A1 +LQ02X025710 T-complex protein 1 subunit epsilon 12.40938972 L4_control_A2 +LQ02X025710 T-complex protein 1 subunit epsilon 12.96083237 L4_control_A3 +LQ02X025710 T-complex protein 1 subunit epsilon 11.61949618 L4_control_B1 +LQ02X025710 T-complex protein 1 subunit epsilon 12.31107192 L4_control_B2 +LQ02X025710 T-complex protein 1 subunit epsilon 11.83604513 L4_control_B3 +LQ02X025710 T-complex protein 1 subunit epsilon 11.72072742 L4_control_C2 +LQ02X025710 T-complex protein 1 subunit epsilon 11.95292926 L4_control_C3 +LQ02X025710 T-complex protein 1 subunit epsilon 12.28454268 L4_chemical_A1 +LQ02X025710 T-complex protein 1 subunit epsilon 11.94033763 L4_chemical_A2 +LQ02X025710 T-complex protein 1 subunit epsilon 12.26692446 L4_chemical_A3 +LQ02X025710 T-complex protein 1 subunit epsilon 12.06623278 L4_chemical_B1 +LQ02X025710 T-complex protein 1 subunit epsilon 11.85037897 L4_chemical_B2 +LQ02X025710 T-complex protein 1 subunit epsilon 12.08760713 L4_chemical_B3 +LQ02X025710 T-complex protein 1 subunit epsilon 11.50903004 L4_chemical_C2 +LQ02X025710 T-complex protein 1 subunit epsilon 11.73313417 L4_chemical_C3 +LQ02X025720 Probable pectate lyase 5 9.668385948 C6_control_A1 +LQ02X025720 Probable pectate lyase 5 9.640458843 C6_control_A3 +LQ02X025720 Probable pectate lyase 5 9.330582632 C6_control_B1 +LQ02X025720 Probable pectate lyase 5 7.402243144 C6_control_B2 +LQ02X025720 Probable pectate lyase 5 8.788967608 C6_control_B3 +LQ02X025720 Probable pectate lyase 5 5.887857299 C6_control_C1 +LQ02X025720 Probable pectate lyase 5 6.275902954 C6_control_C2 +LQ02X025720 Probable pectate lyase 5 5.871120147 C6_control_C3 +LQ02X025720 Probable pectate lyase 5 9.701561205 C6_chemical_A1 +LQ02X025720 Probable pectate lyase 5 9.936178824 C6_chemical_A3 +LQ02X025720 Probable pectate lyase 5 9.342559332 C6_chemical_B1 +LQ02X025720 Probable pectate lyase 5 8.213539243 C6_chemical_B2 +LQ02X025720 Probable pectate lyase 5 8.801705756 C6_chemical_B3 +LQ02X025720 Probable pectate lyase 5 5.646692111 C6_chemical_C1 +LQ02X025720 Probable pectate lyase 5 5.546370717 C6_chemical_C2 +LQ02X025720 Probable pectate lyase 5 5.895019437 C6_chemical_C3 +LQ02X025720 Probable pectate lyase 5 8.608062405 L4_control_A1 +LQ02X025720 Probable pectate lyase 5 8.733372911 L4_control_A2 +LQ02X025720 Probable pectate lyase 5 8.488615136 L4_control_A3 +LQ02X025720 Probable pectate lyase 5 9.3097152 L4_control_B1 +LQ02X025720 Probable pectate lyase 5 9.557768115 L4_control_B2 +LQ02X025720 Probable pectate lyase 5 6.836364423 L4_control_B3 +LQ02X025720 Probable pectate lyase 5 5.601253437 L4_control_C2 +LQ02X025720 Probable pectate lyase 5 6.123402487 L4_control_C3 +LQ02X025720 Probable pectate lyase 5 9.234452158 L4_chemical_A1 +LQ02X025720 Probable pectate lyase 5 9.386531762 L4_chemical_A2 +LQ02X025720 Probable pectate lyase 5 9.409900125 L4_chemical_A3 +LQ02X025720 Probable pectate lyase 5 11.22620448 L4_chemical_B1 +LQ02X025720 Probable pectate lyase 5 9.735590524 L4_chemical_B2 +LQ02X025720 Probable pectate lyase 5 8.517729839 L4_chemical_B3 +LQ02X025720 Probable pectate lyase 5 5.408954281 L4_chemical_C2 +LQ02X025720 Probable pectate lyase 5 5.530487729 L4_chemical_C3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 11.65061855 C6_control_A1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 11.40664712 C6_control_A3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.33124989 C6_control_B1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.2671185 C6_control_B2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.21387437 C6_control_B3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.57940714 C6_control_C1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.35918969 C6_control_C2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.68189094 C6_control_C3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.06228003 C6_chemical_A1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 11.92178051 C6_chemical_A3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.48861153 C6_chemical_B1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.55905948 C6_chemical_B2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.35523796 C6_chemical_B3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.40365588 C6_chemical_C1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.59609684 C6_chemical_C2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.3177882 C6_chemical_C3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 11.42839812 L4_control_A1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 10.8270822 L4_control_A2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 10.96516057 L4_control_A3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.38017084 L4_control_B1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.59161156 L4_control_B2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.35381758 L4_control_B3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.8230979 L4_control_C2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.31532997 L4_control_C3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.40483064 L4_chemical_A1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 11.80811278 L4_chemical_A2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 11.34932815 L4_chemical_A3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.60269353 L4_chemical_B1 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.42615769 L4_chemical_B2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 11.75648284 L4_chemical_B3 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.88325941 L4_chemical_C2 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.44143839 L4_chemical_C3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.01098909 C6_control_A1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.83320533 C6_control_A3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.18913342 C6_control_B1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.67096881 C6_control_B2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.84394052 C6_control_B3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.03753273 C6_control_C1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.81871867 C6_control_C2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.78937892 C6_control_C3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.26780817 C6_chemical_A1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.72135785 C6_chemical_A3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.55516002 C6_chemical_B1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.65913764 C6_chemical_B2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.3469538 C6_chemical_B3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.08104776 C6_chemical_C1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.67125981 C6_chemical_C2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.8164664 C6_chemical_C3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.47872158 L4_control_A1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.57041442 L4_control_A2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.51655723 L4_control_A3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.00069043 L4_control_B1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.82358473 L4_control_B2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.57650659 L4_control_B3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.97632417 L4_control_C2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 13.57693881 L4_control_C3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.14651488 L4_chemical_A1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.5034373 L4_chemical_A2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.38035194 L4_chemical_A3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.76483805 L4_chemical_B1 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.34820358 L4_chemical_B2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.06387091 L4_chemical_B3 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 12.69611695 L4_chemical_C2 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 13.45858 L4_chemical_C3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.19659296 C6_control_A1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 13.70423789 C6_control_A3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.62046939 C6_control_B1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.11410824 C6_control_B2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.84049723 C6_control_B3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.17581763 C6_control_C1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.89812667 C6_control_C2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.10373317 C6_control_C3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.64648868 C6_chemical_A1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.56670043 C6_chemical_A3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.91830496 C6_chemical_B1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.21977017 C6_chemical_B2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.01856463 C6_chemical_B3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.8251158 C6_chemical_C1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.49796682 C6_chemical_C2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.21318134 C6_chemical_C3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.24515904 L4_control_A1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.57232551 L4_control_A2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 13.76167987 L4_control_A3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.09373891 L4_control_B1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.90485705 L4_control_B2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.15425416 L4_control_B3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.04503998 L4_control_C2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.92409918 L4_control_C3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.1132567 L4_chemical_A1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.81803489 L4_chemical_A2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 13.52889587 L4_chemical_A3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.69361035 L4_chemical_B1 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.98537655 L4_chemical_B2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.77934782 L4_chemical_B3 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.03643072 L4_chemical_C2 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 15.04722894 L4_chemical_C3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.386667027 C6_control_A1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.955295727 C6_control_A3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.633199043 C6_control_B1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.421260994 C6_control_B2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 7.017255078 C6_control_B3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.34811988 C6_control_C1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 7.381019538 C6_control_C2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.999337535 C6_control_C3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.753972858 C6_chemical_A1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.066208606 C6_chemical_A3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.362169155 C6_chemical_B1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.995931665 C6_chemical_B2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.296712869 C6_chemical_B3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.303688571 C6_chemical_C1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.086765557 C6_chemical_C2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.125433887 C6_chemical_C3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.549470248 L4_control_A1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.802157394 L4_control_A2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.314962858 L4_control_A3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.275111413 L4_control_B1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.481656492 L4_control_B2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.589761618 L4_control_B3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.842797035 L4_control_C2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.4522364 L4_control_C3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.684043579 L4_chemical_A1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.413091608 L4_chemical_A2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.30576271 L4_chemical_A3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.704728879 L4_chemical_B1 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.830141977 L4_chemical_B2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.687314584 L4_chemical_B3 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 6.016429535 L4_chemical_C2 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.905569565 L4_chemical_C3 +LQ02X025791 Putative uncharacterized protein 5.30315368 C6_control_A1 +LQ02X025791 Putative uncharacterized protein 4.67695635 C6_control_A3 +LQ02X025791 Putative uncharacterized protein 5.024797401 C6_control_B1 +LQ02X025791 Putative uncharacterized protein 5.00237442 C6_control_B2 +LQ02X025791 Putative uncharacterized protein 4.950319387 C6_control_B3 +LQ02X025791 Putative uncharacterized protein 5.093597434 C6_control_C1 +LQ02X025791 Putative uncharacterized protein 4.833429456 C6_control_C2 +LQ02X025791 Putative uncharacterized protein 4.969847148 C6_control_C3 +LQ02X025791 Putative uncharacterized protein 5.207073629 C6_chemical_A1 +LQ02X025791 Putative uncharacterized protein 5.1488323 C6_chemical_A3 +LQ02X025791 Putative uncharacterized protein 4.811672945 C6_chemical_B1 +LQ02X025791 Putative uncharacterized protein 5.089315004 C6_chemical_B2 +LQ02X025791 Putative uncharacterized protein 5.006699381 C6_chemical_B3 +LQ02X025791 Putative uncharacterized protein 5.022194408 C6_chemical_C1 +LQ02X025791 Putative uncharacterized protein 5.028961082 C6_chemical_C2 +LQ02X025791 Putative uncharacterized protein 5.215525416 C6_chemical_C3 +LQ02X025791 Putative uncharacterized protein 5.09447151 L4_control_A1 +LQ02X025791 Putative uncharacterized protein 4.897710799 L4_control_A2 +LQ02X025791 Putative uncharacterized protein 5.299223948 L4_control_A3 +LQ02X025791 Putative uncharacterized protein 5.173527643 L4_control_B1 +LQ02X025791 Putative uncharacterized protein 4.622069144 L4_control_B2 +LQ02X025791 Putative uncharacterized protein 4.814377236 L4_control_B3 +LQ02X025791 Putative uncharacterized protein 5.120183618 L4_control_C2 +LQ02X025791 Putative uncharacterized protein 5.368365907 L4_control_C3 +LQ02X025791 Putative uncharacterized protein 4.761737373 L4_chemical_A1 +LQ02X025791 Putative uncharacterized protein 4.954876515 L4_chemical_A2 +LQ02X025791 Putative uncharacterized protein 5.011135142 L4_chemical_A3 +LQ02X025791 Putative uncharacterized protein 5.092232709 L4_chemical_B1 +LQ02X025791 Putative uncharacterized protein 4.77547045 L4_chemical_B2 +LQ02X025791 Putative uncharacterized protein 4.809739433 L4_chemical_B3 +LQ02X025791 Putative uncharacterized protein 5.874962366 L4_chemical_C2 +LQ02X025791 Putative uncharacterized protein 5.130341873 L4_chemical_C3 +LQ02X025870 Putative uncharacterized protein 6.306057666 C6_control_A1 +LQ02X025870 Putative uncharacterized protein 8.697959406 C6_control_A3 +LQ02X025870 Putative uncharacterized protein 6.099687567 C6_control_B1 +LQ02X025870 Putative uncharacterized protein 7.196721341 C6_control_B2 +LQ02X025870 Putative uncharacterized protein 8.004559844 C6_control_B3 +LQ02X025870 Putative uncharacterized protein 6.183872773 C6_control_C1 +LQ02X025870 Putative uncharacterized protein 6.436372079 C6_control_C2 +LQ02X025870 Putative uncharacterized protein 6.325681742 C6_control_C3 +LQ02X025870 Putative uncharacterized protein 6.810239343 C6_chemical_A1 +LQ02X025870 Putative uncharacterized protein 8.276692762 C6_chemical_A3 +LQ02X025870 Putative uncharacterized protein 6.339499463 C6_chemical_B1 +LQ02X025870 Putative uncharacterized protein 7.423099123 C6_chemical_B2 +LQ02X025870 Putative uncharacterized protein 8.340848232 C6_chemical_B3 +LQ02X025870 Putative uncharacterized protein 6.14621015 C6_chemical_C1 +LQ02X025870 Putative uncharacterized protein 6.145406657 C6_chemical_C2 +LQ02X025870 Putative uncharacterized protein 7.096380059 C6_chemical_C3 +LQ02X025870 Putative uncharacterized protein 8.997622922 L4_control_A1 +LQ02X025870 Putative uncharacterized protein 9.04777907 L4_control_A2 +LQ02X025870 Putative uncharacterized protein 8.67224745 L4_control_A3 +LQ02X025870 Putative uncharacterized protein 6.921127343 L4_control_B1 +LQ02X025870 Putative uncharacterized protein 6.817298764 L4_control_B2 +LQ02X025870 Putative uncharacterized protein 9.281980575 L4_control_B3 +LQ02X025870 Putative uncharacterized protein 7.414272295 L4_control_C2 +LQ02X025870 Putative uncharacterized protein 8.497171665 L4_control_C3 +LQ02X025870 Putative uncharacterized protein 8.058956524 L4_chemical_A1 +LQ02X025870 Putative uncharacterized protein 7.146635007 L4_chemical_A2 +LQ02X025870 Putative uncharacterized protein 8.670619029 L4_chemical_A3 +LQ02X025870 Putative uncharacterized protein 6.82974598 L4_chemical_B1 +LQ02X025870 Putative uncharacterized protein 7.946083797 L4_chemical_B2 +LQ02X025870 Putative uncharacterized protein 9.849703148 L4_chemical_B3 +LQ02X025870 Putative uncharacterized protein 6.88365873 L4_chemical_C2 +LQ02X025870 Putative uncharacterized protein 7.526655272 L4_chemical_C3 +LQ02X025880 Predicted protein (Fragment) 5.351609698 C6_control_A1 +LQ02X025880 Predicted protein (Fragment) 5.23123632 C6_control_A3 +LQ02X025880 Predicted protein (Fragment) 5.642020557 C6_control_B1 +LQ02X025880 Predicted protein (Fragment) 5.390952016 C6_control_B2 +LQ02X025880 Predicted protein (Fragment) 5.241432744 C6_control_B3 +LQ02X025880 Predicted protein (Fragment) 6.401227753 C6_control_C1 +LQ02X025880 Predicted protein (Fragment) 7.096000162 C6_control_C2 +LQ02X025880 Predicted protein (Fragment) 5.38650586 C6_control_C3 +LQ02X025880 Predicted protein (Fragment) 5.120559975 C6_chemical_A1 +LQ02X025880 Predicted protein (Fragment) 5.119089534 C6_chemical_A3 +LQ02X025880 Predicted protein (Fragment) 5.267762906 C6_chemical_B1 +LQ02X025880 Predicted protein (Fragment) 5.594612379 C6_chemical_B2 +LQ02X025880 Predicted protein (Fragment) 5.199819464 C6_chemical_B3 +LQ02X025880 Predicted protein (Fragment) 6.288929537 C6_chemical_C1 +LQ02X025880 Predicted protein (Fragment) 5.419691782 C6_chemical_C2 +LQ02X025880 Predicted protein (Fragment) 5.03118037 C6_chemical_C3 +LQ02X025880 Predicted protein (Fragment) 5.118644671 L4_control_A1 +LQ02X025880 Predicted protein (Fragment) 5.23484043 L4_control_A2 +LQ02X025880 Predicted protein (Fragment) 5.001629822 L4_control_A3 +LQ02X025880 Predicted protein (Fragment) 5.345120479 L4_control_B1 +LQ02X025880 Predicted protein (Fragment) 4.824287254 L4_control_B2 +LQ02X025880 Predicted protein (Fragment) 5.357268029 L4_control_B3 +LQ02X025880 Predicted protein (Fragment) 6.078621102 L4_control_C2 +LQ02X025880 Predicted protein (Fragment) 6.071211415 L4_control_C3 +LQ02X025880 Predicted protein (Fragment) 5.101234282 L4_chemical_A1 +LQ02X025880 Predicted protein (Fragment) 5.21615923 L4_chemical_A2 +LQ02X025880 Predicted protein (Fragment) 4.856020949 L4_chemical_A3 +LQ02X025880 Predicted protein (Fragment) 5.590751442 L4_chemical_B1 +LQ02X025880 Predicted protein (Fragment) 5.15473503 L4_chemical_B2 +LQ02X025880 Predicted protein (Fragment) 5.217211956 L4_chemical_B3 +LQ02X025880 Predicted protein (Fragment) 5.402259004 L4_chemical_C2 +LQ02X025880 Predicted protein (Fragment) 6.274129024 L4_chemical_C3 +LQ02X025890 ATP binding protein, putative 5.577703164 C6_control_A1 +LQ02X025890 ATP binding protein, putative 5.25058668 C6_control_A3 +LQ02X025890 ATP binding protein, putative 5.93109784 C6_control_B1 +LQ02X025890 ATP binding protein, putative 5.306183097 C6_control_B2 +LQ02X025890 ATP binding protein, putative 5.519535721 C6_control_B3 +LQ02X025890 ATP binding protein, putative 5.138149402 C6_control_C1 +LQ02X025890 ATP binding protein, putative 5.1276099 C6_control_C2 +LQ02X025890 ATP binding protein, putative 4.978592954 C6_control_C3 +LQ02X025890 ATP binding protein, putative 5.250771663 C6_chemical_A1 +LQ02X025890 ATP binding protein, putative 5.246076307 C6_chemical_A3 +LQ02X025890 ATP binding protein, putative 5.264657137 C6_chemical_B1 +LQ02X025890 ATP binding protein, putative 5.158958243 C6_chemical_B2 +LQ02X025890 ATP binding protein, putative 5.988642305 C6_chemical_B3 +LQ02X025890 ATP binding protein, putative 5.286980812 C6_chemical_C1 +LQ02X025890 ATP binding protein, putative 5.058137882 C6_chemical_C2 +LQ02X025890 ATP binding protein, putative 5.402063152 C6_chemical_C3 +LQ02X025890 ATP binding protein, putative 6.243920891 L4_control_A1 +LQ02X025890 ATP binding protein, putative 5.765592395 L4_control_A2 +LQ02X025890 ATP binding protein, putative 5.774688768 L4_control_A3 +LQ02X025890 ATP binding protein, putative 7.039195594 L4_control_B1 +LQ02X025890 ATP binding protein, putative 6.26125348 L4_control_B2 +LQ02X025890 ATP binding protein, putative 5.575598337 L4_control_B3 +LQ02X025890 ATP binding protein, putative 7.002822946 L4_control_C2 +LQ02X025890 ATP binding protein, putative 6.000491778 L4_control_C3 +LQ02X025890 ATP binding protein, putative 6.413902698 L4_chemical_A1 +LQ02X025890 ATP binding protein, putative 5.560276835 L4_chemical_A2 +LQ02X025890 ATP binding protein, putative 6.349732793 L4_chemical_A3 +LQ02X025890 ATP binding protein, putative 6.084588582 L4_chemical_B1 +LQ02X025890 ATP binding protein, putative 5.481804309 L4_chemical_B2 +LQ02X025890 ATP binding protein, putative 5.017083384 L4_chemical_B3 +LQ02X025890 ATP binding protein, putative 7.488218263 L4_chemical_C2 +LQ02X025890 ATP binding protein, putative 6.015193339 L4_chemical_C3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.072918832 C6_control_A1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.886990429 C6_control_A3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.359419933 C6_control_B1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.141010137 C6_control_B2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.212674941 C6_control_B3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.026156292 C6_control_C1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.908288446 C6_control_C2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.228291195 C6_control_C3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.082816232 C6_chemical_A1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.034621044 C6_chemical_A3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.838973118 C6_chemical_B1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.986351485 C6_chemical_B2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.219977864 C6_chemical_B3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.96128865 C6_chemical_C1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.870795147 C6_chemical_C2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.756875443 C6_chemical_C3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.215700764 L4_control_A1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.023925314 L4_control_A2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.578709795 L4_control_A3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.931065715 L4_control_B1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.042449797 L4_control_B2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.072603942 L4_control_B3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.300933976 L4_control_C2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.950577616 L4_control_C3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.038384686 L4_chemical_A1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.737093099 L4_chemical_A2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.793596783 L4_chemical_A3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.274902151 L4_chemical_B1 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.956369818 L4_chemical_B2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 4.861363601 L4_chemical_B3 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.522105497 L4_chemical_C2 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.196187395 L4_chemical_C3 +LQ02X025980 Putative Two-component response regulator ARR11 5.673043086 C6_control_A1 +LQ02X025980 Putative Two-component response regulator ARR11 5.278891559 C6_control_A3 +LQ02X025980 Putative Two-component response regulator ARR11 5.343912636 C6_control_B1 +LQ02X025980 Putative Two-component response regulator ARR11 5.44565709 C6_control_B2 +LQ02X025980 Putative Two-component response regulator ARR11 5.426231025 C6_control_B3 +LQ02X025980 Putative Two-component response regulator ARR11 5.777908057 C6_control_C1 +LQ02X025980 Putative Two-component response regulator ARR11 5.463571156 C6_control_C2 +LQ02X025980 Putative Two-component response regulator ARR11 5.668563554 C6_control_C3 +LQ02X025980 Putative Two-component response regulator ARR11 5.670963528 C6_chemical_A1 +LQ02X025980 Putative Two-component response regulator ARR11 5.337514939 C6_chemical_A3 +LQ02X025980 Putative Two-component response regulator ARR11 5.389683921 C6_chemical_B1 +LQ02X025980 Putative Two-component response regulator ARR11 5.204800684 C6_chemical_B2 +LQ02X025980 Putative Two-component response regulator ARR11 5.466352478 C6_chemical_B3 +LQ02X025980 Putative Two-component response regulator ARR11 5.392708798 C6_chemical_C1 +LQ02X025980 Putative Two-component response regulator ARR11 5.850410409 C6_chemical_C2 +LQ02X025980 Putative Two-component response regulator ARR11 4.946316273 C6_chemical_C3 +LQ02X025980 Putative Two-component response regulator ARR11 5.385747391 L4_control_A1 +LQ02X025980 Putative Two-component response regulator ARR11 5.481321618 L4_control_A2 +LQ02X025980 Putative Two-component response regulator ARR11 4.996448817 L4_control_A3 +LQ02X025980 Putative Two-component response regulator ARR11 5.230477794 L4_control_B1 +LQ02X025980 Putative Two-component response regulator ARR11 5.717065263 L4_control_B2 +LQ02X025980 Putative Two-component response regulator ARR11 5.024842052 L4_control_B3 +LQ02X025980 Putative Two-component response regulator ARR11 6.113669846 L4_control_C2 +LQ02X025980 Putative Two-component response regulator ARR11 5.867842727 L4_control_C3 +LQ02X025980 Putative Two-component response regulator ARR11 5.352380296 L4_chemical_A1 +LQ02X025980 Putative Two-component response regulator ARR11 4.806655844 L4_chemical_A2 +LQ02X025980 Putative Two-component response regulator ARR11 5.356300588 L4_chemical_A3 +LQ02X025980 Putative Two-component response regulator ARR11 5.282088339 L4_chemical_B1 +LQ02X025980 Putative Two-component response regulator ARR11 5.165962531 L4_chemical_B2 +LQ02X025980 Putative Two-component response regulator ARR11 5.442386535 L4_chemical_B3 +LQ02X025980 Putative Two-component response regulator ARR11 5.770020063 L4_chemical_C2 +LQ02X025980 Putative Two-component response regulator ARR11 5.770993857 L4_chemical_C3 +LQ02X026010 Hypothetical protein 4.609607741 C6_control_A1 +LQ02X026010 Hypothetical protein 4.823284592 C6_control_A3 +LQ02X026010 Hypothetical protein 4.936704682 C6_control_B1 +LQ02X026010 Hypothetical protein 4.797965523 C6_control_B2 +LQ02X026010 Hypothetical protein 4.563341255 C6_control_B3 +LQ02X026010 Hypothetical protein 4.609974424 C6_control_C1 +LQ02X026010 Hypothetical protein 4.648361941 C6_control_C2 +LQ02X026010 Hypothetical protein 4.71246589 C6_control_C3 +LQ02X026010 Hypothetical protein 5.013732189 C6_chemical_A1 +LQ02X026010 Hypothetical protein 4.67892368 C6_chemical_A3 +LQ02X026010 Hypothetical protein 4.70609595 C6_chemical_B1 +LQ02X026010 Hypothetical protein 4.659490127 C6_chemical_B2 +LQ02X026010 Hypothetical protein 4.555125901 C6_chemical_B3 +LQ02X026010 Hypothetical protein 4.723030265 C6_chemical_C1 +LQ02X026010 Hypothetical protein 4.729761113 C6_chemical_C2 +LQ02X026010 Hypothetical protein 4.723714729 C6_chemical_C3 +LQ02X026010 Hypothetical protein 4.879869149 L4_control_A1 +LQ02X026010 Hypothetical protein 4.711997652 L4_control_A2 +LQ02X026010 Hypothetical protein 4.731252064 L4_control_A3 +LQ02X026010 Hypothetical protein 5.041979801 L4_control_B1 +LQ02X026010 Hypothetical protein 5.166537827 L4_control_B2 +LQ02X026010 Hypothetical protein 4.604367915 L4_control_B3 +LQ02X026010 Hypothetical protein 5.311170098 L4_control_C2 +LQ02X026010 Hypothetical protein 4.72520568 L4_control_C3 +LQ02X026010 Hypothetical protein 4.513982535 L4_chemical_A1 +LQ02X026010 Hypothetical protein 4.734893629 L4_chemical_A2 +LQ02X026010 Hypothetical protein 5.297632136 L4_chemical_A3 +LQ02X026010 Hypothetical protein 4.939320171 L4_chemical_B1 +LQ02X026010 Hypothetical protein 4.519036855 L4_chemical_B2 +LQ02X026010 Hypothetical protein 4.644459146 L4_chemical_B3 +LQ02X026010 Hypothetical protein 4.715159247 L4_chemical_C2 +LQ02X026010 Hypothetical protein 4.543482842 L4_chemical_C3 +LQ02X026020 Putative Cytochrome P450 71A9 9.519742222 C6_control_A1 +LQ02X026020 Putative Cytochrome P450 71A9 9.045552582 C6_control_A3 +LQ02X026020 Putative Cytochrome P450 71A9 8.220122014 C6_control_B1 +LQ02X026020 Putative Cytochrome P450 71A9 8.225486059 C6_control_B2 +LQ02X026020 Putative Cytochrome P450 71A9 8.192009404 C6_control_B3 +LQ02X026020 Putative Cytochrome P450 71A9 9.919524887 C6_control_C1 +LQ02X026020 Putative Cytochrome P450 71A9 9.511012325 C6_control_C2 +LQ02X026020 Putative Cytochrome P450 71A9 10.10718273 C6_control_C3 +LQ02X026020 Putative Cytochrome P450 71A9 10.08420907 C6_chemical_A1 +LQ02X026020 Putative Cytochrome P450 71A9 9.944875857 C6_chemical_A3 +LQ02X026020 Putative Cytochrome P450 71A9 8.117253354 C6_chemical_B1 +LQ02X026020 Putative Cytochrome P450 71A9 7.981393687 C6_chemical_B2 +LQ02X026020 Putative Cytochrome P450 71A9 8.311922176 C6_chemical_B3 +LQ02X026020 Putative Cytochrome P450 71A9 9.836212787 C6_chemical_C1 +LQ02X026020 Putative Cytochrome P450 71A9 9.618830308 C6_chemical_C2 +LQ02X026020 Putative Cytochrome P450 71A9 9.431380353 C6_chemical_C3 +LQ02X026020 Putative Cytochrome P450 71A9 10.0207613 L4_control_A1 +LQ02X026020 Putative Cytochrome P450 71A9 8.460526822 L4_control_A2 +LQ02X026020 Putative Cytochrome P450 71A9 8.719579652 L4_control_A3 +LQ02X026020 Putative Cytochrome P450 71A9 6.648984969 L4_control_B1 +LQ02X026020 Putative Cytochrome P450 71A9 6.246195232 L4_control_B2 +LQ02X026020 Putative Cytochrome P450 71A9 7.467893224 L4_control_B3 +LQ02X026020 Putative Cytochrome P450 71A9 7.797545584 L4_control_C2 +LQ02X026020 Putative Cytochrome P450 71A9 6.924047129 L4_control_C3 +LQ02X026020 Putative Cytochrome P450 71A9 10.85709603 L4_chemical_A1 +LQ02X026020 Putative Cytochrome P450 71A9 9.809608446 L4_chemical_A2 +LQ02X026020 Putative Cytochrome P450 71A9 9.988510114 L4_chemical_A3 +LQ02X026020 Putative Cytochrome P450 71A9 8.288142877 L4_chemical_B1 +LQ02X026020 Putative Cytochrome P450 71A9 6.335997234 L4_chemical_B2 +LQ02X026020 Putative Cytochrome P450 71A9 8.063875409 L4_chemical_B3 +LQ02X026020 Putative Cytochrome P450 71A9 6.18740501 L4_chemical_C2 +LQ02X026020 Putative Cytochrome P450 71A9 6.313532327 L4_chemical_C3 +LQ02X026040 Oligopeptidase, putative 13.25410613 C6_control_A1 +LQ02X026040 Oligopeptidase, putative 13.12256381 C6_control_A3 +LQ02X026040 Oligopeptidase, putative 13.44053433 C6_control_B1 +LQ02X026040 Oligopeptidase, putative 13.88631832 C6_control_B2 +LQ02X026040 Oligopeptidase, putative 13.49745771 C6_control_B3 +LQ02X026040 Oligopeptidase, putative 14.69295129 C6_control_C1 +LQ02X026040 Oligopeptidase, putative 14.63863574 C6_control_C2 +LQ02X026040 Oligopeptidase, putative 14.52473284 C6_control_C3 +LQ02X026040 Oligopeptidase, putative 13.20975045 C6_chemical_A1 +LQ02X026040 Oligopeptidase, putative 13.4356281 C6_chemical_A3 +LQ02X026040 Oligopeptidase, putative 13.69838402 C6_chemical_B1 +LQ02X026040 Oligopeptidase, putative 13.99919247 C6_chemical_B2 +LQ02X026040 Oligopeptidase, putative 13.4821081 C6_chemical_B3 +LQ02X026040 Oligopeptidase, putative 14.5465537 C6_chemical_C1 +LQ02X026040 Oligopeptidase, putative 14.64863561 C6_chemical_C2 +LQ02X026040 Oligopeptidase, putative 14.268435 C6_chemical_C3 +LQ02X026040 Oligopeptidase, putative 12.96916093 L4_control_A1 +LQ02X026040 Oligopeptidase, putative 13.48084657 L4_control_A2 +LQ02X026040 Oligopeptidase, putative 13.29648549 L4_control_A3 +LQ02X026040 Oligopeptidase, putative 13.005832 L4_control_B1 +LQ02X026040 Oligopeptidase, putative 13.30168546 L4_control_B2 +LQ02X026040 Oligopeptidase, putative 13.58704281 L4_control_B3 +LQ02X026040 Oligopeptidase, putative 14.31020255 L4_control_C2 +LQ02X026040 Oligopeptidase, putative 13.79781673 L4_control_C3 +LQ02X026040 Oligopeptidase, putative 12.77034537 L4_chemical_A1 +LQ02X026040 Oligopeptidase, putative 13.39536342 L4_chemical_A2 +LQ02X026040 Oligopeptidase, putative 12.88388347 L4_chemical_A3 +LQ02X026040 Oligopeptidase, putative 13.18435715 L4_chemical_B1 +LQ02X026040 Oligopeptidase, putative 13.16122262 L4_chemical_B2 +LQ02X026040 Oligopeptidase, putative 12.9268775 L4_chemical_B3 +LQ02X026040 Oligopeptidase, putative 14.3500789 L4_chemical_C2 +LQ02X026040 Oligopeptidase, putative 14.17757372 L4_chemical_C3 +LQ02X026100 Putative Vinorine synthase 5.530370936 C6_control_A1 +LQ02X026100 Putative Vinorine synthase 5.362249983 C6_control_A3 +LQ02X026100 Putative Vinorine synthase 5.475990604 C6_control_B1 +LQ02X026100 Putative Vinorine synthase 5.130428206 C6_control_B2 +LQ02X026100 Putative Vinorine synthase 5.802989732 C6_control_B3 +LQ02X026100 Putative Vinorine synthase 5.189599664 C6_control_C1 +LQ02X026100 Putative Vinorine synthase 5.004425492 C6_control_C2 +LQ02X026100 Putative Vinorine synthase 5.307252193 C6_control_C3 +LQ02X026100 Putative Vinorine synthase 5.891575405 C6_chemical_A1 +LQ02X026100 Putative Vinorine synthase 5.55564902 C6_chemical_A3 +LQ02X026100 Putative Vinorine synthase 6.015899494 C6_chemical_B1 +LQ02X026100 Putative Vinorine synthase 5.363316412 C6_chemical_B2 +LQ02X026100 Putative Vinorine synthase 6.232668327 C6_chemical_B3 +LQ02X026100 Putative Vinorine synthase 4.98751184 C6_chemical_C1 +LQ02X026100 Putative Vinorine synthase 5.172531379 C6_chemical_C2 +LQ02X026100 Putative Vinorine synthase 5.36829193 C6_chemical_C3 +LQ02X026100 Putative Vinorine synthase 5.739247481 L4_control_A1 +LQ02X026100 Putative Vinorine synthase 6.166166481 L4_control_A2 +LQ02X026100 Putative Vinorine synthase 5.786785329 L4_control_A3 +LQ02X026100 Putative Vinorine synthase 7.314224293 L4_control_B1 +LQ02X026100 Putative Vinorine synthase 6.337572541 L4_control_B2 +LQ02X026100 Putative Vinorine synthase 5.32485126 L4_control_B3 +LQ02X026100 Putative Vinorine synthase 5.647693245 L4_control_C2 +LQ02X026100 Putative Vinorine synthase 6.255640084 L4_control_C3 +LQ02X026100 Putative Vinorine synthase 5.779570002 L4_chemical_A1 +LQ02X026100 Putative Vinorine synthase 6.55528973 L4_chemical_A2 +LQ02X026100 Putative Vinorine synthase 6.039284366 L4_chemical_A3 +LQ02X026100 Putative Vinorine synthase 6.894306959 L4_chemical_B1 +LQ02X026100 Putative Vinorine synthase 6.849918841 L4_chemical_B2 +LQ02X026100 Putative Vinorine synthase 5.414302194 L4_chemical_B3 +LQ02X026100 Putative Vinorine synthase 6.970387409 L4_chemical_C2 +LQ02X026100 Putative Vinorine synthase 6.690991688 L4_chemical_C3 +LQ02X026280 Putative Vinorine synthase 5.037528173 C6_control_A1 +LQ02X026280 Putative Vinorine synthase 5.066188909 C6_control_A3 +LQ02X026280 Putative Vinorine synthase 4.896707303 C6_control_B1 +LQ02X026280 Putative Vinorine synthase 5.137038239 C6_control_B2 +LQ02X026280 Putative Vinorine synthase 4.72651053 C6_control_B3 +LQ02X026280 Putative Vinorine synthase 5.434533161 C6_control_C1 +LQ02X026280 Putative Vinorine synthase 7.316169262 C6_control_C2 +LQ02X026280 Putative Vinorine synthase 5.313969274 C6_control_C3 +LQ02X026280 Putative Vinorine synthase 5.168535815 C6_chemical_A1 +LQ02X026280 Putative Vinorine synthase 5.126901479 C6_chemical_A3 +LQ02X026280 Putative Vinorine synthase 5.152908173 C6_chemical_B1 +LQ02X026280 Putative Vinorine synthase 5.028149353 C6_chemical_B2 +LQ02X026280 Putative Vinorine synthase 4.989161058 C6_chemical_B3 +LQ02X026280 Putative Vinorine synthase 5.395021588 C6_chemical_C1 +LQ02X026280 Putative Vinorine synthase 5.47960561 C6_chemical_C2 +LQ02X026280 Putative Vinorine synthase 5.966868554 C6_chemical_C3 +LQ02X026280 Putative Vinorine synthase 5.077231873 L4_control_A1 +LQ02X026280 Putative Vinorine synthase 4.990631384 L4_control_A2 +LQ02X026280 Putative Vinorine synthase 5.419160572 L4_control_A3 +LQ02X026280 Putative Vinorine synthase 4.756260768 L4_control_B1 +LQ02X026280 Putative Vinorine synthase 5.224179443 L4_control_B2 +LQ02X026280 Putative Vinorine synthase 5.157992287 L4_control_B3 +LQ02X026280 Putative Vinorine synthase 4.823633767 L4_control_C2 +LQ02X026280 Putative Vinorine synthase 6.707849768 L4_control_C3 +LQ02X026280 Putative Vinorine synthase 4.915826332 L4_chemical_A1 +LQ02X026280 Putative Vinorine synthase 5.214021108 L4_chemical_A2 +LQ02X026280 Putative Vinorine synthase 5.257104549 L4_chemical_A3 +LQ02X026280 Putative Vinorine synthase 5.308563219 L4_chemical_B1 +LQ02X026280 Putative Vinorine synthase 4.967442026 L4_chemical_B2 +LQ02X026280 Putative Vinorine synthase 5.127738144 L4_chemical_B3 +LQ02X026280 Putative Vinorine synthase 6.448842657 L4_chemical_C2 +LQ02X026280 Putative Vinorine synthase 5.003564127 L4_chemical_C3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.24526969 C6_control_A1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.29943759 C6_control_A3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.55201546 C6_control_B1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.31170155 C6_control_B2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.64258416 C6_control_B3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.23375215 C6_control_C1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.48393846 C6_control_C2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.76983459 C6_control_C3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.0655124 C6_chemical_A1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.16081638 C6_chemical_A3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.34033917 C6_chemical_B1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.0475822 C6_chemical_B2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.61965105 C6_chemical_B3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.52138725 C6_chemical_C1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.43981925 C6_chemical_C2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.72788087 C6_chemical_C3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.3199127 L4_control_A1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 12.58692553 L4_control_A2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.16379217 L4_control_A3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.53588186 L4_control_B1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.15105862 L4_control_B2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.2327576 L4_control_B3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.47061382 L4_control_C2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.10246436 L4_control_C3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.44841235 L4_chemical_A1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 12.65188389 L4_chemical_A2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.44721363 L4_chemical_A3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 12.94178297 L4_chemical_B1 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 12.99796813 L4_chemical_B2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.4966098 L4_chemical_B3 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.85006621 L4_chemical_C2 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.2583138 L4_chemical_C3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.607788253 C6_control_A1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.289706879 C6_control_A3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.003641588 C6_control_B1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 9.051229795 C6_control_B2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 7.664427912 C6_control_B3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 9.394542853 C6_control_C1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 9.548738153 C6_control_C2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.50811859 C6_control_C3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.043451778 C6_chemical_A1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.256195533 C6_chemical_A3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 7.745613895 C6_chemical_B1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 9.360900093 C6_chemical_B2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.199729484 C6_chemical_B3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 9.653784533 C6_chemical_C1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 9.315973645 C6_chemical_C2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 9.332490707 C6_chemical_C3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.472234294 L4_control_A1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 7.518455298 L4_control_A2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 7.047683952 L4_control_A3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 6.877860571 L4_control_B1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 7.097534155 L4_control_B2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.962216103 L4_control_B3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 7.999898457 L4_control_C2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 9.093074364 L4_control_C3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.364176245 L4_chemical_A1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 7.04192959 L4_chemical_A2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 6.491691773 L4_chemical_A3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 6.312338822 L4_chemical_B1 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 6.549940495 L4_chemical_B2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.480507622 L4_chemical_B3 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 7.447749698 L4_chemical_C2 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.194881474 L4_chemical_C3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.36898136 C6_control_A1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 11.32049718 C6_control_A3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.22020445 C6_control_B1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 9.96770124 C6_control_B2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.01114803 C6_control_B3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.08558152 C6_control_C1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.92612093 C6_control_C2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 9.841363672 C6_control_C3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.99350335 C6_chemical_A1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 11.11275234 C6_chemical_A3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.85633194 C6_chemical_B1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.64806512 C6_chemical_B2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.63247563 C6_chemical_B3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.64351332 C6_chemical_C1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.77466577 C6_chemical_C2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.65581918 C6_chemical_C3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.88407285 L4_control_A1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.76343726 L4_control_A2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 11.39756966 L4_control_A3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.27616981 L4_control_B1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.93690827 L4_control_B2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.52338195 L4_control_B3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 11.06706361 L4_control_C2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 11.28480938 L4_control_C3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.57551567 L4_chemical_A1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.00736631 L4_chemical_A2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.96105291 L4_chemical_A3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.29513605 L4_chemical_B1 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.09490669 L4_chemical_B2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.57780788 L4_chemical_B3 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.96362123 L4_chemical_C2 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 11.02858821 L4_chemical_C3 +LQ02X026360 Putative F-box protein SKIP14 6.075104248 C6_control_A1 +LQ02X026360 Putative F-box protein SKIP14 5.650487213 C6_control_A3 +LQ02X026360 Putative F-box protein SKIP14 6.380964996 C6_control_B1 +LQ02X026360 Putative F-box protein SKIP14 6.272409724 C6_control_B2 +LQ02X026360 Putative F-box protein SKIP14 6.696157995 C6_control_B3 +LQ02X026360 Putative F-box protein SKIP14 5.653114654 C6_control_C1 +LQ02X026360 Putative F-box protein SKIP14 6.122452094 C6_control_C2 +LQ02X026360 Putative F-box protein SKIP14 6.214328159 C6_control_C3 +LQ02X026360 Putative F-box protein SKIP14 6.053979148 C6_chemical_A1 +LQ02X026360 Putative F-box protein SKIP14 5.789181569 C6_chemical_A3 +LQ02X026360 Putative F-box protein SKIP14 5.742990933 C6_chemical_B1 +LQ02X026360 Putative F-box protein SKIP14 6.390065932 C6_chemical_B2 +LQ02X026360 Putative F-box protein SKIP14 6.399207984 C6_chemical_B3 +LQ02X026360 Putative F-box protein SKIP14 5.675151333 C6_chemical_C1 +LQ02X026360 Putative F-box protein SKIP14 6.225646318 C6_chemical_C2 +LQ02X026360 Putative F-box protein SKIP14 5.833068087 C6_chemical_C3 +LQ02X026360 Putative F-box protein SKIP14 5.6395182 L4_control_A1 +LQ02X026360 Putative F-box protein SKIP14 6.576342116 L4_control_A2 +LQ02X026360 Putative F-box protein SKIP14 6.558096747 L4_control_A3 +LQ02X026360 Putative F-box protein SKIP14 6.31940337 L4_control_B1 +LQ02X026360 Putative F-box protein SKIP14 7.050257293 L4_control_B2 +LQ02X026360 Putative F-box protein SKIP14 5.937932244 L4_control_B3 +LQ02X026360 Putative F-box protein SKIP14 5.256372155 L4_control_C2 +LQ02X026360 Putative F-box protein SKIP14 5.379496748 L4_control_C3 +LQ02X026360 Putative F-box protein SKIP14 6.083981379 L4_chemical_A1 +LQ02X026360 Putative F-box protein SKIP14 6.069908329 L4_chemical_A2 +LQ02X026360 Putative F-box protein SKIP14 6.433493534 L4_chemical_A3 +LQ02X026360 Putative F-box protein SKIP14 6.434144405 L4_chemical_B1 +LQ02X026360 Putative F-box protein SKIP14 6.263474525 L4_chemical_B2 +LQ02X026360 Putative F-box protein SKIP14 6.008489733 L4_chemical_B3 +LQ02X026360 Putative F-box protein SKIP14 5.832199204 L4_chemical_C2 +LQ02X026360 Putative F-box protein SKIP14 5.281329379 L4_chemical_C3 +LQ02X026380 GT-1 10.49321527 C6_control_A1 +LQ02X026380 GT-1 10.50920645 C6_control_A3 +LQ02X026380 GT-1 10.62835689 C6_control_B1 +LQ02X026380 GT-1 10.08546937 C6_control_B2 +LQ02X026380 GT-1 10.45026832 C6_control_B3 +LQ02X026380 GT-1 10.85982344 C6_control_C1 +LQ02X026380 GT-1 10.69847029 C6_control_C2 +LQ02X026380 GT-1 10.65348092 C6_control_C3 +LQ02X026380 GT-1 10.53422998 C6_chemical_A1 +LQ02X026380 GT-1 10.69409623 C6_chemical_A3 +LQ02X026380 GT-1 10.71898324 C6_chemical_B1 +LQ02X026380 GT-1 9.991140871 C6_chemical_B2 +LQ02X026380 GT-1 10.53165371 C6_chemical_B3 +LQ02X026380 GT-1 10.90616061 C6_chemical_C1 +LQ02X026380 GT-1 10.90912817 C6_chemical_C2 +LQ02X026380 GT-1 10.75293208 C6_chemical_C3 +LQ02X026380 GT-1 10.55390267 L4_control_A1 +LQ02X026380 GT-1 10.86074175 L4_control_A2 +LQ02X026380 GT-1 11.62921105 L4_control_A3 +LQ02X026380 GT-1 10.50378588 L4_control_B1 +LQ02X026380 GT-1 10.96347368 L4_control_B2 +LQ02X026380 GT-1 10.83273852 L4_control_B3 +LQ02X026380 GT-1 11.52184018 L4_control_C2 +LQ02X026380 GT-1 11.17462581 L4_control_C3 +LQ02X026380 GT-1 10.98241105 L4_chemical_A1 +LQ02X026380 GT-1 11.49934879 L4_chemical_A2 +LQ02X026380 GT-1 11.47375108 L4_chemical_A3 +LQ02X026380 GT-1 10.94068651 L4_chemical_B1 +LQ02X026380 GT-1 11.17503665 L4_chemical_B2 +LQ02X026380 GT-1 10.64033005 L4_chemical_B3 +LQ02X026380 GT-1 11.50529268 L4_chemical_C2 +LQ02X026380 GT-1 11.34952377 L4_chemical_C3 +LQ02X026410 Putative uncharacterized protein 7.499586409 C6_control_A1 +LQ02X026410 Putative uncharacterized protein 7.91075164 C6_control_A3 +LQ02X026410 Putative uncharacterized protein 7.031627796 C6_control_B1 +LQ02X026410 Putative uncharacterized protein 6.073738929 C6_control_B2 +LQ02X026410 Putative uncharacterized protein 4.970832489 C6_control_B3 +LQ02X026410 Putative uncharacterized protein 6.269840421 C6_control_C1 +LQ02X026410 Putative uncharacterized protein 6.592165227 C6_control_C2 +LQ02X026410 Putative uncharacterized protein 5.944366048 C6_control_C3 +LQ02X026410 Putative uncharacterized protein 6.761828878 C6_chemical_A1 +LQ02X026410 Putative uncharacterized protein 8.755985771 C6_chemical_A3 +LQ02X026410 Putative uncharacterized protein 6.853431484 C6_chemical_B1 +LQ02X026410 Putative uncharacterized protein 6.784177222 C6_chemical_B2 +LQ02X026410 Putative uncharacterized protein 5.182958857 C6_chemical_B3 +LQ02X026410 Putative uncharacterized protein 5.518111822 C6_chemical_C1 +LQ02X026410 Putative uncharacterized protein 8.00130734 C6_chemical_C2 +LQ02X026410 Putative uncharacterized protein 7.087445645 C6_chemical_C3 +LQ02X026410 Putative uncharacterized protein 9.309537293 L4_control_A1 +LQ02X026410 Putative uncharacterized protein 9.587996864 L4_control_A2 +LQ02X026410 Putative uncharacterized protein 8.519082041 L4_control_A3 +LQ02X026410 Putative uncharacterized protein 7.685044897 L4_control_B1 +LQ02X026410 Putative uncharacterized protein 7.511950293 L4_control_B2 +LQ02X026410 Putative uncharacterized protein 5.575486706 L4_control_B3 +LQ02X026410 Putative uncharacterized protein 6.689452997 L4_control_C2 +LQ02X026410 Putative uncharacterized protein 6.561813537 L4_control_C3 +LQ02X026410 Putative uncharacterized protein 10.29197452 L4_chemical_A1 +LQ02X026410 Putative uncharacterized protein 9.861439384 L4_chemical_A2 +LQ02X026410 Putative uncharacterized protein 10.06915205 L4_chemical_A3 +LQ02X026410 Putative uncharacterized protein 10.69489455 L4_chemical_B1 +LQ02X026410 Putative uncharacterized protein 9.435674454 L4_chemical_B2 +LQ02X026410 Putative uncharacterized protein 7.708946691 L4_chemical_B3 +LQ02X026410 Putative uncharacterized protein 7.982881207 L4_chemical_C2 +LQ02X026410 Putative uncharacterized protein 7.601835818 L4_chemical_C3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.124189267 C6_control_A1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.893672585 C6_control_A3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.105506997 C6_control_B1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.479939399 C6_control_B2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.438258243 C6_control_B3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.095715922 C6_control_C1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.073755539 C6_control_C2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.154186966 C6_control_C3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.203794609 C6_chemical_A1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.759663473 C6_chemical_A3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.331841844 C6_chemical_B1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.38258531 C6_chemical_B2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.271244516 C6_chemical_B3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.20188967 C6_chemical_C1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.080287984 C6_chemical_C2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.400021016 C6_chemical_C3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.522384181 L4_control_A1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.258364336 L4_control_A2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.039684718 L4_control_A3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.870650736 L4_control_B1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.020708247 L4_control_B2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.140353615 L4_control_B3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.40651724 L4_control_C2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.055942171 L4_control_C3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 8.629606478 L4_chemical_A1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.614544282 L4_chemical_A2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.964693464 L4_chemical_A3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.921376937 L4_chemical_B1 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.983607484 L4_chemical_B2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.109448595 L4_chemical_B3 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.933678251 L4_chemical_C2 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.314420101 L4_chemical_C3 +LQ02X026460 Alpha DNA polymerase, putative 9.484539615 C6_control_A1 +LQ02X026460 Alpha DNA polymerase, putative 9.538392672 C6_control_A3 +LQ02X026460 Alpha DNA polymerase, putative 7.383782336 C6_control_B1 +LQ02X026460 Alpha DNA polymerase, putative 6.196220784 C6_control_B2 +LQ02X026460 Alpha DNA polymerase, putative 5.362156411 C6_control_B3 +LQ02X026460 Alpha DNA polymerase, putative 7.269898609 C6_control_C1 +LQ02X026460 Alpha DNA polymerase, putative 6.832084748 C6_control_C2 +LQ02X026460 Alpha DNA polymerase, putative 6.268505537 C6_control_C3 +LQ02X026460 Alpha DNA polymerase, putative 9.282803986 C6_chemical_A1 +LQ02X026460 Alpha DNA polymerase, putative 9.697527474 C6_chemical_A3 +LQ02X026460 Alpha DNA polymerase, putative 6.330950253 C6_chemical_B1 +LQ02X026460 Alpha DNA polymerase, putative 5.586451047 C6_chemical_B2 +LQ02X026460 Alpha DNA polymerase, putative 6.251369498 C6_chemical_B3 +LQ02X026460 Alpha DNA polymerase, putative 7.387300402 C6_chemical_C1 +LQ02X026460 Alpha DNA polymerase, putative 6.514049915 C6_chemical_C2 +LQ02X026460 Alpha DNA polymerase, putative 6.549192259 C6_chemical_C3 +LQ02X026460 Alpha DNA polymerase, putative 10.0017793 L4_control_A1 +LQ02X026460 Alpha DNA polymerase, putative 8.949634295 L4_control_A2 +LQ02X026460 Alpha DNA polymerase, putative 9.99858461 L4_control_A3 +LQ02X026460 Alpha DNA polymerase, putative 6.123930576 L4_control_B1 +LQ02X026460 Alpha DNA polymerase, putative 7.155054908 L4_control_B2 +LQ02X026460 Alpha DNA polymerase, putative 6.430466968 L4_control_B3 +LQ02X026460 Alpha DNA polymerase, putative 6.239644339 L4_control_C2 +LQ02X026460 Alpha DNA polymerase, putative 5.983048027 L4_control_C3 +LQ02X026460 Alpha DNA polymerase, putative 8.733772052 L4_chemical_A1 +LQ02X026460 Alpha DNA polymerase, putative 6.439105757 L4_chemical_A2 +LQ02X026460 Alpha DNA polymerase, putative 9.191344956 L4_chemical_A3 +LQ02X026460 Alpha DNA polymerase, putative 5.715208059 L4_chemical_B1 +LQ02X026460 Alpha DNA polymerase, putative 5.833094288 L4_chemical_B2 +LQ02X026460 Alpha DNA polymerase, putative 7.96233211 L4_chemical_B3 +LQ02X026460 Alpha DNA polymerase, putative 5.982834883 L4_chemical_C2 +LQ02X026460 Alpha DNA polymerase, putative 5.920392964 L4_chemical_C3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.84713691 C6_control_A1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.21931698 C6_control_A3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.2234698 C6_control_B1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.04448136 C6_control_B2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.51707986 C6_control_B3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.76872401 C6_control_C1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.80529759 C6_control_C2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.63670991 C6_control_C3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.89605199 C6_chemical_A1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.19133974 C6_chemical_A3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.27660955 C6_chemical_B1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.18789839 C6_chemical_B2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.18031072 C6_chemical_B3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.13245075 C6_chemical_C1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.84313099 C6_chemical_C2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.16368422 C6_chemical_C3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.20544551 L4_control_A1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.99532537 L4_control_A2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.37650344 L4_control_A3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.16911801 L4_control_B1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.35000807 L4_control_B2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.70085645 L4_control_B3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.50588907 L4_control_C2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.47825798 L4_control_C3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.00142169 L4_chemical_A1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.84264451 L4_chemical_A2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.30415641 L4_chemical_A3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.06239638 L4_chemical_B1 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.04506698 L4_chemical_B2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 13.22106436 L4_chemical_B3 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.73736414 L4_chemical_C2 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.80114081 L4_chemical_C3 +LQ02X026490 Putative Uncharacterized protein ybeB 6.025968497 C6_control_A1 +LQ02X026490 Putative Uncharacterized protein ybeB 6.351125453 C6_control_A3 +LQ02X026490 Putative Uncharacterized protein ybeB 5.614029784 C6_control_B1 +LQ02X026490 Putative Uncharacterized protein ybeB 5.733524234 C6_control_B2 +LQ02X026490 Putative Uncharacterized protein ybeB 6.313832633 C6_control_B3 +LQ02X026490 Putative Uncharacterized protein ybeB 6.462138875 C6_control_C1 +LQ02X026490 Putative Uncharacterized protein ybeB 6.787270508 C6_control_C2 +LQ02X026490 Putative Uncharacterized protein ybeB 5.522407005 C6_control_C3 +LQ02X026490 Putative Uncharacterized protein ybeB 5.714158796 C6_chemical_A1 +LQ02X026490 Putative Uncharacterized protein ybeB 5.760901568 C6_chemical_A3 +LQ02X026490 Putative Uncharacterized protein ybeB 5.633495804 C6_chemical_B1 +LQ02X026490 Putative Uncharacterized protein ybeB 5.597452395 C6_chemical_B2 +LQ02X026490 Putative Uncharacterized protein ybeB 5.845609702 C6_chemical_B3 +LQ02X026490 Putative Uncharacterized protein ybeB 6.39674506 C6_chemical_C1 +LQ02X026490 Putative Uncharacterized protein ybeB 6.142950244 C6_chemical_C2 +LQ02X026490 Putative Uncharacterized protein ybeB 5.649538121 C6_chemical_C3 +LQ02X026490 Putative Uncharacterized protein ybeB 5.522210656 L4_control_A1 +LQ02X026490 Putative Uncharacterized protein ybeB 5.69470656 L4_control_A2 +LQ02X026490 Putative Uncharacterized protein ybeB 5.922239127 L4_control_A3 +LQ02X026490 Putative Uncharacterized protein ybeB 5.831107085 L4_control_B1 +LQ02X026490 Putative Uncharacterized protein ybeB 5.801047428 L4_control_B2 +LQ02X026490 Putative Uncharacterized protein ybeB 5.732547639 L4_control_B3 +LQ02X026490 Putative Uncharacterized protein ybeB 6.465607967 L4_control_C2 +LQ02X026490 Putative Uncharacterized protein ybeB 5.730387858 L4_control_C3 +LQ02X026490 Putative Uncharacterized protein ybeB 5.775411213 L4_chemical_A1 +LQ02X026490 Putative Uncharacterized protein ybeB 5.573810452 L4_chemical_A2 +LQ02X026490 Putative Uncharacterized protein ybeB 6.04756674 L4_chemical_A3 +LQ02X026490 Putative Uncharacterized protein ybeB 5.70134781 L4_chemical_B1 +LQ02X026490 Putative Uncharacterized protein ybeB 6.185630681 L4_chemical_B2 +LQ02X026490 Putative Uncharacterized protein ybeB 5.645656037 L4_chemical_B3 +LQ02X026490 Putative Uncharacterized protein ybeB 5.993821151 L4_chemical_C2 +LQ02X026490 Putative Uncharacterized protein ybeB 5.332494274 L4_chemical_C3 +LQ02X026550 Cyclin-dependent kinase G-2 5.073376049 C6_control_A1 +LQ02X026550 Cyclin-dependent kinase G-2 4.894680115 C6_control_A3 +LQ02X026550 Cyclin-dependent kinase G-2 5.396839705 C6_control_B1 +LQ02X026550 Cyclin-dependent kinase G-2 4.944465905 C6_control_B2 +LQ02X026550 Cyclin-dependent kinase G-2 4.890469249 C6_control_B3 +LQ02X026550 Cyclin-dependent kinase G-2 4.794361944 C6_control_C1 +LQ02X026550 Cyclin-dependent kinase G-2 5.651495476 C6_control_C2 +LQ02X026550 Cyclin-dependent kinase G-2 4.956842584 C6_control_C3 +LQ02X026550 Cyclin-dependent kinase G-2 5.527140655 C6_chemical_A1 +LQ02X026550 Cyclin-dependent kinase G-2 4.894984112 C6_chemical_A3 +LQ02X026550 Cyclin-dependent kinase G-2 5.453374096 C6_chemical_B1 +LQ02X026550 Cyclin-dependent kinase G-2 5.246245565 C6_chemical_B2 +LQ02X026550 Cyclin-dependent kinase G-2 4.940292016 C6_chemical_B3 +LQ02X026550 Cyclin-dependent kinase G-2 5.247082278 C6_chemical_C1 +LQ02X026550 Cyclin-dependent kinase G-2 5.071673215 C6_chemical_C2 +LQ02X026550 Cyclin-dependent kinase G-2 4.9127399 C6_chemical_C3 +LQ02X026550 Cyclin-dependent kinase G-2 5.092672073 L4_control_A1 +LQ02X026550 Cyclin-dependent kinase G-2 4.877569621 L4_control_A2 +LQ02X026550 Cyclin-dependent kinase G-2 4.939205771 L4_control_A3 +LQ02X026550 Cyclin-dependent kinase G-2 5.73168204 L4_control_B1 +LQ02X026550 Cyclin-dependent kinase G-2 4.85053994 L4_control_B2 +LQ02X026550 Cyclin-dependent kinase G-2 4.860951846 L4_control_B3 +LQ02X026550 Cyclin-dependent kinase G-2 5.781084724 L4_control_C2 +LQ02X026550 Cyclin-dependent kinase G-2 4.716146026 L4_control_C3 +LQ02X026550 Cyclin-dependent kinase G-2 5.181462725 L4_chemical_A1 +LQ02X026550 Cyclin-dependent kinase G-2 4.881162841 L4_chemical_A2 +LQ02X026550 Cyclin-dependent kinase G-2 4.941408177 L4_chemical_A3 +LQ02X026550 Cyclin-dependent kinase G-2 5.099875121 L4_chemical_B1 +LQ02X026550 Cyclin-dependent kinase G-2 5.054547206 L4_chemical_B2 +LQ02X026550 Cyclin-dependent kinase G-2 4.900389252 L4_chemical_B3 +LQ02X026550 Cyclin-dependent kinase G-2 5.717577925 L4_chemical_C2 +LQ02X026550 Cyclin-dependent kinase G-2 5.400249492 L4_chemical_C3 +LQ02X026590 Lipoxygenase 6, choloroplastic 8.59437724 C6_control_A1 +LQ02X026590 Lipoxygenase 6, choloroplastic 9.283315018 C6_control_A3 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.935253533 C6_control_B1 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.882940917 C6_control_B2 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.791536072 C6_control_B3 +LQ02X026590 Lipoxygenase 6, choloroplastic 5.918441431 C6_control_C1 +LQ02X026590 Lipoxygenase 6, choloroplastic 5.77185351 C6_control_C2 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.05407905 C6_control_C3 +LQ02X026590 Lipoxygenase 6, choloroplastic 8.585282117 C6_chemical_A1 +LQ02X026590 Lipoxygenase 6, choloroplastic 9.755356444 C6_chemical_A3 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.955637562 C6_chemical_B1 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.809674523 C6_chemical_B2 +LQ02X026590 Lipoxygenase 6, choloroplastic 8.530335142 C6_chemical_B3 +LQ02X026590 Lipoxygenase 6, choloroplastic 5.787980459 C6_chemical_C1 +LQ02X026590 Lipoxygenase 6, choloroplastic 5.942658688 C6_chemical_C2 +LQ02X026590 Lipoxygenase 6, choloroplastic 6.348735214 C6_chemical_C3 +LQ02X026590 Lipoxygenase 6, choloroplastic 9.583352978 L4_control_A1 +LQ02X026590 Lipoxygenase 6, choloroplastic 9.122830501 L4_control_A2 +LQ02X026590 Lipoxygenase 6, choloroplastic 11.0787546 L4_control_A3 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.817050097 L4_control_B1 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.935676171 L4_control_B2 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.231415556 L4_control_B3 +LQ02X026590 Lipoxygenase 6, choloroplastic 5.281823179 L4_control_C2 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.852764729 L4_control_C3 +LQ02X026590 Lipoxygenase 6, choloroplastic 9.296339251 L4_chemical_A1 +LQ02X026590 Lipoxygenase 6, choloroplastic 9.288471599 L4_chemical_A2 +LQ02X026590 Lipoxygenase 6, choloroplastic 10.54334385 L4_chemical_A3 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.538376285 L4_chemical_B1 +LQ02X026590 Lipoxygenase 6, choloroplastic 8.342380705 L4_chemical_B2 +LQ02X026590 Lipoxygenase 6, choloroplastic 9.22939049 L4_chemical_B3 +LQ02X026590 Lipoxygenase 6, choloroplastic 6.879644941 L4_chemical_C2 +LQ02X026590 Lipoxygenase 6, choloroplastic 7.503420232 L4_chemical_C3 +LQ02X026620 Adenylate kinase B 5.380581223 C6_control_A1 +LQ02X026620 Adenylate kinase B 5.686060367 C6_control_A3 +LQ02X026620 Adenylate kinase B 5.012470476 C6_control_B1 +LQ02X026620 Adenylate kinase B 5.074069242 C6_control_B2 +LQ02X026620 Adenylate kinase B 5.199092005 C6_control_B3 +LQ02X026620 Adenylate kinase B 4.9607575 C6_control_C1 +LQ02X026620 Adenylate kinase B 4.910510024 C6_control_C2 +LQ02X026620 Adenylate kinase B 5.023890646 C6_control_C3 +LQ02X026620 Adenylate kinase B 5.855319751 C6_chemical_A1 +LQ02X026620 Adenylate kinase B 5.462143356 C6_chemical_A3 +LQ02X026620 Adenylate kinase B 5.314342083 C6_chemical_B1 +LQ02X026620 Adenylate kinase B 5.063760994 C6_chemical_B2 +LQ02X026620 Adenylate kinase B 5.349806983 C6_chemical_B3 +LQ02X026620 Adenylate kinase B 5.031367858 C6_chemical_C1 +LQ02X026620 Adenylate kinase B 4.88615453 C6_chemical_C2 +LQ02X026620 Adenylate kinase B 4.991789377 C6_chemical_C3 +LQ02X026620 Adenylate kinase B 5.433097796 L4_control_A1 +LQ02X026620 Adenylate kinase B 5.953942647 L4_control_A2 +LQ02X026620 Adenylate kinase B 5.906936057 L4_control_A3 +LQ02X026620 Adenylate kinase B 5.696025597 L4_control_B1 +LQ02X026620 Adenylate kinase B 6.075389661 L4_control_B2 +LQ02X026620 Adenylate kinase B 5.292633022 L4_control_B3 +LQ02X026620 Adenylate kinase B 6.16525836 L4_control_C2 +LQ02X026620 Adenylate kinase B 5.418867094 L4_control_C3 +LQ02X026620 Adenylate kinase B 5.588521015 L4_chemical_A1 +LQ02X026620 Adenylate kinase B 5.394459841 L4_chemical_A2 +LQ02X026620 Adenylate kinase B 5.392024718 L4_chemical_A3 +LQ02X026620 Adenylate kinase B 5.316119995 L4_chemical_B1 +LQ02X026620 Adenylate kinase B 5.501802025 L4_chemical_B2 +LQ02X026620 Adenylate kinase B 5.425785794 L4_chemical_B3 +LQ02X026620 Adenylate kinase B 5.328642257 L4_chemical_C2 +LQ02X026620 Adenylate kinase B 5.983528238 L4_chemical_C3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.54284656 C6_control_A1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.62187228 C6_control_A3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.42598911 C6_control_B1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 10.94308174 C6_control_B2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.37591142 C6_control_B3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.33376952 C6_control_C1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.12507765 C6_control_C2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 10.49826725 C6_control_C3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.73284864 C6_chemical_A1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.64084559 C6_chemical_A3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.50453399 C6_chemical_B1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 10.95434874 C6_chemical_B2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.25833161 C6_chemical_B3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.38243344 C6_chemical_C1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.16217171 C6_chemical_C2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 10.77066266 C6_chemical_C3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.89721514 L4_control_A1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.73608503 L4_control_A2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 12.46099344 L4_control_A3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.4734472 L4_control_B1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 12.06821055 L4_control_B2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.5168655 L4_control_B3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 12.16910214 L4_control_C2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.87935443 L4_control_C3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.52178269 L4_chemical_A1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.39780696 L4_chemical_A2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 12.09273767 L4_chemical_A3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.58734963 L4_chemical_B1 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.38710586 L4_chemical_B2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.33227038 L4_chemical_B3 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.75675855 L4_chemical_C2 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.85627838 L4_chemical_C3 +LQ02X026660 Putative uncharacterized protein 5.570260939 C6_control_A1 +LQ02X026660 Putative uncharacterized protein 5.604119688 C6_control_A3 +LQ02X026660 Putative uncharacterized protein 6.189595131 C6_control_B1 +LQ02X026660 Putative uncharacterized protein 5.669979642 C6_control_B2 +LQ02X026660 Putative uncharacterized protein 5.975117333 C6_control_B3 +LQ02X026660 Putative uncharacterized protein 5.942083511 C6_control_C1 +LQ02X026660 Putative uncharacterized protein 5.125476394 C6_control_C2 +LQ02X026660 Putative uncharacterized protein 5.292097704 C6_control_C3 +LQ02X026660 Putative uncharacterized protein 5.983419574 C6_chemical_A1 +LQ02X026660 Putative uncharacterized protein 5.637752476 C6_chemical_A3 +LQ02X026660 Putative uncharacterized protein 6.158437189 C6_chemical_B1 +LQ02X026660 Putative uncharacterized protein 5.484558851 C6_chemical_B2 +LQ02X026660 Putative uncharacterized protein 5.549808749 C6_chemical_B3 +LQ02X026660 Putative uncharacterized protein 5.848805836 C6_chemical_C1 +LQ02X026660 Putative uncharacterized protein 5.516939324 C6_chemical_C2 +LQ02X026660 Putative uncharacterized protein 5.370546709 C6_chemical_C3 +LQ02X026660 Putative uncharacterized protein 5.708733973 L4_control_A1 +LQ02X026660 Putative uncharacterized protein 5.508223368 L4_control_A2 +LQ02X026660 Putative uncharacterized protein 6.186445134 L4_control_A3 +LQ02X026660 Putative uncharacterized protein 6.162869928 L4_control_B1 +LQ02X026660 Putative uncharacterized protein 5.984758464 L4_control_B2 +LQ02X026660 Putative uncharacterized protein 5.757049764 L4_control_B3 +LQ02X026660 Putative uncharacterized protein 6.105571773 L4_control_C2 +LQ02X026660 Putative uncharacterized protein 5.372342984 L4_control_C3 +LQ02X026660 Putative uncharacterized protein 5.488158138 L4_chemical_A1 +LQ02X026660 Putative uncharacterized protein 5.81061496 L4_chemical_A2 +LQ02X026660 Putative uncharacterized protein 5.675376501 L4_chemical_A3 +LQ02X026660 Putative uncharacterized protein 6.235624295 L4_chemical_B1 +LQ02X026660 Putative uncharacterized protein 6.034842662 L4_chemical_B2 +LQ02X026660 Putative uncharacterized protein 5.691399125 L4_chemical_B3 +LQ02X026660 Putative uncharacterized protein 5.966198457 L4_chemical_C2 +LQ02X026660 Putative uncharacterized protein 6.099203592 L4_chemical_C3 +LQ02X026670 Putative Thioredoxin H-type 9.670062825 C6_control_A1 +LQ02X026670 Putative Thioredoxin H-type 10.3241532 C6_control_A3 +LQ02X026670 Putative Thioredoxin H-type 9.267362324 C6_control_B1 +LQ02X026670 Putative Thioredoxin H-type 10.40162867 C6_control_B2 +LQ02X026670 Putative Thioredoxin H-type 9.534789708 C6_control_B3 +LQ02X026670 Putative Thioredoxin H-type 10.25424996 C6_control_C1 +LQ02X026670 Putative Thioredoxin H-type 10.33556867 C6_control_C2 +LQ02X026670 Putative Thioredoxin H-type 9.835666799 C6_control_C3 +LQ02X026670 Putative Thioredoxin H-type 9.749005787 C6_chemical_A1 +LQ02X026670 Putative Thioredoxin H-type 11.00699916 C6_chemical_A3 +LQ02X026670 Putative Thioredoxin H-type 9.161333864 C6_chemical_B1 +LQ02X026670 Putative Thioredoxin H-type 10.29410144 C6_chemical_B2 +LQ02X026670 Putative Thioredoxin H-type 9.257603553 C6_chemical_B3 +LQ02X026670 Putative Thioredoxin H-type 10.4492417 C6_chemical_C1 +LQ02X026670 Putative Thioredoxin H-type 10.43222408 C6_chemical_C2 +LQ02X026670 Putative Thioredoxin H-type 10.72381805 C6_chemical_C3 +LQ02X026670 Putative Thioredoxin H-type 11.51099474 L4_control_A1 +LQ02X026670 Putative Thioredoxin H-type 11.85757015 L4_control_A2 +LQ02X026670 Putative Thioredoxin H-type 10.85194693 L4_control_A3 +LQ02X026670 Putative Thioredoxin H-type 10.86906268 L4_control_B1 +LQ02X026670 Putative Thioredoxin H-type 10.47553146 L4_control_B2 +LQ02X026670 Putative Thioredoxin H-type 10.87589034 L4_control_B3 +LQ02X026670 Putative Thioredoxin H-type 10.65108052 L4_control_C2 +LQ02X026670 Putative Thioredoxin H-type 9.912940796 L4_control_C3 +LQ02X026670 Putative Thioredoxin H-type 11.2401772 L4_chemical_A1 +LQ02X026670 Putative Thioredoxin H-type 11.37455486 L4_chemical_A2 +LQ02X026670 Putative Thioredoxin H-type 11.05484267 L4_chemical_A3 +LQ02X026670 Putative Thioredoxin H-type 11.05338405 L4_chemical_B1 +LQ02X026670 Putative Thioredoxin H-type 10.63439902 L4_chemical_B2 +LQ02X026670 Putative Thioredoxin H-type 11.18300833 L4_chemical_B3 +LQ02X026670 Putative Thioredoxin H-type 10.63486502 L4_chemical_C2 +LQ02X026670 Putative Thioredoxin H-type 10.64377578 L4_chemical_C3 +LQ02X026760 Proteasome subunit beta type-5 13.8122859 C6_control_A1 +LQ02X026760 Proteasome subunit beta type-5 14.08214182 C6_control_A3 +LQ02X026760 Proteasome subunit beta type-5 13.31616752 C6_control_B1 +LQ02X026760 Proteasome subunit beta type-5 13.84750648 C6_control_B2 +LQ02X026760 Proteasome subunit beta type-5 13.56585554 C6_control_B3 +LQ02X026760 Proteasome subunit beta type-5 13.98349011 C6_control_C1 +LQ02X026760 Proteasome subunit beta type-5 14.11594844 C6_control_C2 +LQ02X026760 Proteasome subunit beta type-5 13.74333404 C6_control_C3 +LQ02X026760 Proteasome subunit beta type-5 13.7162219 C6_chemical_A1 +LQ02X026760 Proteasome subunit beta type-5 13.8912265 C6_chemical_A3 +LQ02X026760 Proteasome subunit beta type-5 13.18620726 C6_chemical_B1 +LQ02X026760 Proteasome subunit beta type-5 13.82814042 C6_chemical_B2 +LQ02X026760 Proteasome subunit beta type-5 13.6206179 C6_chemical_B3 +LQ02X026760 Proteasome subunit beta type-5 14.02182561 C6_chemical_C1 +LQ02X026760 Proteasome subunit beta type-5 13.9478534 C6_chemical_C2 +LQ02X026760 Proteasome subunit beta type-5 13.77958312 C6_chemical_C3 +LQ02X026760 Proteasome subunit beta type-5 13.60508228 L4_control_A1 +LQ02X026760 Proteasome subunit beta type-5 14.00851871 L4_control_A2 +LQ02X026760 Proteasome subunit beta type-5 13.37143024 L4_control_A3 +LQ02X026760 Proteasome subunit beta type-5 12.77877754 L4_control_B1 +LQ02X026760 Proteasome subunit beta type-5 12.96339856 L4_control_B2 +LQ02X026760 Proteasome subunit beta type-5 12.92331708 L4_control_B3 +LQ02X026760 Proteasome subunit beta type-5 13.40099256 L4_control_C2 +LQ02X026760 Proteasome subunit beta type-5 13.24463222 L4_control_C3 +LQ02X026760 Proteasome subunit beta type-5 13.79511975 L4_chemical_A1 +LQ02X026760 Proteasome subunit beta type-5 13.9835077 L4_chemical_A2 +LQ02X026760 Proteasome subunit beta type-5 13.29464639 L4_chemical_A3 +LQ02X026760 Proteasome subunit beta type-5 13.0520345 L4_chemical_B1 +LQ02X026760 Proteasome subunit beta type-5 12.91087317 L4_chemical_B2 +LQ02X026760 Proteasome subunit beta type-5 13.17305142 L4_chemical_B3 +LQ02X026760 Proteasome subunit beta type-5 13.23393899 L4_chemical_C2 +LQ02X026760 Proteasome subunit beta type-5 13.13886993 L4_chemical_C3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.11908192 C6_control_A1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.16767558 C6_control_A3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.27998065 C6_control_B1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.08830435 C6_control_B2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.43753966 C6_control_B3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 8.651941028 C6_control_C1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 8.292822975 C6_control_C2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 8.321856399 C6_control_C3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.08942757 C6_chemical_A1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.21667824 C6_chemical_A3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.18890011 C6_chemical_B1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 10.91974436 C6_chemical_B2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 10.99352683 C6_chemical_B3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 8.450998576 C6_chemical_C1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 7.919259976 C6_chemical_C2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 7.690576736 C6_chemical_C3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.3693801 L4_control_A1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.98144119 L4_control_A2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.12178718 L4_control_A3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 10.74891714 L4_control_B1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.79361552 L4_control_B2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.0666687 L4_control_B3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 7.847447672 L4_control_C2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 8.778612976 L4_control_C3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 10.52837284 L4_chemical_A1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.33964873 L4_chemical_A2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.20345731 L4_chemical_A3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.36571978 L4_chemical_B1 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.81093703 L4_chemical_B2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.63040495 L4_chemical_B3 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 7.707143218 L4_chemical_C2 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 8.996246142 L4_chemical_C3 +LQ02X026780 Transmembrane protein 167A 12.60690671 C6_control_A1 +LQ02X026780 Transmembrane protein 167A 13.14964946 C6_control_A3 +LQ02X026780 Transmembrane protein 167A 12.45196999 C6_control_B1 +LQ02X026780 Transmembrane protein 167A 12.52583696 C6_control_B2 +LQ02X026780 Transmembrane protein 167A 12.34221999 C6_control_B3 +LQ02X026780 Transmembrane protein 167A 12.46808063 C6_control_C1 +LQ02X026780 Transmembrane protein 167A 12.33217343 C6_control_C2 +LQ02X026780 Transmembrane protein 167A 12.24775876 C6_control_C3 +LQ02X026780 Transmembrane protein 167A 12.36096863 C6_chemical_A1 +LQ02X026780 Transmembrane protein 167A 12.02413222 C6_chemical_A3 +LQ02X026780 Transmembrane protein 167A 12.49741982 C6_chemical_B1 +LQ02X026780 Transmembrane protein 167A 12.47822054 C6_chemical_B2 +LQ02X026780 Transmembrane protein 167A 12.10160773 C6_chemical_B3 +LQ02X026780 Transmembrane protein 167A 12.49410501 C6_chemical_C1 +LQ02X026780 Transmembrane protein 167A 12.34651973 C6_chemical_C2 +LQ02X026780 Transmembrane protein 167A 12.01547538 C6_chemical_C3 +LQ02X026780 Transmembrane protein 167A 12.46247811 L4_control_A1 +LQ02X026780 Transmembrane protein 167A 11.8450145 L4_control_A2 +LQ02X026780 Transmembrane protein 167A 11.76716633 L4_control_A3 +LQ02X026780 Transmembrane protein 167A 11.97759207 L4_control_B1 +LQ02X026780 Transmembrane protein 167A 11.18005103 L4_control_B2 +LQ02X026780 Transmembrane protein 167A 11.54633397 L4_control_B3 +LQ02X026780 Transmembrane protein 167A 11.95917911 L4_control_C2 +LQ02X026780 Transmembrane protein 167A 10.84135132 L4_control_C3 +LQ02X026780 Transmembrane protein 167A 12.14703064 L4_chemical_A1 +LQ02X026780 Transmembrane protein 167A 11.60645538 L4_chemical_A2 +LQ02X026780 Transmembrane protein 167A 11.58391714 L4_chemical_A3 +LQ02X026780 Transmembrane protein 167A 11.63964601 L4_chemical_B1 +LQ02X026780 Transmembrane protein 167A 11.88009266 L4_chemical_B2 +LQ02X026780 Transmembrane protein 167A 11.79704976 L4_chemical_B3 +LQ02X026780 Transmembrane protein 167A 11.84266134 L4_chemical_C2 +LQ02X026780 Transmembrane protein 167A 10.93977238 L4_chemical_C3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.718536589 C6_control_A1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.79152043 C6_control_A3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.918135964 C6_control_B1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.66737711 C6_control_B2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.876608237 C6_control_B3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.833653513 C6_control_C1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.42936969 C6_control_C2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.733070557 C6_control_C3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.634717636 C6_chemical_A1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.694627014 C6_chemical_A3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 5.023769366 C6_chemical_B1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.705284349 C6_chemical_B2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.860776915 C6_chemical_B3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.802117767 C6_chemical_C1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.623153246 C6_chemical_C2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.643000481 C6_chemical_C3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 5.080420627 L4_control_A1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.884275666 L4_control_A2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.773104808 L4_control_A3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.347220182 L4_control_B1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.575402687 L4_control_B2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.653507869 L4_control_B3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.97749527 L4_control_C2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 5.109196545 L4_control_C3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.622919026 L4_chemical_A1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.794011053 L4_chemical_A2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.784513088 L4_chemical_A3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.917596021 L4_chemical_B1 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.881496768 L4_chemical_B2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 5.153097193 L4_chemical_B3 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.972763616 L4_chemical_C2 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 5.266988925 L4_chemical_C3 +LQ02X026830 Predicted protein 10.12041058 C6_control_A1 +LQ02X026830 Predicted protein 10.59790828 C6_control_A3 +LQ02X026830 Predicted protein 10.47471159 C6_control_B1 +LQ02X026830 Predicted protein 11.84217046 C6_control_B2 +LQ02X026830 Predicted protein 11.3986166 C6_control_B3 +LQ02X026830 Predicted protein 10.84972572 C6_control_C1 +LQ02X026830 Predicted protein 11.36975593 C6_control_C2 +LQ02X026830 Predicted protein 10.88836686 C6_control_C3 +LQ02X026830 Predicted protein 10.39519942 C6_chemical_A1 +LQ02X026830 Predicted protein 10.5310216 C6_chemical_A3 +LQ02X026830 Predicted protein 10.30169165 C6_chemical_B1 +LQ02X026830 Predicted protein 11.63588966 C6_chemical_B2 +LQ02X026830 Predicted protein 11.60440523 C6_chemical_B3 +LQ02X026830 Predicted protein 10.62915786 C6_chemical_C1 +LQ02X026830 Predicted protein 10.93737754 C6_chemical_C2 +LQ02X026830 Predicted protein 11.29427894 C6_chemical_C3 +LQ02X026830 Predicted protein 11.17065447 L4_control_A1 +LQ02X026830 Predicted protein 11.71456133 L4_control_A2 +LQ02X026830 Predicted protein 10.54413097 L4_control_A3 +LQ02X026830 Predicted protein 11.04185204 L4_control_B1 +LQ02X026830 Predicted protein 10.96092289 L4_control_B2 +LQ02X026830 Predicted protein 11.67245423 L4_control_B3 +LQ02X026830 Predicted protein 10.38822649 L4_control_C2 +LQ02X026830 Predicted protein 10.85240286 L4_control_C3 +LQ02X026830 Predicted protein 11.34339627 L4_chemical_A1 +LQ02X026830 Predicted protein 10.60461845 L4_chemical_A2 +LQ02X026830 Predicted protein 11.32126976 L4_chemical_A3 +LQ02X026830 Predicted protein 10.59514805 L4_chemical_B1 +LQ02X026830 Predicted protein 10.82555105 L4_chemical_B2 +LQ02X026830 Predicted protein 10.67862605 L4_chemical_B3 +LQ02X026830 Predicted protein 10.06204395 L4_chemical_C2 +LQ02X026830 Predicted protein 10.91114978 L4_chemical_C3 +LQ02X026840 Predicted protein 8.664119602 C6_control_A1 +LQ02X026840 Predicted protein 9.762984102 C6_control_A3 +LQ02X026840 Predicted protein 8.492757142 C6_control_B1 +LQ02X026840 Predicted protein 8.949866513 C6_control_B2 +LQ02X026840 Predicted protein 9.630577353 C6_control_B3 +LQ02X026840 Predicted protein 9.241917098 C6_control_C1 +LQ02X026840 Predicted protein 10.92498844 C6_control_C2 +LQ02X026840 Predicted protein 10.06088163 C6_control_C3 +LQ02X026840 Predicted protein 10.32302432 C6_chemical_A1 +LQ02X026840 Predicted protein 9.723364189 C6_chemical_A3 +LQ02X026840 Predicted protein 10.50447654 C6_chemical_B1 +LQ02X026840 Predicted protein 10.59186048 C6_chemical_B2 +LQ02X026840 Predicted protein 11.01716891 C6_chemical_B3 +LQ02X026840 Predicted protein 11.16685217 C6_chemical_C1 +LQ02X026840 Predicted protein 11.14421927 C6_chemical_C2 +LQ02X026840 Predicted protein 11.38877131 C6_chemical_C3 +LQ02X026840 Predicted protein 9.655245002 L4_control_A1 +LQ02X026840 Predicted protein 10.46382919 L4_control_A2 +LQ02X026840 Predicted protein 9.7209741 L4_control_A3 +LQ02X026840 Predicted protein 10.77239964 L4_control_B1 +LQ02X026840 Predicted protein 10.58575968 L4_control_B2 +LQ02X026840 Predicted protein 10.12075492 L4_control_B3 +LQ02X026840 Predicted protein 10.77779816 L4_control_C2 +LQ02X026840 Predicted protein 10.70027175 L4_control_C3 +LQ02X026840 Predicted protein 9.959482848 L4_chemical_A1 +LQ02X026840 Predicted protein 10.69493033 L4_chemical_A2 +LQ02X026840 Predicted protein 10.1806692 L4_chemical_A3 +LQ02X026840 Predicted protein 10.44044178 L4_chemical_B1 +LQ02X026840 Predicted protein 10.417696 L4_chemical_B2 +LQ02X026840 Predicted protein 10.3031045 L4_chemical_B3 +LQ02X026840 Predicted protein 10.59203555 L4_chemical_C2 +LQ02X026840 Predicted protein 10.50778162 L4_chemical_C3 +LQ02X026850 Putative uncharacterized protein 10.34388129 C6_control_A1 +LQ02X026850 Putative uncharacterized protein 10.34637139 C6_control_A3 +LQ02X026850 Putative uncharacterized protein 10.7101279 C6_control_B1 +LQ02X026850 Putative uncharacterized protein 10.27819534 C6_control_B2 +LQ02X026850 Putative uncharacterized protein 10.39263036 C6_control_B3 +LQ02X026850 Putative uncharacterized protein 11.97958639 C6_control_C1 +LQ02X026850 Putative uncharacterized protein 11.49636096 C6_control_C2 +LQ02X026850 Putative uncharacterized protein 10.76752274 C6_control_C3 +LQ02X026850 Putative uncharacterized protein 10.3025394 C6_chemical_A1 +LQ02X026850 Putative uncharacterized protein 10.33495167 C6_chemical_A3 +LQ02X026850 Putative uncharacterized protein 10.54197422 C6_chemical_B1 +LQ02X026850 Putative uncharacterized protein 10.25307204 C6_chemical_B2 +LQ02X026850 Putative uncharacterized protein 10.41508772 C6_chemical_B3 +LQ02X026850 Putative uncharacterized protein 12.48145276 C6_chemical_C1 +LQ02X026850 Putative uncharacterized protein 12.0881416 C6_chemical_C2 +LQ02X026850 Putative uncharacterized protein 11.37069353 C6_chemical_C3 +LQ02X026850 Putative uncharacterized protein 9.934604831 L4_control_A1 +LQ02X026850 Putative uncharacterized protein 9.692447388 L4_control_A2 +LQ02X026850 Putative uncharacterized protein 9.198887747 L4_control_A3 +LQ02X026850 Putative uncharacterized protein 10.64260592 L4_control_B1 +LQ02X026850 Putative uncharacterized protein 10.35936844 L4_control_B2 +LQ02X026850 Putative uncharacterized protein 10.02442417 L4_control_B3 +LQ02X026850 Putative uncharacterized protein 12.09945707 L4_control_C2 +LQ02X026850 Putative uncharacterized protein 10.69778966 L4_control_C3 +LQ02X026850 Putative uncharacterized protein 9.697317231 L4_chemical_A1 +LQ02X026850 Putative uncharacterized protein 10.03975858 L4_chemical_A2 +LQ02X026850 Putative uncharacterized protein 8.696578429 L4_chemical_A3 +LQ02X026850 Putative uncharacterized protein 10.96091007 L4_chemical_B1 +LQ02X026850 Putative uncharacterized protein 10.43766164 L4_chemical_B2 +LQ02X026850 Putative uncharacterized protein 9.71366454 L4_chemical_B3 +LQ02X026850 Putative uncharacterized protein 12.04059571 L4_chemical_C2 +LQ02X026850 Putative uncharacterized protein 10.85909037 L4_chemical_C3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.75212677 C6_control_A1 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.998553959 C6_control_A3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.56530305 C6_control_B1 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.84414487 C6_control_B2 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.920286136 C6_control_B3 +LQ02X026880 Probable ribose-5-phosphate isomerase 6.609657427 C6_control_C1 +LQ02X026880 Probable ribose-5-phosphate isomerase 6.950371575 C6_control_C2 +LQ02X026880 Probable ribose-5-phosphate isomerase 6.277089307 C6_control_C3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.803461377 C6_chemical_A1 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.561833157 C6_chemical_A3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.795814787 C6_chemical_B1 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.749882614 C6_chemical_B2 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.75174817 C6_chemical_B3 +LQ02X026880 Probable ribose-5-phosphate isomerase 6.467312251 C6_chemical_C1 +LQ02X026880 Probable ribose-5-phosphate isomerase 6.267933953 C6_chemical_C2 +LQ02X026880 Probable ribose-5-phosphate isomerase 6.47662497 C6_chemical_C3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.311147628 L4_control_A1 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.735712715 L4_control_A2 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.597715304 L4_control_A3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.536129138 L4_control_B1 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.303959938 L4_control_B2 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.597315429 L4_control_B3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.928135615 L4_control_C2 +LQ02X026880 Probable ribose-5-phosphate isomerase 6.78790649 L4_control_C3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.327850732 L4_chemical_A1 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.737744243 L4_chemical_A2 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.445280432 L4_chemical_A3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.807226302 L4_chemical_B1 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.47330183 L4_chemical_B2 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.419584566 L4_chemical_B3 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.765073295 L4_chemical_C2 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.929539486 L4_chemical_C3 +LQ02X026890 Auxin:hydrogen symporter, putative 10.9782265 C6_control_A1 +LQ02X026890 Auxin:hydrogen symporter, putative 10.69725024 C6_control_A3 +LQ02X026890 Auxin:hydrogen symporter, putative 11.3357617 C6_control_B1 +LQ02X026890 Auxin:hydrogen symporter, putative 11.2866208 C6_control_B2 +LQ02X026890 Auxin:hydrogen symporter, putative 11.50209693 C6_control_B3 +LQ02X026890 Auxin:hydrogen symporter, putative 10.80210307 C6_control_C1 +LQ02X026890 Auxin:hydrogen symporter, putative 10.73934243 C6_control_C2 +LQ02X026890 Auxin:hydrogen symporter, putative 10.54796996 C6_control_C3 +LQ02X026890 Auxin:hydrogen symporter, putative 11.06180369 C6_chemical_A1 +LQ02X026890 Auxin:hydrogen symporter, putative 10.69974295 C6_chemical_A3 +LQ02X026890 Auxin:hydrogen symporter, putative 11.41007635 C6_chemical_B1 +LQ02X026890 Auxin:hydrogen symporter, putative 11.17466974 C6_chemical_B2 +LQ02X026890 Auxin:hydrogen symporter, putative 11.48837594 C6_chemical_B3 +LQ02X026890 Auxin:hydrogen symporter, putative 10.73092458 C6_chemical_C1 +LQ02X026890 Auxin:hydrogen symporter, putative 10.56183847 C6_chemical_C2 +LQ02X026890 Auxin:hydrogen symporter, putative 10.72553972 C6_chemical_C3 +LQ02X026890 Auxin:hydrogen symporter, putative 10.18611829 L4_control_A1 +LQ02X026890 Auxin:hydrogen symporter, putative 10.81879537 L4_control_A2 +LQ02X026890 Auxin:hydrogen symporter, putative 8.220965842 L4_control_A3 +LQ02X026890 Auxin:hydrogen symporter, putative 11.00751214 L4_control_B1 +LQ02X026890 Auxin:hydrogen symporter, putative 11.4075582 L4_control_B2 +LQ02X026890 Auxin:hydrogen symporter, putative 11.35976862 L4_control_B3 +LQ02X026890 Auxin:hydrogen symporter, putative 10.35516228 L4_control_C2 +LQ02X026890 Auxin:hydrogen symporter, putative 11.01429786 L4_control_C3 +LQ02X026890 Auxin:hydrogen symporter, putative 9.955636481 L4_chemical_A1 +LQ02X026890 Auxin:hydrogen symporter, putative 10.283311 L4_chemical_A2 +LQ02X026890 Auxin:hydrogen symporter, putative 8.94506752 L4_chemical_A3 +LQ02X026890 Auxin:hydrogen symporter, putative 10.6926019 L4_chemical_B1 +LQ02X026890 Auxin:hydrogen symporter, putative 10.7906448 L4_chemical_B2 +LQ02X026890 Auxin:hydrogen symporter, putative 11.11879133 L4_chemical_B3 +LQ02X026890 Auxin:hydrogen symporter, putative 10.31341598 L4_chemical_C2 +LQ02X026890 Auxin:hydrogen symporter, putative 11.04619015 L4_chemical_C3 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.521696423 C6_control_A1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.653256673 C6_control_A3 +LQ02X026930 Acetylglucosaminyltransferase, putative 4.828468258 C6_control_B1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.702463683 C6_control_B2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.54814669 C6_control_B3 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.659299094 C6_control_C1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.38712709 C6_control_C2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.28998219 C6_control_C3 +LQ02X026930 Acetylglucosaminyltransferase, putative 4.994575649 C6_chemical_A1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.277290352 C6_chemical_A3 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.545317855 C6_chemical_B1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.620448088 C6_chemical_B2 +LQ02X026930 Acetylglucosaminyltransferase, putative 4.992079221 C6_chemical_B3 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.716407692 C6_chemical_C1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.455722101 C6_chemical_C2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.266363736 C6_chemical_C3 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.392883211 L4_control_A1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.366649903 L4_control_A2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.177641157 L4_control_A3 +LQ02X026930 Acetylglucosaminyltransferase, putative 4.98367545 L4_control_B1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.700021352 L4_control_B2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.26648562 L4_control_B3 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.011230129 L4_control_C2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.086239479 L4_control_C3 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.183765346 L4_chemical_A1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.036626594 L4_chemical_A2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.738359697 L4_chemical_A3 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.434965231 L4_chemical_B1 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.209056624 L4_chemical_B2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.131608565 L4_chemical_B3 +LQ02X026930 Acetylglucosaminyltransferase, putative 4.860377671 L4_chemical_C2 +LQ02X026930 Acetylglucosaminyltransferase, putative 5.382480467 L4_chemical_C3 +LQ02X026960 Predicted protein 6.552431326 C6_control_A1 +LQ02X026960 Predicted protein 6.048613921 C6_control_A3 +LQ02X026960 Predicted protein 7.811954328 C6_control_B1 +LQ02X026960 Predicted protein 9.309849496 C6_control_B2 +LQ02X026960 Predicted protein 8.939886416 C6_control_B3 +LQ02X026960 Predicted protein 12.23900968 C6_control_C1 +LQ02X026960 Predicted protein 11.74209267 C6_control_C2 +LQ02X026960 Predicted protein 11.914706 C6_control_C3 +LQ02X026960 Predicted protein 6.382819302 C6_chemical_A1 +LQ02X026960 Predicted protein 6.439073573 C6_chemical_A3 +LQ02X026960 Predicted protein 7.845919375 C6_chemical_B1 +LQ02X026960 Predicted protein 8.710718066 C6_chemical_B2 +LQ02X026960 Predicted protein 9.424681117 C6_chemical_B3 +LQ02X026960 Predicted protein 12.166048 C6_chemical_C1 +LQ02X026960 Predicted protein 12.1200479 C6_chemical_C2 +LQ02X026960 Predicted protein 12.34139385 C6_chemical_C3 +LQ02X026960 Predicted protein 6.033488226 L4_control_A1 +LQ02X026960 Predicted protein 6.868361229 L4_control_A2 +LQ02X026960 Predicted protein 6.52598977 L4_control_A3 +LQ02X026960 Predicted protein 8.31542933 L4_control_B1 +LQ02X026960 Predicted protein 8.390718124 L4_control_B2 +LQ02X026960 Predicted protein 10.33614792 L4_control_B3 +LQ02X026960 Predicted protein 12.01173417 L4_control_C2 +LQ02X026960 Predicted protein 11.70273841 L4_control_C3 +LQ02X026960 Predicted protein 6.614914423 L4_chemical_A1 +LQ02X026960 Predicted protein 6.942314748 L4_chemical_A2 +LQ02X026960 Predicted protein 6.662433037 L4_chemical_A3 +LQ02X026960 Predicted protein 8.162427761 L4_chemical_B1 +LQ02X026960 Predicted protein 8.188896287 L4_chemical_B2 +LQ02X026960 Predicted protein 8.622329239 L4_chemical_B3 +LQ02X026960 Predicted protein 12.12520771 L4_chemical_C2 +LQ02X026960 Predicted protein 11.83111776 L4_chemical_C3 +LQ02X027000 Putative MLP-like protein 28 5.22582917 C6_control_A1 +LQ02X027000 Putative MLP-like protein 28 5.250817632 C6_control_A3 +LQ02X027000 Putative MLP-like protein 28 5.087177477 C6_control_B1 +LQ02X027000 Putative MLP-like protein 28 5.70019485 C6_control_B2 +LQ02X027000 Putative MLP-like protein 28 5.438031034 C6_control_B3 +LQ02X027000 Putative MLP-like protein 28 5.36974403 C6_control_C1 +LQ02X027000 Putative MLP-like protein 28 6.719372938 C6_control_C2 +LQ02X027000 Putative MLP-like protein 28 5.540344103 C6_control_C3 +LQ02X027000 Putative MLP-like protein 28 5.052095797 C6_chemical_A1 +LQ02X027000 Putative MLP-like protein 28 5.503691783 C6_chemical_A3 +LQ02X027000 Putative MLP-like protein 28 4.959359596 C6_chemical_B1 +LQ02X027000 Putative MLP-like protein 28 5.843619999 C6_chemical_B2 +LQ02X027000 Putative MLP-like protein 28 5.429245764 C6_chemical_B3 +LQ02X027000 Putative MLP-like protein 28 5.808571934 C6_chemical_C1 +LQ02X027000 Putative MLP-like protein 28 5.645287544 C6_chemical_C2 +LQ02X027000 Putative MLP-like protein 28 5.233662423 C6_chemical_C3 +LQ02X027000 Putative MLP-like protein 28 5.03886276 L4_control_A1 +LQ02X027000 Putative MLP-like protein 28 4.971778488 L4_control_A2 +LQ02X027000 Putative MLP-like protein 28 5.84524825 L4_control_A3 +LQ02X027000 Putative MLP-like protein 28 5.353309695 L4_control_B1 +LQ02X027000 Putative MLP-like protein 28 5.862589611 L4_control_B2 +LQ02X027000 Putative MLP-like protein 28 5.599397706 L4_control_B3 +LQ02X027000 Putative MLP-like protein 28 5.587751379 L4_control_C2 +LQ02X027000 Putative MLP-like protein 28 5.963699339 L4_control_C3 +LQ02X027000 Putative MLP-like protein 28 4.990783581 L4_chemical_A1 +LQ02X027000 Putative MLP-like protein 28 5.259812068 L4_chemical_A2 +LQ02X027000 Putative MLP-like protein 28 5.613287272 L4_chemical_A3 +LQ02X027000 Putative MLP-like protein 28 5.55057931 L4_chemical_B1 +LQ02X027000 Putative MLP-like protein 28 5.041477205 L4_chemical_B2 +LQ02X027000 Putative MLP-like protein 28 5.28469529 L4_chemical_B3 +LQ02X027000 Putative MLP-like protein 28 4.736740978 L4_chemical_C2 +LQ02X027000 Putative MLP-like protein 28 5.208598118 L4_chemical_C3 +LQ02X027140 Putative uncharacterized protein 11.26095444 C6_control_A1 +LQ02X027140 Putative uncharacterized protein 10.57503353 C6_control_A3 +LQ02X027140 Putative uncharacterized protein 10.77475951 C6_control_B1 +LQ02X027140 Putative uncharacterized protein 11.00404352 C6_control_B2 +LQ02X027140 Putative uncharacterized protein 10.64755423 C6_control_B3 +LQ02X027140 Putative uncharacterized protein 11.77546043 C6_control_C1 +LQ02X027140 Putative uncharacterized protein 11.07975214 C6_control_C2 +LQ02X027140 Putative uncharacterized protein 10.89451502 C6_control_C3 +LQ02X027140 Putative uncharacterized protein 11.55431061 C6_chemical_A1 +LQ02X027140 Putative uncharacterized protein 10.50347685 C6_chemical_A3 +LQ02X027140 Putative uncharacterized protein 10.57351095 C6_chemical_B1 +LQ02X027140 Putative uncharacterized protein 10.76495068 C6_chemical_B2 +LQ02X027140 Putative uncharacterized protein 10.11493827 C6_chemical_B3 +LQ02X027140 Putative uncharacterized protein 11.29378758 C6_chemical_C1 +LQ02X027140 Putative uncharacterized protein 11.31835413 C6_chemical_C2 +LQ02X027140 Putative uncharacterized protein 10.78236143 C6_chemical_C3 +LQ02X027140 Putative uncharacterized protein 12.56468676 L4_control_A1 +LQ02X027140 Putative uncharacterized protein 11.15641843 L4_control_A2 +LQ02X027140 Putative uncharacterized protein 12.35475427 L4_control_A3 +LQ02X027140 Putative uncharacterized protein 10.59560844 L4_control_B1 +LQ02X027140 Putative uncharacterized protein 11.26032307 L4_control_B2 +LQ02X027140 Putative uncharacterized protein 10.5011515 L4_control_B3 +LQ02X027140 Putative uncharacterized protein 11.33455759 L4_control_C2 +LQ02X027140 Putative uncharacterized protein 11.16578835 L4_control_C3 +LQ02X027140 Putative uncharacterized protein 11.31440332 L4_chemical_A1 +LQ02X027140 Putative uncharacterized protein 10.98020237 L4_chemical_A2 +LQ02X027140 Putative uncharacterized protein 12.45515061 L4_chemical_A3 +LQ02X027140 Putative uncharacterized protein 10.49638253 L4_chemical_B1 +LQ02X027140 Putative uncharacterized protein 10.79218664 L4_chemical_B2 +LQ02X027140 Putative uncharacterized protein 10.50350166 L4_chemical_B3 +LQ02X027140 Putative uncharacterized protein 11.37292211 L4_chemical_C2 +LQ02X027140 Putative uncharacterized protein 10.82936386 L4_chemical_C3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.72636915 C6_control_A1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.47871193 C6_control_A3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 10.88902906 C6_control_B1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.48572373 C6_control_B2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.53460208 C6_control_B3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 12.19697884 C6_control_C1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.89958837 C6_control_C2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.89202524 C6_control_C3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.30194376 C6_chemical_A1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.29979943 C6_chemical_A3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 10.56605598 C6_chemical_B1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.50976582 C6_chemical_B2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.35630543 C6_chemical_B3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.93820879 C6_chemical_C1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.98784763 C6_chemical_C2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.94270765 C6_chemical_C3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.33842393 L4_control_A1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.2521177 L4_control_A2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 12.0319066 L4_control_A3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 10.86482262 L4_control_B1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 10.84873854 L4_control_B2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.57565366 L4_control_B3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.44663869 L4_control_C2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 10.96086143 L4_control_C3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.33175115 L4_chemical_A1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.06588416 L4_chemical_A2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 12.20436552 L4_chemical_A3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 10.5002213 L4_chemical_B1 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 10.61014577 L4_chemical_B2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.21132519 L4_chemical_B3 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.42840417 L4_chemical_C2 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.00961872 L4_chemical_C3 +LQ02X027190 10 kDa chaperonin 11.53024855 C6_control_A1 +LQ02X027190 10 kDa chaperonin 12.00471352 C6_control_A3 +LQ02X027190 10 kDa chaperonin 10.39246096 C6_control_B1 +LQ02X027190 10 kDa chaperonin 12.02934873 C6_control_B2 +LQ02X027190 10 kDa chaperonin 10.7382381 C6_control_B3 +LQ02X027190 10 kDa chaperonin 11.26749987 C6_control_C1 +LQ02X027190 10 kDa chaperonin 11.0538357 C6_control_C2 +LQ02X027190 10 kDa chaperonin 11.30241872 C6_control_C3 +LQ02X027190 10 kDa chaperonin 12.18758716 C6_chemical_A1 +LQ02X027190 10 kDa chaperonin 11.12255234 C6_chemical_A3 +LQ02X027190 10 kDa chaperonin 10.74300653 C6_chemical_B1 +LQ02X027190 10 kDa chaperonin 11.9638217 C6_chemical_B2 +LQ02X027190 10 kDa chaperonin 10.5045556 C6_chemical_B3 +LQ02X027190 10 kDa chaperonin 11.92314384 C6_chemical_C1 +LQ02X027190 10 kDa chaperonin 12.08349451 C6_chemical_C2 +LQ02X027190 10 kDa chaperonin 11.21943745 C6_chemical_C3 +LQ02X027190 10 kDa chaperonin 11.65498087 L4_control_A1 +LQ02X027190 10 kDa chaperonin 12.29326084 L4_control_A2 +LQ02X027190 10 kDa chaperonin 11.37146799 L4_control_A3 +LQ02X027190 10 kDa chaperonin 10.69812656 L4_control_B1 +LQ02X027190 10 kDa chaperonin 9.931509034 L4_control_B2 +LQ02X027190 10 kDa chaperonin 11.03131043 L4_control_B3 +LQ02X027190 10 kDa chaperonin 11.76207958 L4_control_C2 +LQ02X027190 10 kDa chaperonin 10.91959595 L4_control_C3 +LQ02X027190 10 kDa chaperonin 12.04924655 L4_chemical_A1 +LQ02X027190 10 kDa chaperonin 12.48003474 L4_chemical_A2 +LQ02X027190 10 kDa chaperonin 11.09641271 L4_chemical_A3 +LQ02X027190 10 kDa chaperonin 10.22979165 L4_chemical_B1 +LQ02X027190 10 kDa chaperonin 11.25501245 L4_chemical_B2 +LQ02X027190 10 kDa chaperonin 10.89846414 L4_chemical_B3 +LQ02X027190 10 kDa chaperonin 11.9729909 L4_chemical_C2 +LQ02X027190 10 kDa chaperonin 11.0912704 L4_chemical_C3 +LQ02X027200 Probable sulfate transporter 3.3 7.388243937 C6_control_A1 +LQ02X027200 Probable sulfate transporter 3.3 6.92919785 C6_control_A3 +LQ02X027200 Probable sulfate transporter 3.3 8.25513298 C6_control_B1 +LQ02X027200 Probable sulfate transporter 3.3 8.044699989 C6_control_B2 +LQ02X027200 Probable sulfate transporter 3.3 7.593702065 C6_control_B3 +LQ02X027200 Probable sulfate transporter 3.3 9.00390423 C6_control_C1 +LQ02X027200 Probable sulfate transporter 3.3 7.547837875 C6_control_C2 +LQ02X027200 Probable sulfate transporter 3.3 7.829485922 C6_control_C3 +LQ02X027200 Probable sulfate transporter 3.3 7.910686827 C6_chemical_A1 +LQ02X027200 Probable sulfate transporter 3.3 7.884362649 C6_chemical_A3 +LQ02X027200 Probable sulfate transporter 3.3 8.117827367 C6_chemical_B1 +LQ02X027200 Probable sulfate transporter 3.3 7.682295605 C6_chemical_B2 +LQ02X027200 Probable sulfate transporter 3.3 8.075620841 C6_chemical_B3 +LQ02X027200 Probable sulfate transporter 3.3 8.631420975 C6_chemical_C1 +LQ02X027200 Probable sulfate transporter 3.3 8.308200385 C6_chemical_C2 +LQ02X027200 Probable sulfate transporter 3.3 7.815643498 C6_chemical_C3 +LQ02X027200 Probable sulfate transporter 3.3 7.747138205 L4_control_A1 +LQ02X027200 Probable sulfate transporter 3.3 7.564534008 L4_control_A2 +LQ02X027200 Probable sulfate transporter 3.3 6.290328665 L4_control_A3 +LQ02X027200 Probable sulfate transporter 3.3 7.360867685 L4_control_B1 +LQ02X027200 Probable sulfate transporter 3.3 7.922782602 L4_control_B2 +LQ02X027200 Probable sulfate transporter 3.3 7.987970087 L4_control_B3 +LQ02X027200 Probable sulfate transporter 3.3 8.505701922 L4_control_C2 +LQ02X027200 Probable sulfate transporter 3.3 7.181234779 L4_control_C3 +LQ02X027200 Probable sulfate transporter 3.3 8.088104618 L4_chemical_A1 +LQ02X027200 Probable sulfate transporter 3.3 8.354617784 L4_chemical_A2 +LQ02X027200 Probable sulfate transporter 3.3 7.019400669 L4_chemical_A3 +LQ02X027200 Probable sulfate transporter 3.3 7.678455567 L4_chemical_B1 +LQ02X027200 Probable sulfate transporter 3.3 8.133598127 L4_chemical_B2 +LQ02X027200 Probable sulfate transporter 3.3 7.536173039 L4_chemical_B3 +LQ02X027200 Probable sulfate transporter 3.3 7.92096484 L4_chemical_C2 +LQ02X027200 Probable sulfate transporter 3.3 8.135623974 L4_chemical_C3 +LQ02X027220 SEC12-like protein 2 10.55073359 C6_control_A1 +LQ02X027220 SEC12-like protein 2 10.9124057 C6_control_A3 +LQ02X027220 SEC12-like protein 2 10.3467474 C6_control_B1 +LQ02X027220 SEC12-like protein 2 10.78390272 C6_control_B2 +LQ02X027220 SEC12-like protein 2 10.44101475 C6_control_B3 +LQ02X027220 SEC12-like protein 2 10.78740147 C6_control_C1 +LQ02X027220 SEC12-like protein 2 11.49876921 C6_control_C2 +LQ02X027220 SEC12-like protein 2 11.10596601 C6_control_C3 +LQ02X027220 SEC12-like protein 2 10.86070703 C6_chemical_A1 +LQ02X027220 SEC12-like protein 2 9.444008335 C6_chemical_A3 +LQ02X027220 SEC12-like protein 2 11.05889552 C6_chemical_B1 +LQ02X027220 SEC12-like protein 2 11.39047322 C6_chemical_B2 +LQ02X027220 SEC12-like protein 2 10.59092422 C6_chemical_B3 +LQ02X027220 SEC12-like protein 2 11.19991064 C6_chemical_C1 +LQ02X027220 SEC12-like protein 2 11.51934162 C6_chemical_C2 +LQ02X027220 SEC12-like protein 2 11.15149441 C6_chemical_C3 +LQ02X027220 SEC12-like protein 2 10.63187816 L4_control_A1 +LQ02X027220 SEC12-like protein 2 10.99522453 L4_control_A2 +LQ02X027220 SEC12-like protein 2 10.25529889 L4_control_A3 +LQ02X027220 SEC12-like protein 2 10.30562738 L4_control_B1 +LQ02X027220 SEC12-like protein 2 10.40057501 L4_control_B2 +LQ02X027220 SEC12-like protein 2 10.17998043 L4_control_B3 +LQ02X027220 SEC12-like protein 2 11.40834319 L4_control_C2 +LQ02X027220 SEC12-like protein 2 11.04457206 L4_control_C3 +LQ02X027220 SEC12-like protein 2 9.904705529 L4_chemical_A1 +LQ02X027220 SEC12-like protein 2 10.90622135 L4_chemical_A2 +LQ02X027220 SEC12-like protein 2 9.800462546 L4_chemical_A3 +LQ02X027220 SEC12-like protein 2 11.30250495 L4_chemical_B1 +LQ02X027220 SEC12-like protein 2 11.23815996 L4_chemical_B2 +LQ02X027220 SEC12-like protein 2 10.5905807 L4_chemical_B3 +LQ02X027220 SEC12-like protein 2 11.12818454 L4_chemical_C2 +LQ02X027220 SEC12-like protein 2 11.07005292 L4_chemical_C3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.16084598 C6_control_A1 +LQ02X027230 Putative Uridine-cytidine kinase C 10.67545925 C6_control_A3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.17216102 C6_control_B1 +LQ02X027230 Putative Uridine-cytidine kinase C 10.98330484 C6_control_B2 +LQ02X027230 Putative Uridine-cytidine kinase C 11.20327163 C6_control_B3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.52554541 C6_control_C1 +LQ02X027230 Putative Uridine-cytidine kinase C 10.92583633 C6_control_C2 +LQ02X027230 Putative Uridine-cytidine kinase C 11.30131959 C6_control_C3 +LQ02X027230 Putative Uridine-cytidine kinase C 10.86759199 C6_chemical_A1 +LQ02X027230 Putative Uridine-cytidine kinase C 11.05259848 C6_chemical_A3 +LQ02X027230 Putative Uridine-cytidine kinase C 10.74695947 C6_chemical_B1 +LQ02X027230 Putative Uridine-cytidine kinase C 10.49801514 C6_chemical_B2 +LQ02X027230 Putative Uridine-cytidine kinase C 10.56951552 C6_chemical_B3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.11006679 C6_chemical_C1 +LQ02X027230 Putative Uridine-cytidine kinase C 11.0601399 C6_chemical_C2 +LQ02X027230 Putative Uridine-cytidine kinase C 11.18815347 C6_chemical_C3 +LQ02X027230 Putative Uridine-cytidine kinase C 10.93111326 L4_control_A1 +LQ02X027230 Putative Uridine-cytidine kinase C 10.67021083 L4_control_A2 +LQ02X027230 Putative Uridine-cytidine kinase C 10.35469798 L4_control_A3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.11997892 L4_control_B1 +LQ02X027230 Putative Uridine-cytidine kinase C 10.86481356 L4_control_B2 +LQ02X027230 Putative Uridine-cytidine kinase C 10.49124068 L4_control_B3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.75880806 L4_control_C2 +LQ02X027230 Putative Uridine-cytidine kinase C 11.02602397 L4_control_C3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.18865945 L4_chemical_A1 +LQ02X027230 Putative Uridine-cytidine kinase C 10.73137031 L4_chemical_A2 +LQ02X027230 Putative Uridine-cytidine kinase C 10.7147979 L4_chemical_A3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.03124377 L4_chemical_B1 +LQ02X027230 Putative Uridine-cytidine kinase C 11.21132871 L4_chemical_B2 +LQ02X027230 Putative Uridine-cytidine kinase C 10.49703018 L4_chemical_B3 +LQ02X027230 Putative Uridine-cytidine kinase C 11.43744738 L4_chemical_C2 +LQ02X027230 Putative Uridine-cytidine kinase C 11.05400061 L4_chemical_C3 +LQ02X027240 Nudix hydrolase 25 12.32246462 C6_control_A1 +LQ02X027240 Nudix hydrolase 25 12.31462048 C6_control_A3 +LQ02X027240 Nudix hydrolase 25 11.85182916 C6_control_B1 +LQ02X027240 Nudix hydrolase 25 12.38150023 C6_control_B2 +LQ02X027240 Nudix hydrolase 25 11.69294328 C6_control_B3 +LQ02X027240 Nudix hydrolase 25 12.61647842 C6_control_C1 +LQ02X027240 Nudix hydrolase 25 12.54611886 C6_control_C2 +LQ02X027240 Nudix hydrolase 25 12.72436566 C6_control_C3 +LQ02X027240 Nudix hydrolase 25 12.20389388 C6_chemical_A1 +LQ02X027240 Nudix hydrolase 25 12.50025118 C6_chemical_A3 +LQ02X027240 Nudix hydrolase 25 11.70251623 C6_chemical_B1 +LQ02X027240 Nudix hydrolase 25 12.24130628 C6_chemical_B2 +LQ02X027240 Nudix hydrolase 25 11.77936246 C6_chemical_B3 +LQ02X027240 Nudix hydrolase 25 12.86886689 C6_chemical_C1 +LQ02X027240 Nudix hydrolase 25 12.80262055 C6_chemical_C2 +LQ02X027240 Nudix hydrolase 25 12.77151243 C6_chemical_C3 +LQ02X027240 Nudix hydrolase 25 12.01934012 L4_control_A1 +LQ02X027240 Nudix hydrolase 25 11.99791869 L4_control_A2 +LQ02X027240 Nudix hydrolase 25 11.92842082 L4_control_A3 +LQ02X027240 Nudix hydrolase 25 11.5217461 L4_control_B1 +LQ02X027240 Nudix hydrolase 25 10.3361565 L4_control_B2 +LQ02X027240 Nudix hydrolase 25 11.47123023 L4_control_B3 +LQ02X027240 Nudix hydrolase 25 11.82020774 L4_control_C2 +LQ02X027240 Nudix hydrolase 25 11.27650081 L4_control_C3 +LQ02X027240 Nudix hydrolase 25 11.94865018 L4_chemical_A1 +LQ02X027240 Nudix hydrolase 25 11.73792295 L4_chemical_A2 +LQ02X027240 Nudix hydrolase 25 11.88847318 L4_chemical_A3 +LQ02X027240 Nudix hydrolase 25 11.0332531 L4_chemical_B1 +LQ02X027240 Nudix hydrolase 25 10.98317237 L4_chemical_B2 +LQ02X027240 Nudix hydrolase 25 11.75576471 L4_chemical_B3 +LQ02X027240 Nudix hydrolase 25 12.01857543 L4_chemical_C2 +LQ02X027240 Nudix hydrolase 25 11.57732825 L4_chemical_C3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.654960211 C6_control_A1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.653052512 C6_control_A3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.384852208 C6_control_B1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.549776717 C6_control_B2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.255554773 C6_control_B3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 9.284460176 C6_control_C1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 9.053178996 C6_control_C2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.815535167 C6_control_C3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 9.111637703 C6_chemical_A1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.975186039 C6_chemical_A3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.752188628 C6_chemical_B1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.628305413 C6_chemical_B2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.749617388 C6_chemical_B3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 9.052095681 C6_chemical_C1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 9.217746428 C6_chemical_C2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.656932052 C6_chemical_C3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.591570664 L4_control_A1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.437291892 L4_control_A2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.600504927 L4_control_A3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 6.78946205 L4_control_B1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.495771908 L4_control_B2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.302010936 L4_control_B3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.631622337 L4_control_C2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.973139514 L4_control_C3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.565047936 L4_chemical_A1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.109728224 L4_chemical_A2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.715920782 L4_chemical_A3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 7.937370715 L4_chemical_B1 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 7.258245727 L4_chemical_B2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.266723877 L4_chemical_B3 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.395280821 L4_chemical_C2 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 8.809167209 L4_chemical_C3 +LQ02X027260 Mitogen-activated protein kinase 17 13.01802252 C6_control_A1 +LQ02X027260 Mitogen-activated protein kinase 17 13.1844117 C6_control_A3 +LQ02X027260 Mitogen-activated protein kinase 17 13.11222402 C6_control_B1 +LQ02X027260 Mitogen-activated protein kinase 17 13.36155728 C6_control_B2 +LQ02X027260 Mitogen-activated protein kinase 17 12.77378964 C6_control_B3 +LQ02X027260 Mitogen-activated protein kinase 17 14.35350689 C6_control_C1 +LQ02X027260 Mitogen-activated protein kinase 17 13.22199544 C6_control_C2 +LQ02X027260 Mitogen-activated protein kinase 17 12.5156757 C6_control_C3 +LQ02X027260 Mitogen-activated protein kinase 17 13.7835591 C6_chemical_A1 +LQ02X027260 Mitogen-activated protein kinase 17 11.72009513 C6_chemical_A3 +LQ02X027260 Mitogen-activated protein kinase 17 13.91911612 C6_chemical_B1 +LQ02X027260 Mitogen-activated protein kinase 17 13.91032669 C6_chemical_B2 +LQ02X027260 Mitogen-activated protein kinase 17 13.00808971 C6_chemical_B3 +LQ02X027260 Mitogen-activated protein kinase 17 14.9669009 C6_chemical_C1 +LQ02X027260 Mitogen-activated protein kinase 17 14.38446751 C6_chemical_C2 +LQ02X027260 Mitogen-activated protein kinase 17 13.98907583 C6_chemical_C3 +LQ02X027260 Mitogen-activated protein kinase 17 13.09231198 L4_control_A1 +LQ02X027260 Mitogen-activated protein kinase 17 13.27684113 L4_control_A2 +LQ02X027260 Mitogen-activated protein kinase 17 12.46334934 L4_control_A3 +LQ02X027260 Mitogen-activated protein kinase 17 13.22579255 L4_control_B1 +LQ02X027260 Mitogen-activated protein kinase 17 11.8121838 L4_control_B2 +LQ02X027260 Mitogen-activated protein kinase 17 12.45728291 L4_control_B3 +LQ02X027260 Mitogen-activated protein kinase 17 12.66942713 L4_control_C2 +LQ02X027260 Mitogen-activated protein kinase 17 12.37647345 L4_control_C3 +LQ02X027260 Mitogen-activated protein kinase 17 13.01358851 L4_chemical_A1 +LQ02X027260 Mitogen-activated protein kinase 17 13.13039872 L4_chemical_A2 +LQ02X027260 Mitogen-activated protein kinase 17 12.70394556 L4_chemical_A3 +LQ02X027260 Mitogen-activated protein kinase 17 13.22046219 L4_chemical_B1 +LQ02X027260 Mitogen-activated protein kinase 17 13.14512813 L4_chemical_B2 +LQ02X027260 Mitogen-activated protein kinase 17 13.29225058 L4_chemical_B3 +LQ02X027260 Mitogen-activated protein kinase 17 12.79572427 L4_chemical_C2 +LQ02X027260 Mitogen-activated protein kinase 17 12.52187678 L4_chemical_C3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.115846667 C6_control_A1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.368383921 C6_control_A3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.323932629 C6_control_B1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.414016628 C6_control_B2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.968083817 C6_control_B3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.107463978 C6_control_C1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.637109291 C6_control_C2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.571918896 C6_control_C3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.758090304 C6_chemical_A1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.394921776 C6_chemical_A3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.33092805 C6_chemical_B1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.71722301 C6_chemical_B2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.002650783 C6_chemical_B3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.995852999 C6_chemical_C1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.416976412 C6_chemical_C2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.536691519 C6_chemical_C3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.708690095 L4_control_A1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.548557115 L4_control_A2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.165475128 L4_control_A3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.930920626 L4_control_B1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.289633959 L4_control_B2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.740696246 L4_control_B3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.395242617 L4_control_C2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.049647425 L4_control_C3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.938091262 L4_chemical_A1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.596685834 L4_chemical_A2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 4.991669423 L4_chemical_A3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.600706852 L4_chemical_B1 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.403405728 L4_chemical_B2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.688395478 L4_chemical_B3 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.096009398 L4_chemical_C2 +LQ02X027280 Putative Serine carboxypeptidase-like 50 6.580088869 L4_chemical_C3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.043718277 C6_control_A1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.010970523 C6_control_A3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.216940356 C6_control_B1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.330217946 C6_control_B2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.089882004 C6_control_B3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 4.829170369 C6_control_C1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.194479947 C6_control_C2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.293560449 C6_control_C3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.104748901 C6_chemical_A1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.190354728 C6_chemical_A3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.697723513 C6_chemical_B1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.209394414 C6_chemical_B2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 4.784232936 C6_chemical_B3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 4.844120833 C6_chemical_C1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.219842331 C6_chemical_C2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 4.894212148 C6_chemical_C3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.077615452 L4_control_A1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.415402617 L4_control_A2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.577339876 L4_control_A3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.599748671 L4_control_B1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.541958615 L4_control_B2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.489604163 L4_control_B3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.120832536 L4_control_C2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 4.935384918 L4_control_C3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.137085897 L4_chemical_A1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.433327819 L4_chemical_A2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.392372088 L4_chemical_A3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.619878161 L4_chemical_B1 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.619456766 L4_chemical_B2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.277221526 L4_chemical_B3 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.465638782 L4_chemical_C2 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.116211916 L4_chemical_C3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.920923904 C6_control_A1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.976647534 C6_control_A3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.009935291 C6_control_B1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.591762219 C6_control_B2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.956154947 C6_control_B3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 8.710039403 C6_control_C1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 7.863842389 C6_control_C2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 9.097003147 C6_control_C3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.109644946 C6_chemical_A1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 7.149769068 C6_chemical_A3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.650925533 C6_chemical_B1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.674824826 C6_chemical_B2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.536346971 C6_chemical_B3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 8.428386329 C6_chemical_C1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 8.336080656 C6_chemical_C2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 8.693624209 C6_chemical_C3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.961332564 L4_control_A1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.429840601 L4_control_A2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.982588788 L4_control_A3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 4.931440772 L4_control_B1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 4.910271267 L4_control_B2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.190626186 L4_control_B3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 7.317554225 L4_control_C2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 8.625460219 L4_control_C3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 7.000976522 L4_chemical_A1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.526599387 L4_chemical_A2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.996542621 L4_chemical_A3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.086916413 L4_chemical_B1 +LQ02X027300 Homeobox-leucine zipper protein HOX3 5.270995572 L4_chemical_B2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.17047007 L4_chemical_B3 +LQ02X027300 Homeobox-leucine zipper protein HOX3 7.059447942 L4_chemical_C2 +LQ02X027300 Homeobox-leucine zipper protein HOX3 8.418628608 L4_chemical_C3 +LQ02X027340 Auxin efflux carrier component 3 5.4772186 C6_control_A1 +LQ02X027340 Auxin efflux carrier component 3 5.179397561 C6_control_A3 +LQ02X027340 Auxin efflux carrier component 3 5.406654138 C6_control_B1 +LQ02X027340 Auxin efflux carrier component 3 5.156181619 C6_control_B2 +LQ02X027340 Auxin efflux carrier component 3 5.352034888 C6_control_B3 +LQ02X027340 Auxin efflux carrier component 3 5.333549816 C6_control_C1 +LQ02X027340 Auxin efflux carrier component 3 5.74905232 C6_control_C2 +LQ02X027340 Auxin efflux carrier component 3 5.185551247 C6_control_C3 +LQ02X027340 Auxin efflux carrier component 3 5.330929675 C6_chemical_A1 +LQ02X027340 Auxin efflux carrier component 3 5.88199709 C6_chemical_A3 +LQ02X027340 Auxin efflux carrier component 3 5.085640956 C6_chemical_B1 +LQ02X027340 Auxin efflux carrier component 3 5.284417652 C6_chemical_B2 +LQ02X027340 Auxin efflux carrier component 3 5.540564419 C6_chemical_B3 +LQ02X027340 Auxin efflux carrier component 3 5.539525359 C6_chemical_C1 +LQ02X027340 Auxin efflux carrier component 3 5.165403671 C6_chemical_C2 +LQ02X027340 Auxin efflux carrier component 3 5.388523205 C6_chemical_C3 +LQ02X027340 Auxin efflux carrier component 3 5.191624776 L4_control_A1 +LQ02X027340 Auxin efflux carrier component 3 5.417585213 L4_control_A2 +LQ02X027340 Auxin efflux carrier component 3 5.705044143 L4_control_A3 +LQ02X027340 Auxin efflux carrier component 3 5.356618444 L4_control_B1 +LQ02X027340 Auxin efflux carrier component 3 5.116574214 L4_control_B2 +LQ02X027340 Auxin efflux carrier component 3 6.090823464 L4_control_B3 +LQ02X027340 Auxin efflux carrier component 3 5.447694349 L4_control_C2 +LQ02X027340 Auxin efflux carrier component 3 5.586450751 L4_control_C3 +LQ02X027340 Auxin efflux carrier component 3 5.690230076 L4_chemical_A1 +LQ02X027340 Auxin efflux carrier component 3 5.442799939 L4_chemical_A2 +LQ02X027340 Auxin efflux carrier component 3 5.740429836 L4_chemical_A3 +LQ02X027340 Auxin efflux carrier component 3 5.454816245 L4_chemical_B1 +LQ02X027340 Auxin efflux carrier component 3 5.293880452 L4_chemical_B2 +LQ02X027340 Auxin efflux carrier component 3 5.801537355 L4_chemical_B3 +LQ02X027340 Auxin efflux carrier component 3 4.833554778 L4_chemical_C2 +LQ02X027340 Auxin efflux carrier component 3 5.251873117 L4_chemical_C3 +LQ02X027350 Putative uncharacterized protein 12.93489182 C6_control_A1 +LQ02X027350 Putative uncharacterized protein 12.65519389 C6_control_A3 +LQ02X027350 Putative uncharacterized protein 12.66837665 C6_control_B1 +LQ02X027350 Putative uncharacterized protein 12.07610318 C6_control_B2 +LQ02X027350 Putative uncharacterized protein 12.57707508 C6_control_B3 +LQ02X027350 Putative uncharacterized protein 11.24323325 C6_control_C1 +LQ02X027350 Putative uncharacterized protein 11.72589147 C6_control_C2 +LQ02X027350 Putative uncharacterized protein 11.70622589 C6_control_C3 +LQ02X027350 Putative uncharacterized protein 12.87874849 C6_chemical_A1 +LQ02X027350 Putative uncharacterized protein 13.23967005 C6_chemical_A3 +LQ02X027350 Putative uncharacterized protein 12.43191349 C6_chemical_B1 +LQ02X027350 Putative uncharacterized protein 11.82557687 C6_chemical_B2 +LQ02X027350 Putative uncharacterized protein 12.45672735 C6_chemical_B3 +LQ02X027350 Putative uncharacterized protein 11.22905642 C6_chemical_C1 +LQ02X027350 Putative uncharacterized protein 11.55159819 C6_chemical_C2 +LQ02X027350 Putative uncharacterized protein 11.30153874 C6_chemical_C3 +LQ02X027350 Putative uncharacterized protein 12.65098194 L4_control_A1 +LQ02X027350 Putative uncharacterized protein 12.33784962 L4_control_A2 +LQ02X027350 Putative uncharacterized protein 12.25149267 L4_control_A3 +LQ02X027350 Putative uncharacterized protein 12.33466844 L4_control_B1 +LQ02X027350 Putative uncharacterized protein 12.29483532 L4_control_B2 +LQ02X027350 Putative uncharacterized protein 11.52407912 L4_control_B3 +LQ02X027350 Putative uncharacterized protein 11.75378991 L4_control_C2 +LQ02X027350 Putative uncharacterized protein 11.11978284 L4_control_C3 +LQ02X027350 Putative uncharacterized protein 13.33243804 L4_chemical_A1 +LQ02X027350 Putative uncharacterized protein 12.85340796 L4_chemical_A2 +LQ02X027350 Putative uncharacterized protein 12.66733917 L4_chemical_A3 +LQ02X027350 Putative uncharacterized protein 13.00414566 L4_chemical_B1 +LQ02X027350 Putative uncharacterized protein 12.52871173 L4_chemical_B2 +LQ02X027350 Putative uncharacterized protein 12.35110302 L4_chemical_B3 +LQ02X027350 Putative uncharacterized protein 11.55888589 L4_chemical_C2 +LQ02X027350 Putative uncharacterized protein 11.22721287 L4_chemical_C3 +LQ02X027360 Predicted protein 5.394773758 C6_control_A1 +LQ02X027360 Predicted protein 5.143153914 C6_control_A3 +LQ02X027360 Predicted protein 5.866839179 C6_control_B1 +LQ02X027360 Predicted protein 5.118903968 C6_control_B2 +LQ02X027360 Predicted protein 5.706709817 C6_control_B3 +LQ02X027360 Predicted protein 5.264405193 C6_control_C1 +LQ02X027360 Predicted protein 5.113611891 C6_control_C2 +LQ02X027360 Predicted protein 5.286004668 C6_control_C3 +LQ02X027360 Predicted protein 5.546556274 C6_chemical_A1 +LQ02X027360 Predicted protein 5.684240437 C6_chemical_A3 +LQ02X027360 Predicted protein 5.77355142 C6_chemical_B1 +LQ02X027360 Predicted protein 5.019434634 C6_chemical_B2 +LQ02X027360 Predicted protein 5.461888783 C6_chemical_B3 +LQ02X027360 Predicted protein 5.020123742 C6_chemical_C1 +LQ02X027360 Predicted protein 5.200784357 C6_chemical_C2 +LQ02X027360 Predicted protein 5.174901264 C6_chemical_C3 +LQ02X027360 Predicted protein 5.144436873 L4_control_A1 +LQ02X027360 Predicted protein 5.320888787 L4_control_A2 +LQ02X027360 Predicted protein 5.129265408 L4_control_A3 +LQ02X027360 Predicted protein 5.177881415 L4_control_B1 +LQ02X027360 Predicted protein 5.172714806 L4_control_B2 +LQ02X027360 Predicted protein 5.543210737 L4_control_B3 +LQ02X027360 Predicted protein 5.312031236 L4_control_C2 +LQ02X027360 Predicted protein 5.788258112 L4_control_C3 +LQ02X027360 Predicted protein 5.481943893 L4_chemical_A1 +LQ02X027360 Predicted protein 5.837468553 L4_chemical_A2 +LQ02X027360 Predicted protein 5.723148928 L4_chemical_A3 +LQ02X027360 Predicted protein 5.238951784 L4_chemical_B1 +LQ02X027360 Predicted protein 5.595799578 L4_chemical_B2 +LQ02X027360 Predicted protein 5.172188973 L4_chemical_B3 +LQ02X027360 Predicted protein 5.530649184 L4_chemical_C2 +LQ02X027360 Predicted protein 5.296083487 L4_chemical_C3 +LQ02X027400 Hypothetical protein 6.064863204 C6_control_A1 +LQ02X027400 Hypothetical protein 6.20825017 C6_control_A3 +LQ02X027400 Hypothetical protein 5.310303449 C6_control_B1 +LQ02X027400 Hypothetical protein 5.502426662 C6_control_B2 +LQ02X027400 Hypothetical protein 5.453593486 C6_control_B3 +LQ02X027400 Hypothetical protein 5.71536371 C6_control_C1 +LQ02X027400 Hypothetical protein 5.679464484 C6_control_C2 +LQ02X027400 Hypothetical protein 5.366057127 C6_control_C3 +LQ02X027400 Hypothetical protein 5.24224042 C6_chemical_A1 +LQ02X027400 Hypothetical protein 5.645964416 C6_chemical_A3 +LQ02X027400 Hypothetical protein 5.533844349 C6_chemical_B1 +LQ02X027400 Hypothetical protein 5.6152232 C6_chemical_B2 +LQ02X027400 Hypothetical protein 5.531187908 C6_chemical_B3 +LQ02X027400 Hypothetical protein 5.499635131 C6_chemical_C1 +LQ02X027400 Hypothetical protein 5.759376981 C6_chemical_C2 +LQ02X027400 Hypothetical protein 5.362475877 C6_chemical_C3 +LQ02X027400 Hypothetical protein 6.029786211 L4_control_A1 +LQ02X027400 Hypothetical protein 5.219179836 L4_control_A2 +LQ02X027400 Hypothetical protein 5.351986072 L4_control_A3 +LQ02X027400 Hypothetical protein 5.467379518 L4_control_B1 +LQ02X027400 Hypothetical protein 5.186143593 L4_control_B2 +LQ02X027400 Hypothetical protein 5.540712869 L4_control_B3 +LQ02X027400 Hypothetical protein 5.531063673 L4_control_C2 +LQ02X027400 Hypothetical protein 5.632498031 L4_control_C3 +LQ02X027400 Hypothetical protein 5.948416959 L4_chemical_A1 +LQ02X027400 Hypothetical protein 5.566004741 L4_chemical_A2 +LQ02X027400 Hypothetical protein 5.558222063 L4_chemical_A3 +LQ02X027400 Hypothetical protein 6.040253149 L4_chemical_B1 +LQ02X027400 Hypothetical protein 5.261630921 L4_chemical_B2 +LQ02X027400 Hypothetical protein 5.424684509 L4_chemical_B3 +LQ02X027400 Hypothetical protein 5.647800542 L4_chemical_C2 +LQ02X027400 Hypothetical protein 5.023326785 L4_chemical_C3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.575892613 C6_control_A1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.021385862 C6_control_A3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.127986213 C6_control_B1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.546579165 C6_control_B2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.738730153 C6_control_B3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.461539846 C6_control_C1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.40706851 C6_control_C2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.506344197 C6_control_C3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.589887977 C6_chemical_A1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.550005011 C6_chemical_A3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.836382531 C6_chemical_B1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.615973991 C6_chemical_B2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.69211706 C6_chemical_B3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.496299219 C6_chemical_C1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.448130116 C6_chemical_C2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.584892924 C6_chemical_C3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.58085772 L4_control_A1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.774089272 L4_control_A2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.13302046 L4_control_A3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.984515297 L4_control_B1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.830739561 L4_control_B2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.451558145 L4_control_B3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.838286205 L4_control_C2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.22529707 L4_control_C3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.886124251 L4_chemical_A1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.3865174 L4_chemical_A2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.839194232 L4_chemical_A3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.102439818 L4_chemical_B1 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.076105225 L4_chemical_B2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.386525001 L4_chemical_B3 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.548253014 L4_chemical_C2 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.158661007 L4_chemical_C3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.38025706 C6_control_A1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.60590842 C6_control_A3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.47298536 C6_control_B1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.32107873 C6_control_B2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.38148365 C6_control_B3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.72654203 C6_control_C1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.60745852 C6_control_C2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.44451175 C6_control_C3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.05301993 C6_chemical_A1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.56942096 C6_chemical_A3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.4567236 C6_chemical_B1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.55521678 C6_chemical_B2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.00920502 C6_chemical_B3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.63698407 C6_chemical_C1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.58568779 C6_chemical_C2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.50356149 C6_chemical_C3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.44624398 L4_control_A1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.52802153 L4_control_A2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.40590358 L4_control_A3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.46293428 L4_control_B1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.62526739 L4_control_B2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.79042281 L4_control_B3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.77393381 L4_control_C2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 13.01300665 L4_control_C3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.83602709 L4_chemical_A1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.58755154 L4_chemical_A2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.21752676 L4_chemical_A3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.02470079 L4_chemical_B1 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.39019361 L4_chemical_B2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.204178 L4_chemical_B3 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.71954805 L4_chemical_C2 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 13.18791307 L4_chemical_C3 +LQ02X027520 Predicted protein (Fragment) 9.207205636 C6_control_A1 +LQ02X027520 Predicted protein (Fragment) 7.885439049 C6_control_A3 +LQ02X027520 Predicted protein (Fragment) 9.49069198 C6_control_B1 +LQ02X027520 Predicted protein (Fragment) 9.294859962 C6_control_B2 +LQ02X027520 Predicted protein (Fragment) 9.497623867 C6_control_B3 +LQ02X027520 Predicted protein (Fragment) 8.82411799 C6_control_C1 +LQ02X027520 Predicted protein (Fragment) 8.204771526 C6_control_C2 +LQ02X027520 Predicted protein (Fragment) 8.502950794 C6_control_C3 +LQ02X027520 Predicted protein (Fragment) 9.211785513 C6_chemical_A1 +LQ02X027520 Predicted protein (Fragment) 8.895488294 C6_chemical_A3 +LQ02X027520 Predicted protein (Fragment) 9.418800933 C6_chemical_B1 +LQ02X027520 Predicted protein (Fragment) 9.1661685 C6_chemical_B2 +LQ02X027520 Predicted protein (Fragment) 9.183587901 C6_chemical_B3 +LQ02X027520 Predicted protein (Fragment) 8.566922777 C6_chemical_C1 +LQ02X027520 Predicted protein (Fragment) 8.78673765 C6_chemical_C2 +LQ02X027520 Predicted protein (Fragment) 8.892472012 C6_chemical_C3 +LQ02X027520 Predicted protein (Fragment) 9.708321291 L4_control_A1 +LQ02X027520 Predicted protein (Fragment) 9.702831206 L4_control_A2 +LQ02X027520 Predicted protein (Fragment) 9.613585285 L4_control_A3 +LQ02X027520 Predicted protein (Fragment) 9.285739197 L4_control_B1 +LQ02X027520 Predicted protein (Fragment) 10.53238716 L4_control_B2 +LQ02X027520 Predicted protein (Fragment) 10.14420671 L4_control_B3 +LQ02X027520 Predicted protein (Fragment) 9.585073975 L4_control_C2 +LQ02X027520 Predicted protein (Fragment) 9.666585096 L4_control_C3 +LQ02X027520 Predicted protein (Fragment) 9.435980442 L4_chemical_A1 +LQ02X027520 Predicted protein (Fragment) 9.34136278 L4_chemical_A2 +LQ02X027520 Predicted protein (Fragment) 9.271882842 L4_chemical_A3 +LQ02X027520 Predicted protein (Fragment) 9.098118088 L4_chemical_B1 +LQ02X027520 Predicted protein (Fragment) 9.939153322 L4_chemical_B2 +LQ02X027520 Predicted protein (Fragment) 9.68442742 L4_chemical_B3 +LQ02X027520 Predicted protein (Fragment) 9.251384417 L4_chemical_C2 +LQ02X027520 Predicted protein (Fragment) 9.88772297 L4_chemical_C3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.674469642 C6_control_A1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.707201226 C6_control_A3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.444909741 C6_control_B1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.733686662 C6_control_B2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.1750668 C6_control_B3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.853788847 C6_control_C1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.559144989 C6_control_C2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.849184139 C6_control_C3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.789782826 C6_chemical_A1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.87911396 C6_chemical_A3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.108564236 C6_chemical_B1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.674787154 C6_chemical_B2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.808902072 C6_chemical_B3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.557028341 C6_chemical_C1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.838446906 C6_chemical_C2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.564342602 C6_chemical_C3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.816716014 L4_control_A1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.041002371 L4_control_A2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.32141006 L4_control_A3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.21894905 L4_control_B1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.235449941 L4_control_B2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.881577802 L4_control_B3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.068670666 L4_control_C2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.066191843 L4_control_C3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.72858102 L4_chemical_A1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.749079306 L4_chemical_A2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.059352567 L4_chemical_A3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.52643231 L4_chemical_B1 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.376794239 L4_chemical_B2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.948788345 L4_chemical_B3 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.68283841 L4_chemical_C2 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 6.427302955 L4_chemical_C3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 11.81631995 C6_control_A1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 12.13484958 C6_control_A3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 11.02511542 C6_control_B1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 9.775294676 C6_control_B2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 10.3193968 C6_control_B3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 6.360244618 C6_control_C1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 6.04769381 C6_control_C2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 6.050043768 C6_control_C3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 11.71071457 C6_chemical_A1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 12.54088611 C6_chemical_A3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 10.45497393 C6_chemical_B1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 10.09381538 C6_chemical_B2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 10.46929534 C6_chemical_B3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 5.823090457 C6_chemical_C1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 5.287919765 C6_chemical_C2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 6.054899723 C6_chemical_C3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 12.07351429 L4_control_A1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 11.35626695 L4_control_A2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 11.89678086 L4_control_A3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 9.459924053 L4_control_B1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 9.887169835 L4_control_B2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 8.000017444 L4_control_B3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 6.432520687 L4_control_C2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 5.790264136 L4_control_C3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 11.64044943 L4_chemical_A1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 10.37013398 L4_chemical_A2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 11.88802849 L4_chemical_A3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 10.36702704 L4_chemical_B1 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 9.705779996 L4_chemical_B2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 10.94026327 L4_chemical_B3 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 5.68745304 L4_chemical_C2 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 6.074338897 L4_chemical_C3 +LQ02X027700 Adagio protein 3 9.340705405 C6_control_A1 +LQ02X027700 Adagio protein 3 10.26109282 C6_control_A3 +LQ02X027700 Adagio protein 3 10.37700697 C6_control_B1 +LQ02X027700 Adagio protein 3 11.28833879 C6_control_B2 +LQ02X027700 Adagio protein 3 11.54487966 C6_control_B3 +LQ02X027700 Adagio protein 3 10.06420535 C6_control_C1 +LQ02X027700 Adagio protein 3 12.05722605 C6_control_C2 +LQ02X027700 Adagio protein 3 12.02566184 C6_control_C3 +LQ02X027700 Adagio protein 3 9.612876401 C6_chemical_A1 +LQ02X027700 Adagio protein 3 10.65749634 C6_chemical_A3 +LQ02X027700 Adagio protein 3 10.3974711 C6_chemical_B1 +LQ02X027700 Adagio protein 3 11.56013272 C6_chemical_B2 +LQ02X027700 Adagio protein 3 11.96576454 C6_chemical_B3 +LQ02X027700 Adagio protein 3 9.727863593 C6_chemical_C1 +LQ02X027700 Adagio protein 3 11.53577452 C6_chemical_C2 +LQ02X027700 Adagio protein 3 12.21622787 C6_chemical_C3 +LQ02X027700 Adagio protein 3 9.833559802 L4_control_A1 +LQ02X027700 Adagio protein 3 10.88030396 L4_control_A2 +LQ02X027700 Adagio protein 3 11.42424862 L4_control_A3 +LQ02X027700 Adagio protein 3 11.86562153 L4_control_B1 +LQ02X027700 Adagio protein 3 12.01403019 L4_control_B2 +LQ02X027700 Adagio protein 3 12.65158875 L4_control_B3 +LQ02X027700 Adagio protein 3 12.73094146 L4_control_C2 +LQ02X027700 Adagio protein 3 13.44390868 L4_control_C3 +LQ02X027700 Adagio protein 3 9.929196848 L4_chemical_A1 +LQ02X027700 Adagio protein 3 11.04575976 L4_chemical_A2 +LQ02X027700 Adagio protein 3 10.84910727 L4_chemical_A3 +LQ02X027700 Adagio protein 3 10.92831859 L4_chemical_B1 +LQ02X027700 Adagio protein 3 11.69102139 L4_chemical_B2 +LQ02X027700 Adagio protein 3 11.96388677 L4_chemical_B3 +LQ02X027700 Adagio protein 3 12.26818617 L4_chemical_C2 +LQ02X027700 Adagio protein 3 12.99943824 L4_chemical_C3 +LQ02X027720 Dynamin-related protein 1C 12.41827695 C6_control_A1 +LQ02X027720 Dynamin-related protein 1C 11.75818741 C6_control_A3 +LQ02X027720 Dynamin-related protein 1C 13.23603784 C6_control_B1 +LQ02X027720 Dynamin-related protein 1C 13.42649095 C6_control_B2 +LQ02X027720 Dynamin-related protein 1C 13.14686782 C6_control_B3 +LQ02X027720 Dynamin-related protein 1C 10.05279629 C6_control_C1 +LQ02X027720 Dynamin-related protein 1C 10.28364972 C6_control_C2 +LQ02X027720 Dynamin-related protein 1C 10.43248759 C6_control_C3 +LQ02X027720 Dynamin-related protein 1C 12.49410807 C6_chemical_A1 +LQ02X027720 Dynamin-related protein 1C 11.85387835 C6_chemical_A3 +LQ02X027720 Dynamin-related protein 1C 12.84059007 C6_chemical_B1 +LQ02X027720 Dynamin-related protein 1C 12.87955985 C6_chemical_B2 +LQ02X027720 Dynamin-related protein 1C 12.46925603 C6_chemical_B3 +LQ02X027720 Dynamin-related protein 1C 10.16381955 C6_chemical_C1 +LQ02X027720 Dynamin-related protein 1C 9.510645728 C6_chemical_C2 +LQ02X027720 Dynamin-related protein 1C 9.823030629 C6_chemical_C3 +LQ02X027720 Dynamin-related protein 1C 12.91413462 L4_control_A1 +LQ02X027720 Dynamin-related protein 1C 13.41723802 L4_control_A2 +LQ02X027720 Dynamin-related protein 1C 12.48925136 L4_control_A3 +LQ02X027720 Dynamin-related protein 1C 13.50292735 L4_control_B1 +LQ02X027720 Dynamin-related protein 1C 13.17596343 L4_control_B2 +LQ02X027720 Dynamin-related protein 1C 13.48306772 L4_control_B3 +LQ02X027720 Dynamin-related protein 1C 9.7930821 L4_control_C2 +LQ02X027720 Dynamin-related protein 1C 10.6087431 L4_control_C3 +LQ02X027720 Dynamin-related protein 1C 12.66182275 L4_chemical_A1 +LQ02X027720 Dynamin-related protein 1C 12.73916452 L4_chemical_A2 +LQ02X027720 Dynamin-related protein 1C 12.58981297 L4_chemical_A3 +LQ02X027720 Dynamin-related protein 1C 12.8878727 L4_chemical_B1 +LQ02X027720 Dynamin-related protein 1C 13.09863822 L4_chemical_B2 +LQ02X027720 Dynamin-related protein 1C 13.1010122 L4_chemical_B3 +LQ02X027720 Dynamin-related protein 1C 9.499650706 L4_chemical_C2 +LQ02X027720 Dynamin-related protein 1C 10.56921001 L4_chemical_C3 +LQ02X027730 Myosin heavy chain, clone, putative 9.264306286 C6_control_A1 +LQ02X027730 Myosin heavy chain, clone, putative 9.536515168 C6_control_A3 +LQ02X027730 Myosin heavy chain, clone, putative 8.969248061 C6_control_B1 +LQ02X027730 Myosin heavy chain, clone, putative 9.49719416 C6_control_B2 +LQ02X027730 Myosin heavy chain, clone, putative 9.078490732 C6_control_B3 +LQ02X027730 Myosin heavy chain, clone, putative 8.961958262 C6_control_C1 +LQ02X027730 Myosin heavy chain, clone, putative 8.767894754 C6_control_C2 +LQ02X027730 Myosin heavy chain, clone, putative 8.3852715 C6_control_C3 +LQ02X027730 Myosin heavy chain, clone, putative 9.718021297 C6_chemical_A1 +LQ02X027730 Myosin heavy chain, clone, putative 9.8416522 C6_chemical_A3 +LQ02X027730 Myosin heavy chain, clone, putative 9.575264966 C6_chemical_B1 +LQ02X027730 Myosin heavy chain, clone, putative 9.788542567 C6_chemical_B2 +LQ02X027730 Myosin heavy chain, clone, putative 9.588402122 C6_chemical_B3 +LQ02X027730 Myosin heavy chain, clone, putative 9.129727384 C6_chemical_C1 +LQ02X027730 Myosin heavy chain, clone, putative 9.185903634 C6_chemical_C2 +LQ02X027730 Myosin heavy chain, clone, putative 9.114124058 C6_chemical_C3 +LQ02X027730 Myosin heavy chain, clone, putative 10.21808868 L4_control_A1 +LQ02X027730 Myosin heavy chain, clone, putative 9.848374294 L4_control_A2 +LQ02X027730 Myosin heavy chain, clone, putative 10.66094314 L4_control_A3 +LQ02X027730 Myosin heavy chain, clone, putative 8.586810092 L4_control_B1 +LQ02X027730 Myosin heavy chain, clone, putative 9.777964994 L4_control_B2 +LQ02X027730 Myosin heavy chain, clone, putative 10.05154376 L4_control_B3 +LQ02X027730 Myosin heavy chain, clone, putative 8.739054726 L4_control_C2 +LQ02X027730 Myosin heavy chain, clone, putative 8.971400808 L4_control_C3 +LQ02X027730 Myosin heavy chain, clone, putative 9.432957196 L4_chemical_A1 +LQ02X027730 Myosin heavy chain, clone, putative 9.280971019 L4_chemical_A2 +LQ02X027730 Myosin heavy chain, clone, putative 10.23497178 L4_chemical_A3 +LQ02X027730 Myosin heavy chain, clone, putative 8.649220454 L4_chemical_B1 +LQ02X027730 Myosin heavy chain, clone, putative 8.892263052 L4_chemical_B2 +LQ02X027730 Myosin heavy chain, clone, putative 10.04023705 L4_chemical_B3 +LQ02X027730 Myosin heavy chain, clone, putative 7.283067362 L4_chemical_C2 +LQ02X027730 Myosin heavy chain, clone, putative 8.083915749 L4_chemical_C3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.482610987 C6_control_A1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 6.397480828 C6_control_A3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.225656819 C6_control_B1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.405141345 C6_control_B2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.593289959 C6_control_B3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.195052093 C6_control_C1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 6.063178631 C6_control_C2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.551052987 C6_control_C3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.440942122 C6_chemical_A1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.676746277 C6_chemical_A3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.37018543 C6_chemical_B1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.197412843 C6_chemical_B2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.239568102 C6_chemical_B3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.348544677 C6_chemical_C1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.383153267 C6_chemical_C2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.384888717 C6_chemical_C3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.78547965 L4_control_A1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.918778075 L4_control_A2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.783589349 L4_control_A3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 6.143395408 L4_control_B1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.680197652 L4_control_B2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.499159355 L4_control_B3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 6.061117535 L4_control_C2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.707845769 L4_control_C3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.628508277 L4_chemical_A1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.309652179 L4_chemical_A2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 6.247318701 L4_chemical_A3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.845276459 L4_chemical_B1 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.78134167 L4_chemical_B2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.459687009 L4_chemical_B3 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.447587732 L4_chemical_C2 +LQ02X027780 Putative Nuclear pore complex protein Nup155 6.077580108 L4_chemical_C3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.06880929 C6_control_A1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 8.947892675 C6_control_A3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.809122193 C6_control_B1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.62950483 C6_control_B2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.13787284 C6_control_B3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 11.2262491 C6_control_C1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 11.33236347 C6_control_C2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 11.03514043 C6_control_C3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.13334741 C6_chemical_A1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.550228533 C6_chemical_A3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.730436786 C6_chemical_B1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 11.04815897 C6_chemical_B2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.06443357 C6_chemical_B3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 11.42779916 C6_chemical_C1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 11.3411882 C6_chemical_C2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 11.17735764 C6_chemical_C3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.70481507 L4_control_A1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.709936027 L4_control_A2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.454657202 L4_control_A3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.8751227 L4_control_B1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.573731834 L4_control_B2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.64852137 L4_control_B3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.15851926 L4_control_C2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.33193594 L4_control_C3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.36845857 L4_chemical_A1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.18530121 L4_chemical_A2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.90999125 L4_chemical_A3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.484076627 L4_chemical_B1 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 9.211643321 L4_chemical_B2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.43709001 L4_chemical_B3 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.35833635 L4_chemical_C2 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.58624289 L4_chemical_C3 +LQ02X027860 Putative SET domain-containing protein 3 5.394043811 C6_control_A1 +LQ02X027860 Putative SET domain-containing protein 3 5.179824665 C6_control_A3 +LQ02X027860 Putative SET domain-containing protein 3 5.072087335 C6_control_B1 +LQ02X027860 Putative SET domain-containing protein 3 5.012829131 C6_control_B2 +LQ02X027860 Putative SET domain-containing protein 3 5.352133454 C6_control_B3 +LQ02X027860 Putative SET domain-containing protein 3 4.990311402 C6_control_C1 +LQ02X027860 Putative SET domain-containing protein 3 5.335612561 C6_control_C2 +LQ02X027860 Putative SET domain-containing protein 3 5.002455349 C6_control_C3 +LQ02X027860 Putative SET domain-containing protein 3 5.373100825 C6_chemical_A1 +LQ02X027860 Putative SET domain-containing protein 3 5.074717909 C6_chemical_A3 +LQ02X027860 Putative SET domain-containing protein 3 5.225403927 C6_chemical_B1 +LQ02X027860 Putative SET domain-containing protein 3 4.876377687 C6_chemical_B2 +LQ02X027860 Putative SET domain-containing protein 3 5.035238143 C6_chemical_B3 +LQ02X027860 Putative SET domain-containing protein 3 5.474818357 C6_chemical_C1 +LQ02X027860 Putative SET domain-containing protein 3 5.006113861 C6_chemical_C2 +LQ02X027860 Putative SET domain-containing protein 3 5.381860151 C6_chemical_C3 +LQ02X027860 Putative SET domain-containing protein 3 5.300739386 L4_control_A1 +LQ02X027860 Putative SET domain-containing protein 3 5.337381455 L4_control_A2 +LQ02X027860 Putative SET domain-containing protein 3 5.381888348 L4_control_A3 +LQ02X027860 Putative SET domain-containing protein 3 5.050636222 L4_control_B1 +LQ02X027860 Putative SET domain-containing protein 3 4.830327991 L4_control_B2 +LQ02X027860 Putative SET domain-containing protein 3 4.816571295 L4_control_B3 +LQ02X027860 Putative SET domain-containing protein 3 5.580114361 L4_control_C2 +LQ02X027860 Putative SET domain-containing protein 3 5.070149294 L4_control_C3 +LQ02X027860 Putative SET domain-containing protein 3 5.187753946 L4_chemical_A1 +LQ02X027860 Putative SET domain-containing protein 3 5.921872978 L4_chemical_A2 +LQ02X027860 Putative SET domain-containing protein 3 5.325872331 L4_chemical_A3 +LQ02X027860 Putative SET domain-containing protein 3 5.427434328 L4_chemical_B1 +LQ02X027860 Putative SET domain-containing protein 3 5.164258523 L4_chemical_B2 +LQ02X027860 Putative SET domain-containing protein 3 5.100312362 L4_chemical_B3 +LQ02X027860 Putative SET domain-containing protein 3 4.866719988 L4_chemical_C2 +LQ02X027860 Putative SET domain-containing protein 3 4.87204827 L4_chemical_C3 +LQ02X027870 Predicted protein 6.076766353 C6_control_A1 +LQ02X027870 Predicted protein 5.35553561 C6_control_A3 +LQ02X027870 Predicted protein 6.029204874 C6_control_B1 +LQ02X027870 Predicted protein 5.767526529 C6_control_B2 +LQ02X027870 Predicted protein 5.961111146 C6_control_B3 +LQ02X027870 Predicted protein 6.07779223 C6_control_C1 +LQ02X027870 Predicted protein 5.649342347 C6_control_C2 +LQ02X027870 Predicted protein 5.979844336 C6_control_C3 +LQ02X027870 Predicted protein 5.803535987 C6_chemical_A1 +LQ02X027870 Predicted protein 5.283953727 C6_chemical_A3 +LQ02X027870 Predicted protein 5.560158587 C6_chemical_B1 +LQ02X027870 Predicted protein 5.720846036 C6_chemical_B2 +LQ02X027870 Predicted protein 6.35421211 C6_chemical_B3 +LQ02X027870 Predicted protein 5.828069105 C6_chemical_C1 +LQ02X027870 Predicted protein 5.791631016 C6_chemical_C2 +LQ02X027870 Predicted protein 5.804877966 C6_chemical_C3 +LQ02X027870 Predicted protein 5.645730981 L4_control_A1 +LQ02X027870 Predicted protein 5.515286023 L4_control_A2 +LQ02X027870 Predicted protein 5.697422988 L4_control_A3 +LQ02X027870 Predicted protein 6.060672459 L4_control_B1 +LQ02X027870 Predicted protein 6.166065775 L4_control_B2 +LQ02X027870 Predicted protein 5.778268704 L4_control_B3 +LQ02X027870 Predicted protein 6.084533987 L4_control_C2 +LQ02X027870 Predicted protein 5.939097128 L4_control_C3 +LQ02X027870 Predicted protein 6.074814794 L4_chemical_A1 +LQ02X027870 Predicted protein 5.931774997 L4_chemical_A2 +LQ02X027870 Predicted protein 5.592885601 L4_chemical_A3 +LQ02X027870 Predicted protein 6.316296106 L4_chemical_B1 +LQ02X027870 Predicted protein 6.191710857 L4_chemical_B2 +LQ02X027870 Predicted protein 5.659706173 L4_chemical_B3 +LQ02X027870 Predicted protein 5.771840243 L4_chemical_C2 +LQ02X027870 Predicted protein 6.26268859 L4_chemical_C3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.406481274 C6_control_A1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 4.861700059 C6_control_A3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.776677109 C6_control_B1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.270398919 C6_control_B2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.569576197 C6_control_B3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.274096263 C6_control_C1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.164565327 C6_control_C2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.164539048 C6_control_C3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.607566586 C6_chemical_A1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.277286998 C6_chemical_A3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.944805062 C6_chemical_B1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.185327943 C6_chemical_B2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.329947081 C6_chemical_B3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.317379785 C6_chemical_C1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.111387099 C6_chemical_C2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.426009095 C6_chemical_C3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.173272785 L4_control_A1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.502510084 L4_control_A2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.497233054 L4_control_A3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.716854753 L4_control_B1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.165332247 L4_control_B2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.44761787 L4_control_B3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.21855345 L4_control_C2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 4.860238458 L4_control_C3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.305491822 L4_chemical_A1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.494999845 L4_chemical_A2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.350025542 L4_chemical_A3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.457563684 L4_chemical_B1 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.373110256 L4_chemical_B2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.587256293 L4_chemical_B3 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.328466323 L4_chemical_C2 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.240461819 L4_chemical_C3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.781967649 C6_control_A1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.21081824 C6_control_A3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.37020796 C6_control_B1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.60401022 C6_control_B2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.3275172 C6_control_B3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.18608418 C6_control_C1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 11.96038977 C6_control_C2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 11.78792327 C6_control_C3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.972685048 C6_chemical_A1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.38280986 C6_chemical_A3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.50872043 C6_chemical_B1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.42171268 C6_chemical_B2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.52453877 C6_chemical_B3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.15369246 C6_chemical_C1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.19594231 C6_chemical_C2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 11.88546135 C6_chemical_C3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.07907659 L4_control_A1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.1609122 L4_control_A2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.82551735 L4_control_A3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.67502333 L4_control_B1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.40031633 L4_control_B2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.60773251 L4_control_B3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.63115144 L4_control_C2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.24824186 L4_control_C3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.32804957 L4_chemical_A1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.61824047 L4_chemical_A2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.63510285 L4_chemical_A3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.83045899 L4_chemical_B1 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.84975206 L4_chemical_B2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.14742611 L4_chemical_B3 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.78137646 L4_chemical_C2 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.20696776 L4_chemical_C3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.444963855 C6_control_A1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.910253197 C6_control_A3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.211938828 C6_control_B1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.233664987 C6_control_B2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.24015116 C6_control_B3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.402933149 C6_control_C1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.550199101 C6_control_C2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.425593892 C6_control_C3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.727141932 C6_chemical_A1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.707521747 C6_chemical_A3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.320839832 C6_chemical_B1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 6.353816863 C6_chemical_B2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.61382055 C6_chemical_B3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 6.364430458 C6_chemical_C1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 6.519836858 C6_chemical_C2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.74713425 C6_chemical_C3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.448501474 L4_control_A1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.820794085 L4_control_A2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.591477727 L4_control_A3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.187369911 L4_control_B1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.122297895 L4_control_B2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.636613591 L4_control_B3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.001875137 L4_control_C2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.09197384 L4_control_C3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.198431049 L4_chemical_A1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.465606991 L4_chemical_A2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.507597522 L4_chemical_A3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.097376961 L4_chemical_B1 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.48539218 L4_chemical_B2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.506009566 L4_chemical_B3 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 4.740464904 L4_chemical_C2 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.274975272 L4_chemical_C3 +LQ02X028000 Predicted protein 5.927391526 C6_control_A1 +LQ02X028000 Predicted protein 6.073166273 C6_control_A3 +LQ02X028000 Predicted protein 5.739813148 C6_control_B1 +LQ02X028000 Predicted protein 6.237146117 C6_control_B2 +LQ02X028000 Predicted protein 6.131446512 C6_control_B3 +LQ02X028000 Predicted protein 6.270328438 C6_control_C1 +LQ02X028000 Predicted protein 7.181302769 C6_control_C2 +LQ02X028000 Predicted protein 5.99371907 C6_control_C3 +LQ02X028000 Predicted protein 5.539932527 C6_chemical_A1 +LQ02X028000 Predicted protein 6.020187231 C6_chemical_A3 +LQ02X028000 Predicted protein 5.910014732 C6_chemical_B1 +LQ02X028000 Predicted protein 6.198897318 C6_chemical_B2 +LQ02X028000 Predicted protein 6.027426285 C6_chemical_B3 +LQ02X028000 Predicted protein 6.365752528 C6_chemical_C1 +LQ02X028000 Predicted protein 6.214377729 C6_chemical_C2 +LQ02X028000 Predicted protein 5.637302941 C6_chemical_C3 +LQ02X028000 Predicted protein 6.070711751 L4_control_A1 +LQ02X028000 Predicted protein 5.853645216 L4_control_A2 +LQ02X028000 Predicted protein 6.085655321 L4_control_A3 +LQ02X028000 Predicted protein 5.944347436 L4_control_B1 +LQ02X028000 Predicted protein 6.066407918 L4_control_B2 +LQ02X028000 Predicted protein 5.403115475 L4_control_B3 +LQ02X028000 Predicted protein 6.175733741 L4_control_C2 +LQ02X028000 Predicted protein 6.037871942 L4_control_C3 +LQ02X028000 Predicted protein 5.861315655 L4_chemical_A1 +LQ02X028000 Predicted protein 6.269323374 L4_chemical_A2 +LQ02X028000 Predicted protein 6.136802148 L4_chemical_A3 +LQ02X028000 Predicted protein 6.199174379 L4_chemical_B1 +LQ02X028000 Predicted protein 5.564574697 L4_chemical_B2 +LQ02X028000 Predicted protein 5.86091651 L4_chemical_B3 +LQ02X028000 Predicted protein 5.98734736 L4_chemical_C2 +LQ02X028000 Predicted protein 5.971640503 L4_chemical_C3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.42899076 C6_control_A1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.954566453 C6_control_A3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.681935176 C6_control_B1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.589726063 C6_control_B2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.708752215 C6_control_B3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.785181534 C6_control_C1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.62530518 C6_control_C2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.917579012 C6_control_C3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.734438844 C6_chemical_A1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.63864272 C6_chemical_A3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.689440678 C6_chemical_B1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.573697002 C6_chemical_B2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 5.107929496 C6_chemical_B3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.670201377 C6_chemical_C1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.751406321 C6_chemical_C2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.517590187 C6_chemical_C3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.555360709 L4_control_A1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.591894313 L4_control_A2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.775041687 L4_control_A3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 5.019776541 L4_control_B1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.760690526 L4_control_B2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.571768225 L4_control_B3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 5.271851203 L4_control_C2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 5.341046765 L4_control_C3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.699915639 L4_chemical_A1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.664290123 L4_chemical_A2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.950952722 L4_chemical_A3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.825146699 L4_chemical_B1 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.49128462 L4_chemical_B2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.539403245 L4_chemical_B3 +LQ02X028020 Cysteine-rich repeat secretory protein 12 5.008282842 L4_chemical_C2 +LQ02X028020 Cysteine-rich repeat secretory protein 12 5.010463135 L4_chemical_C3 +LQ02X028030 Putative uncharacterized protein 5.487265691 C6_control_A1 +LQ02X028030 Putative uncharacterized protein 5.524986751 C6_control_A3 +LQ02X028030 Putative uncharacterized protein 5.582347796 C6_control_B1 +LQ02X028030 Putative uncharacterized protein 5.394555134 C6_control_B2 +LQ02X028030 Putative uncharacterized protein 5.577320631 C6_control_B3 +LQ02X028030 Putative uncharacterized protein 5.437455466 C6_control_C1 +LQ02X028030 Putative uncharacterized protein 5.544493784 C6_control_C2 +LQ02X028030 Putative uncharacterized protein 5.218700854 C6_control_C3 +LQ02X028030 Putative uncharacterized protein 5.396712211 C6_chemical_A1 +LQ02X028030 Putative uncharacterized protein 5.426910954 C6_chemical_A3 +LQ02X028030 Putative uncharacterized protein 5.188841725 C6_chemical_B1 +LQ02X028030 Putative uncharacterized protein 5.200508757 C6_chemical_B2 +LQ02X028030 Putative uncharacterized protein 5.80899951 C6_chemical_B3 +LQ02X028030 Putative uncharacterized protein 5.386637508 C6_chemical_C1 +LQ02X028030 Putative uncharacterized protein 5.252332579 C6_chemical_C2 +LQ02X028030 Putative uncharacterized protein 5.220249818 C6_chemical_C3 +LQ02X028030 Putative uncharacterized protein 5.611772269 L4_control_A1 +LQ02X028030 Putative uncharacterized protein 5.738030815 L4_control_A2 +LQ02X028030 Putative uncharacterized protein 5.590323223 L4_control_A3 +LQ02X028030 Putative uncharacterized protein 5.157678188 L4_control_B1 +LQ02X028030 Putative uncharacterized protein 6.328532699 L4_control_B2 +LQ02X028030 Putative uncharacterized protein 5.273089094 L4_control_B3 +LQ02X028030 Putative uncharacterized protein 5.369264065 L4_control_C2 +LQ02X028030 Putative uncharacterized protein 6.318356647 L4_control_C3 +LQ02X028030 Putative uncharacterized protein 5.54732534 L4_chemical_A1 +LQ02X028030 Putative uncharacterized protein 5.212150811 L4_chemical_A2 +LQ02X028030 Putative uncharacterized protein 5.18252094 L4_chemical_A3 +LQ02X028030 Putative uncharacterized protein 5.353014317 L4_chemical_B1 +LQ02X028030 Putative uncharacterized protein 5.868553221 L4_chemical_B2 +LQ02X028030 Putative uncharacterized protein 5.580453548 L4_chemical_B3 +LQ02X028030 Putative uncharacterized protein 5.82515848 L4_chemical_C2 +LQ02X028030 Putative uncharacterized protein 5.456592153 L4_chemical_C3 +LQ02X028050 Putative Protein TIFY 6B 6.022275196 C6_control_A1 +LQ02X028050 Putative Protein TIFY 6B 6.157313863 C6_control_A3 +LQ02X028050 Putative Protein TIFY 6B 5.818210495 C6_control_B1 +LQ02X028050 Putative Protein TIFY 6B 5.859102705 C6_control_B2 +LQ02X028050 Putative Protein TIFY 6B 5.73016672 C6_control_B3 +LQ02X028050 Putative Protein TIFY 6B 6.098831214 C6_control_C1 +LQ02X028050 Putative Protein TIFY 6B 7.011753904 C6_control_C2 +LQ02X028050 Putative Protein TIFY 6B 6.101495366 C6_control_C3 +LQ02X028050 Putative Protein TIFY 6B 5.627218897 C6_chemical_A1 +LQ02X028050 Putative Protein TIFY 6B 5.571565253 C6_chemical_A3 +LQ02X028050 Putative Protein TIFY 6B 6.233014498 C6_chemical_B1 +LQ02X028050 Putative Protein TIFY 6B 6.017468823 C6_chemical_B2 +LQ02X028050 Putative Protein TIFY 6B 6.021496249 C6_chemical_B3 +LQ02X028050 Putative Protein TIFY 6B 6.234203834 C6_chemical_C1 +LQ02X028050 Putative Protein TIFY 6B 6.19572373 C6_chemical_C2 +LQ02X028050 Putative Protein TIFY 6B 6.377391344 C6_chemical_C3 +LQ02X028050 Putative Protein TIFY 6B 5.897587463 L4_control_A1 +LQ02X028050 Putative Protein TIFY 6B 5.676246329 L4_control_A2 +LQ02X028050 Putative Protein TIFY 6B 5.799174641 L4_control_A3 +LQ02X028050 Putative Protein TIFY 6B 5.626660758 L4_control_B1 +LQ02X028050 Putative Protein TIFY 6B 5.787062637 L4_control_B2 +LQ02X028050 Putative Protein TIFY 6B 6.019632999 L4_control_B3 +LQ02X028050 Putative Protein TIFY 6B 6.014854142 L4_control_C2 +LQ02X028050 Putative Protein TIFY 6B 5.979823435 L4_control_C3 +LQ02X028050 Putative Protein TIFY 6B 5.62134408 L4_chemical_A1 +LQ02X028050 Putative Protein TIFY 6B 5.791579585 L4_chemical_A2 +LQ02X028050 Putative Protein TIFY 6B 5.089689136 L4_chemical_A3 +LQ02X028050 Putative Protein TIFY 6B 6.192141506 L4_chemical_B1 +LQ02X028050 Putative Protein TIFY 6B 5.820698115 L4_chemical_B2 +LQ02X028050 Putative Protein TIFY 6B 5.696566623 L4_chemical_B3 +LQ02X028050 Putative Protein TIFY 6B 5.592486778 L4_chemical_C2 +LQ02X028050 Putative Protein TIFY 6B 6.361776554 L4_chemical_C3 +LQ02X028060 Putative uncharacterized protein 13.04933793 C6_control_A1 +LQ02X028060 Putative uncharacterized protein 12.49608575 C6_control_A3 +LQ02X028060 Putative uncharacterized protein 13.36104734 C6_control_B1 +LQ02X028060 Putative uncharacterized protein 12.6794555 C6_control_B2 +LQ02X028060 Putative uncharacterized protein 12.96155245 C6_control_B3 +LQ02X028060 Putative uncharacterized protein 13.31742123 C6_control_C1 +LQ02X028060 Putative uncharacterized protein 13.03094171 C6_control_C2 +LQ02X028060 Putative uncharacterized protein 13.36845198 C6_control_C3 +LQ02X028060 Putative uncharacterized protein 13.06442588 C6_chemical_A1 +LQ02X028060 Putative uncharacterized protein 12.70388157 C6_chemical_A3 +LQ02X028060 Putative uncharacterized protein 13.10375451 C6_chemical_B1 +LQ02X028060 Putative uncharacterized protein 12.25826879 C6_chemical_B2 +LQ02X028060 Putative uncharacterized protein 12.92825461 C6_chemical_B3 +LQ02X028060 Putative uncharacterized protein 13.15965712 C6_chemical_C1 +LQ02X028060 Putative uncharacterized protein 13.07199645 C6_chemical_C2 +LQ02X028060 Putative uncharacterized protein 13.09270574 C6_chemical_C3 +LQ02X028060 Putative uncharacterized protein 12.91024744 L4_control_A1 +LQ02X028060 Putative uncharacterized protein 12.68036738 L4_control_A2 +LQ02X028060 Putative uncharacterized protein 12.51932683 L4_control_A3 +LQ02X028060 Putative uncharacterized protein 13.00388524 L4_control_B1 +LQ02X028060 Putative uncharacterized protein 12.63604235 L4_control_B2 +LQ02X028060 Putative uncharacterized protein 12.57691972 L4_control_B3 +LQ02X028060 Putative uncharacterized protein 13.47955353 L4_control_C2 +LQ02X028060 Putative uncharacterized protein 12.78749814 L4_control_C3 +LQ02X028060 Putative uncharacterized protein 13.18862481 L4_chemical_A1 +LQ02X028060 Putative uncharacterized protein 13.09730865 L4_chemical_A2 +LQ02X028060 Putative uncharacterized protein 13.00661452 L4_chemical_A3 +LQ02X028060 Putative uncharacterized protein 13.44007603 L4_chemical_B1 +LQ02X028060 Putative uncharacterized protein 13.22690977 L4_chemical_B2 +LQ02X028060 Putative uncharacterized protein 12.79575994 L4_chemical_B3 +LQ02X028060 Putative uncharacterized protein 13.65402082 L4_chemical_C2 +LQ02X028060 Putative uncharacterized protein 13.295229 L4_chemical_C3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.466686201 C6_control_A1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.575035883 C6_control_A3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.465632809 C6_control_B1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.406211714 C6_control_B2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.308831469 C6_control_B3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.574594319 C6_control_C1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.308648963 C6_control_C2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.412203753 C6_control_C3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.379784159 C6_chemical_A1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.183981868 C6_chemical_A3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.465001562 C6_chemical_B1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.384366444 C6_chemical_B2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 4.88985234 C6_chemical_B3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.340966169 C6_chemical_C1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.487885622 C6_chemical_C2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.543469227 C6_chemical_C3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.303713184 L4_control_A1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.672954673 L4_control_A2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.451807634 L4_control_A3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.150496772 L4_control_B1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.13861169 L4_control_B2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.296587883 L4_control_B3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 4.878190987 L4_control_C2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.425863815 L4_control_C3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.548741964 L4_chemical_A1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.418056821 L4_chemical_A2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.273251066 L4_chemical_A3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 4.962962349 L4_chemical_B1 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.11499714 L4_chemical_B2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.271069321 L4_chemical_B3 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.315268026 L4_chemical_C2 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.790972443 L4_chemical_C3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.94323096 C6_control_A1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 11.8188139 C6_control_A3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.74589031 C6_control_B1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.927702777 C6_control_B2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.75845041 C6_control_B3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.081267611 C6_control_C1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 8.658294773 C6_control_C2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.518105661 C6_control_C3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.89364742 C6_chemical_A1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 11.02640458 C6_chemical_A3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.53729593 C6_chemical_B1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.720559274 C6_chemical_B2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.19171021 C6_chemical_B3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 8.963862104 C6_chemical_C1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 8.718471244 C6_chemical_C2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.037030075 C6_chemical_C3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 11.42342713 L4_control_A1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.8305649 L4_control_A2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 11.55559759 L4_control_A3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.869968389 L4_control_B1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.318927014 L4_control_B2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.224868565 L4_control_B3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 7.63223637 L4_control_C2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 7.761009036 L4_control_C3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 11.15201444 L4_chemical_A1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.67130607 L4_chemical_A2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 11.18740603 L4_chemical_A3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.14449669 L4_chemical_B1 +LQ02X028100 Putative Dynein light chain, cytoplasmic 9.816742419 L4_chemical_B2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.32255958 L4_chemical_B3 +LQ02X028100 Putative Dynein light chain, cytoplasmic 8.294770799 L4_chemical_C2 +LQ02X028100 Putative Dynein light chain, cytoplasmic 7.996374692 L4_chemical_C3 +LQ02X028120 Uncharacterized protein At1g14870 12.38291036 C6_control_A1 +LQ02X028120 Uncharacterized protein At1g14870 12.66633601 C6_control_A3 +LQ02X028120 Uncharacterized protein At1g14870 12.89325903 C6_control_B1 +LQ02X028120 Uncharacterized protein At1g14870 12.22882194 C6_control_B2 +LQ02X028120 Uncharacterized protein At1g14870 13.36252797 C6_control_B3 +LQ02X028120 Uncharacterized protein At1g14870 11.67369709 C6_control_C1 +LQ02X028120 Uncharacterized protein At1g14870 12.75761031 C6_control_C2 +LQ02X028120 Uncharacterized protein At1g14870 13.49350123 C6_control_C3 +LQ02X028120 Uncharacterized protein At1g14870 12.08974542 C6_chemical_A1 +LQ02X028120 Uncharacterized protein At1g14870 12.87317172 C6_chemical_A3 +LQ02X028120 Uncharacterized protein At1g14870 12.9278111 C6_chemical_B1 +LQ02X028120 Uncharacterized protein At1g14870 12.3999584 C6_chemical_B2 +LQ02X028120 Uncharacterized protein At1g14870 13.89780048 C6_chemical_B3 +LQ02X028120 Uncharacterized protein At1g14870 11.3129021 C6_chemical_C1 +LQ02X028120 Uncharacterized protein At1g14870 12.24356113 C6_chemical_C2 +LQ02X028120 Uncharacterized protein At1g14870 14.13784197 C6_chemical_C3 +LQ02X028120 Uncharacterized protein At1g14870 11.78444258 L4_control_A1 +LQ02X028120 Uncharacterized protein At1g14870 11.58406923 L4_control_A2 +LQ02X028120 Uncharacterized protein At1g14870 12.32251579 L4_control_A3 +LQ02X028120 Uncharacterized protein At1g14870 13.4998031 L4_control_B1 +LQ02X028120 Uncharacterized protein At1g14870 12.38445157 L4_control_B2 +LQ02X028120 Uncharacterized protein At1g14870 13.3370236 L4_control_B3 +LQ02X028120 Uncharacterized protein At1g14870 13.64400549 L4_control_C2 +LQ02X028120 Uncharacterized protein At1g14870 14.34128354 L4_control_C3 +LQ02X028120 Uncharacterized protein At1g14870 13.31854541 L4_chemical_A1 +LQ02X028120 Uncharacterized protein At1g14870 12.99003048 L4_chemical_A2 +LQ02X028120 Uncharacterized protein At1g14870 12.78821099 L4_chemical_A3 +LQ02X028120 Uncharacterized protein At1g14870 13.80626104 L4_chemical_B1 +LQ02X028120 Uncharacterized protein At1g14870 12.87883577 L4_chemical_B2 +LQ02X028120 Uncharacterized protein At1g14870 13.52139433 L4_chemical_B3 +LQ02X028120 Uncharacterized protein At1g14870 13.88972806 L4_chemical_C2 +LQ02X028120 Uncharacterized protein At1g14870 14.26045615 L4_chemical_C3 +LQ02X028210 Uncharacterized protein At1g14870 5.331362512 C6_control_A1 +LQ02X028210 Uncharacterized protein At1g14870 5.155556646 C6_control_A3 +LQ02X028210 Uncharacterized protein At1g14870 6.30134561 C6_control_B1 +LQ02X028210 Uncharacterized protein At1g14870 6.032617781 C6_control_B2 +LQ02X028210 Uncharacterized protein At1g14870 6.838429594 C6_control_B3 +LQ02X028210 Uncharacterized protein At1g14870 5.2519492 C6_control_C1 +LQ02X028210 Uncharacterized protein At1g14870 5.112629641 C6_control_C2 +LQ02X028210 Uncharacterized protein At1g14870 5.476020902 C6_control_C3 +LQ02X028210 Uncharacterized protein At1g14870 5.335156342 C6_chemical_A1 +LQ02X028210 Uncharacterized protein At1g14870 5.482543456 C6_chemical_A3 +LQ02X028210 Uncharacterized protein At1g14870 5.852894834 C6_chemical_B1 +LQ02X028210 Uncharacterized protein At1g14870 5.99844295 C6_chemical_B2 +LQ02X028210 Uncharacterized protein At1g14870 5.94305254 C6_chemical_B3 +LQ02X028210 Uncharacterized protein At1g14870 5.124574572 C6_chemical_C1 +LQ02X028210 Uncharacterized protein At1g14870 5.268926886 C6_chemical_C2 +LQ02X028210 Uncharacterized protein At1g14870 5.136858464 C6_chemical_C3 +LQ02X028210 Uncharacterized protein At1g14870 5.589267192 L4_control_A1 +LQ02X028210 Uncharacterized protein At1g14870 5.571538598 L4_control_A2 +LQ02X028210 Uncharacterized protein At1g14870 5.087228142 L4_control_A3 +LQ02X028210 Uncharacterized protein At1g14870 5.146545167 L4_control_B1 +LQ02X028210 Uncharacterized protein At1g14870 5.924134603 L4_control_B2 +LQ02X028210 Uncharacterized protein At1g14870 6.081640866 L4_control_B3 +LQ02X028210 Uncharacterized protein At1g14870 5.941980605 L4_control_C2 +LQ02X028210 Uncharacterized protein At1g14870 5.429546885 L4_control_C3 +LQ02X028210 Uncharacterized protein At1g14870 5.553641884 L4_chemical_A1 +LQ02X028210 Uncharacterized protein At1g14870 5.866966745 L4_chemical_A2 +LQ02X028210 Uncharacterized protein At1g14870 5.26934186 L4_chemical_A3 +LQ02X028210 Uncharacterized protein At1g14870 5.204124265 L4_chemical_B1 +LQ02X028210 Uncharacterized protein At1g14870 5.651299099 L4_chemical_B2 +LQ02X028210 Uncharacterized protein At1g14870 5.983178555 L4_chemical_B3 +LQ02X028210 Uncharacterized protein At1g14870 5.263505241 L4_chemical_C2 +LQ02X028210 Uncharacterized protein At1g14870 6.047901209 L4_chemical_C3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.834234792 C6_control_A1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.847592349 C6_control_A3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.97080803 C6_control_B1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.700362151 C6_control_B2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.025651993 C6_control_B3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.908579643 C6_control_C1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.951272146 C6_control_C2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.760519184 C6_control_C3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.805616934 C6_chemical_A1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.88706128 C6_chemical_A3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.156073481 C6_chemical_B1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.840724009 C6_chemical_B2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.18317759 C6_chemical_B3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.89107529 C6_chemical_C1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.03952984 C6_chemical_C2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.741486618 C6_chemical_C3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.247933737 L4_control_A1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.007049847 L4_control_A2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.000075879 L4_control_A3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.87778459 L4_control_B1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.934195715 L4_control_B2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.991526826 L4_control_B3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.243903793 L4_control_C2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.002519436 L4_control_C3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.067042906 L4_chemical_A1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.208070032 L4_chemical_A2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.116225654 L4_chemical_A3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.347451563 L4_chemical_B1 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.899659216 L4_chemical_B2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.845563936 L4_chemical_B3 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.716641543 L4_chemical_C2 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.945957133 L4_chemical_C3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.67397752 C6_control_A1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.40693707 C6_control_A3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.30124778 C6_control_B1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.50509875 C6_control_B2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.88938169 C6_control_B3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 14.22060552 C6_control_C1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 14.18969345 C6_control_C2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.86036098 C6_control_C3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.39773825 C6_chemical_A1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.32875802 C6_chemical_A3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.30433649 C6_chemical_B1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.26436421 C6_chemical_B2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.74946118 C6_chemical_B3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.70598312 C6_chemical_C1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.8457727 C6_chemical_C2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.54693163 C6_chemical_C3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.29311912 L4_control_A1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.01660423 L4_control_A2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 11.95728609 L4_control_A3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.93741737 L4_control_B1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.73111248 L4_control_B2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.12014748 L4_control_B3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.82643597 L4_control_C2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.1588348 L4_control_C3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.0301226 L4_chemical_A1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 11.37968073 L4_chemical_A2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 11.5832993 L4_chemical_A3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.41271951 L4_chemical_B1 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.02594367 L4_chemical_B2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.45239124 L4_chemical_B3 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.42647684 L4_chemical_C2 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 13.50310511 L4_chemical_C3 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.854688992 C6_control_A1 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.042247528 C6_control_A3 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.572188891 C6_control_B1 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.783582819 C6_control_B2 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.809779165 C6_control_B3 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.787973429 C6_control_C1 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.373735641 C6_control_C2 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.009779156 C6_control_C3 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.99779103 C6_chemical_A1 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.773267847 C6_chemical_A3 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.408856549 C6_chemical_B1 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.782631124 C6_chemical_B2 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.0001193 C6_chemical_B3 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.959015607 C6_chemical_C1 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.817502923 C6_chemical_C2 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.134596445 C6_chemical_C3 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.053195553 L4_control_A1 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.106741613 L4_control_A2 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.226528656 L4_control_A3 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.940059029 L4_control_B1 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.322284067 L4_control_B2 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.237704729 L4_control_B3 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.64708031 L4_control_C2 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.813935753 L4_control_C3 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.36088789 L4_chemical_A1 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.324345763 L4_chemical_A2 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.071113088 L4_chemical_A3 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.970825792 L4_chemical_B1 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.313911067 L4_chemical_B2 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.971342612 L4_chemical_B3 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.205166077 L4_chemical_C2 +LQ02X028250 Putative Uncharacterized protein At1g14870 5.677709565 L4_chemical_C3 +LQ02X028300 Hypothetical protein 5.371921394 C6_control_A1 +LQ02X028300 Hypothetical protein 5.024280572 C6_control_A3 +LQ02X028300 Hypothetical protein 5.178072442 C6_control_B1 +LQ02X028300 Hypothetical protein 4.916721748 C6_control_B2 +LQ02X028300 Hypothetical protein 5.623730392 C6_control_B3 +LQ02X028300 Hypothetical protein 5.042527121 C6_control_C1 +LQ02X028300 Hypothetical protein 5.064454517 C6_control_C2 +LQ02X028300 Hypothetical protein 5.462779375 C6_control_C3 +LQ02X028300 Hypothetical protein 5.213315856 C6_chemical_A1 +LQ02X028300 Hypothetical protein 5.483529405 C6_chemical_A3 +LQ02X028300 Hypothetical protein 5.572558628 C6_chemical_B1 +LQ02X028300 Hypothetical protein 5.174648654 C6_chemical_B2 +LQ02X028300 Hypothetical protein 4.918348299 C6_chemical_B3 +LQ02X028300 Hypothetical protein 5.291991293 C6_chemical_C1 +LQ02X028300 Hypothetical protein 5.236329764 C6_chemical_C2 +LQ02X028300 Hypothetical protein 5.567806844 C6_chemical_C3 +LQ02X028300 Hypothetical protein 4.929440522 L4_control_A1 +LQ02X028300 Hypothetical protein 5.617346405 L4_control_A2 +LQ02X028300 Hypothetical protein 5.010019836 L4_control_A3 +LQ02X028300 Hypothetical protein 5.530797965 L4_control_B1 +LQ02X028300 Hypothetical protein 5.601779655 L4_control_B2 +LQ02X028300 Hypothetical protein 5.354594511 L4_control_B3 +LQ02X028300 Hypothetical protein 5.408883474 L4_control_C2 +LQ02X028300 Hypothetical protein 5.164618057 L4_control_C3 +LQ02X028300 Hypothetical protein 5.720226716 L4_chemical_A1 +LQ02X028300 Hypothetical protein 5.378284728 L4_chemical_A2 +LQ02X028300 Hypothetical protein 4.805144099 L4_chemical_A3 +LQ02X028300 Hypothetical protein 5.498528065 L4_chemical_B1 +LQ02X028300 Hypothetical protein 5.299794334 L4_chemical_B2 +LQ02X028300 Hypothetical protein 5.4724301 L4_chemical_B3 +LQ02X028300 Hypothetical protein 4.997652861 L4_chemical_C2 +LQ02X028300 Hypothetical protein 5.672015582 L4_chemical_C3 +LQ02X028310 Endoglucanase 8 5.801360979 C6_control_A1 +LQ02X028310 Endoglucanase 8 6.701510118 C6_control_A3 +LQ02X028310 Endoglucanase 8 6.77488651 C6_control_B1 +LQ02X028310 Endoglucanase 8 5.618052204 C6_control_B2 +LQ02X028310 Endoglucanase 8 5.874704414 C6_control_B3 +LQ02X028310 Endoglucanase 8 5.86525986 C6_control_C1 +LQ02X028310 Endoglucanase 8 5.034693685 C6_control_C2 +LQ02X028310 Endoglucanase 8 5.480127791 C6_control_C3 +LQ02X028310 Endoglucanase 8 6.202177363 C6_chemical_A1 +LQ02X028310 Endoglucanase 8 5.892588625 C6_chemical_A3 +LQ02X028310 Endoglucanase 8 5.870303918 C6_chemical_B1 +LQ02X028310 Endoglucanase 8 5.737456071 C6_chemical_B2 +LQ02X028310 Endoglucanase 8 5.753385411 C6_chemical_B3 +LQ02X028310 Endoglucanase 8 5.995953733 C6_chemical_C1 +LQ02X028310 Endoglucanase 8 5.562127454 C6_chemical_C2 +LQ02X028310 Endoglucanase 8 5.60321594 C6_chemical_C3 +LQ02X028310 Endoglucanase 8 6.108898198 L4_control_A1 +LQ02X028310 Endoglucanase 8 5.555046905 L4_control_A2 +LQ02X028310 Endoglucanase 8 6.089444415 L4_control_A3 +LQ02X028310 Endoglucanase 8 5.364793485 L4_control_B1 +LQ02X028310 Endoglucanase 8 5.990325874 L4_control_B2 +LQ02X028310 Endoglucanase 8 5.651476518 L4_control_B3 +LQ02X028310 Endoglucanase 8 6.2021603 L4_control_C2 +LQ02X028310 Endoglucanase 8 5.068184897 L4_control_C3 +LQ02X028310 Endoglucanase 8 5.808174752 L4_chemical_A1 +LQ02X028310 Endoglucanase 8 5.727836339 L4_chemical_A2 +LQ02X028310 Endoglucanase 8 5.557647215 L4_chemical_A3 +LQ02X028310 Endoglucanase 8 6.415721741 L4_chemical_B1 +LQ02X028310 Endoglucanase 8 6.096497095 L4_chemical_B2 +LQ02X028310 Endoglucanase 8 5.619269962 L4_chemical_B3 +LQ02X028310 Endoglucanase 8 5.125853482 L4_chemical_C2 +LQ02X028310 Endoglucanase 8 5.934001879 L4_chemical_C3 +LQ02X028340 Putative 21 kDa protein 5.121539595 C6_control_A1 +LQ02X028340 Putative 21 kDa protein 5.337058686 C6_control_A3 +LQ02X028340 Putative 21 kDa protein 5.843279095 C6_control_B1 +LQ02X028340 Putative 21 kDa protein 5.389115535 C6_control_B2 +LQ02X028340 Putative 21 kDa protein 5.586665582 C6_control_B3 +LQ02X028340 Putative 21 kDa protein 5.48847947 C6_control_C1 +LQ02X028340 Putative 21 kDa protein 5.290458351 C6_control_C2 +LQ02X028340 Putative 21 kDa protein 5.487376472 C6_control_C3 +LQ02X028340 Putative 21 kDa protein 5.130483942 C6_chemical_A1 +LQ02X028340 Putative 21 kDa protein 5.476534499 C6_chemical_A3 +LQ02X028340 Putative 21 kDa protein 5.760516258 C6_chemical_B1 +LQ02X028340 Putative 21 kDa protein 5.522150155 C6_chemical_B2 +LQ02X028340 Putative 21 kDa protein 5.650930011 C6_chemical_B3 +LQ02X028340 Putative 21 kDa protein 5.511928195 C6_chemical_C1 +LQ02X028340 Putative 21 kDa protein 5.451662254 C6_chemical_C2 +LQ02X028340 Putative 21 kDa protein 5.605779181 C6_chemical_C3 +LQ02X028340 Putative 21 kDa protein 5.862499913 L4_control_A1 +LQ02X028340 Putative 21 kDa protein 5.672797639 L4_control_A2 +LQ02X028340 Putative 21 kDa protein 5.648498228 L4_control_A3 +LQ02X028340 Putative 21 kDa protein 5.089512672 L4_control_B1 +LQ02X028340 Putative 21 kDa protein 5.123024669 L4_control_B2 +LQ02X028340 Putative 21 kDa protein 5.401041337 L4_control_B3 +LQ02X028340 Putative 21 kDa protein 5.499019997 L4_control_C2 +LQ02X028340 Putative 21 kDa protein 5.301840534 L4_control_C3 +LQ02X028340 Putative 21 kDa protein 5.067750518 L4_chemical_A1 +LQ02X028340 Putative 21 kDa protein 5.509799588 L4_chemical_A2 +LQ02X028340 Putative 21 kDa protein 6.293025125 L4_chemical_A3 +LQ02X028340 Putative 21 kDa protein 5.512224891 L4_chemical_B1 +LQ02X028340 Putative 21 kDa protein 5.535211249 L4_chemical_B2 +LQ02X028340 Putative 21 kDa protein 5.557907237 L4_chemical_B3 +LQ02X028340 Putative 21 kDa protein 5.827388222 L4_chemical_C2 +LQ02X028340 Putative 21 kDa protein 5.219741504 L4_chemical_C3 +LQ02X028350 Pectinesterase 2 5.716581754 C6_control_A1 +LQ02X028350 Pectinesterase 2 5.910959342 C6_control_A3 +LQ02X028350 Pectinesterase 2 5.898539558 C6_control_B1 +LQ02X028350 Pectinesterase 2 7.01969566 C6_control_B2 +LQ02X028350 Pectinesterase 2 6.52156233 C6_control_B3 +LQ02X028350 Pectinesterase 2 11.69216647 C6_control_C1 +LQ02X028350 Pectinesterase 2 11.22468983 C6_control_C2 +LQ02X028350 Pectinesterase 2 12.24719284 C6_control_C3 +LQ02X028350 Pectinesterase 2 5.776748368 C6_chemical_A1 +LQ02X028350 Pectinesterase 2 6.414283478 C6_chemical_A3 +LQ02X028350 Pectinesterase 2 6.031033123 C6_chemical_B1 +LQ02X028350 Pectinesterase 2 6.874538355 C6_chemical_B2 +LQ02X028350 Pectinesterase 2 7.3835899 C6_chemical_B3 +LQ02X028350 Pectinesterase 2 11.38233273 C6_chemical_C1 +LQ02X028350 Pectinesterase 2 11.54678349 C6_chemical_C2 +LQ02X028350 Pectinesterase 2 13.30442561 C6_chemical_C3 +LQ02X028350 Pectinesterase 2 6.454977097 L4_control_A1 +LQ02X028350 Pectinesterase 2 6.521512074 L4_control_A2 +LQ02X028350 Pectinesterase 2 6.602396948 L4_control_A3 +LQ02X028350 Pectinesterase 2 6.337718983 L4_control_B1 +LQ02X028350 Pectinesterase 2 5.819857903 L4_control_B2 +LQ02X028350 Pectinesterase 2 9.260926753 L4_control_B3 +LQ02X028350 Pectinesterase 2 10.45187948 L4_control_C2 +LQ02X028350 Pectinesterase 2 11.63759647 L4_control_C3 +LQ02X028350 Pectinesterase 2 6.774385045 L4_chemical_A1 +LQ02X028350 Pectinesterase 2 6.90295714 L4_chemical_A2 +LQ02X028350 Pectinesterase 2 6.582381611 L4_chemical_A3 +LQ02X028350 Pectinesterase 2 6.27314203 L4_chemical_B1 +LQ02X028350 Pectinesterase 2 5.954541261 L4_chemical_B2 +LQ02X028350 Pectinesterase 2 7.388575332 L4_chemical_B3 +LQ02X028350 Pectinesterase 2 11.95406806 L4_chemical_C2 +LQ02X028350 Pectinesterase 2 11.24874757 L4_chemical_C3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.90566611 C6_control_A1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.57922809 C6_control_A3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.70041162 C6_control_B1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.68676651 C6_control_B2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.67709657 C6_control_B3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.82721128 C6_control_C1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.77347554 C6_control_C2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.91558411 C6_control_C3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.0414152 C6_chemical_A1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.04047165 C6_chemical_A3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.90331061 C6_chemical_B1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.59391435 C6_chemical_B2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.50510216 C6_chemical_B3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.86245834 C6_chemical_C1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.80928907 C6_chemical_C2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.40019068 C6_chemical_C3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.92406131 L4_control_A1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.73696441 L4_control_A2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.21539204 L4_control_A3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.97280879 L4_control_B1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.20402054 L4_control_B2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.98943286 L4_control_B3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.16161842 L4_control_C2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.27844204 L4_control_C3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.20143209 L4_chemical_A1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.77007352 L4_chemical_A2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.30120588 L4_chemical_A3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.80476026 L4_chemical_B1 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.82460269 L4_chemical_B2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 13.3684348 L4_chemical_B3 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.18918335 L4_chemical_C2 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.51575955 L4_chemical_C3 +LQ02X028370 HMG-Y-related protein A 15.00108684 C6_control_A1 +LQ02X028370 HMG-Y-related protein A 14.95231872 C6_control_A3 +LQ02X028370 HMG-Y-related protein A 14.1012154 C6_control_B1 +LQ02X028370 HMG-Y-related protein A 11.97279775 C6_control_B2 +LQ02X028370 HMG-Y-related protein A 11.87508748 C6_control_B3 +LQ02X028370 HMG-Y-related protein A 8.633558949 C6_control_C1 +LQ02X028370 HMG-Y-related protein A 9.581314391 C6_control_C2 +LQ02X028370 HMG-Y-related protein A 9.891378409 C6_control_C3 +LQ02X028370 HMG-Y-related protein A 14.67631977 C6_chemical_A1 +LQ02X028370 HMG-Y-related protein A 15.53194342 C6_chemical_A3 +LQ02X028370 HMG-Y-related protein A 12.30186096 C6_chemical_B1 +LQ02X028370 HMG-Y-related protein A 11.40594052 C6_chemical_B2 +LQ02X028370 HMG-Y-related protein A 11.74258745 C6_chemical_B3 +LQ02X028370 HMG-Y-related protein A 8.717916129 C6_chemical_C1 +LQ02X028370 HMG-Y-related protein A 9.325862222 C6_chemical_C2 +LQ02X028370 HMG-Y-related protein A 9.69241553 C6_chemical_C3 +LQ02X028370 HMG-Y-related protein A 14.75793237 L4_control_A1 +LQ02X028370 HMG-Y-related protein A 14.64449384 L4_control_A2 +LQ02X028370 HMG-Y-related protein A 14.32992691 L4_control_A3 +LQ02X028370 HMG-Y-related protein A 11.18154173 L4_control_B1 +LQ02X028370 HMG-Y-related protein A 13.36972142 L4_control_B2 +LQ02X028370 HMG-Y-related protein A 10.71603369 L4_control_B3 +LQ02X028370 HMG-Y-related protein A 9.869472649 L4_control_C2 +LQ02X028370 HMG-Y-related protein A 9.200761617 L4_control_C3 +LQ02X028370 HMG-Y-related protein A 13.54057644 L4_chemical_A1 +LQ02X028370 HMG-Y-related protein A 13.87889363 L4_chemical_A2 +LQ02X028370 HMG-Y-related protein A 13.99862584 L4_chemical_A3 +LQ02X028370 HMG-Y-related protein A 12.40438512 L4_chemical_B1 +LQ02X028370 HMG-Y-related protein A 13.54607082 L4_chemical_B2 +LQ02X028370 HMG-Y-related protein A 14.43865026 L4_chemical_B3 +LQ02X028370 HMG-Y-related protein A 9.723187423 L4_chemical_C2 +LQ02X028370 HMG-Y-related protein A 9.219006402 L4_chemical_C3 +LQ02X028380 Predicted protein (Fragment) 5.377674218 C6_control_A1 +LQ02X028380 Predicted protein (Fragment) 5.3716618 C6_control_A3 +LQ02X028380 Predicted protein (Fragment) 5.425027337 C6_control_B1 +LQ02X028380 Predicted protein (Fragment) 5.444850824 C6_control_B2 +LQ02X028380 Predicted protein (Fragment) 5.247320648 C6_control_B3 +LQ02X028380 Predicted protein (Fragment) 5.538248652 C6_control_C1 +LQ02X028380 Predicted protein (Fragment) 5.685934892 C6_control_C2 +LQ02X028380 Predicted protein (Fragment) 6.006075045 C6_control_C3 +LQ02X028380 Predicted protein (Fragment) 5.730684337 C6_chemical_A1 +LQ02X028380 Predicted protein (Fragment) 5.717608556 C6_chemical_A3 +LQ02X028380 Predicted protein (Fragment) 5.14096759 C6_chemical_B1 +LQ02X028380 Predicted protein (Fragment) 5.586501251 C6_chemical_B2 +LQ02X028380 Predicted protein (Fragment) 5.153758339 C6_chemical_B3 +LQ02X028380 Predicted protein (Fragment) 5.682782267 C6_chemical_C1 +LQ02X028380 Predicted protein (Fragment) 5.650872046 C6_chemical_C2 +LQ02X028380 Predicted protein (Fragment) 6.149376556 C6_chemical_C3 +LQ02X028380 Predicted protein (Fragment) 5.450555157 L4_control_A1 +LQ02X028380 Predicted protein (Fragment) 5.665420738 L4_control_A2 +LQ02X028380 Predicted protein (Fragment) 6.618452187 L4_control_A3 +LQ02X028380 Predicted protein (Fragment) 5.035410663 L4_control_B1 +LQ02X028380 Predicted protein (Fragment) 5.431085549 L4_control_B2 +LQ02X028380 Predicted protein (Fragment) 5.778945266 L4_control_B3 +LQ02X028380 Predicted protein (Fragment) 5.660566965 L4_control_C2 +LQ02X028380 Predicted protein (Fragment) 5.165156612 L4_control_C3 +LQ02X028380 Predicted protein (Fragment) 5.366120399 L4_chemical_A1 +LQ02X028380 Predicted protein (Fragment) 5.389839082 L4_chemical_A2 +LQ02X028380 Predicted protein (Fragment) 5.49808219 L4_chemical_A3 +LQ02X028380 Predicted protein (Fragment) 5.333999842 L4_chemical_B1 +LQ02X028380 Predicted protein (Fragment) 5.355399312 L4_chemical_B2 +LQ02X028380 Predicted protein (Fragment) 5.395421744 L4_chemical_B3 +LQ02X028380 Predicted protein (Fragment) 5.866743728 L4_chemical_C2 +LQ02X028380 Predicted protein (Fragment) 5.120003864 L4_chemical_C3 +LQ02X028400 Putative uncharacterized protein 5.132621271 C6_control_A1 +LQ02X028400 Putative uncharacterized protein 5.294820704 C6_control_A3 +LQ02X028400 Putative uncharacterized protein 5.128982343 C6_control_B1 +LQ02X028400 Putative uncharacterized protein 4.938237009 C6_control_B2 +LQ02X028400 Putative uncharacterized protein 5.113351913 C6_control_B3 +LQ02X028400 Putative uncharacterized protein 4.737923774 C6_control_C1 +LQ02X028400 Putative uncharacterized protein 4.647021559 C6_control_C2 +LQ02X028400 Putative uncharacterized protein 4.719169426 C6_control_C3 +LQ02X028400 Putative uncharacterized protein 5.277048582 C6_chemical_A1 +LQ02X028400 Putative uncharacterized protein 4.983301776 C6_chemical_A3 +LQ02X028400 Putative uncharacterized protein 5.059766403 C6_chemical_B1 +LQ02X028400 Putative uncharacterized protein 4.697398091 C6_chemical_B2 +LQ02X028400 Putative uncharacterized protein 5.411087386 C6_chemical_B3 +LQ02X028400 Putative uncharacterized protein 4.534758048 C6_chemical_C1 +LQ02X028400 Putative uncharacterized protein 4.857700164 C6_chemical_C2 +LQ02X028400 Putative uncharacterized protein 4.73534956 C6_chemical_C3 +LQ02X028400 Putative uncharacterized protein 4.950478228 L4_control_A1 +LQ02X028400 Putative uncharacterized protein 5.271515631 L4_control_A2 +LQ02X028400 Putative uncharacterized protein 5.589474674 L4_control_A3 +LQ02X028400 Putative uncharacterized protein 5.540137502 L4_control_B1 +LQ02X028400 Putative uncharacterized protein 5.454195417 L4_control_B2 +LQ02X028400 Putative uncharacterized protein 4.996892189 L4_control_B3 +LQ02X028400 Putative uncharacterized protein 4.768721853 L4_control_C2 +LQ02X028400 Putative uncharacterized protein 4.964286287 L4_control_C3 +LQ02X028400 Putative uncharacterized protein 5.08393609 L4_chemical_A1 +LQ02X028400 Putative uncharacterized protein 4.895956036 L4_chemical_A2 +LQ02X028400 Putative uncharacterized protein 5.57964607 L4_chemical_A3 +LQ02X028400 Putative uncharacterized protein 5.059834489 L4_chemical_B1 +LQ02X028400 Putative uncharacterized protein 5.103371901 L4_chemical_B2 +LQ02X028400 Putative uncharacterized protein 4.932035869 L4_chemical_B3 +LQ02X028400 Putative uncharacterized protein 4.78085107 L4_chemical_C2 +LQ02X028400 Putative uncharacterized protein 4.771040219 L4_chemical_C3 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.41288793 C6_control_A1 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.44152015 C6_control_A3 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.61036705 C6_control_B1 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.46028619 C6_control_B2 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.64660717 C6_control_B3 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.86456315 C6_control_C1 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.68552052 C6_control_C2 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.15723294 C6_control_C3 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.67037267 C6_chemical_A1 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.20171727 C6_chemical_A3 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.57881664 C6_chemical_B1 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.6485724 C6_chemical_B2 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.44858539 C6_chemical_B3 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.68791038 C6_chemical_C1 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.68357207 C6_chemical_C2 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.29560133 C6_chemical_C3 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.62420732 L4_control_A1 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.21085855 L4_control_A2 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.60581933 L4_control_A3 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.88325052 L4_control_B1 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.38837882 L4_control_B2 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.62863795 L4_control_B3 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.81116251 L4_control_C2 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.9451092 L4_control_C3 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.37720333 L4_chemical_A1 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.0563876 L4_chemical_A2 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.65413526 L4_chemical_A3 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.34687622 L4_chemical_B1 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.23559075 L4_chemical_B2 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.48290143 L4_chemical_B3 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.79362402 L4_chemical_C2 +LQ02X028410 Putative clathrin assembly protein At2g01600 11.94933019 L4_chemical_C3 +LQ02X028520 DELLA protein GAI1 10.4080813 C6_control_A1 +LQ02X028520 DELLA protein GAI1 9.950814228 C6_control_A3 +LQ02X028520 DELLA protein GAI1 10.18655395 C6_control_B1 +LQ02X028520 DELLA protein GAI1 10.13503154 C6_control_B2 +LQ02X028520 DELLA protein GAI1 9.830154622 C6_control_B3 +LQ02X028520 DELLA protein GAI1 9.933377095 C6_control_C1 +LQ02X028520 DELLA protein GAI1 8.749242566 C6_control_C2 +LQ02X028520 DELLA protein GAI1 9.965745012 C6_control_C3 +LQ02X028520 DELLA protein GAI1 10.31167166 C6_chemical_A1 +LQ02X028520 DELLA protein GAI1 11.23225677 C6_chemical_A3 +LQ02X028520 DELLA protein GAI1 10.43001325 C6_chemical_B1 +LQ02X028520 DELLA protein GAI1 10.46295978 C6_chemical_B2 +LQ02X028520 DELLA protein GAI1 9.846799217 C6_chemical_B3 +LQ02X028520 DELLA protein GAI1 9.977149148 C6_chemical_C1 +LQ02X028520 DELLA protein GAI1 9.700686013 C6_chemical_C2 +LQ02X028520 DELLA protein GAI1 10.28319005 C6_chemical_C3 +LQ02X028520 DELLA protein GAI1 10.91278041 L4_control_A1 +LQ02X028520 DELLA protein GAI1 10.6498308 L4_control_A2 +LQ02X028520 DELLA protein GAI1 11.17303916 L4_control_A3 +LQ02X028520 DELLA protein GAI1 10.21900142 L4_control_B1 +LQ02X028520 DELLA protein GAI1 10.6602023 L4_control_B2 +LQ02X028520 DELLA protein GAI1 10.52710965 L4_control_B3 +LQ02X028520 DELLA protein GAI1 9.605959622 L4_control_C2 +LQ02X028520 DELLA protein GAI1 10.28702698 L4_control_C3 +LQ02X028520 DELLA protein GAI1 10.84003197 L4_chemical_A1 +LQ02X028520 DELLA protein GAI1 10.44234747 L4_chemical_A2 +LQ02X028520 DELLA protein GAI1 10.89891547 L4_chemical_A3 +LQ02X028520 DELLA protein GAI1 9.960564888 L4_chemical_B1 +LQ02X028520 DELLA protein GAI1 10.36216871 L4_chemical_B2 +LQ02X028520 DELLA protein GAI1 10.89752148 L4_chemical_B3 +LQ02X028520 DELLA protein GAI1 9.450113471 L4_chemical_C2 +LQ02X028520 DELLA protein GAI1 10.01855131 L4_chemical_C3 +LQ02X028530 Putative uncharacterized protein 12.32099283 C6_control_A1 +LQ02X028530 Putative uncharacterized protein 12.85533598 C6_control_A3 +LQ02X028530 Putative uncharacterized protein 11.93364542 C6_control_B1 +LQ02X028530 Putative uncharacterized protein 12.508348 C6_control_B2 +LQ02X028530 Putative uncharacterized protein 12.61747253 C6_control_B3 +LQ02X028530 Putative uncharacterized protein 11.78683197 C6_control_C1 +LQ02X028530 Putative uncharacterized protein 12.1055056 C6_control_C2 +LQ02X028530 Putative uncharacterized protein 11.91598651 C6_control_C3 +LQ02X028530 Putative uncharacterized protein 12.1472152 C6_chemical_A1 +LQ02X028530 Putative uncharacterized protein 12.39839128 C6_chemical_A3 +LQ02X028530 Putative uncharacterized protein 11.8661662 C6_chemical_B1 +LQ02X028530 Putative uncharacterized protein 12.38541219 C6_chemical_B2 +LQ02X028530 Putative uncharacterized protein 12.07064643 C6_chemical_B3 +LQ02X028530 Putative uncharacterized protein 11.47347283 C6_chemical_C1 +LQ02X028530 Putative uncharacterized protein 11.77070886 C6_chemical_C2 +LQ02X028530 Putative uncharacterized protein 11.67417402 C6_chemical_C3 +LQ02X028530 Putative uncharacterized protein 12.87490172 L4_control_A1 +LQ02X028530 Putative uncharacterized protein 12.93030092 L4_control_A2 +LQ02X028530 Putative uncharacterized protein 12.65901795 L4_control_A3 +LQ02X028530 Putative uncharacterized protein 12.0143474 L4_control_B1 +LQ02X028530 Putative uncharacterized protein 12.23178317 L4_control_B2 +LQ02X028530 Putative uncharacterized protein 11.92942542 L4_control_B3 +LQ02X028530 Putative uncharacterized protein 11.18146484 L4_control_C2 +LQ02X028530 Putative uncharacterized protein 11.97517178 L4_control_C3 +LQ02X028530 Putative uncharacterized protein 12.42574431 L4_chemical_A1 +LQ02X028530 Putative uncharacterized protein 12.27639659 L4_chemical_A2 +LQ02X028530 Putative uncharacterized protein 12.57468242 L4_chemical_A3 +LQ02X028530 Putative uncharacterized protein 11.88359663 L4_chemical_B1 +LQ02X028530 Putative uncharacterized protein 11.66779886 L4_chemical_B2 +LQ02X028530 Putative uncharacterized protein 12.23803578 L4_chemical_B3 +LQ02X028530 Putative uncharacterized protein 11.04463982 L4_chemical_C2 +LQ02X028530 Putative uncharacterized protein 11.56868533 L4_chemical_C3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.6015064 C6_control_A1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.90052735 C6_control_A3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.00945299 C6_control_B1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.58892732 C6_control_B2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.94220393 C6_control_B3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 14.60863602 C6_control_C1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 14.45451397 C6_control_C2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 14.27093168 C6_control_C3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.74933632 C6_chemical_A1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.82956153 C6_chemical_A3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.48927784 C6_chemical_B1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.90619043 C6_chemical_B2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.22365333 C6_chemical_B3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 15.11781074 C6_chemical_C1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 14.89170494 C6_chemical_C2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 14.99167095 C6_chemical_C3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.70308239 L4_control_A1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.49526899 L4_control_A2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.34224988 L4_control_A3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.34217238 L4_control_B1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.41986015 L4_control_B2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.47508809 L4_control_B3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.86369821 L4_control_C2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.99500602 L4_control_C3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.20772797 L4_chemical_A1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.06078779 L4_chemical_A2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.70967283 L4_chemical_A3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.18529441 L4_chemical_B1 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.09754866 L4_chemical_B2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 13.50086813 L4_chemical_B3 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 14.309427 L4_chemical_C2 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 14.41098925 L4_chemical_C3 +LQ02X028620 MLP-like protein 28 5.311306239 C6_control_A1 +LQ02X028620 MLP-like protein 28 5.390943408 C6_control_A3 +LQ02X028620 MLP-like protein 28 6.072488926 C6_control_B1 +LQ02X028620 MLP-like protein 28 6.033164103 C6_control_B2 +LQ02X028620 MLP-like protein 28 5.750100183 C6_control_B3 +LQ02X028620 MLP-like protein 28 6.135155028 C6_control_C1 +LQ02X028620 MLP-like protein 28 5.731130763 C6_control_C2 +LQ02X028620 MLP-like protein 28 6.36763036 C6_control_C3 +LQ02X028620 MLP-like protein 28 5.274165958 C6_chemical_A1 +LQ02X028620 MLP-like protein 28 5.295360938 C6_chemical_A3 +LQ02X028620 MLP-like protein 28 5.90155395 C6_chemical_B1 +LQ02X028620 MLP-like protein 28 5.464852535 C6_chemical_B2 +LQ02X028620 MLP-like protein 28 5.685223567 C6_chemical_B3 +LQ02X028620 MLP-like protein 28 5.520337032 C6_chemical_C1 +LQ02X028620 MLP-like protein 28 5.484628163 C6_chemical_C2 +LQ02X028620 MLP-like protein 28 5.523768175 C6_chemical_C3 +LQ02X028620 MLP-like protein 28 5.257634982 L4_control_A1 +LQ02X028620 MLP-like protein 28 5.312990768 L4_control_A2 +LQ02X028620 MLP-like protein 28 5.482743382 L4_control_A3 +LQ02X028620 MLP-like protein 28 4.893178585 L4_control_B1 +LQ02X028620 MLP-like protein 28 6.109948062 L4_control_B2 +LQ02X028620 MLP-like protein 28 5.582309826 L4_control_B3 +LQ02X028620 MLP-like protein 28 6.664368514 L4_control_C2 +LQ02X028620 MLP-like protein 28 5.621132366 L4_control_C3 +LQ02X028620 MLP-like protein 28 5.526906641 L4_chemical_A1 +LQ02X028620 MLP-like protein 28 5.500429878 L4_chemical_A2 +LQ02X028620 MLP-like protein 28 5.312901038 L4_chemical_A3 +LQ02X028620 MLP-like protein 28 5.294248683 L4_chemical_B1 +LQ02X028620 MLP-like protein 28 5.708715035 L4_chemical_B2 +LQ02X028620 MLP-like protein 28 5.631230572 L4_chemical_B3 +LQ02X028620 MLP-like protein 28 5.390483603 L4_chemical_C2 +LQ02X028620 MLP-like protein 28 5.742953978 L4_chemical_C3 +LQ02X028660 MLP-like protein 28 7.089431338 C6_control_A1 +LQ02X028660 MLP-like protein 28 7.456125977 C6_control_A3 +LQ02X028660 MLP-like protein 28 7.544983172 C6_control_B1 +LQ02X028660 MLP-like protein 28 8.726932029 C6_control_B2 +LQ02X028660 MLP-like protein 28 8.666620536 C6_control_B3 +LQ02X028660 MLP-like protein 28 9.916594158 C6_control_C1 +LQ02X028660 MLP-like protein 28 10.34132765 C6_control_C2 +LQ02X028660 MLP-like protein 28 10.80453143 C6_control_C3 +LQ02X028660 MLP-like protein 28 6.663136351 C6_chemical_A1 +LQ02X028660 MLP-like protein 28 7.108567359 C6_chemical_A3 +LQ02X028660 MLP-like protein 28 7.117604648 C6_chemical_B1 +LQ02X028660 MLP-like protein 28 8.049121151 C6_chemical_B2 +LQ02X028660 MLP-like protein 28 8.308933676 C6_chemical_B3 +LQ02X028660 MLP-like protein 28 9.586834326 C6_chemical_C1 +LQ02X028660 MLP-like protein 28 9.476533007 C6_chemical_C2 +LQ02X028660 MLP-like protein 28 10.45680462 C6_chemical_C3 +LQ02X028660 MLP-like protein 28 7.420878909 L4_control_A1 +LQ02X028660 MLP-like protein 28 7.611095199 L4_control_A2 +LQ02X028660 MLP-like protein 28 7.515834255 L4_control_A3 +LQ02X028660 MLP-like protein 28 7.52541584 L4_control_B1 +LQ02X028660 MLP-like protein 28 7.007151277 L4_control_B2 +LQ02X028660 MLP-like protein 28 8.313503175 L4_control_B3 +LQ02X028660 MLP-like protein 28 9.614963321 L4_control_C2 +LQ02X028660 MLP-like protein 28 8.642820723 L4_control_C3 +LQ02X028660 MLP-like protein 28 6.943775176 L4_chemical_A1 +LQ02X028660 MLP-like protein 28 7.819789459 L4_chemical_A2 +LQ02X028660 MLP-like protein 28 6.959391059 L4_chemical_A3 +LQ02X028660 MLP-like protein 28 7.187431632 L4_chemical_B1 +LQ02X028660 MLP-like protein 28 7.102392387 L4_chemical_B2 +LQ02X028660 MLP-like protein 28 7.939070199 L4_chemical_B3 +LQ02X028660 MLP-like protein 28 9.502178349 L4_chemical_C2 +LQ02X028660 MLP-like protein 28 9.104777147 L4_chemical_C3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.4110694 C6_control_A1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.17443221 C6_control_A3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.52703413 C6_control_B1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.94810938 C6_control_B2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.49296059 C6_control_B3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.63182131 C6_control_C1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.7060762 C6_control_C2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.84320813 C6_control_C3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.02592056 C6_chemical_A1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.27153927 C6_chemical_A3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.44746284 C6_chemical_B1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.72204933 C6_chemical_B2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.3334291 C6_chemical_B3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.36507105 C6_chemical_C1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.65753563 C6_chemical_C2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.72499967 C6_chemical_C3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.957052 L4_control_A1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.3539172 L4_control_A2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.80959196 L4_control_A3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.33009501 L4_control_B1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.54277797 L4_control_B2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.43184335 L4_control_B3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.22256024 L4_control_C2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.49974892 L4_control_C3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.97460137 L4_chemical_A1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.1378178 L4_chemical_A2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 11.92391208 L4_chemical_A3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.54881723 L4_chemical_B1 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.004944 L4_chemical_B2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.20260076 L4_chemical_B3 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.2167506 L4_chemical_C2 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.31109871 L4_chemical_C3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 6.231219889 C6_control_A1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.484054301 C6_control_A3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.431418657 C6_control_B1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.711548415 C6_control_B2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.380012697 C6_control_B3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.709310781 C6_control_C1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.844906359 C6_control_C2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.538569251 C6_control_C3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 6.157674896 C6_chemical_A1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.583155699 C6_chemical_A3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.296292841 C6_chemical_B1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.928144075 C6_chemical_B2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 6.146852304 C6_chemical_B3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 6.259048913 C6_chemical_C1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.804947149 C6_chemical_C2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.787417905 C6_chemical_C3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.976333655 L4_control_A1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.306688381 L4_control_A2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 6.151921368 L4_control_A3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.464109493 L4_control_B1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.28415541 L4_control_B2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.407254275 L4_control_B3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.289054323 L4_control_C2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.568238016 L4_control_C3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.58519133 L4_chemical_A1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.555975674 L4_chemical_A2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.973195305 L4_chemical_A3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.783886525 L4_chemical_B1 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.426969473 L4_chemical_B2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.277236436 L4_chemical_B3 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.148204907 L4_chemical_C2 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 5.757506941 L4_chemical_C3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.414792807 C6_control_A1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.411378416 C6_control_A3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.580000226 C6_control_B1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.702327416 C6_control_B2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.803531869 C6_control_B3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.353341254 C6_control_C1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.686859931 C6_control_C2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.332427097 C6_control_C3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.458944324 C6_chemical_A1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.31613084 C6_chemical_A3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.542546608 C6_chemical_B1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.443131209 C6_chemical_B2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.808108858 C6_chemical_B3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.959904984 C6_chemical_C1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.520961427 C6_chemical_C2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.367627442 C6_chemical_C3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.32212834 L4_control_A1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.217136812 L4_control_A2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.439574146 L4_control_A3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 7.132489929 L4_control_B1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.26787427 L4_control_B2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.40726319 L4_control_B3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.828744257 L4_control_C2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 6.089879699 L4_control_C3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.448183391 L4_chemical_A1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.162615449 L4_chemical_A2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.270736309 L4_chemical_A3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.756895578 L4_chemical_B1 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.49401466 L4_chemical_B2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.471628428 L4_chemical_B3 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.180914931 L4_chemical_C2 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.788393711 L4_chemical_C3 +LQ02X028750 Putative uncharacterized protein 5.29129276 C6_control_A1 +LQ02X028750 Putative uncharacterized protein 5.263838108 C6_control_A3 +LQ02X028750 Putative uncharacterized protein 5.771801887 C6_control_B1 +LQ02X028750 Putative uncharacterized protein 5.831710588 C6_control_B2 +LQ02X028750 Putative uncharacterized protein 5.743407262 C6_control_B3 +LQ02X028750 Putative uncharacterized protein 5.19033988 C6_control_C1 +LQ02X028750 Putative uncharacterized protein 6.271465791 C6_control_C2 +LQ02X028750 Putative uncharacterized protein 5.586408942 C6_control_C3 +LQ02X028750 Putative uncharacterized protein 5.530361923 C6_chemical_A1 +LQ02X028750 Putative uncharacterized protein 5.0689728 C6_chemical_A3 +LQ02X028750 Putative uncharacterized protein 4.968859812 C6_chemical_B1 +LQ02X028750 Putative uncharacterized protein 6.35119041 C6_chemical_B2 +LQ02X028750 Putative uncharacterized protein 5.326289036 C6_chemical_B3 +LQ02X028750 Putative uncharacterized protein 5.575846939 C6_chemical_C1 +LQ02X028750 Putative uncharacterized protein 5.383610026 C6_chemical_C2 +LQ02X028750 Putative uncharacterized protein 5.254202693 C6_chemical_C3 +LQ02X028750 Putative uncharacterized protein 5.740548419 L4_control_A1 +LQ02X028750 Putative uncharacterized protein 5.327060743 L4_control_A2 +LQ02X028750 Putative uncharacterized protein 5.025690341 L4_control_A3 +LQ02X028750 Putative uncharacterized protein 5.813123404 L4_control_B1 +LQ02X028750 Putative uncharacterized protein 5.786063943 L4_control_B2 +LQ02X028750 Putative uncharacterized protein 5.316986202 L4_control_B3 +LQ02X028750 Putative uncharacterized protein 5.322855949 L4_control_C2 +LQ02X028750 Putative uncharacterized protein 5.116751976 L4_control_C3 +LQ02X028750 Putative uncharacterized protein 5.519955374 L4_chemical_A1 +LQ02X028750 Putative uncharacterized protein 5.224590114 L4_chemical_A2 +LQ02X028750 Putative uncharacterized protein 4.969684779 L4_chemical_A3 +LQ02X028750 Putative uncharacterized protein 5.265470943 L4_chemical_B1 +LQ02X028750 Putative uncharacterized protein 6.10702307 L4_chemical_B2 +LQ02X028750 Putative uncharacterized protein 5.468856193 L4_chemical_B3 +LQ02X028750 Putative uncharacterized protein 5.141660498 L4_chemical_C2 +LQ02X028750 Putative uncharacterized protein 5.185801077 L4_chemical_C3 +LQ02X028800 DNA binding protein, putative 6.059080362 C6_control_A1 +LQ02X028800 DNA binding protein, putative 5.680484047 C6_control_A3 +LQ02X028800 DNA binding protein, putative 5.206186329 C6_control_B1 +LQ02X028800 DNA binding protein, putative 6.13492211 C6_control_B2 +LQ02X028800 DNA binding protein, putative 6.435180835 C6_control_B3 +LQ02X028800 DNA binding protein, putative 5.887445088 C6_control_C1 +LQ02X028800 DNA binding protein, putative 5.650758525 C6_control_C2 +LQ02X028800 DNA binding protein, putative 6.015808565 C6_control_C3 +LQ02X028800 DNA binding protein, putative 5.797288524 C6_chemical_A1 +LQ02X028800 DNA binding protein, putative 6.13939953 C6_chemical_A3 +LQ02X028800 DNA binding protein, putative 5.807805156 C6_chemical_B1 +LQ02X028800 DNA binding protein, putative 6.373678751 C6_chemical_B2 +LQ02X028800 DNA binding protein, putative 6.38288217 C6_chemical_B3 +LQ02X028800 DNA binding protein, putative 6.108451445 C6_chemical_C1 +LQ02X028800 DNA binding protein, putative 5.876242168 C6_chemical_C2 +LQ02X028800 DNA binding protein, putative 6.120314792 C6_chemical_C3 +LQ02X028800 DNA binding protein, putative 6.178658753 L4_control_A1 +LQ02X028800 DNA binding protein, putative 6.594005084 L4_control_A2 +LQ02X028800 DNA binding protein, putative 5.2734201 L4_control_A3 +LQ02X028800 DNA binding protein, putative 5.648625537 L4_control_B1 +LQ02X028800 DNA binding protein, putative 5.776515548 L4_control_B2 +LQ02X028800 DNA binding protein, putative 5.860098124 L4_control_B3 +LQ02X028800 DNA binding protein, putative 5.632324377 L4_control_C2 +LQ02X028800 DNA binding protein, putative 5.599863828 L4_control_C3 +LQ02X028800 DNA binding protein, putative 5.694475252 L4_chemical_A1 +LQ02X028800 DNA binding protein, putative 6.727394072 L4_chemical_A2 +LQ02X028800 DNA binding protein, putative 5.678291903 L4_chemical_A3 +LQ02X028800 DNA binding protein, putative 5.671463145 L4_chemical_B1 +LQ02X028800 DNA binding protein, putative 6.496933798 L4_chemical_B2 +LQ02X028800 DNA binding protein, putative 6.063717042 L4_chemical_B3 +LQ02X028800 DNA binding protein, putative 5.838018215 L4_chemical_C2 +LQ02X028800 DNA binding protein, putative 6.053262578 L4_chemical_C3 +LQ02X028810 Putative Transcription factor bHLH111 5.875958896 C6_control_A1 +LQ02X028810 Putative Transcription factor bHLH111 5.136194964 C6_control_A3 +LQ02X028810 Putative Transcription factor bHLH111 5.991398112 C6_control_B1 +LQ02X028810 Putative Transcription factor bHLH111 6.237727733 C6_control_B2 +LQ02X028810 Putative Transcription factor bHLH111 6.287325506 C6_control_B3 +LQ02X028810 Putative Transcription factor bHLH111 5.868274415 C6_control_C1 +LQ02X028810 Putative Transcription factor bHLH111 5.756235965 C6_control_C2 +LQ02X028810 Putative Transcription factor bHLH111 6.30398317 C6_control_C3 +LQ02X028810 Putative Transcription factor bHLH111 5.745372058 C6_chemical_A1 +LQ02X028810 Putative Transcription factor bHLH111 5.436950733 C6_chemical_A3 +LQ02X028810 Putative Transcription factor bHLH111 5.685424294 C6_chemical_B1 +LQ02X028810 Putative Transcription factor bHLH111 6.192923792 C6_chemical_B2 +LQ02X028810 Putative Transcription factor bHLH111 5.870055176 C6_chemical_B3 +LQ02X028810 Putative Transcription factor bHLH111 6.092110873 C6_chemical_C1 +LQ02X028810 Putative Transcription factor bHLH111 6.004345484 C6_chemical_C2 +LQ02X028810 Putative Transcription factor bHLH111 6.23939439 C6_chemical_C3 +LQ02X028810 Putative Transcription factor bHLH111 5.843592278 L4_control_A1 +LQ02X028810 Putative Transcription factor bHLH111 5.865926197 L4_control_A2 +LQ02X028810 Putative Transcription factor bHLH111 5.501200609 L4_control_A3 +LQ02X028810 Putative Transcription factor bHLH111 5.39661432 L4_control_B1 +LQ02X028810 Putative Transcription factor bHLH111 6.22191669 L4_control_B2 +LQ02X028810 Putative Transcription factor bHLH111 6.137759234 L4_control_B3 +LQ02X028810 Putative Transcription factor bHLH111 5.449865462 L4_control_C2 +LQ02X028810 Putative Transcription factor bHLH111 5.165345481 L4_control_C3 +LQ02X028810 Putative Transcription factor bHLH111 5.776490976 L4_chemical_A1 +LQ02X028810 Putative Transcription factor bHLH111 5.768739194 L4_chemical_A2 +LQ02X028810 Putative Transcription factor bHLH111 5.477686478 L4_chemical_A3 +LQ02X028810 Putative Transcription factor bHLH111 5.585050109 L4_chemical_B1 +LQ02X028810 Putative Transcription factor bHLH111 5.773711971 L4_chemical_B2 +LQ02X028810 Putative Transcription factor bHLH111 6.221784523 L4_chemical_B3 +LQ02X028810 Putative Transcription factor bHLH111 5.082947052 L4_chemical_C2 +LQ02X028810 Putative Transcription factor bHLH111 5.479217881 L4_chemical_C3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.58220021 C6_control_A1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.77729776 C6_control_A3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.38840537 C6_control_B1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.0909531 C6_control_B2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.71034316 C6_control_B3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.34308287 C6_control_C1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.20817579 C6_control_C2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.21976356 C6_control_C3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.46316541 C6_chemical_A1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.65379464 C6_chemical_A3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.4222778 C6_chemical_B1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.14349867 C6_chemical_B2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.48421994 C6_chemical_B3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.18764267 C6_chemical_C1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.19482508 C6_chemical_C2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.44395038 C6_chemical_C3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.7571307 L4_control_A1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.12619121 L4_control_A2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.48264824 L4_control_A3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.32368472 L4_control_B1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.01738358 L4_control_B2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.78201389 L4_control_B3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.16034032 L4_control_C2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.16105299 L4_control_C3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.92744314 L4_chemical_A1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.25410772 L4_chemical_A2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.56256442 L4_chemical_A3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.25061516 L4_chemical_B1 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.43921145 L4_chemical_B2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 13.12582074 L4_chemical_B3 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.34243811 L4_chemical_C2 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.16919051 L4_chemical_C3 +LQ02X028900 Uncharacterized protein At2g02148 9.60332 C6_control_A1 +LQ02X028900 Uncharacterized protein At2g02148 9.322438363 C6_control_A3 +LQ02X028900 Uncharacterized protein At2g02148 9.078401393 C6_control_B1 +LQ02X028900 Uncharacterized protein At2g02148 9.540343547 C6_control_B2 +LQ02X028900 Uncharacterized protein At2g02148 8.955002479 C6_control_B3 +LQ02X028900 Uncharacterized protein At2g02148 9.500749615 C6_control_C1 +LQ02X028900 Uncharacterized protein At2g02148 9.177430625 C6_control_C2 +LQ02X028900 Uncharacterized protein At2g02148 8.933282572 C6_control_C3 +LQ02X028900 Uncharacterized protein At2g02148 9.638499145 C6_chemical_A1 +LQ02X028900 Uncharacterized protein At2g02148 9.725762686 C6_chemical_A3 +LQ02X028900 Uncharacterized protein At2g02148 9.14858562 C6_chemical_B1 +LQ02X028900 Uncharacterized protein At2g02148 9.211873239 C6_chemical_B2 +LQ02X028900 Uncharacterized protein At2g02148 8.622159604 C6_chemical_B3 +LQ02X028900 Uncharacterized protein At2g02148 9.442646932 C6_chemical_C1 +LQ02X028900 Uncharacterized protein At2g02148 9.563228797 C6_chemical_C2 +LQ02X028900 Uncharacterized protein At2g02148 8.534505445 C6_chemical_C3 +LQ02X028900 Uncharacterized protein At2g02148 9.323973484 L4_control_A1 +LQ02X028900 Uncharacterized protein At2g02148 9.883743937 L4_control_A2 +LQ02X028900 Uncharacterized protein At2g02148 10.06734963 L4_control_A3 +LQ02X028900 Uncharacterized protein At2g02148 9.301079878 L4_control_B1 +LQ02X028900 Uncharacterized protein At2g02148 10.35472697 L4_control_B2 +LQ02X028900 Uncharacterized protein At2g02148 9.007800871 L4_control_B3 +LQ02X028900 Uncharacterized protein At2g02148 9.812439988 L4_control_C2 +LQ02X028900 Uncharacterized protein At2g02148 10.06081214 L4_control_C3 +LQ02X028900 Uncharacterized protein At2g02148 9.108808525 L4_chemical_A1 +LQ02X028900 Uncharacterized protein At2g02148 9.781308194 L4_chemical_A2 +LQ02X028900 Uncharacterized protein At2g02148 9.70892878 L4_chemical_A3 +LQ02X028900 Uncharacterized protein At2g02148 9.449372857 L4_chemical_B1 +LQ02X028900 Uncharacterized protein At2g02148 9.942951176 L4_chemical_B2 +LQ02X028900 Uncharacterized protein At2g02148 8.86140708 L4_chemical_B3 +LQ02X028900 Uncharacterized protein At2g02148 10.12043505 L4_chemical_C2 +LQ02X028900 Uncharacterized protein At2g02148 9.788263541 L4_chemical_C3 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.213453434 C6_control_A1 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.025561659 C6_control_A3 +LQ02X029130 Putative ribonuclease H protein At1g65750 4.800925725 C6_control_B1 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.378511783 C6_control_B2 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.083483581 C6_control_B3 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.456806614 C6_control_C1 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.247407907 C6_control_C2 +LQ02X029130 Putative ribonuclease H protein At1g65750 4.95629456 C6_control_C3 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.292881146 C6_chemical_A1 +LQ02X029130 Putative ribonuclease H protein At1g65750 4.908972689 C6_chemical_A3 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.058149683 C6_chemical_B1 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.301658854 C6_chemical_B2 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.459615023 C6_chemical_B3 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.344515614 C6_chemical_C1 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.395563532 C6_chemical_C2 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.145988571 C6_chemical_C3 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.941669316 L4_control_A1 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.847878899 L4_control_A2 +LQ02X029130 Putative ribonuclease H protein At1g65750 6.062060443 L4_control_A3 +LQ02X029130 Putative ribonuclease H protein At1g65750 6.052691254 L4_control_B1 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.36519079 L4_control_B2 +LQ02X029130 Putative ribonuclease H protein At1g65750 6.386657304 L4_control_B3 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.182337577 L4_control_C2 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.561630709 L4_control_C3 +LQ02X029130 Putative ribonuclease H protein At1g65750 6.806615952 L4_chemical_A1 +LQ02X029130 Putative ribonuclease H protein At1g65750 6.247287258 L4_chemical_A2 +LQ02X029130 Putative ribonuclease H protein At1g65750 7.179198647 L4_chemical_A3 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.36983359 L4_chemical_B1 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.156648513 L4_chemical_B2 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.83531848 L4_chemical_B3 +LQ02X029130 Putative ribonuclease H protein At1g65750 6.84144597 L4_chemical_C2 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.676478804 L4_chemical_C3 +LQ02X029150 Transcription factor, putative 5.217436542 C6_control_A1 +LQ02X029150 Transcription factor, putative 5.19600946 C6_control_A3 +LQ02X029150 Transcription factor, putative 4.883961018 C6_control_B1 +LQ02X029150 Transcription factor, putative 4.697599977 C6_control_B2 +LQ02X029150 Transcription factor, putative 4.745771244 C6_control_B3 +LQ02X029150 Transcription factor, putative 4.828970515 C6_control_C1 +LQ02X029150 Transcription factor, putative 4.768059049 C6_control_C2 +LQ02X029150 Transcription factor, putative 4.731985355 C6_control_C3 +LQ02X029150 Transcription factor, putative 5.221215938 C6_chemical_A1 +LQ02X029150 Transcription factor, putative 5.277435329 C6_chemical_A3 +LQ02X029150 Transcription factor, putative 5.455647205 C6_chemical_B1 +LQ02X029150 Transcription factor, putative 4.706413744 C6_chemical_B2 +LQ02X029150 Transcription factor, putative 4.895676052 C6_chemical_B3 +LQ02X029150 Transcription factor, putative 4.735049704 C6_chemical_C1 +LQ02X029150 Transcription factor, putative 4.818469555 C6_chemical_C2 +LQ02X029150 Transcription factor, putative 4.723117636 C6_chemical_C3 +LQ02X029150 Transcription factor, putative 5.20060173 L4_control_A1 +LQ02X029150 Transcription factor, putative 4.830158471 L4_control_A2 +LQ02X029150 Transcription factor, putative 5.587889368 L4_control_A3 +LQ02X029150 Transcription factor, putative 5.193832179 L4_control_B1 +LQ02X029150 Transcription factor, putative 5.07692978 L4_control_B2 +LQ02X029150 Transcription factor, putative 4.771817143 L4_control_B3 +LQ02X029150 Transcription factor, putative 4.853542211 L4_control_C2 +LQ02X029150 Transcription factor, putative 4.9957739 L4_control_C3 +LQ02X029150 Transcription factor, putative 4.807878291 L4_chemical_A1 +LQ02X029150 Transcription factor, putative 4.655145379 L4_chemical_A2 +LQ02X029150 Transcription factor, putative 6.031713688 L4_chemical_A3 +LQ02X029150 Transcription factor, putative 5.039292848 L4_chemical_B1 +LQ02X029150 Transcription factor, putative 4.951093638 L4_chemical_B2 +LQ02X029150 Transcription factor, putative 4.791969402 L4_chemical_B3 +LQ02X029150 Transcription factor, putative 4.746144246 L4_chemical_C2 +LQ02X029150 Transcription factor, putative 5.016427412 L4_chemical_C3 +LQ02X029160 Predicted protein 12.27913674 C6_control_A1 +LQ02X029160 Predicted protein 12.43830682 C6_control_A3 +LQ02X029160 Predicted protein 12.03446184 C6_control_B1 +LQ02X029160 Predicted protein 12.06193839 C6_control_B2 +LQ02X029160 Predicted protein 11.98706641 C6_control_B3 +LQ02X029160 Predicted protein 11.94673182 C6_control_C1 +LQ02X029160 Predicted protein 12.41291653 C6_control_C2 +LQ02X029160 Predicted protein 12.03832789 C6_control_C3 +LQ02X029160 Predicted protein 11.95196738 C6_chemical_A1 +LQ02X029160 Predicted protein 12.27098521 C6_chemical_A3 +LQ02X029160 Predicted protein 11.93409375 C6_chemical_B1 +LQ02X029160 Predicted protein 12.00873907 C6_chemical_B2 +LQ02X029160 Predicted protein 11.77991053 C6_chemical_B3 +LQ02X029160 Predicted protein 11.99658958 C6_chemical_C1 +LQ02X029160 Predicted protein 12.2381496 C6_chemical_C2 +LQ02X029160 Predicted protein 11.97407565 C6_chemical_C3 +LQ02X029160 Predicted protein 12.18717505 L4_control_A1 +LQ02X029160 Predicted protein 12.62422949 L4_control_A2 +LQ02X029160 Predicted protein 12.2543498 L4_control_A3 +LQ02X029160 Predicted protein 11.86949591 L4_control_B1 +LQ02X029160 Predicted protein 12.1392858 L4_control_B2 +LQ02X029160 Predicted protein 12.29751147 L4_control_B3 +LQ02X029160 Predicted protein 12.00413601 L4_control_C2 +LQ02X029160 Predicted protein 12.3646087 L4_control_C3 +LQ02X029160 Predicted protein 12.11807879 L4_chemical_A1 +LQ02X029160 Predicted protein 12.21251441 L4_chemical_A2 +LQ02X029160 Predicted protein 12.2704892 L4_chemical_A3 +LQ02X029160 Predicted protein 11.97780017 L4_chemical_B1 +LQ02X029160 Predicted protein 11.82049013 L4_chemical_B2 +LQ02X029160 Predicted protein 12.37711216 L4_chemical_B3 +LQ02X029160 Predicted protein 11.74491571 L4_chemical_C2 +LQ02X029160 Predicted protein 12.62256207 L4_chemical_C3 +LQ02X029200 Zinc finger protein, putative 14.42771078 C6_control_A1 +LQ02X029200 Zinc finger protein, putative 13.6969059 C6_control_A3 +LQ02X029200 Zinc finger protein, putative 14.07914652 C6_control_B1 +LQ02X029200 Zinc finger protein, putative 14.35329685 C6_control_B2 +LQ02X029200 Zinc finger protein, putative 14.29779174 C6_control_B3 +LQ02X029200 Zinc finger protein, putative 14.35300181 C6_control_C1 +LQ02X029200 Zinc finger protein, putative 14.62585541 C6_control_C2 +LQ02X029200 Zinc finger protein, putative 14.35158719 C6_control_C3 +LQ02X029200 Zinc finger protein, putative 13.93206428 C6_chemical_A1 +LQ02X029200 Zinc finger protein, putative 13.44247758 C6_chemical_A3 +LQ02X029200 Zinc finger protein, putative 13.86379904 C6_chemical_B1 +LQ02X029200 Zinc finger protein, putative 14.00593699 C6_chemical_B2 +LQ02X029200 Zinc finger protein, putative 14.25401735 C6_chemical_B3 +LQ02X029200 Zinc finger protein, putative 14.1754562 C6_chemical_C1 +LQ02X029200 Zinc finger protein, putative 14.0259769 C6_chemical_C2 +LQ02X029200 Zinc finger protein, putative 14.47465641 C6_chemical_C3 +LQ02X029200 Zinc finger protein, putative 13.92094314 L4_control_A1 +LQ02X029200 Zinc finger protein, putative 14.4505883 L4_control_A2 +LQ02X029200 Zinc finger protein, putative 14.10012463 L4_control_A3 +LQ02X029200 Zinc finger protein, putative 14.1303295 L4_control_B1 +LQ02X029200 Zinc finger protein, putative 13.83700539 L4_control_B2 +LQ02X029200 Zinc finger protein, putative 14.48180613 L4_control_B3 +LQ02X029200 Zinc finger protein, putative 13.72224267 L4_control_C2 +LQ02X029200 Zinc finger protein, putative 14.26352686 L4_control_C3 +LQ02X029200 Zinc finger protein, putative 12.91906334 L4_chemical_A1 +LQ02X029200 Zinc finger protein, putative 13.9082215 L4_chemical_A2 +LQ02X029200 Zinc finger protein, putative 13.50512089 L4_chemical_A3 +LQ02X029200 Zinc finger protein, putative 13.88072441 L4_chemical_B1 +LQ02X029200 Zinc finger protein, putative 13.73979484 L4_chemical_B2 +LQ02X029200 Zinc finger protein, putative 14.6177782 L4_chemical_B3 +LQ02X029200 Zinc finger protein, putative 13.751372 L4_chemical_C2 +LQ02X029200 Zinc finger protein, putative 14.11315213 L4_chemical_C3 +LQ02X029210 Nucleic acid binding protein, putative 7.867383922 C6_control_A1 +LQ02X029210 Nucleic acid binding protein, putative 6.249734257 C6_control_A3 +LQ02X029210 Nucleic acid binding protein, putative 6.997459029 C6_control_B1 +LQ02X029210 Nucleic acid binding protein, putative 6.793694614 C6_control_B2 +LQ02X029210 Nucleic acid binding protein, putative 6.333700379 C6_control_B3 +LQ02X029210 Nucleic acid binding protein, putative 5.96062663 C6_control_C1 +LQ02X029210 Nucleic acid binding protein, putative 6.141292934 C6_control_C2 +LQ02X029210 Nucleic acid binding protein, putative 6.182254986 C6_control_C3 +LQ02X029210 Nucleic acid binding protein, putative 7.834733221 C6_chemical_A1 +LQ02X029210 Nucleic acid binding protein, putative 6.879591004 C6_chemical_A3 +LQ02X029210 Nucleic acid binding protein, putative 7.059733857 C6_chemical_B1 +LQ02X029210 Nucleic acid binding protein, putative 6.677346037 C6_chemical_B2 +LQ02X029210 Nucleic acid binding protein, putative 6.36570627 C6_chemical_B3 +LQ02X029210 Nucleic acid binding protein, putative 6.226493331 C6_chemical_C1 +LQ02X029210 Nucleic acid binding protein, putative 6.324251343 C6_chemical_C2 +LQ02X029210 Nucleic acid binding protein, putative 6.196524352 C6_chemical_C3 +LQ02X029210 Nucleic acid binding protein, putative 7.648870994 L4_control_A1 +LQ02X029210 Nucleic acid binding protein, putative 6.926645198 L4_control_A2 +LQ02X029210 Nucleic acid binding protein, putative 7.007526291 L4_control_A3 +LQ02X029210 Nucleic acid binding protein, putative 6.426177468 L4_control_B1 +LQ02X029210 Nucleic acid binding protein, putative 7.214092379 L4_control_B2 +LQ02X029210 Nucleic acid binding protein, putative 6.08391915 L4_control_B3 +LQ02X029210 Nucleic acid binding protein, putative 6.824777 L4_control_C2 +LQ02X029210 Nucleic acid binding protein, putative 5.747895054 L4_control_C3 +LQ02X029210 Nucleic acid binding protein, putative 7.156543068 L4_chemical_A1 +LQ02X029210 Nucleic acid binding protein, putative 6.640566118 L4_chemical_A2 +LQ02X029210 Nucleic acid binding protein, putative 7.271851345 L4_chemical_A3 +LQ02X029210 Nucleic acid binding protein, putative 6.18711863 L4_chemical_B1 +LQ02X029210 Nucleic acid binding protein, putative 6.046295367 L4_chemical_B2 +LQ02X029210 Nucleic acid binding protein, putative 6.065864925 L4_chemical_B3 +LQ02X029210 Nucleic acid binding protein, putative 5.991496999 L4_chemical_C2 +LQ02X029210 Nucleic acid binding protein, putative 6.318712985 L4_chemical_C3 +LQ02X029290 Predicted protein 10.67461907 C6_control_A1 +LQ02X029290 Predicted protein 10.4044821 C6_control_A3 +LQ02X029290 Predicted protein 11.01366628 C6_control_B1 +LQ02X029290 Predicted protein 11.22641037 C6_control_B2 +LQ02X029290 Predicted protein 11.03879943 C6_control_B3 +LQ02X029290 Predicted protein 11.57652821 C6_control_C1 +LQ02X029290 Predicted protein 11.61609762 C6_control_C2 +LQ02X029290 Predicted protein 11.84910526 C6_control_C3 +LQ02X029290 Predicted protein 10.66994952 C6_chemical_A1 +LQ02X029290 Predicted protein 10.15663203 C6_chemical_A3 +LQ02X029290 Predicted protein 11.24447427 C6_chemical_B1 +LQ02X029290 Predicted protein 11.03885436 C6_chemical_B2 +LQ02X029290 Predicted protein 11.19526849 C6_chemical_B3 +LQ02X029290 Predicted protein 11.3826032 C6_chemical_C1 +LQ02X029290 Predicted protein 11.54239877 C6_chemical_C2 +LQ02X029290 Predicted protein 12.1557306 C6_chemical_C3 +LQ02X029290 Predicted protein 10.13384568 L4_control_A1 +LQ02X029290 Predicted protein 10.46284014 L4_control_A2 +LQ02X029290 Predicted protein 10.46094973 L4_control_A3 +LQ02X029290 Predicted protein 10.82380167 L4_control_B1 +LQ02X029290 Predicted protein 11.2458089 L4_control_B2 +LQ02X029290 Predicted protein 11.18196953 L4_control_B3 +LQ02X029290 Predicted protein 12.17320781 L4_control_C2 +LQ02X029290 Predicted protein 12.37683445 L4_control_C3 +LQ02X029290 Predicted protein 10.30763963 L4_chemical_A1 +LQ02X029290 Predicted protein 10.59655965 L4_chemical_A2 +LQ02X029290 Predicted protein 10.5925083 L4_chemical_A3 +LQ02X029290 Predicted protein 10.77614006 L4_chemical_B1 +LQ02X029290 Predicted protein 11.02900229 L4_chemical_B2 +LQ02X029290 Predicted protein 10.81683057 L4_chemical_B3 +LQ02X029290 Predicted protein 11.7876974 L4_chemical_C2 +LQ02X029290 Predicted protein 12.0128821 L4_chemical_C3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.90752892 C6_control_A1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.236910843 C6_control_A3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.90967679 C6_control_B1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.718505734 C6_control_B2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.744762594 C6_control_B3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.888087286 C6_control_C1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.744070781 C6_control_C2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.879962861 C6_control_C3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.018323506 C6_chemical_A1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.867758588 C6_chemical_A3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.954821515 C6_chemical_B1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.752001254 C6_chemical_B2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.940538434 C6_chemical_B3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.941583036 C6_chemical_C1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.802277565 C6_chemical_C2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.898288859 C6_chemical_C3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.845551132 L4_control_A1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.733712999 L4_control_A2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.004208877 L4_control_A3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.467942363 L4_control_B1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.308803232 L4_control_B2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.020217053 L4_control_B3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.298209992 L4_control_C2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.331108224 L4_control_C3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.049015552 L4_chemical_A1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.850189029 L4_chemical_A2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.280557714 L4_chemical_A3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.646855852 L4_chemical_B1 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.813038503 L4_chemical_B2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.358712214 L4_chemical_B3 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.981047276 L4_chemical_C2 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.846192917 L4_chemical_C3 +LQ02X029340 Hypothetical protein 6.091117575 C6_control_A1 +LQ02X029340 Hypothetical protein 5.947884816 C6_control_A3 +LQ02X029340 Hypothetical protein 5.538792303 C6_control_B1 +LQ02X029340 Hypothetical protein 5.237099616 C6_control_B2 +LQ02X029340 Hypothetical protein 5.454165506 C6_control_B3 +LQ02X029340 Hypothetical protein 5.092115368 C6_control_C1 +LQ02X029340 Hypothetical protein 4.955817973 C6_control_C2 +LQ02X029340 Hypothetical protein 5.120632015 C6_control_C3 +LQ02X029340 Hypothetical protein 5.915088359 C6_chemical_A1 +LQ02X029340 Hypothetical protein 5.959593244 C6_chemical_A3 +LQ02X029340 Hypothetical protein 5.420633285 C6_chemical_B1 +LQ02X029340 Hypothetical protein 5.417544678 C6_chemical_B2 +LQ02X029340 Hypothetical protein 5.322036891 C6_chemical_B3 +LQ02X029340 Hypothetical protein 5.013229723 C6_chemical_C1 +LQ02X029340 Hypothetical protein 5.227831193 C6_chemical_C2 +LQ02X029340 Hypothetical protein 5.073410611 C6_chemical_C3 +LQ02X029340 Hypothetical protein 5.852588865 L4_control_A1 +LQ02X029340 Hypothetical protein 5.73922483 L4_control_A2 +LQ02X029340 Hypothetical protein 6.765630031 L4_control_A3 +LQ02X029340 Hypothetical protein 5.418326895 L4_control_B1 +LQ02X029340 Hypothetical protein 5.432789605 L4_control_B2 +LQ02X029340 Hypothetical protein 5.468369376 L4_control_B3 +LQ02X029340 Hypothetical protein 4.913297478 L4_control_C2 +LQ02X029340 Hypothetical protein 5.740879955 L4_control_C3 +LQ02X029340 Hypothetical protein 6.290978115 L4_chemical_A1 +LQ02X029340 Hypothetical protein 6.059712116 L4_chemical_A2 +LQ02X029340 Hypothetical protein 7.083373474 L4_chemical_A3 +LQ02X029340 Hypothetical protein 5.56080336 L4_chemical_B1 +LQ02X029340 Hypothetical protein 5.116441408 L4_chemical_B2 +LQ02X029340 Hypothetical protein 5.633275209 L4_chemical_B3 +LQ02X029340 Hypothetical protein 5.51547799 L4_chemical_C2 +LQ02X029340 Hypothetical protein 6.244966773 L4_chemical_C3 +LQ02X029380 Hypothetical protein 4.973219649 C6_control_A1 +LQ02X029380 Hypothetical protein 5.252803355 C6_control_A3 +LQ02X029380 Hypothetical protein 5.121175739 C6_control_B1 +LQ02X029380 Hypothetical protein 5.321157998 C6_control_B2 +LQ02X029380 Hypothetical protein 5.186062292 C6_control_B3 +LQ02X029380 Hypothetical protein 4.938105782 C6_control_C1 +LQ02X029380 Hypothetical protein 4.960153707 C6_control_C2 +LQ02X029380 Hypothetical protein 4.930925712 C6_control_C3 +LQ02X029380 Hypothetical protein 5.055063141 C6_chemical_A1 +LQ02X029380 Hypothetical protein 5.46004318 C6_chemical_A3 +LQ02X029380 Hypothetical protein 5.072120466 C6_chemical_B1 +LQ02X029380 Hypothetical protein 5.118296341 C6_chemical_B2 +LQ02X029380 Hypothetical protein 4.946545522 C6_chemical_B3 +LQ02X029380 Hypothetical protein 4.856980566 C6_chemical_C1 +LQ02X029380 Hypothetical protein 4.852654465 C6_chemical_C2 +LQ02X029380 Hypothetical protein 4.913551349 C6_chemical_C3 +LQ02X029380 Hypothetical protein 5.07461527 L4_control_A1 +LQ02X029380 Hypothetical protein 4.778472587 L4_control_A2 +LQ02X029380 Hypothetical protein 5.617401439 L4_control_A3 +LQ02X029380 Hypothetical protein 5.228044257 L4_control_B1 +LQ02X029380 Hypothetical protein 5.203342529 L4_control_B2 +LQ02X029380 Hypothetical protein 5.015826882 L4_control_B3 +LQ02X029380 Hypothetical protein 4.889315686 L4_control_C2 +LQ02X029380 Hypothetical protein 5.167851203 L4_control_C3 +LQ02X029380 Hypothetical protein 5.265491393 L4_chemical_A1 +LQ02X029380 Hypothetical protein 4.745218143 L4_chemical_A2 +LQ02X029380 Hypothetical protein 5.357499925 L4_chemical_A3 +LQ02X029380 Hypothetical protein 4.960228538 L4_chemical_B1 +LQ02X029380 Hypothetical protein 5.127965726 L4_chemical_B2 +LQ02X029380 Hypothetical protein 5.091752346 L4_chemical_B3 +LQ02X029380 Hypothetical protein 5.023548943 L4_chemical_C2 +LQ02X029380 Hypothetical protein 4.621244065 L4_chemical_C3 +LQ02X029530 Putative uncharacterized protein 5.550293114 C6_control_A1 +LQ02X029530 Putative uncharacterized protein 5.785908088 C6_control_A3 +LQ02X029530 Putative uncharacterized protein 5.078065319 C6_control_B1 +LQ02X029530 Putative uncharacterized protein 5.467775256 C6_control_B2 +LQ02X029530 Putative uncharacterized protein 5.144456877 C6_control_B3 +LQ02X029530 Putative uncharacterized protein 5.030312459 C6_control_C1 +LQ02X029530 Putative uncharacterized protein 6.01421135 C6_control_C2 +LQ02X029530 Putative uncharacterized protein 5.183805833 C6_control_C3 +LQ02X029530 Putative uncharacterized protein 5.851454734 C6_chemical_A1 +LQ02X029530 Putative uncharacterized protein 5.618577045 C6_chemical_A3 +LQ02X029530 Putative uncharacterized protein 5.129518086 C6_chemical_B1 +LQ02X029530 Putative uncharacterized protein 5.318261919 C6_chemical_B2 +LQ02X029530 Putative uncharacterized protein 5.2062102 C6_chemical_B3 +LQ02X029530 Putative uncharacterized protein 5.085358029 C6_chemical_C1 +LQ02X029530 Putative uncharacterized protein 5.276483969 C6_chemical_C2 +LQ02X029530 Putative uncharacterized protein 4.957400666 C6_chemical_C3 +LQ02X029530 Putative uncharacterized protein 5.60028092 L4_control_A1 +LQ02X029530 Putative uncharacterized protein 5.394760308 L4_control_A2 +LQ02X029530 Putative uncharacterized protein 5.677068878 L4_control_A3 +LQ02X029530 Putative uncharacterized protein 5.294767009 L4_control_B1 +LQ02X029530 Putative uncharacterized protein 6.085572563 L4_control_B2 +LQ02X029530 Putative uncharacterized protein 5.62081894 L4_control_B3 +LQ02X029530 Putative uncharacterized protein 5.383573082 L4_control_C2 +LQ02X029530 Putative uncharacterized protein 5.01664534 L4_control_C3 +LQ02X029530 Putative uncharacterized protein 4.923930071 L4_chemical_A1 +LQ02X029530 Putative uncharacterized protein 5.240262637 L4_chemical_A2 +LQ02X029530 Putative uncharacterized protein 5.751041337 L4_chemical_A3 +LQ02X029530 Putative uncharacterized protein 5.476113912 L4_chemical_B1 +LQ02X029530 Putative uncharacterized protein 6.124008737 L4_chemical_B2 +LQ02X029530 Putative uncharacterized protein 5.127036037 L4_chemical_B3 +LQ02X029530 Putative uncharacterized protein 4.825713226 L4_chemical_C2 +LQ02X029530 Putative uncharacterized protein 5.357025367 L4_chemical_C3 +LQ02X029580 IAA-alanine resistance protein 1 11.7474194 C6_control_A1 +LQ02X029580 IAA-alanine resistance protein 1 11.55228993 C6_control_A3 +LQ02X029580 IAA-alanine resistance protein 1 11.89938259 C6_control_B1 +LQ02X029580 IAA-alanine resistance protein 1 11.43485883 C6_control_B2 +LQ02X029580 IAA-alanine resistance protein 1 12.09296 C6_control_B3 +LQ02X029580 IAA-alanine resistance protein 1 11.13627565 C6_control_C1 +LQ02X029580 IAA-alanine resistance protein 1 10.88224537 C6_control_C2 +LQ02X029580 IAA-alanine resistance protein 1 10.74844527 C6_control_C3 +LQ02X029580 IAA-alanine resistance protein 1 11.86247447 C6_chemical_A1 +LQ02X029580 IAA-alanine resistance protein 1 11.54833191 C6_chemical_A3 +LQ02X029580 IAA-alanine resistance protein 1 12.33314702 C6_chemical_B1 +LQ02X029580 IAA-alanine resistance protein 1 11.60376701 C6_chemical_B2 +LQ02X029580 IAA-alanine resistance protein 1 12.00697171 C6_chemical_B3 +LQ02X029580 IAA-alanine resistance protein 1 11.11844667 C6_chemical_C1 +LQ02X029580 IAA-alanine resistance protein 1 10.87516383 C6_chemical_C2 +LQ02X029580 IAA-alanine resistance protein 1 10.94126081 C6_chemical_C3 +LQ02X029580 IAA-alanine resistance protein 1 11.59600535 L4_control_A1 +LQ02X029580 IAA-alanine resistance protein 1 12.38079653 L4_control_A2 +LQ02X029580 IAA-alanine resistance protein 1 12.01769407 L4_control_A3 +LQ02X029580 IAA-alanine resistance protein 1 12.25301955 L4_control_B1 +LQ02X029580 IAA-alanine resistance protein 1 13.10424752 L4_control_B2 +LQ02X029580 IAA-alanine resistance protein 1 11.8402929 L4_control_B3 +LQ02X029580 IAA-alanine resistance protein 1 11.62349424 L4_control_C2 +LQ02X029580 IAA-alanine resistance protein 1 12.17958461 L4_control_C3 +LQ02X029580 IAA-alanine resistance protein 1 11.44824032 L4_chemical_A1 +LQ02X029580 IAA-alanine resistance protein 1 11.83322036 L4_chemical_A2 +LQ02X029580 IAA-alanine resistance protein 1 11.56821495 L4_chemical_A3 +LQ02X029580 IAA-alanine resistance protein 1 12.12533958 L4_chemical_B1 +LQ02X029580 IAA-alanine resistance protein 1 12.33797705 L4_chemical_B2 +LQ02X029580 IAA-alanine resistance protein 1 11.94402291 L4_chemical_B3 +LQ02X029580 IAA-alanine resistance protein 1 11.67746115 L4_chemical_C2 +LQ02X029580 IAA-alanine resistance protein 1 12.04471141 L4_chemical_C3 +LQ02X029590 PLE, putative 10.18153162 C6_control_A1 +LQ02X029590 PLE, putative 9.893638951 C6_control_A3 +LQ02X029590 PLE, putative 10.76618909 C6_control_B1 +LQ02X029590 PLE, putative 11.90568052 C6_control_B2 +LQ02X029590 PLE, putative 11.67930138 C6_control_B3 +LQ02X029590 PLE, putative 9.821487239 C6_control_C1 +LQ02X029590 PLE, putative 11.30183414 C6_control_C2 +LQ02X029590 PLE, putative 10.06813918 C6_control_C3 +LQ02X029590 PLE, putative 10.40960704 C6_chemical_A1 +LQ02X029590 PLE, putative 9.607127603 C6_chemical_A3 +LQ02X029590 PLE, putative 11.34832593 C6_chemical_B1 +LQ02X029590 PLE, putative 12.27257597 C6_chemical_B2 +LQ02X029590 PLE, putative 12.12648849 C6_chemical_B3 +LQ02X029590 PLE, putative 10.06269622 C6_chemical_C1 +LQ02X029590 PLE, putative 10.49074766 C6_chemical_C2 +LQ02X029590 PLE, putative 10.21688523 C6_chemical_C3 +LQ02X029590 PLE, putative 10.42324588 L4_control_A1 +LQ02X029590 PLE, putative 11.00252562 L4_control_A2 +LQ02X029590 PLE, putative 11.00599469 L4_control_A3 +LQ02X029590 PLE, putative 11.54447047 L4_control_B1 +LQ02X029590 PLE, putative 11.82370801 L4_control_B2 +LQ02X029590 PLE, putative 12.8732377 L4_control_B3 +LQ02X029590 PLE, putative 9.616399598 L4_control_C2 +LQ02X029590 PLE, putative 10.55436796 L4_control_C3 +LQ02X029590 PLE, putative 9.549603625 L4_chemical_A1 +LQ02X029590 PLE, putative 10.39099391 L4_chemical_A2 +LQ02X029590 PLE, putative 10.54078136 L4_chemical_A3 +LQ02X029590 PLE, putative 10.50299831 L4_chemical_B1 +LQ02X029590 PLE, putative 11.1385529 L4_chemical_B2 +LQ02X029590 PLE, putative 11.93276977 L4_chemical_B3 +LQ02X029590 PLE, putative 9.464023785 L4_chemical_C2 +LQ02X029590 PLE, putative 10.30089542 L4_chemical_C3 +LQ02X029670 Purple acid phosphatase 3 12.87126905 C6_control_A1 +LQ02X029670 Purple acid phosphatase 3 13.25838393 C6_control_A3 +LQ02X029670 Purple acid phosphatase 3 13.24230371 C6_control_B1 +LQ02X029670 Purple acid phosphatase 3 12.49646018 C6_control_B2 +LQ02X029670 Purple acid phosphatase 3 12.87153568 C6_control_B3 +LQ02X029670 Purple acid phosphatase 3 13.07630625 C6_control_C1 +LQ02X029670 Purple acid phosphatase 3 12.76378157 C6_control_C2 +LQ02X029670 Purple acid phosphatase 3 12.22699638 C6_control_C3 +LQ02X029670 Purple acid phosphatase 3 13.12109484 C6_chemical_A1 +LQ02X029670 Purple acid phosphatase 3 13.17507599 C6_chemical_A3 +LQ02X029670 Purple acid phosphatase 3 13.21928866 C6_chemical_B1 +LQ02X029670 Purple acid phosphatase 3 12.67208219 C6_chemical_B2 +LQ02X029670 Purple acid phosphatase 3 12.70082299 C6_chemical_B3 +LQ02X029670 Purple acid phosphatase 3 13.2288613 C6_chemical_C1 +LQ02X029670 Purple acid phosphatase 3 12.8150547 C6_chemical_C2 +LQ02X029670 Purple acid phosphatase 3 11.53351788 C6_chemical_C3 +LQ02X029670 Purple acid phosphatase 3 13.33961509 L4_control_A1 +LQ02X029670 Purple acid phosphatase 3 12.20619604 L4_control_A2 +LQ02X029670 Purple acid phosphatase 3 12.42330864 L4_control_A3 +LQ02X029670 Purple acid phosphatase 3 12.7744837 L4_control_B1 +LQ02X029670 Purple acid phosphatase 3 13.52413237 L4_control_B2 +LQ02X029670 Purple acid phosphatase 3 11.17384176 L4_control_B3 +LQ02X029670 Purple acid phosphatase 3 13.0720971 L4_control_C2 +LQ02X029670 Purple acid phosphatase 3 12.49296094 L4_control_C3 +LQ02X029670 Purple acid phosphatase 3 12.518212 L4_chemical_A1 +LQ02X029670 Purple acid phosphatase 3 12.99829806 L4_chemical_A2 +LQ02X029670 Purple acid phosphatase 3 12.71633549 L4_chemical_A3 +LQ02X029670 Purple acid phosphatase 3 12.81551783 L4_chemical_B1 +LQ02X029670 Purple acid phosphatase 3 12.77365081 L4_chemical_B2 +LQ02X029670 Purple acid phosphatase 3 12.44752691 L4_chemical_B3 +LQ02X029670 Purple acid phosphatase 3 13.66443262 L4_chemical_C2 +LQ02X029670 Purple acid phosphatase 3 12.41563433 L4_chemical_C3 +LQ02X029700 Oxidoreductase, putative 5.085213423 C6_control_A1 +LQ02X029700 Oxidoreductase, putative 4.931578009 C6_control_A3 +LQ02X029700 Oxidoreductase, putative 5.771130245 C6_control_B1 +LQ02X029700 Oxidoreductase, putative 5.112548554 C6_control_B2 +LQ02X029700 Oxidoreductase, putative 5.847006076 C6_control_B3 +LQ02X029700 Oxidoreductase, putative 5.120869916 C6_control_C1 +LQ02X029700 Oxidoreductase, putative 5.206682107 C6_control_C2 +LQ02X029700 Oxidoreductase, putative 4.906212234 C6_control_C3 +LQ02X029700 Oxidoreductase, putative 4.848103017 C6_chemical_A1 +LQ02X029700 Oxidoreductase, putative 5.061230187 C6_chemical_A3 +LQ02X029700 Oxidoreductase, putative 5.199801411 C6_chemical_B1 +LQ02X029700 Oxidoreductase, putative 5.119433637 C6_chemical_B2 +LQ02X029700 Oxidoreductase, putative 5.488119064 C6_chemical_B3 +LQ02X029700 Oxidoreductase, putative 5.385189182 C6_chemical_C1 +LQ02X029700 Oxidoreductase, putative 4.945842657 C6_chemical_C2 +LQ02X029700 Oxidoreductase, putative 5.078608684 C6_chemical_C3 +LQ02X029700 Oxidoreductase, putative 4.867146403 L4_control_A1 +LQ02X029700 Oxidoreductase, putative 5.062735815 L4_control_A2 +LQ02X029700 Oxidoreductase, putative 5.115936205 L4_control_A3 +LQ02X029700 Oxidoreductase, putative 5.079229397 L4_control_B1 +LQ02X029700 Oxidoreductase, putative 5.115908184 L4_control_B2 +LQ02X029700 Oxidoreductase, putative 5.043527985 L4_control_B3 +LQ02X029700 Oxidoreductase, putative 5.836872996 L4_control_C2 +LQ02X029700 Oxidoreductase, putative 5.68079815 L4_control_C3 +LQ02X029700 Oxidoreductase, putative 5.076697233 L4_chemical_A1 +LQ02X029700 Oxidoreductase, putative 5.129455387 L4_chemical_A2 +LQ02X029700 Oxidoreductase, putative 4.905405812 L4_chemical_A3 +LQ02X029700 Oxidoreductase, putative 5.149838181 L4_chemical_B1 +LQ02X029700 Oxidoreductase, putative 5.287968777 L4_chemical_B2 +LQ02X029700 Oxidoreductase, putative 5.150991361 L4_chemical_B3 +LQ02X029700 Oxidoreductase, putative 5.110904345 L4_chemical_C2 +LQ02X029700 Oxidoreductase, putative 4.901347298 L4_chemical_C3 +LQ02X029710 Putative uncharacterized protein 7.307555941 C6_control_A1 +LQ02X029710 Putative uncharacterized protein 6.075080871 C6_control_A3 +LQ02X029710 Putative uncharacterized protein 7.125080939 C6_control_B1 +LQ02X029710 Putative uncharacterized protein 7.394681954 C6_control_B2 +LQ02X029710 Putative uncharacterized protein 7.946110007 C6_control_B3 +LQ02X029710 Putative uncharacterized protein 7.486142162 C6_control_C1 +LQ02X029710 Putative uncharacterized protein 6.691587415 C6_control_C2 +LQ02X029710 Putative uncharacterized protein 6.69565713 C6_control_C3 +LQ02X029710 Putative uncharacterized protein 7.358622207 C6_chemical_A1 +LQ02X029710 Putative uncharacterized protein 6.605394498 C6_chemical_A3 +LQ02X029710 Putative uncharacterized protein 7.042007086 C6_chemical_B1 +LQ02X029710 Putative uncharacterized protein 7.398151286 C6_chemical_B2 +LQ02X029710 Putative uncharacterized protein 7.438650713 C6_chemical_B3 +LQ02X029710 Putative uncharacterized protein 7.267413806 C6_chemical_C1 +LQ02X029710 Putative uncharacterized protein 7.376463208 C6_chemical_C2 +LQ02X029710 Putative uncharacterized protein 6.768747209 C6_chemical_C3 +LQ02X029710 Putative uncharacterized protein 6.721110387 L4_control_A1 +LQ02X029710 Putative uncharacterized protein 7.695621027 L4_control_A2 +LQ02X029710 Putative uncharacterized protein 6.692999042 L4_control_A3 +LQ02X029710 Putative uncharacterized protein 5.901885067 L4_control_B1 +LQ02X029710 Putative uncharacterized protein 6.808444773 L4_control_B2 +LQ02X029710 Putative uncharacterized protein 7.153401562 L4_control_B3 +LQ02X029710 Putative uncharacterized protein 7.469127068 L4_control_C2 +LQ02X029710 Putative uncharacterized protein 5.978404581 L4_control_C3 +LQ02X029710 Putative uncharacterized protein 6.650146861 L4_chemical_A1 +LQ02X029710 Putative uncharacterized protein 7.907624656 L4_chemical_A2 +LQ02X029710 Putative uncharacterized protein 6.623070891 L4_chemical_A3 +LQ02X029710 Putative uncharacterized protein 6.403540585 L4_chemical_B1 +LQ02X029710 Putative uncharacterized protein 7.33283762 L4_chemical_B2 +LQ02X029710 Putative uncharacterized protein 7.323076717 L4_chemical_B3 +LQ02X029710 Putative uncharacterized protein 7.004595881 L4_chemical_C2 +LQ02X029710 Putative uncharacterized protein 6.735459754 L4_chemical_C3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.43685335 C6_control_A1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.22153723 C6_control_A3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.2694104 C6_control_B1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.29353834 C6_control_B2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.11384345 C6_control_B3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.24264761 C6_control_C1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.34188096 C6_control_C2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.90381835 C6_control_C3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.76698272 C6_chemical_A1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 11.93191451 C6_chemical_A3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.90116695 C6_chemical_B1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.78289268 C6_chemical_B2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.48410589 C6_chemical_B3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.29621498 C6_chemical_C1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.47951227 C6_chemical_C2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.34267759 C6_chemical_C3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.31882686 L4_control_A1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.84632032 L4_control_A2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.47147289 L4_control_A3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.087091 L4_control_B1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.94788364 L4_control_B2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.76016344 L4_control_B3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.26464619 L4_control_C2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.67743289 L4_control_C3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.05834724 L4_chemical_A1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.6686148 L4_chemical_A2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.33744527 L4_chemical_A3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.96216268 L4_chemical_B1 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.16895315 L4_chemical_B2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 14.00345068 L4_chemical_B3 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.23601974 L4_chemical_C2 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 13.73981908 L4_chemical_C3 +LQ02X029760 Putative Cytochrome b reductase 1 11.55079292 C6_control_A1 +LQ02X029760 Putative Cytochrome b reductase 1 12.22560619 C6_control_A3 +LQ02X029760 Putative Cytochrome b reductase 1 11.56301438 C6_control_B1 +LQ02X029760 Putative Cytochrome b reductase 1 11.01624782 C6_control_B2 +LQ02X029760 Putative Cytochrome b reductase 1 11.68831641 C6_control_B3 +LQ02X029760 Putative Cytochrome b reductase 1 7.870133327 C6_control_C1 +LQ02X029760 Putative Cytochrome b reductase 1 7.834256241 C6_control_C2 +LQ02X029760 Putative Cytochrome b reductase 1 8.312727621 C6_control_C3 +LQ02X029760 Putative Cytochrome b reductase 1 11.7032993 C6_chemical_A1 +LQ02X029760 Putative Cytochrome b reductase 1 12.04167895 C6_chemical_A3 +LQ02X029760 Putative Cytochrome b reductase 1 11.15652977 C6_chemical_B1 +LQ02X029760 Putative Cytochrome b reductase 1 10.46161987 C6_chemical_B2 +LQ02X029760 Putative Cytochrome b reductase 1 11.33790661 C6_chemical_B3 +LQ02X029760 Putative Cytochrome b reductase 1 7.642977005 C6_chemical_C1 +LQ02X029760 Putative Cytochrome b reductase 1 7.907623261 C6_chemical_C2 +LQ02X029760 Putative Cytochrome b reductase 1 8.125463248 C6_chemical_C3 +LQ02X029760 Putative Cytochrome b reductase 1 11.89047792 L4_control_A1 +LQ02X029760 Putative Cytochrome b reductase 1 11.55019771 L4_control_A2 +LQ02X029760 Putative Cytochrome b reductase 1 12.61888078 L4_control_A3 +LQ02X029760 Putative Cytochrome b reductase 1 11.76858777 L4_control_B1 +LQ02X029760 Putative Cytochrome b reductase 1 10.94660476 L4_control_B2 +LQ02X029760 Putative Cytochrome b reductase 1 11.04011306 L4_control_B3 +LQ02X029760 Putative Cytochrome b reductase 1 5.543847661 L4_control_C2 +LQ02X029760 Putative Cytochrome b reductase 1 6.466880731 L4_control_C3 +LQ02X029760 Putative Cytochrome b reductase 1 12.03178663 L4_chemical_A1 +LQ02X029760 Putative Cytochrome b reductase 1 11.66547054 L4_chemical_A2 +LQ02X029760 Putative Cytochrome b reductase 1 12.54928149 L4_chemical_A3 +LQ02X029760 Putative Cytochrome b reductase 1 11.63266684 L4_chemical_B1 +LQ02X029760 Putative Cytochrome b reductase 1 11.07107161 L4_chemical_B2 +LQ02X029760 Putative Cytochrome b reductase 1 11.32953366 L4_chemical_B3 +LQ02X029760 Putative Cytochrome b reductase 1 6.437497978 L4_chemical_C2 +LQ02X029760 Putative Cytochrome b reductase 1 7.588514835 L4_chemical_C3 +LQ02X029780 Protein binding protein, putative 10.99988368 C6_control_A1 +LQ02X029780 Protein binding protein, putative 11.15138564 C6_control_A3 +LQ02X029780 Protein binding protein, putative 10.97110249 C6_control_B1 +LQ02X029780 Protein binding protein, putative 10.28488389 C6_control_B2 +LQ02X029780 Protein binding protein, putative 10.89326225 C6_control_B3 +LQ02X029780 Protein binding protein, putative 10.97595223 C6_control_C1 +LQ02X029780 Protein binding protein, putative 11.15005823 C6_control_C2 +LQ02X029780 Protein binding protein, putative 11.39966863 C6_control_C3 +LQ02X029780 Protein binding protein, putative 10.76887646 C6_chemical_A1 +LQ02X029780 Protein binding protein, putative 11.00271193 C6_chemical_A3 +LQ02X029780 Protein binding protein, putative 10.74504618 C6_chemical_B1 +LQ02X029780 Protein binding protein, putative 10.45099805 C6_chemical_B2 +LQ02X029780 Protein binding protein, putative 11.1341809 C6_chemical_B3 +LQ02X029780 Protein binding protein, putative 10.74474955 C6_chemical_C1 +LQ02X029780 Protein binding protein, putative 10.75767807 C6_chemical_C2 +LQ02X029780 Protein binding protein, putative 11.5765747 C6_chemical_C3 +LQ02X029780 Protein binding protein, putative 10.55802449 L4_control_A1 +LQ02X029780 Protein binding protein, putative 11.11229324 L4_control_A2 +LQ02X029780 Protein binding protein, putative 10.40750597 L4_control_A3 +LQ02X029780 Protein binding protein, putative 10.32231094 L4_control_B1 +LQ02X029780 Protein binding protein, putative 10.66521024 L4_control_B2 +LQ02X029780 Protein binding protein, putative 11.35468339 L4_control_B3 +LQ02X029780 Protein binding protein, putative 10.76157952 L4_control_C2 +LQ02X029780 Protein binding protein, putative 11.87453241 L4_control_C3 +LQ02X029780 Protein binding protein, putative 10.31147291 L4_chemical_A1 +LQ02X029780 Protein binding protein, putative 10.63579347 L4_chemical_A2 +LQ02X029780 Protein binding protein, putative 9.881278012 L4_chemical_A3 +LQ02X029780 Protein binding protein, putative 10.56897379 L4_chemical_B1 +LQ02X029780 Protein binding protein, putative 10.36060584 L4_chemical_B2 +LQ02X029780 Protein binding protein, putative 11.01491152 L4_chemical_B3 +LQ02X029780 Protein binding protein, putative 10.50124554 L4_chemical_C2 +LQ02X029780 Protein binding protein, putative 11.37232491 L4_chemical_C3 +LQ02X029860 Probable receptor protein kinase TMK1 5.686199973 C6_control_A1 +LQ02X029860 Probable receptor protein kinase TMK1 6.012341012 C6_control_A3 +LQ02X029860 Probable receptor protein kinase TMK1 6.477699098 C6_control_B1 +LQ02X029860 Probable receptor protein kinase TMK1 5.63707581 C6_control_B2 +LQ02X029860 Probable receptor protein kinase TMK1 6.069233421 C6_control_B3 +LQ02X029860 Probable receptor protein kinase TMK1 5.867794195 C6_control_C1 +LQ02X029860 Probable receptor protein kinase TMK1 6.026672256 C6_control_C2 +LQ02X029860 Probable receptor protein kinase TMK1 5.645567984 C6_control_C3 +LQ02X029860 Probable receptor protein kinase TMK1 5.77060532 C6_chemical_A1 +LQ02X029860 Probable receptor protein kinase TMK1 5.28787032 C6_chemical_A3 +LQ02X029860 Probable receptor protein kinase TMK1 5.845325351 C6_chemical_B1 +LQ02X029860 Probable receptor protein kinase TMK1 5.755849405 C6_chemical_B2 +LQ02X029860 Probable receptor protein kinase TMK1 5.685498871 C6_chemical_B3 +LQ02X029860 Probable receptor protein kinase TMK1 6.06232711 C6_chemical_C1 +LQ02X029860 Probable receptor protein kinase TMK1 5.550365315 C6_chemical_C2 +LQ02X029860 Probable receptor protein kinase TMK1 5.778144318 C6_chemical_C3 +LQ02X029860 Probable receptor protein kinase TMK1 5.902177011 L4_control_A1 +LQ02X029860 Probable receptor protein kinase TMK1 5.332119041 L4_control_A2 +LQ02X029860 Probable receptor protein kinase TMK1 5.257275201 L4_control_A3 +LQ02X029860 Probable receptor protein kinase TMK1 6.017957362 L4_control_B1 +LQ02X029860 Probable receptor protein kinase TMK1 4.990612187 L4_control_B2 +LQ02X029860 Probable receptor protein kinase TMK1 5.678449613 L4_control_B3 +LQ02X029860 Probable receptor protein kinase TMK1 5.757545798 L4_control_C2 +LQ02X029860 Probable receptor protein kinase TMK1 5.759805904 L4_control_C3 +LQ02X029860 Probable receptor protein kinase TMK1 5.967579215 L4_chemical_A1 +LQ02X029860 Probable receptor protein kinase TMK1 5.987058469 L4_chemical_A2 +LQ02X029860 Probable receptor protein kinase TMK1 5.001489163 L4_chemical_A3 +LQ02X029860 Probable receptor protein kinase TMK1 5.437405839 L4_chemical_B1 +LQ02X029860 Probable receptor protein kinase TMK1 5.39457735 L4_chemical_B2 +LQ02X029860 Probable receptor protein kinase TMK1 5.740227342 L4_chemical_B3 +LQ02X029860 Probable receptor protein kinase TMK1 5.114963091 L4_chemical_C2 +LQ02X029860 Probable receptor protein kinase TMK1 5.378259839 L4_chemical_C3 +LQ02X029880 Putative THO complex subunit 2 4.729351689 C6_control_A1 +LQ02X029880 Putative THO complex subunit 2 4.578497632 C6_control_A3 +LQ02X029880 Putative THO complex subunit 2 4.723482017 C6_control_B1 +LQ02X029880 Putative THO complex subunit 2 4.523448335 C6_control_B2 +LQ02X029880 Putative THO complex subunit 2 4.849160332 C6_control_B3 +LQ02X029880 Putative THO complex subunit 2 4.621696238 C6_control_C1 +LQ02X029880 Putative THO complex subunit 2 4.679793457 C6_control_C2 +LQ02X029880 Putative THO complex subunit 2 4.608093486 C6_control_C3 +LQ02X029880 Putative THO complex subunit 2 4.712886524 C6_chemical_A1 +LQ02X029880 Putative THO complex subunit 2 4.607343081 C6_chemical_A3 +LQ02X029880 Putative THO complex subunit 2 4.854027722 C6_chemical_B1 +LQ02X029880 Putative THO complex subunit 2 4.634473424 C6_chemical_B2 +LQ02X029880 Putative THO complex subunit 2 5.007174464 C6_chemical_B3 +LQ02X029880 Putative THO complex subunit 2 4.649513226 C6_chemical_C1 +LQ02X029880 Putative THO complex subunit 2 4.625947559 C6_chemical_C2 +LQ02X029880 Putative THO complex subunit 2 4.808234445 C6_chemical_C3 +LQ02X029880 Putative THO complex subunit 2 4.982132498 L4_control_A1 +LQ02X029880 Putative THO complex subunit 2 4.850795645 L4_control_A2 +LQ02X029880 Putative THO complex subunit 2 5.091841152 L4_control_A3 +LQ02X029880 Putative THO complex subunit 2 4.532696092 L4_control_B1 +LQ02X029880 Putative THO complex subunit 2 4.949154994 L4_control_B2 +LQ02X029880 Putative THO complex subunit 2 4.813497056 L4_control_B3 +LQ02X029880 Putative THO complex subunit 2 5.007591723 L4_control_C2 +LQ02X029880 Putative THO complex subunit 2 4.888908848 L4_control_C3 +LQ02X029880 Putative THO complex subunit 2 5.009345468 L4_chemical_A1 +LQ02X029880 Putative THO complex subunit 2 4.705036739 L4_chemical_A2 +LQ02X029880 Putative THO complex subunit 2 4.968137956 L4_chemical_A3 +LQ02X029880 Putative THO complex subunit 2 4.680708877 L4_chemical_B1 +LQ02X029880 Putative THO complex subunit 2 4.844109005 L4_chemical_B2 +LQ02X029880 Putative THO complex subunit 2 4.939013002 L4_chemical_B3 +LQ02X029880 Putative THO complex subunit 2 5.127495621 L4_chemical_C2 +LQ02X029880 Putative THO complex subunit 2 4.637471526 L4_chemical_C3 +LQ02X029890 Tho2 protein, putative 5.015722098 C6_control_A1 +LQ02X029890 Tho2 protein, putative 5.063584857 C6_control_A3 +LQ02X029890 Tho2 protein, putative 5.510895121 C6_control_B1 +LQ02X029890 Tho2 protein, putative 5.338101972 C6_control_B2 +LQ02X029890 Tho2 protein, putative 5.079622115 C6_control_B3 +LQ02X029890 Tho2 protein, putative 5.313727452 C6_control_C1 +LQ02X029890 Tho2 protein, putative 5.299891609 C6_control_C2 +LQ02X029890 Tho2 protein, putative 5.037857484 C6_control_C3 +LQ02X029890 Tho2 protein, putative 5.124210063 C6_chemical_A1 +LQ02X029890 Tho2 protein, putative 5.156850423 C6_chemical_A3 +LQ02X029890 Tho2 protein, putative 5.202093456 C6_chemical_B1 +LQ02X029890 Tho2 protein, putative 5.200568223 C6_chemical_B2 +LQ02X029890 Tho2 protein, putative 5.499707434 C6_chemical_B3 +LQ02X029890 Tho2 protein, putative 5.223995744 C6_chemical_C1 +LQ02X029890 Tho2 protein, putative 5.627043483 C6_chemical_C2 +LQ02X029890 Tho2 protein, putative 5.05664388 C6_chemical_C3 +LQ02X029890 Tho2 protein, putative 4.938195889 L4_control_A1 +LQ02X029890 Tho2 protein, putative 5.150182588 L4_control_A2 +LQ02X029890 Tho2 protein, putative 5.099352135 L4_control_A3 +LQ02X029890 Tho2 protein, putative 4.584471776 L4_control_B1 +LQ02X029890 Tho2 protein, putative 5.80387627 L4_control_B2 +LQ02X029890 Tho2 protein, putative 5.049271989 L4_control_B3 +LQ02X029890 Tho2 protein, putative 5.405371492 L4_control_C2 +LQ02X029890 Tho2 protein, putative 5.433213794 L4_control_C3 +LQ02X029890 Tho2 protein, putative 5.101004695 L4_chemical_A1 +LQ02X029890 Tho2 protein, putative 5.014181336 L4_chemical_A2 +LQ02X029890 Tho2 protein, putative 4.802950788 L4_chemical_A3 +LQ02X029890 Tho2 protein, putative 5.427719577 L4_chemical_B1 +LQ02X029890 Tho2 protein, putative 5.747469802 L4_chemical_B2 +LQ02X029890 Tho2 protein, putative 5.291241624 L4_chemical_B3 +LQ02X029890 Tho2 protein, putative 5.365044434 L4_chemical_C2 +LQ02X029890 Tho2 protein, putative 5.84213267 L4_chemical_C3 +LQ02X029930 Predicted protein 10.6367176 C6_control_A1 +LQ02X029930 Predicted protein 10.50831901 C6_control_A3 +LQ02X029930 Predicted protein 10.96649681 C6_control_B1 +LQ02X029930 Predicted protein 10.45299779 C6_control_B2 +LQ02X029930 Predicted protein 10.48943328 C6_control_B3 +LQ02X029930 Predicted protein 10.13326688 C6_control_C1 +LQ02X029930 Predicted protein 10.12038087 C6_control_C2 +LQ02X029930 Predicted protein 10.01262385 C6_control_C3 +LQ02X029930 Predicted protein 11.95550885 C6_chemical_A1 +LQ02X029930 Predicted protein 10.83883998 C6_chemical_A3 +LQ02X029930 Predicted protein 11.76008027 C6_chemical_B1 +LQ02X029930 Predicted protein 11.5681893 C6_chemical_B2 +LQ02X029930 Predicted protein 11.03953448 C6_chemical_B3 +LQ02X029930 Predicted protein 10.6437041 C6_chemical_C1 +LQ02X029930 Predicted protein 10.38872272 C6_chemical_C2 +LQ02X029930 Predicted protein 10.64597735 C6_chemical_C3 +LQ02X029930 Predicted protein 10.29264425 L4_control_A1 +LQ02X029930 Predicted protein 10.78095064 L4_control_A2 +LQ02X029930 Predicted protein 9.60432653 L4_control_A3 +LQ02X029930 Predicted protein 10.81418144 L4_control_B1 +LQ02X029930 Predicted protein 11.11980089 L4_control_B2 +LQ02X029930 Predicted protein 10.65870513 L4_control_B3 +LQ02X029930 Predicted protein 9.800429246 L4_control_C2 +LQ02X029930 Predicted protein 9.869267963 L4_control_C3 +LQ02X029930 Predicted protein 10.70734628 L4_chemical_A1 +LQ02X029930 Predicted protein 10.85701394 L4_chemical_A2 +LQ02X029930 Predicted protein 10.36979294 L4_chemical_A3 +LQ02X029930 Predicted protein 10.49131144 L4_chemical_B1 +LQ02X029930 Predicted protein 11.2222964 L4_chemical_B2 +LQ02X029930 Predicted protein 10.62671877 L4_chemical_B3 +LQ02X029930 Predicted protein 10.15529314 L4_chemical_C2 +LQ02X029930 Predicted protein 10.50976307 L4_chemical_C3 +LQ02X029970 50S ribosomal protein L14 6.168983664 C6_control_A1 +LQ02X029970 50S ribosomal protein L14 6.65967196 C6_control_A3 +LQ02X029970 50S ribosomal protein L14 6.24447809 C6_control_B1 +LQ02X029970 50S ribosomal protein L14 6.040303797 C6_control_B2 +LQ02X029970 50S ribosomal protein L14 6.077733193 C6_control_B3 +LQ02X029970 50S ribosomal protein L14 5.783657009 C6_control_C1 +LQ02X029970 50S ribosomal protein L14 5.78279934 C6_control_C2 +LQ02X029970 50S ribosomal protein L14 5.90439623 C6_control_C3 +LQ02X029970 50S ribosomal protein L14 6.147071105 C6_chemical_A1 +LQ02X029970 50S ribosomal protein L14 6.174664392 C6_chemical_A3 +LQ02X029970 50S ribosomal protein L14 6.130198906 C6_chemical_B1 +LQ02X029970 50S ribosomal protein L14 6.246943365 C6_chemical_B2 +LQ02X029970 50S ribosomal protein L14 6.239779433 C6_chemical_B3 +LQ02X029970 50S ribosomal protein L14 5.625711795 C6_chemical_C1 +LQ02X029970 50S ribosomal protein L14 6.145628296 C6_chemical_C2 +LQ02X029970 50S ribosomal protein L14 5.713765565 C6_chemical_C3 +LQ02X029970 50S ribosomal protein L14 6.246544366 L4_control_A1 +LQ02X029970 50S ribosomal protein L14 6.747936382 L4_control_A2 +LQ02X029970 50S ribosomal protein L14 7.44423965 L4_control_A3 +LQ02X029970 50S ribosomal protein L14 6.164487853 L4_control_B1 +LQ02X029970 50S ribosomal protein L14 6.744780793 L4_control_B2 +LQ02X029970 50S ribosomal protein L14 6.513429272 L4_control_B3 +LQ02X029970 50S ribosomal protein L14 5.767831357 L4_control_C2 +LQ02X029970 50S ribosomal protein L14 6.269361535 L4_control_C3 +LQ02X029970 50S ribosomal protein L14 6.28124388 L4_chemical_A1 +LQ02X029970 50S ribosomal protein L14 6.663888367 L4_chemical_A2 +LQ02X029970 50S ribosomal protein L14 6.675502983 L4_chemical_A3 +LQ02X029970 50S ribosomal protein L14 6.257034276 L4_chemical_B1 +LQ02X029970 50S ribosomal protein L14 6.23701682 L4_chemical_B2 +LQ02X029970 50S ribosomal protein L14 6.429387216 L4_chemical_B3 +LQ02X029970 50S ribosomal protein L14 5.529908324 L4_chemical_C2 +LQ02X029970 50S ribosomal protein L14 6.029708936 L4_chemical_C3 +LQ02X029980 Putative uncharacterized protein 11.81170501 C6_control_A1 +LQ02X029980 Putative uncharacterized protein 11.78652002 C6_control_A3 +LQ02X029980 Putative uncharacterized protein 11.68315586 C6_control_B1 +LQ02X029980 Putative uncharacterized protein 11.41732924 C6_control_B2 +LQ02X029980 Putative uncharacterized protein 11.75292909 C6_control_B3 +LQ02X029980 Putative uncharacterized protein 11.29766062 C6_control_C1 +LQ02X029980 Putative uncharacterized protein 11.56483847 C6_control_C2 +LQ02X029980 Putative uncharacterized protein 11.37718308 C6_control_C3 +LQ02X029980 Putative uncharacterized protein 11.7373016 C6_chemical_A1 +LQ02X029980 Putative uncharacterized protein 11.39820114 C6_chemical_A3 +LQ02X029980 Putative uncharacterized protein 11.46406734 C6_chemical_B1 +LQ02X029980 Putative uncharacterized protein 11.83553311 C6_chemical_B2 +LQ02X029980 Putative uncharacterized protein 11.50267959 C6_chemical_B3 +LQ02X029980 Putative uncharacterized protein 11.34926682 C6_chemical_C1 +LQ02X029980 Putative uncharacterized protein 11.38236563 C6_chemical_C2 +LQ02X029980 Putative uncharacterized protein 11.25035261 C6_chemical_C3 +LQ02X029980 Putative uncharacterized protein 11.40458193 L4_control_A1 +LQ02X029980 Putative uncharacterized protein 10.76396291 L4_control_A2 +LQ02X029980 Putative uncharacterized protein 10.17947493 L4_control_A3 +LQ02X029980 Putative uncharacterized protein 10.37257894 L4_control_B1 +LQ02X029980 Putative uncharacterized protein 10.88994453 L4_control_B2 +LQ02X029980 Putative uncharacterized protein 11.13505604 L4_control_B3 +LQ02X029980 Putative uncharacterized protein 10.88097854 L4_control_C2 +LQ02X029980 Putative uncharacterized protein 10.39845028 L4_control_C3 +LQ02X029980 Putative uncharacterized protein 11.08959764 L4_chemical_A1 +LQ02X029980 Putative uncharacterized protein 10.39138776 L4_chemical_A2 +LQ02X029980 Putative uncharacterized protein 10.47273599 L4_chemical_A3 +LQ02X029980 Putative uncharacterized protein 10.71090938 L4_chemical_B1 +LQ02X029980 Putative uncharacterized protein 10.19429105 L4_chemical_B2 +LQ02X029980 Putative uncharacterized protein 11.22886333 L4_chemical_B3 +LQ02X029980 Putative uncharacterized protein 10.18183646 L4_chemical_C2 +LQ02X029980 Putative uncharacterized protein 10.93552624 L4_chemical_C3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.84312351 C6_control_A1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 15.03338804 C6_control_A3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.28974504 C6_control_B1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.51677098 C6_control_B2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.39657394 C6_control_B3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.33318163 C6_control_C1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.53251471 C6_control_C2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.43374478 C6_control_C3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.61545006 C6_chemical_A1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.46339184 C6_chemical_A3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.20300532 C6_chemical_B1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.52596964 C6_chemical_B2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.3112109 C6_chemical_B3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.14714264 C6_chemical_C1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.47780769 C6_chemical_C2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.2073724 C6_chemical_C3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.84394837 L4_control_A1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.59166835 L4_control_A2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.59021851 L4_control_A3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 13.78849327 L4_control_B1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 13.3512617 L4_control_B2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.04573209 L4_control_B3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.16655468 L4_control_C2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 13.94819291 L4_control_C3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.626362 L4_chemical_A1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.30619926 L4_chemical_A2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.36869081 L4_chemical_A3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 13.89659384 L4_chemical_B1 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 13.79847497 L4_chemical_B2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.48984228 L4_chemical_B3 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.05167959 L4_chemical_C2 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 13.91851758 L4_chemical_C3 +LQ02X030030 Heat stress transcription factor A-8 5.864289727 C6_control_A1 +LQ02X030030 Heat stress transcription factor A-8 6.122708635 C6_control_A3 +LQ02X030030 Heat stress transcription factor A-8 5.628200371 C6_control_B1 +LQ02X030030 Heat stress transcription factor A-8 5.515150563 C6_control_B2 +LQ02X030030 Heat stress transcription factor A-8 5.636149118 C6_control_B3 +LQ02X030030 Heat stress transcription factor A-8 5.483456282 C6_control_C1 +LQ02X030030 Heat stress transcription factor A-8 6.420728974 C6_control_C2 +LQ02X030030 Heat stress transcription factor A-8 5.34337756 C6_control_C3 +LQ02X030030 Heat stress transcription factor A-8 5.794620144 C6_chemical_A1 +LQ02X030030 Heat stress transcription factor A-8 5.705433825 C6_chemical_A3 +LQ02X030030 Heat stress transcription factor A-8 5.286269992 C6_chemical_B1 +LQ02X030030 Heat stress transcription factor A-8 5.582385693 C6_chemical_B2 +LQ02X030030 Heat stress transcription factor A-8 5.28695129 C6_chemical_B3 +LQ02X030030 Heat stress transcription factor A-8 5.260355628 C6_chemical_C1 +LQ02X030030 Heat stress transcription factor A-8 5.330021516 C6_chemical_C2 +LQ02X030030 Heat stress transcription factor A-8 5.172698345 C6_chemical_C3 +LQ02X030030 Heat stress transcription factor A-8 5.371919947 L4_control_A1 +LQ02X030030 Heat stress transcription factor A-8 5.268940452 L4_control_A2 +LQ02X030030 Heat stress transcription factor A-8 5.390046068 L4_control_A3 +LQ02X030030 Heat stress transcription factor A-8 5.021165424 L4_control_B1 +LQ02X030030 Heat stress transcription factor A-8 5.307706635 L4_control_B2 +LQ02X030030 Heat stress transcription factor A-8 5.210962747 L4_control_B3 +LQ02X030030 Heat stress transcription factor A-8 5.197670374 L4_control_C2 +LQ02X030030 Heat stress transcription factor A-8 4.974196209 L4_control_C3 +LQ02X030030 Heat stress transcription factor A-8 5.243782504 L4_chemical_A1 +LQ02X030030 Heat stress transcription factor A-8 5.529054988 L4_chemical_A2 +LQ02X030030 Heat stress transcription factor A-8 5.707396425 L4_chemical_A3 +LQ02X030030 Heat stress transcription factor A-8 5.044391705 L4_chemical_B1 +LQ02X030030 Heat stress transcription factor A-8 4.729978561 L4_chemical_B2 +LQ02X030030 Heat stress transcription factor A-8 5.392089019 L4_chemical_B3 +LQ02X030030 Heat stress transcription factor A-8 5.270695338 L4_chemical_C2 +LQ02X030030 Heat stress transcription factor A-8 5.681264543 L4_chemical_C3 +LQ02X030070 Transcriptional adapter ADA2 4.952757788 C6_control_A1 +LQ02X030070 Transcriptional adapter ADA2 4.814532817 C6_control_A3 +LQ02X030070 Transcriptional adapter ADA2 5.113570312 C6_control_B1 +LQ02X030070 Transcriptional adapter ADA2 5.279867719 C6_control_B2 +LQ02X030070 Transcriptional adapter ADA2 4.960055368 C6_control_B3 +LQ02X030070 Transcriptional adapter ADA2 5.831878381 C6_control_C1 +LQ02X030070 Transcriptional adapter ADA2 5.269458495 C6_control_C2 +LQ02X030070 Transcriptional adapter ADA2 5.173283953 C6_control_C3 +LQ02X030070 Transcriptional adapter ADA2 4.925981401 C6_chemical_A1 +LQ02X030070 Transcriptional adapter ADA2 4.98984821 C6_chemical_A3 +LQ02X030070 Transcriptional adapter ADA2 5.409640806 C6_chemical_B1 +LQ02X030070 Transcriptional adapter ADA2 5.387108806 C6_chemical_B2 +LQ02X030070 Transcriptional adapter ADA2 5.079971386 C6_chemical_B3 +LQ02X030070 Transcriptional adapter ADA2 5.393791307 C6_chemical_C1 +LQ02X030070 Transcriptional adapter ADA2 5.418942824 C6_chemical_C2 +LQ02X030070 Transcriptional adapter ADA2 4.791801296 C6_chemical_C3 +LQ02X030070 Transcriptional adapter ADA2 5.332124006 L4_control_A1 +LQ02X030070 Transcriptional adapter ADA2 4.645822934 L4_control_A2 +LQ02X030070 Transcriptional adapter ADA2 4.911536472 L4_control_A3 +LQ02X030070 Transcriptional adapter ADA2 5.338480658 L4_control_B1 +LQ02X030070 Transcriptional adapter ADA2 4.843206807 L4_control_B2 +LQ02X030070 Transcriptional adapter ADA2 4.885140787 L4_control_B3 +LQ02X030070 Transcriptional adapter ADA2 4.96522878 L4_control_C2 +LQ02X030070 Transcriptional adapter ADA2 4.866318532 L4_control_C3 +LQ02X030070 Transcriptional adapter ADA2 5.002166188 L4_chemical_A1 +LQ02X030070 Transcriptional adapter ADA2 5.153943586 L4_chemical_A2 +LQ02X030070 Transcriptional adapter ADA2 5.066136493 L4_chemical_A3 +LQ02X030070 Transcriptional adapter ADA2 4.826725058 L4_chemical_B1 +LQ02X030070 Transcriptional adapter ADA2 5.009610721 L4_chemical_B2 +LQ02X030070 Transcriptional adapter ADA2 5.064318603 L4_chemical_B3 +LQ02X030070 Transcriptional adapter ADA2 4.83199408 L4_chemical_C2 +LQ02X030070 Transcriptional adapter ADA2 5.531671928 L4_chemical_C3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.067285097 C6_control_A1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.306405648 C6_control_A3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.264115251 C6_control_B1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 4.957603975 C6_control_B2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.008658331 C6_control_B3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.133883088 C6_control_C1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 6.257018058 C6_control_C2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 4.801702039 C6_control_C3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 4.775403347 C6_chemical_A1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 4.763048839 C6_chemical_A3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.240493185 C6_chemical_B1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.193890697 C6_chemical_B2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.073365245 C6_chemical_B3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.08413966 C6_chemical_C1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.160160502 C6_chemical_C2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 4.862115304 C6_chemical_C3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.019845566 L4_control_A1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.440621622 L4_control_A2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.241267871 L4_control_A3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.174506857 L4_control_B1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.165714104 L4_control_B2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.141658676 L4_control_B3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.434146539 L4_control_C2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.227329884 L4_control_C3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.117060223 L4_chemical_A1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.177433786 L4_chemical_A2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.182644152 L4_chemical_A3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.030311319 L4_chemical_B1 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.403837596 L4_chemical_B2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.058633482 L4_chemical_B3 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.434434199 L4_chemical_C2 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 5.625474754 L4_chemical_C3 +LQ02X030130 Acid phosphatase 1 13.30844764 C6_control_A1 +LQ02X030130 Acid phosphatase 1 14.17944208 C6_control_A3 +LQ02X030130 Acid phosphatase 1 10.15644431 C6_control_B1 +LQ02X030130 Acid phosphatase 1 8.73000116 C6_control_B2 +LQ02X030130 Acid phosphatase 1 8.551738341 C6_control_B3 +LQ02X030130 Acid phosphatase 1 6.678501147 C6_control_C1 +LQ02X030130 Acid phosphatase 1 5.929222232 C6_control_C2 +LQ02X030130 Acid phosphatase 1 6.169298136 C6_control_C3 +LQ02X030130 Acid phosphatase 1 12.66708453 C6_chemical_A1 +LQ02X030130 Acid phosphatase 1 14.07128609 C6_chemical_A3 +LQ02X030130 Acid phosphatase 1 9.248490555 C6_chemical_B1 +LQ02X030130 Acid phosphatase 1 8.013512388 C6_chemical_B2 +LQ02X030130 Acid phosphatase 1 8.199011948 C6_chemical_B3 +LQ02X030130 Acid phosphatase 1 7.047426308 C6_chemical_C1 +LQ02X030130 Acid phosphatase 1 6.012412984 C6_chemical_C2 +LQ02X030130 Acid phosphatase 1 6.133758753 C6_chemical_C3 +LQ02X030130 Acid phosphatase 1 14.46267395 L4_control_A1 +LQ02X030130 Acid phosphatase 1 12.88024728 L4_control_A2 +LQ02X030130 Acid phosphatase 1 14.14523104 L4_control_A3 +LQ02X030130 Acid phosphatase 1 6.411523103 L4_control_B1 +LQ02X030130 Acid phosphatase 1 7.14493995 L4_control_B2 +LQ02X030130 Acid phosphatase 1 6.23204006 L4_control_B3 +LQ02X030130 Acid phosphatase 1 5.86302851 L4_control_C2 +LQ02X030130 Acid phosphatase 1 5.719610351 L4_control_C3 +LQ02X030130 Acid phosphatase 1 13.49161943 L4_chemical_A1 +LQ02X030130 Acid phosphatase 1 11.63327865 L4_chemical_A2 +LQ02X030130 Acid phosphatase 1 13.99400142 L4_chemical_A3 +LQ02X030130 Acid phosphatase 1 8.529235015 L4_chemical_B1 +LQ02X030130 Acid phosphatase 1 8.274011488 L4_chemical_B2 +LQ02X030130 Acid phosphatase 1 9.987905542 L4_chemical_B3 +LQ02X030130 Acid phosphatase 1 5.78179508 L4_chemical_C2 +LQ02X030130 Acid phosphatase 1 5.343571432 L4_chemical_C3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 4.953580064 C6_control_A1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.635985251 C6_control_A3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.4118039 C6_control_B1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.371100312 C6_control_B2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.42642843 C6_control_B3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.877203861 C6_control_C1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 6.748625014 C6_control_C2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.708153148 C6_control_C3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.121816844 C6_chemical_A1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.325916855 C6_chemical_A3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.268838915 C6_chemical_B1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.262581262 C6_chemical_B2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.666478667 C6_chemical_B3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 6.130777864 C6_chemical_C1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 6.039183707 C6_chemical_C2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.942301993 C6_chemical_C3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.477149099 L4_control_A1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.323290718 L4_control_A2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.799163549 L4_control_A3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 4.965493657 L4_control_B1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 4.700128515 L4_control_B2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 4.919813077 L4_control_B3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.132888902 L4_control_C2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.202099045 L4_control_C3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.615898242 L4_chemical_A1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.301164891 L4_chemical_A2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.406602044 L4_chemical_A3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.593695598 L4_chemical_B1 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.651493363 L4_chemical_B2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.132492913 L4_chemical_B3 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 4.992484257 L4_chemical_C2 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.369640996 L4_chemical_C3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.591081478 C6_control_A1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 4.963732255 C6_control_A3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.311965697 C6_control_B1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.013878847 C6_control_B2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.8310058 C6_control_B3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.039673774 C6_control_C1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.280557529 C6_control_C2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.121365702 C6_control_C3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.244060822 C6_chemical_A1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.453032605 C6_chemical_A3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.756697035 C6_chemical_B1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.368497863 C6_chemical_B2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.334137606 C6_chemical_B3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.522380612 C6_chemical_C1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.998386729 C6_chemical_C2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.378167681 C6_chemical_C3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.204117432 L4_control_A1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.387927531 L4_control_A2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.590798351 L4_control_A3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.001633729 L4_control_B1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.850954143 L4_control_B2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.404952618 L4_control_B3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.868028974 L4_control_C2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.542329174 L4_control_C3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.488703315 L4_chemical_A1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.71188209 L4_chemical_A2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.114639107 L4_chemical_A3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.967042863 L4_chemical_B1 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 5.344131244 L4_chemical_B2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.78159085 L4_chemical_B3 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 6.053288073 L4_chemical_C2 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.283804417 L4_chemical_C3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.16348984 C6_control_A1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.54133622 C6_control_A3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.719462535 C6_control_B1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.36157821 C6_control_B2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.322317163 C6_control_B3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.043317677 C6_control_C1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 8.182462272 C6_control_C2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 8.356845819 C6_control_C3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.19310988 C6_chemical_A1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.21477451 C6_chemical_A3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.591806312 C6_chemical_B1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.110714727 C6_chemical_B2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 8.943514819 C6_chemical_B3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 8.845810129 C6_chemical_C1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.013037369 C6_chemical_C2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 7.788150493 C6_chemical_C3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.917148695 L4_control_A1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.51147893 L4_control_A2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 11.39779819 L4_control_A3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.211051245 L4_control_B1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.22005049 L4_control_B2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.17946043 L4_control_B3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.42427845 L4_control_C2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.282005016 L4_control_C3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.201772662 L4_chemical_A1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.882180154 L4_chemical_A2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.60331501 L4_chemical_A3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.598683455 L4_chemical_B1 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.2135517 L4_chemical_B2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.078792704 L4_chemical_B3 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.46238033 L4_chemical_C2 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 9.539628503 L4_chemical_C3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.25322824 C6_control_A1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.929753418 C6_control_A3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.897624588 C6_control_B1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.80286608 C6_control_B2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.887776036 C6_control_B3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.65172112 C6_control_C1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.42127722 C6_control_C2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.89729622 C6_control_C3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.944644726 C6_chemical_A1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.829647123 C6_chemical_A3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.63599889 C6_chemical_B1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.89187615 C6_chemical_B2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.535581597 C6_chemical_B3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.59884631 C6_chemical_C1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.40934272 C6_chemical_C2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.73598837 C6_chemical_C3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.00529357 L4_control_A1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.380775664 L4_control_A2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.668113483 L4_control_A3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.855783009 L4_control_B1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.043985086 L4_control_B2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.11045815 L4_control_B3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.052709839 L4_control_C2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 8.928801228 L4_control_C3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.824516696 L4_chemical_A1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.035274262 L4_chemical_A2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.900787296 L4_chemical_A3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.508979854 L4_chemical_B1 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 8.836228094 L4_chemical_B2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 10.24784644 L4_chemical_B3 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 8.888852017 L4_chemical_C2 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 8.679405442 L4_chemical_C3 +LQ02X030210 Putative uncharacterized protein 5.238401841 C6_control_A1 +LQ02X030210 Putative uncharacterized protein 5.177882673 C6_control_A3 +LQ02X030210 Putative uncharacterized protein 4.96342167 C6_control_B1 +LQ02X030210 Putative uncharacterized protein 5.226098672 C6_control_B2 +LQ02X030210 Putative uncharacterized protein 5.258990538 C6_control_B3 +LQ02X030210 Putative uncharacterized protein 5.187743474 C6_control_C1 +LQ02X030210 Putative uncharacterized protein 5.2214527 C6_control_C2 +LQ02X030210 Putative uncharacterized protein 5.471553443 C6_control_C3 +LQ02X030210 Putative uncharacterized protein 5.339978643 C6_chemical_A1 +LQ02X030210 Putative uncharacterized protein 5.049844794 C6_chemical_A3 +LQ02X030210 Putative uncharacterized protein 5.196021267 C6_chemical_B1 +LQ02X030210 Putative uncharacterized protein 5.355553214 C6_chemical_B2 +LQ02X030210 Putative uncharacterized protein 4.927742194 C6_chemical_B3 +LQ02X030210 Putative uncharacterized protein 5.274722338 C6_chemical_C1 +LQ02X030210 Putative uncharacterized protein 5.537811501 C6_chemical_C2 +LQ02X030210 Putative uncharacterized protein 5.239702006 C6_chemical_C3 +LQ02X030210 Putative uncharacterized protein 5.197537476 L4_control_A1 +LQ02X030210 Putative uncharacterized protein 5.044851634 L4_control_A2 +LQ02X030210 Putative uncharacterized protein 5.446918957 L4_control_A3 +LQ02X030210 Putative uncharacterized protein 5.682631378 L4_control_B1 +LQ02X030210 Putative uncharacterized protein 5.162485466 L4_control_B2 +LQ02X030210 Putative uncharacterized protein 5.118446516 L4_control_B3 +LQ02X030210 Putative uncharacterized protein 5.723961861 L4_control_C2 +LQ02X030210 Putative uncharacterized protein 4.835625366 L4_control_C3 +LQ02X030210 Putative uncharacterized protein 5.063940414 L4_chemical_A1 +LQ02X030210 Putative uncharacterized protein 5.1735376 L4_chemical_A2 +LQ02X030210 Putative uncharacterized protein 5.03950618 L4_chemical_A3 +LQ02X030210 Putative uncharacterized protein 5.357407403 L4_chemical_B1 +LQ02X030210 Putative uncharacterized protein 5.355218601 L4_chemical_B2 +LQ02X030210 Putative uncharacterized protein 5.24015562 L4_chemical_B3 +LQ02X030210 Putative uncharacterized protein 5.544922423 L4_chemical_C2 +LQ02X030210 Putative uncharacterized protein 5.281147229 L4_chemical_C3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 12.12295019 C6_control_A1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.71521947 C6_control_A3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.9115099 C6_control_B1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 10.94166982 C6_control_B2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 10.90291042 C6_control_B3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 10.26226764 C6_control_C1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 9.156983419 C6_control_C2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 9.306922441 C6_control_C3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 12.10741354 C6_chemical_A1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.90167182 C6_chemical_A3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.7234121 C6_chemical_B1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 10.55004846 C6_chemical_B2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 10.83559351 C6_chemical_B3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 10.2145601 C6_chemical_C1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 9.222680203 C6_chemical_C2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 9.270885222 C6_chemical_C3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 12.45321239 L4_control_A1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 12.22151069 L4_control_A2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.3122229 L4_control_A3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.0950936 L4_control_B1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.20581989 L4_control_B2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 9.302045456 L4_control_B3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 9.152325643 L4_control_C2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 8.315483282 L4_control_C3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.4432865 L4_chemical_A1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.64462607 L4_chemical_A2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.53646184 L4_chemical_A3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.300198 L4_chemical_B1 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.65121201 L4_chemical_B2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 11.16934977 L4_chemical_B3 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 9.02252759 L4_chemical_C2 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 8.379947729 L4_chemical_C3 +LQ02X030250 Putative TIMELESS-interacting protein 5.66774643 C6_control_A1 +LQ02X030250 Putative TIMELESS-interacting protein 5.584379307 C6_control_A3 +LQ02X030250 Putative TIMELESS-interacting protein 5.394038766 C6_control_B1 +LQ02X030250 Putative TIMELESS-interacting protein 4.94532273 C6_control_B2 +LQ02X030250 Putative TIMELESS-interacting protein 5.433850076 C6_control_B3 +LQ02X030250 Putative TIMELESS-interacting protein 5.146438868 C6_control_C1 +LQ02X030250 Putative TIMELESS-interacting protein 4.963968814 C6_control_C2 +LQ02X030250 Putative TIMELESS-interacting protein 5.267248042 C6_control_C3 +LQ02X030250 Putative TIMELESS-interacting protein 5.490928767 C6_chemical_A1 +LQ02X030250 Putative TIMELESS-interacting protein 5.255925266 C6_chemical_A3 +LQ02X030250 Putative TIMELESS-interacting protein 5.325468325 C6_chemical_B1 +LQ02X030250 Putative TIMELESS-interacting protein 4.956618073 C6_chemical_B2 +LQ02X030250 Putative TIMELESS-interacting protein 5.210569918 C6_chemical_B3 +LQ02X030250 Putative TIMELESS-interacting protein 5.05947522 C6_chemical_C1 +LQ02X030250 Putative TIMELESS-interacting protein 5.233291403 C6_chemical_C2 +LQ02X030250 Putative TIMELESS-interacting protein 4.825787195 C6_chemical_C3 +LQ02X030250 Putative TIMELESS-interacting protein 5.710805887 L4_control_A1 +LQ02X030250 Putative TIMELESS-interacting protein 5.78136139 L4_control_A2 +LQ02X030250 Putative TIMELESS-interacting protein 5.802388551 L4_control_A3 +LQ02X030250 Putative TIMELESS-interacting protein 5.056649693 L4_control_B1 +LQ02X030250 Putative TIMELESS-interacting protein 5.546751545 L4_control_B2 +LQ02X030250 Putative TIMELESS-interacting protein 5.759536235 L4_control_B3 +LQ02X030250 Putative TIMELESS-interacting protein 5.70223041 L4_control_C2 +LQ02X030250 Putative TIMELESS-interacting protein 5.146583738 L4_control_C3 +LQ02X030250 Putative TIMELESS-interacting protein 5.370501907 L4_chemical_A1 +LQ02X030250 Putative TIMELESS-interacting protein 5.952897446 L4_chemical_A2 +LQ02X030250 Putative TIMELESS-interacting protein 5.835892774 L4_chemical_A3 +LQ02X030250 Putative TIMELESS-interacting protein 5.162180698 L4_chemical_B1 +LQ02X030250 Putative TIMELESS-interacting protein 5.364579595 L4_chemical_B2 +LQ02X030250 Putative TIMELESS-interacting protein 5.573210766 L4_chemical_B3 +LQ02X030250 Putative TIMELESS-interacting protein 5.477386358 L4_chemical_C2 +LQ02X030250 Putative TIMELESS-interacting protein 5.741313853 L4_chemical_C3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.335288937 C6_control_A1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.391739435 C6_control_A3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.108646775 C6_control_B1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.347984829 C6_control_B2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.578541642 C6_control_B3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.335366434 C6_control_C1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.361389025 C6_control_C2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.265816281 C6_control_C3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 4.909104427 C6_chemical_A1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.291042449 C6_chemical_A3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.536125673 C6_chemical_B1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.505653568 C6_chemical_B2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.205300993 C6_chemical_B3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.00832249 C6_chemical_C1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.187024578 C6_chemical_C2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.144224962 C6_chemical_C3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.27476019 L4_control_A1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.269475205 L4_control_A2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.156467772 L4_control_A3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.665994652 L4_control_B1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 4.871282665 L4_control_B2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.34611113 L4_control_B3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.471344549 L4_control_C2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 4.865059226 L4_control_C3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.060307355 L4_chemical_A1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.11029947 L4_chemical_A2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.251139891 L4_chemical_A3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.523068549 L4_chemical_B1 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 4.927169386 L4_chemical_B2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.122013988 L4_chemical_B3 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.326097593 L4_chemical_C2 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 5.605296131 L4_chemical_C3 +LQ02X030290 Inositol oxygenase 1 9.947197868 C6_control_A1 +LQ02X030290 Inositol oxygenase 1 10.87621052 C6_control_A3 +LQ02X030290 Inositol oxygenase 1 10.92064418 C6_control_B1 +LQ02X030290 Inositol oxygenase 1 12.76517874 C6_control_B2 +LQ02X030290 Inositol oxygenase 1 11.88810088 C6_control_B3 +LQ02X030290 Inositol oxygenase 1 10.07237 C6_control_C1 +LQ02X030290 Inositol oxygenase 1 11.52952883 C6_control_C2 +LQ02X030290 Inositol oxygenase 1 10.79017789 C6_control_C3 +LQ02X030290 Inositol oxygenase 1 8.812077725 C6_chemical_A1 +LQ02X030290 Inositol oxygenase 1 10.22578135 C6_chemical_A3 +LQ02X030290 Inositol oxygenase 1 10.84232357 C6_chemical_B1 +LQ02X030290 Inositol oxygenase 1 12.49393793 C6_chemical_B2 +LQ02X030290 Inositol oxygenase 1 12.53775276 C6_chemical_B3 +LQ02X030290 Inositol oxygenase 1 9.763005555 C6_chemical_C1 +LQ02X030290 Inositol oxygenase 1 11.10112762 C6_chemical_C2 +LQ02X030290 Inositol oxygenase 1 11.08757923 C6_chemical_C3 +LQ02X030290 Inositol oxygenase 1 8.57107357 L4_control_A1 +LQ02X030290 Inositol oxygenase 1 8.76362737 L4_control_A2 +LQ02X030290 Inositol oxygenase 1 10.29604333 L4_control_A3 +LQ02X030290 Inositol oxygenase 1 11.39791448 L4_control_B1 +LQ02X030290 Inositol oxygenase 1 10.91676073 L4_control_B2 +LQ02X030290 Inositol oxygenase 1 13.34144352 L4_control_B3 +LQ02X030290 Inositol oxygenase 1 10.69851806 L4_control_C2 +LQ02X030290 Inositol oxygenase 1 10.18151078 L4_control_C3 +LQ02X030290 Inositol oxygenase 1 8.953069294 L4_chemical_A1 +LQ02X030290 Inositol oxygenase 1 8.599156703 L4_chemical_A2 +LQ02X030290 Inositol oxygenase 1 9.04663369 L4_chemical_A3 +LQ02X030290 Inositol oxygenase 1 10.36027914 L4_chemical_B1 +LQ02X030290 Inositol oxygenase 1 10.77766001 L4_chemical_B2 +LQ02X030290 Inositol oxygenase 1 11.97770143 L4_chemical_B3 +LQ02X030290 Inositol oxygenase 1 9.130996274 L4_chemical_C2 +LQ02X030290 Inositol oxygenase 1 9.638930142 L4_chemical_C3 +LQ02X030310 Predicted protein 7.469660358 C6_control_A1 +LQ02X030310 Predicted protein 7.329351432 C6_control_A3 +LQ02X030310 Predicted protein 6.867858489 C6_control_B1 +LQ02X030310 Predicted protein 6.965292588 C6_control_B2 +LQ02X030310 Predicted protein 7.273031423 C6_control_B3 +LQ02X030310 Predicted protein 6.498793392 C6_control_C1 +LQ02X030310 Predicted protein 8.425031044 C6_control_C2 +LQ02X030310 Predicted protein 7.488037004 C6_control_C3 +LQ02X030310 Predicted protein 8.020663809 C6_chemical_A1 +LQ02X030310 Predicted protein 7.331776992 C6_chemical_A3 +LQ02X030310 Predicted protein 7.153857298 C6_chemical_B1 +LQ02X030310 Predicted protein 7.710504349 C6_chemical_B2 +LQ02X030310 Predicted protein 8.068974404 C6_chemical_B3 +LQ02X030310 Predicted protein 7.901695153 C6_chemical_C1 +LQ02X030310 Predicted protein 8.321131329 C6_chemical_C2 +LQ02X030310 Predicted protein 8.545481343 C6_chemical_C3 +LQ02X030310 Predicted protein 8.011331254 L4_control_A1 +LQ02X030310 Predicted protein 7.19377859 L4_control_A2 +LQ02X030310 Predicted protein 7.34146196 L4_control_A3 +LQ02X030310 Predicted protein 7.521384102 L4_control_B1 +LQ02X030310 Predicted protein 7.657061133 L4_control_B2 +LQ02X030310 Predicted protein 8.637714047 L4_control_B3 +LQ02X030310 Predicted protein 7.410858293 L4_control_C2 +LQ02X030310 Predicted protein 7.97528792 L4_control_C3 +LQ02X030310 Predicted protein 8.64663267 L4_chemical_A1 +LQ02X030310 Predicted protein 7.53710769 L4_chemical_A2 +LQ02X030310 Predicted protein 7.826364393 L4_chemical_A3 +LQ02X030310 Predicted protein 7.397292697 L4_chemical_B1 +LQ02X030310 Predicted protein 7.512374293 L4_chemical_B2 +LQ02X030310 Predicted protein 8.18454479 L4_chemical_B3 +LQ02X030310 Predicted protein 6.957899912 L4_chemical_C2 +LQ02X030310 Predicted protein 8.043591 L4_chemical_C3 +LQ02X030350 Cell elongation protein diminuto 12.47905691 C6_control_A1 +LQ02X030350 Cell elongation protein diminuto 12.7985085 C6_control_A3 +LQ02X030350 Cell elongation protein diminuto 12.6346354 C6_control_B1 +LQ02X030350 Cell elongation protein diminuto 11.22878648 C6_control_B2 +LQ02X030350 Cell elongation protein diminuto 11.70146497 C6_control_B3 +LQ02X030350 Cell elongation protein diminuto 9.632639342 C6_control_C1 +LQ02X030350 Cell elongation protein diminuto 10.28213264 C6_control_C2 +LQ02X030350 Cell elongation protein diminuto 9.733079138 C6_control_C3 +LQ02X030350 Cell elongation protein diminuto 12.33649633 C6_chemical_A1 +LQ02X030350 Cell elongation protein diminuto 13.14846779 C6_chemical_A3 +LQ02X030350 Cell elongation protein diminuto 12.60247911 C6_chemical_B1 +LQ02X030350 Cell elongation protein diminuto 11.49892183 C6_chemical_B2 +LQ02X030350 Cell elongation protein diminuto 11.8534292 C6_chemical_B3 +LQ02X030350 Cell elongation protein diminuto 9.666946361 C6_chemical_C1 +LQ02X030350 Cell elongation protein diminuto 10.03391046 C6_chemical_C2 +LQ02X030350 Cell elongation protein diminuto 9.34215055 C6_chemical_C3 +LQ02X030350 Cell elongation protein diminuto 12.31527646 L4_control_A1 +LQ02X030350 Cell elongation protein diminuto 12.18500225 L4_control_A2 +LQ02X030350 Cell elongation protein diminuto 12.29001354 L4_control_A3 +LQ02X030350 Cell elongation protein diminuto 11.13283842 L4_control_B1 +LQ02X030350 Cell elongation protein diminuto 12.1547534 L4_control_B2 +LQ02X030350 Cell elongation protein diminuto 10.18579119 L4_control_B3 +LQ02X030350 Cell elongation protein diminuto 9.420572409 L4_control_C2 +LQ02X030350 Cell elongation protein diminuto 8.963088058 L4_control_C3 +LQ02X030350 Cell elongation protein diminuto 11.08235535 L4_chemical_A1 +LQ02X030350 Cell elongation protein diminuto 11.47882844 L4_chemical_A2 +LQ02X030350 Cell elongation protein diminuto 11.76080754 L4_chemical_A3 +LQ02X030350 Cell elongation protein diminuto 11.83002987 L4_chemical_B1 +LQ02X030350 Cell elongation protein diminuto 11.7171022 L4_chemical_B2 +LQ02X030350 Cell elongation protein diminuto 12.13004766 L4_chemical_B3 +LQ02X030350 Cell elongation protein diminuto 9.159238221 L4_chemical_C2 +LQ02X030350 Cell elongation protein diminuto 9.782212019 L4_chemical_C3 +LQ02X030370 Probable splicing factor 3A subunit 1 12.87246596 C6_control_A1 +LQ02X030370 Probable splicing factor 3A subunit 1 12.69532196 C6_control_A3 +LQ02X030370 Probable splicing factor 3A subunit 1 12.67397577 C6_control_B1 +LQ02X030370 Probable splicing factor 3A subunit 1 13.34661938 C6_control_B2 +LQ02X030370 Probable splicing factor 3A subunit 1 13.01526324 C6_control_B3 +LQ02X030370 Probable splicing factor 3A subunit 1 13.18591244 C6_control_C1 +LQ02X030370 Probable splicing factor 3A subunit 1 12.6263493 C6_control_C2 +LQ02X030370 Probable splicing factor 3A subunit 1 13.55416424 C6_control_C3 +LQ02X030370 Probable splicing factor 3A subunit 1 12.87878499 C6_chemical_A1 +LQ02X030370 Probable splicing factor 3A subunit 1 13.07476662 C6_chemical_A3 +LQ02X030370 Probable splicing factor 3A subunit 1 12.60068816 C6_chemical_B1 +LQ02X030370 Probable splicing factor 3A subunit 1 12.98305258 C6_chemical_B2 +LQ02X030370 Probable splicing factor 3A subunit 1 12.87273981 C6_chemical_B3 +LQ02X030370 Probable splicing factor 3A subunit 1 12.94578458 C6_chemical_C1 +LQ02X030370 Probable splicing factor 3A subunit 1 13.03665524 C6_chemical_C2 +LQ02X030370 Probable splicing factor 3A subunit 1 13.49506836 C6_chemical_C3 +LQ02X030370 Probable splicing factor 3A subunit 1 13.15826238 L4_control_A1 +LQ02X030370 Probable splicing factor 3A subunit 1 12.97283736 L4_control_A2 +LQ02X030370 Probable splicing factor 3A subunit 1 13.27792215 L4_control_A3 +LQ02X030370 Probable splicing factor 3A subunit 1 11.79883283 L4_control_B1 +LQ02X030370 Probable splicing factor 3A subunit 1 12.31618683 L4_control_B2 +LQ02X030370 Probable splicing factor 3A subunit 1 12.68710048 L4_control_B3 +LQ02X030370 Probable splicing factor 3A subunit 1 12.93504451 L4_control_C2 +LQ02X030370 Probable splicing factor 3A subunit 1 12.25826473 L4_control_C3 +LQ02X030370 Probable splicing factor 3A subunit 1 13.07194765 L4_chemical_A1 +LQ02X030370 Probable splicing factor 3A subunit 1 13.01844698 L4_chemical_A2 +LQ02X030370 Probable splicing factor 3A subunit 1 13.18150635 L4_chemical_A3 +LQ02X030370 Probable splicing factor 3A subunit 1 11.74215731 L4_chemical_B1 +LQ02X030370 Probable splicing factor 3A subunit 1 12.78838958 L4_chemical_B2 +LQ02X030370 Probable splicing factor 3A subunit 1 12.93953217 L4_chemical_B3 +LQ02X030370 Probable splicing factor 3A subunit 1 12.79261154 L4_chemical_C2 +LQ02X030370 Probable splicing factor 3A subunit 1 12.5268181 L4_chemical_C3 +LQ02X030420 Peroxidase 39 13.40786723 C6_control_A1 +LQ02X030420 Peroxidase 39 13.37830905 C6_control_A3 +LQ02X030420 Peroxidase 39 13.51418652 C6_control_B1 +LQ02X030420 Peroxidase 39 13.97171388 C6_control_B2 +LQ02X030420 Peroxidase 39 14.43327003 C6_control_B3 +LQ02X030420 Peroxidase 39 5.267293778 C6_control_C1 +LQ02X030420 Peroxidase 39 6.145573512 C6_control_C2 +LQ02X030420 Peroxidase 39 8.834654597 C6_control_C3 +LQ02X030420 Peroxidase 39 12.9161038 C6_chemical_A1 +LQ02X030420 Peroxidase 39 12.72657462 C6_chemical_A3 +LQ02X030420 Peroxidase 39 12.6149254 C6_chemical_B1 +LQ02X030420 Peroxidase 39 13.60454457 C6_chemical_B2 +LQ02X030420 Peroxidase 39 13.68903403 C6_chemical_B3 +LQ02X030420 Peroxidase 39 5.913011481 C6_chemical_C1 +LQ02X030420 Peroxidase 39 5.425916066 C6_chemical_C2 +LQ02X030420 Peroxidase 39 8.281640721 C6_chemical_C3 +LQ02X030420 Peroxidase 39 13.55880688 L4_control_A1 +LQ02X030420 Peroxidase 39 13.31453245 L4_control_A2 +LQ02X030420 Peroxidase 39 11.23847082 L4_control_A3 +LQ02X030420 Peroxidase 39 13.46548381 L4_control_B1 +LQ02X030420 Peroxidase 39 13.43945389 L4_control_B2 +LQ02X030420 Peroxidase 39 13.66480772 L4_control_B3 +LQ02X030420 Peroxidase 39 5.623036239 L4_control_C2 +LQ02X030420 Peroxidase 39 5.248297783 L4_control_C3 +LQ02X030420 Peroxidase 39 11.86012751 L4_chemical_A1 +LQ02X030420 Peroxidase 39 11.99334349 L4_chemical_A2 +LQ02X030420 Peroxidase 39 11.18381329 L4_chemical_A3 +LQ02X030420 Peroxidase 39 12.01149434 L4_chemical_B1 +LQ02X030420 Peroxidase 39 12.10812185 L4_chemical_B2 +LQ02X030420 Peroxidase 39 14.35439449 L4_chemical_B3 +LQ02X030420 Peroxidase 39 4.738467945 L4_chemical_C2 +LQ02X030420 Peroxidase 39 5.411229683 L4_chemical_C3 +LQ02X030430 Peroxidase 27 5.064671055 C6_control_A1 +LQ02X030430 Peroxidase 27 5.066975202 C6_control_A3 +LQ02X030430 Peroxidase 27 5.662425554 C6_control_B1 +LQ02X030430 Peroxidase 27 5.231221963 C6_control_B2 +LQ02X030430 Peroxidase 27 5.341842211 C6_control_B3 +LQ02X030430 Peroxidase 27 5.208798484 C6_control_C1 +LQ02X030430 Peroxidase 27 5.024172512 C6_control_C2 +LQ02X030430 Peroxidase 27 5.291172711 C6_control_C3 +LQ02X030430 Peroxidase 27 4.928141686 C6_chemical_A1 +LQ02X030430 Peroxidase 27 5.094257877 C6_chemical_A3 +LQ02X030430 Peroxidase 27 5.859196265 C6_chemical_B1 +LQ02X030430 Peroxidase 27 5.291809434 C6_chemical_B2 +LQ02X030430 Peroxidase 27 5.488564783 C6_chemical_B3 +LQ02X030430 Peroxidase 27 5.400776068 C6_chemical_C1 +LQ02X030430 Peroxidase 27 5.094641088 C6_chemical_C2 +LQ02X030430 Peroxidase 27 5.847021889 C6_chemical_C3 +LQ02X030430 Peroxidase 27 4.894291459 L4_control_A1 +LQ02X030430 Peroxidase 27 5.19965531 L4_control_A2 +LQ02X030430 Peroxidase 27 5.267629454 L4_control_A3 +LQ02X030430 Peroxidase 27 5.107448722 L4_control_B1 +LQ02X030430 Peroxidase 27 4.862487602 L4_control_B2 +LQ02X030430 Peroxidase 27 5.236400292 L4_control_B3 +LQ02X030430 Peroxidase 27 6.226782208 L4_control_C2 +LQ02X030430 Peroxidase 27 5.490710003 L4_control_C3 +LQ02X030430 Peroxidase 27 5.02430906 L4_chemical_A1 +LQ02X030430 Peroxidase 27 5.290620071 L4_chemical_A2 +LQ02X030430 Peroxidase 27 5.398059998 L4_chemical_A3 +LQ02X030430 Peroxidase 27 5.106588735 L4_chemical_B1 +LQ02X030430 Peroxidase 27 5.191640224 L4_chemical_B2 +LQ02X030430 Peroxidase 27 5.114087514 L4_chemical_B3 +LQ02X030430 Peroxidase 27 5.500422705 L4_chemical_C2 +LQ02X030430 Peroxidase 27 5.262360791 L4_chemical_C3 +LQ02X030440 Putative syntaxin-131 8.917674722 C6_control_A1 +LQ02X030440 Putative syntaxin-131 8.767457898 C6_control_A3 +LQ02X030440 Putative syntaxin-131 9.019134219 C6_control_B1 +LQ02X030440 Putative syntaxin-131 9.146107573 C6_control_B2 +LQ02X030440 Putative syntaxin-131 8.614218014 C6_control_B3 +LQ02X030440 Putative syntaxin-131 9.720601873 C6_control_C1 +LQ02X030440 Putative syntaxin-131 9.480913349 C6_control_C2 +LQ02X030440 Putative syntaxin-131 9.527363175 C6_control_C3 +LQ02X030440 Putative syntaxin-131 8.503216677 C6_chemical_A1 +LQ02X030440 Putative syntaxin-131 8.814486591 C6_chemical_A3 +LQ02X030440 Putative syntaxin-131 8.418813514 C6_chemical_B1 +LQ02X030440 Putative syntaxin-131 9.25201156 C6_chemical_B2 +LQ02X030440 Putative syntaxin-131 8.451176657 C6_chemical_B3 +LQ02X030440 Putative syntaxin-131 9.459224837 C6_chemical_C1 +LQ02X030440 Putative syntaxin-131 9.689943819 C6_chemical_C2 +LQ02X030440 Putative syntaxin-131 9.803948315 C6_chemical_C3 +LQ02X030440 Putative syntaxin-131 8.624879081 L4_control_A1 +LQ02X030440 Putative syntaxin-131 8.547498844 L4_control_A2 +LQ02X030440 Putative syntaxin-131 6.837643997 L4_control_A3 +LQ02X030440 Putative syntaxin-131 9.221945583 L4_control_B1 +LQ02X030440 Putative syntaxin-131 9.176586093 L4_control_B2 +LQ02X030440 Putative syntaxin-131 8.851707043 L4_control_B3 +LQ02X030440 Putative syntaxin-131 9.633521392 L4_control_C2 +LQ02X030440 Putative syntaxin-131 10.24299209 L4_control_C3 +LQ02X030440 Putative syntaxin-131 9.032231691 L4_chemical_A1 +LQ02X030440 Putative syntaxin-131 8.591715174 L4_chemical_A2 +LQ02X030440 Putative syntaxin-131 6.967501482 L4_chemical_A3 +LQ02X030440 Putative syntaxin-131 9.276154847 L4_chemical_B1 +LQ02X030440 Putative syntaxin-131 8.940438407 L4_chemical_B2 +LQ02X030440 Putative syntaxin-131 8.620706008 L4_chemical_B3 +LQ02X030440 Putative syntaxin-131 9.477234621 L4_chemical_C2 +LQ02X030440 Putative syntaxin-131 9.749479415 L4_chemical_C3 +LQ02X030460 Isocitrate lyase 5.915509589 C6_control_A1 +LQ02X030460 Isocitrate lyase 5.582130643 C6_control_A3 +LQ02X030460 Isocitrate lyase 5.674084007 C6_control_B1 +LQ02X030460 Isocitrate lyase 5.450968365 C6_control_B2 +LQ02X030460 Isocitrate lyase 5.905558635 C6_control_B3 +LQ02X030460 Isocitrate lyase 5.662976781 C6_control_C1 +LQ02X030460 Isocitrate lyase 5.526398243 C6_control_C2 +LQ02X030460 Isocitrate lyase 6.183239747 C6_control_C3 +LQ02X030460 Isocitrate lyase 5.706553372 C6_chemical_A1 +LQ02X030460 Isocitrate lyase 5.992059818 C6_chemical_A3 +LQ02X030460 Isocitrate lyase 5.521269258 C6_chemical_B1 +LQ02X030460 Isocitrate lyase 5.7174075 C6_chemical_B2 +LQ02X030460 Isocitrate lyase 5.585427085 C6_chemical_B3 +LQ02X030460 Isocitrate lyase 5.45102733 C6_chemical_C1 +LQ02X030460 Isocitrate lyase 5.867181171 C6_chemical_C2 +LQ02X030460 Isocitrate lyase 6.237830371 C6_chemical_C3 +LQ02X030460 Isocitrate lyase 6.205760199 L4_control_A1 +LQ02X030460 Isocitrate lyase 6.364112422 L4_control_A2 +LQ02X030460 Isocitrate lyase 10.47438998 L4_control_A3 +LQ02X030460 Isocitrate lyase 5.373549888 L4_control_B1 +LQ02X030460 Isocitrate lyase 6.805974495 L4_control_B2 +LQ02X030460 Isocitrate lyase 5.870591524 L4_control_B3 +LQ02X030460 Isocitrate lyase 5.508057064 L4_control_C2 +LQ02X030460 Isocitrate lyase 5.025814388 L4_control_C3 +LQ02X030460 Isocitrate lyase 8.531594318 L4_chemical_A1 +LQ02X030460 Isocitrate lyase 8.2875582 L4_chemical_A2 +LQ02X030460 Isocitrate lyase 9.428717247 L4_chemical_A3 +LQ02X030460 Isocitrate lyase 5.943504431 L4_chemical_B1 +LQ02X030460 Isocitrate lyase 8.877692063 L4_chemical_B2 +LQ02X030460 Isocitrate lyase 6.066414638 L4_chemical_B3 +LQ02X030460 Isocitrate lyase 5.488645723 L4_chemical_C2 +LQ02X030460 Isocitrate lyase 5.758155077 L4_chemical_C3 +LQ02X030470 Triptychon and cpc, putative 14.17892069 C6_control_A1 +LQ02X030470 Triptychon and cpc, putative 13.84959491 C6_control_A3 +LQ02X030470 Triptychon and cpc, putative 13.9875547 C6_control_B1 +LQ02X030470 Triptychon and cpc, putative 13.97489665 C6_control_B2 +LQ02X030470 Triptychon and cpc, putative 13.58063421 C6_control_B3 +LQ02X030470 Triptychon and cpc, putative 14.24929515 C6_control_C1 +LQ02X030470 Triptychon and cpc, putative 14.32711544 C6_control_C2 +LQ02X030470 Triptychon and cpc, putative 14.41147899 C6_control_C3 +LQ02X030470 Triptychon and cpc, putative 14.43801327 C6_chemical_A1 +LQ02X030470 Triptychon and cpc, putative 13.9827864 C6_chemical_A3 +LQ02X030470 Triptychon and cpc, putative 14.04944972 C6_chemical_B1 +LQ02X030470 Triptychon and cpc, putative 14.08185382 C6_chemical_B2 +LQ02X030470 Triptychon and cpc, putative 14.17678449 C6_chemical_B3 +LQ02X030470 Triptychon and cpc, putative 14.08713335 C6_chemical_C1 +LQ02X030470 Triptychon and cpc, putative 14.42364077 C6_chemical_C2 +LQ02X030470 Triptychon and cpc, putative 14.68160879 C6_chemical_C3 +LQ02X030470 Triptychon and cpc, putative 13.60684929 L4_control_A1 +LQ02X030470 Triptychon and cpc, putative 13.58426859 L4_control_A2 +LQ02X030470 Triptychon and cpc, putative 13.71057999 L4_control_A3 +LQ02X030470 Triptychon and cpc, putative 13.21122984 L4_control_B1 +LQ02X030470 Triptychon and cpc, putative 13.29516306 L4_control_B2 +LQ02X030470 Triptychon and cpc, putative 13.70405734 L4_control_B3 +LQ02X030470 Triptychon and cpc, putative 14.19607898 L4_control_C2 +LQ02X030470 Triptychon and cpc, putative 13.59496088 L4_control_C3 +LQ02X030470 Triptychon and cpc, putative 14.22327195 L4_chemical_A1 +LQ02X030470 Triptychon and cpc, putative 13.88793305 L4_chemical_A2 +LQ02X030470 Triptychon and cpc, putative 13.89987631 L4_chemical_A3 +LQ02X030470 Triptychon and cpc, putative 13.57862236 L4_chemical_B1 +LQ02X030470 Triptychon and cpc, putative 13.63602924 L4_chemical_B2 +LQ02X030470 Triptychon and cpc, putative 14.0041301 L4_chemical_B3 +LQ02X030470 Triptychon and cpc, putative 14.20276767 L4_chemical_C2 +LQ02X030470 Triptychon and cpc, putative 13.62307269 L4_chemical_C3 +LQ02X030490 Hypothetical protein 5.133983147 C6_control_A1 +LQ02X030490 Hypothetical protein 5.001924811 C6_control_A3 +LQ02X030490 Hypothetical protein 4.984193491 C6_control_B1 +LQ02X030490 Hypothetical protein 4.64950192 C6_control_B2 +LQ02X030490 Hypothetical protein 5.089317668 C6_control_B3 +LQ02X030490 Hypothetical protein 4.692982367 C6_control_C1 +LQ02X030490 Hypothetical protein 4.878862266 C6_control_C2 +LQ02X030490 Hypothetical protein 4.556308589 C6_control_C3 +LQ02X030490 Hypothetical protein 4.926837482 C6_chemical_A1 +LQ02X030490 Hypothetical protein 5.126087654 C6_chemical_A3 +LQ02X030490 Hypothetical protein 4.646302834 C6_chemical_B1 +LQ02X030490 Hypothetical protein 4.6826525 C6_chemical_B2 +LQ02X030490 Hypothetical protein 4.663309751 C6_chemical_B3 +LQ02X030490 Hypothetical protein 4.990150747 C6_chemical_C1 +LQ02X030490 Hypothetical protein 4.747025737 C6_chemical_C2 +LQ02X030490 Hypothetical protein 4.804508584 C6_chemical_C3 +LQ02X030490 Hypothetical protein 5.038042217 L4_control_A1 +LQ02X030490 Hypothetical protein 5.084915266 L4_control_A2 +LQ02X030490 Hypothetical protein 5.66760477 L4_control_A3 +LQ02X030490 Hypothetical protein 6.14634675 L4_control_B1 +LQ02X030490 Hypothetical protein 5.190981754 L4_control_B2 +LQ02X030490 Hypothetical protein 4.6710645 L4_control_B3 +LQ02X030490 Hypothetical protein 5.493767982 L4_control_C2 +LQ02X030490 Hypothetical protein 4.675799903 L4_control_C3 +LQ02X030490 Hypothetical protein 4.758200599 L4_chemical_A1 +LQ02X030490 Hypothetical protein 4.99193719 L4_chemical_A2 +LQ02X030490 Hypothetical protein 5.554670797 L4_chemical_A3 +LQ02X030490 Hypothetical protein 5.050225139 L4_chemical_B1 +LQ02X030490 Hypothetical protein 5.198183793 L4_chemical_B2 +LQ02X030490 Hypothetical protein 4.753588285 L4_chemical_B3 +LQ02X030490 Hypothetical protein 5.197572587 L4_chemical_C2 +LQ02X030490 Hypothetical protein 4.928300509 L4_chemical_C3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.37003229 C6_control_A1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.3929075 C6_control_A3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.63775069 C6_control_B1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 10.43481593 C6_control_B2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 10.7976896 C6_control_B3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.19648622 C6_control_C1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.29315486 C6_control_C2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.40022853 C6_control_C3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.38484307 C6_chemical_A1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.59425961 C6_chemical_A3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.30525395 C6_chemical_B1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 10.16366441 C6_chemical_B2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.3581037 C6_chemical_B3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.17911172 C6_chemical_C1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.18917734 C6_chemical_C2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.54804839 C6_chemical_C3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.68254608 L4_control_A1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.77427338 L4_control_A2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.85715301 L4_control_A3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 10.93402927 L4_control_B1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.24596448 L4_control_B2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 10.82687223 L4_control_B3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.63509199 L4_control_C2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.01667984 L4_control_C3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.40250922 L4_chemical_A1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.45759702 L4_chemical_A2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.79792509 L4_chemical_A3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.89877606 L4_chemical_B1 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.7176551 L4_chemical_B2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.88598242 L4_chemical_B3 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.6651378 L4_chemical_C2 +LQ02X030510 Homeobox-leucine zipper protein HDG2 11.79131848 L4_chemical_C3 +LQ02X030540 Putative uncharacterized protein 6.467075732 C6_control_A1 +LQ02X030540 Putative uncharacterized protein 6.124274976 C6_control_A3 +LQ02X030540 Putative uncharacterized protein 5.986096286 C6_control_B1 +LQ02X030540 Putative uncharacterized protein 6.154071286 C6_control_B2 +LQ02X030540 Putative uncharacterized protein 6.24761334 C6_control_B3 +LQ02X030540 Putative uncharacterized protein 5.908327195 C6_control_C1 +LQ02X030540 Putative uncharacterized protein 6.167426687 C6_control_C2 +LQ02X030540 Putative uncharacterized protein 6.098591768 C6_control_C3 +LQ02X030540 Putative uncharacterized protein 6.094767502 C6_chemical_A1 +LQ02X030540 Putative uncharacterized protein 5.889867118 C6_chemical_A3 +LQ02X030540 Putative uncharacterized protein 5.570604527 C6_chemical_B1 +LQ02X030540 Putative uncharacterized protein 6.379351073 C6_chemical_B2 +LQ02X030540 Putative uncharacterized protein 5.486819602 C6_chemical_B3 +LQ02X030540 Putative uncharacterized protein 6.371066208 C6_chemical_C1 +LQ02X030540 Putative uncharacterized protein 6.149915917 C6_chemical_C2 +LQ02X030540 Putative uncharacterized protein 5.905674876 C6_chemical_C3 +LQ02X030540 Putative uncharacterized protein 6.091189395 L4_control_A1 +LQ02X030540 Putative uncharacterized protein 6.418443422 L4_control_A2 +LQ02X030540 Putative uncharacterized protein 6.540345011 L4_control_A3 +LQ02X030540 Putative uncharacterized protein 5.61776664 L4_control_B1 +LQ02X030540 Putative uncharacterized protein 5.27403149 L4_control_B2 +LQ02X030540 Putative uncharacterized protein 6.066138541 L4_control_B3 +LQ02X030540 Putative uncharacterized protein 6.261613361 L4_control_C2 +LQ02X030540 Putative uncharacterized protein 6.178393526 L4_control_C3 +LQ02X030540 Putative uncharacterized protein 6.379634863 L4_chemical_A1 +LQ02X030540 Putative uncharacterized protein 5.755079815 L4_chemical_A2 +LQ02X030540 Putative uncharacterized protein 5.910605568 L4_chemical_A3 +LQ02X030540 Putative uncharacterized protein 6.184945621 L4_chemical_B1 +LQ02X030540 Putative uncharacterized protein 5.542055643 L4_chemical_B2 +LQ02X030540 Putative uncharacterized protein 5.859859671 L4_chemical_B3 +LQ02X030540 Putative uncharacterized protein 6.174755816 L4_chemical_C2 +LQ02X030540 Putative uncharacterized protein 6.197845008 L4_chemical_C3 +LQ02X030600 Glutamate receptor 3.4 13.25531544 C6_control_A1 +LQ02X030600 Glutamate receptor 3.4 13.27750406 C6_control_A3 +LQ02X030600 Glutamate receptor 3.4 13.129918 C6_control_B1 +LQ02X030600 Glutamate receptor 3.4 12.8261382 C6_control_B2 +LQ02X030600 Glutamate receptor 3.4 12.95255189 C6_control_B3 +LQ02X030600 Glutamate receptor 3.4 12.84452545 C6_control_C1 +LQ02X030600 Glutamate receptor 3.4 13.05180379 C6_control_C2 +LQ02X030600 Glutamate receptor 3.4 13.42639822 C6_control_C3 +LQ02X030600 Glutamate receptor 3.4 13.21057953 C6_chemical_A1 +LQ02X030600 Glutamate receptor 3.4 13.03711791 C6_chemical_A3 +LQ02X030600 Glutamate receptor 3.4 12.82474278 C6_chemical_B1 +LQ02X030600 Glutamate receptor 3.4 12.78600592 C6_chemical_B2 +LQ02X030600 Glutamate receptor 3.4 13.32252441 C6_chemical_B3 +LQ02X030600 Glutamate receptor 3.4 13.20663081 C6_chemical_C1 +LQ02X030600 Glutamate receptor 3.4 13.24406977 C6_chemical_C2 +LQ02X030600 Glutamate receptor 3.4 13.45589908 C6_chemical_C3 +LQ02X030600 Glutamate receptor 3.4 12.62103867 L4_control_A1 +LQ02X030600 Glutamate receptor 3.4 13.19106138 L4_control_A2 +LQ02X030600 Glutamate receptor 3.4 11.47863936 L4_control_A3 +LQ02X030600 Glutamate receptor 3.4 13.58892658 L4_control_B1 +LQ02X030600 Glutamate receptor 3.4 13.11633787 L4_control_B2 +LQ02X030600 Glutamate receptor 3.4 12.997952 L4_control_B3 +LQ02X030600 Glutamate receptor 3.4 13.55388134 L4_control_C2 +LQ02X030600 Glutamate receptor 3.4 13.35462186 L4_control_C3 +LQ02X030600 Glutamate receptor 3.4 12.05786888 L4_chemical_A1 +LQ02X030600 Glutamate receptor 3.4 12.44562599 L4_chemical_A2 +LQ02X030600 Glutamate receptor 3.4 12.11574063 L4_chemical_A3 +LQ02X030600 Glutamate receptor 3.4 12.77168459 L4_chemical_B1 +LQ02X030600 Glutamate receptor 3.4 12.59562908 L4_chemical_B2 +LQ02X030600 Glutamate receptor 3.4 12.98417677 L4_chemical_B3 +LQ02X030600 Glutamate receptor 3.4 13.00688248 L4_chemical_C2 +LQ02X030600 Glutamate receptor 3.4 13.76061801 L4_chemical_C3 +LQ02X030610 Glutamate receptor 3.7 6.96292588 C6_control_A1 +LQ02X030610 Glutamate receptor 3.7 5.53697099 C6_control_A3 +LQ02X030610 Glutamate receptor 3.7 6.681639555 C6_control_B1 +LQ02X030610 Glutamate receptor 3.7 7.998510157 C6_control_B2 +LQ02X030610 Glutamate receptor 3.7 7.530781444 C6_control_B3 +LQ02X030610 Glutamate receptor 3.7 9.450540418 C6_control_C1 +LQ02X030610 Glutamate receptor 3.7 9.154261009 C6_control_C2 +LQ02X030610 Glutamate receptor 3.7 8.916971656 C6_control_C3 +LQ02X030610 Glutamate receptor 3.7 7.889491061 C6_chemical_A1 +LQ02X030610 Glutamate receptor 3.7 6.779431578 C6_chemical_A3 +LQ02X030610 Glutamate receptor 3.7 7.701335363 C6_chemical_B1 +LQ02X030610 Glutamate receptor 3.7 8.496073497 C6_chemical_B2 +LQ02X030610 Glutamate receptor 3.7 8.622889136 C6_chemical_B3 +LQ02X030610 Glutamate receptor 3.7 9.523991326 C6_chemical_C1 +LQ02X030610 Glutamate receptor 3.7 9.805910102 C6_chemical_C2 +LQ02X030610 Glutamate receptor 3.7 10.5776647 C6_chemical_C3 +LQ02X030610 Glutamate receptor 3.7 7.571092881 L4_control_A1 +LQ02X030610 Glutamate receptor 3.7 7.421170431 L4_control_A2 +LQ02X030610 Glutamate receptor 3.7 8.652630717 L4_control_A3 +LQ02X030610 Glutamate receptor 3.7 8.062558125 L4_control_B1 +LQ02X030610 Glutamate receptor 3.7 8.588858893 L4_control_B2 +LQ02X030610 Glutamate receptor 3.7 10.19301707 L4_control_B3 +LQ02X030610 Glutamate receptor 3.7 9.921957309 L4_control_C2 +LQ02X030610 Glutamate receptor 3.7 10.92826291 L4_control_C3 +LQ02X030610 Glutamate receptor 3.7 7.968011842 L4_chemical_A1 +LQ02X030610 Glutamate receptor 3.7 6.923763111 L4_chemical_A2 +LQ02X030610 Glutamate receptor 3.7 8.296850967 L4_chemical_A3 +LQ02X030610 Glutamate receptor 3.7 6.94341581 L4_chemical_B1 +LQ02X030610 Glutamate receptor 3.7 7.950870225 L4_chemical_B2 +LQ02X030610 Glutamate receptor 3.7 8.731844568 L4_chemical_B3 +LQ02X030610 Glutamate receptor 3.7 9.577333981 L4_chemical_C2 +LQ02X030610 Glutamate receptor 3.7 10.89602818 L4_chemical_C3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 6.04244967 C6_control_A1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 6.383683343 C6_control_A3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.413296601 C6_control_B1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.903363627 C6_control_B2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.981638449 C6_control_B3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.716379805 C6_control_C1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 7.243161627 C6_control_C2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.775072192 C6_control_C3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.867076403 C6_chemical_A1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.545385709 C6_chemical_A3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.511703587 C6_chemical_B1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 6.496333146 C6_chemical_B2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.860759515 C6_chemical_B3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.874875684 C6_chemical_C1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.582976209 C6_chemical_C2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.923931183 C6_chemical_C3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.206259027 L4_control_A1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 6.060526191 L4_control_A2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.071378212 L4_control_A3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.736673293 L4_control_B1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.74510176 L4_control_B2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.609797147 L4_control_B3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.821916658 L4_control_C2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.294700682 L4_control_C3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.401845428 L4_chemical_A1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.483210311 L4_chemical_A2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.065304475 L4_chemical_A3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.353178337 L4_chemical_B1 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.532367854 L4_chemical_B2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.90703436 L4_chemical_B3 +LQ02X030620 50S ribosomal protein L6, chloroplastic 6.092144169 L4_chemical_C2 +LQ02X030620 50S ribosomal protein L6, chloroplastic 6.295544074 L4_chemical_C3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.96080025 C6_control_A1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.37666087 C6_control_A3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.75625429 C6_control_B1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.31256999 C6_control_B2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.52698014 C6_control_B3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.93552369 C6_control_C1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.83303919 C6_control_C2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.45608026 C6_control_C3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.47813423 C6_chemical_A1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.89990322 C6_chemical_A3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.39442788 C6_chemical_B1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.91553128 C6_chemical_B2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.9492867 C6_chemical_B3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.20835997 C6_chemical_C1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.25747631 C6_chemical_C2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.88476992 C6_chemical_C3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.56011629 L4_control_A1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.96523271 L4_control_A2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.69767017 L4_control_A3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.34063209 L4_control_B1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.62863208 L4_control_B2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.48257241 L4_control_B3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.63097345 L4_control_C2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.39150775 L4_control_C3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.44017547 L4_chemical_A1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.99193059 L4_chemical_A2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.46349312 L4_chemical_A3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.69335177 L4_chemical_B1 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.10336693 L4_chemical_B2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.05905708 L4_chemical_B3 +LQ02X030700 Aconitate hydratase 2, mitochondrial 11.63057105 L4_chemical_C2 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.26807084 L4_chemical_C3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.352721926 C6_control_A1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.238047426 C6_control_A3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.519414854 C6_control_B1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.169195289 C6_control_B2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.198347539 C6_control_B3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.876838374 C6_control_C1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.784176655 C6_control_C2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.443886569 C6_control_C3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.409756313 C6_chemical_A1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.757431791 C6_chemical_A3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.197036442 C6_chemical_B1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.540215006 C6_chemical_B2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.288692693 C6_chemical_B3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.985114653 C6_chemical_C1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 9.048363299 C6_chemical_C2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.818483555 C6_chemical_C3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 9.390264846 L4_control_A1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.407428929 L4_control_A2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 7.555722602 L4_control_A3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.11501267 L4_control_B1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.476160594 L4_control_B2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.671767005 L4_control_B3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.960240101 L4_control_C2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 7.481493469 L4_control_C3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 9.103271864 L4_chemical_A1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.588197119 L4_chemical_A2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 7.958971035 L4_chemical_A3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.147387373 L4_chemical_B1 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.732806696 L4_chemical_B2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.792710296 L4_chemical_B3 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.676538445 L4_chemical_C2 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.112541492 L4_chemical_C3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.41786769 C6_control_A1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.92501012 C6_control_A3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.870209206 C6_control_B1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.336803598 C6_control_B2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.23108273 C6_control_B3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.70749997 C6_control_C1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.43876521 C6_control_C2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.46768154 C6_control_C3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.01831514 C6_chemical_A1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.89205956 C6_chemical_A3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.86089639 C6_chemical_B1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.48485655 C6_chemical_B2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.712576012 C6_chemical_B3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.90350735 C6_chemical_C1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.82062703 C6_chemical_C2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.82888352 C6_chemical_C3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 11.15614885 L4_control_A1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.62636597 L4_control_A2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.96062753 L4_control_A3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.63339727 L4_control_B1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.662310835 L4_control_B2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.815701535 L4_control_B3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.34373451 L4_control_C2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.22671436 L4_control_C3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.7475671 L4_chemical_A1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.25125235 L4_chemical_A2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.64096642 L4_chemical_A3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.343013556 L4_chemical_B1 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.362713413 L4_chemical_B2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 9.886429269 L4_chemical_B3 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.51449993 L4_chemical_C2 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.18522171 L4_chemical_C3 +LQ02X030770 Putative uncharacterized protein 9.58095318 C6_control_A1 +LQ02X030770 Putative uncharacterized protein 10.01672247 C6_control_A3 +LQ02X030770 Putative uncharacterized protein 10.19592219 C6_control_B1 +LQ02X030770 Putative uncharacterized protein 10.09464891 C6_control_B2 +LQ02X030770 Putative uncharacterized protein 9.915559378 C6_control_B3 +LQ02X030770 Putative uncharacterized protein 10.06605201 C6_control_C1 +LQ02X030770 Putative uncharacterized protein 11.04146659 C6_control_C2 +LQ02X030770 Putative uncharacterized protein 10.45240668 C6_control_C3 +LQ02X030770 Putative uncharacterized protein 9.828240255 C6_chemical_A1 +LQ02X030770 Putative uncharacterized protein 10.16868276 C6_chemical_A3 +LQ02X030770 Putative uncharacterized protein 10.45444433 C6_chemical_B1 +LQ02X030770 Putative uncharacterized protein 10.27651661 C6_chemical_B2 +LQ02X030770 Putative uncharacterized protein 10.12797656 C6_chemical_B3 +LQ02X030770 Putative uncharacterized protein 10.16999751 C6_chemical_C1 +LQ02X030770 Putative uncharacterized protein 10.72794869 C6_chemical_C2 +LQ02X030770 Putative uncharacterized protein 11.49209535 C6_chemical_C3 +LQ02X030770 Putative uncharacterized protein 9.381221713 L4_control_A1 +LQ02X030770 Putative uncharacterized protein 10.38738106 L4_control_A2 +LQ02X030770 Putative uncharacterized protein 9.951865557 L4_control_A3 +LQ02X030770 Putative uncharacterized protein 10.68038714 L4_control_B1 +LQ02X030770 Putative uncharacterized protein 10.95683468 L4_control_B2 +LQ02X030770 Putative uncharacterized protein 10.01962511 L4_control_B3 +LQ02X030770 Putative uncharacterized protein 10.80568593 L4_control_C2 +LQ02X030770 Putative uncharacterized protein 10.62815582 L4_control_C3 +LQ02X030770 Putative uncharacterized protein 10.24858893 L4_chemical_A1 +LQ02X030770 Putative uncharacterized protein 10.43817723 L4_chemical_A2 +LQ02X030770 Putative uncharacterized protein 10.12788471 L4_chemical_A3 +LQ02X030770 Putative uncharacterized protein 10.58367517 L4_chemical_B1 +LQ02X030770 Putative uncharacterized protein 10.30757984 L4_chemical_B2 +LQ02X030770 Putative uncharacterized protein 10.05490106 L4_chemical_B3 +LQ02X030770 Putative uncharacterized protein 10.66931138 L4_chemical_C2 +LQ02X030770 Putative uncharacterized protein 10.57864668 L4_chemical_C3 +LQ02X030790 Putative Importin-9 11.29701096 C6_control_A1 +LQ02X030790 Putative Importin-9 11.38235608 C6_control_A3 +LQ02X030790 Putative Importin-9 10.70153341 C6_control_B1 +LQ02X030790 Putative Importin-9 10.5369598 C6_control_B2 +LQ02X030790 Putative Importin-9 10.3551006 C6_control_B3 +LQ02X030790 Putative Importin-9 11.05994872 C6_control_C1 +LQ02X030790 Putative Importin-9 11.07634816 C6_control_C2 +LQ02X030790 Putative Importin-9 11.08183468 C6_control_C3 +LQ02X030790 Putative Importin-9 11.12623914 C6_chemical_A1 +LQ02X030790 Putative Importin-9 11.35254608 C6_chemical_A3 +LQ02X030790 Putative Importin-9 10.2420796 C6_chemical_B1 +LQ02X030790 Putative Importin-9 10.42892068 C6_chemical_B2 +LQ02X030790 Putative Importin-9 9.954558578 C6_chemical_B3 +LQ02X030790 Putative Importin-9 10.96617349 C6_chemical_C1 +LQ02X030790 Putative Importin-9 10.95582979 C6_chemical_C2 +LQ02X030790 Putative Importin-9 10.53789709 C6_chemical_C3 +LQ02X030790 Putative Importin-9 11.80427875 L4_control_A1 +LQ02X030790 Putative Importin-9 11.25396139 L4_control_A2 +LQ02X030790 Putative Importin-9 11.54437885 L4_control_A3 +LQ02X030790 Putative Importin-9 10.92034858 L4_control_B1 +LQ02X030790 Putative Importin-9 10.53762849 L4_control_B2 +LQ02X030790 Putative Importin-9 10.01934696 L4_control_B3 +LQ02X030790 Putative Importin-9 10.73478349 L4_control_C2 +LQ02X030790 Putative Importin-9 10.20751053 L4_control_C3 +LQ02X030790 Putative Importin-9 11.38660387 L4_chemical_A1 +LQ02X030790 Putative Importin-9 10.74921822 L4_chemical_A2 +LQ02X030790 Putative Importin-9 11.41261877 L4_chemical_A3 +LQ02X030790 Putative Importin-9 10.53268798 L4_chemical_B1 +LQ02X030790 Putative Importin-9 10.45131371 L4_chemical_B2 +LQ02X030790 Putative Importin-9 10.28102717 L4_chemical_B3 +LQ02X030790 Putative Importin-9 10.85142272 L4_chemical_C2 +LQ02X030790 Putative Importin-9 10.37195099 L4_chemical_C3 +LQ02X030800 Putative uncharacterized protein 6.041916349 C6_control_A1 +LQ02X030800 Putative uncharacterized protein 5.569569909 C6_control_A3 +LQ02X030800 Putative uncharacterized protein 6.068985092 C6_control_B1 +LQ02X030800 Putative uncharacterized protein 6.049136433 C6_control_B2 +LQ02X030800 Putative uncharacterized protein 6.165146704 C6_control_B3 +LQ02X030800 Putative uncharacterized protein 7.558955801 C6_control_C1 +LQ02X030800 Putative uncharacterized protein 5.968105127 C6_control_C2 +LQ02X030800 Putative uncharacterized protein 6.541424726 C6_control_C3 +LQ02X030800 Putative uncharacterized protein 6.068824868 C6_chemical_A1 +LQ02X030800 Putative uncharacterized protein 6.221192236 C6_chemical_A3 +LQ02X030800 Putative uncharacterized protein 5.997467826 C6_chemical_B1 +LQ02X030800 Putative uncharacterized protein 6.096100563 C6_chemical_B2 +LQ02X030800 Putative uncharacterized protein 6.135364592 C6_chemical_B3 +LQ02X030800 Putative uncharacterized protein 7.544841589 C6_chemical_C1 +LQ02X030800 Putative uncharacterized protein 6.505197152 C6_chemical_C2 +LQ02X030800 Putative uncharacterized protein 6.987072684 C6_chemical_C3 +LQ02X030800 Putative uncharacterized protein 6.089325252 L4_control_A1 +LQ02X030800 Putative uncharacterized protein 6.155021762 L4_control_A2 +LQ02X030800 Putative uncharacterized protein 6.659185986 L4_control_A3 +LQ02X030800 Putative uncharacterized protein 7.105852192 L4_control_B1 +LQ02X030800 Putative uncharacterized protein 6.82359246 L4_control_B2 +LQ02X030800 Putative uncharacterized protein 7.083303634 L4_control_B3 +LQ02X030800 Putative uncharacterized protein 7.469117275 L4_control_C2 +LQ02X030800 Putative uncharacterized protein 6.150053901 L4_control_C3 +LQ02X030800 Putative uncharacterized protein 6.66042854 L4_chemical_A1 +LQ02X030800 Putative uncharacterized protein 6.941025148 L4_chemical_A2 +LQ02X030800 Putative uncharacterized protein 6.621519171 L4_chemical_A3 +LQ02X030800 Putative uncharacterized protein 7.036467006 L4_chemical_B1 +LQ02X030800 Putative uncharacterized protein 6.358113294 L4_chemical_B2 +LQ02X030800 Putative uncharacterized protein 6.704999607 L4_chemical_B3 +LQ02X030800 Putative uncharacterized protein 8.957497623 L4_chemical_C2 +LQ02X030800 Putative uncharacterized protein 7.82972855 L4_chemical_C3 +LQ02X030810 Autophagy-related protein 8A 5.772213713 C6_control_A1 +LQ02X030810 Autophagy-related protein 8A 6.111834173 C6_control_A3 +LQ02X030810 Autophagy-related protein 8A 5.100110287 C6_control_B1 +LQ02X030810 Autophagy-related protein 8A 5.538914244 C6_control_B2 +LQ02X030810 Autophagy-related protein 8A 5.301055236 C6_control_B3 +LQ02X030810 Autophagy-related protein 8A 5.116910481 C6_control_C1 +LQ02X030810 Autophagy-related protein 8A 5.446818206 C6_control_C2 +LQ02X030810 Autophagy-related protein 8A 5.337848571 C6_control_C3 +LQ02X030810 Autophagy-related protein 8A 5.741985065 C6_chemical_A1 +LQ02X030810 Autophagy-related protein 8A 5.480843549 C6_chemical_A3 +LQ02X030810 Autophagy-related protein 8A 5.153080095 C6_chemical_B1 +LQ02X030810 Autophagy-related protein 8A 5.590623829 C6_chemical_B2 +LQ02X030810 Autophagy-related protein 8A 5.229239611 C6_chemical_B3 +LQ02X030810 Autophagy-related protein 8A 5.151297819 C6_chemical_C1 +LQ02X030810 Autophagy-related protein 8A 5.378025672 C6_chemical_C2 +LQ02X030810 Autophagy-related protein 8A 5.329152829 C6_chemical_C3 +LQ02X030810 Autophagy-related protein 8A 5.320840119 L4_control_A1 +LQ02X030810 Autophagy-related protein 8A 5.623129279 L4_control_A2 +LQ02X030810 Autophagy-related protein 8A 5.971642499 L4_control_A3 +LQ02X030810 Autophagy-related protein 8A 5.568797665 L4_control_B1 +LQ02X030810 Autophagy-related protein 8A 5.511096225 L4_control_B2 +LQ02X030810 Autophagy-related protein 8A 5.227567631 L4_control_B3 +LQ02X030810 Autophagy-related protein 8A 5.850279961 L4_control_C2 +LQ02X030810 Autophagy-related protein 8A 5.613167963 L4_control_C3 +LQ02X030810 Autophagy-related protein 8A 5.585921027 L4_chemical_A1 +LQ02X030810 Autophagy-related protein 8A 5.284001142 L4_chemical_A2 +LQ02X030810 Autophagy-related protein 8A 6.228804842 L4_chemical_A3 +LQ02X030810 Autophagy-related protein 8A 5.102660963 L4_chemical_B1 +LQ02X030810 Autophagy-related protein 8A 5.276220773 L4_chemical_B2 +LQ02X030810 Autophagy-related protein 8A 5.299735067 L4_chemical_B3 +LQ02X030810 Autophagy-related protein 8A 5.438203105 L4_chemical_C2 +LQ02X030810 Autophagy-related protein 8A 5.195553541 L4_chemical_C3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.9498482 C6_control_A1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.62211487 C6_control_A3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.37807086 C6_control_B1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.54158783 C6_control_B2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.3948952 C6_control_B3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.37128199 C6_control_C1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.89490972 C6_control_C2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.15098675 C6_control_C3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.36901465 C6_chemical_A1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.14068247 C6_chemical_A3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.42745264 C6_chemical_B1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.59270421 C6_chemical_B2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.63181068 C6_chemical_B3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.46172593 C6_chemical_C1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.83255667 C6_chemical_C2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.14219257 C6_chemical_C3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.73648315 L4_control_A1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.47942466 L4_control_A2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.26256901 L4_control_A3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.19787642 L4_control_B1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.03346681 L4_control_B2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.30001483 L4_control_B3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.14385344 L4_control_C2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 10.80851605 L4_control_C3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.48102705 L4_chemical_A1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.00257035 L4_chemical_A2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.60096636 L4_chemical_A3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.14870292 L4_chemical_B1 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.24834407 L4_chemical_B2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 11.72368636 L4_chemical_B3 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 10.73073201 L4_chemical_C2 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 10.99813732 L4_chemical_C3 +LQ02X030840 3-5 exonuclease, putative 5.5989027 C6_control_A1 +LQ02X030840 3-5 exonuclease, putative 6.853345607 C6_control_A3 +LQ02X030840 3-5 exonuclease, putative 5.590029545 C6_control_B1 +LQ02X030840 3-5 exonuclease, putative 5.23754627 C6_control_B2 +LQ02X030840 3-5 exonuclease, putative 5.744235348 C6_control_B3 +LQ02X030840 3-5 exonuclease, putative 5.452343428 C6_control_C1 +LQ02X030840 3-5 exonuclease, putative 5.555146218 C6_control_C2 +LQ02X030840 3-5 exonuclease, putative 5.321641007 C6_control_C3 +LQ02X030840 3-5 exonuclease, putative 5.7081718 C6_chemical_A1 +LQ02X030840 3-5 exonuclease, putative 5.423797259 C6_chemical_A3 +LQ02X030840 3-5 exonuclease, putative 5.41405433 C6_chemical_B1 +LQ02X030840 3-5 exonuclease, putative 5.022245704 C6_chemical_B2 +LQ02X030840 3-5 exonuclease, putative 5.856303137 C6_chemical_B3 +LQ02X030840 3-5 exonuclease, putative 5.104186997 C6_chemical_C1 +LQ02X030840 3-5 exonuclease, putative 5.187524652 C6_chemical_C2 +LQ02X030840 3-5 exonuclease, putative 5.169075812 C6_chemical_C3 +LQ02X030840 3-5 exonuclease, putative 5.493815603 L4_control_A1 +LQ02X030840 3-5 exonuclease, putative 5.857067295 L4_control_A2 +LQ02X030840 3-5 exonuclease, putative 6.453902269 L4_control_A3 +LQ02X030840 3-5 exonuclease, putative 6.071024257 L4_control_B1 +LQ02X030840 3-5 exonuclease, putative 5.793011446 L4_control_B2 +LQ02X030840 3-5 exonuclease, putative 5.277135185 L4_control_B3 +LQ02X030840 3-5 exonuclease, putative 5.964396135 L4_control_C2 +LQ02X030840 3-5 exonuclease, putative 5.338491313 L4_control_C3 +LQ02X030840 3-5 exonuclease, putative 5.301997517 L4_chemical_A1 +LQ02X030840 3-5 exonuclease, putative 5.64758268 L4_chemical_A2 +LQ02X030840 3-5 exonuclease, putative 6.508233688 L4_chemical_A3 +LQ02X030840 3-5 exonuclease, putative 5.820168202 L4_chemical_B1 +LQ02X030840 3-5 exonuclease, putative 5.963219633 L4_chemical_B2 +LQ02X030840 3-5 exonuclease, putative 5.444183255 L4_chemical_B3 +LQ02X030840 3-5 exonuclease, putative 5.424537654 L4_chemical_C2 +LQ02X030840 3-5 exonuclease, putative 5.305433018 L4_chemical_C3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.759634838 C6_control_A1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 6.74903033 C6_control_A3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.218769267 C6_control_B1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 6.576462335 C6_control_B2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.876324947 C6_control_B3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.61957478 C6_control_C1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.433950066 C6_control_C2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.872119416 C6_control_C3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.142323738 C6_chemical_A1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.147635195 C6_chemical_A3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.62382688 C6_chemical_B1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 6.281964084 C6_chemical_B2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.774959552 C6_chemical_B3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.801624538 C6_chemical_C1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.765500456 C6_chemical_C2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.551367726 C6_chemical_C3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.817021064 L4_control_A1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.625277014 L4_control_A2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.729229811 L4_control_A3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.391668352 L4_control_B1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.988649321 L4_control_B2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.907457601 L4_control_B3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.934227641 L4_control_C2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.590453559 L4_control_C3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.465607936 L4_chemical_A1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.831450132 L4_chemical_A2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.742547888 L4_chemical_A3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 9.683805618 L4_chemical_B1 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.752876332 L4_chemical_B2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 8.924780344 L4_chemical_B3 +LQ02X030870 Putative Strictosidine synthase (Fragment) 5.323861927 L4_chemical_C2 +LQ02X030870 Putative Strictosidine synthase (Fragment) 6.165315032 L4_chemical_C3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 13.00206827 C6_control_A1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.99519299 C6_control_A3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.70062588 C6_control_B1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.35535236 C6_control_B2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.08330344 C6_control_B3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.95784248 C6_control_C1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.45626784 C6_control_C2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 11.88242217 C6_control_C3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.7744716 C6_chemical_A1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.51930364 C6_chemical_A3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.49572493 C6_chemical_B1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 11.97014847 C6_chemical_B2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 11.53276914 C6_chemical_B3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 13.02647784 C6_chemical_C1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.30095403 C6_chemical_C2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 11.74681175 C6_chemical_C3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.77547506 L4_control_A1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.65758121 L4_control_A2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.47183858 L4_control_A3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.2374488 L4_control_B1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.53734516 L4_control_B2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 11.64291212 L4_control_B3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.332471 L4_control_C2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.64493282 L4_control_C3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 13.08253671 L4_chemical_A1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.31812128 L4_chemical_A2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.60842808 L4_chemical_A3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.10106665 L4_chemical_B1 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.16119237 L4_chemical_B2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 11.7403361 L4_chemical_B3 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.36636263 L4_chemical_C2 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.04821623 L4_chemical_C3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.26360862 C6_control_A1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.07800867 C6_control_A3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.14013233 C6_control_B1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.67934187 C6_control_B2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.93343119 C6_control_B3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.9175899 C6_control_C1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.07243951 C6_control_C2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.94272437 C6_control_C3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.09492906 C6_chemical_A1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.44281832 C6_chemical_A3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.9698617 C6_chemical_B1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.05370812 C6_chemical_B2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.96382791 C6_chemical_B3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.34832924 C6_chemical_C1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.542477932 C6_chemical_C2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.14290292 C6_chemical_C3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.40437544 L4_control_A1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.89052412 L4_control_A2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.53054426 L4_control_A3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.10192659 L4_control_B1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.16118765 L4_control_B2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.16335764 L4_control_B3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.10796268 L4_control_C2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.24679142 L4_control_C3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.59946227 L4_chemical_A1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.3739763 L4_chemical_A2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.31206173 L4_chemical_A3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.51407423 L4_chemical_B1 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.94969959 L4_chemical_B2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.90744809 L4_chemical_B3 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.440496256 L4_chemical_C2 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.097683799 L4_chemical_C3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.153554216 C6_control_A1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.371549532 C6_control_A3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.153735738 C6_control_B1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.20164758 C6_control_B2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.562591974 C6_control_B3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.113631523 C6_control_C1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.148536675 C6_control_C2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 4.958907251 C6_control_C3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 4.873979102 C6_chemical_A1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 4.945363893 C6_chemical_A3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.585960851 C6_chemical_B1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.200088584 C6_chemical_B2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.127915068 C6_chemical_B3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.180670292 C6_chemical_C1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 4.911328668 C6_chemical_C2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.077811524 C6_chemical_C3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.664320521 L4_control_A1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.330953472 L4_control_A2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.989014283 L4_control_A3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 6.16104793 L4_control_B1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.047842624 L4_control_B2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.211437124 L4_control_B3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.334992647 L4_control_C2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.855376824 L4_control_C3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.141233574 L4_chemical_A1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.513706811 L4_chemical_A2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.964906232 L4_chemical_A3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.17585782 L4_chemical_B1 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.288798099 L4_chemical_B2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 4.873733204 L4_chemical_B3 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.383026903 L4_chemical_C2 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 5.424139009 L4_chemical_C3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.228493785 C6_control_A1 +LQ02X030960 Putative Uridine-cytidine kinase C 5.077883948 C6_control_A3 +LQ02X030960 Putative Uridine-cytidine kinase C 4.868213613 C6_control_B1 +LQ02X030960 Putative Uridine-cytidine kinase C 4.884662614 C6_control_B2 +LQ02X030960 Putative Uridine-cytidine kinase C 5.093347705 C6_control_B3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.310381736 C6_control_C1 +LQ02X030960 Putative Uridine-cytidine kinase C 4.689052667 C6_control_C2 +LQ02X030960 Putative Uridine-cytidine kinase C 5.05012574 C6_control_C3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.171479964 C6_chemical_A1 +LQ02X030960 Putative Uridine-cytidine kinase C 5.092291035 C6_chemical_A3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.119173569 C6_chemical_B1 +LQ02X030960 Putative Uridine-cytidine kinase C 4.862811662 C6_chemical_B2 +LQ02X030960 Putative Uridine-cytidine kinase C 4.970077368 C6_chemical_B3 +LQ02X030960 Putative Uridine-cytidine kinase C 4.78046016 C6_chemical_C1 +LQ02X030960 Putative Uridine-cytidine kinase C 4.861546642 C6_chemical_C2 +LQ02X030960 Putative Uridine-cytidine kinase C 5.090876428 C6_chemical_C3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.065607988 L4_control_A1 +LQ02X030960 Putative Uridine-cytidine kinase C 5.171637653 L4_control_A2 +LQ02X030960 Putative Uridine-cytidine kinase C 5.625625838 L4_control_A3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.300504182 L4_control_B1 +LQ02X030960 Putative Uridine-cytidine kinase C 5.200115635 L4_control_B2 +LQ02X030960 Putative Uridine-cytidine kinase C 4.875833706 L4_control_B3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.405996442 L4_control_C2 +LQ02X030960 Putative Uridine-cytidine kinase C 4.836715223 L4_control_C3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.164833914 L4_chemical_A1 +LQ02X030960 Putative Uridine-cytidine kinase C 5.023623563 L4_chemical_A2 +LQ02X030960 Putative Uridine-cytidine kinase C 5.270050592 L4_chemical_A3 +LQ02X030960 Putative Uridine-cytidine kinase C 4.861156762 L4_chemical_B1 +LQ02X030960 Putative Uridine-cytidine kinase C 4.887586369 L4_chemical_B2 +LQ02X030960 Putative Uridine-cytidine kinase C 4.939657701 L4_chemical_B3 +LQ02X030960 Putative Uridine-cytidine kinase C 5.111435856 L4_chemical_C2 +LQ02X030960 Putative Uridine-cytidine kinase C 4.933362646 L4_chemical_C3 +LQ02X030970 Peroxidase 11 5.339826878 C6_control_A1 +LQ02X030970 Peroxidase 11 4.876529396 C6_control_A3 +LQ02X030970 Peroxidase 11 5.963053871 C6_control_B1 +LQ02X030970 Peroxidase 11 5.056761642 C6_control_B2 +LQ02X030970 Peroxidase 11 5.956338601 C6_control_B3 +LQ02X030970 Peroxidase 11 5.066385455 C6_control_C1 +LQ02X030970 Peroxidase 11 5.099818548 C6_control_C2 +LQ02X030970 Peroxidase 11 5.646274157 C6_control_C3 +LQ02X030970 Peroxidase 11 5.631058916 C6_chemical_A1 +LQ02X030970 Peroxidase 11 5.16063486 C6_chemical_A3 +LQ02X030970 Peroxidase 11 5.876516244 C6_chemical_B1 +LQ02X030970 Peroxidase 11 5.118436291 C6_chemical_B2 +LQ02X030970 Peroxidase 11 5.99961052 C6_chemical_B3 +LQ02X030970 Peroxidase 11 5.608772423 C6_chemical_C1 +LQ02X030970 Peroxidase 11 5.435393057 C6_chemical_C2 +LQ02X030970 Peroxidase 11 5.311596465 C6_chemical_C3 +LQ02X030970 Peroxidase 11 6.104535248 L4_control_A1 +LQ02X030970 Peroxidase 11 5.943490043 L4_control_A2 +LQ02X030970 Peroxidase 11 5.326033723 L4_control_A3 +LQ02X030970 Peroxidase 11 5.670664945 L4_control_B1 +LQ02X030970 Peroxidase 11 5.699697924 L4_control_B2 +LQ02X030970 Peroxidase 11 5.698388269 L4_control_B3 +LQ02X030970 Peroxidase 11 5.916043057 L4_control_C2 +LQ02X030970 Peroxidase 11 5.88541441 L4_control_C3 +LQ02X030970 Peroxidase 11 5.869768784 L4_chemical_A1 +LQ02X030970 Peroxidase 11 5.965730335 L4_chemical_A2 +LQ02X030970 Peroxidase 11 5.152975777 L4_chemical_A3 +LQ02X030970 Peroxidase 11 5.429548797 L4_chemical_B1 +LQ02X030970 Peroxidase 11 5.661893042 L4_chemical_B2 +LQ02X030970 Peroxidase 11 5.941736652 L4_chemical_B3 +LQ02X030970 Peroxidase 11 6.213152342 L4_chemical_C2 +LQ02X030970 Peroxidase 11 6.585869092 L4_chemical_C3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.67561669 C6_control_A1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.420447078 C6_control_A3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 6.26504885 C6_control_B1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.719857095 C6_control_B2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.714774023 C6_control_B3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.406368274 C6_control_C1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.123197622 C6_control_C2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.526905358 C6_control_C3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.619454455 C6_chemical_A1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.622017278 C6_chemical_A3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.771435268 C6_chemical_B1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.462131702 C6_chemical_B2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.798706086 C6_chemical_B3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.375947743 C6_chemical_C1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.232872959 C6_chemical_C2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.607420575 C6_chemical_C3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.728176408 L4_control_A1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.711295803 L4_control_A2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.728421849 L4_control_A3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.85595296 L4_control_B1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.885173211 L4_control_B2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 6.005127547 L4_control_B3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.863915554 L4_control_C2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 6.539920698 L4_control_C3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.628046398 L4_chemical_A1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.732105003 L4_chemical_A2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.771012448 L4_chemical_A3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 6.081943597 L4_chemical_B1 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.645344303 L4_chemical_B2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.635529862 L4_chemical_B3 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.759006355 L4_chemical_C2 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.531573754 L4_chemical_C3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 9.407748556 C6_control_A1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 8.972726761 C6_control_A3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 9.655080839 C6_control_B1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.31495305 C6_control_B2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 9.321010633 C6_control_B3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.22830968 C6_control_C1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.40610046 C6_control_C2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.16266048 C6_control_C3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.2991324 C6_chemical_A1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 9.627236836 C6_chemical_A3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.29122864 C6_chemical_B1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.79425583 C6_chemical_B2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 9.77093426 C6_chemical_B3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.59958903 C6_chemical_C1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.77117154 C6_chemical_C2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.80932758 C6_chemical_C3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.17132974 L4_control_A1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.17863237 L4_control_A2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.60167167 L4_control_A3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 9.934070127 L4_control_B1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.30982913 L4_control_B2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.03965094 L4_control_B3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.89118443 L4_control_C2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.6908821 L4_control_C3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 9.730008097 L4_chemical_A1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.19045052 L4_chemical_A2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.1776434 L4_chemical_A3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 9.383720466 L4_chemical_B1 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.04115346 L4_chemical_B2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.04038806 L4_chemical_B3 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.9090041 L4_chemical_C2 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 11.4195501 L4_chemical_C3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.985331659 C6_control_A1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.552875484 C6_control_A3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.625767842 C6_control_B1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.663100326 C6_control_B2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.735748573 C6_control_B3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.484072984 C6_control_C1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.533401116 C6_control_C2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.862896727 C6_control_C3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.342860726 C6_chemical_A1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.07536022 C6_chemical_A3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.457320428 C6_chemical_B1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.696675471 C6_chemical_B2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.720043814 C6_chemical_B3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.399338726 C6_chemical_C1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.55025796 C6_chemical_C2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.784422627 C6_chemical_C3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.000527715 L4_control_A1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.098293944 L4_control_A2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.025778075 L4_control_A3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.652312584 L4_control_B1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.431860147 L4_control_B2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.452000212 L4_control_B3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.265015195 L4_control_C2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.902882646 L4_control_C3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.7516843 L4_chemical_A1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.204887469 L4_chemical_A2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.440065288 L4_chemical_A3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.939757631 L4_chemical_B1 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.324709765 L4_chemical_B2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.018989918 L4_chemical_B3 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.062642547 L4_chemical_C2 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 5.359159656 L4_chemical_C3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.600076781 C6_control_A1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.339850931 C6_control_A3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.316485543 C6_control_B1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.010617649 C6_control_B2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.298273849 C6_control_B3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.230233444 C6_control_C1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 5.39381907 C6_control_C2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 5.5414603 C6_control_C3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.44909354 C6_chemical_A1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.837171868 C6_chemical_A3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.383654923 C6_chemical_B1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.036660855 C6_chemical_B2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.653330036 C6_chemical_B3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.25888482 C6_chemical_C1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.001847405 C6_chemical_C2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 5.80525618 C6_chemical_C3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.465973017 L4_control_A1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.836954693 L4_control_A2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 7.629228764 L4_control_A3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.209219933 L4_control_B1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.524654919 L4_control_B2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.437443556 L4_control_B3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.375585164 L4_control_C2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.999000316 L4_control_C3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.178172163 L4_chemical_A1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.853487196 L4_chemical_A2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 7.686805709 L4_chemical_A3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.147267661 L4_chemical_B1 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.739883122 L4_chemical_B2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.144783261 L4_chemical_B3 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.153968263 L4_chemical_C2 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.031996932 L4_chemical_C3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.29872666 C6_control_A1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.60155632 C6_control_A3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.06294745 C6_control_B1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.55566087 C6_control_B2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.21984963 C6_control_B3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.12893619 C6_control_C1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.79680676 C6_control_C2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.42177123 C6_control_C3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 9.790525402 C6_chemical_A1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.71062385 C6_chemical_A3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 9.54116075 C6_chemical_B1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 9.814502595 C6_chemical_B2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.09458717 C6_chemical_B3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.58649057 C6_chemical_C1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.79258432 C6_chemical_C2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.44091769 C6_chemical_C3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.73247013 L4_control_A1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.81512944 L4_control_A2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.44811124 L4_control_A3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.06080645 L4_control_B1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 9.980802475 L4_control_B2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.73099204 L4_control_B3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.36117767 L4_control_C2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.57329857 L4_control_C3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.42044973 L4_chemical_A1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.76707359 L4_chemical_A2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.47294101 L4_chemical_A3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.36346319 L4_chemical_B1 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.80452996 L4_chemical_B2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 10.41677012 L4_chemical_B3 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.40723165 L4_chemical_C2 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 11.40867103 L4_chemical_C3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 7.909271988 C6_control_A1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 7.109019918 C6_control_A3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 11.12126578 C6_control_B1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 13.6486041 C6_control_B2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 12.50144669 C6_control_B3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 9.182257037 C6_control_C1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 10.03424362 C6_control_C2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 9.526442659 C6_control_C3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.039034157 C6_chemical_A1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.250695564 C6_chemical_A3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 11.55403063 C6_chemical_B1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 13.49913308 C6_chemical_B2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 12.61892344 C6_chemical_B3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 9.489830209 C6_chemical_C1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.690829903 C6_chemical_C2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.530537292 C6_chemical_C3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.674315084 L4_control_A1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.49543948 L4_control_A2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.189472805 L4_control_A3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 12.69721929 L4_control_B1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 11.19339335 L4_control_B2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 13.89852269 L4_control_B3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 6.218139191 L4_control_C2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 7.418980659 L4_control_C3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.657046277 L4_chemical_A1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.3370514 L4_chemical_A2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 7.300025352 L4_chemical_A3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 11.40281689 L4_chemical_B1 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 11.62325028 L4_chemical_B2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 12.55187987 L4_chemical_B3 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 6.717267329 L4_chemical_C2 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 7.644271061 L4_chemical_C3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 12.80532854 C6_control_A1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 12.60662686 C6_control_A3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.22478142 C6_control_B1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.6426456 C6_control_B2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.27551688 C6_control_B3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.70862681 C6_control_C1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.69979516 C6_control_C2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.90900348 C6_control_C3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.43682738 C6_chemical_A1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.01721468 C6_chemical_A3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.49614045 C6_chemical_B1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.70091511 C6_chemical_B2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.79083487 C6_chemical_B3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 14.25579196 C6_chemical_C1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 14.04007261 C6_chemical_C2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 14.07274045 C6_chemical_C3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 12.58973324 L4_control_A1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 12.45770209 L4_control_A2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 11.81547595 L4_control_A3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.0808474 L4_control_B1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.19784212 L4_control_B2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.2202737 L4_control_B3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.45289068 L4_control_C2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 12.96642225 L4_control_C3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.7352759 L4_chemical_A1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.7978231 L4_chemical_A2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 12.36082321 L4_chemical_A3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.02987157 L4_chemical_B1 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.57315681 L4_chemical_B2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.05367209 L4_chemical_B3 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.67806496 L4_chemical_C2 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 12.83895968 L4_chemical_C3 +LQ02X031320 Transcription factor BIM2 5.821418138 C6_control_A1 +LQ02X031320 Transcription factor BIM2 5.584755812 C6_control_A3 +LQ02X031320 Transcription factor BIM2 5.564162853 C6_control_B1 +LQ02X031320 Transcription factor BIM2 5.629189257 C6_control_B2 +LQ02X031320 Transcription factor BIM2 5.779652951 C6_control_B3 +LQ02X031320 Transcription factor BIM2 5.816738504 C6_control_C1 +LQ02X031320 Transcription factor BIM2 6.135799635 C6_control_C2 +LQ02X031320 Transcription factor BIM2 5.600289988 C6_control_C3 +LQ02X031320 Transcription factor BIM2 5.515823811 C6_chemical_A1 +LQ02X031320 Transcription factor BIM2 5.23525835 C6_chemical_A3 +LQ02X031320 Transcription factor BIM2 5.993174661 C6_chemical_B1 +LQ02X031320 Transcription factor BIM2 5.71280302 C6_chemical_B2 +LQ02X031320 Transcription factor BIM2 5.560933392 C6_chemical_B3 +LQ02X031320 Transcription factor BIM2 6.275888783 C6_chemical_C1 +LQ02X031320 Transcription factor BIM2 5.903346383 C6_chemical_C2 +LQ02X031320 Transcription factor BIM2 5.345079654 C6_chemical_C3 +LQ02X031320 Transcription factor BIM2 5.639546111 L4_control_A1 +LQ02X031320 Transcription factor BIM2 5.656781251 L4_control_A2 +LQ02X031320 Transcription factor BIM2 4.977258701 L4_control_A3 +LQ02X031320 Transcription factor BIM2 5.176178816 L4_control_B1 +LQ02X031320 Transcription factor BIM2 5.524189494 L4_control_B2 +LQ02X031320 Transcription factor BIM2 5.58446542 L4_control_B3 +LQ02X031320 Transcription factor BIM2 4.859425276 L4_control_C2 +LQ02X031320 Transcription factor BIM2 4.895951644 L4_control_C3 +LQ02X031320 Transcription factor BIM2 5.519977793 L4_chemical_A1 +LQ02X031320 Transcription factor BIM2 5.619372181 L4_chemical_A2 +LQ02X031320 Transcription factor BIM2 5.40186183 L4_chemical_A3 +LQ02X031320 Transcription factor BIM2 5.368636979 L4_chemical_B1 +LQ02X031320 Transcription factor BIM2 5.57348053 L4_chemical_B2 +LQ02X031320 Transcription factor BIM2 5.651204895 L4_chemical_B3 +LQ02X031320 Transcription factor BIM2 5.57075045 L4_chemical_C2 +LQ02X031320 Transcription factor BIM2 5.022312504 L4_chemical_C3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 12.08941652 C6_control_A1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.22365092 C6_control_A3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.72748741 C6_control_B1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.05930833 C6_control_B2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 9.916626003 C6_control_B3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.55311592 C6_control_C1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 9.355741019 C6_control_C2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.39254752 C6_control_C3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 12.54326154 C6_chemical_A1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.76644065 C6_chemical_A3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.30268048 C6_chemical_B1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 9.562014857 C6_chemical_B2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.33469587 C6_chemical_B3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.55737963 C6_chemical_C1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 9.478877942 C6_chemical_C2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.27286754 C6_chemical_C3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.49433766 L4_control_A1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 12.49554548 L4_control_A2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.17677333 L4_control_A3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 9.648573887 L4_control_B1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.30499411 L4_control_B2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 9.427545337 L4_control_B3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 8.70097329 L4_control_C2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.41918615 L4_control_C3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.5282153 L4_chemical_A1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.89349932 L4_chemical_A2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 10.57676417 L4_chemical_A3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.24385379 L4_chemical_B1 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.42999382 L4_chemical_B2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 11.4767906 L4_chemical_B3 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 8.295980037 L4_chemical_C2 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 9.945989493 L4_chemical_C3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 11.0332361 C6_control_A1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.862012491 C6_control_A3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 11.40167582 C6_control_B1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.171804831 C6_control_B2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.534705483 C6_control_B3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.454628505 C6_control_C1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 8.932676768 C6_control_C2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.402335641 C6_control_C3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 11.37252979 C6_chemical_A1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.616766897 C6_chemical_A3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 11.36939497 C6_chemical_B1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.540414538 C6_chemical_B2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 10.44205941 C6_chemical_B3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.459606582 C6_chemical_C1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 8.492092815 C6_chemical_C2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.802250269 C6_chemical_C3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 10.26596532 L4_control_A1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 11.44018767 L4_control_A2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 10.49486198 L4_control_A3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.286673321 L4_control_B1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 10.69544564 L4_control_B2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 8.090143193 L4_control_B3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 7.311679518 L4_control_C2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.551205187 L4_control_C3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.087918139 L4_chemical_A1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 10.8265764 L4_chemical_A2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 9.388408153 L4_chemical_A3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 10.46183718 L4_chemical_B1 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 10.45120551 L4_chemical_B2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 11.41080896 L4_chemical_B3 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 6.837398653 L4_chemical_C2 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 8.771311057 L4_chemical_C3 +LQ02X031380 Predicted protein 12.30915855 C6_control_A1 +LQ02X031380 Predicted protein 12.36795374 C6_control_A3 +LQ02X031380 Predicted protein 12.27351827 C6_control_B1 +LQ02X031380 Predicted protein 11.89217161 C6_control_B2 +LQ02X031380 Predicted protein 12.75600136 C6_control_B3 +LQ02X031380 Predicted protein 10.89478893 C6_control_C1 +LQ02X031380 Predicted protein 10.86501579 C6_control_C2 +LQ02X031380 Predicted protein 11.07495216 C6_control_C3 +LQ02X031380 Predicted protein 11.9381609 C6_chemical_A1 +LQ02X031380 Predicted protein 12.34454128 C6_chemical_A3 +LQ02X031380 Predicted protein 12.06985366 C6_chemical_B1 +LQ02X031380 Predicted protein 11.41889185 C6_chemical_B2 +LQ02X031380 Predicted protein 12.34692267 C6_chemical_B3 +LQ02X031380 Predicted protein 10.5922242 C6_chemical_C1 +LQ02X031380 Predicted protein 10.39465841 C6_chemical_C2 +LQ02X031380 Predicted protein 10.84245605 C6_chemical_C3 +LQ02X031380 Predicted protein 12.13488066 L4_control_A1 +LQ02X031380 Predicted protein 11.58777649 L4_control_A2 +LQ02X031380 Predicted protein 12.46557564 L4_control_A3 +LQ02X031380 Predicted protein 12.15065682 L4_control_B1 +LQ02X031380 Predicted protein 12.72903421 L4_control_B2 +LQ02X031380 Predicted protein 11.97000745 L4_control_B3 +LQ02X031380 Predicted protein 11.06007272 L4_control_C2 +LQ02X031380 Predicted protein 11.08072144 L4_control_C3 +LQ02X031380 Predicted protein 11.74128316 L4_chemical_A1 +LQ02X031380 Predicted protein 11.43021892 L4_chemical_A2 +LQ02X031380 Predicted protein 12.29546208 L4_chemical_A3 +LQ02X031380 Predicted protein 12.10576933 L4_chemical_B1 +LQ02X031380 Predicted protein 12.07553857 L4_chemical_B2 +LQ02X031380 Predicted protein 12.0086069 L4_chemical_B3 +LQ02X031380 Predicted protein 10.95717869 L4_chemical_C2 +LQ02X031380 Predicted protein 10.80417359 L4_chemical_C3 +LQ02X031400 Putative uncharacterized protein 11.84095277 C6_control_A1 +LQ02X031400 Putative uncharacterized protein 11.94091684 C6_control_A3 +LQ02X031400 Putative uncharacterized protein 12.33604137 C6_control_B1 +LQ02X031400 Putative uncharacterized protein 12.21883811 C6_control_B2 +LQ02X031400 Putative uncharacterized protein 12.80546166 C6_control_B3 +LQ02X031400 Putative uncharacterized protein 12.44278472 C6_control_C1 +LQ02X031400 Putative uncharacterized protein 12.14154685 C6_control_C2 +LQ02X031400 Putative uncharacterized protein 12.67188814 C6_control_C3 +LQ02X031400 Putative uncharacterized protein 11.71545495 C6_chemical_A1 +LQ02X031400 Putative uncharacterized protein 11.6469213 C6_chemical_A3 +LQ02X031400 Putative uncharacterized protein 12.19440266 C6_chemical_B1 +LQ02X031400 Putative uncharacterized protein 11.98103675 C6_chemical_B2 +LQ02X031400 Putative uncharacterized protein 12.45839196 C6_chemical_B3 +LQ02X031400 Putative uncharacterized protein 12.29665751 C6_chemical_C1 +LQ02X031400 Putative uncharacterized protein 12.26504775 C6_chemical_C2 +LQ02X031400 Putative uncharacterized protein 12.70219547 C6_chemical_C3 +LQ02X031400 Putative uncharacterized protein 11.70422348 L4_control_A1 +LQ02X031400 Putative uncharacterized protein 12.21446509 L4_control_A2 +LQ02X031400 Putative uncharacterized protein 11.80333153 L4_control_A3 +LQ02X031400 Putative uncharacterized protein 12.63338312 L4_control_B1 +LQ02X031400 Putative uncharacterized protein 12.18810758 L4_control_B2 +LQ02X031400 Putative uncharacterized protein 12.52630494 L4_control_B3 +LQ02X031400 Putative uncharacterized protein 12.43008393 L4_control_C2 +LQ02X031400 Putative uncharacterized protein 12.44239942 L4_control_C3 +LQ02X031400 Putative uncharacterized protein 11.68717457 L4_chemical_A1 +LQ02X031400 Putative uncharacterized protein 11.92325689 L4_chemical_A2 +LQ02X031400 Putative uncharacterized protein 11.80522673 L4_chemical_A3 +LQ02X031400 Putative uncharacterized protein 12.38578501 L4_chemical_B1 +LQ02X031400 Putative uncharacterized protein 12.30159451 L4_chemical_B2 +LQ02X031400 Putative uncharacterized protein 12.53730828 L4_chemical_B3 +LQ02X031400 Putative uncharacterized protein 12.34296111 L4_chemical_C2 +LQ02X031400 Putative uncharacterized protein 12.29186078 L4_chemical_C3 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.762943555 C6_control_A1 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.486898069 C6_control_A3 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.709708699 C6_control_B1 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.678114975 C6_control_B2 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.487982151 C6_control_B3 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.596780765 C6_control_C1 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.951678446 C6_control_C2 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.680279278 C6_control_C3 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.859935426 C6_chemical_A1 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.565379146 C6_chemical_A3 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.77018439 C6_chemical_B1 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.709383286 C6_chemical_B2 +LQ02X031410 D-aminoacyl-tRNA deacylase 6.977263005 C6_chemical_B3 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.344011228 C6_chemical_C1 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.080173617 C6_chemical_C2 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.716980469 C6_chemical_C3 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.993170003 L4_control_A1 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.977517524 L4_control_A2 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.002800422 L4_control_A3 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.741863807 L4_control_B1 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.964124891 L4_control_B2 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.576125478 L4_control_B3 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.177310587 L4_control_C2 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.157713239 L4_control_C3 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.560438199 L4_chemical_A1 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.259988266 L4_chemical_A2 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.516516949 L4_chemical_A3 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.223237469 L4_chemical_B1 +LQ02X031410 D-aminoacyl-tRNA deacylase 6.806406083 L4_chemical_B2 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.939492644 L4_chemical_B3 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.099951021 L4_chemical_C2 +LQ02X031410 D-aminoacyl-tRNA deacylase 8.405089917 L4_chemical_C3 +LQ02X031430 Flavonol sulfotransferase-like 11.52392284 C6_control_A1 +LQ02X031430 Flavonol sulfotransferase-like 12.10924046 C6_control_A3 +LQ02X031430 Flavonol sulfotransferase-like 11.49161313 C6_control_B1 +LQ02X031430 Flavonol sulfotransferase-like 9.473538124 C6_control_B2 +LQ02X031430 Flavonol sulfotransferase-like 11.36672148 C6_control_B3 +LQ02X031430 Flavonol sulfotransferase-like 6.838960199 C6_control_C1 +LQ02X031430 Flavonol sulfotransferase-like 5.991904039 C6_control_C2 +LQ02X031430 Flavonol sulfotransferase-like 6.249192088 C6_control_C3 +LQ02X031430 Flavonol sulfotransferase-like 10.57874552 C6_chemical_A1 +LQ02X031430 Flavonol sulfotransferase-like 11.77385391 C6_chemical_A3 +LQ02X031430 Flavonol sulfotransferase-like 10.89489706 C6_chemical_B1 +LQ02X031430 Flavonol sulfotransferase-like 9.559115858 C6_chemical_B2 +LQ02X031430 Flavonol sulfotransferase-like 11.31644335 C6_chemical_B3 +LQ02X031430 Flavonol sulfotransferase-like 6.308868976 C6_chemical_C1 +LQ02X031430 Flavonol sulfotransferase-like 5.714224665 C6_chemical_C2 +LQ02X031430 Flavonol sulfotransferase-like 5.620175292 C6_chemical_C3 +LQ02X031430 Flavonol sulfotransferase-like 11.05336915 L4_control_A1 +LQ02X031430 Flavonol sulfotransferase-like 11.08713896 L4_control_A2 +LQ02X031430 Flavonol sulfotransferase-like 12.17918234 L4_control_A3 +LQ02X031430 Flavonol sulfotransferase-like 10.97374492 L4_control_B1 +LQ02X031430 Flavonol sulfotransferase-like 11.19596023 L4_control_B2 +LQ02X031430 Flavonol sulfotransferase-like 9.923005358 L4_control_B3 +LQ02X031430 Flavonol sulfotransferase-like 5.608223683 L4_control_C2 +LQ02X031430 Flavonol sulfotransferase-like 5.752028063 L4_control_C3 +LQ02X031430 Flavonol sulfotransferase-like 10.13727778 L4_chemical_A1 +LQ02X031430 Flavonol sulfotransferase-like 10.37069148 L4_chemical_A2 +LQ02X031430 Flavonol sulfotransferase-like 11.64945316 L4_chemical_A3 +LQ02X031430 Flavonol sulfotransferase-like 11.29105633 L4_chemical_B1 +LQ02X031430 Flavonol sulfotransferase-like 10.58830542 L4_chemical_B2 +LQ02X031430 Flavonol sulfotransferase-like 11.87573779 L4_chemical_B3 +LQ02X031430 Flavonol sulfotransferase-like 6.105698596 L4_chemical_C2 +LQ02X031430 Flavonol sulfotransferase-like 5.260246747 L4_chemical_C3 +LQ02X031440 Flavonol sulfotransferase-like 4.872332471 C6_control_A1 +LQ02X031440 Flavonol sulfotransferase-like 4.701961769 C6_control_A3 +LQ02X031440 Flavonol sulfotransferase-like 4.989806306 C6_control_B1 +LQ02X031440 Flavonol sulfotransferase-like 5.056322648 C6_control_B2 +LQ02X031440 Flavonol sulfotransferase-like 4.771569685 C6_control_B3 +LQ02X031440 Flavonol sulfotransferase-like 4.975819116 C6_control_C1 +LQ02X031440 Flavonol sulfotransferase-like 4.865518929 C6_control_C2 +LQ02X031440 Flavonol sulfotransferase-like 5.204296935 C6_control_C3 +LQ02X031440 Flavonol sulfotransferase-like 4.672479844 C6_chemical_A1 +LQ02X031440 Flavonol sulfotransferase-like 4.956305875 C6_chemical_A3 +LQ02X031440 Flavonol sulfotransferase-like 5.482804288 C6_chemical_B1 +LQ02X031440 Flavonol sulfotransferase-like 4.896607217 C6_chemical_B2 +LQ02X031440 Flavonol sulfotransferase-like 5.001464831 C6_chemical_B3 +LQ02X031440 Flavonol sulfotransferase-like 4.895472713 C6_chemical_C1 +LQ02X031440 Flavonol sulfotransferase-like 4.841340977 C6_chemical_C2 +LQ02X031440 Flavonol sulfotransferase-like 4.980774325 C6_chemical_C3 +LQ02X031440 Flavonol sulfotransferase-like 4.722826943 L4_control_A1 +LQ02X031440 Flavonol sulfotransferase-like 5.263073621 L4_control_A2 +LQ02X031440 Flavonol sulfotransferase-like 4.731059644 L4_control_A3 +LQ02X031440 Flavonol sulfotransferase-like 4.969979251 L4_control_B1 +LQ02X031440 Flavonol sulfotransferase-like 5.584632301 L4_control_B2 +LQ02X031440 Flavonol sulfotransferase-like 5.067537717 L4_control_B3 +LQ02X031440 Flavonol sulfotransferase-like 5.540313893 L4_control_C2 +LQ02X031440 Flavonol sulfotransferase-like 4.810209903 L4_control_C3 +LQ02X031440 Flavonol sulfotransferase-like 5.053787536 L4_chemical_A1 +LQ02X031440 Flavonol sulfotransferase-like 4.810315216 L4_chemical_A2 +LQ02X031440 Flavonol sulfotransferase-like 4.746821899 L4_chemical_A3 +LQ02X031440 Flavonol sulfotransferase-like 4.858306129 L4_chemical_B1 +LQ02X031440 Flavonol sulfotransferase-like 5.356204309 L4_chemical_B2 +LQ02X031440 Flavonol sulfotransferase-like 5.204795068 L4_chemical_B3 +LQ02X031440 Flavonol sulfotransferase-like 5.675296684 L4_chemical_C2 +LQ02X031440 Flavonol sulfotransferase-like 5.351110909 L4_chemical_C3 +LQ02X031470 Putative uncharacterized protein 6.169089798 C6_control_A1 +LQ02X031470 Putative uncharacterized protein 5.50753441 C6_control_A3 +LQ02X031470 Putative uncharacterized protein 6.194000872 C6_control_B1 +LQ02X031470 Putative uncharacterized protein 5.58904453 C6_control_B2 +LQ02X031470 Putative uncharacterized protein 6.068780285 C6_control_B3 +LQ02X031470 Putative uncharacterized protein 5.485079464 C6_control_C1 +LQ02X031470 Putative uncharacterized protein 5.547017916 C6_control_C2 +LQ02X031470 Putative uncharacterized protein 5.827533728 C6_control_C3 +LQ02X031470 Putative uncharacterized protein 5.765058179 C6_chemical_A1 +LQ02X031470 Putative uncharacterized protein 5.999315655 C6_chemical_A3 +LQ02X031470 Putative uncharacterized protein 5.611809424 C6_chemical_B1 +LQ02X031470 Putative uncharacterized protein 5.578452235 C6_chemical_B2 +LQ02X031470 Putative uncharacterized protein 6.237940688 C6_chemical_B3 +LQ02X031470 Putative uncharacterized protein 5.550383375 C6_chemical_C1 +LQ02X031470 Putative uncharacterized protein 5.675063203 C6_chemical_C2 +LQ02X031470 Putative uncharacterized protein 5.409473977 C6_chemical_C3 +LQ02X031470 Putative uncharacterized protein 5.881201925 L4_control_A1 +LQ02X031470 Putative uncharacterized protein 6.326616481 L4_control_A2 +LQ02X031470 Putative uncharacterized protein 6.471365928 L4_control_A3 +LQ02X031470 Putative uncharacterized protein 5.695030184 L4_control_B1 +LQ02X031470 Putative uncharacterized protein 5.978114607 L4_control_B2 +LQ02X031470 Putative uncharacterized protein 5.797291664 L4_control_B3 +LQ02X031470 Putative uncharacterized protein 6.129172415 L4_control_C2 +LQ02X031470 Putative uncharacterized protein 6.284653629 L4_control_C3 +LQ02X031470 Putative uncharacterized protein 5.880503794 L4_chemical_A1 +LQ02X031470 Putative uncharacterized protein 5.97504457 L4_chemical_A2 +LQ02X031470 Putative uncharacterized protein 6.322289905 L4_chemical_A3 +LQ02X031470 Putative uncharacterized protein 6.010893803 L4_chemical_B1 +LQ02X031470 Putative uncharacterized protein 6.401826779 L4_chemical_B2 +LQ02X031470 Putative uncharacterized protein 5.852787982 L4_chemical_B3 +LQ02X031470 Putative uncharacterized protein 6.703905796 L4_chemical_C2 +LQ02X031470 Putative uncharacterized protein 6.342436389 L4_chemical_C3 +LQ02X031480 Putative uncharacterized protein 4.727285818 C6_control_A1 +LQ02X031480 Putative uncharacterized protein 4.489862642 C6_control_A3 +LQ02X031480 Putative uncharacterized protein 4.916867224 C6_control_B1 +LQ02X031480 Putative uncharacterized protein 4.621020581 C6_control_B2 +LQ02X031480 Putative uncharacterized protein 4.921916117 C6_control_B3 +LQ02X031480 Putative uncharacterized protein 4.760252841 C6_control_C1 +LQ02X031480 Putative uncharacterized protein 4.877520312 C6_control_C2 +LQ02X031480 Putative uncharacterized protein 4.8376037 C6_control_C3 +LQ02X031480 Putative uncharacterized protein 4.699054572 C6_chemical_A1 +LQ02X031480 Putative uncharacterized protein 4.704739727 C6_chemical_A3 +LQ02X031480 Putative uncharacterized protein 4.695391864 C6_chemical_B1 +LQ02X031480 Putative uncharacterized protein 4.652920792 C6_chemical_B2 +LQ02X031480 Putative uncharacterized protein 4.968600957 C6_chemical_B3 +LQ02X031480 Putative uncharacterized protein 4.968180922 C6_chemical_C1 +LQ02X031480 Putative uncharacterized protein 4.664843014 C6_chemical_C2 +LQ02X031480 Putative uncharacterized protein 4.747960601 C6_chemical_C3 +LQ02X031480 Putative uncharacterized protein 4.689241828 L4_control_A1 +LQ02X031480 Putative uncharacterized protein 4.870647201 L4_control_A2 +LQ02X031480 Putative uncharacterized protein 4.705340335 L4_control_A3 +LQ02X031480 Putative uncharacterized protein 5.096370186 L4_control_B1 +LQ02X031480 Putative uncharacterized protein 4.937090626 L4_control_B2 +LQ02X031480 Putative uncharacterized protein 5.093505005 L4_control_B3 +LQ02X031480 Putative uncharacterized protein 5.355217239 L4_control_C2 +LQ02X031480 Putative uncharacterized protein 5.209344218 L4_control_C3 +LQ02X031480 Putative uncharacterized protein 5.163400891 L4_chemical_A1 +LQ02X031480 Putative uncharacterized protein 4.733448484 L4_chemical_A2 +LQ02X031480 Putative uncharacterized protein 4.758249217 L4_chemical_A3 +LQ02X031480 Putative uncharacterized protein 5.0143258 L4_chemical_B1 +LQ02X031480 Putative uncharacterized protein 4.909966365 L4_chemical_B2 +LQ02X031480 Putative uncharacterized protein 4.824109025 L4_chemical_B3 +LQ02X031480 Putative uncharacterized protein 4.778085131 L4_chemical_C2 +LQ02X031480 Putative uncharacterized protein 5.906399068 L4_chemical_C3 +LQ02X031500 Putative Secologanin synthase 11.14851448 C6_control_A1 +LQ02X031500 Putative Secologanin synthase 10.38890939 C6_control_A3 +LQ02X031500 Putative Secologanin synthase 11.97818216 C6_control_B1 +LQ02X031500 Putative Secologanin synthase 12.47534026 C6_control_B2 +LQ02X031500 Putative Secologanin synthase 12.28819578 C6_control_B3 +LQ02X031500 Putative Secologanin synthase 13.9962042 C6_control_C1 +LQ02X031500 Putative Secologanin synthase 13.78151289 C6_control_C2 +LQ02X031500 Putative Secologanin synthase 13.80993919 C6_control_C3 +LQ02X031500 Putative Secologanin synthase 10.96292227 C6_chemical_A1 +LQ02X031500 Putative Secologanin synthase 10.57369213 C6_chemical_A3 +LQ02X031500 Putative Secologanin synthase 12.04196338 C6_chemical_B1 +LQ02X031500 Putative Secologanin synthase 12.33496288 C6_chemical_B2 +LQ02X031500 Putative Secologanin synthase 12.2979041 C6_chemical_B3 +LQ02X031500 Putative Secologanin synthase 13.95261588 C6_chemical_C1 +LQ02X031500 Putative Secologanin synthase 13.68389259 C6_chemical_C2 +LQ02X031500 Putative Secologanin synthase 13.74532717 C6_chemical_C3 +LQ02X031500 Putative Secologanin synthase 9.245672877 L4_control_A1 +LQ02X031500 Putative Secologanin synthase 9.903469013 L4_control_A2 +LQ02X031500 Putative Secologanin synthase 9.596336699 L4_control_A3 +LQ02X031500 Putative Secologanin synthase 11.86609923 L4_control_B1 +LQ02X031500 Putative Secologanin synthase 11.85242047 L4_control_B2 +LQ02X031500 Putative Secologanin synthase 12.13906429 L4_control_B3 +LQ02X031500 Putative Secologanin synthase 13.76730745 L4_control_C2 +LQ02X031500 Putative Secologanin synthase 13.10068042 L4_control_C3 +LQ02X031500 Putative Secologanin synthase 9.668485791 L4_chemical_A1 +LQ02X031500 Putative Secologanin synthase 10.01320946 L4_chemical_A2 +LQ02X031500 Putative Secologanin synthase 9.457004839 L4_chemical_A3 +LQ02X031500 Putative Secologanin synthase 12.08673208 L4_chemical_B1 +LQ02X031500 Putative Secologanin synthase 11.76281643 L4_chemical_B2 +LQ02X031500 Putative Secologanin synthase 11.12008264 L4_chemical_B3 +LQ02X031500 Putative Secologanin synthase 13.61347207 L4_chemical_C2 +LQ02X031500 Putative Secologanin synthase 13.2458938 L4_chemical_C3 +LQ02X031510 Putative Secologanin synthase 11.18632469 C6_control_A1 +LQ02X031510 Putative Secologanin synthase 11.26968022 C6_control_A3 +LQ02X031510 Putative Secologanin synthase 11.01377981 C6_control_B1 +LQ02X031510 Putative Secologanin synthase 11.68696747 C6_control_B2 +LQ02X031510 Putative Secologanin synthase 11.21105084 C6_control_B3 +LQ02X031510 Putative Secologanin synthase 12.82033961 C6_control_C1 +LQ02X031510 Putative Secologanin synthase 12.77751197 C6_control_C2 +LQ02X031510 Putative Secologanin synthase 12.54633501 C6_control_C3 +LQ02X031510 Putative Secologanin synthase 11.08736351 C6_chemical_A1 +LQ02X031510 Putative Secologanin synthase 11.22684486 C6_chemical_A3 +LQ02X031510 Putative Secologanin synthase 11.00611954 C6_chemical_B1 +LQ02X031510 Putative Secologanin synthase 11.88430397 C6_chemical_B2 +LQ02X031510 Putative Secologanin synthase 11.17013629 C6_chemical_B3 +LQ02X031510 Putative Secologanin synthase 12.7173762 C6_chemical_C1 +LQ02X031510 Putative Secologanin synthase 12.57927454 C6_chemical_C2 +LQ02X031510 Putative Secologanin synthase 12.66408884 C6_chemical_C3 +LQ02X031510 Putative Secologanin synthase 10.76109639 L4_control_A1 +LQ02X031510 Putative Secologanin synthase 11.16922386 L4_control_A2 +LQ02X031510 Putative Secologanin synthase 10.37011879 L4_control_A3 +LQ02X031510 Putative Secologanin synthase 10.93989135 L4_control_B1 +LQ02X031510 Putative Secologanin synthase 10.74532039 L4_control_B2 +LQ02X031510 Putative Secologanin synthase 11.60090169 L4_control_B3 +LQ02X031510 Putative Secologanin synthase 11.92826779 L4_control_C2 +LQ02X031510 Putative Secologanin synthase 11.71266118 L4_control_C3 +LQ02X031510 Putative Secologanin synthase 10.57185113 L4_chemical_A1 +LQ02X031510 Putative Secologanin synthase 11.05466031 L4_chemical_A2 +LQ02X031510 Putative Secologanin synthase 10.39070489 L4_chemical_A3 +LQ02X031510 Putative Secologanin synthase 11.05521406 L4_chemical_B1 +LQ02X031510 Putative Secologanin synthase 10.58927951 L4_chemical_B2 +LQ02X031510 Putative Secologanin synthase 11.20767345 L4_chemical_B3 +LQ02X031510 Putative Secologanin synthase 11.82396977 L4_chemical_C2 +LQ02X031510 Putative Secologanin synthase 11.82282089 L4_chemical_C3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.547879105 C6_control_A1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.499006916 C6_control_A3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 7.579849509 C6_control_B1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.379601823 C6_control_B2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.928616536 C6_control_B3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.534299567 C6_control_C1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 5.526609416 C6_control_C2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 5.844515375 C6_control_C3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.377430988 C6_chemical_A1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.731421593 C6_chemical_A3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.838672936 C6_chemical_B1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.208377316 C6_chemical_B2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.686694672 C6_chemical_B3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.444217838 C6_chemical_C1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.357962692 C6_chemical_C2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.218019504 C6_chemical_C3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.702803487 L4_control_A1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 7.121928411 L4_control_A2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 7.365162789 L4_control_A3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.780005666 L4_control_B1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.357760329 L4_control_B2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 7.070054972 L4_control_B3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 5.489807075 L4_control_C2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 7.345045384 L4_control_C3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.63328881 L4_chemical_A1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 7.308858171 L4_chemical_A2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.174851849 L4_chemical_A3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 7.045766962 L4_chemical_B1 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 5.955185836 L4_chemical_B2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.893986834 L4_chemical_B3 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.209525027 L4_chemical_C2 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.517748783 L4_chemical_C3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 4.85802603 C6_control_A1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.326615012 C6_control_A3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.301581865 C6_control_B1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.22540451 C6_control_B2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.572365998 C6_control_B3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 7.789002835 C6_control_C1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 7.30669878 C6_control_C2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 8.365815372 C6_control_C3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 4.911285114 C6_chemical_A1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.233554522 C6_chemical_A3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.282629152 C6_chemical_B1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.469193693 C6_chemical_B2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.742527599 C6_chemical_B3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 7.548832821 C6_chemical_C1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 7.625344687 C6_chemical_C2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 8.664572233 C6_chemical_C3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.163056943 L4_control_A1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.191718372 L4_control_A2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.511710432 L4_control_A3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.804740007 L4_control_B1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.258563477 L4_control_B2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 7.859237074 L4_control_B3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 10.01783786 L4_control_C2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 10.88894046 L4_control_C3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.087457051 L4_chemical_A1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.083414783 L4_chemical_A2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.659326665 L4_chemical_A3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 6.160491965 L4_chemical_B1 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.553868768 L4_chemical_B2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 5.974646886 L4_chemical_B3 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 10.11798555 L4_chemical_C2 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 10.60629009 L4_chemical_C3 +LQ02X031620 Hypothetical protein 6.139268031 C6_control_A1 +LQ02X031620 Hypothetical protein 7.732658091 C6_control_A3 +LQ02X031620 Hypothetical protein 5.681660395 C6_control_B1 +LQ02X031620 Hypothetical protein 5.505278602 C6_control_B2 +LQ02X031620 Hypothetical protein 5.467443276 C6_control_B3 +LQ02X031620 Hypothetical protein 5.419063422 C6_control_C1 +LQ02X031620 Hypothetical protein 7.052907401 C6_control_C2 +LQ02X031620 Hypothetical protein 5.472518269 C6_control_C3 +LQ02X031620 Hypothetical protein 5.543124618 C6_chemical_A1 +LQ02X031620 Hypothetical protein 5.70905537 C6_chemical_A3 +LQ02X031620 Hypothetical protein 5.166314999 C6_chemical_B1 +LQ02X031620 Hypothetical protein 5.568963535 C6_chemical_B2 +LQ02X031620 Hypothetical protein 5.408514548 C6_chemical_B3 +LQ02X031620 Hypothetical protein 5.459619608 C6_chemical_C1 +LQ02X031620 Hypothetical protein 5.527850003 C6_chemical_C2 +LQ02X031620 Hypothetical protein 5.691546875 C6_chemical_C3 +LQ02X031620 Hypothetical protein 5.855062475 L4_control_A1 +LQ02X031620 Hypothetical protein 5.335958147 L4_control_A2 +LQ02X031620 Hypothetical protein 5.711703483 L4_control_A3 +LQ02X031620 Hypothetical protein 5.917363899 L4_control_B1 +LQ02X031620 Hypothetical protein 5.437189428 L4_control_B2 +LQ02X031620 Hypothetical protein 5.566498107 L4_control_B3 +LQ02X031620 Hypothetical protein 5.560525598 L4_control_C2 +LQ02X031620 Hypothetical protein 5.473581418 L4_control_C3 +LQ02X031620 Hypothetical protein 5.639670811 L4_chemical_A1 +LQ02X031620 Hypothetical protein 5.524935634 L4_chemical_A2 +LQ02X031620 Hypothetical protein 5.197384944 L4_chemical_A3 +LQ02X031620 Hypothetical protein 6.051582409 L4_chemical_B1 +LQ02X031620 Hypothetical protein 5.658899611 L4_chemical_B2 +LQ02X031620 Hypothetical protein 5.352626647 L4_chemical_B3 +LQ02X031620 Hypothetical protein 6.332046781 L4_chemical_C2 +LQ02X031620 Hypothetical protein 5.42911427 L4_chemical_C3 +LQ02X031630 Hypothetical protein 4.857829729 C6_control_A1 +LQ02X031630 Hypothetical protein 5.165625028 C6_control_A3 +LQ02X031630 Hypothetical protein 5.452634249 C6_control_B1 +LQ02X031630 Hypothetical protein 5.065027569 C6_control_B2 +LQ02X031630 Hypothetical protein 5.293133039 C6_control_B3 +LQ02X031630 Hypothetical protein 4.961115156 C6_control_C1 +LQ02X031630 Hypothetical protein 4.843971578 C6_control_C2 +LQ02X031630 Hypothetical protein 5.154611974 C6_control_C3 +LQ02X031630 Hypothetical protein 5.061568322 C6_chemical_A1 +LQ02X031630 Hypothetical protein 5.088364818 C6_chemical_A3 +LQ02X031630 Hypothetical protein 5.326396339 C6_chemical_B1 +LQ02X031630 Hypothetical protein 4.960069578 C6_chemical_B2 +LQ02X031630 Hypothetical protein 5.010434313 C6_chemical_B3 +LQ02X031630 Hypothetical protein 4.949061869 C6_chemical_C1 +LQ02X031630 Hypothetical protein 4.89194376 C6_chemical_C2 +LQ02X031630 Hypothetical protein 4.893890836 C6_chemical_C3 +LQ02X031630 Hypothetical protein 5.073740306 L4_control_A1 +LQ02X031630 Hypothetical protein 5.166331482 L4_control_A2 +LQ02X031630 Hypothetical protein 5.231200222 L4_control_A3 +LQ02X031630 Hypothetical protein 5.271341167 L4_control_B1 +LQ02X031630 Hypothetical protein 5.207996557 L4_control_B2 +LQ02X031630 Hypothetical protein 5.028725875 L4_control_B3 +LQ02X031630 Hypothetical protein 5.41824146 L4_control_C2 +LQ02X031630 Hypothetical protein 4.811968881 L4_control_C3 +LQ02X031630 Hypothetical protein 5.406350321 L4_chemical_A1 +LQ02X031630 Hypothetical protein 5.098581777 L4_chemical_A2 +LQ02X031630 Hypothetical protein 5.419037699 L4_chemical_A3 +LQ02X031630 Hypothetical protein 5.186080747 L4_chemical_B1 +LQ02X031630 Hypothetical protein 5.33968896 L4_chemical_B2 +LQ02X031630 Hypothetical protein 4.967969468 L4_chemical_B3 +LQ02X031630 Hypothetical protein 5.116559997 L4_chemical_C2 +LQ02X031630 Hypothetical protein 4.952054892 L4_chemical_C3 +LQ02X031640 Putative Nucleolar protein 14 8.182442736 C6_control_A1 +LQ02X031640 Putative Nucleolar protein 14 9.171965101 C6_control_A3 +LQ02X031640 Putative Nucleolar protein 14 7.447330921 C6_control_B1 +LQ02X031640 Putative Nucleolar protein 14 7.291445222 C6_control_B2 +LQ02X031640 Putative Nucleolar protein 14 7.098898925 C6_control_B3 +LQ02X031640 Putative Nucleolar protein 14 7.50132829 C6_control_C1 +LQ02X031640 Putative Nucleolar protein 14 8.991595324 C6_control_C2 +LQ02X031640 Putative Nucleolar protein 14 7.517382032 C6_control_C3 +LQ02X031640 Putative Nucleolar protein 14 9.156899649 C6_chemical_A1 +LQ02X031640 Putative Nucleolar protein 14 8.631695662 C6_chemical_A3 +LQ02X031640 Putative Nucleolar protein 14 8.562436297 C6_chemical_B1 +LQ02X031640 Putative Nucleolar protein 14 8.324482293 C6_chemical_B2 +LQ02X031640 Putative Nucleolar protein 14 8.58303867 C6_chemical_B3 +LQ02X031640 Putative Nucleolar protein 14 8.970957394 C6_chemical_C1 +LQ02X031640 Putative Nucleolar protein 14 9.056040731 C6_chemical_C2 +LQ02X031640 Putative Nucleolar protein 14 8.572577179 C6_chemical_C3 +LQ02X031640 Putative Nucleolar protein 14 8.889988516 L4_control_A1 +LQ02X031640 Putative Nucleolar protein 14 9.001337218 L4_control_A2 +LQ02X031640 Putative Nucleolar protein 14 9.499335858 L4_control_A3 +LQ02X031640 Putative Nucleolar protein 14 8.100417428 L4_control_B1 +LQ02X031640 Putative Nucleolar protein 14 8.759630345 L4_control_B2 +LQ02X031640 Putative Nucleolar protein 14 8.270708081 L4_control_B3 +LQ02X031640 Putative Nucleolar protein 14 10.5472853 L4_control_C2 +LQ02X031640 Putative Nucleolar protein 14 9.682712685 L4_control_C3 +LQ02X031640 Putative Nucleolar protein 14 8.369879146 L4_chemical_A1 +LQ02X031640 Putative Nucleolar protein 14 8.217834831 L4_chemical_A2 +LQ02X031640 Putative Nucleolar protein 14 9.28281576 L4_chemical_A3 +LQ02X031640 Putative Nucleolar protein 14 8.864605622 L4_chemical_B1 +LQ02X031640 Putative Nucleolar protein 14 8.779760046 L4_chemical_B2 +LQ02X031640 Putative Nucleolar protein 14 7.866201433 L4_chemical_B3 +LQ02X031640 Putative Nucleolar protein 14 9.683013333 L4_chemical_C2 +LQ02X031640 Putative Nucleolar protein 14 9.471361409 L4_chemical_C3 +LQ02X031690 Putative MADS-box protein CMB1 5.611215876 C6_control_A1 +LQ02X031690 Putative MADS-box protein CMB1 5.249118532 C6_control_A3 +LQ02X031690 Putative MADS-box protein CMB1 5.956949617 C6_control_B1 +LQ02X031690 Putative MADS-box protein CMB1 6.561964043 C6_control_B2 +LQ02X031690 Putative MADS-box protein CMB1 6.309329462 C6_control_B3 +LQ02X031690 Putative MADS-box protein CMB1 6.057705519 C6_control_C1 +LQ02X031690 Putative MADS-box protein CMB1 5.350223094 C6_control_C2 +LQ02X031690 Putative MADS-box protein CMB1 5.834796448 C6_control_C3 +LQ02X031690 Putative MADS-box protein CMB1 5.789512636 C6_chemical_A1 +LQ02X031690 Putative MADS-box protein CMB1 5.993229229 C6_chemical_A3 +LQ02X031690 Putative MADS-box protein CMB1 5.559573423 C6_chemical_B1 +LQ02X031690 Putative MADS-box protein CMB1 6.286407113 C6_chemical_B2 +LQ02X031690 Putative MADS-box protein CMB1 5.179605896 C6_chemical_B3 +LQ02X031690 Putative MADS-box protein CMB1 5.902977603 C6_chemical_C1 +LQ02X031690 Putative MADS-box protein CMB1 5.735032356 C6_chemical_C2 +LQ02X031690 Putative MADS-box protein CMB1 6.264442053 C6_chemical_C3 +LQ02X031690 Putative MADS-box protein CMB1 5.568563799 L4_control_A1 +LQ02X031690 Putative MADS-box protein CMB1 5.84326148 L4_control_A2 +LQ02X031690 Putative MADS-box protein CMB1 5.613757096 L4_control_A3 +LQ02X031690 Putative MADS-box protein CMB1 6.687660876 L4_control_B1 +LQ02X031690 Putative MADS-box protein CMB1 6.177517839 L4_control_B2 +LQ02X031690 Putative MADS-box protein CMB1 7.063030205 L4_control_B3 +LQ02X031690 Putative MADS-box protein CMB1 6.242710701 L4_control_C2 +LQ02X031690 Putative MADS-box protein CMB1 5.943683284 L4_control_C3 +LQ02X031690 Putative MADS-box protein CMB1 5.090381541 L4_chemical_A1 +LQ02X031690 Putative MADS-box protein CMB1 5.634133505 L4_chemical_A2 +LQ02X031690 Putative MADS-box protein CMB1 5.504289908 L4_chemical_A3 +LQ02X031690 Putative MADS-box protein CMB1 5.382224042 L4_chemical_B1 +LQ02X031690 Putative MADS-box protein CMB1 5.877300894 L4_chemical_B2 +LQ02X031690 Putative MADS-box protein CMB1 5.760321184 L4_chemical_B3 +LQ02X031690 Putative MADS-box protein CMB1 5.784371439 L4_chemical_C2 +LQ02X031690 Putative MADS-box protein CMB1 5.842608216 L4_chemical_C3 +LQ02X031700 Hypothetical protein 6.703729697 C6_control_A1 +LQ02X031700 Hypothetical protein 5.549171333 C6_control_A3 +LQ02X031700 Hypothetical protein 6.619061368 C6_control_B1 +LQ02X031700 Hypothetical protein 5.864397556 C6_control_B2 +LQ02X031700 Hypothetical protein 5.775291123 C6_control_B3 +LQ02X031700 Hypothetical protein 6.621505725 C6_control_C1 +LQ02X031700 Hypothetical protein 6.013761039 C6_control_C2 +LQ02X031700 Hypothetical protein 5.922895805 C6_control_C3 +LQ02X031700 Hypothetical protein 6.851255096 C6_chemical_A1 +LQ02X031700 Hypothetical protein 6.722036575 C6_chemical_A3 +LQ02X031700 Hypothetical protein 6.257968071 C6_chemical_B1 +LQ02X031700 Hypothetical protein 6.751899516 C6_chemical_B2 +LQ02X031700 Hypothetical protein 6.011892699 C6_chemical_B3 +LQ02X031700 Hypothetical protein 7.227979489 C6_chemical_C1 +LQ02X031700 Hypothetical protein 6.893271149 C6_chemical_C2 +LQ02X031700 Hypothetical protein 7.237274369 C6_chemical_C3 +LQ02X031700 Hypothetical protein 7.808051186 L4_control_A1 +LQ02X031700 Hypothetical protein 7.606220828 L4_control_A2 +LQ02X031700 Hypothetical protein 8.412971389 L4_control_A3 +LQ02X031700 Hypothetical protein 6.910941898 L4_control_B1 +LQ02X031700 Hypothetical protein 8.130725437 L4_control_B2 +LQ02X031700 Hypothetical protein 7.35146933 L4_control_B3 +LQ02X031700 Hypothetical protein 8.501360158 L4_control_C2 +LQ02X031700 Hypothetical protein 9.172253058 L4_control_C3 +LQ02X031700 Hypothetical protein 7.589868746 L4_chemical_A1 +LQ02X031700 Hypothetical protein 7.509652998 L4_chemical_A2 +LQ02X031700 Hypothetical protein 7.645333727 L4_chemical_A3 +LQ02X031700 Hypothetical protein 7.213339548 L4_chemical_B1 +LQ02X031700 Hypothetical protein 7.191480139 L4_chemical_B2 +LQ02X031700 Hypothetical protein 7.012445829 L4_chemical_B3 +LQ02X031700 Hypothetical protein 7.89081143 L4_chemical_C2 +LQ02X031700 Hypothetical protein 8.733993131 L4_chemical_C3 +LQ02X031710 Putative uncharacterized protein 10.51421118 C6_control_A1 +LQ02X031710 Putative uncharacterized protein 9.659649522 C6_control_A3 +LQ02X031710 Putative uncharacterized protein 10.17081088 C6_control_B1 +LQ02X031710 Putative uncharacterized protein 9.477619518 C6_control_B2 +LQ02X031710 Putative uncharacterized protein 9.307111707 C6_control_B3 +LQ02X031710 Putative uncharacterized protein 9.603503164 C6_control_C1 +LQ02X031710 Putative uncharacterized protein 8.632917142 C6_control_C2 +LQ02X031710 Putative uncharacterized protein 9.38887115 C6_control_C3 +LQ02X031710 Putative uncharacterized protein 10.50236953 C6_chemical_A1 +LQ02X031710 Putative uncharacterized protein 10.24809342 C6_chemical_A3 +LQ02X031710 Putative uncharacterized protein 10.11755006 C6_chemical_B1 +LQ02X031710 Putative uncharacterized protein 9.194676395 C6_chemical_B2 +LQ02X031710 Putative uncharacterized protein 9.592043349 C6_chemical_B3 +LQ02X031710 Putative uncharacterized protein 9.300992049 C6_chemical_C1 +LQ02X031710 Putative uncharacterized protein 8.793614001 C6_chemical_C2 +LQ02X031710 Putative uncharacterized protein 9.110906227 C6_chemical_C3 +LQ02X031710 Putative uncharacterized protein 10.13575046 L4_control_A1 +LQ02X031710 Putative uncharacterized protein 10.3336847 L4_control_A2 +LQ02X031710 Putative uncharacterized protein 10.33116775 L4_control_A3 +LQ02X031710 Putative uncharacterized protein 10.44978159 L4_control_B1 +LQ02X031710 Putative uncharacterized protein 10.51000101 L4_control_B2 +LQ02X031710 Putative uncharacterized protein 9.129298018 L4_control_B3 +LQ02X031710 Putative uncharacterized protein 9.383668958 L4_control_C2 +LQ02X031710 Putative uncharacterized protein 9.361389552 L4_control_C3 +LQ02X031710 Putative uncharacterized protein 9.952638504 L4_chemical_A1 +LQ02X031710 Putative uncharacterized protein 10.3211585 L4_chemical_A2 +LQ02X031710 Putative uncharacterized protein 9.685072584 L4_chemical_A3 +LQ02X031710 Putative uncharacterized protein 11.01138876 L4_chemical_B1 +LQ02X031710 Putative uncharacterized protein 10.38234285 L4_chemical_B2 +LQ02X031710 Putative uncharacterized protein 9.339446116 L4_chemical_B3 +LQ02X031710 Putative uncharacterized protein 9.765581091 L4_chemical_C2 +LQ02X031710 Putative uncharacterized protein 9.709022745 L4_chemical_C3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.197007575 C6_control_A1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.793501078 C6_control_A3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.566761247 C6_control_B1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.201181557 C6_control_B2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.875387509 C6_control_B3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.421965059 C6_control_C1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.941578008 C6_control_C2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.697794431 C6_control_C3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.070169851 C6_chemical_A1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.995598442 C6_chemical_A3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.869589179 C6_chemical_B1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.053195673 C6_chemical_B2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.146085761 C6_chemical_B3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.602694269 C6_chemical_C1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.459450772 C6_chemical_C2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.494910891 C6_chemical_C3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.866849899 L4_control_A1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.934109345 L4_control_A2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.452637635 L4_control_A3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.20994296 L4_control_B1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.719545203 L4_control_B2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.275557288 L4_control_B3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.067215226 L4_control_C2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.270732825 L4_control_C3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.140929184 L4_chemical_A1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.897735183 L4_chemical_A2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.116310102 L4_chemical_A3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.141643391 L4_chemical_B1 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 4.967491096 L4_chemical_B2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.126309672 L4_chemical_B3 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.016225682 L4_chemical_C2 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.005968711 L4_chemical_C3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.079753293 C6_control_A1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.510254545 C6_control_A3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.802481732 C6_control_B1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.925189527 C6_control_B2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.26645967 C6_control_B3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.64274491 C6_control_C1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.774985736 C6_control_C2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.218939797 C6_control_C3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.719939563 C6_chemical_A1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.324800767 C6_chemical_A3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.714637472 C6_chemical_B1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.100697726 C6_chemical_B2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.693057845 C6_chemical_B3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.999944937 C6_chemical_C1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.080361618 C6_chemical_C2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.155467573 C6_chemical_C3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.133808425 L4_control_A1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.235903799 L4_control_A2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.514659166 L4_control_A3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.641384742 L4_control_B1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.532105713 L4_control_B2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.792044373 L4_control_B3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.677336955 L4_control_C2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.366791946 L4_control_C3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.49927845 L4_chemical_A1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.658077367 L4_chemical_A2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.336209469 L4_chemical_A3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.508973128 L4_chemical_B1 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.422668692 L4_chemical_B2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 6.336348281 L4_chemical_B3 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.821662721 L4_chemical_C2 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.754276307 L4_chemical_C3 +LQ02X031770 Cytochrome P450 85A 5.595716418 C6_control_A1 +LQ02X031770 Cytochrome P450 85A 5.229253014 C6_control_A3 +LQ02X031770 Cytochrome P450 85A 5.106704777 C6_control_B1 +LQ02X031770 Cytochrome P450 85A 5.088485424 C6_control_B2 +LQ02X031770 Cytochrome P450 85A 5.150328532 C6_control_B3 +LQ02X031770 Cytochrome P450 85A 4.972216677 C6_control_C1 +LQ02X031770 Cytochrome P450 85A 4.999220101 C6_control_C2 +LQ02X031770 Cytochrome P450 85A 5.265787767 C6_control_C3 +LQ02X031770 Cytochrome P450 85A 5.698840972 C6_chemical_A1 +LQ02X031770 Cytochrome P450 85A 5.336511987 C6_chemical_A3 +LQ02X031770 Cytochrome P450 85A 4.879817278 C6_chemical_B1 +LQ02X031770 Cytochrome P450 85A 5.388657965 C6_chemical_B2 +LQ02X031770 Cytochrome P450 85A 4.836915887 C6_chemical_B3 +LQ02X031770 Cytochrome P450 85A 4.883141927 C6_chemical_C1 +LQ02X031770 Cytochrome P450 85A 4.960915731 C6_chemical_C2 +LQ02X031770 Cytochrome P450 85A 5.231212941 C6_chemical_C3 +LQ02X031770 Cytochrome P450 85A 5.929288349 L4_control_A1 +LQ02X031770 Cytochrome P450 85A 5.990743902 L4_control_A2 +LQ02X031770 Cytochrome P450 85A 5.243649744 L4_control_A3 +LQ02X031770 Cytochrome P450 85A 5.041960389 L4_control_B1 +LQ02X031770 Cytochrome P450 85A 6.803052993 L4_control_B2 +LQ02X031770 Cytochrome P450 85A 4.900724774 L4_control_B3 +LQ02X031770 Cytochrome P450 85A 5.772858784 L4_control_C2 +LQ02X031770 Cytochrome P450 85A 5.210106671 L4_control_C3 +LQ02X031770 Cytochrome P450 85A 5.585136957 L4_chemical_A1 +LQ02X031770 Cytochrome P450 85A 5.580770663 L4_chemical_A2 +LQ02X031770 Cytochrome P450 85A 5.438938025 L4_chemical_A3 +LQ02X031770 Cytochrome P450 85A 6.281167409 L4_chemical_B1 +LQ02X031770 Cytochrome P450 85A 5.770929601 L4_chemical_B2 +LQ02X031770 Cytochrome P450 85A 5.165234316 L4_chemical_B3 +LQ02X031770 Cytochrome P450 85A 4.999499589 L4_chemical_C2 +LQ02X031770 Cytochrome P450 85A 5.278387226 L4_chemical_C3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.58395501 C6_control_A1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 12.07699288 C6_control_A3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.2318694 C6_control_B1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.79772775 C6_control_B2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.82233303 C6_control_B3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.614424 C6_control_C1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.28431832 C6_control_C2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.43966781 C6_control_C3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.36429068 C6_chemical_A1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.38762037 C6_chemical_A3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.80947822 C6_chemical_B1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.44487095 C6_chemical_B2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.63521373 C6_chemical_B3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.77392062 C6_chemical_C1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.69117501 C6_chemical_C2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.24798726 C6_chemical_C3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.43415338 L4_control_A1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.89784865 L4_control_A2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.94806851 L4_control_A3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.23987491 L4_control_B1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 9.506841471 L4_control_B2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 9.810983009 L4_control_B3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 12.21612061 L4_control_C2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.38963024 L4_control_C3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.64161344 L4_chemical_A1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.70407668 L4_chemical_A2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.96033484 L4_chemical_A3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.59781084 L4_chemical_B1 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.54475728 L4_chemical_B2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 10.42022523 L4_chemical_B3 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 12.05931598 L4_chemical_C2 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.38211686 L4_chemical_C3 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.07065571 C6_control_A1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.118946622 C6_control_A3 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.656892591 C6_control_B1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.253076258 C6_control_B2 +LQ02X031850 Putative Folic acid synthesis protein fol1 4.961590826 C6_control_B3 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.482187095 C6_control_C1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.718643562 C6_control_C2 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.310610951 C6_control_C3 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.331842331 C6_chemical_A1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.095190477 C6_chemical_A3 +LQ02X031850 Putative Folic acid synthesis protein fol1 4.866691896 C6_chemical_B1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.2046096 C6_chemical_B2 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.319470713 C6_chemical_B3 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.218988202 C6_chemical_C1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.840105668 C6_chemical_C2 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.394515172 C6_chemical_C3 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.056268321 L4_control_A1 +LQ02X031850 Putative Folic acid synthesis protein fol1 4.964748366 L4_control_A2 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.510423966 L4_control_A3 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.024044368 L4_control_B1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.232955312 L4_control_B2 +LQ02X031850 Putative Folic acid synthesis protein fol1 4.998619873 L4_control_B3 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.527081323 L4_control_C2 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.455899894 L4_control_C3 +LQ02X031850 Putative Folic acid synthesis protein fol1 4.835039306 L4_chemical_A1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.221289498 L4_chemical_A2 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.495296053 L4_chemical_A3 +LQ02X031850 Putative Folic acid synthesis protein fol1 4.899258339 L4_chemical_B1 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.116936596 L4_chemical_B2 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.020510366 L4_chemical_B3 +LQ02X031850 Putative Folic acid synthesis protein fol1 4.965044333 L4_chemical_C2 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.039185232 L4_chemical_C3 +LQ02X031860 Putative Fructokinase-2 8.05598218 C6_control_A1 +LQ02X031860 Putative Fructokinase-2 7.96316255 C6_control_A3 +LQ02X031860 Putative Fructokinase-2 7.394766899 C6_control_B1 +LQ02X031860 Putative Fructokinase-2 9.069592526 C6_control_B2 +LQ02X031860 Putative Fructokinase-2 7.817572758 C6_control_B3 +LQ02X031860 Putative Fructokinase-2 9.537269094 C6_control_C1 +LQ02X031860 Putative Fructokinase-2 9.821780048 C6_control_C2 +LQ02X031860 Putative Fructokinase-2 9.11738485 C6_control_C3 +LQ02X031860 Putative Fructokinase-2 8.53652473 C6_chemical_A1 +LQ02X031860 Putative Fructokinase-2 8.216681773 C6_chemical_A3 +LQ02X031860 Putative Fructokinase-2 7.811196691 C6_chemical_B1 +LQ02X031860 Putative Fructokinase-2 9.13838487 C6_chemical_B2 +LQ02X031860 Putative Fructokinase-2 8.049845075 C6_chemical_B3 +LQ02X031860 Putative Fructokinase-2 9.647861028 C6_chemical_C1 +LQ02X031860 Putative Fructokinase-2 9.921428597 C6_chemical_C2 +LQ02X031860 Putative Fructokinase-2 8.72208525 C6_chemical_C3 +LQ02X031860 Putative Fructokinase-2 8.241291731 L4_control_A1 +LQ02X031860 Putative Fructokinase-2 8.220736111 L4_control_A2 +LQ02X031860 Putative Fructokinase-2 7.289699033 L4_control_A3 +LQ02X031860 Putative Fructokinase-2 8.165470056 L4_control_B1 +LQ02X031860 Putative Fructokinase-2 8.015543503 L4_control_B2 +LQ02X031860 Putative Fructokinase-2 8.997878071 L4_control_B3 +LQ02X031860 Putative Fructokinase-2 8.944806752 L4_control_C2 +LQ02X031860 Putative Fructokinase-2 8.533063116 L4_control_C3 +LQ02X031860 Putative Fructokinase-2 7.768575859 L4_chemical_A1 +LQ02X031860 Putative Fructokinase-2 7.527125325 L4_chemical_A2 +LQ02X031860 Putative Fructokinase-2 8.034747206 L4_chemical_A3 +LQ02X031860 Putative Fructokinase-2 6.885988044 L4_chemical_B1 +LQ02X031860 Putative Fructokinase-2 6.893431197 L4_chemical_B2 +LQ02X031860 Putative Fructokinase-2 7.869844102 L4_chemical_B3 +LQ02X031860 Putative Fructokinase-2 8.619690041 L4_chemical_C2 +LQ02X031860 Putative Fructokinase-2 7.943327697 L4_chemical_C3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.699218677 C6_control_A1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 6.192785365 C6_control_A3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 6.056224493 C6_control_B1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.94959335 C6_control_B2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.152269852 C6_control_B3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 6.499547309 C6_control_C1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 9.05319086 C6_control_C2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 6.851163759 C6_control_C3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.715109793 C6_chemical_A1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.285763764 C6_chemical_A3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.394822669 C6_chemical_B1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 6.424760837 C6_chemical_B2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.491292415 C6_chemical_B3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 6.514279909 C6_chemical_C1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 7.135700411 C6_chemical_C2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.623588688 C6_chemical_C3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.360959401 L4_control_A1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.319316519 L4_control_A2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.509736259 L4_control_A3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.263686482 L4_control_B1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.574811805 L4_control_B2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.993374905 L4_control_B3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.623937166 L4_control_C2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.783242246 L4_control_C3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.728175995 L4_chemical_A1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.348607416 L4_chemical_A2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.619907599 L4_chemical_A3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.729834154 L4_chemical_B1 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.809902999 L4_chemical_B2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.408897399 L4_chemical_B3 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.851961196 L4_chemical_C2 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.735567974 L4_chemical_C3 +LQ02X031880 Putative uncharacterized protein 9.264489312 C6_control_A1 +LQ02X031880 Putative uncharacterized protein 10.05853287 C6_control_A3 +LQ02X031880 Putative uncharacterized protein 9.171427937 C6_control_B1 +LQ02X031880 Putative uncharacterized protein 9.352566266 C6_control_B2 +LQ02X031880 Putative uncharacterized protein 9.43437238 C6_control_B3 +LQ02X031880 Putative uncharacterized protein 10.37211767 C6_control_C1 +LQ02X031880 Putative uncharacterized protein 10.53256743 C6_control_C2 +LQ02X031880 Putative uncharacterized protein 10.81962815 C6_control_C3 +LQ02X031880 Putative uncharacterized protein 9.187641194 C6_chemical_A1 +LQ02X031880 Putative uncharacterized protein 9.895603935 C6_chemical_A3 +LQ02X031880 Putative uncharacterized protein 8.578613554 C6_chemical_B1 +LQ02X031880 Putative uncharacterized protein 8.862972454 C6_chemical_B2 +LQ02X031880 Putative uncharacterized protein 9.203746427 C6_chemical_B3 +LQ02X031880 Putative uncharacterized protein 9.815175432 C6_chemical_C1 +LQ02X031880 Putative uncharacterized protein 10.67952744 C6_chemical_C2 +LQ02X031880 Putative uncharacterized protein 10.05441955 C6_chemical_C3 +LQ02X031880 Putative uncharacterized protein 9.527884981 L4_control_A1 +LQ02X031880 Putative uncharacterized protein 9.895425991 L4_control_A2 +LQ02X031880 Putative uncharacterized protein 10.21827305 L4_control_A3 +LQ02X031880 Putative uncharacterized protein 8.981457605 L4_control_B1 +LQ02X031880 Putative uncharacterized protein 9.133360929 L4_control_B2 +LQ02X031880 Putative uncharacterized protein 9.79345123 L4_control_B3 +LQ02X031880 Putative uncharacterized protein 10.91458677 L4_control_C2 +LQ02X031880 Putative uncharacterized protein 11.05865174 L4_control_C3 +LQ02X031880 Putative uncharacterized protein 9.334919527 L4_chemical_A1 +LQ02X031880 Putative uncharacterized protein 9.654173409 L4_chemical_A2 +LQ02X031880 Putative uncharacterized protein 10.02668657 L4_chemical_A3 +LQ02X031880 Putative uncharacterized protein 8.867846622 L4_chemical_B1 +LQ02X031880 Putative uncharacterized protein 9.556321612 L4_chemical_B2 +LQ02X031880 Putative uncharacterized protein 8.983157219 L4_chemical_B3 +LQ02X031880 Putative uncharacterized protein 11.14793551 L4_chemical_C2 +LQ02X031880 Putative uncharacterized protein 11.25667294 L4_chemical_C3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.06949525 C6_control_A1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 11.89353706 C6_control_A3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.00423951 C6_control_B1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 11.87764905 C6_control_B2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 11.976183 C6_control_B3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.53739321 C6_control_C1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.10971008 C6_control_C2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.42055165 C6_control_C3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.08757237 C6_chemical_A1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.42307565 C6_chemical_A3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.05662418 C6_chemical_B1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.23203159 C6_chemical_B2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.17923306 C6_chemical_B3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.51623545 C6_chemical_C1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.30233259 C6_chemical_C2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.73602408 C6_chemical_C3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.25147819 L4_control_A1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.10004798 L4_control_A2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.20488553 L4_control_A3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 11.87667957 L4_control_B1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.41758576 L4_control_B2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.52697547 L4_control_B3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.53477685 L4_control_C2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.42354361 L4_control_C3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.59450798 L4_chemical_A1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.41602377 L4_chemical_A2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.31761175 L4_chemical_A3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 11.98134763 L4_chemical_B1 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.26782399 L4_chemical_B2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.14020955 L4_chemical_B3 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.56368931 L4_chemical_C2 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.28197446 L4_chemical_C3 +LQ02X031920 Predicted protein 5.638496056 C6_control_A1 +LQ02X031920 Predicted protein 5.554174365 C6_control_A3 +LQ02X031920 Predicted protein 6.154793284 C6_control_B1 +LQ02X031920 Predicted protein 5.980607446 C6_control_B2 +LQ02X031920 Predicted protein 5.545682234 C6_control_B3 +LQ02X031920 Predicted protein 6.17633554 C6_control_C1 +LQ02X031920 Predicted protein 5.844187936 C6_control_C2 +LQ02X031920 Predicted protein 6.173179978 C6_control_C3 +LQ02X031920 Predicted protein 5.637427402 C6_chemical_A1 +LQ02X031920 Predicted protein 5.672408666 C6_chemical_A3 +LQ02X031920 Predicted protein 5.613676325 C6_chemical_B1 +LQ02X031920 Predicted protein 5.729091753 C6_chemical_B2 +LQ02X031920 Predicted protein 5.50972709 C6_chemical_B3 +LQ02X031920 Predicted protein 5.94530755 C6_chemical_C1 +LQ02X031920 Predicted protein 5.646762456 C6_chemical_C2 +LQ02X031920 Predicted protein 6.137589657 C6_chemical_C3 +LQ02X031920 Predicted protein 5.733325771 L4_control_A1 +LQ02X031920 Predicted protein 5.896058575 L4_control_A2 +LQ02X031920 Predicted protein 5.537288467 L4_control_A3 +LQ02X031920 Predicted protein 6.073149299 L4_control_B1 +LQ02X031920 Predicted protein 6.048087419 L4_control_B2 +LQ02X031920 Predicted protein 5.160328834 L4_control_B3 +LQ02X031920 Predicted protein 5.536220302 L4_control_C2 +LQ02X031920 Predicted protein 6.201776801 L4_control_C3 +LQ02X031920 Predicted protein 5.349921601 L4_chemical_A1 +LQ02X031920 Predicted protein 5.764316172 L4_chemical_A2 +LQ02X031920 Predicted protein 5.300259307 L4_chemical_A3 +LQ02X031920 Predicted protein 5.770629162 L4_chemical_B1 +LQ02X031920 Predicted protein 6.27620485 L4_chemical_B2 +LQ02X031920 Predicted protein 5.857896466 L4_chemical_B3 +LQ02X031920 Predicted protein 5.814325394 L4_chemical_C2 +LQ02X031920 Predicted protein 5.720792647 L4_chemical_C3 +LQ02X031970 Putative G3BP-like protein 5.330349317 C6_control_A1 +LQ02X031970 Putative G3BP-like protein 5.632333674 C6_control_A3 +LQ02X031970 Putative G3BP-like protein 5.092423292 C6_control_B1 +LQ02X031970 Putative G3BP-like protein 5.354691992 C6_control_B2 +LQ02X031970 Putative G3BP-like protein 5.687727004 C6_control_B3 +LQ02X031970 Putative G3BP-like protein 5.58644188 C6_control_C1 +LQ02X031970 Putative G3BP-like protein 5.183883909 C6_control_C2 +LQ02X031970 Putative G3BP-like protein 5.346544408 C6_control_C3 +LQ02X031970 Putative G3BP-like protein 6.128162902 C6_chemical_A1 +LQ02X031970 Putative G3BP-like protein 5.326229849 C6_chemical_A3 +LQ02X031970 Putative G3BP-like protein 5.431237603 C6_chemical_B1 +LQ02X031970 Putative G3BP-like protein 5.34947235 C6_chemical_B2 +LQ02X031970 Putative G3BP-like protein 5.335780474 C6_chemical_B3 +LQ02X031970 Putative G3BP-like protein 5.444024985 C6_chemical_C1 +LQ02X031970 Putative G3BP-like protein 5.136252225 C6_chemical_C2 +LQ02X031970 Putative G3BP-like protein 5.403790209 C6_chemical_C3 +LQ02X031970 Putative G3BP-like protein 5.906444978 L4_control_A1 +LQ02X031970 Putative G3BP-like protein 5.604774987 L4_control_A2 +LQ02X031970 Putative G3BP-like protein 5.785950903 L4_control_A3 +LQ02X031970 Putative G3BP-like protein 5.365985766 L4_control_B1 +LQ02X031970 Putative G3BP-like protein 5.346944093 L4_control_B2 +LQ02X031970 Putative G3BP-like protein 5.5963067 L4_control_B3 +LQ02X031970 Putative G3BP-like protein 5.177651936 L4_control_C2 +LQ02X031970 Putative G3BP-like protein 5.419172643 L4_control_C3 +LQ02X031970 Putative G3BP-like protein 5.886631098 L4_chemical_A1 +LQ02X031970 Putative G3BP-like protein 5.718054567 L4_chemical_A2 +LQ02X031970 Putative G3BP-like protein 6.024304212 L4_chemical_A3 +LQ02X031970 Putative G3BP-like protein 5.268235419 L4_chemical_B1 +LQ02X031970 Putative G3BP-like protein 5.239757411 L4_chemical_B2 +LQ02X031970 Putative G3BP-like protein 5.461538219 L4_chemical_B3 +LQ02X031970 Putative G3BP-like protein 5.502234895 L4_chemical_C2 +LQ02X031970 Putative G3BP-like protein 5.475543564 L4_chemical_C3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.420085203 C6_control_A1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.778886033 C6_control_A3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.709367721 C6_control_B1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.164767839 C6_control_B2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.328344238 C6_control_B3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.960850306 C6_control_C1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.438216686 C6_control_C2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.213285449 C6_control_C3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.659967003 C6_chemical_A1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.697138926 C6_chemical_A3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.890060137 C6_chemical_B1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.235060709 C6_chemical_B2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.146521493 C6_chemical_B3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.421342849 C6_chemical_C1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.157846844 C6_chemical_C2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.971465967 C6_chemical_C3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.95384872 L4_control_A1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.489192498 L4_control_A2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.451215458 L4_control_A3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.136694093 L4_control_B1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.84927726 L4_control_B2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.113704148 L4_control_B3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.332946942 L4_control_C2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.919186733 L4_control_C3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.997570448 L4_chemical_A1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.358111051 L4_chemical_A2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 6.182402136 L4_chemical_A3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 4.989998836 L4_chemical_B1 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.615394518 L4_chemical_B2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.132440487 L4_chemical_B3 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.156887154 L4_chemical_C2 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.108115391 L4_chemical_C3 +LQ02X032020 Magnesium transporter 5.61966991 C6_control_A1 +LQ02X032020 Magnesium transporter 5.851134769 C6_control_A3 +LQ02X032020 Magnesium transporter 5.593846692 C6_control_B1 +LQ02X032020 Magnesium transporter 5.733666098 C6_control_B2 +LQ02X032020 Magnesium transporter 5.241041455 C6_control_B3 +LQ02X032020 Magnesium transporter 5.689424918 C6_control_C1 +LQ02X032020 Magnesium transporter 6.606741077 C6_control_C2 +LQ02X032020 Magnesium transporter 5.503837168 C6_control_C3 +LQ02X032020 Magnesium transporter 5.446658994 C6_chemical_A1 +LQ02X032020 Magnesium transporter 5.789035159 C6_chemical_A3 +LQ02X032020 Magnesium transporter 5.232603602 C6_chemical_B1 +LQ02X032020 Magnesium transporter 5.6725672 C6_chemical_B2 +LQ02X032020 Magnesium transporter 5.357602307 C6_chemical_B3 +LQ02X032020 Magnesium transporter 5.610159158 C6_chemical_C1 +LQ02X032020 Magnesium transporter 5.714405208 C6_chemical_C2 +LQ02X032020 Magnesium transporter 5.324038352 C6_chemical_C3 +LQ02X032020 Magnesium transporter 5.384848198 L4_control_A1 +LQ02X032020 Magnesium transporter 5.465602617 L4_control_A2 +LQ02X032020 Magnesium transporter 5.471741129 L4_control_A3 +LQ02X032020 Magnesium transporter 5.548600978 L4_control_B1 +LQ02X032020 Magnesium transporter 5.071476793 L4_control_B2 +LQ02X032020 Magnesium transporter 5.291010055 L4_control_B3 +LQ02X032020 Magnesium transporter 5.184134741 L4_control_C2 +LQ02X032020 Magnesium transporter 5.074547243 L4_control_C3 +LQ02X032020 Magnesium transporter 5.20760502 L4_chemical_A1 +LQ02X032020 Magnesium transporter 5.483024276 L4_chemical_A2 +LQ02X032020 Magnesium transporter 5.340828282 L4_chemical_A3 +LQ02X032020 Magnesium transporter 5.125633117 L4_chemical_B1 +LQ02X032020 Magnesium transporter 4.819780713 L4_chemical_B2 +LQ02X032020 Magnesium transporter 5.40609048 L4_chemical_B3 +LQ02X032020 Magnesium transporter 5.104865758 L4_chemical_C2 +LQ02X032020 Magnesium transporter 5.903227622 L4_chemical_C3 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.858346126 C6_control_A1 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.706305478 C6_control_A3 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.945967439 C6_control_B1 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.074151362 C6_control_B2 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.652563106 C6_control_B3 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.429488333 C6_control_C1 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.338554438 C6_control_C2 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.902934626 C6_control_C3 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.342280901 C6_chemical_A1 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.466900262 C6_chemical_A3 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.013587745 C6_chemical_B1 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.970427524 C6_chemical_B2 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.411292885 C6_chemical_B3 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.953630631 C6_chemical_C1 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.296633278 C6_chemical_C2 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.165245209 C6_chemical_C3 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.352368004 L4_control_A1 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.443717962 L4_control_A2 +LQ02X032030 Probable inactive purple acid phosphatase 1 4.840577206 L4_control_A3 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.514243617 L4_control_B1 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.584708222 L4_control_B2 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.581754634 L4_control_B3 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.831550488 L4_control_C2 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.451795098 L4_control_C3 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.543935339 L4_chemical_A1 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.12528012 L4_chemical_A2 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.248050302 L4_chemical_A3 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.285970668 L4_chemical_B1 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.159094279 L4_chemical_B2 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.279474866 L4_chemical_B3 +LQ02X032030 Probable inactive purple acid phosphatase 1 5.379653789 L4_chemical_C2 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.220415178 L4_chemical_C3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.717664701 C6_control_A1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.940413664 C6_control_A3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 7.448814028 C6_control_B1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.081621771 C6_control_B2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 7.741072966 C6_control_B3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.061057956 C6_control_C1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.797955663 C6_control_C2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.842254385 C6_control_C3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.455367084 C6_chemical_A1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.839227299 C6_chemical_A3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 7.05396826 C6_chemical_B1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.201561228 C6_chemical_B2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 7.599094932 C6_chemical_B3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.000521518 C6_chemical_C1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.063650219 C6_chemical_C2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.062230489 C6_chemical_C3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.792133484 L4_control_A1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.848557287 L4_control_A2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.049029311 L4_control_A3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 6.911479114 L4_control_B1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.01025018 L4_control_B2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.000402394 L4_control_B3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 7.380850745 L4_control_C2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.053449423 L4_control_C3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.699926741 L4_chemical_A1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.363922315 L4_chemical_A2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 9.031428974 L4_chemical_A3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 6.109119559 L4_chemical_B1 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 6.596617542 L4_chemical_B2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.203413348 L4_chemical_B3 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 6.580068546 L4_chemical_C2 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.215400094 L4_chemical_C3 +LQ02X032090 Ureide permease 2 9.005588998 C6_control_A1 +LQ02X032090 Ureide permease 2 8.580995694 C6_control_A3 +LQ02X032090 Ureide permease 2 8.642692317 C6_control_B1 +LQ02X032090 Ureide permease 2 8.398222594 C6_control_B2 +LQ02X032090 Ureide permease 2 7.970865512 C6_control_B3 +LQ02X032090 Ureide permease 2 7.784107255 C6_control_C1 +LQ02X032090 Ureide permease 2 6.756371715 C6_control_C2 +LQ02X032090 Ureide permease 2 7.242907995 C6_control_C3 +LQ02X032090 Ureide permease 2 8.612425375 C6_chemical_A1 +LQ02X032090 Ureide permease 2 8.885597213 C6_chemical_A3 +LQ02X032090 Ureide permease 2 7.920343234 C6_chemical_B1 +LQ02X032090 Ureide permease 2 8.210496755 C6_chemical_B2 +LQ02X032090 Ureide permease 2 7.936055497 C6_chemical_B3 +LQ02X032090 Ureide permease 2 7.516766491 C6_chemical_C1 +LQ02X032090 Ureide permease 2 6.235258515 C6_chemical_C2 +LQ02X032090 Ureide permease 2 7.068710698 C6_chemical_C3 +LQ02X032090 Ureide permease 2 8.981757053 L4_control_A1 +LQ02X032090 Ureide permease 2 8.189698788 L4_control_A2 +LQ02X032090 Ureide permease 2 9.671238668 L4_control_A3 +LQ02X032090 Ureide permease 2 8.255697001 L4_control_B1 +LQ02X032090 Ureide permease 2 7.778983977 L4_control_B2 +LQ02X032090 Ureide permease 2 7.946151039 L4_control_B3 +LQ02X032090 Ureide permease 2 6.28957053 L4_control_C2 +LQ02X032090 Ureide permease 2 6.142947881 L4_control_C3 +LQ02X032090 Ureide permease 2 10.04195274 L4_chemical_A1 +LQ02X032090 Ureide permease 2 10.65777874 L4_chemical_A2 +LQ02X032090 Ureide permease 2 10.06051496 L4_chemical_A3 +LQ02X032090 Ureide permease 2 10.79647591 L4_chemical_B1 +LQ02X032090 Ureide permease 2 9.09510023 L4_chemical_B2 +LQ02X032090 Ureide permease 2 8.122323145 L4_chemical_B3 +LQ02X032090 Ureide permease 2 6.591036442 L4_chemical_C2 +LQ02X032090 Ureide permease 2 6.362584957 L4_chemical_C3 +LQ02X032110 Predicted protein 10.86933297 C6_control_A1 +LQ02X032110 Predicted protein 9.990647292 C6_control_A3 +LQ02X032110 Predicted protein 12.07558593 C6_control_B1 +LQ02X032110 Predicted protein 12.58538718 C6_control_B2 +LQ02X032110 Predicted protein 12.07562164 C6_control_B3 +LQ02X032110 Predicted protein 11.92405649 C6_control_C1 +LQ02X032110 Predicted protein 13.19009692 C6_control_C2 +LQ02X032110 Predicted protein 12.13098642 C6_control_C3 +LQ02X032110 Predicted protein 11.91664169 C6_chemical_A1 +LQ02X032110 Predicted protein 11.1928506 C6_chemical_A3 +LQ02X032110 Predicted protein 12.98078655 C6_chemical_B1 +LQ02X032110 Predicted protein 13.14116406 C6_chemical_B2 +LQ02X032110 Predicted protein 12.55794678 C6_chemical_B3 +LQ02X032110 Predicted protein 12.48591641 C6_chemical_C1 +LQ02X032110 Predicted protein 13.24837954 C6_chemical_C2 +LQ02X032110 Predicted protein 12.523267 C6_chemical_C3 +LQ02X032110 Predicted protein 9.838673788 L4_control_A1 +LQ02X032110 Predicted protein 10.3889753 L4_control_A2 +LQ02X032110 Predicted protein 11.38216221 L4_control_A3 +LQ02X032110 Predicted protein 12.52003437 L4_control_B1 +LQ02X032110 Predicted protein 12.838133 L4_control_B2 +LQ02X032110 Predicted protein 12.00589727 L4_control_B3 +LQ02X032110 Predicted protein 13.32354274 L4_control_C2 +LQ02X032110 Predicted protein 12.76638096 L4_control_C3 +LQ02X032110 Predicted protein 11.0510582 L4_chemical_A1 +LQ02X032110 Predicted protein 12.44170406 L4_chemical_A2 +LQ02X032110 Predicted protein 10.98575166 L4_chemical_A3 +LQ02X032110 Predicted protein 12.72813321 L4_chemical_B1 +LQ02X032110 Predicted protein 13.04134168 L4_chemical_B2 +LQ02X032110 Predicted protein 11.70067578 L4_chemical_B3 +LQ02X032110 Predicted protein 13.92382054 L4_chemical_C2 +LQ02X032110 Predicted protein 12.90314683 L4_chemical_C3 +LQ02X032130 Erlin-2-B 5.216613009 C6_control_A1 +LQ02X032130 Erlin-2-B 4.936350083 C6_control_A3 +LQ02X032130 Erlin-2-B 4.880824134 C6_control_B1 +LQ02X032130 Erlin-2-B 5.259243185 C6_control_B2 +LQ02X032130 Erlin-2-B 5.088826513 C6_control_B3 +LQ02X032130 Erlin-2-B 4.818129454 C6_control_C1 +LQ02X032130 Erlin-2-B 4.895841785 C6_control_C2 +LQ02X032130 Erlin-2-B 4.929904797 C6_control_C3 +LQ02X032130 Erlin-2-B 5.533406206 C6_chemical_A1 +LQ02X032130 Erlin-2-B 5.173476679 C6_chemical_A3 +LQ02X032130 Erlin-2-B 4.874112507 C6_chemical_B1 +LQ02X032130 Erlin-2-B 4.870068716 C6_chemical_B2 +LQ02X032130 Erlin-2-B 4.910381241 C6_chemical_B3 +LQ02X032130 Erlin-2-B 4.930484848 C6_chemical_C1 +LQ02X032130 Erlin-2-B 5.054050144 C6_chemical_C2 +LQ02X032130 Erlin-2-B 5.029967287 C6_chemical_C3 +LQ02X032130 Erlin-2-B 5.085086022 L4_control_A1 +LQ02X032130 Erlin-2-B 5.098023368 L4_control_A2 +LQ02X032130 Erlin-2-B 5.715756322 L4_control_A3 +LQ02X032130 Erlin-2-B 5.405871593 L4_control_B1 +LQ02X032130 Erlin-2-B 5.277656022 L4_control_B2 +LQ02X032130 Erlin-2-B 5.245263687 L4_control_B3 +LQ02X032130 Erlin-2-B 5.235565822 L4_control_C2 +LQ02X032130 Erlin-2-B 5.153524674 L4_control_C3 +LQ02X032130 Erlin-2-B 4.891460031 L4_chemical_A1 +LQ02X032130 Erlin-2-B 5.271849495 L4_chemical_A2 +LQ02X032130 Erlin-2-B 5.023526836 L4_chemical_A3 +LQ02X032130 Erlin-2-B 5.187488004 L4_chemical_B1 +LQ02X032130 Erlin-2-B 5.704682145 L4_chemical_B2 +LQ02X032130 Erlin-2-B 5.376435024 L4_chemical_B3 +LQ02X032130 Erlin-2-B 4.914673295 L4_chemical_C2 +LQ02X032130 Erlin-2-B 5.40518213 L4_chemical_C3 +LQ02X032160 Predicted protein 12.94851677 C6_control_A1 +LQ02X032160 Predicted protein 12.44942794 C6_control_A3 +LQ02X032160 Predicted protein 13.58148606 C6_control_B1 +LQ02X032160 Predicted protein 13.36343223 C6_control_B2 +LQ02X032160 Predicted protein 12.84275512 C6_control_B3 +LQ02X032160 Predicted protein 13.7490939 C6_control_C1 +LQ02X032160 Predicted protein 13.98912462 C6_control_C2 +LQ02X032160 Predicted protein 13.53282909 C6_control_C3 +LQ02X032160 Predicted protein 13.21550245 C6_chemical_A1 +LQ02X032160 Predicted protein 12.73881136 C6_chemical_A3 +LQ02X032160 Predicted protein 13.97117537 C6_chemical_B1 +LQ02X032160 Predicted protein 13.84243659 C6_chemical_B2 +LQ02X032160 Predicted protein 13.09741326 C6_chemical_B3 +LQ02X032160 Predicted protein 13.8341314 C6_chemical_C1 +LQ02X032160 Predicted protein 14.04731671 C6_chemical_C2 +LQ02X032160 Predicted protein 13.96249486 C6_chemical_C3 +LQ02X032160 Predicted protein 12.69025472 L4_control_A1 +LQ02X032160 Predicted protein 12.79933638 L4_control_A2 +LQ02X032160 Predicted protein 12.26886314 L4_control_A3 +LQ02X032160 Predicted protein 13.12923357 L4_control_B1 +LQ02X032160 Predicted protein 12.8315373 L4_control_B2 +LQ02X032160 Predicted protein 12.95022695 L4_control_B3 +LQ02X032160 Predicted protein 13.22878056 L4_control_C2 +LQ02X032160 Predicted protein 13.1943772 L4_control_C3 +LQ02X032160 Predicted protein 11.85159969 L4_chemical_A1 +LQ02X032160 Predicted protein 12.47273176 L4_chemical_A2 +LQ02X032160 Predicted protein 11.85072751 L4_chemical_A3 +LQ02X032160 Predicted protein 12.84028807 L4_chemical_B1 +LQ02X032160 Predicted protein 13.24325044 L4_chemical_B2 +LQ02X032160 Predicted protein 12.40696291 L4_chemical_B3 +LQ02X032160 Predicted protein 13.32384772 L4_chemical_C2 +LQ02X032160 Predicted protein 13.54230814 L4_chemical_C3 +LQ02X032170 Putative uncharacterized protein 6.277476183 C6_control_A1 +LQ02X032170 Putative uncharacterized protein 6.623825027 C6_control_A3 +LQ02X032170 Putative uncharacterized protein 6.717388904 C6_control_B1 +LQ02X032170 Putative uncharacterized protein 6.604067124 C6_control_B2 +LQ02X032170 Putative uncharacterized protein 6.80903638 C6_control_B3 +LQ02X032170 Putative uncharacterized protein 7.035295948 C6_control_C1 +LQ02X032170 Putative uncharacterized protein 7.693825345 C6_control_C2 +LQ02X032170 Putative uncharacterized protein 7.378603062 C6_control_C3 +LQ02X032170 Putative uncharacterized protein 6.279934735 C6_chemical_A1 +LQ02X032170 Putative uncharacterized protein 6.177212952 C6_chemical_A3 +LQ02X032170 Putative uncharacterized protein 6.341111378 C6_chemical_B1 +LQ02X032170 Putative uncharacterized protein 6.281198998 C6_chemical_B2 +LQ02X032170 Putative uncharacterized protein 6.39471881 C6_chemical_B3 +LQ02X032170 Putative uncharacterized protein 7.160649594 C6_chemical_C1 +LQ02X032170 Putative uncharacterized protein 7.127886229 C6_chemical_C2 +LQ02X032170 Putative uncharacterized protein 7.199538787 C6_chemical_C3 +LQ02X032170 Putative uncharacterized protein 6.25642703 L4_control_A1 +LQ02X032170 Putative uncharacterized protein 6.01040091 L4_control_A2 +LQ02X032170 Putative uncharacterized protein 5.711215348 L4_control_A3 +LQ02X032170 Putative uncharacterized protein 5.686780777 L4_control_B1 +LQ02X032170 Putative uncharacterized protein 6.243947072 L4_control_B2 +LQ02X032170 Putative uncharacterized protein 5.776498497 L4_control_B3 +LQ02X032170 Putative uncharacterized protein 7.745012084 L4_control_C2 +LQ02X032170 Putative uncharacterized protein 6.807378828 L4_control_C3 +LQ02X032170 Putative uncharacterized protein 5.689599781 L4_chemical_A1 +LQ02X032170 Putative uncharacterized protein 5.762065031 L4_chemical_A2 +LQ02X032170 Putative uncharacterized protein 5.398944262 L4_chemical_A3 +LQ02X032170 Putative uncharacterized protein 5.958262473 L4_chemical_B1 +LQ02X032170 Putative uncharacterized protein 5.459107898 L4_chemical_B2 +LQ02X032170 Putative uncharacterized protein 5.8223076 L4_chemical_B3 +LQ02X032170 Putative uncharacterized protein 6.428802306 L4_chemical_C2 +LQ02X032170 Putative uncharacterized protein 5.643218332 L4_chemical_C3 +LQ02X032180 Predicted protein 11.81494806 C6_control_A1 +LQ02X032180 Predicted protein 10.40609763 C6_control_A3 +LQ02X032180 Predicted protein 11.58118507 C6_control_B1 +LQ02X032180 Predicted protein 12.93021671 C6_control_B2 +LQ02X032180 Predicted protein 10.82431979 C6_control_B3 +LQ02X032180 Predicted protein 14.70564509 C6_control_C1 +LQ02X032180 Predicted protein 13.91835091 C6_control_C2 +LQ02X032180 Predicted protein 13.76941917 C6_control_C3 +LQ02X032180 Predicted protein 11.97960539 C6_chemical_A1 +LQ02X032180 Predicted protein 10.74302372 C6_chemical_A3 +LQ02X032180 Predicted protein 11.69467373 C6_chemical_B1 +LQ02X032180 Predicted protein 13.2891412 C6_chemical_B2 +LQ02X032180 Predicted protein 10.92397242 C6_chemical_B3 +LQ02X032180 Predicted protein 14.79124309 C6_chemical_C1 +LQ02X032180 Predicted protein 14.55557279 C6_chemical_C2 +LQ02X032180 Predicted protein 14.72689745 C6_chemical_C3 +LQ02X032180 Predicted protein 10.94918242 L4_control_A1 +LQ02X032180 Predicted protein 10.80960064 L4_control_A2 +LQ02X032180 Predicted protein 9.385493704 L4_control_A3 +LQ02X032180 Predicted protein 10.78059065 L4_control_B1 +LQ02X032180 Predicted protein 9.152546809 L4_control_B2 +LQ02X032180 Predicted protein 10.70699162 L4_control_B3 +LQ02X032180 Predicted protein 11.61975422 L4_control_C2 +LQ02X032180 Predicted protein 10.75824062 L4_control_C3 +LQ02X032180 Predicted protein 10.76774294 L4_chemical_A1 +LQ02X032180 Predicted protein 11.30153514 L4_chemical_A2 +LQ02X032180 Predicted protein 9.971657358 L4_chemical_A3 +LQ02X032180 Predicted protein 10.42251768 L4_chemical_B1 +LQ02X032180 Predicted protein 10.24623734 L4_chemical_B2 +LQ02X032180 Predicted protein 10.31955791 L4_chemical_B3 +LQ02X032180 Predicted protein 11.72307059 L4_chemical_C2 +LQ02X032180 Predicted protein 11.42321948 L4_chemical_C3 +LQ02X032190 Putative 50S ribosomal protein L18 6.079982005 C6_control_A1 +LQ02X032190 Putative 50S ribosomal protein L18 5.849435332 C6_control_A3 +LQ02X032190 Putative 50S ribosomal protein L18 4.852113337 C6_control_B1 +LQ02X032190 Putative 50S ribosomal protein L18 5.674653935 C6_control_B2 +LQ02X032190 Putative 50S ribosomal protein L18 5.504155972 C6_control_B3 +LQ02X032190 Putative 50S ribosomal protein L18 5.980105104 C6_control_C1 +LQ02X032190 Putative 50S ribosomal protein L18 6.235814305 C6_control_C2 +LQ02X032190 Putative 50S ribosomal protein L18 5.885785896 C6_control_C3 +LQ02X032190 Putative 50S ribosomal protein L18 5.790174975 C6_chemical_A1 +LQ02X032190 Putative 50S ribosomal protein L18 5.639826921 C6_chemical_A3 +LQ02X032190 Putative 50S ribosomal protein L18 4.850402154 C6_chemical_B1 +LQ02X032190 Putative 50S ribosomal protein L18 5.933630577 C6_chemical_B2 +LQ02X032190 Putative 50S ribosomal protein L18 5.727238906 C6_chemical_B3 +LQ02X032190 Putative 50S ribosomal protein L18 5.907262527 C6_chemical_C1 +LQ02X032190 Putative 50S ribosomal protein L18 5.91464791 C6_chemical_C2 +LQ02X032190 Putative 50S ribosomal protein L18 5.928590402 C6_chemical_C3 +LQ02X032190 Putative 50S ribosomal protein L18 5.698316018 L4_control_A1 +LQ02X032190 Putative 50S ribosomal protein L18 5.479637302 L4_control_A2 +LQ02X032190 Putative 50S ribosomal protein L18 5.793887405 L4_control_A3 +LQ02X032190 Putative 50S ribosomal protein L18 6.111321495 L4_control_B1 +LQ02X032190 Putative 50S ribosomal protein L18 5.693939723 L4_control_B2 +LQ02X032190 Putative 50S ribosomal protein L18 5.488271786 L4_control_B3 +LQ02X032190 Putative 50S ribosomal protein L18 5.15276274 L4_control_C2 +LQ02X032190 Putative 50S ribosomal protein L18 5.27493712 L4_control_C3 +LQ02X032190 Putative 50S ribosomal protein L18 5.652240751 L4_chemical_A1 +LQ02X032190 Putative 50S ribosomal protein L18 5.861578958 L4_chemical_A2 +LQ02X032190 Putative 50S ribosomal protein L18 5.818944743 L4_chemical_A3 +LQ02X032190 Putative 50S ribosomal protein L18 5.303525938 L4_chemical_B1 +LQ02X032190 Putative 50S ribosomal protein L18 5.736971675 L4_chemical_B2 +LQ02X032190 Putative 50S ribosomal protein L18 5.826852769 L4_chemical_B3 +LQ02X032190 Putative 50S ribosomal protein L18 5.614285828 L4_chemical_C2 +LQ02X032190 Putative 50S ribosomal protein L18 5.290315448 L4_chemical_C3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.96110186 C6_control_A1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.03786285 C6_control_A3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.91283639 C6_control_B1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.24943883 C6_control_B2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.81612761 C6_control_B3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.41831986 C6_control_C1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.26507189 C6_control_C2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.51022731 C6_control_C3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.72974742 C6_chemical_A1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.0382475 C6_chemical_A3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.65838507 C6_chemical_B1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.16386546 C6_chemical_B2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.63448736 C6_chemical_B3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.37033567 C6_chemical_C1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.39479223 C6_chemical_C2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.17565775 C6_chemical_C3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.74160496 L4_control_A1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.17825771 L4_control_A2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.67712421 L4_control_A3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.73094843 L4_control_B1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.76132304 L4_control_B2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.83215846 L4_control_B3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.73173993 L4_control_C2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.86055711 L4_control_C3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.02540097 L4_chemical_A1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.22249769 L4_chemical_A2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.53928672 L4_chemical_A3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.78338921 L4_chemical_B1 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.60487588 L4_chemical_B2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.90890288 L4_chemical_B3 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.67424687 L4_chemical_C2 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 13.03458228 L4_chemical_C3 +LQ02X032230 Putative uncharacterized protein 5.527670172 C6_control_A1 +LQ02X032230 Putative uncharacterized protein 6.71999569 C6_control_A3 +LQ02X032230 Putative uncharacterized protein 5.629328361 C6_control_B1 +LQ02X032230 Putative uncharacterized protein 5.477691009 C6_control_B2 +LQ02X032230 Putative uncharacterized protein 5.188976831 C6_control_B3 +LQ02X032230 Putative uncharacterized protein 5.550660526 C6_control_C1 +LQ02X032230 Putative uncharacterized protein 6.469525636 C6_control_C2 +LQ02X032230 Putative uncharacterized protein 5.045255378 C6_control_C3 +LQ02X032230 Putative uncharacterized protein 5.418940292 C6_chemical_A1 +LQ02X032230 Putative uncharacterized protein 5.234136507 C6_chemical_A3 +LQ02X032230 Putative uncharacterized protein 5.527411773 C6_chemical_B1 +LQ02X032230 Putative uncharacterized protein 5.461776359 C6_chemical_B2 +LQ02X032230 Putative uncharacterized protein 5.477958769 C6_chemical_B3 +LQ02X032230 Putative uncharacterized protein 5.639442249 C6_chemical_C1 +LQ02X032230 Putative uncharacterized protein 5.666971267 C6_chemical_C2 +LQ02X032230 Putative uncharacterized protein 5.672420328 C6_chemical_C3 +LQ02X032230 Putative uncharacterized protein 5.116632885 L4_control_A1 +LQ02X032230 Putative uncharacterized protein 5.126691983 L4_control_A2 +LQ02X032230 Putative uncharacterized protein 5.163241049 L4_control_A3 +LQ02X032230 Putative uncharacterized protein 5.347519518 L4_control_B1 +LQ02X032230 Putative uncharacterized protein 5.207159202 L4_control_B2 +LQ02X032230 Putative uncharacterized protein 5.315784537 L4_control_B3 +LQ02X032230 Putative uncharacterized protein 7.021784164 L4_control_C2 +LQ02X032230 Putative uncharacterized protein 6.491852281 L4_control_C3 +LQ02X032230 Putative uncharacterized protein 5.403111601 L4_chemical_A1 +LQ02X032230 Putative uncharacterized protein 5.042165993 L4_chemical_A2 +LQ02X032230 Putative uncharacterized protein 5.351658212 L4_chemical_A3 +LQ02X032230 Putative uncharacterized protein 5.353260747 L4_chemical_B1 +LQ02X032230 Putative uncharacterized protein 5.096666246 L4_chemical_B2 +LQ02X032230 Putative uncharacterized protein 5.148143434 L4_chemical_B3 +LQ02X032230 Putative uncharacterized protein 5.794042421 L4_chemical_C2 +LQ02X032230 Putative uncharacterized protein 6.150207473 L4_chemical_C3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 12.24579272 C6_control_A1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 12.254146 C6_control_A3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.99612877 C6_control_B1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.32437796 C6_control_B2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.70576489 C6_control_B3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.15470312 C6_control_C1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.10188792 C6_control_C2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.73225663 C6_control_C3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 12.12291507 C6_chemical_A1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 12.36693835 C6_chemical_A3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.45843199 C6_chemical_B1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.43440047 C6_chemical_B2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.53250974 C6_chemical_B3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 9.646433755 C6_chemical_C1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.03613004 C6_chemical_C2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.00875494 C6_chemical_C3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 12.05591231 L4_control_A1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.85553827 L4_control_A2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.52857871 L4_control_A3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.01350941 L4_control_B1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.89139579 L4_control_B2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.49737928 L4_control_B3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 9.72969075 L4_control_C2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 9.564857764 L4_control_C3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.45412782 L4_chemical_A1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.84500642 L4_chemical_A2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.45496129 L4_chemical_A3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.66263087 L4_chemical_B1 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 10.66274598 L4_chemical_B2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 11.75807692 L4_chemical_B3 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 9.437269585 L4_chemical_C2 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 9.901092806 L4_chemical_C3 +LQ02X032250 Probable methyltransferase PMT5 10.6948978 C6_control_A1 +LQ02X032250 Probable methyltransferase PMT5 10.52446297 C6_control_A3 +LQ02X032250 Probable methyltransferase PMT5 11.09744733 C6_control_B1 +LQ02X032250 Probable methyltransferase PMT5 10.47611767 C6_control_B2 +LQ02X032250 Probable methyltransferase PMT5 10.87221772 C6_control_B3 +LQ02X032250 Probable methyltransferase PMT5 9.346055556 C6_control_C1 +LQ02X032250 Probable methyltransferase PMT5 8.996337405 C6_control_C2 +LQ02X032250 Probable methyltransferase PMT5 9.056774459 C6_control_C3 +LQ02X032250 Probable methyltransferase PMT5 10.67935801 C6_chemical_A1 +LQ02X032250 Probable methyltransferase PMT5 10.12323535 C6_chemical_A3 +LQ02X032250 Probable methyltransferase PMT5 10.92859289 C6_chemical_B1 +LQ02X032250 Probable methyltransferase PMT5 10.70588486 C6_chemical_B2 +LQ02X032250 Probable methyltransferase PMT5 10.40516501 C6_chemical_B3 +LQ02X032250 Probable methyltransferase PMT5 9.340922907 C6_chemical_C1 +LQ02X032250 Probable methyltransferase PMT5 9.102695481 C6_chemical_C2 +LQ02X032250 Probable methyltransferase PMT5 8.611446424 C6_chemical_C3 +LQ02X032250 Probable methyltransferase PMT5 10.44507702 L4_control_A1 +LQ02X032250 Probable methyltransferase PMT5 10.44454978 L4_control_A2 +LQ02X032250 Probable methyltransferase PMT5 10.57907183 L4_control_A3 +LQ02X032250 Probable methyltransferase PMT5 10.26729862 L4_control_B1 +LQ02X032250 Probable methyltransferase PMT5 10.99825009 L4_control_B2 +LQ02X032250 Probable methyltransferase PMT5 9.760113942 L4_control_B3 +LQ02X032250 Probable methyltransferase PMT5 9.074682699 L4_control_C2 +LQ02X032250 Probable methyltransferase PMT5 8.302941755 L4_control_C3 +LQ02X032250 Probable methyltransferase PMT5 10.10014417 L4_chemical_A1 +LQ02X032250 Probable methyltransferase PMT5 10.04927498 L4_chemical_A2 +LQ02X032250 Probable methyltransferase PMT5 10.38088554 L4_chemical_A3 +LQ02X032250 Probable methyltransferase PMT5 10.31984134 L4_chemical_B1 +LQ02X032250 Probable methyltransferase PMT5 10.59002502 L4_chemical_B2 +LQ02X032250 Probable methyltransferase PMT5 10.05374663 L4_chemical_B3 +LQ02X032250 Probable methyltransferase PMT5 7.999698105 L4_chemical_C2 +LQ02X032250 Probable methyltransferase PMT5 8.164397424 L4_chemical_C3 +LQ02X032260 Putative Protein KTI12 homolog 12.15699263 C6_control_A1 +LQ02X032260 Putative Protein KTI12 homolog 11.66629858 C6_control_A3 +LQ02X032260 Putative Protein KTI12 homolog 11.97902706 C6_control_B1 +LQ02X032260 Putative Protein KTI12 homolog 12.25573534 C6_control_B2 +LQ02X032260 Putative Protein KTI12 homolog 12.04027369 C6_control_B3 +LQ02X032260 Putative Protein KTI12 homolog 12.77387777 C6_control_C1 +LQ02X032260 Putative Protein KTI12 homolog 12.59215729 C6_control_C2 +LQ02X032260 Putative Protein KTI12 homolog 11.77111053 C6_control_C3 +LQ02X032260 Putative Protein KTI12 homolog 11.98421671 C6_chemical_A1 +LQ02X032260 Putative Protein KTI12 homolog 11.46441956 C6_chemical_A3 +LQ02X032260 Putative Protein KTI12 homolog 12.03491273 C6_chemical_B1 +LQ02X032260 Putative Protein KTI12 homolog 12.35100366 C6_chemical_B2 +LQ02X032260 Putative Protein KTI12 homolog 12.10329413 C6_chemical_B3 +LQ02X032260 Putative Protein KTI12 homolog 12.82237151 C6_chemical_C1 +LQ02X032260 Putative Protein KTI12 homolog 12.51101371 C6_chemical_C2 +LQ02X032260 Putative Protein KTI12 homolog 12.15469273 C6_chemical_C3 +LQ02X032260 Putative Protein KTI12 homolog 11.70361569 L4_control_A1 +LQ02X032260 Putative Protein KTI12 homolog 12.01434958 L4_control_A2 +LQ02X032260 Putative Protein KTI12 homolog 11.59364773 L4_control_A3 +LQ02X032260 Putative Protein KTI12 homolog 10.96926932 L4_control_B1 +LQ02X032260 Putative Protein KTI12 homolog 11.41025039 L4_control_B2 +LQ02X032260 Putative Protein KTI12 homolog 11.17082465 L4_control_B3 +LQ02X032260 Putative Protein KTI12 homolog 11.94696918 L4_control_C2 +LQ02X032260 Putative Protein KTI12 homolog 11.59320698 L4_control_C3 +LQ02X032260 Putative Protein KTI12 homolog 11.38891515 L4_chemical_A1 +LQ02X032260 Putative Protein KTI12 homolog 11.75631887 L4_chemical_A2 +LQ02X032260 Putative Protein KTI12 homolog 11.31816708 L4_chemical_A3 +LQ02X032260 Putative Protein KTI12 homolog 11.30991831 L4_chemical_B1 +LQ02X032260 Putative Protein KTI12 homolog 11.07799504 L4_chemical_B2 +LQ02X032260 Putative Protein KTI12 homolog 10.86919479 L4_chemical_B3 +LQ02X032260 Putative Protein KTI12 homolog 11.36383404 L4_chemical_C2 +LQ02X032260 Putative Protein KTI12 homolog 11.32364911 L4_chemical_C3 +LQ02X032270 Putative COBW domain-containing protein 1 11.43013793 C6_control_A1 +LQ02X032270 Putative COBW domain-containing protein 1 11.609217 C6_control_A3 +LQ02X032270 Putative COBW domain-containing protein 1 11.37035417 C6_control_B1 +LQ02X032270 Putative COBW domain-containing protein 1 11.13748349 C6_control_B2 +LQ02X032270 Putative COBW domain-containing protein 1 11.28022617 C6_control_B3 +LQ02X032270 Putative COBW domain-containing protein 1 11.6694403 C6_control_C1 +LQ02X032270 Putative COBW domain-containing protein 1 11.88613497 C6_control_C2 +LQ02X032270 Putative COBW domain-containing protein 1 11.38723644 C6_control_C3 +LQ02X032270 Putative COBW domain-containing protein 1 11.36438073 C6_chemical_A1 +LQ02X032270 Putative COBW domain-containing protein 1 11.57961947 C6_chemical_A3 +LQ02X032270 Putative COBW domain-containing protein 1 11.52936437 C6_chemical_B1 +LQ02X032270 Putative COBW domain-containing protein 1 10.96040631 C6_chemical_B2 +LQ02X032270 Putative COBW domain-containing protein 1 11.25581798 C6_chemical_B3 +LQ02X032270 Putative COBW domain-containing protein 1 11.73279705 C6_chemical_C1 +LQ02X032270 Putative COBW domain-containing protein 1 11.95461351 C6_chemical_C2 +LQ02X032270 Putative COBW domain-containing protein 1 11.42261743 C6_chemical_C3 +LQ02X032270 Putative COBW domain-containing protein 1 11.49600269 L4_control_A1 +LQ02X032270 Putative COBW domain-containing protein 1 11.89306895 L4_control_A2 +LQ02X032270 Putative COBW domain-containing protein 1 12.28028996 L4_control_A3 +LQ02X032270 Putative COBW domain-containing protein 1 11.93150569 L4_control_B1 +LQ02X032270 Putative COBW domain-containing protein 1 12.06712693 L4_control_B2 +LQ02X032270 Putative COBW domain-containing protein 1 11.78615814 L4_control_B3 +LQ02X032270 Putative COBW domain-containing protein 1 12.52543899 L4_control_C2 +LQ02X032270 Putative COBW domain-containing protein 1 12.17081757 L4_control_C3 +LQ02X032270 Putative COBW domain-containing protein 1 11.70536986 L4_chemical_A1 +LQ02X032270 Putative COBW domain-containing protein 1 11.9301814 L4_chemical_A2 +LQ02X032270 Putative COBW domain-containing protein 1 12.06280634 L4_chemical_A3 +LQ02X032270 Putative COBW domain-containing protein 1 12.14464757 L4_chemical_B1 +LQ02X032270 Putative COBW domain-containing protein 1 11.76532562 L4_chemical_B2 +LQ02X032270 Putative COBW domain-containing protein 1 11.43458753 L4_chemical_B3 +LQ02X032270 Putative COBW domain-containing protein 1 12.25955153 L4_chemical_C2 +LQ02X032270 Putative COBW domain-containing protein 1 12.20833814 L4_chemical_C3 +LQ02X032290 Beta-glucosidase 40 8.931474886 C6_control_A1 +LQ02X032290 Beta-glucosidase 40 9.116057519 C6_control_A3 +LQ02X032290 Beta-glucosidase 40 10.04710666 C6_control_B1 +LQ02X032290 Beta-glucosidase 40 9.22355295 C6_control_B2 +LQ02X032290 Beta-glucosidase 40 10.26815575 C6_control_B3 +LQ02X032290 Beta-glucosidase 40 7.735114394 C6_control_C1 +LQ02X032290 Beta-glucosidase 40 7.530116103 C6_control_C2 +LQ02X032290 Beta-glucosidase 40 7.758924611 C6_control_C3 +LQ02X032290 Beta-glucosidase 40 8.659190545 C6_chemical_A1 +LQ02X032290 Beta-glucosidase 40 8.630361509 C6_chemical_A3 +LQ02X032290 Beta-glucosidase 40 9.948946462 C6_chemical_B1 +LQ02X032290 Beta-glucosidase 40 9.172264819 C6_chemical_B2 +LQ02X032290 Beta-glucosidase 40 9.854451707 C6_chemical_B3 +LQ02X032290 Beta-glucosidase 40 7.406817262 C6_chemical_C1 +LQ02X032290 Beta-glucosidase 40 7.918197177 C6_chemical_C2 +LQ02X032290 Beta-glucosidase 40 7.396399759 C6_chemical_C3 +LQ02X032290 Beta-glucosidase 40 8.192146463 L4_control_A1 +LQ02X032290 Beta-glucosidase 40 9.15334972 L4_control_A2 +LQ02X032290 Beta-glucosidase 40 9.162090027 L4_control_A3 +LQ02X032290 Beta-glucosidase 40 10.55410903 L4_control_B1 +LQ02X032290 Beta-glucosidase 40 10.85076263 L4_control_B2 +LQ02X032290 Beta-glucosidase 40 9.775489231 L4_control_B3 +LQ02X032290 Beta-glucosidase 40 9.211845273 L4_control_C2 +LQ02X032290 Beta-glucosidase 40 9.68039052 L4_control_C3 +LQ02X032290 Beta-glucosidase 40 7.769988616 L4_chemical_A1 +LQ02X032290 Beta-glucosidase 40 9.011191034 L4_chemical_A2 +LQ02X032290 Beta-glucosidase 40 8.344192184 L4_chemical_A3 +LQ02X032290 Beta-glucosidase 40 10.73003706 L4_chemical_B1 +LQ02X032290 Beta-glucosidase 40 11.47074685 L4_chemical_B2 +LQ02X032290 Beta-glucosidase 40 9.901030648 L4_chemical_B3 +LQ02X032290 Beta-glucosidase 40 8.892875753 L4_chemical_C2 +LQ02X032290 Beta-glucosidase 40 9.248672217 L4_chemical_C3 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.37852597 C6_control_A1 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.73255717 C6_control_A3 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.749272 C6_control_B1 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.10155241 C6_control_B2 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.66120676 C6_control_B3 +LQ02X032320 UDP-glucose 6-dehydrogenase 9.681205901 C6_control_C1 +LQ02X032320 UDP-glucose 6-dehydrogenase 9.521751305 C6_control_C2 +LQ02X032320 UDP-glucose 6-dehydrogenase 9.675050582 C6_control_C3 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.63901707 C6_chemical_A1 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.8957469 C6_chemical_A3 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.59365047 C6_chemical_B1 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.01960917 C6_chemical_B2 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.72793593 C6_chemical_B3 +LQ02X032320 UDP-glucose 6-dehydrogenase 9.495787642 C6_chemical_C1 +LQ02X032320 UDP-glucose 6-dehydrogenase 9.063582144 C6_chemical_C2 +LQ02X032320 UDP-glucose 6-dehydrogenase 9.338299366 C6_chemical_C3 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.99113824 L4_control_A1 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.0795049 L4_control_A2 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.72530294 L4_control_A3 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.89659546 L4_control_B1 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.75889106 L4_control_B2 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.29111574 L4_control_B3 +LQ02X032320 UDP-glucose 6-dehydrogenase 9.093146127 L4_control_C2 +LQ02X032320 UDP-glucose 6-dehydrogenase 10.00903895 L4_control_C3 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.48177858 L4_chemical_A1 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.66816024 L4_chemical_A2 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.73125934 L4_chemical_A3 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.02500765 L4_chemical_B1 +LQ02X032320 UDP-glucose 6-dehydrogenase 11.95509716 L4_chemical_B2 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.73498561 L4_chemical_B3 +LQ02X032320 UDP-glucose 6-dehydrogenase 8.680670351 L4_chemical_C2 +LQ02X032320 UDP-glucose 6-dehydrogenase 9.722824273 L4_chemical_C3 +LQ02X032380 Probable inactive purple acid phosphatase 2 9.770979928 C6_control_A1 +LQ02X032380 Probable inactive purple acid phosphatase 2 9.462240599 C6_control_A3 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.19963939 C6_control_B1 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.24582478 C6_control_B2 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.2089778 C6_control_B3 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.69704117 C6_control_C1 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.30956166 C6_control_C2 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.44630634 C6_control_C3 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.36271029 C6_chemical_A1 +LQ02X032380 Probable inactive purple acid phosphatase 2 9.866427699 C6_chemical_A3 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.8385534 C6_chemical_B1 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.3334448 C6_chemical_B2 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.63196191 C6_chemical_B3 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.54771853 C6_chemical_C1 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.84067173 C6_chemical_C2 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.87955931 C6_chemical_C3 +LQ02X032380 Probable inactive purple acid phosphatase 2 9.95941887 L4_control_A1 +LQ02X032380 Probable inactive purple acid phosphatase 2 9.914611696 L4_control_A2 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.64389116 L4_control_A3 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.11954731 L4_control_B1 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.90577347 L4_control_B2 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.51133824 L4_control_B3 +LQ02X032380 Probable inactive purple acid phosphatase 2 11.52745319 L4_control_C2 +LQ02X032380 Probable inactive purple acid phosphatase 2 12.22258445 L4_control_C3 +LQ02X032380 Probable inactive purple acid phosphatase 2 9.496223509 L4_chemical_A1 +LQ02X032380 Probable inactive purple acid phosphatase 2 9.869978585 L4_chemical_A2 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.26777994 L4_chemical_A3 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.5723913 L4_chemical_B1 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.51611613 L4_chemical_B2 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.33905065 L4_chemical_B3 +LQ02X032380 Probable inactive purple acid phosphatase 2 11.42922835 L4_chemical_C2 +LQ02X032380 Probable inactive purple acid phosphatase 2 11.97778484 L4_chemical_C3 +LQ02X032440 Putative uncharacterized protein 11.89345429 C6_control_A1 +LQ02X032440 Putative uncharacterized protein 10.49094778 C6_control_A3 +LQ02X032440 Putative uncharacterized protein 11.92238831 C6_control_B1 +LQ02X032440 Putative uncharacterized protein 12.4789952 C6_control_B2 +LQ02X032440 Putative uncharacterized protein 11.35458349 C6_control_B3 +LQ02X032440 Putative uncharacterized protein 11.65099102 C6_control_C1 +LQ02X032440 Putative uncharacterized protein 12.09174192 C6_control_C2 +LQ02X032440 Putative uncharacterized protein 11.27201666 C6_control_C3 +LQ02X032440 Putative uncharacterized protein 12.05728598 C6_chemical_A1 +LQ02X032440 Putative uncharacterized protein 11.40787488 C6_chemical_A3 +LQ02X032440 Putative uncharacterized protein 12.00735377 C6_chemical_B1 +LQ02X032440 Putative uncharacterized protein 12.70361629 C6_chemical_B2 +LQ02X032440 Putative uncharacterized protein 12.10148124 C6_chemical_B3 +LQ02X032440 Putative uncharacterized protein 11.38844509 C6_chemical_C1 +LQ02X032440 Putative uncharacterized protein 12.25918984 C6_chemical_C2 +LQ02X032440 Putative uncharacterized protein 10.82382318 C6_chemical_C3 +LQ02X032440 Putative uncharacterized protein 10.95190525 L4_control_A1 +LQ02X032440 Putative uncharacterized protein 11.36206404 L4_control_A2 +LQ02X032440 Putative uncharacterized protein 10.93285316 L4_control_A3 +LQ02X032440 Putative uncharacterized protein 10.7651726 L4_control_B1 +LQ02X032440 Putative uncharacterized protein 11.72796224 L4_control_B2 +LQ02X032440 Putative uncharacterized protein 11.53242255 L4_control_B3 +LQ02X032440 Putative uncharacterized protein 10.6181319 L4_control_C2 +LQ02X032440 Putative uncharacterized protein 10.401392 L4_control_C3 +LQ02X032440 Putative uncharacterized protein 11.87026093 L4_chemical_A1 +LQ02X032440 Putative uncharacterized protein 11.86233493 L4_chemical_A2 +LQ02X032440 Putative uncharacterized protein 10.66353001 L4_chemical_A3 +LQ02X032440 Putative uncharacterized protein 10.565764 L4_chemical_B1 +LQ02X032440 Putative uncharacterized protein 11.35158947 L4_chemical_B2 +LQ02X032440 Putative uncharacterized protein 11.45515207 L4_chemical_B3 +LQ02X032440 Putative uncharacterized protein 10.67759469 L4_chemical_C2 +LQ02X032440 Putative uncharacterized protein 11.0524281 L4_chemical_C3 +LQ02X032450 Predicted protein 6.234851397 C6_control_A1 +LQ02X032450 Predicted protein 5.784213917 C6_control_A3 +LQ02X032450 Predicted protein 5.950704873 C6_control_B1 +LQ02X032450 Predicted protein 6.721391772 C6_control_B2 +LQ02X032450 Predicted protein 6.156768248 C6_control_B3 +LQ02X032450 Predicted protein 6.173248848 C6_control_C1 +LQ02X032450 Predicted protein 6.220914972 C6_control_C2 +LQ02X032450 Predicted protein 6.313730769 C6_control_C3 +LQ02X032450 Predicted protein 6.218330253 C6_chemical_A1 +LQ02X032450 Predicted protein 5.626402451 C6_chemical_A3 +LQ02X032450 Predicted protein 6.034284424 C6_chemical_B1 +LQ02X032450 Predicted protein 6.577810295 C6_chemical_B2 +LQ02X032450 Predicted protein 5.987737467 C6_chemical_B3 +LQ02X032450 Predicted protein 5.969684055 C6_chemical_C1 +LQ02X032450 Predicted protein 6.313447578 C6_chemical_C2 +LQ02X032450 Predicted protein 5.876088001 C6_chemical_C3 +LQ02X032450 Predicted protein 6.045379677 L4_control_A1 +LQ02X032450 Predicted protein 6.234723556 L4_control_A2 +LQ02X032450 Predicted protein 6.038779579 L4_control_A3 +LQ02X032450 Predicted protein 5.844405792 L4_control_B1 +LQ02X032450 Predicted protein 6.070138942 L4_control_B2 +LQ02X032450 Predicted protein 6.209849417 L4_control_B3 +LQ02X032450 Predicted protein 5.981451617 L4_control_C2 +LQ02X032450 Predicted protein 5.220801773 L4_control_C3 +LQ02X032450 Predicted protein 6.069355031 L4_chemical_A1 +LQ02X032450 Predicted protein 5.733389065 L4_chemical_A2 +LQ02X032450 Predicted protein 5.54279021 L4_chemical_A3 +LQ02X032450 Predicted protein 6.135308208 L4_chemical_B1 +LQ02X032450 Predicted protein 5.982429759 L4_chemical_B2 +LQ02X032450 Predicted protein 6.501574328 L4_chemical_B3 +LQ02X032450 Predicted protein 5.860792125 L4_chemical_C2 +LQ02X032450 Predicted protein 5.724086359 L4_chemical_C3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.14686701 C6_control_A1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.4333187 C6_control_A3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.3113359 C6_control_B1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.76604957 C6_control_B2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.59717963 C6_control_B3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.12099124 C6_control_C1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.84945601 C6_control_C2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.87939685 C6_control_C3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.01213592 C6_chemical_A1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.4123729 C6_chemical_A3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.29262406 C6_chemical_B1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.5663135 C6_chemical_B2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.53033925 C6_chemical_B3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 9.847889718 C6_chemical_C1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.8320047 C6_chemical_C2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.00378047 C6_chemical_C3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.79011166 L4_control_A1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.39849896 L4_control_A2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.4098479 L4_control_A3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.03200656 L4_control_B1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.29422709 L4_control_B2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.43173409 L4_control_B3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.33300137 L4_control_C2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.88451214 L4_control_C3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.79093622 L4_chemical_A1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.47099493 L4_chemical_A2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.31648432 L4_chemical_A3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.75414777 L4_chemical_B1 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.38398615 L4_chemical_B2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.25109512 L4_chemical_B3 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.68132259 L4_chemical_C2 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 11.36588482 L4_chemical_C3 +LQ02X032480 Putative Predicted protein 14.97519585 C6_control_A1 +LQ02X032480 Putative Predicted protein 14.38830041 C6_control_A3 +LQ02X032480 Putative Predicted protein 14.99792717 C6_control_B1 +LQ02X032480 Putative Predicted protein 14.43656888 C6_control_B2 +LQ02X032480 Putative Predicted protein 13.68322936 C6_control_B3 +LQ02X032480 Putative Predicted protein 13.54415253 C6_control_C1 +LQ02X032480 Putative Predicted protein 13.02344686 C6_control_C2 +LQ02X032480 Putative Predicted protein 12.36286019 C6_control_C3 +LQ02X032480 Putative Predicted protein 15.2609618 C6_chemical_A1 +LQ02X032480 Putative Predicted protein 15.11828547 C6_chemical_A3 +LQ02X032480 Putative Predicted protein 14.82195098 C6_chemical_B1 +LQ02X032480 Putative Predicted protein 14.52034007 C6_chemical_B2 +LQ02X032480 Putative Predicted protein 14.32153803 C6_chemical_B3 +LQ02X032480 Putative Predicted protein 13.34153441 C6_chemical_C1 +LQ02X032480 Putative Predicted protein 12.82446822 C6_chemical_C2 +LQ02X032480 Putative Predicted protein 12.65544926 C6_chemical_C3 +LQ02X032480 Putative Predicted protein 14.71466326 L4_control_A1 +LQ02X032480 Putative Predicted protein 14.10756275 L4_control_A2 +LQ02X032480 Putative Predicted protein 13.74709819 L4_control_A3 +LQ02X032480 Putative Predicted protein 13.29003886 L4_control_B1 +LQ02X032480 Putative Predicted protein 13.89288102 L4_control_B2 +LQ02X032480 Putative Predicted protein 13.39993871 L4_control_B3 +LQ02X032480 Putative Predicted protein 13.25339065 L4_control_C2 +LQ02X032480 Putative Predicted protein 13.19536774 L4_control_C3 +LQ02X032480 Putative Predicted protein 13.90530978 L4_chemical_A1 +LQ02X032480 Putative Predicted protein 13.99945984 L4_chemical_A2 +LQ02X032480 Putative Predicted protein 13.96394861 L4_chemical_A3 +LQ02X032480 Putative Predicted protein 14.05954133 L4_chemical_B1 +LQ02X032480 Putative Predicted protein 13.65422659 L4_chemical_B2 +LQ02X032480 Putative Predicted protein 13.68089965 L4_chemical_B3 +LQ02X032480 Putative Predicted protein 13.12336082 L4_chemical_C2 +LQ02X032480 Putative Predicted protein 13.2650235 L4_chemical_C3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.91208745 C6_control_A1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.612512 C6_control_A3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.45179843 C6_control_B1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.79747434 C6_control_B2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.49470277 C6_control_B3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.36541675 C6_control_C1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.82077067 C6_control_C2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.96416064 C6_control_C3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.819466 C6_chemical_A1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.45396856 C6_chemical_A3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.13243635 C6_chemical_B1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.47466428 C6_chemical_B2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.69721496 C6_chemical_B3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.33675178 C6_chemical_C1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.7797911 C6_chemical_C2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.14892039 C6_chemical_C3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 15.23084603 L4_control_A1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.61293448 L4_control_A2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.29635083 L4_control_A3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.12491482 L4_control_B1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.32086606 L4_control_B2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.42544325 L4_control_B3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.34341122 L4_control_C2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.69041842 L4_control_C3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.35419982 L4_chemical_A1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.15020628 L4_chemical_A2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.77963812 L4_chemical_A3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.87011869 L4_chemical_B1 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.51914361 L4_chemical_B2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 13.39496015 L4_chemical_B3 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.06545565 L4_chemical_C2 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.13273807 L4_chemical_C3 +LQ02X032500 Putative Protein GDAP2 homolog 6.289351218 C6_control_A1 +LQ02X032500 Putative Protein GDAP2 homolog 5.955322944 C6_control_A3 +LQ02X032500 Putative Protein GDAP2 homolog 5.782571812 C6_control_B1 +LQ02X032500 Putative Protein GDAP2 homolog 5.72546635 C6_control_B2 +LQ02X032500 Putative Protein GDAP2 homolog 5.730924167 C6_control_B3 +LQ02X032500 Putative Protein GDAP2 homolog 5.583122002 C6_control_C1 +LQ02X032500 Putative Protein GDAP2 homolog 6.263179165 C6_control_C2 +LQ02X032500 Putative Protein GDAP2 homolog 5.283895677 C6_control_C3 +LQ02X032500 Putative Protein GDAP2 homolog 6.16338859 C6_chemical_A1 +LQ02X032500 Putative Protein GDAP2 homolog 6.082888184 C6_chemical_A3 +LQ02X032500 Putative Protein GDAP2 homolog 5.445924242 C6_chemical_B1 +LQ02X032500 Putative Protein GDAP2 homolog 6.026493582 C6_chemical_B2 +LQ02X032500 Putative Protein GDAP2 homolog 5.884941941 C6_chemical_B3 +LQ02X032500 Putative Protein GDAP2 homolog 5.697728274 C6_chemical_C1 +LQ02X032500 Putative Protein GDAP2 homolog 5.843956598 C6_chemical_C2 +LQ02X032500 Putative Protein GDAP2 homolog 5.643393093 C6_chemical_C3 +LQ02X032500 Putative Protein GDAP2 homolog 5.59104234 L4_control_A1 +LQ02X032500 Putative Protein GDAP2 homolog 6.060325854 L4_control_A2 +LQ02X032500 Putative Protein GDAP2 homolog 5.815268305 L4_control_A3 +LQ02X032500 Putative Protein GDAP2 homolog 5.721207227 L4_control_B1 +LQ02X032500 Putative Protein GDAP2 homolog 5.500944268 L4_control_B2 +LQ02X032500 Putative Protein GDAP2 homolog 5.768527303 L4_control_B3 +LQ02X032500 Putative Protein GDAP2 homolog 5.419841279 L4_control_C2 +LQ02X032500 Putative Protein GDAP2 homolog 6.60077405 L4_control_C3 +LQ02X032500 Putative Protein GDAP2 homolog 5.946926116 L4_chemical_A1 +LQ02X032500 Putative Protein GDAP2 homolog 5.688730184 L4_chemical_A2 +LQ02X032500 Putative Protein GDAP2 homolog 6.23505361 L4_chemical_A3 +LQ02X032500 Putative Protein GDAP2 homolog 5.983606622 L4_chemical_B1 +LQ02X032500 Putative Protein GDAP2 homolog 6.20847214 L4_chemical_B2 +LQ02X032500 Putative Protein GDAP2 homolog 5.656089813 L4_chemical_B3 +LQ02X032500 Putative Protein GDAP2 homolog 5.576570812 L4_chemical_C2 +LQ02X032500 Putative Protein GDAP2 homolog 5.712437792 L4_chemical_C3 +LQ02X032540 Predicted protein 5.621703788 C6_control_A1 +LQ02X032540 Predicted protein 5.695985375 C6_control_A3 +LQ02X032540 Predicted protein 5.594595609 C6_control_B1 +LQ02X032540 Predicted protein 5.740896321 C6_control_B2 +LQ02X032540 Predicted protein 5.638698492 C6_control_B3 +LQ02X032540 Predicted protein 5.915576541 C6_control_C1 +LQ02X032540 Predicted protein 5.880564517 C6_control_C2 +LQ02X032540 Predicted protein 5.751988786 C6_control_C3 +LQ02X032540 Predicted protein 6.01215184 C6_chemical_A1 +LQ02X032540 Predicted protein 5.69645529 C6_chemical_A3 +LQ02X032540 Predicted protein 6.295748693 C6_chemical_B1 +LQ02X032540 Predicted protein 5.591840129 C6_chemical_B2 +LQ02X032540 Predicted protein 5.781124311 C6_chemical_B3 +LQ02X032540 Predicted protein 6.517735074 C6_chemical_C1 +LQ02X032540 Predicted protein 5.930811901 C6_chemical_C2 +LQ02X032540 Predicted protein 5.62547855 C6_chemical_C3 +LQ02X032540 Predicted protein 5.711604103 L4_control_A1 +LQ02X032540 Predicted protein 5.204210521 L4_control_A2 +LQ02X032540 Predicted protein 6.106814417 L4_control_A3 +LQ02X032540 Predicted protein 6.144652633 L4_control_B1 +LQ02X032540 Predicted protein 6.172442856 L4_control_B2 +LQ02X032540 Predicted protein 5.337771061 L4_control_B3 +LQ02X032540 Predicted protein 6.052325702 L4_control_C2 +LQ02X032540 Predicted protein 5.819048054 L4_control_C3 +LQ02X032540 Predicted protein 5.54545706 L4_chemical_A1 +LQ02X032540 Predicted protein 5.662029556 L4_chemical_A2 +LQ02X032540 Predicted protein 6.640233242 L4_chemical_A3 +LQ02X032540 Predicted protein 6.481031678 L4_chemical_B1 +LQ02X032540 Predicted protein 5.890576186 L4_chemical_B2 +LQ02X032540 Predicted protein 5.599292346 L4_chemical_B3 +LQ02X032540 Predicted protein 6.198783018 L4_chemical_C2 +LQ02X032540 Predicted protein 6.425304912 L4_chemical_C3 +LQ02X032580 Uncharacterized protein At5g01610 12.6626934 C6_control_A1 +LQ02X032580 Uncharacterized protein At5g01610 12.78037147 C6_control_A3 +LQ02X032580 Uncharacterized protein At5g01610 12.3811018 C6_control_B1 +LQ02X032580 Uncharacterized protein At5g01610 11.23826196 C6_control_B2 +LQ02X032580 Uncharacterized protein At5g01610 12.39946239 C6_control_B3 +LQ02X032580 Uncharacterized protein At5g01610 7.624156969 C6_control_C1 +LQ02X032580 Uncharacterized protein At5g01610 7.300546731 C6_control_C2 +LQ02X032580 Uncharacterized protein At5g01610 8.264339269 C6_control_C3 +LQ02X032580 Uncharacterized protein At5g01610 12.05317727 C6_chemical_A1 +LQ02X032580 Uncharacterized protein At5g01610 12.13379924 C6_chemical_A3 +LQ02X032580 Uncharacterized protein At5g01610 11.38204399 C6_chemical_B1 +LQ02X032580 Uncharacterized protein At5g01610 10.87143756 C6_chemical_B2 +LQ02X032580 Uncharacterized protein At5g01610 11.45158073 C6_chemical_B3 +LQ02X032580 Uncharacterized protein At5g01610 7.679099243 C6_chemical_C1 +LQ02X032580 Uncharacterized protein At5g01610 6.753416186 C6_chemical_C2 +LQ02X032580 Uncharacterized protein At5g01610 7.024375465 C6_chemical_C3 +LQ02X032580 Uncharacterized protein At5g01610 12.58355574 L4_control_A1 +LQ02X032580 Uncharacterized protein At5g01610 13.12862298 L4_control_A2 +LQ02X032580 Uncharacterized protein At5g01610 11.56952783 L4_control_A3 +LQ02X032580 Uncharacterized protein At5g01610 11.28159401 L4_control_B1 +LQ02X032580 Uncharacterized protein At5g01610 11.54647046 L4_control_B2 +LQ02X032580 Uncharacterized protein At5g01610 10.38853765 L4_control_B3 +LQ02X032580 Uncharacterized protein At5g01610 7.175780923 L4_control_C2 +LQ02X032580 Uncharacterized protein At5g01610 6.602629195 L4_control_C3 +LQ02X032580 Uncharacterized protein At5g01610 12.2652702 L4_chemical_A1 +LQ02X032580 Uncharacterized protein At5g01610 11.76908452 L4_chemical_A2 +LQ02X032580 Uncharacterized protein At5g01610 11.6126082 L4_chemical_A3 +LQ02X032580 Uncharacterized protein At5g01610 10.75567118 L4_chemical_B1 +LQ02X032580 Uncharacterized protein At5g01610 11.79266154 L4_chemical_B2 +LQ02X032580 Uncharacterized protein At5g01610 12.46658999 L4_chemical_B3 +LQ02X032580 Uncharacterized protein At5g01610 6.81948776 L4_chemical_C2 +LQ02X032580 Uncharacterized protein At5g01610 7.221644343 L4_chemical_C3 +LQ02X032620 Hypothetical protein 5.323842149 C6_control_A1 +LQ02X032620 Hypothetical protein 5.599827642 C6_control_A3 +LQ02X032620 Hypothetical protein 5.245294266 C6_control_B1 +LQ02X032620 Hypothetical protein 5.362787763 C6_control_B2 +LQ02X032620 Hypothetical protein 5.233449997 C6_control_B3 +LQ02X032620 Hypothetical protein 5.386427887 C6_control_C1 +LQ02X032620 Hypothetical protein 4.760925664 C6_control_C2 +LQ02X032620 Hypothetical protein 5.634472505 C6_control_C3 +LQ02X032620 Hypothetical protein 5.704694678 C6_chemical_A1 +LQ02X032620 Hypothetical protein 5.575999247 C6_chemical_A3 +LQ02X032620 Hypothetical protein 5.592316238 C6_chemical_B1 +LQ02X032620 Hypothetical protein 5.122642993 C6_chemical_B2 +LQ02X032620 Hypothetical protein 5.975117936 C6_chemical_B3 +LQ02X032620 Hypothetical protein 5.342641667 C6_chemical_C1 +LQ02X032620 Hypothetical protein 5.566063119 C6_chemical_C2 +LQ02X032620 Hypothetical protein 5.663759507 C6_chemical_C3 +LQ02X032620 Hypothetical protein 5.780812681 L4_control_A1 +LQ02X032620 Hypothetical protein 5.415300734 L4_control_A2 +LQ02X032620 Hypothetical protein 6.421259303 L4_control_A3 +LQ02X032620 Hypothetical protein 7.739314841 L4_control_B1 +LQ02X032620 Hypothetical protein 5.610258374 L4_control_B2 +LQ02X032620 Hypothetical protein 5.131733742 L4_control_B3 +LQ02X032620 Hypothetical protein 6.562257924 L4_control_C2 +LQ02X032620 Hypothetical protein 6.351535317 L4_control_C3 +LQ02X032620 Hypothetical protein 6.109436293 L4_chemical_A1 +LQ02X032620 Hypothetical protein 5.873276215 L4_chemical_A2 +LQ02X032620 Hypothetical protein 6.569689457 L4_chemical_A3 +LQ02X032620 Hypothetical protein 5.768585835 L4_chemical_B1 +LQ02X032620 Hypothetical protein 6.053820742 L4_chemical_B2 +LQ02X032620 Hypothetical protein 4.844109993 L4_chemical_B3 +LQ02X032620 Hypothetical protein 6.814796314 L4_chemical_C2 +LQ02X032620 Hypothetical protein 6.416029395 L4_chemical_C3 +LQ02X032630 Putative uncharacterized protein 9.822927874 C6_control_A1 +LQ02X032630 Putative uncharacterized protein 9.766457808 C6_control_A3 +LQ02X032630 Putative uncharacterized protein 9.727182984 C6_control_B1 +LQ02X032630 Putative uncharacterized protein 11.08530888 C6_control_B2 +LQ02X032630 Putative uncharacterized protein 9.826869373 C6_control_B3 +LQ02X032630 Putative uncharacterized protein 10.37755634 C6_control_C1 +LQ02X032630 Putative uncharacterized protein 10.59920105 C6_control_C2 +LQ02X032630 Putative uncharacterized protein 10.3989839 C6_control_C3 +LQ02X032630 Putative uncharacterized protein 10.05187778 C6_chemical_A1 +LQ02X032630 Putative uncharacterized protein 8.912519184 C6_chemical_A3 +LQ02X032630 Putative uncharacterized protein 9.822614034 C6_chemical_B1 +LQ02X032630 Putative uncharacterized protein 10.86717372 C6_chemical_B2 +LQ02X032630 Putative uncharacterized protein 9.815328531 C6_chemical_B3 +LQ02X032630 Putative uncharacterized protein 10.38110203 C6_chemical_C1 +LQ02X032630 Putative uncharacterized protein 10.68210867 C6_chemical_C2 +LQ02X032630 Putative uncharacterized protein 10.50013843 C6_chemical_C3 +LQ02X032630 Putative uncharacterized protein 5.880074449 L4_control_A1 +LQ02X032630 Putative uncharacterized protein 5.582596986 L4_control_A2 +LQ02X032630 Putative uncharacterized protein 5.246570518 L4_control_A3 +LQ02X032630 Putative uncharacterized protein 4.916597782 L4_control_B1 +LQ02X032630 Putative uncharacterized protein 6.150959298 L4_control_B2 +LQ02X032630 Putative uncharacterized protein 6.196150442 L4_control_B3 +LQ02X032630 Putative uncharacterized protein 6.10114467 L4_control_C2 +LQ02X032630 Putative uncharacterized protein 4.874996731 L4_control_C3 +LQ02X032630 Putative uncharacterized protein 5.473529253 L4_chemical_A1 +LQ02X032630 Putative uncharacterized protein 5.482791431 L4_chemical_A2 +LQ02X032630 Putative uncharacterized protein 5.052403521 L4_chemical_A3 +LQ02X032630 Putative uncharacterized protein 5.69275107 L4_chemical_B1 +LQ02X032630 Putative uncharacterized protein 5.878122333 L4_chemical_B2 +LQ02X032630 Putative uncharacterized protein 6.053378271 L4_chemical_B3 +LQ02X032630 Putative uncharacterized protein 5.597222009 L4_chemical_C2 +LQ02X032630 Putative uncharacterized protein 5.13810289 L4_chemical_C3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.694745107 C6_control_A1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.432126643 C6_control_A3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.469947775 C6_control_B1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.854470474 C6_control_B2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.482017395 C6_control_B3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 6.387432229 C6_control_C1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 6.247751955 C6_control_C2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.842124721 C6_control_C3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.528725134 C6_chemical_A1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.480846269 C6_chemical_A3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.982051464 C6_chemical_B1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.777539947 C6_chemical_B2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.646249189 C6_chemical_B3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.87007369 C6_chemical_C1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.969211995 C6_chemical_C2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.811317436 C6_chemical_C3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.47941841 L4_control_A1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.729526322 L4_control_A2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.298652752 L4_control_A3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.681147374 L4_control_B1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.418578734 L4_control_B2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.516596779 L4_control_B3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.827787032 L4_control_C2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 6.141905247 L4_control_C3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.858305589 L4_chemical_A1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.489985126 L4_chemical_A2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.204948359 L4_chemical_A3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.734088924 L4_chemical_B1 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.340841211 L4_chemical_B2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.454254898 L4_chemical_B3 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 6.136215665 L4_chemical_C2 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.051153144 L4_chemical_C3 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.43300226 C6_control_A1 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.80138402 C6_control_A3 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.17930148 C6_control_B1 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.09326415 C6_control_B2 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.10440838 C6_control_B3 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.57119204 C6_control_C1 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.72175069 C6_control_C2 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.68997333 C6_control_C3 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.47431646 C6_chemical_A1 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.64075543 C6_chemical_A3 +LQ02X032660 Putative Uncharacterized protein MJ0044 11.94691655 C6_chemical_B1 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.2259193 C6_chemical_B2 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.38858008 C6_chemical_B3 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.63444232 C6_chemical_C1 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.74802108 C6_chemical_C2 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.81839067 C6_chemical_C3 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.86994742 L4_control_A1 +LQ02X032660 Putative Uncharacterized protein MJ0044 13.16720374 L4_control_A2 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.98877542 L4_control_A3 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.56318541 L4_control_B1 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.49526332 L4_control_B2 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.07342753 L4_control_B3 +LQ02X032660 Putative Uncharacterized protein MJ0044 13.35003317 L4_control_C2 +LQ02X032660 Putative Uncharacterized protein MJ0044 13.11247666 L4_control_C3 +LQ02X032660 Putative Uncharacterized protein MJ0044 13.46832036 L4_chemical_A1 +LQ02X032660 Putative Uncharacterized protein MJ0044 13.8423919 L4_chemical_A2 +LQ02X032660 Putative Uncharacterized protein MJ0044 13.07992537 L4_chemical_A3 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.85486948 L4_chemical_B1 +LQ02X032660 Putative Uncharacterized protein MJ0044 13.03220796 L4_chemical_B2 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.3609801 L4_chemical_B3 +LQ02X032660 Putative Uncharacterized protein MJ0044 13.20040511 L4_chemical_C2 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.89091438 L4_chemical_C3 +LQ02X032670 Probable WRKY transcription factor 3 6.802345275 C6_control_A1 +LQ02X032670 Probable WRKY transcription factor 3 6.853122949 C6_control_A3 +LQ02X032670 Probable WRKY transcription factor 3 7.33383062 C6_control_B1 +LQ02X032670 Probable WRKY transcription factor 3 7.400425982 C6_control_B2 +LQ02X032670 Probable WRKY transcription factor 3 7.713848445 C6_control_B3 +LQ02X032670 Probable WRKY transcription factor 3 6.570026524 C6_control_C1 +LQ02X032670 Probable WRKY transcription factor 3 6.630396964 C6_control_C2 +LQ02X032670 Probable WRKY transcription factor 3 6.654194671 C6_control_C3 +LQ02X032670 Probable WRKY transcription factor 3 6.828061652 C6_chemical_A1 +LQ02X032670 Probable WRKY transcription factor 3 6.917902543 C6_chemical_A3 +LQ02X032670 Probable WRKY transcription factor 3 7.162205416 C6_chemical_B1 +LQ02X032670 Probable WRKY transcription factor 3 7.42814011 C6_chemical_B2 +LQ02X032670 Probable WRKY transcription factor 3 7.275260018 C6_chemical_B3 +LQ02X032670 Probable WRKY transcription factor 3 6.656808529 C6_chemical_C1 +LQ02X032670 Probable WRKY transcription factor 3 6.926158145 C6_chemical_C2 +LQ02X032670 Probable WRKY transcription factor 3 6.523309019 C6_chemical_C3 +LQ02X032670 Probable WRKY transcription factor 3 6.494510534 L4_control_A1 +LQ02X032670 Probable WRKY transcription factor 3 7.495444649 L4_control_A2 +LQ02X032670 Probable WRKY transcription factor 3 6.387679954 L4_control_A3 +LQ02X032670 Probable WRKY transcription factor 3 7.267107347 L4_control_B1 +LQ02X032670 Probable WRKY transcription factor 3 7.736834069 L4_control_B2 +LQ02X032670 Probable WRKY transcription factor 3 6.997411531 L4_control_B3 +LQ02X032670 Probable WRKY transcription factor 3 7.438537773 L4_control_C2 +LQ02X032670 Probable WRKY transcription factor 3 6.33457622 L4_control_C3 +LQ02X032670 Probable WRKY transcription factor 3 6.662546343 L4_chemical_A1 +LQ02X032670 Probable WRKY transcription factor 3 6.998474929 L4_chemical_A2 +LQ02X032670 Probable WRKY transcription factor 3 6.283262341 L4_chemical_A3 +LQ02X032670 Probable WRKY transcription factor 3 7.581800932 L4_chemical_B1 +LQ02X032670 Probable WRKY transcription factor 3 7.867209204 L4_chemical_B2 +LQ02X032670 Probable WRKY transcription factor 3 7.071526405 L4_chemical_B3 +LQ02X032670 Probable WRKY transcription factor 3 7.02750901 L4_chemical_C2 +LQ02X032670 Probable WRKY transcription factor 3 6.459275966 L4_chemical_C3 +LQ02X032700 Predicted protein 5.539230064 C6_control_A1 +LQ02X032700 Predicted protein 5.573339623 C6_control_A3 +LQ02X032700 Predicted protein 5.464502427 C6_control_B1 +LQ02X032700 Predicted protein 5.701987266 C6_control_B2 +LQ02X032700 Predicted protein 5.766304789 C6_control_B3 +LQ02X032700 Predicted protein 5.962713135 C6_control_C1 +LQ02X032700 Predicted protein 5.773165716 C6_control_C2 +LQ02X032700 Predicted protein 6.157429665 C6_control_C3 +LQ02X032700 Predicted protein 5.82821657 C6_chemical_A1 +LQ02X032700 Predicted protein 5.431485866 C6_chemical_A3 +LQ02X032700 Predicted protein 5.470908266 C6_chemical_B1 +LQ02X032700 Predicted protein 5.701328182 C6_chemical_B2 +LQ02X032700 Predicted protein 5.772995332 C6_chemical_B3 +LQ02X032700 Predicted protein 6.039621101 C6_chemical_C1 +LQ02X032700 Predicted protein 6.066543063 C6_chemical_C2 +LQ02X032700 Predicted protein 5.87117008 C6_chemical_C3 +LQ02X032700 Predicted protein 6.092414357 L4_control_A1 +LQ02X032700 Predicted protein 5.728590778 L4_control_A2 +LQ02X032700 Predicted protein 5.80039922 L4_control_A3 +LQ02X032700 Predicted protein 5.802506944 L4_control_B1 +LQ02X032700 Predicted protein 5.663201848 L4_control_B2 +LQ02X032700 Predicted protein 5.702692532 L4_control_B3 +LQ02X032700 Predicted protein 5.363855848 L4_control_C2 +LQ02X032700 Predicted protein 6.078618447 L4_control_C3 +LQ02X032700 Predicted protein 5.424911203 L4_chemical_A1 +LQ02X032700 Predicted protein 6.237276944 L4_chemical_A2 +LQ02X032700 Predicted protein 5.850650243 L4_chemical_A3 +LQ02X032700 Predicted protein 5.596700067 L4_chemical_B1 +LQ02X032700 Predicted protein 5.905073218 L4_chemical_B2 +LQ02X032700 Predicted protein 5.495000469 L4_chemical_B3 +LQ02X032700 Predicted protein 5.291337265 L4_chemical_C2 +LQ02X032700 Predicted protein 5.402536244 L4_chemical_C3 +LQ02X032710 Predicted protein 5.251120146 C6_control_A1 +LQ02X032710 Predicted protein 5.0413369 C6_control_A3 +LQ02X032710 Predicted protein 6.00382196 C6_control_B1 +LQ02X032710 Predicted protein 5.488359689 C6_control_B2 +LQ02X032710 Predicted protein 5.959998265 C6_control_B3 +LQ02X032710 Predicted protein 5.095266408 C6_control_C1 +LQ02X032710 Predicted protein 5.049485799 C6_control_C2 +LQ02X032710 Predicted protein 4.798182894 C6_control_C3 +LQ02X032710 Predicted protein 5.102565114 C6_chemical_A1 +LQ02X032710 Predicted protein 5.014308134 C6_chemical_A3 +LQ02X032710 Predicted protein 5.758888792 C6_chemical_B1 +LQ02X032710 Predicted protein 5.172424415 C6_chemical_B2 +LQ02X032710 Predicted protein 5.779884807 C6_chemical_B3 +LQ02X032710 Predicted protein 5.303910032 C6_chemical_C1 +LQ02X032710 Predicted protein 5.16129224 C6_chemical_C2 +LQ02X032710 Predicted protein 5.281166378 C6_chemical_C3 +LQ02X032710 Predicted protein 5.340587753 L4_control_A1 +LQ02X032710 Predicted protein 5.635400911 L4_control_A2 +LQ02X032710 Predicted protein 5.392601747 L4_control_A3 +LQ02X032710 Predicted protein 5.388922808 L4_control_B1 +LQ02X032710 Predicted protein 5.536455025 L4_control_B2 +LQ02X032710 Predicted protein 5.540914717 L4_control_B3 +LQ02X032710 Predicted protein 5.243408804 L4_control_C2 +LQ02X032710 Predicted protein 5.387388761 L4_control_C3 +LQ02X032710 Predicted protein 5.166760002 L4_chemical_A1 +LQ02X032710 Predicted protein 5.502649667 L4_chemical_A2 +LQ02X032710 Predicted protein 5.14862037 L4_chemical_A3 +LQ02X032710 Predicted protein 5.734622922 L4_chemical_B1 +LQ02X032710 Predicted protein 5.795991365 L4_chemical_B2 +LQ02X032710 Predicted protein 5.573095226 L4_chemical_B3 +LQ02X032710 Predicted protein 4.894328896 L4_chemical_C2 +LQ02X032710 Predicted protein 5.229749106 L4_chemical_C3 +LQ02X032720 Putative Protein UXT homolog 5.000472473 C6_control_A1 +LQ02X032720 Putative Protein UXT homolog 6.113328175 C6_control_A3 +LQ02X032720 Putative Protein UXT homolog 5.260484246 C6_control_B1 +LQ02X032720 Putative Protein UXT homolog 4.920845318 C6_control_B2 +LQ02X032720 Putative Protein UXT homolog 4.965492839 C6_control_B3 +LQ02X032720 Putative Protein UXT homolog 4.94055799 C6_control_C1 +LQ02X032720 Putative Protein UXT homolog 5.351064268 C6_control_C2 +LQ02X032720 Putative Protein UXT homolog 5.178872643 C6_control_C3 +LQ02X032720 Putative Protein UXT homolog 5.428593157 C6_chemical_A1 +LQ02X032720 Putative Protein UXT homolog 5.213014967 C6_chemical_A3 +LQ02X032720 Putative Protein UXT homolog 4.610016055 C6_chemical_B1 +LQ02X032720 Putative Protein UXT homolog 4.72082577 C6_chemical_B2 +LQ02X032720 Putative Protein UXT homolog 5.203624971 C6_chemical_B3 +LQ02X032720 Putative Protein UXT homolog 4.690201138 C6_chemical_C1 +LQ02X032720 Putative Protein UXT homolog 4.958167038 C6_chemical_C2 +LQ02X032720 Putative Protein UXT homolog 4.689088214 C6_chemical_C3 +LQ02X032720 Putative Protein UXT homolog 5.343115875 L4_control_A1 +LQ02X032720 Putative Protein UXT homolog 5.124802868 L4_control_A2 +LQ02X032720 Putative Protein UXT homolog 5.505306855 L4_control_A3 +LQ02X032720 Putative Protein UXT homolog 5.31651323 L4_control_B1 +LQ02X032720 Putative Protein UXT homolog 5.289114519 L4_control_B2 +LQ02X032720 Putative Protein UXT homolog 4.98871252 L4_control_B3 +LQ02X032720 Putative Protein UXT homolog 4.92057221 L4_control_C2 +LQ02X032720 Putative Protein UXT homolog 5.260296663 L4_control_C3 +LQ02X032720 Putative Protein UXT homolog 5.099684526 L4_chemical_A1 +LQ02X032720 Putative Protein UXT homolog 5.266021048 L4_chemical_A2 +LQ02X032720 Putative Protein UXT homolog 5.145545916 L4_chemical_A3 +LQ02X032720 Putative Protein UXT homolog 4.795733487 L4_chemical_B1 +LQ02X032720 Putative Protein UXT homolog 5.256095875 L4_chemical_B2 +LQ02X032720 Putative Protein UXT homolog 4.883389649 L4_chemical_B3 +LQ02X032720 Putative Protein UXT homolog 4.74376521 L4_chemical_C2 +LQ02X032720 Putative Protein UXT homolog 5.152210674 L4_chemical_C3 +LQ02X032730 Protein argonaute 7 8.192440293 C6_control_A1 +LQ02X032730 Protein argonaute 7 7.573718985 C6_control_A3 +LQ02X032730 Protein argonaute 7 7.437555225 C6_control_B1 +LQ02X032730 Protein argonaute 7 6.618074586 C6_control_B2 +LQ02X032730 Protein argonaute 7 7.987696446 C6_control_B3 +LQ02X032730 Protein argonaute 7 7.142962964 C6_control_C1 +LQ02X032730 Protein argonaute 7 5.736633545 C6_control_C2 +LQ02X032730 Protein argonaute 7 7.122681325 C6_control_C3 +LQ02X032730 Protein argonaute 7 8.094444435 C6_chemical_A1 +LQ02X032730 Protein argonaute 7 8.049794756 C6_chemical_A3 +LQ02X032730 Protein argonaute 7 7.688012857 C6_chemical_B1 +LQ02X032730 Protein argonaute 7 6.769437635 C6_chemical_B2 +LQ02X032730 Protein argonaute 7 8.021941455 C6_chemical_B3 +LQ02X032730 Protein argonaute 7 7.127272553 C6_chemical_C1 +LQ02X032730 Protein argonaute 7 6.763080096 C6_chemical_C2 +LQ02X032730 Protein argonaute 7 7.014217614 C6_chemical_C3 +LQ02X032730 Protein argonaute 7 8.188724488 L4_control_A1 +LQ02X032730 Protein argonaute 7 8.673043044 L4_control_A2 +LQ02X032730 Protein argonaute 7 9.208933904 L4_control_A3 +LQ02X032730 Protein argonaute 7 6.875992676 L4_control_B1 +LQ02X032730 Protein argonaute 7 7.724433556 L4_control_B2 +LQ02X032730 Protein argonaute 7 8.183452094 L4_control_B3 +LQ02X032730 Protein argonaute 7 8.50005623 L4_control_C2 +LQ02X032730 Protein argonaute 7 8.002703484 L4_control_C3 +LQ02X032730 Protein argonaute 7 7.6495376 L4_chemical_A1 +LQ02X032730 Protein argonaute 7 8.318630777 L4_chemical_A2 +LQ02X032730 Protein argonaute 7 9.091432247 L4_chemical_A3 +LQ02X032730 Protein argonaute 7 7.229013527 L4_chemical_B1 +LQ02X032730 Protein argonaute 7 7.762911489 L4_chemical_B2 +LQ02X032730 Protein argonaute 7 7.958932925 L4_chemical_B3 +LQ02X032730 Protein argonaute 7 8.433623743 L4_chemical_C2 +LQ02X032730 Protein argonaute 7 8.443515812 L4_chemical_C3 +LQ02X032750 Putative uncharacterized protein 5.490848448 C6_control_A1 +LQ02X032750 Putative uncharacterized protein 5.183268492 C6_control_A3 +LQ02X032750 Putative uncharacterized protein 4.948916947 C6_control_B1 +LQ02X032750 Putative uncharacterized protein 4.884182507 C6_control_B2 +LQ02X032750 Putative uncharacterized protein 5.50482899 C6_control_B3 +LQ02X032750 Putative uncharacterized protein 5.258500933 C6_control_C1 +LQ02X032750 Putative uncharacterized protein 6.024669438 C6_control_C2 +LQ02X032750 Putative uncharacterized protein 5.147310453 C6_control_C3 +LQ02X032750 Putative uncharacterized protein 5.067819096 C6_chemical_A1 +LQ02X032750 Putative uncharacterized protein 5.153963997 C6_chemical_A3 +LQ02X032750 Putative uncharacterized protein 5.462139078 C6_chemical_B1 +LQ02X032750 Putative uncharacterized protein 5.17860041 C6_chemical_B2 +LQ02X032750 Putative uncharacterized protein 4.941473129 C6_chemical_B3 +LQ02X032750 Putative uncharacterized protein 5.720619611 C6_chemical_C1 +LQ02X032750 Putative uncharacterized protein 5.200376765 C6_chemical_C2 +LQ02X032750 Putative uncharacterized protein 5.390843252 C6_chemical_C3 +LQ02X032750 Putative uncharacterized protein 5.112951765 L4_control_A1 +LQ02X032750 Putative uncharacterized protein 5.130100752 L4_control_A2 +LQ02X032750 Putative uncharacterized protein 5.133637115 L4_control_A3 +LQ02X032750 Putative uncharacterized protein 5.281731404 L4_control_B1 +LQ02X032750 Putative uncharacterized protein 5.627374664 L4_control_B2 +LQ02X032750 Putative uncharacterized protein 5.260762642 L4_control_B3 +LQ02X032750 Putative uncharacterized protein 5.655215987 L4_control_C2 +LQ02X032750 Putative uncharacterized protein 5.28790901 L4_control_C3 +LQ02X032750 Putative uncharacterized protein 5.50820976 L4_chemical_A1 +LQ02X032750 Putative uncharacterized protein 4.995461486 L4_chemical_A2 +LQ02X032750 Putative uncharacterized protein 4.93826794 L4_chemical_A3 +LQ02X032750 Putative uncharacterized protein 5.37479382 L4_chemical_B1 +LQ02X032750 Putative uncharacterized protein 5.302175898 L4_chemical_B2 +LQ02X032750 Putative uncharacterized protein 5.070276491 L4_chemical_B3 +LQ02X032750 Putative uncharacterized protein 5.221014328 L4_chemical_C2 +LQ02X032750 Putative uncharacterized protein 6.096757087 L4_chemical_C3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.622109483 C6_control_A1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 6.336013285 C6_control_A3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.613614554 C6_control_B1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.782040531 C6_control_B2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.527080384 C6_control_B3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.789739238 C6_control_C1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 6.579834333 C6_control_C2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.593728469 C6_control_C3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.746361022 C6_chemical_A1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.995596279 C6_chemical_A3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.150411331 C6_chemical_B1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.631738249 C6_chemical_B2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.248099624 C6_chemical_B3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.50800585 C6_chemical_C1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.456478687 C6_chemical_C2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.511568842 C6_chemical_C3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.435570678 L4_control_A1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.259465611 L4_control_A2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.513372447 L4_control_A3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.545198304 L4_control_B1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.321683248 L4_control_B2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.066102322 L4_control_B3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.393370657 L4_control_C2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.478775391 L4_control_C3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.112228918 L4_chemical_A1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 4.998733812 L4_chemical_A2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.655645847 L4_chemical_A3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.314317462 L4_chemical_B1 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.195863137 L4_chemical_B2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.227650777 L4_chemical_B3 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.281490074 L4_chemical_C2 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.16053773 L4_chemical_C3 +LQ02X032780 Pattern formation protein EMB30 11.75574445 C6_control_A1 +LQ02X032780 Pattern formation protein EMB30 11.42412178 C6_control_A3 +LQ02X032780 Pattern formation protein EMB30 11.95558912 C6_control_B1 +LQ02X032780 Pattern formation protein EMB30 12.02795828 C6_control_B2 +LQ02X032780 Pattern formation protein EMB30 11.91622358 C6_control_B3 +LQ02X032780 Pattern formation protein EMB30 11.54432822 C6_control_C1 +LQ02X032780 Pattern formation protein EMB30 11.43173018 C6_control_C2 +LQ02X032780 Pattern formation protein EMB30 11.54355595 C6_control_C3 +LQ02X032780 Pattern formation protein EMB30 11.93374562 C6_chemical_A1 +LQ02X032780 Pattern formation protein EMB30 11.71457224 C6_chemical_A3 +LQ02X032780 Pattern formation protein EMB30 11.90387112 C6_chemical_B1 +LQ02X032780 Pattern formation protein EMB30 12.04336377 C6_chemical_B2 +LQ02X032780 Pattern formation protein EMB30 11.78996193 C6_chemical_B3 +LQ02X032780 Pattern formation protein EMB30 11.61384578 C6_chemical_C1 +LQ02X032780 Pattern formation protein EMB30 11.56521036 C6_chemical_C2 +LQ02X032780 Pattern formation protein EMB30 11.10428665 C6_chemical_C3 +LQ02X032780 Pattern formation protein EMB30 11.75815375 L4_control_A1 +LQ02X032780 Pattern formation protein EMB30 11.61794925 L4_control_A2 +LQ02X032780 Pattern formation protein EMB30 11.49769367 L4_control_A3 +LQ02X032780 Pattern formation protein EMB30 12.04828956 L4_control_B1 +LQ02X032780 Pattern formation protein EMB30 11.98275536 L4_control_B2 +LQ02X032780 Pattern formation protein EMB30 11.95445022 L4_control_B3 +LQ02X032780 Pattern formation protein EMB30 11.31985437 L4_control_C2 +LQ02X032780 Pattern formation protein EMB30 11.41464711 L4_control_C3 +LQ02X032780 Pattern formation protein EMB30 11.95014491 L4_chemical_A1 +LQ02X032780 Pattern formation protein EMB30 11.84867212 L4_chemical_A2 +LQ02X032780 Pattern formation protein EMB30 11.52869301 L4_chemical_A3 +LQ02X032780 Pattern formation protein EMB30 11.93775508 L4_chemical_B1 +LQ02X032780 Pattern formation protein EMB30 11.92198141 L4_chemical_B2 +LQ02X032780 Pattern formation protein EMB30 12.08578446 L4_chemical_B3 +LQ02X032780 Pattern formation protein EMB30 11.6731061 L4_chemical_C2 +LQ02X032780 Pattern formation protein EMB30 11.54117215 L4_chemical_C3 +LQ02X032790 Vesicle transport v-SNARE 12 12.78384367 C6_control_A1 +LQ02X032790 Vesicle transport v-SNARE 12 12.63687225 C6_control_A3 +LQ02X032790 Vesicle transport v-SNARE 12 12.99978327 C6_control_B1 +LQ02X032790 Vesicle transport v-SNARE 12 13.29088318 C6_control_B2 +LQ02X032790 Vesicle transport v-SNARE 12 13.04995986 C6_control_B3 +LQ02X032790 Vesicle transport v-SNARE 12 12.75046526 C6_control_C1 +LQ02X032790 Vesicle transport v-SNARE 12 12.78249139 C6_control_C2 +LQ02X032790 Vesicle transport v-SNARE 12 13.02246667 C6_control_C3 +LQ02X032790 Vesicle transport v-SNARE 12 12.68069246 C6_chemical_A1 +LQ02X032790 Vesicle transport v-SNARE 12 12.79233023 C6_chemical_A3 +LQ02X032790 Vesicle transport v-SNARE 12 12.85125676 C6_chemical_B1 +LQ02X032790 Vesicle transport v-SNARE 12 13.14252973 C6_chemical_B2 +LQ02X032790 Vesicle transport v-SNARE 12 13.05773656 C6_chemical_B3 +LQ02X032790 Vesicle transport v-SNARE 12 12.49692929 C6_chemical_C1 +LQ02X032790 Vesicle transport v-SNARE 12 12.68460723 C6_chemical_C2 +LQ02X032790 Vesicle transport v-SNARE 12 13.00805414 C6_chemical_C3 +LQ02X032790 Vesicle transport v-SNARE 12 12.7907748 L4_control_A1 +LQ02X032790 Vesicle transport v-SNARE 12 12.70774951 L4_control_A2 +LQ02X032790 Vesicle transport v-SNARE 12 12.37712423 L4_control_A3 +LQ02X032790 Vesicle transport v-SNARE 12 13.03643399 L4_control_B1 +LQ02X032790 Vesicle transport v-SNARE 12 12.03022422 L4_control_B2 +LQ02X032790 Vesicle transport v-SNARE 12 13.41630542 L4_control_B3 +LQ02X032790 Vesicle transport v-SNARE 12 12.67257601 L4_control_C2 +LQ02X032790 Vesicle transport v-SNARE 12 12.29843088 L4_control_C3 +LQ02X032790 Vesicle transport v-SNARE 12 12.83679949 L4_chemical_A1 +LQ02X032790 Vesicle transport v-SNARE 12 12.66586157 L4_chemical_A2 +LQ02X032790 Vesicle transport v-SNARE 12 12.73626951 L4_chemical_A3 +LQ02X032790 Vesicle transport v-SNARE 12 12.64969358 L4_chemical_B1 +LQ02X032790 Vesicle transport v-SNARE 12 12.09241995 L4_chemical_B2 +LQ02X032790 Vesicle transport v-SNARE 12 13.28098995 L4_chemical_B3 +LQ02X032790 Vesicle transport v-SNARE 12 12.41167922 L4_chemical_C2 +LQ02X032790 Vesicle transport v-SNARE 12 12.14622807 L4_chemical_C3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.37767715 C6_control_A1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.959927916 C6_control_A3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.031129616 C6_control_B1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.632402703 C6_control_B2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.467840069 C6_control_B3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.594900593 C6_control_C1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 6.715703912 C6_control_C2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.543039324 C6_control_C3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.754003821 C6_chemical_A1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.324097283 C6_chemical_A3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.197759706 C6_chemical_B1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.943351171 C6_chemical_B2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.139745495 C6_chemical_B3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.846045125 C6_chemical_C1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.719110778 C6_chemical_C2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.426395028 C6_chemical_C3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.468852279 L4_control_A1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.38930558 L4_control_A2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 6.201334155 L4_control_A3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.27544495 L4_control_B1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.46139635 L4_control_B2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.455374195 L4_control_B3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.093056402 L4_control_C2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 4.94925352 L4_control_C3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.191895619 L4_chemical_A1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.35245371 L4_chemical_A2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.924894518 L4_chemical_A3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.064866995 L4_chemical_B1 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.192581122 L4_chemical_B2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.562538651 L4_chemical_B3 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.170281085 L4_chemical_C2 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.388546898 L4_chemical_C3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 6.188710483 C6_control_A1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.799421115 C6_control_A3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.421093268 C6_control_B1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.830183257 C6_control_B2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.544070702 C6_control_B3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.896577179 C6_control_C1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.723848318 C6_control_C2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.500828806 C6_control_C3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 6.049147169 C6_chemical_A1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.682008447 C6_chemical_A3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.651478885 C6_chemical_B1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.772053077 C6_chemical_B2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.526268553 C6_chemical_B3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 6.112570398 C6_chemical_C1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.656431218 C6_chemical_C2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.436873587 C6_chemical_C3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 6.093284778 L4_control_A1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.632359298 L4_control_A2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.957617349 L4_control_A3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.480469244 L4_control_B1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.596841533 L4_control_B2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.542158449 L4_control_B3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.531818493 L4_control_C2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.453537176 L4_control_C3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.868983272 L4_chemical_A1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.751179464 L4_chemical_A2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 6.00167688 L4_chemical_A3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.929614318 L4_chemical_B1 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 6.20395161 L4_chemical_B2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.275128541 L4_chemical_B3 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 6.116109051 L4_chemical_C2 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 5.281640632 L4_chemical_C3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.440504032 C6_control_A1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.123962786 C6_control_A3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.360319685 C6_control_B1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.907368639 C6_control_B2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.844418503 C6_control_B3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 10.66745377 C6_control_C1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 10.49463358 C6_control_C2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 10.28018615 C6_control_C3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.40818771 C6_chemical_A1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.314997125 C6_chemical_A3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.805038739 C6_chemical_B1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.971872196 C6_chemical_B2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.314433195 C6_chemical_B3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 10.70483409 C6_chemical_C1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 10.52436335 C6_chemical_C2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 10.1363095 C6_chemical_C3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 8.770111846 L4_control_A1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 8.934786033 L4_control_A2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.624497503 L4_control_A3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 8.419943548 L4_control_B1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.508192543 L4_control_B2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.57130078 L4_control_B3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.726494772 L4_control_C2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.353053927 L4_control_C3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 8.433831367 L4_chemical_A1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 8.442352483 L4_chemical_A2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 8.336859665 L4_chemical_A3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 8.079645927 L4_chemical_B1 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 8.774345075 L4_chemical_B2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.056441244 L4_chemical_B3 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.758538505 L4_chemical_C2 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.925132297 L4_chemical_C3 +LQ02X032860 Putative phosphate transporter 1 7.753357919 C6_control_A1 +LQ02X032860 Putative phosphate transporter 1 7.915463228 C6_control_A3 +LQ02X032860 Putative phosphate transporter 1 8.287771524 C6_control_B1 +LQ02X032860 Putative phosphate transporter 1 7.951533923 C6_control_B2 +LQ02X032860 Putative phosphate transporter 1 7.614636887 C6_control_B3 +LQ02X032860 Putative phosphate transporter 1 7.188567537 C6_control_C1 +LQ02X032860 Putative phosphate transporter 1 7.066981223 C6_control_C2 +LQ02X032860 Putative phosphate transporter 1 7.21456891 C6_control_C3 +LQ02X032860 Putative phosphate transporter 1 7.944857931 C6_chemical_A1 +LQ02X032860 Putative phosphate transporter 1 7.923735018 C6_chemical_A3 +LQ02X032860 Putative phosphate transporter 1 7.366613085 C6_chemical_B1 +LQ02X032860 Putative phosphate transporter 1 7.414323701 C6_chemical_B2 +LQ02X032860 Putative phosphate transporter 1 7.877184578 C6_chemical_B3 +LQ02X032860 Putative phosphate transporter 1 7.251298795 C6_chemical_C1 +LQ02X032860 Putative phosphate transporter 1 7.579599788 C6_chemical_C2 +LQ02X032860 Putative phosphate transporter 1 7.587045484 C6_chemical_C3 +LQ02X032860 Putative phosphate transporter 1 7.584312481 L4_control_A1 +LQ02X032860 Putative phosphate transporter 1 8.473128878 L4_control_A2 +LQ02X032860 Putative phosphate transporter 1 8.303626719 L4_control_A3 +LQ02X032860 Putative phosphate transporter 1 7.225672121 L4_control_B1 +LQ02X032860 Putative phosphate transporter 1 8.22514782 L4_control_B2 +LQ02X032860 Putative phosphate transporter 1 8.036503316 L4_control_B3 +LQ02X032860 Putative phosphate transporter 1 8.239545608 L4_control_C2 +LQ02X032860 Putative phosphate transporter 1 7.268041545 L4_control_C3 +LQ02X032860 Putative phosphate transporter 1 7.534110809 L4_chemical_A1 +LQ02X032860 Putative phosphate transporter 1 8.348467404 L4_chemical_A2 +LQ02X032860 Putative phosphate transporter 1 8.098972073 L4_chemical_A3 +LQ02X032860 Putative phosphate transporter 1 7.378478036 L4_chemical_B1 +LQ02X032860 Putative phosphate transporter 1 8.233199508 L4_chemical_B2 +LQ02X032860 Putative phosphate transporter 1 7.916423075 L4_chemical_B3 +LQ02X032860 Putative phosphate transporter 1 7.654116509 L4_chemical_C2 +LQ02X032860 Putative phosphate transporter 1 7.681564764 L4_chemical_C3 +LQ02X032880 Hypothetical protein 6.415999243 C6_control_A1 +LQ02X032880 Hypothetical protein 5.697519467 C6_control_A3 +LQ02X032880 Hypothetical protein 6.931016917 C6_control_B1 +LQ02X032880 Hypothetical protein 6.530382011 C6_control_B2 +LQ02X032880 Hypothetical protein 7.125259929 C6_control_B3 +LQ02X032880 Hypothetical protein 5.398978411 C6_control_C1 +LQ02X032880 Hypothetical protein 5.404616199 C6_control_C2 +LQ02X032880 Hypothetical protein 5.591945787 C6_control_C3 +LQ02X032880 Hypothetical protein 6.494811912 C6_chemical_A1 +LQ02X032880 Hypothetical protein 6.192619336 C6_chemical_A3 +LQ02X032880 Hypothetical protein 6.458878786 C6_chemical_B1 +LQ02X032880 Hypothetical protein 6.461538014 C6_chemical_B2 +LQ02X032880 Hypothetical protein 6.655503786 C6_chemical_B3 +LQ02X032880 Hypothetical protein 5.290733481 C6_chemical_C1 +LQ02X032880 Hypothetical protein 5.450925096 C6_chemical_C2 +LQ02X032880 Hypothetical protein 5.788252426 C6_chemical_C3 +LQ02X032880 Hypothetical protein 5.936041976 L4_control_A1 +LQ02X032880 Hypothetical protein 6.140147848 L4_control_A2 +LQ02X032880 Hypothetical protein 6.704228547 L4_control_A3 +LQ02X032880 Hypothetical protein 6.207467403 L4_control_B1 +LQ02X032880 Hypothetical protein 7.767347413 L4_control_B2 +LQ02X032880 Hypothetical protein 6.726753208 L4_control_B3 +LQ02X032880 Hypothetical protein 5.646951523 L4_control_C2 +LQ02X032880 Hypothetical protein 5.302701304 L4_control_C3 +LQ02X032880 Hypothetical protein 5.847500958 L4_chemical_A1 +LQ02X032880 Hypothetical protein 5.981339418 L4_chemical_A2 +LQ02X032880 Hypothetical protein 5.840058172 L4_chemical_A3 +LQ02X032880 Hypothetical protein 6.797435229 L4_chemical_B1 +LQ02X032880 Hypothetical protein 7.927635411 L4_chemical_B2 +LQ02X032880 Hypothetical protein 6.646695311 L4_chemical_B3 +LQ02X032880 Hypothetical protein 5.572350032 L4_chemical_C2 +LQ02X032880 Hypothetical protein 5.026686794 L4_chemical_C3 +LQ02X032900 Putative 50S ribosomal protein L32 12.78429083 C6_control_A1 +LQ02X032900 Putative 50S ribosomal protein L32 12.9100803 C6_control_A3 +LQ02X032900 Putative 50S ribosomal protein L32 12.64305016 C6_control_B1 +LQ02X032900 Putative 50S ribosomal protein L32 12.45297746 C6_control_B2 +LQ02X032900 Putative 50S ribosomal protein L32 12.14817995 C6_control_B3 +LQ02X032900 Putative 50S ribosomal protein L32 12.46830236 C6_control_C1 +LQ02X032900 Putative 50S ribosomal protein L32 12.17527169 C6_control_C2 +LQ02X032900 Putative 50S ribosomal protein L32 12.06539021 C6_control_C3 +LQ02X032900 Putative 50S ribosomal protein L32 13.06160288 C6_chemical_A1 +LQ02X032900 Putative 50S ribosomal protein L32 12.58023377 C6_chemical_A3 +LQ02X032900 Putative 50S ribosomal protein L32 12.68320673 C6_chemical_B1 +LQ02X032900 Putative 50S ribosomal protein L32 12.28052877 C6_chemical_B2 +LQ02X032900 Putative 50S ribosomal protein L32 12.14080291 C6_chemical_B3 +LQ02X032900 Putative 50S ribosomal protein L32 12.50188508 C6_chemical_C1 +LQ02X032900 Putative 50S ribosomal protein L32 12.56095019 C6_chemical_C2 +LQ02X032900 Putative 50S ribosomal protein L32 11.62807742 C6_chemical_C3 +LQ02X032900 Putative 50S ribosomal protein L32 12.27350919 L4_control_A1 +LQ02X032900 Putative 50S ribosomal protein L32 12.40750634 L4_control_A2 +LQ02X032900 Putative 50S ribosomal protein L32 11.48921204 L4_control_A3 +LQ02X032900 Putative 50S ribosomal protein L32 11.97645236 L4_control_B1 +LQ02X032900 Putative 50S ribosomal protein L32 11.96275946 L4_control_B2 +LQ02X032900 Putative 50S ribosomal protein L32 11.20569758 L4_control_B3 +LQ02X032900 Putative 50S ribosomal protein L32 12.17112232 L4_control_C2 +LQ02X032900 Putative 50S ribosomal protein L32 11.63126551 L4_control_C3 +LQ02X032900 Putative 50S ribosomal protein L32 12.12847421 L4_chemical_A1 +LQ02X032900 Putative 50S ribosomal protein L32 12.64273906 L4_chemical_A2 +LQ02X032900 Putative 50S ribosomal protein L32 11.23408995 L4_chemical_A3 +LQ02X032900 Putative 50S ribosomal protein L32 12.23827525 L4_chemical_B1 +LQ02X032900 Putative 50S ribosomal protein L32 12.85248951 L4_chemical_B2 +LQ02X032900 Putative 50S ribosomal protein L32 11.45165811 L4_chemical_B3 +LQ02X032900 Putative 50S ribosomal protein L32 12.24600483 L4_chemical_C2 +LQ02X032900 Putative 50S ribosomal protein L32 11.57118907 L4_chemical_C3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.360278361 C6_control_A1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.364251507 C6_control_A3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.005456788 C6_control_B1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.969363658 C6_control_B2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.595000624 C6_control_B3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.423546546 C6_control_C1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.885862792 C6_control_C2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.81808289 C6_control_C3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.268516012 C6_chemical_A1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.826965414 C6_chemical_A3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.749721435 C6_chemical_B1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.16893613 C6_chemical_B2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.012291577 C6_chemical_B3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.444407934 C6_chemical_C1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.110124705 C6_chemical_C2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.638952595 C6_chemical_C3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.265653888 L4_control_A1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.560074979 L4_control_A2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.737399401 L4_control_A3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.380397553 L4_control_B1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.438817611 L4_control_B2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.719694767 L4_control_B3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.974159018 L4_control_C2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 6.288156975 L4_control_C3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.494890114 L4_chemical_A1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.147388691 L4_chemical_A2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.483666783 L4_chemical_A3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.133129018 L4_chemical_B1 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.676694405 L4_chemical_B2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.956566469 L4_chemical_B3 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.792549719 L4_chemical_C2 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.676550611 L4_chemical_C3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.898040617 C6_control_A1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 9.188263755 C6_control_A3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 7.791226976 C6_control_B1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.397007366 C6_control_B2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 7.432080161 C6_control_B3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 9.041961759 C6_control_C1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.514579092 C6_control_C2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.89545346 C6_control_C3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.168499942 C6_chemical_A1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 9.010658586 C6_chemical_A3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 6.686869556 C6_chemical_B1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.367511712 C6_chemical_B2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 7.536073594 C6_chemical_B3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.598433147 C6_chemical_C1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.699258612 C6_chemical_C2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 9.102114956 C6_chemical_C3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.584024358 L4_control_A1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 7.80938089 L4_control_A2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.576075794 L4_control_A3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 6.785436937 L4_control_B1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 6.656294873 L4_control_B2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.583730461 L4_control_B3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 7.713323899 L4_control_C2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.473323846 L4_control_C3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 7.980551364 L4_chemical_A1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 6.593565903 L4_chemical_A2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.684940011 L4_chemical_A3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 6.50209485 L4_chemical_B1 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 5.892333565 L4_chemical_B2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.339316273 L4_chemical_B3 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 6.48406377 L4_chemical_C2 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.094334296 L4_chemical_C3 +LQ02X033030 NAC domain-containing protein 29 5.161511717 C6_control_A1 +LQ02X033030 NAC domain-containing protein 29 6.045298159 C6_control_A3 +LQ02X033030 NAC domain-containing protein 29 4.96132817 C6_control_B1 +LQ02X033030 NAC domain-containing protein 29 5.437869268 C6_control_B2 +LQ02X033030 NAC domain-containing protein 29 4.758296454 C6_control_B3 +LQ02X033030 NAC domain-containing protein 29 5.962255128 C6_control_C1 +LQ02X033030 NAC domain-containing protein 29 6.7341024 C6_control_C2 +LQ02X033030 NAC domain-containing protein 29 5.399411193 C6_control_C3 +LQ02X033030 NAC domain-containing protein 29 4.964987538 C6_chemical_A1 +LQ02X033030 NAC domain-containing protein 29 5.531951586 C6_chemical_A3 +LQ02X033030 NAC domain-containing protein 29 5.104214823 C6_chemical_B1 +LQ02X033030 NAC domain-containing protein 29 5.127134157 C6_chemical_B2 +LQ02X033030 NAC domain-containing protein 29 4.728093732 C6_chemical_B3 +LQ02X033030 NAC domain-containing protein 29 5.454837055 C6_chemical_C1 +LQ02X033030 NAC domain-containing protein 29 5.709380794 C6_chemical_C2 +LQ02X033030 NAC domain-containing protein 29 6.559834788 C6_chemical_C3 +LQ02X033030 NAC domain-containing protein 29 5.327220965 L4_control_A1 +LQ02X033030 NAC domain-containing protein 29 5.238608562 L4_control_A2 +LQ02X033030 NAC domain-containing protein 29 6.010261858 L4_control_A3 +LQ02X033030 NAC domain-containing protein 29 5.582626389 L4_control_B1 +LQ02X033030 NAC domain-containing protein 29 5.756538559 L4_control_B2 +LQ02X033030 NAC domain-containing protein 29 5.126548283 L4_control_B3 +LQ02X033030 NAC domain-containing protein 29 5.974083952 L4_control_C2 +LQ02X033030 NAC domain-containing protein 29 5.74351982 L4_control_C3 +LQ02X033030 NAC domain-containing protein 29 5.867712529 L4_chemical_A1 +LQ02X033030 NAC domain-containing protein 29 6.116762309 L4_chemical_A2 +LQ02X033030 NAC domain-containing protein 29 6.362679981 L4_chemical_A3 +LQ02X033030 NAC domain-containing protein 29 6.004248675 L4_chemical_B1 +LQ02X033030 NAC domain-containing protein 29 5.715761705 L4_chemical_B2 +LQ02X033030 NAC domain-containing protein 29 4.925031649 L4_chemical_B3 +LQ02X033030 NAC domain-containing protein 29 5.755422411 L4_chemical_C2 +LQ02X033030 NAC domain-containing protein 29 5.655486607 L4_chemical_C3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.675357306 C6_control_A1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 6.03918625 C6_control_A3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.543548946 C6_control_B1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.328639659 C6_control_B2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.52758098 C6_control_B3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.541505911 C6_control_C1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 7.11738381 C6_control_C2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.410957212 C6_control_C3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.235059652 C6_chemical_A1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.506141944 C6_chemical_A3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.343934356 C6_chemical_B1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.378755041 C6_chemical_B2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.465233198 C6_chemical_B3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.899121234 C6_chemical_C1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.568861072 C6_chemical_C2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.337266101 C6_chemical_C3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.156068833 L4_control_A1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.152403254 L4_control_A2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 6.179574964 L4_control_A3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.287498108 L4_control_B1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.471141637 L4_control_B2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.617274673 L4_control_B3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.283390909 L4_control_C2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.608174318 L4_control_C3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.354483932 L4_chemical_A1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.323490404 L4_chemical_A2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.904325193 L4_chemical_A3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.910465659 L4_chemical_B1 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.146170822 L4_chemical_B2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.86331181 L4_chemical_B3 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.327181821 L4_chemical_C2 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.259396744 L4_chemical_C3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.73227982 C6_control_A1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.76060462 C6_control_A3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.42639892 C6_control_B1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 14.16265709 C6_control_B2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.51852277 C6_control_B3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 14.15929517 C6_control_C1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 14.56702263 C6_control_C2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 14.19490274 C6_control_C3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.72889685 C6_chemical_A1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.79903065 C6_chemical_A3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.71457249 C6_chemical_B1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 14.15050129 C6_chemical_B2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.69455157 C6_chemical_B3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 14.28575698 C6_chemical_C1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 14.33036235 C6_chemical_C2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 14.52026247 C6_chemical_C3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 11.83586905 L4_control_A1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.74325215 L4_control_A2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 11.98898081 L4_control_A3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.34625388 L4_control_B1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.19626911 L4_control_B2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.38109939 L4_control_B3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.54002535 L4_control_C2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.81815595 L4_control_C3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 11.80832082 L4_chemical_A1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.61189781 L4_chemical_A2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 11.81908338 L4_chemical_A3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.95190614 L4_chemical_B1 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.39351912 L4_chemical_B2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.69341534 L4_chemical_B3 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.48908923 L4_chemical_C2 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 13.91338982 L4_chemical_C3 +LQ02X033090 Putative KH domain-containing protein At4g18375 6.006481028 C6_control_A1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.731515274 C6_control_A3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.735486786 C6_control_B1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.654795502 C6_control_B2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.931157922 C6_control_B3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.558269111 C6_control_C1 +LQ02X033090 Putative KH domain-containing protein At4g18375 6.253442937 C6_control_C2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.411829924 C6_control_C3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.625255763 C6_chemical_A1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.995249405 C6_chemical_A3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.42369017 C6_chemical_B1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.265397293 C6_chemical_B2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.498608136 C6_chemical_B3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.463530669 C6_chemical_C1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.569110469 C6_chemical_C2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.227586916 C6_chemical_C3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.562173165 L4_control_A1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.334847783 L4_control_A2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.656374179 L4_control_A3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.856663016 L4_control_B1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.714047527 L4_control_B2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.824617724 L4_control_B3 +LQ02X033090 Putative KH domain-containing protein At4g18375 6.396823641 L4_control_C2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.47612909 L4_control_C3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.11162232 L4_chemical_A1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.471624429 L4_chemical_A2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.851579794 L4_chemical_A3 +LQ02X033090 Putative KH domain-containing protein At4g18375 6.23479548 L4_chemical_B1 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.535467807 L4_chemical_B2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.964861164 L4_chemical_B3 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.180167538 L4_chemical_C2 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.781799301 L4_chemical_C3 +LQ02X033110 Expansin-A15 5.185766503 C6_control_A1 +LQ02X033110 Expansin-A15 5.54754142 C6_control_A3 +LQ02X033110 Expansin-A15 4.749367395 C6_control_B1 +LQ02X033110 Expansin-A15 5.236598458 C6_control_B2 +LQ02X033110 Expansin-A15 4.782645328 C6_control_B3 +LQ02X033110 Expansin-A15 4.88771368 C6_control_C1 +LQ02X033110 Expansin-A15 4.851429645 C6_control_C2 +LQ02X033110 Expansin-A15 4.633642473 C6_control_C3 +LQ02X033110 Expansin-A15 5.160211858 C6_chemical_A1 +LQ02X033110 Expansin-A15 5.546446135 C6_chemical_A3 +LQ02X033110 Expansin-A15 5.149958978 C6_chemical_B1 +LQ02X033110 Expansin-A15 5.222431545 C6_chemical_B2 +LQ02X033110 Expansin-A15 5.038594822 C6_chemical_B3 +LQ02X033110 Expansin-A15 4.837214262 C6_chemical_C1 +LQ02X033110 Expansin-A15 4.807312745 C6_chemical_C2 +LQ02X033110 Expansin-A15 4.719164143 C6_chemical_C3 +LQ02X033110 Expansin-A15 5.949971159 L4_control_A1 +LQ02X033110 Expansin-A15 4.873304838 L4_control_A2 +LQ02X033110 Expansin-A15 5.467155831 L4_control_A3 +LQ02X033110 Expansin-A15 5.410671541 L4_control_B1 +LQ02X033110 Expansin-A15 5.562882817 L4_control_B2 +LQ02X033110 Expansin-A15 4.915420837 L4_control_B3 +LQ02X033110 Expansin-A15 4.921864684 L4_control_C2 +LQ02X033110 Expansin-A15 5.215320965 L4_control_C3 +LQ02X033110 Expansin-A15 6.229553837 L4_chemical_A1 +LQ02X033110 Expansin-A15 4.835140371 L4_chemical_A2 +LQ02X033110 Expansin-A15 5.774055572 L4_chemical_A3 +LQ02X033110 Expansin-A15 5.178547555 L4_chemical_B1 +LQ02X033110 Expansin-A15 5.009639086 L4_chemical_B2 +LQ02X033110 Expansin-A15 5.458556947 L4_chemical_B3 +LQ02X033110 Expansin-A15 4.855710796 L4_chemical_C2 +LQ02X033110 Expansin-A15 5.114972321 L4_chemical_C3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.618247767 C6_control_A1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.956069044 C6_control_A3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.426666327 C6_control_B1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.52915926 C6_control_B2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 6.672758813 C6_control_B3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.345457572 C6_control_C1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.958569312 C6_control_C2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 6.13545435 C6_control_C3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.795183729 C6_chemical_A1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.453154662 C6_chemical_A3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.149988579 C6_chemical_B1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.472162105 C6_chemical_B2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.21084286 C6_chemical_B3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.685279281 C6_chemical_C1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 6.09306025 C6_chemical_C2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.576770227 C6_chemical_C3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.746905505 L4_control_A1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.535597181 L4_control_A2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.865919945 L4_control_A3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.834619491 L4_control_B1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 6.000180743 L4_control_B2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.493164466 L4_control_B3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.401306703 L4_control_C2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.161157439 L4_control_C3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.58058748 L4_chemical_A1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.600426301 L4_chemical_A2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.737223532 L4_chemical_A3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 4.943669395 L4_chemical_B1 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.548034891 L4_chemical_B2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.77348036 L4_chemical_B3 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.209681594 L4_chemical_C2 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.201296544 L4_chemical_C3 +LQ02X033180 Hypothetical protein 6.58769783 C6_control_A1 +LQ02X033180 Hypothetical protein 6.53246638 C6_control_A3 +LQ02X033180 Hypothetical protein 7.668832496 C6_control_B1 +LQ02X033180 Hypothetical protein 9.165550873 C6_control_B2 +LQ02X033180 Hypothetical protein 8.429857559 C6_control_B3 +LQ02X033180 Hypothetical protein 10.65290615 C6_control_C1 +LQ02X033180 Hypothetical protein 10.18034499 C6_control_C2 +LQ02X033180 Hypothetical protein 10.57734895 C6_control_C3 +LQ02X033180 Hypothetical protein 6.669089908 C6_chemical_A1 +LQ02X033180 Hypothetical protein 6.747452807 C6_chemical_A3 +LQ02X033180 Hypothetical protein 6.908187206 C6_chemical_B1 +LQ02X033180 Hypothetical protein 8.069885013 C6_chemical_B2 +LQ02X033180 Hypothetical protein 8.000399741 C6_chemical_B3 +LQ02X033180 Hypothetical protein 10.29444794 C6_chemical_C1 +LQ02X033180 Hypothetical protein 9.672958864 C6_chemical_C2 +LQ02X033180 Hypothetical protein 9.226366066 C6_chemical_C3 +LQ02X033180 Hypothetical protein 6.459070344 L4_control_A1 +LQ02X033180 Hypothetical protein 5.832843377 L4_control_A2 +LQ02X033180 Hypothetical protein 6.139202348 L4_control_A3 +LQ02X033180 Hypothetical protein 6.576783203 L4_control_B1 +LQ02X033180 Hypothetical protein 6.979302934 L4_control_B2 +LQ02X033180 Hypothetical protein 7.826733567 L4_control_B3 +LQ02X033180 Hypothetical protein 10.62202467 L4_control_C2 +LQ02X033180 Hypothetical protein 8.478038322 L4_control_C3 +LQ02X033180 Hypothetical protein 6.497850554 L4_chemical_A1 +LQ02X033180 Hypothetical protein 5.928927608 L4_chemical_A2 +LQ02X033180 Hypothetical protein 6.833939065 L4_chemical_A3 +LQ02X033180 Hypothetical protein 7.143472869 L4_chemical_B1 +LQ02X033180 Hypothetical protein 6.06218283 L4_chemical_B2 +LQ02X033180 Hypothetical protein 7.287181486 L4_chemical_B3 +LQ02X033180 Hypothetical protein 9.694962918 L4_chemical_C2 +LQ02X033180 Hypothetical protein 8.841587412 L4_chemical_C3 +LQ02X033190 Transcription factor, putative 10.67133146 C6_control_A1 +LQ02X033190 Transcription factor, putative 10.75260055 C6_control_A3 +LQ02X033190 Transcription factor, putative 11.55059196 C6_control_B1 +LQ02X033190 Transcription factor, putative 11.52854477 C6_control_B2 +LQ02X033190 Transcription factor, putative 11.5961693 C6_control_B3 +LQ02X033190 Transcription factor, putative 12.07892845 C6_control_C1 +LQ02X033190 Transcription factor, putative 11.88171065 C6_control_C2 +LQ02X033190 Transcription factor, putative 11.86606196 C6_control_C3 +LQ02X033190 Transcription factor, putative 10.14075643 C6_chemical_A1 +LQ02X033190 Transcription factor, putative 10.17367214 C6_chemical_A3 +LQ02X033190 Transcription factor, putative 10.92011362 C6_chemical_B1 +LQ02X033190 Transcription factor, putative 11.24061464 C6_chemical_B2 +LQ02X033190 Transcription factor, putative 11.02521911 C6_chemical_B3 +LQ02X033190 Transcription factor, putative 11.47057537 C6_chemical_C1 +LQ02X033190 Transcription factor, putative 11.2855648 C6_chemical_C2 +LQ02X033190 Transcription factor, putative 11.29110583 C6_chemical_C3 +LQ02X033190 Transcription factor, putative 10.36195158 L4_control_A1 +LQ02X033190 Transcription factor, putative 10.83010646 L4_control_A2 +LQ02X033190 Transcription factor, putative 10.20414116 L4_control_A3 +LQ02X033190 Transcription factor, putative 10.86318163 L4_control_B1 +LQ02X033190 Transcription factor, putative 10.78581914 L4_control_B2 +LQ02X033190 Transcription factor, putative 10.77908985 L4_control_B3 +LQ02X033190 Transcription factor, putative 11.71262888 L4_control_C2 +LQ02X033190 Transcription factor, putative 11.06561739 L4_control_C3 +LQ02X033190 Transcription factor, putative 9.782011965 L4_chemical_A1 +LQ02X033190 Transcription factor, putative 10.68808579 L4_chemical_A2 +LQ02X033190 Transcription factor, putative 10.0532864 L4_chemical_A3 +LQ02X033190 Transcription factor, putative 10.97553874 L4_chemical_B1 +LQ02X033190 Transcription factor, putative 10.19596499 L4_chemical_B2 +LQ02X033190 Transcription factor, putative 10.56895661 L4_chemical_B3 +LQ02X033190 Transcription factor, putative 11.46306766 L4_chemical_C2 +LQ02X033190 Transcription factor, putative 10.74040144 L4_chemical_C3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.07289808 C6_control_A1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.34256641 C6_control_A3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.55232965 C6_control_B1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.10122445 C6_control_B2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.87076587 C6_control_B3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.84756179 C6_control_C1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.51333991 C6_control_C2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.04871833 C6_control_C3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.42497891 C6_chemical_A1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.18901506 C6_chemical_A3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.70372257 C6_chemical_B1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.55439112 C6_chemical_B2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.88040925 C6_chemical_B3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.43577382 C6_chemical_C1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.98034684 C6_chemical_C2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.02221549 C6_chemical_C3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.09092714 L4_control_A1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 11.82024436 L4_control_A2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 11.39294205 L4_control_A3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.09627104 L4_control_B1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.14920154 L4_control_B2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.69246566 L4_control_B3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.73056958 L4_control_C2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.06381284 L4_control_C3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.23305889 L4_chemical_A1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.45711932 L4_chemical_A2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 11.55308684 L4_chemical_A3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.89315284 L4_chemical_B1 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.58246884 L4_chemical_B2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.59292455 L4_chemical_B3 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.8344511 L4_chemical_C2 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 13.17098052 L4_chemical_C3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.561741093 C6_control_A1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.552061566 C6_control_A3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.276609367 C6_control_B1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 8.466332832 C6_control_B2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.896166722 C6_control_B3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 7.779873902 C6_control_C1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 8.796742326 C6_control_C2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 8.362653159 C6_control_C3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.163409342 C6_chemical_A1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.415071358 C6_chemical_A3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.351650029 C6_chemical_B1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 8.492077655 C6_chemical_B2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.949646308 C6_chemical_B3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 8.298297002 C6_chemical_C1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 8.85148671 C6_chemical_C2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 8.226602109 C6_chemical_C3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.831978755 L4_control_A1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.577708851 L4_control_A2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.015699826 L4_control_A3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.241485922 L4_control_B1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.536083854 L4_control_B2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.338157704 L4_control_B3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.254743618 L4_control_C2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.335361725 L4_control_C3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.275003564 L4_chemical_A1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.667849791 L4_chemical_A2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.314012326 L4_chemical_A3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 4.911204264 L4_chemical_B1 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.157105214 L4_chemical_B2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.073655378 L4_chemical_B3 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.126185088 L4_chemical_C2 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 5.011794179 L4_chemical_C3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.156834432 C6_control_A1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.232121107 C6_control_A3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 4.801988091 C6_control_B1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.31228839 C6_control_B2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.666370834 C6_control_B3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 4.94221526 C6_control_C1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 4.965673831 C6_control_C2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 4.876122136 C6_control_C3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.576928648 C6_chemical_A1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.115807747 C6_chemical_A3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 4.976619797 C6_chemical_B1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.12550292 C6_chemical_B2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.266849211 C6_chemical_B3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.294005327 C6_chemical_C1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.201406326 C6_chemical_C2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 4.906324381 C6_chemical_C3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.189706931 L4_control_A1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.414549635 L4_control_A2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.374559568 L4_control_A3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.917041434 L4_control_B1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.637723425 L4_control_B2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.641134766 L4_control_B3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 6.008503179 L4_control_C2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.054407521 L4_control_C3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.243140235 L4_chemical_A1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.614240474 L4_chemical_A2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.17839589 L4_chemical_A3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.852057666 L4_chemical_B1 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.731214478 L4_chemical_B2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.361850937 L4_chemical_B3 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.196802225 L4_chemical_C2 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.340933923 L4_chemical_C3 +LQ02X033270 Putative Predicted protein 9.489017576 C6_control_A1 +LQ02X033270 Putative Predicted protein 9.709687523 C6_control_A3 +LQ02X033270 Putative Predicted protein 9.94282615 C6_control_B1 +LQ02X033270 Putative Predicted protein 9.907266954 C6_control_B2 +LQ02X033270 Putative Predicted protein 10.11815882 C6_control_B3 +LQ02X033270 Putative Predicted protein 10.08683955 C6_control_C1 +LQ02X033270 Putative Predicted protein 10.60355636 C6_control_C2 +LQ02X033270 Putative Predicted protein 10.60676964 C6_control_C3 +LQ02X033270 Putative Predicted protein 9.551078082 C6_chemical_A1 +LQ02X033270 Putative Predicted protein 9.772347727 C6_chemical_A3 +LQ02X033270 Putative Predicted protein 9.943739862 C6_chemical_B1 +LQ02X033270 Putative Predicted protein 10.06189808 C6_chemical_B2 +LQ02X033270 Putative Predicted protein 10.04639559 C6_chemical_B3 +LQ02X033270 Putative Predicted protein 9.933312105 C6_chemical_C1 +LQ02X033270 Putative Predicted protein 10.38375519 C6_chemical_C2 +LQ02X033270 Putative Predicted protein 10.60051287 C6_chemical_C3 +LQ02X033270 Putative Predicted protein 9.235697771 L4_control_A1 +LQ02X033270 Putative Predicted protein 9.786396252 L4_control_A2 +LQ02X033270 Putative Predicted protein 9.41636452 L4_control_A3 +LQ02X033270 Putative Predicted protein 10.53127984 L4_control_B1 +LQ02X033270 Putative Predicted protein 10.21369475 L4_control_B2 +LQ02X033270 Putative Predicted protein 10.6291637 L4_control_B3 +LQ02X033270 Putative Predicted protein 10.70461426 L4_control_C2 +LQ02X033270 Putative Predicted protein 11.4991018 L4_control_C3 +LQ02X033270 Putative Predicted protein 9.03765647 L4_chemical_A1 +LQ02X033270 Putative Predicted protein 9.810828367 L4_chemical_A2 +LQ02X033270 Putative Predicted protein 9.110641832 L4_chemical_A3 +LQ02X033270 Putative Predicted protein 10.10571058 L4_chemical_B1 +LQ02X033270 Putative Predicted protein 9.922307291 L4_chemical_B2 +LQ02X033270 Putative Predicted protein 9.946012235 L4_chemical_B3 +LQ02X033270 Putative Predicted protein 10.94754117 L4_chemical_C2 +LQ02X033270 Putative Predicted protein 11.44334919 L4_chemical_C3 +LQ02X033290 Amino acid transporter 7.096976221 C6_control_A1 +LQ02X033290 Amino acid transporter 6.974688324 C6_control_A3 +LQ02X033290 Amino acid transporter 7.774355529 C6_control_B1 +LQ02X033290 Amino acid transporter 7.914930307 C6_control_B2 +LQ02X033290 Amino acid transporter 8.591583673 C6_control_B3 +LQ02X033290 Amino acid transporter 6.075280678 C6_control_C1 +LQ02X033290 Amino acid transporter 5.775009745 C6_control_C2 +LQ02X033290 Amino acid transporter 6.688418613 C6_control_C3 +LQ02X033290 Amino acid transporter 7.123646342 C6_chemical_A1 +LQ02X033290 Amino acid transporter 7.358698357 C6_chemical_A3 +LQ02X033290 Amino acid transporter 7.755056402 C6_chemical_B1 +LQ02X033290 Amino acid transporter 7.544896953 C6_chemical_B2 +LQ02X033290 Amino acid transporter 9.021892379 C6_chemical_B3 +LQ02X033290 Amino acid transporter 5.233716094 C6_chemical_C1 +LQ02X033290 Amino acid transporter 6.07453524 C6_chemical_C2 +LQ02X033290 Amino acid transporter 6.557831339 C6_chemical_C3 +LQ02X033290 Amino acid transporter 5.690090746 L4_control_A1 +LQ02X033290 Amino acid transporter 5.879202467 L4_control_A2 +LQ02X033290 Amino acid transporter 6.259120851 L4_control_A3 +LQ02X033290 Amino acid transporter 5.168949033 L4_control_B1 +LQ02X033290 Amino acid transporter 6.392545221 L4_control_B2 +LQ02X033290 Amino acid transporter 5.869712389 L4_control_B3 +LQ02X033290 Amino acid transporter 6.509541945 L4_control_C2 +LQ02X033290 Amino acid transporter 5.482610981 L4_control_C3 +LQ02X033290 Amino acid transporter 5.674500835 L4_chemical_A1 +LQ02X033290 Amino acid transporter 5.768802019 L4_chemical_A2 +LQ02X033290 Amino acid transporter 5.908999569 L4_chemical_A3 +LQ02X033290 Amino acid transporter 5.577250692 L4_chemical_B1 +LQ02X033290 Amino acid transporter 5.692823108 L4_chemical_B2 +LQ02X033290 Amino acid transporter 6.630050944 L4_chemical_B3 +LQ02X033290 Amino acid transporter 5.645241084 L4_chemical_C2 +LQ02X033290 Amino acid transporter 5.561282999 L4_chemical_C3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.58695161 C6_control_A1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.16664892 C6_control_A3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.50299905 C6_control_B1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.83814727 C6_control_B2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.78662752 C6_control_B3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.33750405 C6_control_C1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.21330378 C6_control_C2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.30066292 C6_control_C3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.64891535 C6_chemical_A1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.27894572 C6_chemical_A3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.41637363 C6_chemical_B1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.58679662 C6_chemical_B2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.67778925 C6_chemical_B3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.23568562 C6_chemical_C1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.1992369 C6_chemical_C2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.19576384 C6_chemical_C3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.380515 L4_control_A1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.49410303 L4_control_A2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.08679523 L4_control_A3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.32399111 L4_control_B1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.79249906 L4_control_B2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 12.01124473 L4_control_B3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 10.95451699 L4_control_C2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 10.97473615 L4_control_C3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.39960184 L4_chemical_A1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.51197339 L4_chemical_A2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.22541897 L4_chemical_A3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.30249848 L4_chemical_B1 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.42631723 L4_chemical_B2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.6596071 L4_chemical_B3 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.10228618 L4_chemical_C2 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.07481833 L4_chemical_C3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.468388693 C6_control_A1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.517910434 C6_control_A3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.639994286 C6_control_B1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.613576715 C6_control_B2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.456723056 C6_control_B3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.733955192 C6_control_C1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.733276918 C6_control_C2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.579369219 C6_control_C3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.210093416 C6_chemical_A1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.36616942 C6_chemical_A3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.172140701 C6_chemical_B1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.58366939 C6_chemical_B2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.383050939 C6_chemical_B3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.780575197 C6_chemical_C1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.812236747 C6_chemical_C2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.939958336 C6_chemical_C3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.04367119 L4_control_A1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.091465486 L4_control_A2 +LQ02X033330 Membrane associated ring finger 1,8, putative 4.846146793 L4_control_A3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.421047408 L4_control_B1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.233291417 L4_control_B2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.302370842 L4_control_B3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.540990352 L4_control_C2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.918753 L4_control_C3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.288927009 L4_chemical_A1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.11745247 L4_chemical_A2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.491656573 L4_chemical_A3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.574675533 L4_chemical_B1 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.786999497 L4_chemical_B2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.379834399 L4_chemical_B3 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.382550618 L4_chemical_C2 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.722378205 L4_chemical_C3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.552985003 C6_control_A1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.044703518 C6_control_A3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.642433119 C6_control_B1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.366178054 C6_control_B2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.502750367 C6_control_B3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.309247504 C6_control_C1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.037355519 C6_control_C2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.214863135 C6_control_C3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.628770162 C6_chemical_A1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.413199953 C6_chemical_A3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.480616173 C6_chemical_B1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.152382754 C6_chemical_B2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.492405252 C6_chemical_B3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.258797189 C6_chemical_C1 +LQ02X033340 Putative uncharacterized protein F24J1.29 4.989509039 C6_chemical_C2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.137804978 C6_chemical_C3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.334198133 L4_control_A1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.696787068 L4_control_A2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.128930118 L4_control_A3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.323562752 L4_control_B1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.717043997 L4_control_B2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.586527057 L4_control_B3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.407550137 L4_control_C2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.918970706 L4_control_C3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.426948174 L4_chemical_A1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.485151479 L4_chemical_A2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.701540614 L4_chemical_A3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.400846739 L4_chemical_B1 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.437939089 L4_chemical_B2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.526362122 L4_chemical_B3 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.309465847 L4_chemical_C2 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.458877765 L4_chemical_C3 +LQ02X033350 Putative uncharacterized protein 8.470479501 C6_control_A1 +LQ02X033350 Putative uncharacterized protein 7.776684998 C6_control_A3 +LQ02X033350 Putative uncharacterized protein 9.360023488 C6_control_B1 +LQ02X033350 Putative uncharacterized protein 8.648179209 C6_control_B2 +LQ02X033350 Putative uncharacterized protein 8.439007663 C6_control_B3 +LQ02X033350 Putative uncharacterized protein 8.835945431 C6_control_C1 +LQ02X033350 Putative uncharacterized protein 8.843790718 C6_control_C2 +LQ02X033350 Putative uncharacterized protein 8.196969741 C6_control_C3 +LQ02X033350 Putative uncharacterized protein 9.119091842 C6_chemical_A1 +LQ02X033350 Putative uncharacterized protein 8.829240138 C6_chemical_A3 +LQ02X033350 Putative uncharacterized protein 9.543850964 C6_chemical_B1 +LQ02X033350 Putative uncharacterized protein 8.757939663 C6_chemical_B2 +LQ02X033350 Putative uncharacterized protein 8.572396905 C6_chemical_B3 +LQ02X033350 Putative uncharacterized protein 9.13655646 C6_chemical_C1 +LQ02X033350 Putative uncharacterized protein 9.277488953 C6_chemical_C2 +LQ02X033350 Putative uncharacterized protein 8.635513011 C6_chemical_C3 +LQ02X033350 Putative uncharacterized protein 8.730937155 L4_control_A1 +LQ02X033350 Putative uncharacterized protein 8.822920189 L4_control_A2 +LQ02X033350 Putative uncharacterized protein 8.57329352 L4_control_A3 +LQ02X033350 Putative uncharacterized protein 8.299274924 L4_control_B1 +LQ02X033350 Putative uncharacterized protein 9.147670061 L4_control_B2 +LQ02X033350 Putative uncharacterized protein 9.140618341 L4_control_B3 +LQ02X033350 Putative uncharacterized protein 9.754369906 L4_control_C2 +LQ02X033350 Putative uncharacterized protein 10.06598733 L4_control_C3 +LQ02X033350 Putative uncharacterized protein 8.548274641 L4_chemical_A1 +LQ02X033350 Putative uncharacterized protein 8.345824534 L4_chemical_A2 +LQ02X033350 Putative uncharacterized protein 8.168672741 L4_chemical_A3 +LQ02X033350 Putative uncharacterized protein 8.459867232 L4_chemical_B1 +LQ02X033350 Putative uncharacterized protein 8.987252304 L4_chemical_B2 +LQ02X033350 Putative uncharacterized protein 8.733222314 L4_chemical_B3 +LQ02X033350 Putative uncharacterized protein 9.927928212 L4_chemical_C2 +LQ02X033350 Putative uncharacterized protein 9.846874709 L4_chemical_C3 +LQ02X033370 60S ribosomal protein L34 6.202595033 C6_control_A1 +LQ02X033370 60S ribosomal protein L34 6.040766577 C6_control_A3 +LQ02X033370 60S ribosomal protein L34 6.562557708 C6_control_B1 +LQ02X033370 60S ribosomal protein L34 6.073217025 C6_control_B2 +LQ02X033370 60S ribosomal protein L34 6.297084285 C6_control_B3 +LQ02X033370 60S ribosomal protein L34 6.468925398 C6_control_C1 +LQ02X033370 60S ribosomal protein L34 6.481834836 C6_control_C2 +LQ02X033370 60S ribosomal protein L34 6.163577215 C6_control_C3 +LQ02X033370 60S ribosomal protein L34 6.051933278 C6_chemical_A1 +LQ02X033370 60S ribosomal protein L34 5.780932009 C6_chemical_A3 +LQ02X033370 60S ribosomal protein L34 5.480154426 C6_chemical_B1 +LQ02X033370 60S ribosomal protein L34 5.884653854 C6_chemical_B2 +LQ02X033370 60S ribosomal protein L34 6.075237073 C6_chemical_B3 +LQ02X033370 60S ribosomal protein L34 6.410666269 C6_chemical_C1 +LQ02X033370 60S ribosomal protein L34 6.38608153 C6_chemical_C2 +LQ02X033370 60S ribosomal protein L34 5.948003957 C6_chemical_C3 +LQ02X033370 60S ribosomal protein L34 6.246422421 L4_control_A1 +LQ02X033370 60S ribosomal protein L34 6.273320969 L4_control_A2 +LQ02X033370 60S ribosomal protein L34 6.395027618 L4_control_A3 +LQ02X033370 60S ribosomal protein L34 5.563930561 L4_control_B1 +LQ02X033370 60S ribosomal protein L34 5.587565939 L4_control_B2 +LQ02X033370 60S ribosomal protein L34 6.020109391 L4_control_B3 +LQ02X033370 60S ribosomal protein L34 6.293627908 L4_control_C2 +LQ02X033370 60S ribosomal protein L34 5.797346545 L4_control_C3 +LQ02X033370 60S ribosomal protein L34 5.944061416 L4_chemical_A1 +LQ02X033370 60S ribosomal protein L34 6.349038123 L4_chemical_A2 +LQ02X033370 60S ribosomal protein L34 6.427822355 L4_chemical_A3 +LQ02X033370 60S ribosomal protein L34 5.757594195 L4_chemical_B1 +LQ02X033370 60S ribosomal protein L34 6.330948486 L4_chemical_B2 +LQ02X033370 60S ribosomal protein L34 6.063554655 L4_chemical_B3 +LQ02X033370 60S ribosomal protein L34 5.761163187 L4_chemical_C2 +LQ02X033370 60S ribosomal protein L34 5.677816004 L4_chemical_C3 +LQ02X033410 Predicted protein 5.026499413 C6_control_A1 +LQ02X033410 Predicted protein 5.144598093 C6_control_A3 +LQ02X033410 Predicted protein 5.348725621 C6_control_B1 +LQ02X033410 Predicted protein 5.028878388 C6_control_B2 +LQ02X033410 Predicted protein 5.310834499 C6_control_B3 +LQ02X033410 Predicted protein 5.379136651 C6_control_C1 +LQ02X033410 Predicted protein 5.614074314 C6_control_C2 +LQ02X033410 Predicted protein 5.26345321 C6_control_C3 +LQ02X033410 Predicted protein 5.19148517 C6_chemical_A1 +LQ02X033410 Predicted protein 5.097297881 C6_chemical_A3 +LQ02X033410 Predicted protein 5.380645154 C6_chemical_B1 +LQ02X033410 Predicted protein 5.428527086 C6_chemical_B2 +LQ02X033410 Predicted protein 5.065010878 C6_chemical_B3 +LQ02X033410 Predicted protein 5.379959692 C6_chemical_C1 +LQ02X033410 Predicted protein 5.691351522 C6_chemical_C2 +LQ02X033410 Predicted protein 5.399098196 C6_chemical_C3 +LQ02X033410 Predicted protein 5.041569699 L4_control_A1 +LQ02X033410 Predicted protein 5.078312228 L4_control_A2 +LQ02X033410 Predicted protein 5.263661554 L4_control_A3 +LQ02X033410 Predicted protein 5.205354973 L4_control_B1 +LQ02X033410 Predicted protein 5.070266833 L4_control_B2 +LQ02X033410 Predicted protein 4.984523364 L4_control_B3 +LQ02X033410 Predicted protein 5.756236692 L4_control_C2 +LQ02X033410 Predicted protein 5.359900526 L4_control_C3 +LQ02X033410 Predicted protein 5.219534621 L4_chemical_A1 +LQ02X033410 Predicted protein 5.073378138 L4_chemical_A2 +LQ02X033410 Predicted protein 5.035171259 L4_chemical_A3 +LQ02X033410 Predicted protein 5.448785033 L4_chemical_B1 +LQ02X033410 Predicted protein 5.121349968 L4_chemical_B2 +LQ02X033410 Predicted protein 5.005918932 L4_chemical_B3 +LQ02X033410 Predicted protein 5.784516201 L4_chemical_C2 +LQ02X033410 Predicted protein 6.332390723 L4_chemical_C3 +LQ02X033420 Probable methyltransferase PMT2 12.04446767 C6_control_A1 +LQ02X033420 Probable methyltransferase PMT2 12.1471603 C6_control_A3 +LQ02X033420 Probable methyltransferase PMT2 11.87188382 C6_control_B1 +LQ02X033420 Probable methyltransferase PMT2 12.22937435 C6_control_B2 +LQ02X033420 Probable methyltransferase PMT2 11.97820767 C6_control_B3 +LQ02X033420 Probable methyltransferase PMT2 11.72649038 C6_control_C1 +LQ02X033420 Probable methyltransferase PMT2 12.00210621 C6_control_C2 +LQ02X033420 Probable methyltransferase PMT2 12.05589048 C6_control_C3 +LQ02X033420 Probable methyltransferase PMT2 12.03405967 C6_chemical_A1 +LQ02X033420 Probable methyltransferase PMT2 12.16565375 C6_chemical_A3 +LQ02X033420 Probable methyltransferase PMT2 11.32237294 C6_chemical_B1 +LQ02X033420 Probable methyltransferase PMT2 12.10163495 C6_chemical_B2 +LQ02X033420 Probable methyltransferase PMT2 11.76031846 C6_chemical_B3 +LQ02X033420 Probable methyltransferase PMT2 11.68325306 C6_chemical_C1 +LQ02X033420 Probable methyltransferase PMT2 11.76054281 C6_chemical_C2 +LQ02X033420 Probable methyltransferase PMT2 11.73082953 C6_chemical_C3 +LQ02X033420 Probable methyltransferase PMT2 12.85027493 L4_control_A1 +LQ02X033420 Probable methyltransferase PMT2 13.05880045 L4_control_A2 +LQ02X033420 Probable methyltransferase PMT2 12.3916865 L4_control_A3 +LQ02X033420 Probable methyltransferase PMT2 12.00715467 L4_control_B1 +LQ02X033420 Probable methyltransferase PMT2 11.56750025 L4_control_B2 +LQ02X033420 Probable methyltransferase PMT2 12.19567367 L4_control_B3 +LQ02X033420 Probable methyltransferase PMT2 11.21029523 L4_control_C2 +LQ02X033420 Probable methyltransferase PMT2 11.32804649 L4_control_C3 +LQ02X033420 Probable methyltransferase PMT2 12.8737483 L4_chemical_A1 +LQ02X033420 Probable methyltransferase PMT2 12.50708745 L4_chemical_A2 +LQ02X033420 Probable methyltransferase PMT2 12.58180644 L4_chemical_A3 +LQ02X033420 Probable methyltransferase PMT2 11.57317418 L4_chemical_B1 +LQ02X033420 Probable methyltransferase PMT2 11.79229568 L4_chemical_B2 +LQ02X033420 Probable methyltransferase PMT2 12.72788855 L4_chemical_B3 +LQ02X033420 Probable methyltransferase PMT2 11.23899533 L4_chemical_C2 +LQ02X033420 Probable methyltransferase PMT2 11.39623047 L4_chemical_C3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.60962914 C6_control_A1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 11.88175991 C6_control_A3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.16138943 C6_control_B1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.14898367 C6_control_B2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.08638447 C6_control_B3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.53019286 C6_control_C1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.85131486 C6_control_C2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.90646127 C6_control_C3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.51472102 C6_chemical_A1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.03341418 C6_chemical_A3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.12614938 C6_chemical_B1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.20947496 C6_chemical_B2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.07204231 C6_chemical_B3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.37811602 C6_chemical_C1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.6568663 C6_chemical_C2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.65336181 C6_chemical_C3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 11.86978123 L4_control_A1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.26838879 L4_control_A2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 11.88403824 L4_control_A3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.48443837 L4_control_B1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.60271567 L4_control_B2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.10042008 L4_control_B3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.93675593 L4_control_C2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.25890579 L4_control_C3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 11.86527076 L4_chemical_A1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.70883488 L4_chemical_A2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.00804836 L4_chemical_A3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.32004514 L4_chemical_B1 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.50395668 L4_chemical_B2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.77878408 L4_chemical_B3 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.84381199 L4_chemical_C2 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 13.40855444 L4_chemical_C3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 13.30048151 C6_control_A1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.17826452 C6_control_A3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 13.46354344 C6_control_B1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.76703686 C6_control_B2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.13920929 C6_control_B3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 13.33481535 C6_control_C1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.30972024 C6_control_C2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.30324088 C6_control_C3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 13.72672661 C6_chemical_A1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.21679081 C6_chemical_A3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 13.74184646 C6_chemical_B1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.87158924 C6_chemical_B2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.0125376 C6_chemical_B3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 13.73293552 C6_chemical_C1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 13.18544102 C6_chemical_C2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.33819721 C6_chemical_C3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.87864311 L4_control_A1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.17025643 L4_control_A2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.62368161 L4_control_A3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.23450245 L4_control_B1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.90603071 L4_control_B2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 10.36800867 L4_control_B3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.52831051 L4_control_C2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 10.73304902 L4_control_C3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 10.36284808 L4_chemical_A1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.8600402 L4_chemical_A2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.52550981 L4_chemical_A3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.56490068 L4_chemical_B1 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.74293166 L4_chemical_B2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 10.89523381 L4_chemical_B3 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 12.28738087 L4_chemical_C2 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 11.42914016 L4_chemical_C3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.59513518 C6_control_A1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.8637335 C6_control_A3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.08006838 C6_control_B1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 11.37535321 C6_control_B2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.05315332 C6_control_B3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 9.357872626 C6_control_C1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 10.00787995 C6_control_C2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 10.68638506 C6_control_C3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.55320295 C6_chemical_A1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 13.04809275 C6_chemical_A3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.03467551 C6_chemical_B1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 11.54195573 C6_chemical_B2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 11.98079201 C6_chemical_B3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 9.337097282 C6_chemical_C1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 9.674048317 C6_chemical_C2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 9.999234698 C6_chemical_C3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.89224649 L4_control_A1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.79336666 L4_control_A2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 13.05010526 L4_control_A3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.6037682 L4_control_B1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.87717371 L4_control_B2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 11.2621963 L4_control_B3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 9.464300528 L4_control_C2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 10.6221618 L4_control_C3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.95607789 L4_chemical_A1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.5445881 L4_chemical_A2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.98246829 L4_chemical_A3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.59364323 L4_chemical_B1 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.32849793 L4_chemical_B2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.7620388 L4_chemical_B3 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 9.921611922 L4_chemical_C2 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 10.99279894 L4_chemical_C3 +LQ02X033560 Sucrose transport protein SUC3 5.081307434 C6_control_A1 +LQ02X033560 Sucrose transport protein SUC3 5.340264122 C6_control_A3 +LQ02X033560 Sucrose transport protein SUC3 5.47314545 C6_control_B1 +LQ02X033560 Sucrose transport protein SUC3 4.85521669 C6_control_B2 +LQ02X033560 Sucrose transport protein SUC3 5.185213391 C6_control_B3 +LQ02X033560 Sucrose transport protein SUC3 5.196712155 C6_control_C1 +LQ02X033560 Sucrose transport protein SUC3 5.393027721 C6_control_C2 +LQ02X033560 Sucrose transport protein SUC3 4.954624574 C6_control_C3 +LQ02X033560 Sucrose transport protein SUC3 4.828312019 C6_chemical_A1 +LQ02X033560 Sucrose transport protein SUC3 5.144786368 C6_chemical_A3 +LQ02X033560 Sucrose transport protein SUC3 5.605802244 C6_chemical_B1 +LQ02X033560 Sucrose transport protein SUC3 5.036046515 C6_chemical_B2 +LQ02X033560 Sucrose transport protein SUC3 5.156890306 C6_chemical_B3 +LQ02X033560 Sucrose transport protein SUC3 5.42185482 C6_chemical_C1 +LQ02X033560 Sucrose transport protein SUC3 4.9893765 C6_chemical_C2 +LQ02X033560 Sucrose transport protein SUC3 5.331845237 C6_chemical_C3 +LQ02X033560 Sucrose transport protein SUC3 4.920966297 L4_control_A1 +LQ02X033560 Sucrose transport protein SUC3 5.115509059 L4_control_A2 +LQ02X033560 Sucrose transport protein SUC3 4.758845853 L4_control_A3 +LQ02X033560 Sucrose transport protein SUC3 5.550693732 L4_control_B1 +LQ02X033560 Sucrose transport protein SUC3 4.907393155 L4_control_B2 +LQ02X033560 Sucrose transport protein SUC3 4.820550425 L4_control_B3 +LQ02X033560 Sucrose transport protein SUC3 5.569767281 L4_control_C2 +LQ02X033560 Sucrose transport protein SUC3 5.699014583 L4_control_C3 +LQ02X033560 Sucrose transport protein SUC3 5.268472085 L4_chemical_A1 +LQ02X033560 Sucrose transport protein SUC3 5.194430896 L4_chemical_A2 +LQ02X033560 Sucrose transport protein SUC3 5.008811332 L4_chemical_A3 +LQ02X033560 Sucrose transport protein SUC3 5.526766742 L4_chemical_B1 +LQ02X033560 Sucrose transport protein SUC3 4.964875137 L4_chemical_B2 +LQ02X033560 Sucrose transport protein SUC3 4.904863362 L4_chemical_B3 +LQ02X033560 Sucrose transport protein SUC3 5.124417245 L4_chemical_C2 +LQ02X033560 Sucrose transport protein SUC3 5.649754359 L4_chemical_C3 +LQ02X033570 Sucrose transport protein SUC3 5.520446397 C6_control_A1 +LQ02X033570 Sucrose transport protein SUC3 5.652620939 C6_control_A3 +LQ02X033570 Sucrose transport protein SUC3 5.885644532 C6_control_B1 +LQ02X033570 Sucrose transport protein SUC3 7.60452898 C6_control_B2 +LQ02X033570 Sucrose transport protein SUC3 6.592383842 C6_control_B3 +LQ02X033570 Sucrose transport protein SUC3 7.94999088 C6_control_C1 +LQ02X033570 Sucrose transport protein SUC3 8.167132965 C6_control_C2 +LQ02X033570 Sucrose transport protein SUC3 8.38113568 C6_control_C3 +LQ02X033570 Sucrose transport protein SUC3 6.943510504 C6_chemical_A1 +LQ02X033570 Sucrose transport protein SUC3 5.268999102 C6_chemical_A3 +LQ02X033570 Sucrose transport protein SUC3 7.721902691 C6_chemical_B1 +LQ02X033570 Sucrose transport protein SUC3 8.920409463 C6_chemical_B2 +LQ02X033570 Sucrose transport protein SUC3 8.212756261 C6_chemical_B3 +LQ02X033570 Sucrose transport protein SUC3 9.096949962 C6_chemical_C1 +LQ02X033570 Sucrose transport protein SUC3 9.256165065 C6_chemical_C2 +LQ02X033570 Sucrose transport protein SUC3 9.251628197 C6_chemical_C3 +LQ02X033570 Sucrose transport protein SUC3 7.006226587 L4_control_A1 +LQ02X033570 Sucrose transport protein SUC3 6.09546664 L4_control_A2 +LQ02X033570 Sucrose transport protein SUC3 5.584953524 L4_control_A3 +LQ02X033570 Sucrose transport protein SUC3 6.375170813 L4_control_B1 +LQ02X033570 Sucrose transport protein SUC3 5.956366475 L4_control_B2 +LQ02X033570 Sucrose transport protein SUC3 8.108670545 L4_control_B3 +LQ02X033570 Sucrose transport protein SUC3 8.192152426 L4_control_C2 +LQ02X033570 Sucrose transport protein SUC3 8.001803291 L4_control_C3 +LQ02X033570 Sucrose transport protein SUC3 6.168774564 L4_chemical_A1 +LQ02X033570 Sucrose transport protein SUC3 6.047905854 L4_chemical_A2 +LQ02X033570 Sucrose transport protein SUC3 5.77015776 L4_chemical_A3 +LQ02X033570 Sucrose transport protein SUC3 7.41266339 L4_chemical_B1 +LQ02X033570 Sucrose transport protein SUC3 7.368217931 L4_chemical_B2 +LQ02X033570 Sucrose transport protein SUC3 7.504767337 L4_chemical_B3 +LQ02X033570 Sucrose transport protein SUC3 6.399157283 L4_chemical_C2 +LQ02X033570 Sucrose transport protein SUC3 8.017764166 L4_chemical_C3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.76659765 C6_control_A1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.54719441 C6_control_A3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.24388131 C6_control_B1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.61997744 C6_control_B2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.58702988 C6_control_B3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.18543158 C6_control_C1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.39972952 C6_control_C2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.37924234 C6_control_C3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.67549816 C6_chemical_A1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.46157541 C6_chemical_A3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.12149133 C6_chemical_B1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.53073377 C6_chemical_B2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.42652149 C6_chemical_B3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.42670023 C6_chemical_C1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.21030291 C6_chemical_C2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.77813362 C6_chemical_C3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.4465764 L4_control_A1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.64870413 L4_control_A2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.5585456 L4_control_A3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.28791773 L4_control_B1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.87165052 L4_control_B2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.59093021 L4_control_B3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.0183087 L4_control_C2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.17807305 L4_control_C3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.38326802 L4_chemical_A1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.46565646 L4_chemical_A2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.07615416 L4_chemical_A3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.30591075 L4_chemical_B1 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.11424163 L4_chemical_B2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.3793998 L4_chemical_B3 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.91170811 L4_chemical_C2 +LQ02X033610 F-box/kelch-repeat protein SKIP11 12.02420807 L4_chemical_C3 +LQ02X033620 Putative uncharacterized protein 13.61951911 C6_control_A1 +LQ02X033620 Putative uncharacterized protein 13.70612702 C6_control_A3 +LQ02X033620 Putative uncharacterized protein 13.74785106 C6_control_B1 +LQ02X033620 Putative uncharacterized protein 14.38708263 C6_control_B2 +LQ02X033620 Putative uncharacterized protein 14.26184933 C6_control_B3 +LQ02X033620 Putative uncharacterized protein 14.39742614 C6_control_C1 +LQ02X033620 Putative uncharacterized protein 14.78979436 C6_control_C2 +LQ02X033620 Putative uncharacterized protein 14.52894661 C6_control_C3 +LQ02X033620 Putative uncharacterized protein 13.68570657 C6_chemical_A1 +LQ02X033620 Putative uncharacterized protein 13.50638333 C6_chemical_A3 +LQ02X033620 Putative uncharacterized protein 13.98862399 C6_chemical_B1 +LQ02X033620 Putative uncharacterized protein 14.26170138 C6_chemical_B2 +LQ02X033620 Putative uncharacterized protein 14.29172835 C6_chemical_B3 +LQ02X033620 Putative uncharacterized protein 14.69264953 C6_chemical_C1 +LQ02X033620 Putative uncharacterized protein 14.77443374 C6_chemical_C2 +LQ02X033620 Putative uncharacterized protein 14.78213084 C6_chemical_C3 +LQ02X033620 Putative uncharacterized protein 13.32103564 L4_control_A1 +LQ02X033620 Putative uncharacterized protein 13.14716193 L4_control_A2 +LQ02X033620 Putative uncharacterized protein 13.43443251 L4_control_A3 +LQ02X033620 Putative uncharacterized protein 14.11827796 L4_control_B1 +LQ02X033620 Putative uncharacterized protein 13.60869309 L4_control_B2 +LQ02X033620 Putative uncharacterized protein 14.33482516 L4_control_B3 +LQ02X033620 Putative uncharacterized protein 14.49143875 L4_control_C2 +LQ02X033620 Putative uncharacterized protein 14.13581995 L4_control_C3 +LQ02X033620 Putative uncharacterized protein 12.72611649 L4_chemical_A1 +LQ02X033620 Putative uncharacterized protein 13.06800689 L4_chemical_A2 +LQ02X033620 Putative uncharacterized protein 12.79680745 L4_chemical_A3 +LQ02X033620 Putative uncharacterized protein 13.8036156 L4_chemical_B1 +LQ02X033620 Putative uncharacterized protein 13.73373474 L4_chemical_B2 +LQ02X033620 Putative uncharacterized protein 14.25033435 L4_chemical_B3 +LQ02X033620 Putative uncharacterized protein 14.51391686 L4_chemical_C2 +LQ02X033620 Putative uncharacterized protein 14.25116197 L4_chemical_C3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.649987047 C6_control_A1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.084486479 C6_control_A3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.481386132 C6_control_B1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.28602883 C6_control_B2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.575619031 C6_control_B3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.799253443 C6_control_C1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 4.93880534 C6_control_C2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.136271409 C6_control_C3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.283790816 C6_chemical_A1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.360945294 C6_chemical_A3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.212014635 C6_chemical_B1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.266705281 C6_chemical_B2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.069099036 C6_chemical_B3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.38155697 C6_chemical_C1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.32771023 C6_chemical_C2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.336675945 C6_chemical_C3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.511537536 L4_control_A1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.269275558 L4_control_A2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.426195867 L4_control_A3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.345798618 L4_control_B1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.178225013 L4_control_B2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.14977691 L4_control_B3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.490627784 L4_control_C2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.428191911 L4_control_C3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.130836335 L4_chemical_A1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.675230248 L4_chemical_A2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.065515707 L4_chemical_A3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.217340559 L4_chemical_B1 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.333861246 L4_chemical_B2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.157978476 L4_chemical_B3 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.839603174 L4_chemical_C2 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.537723764 L4_chemical_C3 +LQ02X033660 HVA22-like protein c 12.8667306 C6_control_A1 +LQ02X033660 HVA22-like protein c 13.78470966 C6_control_A3 +LQ02X033660 HVA22-like protein c 12.52200532 C6_control_B1 +LQ02X033660 HVA22-like protein c 12.10278564 C6_control_B2 +LQ02X033660 HVA22-like protein c 12.46957779 C6_control_B3 +LQ02X033660 HVA22-like protein c 12.46350605 C6_control_C1 +LQ02X033660 HVA22-like protein c 12.29867861 C6_control_C2 +LQ02X033660 HVA22-like protein c 12.68374722 C6_control_C3 +LQ02X033660 HVA22-like protein c 12.85634076 C6_chemical_A1 +LQ02X033660 HVA22-like protein c 13.37394539 C6_chemical_A3 +LQ02X033660 HVA22-like protein c 12.20767028 C6_chemical_B1 +LQ02X033660 HVA22-like protein c 12.13030837 C6_chemical_B2 +LQ02X033660 HVA22-like protein c 12.53812805 C6_chemical_B3 +LQ02X033660 HVA22-like protein c 12.34049023 C6_chemical_C1 +LQ02X033660 HVA22-like protein c 12.36734304 C6_chemical_C2 +LQ02X033660 HVA22-like protein c 12.69023405 C6_chemical_C3 +LQ02X033660 HVA22-like protein c 13.7237038 L4_control_A1 +LQ02X033660 HVA22-like protein c 13.55026049 L4_control_A2 +LQ02X033660 HVA22-like protein c 13.33105094 L4_control_A3 +LQ02X033660 HVA22-like protein c 12.21442251 L4_control_B1 +LQ02X033660 HVA22-like protein c 11.84345922 L4_control_B2 +LQ02X033660 HVA22-like protein c 12.21989314 L4_control_B3 +LQ02X033660 HVA22-like protein c 12.70026854 L4_control_C2 +LQ02X033660 HVA22-like protein c 12.59383762 L4_control_C3 +LQ02X033660 HVA22-like protein c 13.02523207 L4_chemical_A1 +LQ02X033660 HVA22-like protein c 12.95030174 L4_chemical_A2 +LQ02X033660 HVA22-like protein c 13.24066739 L4_chemical_A3 +LQ02X033660 HVA22-like protein c 12.5098659 L4_chemical_B1 +LQ02X033660 HVA22-like protein c 12.4971625 L4_chemical_B2 +LQ02X033660 HVA22-like protein c 13.33636707 L4_chemical_B3 +LQ02X033660 HVA22-like protein c 12.97972455 L4_chemical_C2 +LQ02X033660 HVA22-like protein c 12.64030132 L4_chemical_C3 +LQ02X033670 BHLH (Fragment) 5.266577243 C6_control_A1 +LQ02X033670 BHLH (Fragment) 5.672015262 C6_control_A3 +LQ02X033670 BHLH (Fragment) 5.249058512 C6_control_B1 +LQ02X033670 BHLH (Fragment) 5.093650487 C6_control_B2 +LQ02X033670 BHLH (Fragment) 5.258996926 C6_control_B3 +LQ02X033670 BHLH (Fragment) 5.335475426 C6_control_C1 +LQ02X033670 BHLH (Fragment) 5.130211162 C6_control_C2 +LQ02X033670 BHLH (Fragment) 5.519324553 C6_control_C3 +LQ02X033670 BHLH (Fragment) 5.604617807 C6_chemical_A1 +LQ02X033670 BHLH (Fragment) 5.581129067 C6_chemical_A3 +LQ02X033670 BHLH (Fragment) 5.090377685 C6_chemical_B1 +LQ02X033670 BHLH (Fragment) 5.20357301 C6_chemical_B2 +LQ02X033670 BHLH (Fragment) 5.274050601 C6_chemical_B3 +LQ02X033670 BHLH (Fragment) 5.058011964 C6_chemical_C1 +LQ02X033670 BHLH (Fragment) 5.25288055 C6_chemical_C2 +LQ02X033670 BHLH (Fragment) 5.110471928 C6_chemical_C3 +LQ02X033670 BHLH (Fragment) 5.396224461 L4_control_A1 +LQ02X033670 BHLH (Fragment) 5.132845534 L4_control_A2 +LQ02X033670 BHLH (Fragment) 5.772287918 L4_control_A3 +LQ02X033670 BHLH (Fragment) 5.34730357 L4_control_B1 +LQ02X033670 BHLH (Fragment) 6.013550763 L4_control_B2 +LQ02X033670 BHLH (Fragment) 5.746323492 L4_control_B3 +LQ02X033670 BHLH (Fragment) 5.695652196 L4_control_C2 +LQ02X033670 BHLH (Fragment) 5.263463972 L4_control_C3 +LQ02X033670 BHLH (Fragment) 5.380998008 L4_chemical_A1 +LQ02X033670 BHLH (Fragment) 5.394341121 L4_chemical_A2 +LQ02X033670 BHLH (Fragment) 5.487100093 L4_chemical_A3 +LQ02X033670 BHLH (Fragment) 5.329616118 L4_chemical_B1 +LQ02X033670 BHLH (Fragment) 5.431795877 L4_chemical_B2 +LQ02X033670 BHLH (Fragment) 5.484122223 L4_chemical_B3 +LQ02X033670 BHLH (Fragment) 5.33901074 L4_chemical_C2 +LQ02X033670 BHLH (Fragment) 6.048332242 L4_chemical_C3 +LQ02X033690 Cullin-3 5.580087215 C6_control_A1 +LQ02X033690 Cullin-3 5.239442853 C6_control_A3 +LQ02X033690 Cullin-3 5.099863603 C6_control_B1 +LQ02X033690 Cullin-3 6.103314307 C6_control_B2 +LQ02X033690 Cullin-3 5.718053952 C6_control_B3 +LQ02X033690 Cullin-3 5.660993271 C6_control_C1 +LQ02X033690 Cullin-3 6.832855627 C6_control_C2 +LQ02X033690 Cullin-3 5.815235335 C6_control_C3 +LQ02X033690 Cullin-3 5.171803348 C6_chemical_A1 +LQ02X033690 Cullin-3 5.32917057 C6_chemical_A3 +LQ02X033690 Cullin-3 5.141696717 C6_chemical_B1 +LQ02X033690 Cullin-3 6.15803389 C6_chemical_B2 +LQ02X033690 Cullin-3 5.347342229 C6_chemical_B3 +LQ02X033690 Cullin-3 6.035496469 C6_chemical_C1 +LQ02X033690 Cullin-3 5.944104909 C6_chemical_C2 +LQ02X033690 Cullin-3 5.693451884 C6_chemical_C3 +LQ02X033690 Cullin-3 5.296375818 L4_control_A1 +LQ02X033690 Cullin-3 5.259600056 L4_control_A2 +LQ02X033690 Cullin-3 5.717079734 L4_control_A3 +LQ02X033690 Cullin-3 5.863778556 L4_control_B1 +LQ02X033690 Cullin-3 5.622165331 L4_control_B2 +LQ02X033690 Cullin-3 5.595108659 L4_control_B3 +LQ02X033690 Cullin-3 5.86924008 L4_control_C2 +LQ02X033690 Cullin-3 5.849205865 L4_control_C3 +LQ02X033690 Cullin-3 5.447332495 L4_chemical_A1 +LQ02X033690 Cullin-3 5.513885478 L4_chemical_A2 +LQ02X033690 Cullin-3 5.325743291 L4_chemical_A3 +LQ02X033690 Cullin-3 5.361598583 L4_chemical_B1 +LQ02X033690 Cullin-3 5.204001136 L4_chemical_B2 +LQ02X033690 Cullin-3 5.586219889 L4_chemical_B3 +LQ02X033690 Cullin-3 5.573633669 L4_chemical_C2 +LQ02X033690 Cullin-3 5.210111607 L4_chemical_C3 +LQ02X033720 Predicted protein 5.194985061 C6_control_A1 +LQ02X033720 Predicted protein 5.363264486 C6_control_A3 +LQ02X033720 Predicted protein 5.189322316 C6_control_B1 +LQ02X033720 Predicted protein 5.194731063 C6_control_B2 +LQ02X033720 Predicted protein 4.847569097 C6_control_B3 +LQ02X033720 Predicted protein 5.002822193 C6_control_C1 +LQ02X033720 Predicted protein 5.589419268 C6_control_C2 +LQ02X033720 Predicted protein 4.842840343 C6_control_C3 +LQ02X033720 Predicted protein 5.201164412 C6_chemical_A1 +LQ02X033720 Predicted protein 4.682508562 C6_chemical_A3 +LQ02X033720 Predicted protein 4.965047446 C6_chemical_B1 +LQ02X033720 Predicted protein 5.241078416 C6_chemical_B2 +LQ02X033720 Predicted protein 4.582271642 C6_chemical_B3 +LQ02X033720 Predicted protein 5.504793616 C6_chemical_C1 +LQ02X033720 Predicted protein 5.221290599 C6_chemical_C2 +LQ02X033720 Predicted protein 5.223831808 C6_chemical_C3 +LQ02X033720 Predicted protein 5.04511225 L4_control_A1 +LQ02X033720 Predicted protein 5.198133661 L4_control_A2 +LQ02X033720 Predicted protein 5.506203666 L4_control_A3 +LQ02X033720 Predicted protein 5.213309968 L4_control_B1 +LQ02X033720 Predicted protein 5.01662438 L4_control_B2 +LQ02X033720 Predicted protein 5.247313417 L4_control_B3 +LQ02X033720 Predicted protein 5.482492504 L4_control_C2 +LQ02X033720 Predicted protein 5.022644053 L4_control_C3 +LQ02X033720 Predicted protein 4.705131307 L4_chemical_A1 +LQ02X033720 Predicted protein 4.914719928 L4_chemical_A2 +LQ02X033720 Predicted protein 5.084538314 L4_chemical_A3 +LQ02X033720 Predicted protein 5.189067789 L4_chemical_B1 +LQ02X033720 Predicted protein 5.571889906 L4_chemical_B2 +LQ02X033720 Predicted protein 5.12320894 L4_chemical_B3 +LQ02X033720 Predicted protein 5.336577865 L4_chemical_C2 +LQ02X033720 Predicted protein 5.045983631 L4_chemical_C3 +LQ02X033730 Origin recognition complex subunit 6 12.04021478 C6_control_A1 +LQ02X033730 Origin recognition complex subunit 6 12.47057292 C6_control_A3 +LQ02X033730 Origin recognition complex subunit 6 9.928197673 C6_control_B1 +LQ02X033730 Origin recognition complex subunit 6 8.524278491 C6_control_B2 +LQ02X033730 Origin recognition complex subunit 6 7.732512419 C6_control_B3 +LQ02X033730 Origin recognition complex subunit 6 7.742265531 C6_control_C1 +LQ02X033730 Origin recognition complex subunit 6 7.768443022 C6_control_C2 +LQ02X033730 Origin recognition complex subunit 6 7.954270611 C6_control_C3 +LQ02X033730 Origin recognition complex subunit 6 11.12959801 C6_chemical_A1 +LQ02X033730 Origin recognition complex subunit 6 12.24285488 C6_chemical_A3 +LQ02X033730 Origin recognition complex subunit 6 7.622029117 C6_chemical_B1 +LQ02X033730 Origin recognition complex subunit 6 7.923580833 C6_chemical_B2 +LQ02X033730 Origin recognition complex subunit 6 7.859390263 C6_chemical_B3 +LQ02X033730 Origin recognition complex subunit 6 7.418646727 C6_chemical_C1 +LQ02X033730 Origin recognition complex subunit 6 7.158089009 C6_chemical_C2 +LQ02X033730 Origin recognition complex subunit 6 7.578208656 C6_chemical_C3 +LQ02X033730 Origin recognition complex subunit 6 12.44776404 L4_control_A1 +LQ02X033730 Origin recognition complex subunit 6 12.17187802 L4_control_A2 +LQ02X033730 Origin recognition complex subunit 6 12.71339926 L4_control_A3 +LQ02X033730 Origin recognition complex subunit 6 6.819696301 L4_control_B1 +LQ02X033730 Origin recognition complex subunit 6 9.420881054 L4_control_B2 +LQ02X033730 Origin recognition complex subunit 6 7.7964365 L4_control_B3 +LQ02X033730 Origin recognition complex subunit 6 7.711467153 L4_control_C2 +LQ02X033730 Origin recognition complex subunit 6 6.630291096 L4_control_C3 +LQ02X033730 Origin recognition complex subunit 6 10.96356678 L4_chemical_A1 +LQ02X033730 Origin recognition complex subunit 6 10.03466639 L4_chemical_A2 +LQ02X033730 Origin recognition complex subunit 6 12.28327582 L4_chemical_A3 +LQ02X033730 Origin recognition complex subunit 6 8.062910566 L4_chemical_B1 +LQ02X033730 Origin recognition complex subunit 6 8.592725613 L4_chemical_B2 +LQ02X033730 Origin recognition complex subunit 6 9.89766357 L4_chemical_B3 +LQ02X033730 Origin recognition complex subunit 6 6.71637309 L4_chemical_C2 +LQ02X033730 Origin recognition complex subunit 6 6.726242922 L4_chemical_C3 +LQ02X033810 Protein kinase 2B, chloroplastic 10.08677582 C6_control_A1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.12694024 C6_control_A3 +LQ02X033810 Protein kinase 2B, chloroplastic 10.46639351 C6_control_B1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.21301235 C6_control_B2 +LQ02X033810 Protein kinase 2B, chloroplastic 10.82567109 C6_control_B3 +LQ02X033810 Protein kinase 2B, chloroplastic 10.57808288 C6_control_C1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.32738936 C6_control_C2 +LQ02X033810 Protein kinase 2B, chloroplastic 10.32439501 C6_control_C3 +LQ02X033810 Protein kinase 2B, chloroplastic 10.13283358 C6_chemical_A1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.20083806 C6_chemical_A3 +LQ02X033810 Protein kinase 2B, chloroplastic 10.65859997 C6_chemical_B1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.12773293 C6_chemical_B2 +LQ02X033810 Protein kinase 2B, chloroplastic 10.85713422 C6_chemical_B3 +LQ02X033810 Protein kinase 2B, chloroplastic 10.45859604 C6_chemical_C1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.46256105 C6_chemical_C2 +LQ02X033810 Protein kinase 2B, chloroplastic 10.5687363 C6_chemical_C3 +LQ02X033810 Protein kinase 2B, chloroplastic 10.53066646 L4_control_A1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.96458628 L4_control_A2 +LQ02X033810 Protein kinase 2B, chloroplastic 11.5117528 L4_control_A3 +LQ02X033810 Protein kinase 2B, chloroplastic 11.40200744 L4_control_B1 +LQ02X033810 Protein kinase 2B, chloroplastic 11.69266102 L4_control_B2 +LQ02X033810 Protein kinase 2B, chloroplastic 11.59953114 L4_control_B3 +LQ02X033810 Protein kinase 2B, chloroplastic 11.77365443 L4_control_C2 +LQ02X033810 Protein kinase 2B, chloroplastic 12.23833271 L4_control_C3 +LQ02X033810 Protein kinase 2B, chloroplastic 10.58184884 L4_chemical_A1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.80582476 L4_chemical_A2 +LQ02X033810 Protein kinase 2B, chloroplastic 11.42880119 L4_chemical_A3 +LQ02X033810 Protein kinase 2B, chloroplastic 11.32294906 L4_chemical_B1 +LQ02X033810 Protein kinase 2B, chloroplastic 10.76074185 L4_chemical_B2 +LQ02X033810 Protein kinase 2B, chloroplastic 11.67547074 L4_chemical_B3 +LQ02X033810 Protein kinase 2B, chloroplastic 11.5979175 L4_chemical_C2 +LQ02X033810 Protein kinase 2B, chloroplastic 12.03500753 L4_chemical_C3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 9.045796081 C6_control_A1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.195584485 C6_control_A3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.558440085 C6_control_B1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.993843635 C6_control_B2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.966411307 C6_control_B3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.875121772 C6_control_C1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.204646416 C6_control_C2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.329319757 C6_control_C3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 9.861884053 C6_chemical_A1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.742942551 C6_chemical_A3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 9.489561648 C6_chemical_B1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 9.924065825 C6_chemical_B2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.581069851 C6_chemical_B3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.645223694 C6_chemical_C1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.683508652 C6_chemical_C2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.811898846 C6_chemical_C3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.946369695 L4_control_A1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 10.17227087 L4_control_A2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.563216266 L4_control_A3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.051036313 L4_control_B1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 9.265252517 L4_control_B2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.968583124 L4_control_B3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 6.529544712 L4_control_C2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 6.564072174 L4_control_C3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 9.071632954 L4_chemical_A1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 9.645611525 L4_chemical_A2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.345832619 L4_chemical_A3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.72278601 L4_chemical_B1 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.570547172 L4_chemical_B2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 8.580554994 L4_chemical_B3 +LQ02X033820 Putative UDP-galactose transporter homolog 1 6.294978641 L4_chemical_C2 +LQ02X033820 Putative UDP-galactose transporter homolog 1 7.793319056 L4_chemical_C3 +LQ02X033830 Predicted protein 8.029412034 C6_control_A1 +LQ02X033830 Predicted protein 8.228384079 C6_control_A3 +LQ02X033830 Predicted protein 7.568103158 C6_control_B1 +LQ02X033830 Predicted protein 7.857182558 C6_control_B2 +LQ02X033830 Predicted protein 7.620474645 C6_control_B3 +LQ02X033830 Predicted protein 7.967339003 C6_control_C1 +LQ02X033830 Predicted protein 8.802837431 C6_control_C2 +LQ02X033830 Predicted protein 8.078213808 C6_control_C3 +LQ02X033830 Predicted protein 8.562889409 C6_chemical_A1 +LQ02X033830 Predicted protein 8.677146014 C6_chemical_A3 +LQ02X033830 Predicted protein 7.520391888 C6_chemical_B1 +LQ02X033830 Predicted protein 8.437500371 C6_chemical_B2 +LQ02X033830 Predicted protein 8.873132243 C6_chemical_B3 +LQ02X033830 Predicted protein 8.449007013 C6_chemical_C1 +LQ02X033830 Predicted protein 8.448771793 C6_chemical_C2 +LQ02X033830 Predicted protein 9.113743352 C6_chemical_C3 +LQ02X033830 Predicted protein 8.16393751 L4_control_A1 +LQ02X033830 Predicted protein 7.611792709 L4_control_A2 +LQ02X033830 Predicted protein 7.727633637 L4_control_A3 +LQ02X033830 Predicted protein 7.206212104 L4_control_B1 +LQ02X033830 Predicted protein 7.146439342 L4_control_B2 +LQ02X033830 Predicted protein 8.71254515 L4_control_B3 +LQ02X033830 Predicted protein 7.647544947 L4_control_C2 +LQ02X033830 Predicted protein 8.221161749 L4_control_C3 +LQ02X033830 Predicted protein 7.779864667 L4_chemical_A1 +LQ02X033830 Predicted protein 6.958465089 L4_chemical_A2 +LQ02X033830 Predicted protein 7.29155098 L4_chemical_A3 +LQ02X033830 Predicted protein 6.824972442 L4_chemical_B1 +LQ02X033830 Predicted protein 7.251394449 L4_chemical_B2 +LQ02X033830 Predicted protein 8.078630663 L4_chemical_B3 +LQ02X033830 Predicted protein 7.60503205 L4_chemical_C2 +LQ02X033830 Predicted protein 8.779366169 L4_chemical_C3 +LQ02X033840 Putative uncharacterized protein 5.690742691 C6_control_A1 +LQ02X033840 Putative uncharacterized protein 5.394385317 C6_control_A3 +LQ02X033840 Putative uncharacterized protein 5.677118621 C6_control_B1 +LQ02X033840 Putative uncharacterized protein 5.558244442 C6_control_B2 +LQ02X033840 Putative uncharacterized protein 5.037313387 C6_control_B3 +LQ02X033840 Putative uncharacterized protein 5.926380205 C6_control_C1 +LQ02X033840 Putative uncharacterized protein 5.637125807 C6_control_C2 +LQ02X033840 Putative uncharacterized protein 5.404359225 C6_control_C3 +LQ02X033840 Putative uncharacterized protein 5.464982797 C6_chemical_A1 +LQ02X033840 Putative uncharacterized protein 5.8457948 C6_chemical_A3 +LQ02X033840 Putative uncharacterized protein 5.599890292 C6_chemical_B1 +LQ02X033840 Putative uncharacterized protein 5.403352829 C6_chemical_B2 +LQ02X033840 Putative uncharacterized protein 5.544036553 C6_chemical_B3 +LQ02X033840 Putative uncharacterized protein 5.558749272 C6_chemical_C1 +LQ02X033840 Putative uncharacterized protein 5.755591829 C6_chemical_C2 +LQ02X033840 Putative uncharacterized protein 5.327484548 C6_chemical_C3 +LQ02X033840 Putative uncharacterized protein 5.181183753 L4_control_A1 +LQ02X033840 Putative uncharacterized protein 5.489103597 L4_control_A2 +LQ02X033840 Putative uncharacterized protein 5.422913053 L4_control_A3 +LQ02X033840 Putative uncharacterized protein 5.343136025 L4_control_B1 +LQ02X033840 Putative uncharacterized protein 5.656998519 L4_control_B2 +LQ02X033840 Putative uncharacterized protein 5.411528735 L4_control_B3 +LQ02X033840 Putative uncharacterized protein 5.942378716 L4_control_C2 +LQ02X033840 Putative uncharacterized protein 5.316863728 L4_control_C3 +LQ02X033840 Putative uncharacterized protein 5.558675221 L4_chemical_A1 +LQ02X033840 Putative uncharacterized protein 5.779521504 L4_chemical_A2 +LQ02X033840 Putative uncharacterized protein 5.287485614 L4_chemical_A3 +LQ02X033840 Putative uncharacterized protein 5.452610826 L4_chemical_B1 +LQ02X033840 Putative uncharacterized protein 5.351966365 L4_chemical_B2 +LQ02X033840 Putative uncharacterized protein 5.603416688 L4_chemical_B3 +LQ02X033840 Putative uncharacterized protein 5.477615736 L4_chemical_C2 +LQ02X033840 Putative uncharacterized protein 4.956479647 L4_chemical_C3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.378544363 C6_control_A1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.554504984 C6_control_A3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.167220048 C6_control_B1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.276881164 C6_control_B2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.231713759 C6_control_B3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 4.875809982 C6_control_C1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.213255851 C6_control_C2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.021246468 C6_control_C3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.470169508 C6_chemical_A1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.549655098 C6_chemical_A3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.246705239 C6_chemical_B1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.238895048 C6_chemical_B2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.372748068 C6_chemical_B3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 4.681159121 C6_chemical_C1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 4.953686748 C6_chemical_C2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 4.781902161 C6_chemical_C3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.102884378 L4_control_A1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.447315901 L4_control_A2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.709547056 L4_control_A3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.681850271 L4_control_B1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.990800455 L4_control_B2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.523517393 L4_control_B3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.235564617 L4_control_C2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.697474741 L4_control_C3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.600214415 L4_chemical_A1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.455257041 L4_chemical_A2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.858467744 L4_chemical_A3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.665183388 L4_chemical_B1 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.144478673 L4_chemical_B2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.230941067 L4_chemical_B3 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.328521202 L4_chemical_C2 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.582877421 L4_chemical_C3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.9855607 C6_control_A1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.57048206 C6_control_A3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.50923746 C6_control_B1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.58837402 C6_control_B2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.95802802 C6_control_B3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 6.686866089 C6_control_C1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.08655917 C6_control_C2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 7.115649093 C6_control_C3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.61669359 C6_chemical_A1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.729135037 C6_chemical_A3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.43633377 C6_chemical_B1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.42567509 C6_chemical_B2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.72361444 C6_chemical_B3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 5.630178796 C6_chemical_C1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 6.617032565 C6_chemical_C2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 7.7884912 C6_chemical_C3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.4500774 L4_control_A1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.1727374 L4_control_A2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.33045553 L4_control_A3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.76658631 L4_control_B1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 12.24568406 L4_control_B2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.53627834 L4_control_B3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.526504947 L4_control_C2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.96982028 L4_control_C3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.989157268 L4_chemical_A1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.383651214 L4_chemical_A2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.639038202 L4_chemical_A3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.1886496 L4_chemical_B1 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.28737003 L4_chemical_B2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.41094333 L4_chemical_B3 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.237963143 L4_chemical_C2 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.03113868 L4_chemical_C3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.56800393 C6_control_A1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.5368659 C6_control_A3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.65116795 C6_control_B1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.829072 C6_control_B2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.35165285 C6_control_B3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.8567579 C6_control_C1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.31108496 C6_control_C2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.61127165 C6_control_C3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.48543125 C6_chemical_A1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.20649617 C6_chemical_A3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.25176731 C6_chemical_B1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.81349336 C6_chemical_B2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.31410023 C6_chemical_B3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.85921108 C6_chemical_C1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.48525498 C6_chemical_C2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.59692188 C6_chemical_C3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.07599224 L4_control_A1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.84302057 L4_control_A2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.38733954 L4_control_A3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.14738673 L4_control_B1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.53347629 L4_control_B2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.08853877 L4_control_B3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.72885122 L4_control_C2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.24911372 L4_control_C3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.60408842 L4_chemical_A1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.05617801 L4_chemical_A2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.99356668 L4_chemical_A3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.01248054 L4_chemical_B1 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.84209128 L4_chemical_B2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.4757093 L4_chemical_B3 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.80203087 L4_chemical_C2 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 13.54784377 L4_chemical_C3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.008654236 C6_control_A1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.29761996 C6_control_A3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.32026482 C6_control_B1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.07160189 C6_control_B2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.43168701 C6_control_B3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.12863198 C6_control_C1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.56960845 C6_control_C2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.23770426 C6_control_C3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.353854499 C6_chemical_A1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.840881524 C6_chemical_A3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.53875802 C6_chemical_B1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.34928204 C6_chemical_B2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.37032055 C6_chemical_B3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.1094867 C6_chemical_C1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.50155138 C6_chemical_C2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.41752184 C6_chemical_C3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.334039599 L4_control_A1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.26052126 L4_control_A2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.606017568 L4_control_A3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.70554721 L4_control_B1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.59453592 L4_control_B2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.81068421 L4_control_B3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.858097295 L4_control_C2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.60459816 L4_control_C3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.578761863 L4_chemical_A1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.08667745 L4_chemical_A2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.978872097 L4_chemical_A3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.70744458 L4_chemical_B1 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.6222847 L4_chemical_B2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.68840118 L4_chemical_B3 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.14663084 L4_chemical_C2 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 10.82519871 L4_chemical_C3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.543663278 C6_control_A1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.097024903 C6_control_A3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.388595119 C6_control_B1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.135408382 C6_control_B2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.443947924 C6_control_B3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.618173695 C6_control_C1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.085962523 C6_control_C2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.358683343 C6_control_C3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.301442296 C6_chemical_A1 +LQ02X033950 Putative Probable WRKY transcription factor 72 4.967339915 C6_chemical_A3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.360725808 C6_chemical_B1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.228227147 C6_chemical_B2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.195948442 C6_chemical_B3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.488357054 C6_chemical_C1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.385071967 C6_chemical_C2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.066853758 C6_chemical_C3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.337755265 L4_control_A1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.104514921 L4_control_A2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.542542318 L4_control_A3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.027703927 L4_control_B1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.248743335 L4_control_B2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.152128205 L4_control_B3 +LQ02X033950 Putative Probable WRKY transcription factor 72 6.100187107 L4_control_C2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.754234411 L4_control_C3 +LQ02X033950 Putative Probable WRKY transcription factor 72 6.476924366 L4_chemical_A1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.348472431 L4_chemical_A2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.377326531 L4_chemical_A3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.163655474 L4_chemical_B1 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.071579954 L4_chemical_B2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.463461205 L4_chemical_B3 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.458022991 L4_chemical_C2 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.558090634 L4_chemical_C3 +LQ02X033990 F14L17.18 protein 14.09060289 C6_control_A1 +LQ02X033990 F14L17.18 protein 14.15211569 C6_control_A3 +LQ02X033990 F14L17.18 protein 13.68981357 C6_control_B1 +LQ02X033990 F14L17.18 protein 14.26662871 C6_control_B2 +LQ02X033990 F14L17.18 protein 13.59498298 C6_control_B3 +LQ02X033990 F14L17.18 protein 14.59866047 C6_control_C1 +LQ02X033990 F14L17.18 protein 14.38162452 C6_control_C2 +LQ02X033990 F14L17.18 protein 14.44355826 C6_control_C3 +LQ02X033990 F14L17.18 protein 14.08971679 C6_chemical_A1 +LQ02X033990 F14L17.18 protein 14.24961643 C6_chemical_A3 +LQ02X033990 F14L17.18 protein 13.5686369 C6_chemical_B1 +LQ02X033990 F14L17.18 protein 13.86133139 C6_chemical_B2 +LQ02X033990 F14L17.18 protein 13.48659297 C6_chemical_B3 +LQ02X033990 F14L17.18 protein 14.61067312 C6_chemical_C1 +LQ02X033990 F14L17.18 protein 14.42208817 C6_chemical_C2 +LQ02X033990 F14L17.18 protein 14.0664017 C6_chemical_C3 +LQ02X033990 F14L17.18 protein 14.20628516 L4_control_A1 +LQ02X033990 F14L17.18 protein 14.2759907 L4_control_A2 +LQ02X033990 F14L17.18 protein 14.52126809 L4_control_A3 +LQ02X033990 F14L17.18 protein 13.36278106 L4_control_B1 +LQ02X033990 F14L17.18 protein 12.93575631 L4_control_B2 +LQ02X033990 F14L17.18 protein 13.34819848 L4_control_B3 +LQ02X033990 F14L17.18 protein 14.21765512 L4_control_C2 +LQ02X033990 F14L17.18 protein 13.90587774 L4_control_C3 +LQ02X033990 F14L17.18 protein 14.25564075 L4_chemical_A1 +LQ02X033990 F14L17.18 protein 14.18114512 L4_chemical_A2 +LQ02X033990 F14L17.18 protein 14.26429345 L4_chemical_A3 +LQ02X033990 F14L17.18 protein 13.25813143 L4_chemical_B1 +LQ02X033990 F14L17.18 protein 13.44351276 L4_chemical_B2 +LQ02X033990 F14L17.18 protein 13.36717635 L4_chemical_B3 +LQ02X033990 F14L17.18 protein 14.17347089 L4_chemical_C2 +LQ02X033990 F14L17.18 protein 14.19182205 L4_chemical_C3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.05490978 C6_control_A1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 10.3190404 C6_control_A3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.84181104 C6_control_B1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.99607132 C6_control_B2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.16917124 C6_control_B3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.61093596 C6_control_C1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.67336771 C6_control_C2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.6410343 C6_control_C3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.00038599 C6_chemical_A1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 10.69637054 C6_chemical_A3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.2273459 C6_chemical_B1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.21718682 C6_chemical_B2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.20749845 C6_chemical_B3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.59158181 C6_chemical_C1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.84064838 C6_chemical_C2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 13.10888719 C6_chemical_C3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 10.58682631 L4_control_A1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.12446221 L4_control_A2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 10.75936922 L4_control_A3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.56182794 L4_control_B1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.1858273 L4_control_B2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.49469133 L4_control_B3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.89315603 L4_control_C2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.93096984 L4_control_C3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.1967803 L4_chemical_A1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.51405219 L4_chemical_A2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 10.93887254 L4_chemical_A3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.22245431 L4_chemical_B1 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.0047168 L4_chemical_B2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.73494108 L4_chemical_B3 +LQ02X034030 Putative Alpha-amylase isozyme 3E 12.64812724 L4_chemical_C2 +LQ02X034030 Putative Alpha-amylase isozyme 3E 13.02320327 L4_chemical_C3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.43378797 C6_control_A1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.34460328 C6_control_A3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.24013677 C6_control_B1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.00289213 C6_control_B2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.97236118 C6_control_B3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.7041723 C6_control_C1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.98589382 C6_control_C2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.33891049 C6_control_C3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.37740496 C6_chemical_A1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.3016711 C6_chemical_A3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.06373986 C6_chemical_B1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.9742639 C6_chemical_B2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.7544748 C6_chemical_B3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.71041845 C6_chemical_C1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.60537339 C6_chemical_C2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.21214464 C6_chemical_C3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.46560956 L4_control_A1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.40235927 L4_control_A2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.07431471 L4_control_A3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.12573381 L4_control_B1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.46889651 L4_control_B2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.11935058 L4_control_B3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.01535129 L4_control_C2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.04812491 L4_control_C3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.49681706 L4_chemical_A1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.3315395 L4_chemical_A2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.11851164 L4_chemical_A3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.39245675 L4_chemical_B1 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.2751168 L4_chemical_B2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.02114818 L4_chemical_B3 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 13.98950003 L4_chemical_C2 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.2463863 L4_chemical_C3 +LQ02X034050 Protein PPLZ12 14.51591534 C6_control_A1 +LQ02X034050 Protein PPLZ12 14.33404432 C6_control_A3 +LQ02X034050 Protein PPLZ12 14.82167906 C6_control_B1 +LQ02X034050 Protein PPLZ12 15.10104137 C6_control_B2 +LQ02X034050 Protein PPLZ12 14.91784379 C6_control_B3 +LQ02X034050 Protein PPLZ12 15.13251603 C6_control_C1 +LQ02X034050 Protein PPLZ12 15.45295822 C6_control_C2 +LQ02X034050 Protein PPLZ12 15.31740507 C6_control_C3 +LQ02X034050 Protein PPLZ12 14.3668243 C6_chemical_A1 +LQ02X034050 Protein PPLZ12 14.33711015 C6_chemical_A3 +LQ02X034050 Protein PPLZ12 14.71511296 C6_chemical_B1 +LQ02X034050 Protein PPLZ12 15.01443507 C6_chemical_B2 +LQ02X034050 Protein PPLZ12 15.11931106 C6_chemical_B3 +LQ02X034050 Protein PPLZ12 14.78440707 C6_chemical_C1 +LQ02X034050 Protein PPLZ12 15.18496079 C6_chemical_C2 +LQ02X034050 Protein PPLZ12 15.38303294 C6_chemical_C3 +LQ02X034050 Protein PPLZ12 14.1789699 L4_control_A1 +LQ02X034050 Protein PPLZ12 13.41210241 L4_control_A2 +LQ02X034050 Protein PPLZ12 13.98329595 L4_control_A3 +LQ02X034050 Protein PPLZ12 14.53869097 L4_control_B1 +LQ02X034050 Protein PPLZ12 14.50090973 L4_control_B2 +LQ02X034050 Protein PPLZ12 15.31997041 L4_control_B3 +LQ02X034050 Protein PPLZ12 15.13909193 L4_control_C2 +LQ02X034050 Protein PPLZ12 15.10839746 L4_control_C3 +LQ02X034050 Protein PPLZ12 14.0808258 L4_chemical_A1 +LQ02X034050 Protein PPLZ12 13.72528804 L4_chemical_A2 +LQ02X034050 Protein PPLZ12 13.99135672 L4_chemical_A3 +LQ02X034050 Protein PPLZ12 14.12469729 L4_chemical_B1 +LQ02X034050 Protein PPLZ12 14.1046723 L4_chemical_B2 +LQ02X034050 Protein PPLZ12 15.03641801 L4_chemical_B3 +LQ02X034050 Protein PPLZ12 14.97989291 L4_chemical_C2 +LQ02X034050 Protein PPLZ12 14.79560547 L4_chemical_C3 +LQ02X034060 Putative uncharacterized protein 11.77356235 C6_control_A1 +LQ02X034060 Putative uncharacterized protein 11.49265105 C6_control_A3 +LQ02X034060 Putative uncharacterized protein 12.28174022 C6_control_B1 +LQ02X034060 Putative uncharacterized protein 12.29479562 C6_control_B2 +LQ02X034060 Putative uncharacterized protein 12.47372773 C6_control_B3 +LQ02X034060 Putative uncharacterized protein 13.59492442 C6_control_C1 +LQ02X034060 Putative uncharacterized protein 13.59329095 C6_control_C2 +LQ02X034060 Putative uncharacterized protein 13.72850314 C6_control_C3 +LQ02X034060 Putative uncharacterized protein 11.72652175 C6_chemical_A1 +LQ02X034060 Putative uncharacterized protein 11.55708019 C6_chemical_A3 +LQ02X034060 Putative uncharacterized protein 12.20342808 C6_chemical_B1 +LQ02X034060 Putative uncharacterized protein 12.14567481 C6_chemical_B2 +LQ02X034060 Putative uncharacterized protein 12.54792723 C6_chemical_B3 +LQ02X034060 Putative uncharacterized protein 13.45522398 C6_chemical_C1 +LQ02X034060 Putative uncharacterized protein 13.47421644 C6_chemical_C2 +LQ02X034060 Putative uncharacterized protein 13.53149176 C6_chemical_C3 +LQ02X034060 Putative uncharacterized protein 11.55812838 L4_control_A1 +LQ02X034060 Putative uncharacterized protein 12.10437273 L4_control_A2 +LQ02X034060 Putative uncharacterized protein 12.35606854 L4_control_A3 +LQ02X034060 Putative uncharacterized protein 12.67977638 L4_control_B1 +LQ02X034060 Putative uncharacterized protein 12.79901823 L4_control_B2 +LQ02X034060 Putative uncharacterized protein 12.9176875 L4_control_B3 +LQ02X034060 Putative uncharacterized protein 13.51490291 L4_control_C2 +LQ02X034060 Putative uncharacterized protein 13.18334773 L4_control_C3 +LQ02X034060 Putative uncharacterized protein 12.69490997 L4_chemical_A1 +LQ02X034060 Putative uncharacterized protein 13.22976602 L4_chemical_A2 +LQ02X034060 Putative uncharacterized protein 12.66802406 L4_chemical_A3 +LQ02X034060 Putative uncharacterized protein 13.07005672 L4_chemical_B1 +LQ02X034060 Putative uncharacterized protein 12.61247456 L4_chemical_B2 +LQ02X034060 Putative uncharacterized protein 12.44627747 L4_chemical_B3 +LQ02X034060 Putative uncharacterized protein 13.50309667 L4_chemical_C2 +LQ02X034060 Putative uncharacterized protein 13.10529996 L4_chemical_C3 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.49102163 C6_control_A1 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.046500754 C6_control_A3 +LQ02X034070 Protein kinase APK1A, chloroplastic 6.850015563 C6_control_B1 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.17066043 C6_control_B2 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.135318239 C6_control_B3 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.548485478 C6_control_C1 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.063983581 C6_control_C2 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.45753221 C6_control_C3 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.512924322 C6_chemical_A1 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.340248875 C6_chemical_A3 +LQ02X034070 Protein kinase APK1A, chloroplastic 6.142882136 C6_chemical_B1 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.149787898 C6_chemical_B2 +LQ02X034070 Protein kinase APK1A, chloroplastic 6.941792328 C6_chemical_B3 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.58795447 C6_chemical_C1 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.440691885 C6_chemical_C2 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.665824974 C6_chemical_C3 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.55575593 L4_control_A1 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.942158214 L4_control_A2 +LQ02X034070 Protein kinase APK1A, chloroplastic 9.57827469 L4_control_A3 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.735810383 L4_control_B1 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.720702249 L4_control_B2 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.74512941 L4_control_B3 +LQ02X034070 Protein kinase APK1A, chloroplastic 9.356789555 L4_control_C2 +LQ02X034070 Protein kinase APK1A, chloroplastic 9.682526267 L4_control_C3 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.295566051 L4_chemical_A1 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.895162135 L4_chemical_A2 +LQ02X034070 Protein kinase APK1A, chloroplastic 9.200857921 L4_chemical_A3 +LQ02X034070 Protein kinase APK1A, chloroplastic 8.149959484 L4_chemical_B1 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.519573791 L4_chemical_B2 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.631403774 L4_chemical_B3 +LQ02X034070 Protein kinase APK1A, chloroplastic 9.924994658 L4_chemical_C2 +LQ02X034070 Protein kinase APK1A, chloroplastic 9.441195394 L4_chemical_C3 +LQ02X034080 Hypothetical protein 5.142208523 C6_control_A1 +LQ02X034080 Hypothetical protein 5.331336971 C6_control_A3 +LQ02X034080 Hypothetical protein 6.152493891 C6_control_B1 +LQ02X034080 Hypothetical protein 5.566574162 C6_control_B2 +LQ02X034080 Hypothetical protein 6.062670558 C6_control_B3 +LQ02X034080 Hypothetical protein 5.670090438 C6_control_C1 +LQ02X034080 Hypothetical protein 5.240685866 C6_control_C2 +LQ02X034080 Hypothetical protein 5.415719041 C6_control_C3 +LQ02X034080 Hypothetical protein 5.343176692 C6_chemical_A1 +LQ02X034080 Hypothetical protein 5.413921488 C6_chemical_A3 +LQ02X034080 Hypothetical protein 5.537167039 C6_chemical_B1 +LQ02X034080 Hypothetical protein 5.623648339 C6_chemical_B2 +LQ02X034080 Hypothetical protein 6.040704764 C6_chemical_B3 +LQ02X034080 Hypothetical protein 5.500614075 C6_chemical_C1 +LQ02X034080 Hypothetical protein 5.834787568 C6_chemical_C2 +LQ02X034080 Hypothetical protein 5.438216748 C6_chemical_C3 +LQ02X034080 Hypothetical protein 5.5026121 L4_control_A1 +LQ02X034080 Hypothetical protein 5.32793696 L4_control_A2 +LQ02X034080 Hypothetical protein 5.32350734 L4_control_A3 +LQ02X034080 Hypothetical protein 5.775045709 L4_control_B1 +LQ02X034080 Hypothetical protein 5.73646846 L4_control_B2 +LQ02X034080 Hypothetical protein 5.767831874 L4_control_B3 +LQ02X034080 Hypothetical protein 6.004005802 L4_control_C2 +LQ02X034080 Hypothetical protein 4.946511149 L4_control_C3 +LQ02X034080 Hypothetical protein 5.254118017 L4_chemical_A1 +LQ02X034080 Hypothetical protein 5.293360711 L4_chemical_A2 +LQ02X034080 Hypothetical protein 5.352744788 L4_chemical_A3 +LQ02X034080 Hypothetical protein 5.659239522 L4_chemical_B1 +LQ02X034080 Hypothetical protein 5.453620068 L4_chemical_B2 +LQ02X034080 Hypothetical protein 5.923131235 L4_chemical_B3 +LQ02X034080 Hypothetical protein 5.493752517 L4_chemical_C2 +LQ02X034080 Hypothetical protein 5.770036564 L4_chemical_C3 +LQ02X034090 Putative uncharacterized protein 5.133991064 C6_control_A1 +LQ02X034090 Putative uncharacterized protein 4.912418675 C6_control_A3 +LQ02X034090 Putative uncharacterized protein 4.977903462 C6_control_B1 +LQ02X034090 Putative uncharacterized protein 5.056829923 C6_control_B2 +LQ02X034090 Putative uncharacterized protein 5.138972879 C6_control_B3 +LQ02X034090 Putative uncharacterized protein 5.525640814 C6_control_C1 +LQ02X034090 Putative uncharacterized protein 5.430771829 C6_control_C2 +LQ02X034090 Putative uncharacterized protein 5.208671265 C6_control_C3 +LQ02X034090 Putative uncharacterized protein 4.972874703 C6_chemical_A1 +LQ02X034090 Putative uncharacterized protein 5.253080057 C6_chemical_A3 +LQ02X034090 Putative uncharacterized protein 5.021791224 C6_chemical_B1 +LQ02X034090 Putative uncharacterized protein 5.121439056 C6_chemical_B2 +LQ02X034090 Putative uncharacterized protein 5.065634294 C6_chemical_B3 +LQ02X034090 Putative uncharacterized protein 5.188327722 C6_chemical_C1 +LQ02X034090 Putative uncharacterized protein 5.401342157 C6_chemical_C2 +LQ02X034090 Putative uncharacterized protein 5.177477075 C6_chemical_C3 +LQ02X034090 Putative uncharacterized protein 4.74735083 L4_control_A1 +LQ02X034090 Putative uncharacterized protein 4.94884009 L4_control_A2 +LQ02X034090 Putative uncharacterized protein 4.986749469 L4_control_A3 +LQ02X034090 Putative uncharacterized protein 4.941795349 L4_control_B1 +LQ02X034090 Putative uncharacterized protein 5.090995862 L4_control_B2 +LQ02X034090 Putative uncharacterized protein 4.840552221 L4_control_B3 +LQ02X034090 Putative uncharacterized protein 5.216967379 L4_control_C2 +LQ02X034090 Putative uncharacterized protein 6.314934894 L4_control_C3 +LQ02X034090 Putative uncharacterized protein 4.925630301 L4_chemical_A1 +LQ02X034090 Putative uncharacterized protein 4.769075374 L4_chemical_A2 +LQ02X034090 Putative uncharacterized protein 5.357616614 L4_chemical_A3 +LQ02X034090 Putative uncharacterized protein 4.961430788 L4_chemical_B1 +LQ02X034090 Putative uncharacterized protein 5.299123977 L4_chemical_B2 +LQ02X034090 Putative uncharacterized protein 5.048024442 L4_chemical_B3 +LQ02X034090 Putative uncharacterized protein 5.65245042 L4_chemical_C2 +LQ02X034090 Putative uncharacterized protein 5.975824843 L4_chemical_C3 +LQ02X034100 Protein TWIN LOV 1 11.75260577 C6_control_A1 +LQ02X034100 Protein TWIN LOV 1 11.185484 C6_control_A3 +LQ02X034100 Protein TWIN LOV 1 12.51573855 C6_control_B1 +LQ02X034100 Protein TWIN LOV 1 11.89910195 C6_control_B2 +LQ02X034100 Protein TWIN LOV 1 12.03036345 C6_control_B3 +LQ02X034100 Protein TWIN LOV 1 12.14973209 C6_control_C1 +LQ02X034100 Protein TWIN LOV 1 12.42201374 C6_control_C2 +LQ02X034100 Protein TWIN LOV 1 11.96593331 C6_control_C3 +LQ02X034100 Protein TWIN LOV 1 11.9222782 C6_chemical_A1 +LQ02X034100 Protein TWIN LOV 1 11.76494001 C6_chemical_A3 +LQ02X034100 Protein TWIN LOV 1 12.71298558 C6_chemical_B1 +LQ02X034100 Protein TWIN LOV 1 12.26527925 C6_chemical_B2 +LQ02X034100 Protein TWIN LOV 1 12.10334032 C6_chemical_B3 +LQ02X034100 Protein TWIN LOV 1 12.44753713 C6_chemical_C1 +LQ02X034100 Protein TWIN LOV 1 12.75652445 C6_chemical_C2 +LQ02X034100 Protein TWIN LOV 1 12.43365269 C6_chemical_C3 +LQ02X034100 Protein TWIN LOV 1 11.32685387 L4_control_A1 +LQ02X034100 Protein TWIN LOV 1 12.09724756 L4_control_A2 +LQ02X034100 Protein TWIN LOV 1 11.66017016 L4_control_A3 +LQ02X034100 Protein TWIN LOV 1 12.80471288 L4_control_B1 +LQ02X034100 Protein TWIN LOV 1 13.21727546 L4_control_B2 +LQ02X034100 Protein TWIN LOV 1 12.78541372 L4_control_B3 +LQ02X034100 Protein TWIN LOV 1 12.46473554 L4_control_C2 +LQ02X034100 Protein TWIN LOV 1 12.96327702 L4_control_C3 +LQ02X034100 Protein TWIN LOV 1 11.81850073 L4_chemical_A1 +LQ02X034100 Protein TWIN LOV 1 12.70921841 L4_chemical_A2 +LQ02X034100 Protein TWIN LOV 1 11.40815878 L4_chemical_A3 +LQ02X034100 Protein TWIN LOV 1 12.84015095 L4_chemical_B1 +LQ02X034100 Protein TWIN LOV 1 12.81001444 L4_chemical_B2 +LQ02X034100 Protein TWIN LOV 1 12.56747762 L4_chemical_B3 +LQ02X034100 Protein TWIN LOV 1 12.75290049 L4_chemical_C2 +LQ02X034100 Protein TWIN LOV 1 13.04199757 L4_chemical_C3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.49448017 C6_control_A1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 6.230209128 C6_control_A3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.745599776 C6_control_B1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.776048918 C6_control_B2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.808121678 C6_control_B3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.417433387 C6_control_C1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 6.571972946 C6_control_C2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.752226671 C6_control_C3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.172010032 C6_chemical_A1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.440864519 C6_chemical_A3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 6.285632791 C6_chemical_B1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.497916716 C6_chemical_B2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.423117316 C6_chemical_B3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.481511712 C6_chemical_C1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.877775629 C6_chemical_C2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 6.138304316 C6_chemical_C3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.579768003 L4_control_A1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 6.034037059 L4_control_A2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.771411694 L4_control_A3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.208949797 L4_control_B1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.405735577 L4_control_B2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.341622437 L4_control_B3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 6.231769895 L4_control_C2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.602115883 L4_control_C3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.266834838 L4_chemical_A1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.515283124 L4_chemical_A2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.448735904 L4_chemical_A3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.824042597 L4_chemical_B1 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.175273563 L4_chemical_B2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.704596141 L4_chemical_B3 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.225438328 L4_chemical_C2 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.696266075 L4_chemical_C3 +LQ02X034140 Putative uncharacterized protein 10.89883503 C6_control_A1 +LQ02X034140 Putative uncharacterized protein 10.95197409 C6_control_A3 +LQ02X034140 Putative uncharacterized protein 10.32314042 C6_control_B1 +LQ02X034140 Putative uncharacterized protein 10.70589041 C6_control_B2 +LQ02X034140 Putative uncharacterized protein 10.83776861 C6_control_B3 +LQ02X034140 Putative uncharacterized protein 11.00983575 C6_control_C1 +LQ02X034140 Putative uncharacterized protein 10.97831378 C6_control_C2 +LQ02X034140 Putative uncharacterized protein 11.34956955 C6_control_C3 +LQ02X034140 Putative uncharacterized protein 10.98142495 C6_chemical_A1 +LQ02X034140 Putative uncharacterized protein 10.56707348 C6_chemical_A3 +LQ02X034140 Putative uncharacterized protein 10.34186335 C6_chemical_B1 +LQ02X034140 Putative uncharacterized protein 10.25063769 C6_chemical_B2 +LQ02X034140 Putative uncharacterized protein 10.7976088 C6_chemical_B3 +LQ02X034140 Putative uncharacterized protein 10.86376434 C6_chemical_C1 +LQ02X034140 Putative uncharacterized protein 10.98163173 C6_chemical_C2 +LQ02X034140 Putative uncharacterized protein 11.63487672 C6_chemical_C3 +LQ02X034140 Putative uncharacterized protein 10.86183409 L4_control_A1 +LQ02X034140 Putative uncharacterized protein 10.46721087 L4_control_A2 +LQ02X034140 Putative uncharacterized protein 11.27046303 L4_control_A3 +LQ02X034140 Putative uncharacterized protein 8.775360926 L4_control_B1 +LQ02X034140 Putative uncharacterized protein 9.54187605 L4_control_B2 +LQ02X034140 Putative uncharacterized protein 10.50003161 L4_control_B3 +LQ02X034140 Putative uncharacterized protein 9.931752068 L4_control_C2 +LQ02X034140 Putative uncharacterized protein 10.63023449 L4_control_C3 +LQ02X034140 Putative uncharacterized protein 10.52309287 L4_chemical_A1 +LQ02X034140 Putative uncharacterized protein 10.40344584 L4_chemical_A2 +LQ02X034140 Putative uncharacterized protein 10.99577568 L4_chemical_A3 +LQ02X034140 Putative uncharacterized protein 9.277798183 L4_chemical_B1 +LQ02X034140 Putative uncharacterized protein 8.720581284 L4_chemical_B2 +LQ02X034140 Putative uncharacterized protein 10.4234901 L4_chemical_B3 +LQ02X034140 Putative uncharacterized protein 9.89141649 L4_chemical_C2 +LQ02X034140 Putative uncharacterized protein 9.953671411 L4_chemical_C3 +LQ02X034150 Alpha-xylosidase 5.207017481 C6_control_A1 +LQ02X034150 Alpha-xylosidase 5.274949198 C6_control_A3 +LQ02X034150 Alpha-xylosidase 5.728042306 C6_control_B1 +LQ02X034150 Alpha-xylosidase 5.570913193 C6_control_B2 +LQ02X034150 Alpha-xylosidase 5.582641172 C6_control_B3 +LQ02X034150 Alpha-xylosidase 5.458891751 C6_control_C1 +LQ02X034150 Alpha-xylosidase 5.490892296 C6_control_C2 +LQ02X034150 Alpha-xylosidase 5.590699514 C6_control_C3 +LQ02X034150 Alpha-xylosidase 5.365635622 C6_chemical_A1 +LQ02X034150 Alpha-xylosidase 5.210468561 C6_chemical_A3 +LQ02X034150 Alpha-xylosidase 5.607849238 C6_chemical_B1 +LQ02X034150 Alpha-xylosidase 5.599747733 C6_chemical_B2 +LQ02X034150 Alpha-xylosidase 5.33113217 C6_chemical_B3 +LQ02X034150 Alpha-xylosidase 5.583009292 C6_chemical_C1 +LQ02X034150 Alpha-xylosidase 5.483518798 C6_chemical_C2 +LQ02X034150 Alpha-xylosidase 5.428321786 C6_chemical_C3 +LQ02X034150 Alpha-xylosidase 5.464612433 L4_control_A1 +LQ02X034150 Alpha-xylosidase 5.664089621 L4_control_A2 +LQ02X034150 Alpha-xylosidase 5.694695195 L4_control_A3 +LQ02X034150 Alpha-xylosidase 5.365410642 L4_control_B1 +LQ02X034150 Alpha-xylosidase 5.693340526 L4_control_B2 +LQ02X034150 Alpha-xylosidase 5.578078636 L4_control_B3 +LQ02X034150 Alpha-xylosidase 5.26781297 L4_control_C2 +LQ02X034150 Alpha-xylosidase 5.716940666 L4_control_C3 +LQ02X034150 Alpha-xylosidase 5.702098762 L4_chemical_A1 +LQ02X034150 Alpha-xylosidase 5.567849816 L4_chemical_A2 +LQ02X034150 Alpha-xylosidase 5.378321098 L4_chemical_A3 +LQ02X034150 Alpha-xylosidase 5.296352462 L4_chemical_B1 +LQ02X034150 Alpha-xylosidase 5.706971135 L4_chemical_B2 +LQ02X034150 Alpha-xylosidase 5.446504154 L4_chemical_B3 +LQ02X034150 Alpha-xylosidase 5.40300701 L4_chemical_C2 +LQ02X034150 Alpha-xylosidase 5.814980503 L4_chemical_C3 +LQ02X034170 Putative uncharacterized protein 5.540719252 C6_control_A1 +LQ02X034170 Putative uncharacterized protein 6.085890917 C6_control_A3 +LQ02X034170 Putative uncharacterized protein 5.363283276 C6_control_B1 +LQ02X034170 Putative uncharacterized protein 5.993960922 C6_control_B2 +LQ02X034170 Putative uncharacterized protein 6.134043655 C6_control_B3 +LQ02X034170 Putative uncharacterized protein 6.500789601 C6_control_C1 +LQ02X034170 Putative uncharacterized protein 5.82094079 C6_control_C2 +LQ02X034170 Putative uncharacterized protein 6.311055075 C6_control_C3 +LQ02X034170 Putative uncharacterized protein 5.785042104 C6_chemical_A1 +LQ02X034170 Putative uncharacterized protein 5.963782854 C6_chemical_A3 +LQ02X034170 Putative uncharacterized protein 5.812748753 C6_chemical_B1 +LQ02X034170 Putative uncharacterized protein 7.583927465 C6_chemical_B2 +LQ02X034170 Putative uncharacterized protein 6.332345491 C6_chemical_B3 +LQ02X034170 Putative uncharacterized protein 6.497079495 C6_chemical_C1 +LQ02X034170 Putative uncharacterized protein 6.606750291 C6_chemical_C2 +LQ02X034170 Putative uncharacterized protein 8.185908925 C6_chemical_C3 +LQ02X034170 Putative uncharacterized protein 6.336661037 L4_control_A1 +LQ02X034170 Putative uncharacterized protein 5.525952814 L4_control_A2 +LQ02X034170 Putative uncharacterized protein 5.770059378 L4_control_A3 +LQ02X034170 Putative uncharacterized protein 5.996717303 L4_control_B1 +LQ02X034170 Putative uncharacterized protein 5.266253512 L4_control_B2 +LQ02X034170 Putative uncharacterized protein 7.099616056 L4_control_B3 +LQ02X034170 Putative uncharacterized protein 5.840738524 L4_control_C2 +LQ02X034170 Putative uncharacterized protein 8.157941235 L4_control_C3 +LQ02X034170 Putative uncharacterized protein 7.482753494 L4_chemical_A1 +LQ02X034170 Putative uncharacterized protein 5.757305302 L4_chemical_A2 +LQ02X034170 Putative uncharacterized protein 5.695520675 L4_chemical_A3 +LQ02X034170 Putative uncharacterized protein 6.887658606 L4_chemical_B1 +LQ02X034170 Putative uncharacterized protein 5.107470488 L4_chemical_B2 +LQ02X034170 Putative uncharacterized protein 6.786171794 L4_chemical_B3 +LQ02X034170 Putative uncharacterized protein 6.072016914 L4_chemical_C2 +LQ02X034170 Putative uncharacterized protein 6.327942409 L4_chemical_C3 +LQ02X034180 Predicted protein 5.531692383 C6_control_A1 +LQ02X034180 Predicted protein 6.852628789 C6_control_A3 +LQ02X034180 Predicted protein 5.172315525 C6_control_B1 +LQ02X034180 Predicted protein 5.68286185 C6_control_B2 +LQ02X034180 Predicted protein 5.730488178 C6_control_B3 +LQ02X034180 Predicted protein 5.71670563 C6_control_C1 +LQ02X034180 Predicted protein 6.366715671 C6_control_C2 +LQ02X034180 Predicted protein 6.544754406 C6_control_C3 +LQ02X034180 Predicted protein 5.605148953 C6_chemical_A1 +LQ02X034180 Predicted protein 6.115750063 C6_chemical_A3 +LQ02X034180 Predicted protein 5.648822094 C6_chemical_B1 +LQ02X034180 Predicted protein 5.764117999 C6_chemical_B2 +LQ02X034180 Predicted protein 5.42929414 C6_chemical_B3 +LQ02X034180 Predicted protein 5.592736101 C6_chemical_C1 +LQ02X034180 Predicted protein 6.026023853 C6_chemical_C2 +LQ02X034180 Predicted protein 5.976814192 C6_chemical_C3 +LQ02X034180 Predicted protein 5.484331592 L4_control_A1 +LQ02X034180 Predicted protein 5.694972463 L4_control_A2 +LQ02X034180 Predicted protein 5.708467028 L4_control_A3 +LQ02X034180 Predicted protein 5.665564903 L4_control_B1 +LQ02X034180 Predicted protein 5.615655493 L4_control_B2 +LQ02X034180 Predicted protein 5.885795756 L4_control_B3 +LQ02X034180 Predicted protein 6.299181484 L4_control_C2 +LQ02X034180 Predicted protein 5.996146298 L4_control_C3 +LQ02X034180 Predicted protein 5.467514401 L4_chemical_A1 +LQ02X034180 Predicted protein 5.327609372 L4_chemical_A2 +LQ02X034180 Predicted protein 5.693179862 L4_chemical_A3 +LQ02X034180 Predicted protein 5.973618364 L4_chemical_B1 +LQ02X034180 Predicted protein 5.559675044 L4_chemical_B2 +LQ02X034180 Predicted protein 5.791006246 L4_chemical_B3 +LQ02X034180 Predicted protein 5.329868283 L4_chemical_C2 +LQ02X034180 Predicted protein 5.78165114 L4_chemical_C3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.944700443 C6_control_A1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.124893515 C6_control_A3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.894913132 C6_control_B1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.821973888 C6_control_B2 +LQ02X034190 Putative DNA repair protein RAD23-3 7.220678372 C6_control_B3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.302812083 C6_control_C1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.476449934 C6_control_C2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.849417153 C6_control_C3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.684059883 C6_chemical_A1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.726732277 C6_chemical_A3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.370325853 C6_chemical_B1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.548829634 C6_chemical_B2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.749330453 C6_chemical_B3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.288201819 C6_chemical_C1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.528651773 C6_chemical_C2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.848884912 C6_chemical_C3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.479606199 L4_control_A1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.97611132 L4_control_A2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.983520068 L4_control_A3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.096222468 L4_control_B1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.908038067 L4_control_B2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.671421101 L4_control_B3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.460100979 L4_control_C2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.010591154 L4_control_C3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.466834402 L4_chemical_A1 +LQ02X034190 Putative DNA repair protein RAD23-3 6.523069931 L4_chemical_A2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.415012652 L4_chemical_A3 +LQ02X034190 Putative DNA repair protein RAD23-3 6.89230195 L4_chemical_B1 +LQ02X034190 Putative DNA repair protein RAD23-3 7.521568376 L4_chemical_B2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.740743689 L4_chemical_B3 +LQ02X034190 Putative DNA repair protein RAD23-3 7.172328996 L4_chemical_C2 +LQ02X034190 Putative DNA repair protein RAD23-3 6.705672747 L4_chemical_C3 +LQ02X034220 Putative Peptide transporter PTR5 13.54402879 C6_control_A1 +LQ02X034220 Putative Peptide transporter PTR5 13.60748519 C6_control_A3 +LQ02X034220 Putative Peptide transporter PTR5 12.86763568 C6_control_B1 +LQ02X034220 Putative Peptide transporter PTR5 13.58833826 C6_control_B2 +LQ02X034220 Putative Peptide transporter PTR5 12.96872427 C6_control_B3 +LQ02X034220 Putative Peptide transporter PTR5 14.53283695 C6_control_C1 +LQ02X034220 Putative Peptide transporter PTR5 14.51628114 C6_control_C2 +LQ02X034220 Putative Peptide transporter PTR5 14.44014677 C6_control_C3 +LQ02X034220 Putative Peptide transporter PTR5 13.5990274 C6_chemical_A1 +LQ02X034220 Putative Peptide transporter PTR5 14.15847342 C6_chemical_A3 +LQ02X034220 Putative Peptide transporter PTR5 13.31540505 C6_chemical_B1 +LQ02X034220 Putative Peptide transporter PTR5 13.70013659 C6_chemical_B2 +LQ02X034220 Putative Peptide transporter PTR5 14.01991391 C6_chemical_B3 +LQ02X034220 Putative Peptide transporter PTR5 15.07585304 C6_chemical_C1 +LQ02X034220 Putative Peptide transporter PTR5 14.66183509 C6_chemical_C2 +LQ02X034220 Putative Peptide transporter PTR5 14.60929559 C6_chemical_C3 +LQ02X034220 Putative Peptide transporter PTR5 13.71769809 L4_control_A1 +LQ02X034220 Putative Peptide transporter PTR5 13.060149 L4_control_A2 +LQ02X034220 Putative Peptide transporter PTR5 13.46895559 L4_control_A3 +LQ02X034220 Putative Peptide transporter PTR5 13.2658528 L4_control_B1 +LQ02X034220 Putative Peptide transporter PTR5 13.16294143 L4_control_B2 +LQ02X034220 Putative Peptide transporter PTR5 14.25326394 L4_control_B3 +LQ02X034220 Putative Peptide transporter PTR5 14.8993781 L4_control_C2 +LQ02X034220 Putative Peptide transporter PTR5 14.98974354 L4_control_C3 +LQ02X034220 Putative Peptide transporter PTR5 14.46673112 L4_chemical_A1 +LQ02X034220 Putative Peptide transporter PTR5 14.11615791 L4_chemical_A2 +LQ02X034220 Putative Peptide transporter PTR5 14.3194359 L4_chemical_A3 +LQ02X034220 Putative Peptide transporter PTR5 13.8453223 L4_chemical_B1 +LQ02X034220 Putative Peptide transporter PTR5 13.82162594 L4_chemical_B2 +LQ02X034220 Putative Peptide transporter PTR5 13.50824598 L4_chemical_B3 +LQ02X034220 Putative Peptide transporter PTR5 15.10153917 L4_chemical_C2 +LQ02X034220 Putative Peptide transporter PTR5 14.99625634 L4_chemical_C3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.331398096 C6_control_A1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.556172416 C6_control_A3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.829735323 C6_control_B1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.544378834 C6_control_B2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.509074165 C6_control_B3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.746994065 C6_control_C1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.46450966 C6_control_C2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.163014267 C6_control_C3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.609306166 C6_chemical_A1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.306011798 C6_chemical_A3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.445728448 C6_chemical_B1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.697619181 C6_chemical_B2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.513748193 C6_chemical_B3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.417634502 C6_chemical_C1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.123339313 C6_chemical_C2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 4.900897926 C6_chemical_C3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.195997345 L4_control_A1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.069399505 L4_control_A2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.386967598 L4_control_A3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.281549374 L4_control_B1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.574062352 L4_control_B2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.246322182 L4_control_B3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.377261137 L4_control_C2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.163339632 L4_control_C3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.914651201 L4_chemical_A1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.284125593 L4_chemical_A2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.833694192 L4_chemical_A3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.695647685 L4_chemical_B1 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.471098285 L4_chemical_B2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.213295811 L4_chemical_B3 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.792620428 L4_chemical_C2 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.516593212 L4_chemical_C3 +LQ02X034250 Putative uncharacterized protein 4.998143723 C6_control_A1 +LQ02X034250 Putative uncharacterized protein 5.341675032 C6_control_A3 +LQ02X034250 Putative uncharacterized protein 5.597681062 C6_control_B1 +LQ02X034250 Putative uncharacterized protein 5.861117788 C6_control_B2 +LQ02X034250 Putative uncharacterized protein 5.490301834 C6_control_B3 +LQ02X034250 Putative uncharacterized protein 5.443095024 C6_control_C1 +LQ02X034250 Putative uncharacterized protein 6.319049187 C6_control_C2 +LQ02X034250 Putative uncharacterized protein 5.59455078 C6_control_C3 +LQ02X034250 Putative uncharacterized protein 5.5240653 C6_chemical_A1 +LQ02X034250 Putative uncharacterized protein 5.144575699 C6_chemical_A3 +LQ02X034250 Putative uncharacterized protein 5.666994951 C6_chemical_B1 +LQ02X034250 Putative uncharacterized protein 5.490721305 C6_chemical_B2 +LQ02X034250 Putative uncharacterized protein 5.769175696 C6_chemical_B3 +LQ02X034250 Putative uncharacterized protein 5.945045776 C6_chemical_C1 +LQ02X034250 Putative uncharacterized protein 5.557929607 C6_chemical_C2 +LQ02X034250 Putative uncharacterized protein 5.921177473 C6_chemical_C3 +LQ02X034250 Putative uncharacterized protein 5.172728219 L4_control_A1 +LQ02X034250 Putative uncharacterized protein 5.72925333 L4_control_A2 +LQ02X034250 Putative uncharacterized protein 5.230740172 L4_control_A3 +LQ02X034250 Putative uncharacterized protein 5.453360983 L4_control_B1 +LQ02X034250 Putative uncharacterized protein 6.517743176 L4_control_B2 +LQ02X034250 Putative uncharacterized protein 4.929486882 L4_control_B3 +LQ02X034250 Putative uncharacterized protein 5.206388079 L4_control_C2 +LQ02X034250 Putative uncharacterized protein 5.140352164 L4_control_C3 +LQ02X034250 Putative uncharacterized protein 5.099326839 L4_chemical_A1 +LQ02X034250 Putative uncharacterized protein 5.335975518 L4_chemical_A2 +LQ02X034250 Putative uncharacterized protein 5.015704678 L4_chemical_A3 +LQ02X034250 Putative uncharacterized protein 5.076735666 L4_chemical_B1 +LQ02X034250 Putative uncharacterized protein 5.587914202 L4_chemical_B2 +LQ02X034250 Putative uncharacterized protein 5.106759968 L4_chemical_B3 +LQ02X034250 Putative uncharacterized protein 5.54928566 L4_chemical_C2 +LQ02X034250 Putative uncharacterized protein 5.333790092 L4_chemical_C3 +LQ02X034260 Predicted protein (Fragment) 5.483000719 C6_control_A1 +LQ02X034260 Predicted protein (Fragment) 5.12186957 C6_control_A3 +LQ02X034260 Predicted protein (Fragment) 5.332555992 C6_control_B1 +LQ02X034260 Predicted protein (Fragment) 5.613857033 C6_control_B2 +LQ02X034260 Predicted protein (Fragment) 5.421162113 C6_control_B3 +LQ02X034260 Predicted protein (Fragment) 5.038845689 C6_control_C1 +LQ02X034260 Predicted protein (Fragment) 5.370257615 C6_control_C2 +LQ02X034260 Predicted protein (Fragment) 5.236010893 C6_control_C3 +LQ02X034260 Predicted protein (Fragment) 5.650636274 C6_chemical_A1 +LQ02X034260 Predicted protein (Fragment) 5.544606933 C6_chemical_A3 +LQ02X034260 Predicted protein (Fragment) 5.982620782 C6_chemical_B1 +LQ02X034260 Predicted protein (Fragment) 5.312950001 C6_chemical_B2 +LQ02X034260 Predicted protein (Fragment) 5.69995482 C6_chemical_B3 +LQ02X034260 Predicted protein (Fragment) 5.079478343 C6_chemical_C1 +LQ02X034260 Predicted protein (Fragment) 5.293516504 C6_chemical_C2 +LQ02X034260 Predicted protein (Fragment) 5.240805045 C6_chemical_C3 +LQ02X034260 Predicted protein (Fragment) 5.624901674 L4_control_A1 +LQ02X034260 Predicted protein (Fragment) 5.370130713 L4_control_A2 +LQ02X034260 Predicted protein (Fragment) 5.967821976 L4_control_A3 +LQ02X034260 Predicted protein (Fragment) 5.524237494 L4_control_B1 +LQ02X034260 Predicted protein (Fragment) 5.731465446 L4_control_B2 +LQ02X034260 Predicted protein (Fragment) 5.888894978 L4_control_B3 +LQ02X034260 Predicted protein (Fragment) 5.618938399 L4_control_C2 +LQ02X034260 Predicted protein (Fragment) 5.559504241 L4_control_C3 +LQ02X034260 Predicted protein (Fragment) 5.170339009 L4_chemical_A1 +LQ02X034260 Predicted protein (Fragment) 5.872327123 L4_chemical_A2 +LQ02X034260 Predicted protein (Fragment) 5.485333217 L4_chemical_A3 +LQ02X034260 Predicted protein (Fragment) 5.670137829 L4_chemical_B1 +LQ02X034260 Predicted protein (Fragment) 5.845357002 L4_chemical_B2 +LQ02X034260 Predicted protein (Fragment) 5.845123819 L4_chemical_B3 +LQ02X034260 Predicted protein (Fragment) 5.816156698 L4_chemical_C2 +LQ02X034260 Predicted protein (Fragment) 5.301637644 L4_chemical_C3 +LQ02X034270 Prp4, putative 10.74721769 C6_control_A1 +LQ02X034270 Prp4, putative 9.878716045 C6_control_A3 +LQ02X034270 Prp4, putative 10.72249254 C6_control_B1 +LQ02X034270 Prp4, putative 11.23607302 C6_control_B2 +LQ02X034270 Prp4, putative 10.5309192 C6_control_B3 +LQ02X034270 Prp4, putative 11.44368593 C6_control_C1 +LQ02X034270 Prp4, putative 11.41538472 C6_control_C2 +LQ02X034270 Prp4, putative 11.81013731 C6_control_C3 +LQ02X034270 Prp4, putative 10.88505892 C6_chemical_A1 +LQ02X034270 Prp4, putative 9.990253853 C6_chemical_A3 +LQ02X034270 Prp4, putative 10.64624979 C6_chemical_B1 +LQ02X034270 Prp4, putative 11.28940184 C6_chemical_B2 +LQ02X034270 Prp4, putative 10.31463036 C6_chemical_B3 +LQ02X034270 Prp4, putative 11.86302768 C6_chemical_C1 +LQ02X034270 Prp4, putative 11.8150935 C6_chemical_C2 +LQ02X034270 Prp4, putative 11.9261921 C6_chemical_C3 +LQ02X034270 Prp4, putative 10.89726319 L4_control_A1 +LQ02X034270 Prp4, putative 10.84146262 L4_control_A2 +LQ02X034270 Prp4, putative 10.38899492 L4_control_A3 +LQ02X034270 Prp4, putative 10.77487871 L4_control_B1 +LQ02X034270 Prp4, putative 10.59852859 L4_control_B2 +LQ02X034270 Prp4, putative 10.99548159 L4_control_B3 +LQ02X034270 Prp4, putative 11.4381182 L4_control_C2 +LQ02X034270 Prp4, putative 11.09078323 L4_control_C3 +LQ02X034270 Prp4, putative 11.31019478 L4_chemical_A1 +LQ02X034270 Prp4, putative 10.98831124 L4_chemical_A2 +LQ02X034270 Prp4, putative 10.53615771 L4_chemical_A3 +LQ02X034270 Prp4, putative 10.80092294 L4_chemical_B1 +LQ02X034270 Prp4, putative 11.03636777 L4_chemical_B2 +LQ02X034270 Prp4, putative 10.62246534 L4_chemical_B3 +LQ02X034270 Prp4, putative 11.47324009 L4_chemical_C2 +LQ02X034270 Prp4, putative 11.28367171 L4_chemical_C3 +LQ02X034280 Putative uncharacterized protein 8.431759905 C6_control_A1 +LQ02X034280 Putative uncharacterized protein 8.028578137 C6_control_A3 +LQ02X034280 Putative uncharacterized protein 8.312609011 C6_control_B1 +LQ02X034280 Putative uncharacterized protein 9.181461027 C6_control_B2 +LQ02X034280 Putative uncharacterized protein 9.114608186 C6_control_B3 +LQ02X034280 Putative uncharacterized protein 9.911754876 C6_control_C1 +LQ02X034280 Putative uncharacterized protein 9.71210518 C6_control_C2 +LQ02X034280 Putative uncharacterized protein 9.66616764 C6_control_C3 +LQ02X034280 Putative uncharacterized protein 8.412495722 C6_chemical_A1 +LQ02X034280 Putative uncharacterized protein 8.650930303 C6_chemical_A3 +LQ02X034280 Putative uncharacterized protein 8.518572631 C6_chemical_B1 +LQ02X034280 Putative uncharacterized protein 9.187063456 C6_chemical_B2 +LQ02X034280 Putative uncharacterized protein 9.304587104 C6_chemical_B3 +LQ02X034280 Putative uncharacterized protein 9.888797431 C6_chemical_C1 +LQ02X034280 Putative uncharacterized protein 9.63802615 C6_chemical_C2 +LQ02X034280 Putative uncharacterized protein 9.800164619 C6_chemical_C3 +LQ02X034280 Putative uncharacterized protein 9.291349907 L4_control_A1 +LQ02X034280 Putative uncharacterized protein 9.603037504 L4_control_A2 +LQ02X034280 Putative uncharacterized protein 9.522393706 L4_control_A3 +LQ02X034280 Putative uncharacterized protein 10.05760315 L4_control_B1 +LQ02X034280 Putative uncharacterized protein 9.662499668 L4_control_B2 +LQ02X034280 Putative uncharacterized protein 11.08152371 L4_control_B3 +LQ02X034280 Putative uncharacterized protein 11.10051462 L4_control_C2 +LQ02X034280 Putative uncharacterized protein 11.05244246 L4_control_C3 +LQ02X034280 Putative uncharacterized protein 9.870684961 L4_chemical_A1 +LQ02X034280 Putative uncharacterized protein 9.707639964 L4_chemical_A2 +LQ02X034280 Putative uncharacterized protein 9.739609624 L4_chemical_A3 +LQ02X034280 Putative uncharacterized protein 9.748696982 L4_chemical_B1 +LQ02X034280 Putative uncharacterized protein 9.730678301 L4_chemical_B2 +LQ02X034280 Putative uncharacterized protein 9.96000467 L4_chemical_B3 +LQ02X034280 Putative uncharacterized protein 10.79820584 L4_chemical_C2 +LQ02X034280 Putative uncharacterized protein 11.23499327 L4_chemical_C3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.02597163 C6_control_A1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.9579634 C6_control_A3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.92017363 C6_control_B1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.22176716 C6_control_B2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.25390071 C6_control_B3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.01341393 C6_control_C1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.26058702 C6_control_C2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.88404438 C6_control_C3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.24445476 C6_chemical_A1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.03464008 C6_chemical_A3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.13305199 C6_chemical_B1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.25565048 C6_chemical_B2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.05663046 C6_chemical_B3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.783704 C6_chemical_C1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.14608561 C6_chemical_C2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.58108124 C6_chemical_C3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.66660181 L4_control_A1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.99091455 L4_control_A2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.48901811 L4_control_A3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.4587452 L4_control_B1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.04758573 L4_control_B2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.24452246 L4_control_B3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.74636559 L4_control_C2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.10018546 L4_control_C3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.65645932 L4_chemical_A1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.96611589 L4_chemical_A2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.96866328 L4_chemical_A3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.4710912 L4_chemical_B1 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.20098135 L4_chemical_B2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 13.83520373 L4_chemical_B3 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.64371084 L4_chemical_C2 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.33263251 L4_chemical_C3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.35646991 C6_control_A1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.77781484 C6_control_A3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.27236556 C6_control_B1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.2302804 C6_control_B2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.16198321 C6_control_B3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.65336966 C6_control_C1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.05313876 C6_control_C2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.27706481 C6_control_C3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.40518019 C6_chemical_A1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.98280071 C6_chemical_A3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.14212408 C6_chemical_B1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.35478045 C6_chemical_B2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.77808001 C6_chemical_B3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.6406943 C6_chemical_C1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.17293805 C6_chemical_C2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.16017495 C6_chemical_C3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.73236061 L4_control_A1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.57857297 L4_control_A2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 12.35608956 L4_control_A3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.19623918 L4_control_B1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.56320086 L4_control_B2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 10.88134048 L4_control_B3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.53549967 L4_control_C2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.41563624 L4_control_C3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.2580693 L4_chemical_A1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.04427382 L4_chemical_A2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.97572294 L4_chemical_A3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.39532104 L4_chemical_B1 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.46102028 L4_chemical_B2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.07530192 L4_chemical_B3 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.39305573 L4_chemical_C2 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.30447338 L4_chemical_C3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.526846254 C6_control_A1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.194701238 C6_control_A3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.742515493 C6_control_B1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.374462125 C6_control_B2 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.341725559 C6_control_B3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.11788703 C6_control_C1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.201361153 C6_control_C2 +LQ02X034430 Putative CTL-like protein DDBG0274487 5.793171671 C6_control_C3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.101806824 C6_chemical_A1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.311579318 C6_chemical_A3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.203099534 C6_chemical_B1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.061520865 C6_chemical_B2 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.439212049 C6_chemical_B3 +LQ02X034430 Putative CTL-like protein DDBG0274487 5.892917463 C6_chemical_C1 +LQ02X034430 Putative CTL-like protein DDBG0274487 5.638098773 C6_chemical_C2 +LQ02X034430 Putative CTL-like protein DDBG0274487 5.534345003 C6_chemical_C3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.416194594 L4_control_A1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.572276268 L4_control_A2 +LQ02X034430 Putative CTL-like protein DDBG0274487 5.898338124 L4_control_A3 +LQ02X034430 Putative CTL-like protein DDBG0274487 5.440605756 L4_control_B1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.042407536 L4_control_B2 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.099731137 L4_control_B3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.698191258 L4_control_C2 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.0213984 L4_control_C3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.022887025 L4_chemical_A1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.502361186 L4_chemical_A2 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.250013109 L4_chemical_A3 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.494009597 L4_chemical_B1 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.389583524 L4_chemical_B2 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.3903275 L4_chemical_B3 +LQ02X034430 Putative CTL-like protein DDBG0274487 5.419497055 L4_chemical_C2 +LQ02X034430 Putative CTL-like protein DDBG0274487 5.783136076 L4_chemical_C3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.11774299 C6_control_A1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.26765569 C6_control_A3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.65850467 C6_control_B1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 9.911793876 C6_control_B2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.81753117 C6_control_B3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 5.921480098 C6_control_C1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 5.488148487 C6_control_C2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 5.377029797 C6_control_C3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.3834474 C6_chemical_A1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.39663981 C6_chemical_A3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.94122078 C6_chemical_B1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.01131467 C6_chemical_B2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.38655035 C6_chemical_B3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 5.710973526 C6_chemical_C1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 5.667501429 C6_chemical_C2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 5.770295649 C6_chemical_C3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.80633429 L4_control_A1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.05248974 L4_control_A2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.88355692 L4_control_A3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.22707255 L4_control_B1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 12.23876309 L4_control_B2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 9.357546889 L4_control_B3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 6.39790052 L4_control_C2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 7.077647374 L4_control_C3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 9.731502405 L4_chemical_A1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.29085235 L4_chemical_A2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.57275421 L4_chemical_A3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.50647192 L4_chemical_B1 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.26417811 L4_chemical_B2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 10.50444129 L4_chemical_B3 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 6.513485323 L4_chemical_C2 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 5.992950923 L4_chemical_C3 +LQ02X034450 Transmembrane protein TPARL, putative 6.004536539 C6_control_A1 +LQ02X034450 Transmembrane protein TPARL, putative 5.418125044 C6_control_A3 +LQ02X034450 Transmembrane protein TPARL, putative 5.981843397 C6_control_B1 +LQ02X034450 Transmembrane protein TPARL, putative 5.726684615 C6_control_B2 +LQ02X034450 Transmembrane protein TPARL, putative 5.774873561 C6_control_B3 +LQ02X034450 Transmembrane protein TPARL, putative 5.919681386 C6_control_C1 +LQ02X034450 Transmembrane protein TPARL, putative 5.987430927 C6_control_C2 +LQ02X034450 Transmembrane protein TPARL, putative 5.620228468 C6_control_C3 +LQ02X034450 Transmembrane protein TPARL, putative 5.845093113 C6_chemical_A1 +LQ02X034450 Transmembrane protein TPARL, putative 5.31777528 C6_chemical_A3 +LQ02X034450 Transmembrane protein TPARL, putative 5.502724983 C6_chemical_B1 +LQ02X034450 Transmembrane protein TPARL, putative 5.704152735 C6_chemical_B2 +LQ02X034450 Transmembrane protein TPARL, putative 5.740874602 C6_chemical_B3 +LQ02X034450 Transmembrane protein TPARL, putative 6.119693161 C6_chemical_C1 +LQ02X034450 Transmembrane protein TPARL, putative 5.676427496 C6_chemical_C2 +LQ02X034450 Transmembrane protein TPARL, putative 5.703293804 C6_chemical_C3 +LQ02X034450 Transmembrane protein TPARL, putative 5.519366181 L4_control_A1 +LQ02X034450 Transmembrane protein TPARL, putative 5.316922321 L4_control_A2 +LQ02X034450 Transmembrane protein TPARL, putative 5.428806503 L4_control_A3 +LQ02X034450 Transmembrane protein TPARL, putative 5.770607205 L4_control_B1 +LQ02X034450 Transmembrane protein TPARL, putative 5.77996081 L4_control_B2 +LQ02X034450 Transmembrane protein TPARL, putative 5.428097563 L4_control_B3 +LQ02X034450 Transmembrane protein TPARL, putative 4.897478867 L4_control_C2 +LQ02X034450 Transmembrane protein TPARL, putative 5.442339766 L4_control_C3 +LQ02X034450 Transmembrane protein TPARL, putative 5.441183079 L4_chemical_A1 +LQ02X034450 Transmembrane protein TPARL, putative 5.601275177 L4_chemical_A2 +LQ02X034450 Transmembrane protein TPARL, putative 5.590619456 L4_chemical_A3 +LQ02X034450 Transmembrane protein TPARL, putative 5.666783875 L4_chemical_B1 +LQ02X034450 Transmembrane protein TPARL, putative 5.845625664 L4_chemical_B2 +LQ02X034450 Transmembrane protein TPARL, putative 5.626270639 L4_chemical_B3 +LQ02X034450 Transmembrane protein TPARL, putative 6.013619335 L4_chemical_C2 +LQ02X034450 Transmembrane protein TPARL, putative 5.380110082 L4_chemical_C3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.10897142 C6_control_A1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.04231201 C6_control_A3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.24882936 C6_control_B1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.25829346 C6_control_B2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.3824535 C6_control_B3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 14.58432842 C6_control_C1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.55033932 C6_control_C2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.53433727 C6_control_C3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.36569179 C6_chemical_A1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.35128393 C6_chemical_A3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.39393144 C6_chemical_B1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.82902919 C6_chemical_B2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.67259603 C6_chemical_B3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 14.87515963 C6_chemical_C1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 14.64473544 C6_chemical_C2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 14.50878203 C6_chemical_C3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.5433297 L4_control_A1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.54779248 L4_control_A2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 11.14752508 L4_control_A3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.28465335 L4_control_B1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.24701842 L4_control_B2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.04690136 L4_control_B3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 14.13221213 L4_control_C2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.13682882 L4_control_C3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.18174132 L4_chemical_A1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.00493123 L4_chemical_A2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 11.73160621 L4_chemical_A3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.03374055 L4_chemical_B1 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.94363656 L4_chemical_B2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 12.49232988 L4_chemical_B3 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 14.3071726 L4_chemical_C2 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.77664184 L4_chemical_C3 +LQ02X034470 Lysine histidine transporter-like 6 10.37873103 C6_control_A1 +LQ02X034470 Lysine histidine transporter-like 6 9.52030522 C6_control_A3 +LQ02X034470 Lysine histidine transporter-like 6 11.35293811 C6_control_B1 +LQ02X034470 Lysine histidine transporter-like 6 10.75815664 C6_control_B2 +LQ02X034470 Lysine histidine transporter-like 6 11.52294058 C6_control_B3 +LQ02X034470 Lysine histidine transporter-like 6 10.66857569 C6_control_C1 +LQ02X034470 Lysine histidine transporter-like 6 10.08382501 C6_control_C2 +LQ02X034470 Lysine histidine transporter-like 6 10.87380313 C6_control_C3 +LQ02X034470 Lysine histidine transporter-like 6 10.34172123 C6_chemical_A1 +LQ02X034470 Lysine histidine transporter-like 6 9.967201425 C6_chemical_A3 +LQ02X034470 Lysine histidine transporter-like 6 10.92536731 C6_chemical_B1 +LQ02X034470 Lysine histidine transporter-like 6 10.43810934 C6_chemical_B2 +LQ02X034470 Lysine histidine transporter-like 6 11.17295786 C6_chemical_B3 +LQ02X034470 Lysine histidine transporter-like 6 10.49110685 C6_chemical_C1 +LQ02X034470 Lysine histidine transporter-like 6 10.02101545 C6_chemical_C2 +LQ02X034470 Lysine histidine transporter-like 6 10.29126026 C6_chemical_C3 +LQ02X034470 Lysine histidine transporter-like 6 10.0255676 L4_control_A1 +LQ02X034470 Lysine histidine transporter-like 6 11.10535932 L4_control_A2 +LQ02X034470 Lysine histidine transporter-like 6 10.10402254 L4_control_A3 +LQ02X034470 Lysine histidine transporter-like 6 11.57965287 L4_control_B1 +LQ02X034470 Lysine histidine transporter-like 6 11.03320469 L4_control_B2 +LQ02X034470 Lysine histidine transporter-like 6 11.35810235 L4_control_B3 +LQ02X034470 Lysine histidine transporter-like 6 10.38845496 L4_control_C2 +LQ02X034470 Lysine histidine transporter-like 6 10.27802381 L4_control_C3 +LQ02X034470 Lysine histidine transporter-like 6 9.484743632 L4_chemical_A1 +LQ02X034470 Lysine histidine transporter-like 6 10.75656082 L4_chemical_A2 +LQ02X034470 Lysine histidine transporter-like 6 9.611007234 L4_chemical_A3 +LQ02X034470 Lysine histidine transporter-like 6 11.0775026 L4_chemical_B1 +LQ02X034470 Lysine histidine transporter-like 6 11.16568946 L4_chemical_B2 +LQ02X034470 Lysine histidine transporter-like 6 11.28368947 L4_chemical_B3 +LQ02X034470 Lysine histidine transporter-like 6 10.85265224 L4_chemical_C2 +LQ02X034470 Lysine histidine transporter-like 6 10.04113371 L4_chemical_C3 +LQ02X034500 Putative uncharacterized protein 11.82039672 C6_control_A1 +LQ02X034500 Putative uncharacterized protein 11.08723778 C6_control_A3 +LQ02X034500 Putative uncharacterized protein 12.1089041 C6_control_B1 +LQ02X034500 Putative uncharacterized protein 12.14717775 C6_control_B2 +LQ02X034500 Putative uncharacterized protein 11.62179444 C6_control_B3 +LQ02X034500 Putative uncharacterized protein 14.78695408 C6_control_C1 +LQ02X034500 Putative uncharacterized protein 13.97885366 C6_control_C2 +LQ02X034500 Putative uncharacterized protein 13.3231404 C6_control_C3 +LQ02X034500 Putative uncharacterized protein 11.88214406 C6_chemical_A1 +LQ02X034500 Putative uncharacterized protein 11.38275385 C6_chemical_A3 +LQ02X034500 Putative uncharacterized protein 12.46932542 C6_chemical_B1 +LQ02X034500 Putative uncharacterized protein 12.12374768 C6_chemical_B2 +LQ02X034500 Putative uncharacterized protein 11.43587244 C6_chemical_B3 +LQ02X034500 Putative uncharacterized protein 14.60489728 C6_chemical_C1 +LQ02X034500 Putative uncharacterized protein 14.09625154 C6_chemical_C2 +LQ02X034500 Putative uncharacterized protein 13.67013503 C6_chemical_C3 +LQ02X034500 Putative uncharacterized protein 11.46169952 L4_control_A1 +LQ02X034500 Putative uncharacterized protein 12.1256954 L4_control_A2 +LQ02X034500 Putative uncharacterized protein 11.79195072 L4_control_A3 +LQ02X034500 Putative uncharacterized protein 12.73508461 L4_control_B1 +LQ02X034500 Putative uncharacterized protein 12.53043903 L4_control_B2 +LQ02X034500 Putative uncharacterized protein 11.78847571 L4_control_B3 +LQ02X034500 Putative uncharacterized protein 14.4813996 L4_control_C2 +LQ02X034500 Putative uncharacterized protein 13.45591868 L4_control_C3 +LQ02X034500 Putative uncharacterized protein 11.32227019 L4_chemical_A1 +LQ02X034500 Putative uncharacterized protein 12.1079966 L4_chemical_A2 +LQ02X034500 Putative uncharacterized protein 11.68155041 L4_chemical_A3 +LQ02X034500 Putative uncharacterized protein 12.75487365 L4_chemical_B1 +LQ02X034500 Putative uncharacterized protein 12.89078744 L4_chemical_B2 +LQ02X034500 Putative uncharacterized protein 11.48796582 L4_chemical_B3 +LQ02X034500 Putative uncharacterized protein 14.25686443 L4_chemical_C2 +LQ02X034500 Putative uncharacterized protein 13.69215704 L4_chemical_C3 +LQ02X034510 DNA binding protein, putative 5.867945315 C6_control_A1 +LQ02X034510 DNA binding protein, putative 5.890567018 C6_control_A3 +LQ02X034510 DNA binding protein, putative 6.097756778 C6_control_B1 +LQ02X034510 DNA binding protein, putative 6.413835788 C6_control_B2 +LQ02X034510 DNA binding protein, putative 6.406783799 C6_control_B3 +LQ02X034510 DNA binding protein, putative 6.480955511 C6_control_C1 +LQ02X034510 DNA binding protein, putative 6.043068017 C6_control_C2 +LQ02X034510 DNA binding protein, putative 6.609251468 C6_control_C3 +LQ02X034510 DNA binding protein, putative 6.290362576 C6_chemical_A1 +LQ02X034510 DNA binding protein, putative 6.012036119 C6_chemical_A3 +LQ02X034510 DNA binding protein, putative 5.649030009 C6_chemical_B1 +LQ02X034510 DNA binding protein, putative 6.154144736 C6_chemical_B2 +LQ02X034510 DNA binding protein, putative 6.156223139 C6_chemical_B3 +LQ02X034510 DNA binding protein, putative 6.049235837 C6_chemical_C1 +LQ02X034510 DNA binding protein, putative 6.962559206 C6_chemical_C2 +LQ02X034510 DNA binding protein, putative 6.529986183 C6_chemical_C3 +LQ02X034510 DNA binding protein, putative 6.182729824 L4_control_A1 +LQ02X034510 DNA binding protein, putative 5.907726501 L4_control_A2 +LQ02X034510 DNA binding protein, putative 6.437007115 L4_control_A3 +LQ02X034510 DNA binding protein, putative 5.941856378 L4_control_B1 +LQ02X034510 DNA binding protein, putative 5.712794128 L4_control_B2 +LQ02X034510 DNA binding protein, putative 6.226699763 L4_control_B3 +LQ02X034510 DNA binding protein, putative 6.621499625 L4_control_C2 +LQ02X034510 DNA binding protein, putative 5.872826641 L4_control_C3 +LQ02X034510 DNA binding protein, putative 6.019351679 L4_chemical_A1 +LQ02X034510 DNA binding protein, putative 6.28015643 L4_chemical_A2 +LQ02X034510 DNA binding protein, putative 6.306755289 L4_chemical_A3 +LQ02X034510 DNA binding protein, putative 6.130262292 L4_chemical_B1 +LQ02X034510 DNA binding protein, putative 6.301065843 L4_chemical_B2 +LQ02X034510 DNA binding protein, putative 6.132304468 L4_chemical_B3 +LQ02X034510 DNA binding protein, putative 6.158004258 L4_chemical_C2 +LQ02X034510 DNA binding protein, putative 6.842389958 L4_chemical_C3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.616419599 C6_control_A1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.609849189 C6_control_A3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.16985358 C6_control_B1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.306384172 C6_control_B2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.384639404 C6_control_B3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.294220457 C6_control_C1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.345957239 C6_control_C2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.663228524 C6_control_C3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.539202395 C6_chemical_A1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.819618673 C6_chemical_A3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.442781072 C6_chemical_B1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.206819551 C6_chemical_B2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.452519602 C6_chemical_B3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.264099836 C6_chemical_C1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.515942413 C6_chemical_C2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.860065873 C6_chemical_C3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.820109875 L4_control_A1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.659286932 L4_control_A2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.836871907 L4_control_A3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.392944468 L4_control_B1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.493776762 L4_control_B2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.185834766 L4_control_B3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.27333064 L4_control_C2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.383531216 L4_control_C3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.706368516 L4_chemical_A1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.589986624 L4_chemical_A2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 6.107062789 L4_chemical_A3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.703397494 L4_chemical_B1 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.442303052 L4_chemical_B2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.335882522 L4_chemical_B3 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 4.976022963 L4_chemical_C2 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.413781451 L4_chemical_C3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.93399667 C6_control_A1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.01072852 C6_control_A3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.12633779 C6_control_B1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.6166514 C6_control_B2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.59002434 C6_control_B3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.24829443 C6_control_C1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.34838154 C6_control_C2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.23564794 C6_control_C3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.59912342 C6_chemical_A1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.87481147 C6_chemical_A3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.92142313 C6_chemical_B1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.81570848 C6_chemical_B2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.06052282 C6_chemical_B3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.01431192 C6_chemical_C1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.16340887 C6_chemical_C2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.9244566 C6_chemical_C3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.94560019 L4_control_A1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.26498723 L4_control_A2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.71418947 L4_control_A3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.22214892 L4_control_B1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.13246068 L4_control_B2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.00828025 L4_control_B3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.27753105 L4_control_C2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.36543148 L4_control_C3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.73704034 L4_chemical_A1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.43221367 L4_chemical_A2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.16031644 L4_chemical_A3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 12.09406665 L4_chemical_B1 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.82777104 L4_chemical_B2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.95277985 L4_chemical_B3 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.11783515 L4_chemical_C2 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 13.36981508 L4_chemical_C3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.42387876 C6_control_A1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 10.02365753 C6_control_A3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 12.06188648 C6_control_B1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 12.08704137 C6_control_B2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.53373225 C6_control_B3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 13.9508943 C6_control_C1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 13.75766011 C6_control_C2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 13.36657983 C6_control_C3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.73400507 C6_chemical_A1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 10.91311816 C6_chemical_A3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 12.56717209 C6_chemical_B1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 12.7065021 C6_chemical_B2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.90836588 C6_chemical_B3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 13.92742158 C6_chemical_C1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 14.07521196 C6_chemical_C2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 14.32708667 C6_chemical_C3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 10.39851742 L4_control_A1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.12590148 L4_control_A2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 9.95611773 L4_control_A3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 12.261388 L4_control_B1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 12.05360836 L4_control_B2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.96739298 L4_control_B3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 13.24961433 L4_control_C2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 13.22997194 L4_control_C3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 10.85650382 L4_chemical_A1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.87441174 L4_chemical_A2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 9.193471782 L4_chemical_A3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 12.1895817 L4_chemical_B1 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 12.07270907 L4_chemical_B2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.47340913 L4_chemical_B3 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 13.345164 L4_chemical_C2 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 13.45612064 L4_chemical_C3 +LQ02X034610 Leucoanthocyanidin reductase 13.20635744 C6_control_A1 +LQ02X034610 Leucoanthocyanidin reductase 13.28962962 C6_control_A3 +LQ02X034610 Leucoanthocyanidin reductase 12.7757724 C6_control_B1 +LQ02X034610 Leucoanthocyanidin reductase 12.76620693 C6_control_B2 +LQ02X034610 Leucoanthocyanidin reductase 12.84217663 C6_control_B3 +LQ02X034610 Leucoanthocyanidin reductase 10.63507294 C6_control_C1 +LQ02X034610 Leucoanthocyanidin reductase 10.7416367 C6_control_C2 +LQ02X034610 Leucoanthocyanidin reductase 11.57887133 C6_control_C3 +LQ02X034610 Leucoanthocyanidin reductase 12.66566822 C6_chemical_A1 +LQ02X034610 Leucoanthocyanidin reductase 12.83688093 C6_chemical_A3 +LQ02X034610 Leucoanthocyanidin reductase 12.12823754 C6_chemical_B1 +LQ02X034610 Leucoanthocyanidin reductase 13.07234487 C6_chemical_B2 +LQ02X034610 Leucoanthocyanidin reductase 12.59117692 C6_chemical_B3 +LQ02X034610 Leucoanthocyanidin reductase 10.42009055 C6_chemical_C1 +LQ02X034610 Leucoanthocyanidin reductase 10.50124303 C6_chemical_C2 +LQ02X034610 Leucoanthocyanidin reductase 11.33524869 C6_chemical_C3 +LQ02X034610 Leucoanthocyanidin reductase 12.84707685 L4_control_A1 +LQ02X034610 Leucoanthocyanidin reductase 11.36852744 L4_control_A2 +LQ02X034610 Leucoanthocyanidin reductase 10.85337508 L4_control_A3 +LQ02X034610 Leucoanthocyanidin reductase 11.09916147 L4_control_B1 +LQ02X034610 Leucoanthocyanidin reductase 11.14508586 L4_control_B2 +LQ02X034610 Leucoanthocyanidin reductase 10.31239201 L4_control_B3 +LQ02X034610 Leucoanthocyanidin reductase 8.303886704 L4_control_C2 +LQ02X034610 Leucoanthocyanidin reductase 8.820516861 L4_control_C3 +LQ02X034610 Leucoanthocyanidin reductase 12.15680665 L4_chemical_A1 +LQ02X034610 Leucoanthocyanidin reductase 10.56441546 L4_chemical_A2 +LQ02X034610 Leucoanthocyanidin reductase 11.69883484 L4_chemical_A3 +LQ02X034610 Leucoanthocyanidin reductase 11.86213751 L4_chemical_B1 +LQ02X034610 Leucoanthocyanidin reductase 10.70973409 L4_chemical_B2 +LQ02X034610 Leucoanthocyanidin reductase 12.30927887 L4_chemical_B3 +LQ02X034610 Leucoanthocyanidin reductase 8.689265475 L4_chemical_C2 +LQ02X034610 Leucoanthocyanidin reductase 8.985742579 L4_chemical_C3 +LQ02X034660 Predicted protein 4.83787284 C6_control_A1 +LQ02X034660 Predicted protein 4.967290463 C6_control_A3 +LQ02X034660 Predicted protein 5.47817106 C6_control_B1 +LQ02X034660 Predicted protein 5.346470518 C6_control_B2 +LQ02X034660 Predicted protein 5.076668862 C6_control_B3 +LQ02X034660 Predicted protein 5.391937396 C6_control_C1 +LQ02X034660 Predicted protein 5.896167481 C6_control_C2 +LQ02X034660 Predicted protein 5.300440565 C6_control_C3 +LQ02X034660 Predicted protein 5.088981339 C6_chemical_A1 +LQ02X034660 Predicted protein 5.074279118 C6_chemical_A3 +LQ02X034660 Predicted protein 5.552308028 C6_chemical_B1 +LQ02X034660 Predicted protein 5.000656351 C6_chemical_B2 +LQ02X034660 Predicted protein 5.052842862 C6_chemical_B3 +LQ02X034660 Predicted protein 5.30848594 C6_chemical_C1 +LQ02X034660 Predicted protein 5.161463876 C6_chemical_C2 +LQ02X034660 Predicted protein 5.044599711 C6_chemical_C3 +LQ02X034660 Predicted protein 5.282382047 L4_control_A1 +LQ02X034660 Predicted protein 5.254269517 L4_control_A2 +LQ02X034660 Predicted protein 4.657925387 L4_control_A3 +LQ02X034660 Predicted protein 5.013627073 L4_control_B1 +LQ02X034660 Predicted protein 4.79015136 L4_control_B2 +LQ02X034660 Predicted protein 4.829330076 L4_control_B3 +LQ02X034660 Predicted protein 4.945850594 L4_control_C2 +LQ02X034660 Predicted protein 5.218582285 L4_control_C3 +LQ02X034660 Predicted protein 5.034829315 L4_chemical_A1 +LQ02X034660 Predicted protein 5.426336802 L4_chemical_A2 +LQ02X034660 Predicted protein 4.876322848 L4_chemical_A3 +LQ02X034660 Predicted protein 5.109827033 L4_chemical_B1 +LQ02X034660 Predicted protein 4.918016845 L4_chemical_B2 +LQ02X034660 Predicted protein 5.164835698 L4_chemical_B3 +LQ02X034660 Predicted protein 5.465886679 L4_chemical_C2 +LQ02X034660 Predicted protein 5.555906897 L4_chemical_C3 +LQ02X034690 Protein CHUP1, chloroplastic 5.524860472 C6_control_A1 +LQ02X034690 Protein CHUP1, chloroplastic 5.394666731 C6_control_A3 +LQ02X034690 Protein CHUP1, chloroplastic 5.653106213 C6_control_B1 +LQ02X034690 Protein CHUP1, chloroplastic 5.494819552 C6_control_B2 +LQ02X034690 Protein CHUP1, chloroplastic 5.54767975 C6_control_B3 +LQ02X034690 Protein CHUP1, chloroplastic 5.105057235 C6_control_C1 +LQ02X034690 Protein CHUP1, chloroplastic 5.726108158 C6_control_C2 +LQ02X034690 Protein CHUP1, chloroplastic 5.148680669 C6_control_C3 +LQ02X034690 Protein CHUP1, chloroplastic 5.484012089 C6_chemical_A1 +LQ02X034690 Protein CHUP1, chloroplastic 5.6103897 C6_chemical_A3 +LQ02X034690 Protein CHUP1, chloroplastic 5.6180517 C6_chemical_B1 +LQ02X034690 Protein CHUP1, chloroplastic 5.426534913 C6_chemical_B2 +LQ02X034690 Protein CHUP1, chloroplastic 5.447752454 C6_chemical_B3 +LQ02X034690 Protein CHUP1, chloroplastic 5.176031138 C6_chemical_C1 +LQ02X034690 Protein CHUP1, chloroplastic 5.511096484 C6_chemical_C2 +LQ02X034690 Protein CHUP1, chloroplastic 4.910789061 C6_chemical_C3 +LQ02X034690 Protein CHUP1, chloroplastic 5.350496247 L4_control_A1 +LQ02X034690 Protein CHUP1, chloroplastic 5.584834131 L4_control_A2 +LQ02X034690 Protein CHUP1, chloroplastic 5.476114658 L4_control_A3 +LQ02X034690 Protein CHUP1, chloroplastic 5.318572315 L4_control_B1 +LQ02X034690 Protein CHUP1, chloroplastic 5.431155643 L4_control_B2 +LQ02X034690 Protein CHUP1, chloroplastic 5.146305509 L4_control_B3 +LQ02X034690 Protein CHUP1, chloroplastic 5.785115619 L4_control_C2 +LQ02X034690 Protein CHUP1, chloroplastic 5.090862505 L4_control_C3 +LQ02X034690 Protein CHUP1, chloroplastic 5.346016508 L4_chemical_A1 +LQ02X034690 Protein CHUP1, chloroplastic 4.990207044 L4_chemical_A2 +LQ02X034690 Protein CHUP1, chloroplastic 5.429058548 L4_chemical_A3 +LQ02X034690 Protein CHUP1, chloroplastic 5.586649294 L4_chemical_B1 +LQ02X034690 Protein CHUP1, chloroplastic 5.459554193 L4_chemical_B2 +LQ02X034690 Protein CHUP1, chloroplastic 5.532714095 L4_chemical_B3 +LQ02X034690 Protein CHUP1, chloroplastic 5.942498167 L4_chemical_C2 +LQ02X034690 Protein CHUP1, chloroplastic 5.801898324 L4_chemical_C3 +LQ02X034700 Predicted protein 8.031796751 C6_control_A1 +LQ02X034700 Predicted protein 7.950193144 C6_control_A3 +LQ02X034700 Predicted protein 7.625090594 C6_control_B1 +LQ02X034700 Predicted protein 8.129726 C6_control_B2 +LQ02X034700 Predicted protein 7.977298321 C6_control_B3 +LQ02X034700 Predicted protein 8.379879205 C6_control_C1 +LQ02X034700 Predicted protein 8.522730033 C6_control_C2 +LQ02X034700 Predicted protein 7.960928092 C6_control_C3 +LQ02X034700 Predicted protein 8.085697201 C6_chemical_A1 +LQ02X034700 Predicted protein 8.733259776 C6_chemical_A3 +LQ02X034700 Predicted protein 7.909218725 C6_chemical_B1 +LQ02X034700 Predicted protein 8.483121626 C6_chemical_B2 +LQ02X034700 Predicted protein 8.017540452 C6_chemical_B3 +LQ02X034700 Predicted protein 9.02311003 C6_chemical_C1 +LQ02X034700 Predicted protein 9.0028646 C6_chemical_C2 +LQ02X034700 Predicted protein 8.773341488 C6_chemical_C3 +LQ02X034700 Predicted protein 8.959298118 L4_control_A1 +LQ02X034700 Predicted protein 9.003350192 L4_control_A2 +LQ02X034700 Predicted protein 9.664018762 L4_control_A3 +LQ02X034700 Predicted protein 8.876663698 L4_control_B1 +LQ02X034700 Predicted protein 8.777937468 L4_control_B2 +LQ02X034700 Predicted protein 8.829887366 L4_control_B3 +LQ02X034700 Predicted protein 9.167424909 L4_control_C2 +LQ02X034700 Predicted protein 9.648095177 L4_control_C3 +LQ02X034700 Predicted protein 8.545878872 L4_chemical_A1 +LQ02X034700 Predicted protein 8.613572367 L4_chemical_A2 +LQ02X034700 Predicted protein 9.592778825 L4_chemical_A3 +LQ02X034700 Predicted protein 8.876735589 L4_chemical_B1 +LQ02X034700 Predicted protein 8.22074057 L4_chemical_B2 +LQ02X034700 Predicted protein 8.715126772 L4_chemical_B3 +LQ02X034700 Predicted protein 9.092583685 L4_chemical_C2 +LQ02X034700 Predicted protein 10.19417243 L4_chemical_C3 +LQ02X034730 Predicted protein 11.89251586 C6_control_A1 +LQ02X034730 Predicted protein 12.0838254 C6_control_A3 +LQ02X034730 Predicted protein 12.39589716 C6_control_B1 +LQ02X034730 Predicted protein 11.31211323 C6_control_B2 +LQ02X034730 Predicted protein 12.21743707 C6_control_B3 +LQ02X034730 Predicted protein 11.67130802 C6_control_C1 +LQ02X034730 Predicted protein 11.21874181 C6_control_C2 +LQ02X034730 Predicted protein 11.70610382 C6_control_C3 +LQ02X034730 Predicted protein 12.27173421 C6_chemical_A1 +LQ02X034730 Predicted protein 12.54647742 C6_chemical_A3 +LQ02X034730 Predicted protein 12.52842027 C6_chemical_B1 +LQ02X034730 Predicted protein 11.35003237 C6_chemical_B2 +LQ02X034730 Predicted protein 12.49263258 C6_chemical_B3 +LQ02X034730 Predicted protein 11.54316116 C6_chemical_C1 +LQ02X034730 Predicted protein 11.47105977 C6_chemical_C2 +LQ02X034730 Predicted protein 11.74213469 C6_chemical_C3 +LQ02X034730 Predicted protein 12.25775662 L4_control_A1 +LQ02X034730 Predicted protein 12.40735189 L4_control_A2 +LQ02X034730 Predicted protein 12.93061011 L4_control_A3 +LQ02X034730 Predicted protein 12.77191049 L4_control_B1 +LQ02X034730 Predicted protein 13.25538164 L4_control_B2 +LQ02X034730 Predicted protein 12.9583397 L4_control_B3 +LQ02X034730 Predicted protein 13.2069287 L4_control_C2 +LQ02X034730 Predicted protein 13.22583221 L4_control_C3 +LQ02X034730 Predicted protein 12.28939768 L4_chemical_A1 +LQ02X034730 Predicted protein 12.43739301 L4_chemical_A2 +LQ02X034730 Predicted protein 12.73280679 L4_chemical_A3 +LQ02X034730 Predicted protein 12.83538277 L4_chemical_B1 +LQ02X034730 Predicted protein 12.96286429 L4_chemical_B2 +LQ02X034730 Predicted protein 12.8667912 L4_chemical_B3 +LQ02X034730 Predicted protein 13.15100392 L4_chemical_C2 +LQ02X034730 Predicted protein 13.16955853 L4_chemical_C3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.342599116 C6_control_A1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.180774573 C6_control_A3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.236344077 C6_control_B1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.532576157 C6_control_B2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.48661557 C6_control_B3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 10.22082192 C6_control_C1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.967463617 C6_control_C2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.810857729 C6_control_C3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.144202625 C6_chemical_A1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.548939804 C6_chemical_A3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.104008724 C6_chemical_B1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.1986663 C6_chemical_B2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.44063749 C6_chemical_B3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.920423375 C6_chemical_C1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.693237824 C6_chemical_C2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.925078991 C6_chemical_C3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.805758869 L4_control_A1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.583238655 L4_control_A2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 10.0914889 L4_control_A3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.350780488 L4_control_B1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.952649928 L4_control_B2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.949975951 L4_control_B3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 10.07465586 L4_control_C2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 10.7148681 L4_control_C3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.554078123 L4_chemical_A1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.230344705 L4_chemical_A2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 10.02909646 L4_chemical_A3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.516686578 L4_chemical_B1 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.746914498 L4_chemical_B2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.404451686 L4_chemical_B3 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.801583608 L4_chemical_C2 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 10.22489062 L4_chemical_C3 +LQ02X034770 Putative uncharacterized protein 10.65098323 C6_control_A1 +LQ02X034770 Putative uncharacterized protein 12.28512111 C6_control_A3 +LQ02X034770 Putative uncharacterized protein 8.575232296 C6_control_B1 +LQ02X034770 Putative uncharacterized protein 8.078865286 C6_control_B2 +LQ02X034770 Putative uncharacterized protein 7.78082368 C6_control_B3 +LQ02X034770 Putative uncharacterized protein 7.024732777 C6_control_C1 +LQ02X034770 Putative uncharacterized protein 5.84121035 C6_control_C2 +LQ02X034770 Putative uncharacterized protein 6.961435812 C6_control_C3 +LQ02X034770 Putative uncharacterized protein 10.2429895 C6_chemical_A1 +LQ02X034770 Putative uncharacterized protein 11.74334838 C6_chemical_A3 +LQ02X034770 Putative uncharacterized protein 7.967179796 C6_chemical_B1 +LQ02X034770 Putative uncharacterized protein 7.696622876 C6_chemical_B2 +LQ02X034770 Putative uncharacterized protein 7.964734863 C6_chemical_B3 +LQ02X034770 Putative uncharacterized protein 6.71797195 C6_chemical_C1 +LQ02X034770 Putative uncharacterized protein 6.184023769 C6_chemical_C2 +LQ02X034770 Putative uncharacterized protein 6.334482743 C6_chemical_C3 +LQ02X034770 Putative uncharacterized protein 11.78727303 L4_control_A1 +LQ02X034770 Putative uncharacterized protein 10.24106694 L4_control_A2 +LQ02X034770 Putative uncharacterized protein 12.13020185 L4_control_A3 +LQ02X034770 Putative uncharacterized protein 8.245089815 L4_control_B1 +LQ02X034770 Putative uncharacterized protein 8.252382069 L4_control_B2 +LQ02X034770 Putative uncharacterized protein 6.746411475 L4_control_B3 +LQ02X034770 Putative uncharacterized protein 6.270575942 L4_control_C2 +LQ02X034770 Putative uncharacterized protein 5.6559347 L4_control_C3 +LQ02X034770 Putative uncharacterized protein 10.32617274 L4_chemical_A1 +LQ02X034770 Putative uncharacterized protein 9.263940388 L4_chemical_A2 +LQ02X034770 Putative uncharacterized protein 11.3907827 L4_chemical_A3 +LQ02X034770 Putative uncharacterized protein 8.503086774 L4_chemical_B1 +LQ02X034770 Putative uncharacterized protein 8.110651463 L4_chemical_B2 +LQ02X034770 Putative uncharacterized protein 8.352946554 L4_chemical_B3 +LQ02X034770 Putative uncharacterized protein 5.95978566 L4_chemical_C2 +LQ02X034770 Putative uncharacterized protein 6.604151543 L4_chemical_C3 +LQ02X034780 Nudix hydrolase 1 5.141396064 C6_control_A1 +LQ02X034780 Nudix hydrolase 1 5.109815487 C6_control_A3 +LQ02X034780 Nudix hydrolase 1 5.405100332 C6_control_B1 +LQ02X034780 Nudix hydrolase 1 5.354185132 C6_control_B2 +LQ02X034780 Nudix hydrolase 1 5.330542493 C6_control_B3 +LQ02X034780 Nudix hydrolase 1 5.268001545 C6_control_C1 +LQ02X034780 Nudix hydrolase 1 5.343055516 C6_control_C2 +LQ02X034780 Nudix hydrolase 1 5.165514296 C6_control_C3 +LQ02X034780 Nudix hydrolase 1 5.23109079 C6_chemical_A1 +LQ02X034780 Nudix hydrolase 1 5.248034062 C6_chemical_A3 +LQ02X034780 Nudix hydrolase 1 5.280581683 C6_chemical_B1 +LQ02X034780 Nudix hydrolase 1 5.154939371 C6_chemical_B2 +LQ02X034780 Nudix hydrolase 1 4.791210229 C6_chemical_B3 +LQ02X034780 Nudix hydrolase 1 5.363540429 C6_chemical_C1 +LQ02X034780 Nudix hydrolase 1 5.295496671 C6_chemical_C2 +LQ02X034780 Nudix hydrolase 1 5.043855625 C6_chemical_C3 +LQ02X034780 Nudix hydrolase 1 5.042298166 L4_control_A1 +LQ02X034780 Nudix hydrolase 1 4.941959806 L4_control_A2 +LQ02X034780 Nudix hydrolase 1 5.104670566 L4_control_A3 +LQ02X034780 Nudix hydrolase 1 4.8876875 L4_control_B1 +LQ02X034780 Nudix hydrolase 1 4.919819184 L4_control_B2 +LQ02X034780 Nudix hydrolase 1 5.210375608 L4_control_B3 +LQ02X034780 Nudix hydrolase 1 5.255637998 L4_control_C2 +LQ02X034780 Nudix hydrolase 1 5.420551871 L4_control_C3 +LQ02X034780 Nudix hydrolase 1 5.049392299 L4_chemical_A1 +LQ02X034780 Nudix hydrolase 1 5.203780283 L4_chemical_A2 +LQ02X034780 Nudix hydrolase 1 5.110815836 L4_chemical_A3 +LQ02X034780 Nudix hydrolase 1 4.994889027 L4_chemical_B1 +LQ02X034780 Nudix hydrolase 1 5.470458716 L4_chemical_B2 +LQ02X034780 Nudix hydrolase 1 5.282452059 L4_chemical_B3 +LQ02X034780 Nudix hydrolase 1 5.71042011 L4_chemical_C2 +LQ02X034780 Nudix hydrolase 1 5.558163259 L4_chemical_C3 +LQ02X034790 Predicted protein 5.171407717 C6_control_A1 +LQ02X034790 Predicted protein 5.167897807 C6_control_A3 +LQ02X034790 Predicted protein 5.133140082 C6_control_B1 +LQ02X034790 Predicted protein 5.042471508 C6_control_B2 +LQ02X034790 Predicted protein 4.796805947 C6_control_B3 +LQ02X034790 Predicted protein 5.191359541 C6_control_C1 +LQ02X034790 Predicted protein 5.174408165 C6_control_C2 +LQ02X034790 Predicted protein 5.036645382 C6_control_C3 +LQ02X034790 Predicted protein 5.241821589 C6_chemical_A1 +LQ02X034790 Predicted protein 5.233607347 C6_chemical_A3 +LQ02X034790 Predicted protein 4.942576094 C6_chemical_B1 +LQ02X034790 Predicted protein 4.922621908 C6_chemical_B2 +LQ02X034790 Predicted protein 5.003710454 C6_chemical_B3 +LQ02X034790 Predicted protein 5.384976544 C6_chemical_C1 +LQ02X034790 Predicted protein 4.910673023 C6_chemical_C2 +LQ02X034790 Predicted protein 4.934919352 C6_chemical_C3 +LQ02X034790 Predicted protein 5.028771574 L4_control_A1 +LQ02X034790 Predicted protein 5.375735088 L4_control_A2 +LQ02X034790 Predicted protein 5.611210896 L4_control_A3 +LQ02X034790 Predicted protein 5.319673963 L4_control_B1 +LQ02X034790 Predicted protein 5.002559498 L4_control_B2 +LQ02X034790 Predicted protein 5.197546247 L4_control_B3 +LQ02X034790 Predicted protein 5.866126795 L4_control_C2 +LQ02X034790 Predicted protein 5.081891227 L4_control_C3 +LQ02X034790 Predicted protein 4.983428664 L4_chemical_A1 +LQ02X034790 Predicted protein 5.075442924 L4_chemical_A2 +LQ02X034790 Predicted protein 6.024719875 L4_chemical_A3 +LQ02X034790 Predicted protein 5.129671747 L4_chemical_B1 +LQ02X034790 Predicted protein 4.890690224 L4_chemical_B2 +LQ02X034790 Predicted protein 5.435073625 L4_chemical_B3 +LQ02X034790 Predicted protein 5.633724447 L4_chemical_C2 +LQ02X034790 Predicted protein 5.18523208 L4_chemical_C3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.54473508 C6_control_A1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 10.43826571 C6_control_A3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.48596259 C6_control_B1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.47397481 C6_control_B2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.31193954 C6_control_B3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.77153702 C6_control_C1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.74879511 C6_control_C2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.98906568 C6_control_C3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.513447 C6_chemical_A1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.14217866 C6_chemical_A3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.28936086 C6_chemical_B1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.30520175 C6_chemical_B2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.02343912 C6_chemical_B3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.69953586 C6_chemical_C1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.75059632 C6_chemical_C2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.30214867 C6_chemical_C3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.14485801 L4_control_A1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.38206791 L4_control_A2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 10.70979797 L4_control_A3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.85311454 L4_control_B1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.31337175 L4_control_B2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.39457571 L4_control_B3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.77909642 L4_control_C2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.34128119 L4_control_C3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.32891972 L4_chemical_A1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.59506347 L4_chemical_A2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.07595724 L4_chemical_A3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.28201089 L4_chemical_B1 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.95059626 L4_chemical_B2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.83724098 L4_chemical_B3 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.78408446 L4_chemical_C2 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 12.17569797 L4_chemical_C3 +LQ02X034820 Predicted protein 6.876235501 C6_control_A1 +LQ02X034820 Predicted protein 7.383903809 C6_control_A3 +LQ02X034820 Predicted protein 6.534849701 C6_control_B1 +LQ02X034820 Predicted protein 6.606641714 C6_control_B2 +LQ02X034820 Predicted protein 6.632346362 C6_control_B3 +LQ02X034820 Predicted protein 6.69223899 C6_control_C1 +LQ02X034820 Predicted protein 6.801849194 C6_control_C2 +LQ02X034820 Predicted protein 6.632310168 C6_control_C3 +LQ02X034820 Predicted protein 6.689604935 C6_chemical_A1 +LQ02X034820 Predicted protein 6.892289451 C6_chemical_A3 +LQ02X034820 Predicted protein 6.638794137 C6_chemical_B1 +LQ02X034820 Predicted protein 6.336185594 C6_chemical_B2 +LQ02X034820 Predicted protein 6.673835789 C6_chemical_B3 +LQ02X034820 Predicted protein 6.136260243 C6_chemical_C1 +LQ02X034820 Predicted protein 6.500378433 C6_chemical_C2 +LQ02X034820 Predicted protein 6.676464196 C6_chemical_C3 +LQ02X034820 Predicted protein 6.277001253 L4_control_A1 +LQ02X034820 Predicted protein 6.555178791 L4_control_A2 +LQ02X034820 Predicted protein 6.609532944 L4_control_A3 +LQ02X034820 Predicted protein 6.573211309 L4_control_B1 +LQ02X034820 Predicted protein 6.038405103 L4_control_B2 +LQ02X034820 Predicted protein 6.114701755 L4_control_B3 +LQ02X034820 Predicted protein 6.109452623 L4_control_C2 +LQ02X034820 Predicted protein 6.171657002 L4_control_C3 +LQ02X034820 Predicted protein 5.607900848 L4_chemical_A1 +LQ02X034820 Predicted protein 6.653134505 L4_chemical_A2 +LQ02X034820 Predicted protein 6.254728158 L4_chemical_A3 +LQ02X034820 Predicted protein 6.290377179 L4_chemical_B1 +LQ02X034820 Predicted protein 6.129362392 L4_chemical_B2 +LQ02X034820 Predicted protein 6.456836629 L4_chemical_B3 +LQ02X034820 Predicted protein 5.693540479 L4_chemical_C2 +LQ02X034820 Predicted protein 6.115300959 L4_chemical_C3 +LQ02X034830 Hypothetical protein 5.699703213 C6_control_A1 +LQ02X034830 Hypothetical protein 6.153086685 C6_control_A3 +LQ02X034830 Hypothetical protein 5.720605946 C6_control_B1 +LQ02X034830 Hypothetical protein 6.117317897 C6_control_B2 +LQ02X034830 Hypothetical protein 6.327050424 C6_control_B3 +LQ02X034830 Hypothetical protein 6.295559436 C6_control_C1 +LQ02X034830 Hypothetical protein 6.134251587 C6_control_C2 +LQ02X034830 Hypothetical protein 6.061601577 C6_control_C3 +LQ02X034830 Hypothetical protein 5.810771989 C6_chemical_A1 +LQ02X034830 Hypothetical protein 5.474795669 C6_chemical_A3 +LQ02X034830 Hypothetical protein 6.292870946 C6_chemical_B1 +LQ02X034830 Hypothetical protein 5.643773549 C6_chemical_B2 +LQ02X034830 Hypothetical protein 5.857155208 C6_chemical_B3 +LQ02X034830 Hypothetical protein 5.741489591 C6_chemical_C1 +LQ02X034830 Hypothetical protein 5.932111849 C6_chemical_C2 +LQ02X034830 Hypothetical protein 5.78558529 C6_chemical_C3 +LQ02X034830 Hypothetical protein 5.546451892 L4_control_A1 +LQ02X034830 Hypothetical protein 5.886290298 L4_control_A2 +LQ02X034830 Hypothetical protein 5.585857415 L4_control_A3 +LQ02X034830 Hypothetical protein 6.217528842 L4_control_B1 +LQ02X034830 Hypothetical protein 5.77449714 L4_control_B2 +LQ02X034830 Hypothetical protein 5.926099084 L4_control_B3 +LQ02X034830 Hypothetical protein 5.553265177 L4_control_C2 +LQ02X034830 Hypothetical protein 6.007882674 L4_control_C3 +LQ02X034830 Hypothetical protein 5.667605545 L4_chemical_A1 +LQ02X034830 Hypothetical protein 6.323229773 L4_chemical_A2 +LQ02X034830 Hypothetical protein 6.31864361 L4_chemical_A3 +LQ02X034830 Hypothetical protein 5.595696606 L4_chemical_B1 +LQ02X034830 Hypothetical protein 5.34972386 L4_chemical_B2 +LQ02X034830 Hypothetical protein 6.061608718 L4_chemical_B3 +LQ02X034830 Hypothetical protein 5.71255049 L4_chemical_C2 +LQ02X034830 Hypothetical protein 5.464698481 L4_chemical_C3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.555222557 C6_control_A1 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.416343854 C6_control_A3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.304574401 C6_control_B1 +LQ02X034890 Putative Uncharacterized protein At1g68720 6.278583743 C6_control_B2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.731616556 C6_control_B3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.32613828 C6_control_C1 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.849892058 C6_control_C2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.3795202 C6_control_C3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.447603522 C6_chemical_A1 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.419908343 C6_chemical_A3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.493169039 C6_chemical_B1 +LQ02X034890 Putative Uncharacterized protein At1g68720 6.327852801 C6_chemical_B2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.679109072 C6_chemical_B3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.607754566 C6_chemical_C1 +LQ02X034890 Putative Uncharacterized protein At1g68720 4.953476729 C6_chemical_C2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.615216153 C6_chemical_C3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.154430664 L4_control_A1 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.29096794 L4_control_A2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.214357569 L4_control_A3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.266510048 L4_control_B1 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.635090609 L4_control_B2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.741517102 L4_control_B3 +LQ02X034890 Putative Uncharacterized protein At1g68720 4.957000814 L4_control_C2 +LQ02X034890 Putative Uncharacterized protein At1g68720 6.371918443 L4_control_C3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.398626872 L4_chemical_A1 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.170076317 L4_chemical_A2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.393777179 L4_chemical_A3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.341629392 L4_chemical_B1 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.470711591 L4_chemical_B2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.214335561 L4_chemical_B3 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.300082199 L4_chemical_C2 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.098343902 L4_chemical_C3 +LQ02X034930 Hypothetical protein 10.28357078 C6_control_A1 +LQ02X034930 Hypothetical protein 10.26730716 C6_control_A3 +LQ02X034930 Hypothetical protein 10.43263461 C6_control_B1 +LQ02X034930 Hypothetical protein 10.6616477 C6_control_B2 +LQ02X034930 Hypothetical protein 10.70149635 C6_control_B3 +LQ02X034930 Hypothetical protein 10.88615378 C6_control_C1 +LQ02X034930 Hypothetical protein 10.81858776 C6_control_C2 +LQ02X034930 Hypothetical protein 11.16291985 C6_control_C3 +LQ02X034930 Hypothetical protein 10.08535397 C6_chemical_A1 +LQ02X034930 Hypothetical protein 10.27998168 C6_chemical_A3 +LQ02X034930 Hypothetical protein 10.39341286 C6_chemical_B1 +LQ02X034930 Hypothetical protein 10.32828029 C6_chemical_B2 +LQ02X034930 Hypothetical protein 10.79338622 C6_chemical_B3 +LQ02X034930 Hypothetical protein 10.76572806 C6_chemical_C1 +LQ02X034930 Hypothetical protein 10.60692286 C6_chemical_C2 +LQ02X034930 Hypothetical protein 10.78087912 C6_chemical_C3 +LQ02X034930 Hypothetical protein 10.43459454 L4_control_A1 +LQ02X034930 Hypothetical protein 10.17813034 L4_control_A2 +LQ02X034930 Hypothetical protein 10.34703499 L4_control_A3 +LQ02X034930 Hypothetical protein 10.47614552 L4_control_B1 +LQ02X034930 Hypothetical protein 9.998706655 L4_control_B2 +LQ02X034930 Hypothetical protein 10.01761771 L4_control_B3 +LQ02X034930 Hypothetical protein 10.66962307 L4_control_C2 +LQ02X034930 Hypothetical protein 10.47870663 L4_control_C3 +LQ02X034930 Hypothetical protein 10.8796295 L4_chemical_A1 +LQ02X034930 Hypothetical protein 10.48474014 L4_chemical_A2 +LQ02X034930 Hypothetical protein 10.7107613 L4_chemical_A3 +LQ02X034930 Hypothetical protein 10.42693196 L4_chemical_B1 +LQ02X034930 Hypothetical protein 10.09557834 L4_chemical_B2 +LQ02X034930 Hypothetical protein 10.35580496 L4_chemical_B3 +LQ02X034930 Hypothetical protein 10.90123568 L4_chemical_C2 +LQ02X034930 Hypothetical protein 10.50455755 L4_chemical_C3 +LQ02X034940 HD domain-containing protein 2 12.40305704 C6_control_A1 +LQ02X034940 HD domain-containing protein 2 12.15344894 C6_control_A3 +LQ02X034940 HD domain-containing protein 2 12.44303701 C6_control_B1 +LQ02X034940 HD domain-containing protein 2 11.87758039 C6_control_B2 +LQ02X034940 HD domain-containing protein 2 12.14750677 C6_control_B3 +LQ02X034940 HD domain-containing protein 2 12.13576521 C6_control_C1 +LQ02X034940 HD domain-containing protein 2 11.85351946 C6_control_C2 +LQ02X034940 HD domain-containing protein 2 11.84573504 C6_control_C3 +LQ02X034940 HD domain-containing protein 2 12.51770933 C6_chemical_A1 +LQ02X034940 HD domain-containing protein 2 12.26310043 C6_chemical_A3 +LQ02X034940 HD domain-containing protein 2 12.61168191 C6_chemical_B1 +LQ02X034940 HD domain-containing protein 2 11.84170509 C6_chemical_B2 +LQ02X034940 HD domain-containing protein 2 12.27368951 C6_chemical_B3 +LQ02X034940 HD domain-containing protein 2 12.14808989 C6_chemical_C1 +LQ02X034940 HD domain-containing protein 2 11.96702845 C6_chemical_C2 +LQ02X034940 HD domain-containing protein 2 11.88066347 C6_chemical_C3 +LQ02X034940 HD domain-containing protein 2 12.23805432 L4_control_A1 +LQ02X034940 HD domain-containing protein 2 12.2350755 L4_control_A2 +LQ02X034940 HD domain-containing protein 2 12.41509914 L4_control_A3 +LQ02X034940 HD domain-containing protein 2 12.34896325 L4_control_B1 +LQ02X034940 HD domain-containing protein 2 12.70465595 L4_control_B2 +LQ02X034940 HD domain-containing protein 2 11.51114395 L4_control_B3 +LQ02X034940 HD domain-containing protein 2 13.21679879 L4_control_C2 +LQ02X034940 HD domain-containing protein 2 12.92455369 L4_control_C3 +LQ02X034940 HD domain-containing protein 2 11.87733177 L4_chemical_A1 +LQ02X034940 HD domain-containing protein 2 11.97769596 L4_chemical_A2 +LQ02X034940 HD domain-containing protein 2 12.18296681 L4_chemical_A3 +LQ02X034940 HD domain-containing protein 2 12.48358401 L4_chemical_B1 +LQ02X034940 HD domain-containing protein 2 12.57015401 L4_chemical_B2 +LQ02X034940 HD domain-containing protein 2 11.26065505 L4_chemical_B3 +LQ02X034940 HD domain-containing protein 2 13.21020327 L4_chemical_C2 +LQ02X034940 HD domain-containing protein 2 12.77128006 L4_chemical_C3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.399210476 C6_control_A1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.835199635 C6_control_A3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.380652354 C6_control_B1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.193803865 C6_control_B2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.495499553 C6_control_B3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 10.21997139 C6_control_C1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.686260172 C6_control_C2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.17143142 C6_control_C3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.333768183 C6_chemical_A1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.48406774 C6_chemical_A3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.454910979 C6_chemical_B1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.514102613 C6_chemical_B2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.468105742 C6_chemical_B3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 10.41982321 C6_chemical_C1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 10.15747283 C6_chemical_C2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.540302909 C6_chemical_C3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.687885357 L4_control_A1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.760865514 L4_control_A2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.508576246 L4_control_A3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.237611743 L4_control_B1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 7.790576873 L4_control_B2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.328827125 L4_control_B3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.820958104 L4_control_C2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.091148241 L4_control_C3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.747693212 L4_chemical_A1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.749679626 L4_chemical_A2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.199262015 L4_chemical_A3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.434113884 L4_chemical_B1 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 7.679916202 L4_chemical_B2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.288160266 L4_chemical_B3 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.222023686 L4_chemical_C2 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 8.431776183 L4_chemical_C3 +LQ02X034980 Putative zinc metalloprotease slr1821 11.7470065 C6_control_A1 +LQ02X034980 Putative zinc metalloprotease slr1821 10.93276644 C6_control_A3 +LQ02X034980 Putative zinc metalloprotease slr1821 12.36981302 C6_control_B1 +LQ02X034980 Putative zinc metalloprotease slr1821 11.86512936 C6_control_B2 +LQ02X034980 Putative zinc metalloprotease slr1821 12.0684934 C6_control_B3 +LQ02X034980 Putative zinc metalloprotease slr1821 13.14752629 C6_control_C1 +LQ02X034980 Putative zinc metalloprotease slr1821 12.30755319 C6_control_C2 +LQ02X034980 Putative zinc metalloprotease slr1821 12.36916996 C6_control_C3 +LQ02X034980 Putative zinc metalloprotease slr1821 11.91271576 C6_chemical_A1 +LQ02X034980 Putative zinc metalloprotease slr1821 11.19756686 C6_chemical_A3 +LQ02X034980 Putative zinc metalloprotease slr1821 12.72130359 C6_chemical_B1 +LQ02X034980 Putative zinc metalloprotease slr1821 11.95724846 C6_chemical_B2 +LQ02X034980 Putative zinc metalloprotease slr1821 12.03677238 C6_chemical_B3 +LQ02X034980 Putative zinc metalloprotease slr1821 12.86539989 C6_chemical_C1 +LQ02X034980 Putative zinc metalloprotease slr1821 12.51213537 C6_chemical_C2 +LQ02X034980 Putative zinc metalloprotease slr1821 12.69168792 C6_chemical_C3 +LQ02X034980 Putative zinc metalloprotease slr1821 10.98831344 L4_control_A1 +LQ02X034980 Putative zinc metalloprotease slr1821 11.27219839 L4_control_A2 +LQ02X034980 Putative zinc metalloprotease slr1821 10.67817063 L4_control_A3 +LQ02X034980 Putative zinc metalloprotease slr1821 11.99383112 L4_control_B1 +LQ02X034980 Putative zinc metalloprotease slr1821 12.45001621 L4_control_B2 +LQ02X034980 Putative zinc metalloprotease slr1821 12.12860022 L4_control_B3 +LQ02X034980 Putative zinc metalloprotease slr1821 12.57994418 L4_control_C2 +LQ02X034980 Putative zinc metalloprotease slr1821 12.88006589 L4_control_C3 +LQ02X034980 Putative zinc metalloprotease slr1821 10.71860589 L4_chemical_A1 +LQ02X034980 Putative zinc metalloprotease slr1821 11.2141991 L4_chemical_A2 +LQ02X034980 Putative zinc metalloprotease slr1821 9.982544494 L4_chemical_A3 +LQ02X034980 Putative zinc metalloprotease slr1821 11.94962015 L4_chemical_B1 +LQ02X034980 Putative zinc metalloprotease slr1821 11.84467119 L4_chemical_B2 +LQ02X034980 Putative zinc metalloprotease slr1821 11.41398744 L4_chemical_B3 +LQ02X034980 Putative zinc metalloprotease slr1821 12.70340486 L4_chemical_C2 +LQ02X034980 Putative zinc metalloprotease slr1821 12.81837861 L4_chemical_C3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.422920308 C6_control_A1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.112437843 C6_control_A3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.326667154 C6_control_B1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.231943574 C6_control_B2 +LQ02X035030 DNA repair helicase rad5,16, putative 5.044208428 C6_control_B3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.217470778 C6_control_C1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.411172371 C6_control_C2 +LQ02X035030 DNA repair helicase rad5,16, putative 5.086233193 C6_control_C3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.098349447 C6_chemical_A1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.397106548 C6_chemical_A3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.419226359 C6_chemical_B1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.24509148 C6_chemical_B2 +LQ02X035030 DNA repair helicase rad5,16, putative 4.801813705 C6_chemical_B3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.555859216 C6_chemical_C1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.255054119 C6_chemical_C2 +LQ02X035030 DNA repair helicase rad5,16, putative 5.190157997 C6_chemical_C3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.47014293 L4_control_A1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.045659385 L4_control_A2 +LQ02X035030 DNA repair helicase rad5,16, putative 5.373008209 L4_control_A3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.1146827 L4_control_B1 +LQ02X035030 DNA repair helicase rad5,16, putative 4.879357866 L4_control_B2 +LQ02X035030 DNA repair helicase rad5,16, putative 5.133616931 L4_control_B3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.237092829 L4_control_C2 +LQ02X035030 DNA repair helicase rad5,16, putative 5.124858371 L4_control_C3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.233863986 L4_chemical_A1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.291662279 L4_chemical_A2 +LQ02X035030 DNA repair helicase rad5,16, putative 5.399042014 L4_chemical_A3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.163063356 L4_chemical_B1 +LQ02X035030 DNA repair helicase rad5,16, putative 5.116018567 L4_chemical_B2 +LQ02X035030 DNA repair helicase rad5,16, putative 5.231415856 L4_chemical_B3 +LQ02X035030 DNA repair helicase rad5,16, putative 5.868944583 L4_chemical_C2 +LQ02X035030 DNA repair helicase rad5,16, putative 4.978519805 L4_chemical_C3 +LQ02X035040 Putative uncharacterized protein 12.48106354 C6_control_A1 +LQ02X035040 Putative uncharacterized protein 12.76253115 C6_control_A3 +LQ02X035040 Putative uncharacterized protein 12.70043571 C6_control_B1 +LQ02X035040 Putative uncharacterized protein 12.65055492 C6_control_B2 +LQ02X035040 Putative uncharacterized protein 12.86676668 C6_control_B3 +LQ02X035040 Putative uncharacterized protein 12.80213354 C6_control_C1 +LQ02X035040 Putative uncharacterized protein 12.8240042 C6_control_C2 +LQ02X035040 Putative uncharacterized protein 13.08159473 C6_control_C3 +LQ02X035040 Putative uncharacterized protein 12.36157079 C6_chemical_A1 +LQ02X035040 Putative uncharacterized protein 13.16303615 C6_chemical_A3 +LQ02X035040 Putative uncharacterized protein 12.35369014 C6_chemical_B1 +LQ02X035040 Putative uncharacterized protein 12.63230882 C6_chemical_B2 +LQ02X035040 Putative uncharacterized protein 12.68505656 C6_chemical_B3 +LQ02X035040 Putative uncharacterized protein 12.63734192 C6_chemical_C1 +LQ02X035040 Putative uncharacterized protein 12.48477027 C6_chemical_C2 +LQ02X035040 Putative uncharacterized protein 12.8839267 C6_chemical_C3 +LQ02X035040 Putative uncharacterized protein 12.63600887 L4_control_A1 +LQ02X035040 Putative uncharacterized protein 12.56971157 L4_control_A2 +LQ02X035040 Putative uncharacterized protein 12.23922224 L4_control_A3 +LQ02X035040 Putative uncharacterized protein 12.69929038 L4_control_B1 +LQ02X035040 Putative uncharacterized protein 12.49045643 L4_control_B2 +LQ02X035040 Putative uncharacterized protein 12.81914253 L4_control_B3 +LQ02X035040 Putative uncharacterized protein 12.70002072 L4_control_C2 +LQ02X035040 Putative uncharacterized protein 12.66325263 L4_control_C3 +LQ02X035040 Putative uncharacterized protein 12.73039629 L4_chemical_A1 +LQ02X035040 Putative uncharacterized protein 12.59087964 L4_chemical_A2 +LQ02X035040 Putative uncharacterized protein 12.31209204 L4_chemical_A3 +LQ02X035040 Putative uncharacterized protein 12.72768685 L4_chemical_B1 +LQ02X035040 Putative uncharacterized protein 12.97143828 L4_chemical_B2 +LQ02X035040 Putative uncharacterized protein 12.49622854 L4_chemical_B3 +LQ02X035040 Putative uncharacterized protein 12.69367831 L4_chemical_C2 +LQ02X035040 Putative uncharacterized protein 12.96770872 L4_chemical_C3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.19011792 C6_control_A1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.8578805 C6_control_A3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.20741103 C6_control_B1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.51406757 C6_control_B2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.97059223 C6_control_B3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.69815591 C6_control_C1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.91810247 C6_control_C2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.44548784 C6_control_C3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.22478167 C6_chemical_A1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.91850087 C6_chemical_A3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.29631452 C6_chemical_B1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.34092658 C6_chemical_B2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.86588452 C6_chemical_B3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.75603268 C6_chemical_C1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.87344776 C6_chemical_C2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.61321301 C6_chemical_C3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.98507092 L4_control_A1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.9053027 L4_control_A2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.75912222 L4_control_A3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.50957257 L4_control_B1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.04795019 L4_control_B2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.9584553 L4_control_B3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.37766445 L4_control_C2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.92431456 L4_control_C3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.88168134 L4_chemical_A1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.05880195 L4_chemical_A2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.80522793 L4_chemical_A3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.47970823 L4_chemical_B1 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.94625284 L4_chemical_B2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 11.86343319 L4_chemical_B3 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.37618826 L4_chemical_C2 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.01640657 L4_chemical_C3 +LQ02X035060 Predicted protein 13.00360082 C6_control_A1 +LQ02X035060 Predicted protein 12.61578169 C6_control_A3 +LQ02X035060 Predicted protein 13.10372744 C6_control_B1 +LQ02X035060 Predicted protein 13.13903995 C6_control_B2 +LQ02X035060 Predicted protein 12.94341532 C6_control_B3 +LQ02X035060 Predicted protein 11.96677849 C6_control_C1 +LQ02X035060 Predicted protein 11.98178416 C6_control_C2 +LQ02X035060 Predicted protein 12.24695307 C6_control_C3 +LQ02X035060 Predicted protein 13.0742234 C6_chemical_A1 +LQ02X035060 Predicted protein 12.67364009 C6_chemical_A3 +LQ02X035060 Predicted protein 12.94973941 C6_chemical_B1 +LQ02X035060 Predicted protein 12.8137171 C6_chemical_B2 +LQ02X035060 Predicted protein 12.86517987 C6_chemical_B3 +LQ02X035060 Predicted protein 11.77224274 C6_chemical_C1 +LQ02X035060 Predicted protein 11.53193897 C6_chemical_C2 +LQ02X035060 Predicted protein 11.85484909 C6_chemical_C3 +LQ02X035060 Predicted protein 12.9399798 L4_control_A1 +LQ02X035060 Predicted protein 12.71231001 L4_control_A2 +LQ02X035060 Predicted protein 12.51064693 L4_control_A3 +LQ02X035060 Predicted protein 12.86665315 L4_control_B1 +LQ02X035060 Predicted protein 12.92866379 L4_control_B2 +LQ02X035060 Predicted protein 12.3747697 L4_control_B3 +LQ02X035060 Predicted protein 11.52999008 L4_control_C2 +LQ02X035060 Predicted protein 11.0730752 L4_control_C3 +LQ02X035060 Predicted protein 12.83232389 L4_chemical_A1 +LQ02X035060 Predicted protein 12.76352339 L4_chemical_A2 +LQ02X035060 Predicted protein 12.66533821 L4_chemical_A3 +LQ02X035060 Predicted protein 12.76262266 L4_chemical_B1 +LQ02X035060 Predicted protein 12.73164044 L4_chemical_B2 +LQ02X035060 Predicted protein 12.93558852 L4_chemical_B3 +LQ02X035060 Predicted protein 11.64601204 L4_chemical_C2 +LQ02X035060 Predicted protein 11.24377547 L4_chemical_C3 +LQ02X035070 Predicted protein 5.563499011 C6_control_A1 +LQ02X035070 Predicted protein 6.064188197 C6_control_A3 +LQ02X035070 Predicted protein 5.626070156 C6_control_B1 +LQ02X035070 Predicted protein 5.61174018 C6_control_B2 +LQ02X035070 Predicted protein 5.467424494 C6_control_B3 +LQ02X035070 Predicted protein 5.373064038 C6_control_C1 +LQ02X035070 Predicted protein 5.916196336 C6_control_C2 +LQ02X035070 Predicted protein 5.799891342 C6_control_C3 +LQ02X035070 Predicted protein 7.302871919 C6_chemical_A1 +LQ02X035070 Predicted protein 6.700933904 C6_chemical_A3 +LQ02X035070 Predicted protein 7.181609975 C6_chemical_B1 +LQ02X035070 Predicted protein 7.190843992 C6_chemical_B2 +LQ02X035070 Predicted protein 7.756212114 C6_chemical_B3 +LQ02X035070 Predicted protein 6.872589455 C6_chemical_C1 +LQ02X035070 Predicted protein 7.150183044 C6_chemical_C2 +LQ02X035070 Predicted protein 6.958697162 C6_chemical_C3 +LQ02X035070 Predicted protein 7.178812916 L4_control_A1 +LQ02X035070 Predicted protein 6.479693539 L4_control_A2 +LQ02X035070 Predicted protein 6.138318628 L4_control_A3 +LQ02X035070 Predicted protein 6.095745919 L4_control_B1 +LQ02X035070 Predicted protein 5.929074325 L4_control_B2 +LQ02X035070 Predicted protein 6.508085873 L4_control_B3 +LQ02X035070 Predicted protein 5.663112908 L4_control_C2 +LQ02X035070 Predicted protein 8.376268175 L4_control_C3 +LQ02X035070 Predicted protein 7.1527886 L4_chemical_A1 +LQ02X035070 Predicted protein 6.377986236 L4_chemical_A2 +LQ02X035070 Predicted protein 6.809218472 L4_chemical_A3 +LQ02X035070 Predicted protein 5.757647314 L4_chemical_B1 +LQ02X035070 Predicted protein 6.132672216 L4_chemical_B2 +LQ02X035070 Predicted protein 6.804114758 L4_chemical_B3 +LQ02X035070 Predicted protein 5.970922877 L4_chemical_C2 +LQ02X035070 Predicted protein 6.014803068 L4_chemical_C3 +LQ02X035090 Predicted protein 13.4611312 C6_control_A1 +LQ02X035090 Predicted protein 12.46320337 C6_control_A3 +LQ02X035090 Predicted protein 14.01122973 C6_control_B1 +LQ02X035090 Predicted protein 13.2480381 C6_control_B2 +LQ02X035090 Predicted protein 13.60785924 C6_control_B3 +LQ02X035090 Predicted protein 13.50450024 C6_control_C1 +LQ02X035090 Predicted protein 13.45209673 C6_control_C2 +LQ02X035090 Predicted protein 13.03729622 C6_control_C3 +LQ02X035090 Predicted protein 13.55963764 C6_chemical_A1 +LQ02X035090 Predicted protein 12.57924913 C6_chemical_A3 +LQ02X035090 Predicted protein 14.27559281 C6_chemical_B1 +LQ02X035090 Predicted protein 13.33815591 C6_chemical_B2 +LQ02X035090 Predicted protein 13.54517813 C6_chemical_B3 +LQ02X035090 Predicted protein 13.74389821 C6_chemical_C1 +LQ02X035090 Predicted protein 13.68998884 C6_chemical_C2 +LQ02X035090 Predicted protein 13.25307902 C6_chemical_C3 +LQ02X035090 Predicted protein 11.95983931 L4_control_A1 +LQ02X035090 Predicted protein 12.24824382 L4_control_A2 +LQ02X035090 Predicted protein 11.29505903 L4_control_A3 +LQ02X035090 Predicted protein 13.72289477 L4_control_B1 +LQ02X035090 Predicted protein 13.9687997 L4_control_B2 +LQ02X035090 Predicted protein 12.73433734 L4_control_B3 +LQ02X035090 Predicted protein 13.62026485 L4_control_C2 +LQ02X035090 Predicted protein 13.47484697 L4_control_C3 +LQ02X035090 Predicted protein 12.72382411 L4_chemical_A1 +LQ02X035090 Predicted protein 13.00642083 L4_chemical_A2 +LQ02X035090 Predicted protein 11.74085819 L4_chemical_A3 +LQ02X035090 Predicted protein 13.96612739 L4_chemical_B1 +LQ02X035090 Predicted protein 14.03501269 L4_chemical_B2 +LQ02X035090 Predicted protein 12.61390344 L4_chemical_B3 +LQ02X035090 Predicted protein 13.87868584 L4_chemical_C2 +LQ02X035090 Predicted protein 13.77299351 L4_chemical_C3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.48290722 C6_control_A1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.36952542 C6_control_A3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.37671897 C6_control_B1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.12543316 C6_control_B2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.37717143 C6_control_B3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.94332249 C6_control_C1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.75244269 C6_control_C2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.9782655 C6_control_C3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.59128959 C6_chemical_A1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.4476868 C6_chemical_A3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.14894311 C6_chemical_B1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.9095347 C6_chemical_B2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.39920297 C6_chemical_B3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.86421764 C6_chemical_C1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.79293573 C6_chemical_C2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.71741912 C6_chemical_C3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.26380723 L4_control_A1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.2122676 L4_control_A2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.24759955 L4_control_A3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.53126503 L4_control_B1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.94576703 L4_control_B2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.63015832 L4_control_B3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.94227199 L4_control_C2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.59878856 L4_control_C3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.80265629 L4_chemical_A1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.13094603 L4_chemical_A2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.1363993 L4_chemical_A3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.02997255 L4_chemical_B1 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.83942318 L4_chemical_B2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.69783874 L4_chemical_B3 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.7959252 L4_chemical_C2 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 12.41013029 L4_chemical_C3 +LQ03X000150 Predicted protein 5.418521927 C6_control_A1 +LQ03X000150 Predicted protein 5.957127603 C6_control_A3 +LQ03X000150 Predicted protein 5.348641082 C6_control_B1 +LQ03X000150 Predicted protein 5.320690084 C6_control_B2 +LQ03X000150 Predicted protein 5.186286338 C6_control_B3 +LQ03X000150 Predicted protein 5.339896431 C6_control_C1 +LQ03X000150 Predicted protein 5.799256617 C6_control_C2 +LQ03X000150 Predicted protein 5.389433114 C6_control_C3 +LQ03X000150 Predicted protein 5.395814184 C6_chemical_A1 +LQ03X000150 Predicted protein 5.308121892 C6_chemical_A3 +LQ03X000150 Predicted protein 5.173441567 C6_chemical_B1 +LQ03X000150 Predicted protein 5.355373947 C6_chemical_B2 +LQ03X000150 Predicted protein 4.994592975 C6_chemical_B3 +LQ03X000150 Predicted protein 5.445423039 C6_chemical_C1 +LQ03X000150 Predicted protein 5.353601189 C6_chemical_C2 +LQ03X000150 Predicted protein 5.244589898 C6_chemical_C3 +LQ03X000150 Predicted protein 5.075964208 L4_control_A1 +LQ03X000150 Predicted protein 5.554477672 L4_control_A2 +LQ03X000150 Predicted protein 5.641970134 L4_control_A3 +LQ03X000150 Predicted protein 5.526644791 L4_control_B1 +LQ03X000150 Predicted protein 6.377587177 L4_control_B2 +LQ03X000150 Predicted protein 5.310487099 L4_control_B3 +LQ03X000150 Predicted protein 5.578547411 L4_control_C2 +LQ03X000150 Predicted protein 5.005675504 L4_control_C3 +LQ03X000150 Predicted protein 5.206867389 L4_chemical_A1 +LQ03X000150 Predicted protein 5.530990494 L4_chemical_A2 +LQ03X000150 Predicted protein 5.169813219 L4_chemical_A3 +LQ03X000150 Predicted protein 5.278395082 L4_chemical_B1 +LQ03X000150 Predicted protein 5.773552142 L4_chemical_B2 +LQ03X000150 Predicted protein 5.553640251 L4_chemical_B3 +LQ03X000150 Predicted protein 5.866546763 L4_chemical_C2 +LQ03X000150 Predicted protein 5.064133815 L4_chemical_C3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.26495027 C6_control_A1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.320719065 C6_control_A3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.018731613 C6_control_B1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.316629175 C6_control_B2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 6.435311537 C6_control_B3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.264292412 C6_control_C1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.557377243 C6_control_C2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.395422011 C6_control_C3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.331507488 C6_chemical_A1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.437281727 C6_chemical_A3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.657450912 C6_chemical_B1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.374425999 C6_chemical_B2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 6.429551109 C6_chemical_B3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.522291058 C6_chemical_C1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.402720889 C6_chemical_C2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.161958645 C6_chemical_C3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.375500883 L4_control_A1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.61684887 L4_control_A2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.623272458 L4_control_A3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.492319384 L4_control_B1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.640144315 L4_control_B2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.606883425 L4_control_B3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.123708508 L4_control_C2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.981271411 L4_control_C3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.353549096 L4_chemical_A1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.327346011 L4_chemical_A2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.640777059 L4_chemical_A3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.478245183 L4_chemical_B1 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.441852439 L4_chemical_B2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.469916317 L4_chemical_B3 +LQ03X000200 Uric acid degradation bifunctional protein TTL 4.851233664 L4_chemical_C2 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.424908409 L4_chemical_C3 +LQ03X000230 Putative uncharacterized protein 12.39358834 C6_control_A1 +LQ03X000230 Putative uncharacterized protein 12.71351805 C6_control_A3 +LQ03X000230 Putative uncharacterized protein 12.21278547 C6_control_B1 +LQ03X000230 Putative uncharacterized protein 11.96528144 C6_control_B2 +LQ03X000230 Putative uncharacterized protein 12.47548259 C6_control_B3 +LQ03X000230 Putative uncharacterized protein 12.39172726 C6_control_C1 +LQ03X000230 Putative uncharacterized protein 12.09516363 C6_control_C2 +LQ03X000230 Putative uncharacterized protein 12.18550612 C6_control_C3 +LQ03X000230 Putative uncharacterized protein 12.39528633 C6_chemical_A1 +LQ03X000230 Putative uncharacterized protein 11.96777663 C6_chemical_A3 +LQ03X000230 Putative uncharacterized protein 12.18004176 C6_chemical_B1 +LQ03X000230 Putative uncharacterized protein 11.91164239 C6_chemical_B2 +LQ03X000230 Putative uncharacterized protein 12.19203283 C6_chemical_B3 +LQ03X000230 Putative uncharacterized protein 12.47909683 C6_chemical_C1 +LQ03X000230 Putative uncharacterized protein 12.40210857 C6_chemical_C2 +LQ03X000230 Putative uncharacterized protein 11.8846841 C6_chemical_C3 +LQ03X000230 Putative uncharacterized protein 13.33210567 L4_control_A1 +LQ03X000230 Putative uncharacterized protein 13.04448878 L4_control_A2 +LQ03X000230 Putative uncharacterized protein 13.04624678 L4_control_A3 +LQ03X000230 Putative uncharacterized protein 12.62435457 L4_control_B1 +LQ03X000230 Putative uncharacterized protein 11.35019784 L4_control_B2 +LQ03X000230 Putative uncharacterized protein 12.39587464 L4_control_B3 +LQ03X000230 Putative uncharacterized protein 12.46578693 L4_control_C2 +LQ03X000230 Putative uncharacterized protein 11.57160806 L4_control_C3 +LQ03X000230 Putative uncharacterized protein 13.35671045 L4_chemical_A1 +LQ03X000230 Putative uncharacterized protein 13.05524715 L4_chemical_A2 +LQ03X000230 Putative uncharacterized protein 13.05377392 L4_chemical_A3 +LQ03X000230 Putative uncharacterized protein 12.63503996 L4_chemical_B1 +LQ03X000230 Putative uncharacterized protein 12.53906219 L4_chemical_B2 +LQ03X000230 Putative uncharacterized protein 12.57689659 L4_chemical_B3 +LQ03X000230 Putative uncharacterized protein 12.70938748 L4_chemical_C2 +LQ03X000230 Putative uncharacterized protein 11.87166873 L4_chemical_C3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.053935727 C6_control_A1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.997064339 C6_control_A3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.954588514 C6_control_B1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.573503578 C6_control_B2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.282250069 C6_control_B3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.464927115 C6_control_C1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.572963135 C6_control_C2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.765537006 C6_control_C3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.583348442 C6_chemical_A1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.553110252 C6_chemical_A3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.464773178 C6_chemical_B1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.646625346 C6_chemical_B2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.878757775 C6_chemical_B3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.900609929 C6_chemical_C1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.002974086 C6_chemical_C2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.406242484 C6_chemical_C3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.629731735 L4_control_A1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.62095538 L4_control_A2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.525685897 L4_control_A3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.059548858 L4_control_B1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.216225313 L4_control_B2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.921360056 L4_control_B3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.42248894 L4_control_C2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.853920329 L4_control_C3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.876076364 L4_chemical_A1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.106887309 L4_chemical_A2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.981661403 L4_chemical_A3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.25127397 L4_chemical_B1 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.404839438 L4_chemical_B2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.766978038 L4_chemical_B3 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.486713596 L4_chemical_C2 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 7.21276815 L4_chemical_C3 +LQ03X000250 Predicted protein (Fragment) 5.59807864 C6_control_A1 +LQ03X000250 Predicted protein (Fragment) 5.88990404 C6_control_A3 +LQ03X000250 Predicted protein (Fragment) 5.411565326 C6_control_B1 +LQ03X000250 Predicted protein (Fragment) 5.156203459 C6_control_B2 +LQ03X000250 Predicted protein (Fragment) 5.715985417 C6_control_B3 +LQ03X000250 Predicted protein (Fragment) 5.523841824 C6_control_C1 +LQ03X000250 Predicted protein (Fragment) 5.287971456 C6_control_C2 +LQ03X000250 Predicted protein (Fragment) 5.338412226 C6_control_C3 +LQ03X000250 Predicted protein (Fragment) 5.458157803 C6_chemical_A1 +LQ03X000250 Predicted protein (Fragment) 5.448994884 C6_chemical_A3 +LQ03X000250 Predicted protein (Fragment) 6.188028556 C6_chemical_B1 +LQ03X000250 Predicted protein (Fragment) 5.550818851 C6_chemical_B2 +LQ03X000250 Predicted protein (Fragment) 5.476165449 C6_chemical_B3 +LQ03X000250 Predicted protein (Fragment) 5.382903427 C6_chemical_C1 +LQ03X000250 Predicted protein (Fragment) 5.259321748 C6_chemical_C2 +LQ03X000250 Predicted protein (Fragment) 5.137960738 C6_chemical_C3 +LQ03X000250 Predicted protein (Fragment) 5.367147575 L4_control_A1 +LQ03X000250 Predicted protein (Fragment) 5.314290647 L4_control_A2 +LQ03X000250 Predicted protein (Fragment) 5.455272046 L4_control_A3 +LQ03X000250 Predicted protein (Fragment) 6.046680847 L4_control_B1 +LQ03X000250 Predicted protein (Fragment) 5.293417884 L4_control_B2 +LQ03X000250 Predicted protein (Fragment) 5.721644569 L4_control_B3 +LQ03X000250 Predicted protein (Fragment) 5.995498955 L4_control_C2 +LQ03X000250 Predicted protein (Fragment) 5.490824913 L4_control_C3 +LQ03X000250 Predicted protein (Fragment) 5.524303771 L4_chemical_A1 +LQ03X000250 Predicted protein (Fragment) 5.459076628 L4_chemical_A2 +LQ03X000250 Predicted protein (Fragment) 5.866665051 L4_chemical_A3 +LQ03X000250 Predicted protein (Fragment) 5.302352558 L4_chemical_B1 +LQ03X000250 Predicted protein (Fragment) 6.052958426 L4_chemical_B2 +LQ03X000250 Predicted protein (Fragment) 5.494563874 L4_chemical_B3 +LQ03X000250 Predicted protein (Fragment) 5.974394618 L4_chemical_C2 +LQ03X000250 Predicted protein (Fragment) 5.628964522 L4_chemical_C3 +LQ03X000270 Putative anti-virus transcriptional factor 5.944864687 C6_control_A1 +LQ03X000270 Putative anti-virus transcriptional factor 5.821726201 C6_control_A3 +LQ03X000270 Putative anti-virus transcriptional factor 6.447461467 C6_control_B1 +LQ03X000270 Putative anti-virus transcriptional factor 5.992074495 C6_control_B2 +LQ03X000270 Putative anti-virus transcriptional factor 5.933379375 C6_control_B3 +LQ03X000270 Putative anti-virus transcriptional factor 5.545223708 C6_control_C1 +LQ03X000270 Putative anti-virus transcriptional factor 6.411873266 C6_control_C2 +LQ03X000270 Putative anti-virus transcriptional factor 5.781457068 C6_control_C3 +LQ03X000270 Putative anti-virus transcriptional factor 5.744301844 C6_chemical_A1 +LQ03X000270 Putative anti-virus transcriptional factor 5.822334064 C6_chemical_A3 +LQ03X000270 Putative anti-virus transcriptional factor 6.549743832 C6_chemical_B1 +LQ03X000270 Putative anti-virus transcriptional factor 6.02424925 C6_chemical_B2 +LQ03X000270 Putative anti-virus transcriptional factor 6.041701412 C6_chemical_B3 +LQ03X000270 Putative anti-virus transcriptional factor 5.820637483 C6_chemical_C1 +LQ03X000270 Putative anti-virus transcriptional factor 6.109319452 C6_chemical_C2 +LQ03X000270 Putative anti-virus transcriptional factor 5.85924368 C6_chemical_C3 +LQ03X000270 Putative anti-virus transcriptional factor 5.658214354 L4_control_A1 +LQ03X000270 Putative anti-virus transcriptional factor 6.021926502 L4_control_A2 +LQ03X000270 Putative anti-virus transcriptional factor 5.786601199 L4_control_A3 +LQ03X000270 Putative anti-virus transcriptional factor 6.088851393 L4_control_B1 +LQ03X000270 Putative anti-virus transcriptional factor 5.581501324 L4_control_B2 +LQ03X000270 Putative anti-virus transcriptional factor 6.075678278 L4_control_B3 +LQ03X000270 Putative anti-virus transcriptional factor 5.088921169 L4_control_C2 +LQ03X000270 Putative anti-virus transcriptional factor 6.606410424 L4_control_C3 +LQ03X000270 Putative anti-virus transcriptional factor 5.509889027 L4_chemical_A1 +LQ03X000270 Putative anti-virus transcriptional factor 5.871290394 L4_chemical_A2 +LQ03X000270 Putative anti-virus transcriptional factor 6.028412194 L4_chemical_A3 +LQ03X000270 Putative anti-virus transcriptional factor 6.265487601 L4_chemical_B1 +LQ03X000270 Putative anti-virus transcriptional factor 6.197252021 L4_chemical_B2 +LQ03X000270 Putative anti-virus transcriptional factor 5.839561739 L4_chemical_B3 +LQ03X000270 Putative anti-virus transcriptional factor 6.179765766 L4_chemical_C2 +LQ03X000270 Putative anti-virus transcriptional factor 5.469836617 L4_chemical_C3 +LQ03X000280 Lipase, putative 10.5345268 C6_control_A1 +LQ03X000280 Lipase, putative 10.93825508 C6_control_A3 +LQ03X000280 Lipase, putative 10.91112819 C6_control_B1 +LQ03X000280 Lipase, putative 10.39706358 C6_control_B2 +LQ03X000280 Lipase, putative 10.69219395 C6_control_B3 +LQ03X000280 Lipase, putative 10.17512322 C6_control_C1 +LQ03X000280 Lipase, putative 10.53362746 C6_control_C2 +LQ03X000280 Lipase, putative 10.62482317 C6_control_C3 +LQ03X000280 Lipase, putative 10.54954381 C6_chemical_A1 +LQ03X000280 Lipase, putative 10.78732016 C6_chemical_A3 +LQ03X000280 Lipase, putative 10.75732744 C6_chemical_B1 +LQ03X000280 Lipase, putative 10.30018395 C6_chemical_B2 +LQ03X000280 Lipase, putative 10.80532431 C6_chemical_B3 +LQ03X000280 Lipase, putative 10.33164267 C6_chemical_C1 +LQ03X000280 Lipase, putative 10.02889361 C6_chemical_C2 +LQ03X000280 Lipase, putative 10.35433219 C6_chemical_C3 +LQ03X000280 Lipase, putative 10.61479413 L4_control_A1 +LQ03X000280 Lipase, putative 10.5619956 L4_control_A2 +LQ03X000280 Lipase, putative 11.15856005 L4_control_A3 +LQ03X000280 Lipase, putative 10.96204903 L4_control_B1 +LQ03X000280 Lipase, putative 10.86900589 L4_control_B2 +LQ03X000280 Lipase, putative 10.17735197 L4_control_B3 +LQ03X000280 Lipase, putative 10.92092455 L4_control_C2 +LQ03X000280 Lipase, putative 11.14934237 L4_control_C3 +LQ03X000280 Lipase, putative 11.28468367 L4_chemical_A1 +LQ03X000280 Lipase, putative 11.20323302 L4_chemical_A2 +LQ03X000280 Lipase, putative 11.33879821 L4_chemical_A3 +LQ03X000280 Lipase, putative 11.3660967 L4_chemical_B1 +LQ03X000280 Lipase, putative 11.00565947 L4_chemical_B2 +LQ03X000280 Lipase, putative 10.3619015 L4_chemical_B3 +LQ03X000280 Lipase, putative 11.12194706 L4_chemical_C2 +LQ03X000280 Lipase, putative 11.09379419 L4_chemical_C3 +LQ03X000320 Hypothetical protein 9.71414895 C6_control_A1 +LQ03X000320 Hypothetical protein 10.1022734 C6_control_A3 +LQ03X000320 Hypothetical protein 9.342950151 C6_control_B1 +LQ03X000320 Hypothetical protein 9.034985526 C6_control_B2 +LQ03X000320 Hypothetical protein 8.900948475 C6_control_B3 +LQ03X000320 Hypothetical protein 9.409746856 C6_control_C1 +LQ03X000320 Hypothetical protein 9.529643413 C6_control_C2 +LQ03X000320 Hypothetical protein 9.355489875 C6_control_C3 +LQ03X000320 Hypothetical protein 9.625941027 C6_chemical_A1 +LQ03X000320 Hypothetical protein 10.13144166 C6_chemical_A3 +LQ03X000320 Hypothetical protein 9.242874056 C6_chemical_B1 +LQ03X000320 Hypothetical protein 8.86212845 C6_chemical_B2 +LQ03X000320 Hypothetical protein 8.907348857 C6_chemical_B3 +LQ03X000320 Hypothetical protein 9.270080817 C6_chemical_C1 +LQ03X000320 Hypothetical protein 9.584254319 C6_chemical_C2 +LQ03X000320 Hypothetical protein 9.092636414 C6_chemical_C3 +LQ03X000320 Hypothetical protein 9.925774152 L4_control_A1 +LQ03X000320 Hypothetical protein 10.19417553 L4_control_A2 +LQ03X000320 Hypothetical protein 11.01746422 L4_control_A3 +LQ03X000320 Hypothetical protein 10.09798737 L4_control_B1 +LQ03X000320 Hypothetical protein 10.31590013 L4_control_B2 +LQ03X000320 Hypothetical protein 9.531717531 L4_control_B3 +LQ03X000320 Hypothetical protein 10.83165016 L4_control_C2 +LQ03X000320 Hypothetical protein 11.0784728 L4_control_C3 +LQ03X000320 Hypothetical protein 9.642216469 L4_chemical_A1 +LQ03X000320 Hypothetical protein 10.06019199 L4_chemical_A2 +LQ03X000320 Hypothetical protein 10.67299554 L4_chemical_A3 +LQ03X000320 Hypothetical protein 10.10978889 L4_chemical_B1 +LQ03X000320 Hypothetical protein 10.36413386 L4_chemical_B2 +LQ03X000320 Hypothetical protein 9.338422839 L4_chemical_B3 +LQ03X000320 Hypothetical protein 10.98873421 L4_chemical_C2 +LQ03X000320 Hypothetical protein 11.14602577 L4_chemical_C3 +LQ03X000330 Putative uncharacterized protein 4.994344253 C6_control_A1 +LQ03X000330 Putative uncharacterized protein 5.26819528 C6_control_A3 +LQ03X000330 Putative uncharacterized protein 5.027876708 C6_control_B1 +LQ03X000330 Putative uncharacterized protein 5.457485903 C6_control_B2 +LQ03X000330 Putative uncharacterized protein 4.922432763 C6_control_B3 +LQ03X000330 Putative uncharacterized protein 4.770337215 C6_control_C1 +LQ03X000330 Putative uncharacterized protein 5.018606311 C6_control_C2 +LQ03X000330 Putative uncharacterized protein 4.933303888 C6_control_C3 +LQ03X000330 Putative uncharacterized protein 5.413456138 C6_chemical_A1 +LQ03X000330 Putative uncharacterized protein 5.209683667 C6_chemical_A3 +LQ03X000330 Putative uncharacterized protein 4.978435394 C6_chemical_B1 +LQ03X000330 Putative uncharacterized protein 5.506476822 C6_chemical_B2 +LQ03X000330 Putative uncharacterized protein 5.047897201 C6_chemical_B3 +LQ03X000330 Putative uncharacterized protein 4.677330611 C6_chemical_C1 +LQ03X000330 Putative uncharacterized protein 5.089562078 C6_chemical_C2 +LQ03X000330 Putative uncharacterized protein 4.771764812 C6_chemical_C3 +LQ03X000330 Putative uncharacterized protein 4.667123416 L4_control_A1 +LQ03X000330 Putative uncharacterized protein 5.263037183 L4_control_A2 +LQ03X000330 Putative uncharacterized protein 5.132453192 L4_control_A3 +LQ03X000330 Putative uncharacterized protein 4.837777168 L4_control_B1 +LQ03X000330 Putative uncharacterized protein 5.261391197 L4_control_B2 +LQ03X000330 Putative uncharacterized protein 5.200253848 L4_control_B3 +LQ03X000330 Putative uncharacterized protein 4.973665446 L4_control_C2 +LQ03X000330 Putative uncharacterized protein 4.581353352 L4_control_C3 +LQ03X000330 Putative uncharacterized protein 4.952933604 L4_chemical_A1 +LQ03X000330 Putative uncharacterized protein 4.962424478 L4_chemical_A2 +LQ03X000330 Putative uncharacterized protein 5.040538174 L4_chemical_A3 +LQ03X000330 Putative uncharacterized protein 5.616347171 L4_chemical_B1 +LQ03X000330 Putative uncharacterized protein 5.505573037 L4_chemical_B2 +LQ03X000330 Putative uncharacterized protein 5.177809899 L4_chemical_B3 +LQ03X000330 Putative uncharacterized protein 4.813639486 L4_chemical_C2 +LQ03X000330 Putative uncharacterized protein 4.979965358 L4_chemical_C3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.341174038 C6_control_A1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.595106575 C6_control_A3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.222645636 C6_control_B1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.060989314 C6_control_B2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.330800341 C6_control_B3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.152127306 C6_control_C1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.28785231 C6_control_C2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 6.012907763 C6_control_C3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.401237404 C6_chemical_A1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.773680894 C6_chemical_A3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 4.932530972 C6_chemical_B1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.284595596 C6_chemical_B2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.450216392 C6_chemical_B3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 4.964727052 C6_chemical_C1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.213208421 C6_chemical_C2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.764308803 C6_chemical_C3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.216952521 L4_control_A1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.415969236 L4_control_A2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.321101465 L4_control_A3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.116289289 L4_control_B1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.748058957 L4_control_B2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.38258203 L4_control_B3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.551437077 L4_control_C2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 4.980970938 L4_control_C3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.088608403 L4_chemical_A1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.299949608 L4_chemical_A2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.516177394 L4_chemical_A3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.087404607 L4_chemical_B1 +LQ03X000340 Putative Cell division cycle protein 23 homolog 6.154769047 L4_chemical_B2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.570025962 L4_chemical_B3 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.222590207 L4_chemical_C2 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.197173454 L4_chemical_C3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.80461538 C6_control_A1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.59765373 C6_control_A3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.30216211 C6_control_B1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.10380376 C6_control_B2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.96672945 C6_control_B3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.455815 C6_control_C1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.63892848 C6_control_C2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.53606577 C6_control_C3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.9114248 C6_chemical_A1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.83091821 C6_chemical_A3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.02796717 C6_chemical_B1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.97330927 C6_chemical_B2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.62299579 C6_chemical_B3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.7345507 C6_chemical_C1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.74966173 C6_chemical_C2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 9.837503312 C6_chemical_C3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.68574294 L4_control_A1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.1156878 L4_control_A2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.08622333 L4_control_A3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 9.106323881 L4_control_B1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.0084699 L4_control_B2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 8.598371843 L4_control_B3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 9.132344277 L4_control_C2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 8.789396549 L4_control_C3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.44432585 L4_chemical_A1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.90452416 L4_chemical_A2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.75234518 L4_chemical_A3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.16157331 L4_chemical_B1 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 10.16162779 L4_chemical_B2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 9.243454745 L4_chemical_B3 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 8.740513402 L4_chemical_C2 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 8.84260471 L4_chemical_C3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.94649292 C6_control_A1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.99821449 C6_control_A3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.22739969 C6_control_B1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.15041621 C6_control_B2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.46278583 C6_control_B3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.58691472 C6_control_C1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.63962727 C6_control_C2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.01087046 C6_control_C3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.6605536 C6_chemical_A1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.16653011 C6_chemical_A3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.05558617 C6_chemical_B1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.86864985 C6_chemical_B2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.41824303 C6_chemical_B3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 12.95330021 C6_chemical_C1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.28493098 C6_chemical_C2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.38359305 C6_chemical_C3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.83663387 L4_control_A1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.11495236 L4_control_A2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.1901877 L4_control_A3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.68686072 L4_control_B1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.72805558 L4_control_B2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.65377851 L4_control_B3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.04024894 L4_control_C2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.31603462 L4_control_C3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.19220195 L4_chemical_A1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.4348856 L4_chemical_A2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.30716159 L4_chemical_A3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.56485233 L4_chemical_B1 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.41165721 L4_chemical_B2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.56043833 L4_chemical_B3 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.00487807 L4_chemical_C2 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 14.30483408 L4_chemical_C3 +LQ03X000390 E2F, putative 10.98367519 C6_control_A1 +LQ03X000390 E2F, putative 11.29720204 C6_control_A3 +LQ03X000390 E2F, putative 8.775347102 C6_control_B1 +LQ03X000390 E2F, putative 7.348612709 C6_control_B2 +LQ03X000390 E2F, putative 6.899327909 C6_control_B3 +LQ03X000390 E2F, putative 6.715879754 C6_control_C1 +LQ03X000390 E2F, putative 6.950396766 C6_control_C2 +LQ03X000390 E2F, putative 7.929864105 C6_control_C3 +LQ03X000390 E2F, putative 10.44954343 C6_chemical_A1 +LQ03X000390 E2F, putative 11.68363598 C6_chemical_A3 +LQ03X000390 E2F, putative 6.930543767 C6_chemical_B1 +LQ03X000390 E2F, putative 6.837241699 C6_chemical_B2 +LQ03X000390 E2F, putative 6.319636963 C6_chemical_B3 +LQ03X000390 E2F, putative 6.424179664 C6_chemical_C1 +LQ03X000390 E2F, putative 7.243643954 C6_chemical_C2 +LQ03X000390 E2F, putative 7.244007144 C6_chemical_C3 +LQ03X000390 E2F, putative 11.51050057 L4_control_A1 +LQ03X000390 E2F, putative 10.98572995 L4_control_A2 +LQ03X000390 E2F, putative 11.67917858 L4_control_A3 +LQ03X000390 E2F, putative 5.843964119 L4_control_B1 +LQ03X000390 E2F, putative 8.800398469 L4_control_B2 +LQ03X000390 E2F, putative 8.444425584 L4_control_B3 +LQ03X000390 E2F, putative 6.055456733 L4_control_C2 +LQ03X000390 E2F, putative 6.51479818 L4_control_C3 +LQ03X000390 E2F, putative 10.21675147 L4_chemical_A1 +LQ03X000390 E2F, putative 9.852039664 L4_chemical_A2 +LQ03X000390 E2F, putative 11.24890916 L4_chemical_A3 +LQ03X000390 E2F, putative 7.490622443 L4_chemical_B1 +LQ03X000390 E2F, putative 9.030314392 L4_chemical_B2 +LQ03X000390 E2F, putative 9.660222331 L4_chemical_B3 +LQ03X000390 E2F, putative 6.54880107 L4_chemical_C2 +LQ03X000390 E2F, putative 7.454667304 L4_chemical_C3 +LQ03X000440 Predicted protein 9.769117762 C6_control_A1 +LQ03X000440 Predicted protein 9.757103804 C6_control_A3 +LQ03X000440 Predicted protein 10.15746329 C6_control_B1 +LQ03X000440 Predicted protein 9.944819884 C6_control_B2 +LQ03X000440 Predicted protein 10.35866085 C6_control_B3 +LQ03X000440 Predicted protein 11.16616138 C6_control_C1 +LQ03X000440 Predicted protein 10.58511459 C6_control_C2 +LQ03X000440 Predicted protein 11.64262831 C6_control_C3 +LQ03X000440 Predicted protein 10.16195297 C6_chemical_A1 +LQ03X000440 Predicted protein 9.690080066 C6_chemical_A3 +LQ03X000440 Predicted protein 10.17000447 C6_chemical_B1 +LQ03X000440 Predicted protein 9.52958976 C6_chemical_B2 +LQ03X000440 Predicted protein 10.39660912 C6_chemical_B3 +LQ03X000440 Predicted protein 10.64572395 C6_chemical_C1 +LQ03X000440 Predicted protein 10.70443418 C6_chemical_C2 +LQ03X000440 Predicted protein 11.42019868 C6_chemical_C3 +LQ03X000440 Predicted protein 9.945316149 L4_control_A1 +LQ03X000440 Predicted protein 10.07638411 L4_control_A2 +LQ03X000440 Predicted protein 10.34737612 L4_control_A3 +LQ03X000440 Predicted protein 10.74726117 L4_control_B1 +LQ03X000440 Predicted protein 9.575829774 L4_control_B2 +LQ03X000440 Predicted protein 10.42001134 L4_control_B3 +LQ03X000440 Predicted protein 11.58963456 L4_control_C2 +LQ03X000440 Predicted protein 11.24170582 L4_control_C3 +LQ03X000440 Predicted protein 10.35393165 L4_chemical_A1 +LQ03X000440 Predicted protein 10.20012923 L4_chemical_A2 +LQ03X000440 Predicted protein 10.24919132 L4_chemical_A3 +LQ03X000440 Predicted protein 11.20703738 L4_chemical_B1 +LQ03X000440 Predicted protein 10.63783666 L4_chemical_B2 +LQ03X000440 Predicted protein 10.0667953 L4_chemical_B3 +LQ03X000440 Predicted protein 11.18327447 L4_chemical_C2 +LQ03X000440 Predicted protein 10.95439461 L4_chemical_C3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 9.590444207 C6_control_A1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 7.6038227 C6_control_A3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.58848249 C6_control_B1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.76228275 C6_control_B2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 12.25639162 C6_control_B3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 10.91666165 C6_control_C1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.42422171 C6_control_C2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.55715768 C6_control_C3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 9.019200758 C6_chemical_A1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 8.49978517 C6_chemical_A3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.79821357 C6_chemical_B1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.66511646 C6_chemical_B2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 12.68776793 C6_chemical_B3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 10.8612479 C6_chemical_C1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 10.90278972 C6_chemical_C2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.33876039 C6_chemical_C3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 8.619110517 L4_control_A1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 9.515795711 L4_control_A2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 7.995274385 L4_control_A3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 12.18790498 L4_control_B1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 12.09688401 L4_control_B2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 12.78009139 L4_control_B3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.37028643 L4_control_C2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.85985131 L4_control_C3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 7.935465504 L4_chemical_A1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 10.30170598 L4_chemical_A2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 7.338714873 L4_chemical_A3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.64918044 L4_chemical_B1 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 12.11128486 L4_chemical_B2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 12.30675251 L4_chemical_B3 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.96769853 L4_chemical_C2 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 11.53832027 L4_chemical_C3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.91578222 C6_control_A1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.821622591 C6_control_A3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.57760804 C6_control_B1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.813265376 C6_control_B2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 7.360401318 C6_control_B3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.662960015 C6_control_C1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.634204689 C6_control_C2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 7.110346036 C6_control_C3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.976552869 C6_chemical_A1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.438275748 C6_chemical_A3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.916696255 C6_chemical_B1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 7.039583614 C6_chemical_B2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.926499937 C6_chemical_B3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.857944486 C6_chemical_C1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 7.139675178 C6_chemical_C2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.553107204 C6_chemical_C3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.642636196 L4_control_A1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 7.171643086 L4_control_A2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.854352805 L4_control_A3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 5.594606087 L4_control_B1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.662323105 L4_control_B2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.408732421 L4_control_B3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 7.746965771 L4_control_C2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.974873694 L4_control_C3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.521134259 L4_chemical_A1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.735547901 L4_chemical_A2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.285479777 L4_chemical_A3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.203983282 L4_chemical_B1 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.996598445 L4_chemical_B2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.413468387 L4_chemical_B3 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 7.10418437 L4_chemical_C2 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.912730762 L4_chemical_C3 +LQ03X000500 U-box domain-containing protein 38 11.99705488 C6_control_A1 +LQ03X000500 U-box domain-containing protein 38 11.87817139 C6_control_A3 +LQ03X000500 U-box domain-containing protein 38 12.28643346 C6_control_B1 +LQ03X000500 U-box domain-containing protein 38 12.03722377 C6_control_B2 +LQ03X000500 U-box domain-containing protein 38 12.43940065 C6_control_B3 +LQ03X000500 U-box domain-containing protein 38 12.34526628 C6_control_C1 +LQ03X000500 U-box domain-containing protein 38 12.19029415 C6_control_C2 +LQ03X000500 U-box domain-containing protein 38 12.52806865 C6_control_C3 +LQ03X000500 U-box domain-containing protein 38 12.19695276 C6_chemical_A1 +LQ03X000500 U-box domain-containing protein 38 11.84004353 C6_chemical_A3 +LQ03X000500 U-box domain-containing protein 38 12.3275641 C6_chemical_B1 +LQ03X000500 U-box domain-containing protein 38 11.89474508 C6_chemical_B2 +LQ03X000500 U-box domain-containing protein 38 12.36858195 C6_chemical_B3 +LQ03X000500 U-box domain-containing protein 38 12.24905856 C6_chemical_C1 +LQ03X000500 U-box domain-containing protein 38 12.17516849 C6_chemical_C2 +LQ03X000500 U-box domain-containing protein 38 12.3376757 C6_chemical_C3 +LQ03X000500 U-box domain-containing protein 38 12.20529606 L4_control_A1 +LQ03X000500 U-box domain-containing protein 38 12.7058921 L4_control_A2 +LQ03X000500 U-box domain-containing protein 38 12.41111123 L4_control_A3 +LQ03X000500 U-box domain-containing protein 38 12.3311194 L4_control_B1 +LQ03X000500 U-box domain-containing protein 38 13.16211246 L4_control_B2 +LQ03X000500 U-box domain-containing protein 38 11.61678916 L4_control_B3 +LQ03X000500 U-box domain-containing protein 38 12.41948519 L4_control_C2 +LQ03X000500 U-box domain-containing protein 38 12.60175305 L4_control_C3 +LQ03X000500 U-box domain-containing protein 38 11.90601399 L4_chemical_A1 +LQ03X000500 U-box domain-containing protein 38 12.75257997 L4_chemical_A2 +LQ03X000500 U-box domain-containing protein 38 12.09694722 L4_chemical_A3 +LQ03X000500 U-box domain-containing protein 38 12.62961664 L4_chemical_B1 +LQ03X000500 U-box domain-containing protein 38 13.01694051 L4_chemical_B2 +LQ03X000500 U-box domain-containing protein 38 12.23714759 L4_chemical_B3 +LQ03X000500 U-box domain-containing protein 38 12.4791154 L4_chemical_C2 +LQ03X000500 U-box domain-containing protein 38 12.28993493 L4_chemical_C3 +LQ03X000510 Endonuclease III, putative 12.4805252 C6_control_A1 +LQ03X000510 Endonuclease III, putative 12.09066997 C6_control_A3 +LQ03X000510 Endonuclease III, putative 12.46789967 C6_control_B1 +LQ03X000510 Endonuclease III, putative 11.54836497 C6_control_B2 +LQ03X000510 Endonuclease III, putative 12.12503849 C6_control_B3 +LQ03X000510 Endonuclease III, putative 10.74302524 C6_control_C1 +LQ03X000510 Endonuclease III, putative 10.66879316 C6_control_C2 +LQ03X000510 Endonuclease III, putative 10.36344986 C6_control_C3 +LQ03X000510 Endonuclease III, putative 12.43816076 C6_chemical_A1 +LQ03X000510 Endonuclease III, putative 11.98832824 C6_chemical_A3 +LQ03X000510 Endonuclease III, putative 12.25733409 C6_chemical_B1 +LQ03X000510 Endonuclease III, putative 11.64106784 C6_chemical_B2 +LQ03X000510 Endonuclease III, putative 12.03056554 C6_chemical_B3 +LQ03X000510 Endonuclease III, putative 10.33549008 C6_chemical_C1 +LQ03X000510 Endonuclease III, putative 10.44406305 C6_chemical_C2 +LQ03X000510 Endonuclease III, putative 9.701418225 C6_chemical_C3 +LQ03X000510 Endonuclease III, putative 11.74623918 L4_control_A1 +LQ03X000510 Endonuclease III, putative 12.0126906 L4_control_A2 +LQ03X000510 Endonuclease III, putative 11.45532502 L4_control_A3 +LQ03X000510 Endonuclease III, putative 11.30215837 L4_control_B1 +LQ03X000510 Endonuclease III, putative 12.01364949 L4_control_B2 +LQ03X000510 Endonuclease III, putative 10.03942959 L4_control_B3 +LQ03X000510 Endonuclease III, putative 10.6462485 L4_control_C2 +LQ03X000510 Endonuclease III, putative 9.597542565 L4_control_C3 +LQ03X000510 Endonuclease III, putative 11.29097129 L4_chemical_A1 +LQ03X000510 Endonuclease III, putative 11.71543037 L4_chemical_A2 +LQ03X000510 Endonuclease III, putative 11.40721694 L4_chemical_A3 +LQ03X000510 Endonuclease III, putative 11.81683595 L4_chemical_B1 +LQ03X000510 Endonuclease III, putative 11.63036298 L4_chemical_B2 +LQ03X000510 Endonuclease III, putative 10.61070545 L4_chemical_B3 +LQ03X000510 Endonuclease III, putative 10.44103995 L4_chemical_C2 +LQ03X000510 Endonuclease III, putative 9.641947659 L4_chemical_C3 +LQ03X000550 Predicted protein (Fragment) 5.745816936 C6_control_A1 +LQ03X000550 Predicted protein (Fragment) 5.488831808 C6_control_A3 +LQ03X000550 Predicted protein (Fragment) 5.204787065 C6_control_B1 +LQ03X000550 Predicted protein (Fragment) 5.708252428 C6_control_B2 +LQ03X000550 Predicted protein (Fragment) 5.761776153 C6_control_B3 +LQ03X000550 Predicted protein (Fragment) 6.142832999 C6_control_C1 +LQ03X000550 Predicted protein (Fragment) 6.868561897 C6_control_C2 +LQ03X000550 Predicted protein (Fragment) 5.891076045 C6_control_C3 +LQ03X000550 Predicted protein (Fragment) 5.118345573 C6_chemical_A1 +LQ03X000550 Predicted protein (Fragment) 5.705495885 C6_chemical_A3 +LQ03X000550 Predicted protein (Fragment) 6.163675291 C6_chemical_B1 +LQ03X000550 Predicted protein (Fragment) 5.371940467 C6_chemical_B2 +LQ03X000550 Predicted protein (Fragment) 5.27875622 C6_chemical_B3 +LQ03X000550 Predicted protein (Fragment) 5.879318734 C6_chemical_C1 +LQ03X000550 Predicted protein (Fragment) 6.178444623 C6_chemical_C2 +LQ03X000550 Predicted protein (Fragment) 5.838833544 C6_chemical_C3 +LQ03X000550 Predicted protein (Fragment) 5.199870017 L4_control_A1 +LQ03X000550 Predicted protein (Fragment) 5.874139446 L4_control_A2 +LQ03X000550 Predicted protein (Fragment) 5.521495093 L4_control_A3 +LQ03X000550 Predicted protein (Fragment) 5.090712838 L4_control_B1 +LQ03X000550 Predicted protein (Fragment) 5.632642776 L4_control_B2 +LQ03X000550 Predicted protein (Fragment) 6.080875101 L4_control_B3 +LQ03X000550 Predicted protein (Fragment) 5.029379421 L4_control_C2 +LQ03X000550 Predicted protein (Fragment) 6.611627029 L4_control_C3 +LQ03X000550 Predicted protein (Fragment) 5.686823539 L4_chemical_A1 +LQ03X000550 Predicted protein (Fragment) 5.522493346 L4_chemical_A2 +LQ03X000550 Predicted protein (Fragment) 5.761039848 L4_chemical_A3 +LQ03X000550 Predicted protein (Fragment) 5.432628107 L4_chemical_B1 +LQ03X000550 Predicted protein (Fragment) 5.535579608 L4_chemical_B2 +LQ03X000550 Predicted protein (Fragment) 5.534754802 L4_chemical_B3 +LQ03X000550 Predicted protein (Fragment) 6.183145348 L4_chemical_C2 +LQ03X000550 Predicted protein (Fragment) 5.679562931 L4_chemical_C3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.983147949 C6_control_A1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.084521188 C6_control_A3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.668959008 C6_control_B1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.853543195 C6_control_B2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.901725852 C6_control_B3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.85530958 C6_control_C1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.81553511 C6_control_C2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.9472906 C6_control_C3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.848025836 C6_chemical_A1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.847849383 C6_chemical_A3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.420326016 C6_chemical_B1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.463182443 C6_chemical_B2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.980075528 C6_chemical_B3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.38083811 C6_chemical_C1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.72897098 C6_chemical_C2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.38415765 C6_chemical_C3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.777694526 L4_control_A1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 7.654417444 L4_control_A2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 7.282567527 L4_control_A3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.655266272 L4_control_B1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.668065477 L4_control_B2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.904598696 L4_control_B3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.98777974 L4_control_C2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.37696322 L4_control_C3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 9.129232736 L4_chemical_A1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.707107298 L4_chemical_A2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 7.383435369 L4_chemical_A3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 9.079145047 L4_chemical_B1 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.42418565 L4_chemical_B2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.043989843 L4_chemical_B3 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.54883055 L4_chemical_C2 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 10.66176459 L4_chemical_C3 +LQ03X000590 Predicted protein (Fragment) 12.72107639 C6_control_A1 +LQ03X000590 Predicted protein (Fragment) 12.9561282 C6_control_A3 +LQ03X000590 Predicted protein (Fragment) 12.30290627 C6_control_B1 +LQ03X000590 Predicted protein (Fragment) 12.85984086 C6_control_B2 +LQ03X000590 Predicted protein (Fragment) 12.39295309 C6_control_B3 +LQ03X000590 Predicted protein (Fragment) 13.18594665 C6_control_C1 +LQ03X000590 Predicted protein (Fragment) 13.19652824 C6_control_C2 +LQ03X000590 Predicted protein (Fragment) 12.98393472 C6_control_C3 +LQ03X000590 Predicted protein (Fragment) 12.41833609 C6_chemical_A1 +LQ03X000590 Predicted protein (Fragment) 11.9217982 C6_chemical_A3 +LQ03X000590 Predicted protein (Fragment) 12.44573983 C6_chemical_B1 +LQ03X000590 Predicted protein (Fragment) 12.9919772 C6_chemical_B2 +LQ03X000590 Predicted protein (Fragment) 12.36483661 C6_chemical_B3 +LQ03X000590 Predicted protein (Fragment) 13.17110134 C6_chemical_C1 +LQ03X000590 Predicted protein (Fragment) 13.03124673 C6_chemical_C2 +LQ03X000590 Predicted protein (Fragment) 12.81335275 C6_chemical_C3 +LQ03X000590 Predicted protein (Fragment) 12.77655527 L4_control_A1 +LQ03X000590 Predicted protein (Fragment) 11.79606643 L4_control_A2 +LQ03X000590 Predicted protein (Fragment) 11.56796891 L4_control_A3 +LQ03X000590 Predicted protein (Fragment) 11.8989183 L4_control_B1 +LQ03X000590 Predicted protein (Fragment) 11.23433909 L4_control_B2 +LQ03X000590 Predicted protein (Fragment) 12.17514757 L4_control_B3 +LQ03X000590 Predicted protein (Fragment) 11.92580764 L4_control_C2 +LQ03X000590 Predicted protein (Fragment) 11.95979619 L4_control_C3 +LQ03X000590 Predicted protein (Fragment) 12.68259064 L4_chemical_A1 +LQ03X000590 Predicted protein (Fragment) 11.87524684 L4_chemical_A2 +LQ03X000590 Predicted protein (Fragment) 12.01113342 L4_chemical_A3 +LQ03X000590 Predicted protein (Fragment) 12.06681488 L4_chemical_B1 +LQ03X000590 Predicted protein (Fragment) 12.31720573 L4_chemical_B2 +LQ03X000590 Predicted protein (Fragment) 12.37373413 L4_chemical_B3 +LQ03X000590 Predicted protein (Fragment) 11.96957945 L4_chemical_C2 +LQ03X000590 Predicted protein (Fragment) 12.10676329 L4_chemical_C3 +LQ03X000600 Pollen-specific protein SF3 12.81010284 C6_control_A1 +LQ03X000600 Pollen-specific protein SF3 13.11480362 C6_control_A3 +LQ03X000600 Pollen-specific protein SF3 12.40335538 C6_control_B1 +LQ03X000600 Pollen-specific protein SF3 12.50281877 C6_control_B2 +LQ03X000600 Pollen-specific protein SF3 12.29671178 C6_control_B3 +LQ03X000600 Pollen-specific protein SF3 13.13731094 C6_control_C1 +LQ03X000600 Pollen-specific protein SF3 13.11736344 C6_control_C2 +LQ03X000600 Pollen-specific protein SF3 13.57883591 C6_control_C3 +LQ03X000600 Pollen-specific protein SF3 12.89232135 C6_chemical_A1 +LQ03X000600 Pollen-specific protein SF3 12.60003664 C6_chemical_A3 +LQ03X000600 Pollen-specific protein SF3 12.43821957 C6_chemical_B1 +LQ03X000600 Pollen-specific protein SF3 12.65373144 C6_chemical_B2 +LQ03X000600 Pollen-specific protein SF3 12.14692556 C6_chemical_B3 +LQ03X000600 Pollen-specific protein SF3 13.47831613 C6_chemical_C1 +LQ03X000600 Pollen-specific protein SF3 13.22719396 C6_chemical_C2 +LQ03X000600 Pollen-specific protein SF3 13.46634691 C6_chemical_C3 +LQ03X000600 Pollen-specific protein SF3 13.02136634 L4_control_A1 +LQ03X000600 Pollen-specific protein SF3 11.99402233 L4_control_A2 +LQ03X000600 Pollen-specific protein SF3 12.73830717 L4_control_A3 +LQ03X000600 Pollen-specific protein SF3 11.75420988 L4_control_B1 +LQ03X000600 Pollen-specific protein SF3 11.47032535 L4_control_B2 +LQ03X000600 Pollen-specific protein SF3 11.95340362 L4_control_B3 +LQ03X000600 Pollen-specific protein SF3 13.03383322 L4_control_C2 +LQ03X000600 Pollen-specific protein SF3 12.72975156 L4_control_C3 +LQ03X000600 Pollen-specific protein SF3 13.66004017 L4_chemical_A1 +LQ03X000600 Pollen-specific protein SF3 12.36659036 L4_chemical_A2 +LQ03X000600 Pollen-specific protein SF3 12.93450241 L4_chemical_A3 +LQ03X000600 Pollen-specific protein SF3 11.97283482 L4_chemical_B1 +LQ03X000600 Pollen-specific protein SF3 11.9123542 L4_chemical_B2 +LQ03X000600 Pollen-specific protein SF3 11.93675635 L4_chemical_B3 +LQ03X000600 Pollen-specific protein SF3 13.18954585 L4_chemical_C2 +LQ03X000600 Pollen-specific protein SF3 12.78087309 L4_chemical_C3 +LQ03X000610 Predicted protein 13.80511022 C6_control_A1 +LQ03X000610 Predicted protein 13.41825541 C6_control_A3 +LQ03X000610 Predicted protein 13.72116438 C6_control_B1 +LQ03X000610 Predicted protein 14.14447282 C6_control_B2 +LQ03X000610 Predicted protein 13.8908529 C6_control_B3 +LQ03X000610 Predicted protein 14.41633427 C6_control_C1 +LQ03X000610 Predicted protein 14.51463874 C6_control_C2 +LQ03X000610 Predicted protein 14.10293548 C6_control_C3 +LQ03X000610 Predicted protein 13.76843217 C6_chemical_A1 +LQ03X000610 Predicted protein 13.60919941 C6_chemical_A3 +LQ03X000610 Predicted protein 13.75865943 C6_chemical_B1 +LQ03X000610 Predicted protein 14.26332498 C6_chemical_B2 +LQ03X000610 Predicted protein 13.92275048 C6_chemical_B3 +LQ03X000610 Predicted protein 14.53165319 C6_chemical_C1 +LQ03X000610 Predicted protein 14.6246301 C6_chemical_C2 +LQ03X000610 Predicted protein 14.21730972 C6_chemical_C3 +LQ03X000610 Predicted protein 13.62572545 L4_control_A1 +LQ03X000610 Predicted protein 14.12175306 L4_control_A2 +LQ03X000610 Predicted protein 13.63545629 L4_control_A3 +LQ03X000610 Predicted protein 14.13144465 L4_control_B1 +LQ03X000610 Predicted protein 13.92603635 L4_control_B2 +LQ03X000610 Predicted protein 14.23109881 L4_control_B3 +LQ03X000610 Predicted protein 14.13559245 L4_control_C2 +LQ03X000610 Predicted protein 13.98463835 L4_control_C3 +LQ03X000610 Predicted protein 13.47183084 L4_chemical_A1 +LQ03X000610 Predicted protein 14.0519666 L4_chemical_A2 +LQ03X000610 Predicted protein 13.43060617 L4_chemical_A3 +LQ03X000610 Predicted protein 14.23022473 L4_chemical_B1 +LQ03X000610 Predicted protein 14.26532478 L4_chemical_B2 +LQ03X000610 Predicted protein 14.08012234 L4_chemical_B3 +LQ03X000610 Predicted protein 14.19625526 L4_chemical_C2 +LQ03X000610 Predicted protein 14.04577212 L4_chemical_C3 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.896452091 C6_control_A1 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.80407898 C6_control_A3 +LQ03X000620 Nucleobase-ascorbate transporter 6 7.946692233 C6_control_B1 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.699478594 C6_control_B2 +LQ03X000620 Nucleobase-ascorbate transporter 6 8.314954906 C6_control_B3 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.274242316 C6_control_C1 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.794471548 C6_control_C2 +LQ03X000620 Nucleobase-ascorbate transporter 6 4.667984244 C6_control_C3 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.196513123 C6_chemical_A1 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.996268834 C6_chemical_A3 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.560911268 C6_chemical_B1 +LQ03X000620 Nucleobase-ascorbate transporter 6 7.077994988 C6_chemical_B2 +LQ03X000620 Nucleobase-ascorbate transporter 6 7.730468825 C6_chemical_B3 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.248192372 C6_chemical_C1 +LQ03X000620 Nucleobase-ascorbate transporter 6 4.748227999 C6_chemical_C2 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.198628626 C6_chemical_C3 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.926672796 L4_control_A1 +LQ03X000620 Nucleobase-ascorbate transporter 6 8.257419997 L4_control_A2 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.373398577 L4_control_A3 +LQ03X000620 Nucleobase-ascorbate transporter 6 7.275674472 L4_control_B1 +LQ03X000620 Nucleobase-ascorbate transporter 6 8.689130484 L4_control_B2 +LQ03X000620 Nucleobase-ascorbate transporter 6 8.714612269 L4_control_B3 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.364519654 L4_control_C2 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.45970523 L4_control_C3 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.663636408 L4_chemical_A1 +LQ03X000620 Nucleobase-ascorbate transporter 6 8.125145624 L4_chemical_A2 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.240804824 L4_chemical_A3 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.843862623 L4_chemical_B1 +LQ03X000620 Nucleobase-ascorbate transporter 6 8.464379193 L4_chemical_B2 +LQ03X000620 Nucleobase-ascorbate transporter 6 8.432774707 L4_chemical_B3 +LQ03X000620 Nucleobase-ascorbate transporter 6 7.098527114 L4_chemical_C2 +LQ03X000620 Nucleobase-ascorbate transporter 6 5.08670482 L4_chemical_C3 +LQ03X000640 Putative uncharacterized protein 5.485493905 C6_control_A1 +LQ03X000640 Putative uncharacterized protein 5.345036933 C6_control_A3 +LQ03X000640 Putative uncharacterized protein 5.433674043 C6_control_B1 +LQ03X000640 Putative uncharacterized protein 5.750970598 C6_control_B2 +LQ03X000640 Putative uncharacterized protein 5.137485624 C6_control_B3 +LQ03X000640 Putative uncharacterized protein 5.391680707 C6_control_C1 +LQ03X000640 Putative uncharacterized protein 6.572365904 C6_control_C2 +LQ03X000640 Putative uncharacterized protein 5.063690774 C6_control_C3 +LQ03X000640 Putative uncharacterized protein 5.210609176 C6_chemical_A1 +LQ03X000640 Putative uncharacterized protein 5.14984601 C6_chemical_A3 +LQ03X000640 Putative uncharacterized protein 5.233255595 C6_chemical_B1 +LQ03X000640 Putative uncharacterized protein 5.888654666 C6_chemical_B2 +LQ03X000640 Putative uncharacterized protein 5.09519155 C6_chemical_B3 +LQ03X000640 Putative uncharacterized protein 5.815457653 C6_chemical_C1 +LQ03X000640 Putative uncharacterized protein 5.301837622 C6_chemical_C2 +LQ03X000640 Putative uncharacterized protein 5.178846727 C6_chemical_C3 +LQ03X000640 Putative uncharacterized protein 5.105527384 L4_control_A1 +LQ03X000640 Putative uncharacterized protein 4.812656167 L4_control_A2 +LQ03X000640 Putative uncharacterized protein 5.061427121 L4_control_A3 +LQ03X000640 Putative uncharacterized protein 5.038021517 L4_control_B1 +LQ03X000640 Putative uncharacterized protein 5.159990834 L4_control_B2 +LQ03X000640 Putative uncharacterized protein 4.912438247 L4_control_B3 +LQ03X000640 Putative uncharacterized protein 5.247204995 L4_control_C2 +LQ03X000640 Putative uncharacterized protein 5.274452276 L4_control_C3 +LQ03X000640 Putative uncharacterized protein 5.318828864 L4_chemical_A1 +LQ03X000640 Putative uncharacterized protein 4.921485362 L4_chemical_A2 +LQ03X000640 Putative uncharacterized protein 5.077790656 L4_chemical_A3 +LQ03X000640 Putative uncharacterized protein 4.993416636 L4_chemical_B1 +LQ03X000640 Putative uncharacterized protein 4.774432935 L4_chemical_B2 +LQ03X000640 Putative uncharacterized protein 5.105152258 L4_chemical_B3 +LQ03X000640 Putative uncharacterized protein 4.807436063 L4_chemical_C2 +LQ03X000640 Putative uncharacterized protein 5.35894165 L4_chemical_C3 +LQ03X000650 Putative uncharacterized protein 5.758514084 C6_control_A1 +LQ03X000650 Putative uncharacterized protein 5.325840006 C6_control_A3 +LQ03X000650 Putative uncharacterized protein 5.292863257 C6_control_B1 +LQ03X000650 Putative uncharacterized protein 5.861067416 C6_control_B2 +LQ03X000650 Putative uncharacterized protein 5.765234203 C6_control_B3 +LQ03X000650 Putative uncharacterized protein 5.811061286 C6_control_C1 +LQ03X000650 Putative uncharacterized protein 6.11033181 C6_control_C2 +LQ03X000650 Putative uncharacterized protein 5.631089051 C6_control_C3 +LQ03X000650 Putative uncharacterized protein 5.718043581 C6_chemical_A1 +LQ03X000650 Putative uncharacterized protein 5.152088205 C6_chemical_A3 +LQ03X000650 Putative uncharacterized protein 5.501487712 C6_chemical_B1 +LQ03X000650 Putative uncharacterized protein 5.785727058 C6_chemical_B2 +LQ03X000650 Putative uncharacterized protein 5.666031551 C6_chemical_B3 +LQ03X000650 Putative uncharacterized protein 6.205521438 C6_chemical_C1 +LQ03X000650 Putative uncharacterized protein 6.134713801 C6_chemical_C2 +LQ03X000650 Putative uncharacterized protein 5.66598926 C6_chemical_C3 +LQ03X000650 Putative uncharacterized protein 5.522969907 L4_control_A1 +LQ03X000650 Putative uncharacterized protein 5.775509701 L4_control_A2 +LQ03X000650 Putative uncharacterized protein 5.747847127 L4_control_A3 +LQ03X000650 Putative uncharacterized protein 5.629865813 L4_control_B1 +LQ03X000650 Putative uncharacterized protein 6.06409449 L4_control_B2 +LQ03X000650 Putative uncharacterized protein 5.529082478 L4_control_B3 +LQ03X000650 Putative uncharacterized protein 6.48539702 L4_control_C2 +LQ03X000650 Putative uncharacterized protein 6.87301154 L4_control_C3 +LQ03X000650 Putative uncharacterized protein 5.432171961 L4_chemical_A1 +LQ03X000650 Putative uncharacterized protein 5.583966557 L4_chemical_A2 +LQ03X000650 Putative uncharacterized protein 5.285756102 L4_chemical_A3 +LQ03X000650 Putative uncharacterized protein 5.750084594 L4_chemical_B1 +LQ03X000650 Putative uncharacterized protein 6.367815139 L4_chemical_B2 +LQ03X000650 Putative uncharacterized protein 5.488195868 L4_chemical_B3 +LQ03X000650 Putative uncharacterized protein 5.70083491 L4_chemical_C2 +LQ03X000650 Putative uncharacterized protein 5.674543056 L4_chemical_C3 +LQ03X000660 Hypothetical protein 5.835691782 C6_control_A1 +LQ03X000660 Hypothetical protein 5.527611333 C6_control_A3 +LQ03X000660 Hypothetical protein 5.70261351 C6_control_B1 +LQ03X000660 Hypothetical protein 5.42974102 C6_control_B2 +LQ03X000660 Hypothetical protein 6.147463865 C6_control_B3 +LQ03X000660 Hypothetical protein 5.971967438 C6_control_C1 +LQ03X000660 Hypothetical protein 5.121029408 C6_control_C2 +LQ03X000660 Hypothetical protein 5.278438723 C6_control_C3 +LQ03X000660 Hypothetical protein 5.446018895 C6_chemical_A1 +LQ03X000660 Hypothetical protein 5.436704775 C6_chemical_A3 +LQ03X000660 Hypothetical protein 5.566320371 C6_chemical_B1 +LQ03X000660 Hypothetical protein 5.332632823 C6_chemical_B2 +LQ03X000660 Hypothetical protein 5.793537814 C6_chemical_B3 +LQ03X000660 Hypothetical protein 5.516639093 C6_chemical_C1 +LQ03X000660 Hypothetical protein 5.279802397 C6_chemical_C2 +LQ03X000660 Hypothetical protein 5.21231192 C6_chemical_C3 +LQ03X000660 Hypothetical protein 5.482478677 L4_control_A1 +LQ03X000660 Hypothetical protein 5.599447665 L4_control_A2 +LQ03X000660 Hypothetical protein 5.54835303 L4_control_A3 +LQ03X000660 Hypothetical protein 5.210320006 L4_control_B1 +LQ03X000660 Hypothetical protein 6.162663825 L4_control_B2 +LQ03X000660 Hypothetical protein 5.561696471 L4_control_B3 +LQ03X000660 Hypothetical protein 5.214206212 L4_control_C2 +LQ03X000660 Hypothetical protein 5.220839997 L4_control_C3 +LQ03X000660 Hypothetical protein 5.622342634 L4_chemical_A1 +LQ03X000660 Hypothetical protein 5.828330536 L4_chemical_A2 +LQ03X000660 Hypothetical protein 5.234357455 L4_chemical_A3 +LQ03X000660 Hypothetical protein 5.488704772 L4_chemical_B1 +LQ03X000660 Hypothetical protein 5.530818151 L4_chemical_B2 +LQ03X000660 Hypothetical protein 5.814657474 L4_chemical_B3 +LQ03X000660 Hypothetical protein 5.385156163 L4_chemical_C2 +LQ03X000660 Hypothetical protein 5.590036486 L4_chemical_C3 +LQ03X000670 Rac-like GTP-binding protein 3 14.22290985 C6_control_A1 +LQ03X000670 Rac-like GTP-binding protein 3 13.90440486 C6_control_A3 +LQ03X000670 Rac-like GTP-binding protein 3 14.12219244 C6_control_B1 +LQ03X000670 Rac-like GTP-binding protein 3 14.17692098 C6_control_B2 +LQ03X000670 Rac-like GTP-binding protein 3 14.56610025 C6_control_B3 +LQ03X000670 Rac-like GTP-binding protein 3 13.94340996 C6_control_C1 +LQ03X000670 Rac-like GTP-binding protein 3 13.89280911 C6_control_C2 +LQ03X000670 Rac-like GTP-binding protein 3 13.92186079 C6_control_C3 +LQ03X000670 Rac-like GTP-binding protein 3 14.07733092 C6_chemical_A1 +LQ03X000670 Rac-like GTP-binding protein 3 13.79685565 C6_chemical_A3 +LQ03X000670 Rac-like GTP-binding protein 3 13.94128123 C6_chemical_B1 +LQ03X000670 Rac-like GTP-binding protein 3 14.24451125 C6_chemical_B2 +LQ03X000670 Rac-like GTP-binding protein 3 14.45219254 C6_chemical_B3 +LQ03X000670 Rac-like GTP-binding protein 3 13.85787458 C6_chemical_C1 +LQ03X000670 Rac-like GTP-binding protein 3 13.73522572 C6_chemical_C2 +LQ03X000670 Rac-like GTP-binding protein 3 13.87801251 C6_chemical_C3 +LQ03X000670 Rac-like GTP-binding protein 3 13.86911458 L4_control_A1 +LQ03X000670 Rac-like GTP-binding protein 3 13.96593048 L4_control_A2 +LQ03X000670 Rac-like GTP-binding protein 3 13.19500298 L4_control_A3 +LQ03X000670 Rac-like GTP-binding protein 3 14.43363429 L4_control_B1 +LQ03X000670 Rac-like GTP-binding protein 3 13.99425484 L4_control_B2 +LQ03X000670 Rac-like GTP-binding protein 3 14.74404453 L4_control_B3 +LQ03X000670 Rac-like GTP-binding protein 3 13.75174033 L4_control_C2 +LQ03X000670 Rac-like GTP-binding protein 3 14.17544418 L4_control_C3 +LQ03X000670 Rac-like GTP-binding protein 3 13.80976075 L4_chemical_A1 +LQ03X000670 Rac-like GTP-binding protein 3 13.6499433 L4_chemical_A2 +LQ03X000670 Rac-like GTP-binding protein 3 13.4677614 L4_chemical_A3 +LQ03X000670 Rac-like GTP-binding protein 3 14.04591344 L4_chemical_B1 +LQ03X000670 Rac-like GTP-binding protein 3 13.79510705 L4_chemical_B2 +LQ03X000670 Rac-like GTP-binding protein 3 14.56976961 L4_chemical_B3 +LQ03X000670 Rac-like GTP-binding protein 3 13.61404249 L4_chemical_C2 +LQ03X000670 Rac-like GTP-binding protein 3 14.08505463 L4_chemical_C3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.140839571 C6_control_A1 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.926849572 C6_control_A3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.455618714 C6_control_B1 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.040299393 C6_control_B2 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.972793409 C6_control_B3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.180368397 C6_control_C1 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.875329526 C6_control_C2 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.912861147 C6_control_C3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.201754204 C6_chemical_A1 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.888885511 C6_chemical_A3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.49702074 C6_chemical_B1 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.899611318 C6_chemical_B2 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.421427659 C6_chemical_B3 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.969214338 C6_chemical_C1 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.015943688 C6_chemical_C2 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.04811333 C6_chemical_C3 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.980626473 L4_control_A1 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.845528819 L4_control_A2 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.941630873 L4_control_A3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.360215292 L4_control_B1 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.955972373 L4_control_B2 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.97975748 L4_control_B3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.33816971 L4_control_C2 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.969425374 L4_control_C3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.04981783 L4_chemical_A1 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.319295825 L4_chemical_A2 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.275090905 L4_chemical_A3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.543562733 L4_chemical_B1 +LQ03X000690 Putative Auxin-induced protein 5NG4 4.92745573 L4_chemical_B2 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.270177784 L4_chemical_B3 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.16453664 L4_chemical_C2 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.734964978 L4_chemical_C3 +LQ03X000720 RING-H2 finger protein ATL3I 5.204408422 C6_control_A1 +LQ03X000720 RING-H2 finger protein ATL3I 5.624417511 C6_control_A3 +LQ03X000720 RING-H2 finger protein ATL3I 5.404411457 C6_control_B1 +LQ03X000720 RING-H2 finger protein ATL3I 4.963202412 C6_control_B2 +LQ03X000720 RING-H2 finger protein ATL3I 5.095894924 C6_control_B3 +LQ03X000720 RING-H2 finger protein ATL3I 4.931007492 C6_control_C1 +LQ03X000720 RING-H2 finger protein ATL3I 5.451797017 C6_control_C2 +LQ03X000720 RING-H2 finger protein ATL3I 4.897092734 C6_control_C3 +LQ03X000720 RING-H2 finger protein ATL3I 4.793223922 C6_chemical_A1 +LQ03X000720 RING-H2 finger protein ATL3I 5.102237099 C6_chemical_A3 +LQ03X000720 RING-H2 finger protein ATL3I 5.261373761 C6_chemical_B1 +LQ03X000720 RING-H2 finger protein ATL3I 4.869253831 C6_chemical_B2 +LQ03X000720 RING-H2 finger protein ATL3I 5.421358054 C6_chemical_B3 +LQ03X000720 RING-H2 finger protein ATL3I 5.308438479 C6_chemical_C1 +LQ03X000720 RING-H2 finger protein ATL3I 4.920141523 C6_chemical_C2 +LQ03X000720 RING-H2 finger protein ATL3I 5.109359925 C6_chemical_C3 +LQ03X000720 RING-H2 finger protein ATL3I 5.537570017 L4_control_A1 +LQ03X000720 RING-H2 finger protein ATL3I 5.085315114 L4_control_A2 +LQ03X000720 RING-H2 finger protein ATL3I 5.081867416 L4_control_A3 +LQ03X000720 RING-H2 finger protein ATL3I 4.895519389 L4_control_B1 +LQ03X000720 RING-H2 finger protein ATL3I 4.828206069 L4_control_B2 +LQ03X000720 RING-H2 finger protein ATL3I 5.120935437 L4_control_B3 +LQ03X000720 RING-H2 finger protein ATL3I 4.909528093 L4_control_C2 +LQ03X000720 RING-H2 finger protein ATL3I 5.089557418 L4_control_C3 +LQ03X000720 RING-H2 finger protein ATL3I 5.404619844 L4_chemical_A1 +LQ03X000720 RING-H2 finger protein ATL3I 5.057826535 L4_chemical_A2 +LQ03X000720 RING-H2 finger protein ATL3I 5.67485793 L4_chemical_A3 +LQ03X000720 RING-H2 finger protein ATL3I 5.163872297 L4_chemical_B1 +LQ03X000720 RING-H2 finger protein ATL3I 4.895031402 L4_chemical_B2 +LQ03X000720 RING-H2 finger protein ATL3I 5.090406191 L4_chemical_B3 +LQ03X000720 RING-H2 finger protein ATL3I 5.329575465 L4_chemical_C2 +LQ03X000720 RING-H2 finger protein ATL3I 5.660902444 L4_chemical_C3 +LQ03X000730 Hypothetical protein 9.547951611 C6_control_A1 +LQ03X000730 Hypothetical protein 10.02089717 C6_control_A3 +LQ03X000730 Hypothetical protein 9.848607304 C6_control_B1 +LQ03X000730 Hypothetical protein 7.858349963 C6_control_B2 +LQ03X000730 Hypothetical protein 9.460422506 C6_control_B3 +LQ03X000730 Hypothetical protein 7.625063666 C6_control_C1 +LQ03X000730 Hypothetical protein 6.570188892 C6_control_C2 +LQ03X000730 Hypothetical protein 6.666453113 C6_control_C3 +LQ03X000730 Hypothetical protein 8.898937931 C6_chemical_A1 +LQ03X000730 Hypothetical protein 8.532547777 C6_chemical_A3 +LQ03X000730 Hypothetical protein 9.455392861 C6_chemical_B1 +LQ03X000730 Hypothetical protein 8.812717491 C6_chemical_B2 +LQ03X000730 Hypothetical protein 9.034609002 C6_chemical_B3 +LQ03X000730 Hypothetical protein 7.762198997 C6_chemical_C1 +LQ03X000730 Hypothetical protein 7.941282215 C6_chemical_C2 +LQ03X000730 Hypothetical protein 6.480737917 C6_chemical_C3 +LQ03X000730 Hypothetical protein 9.705206134 L4_control_A1 +LQ03X000730 Hypothetical protein 10.00228619 L4_control_A2 +LQ03X000730 Hypothetical protein 9.428853458 L4_control_A3 +LQ03X000730 Hypothetical protein 9.495627518 L4_control_B1 +LQ03X000730 Hypothetical protein 9.452825324 L4_control_B2 +LQ03X000730 Hypothetical protein 7.578223766 L4_control_B3 +LQ03X000730 Hypothetical protein 7.19509104 L4_control_C2 +LQ03X000730 Hypothetical protein 7.204996303 L4_control_C3 +LQ03X000730 Hypothetical protein 10.085362 L4_chemical_A1 +LQ03X000730 Hypothetical protein 10.14285265 L4_chemical_A2 +LQ03X000730 Hypothetical protein 9.921369418 L4_chemical_A3 +LQ03X000730 Hypothetical protein 10.17233511 L4_chemical_B1 +LQ03X000730 Hypothetical protein 10.50700792 L4_chemical_B2 +LQ03X000730 Hypothetical protein 9.832040884 L4_chemical_B3 +LQ03X000730 Hypothetical protein 6.303927081 L4_chemical_C2 +LQ03X000730 Hypothetical protein 7.28793692 L4_chemical_C3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.537628312 C6_control_A1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.449141797 C6_control_A3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.176905363 C6_control_B1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.100796048 C6_control_B2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.214087543 C6_control_B3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.649637882 C6_control_C1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.362242063 C6_control_C2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.557006869 C6_control_C3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.701927041 C6_chemical_A1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.336606658 C6_chemical_A3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.965711539 C6_chemical_B1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.964554256 C6_chemical_B2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.892978462 C6_chemical_B3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.519459688 C6_chemical_C1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.625704099 C6_chemical_C2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.547557127 C6_chemical_C3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.450831732 L4_control_A1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.74937894 L4_control_A2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.406545431 L4_control_A3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.963420388 L4_control_B1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.507088516 L4_control_B2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.639907554 L4_control_B3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.18723973 L4_control_C2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.87047476 L4_control_C3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.286103889 L4_chemical_A1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.743761834 L4_chemical_A2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.961046834 L4_chemical_A3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.132710669 L4_chemical_B1 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.290452935 L4_chemical_B2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.592280022 L4_chemical_B3 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.113956923 L4_chemical_C2 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.071485782 L4_chemical_C3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.70227064 C6_control_A1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.65115413 C6_control_A3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.59606705 C6_control_B1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.25548335 C6_control_B2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.37537863 C6_control_B3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.41679527 C6_control_C1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.15576898 C6_control_C2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.05520827 C6_control_C3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.76179814 C6_chemical_A1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.64810329 C6_chemical_A3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.6003942 C6_chemical_B1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.03427517 C6_chemical_B2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.936835003 C6_chemical_B3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.57423854 C6_chemical_C1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.997319164 C6_chemical_C2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.803475263 C6_chemical_C3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.61092737 L4_control_A1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.40747128 L4_control_A2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.937520476 L4_control_A3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.15549831 L4_control_B1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.2220132 L4_control_B2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.915303792 L4_control_B3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.623762459 L4_control_C2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.419504871 L4_control_C3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 11.11468061 L4_chemical_A1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.98957723 L4_chemical_A2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.36739228 L4_chemical_A3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.44080378 L4_chemical_B1 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.29150885 L4_chemical_B2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.766726499 L4_chemical_B3 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.755357122 L4_chemical_C2 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 9.759373164 L4_chemical_C3 +LQ03X000780 RING-H2 finger protein ATL5I 8.436153095 C6_control_A1 +LQ03X000780 RING-H2 finger protein ATL5I 7.626401628 C6_control_A3 +LQ03X000780 RING-H2 finger protein ATL5I 9.062843297 C6_control_B1 +LQ03X000780 RING-H2 finger protein ATL5I 9.120738789 C6_control_B2 +LQ03X000780 RING-H2 finger protein ATL5I 9.305005485 C6_control_B3 +LQ03X000780 RING-H2 finger protein ATL5I 10.09385468 C6_control_C1 +LQ03X000780 RING-H2 finger protein ATL5I 9.999883711 C6_control_C2 +LQ03X000780 RING-H2 finger protein ATL5I 9.444063651 C6_control_C3 +LQ03X000780 RING-H2 finger protein ATL5I 8.307955822 C6_chemical_A1 +LQ03X000780 RING-H2 finger protein ATL5I 7.887274068 C6_chemical_A3 +LQ03X000780 RING-H2 finger protein ATL5I 8.977847169 C6_chemical_B1 +LQ03X000780 RING-H2 finger protein ATL5I 9.088656636 C6_chemical_B2 +LQ03X000780 RING-H2 finger protein ATL5I 9.232588944 C6_chemical_B3 +LQ03X000780 RING-H2 finger protein ATL5I 9.973051039 C6_chemical_C1 +LQ03X000780 RING-H2 finger protein ATL5I 10.18525557 C6_chemical_C2 +LQ03X000780 RING-H2 finger protein ATL5I 9.982524468 C6_chemical_C3 +LQ03X000780 RING-H2 finger protein ATL5I 7.593906585 L4_control_A1 +LQ03X000780 RING-H2 finger protein ATL5I 7.72609496 L4_control_A2 +LQ03X000780 RING-H2 finger protein ATL5I 7.512511011 L4_control_A3 +LQ03X000780 RING-H2 finger protein ATL5I 8.731772512 L4_control_B1 +LQ03X000780 RING-H2 finger protein ATL5I 9.449617259 L4_control_B2 +LQ03X000780 RING-H2 finger protein ATL5I 9.684048224 L4_control_B3 +LQ03X000780 RING-H2 finger protein ATL5I 10.95248435 L4_control_C2 +LQ03X000780 RING-H2 finger protein ATL5I 10.72969728 L4_control_C3 +LQ03X000780 RING-H2 finger protein ATL5I 7.759241412 L4_chemical_A1 +LQ03X000780 RING-H2 finger protein ATL5I 8.215017252 L4_chemical_A2 +LQ03X000780 RING-H2 finger protein ATL5I 6.343329273 L4_chemical_A3 +LQ03X000780 RING-H2 finger protein ATL5I 8.616691844 L4_chemical_B1 +LQ03X000780 RING-H2 finger protein ATL5I 9.305709482 L4_chemical_B2 +LQ03X000780 RING-H2 finger protein ATL5I 8.386038445 L4_chemical_B3 +LQ03X000780 RING-H2 finger protein ATL5I 11.09951176 L4_chemical_C2 +LQ03X000780 RING-H2 finger protein ATL5I 10.62315668 L4_chemical_C3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.601348523 C6_control_A1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.749705024 C6_control_A3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.688438725 C6_control_B1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 10.03063712 C6_control_B2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.836253767 C6_control_B3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 10.19479604 C6_control_C1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.86870989 C6_control_C2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.804732417 C6_control_C3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.332510631 C6_chemical_A1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.272887064 C6_chemical_A3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.601053861 C6_chemical_B1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.998275542 C6_chemical_B2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.539032581 C6_chemical_B3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 10.1220618 C6_chemical_C1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.994220829 C6_chemical_C2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.3814637 C6_chemical_C3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.909523647 L4_control_A1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.322390459 L4_control_A2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 6.777649725 L4_control_A3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.170664544 L4_control_B1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 7.457385898 L4_control_B2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.942036838 L4_control_B3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.02979322 L4_control_C2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.164277546 L4_control_C3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.31397965 L4_chemical_A1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.471508268 L4_chemical_A2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 6.864297925 L4_chemical_A3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 7.514507431 L4_chemical_B1 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 6.751868304 L4_chemical_B2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.727593611 L4_chemical_B3 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.644235087 L4_chemical_C2 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 8.218933618 L4_chemical_C3 +LQ03X000800 Predicted protein 8.535491799 C6_control_A1 +LQ03X000800 Predicted protein 9.408295673 C6_control_A3 +LQ03X000800 Predicted protein 8.790223103 C6_control_B1 +LQ03X000800 Predicted protein 8.795601667 C6_control_B2 +LQ03X000800 Predicted protein 9.460212692 C6_control_B3 +LQ03X000800 Predicted protein 9.364838775 C6_control_C1 +LQ03X000800 Predicted protein 9.148026398 C6_control_C2 +LQ03X000800 Predicted protein 10.06018874 C6_control_C3 +LQ03X000800 Predicted protein 8.103308556 C6_chemical_A1 +LQ03X000800 Predicted protein 9.003076195 C6_chemical_A3 +LQ03X000800 Predicted protein 8.61939152 C6_chemical_B1 +LQ03X000800 Predicted protein 8.816128632 C6_chemical_B2 +LQ03X000800 Predicted protein 8.906543777 C6_chemical_B3 +LQ03X000800 Predicted protein 9.163149291 C6_chemical_C1 +LQ03X000800 Predicted protein 9.246700121 C6_chemical_C2 +LQ03X000800 Predicted protein 10.39846515 C6_chemical_C3 +LQ03X000800 Predicted protein 8.348987174 L4_control_A1 +LQ03X000800 Predicted protein 8.465140827 L4_control_A2 +LQ03X000800 Predicted protein 8.738396684 L4_control_A3 +LQ03X000800 Predicted protein 9.165181883 L4_control_B1 +LQ03X000800 Predicted protein 9.016227626 L4_control_B2 +LQ03X000800 Predicted protein 10.00938862 L4_control_B3 +LQ03X000800 Predicted protein 10.3967828 L4_control_C2 +LQ03X000800 Predicted protein 10.60433502 L4_control_C3 +LQ03X000800 Predicted protein 9.036584787 L4_chemical_A1 +LQ03X000800 Predicted protein 9.259628113 L4_chemical_A2 +LQ03X000800 Predicted protein 8.917596069 L4_chemical_A3 +LQ03X000800 Predicted protein 8.913939308 L4_chemical_B1 +LQ03X000800 Predicted protein 8.992629543 L4_chemical_B2 +LQ03X000800 Predicted protein 9.033198952 L4_chemical_B3 +LQ03X000800 Predicted protein 9.721192474 L4_chemical_C2 +LQ03X000800 Predicted protein 10.60814095 L4_chemical_C3 +LQ03X000810 Putative uncharacterized protein 13.06214356 C6_control_A1 +LQ03X000810 Putative uncharacterized protein 13.22113536 C6_control_A3 +LQ03X000810 Putative uncharacterized protein 12.78276721 C6_control_B1 +LQ03X000810 Putative uncharacterized protein 13.11433693 C6_control_B2 +LQ03X000810 Putative uncharacterized protein 12.59210475 C6_control_B3 +LQ03X000810 Putative uncharacterized protein 12.73382762 C6_control_C1 +LQ03X000810 Putative uncharacterized protein 12.78908801 C6_control_C2 +LQ03X000810 Putative uncharacterized protein 12.87568149 C6_control_C3 +LQ03X000810 Putative uncharacterized protein 13.15005954 C6_chemical_A1 +LQ03X000810 Putative uncharacterized protein 12.86786696 C6_chemical_A3 +LQ03X000810 Putative uncharacterized protein 12.82484025 C6_chemical_B1 +LQ03X000810 Putative uncharacterized protein 13.17362607 C6_chemical_B2 +LQ03X000810 Putative uncharacterized protein 12.99228148 C6_chemical_B3 +LQ03X000810 Putative uncharacterized protein 12.75988493 C6_chemical_C1 +LQ03X000810 Putative uncharacterized protein 12.85396221 C6_chemical_C2 +LQ03X000810 Putative uncharacterized protein 12.51432777 C6_chemical_C3 +LQ03X000810 Putative uncharacterized protein 13.22062896 L4_control_A1 +LQ03X000810 Putative uncharacterized protein 13.38652572 L4_control_A2 +LQ03X000810 Putative uncharacterized protein 12.54779804 L4_control_A3 +LQ03X000810 Putative uncharacterized protein 12.74396209 L4_control_B1 +LQ03X000810 Putative uncharacterized protein 12.16862908 L4_control_B2 +LQ03X000810 Putative uncharacterized protein 12.74645075 L4_control_B3 +LQ03X000810 Putative uncharacterized protein 11.98318251 L4_control_C2 +LQ03X000810 Putative uncharacterized protein 12.23442964 L4_control_C3 +LQ03X000810 Putative uncharacterized protein 13.31536113 L4_chemical_A1 +LQ03X000810 Putative uncharacterized protein 13.902938 L4_chemical_A2 +LQ03X000810 Putative uncharacterized protein 12.77051982 L4_chemical_A3 +LQ03X000810 Putative uncharacterized protein 13.27067892 L4_chemical_B1 +LQ03X000810 Putative uncharacterized protein 12.66177195 L4_chemical_B2 +LQ03X000810 Putative uncharacterized protein 13.16864914 L4_chemical_B3 +LQ03X000810 Putative uncharacterized protein 12.25941181 L4_chemical_C2 +LQ03X000810 Putative uncharacterized protein 12.31824173 L4_chemical_C3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.18329865 C6_control_A1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.049880289 C6_control_A3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.4450671 C6_control_B1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.257431229 C6_control_B2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.379417653 C6_control_B3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.280487895 C6_control_C1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.876273779 C6_control_C2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.171716811 C6_control_C3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.519773245 C6_chemical_A1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.47079349 C6_chemical_A3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.228500881 C6_chemical_B1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.152682793 C6_chemical_B2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.695393163 C6_chemical_B3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.943138423 C6_chemical_C1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.473176802 C6_chemical_C2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.495566722 C6_chemical_C3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.383530461 L4_control_A1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.231191004 L4_control_A2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.422212636 L4_control_A3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.491151296 L4_control_B1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.677082468 L4_control_B2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.141018812 L4_control_B3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.847742435 L4_control_C2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.618190548 L4_control_C3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.380758374 L4_chemical_A1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.214298649 L4_chemical_A2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.442398607 L4_chemical_A3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.211742521 L4_chemical_B1 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.793472117 L4_chemical_B2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.955755415 L4_chemical_B3 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.692749906 L4_chemical_C2 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.871204849 L4_chemical_C3 +LQ03X000830 Putative uncharacterized protein 4.845793774 C6_control_A1 +LQ03X000830 Putative uncharacterized protein 4.708484092 C6_control_A3 +LQ03X000830 Putative uncharacterized protein 5.062437209 C6_control_B1 +LQ03X000830 Putative uncharacterized protein 4.821806965 C6_control_B2 +LQ03X000830 Putative uncharacterized protein 4.916753314 C6_control_B3 +LQ03X000830 Putative uncharacterized protein 5.10219318 C6_control_C1 +LQ03X000830 Putative uncharacterized protein 4.606595885 C6_control_C2 +LQ03X000830 Putative uncharacterized protein 4.480617112 C6_control_C3 +LQ03X000830 Putative uncharacterized protein 4.783319791 C6_chemical_A1 +LQ03X000830 Putative uncharacterized protein 4.909019572 C6_chemical_A3 +LQ03X000830 Putative uncharacterized protein 4.869575551 C6_chemical_B1 +LQ03X000830 Putative uncharacterized protein 4.563113714 C6_chemical_B2 +LQ03X000830 Putative uncharacterized protein 5.307055242 C6_chemical_B3 +LQ03X000830 Putative uncharacterized protein 4.95654032 C6_chemical_C1 +LQ03X000830 Putative uncharacterized protein 4.668600487 C6_chemical_C2 +LQ03X000830 Putative uncharacterized protein 4.783585564 C6_chemical_C3 +LQ03X000830 Putative uncharacterized protein 4.54958518 L4_control_A1 +LQ03X000830 Putative uncharacterized protein 4.77062985 L4_control_A2 +LQ03X000830 Putative uncharacterized protein 5.045018124 L4_control_A3 +LQ03X000830 Putative uncharacterized protein 4.789664527 L4_control_B1 +LQ03X000830 Putative uncharacterized protein 4.920989524 L4_control_B2 +LQ03X000830 Putative uncharacterized protein 4.842986081 L4_control_B3 +LQ03X000830 Putative uncharacterized protein 5.319521611 L4_control_C2 +LQ03X000830 Putative uncharacterized protein 5.189779347 L4_control_C3 +LQ03X000830 Putative uncharacterized protein 4.821206028 L4_chemical_A1 +LQ03X000830 Putative uncharacterized protein 4.746194398 L4_chemical_A2 +LQ03X000830 Putative uncharacterized protein 4.910082756 L4_chemical_A3 +LQ03X000830 Putative uncharacterized protein 4.715495067 L4_chemical_B1 +LQ03X000830 Putative uncharacterized protein 4.985300221 L4_chemical_B2 +LQ03X000830 Putative uncharacterized protein 4.78755647 L4_chemical_B3 +LQ03X000830 Putative uncharacterized protein 5.119519057 L4_chemical_C2 +LQ03X000830 Putative uncharacterized protein 5.230073369 L4_chemical_C3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.149649642 C6_control_A1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.283351838 C6_control_A3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.496306135 C6_control_B1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.725649252 C6_control_B2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.441597583 C6_control_B3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.898454663 C6_control_C1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 6.075870665 C6_control_C2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.497829728 C6_control_C3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.061294101 C6_chemical_A1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.404399075 C6_chemical_A3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 4.945602733 C6_chemical_B1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.53285447 C6_chemical_B2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.202496719 C6_chemical_B3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.834091428 C6_chemical_C1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.340088923 C6_chemical_C2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.25386038 C6_chemical_C3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.007417284 L4_control_A1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.187458123 L4_control_A2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.026843877 L4_control_A3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.155609667 L4_control_B1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.589003095 L4_control_B2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.404462773 L4_control_B3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.020887953 L4_control_C2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.005172639 L4_control_C3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 4.955919326 L4_chemical_A1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 4.983521174 L4_chemical_A2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 4.825349979 L4_chemical_A3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.186568156 L4_chemical_B1 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.425992746 L4_chemical_B2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.062866079 L4_chemical_B3 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.292519297 L4_chemical_C2 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.44333429 L4_chemical_C3 +LQ03X000930 Putative U-box domain-containing protein 19 8.561291542 C6_control_A1 +LQ03X000930 Putative U-box domain-containing protein 19 6.88960925 C6_control_A3 +LQ03X000930 Putative U-box domain-containing protein 19 10.90139447 C6_control_B1 +LQ03X000930 Putative U-box domain-containing protein 19 10.85230835 C6_control_B2 +LQ03X000930 Putative U-box domain-containing protein 19 10.54789431 C6_control_B3 +LQ03X000930 Putative U-box domain-containing protein 19 9.928811079 C6_control_C1 +LQ03X000930 Putative U-box domain-containing protein 19 11.25256263 C6_control_C2 +LQ03X000930 Putative U-box domain-containing protein 19 10.11110325 C6_control_C3 +LQ03X000930 Putative U-box domain-containing protein 19 8.811845517 C6_chemical_A1 +LQ03X000930 Putative U-box domain-containing protein 19 8.382083207 C6_chemical_A3 +LQ03X000930 Putative U-box domain-containing protein 19 11.97594912 C6_chemical_B1 +LQ03X000930 Putative U-box domain-containing protein 19 11.07569527 C6_chemical_B2 +LQ03X000930 Putative U-box domain-containing protein 19 11.09424958 C6_chemical_B3 +LQ03X000930 Putative U-box domain-containing protein 19 10.47876757 C6_chemical_C1 +LQ03X000930 Putative U-box domain-containing protein 19 10.92546715 C6_chemical_C2 +LQ03X000930 Putative U-box domain-containing protein 19 11.39943668 C6_chemical_C3 +LQ03X000930 Putative U-box domain-containing protein 19 7.495738381 L4_control_A1 +LQ03X000930 Putative U-box domain-containing protein 19 8.672644985 L4_control_A2 +LQ03X000930 Putative U-box domain-containing protein 19 7.757737506 L4_control_A3 +LQ03X000930 Putative U-box domain-containing protein 19 12.21879877 L4_control_B1 +LQ03X000930 Putative U-box domain-containing protein 19 10.82885971 L4_control_B2 +LQ03X000930 Putative U-box domain-containing protein 19 9.234115291 L4_control_B3 +LQ03X000930 Putative U-box domain-containing protein 19 10.95296957 L4_control_C2 +LQ03X000930 Putative U-box domain-containing protein 19 9.646864834 L4_control_C3 +LQ03X000930 Putative U-box domain-containing protein 19 8.508001012 L4_chemical_A1 +LQ03X000930 Putative U-box domain-containing protein 19 10.8006593 L4_chemical_A2 +LQ03X000930 Putative U-box domain-containing protein 19 7.328341819 L4_chemical_A3 +LQ03X000930 Putative U-box domain-containing protein 19 11.96156269 L4_chemical_B1 +LQ03X000930 Putative U-box domain-containing protein 19 12.33661307 L4_chemical_B2 +LQ03X000930 Putative U-box domain-containing protein 19 9.904393674 L4_chemical_B3 +LQ03X000930 Putative U-box domain-containing protein 19 12.93005406 L4_chemical_C2 +LQ03X000930 Putative U-box domain-containing protein 19 10.24749461 L4_chemical_C3 +LQ03X000970 Hypothetical protein 12.46008106 C6_control_A1 +LQ03X000970 Hypothetical protein 12.27556438 C6_control_A3 +LQ03X000970 Hypothetical protein 12.49005507 C6_control_B1 +LQ03X000970 Hypothetical protein 12.23012818 C6_control_B2 +LQ03X000970 Hypothetical protein 11.84022058 C6_control_B3 +LQ03X000970 Hypothetical protein 11.6979792 C6_control_C1 +LQ03X000970 Hypothetical protein 11.67695561 C6_control_C2 +LQ03X000970 Hypothetical protein 12.03623822 C6_control_C3 +LQ03X000970 Hypothetical protein 12.32375582 C6_chemical_A1 +LQ03X000970 Hypothetical protein 12.02999895 C6_chemical_A3 +LQ03X000970 Hypothetical protein 12.237424 C6_chemical_B1 +LQ03X000970 Hypothetical protein 12.28374633 C6_chemical_B2 +LQ03X000970 Hypothetical protein 11.70939051 C6_chemical_B3 +LQ03X000970 Hypothetical protein 11.65807861 C6_chemical_C1 +LQ03X000970 Hypothetical protein 11.63783952 C6_chemical_C2 +LQ03X000970 Hypothetical protein 11.68041474 C6_chemical_C3 +LQ03X000970 Hypothetical protein 12.25511461 L4_control_A1 +LQ03X000970 Hypothetical protein 11.08312731 L4_control_A2 +LQ03X000970 Hypothetical protein 11.50877852 L4_control_A3 +LQ03X000970 Hypothetical protein 11.33773171 L4_control_B1 +LQ03X000970 Hypothetical protein 10.39516194 L4_control_B2 +LQ03X000970 Hypothetical protein 11.61391306 L4_control_B3 +LQ03X000970 Hypothetical protein 11.47542219 L4_control_C2 +LQ03X000970 Hypothetical protein 10.61423266 L4_control_C3 +LQ03X000970 Hypothetical protein 11.87139426 L4_chemical_A1 +LQ03X000970 Hypothetical protein 10.70438828 L4_chemical_A2 +LQ03X000970 Hypothetical protein 11.64828607 L4_chemical_A3 +LQ03X000970 Hypothetical protein 11.6696582 L4_chemical_B1 +LQ03X000970 Hypothetical protein 9.805100772 L4_chemical_B2 +LQ03X000970 Hypothetical protein 11.64553203 L4_chemical_B3 +LQ03X000970 Hypothetical protein 10.85656424 L4_chemical_C2 +LQ03X000970 Hypothetical protein 11.02096045 L4_chemical_C3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.9406411 C6_control_A1 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.97771939 C6_control_A3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.90566676 C6_control_B1 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.06578869 C6_control_B2 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.46995862 C6_control_B3 +LQ03X000980 Phosphopantetheine adenylyltransferase 11.92379668 C6_control_C1 +LQ03X000980 Phosphopantetheine adenylyltransferase 11.70060526 C6_control_C2 +LQ03X000980 Phosphopantetheine adenylyltransferase 11.90147749 C6_control_C3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.84783706 C6_chemical_A1 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.99223582 C6_chemical_A3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.73193234 C6_chemical_B1 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.11601991 C6_chemical_B2 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.40537665 C6_chemical_B3 +LQ03X000980 Phosphopantetheine adenylyltransferase 11.6400824 C6_chemical_C1 +LQ03X000980 Phosphopantetheine adenylyltransferase 11.64118214 C6_chemical_C2 +LQ03X000980 Phosphopantetheine adenylyltransferase 11.84688913 C6_chemical_C3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.95204457 L4_control_A1 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.76965013 L4_control_A2 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.90492441 L4_control_A3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.47265369 L4_control_B1 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.1289798 L4_control_B2 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.49022761 L4_control_B3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.21504337 L4_control_C2 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.53534282 L4_control_C3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.57684116 L4_chemical_A1 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.72101306 L4_chemical_A2 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.77480854 L4_chemical_A3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.56594192 L4_chemical_B1 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.17451046 L4_chemical_B2 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.56869579 L4_chemical_B3 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.27179801 L4_chemical_C2 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.42495005 L4_chemical_C3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.457292062 C6_control_A1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.204988176 C6_control_A3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.640654128 C6_control_B1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.22125636 C6_control_B2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.628943713 C6_control_B3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.97228206 C6_control_C1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.9358955 C6_control_C2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.12538385 C6_control_C3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.945279622 C6_chemical_A1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.82569413 C6_chemical_A3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.28704153 C6_chemical_B1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.52436182 C6_chemical_B2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.02573508 C6_chemical_B3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 11.36735853 C6_chemical_C1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 11.2474992 C6_chemical_C2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.85414795 C6_chemical_C3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.64532111 L4_control_A1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.22344729 L4_control_A2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.545336794 L4_control_A3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.646404174 L4_control_B1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.36494992 L4_control_B2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.82837474 L4_control_B3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.79443508 L4_control_C2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.87931223 L4_control_C3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.57316272 L4_chemical_A1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.18577628 L4_chemical_A2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.169118403 L4_chemical_A3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.608918211 L4_chemical_B1 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.842604168 L4_chemical_B2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.873877395 L4_chemical_B3 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 10.64310482 L4_chemical_C2 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 11.08142901 L4_chemical_C3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.72628019 C6_control_A1 +LQ03X001060 Serine/threonine-protein kinase HT1 11.17328916 C6_control_A3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.7636614 C6_control_B1 +LQ03X001060 Serine/threonine-protein kinase HT1 10.46747669 C6_control_B2 +LQ03X001060 Serine/threonine-protein kinase HT1 10.62225311 C6_control_B3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.1294682 C6_control_C1 +LQ03X001060 Serine/threonine-protein kinase HT1 9.640873354 C6_control_C2 +LQ03X001060 Serine/threonine-protein kinase HT1 9.811858202 C6_control_C3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.19435352 C6_chemical_A1 +LQ03X001060 Serine/threonine-protein kinase HT1 10.85047231 C6_chemical_A3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.17003651 C6_chemical_B1 +LQ03X001060 Serine/threonine-protein kinase HT1 10.27067368 C6_chemical_B2 +LQ03X001060 Serine/threonine-protein kinase HT1 10.35195896 C6_chemical_B3 +LQ03X001060 Serine/threonine-protein kinase HT1 9.95555489 C6_chemical_C1 +LQ03X001060 Serine/threonine-protein kinase HT1 10.05597808 C6_chemical_C2 +LQ03X001060 Serine/threonine-protein kinase HT1 10.28820007 C6_chemical_C3 +LQ03X001060 Serine/threonine-protein kinase HT1 11.38973781 L4_control_A1 +LQ03X001060 Serine/threonine-protein kinase HT1 11.26180851 L4_control_A2 +LQ03X001060 Serine/threonine-protein kinase HT1 12.12111688 L4_control_A3 +LQ03X001060 Serine/threonine-protein kinase HT1 11.15530796 L4_control_B1 +LQ03X001060 Serine/threonine-protein kinase HT1 10.84830435 L4_control_B2 +LQ03X001060 Serine/threonine-protein kinase HT1 11.07229446 L4_control_B3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.34728761 L4_control_C2 +LQ03X001060 Serine/threonine-protein kinase HT1 10.46358651 L4_control_C3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.5291432 L4_chemical_A1 +LQ03X001060 Serine/threonine-protein kinase HT1 10.38788935 L4_chemical_A2 +LQ03X001060 Serine/threonine-protein kinase HT1 11.61569946 L4_chemical_A3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.30312729 L4_chemical_B1 +LQ03X001060 Serine/threonine-protein kinase HT1 10.36927233 L4_chemical_B2 +LQ03X001060 Serine/threonine-protein kinase HT1 10.96369593 L4_chemical_B3 +LQ03X001060 Serine/threonine-protein kinase HT1 10.21496326 L4_chemical_C2 +LQ03X001060 Serine/threonine-protein kinase HT1 10.58206958 L4_chemical_C3 +LQ03X001070 Kinesin light chain, putative 8.33427159 C6_control_A1 +LQ03X001070 Kinesin light chain, putative 6.655967602 C6_control_A3 +LQ03X001070 Kinesin light chain, putative 9.145329151 C6_control_B1 +LQ03X001070 Kinesin light chain, putative 10.32267694 C6_control_B2 +LQ03X001070 Kinesin light chain, putative 10.18265506 C6_control_B3 +LQ03X001070 Kinesin light chain, putative 9.447851803 C6_control_C1 +LQ03X001070 Kinesin light chain, putative 9.539976965 C6_control_C2 +LQ03X001070 Kinesin light chain, putative 9.478976988 C6_control_C3 +LQ03X001070 Kinesin light chain, putative 8.330410031 C6_chemical_A1 +LQ03X001070 Kinesin light chain, putative 7.950757844 C6_chemical_A3 +LQ03X001070 Kinesin light chain, putative 9.81574022 C6_chemical_B1 +LQ03X001070 Kinesin light chain, putative 10.55153697 C6_chemical_B2 +LQ03X001070 Kinesin light chain, putative 11.19291283 C6_chemical_B3 +LQ03X001070 Kinesin light chain, putative 9.507797571 C6_chemical_C1 +LQ03X001070 Kinesin light chain, putative 9.592513919 C6_chemical_C2 +LQ03X001070 Kinesin light chain, putative 10.03907722 C6_chemical_C3 +LQ03X001070 Kinesin light chain, putative 8.179216432 L4_control_A1 +LQ03X001070 Kinesin light chain, putative 8.442649667 L4_control_A2 +LQ03X001070 Kinesin light chain, putative 8.583235695 L4_control_A3 +LQ03X001070 Kinesin light chain, putative 10.12953715 L4_control_B1 +LQ03X001070 Kinesin light chain, putative 10.44477673 L4_control_B2 +LQ03X001070 Kinesin light chain, putative 11.84349826 L4_control_B3 +LQ03X001070 Kinesin light chain, putative 10.24161483 L4_control_C2 +LQ03X001070 Kinesin light chain, putative 11.36789785 L4_control_C3 +LQ03X001070 Kinesin light chain, putative 8.177872028 L4_chemical_A1 +LQ03X001070 Kinesin light chain, putative 8.214593571 L4_chemical_A2 +LQ03X001070 Kinesin light chain, putative 8.060138953 L4_chemical_A3 +LQ03X001070 Kinesin light chain, putative 9.642602714 L4_chemical_B1 +LQ03X001070 Kinesin light chain, putative 9.957577591 L4_chemical_B2 +LQ03X001070 Kinesin light chain, putative 10.29035363 L4_chemical_B3 +LQ03X001070 Kinesin light chain, putative 9.854397098 L4_chemical_C2 +LQ03X001070 Kinesin light chain, putative 11.19020397 L4_chemical_C3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.394848204 C6_control_A1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.46757234 C6_control_A3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.438149553 C6_control_B1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.514414809 C6_control_B2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.240478052 C6_control_B3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.59388891 C6_control_C1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.776673811 C6_control_C2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.306587013 C6_control_C3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.391622339 C6_chemical_A1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.41371586 C6_chemical_A3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.51213927 C6_chemical_B1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.088472489 C6_chemical_B2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.024023021 C6_chemical_B3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.305128988 C6_chemical_C1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.389843461 C6_chemical_C2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.650480142 C6_chemical_C3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.587910961 L4_control_A1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.315261433 L4_control_A2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.989374221 L4_control_A3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.232248342 L4_control_B1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.386692809 L4_control_B2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.005256722 L4_control_B3 +LQ03X001090 Putative exosome complex exonuclease rrp40 4.6553896 L4_control_C2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.683372972 L4_control_C3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.037335118 L4_chemical_A1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.06723422 L4_chemical_A2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.594112929 L4_chemical_A3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.059383861 L4_chemical_B1 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.155444023 L4_chemical_B2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.016559118 L4_chemical_B3 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.167499003 L4_chemical_C2 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.596774815 L4_chemical_C3 +LQ03X001110 Carbonic anhydrase 2 5.075438856 C6_control_A1 +LQ03X001110 Carbonic anhydrase 2 5.11356483 C6_control_A3 +LQ03X001110 Carbonic anhydrase 2 5.155440486 C6_control_B1 +LQ03X001110 Carbonic anhydrase 2 5.161980299 C6_control_B2 +LQ03X001110 Carbonic anhydrase 2 5.009506541 C6_control_B3 +LQ03X001110 Carbonic anhydrase 2 4.894154101 C6_control_C1 +LQ03X001110 Carbonic anhydrase 2 5.122052643 C6_control_C2 +LQ03X001110 Carbonic anhydrase 2 5.684161248 C6_control_C3 +LQ03X001110 Carbonic anhydrase 2 5.221029184 C6_chemical_A1 +LQ03X001110 Carbonic anhydrase 2 4.941935075 C6_chemical_A3 +LQ03X001110 Carbonic anhydrase 2 5.429801884 C6_chemical_B1 +LQ03X001110 Carbonic anhydrase 2 5.009284174 C6_chemical_B2 +LQ03X001110 Carbonic anhydrase 2 5.216139795 C6_chemical_B3 +LQ03X001110 Carbonic anhydrase 2 5.100169126 C6_chemical_C1 +LQ03X001110 Carbonic anhydrase 2 5.170539613 C6_chemical_C2 +LQ03X001110 Carbonic anhydrase 2 5.448949508 C6_chemical_C3 +LQ03X001110 Carbonic anhydrase 2 5.328425495 L4_control_A1 +LQ03X001110 Carbonic anhydrase 2 5.422514049 L4_control_A2 +LQ03X001110 Carbonic anhydrase 2 5.345520411 L4_control_A3 +LQ03X001110 Carbonic anhydrase 2 5.475965754 L4_control_B1 +LQ03X001110 Carbonic anhydrase 2 5.046482724 L4_control_B2 +LQ03X001110 Carbonic anhydrase 2 5.312810595 L4_control_B3 +LQ03X001110 Carbonic anhydrase 2 5.112837376 L4_control_C2 +LQ03X001110 Carbonic anhydrase 2 5.120280958 L4_control_C3 +LQ03X001110 Carbonic anhydrase 2 4.941098998 L4_chemical_A1 +LQ03X001110 Carbonic anhydrase 2 5.192441674 L4_chemical_A2 +LQ03X001110 Carbonic anhydrase 2 4.992896772 L4_chemical_A3 +LQ03X001110 Carbonic anhydrase 2 4.706569519 L4_chemical_B1 +LQ03X001110 Carbonic anhydrase 2 5.167005137 L4_chemical_B2 +LQ03X001110 Carbonic anhydrase 2 5.132028849 L4_chemical_B3 +LQ03X001110 Carbonic anhydrase 2 5.696161542 L4_chemical_C2 +LQ03X001110 Carbonic anhydrase 2 5.435981322 L4_chemical_C3 +LQ03X001210 Hypothetical protein 4.588325607 C6_control_A1 +LQ03X001210 Hypothetical protein 4.593067193 C6_control_A3 +LQ03X001210 Hypothetical protein 4.945070124 C6_control_B1 +LQ03X001210 Hypothetical protein 4.429275361 C6_control_B2 +LQ03X001210 Hypothetical protein 4.908944232 C6_control_B3 +LQ03X001210 Hypothetical protein 4.476456228 C6_control_C1 +LQ03X001210 Hypothetical protein 4.383645485 C6_control_C2 +LQ03X001210 Hypothetical protein 4.598400801 C6_control_C3 +LQ03X001210 Hypothetical protein 4.511737829 C6_chemical_A1 +LQ03X001210 Hypothetical protein 4.445247117 C6_chemical_A3 +LQ03X001210 Hypothetical protein 4.989889601 C6_chemical_B1 +LQ03X001210 Hypothetical protein 4.476572169 C6_chemical_B2 +LQ03X001210 Hypothetical protein 5.042776101 C6_chemical_B3 +LQ03X001210 Hypothetical protein 4.756845811 C6_chemical_C1 +LQ03X001210 Hypothetical protein 4.369074224 C6_chemical_C2 +LQ03X001210 Hypothetical protein 4.670675632 C6_chemical_C3 +LQ03X001210 Hypothetical protein 4.856270257 L4_control_A1 +LQ03X001210 Hypothetical protein 4.807801653 L4_control_A2 +LQ03X001210 Hypothetical protein 4.454621878 L4_control_A3 +LQ03X001210 Hypothetical protein 5.4783342 L4_control_B1 +LQ03X001210 Hypothetical protein 5.00288291 L4_control_B2 +LQ03X001210 Hypothetical protein 4.651857813 L4_control_B3 +LQ03X001210 Hypothetical protein 5.141930433 L4_control_C2 +LQ03X001210 Hypothetical protein 6.04324635 L4_control_C3 +LQ03X001210 Hypothetical protein 4.677968424 L4_chemical_A1 +LQ03X001210 Hypothetical protein 4.695983827 L4_chemical_A2 +LQ03X001210 Hypothetical protein 4.713864664 L4_chemical_A3 +LQ03X001210 Hypothetical protein 4.602728969 L4_chemical_B1 +LQ03X001210 Hypothetical protein 5.059533822 L4_chemical_B2 +LQ03X001210 Hypothetical protein 4.704458466 L4_chemical_B3 +LQ03X001210 Hypothetical protein 5.10668752 L4_chemical_C2 +LQ03X001210 Hypothetical protein 5.895115092 L4_chemical_C3 +LQ03X001220 Putative uncharacterized protein 13.46651631 C6_control_A1 +LQ03X001220 Putative uncharacterized protein 13.33388254 C6_control_A3 +LQ03X001220 Putative uncharacterized protein 13.66374013 C6_control_B1 +LQ03X001220 Putative uncharacterized protein 13.621248 C6_control_B2 +LQ03X001220 Putative uncharacterized protein 13.70702054 C6_control_B3 +LQ03X001220 Putative uncharacterized protein 14.31385658 C6_control_C1 +LQ03X001220 Putative uncharacterized protein 14.28097158 C6_control_C2 +LQ03X001220 Putative uncharacterized protein 13.95233482 C6_control_C3 +LQ03X001220 Putative uncharacterized protein 13.52950976 C6_chemical_A1 +LQ03X001220 Putative uncharacterized protein 13.12523693 C6_chemical_A3 +LQ03X001220 Putative uncharacterized protein 13.68617542 C6_chemical_B1 +LQ03X001220 Putative uncharacterized protein 13.59468919 C6_chemical_B2 +LQ03X001220 Putative uncharacterized protein 13.44734653 C6_chemical_B3 +LQ03X001220 Putative uncharacterized protein 14.16548111 C6_chemical_C1 +LQ03X001220 Putative uncharacterized protein 14.0855468 C6_chemical_C2 +LQ03X001220 Putative uncharacterized protein 13.67093346 C6_chemical_C3 +LQ03X001220 Putative uncharacterized protein 13.43231348 L4_control_A1 +LQ03X001220 Putative uncharacterized protein 13.06278586 L4_control_A2 +LQ03X001220 Putative uncharacterized protein 13.03515261 L4_control_A3 +LQ03X001220 Putative uncharacterized protein 13.74251985 L4_control_B1 +LQ03X001220 Putative uncharacterized protein 13.25545217 L4_control_B2 +LQ03X001220 Putative uncharacterized protein 13.72455437 L4_control_B3 +LQ03X001220 Putative uncharacterized protein 14.2833001 L4_control_C2 +LQ03X001220 Putative uncharacterized protein 14.2229899 L4_control_C3 +LQ03X001220 Putative uncharacterized protein 13.52919131 L4_chemical_A1 +LQ03X001220 Putative uncharacterized protein 13.61960958 L4_chemical_A2 +LQ03X001220 Putative uncharacterized protein 13.32877522 L4_chemical_A3 +LQ03X001220 Putative uncharacterized protein 13.54896766 L4_chemical_B1 +LQ03X001220 Putative uncharacterized protein 13.57301625 L4_chemical_B2 +LQ03X001220 Putative uncharacterized protein 13.35001897 L4_chemical_B3 +LQ03X001220 Putative uncharacterized protein 13.83487404 L4_chemical_C2 +LQ03X001220 Putative uncharacterized protein 14.18068762 L4_chemical_C3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.780032281 C6_control_A1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.565916878 C6_control_A3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.985437471 C6_control_B1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.495964918 C6_control_B2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.424030848 C6_control_B3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 6.385711039 C6_control_C1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 6.750929012 C6_control_C2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.682066741 C6_control_C3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.360332322 C6_chemical_A1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.550059662 C6_chemical_A3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 7.143876552 C6_chemical_B1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.503251094 C6_chemical_B2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.451077899 C6_chemical_B3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 6.097092625 C6_chemical_C1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.542011304 C6_chemical_C2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.734881595 C6_chemical_C3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.593692552 L4_control_A1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 4.992414992 L4_control_A2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.279341701 L4_control_A3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.084099668 L4_control_B1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.262811729 L4_control_B2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.325314711 L4_control_B3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.888628736 L4_control_C2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 6.325154265 L4_control_C3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.814977158 L4_chemical_A1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.700482299 L4_chemical_A2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.541339724 L4_chemical_A3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.810642575 L4_chemical_B1 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.447090509 L4_chemical_B2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.294286552 L4_chemical_B3 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 6.603007551 L4_chemical_C2 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.585494522 L4_chemical_C3 +LQ03X001240 Putative uncharacterized protein 5.262853045 C6_control_A1 +LQ03X001240 Putative uncharacterized protein 5.332569719 C6_control_A3 +LQ03X001240 Putative uncharacterized protein 5.085680975 C6_control_B1 +LQ03X001240 Putative uncharacterized protein 5.147132746 C6_control_B2 +LQ03X001240 Putative uncharacterized protein 5.154443316 C6_control_B3 +LQ03X001240 Putative uncharacterized protein 5.315944272 C6_control_C1 +LQ03X001240 Putative uncharacterized protein 5.289964255 C6_control_C2 +LQ03X001240 Putative uncharacterized protein 4.896555364 C6_control_C3 +LQ03X001240 Putative uncharacterized protein 5.210804274 C6_chemical_A1 +LQ03X001240 Putative uncharacterized protein 5.290833294 C6_chemical_A3 +LQ03X001240 Putative uncharacterized protein 4.864228554 C6_chemical_B1 +LQ03X001240 Putative uncharacterized protein 5.043596644 C6_chemical_B2 +LQ03X001240 Putative uncharacterized protein 5.029183583 C6_chemical_B3 +LQ03X001240 Putative uncharacterized protein 5.451120423 C6_chemical_C1 +LQ03X001240 Putative uncharacterized protein 5.330444381 C6_chemical_C2 +LQ03X001240 Putative uncharacterized protein 5.092485588 C6_chemical_C3 +LQ03X001240 Putative uncharacterized protein 4.931971226 L4_control_A1 +LQ03X001240 Putative uncharacterized protein 5.246337707 L4_control_A2 +LQ03X001240 Putative uncharacterized protein 5.482564822 L4_control_A3 +LQ03X001240 Putative uncharacterized protein 5.229903772 L4_control_B1 +LQ03X001240 Putative uncharacterized protein 5.225316681 L4_control_B2 +LQ03X001240 Putative uncharacterized protein 5.187682048 L4_control_B3 +LQ03X001240 Putative uncharacterized protein 6.088235255 L4_control_C2 +LQ03X001240 Putative uncharacterized protein 5.12981147 L4_control_C3 +LQ03X001240 Putative uncharacterized protein 5.097729376 L4_chemical_A1 +LQ03X001240 Putative uncharacterized protein 5.510016439 L4_chemical_A2 +LQ03X001240 Putative uncharacterized protein 5.174998057 L4_chemical_A3 +LQ03X001240 Putative uncharacterized protein 5.265841502 L4_chemical_B1 +LQ03X001240 Putative uncharacterized protein 5.214365559 L4_chemical_B2 +LQ03X001240 Putative uncharacterized protein 4.836532664 L4_chemical_B3 +LQ03X001240 Putative uncharacterized protein 4.845356787 L4_chemical_C2 +LQ03X001240 Putative uncharacterized protein 5.341407104 L4_chemical_C3 +LQ03X001250 Putative uncharacterized protein 6.919628385 C6_control_A1 +LQ03X001250 Putative uncharacterized protein 5.180654379 C6_control_A3 +LQ03X001250 Putative uncharacterized protein 7.747298185 C6_control_B1 +LQ03X001250 Putative uncharacterized protein 7.99565186 C6_control_B2 +LQ03X001250 Putative uncharacterized protein 7.84307933 C6_control_B3 +LQ03X001250 Putative uncharacterized protein 8.231043072 C6_control_C1 +LQ03X001250 Putative uncharacterized protein 7.165851161 C6_control_C2 +LQ03X001250 Putative uncharacterized protein 7.342999983 C6_control_C3 +LQ03X001250 Putative uncharacterized protein 7.106538238 C6_chemical_A1 +LQ03X001250 Putative uncharacterized protein 6.911809903 C6_chemical_A3 +LQ03X001250 Putative uncharacterized protein 7.404310886 C6_chemical_B1 +LQ03X001250 Putative uncharacterized protein 7.977331241 C6_chemical_B2 +LQ03X001250 Putative uncharacterized protein 6.575075698 C6_chemical_B3 +LQ03X001250 Putative uncharacterized protein 7.817046702 C6_chemical_C1 +LQ03X001250 Putative uncharacterized protein 7.70001856 C6_chemical_C2 +LQ03X001250 Putative uncharacterized protein 7.610450077 C6_chemical_C3 +LQ03X001250 Putative uncharacterized protein 7.461844788 L4_control_A1 +LQ03X001250 Putative uncharacterized protein 7.114214277 L4_control_A2 +LQ03X001250 Putative uncharacterized protein 5.571936268 L4_control_A3 +LQ03X001250 Putative uncharacterized protein 9.810027483 L4_control_B1 +LQ03X001250 Putative uncharacterized protein 9.17387953 L4_control_B2 +LQ03X001250 Putative uncharacterized protein 9.380218502 L4_control_B3 +LQ03X001250 Putative uncharacterized protein 8.526992914 L4_control_C2 +LQ03X001250 Putative uncharacterized protein 8.075455084 L4_control_C3 +LQ03X001250 Putative uncharacterized protein 9.686743105 L4_chemical_A1 +LQ03X001250 Putative uncharacterized protein 7.071369803 L4_chemical_A2 +LQ03X001250 Putative uncharacterized protein 5.913349919 L4_chemical_A3 +LQ03X001250 Putative uncharacterized protein 8.99563628 L4_chemical_B1 +LQ03X001250 Putative uncharacterized protein 8.423371533 L4_chemical_B2 +LQ03X001250 Putative uncharacterized protein 7.511565065 L4_chemical_B3 +LQ03X001250 Putative uncharacterized protein 8.254160007 L4_chemical_C2 +LQ03X001250 Putative uncharacterized protein 8.027799274 L4_chemical_C3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.5622098 C6_control_A1 +LQ03X001260 Serine/threonine-protein kinase ATM 4.989605046 C6_control_A3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.070735851 C6_control_B1 +LQ03X001260 Serine/threonine-protein kinase ATM 5.169693674 C6_control_B2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.150501738 C6_control_B3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.302073733 C6_control_C1 +LQ03X001260 Serine/threonine-protein kinase ATM 5.111917583 C6_control_C2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.287961817 C6_control_C3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.602437857 C6_chemical_A1 +LQ03X001260 Serine/threonine-protein kinase ATM 5.62142702 C6_chemical_A3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.327840301 C6_chemical_B1 +LQ03X001260 Serine/threonine-protein kinase ATM 5.0468473 C6_chemical_B2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.243254435 C6_chemical_B3 +LQ03X001260 Serine/threonine-protein kinase ATM 6.108648352 C6_chemical_C1 +LQ03X001260 Serine/threonine-protein kinase ATM 5.439412501 C6_chemical_C2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.336104683 C6_chemical_C3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.73756295 L4_control_A1 +LQ03X001260 Serine/threonine-protein kinase ATM 5.398278298 L4_control_A2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.265697071 L4_control_A3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.096425106 L4_control_B1 +LQ03X001260 Serine/threonine-protein kinase ATM 5.321248104 L4_control_B2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.748588502 L4_control_B3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.788517802 L4_control_C2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.831434 L4_control_C3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.487264042 L4_chemical_A1 +LQ03X001260 Serine/threonine-protein kinase ATM 5.424579217 L4_chemical_A2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.543061547 L4_chemical_A3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.260090277 L4_chemical_B1 +LQ03X001260 Serine/threonine-protein kinase ATM 4.967514387 L4_chemical_B2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.519327362 L4_chemical_B3 +LQ03X001260 Serine/threonine-protein kinase ATM 5.801584784 L4_chemical_C2 +LQ03X001260 Serine/threonine-protein kinase ATM 5.624518998 L4_chemical_C3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.617218458 C6_control_A1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.56529153 C6_control_A3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.7928858 C6_control_B1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.325921566 C6_control_B2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.177762641 C6_control_B3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.601602842 C6_control_C1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.984119989 C6_control_C2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.327287487 C6_control_C3 +LQ03X001290 50S ribosomal protein L7/L12, putative 4.805569908 C6_chemical_A1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.546485038 C6_chemical_A3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.678708774 C6_chemical_B1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.205915499 C6_chemical_B2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.230973191 C6_chemical_B3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.176675406 C6_chemical_C1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.181100519 C6_chemical_C2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.406425355 C6_chemical_C3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.602270915 L4_control_A1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.624971248 L4_control_A2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.51318234 L4_control_A3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.27345995 L4_control_B1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.262992678 L4_control_B2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.302134957 L4_control_B3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.383456002 L4_control_C2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.621602548 L4_control_C3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.953147506 L4_chemical_A1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.268651101 L4_chemical_A2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.333471051 L4_chemical_A3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.280341688 L4_chemical_B1 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.015064356 L4_chemical_B2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.195085139 L4_chemical_B3 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.128993161 L4_chemical_C2 +LQ03X001290 50S ribosomal protein L7/L12, putative 5.0041917 L4_chemical_C3 +LQ03X001300 Pantothenate kinase 2 5.84183498 C6_control_A1 +LQ03X001300 Pantothenate kinase 2 5.987903223 C6_control_A3 +LQ03X001300 Pantothenate kinase 2 5.321661374 C6_control_B1 +LQ03X001300 Pantothenate kinase 2 5.720356236 C6_control_B2 +LQ03X001300 Pantothenate kinase 2 5.538496215 C6_control_B3 +LQ03X001300 Pantothenate kinase 2 5.451488825 C6_control_C1 +LQ03X001300 Pantothenate kinase 2 5.983962206 C6_control_C2 +LQ03X001300 Pantothenate kinase 2 5.564285633 C6_control_C3 +LQ03X001300 Pantothenate kinase 2 5.767546195 C6_chemical_A1 +LQ03X001300 Pantothenate kinase 2 5.403848291 C6_chemical_A3 +LQ03X001300 Pantothenate kinase 2 5.207841059 C6_chemical_B1 +LQ03X001300 Pantothenate kinase 2 5.367816727 C6_chemical_B2 +LQ03X001300 Pantothenate kinase 2 5.595545758 C6_chemical_B3 +LQ03X001300 Pantothenate kinase 2 5.665780334 C6_chemical_C1 +LQ03X001300 Pantothenate kinase 2 5.653925294 C6_chemical_C2 +LQ03X001300 Pantothenate kinase 2 5.395614282 C6_chemical_C3 +LQ03X001300 Pantothenate kinase 2 5.487364413 L4_control_A1 +LQ03X001300 Pantothenate kinase 2 6.020243707 L4_control_A2 +LQ03X001300 Pantothenate kinase 2 6.224174703 L4_control_A3 +LQ03X001300 Pantothenate kinase 2 5.781089547 L4_control_B1 +LQ03X001300 Pantothenate kinase 2 6.054470228 L4_control_B2 +LQ03X001300 Pantothenate kinase 2 5.38202683 L4_control_B3 +LQ03X001300 Pantothenate kinase 2 5.410764285 L4_control_C2 +LQ03X001300 Pantothenate kinase 2 5.210472277 L4_control_C3 +LQ03X001300 Pantothenate kinase 2 5.535435827 L4_chemical_A1 +LQ03X001300 Pantothenate kinase 2 5.377407844 L4_chemical_A2 +LQ03X001300 Pantothenate kinase 2 6.436857596 L4_chemical_A3 +LQ03X001300 Pantothenate kinase 2 6.15042852 L4_chemical_B1 +LQ03X001300 Pantothenate kinase 2 5.849244072 L4_chemical_B2 +LQ03X001300 Pantothenate kinase 2 5.371088555 L4_chemical_B3 +LQ03X001300 Pantothenate kinase 2 5.207412355 L4_chemical_C2 +LQ03X001300 Pantothenate kinase 2 5.110901293 L4_chemical_C3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.364991576 C6_control_A1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.459204339 C6_control_A3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.309647205 C6_control_B1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.535598055 C6_control_B2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.45891733 C6_control_B3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.659012662 C6_control_C1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.087478939 C6_control_C2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.515907208 C6_control_C3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.457455807 C6_chemical_A1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.389378886 C6_chemical_A3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.451090015 C6_chemical_B1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.411985282 C6_chemical_B2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.284971178 C6_chemical_B3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.569689572 C6_chemical_C1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.808472872 C6_chemical_C2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.709884845 C6_chemical_C3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.411684845 L4_control_A1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.710531708 L4_control_A2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.473248233 L4_control_A3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.913527073 L4_control_B1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.858323974 L4_control_B2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.254527452 L4_control_B3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.643940289 L4_control_C2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.206771432 L4_control_C3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.225597349 L4_chemical_A1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.586213178 L4_chemical_A2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.258569886 L4_chemical_A3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.684416444 L4_chemical_B1 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.016839567 L4_chemical_B2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.453608671 L4_chemical_B3 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.426298402 L4_chemical_C2 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.082623074 L4_chemical_C3 +LQ03X001340 GDSL esterase/lipase At5g62930 12.3687278 C6_control_A1 +LQ03X001340 GDSL esterase/lipase At5g62930 12.8101664 C6_control_A3 +LQ03X001340 GDSL esterase/lipase At5g62930 12.02830765 C6_control_B1 +LQ03X001340 GDSL esterase/lipase At5g62930 11.55769238 C6_control_B2 +LQ03X001340 GDSL esterase/lipase At5g62930 11.85445702 C6_control_B3 +LQ03X001340 GDSL esterase/lipase At5g62930 10.66955496 C6_control_C1 +LQ03X001340 GDSL esterase/lipase At5g62930 10.89302351 C6_control_C2 +LQ03X001340 GDSL esterase/lipase At5g62930 10.36342974 C6_control_C3 +LQ03X001340 GDSL esterase/lipase At5g62930 11.93222547 C6_chemical_A1 +LQ03X001340 GDSL esterase/lipase At5g62930 12.2885661 C6_chemical_A3 +LQ03X001340 GDSL esterase/lipase At5g62930 11.75749014 C6_chemical_B1 +LQ03X001340 GDSL esterase/lipase At5g62930 11.53453091 C6_chemical_B2 +LQ03X001340 GDSL esterase/lipase At5g62930 11.09839428 C6_chemical_B3 +LQ03X001340 GDSL esterase/lipase At5g62930 10.61677852 C6_chemical_C1 +LQ03X001340 GDSL esterase/lipase At5g62930 10.61706952 C6_chemical_C2 +LQ03X001340 GDSL esterase/lipase At5g62930 9.99297774 C6_chemical_C3 +LQ03X001340 GDSL esterase/lipase At5g62930 12.48645961 L4_control_A1 +LQ03X001340 GDSL esterase/lipase At5g62930 12.58165254 L4_control_A2 +LQ03X001340 GDSL esterase/lipase At5g62930 12.55768247 L4_control_A3 +LQ03X001340 GDSL esterase/lipase At5g62930 11.86792241 L4_control_B1 +LQ03X001340 GDSL esterase/lipase At5g62930 12.02649702 L4_control_B2 +LQ03X001340 GDSL esterase/lipase At5g62930 10.77839822 L4_control_B3 +LQ03X001340 GDSL esterase/lipase At5g62930 10.82781279 L4_control_C2 +LQ03X001340 GDSL esterase/lipase At5g62930 10.46299275 L4_control_C3 +LQ03X001340 GDSL esterase/lipase At5g62930 11.88142298 L4_chemical_A1 +LQ03X001340 GDSL esterase/lipase At5g62930 12.07802835 L4_chemical_A2 +LQ03X001340 GDSL esterase/lipase At5g62930 12.31608593 L4_chemical_A3 +LQ03X001340 GDSL esterase/lipase At5g62930 11.98823963 L4_chemical_B1 +LQ03X001340 GDSL esterase/lipase At5g62930 11.91249315 L4_chemical_B2 +LQ03X001340 GDSL esterase/lipase At5g62930 11.47073918 L4_chemical_B3 +LQ03X001340 GDSL esterase/lipase At5g62930 10.65979473 L4_chemical_C2 +LQ03X001340 GDSL esterase/lipase At5g62930 10.68700073 L4_chemical_C3 +LQ03X001350 Transcription factor MYB98 5.13475464 C6_control_A1 +LQ03X001350 Transcription factor MYB98 4.695930304 C6_control_A3 +LQ03X001350 Transcription factor MYB98 5.270847302 C6_control_B1 +LQ03X001350 Transcription factor MYB98 5.127869448 C6_control_B2 +LQ03X001350 Transcription factor MYB98 4.902378194 C6_control_B3 +LQ03X001350 Transcription factor MYB98 5.168923897 C6_control_C1 +LQ03X001350 Transcription factor MYB98 5.170995486 C6_control_C2 +LQ03X001350 Transcription factor MYB98 5.534299412 C6_control_C3 +LQ03X001350 Transcription factor MYB98 5.031997842 C6_chemical_A1 +LQ03X001350 Transcription factor MYB98 5.203844496 C6_chemical_A3 +LQ03X001350 Transcription factor MYB98 5.301313283 C6_chemical_B1 +LQ03X001350 Transcription factor MYB98 5.18911667 C6_chemical_B2 +LQ03X001350 Transcription factor MYB98 5.223564835 C6_chemical_B3 +LQ03X001350 Transcription factor MYB98 5.207915161 C6_chemical_C1 +LQ03X001350 Transcription factor MYB98 5.070399329 C6_chemical_C2 +LQ03X001350 Transcription factor MYB98 5.352291447 C6_chemical_C3 +LQ03X001350 Transcription factor MYB98 4.960294632 L4_control_A1 +LQ03X001350 Transcription factor MYB98 5.256995038 L4_control_A2 +LQ03X001350 Transcription factor MYB98 5.159564834 L4_control_A3 +LQ03X001350 Transcription factor MYB98 5.078834635 L4_control_B1 +LQ03X001350 Transcription factor MYB98 5.179074028 L4_control_B2 +LQ03X001350 Transcription factor MYB98 5.333137267 L4_control_B3 +LQ03X001350 Transcription factor MYB98 5.437194278 L4_control_C2 +LQ03X001350 Transcription factor MYB98 4.757269319 L4_control_C3 +LQ03X001350 Transcription factor MYB98 4.590373393 L4_chemical_A1 +LQ03X001350 Transcription factor MYB98 5.335002212 L4_chemical_A2 +LQ03X001350 Transcription factor MYB98 5.145958075 L4_chemical_A3 +LQ03X001350 Transcription factor MYB98 5.016780403 L4_chemical_B1 +LQ03X001350 Transcription factor MYB98 5.240299634 L4_chemical_B2 +LQ03X001350 Transcription factor MYB98 5.444715782 L4_chemical_B3 +LQ03X001350 Transcription factor MYB98 5.632164903 L4_chemical_C2 +LQ03X001350 Transcription factor MYB98 4.981269325 L4_chemical_C3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.91205697 C6_control_A1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 12.06558709 C6_control_A3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.60759543 C6_control_B1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.93857032 C6_control_B2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.57071209 C6_control_B3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.6895635 C6_control_C1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.49339267 C6_control_C2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.26805798 C6_control_C3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.94932822 C6_chemical_A1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.76896213 C6_chemical_A3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.40279737 C6_chemical_B1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.58105765 C6_chemical_B2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.60605192 C6_chemical_B3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.60951883 C6_chemical_C1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.5396971 C6_chemical_C2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.15144823 C6_chemical_C3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 12.25098342 L4_control_A1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.95292107 L4_control_A2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 12.05046882 L4_control_A3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.27123219 L4_control_B1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.76731369 L4_control_B2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.80689611 L4_control_B3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.27104895 L4_control_C2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.70722308 L4_control_C3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.62881955 L4_chemical_A1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.2143804 L4_chemical_A2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 12.1521387 L4_chemical_A3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.42599311 L4_chemical_B1 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.00533514 L4_chemical_B2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.87957191 L4_chemical_B3 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.33802831 L4_chemical_C2 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.54357638 L4_chemical_C3 +LQ03X001390 Putative uncharacterized protein 7.249027319 C6_control_A1 +LQ03X001390 Putative uncharacterized protein 7.107960838 C6_control_A3 +LQ03X001390 Putative uncharacterized protein 6.943607659 C6_control_B1 +LQ03X001390 Putative uncharacterized protein 7.939446792 C6_control_B2 +LQ03X001390 Putative uncharacterized protein 6.472015459 C6_control_B3 +LQ03X001390 Putative uncharacterized protein 7.224210463 C6_control_C1 +LQ03X001390 Putative uncharacterized protein 6.913266556 C6_control_C2 +LQ03X001390 Putative uncharacterized protein 6.769217942 C6_control_C3 +LQ03X001390 Putative uncharacterized protein 6.579540023 C6_chemical_A1 +LQ03X001390 Putative uncharacterized protein 8.030395106 C6_chemical_A3 +LQ03X001390 Putative uncharacterized protein 7.820615549 C6_chemical_B1 +LQ03X001390 Putative uncharacterized protein 8.011456529 C6_chemical_B2 +LQ03X001390 Putative uncharacterized protein 6.634349539 C6_chemical_B3 +LQ03X001390 Putative uncharacterized protein 7.045612022 C6_chemical_C1 +LQ03X001390 Putative uncharacterized protein 6.437020367 C6_chemical_C2 +LQ03X001390 Putative uncharacterized protein 6.335221334 C6_chemical_C3 +LQ03X001390 Putative uncharacterized protein 8.536755999 L4_control_A1 +LQ03X001390 Putative uncharacterized protein 6.790673058 L4_control_A2 +LQ03X001390 Putative uncharacterized protein 7.825842098 L4_control_A3 +LQ03X001390 Putative uncharacterized protein 6.573936359 L4_control_B1 +LQ03X001390 Putative uncharacterized protein 5.825189405 L4_control_B2 +LQ03X001390 Putative uncharacterized protein 7.830534234 L4_control_B3 +LQ03X001390 Putative uncharacterized protein 4.874963608 L4_control_C2 +LQ03X001390 Putative uncharacterized protein 5.798421321 L4_control_C3 +LQ03X001390 Putative uncharacterized protein 7.796576525 L4_chemical_A1 +LQ03X001390 Putative uncharacterized protein 6.204946412 L4_chemical_A2 +LQ03X001390 Putative uncharacterized protein 7.799800597 L4_chemical_A3 +LQ03X001390 Putative uncharacterized protein 6.404447393 L4_chemical_B1 +LQ03X001390 Putative uncharacterized protein 5.870115866 L4_chemical_B2 +LQ03X001390 Putative uncharacterized protein 7.32405281 L4_chemical_B3 +LQ03X001390 Putative uncharacterized protein 5.611793899 L4_chemical_C2 +LQ03X001390 Putative uncharacterized protein 5.633301353 L4_chemical_C3 +LQ03X001410 Predicted protein 6.245717472 C6_control_A1 +LQ03X001410 Predicted protein 5.922891976 C6_control_A3 +LQ03X001410 Predicted protein 5.338475837 C6_control_B1 +LQ03X001410 Predicted protein 5.795629182 C6_control_B2 +LQ03X001410 Predicted protein 6.010824775 C6_control_B3 +LQ03X001410 Predicted protein 5.839008675 C6_control_C1 +LQ03X001410 Predicted protein 5.826132535 C6_control_C2 +LQ03X001410 Predicted protein 5.618006176 C6_control_C3 +LQ03X001410 Predicted protein 6.144314159 C6_chemical_A1 +LQ03X001410 Predicted protein 5.950760728 C6_chemical_A3 +LQ03X001410 Predicted protein 5.49679733 C6_chemical_B1 +LQ03X001410 Predicted protein 5.862263814 C6_chemical_B2 +LQ03X001410 Predicted protein 5.717060392 C6_chemical_B3 +LQ03X001410 Predicted protein 6.060223402 C6_chemical_C1 +LQ03X001410 Predicted protein 5.944627366 C6_chemical_C2 +LQ03X001410 Predicted protein 6.056487821 C6_chemical_C3 +LQ03X001410 Predicted protein 5.99493587 L4_control_A1 +LQ03X001410 Predicted protein 6.277716016 L4_control_A2 +LQ03X001410 Predicted protein 7.065930367 L4_control_A3 +LQ03X001410 Predicted protein 6.119274965 L4_control_B1 +LQ03X001410 Predicted protein 5.999966067 L4_control_B2 +LQ03X001410 Predicted protein 5.756136074 L4_control_B3 +LQ03X001410 Predicted protein 6.42163444 L4_control_C2 +LQ03X001410 Predicted protein 5.456146129 L4_control_C3 +LQ03X001410 Predicted protein 6.00843786 L4_chemical_A1 +LQ03X001410 Predicted protein 6.041406699 L4_chemical_A2 +LQ03X001410 Predicted protein 7.013018533 L4_chemical_A3 +LQ03X001410 Predicted protein 5.708971997 L4_chemical_B1 +LQ03X001410 Predicted protein 6.368888124 L4_chemical_B2 +LQ03X001410 Predicted protein 5.655764179 L4_chemical_B3 +LQ03X001410 Predicted protein 5.851603605 L4_chemical_C2 +LQ03X001410 Predicted protein 5.997814681 L4_chemical_C3 +LQ03X001420 Putative uncharacterized protein 6.318678454 C6_control_A1 +LQ03X001420 Putative uncharacterized protein 6.490987619 C6_control_A3 +LQ03X001420 Putative uncharacterized protein 6.564874821 C6_control_B1 +LQ03X001420 Putative uncharacterized protein 5.897156009 C6_control_B2 +LQ03X001420 Putative uncharacterized protein 6.411823742 C6_control_B3 +LQ03X001420 Putative uncharacterized protein 5.211868676 C6_control_C1 +LQ03X001420 Putative uncharacterized protein 5.991737697 C6_control_C2 +LQ03X001420 Putative uncharacterized protein 6.178856232 C6_control_C3 +LQ03X001420 Putative uncharacterized protein 6.283819453 C6_chemical_A1 +LQ03X001420 Putative uncharacterized protein 6.325662409 C6_chemical_A3 +LQ03X001420 Putative uncharacterized protein 6.024069433 C6_chemical_B1 +LQ03X001420 Putative uncharacterized protein 6.006096644 C6_chemical_B2 +LQ03X001420 Putative uncharacterized protein 5.885867418 C6_chemical_B3 +LQ03X001420 Putative uncharacterized protein 5.486533723 C6_chemical_C1 +LQ03X001420 Putative uncharacterized protein 5.911895946 C6_chemical_C2 +LQ03X001420 Putative uncharacterized protein 6.15540885 C6_chemical_C3 +LQ03X001420 Putative uncharacterized protein 5.788033268 L4_control_A1 +LQ03X001420 Putative uncharacterized protein 6.782741589 L4_control_A2 +LQ03X001420 Putative uncharacterized protein 7.011963908 L4_control_A3 +LQ03X001420 Putative uncharacterized protein 6.825686407 L4_control_B1 +LQ03X001420 Putative uncharacterized protein 6.118710152 L4_control_B2 +LQ03X001420 Putative uncharacterized protein 6.195371102 L4_control_B3 +LQ03X001420 Putative uncharacterized protein 5.771418732 L4_control_C2 +LQ03X001420 Putative uncharacterized protein 6.611962385 L4_control_C3 +LQ03X001420 Putative uncharacterized protein 5.723468349 L4_chemical_A1 +LQ03X001420 Putative uncharacterized protein 6.692304398 L4_chemical_A2 +LQ03X001420 Putative uncharacterized protein 6.819884055 L4_chemical_A3 +LQ03X001420 Putative uncharacterized protein 6.917594226 L4_chemical_B1 +LQ03X001420 Putative uncharacterized protein 6.158125193 L4_chemical_B2 +LQ03X001420 Putative uncharacterized protein 5.891481818 L4_chemical_B3 +LQ03X001420 Putative uncharacterized protein 6.2490631 L4_chemical_C2 +LQ03X001420 Putative uncharacterized protein 6.090767301 L4_chemical_C3 +LQ03X001430 Putative uncharacterized protein 10.0495845 C6_control_A1 +LQ03X001430 Putative uncharacterized protein 10.13203623 C6_control_A3 +LQ03X001430 Putative uncharacterized protein 9.137162825 C6_control_B1 +LQ03X001430 Putative uncharacterized protein 10.28023132 C6_control_B2 +LQ03X001430 Putative uncharacterized protein 9.518274331 C6_control_B3 +LQ03X001430 Putative uncharacterized protein 8.820235587 C6_control_C1 +LQ03X001430 Putative uncharacterized protein 8.103054436 C6_control_C2 +LQ03X001430 Putative uncharacterized protein 8.92014762 C6_control_C3 +LQ03X001430 Putative uncharacterized protein 10.14038712 C6_chemical_A1 +LQ03X001430 Putative uncharacterized protein 10.09483 C6_chemical_A3 +LQ03X001430 Putative uncharacterized protein 8.467620672 C6_chemical_B1 +LQ03X001430 Putative uncharacterized protein 10.09583637 C6_chemical_B2 +LQ03X001430 Putative uncharacterized protein 8.514274201 C6_chemical_B3 +LQ03X001430 Putative uncharacterized protein 8.410520329 C6_chemical_C1 +LQ03X001430 Putative uncharacterized protein 7.802806755 C6_chemical_C2 +LQ03X001430 Putative uncharacterized protein 8.236974287 C6_chemical_C3 +LQ03X001430 Putative uncharacterized protein 10.45082478 L4_control_A1 +LQ03X001430 Putative uncharacterized protein 10.20412173 L4_control_A2 +LQ03X001430 Putative uncharacterized protein 10.34720954 L4_control_A3 +LQ03X001430 Putative uncharacterized protein 9.097723225 L4_control_B1 +LQ03X001430 Putative uncharacterized protein 7.650740983 L4_control_B2 +LQ03X001430 Putative uncharacterized protein 8.191532588 L4_control_B3 +LQ03X001430 Putative uncharacterized protein 5.79449695 L4_control_C2 +LQ03X001430 Putative uncharacterized protein 5.553537501 L4_control_C3 +LQ03X001430 Putative uncharacterized protein 10.06368547 L4_chemical_A1 +LQ03X001430 Putative uncharacterized protein 9.649297448 L4_chemical_A2 +LQ03X001430 Putative uncharacterized protein 10.22875522 L4_chemical_A3 +LQ03X001430 Putative uncharacterized protein 7.888882681 L4_chemical_B1 +LQ03X001430 Putative uncharacterized protein 6.845787316 L4_chemical_B2 +LQ03X001430 Putative uncharacterized protein 8.841540454 L4_chemical_B3 +LQ03X001430 Putative uncharacterized protein 5.214381085 L4_chemical_C2 +LQ03X001430 Putative uncharacterized protein 5.305668826 L4_chemical_C3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.576664868 C6_control_A1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.029251184 C6_control_A3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.25684962 C6_control_B1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 8.005451855 C6_control_B2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.504072257 C6_control_B3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.650332437 C6_control_C1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 8.339384953 C6_control_C2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.547871568 C6_control_C3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.330199641 C6_chemical_A1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 6.962882765 C6_chemical_A3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 6.830092917 C6_chemical_B1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.719163842 C6_chemical_B2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.351533899 C6_chemical_B3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.504065845 C6_chemical_C1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.748729113 C6_chemical_C2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.868207524 C6_chemical_C3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.391945224 L4_control_A1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 8.338361699 L4_control_A2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 6.947396704 L4_control_A3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.777190279 L4_control_B1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.67950044 L4_control_B2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 8.258673518 L4_control_B3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.278808302 L4_control_C2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 6.296502496 L4_control_C3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.782598984 L4_chemical_A1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.914266651 L4_chemical_A2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 6.82809398 L4_chemical_A3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.458001058 L4_chemical_B1 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.261728103 L4_chemical_B2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.981313315 L4_chemical_B3 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.509884565 L4_chemical_C2 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.455518213 L4_chemical_C3 +LQ03X001450 Glutaredoxin-C1 13.40063246 C6_control_A1 +LQ03X001450 Glutaredoxin-C1 13.11740803 C6_control_A3 +LQ03X001450 Glutaredoxin-C1 13.59660916 C6_control_B1 +LQ03X001450 Glutaredoxin-C1 14.25371582 C6_control_B2 +LQ03X001450 Glutaredoxin-C1 14.03962241 C6_control_B3 +LQ03X001450 Glutaredoxin-C1 13.48792855 C6_control_C1 +LQ03X001450 Glutaredoxin-C1 13.26193407 C6_control_C2 +LQ03X001450 Glutaredoxin-C1 13.4334209 C6_control_C3 +LQ03X001450 Glutaredoxin-C1 13.33085305 C6_chemical_A1 +LQ03X001450 Glutaredoxin-C1 12.96741831 C6_chemical_A3 +LQ03X001450 Glutaredoxin-C1 13.79402739 C6_chemical_B1 +LQ03X001450 Glutaredoxin-C1 14.35457741 C6_chemical_B2 +LQ03X001450 Glutaredoxin-C1 14.09083509 C6_chemical_B3 +LQ03X001450 Glutaredoxin-C1 13.52305345 C6_chemical_C1 +LQ03X001450 Glutaredoxin-C1 13.34987414 C6_chemical_C2 +LQ03X001450 Glutaredoxin-C1 13.22427752 C6_chemical_C3 +LQ03X001450 Glutaredoxin-C1 13.02183677 L4_control_A1 +LQ03X001450 Glutaredoxin-C1 13.10698484 L4_control_A2 +LQ03X001450 Glutaredoxin-C1 12.56366709 L4_control_A3 +LQ03X001450 Glutaredoxin-C1 13.43111946 L4_control_B1 +LQ03X001450 Glutaredoxin-C1 12.95168149 L4_control_B2 +LQ03X001450 Glutaredoxin-C1 13.80355901 L4_control_B3 +LQ03X001450 Glutaredoxin-C1 13.07444737 L4_control_C2 +LQ03X001450 Glutaredoxin-C1 13.27356032 L4_control_C3 +LQ03X001450 Glutaredoxin-C1 13.24643747 L4_chemical_A1 +LQ03X001450 Glutaredoxin-C1 13.5755374 L4_chemical_A2 +LQ03X001450 Glutaredoxin-C1 12.77575914 L4_chemical_A3 +LQ03X001450 Glutaredoxin-C1 13.21290093 L4_chemical_B1 +LQ03X001450 Glutaredoxin-C1 13.63060846 L4_chemical_B2 +LQ03X001450 Glutaredoxin-C1 13.48552489 L4_chemical_B3 +LQ03X001450 Glutaredoxin-C1 13.35428394 L4_chemical_C2 +LQ03X001450 Glutaredoxin-C1 13.32131655 L4_chemical_C3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.079363133 C6_control_A1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.095039656 C6_control_A3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.854463474 C6_control_B1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.073748654 C6_control_B2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.128757705 C6_control_B3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.040569946 C6_control_C1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.463974972 C6_control_C2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.192864377 C6_control_C3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.220900919 C6_chemical_A1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.39579437 C6_chemical_A3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.446724578 C6_chemical_B1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.020409537 C6_chemical_B2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.400241607 C6_chemical_B3 +LQ03X001470 Putative uncharacterized protein At3g48200 4.974151037 C6_chemical_C1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.302930492 C6_chemical_C2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.149383745 C6_chemical_C3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.594105825 L4_control_A1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.109254888 L4_control_A2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.039486903 L4_control_A3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.373663598 L4_control_B1 +LQ03X001470 Putative uncharacterized protein At3g48200 4.908171774 L4_control_B2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.349317053 L4_control_B3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.86575116 L4_control_C2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.556940868 L4_control_C3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.373514851 L4_chemical_A1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.034155723 L4_chemical_A2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.389800441 L4_chemical_A3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.716389438 L4_chemical_B1 +LQ03X001470 Putative uncharacterized protein At3g48200 5.418691245 L4_chemical_B2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.375994338 L4_chemical_B3 +LQ03X001470 Putative uncharacterized protein At3g48200 5.456525132 L4_chemical_C2 +LQ03X001470 Putative uncharacterized protein At3g48200 5.244893169 L4_chemical_C3 +LQ03X001490 Homeobox protein knotted-1-like 6 4.9425242 C6_control_A1 +LQ03X001490 Homeobox protein knotted-1-like 6 5.111139113 C6_control_A3 +LQ03X001490 Homeobox protein knotted-1-like 6 5.169167651 C6_control_B1 +LQ03X001490 Homeobox protein knotted-1-like 6 4.738078361 C6_control_B2 +LQ03X001490 Homeobox protein knotted-1-like 6 5.007765416 C6_control_B3 +LQ03X001490 Homeobox protein knotted-1-like 6 4.969168526 C6_control_C1 +LQ03X001490 Homeobox protein knotted-1-like 6 5.033130528 C6_control_C2 +LQ03X001490 Homeobox protein knotted-1-like 6 4.610349695 C6_control_C3 +LQ03X001490 Homeobox protein knotted-1-like 6 5.102837023 C6_chemical_A1 +LQ03X001490 Homeobox protein knotted-1-like 6 5.023647364 C6_chemical_A3 +LQ03X001490 Homeobox protein knotted-1-like 6 5.361808836 C6_chemical_B1 +LQ03X001490 Homeobox protein knotted-1-like 6 4.743116655 C6_chemical_B2 +LQ03X001490 Homeobox protein knotted-1-like 6 5.185385754 C6_chemical_B3 +LQ03X001490 Homeobox protein knotted-1-like 6 4.771895111 C6_chemical_C1 +LQ03X001490 Homeobox protein knotted-1-like 6 4.861863493 C6_chemical_C2 +LQ03X001490 Homeobox protein knotted-1-like 6 4.814316464 C6_chemical_C3 +LQ03X001490 Homeobox protein knotted-1-like 6 5.087961801 L4_control_A1 +LQ03X001490 Homeobox protein knotted-1-like 6 5.035287686 L4_control_A2 +LQ03X001490 Homeobox protein knotted-1-like 6 5.080392514 L4_control_A3 +LQ03X001490 Homeobox protein knotted-1-like 6 5.496742633 L4_control_B1 +LQ03X001490 Homeobox protein knotted-1-like 6 4.744674068 L4_control_B2 +LQ03X001490 Homeobox protein knotted-1-like 6 5.004992846 L4_control_B3 +LQ03X001490 Homeobox protein knotted-1-like 6 5.758234782 L4_control_C2 +LQ03X001490 Homeobox protein knotted-1-like 6 5.299867339 L4_control_C3 +LQ03X001490 Homeobox protein knotted-1-like 6 4.910174701 L4_chemical_A1 +LQ03X001490 Homeobox protein knotted-1-like 6 4.864492836 L4_chemical_A2 +LQ03X001490 Homeobox protein knotted-1-like 6 5.178988641 L4_chemical_A3 +LQ03X001490 Homeobox protein knotted-1-like 6 5.407927196 L4_chemical_B1 +LQ03X001490 Homeobox protein knotted-1-like 6 4.948188458 L4_chemical_B2 +LQ03X001490 Homeobox protein knotted-1-like 6 4.907192605 L4_chemical_B3 +LQ03X001490 Homeobox protein knotted-1-like 6 5.051892905 L4_chemical_C2 +LQ03X001490 Homeobox protein knotted-1-like 6 5.460969052 L4_chemical_C3 +LQ03X001550 Zinc finger protein, putative 5.148791851 C6_control_A1 +LQ03X001550 Zinc finger protein, putative 4.936191893 C6_control_A3 +LQ03X001550 Zinc finger protein, putative 4.966375132 C6_control_B1 +LQ03X001550 Zinc finger protein, putative 5.143795374 C6_control_B2 +LQ03X001550 Zinc finger protein, putative 5.001431982 C6_control_B3 +LQ03X001550 Zinc finger protein, putative 5.085215906 C6_control_C1 +LQ03X001550 Zinc finger protein, putative 4.931798833 C6_control_C2 +LQ03X001550 Zinc finger protein, putative 5.084693384 C6_control_C3 +LQ03X001550 Zinc finger protein, putative 5.288040003 C6_chemical_A1 +LQ03X001550 Zinc finger protein, putative 5.268699233 C6_chemical_A3 +LQ03X001550 Zinc finger protein, putative 5.141904859 C6_chemical_B1 +LQ03X001550 Zinc finger protein, putative 4.850176929 C6_chemical_B2 +LQ03X001550 Zinc finger protein, putative 5.263068899 C6_chemical_B3 +LQ03X001550 Zinc finger protein, putative 4.833560112 C6_chemical_C1 +LQ03X001550 Zinc finger protein, putative 5.189240065 C6_chemical_C2 +LQ03X001550 Zinc finger protein, putative 4.786696967 C6_chemical_C3 +LQ03X001550 Zinc finger protein, putative 5.254681854 L4_control_A1 +LQ03X001550 Zinc finger protein, putative 5.19542573 L4_control_A2 +LQ03X001550 Zinc finger protein, putative 5.000430794 L4_control_A3 +LQ03X001550 Zinc finger protein, putative 5.634064506 L4_control_B1 +LQ03X001550 Zinc finger protein, putative 4.722408482 L4_control_B2 +LQ03X001550 Zinc finger protein, putative 5.023461127 L4_control_B3 +LQ03X001550 Zinc finger protein, putative 5.367340878 L4_control_C2 +LQ03X001550 Zinc finger protein, putative 5.572865974 L4_control_C3 +LQ03X001550 Zinc finger protein, putative 5.229246399 L4_chemical_A1 +LQ03X001550 Zinc finger protein, putative 5.133739866 L4_chemical_A2 +LQ03X001550 Zinc finger protein, putative 5.331602654 L4_chemical_A3 +LQ03X001550 Zinc finger protein, putative 5.019410715 L4_chemical_B1 +LQ03X001550 Zinc finger protein, putative 5.037949673 L4_chemical_B2 +LQ03X001550 Zinc finger protein, putative 5.282441885 L4_chemical_B3 +LQ03X001550 Zinc finger protein, putative 5.200913458 L4_chemical_C2 +LQ03X001550 Zinc finger protein, putative 5.129656507 L4_chemical_C3 +LQ03X001600 Hypothetical protein 4.942764247 C6_control_A1 +LQ03X001600 Hypothetical protein 4.987159514 C6_control_A3 +LQ03X001600 Hypothetical protein 6.008181349 C6_control_B1 +LQ03X001600 Hypothetical protein 5.036701722 C6_control_B2 +LQ03X001600 Hypothetical protein 5.294665443 C6_control_B3 +LQ03X001600 Hypothetical protein 5.09627088 C6_control_C1 +LQ03X001600 Hypothetical protein 4.921073319 C6_control_C2 +LQ03X001600 Hypothetical protein 4.820757699 C6_control_C3 +LQ03X001600 Hypothetical protein 5.097394125 C6_chemical_A1 +LQ03X001600 Hypothetical protein 5.629933057 C6_chemical_A3 +LQ03X001600 Hypothetical protein 5.873282404 C6_chemical_B1 +LQ03X001600 Hypothetical protein 5.000038069 C6_chemical_B2 +LQ03X001600 Hypothetical protein 5.586281816 C6_chemical_B3 +LQ03X001600 Hypothetical protein 4.823488558 C6_chemical_C1 +LQ03X001600 Hypothetical protein 5.115922436 C6_chemical_C2 +LQ03X001600 Hypothetical protein 4.972618325 C6_chemical_C3 +LQ03X001600 Hypothetical protein 5.110967744 L4_control_A1 +LQ03X001600 Hypothetical protein 5.504327653 L4_control_A2 +LQ03X001600 Hypothetical protein 4.939869485 L4_control_A3 +LQ03X001600 Hypothetical protein 4.76931908 L4_control_B1 +LQ03X001600 Hypothetical protein 5.068164157 L4_control_B2 +LQ03X001600 Hypothetical protein 5.536489489 L4_control_B3 +LQ03X001600 Hypothetical protein 5.019733496 L4_control_C2 +LQ03X001600 Hypothetical protein 6.516563158 L4_control_C3 +LQ03X001600 Hypothetical protein 5.026039887 L4_chemical_A1 +LQ03X001600 Hypothetical protein 5.009852267 L4_chemical_A2 +LQ03X001600 Hypothetical protein 4.844817838 L4_chemical_A3 +LQ03X001600 Hypothetical protein 5.124604425 L4_chemical_B1 +LQ03X001600 Hypothetical protein 5.183964198 L4_chemical_B2 +LQ03X001600 Hypothetical protein 5.210674702 L4_chemical_B3 +LQ03X001600 Hypothetical protein 5.340432937 L4_chemical_C2 +LQ03X001600 Hypothetical protein 6.66982541 L4_chemical_C3 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.750457484 C6_control_A1 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.236724433 C6_control_A3 +LQ03X001620 Ankyrin repeat-containing protein, putative 4.891126067 C6_control_B1 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.725082289 C6_control_B2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.421530183 C6_control_B3 +LQ03X001620 Ankyrin repeat-containing protein, putative 6.005896065 C6_control_C1 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.978522136 C6_control_C2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.53635473 C6_control_C3 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.830220894 C6_chemical_A1 +LQ03X001620 Ankyrin repeat-containing protein, putative 6.015608313 C6_chemical_A3 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.194823697 C6_chemical_B1 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.776537872 C6_chemical_B2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.388136726 C6_chemical_B3 +LQ03X001620 Ankyrin repeat-containing protein, putative 6.126139695 C6_chemical_C1 +LQ03X001620 Ankyrin repeat-containing protein, putative 6.203385441 C6_chemical_C2 +LQ03X001620 Ankyrin repeat-containing protein, putative 6.037824164 C6_chemical_C3 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.945623799 L4_control_A1 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.805794232 L4_control_A2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.952290041 L4_control_A3 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.939711029 L4_control_B1 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.717382255 L4_control_B2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.907403145 L4_control_B3 +LQ03X001620 Ankyrin repeat-containing protein, putative 6.38532589 L4_control_C2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.305971911 L4_control_C3 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.672229658 L4_chemical_A1 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.690187725 L4_chemical_A2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.631213558 L4_chemical_A3 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.225807385 L4_chemical_B1 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.319217159 L4_chemical_B2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.840200097 L4_chemical_B3 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.358955254 L4_chemical_C2 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.00344271 L4_chemical_C3 +LQ03X001670 Putative uncharacterized protein 11.92668932 C6_control_A1 +LQ03X001670 Putative uncharacterized protein 11.95403885 C6_control_A3 +LQ03X001670 Putative uncharacterized protein 11.19665395 C6_control_B1 +LQ03X001670 Putative uncharacterized protein 12.0168683 C6_control_B2 +LQ03X001670 Putative uncharacterized protein 11.01702006 C6_control_B3 +LQ03X001670 Putative uncharacterized protein 11.7695697 C6_control_C1 +LQ03X001670 Putative uncharacterized protein 12.38895081 C6_control_C2 +LQ03X001670 Putative uncharacterized protein 11.47692175 C6_control_C3 +LQ03X001670 Putative uncharacterized protein 11.66668607 C6_chemical_A1 +LQ03X001670 Putative uncharacterized protein 11.55216049 C6_chemical_A3 +LQ03X001670 Putative uncharacterized protein 10.94533893 C6_chemical_B1 +LQ03X001670 Putative uncharacterized protein 11.52059984 C6_chemical_B2 +LQ03X001670 Putative uncharacterized protein 10.62589054 C6_chemical_B3 +LQ03X001670 Putative uncharacterized protein 11.79087004 C6_chemical_C1 +LQ03X001670 Putative uncharacterized protein 12.06978227 C6_chemical_C2 +LQ03X001670 Putative uncharacterized protein 11.55162662 C6_chemical_C3 +LQ03X001670 Putative uncharacterized protein 11.7413084 L4_control_A1 +LQ03X001670 Putative uncharacterized protein 11.83569785 L4_control_A2 +LQ03X001670 Putative uncharacterized protein 12.2553332 L4_control_A3 +LQ03X001670 Putative uncharacterized protein 10.60609243 L4_control_B1 +LQ03X001670 Putative uncharacterized protein 10.80354977 L4_control_B2 +LQ03X001670 Putative uncharacterized protein 11.39140845 L4_control_B3 +LQ03X001670 Putative uncharacterized protein 11.43498167 L4_control_C2 +LQ03X001670 Putative uncharacterized protein 10.6536213 L4_control_C3 +LQ03X001670 Putative uncharacterized protein 11.4236798 L4_chemical_A1 +LQ03X001670 Putative uncharacterized protein 11.28943186 L4_chemical_A2 +LQ03X001670 Putative uncharacterized protein 11.89609786 L4_chemical_A3 +LQ03X001670 Putative uncharacterized protein 10.12596769 L4_chemical_B1 +LQ03X001670 Putative uncharacterized protein 10.50394452 L4_chemical_B2 +LQ03X001670 Putative uncharacterized protein 11.13413398 L4_chemical_B3 +LQ03X001670 Putative uncharacterized protein 11.50269239 L4_chemical_C2 +LQ03X001670 Putative uncharacterized protein 11.08242406 L4_chemical_C3 +LQ03X001680 Predicted protein 4.930634966 C6_control_A1 +LQ03X001680 Predicted protein 4.839297905 C6_control_A3 +LQ03X001680 Predicted protein 5.242375846 C6_control_B1 +LQ03X001680 Predicted protein 4.771634122 C6_control_B2 +LQ03X001680 Predicted protein 4.814359325 C6_control_B3 +LQ03X001680 Predicted protein 4.951863349 C6_control_C1 +LQ03X001680 Predicted protein 4.850179438 C6_control_C2 +LQ03X001680 Predicted protein 4.845930779 C6_control_C3 +LQ03X001680 Predicted protein 4.977383571 C6_chemical_A1 +LQ03X001680 Predicted protein 4.901989046 C6_chemical_A3 +LQ03X001680 Predicted protein 5.187985559 C6_chemical_B1 +LQ03X001680 Predicted protein 4.781870432 C6_chemical_B2 +LQ03X001680 Predicted protein 5.615093528 C6_chemical_B3 +LQ03X001680 Predicted protein 5.018064568 C6_chemical_C1 +LQ03X001680 Predicted protein 4.656918595 C6_chemical_C2 +LQ03X001680 Predicted protein 4.678874079 C6_chemical_C3 +LQ03X001680 Predicted protein 4.775245599 L4_control_A1 +LQ03X001680 Predicted protein 5.072737407 L4_control_A2 +LQ03X001680 Predicted protein 5.032398885 L4_control_A3 +LQ03X001680 Predicted protein 5.10061849 L4_control_B1 +LQ03X001680 Predicted protein 4.994419272 L4_control_B2 +LQ03X001680 Predicted protein 4.801843981 L4_control_B3 +LQ03X001680 Predicted protein 5.007058564 L4_control_C2 +LQ03X001680 Predicted protein 5.819623754 L4_control_C3 +LQ03X001680 Predicted protein 4.941481685 L4_chemical_A1 +LQ03X001680 Predicted protein 4.834868107 L4_chemical_A2 +LQ03X001680 Predicted protein 4.906595444 L4_chemical_A3 +LQ03X001680 Predicted protein 4.945931653 L4_chemical_B1 +LQ03X001680 Predicted protein 4.911762048 L4_chemical_B2 +LQ03X001680 Predicted protein 4.71371005 L4_chemical_B3 +LQ03X001680 Predicted protein 5.160266456 L4_chemical_C2 +LQ03X001680 Predicted protein 5.541066379 L4_chemical_C3 +LQ03X001700 Heme-binding protein, putative 5.740485627 C6_control_A1 +LQ03X001700 Heme-binding protein, putative 6.111413487 C6_control_A3 +LQ03X001700 Heme-binding protein, putative 5.812219555 C6_control_B1 +LQ03X001700 Heme-binding protein, putative 5.827131545 C6_control_B2 +LQ03X001700 Heme-binding protein, putative 5.622002939 C6_control_B3 +LQ03X001700 Heme-binding protein, putative 5.912627318 C6_control_C1 +LQ03X001700 Heme-binding protein, putative 6.537955887 C6_control_C2 +LQ03X001700 Heme-binding protein, putative 5.775766605 C6_control_C3 +LQ03X001700 Heme-binding protein, putative 5.734924199 C6_chemical_A1 +LQ03X001700 Heme-binding protein, putative 5.699604332 C6_chemical_A3 +LQ03X001700 Heme-binding protein, putative 5.155492134 C6_chemical_B1 +LQ03X001700 Heme-binding protein, putative 5.813046534 C6_chemical_B2 +LQ03X001700 Heme-binding protein, putative 5.568397122 C6_chemical_B3 +LQ03X001700 Heme-binding protein, putative 6.287524322 C6_chemical_C1 +LQ03X001700 Heme-binding protein, putative 6.114242628 C6_chemical_C2 +LQ03X001700 Heme-binding protein, putative 5.752085223 C6_chemical_C3 +LQ03X001700 Heme-binding protein, putative 5.524401013 L4_control_A1 +LQ03X001700 Heme-binding protein, putative 6.097689643 L4_control_A2 +LQ03X001700 Heme-binding protein, putative 5.7807746 L4_control_A3 +LQ03X001700 Heme-binding protein, putative 6.140602664 L4_control_B1 +LQ03X001700 Heme-binding protein, putative 6.240967158 L4_control_B2 +LQ03X001700 Heme-binding protein, putative 5.600935388 L4_control_B3 +LQ03X001700 Heme-binding protein, putative 5.842699668 L4_control_C2 +LQ03X001700 Heme-binding protein, putative 5.441208434 L4_control_C3 +LQ03X001700 Heme-binding protein, putative 6.062390175 L4_chemical_A1 +LQ03X001700 Heme-binding protein, putative 5.939890185 L4_chemical_A2 +LQ03X001700 Heme-binding protein, putative 6.26306327 L4_chemical_A3 +LQ03X001700 Heme-binding protein, putative 5.570882936 L4_chemical_B1 +LQ03X001700 Heme-binding protein, putative 6.135378817 L4_chemical_B2 +LQ03X001700 Heme-binding protein, putative 5.618935524 L4_chemical_B3 +LQ03X001700 Heme-binding protein, putative 6.198722111 L4_chemical_C2 +LQ03X001700 Heme-binding protein, putative 5.927845349 L4_chemical_C3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 10.62890552 C6_control_A1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.854740052 C6_control_A3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 10.31140773 C6_control_B1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 11.17160921 C6_control_B2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.881163479 C6_control_B3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 11.1167231 C6_control_C1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 11.44134488 C6_control_C2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 10.020346 C6_control_C3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 10.51548516 C6_chemical_A1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.589746653 C6_chemical_A3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 10.12200694 C6_chemical_B1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 11.340063 C6_chemical_B2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.558283884 C6_chemical_B3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 11.0308832 C6_chemical_C1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 11.27314596 C6_chemical_C2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.891424074 C6_chemical_C3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.970053424 L4_control_A1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.531514537 L4_control_A2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 8.751376092 L4_control_A3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.666005112 L4_control_B1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.450912318 L4_control_B2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 10.46654917 L4_control_B3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.905114796 L4_control_C2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 8.354969207 L4_control_C3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.459083016 L4_chemical_A1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 8.857700447 L4_chemical_A2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 8.222674234 L4_chemical_A3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 8.71816648 L4_chemical_B1 +LQ03X001710 Putative Motile sperm domain-containing protein 2 8.836530482 L4_chemical_B2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.947940845 L4_chemical_B3 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.785977649 L4_chemical_C2 +LQ03X001710 Putative Motile sperm domain-containing protein 2 9.217550023 L4_chemical_C3 +LQ03X001730 Putative uncharacterized protein 13.04278138 C6_control_A1 +LQ03X001730 Putative uncharacterized protein 13.09278382 C6_control_A3 +LQ03X001730 Putative uncharacterized protein 12.56254734 C6_control_B1 +LQ03X001730 Putative uncharacterized protein 10.87242326 C6_control_B2 +LQ03X001730 Putative uncharacterized protein 11.76990827 C6_control_B3 +LQ03X001730 Putative uncharacterized protein 9.568162916 C6_control_C1 +LQ03X001730 Putative uncharacterized protein 8.848240582 C6_control_C2 +LQ03X001730 Putative uncharacterized protein 8.945858455 C6_control_C3 +LQ03X001730 Putative uncharacterized protein 13.17497425 C6_chemical_A1 +LQ03X001730 Putative uncharacterized protein 13.49268169 C6_chemical_A3 +LQ03X001730 Putative uncharacterized protein 12.2253094 C6_chemical_B1 +LQ03X001730 Putative uncharacterized protein 10.84638886 C6_chemical_B2 +LQ03X001730 Putative uncharacterized protein 11.56231486 C6_chemical_B3 +LQ03X001730 Putative uncharacterized protein 9.191580718 C6_chemical_C1 +LQ03X001730 Putative uncharacterized protein 8.617719163 C6_chemical_C2 +LQ03X001730 Putative uncharacterized protein 8.568328104 C6_chemical_C3 +LQ03X001730 Putative uncharacterized protein 13.1491039 L4_control_A1 +LQ03X001730 Putative uncharacterized protein 13.06565015 L4_control_A2 +LQ03X001730 Putative uncharacterized protein 12.68835501 L4_control_A3 +LQ03X001730 Putative uncharacterized protein 11.23669718 L4_control_B1 +LQ03X001730 Putative uncharacterized protein 12.20823205 L4_control_B2 +LQ03X001730 Putative uncharacterized protein 9.720869249 L4_control_B3 +LQ03X001730 Putative uncharacterized protein 7.845530704 L4_control_C2 +LQ03X001730 Putative uncharacterized protein 8.794709572 L4_control_C3 +LQ03X001730 Putative uncharacterized protein 12.34033335 L4_chemical_A1 +LQ03X001730 Putative uncharacterized protein 12.41667991 L4_chemical_A2 +LQ03X001730 Putative uncharacterized protein 12.37603946 L4_chemical_A3 +LQ03X001730 Putative uncharacterized protein 12.1235322 L4_chemical_B1 +LQ03X001730 Putative uncharacterized protein 11.86573233 L4_chemical_B2 +LQ03X001730 Putative uncharacterized protein 12.24321162 L4_chemical_B3 +LQ03X001730 Putative uncharacterized protein 8.162237909 L4_chemical_C2 +LQ03X001730 Putative uncharacterized protein 8.073502682 L4_chemical_C3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.02767924 C6_control_A1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.11319415 C6_control_A3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.35879981 C6_control_B1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.59705859 C6_control_B2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.54945631 C6_control_B3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.5928416 C6_control_C1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.27299894 C6_control_C2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.63476709 C6_control_C3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.05598718 C6_chemical_A1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.00851012 C6_chemical_A3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.42092115 C6_chemical_B1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.27272479 C6_chemical_B2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.41097499 C6_chemical_B3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.47167518 C6_chemical_C1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.22971668 C6_chemical_C2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.39847548 C6_chemical_C3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.95229799 L4_control_A1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.61592681 L4_control_A2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 9.964030834 L4_control_A3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.83755806 L4_control_B1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.01008171 L4_control_B2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.93522651 L4_control_B3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.76045241 L4_control_C2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.44100442 L4_control_C3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.62387971 L4_chemical_A1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.82799226 L4_chemical_A2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.41495649 L4_chemical_A3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.71003326 L4_chemical_B1 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.20059591 L4_chemical_B2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.24021791 L4_chemical_B3 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.44711136 L4_chemical_C2 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 10.27589008 L4_chemical_C3 +LQ03X001770 Ferric-chelate reductase, putative 5.015035893 C6_control_A1 +LQ03X001770 Ferric-chelate reductase, putative 5.157975404 C6_control_A3 +LQ03X001770 Ferric-chelate reductase, putative 5.177846665 C6_control_B1 +LQ03X001770 Ferric-chelate reductase, putative 5.479981907 C6_control_B2 +LQ03X001770 Ferric-chelate reductase, putative 5.403368581 C6_control_B3 +LQ03X001770 Ferric-chelate reductase, putative 5.701096494 C6_control_C1 +LQ03X001770 Ferric-chelate reductase, putative 5.217861349 C6_control_C2 +LQ03X001770 Ferric-chelate reductase, putative 5.332557643 C6_control_C3 +LQ03X001770 Ferric-chelate reductase, putative 5.159424467 C6_chemical_A1 +LQ03X001770 Ferric-chelate reductase, putative 5.616178181 C6_chemical_A3 +LQ03X001770 Ferric-chelate reductase, putative 5.509893468 C6_chemical_B1 +LQ03X001770 Ferric-chelate reductase, putative 5.612318226 C6_chemical_B2 +LQ03X001770 Ferric-chelate reductase, putative 5.248248784 C6_chemical_B3 +LQ03X001770 Ferric-chelate reductase, putative 5.612534785 C6_chemical_C1 +LQ03X001770 Ferric-chelate reductase, putative 5.36260177 C6_chemical_C2 +LQ03X001770 Ferric-chelate reductase, putative 5.405506868 C6_chemical_C3 +LQ03X001770 Ferric-chelate reductase, putative 5.294869244 L4_control_A1 +LQ03X001770 Ferric-chelate reductase, putative 5.659678131 L4_control_A2 +LQ03X001770 Ferric-chelate reductase, putative 6.073355556 L4_control_A3 +LQ03X001770 Ferric-chelate reductase, putative 5.143057017 L4_control_B1 +LQ03X001770 Ferric-chelate reductase, putative 5.583780386 L4_control_B2 +LQ03X001770 Ferric-chelate reductase, putative 5.195201944 L4_control_B3 +LQ03X001770 Ferric-chelate reductase, putative 5.396364047 L4_control_C2 +LQ03X001770 Ferric-chelate reductase, putative 5.748614123 L4_control_C3 +LQ03X001770 Ferric-chelate reductase, putative 5.829885279 L4_chemical_A1 +LQ03X001770 Ferric-chelate reductase, putative 5.488899355 L4_chemical_A2 +LQ03X001770 Ferric-chelate reductase, putative 5.374570452 L4_chemical_A3 +LQ03X001770 Ferric-chelate reductase, putative 5.572377031 L4_chemical_B1 +LQ03X001770 Ferric-chelate reductase, putative 5.082218523 L4_chemical_B2 +LQ03X001770 Ferric-chelate reductase, putative 5.138075698 L4_chemical_B3 +LQ03X001770 Ferric-chelate reductase, putative 5.095104271 L4_chemical_C2 +LQ03X001770 Ferric-chelate reductase, putative 5.480128246 L4_chemical_C3 +LQ03X001800 Putative uncharacterized protein 7.355208079 C6_control_A1 +LQ03X001800 Putative uncharacterized protein 6.957912447 C6_control_A3 +LQ03X001800 Putative uncharacterized protein 7.374726452 C6_control_B1 +LQ03X001800 Putative uncharacterized protein 8.262457088 C6_control_B2 +LQ03X001800 Putative uncharacterized protein 8.074980808 C6_control_B3 +LQ03X001800 Putative uncharacterized protein 9.410954259 C6_control_C1 +LQ03X001800 Putative uncharacterized protein 8.864242193 C6_control_C2 +LQ03X001800 Putative uncharacterized protein 9.563736508 C6_control_C3 +LQ03X001800 Putative uncharacterized protein 7.4946678 C6_chemical_A1 +LQ03X001800 Putative uncharacterized protein 7.227973022 C6_chemical_A3 +LQ03X001800 Putative uncharacterized protein 7.070447465 C6_chemical_B1 +LQ03X001800 Putative uncharacterized protein 8.458139059 C6_chemical_B2 +LQ03X001800 Putative uncharacterized protein 8.007315343 C6_chemical_B3 +LQ03X001800 Putative uncharacterized protein 9.195127565 C6_chemical_C1 +LQ03X001800 Putative uncharacterized protein 8.972680752 C6_chemical_C2 +LQ03X001800 Putative uncharacterized protein 8.851887385 C6_chemical_C3 +LQ03X001800 Putative uncharacterized protein 7.167717768 L4_control_A1 +LQ03X001800 Putative uncharacterized protein 7.053442431 L4_control_A2 +LQ03X001800 Putative uncharacterized protein 6.613053896 L4_control_A3 +LQ03X001800 Putative uncharacterized protein 7.369013439 L4_control_B1 +LQ03X001800 Putative uncharacterized protein 7.018805363 L4_control_B2 +LQ03X001800 Putative uncharacterized protein 7.279549725 L4_control_B3 +LQ03X001800 Putative uncharacterized protein 6.801160688 L4_control_C2 +LQ03X001800 Putative uncharacterized protein 6.590568068 L4_control_C3 +LQ03X001800 Putative uncharacterized protein 7.300661847 L4_chemical_A1 +LQ03X001800 Putative uncharacterized protein 7.325639444 L4_chemical_A2 +LQ03X001800 Putative uncharacterized protein 6.763863015 L4_chemical_A3 +LQ03X001800 Putative uncharacterized protein 6.827460708 L4_chemical_B1 +LQ03X001800 Putative uncharacterized protein 6.731332468 L4_chemical_B2 +LQ03X001800 Putative uncharacterized protein 7.492932585 L4_chemical_B3 +LQ03X001800 Putative uncharacterized protein 6.27221848 L4_chemical_C2 +LQ03X001800 Putative uncharacterized protein 6.791485498 L4_chemical_C3 +LQ03X001810 60S ribosomal protein L27a-3 7.123553332 C6_control_A1 +LQ03X001810 60S ribosomal protein L27a-3 7.327401987 C6_control_A3 +LQ03X001810 60S ribosomal protein L27a-3 6.816728257 C6_control_B1 +LQ03X001810 60S ribosomal protein L27a-3 7.914015079 C6_control_B2 +LQ03X001810 60S ribosomal protein L27a-3 7.39606883 C6_control_B3 +LQ03X001810 60S ribosomal protein L27a-3 7.992448841 C6_control_C1 +LQ03X001810 60S ribosomal protein L27a-3 7.812556254 C6_control_C2 +LQ03X001810 60S ribosomal protein L27a-3 7.936361691 C6_control_C3 +LQ03X001810 60S ribosomal protein L27a-3 6.77800846 C6_chemical_A1 +LQ03X001810 60S ribosomal protein L27a-3 6.150687751 C6_chemical_A3 +LQ03X001810 60S ribosomal protein L27a-3 6.774829937 C6_chemical_B1 +LQ03X001810 60S ribosomal protein L27a-3 6.973849007 C6_chemical_B2 +LQ03X001810 60S ribosomal protein L27a-3 7.400376716 C6_chemical_B3 +LQ03X001810 60S ribosomal protein L27a-3 7.836218756 C6_chemical_C1 +LQ03X001810 60S ribosomal protein L27a-3 7.898324383 C6_chemical_C2 +LQ03X001810 60S ribosomal protein L27a-3 7.457864717 C6_chemical_C3 +LQ03X001810 60S ribosomal protein L27a-3 7.224788769 L4_control_A1 +LQ03X001810 60S ribosomal protein L27a-3 7.05213572 L4_control_A2 +LQ03X001810 60S ribosomal protein L27a-3 7.110773706 L4_control_A3 +LQ03X001810 60S ribosomal protein L27a-3 5.984648836 L4_control_B1 +LQ03X001810 60S ribosomal protein L27a-3 6.116527415 L4_control_B2 +LQ03X001810 60S ribosomal protein L27a-3 6.454262585 L4_control_B3 +LQ03X001810 60S ribosomal protein L27a-3 5.197036975 L4_control_C2 +LQ03X001810 60S ribosomal protein L27a-3 6.42700979 L4_control_C3 +LQ03X001810 60S ribosomal protein L27a-3 7.114884188 L4_chemical_A1 +LQ03X001810 60S ribosomal protein L27a-3 7.399625263 L4_chemical_A2 +LQ03X001810 60S ribosomal protein L27a-3 6.554000941 L4_chemical_A3 +LQ03X001810 60S ribosomal protein L27a-3 6.97630789 L4_chemical_B1 +LQ03X001810 60S ribosomal protein L27a-3 6.543456859 L4_chemical_B2 +LQ03X001810 60S ribosomal protein L27a-3 6.789136828 L4_chemical_B3 +LQ03X001810 60S ribosomal protein L27a-3 6.414346719 L4_chemical_C2 +LQ03X001810 60S ribosomal protein L27a-3 7.122813591 L4_chemical_C3 +LQ03X001820 Putative Copper methylamine oxidase 5.421751491 C6_control_A1 +LQ03X001820 Putative Copper methylamine oxidase 5.31606173 C6_control_A3 +LQ03X001820 Putative Copper methylamine oxidase 5.268387843 C6_control_B1 +LQ03X001820 Putative Copper methylamine oxidase 5.17540488 C6_control_B2 +LQ03X001820 Putative Copper methylamine oxidase 5.251034384 C6_control_B3 +LQ03X001820 Putative Copper methylamine oxidase 5.576351048 C6_control_C1 +LQ03X001820 Putative Copper methylamine oxidase 5.141008649 C6_control_C2 +LQ03X001820 Putative Copper methylamine oxidase 5.735265158 C6_control_C3 +LQ03X001820 Putative Copper methylamine oxidase 5.8137903 C6_chemical_A1 +LQ03X001820 Putative Copper methylamine oxidase 5.528114118 C6_chemical_A3 +LQ03X001820 Putative Copper methylamine oxidase 5.15756654 C6_chemical_B1 +LQ03X001820 Putative Copper methylamine oxidase 5.28626043 C6_chemical_B2 +LQ03X001820 Putative Copper methylamine oxidase 4.96866921 C6_chemical_B3 +LQ03X001820 Putative Copper methylamine oxidase 5.54443311 C6_chemical_C1 +LQ03X001820 Putative Copper methylamine oxidase 5.600670677 C6_chemical_C2 +LQ03X001820 Putative Copper methylamine oxidase 5.477235593 C6_chemical_C3 +LQ03X001820 Putative Copper methylamine oxidase 5.237776851 L4_control_A1 +LQ03X001820 Putative Copper methylamine oxidase 5.236384844 L4_control_A2 +LQ03X001820 Putative Copper methylamine oxidase 5.647036808 L4_control_A3 +LQ03X001820 Putative Copper methylamine oxidase 5.546946638 L4_control_B1 +LQ03X001820 Putative Copper methylamine oxidase 5.764691528 L4_control_B2 +LQ03X001820 Putative Copper methylamine oxidase 5.227348694 L4_control_B3 +LQ03X001820 Putative Copper methylamine oxidase 6.565919516 L4_control_C2 +LQ03X001820 Putative Copper methylamine oxidase 5.494730195 L4_control_C3 +LQ03X001820 Putative Copper methylamine oxidase 5.475259806 L4_chemical_A1 +LQ03X001820 Putative Copper methylamine oxidase 5.451681119 L4_chemical_A2 +LQ03X001820 Putative Copper methylamine oxidase 5.631097252 L4_chemical_A3 +LQ03X001820 Putative Copper methylamine oxidase 5.611162882 L4_chemical_B1 +LQ03X001820 Putative Copper methylamine oxidase 5.740436231 L4_chemical_B2 +LQ03X001820 Putative Copper methylamine oxidase 5.204469479 L4_chemical_B3 +LQ03X001820 Putative Copper methylamine oxidase 6.860390095 L4_chemical_C2 +LQ03X001820 Putative Copper methylamine oxidase 5.541710394 L4_chemical_C3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.66486081 C6_control_A1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.35993652 C6_control_A3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.91673828 C6_control_B1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.05319536 C6_control_B2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.06356451 C6_control_B3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.46643004 C6_control_C1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.83480141 C6_control_C2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.68628314 C6_control_C3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.56987843 C6_chemical_A1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.99711147 C6_chemical_A3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.56524816 C6_chemical_B1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.03936925 C6_chemical_B2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.9802551 C6_chemical_B3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.55705673 C6_chemical_C1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.85764876 C6_chemical_C2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.41955801 C6_chemical_C3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.21369658 L4_control_A1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.65391879 L4_control_A2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.79382375 L4_control_A3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.33268117 L4_control_B1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.26747299 L4_control_B2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.97352046 L4_control_B3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.75175574 L4_control_C2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.56040542 L4_control_C3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.28289913 L4_chemical_A1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.21033437 L4_chemical_A2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.89177016 L4_chemical_A3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.95771716 L4_chemical_B1 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.62330544 L4_chemical_B2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.05291444 L4_chemical_B3 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.59066989 L4_chemical_C2 +LQ03X001830 Probable ribosome biogenesis protein RLP24 12.52631591 L4_chemical_C3 +LQ03X001870 Histone deacetylase 6 10.79091577 C6_control_A1 +LQ03X001870 Histone deacetylase 6 11.25635444 C6_control_A3 +LQ03X001870 Histone deacetylase 6 10.64637087 C6_control_B1 +LQ03X001870 Histone deacetylase 6 11.05725453 C6_control_B2 +LQ03X001870 Histone deacetylase 6 11.0265815 C6_control_B3 +LQ03X001870 Histone deacetylase 6 11.16894082 C6_control_C1 +LQ03X001870 Histone deacetylase 6 11.25305201 C6_control_C2 +LQ03X001870 Histone deacetylase 6 11.13165916 C6_control_C3 +LQ03X001870 Histone deacetylase 6 10.54370304 C6_chemical_A1 +LQ03X001870 Histone deacetylase 6 11.10673013 C6_chemical_A3 +LQ03X001870 Histone deacetylase 6 10.86696267 C6_chemical_B1 +LQ03X001870 Histone deacetylase 6 11.02925214 C6_chemical_B2 +LQ03X001870 Histone deacetylase 6 10.6481253 C6_chemical_B3 +LQ03X001870 Histone deacetylase 6 10.9519317 C6_chemical_C1 +LQ03X001870 Histone deacetylase 6 11.17844953 C6_chemical_C2 +LQ03X001870 Histone deacetylase 6 11.2392761 C6_chemical_C3 +LQ03X001870 Histone deacetylase 6 10.96793256 L4_control_A1 +LQ03X001870 Histone deacetylase 6 10.99104962 L4_control_A2 +LQ03X001870 Histone deacetylase 6 10.61592233 L4_control_A3 +LQ03X001870 Histone deacetylase 6 10.55738207 L4_control_B1 +LQ03X001870 Histone deacetylase 6 11.06346563 L4_control_B2 +LQ03X001870 Histone deacetylase 6 10.99002052 L4_control_B3 +LQ03X001870 Histone deacetylase 6 10.98730557 L4_control_C2 +LQ03X001870 Histone deacetylase 6 11.12798776 L4_control_C3 +LQ03X001870 Histone deacetylase 6 10.77204349 L4_chemical_A1 +LQ03X001870 Histone deacetylase 6 10.7888506 L4_chemical_A2 +LQ03X001870 Histone deacetylase 6 10.32196791 L4_chemical_A3 +LQ03X001870 Histone deacetylase 6 10.40471381 L4_chemical_B1 +LQ03X001870 Histone deacetylase 6 10.82121082 L4_chemical_B2 +LQ03X001870 Histone deacetylase 6 10.90743297 L4_chemical_B3 +LQ03X001870 Histone deacetylase 6 11.08739984 L4_chemical_C2 +LQ03X001870 Histone deacetylase 6 10.96300341 L4_chemical_C3 +LQ03X001880 Hypothetical protein 6.308701356 C6_control_A1 +LQ03X001880 Hypothetical protein 6.314537327 C6_control_A3 +LQ03X001880 Hypothetical protein 6.304527362 C6_control_B1 +LQ03X001880 Hypothetical protein 6.756354151 C6_control_B2 +LQ03X001880 Hypothetical protein 6.624983351 C6_control_B3 +LQ03X001880 Hypothetical protein 6.61011349 C6_control_C1 +LQ03X001880 Hypothetical protein 6.946042074 C6_control_C2 +LQ03X001880 Hypothetical protein 7.004940387 C6_control_C3 +LQ03X001880 Hypothetical protein 6.203328384 C6_chemical_A1 +LQ03X001880 Hypothetical protein 6.341460641 C6_chemical_A3 +LQ03X001880 Hypothetical protein 6.208337744 C6_chemical_B1 +LQ03X001880 Hypothetical protein 6.551245893 C6_chemical_B2 +LQ03X001880 Hypothetical protein 6.381029318 C6_chemical_B3 +LQ03X001880 Hypothetical protein 6.699049616 C6_chemical_C1 +LQ03X001880 Hypothetical protein 7.297787458 C6_chemical_C2 +LQ03X001880 Hypothetical protein 6.84718925 C6_chemical_C3 +LQ03X001880 Hypothetical protein 6.336250938 L4_control_A1 +LQ03X001880 Hypothetical protein 6.121941914 L4_control_A2 +LQ03X001880 Hypothetical protein 7.033084258 L4_control_A3 +LQ03X001880 Hypothetical protein 5.799447803 L4_control_B1 +LQ03X001880 Hypothetical protein 6.276468193 L4_control_B2 +LQ03X001880 Hypothetical protein 6.557162471 L4_control_B3 +LQ03X001880 Hypothetical protein 5.984332394 L4_control_C2 +LQ03X001880 Hypothetical protein 6.260647054 L4_control_C3 +LQ03X001880 Hypothetical protein 6.417287929 L4_chemical_A1 +LQ03X001880 Hypothetical protein 6.453871588 L4_chemical_A2 +LQ03X001880 Hypothetical protein 5.80356237 L4_chemical_A3 +LQ03X001880 Hypothetical protein 5.811097836 L4_chemical_B1 +LQ03X001880 Hypothetical protein 6.189139476 L4_chemical_B2 +LQ03X001880 Hypothetical protein 6.209292618 L4_chemical_B3 +LQ03X001880 Hypothetical protein 5.380063472 L4_chemical_C2 +LQ03X001880 Hypothetical protein 6.674380216 L4_chemical_C3 +LQ03X001930 Hypothetical protein 5.493436239 C6_control_A1 +LQ03X001930 Hypothetical protein 5.250036561 C6_control_A3 +LQ03X001930 Hypothetical protein 5.773269662 C6_control_B1 +LQ03X001930 Hypothetical protein 6.076057133 C6_control_B2 +LQ03X001930 Hypothetical protein 5.781112434 C6_control_B3 +LQ03X001930 Hypothetical protein 6.023102914 C6_control_C1 +LQ03X001930 Hypothetical protein 5.477759141 C6_control_C2 +LQ03X001930 Hypothetical protein 5.744639618 C6_control_C3 +LQ03X001930 Hypothetical protein 5.437783494 C6_chemical_A1 +LQ03X001930 Hypothetical protein 5.750215844 C6_chemical_A3 +LQ03X001930 Hypothetical protein 5.953862506 C6_chemical_B1 +LQ03X001930 Hypothetical protein 6.089347124 C6_chemical_B2 +LQ03X001930 Hypothetical protein 5.949410515 C6_chemical_B3 +LQ03X001930 Hypothetical protein 5.642269328 C6_chemical_C1 +LQ03X001930 Hypothetical protein 5.868829354 C6_chemical_C2 +LQ03X001930 Hypothetical protein 5.676046536 C6_chemical_C3 +LQ03X001930 Hypothetical protein 5.709793428 L4_control_A1 +LQ03X001930 Hypothetical protein 5.559547489 L4_control_A2 +LQ03X001930 Hypothetical protein 5.18544552 L4_control_A3 +LQ03X001930 Hypothetical protein 5.864956773 L4_control_B1 +LQ03X001930 Hypothetical protein 5.067015363 L4_control_B2 +LQ03X001930 Hypothetical protein 6.131283369 L4_control_B3 +LQ03X001930 Hypothetical protein 5.540906075 L4_control_C2 +LQ03X001930 Hypothetical protein 6.414904372 L4_control_C3 +LQ03X001930 Hypothetical protein 5.816944317 L4_chemical_A1 +LQ03X001930 Hypothetical protein 5.344600628 L4_chemical_A2 +LQ03X001930 Hypothetical protein 5.340195256 L4_chemical_A3 +LQ03X001930 Hypothetical protein 5.494147523 L4_chemical_B1 +LQ03X001930 Hypothetical protein 5.725940876 L4_chemical_B2 +LQ03X001930 Hypothetical protein 5.624796055 L4_chemical_B3 +LQ03X001930 Hypothetical protein 5.716759135 L4_chemical_C2 +LQ03X001930 Hypothetical protein 5.920580899 L4_chemical_C3 +LQ03X001980 Oleosin (Fragment) 5.478333514 C6_control_A1 +LQ03X001980 Oleosin (Fragment) 5.400681168 C6_control_A3 +LQ03X001980 Oleosin (Fragment) 5.926777853 C6_control_B1 +LQ03X001980 Oleosin (Fragment) 6.012906752 C6_control_B2 +LQ03X001980 Oleosin (Fragment) 6.017232164 C6_control_B3 +LQ03X001980 Oleosin (Fragment) 5.973417654 C6_control_C1 +LQ03X001980 Oleosin (Fragment) 5.163610723 C6_control_C2 +LQ03X001980 Oleosin (Fragment) 5.621198854 C6_control_C3 +LQ03X001980 Oleosin (Fragment) 5.430277038 C6_chemical_A1 +LQ03X001980 Oleosin (Fragment) 5.496723145 C6_chemical_A3 +LQ03X001980 Oleosin (Fragment) 5.907468219 C6_chemical_B1 +LQ03X001980 Oleosin (Fragment) 5.752261246 C6_chemical_B2 +LQ03X001980 Oleosin (Fragment) 5.843387928 C6_chemical_B3 +LQ03X001980 Oleosin (Fragment) 6.056231171 C6_chemical_C1 +LQ03X001980 Oleosin (Fragment) 6.014313192 C6_chemical_C2 +LQ03X001980 Oleosin (Fragment) 5.893960272 C6_chemical_C3 +LQ03X001980 Oleosin (Fragment) 5.705366153 L4_control_A1 +LQ03X001980 Oleosin (Fragment) 5.965964218 L4_control_A2 +LQ03X001980 Oleosin (Fragment) 5.712988913 L4_control_A3 +LQ03X001980 Oleosin (Fragment) 6.478387652 L4_control_B1 +LQ03X001980 Oleosin (Fragment) 5.21972314 L4_control_B2 +LQ03X001980 Oleosin (Fragment) 5.447256913 L4_control_B3 +LQ03X001980 Oleosin (Fragment) 5.715362849 L4_control_C2 +LQ03X001980 Oleosin (Fragment) 5.804649843 L4_control_C3 +LQ03X001980 Oleosin (Fragment) 5.676136418 L4_chemical_A1 +LQ03X001980 Oleosin (Fragment) 5.844595879 L4_chemical_A2 +LQ03X001980 Oleosin (Fragment) 5.795622284 L4_chemical_A3 +LQ03X001980 Oleosin (Fragment) 5.787498457 L4_chemical_B1 +LQ03X001980 Oleosin (Fragment) 5.576381343 L4_chemical_B2 +LQ03X001980 Oleosin (Fragment) 5.355495501 L4_chemical_B3 +LQ03X001980 Oleosin (Fragment) 5.799627442 L4_chemical_C2 +LQ03X001980 Oleosin (Fragment) 6.081191606 L4_chemical_C3 +LQ03X002000 AP-1 complex subunit mu-1 8.272030347 C6_control_A1 +LQ03X002000 AP-1 complex subunit mu-1 7.786985101 C6_control_A3 +LQ03X002000 AP-1 complex subunit mu-1 8.53517061 C6_control_B1 +LQ03X002000 AP-1 complex subunit mu-1 8.116589851 C6_control_B2 +LQ03X002000 AP-1 complex subunit mu-1 8.313500519 C6_control_B3 +LQ03X002000 AP-1 complex subunit mu-1 7.469532961 C6_control_C1 +LQ03X002000 AP-1 complex subunit mu-1 7.353725034 C6_control_C2 +LQ03X002000 AP-1 complex subunit mu-1 7.814616609 C6_control_C3 +LQ03X002000 AP-1 complex subunit mu-1 7.747732029 C6_chemical_A1 +LQ03X002000 AP-1 complex subunit mu-1 8.280986868 C6_chemical_A3 +LQ03X002000 AP-1 complex subunit mu-1 7.607895121 C6_chemical_B1 +LQ03X002000 AP-1 complex subunit mu-1 7.938483242 C6_chemical_B2 +LQ03X002000 AP-1 complex subunit mu-1 8.103465216 C6_chemical_B3 +LQ03X002000 AP-1 complex subunit mu-1 7.605025144 C6_chemical_C1 +LQ03X002000 AP-1 complex subunit mu-1 7.123319363 C6_chemical_C2 +LQ03X002000 AP-1 complex subunit mu-1 7.842948745 C6_chemical_C3 +LQ03X002000 AP-1 complex subunit mu-1 8.20406443 L4_control_A1 +LQ03X002000 AP-1 complex subunit mu-1 8.632699241 L4_control_A2 +LQ03X002000 AP-1 complex subunit mu-1 9.214853518 L4_control_A3 +LQ03X002000 AP-1 complex subunit mu-1 7.892685904 L4_control_B1 +LQ03X002000 AP-1 complex subunit mu-1 7.702870837 L4_control_B2 +LQ03X002000 AP-1 complex subunit mu-1 8.252894533 L4_control_B3 +LQ03X002000 AP-1 complex subunit mu-1 7.105548411 L4_control_C2 +LQ03X002000 AP-1 complex subunit mu-1 7.645090039 L4_control_C3 +LQ03X002000 AP-1 complex subunit mu-1 8.934660551 L4_chemical_A1 +LQ03X002000 AP-1 complex subunit mu-1 8.14460288 L4_chemical_A2 +LQ03X002000 AP-1 complex subunit mu-1 9.292078781 L4_chemical_A3 +LQ03X002000 AP-1 complex subunit mu-1 7.899302606 L4_chemical_B1 +LQ03X002000 AP-1 complex subunit mu-1 7.727701085 L4_chemical_B2 +LQ03X002000 AP-1 complex subunit mu-1 8.617912333 L4_chemical_B3 +LQ03X002000 AP-1 complex subunit mu-1 7.697642573 L4_chemical_C2 +LQ03X002000 AP-1 complex subunit mu-1 7.726275703 L4_chemical_C3 +LQ03X002020 Putative Alliin lyase (Fragment) 5.104445475 C6_control_A1 +LQ03X002020 Putative Alliin lyase (Fragment) 5.475147868 C6_control_A3 +LQ03X002020 Putative Alliin lyase (Fragment) 5.121352961 C6_control_B1 +LQ03X002020 Putative Alliin lyase (Fragment) 4.766308194 C6_control_B2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.763569572 C6_control_B3 +LQ03X002020 Putative Alliin lyase (Fragment) 4.862907478 C6_control_C1 +LQ03X002020 Putative Alliin lyase (Fragment) 4.96173592 C6_control_C2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.652952233 C6_control_C3 +LQ03X002020 Putative Alliin lyase (Fragment) 5.225611744 C6_chemical_A1 +LQ03X002020 Putative Alliin lyase (Fragment) 4.863977478 C6_chemical_A3 +LQ03X002020 Putative Alliin lyase (Fragment) 4.963114117 C6_chemical_B1 +LQ03X002020 Putative Alliin lyase (Fragment) 4.777899121 C6_chemical_B2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.918657132 C6_chemical_B3 +LQ03X002020 Putative Alliin lyase (Fragment) 5.181152848 C6_chemical_C1 +LQ03X002020 Putative Alliin lyase (Fragment) 4.799035626 C6_chemical_C2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.532061218 C6_chemical_C3 +LQ03X002020 Putative Alliin lyase (Fragment) 5.07843532 L4_control_A1 +LQ03X002020 Putative Alliin lyase (Fragment) 4.83365115 L4_control_A2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.75175866 L4_control_A3 +LQ03X002020 Putative Alliin lyase (Fragment) 4.959893662 L4_control_B1 +LQ03X002020 Putative Alliin lyase (Fragment) 5.081832855 L4_control_B2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.716038346 L4_control_B3 +LQ03X002020 Putative Alliin lyase (Fragment) 5.140868052 L4_control_C2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.9814098 L4_control_C3 +LQ03X002020 Putative Alliin lyase (Fragment) 4.799801185 L4_chemical_A1 +LQ03X002020 Putative Alliin lyase (Fragment) 5.021548217 L4_chemical_A2 +LQ03X002020 Putative Alliin lyase (Fragment) 5.192419967 L4_chemical_A3 +LQ03X002020 Putative Alliin lyase (Fragment) 4.786456446 L4_chemical_B1 +LQ03X002020 Putative Alliin lyase (Fragment) 4.990573682 L4_chemical_B2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.829446494 L4_chemical_B3 +LQ03X002020 Putative Alliin lyase (Fragment) 4.766990201 L4_chemical_C2 +LQ03X002020 Putative Alliin lyase (Fragment) 4.95438752 L4_chemical_C3 +LQ03X002030 Putative Predicted protein 11.20532021 C6_control_A1 +LQ03X002030 Putative Predicted protein 10.13547015 C6_control_A3 +LQ03X002030 Putative Predicted protein 10.87232395 C6_control_B1 +LQ03X002030 Putative Predicted protein 11.90239595 C6_control_B2 +LQ03X002030 Putative Predicted protein 11.29456716 C6_control_B3 +LQ03X002030 Putative Predicted protein 12.82189508 C6_control_C1 +LQ03X002030 Putative Predicted protein 12.27451213 C6_control_C2 +LQ03X002030 Putative Predicted protein 12.60282979 C6_control_C3 +LQ03X002030 Putative Predicted protein 11.14420614 C6_chemical_A1 +LQ03X002030 Putative Predicted protein 10.39346231 C6_chemical_A3 +LQ03X002030 Putative Predicted protein 10.60733988 C6_chemical_B1 +LQ03X002030 Putative Predicted protein 11.87783144 C6_chemical_B2 +LQ03X002030 Putative Predicted protein 11.19605448 C6_chemical_B3 +LQ03X002030 Putative Predicted protein 12.78072441 C6_chemical_C1 +LQ03X002030 Putative Predicted protein 12.44656743 C6_chemical_C2 +LQ03X002030 Putative Predicted protein 12.32730405 C6_chemical_C3 +LQ03X002030 Putative Predicted protein 11.02476627 L4_control_A1 +LQ03X002030 Putative Predicted protein 11.17407253 L4_control_A2 +LQ03X002030 Putative Predicted protein 11.3052552 L4_control_A3 +LQ03X002030 Putative Predicted protein 10.93758453 L4_control_B1 +LQ03X002030 Putative Predicted protein 10.10822067 L4_control_B2 +LQ03X002030 Putative Predicted protein 11.31525429 L4_control_B3 +LQ03X002030 Putative Predicted protein 11.4838496 L4_control_C2 +LQ03X002030 Putative Predicted protein 11.39321856 L4_control_C3 +LQ03X002030 Putative Predicted protein 11.36849753 L4_chemical_A1 +LQ03X002030 Putative Predicted protein 11.52969378 L4_chemical_A2 +LQ03X002030 Putative Predicted protein 11.65728583 L4_chemical_A3 +LQ03X002030 Putative Predicted protein 10.71229579 L4_chemical_B1 +LQ03X002030 Putative Predicted protein 10.61952535 L4_chemical_B2 +LQ03X002030 Putative Predicted protein 10.73680867 L4_chemical_B3 +LQ03X002030 Putative Predicted protein 11.43813888 L4_chemical_C2 +LQ03X002030 Putative Predicted protein 11.50049809 L4_chemical_C3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.354222012 C6_control_A1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.500065205 C6_control_A3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.643112387 C6_control_B1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.929812061 C6_control_B2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.617242802 C6_control_B3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.781184243 C6_control_C1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.411517831 C6_control_C2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.863603244 C6_control_C3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.349721405 C6_chemical_A1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.424384254 C6_chemical_A3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.941832671 C6_chemical_B1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 6.183703102 C6_chemical_B2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.298110955 C6_chemical_B3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 6.113988194 C6_chemical_C1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.397040457 C6_chemical_C2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.810310967 C6_chemical_C3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.725971335 L4_control_A1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.76153778 L4_control_A2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.280718404 L4_control_A3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.428027383 L4_control_B1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.320461327 L4_control_B2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.653672873 L4_control_B3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.600240374 L4_control_C2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 7.254737769 L4_control_C3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.679493872 L4_chemical_A1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.826340978 L4_chemical_A2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.555992716 L4_chemical_A3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.856596501 L4_chemical_B1 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.811481011 L4_chemical_B2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.571620242 L4_chemical_B3 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.559542299 L4_chemical_C2 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.71968152 L4_chemical_C3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.574910621 C6_control_A1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.635903193 C6_control_A3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.721509969 C6_control_B1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.913752667 C6_control_B2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.006760035 C6_control_B3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.843282028 C6_control_C1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.762658253 C6_control_C2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.208337894 C6_control_C3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.919891521 C6_chemical_A1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.222017335 C6_chemical_A3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.601161154 C6_chemical_B1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.16601546 C6_chemical_B2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.73439387 C6_chemical_B3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.75623899 C6_chemical_C1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.719812204 C6_chemical_C2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.928484809 C6_chemical_C3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.773632049 L4_control_A1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.037735051 L4_control_A2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.80456353 L4_control_A3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.669183906 L4_control_B1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.323530315 L4_control_B2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.967727393 L4_control_B3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.968820838 L4_control_C2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.941899931 L4_control_C3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.686159914 L4_chemical_A1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.353604456 L4_chemical_A2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 6.065687124 L4_chemical_A3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.932882518 L4_chemical_B1 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.970987079 L4_chemical_B2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.090269698 L4_chemical_B3 +LQ03X002080 FKBP12-interacting protein of 37 kDa 5.065992437 L4_chemical_C2 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.82963948 L4_chemical_C3 +LQ03X002100 Putative uncharacterized protein 11.55170665 C6_control_A1 +LQ03X002100 Putative uncharacterized protein 11.64629632 C6_control_A3 +LQ03X002100 Putative uncharacterized protein 10.60142417 C6_control_B1 +LQ03X002100 Putative uncharacterized protein 9.87382058 C6_control_B2 +LQ03X002100 Putative uncharacterized protein 10.41954636 C6_control_B3 +LQ03X002100 Putative uncharacterized protein 10.70423802 C6_control_C1 +LQ03X002100 Putative uncharacterized protein 10.34343646 C6_control_C2 +LQ03X002100 Putative uncharacterized protein 10.75102237 C6_control_C3 +LQ03X002100 Putative uncharacterized protein 11.25674623 C6_chemical_A1 +LQ03X002100 Putative uncharacterized protein 11.92336555 C6_chemical_A3 +LQ03X002100 Putative uncharacterized protein 10.14086942 C6_chemical_B1 +LQ03X002100 Putative uncharacterized protein 9.655029255 C6_chemical_B2 +LQ03X002100 Putative uncharacterized protein 10.25509233 C6_chemical_B3 +LQ03X002100 Putative uncharacterized protein 10.60196019 C6_chemical_C1 +LQ03X002100 Putative uncharacterized protein 10.39581718 C6_chemical_C2 +LQ03X002100 Putative uncharacterized protein 10.5949162 C6_chemical_C3 +LQ03X002100 Putative uncharacterized protein 11.76912406 L4_control_A1 +LQ03X002100 Putative uncharacterized protein 10.56330357 L4_control_A2 +LQ03X002100 Putative uncharacterized protein 11.50565549 L4_control_A3 +LQ03X002100 Putative uncharacterized protein 9.597564011 L4_control_B1 +LQ03X002100 Putative uncharacterized protein 10.57327031 L4_control_B2 +LQ03X002100 Putative uncharacterized protein 10.47927916 L4_control_B3 +LQ03X002100 Putative uncharacterized protein 10.68523422 L4_control_C2 +LQ03X002100 Putative uncharacterized protein 10.11274476 L4_control_C3 +LQ03X002100 Putative uncharacterized protein 10.91066821 L4_chemical_A1 +LQ03X002100 Putative uncharacterized protein 10.02399048 L4_chemical_A2 +LQ03X002100 Putative uncharacterized protein 11.21020822 L4_chemical_A3 +LQ03X002100 Putative uncharacterized protein 9.471357572 L4_chemical_B1 +LQ03X002100 Putative uncharacterized protein 10.45288327 L4_chemical_B2 +LQ03X002100 Putative uncharacterized protein 10.5925914 L4_chemical_B3 +LQ03X002100 Putative uncharacterized protein 10.40609268 L4_chemical_C2 +LQ03X002100 Putative uncharacterized protein 10.38413137 L4_chemical_C3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.539134461 C6_control_A1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.051756197 C6_control_A3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.31629069 C6_control_B1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.769845129 C6_control_B2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.121229671 C6_control_B3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 7.708293609 C6_control_C1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.789697402 C6_control_C2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.71491336 C6_control_C3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.474148603 C6_chemical_A1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.233823132 C6_chemical_A3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.339350493 C6_chemical_B1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.665906119 C6_chemical_B2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.326845396 C6_chemical_B3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 8.459449475 C6_chemical_C1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 8.592088643 C6_chemical_C2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.634769532 C6_chemical_C3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.138155592 L4_control_A1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.33663259 L4_control_A2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.223767134 L4_control_A3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.13153693 L4_control_B1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.375176916 L4_control_B2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.435984909 L4_control_B3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 4.977802417 L4_control_C2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 4.789354651 L4_control_C3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.800188998 L4_chemical_A1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.519944981 L4_chemical_A2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.203470384 L4_chemical_A3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.085292642 L4_chemical_B1 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.166545153 L4_chemical_B2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.575499 L4_chemical_B3 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.973839017 L4_chemical_C2 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 4.946919399 L4_chemical_C3 +LQ03X002150 Hypothetical protein 5.86128903 C6_control_A1 +LQ03X002150 Hypothetical protein 6.08410984 C6_control_A3 +LQ03X002150 Hypothetical protein 5.976870731 C6_control_B1 +LQ03X002150 Hypothetical protein 5.813389001 C6_control_B2 +LQ03X002150 Hypothetical protein 6.540485179 C6_control_B3 +LQ03X002150 Hypothetical protein 7.210950284 C6_control_C1 +LQ03X002150 Hypothetical protein 7.113861461 C6_control_C2 +LQ03X002150 Hypothetical protein 8.958922335 C6_control_C3 +LQ03X002150 Hypothetical protein 5.817656337 C6_chemical_A1 +LQ03X002150 Hypothetical protein 5.541303117 C6_chemical_A3 +LQ03X002150 Hypothetical protein 6.216333714 C6_chemical_B1 +LQ03X002150 Hypothetical protein 6.076827023 C6_chemical_B2 +LQ03X002150 Hypothetical protein 6.096463535 C6_chemical_B3 +LQ03X002150 Hypothetical protein 6.57729906 C6_chemical_C1 +LQ03X002150 Hypothetical protein 6.365219858 C6_chemical_C2 +LQ03X002150 Hypothetical protein 8.447925768 C6_chemical_C3 +LQ03X002150 Hypothetical protein 6.075329828 L4_control_A1 +LQ03X002150 Hypothetical protein 5.505459039 L4_control_A2 +LQ03X002150 Hypothetical protein 5.141796577 L4_control_A3 +LQ03X002150 Hypothetical protein 5.544451803 L4_control_B1 +LQ03X002150 Hypothetical protein 5.726469718 L4_control_B2 +LQ03X002150 Hypothetical protein 6.502477778 L4_control_B3 +LQ03X002150 Hypothetical protein 5.880988365 L4_control_C2 +LQ03X002150 Hypothetical protein 6.682483604 L4_control_C3 +LQ03X002150 Hypothetical protein 5.796699131 L4_chemical_A1 +LQ03X002150 Hypothetical protein 5.482502976 L4_chemical_A2 +LQ03X002150 Hypothetical protein 5.561281714 L4_chemical_A3 +LQ03X002150 Hypothetical protein 5.669997598 L4_chemical_B1 +LQ03X002150 Hypothetical protein 6.170636441 L4_chemical_B2 +LQ03X002150 Hypothetical protein 5.936913299 L4_chemical_B3 +LQ03X002150 Hypothetical protein 6.078694001 L4_chemical_C2 +LQ03X002150 Hypothetical protein 6.911833487 L4_chemical_C3 +LQ03X002170 Putative Protein MAK16 homolog B 8.912755141 C6_control_A1 +LQ03X002170 Putative Protein MAK16 homolog B 9.755411859 C6_control_A3 +LQ03X002170 Putative Protein MAK16 homolog B 8.623077846 C6_control_B1 +LQ03X002170 Putative Protein MAK16 homolog B 9.052842242 C6_control_B2 +LQ03X002170 Putative Protein MAK16 homolog B 8.73397471 C6_control_B3 +LQ03X002170 Putative Protein MAK16 homolog B 9.061647619 C6_control_C1 +LQ03X002170 Putative Protein MAK16 homolog B 9.692004961 C6_control_C2 +LQ03X002170 Putative Protein MAK16 homolog B 9.648504898 C6_control_C3 +LQ03X002170 Putative Protein MAK16 homolog B 8.266871989 C6_chemical_A1 +LQ03X002170 Putative Protein MAK16 homolog B 9.537663881 C6_chemical_A3 +LQ03X002170 Putative Protein MAK16 homolog B 8.029950055 C6_chemical_B1 +LQ03X002170 Putative Protein MAK16 homolog B 8.61471864 C6_chemical_B2 +LQ03X002170 Putative Protein MAK16 homolog B 8.367714814 C6_chemical_B3 +LQ03X002170 Putative Protein MAK16 homolog B 8.654804794 C6_chemical_C1 +LQ03X002170 Putative Protein MAK16 homolog B 9.252663589 C6_chemical_C2 +LQ03X002170 Putative Protein MAK16 homolog B 9.434039829 C6_chemical_C3 +LQ03X002170 Putative Protein MAK16 homolog B 9.122257244 L4_control_A1 +LQ03X002170 Putative Protein MAK16 homolog B 9.394810555 L4_control_A2 +LQ03X002170 Putative Protein MAK16 homolog B 9.169803242 L4_control_A3 +LQ03X002170 Putative Protein MAK16 homolog B 9.057723284 L4_control_B1 +LQ03X002170 Putative Protein MAK16 homolog B 9.094189973 L4_control_B2 +LQ03X002170 Putative Protein MAK16 homolog B 9.606134057 L4_control_B3 +LQ03X002170 Putative Protein MAK16 homolog B 9.994728946 L4_control_C2 +LQ03X002170 Putative Protein MAK16 homolog B 10.15548914 L4_control_C3 +LQ03X002170 Putative Protein MAK16 homolog B 8.664573754 L4_chemical_A1 +LQ03X002170 Putative Protein MAK16 homolog B 8.647682379 L4_chemical_A2 +LQ03X002170 Putative Protein MAK16 homolog B 7.789843118 L4_chemical_A3 +LQ03X002170 Putative Protein MAK16 homolog B 8.72135637 L4_chemical_B1 +LQ03X002170 Putative Protein MAK16 homolog B 8.911363036 L4_chemical_B2 +LQ03X002170 Putative Protein MAK16 homolog B 8.967890452 L4_chemical_B3 +LQ03X002170 Putative Protein MAK16 homolog B 10.21215939 L4_chemical_C2 +LQ03X002170 Putative Protein MAK16 homolog B 9.926907866 L4_chemical_C3 +LQ03X002220 Zinc ion binding protein, putative 6.579578858 C6_control_A1 +LQ03X002220 Zinc ion binding protein, putative 6.5115856 C6_control_A3 +LQ03X002220 Zinc ion binding protein, putative 6.805753704 C6_control_B1 +LQ03X002220 Zinc ion binding protein, putative 6.082635647 C6_control_B2 +LQ03X002220 Zinc ion binding protein, putative 6.798932273 C6_control_B3 +LQ03X002220 Zinc ion binding protein, putative 6.557594741 C6_control_C1 +LQ03X002220 Zinc ion binding protein, putative 7.081983799 C6_control_C2 +LQ03X002220 Zinc ion binding protein, putative 6.33812891 C6_control_C3 +LQ03X002220 Zinc ion binding protein, putative 6.485818123 C6_chemical_A1 +LQ03X002220 Zinc ion binding protein, putative 6.383494578 C6_chemical_A3 +LQ03X002220 Zinc ion binding protein, putative 6.535883472 C6_chemical_B1 +LQ03X002220 Zinc ion binding protein, putative 6.087517297 C6_chemical_B2 +LQ03X002220 Zinc ion binding protein, putative 6.833160036 C6_chemical_B3 +LQ03X002220 Zinc ion binding protein, putative 6.361661879 C6_chemical_C1 +LQ03X002220 Zinc ion binding protein, putative 6.320427996 C6_chemical_C2 +LQ03X002220 Zinc ion binding protein, putative 6.186435927 C6_chemical_C3 +LQ03X002220 Zinc ion binding protein, putative 6.285264547 L4_control_A1 +LQ03X002220 Zinc ion binding protein, putative 6.795694397 L4_control_A2 +LQ03X002220 Zinc ion binding protein, putative 7.501771502 L4_control_A3 +LQ03X002220 Zinc ion binding protein, putative 6.248241095 L4_control_B1 +LQ03X002220 Zinc ion binding protein, putative 6.119818111 L4_control_B2 +LQ03X002220 Zinc ion binding protein, putative 6.436907159 L4_control_B3 +LQ03X002220 Zinc ion binding protein, putative 7.048812314 L4_control_C2 +LQ03X002220 Zinc ion binding protein, putative 6.55204417 L4_control_C3 +LQ03X002220 Zinc ion binding protein, putative 6.436788638 L4_chemical_A1 +LQ03X002220 Zinc ion binding protein, putative 6.677373836 L4_chemical_A2 +LQ03X002220 Zinc ion binding protein, putative 5.746898918 L4_chemical_A3 +LQ03X002220 Zinc ion binding protein, putative 6.889046267 L4_chemical_B1 +LQ03X002220 Zinc ion binding protein, putative 6.719876879 L4_chemical_B2 +LQ03X002220 Zinc ion binding protein, putative 6.391933283 L4_chemical_B3 +LQ03X002220 Zinc ion binding protein, putative 6.512753103 L4_chemical_C2 +LQ03X002220 Zinc ion binding protein, putative 6.903337477 L4_chemical_C3 +LQ03X002240 Putative uncharacterized protein 6.955980158 C6_control_A1 +LQ03X002240 Putative uncharacterized protein 5.928271543 C6_control_A3 +LQ03X002240 Putative uncharacterized protein 7.287833332 C6_control_B1 +LQ03X002240 Putative uncharacterized protein 7.123077857 C6_control_B2 +LQ03X002240 Putative uncharacterized protein 7.237698068 C6_control_B3 +LQ03X002240 Putative uncharacterized protein 7.648597009 C6_control_C1 +LQ03X002240 Putative uncharacterized protein 7.438769645 C6_control_C2 +LQ03X002240 Putative uncharacterized protein 6.936070544 C6_control_C3 +LQ03X002240 Putative uncharacterized protein 6.927298463 C6_chemical_A1 +LQ03X002240 Putative uncharacterized protein 6.535194073 C6_chemical_A3 +LQ03X002240 Putative uncharacterized protein 7.094745615 C6_chemical_B1 +LQ03X002240 Putative uncharacterized protein 6.918772144 C6_chemical_B2 +LQ03X002240 Putative uncharacterized protein 6.926094998 C6_chemical_B3 +LQ03X002240 Putative uncharacterized protein 7.243149293 C6_chemical_C1 +LQ03X002240 Putative uncharacterized protein 7.426132703 C6_chemical_C2 +LQ03X002240 Putative uncharacterized protein 6.858074766 C6_chemical_C3 +LQ03X002240 Putative uncharacterized protein 5.963085693 L4_control_A1 +LQ03X002240 Putative uncharacterized protein 6.612950447 L4_control_A2 +LQ03X002240 Putative uncharacterized protein 5.351623944 L4_control_A3 +LQ03X002240 Putative uncharacterized protein 6.107166801 L4_control_B1 +LQ03X002240 Putative uncharacterized protein 7.188795978 L4_control_B2 +LQ03X002240 Putative uncharacterized protein 6.042876293 L4_control_B3 +LQ03X002240 Putative uncharacterized protein 5.749876086 L4_control_C2 +LQ03X002240 Putative uncharacterized protein 6.328631568 L4_control_C3 +LQ03X002240 Putative uncharacterized protein 6.200985876 L4_chemical_A1 +LQ03X002240 Putative uncharacterized protein 6.554187749 L4_chemical_A2 +LQ03X002240 Putative uncharacterized protein 6.160860908 L4_chemical_A3 +LQ03X002240 Putative uncharacterized protein 6.382905748 L4_chemical_B1 +LQ03X002240 Putative uncharacterized protein 7.673646865 L4_chemical_B2 +LQ03X002240 Putative uncharacterized protein 6.586983419 L4_chemical_B3 +LQ03X002240 Putative uncharacterized protein 6.767233658 L4_chemical_C2 +LQ03X002240 Putative uncharacterized protein 6.416600264 L4_chemical_C3 +LQ03X002260 Thyroid receptor-interacting protein 13 8.962844488 C6_control_A1 +LQ03X002260 Thyroid receptor-interacting protein 13 9.840153175 C6_control_A3 +LQ03X002260 Thyroid receptor-interacting protein 13 7.527533308 C6_control_B1 +LQ03X002260 Thyroid receptor-interacting protein 13 6.366960886 C6_control_B2 +LQ03X002260 Thyroid receptor-interacting protein 13 5.877628917 C6_control_B3 +LQ03X002260 Thyroid receptor-interacting protein 13 6.172551292 C6_control_C1 +LQ03X002260 Thyroid receptor-interacting protein 13 6.071886136 C6_control_C2 +LQ03X002260 Thyroid receptor-interacting protein 13 6.740285427 C6_control_C3 +LQ03X002260 Thyroid receptor-interacting protein 13 8.567663126 C6_chemical_A1 +LQ03X002260 Thyroid receptor-interacting protein 13 9.595870377 C6_chemical_A3 +LQ03X002260 Thyroid receptor-interacting protein 13 6.338108851 C6_chemical_B1 +LQ03X002260 Thyroid receptor-interacting protein 13 5.918675448 C6_chemical_B2 +LQ03X002260 Thyroid receptor-interacting protein 13 5.915132545 C6_chemical_B3 +LQ03X002260 Thyroid receptor-interacting protein 13 6.421163781 C6_chemical_C1 +LQ03X002260 Thyroid receptor-interacting protein 13 6.118096109 C6_chemical_C2 +LQ03X002260 Thyroid receptor-interacting protein 13 6.582623807 C6_chemical_C3 +LQ03X002260 Thyroid receptor-interacting protein 13 9.316288895 L4_control_A1 +LQ03X002260 Thyroid receptor-interacting protein 13 8.783536846 L4_control_A2 +LQ03X002260 Thyroid receptor-interacting protein 13 9.4651459 L4_control_A3 +LQ03X002260 Thyroid receptor-interacting protein 13 5.392792827 L4_control_B1 +LQ03X002260 Thyroid receptor-interacting protein 13 6.670738787 L4_control_B2 +LQ03X002260 Thyroid receptor-interacting protein 13 6.164815385 L4_control_B3 +LQ03X002260 Thyroid receptor-interacting protein 13 5.319467244 L4_control_C2 +LQ03X002260 Thyroid receptor-interacting protein 13 6.471567874 L4_control_C3 +LQ03X002260 Thyroid receptor-interacting protein 13 8.254095855 L4_chemical_A1 +LQ03X002260 Thyroid receptor-interacting protein 13 7.739105544 L4_chemical_A2 +LQ03X002260 Thyroid receptor-interacting protein 13 8.917671265 L4_chemical_A3 +LQ03X002260 Thyroid receptor-interacting protein 13 5.975052183 L4_chemical_B1 +LQ03X002260 Thyroid receptor-interacting protein 13 6.633789747 L4_chemical_B2 +LQ03X002260 Thyroid receptor-interacting protein 13 7.750875596 L4_chemical_B3 +LQ03X002260 Thyroid receptor-interacting protein 13 5.409741854 L4_chemical_C2 +LQ03X002260 Thyroid receptor-interacting protein 13 6.183580402 L4_chemical_C3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.35978903 C6_control_A1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.22495007 C6_control_A3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.2435622 C6_control_B1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.26002542 C6_control_B2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.67755154 C6_control_B3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.17331059 C6_control_C1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.11401907 C6_control_C2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.07570836 C6_control_C3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.42615706 C6_chemical_A1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.19014321 C6_chemical_A3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.19311176 C6_chemical_B1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.37868302 C6_chemical_B2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.45685168 C6_chemical_B3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.08674216 C6_chemical_C1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.13019662 C6_chemical_C2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 12.83428273 C6_chemical_C3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.26586093 L4_control_A1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.57143806 L4_control_A2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.27123425 L4_control_A3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.61706807 L4_control_B1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.42238504 L4_control_B2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.06558744 L4_control_B3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.1734243 L4_control_C2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.41303703 L4_control_C3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.67845258 L4_chemical_A1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.83187389 L4_chemical_A2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.25340908 L4_chemical_A3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.38813308 L4_chemical_B1 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.30956648 L4_chemical_B2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.19349019 L4_chemical_B3 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.18390667 L4_chemical_C2 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.26047044 L4_chemical_C3 +LQ03X002290 Elongation factor Tu, chloroplastic 13.98628844 C6_control_A1 +LQ03X002290 Elongation factor Tu, chloroplastic 13.97783833 C6_control_A3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.4923535 C6_control_B1 +LQ03X002290 Elongation factor Tu, chloroplastic 14.58277154 C6_control_B2 +LQ03X002290 Elongation factor Tu, chloroplastic 14.40205889 C6_control_B3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.93615016 C6_control_C1 +LQ03X002290 Elongation factor Tu, chloroplastic 14.71486487 C6_control_C2 +LQ03X002290 Elongation factor Tu, chloroplastic 14.286274 C6_control_C3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.16188068 C6_chemical_A1 +LQ03X002290 Elongation factor Tu, chloroplastic 14.50105146 C6_chemical_A3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.74713544 C6_chemical_B1 +LQ03X002290 Elongation factor Tu, chloroplastic 14.53141008 C6_chemical_B2 +LQ03X002290 Elongation factor Tu, chloroplastic 14.43222692 C6_chemical_B3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.84902259 C6_chemical_C1 +LQ03X002290 Elongation factor Tu, chloroplastic 14.78881585 C6_chemical_C2 +LQ03X002290 Elongation factor Tu, chloroplastic 14.66400772 C6_chemical_C3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.08885812 L4_control_A1 +LQ03X002290 Elongation factor Tu, chloroplastic 14.41077005 L4_control_A2 +LQ03X002290 Elongation factor Tu, chloroplastic 14.39857113 L4_control_A3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.73472441 L4_control_B1 +LQ03X002290 Elongation factor Tu, chloroplastic 14.86147508 L4_control_B2 +LQ03X002290 Elongation factor Tu, chloroplastic 15.09133085 L4_control_B3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.85010559 L4_control_C2 +LQ03X002290 Elongation factor Tu, chloroplastic 14.81912638 L4_control_C3 +LQ03X002290 Elongation factor Tu, chloroplastic 13.72759172 L4_chemical_A1 +LQ03X002290 Elongation factor Tu, chloroplastic 13.97871917 L4_chemical_A2 +LQ03X002290 Elongation factor Tu, chloroplastic 13.89775595 L4_chemical_A3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.22812224 L4_chemical_B1 +LQ03X002290 Elongation factor Tu, chloroplastic 14.3549379 L4_chemical_B2 +LQ03X002290 Elongation factor Tu, chloroplastic 14.43719852 L4_chemical_B3 +LQ03X002290 Elongation factor Tu, chloroplastic 14.86179546 L4_chemical_C2 +LQ03X002290 Elongation factor Tu, chloroplastic 14.84326947 L4_chemical_C3 +LQ03X002320 Predicted protein 12.91046212 C6_control_A1 +LQ03X002320 Predicted protein 13.95983044 C6_control_A3 +LQ03X002320 Predicted protein 12.43951909 C6_control_B1 +LQ03X002320 Predicted protein 12.3315968 C6_control_B2 +LQ03X002320 Predicted protein 12.34833621 C6_control_B3 +LQ03X002320 Predicted protein 12.37564637 C6_control_C1 +LQ03X002320 Predicted protein 12.66179316 C6_control_C2 +LQ03X002320 Predicted protein 12.55559803 C6_control_C3 +LQ03X002320 Predicted protein 12.57750883 C6_chemical_A1 +LQ03X002320 Predicted protein 13.60318574 C6_chemical_A3 +LQ03X002320 Predicted protein 11.65159242 C6_chemical_B1 +LQ03X002320 Predicted protein 11.83287811 C6_chemical_B2 +LQ03X002320 Predicted protein 11.90925744 C6_chemical_B3 +LQ03X002320 Predicted protein 12.06334033 C6_chemical_C1 +LQ03X002320 Predicted protein 12.5066275 C6_chemical_C2 +LQ03X002320 Predicted protein 12.00153468 C6_chemical_C3 +LQ03X002320 Predicted protein 13.45619308 L4_control_A1 +LQ03X002320 Predicted protein 12.78609606 L4_control_A2 +LQ03X002320 Predicted protein 13.60736553 L4_control_A3 +LQ03X002320 Predicted protein 12.12675511 L4_control_B1 +LQ03X002320 Predicted protein 12.3019327 L4_control_B2 +LQ03X002320 Predicted protein 12.33594322 L4_control_B3 +LQ03X002320 Predicted protein 13.51328543 L4_control_C2 +LQ03X002320 Predicted protein 12.92979098 L4_control_C3 +LQ03X002320 Predicted protein 12.54294816 L4_chemical_A1 +LQ03X002320 Predicted protein 11.87185218 L4_chemical_A2 +LQ03X002320 Predicted protein 12.91158313 L4_chemical_A3 +LQ03X002320 Predicted protein 12.4134128 L4_chemical_B1 +LQ03X002320 Predicted protein 12.47565669 L4_chemical_B2 +LQ03X002320 Predicted protein 12.19265757 L4_chemical_B3 +LQ03X002320 Predicted protein 13.44034779 L4_chemical_C2 +LQ03X002320 Predicted protein 13.04605473 L4_chemical_C3 +LQ03X002351 Predicted protein 8.392714112 C6_control_A1 +LQ03X002351 Predicted protein 8.339769445 C6_control_A3 +LQ03X002351 Predicted protein 7.906618256 C6_control_B1 +LQ03X002351 Predicted protein 7.400671704 C6_control_B2 +LQ03X002351 Predicted protein 7.505110915 C6_control_B3 +LQ03X002351 Predicted protein 7.717970862 C6_control_C1 +LQ03X002351 Predicted protein 7.68718132 C6_control_C2 +LQ03X002351 Predicted protein 7.120524592 C6_control_C3 +LQ03X002351 Predicted protein 8.334749553 C6_chemical_A1 +LQ03X002351 Predicted protein 8.472513097 C6_chemical_A3 +LQ03X002351 Predicted protein 7.929113124 C6_chemical_B1 +LQ03X002351 Predicted protein 7.827477749 C6_chemical_B2 +LQ03X002351 Predicted protein 7.830461488 C6_chemical_B3 +LQ03X002351 Predicted protein 7.622363942 C6_chemical_C1 +LQ03X002351 Predicted protein 7.869076908 C6_chemical_C2 +LQ03X002351 Predicted protein 7.541507129 C6_chemical_C3 +LQ03X002351 Predicted protein 8.283995822 L4_control_A1 +LQ03X002351 Predicted protein 8.691996766 L4_control_A2 +LQ03X002351 Predicted protein 9.510125724 L4_control_A3 +LQ03X002351 Predicted protein 7.007358845 L4_control_B1 +LQ03X002351 Predicted protein 9.00989377 L4_control_B2 +LQ03X002351 Predicted protein 7.998109188 L4_control_B3 +LQ03X002351 Predicted protein 7.489788497 L4_control_C2 +LQ03X002351 Predicted protein 8.113772888 L4_control_C3 +LQ03X002351 Predicted protein 7.774570449 L4_chemical_A1 +LQ03X002351 Predicted protein 8.313965682 L4_chemical_A2 +LQ03X002351 Predicted protein 8.456956758 L4_chemical_A3 +LQ03X002351 Predicted protein 8.066964527 L4_chemical_B1 +LQ03X002351 Predicted protein 7.952416895 L4_chemical_B2 +LQ03X002351 Predicted protein 7.97309422 L4_chemical_B3 +LQ03X002351 Predicted protein 7.606384561 L4_chemical_C2 +LQ03X002351 Predicted protein 8.249800896 L4_chemical_C3 +LQ03X002380 Oleosin, putative 6.761637689 C6_control_A1 +LQ03X002380 Oleosin, putative 5.60758297 C6_control_A3 +LQ03X002380 Oleosin, putative 7.756752599 C6_control_B1 +LQ03X002380 Oleosin, putative 7.282368088 C6_control_B2 +LQ03X002380 Oleosin, putative 7.43613253 C6_control_B3 +LQ03X002380 Oleosin, putative 8.695654758 C6_control_C1 +LQ03X002380 Oleosin, putative 7.556860446 C6_control_C2 +LQ03X002380 Oleosin, putative 7.98775464 C6_control_C3 +LQ03X002380 Oleosin, putative 6.787677708 C6_chemical_A1 +LQ03X002380 Oleosin, putative 6.250056121 C6_chemical_A3 +LQ03X002380 Oleosin, putative 7.682746169 C6_chemical_B1 +LQ03X002380 Oleosin, putative 7.451404505 C6_chemical_B2 +LQ03X002380 Oleosin, putative 6.484308212 C6_chemical_B3 +LQ03X002380 Oleosin, putative 8.955697908 C6_chemical_C1 +LQ03X002380 Oleosin, putative 8.475969376 C6_chemical_C2 +LQ03X002380 Oleosin, putative 8.054895019 C6_chemical_C3 +LQ03X002380 Oleosin, putative 6.638739317 L4_control_A1 +LQ03X002380 Oleosin, putative 6.577260457 L4_control_A2 +LQ03X002380 Oleosin, putative 6.299339337 L4_control_A3 +LQ03X002380 Oleosin, putative 6.834154404 L4_control_B1 +LQ03X002380 Oleosin, putative 7.314488735 L4_control_B2 +LQ03X002380 Oleosin, putative 6.269144037 L4_control_B3 +LQ03X002380 Oleosin, putative 8.962547373 L4_control_C2 +LQ03X002380 Oleosin, putative 7.961051448 L4_control_C3 +LQ03X002380 Oleosin, putative 6.805623971 L4_chemical_A1 +LQ03X002380 Oleosin, putative 6.995140524 L4_chemical_A2 +LQ03X002380 Oleosin, putative 6.720427834 L4_chemical_A3 +LQ03X002380 Oleosin, putative 7.242337164 L4_chemical_B1 +LQ03X002380 Oleosin, putative 8.253763982 L4_chemical_B2 +LQ03X002380 Oleosin, putative 6.849510199 L4_chemical_B3 +LQ03X002380 Oleosin, putative 8.37329247 L4_chemical_C2 +LQ03X002380 Oleosin, putative 8.525159384 L4_chemical_C3 +LQ03X002400 Predicted protein 5.93800557 C6_control_A1 +LQ03X002400 Predicted protein 5.153332459 C6_control_A3 +LQ03X002400 Predicted protein 6.192297536 C6_control_B1 +LQ03X002400 Predicted protein 5.630002684 C6_control_B2 +LQ03X002400 Predicted protein 6.144944583 C6_control_B3 +LQ03X002400 Predicted protein 6.371917073 C6_control_C1 +LQ03X002400 Predicted protein 4.928462531 C6_control_C2 +LQ03X002400 Predicted protein 6.754562745 C6_control_C3 +LQ03X002400 Predicted protein 5.635600978 C6_chemical_A1 +LQ03X002400 Predicted protein 5.861886077 C6_chemical_A3 +LQ03X002400 Predicted protein 5.869146679 C6_chemical_B1 +LQ03X002400 Predicted protein 5.305705519 C6_chemical_B2 +LQ03X002400 Predicted protein 5.669401607 C6_chemical_B3 +LQ03X002400 Predicted protein 6.807907926 C6_chemical_C1 +LQ03X002400 Predicted protein 5.683172922 C6_chemical_C2 +LQ03X002400 Predicted protein 6.726738691 C6_chemical_C3 +LQ03X002400 Predicted protein 6.228008095 L4_control_A1 +LQ03X002400 Predicted protein 5.856329607 L4_control_A2 +LQ03X002400 Predicted protein 6.297589611 L4_control_A3 +LQ03X002400 Predicted protein 6.35762599 L4_control_B1 +LQ03X002400 Predicted protein 6.305090155 L4_control_B2 +LQ03X002400 Predicted protein 6.305934772 L4_control_B3 +LQ03X002400 Predicted protein 8.69757552 L4_control_C2 +LQ03X002400 Predicted protein 7.373535722 L4_control_C3 +LQ03X002400 Predicted protein 6.37834145 L4_chemical_A1 +LQ03X002400 Predicted protein 6.395859071 L4_chemical_A2 +LQ03X002400 Predicted protein 6.221926718 L4_chemical_A3 +LQ03X002400 Predicted protein 6.321098946 L4_chemical_B1 +LQ03X002400 Predicted protein 6.774914138 L4_chemical_B2 +LQ03X002400 Predicted protein 6.331630248 L4_chemical_B3 +LQ03X002400 Predicted protein 7.919504408 L4_chemical_C2 +LQ03X002400 Predicted protein 7.809703766 L4_chemical_C3 +LQ03X002410 Predicted protein 12.31424647 C6_control_A1 +LQ03X002410 Predicted protein 12.62740622 C6_control_A3 +LQ03X002410 Predicted protein 12.29562397 C6_control_B1 +LQ03X002410 Predicted protein 11.79349598 C6_control_B2 +LQ03X002410 Predicted protein 12.51320101 C6_control_B3 +LQ03X002410 Predicted protein 12.25829701 C6_control_C1 +LQ03X002410 Predicted protein 12.41150346 C6_control_C2 +LQ03X002410 Predicted protein 12.40155243 C6_control_C3 +LQ03X002410 Predicted protein 12.56252584 C6_chemical_A1 +LQ03X002410 Predicted protein 12.78561192 C6_chemical_A3 +LQ03X002410 Predicted protein 12.56193446 C6_chemical_B1 +LQ03X002410 Predicted protein 11.89213915 C6_chemical_B2 +LQ03X002410 Predicted protein 12.51166923 C6_chemical_B3 +LQ03X002410 Predicted protein 12.27597573 C6_chemical_C1 +LQ03X002410 Predicted protein 12.36227397 C6_chemical_C2 +LQ03X002410 Predicted protein 12.34653912 C6_chemical_C3 +LQ03X002410 Predicted protein 12.95643786 L4_control_A1 +LQ03X002410 Predicted protein 12.70534086 L4_control_A2 +LQ03X002410 Predicted protein 13.4907657 L4_control_A3 +LQ03X002410 Predicted protein 13.41013003 L4_control_B1 +LQ03X002410 Predicted protein 13.42307211 L4_control_B2 +LQ03X002410 Predicted protein 12.50157385 L4_control_B3 +LQ03X002410 Predicted protein 13.83214011 L4_control_C2 +LQ03X002410 Predicted protein 13.73374198 L4_control_C3 +LQ03X002410 Predicted protein 12.98752494 L4_chemical_A1 +LQ03X002410 Predicted protein 12.98372303 L4_chemical_A2 +LQ03X002410 Predicted protein 13.52899429 L4_chemical_A3 +LQ03X002410 Predicted protein 13.4831095 L4_chemical_B1 +LQ03X002410 Predicted protein 13.68343845 L4_chemical_B2 +LQ03X002410 Predicted protein 12.87242269 L4_chemical_B3 +LQ03X002410 Predicted protein 14.03261466 L4_chemical_C2 +LQ03X002410 Predicted protein 13.8064194 L4_chemical_C3 +LQ03X002420 Putative uncharacterized protein 8.455309306 C6_control_A1 +LQ03X002420 Putative uncharacterized protein 8.253960081 C6_control_A3 +LQ03X002420 Putative uncharacterized protein 7.738456564 C6_control_B1 +LQ03X002420 Putative uncharacterized protein 6.665356301 C6_control_B2 +LQ03X002420 Putative uncharacterized protein 7.740542003 C6_control_B3 +LQ03X002420 Putative uncharacterized protein 9.231984679 C6_control_C1 +LQ03X002420 Putative uncharacterized protein 8.41748114 C6_control_C2 +LQ03X002420 Putative uncharacterized protein 8.55128855 C6_control_C3 +LQ03X002420 Putative uncharacterized protein 7.225806863 C6_chemical_A1 +LQ03X002420 Putative uncharacterized protein 8.646955664 C6_chemical_A3 +LQ03X002420 Putative uncharacterized protein 7.395705976 C6_chemical_B1 +LQ03X002420 Putative uncharacterized protein 6.773555653 C6_chemical_B2 +LQ03X002420 Putative uncharacterized protein 8.686792327 C6_chemical_B3 +LQ03X002420 Putative uncharacterized protein 8.366247835 C6_chemical_C1 +LQ03X002420 Putative uncharacterized protein 7.372388742 C6_chemical_C2 +LQ03X002420 Putative uncharacterized protein 8.962820242 C6_chemical_C3 +LQ03X002420 Putative uncharacterized protein 8.211239944 L4_control_A1 +LQ03X002420 Putative uncharacterized protein 8.590790218 L4_control_A2 +LQ03X002420 Putative uncharacterized protein 9.330547603 L4_control_A3 +LQ03X002420 Putative uncharacterized protein 8.389445506 L4_control_B1 +LQ03X002420 Putative uncharacterized protein 8.317968277 L4_control_B2 +LQ03X002420 Putative uncharacterized protein 7.312935173 L4_control_B3 +LQ03X002420 Putative uncharacterized protein 8.552417982 L4_control_C2 +LQ03X002420 Putative uncharacterized protein 8.674389913 L4_control_C3 +LQ03X002420 Putative uncharacterized protein 9.344364269 L4_chemical_A1 +LQ03X002420 Putative uncharacterized protein 10.00228776 L4_chemical_A2 +LQ03X002420 Putative uncharacterized protein 10.19175919 L4_chemical_A3 +LQ03X002420 Putative uncharacterized protein 10.0861164 L4_chemical_B1 +LQ03X002420 Putative uncharacterized protein 8.174884712 L4_chemical_B2 +LQ03X002420 Putative uncharacterized protein 9.044732935 L4_chemical_B3 +LQ03X002420 Putative uncharacterized protein 8.312086665 L4_chemical_C2 +LQ03X002420 Putative uncharacterized protein 8.369224498 L4_chemical_C3 +LQ03X002440 Predicted protein 5.537892252 C6_control_A1 +LQ03X002440 Predicted protein 5.942682592 C6_control_A3 +LQ03X002440 Predicted protein 5.441994784 C6_control_B1 +LQ03X002440 Predicted protein 5.547387742 C6_control_B2 +LQ03X002440 Predicted protein 5.512069387 C6_control_B3 +LQ03X002440 Predicted protein 5.388294668 C6_control_C1 +LQ03X002440 Predicted protein 6.167244753 C6_control_C2 +LQ03X002440 Predicted protein 5.456665861 C6_control_C3 +LQ03X002440 Predicted protein 5.389619447 C6_chemical_A1 +LQ03X002440 Predicted protein 5.342613577 C6_chemical_A3 +LQ03X002440 Predicted protein 5.686287343 C6_chemical_B1 +LQ03X002440 Predicted protein 5.665702657 C6_chemical_B2 +LQ03X002440 Predicted protein 5.835087477 C6_chemical_B3 +LQ03X002440 Predicted protein 5.483403563 C6_chemical_C1 +LQ03X002440 Predicted protein 6.081352048 C6_chemical_C2 +LQ03X002440 Predicted protein 5.348324543 C6_chemical_C3 +LQ03X002440 Predicted protein 5.309184786 L4_control_A1 +LQ03X002440 Predicted protein 5.834053297 L4_control_A2 +LQ03X002440 Predicted protein 5.739650369 L4_control_A3 +LQ03X002440 Predicted protein 6.0291272 L4_control_B1 +LQ03X002440 Predicted protein 5.619191431 L4_control_B2 +LQ03X002440 Predicted protein 5.63727061 L4_control_B3 +LQ03X002440 Predicted protein 5.690180744 L4_control_C2 +LQ03X002440 Predicted protein 5.379176529 L4_control_C3 +LQ03X002440 Predicted protein 5.017050222 L4_chemical_A1 +LQ03X002440 Predicted protein 5.314599847 L4_chemical_A2 +LQ03X002440 Predicted protein 6.026648492 L4_chemical_A3 +LQ03X002440 Predicted protein 5.749227583 L4_chemical_B1 +LQ03X002440 Predicted protein 6.253134991 L4_chemical_B2 +LQ03X002440 Predicted protein 5.269475094 L4_chemical_B3 +LQ03X002440 Predicted protein 5.538428559 L4_chemical_C2 +LQ03X002440 Predicted protein 5.739191286 L4_chemical_C3 +LQ03X002450 Leucoanthocyanidin reductase 5.677973837 C6_control_A1 +LQ03X002450 Leucoanthocyanidin reductase 5.814903451 C6_control_A3 +LQ03X002450 Leucoanthocyanidin reductase 6.125166966 C6_control_B1 +LQ03X002450 Leucoanthocyanidin reductase 5.580381029 C6_control_B2 +LQ03X002450 Leucoanthocyanidin reductase 5.506756464 C6_control_B3 +LQ03X002450 Leucoanthocyanidin reductase 6.142769177 C6_control_C1 +LQ03X002450 Leucoanthocyanidin reductase 5.53967093 C6_control_C2 +LQ03X002450 Leucoanthocyanidin reductase 5.187511882 C6_control_C3 +LQ03X002450 Leucoanthocyanidin reductase 5.658296274 C6_chemical_A1 +LQ03X002450 Leucoanthocyanidin reductase 6.023759821 C6_chemical_A3 +LQ03X002450 Leucoanthocyanidin reductase 6.006227296 C6_chemical_B1 +LQ03X002450 Leucoanthocyanidin reductase 5.221835039 C6_chemical_B2 +LQ03X002450 Leucoanthocyanidin reductase 6.239067496 C6_chemical_B3 +LQ03X002450 Leucoanthocyanidin reductase 6.289738941 C6_chemical_C1 +LQ03X002450 Leucoanthocyanidin reductase 5.589274768 C6_chemical_C2 +LQ03X002450 Leucoanthocyanidin reductase 5.21652494 C6_chemical_C3 +LQ03X002450 Leucoanthocyanidin reductase 6.356184439 L4_control_A1 +LQ03X002450 Leucoanthocyanidin reductase 5.286313318 L4_control_A2 +LQ03X002450 Leucoanthocyanidin reductase 4.813869804 L4_control_A3 +LQ03X002450 Leucoanthocyanidin reductase 5.201864498 L4_control_B1 +LQ03X002450 Leucoanthocyanidin reductase 5.573231955 L4_control_B2 +LQ03X002450 Leucoanthocyanidin reductase 4.883570795 L4_control_B3 +LQ03X002450 Leucoanthocyanidin reductase 5.573695546 L4_control_C2 +LQ03X002450 Leucoanthocyanidin reductase 6.03771412 L4_control_C3 +LQ03X002450 Leucoanthocyanidin reductase 5.499344546 L4_chemical_A1 +LQ03X002450 Leucoanthocyanidin reductase 5.291545788 L4_chemical_A2 +LQ03X002450 Leucoanthocyanidin reductase 4.613260039 L4_chemical_A3 +LQ03X002450 Leucoanthocyanidin reductase 5.907365279 L4_chemical_B1 +LQ03X002450 Leucoanthocyanidin reductase 5.116873164 L4_chemical_B2 +LQ03X002450 Leucoanthocyanidin reductase 5.999316531 L4_chemical_B3 +LQ03X002450 Leucoanthocyanidin reductase 4.951442431 L4_chemical_C2 +LQ03X002450 Leucoanthocyanidin reductase 5.274212462 L4_chemical_C3 +LQ03X002480 Histone deacetylase 15 10.94776745 C6_control_A1 +LQ03X002480 Histone deacetylase 15 11.62993895 C6_control_A3 +LQ03X002480 Histone deacetylase 15 10.93028268 C6_control_B1 +LQ03X002480 Histone deacetylase 15 10.86904706 C6_control_B2 +LQ03X002480 Histone deacetylase 15 10.81806011 C6_control_B3 +LQ03X002480 Histone deacetylase 15 10.81671146 C6_control_C1 +LQ03X002480 Histone deacetylase 15 10.8240109 C6_control_C2 +LQ03X002480 Histone deacetylase 15 11.03246038 C6_control_C3 +LQ03X002480 Histone deacetylase 15 11.20644425 C6_chemical_A1 +LQ03X002480 Histone deacetylase 15 11.88518266 C6_chemical_A3 +LQ03X002480 Histone deacetylase 15 10.90608647 C6_chemical_B1 +LQ03X002480 Histone deacetylase 15 10.83735132 C6_chemical_B2 +LQ03X002480 Histone deacetylase 15 10.94470448 C6_chemical_B3 +LQ03X002480 Histone deacetylase 15 10.92463206 C6_chemical_C1 +LQ03X002480 Histone deacetylase 15 10.99062545 C6_chemical_C2 +LQ03X002480 Histone deacetylase 15 11.4369954 C6_chemical_C3 +LQ03X002480 Histone deacetylase 15 11.4864412 L4_control_A1 +LQ03X002480 Histone deacetylase 15 11.30626735 L4_control_A2 +LQ03X002480 Histone deacetylase 15 11.65097185 L4_control_A3 +LQ03X002480 Histone deacetylase 15 10.60314234 L4_control_B1 +LQ03X002480 Histone deacetylase 15 11.11440606 L4_control_B2 +LQ03X002480 Histone deacetylase 15 11.31334942 L4_control_B3 +LQ03X002480 Histone deacetylase 15 11.13741458 L4_control_C2 +LQ03X002480 Histone deacetylase 15 11.87990844 L4_control_C3 +LQ03X002480 Histone deacetylase 15 11.24128685 L4_chemical_A1 +LQ03X002480 Histone deacetylase 15 10.8335069 L4_chemical_A2 +LQ03X002480 Histone deacetylase 15 11.44619289 L4_chemical_A3 +LQ03X002480 Histone deacetylase 15 10.8572016 L4_chemical_B1 +LQ03X002480 Histone deacetylase 15 10.46879979 L4_chemical_B2 +LQ03X002480 Histone deacetylase 15 11.22388681 L4_chemical_B3 +LQ03X002480 Histone deacetylase 15 11.26201138 L4_chemical_C2 +LQ03X002480 Histone deacetylase 15 11.71921184 L4_chemical_C3 +LQ03X002490 Uncharacterized protein At5g43822 5.357532951 C6_control_A1 +LQ03X002490 Uncharacterized protein At5g43822 5.106396384 C6_control_A3 +LQ03X002490 Uncharacterized protein At5g43822 5.306653381 C6_control_B1 +LQ03X002490 Uncharacterized protein At5g43822 5.316695675 C6_control_B2 +LQ03X002490 Uncharacterized protein At5g43822 5.503374151 C6_control_B3 +LQ03X002490 Uncharacterized protein At5g43822 5.061884683 C6_control_C1 +LQ03X002490 Uncharacterized protein At5g43822 5.625113904 C6_control_C2 +LQ03X002490 Uncharacterized protein At5g43822 5.798673402 C6_control_C3 +LQ03X002490 Uncharacterized protein At5g43822 5.763422609 C6_chemical_A1 +LQ03X002490 Uncharacterized protein At5g43822 5.340547339 C6_chemical_A3 +LQ03X002490 Uncharacterized protein At5g43822 6.053369092 C6_chemical_B1 +LQ03X002490 Uncharacterized protein At5g43822 5.348151214 C6_chemical_B2 +LQ03X002490 Uncharacterized protein At5g43822 5.870241301 C6_chemical_B3 +LQ03X002490 Uncharacterized protein At5g43822 5.786225196 C6_chemical_C1 +LQ03X002490 Uncharacterized protein At5g43822 6.046149948 C6_chemical_C2 +LQ03X002490 Uncharacterized protein At5g43822 5.837915465 C6_chemical_C3 +LQ03X002490 Uncharacterized protein At5g43822 5.328891081 L4_control_A1 +LQ03X002490 Uncharacterized protein At5g43822 5.401227818 L4_control_A2 +LQ03X002490 Uncharacterized protein At5g43822 5.177580249 L4_control_A3 +LQ03X002490 Uncharacterized protein At5g43822 6.18389054 L4_control_B1 +LQ03X002490 Uncharacterized protein At5g43822 5.518848642 L4_control_B2 +LQ03X002490 Uncharacterized protein At5g43822 4.922142929 L4_control_B3 +LQ03X002490 Uncharacterized protein At5g43822 5.294324312 L4_control_C2 +LQ03X002490 Uncharacterized protein At5g43822 5.748225336 L4_control_C3 +LQ03X002490 Uncharacterized protein At5g43822 5.594301194 L4_chemical_A1 +LQ03X002490 Uncharacterized protein At5g43822 5.692037957 L4_chemical_A2 +LQ03X002490 Uncharacterized protein At5g43822 5.024300309 L4_chemical_A3 +LQ03X002490 Uncharacterized protein At5g43822 6.060620603 L4_chemical_B1 +LQ03X002490 Uncharacterized protein At5g43822 5.433897443 L4_chemical_B2 +LQ03X002490 Uncharacterized protein At5g43822 4.959634966 L4_chemical_B3 +LQ03X002490 Uncharacterized protein At5g43822 5.982839607 L4_chemical_C2 +LQ03X002490 Uncharacterized protein At5g43822 5.645824196 L4_chemical_C3 +LQ03X002520 Putative uncharacterized protein 11.10822249 C6_control_A1 +LQ03X002520 Putative uncharacterized protein 11.42304169 C6_control_A3 +LQ03X002520 Putative uncharacterized protein 10.85955148 C6_control_B1 +LQ03X002520 Putative uncharacterized protein 11.58378057 C6_control_B2 +LQ03X002520 Putative uncharacterized protein 11.22598748 C6_control_B3 +LQ03X002520 Putative uncharacterized protein 12.12265116 C6_control_C1 +LQ03X002520 Putative uncharacterized protein 12.09562956 C6_control_C2 +LQ03X002520 Putative uncharacterized protein 12.68804946 C6_control_C3 +LQ03X002520 Putative uncharacterized protein 10.74619494 C6_chemical_A1 +LQ03X002520 Putative uncharacterized protein 10.7516433 C6_chemical_A3 +LQ03X002520 Putative uncharacterized protein 10.41150212 C6_chemical_B1 +LQ03X002520 Putative uncharacterized protein 11.58567923 C6_chemical_B2 +LQ03X002520 Putative uncharacterized protein 11.03072577 C6_chemical_B3 +LQ03X002520 Putative uncharacterized protein 12.13814222 C6_chemical_C1 +LQ03X002520 Putative uncharacterized protein 12.25161371 C6_chemical_C2 +LQ03X002520 Putative uncharacterized protein 12.25671357 C6_chemical_C3 +LQ03X002520 Putative uncharacterized protein 11.02556477 L4_control_A1 +LQ03X002520 Putative uncharacterized protein 11.13234594 L4_control_A2 +LQ03X002520 Putative uncharacterized protein 10.21040509 L4_control_A3 +LQ03X002520 Putative uncharacterized protein 10.40001583 L4_control_B1 +LQ03X002520 Putative uncharacterized protein 8.971586028 L4_control_B2 +LQ03X002520 Putative uncharacterized protein 10.84464188 L4_control_B3 +LQ03X002520 Putative uncharacterized protein 10.98210311 L4_control_C2 +LQ03X002520 Putative uncharacterized protein 10.38457289 L4_control_C3 +LQ03X002520 Putative uncharacterized protein 10.96327075 L4_chemical_A1 +LQ03X002520 Putative uncharacterized protein 10.59444614 L4_chemical_A2 +LQ03X002520 Putative uncharacterized protein 10.41867777 L4_chemical_A3 +LQ03X002520 Putative uncharacterized protein 9.967226523 L4_chemical_B1 +LQ03X002520 Putative uncharacterized protein 9.604799046 L4_chemical_B2 +LQ03X002520 Putative uncharacterized protein 10.70031495 L4_chemical_B3 +LQ03X002520 Putative uncharacterized protein 10.65350815 L4_chemical_C2 +LQ03X002520 Putative uncharacterized protein 10.88731779 L4_chemical_C3 +LQ03X002540 Putative lipase 4.962153038 C6_control_A1 +LQ03X002540 Putative lipase 4.992738185 C6_control_A3 +LQ03X002540 Putative lipase 5.0181816 C6_control_B1 +LQ03X002540 Putative lipase 5.054087959 C6_control_B2 +LQ03X002540 Putative lipase 5.152996737 C6_control_B3 +LQ03X002540 Putative lipase 4.842337849 C6_control_C1 +LQ03X002540 Putative lipase 5.545289824 C6_control_C2 +LQ03X002540 Putative lipase 4.776683236 C6_control_C3 +LQ03X002540 Putative lipase 5.141332201 C6_chemical_A1 +LQ03X002540 Putative lipase 5.089355615 C6_chemical_A3 +LQ03X002540 Putative lipase 5.207235329 C6_chemical_B1 +LQ03X002540 Putative lipase 5.098569132 C6_chemical_B2 +LQ03X002540 Putative lipase 4.871766351 C6_chemical_B3 +LQ03X002540 Putative lipase 5.106509165 C6_chemical_C1 +LQ03X002540 Putative lipase 5.158717818 C6_chemical_C2 +LQ03X002540 Putative lipase 5.314964542 C6_chemical_C3 +LQ03X002540 Putative lipase 4.966281636 L4_control_A1 +LQ03X002540 Putative lipase 4.816074331 L4_control_A2 +LQ03X002540 Putative lipase 4.997070308 L4_control_A3 +LQ03X002540 Putative lipase 5.738180014 L4_control_B1 +LQ03X002540 Putative lipase 5.120689479 L4_control_B2 +LQ03X002540 Putative lipase 4.89288667 L4_control_B3 +LQ03X002540 Putative lipase 4.85697828 L4_control_C2 +LQ03X002540 Putative lipase 4.711038839 L4_control_C3 +LQ03X002540 Putative lipase 5.068401842 L4_chemical_A1 +LQ03X002540 Putative lipase 4.95574762 L4_chemical_A2 +LQ03X002540 Putative lipase 4.932028662 L4_chemical_A3 +LQ03X002540 Putative lipase 5.118866216 L4_chemical_B1 +LQ03X002540 Putative lipase 5.107065376 L4_chemical_B2 +LQ03X002540 Putative lipase 5.010770641 L4_chemical_B3 +LQ03X002540 Putative lipase 4.859230632 L4_chemical_C2 +LQ03X002540 Putative lipase 4.901287382 L4_chemical_C3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.60638761 C6_control_A1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 12.63346216 C6_control_A3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.2108198 C6_control_B1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.72256239 C6_control_B2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.31702019 C6_control_B3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.3180019 C6_control_C1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 12.73270375 C6_control_C2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 12.8802825 C6_control_C3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.67525486 C6_chemical_A1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.06727604 C6_chemical_A3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.30924991 C6_chemical_B1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.55049876 C6_chemical_B2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.73705572 C6_chemical_B3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.15510996 C6_chemical_C1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.23687213 C6_chemical_C2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.24626783 C6_chemical_C3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 12.87572035 L4_control_A1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.78636811 L4_control_A2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.44956251 L4_control_A3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.51672402 L4_control_B1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.8825109 L4_control_B2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.81350139 L4_control_B3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.41351404 L4_control_C2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.27564073 L4_control_C3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 12.06173013 L4_chemical_A1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.06475679 L4_chemical_A2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.04097885 L4_chemical_A3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.10411396 L4_chemical_B1 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.3135662 L4_chemical_B2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.2882838 L4_chemical_B3 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.35313256 L4_chemical_C2 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 14.24390045 L4_chemical_C3 +LQ03X002590 Protein CASP 12.72840293 C6_control_A1 +LQ03X002590 Protein CASP 12.63432669 C6_control_A3 +LQ03X002590 Protein CASP 13.02535757 C6_control_B1 +LQ03X002590 Protein CASP 12.64202902 C6_control_B2 +LQ03X002590 Protein CASP 12.99244473 C6_control_B3 +LQ03X002590 Protein CASP 12.41839074 C6_control_C1 +LQ03X002590 Protein CASP 12.19858407 C6_control_C2 +LQ03X002590 Protein CASP 12.47981395 C6_control_C3 +LQ03X002590 Protein CASP 12.65423303 C6_chemical_A1 +LQ03X002590 Protein CASP 12.56756306 C6_chemical_A3 +LQ03X002590 Protein CASP 12.63116625 C6_chemical_B1 +LQ03X002590 Protein CASP 12.49301358 C6_chemical_B2 +LQ03X002590 Protein CASP 12.90242792 C6_chemical_B3 +LQ03X002590 Protein CASP 12.17369248 C6_chemical_C1 +LQ03X002590 Protein CASP 11.99894733 C6_chemical_C2 +LQ03X002590 Protein CASP 12.1447179 C6_chemical_C3 +LQ03X002590 Protein CASP 12.61614097 L4_control_A1 +LQ03X002590 Protein CASP 12.84281234 L4_control_A2 +LQ03X002590 Protein CASP 12.56488798 L4_control_A3 +LQ03X002590 Protein CASP 13.01901599 L4_control_B1 +LQ03X002590 Protein CASP 12.59594918 L4_control_B2 +LQ03X002590 Protein CASP 12.92052878 L4_control_B3 +LQ03X002590 Protein CASP 11.97792922 L4_control_C2 +LQ03X002590 Protein CASP 12.19601103 L4_control_C3 +LQ03X002590 Protein CASP 12.55328115 L4_chemical_A1 +LQ03X002590 Protein CASP 12.74499773 L4_chemical_A2 +LQ03X002590 Protein CASP 12.53407509 L4_chemical_A3 +LQ03X002590 Protein CASP 13.03615225 L4_chemical_B1 +LQ03X002590 Protein CASP 12.83264223 L4_chemical_B2 +LQ03X002590 Protein CASP 13.09680171 L4_chemical_B3 +LQ03X002590 Protein CASP 11.63545227 L4_chemical_C2 +LQ03X002590 Protein CASP 12.24115906 L4_chemical_C3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.566683584 C6_control_A1 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.613995757 C6_control_A3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.54390086 C6_control_B1 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.487291983 C6_control_B2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.398146746 C6_control_B3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.199056121 C6_control_C1 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.19830912 C6_control_C2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.384480685 C6_control_C3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.763893414 C6_chemical_A1 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.438149198 C6_chemical_A3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.656179957 C6_chemical_B1 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.760044668 C6_chemical_B2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.406109435 C6_chemical_B3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.30680352 C6_chemical_C1 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.076512087 C6_chemical_C2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.077239008 C6_chemical_C3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.410006104 L4_control_A1 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.768769778 L4_control_A2 +LQ03X002630 Putative Uncharacterized protein At1g14870 6.019115308 L4_control_A3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.572536319 L4_control_B1 +LQ03X002630 Putative Uncharacterized protein At1g14870 6.196332704 L4_control_B2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.232737676 L4_control_B3 +LQ03X002630 Putative Uncharacterized protein At1g14870 6.451076042 L4_control_C2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.054222838 L4_control_C3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.311638176 L4_chemical_A1 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.69678422 L4_chemical_A2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.623750025 L4_chemical_A3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.028921232 L4_chemical_B1 +LQ03X002630 Putative Uncharacterized protein At1g14870 6.160799797 L4_chemical_B2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.560758901 L4_chemical_B3 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.762961831 L4_chemical_C2 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.800395412 L4_chemical_C3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.366677399 C6_control_A1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.222021391 C6_control_A3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.070648504 C6_control_B1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.372934458 C6_control_B2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.364377184 C6_control_B3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.429036662 C6_control_C1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.027469833 C6_control_C2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.712864158 C6_control_C3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.538464376 C6_chemical_A1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.103165272 C6_chemical_A3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.364072896 C6_chemical_B1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.181740719 C6_chemical_B2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.154640064 C6_chemical_B3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.589646123 C6_chemical_C1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.187280596 C6_chemical_C2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.599358232 C6_chemical_C3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.385523423 L4_control_A1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.35984597 L4_control_A2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 4.773979079 L4_control_A3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.456647388 L4_control_B1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.297556181 L4_control_B2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.508921303 L4_control_B3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.333138009 L4_control_C2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.411224163 L4_control_C3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.276223443 L4_chemical_A1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 4.965311729 L4_chemical_A2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 4.95347059 L4_chemical_A3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.236202412 L4_chemical_B1 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.102292689 L4_chemical_B2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.445468428 L4_chemical_B3 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.503549346 L4_chemical_C2 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.038633384 L4_chemical_C3 +LQ03X002950 Predicted protein 5.414995719 C6_control_A1 +LQ03X002950 Predicted protein 5.767706481 C6_control_A3 +LQ03X002950 Predicted protein 5.279524996 C6_control_B1 +LQ03X002950 Predicted protein 5.546316568 C6_control_B2 +LQ03X002950 Predicted protein 5.479221751 C6_control_B3 +LQ03X002950 Predicted protein 5.00827998 C6_control_C1 +LQ03X002950 Predicted protein 6.284709263 C6_control_C2 +LQ03X002950 Predicted protein 5.130941009 C6_control_C3 +LQ03X002950 Predicted protein 5.476128553 C6_chemical_A1 +LQ03X002950 Predicted protein 5.710678127 C6_chemical_A3 +LQ03X002950 Predicted protein 5.146627867 C6_chemical_B1 +LQ03X002950 Predicted protein 5.467948308 C6_chemical_B2 +LQ03X002950 Predicted protein 5.069556952 C6_chemical_B3 +LQ03X002950 Predicted protein 5.335160698 C6_chemical_C1 +LQ03X002950 Predicted protein 5.137295103 C6_chemical_C2 +LQ03X002950 Predicted protein 5.392313246 C6_chemical_C3 +LQ03X002950 Predicted protein 4.877996361 L4_control_A1 +LQ03X002950 Predicted protein 4.824224395 L4_control_A2 +LQ03X002950 Predicted protein 5.404795617 L4_control_A3 +LQ03X002950 Predicted protein 5.250370505 L4_control_B1 +LQ03X002950 Predicted protein 5.240557183 L4_control_B2 +LQ03X002950 Predicted protein 5.139137274 L4_control_B3 +LQ03X002950 Predicted protein 5.521575697 L4_control_C2 +LQ03X002950 Predicted protein 5.173711206 L4_control_C3 +LQ03X002950 Predicted protein 5.527088334 L4_chemical_A1 +LQ03X002950 Predicted protein 5.164857361 L4_chemical_A2 +LQ03X002950 Predicted protein 5.638742424 L4_chemical_A3 +LQ03X002950 Predicted protein 5.492496998 L4_chemical_B1 +LQ03X002950 Predicted protein 5.101442588 L4_chemical_B2 +LQ03X002950 Predicted protein 5.109375897 L4_chemical_B3 +LQ03X002950 Predicted protein 5.60866807 L4_chemical_C2 +LQ03X002950 Predicted protein 4.999106087 L4_chemical_C3 +LQ03X003040 40S ribosomal protein S7 6.274179161 C6_control_A1 +LQ03X003040 40S ribosomal protein S7 6.461698689 C6_control_A3 +LQ03X003040 40S ribosomal protein S7 6.265092222 C6_control_B1 +LQ03X003040 40S ribosomal protein S7 6.658541507 C6_control_B2 +LQ03X003040 40S ribosomal protein S7 6.297543341 C6_control_B3 +LQ03X003040 40S ribosomal protein S7 6.291405521 C6_control_C1 +LQ03X003040 40S ribosomal protein S7 7.599752096 C6_control_C2 +LQ03X003040 40S ribosomal protein S7 6.34950392 C6_control_C3 +LQ03X003040 40S ribosomal protein S7 5.974931936 C6_chemical_A1 +LQ03X003040 40S ribosomal protein S7 5.32567736 C6_chemical_A3 +LQ03X003040 40S ribosomal protein S7 6.185278903 C6_chemical_B1 +LQ03X003040 40S ribosomal protein S7 6.338909655 C6_chemical_B2 +LQ03X003040 40S ribosomal protein S7 5.634772769 C6_chemical_B3 +LQ03X003040 40S ribosomal protein S7 6.454554111 C6_chemical_C1 +LQ03X003040 40S ribosomal protein S7 6.210805718 C6_chemical_C2 +LQ03X003040 40S ribosomal protein S7 6.161837961 C6_chemical_C3 +LQ03X003040 40S ribosomal protein S7 6.034859473 L4_control_A1 +LQ03X003040 40S ribosomal protein S7 6.176109902 L4_control_A2 +LQ03X003040 40S ribosomal protein S7 5.748979726 L4_control_A3 +LQ03X003040 40S ribosomal protein S7 5.595778797 L4_control_B1 +LQ03X003040 40S ribosomal protein S7 5.918310262 L4_control_B2 +LQ03X003040 40S ribosomal protein S7 5.621759365 L4_control_B3 +LQ03X003040 40S ribosomal protein S7 5.859831474 L4_control_C2 +LQ03X003040 40S ribosomal protein S7 6.009357116 L4_control_C3 +LQ03X003040 40S ribosomal protein S7 5.700096227 L4_chemical_A1 +LQ03X003040 40S ribosomal protein S7 5.632704891 L4_chemical_A2 +LQ03X003040 40S ribosomal protein S7 5.431737118 L4_chemical_A3 +LQ03X003040 40S ribosomal protein S7 5.973774631 L4_chemical_B1 +LQ03X003040 40S ribosomal protein S7 6.42736813 L4_chemical_B2 +LQ03X003040 40S ribosomal protein S7 5.931420302 L4_chemical_B3 +LQ03X003040 40S ribosomal protein S7 5.88619952 L4_chemical_C2 +LQ03X003040 40S ribosomal protein S7 5.816568046 L4_chemical_C3 +LQ03X003050 Predicted protein 5.581507981 C6_control_A1 +LQ03X003050 Predicted protein 5.167441732 C6_control_A3 +LQ03X003050 Predicted protein 4.959233419 C6_control_B1 +LQ03X003050 Predicted protein 5.022416615 C6_control_B2 +LQ03X003050 Predicted protein 5.021046858 C6_control_B3 +LQ03X003050 Predicted protein 5.28608329 C6_control_C1 +LQ03X003050 Predicted protein 5.250422361 C6_control_C2 +LQ03X003050 Predicted protein 5.611441505 C6_control_C3 +LQ03X003050 Predicted protein 5.030425385 C6_chemical_A1 +LQ03X003050 Predicted protein 5.83272007 C6_chemical_A3 +LQ03X003050 Predicted protein 5.839032584 C6_chemical_B1 +LQ03X003050 Predicted protein 5.13199395 C6_chemical_B2 +LQ03X003050 Predicted protein 5.147050532 C6_chemical_B3 +LQ03X003050 Predicted protein 5.122041172 C6_chemical_C1 +LQ03X003050 Predicted protein 5.035502893 C6_chemical_C2 +LQ03X003050 Predicted protein 6.11509609 C6_chemical_C3 +LQ03X003050 Predicted protein 6.933592333 L4_control_A1 +LQ03X003050 Predicted protein 4.847697937 L4_control_A2 +LQ03X003050 Predicted protein 5.935760172 L4_control_A3 +LQ03X003050 Predicted protein 4.964007413 L4_control_B1 +LQ03X003050 Predicted protein 4.919142785 L4_control_B2 +LQ03X003050 Predicted protein 5.485765553 L4_control_B3 +LQ03X003050 Predicted protein 5.867433809 L4_control_C2 +LQ03X003050 Predicted protein 7.450413164 L4_control_C3 +LQ03X003050 Predicted protein 9.875152929 L4_chemical_A1 +LQ03X003050 Predicted protein 7.769898292 L4_chemical_A2 +LQ03X003050 Predicted protein 8.758984369 L4_chemical_A3 +LQ03X003050 Predicted protein 7.168232793 L4_chemical_B1 +LQ03X003050 Predicted protein 5.484433753 L4_chemical_B2 +LQ03X003050 Predicted protein 5.276365208 L4_chemical_B3 +LQ03X003050 Predicted protein 5.455145845 L4_chemical_C2 +LQ03X003050 Predicted protein 6.775011089 L4_chemical_C3 +LQ03X003090 Synaptotagmin, putative 4.916558183 C6_control_A1 +LQ03X003090 Synaptotagmin, putative 4.780649459 C6_control_A3 +LQ03X003090 Synaptotagmin, putative 4.958940521 C6_control_B1 +LQ03X003090 Synaptotagmin, putative 4.867064556 C6_control_B2 +LQ03X003090 Synaptotagmin, putative 4.838075853 C6_control_B3 +LQ03X003090 Synaptotagmin, putative 5.029525524 C6_control_C1 +LQ03X003090 Synaptotagmin, putative 5.664742309 C6_control_C2 +LQ03X003090 Synaptotagmin, putative 4.803463409 C6_control_C3 +LQ03X003090 Synaptotagmin, putative 4.945176888 C6_chemical_A1 +LQ03X003090 Synaptotagmin, putative 5.12440428 C6_chemical_A3 +LQ03X003090 Synaptotagmin, putative 4.877653869 C6_chemical_B1 +LQ03X003090 Synaptotagmin, putative 5.004886237 C6_chemical_B2 +LQ03X003090 Synaptotagmin, putative 5.463593063 C6_chemical_B3 +LQ03X003090 Synaptotagmin, putative 5.125031446 C6_chemical_C1 +LQ03X003090 Synaptotagmin, putative 4.862127103 C6_chemical_C2 +LQ03X003090 Synaptotagmin, putative 5.115178825 C6_chemical_C3 +LQ03X003090 Synaptotagmin, putative 4.862787386 L4_control_A1 +LQ03X003090 Synaptotagmin, putative 4.908779385 L4_control_A2 +LQ03X003090 Synaptotagmin, putative 5.103169485 L4_control_A3 +LQ03X003090 Synaptotagmin, putative 4.903574333 L4_control_B1 +LQ03X003090 Synaptotagmin, putative 4.704465061 L4_control_B2 +LQ03X003090 Synaptotagmin, putative 4.731802658 L4_control_B3 +LQ03X003090 Synaptotagmin, putative 4.960901408 L4_control_C2 +LQ03X003090 Synaptotagmin, putative 5.291935255 L4_control_C3 +LQ03X003090 Synaptotagmin, putative 4.954768557 L4_chemical_A1 +LQ03X003090 Synaptotagmin, putative 4.608513322 L4_chemical_A2 +LQ03X003090 Synaptotagmin, putative 4.776070648 L4_chemical_A3 +LQ03X003090 Synaptotagmin, putative 4.540759714 L4_chemical_B1 +LQ03X003090 Synaptotagmin, putative 5.239477438 L4_chemical_B2 +LQ03X003090 Synaptotagmin, putative 4.689504244 L4_chemical_B3 +LQ03X003090 Synaptotagmin, putative 5.676236523 L4_chemical_C2 +LQ03X003090 Synaptotagmin, putative 5.005772239 L4_chemical_C3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.825379363 C6_control_A1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.946358345 C6_control_A3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.33791438 C6_control_B1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.150350015 C6_control_B2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.741723623 C6_control_B3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.522036665 C6_control_C1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.911789233 C6_control_C2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.29139482 C6_control_C3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.603680291 C6_chemical_A1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.344122632 C6_chemical_A3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.542679917 C6_chemical_B1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.164424453 C6_chemical_B2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.272434499 C6_chemical_B3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.576441707 C6_chemical_C1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.882843029 C6_chemical_C2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.882627988 C6_chemical_C3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.335425709 L4_control_A1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.26907428 L4_control_A2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.305246048 L4_control_A3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.95047658 L4_control_B1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.631154237 L4_control_B2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.742918799 L4_control_B3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.393387388 L4_control_C2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.406208042 L4_control_C3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.454496578 L4_chemical_A1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.51895783 L4_chemical_A2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.468338436 L4_chemical_A3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 10.11007794 L4_chemical_B1 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 10.4182746 L4_chemical_B2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.571236527 L4_chemical_B3 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.599268719 L4_chemical_C2 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 9.491671843 L4_chemical_C3 +LQ03X003140 Predicted protein 12.07225636 C6_control_A1 +LQ03X003140 Predicted protein 12.00049016 C6_control_A3 +LQ03X003140 Predicted protein 11.87596027 C6_control_B1 +LQ03X003140 Predicted protein 12.23497427 C6_control_B2 +LQ03X003140 Predicted protein 12.16534174 C6_control_B3 +LQ03X003140 Predicted protein 11.732926 C6_control_C1 +LQ03X003140 Predicted protein 11.67741479 C6_control_C2 +LQ03X003140 Predicted protein 12.25072471 C6_control_C3 +LQ03X003140 Predicted protein 11.76269766 C6_chemical_A1 +LQ03X003140 Predicted protein 11.54364683 C6_chemical_A3 +LQ03X003140 Predicted protein 11.5747711 C6_chemical_B1 +LQ03X003140 Predicted protein 11.92070904 C6_chemical_B2 +LQ03X003140 Predicted protein 11.93881142 C6_chemical_B3 +LQ03X003140 Predicted protein 11.650696 C6_chemical_C1 +LQ03X003140 Predicted protein 11.69178679 C6_chemical_C2 +LQ03X003140 Predicted protein 11.87333621 C6_chemical_C3 +LQ03X003140 Predicted protein 11.71693503 L4_control_A1 +LQ03X003140 Predicted protein 10.99482616 L4_control_A2 +LQ03X003140 Predicted protein 11.10469605 L4_control_A3 +LQ03X003140 Predicted protein 11.22888906 L4_control_B1 +LQ03X003140 Predicted protein 10.85482615 L4_control_B2 +LQ03X003140 Predicted protein 11.09414824 L4_control_B3 +LQ03X003140 Predicted protein 10.75285861 L4_control_C2 +LQ03X003140 Predicted protein 10.16208949 L4_control_C3 +LQ03X003140 Predicted protein 11.03964503 L4_chemical_A1 +LQ03X003140 Predicted protein 10.81916897 L4_chemical_A2 +LQ03X003140 Predicted protein 10.86439885 L4_chemical_A3 +LQ03X003140 Predicted protein 11.22811023 L4_chemical_B1 +LQ03X003140 Predicted protein 10.90343998 L4_chemical_B2 +LQ03X003140 Predicted protein 11.42820304 L4_chemical_B3 +LQ03X003140 Predicted protein 10.73389243 L4_chemical_C2 +LQ03X003140 Predicted protein 9.740768962 L4_chemical_C3 +LQ03X003160 Putative uncharacterized protein 10.56373384 C6_control_A1 +LQ03X003160 Putative uncharacterized protein 10.69030306 C6_control_A3 +LQ03X003160 Putative uncharacterized protein 10.87397232 C6_control_B1 +LQ03X003160 Putative uncharacterized protein 10.44543746 C6_control_B2 +LQ03X003160 Putative uncharacterized protein 10.56749344 C6_control_B3 +LQ03X003160 Putative uncharacterized protein 9.507670429 C6_control_C1 +LQ03X003160 Putative uncharacterized protein 9.540531578 C6_control_C2 +LQ03X003160 Putative uncharacterized protein 10.41798522 C6_control_C3 +LQ03X003160 Putative uncharacterized protein 10.78315174 C6_chemical_A1 +LQ03X003160 Putative uncharacterized protein 10.99422997 C6_chemical_A3 +LQ03X003160 Putative uncharacterized protein 10.64011436 C6_chemical_B1 +LQ03X003160 Putative uncharacterized protein 10.09189957 C6_chemical_B2 +LQ03X003160 Putative uncharacterized protein 10.8015432 C6_chemical_B3 +LQ03X003160 Putative uncharacterized protein 9.28790766 C6_chemical_C1 +LQ03X003160 Putative uncharacterized protein 9.383088072 C6_chemical_C2 +LQ03X003160 Putative uncharacterized protein 10.32735917 C6_chemical_C3 +LQ03X003160 Putative uncharacterized protein 10.15177046 L4_control_A1 +LQ03X003160 Putative uncharacterized protein 10.90361359 L4_control_A2 +LQ03X003160 Putative uncharacterized protein 10.92736237 L4_control_A3 +LQ03X003160 Putative uncharacterized protein 10.80943523 L4_control_B1 +LQ03X003160 Putative uncharacterized protein 9.769745485 L4_control_B2 +LQ03X003160 Putative uncharacterized protein 10.04842956 L4_control_B3 +LQ03X003160 Putative uncharacterized protein 9.014388864 L4_control_C2 +LQ03X003160 Putative uncharacterized protein 9.498473511 L4_control_C3 +LQ03X003160 Putative uncharacterized protein 10.94398635 L4_chemical_A1 +LQ03X003160 Putative uncharacterized protein 11.31261951 L4_chemical_A2 +LQ03X003160 Putative uncharacterized protein 10.95720771 L4_chemical_A3 +LQ03X003160 Putative uncharacterized protein 11.02301911 L4_chemical_B1 +LQ03X003160 Putative uncharacterized protein 10.41329407 L4_chemical_B2 +LQ03X003160 Putative uncharacterized protein 10.50298269 L4_chemical_B3 +LQ03X003160 Putative uncharacterized protein 9.212030262 L4_chemical_C2 +LQ03X003160 Putative uncharacterized protein 9.122882639 L4_chemical_C3 +LQ03X003190 Putative uncharacterized protein 13.97175133 C6_control_A1 +LQ03X003190 Putative uncharacterized protein 14.23828294 C6_control_A3 +LQ03X003190 Putative uncharacterized protein 13.74130782 C6_control_B1 +LQ03X003190 Putative uncharacterized protein 14.03422832 C6_control_B2 +LQ03X003190 Putative uncharacterized protein 14.06196364 C6_control_B3 +LQ03X003190 Putative uncharacterized protein 13.36948809 C6_control_C1 +LQ03X003190 Putative uncharacterized protein 14.53093935 C6_control_C2 +LQ03X003190 Putative uncharacterized protein 13.92289187 C6_control_C3 +LQ03X003190 Putative uncharacterized protein 14.12513389 C6_chemical_A1 +LQ03X003190 Putative uncharacterized protein 14.16667951 C6_chemical_A3 +LQ03X003190 Putative uncharacterized protein 14.33941392 C6_chemical_B1 +LQ03X003190 Putative uncharacterized protein 14.76917817 C6_chemical_B2 +LQ03X003190 Putative uncharacterized protein 14.84691857 C6_chemical_B3 +LQ03X003190 Putative uncharacterized protein 13.65208484 C6_chemical_C1 +LQ03X003190 Putative uncharacterized protein 14.488094 C6_chemical_C2 +LQ03X003190 Putative uncharacterized protein 15.31890212 C6_chemical_C3 +LQ03X003190 Putative uncharacterized protein 13.95707978 L4_control_A1 +LQ03X003190 Putative uncharacterized protein 13.79744061 L4_control_A2 +LQ03X003190 Putative uncharacterized protein 14.68073762 L4_control_A3 +LQ03X003190 Putative uncharacterized protein 14.22836108 L4_control_B1 +LQ03X003190 Putative uncharacterized protein 13.83176842 L4_control_B2 +LQ03X003190 Putative uncharacterized protein 14.76110933 L4_control_B3 +LQ03X003190 Putative uncharacterized protein 14.65662561 L4_control_C2 +LQ03X003190 Putative uncharacterized protein 15.08533801 L4_control_C3 +LQ03X003190 Putative uncharacterized protein 14.83872518 L4_chemical_A1 +LQ03X003190 Putative uncharacterized protein 14.9563248 L4_chemical_A2 +LQ03X003190 Putative uncharacterized protein 14.34828418 L4_chemical_A3 +LQ03X003190 Putative uncharacterized protein 14.18126118 L4_chemical_B1 +LQ03X003190 Putative uncharacterized protein 14.35013577 L4_chemical_B2 +LQ03X003190 Putative uncharacterized protein 14.35828812 L4_chemical_B3 +LQ03X003190 Putative uncharacterized protein 14.58693859 L4_chemical_C2 +LQ03X003190 Putative uncharacterized protein 14.66713234 L4_chemical_C3 +LQ03X003240 LOB domain-containing protein 41 5.727316704 C6_control_A1 +LQ03X003240 LOB domain-containing protein 41 5.012568446 C6_control_A3 +LQ03X003240 LOB domain-containing protein 41 5.694197071 C6_control_B1 +LQ03X003240 LOB domain-containing protein 41 5.639839521 C6_control_B2 +LQ03X003240 LOB domain-containing protein 41 5.599054266 C6_control_B3 +LQ03X003240 LOB domain-containing protein 41 5.502077483 C6_control_C1 +LQ03X003240 LOB domain-containing protein 41 5.237977331 C6_control_C2 +LQ03X003240 LOB domain-containing protein 41 5.543925762 C6_control_C3 +LQ03X003240 LOB domain-containing protein 41 5.720655865 C6_chemical_A1 +LQ03X003240 LOB domain-containing protein 41 5.395109364 C6_chemical_A3 +LQ03X003240 LOB domain-containing protein 41 5.603360383 C6_chemical_B1 +LQ03X003240 LOB domain-containing protein 41 5.274831347 C6_chemical_B2 +LQ03X003240 LOB domain-containing protein 41 5.660209321 C6_chemical_B3 +LQ03X003240 LOB domain-containing protein 41 5.239676143 C6_chemical_C1 +LQ03X003240 LOB domain-containing protein 41 5.473865115 C6_chemical_C2 +LQ03X003240 LOB domain-containing protein 41 5.314980203 C6_chemical_C3 +LQ03X003240 LOB domain-containing protein 41 5.738670476 L4_control_A1 +LQ03X003240 LOB domain-containing protein 41 5.468155847 L4_control_A2 +LQ03X003240 LOB domain-containing protein 41 5.846866781 L4_control_A3 +LQ03X003240 LOB domain-containing protein 41 5.516784873 L4_control_B1 +LQ03X003240 LOB domain-containing protein 41 5.731428574 L4_control_B2 +LQ03X003240 LOB domain-containing protein 41 5.699825939 L4_control_B3 +LQ03X003240 LOB domain-containing protein 41 5.391302484 L4_control_C2 +LQ03X003240 LOB domain-containing protein 41 5.496133874 L4_control_C3 +LQ03X003240 LOB domain-containing protein 41 5.767085275 L4_chemical_A1 +LQ03X003240 LOB domain-containing protein 41 5.881211962 L4_chemical_A2 +LQ03X003240 LOB domain-containing protein 41 5.307664763 L4_chemical_A3 +LQ03X003240 LOB domain-containing protein 41 5.726986699 L4_chemical_B1 +LQ03X003240 LOB domain-containing protein 41 5.513717319 L4_chemical_B2 +LQ03X003240 LOB domain-containing protein 41 5.822957347 L4_chemical_B3 +LQ03X003240 LOB domain-containing protein 41 5.305803192 L4_chemical_C2 +LQ03X003240 LOB domain-containing protein 41 5.619383824 L4_chemical_C3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.911192352 C6_control_A1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.338079107 C6_control_A3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.308197297 C6_control_B1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.062443641 C6_control_B2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.589019419 C6_control_B3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.714978138 C6_control_C1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.662691482 C6_control_C2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.800514378 C6_control_C3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.124373149 C6_chemical_A1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.816325207 C6_chemical_A3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.411836887 C6_chemical_B1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.990349954 C6_chemical_B2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.48183032 C6_chemical_B3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.745612099 C6_chemical_C1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.287909803 C6_chemical_C2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.953843016 C6_chemical_C3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.255312012 L4_control_A1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.6391496 L4_control_A2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.293096643 L4_control_A3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.639783621 L4_control_B1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.686099176 L4_control_B2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.094478618 L4_control_B3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.469949027 L4_control_C2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.457664087 L4_control_C3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.773613168 L4_chemical_A1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.487958215 L4_chemical_A2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.924489148 L4_chemical_A3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.9289112 L4_chemical_B1 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.079699763 L4_chemical_B2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.578208024 L4_chemical_B3 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 5.470942335 L4_chemical_C2 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.121271039 L4_chemical_C3 +LQ03X003270 Hypothetical protein 6.077877255 C6_control_A1 +LQ03X003270 Hypothetical protein 6.173843727 C6_control_A3 +LQ03X003270 Hypothetical protein 5.723037346 C6_control_B1 +LQ03X003270 Hypothetical protein 5.902368533 C6_control_B2 +LQ03X003270 Hypothetical protein 6.591590823 C6_control_B3 +LQ03X003270 Hypothetical protein 5.576196345 C6_control_C1 +LQ03X003270 Hypothetical protein 5.718491455 C6_control_C2 +LQ03X003270 Hypothetical protein 6.071600539 C6_control_C3 +LQ03X003270 Hypothetical protein 6.093089491 C6_chemical_A1 +LQ03X003270 Hypothetical protein 6.13834945 C6_chemical_A3 +LQ03X003270 Hypothetical protein 6.024387726 C6_chemical_B1 +LQ03X003270 Hypothetical protein 5.941866562 C6_chemical_B2 +LQ03X003270 Hypothetical protein 5.947273685 C6_chemical_B3 +LQ03X003270 Hypothetical protein 5.938722795 C6_chemical_C1 +LQ03X003270 Hypothetical protein 5.741570268 C6_chemical_C2 +LQ03X003270 Hypothetical protein 6.181469525 C6_chemical_C3 +LQ03X003270 Hypothetical protein 6.324269809 L4_control_A1 +LQ03X003270 Hypothetical protein 6.000728753 L4_control_A2 +LQ03X003270 Hypothetical protein 5.941318276 L4_control_A3 +LQ03X003270 Hypothetical protein 6.796038986 L4_control_B1 +LQ03X003270 Hypothetical protein 6.00877228 L4_control_B2 +LQ03X003270 Hypothetical protein 5.596273695 L4_control_B3 +LQ03X003270 Hypothetical protein 5.919657011 L4_control_C2 +LQ03X003270 Hypothetical protein 6.476988986 L4_control_C3 +LQ03X003270 Hypothetical protein 6.16370988 L4_chemical_A1 +LQ03X003270 Hypothetical protein 6.041598442 L4_chemical_A2 +LQ03X003270 Hypothetical protein 6.53777806 L4_chemical_A3 +LQ03X003270 Hypothetical protein 5.9903082 L4_chemical_B1 +LQ03X003270 Hypothetical protein 6.306524228 L4_chemical_B2 +LQ03X003270 Hypothetical protein 5.392555579 L4_chemical_B3 +LQ03X003270 Hypothetical protein 5.372110308 L4_chemical_C2 +LQ03X003270 Hypothetical protein 5.744976578 L4_chemical_C3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.518520975 C6_control_A1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.991355825 C6_control_A3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.822172609 C6_control_B1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.014499143 C6_control_B2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.061367393 C6_control_B3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.555888421 C6_control_C1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.318663157 C6_control_C2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.498199992 C6_control_C3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.027685663 C6_chemical_A1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.112352452 C6_chemical_A3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.397450048 C6_chemical_B1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.105783544 C6_chemical_B2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.264166826 C6_chemical_B3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.184116506 C6_chemical_C1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.166350007 C6_chemical_C2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.417342841 C6_chemical_C3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.90103172 L4_control_A1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.698913155 L4_control_A2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.122594361 L4_control_A3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.668626533 L4_control_B1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 10.05089757 L4_control_B2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.79234585 L4_control_B3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.607608141 L4_control_C2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 10.76817838 L4_control_C3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.740097778 L4_chemical_A1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.801559128 L4_chemical_A2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 7.779656588 L4_chemical_A3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.39693025 L4_chemical_B1 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.744166313 L4_chemical_B2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 8.892841046 L4_chemical_B3 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 10.07166913 L4_chemical_C2 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 10.55972886 L4_chemical_C3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.678628031 C6_control_A1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 6.083051723 C6_control_A3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.397850561 C6_control_B1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 6.025646465 C6_control_B2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.456774248 C6_control_B3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.708711313 C6_control_C1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 7.086336731 C6_control_C2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.440422219 C6_control_C3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.463544129 C6_chemical_A1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.760288357 C6_chemical_A3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.09393614 C6_chemical_B1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.6944854 C6_chemical_B2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.263206004 C6_chemical_B3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 6.183503915 C6_chemical_C1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 6.301348745 C6_chemical_C2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 6.174802009 C6_chemical_C3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.38882548 L4_control_A1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.755819504 L4_control_A2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.530529353 L4_control_A3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.939512217 L4_control_B1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.965258899 L4_control_B2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.358610295 L4_control_B3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.588031964 L4_control_C2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 4.818140814 L4_control_C3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.077181963 L4_chemical_A1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.506548027 L4_chemical_A2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.596519678 L4_chemical_A3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.742986866 L4_chemical_B1 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.709346831 L4_chemical_B2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.281861697 L4_chemical_B3 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.117352688 L4_chemical_C2 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.229915273 L4_chemical_C3 +LQ03X003330 Hypothetical protein 4.597513914 C6_control_A1 +LQ03X003330 Hypothetical protein 4.638270303 C6_control_A3 +LQ03X003330 Hypothetical protein 5.058613946 C6_control_B1 +LQ03X003330 Hypothetical protein 4.734068112 C6_control_B2 +LQ03X003330 Hypothetical protein 4.952135938 C6_control_B3 +LQ03X003330 Hypothetical protein 4.880243957 C6_control_C1 +LQ03X003330 Hypothetical protein 4.714888789 C6_control_C2 +LQ03X003330 Hypothetical protein 4.975173101 C6_control_C3 +LQ03X003330 Hypothetical protein 4.829313789 C6_chemical_A1 +LQ03X003330 Hypothetical protein 4.732876626 C6_chemical_A3 +LQ03X003330 Hypothetical protein 4.873928569 C6_chemical_B1 +LQ03X003330 Hypothetical protein 4.830716554 C6_chemical_B2 +LQ03X003330 Hypothetical protein 4.86795067 C6_chemical_B3 +LQ03X003330 Hypothetical protein 4.79632588 C6_chemical_C1 +LQ03X003330 Hypothetical protein 4.802211498 C6_chemical_C2 +LQ03X003330 Hypothetical protein 4.983275607 C6_chemical_C3 +LQ03X003330 Hypothetical protein 4.678308332 L4_control_A1 +LQ03X003330 Hypothetical protein 4.629800642 L4_control_A2 +LQ03X003330 Hypothetical protein 4.816304088 L4_control_A3 +LQ03X003330 Hypothetical protein 5.031217129 L4_control_B1 +LQ03X003330 Hypothetical protein 4.89365004 L4_control_B2 +LQ03X003330 Hypothetical protein 5.003645085 L4_control_B3 +LQ03X003330 Hypothetical protein 5.038274971 L4_control_C2 +LQ03X003330 Hypothetical protein 5.205922005 L4_control_C3 +LQ03X003330 Hypothetical protein 5.110521389 L4_chemical_A1 +LQ03X003330 Hypothetical protein 4.886663126 L4_chemical_A2 +LQ03X003330 Hypothetical protein 5.082609689 L4_chemical_A3 +LQ03X003330 Hypothetical protein 4.756099625 L4_chemical_B1 +LQ03X003330 Hypothetical protein 4.866446091 L4_chemical_B2 +LQ03X003330 Hypothetical protein 4.506140144 L4_chemical_B3 +LQ03X003330 Hypothetical protein 5.319248539 L4_chemical_C2 +LQ03X003330 Hypothetical protein 4.925924551 L4_chemical_C3 +LQ03X003340 Putative uncharacterized protein 5.386243232 C6_control_A1 +LQ03X003340 Putative uncharacterized protein 5.584627776 C6_control_A3 +LQ03X003340 Putative uncharacterized protein 5.429814855 C6_control_B1 +LQ03X003340 Putative uncharacterized protein 5.534391665 C6_control_B2 +LQ03X003340 Putative uncharacterized protein 5.443740058 C6_control_B3 +LQ03X003340 Putative uncharacterized protein 5.583351616 C6_control_C1 +LQ03X003340 Putative uncharacterized protein 6.770541002 C6_control_C2 +LQ03X003340 Putative uncharacterized protein 5.92712794 C6_control_C3 +LQ03X003340 Putative uncharacterized protein 5.373929718 C6_chemical_A1 +LQ03X003340 Putative uncharacterized protein 5.615515407 C6_chemical_A3 +LQ03X003340 Putative uncharacterized protein 5.561236494 C6_chemical_B1 +LQ03X003340 Putative uncharacterized protein 6.013858239 C6_chemical_B2 +LQ03X003340 Putative uncharacterized protein 5.446183905 C6_chemical_B3 +LQ03X003340 Putative uncharacterized protein 5.738644111 C6_chemical_C1 +LQ03X003340 Putative uncharacterized protein 5.80001406 C6_chemical_C2 +LQ03X003340 Putative uncharacterized protein 6.038818409 C6_chemical_C3 +LQ03X003340 Putative uncharacterized protein 5.170537429 L4_control_A1 +LQ03X003340 Putative uncharacterized protein 5.568297445 L4_control_A2 +LQ03X003340 Putative uncharacterized protein 5.198460553 L4_control_A3 +LQ03X003340 Putative uncharacterized protein 5.354707792 L4_control_B1 +LQ03X003340 Putative uncharacterized protein 5.408634711 L4_control_B2 +LQ03X003340 Putative uncharacterized protein 5.168980116 L4_control_B3 +LQ03X003340 Putative uncharacterized protein 6.517449454 L4_control_C2 +LQ03X003340 Putative uncharacterized protein 5.33673532 L4_control_C3 +LQ03X003340 Putative uncharacterized protein 5.419171485 L4_chemical_A1 +LQ03X003340 Putative uncharacterized protein 5.380691966 L4_chemical_A2 +LQ03X003340 Putative uncharacterized protein 5.288319255 L4_chemical_A3 +LQ03X003340 Putative uncharacterized protein 5.769852663 L4_chemical_B1 +LQ03X003340 Putative uncharacterized protein 6.147946654 L4_chemical_B2 +LQ03X003340 Putative uncharacterized protein 5.151214399 L4_chemical_B3 +LQ03X003340 Putative uncharacterized protein 5.706811541 L4_chemical_C2 +LQ03X003340 Putative uncharacterized protein 6.061344851 L4_chemical_C3 +LQ03X003350 Putative uncharacterized protein 13.80163528 C6_control_A1 +LQ03X003350 Putative uncharacterized protein 13.94992763 C6_control_A3 +LQ03X003350 Putative uncharacterized protein 13.78715055 C6_control_B1 +LQ03X003350 Putative uncharacterized protein 14.01913807 C6_control_B2 +LQ03X003350 Putative uncharacterized protein 14.01771012 C6_control_B3 +LQ03X003350 Putative uncharacterized protein 15.04358386 C6_control_C1 +LQ03X003350 Putative uncharacterized protein 14.70960066 C6_control_C2 +LQ03X003350 Putative uncharacterized protein 14.81030679 C6_control_C3 +LQ03X003350 Putative uncharacterized protein 13.65493683 C6_chemical_A1 +LQ03X003350 Putative uncharacterized protein 13.86130034 C6_chemical_A3 +LQ03X003350 Putative uncharacterized protein 13.91834427 C6_chemical_B1 +LQ03X003350 Putative uncharacterized protein 14.24707649 C6_chemical_B2 +LQ03X003350 Putative uncharacterized protein 13.8652241 C6_chemical_B3 +LQ03X003350 Putative uncharacterized protein 14.90407112 C6_chemical_C1 +LQ03X003350 Putative uncharacterized protein 15.05591928 C6_chemical_C2 +LQ03X003350 Putative uncharacterized protein 14.78347707 C6_chemical_C3 +LQ03X003350 Putative uncharacterized protein 13.76627529 L4_control_A1 +LQ03X003350 Putative uncharacterized protein 14.19234424 L4_control_A2 +LQ03X003350 Putative uncharacterized protein 14.08055608 L4_control_A3 +LQ03X003350 Putative uncharacterized protein 14.10457794 L4_control_B1 +LQ03X003350 Putative uncharacterized protein 13.93673549 L4_control_B2 +LQ03X003350 Putative uncharacterized protein 14.36878713 L4_control_B3 +LQ03X003350 Putative uncharacterized protein 14.73350128 L4_control_C2 +LQ03X003350 Putative uncharacterized protein 14.78183802 L4_control_C3 +LQ03X003350 Putative uncharacterized protein 13.12500969 L4_chemical_A1 +LQ03X003350 Putative uncharacterized protein 14.08060951 L4_chemical_A2 +LQ03X003350 Putative uncharacterized protein 13.84547765 L4_chemical_A3 +LQ03X003350 Putative uncharacterized protein 13.8900537 L4_chemical_B1 +LQ03X003350 Putative uncharacterized protein 14.05139485 L4_chemical_B2 +LQ03X003350 Putative uncharacterized protein 13.88261444 L4_chemical_B3 +LQ03X003350 Putative uncharacterized protein 14.65984124 L4_chemical_C2 +LQ03X003350 Putative uncharacterized protein 14.88827492 L4_chemical_C3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.82213672 C6_control_A1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 6.187256519 C6_control_A3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.501009542 C6_control_B1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.633204164 C6_control_B2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.575931469 C6_control_B3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.587070717 C6_control_C1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 6.767484103 C6_control_C2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.298790194 C6_control_C3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.635339902 C6_chemical_A1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.637492858 C6_chemical_A3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.615448049 C6_chemical_B1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.925755542 C6_chemical_B2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.520414306 C6_chemical_B3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.631309634 C6_chemical_C1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.735626283 C6_chemical_C2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.422187574 C6_chemical_C3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.497455048 L4_control_A1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.59980631 L4_control_A2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 6.09572362 L4_control_A3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 6.45800426 L4_control_B1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 6.057031046 L4_control_B2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.531673008 L4_control_B3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.278272562 L4_control_C2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 6.28235281 L4_control_C3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.450595479 L4_chemical_A1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.422969609 L4_chemical_A2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.742605226 L4_chemical_A3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.715457615 L4_chemical_B1 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.753242556 L4_chemical_B2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.843712721 L4_chemical_B3 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.461195885 L4_chemical_C2 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.062440004 L4_chemical_C3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.561601152 C6_control_A1 +LQ03X003420 Putative Aspartic proteinase Asp1 6.054354285 C6_control_A3 +LQ03X003420 Putative Aspartic proteinase Asp1 6.072528363 C6_control_B1 +LQ03X003420 Putative Aspartic proteinase Asp1 5.947704927 C6_control_B2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.906220009 C6_control_B3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.617963074 C6_control_C1 +LQ03X003420 Putative Aspartic proteinase Asp1 6.56807994 C6_control_C2 +LQ03X003420 Putative Aspartic proteinase Asp1 6.364881501 C6_control_C3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.888479812 C6_chemical_A1 +LQ03X003420 Putative Aspartic proteinase Asp1 5.694493744 C6_chemical_A3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.645725292 C6_chemical_B1 +LQ03X003420 Putative Aspartic proteinase Asp1 6.050432525 C6_chemical_B2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.93215481 C6_chemical_B3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.834824616 C6_chemical_C1 +LQ03X003420 Putative Aspartic proteinase Asp1 5.703721453 C6_chemical_C2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.929986172 C6_chemical_C3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.457414826 L4_control_A1 +LQ03X003420 Putative Aspartic proteinase Asp1 5.748979667 L4_control_A2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.812544523 L4_control_A3 +LQ03X003420 Putative Aspartic proteinase Asp1 6.015814511 L4_control_B1 +LQ03X003420 Putative Aspartic proteinase Asp1 5.411917693 L4_control_B2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.739435545 L4_control_B3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.878964315 L4_control_C2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.4387426 L4_control_C3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.48144288 L4_chemical_A1 +LQ03X003420 Putative Aspartic proteinase Asp1 6.271598272 L4_chemical_A2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.852626692 L4_chemical_A3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.734842194 L4_chemical_B1 +LQ03X003420 Putative Aspartic proteinase Asp1 5.563981219 L4_chemical_B2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.413115877 L4_chemical_B3 +LQ03X003420 Putative Aspartic proteinase Asp1 5.570624496 L4_chemical_C2 +LQ03X003420 Putative Aspartic proteinase Asp1 5.812265772 L4_chemical_C3 +LQ03X003430 Putative Cytochrome P450 71A22 5.135009582 C6_control_A1 +LQ03X003430 Putative Cytochrome P450 71A22 5.116889726 C6_control_A3 +LQ03X003430 Putative Cytochrome P450 71A22 5.272781543 C6_control_B1 +LQ03X003430 Putative Cytochrome P450 71A22 4.949911627 C6_control_B2 +LQ03X003430 Putative Cytochrome P450 71A22 5.618189639 C6_control_B3 +LQ03X003430 Putative Cytochrome P450 71A22 5.17255598 C6_control_C1 +LQ03X003430 Putative Cytochrome P450 71A22 5.034677177 C6_control_C2 +LQ03X003430 Putative Cytochrome P450 71A22 5.250022534 C6_control_C3 +LQ03X003430 Putative Cytochrome P450 71A22 5.290232639 C6_chemical_A1 +LQ03X003430 Putative Cytochrome P450 71A22 5.300943945 C6_chemical_A3 +LQ03X003430 Putative Cytochrome P450 71A22 5.940720242 C6_chemical_B1 +LQ03X003430 Putative Cytochrome P450 71A22 5.204158924 C6_chemical_B2 +LQ03X003430 Putative Cytochrome P450 71A22 5.431823541 C6_chemical_B3 +LQ03X003430 Putative Cytochrome P450 71A22 5.282802646 C6_chemical_C1 +LQ03X003430 Putative Cytochrome P450 71A22 5.260203146 C6_chemical_C2 +LQ03X003430 Putative Cytochrome P450 71A22 5.450442626 C6_chemical_C3 +LQ03X003430 Putative Cytochrome P450 71A22 5.674706863 L4_control_A1 +LQ03X003430 Putative Cytochrome P450 71A22 5.988760832 L4_control_A2 +LQ03X003430 Putative Cytochrome P450 71A22 5.397757491 L4_control_A3 +LQ03X003430 Putative Cytochrome P450 71A22 5.29391053 L4_control_B1 +LQ03X003430 Putative Cytochrome P450 71A22 4.888894896 L4_control_B2 +LQ03X003430 Putative Cytochrome P450 71A22 5.231542519 L4_control_B3 +LQ03X003430 Putative Cytochrome P450 71A22 5.176952167 L4_control_C2 +LQ03X003430 Putative Cytochrome P450 71A22 5.737829447 L4_control_C3 +LQ03X003430 Putative Cytochrome P450 71A22 5.16333588 L4_chemical_A1 +LQ03X003430 Putative Cytochrome P450 71A22 5.928596714 L4_chemical_A2 +LQ03X003430 Putative Cytochrome P450 71A22 5.566802647 L4_chemical_A3 +LQ03X003430 Putative Cytochrome P450 71A22 5.01169614 L4_chemical_B1 +LQ03X003430 Putative Cytochrome P450 71A22 4.884777977 L4_chemical_B2 +LQ03X003430 Putative Cytochrome P450 71A22 5.195388043 L4_chemical_B3 +LQ03X003430 Putative Cytochrome P450 71A22 5.453578551 L4_chemical_C2 +LQ03X003430 Putative Cytochrome P450 71A22 5.104586758 L4_chemical_C3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.579291347 C6_control_A1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.878405089 C6_control_A3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.025442057 C6_control_B1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.418433747 C6_control_B2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.07589729 C6_control_B3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.452702 C6_control_C1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.410410454 C6_control_C2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.351133074 C6_control_C3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.296245159 C6_chemical_A1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.115044325 C6_chemical_A3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 4.904660166 C6_chemical_B1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.372272492 C6_chemical_B2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.277170894 C6_chemical_B3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.137486464 C6_chemical_C1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.377628012 C6_chemical_C2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.434260454 C6_chemical_C3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.557829647 L4_control_A1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.340908931 L4_control_A2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.761643394 L4_control_A3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.094945862 L4_control_B1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.045587398 L4_control_B2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 4.941959975 L4_control_B3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.7301656 L4_control_C2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.268389932 L4_control_C3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.118200707 L4_chemical_A1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.623930154 L4_chemical_A2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.925484005 L4_chemical_A3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.025153157 L4_chemical_B1 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 4.605011491 L4_chemical_B2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.193089897 L4_chemical_B3 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.631169224 L4_chemical_C2 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.055670852 L4_chemical_C3 +LQ03X003470 Protection of telomeres 1 protein 5.537653842 C6_control_A1 +LQ03X003470 Protection of telomeres 1 protein 5.252260783 C6_control_A3 +LQ03X003470 Protection of telomeres 1 protein 5.288142269 C6_control_B1 +LQ03X003470 Protection of telomeres 1 protein 4.977415389 C6_control_B2 +LQ03X003470 Protection of telomeres 1 protein 5.005478488 C6_control_B3 +LQ03X003470 Protection of telomeres 1 protein 5.133184305 C6_control_C1 +LQ03X003470 Protection of telomeres 1 protein 5.446839908 C6_control_C2 +LQ03X003470 Protection of telomeres 1 protein 4.743932979 C6_control_C3 +LQ03X003470 Protection of telomeres 1 protein 5.437553672 C6_chemical_A1 +LQ03X003470 Protection of telomeres 1 protein 5.224286326 C6_chemical_A3 +LQ03X003470 Protection of telomeres 1 protein 5.010030626 C6_chemical_B1 +LQ03X003470 Protection of telomeres 1 protein 4.840677095 C6_chemical_B2 +LQ03X003470 Protection of telomeres 1 protein 4.720304894 C6_chemical_B3 +LQ03X003470 Protection of telomeres 1 protein 5.144482122 C6_chemical_C1 +LQ03X003470 Protection of telomeres 1 protein 5.274447969 C6_chemical_C2 +LQ03X003470 Protection of telomeres 1 protein 4.847746955 C6_chemical_C3 +LQ03X003470 Protection of telomeres 1 protein 5.137921202 L4_control_A1 +LQ03X003470 Protection of telomeres 1 protein 5.51122435 L4_control_A2 +LQ03X003470 Protection of telomeres 1 protein 5.772085653 L4_control_A3 +LQ03X003470 Protection of telomeres 1 protein 5.760374322 L4_control_B1 +LQ03X003470 Protection of telomeres 1 protein 5.137884642 L4_control_B2 +LQ03X003470 Protection of telomeres 1 protein 5.152398479 L4_control_B3 +LQ03X003470 Protection of telomeres 1 protein 5.886717697 L4_control_C2 +LQ03X003470 Protection of telomeres 1 protein 4.84868141 L4_control_C3 +LQ03X003470 Protection of telomeres 1 protein 5.57069018 L4_chemical_A1 +LQ03X003470 Protection of telomeres 1 protein 5.271082072 L4_chemical_A2 +LQ03X003470 Protection of telomeres 1 protein 5.569525351 L4_chemical_A3 +LQ03X003470 Protection of telomeres 1 protein 5.732604295 L4_chemical_B1 +LQ03X003470 Protection of telomeres 1 protein 5.212262925 L4_chemical_B2 +LQ03X003470 Protection of telomeres 1 protein 5.209370424 L4_chemical_B3 +LQ03X003470 Protection of telomeres 1 protein 5.352150606 L4_chemical_C2 +LQ03X003470 Protection of telomeres 1 protein 4.968385658 L4_chemical_C3 +LQ03X003480 Putative Protein sel-1 homolog 2 9.533262005 C6_control_A1 +LQ03X003480 Putative Protein sel-1 homolog 2 8.978444992 C6_control_A3 +LQ03X003480 Putative Protein sel-1 homolog 2 9.67443077 C6_control_B1 +LQ03X003480 Putative Protein sel-1 homolog 2 9.661536188 C6_control_B2 +LQ03X003480 Putative Protein sel-1 homolog 2 9.75757098 C6_control_B3 +LQ03X003480 Putative Protein sel-1 homolog 2 9.810695816 C6_control_C1 +LQ03X003480 Putative Protein sel-1 homolog 2 9.645317248 C6_control_C2 +LQ03X003480 Putative Protein sel-1 homolog 2 9.577714526 C6_control_C3 +LQ03X003480 Putative Protein sel-1 homolog 2 9.968916791 C6_chemical_A1 +LQ03X003480 Putative Protein sel-1 homolog 2 9.632409619 C6_chemical_A3 +LQ03X003480 Putative Protein sel-1 homolog 2 10.18906845 C6_chemical_B1 +LQ03X003480 Putative Protein sel-1 homolog 2 10.05201642 C6_chemical_B2 +LQ03X003480 Putative Protein sel-1 homolog 2 10.2440823 C6_chemical_B3 +LQ03X003480 Putative Protein sel-1 homolog 2 10.1295718 C6_chemical_C1 +LQ03X003480 Putative Protein sel-1 homolog 2 10.08418447 C6_chemical_C2 +LQ03X003480 Putative Protein sel-1 homolog 2 9.958141205 C6_chemical_C3 +LQ03X003480 Putative Protein sel-1 homolog 2 10.10549075 L4_control_A1 +LQ03X003480 Putative Protein sel-1 homolog 2 10.16173203 L4_control_A2 +LQ03X003480 Putative Protein sel-1 homolog 2 10.70406106 L4_control_A3 +LQ03X003480 Putative Protein sel-1 homolog 2 10.61747587 L4_control_B1 +LQ03X003480 Putative Protein sel-1 homolog 2 10.97872062 L4_control_B2 +LQ03X003480 Putative Protein sel-1 homolog 2 10.68459378 L4_control_B3 +LQ03X003480 Putative Protein sel-1 homolog 2 10.64452492 L4_control_C2 +LQ03X003480 Putative Protein sel-1 homolog 2 11.2598055 L4_control_C3 +LQ03X003480 Putative Protein sel-1 homolog 2 10.15677615 L4_chemical_A1 +LQ03X003480 Putative Protein sel-1 homolog 2 10.21996556 L4_chemical_A2 +LQ03X003480 Putative Protein sel-1 homolog 2 10.2237848 L4_chemical_A3 +LQ03X003480 Putative Protein sel-1 homolog 2 10.02837928 L4_chemical_B1 +LQ03X003480 Putative Protein sel-1 homolog 2 10.86566858 L4_chemical_B2 +LQ03X003480 Putative Protein sel-1 homolog 2 10.08293718 L4_chemical_B3 +LQ03X003480 Putative Protein sel-1 homolog 2 10.81815396 L4_chemical_C2 +LQ03X003480 Putative Protein sel-1 homolog 2 11.29665244 L4_chemical_C3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.50047334 C6_control_A1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.2755133 C6_control_A3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.64554711 C6_control_B1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.04808943 C6_control_B2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.36690464 C6_control_B3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.5255253 C6_control_C1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.18196602 C6_control_C2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.5772116 C6_control_C3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.32013886 C6_chemical_A1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.30906813 C6_chemical_A3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.2958397 C6_chemical_B1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 11.93654998 C6_chemical_B2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.07969468 C6_chemical_B3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.39113566 C6_chemical_C1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.52199925 C6_chemical_C2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.1182055 C6_chemical_C3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.56949767 L4_control_A1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.6399493 L4_control_A2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.70694435 L4_control_A3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.72683254 L4_control_B1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.83297091 L4_control_B2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.11093155 L4_control_B3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 13.66749697 L4_control_C2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.67488041 L4_control_C3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.6826078 L4_chemical_A1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.78729456 L4_chemical_A2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.77360295 L4_chemical_A3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 13.23231995 L4_chemical_B1 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 13.17148279 L4_chemical_B2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.03692881 L4_chemical_B3 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 13.5221749 L4_chemical_C2 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 13.14637833 L4_chemical_C3 +LQ03X003520 60S ribosomal protein L19-2 5.079242038 C6_control_A1 +LQ03X003520 60S ribosomal protein L19-2 5.144791249 C6_control_A3 +LQ03X003520 60S ribosomal protein L19-2 5.15969777 C6_control_B1 +LQ03X003520 60S ribosomal protein L19-2 5.50065199 C6_control_B2 +LQ03X003520 60S ribosomal protein L19-2 5.311711858 C6_control_B3 +LQ03X003520 60S ribosomal protein L19-2 5.180229753 C6_control_C1 +LQ03X003520 60S ribosomal protein L19-2 5.225895461 C6_control_C2 +LQ03X003520 60S ribosomal protein L19-2 5.535682981 C6_control_C3 +LQ03X003520 60S ribosomal protein L19-2 4.93660981 C6_chemical_A1 +LQ03X003520 60S ribosomal protein L19-2 4.933340317 C6_chemical_A3 +LQ03X003520 60S ribosomal protein L19-2 4.84540217 C6_chemical_B1 +LQ03X003520 60S ribosomal protein L19-2 5.360657255 C6_chemical_B2 +LQ03X003520 60S ribosomal protein L19-2 5.566361811 C6_chemical_B3 +LQ03X003520 60S ribosomal protein L19-2 5.133610269 C6_chemical_C1 +LQ03X003520 60S ribosomal protein L19-2 5.778480703 C6_chemical_C2 +LQ03X003520 60S ribosomal protein L19-2 5.251956574 C6_chemical_C3 +LQ03X003520 60S ribosomal protein L19-2 5.002090018 L4_control_A1 +LQ03X003520 60S ribosomal protein L19-2 4.928889221 L4_control_A2 +LQ03X003520 60S ribosomal protein L19-2 5.638150113 L4_control_A3 +LQ03X003520 60S ribosomal protein L19-2 5.279658981 L4_control_B1 +LQ03X003520 60S ribosomal protein L19-2 5.23576891 L4_control_B2 +LQ03X003520 60S ribosomal protein L19-2 5.38777756 L4_control_B3 +LQ03X003520 60S ribosomal protein L19-2 5.396074098 L4_control_C2 +LQ03X003520 60S ribosomal protein L19-2 5.134029725 L4_control_C3 +LQ03X003520 60S ribosomal protein L19-2 4.891975434 L4_chemical_A1 +LQ03X003520 60S ribosomal protein L19-2 5.279244533 L4_chemical_A2 +LQ03X003520 60S ribosomal protein L19-2 6.59973247 L4_chemical_A3 +LQ03X003520 60S ribosomal protein L19-2 5.515113052 L4_chemical_B1 +LQ03X003520 60S ribosomal protein L19-2 5.204153768 L4_chemical_B2 +LQ03X003520 60S ribosomal protein L19-2 5.092479758 L4_chemical_B3 +LQ03X003520 60S ribosomal protein L19-2 5.184219618 L4_chemical_C2 +LQ03X003520 60S ribosomal protein L19-2 5.019006532 L4_chemical_C3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.84648425 C6_control_A1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.52998083 C6_control_A3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.75566701 C6_control_B1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.27774586 C6_control_B2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.15654364 C6_control_B3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 10.07613137 C6_control_C1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 11.10414439 C6_control_C2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 10.60323912 C6_control_C3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.81091182 C6_chemical_A1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.34819244 C6_chemical_A3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.55311045 C6_chemical_B1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.72961454 C6_chemical_B2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 13.9821164 C6_chemical_B3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 10.5701154 C6_chemical_C1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 10.21874423 C6_chemical_C2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 10.73186019 C6_chemical_C3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.40925547 L4_control_A1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.26246649 L4_control_A2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 13.27798122 L4_control_A3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 13.28576922 L4_control_B1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.2838612 L4_control_B2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 12.00215982 L4_control_B3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 9.598608767 L4_control_C2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 9.828782679 L4_control_C3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 12.82329589 L4_chemical_A1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.12203625 L4_chemical_A2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 13.55536856 L4_chemical_A3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 13.7495528 L4_chemical_B1 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 13.74121532 L4_chemical_B2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 13.69996721 L4_chemical_B3 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 9.64022894 L4_chemical_C2 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 10.55784184 L4_chemical_C3 +LQ03X003610 F-box protein At2g32560 12.59732093 C6_control_A1 +LQ03X003610 F-box protein At2g32560 12.1035523 C6_control_A3 +LQ03X003610 F-box protein At2g32560 12.4264301 C6_control_B1 +LQ03X003610 F-box protein At2g32560 12.79992129 C6_control_B2 +LQ03X003610 F-box protein At2g32560 13.03300748 C6_control_B3 +LQ03X003610 F-box protein At2g32560 11.31213988 C6_control_C1 +LQ03X003610 F-box protein At2g32560 11.15966657 C6_control_C2 +LQ03X003610 F-box protein At2g32560 11.63697416 C6_control_C3 +LQ03X003610 F-box protein At2g32560 12.33258234 C6_chemical_A1 +LQ03X003610 F-box protein At2g32560 12.43120954 C6_chemical_A3 +LQ03X003610 F-box protein At2g32560 12.48663613 C6_chemical_B1 +LQ03X003610 F-box protein At2g32560 13.04390459 C6_chemical_B2 +LQ03X003610 F-box protein At2g32560 12.94151172 C6_chemical_B3 +LQ03X003610 F-box protein At2g32560 11.15188526 C6_chemical_C1 +LQ03X003610 F-box protein At2g32560 11.11874445 C6_chemical_C2 +LQ03X003610 F-box protein At2g32560 11.75733962 C6_chemical_C3 +LQ03X003610 F-box protein At2g32560 12.1932804 L4_control_A1 +LQ03X003610 F-box protein At2g32560 12.28201347 L4_control_A2 +LQ03X003610 F-box protein At2g32560 12.5119163 L4_control_A3 +LQ03X003610 F-box protein At2g32560 12.924457 L4_control_B1 +LQ03X003610 F-box protein At2g32560 12.2645294 L4_control_B2 +LQ03X003610 F-box protein At2g32560 12.10580596 L4_control_B3 +LQ03X003610 F-box protein At2g32560 10.48010579 L4_control_C2 +LQ03X003610 F-box protein At2g32560 11.14333071 L4_control_C3 +LQ03X003610 F-box protein At2g32560 14.05473519 L4_chemical_A1 +LQ03X003610 F-box protein At2g32560 13.99861335 L4_chemical_A2 +LQ03X003610 F-box protein At2g32560 13.99133979 L4_chemical_A3 +LQ03X003610 F-box protein At2g32560 13.32242797 L4_chemical_B1 +LQ03X003610 F-box protein At2g32560 12.74910957 L4_chemical_B2 +LQ03X003610 F-box protein At2g32560 12.81348362 L4_chemical_B3 +LQ03X003610 F-box protein At2g32560 10.58571352 L4_chemical_C2 +LQ03X003610 F-box protein At2g32560 11.11893222 L4_chemical_C3 +LQ03X003620 Putative Protein of unknown function DUF309 13.11045447 C6_control_A1 +LQ03X003620 Putative Protein of unknown function DUF309 11.7114144 C6_control_A3 +LQ03X003620 Putative Protein of unknown function DUF309 13.22212512 C6_control_B1 +LQ03X003620 Putative Protein of unknown function DUF309 13.86027152 C6_control_B2 +LQ03X003620 Putative Protein of unknown function DUF309 13.1497349 C6_control_B3 +LQ03X003620 Putative Protein of unknown function DUF309 14.82269321 C6_control_C1 +LQ03X003620 Putative Protein of unknown function DUF309 14.04206596 C6_control_C2 +LQ03X003620 Putative Protein of unknown function DUF309 14.72092897 C6_control_C3 +LQ03X003620 Putative Protein of unknown function DUF309 13.1054222 C6_chemical_A1 +LQ03X003620 Putative Protein of unknown function DUF309 12.25072636 C6_chemical_A3 +LQ03X003620 Putative Protein of unknown function DUF309 13.51073519 C6_chemical_B1 +LQ03X003620 Putative Protein of unknown function DUF309 13.71236717 C6_chemical_B2 +LQ03X003620 Putative Protein of unknown function DUF309 13.15325553 C6_chemical_B3 +LQ03X003620 Putative Protein of unknown function DUF309 14.27002216 C6_chemical_C1 +LQ03X003620 Putative Protein of unknown function DUF309 14.66190836 C6_chemical_C2 +LQ03X003620 Putative Protein of unknown function DUF309 14.4630572 C6_chemical_C3 +LQ03X003620 Putative Protein of unknown function DUF309 12.59804184 L4_control_A1 +LQ03X003620 Putative Protein of unknown function DUF309 13.29628208 L4_control_A2 +LQ03X003620 Putative Protein of unknown function DUF309 12.76761953 L4_control_A3 +LQ03X003620 Putative Protein of unknown function DUF309 13.86094422 L4_control_B1 +LQ03X003620 Putative Protein of unknown function DUF309 13.51744775 L4_control_B2 +LQ03X003620 Putative Protein of unknown function DUF309 13.62926839 L4_control_B3 +LQ03X003620 Putative Protein of unknown function DUF309 14.53776573 L4_control_C2 +LQ03X003620 Putative Protein of unknown function DUF309 14.23292028 L4_control_C3 +LQ03X003620 Putative Protein of unknown function DUF309 12.29549818 L4_chemical_A1 +LQ03X003620 Putative Protein of unknown function DUF309 13.59234349 L4_chemical_A2 +LQ03X003620 Putative Protein of unknown function DUF309 12.64720662 L4_chemical_A3 +LQ03X003620 Putative Protein of unknown function DUF309 13.56508334 L4_chemical_B1 +LQ03X003620 Putative Protein of unknown function DUF309 13.62190688 L4_chemical_B2 +LQ03X003620 Putative Protein of unknown function DUF309 13.24907992 L4_chemical_B3 +LQ03X003620 Putative Protein of unknown function DUF309 14.45010766 L4_chemical_C2 +LQ03X003620 Putative Protein of unknown function DUF309 14.2720681 L4_chemical_C3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.56327195 C6_control_A1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.333884214 C6_control_A3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.549290638 C6_control_B1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.944918964 C6_control_B2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.413073099 C6_control_B3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.791286402 C6_control_C1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.484604118 C6_control_C2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.044765021 C6_control_C3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.555928582 C6_chemical_A1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.649552333 C6_chemical_A3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.757722605 C6_chemical_B1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.785305651 C6_chemical_B2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.590097149 C6_chemical_B3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.698555328 C6_chemical_C1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.526763633 C6_chemical_C2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.735839353 C6_chemical_C3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.200236878 L4_control_A1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.383959833 L4_control_A2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.537800852 L4_control_A3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.054881542 L4_control_B1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.434219682 L4_control_B2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.580677359 L4_control_B3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.965640009 L4_control_C2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.521294599 L4_control_C3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.686947329 L4_chemical_A1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.66720984 L4_chemical_A2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.719334064 L4_chemical_A3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.395188677 L4_chemical_B1 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.132290115 L4_chemical_B2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.943018212 L4_chemical_B3 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.730607824 L4_chemical_C2 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.028861409 L4_chemical_C3 +LQ03X003730 Predicted protein 5.841899954 C6_control_A1 +LQ03X003730 Predicted protein 6.713708787 C6_control_A3 +LQ03X003730 Predicted protein 5.415806967 C6_control_B1 +LQ03X003730 Predicted protein 4.798273691 C6_control_B2 +LQ03X003730 Predicted protein 6.114382292 C6_control_B3 +LQ03X003730 Predicted protein 4.449557239 C6_control_C1 +LQ03X003730 Predicted protein 4.516556692 C6_control_C2 +LQ03X003730 Predicted protein 4.558091771 C6_control_C3 +LQ03X003730 Predicted protein 6.672210018 C6_chemical_A1 +LQ03X003730 Predicted protein 6.057125426 C6_chemical_A3 +LQ03X003730 Predicted protein 5.468932846 C6_chemical_B1 +LQ03X003730 Predicted protein 6.381620906 C6_chemical_B2 +LQ03X003730 Predicted protein 7.075286419 C6_chemical_B3 +LQ03X003730 Predicted protein 4.632938321 C6_chemical_C1 +LQ03X003730 Predicted protein 4.627198166 C6_chemical_C2 +LQ03X003730 Predicted protein 4.683229627 C6_chemical_C3 +LQ03X003730 Predicted protein 6.359743861 L4_control_A1 +LQ03X003730 Predicted protein 4.931040833 L4_control_A2 +LQ03X003730 Predicted protein 5.213627155 L4_control_A3 +LQ03X003730 Predicted protein 5.641801061 L4_control_B1 +LQ03X003730 Predicted protein 5.423939922 L4_control_B2 +LQ03X003730 Predicted protein 5.18882367 L4_control_B3 +LQ03X003730 Predicted protein 4.824720922 L4_control_C2 +LQ03X003730 Predicted protein 4.934545221 L4_control_C3 +LQ03X003730 Predicted protein 6.11987157 L4_chemical_A1 +LQ03X003730 Predicted protein 4.875731597 L4_chemical_A2 +LQ03X003730 Predicted protein 5.438842738 L4_chemical_A3 +LQ03X003730 Predicted protein 5.398473819 L4_chemical_B1 +LQ03X003730 Predicted protein 4.818297627 L4_chemical_B2 +LQ03X003730 Predicted protein 6.513688658 L4_chemical_B3 +LQ03X003730 Predicted protein 5.31301918 L4_chemical_C2 +LQ03X003730 Predicted protein 4.88841066 L4_chemical_C3 +LQ03X003740 T-complex protein 1 subunit delta 10.18434343 C6_control_A1 +LQ03X003740 T-complex protein 1 subunit delta 10.64065065 C6_control_A3 +LQ03X003740 T-complex protein 1 subunit delta 9.429486717 C6_control_B1 +LQ03X003740 T-complex protein 1 subunit delta 8.881283784 C6_control_B2 +LQ03X003740 T-complex protein 1 subunit delta 9.320197545 C6_control_B3 +LQ03X003740 T-complex protein 1 subunit delta 9.313328015 C6_control_C1 +LQ03X003740 T-complex protein 1 subunit delta 8.161716854 C6_control_C2 +LQ03X003740 T-complex protein 1 subunit delta 8.892438895 C6_control_C3 +LQ03X003740 T-complex protein 1 subunit delta 10.70729399 C6_chemical_A1 +LQ03X003740 T-complex protein 1 subunit delta 10.61657539 C6_chemical_A3 +LQ03X003740 T-complex protein 1 subunit delta 9.929478235 C6_chemical_B1 +LQ03X003740 T-complex protein 1 subunit delta 9.210090712 C6_chemical_B2 +LQ03X003740 T-complex protein 1 subunit delta 9.290757752 C6_chemical_B3 +LQ03X003740 T-complex protein 1 subunit delta 9.349058611 C6_chemical_C1 +LQ03X003740 T-complex protein 1 subunit delta 9.226082773 C6_chemical_C2 +LQ03X003740 T-complex protein 1 subunit delta 8.993801129 C6_chemical_C3 +LQ03X003740 T-complex protein 1 subunit delta 10.51946316 L4_control_A1 +LQ03X003740 T-complex protein 1 subunit delta 10.2493129 L4_control_A2 +LQ03X003740 T-complex protein 1 subunit delta 11.72590387 L4_control_A3 +LQ03X003740 T-complex protein 1 subunit delta 8.793573234 L4_control_B1 +LQ03X003740 T-complex protein 1 subunit delta 9.358936401 L4_control_B2 +LQ03X003740 T-complex protein 1 subunit delta 9.031260804 L4_control_B3 +LQ03X003740 T-complex protein 1 subunit delta 9.816540429 L4_control_C2 +LQ03X003740 T-complex protein 1 subunit delta 9.577896106 L4_control_C3 +LQ03X003740 T-complex protein 1 subunit delta 9.621106604 L4_chemical_A1 +LQ03X003740 T-complex protein 1 subunit delta 9.665764734 L4_chemical_A2 +LQ03X003740 T-complex protein 1 subunit delta 11.1546419 L4_chemical_A3 +LQ03X003740 T-complex protein 1 subunit delta 9.251346871 L4_chemical_B1 +LQ03X003740 T-complex protein 1 subunit delta 8.983302252 L4_chemical_B2 +LQ03X003740 T-complex protein 1 subunit delta 8.856251394 L4_chemical_B3 +LQ03X003740 T-complex protein 1 subunit delta 9.379547702 L4_chemical_C2 +LQ03X003740 T-complex protein 1 subunit delta 9.931228024 L4_chemical_C3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.06334012 C6_control_A1 +LQ03X003790 Poly(A) polymerase alpha, putative 11.7804276 C6_control_A3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.03094822 C6_control_B1 +LQ03X003790 Poly(A) polymerase alpha, putative 12.03553931 C6_control_B2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.27572298 C6_control_B3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.71372409 C6_control_C1 +LQ03X003790 Poly(A) polymerase alpha, putative 12.36441052 C6_control_C2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.54655382 C6_control_C3 +LQ03X003790 Poly(A) polymerase alpha, putative 11.86266794 C6_chemical_A1 +LQ03X003790 Poly(A) polymerase alpha, putative 11.92269084 C6_chemical_A3 +LQ03X003790 Poly(A) polymerase alpha, putative 11.88937644 C6_chemical_B1 +LQ03X003790 Poly(A) polymerase alpha, putative 11.70463791 C6_chemical_B2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.19109851 C6_chemical_B3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.56632619 C6_chemical_C1 +LQ03X003790 Poly(A) polymerase alpha, putative 12.55464162 C6_chemical_C2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.20821731 C6_chemical_C3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.00561146 L4_control_A1 +LQ03X003790 Poly(A) polymerase alpha, putative 11.74118991 L4_control_A2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.38850859 L4_control_A3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.38537016 L4_control_B1 +LQ03X003790 Poly(A) polymerase alpha, putative 12.0548424 L4_control_B2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.44048852 L4_control_B3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.54487065 L4_control_C2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.40498538 L4_control_C3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.2400383 L4_chemical_A1 +LQ03X003790 Poly(A) polymerase alpha, putative 12.23122896 L4_chemical_A2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.33832604 L4_chemical_A3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.47672078 L4_chemical_B1 +LQ03X003790 Poly(A) polymerase alpha, putative 12.24702332 L4_chemical_B2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.25400904 L4_chemical_B3 +LQ03X003790 Poly(A) polymerase alpha, putative 12.63113092 L4_chemical_C2 +LQ03X003790 Poly(A) polymerase alpha, putative 12.3655908 L4_chemical_C3 +LQ03X003880 Hypothetical protein 4.677813231 C6_control_A1 +LQ03X003880 Hypothetical protein 4.884848815 C6_control_A3 +LQ03X003880 Hypothetical protein 4.833537108 C6_control_B1 +LQ03X003880 Hypothetical protein 4.805483579 C6_control_B2 +LQ03X003880 Hypothetical protein 4.760775013 C6_control_B3 +LQ03X003880 Hypothetical protein 4.872496766 C6_control_C1 +LQ03X003880 Hypothetical protein 4.710643538 C6_control_C2 +LQ03X003880 Hypothetical protein 4.880474629 C6_control_C3 +LQ03X003880 Hypothetical protein 4.744582994 C6_chemical_A1 +LQ03X003880 Hypothetical protein 4.722377121 C6_chemical_A3 +LQ03X003880 Hypothetical protein 5.01562425 C6_chemical_B1 +LQ03X003880 Hypothetical protein 4.645507787 C6_chemical_B2 +LQ03X003880 Hypothetical protein 4.721251354 C6_chemical_B3 +LQ03X003880 Hypothetical protein 4.892662039 C6_chemical_C1 +LQ03X003880 Hypothetical protein 5.001402755 C6_chemical_C2 +LQ03X003880 Hypothetical protein 4.772017202 C6_chemical_C3 +LQ03X003880 Hypothetical protein 4.583728 L4_control_A1 +LQ03X003880 Hypothetical protein 4.807851816 L4_control_A2 +LQ03X003880 Hypothetical protein 4.588460409 L4_control_A3 +LQ03X003880 Hypothetical protein 5.352602521 L4_control_B1 +LQ03X003880 Hypothetical protein 4.743270167 L4_control_B2 +LQ03X003880 Hypothetical protein 4.598590915 L4_control_B3 +LQ03X003880 Hypothetical protein 5.115390928 L4_control_C2 +LQ03X003880 Hypothetical protein 5.743159871 L4_control_C3 +LQ03X003880 Hypothetical protein 4.710676285 L4_chemical_A1 +LQ03X003880 Hypothetical protein 4.718474937 L4_chemical_A2 +LQ03X003880 Hypothetical protein 4.809145159 L4_chemical_A3 +LQ03X003880 Hypothetical protein 4.596089771 L4_chemical_B1 +LQ03X003880 Hypothetical protein 5.06724854 L4_chemical_B2 +LQ03X003880 Hypothetical protein 4.750765349 L4_chemical_B3 +LQ03X003880 Hypothetical protein 5.250948216 L4_chemical_C2 +LQ03X003880 Hypothetical protein 6.072267158 L4_chemical_C3 +LQ03X003970 Ring finger containing protein, putative 5.903051886 C6_control_A1 +LQ03X003970 Ring finger containing protein, putative 5.894097492 C6_control_A3 +LQ03X003970 Ring finger containing protein, putative 5.562546644 C6_control_B1 +LQ03X003970 Ring finger containing protein, putative 6.115561535 C6_control_B2 +LQ03X003970 Ring finger containing protein, putative 5.663729668 C6_control_B3 +LQ03X003970 Ring finger containing protein, putative 5.776972119 C6_control_C1 +LQ03X003970 Ring finger containing protein, putative 5.931259466 C6_control_C2 +LQ03X003970 Ring finger containing protein, putative 5.798996624 C6_control_C3 +LQ03X003970 Ring finger containing protein, putative 5.594473874 C6_chemical_A1 +LQ03X003970 Ring finger containing protein, putative 6.223375336 C6_chemical_A3 +LQ03X003970 Ring finger containing protein, putative 5.599122723 C6_chemical_B1 +LQ03X003970 Ring finger containing protein, putative 6.129847125 C6_chemical_B2 +LQ03X003970 Ring finger containing protein, putative 6.416803325 C6_chemical_B3 +LQ03X003970 Ring finger containing protein, putative 6.275151 C6_chemical_C1 +LQ03X003970 Ring finger containing protein, putative 5.671657128 C6_chemical_C2 +LQ03X003970 Ring finger containing protein, putative 5.911885182 C6_chemical_C3 +LQ03X003970 Ring finger containing protein, putative 5.380965537 L4_control_A1 +LQ03X003970 Ring finger containing protein, putative 5.462877973 L4_control_A2 +LQ03X003970 Ring finger containing protein, putative 5.784102412 L4_control_A3 +LQ03X003970 Ring finger containing protein, putative 5.694286753 L4_control_B1 +LQ03X003970 Ring finger containing protein, putative 5.807589705 L4_control_B2 +LQ03X003970 Ring finger containing protein, putative 6.014873398 L4_control_B3 +LQ03X003970 Ring finger containing protein, putative 6.360757157 L4_control_C2 +LQ03X003970 Ring finger containing protein, putative 6.238589461 L4_control_C3 +LQ03X003970 Ring finger containing protein, putative 5.433098413 L4_chemical_A1 +LQ03X003970 Ring finger containing protein, putative 5.679407618 L4_chemical_A2 +LQ03X003970 Ring finger containing protein, putative 5.277876432 L4_chemical_A3 +LQ03X003970 Ring finger containing protein, putative 6.011241049 L4_chemical_B1 +LQ03X003970 Ring finger containing protein, putative 6.522449645 L4_chemical_B2 +LQ03X003970 Ring finger containing protein, putative 6.382174148 L4_chemical_B3 +LQ03X003970 Ring finger containing protein, putative 5.734422847 L4_chemical_C2 +LQ03X003970 Ring finger containing protein, putative 6.160164856 L4_chemical_C3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.175817461 C6_control_A1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.15516184 C6_control_A3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.32523623 C6_control_B1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.294550411 C6_control_B2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.215601269 C6_control_B3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.120751445 C6_control_C1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.390238546 C6_control_C2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.14418303 C6_control_C3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.142324944 C6_chemical_A1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 4.907824803 C6_chemical_A3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.696959542 C6_chemical_B1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.353190348 C6_chemical_B2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.395242145 C6_chemical_B3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.324377486 C6_chemical_C1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.102446791 C6_chemical_C2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.222863873 C6_chemical_C3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.193927673 L4_control_A1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.461666159 L4_control_A2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.130357194 L4_control_A3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 4.946934478 L4_control_B1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.283748542 L4_control_B2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.379882645 L4_control_B3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 4.911729821 L4_control_C2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.043277519 L4_control_C3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.08173914 L4_chemical_A1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.426466628 L4_chemical_A2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 4.686930816 L4_chemical_A3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.483025558 L4_chemical_B1 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.482898967 L4_chemical_B2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.071585364 L4_chemical_B3 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.382523495 L4_chemical_C2 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.37614534 L4_chemical_C3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.45734538 C6_control_A1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.76917063 C6_control_A3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.33385239 C6_control_B1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.61020007 C6_control_B2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.07585703 C6_control_B3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 12.93752501 C6_control_C1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.05500268 C6_control_C2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.83047974 C6_control_C3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.10896816 C6_chemical_A1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.59151866 C6_chemical_A3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.48930845 C6_chemical_B1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.35435525 C6_chemical_B2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.47245027 C6_chemical_B3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 12.81257703 C6_chemical_C1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.60895771 C6_chemical_C2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.16429323 C6_chemical_C3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.31135085 L4_control_A1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.96866158 L4_control_A2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.26039849 L4_control_A3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.12014355 L4_control_B1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.50046692 L4_control_B2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.01030895 L4_control_B3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.33378448 L4_control_C2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.53172702 L4_control_C3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.62371705 L4_chemical_A1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.20808194 L4_chemical_A2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.68081513 L4_chemical_A3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.52617306 L4_chemical_B1 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.85611584 L4_chemical_B2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 13.41359813 L4_chemical_B3 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.49318746 L4_chemical_C2 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.81022264 L4_chemical_C3 +LQ03X004300 Putative uncharacterized protein 6.220195874 C6_control_A1 +LQ03X004300 Putative uncharacterized protein 6.115309856 C6_control_A3 +LQ03X004300 Putative uncharacterized protein 7.118226911 C6_control_B1 +LQ03X004300 Putative uncharacterized protein 5.626498381 C6_control_B2 +LQ03X004300 Putative uncharacterized protein 7.064938881 C6_control_B3 +LQ03X004300 Putative uncharacterized protein 5.445948371 C6_control_C1 +LQ03X004300 Putative uncharacterized protein 5.931068131 C6_control_C2 +LQ03X004300 Putative uncharacterized protein 5.556094122 C6_control_C3 +LQ03X004300 Putative uncharacterized protein 6.456948949 C6_chemical_A1 +LQ03X004300 Putative uncharacterized protein 5.94181592 C6_chemical_A3 +LQ03X004300 Putative uncharacterized protein 7.279314404 C6_chemical_B1 +LQ03X004300 Putative uncharacterized protein 6.107353792 C6_chemical_B2 +LQ03X004300 Putative uncharacterized protein 6.902438053 C6_chemical_B3 +LQ03X004300 Putative uncharacterized protein 5.508428566 C6_chemical_C1 +LQ03X004300 Putative uncharacterized protein 5.99419697 C6_chemical_C2 +LQ03X004300 Putative uncharacterized protein 5.315585886 C6_chemical_C3 +LQ03X004300 Putative uncharacterized protein 6.095273141 L4_control_A1 +LQ03X004300 Putative uncharacterized protein 6.336140348 L4_control_A2 +LQ03X004300 Putative uncharacterized protein 6.711932065 L4_control_A3 +LQ03X004300 Putative uncharacterized protein 6.654650822 L4_control_B1 +LQ03X004300 Putative uncharacterized protein 7.642140406 L4_control_B2 +LQ03X004300 Putative uncharacterized protein 6.553706294 L4_control_B3 +LQ03X004300 Putative uncharacterized protein 6.406801655 L4_control_C2 +LQ03X004300 Putative uncharacterized protein 6.189117109 L4_control_C3 +LQ03X004300 Putative uncharacterized protein 6.1396335 L4_chemical_A1 +LQ03X004300 Putative uncharacterized protein 6.623437994 L4_chemical_A2 +LQ03X004300 Putative uncharacterized protein 6.506828588 L4_chemical_A3 +LQ03X004300 Putative uncharacterized protein 6.437091805 L4_chemical_B1 +LQ03X004300 Putative uncharacterized protein 7.032173697 L4_chemical_B2 +LQ03X004300 Putative uncharacterized protein 6.614431187 L4_chemical_B3 +LQ03X004300 Putative uncharacterized protein 6.101635504 L4_chemical_C2 +LQ03X004300 Putative uncharacterized protein 5.973381001 L4_chemical_C3 +LQ03X004330 Predicted protein 7.049959609 C6_control_A1 +LQ03X004330 Predicted protein 6.004987092 C6_control_A3 +LQ03X004330 Predicted protein 7.096515707 C6_control_B1 +LQ03X004330 Predicted protein 6.551491271 C6_control_B2 +LQ03X004330 Predicted protein 6.168145451 C6_control_B3 +LQ03X004330 Predicted protein 8.405708082 C6_control_C1 +LQ03X004330 Predicted protein 8.395703122 C6_control_C2 +LQ03X004330 Predicted protein 8.001234027 C6_control_C3 +LQ03X004330 Predicted protein 7.226446327 C6_chemical_A1 +LQ03X004330 Predicted protein 7.251147206 C6_chemical_A3 +LQ03X004330 Predicted protein 6.688342168 C6_chemical_B1 +LQ03X004330 Predicted protein 7.432038393 C6_chemical_B2 +LQ03X004330 Predicted protein 5.782990624 C6_chemical_B3 +LQ03X004330 Predicted protein 8.193252746 C6_chemical_C1 +LQ03X004330 Predicted protein 8.720059445 C6_chemical_C2 +LQ03X004330 Predicted protein 6.343821633 C6_chemical_C3 +LQ03X004330 Predicted protein 7.28366032 L4_control_A1 +LQ03X004330 Predicted protein 7.201865734 L4_control_A2 +LQ03X004330 Predicted protein 6.915227749 L4_control_A3 +LQ03X004330 Predicted protein 6.39312076 L4_control_B1 +LQ03X004330 Predicted protein 8.639567232 L4_control_B2 +LQ03X004330 Predicted protein 6.254742653 L4_control_B3 +LQ03X004330 Predicted protein 7.428477617 L4_control_C2 +LQ03X004330 Predicted protein 6.452222664 L4_control_C3 +LQ03X004330 Predicted protein 6.164256646 L4_chemical_A1 +LQ03X004330 Predicted protein 6.955498175 L4_chemical_A2 +LQ03X004330 Predicted protein 6.221065343 L4_chemical_A3 +LQ03X004330 Predicted protein 5.894386148 L4_chemical_B1 +LQ03X004330 Predicted protein 6.785275886 L4_chemical_B2 +LQ03X004330 Predicted protein 6.66205396 L4_chemical_B3 +LQ03X004330 Predicted protein 8.152780349 L4_chemical_C2 +LQ03X004330 Predicted protein 7.389789821 L4_chemical_C3 +LQ03X004520 Putative uncharacterized protein 5.254606248 C6_control_A1 +LQ03X004520 Putative uncharacterized protein 5.208657979 C6_control_A3 +LQ03X004520 Putative uncharacterized protein 5.248264485 C6_control_B1 +LQ03X004520 Putative uncharacterized protein 5.154242629 C6_control_B2 +LQ03X004520 Putative uncharacterized protein 4.919819639 C6_control_B3 +LQ03X004520 Putative uncharacterized protein 4.991852785 C6_control_C1 +LQ03X004520 Putative uncharacterized protein 5.267565069 C6_control_C2 +LQ03X004520 Putative uncharacterized protein 5.264817634 C6_control_C3 +LQ03X004520 Putative uncharacterized protein 5.242962323 C6_chemical_A1 +LQ03X004520 Putative uncharacterized protein 4.927971943 C6_chemical_A3 +LQ03X004520 Putative uncharacterized protein 5.112646843 C6_chemical_B1 +LQ03X004520 Putative uncharacterized protein 5.030027255 C6_chemical_B2 +LQ03X004520 Putative uncharacterized protein 5.036167059 C6_chemical_B3 +LQ03X004520 Putative uncharacterized protein 5.048896631 C6_chemical_C1 +LQ03X004520 Putative uncharacterized protein 5.071656119 C6_chemical_C2 +LQ03X004520 Putative uncharacterized protein 5.280588662 C6_chemical_C3 +LQ03X004520 Putative uncharacterized protein 5.091083767 L4_control_A1 +LQ03X004520 Putative uncharacterized protein 4.768688021 L4_control_A2 +LQ03X004520 Putative uncharacterized protein 5.392754456 L4_control_A3 +LQ03X004520 Putative uncharacterized protein 5.028826508 L4_control_B1 +LQ03X004520 Putative uncharacterized protein 5.098634418 L4_control_B2 +LQ03X004520 Putative uncharacterized protein 5.564899431 L4_control_B3 +LQ03X004520 Putative uncharacterized protein 5.805474492 L4_control_C2 +LQ03X004520 Putative uncharacterized protein 5.266717073 L4_control_C3 +LQ03X004520 Putative uncharacterized protein 5.037210765 L4_chemical_A1 +LQ03X004520 Putative uncharacterized protein 5.467588776 L4_chemical_A2 +LQ03X004520 Putative uncharacterized protein 5.455450498 L4_chemical_A3 +LQ03X004520 Putative uncharacterized protein 4.909152754 L4_chemical_B1 +LQ03X004520 Putative uncharacterized protein 4.924218347 L4_chemical_B2 +LQ03X004520 Putative uncharacterized protein 5.644989192 L4_chemical_B3 +LQ03X004520 Putative uncharacterized protein 5.59149073 L4_chemical_C2 +LQ03X004520 Putative uncharacterized protein 5.346431766 L4_chemical_C3 +LQ03X004570 Hypothetical protein 4.707242315 C6_control_A1 +LQ03X004570 Hypothetical protein 4.811391892 C6_control_A3 +LQ03X004570 Hypothetical protein 4.880604944 C6_control_B1 +LQ03X004570 Hypothetical protein 4.806344787 C6_control_B2 +LQ03X004570 Hypothetical protein 4.936600701 C6_control_B3 +LQ03X004570 Hypothetical protein 4.970167937 C6_control_C1 +LQ03X004570 Hypothetical protein 4.791109076 C6_control_C2 +LQ03X004570 Hypothetical protein 5.046104355 C6_control_C3 +LQ03X004570 Hypothetical protein 4.917657095 C6_chemical_A1 +LQ03X004570 Hypothetical protein 4.815414683 C6_chemical_A3 +LQ03X004570 Hypothetical protein 4.928810753 C6_chemical_B1 +LQ03X004570 Hypothetical protein 4.779640218 C6_chemical_B2 +LQ03X004570 Hypothetical protein 4.790148521 C6_chemical_B3 +LQ03X004570 Hypothetical protein 4.940543196 C6_chemical_C1 +LQ03X004570 Hypothetical protein 5.245823932 C6_chemical_C2 +LQ03X004570 Hypothetical protein 5.389818295 C6_chemical_C3 +LQ03X004570 Hypothetical protein 4.660742401 L4_control_A1 +LQ03X004570 Hypothetical protein 4.816697722 L4_control_A2 +LQ03X004570 Hypothetical protein 5.056877245 L4_control_A3 +LQ03X004570 Hypothetical protein 5.312202061 L4_control_B1 +LQ03X004570 Hypothetical protein 5.332788714 L4_control_B2 +LQ03X004570 Hypothetical protein 4.755235333 L4_control_B3 +LQ03X004570 Hypothetical protein 5.07113482 L4_control_C2 +LQ03X004570 Hypothetical protein 5.72896532 L4_control_C3 +LQ03X004570 Hypothetical protein 5.323243339 L4_chemical_A1 +LQ03X004570 Hypothetical protein 4.672023602 L4_chemical_A2 +LQ03X004570 Hypothetical protein 4.919980814 L4_chemical_A3 +LQ03X004570 Hypothetical protein 4.66621739 L4_chemical_B1 +LQ03X004570 Hypothetical protein 5.015014488 L4_chemical_B2 +LQ03X004570 Hypothetical protein 5.02837828 L4_chemical_B3 +LQ03X004570 Hypothetical protein 5.217050009 L4_chemical_C2 +LQ03X004570 Hypothetical protein 4.968732247 L4_chemical_C3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.253008184 C6_control_A1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.640699783 C6_control_A3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 6.018643955 C6_control_B1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.543893383 C6_control_B2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 6.516426695 C6_control_B3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.306686412 C6_control_C1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.325434069 C6_control_C2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.242516129 C6_control_C3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.48822187 C6_chemical_A1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 6.008920884 C6_chemical_A3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.896693987 C6_chemical_B1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.460584971 C6_chemical_B2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.945780838 C6_chemical_B3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.596513909 C6_chemical_C1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.65153314 C6_chemical_C2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.459935616 C6_chemical_C3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.277322934 L4_control_A1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.698559306 L4_control_A2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.441064044 L4_control_A3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.370120529 L4_control_B1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.4421561 L4_control_B2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.568567675 L4_control_B3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.672535022 L4_control_C2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.525631529 L4_control_C3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.035065345 L4_chemical_A1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.649079477 L4_chemical_A2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.449160822 L4_chemical_A3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.536906261 L4_chemical_B1 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.681148599 L4_chemical_B2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.564894797 L4_chemical_B3 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.999714045 L4_chemical_C2 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.524929357 L4_chemical_C3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.689150596 C6_control_A1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.613378185 C6_control_A3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.452017177 C6_control_B1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.84721445 C6_control_B2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.723819707 C6_control_B3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.787433925 C6_control_C1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.005548046 C6_control_C2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.914770131 C6_control_C3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.681778538 C6_chemical_A1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.70050454 C6_chemical_A3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.83482333 C6_chemical_B1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.908863437 C6_chemical_B2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.588424915 C6_chemical_B3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.974083362 C6_chemical_C1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.849405626 C6_chemical_C2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.829639465 C6_chemical_C3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.85840639 L4_control_A1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.919084969 L4_control_A2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.818222772 L4_control_A3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.192728162 L4_control_B1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.554415467 L4_control_B2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.549229552 L4_control_B3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.139134928 L4_control_C2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.300602874 L4_control_C3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.486094286 L4_chemical_A1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.970976159 L4_chemical_A2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.608938247 L4_chemical_A3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.162252884 L4_chemical_B1 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.860463689 L4_chemical_B2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.636257851 L4_chemical_B3 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 6.255824581 L4_chemical_C2 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.620136354 L4_chemical_C3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.39159806 C6_control_A1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.63822163 C6_control_A3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.29034701 C6_control_B1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.16900733 C6_control_B2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.18867759 C6_control_B3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.34891435 C6_control_C1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.29417906 C6_control_C2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.21074268 C6_control_C3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.59858719 C6_chemical_A1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.54345855 C6_chemical_A3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.57075854 C6_chemical_B1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.53220247 C6_chemical_B2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.31854593 C6_chemical_B3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.43573202 C6_chemical_C1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.49127407 C6_chemical_C2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.28858054 C6_chemical_C3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.67599456 L4_control_A1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.77828604 L4_control_A2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.84585814 L4_control_A3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.30968861 L4_control_B1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 13.36615321 L4_control_B2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 11.60690912 L4_control_B3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 13.02401226 L4_control_C2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.51295491 L4_control_C3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.76944374 L4_chemical_A1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.88832229 L4_chemical_A2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.64548003 L4_chemical_A3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.74023842 L4_chemical_B1 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 13.56637771 L4_chemical_B2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.29271614 L4_chemical_B3 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 13.22869187 L4_chemical_C2 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.41875451 L4_chemical_C3 +LQ03X004770 Cyclin-dependent kinase D-1 5.049267304 C6_control_A1 +LQ03X004770 Cyclin-dependent kinase D-1 4.899272267 C6_control_A3 +LQ03X004770 Cyclin-dependent kinase D-1 5.414555895 C6_control_B1 +LQ03X004770 Cyclin-dependent kinase D-1 5.204034977 C6_control_B2 +LQ03X004770 Cyclin-dependent kinase D-1 5.217757972 C6_control_B3 +LQ03X004770 Cyclin-dependent kinase D-1 5.352583098 C6_control_C1 +LQ03X004770 Cyclin-dependent kinase D-1 5.083187554 C6_control_C2 +LQ03X004770 Cyclin-dependent kinase D-1 5.318697569 C6_control_C3 +LQ03X004770 Cyclin-dependent kinase D-1 5.178190368 C6_chemical_A1 +LQ03X004770 Cyclin-dependent kinase D-1 5.319988052 C6_chemical_A3 +LQ03X004770 Cyclin-dependent kinase D-1 5.363433178 C6_chemical_B1 +LQ03X004770 Cyclin-dependent kinase D-1 5.011124812 C6_chemical_B2 +LQ03X004770 Cyclin-dependent kinase D-1 4.884724726 C6_chemical_B3 +LQ03X004770 Cyclin-dependent kinase D-1 5.576668348 C6_chemical_C1 +LQ03X004770 Cyclin-dependent kinase D-1 5.285101549 C6_chemical_C2 +LQ03X004770 Cyclin-dependent kinase D-1 5.331783532 C6_chemical_C3 +LQ03X004770 Cyclin-dependent kinase D-1 5.14386116 L4_control_A1 +LQ03X004770 Cyclin-dependent kinase D-1 5.181358866 L4_control_A2 +LQ03X004770 Cyclin-dependent kinase D-1 5.138816454 L4_control_A3 +LQ03X004770 Cyclin-dependent kinase D-1 5.535600535 L4_control_B1 +LQ03X004770 Cyclin-dependent kinase D-1 5.021456887 L4_control_B2 +LQ03X004770 Cyclin-dependent kinase D-1 4.956960111 L4_control_B3 +LQ03X004770 Cyclin-dependent kinase D-1 5.05750495 L4_control_C2 +LQ03X004770 Cyclin-dependent kinase D-1 5.754076116 L4_control_C3 +LQ03X004770 Cyclin-dependent kinase D-1 4.98691082 L4_chemical_A1 +LQ03X004770 Cyclin-dependent kinase D-1 5.14998256 L4_chemical_A2 +LQ03X004770 Cyclin-dependent kinase D-1 4.991161775 L4_chemical_A3 +LQ03X004770 Cyclin-dependent kinase D-1 5.860132242 L4_chemical_B1 +LQ03X004770 Cyclin-dependent kinase D-1 5.617909576 L4_chemical_B2 +LQ03X004770 Cyclin-dependent kinase D-1 4.981997297 L4_chemical_B3 +LQ03X004770 Cyclin-dependent kinase D-1 5.266010142 L4_chemical_C2 +LQ03X004770 Cyclin-dependent kinase D-1 6.209855398 L4_chemical_C3 +LQ03X004780 Putative Probable glutathione S-transferase 5.715917639 C6_control_A1 +LQ03X004780 Putative Probable glutathione S-transferase 5.490390607 C6_control_A3 +LQ03X004780 Putative Probable glutathione S-transferase 5.937340116 C6_control_B1 +LQ03X004780 Putative Probable glutathione S-transferase 5.758586475 C6_control_B2 +LQ03X004780 Putative Probable glutathione S-transferase 5.914066115 C6_control_B3 +LQ03X004780 Putative Probable glutathione S-transferase 6.01725505 C6_control_C1 +LQ03X004780 Putative Probable glutathione S-transferase 5.65333942 C6_control_C2 +LQ03X004780 Putative Probable glutathione S-transferase 5.816822858 C6_control_C3 +LQ03X004780 Putative Probable glutathione S-transferase 5.837964748 C6_chemical_A1 +LQ03X004780 Putative Probable glutathione S-transferase 6.306941974 C6_chemical_A3 +LQ03X004780 Putative Probable glutathione S-transferase 5.782667242 C6_chemical_B1 +LQ03X004780 Putative Probable glutathione S-transferase 5.754867367 C6_chemical_B2 +LQ03X004780 Putative Probable glutathione S-transferase 5.483665722 C6_chemical_B3 +LQ03X004780 Putative Probable glutathione S-transferase 6.589321042 C6_chemical_C1 +LQ03X004780 Putative Probable glutathione S-transferase 5.895364925 C6_chemical_C2 +LQ03X004780 Putative Probable glutathione S-transferase 5.916654812 C6_chemical_C3 +LQ03X004780 Putative Probable glutathione S-transferase 6.538296057 L4_control_A1 +LQ03X004780 Putative Probable glutathione S-transferase 6.047238861 L4_control_A2 +LQ03X004780 Putative Probable glutathione S-transferase 6.230294468 L4_control_A3 +LQ03X004780 Putative Probable glutathione S-transferase 5.946597014 L4_control_B1 +LQ03X004780 Putative Probable glutathione S-transferase 6.248131785 L4_control_B2 +LQ03X004780 Putative Probable glutathione S-transferase 6.03320148 L4_control_B3 +LQ03X004780 Putative Probable glutathione S-transferase 6.453839116 L4_control_C2 +LQ03X004780 Putative Probable glutathione S-transferase 6.238649219 L4_control_C3 +LQ03X004780 Putative Probable glutathione S-transferase 6.673678502 L4_chemical_A1 +LQ03X004780 Putative Probable glutathione S-transferase 6.667715459 L4_chemical_A2 +LQ03X004780 Putative Probable glutathione S-transferase 7.001857667 L4_chemical_A3 +LQ03X004780 Putative Probable glutathione S-transferase 6.037104487 L4_chemical_B1 +LQ03X004780 Putative Probable glutathione S-transferase 6.399163216 L4_chemical_B2 +LQ03X004780 Putative Probable glutathione S-transferase 5.913339961 L4_chemical_B3 +LQ03X004780 Putative Probable glutathione S-transferase 6.288894758 L4_chemical_C2 +LQ03X004780 Putative Probable glutathione S-transferase 7.536968542 L4_chemical_C3 +LQ03X004790 Predicted protein 11.85806919 C6_control_A1 +LQ03X004790 Predicted protein 11.08303622 C6_control_A3 +LQ03X004790 Predicted protein 12.18212575 C6_control_B1 +LQ03X004790 Predicted protein 12.33084388 C6_control_B2 +LQ03X004790 Predicted protein 11.42521144 C6_control_B3 +LQ03X004790 Predicted protein 12.8775015 C6_control_C1 +LQ03X004790 Predicted protein 12.66664295 C6_control_C2 +LQ03X004790 Predicted protein 12.14892758 C6_control_C3 +LQ03X004790 Predicted protein 12.18416847 C6_chemical_A1 +LQ03X004790 Predicted protein 11.55138636 C6_chemical_A3 +LQ03X004790 Predicted protein 12.44417857 C6_chemical_B1 +LQ03X004790 Predicted protein 12.47016357 C6_chemical_B2 +LQ03X004790 Predicted protein 11.6400631 C6_chemical_B3 +LQ03X004790 Predicted protein 12.65665414 C6_chemical_C1 +LQ03X004790 Predicted protein 12.82046398 C6_chemical_C2 +LQ03X004790 Predicted protein 11.93109099 C6_chemical_C3 +LQ03X004790 Predicted protein 10.98992365 L4_control_A1 +LQ03X004790 Predicted protein 11.84459239 L4_control_A2 +LQ03X004790 Predicted protein 11.82199653 L4_control_A3 +LQ03X004790 Predicted protein 11.98643946 L4_control_B1 +LQ03X004790 Predicted protein 12.19846643 L4_control_B2 +LQ03X004790 Predicted protein 11.8448752 L4_control_B3 +LQ03X004790 Predicted protein 13.1955732 L4_control_C2 +LQ03X004790 Predicted protein 12.40406676 L4_control_C3 +LQ03X004790 Predicted protein 11.19290862 L4_chemical_A1 +LQ03X004790 Predicted protein 12.05324857 L4_chemical_A2 +LQ03X004790 Predicted protein 11.43336269 L4_chemical_A3 +LQ03X004790 Predicted protein 12.17818305 L4_chemical_B1 +LQ03X004790 Predicted protein 12.18144044 L4_chemical_B2 +LQ03X004790 Predicted protein 11.53765803 L4_chemical_B3 +LQ03X004790 Predicted protein 13.18057787 L4_chemical_C2 +LQ03X004790 Predicted protein 12.67566343 L4_chemical_C3 +LQ03X004820 Predicted protein 5.103384217 C6_control_A1 +LQ03X004820 Predicted protein 4.804500608 C6_control_A3 +LQ03X004820 Predicted protein 4.592646948 C6_control_B1 +LQ03X004820 Predicted protein 4.763291585 C6_control_B2 +LQ03X004820 Predicted protein 4.761784098 C6_control_B3 +LQ03X004820 Predicted protein 5.128334205 C6_control_C1 +LQ03X004820 Predicted protein 4.848718057 C6_control_C2 +LQ03X004820 Predicted protein 4.539880141 C6_control_C3 +LQ03X004820 Predicted protein 4.950930273 C6_chemical_A1 +LQ03X004820 Predicted protein 5.126759031 C6_chemical_A3 +LQ03X004820 Predicted protein 5.005068673 C6_chemical_B1 +LQ03X004820 Predicted protein 4.98614901 C6_chemical_B2 +LQ03X004820 Predicted protein 4.742008067 C6_chemical_B3 +LQ03X004820 Predicted protein 4.948753337 C6_chemical_C1 +LQ03X004820 Predicted protein 4.758168353 C6_chemical_C2 +LQ03X004820 Predicted protein 4.890550022 C6_chemical_C3 +LQ03X004820 Predicted protein 4.636962234 L4_control_A1 +LQ03X004820 Predicted protein 4.592660125 L4_control_A2 +LQ03X004820 Predicted protein 4.76234746 L4_control_A3 +LQ03X004820 Predicted protein 5.048965564 L4_control_B1 +LQ03X004820 Predicted protein 4.826758914 L4_control_B2 +LQ03X004820 Predicted protein 4.7222053 L4_control_B3 +LQ03X004820 Predicted protein 5.643403882 L4_control_C2 +LQ03X004820 Predicted protein 4.903087369 L4_control_C3 +LQ03X004820 Predicted protein 4.725140685 L4_chemical_A1 +LQ03X004820 Predicted protein 4.65124496 L4_chemical_A2 +LQ03X004820 Predicted protein 4.943908288 L4_chemical_A3 +LQ03X004820 Predicted protein 5.130456145 L4_chemical_B1 +LQ03X004820 Predicted protein 5.176552452 L4_chemical_B2 +LQ03X004820 Predicted protein 4.621137655 L4_chemical_B3 +LQ03X004820 Predicted protein 5.207271275 L4_chemical_C2 +LQ03X004820 Predicted protein 4.973492218 L4_chemical_C3 +LQ03X004830 Beta-glucosidase 44 12.40355775 C6_control_A1 +LQ03X004830 Beta-glucosidase 44 13.07866162 C6_control_A3 +LQ03X004830 Beta-glucosidase 44 10.84408821 C6_control_B1 +LQ03X004830 Beta-glucosidase 44 10.6521171 C6_control_B2 +LQ03X004830 Beta-glucosidase 44 10.19180002 C6_control_B3 +LQ03X004830 Beta-glucosidase 44 7.97411694 C6_control_C1 +LQ03X004830 Beta-glucosidase 44 9.236740053 C6_control_C2 +LQ03X004830 Beta-glucosidase 44 8.79395307 C6_control_C3 +LQ03X004830 Beta-glucosidase 44 12.23784576 C6_chemical_A1 +LQ03X004830 Beta-glucosidase 44 13.81127583 C6_chemical_A3 +LQ03X004830 Beta-glucosidase 44 10.63348103 C6_chemical_B1 +LQ03X004830 Beta-glucosidase 44 10.82608865 C6_chemical_B2 +LQ03X004830 Beta-glucosidase 44 10.23833168 C6_chemical_B3 +LQ03X004830 Beta-glucosidase 44 8.03303166 C6_chemical_C1 +LQ03X004830 Beta-glucosidase 44 8.334680505 C6_chemical_C2 +LQ03X004830 Beta-glucosidase 44 9.195639565 C6_chemical_C3 +LQ03X004830 Beta-glucosidase 44 13.21128303 L4_control_A1 +LQ03X004830 Beta-glucosidase 44 12.83916552 L4_control_A2 +LQ03X004830 Beta-glucosidase 44 13.66806432 L4_control_A3 +LQ03X004830 Beta-glucosidase 44 11.21369325 L4_control_B1 +LQ03X004830 Beta-glucosidase 44 12.34585332 L4_control_B2 +LQ03X004830 Beta-glucosidase 44 11.74818741 L4_control_B3 +LQ03X004830 Beta-glucosidase 44 9.512904106 L4_control_C2 +LQ03X004830 Beta-glucosidase 44 11.17527418 L4_control_C3 +LQ03X004830 Beta-glucosidase 44 14.87538487 L4_chemical_A1 +LQ03X004830 Beta-glucosidase 44 14.2960164 L4_chemical_A2 +LQ03X004830 Beta-glucosidase 44 14.35308955 L4_chemical_A3 +LQ03X004830 Beta-glucosidase 44 12.42853789 L4_chemical_B1 +LQ03X004830 Beta-glucosidase 44 12.41314601 L4_chemical_B2 +LQ03X004830 Beta-glucosidase 44 12.7567689 L4_chemical_B3 +LQ03X004830 Beta-glucosidase 44 10.29226425 L4_chemical_C2 +LQ03X004830 Beta-glucosidase 44 11.9128662 L4_chemical_C3 +LQ03X004890 Hypothetical protein 5.121754114 C6_control_A1 +LQ03X004890 Hypothetical protein 4.755327802 C6_control_A3 +LQ03X004890 Hypothetical protein 4.974212761 C6_control_B1 +LQ03X004890 Hypothetical protein 5.073194718 C6_control_B2 +LQ03X004890 Hypothetical protein 5.209990467 C6_control_B3 +LQ03X004890 Hypothetical protein 5.07344638 C6_control_C1 +LQ03X004890 Hypothetical protein 5.100679644 C6_control_C2 +LQ03X004890 Hypothetical protein 5.191403145 C6_control_C3 +LQ03X004890 Hypothetical protein 4.923964001 C6_chemical_A1 +LQ03X004890 Hypothetical protein 4.655903441 C6_chemical_A3 +LQ03X004890 Hypothetical protein 5.340911571 C6_chemical_B1 +LQ03X004890 Hypothetical protein 5.258913785 C6_chemical_B2 +LQ03X004890 Hypothetical protein 5.336712629 C6_chemical_B3 +LQ03X004890 Hypothetical protein 5.212155811 C6_chemical_C1 +LQ03X004890 Hypothetical protein 5.042236478 C6_chemical_C2 +LQ03X004890 Hypothetical protein 5.421435961 C6_chemical_C3 +LQ03X004890 Hypothetical protein 4.80333674 L4_control_A1 +LQ03X004890 Hypothetical protein 4.906098973 L4_control_A2 +LQ03X004890 Hypothetical protein 5.077785502 L4_control_A3 +LQ03X004890 Hypothetical protein 4.854224316 L4_control_B1 +LQ03X004890 Hypothetical protein 5.109345209 L4_control_B2 +LQ03X004890 Hypothetical protein 4.997350891 L4_control_B3 +LQ03X004890 Hypothetical protein 5.095466999 L4_control_C2 +LQ03X004890 Hypothetical protein 5.442863249 L4_control_C3 +LQ03X004890 Hypothetical protein 4.925002613 L4_chemical_A1 +LQ03X004890 Hypothetical protein 4.95678962 L4_chemical_A2 +LQ03X004890 Hypothetical protein 5.405697352 L4_chemical_A3 +LQ03X004890 Hypothetical protein 4.823643656 L4_chemical_B1 +LQ03X004890 Hypothetical protein 5.108913365 L4_chemical_B2 +LQ03X004890 Hypothetical protein 5.031200731 L4_chemical_B3 +LQ03X004890 Hypothetical protein 4.828427051 L4_chemical_C2 +LQ03X004890 Hypothetical protein 5.497270072 L4_chemical_C3 +LQ03X005160 Hypothetical protein 4.617685051 C6_control_A1 +LQ03X005160 Hypothetical protein 4.471190628 C6_control_A3 +LQ03X005160 Hypothetical protein 4.960292671 C6_control_B1 +LQ03X005160 Hypothetical protein 5.404629225 C6_control_B2 +LQ03X005160 Hypothetical protein 4.804400358 C6_control_B3 +LQ03X005160 Hypothetical protein 5.965191241 C6_control_C1 +LQ03X005160 Hypothetical protein 4.460018093 C6_control_C2 +LQ03X005160 Hypothetical protein 4.592781647 C6_control_C3 +LQ03X005160 Hypothetical protein 4.649215081 C6_chemical_A1 +LQ03X005160 Hypothetical protein 4.426400257 C6_chemical_A3 +LQ03X005160 Hypothetical protein 5.555840396 C6_chemical_B1 +LQ03X005160 Hypothetical protein 4.918546627 C6_chemical_B2 +LQ03X005160 Hypothetical protein 5.239527073 C6_chemical_B3 +LQ03X005160 Hypothetical protein 5.077787532 C6_chemical_C1 +LQ03X005160 Hypothetical protein 4.951267349 C6_chemical_C2 +LQ03X005160 Hypothetical protein 4.722376565 C6_chemical_C3 +LQ03X005160 Hypothetical protein 5.476664213 L4_control_A1 +LQ03X005160 Hypothetical protein 4.797506547 L4_control_A2 +LQ03X005160 Hypothetical protein 5.026942182 L4_control_A3 +LQ03X005160 Hypothetical protein 5.667265 L4_control_B1 +LQ03X005160 Hypothetical protein 4.951508457 L4_control_B2 +LQ03X005160 Hypothetical protein 5.161043967 L4_control_B3 +LQ03X005160 Hypothetical protein 5.483954093 L4_control_C2 +LQ03X005160 Hypothetical protein 5.361285046 L4_control_C3 +LQ03X005160 Hypothetical protein 4.723414525 L4_chemical_A1 +LQ03X005160 Hypothetical protein 4.501169276 L4_chemical_A2 +LQ03X005160 Hypothetical protein 4.645704618 L4_chemical_A3 +LQ03X005160 Hypothetical protein 5.332337477 L4_chemical_B1 +LQ03X005160 Hypothetical protein 4.57050154 L4_chemical_B2 +LQ03X005160 Hypothetical protein 5.243286029 L4_chemical_B3 +LQ03X005160 Hypothetical protein 7.194671823 L4_chemical_C2 +LQ03X005160 Hypothetical protein 4.941640412 L4_chemical_C3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.53041799 C6_control_A1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.57634623 C6_control_A3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.63155782 C6_control_B1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.03309772 C6_control_B2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.21363476 C6_control_B3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.70072451 C6_control_C1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.68040774 C6_control_C2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.52056558 C6_control_C3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.56157038 C6_chemical_A1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.18747906 C6_chemical_A3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.56318871 C6_chemical_B1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.10090717 C6_chemical_B2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.30588568 C6_chemical_B3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.76820926 C6_chemical_C1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.48840326 C6_chemical_C2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.50556605 C6_chemical_C3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.02538039 L4_control_A1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.08913996 L4_control_A2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.97150427 L4_control_A3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.03918835 L4_control_B1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.50889115 L4_control_B2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.52804403 L4_control_B3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.75065402 L4_control_C2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.1935305 L4_control_C3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.47979519 L4_chemical_A1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.16827207 L4_chemical_A2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.91514797 L4_chemical_A3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.47179196 L4_chemical_B1 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.81471823 L4_chemical_B2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.61021891 L4_chemical_B3 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.92362436 L4_chemical_C2 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.87997081 L4_chemical_C3 +LQ03X005260 Mitogen-activated protein kinase 9 9.791382 C6_control_A1 +LQ03X005260 Mitogen-activated protein kinase 9 10.69710725 C6_control_A3 +LQ03X005260 Mitogen-activated protein kinase 9 10.26748468 C6_control_B1 +LQ03X005260 Mitogen-activated protein kinase 9 9.681892078 C6_control_B2 +LQ03X005260 Mitogen-activated protein kinase 9 10.24928732 C6_control_B3 +LQ03X005260 Mitogen-activated protein kinase 9 9.837203722 C6_control_C1 +LQ03X005260 Mitogen-activated protein kinase 9 10.47539215 C6_control_C2 +LQ03X005260 Mitogen-activated protein kinase 9 9.549131805 C6_control_C3 +LQ03X005260 Mitogen-activated protein kinase 9 10.24388252 C6_chemical_A1 +LQ03X005260 Mitogen-activated protein kinase 9 8.895930275 C6_chemical_A3 +LQ03X005260 Mitogen-activated protein kinase 9 11.12057448 C6_chemical_B1 +LQ03X005260 Mitogen-activated protein kinase 9 10.31943232 C6_chemical_B2 +LQ03X005260 Mitogen-activated protein kinase 9 10.33147738 C6_chemical_B3 +LQ03X005260 Mitogen-activated protein kinase 9 11.06772596 C6_chemical_C1 +LQ03X005260 Mitogen-activated protein kinase 9 10.95911067 C6_chemical_C2 +LQ03X005260 Mitogen-activated protein kinase 9 10.14976216 C6_chemical_C3 +LQ03X005260 Mitogen-activated protein kinase 9 11.0247931 L4_control_A1 +LQ03X005260 Mitogen-activated protein kinase 9 11.35467024 L4_control_A2 +LQ03X005260 Mitogen-activated protein kinase 9 10.85858472 L4_control_A3 +LQ03X005260 Mitogen-activated protein kinase 9 10.01384964 L4_control_B1 +LQ03X005260 Mitogen-activated protein kinase 9 10.10453887 L4_control_B2 +LQ03X005260 Mitogen-activated protein kinase 9 10.20204224 L4_control_B3 +LQ03X005260 Mitogen-activated protein kinase 9 10.97047217 L4_control_C2 +LQ03X005260 Mitogen-activated protein kinase 9 9.968173643 L4_control_C3 +LQ03X005260 Mitogen-activated protein kinase 9 8.845895727 L4_chemical_A1 +LQ03X005260 Mitogen-activated protein kinase 9 11.06160745 L4_chemical_A2 +LQ03X005260 Mitogen-activated protein kinase 9 10.82234572 L4_chemical_A3 +LQ03X005260 Mitogen-activated protein kinase 9 11.64698746 L4_chemical_B1 +LQ03X005260 Mitogen-activated protein kinase 9 11.4805403 L4_chemical_B2 +LQ03X005260 Mitogen-activated protein kinase 9 10.71117907 L4_chemical_B3 +LQ03X005260 Mitogen-activated protein kinase 9 10.91971129 L4_chemical_C2 +LQ03X005260 Mitogen-activated protein kinase 9 10.32292517 L4_chemical_C3 +LQ03X005270 V-type proton ATPase subunit B 1 12.24384872 C6_control_A1 +LQ03X005270 V-type proton ATPase subunit B 1 11.87105775 C6_control_A3 +LQ03X005270 V-type proton ATPase subunit B 1 11.88766552 C6_control_B1 +LQ03X005270 V-type proton ATPase subunit B 1 12.6446726 C6_control_B2 +LQ03X005270 V-type proton ATPase subunit B 1 12.31618257 C6_control_B3 +LQ03X005270 V-type proton ATPase subunit B 1 11.88285116 C6_control_C1 +LQ03X005270 V-type proton ATPase subunit B 1 11.90677045 C6_control_C2 +LQ03X005270 V-type proton ATPase subunit B 1 11.640321 C6_control_C3 +LQ03X005270 V-type proton ATPase subunit B 1 12.45448576 C6_chemical_A1 +LQ03X005270 V-type proton ATPase subunit B 1 11.84005428 C6_chemical_A3 +LQ03X005270 V-type proton ATPase subunit B 1 11.9401995 C6_chemical_B1 +LQ03X005270 V-type proton ATPase subunit B 1 12.58114173 C6_chemical_B2 +LQ03X005270 V-type proton ATPase subunit B 1 12.15234046 C6_chemical_B3 +LQ03X005270 V-type proton ATPase subunit B 1 12.01438093 C6_chemical_C1 +LQ03X005270 V-type proton ATPase subunit B 1 11.77368316 C6_chemical_C2 +LQ03X005270 V-type proton ATPase subunit B 1 11.62751035 C6_chemical_C3 +LQ03X005270 V-type proton ATPase subunit B 1 12.33203272 L4_control_A1 +LQ03X005270 V-type proton ATPase subunit B 1 12.33887969 L4_control_A2 +LQ03X005270 V-type proton ATPase subunit B 1 12.31415223 L4_control_A3 +LQ03X005270 V-type proton ATPase subunit B 1 11.41162252 L4_control_B1 +LQ03X005270 V-type proton ATPase subunit B 1 12.11194476 L4_control_B2 +LQ03X005270 V-type proton ATPase subunit B 1 12.14031722 L4_control_B3 +LQ03X005270 V-type proton ATPase subunit B 1 10.7043261 L4_control_C2 +LQ03X005270 V-type proton ATPase subunit B 1 11.251445 L4_control_C3 +LQ03X005270 V-type proton ATPase subunit B 1 12.22058512 L4_chemical_A1 +LQ03X005270 V-type proton ATPase subunit B 1 12.22566595 L4_chemical_A2 +LQ03X005270 V-type proton ATPase subunit B 1 12.2633512 L4_chemical_A3 +LQ03X005270 V-type proton ATPase subunit B 1 11.48672084 L4_chemical_B1 +LQ03X005270 V-type proton ATPase subunit B 1 11.61827776 L4_chemical_B2 +LQ03X005270 V-type proton ATPase subunit B 1 11.95754723 L4_chemical_B3 +LQ03X005270 V-type proton ATPase subunit B 1 11.06742076 L4_chemical_C2 +LQ03X005270 V-type proton ATPase subunit B 1 11.2827337 L4_chemical_C3 +LQ03X005280 Putative High mobility group family 5.662553778 C6_control_A1 +LQ03X005280 Putative High mobility group family 5.820108138 C6_control_A3 +LQ03X005280 Putative High mobility group family 5.29199835 C6_control_B1 +LQ03X005280 Putative High mobility group family 5.461121571 C6_control_B2 +LQ03X005280 Putative High mobility group family 5.534830857 C6_control_B3 +LQ03X005280 Putative High mobility group family 5.584517089 C6_control_C1 +LQ03X005280 Putative High mobility group family 5.865652076 C6_control_C2 +LQ03X005280 Putative High mobility group family 5.584236153 C6_control_C3 +LQ03X005280 Putative High mobility group family 5.648715176 C6_chemical_A1 +LQ03X005280 Putative High mobility group family 5.401803926 C6_chemical_A3 +LQ03X005280 Putative High mobility group family 5.058773671 C6_chemical_B1 +LQ03X005280 Putative High mobility group family 5.312845497 C6_chemical_B2 +LQ03X005280 Putative High mobility group family 5.109117771 C6_chemical_B3 +LQ03X005280 Putative High mobility group family 5.314856611 C6_chemical_C1 +LQ03X005280 Putative High mobility group family 5.335798848 C6_chemical_C2 +LQ03X005280 Putative High mobility group family 5.510560389 C6_chemical_C3 +LQ03X005280 Putative High mobility group family 5.223818788 L4_control_A1 +LQ03X005280 Putative High mobility group family 5.602820514 L4_control_A2 +LQ03X005280 Putative High mobility group family 6.310849595 L4_control_A3 +LQ03X005280 Putative High mobility group family 5.461397747 L4_control_B1 +LQ03X005280 Putative High mobility group family 5.282529475 L4_control_B2 +LQ03X005280 Putative High mobility group family 5.181438973 L4_control_B3 +LQ03X005280 Putative High mobility group family 5.439148887 L4_control_C2 +LQ03X005280 Putative High mobility group family 4.713028623 L4_control_C3 +LQ03X005280 Putative High mobility group family 5.622736386 L4_chemical_A1 +LQ03X005280 Putative High mobility group family 5.325959815 L4_chemical_A2 +LQ03X005280 Putative High mobility group family 6.440269573 L4_chemical_A3 +LQ03X005280 Putative High mobility group family 5.768544641 L4_chemical_B1 +LQ03X005280 Putative High mobility group family 5.403464347 L4_chemical_B2 +LQ03X005280 Putative High mobility group family 5.438165153 L4_chemical_B3 +LQ03X005280 Putative High mobility group family 5.752047028 L4_chemical_C2 +LQ03X005280 Putative High mobility group family 4.994951495 L4_chemical_C3 +LQ03X005300 Putative uncharacterized protein 5.199729244 C6_control_A1 +LQ03X005300 Putative uncharacterized protein 4.928097519 C6_control_A3 +LQ03X005300 Putative uncharacterized protein 5.139094517 C6_control_B1 +LQ03X005300 Putative uncharacterized protein 4.986506598 C6_control_B2 +LQ03X005300 Putative uncharacterized protein 5.195824076 C6_control_B3 +LQ03X005300 Putative uncharacterized protein 4.859014666 C6_control_C1 +LQ03X005300 Putative uncharacterized protein 5.122240125 C6_control_C2 +LQ03X005300 Putative uncharacterized protein 5.147945952 C6_control_C3 +LQ03X005300 Putative uncharacterized protein 5.189907907 C6_chemical_A1 +LQ03X005300 Putative uncharacterized protein 5.341928063 C6_chemical_A3 +LQ03X005300 Putative uncharacterized protein 4.826829548 C6_chemical_B1 +LQ03X005300 Putative uncharacterized protein 4.998927244 C6_chemical_B2 +LQ03X005300 Putative uncharacterized protein 5.485783558 C6_chemical_B3 +LQ03X005300 Putative uncharacterized protein 5.256810428 C6_chemical_C1 +LQ03X005300 Putative uncharacterized protein 4.897014519 C6_chemical_C2 +LQ03X005300 Putative uncharacterized protein 5.282268754 C6_chemical_C3 +LQ03X005300 Putative uncharacterized protein 5.204062258 L4_control_A1 +LQ03X005300 Putative uncharacterized protein 4.99157527 L4_control_A2 +LQ03X005300 Putative uncharacterized protein 5.535091976 L4_control_A3 +LQ03X005300 Putative uncharacterized protein 5.008597121 L4_control_B1 +LQ03X005300 Putative uncharacterized protein 5.020455627 L4_control_B2 +LQ03X005300 Putative uncharacterized protein 6.057252048 L4_control_B3 +LQ03X005300 Putative uncharacterized protein 4.957991964 L4_control_C2 +LQ03X005300 Putative uncharacterized protein 6.240963225 L4_control_C3 +LQ03X005300 Putative uncharacterized protein 4.831700945 L4_chemical_A1 +LQ03X005300 Putative uncharacterized protein 5.247932266 L4_chemical_A2 +LQ03X005300 Putative uncharacterized protein 5.306094095 L4_chemical_A3 +LQ03X005300 Putative uncharacterized protein 5.163487383 L4_chemical_B1 +LQ03X005300 Putative uncharacterized protein 5.09690312 L4_chemical_B2 +LQ03X005300 Putative uncharacterized protein 5.632147181 L4_chemical_B3 +LQ03X005300 Putative uncharacterized protein 6.024182778 L4_chemical_C2 +LQ03X005300 Putative uncharacterized protein 5.427626293 L4_chemical_C3 +LQ03X005310 Putative uncharacterized protein 13.95643837 C6_control_A1 +LQ03X005310 Putative uncharacterized protein 14.14936589 C6_control_A3 +LQ03X005310 Putative uncharacterized protein 14.36978893 C6_control_B1 +LQ03X005310 Putative uncharacterized protein 14.54863754 C6_control_B2 +LQ03X005310 Putative uncharacterized protein 14.87645029 C6_control_B3 +LQ03X005310 Putative uncharacterized protein 15.09905368 C6_control_C1 +LQ03X005310 Putative uncharacterized protein 14.91161356 C6_control_C2 +LQ03X005310 Putative uncharacterized protein 15.06919439 C6_control_C3 +LQ03X005310 Putative uncharacterized protein 14.20090278 C6_chemical_A1 +LQ03X005310 Putative uncharacterized protein 14.40506143 C6_chemical_A3 +LQ03X005310 Putative uncharacterized protein 14.70382561 C6_chemical_B1 +LQ03X005310 Putative uncharacterized protein 14.45499501 C6_chemical_B2 +LQ03X005310 Putative uncharacterized protein 14.6893837 C6_chemical_B3 +LQ03X005310 Putative uncharacterized protein 14.72424619 C6_chemical_C1 +LQ03X005310 Putative uncharacterized protein 14.91768412 C6_chemical_C2 +LQ03X005310 Putative uncharacterized protein 14.8434144 C6_chemical_C3 +LQ03X005310 Putative uncharacterized protein 14.13212445 L4_control_A1 +LQ03X005310 Putative uncharacterized protein 14.7199893 L4_control_A2 +LQ03X005310 Putative uncharacterized protein 14.77481223 L4_control_A3 +LQ03X005310 Putative uncharacterized protein 15.0388089 L4_control_B1 +LQ03X005310 Putative uncharacterized protein 15.13869933 L4_control_B2 +LQ03X005310 Putative uncharacterized protein 15.30125877 L4_control_B3 +LQ03X005310 Putative uncharacterized protein 15.36286722 L4_control_C2 +LQ03X005310 Putative uncharacterized protein 15.58841342 L4_control_C3 +LQ03X005310 Putative uncharacterized protein 14.11519411 L4_chemical_A1 +LQ03X005310 Putative uncharacterized protein 14.85268882 L4_chemical_A2 +LQ03X005310 Putative uncharacterized protein 14.51857666 L4_chemical_A3 +LQ03X005310 Putative uncharacterized protein 14.79317812 L4_chemical_B1 +LQ03X005310 Putative uncharacterized protein 15.15843218 L4_chemical_B2 +LQ03X005310 Putative uncharacterized protein 14.73072711 L4_chemical_B3 +LQ03X005310 Putative uncharacterized protein 15.30047281 L4_chemical_C2 +LQ03X005310 Putative uncharacterized protein 15.415138 L4_chemical_C3 +LQ03X005370 Golgin candidate 2 5.543470256 C6_control_A1 +LQ03X005370 Golgin candidate 2 5.698504285 C6_control_A3 +LQ03X005370 Golgin candidate 2 5.267379334 C6_control_B1 +LQ03X005370 Golgin candidate 2 5.522479234 C6_control_B2 +LQ03X005370 Golgin candidate 2 5.335129707 C6_control_B3 +LQ03X005370 Golgin candidate 2 5.417602342 C6_control_C1 +LQ03X005370 Golgin candidate 2 5.806960276 C6_control_C2 +LQ03X005370 Golgin candidate 2 5.273278672 C6_control_C3 +LQ03X005370 Golgin candidate 2 5.329133404 C6_chemical_A1 +LQ03X005370 Golgin candidate 2 4.943552025 C6_chemical_A3 +LQ03X005370 Golgin candidate 2 5.245001379 C6_chemical_B1 +LQ03X005370 Golgin candidate 2 5.443445681 C6_chemical_B2 +LQ03X005370 Golgin candidate 2 5.48480635 C6_chemical_B3 +LQ03X005370 Golgin candidate 2 5.422811203 C6_chemical_C1 +LQ03X005370 Golgin candidate 2 5.567539198 C6_chemical_C2 +LQ03X005370 Golgin candidate 2 5.536784816 C6_chemical_C3 +LQ03X005370 Golgin candidate 2 4.958775753 L4_control_A1 +LQ03X005370 Golgin candidate 2 4.86840247 L4_control_A2 +LQ03X005370 Golgin candidate 2 5.250063009 L4_control_A3 +LQ03X005370 Golgin candidate 2 4.947660787 L4_control_B1 +LQ03X005370 Golgin candidate 2 4.999675848 L4_control_B2 +LQ03X005370 Golgin candidate 2 5.443617498 L4_control_B3 +LQ03X005370 Golgin candidate 2 5.291457562 L4_control_C2 +LQ03X005370 Golgin candidate 2 4.831994437 L4_control_C3 +LQ03X005370 Golgin candidate 2 5.244175131 L4_chemical_A1 +LQ03X005370 Golgin candidate 2 5.121594021 L4_chemical_A2 +LQ03X005370 Golgin candidate 2 5.103606541 L4_chemical_A3 +LQ03X005370 Golgin candidate 2 5.057901199 L4_chemical_B1 +LQ03X005370 Golgin candidate 2 5.076935448 L4_chemical_B2 +LQ03X005370 Golgin candidate 2 5.081031316 L4_chemical_B3 +LQ03X005370 Golgin candidate 2 5.945048876 L4_chemical_C2 +LQ03X005370 Golgin candidate 2 5.344187965 L4_chemical_C3 +LQ03X005390 Ras-related protein Rab2BV 4.95576358 C6_control_A1 +LQ03X005390 Ras-related protein Rab2BV 4.765930562 C6_control_A3 +LQ03X005390 Ras-related protein Rab2BV 4.701278258 C6_control_B1 +LQ03X005390 Ras-related protein Rab2BV 4.616785172 C6_control_B2 +LQ03X005390 Ras-related protein Rab2BV 4.750797928 C6_control_B3 +LQ03X005390 Ras-related protein Rab2BV 4.760749032 C6_control_C1 +LQ03X005390 Ras-related protein Rab2BV 4.773470213 C6_control_C2 +LQ03X005390 Ras-related protein Rab2BV 4.718247629 C6_control_C3 +LQ03X005390 Ras-related protein Rab2BV 4.700529783 C6_chemical_A1 +LQ03X005390 Ras-related protein Rab2BV 4.640272835 C6_chemical_A3 +LQ03X005390 Ras-related protein Rab2BV 4.60578991 C6_chemical_B1 +LQ03X005390 Ras-related protein Rab2BV 4.600323958 C6_chemical_B2 +LQ03X005390 Ras-related protein Rab2BV 4.890756452 C6_chemical_B3 +LQ03X005390 Ras-related protein Rab2BV 4.757416262 C6_chemical_C1 +LQ03X005390 Ras-related protein Rab2BV 4.696139947 C6_chemical_C2 +LQ03X005390 Ras-related protein Rab2BV 4.560889262 C6_chemical_C3 +LQ03X005390 Ras-related protein Rab2BV 4.914606072 L4_control_A1 +LQ03X005390 Ras-related protein Rab2BV 4.961043219 L4_control_A2 +LQ03X005390 Ras-related protein Rab2BV 5.351536872 L4_control_A3 +LQ03X005390 Ras-related protein Rab2BV 5.02579535 L4_control_B1 +LQ03X005390 Ras-related protein Rab2BV 4.755279291 L4_control_B2 +LQ03X005390 Ras-related protein Rab2BV 4.935363453 L4_control_B3 +LQ03X005390 Ras-related protein Rab2BV 5.338983895 L4_control_C2 +LQ03X005390 Ras-related protein Rab2BV 4.635517903 L4_control_C3 +LQ03X005390 Ras-related protein Rab2BV 5.145281302 L4_chemical_A1 +LQ03X005390 Ras-related protein Rab2BV 4.862372925 L4_chemical_A2 +LQ03X005390 Ras-related protein Rab2BV 5.514909489 L4_chemical_A3 +LQ03X005390 Ras-related protein Rab2BV 4.776327792 L4_chemical_B1 +LQ03X005390 Ras-related protein Rab2BV 4.711920454 L4_chemical_B2 +LQ03X005390 Ras-related protein Rab2BV 4.76793173 L4_chemical_B3 +LQ03X005390 Ras-related protein Rab2BV 5.645438667 L4_chemical_C2 +LQ03X005390 Ras-related protein Rab2BV 4.567648554 L4_chemical_C3 +LQ03X005490 Probable calcium-binding protein CML27 13.58907944 C6_control_A1 +LQ03X005490 Probable calcium-binding protein CML27 13.50312948 C6_control_A3 +LQ03X005490 Probable calcium-binding protein CML27 13.57786267 C6_control_B1 +LQ03X005490 Probable calcium-binding protein CML27 12.87082693 C6_control_B2 +LQ03X005490 Probable calcium-binding protein CML27 13.99396095 C6_control_B3 +LQ03X005490 Probable calcium-binding protein CML27 11.95696024 C6_control_C1 +LQ03X005490 Probable calcium-binding protein CML27 11.71926371 C6_control_C2 +LQ03X005490 Probable calcium-binding protein CML27 12.70279731 C6_control_C3 +LQ03X005490 Probable calcium-binding protein CML27 13.57200205 C6_chemical_A1 +LQ03X005490 Probable calcium-binding protein CML27 14.23463717 C6_chemical_A3 +LQ03X005490 Probable calcium-binding protein CML27 13.33642335 C6_chemical_B1 +LQ03X005490 Probable calcium-binding protein CML27 12.67863231 C6_chemical_B2 +LQ03X005490 Probable calcium-binding protein CML27 14.07122866 C6_chemical_B3 +LQ03X005490 Probable calcium-binding protein CML27 11.79415122 C6_chemical_C1 +LQ03X005490 Probable calcium-binding protein CML27 11.80661544 C6_chemical_C2 +LQ03X005490 Probable calcium-binding protein CML27 12.19421453 C6_chemical_C3 +LQ03X005490 Probable calcium-binding protein CML27 13.86566726 L4_control_A1 +LQ03X005490 Probable calcium-binding protein CML27 13.55302585 L4_control_A2 +LQ03X005490 Probable calcium-binding protein CML27 13.66956204 L4_control_A3 +LQ03X005490 Probable calcium-binding protein CML27 13.36964688 L4_control_B1 +LQ03X005490 Probable calcium-binding protein CML27 13.69420091 L4_control_B2 +LQ03X005490 Probable calcium-binding protein CML27 14.26790047 L4_control_B3 +LQ03X005490 Probable calcium-binding protein CML27 12.68236146 L4_control_C2 +LQ03X005490 Probable calcium-binding protein CML27 13.56914545 L4_control_C3 +LQ03X005490 Probable calcium-binding protein CML27 13.48008262 L4_chemical_A1 +LQ03X005490 Probable calcium-binding protein CML27 12.37464464 L4_chemical_A2 +LQ03X005490 Probable calcium-binding protein CML27 13.59685977 L4_chemical_A3 +LQ03X005490 Probable calcium-binding protein CML27 13.28419433 L4_chemical_B1 +LQ03X005490 Probable calcium-binding protein CML27 13.53637625 L4_chemical_B2 +LQ03X005490 Probable calcium-binding protein CML27 14.51783739 L4_chemical_B3 +LQ03X005490 Probable calcium-binding protein CML27 12.50105751 L4_chemical_C2 +LQ03X005490 Probable calcium-binding protein CML27 13.07318786 L4_chemical_C3 +LQ03X005500 Hypothetical protein 4.73138836 C6_control_A1 +LQ03X005500 Hypothetical protein 4.510476164 C6_control_A3 +LQ03X005500 Hypothetical protein 4.815600491 C6_control_B1 +LQ03X005500 Hypothetical protein 4.468737502 C6_control_B2 +LQ03X005500 Hypothetical protein 4.851454977 C6_control_B3 +LQ03X005500 Hypothetical protein 4.654399142 C6_control_C1 +LQ03X005500 Hypothetical protein 4.534095424 C6_control_C2 +LQ03X005500 Hypothetical protein 4.40797971 C6_control_C3 +LQ03X005500 Hypothetical protein 4.720561208 C6_chemical_A1 +LQ03X005500 Hypothetical protein 4.629123229 C6_chemical_A3 +LQ03X005500 Hypothetical protein 4.831409613 C6_chemical_B1 +LQ03X005500 Hypothetical protein 4.472730468 C6_chemical_B2 +LQ03X005500 Hypothetical protein 4.968847257 C6_chemical_B3 +LQ03X005500 Hypothetical protein 4.482846547 C6_chemical_C1 +LQ03X005500 Hypothetical protein 4.424570468 C6_chemical_C2 +LQ03X005500 Hypothetical protein 4.576433418 C6_chemical_C3 +LQ03X005500 Hypothetical protein 4.826560385 L4_control_A1 +LQ03X005500 Hypothetical protein 4.882490854 L4_control_A2 +LQ03X005500 Hypothetical protein 5.029247018 L4_control_A3 +LQ03X005500 Hypothetical protein 4.982138383 L4_control_B1 +LQ03X005500 Hypothetical protein 4.976842232 L4_control_B2 +LQ03X005500 Hypothetical protein 5.091779258 L4_control_B3 +LQ03X005500 Hypothetical protein 5.235713769 L4_control_C2 +LQ03X005500 Hypothetical protein 4.868735378 L4_control_C3 +LQ03X005500 Hypothetical protein 5.125735736 L4_chemical_A1 +LQ03X005500 Hypothetical protein 4.802974434 L4_chemical_A2 +LQ03X005500 Hypothetical protein 5.08588397 L4_chemical_A3 +LQ03X005500 Hypothetical protein 4.801750818 L4_chemical_B1 +LQ03X005500 Hypothetical protein 5.265742787 L4_chemical_B2 +LQ03X005500 Hypothetical protein 5.126929557 L4_chemical_B3 +LQ03X005500 Hypothetical protein 6.892455465 L4_chemical_C2 +LQ03X005500 Hypothetical protein 6.171049164 L4_chemical_C3 +LQ03X005540 Thaumatin-like protein 6.062358935 C6_control_A1 +LQ03X005540 Thaumatin-like protein 6.157291982 C6_control_A3 +LQ03X005540 Thaumatin-like protein 6.348087133 C6_control_B1 +LQ03X005540 Thaumatin-like protein 7.234969442 C6_control_B2 +LQ03X005540 Thaumatin-like protein 6.560673657 C6_control_B3 +LQ03X005540 Thaumatin-like protein 5.46494589 C6_control_C1 +LQ03X005540 Thaumatin-like protein 5.216554664 C6_control_C2 +LQ03X005540 Thaumatin-like protein 5.522376197 C6_control_C3 +LQ03X005540 Thaumatin-like protein 5.979186077 C6_chemical_A1 +LQ03X005540 Thaumatin-like protein 5.917401809 C6_chemical_A3 +LQ03X005540 Thaumatin-like protein 6.04975141 C6_chemical_B1 +LQ03X005540 Thaumatin-like protein 6.811663587 C6_chemical_B2 +LQ03X005540 Thaumatin-like protein 5.808847527 C6_chemical_B3 +LQ03X005540 Thaumatin-like protein 5.454910602 C6_chemical_C1 +LQ03X005540 Thaumatin-like protein 5.462483228 C6_chemical_C2 +LQ03X005540 Thaumatin-like protein 5.59947174 C6_chemical_C3 +LQ03X005540 Thaumatin-like protein 5.876558682 L4_control_A1 +LQ03X005540 Thaumatin-like protein 5.90869089 L4_control_A2 +LQ03X005540 Thaumatin-like protein 5.665947067 L4_control_A3 +LQ03X005540 Thaumatin-like protein 6.548080817 L4_control_B1 +LQ03X005540 Thaumatin-like protein 6.75819557 L4_control_B2 +LQ03X005540 Thaumatin-like protein 5.984469355 L4_control_B3 +LQ03X005540 Thaumatin-like protein 5.530946059 L4_control_C2 +LQ03X005540 Thaumatin-like protein 5.701191541 L4_control_C3 +LQ03X005540 Thaumatin-like protein 5.731317329 L4_chemical_A1 +LQ03X005540 Thaumatin-like protein 5.850866107 L4_chemical_A2 +LQ03X005540 Thaumatin-like protein 5.359552855 L4_chemical_A3 +LQ03X005540 Thaumatin-like protein 6.490918747 L4_chemical_B1 +LQ03X005540 Thaumatin-like protein 6.18342187 L4_chemical_B2 +LQ03X005540 Thaumatin-like protein 6.32739089 L4_chemical_B3 +LQ03X005540 Thaumatin-like protein 5.602066923 L4_chemical_C2 +LQ03X005540 Thaumatin-like protein 5.900111015 L4_chemical_C3 +LQ03X005730 Putative Protein phosphatase inhibitor 13.091057 C6_control_A1 +LQ03X005730 Putative Protein phosphatase inhibitor 13.7100654 C6_control_A3 +LQ03X005730 Putative Protein phosphatase inhibitor 13.07961825 C6_control_B1 +LQ03X005730 Putative Protein phosphatase inhibitor 12.47553815 C6_control_B2 +LQ03X005730 Putative Protein phosphatase inhibitor 13.37479221 C6_control_B3 +LQ03X005730 Putative Protein phosphatase inhibitor 12.9705593 C6_control_C1 +LQ03X005730 Putative Protein phosphatase inhibitor 12.85048112 C6_control_C2 +LQ03X005730 Putative Protein phosphatase inhibitor 12.96601699 C6_control_C3 +LQ03X005730 Putative Protein phosphatase inhibitor 12.82018692 C6_chemical_A1 +LQ03X005730 Putative Protein phosphatase inhibitor 12.64246893 C6_chemical_A3 +LQ03X005730 Putative Protein phosphatase inhibitor 12.94413469 C6_chemical_B1 +LQ03X005730 Putative Protein phosphatase inhibitor 12.3617478 C6_chemical_B2 +LQ03X005730 Putative Protein phosphatase inhibitor 12.91806192 C6_chemical_B3 +LQ03X005730 Putative Protein phosphatase inhibitor 12.86420173 C6_chemical_C1 +LQ03X005730 Putative Protein phosphatase inhibitor 12.88104231 C6_chemical_C2 +LQ03X005730 Putative Protein phosphatase inhibitor 12.76492581 C6_chemical_C3 +LQ03X005730 Putative Protein phosphatase inhibitor 13.19167738 L4_control_A1 +LQ03X005730 Putative Protein phosphatase inhibitor 12.9768243 L4_control_A2 +LQ03X005730 Putative Protein phosphatase inhibitor 13.33825238 L4_control_A3 +LQ03X005730 Putative Protein phosphatase inhibitor 13.26508885 L4_control_B1 +LQ03X005730 Putative Protein phosphatase inhibitor 12.42293153 L4_control_B2 +LQ03X005730 Putative Protein phosphatase inhibitor 12.54503899 L4_control_B3 +LQ03X005730 Putative Protein phosphatase inhibitor 13.34666651 L4_control_C2 +LQ03X005730 Putative Protein phosphatase inhibitor 13.17035165 L4_control_C3 +LQ03X005730 Putative Protein phosphatase inhibitor 13.02446875 L4_chemical_A1 +LQ03X005730 Putative Protein phosphatase inhibitor 12.85201671 L4_chemical_A2 +LQ03X005730 Putative Protein phosphatase inhibitor 13.09462614 L4_chemical_A3 +LQ03X005730 Putative Protein phosphatase inhibitor 13.56258835 L4_chemical_B1 +LQ03X005730 Putative Protein phosphatase inhibitor 13.16108936 L4_chemical_B2 +LQ03X005730 Putative Protein phosphatase inhibitor 12.94547138 L4_chemical_B3 +LQ03X005730 Putative Protein phosphatase inhibitor 13.25220981 L4_chemical_C2 +LQ03X005730 Putative Protein phosphatase inhibitor 13.18231317 L4_chemical_C3 +LQ03X005740 Protein argonaute 12.85165276 C6_control_A1 +LQ03X005740 Protein argonaute 13.12519607 C6_control_A3 +LQ03X005740 Protein argonaute 12.94571203 C6_control_B1 +LQ03X005740 Protein argonaute 13.40610022 C6_control_B2 +LQ03X005740 Protein argonaute 12.98818848 C6_control_B3 +LQ03X005740 Protein argonaute 12.86381932 C6_control_C1 +LQ03X005740 Protein argonaute 12.99169815 C6_control_C2 +LQ03X005740 Protein argonaute 13.1322458 C6_control_C3 +LQ03X005740 Protein argonaute 12.97990323 C6_chemical_A1 +LQ03X005740 Protein argonaute 13.09824656 C6_chemical_A3 +LQ03X005740 Protein argonaute 12.98219788 C6_chemical_B1 +LQ03X005740 Protein argonaute 13.18349619 C6_chemical_B2 +LQ03X005740 Protein argonaute 12.90578735 C6_chemical_B3 +LQ03X005740 Protein argonaute 12.85505978 C6_chemical_C1 +LQ03X005740 Protein argonaute 12.90758035 C6_chemical_C2 +LQ03X005740 Protein argonaute 12.80568525 C6_chemical_C3 +LQ03X005740 Protein argonaute 12.96339664 L4_control_A1 +LQ03X005740 Protein argonaute 12.65406274 L4_control_A2 +LQ03X005740 Protein argonaute 12.93334006 L4_control_A3 +LQ03X005740 Protein argonaute 13.02596779 L4_control_B1 +LQ03X005740 Protein argonaute 12.9729623 L4_control_B2 +LQ03X005740 Protein argonaute 13.03800699 L4_control_B3 +LQ03X005740 Protein argonaute 12.30260187 L4_control_C2 +LQ03X005740 Protein argonaute 12.41513496 L4_control_C3 +LQ03X005740 Protein argonaute 12.730365 L4_chemical_A1 +LQ03X005740 Protein argonaute 12.43805595 L4_chemical_A2 +LQ03X005740 Protein argonaute 12.78304851 L4_chemical_A3 +LQ03X005740 Protein argonaute 13.03874823 L4_chemical_B1 +LQ03X005740 Protein argonaute 12.76180717 L4_chemical_B2 +LQ03X005740 Protein argonaute 13.18794573 L4_chemical_B3 +LQ03X005740 Protein argonaute 12.40888563 L4_chemical_C2 +LQ03X005740 Protein argonaute 12.60398807 L4_chemical_C3 +LQ03X005840 Hypothetical protein 4.994203153 C6_control_A1 +LQ03X005840 Hypothetical protein 4.577617822 C6_control_A3 +LQ03X005840 Hypothetical protein 4.652632665 C6_control_B1 +LQ03X005840 Hypothetical protein 4.678501412 C6_control_B2 +LQ03X005840 Hypothetical protein 4.72331893 C6_control_B3 +LQ03X005840 Hypothetical protein 4.8808532 C6_control_C1 +LQ03X005840 Hypothetical protein 4.66049514 C6_control_C2 +LQ03X005840 Hypothetical protein 4.785833714 C6_control_C3 +LQ03X005840 Hypothetical protein 4.691772407 C6_chemical_A1 +LQ03X005840 Hypothetical protein 4.518099544 C6_chemical_A3 +LQ03X005840 Hypothetical protein 4.897172837 C6_chemical_B1 +LQ03X005840 Hypothetical protein 4.712602802 C6_chemical_B2 +LQ03X005840 Hypothetical protein 5.070227226 C6_chemical_B3 +LQ03X005840 Hypothetical protein 4.704027641 C6_chemical_C1 +LQ03X005840 Hypothetical protein 4.585908468 C6_chemical_C2 +LQ03X005840 Hypothetical protein 4.62239395 C6_chemical_C3 +LQ03X005840 Hypothetical protein 4.85071888 L4_control_A1 +LQ03X005840 Hypothetical protein 4.765661028 L4_control_A2 +LQ03X005840 Hypothetical protein 5.024139791 L4_control_A3 +LQ03X005840 Hypothetical protein 4.858770151 L4_control_B1 +LQ03X005840 Hypothetical protein 4.746340154 L4_control_B2 +LQ03X005840 Hypothetical protein 5.113885294 L4_control_B3 +LQ03X005840 Hypothetical protein 5.201063804 L4_control_C2 +LQ03X005840 Hypothetical protein 5.579925161 L4_control_C3 +LQ03X005840 Hypothetical protein 4.828495176 L4_chemical_A1 +LQ03X005840 Hypothetical protein 4.66137228 L4_chemical_A2 +LQ03X005840 Hypothetical protein 5.22735047 L4_chemical_A3 +LQ03X005840 Hypothetical protein 4.998227513 L4_chemical_B1 +LQ03X005840 Hypothetical protein 5.105399695 L4_chemical_B2 +LQ03X005840 Hypothetical protein 5.118090075 L4_chemical_B3 +LQ03X005840 Hypothetical protein 4.825479678 L4_chemical_C2 +LQ03X005840 Hypothetical protein 5.458203573 L4_chemical_C3 +LQ03X005860 Hypothetical protein 5.121188352 C6_control_A1 +LQ03X005860 Hypothetical protein 5.031067935 C6_control_A3 +LQ03X005860 Hypothetical protein 5.140530583 C6_control_B1 +LQ03X005860 Hypothetical protein 5.251081249 C6_control_B2 +LQ03X005860 Hypothetical protein 5.300849645 C6_control_B3 +LQ03X005860 Hypothetical protein 5.495707479 C6_control_C1 +LQ03X005860 Hypothetical protein 4.957968057 C6_control_C2 +LQ03X005860 Hypothetical protein 5.050257928 C6_control_C3 +LQ03X005860 Hypothetical protein 5.024342226 C6_chemical_A1 +LQ03X005860 Hypothetical protein 5.147066964 C6_chemical_A3 +LQ03X005860 Hypothetical protein 5.392566339 C6_chemical_B1 +LQ03X005860 Hypothetical protein 5.052445328 C6_chemical_B2 +LQ03X005860 Hypothetical protein 5.479241474 C6_chemical_B3 +LQ03X005860 Hypothetical protein 5.606503813 C6_chemical_C1 +LQ03X005860 Hypothetical protein 5.568077023 C6_chemical_C2 +LQ03X005860 Hypothetical protein 5.247470984 C6_chemical_C3 +LQ03X005860 Hypothetical protein 5.292803537 L4_control_A1 +LQ03X005860 Hypothetical protein 5.11089213 L4_control_A2 +LQ03X005860 Hypothetical protein 5.75438116 L4_control_A3 +LQ03X005860 Hypothetical protein 4.974119715 L4_control_B1 +LQ03X005860 Hypothetical protein 5.421737212 L4_control_B2 +LQ03X005860 Hypothetical protein 5.304892713 L4_control_B3 +LQ03X005860 Hypothetical protein 5.073964707 L4_control_C2 +LQ03X005860 Hypothetical protein 6.355022567 L4_control_C3 +LQ03X005860 Hypothetical protein 5.08419618 L4_chemical_A1 +LQ03X005860 Hypothetical protein 5.054163172 L4_chemical_A2 +LQ03X005860 Hypothetical protein 5.161552442 L4_chemical_A3 +LQ03X005860 Hypothetical protein 5.25973701 L4_chemical_B1 +LQ03X005860 Hypothetical protein 5.531242835 L4_chemical_B2 +LQ03X005860 Hypothetical protein 5.217240011 L4_chemical_B3 +LQ03X005860 Hypothetical protein 5.287517507 L4_chemical_C2 +LQ03X005860 Hypothetical protein 5.467521302 L4_chemical_C3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.78240204 C6_control_A1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.56704447 C6_control_A3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.85134051 C6_control_B1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.97350903 C6_control_B2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.91774239 C6_control_B3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 14.35778093 C6_control_C1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.67763961 C6_control_C2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 14.0376654 C6_control_C3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.75871669 C6_chemical_A1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.55988501 C6_chemical_A3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.54645482 C6_chemical_B1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.68963371 C6_chemical_B2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.87929036 C6_chemical_B3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 14.46715437 C6_chemical_C1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 14.0142724 C6_chemical_C2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.75839686 C6_chemical_C3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.74547962 L4_control_A1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 12.43181777 L4_control_A2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 12.60735261 L4_control_A3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.41098064 L4_control_B1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 12.8864401 L4_control_B2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 14.00696872 L4_control_B3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.61854308 L4_control_C2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.49612482 L4_control_C3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.26248524 L4_chemical_A1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 12.07952833 L4_chemical_A2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 12.87608853 L4_chemical_A3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 12.98764652 L4_chemical_B1 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 12.80810128 L4_chemical_B2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.07065837 L4_chemical_B3 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.66167814 L4_chemical_C2 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.35156908 L4_chemical_C3 +LQ03X006190 Alcohol dehydrogenase class-3 14.98875269 C6_control_A1 +LQ03X006190 Alcohol dehydrogenase class-3 14.80034885 C6_control_A3 +LQ03X006190 Alcohol dehydrogenase class-3 15.21864293 C6_control_B1 +LQ03X006190 Alcohol dehydrogenase class-3 14.63944796 C6_control_B2 +LQ03X006190 Alcohol dehydrogenase class-3 15.13123381 C6_control_B3 +LQ03X006190 Alcohol dehydrogenase class-3 14.36154508 C6_control_C1 +LQ03X006190 Alcohol dehydrogenase class-3 14.38476505 C6_control_C2 +LQ03X006190 Alcohol dehydrogenase class-3 14.20158643 C6_control_C3 +LQ03X006190 Alcohol dehydrogenase class-3 14.9241001 C6_chemical_A1 +LQ03X006190 Alcohol dehydrogenase class-3 14.9245684 C6_chemical_A3 +LQ03X006190 Alcohol dehydrogenase class-3 15.04609369 C6_chemical_B1 +LQ03X006190 Alcohol dehydrogenase class-3 14.33473206 C6_chemical_B2 +LQ03X006190 Alcohol dehydrogenase class-3 15.04411542 C6_chemical_B3 +LQ03X006190 Alcohol dehydrogenase class-3 14.23461534 C6_chemical_C1 +LQ03X006190 Alcohol dehydrogenase class-3 14.00629201 C6_chemical_C2 +LQ03X006190 Alcohol dehydrogenase class-3 14.26852143 C6_chemical_C3 +LQ03X006190 Alcohol dehydrogenase class-3 14.69477443 L4_control_A1 +LQ03X006190 Alcohol dehydrogenase class-3 14.20865191 L4_control_A2 +LQ03X006190 Alcohol dehydrogenase class-3 14.33777865 L4_control_A3 +LQ03X006190 Alcohol dehydrogenase class-3 14.72533541 L4_control_B1 +LQ03X006190 Alcohol dehydrogenase class-3 14.96638614 L4_control_B2 +LQ03X006190 Alcohol dehydrogenase class-3 14.49012404 L4_control_B3 +LQ03X006190 Alcohol dehydrogenase class-3 14.49869292 L4_control_C2 +LQ03X006190 Alcohol dehydrogenase class-3 14.16663027 L4_control_C3 +LQ03X006190 Alcohol dehydrogenase class-3 14.25597124 L4_chemical_A1 +LQ03X006190 Alcohol dehydrogenase class-3 13.96084081 L4_chemical_A2 +LQ03X006190 Alcohol dehydrogenase class-3 14.19954918 L4_chemical_A3 +LQ03X006190 Alcohol dehydrogenase class-3 14.71456881 L4_chemical_B1 +LQ03X006190 Alcohol dehydrogenase class-3 14.80298573 L4_chemical_B2 +LQ03X006190 Alcohol dehydrogenase class-3 14.8483375 L4_chemical_B3 +LQ03X006190 Alcohol dehydrogenase class-3 14.59264463 L4_chemical_C2 +LQ03X006190 Alcohol dehydrogenase class-3 14.23443641 L4_chemical_C3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.55326082 C6_control_A1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.66502916 C6_control_A3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.47986595 C6_control_B1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.47110902 C6_control_B2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.67449411 C6_control_B3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.39003514 C6_control_C1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.68823785 C6_control_C2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.21815062 C6_control_C3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.64754475 C6_chemical_A1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.45918899 C6_chemical_A3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.53636292 C6_chemical_B1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.49396674 C6_chemical_B2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.64422683 C6_chemical_B3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.11450993 C6_chemical_C1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.51493087 C6_chemical_C2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 10.79564161 C6_chemical_C3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.51689346 L4_control_A1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.75131302 L4_control_A2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.98890853 L4_control_A3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.62054761 L4_control_B1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 12.15557764 L4_control_B2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.04839491 L4_control_B3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 12.07992217 L4_control_C2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.54646922 L4_control_C3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 10.77636267 L4_chemical_A1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.46250917 L4_chemical_A2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.42457285 L4_chemical_A3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.78668816 L4_chemical_B1 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.79875116 L4_chemical_B2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.06872744 L4_chemical_B3 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.96094888 L4_chemical_C2 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.58944477 L4_chemical_C3 +LQ03X006290 Predicted protein 7.256176277 C6_control_A1 +LQ03X006290 Predicted protein 6.775611471 C6_control_A3 +LQ03X006290 Predicted protein 7.146485133 C6_control_B1 +LQ03X006290 Predicted protein 7.139720804 C6_control_B2 +LQ03X006290 Predicted protein 6.61604882 C6_control_B3 +LQ03X006290 Predicted protein 9.668274793 C6_control_C1 +LQ03X006290 Predicted protein 8.799030339 C6_control_C2 +LQ03X006290 Predicted protein 8.15333368 C6_control_C3 +LQ03X006290 Predicted protein 8.28258931 C6_chemical_A1 +LQ03X006290 Predicted protein 7.966594745 C6_chemical_A3 +LQ03X006290 Predicted protein 7.643273261 C6_chemical_B1 +LQ03X006290 Predicted protein 7.831199858 C6_chemical_B2 +LQ03X006290 Predicted protein 7.401476659 C6_chemical_B3 +LQ03X006290 Predicted protein 10.26561414 C6_chemical_C1 +LQ03X006290 Predicted protein 9.314560063 C6_chemical_C2 +LQ03X006290 Predicted protein 9.715368346 C6_chemical_C3 +LQ03X006290 Predicted protein 8.092773971 L4_control_A1 +LQ03X006290 Predicted protein 7.222563542 L4_control_A2 +LQ03X006290 Predicted protein 7.258263522 L4_control_A3 +LQ03X006290 Predicted protein 7.737060572 L4_control_B1 +LQ03X006290 Predicted protein 7.60073159 L4_control_B2 +LQ03X006290 Predicted protein 8.021170634 L4_control_B3 +LQ03X006290 Predicted protein 10.45478242 L4_control_C2 +LQ03X006290 Predicted protein 9.534018783 L4_control_C3 +LQ03X006290 Predicted protein 9.393933257 L4_chemical_A1 +LQ03X006290 Predicted protein 9.601521699 L4_chemical_A2 +LQ03X006290 Predicted protein 8.51365747 L4_chemical_A3 +LQ03X006290 Predicted protein 8.190262772 L4_chemical_B1 +LQ03X006290 Predicted protein 8.088049697 L4_chemical_B2 +LQ03X006290 Predicted protein 7.554651622 L4_chemical_B3 +LQ03X006290 Predicted protein 10.86961797 L4_chemical_C2 +LQ03X006290 Predicted protein 10.18543562 L4_chemical_C3 +LQ03X006490 Transcription factor Myb1 13.67359394 C6_control_A1 +LQ03X006490 Transcription factor Myb1 13.30221497 C6_control_A3 +LQ03X006490 Transcription factor Myb1 13.95444119 C6_control_B1 +LQ03X006490 Transcription factor Myb1 13.77708875 C6_control_B2 +LQ03X006490 Transcription factor Myb1 13.28290631 C6_control_B3 +LQ03X006490 Transcription factor Myb1 14.17430636 C6_control_C1 +LQ03X006490 Transcription factor Myb1 14.31390219 C6_control_C2 +LQ03X006490 Transcription factor Myb1 13.4436405 C6_control_C3 +LQ03X006490 Transcription factor Myb1 14.18451274 C6_chemical_A1 +LQ03X006490 Transcription factor Myb1 13.86948146 C6_chemical_A3 +LQ03X006490 Transcription factor Myb1 14.55199462 C6_chemical_B1 +LQ03X006490 Transcription factor Myb1 13.87295556 C6_chemical_B2 +LQ03X006490 Transcription factor Myb1 13.97651079 C6_chemical_B3 +LQ03X006490 Transcription factor Myb1 14.34434873 C6_chemical_C1 +LQ03X006490 Transcription factor Myb1 14.13002916 C6_chemical_C2 +LQ03X006490 Transcription factor Myb1 14.04786267 C6_chemical_C3 +LQ03X006490 Transcription factor Myb1 13.8271059 L4_control_A1 +LQ03X006490 Transcription factor Myb1 13.36760996 L4_control_A2 +LQ03X006490 Transcription factor Myb1 13.17688739 L4_control_A3 +LQ03X006490 Transcription factor Myb1 14.42681724 L4_control_B1 +LQ03X006490 Transcription factor Myb1 14.21209847 L4_control_B2 +LQ03X006490 Transcription factor Myb1 13.76861161 L4_control_B3 +LQ03X006490 Transcription factor Myb1 14.34376297 L4_control_C2 +LQ03X006490 Transcription factor Myb1 14.10173351 L4_control_C3 +LQ03X006490 Transcription factor Myb1 13.99287386 L4_chemical_A1 +LQ03X006490 Transcription factor Myb1 13.95598556 L4_chemical_A2 +LQ03X006490 Transcription factor Myb1 13.26292678 L4_chemical_A3 +LQ03X006490 Transcription factor Myb1 14.71717832 L4_chemical_B1 +LQ03X006490 Transcription factor Myb1 14.44587821 L4_chemical_B2 +LQ03X006490 Transcription factor Myb1 13.91537094 L4_chemical_B3 +LQ03X006490 Transcription factor Myb1 14.6390233 L4_chemical_C2 +LQ03X006490 Transcription factor Myb1 14.20669434 L4_chemical_C3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.274063167 C6_control_A1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.490486842 C6_control_A3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.223866092 C6_control_B1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.527385451 C6_control_B2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.536720029 C6_control_B3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.733607591 C6_control_C1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.532836079 C6_control_C2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.662355646 C6_control_C3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.420669089 C6_chemical_A1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.467115892 C6_chemical_A3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.944690883 C6_chemical_B1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.168627514 C6_chemical_B2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.094084154 C6_chemical_B3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.577250178 C6_chemical_C1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.176958517 C6_chemical_C2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.068887428 C6_chemical_C3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.37705101 L4_control_A1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.909232803 L4_control_A2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.785124001 L4_control_A3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.671943676 L4_control_B1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.327390638 L4_control_B2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.756018284 L4_control_B3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.565761958 L4_control_C2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.41297557 L4_control_C3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.982089659 L4_chemical_A1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.284606276 L4_chemical_A2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.929061409 L4_chemical_A3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.720853101 L4_chemical_B1 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.203849227 L4_chemical_B2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.976268336 L4_chemical_B3 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.84328683 L4_chemical_C2 +LQ03X006560 Serine/threonine-protein kinase AtPK19 5.982671726 L4_chemical_C3 +LQ03X006810 Hsc70-interacting protein, putative 12.33086253 C6_control_A1 +LQ03X006810 Hsc70-interacting protein, putative 12.23124253 C6_control_A3 +LQ03X006810 Hsc70-interacting protein, putative 11.77488558 C6_control_B1 +LQ03X006810 Hsc70-interacting protein, putative 11.66451659 C6_control_B2 +LQ03X006810 Hsc70-interacting protein, putative 11.97893305 C6_control_B3 +LQ03X006810 Hsc70-interacting protein, putative 11.83122993 C6_control_C1 +LQ03X006810 Hsc70-interacting protein, putative 11.86196308 C6_control_C2 +LQ03X006810 Hsc70-interacting protein, putative 11.66716423 C6_control_C3 +LQ03X006810 Hsc70-interacting protein, putative 12.03342736 C6_chemical_A1 +LQ03X006810 Hsc70-interacting protein, putative 12.18615708 C6_chemical_A3 +LQ03X006810 Hsc70-interacting protein, putative 11.57543568 C6_chemical_B1 +LQ03X006810 Hsc70-interacting protein, putative 11.779346 C6_chemical_B2 +LQ03X006810 Hsc70-interacting protein, putative 11.9004084 C6_chemical_B3 +LQ03X006810 Hsc70-interacting protein, putative 11.87856443 C6_chemical_C1 +LQ03X006810 Hsc70-interacting protein, putative 11.83657959 C6_chemical_C2 +LQ03X006810 Hsc70-interacting protein, putative 11.79254891 C6_chemical_C3 +LQ03X006810 Hsc70-interacting protein, putative 11.55018608 L4_control_A1 +LQ03X006810 Hsc70-interacting protein, putative 12.03763062 L4_control_A2 +LQ03X006810 Hsc70-interacting protein, putative 11.18544435 L4_control_A3 +LQ03X006810 Hsc70-interacting protein, putative 11.80141476 L4_control_B1 +LQ03X006810 Hsc70-interacting protein, putative 11.83498182 L4_control_B2 +LQ03X006810 Hsc70-interacting protein, putative 11.70475234 L4_control_B3 +LQ03X006810 Hsc70-interacting protein, putative 11.38916131 L4_control_C2 +LQ03X006810 Hsc70-interacting protein, putative 11.45884904 L4_control_C3 +LQ03X006810 Hsc70-interacting protein, putative 11.54954456 L4_chemical_A1 +LQ03X006810 Hsc70-interacting protein, putative 11.94286923 L4_chemical_A2 +LQ03X006810 Hsc70-interacting protein, putative 11.16732499 L4_chemical_A3 +LQ03X006810 Hsc70-interacting protein, putative 11.78851357 L4_chemical_B1 +LQ03X006810 Hsc70-interacting protein, putative 11.59851962 L4_chemical_B2 +LQ03X006810 Hsc70-interacting protein, putative 11.74573365 L4_chemical_B3 +LQ03X006810 Hsc70-interacting protein, putative 11.21869806 L4_chemical_C2 +LQ03X006810 Hsc70-interacting protein, putative 11.7092066 L4_chemical_C3 +LQ03X006820 Putative Protein TIFY 6B 11.48291127 C6_control_A1 +LQ03X006820 Putative Protein TIFY 6B 11.04514242 C6_control_A3 +LQ03X006820 Putative Protein TIFY 6B 11.91821719 C6_control_B1 +LQ03X006820 Putative Protein TIFY 6B 11.33102413 C6_control_B2 +LQ03X006820 Putative Protein TIFY 6B 12.11193981 C6_control_B3 +LQ03X006820 Putative Protein TIFY 6B 12.4935913 C6_control_C1 +LQ03X006820 Putative Protein TIFY 6B 12.3803763 C6_control_C2 +LQ03X006820 Putative Protein TIFY 6B 12.6163799 C6_control_C3 +LQ03X006820 Putative Protein TIFY 6B 11.35595889 C6_chemical_A1 +LQ03X006820 Putative Protein TIFY 6B 10.99054899 C6_chemical_A3 +LQ03X006820 Putative Protein TIFY 6B 11.98236353 C6_chemical_B1 +LQ03X006820 Putative Protein TIFY 6B 11.26637194 C6_chemical_B2 +LQ03X006820 Putative Protein TIFY 6B 11.8753096 C6_chemical_B3 +LQ03X006820 Putative Protein TIFY 6B 12.30125115 C6_chemical_C1 +LQ03X006820 Putative Protein TIFY 6B 12.31535606 C6_chemical_C2 +LQ03X006820 Putative Protein TIFY 6B 12.25924439 C6_chemical_C3 +LQ03X006820 Putative Protein TIFY 6B 11.13826227 L4_control_A1 +LQ03X006820 Putative Protein TIFY 6B 11.52572617 L4_control_A2 +LQ03X006820 Putative Protein TIFY 6B 11.73094224 L4_control_A3 +LQ03X006820 Putative Protein TIFY 6B 12.03361149 L4_control_B1 +LQ03X006820 Putative Protein TIFY 6B 12.31381568 L4_control_B2 +LQ03X006820 Putative Protein TIFY 6B 11.68593473 L4_control_B3 +LQ03X006820 Putative Protein TIFY 6B 12.72796817 L4_control_C2 +LQ03X006820 Putative Protein TIFY 6B 12.93640464 L4_control_C3 +LQ03X006820 Putative Protein TIFY 6B 11.12686361 L4_chemical_A1 +LQ03X006820 Putative Protein TIFY 6B 11.15013828 L4_chemical_A2 +LQ03X006820 Putative Protein TIFY 6B 11.13953367 L4_chemical_A3 +LQ03X006820 Putative Protein TIFY 6B 11.54452074 L4_chemical_B1 +LQ03X006820 Putative Protein TIFY 6B 11.40653282 L4_chemical_B2 +LQ03X006820 Putative Protein TIFY 6B 11.74165194 L4_chemical_B3 +LQ03X006820 Putative Protein TIFY 6B 12.56165386 L4_chemical_C2 +LQ03X006820 Putative Protein TIFY 6B 13.09661757 L4_chemical_C3 +LQ03X006880 Predicted protein 11.53329537 C6_control_A1 +LQ03X006880 Predicted protein 11.28400713 C6_control_A3 +LQ03X006880 Predicted protein 11.87402976 C6_control_B1 +LQ03X006880 Predicted protein 11.98702392 C6_control_B2 +LQ03X006880 Predicted protein 11.72405906 C6_control_B3 +LQ03X006880 Predicted protein 12.12525873 C6_control_C1 +LQ03X006880 Predicted protein 11.83806017 C6_control_C2 +LQ03X006880 Predicted protein 12.1931587 C6_control_C3 +LQ03X006880 Predicted protein 11.48706269 C6_chemical_A1 +LQ03X006880 Predicted protein 11.26316356 C6_chemical_A3 +LQ03X006880 Predicted protein 11.79509012 C6_chemical_B1 +LQ03X006880 Predicted protein 11.95738177 C6_chemical_B2 +LQ03X006880 Predicted protein 11.63525236 C6_chemical_B3 +LQ03X006880 Predicted protein 12.05550009 C6_chemical_C1 +LQ03X006880 Predicted protein 12.11929245 C6_chemical_C2 +LQ03X006880 Predicted protein 12.3484379 C6_chemical_C3 +LQ03X006880 Predicted protein 11.32197715 L4_control_A1 +LQ03X006880 Predicted protein 11.27248018 L4_control_A2 +LQ03X006880 Predicted protein 11.11399915 L4_control_A3 +LQ03X006880 Predicted protein 11.22983024 L4_control_B1 +LQ03X006880 Predicted protein 10.89773924 L4_control_B2 +LQ03X006880 Predicted protein 11.49456751 L4_control_B3 +LQ03X006880 Predicted protein 11.24784837 L4_control_C2 +LQ03X006880 Predicted protein 10.83306421 L4_control_C3 +LQ03X006880 Predicted protein 11.42711565 L4_chemical_A1 +LQ03X006880 Predicted protein 11.38811089 L4_chemical_A2 +LQ03X006880 Predicted protein 11.43980762 L4_chemical_A3 +LQ03X006880 Predicted protein 11.45133025 L4_chemical_B1 +LQ03X006880 Predicted protein 10.92932796 L4_chemical_B2 +LQ03X006880 Predicted protein 11.50961001 L4_chemical_B3 +LQ03X006880 Predicted protein 11.13142382 L4_chemical_C2 +LQ03X006880 Predicted protein 11.18226374 L4_chemical_C3 +LQ03X006900 Probable inactive receptor kinase At1g48480 5.966224044 C6_control_A1 +LQ03X006900 Probable inactive receptor kinase At1g48480 5.977570693 C6_control_A3 +LQ03X006900 Probable inactive receptor kinase At1g48480 5.678612469 C6_control_B1 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.340821241 C6_control_B2 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.310664132 C6_control_B3 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.336038033 C6_control_C1 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.686519211 C6_control_C2 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.447207466 C6_control_C3 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.314240112 C6_chemical_A1 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.294777886 C6_chemical_A3 +LQ03X006900 Probable inactive receptor kinase At1g48480 5.520247124 C6_chemical_B1 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.071487366 C6_chemical_B2 +LQ03X006900 Probable inactive receptor kinase At1g48480 5.598656594 C6_chemical_B3 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.629214328 C6_chemical_C1 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.321518574 C6_chemical_C2 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.314590028 C6_chemical_C3 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.427819973 L4_control_A1 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.209993749 L4_control_A2 +LQ03X006900 Probable inactive receptor kinase At1g48480 7.04361543 L4_control_A3 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.563606654 L4_control_B1 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.727534924 L4_control_B2 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.117299029 L4_control_B3 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.754845245 L4_control_C2 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.636045707 L4_control_C3 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.202752714 L4_chemical_A1 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.495192717 L4_chemical_A2 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.233094224 L4_chemical_A3 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.252707632 L4_chemical_B1 +LQ03X006900 Probable inactive receptor kinase At1g48480 7.434622542 L4_chemical_B2 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.423589768 L4_chemical_B3 +LQ03X006900 Probable inactive receptor kinase At1g48480 7.496318034 L4_chemical_C2 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.221123235 L4_chemical_C3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.41447762 C6_control_A1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.73068948 C6_control_A3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.26688259 C6_control_B1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.637011607 C6_control_B2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.688189175 C6_control_B3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.699045355 C6_control_C1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.579991278 C6_control_C2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 8.728660092 C6_control_C3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.60388201 C6_chemical_A1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.30070426 C6_chemical_A3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.12870126 C6_chemical_B1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.537131809 C6_chemical_B2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.705324291 C6_chemical_B3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.855356786 C6_chemical_C1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.695652156 C6_chemical_C2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.121870379 C6_chemical_C3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.43647483 L4_control_A1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.07420672 L4_control_A2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.85385365 L4_control_A3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.201900832 L4_control_B1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.16247961 L4_control_B2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.688984528 L4_control_B3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.642115531 L4_control_C2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.02792515 L4_control_C3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.814957267 L4_chemical_A1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.945458749 L4_chemical_A2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.43125719 L4_chemical_A3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.735439659 L4_chemical_B1 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.311247444 L4_chemical_B2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.520503068 L4_chemical_B3 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.443094676 L4_chemical_C2 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 9.7499274 L4_chemical_C3 +LQ03X007010 Putative uncharacterized protein 5.058299489 C6_control_A1 +LQ03X007010 Putative uncharacterized protein 5.546711995 C6_control_A3 +LQ03X007010 Putative uncharacterized protein 4.676412242 C6_control_B1 +LQ03X007010 Putative uncharacterized protein 4.990619041 C6_control_B2 +LQ03X007010 Putative uncharacterized protein 4.925141149 C6_control_B3 +LQ03X007010 Putative uncharacterized protein 4.777067276 C6_control_C1 +LQ03X007010 Putative uncharacterized protein 4.92773051 C6_control_C2 +LQ03X007010 Putative uncharacterized protein 4.781052838 C6_control_C3 +LQ03X007010 Putative uncharacterized protein 5.213401735 C6_chemical_A1 +LQ03X007010 Putative uncharacterized protein 5.000755264 C6_chemical_A3 +LQ03X007010 Putative uncharacterized protein 4.627178436 C6_chemical_B1 +LQ03X007010 Putative uncharacterized protein 5.126165458 C6_chemical_B2 +LQ03X007010 Putative uncharacterized protein 4.813129088 C6_chemical_B3 +LQ03X007010 Putative uncharacterized protein 4.807232937 C6_chemical_C1 +LQ03X007010 Putative uncharacterized protein 4.845384446 C6_chemical_C2 +LQ03X007010 Putative uncharacterized protein 5.044518267 C6_chemical_C3 +LQ03X007010 Putative uncharacterized protein 4.953658692 L4_control_A1 +LQ03X007010 Putative uncharacterized protein 5.188641128 L4_control_A2 +LQ03X007010 Putative uncharacterized protein 6.094868126 L4_control_A3 +LQ03X007010 Putative uncharacterized protein 5.541911069 L4_control_B1 +LQ03X007010 Putative uncharacterized protein 5.167094246 L4_control_B2 +LQ03X007010 Putative uncharacterized protein 5.031732895 L4_control_B3 +LQ03X007010 Putative uncharacterized protein 5.168417385 L4_control_C2 +LQ03X007010 Putative uncharacterized protein 5.10012123 L4_control_C3 +LQ03X007010 Putative uncharacterized protein 4.766913557 L4_chemical_A1 +LQ03X007010 Putative uncharacterized protein 5.154347249 L4_chemical_A2 +LQ03X007010 Putative uncharacterized protein 5.632083356 L4_chemical_A3 +LQ03X007010 Putative uncharacterized protein 4.781884936 L4_chemical_B1 +LQ03X007010 Putative uncharacterized protein 5.314544243 L4_chemical_B2 +LQ03X007010 Putative uncharacterized protein 4.92830769 L4_chemical_B3 +LQ03X007010 Putative uncharacterized protein 4.830444082 L4_chemical_C2 +LQ03X007010 Putative uncharacterized protein 5.412059761 L4_chemical_C3 +LQ03X007030 Nudix hydrolase 4 6.302534691 C6_control_A1 +LQ03X007030 Nudix hydrolase 4 5.868973618 C6_control_A3 +LQ03X007030 Nudix hydrolase 4 5.626416676 C6_control_B1 +LQ03X007030 Nudix hydrolase 4 5.985277332 C6_control_B2 +LQ03X007030 Nudix hydrolase 4 6.260657175 C6_control_B3 +LQ03X007030 Nudix hydrolase 4 5.993173419 C6_control_C1 +LQ03X007030 Nudix hydrolase 4 6.613678495 C6_control_C2 +LQ03X007030 Nudix hydrolase 4 6.690624909 C6_control_C3 +LQ03X007030 Nudix hydrolase 4 6.025564295 C6_chemical_A1 +LQ03X007030 Nudix hydrolase 4 5.674025823 C6_chemical_A3 +LQ03X007030 Nudix hydrolase 4 6.020925825 C6_chemical_B1 +LQ03X007030 Nudix hydrolase 4 6.376897066 C6_chemical_B2 +LQ03X007030 Nudix hydrolase 4 5.932554871 C6_chemical_B3 +LQ03X007030 Nudix hydrolase 4 5.921140736 C6_chemical_C1 +LQ03X007030 Nudix hydrolase 4 6.004073212 C6_chemical_C2 +LQ03X007030 Nudix hydrolase 4 6.354594657 C6_chemical_C3 +LQ03X007030 Nudix hydrolase 4 5.82285216 L4_control_A1 +LQ03X007030 Nudix hydrolase 4 6.090758997 L4_control_A2 +LQ03X007030 Nudix hydrolase 4 6.468846186 L4_control_A3 +LQ03X007030 Nudix hydrolase 4 5.685181573 L4_control_B1 +LQ03X007030 Nudix hydrolase 4 6.047323149 L4_control_B2 +LQ03X007030 Nudix hydrolase 4 6.19410819 L4_control_B3 +LQ03X007030 Nudix hydrolase 4 6.429230094 L4_control_C2 +LQ03X007030 Nudix hydrolase 4 5.635338513 L4_control_C3 +LQ03X007030 Nudix hydrolase 4 5.784754436 L4_chemical_A1 +LQ03X007030 Nudix hydrolase 4 6.206150038 L4_chemical_A2 +LQ03X007030 Nudix hydrolase 4 6.229100218 L4_chemical_A3 +LQ03X007030 Nudix hydrolase 4 5.788947988 L4_chemical_B1 +LQ03X007030 Nudix hydrolase 4 6.155939739 L4_chemical_B2 +LQ03X007030 Nudix hydrolase 4 6.012523898 L4_chemical_B3 +LQ03X007030 Nudix hydrolase 4 5.888815008 L4_chemical_C2 +LQ03X007030 Nudix hydrolase 4 6.131416786 L4_chemical_C3 +LQ03X007120 Protein binding protein, putative 5.752094694 C6_control_A1 +LQ03X007120 Protein binding protein, putative 5.875588905 C6_control_A3 +LQ03X007120 Protein binding protein, putative 6.342557807 C6_control_B1 +LQ03X007120 Protein binding protein, putative 5.994055513 C6_control_B2 +LQ03X007120 Protein binding protein, putative 6.167671306 C6_control_B3 +LQ03X007120 Protein binding protein, putative 6.136568727 C6_control_C1 +LQ03X007120 Protein binding protein, putative 5.996144157 C6_control_C2 +LQ03X007120 Protein binding protein, putative 6.616218106 C6_control_C3 +LQ03X007120 Protein binding protein, putative 5.796650027 C6_chemical_A1 +LQ03X007120 Protein binding protein, putative 5.933156914 C6_chemical_A3 +LQ03X007120 Protein binding protein, putative 6.33685955 C6_chemical_B1 +LQ03X007120 Protein binding protein, putative 6.188318205 C6_chemical_B2 +LQ03X007120 Protein binding protein, putative 5.961672468 C6_chemical_B3 +LQ03X007120 Protein binding protein, putative 6.215670342 C6_chemical_C1 +LQ03X007120 Protein binding protein, putative 6.15780863 C6_chemical_C2 +LQ03X007120 Protein binding protein, putative 6.165728072 C6_chemical_C3 +LQ03X007120 Protein binding protein, putative 5.94749824 L4_control_A1 +LQ03X007120 Protein binding protein, putative 5.852424486 L4_control_A2 +LQ03X007120 Protein binding protein, putative 5.898326127 L4_control_A3 +LQ03X007120 Protein binding protein, putative 5.947123451 L4_control_B1 +LQ03X007120 Protein binding protein, putative 5.991659599 L4_control_B2 +LQ03X007120 Protein binding protein, putative 5.808529127 L4_control_B3 +LQ03X007120 Protein binding protein, putative 6.186254087 L4_control_C2 +LQ03X007120 Protein binding protein, putative 6.102123807 L4_control_C3 +LQ03X007120 Protein binding protein, putative 6.24397154 L4_chemical_A1 +LQ03X007120 Protein binding protein, putative 6.019629774 L4_chemical_A2 +LQ03X007120 Protein binding protein, putative 6.372249913 L4_chemical_A3 +LQ03X007120 Protein binding protein, putative 6.353805714 L4_chemical_B1 +LQ03X007120 Protein binding protein, putative 6.223317794 L4_chemical_B2 +LQ03X007120 Protein binding protein, putative 6.070028022 L4_chemical_B3 +LQ03X007120 Protein binding protein, putative 6.428829204 L4_chemical_C2 +LQ03X007120 Protein binding protein, putative 5.323242322 L4_chemical_C3 +LQ03X007130 Putative uncharacterized protein 5.876550421 C6_control_A1 +LQ03X007130 Putative uncharacterized protein 5.894157709 C6_control_A3 +LQ03X007130 Putative uncharacterized protein 5.512093625 C6_control_B1 +LQ03X007130 Putative uncharacterized protein 6.392299466 C6_control_B2 +LQ03X007130 Putative uncharacterized protein 6.400503896 C6_control_B3 +LQ03X007130 Putative uncharacterized protein 6.008098775 C6_control_C1 +LQ03X007130 Putative uncharacterized protein 5.962978211 C6_control_C2 +LQ03X007130 Putative uncharacterized protein 6.517138496 C6_control_C3 +LQ03X007130 Putative uncharacterized protein 6.273230572 C6_chemical_A1 +LQ03X007130 Putative uncharacterized protein 5.93830608 C6_chemical_A3 +LQ03X007130 Putative uncharacterized protein 5.853398688 C6_chemical_B1 +LQ03X007130 Putative uncharacterized protein 6.118112851 C6_chemical_B2 +LQ03X007130 Putative uncharacterized protein 6.185083635 C6_chemical_B3 +LQ03X007130 Putative uncharacterized protein 5.913626308 C6_chemical_C1 +LQ03X007130 Putative uncharacterized protein 6.308361685 C6_chemical_C2 +LQ03X007130 Putative uncharacterized protein 6.081917658 C6_chemical_C3 +LQ03X007130 Putative uncharacterized protein 5.463177447 L4_control_A1 +LQ03X007130 Putative uncharacterized protein 6.121595823 L4_control_A2 +LQ03X007130 Putative uncharacterized protein 6.802764889 L4_control_A3 +LQ03X007130 Putative uncharacterized protein 6.045448989 L4_control_B1 +LQ03X007130 Putative uncharacterized protein 6.655969035 L4_control_B2 +LQ03X007130 Putative uncharacterized protein 6.08495636 L4_control_B3 +LQ03X007130 Putative uncharacterized protein 5.74748991 L4_control_C2 +LQ03X007130 Putative uncharacterized protein 5.592375578 L4_control_C3 +LQ03X007130 Putative uncharacterized protein 5.622053146 L4_chemical_A1 +LQ03X007130 Putative uncharacterized protein 5.866685205 L4_chemical_A2 +LQ03X007130 Putative uncharacterized protein 6.611780098 L4_chemical_A3 +LQ03X007130 Putative uncharacterized protein 5.511523456 L4_chemical_B1 +LQ03X007130 Putative uncharacterized protein 6.617290161 L4_chemical_B2 +LQ03X007130 Putative uncharacterized protein 6.236021081 L4_chemical_B3 +LQ03X007130 Putative uncharacterized protein 5.619552885 L4_chemical_C2 +LQ03X007130 Putative uncharacterized protein 6.266675948 L4_chemical_C3 +LQ03X007140 Putative AC transposase 5.117428458 C6_control_A1 +LQ03X007140 Putative AC transposase 4.742569858 C6_control_A3 +LQ03X007140 Putative AC transposase 4.736768467 C6_control_B1 +LQ03X007140 Putative AC transposase 4.801415566 C6_control_B2 +LQ03X007140 Putative AC transposase 4.642679027 C6_control_B3 +LQ03X007140 Putative AC transposase 4.928980497 C6_control_C1 +LQ03X007140 Putative AC transposase 4.848621621 C6_control_C2 +LQ03X007140 Putative AC transposase 4.711810279 C6_control_C3 +LQ03X007140 Putative AC transposase 4.642722193 C6_chemical_A1 +LQ03X007140 Putative AC transposase 4.717201389 C6_chemical_A3 +LQ03X007140 Putative AC transposase 5.07414244 C6_chemical_B1 +LQ03X007140 Putative AC transposase 4.869914212 C6_chemical_B2 +LQ03X007140 Putative AC transposase 5.11731115 C6_chemical_B3 +LQ03X007140 Putative AC transposase 4.760599458 C6_chemical_C1 +LQ03X007140 Putative AC transposase 4.744588081 C6_chemical_C2 +LQ03X007140 Putative AC transposase 4.75639443 C6_chemical_C3 +LQ03X007140 Putative AC transposase 4.689991994 L4_control_A1 +LQ03X007140 Putative AC transposase 4.812421762 L4_control_A2 +LQ03X007140 Putative AC transposase 4.897950264 L4_control_A3 +LQ03X007140 Putative AC transposase 4.839232273 L4_control_B1 +LQ03X007140 Putative AC transposase 4.973168731 L4_control_B2 +LQ03X007140 Putative AC transposase 4.723742032 L4_control_B3 +LQ03X007140 Putative AC transposase 5.40575118 L4_control_C2 +LQ03X007140 Putative AC transposase 4.970949045 L4_control_C3 +LQ03X007140 Putative AC transposase 4.853638174 L4_chemical_A1 +LQ03X007140 Putative AC transposase 4.522977425 L4_chemical_A2 +LQ03X007140 Putative AC transposase 4.831884977 L4_chemical_A3 +LQ03X007140 Putative AC transposase 4.549981506 L4_chemical_B1 +LQ03X007140 Putative AC transposase 4.987059099 L4_chemical_B2 +LQ03X007140 Putative AC transposase 4.7558309 L4_chemical_B3 +LQ03X007140 Putative AC transposase 4.794439994 L4_chemical_C2 +LQ03X007140 Putative AC transposase 4.901472583 L4_chemical_C3 +LQ03X007180 Putative uncharacterized protein 5.830653345 C6_control_A1 +LQ03X007180 Putative uncharacterized protein 4.987800172 C6_control_A3 +LQ03X007180 Putative uncharacterized protein 5.371097177 C6_control_B1 +LQ03X007180 Putative uncharacterized protein 6.079816152 C6_control_B2 +LQ03X007180 Putative uncharacterized protein 5.849308174 C6_control_B3 +LQ03X007180 Putative uncharacterized protein 5.686337983 C6_control_C1 +LQ03X007180 Putative uncharacterized protein 5.40256616 C6_control_C2 +LQ03X007180 Putative uncharacterized protein 6.103056675 C6_control_C3 +LQ03X007180 Putative uncharacterized protein 5.517564432 C6_chemical_A1 +LQ03X007180 Putative uncharacterized protein 5.477283257 C6_chemical_A3 +LQ03X007180 Putative uncharacterized protein 5.26757681 C6_chemical_B1 +LQ03X007180 Putative uncharacterized protein 5.571172002 C6_chemical_B2 +LQ03X007180 Putative uncharacterized protein 5.895611208 C6_chemical_B3 +LQ03X007180 Putative uncharacterized protein 5.572211941 C6_chemical_C1 +LQ03X007180 Putative uncharacterized protein 5.530137187 C6_chemical_C2 +LQ03X007180 Putative uncharacterized protein 5.770713592 C6_chemical_C3 +LQ03X007180 Putative uncharacterized protein 5.525028401 L4_control_A1 +LQ03X007180 Putative uncharacterized protein 5.587969102 L4_control_A2 +LQ03X007180 Putative uncharacterized protein 5.984272475 L4_control_A3 +LQ03X007180 Putative uncharacterized protein 5.34006454 L4_control_B1 +LQ03X007180 Putative uncharacterized protein 5.409972211 L4_control_B2 +LQ03X007180 Putative uncharacterized protein 5.373759487 L4_control_B3 +LQ03X007180 Putative uncharacterized protein 4.800162655 L4_control_C2 +LQ03X007180 Putative uncharacterized protein 5.313792499 L4_control_C3 +LQ03X007180 Putative uncharacterized protein 5.480964579 L4_chemical_A1 +LQ03X007180 Putative uncharacterized protein 5.659134799 L4_chemical_A2 +LQ03X007180 Putative uncharacterized protein 5.463214325 L4_chemical_A3 +LQ03X007180 Putative uncharacterized protein 5.189602422 L4_chemical_B1 +LQ03X007180 Putative uncharacterized protein 5.669070468 L4_chemical_B2 +LQ03X007180 Putative uncharacterized protein 5.360594118 L4_chemical_B3 +LQ03X007180 Putative uncharacterized protein 5.380391015 L4_chemical_C2 +LQ03X007180 Putative uncharacterized protein 5.143836956 L4_chemical_C3 +LQ03X007241 Putative uncharacterized protein 4.678899576 C6_control_A1 +LQ03X007241 Putative uncharacterized protein 5.293175843 C6_control_A3 +LQ03X007241 Putative uncharacterized protein 4.656140289 C6_control_B1 +LQ03X007241 Putative uncharacterized protein 4.670793054 C6_control_B2 +LQ03X007241 Putative uncharacterized protein 4.733457265 C6_control_B3 +LQ03X007241 Putative uncharacterized protein 5.289596344 C6_control_C1 +LQ03X007241 Putative uncharacterized protein 4.962482652 C6_control_C2 +LQ03X007241 Putative uncharacterized protein 4.724894576 C6_control_C3 +LQ03X007241 Putative uncharacterized protein 5.056338515 C6_chemical_A1 +LQ03X007241 Putative uncharacterized protein 5.203745495 C6_chemical_A3 +LQ03X007241 Putative uncharacterized protein 4.975399157 C6_chemical_B1 +LQ03X007241 Putative uncharacterized protein 5.177295312 C6_chemical_B2 +LQ03X007241 Putative uncharacterized protein 5.042043704 C6_chemical_B3 +LQ03X007241 Putative uncharacterized protein 5.044866455 C6_chemical_C1 +LQ03X007241 Putative uncharacterized protein 5.114426204 C6_chemical_C2 +LQ03X007241 Putative uncharacterized protein 4.947772746 C6_chemical_C3 +LQ03X007241 Putative uncharacterized protein 4.852530163 L4_control_A1 +LQ03X007241 Putative uncharacterized protein 4.753012343 L4_control_A2 +LQ03X007241 Putative uncharacterized protein 4.912185152 L4_control_A3 +LQ03X007241 Putative uncharacterized protein 4.936096055 L4_control_B1 +LQ03X007241 Putative uncharacterized protein 5.23498801 L4_control_B2 +LQ03X007241 Putative uncharacterized protein 4.671611831 L4_control_B3 +LQ03X007241 Putative uncharacterized protein 5.078255647 L4_control_C2 +LQ03X007241 Putative uncharacterized protein 4.970647815 L4_control_C3 +LQ03X007241 Putative uncharacterized protein 4.88540343 L4_chemical_A1 +LQ03X007241 Putative uncharacterized protein 4.554005767 L4_chemical_A2 +LQ03X007241 Putative uncharacterized protein 5.264869259 L4_chemical_A3 +LQ03X007241 Putative uncharacterized protein 4.732839874 L4_chemical_B1 +LQ03X007241 Putative uncharacterized protein 5.033469719 L4_chemical_B2 +LQ03X007241 Putative uncharacterized protein 4.996759477 L4_chemical_B3 +LQ03X007241 Putative uncharacterized protein 5.047034689 L4_chemical_C2 +LQ03X007241 Putative uncharacterized protein 4.912782031 L4_chemical_C3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.016993891 C6_control_A1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.723308119 C6_control_A3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.695368054 C6_control_B1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.847863453 C6_control_B2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.766799531 C6_control_B3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.903192066 C6_control_C1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.073067332 C6_control_C2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.817624188 C6_control_C3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.905434758 C6_chemical_A1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.799310754 C6_chemical_A3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.06302009 C6_chemical_B1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.010632635 C6_chemical_B2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.199998828 C6_chemical_B3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.045006368 C6_chemical_C1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.034819214 C6_chemical_C2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.055670996 C6_chemical_C3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.693281341 L4_control_A1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.012455532 L4_control_A2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.799469362 L4_control_A3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.935649342 L4_control_B1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.071123537 L4_control_B2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.867360554 L4_control_B3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.66050323 L4_control_C2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.924147858 L4_control_C3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.936529188 L4_chemical_A1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.793180161 L4_chemical_A2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.837931638 L4_chemical_A3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.873565199 L4_chemical_B1 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.758277381 L4_chemical_B2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.763109529 L4_chemical_B3 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.761987926 L4_chemical_C2 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 5.244374555 L4_chemical_C3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.595372491 C6_control_A1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.46070633 C6_control_A3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.481029757 C6_control_B1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.68540314 C6_control_B2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.511668593 C6_control_B3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.333576559 C6_control_C1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.33245285 C6_control_C2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.495534414 C6_control_C3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.398832223 C6_chemical_A1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.26893806 C6_chemical_A3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.638015679 C6_chemical_B1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.467798674 C6_chemical_B2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.381135208 C6_chemical_B3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.254548937 C6_chemical_C1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.034197602 C6_chemical_C2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.355013189 C6_chemical_C3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.400483872 L4_control_A1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.798181549 L4_control_A2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.965138156 L4_control_A3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.431967806 L4_control_B1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.637070541 L4_control_B2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.587537266 L4_control_B3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.356182155 L4_control_C2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.205713441 L4_control_C3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.485542011 L4_chemical_A1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.609638848 L4_chemical_A2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.922169981 L4_chemical_A3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.280134375 L4_chemical_B1 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.413230618 L4_chemical_B2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.507815294 L4_chemical_B3 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.61985705 L4_chemical_C2 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 6.029888139 L4_chemical_C3 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.714331261 C6_control_A1 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.624074403 C6_control_A3 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.579914566 C6_control_B1 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.731691673 C6_control_B2 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.818002083 C6_control_B3 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.210344472 C6_control_C1 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.749219081 C6_control_C2 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.993452552 C6_control_C3 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.659673229 C6_chemical_A1 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.818501162 C6_chemical_A3 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.428926093 C6_chemical_B1 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.682450573 C6_chemical_B2 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.22947006 C6_chemical_B3 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.86905405 C6_chemical_C1 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.612057628 C6_chemical_C2 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.977258222 C6_chemical_C3 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.044221309 L4_control_A1 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.951341369 L4_control_A2 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.200046694 L4_control_A3 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.424073245 L4_control_B1 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.764937588 L4_control_B2 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.969737784 L4_control_B3 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.117784183 L4_control_C2 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.616306725 L4_control_C3 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.060072933 L4_chemical_A1 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.985480139 L4_chemical_A2 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.185232262 L4_chemical_A3 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.912702175 L4_chemical_B1 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.470171581 L4_chemical_B2 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.951967075 L4_chemical_B3 +LQ03X007331 Putative ribonuclease H protein At1g65750 5.23982387 L4_chemical_C2 +LQ03X007331 Putative ribonuclease H protein At1g65750 6.034917406 L4_chemical_C3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.48465258 C6_control_A1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.66994828 C6_control_A3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.00136676 C6_control_B1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.39984413 C6_control_B2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.57357566 C6_control_B3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.35892065 C6_control_C1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.11432323 C6_control_C2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.02660868 C6_control_C3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.58221173 C6_chemical_A1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.70735543 C6_chemical_A3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.90898262 C6_chemical_B1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.09856691 C6_chemical_B2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.62948948 C6_chemical_B3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.34208217 C6_chemical_C1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.05720358 C6_chemical_C2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 12.78955132 C6_chemical_C3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.52568448 L4_control_A1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.49270552 L4_control_A2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.79261982 L4_control_A3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.30245638 L4_control_B1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.13903946 L4_control_B2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.18876375 L4_control_B3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.55876148 L4_control_C2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.56957682 L4_control_C3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.19081882 L4_chemical_A1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.89298424 L4_chemical_A2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.19075818 L4_chemical_A3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.83444983 L4_chemical_B1 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.79230152 L4_chemical_B2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.55514761 L4_chemical_B3 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.63944396 L4_chemical_C2 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 13.26567886 L4_chemical_C3 +LQ03X007410 Zinc finger protein, putative 7.175353294 C6_control_A1 +LQ03X007410 Zinc finger protein, putative 7.60323972 C6_control_A3 +LQ03X007410 Zinc finger protein, putative 6.359398137 C6_control_B1 +LQ03X007410 Zinc finger protein, putative 5.627685383 C6_control_B2 +LQ03X007410 Zinc finger protein, putative 6.098217713 C6_control_B3 +LQ03X007410 Zinc finger protein, putative 5.992601386 C6_control_C1 +LQ03X007410 Zinc finger protein, putative 5.730697232 C6_control_C2 +LQ03X007410 Zinc finger protein, putative 5.988437497 C6_control_C3 +LQ03X007410 Zinc finger protein, putative 6.557078843 C6_chemical_A1 +LQ03X007410 Zinc finger protein, putative 6.640317236 C6_chemical_A3 +LQ03X007410 Zinc finger protein, putative 6.008534035 C6_chemical_B1 +LQ03X007410 Zinc finger protein, putative 5.612764022 C6_chemical_B2 +LQ03X007410 Zinc finger protein, putative 5.917954456 C6_chemical_B3 +LQ03X007410 Zinc finger protein, putative 6.074540376 C6_chemical_C1 +LQ03X007410 Zinc finger protein, putative 6.118771489 C6_chemical_C2 +LQ03X007410 Zinc finger protein, putative 5.778223331 C6_chemical_C3 +LQ03X007410 Zinc finger protein, putative 6.667571568 L4_control_A1 +LQ03X007410 Zinc finger protein, putative 7.20038288 L4_control_A2 +LQ03X007410 Zinc finger protein, putative 6.37735139 L4_control_A3 +LQ03X007410 Zinc finger protein, putative 6.028949956 L4_control_B1 +LQ03X007410 Zinc finger protein, putative 6.470764568 L4_control_B2 +LQ03X007410 Zinc finger protein, putative 5.736423583 L4_control_B3 +LQ03X007410 Zinc finger protein, putative 5.760138357 L4_control_C2 +LQ03X007410 Zinc finger protein, putative 5.435129191 L4_control_C3 +LQ03X007410 Zinc finger protein, putative 6.351579331 L4_chemical_A1 +LQ03X007410 Zinc finger protein, putative 7.014908006 L4_chemical_A2 +LQ03X007410 Zinc finger protein, putative 6.726813724 L4_chemical_A3 +LQ03X007410 Zinc finger protein, putative 6.407183221 L4_chemical_B1 +LQ03X007410 Zinc finger protein, putative 6.293992448 L4_chemical_B2 +LQ03X007410 Zinc finger protein, putative 5.749032009 L4_chemical_B3 +LQ03X007410 Zinc finger protein, putative 5.924730535 L4_chemical_C2 +LQ03X007410 Zinc finger protein, putative 5.644422527 L4_chemical_C3 +LQ03X007470 Membrane steroid-binding protein 2 12.56306692 C6_control_A1 +LQ03X007470 Membrane steroid-binding protein 2 13.05668071 C6_control_A3 +LQ03X007470 Membrane steroid-binding protein 2 12.14882535 C6_control_B1 +LQ03X007470 Membrane steroid-binding protein 2 12.00281659 C6_control_B2 +LQ03X007470 Membrane steroid-binding protein 2 12.17151303 C6_control_B3 +LQ03X007470 Membrane steroid-binding protein 2 11.30024648 C6_control_C1 +LQ03X007470 Membrane steroid-binding protein 2 11.53909772 C6_control_C2 +LQ03X007470 Membrane steroid-binding protein 2 11.3961809 C6_control_C3 +LQ03X007470 Membrane steroid-binding protein 2 12.47025648 C6_chemical_A1 +LQ03X007470 Membrane steroid-binding protein 2 12.5271787 C6_chemical_A3 +LQ03X007470 Membrane steroid-binding protein 2 11.97407493 C6_chemical_B1 +LQ03X007470 Membrane steroid-binding protein 2 11.79214504 C6_chemical_B2 +LQ03X007470 Membrane steroid-binding protein 2 12.16145098 C6_chemical_B3 +LQ03X007470 Membrane steroid-binding protein 2 11.40352668 C6_chemical_C1 +LQ03X007470 Membrane steroid-binding protein 2 11.25653713 C6_chemical_C2 +LQ03X007470 Membrane steroid-binding protein 2 11.31297017 C6_chemical_C3 +LQ03X007470 Membrane steroid-binding protein 2 13.15002995 L4_control_A1 +LQ03X007470 Membrane steroid-binding protein 2 12.7825857 L4_control_A2 +LQ03X007470 Membrane steroid-binding protein 2 13.24552899 L4_control_A3 +LQ03X007470 Membrane steroid-binding protein 2 12.24121679 L4_control_B1 +LQ03X007470 Membrane steroid-binding protein 2 12.11620874 L4_control_B2 +LQ03X007470 Membrane steroid-binding protein 2 12.60494329 L4_control_B3 +LQ03X007470 Membrane steroid-binding protein 2 11.95962351 L4_control_C2 +LQ03X007470 Membrane steroid-binding protein 2 11.81443054 L4_control_C3 +LQ03X007470 Membrane steroid-binding protein 2 12.75724772 L4_chemical_A1 +LQ03X007470 Membrane steroid-binding protein 2 12.48864657 L4_chemical_A2 +LQ03X007470 Membrane steroid-binding protein 2 13.33491033 L4_chemical_A3 +LQ03X007470 Membrane steroid-binding protein 2 12.53848734 L4_chemical_B1 +LQ03X007470 Membrane steroid-binding protein 2 12.50269092 L4_chemical_B2 +LQ03X007470 Membrane steroid-binding protein 2 12.3002502 L4_chemical_B3 +LQ03X007470 Membrane steroid-binding protein 2 12.01726962 L4_chemical_C2 +LQ03X007470 Membrane steroid-binding protein 2 11.75483007 L4_chemical_C3 +LQ03X007490 Hypothetical protein 5.079053865 C6_control_A1 +LQ03X007490 Hypothetical protein 5.230068293 C6_control_A3 +LQ03X007490 Hypothetical protein 4.984971815 C6_control_B1 +LQ03X007490 Hypothetical protein 5.006956825 C6_control_B2 +LQ03X007490 Hypothetical protein 4.858655857 C6_control_B3 +LQ03X007490 Hypothetical protein 5.083169665 C6_control_C1 +LQ03X007490 Hypothetical protein 5.394966307 C6_control_C2 +LQ03X007490 Hypothetical protein 5.060067922 C6_control_C3 +LQ03X007490 Hypothetical protein 5.05631376 C6_chemical_A1 +LQ03X007490 Hypothetical protein 4.81410432 C6_chemical_A3 +LQ03X007490 Hypothetical protein 5.061109139 C6_chemical_B1 +LQ03X007490 Hypothetical protein 4.974862067 C6_chemical_B2 +LQ03X007490 Hypothetical protein 5.126927467 C6_chemical_B3 +LQ03X007490 Hypothetical protein 4.976048162 C6_chemical_C1 +LQ03X007490 Hypothetical protein 5.203381952 C6_chemical_C2 +LQ03X007490 Hypothetical protein 5.17006614 C6_chemical_C3 +LQ03X007490 Hypothetical protein 5.15685805 L4_control_A1 +LQ03X007490 Hypothetical protein 4.863533063 L4_control_A2 +LQ03X007490 Hypothetical protein 5.541056735 L4_control_A3 +LQ03X007490 Hypothetical protein 4.882074668 L4_control_B1 +LQ03X007490 Hypothetical protein 5.026851839 L4_control_B2 +LQ03X007490 Hypothetical protein 5.081286041 L4_control_B3 +LQ03X007490 Hypothetical protein 5.311749197 L4_control_C2 +LQ03X007490 Hypothetical protein 5.289547923 L4_control_C3 +LQ03X007490 Hypothetical protein 4.992771888 L4_chemical_A1 +LQ03X007490 Hypothetical protein 4.969409613 L4_chemical_A2 +LQ03X007490 Hypothetical protein 5.553836802 L4_chemical_A3 +LQ03X007490 Hypothetical protein 4.978139441 L4_chemical_B1 +LQ03X007490 Hypothetical protein 4.688048568 L4_chemical_B2 +LQ03X007490 Hypothetical protein 4.877357165 L4_chemical_B3 +LQ03X007490 Hypothetical protein 5.048057126 L4_chemical_C2 +LQ03X007490 Hypothetical protein 5.164164005 L4_chemical_C3 +LQ03X007500 Hypothetical protein 4.656587959 C6_control_A1 +LQ03X007500 Hypothetical protein 4.917417995 C6_control_A3 +LQ03X007500 Hypothetical protein 4.503057549 C6_control_B1 +LQ03X007500 Hypothetical protein 4.592721804 C6_control_B2 +LQ03X007500 Hypothetical protein 4.796388248 C6_control_B3 +LQ03X007500 Hypothetical protein 5.002472791 C6_control_C1 +LQ03X007500 Hypothetical protein 4.477164434 C6_control_C2 +LQ03X007500 Hypothetical protein 5.096600095 C6_control_C3 +LQ03X007500 Hypothetical protein 4.708051839 C6_chemical_A1 +LQ03X007500 Hypothetical protein 4.71989426 C6_chemical_A3 +LQ03X007500 Hypothetical protein 4.729426741 C6_chemical_B1 +LQ03X007500 Hypothetical protein 4.454227978 C6_chemical_B2 +LQ03X007500 Hypothetical protein 4.69743269 C6_chemical_B3 +LQ03X007500 Hypothetical protein 4.998285707 C6_chemical_C1 +LQ03X007500 Hypothetical protein 4.759476976 C6_chemical_C2 +LQ03X007500 Hypothetical protein 4.676104756 C6_chemical_C3 +LQ03X007500 Hypothetical protein 4.649729051 L4_control_A1 +LQ03X007500 Hypothetical protein 4.778319939 L4_control_A2 +LQ03X007500 Hypothetical protein 4.761087789 L4_control_A3 +LQ03X007500 Hypothetical protein 4.870733345 L4_control_B1 +LQ03X007500 Hypothetical protein 4.903294879 L4_control_B2 +LQ03X007500 Hypothetical protein 4.508967873 L4_control_B3 +LQ03X007500 Hypothetical protein 5.351936592 L4_control_C2 +LQ03X007500 Hypothetical protein 5.593759284 L4_control_C3 +LQ03X007500 Hypothetical protein 4.949797201 L4_chemical_A1 +LQ03X007500 Hypothetical protein 4.735921857 L4_chemical_A2 +LQ03X007500 Hypothetical protein 4.949143553 L4_chemical_A3 +LQ03X007500 Hypothetical protein 4.687173313 L4_chemical_B1 +LQ03X007500 Hypothetical protein 4.543148274 L4_chemical_B2 +LQ03X007500 Hypothetical protein 4.587846387 L4_chemical_B3 +LQ03X007500 Hypothetical protein 5.072419066 L4_chemical_C2 +LQ03X007500 Hypothetical protein 5.600276001 L4_chemical_C3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.55756661 C6_control_A1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.88207981 C6_control_A3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.30845938 C6_control_B1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.62853522 C6_control_B2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.59756553 C6_control_B3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.74321155 C6_control_C1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.34903502 C6_control_C2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.00838693 C6_control_C3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.95050818 C6_chemical_A1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.63501744 C6_chemical_A3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.16734768 C6_chemical_B1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.99489396 C6_chemical_B2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.98517553 C6_chemical_B3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.11976289 C6_chemical_C1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.19812543 C6_chemical_C2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.32363122 C6_chemical_C3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.08146341 L4_control_A1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.97878223 L4_control_A2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.98907826 L4_control_A3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.95317765 L4_control_B1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.42043603 L4_control_B2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.15778683 L4_control_B3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.05164121 L4_control_C2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.82993176 L4_control_C3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.09695044 L4_chemical_A1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.17086772 L4_chemical_A2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.10027378 L4_chemical_A3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.02553933 L4_chemical_B1 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.56304198 L4_chemical_B2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 13.11125422 L4_chemical_B3 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.77285043 L4_chemical_C2 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.97824699 L4_chemical_C3 +LQ03X007600 Hypothetical protein 5.284697752 C6_control_A1 +LQ03X007600 Hypothetical protein 5.035213455 C6_control_A3 +LQ03X007600 Hypothetical protein 5.023247309 C6_control_B1 +LQ03X007600 Hypothetical protein 5.127695272 C6_control_B2 +LQ03X007600 Hypothetical protein 5.281559217 C6_control_B3 +LQ03X007600 Hypothetical protein 4.994682194 C6_control_C1 +LQ03X007600 Hypothetical protein 5.112458755 C6_control_C2 +LQ03X007600 Hypothetical protein 5.384684161 C6_control_C3 +LQ03X007600 Hypothetical protein 5.150199734 C6_chemical_A1 +LQ03X007600 Hypothetical protein 5.019835375 C6_chemical_A3 +LQ03X007600 Hypothetical protein 5.863156787 C6_chemical_B1 +LQ03X007600 Hypothetical protein 5.256960836 C6_chemical_B2 +LQ03X007600 Hypothetical protein 5.453967391 C6_chemical_B3 +LQ03X007600 Hypothetical protein 5.224845966 C6_chemical_C1 +LQ03X007600 Hypothetical protein 5.263889224 C6_chemical_C2 +LQ03X007600 Hypothetical protein 5.06724954 C6_chemical_C3 +LQ03X007600 Hypothetical protein 5.013753874 L4_control_A1 +LQ03X007600 Hypothetical protein 5.291853962 L4_control_A2 +LQ03X007600 Hypothetical protein 5.184754286 L4_control_A3 +LQ03X007600 Hypothetical protein 5.414679417 L4_control_B1 +LQ03X007600 Hypothetical protein 5.237863473 L4_control_B2 +LQ03X007600 Hypothetical protein 5.100718754 L4_control_B3 +LQ03X007600 Hypothetical protein 5.088272489 L4_control_C2 +LQ03X007600 Hypothetical protein 5.195472374 L4_control_C3 +LQ03X007600 Hypothetical protein 5.188747926 L4_chemical_A1 +LQ03X007600 Hypothetical protein 5.004289865 L4_chemical_A2 +LQ03X007600 Hypothetical protein 5.415283627 L4_chemical_A3 +LQ03X007600 Hypothetical protein 4.567851884 L4_chemical_B1 +LQ03X007600 Hypothetical protein 4.920449538 L4_chemical_B2 +LQ03X007600 Hypothetical protein 5.201907361 L4_chemical_B3 +LQ03X007600 Hypothetical protein 5.227228774 L4_chemical_C2 +LQ03X007600 Hypothetical protein 5.672569219 L4_chemical_C3 +LQ03X007640 Predicted protein 6.70702292 C6_control_A1 +LQ03X007640 Predicted protein 7.611257448 C6_control_A3 +LQ03X007640 Predicted protein 6.52419699 C6_control_B1 +LQ03X007640 Predicted protein 6.887659505 C6_control_B2 +LQ03X007640 Predicted protein 6.242647414 C6_control_B3 +LQ03X007640 Predicted protein 6.709039552 C6_control_C1 +LQ03X007640 Predicted protein 8.119232912 C6_control_C2 +LQ03X007640 Predicted protein 6.884525941 C6_control_C3 +LQ03X007640 Predicted protein 7.070580581 C6_chemical_A1 +LQ03X007640 Predicted protein 6.41658707 C6_chemical_A3 +LQ03X007640 Predicted protein 6.102859114 C6_chemical_B1 +LQ03X007640 Predicted protein 6.886742776 C6_chemical_B2 +LQ03X007640 Predicted protein 5.740058056 C6_chemical_B3 +LQ03X007640 Predicted protein 6.811615344 C6_chemical_C1 +LQ03X007640 Predicted protein 7.493825371 C6_chemical_C2 +LQ03X007640 Predicted protein 6.599120779 C6_chemical_C3 +LQ03X007640 Predicted protein 6.6956828 L4_control_A1 +LQ03X007640 Predicted protein 6.783215728 L4_control_A2 +LQ03X007640 Predicted protein 7.538533959 L4_control_A3 +LQ03X007640 Predicted protein 6.187890572 L4_control_B1 +LQ03X007640 Predicted protein 6.605611285 L4_control_B2 +LQ03X007640 Predicted protein 6.220666147 L4_control_B3 +LQ03X007640 Predicted protein 5.807008966 L4_control_C2 +LQ03X007640 Predicted protein 6.086114262 L4_control_C3 +LQ03X007640 Predicted protein 6.255757988 L4_chemical_A1 +LQ03X007640 Predicted protein 6.587822785 L4_chemical_A2 +LQ03X007640 Predicted protein 6.846142577 L4_chemical_A3 +LQ03X007640 Predicted protein 6.72312935 L4_chemical_B1 +LQ03X007640 Predicted protein 7.023674391 L4_chemical_B2 +LQ03X007640 Predicted protein 6.310979298 L4_chemical_B3 +LQ03X007640 Predicted protein 6.808386375 L4_chemical_C2 +LQ03X007640 Predicted protein 6.573225166 L4_chemical_C3 +LQ03X007660 Alpha-galactosidase 5.516500197 C6_control_A1 +LQ03X007660 Alpha-galactosidase 5.954446095 C6_control_A3 +LQ03X007660 Alpha-galactosidase 5.729267002 C6_control_B1 +LQ03X007660 Alpha-galactosidase 5.528124225 C6_control_B2 +LQ03X007660 Alpha-galactosidase 5.970626001 C6_control_B3 +LQ03X007660 Alpha-galactosidase 5.542526194 C6_control_C1 +LQ03X007660 Alpha-galactosidase 5.449297146 C6_control_C2 +LQ03X007660 Alpha-galactosidase 5.40395097 C6_control_C3 +LQ03X007660 Alpha-galactosidase 5.681751697 C6_chemical_A1 +LQ03X007660 Alpha-galactosidase 5.338989711 C6_chemical_A3 +LQ03X007660 Alpha-galactosidase 5.733217867 C6_chemical_B1 +LQ03X007660 Alpha-galactosidase 5.945390725 C6_chemical_B2 +LQ03X007660 Alpha-galactosidase 6.056924531 C6_chemical_B3 +LQ03X007660 Alpha-galactosidase 5.482055202 C6_chemical_C1 +LQ03X007660 Alpha-galactosidase 5.359532197 C6_chemical_C2 +LQ03X007660 Alpha-galactosidase 5.298439317 C6_chemical_C3 +LQ03X007660 Alpha-galactosidase 5.767446671 L4_control_A1 +LQ03X007660 Alpha-galactosidase 5.276597948 L4_control_A2 +LQ03X007660 Alpha-galactosidase 5.633398657 L4_control_A3 +LQ03X007660 Alpha-galactosidase 5.285274151 L4_control_B1 +LQ03X007660 Alpha-galactosidase 5.833883074 L4_control_B2 +LQ03X007660 Alpha-galactosidase 5.486121084 L4_control_B3 +LQ03X007660 Alpha-galactosidase 5.470290195 L4_control_C2 +LQ03X007660 Alpha-galactosidase 5.705292746 L4_control_C3 +LQ03X007660 Alpha-galactosidase 5.29424291 L4_chemical_A1 +LQ03X007660 Alpha-galactosidase 5.327216063 L4_chemical_A2 +LQ03X007660 Alpha-galactosidase 5.397301325 L4_chemical_A3 +LQ03X007660 Alpha-galactosidase 5.939567545 L4_chemical_B1 +LQ03X007660 Alpha-galactosidase 5.372843016 L4_chemical_B2 +LQ03X007660 Alpha-galactosidase 5.810702928 L4_chemical_B3 +LQ03X007660 Alpha-galactosidase 5.978107867 L4_chemical_C2 +LQ03X007660 Alpha-galactosidase 4.969747576 L4_chemical_C3 +LQ03X007760 Hypothetical protein 14.08429808 C6_control_A1 +LQ03X007760 Hypothetical protein 13.92523632 C6_control_A3 +LQ03X007760 Hypothetical protein 13.72011998 C6_control_B1 +LQ03X007760 Hypothetical protein 13.58774564 C6_control_B2 +LQ03X007760 Hypothetical protein 13.79645298 C6_control_B3 +LQ03X007760 Hypothetical protein 13.46392304 C6_control_C1 +LQ03X007760 Hypothetical protein 13.74687573 C6_control_C2 +LQ03X007760 Hypothetical protein 13.52906658 C6_control_C3 +LQ03X007760 Hypothetical protein 13.820954 C6_chemical_A1 +LQ03X007760 Hypothetical protein 13.36675797 C6_chemical_A3 +LQ03X007760 Hypothetical protein 13.61583786 C6_chemical_B1 +LQ03X007760 Hypothetical protein 13.74666966 C6_chemical_B2 +LQ03X007760 Hypothetical protein 13.60668866 C6_chemical_B3 +LQ03X007760 Hypothetical protein 13.58508567 C6_chemical_C1 +LQ03X007760 Hypothetical protein 13.71994112 C6_chemical_C2 +LQ03X007760 Hypothetical protein 13.26807047 C6_chemical_C3 +LQ03X007760 Hypothetical protein 13.64719206 L4_control_A1 +LQ03X007760 Hypothetical protein 13.37086353 L4_control_A2 +LQ03X007760 Hypothetical protein 13.31347791 L4_control_A3 +LQ03X007760 Hypothetical protein 13.12467244 L4_control_B1 +LQ03X007760 Hypothetical protein 13.26705764 L4_control_B2 +LQ03X007760 Hypothetical protein 13.03992201 L4_control_B3 +LQ03X007760 Hypothetical protein 13.58584147 L4_control_C2 +LQ03X007760 Hypothetical protein 13.14958501 L4_control_C3 +LQ03X007760 Hypothetical protein 13.87135761 L4_chemical_A1 +LQ03X007760 Hypothetical protein 13.24168823 L4_chemical_A2 +LQ03X007760 Hypothetical protein 13.36065623 L4_chemical_A3 +LQ03X007760 Hypothetical protein 13.77551744 L4_chemical_B1 +LQ03X007760 Hypothetical protein 13.51721932 L4_chemical_B2 +LQ03X007760 Hypothetical protein 13.18902529 L4_chemical_B3 +LQ03X007760 Hypothetical protein 13.55088855 L4_chemical_C2 +LQ03X007760 Hypothetical protein 13.16908752 L4_chemical_C3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.749359291 C6_control_A1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.892718468 C6_control_A3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.807255292 C6_control_B1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.614757999 C6_control_B2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.855666073 C6_control_B3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.362025096 C6_control_C1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.797457379 C6_control_C2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.880099275 C6_control_C3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.724906954 C6_chemical_A1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.859216162 C6_chemical_A3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.111787222 C6_chemical_B1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.880820082 C6_chemical_B2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.150897011 C6_chemical_B3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.184223726 C6_chemical_C1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.749524915 C6_chemical_C2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.966532635 C6_chemical_C3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.899606089 L4_control_A1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.782313869 L4_control_A2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.865937772 L4_control_A3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.959758127 L4_control_B1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.585048865 L4_control_B2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.697162317 L4_control_B3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.92079785 L4_control_C2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.969799389 L4_control_C3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.782682712 L4_chemical_A1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.743693883 L4_chemical_A2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.481275808 L4_chemical_A3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.868291587 L4_chemical_B1 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.524040426 L4_chemical_B2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.56827448 L4_chemical_B3 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.816352336 L4_chemical_C2 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.597735812 L4_chemical_C3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.1002255 C6_control_A1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 11.85771855 C6_control_A3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 11.95422668 C6_control_B1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.04574565 C6_control_B2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.04862141 C6_control_B3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.10788648 C6_control_C1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.67237429 C6_control_C2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.35960685 C6_control_C3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 11.50705077 C6_chemical_A1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.32091327 C6_chemical_A3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.29798025 C6_chemical_B1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.04812634 C6_chemical_B2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.9671304 C6_chemical_B3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.09552368 C6_chemical_C1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.45704576 C6_chemical_C2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 14.28452034 C6_chemical_C3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 12.11676424 L4_control_A1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.335087 L4_control_A2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.3069683 L4_control_A3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.59669843 L4_control_B1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.77703413 L4_control_B2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 14.30535624 L4_control_B3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 14.12234095 L4_control_C2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 14.78085519 L4_control_C3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.41064402 L4_chemical_A1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.93836815 L4_chemical_A2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.68408885 L4_chemical_A3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 14.01215182 L4_chemical_B1 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.50295073 L4_chemical_B2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 13.63372535 L4_chemical_B3 +LQ03X007870 Mitogen-activated protein kinase kinase 5 14.28943379 L4_chemical_C2 +LQ03X007870 Mitogen-activated protein kinase kinase 5 14.83368834 L4_chemical_C3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.949569107 C6_control_A1 +LQ03X007920 Putative Uncharacterized protein yeiA 6.672791134 C6_control_A3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.942880835 C6_control_B1 +LQ03X007920 Putative Uncharacterized protein yeiA 5.822701319 C6_control_B2 +LQ03X007920 Putative Uncharacterized protein yeiA 6.28859333 C6_control_B3 +LQ03X007920 Putative Uncharacterized protein yeiA 6.026334924 C6_control_C1 +LQ03X007920 Putative Uncharacterized protein yeiA 6.750832788 C6_control_C2 +LQ03X007920 Putative Uncharacterized protein yeiA 5.947891581 C6_control_C3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.826678555 C6_chemical_A1 +LQ03X007920 Putative Uncharacterized protein yeiA 5.857150612 C6_chemical_A3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.67378046 C6_chemical_B1 +LQ03X007920 Putative Uncharacterized protein yeiA 6.031618007 C6_chemical_B2 +LQ03X007920 Putative Uncharacterized protein yeiA 5.952074669 C6_chemical_B3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.69844675 C6_chemical_C1 +LQ03X007920 Putative Uncharacterized protein yeiA 6.080060211 C6_chemical_C2 +LQ03X007920 Putative Uncharacterized protein yeiA 5.758324255 C6_chemical_C3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.813743407 L4_control_A1 +LQ03X007920 Putative Uncharacterized protein yeiA 5.816156132 L4_control_A2 +LQ03X007920 Putative Uncharacterized protein yeiA 5.528408055 L4_control_A3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.634871736 L4_control_B1 +LQ03X007920 Putative Uncharacterized protein yeiA 5.656086902 L4_control_B2 +LQ03X007920 Putative Uncharacterized protein yeiA 5.486876411 L4_control_B3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.771206587 L4_control_C2 +LQ03X007920 Putative Uncharacterized protein yeiA 5.577720938 L4_control_C3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.971005761 L4_chemical_A1 +LQ03X007920 Putative Uncharacterized protein yeiA 5.960193401 L4_chemical_A2 +LQ03X007920 Putative Uncharacterized protein yeiA 6.123577897 L4_chemical_A3 +LQ03X007920 Putative Uncharacterized protein yeiA 6.460532549 L4_chemical_B1 +LQ03X007920 Putative Uncharacterized protein yeiA 5.987087345 L4_chemical_B2 +LQ03X007920 Putative Uncharacterized protein yeiA 5.392280799 L4_chemical_B3 +LQ03X007920 Putative Uncharacterized protein yeiA 5.10957857 L4_chemical_C2 +LQ03X007920 Putative Uncharacterized protein yeiA 5.506394732 L4_chemical_C3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.080453089 C6_control_A1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.595860429 C6_control_A3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 6.468128868 C6_control_B1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 9.017715914 C6_control_B2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 7.688687863 C6_control_B3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 9.693313501 C6_control_C1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 11.76533491 C6_control_C2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 10.88655414 C6_control_C3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 9.540809627 C6_chemical_A1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.755291584 C6_chemical_A3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.382330815 C6_chemical_B1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 10.58124163 C6_chemical_B2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.965082807 C6_chemical_B3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 11.53516011 C6_chemical_C1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 11.60113487 C6_chemical_C2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 12.05099853 C6_chemical_C3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.433067329 L4_control_A1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.167092152 L4_control_A2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 5.732203964 L4_control_A3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 7.42712468 L4_control_B1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 7.345605541 L4_control_B2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 7.882841114 L4_control_B3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 9.218902427 L4_control_C2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.244322332 L4_control_C3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.5904158 L4_chemical_A1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.375740994 L4_chemical_A2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 7.322008633 L4_chemical_A3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 6.886602876 L4_chemical_B1 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 6.61490912 L4_chemical_B2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.136444522 L4_chemical_B3 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.27507068 L4_chemical_C2 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 8.099785136 L4_chemical_C3 +LQ03X008040 Glutamate decarboxylase 14.43359194 C6_control_A1 +LQ03X008040 Glutamate decarboxylase 14.78692855 C6_control_A3 +LQ03X008040 Glutamate decarboxylase 14.89395013 C6_control_B1 +LQ03X008040 Glutamate decarboxylase 14.85657313 C6_control_B2 +LQ03X008040 Glutamate decarboxylase 14.73861756 C6_control_B3 +LQ03X008040 Glutamate decarboxylase 14.7097239 C6_control_C1 +LQ03X008040 Glutamate decarboxylase 14.75384251 C6_control_C2 +LQ03X008040 Glutamate decarboxylase 14.73586513 C6_control_C3 +LQ03X008040 Glutamate decarboxylase 14.5260612 C6_chemical_A1 +LQ03X008040 Glutamate decarboxylase 14.65411897 C6_chemical_A3 +LQ03X008040 Glutamate decarboxylase 14.75687644 C6_chemical_B1 +LQ03X008040 Glutamate decarboxylase 14.93511332 C6_chemical_B2 +LQ03X008040 Glutamate decarboxylase 14.9882585 C6_chemical_B3 +LQ03X008040 Glutamate decarboxylase 14.26927459 C6_chemical_C1 +LQ03X008040 Glutamate decarboxylase 14.64673832 C6_chemical_C2 +LQ03X008040 Glutamate decarboxylase 14.61204237 C6_chemical_C3 +LQ03X008040 Glutamate decarboxylase 14.59472687 L4_control_A1 +LQ03X008040 Glutamate decarboxylase 14.84715487 L4_control_A2 +LQ03X008040 Glutamate decarboxylase 14.55104145 L4_control_A3 +LQ03X008040 Glutamate decarboxylase 15.11680967 L4_control_B1 +LQ03X008040 Glutamate decarboxylase 14.70370152 L4_control_B2 +LQ03X008040 Glutamate decarboxylase 15.17030601 L4_control_B3 +LQ03X008040 Glutamate decarboxylase 14.58403155 L4_control_C2 +LQ03X008040 Glutamate decarboxylase 14.49041253 L4_control_C3 +LQ03X008040 Glutamate decarboxylase 14.49145403 L4_chemical_A1 +LQ03X008040 Glutamate decarboxylase 14.90497468 L4_chemical_A2 +LQ03X008040 Glutamate decarboxylase 14.38447843 L4_chemical_A3 +LQ03X008040 Glutamate decarboxylase 14.58818422 L4_chemical_B1 +LQ03X008040 Glutamate decarboxylase 14.37129182 L4_chemical_B2 +LQ03X008040 Glutamate decarboxylase 15.03354099 L4_chemical_B3 +LQ03X008040 Glutamate decarboxylase 14.49946353 L4_chemical_C2 +LQ03X008040 Glutamate decarboxylase 14.54009251 L4_chemical_C3 +LQ03X008151 Hypothetical protein 4.830864337 C6_control_A1 +LQ03X008151 Hypothetical protein 5.148327572 C6_control_A3 +LQ03X008151 Hypothetical protein 4.928975854 C6_control_B1 +LQ03X008151 Hypothetical protein 4.612956299 C6_control_B2 +LQ03X008151 Hypothetical protein 4.813653353 C6_control_B3 +LQ03X008151 Hypothetical protein 4.567900524 C6_control_C1 +LQ03X008151 Hypothetical protein 4.44681287 C6_control_C2 +LQ03X008151 Hypothetical protein 4.560125045 C6_control_C3 +LQ03X008151 Hypothetical protein 4.845223355 C6_chemical_A1 +LQ03X008151 Hypothetical protein 5.133130286 C6_chemical_A3 +LQ03X008151 Hypothetical protein 4.712835928 C6_chemical_B1 +LQ03X008151 Hypothetical protein 4.693842803 C6_chemical_B2 +LQ03X008151 Hypothetical protein 4.871222549 C6_chemical_B3 +LQ03X008151 Hypothetical protein 4.6163364 C6_chemical_C1 +LQ03X008151 Hypothetical protein 4.586315354 C6_chemical_C2 +LQ03X008151 Hypothetical protein 4.498872982 C6_chemical_C3 +LQ03X008151 Hypothetical protein 4.676070528 L4_control_A1 +LQ03X008151 Hypothetical protein 4.783555493 L4_control_A2 +LQ03X008151 Hypothetical protein 5.609470208 L4_control_A3 +LQ03X008151 Hypothetical protein 5.262579659 L4_control_B1 +LQ03X008151 Hypothetical protein 4.87597839 L4_control_B2 +LQ03X008151 Hypothetical protein 4.764737246 L4_control_B3 +LQ03X008151 Hypothetical protein 5.046905924 L4_control_C2 +LQ03X008151 Hypothetical protein 5.493291029 L4_control_C3 +LQ03X008151 Hypothetical protein 4.828076222 L4_chemical_A1 +LQ03X008151 Hypothetical protein 4.830133189 L4_chemical_A2 +LQ03X008151 Hypothetical protein 5.355210313 L4_chemical_A3 +LQ03X008151 Hypothetical protein 4.832286973 L4_chemical_B1 +LQ03X008151 Hypothetical protein 5.198516065 L4_chemical_B2 +LQ03X008151 Hypothetical protein 4.737080422 L4_chemical_B3 +LQ03X008151 Hypothetical protein 5.034552755 L4_chemical_C2 +LQ03X008151 Hypothetical protein 4.952771549 L4_chemical_C3 +LQ03X008280 Putative uncharacterized protein 11.63645724 C6_control_A1 +LQ03X008280 Putative uncharacterized protein 11.57626896 C6_control_A3 +LQ03X008280 Putative uncharacterized protein 11.88298022 C6_control_B1 +LQ03X008280 Putative uncharacterized protein 11.66634984 C6_control_B2 +LQ03X008280 Putative uncharacterized protein 11.90056102 C6_control_B3 +LQ03X008280 Putative uncharacterized protein 11.33018647 C6_control_C1 +LQ03X008280 Putative uncharacterized protein 11.43321507 C6_control_C2 +LQ03X008280 Putative uncharacterized protein 11.20704962 C6_control_C3 +LQ03X008280 Putative uncharacterized protein 11.44069503 C6_chemical_A1 +LQ03X008280 Putative uncharacterized protein 11.07613218 C6_chemical_A3 +LQ03X008280 Putative uncharacterized protein 12.0698219 C6_chemical_B1 +LQ03X008280 Putative uncharacterized protein 11.26671484 C6_chemical_B2 +LQ03X008280 Putative uncharacterized protein 11.93788754 C6_chemical_B3 +LQ03X008280 Putative uncharacterized protein 11.08833902 C6_chemical_C1 +LQ03X008280 Putative uncharacterized protein 11.56778443 C6_chemical_C2 +LQ03X008280 Putative uncharacterized protein 11.3182052 C6_chemical_C3 +LQ03X008280 Putative uncharacterized protein 10.78518344 L4_control_A1 +LQ03X008280 Putative uncharacterized protein 10.713551 L4_control_A2 +LQ03X008280 Putative uncharacterized protein 10.75592136 L4_control_A3 +LQ03X008280 Putative uncharacterized protein 11.18406496 L4_control_B1 +LQ03X008280 Putative uncharacterized protein 11.81101002 L4_control_B2 +LQ03X008280 Putative uncharacterized protein 11.28741449 L4_control_B3 +LQ03X008280 Putative uncharacterized protein 11.33054025 L4_control_C2 +LQ03X008280 Putative uncharacterized protein 11.9730048 L4_control_C3 +LQ03X008280 Putative uncharacterized protein 10.33575332 L4_chemical_A1 +LQ03X008280 Putative uncharacterized protein 10.62614558 L4_chemical_A2 +LQ03X008280 Putative uncharacterized protein 10.65274486 L4_chemical_A3 +LQ03X008280 Putative uncharacterized protein 11.21846743 L4_chemical_B1 +LQ03X008280 Putative uncharacterized protein 11.06471366 L4_chemical_B2 +LQ03X008280 Putative uncharacterized protein 10.95408734 L4_chemical_B3 +LQ03X008280 Putative uncharacterized protein 11.64367134 L4_chemical_C2 +LQ03X008280 Putative uncharacterized protein 11.88007616 L4_chemical_C3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.57891492 C6_control_A1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 14.90813984 C6_control_A3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.53107917 C6_control_B1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.56301213 C6_control_B2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.56099521 C6_control_B3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.72784362 C6_control_C1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.30386688 C6_control_C2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.71344033 C6_control_C3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.334105 C6_chemical_A1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.45667224 C6_chemical_A3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.62904071 C6_chemical_B1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.45398071 C6_chemical_B2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.56692895 C6_chemical_B3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.46006625 C6_chemical_C1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.76246047 C6_chemical_C2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.42708612 C6_chemical_C3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.06281384 L4_control_A1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.16893151 L4_control_A2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 14.87234093 L4_control_A3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.64715082 L4_control_B1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.44226498 L4_control_B2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.53329344 L4_control_B3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.61958985 L4_control_C2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.67619904 L4_control_C3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 14.86181073 L4_chemical_A1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.12005086 L4_chemical_A2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 14.8401365 L4_chemical_A3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.20030046 L4_chemical_B1 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.53484888 L4_chemical_B2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.48129082 L4_chemical_B3 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.42422293 L4_chemical_C2 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.58704718 L4_chemical_C3 +LQ03X008310 Expansin-A1 7.253444251 C6_control_A1 +LQ03X008310 Expansin-A1 6.623385264 C6_control_A3 +LQ03X008310 Expansin-A1 8.74424522 C6_control_B1 +LQ03X008310 Expansin-A1 9.929833822 C6_control_B2 +LQ03X008310 Expansin-A1 9.249666884 C6_control_B3 +LQ03X008310 Expansin-A1 7.143411134 C6_control_C1 +LQ03X008310 Expansin-A1 6.732656546 C6_control_C2 +LQ03X008310 Expansin-A1 8.147911405 C6_control_C3 +LQ03X008310 Expansin-A1 7.524227654 C6_chemical_A1 +LQ03X008310 Expansin-A1 6.401159522 C6_chemical_A3 +LQ03X008310 Expansin-A1 8.457842126 C6_chemical_B1 +LQ03X008310 Expansin-A1 10.02559004 C6_chemical_B2 +LQ03X008310 Expansin-A1 7.19218077 C6_chemical_B3 +LQ03X008310 Expansin-A1 7.324436687 C6_chemical_C1 +LQ03X008310 Expansin-A1 7.429869461 C6_chemical_C2 +LQ03X008310 Expansin-A1 7.641931367 C6_chemical_C3 +LQ03X008310 Expansin-A1 6.817483842 L4_control_A1 +LQ03X008310 Expansin-A1 6.116743043 L4_control_A2 +LQ03X008310 Expansin-A1 5.250589051 L4_control_A3 +LQ03X008310 Expansin-A1 6.121748326 L4_control_B1 +LQ03X008310 Expansin-A1 7.438021956 L4_control_B2 +LQ03X008310 Expansin-A1 6.275901218 L4_control_B3 +LQ03X008310 Expansin-A1 5.414023205 L4_control_C2 +LQ03X008310 Expansin-A1 5.330057373 L4_control_C3 +LQ03X008310 Expansin-A1 7.978154291 L4_chemical_A1 +LQ03X008310 Expansin-A1 5.544170012 L4_chemical_A2 +LQ03X008310 Expansin-A1 6.122418769 L4_chemical_A3 +LQ03X008310 Expansin-A1 6.26526651 L4_chemical_B1 +LQ03X008310 Expansin-A1 5.693385891 L4_chemical_B2 +LQ03X008310 Expansin-A1 6.268584329 L4_chemical_B3 +LQ03X008310 Expansin-A1 5.096647869 L4_chemical_C2 +LQ03X008310 Expansin-A1 5.762170711 L4_chemical_C3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 11.91096286 C6_control_A1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.56844151 C6_control_A3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 11.97349522 C6_control_B1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.8847541 C6_control_B2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.07476858 C6_control_B3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 10.09186875 C6_control_C1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 11.26462596 C6_control_C2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 10.33159787 C6_control_C3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 11.28007782 C6_chemical_A1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.25580222 C6_chemical_A3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 11.67727978 C6_chemical_B1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.80720143 C6_chemical_B2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.27866835 C6_chemical_B3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 10.15946089 C6_chemical_C1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 10.77535545 C6_chemical_C2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.01792192 C6_chemical_C3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.09267711 L4_control_A1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.43249944 L4_control_A2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.53800608 L4_control_A3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.48020846 L4_control_B1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.41778208 L4_control_B2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.7275762 L4_control_B3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 10.77759508 L4_control_C2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 10.89727398 L4_control_C3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.93302016 L4_chemical_A1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.51986423 L4_chemical_A2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.4081352 L4_chemical_A3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 12.06360134 L4_chemical_B1 +LQ03X008330 Thioredoxin-like 3, chloroplastic 11.75077396 L4_chemical_B2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 13.201077 L4_chemical_B3 +LQ03X008330 Thioredoxin-like 3, chloroplastic 10.72091568 L4_chemical_C2 +LQ03X008330 Thioredoxin-like 3, chloroplastic 11.0276777 L4_chemical_C3 +LQ03X008390 Putative uncharacterized protein 13.02728558 C6_control_A1 +LQ03X008390 Putative uncharacterized protein 13.13892653 C6_control_A3 +LQ03X008390 Putative uncharacterized protein 13.39842619 C6_control_B1 +LQ03X008390 Putative uncharacterized protein 13.82317238 C6_control_B2 +LQ03X008390 Putative uncharacterized protein 13.67578996 C6_control_B3 +LQ03X008390 Putative uncharacterized protein 14.23502649 C6_control_C1 +LQ03X008390 Putative uncharacterized protein 14.25884232 C6_control_C2 +LQ03X008390 Putative uncharacterized protein 14.30828512 C6_control_C3 +LQ03X008390 Putative uncharacterized protein 12.59626976 C6_chemical_A1 +LQ03X008390 Putative uncharacterized protein 12.8637561 C6_chemical_A3 +LQ03X008390 Putative uncharacterized protein 13.31062511 C6_chemical_B1 +LQ03X008390 Putative uncharacterized protein 13.81105429 C6_chemical_B2 +LQ03X008390 Putative uncharacterized protein 13.40355584 C6_chemical_B3 +LQ03X008390 Putative uncharacterized protein 13.91125743 C6_chemical_C1 +LQ03X008390 Putative uncharacterized protein 14.01367148 C6_chemical_C2 +LQ03X008390 Putative uncharacterized protein 14.19046904 C6_chemical_C3 +LQ03X008390 Putative uncharacterized protein 12.35242401 L4_control_A1 +LQ03X008390 Putative uncharacterized protein 13.07558278 L4_control_A2 +LQ03X008390 Putative uncharacterized protein 12.75207077 L4_control_A3 +LQ03X008390 Putative uncharacterized protein 13.32943849 L4_control_B1 +LQ03X008390 Putative uncharacterized protein 12.43112934 L4_control_B2 +LQ03X008390 Putative uncharacterized protein 14.29844801 L4_control_B3 +LQ03X008390 Putative uncharacterized protein 13.41234703 L4_control_C2 +LQ03X008390 Putative uncharacterized protein 13.59782664 L4_control_C3 +LQ03X008390 Putative uncharacterized protein 12.73640124 L4_chemical_A1 +LQ03X008390 Putative uncharacterized protein 13.09255217 L4_chemical_A2 +LQ03X008390 Putative uncharacterized protein 12.50340843 L4_chemical_A3 +LQ03X008390 Putative uncharacterized protein 12.7350259 L4_chemical_B1 +LQ03X008390 Putative uncharacterized protein 12.77285422 L4_chemical_B2 +LQ03X008390 Putative uncharacterized protein 13.47770266 L4_chemical_B3 +LQ03X008390 Putative uncharacterized protein 13.38220788 L4_chemical_C2 +LQ03X008390 Putative uncharacterized protein 13.9073119 L4_chemical_C3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.69161768 C6_control_A1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.64562519 C6_control_A3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.36399121 C6_control_B1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 14.08349918 C6_control_B2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.41384271 C6_control_B3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 14.23344371 C6_control_C1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 14.40632186 C6_control_C2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 14.2867239 C6_control_C3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.59201581 C6_chemical_A1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 12.91617495 C6_chemical_A3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.13549794 C6_chemical_B1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.87758749 C6_chemical_B2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.61883829 C6_chemical_B3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 14.46669336 C6_chemical_C1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 14.66082903 C6_chemical_C2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 14.16210824 C6_chemical_C3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.05099576 L4_control_A1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.54146926 L4_control_A2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.36458706 L4_control_A3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.18611021 L4_control_B1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 12.44142638 L4_control_B2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.54453964 L4_control_B3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.01694469 L4_control_C2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.38689753 L4_control_C3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.85694295 L4_chemical_A1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.99422277 L4_chemical_A2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.71595526 L4_chemical_A3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.16401099 L4_chemical_B1 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.06187644 L4_chemical_B2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.65529795 L4_chemical_B3 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.18784272 L4_chemical_C2 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.45366812 L4_chemical_C3 +LQ03X008442 Putative Enzymatic polyprotein 5.444372495 C6_control_A1 +LQ03X008442 Putative Enzymatic polyprotein 5.108776362 C6_control_A3 +LQ03X008442 Putative Enzymatic polyprotein 4.718215669 C6_control_B1 +LQ03X008442 Putative Enzymatic polyprotein 4.725480764 C6_control_B2 +LQ03X008442 Putative Enzymatic polyprotein 5.133688312 C6_control_B3 +LQ03X008442 Putative Enzymatic polyprotein 4.897269391 C6_control_C1 +LQ03X008442 Putative Enzymatic polyprotein 4.913235351 C6_control_C2 +LQ03X008442 Putative Enzymatic polyprotein 4.941252639 C6_control_C3 +LQ03X008442 Putative Enzymatic polyprotein 4.979014274 C6_chemical_A1 +LQ03X008442 Putative Enzymatic polyprotein 5.01514354 C6_chemical_A3 +LQ03X008442 Putative Enzymatic polyprotein 5.068722488 C6_chemical_B1 +LQ03X008442 Putative Enzymatic polyprotein 4.537170982 C6_chemical_B2 +LQ03X008442 Putative Enzymatic polyprotein 5.173738097 C6_chemical_B3 +LQ03X008442 Putative Enzymatic polyprotein 4.913815229 C6_chemical_C1 +LQ03X008442 Putative Enzymatic polyprotein 4.976921678 C6_chemical_C2 +LQ03X008442 Putative Enzymatic polyprotein 4.938280972 C6_chemical_C3 +LQ03X008442 Putative Enzymatic polyprotein 4.941152282 L4_control_A1 +LQ03X008442 Putative Enzymatic polyprotein 4.98188093 L4_control_A2 +LQ03X008442 Putative Enzymatic polyprotein 5.638848072 L4_control_A3 +LQ03X008442 Putative Enzymatic polyprotein 5.268842969 L4_control_B1 +LQ03X008442 Putative Enzymatic polyprotein 5.492742532 L4_control_B2 +LQ03X008442 Putative Enzymatic polyprotein 5.059241558 L4_control_B3 +LQ03X008442 Putative Enzymatic polyprotein 5.821588758 L4_control_C2 +LQ03X008442 Putative Enzymatic polyprotein 4.971034606 L4_control_C3 +LQ03X008442 Putative Enzymatic polyprotein 5.233949635 L4_chemical_A1 +LQ03X008442 Putative Enzymatic polyprotein 5.084293886 L4_chemical_A2 +LQ03X008442 Putative Enzymatic polyprotein 5.206185771 L4_chemical_A3 +LQ03X008442 Putative Enzymatic polyprotein 5.267088124 L4_chemical_B1 +LQ03X008442 Putative Enzymatic polyprotein 5.509781049 L4_chemical_B2 +LQ03X008442 Putative Enzymatic polyprotein 4.997339882 L4_chemical_B3 +LQ03X008442 Putative Enzymatic polyprotein 5.987568673 L4_chemical_C2 +LQ03X008442 Putative Enzymatic polyprotein 4.979562219 L4_chemical_C3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.500067162 C6_control_A1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.8968764 C6_control_A3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.289125234 C6_control_B1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.395071614 C6_control_B2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.446595582 C6_control_B3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.257259678 C6_control_C1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.478441098 C6_control_C2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.613012207 C6_control_C3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.245108129 C6_chemical_A1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.687828844 C6_chemical_A3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.517422949 C6_chemical_B1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.596638032 C6_chemical_B2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 4.925773651 C6_chemical_B3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.473775417 C6_chemical_C1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.453945018 C6_chemical_C2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.063726982 C6_chemical_C3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.249986577 L4_control_A1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.927802858 L4_control_A2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 6.362932648 L4_control_A3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.89493087 L4_control_B1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.750847152 L4_control_B2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.442963749 L4_control_B3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.436082965 L4_control_C2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 4.90400815 L4_control_C3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.180386102 L4_chemical_A1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.318938145 L4_chemical_A2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 6.553797797 L4_chemical_A3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.593890087 L4_chemical_B1 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.463168972 L4_chemical_B2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.593417026 L4_chemical_B3 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 4.945805309 L4_chemical_C2 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.220631406 L4_chemical_C3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.659557309 C6_control_A1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.688726249 C6_control_A3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.902375138 C6_control_B1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.198765993 C6_control_B2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.444171305 C6_control_B3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.04232028 C6_control_C1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.036099411 C6_control_C2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 4.990773018 C6_control_C3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.226290424 C6_chemical_A1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.73998876 C6_chemical_A3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.538016975 C6_chemical_B1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.243433323 C6_chemical_B2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.234300435 C6_chemical_B3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 4.938770086 C6_chemical_C1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.197309071 C6_chemical_C2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 4.905970789 C6_chemical_C3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.751505109 L4_control_A1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.762395364 L4_control_A2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.086877937 L4_control_A3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.415510902 L4_control_B1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.343189195 L4_control_B2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.452181769 L4_control_B3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.017667823 L4_control_C2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 4.827135029 L4_control_C3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.62695359 L4_chemical_A1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.434379628 L4_chemical_A2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.922162317 L4_chemical_A3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.964351213 L4_chemical_B1 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.615633879 L4_chemical_B2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 6.278700292 L4_chemical_B3 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.281846435 L4_chemical_C2 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.261683166 L4_chemical_C3 +LQ03X008710 Hypothetical protein 9.17510213 C6_control_A1 +LQ03X008710 Hypothetical protein 8.928688906 C6_control_A3 +LQ03X008710 Hypothetical protein 8.999181431 C6_control_B1 +LQ03X008710 Hypothetical protein 9.03049414 C6_control_B2 +LQ03X008710 Hypothetical protein 8.604399255 C6_control_B3 +LQ03X008710 Hypothetical protein 9.220568569 C6_control_C1 +LQ03X008710 Hypothetical protein 8.655707959 C6_control_C2 +LQ03X008710 Hypothetical protein 9.10871542 C6_control_C3 +LQ03X008710 Hypothetical protein 9.04456628 C6_chemical_A1 +LQ03X008710 Hypothetical protein 9.558671355 C6_chemical_A3 +LQ03X008710 Hypothetical protein 8.900307378 C6_chemical_B1 +LQ03X008710 Hypothetical protein 8.944410537 C6_chemical_B2 +LQ03X008710 Hypothetical protein 8.472455037 C6_chemical_B3 +LQ03X008710 Hypothetical protein 8.919039288 C6_chemical_C1 +LQ03X008710 Hypothetical protein 8.667885453 C6_chemical_C2 +LQ03X008710 Hypothetical protein 9.005977834 C6_chemical_C3 +LQ03X008710 Hypothetical protein 9.573988948 L4_control_A1 +LQ03X008710 Hypothetical protein 10.06665573 L4_control_A2 +LQ03X008710 Hypothetical protein 8.336186605 L4_control_A3 +LQ03X008710 Hypothetical protein 9.758168467 L4_control_B1 +LQ03X008710 Hypothetical protein 9.736873695 L4_control_B2 +LQ03X008710 Hypothetical protein 10.1694829 L4_control_B3 +LQ03X008710 Hypothetical protein 9.033696805 L4_control_C2 +LQ03X008710 Hypothetical protein 9.533999536 L4_control_C3 +LQ03X008710 Hypothetical protein 9.613408139 L4_chemical_A1 +LQ03X008710 Hypothetical protein 9.561696698 L4_chemical_A2 +LQ03X008710 Hypothetical protein 7.903828285 L4_chemical_A3 +LQ03X008710 Hypothetical protein 9.57513322 L4_chemical_B1 +LQ03X008710 Hypothetical protein 9.370214635 L4_chemical_B2 +LQ03X008710 Hypothetical protein 10.27256486 L4_chemical_B3 +LQ03X008710 Hypothetical protein 8.647152581 L4_chemical_C2 +LQ03X008710 Hypothetical protein 9.458292177 L4_chemical_C3 +LQ03X008760 Hypothetical protein 4.826196313 C6_control_A1 +LQ03X008760 Hypothetical protein 4.774881784 C6_control_A3 +LQ03X008760 Hypothetical protein 5.790791646 C6_control_B1 +LQ03X008760 Hypothetical protein 4.81069992 C6_control_B2 +LQ03X008760 Hypothetical protein 4.986142678 C6_control_B3 +LQ03X008760 Hypothetical protein 5.196479265 C6_control_C1 +LQ03X008760 Hypothetical protein 4.782007926 C6_control_C2 +LQ03X008760 Hypothetical protein 5.140461838 C6_control_C3 +LQ03X008760 Hypothetical protein 4.940916513 C6_chemical_A1 +LQ03X008760 Hypothetical protein 5.004829682 C6_chemical_A3 +LQ03X008760 Hypothetical protein 7.770053481 C6_chemical_B1 +LQ03X008760 Hypothetical protein 4.850966372 C6_chemical_B2 +LQ03X008760 Hypothetical protein 5.611298553 C6_chemical_B3 +LQ03X008760 Hypothetical protein 5.058869835 C6_chemical_C1 +LQ03X008760 Hypothetical protein 4.966062421 C6_chemical_C2 +LQ03X008760 Hypothetical protein 4.950633988 C6_chemical_C3 +LQ03X008760 Hypothetical protein 5.359510717 L4_control_A1 +LQ03X008760 Hypothetical protein 4.827849529 L4_control_A2 +LQ03X008760 Hypothetical protein 4.905621247 L4_control_A3 +LQ03X008760 Hypothetical protein 5.83450253 L4_control_B1 +LQ03X008760 Hypothetical protein 4.929657894 L4_control_B2 +LQ03X008760 Hypothetical protein 5.040578214 L4_control_B3 +LQ03X008760 Hypothetical protein 5.37879607 L4_control_C2 +LQ03X008760 Hypothetical protein 5.620846138 L4_control_C3 +LQ03X008760 Hypothetical protein 5.490802828 L4_chemical_A1 +LQ03X008760 Hypothetical protein 5.072033007 L4_chemical_A2 +LQ03X008760 Hypothetical protein 5.14800987 L4_chemical_A3 +LQ03X008760 Hypothetical protein 4.955060895 L4_chemical_B1 +LQ03X008760 Hypothetical protein 5.028074726 L4_chemical_B2 +LQ03X008760 Hypothetical protein 4.867506991 L4_chemical_B3 +LQ03X008760 Hypothetical protein 6.265493426 L4_chemical_C2 +LQ03X008760 Hypothetical protein 5.2862697 L4_chemical_C3 +LQ03X008990 Putative uncharacterized protein 4.591009486 C6_control_A1 +LQ03X008990 Putative uncharacterized protein 4.723811595 C6_control_A3 +LQ03X008990 Putative uncharacterized protein 4.813321104 C6_control_B1 +LQ03X008990 Putative uncharacterized protein 5.032347539 C6_control_B2 +LQ03X008990 Putative uncharacterized protein 5.265177503 C6_control_B3 +LQ03X008990 Putative uncharacterized protein 4.836555851 C6_control_C1 +LQ03X008990 Putative uncharacterized protein 4.942746096 C6_control_C2 +LQ03X008990 Putative uncharacterized protein 5.172620989 C6_control_C3 +LQ03X008990 Putative uncharacterized protein 4.949084465 C6_chemical_A1 +LQ03X008990 Putative uncharacterized protein 4.773511524 C6_chemical_A3 +LQ03X008990 Putative uncharacterized protein 5.576070849 C6_chemical_B1 +LQ03X008990 Putative uncharacterized protein 4.863143361 C6_chemical_B2 +LQ03X008990 Putative uncharacterized protein 5.289420767 C6_chemical_B3 +LQ03X008990 Putative uncharacterized protein 4.667210307 C6_chemical_C1 +LQ03X008990 Putative uncharacterized protein 5.227994035 C6_chemical_C2 +LQ03X008990 Putative uncharacterized protein 5.243281496 C6_chemical_C3 +LQ03X008990 Putative uncharacterized protein 4.95138012 L4_control_A1 +LQ03X008990 Putative uncharacterized protein 4.82577446 L4_control_A2 +LQ03X008990 Putative uncharacterized protein 5.121944795 L4_control_A3 +LQ03X008990 Putative uncharacterized protein 4.992651794 L4_control_B1 +LQ03X008990 Putative uncharacterized protein 5.616315495 L4_control_B2 +LQ03X008990 Putative uncharacterized protein 4.999412136 L4_control_B3 +LQ03X008990 Putative uncharacterized protein 5.23257671 L4_control_C2 +LQ03X008990 Putative uncharacterized protein 5.198051692 L4_control_C3 +LQ03X008990 Putative uncharacterized protein 5.327875718 L4_chemical_A1 +LQ03X008990 Putative uncharacterized protein 5.12077665 L4_chemical_A2 +LQ03X008990 Putative uncharacterized protein 4.926553469 L4_chemical_A3 +LQ03X008990 Putative uncharacterized protein 4.790632628 L4_chemical_B1 +LQ03X008990 Putative uncharacterized protein 5.754691188 L4_chemical_B2 +LQ03X008990 Putative uncharacterized protein 4.844709919 L4_chemical_B3 +LQ03X008990 Putative uncharacterized protein 5.182831995 L4_chemical_C2 +LQ03X008990 Putative uncharacterized protein 4.846348564 L4_chemical_C3 +LQ03X009010 HIPL1 protein 6.13852277 C6_control_A1 +LQ03X009010 HIPL1 protein 6.813192621 C6_control_A3 +LQ03X009010 HIPL1 protein 5.518090788 C6_control_B1 +LQ03X009010 HIPL1 protein 5.48720552 C6_control_B2 +LQ03X009010 HIPL1 protein 5.04460928 C6_control_B3 +LQ03X009010 HIPL1 protein 5.226994911 C6_control_C1 +LQ03X009010 HIPL1 protein 5.754343339 C6_control_C2 +LQ03X009010 HIPL1 protein 5.72399065 C6_control_C3 +LQ03X009010 HIPL1 protein 5.842892354 C6_chemical_A1 +LQ03X009010 HIPL1 protein 6.083490701 C6_chemical_A3 +LQ03X009010 HIPL1 protein 5.601854676 C6_chemical_B1 +LQ03X009010 HIPL1 protein 5.437921372 C6_chemical_B2 +LQ03X009010 HIPL1 protein 5.436070278 C6_chemical_B3 +LQ03X009010 HIPL1 protein 5.261644648 C6_chemical_C1 +LQ03X009010 HIPL1 protein 5.531804831 C6_chemical_C2 +LQ03X009010 HIPL1 protein 5.441130333 C6_chemical_C3 +LQ03X009010 HIPL1 protein 5.593623331 L4_control_A1 +LQ03X009010 HIPL1 protein 5.685446623 L4_control_A2 +LQ03X009010 HIPL1 protein 6.641363889 L4_control_A3 +LQ03X009010 HIPL1 protein 5.539549531 L4_control_B1 +LQ03X009010 HIPL1 protein 5.60344116 L4_control_B2 +LQ03X009010 HIPL1 protein 5.626610038 L4_control_B3 +LQ03X009010 HIPL1 protein 5.423122775 L4_control_C2 +LQ03X009010 HIPL1 protein 6.818081059 L4_control_C3 +LQ03X009010 HIPL1 protein 5.527140295 L4_chemical_A1 +LQ03X009010 HIPL1 protein 5.817202633 L4_chemical_A2 +LQ03X009010 HIPL1 protein 5.685761056 L4_chemical_A3 +LQ03X009010 HIPL1 protein 5.642631034 L4_chemical_B1 +LQ03X009010 HIPL1 protein 5.170688887 L4_chemical_B2 +LQ03X009010 HIPL1 protein 5.727126071 L4_chemical_B3 +LQ03X009010 HIPL1 protein 5.172164537 L4_chemical_C2 +LQ03X009010 HIPL1 protein 5.369964567 L4_chemical_C3 +LQ03X009030 Hypothetical protein 5.368697957 C6_control_A1 +LQ03X009030 Hypothetical protein 5.295833323 C6_control_A3 +LQ03X009030 Hypothetical protein 5.087978634 C6_control_B1 +LQ03X009030 Hypothetical protein 5.025482175 C6_control_B2 +LQ03X009030 Hypothetical protein 5.144543008 C6_control_B3 +LQ03X009030 Hypothetical protein 5.17643988 C6_control_C1 +LQ03X009030 Hypothetical protein 5.35616369 C6_control_C2 +LQ03X009030 Hypothetical protein 5.570834471 C6_control_C3 +LQ03X009030 Hypothetical protein 5.41027294 C6_chemical_A1 +LQ03X009030 Hypothetical protein 5.205640622 C6_chemical_A3 +LQ03X009030 Hypothetical protein 5.380400482 C6_chemical_B1 +LQ03X009030 Hypothetical protein 5.433737801 C6_chemical_B2 +LQ03X009030 Hypothetical protein 5.509702999 C6_chemical_B3 +LQ03X009030 Hypothetical protein 5.204479137 C6_chemical_C1 +LQ03X009030 Hypothetical protein 5.099193809 C6_chemical_C2 +LQ03X009030 Hypothetical protein 5.849360702 C6_chemical_C3 +LQ03X009030 Hypothetical protein 5.004449033 L4_control_A1 +LQ03X009030 Hypothetical protein 4.933234854 L4_control_A2 +LQ03X009030 Hypothetical protein 5.488491159 L4_control_A3 +LQ03X009030 Hypothetical protein 5.198917993 L4_control_B1 +LQ03X009030 Hypothetical protein 5.236953149 L4_control_B2 +LQ03X009030 Hypothetical protein 4.991096046 L4_control_B3 +LQ03X009030 Hypothetical protein 5.945330735 L4_control_C2 +LQ03X009030 Hypothetical protein 5.17518578 L4_control_C3 +LQ03X009030 Hypothetical protein 5.130064117 L4_chemical_A1 +LQ03X009030 Hypothetical protein 4.929236842 L4_chemical_A2 +LQ03X009030 Hypothetical protein 5.355316174 L4_chemical_A3 +LQ03X009030 Hypothetical protein 4.986839304 L4_chemical_B1 +LQ03X009030 Hypothetical protein 5.322342793 L4_chemical_B2 +LQ03X009030 Hypothetical protein 5.085003024 L4_chemical_B3 +LQ03X009030 Hypothetical protein 5.56902396 L4_chemical_C2 +LQ03X009030 Hypothetical protein 5.364011139 L4_chemical_C3 +LQ03X009330 Hypothetical protein 4.926593181 C6_control_A1 +LQ03X009330 Hypothetical protein 5.103319431 C6_control_A3 +LQ03X009330 Hypothetical protein 5.269685673 C6_control_B1 +LQ03X009330 Hypothetical protein 5.038686274 C6_control_B2 +LQ03X009330 Hypothetical protein 5.067770368 C6_control_B3 +LQ03X009330 Hypothetical protein 5.59064066 C6_control_C1 +LQ03X009330 Hypothetical protein 4.971577446 C6_control_C2 +LQ03X009330 Hypothetical protein 5.143594617 C6_control_C3 +LQ03X009330 Hypothetical protein 5.55243697 C6_chemical_A1 +LQ03X009330 Hypothetical protein 5.105832691 C6_chemical_A3 +LQ03X009330 Hypothetical protein 5.155260799 C6_chemical_B1 +LQ03X009330 Hypothetical protein 5.018180492 C6_chemical_B2 +LQ03X009330 Hypothetical protein 5.074040693 C6_chemical_B3 +LQ03X009330 Hypothetical protein 5.087773074 C6_chemical_C1 +LQ03X009330 Hypothetical protein 5.117597092 C6_chemical_C2 +LQ03X009330 Hypothetical protein 5.075052439 C6_chemical_C3 +LQ03X009330 Hypothetical protein 5.233933331 L4_control_A1 +LQ03X009330 Hypothetical protein 5.064257677 L4_control_A2 +LQ03X009330 Hypothetical protein 5.500316755 L4_control_A3 +LQ03X009330 Hypothetical protein 5.937077081 L4_control_B1 +LQ03X009330 Hypothetical protein 5.293435047 L4_control_B2 +LQ03X009330 Hypothetical protein 4.93620433 L4_control_B3 +LQ03X009330 Hypothetical protein 5.591704176 L4_control_C2 +LQ03X009330 Hypothetical protein 4.911105868 L4_control_C3 +LQ03X009330 Hypothetical protein 5.008919854 L4_chemical_A1 +LQ03X009330 Hypothetical protein 5.11383206 L4_chemical_A2 +LQ03X009330 Hypothetical protein 5.974672501 L4_chemical_A3 +LQ03X009330 Hypothetical protein 5.236449753 L4_chemical_B1 +LQ03X009330 Hypothetical protein 5.257846258 L4_chemical_B2 +LQ03X009330 Hypothetical protein 4.909359318 L4_chemical_B3 +LQ03X009330 Hypothetical protein 5.420350385 L4_chemical_C2 +LQ03X009330 Hypothetical protein 5.807288726 L4_chemical_C3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.353447803 C6_control_A1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.541054665 C6_control_A3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.325934001 C6_control_B1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.43486722 C6_control_B2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.507676125 C6_control_B3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.455678435 C6_control_C1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.41116791 C6_control_C2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.685910006 C6_control_C3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.383437815 C6_chemical_A1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.210644453 C6_chemical_A3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.055960062 C6_chemical_B1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.702781611 C6_chemical_B2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.184749844 C6_chemical_B3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.559256902 C6_chemical_C1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.70134782 C6_chemical_C2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.637758342 C6_chemical_C3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.1062168 L4_control_A1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.381140723 L4_control_A2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 6.104260969 L4_control_A3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.912532689 L4_control_B1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.861585977 L4_control_B2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.374926885 L4_control_B3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.609330282 L4_control_C2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.195919479 L4_control_C3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.443091237 L4_chemical_A1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.456911358 L4_chemical_A2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.671065157 L4_chemical_A3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.602906366 L4_chemical_B1 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.93197862 L4_chemical_B2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.253855442 L4_chemical_B3 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.875865048 L4_chemical_C2 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.777180408 L4_chemical_C3 +LQ03X009420 Hypothetical protein 4.845724631 C6_control_A1 +LQ03X009420 Hypothetical protein 4.739271924 C6_control_A3 +LQ03X009420 Hypothetical protein 4.955351953 C6_control_B1 +LQ03X009420 Hypothetical protein 4.703977567 C6_control_B2 +LQ03X009420 Hypothetical protein 5.290975117 C6_control_B3 +LQ03X009420 Hypothetical protein 4.812219369 C6_control_C1 +LQ03X009420 Hypothetical protein 4.565630117 C6_control_C2 +LQ03X009420 Hypothetical protein 5.024154997 C6_control_C3 +LQ03X009420 Hypothetical protein 4.82204689 C6_chemical_A1 +LQ03X009420 Hypothetical protein 4.779992394 C6_chemical_A3 +LQ03X009420 Hypothetical protein 5.52989825 C6_chemical_B1 +LQ03X009420 Hypothetical protein 4.916093842 C6_chemical_B2 +LQ03X009420 Hypothetical protein 5.594753024 C6_chemical_B3 +LQ03X009420 Hypothetical protein 4.902955832 C6_chemical_C1 +LQ03X009420 Hypothetical protein 4.902294137 C6_chemical_C2 +LQ03X009420 Hypothetical protein 4.994224438 C6_chemical_C3 +LQ03X009420 Hypothetical protein 4.942530135 L4_control_A1 +LQ03X009420 Hypothetical protein 5.137099479 L4_control_A2 +LQ03X009420 Hypothetical protein 4.986535288 L4_control_A3 +LQ03X009420 Hypothetical protein 4.923664733 L4_control_B1 +LQ03X009420 Hypothetical protein 4.952527299 L4_control_B2 +LQ03X009420 Hypothetical protein 5.095970252 L4_control_B3 +LQ03X009420 Hypothetical protein 4.763203795 L4_control_C2 +LQ03X009420 Hypothetical protein 5.021268194 L4_control_C3 +LQ03X009420 Hypothetical protein 5.137532304 L4_chemical_A1 +LQ03X009420 Hypothetical protein 4.906424858 L4_chemical_A2 +LQ03X009420 Hypothetical protein 5.107909031 L4_chemical_A3 +LQ03X009420 Hypothetical protein 5.059576939 L4_chemical_B1 +LQ03X009420 Hypothetical protein 5.387617725 L4_chemical_B2 +LQ03X009420 Hypothetical protein 5.071289461 L4_chemical_B3 +LQ03X009420 Hypothetical protein 5.552531349 L4_chemical_C2 +LQ03X009420 Hypothetical protein 4.838936468 L4_chemical_C3 +LQ03X009530 Predicted protein 5.060783976 C6_control_A1 +LQ03X009530 Predicted protein 5.150803668 C6_control_A3 +LQ03X009530 Predicted protein 4.91145799 C6_control_B1 +LQ03X009530 Predicted protein 4.985709671 C6_control_B2 +LQ03X009530 Predicted protein 5.01638458 C6_control_B3 +LQ03X009530 Predicted protein 4.986590027 C6_control_C1 +LQ03X009530 Predicted protein 5.001834829 C6_control_C2 +LQ03X009530 Predicted protein 4.885542173 C6_control_C3 +LQ03X009530 Predicted protein 5.353504429 C6_chemical_A1 +LQ03X009530 Predicted protein 4.786709378 C6_chemical_A3 +LQ03X009530 Predicted protein 5.349207017 C6_chemical_B1 +LQ03X009530 Predicted protein 4.901330736 C6_chemical_B2 +LQ03X009530 Predicted protein 5.326223538 C6_chemical_B3 +LQ03X009530 Predicted protein 4.782790317 C6_chemical_C1 +LQ03X009530 Predicted protein 5.004481373 C6_chemical_C2 +LQ03X009530 Predicted protein 4.751617228 C6_chemical_C3 +LQ03X009530 Predicted protein 4.906184246 L4_control_A1 +LQ03X009530 Predicted protein 5.288233289 L4_control_A2 +LQ03X009530 Predicted protein 5.03501648 L4_control_A3 +LQ03X009530 Predicted protein 4.811670404 L4_control_B1 +LQ03X009530 Predicted protein 5.222788149 L4_control_B2 +LQ03X009530 Predicted protein 4.928217902 L4_control_B3 +LQ03X009530 Predicted protein 5.525219456 L4_control_C2 +LQ03X009530 Predicted protein 5.949168612 L4_control_C3 +LQ03X009530 Predicted protein 5.343817425 L4_chemical_A1 +LQ03X009530 Predicted protein 4.947165976 L4_chemical_A2 +LQ03X009530 Predicted protein 5.352978287 L4_chemical_A3 +LQ03X009530 Predicted protein 5.014912351 L4_chemical_B1 +LQ03X009530 Predicted protein 5.279064225 L4_chemical_B2 +LQ03X009530 Predicted protein 5.047169631 L4_chemical_B3 +LQ03X009530 Predicted protein 5.523629686 L4_chemical_C2 +LQ03X009530 Predicted protein 5.227413668 L4_chemical_C3 +LQ03X009540 Putative uncharacterized protein 6.167187133 C6_control_A1 +LQ03X009540 Putative uncharacterized protein 5.607528605 C6_control_A3 +LQ03X009540 Putative uncharacterized protein 6.460635274 C6_control_B1 +LQ03X009540 Putative uncharacterized protein 6.763174653 C6_control_B2 +LQ03X009540 Putative uncharacterized protein 7.172370902 C6_control_B3 +LQ03X009540 Putative uncharacterized protein 6.467768372 C6_control_C1 +LQ03X009540 Putative uncharacterized protein 7.934377833 C6_control_C2 +LQ03X009540 Putative uncharacterized protein 6.805557904 C6_control_C3 +LQ03X009540 Putative uncharacterized protein 6.877473022 C6_chemical_A1 +LQ03X009540 Putative uncharacterized protein 7.027595278 C6_chemical_A3 +LQ03X009540 Putative uncharacterized protein 7.303921887 C6_chemical_B1 +LQ03X009540 Putative uncharacterized protein 7.853369593 C6_chemical_B2 +LQ03X009540 Putative uncharacterized protein 7.98615052 C6_chemical_B3 +LQ03X009540 Putative uncharacterized protein 7.308459698 C6_chemical_C1 +LQ03X009540 Putative uncharacterized protein 7.976327092 C6_chemical_C2 +LQ03X009540 Putative uncharacterized protein 7.428835975 C6_chemical_C3 +LQ03X009540 Putative uncharacterized protein 6.169517374 L4_control_A1 +LQ03X009540 Putative uncharacterized protein 5.7030675 L4_control_A2 +LQ03X009540 Putative uncharacterized protein 6.451449606 L4_control_A3 +LQ03X009540 Putative uncharacterized protein 6.25491691 L4_control_B1 +LQ03X009540 Putative uncharacterized protein 6.679079517 L4_control_B2 +LQ03X009540 Putative uncharacterized protein 6.31916042 L4_control_B3 +LQ03X009540 Putative uncharacterized protein 6.435253926 L4_control_C2 +LQ03X009540 Putative uncharacterized protein 7.692461129 L4_control_C3 +LQ03X009540 Putative uncharacterized protein 6.435188241 L4_chemical_A1 +LQ03X009540 Putative uncharacterized protein 6.42877727 L4_chemical_A2 +LQ03X009540 Putative uncharacterized protein 6.254239555 L4_chemical_A3 +LQ03X009540 Putative uncharacterized protein 6.210018198 L4_chemical_B1 +LQ03X009540 Putative uncharacterized protein 6.293436015 L4_chemical_B2 +LQ03X009540 Putative uncharacterized protein 6.646748935 L4_chemical_B3 +LQ03X009540 Putative uncharacterized protein 6.648536555 L4_chemical_C2 +LQ03X009540 Putative uncharacterized protein 7.132162174 L4_chemical_C3 +LQ03X009560 Putative uncharacterized protein 12.5140949 C6_control_A1 +LQ03X009560 Putative uncharacterized protein 12.02595473 C6_control_A3 +LQ03X009560 Putative uncharacterized protein 13.4778424 C6_control_B1 +LQ03X009560 Putative uncharacterized protein 13.11944888 C6_control_B2 +LQ03X009560 Putative uncharacterized protein 13.40088784 C6_control_B3 +LQ03X009560 Putative uncharacterized protein 14.26982568 C6_control_C1 +LQ03X009560 Putative uncharacterized protein 14.15882012 C6_control_C2 +LQ03X009560 Putative uncharacterized protein 14.46523055 C6_control_C3 +LQ03X009560 Putative uncharacterized protein 12.78901584 C6_chemical_A1 +LQ03X009560 Putative uncharacterized protein 12.31215956 C6_chemical_A3 +LQ03X009560 Putative uncharacterized protein 13.73854492 C6_chemical_B1 +LQ03X009560 Putative uncharacterized protein 13.09083794 C6_chemical_B2 +LQ03X009560 Putative uncharacterized protein 13.29030238 C6_chemical_B3 +LQ03X009560 Putative uncharacterized protein 13.96367335 C6_chemical_C1 +LQ03X009560 Putative uncharacterized protein 14.26232613 C6_chemical_C2 +LQ03X009560 Putative uncharacterized protein 14.23050219 C6_chemical_C3 +LQ03X009560 Putative uncharacterized protein 12.50669933 L4_control_A1 +LQ03X009560 Putative uncharacterized protein 12.70054597 L4_control_A2 +LQ03X009560 Putative uncharacterized protein 12.27868651 L4_control_A3 +LQ03X009560 Putative uncharacterized protein 13.26812534 L4_control_B1 +LQ03X009560 Putative uncharacterized protein 12.80170688 L4_control_B2 +LQ03X009560 Putative uncharacterized protein 13.32639879 L4_control_B3 +LQ03X009560 Putative uncharacterized protein 13.48457572 L4_control_C2 +LQ03X009560 Putative uncharacterized protein 14.29389225 L4_control_C3 +LQ03X009560 Putative uncharacterized protein 12.01766226 L4_chemical_A1 +LQ03X009560 Putative uncharacterized protein 12.84515507 L4_chemical_A2 +LQ03X009560 Putative uncharacterized protein 12.3264694 L4_chemical_A3 +LQ03X009560 Putative uncharacterized protein 12.94110427 L4_chemical_B1 +LQ03X009560 Putative uncharacterized protein 13.00317822 L4_chemical_B2 +LQ03X009560 Putative uncharacterized protein 13.19742929 L4_chemical_B3 +LQ03X009560 Putative uncharacterized protein 13.66317847 L4_chemical_C2 +LQ03X009560 Putative uncharacterized protein 14.4052529 L4_chemical_C3 +LQ03X009570 Protein PPLZ12 9.942266123 C6_control_A1 +LQ03X009570 Protein PPLZ12 9.058363737 C6_control_A3 +LQ03X009570 Protein PPLZ12 9.776806989 C6_control_B1 +LQ03X009570 Protein PPLZ12 11.05063987 C6_control_B2 +LQ03X009570 Protein PPLZ12 10.23815367 C6_control_B3 +LQ03X009570 Protein PPLZ12 11.23969904 C6_control_C1 +LQ03X009570 Protein PPLZ12 11.82796608 C6_control_C2 +LQ03X009570 Protein PPLZ12 11.81423312 C6_control_C3 +LQ03X009570 Protein PPLZ12 9.867372756 C6_chemical_A1 +LQ03X009570 Protein PPLZ12 9.378033613 C6_chemical_A3 +LQ03X009570 Protein PPLZ12 9.761430052 C6_chemical_B1 +LQ03X009570 Protein PPLZ12 11.02581116 C6_chemical_B2 +LQ03X009570 Protein PPLZ12 10.89068486 C6_chemical_B3 +LQ03X009570 Protein PPLZ12 11.48929986 C6_chemical_C1 +LQ03X009570 Protein PPLZ12 11.69580452 C6_chemical_C2 +LQ03X009570 Protein PPLZ12 12.63040836 C6_chemical_C3 +LQ03X009570 Protein PPLZ12 9.351746195 L4_control_A1 +LQ03X009570 Protein PPLZ12 9.413421923 L4_control_A2 +LQ03X009570 Protein PPLZ12 8.457264215 L4_control_A3 +LQ03X009570 Protein PPLZ12 9.719598389 L4_control_B1 +LQ03X009570 Protein PPLZ12 9.260869036 L4_control_B2 +LQ03X009570 Protein PPLZ12 11.10291402 L4_control_B3 +LQ03X009570 Protein PPLZ12 10.16768729 L4_control_C2 +LQ03X009570 Protein PPLZ12 11.31540581 L4_control_C3 +LQ03X009570 Protein PPLZ12 10.26708613 L4_chemical_A1 +LQ03X009570 Protein PPLZ12 9.808964641 L4_chemical_A2 +LQ03X009570 Protein PPLZ12 8.934083411 L4_chemical_A3 +LQ03X009570 Protein PPLZ12 9.808328596 L4_chemical_B1 +LQ03X009570 Protein PPLZ12 8.768735937 L4_chemical_B2 +LQ03X009570 Protein PPLZ12 10.85789564 L4_chemical_B3 +LQ03X009570 Protein PPLZ12 9.88473661 L4_chemical_C2 +LQ03X009570 Protein PPLZ12 11.41204873 L4_chemical_C3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.673663134 C6_control_A1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 6.419494623 C6_control_A3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.693285515 C6_control_B1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.622594246 C6_control_B2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.706296119 C6_control_B3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.792059674 C6_control_C1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 6.672000687 C6_control_C2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.913193315 C6_control_C3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.810780705 C6_chemical_A1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.61995491 C6_chemical_A3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.993947669 C6_chemical_B1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.656765969 C6_chemical_B2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.415301931 C6_chemical_B3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.764399105 C6_chemical_C1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.981181167 C6_chemical_C2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.94428836 C6_chemical_C3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.709060009 L4_control_A1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.953512084 L4_control_A2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.722055402 L4_control_A3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.46861648 L4_control_B1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.571676259 L4_control_B2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.490673868 L4_control_B3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.551198628 L4_control_C2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.78278701 L4_control_C3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.822740575 L4_chemical_A1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.505454207 L4_chemical_A2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.950048476 L4_chemical_A3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.836677578 L4_chemical_B1 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.303458691 L4_chemical_B2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.591881242 L4_chemical_B3 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.938047829 L4_chemical_C2 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.727421669 L4_chemical_C3 +LQ03X009710 Predicted protein 12.60971891 C6_control_A1 +LQ03X009710 Predicted protein 12.20632902 C6_control_A3 +LQ03X009710 Predicted protein 12.815828 C6_control_B1 +LQ03X009710 Predicted protein 12.1090306 C6_control_B2 +LQ03X009710 Predicted protein 12.3151841 C6_control_B3 +LQ03X009710 Predicted protein 12.17020844 C6_control_C1 +LQ03X009710 Predicted protein 11.98564681 C6_control_C2 +LQ03X009710 Predicted protein 12.14770183 C6_control_C3 +LQ03X009710 Predicted protein 12.67859935 C6_chemical_A1 +LQ03X009710 Predicted protein 12.25713031 C6_chemical_A3 +LQ03X009710 Predicted protein 12.75091705 C6_chemical_B1 +LQ03X009710 Predicted protein 11.72184838 C6_chemical_B2 +LQ03X009710 Predicted protein 12.19149088 C6_chemical_B3 +LQ03X009710 Predicted protein 12.2339064 C6_chemical_C1 +LQ03X009710 Predicted protein 12.03367498 C6_chemical_C2 +LQ03X009710 Predicted protein 11.73007246 C6_chemical_C3 +LQ03X009710 Predicted protein 12.5192071 L4_control_A1 +LQ03X009710 Predicted protein 12.05047139 L4_control_A2 +LQ03X009710 Predicted protein 12.27239878 L4_control_A3 +LQ03X009710 Predicted protein 12.6493907 L4_control_B1 +LQ03X009710 Predicted protein 12.42916843 L4_control_B2 +LQ03X009710 Predicted protein 11.76861089 L4_control_B3 +LQ03X009710 Predicted protein 12.90186505 L4_control_C2 +LQ03X009710 Predicted protein 11.89173405 L4_control_C3 +LQ03X009710 Predicted protein 13.10855081 L4_chemical_A1 +LQ03X009710 Predicted protein 12.25102487 L4_chemical_A2 +LQ03X009710 Predicted protein 12.74391161 L4_chemical_A3 +LQ03X009710 Predicted protein 13.10460275 L4_chemical_B1 +LQ03X009710 Predicted protein 12.76606358 L4_chemical_B2 +LQ03X009710 Predicted protein 12.23906901 L4_chemical_B3 +LQ03X009710 Predicted protein 12.78561832 L4_chemical_C2 +LQ03X009710 Predicted protein 12.30655057 L4_chemical_C3 +LQ03X009780 Putative uncharacterized protein 5.282963931 C6_control_A1 +LQ03X009780 Putative uncharacterized protein 5.831952267 C6_control_A3 +LQ03X009780 Putative uncharacterized protein 5.155113464 C6_control_B1 +LQ03X009780 Putative uncharacterized protein 5.68693603 C6_control_B2 +LQ03X009780 Putative uncharacterized protein 5.06313091 C6_control_B3 +LQ03X009780 Putative uncharacterized protein 5.19258907 C6_control_C1 +LQ03X009780 Putative uncharacterized protein 5.506869578 C6_control_C2 +LQ03X009780 Putative uncharacterized protein 5.195785751 C6_control_C3 +LQ03X009780 Putative uncharacterized protein 5.342788747 C6_chemical_A1 +LQ03X009780 Putative uncharacterized protein 5.185481782 C6_chemical_A3 +LQ03X009780 Putative uncharacterized protein 4.974112632 C6_chemical_B1 +LQ03X009780 Putative uncharacterized protein 5.320480847 C6_chemical_B2 +LQ03X009780 Putative uncharacterized protein 5.304307318 C6_chemical_B3 +LQ03X009780 Putative uncharacterized protein 5.270164873 C6_chemical_C1 +LQ03X009780 Putative uncharacterized protein 5.316080744 C6_chemical_C2 +LQ03X009780 Putative uncharacterized protein 5.298891826 C6_chemical_C3 +LQ03X009780 Putative uncharacterized protein 5.123360058 L4_control_A1 +LQ03X009780 Putative uncharacterized protein 4.904352725 L4_control_A2 +LQ03X009780 Putative uncharacterized protein 5.50637061 L4_control_A3 +LQ03X009780 Putative uncharacterized protein 5.353449761 L4_control_B1 +LQ03X009780 Putative uncharacterized protein 5.147469871 L4_control_B2 +LQ03X009780 Putative uncharacterized protein 5.261465065 L4_control_B3 +LQ03X009780 Putative uncharacterized protein 5.069095558 L4_control_C2 +LQ03X009780 Putative uncharacterized protein 5.193114289 L4_control_C3 +LQ03X009780 Putative uncharacterized protein 5.269707685 L4_chemical_A1 +LQ03X009780 Putative uncharacterized protein 5.027811729 L4_chemical_A2 +LQ03X009780 Putative uncharacterized protein 5.995341806 L4_chemical_A3 +LQ03X009780 Putative uncharacterized protein 5.620836225 L4_chemical_B1 +LQ03X009780 Putative uncharacterized protein 5.109822447 L4_chemical_B2 +LQ03X009780 Putative uncharacterized protein 5.446990426 L4_chemical_B3 +LQ03X009780 Putative uncharacterized protein 5.077060223 L4_chemical_C2 +LQ03X009780 Putative uncharacterized protein 5.554829707 L4_chemical_C3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.61734726 C6_control_A1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.99347769 C6_control_A3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.22744812 C6_control_B1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.57254598 C6_control_B2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.48103258 C6_control_B3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 11.32047185 C6_control_C1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.82414291 C6_control_C2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 11.04863814 C6_control_C3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.51284467 C6_chemical_A1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 11.16740485 C6_chemical_A3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.19812865 C6_chemical_B1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.61281822 C6_chemical_B2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.47186954 C6_chemical_B3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 11.42100435 C6_chemical_C1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.81762009 C6_chemical_C2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.82390474 C6_chemical_C3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.86233019 L4_control_A1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.22370808 L4_control_A2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 11.41891955 L4_control_A3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 9.537808179 L4_control_B1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 9.658084703 L4_control_B2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.54183443 L4_control_B3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.33366062 L4_control_C2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.26789585 L4_control_C3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 12.23662565 L4_chemical_A1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 11.019428 L4_chemical_A2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 11.6030844 L4_chemical_A3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 9.714773418 L4_chemical_B1 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 9.280098158 L4_chemical_B2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 9.98939245 L4_chemical_B3 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 9.830600629 L4_chemical_C2 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.36629542 L4_chemical_C3 +LQ03X009820 WRKY transcription factor, putative 5.409206132 C6_control_A1 +LQ03X009820 WRKY transcription factor, putative 5.432509785 C6_control_A3 +LQ03X009820 WRKY transcription factor, putative 5.336978365 C6_control_B1 +LQ03X009820 WRKY transcription factor, putative 5.441581699 C6_control_B2 +LQ03X009820 WRKY transcription factor, putative 5.768437098 C6_control_B3 +LQ03X009820 WRKY transcription factor, putative 6.068223479 C6_control_C1 +LQ03X009820 WRKY transcription factor, putative 6.312026476 C6_control_C2 +LQ03X009820 WRKY transcription factor, putative 7.719812569 C6_control_C3 +LQ03X009820 WRKY transcription factor, putative 5.262934026 C6_chemical_A1 +LQ03X009820 WRKY transcription factor, putative 5.450880766 C6_chemical_A3 +LQ03X009820 WRKY transcription factor, putative 5.535624082 C6_chemical_B1 +LQ03X009820 WRKY transcription factor, putative 5.261113199 C6_chemical_B2 +LQ03X009820 WRKY transcription factor, putative 5.549612406 C6_chemical_B3 +LQ03X009820 WRKY transcription factor, putative 5.908396025 C6_chemical_C1 +LQ03X009820 WRKY transcription factor, putative 6.438629851 C6_chemical_C2 +LQ03X009820 WRKY transcription factor, putative 8.17559115 C6_chemical_C3 +LQ03X009820 WRKY transcription factor, putative 5.62378656 L4_control_A1 +LQ03X009820 WRKY transcription factor, putative 5.722714897 L4_control_A2 +LQ03X009820 WRKY transcription factor, putative 6.057133731 L4_control_A3 +LQ03X009820 WRKY transcription factor, putative 5.274866093 L4_control_B1 +LQ03X009820 WRKY transcription factor, putative 5.654495929 L4_control_B2 +LQ03X009820 WRKY transcription factor, putative 6.107590443 L4_control_B3 +LQ03X009820 WRKY transcription factor, putative 9.828467295 L4_control_C2 +LQ03X009820 WRKY transcription factor, putative 9.872490788 L4_control_C3 +LQ03X009820 WRKY transcription factor, putative 6.161029715 L4_chemical_A1 +LQ03X009820 WRKY transcription factor, putative 5.785962798 L4_chemical_A2 +LQ03X009820 WRKY transcription factor, putative 6.219563891 L4_chemical_A3 +LQ03X009820 WRKY transcription factor, putative 5.903920899 L4_chemical_B1 +LQ03X009820 WRKY transcription factor, putative 5.735520167 L4_chemical_B2 +LQ03X009820 WRKY transcription factor, putative 5.720774631 L4_chemical_B3 +LQ03X009820 WRKY transcription factor, putative 8.354103786 L4_chemical_C2 +LQ03X009820 WRKY transcription factor, putative 9.357438531 L4_chemical_C3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.486176855 C6_control_A1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.912541248 C6_control_A3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 6.636670214 C6_control_B1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.038579986 C6_control_B2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.195205074 C6_control_B3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 4.844864462 C6_control_C1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.003932807 C6_control_C2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.220255356 C6_control_C3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.222967679 C6_chemical_A1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.127326009 C6_chemical_A3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 6.353957731 C6_chemical_B1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.113196212 C6_chemical_B2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.189176195 C6_chemical_B3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 4.803291586 C6_chemical_C1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 4.994461709 C6_chemical_C2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.118802695 C6_chemical_C3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.000715573 L4_control_A1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 4.883837258 L4_control_A2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.268921056 L4_control_A3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.786140641 L4_control_B1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.533713121 L4_control_B2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 4.992907662 L4_control_B3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.143833989 L4_control_C2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 6.046807942 L4_control_C3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 4.744321635 L4_chemical_A1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.395559403 L4_chemical_A2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.542094419 L4_chemical_A3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.147779597 L4_chemical_B1 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.820268189 L4_chemical_B2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 4.90352027 L4_chemical_B3 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.814532595 L4_chemical_C2 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.200263855 L4_chemical_C3 +LQ03X009850 Putative uncharacterized protein 6.664988373 C6_control_A1 +LQ03X009850 Putative uncharacterized protein 6.361588105 C6_control_A3 +LQ03X009850 Putative uncharacterized protein 5.831128655 C6_control_B1 +LQ03X009850 Putative uncharacterized protein 5.262175676 C6_control_B2 +LQ03X009850 Putative uncharacterized protein 6.053172032 C6_control_B3 +LQ03X009850 Putative uncharacterized protein 5.729329376 C6_control_C1 +LQ03X009850 Putative uncharacterized protein 5.850778333 C6_control_C2 +LQ03X009850 Putative uncharacterized protein 5.502871438 C6_control_C3 +LQ03X009850 Putative uncharacterized protein 6.160848428 C6_chemical_A1 +LQ03X009850 Putative uncharacterized protein 5.238479598 C6_chemical_A3 +LQ03X009850 Putative uncharacterized protein 6.777211565 C6_chemical_B1 +LQ03X009850 Putative uncharacterized protein 5.403546881 C6_chemical_B2 +LQ03X009850 Putative uncharacterized protein 6.652987728 C6_chemical_B3 +LQ03X009850 Putative uncharacterized protein 6.57907768 C6_chemical_C1 +LQ03X009850 Putative uncharacterized protein 6.100985235 C6_chemical_C2 +LQ03X009850 Putative uncharacterized protein 6.789632257 C6_chemical_C3 +LQ03X009850 Putative uncharacterized protein 6.907253142 L4_control_A1 +LQ03X009850 Putative uncharacterized protein 6.595152838 L4_control_A2 +LQ03X009850 Putative uncharacterized protein 5.705286772 L4_control_A3 +LQ03X009850 Putative uncharacterized protein 8.14186283 L4_control_B1 +LQ03X009850 Putative uncharacterized protein 8.659133362 L4_control_B2 +LQ03X009850 Putative uncharacterized protein 7.448756188 L4_control_B3 +LQ03X009850 Putative uncharacterized protein 9.513724331 L4_control_C2 +LQ03X009850 Putative uncharacterized protein 9.757349636 L4_control_C3 +LQ03X009850 Putative uncharacterized protein 6.328910062 L4_chemical_A1 +LQ03X009850 Putative uncharacterized protein 6.555020891 L4_chemical_A2 +LQ03X009850 Putative uncharacterized protein 5.809657427 L4_chemical_A3 +LQ03X009850 Putative uncharacterized protein 8.35284868 L4_chemical_B1 +LQ03X009850 Putative uncharacterized protein 7.683218047 L4_chemical_B2 +LQ03X009850 Putative uncharacterized protein 7.573854579 L4_chemical_B3 +LQ03X009850 Putative uncharacterized protein 9.882286265 L4_chemical_C2 +LQ03X009850 Putative uncharacterized protein 9.680616524 L4_chemical_C3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.145876764 C6_control_A1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.618739332 C6_control_A3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.213864457 C6_control_B1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.13365759 C6_control_B2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.026639039 C6_control_B3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.268790066 C6_control_C1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.167278197 C6_control_C2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.055820583 C6_control_C3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.116611168 C6_chemical_A1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.913851359 C6_chemical_A3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.678080974 C6_chemical_B1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.126885691 C6_chemical_B2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.683918592 C6_chemical_B3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.821377602 C6_chemical_C1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.320871722 C6_chemical_C2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.021411778 C6_chemical_C3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.106025318 L4_control_A1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.348625183 L4_control_A2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.989613319 L4_control_A3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.586146783 L4_control_B1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.265075149 L4_control_B2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.432411736 L4_control_B3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.969767346 L4_control_C2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.6263919 L4_control_C3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.603283494 L4_chemical_A1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.484318503 L4_chemical_A2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.886108419 L4_chemical_A3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.345025208 L4_chemical_B1 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.071139299 L4_chemical_B2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.115159043 L4_chemical_B3 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.331744093 L4_chemical_C2 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 5.919711353 L4_chemical_C3 +LQ03X009910 Hypothetical protein 5.259717556 C6_control_A1 +LQ03X009910 Hypothetical protein 4.906789087 C6_control_A3 +LQ03X009910 Hypothetical protein 5.526380778 C6_control_B1 +LQ03X009910 Hypothetical protein 4.859337579 C6_control_B2 +LQ03X009910 Hypothetical protein 5.454593745 C6_control_B3 +LQ03X009910 Hypothetical protein 5.161111704 C6_control_C1 +LQ03X009910 Hypothetical protein 5.004429081 C6_control_C2 +LQ03X009910 Hypothetical protein 4.800019026 C6_control_C3 +LQ03X009910 Hypothetical protein 4.969767727 C6_chemical_A1 +LQ03X009910 Hypothetical protein 5.056147519 C6_chemical_A3 +LQ03X009910 Hypothetical protein 5.483510948 C6_chemical_B1 +LQ03X009910 Hypothetical protein 5.141311709 C6_chemical_B2 +LQ03X009910 Hypothetical protein 4.995228719 C6_chemical_B3 +LQ03X009910 Hypothetical protein 5.068443695 C6_chemical_C1 +LQ03X009910 Hypothetical protein 4.799510514 C6_chemical_C2 +LQ03X009910 Hypothetical protein 4.776433272 C6_chemical_C3 +LQ03X009910 Hypothetical protein 5.672104317 L4_control_A1 +LQ03X009910 Hypothetical protein 4.829838141 L4_control_A2 +LQ03X009910 Hypothetical protein 5.181951182 L4_control_A3 +LQ03X009910 Hypothetical protein 5.015675535 L4_control_B1 +LQ03X009910 Hypothetical protein 5.375197149 L4_control_B2 +LQ03X009910 Hypothetical protein 5.384732487 L4_control_B3 +LQ03X009910 Hypothetical protein 5.57394179 L4_control_C2 +LQ03X009910 Hypothetical protein 5.10994145 L4_control_C3 +LQ03X009910 Hypothetical protein 5.6763199 L4_chemical_A1 +LQ03X009910 Hypothetical protein 4.72129843 L4_chemical_A2 +LQ03X009910 Hypothetical protein 5.131377063 L4_chemical_A3 +LQ03X009910 Hypothetical protein 5.550852497 L4_chemical_B1 +LQ03X009910 Hypothetical protein 5.030858846 L4_chemical_B2 +LQ03X009910 Hypothetical protein 5.424300291 L4_chemical_B3 +LQ03X009910 Hypothetical protein 6.280562057 L4_chemical_C2 +LQ03X009910 Hypothetical protein 6.014750624 L4_chemical_C3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.795377275 C6_control_A1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.352761589 C6_control_A3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 7.685424485 C6_control_B1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.375932687 C6_control_B2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 7.424603623 C6_control_B3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.027429676 C6_control_C1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.590669325 C6_control_C2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.012043734 C6_control_C3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 7.397898685 C6_chemical_A1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.46285442 C6_chemical_A3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 7.899315651 C6_chemical_B1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.776596751 C6_chemical_B2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.065800031 C6_chemical_B3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.608856962 C6_chemical_C1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.560279416 C6_chemical_C2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 8.499984282 C6_chemical_C3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 5.815987003 L4_control_A1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 5.71218594 L4_control_A2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 5.211276614 L4_control_A3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.760991288 L4_control_B1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 5.745907708 L4_control_B2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.411969614 L4_control_B3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 5.672136327 L4_control_C2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.683962907 L4_control_C3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.09847262 L4_chemical_A1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.055299352 L4_chemical_A2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 5.243694297 L4_chemical_A3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.726310629 L4_chemical_B1 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.659154747 L4_chemical_B2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 6.579867114 L4_chemical_B3 +LQ03X009920 F-box/kelch-repeat protein At1g74510 5.556452825 L4_chemical_C2 +LQ03X009920 F-box/kelch-repeat protein At1g74510 5.932803937 L4_chemical_C3 +LQ03X010030 Putative uncharacterized protein 9.465800782 C6_control_A1 +LQ03X010030 Putative uncharacterized protein 9.299706709 C6_control_A3 +LQ03X010030 Putative uncharacterized protein 10.13047395 C6_control_B1 +LQ03X010030 Putative uncharacterized protein 8.993531981 C6_control_B2 +LQ03X010030 Putative uncharacterized protein 9.967749598 C6_control_B3 +LQ03X010030 Putative uncharacterized protein 8.955220599 C6_control_C1 +LQ03X010030 Putative uncharacterized protein 9.162720461 C6_control_C2 +LQ03X010030 Putative uncharacterized protein 9.180956771 C6_control_C3 +LQ03X010030 Putative uncharacterized protein 9.826698627 C6_chemical_A1 +LQ03X010030 Putative uncharacterized protein 9.309474941 C6_chemical_A3 +LQ03X010030 Putative uncharacterized protein 10.40868565 C6_chemical_B1 +LQ03X010030 Putative uncharacterized protein 8.896101172 C6_chemical_B2 +LQ03X010030 Putative uncharacterized protein 10.16541607 C6_chemical_B3 +LQ03X010030 Putative uncharacterized protein 8.850777831 C6_chemical_C1 +LQ03X010030 Putative uncharacterized protein 9.138379906 C6_chemical_C2 +LQ03X010030 Putative uncharacterized protein 9.485361338 C6_chemical_C3 +LQ03X010030 Putative uncharacterized protein 9.128424761 L4_control_A1 +LQ03X010030 Putative uncharacterized protein 9.46342137 L4_control_A2 +LQ03X010030 Putative uncharacterized protein 9.268529888 L4_control_A3 +LQ03X010030 Putative uncharacterized protein 10.28238338 L4_control_B1 +LQ03X010030 Putative uncharacterized protein 10.68785336 L4_control_B2 +LQ03X010030 Putative uncharacterized protein 9.685119575 L4_control_B3 +LQ03X010030 Putative uncharacterized protein 10.5587456 L4_control_C2 +LQ03X010030 Putative uncharacterized protein 10.59867198 L4_control_C3 +LQ03X010030 Putative uncharacterized protein 9.163163135 L4_chemical_A1 +LQ03X010030 Putative uncharacterized protein 9.558366489 L4_chemical_A2 +LQ03X010030 Putative uncharacterized protein 9.209422718 L4_chemical_A3 +LQ03X010030 Putative uncharacterized protein 10.4290296 L4_chemical_B1 +LQ03X010030 Putative uncharacterized protein 10.58946612 L4_chemical_B2 +LQ03X010030 Putative uncharacterized protein 9.448882522 L4_chemical_B3 +LQ03X010030 Putative uncharacterized protein 10.7567626 L4_chemical_C2 +LQ03X010030 Putative uncharacterized protein 10.63276802 L4_chemical_C3 +LQ03X010060 Putative Transcription factor bHLH135 5.351662246 C6_control_A1 +LQ03X010060 Putative Transcription factor bHLH135 5.40203096 C6_control_A3 +LQ03X010060 Putative Transcription factor bHLH135 5.071574126 C6_control_B1 +LQ03X010060 Putative Transcription factor bHLH135 5.092681224 C6_control_B2 +LQ03X010060 Putative Transcription factor bHLH135 4.99482132 C6_control_B3 +LQ03X010060 Putative Transcription factor bHLH135 5.208162914 C6_control_C1 +LQ03X010060 Putative Transcription factor bHLH135 5.13852914 C6_control_C2 +LQ03X010060 Putative Transcription factor bHLH135 5.279782875 C6_control_C3 +LQ03X010060 Putative Transcription factor bHLH135 5.18456177 C6_chemical_A1 +LQ03X010060 Putative Transcription factor bHLH135 5.634731202 C6_chemical_A3 +LQ03X010060 Putative Transcription factor bHLH135 4.962420377 C6_chemical_B1 +LQ03X010060 Putative Transcription factor bHLH135 5.05007456 C6_chemical_B2 +LQ03X010060 Putative Transcription factor bHLH135 5.345390509 C6_chemical_B3 +LQ03X010060 Putative Transcription factor bHLH135 5.011891165 C6_chemical_C1 +LQ03X010060 Putative Transcription factor bHLH135 5.321671081 C6_chemical_C2 +LQ03X010060 Putative Transcription factor bHLH135 5.134349123 C6_chemical_C3 +LQ03X010060 Putative Transcription factor bHLH135 5.424847216 L4_control_A1 +LQ03X010060 Putative Transcription factor bHLH135 5.265873831 L4_control_A2 +LQ03X010060 Putative Transcription factor bHLH135 6.152730536 L4_control_A3 +LQ03X010060 Putative Transcription factor bHLH135 6.484004046 L4_control_B1 +LQ03X010060 Putative Transcription factor bHLH135 6.569619469 L4_control_B2 +LQ03X010060 Putative Transcription factor bHLH135 5.163019974 L4_control_B3 +LQ03X010060 Putative Transcription factor bHLH135 5.473352278 L4_control_C2 +LQ03X010060 Putative Transcription factor bHLH135 5.464993254 L4_control_C3 +LQ03X010060 Putative Transcription factor bHLH135 5.354562753 L4_chemical_A1 +LQ03X010060 Putative Transcription factor bHLH135 5.367985161 L4_chemical_A2 +LQ03X010060 Putative Transcription factor bHLH135 5.76671162 L4_chemical_A3 +LQ03X010060 Putative Transcription factor bHLH135 5.556448438 L4_chemical_B1 +LQ03X010060 Putative Transcription factor bHLH135 5.641385996 L4_chemical_B2 +LQ03X010060 Putative Transcription factor bHLH135 5.245229722 L4_chemical_B3 +LQ03X010060 Putative Transcription factor bHLH135 5.702686613 L4_chemical_C2 +LQ03X010060 Putative Transcription factor bHLH135 5.331027791 L4_chemical_C3 +LQ03X010130 Hypothetical protein 9.371654986 C6_control_A1 +LQ03X010130 Hypothetical protein 10.72276073 C6_control_A3 +LQ03X010130 Hypothetical protein 9.595636463 C6_control_B1 +LQ03X010130 Hypothetical protein 9.70279055 C6_control_B2 +LQ03X010130 Hypothetical protein 11.88722929 C6_control_B3 +LQ03X010130 Hypothetical protein 9.387514413 C6_control_C1 +LQ03X010130 Hypothetical protein 8.724680912 C6_control_C2 +LQ03X010130 Hypothetical protein 11.15369297 C6_control_C3 +LQ03X010130 Hypothetical protein 8.319946496 C6_chemical_A1 +LQ03X010130 Hypothetical protein 8.903035903 C6_chemical_A3 +LQ03X010130 Hypothetical protein 9.077951998 C6_chemical_B1 +LQ03X010130 Hypothetical protein 9.659766883 C6_chemical_B2 +LQ03X010130 Hypothetical protein 11.52859819 C6_chemical_B3 +LQ03X010130 Hypothetical protein 8.691061987 C6_chemical_C1 +LQ03X010130 Hypothetical protein 9.334565253 C6_chemical_C2 +LQ03X010130 Hypothetical protein 10.75324743 C6_chemical_C3 +LQ03X010130 Hypothetical protein 9.187218589 L4_control_A1 +LQ03X010130 Hypothetical protein 8.326293242 L4_control_A2 +LQ03X010130 Hypothetical protein 10.61644757 L4_control_A3 +LQ03X010130 Hypothetical protein 10.22691742 L4_control_B1 +LQ03X010130 Hypothetical protein 7.842251265 L4_control_B2 +LQ03X010130 Hypothetical protein 11.67413683 L4_control_B3 +LQ03X010130 Hypothetical protein 9.104765055 L4_control_C2 +LQ03X010130 Hypothetical protein 9.849615924 L4_control_C3 +LQ03X010130 Hypothetical protein 7.842460307 L4_chemical_A1 +LQ03X010130 Hypothetical protein 7.72176922 L4_chemical_A2 +LQ03X010130 Hypothetical protein 9.477087509 L4_chemical_A3 +LQ03X010130 Hypothetical protein 10.07053188 L4_chemical_B1 +LQ03X010130 Hypothetical protein 9.293236961 L4_chemical_B2 +LQ03X010130 Hypothetical protein 11.16836453 L4_chemical_B3 +LQ03X010130 Hypothetical protein 8.491035648 L4_chemical_C2 +LQ03X010130 Hypothetical protein 10.2873767 L4_chemical_C3 +LQ03X010140 Hypothetical protein 11.34943277 C6_control_A1 +LQ03X010140 Hypothetical protein 10.98479207 C6_control_A3 +LQ03X010140 Hypothetical protein 11.57842205 C6_control_B1 +LQ03X010140 Hypothetical protein 11.47490092 C6_control_B2 +LQ03X010140 Hypothetical protein 11.90887704 C6_control_B3 +LQ03X010140 Hypothetical protein 11.9393446 C6_control_C1 +LQ03X010140 Hypothetical protein 11.72931586 C6_control_C2 +LQ03X010140 Hypothetical protein 11.94328816 C6_control_C3 +LQ03X010140 Hypothetical protein 11.29674127 C6_chemical_A1 +LQ03X010140 Hypothetical protein 11.18973817 C6_chemical_A3 +LQ03X010140 Hypothetical protein 11.91842657 C6_chemical_B1 +LQ03X010140 Hypothetical protein 11.54948088 C6_chemical_B2 +LQ03X010140 Hypothetical protein 12.1002545 C6_chemical_B3 +LQ03X010140 Hypothetical protein 11.76510393 C6_chemical_C1 +LQ03X010140 Hypothetical protein 11.76468144 C6_chemical_C2 +LQ03X010140 Hypothetical protein 11.63031462 C6_chemical_C3 +LQ03X010140 Hypothetical protein 11.53539829 L4_control_A1 +LQ03X010140 Hypothetical protein 10.87937753 L4_control_A2 +LQ03X010140 Hypothetical protein 11.3397489 L4_control_A3 +LQ03X010140 Hypothetical protein 11.62745537 L4_control_B1 +LQ03X010140 Hypothetical protein 11.28108114 L4_control_B2 +LQ03X010140 Hypothetical protein 11.58407543 L4_control_B3 +LQ03X010140 Hypothetical protein 11.71030109 L4_control_C2 +LQ03X010140 Hypothetical protein 12.07071722 L4_control_C3 +LQ03X010140 Hypothetical protein 12.2828009 L4_chemical_A1 +LQ03X010140 Hypothetical protein 11.56002365 L4_chemical_A2 +LQ03X010140 Hypothetical protein 12.12031584 L4_chemical_A3 +LQ03X010140 Hypothetical protein 11.6905838 L4_chemical_B1 +LQ03X010140 Hypothetical protein 11.43458741 L4_chemical_B2 +LQ03X010140 Hypothetical protein 11.49711589 L4_chemical_B3 +LQ03X010140 Hypothetical protein 11.98582189 L4_chemical_C2 +LQ03X010140 Hypothetical protein 11.7747882 L4_chemical_C3 +LQ03X010150 40S ribosomal protein S9-2 9.29759549 C6_control_A1 +LQ03X010150 40S ribosomal protein S9-2 9.942423834 C6_control_A3 +LQ03X010150 40S ribosomal protein S9-2 8.392738548 C6_control_B1 +LQ03X010150 40S ribosomal protein S9-2 10.75838124 C6_control_B2 +LQ03X010150 40S ribosomal protein S9-2 8.1397253 C6_control_B3 +LQ03X010150 40S ribosomal protein S9-2 9.924217317 C6_control_C1 +LQ03X010150 40S ribosomal protein S9-2 10.20794824 C6_control_C2 +LQ03X010150 40S ribosomal protein S9-2 10.45451149 C6_control_C3 +LQ03X010150 40S ribosomal protein S9-2 9.078182412 C6_chemical_A1 +LQ03X010150 40S ribosomal protein S9-2 9.729504145 C6_chemical_A3 +LQ03X010150 40S ribosomal protein S9-2 7.36245091 C6_chemical_B1 +LQ03X010150 40S ribosomal protein S9-2 9.949341989 C6_chemical_B2 +LQ03X010150 40S ribosomal protein S9-2 7.869402288 C6_chemical_B3 +LQ03X010150 40S ribosomal protein S9-2 10.06027932 C6_chemical_C1 +LQ03X010150 40S ribosomal protein S9-2 10.22379041 C6_chemical_C2 +LQ03X010150 40S ribosomal protein S9-2 10.16324486 C6_chemical_C3 +LQ03X010150 40S ribosomal protein S9-2 10.02560797 L4_control_A1 +LQ03X010150 40S ribosomal protein S9-2 9.131072112 L4_control_A2 +LQ03X010150 40S ribosomal protein S9-2 9.586697667 L4_control_A3 +LQ03X010150 40S ribosomal protein S9-2 8.516204456 L4_control_B1 +LQ03X010150 40S ribosomal protein S9-2 7.34009825 L4_control_B2 +LQ03X010150 40S ribosomal protein S9-2 9.343525398 L4_control_B3 +LQ03X010150 40S ribosomal protein S9-2 8.409416739 L4_control_C2 +LQ03X010150 40S ribosomal protein S9-2 9.194956268 L4_control_C3 +LQ03X010150 40S ribosomal protein S9-2 9.969540492 L4_chemical_A1 +LQ03X010150 40S ribosomal protein S9-2 8.912716379 L4_chemical_A2 +LQ03X010150 40S ribosomal protein S9-2 8.723575284 L4_chemical_A3 +LQ03X010150 40S ribosomal protein S9-2 7.921174472 L4_chemical_B1 +LQ03X010150 40S ribosomal protein S9-2 8.17833208 L4_chemical_B2 +LQ03X010150 40S ribosomal protein S9-2 9.525767167 L4_chemical_B3 +LQ03X010150 40S ribosomal protein S9-2 9.370312904 L4_chemical_C2 +LQ03X010150 40S ribosomal protein S9-2 8.868135542 L4_chemical_C3 +LQ03X010160 Hypothetical protein 5.069229096 C6_control_A1 +LQ03X010160 Hypothetical protein 4.821785315 C6_control_A3 +LQ03X010160 Hypothetical protein 5.127053079 C6_control_B1 +LQ03X010160 Hypothetical protein 4.987676753 C6_control_B2 +LQ03X010160 Hypothetical protein 4.743912334 C6_control_B3 +LQ03X010160 Hypothetical protein 5.009707725 C6_control_C1 +LQ03X010160 Hypothetical protein 5.037151686 C6_control_C2 +LQ03X010160 Hypothetical protein 4.7620302 C6_control_C3 +LQ03X010160 Hypothetical protein 5.211967874 C6_chemical_A1 +LQ03X010160 Hypothetical protein 4.788903747 C6_chemical_A3 +LQ03X010160 Hypothetical protein 4.850412877 C6_chemical_B1 +LQ03X010160 Hypothetical protein 4.915817153 C6_chemical_B2 +LQ03X010160 Hypothetical protein 5.253064928 C6_chemical_B3 +LQ03X010160 Hypothetical protein 4.712222652 C6_chemical_C1 +LQ03X010160 Hypothetical protein 5.264275475 C6_chemical_C2 +LQ03X010160 Hypothetical protein 4.770662049 C6_chemical_C3 +LQ03X010160 Hypothetical protein 4.870388892 L4_control_A1 +LQ03X010160 Hypothetical protein 4.962755885 L4_control_A2 +LQ03X010160 Hypothetical protein 4.850535818 L4_control_A3 +LQ03X010160 Hypothetical protein 4.983522752 L4_control_B1 +LQ03X010160 Hypothetical protein 5.347842152 L4_control_B2 +LQ03X010160 Hypothetical protein 4.843695895 L4_control_B3 +LQ03X010160 Hypothetical protein 4.83453057 L4_control_C2 +LQ03X010160 Hypothetical protein 4.94894922 L4_control_C3 +LQ03X010160 Hypothetical protein 5.011272329 L4_chemical_A1 +LQ03X010160 Hypothetical protein 4.570494881 L4_chemical_A2 +LQ03X010160 Hypothetical protein 4.794101182 L4_chemical_A3 +LQ03X010160 Hypothetical protein 4.871497744 L4_chemical_B1 +LQ03X010160 Hypothetical protein 4.934157542 L4_chemical_B2 +LQ03X010160 Hypothetical protein 4.614700027 L4_chemical_B3 +LQ03X010160 Hypothetical protein 5.287601929 L4_chemical_C2 +LQ03X010160 Hypothetical protein 5.002357015 L4_chemical_C3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.728255093 C6_control_A1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 6.279390196 C6_control_A3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.479352158 C6_control_B1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.458551791 C6_control_B2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.688365012 C6_control_B3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.262160184 C6_control_C1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 6.594541784 C6_control_C2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.223398611 C6_control_C3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.705902959 C6_chemical_A1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.404479546 C6_chemical_A3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.524495619 C6_chemical_B1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.653397273 C6_chemical_B2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.060370174 C6_chemical_B3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.09865062 C6_chemical_C1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.199091303 C6_chemical_C2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 4.851184054 C6_chemical_C3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.332036927 L4_control_A1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.515736107 L4_control_A2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.505611445 L4_control_A3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.016077482 L4_control_B1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.605475577 L4_control_B2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.339212578 L4_control_B3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 4.860345324 L4_control_C2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.143391868 L4_control_C3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.201075059 L4_chemical_A1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.019149229 L4_chemical_A2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.405576289 L4_chemical_A3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.350513309 L4_chemical_B1 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.849047715 L4_chemical_B2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.528109032 L4_chemical_B3 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.307660898 L4_chemical_C2 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.142412411 L4_chemical_C3 +LQ03X010210 HVA22-like protein a 12.75253232 C6_control_A1 +LQ03X010210 HVA22-like protein a 12.82892767 C6_control_A3 +LQ03X010210 HVA22-like protein a 12.7684659 C6_control_B1 +LQ03X010210 HVA22-like protein a 12.62477383 C6_control_B2 +LQ03X010210 HVA22-like protein a 12.67521069 C6_control_B3 +LQ03X010210 HVA22-like protein a 12.33278175 C6_control_C1 +LQ03X010210 HVA22-like protein a 12.05209858 C6_control_C2 +LQ03X010210 HVA22-like protein a 12.07049069 C6_control_C3 +LQ03X010210 HVA22-like protein a 12.69422813 C6_chemical_A1 +LQ03X010210 HVA22-like protein a 12.88298259 C6_chemical_A3 +LQ03X010210 HVA22-like protein a 12.73677187 C6_chemical_B1 +LQ03X010210 HVA22-like protein a 12.7366822 C6_chemical_B2 +LQ03X010210 HVA22-like protein a 12.56437945 C6_chemical_B3 +LQ03X010210 HVA22-like protein a 12.31941599 C6_chemical_C1 +LQ03X010210 HVA22-like protein a 11.91462566 C6_chemical_C2 +LQ03X010210 HVA22-like protein a 11.59483291 C6_chemical_C3 +LQ03X010210 HVA22-like protein a 12.60919043 L4_control_A1 +LQ03X010210 HVA22-like protein a 12.21327775 L4_control_A2 +LQ03X010210 HVA22-like protein a 12.31094581 L4_control_A3 +LQ03X010210 HVA22-like protein a 11.98135192 L4_control_B1 +LQ03X010210 HVA22-like protein a 11.99999756 L4_control_B2 +LQ03X010210 HVA22-like protein a 11.96783715 L4_control_B3 +LQ03X010210 HVA22-like protein a 11.29305933 L4_control_C2 +LQ03X010210 HVA22-like protein a 11.36666944 L4_control_C3 +LQ03X010210 HVA22-like protein a 12.47297954 L4_chemical_A1 +LQ03X010210 HVA22-like protein a 12.33401354 L4_chemical_A2 +LQ03X010210 HVA22-like protein a 12.24087584 L4_chemical_A3 +LQ03X010210 HVA22-like protein a 12.21866152 L4_chemical_B1 +LQ03X010210 HVA22-like protein a 12.35609463 L4_chemical_B2 +LQ03X010210 HVA22-like protein a 12.18555713 L4_chemical_B3 +LQ03X010210 HVA22-like protein a 11.64360159 L4_chemical_C2 +LQ03X010210 HVA22-like protein a 11.12362206 L4_chemical_C3 +LQ03X010220 Transcription factor bHLH47 7.870767827 C6_control_A1 +LQ03X010220 Transcription factor bHLH47 7.778197887 C6_control_A3 +LQ03X010220 Transcription factor bHLH47 7.176056761 C6_control_B1 +LQ03X010220 Transcription factor bHLH47 7.653677041 C6_control_B2 +LQ03X010220 Transcription factor bHLH47 7.207214018 C6_control_B3 +LQ03X010220 Transcription factor bHLH47 8.721941953 C6_control_C1 +LQ03X010220 Transcription factor bHLH47 7.806026606 C6_control_C2 +LQ03X010220 Transcription factor bHLH47 8.152552525 C6_control_C3 +LQ03X010220 Transcription factor bHLH47 7.983398697 C6_chemical_A1 +LQ03X010220 Transcription factor bHLH47 7.859431126 C6_chemical_A3 +LQ03X010220 Transcription factor bHLH47 7.676731306 C6_chemical_B1 +LQ03X010220 Transcription factor bHLH47 8.043262134 C6_chemical_B2 +LQ03X010220 Transcription factor bHLH47 7.16625142 C6_chemical_B3 +LQ03X010220 Transcription factor bHLH47 8.447253081 C6_chemical_C1 +LQ03X010220 Transcription factor bHLH47 8.162179977 C6_chemical_C2 +LQ03X010220 Transcription factor bHLH47 8.3599541 C6_chemical_C3 +LQ03X010220 Transcription factor bHLH47 7.161054309 L4_control_A1 +LQ03X010220 Transcription factor bHLH47 6.623396305 L4_control_A2 +LQ03X010220 Transcription factor bHLH47 7.292641719 L4_control_A3 +LQ03X010220 Transcription factor bHLH47 6.379506355 L4_control_B1 +LQ03X010220 Transcription factor bHLH47 6.343414339 L4_control_B2 +LQ03X010220 Transcription factor bHLH47 8.883080607 L4_control_B3 +LQ03X010220 Transcription factor bHLH47 7.721407318 L4_control_C2 +LQ03X010220 Transcription factor bHLH47 7.457530295 L4_control_C3 +LQ03X010220 Transcription factor bHLH47 7.112174198 L4_chemical_A1 +LQ03X010220 Transcription factor bHLH47 7.04388178 L4_chemical_A2 +LQ03X010220 Transcription factor bHLH47 7.287188871 L4_chemical_A3 +LQ03X010220 Transcription factor bHLH47 6.380764079 L4_chemical_B1 +LQ03X010220 Transcription factor bHLH47 5.854523347 L4_chemical_B2 +LQ03X010220 Transcription factor bHLH47 7.299914116 L4_chemical_B3 +LQ03X010220 Transcription factor bHLH47 7.399566453 L4_chemical_C2 +LQ03X010220 Transcription factor bHLH47 7.341479871 L4_chemical_C3 +LQ03X010230 Putative uncharacterized protein 6.08086425 C6_control_A1 +LQ03X010230 Putative uncharacterized protein 5.468978248 C6_control_A3 +LQ03X010230 Putative uncharacterized protein 5.935006254 C6_control_B1 +LQ03X010230 Putative uncharacterized protein 5.963839456 C6_control_B2 +LQ03X010230 Putative uncharacterized protein 5.387785343 C6_control_B3 +LQ03X010230 Putative uncharacterized protein 5.939574 C6_control_C1 +LQ03X010230 Putative uncharacterized protein 5.948855739 C6_control_C2 +LQ03X010230 Putative uncharacterized protein 6.259004968 C6_control_C3 +LQ03X010230 Putative uncharacterized protein 6.076331487 C6_chemical_A1 +LQ03X010230 Putative uncharacterized protein 5.416298023 C6_chemical_A3 +LQ03X010230 Putative uncharacterized protein 5.59609193 C6_chemical_B1 +LQ03X010230 Putative uncharacterized protein 5.563356801 C6_chemical_B2 +LQ03X010230 Putative uncharacterized protein 5.334009321 C6_chemical_B3 +LQ03X010230 Putative uncharacterized protein 6.576890657 C6_chemical_C1 +LQ03X010230 Putative uncharacterized protein 5.716700229 C6_chemical_C2 +LQ03X010230 Putative uncharacterized protein 6.289534515 C6_chemical_C3 +LQ03X010230 Putative uncharacterized protein 5.492153358 L4_control_A1 +LQ03X010230 Putative uncharacterized protein 5.201918978 L4_control_A2 +LQ03X010230 Putative uncharacterized protein 5.243377841 L4_control_A3 +LQ03X010230 Putative uncharacterized protein 5.314228719 L4_control_B1 +LQ03X010230 Putative uncharacterized protein 5.535496437 L4_control_B2 +LQ03X010230 Putative uncharacterized protein 5.225129985 L4_control_B3 +LQ03X010230 Putative uncharacterized protein 5.435842749 L4_control_C2 +LQ03X010230 Putative uncharacterized protein 4.990179775 L4_control_C3 +LQ03X010230 Putative uncharacterized protein 5.34579524 L4_chemical_A1 +LQ03X010230 Putative uncharacterized protein 5.118800979 L4_chemical_A2 +LQ03X010230 Putative uncharacterized protein 5.186528746 L4_chemical_A3 +LQ03X010230 Putative uncharacterized protein 5.054050847 L4_chemical_B1 +LQ03X010230 Putative uncharacterized protein 5.447231179 L4_chemical_B2 +LQ03X010230 Putative uncharacterized protein 5.381769695 L4_chemical_B3 +LQ03X010230 Putative uncharacterized protein 5.568003694 L4_chemical_C2 +LQ03X010230 Putative uncharacterized protein 5.27389207 L4_chemical_C3 +LQ03X010240 Putative Transcription factor TCP14 12.19391347 C6_control_A1 +LQ03X010240 Putative Transcription factor TCP14 12.68013417 C6_control_A3 +LQ03X010240 Putative Transcription factor TCP14 11.39405532 C6_control_B1 +LQ03X010240 Putative Transcription factor TCP14 9.924828083 C6_control_B2 +LQ03X010240 Putative Transcription factor TCP14 10.21415774 C6_control_B3 +LQ03X010240 Putative Transcription factor TCP14 11.74773962 C6_control_C1 +LQ03X010240 Putative Transcription factor TCP14 11.28531305 C6_control_C2 +LQ03X010240 Putative Transcription factor TCP14 11.2400463 C6_control_C3 +LQ03X010240 Putative Transcription factor TCP14 12.77218653 C6_chemical_A1 +LQ03X010240 Putative Transcription factor TCP14 12.93196438 C6_chemical_A3 +LQ03X010240 Putative Transcription factor TCP14 11.48797653 C6_chemical_B1 +LQ03X010240 Putative Transcription factor TCP14 10.06794836 C6_chemical_B2 +LQ03X010240 Putative Transcription factor TCP14 10.84478298 C6_chemical_B3 +LQ03X010240 Putative Transcription factor TCP14 12.06894583 C6_chemical_C1 +LQ03X010240 Putative Transcription factor TCP14 11.64263637 C6_chemical_C2 +LQ03X010240 Putative Transcription factor TCP14 11.48053412 C6_chemical_C3 +LQ03X010240 Putative Transcription factor TCP14 13.41424791 L4_control_A1 +LQ03X010240 Putative Transcription factor TCP14 12.7901474 L4_control_A2 +LQ03X010240 Putative Transcription factor TCP14 13.47511065 L4_control_A3 +LQ03X010240 Putative Transcription factor TCP14 11.11301157 L4_control_B1 +LQ03X010240 Putative Transcription factor TCP14 10.94657994 L4_control_B2 +LQ03X010240 Putative Transcription factor TCP14 8.889119073 L4_control_B3 +LQ03X010240 Putative Transcription factor TCP14 11.63817696 L4_control_C2 +LQ03X010240 Putative Transcription factor TCP14 10.3611058 L4_control_C3 +LQ03X010240 Putative Transcription factor TCP14 13.02806821 L4_chemical_A1 +LQ03X010240 Putative Transcription factor TCP14 12.58494181 L4_chemical_A2 +LQ03X010240 Putative Transcription factor TCP14 13.45392629 L4_chemical_A3 +LQ03X010240 Putative Transcription factor TCP14 12.37755592 L4_chemical_B1 +LQ03X010240 Putative Transcription factor TCP14 11.76274936 L4_chemical_B2 +LQ03X010240 Putative Transcription factor TCP14 11.84358311 L4_chemical_B3 +LQ03X010240 Putative Transcription factor TCP14 11.70636126 L4_chemical_C2 +LQ03X010240 Putative Transcription factor TCP14 10.63896317 L4_chemical_C3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.316889637 C6_control_A1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.098278627 C6_control_A3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.972963185 C6_control_B1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.216731638 C6_control_B2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.575332932 C6_control_B3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.502322139 C6_control_C1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.283259758 C6_control_C2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.066333725 C6_control_C3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.265478594 C6_chemical_A1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.352481793 C6_chemical_A3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.534009079 C6_chemical_B1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.2092416 C6_chemical_B2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.47063548 C6_chemical_B3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.358411582 C6_chemical_C1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.102701078 C6_chemical_C2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.089084282 C6_chemical_C3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.109884153 L4_control_A1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.580209774 L4_control_A2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.786299013 L4_control_A3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.068935351 L4_control_B1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.134830018 L4_control_B2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.347878048 L4_control_B3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.463039567 L4_control_C2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.258772862 L4_control_C3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.313452454 L4_chemical_A1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.602456778 L4_chemical_A2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.289326425 L4_chemical_A3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 4.794250044 L4_chemical_B1 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 6.187540372 L4_chemical_B2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.448867087 L4_chemical_B3 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.695140927 L4_chemical_C2 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.213712556 L4_chemical_C3 +LQ03X010290 Putative Protein SET 14.44793989 C6_control_A1 +LQ03X010290 Putative Protein SET 14.65827011 C6_control_A3 +LQ03X010290 Putative Protein SET 13.99369749 C6_control_B1 +LQ03X010290 Putative Protein SET 14.1900966 C6_control_B2 +LQ03X010290 Putative Protein SET 14.23748131 C6_control_B3 +LQ03X010290 Putative Protein SET 13.82605961 C6_control_C1 +LQ03X010290 Putative Protein SET 14.43150987 C6_control_C2 +LQ03X010290 Putative Protein SET 14.13505626 C6_control_C3 +LQ03X010290 Putative Protein SET 14.09522312 C6_chemical_A1 +LQ03X010290 Putative Protein SET 14.64611987 C6_chemical_A3 +LQ03X010290 Putative Protein SET 13.30286858 C6_chemical_B1 +LQ03X010290 Putative Protein SET 13.80829059 C6_chemical_B2 +LQ03X010290 Putative Protein SET 14.19018757 C6_chemical_B3 +LQ03X010290 Putative Protein SET 13.70739406 C6_chemical_C1 +LQ03X010290 Putative Protein SET 13.98210022 C6_chemical_C2 +LQ03X010290 Putative Protein SET 14.14975085 C6_chemical_C3 +LQ03X010290 Putative Protein SET 15.00774557 L4_control_A1 +LQ03X010290 Putative Protein SET 15.26374782 L4_control_A2 +LQ03X010290 Putative Protein SET 15.02501466 L4_control_A3 +LQ03X010290 Putative Protein SET 14.43317287 L4_control_B1 +LQ03X010290 Putative Protein SET 14.41963143 L4_control_B2 +LQ03X010290 Putative Protein SET 14.90394677 L4_control_B3 +LQ03X010290 Putative Protein SET 14.66760393 L4_control_C2 +LQ03X010290 Putative Protein SET 14.9981352 L4_control_C3 +LQ03X010290 Putative Protein SET 14.60799396 L4_chemical_A1 +LQ03X010290 Putative Protein SET 14.75203921 L4_chemical_A2 +LQ03X010290 Putative Protein SET 14.83743736 L4_chemical_A3 +LQ03X010290 Putative Protein SET 14.28218491 L4_chemical_B1 +LQ03X010290 Putative Protein SET 14.25169754 L4_chemical_B2 +LQ03X010290 Putative Protein SET 14.58832411 L4_chemical_B3 +LQ03X010290 Putative Protein SET 14.62663836 L4_chemical_C2 +LQ03X010290 Putative Protein SET 14.92208357 L4_chemical_C3 +LQ03X010330 Probable methyltransferase PMT2 9.196809767 C6_control_A1 +LQ03X010330 Probable methyltransferase PMT2 7.718943709 C6_control_A3 +LQ03X010330 Probable methyltransferase PMT2 9.639498127 C6_control_B1 +LQ03X010330 Probable methyltransferase PMT2 9.707169073 C6_control_B2 +LQ03X010330 Probable methyltransferase PMT2 9.135991543 C6_control_B3 +LQ03X010330 Probable methyltransferase PMT2 11.02404832 C6_control_C1 +LQ03X010330 Probable methyltransferase PMT2 10.40617668 C6_control_C2 +LQ03X010330 Probable methyltransferase PMT2 9.656006146 C6_control_C3 +LQ03X010330 Probable methyltransferase PMT2 9.407929612 C6_chemical_A1 +LQ03X010330 Probable methyltransferase PMT2 8.709055889 C6_chemical_A3 +LQ03X010330 Probable methyltransferase PMT2 9.768831154 C6_chemical_B1 +LQ03X010330 Probable methyltransferase PMT2 10.11451576 C6_chemical_B2 +LQ03X010330 Probable methyltransferase PMT2 9.192082756 C6_chemical_B3 +LQ03X010330 Probable methyltransferase PMT2 11.30681058 C6_chemical_C1 +LQ03X010330 Probable methyltransferase PMT2 11.01518057 C6_chemical_C2 +LQ03X010330 Probable methyltransferase PMT2 10.28866693 C6_chemical_C3 +LQ03X010330 Probable methyltransferase PMT2 9.286597489 L4_control_A1 +LQ03X010330 Probable methyltransferase PMT2 10.17486509 L4_control_A2 +LQ03X010330 Probable methyltransferase PMT2 7.911837275 L4_control_A3 +LQ03X010330 Probable methyltransferase PMT2 10.21047776 L4_control_B1 +LQ03X010330 Probable methyltransferase PMT2 10.20053717 L4_control_B2 +LQ03X010330 Probable methyltransferase PMT2 9.58061184 L4_control_B3 +LQ03X010330 Probable methyltransferase PMT2 10.09644887 L4_control_C2 +LQ03X010330 Probable methyltransferase PMT2 9.98514908 L4_control_C3 +LQ03X010330 Probable methyltransferase PMT2 9.530104712 L4_chemical_A1 +LQ03X010330 Probable methyltransferase PMT2 9.88482733 L4_chemical_A2 +LQ03X010330 Probable methyltransferase PMT2 8.554363156 L4_chemical_A3 +LQ03X010330 Probable methyltransferase PMT2 10.01777575 L4_chemical_B1 +LQ03X010330 Probable methyltransferase PMT2 10.00170212 L4_chemical_B2 +LQ03X010330 Probable methyltransferase PMT2 9.531034018 L4_chemical_B3 +LQ03X010330 Probable methyltransferase PMT2 10.42479355 L4_chemical_C2 +LQ03X010330 Probable methyltransferase PMT2 10.15543837 L4_chemical_C3 +LQ03X010340 Activating signal cointegrator, putative 9.18119413 C6_control_A1 +LQ03X010340 Activating signal cointegrator, putative 9.462420409 C6_control_A3 +LQ03X010340 Activating signal cointegrator, putative 9.734625821 C6_control_B1 +LQ03X010340 Activating signal cointegrator, putative 9.408533898 C6_control_B2 +LQ03X010340 Activating signal cointegrator, putative 9.824233524 C6_control_B3 +LQ03X010340 Activating signal cointegrator, putative 9.86356548 C6_control_C1 +LQ03X010340 Activating signal cointegrator, putative 10.31986315 C6_control_C2 +LQ03X010340 Activating signal cointegrator, putative 9.976834477 C6_control_C3 +LQ03X010340 Activating signal cointegrator, putative 8.965609432 C6_chemical_A1 +LQ03X010340 Activating signal cointegrator, putative 9.286046772 C6_chemical_A3 +LQ03X010340 Activating signal cointegrator, putative 9.644591484 C6_chemical_B1 +LQ03X010340 Activating signal cointegrator, putative 9.490679723 C6_chemical_B2 +LQ03X010340 Activating signal cointegrator, putative 9.676363283 C6_chemical_B3 +LQ03X010340 Activating signal cointegrator, putative 9.717184209 C6_chemical_C1 +LQ03X010340 Activating signal cointegrator, putative 10.15521469 C6_chemical_C2 +LQ03X010340 Activating signal cointegrator, putative 10.05809009 C6_chemical_C3 +LQ03X010340 Activating signal cointegrator, putative 8.579935197 L4_control_A1 +LQ03X010340 Activating signal cointegrator, putative 8.308705564 L4_control_A2 +LQ03X010340 Activating signal cointegrator, putative 7.657371565 L4_control_A3 +LQ03X010340 Activating signal cointegrator, putative 9.035050632 L4_control_B1 +LQ03X010340 Activating signal cointegrator, putative 9.859076397 L4_control_B2 +LQ03X010340 Activating signal cointegrator, putative 9.297347035 L4_control_B3 +LQ03X010340 Activating signal cointegrator, putative 10.37494375 L4_control_C2 +LQ03X010340 Activating signal cointegrator, putative 10.10181087 L4_control_C3 +LQ03X010340 Activating signal cointegrator, putative 8.865202031 L4_chemical_A1 +LQ03X010340 Activating signal cointegrator, putative 8.432425675 L4_chemical_A2 +LQ03X010340 Activating signal cointegrator, putative 7.842380364 L4_chemical_A3 +LQ03X010340 Activating signal cointegrator, putative 9.483965285 L4_chemical_B1 +LQ03X010340 Activating signal cointegrator, putative 9.507808256 L4_chemical_B2 +LQ03X010340 Activating signal cointegrator, putative 9.120703773 L4_chemical_B3 +LQ03X010340 Activating signal cointegrator, putative 10.40340465 L4_chemical_C2 +LQ03X010340 Activating signal cointegrator, putative 10.39901574 L4_chemical_C3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.525638166 C6_control_A1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.769117522 C6_control_A3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.898490948 C6_control_B1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.284600206 C6_control_B2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.513985387 C6_control_B3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.316922192 C6_control_C1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.852398813 C6_control_C2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.379223976 C6_control_C3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.481045101 C6_chemical_A1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.402229734 C6_chemical_A3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.435083074 C6_chemical_B1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.105717984 C6_chemical_B2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.532679942 C6_chemical_B3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 5.95151822 C6_chemical_C1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.38863721 C6_chemical_C2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.055712191 C6_chemical_C3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.233981523 L4_control_A1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.519854582 L4_control_A2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.15316198 L4_control_A3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.545653391 L4_control_B1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.906969947 L4_control_B2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.711677184 L4_control_B3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.805695183 L4_control_C2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.988283266 L4_control_C3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 5.835881554 L4_chemical_A1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.463442326 L4_chemical_A2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.364541956 L4_chemical_A3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.859017595 L4_chemical_B1 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.753839498 L4_chemical_B2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.456951714 L4_chemical_B3 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.343913558 L4_chemical_C2 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 7.168443709 L4_chemical_C3 +LQ03X010440 60S ribosomal protein L34 5.441388832 C6_control_A1 +LQ03X010440 60S ribosomal protein L34 5.260789514 C6_control_A3 +LQ03X010440 60S ribosomal protein L34 5.928266438 C6_control_B1 +LQ03X010440 60S ribosomal protein L34 5.101077629 C6_control_B2 +LQ03X010440 60S ribosomal protein L34 6.027009783 C6_control_B3 +LQ03X010440 60S ribosomal protein L34 5.003634216 C6_control_C1 +LQ03X010440 60S ribosomal protein L34 5.563916911 C6_control_C2 +LQ03X010440 60S ribosomal protein L34 5.913456708 C6_control_C3 +LQ03X010440 60S ribosomal protein L34 5.771578919 C6_chemical_A1 +LQ03X010440 60S ribosomal protein L34 5.181458243 C6_chemical_A3 +LQ03X010440 60S ribosomal protein L34 5.965774962 C6_chemical_B1 +LQ03X010440 60S ribosomal protein L34 5.348086239 C6_chemical_B2 +LQ03X010440 60S ribosomal protein L34 6.286539882 C6_chemical_B3 +LQ03X010440 60S ribosomal protein L34 5.290372715 C6_chemical_C1 +LQ03X010440 60S ribosomal protein L34 5.244498437 C6_chemical_C2 +LQ03X010440 60S ribosomal protein L34 5.302428653 C6_chemical_C3 +LQ03X010440 60S ribosomal protein L34 5.876284045 L4_control_A1 +LQ03X010440 60S ribosomal protein L34 5.763523008 L4_control_A2 +LQ03X010440 60S ribosomal protein L34 5.568793934 L4_control_A3 +LQ03X010440 60S ribosomal protein L34 7.073626611 L4_control_B1 +LQ03X010440 60S ribosomal protein L34 6.259154271 L4_control_B2 +LQ03X010440 60S ribosomal protein L34 5.919019687 L4_control_B3 +LQ03X010440 60S ribosomal protein L34 5.65225541 L4_control_C2 +LQ03X010440 60S ribosomal protein L34 8.518214079 L4_control_C3 +LQ03X010440 60S ribosomal protein L34 6.313175968 L4_chemical_A1 +LQ03X010440 60S ribosomal protein L34 5.660687932 L4_chemical_A2 +LQ03X010440 60S ribosomal protein L34 5.210273302 L4_chemical_A3 +LQ03X010440 60S ribosomal protein L34 5.899600745 L4_chemical_B1 +LQ03X010440 60S ribosomal protein L34 5.628557019 L4_chemical_B2 +LQ03X010440 60S ribosomal protein L34 5.636306561 L4_chemical_B3 +LQ03X010440 60S ribosomal protein L34 6.575126587 L4_chemical_C2 +LQ03X010440 60S ribosomal protein L34 8.850250978 L4_chemical_C3 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.07003622 C6_control_A1 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.94699432 C6_control_A3 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.93397013 C6_control_B1 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.39746826 C6_control_B2 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.02124882 C6_control_B3 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.31693324 C6_control_C1 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.84692454 C6_control_C2 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.29309092 C6_control_C3 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.00283267 C6_chemical_A1 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.05853654 C6_chemical_A3 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.71194434 C6_chemical_B1 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.89075368 C6_chemical_B2 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.06009224 C6_chemical_B3 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.98922308 C6_chemical_C1 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.2609785 C6_chemical_C2 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.97381035 C6_chemical_C3 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.95469114 L4_control_A1 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.92032093 L4_control_A2 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.86975309 L4_control_A3 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.48981806 L4_control_B1 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.25576879 L4_control_B2 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.77326776 L4_control_B3 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.38902766 L4_control_C2 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.60652882 L4_control_C3 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.24218029 L4_chemical_A1 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.0397762 L4_chemical_A2 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.02842926 L4_chemical_A3 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.72870041 L4_chemical_B1 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.51886518 L4_chemical_B2 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.9129514 L4_chemical_B3 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.26475792 L4_chemical_C2 +LQ03X010560 Eukaryotic translation initiation factor 5A 14.738491 L4_chemical_C3 +LQ03X010570 Predicted protein (Fragment) 7.035361946 C6_control_A1 +LQ03X010570 Predicted protein (Fragment) 6.324709942 C6_control_A3 +LQ03X010570 Predicted protein (Fragment) 6.67582647 C6_control_B1 +LQ03X010570 Predicted protein (Fragment) 7.747856672 C6_control_B2 +LQ03X010570 Predicted protein (Fragment) 6.5021777 C6_control_B3 +LQ03X010570 Predicted protein (Fragment) 7.061995707 C6_control_C1 +LQ03X010570 Predicted protein (Fragment) 6.397259317 C6_control_C2 +LQ03X010570 Predicted protein (Fragment) 6.565475996 C6_control_C3 +LQ03X010570 Predicted protein (Fragment) 6.794005501 C6_chemical_A1 +LQ03X010570 Predicted protein (Fragment) 6.298344004 C6_chemical_A3 +LQ03X010570 Predicted protein (Fragment) 6.362581386 C6_chemical_B1 +LQ03X010570 Predicted protein (Fragment) 7.647977854 C6_chemical_B2 +LQ03X010570 Predicted protein (Fragment) 6.40185549 C6_chemical_B3 +LQ03X010570 Predicted protein (Fragment) 7.251589674 C6_chemical_C1 +LQ03X010570 Predicted protein (Fragment) 6.95370403 C6_chemical_C2 +LQ03X010570 Predicted protein (Fragment) 6.325777309 C6_chemical_C3 +LQ03X010570 Predicted protein (Fragment) 5.878909641 L4_control_A1 +LQ03X010570 Predicted protein (Fragment) 6.244917074 L4_control_A2 +LQ03X010570 Predicted protein (Fragment) 6.482585702 L4_control_A3 +LQ03X010570 Predicted protein (Fragment) 6.034226601 L4_control_B1 +LQ03X010570 Predicted protein (Fragment) 5.766284816 L4_control_B2 +LQ03X010570 Predicted protein (Fragment) 5.460298345 L4_control_B3 +LQ03X010570 Predicted protein (Fragment) 5.120863911 L4_control_C2 +LQ03X010570 Predicted protein (Fragment) 5.609989526 L4_control_C3 +LQ03X010570 Predicted protein (Fragment) 5.877868055 L4_chemical_A1 +LQ03X010570 Predicted protein (Fragment) 5.998687302 L4_chemical_A2 +LQ03X010570 Predicted protein (Fragment) 6.604215573 L4_chemical_A3 +LQ03X010570 Predicted protein (Fragment) 6.399912712 L4_chemical_B1 +LQ03X010570 Predicted protein (Fragment) 5.967554286 L4_chemical_B2 +LQ03X010570 Predicted protein (Fragment) 5.651841379 L4_chemical_B3 +LQ03X010570 Predicted protein (Fragment) 4.979210165 L4_chemical_C2 +LQ03X010570 Predicted protein (Fragment) 5.394903597 L4_chemical_C3 +LQ03X010600 Hypothetical protein 5.927133214 C6_control_A1 +LQ03X010600 Hypothetical protein 5.357507765 C6_control_A3 +LQ03X010600 Hypothetical protein 5.790430936 C6_control_B1 +LQ03X010600 Hypothetical protein 5.935213113 C6_control_B2 +LQ03X010600 Hypothetical protein 6.032936718 C6_control_B3 +LQ03X010600 Hypothetical protein 5.619662333 C6_control_C1 +LQ03X010600 Hypothetical protein 5.698268086 C6_control_C2 +LQ03X010600 Hypothetical protein 5.448479456 C6_control_C3 +LQ03X010600 Hypothetical protein 6.405026992 C6_chemical_A1 +LQ03X010600 Hypothetical protein 5.885009474 C6_chemical_A3 +LQ03X010600 Hypothetical protein 6.240793662 C6_chemical_B1 +LQ03X010600 Hypothetical protein 6.559589959 C6_chemical_B2 +LQ03X010600 Hypothetical protein 6.969036544 C6_chemical_B3 +LQ03X010600 Hypothetical protein 6.515039962 C6_chemical_C1 +LQ03X010600 Hypothetical protein 6.630692219 C6_chemical_C2 +LQ03X010600 Hypothetical protein 5.917552112 C6_chemical_C3 +LQ03X010600 Hypothetical protein 5.895076867 L4_control_A1 +LQ03X010600 Hypothetical protein 5.962342592 L4_control_A2 +LQ03X010600 Hypothetical protein 5.997744239 L4_control_A3 +LQ03X010600 Hypothetical protein 6.419393391 L4_control_B1 +LQ03X010600 Hypothetical protein 6.171079608 L4_control_B2 +LQ03X010600 Hypothetical protein 5.997801242 L4_control_B3 +LQ03X010600 Hypothetical protein 6.333403638 L4_control_C2 +LQ03X010600 Hypothetical protein 5.114536524 L4_control_C3 +LQ03X010600 Hypothetical protein 6.274150344 L4_chemical_A1 +LQ03X010600 Hypothetical protein 6.06192959 L4_chemical_A2 +LQ03X010600 Hypothetical protein 6.595196321 L4_chemical_A3 +LQ03X010600 Hypothetical protein 6.357705998 L4_chemical_B1 +LQ03X010600 Hypothetical protein 6.046742374 L4_chemical_B2 +LQ03X010600 Hypothetical protein 6.017275363 L4_chemical_B3 +LQ03X010600 Hypothetical protein 6.050929788 L4_chemical_C2 +LQ03X010600 Hypothetical protein 5.883230493 L4_chemical_C3 +LQ03X010610 Putative uncharacterized protein 10.11592731 C6_control_A1 +LQ03X010610 Putative uncharacterized protein 8.914378237 C6_control_A3 +LQ03X010610 Putative uncharacterized protein 12.12368867 C6_control_B1 +LQ03X010610 Putative uncharacterized protein 13.84744898 C6_control_B2 +LQ03X010610 Putative uncharacterized protein 13.32161591 C6_control_B3 +LQ03X010610 Putative uncharacterized protein 11.63513742 C6_control_C1 +LQ03X010610 Putative uncharacterized protein 11.90706723 C6_control_C2 +LQ03X010610 Putative uncharacterized protein 11.7124173 C6_control_C3 +LQ03X010610 Putative uncharacterized protein 10.31645058 C6_chemical_A1 +LQ03X010610 Putative uncharacterized protein 8.9493173 C6_chemical_A3 +LQ03X010610 Putative uncharacterized protein 12.07426654 C6_chemical_B1 +LQ03X010610 Putative uncharacterized protein 13.56729168 C6_chemical_B2 +LQ03X010610 Putative uncharacterized protein 13.05584393 C6_chemical_B3 +LQ03X010610 Putative uncharacterized protein 11.59128919 C6_chemical_C1 +LQ03X010610 Putative uncharacterized protein 11.64824687 C6_chemical_C2 +LQ03X010610 Putative uncharacterized protein 11.81085634 C6_chemical_C3 +LQ03X010610 Putative uncharacterized protein 9.735496293 L4_control_A1 +LQ03X010610 Putative uncharacterized protein 10.20649385 L4_control_A2 +LQ03X010610 Putative uncharacterized protein 8.525406614 L4_control_A3 +LQ03X010610 Putative uncharacterized protein 12.92866798 L4_control_B1 +LQ03X010610 Putative uncharacterized protein 11.97645361 L4_control_B2 +LQ03X010610 Putative uncharacterized protein 13.92907803 L4_control_B3 +LQ03X010610 Putative uncharacterized protein 10.46975528 L4_control_C2 +LQ03X010610 Putative uncharacterized protein 9.906293819 L4_control_C3 +LQ03X010610 Putative uncharacterized protein 9.558140479 L4_chemical_A1 +LQ03X010610 Putative uncharacterized protein 9.95114341 L4_chemical_A2 +LQ03X010610 Putative uncharacterized protein 8.996478563 L4_chemical_A3 +LQ03X010610 Putative uncharacterized protein 11.56400648 L4_chemical_B1 +LQ03X010610 Putative uncharacterized protein 11.98735824 L4_chemical_B2 +LQ03X010610 Putative uncharacterized protein 12.47409797 L4_chemical_B3 +LQ03X010610 Putative uncharacterized protein 10.69183635 L4_chemical_C2 +LQ03X010610 Putative uncharacterized protein 9.783877068 L4_chemical_C3 +LQ03X010650 Putative glycosyltransferase 3 7.013343988 C6_control_A1 +LQ03X010650 Putative glycosyltransferase 3 7.261883204 C6_control_A3 +LQ03X010650 Putative glycosyltransferase 3 6.778131462 C6_control_B1 +LQ03X010650 Putative glycosyltransferase 3 7.053827766 C6_control_B2 +LQ03X010650 Putative glycosyltransferase 3 7.037047619 C6_control_B3 +LQ03X010650 Putative glycosyltransferase 3 6.248879623 C6_control_C1 +LQ03X010650 Putative glycosyltransferase 3 6.955477794 C6_control_C2 +LQ03X010650 Putative glycosyltransferase 3 6.64428821 C6_control_C3 +LQ03X010650 Putative glycosyltransferase 3 6.474943801 C6_chemical_A1 +LQ03X010650 Putative glycosyltransferase 3 6.446164906 C6_chemical_A3 +LQ03X010650 Putative glycosyltransferase 3 6.906721201 C6_chemical_B1 +LQ03X010650 Putative glycosyltransferase 3 6.823222768 C6_chemical_B2 +LQ03X010650 Putative glycosyltransferase 3 6.425347155 C6_chemical_B3 +LQ03X010650 Putative glycosyltransferase 3 6.2839052 C6_chemical_C1 +LQ03X010650 Putative glycosyltransferase 3 6.503234939 C6_chemical_C2 +LQ03X010650 Putative glycosyltransferase 3 6.474220766 C6_chemical_C3 +LQ03X010650 Putative glycosyltransferase 3 6.075354919 L4_control_A1 +LQ03X010650 Putative glycosyltransferase 3 7.052570295 L4_control_A2 +LQ03X010650 Putative glycosyltransferase 3 6.998267366 L4_control_A3 +LQ03X010650 Putative glycosyltransferase 3 6.099478776 L4_control_B1 +LQ03X010650 Putative glycosyltransferase 3 7.210432327 L4_control_B2 +LQ03X010650 Putative glycosyltransferase 3 6.944082979 L4_control_B3 +LQ03X010650 Putative glycosyltransferase 3 5.911494497 L4_control_C2 +LQ03X010650 Putative glycosyltransferase 3 6.576327294 L4_control_C3 +LQ03X010650 Putative glycosyltransferase 3 6.506474501 L4_chemical_A1 +LQ03X010650 Putative glycosyltransferase 3 7.020299053 L4_chemical_A2 +LQ03X010650 Putative glycosyltransferase 3 6.330599621 L4_chemical_A3 +LQ03X010650 Putative glycosyltransferase 3 6.996985012 L4_chemical_B1 +LQ03X010650 Putative glycosyltransferase 3 7.058014664 L4_chemical_B2 +LQ03X010650 Putative glycosyltransferase 3 6.640813963 L4_chemical_B3 +LQ03X010650 Putative glycosyltransferase 3 7.096282794 L4_chemical_C2 +LQ03X010650 Putative glycosyltransferase 3 6.201390256 L4_chemical_C3 +LQ03X010680 Two-component response regulator-like APRR1 5.724901296 C6_control_A1 +LQ03X010680 Two-component response regulator-like APRR1 5.589420213 C6_control_A3 +LQ03X010680 Two-component response regulator-like APRR1 5.412997242 C6_control_B1 +LQ03X010680 Two-component response regulator-like APRR1 5.708506676 C6_control_B2 +LQ03X010680 Two-component response regulator-like APRR1 5.555928212 C6_control_B3 +LQ03X010680 Two-component response regulator-like APRR1 6.112463573 C6_control_C1 +LQ03X010680 Two-component response regulator-like APRR1 6.592011296 C6_control_C2 +LQ03X010680 Two-component response regulator-like APRR1 6.010150163 C6_control_C3 +LQ03X010680 Two-component response regulator-like APRR1 5.515739811 C6_chemical_A1 +LQ03X010680 Two-component response regulator-like APRR1 5.351047373 C6_chemical_A3 +LQ03X010680 Two-component response regulator-like APRR1 5.501726719 C6_chemical_B1 +LQ03X010680 Two-component response regulator-like APRR1 5.628731147 C6_chemical_B2 +LQ03X010680 Two-component response regulator-like APRR1 5.774329875 C6_chemical_B3 +LQ03X010680 Two-component response regulator-like APRR1 5.900905239 C6_chemical_C1 +LQ03X010680 Two-component response regulator-like APRR1 5.956624211 C6_chemical_C2 +LQ03X010680 Two-component response regulator-like APRR1 5.740002133 C6_chemical_C3 +LQ03X010680 Two-component response regulator-like APRR1 5.743505872 L4_control_A1 +LQ03X010680 Two-component response regulator-like APRR1 5.205464193 L4_control_A2 +LQ03X010680 Two-component response regulator-like APRR1 6.041768019 L4_control_A3 +LQ03X010680 Two-component response regulator-like APRR1 5.886367501 L4_control_B1 +LQ03X010680 Two-component response regulator-like APRR1 5.952297629 L4_control_B2 +LQ03X010680 Two-component response regulator-like APRR1 5.446320738 L4_control_B3 +LQ03X010680 Two-component response regulator-like APRR1 5.585974269 L4_control_C2 +LQ03X010680 Two-component response regulator-like APRR1 5.808216914 L4_control_C3 +LQ03X010680 Two-component response regulator-like APRR1 5.39863946 L4_chemical_A1 +LQ03X010680 Two-component response regulator-like APRR1 5.384518238 L4_chemical_A2 +LQ03X010680 Two-component response regulator-like APRR1 5.853000091 L4_chemical_A3 +LQ03X010680 Two-component response regulator-like APRR1 6.218745498 L4_chemical_B1 +LQ03X010680 Two-component response regulator-like APRR1 5.409146794 L4_chemical_B2 +LQ03X010680 Two-component response regulator-like APRR1 5.464503578 L4_chemical_B3 +LQ03X010680 Two-component response regulator-like APRR1 5.577751512 L4_chemical_C2 +LQ03X010680 Two-component response regulator-like APRR1 5.437214139 L4_chemical_C3 +LQ03X010690 Exonuclease, putative 8.626459758 C6_control_A1 +LQ03X010690 Exonuclease, putative 8.943665195 C6_control_A3 +LQ03X010690 Exonuclease, putative 8.887333615 C6_control_B1 +LQ03X010690 Exonuclease, putative 8.545840976 C6_control_B2 +LQ03X010690 Exonuclease, putative 9.254745812 C6_control_B3 +LQ03X010690 Exonuclease, putative 8.752059028 C6_control_C1 +LQ03X010690 Exonuclease, putative 8.035032449 C6_control_C2 +LQ03X010690 Exonuclease, putative 7.795250035 C6_control_C3 +LQ03X010690 Exonuclease, putative 8.526181855 C6_chemical_A1 +LQ03X010690 Exonuclease, putative 9.304232794 C6_chemical_A3 +LQ03X010690 Exonuclease, putative 8.810922664 C6_chemical_B1 +LQ03X010690 Exonuclease, putative 8.402676561 C6_chemical_B2 +LQ03X010690 Exonuclease, putative 8.70794351 C6_chemical_B3 +LQ03X010690 Exonuclease, putative 8.414012993 C6_chemical_C1 +LQ03X010690 Exonuclease, putative 8.206652474 C6_chemical_C2 +LQ03X010690 Exonuclease, putative 8.088716302 C6_chemical_C3 +LQ03X010690 Exonuclease, putative 9.366050186 L4_control_A1 +LQ03X010690 Exonuclease, putative 8.875668854 L4_control_A2 +LQ03X010690 Exonuclease, putative 10.05961436 L4_control_A3 +LQ03X010690 Exonuclease, putative 9.288328612 L4_control_B1 +LQ03X010690 Exonuclease, putative 9.581406144 L4_control_B2 +LQ03X010690 Exonuclease, putative 9.604522758 L4_control_B3 +LQ03X010690 Exonuclease, putative 10.36362174 L4_control_C2 +LQ03X010690 Exonuclease, putative 10.29930694 L4_control_C3 +LQ03X010690 Exonuclease, putative 9.26108238 L4_chemical_A1 +LQ03X010690 Exonuclease, putative 9.052548262 L4_chemical_A2 +LQ03X010690 Exonuclease, putative 9.497831595 L4_chemical_A3 +LQ03X010690 Exonuclease, putative 9.211118795 L4_chemical_B1 +LQ03X010690 Exonuclease, putative 9.401600886 L4_chemical_B2 +LQ03X010690 Exonuclease, putative 9.282826805 L4_chemical_B3 +LQ03X010690 Exonuclease, putative 9.988075199 L4_chemical_C2 +LQ03X010690 Exonuclease, putative 9.946366334 L4_chemical_C3 +LQ03X010720 RING-H2 finger protein ATL1Q 5.721545557 C6_control_A1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.495392554 C6_control_A3 +LQ03X010720 RING-H2 finger protein ATL1Q 6.178831245 C6_control_B1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.747508313 C6_control_B2 +LQ03X010720 RING-H2 finger protein ATL1Q 6.070698007 C6_control_B3 +LQ03X010720 RING-H2 finger protein ATL1Q 6.293624229 C6_control_C1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.998108039 C6_control_C2 +LQ03X010720 RING-H2 finger protein ATL1Q 6.157427014 C6_control_C3 +LQ03X010720 RING-H2 finger protein ATL1Q 5.395397006 C6_chemical_A1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.390290912 C6_chemical_A3 +LQ03X010720 RING-H2 finger protein ATL1Q 5.903912838 C6_chemical_B1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.687011279 C6_chemical_B2 +LQ03X010720 RING-H2 finger protein ATL1Q 6.063152722 C6_chemical_B3 +LQ03X010720 RING-H2 finger protein ATL1Q 5.991716723 C6_chemical_C1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.616498947 C6_chemical_C2 +LQ03X010720 RING-H2 finger protein ATL1Q 5.376931722 C6_chemical_C3 +LQ03X010720 RING-H2 finger protein ATL1Q 5.531613862 L4_control_A1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.112807957 L4_control_A2 +LQ03X010720 RING-H2 finger protein ATL1Q 5.115846538 L4_control_A3 +LQ03X010720 RING-H2 finger protein ATL1Q 5.758715363 L4_control_B1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.40399283 L4_control_B2 +LQ03X010720 RING-H2 finger protein ATL1Q 5.838603833 L4_control_B3 +LQ03X010720 RING-H2 finger protein ATL1Q 5.83683166 L4_control_C2 +LQ03X010720 RING-H2 finger protein ATL1Q 4.955007009 L4_control_C3 +LQ03X010720 RING-H2 finger protein ATL1Q 5.32259635 L4_chemical_A1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.194250806 L4_chemical_A2 +LQ03X010720 RING-H2 finger protein ATL1Q 5.296551117 L4_chemical_A3 +LQ03X010720 RING-H2 finger protein ATL1Q 6.093720719 L4_chemical_B1 +LQ03X010720 RING-H2 finger protein ATL1Q 5.843299275 L4_chemical_B2 +LQ03X010720 RING-H2 finger protein ATL1Q 5.532918713 L4_chemical_B3 +LQ03X010720 RING-H2 finger protein ATL1Q 6.57817249 L4_chemical_C2 +LQ03X010720 RING-H2 finger protein ATL1Q 5.501936155 L4_chemical_C3 +LQ03X010740 Hypothetical protein 4.883171443 C6_control_A1 +LQ03X010740 Hypothetical protein 4.963838501 C6_control_A3 +LQ03X010740 Hypothetical protein 5.374509835 C6_control_B1 +LQ03X010740 Hypothetical protein 4.960568408 C6_control_B2 +LQ03X010740 Hypothetical protein 4.755973679 C6_control_B3 +LQ03X010740 Hypothetical protein 5.119678561 C6_control_C1 +LQ03X010740 Hypothetical protein 4.774054328 C6_control_C2 +LQ03X010740 Hypothetical protein 4.901041983 C6_control_C3 +LQ03X010740 Hypothetical protein 5.096665748 C6_chemical_A1 +LQ03X010740 Hypothetical protein 4.805691584 C6_chemical_A3 +LQ03X010740 Hypothetical protein 5.305843408 C6_chemical_B1 +LQ03X010740 Hypothetical protein 4.948292484 C6_chemical_B2 +LQ03X010740 Hypothetical protein 4.712243657 C6_chemical_B3 +LQ03X010740 Hypothetical protein 4.970291272 C6_chemical_C1 +LQ03X010740 Hypothetical protein 4.779688111 C6_chemical_C2 +LQ03X010740 Hypothetical protein 4.579302239 C6_chemical_C3 +LQ03X010740 Hypothetical protein 4.656332685 L4_control_A1 +LQ03X010740 Hypothetical protein 4.853887753 L4_control_A2 +LQ03X010740 Hypothetical protein 5.286052948 L4_control_A3 +LQ03X010740 Hypothetical protein 4.836868249 L4_control_B1 +LQ03X010740 Hypothetical protein 4.679948518 L4_control_B2 +LQ03X010740 Hypothetical protein 5.004031045 L4_control_B3 +LQ03X010740 Hypothetical protein 5.016375949 L4_control_C2 +LQ03X010740 Hypothetical protein 5.429605058 L4_control_C3 +LQ03X010740 Hypothetical protein 4.69715998 L4_chemical_A1 +LQ03X010740 Hypothetical protein 4.815138593 L4_chemical_A2 +LQ03X010740 Hypothetical protein 4.862689987 L4_chemical_A3 +LQ03X010740 Hypothetical protein 5.003610192 L4_chemical_B1 +LQ03X010740 Hypothetical protein 4.858865082 L4_chemical_B2 +LQ03X010740 Hypothetical protein 4.943274356 L4_chemical_B3 +LQ03X010740 Hypothetical protein 5.266327324 L4_chemical_C2 +LQ03X010740 Hypothetical protein 5.602423207 L4_chemical_C3 +LQ03X010840 Catalytic, putative 5.652395239 C6_control_A1 +LQ03X010840 Catalytic, putative 5.368968543 C6_control_A3 +LQ03X010840 Catalytic, putative 5.601324628 C6_control_B1 +LQ03X010840 Catalytic, putative 5.139549427 C6_control_B2 +LQ03X010840 Catalytic, putative 5.743906598 C6_control_B3 +LQ03X010840 Catalytic, putative 5.236416679 C6_control_C1 +LQ03X010840 Catalytic, putative 4.993028123 C6_control_C2 +LQ03X010840 Catalytic, putative 5.341053096 C6_control_C3 +LQ03X010840 Catalytic, putative 5.494434838 C6_chemical_A1 +LQ03X010840 Catalytic, putative 5.525461441 C6_chemical_A3 +LQ03X010840 Catalytic, putative 5.611365901 C6_chemical_B1 +LQ03X010840 Catalytic, putative 4.962584167 C6_chemical_B2 +LQ03X010840 Catalytic, putative 5.504873761 C6_chemical_B3 +LQ03X010840 Catalytic, putative 5.004872713 C6_chemical_C1 +LQ03X010840 Catalytic, putative 4.98702196 C6_chemical_C2 +LQ03X010840 Catalytic, putative 5.220840077 C6_chemical_C3 +LQ03X010840 Catalytic, putative 5.367122869 L4_control_A1 +LQ03X010840 Catalytic, putative 5.484113839 L4_control_A2 +LQ03X010840 Catalytic, putative 5.901591588 L4_control_A3 +LQ03X010840 Catalytic, putative 5.160863686 L4_control_B1 +LQ03X010840 Catalytic, putative 5.557559725 L4_control_B2 +LQ03X010840 Catalytic, putative 5.416157903 L4_control_B3 +LQ03X010840 Catalytic, putative 5.825604379 L4_control_C2 +LQ03X010840 Catalytic, putative 4.92997531 L4_control_C3 +LQ03X010840 Catalytic, putative 5.722957989 L4_chemical_A1 +LQ03X010840 Catalytic, putative 5.637443354 L4_chemical_A2 +LQ03X010840 Catalytic, putative 5.65432302 L4_chemical_A3 +LQ03X010840 Catalytic, putative 5.579439438 L4_chemical_B1 +LQ03X010840 Catalytic, putative 5.854092761 L4_chemical_B2 +LQ03X010840 Catalytic, putative 5.370685468 L4_chemical_B3 +LQ03X010840 Catalytic, putative 5.141097183 L4_chemical_C2 +LQ03X010840 Catalytic, putative 5.345919992 L4_chemical_C3 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.774249027 C6_control_A1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.771301387 C6_control_A3 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.746363285 C6_control_B1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.603823888 C6_control_B2 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.684135528 C6_control_B3 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.493002403 C6_control_C1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.500358606 C6_control_C2 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.845744854 C6_control_C3 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.870605031 C6_chemical_A1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.643298179 C6_chemical_A3 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.693456062 C6_chemical_B1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.40988293 C6_chemical_B2 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.844619565 C6_chemical_B3 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.465720879 C6_chemical_C1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.576862566 C6_chemical_C2 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.74737991 C6_chemical_C3 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.040558614 L4_control_A1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.905227333 L4_control_A2 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.056790437 L4_control_A3 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.007376706 L4_control_B1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.961965785 L4_control_B2 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.487601782 L4_control_B3 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.067872356 L4_control_C2 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.209664622 L4_control_C3 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.169891112 L4_chemical_A1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.892707418 L4_chemical_A2 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.218374707 L4_chemical_A3 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.937985541 L4_chemical_B1 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.661881802 L4_chemical_B2 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.528941893 L4_chemical_B3 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.223646918 L4_chemical_C2 +LQ03X010850 Membrane associated ring finger 1,8, putative 5.166099294 L4_chemical_C3 +LQ03X010880 Putative uncharacterized protein 5.200278822 C6_control_A1 +LQ03X010880 Putative uncharacterized protein 5.543889982 C6_control_A3 +LQ03X010880 Putative uncharacterized protein 5.305139394 C6_control_B1 +LQ03X010880 Putative uncharacterized protein 5.216789303 C6_control_B2 +LQ03X010880 Putative uncharacterized protein 5.515444939 C6_control_B3 +LQ03X010880 Putative uncharacterized protein 5.601691037 C6_control_C1 +LQ03X010880 Putative uncharacterized protein 5.898697879 C6_control_C2 +LQ03X010880 Putative uncharacterized protein 5.086508871 C6_control_C3 +LQ03X010880 Putative uncharacterized protein 5.083629637 C6_chemical_A1 +LQ03X010880 Putative uncharacterized protein 4.953080812 C6_chemical_A3 +LQ03X010880 Putative uncharacterized protein 5.500529322 C6_chemical_B1 +LQ03X010880 Putative uncharacterized protein 5.302664552 C6_chemical_B2 +LQ03X010880 Putative uncharacterized protein 5.742729059 C6_chemical_B3 +LQ03X010880 Putative uncharacterized protein 5.590690259 C6_chemical_C1 +LQ03X010880 Putative uncharacterized protein 5.407675769 C6_chemical_C2 +LQ03X010880 Putative uncharacterized protein 4.982825892 C6_chemical_C3 +LQ03X010880 Putative uncharacterized protein 5.359431975 L4_control_A1 +LQ03X010880 Putative uncharacterized protein 5.126464053 L4_control_A2 +LQ03X010880 Putative uncharacterized protein 5.292263795 L4_control_A3 +LQ03X010880 Putative uncharacterized protein 5.336220783 L4_control_B1 +LQ03X010880 Putative uncharacterized protein 5.562186732 L4_control_B2 +LQ03X010880 Putative uncharacterized protein 5.631215154 L4_control_B3 +LQ03X010880 Putative uncharacterized protein 6.338026519 L4_control_C2 +LQ03X010880 Putative uncharacterized protein 5.653528113 L4_control_C3 +LQ03X010880 Putative uncharacterized protein 4.877450313 L4_chemical_A1 +LQ03X010880 Putative uncharacterized protein 5.145916599 L4_chemical_A2 +LQ03X010880 Putative uncharacterized protein 5.396815997 L4_chemical_A3 +LQ03X010880 Putative uncharacterized protein 5.702645734 L4_chemical_B1 +LQ03X010880 Putative uncharacterized protein 5.609587902 L4_chemical_B2 +LQ03X010880 Putative uncharacterized protein 5.610523676 L4_chemical_B3 +LQ03X010880 Putative uncharacterized protein 5.100320314 L4_chemical_C2 +LQ03X010880 Putative uncharacterized protein 5.343308764 L4_chemical_C3 +LQ03X010891 Putative uncharacterized protein 7.717416786 C6_control_A1 +LQ03X010891 Putative uncharacterized protein 8.362390023 C6_control_A3 +LQ03X010891 Putative uncharacterized protein 8.037373517 C6_control_B1 +LQ03X010891 Putative uncharacterized protein 6.459626996 C6_control_B2 +LQ03X010891 Putative uncharacterized protein 8.1089695 C6_control_B3 +LQ03X010891 Putative uncharacterized protein 8.136036342 C6_control_C1 +LQ03X010891 Putative uncharacterized protein 5.310598087 C6_control_C2 +LQ03X010891 Putative uncharacterized protein 8.293315061 C6_control_C3 +LQ03X010891 Putative uncharacterized protein 8.541570783 C6_chemical_A1 +LQ03X010891 Putative uncharacterized protein 7.195688231 C6_chemical_A3 +LQ03X010891 Putative uncharacterized protein 8.270081915 C6_chemical_B1 +LQ03X010891 Putative uncharacterized protein 6.610113577 C6_chemical_B2 +LQ03X010891 Putative uncharacterized protein 9.28185442 C6_chemical_B3 +LQ03X010891 Putative uncharacterized protein 8.11391797 C6_chemical_C1 +LQ03X010891 Putative uncharacterized protein 5.943707527 C6_chemical_C2 +LQ03X010891 Putative uncharacterized protein 8.231914269 C6_chemical_C3 +LQ03X010891 Putative uncharacterized protein 9.26501786 L4_control_A1 +LQ03X010891 Putative uncharacterized protein 9.074844335 L4_control_A2 +LQ03X010891 Putative uncharacterized protein 8.876932357 L4_control_A3 +LQ03X010891 Putative uncharacterized protein 11.19393291 L4_control_B1 +LQ03X010891 Putative uncharacterized protein 9.241959459 L4_control_B2 +LQ03X010891 Putative uncharacterized protein 6.858376232 L4_control_B3 +LQ03X010891 Putative uncharacterized protein 9.8639093 L4_control_C2 +LQ03X010891 Putative uncharacterized protein 9.662713001 L4_control_C3 +LQ03X010891 Putative uncharacterized protein 9.066108907 L4_chemical_A1 +LQ03X010891 Putative uncharacterized protein 9.342758384 L4_chemical_A2 +LQ03X010891 Putative uncharacterized protein 10.25878153 L4_chemical_A3 +LQ03X010891 Putative uncharacterized protein 9.369722297 L4_chemical_B1 +LQ03X010891 Putative uncharacterized protein 9.18689704 L4_chemical_B2 +LQ03X010891 Putative uncharacterized protein 7.087124246 L4_chemical_B3 +LQ03X010891 Putative uncharacterized protein 10.61480065 L4_chemical_C2 +LQ03X010891 Putative uncharacterized protein 9.47515085 L4_chemical_C3 +LQ03X010910 Dc50, putative 14.37930412 C6_control_A1 +LQ03X010910 Dc50, putative 14.2071847 C6_control_A3 +LQ03X010910 Dc50, putative 13.88506285 C6_control_B1 +LQ03X010910 Dc50, putative 13.9490232 C6_control_B2 +LQ03X010910 Dc50, putative 13.95188644 C6_control_B3 +LQ03X010910 Dc50, putative 13.97047474 C6_control_C1 +LQ03X010910 Dc50, putative 13.58971283 C6_control_C2 +LQ03X010910 Dc50, putative 14.3615779 C6_control_C3 +LQ03X010910 Dc50, putative 14.00047999 C6_chemical_A1 +LQ03X010910 Dc50, putative 14.04994211 C6_chemical_A3 +LQ03X010910 Dc50, putative 13.49749084 C6_chemical_B1 +LQ03X010910 Dc50, putative 13.64069441 C6_chemical_B2 +LQ03X010910 Dc50, putative 13.99999455 C6_chemical_B3 +LQ03X010910 Dc50, putative 13.33034534 C6_chemical_C1 +LQ03X010910 Dc50, putative 13.1819468 C6_chemical_C2 +LQ03X010910 Dc50, putative 14.02799557 C6_chemical_C3 +LQ03X010910 Dc50, putative 14.34164047 L4_control_A1 +LQ03X010910 Dc50, putative 14.00880814 L4_control_A2 +LQ03X010910 Dc50, putative 14.44321925 L4_control_A3 +LQ03X010910 Dc50, putative 13.57249931 L4_control_B1 +LQ03X010910 Dc50, putative 13.03202733 L4_control_B2 +LQ03X010910 Dc50, putative 13.79658822 L4_control_B3 +LQ03X010910 Dc50, putative 13.75587287 L4_control_C2 +LQ03X010910 Dc50, putative 13.48749387 L4_control_C3 +LQ03X010910 Dc50, putative 14.03101136 L4_chemical_A1 +LQ03X010910 Dc50, putative 13.35529154 L4_chemical_A2 +LQ03X010910 Dc50, putative 14.36843165 L4_chemical_A3 +LQ03X010910 Dc50, putative 13.38673723 L4_chemical_B1 +LQ03X010910 Dc50, putative 13.13807063 L4_chemical_B2 +LQ03X010910 Dc50, putative 14.07873594 L4_chemical_B3 +LQ03X010910 Dc50, putative 13.43912838 L4_chemical_C2 +LQ03X010910 Dc50, putative 13.29418607 L4_chemical_C3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.812358945 C6_control_A1 +LQ03X011020 Malate dehydrogenase, chloroplastic 7.690654863 C6_control_A3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.328567949 C6_control_B1 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.714520893 C6_control_B2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.640298137 C6_control_B3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.363759521 C6_control_C1 +LQ03X011020 Malate dehydrogenase, chloroplastic 7.121658929 C6_control_C2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.463103655 C6_control_C3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.15752715 C6_chemical_A1 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.248203803 C6_chemical_A3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.165366769 C6_chemical_B1 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.656394915 C6_chemical_B2 +LQ03X011020 Malate dehydrogenase, chloroplastic 5.795874788 C6_chemical_B3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.352010487 C6_chemical_C1 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.239522293 C6_chemical_C2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.411614498 C6_chemical_C3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.308645782 L4_control_A1 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.643313538 L4_control_A2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.852795698 L4_control_A3 +LQ03X011020 Malate dehydrogenase, chloroplastic 5.993409344 L4_control_B1 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.234771516 L4_control_B2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.360331759 L4_control_B3 +LQ03X011020 Malate dehydrogenase, chloroplastic 5.798965829 L4_control_C2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.523413895 L4_control_C3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.184761498 L4_chemical_A1 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.310231311 L4_chemical_A2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.893852402 L4_chemical_A3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.412358455 L4_chemical_B1 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.493678846 L4_chemical_B2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.270542898 L4_chemical_B3 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.06780838 L4_chemical_C2 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.410218806 L4_chemical_C3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.40305061 C6_control_A1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.93428691 C6_control_A3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.314677853 C6_control_B1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.034441958 C6_control_B2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.34662863 C6_control_B3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.064865821 C6_control_C1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.188023827 C6_control_C2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.490679186 C6_control_C3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.517844972 C6_chemical_A1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.50142896 C6_chemical_A3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.714180448 C6_chemical_B1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.112796207 C6_chemical_B2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.275095267 C6_chemical_B3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 5.828109815 C6_chemical_C1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.157798351 C6_chemical_C2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.292551484 C6_chemical_C3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 5.936626641 L4_control_A1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.318319218 L4_control_A2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.436531297 L4_control_A3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.19528847 L4_control_B1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.025880317 L4_control_B2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.510222106 L4_control_B3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.324150195 L4_control_C2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.869892064 L4_control_C3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.066117282 L4_chemical_A1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.004323839 L4_chemical_A2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.581848763 L4_chemical_A3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 5.890334555 L4_chemical_B1 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 5.756593782 L4_chemical_B2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.355180715 L4_chemical_B3 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.413651625 L4_chemical_C2 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.271921362 L4_chemical_C3 +LQ03X011050 GDSL esterase/lipase At1g74460 5.902837013 C6_control_A1 +LQ03X011050 GDSL esterase/lipase At1g74460 5.99629692 C6_control_A3 +LQ03X011050 GDSL esterase/lipase At1g74460 5.571620937 C6_control_B1 +LQ03X011050 GDSL esterase/lipase At1g74460 7.064141188 C6_control_B2 +LQ03X011050 GDSL esterase/lipase At1g74460 5.360101954 C6_control_B3 +LQ03X011050 GDSL esterase/lipase At1g74460 6.935153238 C6_control_C1 +LQ03X011050 GDSL esterase/lipase At1g74460 6.719907995 C6_control_C2 +LQ03X011050 GDSL esterase/lipase At1g74460 7.612735752 C6_control_C3 +LQ03X011050 GDSL esterase/lipase At1g74460 6.623908302 C6_chemical_A1 +LQ03X011050 GDSL esterase/lipase At1g74460 6.88559548 C6_chemical_A3 +LQ03X011050 GDSL esterase/lipase At1g74460 5.240079367 C6_chemical_B1 +LQ03X011050 GDSL esterase/lipase At1g74460 6.5219778 C6_chemical_B2 +LQ03X011050 GDSL esterase/lipase At1g74460 5.444517109 C6_chemical_B3 +LQ03X011050 GDSL esterase/lipase At1g74460 7.405958283 C6_chemical_C1 +LQ03X011050 GDSL esterase/lipase At1g74460 7.528155613 C6_chemical_C2 +LQ03X011050 GDSL esterase/lipase At1g74460 7.296284551 C6_chemical_C3 +LQ03X011050 GDSL esterase/lipase At1g74460 6.336227108 L4_control_A1 +LQ03X011050 GDSL esterase/lipase At1g74460 6.370380574 L4_control_A2 +LQ03X011050 GDSL esterase/lipase At1g74460 6.014333907 L4_control_A3 +LQ03X011050 GDSL esterase/lipase At1g74460 7.064955447 L4_control_B1 +LQ03X011050 GDSL esterase/lipase At1g74460 6.679988162 L4_control_B2 +LQ03X011050 GDSL esterase/lipase At1g74460 6.71931731 L4_control_B3 +LQ03X011050 GDSL esterase/lipase At1g74460 6.13298412 L4_control_C2 +LQ03X011050 GDSL esterase/lipase At1g74460 6.657474267 L4_control_C3 +LQ03X011050 GDSL esterase/lipase At1g74460 6.372732794 L4_chemical_A1 +LQ03X011050 GDSL esterase/lipase At1g74460 7.126714787 L4_chemical_A2 +LQ03X011050 GDSL esterase/lipase At1g74460 6.67151513 L4_chemical_A3 +LQ03X011050 GDSL esterase/lipase At1g74460 6.198523347 L4_chemical_B1 +LQ03X011050 GDSL esterase/lipase At1g74460 5.900172318 L4_chemical_B2 +LQ03X011050 GDSL esterase/lipase At1g74460 6.486645536 L4_chemical_B3 +LQ03X011050 GDSL esterase/lipase At1g74460 5.787032572 L4_chemical_C2 +LQ03X011050 GDSL esterase/lipase At1g74460 7.017412764 L4_chemical_C3 +LQ03X011070 Putative uncharacterized protein 10.11482268 C6_control_A1 +LQ03X011070 Putative uncharacterized protein 9.256740744 C6_control_A3 +LQ03X011070 Putative uncharacterized protein 9.497017899 C6_control_B1 +LQ03X011070 Putative uncharacterized protein 9.235392144 C6_control_B2 +LQ03X011070 Putative uncharacterized protein 7.883391963 C6_control_B3 +LQ03X011070 Putative uncharacterized protein 10.14428536 C6_control_C1 +LQ03X011070 Putative uncharacterized protein 9.138899903 C6_control_C2 +LQ03X011070 Putative uncharacterized protein 9.870291699 C6_control_C3 +LQ03X011070 Putative uncharacterized protein 10.41057633 C6_chemical_A1 +LQ03X011070 Putative uncharacterized protein 9.708471599 C6_chemical_A3 +LQ03X011070 Putative uncharacterized protein 9.096595483 C6_chemical_B1 +LQ03X011070 Putative uncharacterized protein 9.18018073 C6_chemical_B2 +LQ03X011070 Putative uncharacterized protein 7.994966077 C6_chemical_B3 +LQ03X011070 Putative uncharacterized protein 10.37035997 C6_chemical_C1 +LQ03X011070 Putative uncharacterized protein 9.445987574 C6_chemical_C2 +LQ03X011070 Putative uncharacterized protein 9.305704422 C6_chemical_C3 +LQ03X011070 Putative uncharacterized protein 10.40964655 L4_control_A1 +LQ03X011070 Putative uncharacterized protein 10.59453354 L4_control_A2 +LQ03X011070 Putative uncharacterized protein 9.896290566 L4_control_A3 +LQ03X011070 Putative uncharacterized protein 8.049545693 L4_control_B1 +LQ03X011070 Putative uncharacterized protein 8.154029627 L4_control_B2 +LQ03X011070 Putative uncharacterized protein 7.373589355 L4_control_B3 +LQ03X011070 Putative uncharacterized protein 6.195120245 L4_control_C2 +LQ03X011070 Putative uncharacterized protein 6.228673703 L4_control_C3 +LQ03X011070 Putative uncharacterized protein 9.853971727 L4_chemical_A1 +LQ03X011070 Putative uncharacterized protein 10.51829797 L4_chemical_A2 +LQ03X011070 Putative uncharacterized protein 9.649043778 L4_chemical_A3 +LQ03X011070 Putative uncharacterized protein 8.998931705 L4_chemical_B1 +LQ03X011070 Putative uncharacterized protein 8.63604287 L4_chemical_B2 +LQ03X011070 Putative uncharacterized protein 8.482194276 L4_chemical_B3 +LQ03X011070 Putative uncharacterized protein 7.255641284 L4_chemical_C2 +LQ03X011070 Putative uncharacterized protein 7.355811607 L4_chemical_C3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.653511266 C6_control_A1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.788500056 C6_control_A3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.916914567 C6_control_B1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.876681215 C6_control_B2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.833230891 C6_control_B3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.059450486 C6_control_C1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.888505019 C6_control_C2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.853794999 C6_control_C3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.602911734 C6_chemical_A1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.802798713 C6_chemical_A3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.032025817 C6_chemical_B1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.760075797 C6_chemical_B2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.669179172 C6_chemical_B3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.90495083 C6_chemical_C1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.796333651 C6_chemical_C2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.73150939 C6_chemical_C3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.987492171 L4_control_A1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.614198577 L4_control_A2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.054385783 L4_control_A3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.52653039 L4_control_B1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.881171004 L4_control_B2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.607223996 L4_control_B3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.134198567 L4_control_C2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.033499034 L4_control_C3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.12151806 L4_chemical_A1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.879708376 L4_chemical_A2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.507527142 L4_chemical_A3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.393137816 L4_chemical_B1 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.176983331 L4_chemical_B2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.545402987 L4_chemical_B3 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.895141533 L4_chemical_C2 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 5.696650693 L4_chemical_C3 +LQ03X011090 Putative uncharacterized protein 11.06315149 C6_control_A1 +LQ03X011090 Putative uncharacterized protein 8.308253424 C6_control_A3 +LQ03X011090 Putative uncharacterized protein 11.47430504 C6_control_B1 +LQ03X011090 Putative uncharacterized protein 11.10406031 C6_control_B2 +LQ03X011090 Putative uncharacterized protein 9.966361501 C6_control_B3 +LQ03X011090 Putative uncharacterized protein 12.65623571 C6_control_C1 +LQ03X011090 Putative uncharacterized protein 11.33605358 C6_control_C2 +LQ03X011090 Putative uncharacterized protein 11.20859645 C6_control_C3 +LQ03X011090 Putative uncharacterized protein 11.19630661 C6_chemical_A1 +LQ03X011090 Putative uncharacterized protein 8.660208622 C6_chemical_A3 +LQ03X011090 Putative uncharacterized protein 11.43613256 C6_chemical_B1 +LQ03X011090 Putative uncharacterized protein 11.69766164 C6_chemical_B2 +LQ03X011090 Putative uncharacterized protein 10.1082417 C6_chemical_B3 +LQ03X011090 Putative uncharacterized protein 12.86684124 C6_chemical_C1 +LQ03X011090 Putative uncharacterized protein 12.42555233 C6_chemical_C2 +LQ03X011090 Putative uncharacterized protein 12.30972519 C6_chemical_C3 +LQ03X011090 Putative uncharacterized protein 8.896545478 L4_control_A1 +LQ03X011090 Putative uncharacterized protein 9.441095811 L4_control_A2 +LQ03X011090 Putative uncharacterized protein 5.037899755 L4_control_A3 +LQ03X011090 Putative uncharacterized protein 9.675678918 L4_control_B1 +LQ03X011090 Putative uncharacterized protein 8.370417909 L4_control_B2 +LQ03X011090 Putative uncharacterized protein 8.999411187 L4_control_B3 +LQ03X011090 Putative uncharacterized protein 9.988332588 L4_control_C2 +LQ03X011090 Putative uncharacterized protein 9.009735705 L4_control_C3 +LQ03X011090 Putative uncharacterized protein 8.844278066 L4_chemical_A1 +LQ03X011090 Putative uncharacterized protein 9.722336472 L4_chemical_A2 +LQ03X011090 Putative uncharacterized protein 5.112340289 L4_chemical_A3 +LQ03X011090 Putative uncharacterized protein 10.20951006 L4_chemical_B1 +LQ03X011090 Putative uncharacterized protein 10.15247602 L4_chemical_B2 +LQ03X011090 Putative uncharacterized protein 9.025423944 L4_chemical_B3 +LQ03X011090 Putative uncharacterized protein 10.34816039 L4_chemical_C2 +LQ03X011090 Putative uncharacterized protein 9.856835446 L4_chemical_C3 +LQ03X011240 Hypothetical protein 5.127913723 C6_control_A1 +LQ03X011240 Hypothetical protein 4.824706738 C6_control_A3 +LQ03X011240 Hypothetical protein 5.01331402 C6_control_B1 +LQ03X011240 Hypothetical protein 5.289565906 C6_control_B2 +LQ03X011240 Hypothetical protein 5.191386228 C6_control_B3 +LQ03X011240 Hypothetical protein 5.248584884 C6_control_C1 +LQ03X011240 Hypothetical protein 4.980123696 C6_control_C2 +LQ03X011240 Hypothetical protein 5.255987691 C6_control_C3 +LQ03X011240 Hypothetical protein 4.960985369 C6_chemical_A1 +LQ03X011240 Hypothetical protein 4.860535517 C6_chemical_A3 +LQ03X011240 Hypothetical protein 5.089853533 C6_chemical_B1 +LQ03X011240 Hypothetical protein 4.936629458 C6_chemical_B2 +LQ03X011240 Hypothetical protein 5.010401193 C6_chemical_B3 +LQ03X011240 Hypothetical protein 4.914389531 C6_chemical_C1 +LQ03X011240 Hypothetical protein 5.167053901 C6_chemical_C2 +LQ03X011240 Hypothetical protein 5.423289346 C6_chemical_C3 +LQ03X011240 Hypothetical protein 4.844171839 L4_control_A1 +LQ03X011240 Hypothetical protein 4.772919711 L4_control_A2 +LQ03X011240 Hypothetical protein 5.233440855 L4_control_A3 +LQ03X011240 Hypothetical protein 5.235663367 L4_control_B1 +LQ03X011240 Hypothetical protein 5.512802587 L4_control_B2 +LQ03X011240 Hypothetical protein 4.766404378 L4_control_B3 +LQ03X011240 Hypothetical protein 5.335803256 L4_control_C2 +LQ03X011240 Hypothetical protein 5.10277689 L4_control_C3 +LQ03X011240 Hypothetical protein 5.052011248 L4_chemical_A1 +LQ03X011240 Hypothetical protein 4.954329595 L4_chemical_A2 +LQ03X011240 Hypothetical protein 5.615458756 L4_chemical_A3 +LQ03X011240 Hypothetical protein 5.026777965 L4_chemical_B1 +LQ03X011240 Hypothetical protein 5.304611805 L4_chemical_B2 +LQ03X011240 Hypothetical protein 5.108835567 L4_chemical_B3 +LQ03X011240 Hypothetical protein 5.508356915 L4_chemical_C2 +LQ03X011240 Hypothetical protein 5.522871017 L4_chemical_C3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.88196132 C6_control_A1 +LQ03X011370 Ubiquitin-protein ligase, putative 5.580554634 C6_control_A3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.626953746 C6_control_B1 +LQ03X011370 Ubiquitin-protein ligase, putative 5.729116746 C6_control_B2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.156150934 C6_control_B3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.695580727 C6_control_C1 +LQ03X011370 Ubiquitin-protein ligase, putative 6.367520738 C6_control_C2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.477073591 C6_control_C3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.483442588 C6_chemical_A1 +LQ03X011370 Ubiquitin-protein ligase, putative 5.360643234 C6_chemical_A3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.016858105 C6_chemical_B1 +LQ03X011370 Ubiquitin-protein ligase, putative 6.026636479 C6_chemical_B2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.473396279 C6_chemical_B3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.566074703 C6_chemical_C1 +LQ03X011370 Ubiquitin-protein ligase, putative 5.845501135 C6_chemical_C2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.996699914 C6_chemical_C3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.513656356 L4_control_A1 +LQ03X011370 Ubiquitin-protein ligase, putative 5.539524765 L4_control_A2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.911037035 L4_control_A3 +LQ03X011370 Ubiquitin-protein ligase, putative 6.213150019 L4_control_B1 +LQ03X011370 Ubiquitin-protein ligase, putative 5.481958629 L4_control_B2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.220068741 L4_control_B3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.385468247 L4_control_C2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.759700724 L4_control_C3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.649233297 L4_chemical_A1 +LQ03X011370 Ubiquitin-protein ligase, putative 5.217129943 L4_chemical_A2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.669692028 L4_chemical_A3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.713554888 L4_chemical_B1 +LQ03X011370 Ubiquitin-protein ligase, putative 5.175781052 L4_chemical_B2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.277617479 L4_chemical_B3 +LQ03X011370 Ubiquitin-protein ligase, putative 5.692051501 L4_chemical_C2 +LQ03X011370 Ubiquitin-protein ligase, putative 5.782393775 L4_chemical_C3 +LQ03X011430 Hypothetical protein 6.58928787 C6_control_A1 +LQ03X011430 Hypothetical protein 6.054845771 C6_control_A3 +LQ03X011430 Hypothetical protein 7.609977492 C6_control_B1 +LQ03X011430 Hypothetical protein 8.928670652 C6_control_B2 +LQ03X011430 Hypothetical protein 6.710307836 C6_control_B3 +LQ03X011430 Hypothetical protein 9.945145015 C6_control_C1 +LQ03X011430 Hypothetical protein 9.304474405 C6_control_C2 +LQ03X011430 Hypothetical protein 9.9026198 C6_control_C3 +LQ03X011430 Hypothetical protein 6.442690288 C6_chemical_A1 +LQ03X011430 Hypothetical protein 7.592935501 C6_chemical_A3 +LQ03X011430 Hypothetical protein 7.819116231 C6_chemical_B1 +LQ03X011430 Hypothetical protein 8.538374557 C6_chemical_B2 +LQ03X011430 Hypothetical protein 6.83131703 C6_chemical_B3 +LQ03X011430 Hypothetical protein 10.13443325 C6_chemical_C1 +LQ03X011430 Hypothetical protein 9.216487438 C6_chemical_C2 +LQ03X011430 Hypothetical protein 9.238164516 C6_chemical_C3 +LQ03X011430 Hypothetical protein 7.661393029 L4_control_A1 +LQ03X011430 Hypothetical protein 7.153301347 L4_control_A2 +LQ03X011430 Hypothetical protein 5.261040054 L4_control_A3 +LQ03X011430 Hypothetical protein 7.937131962 L4_control_B1 +LQ03X011430 Hypothetical protein 6.673277095 L4_control_B2 +LQ03X011430 Hypothetical protein 8.456003282 L4_control_B3 +LQ03X011430 Hypothetical protein 8.00066535 L4_control_C2 +LQ03X011430 Hypothetical protein 8.226852914 L4_control_C3 +LQ03X011430 Hypothetical protein 7.913674571 L4_chemical_A1 +LQ03X011430 Hypothetical protein 7.006366765 L4_chemical_A2 +LQ03X011430 Hypothetical protein 5.252230609 L4_chemical_A3 +LQ03X011430 Hypothetical protein 7.743628507 L4_chemical_B1 +LQ03X011430 Hypothetical protein 7.2101292 L4_chemical_B2 +LQ03X011430 Hypothetical protein 7.284237113 L4_chemical_B3 +LQ03X011430 Hypothetical protein 8.778143213 L4_chemical_C2 +LQ03X011430 Hypothetical protein 8.668132267 L4_chemical_C3 +LQ03X011510 Heparanase-like protein 1 5.474883538 C6_control_A1 +LQ03X011510 Heparanase-like protein 1 5.598153238 C6_control_A3 +LQ03X011510 Heparanase-like protein 1 5.354862477 C6_control_B1 +LQ03X011510 Heparanase-like protein 1 5.321547191 C6_control_B2 +LQ03X011510 Heparanase-like protein 1 5.236727691 C6_control_B3 +LQ03X011510 Heparanase-like protein 1 5.082648591 C6_control_C1 +LQ03X011510 Heparanase-like protein 1 6.073801089 C6_control_C2 +LQ03X011510 Heparanase-like protein 1 5.330189772 C6_control_C3 +LQ03X011510 Heparanase-like protein 1 4.760304262 C6_chemical_A1 +LQ03X011510 Heparanase-like protein 1 5.106758199 C6_chemical_A3 +LQ03X011510 Heparanase-like protein 1 5.144950271 C6_chemical_B1 +LQ03X011510 Heparanase-like protein 1 5.262805514 C6_chemical_B2 +LQ03X011510 Heparanase-like protein 1 5.237665542 C6_chemical_B3 +LQ03X011510 Heparanase-like protein 1 5.137428486 C6_chemical_C1 +LQ03X011510 Heparanase-like protein 1 5.0827007 C6_chemical_C2 +LQ03X011510 Heparanase-like protein 1 5.137713196 C6_chemical_C3 +LQ03X011510 Heparanase-like protein 1 5.161768213 L4_control_A1 +LQ03X011510 Heparanase-like protein 1 5.148271934 L4_control_A2 +LQ03X011510 Heparanase-like protein 1 4.868578923 L4_control_A3 +LQ03X011510 Heparanase-like protein 1 5.268726863 L4_control_B1 +LQ03X011510 Heparanase-like protein 1 5.057739952 L4_control_B2 +LQ03X011510 Heparanase-like protein 1 5.003399549 L4_control_B3 +LQ03X011510 Heparanase-like protein 1 4.819313143 L4_control_C2 +LQ03X011510 Heparanase-like protein 1 4.615986157 L4_control_C3 +LQ03X011510 Heparanase-like protein 1 4.902860382 L4_chemical_A1 +LQ03X011510 Heparanase-like protein 1 4.985019194 L4_chemical_A2 +LQ03X011510 Heparanase-like protein 1 4.858835191 L4_chemical_A3 +LQ03X011510 Heparanase-like protein 1 5.299107556 L4_chemical_B1 +LQ03X011510 Heparanase-like protein 1 5.189269111 L4_chemical_B2 +LQ03X011510 Heparanase-like protein 1 5.355478919 L4_chemical_B3 +LQ03X011510 Heparanase-like protein 1 4.713686398 L4_chemical_C2 +LQ03X011510 Heparanase-like protein 1 5.388230373 L4_chemical_C3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.672428717 C6_control_A1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 7.179103346 C6_control_A3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.884400402 C6_control_B1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 6.381362928 C6_control_B2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.83140926 C6_control_B3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.628954618 C6_control_C1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 6.440942573 C6_control_C2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.607956168 C6_control_C3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.694887252 C6_chemical_A1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 6.320206371 C6_chemical_A3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.595396304 C6_chemical_B1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 6.832824098 C6_chemical_B2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.391991414 C6_chemical_B3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.647016665 C6_chemical_C1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.745379204 C6_chemical_C2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.415833466 C6_chemical_C3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.961793114 L4_control_A1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.703396091 L4_control_A2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.598052789 L4_control_A3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.195501065 L4_control_B1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.694498762 L4_control_B2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.535116213 L4_control_B3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.208440198 L4_control_C2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 4.862096306 L4_control_C3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.884007127 L4_chemical_A1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.934366391 L4_chemical_A2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.670781279 L4_chemical_A3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 6.076503893 L4_chemical_B1 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.259232199 L4_chemical_B2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.807753997 L4_chemical_B3 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.776524663 L4_chemical_C2 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.270316772 L4_chemical_C3 +LQ03X011530 Putative LYR motif-containing protein 4 5.593142426 C6_control_A1 +LQ03X011530 Putative LYR motif-containing protein 4 7.115784621 C6_control_A3 +LQ03X011530 Putative LYR motif-containing protein 4 5.373913677 C6_control_B1 +LQ03X011530 Putative LYR motif-containing protein 4 5.43962736 C6_control_B2 +LQ03X011530 Putative LYR motif-containing protein 4 5.450642836 C6_control_B3 +LQ03X011530 Putative LYR motif-containing protein 4 5.487965971 C6_control_C1 +LQ03X011530 Putative LYR motif-containing protein 4 6.016363417 C6_control_C2 +LQ03X011530 Putative LYR motif-containing protein 4 5.330061535 C6_control_C3 +LQ03X011530 Putative LYR motif-containing protein 4 5.230955437 C6_chemical_A1 +LQ03X011530 Putative LYR motif-containing protein 4 5.475825123 C6_chemical_A3 +LQ03X011530 Putative LYR motif-containing protein 4 5.343685827 C6_chemical_B1 +LQ03X011530 Putative LYR motif-containing protein 4 5.416617116 C6_chemical_B2 +LQ03X011530 Putative LYR motif-containing protein 4 5.061547146 C6_chemical_B3 +LQ03X011530 Putative LYR motif-containing protein 4 5.765488688 C6_chemical_C1 +LQ03X011530 Putative LYR motif-containing protein 4 5.380090335 C6_chemical_C2 +LQ03X011530 Putative LYR motif-containing protein 4 5.503630214 C6_chemical_C3 +LQ03X011530 Putative LYR motif-containing protein 4 5.549700795 L4_control_A1 +LQ03X011530 Putative LYR motif-containing protein 4 5.312460465 L4_control_A2 +LQ03X011530 Putative LYR motif-containing protein 4 5.221303072 L4_control_A3 +LQ03X011530 Putative LYR motif-containing protein 4 5.62779814 L4_control_B1 +LQ03X011530 Putative LYR motif-containing protein 4 5.596444281 L4_control_B2 +LQ03X011530 Putative LYR motif-containing protein 4 5.256784101 L4_control_B3 +LQ03X011530 Putative LYR motif-containing protein 4 5.138603849 L4_control_C2 +LQ03X011530 Putative LYR motif-containing protein 4 5.41375916 L4_control_C3 +LQ03X011530 Putative LYR motif-containing protein 4 5.37740943 L4_chemical_A1 +LQ03X011530 Putative LYR motif-containing protein 4 5.546171793 L4_chemical_A2 +LQ03X011530 Putative LYR motif-containing protein 4 5.34908423 L4_chemical_A3 +LQ03X011530 Putative LYR motif-containing protein 4 5.810852221 L4_chemical_B1 +LQ03X011530 Putative LYR motif-containing protein 4 5.975833144 L4_chemical_B2 +LQ03X011530 Putative LYR motif-containing protein 4 5.077340704 L4_chemical_B3 +LQ03X011530 Putative LYR motif-containing protein 4 5.413313042 L4_chemical_C2 +LQ03X011530 Putative LYR motif-containing protein 4 6.336567837 L4_chemical_C3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.79163067 C6_control_A1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.9740093 C6_control_A3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.77847537 C6_control_B1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.45123234 C6_control_B2 +LQ03X011540 SNAP25 homologous protein SNAP33 11.93476458 C6_control_B3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.39438688 C6_control_C1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.56824271 C6_control_C2 +LQ03X011540 SNAP25 homologous protein SNAP33 11.91143986 C6_control_C3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.80504913 C6_chemical_A1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.99554483 C6_chemical_A3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.5301983 C6_chemical_B1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.3136098 C6_chemical_B2 +LQ03X011540 SNAP25 homologous protein SNAP33 11.98466511 C6_chemical_B3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.17190862 C6_chemical_C1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.35611631 C6_chemical_C2 +LQ03X011540 SNAP25 homologous protein SNAP33 11.54231989 C6_chemical_C3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.50606507 L4_control_A1 +LQ03X011540 SNAP25 homologous protein SNAP33 12.03932022 L4_control_A2 +LQ03X011540 SNAP25 homologous protein SNAP33 12.71278465 L4_control_A3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.77882166 L4_control_B1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.93358392 L4_control_B2 +LQ03X011540 SNAP25 homologous protein SNAP33 11.94382795 L4_control_B3 +LQ03X011540 SNAP25 homologous protein SNAP33 12.47586582 L4_control_C2 +LQ03X011540 SNAP25 homologous protein SNAP33 13.0281778 L4_control_C3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.57981796 L4_chemical_A1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.7081751 L4_chemical_A2 +LQ03X011540 SNAP25 homologous protein SNAP33 12.49824283 L4_chemical_A3 +LQ03X011540 SNAP25 homologous protein SNAP33 11.7283516 L4_chemical_B1 +LQ03X011540 SNAP25 homologous protein SNAP33 11.71128502 L4_chemical_B2 +LQ03X011540 SNAP25 homologous protein SNAP33 11.68335319 L4_chemical_B3 +LQ03X011540 SNAP25 homologous protein SNAP33 12.31538755 L4_chemical_C2 +LQ03X011540 SNAP25 homologous protein SNAP33 12.65237368 L4_chemical_C3 +LQ03X011560 Hypothetical protein 5.602508395 C6_control_A1 +LQ03X011560 Hypothetical protein 5.649416247 C6_control_A3 +LQ03X011560 Hypothetical protein 5.825868611 C6_control_B1 +LQ03X011560 Hypothetical protein 5.602162224 C6_control_B2 +LQ03X011560 Hypothetical protein 5.643727668 C6_control_B3 +LQ03X011560 Hypothetical protein 5.485949497 C6_control_C1 +LQ03X011560 Hypothetical protein 5.686319016 C6_control_C2 +LQ03X011560 Hypothetical protein 5.266825654 C6_control_C3 +LQ03X011560 Hypothetical protein 5.783361207 C6_chemical_A1 +LQ03X011560 Hypothetical protein 5.092998345 C6_chemical_A3 +LQ03X011560 Hypothetical protein 5.146643369 C6_chemical_B1 +LQ03X011560 Hypothetical protein 5.244044981 C6_chemical_B2 +LQ03X011560 Hypothetical protein 5.29023337 C6_chemical_B3 +LQ03X011560 Hypothetical protein 5.739328478 C6_chemical_C1 +LQ03X011560 Hypothetical protein 5.472084011 C6_chemical_C2 +LQ03X011560 Hypothetical protein 5.135339229 C6_chemical_C3 +LQ03X011560 Hypothetical protein 5.708679672 L4_control_A1 +LQ03X011560 Hypothetical protein 5.715950397 L4_control_A2 +LQ03X011560 Hypothetical protein 5.726452764 L4_control_A3 +LQ03X011560 Hypothetical protein 5.88192993 L4_control_B1 +LQ03X011560 Hypothetical protein 5.695707168 L4_control_B2 +LQ03X011560 Hypothetical protein 4.997312311 L4_control_B3 +LQ03X011560 Hypothetical protein 5.615655389 L4_control_C2 +LQ03X011560 Hypothetical protein 5.645070436 L4_control_C3 +LQ03X011560 Hypothetical protein 5.528974338 L4_chemical_A1 +LQ03X011560 Hypothetical protein 5.458341066 L4_chemical_A2 +LQ03X011560 Hypothetical protein 6.183056254 L4_chemical_A3 +LQ03X011560 Hypothetical protein 5.846517308 L4_chemical_B1 +LQ03X011560 Hypothetical protein 5.503046772 L4_chemical_B2 +LQ03X011560 Hypothetical protein 5.683149619 L4_chemical_B3 +LQ03X011560 Hypothetical protein 5.671136734 L4_chemical_C2 +LQ03X011560 Hypothetical protein 5.401195797 L4_chemical_C3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.16825936 C6_control_A1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.05953407 C6_control_A3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.64344498 C6_control_B1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.31081568 C6_control_B2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.16387136 C6_control_B3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.97778103 C6_control_C1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.48507999 C6_control_C2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.36913126 C6_control_C3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.06132208 C6_chemical_A1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.53697885 C6_chemical_A3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.5922361 C6_chemical_B1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.58309804 C6_chemical_B2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.95789238 C6_chemical_B3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.13155531 C6_chemical_C1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.54741585 C6_chemical_C2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.17905049 C6_chemical_C3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.39492729 L4_control_A1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.77341692 L4_control_A2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 8.965977024 L4_control_A3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.41474296 L4_control_B1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 9.72966283 L4_control_B2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.95211532 L4_control_B3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 9.867055881 L4_control_C2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 9.658204382 L4_control_C3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.4634675 L4_chemical_A1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.82707766 L4_chemical_A2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 9.991610955 L4_chemical_A3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.31057689 L4_chemical_B1 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 9.643959666 L4_chemical_B2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.04122338 L4_chemical_B3 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 9.668931094 L4_chemical_C2 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 10.03969798 L4_chemical_C3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.17605785 C6_control_A1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.32177201 C6_control_A3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.06432289 C6_control_B1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.01382249 C6_control_B2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.16761676 C6_control_B3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.83567929 C6_control_C1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.53538424 C6_control_C2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.74707691 C6_control_C3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.77389323 C6_chemical_A1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.16404063 C6_chemical_A3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.88356157 C6_chemical_B1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.7835869 C6_chemical_B2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.96049888 C6_chemical_B3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.76395974 C6_chemical_C1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.47230158 C6_chemical_C2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.88601346 C6_chemical_C3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.11246448 L4_control_A1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.84751413 L4_control_A2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.15757534 L4_control_A3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.42709711 L4_control_B1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.76034494 L4_control_B2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.15384815 L4_control_B3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.23823967 L4_control_C2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.39287072 L4_control_C3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.0176693 L4_chemical_A1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.94093875 L4_chemical_A2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.25263371 L4_chemical_A3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.97838735 L4_chemical_B1 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.57018381 L4_chemical_B2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.80868864 L4_chemical_B3 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.07094417 L4_chemical_C2 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 11.61079078 L4_chemical_C3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.283387275 C6_control_A1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.41905995 C6_control_A3 +LQ03X011610 UDP-glucose 6-dehydrogenase 4.932651904 C6_control_B1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.50811008 C6_control_B2 +LQ03X011610 UDP-glucose 6-dehydrogenase 4.928905838 C6_control_B3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.027910947 C6_control_C1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.247319435 C6_control_C2 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.053292182 C6_control_C3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.033294242 C6_chemical_A1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.030700519 C6_chemical_A3 +LQ03X011610 UDP-glucose 6-dehydrogenase 4.756392851 C6_chemical_B1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.321837462 C6_chemical_B2 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.000075753 C6_chemical_B3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.177361925 C6_chemical_C1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.425794988 C6_chemical_C2 +LQ03X011610 UDP-glucose 6-dehydrogenase 4.864150529 C6_chemical_C3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.312282471 L4_control_A1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.344529664 L4_control_A2 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.44127017 L4_control_A3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.814780544 L4_control_B1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.214015553 L4_control_B2 +LQ03X011610 UDP-glucose 6-dehydrogenase 4.819850152 L4_control_B3 +LQ03X011610 UDP-glucose 6-dehydrogenase 6.091051564 L4_control_C2 +LQ03X011610 UDP-glucose 6-dehydrogenase 4.995790703 L4_control_C3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.212504869 L4_chemical_A1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.163565616 L4_chemical_A2 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.528447009 L4_chemical_A3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.459732836 L4_chemical_B1 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.022370913 L4_chemical_B2 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.01989596 L4_chemical_B3 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.261075983 L4_chemical_C2 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.151732147 L4_chemical_C3 +LQ03X011640 Diacylglycerol kinase 1 7.977929717 C6_control_A1 +LQ03X011640 Diacylglycerol kinase 1 6.915455221 C6_control_A3 +LQ03X011640 Diacylglycerol kinase 1 7.456998021 C6_control_B1 +LQ03X011640 Diacylglycerol kinase 1 8.508709148 C6_control_B2 +LQ03X011640 Diacylglycerol kinase 1 7.936864142 C6_control_B3 +LQ03X011640 Diacylglycerol kinase 1 8.710013552 C6_control_C1 +LQ03X011640 Diacylglycerol kinase 1 7.593110041 C6_control_C2 +LQ03X011640 Diacylglycerol kinase 1 7.001999428 C6_control_C3 +LQ03X011640 Diacylglycerol kinase 1 7.931730362 C6_chemical_A1 +LQ03X011640 Diacylglycerol kinase 1 8.014138086 C6_chemical_A3 +LQ03X011640 Diacylglycerol kinase 1 7.685865202 C6_chemical_B1 +LQ03X011640 Diacylglycerol kinase 1 8.495910446 C6_chemical_B2 +LQ03X011640 Diacylglycerol kinase 1 7.585244683 C6_chemical_B3 +LQ03X011640 Diacylglycerol kinase 1 8.636897501 C6_chemical_C1 +LQ03X011640 Diacylglycerol kinase 1 7.465088877 C6_chemical_C2 +LQ03X011640 Diacylglycerol kinase 1 7.367589502 C6_chemical_C3 +LQ03X011640 Diacylglycerol kinase 1 8.642871107 L4_control_A1 +LQ03X011640 Diacylglycerol kinase 1 8.063423267 L4_control_A2 +LQ03X011640 Diacylglycerol kinase 1 7.97275807 L4_control_A3 +LQ03X011640 Diacylglycerol kinase 1 6.188221593 L4_control_B1 +LQ03X011640 Diacylglycerol kinase 1 8.417512025 L4_control_B2 +LQ03X011640 Diacylglycerol kinase 1 8.246826509 L4_control_B3 +LQ03X011640 Diacylglycerol kinase 1 6.861145093 L4_control_C2 +LQ03X011640 Diacylglycerol kinase 1 7.413328546 L4_control_C3 +LQ03X011640 Diacylglycerol kinase 1 8.361440604 L4_chemical_A1 +LQ03X011640 Diacylglycerol kinase 1 7.36319053 L4_chemical_A2 +LQ03X011640 Diacylglycerol kinase 1 7.675961652 L4_chemical_A3 +LQ03X011640 Diacylglycerol kinase 1 7.333747387 L4_chemical_B1 +LQ03X011640 Diacylglycerol kinase 1 7.42058848 L4_chemical_B2 +LQ03X011640 Diacylglycerol kinase 1 8.242878149 L4_chemical_B3 +LQ03X011640 Diacylglycerol kinase 1 5.753013208 L4_chemical_C2 +LQ03X011640 Diacylglycerol kinase 1 6.369000756 L4_chemical_C3 +LQ03X011650 40S ribosomal protein S19-3 14.14233451 C6_control_A1 +LQ03X011650 40S ribosomal protein S19-3 14.68130048 C6_control_A3 +LQ03X011650 40S ribosomal protein S19-3 13.80304193 C6_control_B1 +LQ03X011650 40S ribosomal protein S19-3 14.19343027 C6_control_B2 +LQ03X011650 40S ribosomal protein S19-3 13.370648 C6_control_B3 +LQ03X011650 40S ribosomal protein S19-3 13.80511279 C6_control_C1 +LQ03X011650 40S ribosomal protein S19-3 14.08447936 C6_control_C2 +LQ03X011650 40S ribosomal protein S19-3 13.99490681 C6_control_C3 +LQ03X011650 40S ribosomal protein S19-3 14.07889681 C6_chemical_A1 +LQ03X011650 40S ribosomal protein S19-3 14.11166244 C6_chemical_A3 +LQ03X011650 40S ribosomal protein S19-3 13.62643838 C6_chemical_B1 +LQ03X011650 40S ribosomal protein S19-3 13.87837323 C6_chemical_B2 +LQ03X011650 40S ribosomal protein S19-3 13.63669298 C6_chemical_B3 +LQ03X011650 40S ribosomal protein S19-3 13.90018719 C6_chemical_C1 +LQ03X011650 40S ribosomal protein S19-3 14.04992567 C6_chemical_C2 +LQ03X011650 40S ribosomal protein S19-3 13.60130794 C6_chemical_C3 +LQ03X011650 40S ribosomal protein S19-3 14.25820129 L4_control_A1 +LQ03X011650 40S ribosomal protein S19-3 14.53606018 L4_control_A2 +LQ03X011650 40S ribosomal protein S19-3 13.5714968 L4_control_A3 +LQ03X011650 40S ribosomal protein S19-3 13.32457639 L4_control_B1 +LQ03X011650 40S ribosomal protein S19-3 13.4680329 L4_control_B2 +LQ03X011650 40S ribosomal protein S19-3 13.72490183 L4_control_B3 +LQ03X011650 40S ribosomal protein S19-3 13.33563441 L4_control_C2 +LQ03X011650 40S ribosomal protein S19-3 13.5531175 L4_control_C3 +LQ03X011650 40S ribosomal protein S19-3 14.28955718 L4_chemical_A1 +LQ03X011650 40S ribosomal protein S19-3 14.1675853 L4_chemical_A2 +LQ03X011650 40S ribosomal protein S19-3 13.29715525 L4_chemical_A3 +LQ03X011650 40S ribosomal protein S19-3 13.55289965 L4_chemical_B1 +LQ03X011650 40S ribosomal protein S19-3 14.04999168 L4_chemical_B2 +LQ03X011650 40S ribosomal protein S19-3 13.84840391 L4_chemical_B3 +LQ03X011650 40S ribosomal protein S19-3 13.59263537 L4_chemical_C2 +LQ03X011650 40S ribosomal protein S19-3 13.3680241 L4_chemical_C3 +LQ03X011711 Putative uncharacterized protein 5.081897844 C6_control_A1 +LQ03X011711 Putative uncharacterized protein 4.917955017 C6_control_A3 +LQ03X011711 Putative uncharacterized protein 4.797475322 C6_control_B1 +LQ03X011711 Putative uncharacterized protein 4.816352813 C6_control_B2 +LQ03X011711 Putative uncharacterized protein 4.752548136 C6_control_B3 +LQ03X011711 Putative uncharacterized protein 4.587172508 C6_control_C1 +LQ03X011711 Putative uncharacterized protein 4.722468081 C6_control_C2 +LQ03X011711 Putative uncharacterized protein 4.748235233 C6_control_C3 +LQ03X011711 Putative uncharacterized protein 5.460003713 C6_chemical_A1 +LQ03X011711 Putative uncharacterized protein 4.928416415 C6_chemical_A3 +LQ03X011711 Putative uncharacterized protein 4.988749404 C6_chemical_B1 +LQ03X011711 Putative uncharacterized protein 4.799235072 C6_chemical_B2 +LQ03X011711 Putative uncharacterized protein 4.917178759 C6_chemical_B3 +LQ03X011711 Putative uncharacterized protein 4.694877176 C6_chemical_C1 +LQ03X011711 Putative uncharacterized protein 4.604436522 C6_chemical_C2 +LQ03X011711 Putative uncharacterized protein 4.665399523 C6_chemical_C3 +LQ03X011711 Putative uncharacterized protein 4.736524581 L4_control_A1 +LQ03X011711 Putative uncharacterized protein 4.948182791 L4_control_A2 +LQ03X011711 Putative uncharacterized protein 5.1302606 L4_control_A3 +LQ03X011711 Putative uncharacterized protein 5.654187609 L4_control_B1 +LQ03X011711 Putative uncharacterized protein 4.917597655 L4_control_B2 +LQ03X011711 Putative uncharacterized protein 4.717229224 L4_control_B3 +LQ03X011711 Putative uncharacterized protein 4.973640735 L4_control_C2 +LQ03X011711 Putative uncharacterized protein 5.112131719 L4_control_C3 +LQ03X011711 Putative uncharacterized protein 5.275394569 L4_chemical_A1 +LQ03X011711 Putative uncharacterized protein 5.006259775 L4_chemical_A2 +LQ03X011711 Putative uncharacterized protein 5.249126443 L4_chemical_A3 +LQ03X011711 Putative uncharacterized protein 4.981966767 L4_chemical_B1 +LQ03X011711 Putative uncharacterized protein 4.930275008 L4_chemical_B2 +LQ03X011711 Putative uncharacterized protein 4.69940461 L4_chemical_B3 +LQ03X011711 Putative uncharacterized protein 4.786063648 L4_chemical_C2 +LQ03X011711 Putative uncharacterized protein 5.100826418 L4_chemical_C3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.646894164 C6_control_A1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.219364677 C6_control_A3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.516822018 C6_control_B1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.719572072 C6_control_B2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.566883171 C6_control_B3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.091370208 C6_control_C1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.263162874 C6_control_C2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.227892218 C6_control_C3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 4.890985441 C6_chemical_A1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.256844889 C6_chemical_A3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.364094313 C6_chemical_B1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.476662017 C6_chemical_B2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.48030898 C6_chemical_B3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.279631431 C6_chemical_C1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.296555671 C6_chemical_C2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.096747371 C6_chemical_C3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.159432976 L4_control_A1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.251952496 L4_control_A2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.889975901 L4_control_A3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.303147357 L4_control_B1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.315019245 L4_control_B2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.666156592 L4_control_B3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.377663773 L4_control_C2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.509074842 L4_control_C3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.839642969 L4_chemical_A1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.564481793 L4_chemical_A2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.648054393 L4_chemical_A3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.408633191 L4_chemical_B1 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.456320517 L4_chemical_B2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 6.012730133 L4_chemical_B3 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 5.023530124 L4_chemical_C2 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 4.816138402 L4_chemical_C3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.753428595 C6_control_A1 +LQ03X011830 UPF0139 membrane protein At5g07960 6.881980626 C6_control_A3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.808915549 C6_control_B1 +LQ03X011830 UPF0139 membrane protein At5g07960 5.287794301 C6_control_B2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.772464502 C6_control_B3 +LQ03X011830 UPF0139 membrane protein At5g07960 6.194006128 C6_control_C1 +LQ03X011830 UPF0139 membrane protein At5g07960 6.662906975 C6_control_C2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.827973433 C6_control_C3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.629109217 C6_chemical_A1 +LQ03X011830 UPF0139 membrane protein At5g07960 5.23044056 C6_chemical_A3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.811204232 C6_chemical_B1 +LQ03X011830 UPF0139 membrane protein At5g07960 5.737702955 C6_chemical_B2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.712247568 C6_chemical_B3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.832183198 C6_chemical_C1 +LQ03X011830 UPF0139 membrane protein At5g07960 5.539959039 C6_chemical_C2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.439082626 C6_chemical_C3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.616825128 L4_control_A1 +LQ03X011830 UPF0139 membrane protein At5g07960 5.042380929 L4_control_A2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.71697548 L4_control_A3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.163507558 L4_control_B1 +LQ03X011830 UPF0139 membrane protein At5g07960 5.126671057 L4_control_B2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.484161341 L4_control_B3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.855593302 L4_control_C2 +LQ03X011830 UPF0139 membrane protein At5g07960 6.153785598 L4_control_C3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.560589204 L4_chemical_A1 +LQ03X011830 UPF0139 membrane protein At5g07960 5.647595257 L4_chemical_A2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.243137637 L4_chemical_A3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.290109485 L4_chemical_B1 +LQ03X011830 UPF0139 membrane protein At5g07960 5.522890784 L4_chemical_B2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.725832435 L4_chemical_B3 +LQ03X011830 UPF0139 membrane protein At5g07960 5.435811451 L4_chemical_C2 +LQ03X011830 UPF0139 membrane protein At5g07960 5.45482527 L4_chemical_C3 +LQ03X011860 Putative uncharacterized protein 10.63296274 C6_control_A1 +LQ03X011860 Putative uncharacterized protein 10.20279342 C6_control_A3 +LQ03X011860 Putative uncharacterized protein 10.91938082 C6_control_B1 +LQ03X011860 Putative uncharacterized protein 10.47706225 C6_control_B2 +LQ03X011860 Putative uncharacterized protein 10.78111879 C6_control_B3 +LQ03X011860 Putative uncharacterized protein 11.16410182 C6_control_C1 +LQ03X011860 Putative uncharacterized protein 11.1710703 C6_control_C2 +LQ03X011860 Putative uncharacterized protein 11.06557549 C6_control_C3 +LQ03X011860 Putative uncharacterized protein 10.52861595 C6_chemical_A1 +LQ03X011860 Putative uncharacterized protein 10.34514346 C6_chemical_A3 +LQ03X011860 Putative uncharacterized protein 10.9827976 C6_chemical_B1 +LQ03X011860 Putative uncharacterized protein 10.25912028 C6_chemical_B2 +LQ03X011860 Putative uncharacterized protein 10.4596689 C6_chemical_B3 +LQ03X011860 Putative uncharacterized protein 10.99915982 C6_chemical_C1 +LQ03X011860 Putative uncharacterized protein 10.73910419 C6_chemical_C2 +LQ03X011860 Putative uncharacterized protein 10.74724606 C6_chemical_C3 +LQ03X011860 Putative uncharacterized protein 10.66099489 L4_control_A1 +LQ03X011860 Putative uncharacterized protein 10.22631038 L4_control_A2 +LQ03X011860 Putative uncharacterized protein 10.45683041 L4_control_A3 +LQ03X011860 Putative uncharacterized protein 10.837129 L4_control_B1 +LQ03X011860 Putative uncharacterized protein 11.04973628 L4_control_B2 +LQ03X011860 Putative uncharacterized protein 11.06063923 L4_control_B3 +LQ03X011860 Putative uncharacterized protein 11.85364553 L4_control_C2 +LQ03X011860 Putative uncharacterized protein 11.52175831 L4_control_C3 +LQ03X011860 Putative uncharacterized protein 10.7406014 L4_chemical_A1 +LQ03X011860 Putative uncharacterized protein 10.43356077 L4_chemical_A2 +LQ03X011860 Putative uncharacterized protein 10.45260885 L4_chemical_A3 +LQ03X011860 Putative uncharacterized protein 10.96966013 L4_chemical_B1 +LQ03X011860 Putative uncharacterized protein 10.70239238 L4_chemical_B2 +LQ03X011860 Putative uncharacterized protein 10.86115219 L4_chemical_B3 +LQ03X011860 Putative uncharacterized protein 11.62514582 L4_chemical_C2 +LQ03X011860 Putative uncharacterized protein 11.62433366 L4_chemical_C3 +LQ03X011930 Flavonoid 3-monooxygenase 13.22401077 C6_control_A1 +LQ03X011930 Flavonoid 3-monooxygenase 13.61963855 C6_control_A3 +LQ03X011930 Flavonoid 3-monooxygenase 11.96242352 C6_control_B1 +LQ03X011930 Flavonoid 3-monooxygenase 9.99668321 C6_control_B2 +LQ03X011930 Flavonoid 3-monooxygenase 10.96285067 C6_control_B3 +LQ03X011930 Flavonoid 3-monooxygenase 10.36598629 C6_control_C1 +LQ03X011930 Flavonoid 3-monooxygenase 9.991769427 C6_control_C2 +LQ03X011930 Flavonoid 3-monooxygenase 10.21544765 C6_control_C3 +LQ03X011930 Flavonoid 3-monooxygenase 13.62906933 C6_chemical_A1 +LQ03X011930 Flavonoid 3-monooxygenase 14.11475944 C6_chemical_A3 +LQ03X011930 Flavonoid 3-monooxygenase 12.11114281 C6_chemical_B1 +LQ03X011930 Flavonoid 3-monooxygenase 9.850237298 C6_chemical_B2 +LQ03X011930 Flavonoid 3-monooxygenase 11.27367067 C6_chemical_B3 +LQ03X011930 Flavonoid 3-monooxygenase 10.22473527 C6_chemical_C1 +LQ03X011930 Flavonoid 3-monooxygenase 9.783958384 C6_chemical_C2 +LQ03X011930 Flavonoid 3-monooxygenase 10.07801427 C6_chemical_C3 +LQ03X011930 Flavonoid 3-monooxygenase 14.29194018 L4_control_A1 +LQ03X011930 Flavonoid 3-monooxygenase 13.06753206 L4_control_A2 +LQ03X011930 Flavonoid 3-monooxygenase 13.65966368 L4_control_A3 +LQ03X011930 Flavonoid 3-monooxygenase 10.79248781 L4_control_B1 +LQ03X011930 Flavonoid 3-monooxygenase 12.02429248 L4_control_B2 +LQ03X011930 Flavonoid 3-monooxygenase 10.22622847 L4_control_B3 +LQ03X011930 Flavonoid 3-monooxygenase 10.82499074 L4_control_C2 +LQ03X011930 Flavonoid 3-monooxygenase 10.98778703 L4_control_C3 +LQ03X011930 Flavonoid 3-monooxygenase 13.26717545 L4_chemical_A1 +LQ03X011930 Flavonoid 3-monooxygenase 12.43136431 L4_chemical_A2 +LQ03X011930 Flavonoid 3-monooxygenase 13.7250469 L4_chemical_A3 +LQ03X011930 Flavonoid 3-monooxygenase 12.0056295 L4_chemical_B1 +LQ03X011930 Flavonoid 3-monooxygenase 11.68638092 L4_chemical_B2 +LQ03X011930 Flavonoid 3-monooxygenase 12.17883557 L4_chemical_B3 +LQ03X011930 Flavonoid 3-monooxygenase 10.83538674 L4_chemical_C2 +LQ03X011930 Flavonoid 3-monooxygenase 10.90479381 L4_chemical_C3 +LQ03X011940 Putative uncharacterized protein 5.684068874 C6_control_A1 +LQ03X011940 Putative uncharacterized protein 5.947942721 C6_control_A3 +LQ03X011940 Putative uncharacterized protein 5.570216409 C6_control_B1 +LQ03X011940 Putative uncharacterized protein 5.73845785 C6_control_B2 +LQ03X011940 Putative uncharacterized protein 5.204157377 C6_control_B3 +LQ03X011940 Putative uncharacterized protein 5.446442164 C6_control_C1 +LQ03X011940 Putative uncharacterized protein 6.248515194 C6_control_C2 +LQ03X011940 Putative uncharacterized protein 5.630559071 C6_control_C3 +LQ03X011940 Putative uncharacterized protein 5.194025627 C6_chemical_A1 +LQ03X011940 Putative uncharacterized protein 5.674575989 C6_chemical_A3 +LQ03X011940 Putative uncharacterized protein 5.320488989 C6_chemical_B1 +LQ03X011940 Putative uncharacterized protein 5.691038756 C6_chemical_B2 +LQ03X011940 Putative uncharacterized protein 5.466654752 C6_chemical_B3 +LQ03X011940 Putative uncharacterized protein 5.499312533 C6_chemical_C1 +LQ03X011940 Putative uncharacterized protein 5.774339067 C6_chemical_C2 +LQ03X011940 Putative uncharacterized protein 5.735793381 C6_chemical_C3 +LQ03X011940 Putative uncharacterized protein 5.091126369 L4_control_A1 +LQ03X011940 Putative uncharacterized protein 5.798941049 L4_control_A2 +LQ03X011940 Putative uncharacterized protein 5.463932631 L4_control_A3 +LQ03X011940 Putative uncharacterized protein 4.895959602 L4_control_B1 +LQ03X011940 Putative uncharacterized protein 5.764217624 L4_control_B2 +LQ03X011940 Putative uncharacterized protein 5.466247501 L4_control_B3 +LQ03X011940 Putative uncharacterized protein 5.395087005 L4_control_C2 +LQ03X011940 Putative uncharacterized protein 5.091654914 L4_control_C3 +LQ03X011940 Putative uncharacterized protein 5.209786953 L4_chemical_A1 +LQ03X011940 Putative uncharacterized protein 5.570656604 L4_chemical_A2 +LQ03X011940 Putative uncharacterized protein 5.187647381 L4_chemical_A3 +LQ03X011940 Putative uncharacterized protein 5.672636322 L4_chemical_B1 +LQ03X011940 Putative uncharacterized protein 5.464547527 L4_chemical_B2 +LQ03X011940 Putative uncharacterized protein 4.958781004 L4_chemical_B3 +LQ03X011940 Putative uncharacterized protein 5.274055863 L4_chemical_C2 +LQ03X011940 Putative uncharacterized protein 5.143864577 L4_chemical_C3 +LQ03X012060 Histone deacetylase 5 4.704901631 C6_control_A1 +LQ03X012060 Histone deacetylase 5 5.103876819 C6_control_A3 +LQ03X012060 Histone deacetylase 5 4.968339177 C6_control_B1 +LQ03X012060 Histone deacetylase 5 4.816370292 C6_control_B2 +LQ03X012060 Histone deacetylase 5 4.913703148 C6_control_B3 +LQ03X012060 Histone deacetylase 5 4.759684478 C6_control_C1 +LQ03X012060 Histone deacetylase 5 4.858293761 C6_control_C2 +LQ03X012060 Histone deacetylase 5 4.679313266 C6_control_C3 +LQ03X012060 Histone deacetylase 5 4.784171007 C6_chemical_A1 +LQ03X012060 Histone deacetylase 5 5.178033057 C6_chemical_A3 +LQ03X012060 Histone deacetylase 5 5.259320136 C6_chemical_B1 +LQ03X012060 Histone deacetylase 5 4.925017588 C6_chemical_B2 +LQ03X012060 Histone deacetylase 5 5.27035766 C6_chemical_B3 +LQ03X012060 Histone deacetylase 5 5.1254063 C6_chemical_C1 +LQ03X012060 Histone deacetylase 5 4.79161159 C6_chemical_C2 +LQ03X012060 Histone deacetylase 5 4.938364904 C6_chemical_C3 +LQ03X012060 Histone deacetylase 5 5.047132812 L4_control_A1 +LQ03X012060 Histone deacetylase 5 4.99055411 L4_control_A2 +LQ03X012060 Histone deacetylase 5 4.837284706 L4_control_A3 +LQ03X012060 Histone deacetylase 5 5.327122415 L4_control_B1 +LQ03X012060 Histone deacetylase 5 5.037116529 L4_control_B2 +LQ03X012060 Histone deacetylase 5 4.818223124 L4_control_B3 +LQ03X012060 Histone deacetylase 5 5.261008309 L4_control_C2 +LQ03X012060 Histone deacetylase 5 5.336389988 L4_control_C3 +LQ03X012060 Histone deacetylase 5 5.129358456 L4_chemical_A1 +LQ03X012060 Histone deacetylase 5 4.90186608 L4_chemical_A2 +LQ03X012060 Histone deacetylase 5 5.351054417 L4_chemical_A3 +LQ03X012060 Histone deacetylase 5 5.270875583 L4_chemical_B1 +LQ03X012060 Histone deacetylase 5 5.550196926 L4_chemical_B2 +LQ03X012060 Histone deacetylase 5 4.943733281 L4_chemical_B3 +LQ03X012060 Histone deacetylase 5 4.833460513 L4_chemical_C2 +LQ03X012060 Histone deacetylase 5 5.345422904 L4_chemical_C3 +LQ03X012070 Putative heat shock protein; 32627-30541 10.73563731 C6_control_A1 +LQ03X012070 Putative heat shock protein; 32627-30541 10.66689372 C6_control_A3 +LQ03X012070 Putative heat shock protein; 32627-30541 10.7726515 C6_control_B1 +LQ03X012070 Putative heat shock protein; 32627-30541 11.4124491 C6_control_B2 +LQ03X012070 Putative heat shock protein; 32627-30541 11.06837747 C6_control_B3 +LQ03X012070 Putative heat shock protein; 32627-30541 11.73107902 C6_control_C1 +LQ03X012070 Putative heat shock protein; 32627-30541 11.80935063 C6_control_C2 +LQ03X012070 Putative heat shock protein; 32627-30541 11.91499865 C6_control_C3 +LQ03X012070 Putative heat shock protein; 32627-30541 10.54727454 C6_chemical_A1 +LQ03X012070 Putative heat shock protein; 32627-30541 10.72729859 C6_chemical_A3 +LQ03X012070 Putative heat shock protein; 32627-30541 10.40932192 C6_chemical_B1 +LQ03X012070 Putative heat shock protein; 32627-30541 11.13324954 C6_chemical_B2 +LQ03X012070 Putative heat shock protein; 32627-30541 10.8894919 C6_chemical_B3 +LQ03X012070 Putative heat shock protein; 32627-30541 11.60344238 C6_chemical_C1 +LQ03X012070 Putative heat shock protein; 32627-30541 11.67009474 C6_chemical_C2 +LQ03X012070 Putative heat shock protein; 32627-30541 11.80968442 C6_chemical_C3 +LQ03X012070 Putative heat shock protein; 32627-30541 10.67163462 L4_control_A1 +LQ03X012070 Putative heat shock protein; 32627-30541 10.82749359 L4_control_A2 +LQ03X012070 Putative heat shock protein; 32627-30541 10.51030572 L4_control_A3 +LQ03X012070 Putative heat shock protein; 32627-30541 10.76585116 L4_control_B1 +LQ03X012070 Putative heat shock protein; 32627-30541 10.20794376 L4_control_B2 +LQ03X012070 Putative heat shock protein; 32627-30541 11.02177507 L4_control_B3 +LQ03X012070 Putative heat shock protein; 32627-30541 11.28007701 L4_control_C2 +LQ03X012070 Putative heat shock protein; 32627-30541 11.27404928 L4_control_C3 +LQ03X012070 Putative heat shock protein; 32627-30541 11.3494739 L4_chemical_A1 +LQ03X012070 Putative heat shock protein; 32627-30541 10.97470982 L4_chemical_A2 +LQ03X012070 Putative heat shock protein; 32627-30541 10.34865791 L4_chemical_A3 +LQ03X012070 Putative heat shock protein; 32627-30541 10.60971718 L4_chemical_B1 +LQ03X012070 Putative heat shock protein; 32627-30541 10.99398064 L4_chemical_B2 +LQ03X012070 Putative heat shock protein; 32627-30541 10.79695464 L4_chemical_B3 +LQ03X012070 Putative heat shock protein; 32627-30541 11.01334484 L4_chemical_C2 +LQ03X012070 Putative heat shock protein; 32627-30541 11.43642455 L4_chemical_C3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.804977531 C6_control_A1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 7.59668442 C6_control_A3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.973035678 C6_control_B1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.283391995 C6_control_B2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.50969019 C6_control_B3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 5.649200848 C6_control_C1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.676886203 C6_control_C2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 5.895480703 C6_control_C3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.29097917 C6_chemical_A1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.120514236 C6_chemical_A3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.560873291 C6_chemical_B1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.181837502 C6_chemical_B2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.124380539 C6_chemical_B3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.005460653 C6_chemical_C1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.104325811 C6_chemical_C2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 5.426610216 C6_chemical_C3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.316440318 L4_control_A1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.468340529 L4_control_A2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.753917422 L4_control_A3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.484276429 L4_control_B1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.706750122 L4_control_B2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.644622731 L4_control_B3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.232886935 L4_control_C2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.153428633 L4_control_C3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.227284231 L4_chemical_A1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.331349835 L4_chemical_A2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.267534534 L4_chemical_A3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.754893067 L4_chemical_B1 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.74159014 L4_chemical_B2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.439775253 L4_chemical_B3 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.447770822 L4_chemical_C2 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.742637248 L4_chemical_C3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.807141698 C6_control_A1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 6.717712244 C6_control_A3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 6.068661207 C6_control_B1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.681066238 C6_control_B2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 6.189740347 C6_control_B3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.113764476 C6_control_C1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.810407975 C6_control_C2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.363299788 C6_control_C3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.553343306 C6_chemical_A1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 6.339290118 C6_chemical_A3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.395754905 C6_chemical_B1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.898857014 C6_chemical_B2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.836669088 C6_chemical_B3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.303049866 C6_chemical_C1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.705509806 C6_chemical_C2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.102632415 C6_chemical_C3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.643479408 L4_control_A1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 6.111229043 L4_control_A2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.647322479 L4_control_A3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 6.076095172 L4_control_B1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 6.726493308 L4_control_B2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.714261676 L4_control_B3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.176391688 L4_control_C2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.730798791 L4_control_C3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.285716166 L4_chemical_A1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.574494212 L4_chemical_A2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.341625619 L4_chemical_A3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.712130841 L4_chemical_B1 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 6.674259758 L4_chemical_B2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.891447841 L4_chemical_B3 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.485112895 L4_chemical_C2 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.816740103 L4_chemical_C3 +LQ03X012150 Hypothetical protein 6.325425105 C6_control_A1 +LQ03X012150 Hypothetical protein 6.980112658 C6_control_A3 +LQ03X012150 Hypothetical protein 6.179954963 C6_control_B1 +LQ03X012150 Hypothetical protein 6.150295591 C6_control_B2 +LQ03X012150 Hypothetical protein 6.749502801 C6_control_B3 +LQ03X012150 Hypothetical protein 5.564327417 C6_control_C1 +LQ03X012150 Hypothetical protein 6.12490695 C6_control_C2 +LQ03X012150 Hypothetical protein 5.825492538 C6_control_C3 +LQ03X012150 Hypothetical protein 5.851467687 C6_chemical_A1 +LQ03X012150 Hypothetical protein 6.511104852 C6_chemical_A3 +LQ03X012150 Hypothetical protein 6.265312505 C6_chemical_B1 +LQ03X012150 Hypothetical protein 6.612637664 C6_chemical_B2 +LQ03X012150 Hypothetical protein 6.602827434 C6_chemical_B3 +LQ03X012150 Hypothetical protein 5.341878958 C6_chemical_C1 +LQ03X012150 Hypothetical protein 6.014483037 C6_chemical_C2 +LQ03X012150 Hypothetical protein 5.681209546 C6_chemical_C3 +LQ03X012150 Hypothetical protein 6.534676362 L4_control_A1 +LQ03X012150 Hypothetical protein 6.996595628 L4_control_A2 +LQ03X012150 Hypothetical protein 7.202949267 L4_control_A3 +LQ03X012150 Hypothetical protein 6.651571919 L4_control_B1 +LQ03X012150 Hypothetical protein 6.85411888 L4_control_B2 +LQ03X012150 Hypothetical protein 6.744569032 L4_control_B3 +LQ03X012150 Hypothetical protein 5.60274354 L4_control_C2 +LQ03X012150 Hypothetical protein 5.16376411 L4_control_C3 +LQ03X012150 Hypothetical protein 5.680984796 L4_chemical_A1 +LQ03X012150 Hypothetical protein 6.92364674 L4_chemical_A2 +LQ03X012150 Hypothetical protein 7.113077374 L4_chemical_A3 +LQ03X012150 Hypothetical protein 6.604868396 L4_chemical_B1 +LQ03X012150 Hypothetical protein 6.043925762 L4_chemical_B2 +LQ03X012150 Hypothetical protein 6.732732108 L4_chemical_B3 +LQ03X012150 Hypothetical protein 5.648688808 L4_chemical_C2 +LQ03X012150 Hypothetical protein 5.210044877 L4_chemical_C3 +LQ03X012160 Predicted protein 5.511786884 C6_control_A1 +LQ03X012160 Predicted protein 5.82334363 C6_control_A3 +LQ03X012160 Predicted protein 5.549360924 C6_control_B1 +LQ03X012160 Predicted protein 5.813199329 C6_control_B2 +LQ03X012160 Predicted protein 5.793602319 C6_control_B3 +LQ03X012160 Predicted protein 5.360625274 C6_control_C1 +LQ03X012160 Predicted protein 6.124428377 C6_control_C2 +LQ03X012160 Predicted protein 5.822211996 C6_control_C3 +LQ03X012160 Predicted protein 5.638771284 C6_chemical_A1 +LQ03X012160 Predicted protein 5.677928161 C6_chemical_A3 +LQ03X012160 Predicted protein 5.883625433 C6_chemical_B1 +LQ03X012160 Predicted protein 5.869537229 C6_chemical_B2 +LQ03X012160 Predicted protein 5.684825034 C6_chemical_B3 +LQ03X012160 Predicted protein 5.636721512 C6_chemical_C1 +LQ03X012160 Predicted protein 6.004838104 C6_chemical_C2 +LQ03X012160 Predicted protein 6.1176183 C6_chemical_C3 +LQ03X012160 Predicted protein 5.472660004 L4_control_A1 +LQ03X012160 Predicted protein 5.422198141 L4_control_A2 +LQ03X012160 Predicted protein 5.582842852 L4_control_A3 +LQ03X012160 Predicted protein 5.876135053 L4_control_B1 +LQ03X012160 Predicted protein 6.281907275 L4_control_B2 +LQ03X012160 Predicted protein 5.379089315 L4_control_B3 +LQ03X012160 Predicted protein 6.272004985 L4_control_C2 +LQ03X012160 Predicted protein 5.643614362 L4_control_C3 +LQ03X012160 Predicted protein 5.167899658 L4_chemical_A1 +LQ03X012160 Predicted protein 5.372536425 L4_chemical_A2 +LQ03X012160 Predicted protein 5.178584545 L4_chemical_A3 +LQ03X012160 Predicted protein 5.761687824 L4_chemical_B1 +LQ03X012160 Predicted protein 5.969836902 L4_chemical_B2 +LQ03X012160 Predicted protein 5.335301796 L4_chemical_B3 +LQ03X012160 Predicted protein 5.112599366 L4_chemical_C2 +LQ03X012160 Predicted protein 5.818532925 L4_chemical_C3 +LQ03X012170 Presenilin-like protein At2g29900 10.02210929 C6_control_A1 +LQ03X012170 Presenilin-like protein At2g29900 9.701147172 C6_control_A3 +LQ03X012170 Presenilin-like protein At2g29900 10.54550821 C6_control_B1 +LQ03X012170 Presenilin-like protein At2g29900 10.03925832 C6_control_B2 +LQ03X012170 Presenilin-like protein At2g29900 10.29939526 C6_control_B3 +LQ03X012170 Presenilin-like protein At2g29900 9.779798804 C6_control_C1 +LQ03X012170 Presenilin-like protein At2g29900 9.593001763 C6_control_C2 +LQ03X012170 Presenilin-like protein At2g29900 9.229535699 C6_control_C3 +LQ03X012170 Presenilin-like protein At2g29900 10.0748423 C6_chemical_A1 +LQ03X012170 Presenilin-like protein At2g29900 9.996184421 C6_chemical_A3 +LQ03X012170 Presenilin-like protein At2g29900 10.74535914 C6_chemical_B1 +LQ03X012170 Presenilin-like protein At2g29900 10.38985958 C6_chemical_B2 +LQ03X012170 Presenilin-like protein At2g29900 10.03231481 C6_chemical_B3 +LQ03X012170 Presenilin-like protein At2g29900 9.889916185 C6_chemical_C1 +LQ03X012170 Presenilin-like protein At2g29900 10.23242277 C6_chemical_C2 +LQ03X012170 Presenilin-like protein At2g29900 10.31460859 C6_chemical_C3 +LQ03X012170 Presenilin-like protein At2g29900 9.656757914 L4_control_A1 +LQ03X012170 Presenilin-like protein At2g29900 9.492443998 L4_control_A2 +LQ03X012170 Presenilin-like protein At2g29900 8.967321861 L4_control_A3 +LQ03X012170 Presenilin-like protein At2g29900 10.51592607 L4_control_B1 +LQ03X012170 Presenilin-like protein At2g29900 10.90226315 L4_control_B2 +LQ03X012170 Presenilin-like protein At2g29900 10.11000613 L4_control_B3 +LQ03X012170 Presenilin-like protein At2g29900 10.44831462 L4_control_C2 +LQ03X012170 Presenilin-like protein At2g29900 10.10255401 L4_control_C3 +LQ03X012170 Presenilin-like protein At2g29900 10.07428442 L4_chemical_A1 +LQ03X012170 Presenilin-like protein At2g29900 9.638266342 L4_chemical_A2 +LQ03X012170 Presenilin-like protein At2g29900 8.723915006 L4_chemical_A3 +LQ03X012170 Presenilin-like protein At2g29900 10.72579962 L4_chemical_B1 +LQ03X012170 Presenilin-like protein At2g29900 10.71807126 L4_chemical_B2 +LQ03X012170 Presenilin-like protein At2g29900 9.90446346 L4_chemical_B3 +LQ03X012170 Presenilin-like protein At2g29900 10.83961842 L4_chemical_C2 +LQ03X012170 Presenilin-like protein At2g29900 10.18629117 L4_chemical_C3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.68323594 C6_control_A1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.09548394 C6_control_A3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.80774953 C6_control_B1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 13.11614086 C6_control_B2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.61042017 C6_control_B3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.99622921 C6_control_C1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 13.12425242 C6_control_C2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.88825967 C6_control_C3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.58482268 C6_chemical_A1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.38636444 C6_chemical_A3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.84048272 C6_chemical_B1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 13.10672386 C6_chemical_B2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.67692323 C6_chemical_B3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 13.3429571 C6_chemical_C1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 13.11604064 C6_chemical_C2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 13.28468011 C6_chemical_C3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.61121104 L4_control_A1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 11.77987388 L4_control_A2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 11.93238337 L4_control_A3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.74524127 L4_control_B1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.29852068 L4_control_B2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.71043671 L4_control_B3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.77210201 L4_control_C2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.42550939 L4_control_C3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.70988503 L4_chemical_A1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.21027436 L4_chemical_A2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.60764925 L4_chemical_A3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.37307136 L4_chemical_B1 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 11.88440723 L4_chemical_B2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.29820026 L4_chemical_B3 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 13.06843956 L4_chemical_C2 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.49810991 L4_chemical_C3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 6.902176899 C6_control_A1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.108180967 C6_control_A3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.628015618 C6_control_B1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 6.92930088 C6_control_B2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 8.174868223 C6_control_B3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.735420922 C6_control_C1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 6.613690273 C6_control_C2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.325327007 C6_control_C3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.106557709 C6_chemical_A1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.287265962 C6_chemical_A3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.487747651 C6_chemical_B1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.136692278 C6_chemical_B2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.936745266 C6_chemical_B3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.291791717 C6_chemical_C1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.234310371 C6_chemical_C2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.269489772 C6_chemical_C3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.470995814 L4_control_A1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.323073448 L4_control_A2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.095609949 L4_control_A3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 8.65532608 L4_control_B1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 8.381288504 L4_control_B2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.54481229 L4_control_B3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 8.410366526 L4_control_C2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.981441031 L4_control_C3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.352413787 L4_chemical_A1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.520148648 L4_chemical_A2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.958036469 L4_chemical_A3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 8.281877291 L4_chemical_B1 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.999879371 L4_chemical_B2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.454157946 L4_chemical_B3 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 8.571494325 L4_chemical_C2 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.512084543 L4_chemical_C3 +LQ03X012250 Putative uncharacterized protein 6.454665015 C6_control_A1 +LQ03X012250 Putative uncharacterized protein 6.286783024 C6_control_A3 +LQ03X012250 Putative uncharacterized protein 6.08458401 C6_control_B1 +LQ03X012250 Putative uncharacterized protein 6.497523704 C6_control_B2 +LQ03X012250 Putative uncharacterized protein 5.895367707 C6_control_B3 +LQ03X012250 Putative uncharacterized protein 7.407069092 C6_control_C1 +LQ03X012250 Putative uncharacterized protein 6.384688167 C6_control_C2 +LQ03X012250 Putative uncharacterized protein 7.195557667 C6_control_C3 +LQ03X012250 Putative uncharacterized protein 6.565895322 C6_chemical_A1 +LQ03X012250 Putative uncharacterized protein 6.252358361 C6_chemical_A3 +LQ03X012250 Putative uncharacterized protein 6.028874067 C6_chemical_B1 +LQ03X012250 Putative uncharacterized protein 6.140161272 C6_chemical_B2 +LQ03X012250 Putative uncharacterized protein 6.18989494 C6_chemical_B3 +LQ03X012250 Putative uncharacterized protein 7.058743346 C6_chemical_C1 +LQ03X012250 Putative uncharacterized protein 7.190482029 C6_chemical_C2 +LQ03X012250 Putative uncharacterized protein 6.962526271 C6_chemical_C3 +LQ03X012250 Putative uncharacterized protein 6.466442226 L4_control_A1 +LQ03X012250 Putative uncharacterized protein 6.471386011 L4_control_A2 +LQ03X012250 Putative uncharacterized protein 6.317468129 L4_control_A3 +LQ03X012250 Putative uncharacterized protein 6.324862341 L4_control_B1 +LQ03X012250 Putative uncharacterized protein 6.161671103 L4_control_B2 +LQ03X012250 Putative uncharacterized protein 6.343512155 L4_control_B3 +LQ03X012250 Putative uncharacterized protein 6.608220803 L4_control_C2 +LQ03X012250 Putative uncharacterized protein 5.948027361 L4_control_C3 +LQ03X012250 Putative uncharacterized protein 6.337844248 L4_chemical_A1 +LQ03X012250 Putative uncharacterized protein 6.998097286 L4_chemical_A2 +LQ03X012250 Putative uncharacterized protein 6.154461132 L4_chemical_A3 +LQ03X012250 Putative uncharacterized protein 6.440694331 L4_chemical_B1 +LQ03X012250 Putative uncharacterized protein 6.793575117 L4_chemical_B2 +LQ03X012250 Putative uncharacterized protein 6.175653781 L4_chemical_B3 +LQ03X012250 Putative uncharacterized protein 5.913171685 L4_chemical_C2 +LQ03X012250 Putative uncharacterized protein 5.829214502 L4_chemical_C3 +LQ03X012260 Putative G3BP-like protein 5.865540528 C6_control_A1 +LQ03X012260 Putative G3BP-like protein 5.784087507 C6_control_A3 +LQ03X012260 Putative G3BP-like protein 5.673881228 C6_control_B1 +LQ03X012260 Putative G3BP-like protein 5.898104045 C6_control_B2 +LQ03X012260 Putative G3BP-like protein 5.748067474 C6_control_B3 +LQ03X012260 Putative G3BP-like protein 5.37224617 C6_control_C1 +LQ03X012260 Putative G3BP-like protein 5.739692087 C6_control_C2 +LQ03X012260 Putative G3BP-like protein 5.86299898 C6_control_C3 +LQ03X012260 Putative G3BP-like protein 6.190259165 C6_chemical_A1 +LQ03X012260 Putative G3BP-like protein 6.116204956 C6_chemical_A3 +LQ03X012260 Putative G3BP-like protein 5.370662064 C6_chemical_B1 +LQ03X012260 Putative G3BP-like protein 5.781209632 C6_chemical_B2 +LQ03X012260 Putative G3BP-like protein 5.620093023 C6_chemical_B3 +LQ03X012260 Putative G3BP-like protein 5.597361977 C6_chemical_C1 +LQ03X012260 Putative G3BP-like protein 5.385790746 C6_chemical_C2 +LQ03X012260 Putative G3BP-like protein 5.699702123 C6_chemical_C3 +LQ03X012260 Putative G3BP-like protein 5.969462535 L4_control_A1 +LQ03X012260 Putative G3BP-like protein 6.168799046 L4_control_A2 +LQ03X012260 Putative G3BP-like protein 5.878751082 L4_control_A3 +LQ03X012260 Putative G3BP-like protein 6.530859733 L4_control_B1 +LQ03X012260 Putative G3BP-like protein 6.62838266 L4_control_B2 +LQ03X012260 Putative G3BP-like protein 6.0790839 L4_control_B3 +LQ03X012260 Putative G3BP-like protein 6.136254554 L4_control_C2 +LQ03X012260 Putative G3BP-like protein 5.141895439 L4_control_C3 +LQ03X012260 Putative G3BP-like protein 5.710017959 L4_chemical_A1 +LQ03X012260 Putative G3BP-like protein 5.713061779 L4_chemical_A2 +LQ03X012260 Putative G3BP-like protein 6.251208201 L4_chemical_A3 +LQ03X012260 Putative G3BP-like protein 6.273332696 L4_chemical_B1 +LQ03X012260 Putative G3BP-like protein 6.797462148 L4_chemical_B2 +LQ03X012260 Putative G3BP-like protein 5.984680032 L4_chemical_B3 +LQ03X012260 Putative G3BP-like protein 5.506041334 L4_chemical_C2 +LQ03X012260 Putative G3BP-like protein 5.791256637 L4_chemical_C3 +LQ03X012290 Hypothetical protein 11.80680436 C6_control_A1 +LQ03X012290 Hypothetical protein 12.43170909 C6_control_A3 +LQ03X012290 Hypothetical protein 11.19403065 C6_control_B1 +LQ03X012290 Hypothetical protein 10.94946361 C6_control_B2 +LQ03X012290 Hypothetical protein 11.32210308 C6_control_B3 +LQ03X012290 Hypothetical protein 10.27211173 C6_control_C1 +LQ03X012290 Hypothetical protein 9.749925311 C6_control_C2 +LQ03X012290 Hypothetical protein 10.71393865 C6_control_C3 +LQ03X012290 Hypothetical protein 11.48359931 C6_chemical_A1 +LQ03X012290 Hypothetical protein 10.18397935 C6_chemical_A3 +LQ03X012290 Hypothetical protein 11.12830338 C6_chemical_B1 +LQ03X012290 Hypothetical protein 10.80705951 C6_chemical_B2 +LQ03X012290 Hypothetical protein 11.07015144 C6_chemical_B3 +LQ03X012290 Hypothetical protein 10.28578275 C6_chemical_C1 +LQ03X012290 Hypothetical protein 10.42201725 C6_chemical_C2 +LQ03X012290 Hypothetical protein 10.04517849 C6_chemical_C3 +LQ03X012290 Hypothetical protein 10.89196451 L4_control_A1 +LQ03X012290 Hypothetical protein 11.34224825 L4_control_A2 +LQ03X012290 Hypothetical protein 11.79431239 L4_control_A3 +LQ03X012290 Hypothetical protein 11.22632958 L4_control_B1 +LQ03X012290 Hypothetical protein 9.41302686 L4_control_B2 +LQ03X012290 Hypothetical protein 10.90520537 L4_control_B3 +LQ03X012290 Hypothetical protein 10.44249947 L4_control_C2 +LQ03X012290 Hypothetical protein 10.89104546 L4_control_C3 +LQ03X012290 Hypothetical protein 11.27476178 L4_chemical_A1 +LQ03X012290 Hypothetical protein 10.54979493 L4_chemical_A2 +LQ03X012290 Hypothetical protein 11.28377218 L4_chemical_A3 +LQ03X012290 Hypothetical protein 10.69832613 L4_chemical_B1 +LQ03X012290 Hypothetical protein 10.53325954 L4_chemical_B2 +LQ03X012290 Hypothetical protein 11.07979115 L4_chemical_B3 +LQ03X012290 Hypothetical protein 9.960836804 L4_chemical_C2 +LQ03X012290 Hypothetical protein 10.31265441 L4_chemical_C3 +LQ03X012300 Putative uncharacterized protein 13.36904478 C6_control_A1 +LQ03X012300 Putative uncharacterized protein 13.58682203 C6_control_A3 +LQ03X012300 Putative uncharacterized protein 13.22950191 C6_control_B1 +LQ03X012300 Putative uncharacterized protein 12.99157488 C6_control_B2 +LQ03X012300 Putative uncharacterized protein 13.31896284 C6_control_B3 +LQ03X012300 Putative uncharacterized protein 12.61578962 C6_control_C1 +LQ03X012300 Putative uncharacterized protein 12.31221389 C6_control_C2 +LQ03X012300 Putative uncharacterized protein 12.54012146 C6_control_C3 +LQ03X012300 Putative uncharacterized protein 13.50724428 C6_chemical_A1 +LQ03X012300 Putative uncharacterized protein 13.01582637 C6_chemical_A3 +LQ03X012300 Putative uncharacterized protein 12.97257842 C6_chemical_B1 +LQ03X012300 Putative uncharacterized protein 12.70095585 C6_chemical_B2 +LQ03X012300 Putative uncharacterized protein 12.97027615 C6_chemical_B3 +LQ03X012300 Putative uncharacterized protein 12.70935112 C6_chemical_C1 +LQ03X012300 Putative uncharacterized protein 12.59809839 C6_chemical_C2 +LQ03X012300 Putative uncharacterized protein 12.2082954 C6_chemical_C3 +LQ03X012300 Putative uncharacterized protein 13.52359285 L4_control_A1 +LQ03X012300 Putative uncharacterized protein 13.55750697 L4_control_A2 +LQ03X012300 Putative uncharacterized protein 13.54222625 L4_control_A3 +LQ03X012300 Putative uncharacterized protein 13.25451382 L4_control_B1 +LQ03X012300 Putative uncharacterized protein 12.39354136 L4_control_B2 +LQ03X012300 Putative uncharacterized protein 12.88168217 L4_control_B3 +LQ03X012300 Putative uncharacterized protein 12.79753801 L4_control_C2 +LQ03X012300 Putative uncharacterized protein 13.01035971 L4_control_C3 +LQ03X012300 Putative uncharacterized protein 13.66085484 L4_chemical_A1 +LQ03X012300 Putative uncharacterized protein 13.48518393 L4_chemical_A2 +LQ03X012300 Putative uncharacterized protein 13.42783001 L4_chemical_A3 +LQ03X012300 Putative uncharacterized protein 13.14314837 L4_chemical_B1 +LQ03X012300 Putative uncharacterized protein 13.20492379 L4_chemical_B2 +LQ03X012300 Putative uncharacterized protein 13.16654122 L4_chemical_B3 +LQ03X012300 Putative uncharacterized protein 13.1160687 L4_chemical_C2 +LQ03X012300 Putative uncharacterized protein 13.29306731 L4_chemical_C3 +LQ03X012360 Putative uncharacterized protein 5.748619862 C6_control_A1 +LQ03X012360 Putative uncharacterized protein 6.669715083 C6_control_A3 +LQ03X012360 Putative uncharacterized protein 6.204015195 C6_control_B1 +LQ03X012360 Putative uncharacterized protein 5.546220479 C6_control_B2 +LQ03X012360 Putative uncharacterized protein 6.070156347 C6_control_B3 +LQ03X012360 Putative uncharacterized protein 5.079475258 C6_control_C1 +LQ03X012360 Putative uncharacterized protein 5.35973366 C6_control_C2 +LQ03X012360 Putative uncharacterized protein 5.104888612 C6_control_C3 +LQ03X012360 Putative uncharacterized protein 6.080711063 C6_chemical_A1 +LQ03X012360 Putative uncharacterized protein 5.467630742 C6_chemical_A3 +LQ03X012360 Putative uncharacterized protein 5.676162065 C6_chemical_B1 +LQ03X012360 Putative uncharacterized protein 5.338008015 C6_chemical_B2 +LQ03X012360 Putative uncharacterized protein 5.908044833 C6_chemical_B3 +LQ03X012360 Putative uncharacterized protein 4.878811896 C6_chemical_C1 +LQ03X012360 Putative uncharacterized protein 5.256254692 C6_chemical_C2 +LQ03X012360 Putative uncharacterized protein 5.05264172 C6_chemical_C3 +LQ03X012360 Putative uncharacterized protein 5.678869855 L4_control_A1 +LQ03X012360 Putative uncharacterized protein 6.035325791 L4_control_A2 +LQ03X012360 Putative uncharacterized protein 5.992813699 L4_control_A3 +LQ03X012360 Putative uncharacterized protein 6.565469462 L4_control_B1 +LQ03X012360 Putative uncharacterized protein 6.24024654 L4_control_B2 +LQ03X012360 Putative uncharacterized protein 5.809198691 L4_control_B3 +LQ03X012360 Putative uncharacterized protein 6.096540057 L4_control_C2 +LQ03X012360 Putative uncharacterized protein 6.358694263 L4_control_C3 +LQ03X012360 Putative uncharacterized protein 5.718516567 L4_chemical_A1 +LQ03X012360 Putative uncharacterized protein 5.858748179 L4_chemical_A2 +LQ03X012360 Putative uncharacterized protein 5.833478154 L4_chemical_A3 +LQ03X012360 Putative uncharacterized protein 6.460265878 L4_chemical_B1 +LQ03X012360 Putative uncharacterized protein 6.011856277 L4_chemical_B2 +LQ03X012360 Putative uncharacterized protein 5.591732753 L4_chemical_B3 +LQ03X012360 Putative uncharacterized protein 5.817243602 L4_chemical_C2 +LQ03X012360 Putative uncharacterized protein 7.032931415 L4_chemical_C3 +LQ03X012370 Hypothetical protein 5.696170624 C6_control_A1 +LQ03X012370 Hypothetical protein 5.43382222 C6_control_A3 +LQ03X012370 Hypothetical protein 5.64577575 C6_control_B1 +LQ03X012370 Hypothetical protein 5.254886037 C6_control_B2 +LQ03X012370 Hypothetical protein 5.691861556 C6_control_B3 +LQ03X012370 Hypothetical protein 4.847522788 C6_control_C1 +LQ03X012370 Hypothetical protein 5.328872617 C6_control_C2 +LQ03X012370 Hypothetical protein 5.236127722 C6_control_C3 +LQ03X012370 Hypothetical protein 5.561346158 C6_chemical_A1 +LQ03X012370 Hypothetical protein 5.618079071 C6_chemical_A3 +LQ03X012370 Hypothetical protein 5.728374795 C6_chemical_B1 +LQ03X012370 Hypothetical protein 5.259590956 C6_chemical_B2 +LQ03X012370 Hypothetical protein 5.708262661 C6_chemical_B3 +LQ03X012370 Hypothetical protein 4.976639716 C6_chemical_C1 +LQ03X012370 Hypothetical protein 5.213801971 C6_chemical_C2 +LQ03X012370 Hypothetical protein 4.982437071 C6_chemical_C3 +LQ03X012370 Hypothetical protein 5.515469545 L4_control_A1 +LQ03X012370 Hypothetical protein 5.626915816 L4_control_A2 +LQ03X012370 Hypothetical protein 5.621165483 L4_control_A3 +LQ03X012370 Hypothetical protein 5.368233791 L4_control_B1 +LQ03X012370 Hypothetical protein 5.359699147 L4_control_B2 +LQ03X012370 Hypothetical protein 5.58267928 L4_control_B3 +LQ03X012370 Hypothetical protein 5.396156181 L4_control_C2 +LQ03X012370 Hypothetical protein 4.880108695 L4_control_C3 +LQ03X012370 Hypothetical protein 5.538239124 L4_chemical_A1 +LQ03X012370 Hypothetical protein 5.583349683 L4_chemical_A2 +LQ03X012370 Hypothetical protein 5.70798225 L4_chemical_A3 +LQ03X012370 Hypothetical protein 5.448978022 L4_chemical_B1 +LQ03X012370 Hypothetical protein 5.944987255 L4_chemical_B2 +LQ03X012370 Hypothetical protein 5.378458069 L4_chemical_B3 +LQ03X012370 Hypothetical protein 5.41301493 L4_chemical_C2 +LQ03X012370 Hypothetical protein 4.732036319 L4_chemical_C3 +LQ03X012400 Putative nitrilase-associated protein 5.543833033 C6_control_A1 +LQ03X012400 Putative nitrilase-associated protein 4.976391984 C6_control_A3 +LQ03X012400 Putative nitrilase-associated protein 4.832185532 C6_control_B1 +LQ03X012400 Putative nitrilase-associated protein 5.934410259 C6_control_B2 +LQ03X012400 Putative nitrilase-associated protein 5.486876592 C6_control_B3 +LQ03X012400 Putative nitrilase-associated protein 5.304561821 C6_control_C1 +LQ03X012400 Putative nitrilase-associated protein 5.556751261 C6_control_C2 +LQ03X012400 Putative nitrilase-associated protein 5.705471087 C6_control_C3 +LQ03X012400 Putative nitrilase-associated protein 5.454330583 C6_chemical_A1 +LQ03X012400 Putative nitrilase-associated protein 5.126745653 C6_chemical_A3 +LQ03X012400 Putative nitrilase-associated protein 4.867314866 C6_chemical_B1 +LQ03X012400 Putative nitrilase-associated protein 5.243700177 C6_chemical_B2 +LQ03X012400 Putative nitrilase-associated protein 5.189130863 C6_chemical_B3 +LQ03X012400 Putative nitrilase-associated protein 5.213084434 C6_chemical_C1 +LQ03X012400 Putative nitrilase-associated protein 6.037178901 C6_chemical_C2 +LQ03X012400 Putative nitrilase-associated protein 5.833549249 C6_chemical_C3 +LQ03X012400 Putative nitrilase-associated protein 5.356759559 L4_control_A1 +LQ03X012400 Putative nitrilase-associated protein 5.010372907 L4_control_A2 +LQ03X012400 Putative nitrilase-associated protein 5.546019312 L4_control_A3 +LQ03X012400 Putative nitrilase-associated protein 5.364434947 L4_control_B1 +LQ03X012400 Putative nitrilase-associated protein 5.326773499 L4_control_B2 +LQ03X012400 Putative nitrilase-associated protein 5.363418301 L4_control_B3 +LQ03X012400 Putative nitrilase-associated protein 4.993634431 L4_control_C2 +LQ03X012400 Putative nitrilase-associated protein 5.237953316 L4_control_C3 +LQ03X012400 Putative nitrilase-associated protein 5.076310941 L4_chemical_A1 +LQ03X012400 Putative nitrilase-associated protein 5.082070246 L4_chemical_A2 +LQ03X012400 Putative nitrilase-associated protein 5.3182537 L4_chemical_A3 +LQ03X012400 Putative nitrilase-associated protein 5.345606706 L4_chemical_B1 +LQ03X012400 Putative nitrilase-associated protein 5.538989982 L4_chemical_B2 +LQ03X012400 Putative nitrilase-associated protein 5.559754771 L4_chemical_B3 +LQ03X012400 Putative nitrilase-associated protein 5.199010607 L4_chemical_C2 +LQ03X012400 Putative nitrilase-associated protein 5.264270643 L4_chemical_C3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.41759814 C6_control_A1 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.957206457 C6_control_A3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.988644394 C6_control_B1 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.296089117 C6_control_B2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.688172626 C6_control_B3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.305861341 C6_control_C1 +LQ03X012410 Putative Tip elongation aberrant protein 1 6.667447255 C6_control_C2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.161608383 C6_control_C3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.122541347 C6_chemical_A1 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.197976771 C6_chemical_A3 +LQ03X012410 Putative Tip elongation aberrant protein 1 6.297413984 C6_chemical_B1 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.577407691 C6_chemical_B2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.416770638 C6_chemical_B3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.122741945 C6_chemical_C1 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.226062588 C6_chemical_C2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.177247236 C6_chemical_C3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.29423082 L4_control_A1 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.780658985 L4_control_A2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.284235135 L4_control_A3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.674908718 L4_control_B1 +LQ03X012410 Putative Tip elongation aberrant protein 1 4.9252533 L4_control_B2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.11711294 L4_control_B3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.719686667 L4_control_C2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.376900978 L4_control_C3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.551325952 L4_chemical_A1 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.270571909 L4_chemical_A2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.26575143 L4_chemical_A3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.906875392 L4_chemical_B1 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.219611811 L4_chemical_B2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.229116798 L4_chemical_B3 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.475578825 L4_chemical_C2 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.001506909 L4_chemical_C3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.44897064 C6_control_A1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 13.06846802 C6_control_A3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.16864053 C6_control_B1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.45638489 C6_control_B2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.83698121 C6_control_B3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.41729917 C6_control_C1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.48297181 C6_control_C2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.47200404 C6_control_C3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.45166806 C6_chemical_A1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.64455284 C6_chemical_A3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.99175721 C6_chemical_B1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.30410762 C6_chemical_B2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.4724138 C6_chemical_B3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.41709565 C6_chemical_C1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.38482515 C6_chemical_C2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.04482845 C6_chemical_C3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.37651992 L4_control_A1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.53804303 L4_control_A2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.42320783 L4_control_A3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.47680116 L4_control_B1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.66504561 L4_control_B2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.75519598 L4_control_B3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.77766078 L4_control_C2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.70312089 L4_control_C3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.31204935 L4_chemical_A1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.23487914 L4_chemical_A2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.31127135 L4_chemical_A3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.24920108 L4_chemical_B1 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.71877713 L4_chemical_B2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.65220578 L4_chemical_B3 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.87913914 L4_chemical_C2 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 11.656864 L4_chemical_C3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.882232526 C6_control_A1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 10.0792961 C6_control_A3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.764922545 C6_control_B1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 8.752704903 C6_control_B2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.594437077 C6_control_B3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.725581496 C6_control_C1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.420307091 C6_control_C2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.601395851 C6_control_C3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.408477687 C6_chemical_A1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 10.24462821 C6_chemical_A3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.303781783 C6_chemical_B1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 8.853729446 C6_chemical_B2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.37791645 C6_chemical_B3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.391025302 C6_chemical_C1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.208112497 C6_chemical_C2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.243562927 C6_chemical_C3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 10.03648183 L4_control_A1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 10.09353533 L4_control_A2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 10.31737176 L4_control_A3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.680073565 L4_control_B1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.572436179 L4_control_B2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.767799118 L4_control_B3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 10.31536981 L4_control_C2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 10.35141464 L4_control_C3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.543091557 L4_chemical_A1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.387224726 L4_chemical_A2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.967234804 L4_chemical_A3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.601184294 L4_chemical_B1 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.403782265 L4_chemical_B2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.459213648 L4_chemical_B3 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.814269193 L4_chemical_C2 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 10.22082219 L4_chemical_C3 +LQ03X012450 Protein COBRA 14.30050706 C6_control_A1 +LQ03X012450 Protein COBRA 14.08450608 C6_control_A3 +LQ03X012450 Protein COBRA 15.12459245 C6_control_B1 +LQ03X012450 Protein COBRA 14.71437968 C6_control_B2 +LQ03X012450 Protein COBRA 15.05581102 C6_control_B3 +LQ03X012450 Protein COBRA 12.64837137 C6_control_C1 +LQ03X012450 Protein COBRA 13.46354684 C6_control_C2 +LQ03X012450 Protein COBRA 12.86236868 C6_control_C3 +LQ03X012450 Protein COBRA 13.81510302 C6_chemical_A1 +LQ03X012450 Protein COBRA 13.82481271 C6_chemical_A3 +LQ03X012450 Protein COBRA 15.02652423 C6_chemical_B1 +LQ03X012450 Protein COBRA 14.43409257 C6_chemical_B2 +LQ03X012450 Protein COBRA 14.69126698 C6_chemical_B3 +LQ03X012450 Protein COBRA 12.31657201 C6_chemical_C1 +LQ03X012450 Protein COBRA 12.22757116 C6_chemical_C2 +LQ03X012450 Protein COBRA 12.02119826 C6_chemical_C3 +LQ03X012450 Protein COBRA 14.01024431 L4_control_A1 +LQ03X012450 Protein COBRA 13.56125918 L4_control_A2 +LQ03X012450 Protein COBRA 13.98078473 L4_control_A3 +LQ03X012450 Protein COBRA 14.63384087 L4_control_B1 +LQ03X012450 Protein COBRA 14.4220251 L4_control_B2 +LQ03X012450 Protein COBRA 14.82066564 L4_control_B3 +LQ03X012450 Protein COBRA 12.59080817 L4_control_C2 +LQ03X012450 Protein COBRA 13.31884416 L4_control_C3 +LQ03X012450 Protein COBRA 13.52020963 L4_chemical_A1 +LQ03X012450 Protein COBRA 13.20825123 L4_chemical_A2 +LQ03X012450 Protein COBRA 13.95710997 L4_chemical_A3 +LQ03X012450 Protein COBRA 14.17656583 L4_chemical_B1 +LQ03X012450 Protein COBRA 13.9259646 L4_chemical_B2 +LQ03X012450 Protein COBRA 14.70627754 L4_chemical_B3 +LQ03X012450 Protein COBRA 12.33873357 L4_chemical_C2 +LQ03X012450 Protein COBRA 13.10897156 L4_chemical_C3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.59256425 C6_control_A1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.37744222 C6_control_A3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.43581479 C6_control_B1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.42735694 C6_control_B2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.47785451 C6_control_B3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.54241978 C6_control_C1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.86505708 C6_control_C2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.90840862 C6_control_C3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.59438703 C6_chemical_A1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.56550769 C6_chemical_A3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.36080053 C6_chemical_B1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.22792744 C6_chemical_B2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.27751055 C6_chemical_B3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.54082256 C6_chemical_C1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.54459054 C6_chemical_C2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.62281259 C6_chemical_C3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.79056755 L4_control_A1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.95690216 L4_control_A2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.46080492 L4_control_A3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.33943115 L4_control_B1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.61565186 L4_control_B2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.95249091 L4_control_B3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.57260746 L4_control_C2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.25954575 L4_control_C3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.93921088 L4_chemical_A1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.96812715 L4_chemical_A2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.78887616 L4_chemical_A3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.50774262 L4_chemical_B1 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.25761872 L4_chemical_B2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.68805803 L4_chemical_B3 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.54278647 L4_chemical_C2 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 13.5645645 L4_chemical_C3 +LQ03X012570 LIGULELESS1 protein, putative 4.870784935 C6_control_A1 +LQ03X012570 LIGULELESS1 protein, putative 4.88887269 C6_control_A3 +LQ03X012570 LIGULELESS1 protein, putative 5.068289703 C6_control_B1 +LQ03X012570 LIGULELESS1 protein, putative 4.839713968 C6_control_B2 +LQ03X012570 LIGULELESS1 protein, putative 5.003879548 C6_control_B3 +LQ03X012570 LIGULELESS1 protein, putative 5.217905626 C6_control_C1 +LQ03X012570 LIGULELESS1 protein, putative 5.017553401 C6_control_C2 +LQ03X012570 LIGULELESS1 protein, putative 4.839627061 C6_control_C3 +LQ03X012570 LIGULELESS1 protein, putative 5.022265802 C6_chemical_A1 +LQ03X012570 LIGULELESS1 protein, putative 4.963544156 C6_chemical_A3 +LQ03X012570 LIGULELESS1 protein, putative 4.878874944 C6_chemical_B1 +LQ03X012570 LIGULELESS1 protein, putative 4.939919039 C6_chemical_B2 +LQ03X012570 LIGULELESS1 protein, putative 5.337084174 C6_chemical_B3 +LQ03X012570 LIGULELESS1 protein, putative 4.983886888 C6_chemical_C1 +LQ03X012570 LIGULELESS1 protein, putative 5.181740542 C6_chemical_C2 +LQ03X012570 LIGULELESS1 protein, putative 5.116701196 C6_chemical_C3 +LQ03X012570 LIGULELESS1 protein, putative 5.13671145 L4_control_A1 +LQ03X012570 LIGULELESS1 protein, putative 4.990502901 L4_control_A2 +LQ03X012570 LIGULELESS1 protein, putative 5.226134265 L4_control_A3 +LQ03X012570 LIGULELESS1 protein, putative 6.013949009 L4_control_B1 +LQ03X012570 LIGULELESS1 protein, putative 5.588150973 L4_control_B2 +LQ03X012570 LIGULELESS1 protein, putative 4.732554884 L4_control_B3 +LQ03X012570 LIGULELESS1 protein, putative 5.822190938 L4_control_C2 +LQ03X012570 LIGULELESS1 protein, putative 5.901717176 L4_control_C3 +LQ03X012570 LIGULELESS1 protein, putative 5.065025149 L4_chemical_A1 +LQ03X012570 LIGULELESS1 protein, putative 4.774570919 L4_chemical_A2 +LQ03X012570 LIGULELESS1 protein, putative 5.4233161 L4_chemical_A3 +LQ03X012570 LIGULELESS1 protein, putative 5.890628755 L4_chemical_B1 +LQ03X012570 LIGULELESS1 protein, putative 4.955288044 L4_chemical_B2 +LQ03X012570 LIGULELESS1 protein, putative 4.536073697 L4_chemical_B3 +LQ03X012570 LIGULELESS1 protein, putative 5.130637365 L4_chemical_C2 +LQ03X012570 LIGULELESS1 protein, putative 5.908075409 L4_chemical_C3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.545901198 C6_control_A1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.025489425 C6_control_A3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.878081914 C6_control_B1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.981578749 C6_control_B2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.679538797 C6_control_B3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.82199405 C6_control_C1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.038817792 C6_control_C2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.781796433 C6_control_C3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.970294771 C6_chemical_A1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.887374082 C6_chemical_A3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.542319698 C6_chemical_B1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.782497216 C6_chemical_B2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.133883545 C6_chemical_B3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.119120361 C6_chemical_C1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.091160287 C6_chemical_C2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.748929243 C6_chemical_C3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.958537545 L4_control_A1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.134856944 L4_control_A2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.603147741 L4_control_A3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.22773677 L4_control_B1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.338951411 L4_control_B2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.953004494 L4_control_B3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.97153559 L4_control_C2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.621140291 L4_control_C3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.757268285 L4_chemical_A1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.880600534 L4_chemical_A2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.535910262 L4_chemical_A3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.097442804 L4_chemical_B1 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.179787554 L4_chemical_B2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.859480923 L4_chemical_B3 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.202852839 L4_chemical_C2 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 5.388171135 L4_chemical_C3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.77166861 C6_control_A1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.49239558 C6_control_A3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.35797903 C6_control_B1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.66936725 C6_control_B2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.60131714 C6_control_B3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.24320894 C6_control_C1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.37761972 C6_control_C2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.53882636 C6_control_C3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.92021621 C6_chemical_A1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.87458618 C6_chemical_A3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.17002592 C6_chemical_B1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.51271267 C6_chemical_B2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.58244208 C6_chemical_B3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.24744668 C6_chemical_C1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.36394906 C6_chemical_C2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.15866311 C6_chemical_C3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.80494283 L4_control_A1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.08921927 L4_control_A2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.36755672 L4_control_A3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.54413057 L4_control_B1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.21812826 L4_control_B2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.80462602 L4_control_B3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 11.8360917 L4_control_C2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 11.9944069 L4_control_C3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.57589451 L4_chemical_A1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.82615122 L4_chemical_A2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.50281231 L4_chemical_A3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.89644216 L4_chemical_B1 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.33789852 L4_chemical_B2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 13.50463685 L4_chemical_B3 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 11.74349487 L4_chemical_C2 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.22179461 L4_chemical_C3 +LQ03X012760 Transcription factor BIM1 6.110609116 C6_control_A1 +LQ03X012760 Transcription factor BIM1 5.543614228 C6_control_A3 +LQ03X012760 Transcription factor BIM1 7.736018242 C6_control_B1 +LQ03X012760 Transcription factor BIM1 7.83479739 C6_control_B2 +LQ03X012760 Transcription factor BIM1 7.391290885 C6_control_B3 +LQ03X012760 Transcription factor BIM1 7.699992034 C6_control_C1 +LQ03X012760 Transcription factor BIM1 6.111759785 C6_control_C2 +LQ03X012760 Transcription factor BIM1 6.641291103 C6_control_C3 +LQ03X012760 Transcription factor BIM1 6.684099622 C6_chemical_A1 +LQ03X012760 Transcription factor BIM1 6.380660038 C6_chemical_A3 +LQ03X012760 Transcription factor BIM1 7.666513962 C6_chemical_B1 +LQ03X012760 Transcription factor BIM1 8.232228683 C6_chemical_B2 +LQ03X012760 Transcription factor BIM1 7.642103079 C6_chemical_B3 +LQ03X012760 Transcription factor BIM1 7.396781919 C6_chemical_C1 +LQ03X012760 Transcription factor BIM1 6.136740024 C6_chemical_C2 +LQ03X012760 Transcription factor BIM1 6.480560473 C6_chemical_C3 +LQ03X012760 Transcription factor BIM1 6.623337266 L4_control_A1 +LQ03X012760 Transcription factor BIM1 5.797523303 L4_control_A2 +LQ03X012760 Transcription factor BIM1 5.137755661 L4_control_A3 +LQ03X012760 Transcription factor BIM1 6.593578131 L4_control_B1 +LQ03X012760 Transcription factor BIM1 6.058992464 L4_control_B2 +LQ03X012760 Transcription factor BIM1 7.008716272 L4_control_B3 +LQ03X012760 Transcription factor BIM1 5.312939558 L4_control_C2 +LQ03X012760 Transcription factor BIM1 5.619853889 L4_control_C3 +LQ03X012760 Transcription factor BIM1 7.388894873 L4_chemical_A1 +LQ03X012760 Transcription factor BIM1 6.266619102 L4_chemical_A2 +LQ03X012760 Transcription factor BIM1 5.162111943 L4_chemical_A3 +LQ03X012760 Transcription factor BIM1 6.58608673 L4_chemical_B1 +LQ03X012760 Transcription factor BIM1 5.637219415 L4_chemical_B2 +LQ03X012760 Transcription factor BIM1 7.118880764 L4_chemical_B3 +LQ03X012760 Transcription factor BIM1 6.255029243 L4_chemical_C2 +LQ03X012760 Transcription factor BIM1 6.634198389 L4_chemical_C3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 13.05585219 C6_control_A1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 13.60057287 C6_control_A3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 11.12422918 C6_control_B1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 7.587127594 C6_control_B2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 7.672217144 C6_control_B3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 5.893188441 C6_control_C1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 5.763843712 C6_control_C2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 6.517413723 C6_control_C3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 12.4310712 C6_chemical_A1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 13.45088559 C6_chemical_A3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 8.856208438 C6_chemical_B1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 6.168376924 C6_chemical_B2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 8.4022302 C6_chemical_B3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 6.197024311 C6_chemical_C1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 5.666691284 C6_chemical_C2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 5.709418903 C6_chemical_C3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 13.58250652 L4_control_A1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 13.70132005 L4_control_A2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 13.77962511 L4_control_A3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 8.287906376 L4_control_B1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 11.85833891 L4_control_B2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 7.721765113 L4_control_B3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 6.541624908 L4_control_C2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 6.218785693 L4_control_C3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 12.12708468 L4_chemical_A1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 11.50074106 L4_chemical_A2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 13.41850785 L4_chemical_A3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 10.24113143 L4_chemical_B1 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 11.47259209 L4_chemical_B2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 11.10129674 L4_chemical_B3 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 5.452845004 L4_chemical_C2 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 7.688302348 L4_chemical_C3 +LQ03X012880 Putative uncharacterized protein 12.50773573 C6_control_A1 +LQ03X012880 Putative uncharacterized protein 12.37426455 C6_control_A3 +LQ03X012880 Putative uncharacterized protein 12.47244954 C6_control_B1 +LQ03X012880 Putative uncharacterized protein 12.68021608 C6_control_B2 +LQ03X012880 Putative uncharacterized protein 12.67332512 C6_control_B3 +LQ03X012880 Putative uncharacterized protein 13.0363027 C6_control_C1 +LQ03X012880 Putative uncharacterized protein 12.88914982 C6_control_C2 +LQ03X012880 Putative uncharacterized protein 13.18261208 C6_control_C3 +LQ03X012880 Putative uncharacterized protein 12.43047366 C6_chemical_A1 +LQ03X012880 Putative uncharacterized protein 12.31141363 C6_chemical_A3 +LQ03X012880 Putative uncharacterized protein 12.25419891 C6_chemical_B1 +LQ03X012880 Putative uncharacterized protein 12.51001299 C6_chemical_B2 +LQ03X012880 Putative uncharacterized protein 12.48330179 C6_chemical_B3 +LQ03X012880 Putative uncharacterized protein 12.90384656 C6_chemical_C1 +LQ03X012880 Putative uncharacterized protein 13.24227163 C6_chemical_C2 +LQ03X012880 Putative uncharacterized protein 12.99577649 C6_chemical_C3 +LQ03X012880 Putative uncharacterized protein 12.77162237 L4_control_A1 +LQ03X012880 Putative uncharacterized protein 12.9154963 L4_control_A2 +LQ03X012880 Putative uncharacterized protein 13.00445528 L4_control_A3 +LQ03X012880 Putative uncharacterized protein 12.65625625 L4_control_B1 +LQ03X012880 Putative uncharacterized protein 12.03666793 L4_control_B2 +LQ03X012880 Putative uncharacterized protein 12.72694096 L4_control_B3 +LQ03X012880 Putative uncharacterized protein 13.30647463 L4_control_C2 +LQ03X012880 Putative uncharacterized protein 12.7874852 L4_control_C3 +LQ03X012880 Putative uncharacterized protein 12.85432452 L4_chemical_A1 +LQ03X012880 Putative uncharacterized protein 12.92902104 L4_chemical_A2 +LQ03X012880 Putative uncharacterized protein 12.82522703 L4_chemical_A3 +LQ03X012880 Putative uncharacterized protein 12.61957963 L4_chemical_B1 +LQ03X012880 Putative uncharacterized protein 13.13546636 L4_chemical_B2 +LQ03X012880 Putative uncharacterized protein 12.63080889 L4_chemical_B3 +LQ03X012880 Putative uncharacterized protein 13.32097607 L4_chemical_C2 +LQ03X012880 Putative uncharacterized protein 12.89634364 L4_chemical_C3 +LQ03X012920 Hypothetical protein 4.93199485 C6_control_A1 +LQ03X012920 Hypothetical protein 4.690301613 C6_control_A3 +LQ03X012920 Hypothetical protein 4.937648735 C6_control_B1 +LQ03X012920 Hypothetical protein 5.507940699 C6_control_B2 +LQ03X012920 Hypothetical protein 5.199533325 C6_control_B3 +LQ03X012920 Hypothetical protein 4.851327555 C6_control_C1 +LQ03X012920 Hypothetical protein 4.701008916 C6_control_C2 +LQ03X012920 Hypothetical protein 5.680878921 C6_control_C3 +LQ03X012920 Hypothetical protein 4.873952953 C6_chemical_A1 +LQ03X012920 Hypothetical protein 4.727389539 C6_chemical_A3 +LQ03X012920 Hypothetical protein 5.146758966 C6_chemical_B1 +LQ03X012920 Hypothetical protein 5.685812969 C6_chemical_B2 +LQ03X012920 Hypothetical protein 5.412057216 C6_chemical_B3 +LQ03X012920 Hypothetical protein 4.828840392 C6_chemical_C1 +LQ03X012920 Hypothetical protein 4.82694111 C6_chemical_C2 +LQ03X012920 Hypothetical protein 5.125774831 C6_chemical_C3 +LQ03X012920 Hypothetical protein 4.532098603 L4_control_A1 +LQ03X012920 Hypothetical protein 4.696636466 L4_control_A2 +LQ03X012920 Hypothetical protein 4.847305425 L4_control_A3 +LQ03X012920 Hypothetical protein 4.964719623 L4_control_B1 +LQ03X012920 Hypothetical protein 5.456935994 L4_control_B2 +LQ03X012920 Hypothetical protein 5.730739751 L4_control_B3 +LQ03X012920 Hypothetical protein 5.164987342 L4_control_C2 +LQ03X012920 Hypothetical protein 5.390353853 L4_control_C3 +LQ03X012920 Hypothetical protein 5.03426281 L4_chemical_A1 +LQ03X012920 Hypothetical protein 4.833267392 L4_chemical_A2 +LQ03X012920 Hypothetical protein 4.9068704 L4_chemical_A3 +LQ03X012920 Hypothetical protein 5.012861264 L4_chemical_B1 +LQ03X012920 Hypothetical protein 5.443098129 L4_chemical_B2 +LQ03X012920 Hypothetical protein 5.482602554 L4_chemical_B3 +LQ03X012920 Hypothetical protein 4.773978181 L4_chemical_C2 +LQ03X012920 Hypothetical protein 5.463827248 L4_chemical_C3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 11.90421958 C6_control_A1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 11.98352542 C6_control_A3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.36304026 C6_control_B1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.52336899 C6_control_B2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.70829466 C6_control_B3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 11.87814738 C6_control_C1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.25111359 C6_control_C2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 11.93504211 C6_control_C3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.60103993 C6_chemical_A1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.70968181 C6_chemical_A3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.92864891 C6_chemical_B1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 13.00759763 C6_chemical_B2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 13.08684583 C6_chemical_B3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.23577916 C6_chemical_C1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.10108676 C6_chemical_C2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.66932806 C6_chemical_C3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.81576435 L4_control_A1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.64507395 L4_control_A2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 13.12301133 L4_control_A3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.81676164 L4_control_B1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.79414024 L4_control_B2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 13.29727571 L4_control_B3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 11.85204629 L4_control_C2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.56436838 L4_control_C3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.14570228 L4_chemical_A1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.35298004 L4_chemical_A2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.70504296 L4_chemical_A3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.38525558 L4_chemical_B1 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.0949983 L4_chemical_B2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 13.50998791 L4_chemical_B3 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 11.8596061 L4_chemical_C2 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.26621606 L4_chemical_C3 +LQ03X013000 Predicted protein (Fragment) 11.40542279 C6_control_A1 +LQ03X013000 Predicted protein (Fragment) 11.68087206 C6_control_A3 +LQ03X013000 Predicted protein (Fragment) 11.29390512 C6_control_B1 +LQ03X013000 Predicted protein (Fragment) 10.80954149 C6_control_B2 +LQ03X013000 Predicted protein (Fragment) 11.16035389 C6_control_B3 +LQ03X013000 Predicted protein (Fragment) 9.650651921 C6_control_C1 +LQ03X013000 Predicted protein (Fragment) 9.383628977 C6_control_C2 +LQ03X013000 Predicted protein (Fragment) 8.817560997 C6_control_C3 +LQ03X013000 Predicted protein (Fragment) 11.35483196 C6_chemical_A1 +LQ03X013000 Predicted protein (Fragment) 11.75207483 C6_chemical_A3 +LQ03X013000 Predicted protein (Fragment) 11.20426899 C6_chemical_B1 +LQ03X013000 Predicted protein (Fragment) 10.568792 C6_chemical_B2 +LQ03X013000 Predicted protein (Fragment) 10.57359357 C6_chemical_B3 +LQ03X013000 Predicted protein (Fragment) 9.3991766 C6_chemical_C1 +LQ03X013000 Predicted protein (Fragment) 9.12339838 C6_chemical_C2 +LQ03X013000 Predicted protein (Fragment) 8.406807438 C6_chemical_C3 +LQ03X013000 Predicted protein (Fragment) 11.76739206 L4_control_A1 +LQ03X013000 Predicted protein (Fragment) 11.80773459 L4_control_A2 +LQ03X013000 Predicted protein (Fragment) 12.45551566 L4_control_A3 +LQ03X013000 Predicted protein (Fragment) 11.76485198 L4_control_B1 +LQ03X013000 Predicted protein (Fragment) 11.83255313 L4_control_B2 +LQ03X013000 Predicted protein (Fragment) 10.86695855 L4_control_B3 +LQ03X013000 Predicted protein (Fragment) 10.00148635 L4_control_C2 +LQ03X013000 Predicted protein (Fragment) 9.840986232 L4_control_C3 +LQ03X013000 Predicted protein (Fragment) 11.37702667 L4_chemical_A1 +LQ03X013000 Predicted protein (Fragment) 11.22380801 L4_chemical_A2 +LQ03X013000 Predicted protein (Fragment) 12.3441425 L4_chemical_A3 +LQ03X013000 Predicted protein (Fragment) 11.57857944 L4_chemical_B1 +LQ03X013000 Predicted protein (Fragment) 11.56960861 L4_chemical_B2 +LQ03X013000 Predicted protein (Fragment) 11.12136547 L4_chemical_B3 +LQ03X013000 Predicted protein (Fragment) 9.77963632 L4_chemical_C2 +LQ03X013000 Predicted protein (Fragment) 10.01283552 L4_chemical_C3 +LQ03X013020 Putative Disease resistance response protein 206 8.298355379 C6_control_A1 +LQ03X013020 Putative Disease resistance response protein 206 7.853436839 C6_control_A3 +LQ03X013020 Putative Disease resistance response protein 206 7.093871533 C6_control_B1 +LQ03X013020 Putative Disease resistance response protein 206 8.823427419 C6_control_B2 +LQ03X013020 Putative Disease resistance response protein 206 7.294196201 C6_control_B3 +LQ03X013020 Putative Disease resistance response protein 206 9.839943257 C6_control_C1 +LQ03X013020 Putative Disease resistance response protein 206 9.347986421 C6_control_C2 +LQ03X013020 Putative Disease resistance response protein 206 9.342112481 C6_control_C3 +LQ03X013020 Putative Disease resistance response protein 206 8.262846596 C6_chemical_A1 +LQ03X013020 Putative Disease resistance response protein 206 7.701335798 C6_chemical_A3 +LQ03X013020 Putative Disease resistance response protein 206 7.13318036 C6_chemical_B1 +LQ03X013020 Putative Disease resistance response protein 206 9.108686524 C6_chemical_B2 +LQ03X013020 Putative Disease resistance response protein 206 8.228257511 C6_chemical_B3 +LQ03X013020 Putative Disease resistance response protein 206 10.0978354 C6_chemical_C1 +LQ03X013020 Putative Disease resistance response protein 206 9.970285091 C6_chemical_C2 +LQ03X013020 Putative Disease resistance response protein 206 8.745446316 C6_chemical_C3 +LQ03X013020 Putative Disease resistance response protein 206 9.032098863 L4_control_A1 +LQ03X013020 Putative Disease resistance response protein 206 8.734157213 L4_control_A2 +LQ03X013020 Putative Disease resistance response protein 206 6.970956466 L4_control_A3 +LQ03X013020 Putative Disease resistance response protein 206 9.078786425 L4_control_B1 +LQ03X013020 Putative Disease resistance response protein 206 6.752497352 L4_control_B2 +LQ03X013020 Putative Disease resistance response protein 206 7.470874187 L4_control_B3 +LQ03X013020 Putative Disease resistance response protein 206 8.307541173 L4_control_C2 +LQ03X013020 Putative Disease resistance response protein 206 7.727559969 L4_control_C3 +LQ03X013020 Putative Disease resistance response protein 206 11.4037511 L4_chemical_A1 +LQ03X013020 Putative Disease resistance response protein 206 9.580909685 L4_chemical_A2 +LQ03X013020 Putative Disease resistance response protein 206 8.178916035 L4_chemical_A3 +LQ03X013020 Putative Disease resistance response protein 206 9.437367288 L4_chemical_B1 +LQ03X013020 Putative Disease resistance response protein 206 6.877078383 L4_chemical_B2 +LQ03X013020 Putative Disease resistance response protein 206 7.029800653 L4_chemical_B3 +LQ03X013020 Putative Disease resistance response protein 206 9.224770854 L4_chemical_C2 +LQ03X013020 Putative Disease resistance response protein 206 7.895264657 L4_chemical_C3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.600608599 C6_control_A1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.654637972 C6_control_A3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.008384972 C6_control_B1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.059409035 C6_control_B2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 7.6490105 C6_control_B3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.235981959 C6_control_C1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.63257855 C6_control_C2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 7.659304583 C6_control_C3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.030931467 C6_chemical_A1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.192493414 C6_chemical_A3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.358099441 C6_chemical_B1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.256443157 C6_chemical_B2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 7.565437537 C6_chemical_B3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.879749345 C6_chemical_C1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.376659861 C6_chemical_C2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 7.293215868 C6_chemical_C3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.957293899 L4_control_A1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 10.1972871 L4_control_A2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 10.9936917 L4_control_A3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.844975098 L4_control_B1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.585708646 L4_control_B2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.618142476 L4_control_B3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 7.833890499 L4_control_C2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 7.878759267 L4_control_C3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.943722426 L4_chemical_A1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.970748952 L4_chemical_A2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 10.39818736 L4_chemical_A3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.340964794 L4_chemical_B1 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 9.464167954 L4_chemical_B2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.952564283 L4_chemical_B3 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.345648537 L4_chemical_C2 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 7.666838816 L4_chemical_C3 +LQ03X013080 Probable galacturonosyltransferase 11 11.09908728 C6_control_A1 +LQ03X013080 Probable galacturonosyltransferase 11 10.64465291 C6_control_A3 +LQ03X013080 Probable galacturonosyltransferase 11 11.20456353 C6_control_B1 +LQ03X013080 Probable galacturonosyltransferase 11 10.75460194 C6_control_B2 +LQ03X013080 Probable galacturonosyltransferase 11 10.94856959 C6_control_B3 +LQ03X013080 Probable galacturonosyltransferase 11 10.33346251 C6_control_C1 +LQ03X013080 Probable galacturonosyltransferase 11 10.16758067 C6_control_C2 +LQ03X013080 Probable galacturonosyltransferase 11 10.37410359 C6_control_C3 +LQ03X013080 Probable galacturonosyltransferase 11 10.96841172 C6_chemical_A1 +LQ03X013080 Probable galacturonosyltransferase 11 10.55788561 C6_chemical_A3 +LQ03X013080 Probable galacturonosyltransferase 11 10.92641596 C6_chemical_B1 +LQ03X013080 Probable galacturonosyltransferase 11 10.63143692 C6_chemical_B2 +LQ03X013080 Probable galacturonosyltransferase 11 10.5779017 C6_chemical_B3 +LQ03X013080 Probable galacturonosyltransferase 11 10.44604638 C6_chemical_C1 +LQ03X013080 Probable galacturonosyltransferase 11 10.44269915 C6_chemical_C2 +LQ03X013080 Probable galacturonosyltransferase 11 10.63029596 C6_chemical_C3 +LQ03X013080 Probable galacturonosyltransferase 11 10.4898021 L4_control_A1 +LQ03X013080 Probable galacturonosyltransferase 11 11.13228484 L4_control_A2 +LQ03X013080 Probable galacturonosyltransferase 11 10.64733967 L4_control_A3 +LQ03X013080 Probable galacturonosyltransferase 11 11.21386038 L4_control_B1 +LQ03X013080 Probable galacturonosyltransferase 11 11.03927713 L4_control_B2 +LQ03X013080 Probable galacturonosyltransferase 11 10.66176893 L4_control_B3 +LQ03X013080 Probable galacturonosyltransferase 11 10.79864065 L4_control_C2 +LQ03X013080 Probable galacturonosyltransferase 11 10.52082838 L4_control_C3 +LQ03X013080 Probable galacturonosyltransferase 11 10.61183091 L4_chemical_A1 +LQ03X013080 Probable galacturonosyltransferase 11 10.77369241 L4_chemical_A2 +LQ03X013080 Probable galacturonosyltransferase 11 10.86379401 L4_chemical_A3 +LQ03X013080 Probable galacturonosyltransferase 11 11.13876496 L4_chemical_B1 +LQ03X013080 Probable galacturonosyltransferase 11 11.16980185 L4_chemical_B2 +LQ03X013080 Probable galacturonosyltransferase 11 10.65780464 L4_chemical_B3 +LQ03X013080 Probable galacturonosyltransferase 11 10.91976136 L4_chemical_C2 +LQ03X013080 Probable galacturonosyltransferase 11 10.44433569 L4_chemical_C3 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.939298015 C6_control_A1 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.675109037 C6_control_A3 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.342670789 C6_control_B1 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.870073226 C6_control_B2 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.00070811 C6_control_B3 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.295557303 C6_control_C1 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.207111742 C6_control_C2 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.820434918 C6_control_C3 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.895556351 C6_chemical_A1 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.710761506 C6_chemical_A3 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.084779549 C6_chemical_B1 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.972986008 C6_chemical_B2 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.310699645 C6_chemical_B3 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.436911986 C6_chemical_C1 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.258027297 C6_chemical_C2 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.648323592 C6_chemical_C3 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.867444141 L4_control_A1 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.865325184 L4_control_A2 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.815505865 L4_control_A3 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.657757174 L4_control_B1 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.622817014 L4_control_B2 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.952893834 L4_control_B3 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.784505993 L4_control_C2 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.675314554 L4_control_C3 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.767751285 L4_chemical_A1 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.089450296 L4_chemical_A2 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.77068138 L4_chemical_A3 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.906536821 L4_chemical_B1 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.105631097 L4_chemical_B2 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.942549423 L4_chemical_B3 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.420275168 L4_chemical_C2 +LQ03X013150 Putative receptor protein kinase ZmPK1 6.039182171 L4_chemical_C3 +LQ03X013160 Putative protease IV; 48713-44371 5.15055756 C6_control_A1 +LQ03X013160 Putative protease IV; 48713-44371 4.982513777 C6_control_A3 +LQ03X013160 Putative protease IV; 48713-44371 5.088452353 C6_control_B1 +LQ03X013160 Putative protease IV; 48713-44371 5.802351775 C6_control_B2 +LQ03X013160 Putative protease IV; 48713-44371 5.003601236 C6_control_B3 +LQ03X013160 Putative protease IV; 48713-44371 6.24259881 C6_control_C1 +LQ03X013160 Putative protease IV; 48713-44371 6.382177649 C6_control_C2 +LQ03X013160 Putative protease IV; 48713-44371 5.826732184 C6_control_C3 +LQ03X013160 Putative protease IV; 48713-44371 5.598096492 C6_chemical_A1 +LQ03X013160 Putative protease IV; 48713-44371 4.94996775 C6_chemical_A3 +LQ03X013160 Putative protease IV; 48713-44371 5.311388323 C6_chemical_B1 +LQ03X013160 Putative protease IV; 48713-44371 6.353420621 C6_chemical_B2 +LQ03X013160 Putative protease IV; 48713-44371 5.577208311 C6_chemical_B3 +LQ03X013160 Putative protease IV; 48713-44371 6.972592582 C6_chemical_C1 +LQ03X013160 Putative protease IV; 48713-44371 7.084979524 C6_chemical_C2 +LQ03X013160 Putative protease IV; 48713-44371 6.679892307 C6_chemical_C3 +LQ03X013160 Putative protease IV; 48713-44371 5.128236736 L4_control_A1 +LQ03X013160 Putative protease IV; 48713-44371 5.192559829 L4_control_A2 +LQ03X013160 Putative protease IV; 48713-44371 5.583248207 L4_control_A3 +LQ03X013160 Putative protease IV; 48713-44371 4.715597227 L4_control_B1 +LQ03X013160 Putative protease IV; 48713-44371 5.146137776 L4_control_B2 +LQ03X013160 Putative protease IV; 48713-44371 5.879466357 L4_control_B3 +LQ03X013160 Putative protease IV; 48713-44371 5.556129474 L4_control_C2 +LQ03X013160 Putative protease IV; 48713-44371 5.552463246 L4_control_C3 +LQ03X013160 Putative protease IV; 48713-44371 5.62129641 L4_chemical_A1 +LQ03X013160 Putative protease IV; 48713-44371 4.921391364 L4_chemical_A2 +LQ03X013160 Putative protease IV; 48713-44371 5.171692155 L4_chemical_A3 +LQ03X013160 Putative protease IV; 48713-44371 4.965426535 L4_chemical_B1 +LQ03X013160 Putative protease IV; 48713-44371 5.30410374 L4_chemical_B2 +LQ03X013160 Putative protease IV; 48713-44371 5.490950558 L4_chemical_B3 +LQ03X013160 Putative protease IV; 48713-44371 5.070103379 L4_chemical_C2 +LQ03X013160 Putative protease IV; 48713-44371 5.742006943 L4_chemical_C3 +LQ03X013190 Putative uncharacterized protein 5.591775129 C6_control_A1 +LQ03X013190 Putative uncharacterized protein 5.597279134 C6_control_A3 +LQ03X013190 Putative uncharacterized protein 6.115875156 C6_control_B1 +LQ03X013190 Putative uncharacterized protein 5.665629928 C6_control_B2 +LQ03X013190 Putative uncharacterized protein 5.91862994 C6_control_B3 +LQ03X013190 Putative uncharacterized protein 5.123242795 C6_control_C1 +LQ03X013190 Putative uncharacterized protein 5.142198478 C6_control_C2 +LQ03X013190 Putative uncharacterized protein 5.847926931 C6_control_C3 +LQ03X013190 Putative uncharacterized protein 5.716712589 C6_chemical_A1 +LQ03X013190 Putative uncharacterized protein 6.168776653 C6_chemical_A3 +LQ03X013190 Putative uncharacterized protein 5.735148145 C6_chemical_B1 +LQ03X013190 Putative uncharacterized protein 5.509518815 C6_chemical_B2 +LQ03X013190 Putative uncharacterized protein 6.151636246 C6_chemical_B3 +LQ03X013190 Putative uncharacterized protein 5.018700491 C6_chemical_C1 +LQ03X013190 Putative uncharacterized protein 5.421202274 C6_chemical_C2 +LQ03X013190 Putative uncharacterized protein 5.37078517 C6_chemical_C3 +LQ03X013190 Putative uncharacterized protein 5.798690215 L4_control_A1 +LQ03X013190 Putative uncharacterized protein 5.939039738 L4_control_A2 +LQ03X013190 Putative uncharacterized protein 6.244773879 L4_control_A3 +LQ03X013190 Putative uncharacterized protein 5.719768727 L4_control_B1 +LQ03X013190 Putative uncharacterized protein 6.22100711 L4_control_B2 +LQ03X013190 Putative uncharacterized protein 6.281654319 L4_control_B3 +LQ03X013190 Putative uncharacterized protein 4.968682203 L4_control_C2 +LQ03X013190 Putative uncharacterized protein 5.400343699 L4_control_C3 +LQ03X013190 Putative uncharacterized protein 5.718622226 L4_chemical_A1 +LQ03X013190 Putative uncharacterized protein 6.14352263 L4_chemical_A2 +LQ03X013190 Putative uncharacterized protein 6.166430643 L4_chemical_A3 +LQ03X013190 Putative uncharacterized protein 6.173439639 L4_chemical_B1 +LQ03X013190 Putative uncharacterized protein 5.75403006 L4_chemical_B2 +LQ03X013190 Putative uncharacterized protein 6.037122274 L4_chemical_B3 +LQ03X013190 Putative uncharacterized protein 5.60364394 L4_chemical_C2 +LQ03X013190 Putative uncharacterized protein 6.071159705 L4_chemical_C3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.33121113 C6_control_A1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.00514545 C6_control_A3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.36079811 C6_control_B1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.20469279 C6_control_B2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.43247709 C6_control_B3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.60652533 C6_control_C1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.00761396 C6_control_C2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.41599614 C6_control_C3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.24363051 C6_chemical_A1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.05662912 C6_chemical_A3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.21218296 C6_chemical_B1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.36067937 C6_chemical_B2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.31302242 C6_chemical_B3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.71573269 C6_chemical_C1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.70392522 C6_chemical_C2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.56275636 C6_chemical_C3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.46018229 L4_control_A1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.46174531 L4_control_A2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.73947419 L4_control_A3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.50191509 L4_control_B1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.36854307 L4_control_B2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.7464506 L4_control_B3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.5906419 L4_control_C2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.83865317 L4_control_C3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.46189959 L4_chemical_A1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.04204721 L4_chemical_A2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.76415101 L4_chemical_A3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.07539971 L4_chemical_B1 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.91364178 L4_chemical_B2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.54983926 L4_chemical_B3 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.53266176 L4_chemical_C2 +LQ03X013230 Putative Serine/threonine-protein kinase 16 12.63490425 L4_chemical_C3 +LQ03X013240 Agmatine deiminase 5.120649672 C6_control_A1 +LQ03X013240 Agmatine deiminase 5.423284997 C6_control_A3 +LQ03X013240 Agmatine deiminase 5.44206133 C6_control_B1 +LQ03X013240 Agmatine deiminase 5.343653811 C6_control_B2 +LQ03X013240 Agmatine deiminase 5.587975482 C6_control_B3 +LQ03X013240 Agmatine deiminase 5.427485702 C6_control_C1 +LQ03X013240 Agmatine deiminase 5.703995301 C6_control_C2 +LQ03X013240 Agmatine deiminase 5.41016271 C6_control_C3 +LQ03X013240 Agmatine deiminase 4.997402576 C6_chemical_A1 +LQ03X013240 Agmatine deiminase 4.962135291 C6_chemical_A3 +LQ03X013240 Agmatine deiminase 5.567415531 C6_chemical_B1 +LQ03X013240 Agmatine deiminase 5.66197499 C6_chemical_B2 +LQ03X013240 Agmatine deiminase 5.26385384 C6_chemical_B3 +LQ03X013240 Agmatine deiminase 5.529403916 C6_chemical_C1 +LQ03X013240 Agmatine deiminase 5.833105657 C6_chemical_C2 +LQ03X013240 Agmatine deiminase 5.525850046 C6_chemical_C3 +LQ03X013240 Agmatine deiminase 5.302536964 L4_control_A1 +LQ03X013240 Agmatine deiminase 5.22442516 L4_control_A2 +LQ03X013240 Agmatine deiminase 5.05859649 L4_control_A3 +LQ03X013240 Agmatine deiminase 5.462722106 L4_control_B1 +LQ03X013240 Agmatine deiminase 5.194482974 L4_control_B2 +LQ03X013240 Agmatine deiminase 5.295571992 L4_control_B3 +LQ03X013240 Agmatine deiminase 5.093634826 L4_control_C2 +LQ03X013240 Agmatine deiminase 5.930130284 L4_control_C3 +LQ03X013240 Agmatine deiminase 5.230867696 L4_chemical_A1 +LQ03X013240 Agmatine deiminase 5.084361522 L4_chemical_A2 +LQ03X013240 Agmatine deiminase 5.158801137 L4_chemical_A3 +LQ03X013240 Agmatine deiminase 4.938244157 L4_chemical_B1 +LQ03X013240 Agmatine deiminase 5.252508468 L4_chemical_B2 +LQ03X013240 Agmatine deiminase 5.213857692 L4_chemical_B3 +LQ03X013240 Agmatine deiminase 5.400932252 L4_chemical_C2 +LQ03X013240 Agmatine deiminase 5.269444001 L4_chemical_C3 +LQ03X013260 Putative Uridine-cytidine kinase C 5.564236814 C6_control_A1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.436547816 C6_control_A3 +LQ03X013260 Putative Uridine-cytidine kinase C 6.064174757 C6_control_B1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.634905486 C6_control_B2 +LQ03X013260 Putative Uridine-cytidine kinase C 5.547446542 C6_control_B3 +LQ03X013260 Putative Uridine-cytidine kinase C 6.031188076 C6_control_C1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.901957936 C6_control_C2 +LQ03X013260 Putative Uridine-cytidine kinase C 5.641179642 C6_control_C3 +LQ03X013260 Putative Uridine-cytidine kinase C 6.168682284 C6_chemical_A1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.584675203 C6_chemical_A3 +LQ03X013260 Putative Uridine-cytidine kinase C 5.964636335 C6_chemical_B1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.611719152 C6_chemical_B2 +LQ03X013260 Putative Uridine-cytidine kinase C 5.577524037 C6_chemical_B3 +LQ03X013260 Putative Uridine-cytidine kinase C 5.96798522 C6_chemical_C1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.915095806 C6_chemical_C2 +LQ03X013260 Putative Uridine-cytidine kinase C 5.407648946 C6_chemical_C3 +LQ03X013260 Putative Uridine-cytidine kinase C 5.63186943 L4_control_A1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.515560613 L4_control_A2 +LQ03X013260 Putative Uridine-cytidine kinase C 5.799080197 L4_control_A3 +LQ03X013260 Putative Uridine-cytidine kinase C 5.3797714 L4_control_B1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.557969372 L4_control_B2 +LQ03X013260 Putative Uridine-cytidine kinase C 5.388980058 L4_control_B3 +LQ03X013260 Putative Uridine-cytidine kinase C 6.012505771 L4_control_C2 +LQ03X013260 Putative Uridine-cytidine kinase C 5.628797231 L4_control_C3 +LQ03X013260 Putative Uridine-cytidine kinase C 5.824476631 L4_chemical_A1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.75304312 L4_chemical_A2 +LQ03X013260 Putative Uridine-cytidine kinase C 6.386645847 L4_chemical_A3 +LQ03X013260 Putative Uridine-cytidine kinase C 5.779038597 L4_chemical_B1 +LQ03X013260 Putative Uridine-cytidine kinase C 5.459408384 L4_chemical_B2 +LQ03X013260 Putative Uridine-cytidine kinase C 5.411924337 L4_chemical_B3 +LQ03X013260 Putative Uridine-cytidine kinase C 5.952973133 L4_chemical_C2 +LQ03X013260 Putative Uridine-cytidine kinase C 6.048877561 L4_chemical_C3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.98074501 C6_control_A1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 14.29884881 C6_control_A3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.18022226 C6_control_B1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.05091163 C6_control_B2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.09136923 C6_control_B3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.82809057 C6_control_C1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.06600303 C6_control_C2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.9683094 C6_control_C3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.5452857 C6_chemical_A1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.77492655 C6_chemical_A3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.52575516 C6_chemical_B1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.33071067 C6_chemical_B2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.68221213 C6_chemical_B3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.58653546 C6_chemical_C1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.71939843 C6_chemical_C2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.60804288 C6_chemical_C3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 14.44047856 L4_control_A1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 14.15031821 L4_control_A2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 14.32178394 L4_control_A3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.92475879 L4_control_B1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 12.65319424 L4_control_B2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.02724804 L4_control_B3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.41986121 L4_control_C2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.21862499 L4_control_C3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 14.01229624 L4_chemical_A1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.63251579 L4_chemical_A2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.94128163 L4_chemical_A3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.35844659 L4_chemical_B1 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.4223672 L4_chemical_B2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.19518332 L4_chemical_B3 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.222059 L4_chemical_C2 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.07900438 L4_chemical_C3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 9.549966536 C6_control_A1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 10.07195927 C6_control_A3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 8.834085527 C6_control_B1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.759447359 C6_control_B2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 8.63839722 C6_control_B3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.323271625 C6_control_C1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 5.546897125 C6_control_C2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 6.495015259 C6_control_C3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 9.143756056 C6_chemical_A1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 10.38865736 C6_chemical_A3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.698723505 C6_chemical_B1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.610234905 C6_chemical_B2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 8.787272485 C6_chemical_B3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 6.479539611 C6_chemical_C1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 5.999550537 C6_chemical_C2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 6.913382263 C6_chemical_C3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 8.938493393 L4_control_A1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.812505247 L4_control_A2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 8.368792946 L4_control_A3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.29683237 L4_control_B1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.331891221 L4_control_B2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.222896299 L4_control_B3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 5.679105081 L4_control_C2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 6.256373547 L4_control_C3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.578878776 L4_chemical_A1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 6.632055118 L4_chemical_A2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 6.847141499 L4_chemical_A3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 8.292683717 L4_chemical_B1 +LQ03X013300 Putative Strictosidine synthase (Fragment) 6.477340309 L4_chemical_B2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 7.694800181 L4_chemical_B3 +LQ03X013300 Putative Strictosidine synthase (Fragment) 5.531969848 L4_chemical_C2 +LQ03X013300 Putative Strictosidine synthase (Fragment) 5.56458894 L4_chemical_C3 +LQ03X013320 Predicted protein 11.94227073 C6_control_A1 +LQ03X013320 Predicted protein 12.62032571 C6_control_A3 +LQ03X013320 Predicted protein 10.64440681 C6_control_B1 +LQ03X013320 Predicted protein 9.772806849 C6_control_B2 +LQ03X013320 Predicted protein 9.515826043 C6_control_B3 +LQ03X013320 Predicted protein 9.762733833 C6_control_C1 +LQ03X013320 Predicted protein 9.749278187 C6_control_C2 +LQ03X013320 Predicted protein 9.774785566 C6_control_C3 +LQ03X013320 Predicted protein 11.35775274 C6_chemical_A1 +LQ03X013320 Predicted protein 12.27734966 C6_chemical_A3 +LQ03X013320 Predicted protein 9.389305786 C6_chemical_B1 +LQ03X013320 Predicted protein 9.565818765 C6_chemical_B2 +LQ03X013320 Predicted protein 9.117305548 C6_chemical_B3 +LQ03X013320 Predicted protein 9.406749949 C6_chemical_C1 +LQ03X013320 Predicted protein 9.482630057 C6_chemical_C2 +LQ03X013320 Predicted protein 9.489076544 C6_chemical_C3 +LQ03X013320 Predicted protein 12.1124075 L4_control_A1 +LQ03X013320 Predicted protein 11.30185368 L4_control_A2 +LQ03X013320 Predicted protein 11.5093048 L4_control_A3 +LQ03X013320 Predicted protein 8.598433719 L4_control_B1 +LQ03X013320 Predicted protein 9.30685218 L4_control_B2 +LQ03X013320 Predicted protein 8.28324358 L4_control_B3 +LQ03X013320 Predicted protein 9.163910743 L4_control_C2 +LQ03X013320 Predicted protein 7.783107519 L4_control_C3 +LQ03X013320 Predicted protein 10.76006179 L4_chemical_A1 +LQ03X013320 Predicted protein 10.12183292 L4_chemical_A2 +LQ03X013320 Predicted protein 11.49874978 L4_chemical_A3 +LQ03X013320 Predicted protein 9.152394209 L4_chemical_B1 +LQ03X013320 Predicted protein 9.303346848 L4_chemical_B2 +LQ03X013320 Predicted protein 10.27373255 L4_chemical_B3 +LQ03X013320 Predicted protein 8.017720258 L4_chemical_C2 +LQ03X013320 Predicted protein 7.647718252 L4_chemical_C3 +LQ03X013340 Enolase A 5.386326686 C6_control_A1 +LQ03X013340 Enolase A 6.060140596 C6_control_A3 +LQ03X013340 Enolase A 5.203163434 C6_control_B1 +LQ03X013340 Enolase A 5.156899598 C6_control_B2 +LQ03X013340 Enolase A 5.396623566 C6_control_B3 +LQ03X013340 Enolase A 5.332445803 C6_control_C1 +LQ03X013340 Enolase A 5.182664417 C6_control_C2 +LQ03X013340 Enolase A 4.965679724 C6_control_C3 +LQ03X013340 Enolase A 5.276032984 C6_chemical_A1 +LQ03X013340 Enolase A 5.437896342 C6_chemical_A3 +LQ03X013340 Enolase A 5.319882546 C6_chemical_B1 +LQ03X013340 Enolase A 5.367064234 C6_chemical_B2 +LQ03X013340 Enolase A 5.461527991 C6_chemical_B3 +LQ03X013340 Enolase A 5.316448519 C6_chemical_C1 +LQ03X013340 Enolase A 5.111940705 C6_chemical_C2 +LQ03X013340 Enolase A 5.252090329 C6_chemical_C3 +LQ03X013340 Enolase A 5.263969325 L4_control_A1 +LQ03X013340 Enolase A 5.504041658 L4_control_A2 +LQ03X013340 Enolase A 5.580985662 L4_control_A3 +LQ03X013340 Enolase A 5.033318722 L4_control_B1 +LQ03X013340 Enolase A 5.137270556 L4_control_B2 +LQ03X013340 Enolase A 5.467862388 L4_control_B3 +LQ03X013340 Enolase A 4.997062807 L4_control_C2 +LQ03X013340 Enolase A 5.33224163 L4_control_C3 +LQ03X013340 Enolase A 5.289551885 L4_chemical_A1 +LQ03X013340 Enolase A 5.253079244 L4_chemical_A2 +LQ03X013340 Enolase A 5.272112373 L4_chemical_A3 +LQ03X013340 Enolase A 5.283788241 L4_chemical_B1 +LQ03X013340 Enolase A 4.930648471 L4_chemical_B2 +LQ03X013340 Enolase A 5.589190949 L4_chemical_B3 +LQ03X013340 Enolase A 5.26490316 L4_chemical_C2 +LQ03X013340 Enolase A 5.467808708 L4_chemical_C3 +LQ03X013350 Predicted protein 6.626391876 C6_control_A1 +LQ03X013350 Predicted protein 5.665554618 C6_control_A3 +LQ03X013350 Predicted protein 6.882603684 C6_control_B1 +LQ03X013350 Predicted protein 6.50495692 C6_control_B2 +LQ03X013350 Predicted protein 6.435650067 C6_control_B3 +LQ03X013350 Predicted protein 5.674107139 C6_control_C1 +LQ03X013350 Predicted protein 5.806023602 C6_control_C2 +LQ03X013350 Predicted protein 6.217137573 C6_control_C3 +LQ03X013350 Predicted protein 6.073698243 C6_chemical_A1 +LQ03X013350 Predicted protein 6.361850724 C6_chemical_A3 +LQ03X013350 Predicted protein 6.384341099 C6_chemical_B1 +LQ03X013350 Predicted protein 6.656829836 C6_chemical_B2 +LQ03X013350 Predicted protein 5.937611139 C6_chemical_B3 +LQ03X013350 Predicted protein 6.138711984 C6_chemical_C1 +LQ03X013350 Predicted protein 6.380221214 C6_chemical_C2 +LQ03X013350 Predicted protein 6.207890166 C6_chemical_C3 +LQ03X013350 Predicted protein 6.135813742 L4_control_A1 +LQ03X013350 Predicted protein 6.677595434 L4_control_A2 +LQ03X013350 Predicted protein 5.657128496 L4_control_A3 +LQ03X013350 Predicted protein 5.217070304 L4_control_B1 +LQ03X013350 Predicted protein 6.257095231 L4_control_B2 +LQ03X013350 Predicted protein 6.476576367 L4_control_B3 +LQ03X013350 Predicted protein 6.020156906 L4_control_C2 +LQ03X013350 Predicted protein 5.702396846 L4_control_C3 +LQ03X013350 Predicted protein 5.659554291 L4_chemical_A1 +LQ03X013350 Predicted protein 6.330865415 L4_chemical_A2 +LQ03X013350 Predicted protein 5.391784195 L4_chemical_A3 +LQ03X013350 Predicted protein 5.802104738 L4_chemical_B1 +LQ03X013350 Predicted protein 5.987338987 L4_chemical_B2 +LQ03X013350 Predicted protein 6.358820511 L4_chemical_B3 +LQ03X013350 Predicted protein 7.099783046 L4_chemical_C2 +LQ03X013350 Predicted protein 6.019958006 L4_chemical_C3 +LQ03X013380 Putative uncharacterized protein 13.975742 C6_control_A1 +LQ03X013380 Putative uncharacterized protein 13.33234327 C6_control_A3 +LQ03X013380 Putative uncharacterized protein 14.05934129 C6_control_B1 +LQ03X013380 Putative uncharacterized protein 14.16079624 C6_control_B2 +LQ03X013380 Putative uncharacterized protein 14.00224152 C6_control_B3 +LQ03X013380 Putative uncharacterized protein 14.96763754 C6_control_C1 +LQ03X013380 Putative uncharacterized protein 14.14179176 C6_control_C2 +LQ03X013380 Putative uncharacterized protein 14.93473273 C6_control_C3 +LQ03X013380 Putative uncharacterized protein 13.98694015 C6_chemical_A1 +LQ03X013380 Putative uncharacterized protein 14.04961067 C6_chemical_A3 +LQ03X013380 Putative uncharacterized protein 13.99515249 C6_chemical_B1 +LQ03X013380 Putative uncharacterized protein 14.67485734 C6_chemical_B2 +LQ03X013380 Putative uncharacterized protein 14.43579857 C6_chemical_B3 +LQ03X013380 Putative uncharacterized protein 14.7572727 C6_chemical_C1 +LQ03X013380 Putative uncharacterized protein 14.72475434 C6_chemical_C2 +LQ03X013380 Putative uncharacterized protein 15.09895624 C6_chemical_C3 +LQ03X013380 Putative uncharacterized protein 13.5642468 L4_control_A1 +LQ03X013380 Putative uncharacterized protein 13.48625396 L4_control_A2 +LQ03X013380 Putative uncharacterized protein 13.0553986 L4_control_A3 +LQ03X013380 Putative uncharacterized protein 13.61902675 L4_control_B1 +LQ03X013380 Putative uncharacterized protein 13.34495544 L4_control_B2 +LQ03X013380 Putative uncharacterized protein 14.18637998 L4_control_B3 +LQ03X013380 Putative uncharacterized protein 14.31769141 L4_control_C2 +LQ03X013380 Putative uncharacterized protein 14.10230315 L4_control_C3 +LQ03X013380 Putative uncharacterized protein 13.86348559 L4_chemical_A1 +LQ03X013380 Putative uncharacterized protein 13.48909434 L4_chemical_A2 +LQ03X013380 Putative uncharacterized protein 13.2329558 L4_chemical_A3 +LQ03X013380 Putative uncharacterized protein 13.47176713 L4_chemical_B1 +LQ03X013380 Putative uncharacterized protein 13.53944173 L4_chemical_B2 +LQ03X013380 Putative uncharacterized protein 13.95448882 L4_chemical_B3 +LQ03X013380 Putative uncharacterized protein 14.13110852 L4_chemical_C2 +LQ03X013380 Putative uncharacterized protein 14.09308421 L4_chemical_C3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.382844349 C6_control_A1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.41030243 C6_control_A3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.054032777 C6_control_B1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.313336059 C6_control_B2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.973943852 C6_control_B3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.169277066 C6_control_C1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.425036543 C6_control_C2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.280724112 C6_control_C3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.276397333 C6_chemical_A1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.204590675 C6_chemical_A3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.991868299 C6_chemical_B1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.407179468 C6_chemical_B2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.796484471 C6_chemical_B3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.937576569 C6_chemical_C1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.350560239 C6_chemical_C2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.261273451 C6_chemical_C3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.5338037 L4_control_A1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.350178184 L4_control_A2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.399023256 L4_control_A3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.247606478 L4_control_B1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.792821543 L4_control_B2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.976487922 L4_control_B3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.950042652 L4_control_C2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.76506289 L4_control_C3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.181710971 L4_chemical_A1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.189070178 L4_chemical_A2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.696744313 L4_chemical_A3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.577945173 L4_chemical_B1 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.073805827 L4_chemical_B2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.999887175 L4_chemical_B3 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.01999166 L4_chemical_C2 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 4.815054998 L4_chemical_C3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.074406406 C6_control_A1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.919773734 C6_control_A3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.700854373 C6_control_B1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.891708706 C6_control_B2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.468854094 C6_control_B3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.657382734 C6_control_C1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.46783003 C6_control_C2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.5515158 C6_control_C3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.325354886 C6_chemical_A1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.891340957 C6_chemical_A3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.151304141 C6_chemical_B1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.841302164 C6_chemical_B2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.15423639 C6_chemical_B3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.521394204 C6_chemical_C1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.57673181 C6_chemical_C2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.439765996 C6_chemical_C3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.721058153 L4_control_A1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.377183308 L4_control_A2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.19412717 L4_control_A3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.870233949 L4_control_B1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.098538692 L4_control_B2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.33357805 L4_control_B3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.424365034 L4_control_C2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.229197499 L4_control_C3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.867410077 L4_chemical_A1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.68992006 L4_chemical_A2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 7.30494124 L4_chemical_A3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.220229599 L4_chemical_B1 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.870818897 L4_chemical_B2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.457006697 L4_chemical_B3 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.6000217 L4_chemical_C2 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 5.846033283 L4_chemical_C3 +LQ03X013420 UPF0468 protein CG5343 5.419221011 C6_control_A1 +LQ03X013420 UPF0468 protein CG5343 6.211855814 C6_control_A3 +LQ03X013420 UPF0468 protein CG5343 5.293901709 C6_control_B1 +LQ03X013420 UPF0468 protein CG5343 6.300151461 C6_control_B2 +LQ03X013420 UPF0468 protein CG5343 5.576159483 C6_control_B3 +LQ03X013420 UPF0468 protein CG5343 6.348675009 C6_control_C1 +LQ03X013420 UPF0468 protein CG5343 6.738832449 C6_control_C2 +LQ03X013420 UPF0468 protein CG5343 5.731680957 C6_control_C3 +LQ03X013420 UPF0468 protein CG5343 5.607192137 C6_chemical_A1 +LQ03X013420 UPF0468 protein CG5343 5.289591393 C6_chemical_A3 +LQ03X013420 UPF0468 protein CG5343 5.131438421 C6_chemical_B1 +LQ03X013420 UPF0468 protein CG5343 6.24407554 C6_chemical_B2 +LQ03X013420 UPF0468 protein CG5343 5.582363014 C6_chemical_B3 +LQ03X013420 UPF0468 protein CG5343 6.321591194 C6_chemical_C1 +LQ03X013420 UPF0468 protein CG5343 6.131510478 C6_chemical_C2 +LQ03X013420 UPF0468 protein CG5343 5.8582255 C6_chemical_C3 +LQ03X013420 UPF0468 protein CG5343 5.492925314 L4_control_A1 +LQ03X013420 UPF0468 protein CG5343 4.967105819 L4_control_A2 +LQ03X013420 UPF0468 protein CG5343 5.374362704 L4_control_A3 +LQ03X013420 UPF0468 protein CG5343 4.981736332 L4_control_B1 +LQ03X013420 UPF0468 protein CG5343 5.222832506 L4_control_B2 +LQ03X013420 UPF0468 protein CG5343 5.283102389 L4_control_B3 +LQ03X013420 UPF0468 protein CG5343 5.278621051 L4_control_C2 +LQ03X013420 UPF0468 protein CG5343 5.350971679 L4_control_C3 +LQ03X013420 UPF0468 protein CG5343 5.62579914 L4_chemical_A1 +LQ03X013420 UPF0468 protein CG5343 5.376332292 L4_chemical_A2 +LQ03X013420 UPF0468 protein CG5343 6.043348806 L4_chemical_A3 +LQ03X013420 UPF0468 protein CG5343 5.142076687 L4_chemical_B1 +LQ03X013420 UPF0468 protein CG5343 5.157528645 L4_chemical_B2 +LQ03X013420 UPF0468 protein CG5343 5.189786455 L4_chemical_B3 +LQ03X013420 UPF0468 protein CG5343 5.56076537 L4_chemical_C2 +LQ03X013420 UPF0468 protein CG5343 6.147584757 L4_chemical_C3 +LQ03X013440 Putative uncharacterized protein 7.009508632 C6_control_A1 +LQ03X013440 Putative uncharacterized protein 7.228994968 C6_control_A3 +LQ03X013440 Putative uncharacterized protein 6.902530255 C6_control_B1 +LQ03X013440 Putative uncharacterized protein 6.873946167 C6_control_B2 +LQ03X013440 Putative uncharacterized protein 7.587311544 C6_control_B3 +LQ03X013440 Putative uncharacterized protein 7.047848291 C6_control_C1 +LQ03X013440 Putative uncharacterized protein 6.823566452 C6_control_C2 +LQ03X013440 Putative uncharacterized protein 6.965027854 C6_control_C3 +LQ03X013440 Putative uncharacterized protein 6.766147401 C6_chemical_A1 +LQ03X013440 Putative uncharacterized protein 6.704755822 C6_chemical_A3 +LQ03X013440 Putative uncharacterized protein 6.956501325 C6_chemical_B1 +LQ03X013440 Putative uncharacterized protein 6.818432671 C6_chemical_B2 +LQ03X013440 Putative uncharacterized protein 7.04530942 C6_chemical_B3 +LQ03X013440 Putative uncharacterized protein 6.674333892 C6_chemical_C1 +LQ03X013440 Putative uncharacterized protein 6.917092179 C6_chemical_C2 +LQ03X013440 Putative uncharacterized protein 7.002881083 C6_chemical_C3 +LQ03X013440 Putative uncharacterized protein 6.667274958 L4_control_A1 +LQ03X013440 Putative uncharacterized protein 7.054368665 L4_control_A2 +LQ03X013440 Putative uncharacterized protein 7.652923964 L4_control_A3 +LQ03X013440 Putative uncharacterized protein 6.922039791 L4_control_B1 +LQ03X013440 Putative uncharacterized protein 6.670549399 L4_control_B2 +LQ03X013440 Putative uncharacterized protein 7.242076682 L4_control_B3 +LQ03X013440 Putative uncharacterized protein 7.427909194 L4_control_C2 +LQ03X013440 Putative uncharacterized protein 7.024626008 L4_control_C3 +LQ03X013440 Putative uncharacterized protein 6.305759631 L4_chemical_A1 +LQ03X013440 Putative uncharacterized protein 7.229021098 L4_chemical_A2 +LQ03X013440 Putative uncharacterized protein 7.219673798 L4_chemical_A3 +LQ03X013440 Putative uncharacterized protein 6.735195776 L4_chemical_B1 +LQ03X013440 Putative uncharacterized protein 6.719502169 L4_chemical_B2 +LQ03X013440 Putative uncharacterized protein 7.243898232 L4_chemical_B3 +LQ03X013440 Putative uncharacterized protein 7.436933176 L4_chemical_C2 +LQ03X013440 Putative uncharacterized protein 7.023743676 L4_chemical_C3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.080293928 C6_control_A1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.181746333 C6_control_A3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.065229032 C6_control_B1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.968195227 C6_control_B2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.716557021 C6_control_B3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.371070347 C6_control_C1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.021777535 C6_control_C2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.070103949 C6_control_C3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.057933056 C6_chemical_A1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.765061473 C6_chemical_A3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.580355107 C6_chemical_B1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.208433896 C6_chemical_B2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.966710012 C6_chemical_B3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.415010485 C6_chemical_C1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.936697601 C6_chemical_C2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.267405799 C6_chemical_C3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.895163504 L4_control_A1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.846156712 L4_control_A2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.93219967 L4_control_A3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.050645596 L4_control_B1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.758010848 L4_control_B2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.045501979 L4_control_B3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.874330327 L4_control_C2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.432197787 L4_control_C3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.287264548 L4_chemical_A1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.755701359 L4_chemical_A2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.164808456 L4_chemical_A3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.882613841 L4_chemical_B1 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.799951759 L4_chemical_B2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.144209705 L4_chemical_B3 +LQ03X013460 Putative phospholipid-transporting ATPase 9 4.883352008 L4_chemical_C2 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.145177984 L4_chemical_C3 +LQ03X013470 RNA binding protein, putative 5.346998635 C6_control_A1 +LQ03X013470 RNA binding protein, putative 5.523635152 C6_control_A3 +LQ03X013470 RNA binding protein, putative 5.674562327 C6_control_B1 +LQ03X013470 RNA binding protein, putative 5.507780734 C6_control_B2 +LQ03X013470 RNA binding protein, putative 5.522695041 C6_control_B3 +LQ03X013470 RNA binding protein, putative 5.142085423 C6_control_C1 +LQ03X013470 RNA binding protein, putative 5.269229144 C6_control_C2 +LQ03X013470 RNA binding protein, putative 5.503865859 C6_control_C3 +LQ03X013470 RNA binding protein, putative 5.480864871 C6_chemical_A1 +LQ03X013470 RNA binding protein, putative 5.802390046 C6_chemical_A3 +LQ03X013470 RNA binding protein, putative 5.617990108 C6_chemical_B1 +LQ03X013470 RNA binding protein, putative 5.60859624 C6_chemical_B2 +LQ03X013470 RNA binding protein, putative 6.111457158 C6_chemical_B3 +LQ03X013470 RNA binding protein, putative 4.946243919 C6_chemical_C1 +LQ03X013470 RNA binding protein, putative 5.340933309 C6_chemical_C2 +LQ03X013470 RNA binding protein, putative 5.818681877 C6_chemical_C3 +LQ03X013470 RNA binding protein, putative 5.341461687 L4_control_A1 +LQ03X013470 RNA binding protein, putative 6.147580445 L4_control_A2 +LQ03X013470 RNA binding protein, putative 5.695174232 L4_control_A3 +LQ03X013470 RNA binding protein, putative 6.328254579 L4_control_B1 +LQ03X013470 RNA binding protein, putative 6.129721328 L4_control_B2 +LQ03X013470 RNA binding protein, putative 5.778402213 L4_control_B3 +LQ03X013470 RNA binding protein, putative 5.330225457 L4_control_C2 +LQ03X013470 RNA binding protein, putative 5.482546798 L4_control_C3 +LQ03X013470 RNA binding protein, putative 5.685810161 L4_chemical_A1 +LQ03X013470 RNA binding protein, putative 5.63549369 L4_chemical_A2 +LQ03X013470 RNA binding protein, putative 6.739367591 L4_chemical_A3 +LQ03X013470 RNA binding protein, putative 5.85021838 L4_chemical_B1 +LQ03X013470 RNA binding protein, putative 5.668689996 L4_chemical_B2 +LQ03X013470 RNA binding protein, putative 5.803153171 L4_chemical_B3 +LQ03X013470 RNA binding protein, putative 5.639100212 L4_chemical_C2 +LQ03X013470 RNA binding protein, putative 5.197312969 L4_chemical_C3 +LQ03X013480 Protein Dr1 homolog 6.479388992 C6_control_A1 +LQ03X013480 Protein Dr1 homolog 6.439256648 C6_control_A3 +LQ03X013480 Protein Dr1 homolog 6.050105664 C6_control_B1 +LQ03X013480 Protein Dr1 homolog 5.818230275 C6_control_B2 +LQ03X013480 Protein Dr1 homolog 6.521323818 C6_control_B3 +LQ03X013480 Protein Dr1 homolog 5.973289882 C6_control_C1 +LQ03X013480 Protein Dr1 homolog 6.039756808 C6_control_C2 +LQ03X013480 Protein Dr1 homolog 6.423768797 C6_control_C3 +LQ03X013480 Protein Dr1 homolog 6.366477447 C6_chemical_A1 +LQ03X013480 Protein Dr1 homolog 5.700235609 C6_chemical_A3 +LQ03X013480 Protein Dr1 homolog 6.083982001 C6_chemical_B1 +LQ03X013480 Protein Dr1 homolog 5.829872664 C6_chemical_B2 +LQ03X013480 Protein Dr1 homolog 6.16875323 C6_chemical_B3 +LQ03X013480 Protein Dr1 homolog 6.206427389 C6_chemical_C1 +LQ03X013480 Protein Dr1 homolog 5.721508239 C6_chemical_C2 +LQ03X013480 Protein Dr1 homolog 6.161566298 C6_chemical_C3 +LQ03X013480 Protein Dr1 homolog 6.342274863 L4_control_A1 +LQ03X013480 Protein Dr1 homolog 6.542016361 L4_control_A2 +LQ03X013480 Protein Dr1 homolog 5.443516967 L4_control_A3 +LQ03X013480 Protein Dr1 homolog 5.863571823 L4_control_B1 +LQ03X013480 Protein Dr1 homolog 6.326612586 L4_control_B2 +LQ03X013480 Protein Dr1 homolog 6.36683003 L4_control_B3 +LQ03X013480 Protein Dr1 homolog 6.057151205 L4_control_C2 +LQ03X013480 Protein Dr1 homolog 5.952951099 L4_control_C3 +LQ03X013480 Protein Dr1 homolog 6.349521232 L4_chemical_A1 +LQ03X013480 Protein Dr1 homolog 6.146611505 L4_chemical_A2 +LQ03X013480 Protein Dr1 homolog 6.251047831 L4_chemical_A3 +LQ03X013480 Protein Dr1 homolog 6.410618179 L4_chemical_B1 +LQ03X013480 Protein Dr1 homolog 6.200849841 L4_chemical_B2 +LQ03X013480 Protein Dr1 homolog 6.462280137 L4_chemical_B3 +LQ03X013480 Protein Dr1 homolog 6.88141046 L4_chemical_C2 +LQ03X013480 Protein Dr1 homolog 5.759955051 L4_chemical_C3 +LQ03X013490 Predicted protein 11.43932211 C6_control_A1 +LQ03X013490 Predicted protein 11.78624739 C6_control_A3 +LQ03X013490 Predicted protein 10.81945642 C6_control_B1 +LQ03X013490 Predicted protein 11.14957039 C6_control_B2 +LQ03X013490 Predicted protein 10.71947513 C6_control_B3 +LQ03X013490 Predicted protein 11.18229763 C6_control_C1 +LQ03X013490 Predicted protein 10.32415459 C6_control_C2 +LQ03X013490 Predicted protein 11.5707538 C6_control_C3 +LQ03X013490 Predicted protein 11.4490019 C6_chemical_A1 +LQ03X013490 Predicted protein 11.90343742 C6_chemical_A3 +LQ03X013490 Predicted protein 10.35005841 C6_chemical_B1 +LQ03X013490 Predicted protein 10.86367071 C6_chemical_B2 +LQ03X013490 Predicted protein 10.97758548 C6_chemical_B3 +LQ03X013490 Predicted protein 10.94741322 C6_chemical_C1 +LQ03X013490 Predicted protein 10.3036317 C6_chemical_C2 +LQ03X013490 Predicted protein 10.58475705 C6_chemical_C3 +LQ03X013490 Predicted protein 11.98385867 L4_control_A1 +LQ03X013490 Predicted protein 11.28683383 L4_control_A2 +LQ03X013490 Predicted protein 11.2883215 L4_control_A3 +LQ03X013490 Predicted protein 9.351294534 L4_control_B1 +LQ03X013490 Predicted protein 9.529128526 L4_control_B2 +LQ03X013490 Predicted protein 10.06761844 L4_control_B3 +LQ03X013490 Predicted protein 9.60276953 L4_control_C2 +LQ03X013490 Predicted protein 8.788972976 L4_control_C3 +LQ03X013490 Predicted protein 11.29831102 L4_chemical_A1 +LQ03X013490 Predicted protein 10.98446866 L4_chemical_A2 +LQ03X013490 Predicted protein 11.19269797 L4_chemical_A3 +LQ03X013490 Predicted protein 9.477488926 L4_chemical_B1 +LQ03X013490 Predicted protein 9.804944205 L4_chemical_B2 +LQ03X013490 Predicted protein 10.42557898 L4_chemical_B3 +LQ03X013490 Predicted protein 9.045931481 L4_chemical_C2 +LQ03X013490 Predicted protein 8.501088728 L4_chemical_C3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.228828857 C6_control_A1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.257652131 C6_control_A3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.517172802 C6_control_B1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.399527211 C6_control_B2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 9.180848722 C6_control_B3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.152999657 C6_control_C1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 7.402240902 C6_control_C2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 7.445333375 C6_control_C3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.75795776 C6_chemical_A1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.921793184 C6_chemical_A3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 9.501310096 C6_chemical_B1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.961621656 C6_chemical_B2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 9.524128026 C6_chemical_B3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.180773544 C6_chemical_C1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.051797511 C6_chemical_C2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.457633261 C6_chemical_C3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.416962247 L4_control_A1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.563163707 L4_control_A2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 7.491246243 L4_control_A3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.515679086 L4_control_B1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 9.222206227 L4_control_B2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 9.081551441 L4_control_B3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 7.39019353 L4_control_C2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 7.146602373 L4_control_C3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.382476015 L4_chemical_A1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 9.106301906 L4_chemical_A2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 6.400573258 L4_chemical_A3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.682049947 L4_chemical_B1 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.721359701 L4_chemical_B2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.932510871 L4_chemical_B3 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 6.309694789 L4_chemical_C2 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.169639633 L4_chemical_C3 +LQ03X013550 50S ribosomal protein L19, putative 11.90545289 C6_control_A1 +LQ03X013550 50S ribosomal protein L19, putative 12.07447585 C6_control_A3 +LQ03X013550 50S ribosomal protein L19, putative 10.86755843 C6_control_B1 +LQ03X013550 50S ribosomal protein L19, putative 11.52487444 C6_control_B2 +LQ03X013550 50S ribosomal protein L19, putative 11.02371316 C6_control_B3 +LQ03X013550 50S ribosomal protein L19, putative 11.69000939 C6_control_C1 +LQ03X013550 50S ribosomal protein L19, putative 11.40639875 C6_control_C2 +LQ03X013550 50S ribosomal protein L19, putative 11.27805373 C6_control_C3 +LQ03X013550 50S ribosomal protein L19, putative 11.55606376 C6_chemical_A1 +LQ03X013550 50S ribosomal protein L19, putative 11.67085373 C6_chemical_A3 +LQ03X013550 50S ribosomal protein L19, putative 10.46493744 C6_chemical_B1 +LQ03X013550 50S ribosomal protein L19, putative 11.40072394 C6_chemical_B2 +LQ03X013550 50S ribosomal protein L19, putative 10.65056291 C6_chemical_B3 +LQ03X013550 50S ribosomal protein L19, putative 11.4482375 C6_chemical_C1 +LQ03X013550 50S ribosomal protein L19, putative 11.48784644 C6_chemical_C2 +LQ03X013550 50S ribosomal protein L19, putative 10.85444805 C6_chemical_C3 +LQ03X013550 50S ribosomal protein L19, putative 12.12909262 L4_control_A1 +LQ03X013550 50S ribosomal protein L19, putative 11.5813229 L4_control_A2 +LQ03X013550 50S ribosomal protein L19, putative 12.03420592 L4_control_A3 +LQ03X013550 50S ribosomal protein L19, putative 10.27222692 L4_control_B1 +LQ03X013550 50S ribosomal protein L19, putative 10.53267034 L4_control_B2 +LQ03X013550 50S ribosomal protein L19, putative 10.73904779 L4_control_B3 +LQ03X013550 50S ribosomal protein L19, putative 11.26492237 L4_control_C2 +LQ03X013550 50S ribosomal protein L19, putative 10.2439556 L4_control_C3 +LQ03X013550 50S ribosomal protein L19, putative 11.75041205 L4_chemical_A1 +LQ03X013550 50S ribosomal protein L19, putative 11.17812327 L4_chemical_A2 +LQ03X013550 50S ribosomal protein L19, putative 11.69211676 L4_chemical_A3 +LQ03X013550 50S ribosomal protein L19, putative 10.29400256 L4_chemical_B1 +LQ03X013550 50S ribosomal protein L19, putative 10.60957551 L4_chemical_B2 +LQ03X013550 50S ribosomal protein L19, putative 10.80299253 L4_chemical_B3 +LQ03X013550 50S ribosomal protein L19, putative 11.07797677 L4_chemical_C2 +LQ03X013550 50S ribosomal protein L19, putative 10.45172823 L4_chemical_C3 +LQ03X013580 Putative uncharacterized protein 10.06904441 C6_control_A1 +LQ03X013580 Putative uncharacterized protein 9.653936265 C6_control_A3 +LQ03X013580 Putative uncharacterized protein 10.77582623 C6_control_B1 +LQ03X013580 Putative uncharacterized protein 10.6786249 C6_control_B2 +LQ03X013580 Putative uncharacterized protein 10.82762465 C6_control_B3 +LQ03X013580 Putative uncharacterized protein 12.72693252 C6_control_C1 +LQ03X013580 Putative uncharacterized protein 12.65303635 C6_control_C2 +LQ03X013580 Putative uncharacterized protein 12.84475856 C6_control_C3 +LQ03X013580 Putative uncharacterized protein 9.968081429 C6_chemical_A1 +LQ03X013580 Putative uncharacterized protein 9.456291445 C6_chemical_A3 +LQ03X013580 Putative uncharacterized protein 10.44507345 C6_chemical_B1 +LQ03X013580 Putative uncharacterized protein 10.76444667 C6_chemical_B2 +LQ03X013580 Putative uncharacterized protein 11.13333435 C6_chemical_B3 +LQ03X013580 Putative uncharacterized protein 12.45202913 C6_chemical_C1 +LQ03X013580 Putative uncharacterized protein 12.57901422 C6_chemical_C2 +LQ03X013580 Putative uncharacterized protein 13.51296404 C6_chemical_C3 +LQ03X013580 Putative uncharacterized protein 10.54291564 L4_control_A1 +LQ03X013580 Putative uncharacterized protein 11.42624364 L4_control_A2 +LQ03X013580 Putative uncharacterized protein 10.01191183 L4_control_A3 +LQ03X013580 Putative uncharacterized protein 12.98916515 L4_control_B1 +LQ03X013580 Putative uncharacterized protein 11.32487682 L4_control_B2 +LQ03X013580 Putative uncharacterized protein 13.32633202 L4_control_B3 +LQ03X013580 Putative uncharacterized protein 13.97931941 L4_control_C2 +LQ03X013580 Putative uncharacterized protein 14.32258044 L4_control_C3 +LQ03X013580 Putative uncharacterized protein 10.38045176 L4_chemical_A1 +LQ03X013580 Putative uncharacterized protein 10.71970353 L4_chemical_A2 +LQ03X013580 Putative uncharacterized protein 10.09444643 L4_chemical_A3 +LQ03X013580 Putative uncharacterized protein 12.57521135 L4_chemical_B1 +LQ03X013580 Putative uncharacterized protein 11.82425386 L4_chemical_B2 +LQ03X013580 Putative uncharacterized protein 11.96830882 L4_chemical_B3 +LQ03X013580 Putative uncharacterized protein 14.18462714 L4_chemical_C2 +LQ03X013580 Putative uncharacterized protein 14.37940409 L4_chemical_C3 +LQ03X013600 Predicted protein 5.033858451 C6_control_A1 +LQ03X013600 Predicted protein 4.843876504 C6_control_A3 +LQ03X013600 Predicted protein 5.813666058 C6_control_B1 +LQ03X013600 Predicted protein 5.065912019 C6_control_B2 +LQ03X013600 Predicted protein 5.479239115 C6_control_B3 +LQ03X013600 Predicted protein 5.740516569 C6_control_C1 +LQ03X013600 Predicted protein 6.268392162 C6_control_C2 +LQ03X013600 Predicted protein 5.370671397 C6_control_C3 +LQ03X013600 Predicted protein 5.090007488 C6_chemical_A1 +LQ03X013600 Predicted protein 5.243902091 C6_chemical_A3 +LQ03X013600 Predicted protein 5.663448777 C6_chemical_B1 +LQ03X013600 Predicted protein 4.992819135 C6_chemical_B2 +LQ03X013600 Predicted protein 5.114721065 C6_chemical_B3 +LQ03X013600 Predicted protein 5.474059516 C6_chemical_C1 +LQ03X013600 Predicted protein 6.096673536 C6_chemical_C2 +LQ03X013600 Predicted protein 5.140861001 C6_chemical_C3 +LQ03X013600 Predicted protein 5.132919904 L4_control_A1 +LQ03X013600 Predicted protein 4.983231355 L4_control_A2 +LQ03X013600 Predicted protein 4.879502206 L4_control_A3 +LQ03X013600 Predicted protein 4.642355442 L4_control_B1 +LQ03X013600 Predicted protein 5.375121533 L4_control_B2 +LQ03X013600 Predicted protein 5.421816455 L4_control_B3 +LQ03X013600 Predicted protein 5.382145637 L4_control_C2 +LQ03X013600 Predicted protein 6.868935534 L4_control_C3 +LQ03X013600 Predicted protein 5.641334325 L4_chemical_A1 +LQ03X013600 Predicted protein 5.143319697 L4_chemical_A2 +LQ03X013600 Predicted protein 4.920714687 L4_chemical_A3 +LQ03X013600 Predicted protein 5.619073208 L4_chemical_B1 +LQ03X013600 Predicted protein 5.609665131 L4_chemical_B2 +LQ03X013600 Predicted protein 5.143318238 L4_chemical_B3 +LQ03X013600 Predicted protein 5.224255933 L4_chemical_C2 +LQ03X013600 Predicted protein 6.055460659 L4_chemical_C3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.558014779 C6_control_A1 +LQ03X013680 Serine/threonine-protein kinase AFC2 6.101233722 C6_control_A3 +LQ03X013680 Serine/threonine-protein kinase AFC2 6.006308303 C6_control_B1 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.723696114 C6_control_B2 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.426529544 C6_control_B3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.747015546 C6_control_C1 +LQ03X013680 Serine/threonine-protein kinase AFC2 6.2793943 C6_control_C2 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.818898297 C6_control_C3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.953836019 C6_chemical_A1 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.678292599 C6_chemical_A3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.396273824 C6_chemical_B1 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.655757111 C6_chemical_B2 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.639781792 C6_chemical_B3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.702479915 C6_chemical_C1 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.787386575 C6_chemical_C2 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.660545402 C6_chemical_C3 +LQ03X013680 Serine/threonine-protein kinase AFC2 6.024807119 L4_control_A1 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.698364885 L4_control_A2 +LQ03X013680 Serine/threonine-protein kinase AFC2 6.127796954 L4_control_A3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.752684887 L4_control_B1 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.780453037 L4_control_B2 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.55944504 L4_control_B3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.710889793 L4_control_C2 +LQ03X013680 Serine/threonine-protein kinase AFC2 4.886551532 L4_control_C3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.790578923 L4_chemical_A1 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.541800147 L4_chemical_A2 +LQ03X013680 Serine/threonine-protein kinase AFC2 6.307120545 L4_chemical_A3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.883329898 L4_chemical_B1 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.761758336 L4_chemical_B2 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.430288151 L4_chemical_B3 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.562380544 L4_chemical_C2 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.146817734 L4_chemical_C3 +LQ03X013700 Cytochrome P450 71A25 9.535261835 C6_control_A1 +LQ03X013700 Cytochrome P450 71A25 5.798537684 C6_control_A3 +LQ03X013700 Cytochrome P450 71A25 11.14353656 C6_control_B1 +LQ03X013700 Cytochrome P450 71A25 11.31278624 C6_control_B2 +LQ03X013700 Cytochrome P450 71A25 8.841467648 C6_control_B3 +LQ03X013700 Cytochrome P450 71A25 14.2200728 C6_control_C1 +LQ03X013700 Cytochrome P450 71A25 13.6764947 C6_control_C2 +LQ03X013700 Cytochrome P450 71A25 12.51509405 C6_control_C3 +LQ03X013700 Cytochrome P450 71A25 10.19516399 C6_chemical_A1 +LQ03X013700 Cytochrome P450 71A25 6.823349316 C6_chemical_A3 +LQ03X013700 Cytochrome P450 71A25 11.90230976 C6_chemical_B1 +LQ03X013700 Cytochrome P450 71A25 12.00350603 C6_chemical_B2 +LQ03X013700 Cytochrome P450 71A25 9.853962821 C6_chemical_B3 +LQ03X013700 Cytochrome P450 71A25 14.43530396 C6_chemical_C1 +LQ03X013700 Cytochrome P450 71A25 14.30878003 C6_chemical_C2 +LQ03X013700 Cytochrome P450 71A25 13.58600192 C6_chemical_C3 +LQ03X013700 Cytochrome P450 71A25 8.551165596 L4_control_A1 +LQ03X013700 Cytochrome P450 71A25 8.967127668 L4_control_A2 +LQ03X013700 Cytochrome P450 71A25 7.415126326 L4_control_A3 +LQ03X013700 Cytochrome P450 71A25 11.88389161 L4_control_B1 +LQ03X013700 Cytochrome P450 71A25 10.49542135 L4_control_B2 +LQ03X013700 Cytochrome P450 71A25 10.87509981 L4_control_B3 +LQ03X013700 Cytochrome P450 71A25 13.86304603 L4_control_C2 +LQ03X013700 Cytochrome P450 71A25 13.03164736 L4_control_C3 +LQ03X013700 Cytochrome P450 71A25 10.59804592 L4_chemical_A1 +LQ03X013700 Cytochrome P450 71A25 10.77598116 L4_chemical_A2 +LQ03X013700 Cytochrome P450 71A25 9.642959531 L4_chemical_A3 +LQ03X013700 Cytochrome P450 71A25 12.23385945 L4_chemical_B1 +LQ03X013700 Cytochrome P450 71A25 11.4793944 L4_chemical_B2 +LQ03X013700 Cytochrome P450 71A25 9.386634313 L4_chemical_B3 +LQ03X013700 Cytochrome P450 71A25 14.24385546 L4_chemical_C2 +LQ03X013700 Cytochrome P450 71A25 13.4232057 L4_chemical_C3 +LQ03X013720 Predicted protein 5.216712406 C6_control_A1 +LQ03X013720 Predicted protein 7.09529632 C6_control_A3 +LQ03X013720 Predicted protein 5.73226701 C6_control_B1 +LQ03X013720 Predicted protein 5.410429251 C6_control_B2 +LQ03X013720 Predicted protein 5.157208467 C6_control_B3 +LQ03X013720 Predicted protein 5.352501689 C6_control_C1 +LQ03X013720 Predicted protein 5.57414041 C6_control_C2 +LQ03X013720 Predicted protein 5.450646607 C6_control_C3 +LQ03X013720 Predicted protein 5.575438445 C6_chemical_A1 +LQ03X013720 Predicted protein 9.445885586 C6_chemical_A3 +LQ03X013720 Predicted protein 5.147368763 C6_chemical_B1 +LQ03X013720 Predicted protein 5.547888787 C6_chemical_B2 +LQ03X013720 Predicted protein 5.367308286 C6_chemical_B3 +LQ03X013720 Predicted protein 5.742743168 C6_chemical_C1 +LQ03X013720 Predicted protein 6.022681642 C6_chemical_C2 +LQ03X013720 Predicted protein 11.01238502 C6_chemical_C3 +LQ03X013720 Predicted protein 9.838295885 L4_control_A1 +LQ03X013720 Predicted protein 9.533315449 L4_control_A2 +LQ03X013720 Predicted protein 9.247650496 L4_control_A3 +LQ03X013720 Predicted protein 9.693233466 L4_control_B1 +LQ03X013720 Predicted protein 7.715454244 L4_control_B2 +LQ03X013720 Predicted protein 10.61830682 L4_control_B3 +LQ03X013720 Predicted protein 9.001300621 L4_control_C2 +LQ03X013720 Predicted protein 9.362344596 L4_control_C3 +LQ03X013720 Predicted protein 10.2212032 L4_chemical_A1 +LQ03X013720 Predicted protein 9.411139604 L4_chemical_A2 +LQ03X013720 Predicted protein 9.760599165 L4_chemical_A3 +LQ03X013720 Predicted protein 8.459728498 L4_chemical_B1 +LQ03X013720 Predicted protein 8.674771393 L4_chemical_B2 +LQ03X013720 Predicted protein 10.49171032 L4_chemical_B3 +LQ03X013720 Predicted protein 10.18158199 L4_chemical_C2 +LQ03X013720 Predicted protein 9.822892941 L4_chemical_C3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.12588642 C6_control_A1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.60958048 C6_control_A3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.09778698 C6_control_B1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.460079867 C6_control_B2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.56856517 C6_control_B3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.176687441 C6_control_C1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.126241211 C6_control_C2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.337236761 C6_control_C3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.05401156 C6_chemical_A1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.4546701 C6_chemical_A3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.0125858 C6_chemical_B1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.278449954 C6_chemical_B2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.2292474 C6_chemical_B3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.080242195 C6_chemical_C1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 8.528297475 C6_chemical_C2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.184939962 C6_chemical_C3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.94121345 L4_control_A1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.61696494 L4_control_A2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 11.60588689 L4_control_A3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.63991745 L4_control_B1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.6164203 L4_control_B2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.82326422 L4_control_B3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.551234842 L4_control_C2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 11.08772123 L4_control_C3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.73785408 L4_chemical_A1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.2704263 L4_chemical_A2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 11.64817594 L4_chemical_A3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.5155055 L4_chemical_B1 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.18963921 L4_chemical_B2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.46161898 L4_chemical_B3 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 9.479568795 L4_chemical_C2 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.91537812 L4_chemical_C3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.335941312 C6_control_A1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.03277933 C6_control_A3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.786089146 C6_control_B1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.441483169 C6_control_B2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.542669784 C6_control_B3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.319381682 C6_control_C1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 4.917863438 C6_control_C2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.281552197 C6_control_C3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.034442696 C6_chemical_A1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.094651534 C6_chemical_A3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 6.799012146 C6_chemical_B1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.217538977 C6_chemical_B2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.337974296 C6_chemical_B3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.174859351 C6_chemical_C1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 4.967531016 C6_chemical_C2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 4.985242702 C6_chemical_C3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.616652676 L4_control_A1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.616644341 L4_control_A2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.200528871 L4_control_A3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.507297035 L4_control_B1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.395096483 L4_control_B2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 4.938511103 L4_control_B3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 4.902176439 L4_control_C2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.047427054 L4_control_C3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.489404373 L4_chemical_A1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.125432408 L4_chemical_A2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.433249578 L4_chemical_A3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.486532766 L4_chemical_B1 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.425033355 L4_chemical_B2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.296475554 L4_chemical_B3 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.611661676 L4_chemical_C2 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.296922755 L4_chemical_C3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.77091772 C6_control_A1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.84175441 C6_control_A3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.19603214 C6_control_B1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.55996693 C6_control_B2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.83741921 C6_control_B3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.60749875 C6_control_C1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.89026825 C6_control_C2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.85709625 C6_control_C3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.78543839 C6_chemical_A1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.91 C6_chemical_A3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.12279387 C6_chemical_B1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.49035028 C6_chemical_B2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.60258829 C6_chemical_B3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.19896066 C6_chemical_C1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.57192607 C6_chemical_C2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.10921533 C6_chemical_C3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.49640753 L4_control_A1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.10479438 L4_control_A2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.18875784 L4_control_A3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.14055347 L4_control_B1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.51243052 L4_control_B2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 14.09520839 L4_control_B3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.8281429 L4_control_C2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.92540691 L4_control_C3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.48198274 L4_chemical_A1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.66679398 L4_chemical_A2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 12.775949 L4_chemical_A3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 12.56089456 L4_chemical_B1 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.36141403 L4_chemical_B2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.54064089 L4_chemical_B3 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.74308321 L4_chemical_C2 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.87087246 L4_chemical_C3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.480772036 C6_control_A1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 7.37293149 C6_control_A3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.619039325 C6_control_B1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 7.178706146 C6_control_B2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.455422431 C6_control_B3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.842150233 C6_control_C1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 8.07287232 C6_control_C2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.489141722 C6_control_C3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.419144341 C6_chemical_A1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.965685562 C6_chemical_A3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.038307416 C6_chemical_B1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 7.103344169 C6_chemical_B2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.181580752 C6_chemical_B3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 7.084689912 C6_chemical_C1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.853615063 C6_chemical_C2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.105699968 C6_chemical_C3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.692835656 L4_control_A1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.538537769 L4_control_A2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.400836523 L4_control_A3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.02691793 L4_control_B1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.550765836 L4_control_B2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.064447296 L4_control_B3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.149446273 L4_control_C2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.82407541 L4_control_C3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.966921085 L4_chemical_A1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.999205962 L4_chemical_A2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.457433282 L4_chemical_A3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.483483859 L4_chemical_B1 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.188389689 L4_chemical_B2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.842827254 L4_chemical_B3 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 5.89276733 L4_chemical_C2 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.242304919 L4_chemical_C3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.882091791 C6_control_A1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.715820547 C6_control_A3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.227016963 C6_control_B1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.772847575 C6_control_B2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.053430569 C6_control_B3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.908286913 C6_control_C1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.073514091 C6_control_C2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.131650336 C6_control_C3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.105098041 C6_chemical_A1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.981759463 C6_chemical_A3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.515448057 C6_chemical_B1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.774579654 C6_chemical_B2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.670359327 C6_chemical_B3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.87935923 C6_chemical_C1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.573213626 C6_chemical_C2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.823692708 C6_chemical_C3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.594791362 L4_control_A1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.745237158 L4_control_A2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.34886207 L4_control_A3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.292627588 L4_control_B1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.421765772 L4_control_B2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.706275515 L4_control_B3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.712976881 L4_control_C2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.524990038 L4_control_C3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.709752 L4_chemical_A1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.538411146 L4_chemical_A2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.279985911 L4_chemical_A3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.895237968 L4_chemical_B1 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.869628234 L4_chemical_B2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.011426438 L4_chemical_B3 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.85022782 L4_chemical_C2 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.450038805 L4_chemical_C3 +LQ03X013860 Predicted protein 5.913622106 C6_control_A1 +LQ03X013860 Predicted protein 5.736211964 C6_control_A3 +LQ03X013860 Predicted protein 5.611420534 C6_control_B1 +LQ03X013860 Predicted protein 6.061578094 C6_control_B2 +LQ03X013860 Predicted protein 5.507322994 C6_control_B3 +LQ03X013860 Predicted protein 5.920835872 C6_control_C1 +LQ03X013860 Predicted protein 6.447364531 C6_control_C2 +LQ03X013860 Predicted protein 5.442540928 C6_control_C3 +LQ03X013860 Predicted protein 5.163526175 C6_chemical_A1 +LQ03X013860 Predicted protein 5.370579972 C6_chemical_A3 +LQ03X013860 Predicted protein 5.468968504 C6_chemical_B1 +LQ03X013860 Predicted protein 5.952391181 C6_chemical_B2 +LQ03X013860 Predicted protein 5.496287422 C6_chemical_B3 +LQ03X013860 Predicted protein 6.089236985 C6_chemical_C1 +LQ03X013860 Predicted protein 5.740395704 C6_chemical_C2 +LQ03X013860 Predicted protein 5.842953199 C6_chemical_C3 +LQ03X013860 Predicted protein 5.281362896 L4_control_A1 +LQ03X013860 Predicted protein 5.529814604 L4_control_A2 +LQ03X013860 Predicted protein 5.029861839 L4_control_A3 +LQ03X013860 Predicted protein 5.045172834 L4_control_B1 +LQ03X013860 Predicted protein 5.485537113 L4_control_B2 +LQ03X013860 Predicted protein 5.382046765 L4_control_B3 +LQ03X013860 Predicted protein 5.09804279 L4_control_C2 +LQ03X013860 Predicted protein 5.381640512 L4_control_C3 +LQ03X013860 Predicted protein 5.047344252 L4_chemical_A1 +LQ03X013860 Predicted protein 5.540520002 L4_chemical_A2 +LQ03X013860 Predicted protein 5.105274528 L4_chemical_A3 +LQ03X013860 Predicted protein 5.19637865 L4_chemical_B1 +LQ03X013860 Predicted protein 5.078445097 L4_chemical_B2 +LQ03X013860 Predicted protein 5.169812213 L4_chemical_B3 +LQ03X013860 Predicted protein 5.882147274 L4_chemical_C2 +LQ03X013860 Predicted protein 5.380936098 L4_chemical_C3 +LQ03X013880 Putative Predicted protein 10.74528076 C6_control_A1 +LQ03X013880 Putative Predicted protein 11.10600154 C6_control_A3 +LQ03X013880 Putative Predicted protein 9.841550466 C6_control_B1 +LQ03X013880 Putative Predicted protein 11.23633707 C6_control_B2 +LQ03X013880 Putative Predicted protein 9.778342594 C6_control_B3 +LQ03X013880 Putative Predicted protein 10.91419126 C6_control_C1 +LQ03X013880 Putative Predicted protein 11.15442019 C6_control_C2 +LQ03X013880 Putative Predicted protein 10.92528303 C6_control_C3 +LQ03X013880 Putative Predicted protein 10.55784092 C6_chemical_A1 +LQ03X013880 Putative Predicted protein 10.28257252 C6_chemical_A3 +LQ03X013880 Putative Predicted protein 9.185056612 C6_chemical_B1 +LQ03X013880 Putative Predicted protein 10.72280865 C6_chemical_B2 +LQ03X013880 Putative Predicted protein 9.308990103 C6_chemical_B3 +LQ03X013880 Putative Predicted protein 10.70331466 C6_chemical_C1 +LQ03X013880 Putative Predicted protein 10.98272251 C6_chemical_C2 +LQ03X013880 Putative Predicted protein 10.24905765 C6_chemical_C3 +LQ03X013880 Putative Predicted protein 10.50908469 L4_control_A1 +LQ03X013880 Putative Predicted protein 9.783956221 L4_control_A2 +LQ03X013880 Putative Predicted protein 9.572604197 L4_control_A3 +LQ03X013880 Putative Predicted protein 7.369555654 L4_control_B1 +LQ03X013880 Putative Predicted protein 8.06941428 L4_control_B2 +LQ03X013880 Putative Predicted protein 9.112546601 L4_control_B3 +LQ03X013880 Putative Predicted protein 8.678770808 L4_control_C2 +LQ03X013880 Putative Predicted protein 8.345716619 L4_control_C3 +LQ03X013880 Putative Predicted protein 9.935386585 L4_chemical_A1 +LQ03X013880 Putative Predicted protein 9.038945614 L4_chemical_A2 +LQ03X013880 Putative Predicted protein 9.593966996 L4_chemical_A3 +LQ03X013880 Putative Predicted protein 7.744790724 L4_chemical_B1 +LQ03X013880 Putative Predicted protein 7.862611878 L4_chemical_B2 +LQ03X013880 Putative Predicted protein 9.348007832 L4_chemical_B3 +LQ03X013880 Putative Predicted protein 8.916959194 L4_chemical_C2 +LQ03X013880 Putative Predicted protein 8.647195659 L4_chemical_C3 +LQ03X013940 Putative Protein tipD 10.84997411 C6_control_A1 +LQ03X013940 Putative Protein tipD 10.09934811 C6_control_A3 +LQ03X013940 Putative Protein tipD 11.0665428 C6_control_B1 +LQ03X013940 Putative Protein tipD 11.41343434 C6_control_B2 +LQ03X013940 Putative Protein tipD 11.13970521 C6_control_B3 +LQ03X013940 Putative Protein tipD 11.49848363 C6_control_C1 +LQ03X013940 Putative Protein tipD 11.82658794 C6_control_C2 +LQ03X013940 Putative Protein tipD 11.57302235 C6_control_C3 +LQ03X013940 Putative Protein tipD 10.96880409 C6_chemical_A1 +LQ03X013940 Putative Protein tipD 10.505907 C6_chemical_A3 +LQ03X013940 Putative Protein tipD 11.02986154 C6_chemical_B1 +LQ03X013940 Putative Protein tipD 11.6281542 C6_chemical_B2 +LQ03X013940 Putative Protein tipD 11.13043597 C6_chemical_B3 +LQ03X013940 Putative Protein tipD 11.6605843 C6_chemical_C1 +LQ03X013940 Putative Protein tipD 11.86893923 C6_chemical_C2 +LQ03X013940 Putative Protein tipD 11.53011859 C6_chemical_C3 +LQ03X013940 Putative Protein tipD 10.41876994 L4_control_A1 +LQ03X013940 Putative Protein tipD 10.72486494 L4_control_A2 +LQ03X013940 Putative Protein tipD 10.8573095 L4_control_A3 +LQ03X013940 Putative Protein tipD 10.82452154 L4_control_B1 +LQ03X013940 Putative Protein tipD 10.9894051 L4_control_B2 +LQ03X013940 Putative Protein tipD 11.12668829 L4_control_B3 +LQ03X013940 Putative Protein tipD 11.39071176 L4_control_C2 +LQ03X013940 Putative Protein tipD 10.89484026 L4_control_C3 +LQ03X013940 Putative Protein tipD 10.71318894 L4_chemical_A1 +LQ03X013940 Putative Protein tipD 11.11142049 L4_chemical_A2 +LQ03X013940 Putative Protein tipD 10.75135514 L4_chemical_A3 +LQ03X013940 Putative Protein tipD 10.76715431 L4_chemical_B1 +LQ03X013940 Putative Protein tipD 10.97572699 L4_chemical_B2 +LQ03X013940 Putative Protein tipD 10.78236589 L4_chemical_B3 +LQ03X013940 Putative Protein tipD 11.48807008 L4_chemical_C2 +LQ03X013940 Putative Protein tipD 11.06710719 L4_chemical_C3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.669481925 C6_control_A1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 8.576793274 C6_control_A3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.987861262 C6_control_B1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.878291359 C6_control_B2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.931470811 C6_control_B3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.765825965 C6_control_C1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.74107837 C6_control_C2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.241339989 C6_control_C3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.253024042 C6_chemical_A1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 8.381140461 C6_chemical_A3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.544628637 C6_chemical_B1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.539011988 C6_chemical_B2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.941064191 C6_chemical_B3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.443612802 C6_chemical_C1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.906181456 C6_chemical_C2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.631330139 C6_chemical_C3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.549487935 L4_control_A1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.541799948 L4_control_A2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.29609315 L4_control_A3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 5.16378575 L4_control_B1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.696704434 L4_control_B2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.516813387 L4_control_B3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 5.085277737 L4_control_C2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 5.977557205 L4_control_C3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.227252318 L4_chemical_A1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.606808845 L4_chemical_A2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.337736627 L4_chemical_A3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.104956271 L4_chemical_B1 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.27340957 L4_chemical_B2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.4388873 L4_chemical_B3 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 6.532014463 L4_chemical_C2 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 5.733954779 L4_chemical_C3 +LQ03X013980 Probable pectate lyase 5 5.937886361 C6_control_A1 +LQ03X013980 Probable pectate lyase 5 5.389970825 C6_control_A3 +LQ03X013980 Probable pectate lyase 5 5.921630351 C6_control_B1 +LQ03X013980 Probable pectate lyase 5 6.284314222 C6_control_B2 +LQ03X013980 Probable pectate lyase 5 6.555976473 C6_control_B3 +LQ03X013980 Probable pectate lyase 5 5.594158379 C6_control_C1 +LQ03X013980 Probable pectate lyase 5 5.490666001 C6_control_C2 +LQ03X013980 Probable pectate lyase 5 5.849695777 C6_control_C3 +LQ03X013980 Probable pectate lyase 5 6.567651611 C6_chemical_A1 +LQ03X013980 Probable pectate lyase 5 5.863999739 C6_chemical_A3 +LQ03X013980 Probable pectate lyase 5 6.605126017 C6_chemical_B1 +LQ03X013980 Probable pectate lyase 5 6.317112104 C6_chemical_B2 +LQ03X013980 Probable pectate lyase 5 6.19742841 C6_chemical_B3 +LQ03X013980 Probable pectate lyase 5 5.723520191 C6_chemical_C1 +LQ03X013980 Probable pectate lyase 5 5.657218663 C6_chemical_C2 +LQ03X013980 Probable pectate lyase 5 5.504993947 C6_chemical_C3 +LQ03X013980 Probable pectate lyase 5 5.979140753 L4_control_A1 +LQ03X013980 Probable pectate lyase 5 5.777380351 L4_control_A2 +LQ03X013980 Probable pectate lyase 5 5.442727462 L4_control_A3 +LQ03X013980 Probable pectate lyase 5 6.027522958 L4_control_B1 +LQ03X013980 Probable pectate lyase 5 6.269817069 L4_control_B2 +LQ03X013980 Probable pectate lyase 5 6.037038144 L4_control_B3 +LQ03X013980 Probable pectate lyase 5 5.375464329 L4_control_C2 +LQ03X013980 Probable pectate lyase 5 5.927283573 L4_control_C3 +LQ03X013980 Probable pectate lyase 5 6.046921497 L4_chemical_A1 +LQ03X013980 Probable pectate lyase 5 6.174702998 L4_chemical_A2 +LQ03X013980 Probable pectate lyase 5 5.491102405 L4_chemical_A3 +LQ03X013980 Probable pectate lyase 5 5.768817703 L4_chemical_B1 +LQ03X013980 Probable pectate lyase 5 5.805971528 L4_chemical_B2 +LQ03X013980 Probable pectate lyase 5 6.38309616 L4_chemical_B3 +LQ03X013980 Probable pectate lyase 5 5.933391904 L4_chemical_C2 +LQ03X013980 Probable pectate lyase 5 5.582925878 L4_chemical_C3 +LQ03X013990 Protein binding protein, putative 5.756947546 C6_control_A1 +LQ03X013990 Protein binding protein, putative 6.125170339 C6_control_A3 +LQ03X013990 Protein binding protein, putative 7.300866788 C6_control_B1 +LQ03X013990 Protein binding protein, putative 6.827562961 C6_control_B2 +LQ03X013990 Protein binding protein, putative 7.039348648 C6_control_B3 +LQ03X013990 Protein binding protein, putative 7.514224041 C6_control_C1 +LQ03X013990 Protein binding protein, putative 7.950611148 C6_control_C2 +LQ03X013990 Protein binding protein, putative 7.246199689 C6_control_C3 +LQ03X013990 Protein binding protein, putative 6.508010483 C6_chemical_A1 +LQ03X013990 Protein binding protein, putative 5.611396127 C6_chemical_A3 +LQ03X013990 Protein binding protein, putative 6.539119094 C6_chemical_B1 +LQ03X013990 Protein binding protein, putative 6.462709837 C6_chemical_B2 +LQ03X013990 Protein binding protein, putative 7.283840851 C6_chemical_B3 +LQ03X013990 Protein binding protein, putative 7.214541946 C6_chemical_C1 +LQ03X013990 Protein binding protein, putative 7.846864093 C6_chemical_C2 +LQ03X013990 Protein binding protein, putative 7.221973572 C6_chemical_C3 +LQ03X013990 Protein binding protein, putative 6.377519922 L4_control_A1 +LQ03X013990 Protein binding protein, putative 6.623330072 L4_control_A2 +LQ03X013990 Protein binding protein, putative 6.686215661 L4_control_A3 +LQ03X013990 Protein binding protein, putative 7.205586117 L4_control_B1 +LQ03X013990 Protein binding protein, putative 7.133939449 L4_control_B2 +LQ03X013990 Protein binding protein, putative 7.482468009 L4_control_B3 +LQ03X013990 Protein binding protein, putative 8.444736603 L4_control_C2 +LQ03X013990 Protein binding protein, putative 7.614113523 L4_control_C3 +LQ03X013990 Protein binding protein, putative 6.383405742 L4_chemical_A1 +LQ03X013990 Protein binding protein, putative 6.438299763 L4_chemical_A2 +LQ03X013990 Protein binding protein, putative 6.297394055 L4_chemical_A3 +LQ03X013990 Protein binding protein, putative 6.361939099 L4_chemical_B1 +LQ03X013990 Protein binding protein, putative 7.694312892 L4_chemical_B2 +LQ03X013990 Protein binding protein, putative 6.853728022 L4_chemical_B3 +LQ03X013990 Protein binding protein, putative 8.614456981 L4_chemical_C2 +LQ03X013990 Protein binding protein, putative 7.192604787 L4_chemical_C3 +LQ03X014010 Adenosylhomocysteinase 1 12.98931438 C6_control_A1 +LQ03X014010 Adenosylhomocysteinase 1 12.82309442 C6_control_A3 +LQ03X014010 Adenosylhomocysteinase 1 12.4855565 C6_control_B1 +LQ03X014010 Adenosylhomocysteinase 1 12.61674925 C6_control_B2 +LQ03X014010 Adenosylhomocysteinase 1 12.15606678 C6_control_B3 +LQ03X014010 Adenosylhomocysteinase 1 11.65063987 C6_control_C1 +LQ03X014010 Adenosylhomocysteinase 1 11.813216 C6_control_C2 +LQ03X014010 Adenosylhomocysteinase 1 11.16517988 C6_control_C3 +LQ03X014010 Adenosylhomocysteinase 1 13.0296361 C6_chemical_A1 +LQ03X014010 Adenosylhomocysteinase 1 12.70424161 C6_chemical_A3 +LQ03X014010 Adenosylhomocysteinase 1 12.40013179 C6_chemical_B1 +LQ03X014010 Adenosylhomocysteinase 1 12.39288906 C6_chemical_B2 +LQ03X014010 Adenosylhomocysteinase 1 12.22311783 C6_chemical_B3 +LQ03X014010 Adenosylhomocysteinase 1 11.70402306 C6_chemical_C1 +LQ03X014010 Adenosylhomocysteinase 1 11.67815724 C6_chemical_C2 +LQ03X014010 Adenosylhomocysteinase 1 11.0976885 C6_chemical_C3 +LQ03X014010 Adenosylhomocysteinase 1 12.43459857 L4_control_A1 +LQ03X014010 Adenosylhomocysteinase 1 12.48126891 L4_control_A2 +LQ03X014010 Adenosylhomocysteinase 1 12.29198229 L4_control_A3 +LQ03X014010 Adenosylhomocysteinase 1 11.48262846 L4_control_B1 +LQ03X014010 Adenosylhomocysteinase 1 12.37354439 L4_control_B2 +LQ03X014010 Adenosylhomocysteinase 1 11.4475243 L4_control_B3 +LQ03X014010 Adenosylhomocysteinase 1 11.582578 L4_control_C2 +LQ03X014010 Adenosylhomocysteinase 1 11.31541552 L4_control_C3 +LQ03X014010 Adenosylhomocysteinase 1 11.9330547 L4_chemical_A1 +LQ03X014010 Adenosylhomocysteinase 1 11.87784322 L4_chemical_A2 +LQ03X014010 Adenosylhomocysteinase 1 11.91454636 L4_chemical_A3 +LQ03X014010 Adenosylhomocysteinase 1 11.72786314 L4_chemical_B1 +LQ03X014010 Adenosylhomocysteinase 1 11.78632597 L4_chemical_B2 +LQ03X014010 Adenosylhomocysteinase 1 11.34782092 L4_chemical_B3 +LQ03X014010 Adenosylhomocysteinase 1 11.38350218 L4_chemical_C2 +LQ03X014010 Adenosylhomocysteinase 1 11.38460274 L4_chemical_C3 +LQ03X014030 Probable Ufm1-specific protease 8.424320145 C6_control_A1 +LQ03X014030 Probable Ufm1-specific protease 8.115525909 C6_control_A3 +LQ03X014030 Probable Ufm1-specific protease 7.996188649 C6_control_B1 +LQ03X014030 Probable Ufm1-specific protease 9.149762939 C6_control_B2 +LQ03X014030 Probable Ufm1-specific protease 8.391847223 C6_control_B3 +LQ03X014030 Probable Ufm1-specific protease 8.813576729 C6_control_C1 +LQ03X014030 Probable Ufm1-specific protease 8.370907258 C6_control_C2 +LQ03X014030 Probable Ufm1-specific protease 8.695339315 C6_control_C3 +LQ03X014030 Probable Ufm1-specific protease 8.635400159 C6_chemical_A1 +LQ03X014030 Probable Ufm1-specific protease 8.046194594 C6_chemical_A3 +LQ03X014030 Probable Ufm1-specific protease 8.215016211 C6_chemical_B1 +LQ03X014030 Probable Ufm1-specific protease 9.260268844 C6_chemical_B2 +LQ03X014030 Probable Ufm1-specific protease 8.675705729 C6_chemical_B3 +LQ03X014030 Probable Ufm1-specific protease 8.625443158 C6_chemical_C1 +LQ03X014030 Probable Ufm1-specific protease 8.859647256 C6_chemical_C2 +LQ03X014030 Probable Ufm1-specific protease 8.880510955 C6_chemical_C3 +LQ03X014030 Probable Ufm1-specific protease 8.758373792 L4_control_A1 +LQ03X014030 Probable Ufm1-specific protease 8.243175447 L4_control_A2 +LQ03X014030 Probable Ufm1-specific protease 8.757318191 L4_control_A3 +LQ03X014030 Probable Ufm1-specific protease 7.950949848 L4_control_B1 +LQ03X014030 Probable Ufm1-specific protease 8.281224134 L4_control_B2 +LQ03X014030 Probable Ufm1-specific protease 8.876479789 L4_control_B3 +LQ03X014030 Probable Ufm1-specific protease 7.957389385 L4_control_C2 +LQ03X014030 Probable Ufm1-specific protease 7.980374264 L4_control_C3 +LQ03X014030 Probable Ufm1-specific protease 8.514676586 L4_chemical_A1 +LQ03X014030 Probable Ufm1-specific protease 8.170863835 L4_chemical_A2 +LQ03X014030 Probable Ufm1-specific protease 8.713687503 L4_chemical_A3 +LQ03X014030 Probable Ufm1-specific protease 8.069130365 L4_chemical_B1 +LQ03X014030 Probable Ufm1-specific protease 7.701015202 L4_chemical_B2 +LQ03X014030 Probable Ufm1-specific protease 8.627515818 L4_chemical_B3 +LQ03X014030 Probable Ufm1-specific protease 7.006150987 L4_chemical_C2 +LQ03X014030 Probable Ufm1-specific protease 8.175853864 L4_chemical_C3 +LQ03X014050 Putative Programmed cell death protein 4 5.308288221 C6_control_A1 +LQ03X014050 Putative Programmed cell death protein 4 5.385066753 C6_control_A3 +LQ03X014050 Putative Programmed cell death protein 4 5.583335511 C6_control_B1 +LQ03X014050 Putative Programmed cell death protein 4 5.66290295 C6_control_B2 +LQ03X014050 Putative Programmed cell death protein 4 5.883083385 C6_control_B3 +LQ03X014050 Putative Programmed cell death protein 4 5.216073539 C6_control_C1 +LQ03X014050 Putative Programmed cell death protein 4 5.022958848 C6_control_C2 +LQ03X014050 Putative Programmed cell death protein 4 5.294543196 C6_control_C3 +LQ03X014050 Putative Programmed cell death protein 4 5.202107717 C6_chemical_A1 +LQ03X014050 Putative Programmed cell death protein 4 5.552047473 C6_chemical_A3 +LQ03X014050 Putative Programmed cell death protein 4 5.470577792 C6_chemical_B1 +LQ03X014050 Putative Programmed cell death protein 4 5.438833312 C6_chemical_B2 +LQ03X014050 Putative Programmed cell death protein 4 5.816367541 C6_chemical_B3 +LQ03X014050 Putative Programmed cell death protein 4 5.08918022 C6_chemical_C1 +LQ03X014050 Putative Programmed cell death protein 4 5.314059246 C6_chemical_C2 +LQ03X014050 Putative Programmed cell death protein 4 5.178034631 C6_chemical_C3 +LQ03X014050 Putative Programmed cell death protein 4 5.439375085 L4_control_A1 +LQ03X014050 Putative Programmed cell death protein 4 5.507357629 L4_control_A2 +LQ03X014050 Putative Programmed cell death protein 4 6.123056712 L4_control_A3 +LQ03X014050 Putative Programmed cell death protein 4 6.140943692 L4_control_B1 +LQ03X014050 Putative Programmed cell death protein 4 5.184210934 L4_control_B2 +LQ03X014050 Putative Programmed cell death protein 4 5.546895471 L4_control_B3 +LQ03X014050 Putative Programmed cell death protein 4 5.914876898 L4_control_C2 +LQ03X014050 Putative Programmed cell death protein 4 5.728142419 L4_control_C3 +LQ03X014050 Putative Programmed cell death protein 4 5.344406923 L4_chemical_A1 +LQ03X014050 Putative Programmed cell death protein 4 5.429324359 L4_chemical_A2 +LQ03X014050 Putative Programmed cell death protein 4 5.338127538 L4_chemical_A3 +LQ03X014050 Putative Programmed cell death protein 4 5.351250739 L4_chemical_B1 +LQ03X014050 Putative Programmed cell death protein 4 5.744271109 L4_chemical_B2 +LQ03X014050 Putative Programmed cell death protein 4 5.248431296 L4_chemical_B3 +LQ03X014050 Putative Programmed cell death protein 4 5.88572056 L4_chemical_C2 +LQ03X014050 Putative Programmed cell death protein 4 5.550063048 L4_chemical_C3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 6.025968614 C6_control_A1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.719477036 C6_control_A3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.200353842 C6_control_B1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.404628274 C6_control_B2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.750188815 C6_control_B3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 4.985869475 C6_control_C1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.397372621 C6_control_C2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.339984244 C6_control_C3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.768698405 C6_chemical_A1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.772060513 C6_chemical_A3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.189343553 C6_chemical_B1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.640234457 C6_chemical_B2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.404592804 C6_chemical_B3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 4.80546382 C6_chemical_C1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.053640387 C6_chemical_C2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.182906275 C6_chemical_C3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.247321237 L4_control_A1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.753875864 L4_control_A2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.569632498 L4_control_A3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.192406905 L4_control_B1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.758446805 L4_control_B2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.979820654 L4_control_B3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 6.004921782 L4_control_C2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.039302233 L4_control_C3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.130437166 L4_chemical_A1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.529750358 L4_chemical_A2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.947563328 L4_chemical_A3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.580449798 L4_chemical_B1 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.817017581 L4_chemical_B2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.526644533 L4_chemical_B3 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.39432495 L4_chemical_C2 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 4.876165076 L4_chemical_C3 +LQ03X014080 Putative Protein cbbY 13.60673972 C6_control_A1 +LQ03X014080 Putative Protein cbbY 13.05239396 C6_control_A3 +LQ03X014080 Putative Protein cbbY 14.0698924 C6_control_B1 +LQ03X014080 Putative Protein cbbY 14.60334159 C6_control_B2 +LQ03X014080 Putative Protein cbbY 14.25046379 C6_control_B3 +LQ03X014080 Putative Protein cbbY 15.04108353 C6_control_C1 +LQ03X014080 Putative Protein cbbY 14.91254123 C6_control_C2 +LQ03X014080 Putative Protein cbbY 14.76358207 C6_control_C3 +LQ03X014080 Putative Protein cbbY 13.68805302 C6_chemical_A1 +LQ03X014080 Putative Protein cbbY 13.17656896 C6_chemical_A3 +LQ03X014080 Putative Protein cbbY 14.35440018 C6_chemical_B1 +LQ03X014080 Putative Protein cbbY 14.91884067 C6_chemical_B2 +LQ03X014080 Putative Protein cbbY 13.74278748 C6_chemical_B3 +LQ03X014080 Putative Protein cbbY 14.83090532 C6_chemical_C1 +LQ03X014080 Putative Protein cbbY 15.01585102 C6_chemical_C2 +LQ03X014080 Putative Protein cbbY 14.59573842 C6_chemical_C3 +LQ03X014080 Putative Protein cbbY 12.98927835 L4_control_A1 +LQ03X014080 Putative Protein cbbY 13.48684028 L4_control_A2 +LQ03X014080 Putative Protein cbbY 13.24531982 L4_control_A3 +LQ03X014080 Putative Protein cbbY 13.97325727 L4_control_B1 +LQ03X014080 Putative Protein cbbY 13.84854169 L4_control_B2 +LQ03X014080 Putative Protein cbbY 13.70936781 L4_control_B3 +LQ03X014080 Putative Protein cbbY 14.43672339 L4_control_C2 +LQ03X014080 Putative Protein cbbY 14.05880813 L4_control_C3 +LQ03X014080 Putative Protein cbbY 12.60637519 L4_chemical_A1 +LQ03X014080 Putative Protein cbbY 13.18679268 L4_chemical_A2 +LQ03X014080 Putative Protein cbbY 13.18638595 L4_chemical_A3 +LQ03X014080 Putative Protein cbbY 13.51605931 L4_chemical_B1 +LQ03X014080 Putative Protein cbbY 13.707553 L4_chemical_B2 +LQ03X014080 Putative Protein cbbY 13.26511915 L4_chemical_B3 +LQ03X014080 Putative Protein cbbY 14.27972705 L4_chemical_C2 +LQ03X014080 Putative Protein cbbY 14.43682131 L4_chemical_C3 +LQ03X014100 Nucleic acid binding protein, putative 12.86322959 C6_control_A1 +LQ03X014100 Nucleic acid binding protein, putative 13.03848351 C6_control_A3 +LQ03X014100 Nucleic acid binding protein, putative 12.41998698 C6_control_B1 +LQ03X014100 Nucleic acid binding protein, putative 12.32219837 C6_control_B2 +LQ03X014100 Nucleic acid binding protein, putative 12.54035078 C6_control_B3 +LQ03X014100 Nucleic acid binding protein, putative 12.20883741 C6_control_C1 +LQ03X014100 Nucleic acid binding protein, putative 11.98070845 C6_control_C2 +LQ03X014100 Nucleic acid binding protein, putative 12.20336298 C6_control_C3 +LQ03X014100 Nucleic acid binding protein, putative 12.70448349 C6_chemical_A1 +LQ03X014100 Nucleic acid binding protein, putative 12.68720545 C6_chemical_A3 +LQ03X014100 Nucleic acid binding protein, putative 12.45514922 C6_chemical_B1 +LQ03X014100 Nucleic acid binding protein, putative 12.06428858 C6_chemical_B2 +LQ03X014100 Nucleic acid binding protein, putative 12.2802416 C6_chemical_B3 +LQ03X014100 Nucleic acid binding protein, putative 12.03592369 C6_chemical_C1 +LQ03X014100 Nucleic acid binding protein, putative 11.89671963 C6_chemical_C2 +LQ03X014100 Nucleic acid binding protein, putative 11.99422953 C6_chemical_C3 +LQ03X014100 Nucleic acid binding protein, putative 13.21672655 L4_control_A1 +LQ03X014100 Nucleic acid binding protein, putative 13.0188342 L4_control_A2 +LQ03X014100 Nucleic acid binding protein, putative 13.42546063 L4_control_A3 +LQ03X014100 Nucleic acid binding protein, putative 12.63600337 L4_control_B1 +LQ03X014100 Nucleic acid binding protein, putative 13.06810743 L4_control_B2 +LQ03X014100 Nucleic acid binding protein, putative 12.12081682 L4_control_B3 +LQ03X014100 Nucleic acid binding protein, putative 12.26296785 L4_control_C2 +LQ03X014100 Nucleic acid binding protein, putative 12.00871852 L4_control_C3 +LQ03X014100 Nucleic acid binding protein, putative 12.73038529 L4_chemical_A1 +LQ03X014100 Nucleic acid binding protein, putative 12.76843265 L4_chemical_A2 +LQ03X014100 Nucleic acid binding protein, putative 13.2211179 L4_chemical_A3 +LQ03X014100 Nucleic acid binding protein, putative 12.96805671 L4_chemical_B1 +LQ03X014100 Nucleic acid binding protein, putative 13.0039243 L4_chemical_B2 +LQ03X014100 Nucleic acid binding protein, putative 12.82199481 L4_chemical_B3 +LQ03X014100 Nucleic acid binding protein, putative 12.38317393 L4_chemical_C2 +LQ03X014100 Nucleic acid binding protein, putative 12.19586843 L4_chemical_C3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.722756765 C6_control_A1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.349447214 C6_control_A3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.861284359 C6_control_B1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.847729811 C6_control_B2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.016390877 C6_control_B3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.705613936 C6_control_C1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.799046931 C6_control_C2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.931028869 C6_control_C3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.341004826 C6_chemical_A1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.095149594 C6_chemical_A3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.9390843 C6_chemical_B1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.776652323 C6_chemical_B2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.000909736 C6_chemical_B3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.889679431 C6_chemical_C1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.128891762 C6_chemical_C2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.877772472 C6_chemical_C3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.712581741 L4_control_A1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.956625726 L4_control_A2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.126456017 L4_control_A3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.123814885 L4_control_B1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.297722461 L4_control_B2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.871373262 L4_control_B3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 6.077717558 L4_control_C2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.239030981 L4_control_C3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.920969756 L4_chemical_A1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.14866377 L4_chemical_A2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.364758572 L4_chemical_A3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.101241823 L4_chemical_B1 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.559834044 L4_chemical_B2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.003874967 L4_chemical_B3 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.074503863 L4_chemical_C2 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 4.816004187 L4_chemical_C3 +LQ03X014130 Callose synthase 10 5.015599841 C6_control_A1 +LQ03X014130 Callose synthase 10 5.04563874 C6_control_A3 +LQ03X014130 Callose synthase 10 4.9349876 C6_control_B1 +LQ03X014130 Callose synthase 10 4.698264941 C6_control_B2 +LQ03X014130 Callose synthase 10 5.056362341 C6_control_B3 +LQ03X014130 Callose synthase 10 4.919810534 C6_control_C1 +LQ03X014130 Callose synthase 10 4.836039669 C6_control_C2 +LQ03X014130 Callose synthase 10 4.647581768 C6_control_C3 +LQ03X014130 Callose synthase 10 4.850590163 C6_chemical_A1 +LQ03X014130 Callose synthase 10 4.852105319 C6_chemical_A3 +LQ03X014130 Callose synthase 10 4.708904738 C6_chemical_B1 +LQ03X014130 Callose synthase 10 4.800012823 C6_chemical_B2 +LQ03X014130 Callose synthase 10 4.719068108 C6_chemical_B3 +LQ03X014130 Callose synthase 10 4.851692603 C6_chemical_C1 +LQ03X014130 Callose synthase 10 4.717918396 C6_chemical_C2 +LQ03X014130 Callose synthase 10 4.852302833 C6_chemical_C3 +LQ03X014130 Callose synthase 10 5.056159409 L4_control_A1 +LQ03X014130 Callose synthase 10 5.213880095 L4_control_A2 +LQ03X014130 Callose synthase 10 5.335176089 L4_control_A3 +LQ03X014130 Callose synthase 10 4.873167726 L4_control_B1 +LQ03X014130 Callose synthase 10 4.811242673 L4_control_B2 +LQ03X014130 Callose synthase 10 4.811883484 L4_control_B3 +LQ03X014130 Callose synthase 10 5.614285595 L4_control_C2 +LQ03X014130 Callose synthase 10 4.820730961 L4_control_C3 +LQ03X014130 Callose synthase 10 4.927012381 L4_chemical_A1 +LQ03X014130 Callose synthase 10 4.632041264 L4_chemical_A2 +LQ03X014130 Callose synthase 10 5.461161824 L4_chemical_A3 +LQ03X014130 Callose synthase 10 4.804566143 L4_chemical_B1 +LQ03X014130 Callose synthase 10 5.055174752 L4_chemical_B2 +LQ03X014130 Callose synthase 10 4.750013838 L4_chemical_B3 +LQ03X014130 Callose synthase 10 4.753081902 L4_chemical_C2 +LQ03X014130 Callose synthase 10 5.341871305 L4_chemical_C3 +LQ03X014140 GDSL esterase/lipase At3g48460 4.894669865 C6_control_A1 +LQ03X014140 GDSL esterase/lipase At3g48460 5.024946045 C6_control_A3 +LQ03X014140 GDSL esterase/lipase At3g48460 4.939127655 C6_control_B1 +LQ03X014140 GDSL esterase/lipase At3g48460 5.380138755 C6_control_B2 +LQ03X014140 GDSL esterase/lipase At3g48460 5.377859711 C6_control_B3 +LQ03X014140 GDSL esterase/lipase At3g48460 5.360194034 C6_control_C1 +LQ03X014140 GDSL esterase/lipase At3g48460 5.121810327 C6_control_C2 +LQ03X014140 GDSL esterase/lipase At3g48460 4.965719234 C6_control_C3 +LQ03X014140 GDSL esterase/lipase At3g48460 4.875020566 C6_chemical_A1 +LQ03X014140 GDSL esterase/lipase At3g48460 5.252690558 C6_chemical_A3 +LQ03X014140 GDSL esterase/lipase At3g48460 5.168957775 C6_chemical_B1 +LQ03X014140 GDSL esterase/lipase At3g48460 5.468193038 C6_chemical_B2 +LQ03X014140 GDSL esterase/lipase At3g48460 5.499782169 C6_chemical_B3 +LQ03X014140 GDSL esterase/lipase At3g48460 5.035911536 C6_chemical_C1 +LQ03X014140 GDSL esterase/lipase At3g48460 5.144086066 C6_chemical_C2 +LQ03X014140 GDSL esterase/lipase At3g48460 4.949438834 C6_chemical_C3 +LQ03X014140 GDSL esterase/lipase At3g48460 5.219453189 L4_control_A1 +LQ03X014140 GDSL esterase/lipase At3g48460 4.787094895 L4_control_A2 +LQ03X014140 GDSL esterase/lipase At3g48460 4.892931854 L4_control_A3 +LQ03X014140 GDSL esterase/lipase At3g48460 5.183994551 L4_control_B1 +LQ03X014140 GDSL esterase/lipase At3g48460 5.290321065 L4_control_B2 +LQ03X014140 GDSL esterase/lipase At3g48460 5.30686884 L4_control_B3 +LQ03X014140 GDSL esterase/lipase At3g48460 5.263643988 L4_control_C2 +LQ03X014140 GDSL esterase/lipase At3g48460 4.968612747 L4_control_C3 +LQ03X014140 GDSL esterase/lipase At3g48460 4.947210465 L4_chemical_A1 +LQ03X014140 GDSL esterase/lipase At3g48460 4.941934651 L4_chemical_A2 +LQ03X014140 GDSL esterase/lipase At3g48460 4.710023428 L4_chemical_A3 +LQ03X014140 GDSL esterase/lipase At3g48460 4.610144196 L4_chemical_B1 +LQ03X014140 GDSL esterase/lipase At3g48460 5.059651885 L4_chemical_B2 +LQ03X014140 GDSL esterase/lipase At3g48460 5.081946999 L4_chemical_B3 +LQ03X014140 GDSL esterase/lipase At3g48460 6.389712823 L4_chemical_C2 +LQ03X014140 GDSL esterase/lipase At3g48460 5.000120169 L4_chemical_C3 +LQ03X014180 Putative Kelch domain-containing protein 4 9.24926304 C6_control_A1 +LQ03X014180 Putative Kelch domain-containing protein 4 9.331360492 C6_control_A3 +LQ03X014180 Putative Kelch domain-containing protein 4 8.53725366 C6_control_B1 +LQ03X014180 Putative Kelch domain-containing protein 4 9.353368619 C6_control_B2 +LQ03X014180 Putative Kelch domain-containing protein 4 8.729861011 C6_control_B3 +LQ03X014180 Putative Kelch domain-containing protein 4 10.56249266 C6_control_C1 +LQ03X014180 Putative Kelch domain-containing protein 4 10.5502291 C6_control_C2 +LQ03X014180 Putative Kelch domain-containing protein 4 9.748491508 C6_control_C3 +LQ03X014180 Putative Kelch domain-containing protein 4 9.602930504 C6_chemical_A1 +LQ03X014180 Putative Kelch domain-containing protein 4 9.227898447 C6_chemical_A3 +LQ03X014180 Putative Kelch domain-containing protein 4 9.117532601 C6_chemical_B1 +LQ03X014180 Putative Kelch domain-containing protein 4 9.647884834 C6_chemical_B2 +LQ03X014180 Putative Kelch domain-containing protein 4 8.81414635 C6_chemical_B3 +LQ03X014180 Putative Kelch domain-containing protein 4 10.49955638 C6_chemical_C1 +LQ03X014180 Putative Kelch domain-containing protein 4 10.47044333 C6_chemical_C2 +LQ03X014180 Putative Kelch domain-containing protein 4 9.886446942 C6_chemical_C3 +LQ03X014180 Putative Kelch domain-containing protein 4 9.428653807 L4_control_A1 +LQ03X014180 Putative Kelch domain-containing protein 4 9.265404744 L4_control_A2 +LQ03X014180 Putative Kelch domain-containing protein 4 9.209539701 L4_control_A3 +LQ03X014180 Putative Kelch domain-containing protein 4 9.069246123 L4_control_B1 +LQ03X014180 Putative Kelch domain-containing protein 4 9.493197162 L4_control_B2 +LQ03X014180 Putative Kelch domain-containing protein 4 8.905379068 L4_control_B3 +LQ03X014180 Putative Kelch domain-containing protein 4 9.68185372 L4_control_C2 +LQ03X014180 Putative Kelch domain-containing protein 4 9.049116516 L4_control_C3 +LQ03X014180 Putative Kelch domain-containing protein 4 9.114164876 L4_chemical_A1 +LQ03X014180 Putative Kelch domain-containing protein 4 9.008593232 L4_chemical_A2 +LQ03X014180 Putative Kelch domain-containing protein 4 9.095552988 L4_chemical_A3 +LQ03X014180 Putative Kelch domain-containing protein 4 8.438070097 L4_chemical_B1 +LQ03X014180 Putative Kelch domain-containing protein 4 9.197892867 L4_chemical_B2 +LQ03X014180 Putative Kelch domain-containing protein 4 8.849168363 L4_chemical_B3 +LQ03X014180 Putative Kelch domain-containing protein 4 9.586915523 L4_chemical_C2 +LQ03X014180 Putative Kelch domain-containing protein 4 8.860188252 L4_chemical_C3 +LQ03X014190 Predicted protein 7.292651668 C6_control_A1 +LQ03X014190 Predicted protein 5.942873095 C6_control_A3 +LQ03X014190 Predicted protein 6.441871694 C6_control_B1 +LQ03X014190 Predicted protein 8.357922799 C6_control_B2 +LQ03X014190 Predicted protein 5.921782689 C6_control_B3 +LQ03X014190 Predicted protein 8.620876484 C6_control_C1 +LQ03X014190 Predicted protein 8.324890095 C6_control_C2 +LQ03X014190 Predicted protein 7.298294504 C6_control_C3 +LQ03X014190 Predicted protein 7.645416804 C6_chemical_A1 +LQ03X014190 Predicted protein 6.796854261 C6_chemical_A3 +LQ03X014190 Predicted protein 6.490676473 C6_chemical_B1 +LQ03X014190 Predicted protein 9.055793107 C6_chemical_B2 +LQ03X014190 Predicted protein 6.277534756 C6_chemical_B3 +LQ03X014190 Predicted protein 8.603988733 C6_chemical_C1 +LQ03X014190 Predicted protein 9.053064748 C6_chemical_C2 +LQ03X014190 Predicted protein 8.194192962 C6_chemical_C3 +LQ03X014190 Predicted protein 7.076172441 L4_control_A1 +LQ03X014190 Predicted protein 7.613510639 L4_control_A2 +LQ03X014190 Predicted protein 6.235881784 L4_control_A3 +LQ03X014190 Predicted protein 6.124394782 L4_control_B1 +LQ03X014190 Predicted protein 6.841573831 L4_control_B2 +LQ03X014190 Predicted protein 6.977127529 L4_control_B3 +LQ03X014190 Predicted protein 6.777969337 L4_control_C2 +LQ03X014190 Predicted protein 6.479651219 L4_control_C3 +LQ03X014190 Predicted protein 7.709494646 L4_chemical_A1 +LQ03X014190 Predicted protein 8.480458473 L4_chemical_A2 +LQ03X014190 Predicted protein 7.152331935 L4_chemical_A3 +LQ03X014190 Predicted protein 6.325532222 L4_chemical_B1 +LQ03X014190 Predicted protein 6.593263391 L4_chemical_B2 +LQ03X014190 Predicted protein 6.925733043 L4_chemical_B3 +LQ03X014190 Predicted protein 7.619628557 L4_chemical_C2 +LQ03X014190 Predicted protein 6.059649375 L4_chemical_C3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.847456149 C6_control_A1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.039720316 C6_control_A3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.374597823 C6_control_B1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.202542966 C6_control_B2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.004159489 C6_control_B3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.92645772 C6_control_C1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.971047844 C6_control_C2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.766698453 C6_control_C3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.374493005 C6_chemical_A1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.089907521 C6_chemical_A3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 7.532088337 C6_chemical_B1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.583884424 C6_chemical_B2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 7.812979 C6_chemical_B3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.548345036 C6_chemical_C1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.576814968 C6_chemical_C2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.780152578 C6_chemical_C3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.82320172 L4_control_A1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.437290725 L4_control_A2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.106866138 L4_control_A3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 7.251607855 L4_control_B1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.34684514 L4_control_B2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.615602681 L4_control_B3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 10.09815547 L4_control_C2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.031268462 L4_control_C3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.417201256 L4_chemical_A1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 7.905027538 L4_chemical_A2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 7.843116761 L4_chemical_A3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 7.352452604 L4_chemical_B1 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 7.621258424 L4_chemical_B2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 7.923437047 L4_chemical_B3 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 9.733230566 L4_chemical_C2 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.914944051 L4_chemical_C3 +LQ03X014210 Elongator complex protein 3 11.92668306 C6_control_A1 +LQ03X014210 Elongator complex protein 3 12.44972035 C6_control_A3 +LQ03X014210 Elongator complex protein 3 11.68734775 C6_control_B1 +LQ03X014210 Elongator complex protein 3 11.48395449 C6_control_B2 +LQ03X014210 Elongator complex protein 3 11.62592928 C6_control_B3 +LQ03X014210 Elongator complex protein 3 12.67012997 C6_control_C1 +LQ03X014210 Elongator complex protein 3 12.44047097 C6_control_C2 +LQ03X014210 Elongator complex protein 3 12.59570351 C6_control_C3 +LQ03X014210 Elongator complex protein 3 11.86770342 C6_chemical_A1 +LQ03X014210 Elongator complex protein 3 12.4054139 C6_chemical_A3 +LQ03X014210 Elongator complex protein 3 11.57633756 C6_chemical_B1 +LQ03X014210 Elongator complex protein 3 11.42465939 C6_chemical_B2 +LQ03X014210 Elongator complex protein 3 11.57419139 C6_chemical_B3 +LQ03X014210 Elongator complex protein 3 12.59456936 C6_chemical_C1 +LQ03X014210 Elongator complex protein 3 12.42430688 C6_chemical_C2 +LQ03X014210 Elongator complex protein 3 12.41536975 C6_chemical_C3 +LQ03X014210 Elongator complex protein 3 11.65826895 L4_control_A1 +LQ03X014210 Elongator complex protein 3 11.93520856 L4_control_A2 +LQ03X014210 Elongator complex protein 3 11.87783386 L4_control_A3 +LQ03X014210 Elongator complex protein 3 11.29174136 L4_control_B1 +LQ03X014210 Elongator complex protein 3 10.99887614 L4_control_B2 +LQ03X014210 Elongator complex protein 3 11.42774369 L4_control_B3 +LQ03X014210 Elongator complex protein 3 11.99855297 L4_control_C2 +LQ03X014210 Elongator complex protein 3 11.69987982 L4_control_C3 +LQ03X014210 Elongator complex protein 3 11.80099167 L4_chemical_A1 +LQ03X014210 Elongator complex protein 3 11.81185567 L4_chemical_A2 +LQ03X014210 Elongator complex protein 3 11.58622536 L4_chemical_A3 +LQ03X014210 Elongator complex protein 3 11.36314354 L4_chemical_B1 +LQ03X014210 Elongator complex protein 3 11.13148962 L4_chemical_B2 +LQ03X014210 Elongator complex protein 3 11.374241 L4_chemical_B3 +LQ03X014210 Elongator complex protein 3 12.07644746 L4_chemical_C2 +LQ03X014210 Elongator complex protein 3 11.87878816 L4_chemical_C3 +LQ03X014240 Predicted protein 11.51974949 C6_control_A1 +LQ03X014240 Predicted protein 11.78193629 C6_control_A3 +LQ03X014240 Predicted protein 10.86440594 C6_control_B1 +LQ03X014240 Predicted protein 10.48110087 C6_control_B2 +LQ03X014240 Predicted protein 10.661688 C6_control_B3 +LQ03X014240 Predicted protein 10.83534617 C6_control_C1 +LQ03X014240 Predicted protein 10.66584121 C6_control_C2 +LQ03X014240 Predicted protein 10.54778446 C6_control_C3 +LQ03X014240 Predicted protein 11.06398849 C6_chemical_A1 +LQ03X014240 Predicted protein 11.33652132 C6_chemical_A3 +LQ03X014240 Predicted protein 10.45524019 C6_chemical_B1 +LQ03X014240 Predicted protein 10.5133378 C6_chemical_B2 +LQ03X014240 Predicted protein 10.21369372 C6_chemical_B3 +LQ03X014240 Predicted protein 10.76355791 C6_chemical_C1 +LQ03X014240 Predicted protein 10.97317645 C6_chemical_C2 +LQ03X014240 Predicted protein 10.43717599 C6_chemical_C3 +LQ03X014240 Predicted protein 11.35294756 L4_control_A1 +LQ03X014240 Predicted protein 11.32560139 L4_control_A2 +LQ03X014240 Predicted protein 12.15005473 L4_control_A3 +LQ03X014240 Predicted protein 10.35289548 L4_control_B1 +LQ03X014240 Predicted protein 11.09921457 L4_control_B2 +LQ03X014240 Predicted protein 9.963786558 L4_control_B3 +LQ03X014240 Predicted protein 10.33326589 L4_control_C2 +LQ03X014240 Predicted protein 10.81268166 L4_control_C3 +LQ03X014240 Predicted protein 11.02727425 L4_chemical_A1 +LQ03X014240 Predicted protein 10.96389164 L4_chemical_A2 +LQ03X014240 Predicted protein 11.79850613 L4_chemical_A3 +LQ03X014240 Predicted protein 10.80637934 L4_chemical_B1 +LQ03X014240 Predicted protein 10.55135215 L4_chemical_B2 +LQ03X014240 Predicted protein 10.32543768 L4_chemical_B3 +LQ03X014240 Predicted protein 10.16320062 L4_chemical_C2 +LQ03X014240 Predicted protein 10.99768413 L4_chemical_C3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.73737453 C6_control_A1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.65359556 C6_control_A3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.58731338 C6_control_B1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.63199805 C6_control_B2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.51746542 C6_control_B3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 13.11720406 C6_control_C1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.76515655 C6_control_C2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.53738195 C6_control_C3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.41094554 C6_chemical_A1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.39303545 C6_chemical_A3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.37298083 C6_chemical_B1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.48915642 C6_chemical_B2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.29434686 C6_chemical_B3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.9112985 C6_chemical_C1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.93085602 C6_chemical_C2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.44638936 C6_chemical_C3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.36172516 L4_control_A1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.32482907 L4_control_A2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 11.91431265 L4_control_A3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.17644688 L4_control_B1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.17713319 L4_control_B2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 11.60785534 L4_control_B3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.43488704 L4_control_C2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 11.20262571 L4_control_C3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.11201915 L4_chemical_A1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.46385238 L4_chemical_A2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.05608616 L4_chemical_A3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.46101429 L4_chemical_B1 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.09827976 L4_chemical_B2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 11.66169265 L4_chemical_B3 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.21112776 L4_chemical_C2 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 11.61502744 L4_chemical_C3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.762932267 C6_control_A1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.19828115 C6_control_A3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.073600211 C6_control_B1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.890317177 C6_control_B2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.651877467 C6_control_B3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.435240353 C6_control_C1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.79333206 C6_control_C2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.913386888 C6_control_C3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.194671313 C6_chemical_A1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.270220104 C6_chemical_A3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.4632874 C6_chemical_B1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.899736503 C6_chemical_B2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.851549468 C6_chemical_B3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.036448538 C6_chemical_C1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.937167955 C6_chemical_C2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.691177338 C6_chemical_C3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.715380678 L4_control_A1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.708125848 L4_control_A2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.868429493 L4_control_A3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.426742395 L4_control_B1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.169994448 L4_control_B2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.391165945 L4_control_B3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.655527338 L4_control_C2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.634346539 L4_control_C3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.045181433 L4_chemical_A1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.810157937 L4_chemical_A2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.544314692 L4_chemical_A3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.335617092 L4_chemical_B1 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.056684288 L4_chemical_B2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.609525096 L4_chemical_B3 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.901779806 L4_chemical_C2 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 5.223726691 L4_chemical_C3 +LQ03X014380 Hypothetical protein 4.598557901 C6_control_A1 +LQ03X014380 Hypothetical protein 4.926433189 C6_control_A3 +LQ03X014380 Hypothetical protein 4.784677178 C6_control_B1 +LQ03X014380 Hypothetical protein 4.81178823 C6_control_B2 +LQ03X014380 Hypothetical protein 4.729640556 C6_control_B3 +LQ03X014380 Hypothetical protein 5.279911648 C6_control_C1 +LQ03X014380 Hypothetical protein 4.877070147 C6_control_C2 +LQ03X014380 Hypothetical protein 4.815144155 C6_control_C3 +LQ03X014380 Hypothetical protein 4.934591114 C6_chemical_A1 +LQ03X014380 Hypothetical protein 4.952961242 C6_chemical_A3 +LQ03X014380 Hypothetical protein 4.951575044 C6_chemical_B1 +LQ03X014380 Hypothetical protein 4.498157255 C6_chemical_B2 +LQ03X014380 Hypothetical protein 5.028171518 C6_chemical_B3 +LQ03X014380 Hypothetical protein 4.928199704 C6_chemical_C1 +LQ03X014380 Hypothetical protein 4.941092375 C6_chemical_C2 +LQ03X014380 Hypothetical protein 4.78100726 C6_chemical_C3 +LQ03X014380 Hypothetical protein 4.742549737 L4_control_A1 +LQ03X014380 Hypothetical protein 4.638845758 L4_control_A2 +LQ03X014380 Hypothetical protein 4.591225588 L4_control_A3 +LQ03X014380 Hypothetical protein 5.404740513 L4_control_B1 +LQ03X014380 Hypothetical protein 4.741340636 L4_control_B2 +LQ03X014380 Hypothetical protein 4.723632629 L4_control_B3 +LQ03X014380 Hypothetical protein 5.157621777 L4_control_C2 +LQ03X014380 Hypothetical protein 5.151799801 L4_control_C3 +LQ03X014380 Hypothetical protein 4.770593783 L4_chemical_A1 +LQ03X014380 Hypothetical protein 4.769400835 L4_chemical_A2 +LQ03X014380 Hypothetical protein 4.857830648 L4_chemical_A3 +LQ03X014380 Hypothetical protein 6.152841055 L4_chemical_B1 +LQ03X014380 Hypothetical protein 4.747668364 L4_chemical_B2 +LQ03X014380 Hypothetical protein 4.584195881 L4_chemical_B3 +LQ03X014380 Hypothetical protein 5.018057983 L4_chemical_C2 +LQ03X014380 Hypothetical protein 4.964015096 L4_chemical_C3 +LQ03X014390 Hypothetical protein 5.665609607 C6_control_A1 +LQ03X014390 Hypothetical protein 5.602659399 C6_control_A3 +LQ03X014390 Hypothetical protein 5.480172287 C6_control_B1 +LQ03X014390 Hypothetical protein 5.599161176 C6_control_B2 +LQ03X014390 Hypothetical protein 5.406206255 C6_control_B3 +LQ03X014390 Hypothetical protein 5.589234104 C6_control_C1 +LQ03X014390 Hypothetical protein 5.361988458 C6_control_C2 +LQ03X014390 Hypothetical protein 5.52823553 C6_control_C3 +LQ03X014390 Hypothetical protein 6.055400233 C6_chemical_A1 +LQ03X014390 Hypothetical protein 5.550612869 C6_chemical_A3 +LQ03X014390 Hypothetical protein 5.453610404 C6_chemical_B1 +LQ03X014390 Hypothetical protein 5.594551558 C6_chemical_B2 +LQ03X014390 Hypothetical protein 5.627005136 C6_chemical_B3 +LQ03X014390 Hypothetical protein 5.661544621 C6_chemical_C1 +LQ03X014390 Hypothetical protein 5.692865331 C6_chemical_C2 +LQ03X014390 Hypothetical protein 5.93746168 C6_chemical_C3 +LQ03X014390 Hypothetical protein 5.48292442 L4_control_A1 +LQ03X014390 Hypothetical protein 5.457335428 L4_control_A2 +LQ03X014390 Hypothetical protein 5.934864853 L4_control_A3 +LQ03X014390 Hypothetical protein 5.595025232 L4_control_B1 +LQ03X014390 Hypothetical protein 5.146335713 L4_control_B2 +LQ03X014390 Hypothetical protein 5.753192627 L4_control_B3 +LQ03X014390 Hypothetical protein 5.745414235 L4_control_C2 +LQ03X014390 Hypothetical protein 5.280208223 L4_control_C3 +LQ03X014390 Hypothetical protein 5.743471044 L4_chemical_A1 +LQ03X014390 Hypothetical protein 5.959952997 L4_chemical_A2 +LQ03X014390 Hypothetical protein 6.243988427 L4_chemical_A3 +LQ03X014390 Hypothetical protein 5.743101678 L4_chemical_B1 +LQ03X014390 Hypothetical protein 5.677191729 L4_chemical_B2 +LQ03X014390 Hypothetical protein 5.733855723 L4_chemical_B3 +LQ03X014390 Hypothetical protein 5.327849055 L4_chemical_C2 +LQ03X014390 Hypothetical protein 5.765210019 L4_chemical_C3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.22247803 C6_control_A1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.2784343 C6_control_A3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.09428792 C6_control_B1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.14552229 C6_control_B2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.13856965 C6_control_B3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.72149908 C6_control_C1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 11.33588177 C6_control_C2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.86508824 C6_control_C3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.4427112 C6_chemical_A1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.29947309 C6_chemical_A3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.08569703 C6_chemical_B1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.23205992 C6_chemical_B2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 9.926221719 C6_chemical_B3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.82836791 C6_chemical_C1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.92505365 C6_chemical_C2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.81609073 C6_chemical_C3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 9.726600665 L4_control_A1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 9.950821224 L4_control_A2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.05344025 L4_control_A3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 8.905411745 L4_control_B1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.49914667 L4_control_B2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 9.531994856 L4_control_B3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.51334053 L4_control_C2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.59472569 L4_control_C3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 9.695402491 L4_chemical_A1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.45977751 L4_chemical_A2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.02151552 L4_chemical_A3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 9.345753149 L4_chemical_B1 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 9.726926455 L4_chemical_B2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 9.490779531 L4_chemical_B3 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.4935956 L4_chemical_C2 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.09894234 L4_chemical_C3 +LQ03X014430 Putative uncharacterized protein At3g48500 9.861958697 C6_control_A1 +LQ03X014430 Putative uncharacterized protein At3g48500 10.0258412 C6_control_A3 +LQ03X014430 Putative uncharacterized protein At3g48500 8.89854517 C6_control_B1 +LQ03X014430 Putative uncharacterized protein At3g48500 9.400955968 C6_control_B2 +LQ03X014430 Putative uncharacterized protein At3g48500 9.128905736 C6_control_B3 +LQ03X014430 Putative uncharacterized protein At3g48500 10.4910069 C6_control_C1 +LQ03X014430 Putative uncharacterized protein At3g48500 10.64448454 C6_control_C2 +LQ03X014430 Putative uncharacterized protein At3g48500 10.37469935 C6_control_C3 +LQ03X014430 Putative uncharacterized protein At3g48500 9.881667416 C6_chemical_A1 +LQ03X014430 Putative uncharacterized protein At3g48500 10.04081353 C6_chemical_A3 +LQ03X014430 Putative uncharacterized protein At3g48500 8.740535787 C6_chemical_B1 +LQ03X014430 Putative uncharacterized protein At3g48500 9.23941012 C6_chemical_B2 +LQ03X014430 Putative uncharacterized protein At3g48500 9.144011113 C6_chemical_B3 +LQ03X014430 Putative uncharacterized protein At3g48500 10.60600707 C6_chemical_C1 +LQ03X014430 Putative uncharacterized protein At3g48500 10.89626333 C6_chemical_C2 +LQ03X014430 Putative uncharacterized protein At3g48500 10.13113366 C6_chemical_C3 +LQ03X014430 Putative uncharacterized protein At3g48500 10.34121277 L4_control_A1 +LQ03X014430 Putative uncharacterized protein At3g48500 10.39060206 L4_control_A2 +LQ03X014430 Putative uncharacterized protein At3g48500 11.27328955 L4_control_A3 +LQ03X014430 Putative uncharacterized protein At3g48500 8.825242868 L4_control_B1 +LQ03X014430 Putative uncharacterized protein At3g48500 10.35848145 L4_control_B2 +LQ03X014430 Putative uncharacterized protein At3g48500 10.08322741 L4_control_B3 +LQ03X014430 Putative uncharacterized protein At3g48500 11.01782057 L4_control_C2 +LQ03X014430 Putative uncharacterized protein At3g48500 11.2388645 L4_control_C3 +LQ03X014430 Putative uncharacterized protein At3g48500 9.741536253 L4_chemical_A1 +LQ03X014430 Putative uncharacterized protein At3g48500 10.06570894 L4_chemical_A2 +LQ03X014430 Putative uncharacterized protein At3g48500 10.52274349 L4_chemical_A3 +LQ03X014430 Putative uncharacterized protein At3g48500 8.663396046 L4_chemical_B1 +LQ03X014430 Putative uncharacterized protein At3g48500 10.03106673 L4_chemical_B2 +LQ03X014430 Putative uncharacterized protein At3g48500 9.483343382 L4_chemical_B3 +LQ03X014430 Putative uncharacterized protein At3g48500 11.1580812 L4_chemical_C2 +LQ03X014430 Putative uncharacterized protein At3g48500 11.26040843 L4_chemical_C3 +LQ03X014440 Bromodomain-containing protein, putative 9.692963656 C6_control_A1 +LQ03X014440 Bromodomain-containing protein, putative 8.630272596 C6_control_A3 +LQ03X014440 Bromodomain-containing protein, putative 9.698467907 C6_control_B1 +LQ03X014440 Bromodomain-containing protein, putative 9.638732282 C6_control_B2 +LQ03X014440 Bromodomain-containing protein, putative 9.623249951 C6_control_B3 +LQ03X014440 Bromodomain-containing protein, putative 10.1122052 C6_control_C1 +LQ03X014440 Bromodomain-containing protein, putative 9.958072111 C6_control_C2 +LQ03X014440 Bromodomain-containing protein, putative 9.987260388 C6_control_C3 +LQ03X014440 Bromodomain-containing protein, putative 9.743268851 C6_chemical_A1 +LQ03X014440 Bromodomain-containing protein, putative 9.813575908 C6_chemical_A3 +LQ03X014440 Bromodomain-containing protein, putative 9.561630942 C6_chemical_B1 +LQ03X014440 Bromodomain-containing protein, putative 9.787020947 C6_chemical_B2 +LQ03X014440 Bromodomain-containing protein, putative 9.563958832 C6_chemical_B3 +LQ03X014440 Bromodomain-containing protein, putative 10.28605823 C6_chemical_C1 +LQ03X014440 Bromodomain-containing protein, putative 10.39749018 C6_chemical_C2 +LQ03X014440 Bromodomain-containing protein, putative 10.13757507 C6_chemical_C3 +LQ03X014440 Bromodomain-containing protein, putative 9.358290206 L4_control_A1 +LQ03X014440 Bromodomain-containing protein, putative 9.816467305 L4_control_A2 +LQ03X014440 Bromodomain-containing protein, putative 8.197685131 L4_control_A3 +LQ03X014440 Bromodomain-containing protein, putative 9.674120046 L4_control_B1 +LQ03X014440 Bromodomain-containing protein, putative 9.845303119 L4_control_B2 +LQ03X014440 Bromodomain-containing protein, putative 10.05473699 L4_control_B3 +LQ03X014440 Bromodomain-containing protein, putative 10.51325775 L4_control_C2 +LQ03X014440 Bromodomain-containing protein, putative 10.47631392 L4_control_C3 +LQ03X014440 Bromodomain-containing protein, putative 9.603015939 L4_chemical_A1 +LQ03X014440 Bromodomain-containing protein, putative 9.883751482 L4_chemical_A2 +LQ03X014440 Bromodomain-containing protein, putative 8.307463277 L4_chemical_A3 +LQ03X014440 Bromodomain-containing protein, putative 9.442902967 L4_chemical_B1 +LQ03X014440 Bromodomain-containing protein, putative 9.713043404 L4_chemical_B2 +LQ03X014440 Bromodomain-containing protein, putative 9.46469569 L4_chemical_B3 +LQ03X014440 Bromodomain-containing protein, putative 10.28706674 L4_chemical_C2 +LQ03X014440 Bromodomain-containing protein, putative 10.68972483 L4_chemical_C3 +LQ03X014450 Predicted protein 8.065100478 C6_control_A1 +LQ03X014450 Predicted protein 9.724111573 C6_control_A3 +LQ03X014450 Predicted protein 8.580710849 C6_control_B1 +LQ03X014450 Predicted protein 9.14676328 C6_control_B2 +LQ03X014450 Predicted protein 9.225137175 C6_control_B3 +LQ03X014450 Predicted protein 11.04624847 C6_control_C1 +LQ03X014450 Predicted protein 11.37098793 C6_control_C2 +LQ03X014450 Predicted protein 11.26199273 C6_control_C3 +LQ03X014450 Predicted protein 8.635832002 C6_chemical_A1 +LQ03X014450 Predicted protein 10.46742438 C6_chemical_A3 +LQ03X014450 Predicted protein 9.206655562 C6_chemical_B1 +LQ03X014450 Predicted protein 9.653746429 C6_chemical_B2 +LQ03X014450 Predicted protein 8.872410406 C6_chemical_B3 +LQ03X014450 Predicted protein 11.36178892 C6_chemical_C1 +LQ03X014450 Predicted protein 11.72351602 C6_chemical_C2 +LQ03X014450 Predicted protein 11.39139166 C6_chemical_C3 +LQ03X014450 Predicted protein 9.328925017 L4_control_A1 +LQ03X014450 Predicted protein 9.545792588 L4_control_A2 +LQ03X014450 Predicted protein 10.563069 L4_control_A3 +LQ03X014450 Predicted protein 9.690571286 L4_control_B1 +LQ03X014450 Predicted protein 9.042945372 L4_control_B2 +LQ03X014450 Predicted protein 9.244290003 L4_control_B3 +LQ03X014450 Predicted protein 10.15484957 L4_control_C2 +LQ03X014450 Predicted protein 10.67532285 L4_control_C3 +LQ03X014450 Predicted protein 11.92285367 L4_chemical_A1 +LQ03X014450 Predicted protein 13.39711934 L4_chemical_A2 +LQ03X014450 Predicted protein 10.72707212 L4_chemical_A3 +LQ03X014450 Predicted protein 9.919705227 L4_chemical_B1 +LQ03X014450 Predicted protein 10.80948888 L4_chemical_B2 +LQ03X014450 Predicted protein 9.188872288 L4_chemical_B3 +LQ03X014450 Predicted protein 11.32987129 L4_chemical_C2 +LQ03X014450 Predicted protein 11.09473475 L4_chemical_C3 +LQ03X014460 Malate synthase, glyoxysomal 5.642010149 C6_control_A1 +LQ03X014460 Malate synthase, glyoxysomal 5.302531015 C6_control_A3 +LQ03X014460 Malate synthase, glyoxysomal 5.314119055 C6_control_B1 +LQ03X014460 Malate synthase, glyoxysomal 5.727440415 C6_control_B2 +LQ03X014460 Malate synthase, glyoxysomal 5.558498868 C6_control_B3 +LQ03X014460 Malate synthase, glyoxysomal 5.470860503 C6_control_C1 +LQ03X014460 Malate synthase, glyoxysomal 5.338496136 C6_control_C2 +LQ03X014460 Malate synthase, glyoxysomal 5.244330502 C6_control_C3 +LQ03X014460 Malate synthase, glyoxysomal 5.467127724 C6_chemical_A1 +LQ03X014460 Malate synthase, glyoxysomal 5.404229082 C6_chemical_A3 +LQ03X014460 Malate synthase, glyoxysomal 5.389015868 C6_chemical_B1 +LQ03X014460 Malate synthase, glyoxysomal 5.530609541 C6_chemical_B2 +LQ03X014460 Malate synthase, glyoxysomal 5.204870352 C6_chemical_B3 +LQ03X014460 Malate synthase, glyoxysomal 5.697852147 C6_chemical_C1 +LQ03X014460 Malate synthase, glyoxysomal 5.640194442 C6_chemical_C2 +LQ03X014460 Malate synthase, glyoxysomal 5.492327837 C6_chemical_C3 +LQ03X014460 Malate synthase, glyoxysomal 5.272650079 L4_control_A1 +LQ03X014460 Malate synthase, glyoxysomal 5.688907857 L4_control_A2 +LQ03X014460 Malate synthase, glyoxysomal 5.44480461 L4_control_A3 +LQ03X014460 Malate synthase, glyoxysomal 5.415314082 L4_control_B1 +LQ03X014460 Malate synthase, glyoxysomal 5.924274428 L4_control_B2 +LQ03X014460 Malate synthase, glyoxysomal 5.52980885 L4_control_B3 +LQ03X014460 Malate synthase, glyoxysomal 5.580258032 L4_control_C2 +LQ03X014460 Malate synthase, glyoxysomal 5.225015952 L4_control_C3 +LQ03X014460 Malate synthase, glyoxysomal 5.433304136 L4_chemical_A1 +LQ03X014460 Malate synthase, glyoxysomal 5.676450836 L4_chemical_A2 +LQ03X014460 Malate synthase, glyoxysomal 5.876470889 L4_chemical_A3 +LQ03X014460 Malate synthase, glyoxysomal 5.480636469 L4_chemical_B1 +LQ03X014460 Malate synthase, glyoxysomal 5.715053173 L4_chemical_B2 +LQ03X014460 Malate synthase, glyoxysomal 5.101013666 L4_chemical_B3 +LQ03X014460 Malate synthase, glyoxysomal 5.952850849 L4_chemical_C2 +LQ03X014460 Malate synthase, glyoxysomal 5.535028665 L4_chemical_C3 +LQ03X014470 Cyclin-dependent kinase G-2 6.725254766 C6_control_A1 +LQ03X014470 Cyclin-dependent kinase G-2 6.433834625 C6_control_A3 +LQ03X014470 Cyclin-dependent kinase G-2 6.099856878 C6_control_B1 +LQ03X014470 Cyclin-dependent kinase G-2 5.920540586 C6_control_B2 +LQ03X014470 Cyclin-dependent kinase G-2 6.712985214 C6_control_B3 +LQ03X014470 Cyclin-dependent kinase G-2 5.588478517 C6_control_C1 +LQ03X014470 Cyclin-dependent kinase G-2 5.779576563 C6_control_C2 +LQ03X014470 Cyclin-dependent kinase G-2 5.977787028 C6_control_C3 +LQ03X014470 Cyclin-dependent kinase G-2 6.730765418 C6_chemical_A1 +LQ03X014470 Cyclin-dependent kinase G-2 6.241830142 C6_chemical_A3 +LQ03X014470 Cyclin-dependent kinase G-2 5.668121765 C6_chemical_B1 +LQ03X014470 Cyclin-dependent kinase G-2 5.969481681 C6_chemical_B2 +LQ03X014470 Cyclin-dependent kinase G-2 6.450907985 C6_chemical_B3 +LQ03X014470 Cyclin-dependent kinase G-2 5.245297816 C6_chemical_C1 +LQ03X014470 Cyclin-dependent kinase G-2 6.072061605 C6_chemical_C2 +LQ03X014470 Cyclin-dependent kinase G-2 5.935523271 C6_chemical_C3 +LQ03X014470 Cyclin-dependent kinase G-2 6.053463515 L4_control_A1 +LQ03X014470 Cyclin-dependent kinase G-2 6.897649236 L4_control_A2 +LQ03X014470 Cyclin-dependent kinase G-2 7.364716422 L4_control_A3 +LQ03X014470 Cyclin-dependent kinase G-2 5.730462528 L4_control_B1 +LQ03X014470 Cyclin-dependent kinase G-2 6.951385582 L4_control_B2 +LQ03X014470 Cyclin-dependent kinase G-2 6.464303093 L4_control_B3 +LQ03X014470 Cyclin-dependent kinase G-2 6.064381723 L4_control_C2 +LQ03X014470 Cyclin-dependent kinase G-2 5.672913678 L4_control_C3 +LQ03X014470 Cyclin-dependent kinase G-2 5.804858103 L4_chemical_A1 +LQ03X014470 Cyclin-dependent kinase G-2 6.980451794 L4_chemical_A2 +LQ03X014470 Cyclin-dependent kinase G-2 7.925638083 L4_chemical_A3 +LQ03X014470 Cyclin-dependent kinase G-2 6.479710763 L4_chemical_B1 +LQ03X014470 Cyclin-dependent kinase G-2 6.565577781 L4_chemical_B2 +LQ03X014470 Cyclin-dependent kinase G-2 6.376347172 L4_chemical_B3 +LQ03X014470 Cyclin-dependent kinase G-2 6.447047124 L4_chemical_C2 +LQ03X014470 Cyclin-dependent kinase G-2 5.432823354 L4_chemical_C3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.702549405 C6_control_A1 +LQ03X014490 4-coumarate--CoA ligase-like 9 6.226784843 C6_control_A3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.145022518 C6_control_B1 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.741424741 C6_control_B2 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.601396978 C6_control_B3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.473215566 C6_control_C1 +LQ03X014490 4-coumarate--CoA ligase-like 9 7.111689757 C6_control_C2 +LQ03X014490 4-coumarate--CoA ligase-like 9 6.040464626 C6_control_C3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.508110752 C6_chemical_A1 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.494742142 C6_chemical_A3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.060233259 C6_chemical_B1 +LQ03X014490 4-coumarate--CoA ligase-like 9 6.144310961 C6_chemical_B2 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.63867789 C6_chemical_B3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.455218453 C6_chemical_C1 +LQ03X014490 4-coumarate--CoA ligase-like 9 6.167181535 C6_chemical_C2 +LQ03X014490 4-coumarate--CoA ligase-like 9 4.993599562 C6_chemical_C3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.216592266 L4_control_A1 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.487796446 L4_control_A2 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.628855816 L4_control_A3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.755389866 L4_control_B1 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.988956687 L4_control_B2 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.222839039 L4_control_B3 +LQ03X014490 4-coumarate--CoA ligase-like 9 6.226779581 L4_control_C2 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.714969841 L4_control_C3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.620830594 L4_chemical_A1 +LQ03X014490 4-coumarate--CoA ligase-like 9 6.21468857 L4_chemical_A2 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.207898484 L4_chemical_A3 +LQ03X014490 4-coumarate--CoA ligase-like 9 6.129176816 L4_chemical_B1 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.62007194 L4_chemical_B2 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.163801091 L4_chemical_B3 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.691131448 L4_chemical_C2 +LQ03X014490 4-coumarate--CoA ligase-like 9 6.44715537 L4_chemical_C3 +LQ03X014520 Brain protein 44-like protein 12.86225645 C6_control_A1 +LQ03X014520 Brain protein 44-like protein 13.0097197 C6_control_A3 +LQ03X014520 Brain protein 44-like protein 13.21165505 C6_control_B1 +LQ03X014520 Brain protein 44-like protein 13.20658314 C6_control_B2 +LQ03X014520 Brain protein 44-like protein 12.93281133 C6_control_B3 +LQ03X014520 Brain protein 44-like protein 12.72033391 C6_control_C1 +LQ03X014520 Brain protein 44-like protein 12.50490358 C6_control_C2 +LQ03X014520 Brain protein 44-like protein 13.03450717 C6_control_C3 +LQ03X014520 Brain protein 44-like protein 12.87860902 C6_chemical_A1 +LQ03X014520 Brain protein 44-like protein 12.6822508 C6_chemical_A3 +LQ03X014520 Brain protein 44-like protein 12.80657035 C6_chemical_B1 +LQ03X014520 Brain protein 44-like protein 12.96370725 C6_chemical_B2 +LQ03X014520 Brain protein 44-like protein 12.81291179 C6_chemical_B3 +LQ03X014520 Brain protein 44-like protein 12.81191772 C6_chemical_C1 +LQ03X014520 Brain protein 44-like protein 12.7109246 C6_chemical_C2 +LQ03X014520 Brain protein 44-like protein 12.95560952 C6_chemical_C3 +LQ03X014520 Brain protein 44-like protein 12.99124183 L4_control_A1 +LQ03X014520 Brain protein 44-like protein 12.26354206 L4_control_A2 +LQ03X014520 Brain protein 44-like protein 12.47439564 L4_control_A3 +LQ03X014520 Brain protein 44-like protein 12.44311518 L4_control_B1 +LQ03X014520 Brain protein 44-like protein 11.55741631 L4_control_B2 +LQ03X014520 Brain protein 44-like protein 12.65951817 L4_control_B3 +LQ03X014520 Brain protein 44-like protein 11.79447932 L4_control_C2 +LQ03X014520 Brain protein 44-like protein 11.77413434 L4_control_C3 +LQ03X014520 Brain protein 44-like protein 12.88443175 L4_chemical_A1 +LQ03X014520 Brain protein 44-like protein 11.98115688 L4_chemical_A2 +LQ03X014520 Brain protein 44-like protein 12.74144875 L4_chemical_A3 +LQ03X014520 Brain protein 44-like protein 12.66573272 L4_chemical_B1 +LQ03X014520 Brain protein 44-like protein 12.15722548 L4_chemical_B2 +LQ03X014520 Brain protein 44-like protein 12.79006042 L4_chemical_B3 +LQ03X014520 Brain protein 44-like protein 11.84016014 L4_chemical_C2 +LQ03X014520 Brain protein 44-like protein 11.96256127 L4_chemical_C3 +LQ03X014580 Aspartyl aminopeptidase 11.84437349 C6_control_A1 +LQ03X014580 Aspartyl aminopeptidase 11.83174074 C6_control_A3 +LQ03X014580 Aspartyl aminopeptidase 11.31425099 C6_control_B1 +LQ03X014580 Aspartyl aminopeptidase 11.65091149 C6_control_B2 +LQ03X014580 Aspartyl aminopeptidase 11.57810127 C6_control_B3 +LQ03X014580 Aspartyl aminopeptidase 12.4525968 C6_control_C1 +LQ03X014580 Aspartyl aminopeptidase 12.20375487 C6_control_C2 +LQ03X014580 Aspartyl aminopeptidase 11.82413332 C6_control_C3 +LQ03X014580 Aspartyl aminopeptidase 11.96792873 C6_chemical_A1 +LQ03X014580 Aspartyl aminopeptidase 11.8298689 C6_chemical_A3 +LQ03X014580 Aspartyl aminopeptidase 11.44109752 C6_chemical_B1 +LQ03X014580 Aspartyl aminopeptidase 11.62850927 C6_chemical_B2 +LQ03X014580 Aspartyl aminopeptidase 11.41314143 C6_chemical_B3 +LQ03X014580 Aspartyl aminopeptidase 12.58070622 C6_chemical_C1 +LQ03X014580 Aspartyl aminopeptidase 12.43997944 C6_chemical_C2 +LQ03X014580 Aspartyl aminopeptidase 11.84066696 C6_chemical_C3 +LQ03X014580 Aspartyl aminopeptidase 12.10099733 L4_control_A1 +LQ03X014580 Aspartyl aminopeptidase 11.8171306 L4_control_A2 +LQ03X014580 Aspartyl aminopeptidase 12.43935959 L4_control_A3 +LQ03X014580 Aspartyl aminopeptidase 11.60124023 L4_control_B1 +LQ03X014580 Aspartyl aminopeptidase 11.82896376 L4_control_B2 +LQ03X014580 Aspartyl aminopeptidase 11.9011434 L4_control_B3 +LQ03X014580 Aspartyl aminopeptidase 12.37625852 L4_control_C2 +LQ03X014580 Aspartyl aminopeptidase 12.3933605 L4_control_C3 +LQ03X014580 Aspartyl aminopeptidase 12.12922298 L4_chemical_A1 +LQ03X014580 Aspartyl aminopeptidase 11.96369137 L4_chemical_A2 +LQ03X014580 Aspartyl aminopeptidase 12.22529557 L4_chemical_A3 +LQ03X014580 Aspartyl aminopeptidase 11.62136101 L4_chemical_B1 +LQ03X014580 Aspartyl aminopeptidase 11.57765212 L4_chemical_B2 +LQ03X014580 Aspartyl aminopeptidase 11.64507944 L4_chemical_B3 +LQ03X014580 Aspartyl aminopeptidase 12.46980044 L4_chemical_C2 +LQ03X014580 Aspartyl aminopeptidase 12.46402186 L4_chemical_C3 +LQ03X014590 Adenylate kinase B 13.779924 C6_control_A1 +LQ03X014590 Adenylate kinase B 13.89435414 C6_control_A3 +LQ03X014590 Adenylate kinase B 13.50703522 C6_control_B1 +LQ03X014590 Adenylate kinase B 13.41281665 C6_control_B2 +LQ03X014590 Adenylate kinase B 13.17479352 C6_control_B3 +LQ03X014590 Adenylate kinase B 12.65392919 C6_control_C1 +LQ03X014590 Adenylate kinase B 12.84892694 C6_control_C2 +LQ03X014590 Adenylate kinase B 12.97221377 C6_control_C3 +LQ03X014590 Adenylate kinase B 13.62649504 C6_chemical_A1 +LQ03X014590 Adenylate kinase B 13.80835675 C6_chemical_A3 +LQ03X014590 Adenylate kinase B 13.20004457 C6_chemical_B1 +LQ03X014590 Adenylate kinase B 13.22650337 C6_chemical_B2 +LQ03X014590 Adenylate kinase B 12.92163799 C6_chemical_B3 +LQ03X014590 Adenylate kinase B 12.72279124 C6_chemical_C1 +LQ03X014590 Adenylate kinase B 12.91536003 C6_chemical_C2 +LQ03X014590 Adenylate kinase B 12.62398815 C6_chemical_C3 +LQ03X014590 Adenylate kinase B 14.16682783 L4_control_A1 +LQ03X014590 Adenylate kinase B 13.67800864 L4_control_A2 +LQ03X014590 Adenylate kinase B 13.87111183 L4_control_A3 +LQ03X014590 Adenylate kinase B 13.2667323 L4_control_B1 +LQ03X014590 Adenylate kinase B 13.51457694 L4_control_B2 +LQ03X014590 Adenylate kinase B 13.1214173 L4_control_B3 +LQ03X014590 Adenylate kinase B 12.86614263 L4_control_C2 +LQ03X014590 Adenylate kinase B 12.45375838 L4_control_C3 +LQ03X014590 Adenylate kinase B 13.71912308 L4_chemical_A1 +LQ03X014590 Adenylate kinase B 13.08616018 L4_chemical_A2 +LQ03X014590 Adenylate kinase B 13.83635654 L4_chemical_A3 +LQ03X014590 Adenylate kinase B 13.19324756 L4_chemical_B1 +LQ03X014590 Adenylate kinase B 13.16561268 L4_chemical_B2 +LQ03X014590 Adenylate kinase B 13.31325748 L4_chemical_B3 +LQ03X014590 Adenylate kinase B 12.9036421 L4_chemical_C2 +LQ03X014590 Adenylate kinase B 12.68176264 L4_chemical_C3 +LQ03X014600 Nucleolar protein 56 5.631784111 C6_control_A1 +LQ03X014600 Nucleolar protein 56 5.748039213 C6_control_A3 +LQ03X014600 Nucleolar protein 56 6.280032688 C6_control_B1 +LQ03X014600 Nucleolar protein 56 5.343403851 C6_control_B2 +LQ03X014600 Nucleolar protein 56 6.155506748 C6_control_B3 +LQ03X014600 Nucleolar protein 56 5.07110176 C6_control_C1 +LQ03X014600 Nucleolar protein 56 4.965070241 C6_control_C2 +LQ03X014600 Nucleolar protein 56 5.067976083 C6_control_C3 +LQ03X014600 Nucleolar protein 56 5.293982252 C6_chemical_A1 +LQ03X014600 Nucleolar protein 56 5.541634892 C6_chemical_A3 +LQ03X014600 Nucleolar protein 56 5.906473447 C6_chemical_B1 +LQ03X014600 Nucleolar protein 56 5.279345143 C6_chemical_B2 +LQ03X014600 Nucleolar protein 56 5.8545845 C6_chemical_B3 +LQ03X014600 Nucleolar protein 56 5.272401688 C6_chemical_C1 +LQ03X014600 Nucleolar protein 56 5.286675719 C6_chemical_C2 +LQ03X014600 Nucleolar protein 56 5.352901738 C6_chemical_C3 +LQ03X014600 Nucleolar protein 56 5.633523708 L4_control_A1 +LQ03X014600 Nucleolar protein 56 5.771781587 L4_control_A2 +LQ03X014600 Nucleolar protein 56 6.279163289 L4_control_A3 +LQ03X014600 Nucleolar protein 56 6.186465191 L4_control_B1 +LQ03X014600 Nucleolar protein 56 5.775574573 L4_control_B2 +LQ03X014600 Nucleolar protein 56 5.80994899 L4_control_B3 +LQ03X014600 Nucleolar protein 56 5.92202532 L4_control_C2 +LQ03X014600 Nucleolar protein 56 5.45097377 L4_control_C3 +LQ03X014600 Nucleolar protein 56 5.529537604 L4_chemical_A1 +LQ03X014600 Nucleolar protein 56 5.965307032 L4_chemical_A2 +LQ03X014600 Nucleolar protein 56 5.906525261 L4_chemical_A3 +LQ03X014600 Nucleolar protein 56 5.693179602 L4_chemical_B1 +LQ03X014600 Nucleolar protein 56 6.778558781 L4_chemical_B2 +LQ03X014600 Nucleolar protein 56 5.980933402 L4_chemical_B3 +LQ03X014600 Nucleolar protein 56 6.298741513 L4_chemical_C2 +LQ03X014600 Nucleolar protein 56 5.48440106 L4_chemical_C3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.833962452 C6_control_A1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.863346174 C6_control_A3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.543628935 C6_control_B1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.025618706 C6_control_B2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.901800088 C6_control_B3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 5.918614663 C6_control_C1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 5.20438822 C6_control_C2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 5.722850872 C6_control_C3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.686596065 C6_chemical_A1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.063492513 C6_chemical_A3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.507399127 C6_chemical_B1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 7.821923257 C6_chemical_B2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.914686193 C6_chemical_B3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 6.061248373 C6_chemical_C1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 5.464048144 C6_chemical_C2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 5.486045499 C6_chemical_C3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.987714675 L4_control_A1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.556940668 L4_control_A2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.15872331 L4_control_A3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.888920319 L4_control_B1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.475086661 L4_control_B2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 7.943942492 L4_control_B3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 5.235355168 L4_control_C2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 6.218935891 L4_control_C3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.723346371 L4_chemical_A1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 8.215804523 L4_chemical_A2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.857049481 L4_chemical_A3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.130596041 L4_chemical_B1 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.055467918 L4_chemical_B2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.425821218 L4_chemical_B3 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 5.822430963 L4_chemical_C2 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 6.560521619 L4_chemical_C3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.14835614 C6_control_A1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.34081543 C6_control_A3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.19743015 C6_control_B1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.32120302 C6_control_B2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.62540138 C6_control_B3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.08891189 C6_control_C1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.08841505 C6_control_C2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.9577868 C6_control_C3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.12327297 C6_chemical_A1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.35047935 C6_chemical_A3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 10.95931699 C6_chemical_B1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.19837166 C6_chemical_B2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.47744786 C6_chemical_B3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.02464223 C6_chemical_C1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.94273132 C6_chemical_C2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.63308478 C6_chemical_C3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.07401221 L4_control_A1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.2350447 L4_control_A2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.83560362 L4_control_A3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 9.65015536 L4_control_B1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 10.73376498 L4_control_B2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.15384097 L4_control_B3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 10.60471574 L4_control_C2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 10.27216456 L4_control_C3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.59798757 L4_chemical_A1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.83313863 L4_chemical_A2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.59175 L4_chemical_A3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 10.41377579 L4_chemical_B1 +LQ03X014630 Argininosuccinate synthase, chloroplastic 10.30127921 L4_chemical_B2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 11.30338796 L4_chemical_B3 +LQ03X014630 Argininosuccinate synthase, chloroplastic 10.31340185 L4_chemical_C2 +LQ03X014630 Argininosuccinate synthase, chloroplastic 10.44416176 L4_chemical_C3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.092144869 C6_control_A1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.728057865 C6_control_A3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.576957925 C6_control_B1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.351830101 C6_control_B2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.302147117 C6_control_B3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.570788897 C6_control_C1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.735229136 C6_control_C2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.422611626 C6_control_C3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.320554531 C6_chemical_A1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.516598217 C6_chemical_A3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.116805371 C6_chemical_B1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.612781384 C6_chemical_B2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.616381587 C6_chemical_B3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.410973486 C6_chemical_C1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.330129182 C6_chemical_C2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.359496311 C6_chemical_C3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.467233284 L4_control_A1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.473581526 L4_control_A2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.795271662 L4_control_A3 +LQ03X014650 Cycloeucalenol cycloisomerase 6.111094491 L4_control_B1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.974505389 L4_control_B2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.034670329 L4_control_B3 +LQ03X014650 Cycloeucalenol cycloisomerase 6.020587044 L4_control_C2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.510505368 L4_control_C3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.639301875 L4_chemical_A1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.553312055 L4_chemical_A2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.815669137 L4_chemical_A3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.599563671 L4_chemical_B1 +LQ03X014650 Cycloeucalenol cycloisomerase 5.529784581 L4_chemical_B2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.384982936 L4_chemical_B3 +LQ03X014650 Cycloeucalenol cycloisomerase 5.654463841 L4_chemical_C2 +LQ03X014650 Cycloeucalenol cycloisomerase 5.488663955 L4_chemical_C3 +LQ03X014660 Putative uncharacterized protein 11.63541053 C6_control_A1 +LQ03X014660 Putative uncharacterized protein 11.76397924 C6_control_A3 +LQ03X014660 Putative uncharacterized protein 11.64774582 C6_control_B1 +LQ03X014660 Putative uncharacterized protein 12.4577281 C6_control_B2 +LQ03X014660 Putative uncharacterized protein 11.80462158 C6_control_B3 +LQ03X014660 Putative uncharacterized protein 12.66436371 C6_control_C1 +LQ03X014660 Putative uncharacterized protein 12.9664104 C6_control_C2 +LQ03X014660 Putative uncharacterized protein 13.2734861 C6_control_C3 +LQ03X014660 Putative uncharacterized protein 11.29926652 C6_chemical_A1 +LQ03X014660 Putative uncharacterized protein 12.04442265 C6_chemical_A3 +LQ03X014660 Putative uncharacterized protein 11.52356111 C6_chemical_B1 +LQ03X014660 Putative uncharacterized protein 12.10505115 C6_chemical_B2 +LQ03X014660 Putative uncharacterized protein 11.4077021 C6_chemical_B3 +LQ03X014660 Putative uncharacterized protein 12.31007428 C6_chemical_C1 +LQ03X014660 Putative uncharacterized protein 12.85062756 C6_chemical_C2 +LQ03X014660 Putative uncharacterized protein 12.90120861 C6_chemical_C3 +LQ03X014660 Putative uncharacterized protein 11.884075 L4_control_A1 +LQ03X014660 Putative uncharacterized protein 12.3673303 L4_control_A2 +LQ03X014660 Putative uncharacterized protein 12.19238247 L4_control_A3 +LQ03X014660 Putative uncharacterized protein 11.11075263 L4_control_B1 +LQ03X014660 Putative uncharacterized protein 11.3811196 L4_control_B2 +LQ03X014660 Putative uncharacterized protein 12.09210524 L4_control_B3 +LQ03X014660 Putative uncharacterized protein 13.40363352 L4_control_C2 +LQ03X014660 Putative uncharacterized protein 13.03303578 L4_control_C3 +LQ03X014660 Putative uncharacterized protein 11.43925932 L4_chemical_A1 +LQ03X014660 Putative uncharacterized protein 12.02437926 L4_chemical_A2 +LQ03X014660 Putative uncharacterized protein 11.83984081 L4_chemical_A3 +LQ03X014660 Putative uncharacterized protein 10.98460974 L4_chemical_B1 +LQ03X014660 Putative uncharacterized protein 11.28529289 L4_chemical_B2 +LQ03X014660 Putative uncharacterized protein 11.67021378 L4_chemical_B3 +LQ03X014660 Putative uncharacterized protein 13.25663986 L4_chemical_C2 +LQ03X014660 Putative uncharacterized protein 13.19279031 L4_chemical_C3 +LQ03X014670 Putative Calcium-binding protein CML39 5.258525643 C6_control_A1 +LQ03X014670 Putative Calcium-binding protein CML39 5.310612592 C6_control_A3 +LQ03X014670 Putative Calcium-binding protein CML39 6.066257445 C6_control_B1 +LQ03X014670 Putative Calcium-binding protein CML39 5.406186988 C6_control_B2 +LQ03X014670 Putative Calcium-binding protein CML39 5.604162399 C6_control_B3 +LQ03X014670 Putative Calcium-binding protein CML39 5.350597013 C6_control_C1 +LQ03X014670 Putative Calcium-binding protein CML39 5.32812921 C6_control_C2 +LQ03X014670 Putative Calcium-binding protein CML39 5.488249595 C6_control_C3 +LQ03X014670 Putative Calcium-binding protein CML39 5.346993102 C6_chemical_A1 +LQ03X014670 Putative Calcium-binding protein CML39 5.624875106 C6_chemical_A3 +LQ03X014670 Putative Calcium-binding protein CML39 5.99674003 C6_chemical_B1 +LQ03X014670 Putative Calcium-binding protein CML39 5.54122035 C6_chemical_B2 +LQ03X014670 Putative Calcium-binding protein CML39 5.907173952 C6_chemical_B3 +LQ03X014670 Putative Calcium-binding protein CML39 5.305316451 C6_chemical_C1 +LQ03X014670 Putative Calcium-binding protein CML39 5.183063267 C6_chemical_C2 +LQ03X014670 Putative Calcium-binding protein CML39 5.516325944 C6_chemical_C3 +LQ03X014670 Putative Calcium-binding protein CML39 5.682107643 L4_control_A1 +LQ03X014670 Putative Calcium-binding protein CML39 5.464810734 L4_control_A2 +LQ03X014670 Putative Calcium-binding protein CML39 5.502403417 L4_control_A3 +LQ03X014670 Putative Calcium-binding protein CML39 5.297845292 L4_control_B1 +LQ03X014670 Putative Calcium-binding protein CML39 6.22412335 L4_control_B2 +LQ03X014670 Putative Calcium-binding protein CML39 5.635351703 L4_control_B3 +LQ03X014670 Putative Calcium-binding protein CML39 5.284699117 L4_control_C2 +LQ03X014670 Putative Calcium-binding protein CML39 5.309611482 L4_control_C3 +LQ03X014670 Putative Calcium-binding protein CML39 5.677671078 L4_chemical_A1 +LQ03X014670 Putative Calcium-binding protein CML39 5.326044983 L4_chemical_A2 +LQ03X014670 Putative Calcium-binding protein CML39 5.553434389 L4_chemical_A3 +LQ03X014670 Putative Calcium-binding protein CML39 5.568846529 L4_chemical_B1 +LQ03X014670 Putative Calcium-binding protein CML39 5.717185254 L4_chemical_B2 +LQ03X014670 Putative Calcium-binding protein CML39 5.508261483 L4_chemical_B3 +LQ03X014670 Putative Calcium-binding protein CML39 5.990182044 L4_chemical_C2 +LQ03X014670 Putative Calcium-binding protein CML39 5.983072672 L4_chemical_C3 +LQ03X014690 ATP binding protein, putative 5.694651122 C6_control_A1 +LQ03X014690 ATP binding protein, putative 5.773839071 C6_control_A3 +LQ03X014690 ATP binding protein, putative 5.139876651 C6_control_B1 +LQ03X014690 ATP binding protein, putative 5.764498543 C6_control_B2 +LQ03X014690 ATP binding protein, putative 5.720478278 C6_control_B3 +LQ03X014690 ATP binding protein, putative 5.331943258 C6_control_C1 +LQ03X014690 ATP binding protein, putative 6.775895009 C6_control_C2 +LQ03X014690 ATP binding protein, putative 5.538963462 C6_control_C3 +LQ03X014690 ATP binding protein, putative 5.228324469 C6_chemical_A1 +LQ03X014690 ATP binding protein, putative 6.034258522 C6_chemical_A3 +LQ03X014690 ATP binding protein, putative 5.913521387 C6_chemical_B1 +LQ03X014690 ATP binding protein, putative 6.053122905 C6_chemical_B2 +LQ03X014690 ATP binding protein, putative 5.326766029 C6_chemical_B3 +LQ03X014690 ATP binding protein, putative 5.364063589 C6_chemical_C1 +LQ03X014690 ATP binding protein, putative 5.58614282 C6_chemical_C2 +LQ03X014690 ATP binding protein, putative 5.200648382 C6_chemical_C3 +LQ03X014690 ATP binding protein, putative 5.303582396 L4_control_A1 +LQ03X014690 ATP binding protein, putative 5.099341933 L4_control_A2 +LQ03X014690 ATP binding protein, putative 5.29844072 L4_control_A3 +LQ03X014690 ATP binding protein, putative 5.58283127 L4_control_B1 +LQ03X014690 ATP binding protein, putative 5.913396342 L4_control_B2 +LQ03X014690 ATP binding protein, putative 5.642159966 L4_control_B3 +LQ03X014690 ATP binding protein, putative 5.79042107 L4_control_C2 +LQ03X014690 ATP binding protein, putative 6.004167907 L4_control_C3 +LQ03X014690 ATP binding protein, putative 5.396709953 L4_chemical_A1 +LQ03X014690 ATP binding protein, putative 5.416480667 L4_chemical_A2 +LQ03X014690 ATP binding protein, putative 5.514361742 L4_chemical_A3 +LQ03X014690 ATP binding protein, putative 5.823965164 L4_chemical_B1 +LQ03X014690 ATP binding protein, putative 5.304002627 L4_chemical_B2 +LQ03X014690 ATP binding protein, putative 5.582718546 L4_chemical_B3 +LQ03X014690 ATP binding protein, putative 5.678663396 L4_chemical_C2 +LQ03X014690 ATP binding protein, putative 5.716653271 L4_chemical_C3 +LQ03X014710 Elongation factor 1-delta 6.347095339 C6_control_A1 +LQ03X014710 Elongation factor 1-delta 8.012085666 C6_control_A3 +LQ03X014710 Elongation factor 1-delta 7.080507106 C6_control_B1 +LQ03X014710 Elongation factor 1-delta 6.707455791 C6_control_B2 +LQ03X014710 Elongation factor 1-delta 6.212739465 C6_control_B3 +LQ03X014710 Elongation factor 1-delta 6.498238871 C6_control_C1 +LQ03X014710 Elongation factor 1-delta 7.57576252 C6_control_C2 +LQ03X014710 Elongation factor 1-delta 6.18410154 C6_control_C3 +LQ03X014710 Elongation factor 1-delta 5.970255249 C6_chemical_A1 +LQ03X014710 Elongation factor 1-delta 6.446385914 C6_chemical_A3 +LQ03X014710 Elongation factor 1-delta 6.26212411 C6_chemical_B1 +LQ03X014710 Elongation factor 1-delta 6.762761978 C6_chemical_B2 +LQ03X014710 Elongation factor 1-delta 5.778321013 C6_chemical_B3 +LQ03X014710 Elongation factor 1-delta 6.940977707 C6_chemical_C1 +LQ03X014710 Elongation factor 1-delta 6.292891441 C6_chemical_C2 +LQ03X014710 Elongation factor 1-delta 6.070338785 C6_chemical_C3 +LQ03X014710 Elongation factor 1-delta 6.476659483 L4_control_A1 +LQ03X014710 Elongation factor 1-delta 5.726085706 L4_control_A2 +LQ03X014710 Elongation factor 1-delta 6.763204858 L4_control_A3 +LQ03X014710 Elongation factor 1-delta 5.633351971 L4_control_B1 +LQ03X014710 Elongation factor 1-delta 6.053083228 L4_control_B2 +LQ03X014710 Elongation factor 1-delta 5.736072364 L4_control_B3 +LQ03X014710 Elongation factor 1-delta 5.972751266 L4_control_C2 +LQ03X014710 Elongation factor 1-delta 6.39809909 L4_control_C3 +LQ03X014710 Elongation factor 1-delta 6.038011447 L4_chemical_A1 +LQ03X014710 Elongation factor 1-delta 5.917194364 L4_chemical_A2 +LQ03X014710 Elongation factor 1-delta 5.905736214 L4_chemical_A3 +LQ03X014710 Elongation factor 1-delta 6.468529005 L4_chemical_B1 +LQ03X014710 Elongation factor 1-delta 5.494248173 L4_chemical_B2 +LQ03X014710 Elongation factor 1-delta 5.854431052 L4_chemical_B3 +LQ03X014710 Elongation factor 1-delta 5.696458707 L4_chemical_C2 +LQ03X014710 Elongation factor 1-delta 6.514604077 L4_chemical_C3 +LQ03X014720 Putative uncharacterized protein 12.71889283 C6_control_A1 +LQ03X014720 Putative uncharacterized protein 13.08809847 C6_control_A3 +LQ03X014720 Putative uncharacterized protein 12.88354653 C6_control_B1 +LQ03X014720 Putative uncharacterized protein 12.71058182 C6_control_B2 +LQ03X014720 Putative uncharacterized protein 12.96224013 C6_control_B3 +LQ03X014720 Putative uncharacterized protein 13.28182929 C6_control_C1 +LQ03X014720 Putative uncharacterized protein 13.05332025 C6_control_C2 +LQ03X014720 Putative uncharacterized protein 13.35707532 C6_control_C3 +LQ03X014720 Putative uncharacterized protein 12.56095478 C6_chemical_A1 +LQ03X014720 Putative uncharacterized protein 13.06344978 C6_chemical_A3 +LQ03X014720 Putative uncharacterized protein 12.54318027 C6_chemical_B1 +LQ03X014720 Putative uncharacterized protein 12.78847458 C6_chemical_B2 +LQ03X014720 Putative uncharacterized protein 12.78422361 C6_chemical_B3 +LQ03X014720 Putative uncharacterized protein 13.10848044 C6_chemical_C1 +LQ03X014720 Putative uncharacterized protein 13.00376878 C6_chemical_C2 +LQ03X014720 Putative uncharacterized protein 13.22371239 C6_chemical_C3 +LQ03X014720 Putative uncharacterized protein 12.75744027 L4_control_A1 +LQ03X014720 Putative uncharacterized protein 12.91716423 L4_control_A2 +LQ03X014720 Putative uncharacterized protein 12.46148485 L4_control_A3 +LQ03X014720 Putative uncharacterized protein 12.65409343 L4_control_B1 +LQ03X014720 Putative uncharacterized protein 12.22965272 L4_control_B2 +LQ03X014720 Putative uncharacterized protein 12.86704366 L4_control_B3 +LQ03X014720 Putative uncharacterized protein 12.42425657 L4_control_C2 +LQ03X014720 Putative uncharacterized protein 12.38698532 L4_control_C3 +LQ03X014720 Putative uncharacterized protein 13.04566356 L4_chemical_A1 +LQ03X014720 Putative uncharacterized protein 12.915071 L4_chemical_A2 +LQ03X014720 Putative uncharacterized protein 12.65914101 L4_chemical_A3 +LQ03X014720 Putative uncharacterized protein 12.73566698 L4_chemical_B1 +LQ03X014720 Putative uncharacterized protein 12.51005568 L4_chemical_B2 +LQ03X014720 Putative uncharacterized protein 12.86685608 L4_chemical_B3 +LQ03X014720 Putative uncharacterized protein 12.43045457 L4_chemical_C2 +LQ03X014720 Putative uncharacterized protein 12.58435714 L4_chemical_C3 +LQ03X014730 60S ribosomal protein L17-2 5.606404791 C6_control_A1 +LQ03X014730 60S ribosomal protein L17-2 5.696878155 C6_control_A3 +LQ03X014730 60S ribosomal protein L17-2 5.746357214 C6_control_B1 +LQ03X014730 60S ribosomal protein L17-2 6.113665966 C6_control_B2 +LQ03X014730 60S ribosomal protein L17-2 5.906241305 C6_control_B3 +LQ03X014730 60S ribosomal protein L17-2 6.18695703 C6_control_C1 +LQ03X014730 60S ribosomal protein L17-2 5.988204811 C6_control_C2 +LQ03X014730 60S ribosomal protein L17-2 5.636313166 C6_control_C3 +LQ03X014730 60S ribosomal protein L17-2 5.752441343 C6_chemical_A1 +LQ03X014730 60S ribosomal protein L17-2 5.220807289 C6_chemical_A3 +LQ03X014730 60S ribosomal protein L17-2 4.971436528 C6_chemical_B1 +LQ03X014730 60S ribosomal protein L17-2 5.737942438 C6_chemical_B2 +LQ03X014730 60S ribosomal protein L17-2 5.740495814 C6_chemical_B3 +LQ03X014730 60S ribosomal protein L17-2 5.692405003 C6_chemical_C1 +LQ03X014730 60S ribosomal protein L17-2 5.836263489 C6_chemical_C2 +LQ03X014730 60S ribosomal protein L17-2 5.423943594 C6_chemical_C3 +LQ03X014730 60S ribosomal protein L17-2 5.977021269 L4_control_A1 +LQ03X014730 60S ribosomal protein L17-2 5.596975067 L4_control_A2 +LQ03X014730 60S ribosomal protein L17-2 6.236124047 L4_control_A3 +LQ03X014730 60S ribosomal protein L17-2 5.52722139 L4_control_B1 +LQ03X014730 60S ribosomal protein L17-2 5.771785365 L4_control_B2 +LQ03X014730 60S ribosomal protein L17-2 5.556447513 L4_control_B3 +LQ03X014730 60S ribosomal protein L17-2 5.3346732 L4_control_C2 +LQ03X014730 60S ribosomal protein L17-2 5.746308397 L4_control_C3 +LQ03X014730 60S ribosomal protein L17-2 5.469727524 L4_chemical_A1 +LQ03X014730 60S ribosomal protein L17-2 6.084635742 L4_chemical_A2 +LQ03X014730 60S ribosomal protein L17-2 5.655304048 L4_chemical_A3 +LQ03X014730 60S ribosomal protein L17-2 6.003159272 L4_chemical_B1 +LQ03X014730 60S ribosomal protein L17-2 5.618851532 L4_chemical_B2 +LQ03X014730 60S ribosomal protein L17-2 6.090823499 L4_chemical_B3 +LQ03X014730 60S ribosomal protein L17-2 6.000884144 L4_chemical_C2 +LQ03X014730 60S ribosomal protein L17-2 5.562216705 L4_chemical_C3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.95416449 C6_control_A1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.91480124 C6_control_A3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.63175261 C6_control_B1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.49231935 C6_control_B2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.33161451 C6_control_B3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.94826333 C6_control_C1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 11.05367784 C6_control_C2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.94555392 C6_control_C3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.66279021 C6_chemical_A1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 11.01898357 C6_chemical_A3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.37594009 C6_chemical_B1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.3118469 C6_chemical_B2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.37985682 C6_chemical_B3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.88970407 C6_chemical_C1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 11.20726615 C6_chemical_C2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.78926872 C6_chemical_C3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.9515487 L4_control_A1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 11.16062509 L4_control_A2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.97154953 L4_control_A3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.23625789 L4_control_B1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.73960341 L4_control_B2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.6622187 L4_control_B3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.54167689 L4_control_C2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 11.2319396 L4_control_C3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.44743652 L4_chemical_A1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.74107927 L4_chemical_A2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.52372166 L4_chemical_A3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.23589294 L4_chemical_B1 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.43174263 L4_chemical_B2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.37841127 L4_chemical_B3 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.57034653 L4_chemical_C2 +LQ03X014740 SWI/SNF complex component SNF12 homolog 11.11232391 L4_chemical_C3 +LQ03X014750 Putative Cytochrome P450 94A1 5.320760716 C6_control_A1 +LQ03X014750 Putative Cytochrome P450 94A1 5.614575027 C6_control_A3 +LQ03X014750 Putative Cytochrome P450 94A1 5.338349882 C6_control_B1 +LQ03X014750 Putative Cytochrome P450 94A1 5.46411558 C6_control_B2 +LQ03X014750 Putative Cytochrome P450 94A1 5.729650268 C6_control_B3 +LQ03X014750 Putative Cytochrome P450 94A1 5.656230304 C6_control_C1 +LQ03X014750 Putative Cytochrome P450 94A1 5.265069546 C6_control_C2 +LQ03X014750 Putative Cytochrome P450 94A1 6.001388797 C6_control_C3 +LQ03X014750 Putative Cytochrome P450 94A1 5.486208202 C6_chemical_A1 +LQ03X014750 Putative Cytochrome P450 94A1 5.560716226 C6_chemical_A3 +LQ03X014750 Putative Cytochrome P450 94A1 5.814942095 C6_chemical_B1 +LQ03X014750 Putative Cytochrome P450 94A1 5.379642569 C6_chemical_B2 +LQ03X014750 Putative Cytochrome P450 94A1 5.576375935 C6_chemical_B3 +LQ03X014750 Putative Cytochrome P450 94A1 5.44136401 C6_chemical_C1 +LQ03X014750 Putative Cytochrome P450 94A1 5.64628582 C6_chemical_C2 +LQ03X014750 Putative Cytochrome P450 94A1 5.952598722 C6_chemical_C3 +LQ03X014750 Putative Cytochrome P450 94A1 5.451356775 L4_control_A1 +LQ03X014750 Putative Cytochrome P450 94A1 5.32340275 L4_control_A2 +LQ03X014750 Putative Cytochrome P450 94A1 6.64722951 L4_control_A3 +LQ03X014750 Putative Cytochrome P450 94A1 5.969762922 L4_control_B1 +LQ03X014750 Putative Cytochrome P450 94A1 5.604466566 L4_control_B2 +LQ03X014750 Putative Cytochrome P450 94A1 5.821224038 L4_control_B3 +LQ03X014750 Putative Cytochrome P450 94A1 5.860532076 L4_control_C2 +LQ03X014750 Putative Cytochrome P450 94A1 6.747402487 L4_control_C3 +LQ03X014750 Putative Cytochrome P450 94A1 4.959104333 L4_chemical_A1 +LQ03X014750 Putative Cytochrome P450 94A1 5.314710859 L4_chemical_A2 +LQ03X014750 Putative Cytochrome P450 94A1 5.706809693 L4_chemical_A3 +LQ03X014750 Putative Cytochrome P450 94A1 5.735863956 L4_chemical_B1 +LQ03X014750 Putative Cytochrome P450 94A1 5.665512463 L4_chemical_B2 +LQ03X014750 Putative Cytochrome P450 94A1 6.19774406 L4_chemical_B3 +LQ03X014750 Putative Cytochrome P450 94A1 5.486323557 L4_chemical_C2 +LQ03X014750 Putative Cytochrome P450 94A1 5.847791759 L4_chemical_C3 +LQ03X014760 DNA binding protein, putative 6.522806884 C6_control_A1 +LQ03X014760 DNA binding protein, putative 6.470003925 C6_control_A3 +LQ03X014760 DNA binding protein, putative 6.119892342 C6_control_B1 +LQ03X014760 DNA binding protein, putative 5.950887767 C6_control_B2 +LQ03X014760 DNA binding protein, putative 5.927275069 C6_control_B3 +LQ03X014760 DNA binding protein, putative 6.466755976 C6_control_C1 +LQ03X014760 DNA binding protein, putative 5.905158549 C6_control_C2 +LQ03X014760 DNA binding protein, putative 5.915881965 C6_control_C3 +LQ03X014760 DNA binding protein, putative 6.111043653 C6_chemical_A1 +LQ03X014760 DNA binding protein, putative 6.487989207 C6_chemical_A3 +LQ03X014760 DNA binding protein, putative 6.29516965 C6_chemical_B1 +LQ03X014760 DNA binding protein, putative 5.760003336 C6_chemical_B2 +LQ03X014760 DNA binding protein, putative 5.963604474 C6_chemical_B3 +LQ03X014760 DNA binding protein, putative 6.229140147 C6_chemical_C1 +LQ03X014760 DNA binding protein, putative 5.694738424 C6_chemical_C2 +LQ03X014760 DNA binding protein, putative 5.766106073 C6_chemical_C3 +LQ03X014760 DNA binding protein, putative 6.426615841 L4_control_A1 +LQ03X014760 DNA binding protein, putative 5.981305175 L4_control_A2 +LQ03X014760 DNA binding protein, putative 5.968117929 L4_control_A3 +LQ03X014760 DNA binding protein, putative 5.721768853 L4_control_B1 +LQ03X014760 DNA binding protein, putative 5.085070194 L4_control_B2 +LQ03X014760 DNA binding protein, putative 5.823881866 L4_control_B3 +LQ03X014760 DNA binding protein, putative 6.063731657 L4_control_C2 +LQ03X014760 DNA binding protein, putative 5.857664436 L4_control_C3 +LQ03X014760 DNA binding protein, putative 6.199331775 L4_chemical_A1 +LQ03X014760 DNA binding protein, putative 6.160065796 L4_chemical_A2 +LQ03X014760 DNA binding protein, putative 6.121908582 L4_chemical_A3 +LQ03X014760 DNA binding protein, putative 5.714235455 L4_chemical_B1 +LQ03X014760 DNA binding protein, putative 5.279323646 L4_chemical_B2 +LQ03X014760 DNA binding protein, putative 5.978515966 L4_chemical_B3 +LQ03X014760 DNA binding protein, putative 5.174441195 L4_chemical_C2 +LQ03X014760 DNA binding protein, putative 5.711991725 L4_chemical_C3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.452177337 C6_control_A1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.522603769 C6_control_A3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.531842981 C6_control_B1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.753264273 C6_control_B2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.730811467 C6_control_B3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.599639149 C6_control_C1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 6.721691615 C6_control_C2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.742973298 C6_control_C3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.251282347 C6_chemical_A1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.286764337 C6_chemical_A3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.538696979 C6_chemical_B1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.738176903 C6_chemical_B2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.272095757 C6_chemical_B3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.472828079 C6_chemical_C1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.624426013 C6_chemical_C2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.733810409 C6_chemical_C3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.212734469 L4_control_A1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.430937889 L4_control_A2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.293331929 L4_control_A3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.282514297 L4_control_B1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.646203673 L4_control_B2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.500704229 L4_control_B3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.88572088 L4_control_C2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 6.336464282 L4_control_C3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.721754746 L4_chemical_A1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.487329308 L4_chemical_A2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.033719707 L4_chemical_A3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.723908494 L4_chemical_B1 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.702400898 L4_chemical_B2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.428435583 L4_chemical_B3 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 6.043397434 L4_chemical_C2 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.686011382 L4_chemical_C3 +LQ03X014790 Putative uncharacterized protein 12.73949565 C6_control_A1 +LQ03X014790 Putative uncharacterized protein 12.50813649 C6_control_A3 +LQ03X014790 Putative uncharacterized protein 12.62182939 C6_control_B1 +LQ03X014790 Putative uncharacterized protein 12.71645158 C6_control_B2 +LQ03X014790 Putative uncharacterized protein 12.97373919 C6_control_B3 +LQ03X014790 Putative uncharacterized protein 13.16271818 C6_control_C1 +LQ03X014790 Putative uncharacterized protein 12.89984016 C6_control_C2 +LQ03X014790 Putative uncharacterized protein 13.31221782 C6_control_C3 +LQ03X014790 Putative uncharacterized protein 12.60935602 C6_chemical_A1 +LQ03X014790 Putative uncharacterized protein 12.77450466 C6_chemical_A3 +LQ03X014790 Putative uncharacterized protein 12.6336962 C6_chemical_B1 +LQ03X014790 Putative uncharacterized protein 12.3590392 C6_chemical_B2 +LQ03X014790 Putative uncharacterized protein 13.13628351 C6_chemical_B3 +LQ03X014790 Putative uncharacterized protein 12.99287794 C6_chemical_C1 +LQ03X014790 Putative uncharacterized protein 12.93184552 C6_chemical_C2 +LQ03X014790 Putative uncharacterized protein 13.41180664 C6_chemical_C3 +LQ03X014790 Putative uncharacterized protein 12.98919135 L4_control_A1 +LQ03X014790 Putative uncharacterized protein 12.78294574 L4_control_A2 +LQ03X014790 Putative uncharacterized protein 13.30032516 L4_control_A3 +LQ03X014790 Putative uncharacterized protein 13.31583019 L4_control_B1 +LQ03X014790 Putative uncharacterized protein 12.96978979 L4_control_B2 +LQ03X014790 Putative uncharacterized protein 13.53631291 L4_control_B3 +LQ03X014790 Putative uncharacterized protein 13.72508005 L4_control_C2 +LQ03X014790 Putative uncharacterized protein 13.9741697 L4_control_C3 +LQ03X014790 Putative uncharacterized protein 13.21093892 L4_chemical_A1 +LQ03X014790 Putative uncharacterized protein 13.21497599 L4_chemical_A2 +LQ03X014790 Putative uncharacterized protein 13.49085993 L4_chemical_A3 +LQ03X014790 Putative uncharacterized protein 13.24385429 L4_chemical_B1 +LQ03X014790 Putative uncharacterized protein 12.94519346 L4_chemical_B2 +LQ03X014790 Putative uncharacterized protein 13.26517823 L4_chemical_B3 +LQ03X014790 Putative uncharacterized protein 13.59740233 L4_chemical_C2 +LQ03X014790 Putative uncharacterized protein 13.98894179 L4_chemical_C3 +LQ03X014800 Putative COMM domain-containing protein 9 5.209452259 C6_control_A1 +LQ03X014800 Putative COMM domain-containing protein 9 5.426501197 C6_control_A3 +LQ03X014800 Putative COMM domain-containing protein 9 5.324715855 C6_control_B1 +LQ03X014800 Putative COMM domain-containing protein 9 5.090022929 C6_control_B2 +LQ03X014800 Putative COMM domain-containing protein 9 5.288801597 C6_control_B3 +LQ03X014800 Putative COMM domain-containing protein 9 5.257565186 C6_control_C1 +LQ03X014800 Putative COMM domain-containing protein 9 5.566459123 C6_control_C2 +LQ03X014800 Putative COMM domain-containing protein 9 5.47322797 C6_control_C3 +LQ03X014800 Putative COMM domain-containing protein 9 5.334077961 C6_chemical_A1 +LQ03X014800 Putative COMM domain-containing protein 9 5.472683653 C6_chemical_A3 +LQ03X014800 Putative COMM domain-containing protein 9 5.307148722 C6_chemical_B1 +LQ03X014800 Putative COMM domain-containing protein 9 5.140653353 C6_chemical_B2 +LQ03X014800 Putative COMM domain-containing protein 9 5.434873612 C6_chemical_B3 +LQ03X014800 Putative COMM domain-containing protein 9 5.256942436 C6_chemical_C1 +LQ03X014800 Putative COMM domain-containing protein 9 5.562667708 C6_chemical_C2 +LQ03X014800 Putative COMM domain-containing protein 9 5.635319582 C6_chemical_C3 +LQ03X014800 Putative COMM domain-containing protein 9 5.220661483 L4_control_A1 +LQ03X014800 Putative COMM domain-containing protein 9 5.563020741 L4_control_A2 +LQ03X014800 Putative COMM domain-containing protein 9 5.433598381 L4_control_A3 +LQ03X014800 Putative COMM domain-containing protein 9 5.373240047 L4_control_B1 +LQ03X014800 Putative COMM domain-containing protein 9 5.07126927 L4_control_B2 +LQ03X014800 Putative COMM domain-containing protein 9 5.285237145 L4_control_B3 +LQ03X014800 Putative COMM domain-containing protein 9 6.518369134 L4_control_C2 +LQ03X014800 Putative COMM domain-containing protein 9 5.330274503 L4_control_C3 +LQ03X014800 Putative COMM domain-containing protein 9 5.470288085 L4_chemical_A1 +LQ03X014800 Putative COMM domain-containing protein 9 5.330138572 L4_chemical_A2 +LQ03X014800 Putative COMM domain-containing protein 9 4.870671789 L4_chemical_A3 +LQ03X014800 Putative COMM domain-containing protein 9 5.282806762 L4_chemical_B1 +LQ03X014800 Putative COMM domain-containing protein 9 4.974869874 L4_chemical_B2 +LQ03X014800 Putative COMM domain-containing protein 9 5.232582932 L4_chemical_B3 +LQ03X014800 Putative COMM domain-containing protein 9 5.687573448 L4_chemical_C2 +LQ03X014800 Putative COMM domain-containing protein 9 5.784990362 L4_chemical_C3 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.46072028 C6_control_A1 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.62312885 C6_control_A3 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.948211913 C6_control_B1 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.43045799 C6_control_B2 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.966957868 C6_control_B3 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.49559089 C6_control_C1 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.800171556 C6_control_C2 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.23824646 C6_control_C3 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.23836979 C6_chemical_A1 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.66262317 C6_chemical_A3 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.08421925 C6_chemical_B1 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.453968182 C6_chemical_B2 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.87227461 C6_chemical_B3 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.05925718 C6_chemical_C1 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.735744145 C6_chemical_C2 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.888955654 C6_chemical_C3 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.75898246 L4_control_A1 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.45080219 L4_control_A2 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.82760738 L4_control_A3 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.884628877 L4_control_B1 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.934367115 L4_control_B2 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.56666591 L4_control_B3 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.14496681 L4_control_C2 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.14590696 L4_control_C3 +LQ03X014830 Probable inactive purple acid phosphatase 27 11.53384559 L4_chemical_A1 +LQ03X014830 Probable inactive purple acid phosphatase 27 11.0371395 L4_chemical_A2 +LQ03X014830 Probable inactive purple acid phosphatase 27 11.51703183 L4_chemical_A3 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.60821686 L4_chemical_B1 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.874831952 L4_chemical_B2 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.667592793 L4_chemical_B3 +LQ03X014830 Probable inactive purple acid phosphatase 27 9.628660444 L4_chemical_C2 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.13455376 L4_chemical_C3 +LQ03X014850 Putative uncharacterized protein 10.43124049 C6_control_A1 +LQ03X014850 Putative uncharacterized protein 10.76823952 C6_control_A3 +LQ03X014850 Putative uncharacterized protein 10.32967873 C6_control_B1 +LQ03X014850 Putative uncharacterized protein 9.91492849 C6_control_B2 +LQ03X014850 Putative uncharacterized protein 10.75556885 C6_control_B3 +LQ03X014850 Putative uncharacterized protein 10.33959107 C6_control_C1 +LQ03X014850 Putative uncharacterized protein 10.12089859 C6_control_C2 +LQ03X014850 Putative uncharacterized protein 9.888143924 C6_control_C3 +LQ03X014850 Putative uncharacterized protein 10.09533314 C6_chemical_A1 +LQ03X014850 Putative uncharacterized protein 10.72359243 C6_chemical_A3 +LQ03X014850 Putative uncharacterized protein 10.17357539 C6_chemical_B1 +LQ03X014850 Putative uncharacterized protein 9.88492056 C6_chemical_B2 +LQ03X014850 Putative uncharacterized protein 10.28042259 C6_chemical_B3 +LQ03X014850 Putative uncharacterized protein 9.893207542 C6_chemical_C1 +LQ03X014850 Putative uncharacterized protein 10.09195 C6_chemical_C2 +LQ03X014850 Putative uncharacterized protein 9.870213888 C6_chemical_C3 +LQ03X014850 Putative uncharacterized protein 10.88103715 L4_control_A1 +LQ03X014850 Putative uncharacterized protein 10.92700586 L4_control_A2 +LQ03X014850 Putative uncharacterized protein 11.67191145 L4_control_A3 +LQ03X014850 Putative uncharacterized protein 11.05278638 L4_control_B1 +LQ03X014850 Putative uncharacterized protein 11.17436772 L4_control_B2 +LQ03X014850 Putative uncharacterized protein 10.53439606 L4_control_B3 +LQ03X014850 Putative uncharacterized protein 11.26157071 L4_control_C2 +LQ03X014850 Putative uncharacterized protein 10.89264637 L4_control_C3 +LQ03X014850 Putative uncharacterized protein 10.65659589 L4_chemical_A1 +LQ03X014850 Putative uncharacterized protein 10.63942276 L4_chemical_A2 +LQ03X014850 Putative uncharacterized protein 11.42392026 L4_chemical_A3 +LQ03X014850 Putative uncharacterized protein 10.89965722 L4_chemical_B1 +LQ03X014850 Putative uncharacterized protein 10.81664854 L4_chemical_B2 +LQ03X014850 Putative uncharacterized protein 10.28618694 L4_chemical_B3 +LQ03X014850 Putative uncharacterized protein 11.29127605 L4_chemical_C2 +LQ03X014850 Putative uncharacterized protein 11.01625099 L4_chemical_C3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.331570706 C6_control_A1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 5.844173301 C6_control_A3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.705526948 C6_control_B1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.657203956 C6_control_B2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 7.298126789 C6_control_B3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.085958924 C6_control_C1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 5.891991163 C6_control_C2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.224270138 C6_control_C3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.282496557 C6_chemical_A1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.46948187 C6_chemical_A3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.519724615 C6_chemical_B1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.811043312 C6_chemical_B2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.898580388 C6_chemical_B3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 5.976085413 C6_chemical_C1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 5.998001866 C6_chemical_C2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.586478477 C6_chemical_C3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.447246192 L4_control_A1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.435563883 L4_control_A2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 5.660630085 L4_control_A3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 7.108811687 L4_control_B1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.74458847 L4_control_B2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.591659136 L4_control_B3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 7.279738576 L4_control_C2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 7.165137931 L4_control_C3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.262288697 L4_chemical_A1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.368573939 L4_chemical_A2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 5.984882068 L4_chemical_A3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.828038872 L4_chemical_B1 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 7.114522077 L4_chemical_B2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.917904351 L4_chemical_B3 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.811024773 L4_chemical_C2 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.163225668 L4_chemical_C3 +LQ03X014870 F-box protein At1g67340 5.804572101 C6_control_A1 +LQ03X014870 F-box protein At1g67340 5.520998794 C6_control_A3 +LQ03X014870 F-box protein At1g67340 6.013530967 C6_control_B1 +LQ03X014870 F-box protein At1g67340 6.020381917 C6_control_B2 +LQ03X014870 F-box protein At1g67340 5.478536932 C6_control_B3 +LQ03X014870 F-box protein At1g67340 5.674888573 C6_control_C1 +LQ03X014870 F-box protein At1g67340 4.992084841 C6_control_C2 +LQ03X014870 F-box protein At1g67340 5.5846398 C6_control_C3 +LQ03X014870 F-box protein At1g67340 5.59332979 C6_chemical_A1 +LQ03X014870 F-box protein At1g67340 6.123906149 C6_chemical_A3 +LQ03X014870 F-box protein At1g67340 6.89813503 C6_chemical_B1 +LQ03X014870 F-box protein At1g67340 5.864584482 C6_chemical_B2 +LQ03X014870 F-box protein At1g67340 5.29851961 C6_chemical_B3 +LQ03X014870 F-box protein At1g67340 5.586077676 C6_chemical_C1 +LQ03X014870 F-box protein At1g67340 5.355580612 C6_chemical_C2 +LQ03X014870 F-box protein At1g67340 5.452453443 C6_chemical_C3 +LQ03X014870 F-box protein At1g67340 5.996346118 L4_control_A1 +LQ03X014870 F-box protein At1g67340 6.001250169 L4_control_A2 +LQ03X014870 F-box protein At1g67340 6.110053756 L4_control_A3 +LQ03X014870 F-box protein At1g67340 5.950615218 L4_control_B1 +LQ03X014870 F-box protein At1g67340 6.147743827 L4_control_B2 +LQ03X014870 F-box protein At1g67340 5.630567859 L4_control_B3 +LQ03X014870 F-box protein At1g67340 5.07773216 L4_control_C2 +LQ03X014870 F-box protein At1g67340 5.575982113 L4_control_C3 +LQ03X014870 F-box protein At1g67340 5.71012477 L4_chemical_A1 +LQ03X014870 F-box protein At1g67340 5.972198053 L4_chemical_A2 +LQ03X014870 F-box protein At1g67340 5.905327865 L4_chemical_A3 +LQ03X014870 F-box protein At1g67340 5.71658287 L4_chemical_B1 +LQ03X014870 F-box protein At1g67340 5.607078254 L4_chemical_B2 +LQ03X014870 F-box protein At1g67340 5.613375964 L4_chemical_B3 +LQ03X014870 F-box protein At1g67340 5.408077497 L4_chemical_C2 +LQ03X014870 F-box protein At1g67340 5.055451363 L4_chemical_C3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.998079763 C6_control_A1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.161359397 C6_control_A3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.942270825 C6_control_B1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.215961117 C6_control_B2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.112463529 C6_control_B3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.48182974 C6_control_C1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.344493276 C6_control_C2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.017055526 C6_control_C3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.35418985 C6_chemical_A1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.321657112 C6_chemical_A3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.450442251 C6_chemical_B1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.709475881 C6_chemical_B2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.245714749 C6_chemical_B3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.363892765 C6_chemical_C1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.673893539 C6_chemical_C2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.103480067 C6_chemical_C3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.881607209 L4_control_A1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 7.234448211 L4_control_A2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.904904486 L4_control_A3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.66692567 L4_control_B1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.393266976 L4_control_B2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.326100741 L4_control_B3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 4.675955812 L4_control_C2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.736003207 L4_control_C3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.786488094 L4_chemical_A1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.731089134 L4_chemical_A2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 7.225250011 L4_chemical_A3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.469548465 L4_chemical_B1 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.141127698 L4_chemical_B2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.199492306 L4_chemical_B3 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.900925709 L4_chemical_C2 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 5.397573688 L4_chemical_C3 +LQ03X014890 Deoxycytidylate deaminase 11.65538994 C6_control_A1 +LQ03X014890 Deoxycytidylate deaminase 11.74735021 C6_control_A3 +LQ03X014890 Deoxycytidylate deaminase 10.38969274 C6_control_B1 +LQ03X014890 Deoxycytidylate deaminase 10.37548423 C6_control_B2 +LQ03X014890 Deoxycytidylate deaminase 10.05973298 C6_control_B3 +LQ03X014890 Deoxycytidylate deaminase 10.419407 C6_control_C1 +LQ03X014890 Deoxycytidylate deaminase 10.19675433 C6_control_C2 +LQ03X014890 Deoxycytidylate deaminase 9.944322656 C6_control_C3 +LQ03X014890 Deoxycytidylate deaminase 11.45196606 C6_chemical_A1 +LQ03X014890 Deoxycytidylate deaminase 11.41643163 C6_chemical_A3 +LQ03X014890 Deoxycytidylate deaminase 10.03746824 C6_chemical_B1 +LQ03X014890 Deoxycytidylate deaminase 9.946785016 C6_chemical_B2 +LQ03X014890 Deoxycytidylate deaminase 9.694715146 C6_chemical_B3 +LQ03X014890 Deoxycytidylate deaminase 10.13921121 C6_chemical_C1 +LQ03X014890 Deoxycytidylate deaminase 10.28870399 C6_chemical_C2 +LQ03X014890 Deoxycytidylate deaminase 9.316502443 C6_chemical_C3 +LQ03X014890 Deoxycytidylate deaminase 12.1672218 L4_control_A1 +LQ03X014890 Deoxycytidylate deaminase 11.9355263 L4_control_A2 +LQ03X014890 Deoxycytidylate deaminase 12.55772363 L4_control_A3 +LQ03X014890 Deoxycytidylate deaminase 10.11707987 L4_control_B1 +LQ03X014890 Deoxycytidylate deaminase 10.22110995 L4_control_B2 +LQ03X014890 Deoxycytidylate deaminase 9.335940622 L4_control_B3 +LQ03X014890 Deoxycytidylate deaminase 10.07521785 L4_control_C2 +LQ03X014890 Deoxycytidylate deaminase 9.877921168 L4_control_C3 +LQ03X014890 Deoxycytidylate deaminase 11.42066838 L4_chemical_A1 +LQ03X014890 Deoxycytidylate deaminase 11.53899497 L4_chemical_A2 +LQ03X014890 Deoxycytidylate deaminase 12.1835861 L4_chemical_A3 +LQ03X014890 Deoxycytidylate deaminase 10.1035593 L4_chemical_B1 +LQ03X014890 Deoxycytidylate deaminase 10.28253499 L4_chemical_B2 +LQ03X014890 Deoxycytidylate deaminase 9.982713237 L4_chemical_B3 +LQ03X014890 Deoxycytidylate deaminase 10.12087736 L4_chemical_C2 +LQ03X014890 Deoxycytidylate deaminase 9.958543123 L4_chemical_C3 +LQ03X014920 Putative uncharacterized protein 5.242978448 C6_control_A1 +LQ03X014920 Putative uncharacterized protein 5.292761465 C6_control_A3 +LQ03X014920 Putative uncharacterized protein 5.25667247 C6_control_B1 +LQ03X014920 Putative uncharacterized protein 5.270029539 C6_control_B2 +LQ03X014920 Putative uncharacterized protein 5.067153987 C6_control_B3 +LQ03X014920 Putative uncharacterized protein 5.54379575 C6_control_C1 +LQ03X014920 Putative uncharacterized protein 5.822361403 C6_control_C2 +LQ03X014920 Putative uncharacterized protein 5.344842907 C6_control_C3 +LQ03X014920 Putative uncharacterized protein 5.240435468 C6_chemical_A1 +LQ03X014920 Putative uncharacterized protein 4.66503943 C6_chemical_A3 +LQ03X014920 Putative uncharacterized protein 5.407955559 C6_chemical_B1 +LQ03X014920 Putative uncharacterized protein 5.024028317 C6_chemical_B2 +LQ03X014920 Putative uncharacterized protein 5.004593546 C6_chemical_B3 +LQ03X014920 Putative uncharacterized protein 5.420543736 C6_chemical_C1 +LQ03X014920 Putative uncharacterized protein 5.125496393 C6_chemical_C2 +LQ03X014920 Putative uncharacterized protein 4.929465977 C6_chemical_C3 +LQ03X014920 Putative uncharacterized protein 4.963116662 L4_control_A1 +LQ03X014920 Putative uncharacterized protein 5.283473538 L4_control_A2 +LQ03X014920 Putative uncharacterized protein 5.131192493 L4_control_A3 +LQ03X014920 Putative uncharacterized protein 4.977143293 L4_control_B1 +LQ03X014920 Putative uncharacterized protein 5.169915173 L4_control_B2 +LQ03X014920 Putative uncharacterized protein 4.972549943 L4_control_B3 +LQ03X014920 Putative uncharacterized protein 5.490354649 L4_control_C2 +LQ03X014920 Putative uncharacterized protein 5.583683681 L4_control_C3 +LQ03X014920 Putative uncharacterized protein 5.053080679 L4_chemical_A1 +LQ03X014920 Putative uncharacterized protein 5.2645391 L4_chemical_A2 +LQ03X014920 Putative uncharacterized protein 4.788134064 L4_chemical_A3 +LQ03X014920 Putative uncharacterized protein 5.101743699 L4_chemical_B1 +LQ03X014920 Putative uncharacterized protein 5.313721074 L4_chemical_B2 +LQ03X014920 Putative uncharacterized protein 5.368034929 L4_chemical_B3 +LQ03X014920 Putative uncharacterized protein 5.485182518 L4_chemical_C2 +LQ03X014920 Putative uncharacterized protein 5.640950753 L4_chemical_C3 +LQ03X014940 Putative uncharacterized protein 5.366226918 C6_control_A1 +LQ03X014940 Putative uncharacterized protein 4.682406264 C6_control_A3 +LQ03X014940 Putative uncharacterized protein 5.30143409 C6_control_B1 +LQ03X014940 Putative uncharacterized protein 4.974639665 C6_control_B2 +LQ03X014940 Putative uncharacterized protein 5.519163268 C6_control_B3 +LQ03X014940 Putative uncharacterized protein 5.195608193 C6_control_C1 +LQ03X014940 Putative uncharacterized protein 5.180520083 C6_control_C2 +LQ03X014940 Putative uncharacterized protein 5.187836047 C6_control_C3 +LQ03X014940 Putative uncharacterized protein 5.037163326 C6_chemical_A1 +LQ03X014940 Putative uncharacterized protein 5.149407792 C6_chemical_A3 +LQ03X014940 Putative uncharacterized protein 5.395397367 C6_chemical_B1 +LQ03X014940 Putative uncharacterized protein 5.058222255 C6_chemical_B2 +LQ03X014940 Putative uncharacterized protein 5.294078348 C6_chemical_B3 +LQ03X014940 Putative uncharacterized protein 5.31813409 C6_chemical_C1 +LQ03X014940 Putative uncharacterized protein 5.110204741 C6_chemical_C2 +LQ03X014940 Putative uncharacterized protein 4.964720366 C6_chemical_C3 +LQ03X014940 Putative uncharacterized protein 5.389364697 L4_control_A1 +LQ03X014940 Putative uncharacterized protein 5.15327868 L4_control_A2 +LQ03X014940 Putative uncharacterized protein 5.30990267 L4_control_A3 +LQ03X014940 Putative uncharacterized protein 5.034030554 L4_control_B1 +LQ03X014940 Putative uncharacterized protein 5.26074178 L4_control_B2 +LQ03X014940 Putative uncharacterized protein 4.970002078 L4_control_B3 +LQ03X014940 Putative uncharacterized protein 5.275959813 L4_control_C2 +LQ03X014940 Putative uncharacterized protein 5.37914916 L4_control_C3 +LQ03X014940 Putative uncharacterized protein 5.270780712 L4_chemical_A1 +LQ03X014940 Putative uncharacterized protein 5.070461825 L4_chemical_A2 +LQ03X014940 Putative uncharacterized protein 5.098993504 L4_chemical_A3 +LQ03X014940 Putative uncharacterized protein 5.084620307 L4_chemical_B1 +LQ03X014940 Putative uncharacterized protein 5.117149771 L4_chemical_B2 +LQ03X014940 Putative uncharacterized protein 5.087033198 L4_chemical_B3 +LQ03X014940 Putative uncharacterized protein 5.116841437 L4_chemical_C2 +LQ03X014940 Putative uncharacterized protein 5.058388293 L4_chemical_C3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.861556293 C6_control_A1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.182115438 C6_control_A3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.240994147 C6_control_B1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.518303843 C6_control_B2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.556872671 C6_control_B3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.604170416 C6_control_C1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 7.552636838 C6_control_C2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.389811327 C6_control_C3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.980112912 C6_chemical_A1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.022620725 C6_chemical_A3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.247867373 C6_chemical_B1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.43389205 C6_chemical_B2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.425485987 C6_chemical_B3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.392405673 C6_chemical_C1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.506219971 C6_chemical_C2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.140671971 C6_chemical_C3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.818409505 L4_control_A1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.521758813 L4_control_A2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.169906658 L4_control_A3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.470603719 L4_control_B1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.244575399 L4_control_B2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.551580664 L4_control_B3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.060153767 L4_control_C2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.290670639 L4_control_C3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.520154963 L4_chemical_A1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.604186244 L4_chemical_A2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.016373805 L4_chemical_A3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.423611003 L4_chemical_B1 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.590683953 L4_chemical_B2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 6.036376162 L4_chemical_B3 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.761100628 L4_chemical_C2 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.523016535 L4_chemical_C3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.465656975 C6_control_A1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.80392967 C6_control_A3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.869655957 C6_control_B1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.554564527 C6_control_B2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.760037745 C6_control_B3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 4.979918797 C6_control_C1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.827764353 C6_control_C2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.352387288 C6_control_C3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.356866343 C6_chemical_A1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.518968988 C6_chemical_A3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 6.090373748 C6_chemical_B1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.336824006 C6_chemical_B2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.356039225 C6_chemical_B3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 4.853923661 C6_chemical_C1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.60606772 C6_chemical_C2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.352089904 C6_chemical_C3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.670278694 L4_control_A1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.923344979 L4_control_A2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 6.831294453 L4_control_A3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.849768039 L4_control_B1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 6.434783648 L4_control_B2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.164841531 L4_control_B3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.301436295 L4_control_C2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.234470894 L4_control_C3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.556331356 L4_chemical_A1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 6.015784812 L4_chemical_A2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 6.091822569 L4_chemical_A3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.60809108 L4_chemical_B1 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.829802044 L4_chemical_B2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.591517884 L4_chemical_B3 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.96165707 L4_chemical_C2 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.394348504 L4_chemical_C3 +LQ03X014980 Predicted protein 7.050489763 C6_control_A1 +LQ03X014980 Predicted protein 6.485084496 C6_control_A3 +LQ03X014980 Predicted protein 7.048632477 C6_control_B1 +LQ03X014980 Predicted protein 7.459143056 C6_control_B2 +LQ03X014980 Predicted protein 5.954718884 C6_control_B3 +LQ03X014980 Predicted protein 7.327553004 C6_control_C1 +LQ03X014980 Predicted protein 6.145093231 C6_control_C2 +LQ03X014980 Predicted protein 6.221180947 C6_control_C3 +LQ03X014980 Predicted protein 6.726503749 C6_chemical_A1 +LQ03X014980 Predicted protein 6.994882835 C6_chemical_A3 +LQ03X014980 Predicted protein 6.143642713 C6_chemical_B1 +LQ03X014980 Predicted protein 7.296298347 C6_chemical_B2 +LQ03X014980 Predicted protein 5.769799238 C6_chemical_B3 +LQ03X014980 Predicted protein 7.276414653 C6_chemical_C1 +LQ03X014980 Predicted protein 6.547963512 C6_chemical_C2 +LQ03X014980 Predicted protein 6.523384376 C6_chemical_C3 +LQ03X014980 Predicted protein 7.291201846 L4_control_A1 +LQ03X014980 Predicted protein 7.91575326 L4_control_A2 +LQ03X014980 Predicted protein 6.758571157 L4_control_A3 +LQ03X014980 Predicted protein 6.987820944 L4_control_B1 +LQ03X014980 Predicted protein 6.822776791 L4_control_B2 +LQ03X014980 Predicted protein 6.722255726 L4_control_B3 +LQ03X014980 Predicted protein 6.652914765 L4_control_C2 +LQ03X014980 Predicted protein 6.328503916 L4_control_C3 +LQ03X014980 Predicted protein 7.569665249 L4_chemical_A1 +LQ03X014980 Predicted protein 7.435973537 L4_chemical_A2 +LQ03X014980 Predicted protein 6.91218229 L4_chemical_A3 +LQ03X014980 Predicted protein 6.818846998 L4_chemical_B1 +LQ03X014980 Predicted protein 6.353047142 L4_chemical_B2 +LQ03X014980 Predicted protein 6.869380098 L4_chemical_B3 +LQ03X014980 Predicted protein 6.490789546 L4_chemical_C2 +LQ03X014980 Predicted protein 6.5178209 L4_chemical_C3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.40227563 C6_control_A1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.34745854 C6_control_A3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.18288051 C6_control_B1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.96401909 C6_control_B2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.31745293 C6_control_B3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.76647967 C6_control_C1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.99359328 C6_control_C2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.78132815 C6_control_C3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.35024723 C6_chemical_A1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.41057992 C6_chemical_A3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.19645282 C6_chemical_B1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 12.04902707 C6_chemical_B2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.95174765 C6_chemical_B3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.80299872 C6_chemical_C1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 12.19410725 C6_chemical_C2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.3142429 C6_chemical_C3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.00779939 L4_control_A1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.3532518 L4_control_A2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.67218795 L4_control_A3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.96252904 L4_control_B1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.85162262 L4_control_B2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.19699169 L4_control_B3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.7376249 L4_control_C2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.27175624 L4_control_C3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 9.971049329 L4_chemical_A1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.25451318 L4_chemical_A2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.07027063 L4_chemical_A3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.53975569 L4_chemical_B1 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.25808435 L4_chemical_B2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 10.46530718 L4_chemical_B3 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.82703656 L4_chemical_C2 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.42630038 L4_chemical_C3 +LQ03X015020 Predicted protein 12.95111249 C6_control_A1 +LQ03X015020 Predicted protein 12.07336239 C6_control_A3 +LQ03X015020 Predicted protein 13.05096669 C6_control_B1 +LQ03X015020 Predicted protein 12.57899374 C6_control_B2 +LQ03X015020 Predicted protein 12.45652201 C6_control_B3 +LQ03X015020 Predicted protein 11.18002603 C6_control_C1 +LQ03X015020 Predicted protein 10.95602094 C6_control_C2 +LQ03X015020 Predicted protein 10.91485859 C6_control_C3 +LQ03X015020 Predicted protein 13.14301335 C6_chemical_A1 +LQ03X015020 Predicted protein 12.31846646 C6_chemical_A3 +LQ03X015020 Predicted protein 12.94581734 C6_chemical_B1 +LQ03X015020 Predicted protein 12.67409813 C6_chemical_B2 +LQ03X015020 Predicted protein 12.16325953 C6_chemical_B3 +LQ03X015020 Predicted protein 11.43540082 C6_chemical_C1 +LQ03X015020 Predicted protein 10.93196401 C6_chemical_C2 +LQ03X015020 Predicted protein 9.944092912 C6_chemical_C3 +LQ03X015020 Predicted protein 11.97374413 L4_control_A1 +LQ03X015020 Predicted protein 12.12612885 L4_control_A2 +LQ03X015020 Predicted protein 9.834041179 L4_control_A3 +LQ03X015020 Predicted protein 12.0385577 L4_control_B1 +LQ03X015020 Predicted protein 12.45796638 L4_control_B2 +LQ03X015020 Predicted protein 10.94272355 L4_control_B3 +LQ03X015020 Predicted protein 9.397991373 L4_control_C2 +LQ03X015020 Predicted protein 9.836522934 L4_control_C3 +LQ03X015020 Predicted protein 11.56267275 L4_chemical_A1 +LQ03X015020 Predicted protein 11.77845446 L4_chemical_A2 +LQ03X015020 Predicted protein 10.07220032 L4_chemical_A3 +LQ03X015020 Predicted protein 12.1007808 L4_chemical_B1 +LQ03X015020 Predicted protein 12.35033975 L4_chemical_B2 +LQ03X015020 Predicted protein 12.0044169 L4_chemical_B3 +LQ03X015020 Predicted protein 9.902490278 L4_chemical_C2 +LQ03X015020 Predicted protein 10.01011319 L4_chemical_C3 +LQ03X015030 Putative uncharacterized protein 9.775273712 C6_control_A1 +LQ03X015030 Putative uncharacterized protein 9.493207704 C6_control_A3 +LQ03X015030 Putative uncharacterized protein 9.878451371 C6_control_B1 +LQ03X015030 Putative uncharacterized protein 10.83398715 C6_control_B2 +LQ03X015030 Putative uncharacterized protein 10.03660283 C6_control_B3 +LQ03X015030 Putative uncharacterized protein 11.49277652 C6_control_C1 +LQ03X015030 Putative uncharacterized protein 11.36751291 C6_control_C2 +LQ03X015030 Putative uncharacterized protein 11.51826044 C6_control_C3 +LQ03X015030 Putative uncharacterized protein 9.450380084 C6_chemical_A1 +LQ03X015030 Putative uncharacterized protein 9.879318012 C6_chemical_A3 +LQ03X015030 Putative uncharacterized protein 9.818304073 C6_chemical_B1 +LQ03X015030 Putative uncharacterized protein 10.62575947 C6_chemical_B2 +LQ03X015030 Putative uncharacterized protein 10.02328587 C6_chemical_B3 +LQ03X015030 Putative uncharacterized protein 11.60193632 C6_chemical_C1 +LQ03X015030 Putative uncharacterized protein 11.40800414 C6_chemical_C2 +LQ03X015030 Putative uncharacterized protein 11.45342722 C6_chemical_C3 +LQ03X015030 Putative uncharacterized protein 9.097136693 L4_control_A1 +LQ03X015030 Putative uncharacterized protein 8.909931621 L4_control_A2 +LQ03X015030 Putative uncharacterized protein 7.028421095 L4_control_A3 +LQ03X015030 Putative uncharacterized protein 10.53596763 L4_control_B1 +LQ03X015030 Putative uncharacterized protein 9.772447919 L4_control_B2 +LQ03X015030 Putative uncharacterized protein 9.979247198 L4_control_B3 +LQ03X015030 Putative uncharacterized protein 10.56200846 L4_control_C2 +LQ03X015030 Putative uncharacterized protein 11.02517949 L4_control_C3 +LQ03X015030 Putative uncharacterized protein 9.695505451 L4_chemical_A1 +LQ03X015030 Putative uncharacterized protein 9.541209797 L4_chemical_A2 +LQ03X015030 Putative uncharacterized protein 7.175538108 L4_chemical_A3 +LQ03X015030 Putative uncharacterized protein 9.608241282 L4_chemical_B1 +LQ03X015030 Putative uncharacterized protein 9.855824692 L4_chemical_B2 +LQ03X015030 Putative uncharacterized protein 9.671419099 L4_chemical_B3 +LQ03X015030 Putative uncharacterized protein 10.14701605 L4_chemical_C2 +LQ03X015030 Putative uncharacterized protein 10.98066662 L4_chemical_C3 +LQ03X015050 Putative uncharacterized protein 10.89486919 C6_control_A1 +LQ03X015050 Putative uncharacterized protein 10.90797746 C6_control_A3 +LQ03X015050 Putative uncharacterized protein 10.50963337 C6_control_B1 +LQ03X015050 Putative uncharacterized protein 10.59130438 C6_control_B2 +LQ03X015050 Putative uncharacterized protein 10.48823544 C6_control_B3 +LQ03X015050 Putative uncharacterized protein 9.26579747 C6_control_C1 +LQ03X015050 Putative uncharacterized protein 8.998810943 C6_control_C2 +LQ03X015050 Putative uncharacterized protein 9.542164214 C6_control_C3 +LQ03X015050 Putative uncharacterized protein 10.94455588 C6_chemical_A1 +LQ03X015050 Putative uncharacterized protein 10.49555038 C6_chemical_A3 +LQ03X015050 Putative uncharacterized protein 10.51891114 C6_chemical_B1 +LQ03X015050 Putative uncharacterized protein 10.45480291 C6_chemical_B2 +LQ03X015050 Putative uncharacterized protein 10.61201274 C6_chemical_B3 +LQ03X015050 Putative uncharacterized protein 9.356414068 C6_chemical_C1 +LQ03X015050 Putative uncharacterized protein 9.117458745 C6_chemical_C2 +LQ03X015050 Putative uncharacterized protein 8.988824335 C6_chemical_C3 +LQ03X015050 Putative uncharacterized protein 10.23327256 L4_control_A1 +LQ03X015050 Putative uncharacterized protein 11.06477146 L4_control_A2 +LQ03X015050 Putative uncharacterized protein 11.04688201 L4_control_A3 +LQ03X015050 Putative uncharacterized protein 10.53792047 L4_control_B1 +LQ03X015050 Putative uncharacterized protein 10.32163387 L4_control_B2 +LQ03X015050 Putative uncharacterized protein 10.03104946 L4_control_B3 +LQ03X015050 Putative uncharacterized protein 9.402363094 L4_control_C2 +LQ03X015050 Putative uncharacterized protein 9.852495971 L4_control_C3 +LQ03X015050 Putative uncharacterized protein 10.54367978 L4_chemical_A1 +LQ03X015050 Putative uncharacterized protein 11.10058717 L4_chemical_A2 +LQ03X015050 Putative uncharacterized protein 10.96930421 L4_chemical_A3 +LQ03X015050 Putative uncharacterized protein 11.01486696 L4_chemical_B1 +LQ03X015050 Putative uncharacterized protein 10.94744736 L4_chemical_B2 +LQ03X015050 Putative uncharacterized protein 10.36008677 L4_chemical_B3 +LQ03X015050 Putative uncharacterized protein 9.431283393 L4_chemical_C2 +LQ03X015050 Putative uncharacterized protein 9.433916397 L4_chemical_C3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 14.17982053 C6_control_A1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 14.28943548 C6_control_A3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.97219724 C6_control_B1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.62515051 C6_control_B2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.85504561 C6_control_B3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.07094036 C6_control_C1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.12097214 C6_control_C2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 12.88790236 C6_control_C3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 14.28086419 C6_chemical_A1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 14.17721576 C6_chemical_A3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 14.145999 C6_chemical_B1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.59529475 C6_chemical_B2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.7437903 C6_chemical_B3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.14226202 C6_chemical_C1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.09810884 C6_chemical_C2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 12.56607015 C6_chemical_C3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.87632601 L4_control_A1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.67312378 L4_control_A2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 14.28518614 L4_control_A3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.58005484 L4_control_B1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 14.05333092 L4_control_B2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 12.97854245 L4_control_B3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.91928102 L4_control_C2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.58179883 L4_control_C3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.50526109 L4_chemical_A1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.47925795 L4_chemical_A2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.86127389 L4_chemical_A3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.9826817 L4_chemical_B1 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.82695423 L4_chemical_B2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 12.99589523 L4_chemical_B3 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.9691512 L4_chemical_C2 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 13.46600397 L4_chemical_C3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 11.71238492 C6_control_A1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 12.07143773 C6_control_A3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.98312802 C6_control_B1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.998175559 C6_control_B2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.4463141 C6_control_B3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.752276032 C6_control_C1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.137025618 C6_control_C2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.618839894 C6_control_C3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 11.33114712 C6_chemical_A1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 11.85317678 C6_chemical_A3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.76833143 C6_chemical_B1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.721794452 C6_chemical_B2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.26864998 C6_chemical_B3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.257621099 C6_chemical_C1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.184782481 C6_chemical_C2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.513205758 C6_chemical_C3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 12.25990476 L4_control_A1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 12.21530075 L4_control_A2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 12.6207095 L4_control_A3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.43590789 L4_control_B1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.8818537 L4_control_B2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.17504384 L4_control_B3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.61542663 L4_control_C2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.852658548 L4_control_C3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 11.34681854 L4_chemical_A1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 11.48533862 L4_chemical_A2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 12.20771739 L4_chemical_A3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 11.15083077 L4_chemical_B1 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.7057839 L4_chemical_B2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 10.86147132 L4_chemical_B3 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.489250439 L4_chemical_C2 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 9.872879687 L4_chemical_C3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.20562729 C6_control_A1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.505450404 C6_control_A3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.207786016 C6_control_B1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.236501342 C6_control_B2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.407217145 C6_control_B3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 5.803320113 C6_control_C1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.06624527 C6_control_C2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 5.888275006 C6_control_C3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.587890706 C6_chemical_A1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.725093021 C6_chemical_A3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 5.860188572 C6_chemical_B1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.576194495 C6_chemical_B2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.38882727 C6_chemical_B3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 5.806794048 C6_chemical_C1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.172311915 C6_chemical_C2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 5.860651106 C6_chemical_C3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.132636376 L4_control_A1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.673020545 L4_control_A2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 7.32537208 L4_control_A3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 5.956234909 L4_control_B1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.906939302 L4_control_B2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.082372422 L4_control_B3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.362606688 L4_control_C2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 5.70559285 L4_control_C3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.058771915 L4_chemical_A1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.556494565 L4_chemical_A2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.831713931 L4_chemical_A3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.830757772 L4_chemical_B1 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.365108689 L4_chemical_B2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.616591782 L4_chemical_B3 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 5.431201045 L4_chemical_C2 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.137023813 L4_chemical_C3 +LQ03X015150 Predicted protein 6.02902774 C6_control_A1 +LQ03X015150 Predicted protein 5.874733649 C6_control_A3 +LQ03X015150 Predicted protein 6.385687964 C6_control_B1 +LQ03X015150 Predicted protein 5.879394391 C6_control_B2 +LQ03X015150 Predicted protein 6.589973809 C6_control_B3 +LQ03X015150 Predicted protein 5.078176723 C6_control_C1 +LQ03X015150 Predicted protein 4.909649611 C6_control_C2 +LQ03X015150 Predicted protein 4.803905375 C6_control_C3 +LQ03X015150 Predicted protein 5.649344953 C6_chemical_A1 +LQ03X015150 Predicted protein 5.697645166 C6_chemical_A3 +LQ03X015150 Predicted protein 6.200970132 C6_chemical_B1 +LQ03X015150 Predicted protein 5.83912434 C6_chemical_B2 +LQ03X015150 Predicted protein 6.397013079 C6_chemical_B3 +LQ03X015150 Predicted protein 4.895028057 C6_chemical_C1 +LQ03X015150 Predicted protein 4.871783239 C6_chemical_C2 +LQ03X015150 Predicted protein 4.85283643 C6_chemical_C3 +LQ03X015150 Predicted protein 5.24308797 L4_control_A1 +LQ03X015150 Predicted protein 5.666949977 L4_control_A2 +LQ03X015150 Predicted protein 5.900609012 L4_control_A3 +LQ03X015150 Predicted protein 6.851971102 L4_control_B1 +LQ03X015150 Predicted protein 7.110332925 L4_control_B2 +LQ03X015150 Predicted protein 6.313245194 L4_control_B3 +LQ03X015150 Predicted protein 5.654328811 L4_control_C2 +LQ03X015150 Predicted protein 5.161330002 L4_control_C3 +LQ03X015150 Predicted protein 5.203676405 L4_chemical_A1 +LQ03X015150 Predicted protein 5.806370465 L4_chemical_A2 +LQ03X015150 Predicted protein 5.617254144 L4_chemical_A3 +LQ03X015150 Predicted protein 6.057482948 L4_chemical_B1 +LQ03X015150 Predicted protein 6.863358302 L4_chemical_B2 +LQ03X015150 Predicted protein 6.245525801 L4_chemical_B3 +LQ03X015150 Predicted protein 5.478705378 L4_chemical_C2 +LQ03X015150 Predicted protein 5.462026803 L4_chemical_C3 +LQ03X015160 Metal ion binding protein, putative 13.2868879 C6_control_A1 +LQ03X015160 Metal ion binding protein, putative 13.29222523 C6_control_A3 +LQ03X015160 Metal ion binding protein, putative 13.01903515 C6_control_B1 +LQ03X015160 Metal ion binding protein, putative 12.49669561 C6_control_B2 +LQ03X015160 Metal ion binding protein, putative 12.96527632 C6_control_B3 +LQ03X015160 Metal ion binding protein, putative 9.896221871 C6_control_C1 +LQ03X015160 Metal ion binding protein, putative 10.00182807 C6_control_C2 +LQ03X015160 Metal ion binding protein, putative 9.294932571 C6_control_C3 +LQ03X015160 Metal ion binding protein, putative 14.03476629 C6_chemical_A1 +LQ03X015160 Metal ion binding protein, putative 13.79151673 C6_chemical_A3 +LQ03X015160 Metal ion binding protein, putative 13.42890517 C6_chemical_B1 +LQ03X015160 Metal ion binding protein, putative 12.97287808 C6_chemical_B2 +LQ03X015160 Metal ion binding protein, putative 13.24950621 C6_chemical_B3 +LQ03X015160 Metal ion binding protein, putative 9.998317484 C6_chemical_C1 +LQ03X015160 Metal ion binding protein, putative 9.422517954 C6_chemical_C2 +LQ03X015160 Metal ion binding protein, putative 9.37148833 C6_chemical_C3 +LQ03X015160 Metal ion binding protein, putative 13.89844787 L4_control_A1 +LQ03X015160 Metal ion binding protein, putative 13.75877979 L4_control_A2 +LQ03X015160 Metal ion binding protein, putative 13.68895533 L4_control_A3 +LQ03X015160 Metal ion binding protein, putative 13.41401057 L4_control_B1 +LQ03X015160 Metal ion binding protein, putative 13.16610339 L4_control_B2 +LQ03X015160 Metal ion binding protein, putative 12.05758755 L4_control_B3 +LQ03X015160 Metal ion binding protein, putative 9.522417318 L4_control_C2 +LQ03X015160 Metal ion binding protein, putative 10.3143806 L4_control_C3 +LQ03X015160 Metal ion binding protein, putative 13.25831976 L4_chemical_A1 +LQ03X015160 Metal ion binding protein, putative 13.64357894 L4_chemical_A2 +LQ03X015160 Metal ion binding protein, putative 13.50326264 L4_chemical_A3 +LQ03X015160 Metal ion binding protein, putative 13.46916405 L4_chemical_B1 +LQ03X015160 Metal ion binding protein, putative 13.16691247 L4_chemical_B2 +LQ03X015160 Metal ion binding protein, putative 13.36033961 L4_chemical_B3 +LQ03X015160 Metal ion binding protein, putative 9.613236571 L4_chemical_C2 +LQ03X015160 Metal ion binding protein, putative 9.753271606 L4_chemical_C3 +LQ03X015190 Putative uncharacterized protein 10.94921187 C6_control_A1 +LQ03X015190 Putative uncharacterized protein 10.46808862 C6_control_A3 +LQ03X015190 Putative uncharacterized protein 10.60652136 C6_control_B1 +LQ03X015190 Putative uncharacterized protein 10.61468851 C6_control_B2 +LQ03X015190 Putative uncharacterized protein 9.574867248 C6_control_B3 +LQ03X015190 Putative uncharacterized protein 9.055469358 C6_control_C1 +LQ03X015190 Putative uncharacterized protein 8.266323897 C6_control_C2 +LQ03X015190 Putative uncharacterized protein 8.053491458 C6_control_C3 +LQ03X015190 Putative uncharacterized protein 11.07973786 C6_chemical_A1 +LQ03X015190 Putative uncharacterized protein 10.54624418 C6_chemical_A3 +LQ03X015190 Putative uncharacterized protein 10.09965509 C6_chemical_B1 +LQ03X015190 Putative uncharacterized protein 10.3510396 C6_chemical_B2 +LQ03X015190 Putative uncharacterized protein 9.626438612 C6_chemical_B3 +LQ03X015190 Putative uncharacterized protein 8.628401564 C6_chemical_C1 +LQ03X015190 Putative uncharacterized protein 8.110392637 C6_chemical_C2 +LQ03X015190 Putative uncharacterized protein 7.320532485 C6_chemical_C3 +LQ03X015190 Putative uncharacterized protein 10.67540038 L4_control_A1 +LQ03X015190 Putative uncharacterized protein 10.95256742 L4_control_A2 +LQ03X015190 Putative uncharacterized protein 10.5929304 L4_control_A3 +LQ03X015190 Putative uncharacterized protein 10.01059665 L4_control_B1 +LQ03X015190 Putative uncharacterized protein 9.423867984 L4_control_B2 +LQ03X015190 Putative uncharacterized protein 9.108588206 L4_control_B3 +LQ03X015190 Putative uncharacterized protein 7.669304345 L4_control_C2 +LQ03X015190 Putative uncharacterized protein 5.81087455 L4_control_C3 +LQ03X015190 Putative uncharacterized protein 9.883451519 L4_chemical_A1 +LQ03X015190 Putative uncharacterized protein 10.59286367 L4_chemical_A2 +LQ03X015190 Putative uncharacterized protein 9.874220657 L4_chemical_A3 +LQ03X015190 Putative uncharacterized protein 10.27894507 L4_chemical_B1 +LQ03X015190 Putative uncharacterized protein 10.34802973 L4_chemical_B2 +LQ03X015190 Putative uncharacterized protein 10.25597469 L4_chemical_B3 +LQ03X015190 Putative uncharacterized protein 7.195395753 L4_chemical_C2 +LQ03X015190 Putative uncharacterized protein 6.399960207 L4_chemical_C3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.595303623 C6_control_A1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.778284427 C6_control_A3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.098875281 C6_control_B1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.688414566 C6_control_B2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.058748235 C6_control_B3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.874452253 C6_control_C1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.747820201 C6_control_C2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.835738762 C6_control_C3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.848759197 C6_chemical_A1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.007685814 C6_chemical_A3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.973177425 C6_chemical_B1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.787866938 C6_chemical_B2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.329860605 C6_chemical_B3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.939023754 C6_chemical_C1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.80495808 C6_chemical_C2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.014010504 C6_chemical_C3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.647326108 L4_control_A1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.765053822 L4_control_A2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.255873683 L4_control_A3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.679373684 L4_control_B1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.853741134 L4_control_B2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.713520299 L4_control_B3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.096482556 L4_control_C2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.943421007 L4_control_C3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.676806315 L4_chemical_A1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.84823041 L4_chemical_A2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.154346387 L4_chemical_A3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.827980464 L4_chemical_B1 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.868059004 L4_chemical_B2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.859248407 L4_chemical_B3 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.157606539 L4_chemical_C2 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 5.006123335 L4_chemical_C3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.89992233 C6_control_A1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.122021062 C6_control_A3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.083666938 C6_control_B1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.446129069 C6_control_B2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.096515486 C6_control_B3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.855715892 C6_control_C1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 7.815960366 C6_control_C2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.151811754 C6_control_C3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.671050256 C6_chemical_A1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.454416952 C6_chemical_A3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.31834018 C6_chemical_B1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 7.404178515 C6_chemical_B2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.802254717 C6_chemical_B3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.288879404 C6_chemical_C1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 7.573902934 C6_chemical_C2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.995128678 C6_chemical_C3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.767496605 L4_control_A1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.829955333 L4_control_A2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.940155339 L4_control_A3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.694001933 L4_control_B1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.274460543 L4_control_B2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.350783137 L4_control_B3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 7.223050579 L4_control_C2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 7.628536747 L4_control_C3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.355805096 L4_chemical_A1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.63392811 L4_chemical_A2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.769224265 L4_chemical_A3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.550175466 L4_chemical_B1 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.294057207 L4_chemical_B2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 8.967772363 L4_chemical_B3 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 5.770245702 L4_chemical_C2 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 7.715851307 L4_chemical_C3 +LQ03X015330 60S ribosomal protein L7a 14.97572362 C6_control_A1 +LQ03X015330 60S ribosomal protein L7a 14.86039123 C6_control_A3 +LQ03X015330 60S ribosomal protein L7a 14.11285055 C6_control_B1 +LQ03X015330 60S ribosomal protein L7a 14.43768723 C6_control_B2 +LQ03X015330 60S ribosomal protein L7a 13.96847397 C6_control_B3 +LQ03X015330 60S ribosomal protein L7a 14.07697447 C6_control_C1 +LQ03X015330 60S ribosomal protein L7a 14.18248612 C6_control_C2 +LQ03X015330 60S ribosomal protein L7a 13.51204212 C6_control_C3 +LQ03X015330 60S ribosomal protein L7a 14.86917934 C6_chemical_A1 +LQ03X015330 60S ribosomal protein L7a 14.70372418 C6_chemical_A3 +LQ03X015330 60S ribosomal protein L7a 13.79529949 C6_chemical_B1 +LQ03X015330 60S ribosomal protein L7a 13.98420678 C6_chemical_B2 +LQ03X015330 60S ribosomal protein L7a 13.60706105 C6_chemical_B3 +LQ03X015330 60S ribosomal protein L7a 14.24864465 C6_chemical_C1 +LQ03X015330 60S ribosomal protein L7a 13.91031396 C6_chemical_C2 +LQ03X015330 60S ribosomal protein L7a 13.57935343 C6_chemical_C3 +LQ03X015330 60S ribosomal protein L7a 15.06609572 L4_control_A1 +LQ03X015330 60S ribosomal protein L7a 14.87910902 L4_control_A2 +LQ03X015330 60S ribosomal protein L7a 15.05015451 L4_control_A3 +LQ03X015330 60S ribosomal protein L7a 13.62219212 L4_control_B1 +LQ03X015330 60S ribosomal protein L7a 13.92272812 L4_control_B2 +LQ03X015330 60S ribosomal protein L7a 14.18946348 L4_control_B3 +LQ03X015330 60S ribosomal protein L7a 13.77961241 L4_control_C2 +LQ03X015330 60S ribosomal protein L7a 13.6089195 L4_control_C3 +LQ03X015330 60S ribosomal protein L7a 14.63774461 L4_chemical_A1 +LQ03X015330 60S ribosomal protein L7a 14.57137095 L4_chemical_A2 +LQ03X015330 60S ribosomal protein L7a 14.83123956 L4_chemical_A3 +LQ03X015330 60S ribosomal protein L7a 13.87169837 L4_chemical_B1 +LQ03X015330 60S ribosomal protein L7a 13.73997145 L4_chemical_B2 +LQ03X015330 60S ribosomal protein L7a 14.62636905 L4_chemical_B3 +LQ03X015330 60S ribosomal protein L7a 13.90791197 L4_chemical_C2 +LQ03X015330 60S ribosomal protein L7a 13.4768333 L4_chemical_C3 +LQ03X015340 Hypothetical protein 5.239782702 C6_control_A1 +LQ03X015340 Hypothetical protein 5.35716287 C6_control_A3 +LQ03X015340 Hypothetical protein 5.10540763 C6_control_B1 +LQ03X015340 Hypothetical protein 5.639706134 C6_control_B2 +LQ03X015340 Hypothetical protein 4.909572804 C6_control_B3 +LQ03X015340 Hypothetical protein 5.603441955 C6_control_C1 +LQ03X015340 Hypothetical protein 5.391315334 C6_control_C2 +LQ03X015340 Hypothetical protein 5.608736537 C6_control_C3 +LQ03X015340 Hypothetical protein 5.494328036 C6_chemical_A1 +LQ03X015340 Hypothetical protein 5.552470707 C6_chemical_A3 +LQ03X015340 Hypothetical protein 4.996541864 C6_chemical_B1 +LQ03X015340 Hypothetical protein 5.305395463 C6_chemical_B2 +LQ03X015340 Hypothetical protein 5.403703392 C6_chemical_B3 +LQ03X015340 Hypothetical protein 5.644566553 C6_chemical_C1 +LQ03X015340 Hypothetical protein 5.764847639 C6_chemical_C2 +LQ03X015340 Hypothetical protein 6.034193287 C6_chemical_C3 +LQ03X015340 Hypothetical protein 5.738756295 L4_control_A1 +LQ03X015340 Hypothetical protein 5.35327322 L4_control_A2 +LQ03X015340 Hypothetical protein 5.235992047 L4_control_A3 +LQ03X015340 Hypothetical protein 5.672360096 L4_control_B1 +LQ03X015340 Hypothetical protein 5.43855283 L4_control_B2 +LQ03X015340 Hypothetical protein 4.895201071 L4_control_B3 +LQ03X015340 Hypothetical protein 5.267877071 L4_control_C2 +LQ03X015340 Hypothetical protein 5.412800316 L4_control_C3 +LQ03X015340 Hypothetical protein 5.414627282 L4_chemical_A1 +LQ03X015340 Hypothetical protein 5.658650021 L4_chemical_A2 +LQ03X015340 Hypothetical protein 5.614430598 L4_chemical_A3 +LQ03X015340 Hypothetical protein 5.319015113 L4_chemical_B1 +LQ03X015340 Hypothetical protein 5.403862055 L4_chemical_B2 +LQ03X015340 Hypothetical protein 4.968703387 L4_chemical_B3 +LQ03X015340 Hypothetical protein 5.544234585 L4_chemical_C2 +LQ03X015340 Hypothetical protein 5.594854192 L4_chemical_C3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.955417799 C6_control_A1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.117490349 C6_control_A3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.069603457 C6_control_B1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.286361729 C6_control_B2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.056919948 C6_control_B3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.819535883 C6_control_C1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.154614499 C6_control_C2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.139962636 C6_control_C3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.155754466 C6_chemical_A1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.923786986 C6_chemical_A3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.427983752 C6_chemical_B1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.077478401 C6_chemical_B2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.115607976 C6_chemical_B3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.824736507 C6_chemical_C1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.146684496 C6_chemical_C2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.180877727 C6_chemical_C3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.236321532 L4_control_A1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.730791399 L4_control_A2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.014471398 L4_control_A3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.08023863 L4_control_B1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.381146213 L4_control_B2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.937562731 L4_control_B3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.449690401 L4_control_C2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 6.312517778 L4_control_C3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.212311217 L4_chemical_A1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.921985975 L4_chemical_A2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.950921763 L4_chemical_A3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.798115667 L4_chemical_B1 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.075252903 L4_chemical_B2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.102269208 L4_chemical_B3 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.206312749 L4_chemical_C2 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 4.886988191 L4_chemical_C3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.767611543 C6_control_A1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.809864177 C6_control_A3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.763679209 C6_control_B1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.406820974 C6_control_B2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.907662859 C6_control_B3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.441873488 C6_control_C1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.980959389 C6_control_C2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.025940546 C6_control_C3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.752222421 C6_chemical_A1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.261814124 C6_chemical_A3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.699034594 C6_chemical_B1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.652243903 C6_chemical_B2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.567881017 C6_chemical_B3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.557009273 C6_chemical_C1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.366109467 C6_chemical_C2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.163771695 C6_chemical_C3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.39072669 L4_control_A1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.429529946 L4_control_A2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.496659582 L4_control_A3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.821067862 L4_control_B1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 4.907987923 L4_control_B2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.537198888 L4_control_B3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.522313885 L4_control_C2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.971688783 L4_control_C3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.833860365 L4_chemical_A1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.374112051 L4_chemical_A2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.219818514 L4_chemical_A3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 6.062531181 L4_chemical_B1 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.459631326 L4_chemical_B2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.433855559 L4_chemical_B3 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.303235913 L4_chemical_C2 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 6.156984792 L4_chemical_C3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.20267545 C6_control_A1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.07912482 C6_control_A3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.02780086 C6_control_B1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.36445825 C6_control_B2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.26829303 C6_control_B3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.52534738 C6_control_C1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.53442102 C6_control_C2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.54828689 C6_control_C3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.05499626 C6_chemical_A1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.87797257 C6_chemical_A3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.80560183 C6_chemical_B1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.27318854 C6_chemical_B2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.12128276 C6_chemical_B3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.44970682 C6_chemical_C1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.56440529 C6_chemical_C2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.70595369 C6_chemical_C3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.57831366 L4_control_A1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.24925194 L4_control_A2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 11.63995668 L4_control_A3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.86833169 L4_control_B1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.44520622 L4_control_B2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.00993578 L4_control_B3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.30664822 L4_control_C2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.46297098 L4_control_C3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.8465778 L4_chemical_A1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.31874371 L4_chemical_A2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 11.86711483 L4_chemical_A3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.22267314 L4_chemical_B1 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.80133243 L4_chemical_B2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.53747264 L4_chemical_B3 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.1044189 L4_chemical_C2 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 12.41991643 L4_chemical_C3 +LQ03X015430 RNA pseudourine synthase 7 8.377258327 C6_control_A1 +LQ03X015430 RNA pseudourine synthase 7 7.667327832 C6_control_A3 +LQ03X015430 RNA pseudourine synthase 7 8.933455456 C6_control_B1 +LQ03X015430 RNA pseudourine synthase 7 7.897779775 C6_control_B2 +LQ03X015430 RNA pseudourine synthase 7 8.234744201 C6_control_B3 +LQ03X015430 RNA pseudourine synthase 7 8.064147588 C6_control_C1 +LQ03X015430 RNA pseudourine synthase 7 8.356334697 C6_control_C2 +LQ03X015430 RNA pseudourine synthase 7 8.409742242 C6_control_C3 +LQ03X015430 RNA pseudourine synthase 7 8.087672011 C6_chemical_A1 +LQ03X015430 RNA pseudourine synthase 7 7.18492164 C6_chemical_A3 +LQ03X015430 RNA pseudourine synthase 7 8.255234049 C6_chemical_B1 +LQ03X015430 RNA pseudourine synthase 7 7.995454728 C6_chemical_B2 +LQ03X015430 RNA pseudourine synthase 7 8.26204806 C6_chemical_B3 +LQ03X015430 RNA pseudourine synthase 7 8.262205434 C6_chemical_C1 +LQ03X015430 RNA pseudourine synthase 7 8.569949307 C6_chemical_C2 +LQ03X015430 RNA pseudourine synthase 7 8.178228907 C6_chemical_C3 +LQ03X015430 RNA pseudourine synthase 7 7.500459311 L4_control_A1 +LQ03X015430 RNA pseudourine synthase 7 7.594270296 L4_control_A2 +LQ03X015430 RNA pseudourine synthase 7 8.134014033 L4_control_A3 +LQ03X015430 RNA pseudourine synthase 7 7.372163074 L4_control_B1 +LQ03X015430 RNA pseudourine synthase 7 7.821266909 L4_control_B2 +LQ03X015430 RNA pseudourine synthase 7 7.696141037 L4_control_B3 +LQ03X015430 RNA pseudourine synthase 7 7.71910844 L4_control_C2 +LQ03X015430 RNA pseudourine synthase 7 8.047131229 L4_control_C3 +LQ03X015430 RNA pseudourine synthase 7 7.393208109 L4_chemical_A1 +LQ03X015430 RNA pseudourine synthase 7 7.842417062 L4_chemical_A2 +LQ03X015430 RNA pseudourine synthase 7 7.864506173 L4_chemical_A3 +LQ03X015430 RNA pseudourine synthase 7 8.223877784 L4_chemical_B1 +LQ03X015430 RNA pseudourine synthase 7 8.566395026 L4_chemical_B2 +LQ03X015430 RNA pseudourine synthase 7 7.557262722 L4_chemical_B3 +LQ03X015430 RNA pseudourine synthase 7 8.322553547 L4_chemical_C2 +LQ03X015430 RNA pseudourine synthase 7 8.784016377 L4_chemical_C3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.609650972 C6_control_A1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.109961015 C6_control_A3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.039651472 C6_control_B1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.103714647 C6_control_B2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.420969589 C6_control_B3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.38361622 C6_control_C1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 4.699152061 C6_control_C2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.284045569 C6_control_C3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.654010815 C6_chemical_A1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 4.84071596 C6_chemical_A3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.163996587 C6_chemical_B1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 4.8211697 C6_chemical_B2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.176701132 C6_chemical_B3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.180191842 C6_chemical_C1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.030572533 C6_chemical_C2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.131154842 C6_chemical_C3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.182476322 L4_control_A1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.400917718 L4_control_A2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.786537603 L4_control_A3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.029012693 L4_control_B1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.767469921 L4_control_B2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.169517693 L4_control_B3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.121284047 L4_control_C2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.127949013 L4_control_C3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.182321615 L4_chemical_A1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.432985078 L4_chemical_A2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.984247584 L4_chemical_A3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 4.865026314 L4_chemical_B1 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.049579034 L4_chemical_B2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.036475519 L4_chemical_B3 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.287512438 L4_chemical_C2 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.151625177 L4_chemical_C3 +LQ03X015470 Probable S-acyltransferase At3g26935 12.95415257 C6_control_A1 +LQ03X015470 Probable S-acyltransferase At3g26935 13.1908687 C6_control_A3 +LQ03X015470 Probable S-acyltransferase At3g26935 12.84503286 C6_control_B1 +LQ03X015470 Probable S-acyltransferase At3g26935 11.76825344 C6_control_B2 +LQ03X015470 Probable S-acyltransferase At3g26935 12.38555888 C6_control_B3 +LQ03X015470 Probable S-acyltransferase At3g26935 10.4972555 C6_control_C1 +LQ03X015470 Probable S-acyltransferase At3g26935 10.34881323 C6_control_C2 +LQ03X015470 Probable S-acyltransferase At3g26935 10.46233245 C6_control_C3 +LQ03X015470 Probable S-acyltransferase At3g26935 12.89479119 C6_chemical_A1 +LQ03X015470 Probable S-acyltransferase At3g26935 13.23103723 C6_chemical_A3 +LQ03X015470 Probable S-acyltransferase At3g26935 12.54150833 C6_chemical_B1 +LQ03X015470 Probable S-acyltransferase At3g26935 11.59559718 C6_chemical_B2 +LQ03X015470 Probable S-acyltransferase At3g26935 12.40593249 C6_chemical_B3 +LQ03X015470 Probable S-acyltransferase At3g26935 10.50409089 C6_chemical_C1 +LQ03X015470 Probable S-acyltransferase At3g26935 9.68689886 C6_chemical_C2 +LQ03X015470 Probable S-acyltransferase At3g26935 10.57393227 C6_chemical_C3 +LQ03X015470 Probable S-acyltransferase At3g26935 12.75973509 L4_control_A1 +LQ03X015470 Probable S-acyltransferase At3g26935 12.78771954 L4_control_A2 +LQ03X015470 Probable S-acyltransferase At3g26935 12.65098194 L4_control_A3 +LQ03X015470 Probable S-acyltransferase At3g26935 12.71290414 L4_control_B1 +LQ03X015470 Probable S-acyltransferase At3g26935 12.8708974 L4_control_B2 +LQ03X015470 Probable S-acyltransferase At3g26935 12.15019465 L4_control_B3 +LQ03X015470 Probable S-acyltransferase At3g26935 10.91018962 L4_control_C2 +LQ03X015470 Probable S-acyltransferase At3g26935 11.60576729 L4_control_C3 +LQ03X015470 Probable S-acyltransferase At3g26935 12.32252559 L4_chemical_A1 +LQ03X015470 Probable S-acyltransferase At3g26935 12.49011223 L4_chemical_A2 +LQ03X015470 Probable S-acyltransferase At3g26935 12.48825553 L4_chemical_A3 +LQ03X015470 Probable S-acyltransferase At3g26935 12.97246611 L4_chemical_B1 +LQ03X015470 Probable S-acyltransferase At3g26935 12.45815822 L4_chemical_B2 +LQ03X015470 Probable S-acyltransferase At3g26935 12.60342315 L4_chemical_B3 +LQ03X015470 Probable S-acyltransferase At3g26935 11.21243869 L4_chemical_C2 +LQ03X015470 Probable S-acyltransferase At3g26935 11.21811365 L4_chemical_C3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.529175636 C6_control_A1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.868742577 C6_control_A3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.065830312 C6_control_B1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.326908039 C6_control_B2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.227659816 C6_control_B3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.803632978 C6_control_C1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.594383702 C6_control_C2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.385582019 C6_control_C3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.140880881 C6_chemical_A1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.172800594 C6_chemical_A3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.415871632 C6_chemical_B1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.044557737 C6_chemical_B2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.394938732 C6_chemical_B3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.869349005 C6_chemical_C1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.201901134 C6_chemical_C2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.486926114 C6_chemical_C3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.39341792 L4_control_A1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.241755027 L4_control_A2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.519859795 L4_control_A3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.148515073 L4_control_B1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 4.986218351 L4_control_B2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.57885845 L4_control_B3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 4.941243857 L4_control_C2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 6.877587289 L4_control_C3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.428184821 L4_chemical_A1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.064649471 L4_chemical_A2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.264326151 L4_chemical_A3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.029643699 L4_chemical_B1 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.362489369 L4_chemical_B2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.030996217 L4_chemical_B3 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 4.994778957 L4_chemical_C2 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.472431017 L4_chemical_C3 +LQ03X015510 Predicted protein 10.64467837 C6_control_A1 +LQ03X015510 Predicted protein 10.26523929 C6_control_A3 +LQ03X015510 Predicted protein 10.37834235 C6_control_B1 +LQ03X015510 Predicted protein 9.452975122 C6_control_B2 +LQ03X015510 Predicted protein 9.824865656 C6_control_B3 +LQ03X015510 Predicted protein 9.29486886 C6_control_C1 +LQ03X015510 Predicted protein 8.466167298 C6_control_C2 +LQ03X015510 Predicted protein 9.60312598 C6_control_C3 +LQ03X015510 Predicted protein 10.7485392 C6_chemical_A1 +LQ03X015510 Predicted protein 10.48042131 C6_chemical_A3 +LQ03X015510 Predicted protein 10.41322584 C6_chemical_B1 +LQ03X015510 Predicted protein 9.2628036 C6_chemical_B2 +LQ03X015510 Predicted protein 10.33064494 C6_chemical_B3 +LQ03X015510 Predicted protein 8.979419955 C6_chemical_C1 +LQ03X015510 Predicted protein 8.416875264 C6_chemical_C2 +LQ03X015510 Predicted protein 8.746277978 C6_chemical_C3 +LQ03X015510 Predicted protein 11.11337465 L4_control_A1 +LQ03X015510 Predicted protein 10.30282107 L4_control_A2 +LQ03X015510 Predicted protein 11.05543084 L4_control_A3 +LQ03X015510 Predicted protein 10.70879649 L4_control_B1 +LQ03X015510 Predicted protein 10.30656677 L4_control_B2 +LQ03X015510 Predicted protein 9.954978831 L4_control_B3 +LQ03X015510 Predicted protein 8.204160892 L4_control_C2 +LQ03X015510 Predicted protein 8.479517592 L4_control_C3 +LQ03X015510 Predicted protein 11.49505279 L4_chemical_A1 +LQ03X015510 Predicted protein 10.54558047 L4_chemical_A2 +LQ03X015510 Predicted protein 11.13912617 L4_chemical_A3 +LQ03X015510 Predicted protein 10.77343269 L4_chemical_B1 +LQ03X015510 Predicted protein 10.50085139 L4_chemical_B2 +LQ03X015510 Predicted protein 10.14049283 L4_chemical_B3 +LQ03X015510 Predicted protein 8.131598205 L4_chemical_C2 +LQ03X015510 Predicted protein 7.654696264 L4_chemical_C3 +LQ03X015530 DNA binding protein, putative 4.686785166 C6_control_A1 +LQ03X015530 DNA binding protein, putative 4.89828425 C6_control_A3 +LQ03X015530 DNA binding protein, putative 4.646135557 C6_control_B1 +LQ03X015530 DNA binding protein, putative 4.629951947 C6_control_B2 +LQ03X015530 DNA binding protein, putative 4.884054096 C6_control_B3 +LQ03X015530 DNA binding protein, putative 4.492854727 C6_control_C1 +LQ03X015530 DNA binding protein, putative 4.48053973 C6_control_C2 +LQ03X015530 DNA binding protein, putative 4.504919823 C6_control_C3 +LQ03X015530 DNA binding protein, putative 4.710639916 C6_chemical_A1 +LQ03X015530 DNA binding protein, putative 4.960533339 C6_chemical_A3 +LQ03X015530 DNA binding protein, putative 4.58339165 C6_chemical_B1 +LQ03X015530 DNA binding protein, putative 4.538715432 C6_chemical_B2 +LQ03X015530 DNA binding protein, putative 4.615419277 C6_chemical_B3 +LQ03X015530 DNA binding protein, putative 4.63602077 C6_chemical_C1 +LQ03X015530 DNA binding protein, putative 4.803826988 C6_chemical_C2 +LQ03X015530 DNA binding protein, putative 4.697551064 C6_chemical_C3 +LQ03X015530 DNA binding protein, putative 4.93495294 L4_control_A1 +LQ03X015530 DNA binding protein, putative 5.029589333 L4_control_A2 +LQ03X015530 DNA binding protein, putative 5.232088178 L4_control_A3 +LQ03X015530 DNA binding protein, putative 4.883509159 L4_control_B1 +LQ03X015530 DNA binding protein, putative 4.916120442 L4_control_B2 +LQ03X015530 DNA binding protein, putative 4.993165441 L4_control_B3 +LQ03X015530 DNA binding protein, putative 5.232848136 L4_control_C2 +LQ03X015530 DNA binding protein, putative 5.044729821 L4_control_C3 +LQ03X015530 DNA binding protein, putative 5.106699707 L4_chemical_A1 +LQ03X015530 DNA binding protein, putative 4.820058618 L4_chemical_A2 +LQ03X015530 DNA binding protein, putative 5.104600909 L4_chemical_A3 +LQ03X015530 DNA binding protein, putative 4.725808841 L4_chemical_B1 +LQ03X015530 DNA binding protein, putative 4.912810762 L4_chemical_B2 +LQ03X015530 DNA binding protein, putative 4.755438221 L4_chemical_B3 +LQ03X015530 DNA binding protein, putative 4.734290668 L4_chemical_C2 +LQ03X015530 DNA binding protein, putative 5.120706593 L4_chemical_C3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.711214091 C6_control_A1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.428930434 C6_control_A3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.466077723 C6_control_B1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.46571628 C6_control_B2 +LQ03X015540 Ubiquitin carrier protein E2 27 5.89613007 C6_control_B3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.601264046 C6_control_C1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.554764807 C6_control_C2 +LQ03X015540 Ubiquitin carrier protein E2 27 5.239954717 C6_control_C3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.529367826 C6_chemical_A1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.2791061 C6_chemical_A3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.880552102 C6_chemical_B1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.391540679 C6_chemical_B2 +LQ03X015540 Ubiquitin carrier protein E2 27 5.899509288 C6_chemical_B3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.699548764 C6_chemical_C1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.485296353 C6_chemical_C2 +LQ03X015540 Ubiquitin carrier protein E2 27 4.96377889 C6_chemical_C3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.803847416 L4_control_A1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.995433048 L4_control_A2 +LQ03X015540 Ubiquitin carrier protein E2 27 5.619402007 L4_control_A3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.521173569 L4_control_B1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.90677858 L4_control_B2 +LQ03X015540 Ubiquitin carrier protein E2 27 5.88683124 L4_control_B3 +LQ03X015540 Ubiquitin carrier protein E2 27 6.335096749 L4_control_C2 +LQ03X015540 Ubiquitin carrier protein E2 27 6.355135683 L4_control_C3 +LQ03X015540 Ubiquitin carrier protein E2 27 5.699519408 L4_chemical_A1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.685684927 L4_chemical_A2 +LQ03X015540 Ubiquitin carrier protein E2 27 5.688910809 L4_chemical_A3 +LQ03X015540 Ubiquitin carrier protein E2 27 6.28063712 L4_chemical_B1 +LQ03X015540 Ubiquitin carrier protein E2 27 5.716208974 L4_chemical_B2 +LQ03X015540 Ubiquitin carrier protein E2 27 5.911931675 L4_chemical_B3 +LQ03X015540 Ubiquitin carrier protein E2 27 6.464101796 L4_chemical_C2 +LQ03X015540 Ubiquitin carrier protein E2 27 7.199734184 L4_chemical_C3 +LQ03X015550 Putative uncharacterized protein 11.81271833 C6_control_A1 +LQ03X015550 Putative uncharacterized protein 10.23982564 C6_control_A3 +LQ03X015550 Putative uncharacterized protein 12.06043203 C6_control_B1 +LQ03X015550 Putative uncharacterized protein 11.30071813 C6_control_B2 +LQ03X015550 Putative uncharacterized protein 10.65226944 C6_control_B3 +LQ03X015550 Putative uncharacterized protein 13.38861572 C6_control_C1 +LQ03X015550 Putative uncharacterized protein 11.82269637 C6_control_C2 +LQ03X015550 Putative uncharacterized protein 11.0437833 C6_control_C3 +LQ03X015550 Putative uncharacterized protein 12.20418808 C6_chemical_A1 +LQ03X015550 Putative uncharacterized protein 10.71974743 C6_chemical_A3 +LQ03X015550 Putative uncharacterized protein 12.56455736 C6_chemical_B1 +LQ03X015550 Putative uncharacterized protein 12.03577081 C6_chemical_B2 +LQ03X015550 Putative uncharacterized protein 10.9560959 C6_chemical_B3 +LQ03X015550 Putative uncharacterized protein 13.49249518 C6_chemical_C1 +LQ03X015550 Putative uncharacterized protein 12.87032413 C6_chemical_C2 +LQ03X015550 Putative uncharacterized protein 12.65227735 C6_chemical_C3 +LQ03X015550 Putative uncharacterized protein 11.30835514 L4_control_A1 +LQ03X015550 Putative uncharacterized protein 11.12926611 L4_control_A2 +LQ03X015550 Putative uncharacterized protein 10.66554249 L4_control_A3 +LQ03X015550 Putative uncharacterized protein 12.03664009 L4_control_B1 +LQ03X015550 Putative uncharacterized protein 11.18045945 L4_control_B2 +LQ03X015550 Putative uncharacterized protein 10.63218932 L4_control_B3 +LQ03X015550 Putative uncharacterized protein 11.32901224 L4_control_C2 +LQ03X015550 Putative uncharacterized protein 10.60826525 L4_control_C3 +LQ03X015550 Putative uncharacterized protein 11.8242541 L4_chemical_A1 +LQ03X015550 Putative uncharacterized protein 11.70660043 L4_chemical_A2 +LQ03X015550 Putative uncharacterized protein 11.39225849 L4_chemical_A3 +LQ03X015550 Putative uncharacterized protein 12.25517812 L4_chemical_B1 +LQ03X015550 Putative uncharacterized protein 11.45068275 L4_chemical_B2 +LQ03X015550 Putative uncharacterized protein 10.97553811 L4_chemical_B3 +LQ03X015550 Putative uncharacterized protein 11.97386185 L4_chemical_C2 +LQ03X015550 Putative uncharacterized protein 11.29564951 L4_chemical_C3 +LQ03X015560 UPF0497 membrane protein 8 7.089519763 C6_control_A1 +LQ03X015560 UPF0497 membrane protein 8 6.193526341 C6_control_A3 +LQ03X015560 UPF0497 membrane protein 8 6.643092174 C6_control_B1 +LQ03X015560 UPF0497 membrane protein 8 6.155195289 C6_control_B2 +LQ03X015560 UPF0497 membrane protein 8 6.012127996 C6_control_B3 +LQ03X015560 UPF0497 membrane protein 8 5.85721541 C6_control_C1 +LQ03X015560 UPF0497 membrane protein 8 5.638463444 C6_control_C2 +LQ03X015560 UPF0497 membrane protein 8 6.033265883 C6_control_C3 +LQ03X015560 UPF0497 membrane protein 8 6.05230178 C6_chemical_A1 +LQ03X015560 UPF0497 membrane protein 8 6.574265362 C6_chemical_A3 +LQ03X015560 UPF0497 membrane protein 8 8.204532983 C6_chemical_B1 +LQ03X015560 UPF0497 membrane protein 8 6.001092879 C6_chemical_B2 +LQ03X015560 UPF0497 membrane protein 8 5.568655493 C6_chemical_B3 +LQ03X015560 UPF0497 membrane protein 8 5.601055049 C6_chemical_C1 +LQ03X015560 UPF0497 membrane protein 8 6.362304944 C6_chemical_C2 +LQ03X015560 UPF0497 membrane protein 8 6.57894249 C6_chemical_C3 +LQ03X015560 UPF0497 membrane protein 8 7.004772062 L4_control_A1 +LQ03X015560 UPF0497 membrane protein 8 6.608186743 L4_control_A2 +LQ03X015560 UPF0497 membrane protein 8 6.016786764 L4_control_A3 +LQ03X015560 UPF0497 membrane protein 8 6.130220943 L4_control_B1 +LQ03X015560 UPF0497 membrane protein 8 5.896295126 L4_control_B2 +LQ03X015560 UPF0497 membrane protein 8 5.531228281 L4_control_B3 +LQ03X015560 UPF0497 membrane protein 8 7.260398377 L4_control_C2 +LQ03X015560 UPF0497 membrane protein 8 6.057909715 L4_control_C3 +LQ03X015560 UPF0497 membrane protein 8 6.721784273 L4_chemical_A1 +LQ03X015560 UPF0497 membrane protein 8 6.273423348 L4_chemical_A2 +LQ03X015560 UPF0497 membrane protein 8 6.215616431 L4_chemical_A3 +LQ03X015560 UPF0497 membrane protein 8 6.778477233 L4_chemical_B1 +LQ03X015560 UPF0497 membrane protein 8 6.430834302 L4_chemical_B2 +LQ03X015560 UPF0497 membrane protein 8 6.33543886 L4_chemical_B3 +LQ03X015560 UPF0497 membrane protein 8 6.800725104 L4_chemical_C2 +LQ03X015560 UPF0497 membrane protein 8 6.023681769 L4_chemical_C3 +LQ03X015570 Predicted protein 5.513179896 C6_control_A1 +LQ03X015570 Predicted protein 5.235085934 C6_control_A3 +LQ03X015570 Predicted protein 5.776358893 C6_control_B1 +LQ03X015570 Predicted protein 5.273837291 C6_control_B2 +LQ03X015570 Predicted protein 6.030433117 C6_control_B3 +LQ03X015570 Predicted protein 5.02307057 C6_control_C1 +LQ03X015570 Predicted protein 5.883911531 C6_control_C2 +LQ03X015570 Predicted protein 5.358920243 C6_control_C3 +LQ03X015570 Predicted protein 5.575153701 C6_chemical_A1 +LQ03X015570 Predicted protein 5.054258537 C6_chemical_A3 +LQ03X015570 Predicted protein 5.844095711 C6_chemical_B1 +LQ03X015570 Predicted protein 5.422766409 C6_chemical_B2 +LQ03X015570 Predicted protein 5.783596392 C6_chemical_B3 +LQ03X015570 Predicted protein 5.576405604 C6_chemical_C1 +LQ03X015570 Predicted protein 5.681597739 C6_chemical_C2 +LQ03X015570 Predicted protein 5.452171984 C6_chemical_C3 +LQ03X015570 Predicted protein 5.568757137 L4_control_A1 +LQ03X015570 Predicted protein 5.796857794 L4_control_A2 +LQ03X015570 Predicted protein 5.178659397 L4_control_A3 +LQ03X015570 Predicted protein 5.35822165 L4_control_B1 +LQ03X015570 Predicted protein 5.568688638 L4_control_B2 +LQ03X015570 Predicted protein 5.54655784 L4_control_B3 +LQ03X015570 Predicted protein 4.839175278 L4_control_C2 +LQ03X015570 Predicted protein 5.372093578 L4_control_C3 +LQ03X015570 Predicted protein 5.27587889 L4_chemical_A1 +LQ03X015570 Predicted protein 5.700906632 L4_chemical_A2 +LQ03X015570 Predicted protein 5.231974527 L4_chemical_A3 +LQ03X015570 Predicted protein 5.432085181 L4_chemical_B1 +LQ03X015570 Predicted protein 5.498995649 L4_chemical_B2 +LQ03X015570 Predicted protein 5.697967477 L4_chemical_B3 +LQ03X015570 Predicted protein 6.001738573 L4_chemical_C2 +LQ03X015570 Predicted protein 6.019577689 L4_chemical_C3 +LQ03X015590 Serine palmitoyltransferase 2 5.341849979 C6_control_A1 +LQ03X015590 Serine palmitoyltransferase 2 5.207527619 C6_control_A3 +LQ03X015590 Serine palmitoyltransferase 2 4.729624528 C6_control_B1 +LQ03X015590 Serine palmitoyltransferase 2 5.016604328 C6_control_B2 +LQ03X015590 Serine palmitoyltransferase 2 4.880696764 C6_control_B3 +LQ03X015590 Serine palmitoyltransferase 2 4.948069164 C6_control_C1 +LQ03X015590 Serine palmitoyltransferase 2 5.431409005 C6_control_C2 +LQ03X015590 Serine palmitoyltransferase 2 4.754146084 C6_control_C3 +LQ03X015590 Serine palmitoyltransferase 2 5.191238657 C6_chemical_A1 +LQ03X015590 Serine palmitoyltransferase 2 5.141969637 C6_chemical_A3 +LQ03X015590 Serine palmitoyltransferase 2 5.191774832 C6_chemical_B1 +LQ03X015590 Serine palmitoyltransferase 2 4.78854207 C6_chemical_B2 +LQ03X015590 Serine palmitoyltransferase 2 4.865400056 C6_chemical_B3 +LQ03X015590 Serine palmitoyltransferase 2 4.679290293 C6_chemical_C1 +LQ03X015590 Serine palmitoyltransferase 2 4.67425182 C6_chemical_C2 +LQ03X015590 Serine palmitoyltransferase 2 4.886646909 C6_chemical_C3 +LQ03X015590 Serine palmitoyltransferase 2 4.825149102 L4_control_A1 +LQ03X015590 Serine palmitoyltransferase 2 4.868044493 L4_control_A2 +LQ03X015590 Serine palmitoyltransferase 2 5.326803464 L4_control_A3 +LQ03X015590 Serine palmitoyltransferase 2 5.190373394 L4_control_B1 +LQ03X015590 Serine palmitoyltransferase 2 5.241238509 L4_control_B2 +LQ03X015590 Serine palmitoyltransferase 2 4.78156251 L4_control_B3 +LQ03X015590 Serine palmitoyltransferase 2 5.493844384 L4_control_C2 +LQ03X015590 Serine palmitoyltransferase 2 5.407555453 L4_control_C3 +LQ03X015590 Serine palmitoyltransferase 2 5.225682394 L4_chemical_A1 +LQ03X015590 Serine palmitoyltransferase 2 4.855483788 L4_chemical_A2 +LQ03X015590 Serine palmitoyltransferase 2 5.222627629 L4_chemical_A3 +LQ03X015590 Serine palmitoyltransferase 2 4.838681544 L4_chemical_B1 +LQ03X015590 Serine palmitoyltransferase 2 4.738160461 L4_chemical_B2 +LQ03X015590 Serine palmitoyltransferase 2 4.730854326 L4_chemical_B3 +LQ03X015590 Serine palmitoyltransferase 2 4.964368987 L4_chemical_C2 +LQ03X015590 Serine palmitoyltransferase 2 4.974681602 L4_chemical_C3 +LQ03X015640 Poly(A) polymerase, putative 5.42666748 C6_control_A1 +LQ03X015640 Poly(A) polymerase, putative 5.488502954 C6_control_A3 +LQ03X015640 Poly(A) polymerase, putative 5.551884473 C6_control_B1 +LQ03X015640 Poly(A) polymerase, putative 5.391083342 C6_control_B2 +LQ03X015640 Poly(A) polymerase, putative 5.570520983 C6_control_B3 +LQ03X015640 Poly(A) polymerase, putative 5.423798811 C6_control_C1 +LQ03X015640 Poly(A) polymerase, putative 6.245920902 C6_control_C2 +LQ03X015640 Poly(A) polymerase, putative 5.490859854 C6_control_C3 +LQ03X015640 Poly(A) polymerase, putative 5.324542956 C6_chemical_A1 +LQ03X015640 Poly(A) polymerase, putative 4.973372232 C6_chemical_A3 +LQ03X015640 Poly(A) polymerase, putative 5.423308305 C6_chemical_B1 +LQ03X015640 Poly(A) polymerase, putative 5.471587502 C6_chemical_B2 +LQ03X015640 Poly(A) polymerase, putative 6.045948154 C6_chemical_B3 +LQ03X015640 Poly(A) polymerase, putative 5.503329788 C6_chemical_C1 +LQ03X015640 Poly(A) polymerase, putative 5.415661373 C6_chemical_C2 +LQ03X015640 Poly(A) polymerase, putative 5.478721899 C6_chemical_C3 +LQ03X015640 Poly(A) polymerase, putative 5.693215616 L4_control_A1 +LQ03X015640 Poly(A) polymerase, putative 5.59653082 L4_control_A2 +LQ03X015640 Poly(A) polymerase, putative 5.74671631 L4_control_A3 +LQ03X015640 Poly(A) polymerase, putative 5.070468946 L4_control_B1 +LQ03X015640 Poly(A) polymerase, putative 5.545576286 L4_control_B2 +LQ03X015640 Poly(A) polymerase, putative 5.565658705 L4_control_B3 +LQ03X015640 Poly(A) polymerase, putative 5.629291716 L4_control_C2 +LQ03X015640 Poly(A) polymerase, putative 6.723468154 L4_control_C3 +LQ03X015640 Poly(A) polymerase, putative 5.695108113 L4_chemical_A1 +LQ03X015640 Poly(A) polymerase, putative 5.265090557 L4_chemical_A2 +LQ03X015640 Poly(A) polymerase, putative 5.247888908 L4_chemical_A3 +LQ03X015640 Poly(A) polymerase, putative 5.62134554 L4_chemical_B1 +LQ03X015640 Poly(A) polymerase, putative 5.568459494 L4_chemical_B2 +LQ03X015640 Poly(A) polymerase, putative 5.175503969 L4_chemical_B3 +LQ03X015640 Poly(A) polymerase, putative 5.405246026 L4_chemical_C2 +LQ03X015640 Poly(A) polymerase, putative 6.699069809 L4_chemical_C3 +LQ03X015670 Putative uncharacterized protein 12.81620984 C6_control_A1 +LQ03X015670 Putative uncharacterized protein 12.92580447 C6_control_A3 +LQ03X015670 Putative uncharacterized protein 12.9244511 C6_control_B1 +LQ03X015670 Putative uncharacterized protein 12.58869234 C6_control_B2 +LQ03X015670 Putative uncharacterized protein 12.95075407 C6_control_B3 +LQ03X015670 Putative uncharacterized protein 12.80683605 C6_control_C1 +LQ03X015670 Putative uncharacterized protein 12.9182623 C6_control_C2 +LQ03X015670 Putative uncharacterized protein 13.17586049 C6_control_C3 +LQ03X015670 Putative uncharacterized protein 12.76219626 C6_chemical_A1 +LQ03X015670 Putative uncharacterized protein 12.80908351 C6_chemical_A3 +LQ03X015670 Putative uncharacterized protein 12.69753991 C6_chemical_B1 +LQ03X015670 Putative uncharacterized protein 12.50612989 C6_chemical_B2 +LQ03X015670 Putative uncharacterized protein 12.74174645 C6_chemical_B3 +LQ03X015670 Putative uncharacterized protein 12.68692232 C6_chemical_C1 +LQ03X015670 Putative uncharacterized protein 12.82842488 C6_chemical_C2 +LQ03X015670 Putative uncharacterized protein 13.27626402 C6_chemical_C3 +LQ03X015670 Putative uncharacterized protein 13.13232312 L4_control_A1 +LQ03X015670 Putative uncharacterized protein 13.30280483 L4_control_A2 +LQ03X015670 Putative uncharacterized protein 13.39819256 L4_control_A3 +LQ03X015670 Putative uncharacterized protein 13.12454964 L4_control_B1 +LQ03X015670 Putative uncharacterized protein 12.89315999 L4_control_B2 +LQ03X015670 Putative uncharacterized protein 13.00045096 L4_control_B3 +LQ03X015670 Putative uncharacterized protein 13.24536923 L4_control_C2 +LQ03X015670 Putative uncharacterized protein 13.5100355 L4_control_C3 +LQ03X015670 Putative uncharacterized protein 13.34740627 L4_chemical_A1 +LQ03X015670 Putative uncharacterized protein 13.37724553 L4_chemical_A2 +LQ03X015670 Putative uncharacterized protein 13.37030077 L4_chemical_A3 +LQ03X015670 Putative uncharacterized protein 13.23499799 L4_chemical_B1 +LQ03X015670 Putative uncharacterized protein 13.02547289 L4_chemical_B2 +LQ03X015670 Putative uncharacterized protein 13.01034457 L4_chemical_B3 +LQ03X015670 Putative uncharacterized protein 13.13570313 L4_chemical_C2 +LQ03X015670 Putative uncharacterized protein 13.34628156 L4_chemical_C3 +LQ03X015680 Serine carboxypeptidase-like 45 5.39466681 C6_control_A1 +LQ03X015680 Serine carboxypeptidase-like 45 6.052055315 C6_control_A3 +LQ03X015680 Serine carboxypeptidase-like 45 5.717974717 C6_control_B1 +LQ03X015680 Serine carboxypeptidase-like 45 6.158166449 C6_control_B2 +LQ03X015680 Serine carboxypeptidase-like 45 5.802403822 C6_control_B3 +LQ03X015680 Serine carboxypeptidase-like 45 4.997675178 C6_control_C1 +LQ03X015680 Serine carboxypeptidase-like 45 6.306061393 C6_control_C2 +LQ03X015680 Serine carboxypeptidase-like 45 5.368417564 C6_control_C3 +LQ03X015680 Serine carboxypeptidase-like 45 5.44405978 C6_chemical_A1 +LQ03X015680 Serine carboxypeptidase-like 45 5.631708482 C6_chemical_A3 +LQ03X015680 Serine carboxypeptidase-like 45 5.931427199 C6_chemical_B1 +LQ03X015680 Serine carboxypeptidase-like 45 5.905470443 C6_chemical_B2 +LQ03X015680 Serine carboxypeptidase-like 45 5.377614738 C6_chemical_B3 +LQ03X015680 Serine carboxypeptidase-like 45 5.101865209 C6_chemical_C1 +LQ03X015680 Serine carboxypeptidase-like 45 5.15380653 C6_chemical_C2 +LQ03X015680 Serine carboxypeptidase-like 45 5.533643538 C6_chemical_C3 +LQ03X015680 Serine carboxypeptidase-like 45 5.742417288 L4_control_A1 +LQ03X015680 Serine carboxypeptidase-like 45 5.818962148 L4_control_A2 +LQ03X015680 Serine carboxypeptidase-like 45 5.731059986 L4_control_A3 +LQ03X015680 Serine carboxypeptidase-like 45 6.096513105 L4_control_B1 +LQ03X015680 Serine carboxypeptidase-like 45 5.702393602 L4_control_B2 +LQ03X015680 Serine carboxypeptidase-like 45 5.401281315 L4_control_B3 +LQ03X015680 Serine carboxypeptidase-like 45 5.933020702 L4_control_C2 +LQ03X015680 Serine carboxypeptidase-like 45 5.44338126 L4_control_C3 +LQ03X015680 Serine carboxypeptidase-like 45 5.280473431 L4_chemical_A1 +LQ03X015680 Serine carboxypeptidase-like 45 5.459945269 L4_chemical_A2 +LQ03X015680 Serine carboxypeptidase-like 45 5.41811633 L4_chemical_A3 +LQ03X015680 Serine carboxypeptidase-like 45 6.320487628 L4_chemical_B1 +LQ03X015680 Serine carboxypeptidase-like 45 5.363331238 L4_chemical_B2 +LQ03X015680 Serine carboxypeptidase-like 45 5.400741294 L4_chemical_B3 +LQ03X015680 Serine carboxypeptidase-like 45 5.445807416 L4_chemical_C2 +LQ03X015680 Serine carboxypeptidase-like 45 5.529293594 L4_chemical_C3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.31545326 C6_control_A1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.952197579 C6_control_A3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.440963288 C6_control_B1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.830670808 C6_control_B2 +LQ03X015690 Phosphoprotein phosphatase, putative 5.535095247 C6_control_B3 +LQ03X015690 Phosphoprotein phosphatase, putative 6.425887429 C6_control_C1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.657561148 C6_control_C2 +LQ03X015690 Phosphoprotein phosphatase, putative 5.957192747 C6_control_C3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.628970706 C6_chemical_A1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.187250098 C6_chemical_A3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.162682079 C6_chemical_B1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.681983297 C6_chemical_B2 +LQ03X015690 Phosphoprotein phosphatase, putative 5.01547176 C6_chemical_B3 +LQ03X015690 Phosphoprotein phosphatase, putative 6.498163633 C6_chemical_C1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.772072073 C6_chemical_C2 +LQ03X015690 Phosphoprotein phosphatase, putative 5.945985877 C6_chemical_C3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.672222546 L4_control_A1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.69362737 L4_control_A2 +LQ03X015690 Phosphoprotein phosphatase, putative 6.310781209 L4_control_A3 +LQ03X015690 Phosphoprotein phosphatase, putative 6.256187155 L4_control_B1 +LQ03X015690 Phosphoprotein phosphatase, putative 6.651471917 L4_control_B2 +LQ03X015690 Phosphoprotein phosphatase, putative 5.963751509 L4_control_B3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.379914316 L4_control_C2 +LQ03X015690 Phosphoprotein phosphatase, putative 5.602566714 L4_control_C3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.887941234 L4_chemical_A1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.263554923 L4_chemical_A2 +LQ03X015690 Phosphoprotein phosphatase, putative 6.33499221 L4_chemical_A3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.825510377 L4_chemical_B1 +LQ03X015690 Phosphoprotein phosphatase, putative 5.934329427 L4_chemical_B2 +LQ03X015690 Phosphoprotein phosphatase, putative 5.893565643 L4_chemical_B3 +LQ03X015690 Phosphoprotein phosphatase, putative 5.357380967 L4_chemical_C2 +LQ03X015690 Phosphoprotein phosphatase, putative 5.927880206 L4_chemical_C3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.17267808 C6_control_A1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 9.757996199 C6_control_A3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.00057115 C6_control_B1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.27830773 C6_control_B2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 9.727167661 C6_control_B3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 12.11178278 C6_control_C1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 11.98163989 C6_control_C2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 12.0928093 C6_control_C3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.95940074 C6_chemical_A1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.80026596 C6_chemical_A3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.99381184 C6_chemical_B1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.78177137 C6_chemical_B2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.58566557 C6_chemical_B3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 12.29863864 C6_chemical_C1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 12.73582292 C6_chemical_C2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 13.1524722 C6_chemical_C3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.96294356 L4_control_A1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.53298206 L4_control_A2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 11.42856252 L4_control_A3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.1793893 L4_control_B1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.61020853 L4_control_B2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 11.80629086 L4_control_B3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 13.83716626 L4_control_C2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 14.20173578 L4_control_C3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.75429505 L4_chemical_A1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.46862221 L4_chemical_A2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 11.19705213 L4_chemical_A3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.19670285 L4_chemical_B1 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.5105196 L4_chemical_B2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.77822447 L4_chemical_B3 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 13.61762529 L4_chemical_C2 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 13.95064136 L4_chemical_C3 +LQ03X015710 Predicted protein 6.266124973 C6_control_A1 +LQ03X015710 Predicted protein 6.532435987 C6_control_A3 +LQ03X015710 Predicted protein 5.903638487 C6_control_B1 +LQ03X015710 Predicted protein 6.1285934 C6_control_B2 +LQ03X015710 Predicted protein 6.482574219 C6_control_B3 +LQ03X015710 Predicted protein 5.688677443 C6_control_C1 +LQ03X015710 Predicted protein 5.587063065 C6_control_C2 +LQ03X015710 Predicted protein 5.988667236 C6_control_C3 +LQ03X015710 Predicted protein 6.064530804 C6_chemical_A1 +LQ03X015710 Predicted protein 6.096440346 C6_chemical_A3 +LQ03X015710 Predicted protein 6.124823155 C6_chemical_B1 +LQ03X015710 Predicted protein 5.954010299 C6_chemical_B2 +LQ03X015710 Predicted protein 6.45165015 C6_chemical_B3 +LQ03X015710 Predicted protein 5.704245413 C6_chemical_C1 +LQ03X015710 Predicted protein 5.912802861 C6_chemical_C2 +LQ03X015710 Predicted protein 6.049284209 C6_chemical_C3 +LQ03X015710 Predicted protein 6.508446694 L4_control_A1 +LQ03X015710 Predicted protein 6.346224828 L4_control_A2 +LQ03X015710 Predicted protein 6.486762602 L4_control_A3 +LQ03X015710 Predicted protein 6.982087572 L4_control_B1 +LQ03X015710 Predicted protein 6.1176067 L4_control_B2 +LQ03X015710 Predicted protein 6.34807497 L4_control_B3 +LQ03X015710 Predicted protein 5.776904288 L4_control_C2 +LQ03X015710 Predicted protein 5.572032644 L4_control_C3 +LQ03X015710 Predicted protein 6.239288194 L4_chemical_A1 +LQ03X015710 Predicted protein 6.272682778 L4_chemical_A2 +LQ03X015710 Predicted protein 6.396589547 L4_chemical_A3 +LQ03X015710 Predicted protein 6.277158925 L4_chemical_B1 +LQ03X015710 Predicted protein 6.493094861 L4_chemical_B2 +LQ03X015710 Predicted protein 6.561742597 L4_chemical_B3 +LQ03X015710 Predicted protein 5.731452433 L4_chemical_C2 +LQ03X015710 Predicted protein 6.152065336 L4_chemical_C3 +LQ03X015720 Auxin response factor 2 6.527115276 C6_control_A1 +LQ03X015720 Auxin response factor 2 6.454838496 C6_control_A3 +LQ03X015720 Auxin response factor 2 6.831836385 C6_control_B1 +LQ03X015720 Auxin response factor 2 6.239292706 C6_control_B2 +LQ03X015720 Auxin response factor 2 6.886729222 C6_control_B3 +LQ03X015720 Auxin response factor 2 6.105474906 C6_control_C1 +LQ03X015720 Auxin response factor 2 5.535529237 C6_control_C2 +LQ03X015720 Auxin response factor 2 6.297649777 C6_control_C3 +LQ03X015720 Auxin response factor 2 6.807484822 C6_chemical_A1 +LQ03X015720 Auxin response factor 2 6.232108747 C6_chemical_A3 +LQ03X015720 Auxin response factor 2 7.02968121 C6_chemical_B1 +LQ03X015720 Auxin response factor 2 6.091774482 C6_chemical_B2 +LQ03X015720 Auxin response factor 2 6.832176467 C6_chemical_B3 +LQ03X015720 Auxin response factor 2 6.384616801 C6_chemical_C1 +LQ03X015720 Auxin response factor 2 6.260788004 C6_chemical_C2 +LQ03X015720 Auxin response factor 2 6.417950835 C6_chemical_C3 +LQ03X015720 Auxin response factor 2 6.625271401 L4_control_A1 +LQ03X015720 Auxin response factor 2 7.309044666 L4_control_A2 +LQ03X015720 Auxin response factor 2 7.194119125 L4_control_A3 +LQ03X015720 Auxin response factor 2 6.719743885 L4_control_B1 +LQ03X015720 Auxin response factor 2 6.449120485 L4_control_B2 +LQ03X015720 Auxin response factor 2 6.73261548 L4_control_B3 +LQ03X015720 Auxin response factor 2 6.397027625 L4_control_C2 +LQ03X015720 Auxin response factor 2 6.664529969 L4_control_C3 +LQ03X015720 Auxin response factor 2 6.539239075 L4_chemical_A1 +LQ03X015720 Auxin response factor 2 7.185901049 L4_chemical_A2 +LQ03X015720 Auxin response factor 2 7.786651038 L4_chemical_A3 +LQ03X015720 Auxin response factor 2 6.675148119 L4_chemical_B1 +LQ03X015720 Auxin response factor 2 6.945318111 L4_chemical_B2 +LQ03X015720 Auxin response factor 2 6.60621199 L4_chemical_B3 +LQ03X015720 Auxin response factor 2 7.154401714 L4_chemical_C2 +LQ03X015720 Auxin response factor 2 6.517325651 L4_chemical_C3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.64084991 C6_control_A1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 10.26325672 C6_control_A3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.86504408 C6_control_B1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.39503291 C6_control_B2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.42742537 C6_control_B3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 8.964409681 C6_control_C1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.984852987 C6_control_C2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.266271992 C6_control_C3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.65265921 C6_chemical_A1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.21751309 C6_chemical_A3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 12.14602425 C6_chemical_B1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.83056534 C6_chemical_B2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.65369725 C6_chemical_B3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.146817266 C6_chemical_C1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.808995101 C6_chemical_C2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.257471613 C6_chemical_C3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.893590792 L4_control_A1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 10.79035154 L4_control_A2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.138341736 L4_control_A3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.81416229 L4_control_B1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.935787 L4_control_B2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 10.97122814 L4_control_B3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.269630791 L4_control_C2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 10.29322665 L4_control_C3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 10.80247874 L4_chemical_A1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.15794702 L4_chemical_A2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 10.05044077 L4_chemical_A3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.58142748 L4_chemical_B1 +LQ03X015780 Putative Lysosomal alpha-mannosidase 12.25849521 L4_chemical_B2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.45429751 L4_chemical_B3 +LQ03X015780 Putative Lysosomal alpha-mannosidase 9.832006805 L4_chemical_C2 +LQ03X015780 Putative Lysosomal alpha-mannosidase 10.2326526 L4_chemical_C3 +LQ03X015790 Lysosomal alpha-mannosidase 5.860625987 C6_control_A1 +LQ03X015790 Lysosomal alpha-mannosidase 5.600962813 C6_control_A3 +LQ03X015790 Lysosomal alpha-mannosidase 5.759642232 C6_control_B1 +LQ03X015790 Lysosomal alpha-mannosidase 5.322152904 C6_control_B2 +LQ03X015790 Lysosomal alpha-mannosidase 6.155487954 C6_control_B3 +LQ03X015790 Lysosomal alpha-mannosidase 5.162208816 C6_control_C1 +LQ03X015790 Lysosomal alpha-mannosidase 5.064479248 C6_control_C2 +LQ03X015790 Lysosomal alpha-mannosidase 5.436601461 C6_control_C3 +LQ03X015790 Lysosomal alpha-mannosidase 5.975437743 C6_chemical_A1 +LQ03X015790 Lysosomal alpha-mannosidase 5.736193443 C6_chemical_A3 +LQ03X015790 Lysosomal alpha-mannosidase 5.951946866 C6_chemical_B1 +LQ03X015790 Lysosomal alpha-mannosidase 5.47032202 C6_chemical_B2 +LQ03X015790 Lysosomal alpha-mannosidase 5.636532999 C6_chemical_B3 +LQ03X015790 Lysosomal alpha-mannosidase 5.596392532 C6_chemical_C1 +LQ03X015790 Lysosomal alpha-mannosidase 5.184030433 C6_chemical_C2 +LQ03X015790 Lysosomal alpha-mannosidase 5.368950216 C6_chemical_C3 +LQ03X015790 Lysosomal alpha-mannosidase 5.388703419 L4_control_A1 +LQ03X015790 Lysosomal alpha-mannosidase 6.174443078 L4_control_A2 +LQ03X015790 Lysosomal alpha-mannosidase 6.189792795 L4_control_A3 +LQ03X015790 Lysosomal alpha-mannosidase 6.198615493 L4_control_B1 +LQ03X015790 Lysosomal alpha-mannosidase 6.366427622 L4_control_B2 +LQ03X015790 Lysosomal alpha-mannosidase 5.551331179 L4_control_B3 +LQ03X015790 Lysosomal alpha-mannosidase 5.894855541 L4_control_C2 +LQ03X015790 Lysosomal alpha-mannosidase 5.366856923 L4_control_C3 +LQ03X015790 Lysosomal alpha-mannosidase 5.550660763 L4_chemical_A1 +LQ03X015790 Lysosomal alpha-mannosidase 6.067426437 L4_chemical_A2 +LQ03X015790 Lysosomal alpha-mannosidase 6.180672795 L4_chemical_A3 +LQ03X015790 Lysosomal alpha-mannosidase 6.173996024 L4_chemical_B1 +LQ03X015790 Lysosomal alpha-mannosidase 6.56442196 L4_chemical_B2 +LQ03X015790 Lysosomal alpha-mannosidase 5.471893222 L4_chemical_B3 +LQ03X015790 Lysosomal alpha-mannosidase 5.472079356 L4_chemical_C2 +LQ03X015790 Lysosomal alpha-mannosidase 6.29979584 L4_chemical_C3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.633503157 C6_control_A1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.619125355 C6_control_A3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.771462683 C6_control_B1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.460611874 C6_control_B2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.374158488 C6_control_B3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.030645838 C6_control_C1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 7.263128588 C6_control_C2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.109534314 C6_control_C3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.517962503 C6_chemical_A1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 5.959577321 C6_chemical_A3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.39348157 C6_chemical_B1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.567359871 C6_chemical_B2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.119280189 C6_chemical_B3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 5.893853218 C6_chemical_C1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.213053025 C6_chemical_C2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.190358764 C6_chemical_C3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.079103178 L4_control_A1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.597503321 L4_control_A2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.807751131 L4_control_A3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.47030837 L4_control_B1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 5.959725013 L4_control_B2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.319494757 L4_control_B3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 5.635859525 L4_control_C2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.371406157 L4_control_C3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 5.765378323 L4_chemical_A1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.416212244 L4_chemical_A2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 7.116489041 L4_chemical_A3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.760641022 L4_chemical_B1 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.419481576 L4_chemical_B2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.371225114 L4_chemical_B3 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 5.760008738 L4_chemical_C2 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 5.719862555 L4_chemical_C3 +LQ03X015830 RNA-binding protein, putative 5.26759129 C6_control_A1 +LQ03X015830 RNA-binding protein, putative 5.606657914 C6_control_A3 +LQ03X015830 RNA-binding protein, putative 5.735687163 C6_control_B1 +LQ03X015830 RNA-binding protein, putative 5.374588702 C6_control_B2 +LQ03X015830 RNA-binding protein, putative 5.863305935 C6_control_B3 +LQ03X015830 RNA-binding protein, putative 5.093728013 C6_control_C1 +LQ03X015830 RNA-binding protein, putative 5.095405603 C6_control_C2 +LQ03X015830 RNA-binding protein, putative 5.328764806 C6_control_C3 +LQ03X015830 RNA-binding protein, putative 5.447699108 C6_chemical_A1 +LQ03X015830 RNA-binding protein, putative 5.80112967 C6_chemical_A3 +LQ03X015830 RNA-binding protein, putative 6.325860451 C6_chemical_B1 +LQ03X015830 RNA-binding protein, putative 5.627397357 C6_chemical_B2 +LQ03X015830 RNA-binding protein, putative 5.231032216 C6_chemical_B3 +LQ03X015830 RNA-binding protein, putative 5.255641222 C6_chemical_C1 +LQ03X015830 RNA-binding protein, putative 5.569365995 C6_chemical_C2 +LQ03X015830 RNA-binding protein, putative 5.356334417 C6_chemical_C3 +LQ03X015830 RNA-binding protein, putative 5.666476892 L4_control_A1 +LQ03X015830 RNA-binding protein, putative 5.599319513 L4_control_A2 +LQ03X015830 RNA-binding protein, putative 5.968660069 L4_control_A3 +LQ03X015830 RNA-binding protein, putative 6.171098176 L4_control_B1 +LQ03X015830 RNA-binding protein, putative 5.599798763 L4_control_B2 +LQ03X015830 RNA-binding protein, putative 5.67152782 L4_control_B3 +LQ03X015830 RNA-binding protein, putative 5.682426987 L4_control_C2 +LQ03X015830 RNA-binding protein, putative 5.585245741 L4_control_C3 +LQ03X015830 RNA-binding protein, putative 5.261589681 L4_chemical_A1 +LQ03X015830 RNA-binding protein, putative 5.38616692 L4_chemical_A2 +LQ03X015830 RNA-binding protein, putative 5.344226993 L4_chemical_A3 +LQ03X015830 RNA-binding protein, putative 5.602670606 L4_chemical_B1 +LQ03X015830 RNA-binding protein, putative 5.923229907 L4_chemical_B2 +LQ03X015830 RNA-binding protein, putative 5.668173226 L4_chemical_B3 +LQ03X015830 RNA-binding protein, putative 6.094407092 L4_chemical_C2 +LQ03X015830 RNA-binding protein, putative 5.460917341 L4_chemical_C3 +LQ03X015840 APO protein 3, mitochondrial 10.22027541 C6_control_A1 +LQ03X015840 APO protein 3, mitochondrial 10.19223348 C6_control_A3 +LQ03X015840 APO protein 3, mitochondrial 10.00716392 C6_control_B1 +LQ03X015840 APO protein 3, mitochondrial 9.728223357 C6_control_B2 +LQ03X015840 APO protein 3, mitochondrial 9.567618145 C6_control_B3 +LQ03X015840 APO protein 3, mitochondrial 9.949195019 C6_control_C1 +LQ03X015840 APO protein 3, mitochondrial 9.56697303 C6_control_C2 +LQ03X015840 APO protein 3, mitochondrial 9.356100032 C6_control_C3 +LQ03X015840 APO protein 3, mitochondrial 10.22485049 C6_chemical_A1 +LQ03X015840 APO protein 3, mitochondrial 10.49065831 C6_chemical_A3 +LQ03X015840 APO protein 3, mitochondrial 9.749167573 C6_chemical_B1 +LQ03X015840 APO protein 3, mitochondrial 9.479909656 C6_chemical_B2 +LQ03X015840 APO protein 3, mitochondrial 9.329462949 C6_chemical_B3 +LQ03X015840 APO protein 3, mitochondrial 9.808960436 C6_chemical_C1 +LQ03X015840 APO protein 3, mitochondrial 9.719374621 C6_chemical_C2 +LQ03X015840 APO protein 3, mitochondrial 9.008493911 C6_chemical_C3 +LQ03X015840 APO protein 3, mitochondrial 10.33792157 L4_control_A1 +LQ03X015840 APO protein 3, mitochondrial 10.43077336 L4_control_A2 +LQ03X015840 APO protein 3, mitochondrial 10.69468577 L4_control_A3 +LQ03X015840 APO protein 3, mitochondrial 9.673520951 L4_control_B1 +LQ03X015840 APO protein 3, mitochondrial 10.03405753 L4_control_B2 +LQ03X015840 APO protein 3, mitochondrial 8.980834949 L4_control_B3 +LQ03X015840 APO protein 3, mitochondrial 10.08192571 L4_control_C2 +LQ03X015840 APO protein 3, mitochondrial 9.803995729 L4_control_C3 +LQ03X015840 APO protein 3, mitochondrial 10.10384575 L4_chemical_A1 +LQ03X015840 APO protein 3, mitochondrial 10.3544221 L4_chemical_A2 +LQ03X015840 APO protein 3, mitochondrial 10.4786437 L4_chemical_A3 +LQ03X015840 APO protein 3, mitochondrial 9.534704395 L4_chemical_B1 +LQ03X015840 APO protein 3, mitochondrial 9.963953422 L4_chemical_B2 +LQ03X015840 APO protein 3, mitochondrial 9.558123647 L4_chemical_B3 +LQ03X015840 APO protein 3, mitochondrial 9.718930638 L4_chemical_C2 +LQ03X015840 APO protein 3, mitochondrial 9.813308753 L4_chemical_C3 +LQ03X015860 Hypothetical protein 5.136892211 C6_control_A1 +LQ03X015860 Hypothetical protein 5.309791879 C6_control_A3 +LQ03X015860 Hypothetical protein 5.240389688 C6_control_B1 +LQ03X015860 Hypothetical protein 5.0223388 C6_control_B2 +LQ03X015860 Hypothetical protein 4.880181875 C6_control_B3 +LQ03X015860 Hypothetical protein 6.05026914 C6_control_C1 +LQ03X015860 Hypothetical protein 5.540353669 C6_control_C2 +LQ03X015860 Hypothetical protein 6.935786359 C6_control_C3 +LQ03X015860 Hypothetical protein 4.854605517 C6_chemical_A1 +LQ03X015860 Hypothetical protein 5.504330526 C6_chemical_A3 +LQ03X015860 Hypothetical protein 5.146284016 C6_chemical_B1 +LQ03X015860 Hypothetical protein 5.21765149 C6_chemical_B2 +LQ03X015860 Hypothetical protein 4.923986539 C6_chemical_B3 +LQ03X015860 Hypothetical protein 6.06430517 C6_chemical_C1 +LQ03X015860 Hypothetical protein 5.876092168 C6_chemical_C2 +LQ03X015860 Hypothetical protein 6.824934326 C6_chemical_C3 +LQ03X015860 Hypothetical protein 5.524718811 L4_control_A1 +LQ03X015860 Hypothetical protein 5.127152762 L4_control_A2 +LQ03X015860 Hypothetical protein 4.999563098 L4_control_A3 +LQ03X015860 Hypothetical protein 5.453471557 L4_control_B1 +LQ03X015860 Hypothetical protein 5.276831194 L4_control_B2 +LQ03X015860 Hypothetical protein 5.468365045 L4_control_B3 +LQ03X015860 Hypothetical protein 5.579947806 L4_control_C2 +LQ03X015860 Hypothetical protein 5.780649938 L4_control_C3 +LQ03X015860 Hypothetical protein 5.820782092 L4_chemical_A1 +LQ03X015860 Hypothetical protein 5.036021069 L4_chemical_A2 +LQ03X015860 Hypothetical protein 5.292822329 L4_chemical_A3 +LQ03X015860 Hypothetical protein 5.066873793 L4_chemical_B1 +LQ03X015860 Hypothetical protein 4.933249724 L4_chemical_B2 +LQ03X015860 Hypothetical protein 4.795295061 L4_chemical_B3 +LQ03X015860 Hypothetical protein 5.012281586 L4_chemical_C2 +LQ03X015860 Hypothetical protein 6.15296721 L4_chemical_C3 +LQ03X015870 Putative Copine-3 9.208507412 C6_control_A1 +LQ03X015870 Putative Copine-3 9.242726133 C6_control_A3 +LQ03X015870 Putative Copine-3 9.518564074 C6_control_B1 +LQ03X015870 Putative Copine-3 9.033785861 C6_control_B2 +LQ03X015870 Putative Copine-3 9.501840106 C6_control_B3 +LQ03X015870 Putative Copine-3 9.412353772 C6_control_C1 +LQ03X015870 Putative Copine-3 8.814556031 C6_control_C2 +LQ03X015870 Putative Copine-3 9.276782188 C6_control_C3 +LQ03X015870 Putative Copine-3 9.105934221 C6_chemical_A1 +LQ03X015870 Putative Copine-3 9.330830659 C6_chemical_A3 +LQ03X015870 Putative Copine-3 9.066083871 C6_chemical_B1 +LQ03X015870 Putative Copine-3 9.113369474 C6_chemical_B2 +LQ03X015870 Putative Copine-3 9.253224216 C6_chemical_B3 +LQ03X015870 Putative Copine-3 9.332613244 C6_chemical_C1 +LQ03X015870 Putative Copine-3 8.923677783 C6_chemical_C2 +LQ03X015870 Putative Copine-3 9.488710036 C6_chemical_C3 +LQ03X015870 Putative Copine-3 9.347527765 L4_control_A1 +LQ03X015870 Putative Copine-3 8.822655107 L4_control_A2 +LQ03X015870 Putative Copine-3 9.858741826 L4_control_A3 +LQ03X015870 Putative Copine-3 8.669943636 L4_control_B1 +LQ03X015870 Putative Copine-3 9.464235653 L4_control_B2 +LQ03X015870 Putative Copine-3 10.00083788 L4_control_B3 +LQ03X015870 Putative Copine-3 9.25549844 L4_control_C2 +LQ03X015870 Putative Copine-3 10.00077248 L4_control_C3 +LQ03X015870 Putative Copine-3 8.62549636 L4_chemical_A1 +LQ03X015870 Putative Copine-3 8.304308247 L4_chemical_A2 +LQ03X015870 Putative Copine-3 8.830243722 L4_chemical_A3 +LQ03X015870 Putative Copine-3 7.81744036 L4_chemical_B1 +LQ03X015870 Putative Copine-3 8.402685406 L4_chemical_B2 +LQ03X015870 Putative Copine-3 9.622446557 L4_chemical_B3 +LQ03X015870 Putative Copine-3 9.107850808 L4_chemical_C2 +LQ03X015870 Putative Copine-3 9.669601925 L4_chemical_C3 +LQ03X015950 Floricaula/leafy homolog 5.330391043 C6_control_A1 +LQ03X015950 Floricaula/leafy homolog 5.454122173 C6_control_A3 +LQ03X015950 Floricaula/leafy homolog 5.96157367 C6_control_B1 +LQ03X015950 Floricaula/leafy homolog 5.196116452 C6_control_B2 +LQ03X015950 Floricaula/leafy homolog 4.958981182 C6_control_B3 +LQ03X015950 Floricaula/leafy homolog 5.507645583 C6_control_C1 +LQ03X015950 Floricaula/leafy homolog 5.167994358 C6_control_C2 +LQ03X015950 Floricaula/leafy homolog 5.347956583 C6_control_C3 +LQ03X015950 Floricaula/leafy homolog 5.133343972 C6_chemical_A1 +LQ03X015950 Floricaula/leafy homolog 5.286473742 C6_chemical_A3 +LQ03X015950 Floricaula/leafy homolog 6.076967212 C6_chemical_B1 +LQ03X015950 Floricaula/leafy homolog 5.366892125 C6_chemical_B2 +LQ03X015950 Floricaula/leafy homolog 5.538189033 C6_chemical_B3 +LQ03X015950 Floricaula/leafy homolog 5.430517127 C6_chemical_C1 +LQ03X015950 Floricaula/leafy homolog 5.193144292 C6_chemical_C2 +LQ03X015950 Floricaula/leafy homolog 5.364769863 C6_chemical_C3 +LQ03X015950 Floricaula/leafy homolog 5.124735625 L4_control_A1 +LQ03X015950 Floricaula/leafy homolog 5.414801922 L4_control_A2 +LQ03X015950 Floricaula/leafy homolog 4.908431689 L4_control_A3 +LQ03X015950 Floricaula/leafy homolog 5.166922342 L4_control_B1 +LQ03X015950 Floricaula/leafy homolog 5.052340793 L4_control_B2 +LQ03X015950 Floricaula/leafy homolog 5.704837005 L4_control_B3 +LQ03X015950 Floricaula/leafy homolog 5.375969379 L4_control_C2 +LQ03X015950 Floricaula/leafy homolog 5.952198887 L4_control_C3 +LQ03X015950 Floricaula/leafy homolog 5.56520413 L4_chemical_A1 +LQ03X015950 Floricaula/leafy homolog 5.465899021 L4_chemical_A2 +LQ03X015950 Floricaula/leafy homolog 5.008854624 L4_chemical_A3 +LQ03X015950 Floricaula/leafy homolog 5.356622672 L4_chemical_B1 +LQ03X015950 Floricaula/leafy homolog 5.242168865 L4_chemical_B2 +LQ03X015950 Floricaula/leafy homolog 5.238436418 L4_chemical_B3 +LQ03X015950 Floricaula/leafy homolog 5.084707846 L4_chemical_C2 +LQ03X015950 Floricaula/leafy homolog 6.576103106 L4_chemical_C3 +LQ03X015970 Polyphosphoinositide binding protein 5.00529871 C6_control_A1 +LQ03X015970 Polyphosphoinositide binding protein 5.112239712 C6_control_A3 +LQ03X015970 Polyphosphoinositide binding protein 5.738221676 C6_control_B1 +LQ03X015970 Polyphosphoinositide binding protein 5.827287658 C6_control_B2 +LQ03X015970 Polyphosphoinositide binding protein 6.295837775 C6_control_B3 +LQ03X015970 Polyphosphoinositide binding protein 5.349142325 C6_control_C1 +LQ03X015970 Polyphosphoinositide binding protein 5.357138296 C6_control_C2 +LQ03X015970 Polyphosphoinositide binding protein 5.327657672 C6_control_C3 +LQ03X015970 Polyphosphoinositide binding protein 5.447428817 C6_chemical_A1 +LQ03X015970 Polyphosphoinositide binding protein 5.168863946 C6_chemical_A3 +LQ03X015970 Polyphosphoinositide binding protein 5.941254493 C6_chemical_B1 +LQ03X015970 Polyphosphoinositide binding protein 5.947834375 C6_chemical_B2 +LQ03X015970 Polyphosphoinositide binding protein 5.983366023 C6_chemical_B3 +LQ03X015970 Polyphosphoinositide binding protein 5.209466403 C6_chemical_C1 +LQ03X015970 Polyphosphoinositide binding protein 5.228498986 C6_chemical_C2 +LQ03X015970 Polyphosphoinositide binding protein 5.689577826 C6_chemical_C3 +LQ03X015970 Polyphosphoinositide binding protein 5.896905831 L4_control_A1 +LQ03X015970 Polyphosphoinositide binding protein 5.585816396 L4_control_A2 +LQ03X015970 Polyphosphoinositide binding protein 5.54659724 L4_control_A3 +LQ03X015970 Polyphosphoinositide binding protein 6.054471645 L4_control_B1 +LQ03X015970 Polyphosphoinositide binding protein 5.859362764 L4_control_B2 +LQ03X015970 Polyphosphoinositide binding protein 5.700192275 L4_control_B3 +LQ03X015970 Polyphosphoinositide binding protein 5.705724412 L4_control_C2 +LQ03X015970 Polyphosphoinositide binding protein 6.081691887 L4_control_C3 +LQ03X015970 Polyphosphoinositide binding protein 5.877876397 L4_chemical_A1 +LQ03X015970 Polyphosphoinositide binding protein 5.840060468 L4_chemical_A2 +LQ03X015970 Polyphosphoinositide binding protein 5.332380408 L4_chemical_A3 +LQ03X015970 Polyphosphoinositide binding protein 5.734184598 L4_chemical_B1 +LQ03X015970 Polyphosphoinositide binding protein 6.182746435 L4_chemical_B2 +LQ03X015970 Polyphosphoinositide binding protein 5.685684922 L4_chemical_B3 +LQ03X015970 Polyphosphoinositide binding protein 5.718814751 L4_chemical_C2 +LQ03X015970 Polyphosphoinositide binding protein 5.449969792 L4_chemical_C3 +LQ03X015980 Catalytic, putative 11.95415256 C6_control_A1 +LQ03X015980 Catalytic, putative 11.12963831 C6_control_A3 +LQ03X015980 Catalytic, putative 11.98719434 C6_control_B1 +LQ03X015980 Catalytic, putative 12.559779 C6_control_B2 +LQ03X015980 Catalytic, putative 12.06046508 C6_control_B3 +LQ03X015980 Catalytic, putative 11.76288313 C6_control_C1 +LQ03X015980 Catalytic, putative 11.27055748 C6_control_C2 +LQ03X015980 Catalytic, putative 10.57199832 C6_control_C3 +LQ03X015980 Catalytic, putative 11.91357546 C6_chemical_A1 +LQ03X015980 Catalytic, putative 11.46999274 C6_chemical_A3 +LQ03X015980 Catalytic, putative 12.22732352 C6_chemical_B1 +LQ03X015980 Catalytic, putative 12.42954625 C6_chemical_B2 +LQ03X015980 Catalytic, putative 11.92541707 C6_chemical_B3 +LQ03X015980 Catalytic, putative 11.71820101 C6_chemical_C1 +LQ03X015980 Catalytic, putative 11.1900779 C6_chemical_C2 +LQ03X015980 Catalytic, putative 10.83415694 C6_chemical_C3 +LQ03X015980 Catalytic, putative 11.86146489 L4_control_A1 +LQ03X015980 Catalytic, putative 12.0969621 L4_control_A2 +LQ03X015980 Catalytic, putative 11.38151042 L4_control_A3 +LQ03X015980 Catalytic, putative 12.56664931 L4_control_B1 +LQ03X015980 Catalytic, putative 12.84260816 L4_control_B2 +LQ03X015980 Catalytic, putative 12.63217447 L4_control_B3 +LQ03X015980 Catalytic, putative 11.18378348 L4_control_C2 +LQ03X015980 Catalytic, putative 11.56989341 L4_control_C3 +LQ03X015980 Catalytic, putative 11.55509533 L4_chemical_A1 +LQ03X015980 Catalytic, putative 11.81051758 L4_chemical_A2 +LQ03X015980 Catalytic, putative 11.29274916 L4_chemical_A3 +LQ03X015980 Catalytic, putative 12.09967595 L4_chemical_B1 +LQ03X015980 Catalytic, putative 12.30421738 L4_chemical_B2 +LQ03X015980 Catalytic, putative 12.36243983 L4_chemical_B3 +LQ03X015980 Catalytic, putative 11.06996694 L4_chemical_C2 +LQ03X015980 Catalytic, putative 11.28714262 L4_chemical_C3 +LQ03X016000 Putative uncharacterized protein 6.438214045 C6_control_A1 +LQ03X016000 Putative uncharacterized protein 5.90293061 C6_control_A3 +LQ03X016000 Putative uncharacterized protein 5.431619007 C6_control_B1 +LQ03X016000 Putative uncharacterized protein 5.682081337 C6_control_B2 +LQ03X016000 Putative uncharacterized protein 5.661466897 C6_control_B3 +LQ03X016000 Putative uncharacterized protein 6.122488523 C6_control_C1 +LQ03X016000 Putative uncharacterized protein 6.278690921 C6_control_C2 +LQ03X016000 Putative uncharacterized protein 5.984338064 C6_control_C3 +LQ03X016000 Putative uncharacterized protein 6.191218057 C6_chemical_A1 +LQ03X016000 Putative uncharacterized protein 6.487012934 C6_chemical_A3 +LQ03X016000 Putative uncharacterized protein 5.524232325 C6_chemical_B1 +LQ03X016000 Putative uncharacterized protein 5.587997725 C6_chemical_B2 +LQ03X016000 Putative uncharacterized protein 5.949676911 C6_chemical_B3 +LQ03X016000 Putative uncharacterized protein 6.113450755 C6_chemical_C1 +LQ03X016000 Putative uncharacterized protein 5.85375872 C6_chemical_C2 +LQ03X016000 Putative uncharacterized protein 6.227353944 C6_chemical_C3 +LQ03X016000 Putative uncharacterized protein 6.503484782 L4_control_A1 +LQ03X016000 Putative uncharacterized protein 5.965616274 L4_control_A2 +LQ03X016000 Putative uncharacterized protein 6.558857969 L4_control_A3 +LQ03X016000 Putative uncharacterized protein 6.06294428 L4_control_B1 +LQ03X016000 Putative uncharacterized protein 5.742153907 L4_control_B2 +LQ03X016000 Putative uncharacterized protein 5.44320561 L4_control_B3 +LQ03X016000 Putative uncharacterized protein 5.854484864 L4_control_C2 +LQ03X016000 Putative uncharacterized protein 5.571885208 L4_control_C3 +LQ03X016000 Putative uncharacterized protein 5.94091978 L4_chemical_A1 +LQ03X016000 Putative uncharacterized protein 6.283461889 L4_chemical_A2 +LQ03X016000 Putative uncharacterized protein 7.039797405 L4_chemical_A3 +LQ03X016000 Putative uncharacterized protein 5.82807019 L4_chemical_B1 +LQ03X016000 Putative uncharacterized protein 5.813703844 L4_chemical_B2 +LQ03X016000 Putative uncharacterized protein 5.937115072 L4_chemical_B3 +LQ03X016000 Putative uncharacterized protein 5.558737099 L4_chemical_C2 +LQ03X016000 Putative uncharacterized protein 5.812239321 L4_chemical_C3 +LQ03X016020 Putative uncharacterized protein 5.849503912 C6_control_A1 +LQ03X016020 Putative uncharacterized protein 5.754787099 C6_control_A3 +LQ03X016020 Putative uncharacterized protein 6.841654905 C6_control_B1 +LQ03X016020 Putative uncharacterized protein 5.890131153 C6_control_B2 +LQ03X016020 Putative uncharacterized protein 6.335591299 C6_control_B3 +LQ03X016020 Putative uncharacterized protein 6.254611222 C6_control_C1 +LQ03X016020 Putative uncharacterized protein 5.876585058 C6_control_C2 +LQ03X016020 Putative uncharacterized protein 5.930211274 C6_control_C3 +LQ03X016020 Putative uncharacterized protein 5.80392923 C6_chemical_A1 +LQ03X016020 Putative uncharacterized protein 6.107133119 C6_chemical_A3 +LQ03X016020 Putative uncharacterized protein 6.664605144 C6_chemical_B1 +LQ03X016020 Putative uncharacterized protein 5.971394056 C6_chemical_B2 +LQ03X016020 Putative uncharacterized protein 6.180246085 C6_chemical_B3 +LQ03X016020 Putative uncharacterized protein 6.318261254 C6_chemical_C1 +LQ03X016020 Putative uncharacterized protein 6.290973855 C6_chemical_C2 +LQ03X016020 Putative uncharacterized protein 5.793500914 C6_chemical_C3 +LQ03X016020 Putative uncharacterized protein 5.913711941 L4_control_A1 +LQ03X016020 Putative uncharacterized protein 5.987053581 L4_control_A2 +LQ03X016020 Putative uncharacterized protein 5.521074341 L4_control_A3 +LQ03X016020 Putative uncharacterized protein 5.50245206 L4_control_B1 +LQ03X016020 Putative uncharacterized protein 6.029424734 L4_control_B2 +LQ03X016020 Putative uncharacterized protein 5.866549784 L4_control_B3 +LQ03X016020 Putative uncharacterized protein 6.297167606 L4_control_C2 +LQ03X016020 Putative uncharacterized protein 6.525691024 L4_control_C3 +LQ03X016020 Putative uncharacterized protein 5.667545917 L4_chemical_A1 +LQ03X016020 Putative uncharacterized protein 6.092017725 L4_chemical_A2 +LQ03X016020 Putative uncharacterized protein 5.995804958 L4_chemical_A3 +LQ03X016020 Putative uncharacterized protein 6.487724858 L4_chemical_B1 +LQ03X016020 Putative uncharacterized protein 5.798389809 L4_chemical_B2 +LQ03X016020 Putative uncharacterized protein 5.882690668 L4_chemical_B3 +LQ03X016020 Putative uncharacterized protein 5.558493061 L4_chemical_C2 +LQ03X016020 Putative uncharacterized protein 6.856305846 L4_chemical_C3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 4.97156195 C6_control_A1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 4.965238054 C6_control_A3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.154258569 C6_control_B1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.264619452 C6_control_B2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.004231119 C6_control_B3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.658276072 C6_control_C1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.629727131 C6_control_C2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 6.064266525 C6_control_C3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.157995099 C6_chemical_A1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.3740767 C6_chemical_A3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.069879575 C6_chemical_B1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.272419498 C6_chemical_B2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.167082843 C6_chemical_B3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.408791656 C6_chemical_C1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 6.261165327 C6_chemical_C2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.771087062 C6_chemical_C3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 4.853890082 L4_control_A1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.066380117 L4_control_A2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.131074671 L4_control_A3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.554418282 L4_control_B1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.286054772 L4_control_B2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 4.843271852 L4_control_B3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.838380246 L4_control_C2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.79466792 L4_control_C3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 4.906248279 L4_chemical_A1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.139538348 L4_chemical_A2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.367467868 L4_chemical_A3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.347622702 L4_chemical_B1 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.476617917 L4_chemical_B2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.261171856 L4_chemical_B3 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.672879734 L4_chemical_C2 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.856487665 L4_chemical_C3 +LQ03X016040 Predicted protein 6.51660257 C6_control_A1 +LQ03X016040 Predicted protein 8.021712413 C6_control_A3 +LQ03X016040 Predicted protein 6.168946129 C6_control_B1 +LQ03X016040 Predicted protein 8.052650706 C6_control_B2 +LQ03X016040 Predicted protein 5.966215974 C6_control_B3 +LQ03X016040 Predicted protein 12.54621567 C6_control_C1 +LQ03X016040 Predicted protein 12.48270089 C6_control_C2 +LQ03X016040 Predicted protein 12.34647788 C6_control_C3 +LQ03X016040 Predicted protein 7.028404772 C6_chemical_A1 +LQ03X016040 Predicted protein 9.756386908 C6_chemical_A3 +LQ03X016040 Predicted protein 6.602832478 C6_chemical_B1 +LQ03X016040 Predicted protein 9.095626174 C6_chemical_B2 +LQ03X016040 Predicted protein 8.350994845 C6_chemical_B3 +LQ03X016040 Predicted protein 12.73243399 C6_chemical_C1 +LQ03X016040 Predicted protein 12.75137248 C6_chemical_C2 +LQ03X016040 Predicted protein 13.13706709 C6_chemical_C3 +LQ03X016040 Predicted protein 10.47115891 L4_control_A1 +LQ03X016040 Predicted protein 9.643503473 L4_control_A2 +LQ03X016040 Predicted protein 10.88401315 L4_control_A3 +LQ03X016040 Predicted protein 10.46154444 L4_control_B1 +LQ03X016040 Predicted protein 9.351650017 L4_control_B2 +LQ03X016040 Predicted protein 10.08865019 L4_control_B3 +LQ03X016040 Predicted protein 13.29832369 L4_control_C2 +LQ03X016040 Predicted protein 12.87649631 L4_control_C3 +LQ03X016040 Predicted protein 13.58463968 L4_chemical_A1 +LQ03X016040 Predicted protein 12.88824233 L4_chemical_A2 +LQ03X016040 Predicted protein 12.27863933 L4_chemical_A3 +LQ03X016040 Predicted protein 11.68646925 L4_chemical_B1 +LQ03X016040 Predicted protein 10.6105829 L4_chemical_B2 +LQ03X016040 Predicted protein 9.375819888 L4_chemical_B3 +LQ03X016040 Predicted protein 13.65462424 L4_chemical_C2 +LQ03X016040 Predicted protein 13.32695014 L4_chemical_C3 +LQ03X016060 Hypothetical protein 9.250900885 C6_control_A1 +LQ03X016060 Hypothetical protein 9.848875681 C6_control_A3 +LQ03X016060 Hypothetical protein 10.01608753 C6_control_B1 +LQ03X016060 Hypothetical protein 10.52861908 C6_control_B2 +LQ03X016060 Hypothetical protein 10.59989321 C6_control_B3 +LQ03X016060 Hypothetical protein 11.44814844 C6_control_C1 +LQ03X016060 Hypothetical protein 10.61523122 C6_control_C2 +LQ03X016060 Hypothetical protein 11.23623169 C6_control_C3 +LQ03X016060 Hypothetical protein 9.186564253 C6_chemical_A1 +LQ03X016060 Hypothetical protein 9.12509288 C6_chemical_A3 +LQ03X016060 Hypothetical protein 9.947846207 C6_chemical_B1 +LQ03X016060 Hypothetical protein 10.19997146 C6_chemical_B2 +LQ03X016060 Hypothetical protein 9.412870824 C6_chemical_B3 +LQ03X016060 Hypothetical protein 11.47460697 C6_chemical_C1 +LQ03X016060 Hypothetical protein 10.70073856 C6_chemical_C2 +LQ03X016060 Hypothetical protein 10.45335545 C6_chemical_C3 +LQ03X016060 Hypothetical protein 9.016717353 L4_control_A1 +LQ03X016060 Hypothetical protein 10.71804461 L4_control_A2 +LQ03X016060 Hypothetical protein 10.29774535 L4_control_A3 +LQ03X016060 Hypothetical protein 9.740702656 L4_control_B1 +LQ03X016060 Hypothetical protein 9.505899962 L4_control_B2 +LQ03X016060 Hypothetical protein 9.349939993 L4_control_B3 +LQ03X016060 Hypothetical protein 10.08763826 L4_control_C2 +LQ03X016060 Hypothetical protein 9.547288947 L4_control_C3 +LQ03X016060 Hypothetical protein 8.130203765 L4_chemical_A1 +LQ03X016060 Hypothetical protein 10.48196767 L4_chemical_A2 +LQ03X016060 Hypothetical protein 9.360673343 L4_chemical_A3 +LQ03X016060 Hypothetical protein 9.371229303 L4_chemical_B1 +LQ03X016060 Hypothetical protein 9.907767134 L4_chemical_B2 +LQ03X016060 Hypothetical protein 9.811605711 L4_chemical_B3 +LQ03X016060 Hypothetical protein 10.33374111 L4_chemical_C2 +LQ03X016060 Hypothetical protein 10.0290623 L4_chemical_C3 +LQ03X016070 Predicted protein 5.856259001 C6_control_A1 +LQ03X016070 Predicted protein 5.713230905 C6_control_A3 +LQ03X016070 Predicted protein 5.886840706 C6_control_B1 +LQ03X016070 Predicted protein 7.046845342 C6_control_B2 +LQ03X016070 Predicted protein 6.068174318 C6_control_B3 +LQ03X016070 Predicted protein 9.553847841 C6_control_C1 +LQ03X016070 Predicted protein 8.495652138 C6_control_C2 +LQ03X016070 Predicted protein 8.536445574 C6_control_C3 +LQ03X016070 Predicted protein 6.967804614 C6_chemical_A1 +LQ03X016070 Predicted protein 6.459948382 C6_chemical_A3 +LQ03X016070 Predicted protein 6.910386714 C6_chemical_B1 +LQ03X016070 Predicted protein 7.770168447 C6_chemical_B2 +LQ03X016070 Predicted protein 6.655179074 C6_chemical_B3 +LQ03X016070 Predicted protein 10.53771686 C6_chemical_C1 +LQ03X016070 Predicted protein 9.71508497 C6_chemical_C2 +LQ03X016070 Predicted protein 9.656588277 C6_chemical_C3 +LQ03X016070 Predicted protein 7.297734386 L4_control_A1 +LQ03X016070 Predicted protein 7.160340812 L4_control_A2 +LQ03X016070 Predicted protein 7.609923121 L4_control_A3 +LQ03X016070 Predicted protein 8.084190783 L4_control_B1 +LQ03X016070 Predicted protein 8.542188483 L4_control_B2 +LQ03X016070 Predicted protein 8.751585112 L4_control_B3 +LQ03X016070 Predicted protein 12.23922095 L4_control_C2 +LQ03X016070 Predicted protein 11.83009731 L4_control_C3 +LQ03X016070 Predicted protein 10.53555256 L4_chemical_A1 +LQ03X016070 Predicted protein 12.26589293 L4_chemical_A2 +LQ03X016070 Predicted protein 8.611117689 L4_chemical_A3 +LQ03X016070 Predicted protein 9.290501816 L4_chemical_B1 +LQ03X016070 Predicted protein 10.68754957 L4_chemical_B2 +LQ03X016070 Predicted protein 7.820131974 L4_chemical_B3 +LQ03X016070 Predicted protein 13.08894931 L4_chemical_C2 +LQ03X016070 Predicted protein 12.01079786 L4_chemical_C3 +LQ03X016080 Calnexin homolog 14.47078118 C6_control_A1 +LQ03X016080 Calnexin homolog 14.54548419 C6_control_A3 +LQ03X016080 Calnexin homolog 14.92002942 C6_control_B1 +LQ03X016080 Calnexin homolog 14.75552096 C6_control_B2 +LQ03X016080 Calnexin homolog 14.49815949 C6_control_B3 +LQ03X016080 Calnexin homolog 13.50914339 C6_control_C1 +LQ03X016080 Calnexin homolog 13.98212543 C6_control_C2 +LQ03X016080 Calnexin homolog 13.58282276 C6_control_C3 +LQ03X016080 Calnexin homolog 14.97355973 C6_chemical_A1 +LQ03X016080 Calnexin homolog 14.86731562 C6_chemical_A3 +LQ03X016080 Calnexin homolog 15.14764949 C6_chemical_B1 +LQ03X016080 Calnexin homolog 15.1114843 C6_chemical_B2 +LQ03X016080 Calnexin homolog 14.32641383 C6_chemical_B3 +LQ03X016080 Calnexin homolog 14.48597718 C6_chemical_C1 +LQ03X016080 Calnexin homolog 14.27043278 C6_chemical_C2 +LQ03X016080 Calnexin homolog 13.73283903 C6_chemical_C3 +LQ03X016080 Calnexin homolog 14.28430891 L4_control_A1 +LQ03X016080 Calnexin homolog 15.11042293 L4_control_A2 +LQ03X016080 Calnexin homolog 13.77311866 L4_control_A3 +LQ03X016080 Calnexin homolog 14.87045192 L4_control_B1 +LQ03X016080 Calnexin homolog 14.809796 L4_control_B2 +LQ03X016080 Calnexin homolog 14.18062756 L4_control_B3 +LQ03X016080 Calnexin homolog 14.05437461 L4_control_C2 +LQ03X016080 Calnexin homolog 13.82511294 L4_control_C3 +LQ03X016080 Calnexin homolog 14.34845986 L4_chemical_A1 +LQ03X016080 Calnexin homolog 14.79324959 L4_chemical_A2 +LQ03X016080 Calnexin homolog 13.71340746 L4_chemical_A3 +LQ03X016080 Calnexin homolog 14.88360758 L4_chemical_B1 +LQ03X016080 Calnexin homolog 14.81437694 L4_chemical_B2 +LQ03X016080 Calnexin homolog 14.75339871 L4_chemical_B3 +LQ03X016080 Calnexin homolog 14.53803027 L4_chemical_C2 +LQ03X016080 Calnexin homolog 13.92161247 L4_chemical_C3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.239231621 C6_control_A1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 6.096060442 C6_control_A3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 7.089768877 C6_control_B1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.465149291 C6_control_B2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 7.477758217 C6_control_B3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 7.756037221 C6_control_C1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 5.871326613 C6_control_C2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 6.982663611 C6_control_C3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 9.005099355 C6_chemical_A1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.09571133 C6_chemical_A3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.445965907 C6_chemical_B1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 9.052848611 C6_chemical_B2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.808049184 C6_chemical_B3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.136605668 C6_chemical_C1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.418621975 C6_chemical_C2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.563766769 C6_chemical_C3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 9.147138047 L4_control_A1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.00149663 L4_control_A2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 9.273636203 L4_control_A3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 6.921075469 L4_control_B1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 7.30775661 L4_control_B2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 9.859453551 L4_control_B3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 5.288243602 L4_control_C2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.50591205 L4_control_C3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.383156272 L4_chemical_A1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 7.321413773 L4_chemical_A2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.737667026 L4_chemical_A3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 5.952209741 L4_chemical_B1 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 6.40872502 L4_chemical_B2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 9.071802782 L4_chemical_B3 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 5.522805429 L4_chemical_C2 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 8.698899232 L4_chemical_C3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.58883563 C6_control_A1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.74561889 C6_control_A3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.44731445 C6_control_B1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.11486664 C6_control_B2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.14285471 C6_control_B3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.38503446 C6_control_C1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.21078082 C6_control_C2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.880393361 C6_control_C3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.23174131 C6_chemical_A1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.99990763 C6_chemical_A3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.73608305 C6_chemical_B1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.78203285 C6_chemical_B2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.46569815 C6_chemical_B3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.578897324 C6_chemical_C1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.10339632 C6_chemical_C2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.395316483 C6_chemical_C3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.79577891 L4_control_A1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 12.24584581 L4_control_A2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 12.41111933 L4_control_A3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.73223807 L4_control_B1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.64081132 L4_control_B2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.9196335 L4_control_B3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.757957 L4_control_C2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.12678684 L4_control_C3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 12.33795693 L4_chemical_A1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 12.32955329 L4_chemical_A2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 12.36394555 L4_chemical_A3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.81692179 L4_chemical_B1 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.69919855 L4_chemical_B2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.48210163 L4_chemical_B3 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.27525024 L4_chemical_C2 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.42448687 L4_chemical_C3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.685199231 C6_control_A1 +LQ03X016110 Inositol polyphosphate multikinase beta 6.225408185 C6_control_A3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.770759279 C6_control_B1 +LQ03X016110 Inositol polyphosphate multikinase beta 6.001446044 C6_control_B2 +LQ03X016110 Inositol polyphosphate multikinase beta 6.121920359 C6_control_B3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.37928417 C6_control_C1 +LQ03X016110 Inositol polyphosphate multikinase beta 5.640653839 C6_control_C2 +LQ03X016110 Inositol polyphosphate multikinase beta 5.48574525 C6_control_C3 +LQ03X016110 Inositol polyphosphate multikinase beta 6.085825899 C6_chemical_A1 +LQ03X016110 Inositol polyphosphate multikinase beta 5.5880084 C6_chemical_A3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.245849541 C6_chemical_B1 +LQ03X016110 Inositol polyphosphate multikinase beta 5.828344167 C6_chemical_B2 +LQ03X016110 Inositol polyphosphate multikinase beta 5.735522644 C6_chemical_B3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.346681657 C6_chemical_C1 +LQ03X016110 Inositol polyphosphate multikinase beta 5.450730099 C6_chemical_C2 +LQ03X016110 Inositol polyphosphate multikinase beta 5.215474702 C6_chemical_C3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.472677656 L4_control_A1 +LQ03X016110 Inositol polyphosphate multikinase beta 6.096033304 L4_control_A2 +LQ03X016110 Inositol polyphosphate multikinase beta 5.635578318 L4_control_A3 +LQ03X016110 Inositol polyphosphate multikinase beta 6.525799047 L4_control_B1 +LQ03X016110 Inositol polyphosphate multikinase beta 6.206446469 L4_control_B2 +LQ03X016110 Inositol polyphosphate multikinase beta 5.778929997 L4_control_B3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.569672985 L4_control_C2 +LQ03X016110 Inositol polyphosphate multikinase beta 6.100155124 L4_control_C3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.369004758 L4_chemical_A1 +LQ03X016110 Inositol polyphosphate multikinase beta 5.8034016 L4_chemical_A2 +LQ03X016110 Inositol polyphosphate multikinase beta 5.544965176 L4_chemical_A3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.340220652 L4_chemical_B1 +LQ03X016110 Inositol polyphosphate multikinase beta 5.746082179 L4_chemical_B2 +LQ03X016110 Inositol polyphosphate multikinase beta 5.518444962 L4_chemical_B3 +LQ03X016110 Inositol polyphosphate multikinase beta 5.186099287 L4_chemical_C2 +LQ03X016110 Inositol polyphosphate multikinase beta 5.132516642 L4_chemical_C3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.254081759 C6_control_A1 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.482525925 C6_control_A3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.603076796 C6_control_B1 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.707263609 C6_control_B2 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.053107926 C6_control_B3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.593769117 C6_control_C1 +LQ03X016120 Germin-like protein subfamily 3 member 4 7.04314728 C6_control_C2 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.580182027 C6_control_C3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.404122017 C6_chemical_A1 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.029847729 C6_chemical_A3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.52789463 C6_chemical_B1 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.853015119 C6_chemical_B2 +LQ03X016120 Germin-like protein subfamily 3 member 4 4.977449762 C6_chemical_B3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.29102113 C6_chemical_C1 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.50765074 C6_chemical_C2 +LQ03X016120 Germin-like protein subfamily 3 member 4 4.983185647 C6_chemical_C3 +LQ03X016120 Germin-like protein subfamily 3 member 4 4.809235299 L4_control_A1 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.155866406 L4_control_A2 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.34485975 L4_control_A3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.58978238 L4_control_B1 +LQ03X016120 Germin-like protein subfamily 3 member 4 6.082383522 L4_control_B2 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.377785619 L4_control_B3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.432664792 L4_control_C2 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.653506005 L4_control_C3 +LQ03X016120 Germin-like protein subfamily 3 member 4 4.940216777 L4_chemical_A1 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.053858793 L4_chemical_A2 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.174632965 L4_chemical_A3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.796136189 L4_chemical_B1 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.140971814 L4_chemical_B2 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.33475757 L4_chemical_B3 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.11258706 L4_chemical_C2 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.525205787 L4_chemical_C3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.15241278 C6_control_A1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 11.91006059 C6_control_A3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.47730668 C6_control_B1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.93621899 C6_control_B2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.42364971 C6_control_B3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 14.03310318 C6_control_C1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 13.35151963 C6_control_C2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 13.31449318 C6_control_C3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.22076044 C6_chemical_A1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 11.69686855 C6_chemical_A3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 13.01103775 C6_chemical_B1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.91736996 C6_chemical_B2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.24174242 C6_chemical_B3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 13.60151544 C6_chemical_C1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 13.70510823 C6_chemical_C2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 13.30542558 C6_chemical_C3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 11.40427621 L4_control_A1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.03908771 L4_control_A2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 10.72791355 L4_control_A3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.25828963 L4_control_B1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.03778524 L4_control_B2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 11.59446877 L4_control_B3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.89264321 L4_control_C2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 11.95075286 L4_control_C3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 11.20985571 L4_chemical_A1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 11.95568599 L4_chemical_A2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 10.5116477 L4_chemical_A3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.03274938 L4_chemical_B1 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.18868094 L4_chemical_B2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 11.93412487 L4_chemical_B3 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.82546506 L4_chemical_C2 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.29804509 L4_chemical_C3 +LQ03X016270 Predicted protein 13.34795573 C6_control_A1 +LQ03X016270 Predicted protein 13.43219902 C6_control_A3 +LQ03X016270 Predicted protein 13.14256326 C6_control_B1 +LQ03X016270 Predicted protein 12.49721889 C6_control_B2 +LQ03X016270 Predicted protein 13.01621331 C6_control_B3 +LQ03X016270 Predicted protein 12.36121922 C6_control_C1 +LQ03X016270 Predicted protein 12.24802134 C6_control_C2 +LQ03X016270 Predicted protein 12.10391557 C6_control_C3 +LQ03X016270 Predicted protein 13.26055401 C6_chemical_A1 +LQ03X016270 Predicted protein 13.83372828 C6_chemical_A3 +LQ03X016270 Predicted protein 12.7991888 C6_chemical_B1 +LQ03X016270 Predicted protein 12.3988154 C6_chemical_B2 +LQ03X016270 Predicted protein 12.77146578 C6_chemical_B3 +LQ03X016270 Predicted protein 12.12520109 C6_chemical_C1 +LQ03X016270 Predicted protein 12.23414749 C6_chemical_C2 +LQ03X016270 Predicted protein 12.22984385 C6_chemical_C3 +LQ03X016270 Predicted protein 13.09303752 L4_control_A1 +LQ03X016270 Predicted protein 12.60361526 L4_control_A2 +LQ03X016270 Predicted protein 13.26815777 L4_control_A3 +LQ03X016270 Predicted protein 12.85303072 L4_control_B1 +LQ03X016270 Predicted protein 13.20530527 L4_control_B2 +LQ03X016270 Predicted protein 12.45883521 L4_control_B3 +LQ03X016270 Predicted protein 13.51724334 L4_control_C2 +LQ03X016270 Predicted protein 12.97859826 L4_control_C3 +LQ03X016270 Predicted protein 13.04032131 L4_chemical_A1 +LQ03X016270 Predicted protein 12.3848729 L4_chemical_A2 +LQ03X016270 Predicted protein 13.03156738 L4_chemical_A3 +LQ03X016270 Predicted protein 13.19292892 L4_chemical_B1 +LQ03X016270 Predicted protein 12.95941095 L4_chemical_B2 +LQ03X016270 Predicted protein 12.84056159 L4_chemical_B3 +LQ03X016270 Predicted protein 13.40469794 L4_chemical_C2 +LQ03X016270 Predicted protein 13.00982232 L4_chemical_C3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 13.22370806 C6_control_A1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.78417497 C6_control_A3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.90274964 C6_control_B1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.05369417 C6_control_B2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.50521381 C6_control_B3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 11.70300161 C6_control_C1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 11.7087814 C6_control_C2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 11.87334433 C6_control_C3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.94553452 C6_chemical_A1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 13.05013439 C6_chemical_A3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.66443825 C6_chemical_B1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 11.98572865 C6_chemical_B2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.20624503 C6_chemical_B3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 11.61492057 C6_chemical_C1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 11.71065278 C6_chemical_C2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 11.72994028 C6_chemical_C3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 13.03145818 L4_control_A1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.7475603 L4_control_A2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.83948681 L4_control_A3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.31017575 L4_control_B1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.44876764 L4_control_B2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 11.85196355 L4_control_B3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.76284914 L4_control_C2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.13786608 L4_control_C3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.91897588 L4_chemical_A1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.6933318 L4_chemical_A2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.74037566 L4_chemical_A3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.4807352 L4_chemical_B1 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.6992069 L4_chemical_B2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.17624188 L4_chemical_B3 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.59924002 L4_chemical_C2 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.14628198 L4_chemical_C3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.00028069 C6_control_A1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.33034334 C6_control_A3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.618811492 C6_control_B1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.669062025 C6_control_B2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.816337046 C6_control_B3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.820455382 C6_control_C1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.785726551 C6_control_C2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.792836847 C6_control_C3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.426813328 C6_chemical_A1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.32423018 C6_chemical_A3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.061623899 C6_chemical_B1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 8.962757947 C6_chemical_B2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.274853558 C6_chemical_B3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.381568049 C6_chemical_C1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.696936281 C6_chemical_C2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 8.944827787 C6_chemical_C3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.3093799 L4_control_A1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.66612987 L4_control_A2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 11.23640139 L4_control_A3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.630125462 L4_control_B1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.33718385 L4_control_B2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.600876772 L4_control_B3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 11.01321794 L4_control_C2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.2545334 L4_control_C3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.738013482 L4_chemical_A1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.29663037 L4_chemical_A2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.84778634 L4_chemical_A3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.826947934 L4_chemical_B1 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.0700776 L4_chemical_B2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.518146448 L4_chemical_B3 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.52045368 L4_chemical_C2 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 10.18794432 L4_chemical_C3 +LQ03X016350 Predicted protein 5.907739181 C6_control_A1 +LQ03X016350 Predicted protein 6.048163633 C6_control_A3 +LQ03X016350 Predicted protein 6.333899346 C6_control_B1 +LQ03X016350 Predicted protein 5.742257331 C6_control_B2 +LQ03X016350 Predicted protein 5.635509188 C6_control_B3 +LQ03X016350 Predicted protein 6.462852659 C6_control_C1 +LQ03X016350 Predicted protein 6.413189109 C6_control_C2 +LQ03X016350 Predicted protein 5.860039107 C6_control_C3 +LQ03X016350 Predicted protein 5.714419767 C6_chemical_A1 +LQ03X016350 Predicted protein 5.844414042 C6_chemical_A3 +LQ03X016350 Predicted protein 5.624517548 C6_chemical_B1 +LQ03X016350 Predicted protein 5.836763061 C6_chemical_B2 +LQ03X016350 Predicted protein 5.713909531 C6_chemical_B3 +LQ03X016350 Predicted protein 6.274677206 C6_chemical_C1 +LQ03X016350 Predicted protein 6.344781599 C6_chemical_C2 +LQ03X016350 Predicted protein 6.238503736 C6_chemical_C3 +LQ03X016350 Predicted protein 5.955080258 L4_control_A1 +LQ03X016350 Predicted protein 6.138430398 L4_control_A2 +LQ03X016350 Predicted protein 5.93600034 L4_control_A3 +LQ03X016350 Predicted protein 5.31038991 L4_control_B1 +LQ03X016350 Predicted protein 5.699647076 L4_control_B2 +LQ03X016350 Predicted protein 5.405252193 L4_control_B3 +LQ03X016350 Predicted protein 6.795058532 L4_control_C2 +LQ03X016350 Predicted protein 6.635975135 L4_control_C3 +LQ03X016350 Predicted protein 5.865214649 L4_chemical_A1 +LQ03X016350 Predicted protein 6.115870802 L4_chemical_A2 +LQ03X016350 Predicted protein 5.909939565 L4_chemical_A3 +LQ03X016350 Predicted protein 6.19042101 L4_chemical_B1 +LQ03X016350 Predicted protein 5.793245261 L4_chemical_B2 +LQ03X016350 Predicted protein 5.631286129 L4_chemical_B3 +LQ03X016350 Predicted protein 6.206768642 L4_chemical_C2 +LQ03X016350 Predicted protein 6.223498744 L4_chemical_C3 +LQ03X016370 Hypothetical protein 12.35092099 C6_control_A1 +LQ03X016370 Hypothetical protein 12.37970546 C6_control_A3 +LQ03X016370 Hypothetical protein 11.74775789 C6_control_B1 +LQ03X016370 Hypothetical protein 11.25969962 C6_control_B2 +LQ03X016370 Hypothetical protein 11.20124908 C6_control_B3 +LQ03X016370 Hypothetical protein 10.8058479 C6_control_C1 +LQ03X016370 Hypothetical protein 11.16042124 C6_control_C2 +LQ03X016370 Hypothetical protein 12.15390571 C6_control_C3 +LQ03X016370 Hypothetical protein 12.22635179 C6_chemical_A1 +LQ03X016370 Hypothetical protein 12.38608338 C6_chemical_A3 +LQ03X016370 Hypothetical protein 11.45385 C6_chemical_B1 +LQ03X016370 Hypothetical protein 10.93542159 C6_chemical_B2 +LQ03X016370 Hypothetical protein 11.50027735 C6_chemical_B3 +LQ03X016370 Hypothetical protein 10.33218818 C6_chemical_C1 +LQ03X016370 Hypothetical protein 10.3394374 C6_chemical_C2 +LQ03X016370 Hypothetical protein 11.25691342 C6_chemical_C3 +LQ03X016370 Hypothetical protein 11.7534166 L4_control_A1 +LQ03X016370 Hypothetical protein 11.91994696 L4_control_A2 +LQ03X016370 Hypothetical protein 12.02001735 L4_control_A3 +LQ03X016370 Hypothetical protein 10.62919001 L4_control_B1 +LQ03X016370 Hypothetical protein 10.84879269 L4_control_B2 +LQ03X016370 Hypothetical protein 9.047504962 L4_control_B3 +LQ03X016370 Hypothetical protein 9.264299848 L4_control_C2 +LQ03X016370 Hypothetical protein 9.949580849 L4_control_C3 +LQ03X016370 Hypothetical protein 11.56490759 L4_chemical_A1 +LQ03X016370 Hypothetical protein 11.92236098 L4_chemical_A2 +LQ03X016370 Hypothetical protein 11.2824188 L4_chemical_A3 +LQ03X016370 Hypothetical protein 11.08875289 L4_chemical_B1 +LQ03X016370 Hypothetical protein 11.40514903 L4_chemical_B2 +LQ03X016370 Hypothetical protein 10.96935193 L4_chemical_B3 +LQ03X016370 Hypothetical protein 8.651920931 L4_chemical_C2 +LQ03X016370 Hypothetical protein 9.926479426 L4_chemical_C3 +LQ03X016390 Cyclin-U4-1 5.712380886 C6_control_A1 +LQ03X016390 Cyclin-U4-1 5.242430782 C6_control_A3 +LQ03X016390 Cyclin-U4-1 5.363285304 C6_control_B1 +LQ03X016390 Cyclin-U4-1 5.491725684 C6_control_B2 +LQ03X016390 Cyclin-U4-1 5.575740035 C6_control_B3 +LQ03X016390 Cyclin-U4-1 5.574497509 C6_control_C1 +LQ03X016390 Cyclin-U4-1 5.412216975 C6_control_C2 +LQ03X016390 Cyclin-U4-1 5.495346411 C6_control_C3 +LQ03X016390 Cyclin-U4-1 5.229262404 C6_chemical_A1 +LQ03X016390 Cyclin-U4-1 5.999792076 C6_chemical_A3 +LQ03X016390 Cyclin-U4-1 5.167602772 C6_chemical_B1 +LQ03X016390 Cyclin-U4-1 5.594304543 C6_chemical_B2 +LQ03X016390 Cyclin-U4-1 5.009937949 C6_chemical_B3 +LQ03X016390 Cyclin-U4-1 6.048106902 C6_chemical_C1 +LQ03X016390 Cyclin-U4-1 5.735984046 C6_chemical_C2 +LQ03X016390 Cyclin-U4-1 5.612498696 C6_chemical_C3 +LQ03X016390 Cyclin-U4-1 5.594303718 L4_control_A1 +LQ03X016390 Cyclin-U4-1 5.133786396 L4_control_A2 +LQ03X016390 Cyclin-U4-1 5.316463289 L4_control_A3 +LQ03X016390 Cyclin-U4-1 5.081588081 L4_control_B1 +LQ03X016390 Cyclin-U4-1 5.634188968 L4_control_B2 +LQ03X016390 Cyclin-U4-1 5.240082408 L4_control_B3 +LQ03X016390 Cyclin-U4-1 5.982556004 L4_control_C2 +LQ03X016390 Cyclin-U4-1 5.493699121 L4_control_C3 +LQ03X016390 Cyclin-U4-1 5.639292249 L4_chemical_A1 +LQ03X016390 Cyclin-U4-1 5.258893109 L4_chemical_A2 +LQ03X016390 Cyclin-U4-1 5.461445488 L4_chemical_A3 +LQ03X016390 Cyclin-U4-1 5.641700309 L4_chemical_B1 +LQ03X016390 Cyclin-U4-1 5.376512512 L4_chemical_B2 +LQ03X016390 Cyclin-U4-1 5.476963228 L4_chemical_B3 +LQ03X016390 Cyclin-U4-1 6.019658924 L4_chemical_C2 +LQ03X016390 Cyclin-U4-1 5.100736386 L4_chemical_C3 +LQ03X016410 Nucleoside diphosphate kinase 1 8.172752085 C6_control_A1 +LQ03X016410 Nucleoside diphosphate kinase 1 9.213089179 C6_control_A3 +LQ03X016410 Nucleoside diphosphate kinase 1 8.31279775 C6_control_B1 +LQ03X016410 Nucleoside diphosphate kinase 1 8.262068276 C6_control_B2 +LQ03X016410 Nucleoside diphosphate kinase 1 8.573173585 C6_control_B3 +LQ03X016410 Nucleoside diphosphate kinase 1 9.888721119 C6_control_C1 +LQ03X016410 Nucleoside diphosphate kinase 1 9.666761809 C6_control_C2 +LQ03X016410 Nucleoside diphosphate kinase 1 10.1145616 C6_control_C3 +LQ03X016410 Nucleoside diphosphate kinase 1 8.090083854 C6_chemical_A1 +LQ03X016410 Nucleoside diphosphate kinase 1 8.792278356 C6_chemical_A3 +LQ03X016410 Nucleoside diphosphate kinase 1 8.06817774 C6_chemical_B1 +LQ03X016410 Nucleoside diphosphate kinase 1 8.007760344 C6_chemical_B2 +LQ03X016410 Nucleoside diphosphate kinase 1 8.313216077 C6_chemical_B3 +LQ03X016410 Nucleoside diphosphate kinase 1 9.569095654 C6_chemical_C1 +LQ03X016410 Nucleoside diphosphate kinase 1 9.549611923 C6_chemical_C2 +LQ03X016410 Nucleoside diphosphate kinase 1 9.132028493 C6_chemical_C3 +LQ03X016410 Nucleoside diphosphate kinase 1 8.03031781 L4_control_A1 +LQ03X016410 Nucleoside diphosphate kinase 1 8.455342402 L4_control_A2 +LQ03X016410 Nucleoside diphosphate kinase 1 8.668964576 L4_control_A3 +LQ03X016410 Nucleoside diphosphate kinase 1 7.290378893 L4_control_B1 +LQ03X016410 Nucleoside diphosphate kinase 1 7.405937799 L4_control_B2 +LQ03X016410 Nucleoside diphosphate kinase 1 7.40774579 L4_control_B3 +LQ03X016410 Nucleoside diphosphate kinase 1 9.6697446 L4_control_C2 +LQ03X016410 Nucleoside diphosphate kinase 1 9.018685345 L4_control_C3 +LQ03X016410 Nucleoside diphosphate kinase 1 8.359523935 L4_chemical_A1 +LQ03X016410 Nucleoside diphosphate kinase 1 8.917090913 L4_chemical_A2 +LQ03X016410 Nucleoside diphosphate kinase 1 8.227100927 L4_chemical_A3 +LQ03X016410 Nucleoside diphosphate kinase 1 7.611378736 L4_chemical_B1 +LQ03X016410 Nucleoside diphosphate kinase 1 7.667489522 L4_chemical_B2 +LQ03X016410 Nucleoside diphosphate kinase 1 7.785028962 L4_chemical_B3 +LQ03X016410 Nucleoside diphosphate kinase 1 9.72938608 L4_chemical_C2 +LQ03X016410 Nucleoside diphosphate kinase 1 8.206246156 L4_chemical_C3 +LQ03X016420 Peptide methionine sulfoxide reductase 12.93773131 C6_control_A1 +LQ03X016420 Peptide methionine sulfoxide reductase 12.34166634 C6_control_A3 +LQ03X016420 Peptide methionine sulfoxide reductase 13.28160757 C6_control_B1 +LQ03X016420 Peptide methionine sulfoxide reductase 14.02855322 C6_control_B2 +LQ03X016420 Peptide methionine sulfoxide reductase 12.91176111 C6_control_B3 +LQ03X016420 Peptide methionine sulfoxide reductase 14.48258432 C6_control_C1 +LQ03X016420 Peptide methionine sulfoxide reductase 14.52663304 C6_control_C2 +LQ03X016420 Peptide methionine sulfoxide reductase 14.32050675 C6_control_C3 +LQ03X016420 Peptide methionine sulfoxide reductase 13.42656494 C6_chemical_A1 +LQ03X016420 Peptide methionine sulfoxide reductase 12.7924832 C6_chemical_A3 +LQ03X016420 Peptide methionine sulfoxide reductase 13.7076788 C6_chemical_B1 +LQ03X016420 Peptide methionine sulfoxide reductase 14.45739594 C6_chemical_B2 +LQ03X016420 Peptide methionine sulfoxide reductase 13.01700675 C6_chemical_B3 +LQ03X016420 Peptide methionine sulfoxide reductase 14.60792391 C6_chemical_C1 +LQ03X016420 Peptide methionine sulfoxide reductase 14.76218529 C6_chemical_C2 +LQ03X016420 Peptide methionine sulfoxide reductase 14.0040525 C6_chemical_C3 +LQ03X016420 Peptide methionine sulfoxide reductase 12.4020095 L4_control_A1 +LQ03X016420 Peptide methionine sulfoxide reductase 12.76170355 L4_control_A2 +LQ03X016420 Peptide methionine sulfoxide reductase 11.7575527 L4_control_A3 +LQ03X016420 Peptide methionine sulfoxide reductase 13.14361376 L4_control_B1 +LQ03X016420 Peptide methionine sulfoxide reductase 13.50206946 L4_control_B2 +LQ03X016420 Peptide methionine sulfoxide reductase 13.2162602 L4_control_B3 +LQ03X016420 Peptide methionine sulfoxide reductase 13.82616212 L4_control_C2 +LQ03X016420 Peptide methionine sulfoxide reductase 13.73284915 L4_control_C3 +LQ03X016420 Peptide methionine sulfoxide reductase 12.78312269 L4_chemical_A1 +LQ03X016420 Peptide methionine sulfoxide reductase 13.23011346 L4_chemical_A2 +LQ03X016420 Peptide methionine sulfoxide reductase 11.88968195 L4_chemical_A3 +LQ03X016420 Peptide methionine sulfoxide reductase 13.19082218 L4_chemical_B1 +LQ03X016420 Peptide methionine sulfoxide reductase 13.82954429 L4_chemical_B2 +LQ03X016420 Peptide methionine sulfoxide reductase 12.55913763 L4_chemical_B3 +LQ03X016420 Peptide methionine sulfoxide reductase 14.11993199 L4_chemical_C2 +LQ03X016420 Peptide methionine sulfoxide reductase 13.9520095 L4_chemical_C3 +LQ03X016500 GTP-binding protein YPTM2 5.490554252 C6_control_A1 +LQ03X016500 GTP-binding protein YPTM2 4.920455183 C6_control_A3 +LQ03X016500 GTP-binding protein YPTM2 5.485162296 C6_control_B1 +LQ03X016500 GTP-binding protein YPTM2 5.189983859 C6_control_B2 +LQ03X016500 GTP-binding protein YPTM2 5.182125824 C6_control_B3 +LQ03X016500 GTP-binding protein YPTM2 5.591724957 C6_control_C1 +LQ03X016500 GTP-binding protein YPTM2 5.994815353 C6_control_C2 +LQ03X016500 GTP-binding protein YPTM2 5.056759672 C6_control_C3 +LQ03X016500 GTP-binding protein YPTM2 5.092338282 C6_chemical_A1 +LQ03X016500 GTP-binding protein YPTM2 5.030276683 C6_chemical_A3 +LQ03X016500 GTP-binding protein YPTM2 5.104408729 C6_chemical_B1 +LQ03X016500 GTP-binding protein YPTM2 5.684729398 C6_chemical_B2 +LQ03X016500 GTP-binding protein YPTM2 5.23852129 C6_chemical_B3 +LQ03X016500 GTP-binding protein YPTM2 5.396679626 C6_chemical_C1 +LQ03X016500 GTP-binding protein YPTM2 5.44796217 C6_chemical_C2 +LQ03X016500 GTP-binding protein YPTM2 5.533571324 C6_chemical_C3 +LQ03X016500 GTP-binding protein YPTM2 5.155932557 L4_control_A1 +LQ03X016500 GTP-binding protein YPTM2 4.750513752 L4_control_A2 +LQ03X016500 GTP-binding protein YPTM2 5.0994605 L4_control_A3 +LQ03X016500 GTP-binding protein YPTM2 5.467911971 L4_control_B1 +LQ03X016500 GTP-binding protein YPTM2 4.852515347 L4_control_B2 +LQ03X016500 GTP-binding protein YPTM2 5.333211926 L4_control_B3 +LQ03X016500 GTP-binding protein YPTM2 5.67683781 L4_control_C2 +LQ03X016500 GTP-binding protein YPTM2 4.797636984 L4_control_C3 +LQ03X016500 GTP-binding protein YPTM2 5.223391454 L4_chemical_A1 +LQ03X016500 GTP-binding protein YPTM2 5.421139947 L4_chemical_A2 +LQ03X016500 GTP-binding protein YPTM2 5.601649586 L4_chemical_A3 +LQ03X016500 GTP-binding protein YPTM2 5.488780683 L4_chemical_B1 +LQ03X016500 GTP-binding protein YPTM2 5.168471713 L4_chemical_B2 +LQ03X016500 GTP-binding protein YPTM2 5.328091043 L4_chemical_B3 +LQ03X016500 GTP-binding protein YPTM2 5.71474734 L4_chemical_C2 +LQ03X016500 GTP-binding protein YPTM2 4.878878087 L4_chemical_C3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.112110348 C6_control_A1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.545002884 C6_control_A3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.986870083 C6_control_B1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.28622936 C6_control_B2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.971308744 C6_control_B3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.163155385 C6_control_C1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.063471089 C6_control_C2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.423951123 C6_control_C3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.219207959 C6_chemical_A1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.161152517 C6_chemical_A3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.553404859 C6_chemical_B1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.10052264 C6_chemical_B2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.937937988 C6_chemical_B3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.183759621 C6_chemical_C1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.438328277 C6_chemical_C2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.240397566 C6_chemical_C3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.019699131 L4_control_A1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.985441048 L4_control_A2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.728476158 L4_control_A3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.559671872 L4_control_B1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.908881115 L4_control_B2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.763328686 L4_control_B3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 6.000561758 L4_control_C2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.188817563 L4_control_C3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.963925397 L4_chemical_A1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.181036984 L4_chemical_A2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 6.308022837 L4_chemical_A3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.695159486 L4_chemical_B1 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.166546384 L4_chemical_B2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.237695992 L4_chemical_B3 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.671349427 L4_chemical_C2 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 4.854276854 L4_chemical_C3 +LQ03X016560 Oleosin-like protein 5.628554311 C6_control_A1 +LQ03X016560 Oleosin-like protein 5.855193455 C6_control_A3 +LQ03X016560 Oleosin-like protein 4.896353977 C6_control_B1 +LQ03X016560 Oleosin-like protein 5.177080193 C6_control_B2 +LQ03X016560 Oleosin-like protein 5.615474655 C6_control_B3 +LQ03X016560 Oleosin-like protein 4.899752801 C6_control_C1 +LQ03X016560 Oleosin-like protein 4.902274197 C6_control_C2 +LQ03X016560 Oleosin-like protein 4.871804063 C6_control_C3 +LQ03X016560 Oleosin-like protein 5.647793834 C6_chemical_A1 +LQ03X016560 Oleosin-like protein 5.992670524 C6_chemical_A3 +LQ03X016560 Oleosin-like protein 4.950514398 C6_chemical_B1 +LQ03X016560 Oleosin-like protein 4.916963554 C6_chemical_B2 +LQ03X016560 Oleosin-like protein 5.374209987 C6_chemical_B3 +LQ03X016560 Oleosin-like protein 5.157220683 C6_chemical_C1 +LQ03X016560 Oleosin-like protein 4.977075081 C6_chemical_C2 +LQ03X016560 Oleosin-like protein 4.887592199 C6_chemical_C3 +LQ03X016560 Oleosin-like protein 4.942547537 L4_control_A1 +LQ03X016560 Oleosin-like protein 5.571905165 L4_control_A2 +LQ03X016560 Oleosin-like protein 6.028900681 L4_control_A3 +LQ03X016560 Oleosin-like protein 5.569421445 L4_control_B1 +LQ03X016560 Oleosin-like protein 5.791836949 L4_control_B2 +LQ03X016560 Oleosin-like protein 5.198616806 L4_control_B3 +LQ03X016560 Oleosin-like protein 5.926169118 L4_control_C2 +LQ03X016560 Oleosin-like protein 4.698353759 L4_control_C3 +LQ03X016560 Oleosin-like protein 5.143972329 L4_chemical_A1 +LQ03X016560 Oleosin-like protein 5.545587085 L4_chemical_A2 +LQ03X016560 Oleosin-like protein 6.008821714 L4_chemical_A3 +LQ03X016560 Oleosin-like protein 5.44519348 L4_chemical_B1 +LQ03X016560 Oleosin-like protein 5.733466054 L4_chemical_B2 +LQ03X016560 Oleosin-like protein 5.435588474 L4_chemical_B3 +LQ03X016560 Oleosin-like protein 5.771787423 L4_chemical_C2 +LQ03X016560 Oleosin-like protein 4.867140424 L4_chemical_C3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 11.15934656 C6_control_A1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 11.08521611 C6_control_A3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 11.76389771 C6_control_B1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.56174105 C6_control_B2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.02280352 C6_control_B3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.65946106 C6_control_C1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.99470132 C6_control_C2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.24781772 C6_control_C3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 9.517939901 C6_chemical_A1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 11.07767332 C6_chemical_A3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 10.77267321 C6_chemical_B1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.57152787 C6_chemical_B2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.81341075 C6_chemical_B3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.55584484 C6_chemical_C1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.17903217 C6_chemical_C2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 14.6237648 C6_chemical_C3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 9.917451003 L4_control_A1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.11141614 L4_control_A2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 9.923625857 L4_control_A3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.07306919 L4_control_B1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.01704822 L4_control_B2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.78833627 L4_control_B3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.38823401 L4_control_C2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 13.09468677 L4_control_C3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 10.81229568 L4_chemical_A1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 11.19965758 L4_chemical_A2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 10.41531492 L4_chemical_A3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 11.97025924 L4_chemical_B1 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 11.40506127 L4_chemical_B2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.13763547 L4_chemical_B3 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.0598046 L4_chemical_C2 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 12.98151061 L4_chemical_C3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.76589567 C6_control_A1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.3752465 C6_control_A3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.95014185 C6_control_B1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.71625817 C6_control_B2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.08952752 C6_control_B3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.13907974 C6_control_C1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.30282353 C6_control_C2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.03416382 C6_control_C3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.96729227 C6_chemical_A1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.41220655 C6_chemical_A3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.25320667 C6_chemical_B1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.8945537 C6_chemical_B2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.16783486 C6_chemical_B3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.14142264 C6_chemical_C1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.58941666 C6_chemical_C2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.40142021 C6_chemical_C3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.64873193 L4_control_A1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.70585109 L4_control_A2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.41085301 L4_control_A3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.27035427 L4_control_B1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 12.28271093 L4_control_B2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.47021073 L4_control_B3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 12.60087914 L4_control_C2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 12.59889515 L4_control_C3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.51893164 L4_chemical_A1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.60652921 L4_chemical_A2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.1809173 L4_chemical_A3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.45767901 L4_chemical_B1 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.84693443 L4_chemical_B2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 11.028909 L4_chemical_B3 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 12.46573071 L4_chemical_C2 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 12.60411098 L4_chemical_C3 +LQ03X016650 Predicted protein 5.500362407 C6_control_A1 +LQ03X016650 Predicted protein 5.381791931 C6_control_A3 +LQ03X016650 Predicted protein 5.818638189 C6_control_B1 +LQ03X016650 Predicted protein 5.321293359 C6_control_B2 +LQ03X016650 Predicted protein 4.977876231 C6_control_B3 +LQ03X016650 Predicted protein 5.103085603 C6_control_C1 +LQ03X016650 Predicted protein 5.60122405 C6_control_C2 +LQ03X016650 Predicted protein 5.358759131 C6_control_C3 +LQ03X016650 Predicted protein 5.303567305 C6_chemical_A1 +LQ03X016650 Predicted protein 5.29174423 C6_chemical_A3 +LQ03X016650 Predicted protein 5.466799746 C6_chemical_B1 +LQ03X016650 Predicted protein 5.293689875 C6_chemical_B2 +LQ03X016650 Predicted protein 5.227172519 C6_chemical_B3 +LQ03X016650 Predicted protein 5.090142005 C6_chemical_C1 +LQ03X016650 Predicted protein 5.457556096 C6_chemical_C2 +LQ03X016650 Predicted protein 5.120583144 C6_chemical_C3 +LQ03X016650 Predicted protein 5.290266801 L4_control_A1 +LQ03X016650 Predicted protein 5.617559419 L4_control_A2 +LQ03X016650 Predicted protein 5.498927775 L4_control_A3 +LQ03X016650 Predicted protein 5.268840935 L4_control_B1 +LQ03X016650 Predicted protein 5.786175445 L4_control_B2 +LQ03X016650 Predicted protein 5.639275617 L4_control_B3 +LQ03X016650 Predicted protein 5.679472861 L4_control_C2 +LQ03X016650 Predicted protein 5.158769749 L4_control_C3 +LQ03X016650 Predicted protein 5.485362182 L4_chemical_A1 +LQ03X016650 Predicted protein 5.676759618 L4_chemical_A2 +LQ03X016650 Predicted protein 5.442421963 L4_chemical_A3 +LQ03X016650 Predicted protein 5.65418824 L4_chemical_B1 +LQ03X016650 Predicted protein 6.312370304 L4_chemical_B2 +LQ03X016650 Predicted protein 5.48283583 L4_chemical_B3 +LQ03X016650 Predicted protein 5.180929668 L4_chemical_C2 +LQ03X016650 Predicted protein 6.332911909 L4_chemical_C3 +LQ03X016660 Protein ARABIDILLO 1 4.714005045 C6_control_A1 +LQ03X016660 Protein ARABIDILLO 1 4.848530458 C6_control_A3 +LQ03X016660 Protein ARABIDILLO 1 5.401569683 C6_control_B1 +LQ03X016660 Protein ARABIDILLO 1 4.746284138 C6_control_B2 +LQ03X016660 Protein ARABIDILLO 1 4.885866174 C6_control_B3 +LQ03X016660 Protein ARABIDILLO 1 5.087873994 C6_control_C1 +LQ03X016660 Protein ARABIDILLO 1 4.99998419 C6_control_C2 +LQ03X016660 Protein ARABIDILLO 1 5.091568012 C6_control_C3 +LQ03X016660 Protein ARABIDILLO 1 5.061997547 C6_chemical_A1 +LQ03X016660 Protein ARABIDILLO 1 4.766096396 C6_chemical_A3 +LQ03X016660 Protein ARABIDILLO 1 4.817258644 C6_chemical_B1 +LQ03X016660 Protein ARABIDILLO 1 4.900110725 C6_chemical_B2 +LQ03X016660 Protein ARABIDILLO 1 4.941118841 C6_chemical_B3 +LQ03X016660 Protein ARABIDILLO 1 5.117830763 C6_chemical_C1 +LQ03X016660 Protein ARABIDILLO 1 5.085107202 C6_chemical_C2 +LQ03X016660 Protein ARABIDILLO 1 4.751218878 C6_chemical_C3 +LQ03X016660 Protein ARABIDILLO 1 5.177881278 L4_control_A1 +LQ03X016660 Protein ARABIDILLO 1 4.778110448 L4_control_A2 +LQ03X016660 Protein ARABIDILLO 1 4.709308497 L4_control_A3 +LQ03X016660 Protein ARABIDILLO 1 4.909975382 L4_control_B1 +LQ03X016660 Protein ARABIDILLO 1 5.247228884 L4_control_B2 +LQ03X016660 Protein ARABIDILLO 1 4.769272368 L4_control_B3 +LQ03X016660 Protein ARABIDILLO 1 5.458965902 L4_control_C2 +LQ03X016660 Protein ARABIDILLO 1 5.192684123 L4_control_C3 +LQ03X016660 Protein ARABIDILLO 1 4.78812887 L4_chemical_A1 +LQ03X016660 Protein ARABIDILLO 1 5.035779206 L4_chemical_A2 +LQ03X016660 Protein ARABIDILLO 1 5.223998225 L4_chemical_A3 +LQ03X016660 Protein ARABIDILLO 1 4.909430798 L4_chemical_B1 +LQ03X016660 Protein ARABIDILLO 1 5.13563028 L4_chemical_B2 +LQ03X016660 Protein ARABIDILLO 1 5.157243059 L4_chemical_B3 +LQ03X016660 Protein ARABIDILLO 1 5.194146292 L4_chemical_C2 +LQ03X016660 Protein ARABIDILLO 1 5.354716561 L4_chemical_C3 +LQ03X016670 Putative WD repeat-containing protein 8 4.807895434 C6_control_A1 +LQ03X016670 Putative WD repeat-containing protein 8 5.292864042 C6_control_A3 +LQ03X016670 Putative WD repeat-containing protein 8 5.156372766 C6_control_B1 +LQ03X016670 Putative WD repeat-containing protein 8 4.797902742 C6_control_B2 +LQ03X016670 Putative WD repeat-containing protein 8 5.010316936 C6_control_B3 +LQ03X016670 Putative WD repeat-containing protein 8 4.734715136 C6_control_C1 +LQ03X016670 Putative WD repeat-containing protein 8 4.787610489 C6_control_C2 +LQ03X016670 Putative WD repeat-containing protein 8 4.748641703 C6_control_C3 +LQ03X016670 Putative WD repeat-containing protein 8 4.686645939 C6_chemical_A1 +LQ03X016670 Putative WD repeat-containing protein 8 5.103599807 C6_chemical_A3 +LQ03X016670 Putative WD repeat-containing protein 8 5.699169175 C6_chemical_B1 +LQ03X016670 Putative WD repeat-containing protein 8 5.106462233 C6_chemical_B2 +LQ03X016670 Putative WD repeat-containing protein 8 4.835110693 C6_chemical_B3 +LQ03X016670 Putative WD repeat-containing protein 8 4.901988723 C6_chemical_C1 +LQ03X016670 Putative WD repeat-containing protein 8 4.681647757 C6_chemical_C2 +LQ03X016670 Putative WD repeat-containing protein 8 4.940375276 C6_chemical_C3 +LQ03X016670 Putative WD repeat-containing protein 8 4.872685112 L4_control_A1 +LQ03X016670 Putative WD repeat-containing protein 8 4.895227563 L4_control_A2 +LQ03X016670 Putative WD repeat-containing protein 8 4.888863613 L4_control_A3 +LQ03X016670 Putative WD repeat-containing protein 8 5.056402404 L4_control_B1 +LQ03X016670 Putative WD repeat-containing protein 8 5.436143717 L4_control_B2 +LQ03X016670 Putative WD repeat-containing protein 8 5.184247304 L4_control_B3 +LQ03X016670 Putative WD repeat-containing protein 8 5.394459775 L4_control_C2 +LQ03X016670 Putative WD repeat-containing protein 8 5.305634317 L4_control_C3 +LQ03X016670 Putative WD repeat-containing protein 8 5.13232218 L4_chemical_A1 +LQ03X016670 Putative WD repeat-containing protein 8 4.778991576 L4_chemical_A2 +LQ03X016670 Putative WD repeat-containing protein 8 4.990389148 L4_chemical_A3 +LQ03X016670 Putative WD repeat-containing protein 8 5.169278894 L4_chemical_B1 +LQ03X016670 Putative WD repeat-containing protein 8 5.406351348 L4_chemical_B2 +LQ03X016670 Putative WD repeat-containing protein 8 4.912053529 L4_chemical_B3 +LQ03X016670 Putative WD repeat-containing protein 8 5.102830308 L4_chemical_C2 +LQ03X016670 Putative WD repeat-containing protein 8 5.381950998 L4_chemical_C3 +LQ03X016680 Uncharacterized protein At3g06530 4.93486234 C6_control_A1 +LQ03X016680 Uncharacterized protein At3g06530 5.176776489 C6_control_A3 +LQ03X016680 Uncharacterized protein At3g06530 5.280949571 C6_control_B1 +LQ03X016680 Uncharacterized protein At3g06530 5.01319031 C6_control_B2 +LQ03X016680 Uncharacterized protein At3g06530 4.897606875 C6_control_B3 +LQ03X016680 Uncharacterized protein At3g06530 5.205457302 C6_control_C1 +LQ03X016680 Uncharacterized protein At3g06530 4.750447297 C6_control_C2 +LQ03X016680 Uncharacterized protein At3g06530 5.091059799 C6_control_C3 +LQ03X016680 Uncharacterized protein At3g06530 4.85202336 C6_chemical_A1 +LQ03X016680 Uncharacterized protein At3g06530 5.044570129 C6_chemical_A3 +LQ03X016680 Uncharacterized protein At3g06530 5.074794268 C6_chemical_B1 +LQ03X016680 Uncharacterized protein At3g06530 4.771714432 C6_chemical_B2 +LQ03X016680 Uncharacterized protein At3g06530 5.151155291 C6_chemical_B3 +LQ03X016680 Uncharacterized protein At3g06530 5.211534947 C6_chemical_C1 +LQ03X016680 Uncharacterized protein At3g06530 4.929657191 C6_chemical_C2 +LQ03X016680 Uncharacterized protein At3g06530 4.948964334 C6_chemical_C3 +LQ03X016680 Uncharacterized protein At3g06530 5.306739132 L4_control_A1 +LQ03X016680 Uncharacterized protein At3g06530 5.135045578 L4_control_A2 +LQ03X016680 Uncharacterized protein At3g06530 6.189883137 L4_control_A3 +LQ03X016680 Uncharacterized protein At3g06530 5.279412053 L4_control_B1 +LQ03X016680 Uncharacterized protein At3g06530 4.745915811 L4_control_B2 +LQ03X016680 Uncharacterized protein At3g06530 5.080768227 L4_control_B3 +LQ03X016680 Uncharacterized protein At3g06530 4.982628946 L4_control_C2 +LQ03X016680 Uncharacterized protein At3g06530 5.650774707 L4_control_C3 +LQ03X016680 Uncharacterized protein At3g06530 5.135130798 L4_chemical_A1 +LQ03X016680 Uncharacterized protein At3g06530 5.33103926 L4_chemical_A2 +LQ03X016680 Uncharacterized protein At3g06530 6.020487867 L4_chemical_A3 +LQ03X016680 Uncharacterized protein At3g06530 5.37542498 L4_chemical_B1 +LQ03X016680 Uncharacterized protein At3g06530 5.080646288 L4_chemical_B2 +LQ03X016680 Uncharacterized protein At3g06530 5.263776623 L4_chemical_B3 +LQ03X016680 Uncharacterized protein At3g06530 5.278355909 L4_chemical_C2 +LQ03X016680 Uncharacterized protein At3g06530 5.227923543 L4_chemical_C3 +LQ03X016690 Putative uncharacterized protein 10.99748829 C6_control_A1 +LQ03X016690 Putative uncharacterized protein 11.05707151 C6_control_A3 +LQ03X016690 Putative uncharacterized protein 10.69309213 C6_control_B1 +LQ03X016690 Putative uncharacterized protein 10.24635851 C6_control_B2 +LQ03X016690 Putative uncharacterized protein 10.48721812 C6_control_B3 +LQ03X016690 Putative uncharacterized protein 10.52140984 C6_control_C1 +LQ03X016690 Putative uncharacterized protein 10.69937597 C6_control_C2 +LQ03X016690 Putative uncharacterized protein 10.22630608 C6_control_C3 +LQ03X016690 Putative uncharacterized protein 10.51642808 C6_chemical_A1 +LQ03X016690 Putative uncharacterized protein 10.69803573 C6_chemical_A3 +LQ03X016690 Putative uncharacterized protein 10.23986464 C6_chemical_B1 +LQ03X016690 Putative uncharacterized protein 9.916454537 C6_chemical_B2 +LQ03X016690 Putative uncharacterized protein 10.10365736 C6_chemical_B3 +LQ03X016690 Putative uncharacterized protein 10.20744228 C6_chemical_C1 +LQ03X016690 Putative uncharacterized protein 10.38567899 C6_chemical_C2 +LQ03X016690 Putative uncharacterized protein 9.988858214 C6_chemical_C3 +LQ03X016690 Putative uncharacterized protein 11.7323557 L4_control_A1 +LQ03X016690 Putative uncharacterized protein 11.86186521 L4_control_A2 +LQ03X016690 Putative uncharacterized protein 12.00875832 L4_control_A3 +LQ03X016690 Putative uncharacterized protein 11.47203899 L4_control_B1 +LQ03X016690 Putative uncharacterized protein 11.78390224 L4_control_B2 +LQ03X016690 Putative uncharacterized protein 10.92869186 L4_control_B3 +LQ03X016690 Putative uncharacterized protein 11.43904244 L4_control_C2 +LQ03X016690 Putative uncharacterized protein 11.46059079 L4_control_C3 +LQ03X016690 Putative uncharacterized protein 11.1560499 L4_chemical_A1 +LQ03X016690 Putative uncharacterized protein 11.25688612 L4_chemical_A2 +LQ03X016690 Putative uncharacterized protein 12.05097157 L4_chemical_A3 +LQ03X016690 Putative uncharacterized protein 11.31335861 L4_chemical_B1 +LQ03X016690 Putative uncharacterized protein 11.34192461 L4_chemical_B2 +LQ03X016690 Putative uncharacterized protein 10.87343999 L4_chemical_B3 +LQ03X016690 Putative uncharacterized protein 11.33748031 L4_chemical_C2 +LQ03X016690 Putative uncharacterized protein 11.51969331 L4_chemical_C3 +LQ03X016720 Putative kinase-like protein TMKL1 10.17872152 C6_control_A1 +LQ03X016720 Putative kinase-like protein TMKL1 9.503293356 C6_control_A3 +LQ03X016720 Putative kinase-like protein TMKL1 10.95370159 C6_control_B1 +LQ03X016720 Putative kinase-like protein TMKL1 10.8965581 C6_control_B2 +LQ03X016720 Putative kinase-like protein TMKL1 11.24073733 C6_control_B3 +LQ03X016720 Putative kinase-like protein TMKL1 10.96103713 C6_control_C1 +LQ03X016720 Putative kinase-like protein TMKL1 10.56684259 C6_control_C2 +LQ03X016720 Putative kinase-like protein TMKL1 10.59317746 C6_control_C3 +LQ03X016720 Putative kinase-like protein TMKL1 9.843238421 C6_chemical_A1 +LQ03X016720 Putative kinase-like protein TMKL1 9.848504993 C6_chemical_A3 +LQ03X016720 Putative kinase-like protein TMKL1 10.89725449 C6_chemical_B1 +LQ03X016720 Putative kinase-like protein TMKL1 10.8799453 C6_chemical_B2 +LQ03X016720 Putative kinase-like protein TMKL1 11.32070733 C6_chemical_B3 +LQ03X016720 Putative kinase-like protein TMKL1 10.78383963 C6_chemical_C1 +LQ03X016720 Putative kinase-like protein TMKL1 10.44920358 C6_chemical_C2 +LQ03X016720 Putative kinase-like protein TMKL1 10.83757226 C6_chemical_C3 +LQ03X016720 Putative kinase-like protein TMKL1 9.899784735 L4_control_A1 +LQ03X016720 Putative kinase-like protein TMKL1 10.38121977 L4_control_A2 +LQ03X016720 Putative kinase-like protein TMKL1 9.881147808 L4_control_A3 +LQ03X016720 Putative kinase-like protein TMKL1 11.81335953 L4_control_B1 +LQ03X016720 Putative kinase-like protein TMKL1 11.20786813 L4_control_B2 +LQ03X016720 Putative kinase-like protein TMKL1 11.43024625 L4_control_B3 +LQ03X016720 Putative kinase-like protein TMKL1 10.4643543 L4_control_C2 +LQ03X016720 Putative kinase-like protein TMKL1 10.71135546 L4_control_C3 +LQ03X016720 Putative kinase-like protein TMKL1 9.955424217 L4_chemical_A1 +LQ03X016720 Putative kinase-like protein TMKL1 10.2800365 L4_chemical_A2 +LQ03X016720 Putative kinase-like protein TMKL1 10.08461641 L4_chemical_A3 +LQ03X016720 Putative kinase-like protein TMKL1 10.97915306 L4_chemical_B1 +LQ03X016720 Putative kinase-like protein TMKL1 10.71983779 L4_chemical_B2 +LQ03X016720 Putative kinase-like protein TMKL1 11.28838037 L4_chemical_B3 +LQ03X016720 Putative kinase-like protein TMKL1 10.25160026 L4_chemical_C2 +LQ03X016720 Putative kinase-like protein TMKL1 10.72907585 L4_chemical_C3 +LQ03X016750 Derlin-1 5.545672762 C6_control_A1 +LQ03X016750 Derlin-1 5.180448914 C6_control_A3 +LQ03X016750 Derlin-1 5.915489673 C6_control_B1 +LQ03X016750 Derlin-1 5.346530515 C6_control_B2 +LQ03X016750 Derlin-1 5.691230049 C6_control_B3 +LQ03X016750 Derlin-1 5.024476034 C6_control_C1 +LQ03X016750 Derlin-1 5.382200421 C6_control_C2 +LQ03X016750 Derlin-1 5.535597682 C6_control_C3 +LQ03X016750 Derlin-1 5.744410842 C6_chemical_A1 +LQ03X016750 Derlin-1 5.319652669 C6_chemical_A3 +LQ03X016750 Derlin-1 5.666303562 C6_chemical_B1 +LQ03X016750 Derlin-1 5.528066404 C6_chemical_B2 +LQ03X016750 Derlin-1 5.7980807 C6_chemical_B3 +LQ03X016750 Derlin-1 5.031803534 C6_chemical_C1 +LQ03X016750 Derlin-1 5.165914808 C6_chemical_C2 +LQ03X016750 Derlin-1 5.527294136 C6_chemical_C3 +LQ03X016750 Derlin-1 5.645141809 L4_control_A1 +LQ03X016750 Derlin-1 6.135615188 L4_control_A2 +LQ03X016750 Derlin-1 6.319244155 L4_control_A3 +LQ03X016750 Derlin-1 5.195017783 L4_control_B1 +LQ03X016750 Derlin-1 5.473063667 L4_control_B2 +LQ03X016750 Derlin-1 5.337263284 L4_control_B3 +LQ03X016750 Derlin-1 4.862794732 L4_control_C2 +LQ03X016750 Derlin-1 5.056525143 L4_control_C3 +LQ03X016750 Derlin-1 5.559096752 L4_chemical_A1 +LQ03X016750 Derlin-1 6.081962771 L4_chemical_A2 +LQ03X016750 Derlin-1 6.201349961 L4_chemical_A3 +LQ03X016750 Derlin-1 5.174810146 L4_chemical_B1 +LQ03X016750 Derlin-1 5.704372421 L4_chemical_B2 +LQ03X016750 Derlin-1 5.50483407 L4_chemical_B3 +LQ03X016750 Derlin-1 5.033670559 L4_chemical_C2 +LQ03X016750 Derlin-1 5.117792825 L4_chemical_C3 +LQ03X016760 Putative Ceramide kinase 10.65954857 C6_control_A1 +LQ03X016760 Putative Ceramide kinase 10.81868936 C6_control_A3 +LQ03X016760 Putative Ceramide kinase 10.65789926 C6_control_B1 +LQ03X016760 Putative Ceramide kinase 9.609551042 C6_control_B2 +LQ03X016760 Putative Ceramide kinase 10.72229229 C6_control_B3 +LQ03X016760 Putative Ceramide kinase 10.64648588 C6_control_C1 +LQ03X016760 Putative Ceramide kinase 10.59347499 C6_control_C2 +LQ03X016760 Putative Ceramide kinase 10.66407718 C6_control_C3 +LQ03X016760 Putative Ceramide kinase 10.32048896 C6_chemical_A1 +LQ03X016760 Putative Ceramide kinase 10.74284695 C6_chemical_A3 +LQ03X016760 Putative Ceramide kinase 10.65965451 C6_chemical_B1 +LQ03X016760 Putative Ceramide kinase 9.890350296 C6_chemical_B2 +LQ03X016760 Putative Ceramide kinase 10.64233311 C6_chemical_B3 +LQ03X016760 Putative Ceramide kinase 10.36358145 C6_chemical_C1 +LQ03X016760 Putative Ceramide kinase 10.32008933 C6_chemical_C2 +LQ03X016760 Putative Ceramide kinase 10.65926436 C6_chemical_C3 +LQ03X016760 Putative Ceramide kinase 10.84354569 L4_control_A1 +LQ03X016760 Putative Ceramide kinase 11.09747115 L4_control_A2 +LQ03X016760 Putative Ceramide kinase 11.47456472 L4_control_A3 +LQ03X016760 Putative Ceramide kinase 11.35760934 L4_control_B1 +LQ03X016760 Putative Ceramide kinase 11.6901037 L4_control_B2 +LQ03X016760 Putative Ceramide kinase 10.79795474 L4_control_B3 +LQ03X016760 Putative Ceramide kinase 11.98870552 L4_control_C2 +LQ03X016760 Putative Ceramide kinase 12.21150442 L4_control_C3 +LQ03X016760 Putative Ceramide kinase 10.72314265 L4_chemical_A1 +LQ03X016760 Putative Ceramide kinase 11.17497468 L4_chemical_A2 +LQ03X016760 Putative Ceramide kinase 11.34589549 L4_chemical_A3 +LQ03X016760 Putative Ceramide kinase 11.45910529 L4_chemical_B1 +LQ03X016760 Putative Ceramide kinase 11.42438205 L4_chemical_B2 +LQ03X016760 Putative Ceramide kinase 10.65018401 L4_chemical_B3 +LQ03X016760 Putative Ceramide kinase 11.74647906 L4_chemical_C2 +LQ03X016760 Putative Ceramide kinase 12.30639398 L4_chemical_C3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.04221341 C6_control_A1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.26912138 C6_control_A3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.25573516 C6_control_B1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.50820038 C6_control_B2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 11.80413861 C6_control_B3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.77589043 C6_control_C1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.65182024 C6_control_C2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.74864632 C6_control_C3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.63207808 C6_chemical_A1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.25296697 C6_chemical_A3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.67451335 C6_chemical_B1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.84696931 C6_chemical_B2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 11.63761391 C6_chemical_B3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 13.34416168 C6_chemical_C1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 13.44351293 C6_chemical_C2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.88632613 C6_chemical_C3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.46681988 L4_control_A1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.55547708 L4_control_A2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.52157885 L4_control_A3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.61996056 L4_control_B1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.05144681 L4_control_B2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 11.88056354 L4_control_B3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.20082922 L4_control_C2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 11.60538279 L4_control_C3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 13.16809323 L4_chemical_A1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 13.16409457 L4_chemical_A2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.78439081 L4_chemical_A3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.58187325 L4_chemical_B1 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.7316701 L4_chemical_B2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.08789575 L4_chemical_B3 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.60603182 L4_chemical_C2 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 11.655111 L4_chemical_C3 +LQ03X016850 Expansin-B15 5.700743746 C6_control_A1 +LQ03X016850 Expansin-B15 5.439200579 C6_control_A3 +LQ03X016850 Expansin-B15 5.642231749 C6_control_B1 +LQ03X016850 Expansin-B15 5.737795564 C6_control_B2 +LQ03X016850 Expansin-B15 5.547089376 C6_control_B3 +LQ03X016850 Expansin-B15 5.556857309 C6_control_C1 +LQ03X016850 Expansin-B15 5.027148705 C6_control_C2 +LQ03X016850 Expansin-B15 5.701480436 C6_control_C3 +LQ03X016850 Expansin-B15 5.606283714 C6_chemical_A1 +LQ03X016850 Expansin-B15 6.233160315 C6_chemical_A3 +LQ03X016850 Expansin-B15 5.258719555 C6_chemical_B1 +LQ03X016850 Expansin-B15 5.467887665 C6_chemical_B2 +LQ03X016850 Expansin-B15 5.46899858 C6_chemical_B3 +LQ03X016850 Expansin-B15 5.338924692 C6_chemical_C1 +LQ03X016850 Expansin-B15 5.536726724 C6_chemical_C2 +LQ03X016850 Expansin-B15 5.883012428 C6_chemical_C3 +LQ03X016850 Expansin-B15 6.674786818 L4_control_A1 +LQ03X016850 Expansin-B15 5.834578438 L4_control_A2 +LQ03X016850 Expansin-B15 7.072368699 L4_control_A3 +LQ03X016850 Expansin-B15 6.231513511 L4_control_B1 +LQ03X016850 Expansin-B15 7.230953365 L4_control_B2 +LQ03X016850 Expansin-B15 5.801602068 L4_control_B3 +LQ03X016850 Expansin-B15 5.323849588 L4_control_C2 +LQ03X016850 Expansin-B15 5.344414433 L4_control_C3 +LQ03X016850 Expansin-B15 5.979627471 L4_chemical_A1 +LQ03X016850 Expansin-B15 6.146658984 L4_chemical_A2 +LQ03X016850 Expansin-B15 5.944170201 L4_chemical_A3 +LQ03X016850 Expansin-B15 5.277188945 L4_chemical_B1 +LQ03X016850 Expansin-B15 5.900802629 L4_chemical_B2 +LQ03X016850 Expansin-B15 6.913694163 L4_chemical_B3 +LQ03X016850 Expansin-B15 5.521247919 L4_chemical_C2 +LQ03X016850 Expansin-B15 6.028590624 L4_chemical_C3 +LQ03X016860 Putative Quinone oxidoreductase 11.48799818 C6_control_A1 +LQ03X016860 Putative Quinone oxidoreductase 11.42865224 C6_control_A3 +LQ03X016860 Putative Quinone oxidoreductase 10.86359119 C6_control_B1 +LQ03X016860 Putative Quinone oxidoreductase 10.67084122 C6_control_B2 +LQ03X016860 Putative Quinone oxidoreductase 10.8704491 C6_control_B3 +LQ03X016860 Putative Quinone oxidoreductase 11.34358196 C6_control_C1 +LQ03X016860 Putative Quinone oxidoreductase 11.16690218 C6_control_C2 +LQ03X016860 Putative Quinone oxidoreductase 10.85411618 C6_control_C3 +LQ03X016860 Putative Quinone oxidoreductase 11.70688458 C6_chemical_A1 +LQ03X016860 Putative Quinone oxidoreductase 11.77036885 C6_chemical_A3 +LQ03X016860 Putative Quinone oxidoreductase 10.79178374 C6_chemical_B1 +LQ03X016860 Putative Quinone oxidoreductase 10.75613811 C6_chemical_B2 +LQ03X016860 Putative Quinone oxidoreductase 10.71490336 C6_chemical_B3 +LQ03X016860 Putative Quinone oxidoreductase 11.22669827 C6_chemical_C1 +LQ03X016860 Putative Quinone oxidoreductase 11.32163068 C6_chemical_C2 +LQ03X016860 Putative Quinone oxidoreductase 10.79879269 C6_chemical_C3 +LQ03X016860 Putative Quinone oxidoreductase 11.95617973 L4_control_A1 +LQ03X016860 Putative Quinone oxidoreductase 12.04922828 L4_control_A2 +LQ03X016860 Putative Quinone oxidoreductase 12.51358126 L4_control_A3 +LQ03X016860 Putative Quinone oxidoreductase 11.44752951 L4_control_B1 +LQ03X016860 Putative Quinone oxidoreductase 12.31602237 L4_control_B2 +LQ03X016860 Putative Quinone oxidoreductase 11.204351 L4_control_B3 +LQ03X016860 Putative Quinone oxidoreductase 12.24906847 L4_control_C2 +LQ03X016860 Putative Quinone oxidoreductase 12.21793255 L4_control_C3 +LQ03X016860 Putative Quinone oxidoreductase 12.495497 L4_chemical_A1 +LQ03X016860 Putative Quinone oxidoreductase 12.37467276 L4_chemical_A2 +LQ03X016860 Putative Quinone oxidoreductase 12.26981148 L4_chemical_A3 +LQ03X016860 Putative Quinone oxidoreductase 11.52844773 L4_chemical_B1 +LQ03X016860 Putative Quinone oxidoreductase 12.3129784 L4_chemical_B2 +LQ03X016860 Putative Quinone oxidoreductase 11.43117558 L4_chemical_B3 +LQ03X016860 Putative Quinone oxidoreductase 12.22150415 L4_chemical_C2 +LQ03X016860 Putative Quinone oxidoreductase 12.32828192 L4_chemical_C3 +LQ03X016980 Predicted protein 8.709525694 C6_control_A1 +LQ03X016980 Predicted protein 7.634984954 C6_control_A3 +LQ03X016980 Predicted protein 8.647100776 C6_control_B1 +LQ03X016980 Predicted protein 8.107527458 C6_control_B2 +LQ03X016980 Predicted protein 8.436153083 C6_control_B3 +LQ03X016980 Predicted protein 8.838591668 C6_control_C1 +LQ03X016980 Predicted protein 7.228629506 C6_control_C2 +LQ03X016980 Predicted protein 8.309784404 C6_control_C3 +LQ03X016980 Predicted protein 9.302016334 C6_chemical_A1 +LQ03X016980 Predicted protein 9.506845391 C6_chemical_A3 +LQ03X016980 Predicted protein 9.062450633 C6_chemical_B1 +LQ03X016980 Predicted protein 8.432617174 C6_chemical_B2 +LQ03X016980 Predicted protein 8.927958606 C6_chemical_B3 +LQ03X016980 Predicted protein 9.18065529 C6_chemical_C1 +LQ03X016980 Predicted protein 9.04388713 C6_chemical_C2 +LQ03X016980 Predicted protein 8.645999545 C6_chemical_C3 +LQ03X016980 Predicted protein 8.812055024 L4_control_A1 +LQ03X016980 Predicted protein 9.226159266 L4_control_A2 +LQ03X016980 Predicted protein 8.947754439 L4_control_A3 +LQ03X016980 Predicted protein 8.876900875 L4_control_B1 +LQ03X016980 Predicted protein 9.930411456 L4_control_B2 +LQ03X016980 Predicted protein 8.892012564 L4_control_B3 +LQ03X016980 Predicted protein 9.712758308 L4_control_C2 +LQ03X016980 Predicted protein 9.603446267 L4_control_C3 +LQ03X016980 Predicted protein 8.573524761 L4_chemical_A1 +LQ03X016980 Predicted protein 9.255511222 L4_chemical_A2 +LQ03X016980 Predicted protein 8.831921843 L4_chemical_A3 +LQ03X016980 Predicted protein 9.1435362 L4_chemical_B1 +LQ03X016980 Predicted protein 9.602199272 L4_chemical_B2 +LQ03X016980 Predicted protein 8.802273868 L4_chemical_B3 +LQ03X016980 Predicted protein 9.199727493 L4_chemical_C2 +LQ03X016980 Predicted protein 9.627644777 L4_chemical_C3 +LQ03X016990 DNA binding protein, putative 9.54231611 C6_control_A1 +LQ03X016990 DNA binding protein, putative 9.066401319 C6_control_A3 +LQ03X016990 DNA binding protein, putative 9.702973647 C6_control_B1 +LQ03X016990 DNA binding protein, putative 10.01637103 C6_control_B2 +LQ03X016990 DNA binding protein, putative 9.707045572 C6_control_B3 +LQ03X016990 DNA binding protein, putative 10.46631453 C6_control_C1 +LQ03X016990 DNA binding protein, putative 10.22685493 C6_control_C2 +LQ03X016990 DNA binding protein, putative 10.25015554 C6_control_C3 +LQ03X016990 DNA binding protein, putative 9.082993559 C6_chemical_A1 +LQ03X016990 DNA binding protein, putative 9.388506391 C6_chemical_A3 +LQ03X016990 DNA binding protein, putative 9.757887796 C6_chemical_B1 +LQ03X016990 DNA binding protein, putative 9.935510233 C6_chemical_B2 +LQ03X016990 DNA binding protein, putative 9.569758361 C6_chemical_B3 +LQ03X016990 DNA binding protein, putative 10.49321506 C6_chemical_C1 +LQ03X016990 DNA binding protein, putative 10.16116976 C6_chemical_C2 +LQ03X016990 DNA binding protein, putative 10.13963905 C6_chemical_C3 +LQ03X016990 DNA binding protein, putative 9.140242638 L4_control_A1 +LQ03X016990 DNA binding protein, putative 9.224628464 L4_control_A2 +LQ03X016990 DNA binding protein, putative 8.767922807 L4_control_A3 +LQ03X016990 DNA binding protein, putative 9.518420334 L4_control_B1 +LQ03X016990 DNA binding protein, putative 9.222972009 L4_control_B2 +LQ03X016990 DNA binding protein, putative 9.668535625 L4_control_B3 +LQ03X016990 DNA binding protein, putative 9.107954211 L4_control_C2 +LQ03X016990 DNA binding protein, putative 9.712444263 L4_control_C3 +LQ03X016990 DNA binding protein, putative 9.281542264 L4_chemical_A1 +LQ03X016990 DNA binding protein, putative 9.526644722 L4_chemical_A2 +LQ03X016990 DNA binding protein, putative 8.756044622 L4_chemical_A3 +LQ03X016990 DNA binding protein, putative 9.516701318 L4_chemical_B1 +LQ03X016990 DNA binding protein, putative 8.976341496 L4_chemical_B2 +LQ03X016990 DNA binding protein, putative 9.365851768 L4_chemical_B3 +LQ03X016990 DNA binding protein, putative 9.002852429 L4_chemical_C2 +LQ03X016990 DNA binding protein, putative 9.822017851 L4_chemical_C3 +LQ03X017010 60S ribosomal protein L15 15.1494107 C6_control_A1 +LQ03X017010 60S ribosomal protein L15 15.05875885 C6_control_A3 +LQ03X017010 60S ribosomal protein L15 14.96738686 C6_control_B1 +LQ03X017010 60S ribosomal protein L15 14.75544911 C6_control_B2 +LQ03X017010 60S ribosomal protein L15 14.82422701 C6_control_B3 +LQ03X017010 60S ribosomal protein L15 14.24465774 C6_control_C1 +LQ03X017010 60S ribosomal protein L15 14.48829222 C6_control_C2 +LQ03X017010 60S ribosomal protein L15 14.28198961 C6_control_C3 +LQ03X017010 60S ribosomal protein L15 15.02257805 C6_chemical_A1 +LQ03X017010 60S ribosomal protein L15 14.92205898 C6_chemical_A3 +LQ03X017010 60S ribosomal protein L15 14.5227689 C6_chemical_B1 +LQ03X017010 60S ribosomal protein L15 13.87703102 C6_chemical_B2 +LQ03X017010 60S ribosomal protein L15 14.58069959 C6_chemical_B3 +LQ03X017010 60S ribosomal protein L15 14.28791908 C6_chemical_C1 +LQ03X017010 60S ribosomal protein L15 14.28547716 C6_chemical_C2 +LQ03X017010 60S ribosomal protein L15 13.56140961 C6_chemical_C3 +LQ03X017010 60S ribosomal protein L15 15.05614381 L4_control_A1 +LQ03X017010 60S ribosomal protein L15 14.78737567 L4_control_A2 +LQ03X017010 60S ribosomal protein L15 14.70302662 L4_control_A3 +LQ03X017010 60S ribosomal protein L15 14.17398455 L4_control_B1 +LQ03X017010 60S ribosomal protein L15 14.3885837 L4_control_B2 +LQ03X017010 60S ribosomal protein L15 13.68349749 L4_control_B3 +LQ03X017010 60S ribosomal protein L15 14.19399651 L4_control_C2 +LQ03X017010 60S ribosomal protein L15 14.31542815 L4_control_C3 +LQ03X017010 60S ribosomal protein L15 14.64121802 L4_chemical_A1 +LQ03X017010 60S ribosomal protein L15 14.34628591 L4_chemical_A2 +LQ03X017010 60S ribosomal protein L15 14.63454353 L4_chemical_A3 +LQ03X017010 60S ribosomal protein L15 14.72537526 L4_chemical_B1 +LQ03X017010 60S ribosomal protein L15 14.15583026 L4_chemical_B2 +LQ03X017010 60S ribosomal protein L15 14.35876684 L4_chemical_B3 +LQ03X017010 60S ribosomal protein L15 13.7956913 L4_chemical_C2 +LQ03X017010 60S ribosomal protein L15 14.0191599 L4_chemical_C3 +LQ03X017020 Putative Protein RFT1 homolog 5.191313147 C6_control_A1 +LQ03X017020 Putative Protein RFT1 homolog 5.149250948 C6_control_A3 +LQ03X017020 Putative Protein RFT1 homolog 5.783315375 C6_control_B1 +LQ03X017020 Putative Protein RFT1 homolog 5.505863819 C6_control_B2 +LQ03X017020 Putative Protein RFT1 homolog 5.544663091 C6_control_B3 +LQ03X017020 Putative Protein RFT1 homolog 5.890167401 C6_control_C1 +LQ03X017020 Putative Protein RFT1 homolog 5.258301209 C6_control_C2 +LQ03X017020 Putative Protein RFT1 homolog 5.277497608 C6_control_C3 +LQ03X017020 Putative Protein RFT1 homolog 5.377596163 C6_chemical_A1 +LQ03X017020 Putative Protein RFT1 homolog 5.316797286 C6_chemical_A3 +LQ03X017020 Putative Protein RFT1 homolog 5.337812638 C6_chemical_B1 +LQ03X017020 Putative Protein RFT1 homolog 5.475268337 C6_chemical_B2 +LQ03X017020 Putative Protein RFT1 homolog 5.227473741 C6_chemical_B3 +LQ03X017020 Putative Protein RFT1 homolog 5.518851937 C6_chemical_C1 +LQ03X017020 Putative Protein RFT1 homolog 5.725814476 C6_chemical_C2 +LQ03X017020 Putative Protein RFT1 homolog 5.407962103 C6_chemical_C3 +LQ03X017020 Putative Protein RFT1 homolog 5.289204484 L4_control_A1 +LQ03X017020 Putative Protein RFT1 homolog 5.493838829 L4_control_A2 +LQ03X017020 Putative Protein RFT1 homolog 5.340962908 L4_control_A3 +LQ03X017020 Putative Protein RFT1 homolog 5.372443017 L4_control_B1 +LQ03X017020 Putative Protein RFT1 homolog 5.98507273 L4_control_B2 +LQ03X017020 Putative Protein RFT1 homolog 5.402339743 L4_control_B3 +LQ03X017020 Putative Protein RFT1 homolog 5.042181123 L4_control_C2 +LQ03X017020 Putative Protein RFT1 homolog 5.317598301 L4_control_C3 +LQ03X017020 Putative Protein RFT1 homolog 5.173483054 L4_chemical_A1 +LQ03X017020 Putative Protein RFT1 homolog 5.326772581 L4_chemical_A2 +LQ03X017020 Putative Protein RFT1 homolog 5.245780273 L4_chemical_A3 +LQ03X017020 Putative Protein RFT1 homolog 5.249339143 L4_chemical_B1 +LQ03X017020 Putative Protein RFT1 homolog 5.59788661 L4_chemical_B2 +LQ03X017020 Putative Protein RFT1 homolog 5.28622953 L4_chemical_B3 +LQ03X017020 Putative Protein RFT1 homolog 5.865952521 L4_chemical_C2 +LQ03X017020 Putative Protein RFT1 homolog 5.611929428 L4_chemical_C3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.68749444 C6_control_A1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 12.29368419 C6_control_A3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.74758203 C6_control_B1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 10.8650903 C6_control_B2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.60082675 C6_control_B3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 8.589292887 C6_control_C1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 8.117113055 C6_control_C2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 9.258808306 C6_control_C3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.71547055 C6_chemical_A1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 12.59053823 C6_chemical_A3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.63965781 C6_chemical_B1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 10.39731503 C6_chemical_B2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.29601118 C6_chemical_B3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 8.28568918 C6_chemical_C1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 7.836768021 C6_chemical_C2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 8.524677201 C6_chemical_C3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 12.56629132 L4_control_A1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.44461652 L4_control_A2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 12.46517491 L4_control_A3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 12.11332199 L4_control_B1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 12.16657522 L4_control_B2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 10.54001264 L4_control_B3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 8.605597522 L4_control_C2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 8.743976245 L4_control_C3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.7106915 L4_chemical_A1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 10.94896402 L4_chemical_A2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 12.01220526 L4_chemical_A3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.97704254 L4_chemical_B1 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.92998197 L4_chemical_B2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.24041853 L4_chemical_B3 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 8.951381638 L4_chemical_C2 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 8.889160216 L4_chemical_C3 +LQ03X017060 Putative Predicted protein 5.032456301 C6_control_A1 +LQ03X017060 Putative Predicted protein 5.11325785 C6_control_A3 +LQ03X017060 Putative Predicted protein 5.400921544 C6_control_B1 +LQ03X017060 Putative Predicted protein 4.921983751 C6_control_B2 +LQ03X017060 Putative Predicted protein 5.135205406 C6_control_B3 +LQ03X017060 Putative Predicted protein 5.353969469 C6_control_C1 +LQ03X017060 Putative Predicted protein 4.917566041 C6_control_C2 +LQ03X017060 Putative Predicted protein 5.050909961 C6_control_C3 +LQ03X017060 Putative Predicted protein 4.561345666 C6_chemical_A1 +LQ03X017060 Putative Predicted protein 5.793808664 C6_chemical_A3 +LQ03X017060 Putative Predicted protein 5.286213144 C6_chemical_B1 +LQ03X017060 Putative Predicted protein 4.79456932 C6_chemical_B2 +LQ03X017060 Putative Predicted protein 5.547364672 C6_chemical_B3 +LQ03X017060 Putative Predicted protein 5.647931566 C6_chemical_C1 +LQ03X017060 Putative Predicted protein 5.024442486 C6_chemical_C2 +LQ03X017060 Putative Predicted protein 4.817494193 C6_chemical_C3 +LQ03X017060 Putative Predicted protein 5.04921314 L4_control_A1 +LQ03X017060 Putative Predicted protein 5.019062174 L4_control_A2 +LQ03X017060 Putative Predicted protein 5.096179619 L4_control_A3 +LQ03X017060 Putative Predicted protein 5.294246549 L4_control_B1 +LQ03X017060 Putative Predicted protein 5.196298021 L4_control_B2 +LQ03X017060 Putative Predicted protein 5.153290166 L4_control_B3 +LQ03X017060 Putative Predicted protein 5.882504705 L4_control_C2 +LQ03X017060 Putative Predicted protein 5.073226755 L4_control_C3 +LQ03X017060 Putative Predicted protein 5.238813235 L4_chemical_A1 +LQ03X017060 Putative Predicted protein 4.996456735 L4_chemical_A2 +LQ03X017060 Putative Predicted protein 5.112866089 L4_chemical_A3 +LQ03X017060 Putative Predicted protein 5.146693872 L4_chemical_B1 +LQ03X017060 Putative Predicted protein 5.315782254 L4_chemical_B2 +LQ03X017060 Putative Predicted protein 4.982626323 L4_chemical_B3 +LQ03X017060 Putative Predicted protein 5.207132227 L4_chemical_C2 +LQ03X017060 Putative Predicted protein 5.039167967 L4_chemical_C3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.388060844 C6_control_A1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.601439583 C6_control_A3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.248738986 C6_control_B1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 4.876739783 C6_control_B2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.535314652 C6_control_B3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.504294836 C6_control_C1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.528764543 C6_control_C2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.178225469 C6_control_C3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.255552752 C6_chemical_A1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 4.998953583 C6_chemical_A3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.283259884 C6_chemical_B1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.094395467 C6_chemical_B2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.192019273 C6_chemical_B3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.328823239 C6_chemical_C1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 4.969631088 C6_chemical_C2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.155456776 C6_chemical_C3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.033140758 L4_control_A1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.36263597 L4_control_A2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 4.895632529 L4_control_A3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.1586353 L4_control_B1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.175417517 L4_control_B2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.290948461 L4_control_B3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.808020283 L4_control_C2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.668377172 L4_control_C3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.067398476 L4_chemical_A1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.276865164 L4_chemical_A2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.395643596 L4_chemical_A3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.173326393 L4_chemical_B1 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.699710124 L4_chemical_B2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.177550889 L4_chemical_B3 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.392071817 L4_chemical_C2 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 4.77427155 L4_chemical_C3 +LQ03X017090 F-box protein At5g07670 9.333874418 C6_control_A1 +LQ03X017090 F-box protein At5g07670 9.654434957 C6_control_A3 +LQ03X017090 F-box protein At5g07670 8.287273021 C6_control_B1 +LQ03X017090 F-box protein At5g07670 8.548978938 C6_control_B2 +LQ03X017090 F-box protein At5g07670 7.413947602 C6_control_B3 +LQ03X017090 F-box protein At5g07670 9.01506536 C6_control_C1 +LQ03X017090 F-box protein At5g07670 9.099706361 C6_control_C2 +LQ03X017090 F-box protein At5g07670 7.866168219 C6_control_C3 +LQ03X017090 F-box protein At5g07670 9.409032185 C6_chemical_A1 +LQ03X017090 F-box protein At5g07670 9.651921225 C6_chemical_A3 +LQ03X017090 F-box protein At5g07670 7.475609651 C6_chemical_B1 +LQ03X017090 F-box protein At5g07670 8.687391152 C6_chemical_B2 +LQ03X017090 F-box protein At5g07670 7.222858186 C6_chemical_B3 +LQ03X017090 F-box protein At5g07670 9.213773762 C6_chemical_C1 +LQ03X017090 F-box protein At5g07670 9.51537442 C6_chemical_C2 +LQ03X017090 F-box protein At5g07670 8.389557384 C6_chemical_C3 +LQ03X017090 F-box protein At5g07670 9.962471612 L4_control_A1 +LQ03X017090 F-box protein At5g07670 9.840091019 L4_control_A2 +LQ03X017090 F-box protein At5g07670 10.29828243 L4_control_A3 +LQ03X017090 F-box protein At5g07670 7.900936796 L4_control_B1 +LQ03X017090 F-box protein At5g07670 8.82004646 L4_control_B2 +LQ03X017090 F-box protein At5g07670 7.839075944 L4_control_B3 +LQ03X017090 F-box protein At5g07670 8.791144941 L4_control_C2 +LQ03X017090 F-box protein At5g07670 7.392677445 L4_control_C3 +LQ03X017090 F-box protein At5g07670 9.216996093 L4_chemical_A1 +LQ03X017090 F-box protein At5g07670 9.164064784 L4_chemical_A2 +LQ03X017090 F-box protein At5g07670 9.936423008 L4_chemical_A3 +LQ03X017090 F-box protein At5g07670 7.735443368 L4_chemical_B1 +LQ03X017090 F-box protein At5g07670 8.958263948 L4_chemical_B2 +LQ03X017090 F-box protein At5g07670 8.371405905 L4_chemical_B3 +LQ03X017090 F-box protein At5g07670 8.715978972 L4_chemical_C2 +LQ03X017090 F-box protein At5g07670 7.325249369 L4_chemical_C3 +LQ03X017100 Predicted protein 7.419812831 C6_control_A1 +LQ03X017100 Predicted protein 6.207802769 C6_control_A3 +LQ03X017100 Predicted protein 7.727032484 C6_control_B1 +LQ03X017100 Predicted protein 8.139275279 C6_control_B2 +LQ03X017100 Predicted protein 7.133505816 C6_control_B3 +LQ03X017100 Predicted protein 9.133424113 C6_control_C1 +LQ03X017100 Predicted protein 8.178786229 C6_control_C2 +LQ03X017100 Predicted protein 9.435966647 C6_control_C3 +LQ03X017100 Predicted protein 6.644105296 C6_chemical_A1 +LQ03X017100 Predicted protein 6.802372324 C6_chemical_A3 +LQ03X017100 Predicted protein 6.745278236 C6_chemical_B1 +LQ03X017100 Predicted protein 7.659918385 C6_chemical_B2 +LQ03X017100 Predicted protein 7.132782883 C6_chemical_B3 +LQ03X017100 Predicted protein 8.810638534 C6_chemical_C1 +LQ03X017100 Predicted protein 8.565275967 C6_chemical_C2 +LQ03X017100 Predicted protein 8.555013698 C6_chemical_C3 +LQ03X017100 Predicted protein 6.124331319 L4_control_A1 +LQ03X017100 Predicted protein 5.115217261 L4_control_A2 +LQ03X017100 Predicted protein 5.727076158 L4_control_A3 +LQ03X017100 Predicted protein 5.018295714 L4_control_B1 +LQ03X017100 Predicted protein 5.544365805 L4_control_B2 +LQ03X017100 Predicted protein 5.753918761 L4_control_B3 +LQ03X017100 Predicted protein 5.627463996 L4_control_C2 +LQ03X017100 Predicted protein 5.255905727 L4_control_C3 +LQ03X017100 Predicted protein 5.761727131 L4_chemical_A1 +LQ03X017100 Predicted protein 5.474883505 L4_chemical_A2 +LQ03X017100 Predicted protein 6.386507919 L4_chemical_A3 +LQ03X017100 Predicted protein 5.279545569 L4_chemical_B1 +LQ03X017100 Predicted protein 5.295244185 L4_chemical_B2 +LQ03X017100 Predicted protein 5.72545941 L4_chemical_B3 +LQ03X017100 Predicted protein 5.087536752 L4_chemical_C2 +LQ03X017100 Predicted protein 5.16938043 L4_chemical_C3 +LQ03X017120 Ccr4-not transcription complex, putative 5.592173565 C6_control_A1 +LQ03X017120 Ccr4-not transcription complex, putative 4.878950721 C6_control_A3 +LQ03X017120 Ccr4-not transcription complex, putative 5.468641163 C6_control_B1 +LQ03X017120 Ccr4-not transcription complex, putative 5.319114 C6_control_B2 +LQ03X017120 Ccr4-not transcription complex, putative 5.250211396 C6_control_B3 +LQ03X017120 Ccr4-not transcription complex, putative 4.88928175 C6_control_C1 +LQ03X017120 Ccr4-not transcription complex, putative 4.919467668 C6_control_C2 +LQ03X017120 Ccr4-not transcription complex, putative 5.126835551 C6_control_C3 +LQ03X017120 Ccr4-not transcription complex, putative 4.958257773 C6_chemical_A1 +LQ03X017120 Ccr4-not transcription complex, putative 4.97152551 C6_chemical_A3 +LQ03X017120 Ccr4-not transcription complex, putative 5.376366071 C6_chemical_B1 +LQ03X017120 Ccr4-not transcription complex, putative 5.214624896 C6_chemical_B2 +LQ03X017120 Ccr4-not transcription complex, putative 5.148551003 C6_chemical_B3 +LQ03X017120 Ccr4-not transcription complex, putative 5.210774362 C6_chemical_C1 +LQ03X017120 Ccr4-not transcription complex, putative 4.904123909 C6_chemical_C2 +LQ03X017120 Ccr4-not transcription complex, putative 5.025301621 C6_chemical_C3 +LQ03X017120 Ccr4-not transcription complex, putative 5.155417454 L4_control_A1 +LQ03X017120 Ccr4-not transcription complex, putative 5.667700917 L4_control_A2 +LQ03X017120 Ccr4-not transcription complex, putative 5.501725589 L4_control_A3 +LQ03X017120 Ccr4-not transcription complex, putative 5.292551821 L4_control_B1 +LQ03X017120 Ccr4-not transcription complex, putative 5.130219992 L4_control_B2 +LQ03X017120 Ccr4-not transcription complex, putative 5.407411293 L4_control_B3 +LQ03X017120 Ccr4-not transcription complex, putative 5.454394242 L4_control_C2 +LQ03X017120 Ccr4-not transcription complex, putative 5.075336717 L4_control_C3 +LQ03X017120 Ccr4-not transcription complex, putative 5.399955132 L4_chemical_A1 +LQ03X017120 Ccr4-not transcription complex, putative 5.382580304 L4_chemical_A2 +LQ03X017120 Ccr4-not transcription complex, putative 5.170712301 L4_chemical_A3 +LQ03X017120 Ccr4-not transcription complex, putative 5.304919968 L4_chemical_B1 +LQ03X017120 Ccr4-not transcription complex, putative 5.251777726 L4_chemical_B2 +LQ03X017120 Ccr4-not transcription complex, putative 5.256840663 L4_chemical_B3 +LQ03X017120 Ccr4-not transcription complex, putative 5.139329425 L4_chemical_C2 +LQ03X017120 Ccr4-not transcription complex, putative 5.217104304 L4_chemical_C3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.551594165 C6_control_A1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.340394864 C6_control_A3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.15499259 C6_control_B1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.336350127 C6_control_B2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.316447704 C6_control_B3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.100532082 C6_control_C1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.00927464 C6_control_C2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.417949343 C6_control_C3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.576375058 C6_chemical_A1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.631287199 C6_chemical_A3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.370471382 C6_chemical_B1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 4.949779049 C6_chemical_B2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.329740389 C6_chemical_B3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.135478589 C6_chemical_C1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.061671593 C6_chemical_C2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.345683033 C6_chemical_C3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.480113913 L4_control_A1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.678624061 L4_control_A2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.946698158 L4_control_A3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.273949302 L4_control_B1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.136463395 L4_control_B2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 4.883513981 L4_control_B3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.223447444 L4_control_C2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.285771053 L4_control_C3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 4.994252245 L4_chemical_A1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 6.057239608 L4_chemical_A2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 6.705883708 L4_chemical_A3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.331602116 L4_chemical_B1 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.377196796 L4_chemical_B2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.356835609 L4_chemical_B3 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.374922517 L4_chemical_C2 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.425747112 L4_chemical_C3 +LQ03X017200 Putative Nuclear migration protein nudC 10.18856678 C6_control_A1 +LQ03X017200 Putative Nuclear migration protein nudC 10.90510864 C6_control_A3 +LQ03X017200 Putative Nuclear migration protein nudC 10.16239463 C6_control_B1 +LQ03X017200 Putative Nuclear migration protein nudC 9.990039221 C6_control_B2 +LQ03X017200 Putative Nuclear migration protein nudC 9.315539496 C6_control_B3 +LQ03X017200 Putative Nuclear migration protein nudC 10.06149688 C6_control_C1 +LQ03X017200 Putative Nuclear migration protein nudC 10.23986345 C6_control_C2 +LQ03X017200 Putative Nuclear migration protein nudC 9.743182988 C6_control_C3 +LQ03X017200 Putative Nuclear migration protein nudC 10.44576966 C6_chemical_A1 +LQ03X017200 Putative Nuclear migration protein nudC 10.04701368 C6_chemical_A3 +LQ03X017200 Putative Nuclear migration protein nudC 10.0258428 C6_chemical_B1 +LQ03X017200 Putative Nuclear migration protein nudC 10.09701105 C6_chemical_B2 +LQ03X017200 Putative Nuclear migration protein nudC 9.165789337 C6_chemical_B3 +LQ03X017200 Putative Nuclear migration protein nudC 10.45006028 C6_chemical_C1 +LQ03X017200 Putative Nuclear migration protein nudC 10.54693356 C6_chemical_C2 +LQ03X017200 Putative Nuclear migration protein nudC 9.279747349 C6_chemical_C3 +LQ03X017200 Putative Nuclear migration protein nudC 10.7512823 L4_control_A1 +LQ03X017200 Putative Nuclear migration protein nudC 10.44650397 L4_control_A2 +LQ03X017200 Putative Nuclear migration protein nudC 11.10025333 L4_control_A3 +LQ03X017200 Putative Nuclear migration protein nudC 10.18956041 L4_control_B1 +LQ03X017200 Putative Nuclear migration protein nudC 10.40056308 L4_control_B2 +LQ03X017200 Putative Nuclear migration protein nudC 9.502307344 L4_control_B3 +LQ03X017200 Putative Nuclear migration protein nudC 10.96491979 L4_control_C2 +LQ03X017200 Putative Nuclear migration protein nudC 10.74903668 L4_control_C3 +LQ03X017200 Putative Nuclear migration protein nudC 10.80099424 L4_chemical_A1 +LQ03X017200 Putative Nuclear migration protein nudC 10.30920174 L4_chemical_A2 +LQ03X017200 Putative Nuclear migration protein nudC 10.70290036 L4_chemical_A3 +LQ03X017200 Putative Nuclear migration protein nudC 10.18861114 L4_chemical_B1 +LQ03X017200 Putative Nuclear migration protein nudC 10.60787492 L4_chemical_B2 +LQ03X017200 Putative Nuclear migration protein nudC 9.816350265 L4_chemical_B3 +LQ03X017200 Putative Nuclear migration protein nudC 11.21636704 L4_chemical_C2 +LQ03X017200 Putative Nuclear migration protein nudC 10.44511972 L4_chemical_C3 +LQ03X017210 Putative uncharacterized protein 5.849754397 C6_control_A1 +LQ03X017210 Putative uncharacterized protein 6.158578336 C6_control_A3 +LQ03X017210 Putative uncharacterized protein 5.837474083 C6_control_B1 +LQ03X017210 Putative uncharacterized protein 5.682909173 C6_control_B2 +LQ03X017210 Putative uncharacterized protein 5.259021643 C6_control_B3 +LQ03X017210 Putative uncharacterized protein 6.242348017 C6_control_C1 +LQ03X017210 Putative uncharacterized protein 7.117910479 C6_control_C2 +LQ03X017210 Putative uncharacterized protein 5.852587911 C6_control_C3 +LQ03X017210 Putative uncharacterized protein 5.627827614 C6_chemical_A1 +LQ03X017210 Putative uncharacterized protein 5.804622112 C6_chemical_A3 +LQ03X017210 Putative uncharacterized protein 5.759837082 C6_chemical_B1 +LQ03X017210 Putative uncharacterized protein 5.622394934 C6_chemical_B2 +LQ03X017210 Putative uncharacterized protein 5.545157546 C6_chemical_B3 +LQ03X017210 Putative uncharacterized protein 6.017800557 C6_chemical_C1 +LQ03X017210 Putative uncharacterized protein 6.013260515 C6_chemical_C2 +LQ03X017210 Putative uncharacterized protein 5.493877638 C6_chemical_C3 +LQ03X017210 Putative uncharacterized protein 5.407870242 L4_control_A1 +LQ03X017210 Putative uncharacterized protein 5.473663056 L4_control_A2 +LQ03X017210 Putative uncharacterized protein 6.057890899 L4_control_A3 +LQ03X017210 Putative uncharacterized protein 5.406730104 L4_control_B1 +LQ03X017210 Putative uncharacterized protein 5.603854024 L4_control_B2 +LQ03X017210 Putative uncharacterized protein 5.384690498 L4_control_B3 +LQ03X017210 Putative uncharacterized protein 5.162944402 L4_control_C2 +LQ03X017210 Putative uncharacterized protein 5.1982901 L4_control_C3 +LQ03X017210 Putative uncharacterized protein 5.763585693 L4_chemical_A1 +LQ03X017210 Putative uncharacterized protein 5.37476264 L4_chemical_A2 +LQ03X017210 Putative uncharacterized protein 5.784079625 L4_chemical_A3 +LQ03X017210 Putative uncharacterized protein 5.819198877 L4_chemical_B1 +LQ03X017210 Putative uncharacterized protein 5.698739894 L4_chemical_B2 +LQ03X017210 Putative uncharacterized protein 5.416611303 L4_chemical_B3 +LQ03X017210 Putative uncharacterized protein 6.027162071 L4_chemical_C2 +LQ03X017210 Putative uncharacterized protein 5.549283875 L4_chemical_C3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.195900721 C6_control_A1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.269295641 C6_control_A3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.824500352 C6_control_B1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.050803751 C6_control_B2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.536283278 C6_control_B3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.533859116 C6_control_C1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.705646881 C6_control_C2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.336859465 C6_control_C3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.170273375 C6_chemical_A1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.784058942 C6_chemical_A3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.593852182 C6_chemical_B1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 6.757750308 C6_chemical_B2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.901932467 C6_chemical_B3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.535866661 C6_chemical_C1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.466934816 C6_chemical_C2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.623200705 C6_chemical_C3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.611973109 L4_control_A1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.416361428 L4_control_A2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.31414282 L4_control_A3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.609572503 L4_control_B1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.11627004 L4_control_B2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.282608325 L4_control_B3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 8.101068291 L4_control_C2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.554083181 L4_control_C3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.201465679 L4_chemical_A1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.41399573 L4_chemical_A2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.482848724 L4_chemical_A3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 8.476825069 L4_chemical_B1 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 8.794412418 L4_chemical_B2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.504676746 L4_chemical_B3 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 8.846818532 L4_chemical_C2 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 8.450366987 L4_chemical_C3 +LQ03X017260 Predicted protein 5.166000794 C6_control_A1 +LQ03X017260 Predicted protein 5.246975364 C6_control_A3 +LQ03X017260 Predicted protein 5.745568843 C6_control_B1 +LQ03X017260 Predicted protein 5.384773868 C6_control_B2 +LQ03X017260 Predicted protein 5.321194726 C6_control_B3 +LQ03X017260 Predicted protein 5.134000896 C6_control_C1 +LQ03X017260 Predicted protein 5.594996421 C6_control_C2 +LQ03X017260 Predicted protein 5.304203272 C6_control_C3 +LQ03X017260 Predicted protein 5.338298042 C6_chemical_A1 +LQ03X017260 Predicted protein 5.160349881 C6_chemical_A3 +LQ03X017260 Predicted protein 5.322878026 C6_chemical_B1 +LQ03X017260 Predicted protein 5.071723966 C6_chemical_B2 +LQ03X017260 Predicted protein 5.374518136 C6_chemical_B3 +LQ03X017260 Predicted protein 5.184429738 C6_chemical_C1 +LQ03X017260 Predicted protein 5.369762613 C6_chemical_C2 +LQ03X017260 Predicted protein 5.166969218 C6_chemical_C3 +LQ03X017260 Predicted protein 5.393061368 L4_control_A1 +LQ03X017260 Predicted protein 5.438491655 L4_control_A2 +LQ03X017260 Predicted protein 4.739028901 L4_control_A3 +LQ03X017260 Predicted protein 4.976367815 L4_control_B1 +LQ03X017260 Predicted protein 5.205437845 L4_control_B2 +LQ03X017260 Predicted protein 5.291113657 L4_control_B3 +LQ03X017260 Predicted protein 4.981387536 L4_control_C2 +LQ03X017260 Predicted protein 6.189666267 L4_control_C3 +LQ03X017260 Predicted protein 5.022549554 L4_chemical_A1 +LQ03X017260 Predicted protein 5.105706376 L4_chemical_A2 +LQ03X017260 Predicted protein 5.008449726 L4_chemical_A3 +LQ03X017260 Predicted protein 5.278345172 L4_chemical_B1 +LQ03X017260 Predicted protein 5.850663895 L4_chemical_B2 +LQ03X017260 Predicted protein 5.05391444 L4_chemical_B3 +LQ03X017260 Predicted protein 5.005821415 L4_chemical_C2 +LQ03X017260 Predicted protein 5.885565385 L4_chemical_C3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.02838958 C6_control_A1 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.43774851 C6_control_A3 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.655104272 C6_control_B1 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.421691264 C6_control_B2 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.320973236 C6_control_B3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.39661423 C6_control_C1 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.2831761 C6_control_C2 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.660769354 C6_control_C3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.3815363 C6_chemical_A1 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.65649161 C6_chemical_A3 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.986960996 C6_chemical_B1 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.659055115 C6_chemical_B2 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.607579082 C6_chemical_B3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.52028304 C6_chemical_C1 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.48233721 C6_chemical_C2 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.10855766 C6_chemical_C3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.52476979 L4_control_A1 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.55515937 L4_control_A2 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.88176963 L4_control_A3 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.899444873 L4_control_B1 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.84972205 L4_control_B2 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.956550858 L4_control_B3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.80392275 L4_control_C2 +LQ03X017290 Putative Splicing factor 3A subunit 3 11.36095548 L4_control_C3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.02931764 L4_chemical_A1 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.28297544 L4_chemical_A2 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.40133448 L4_chemical_A3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.14418665 L4_chemical_B1 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.18042944 L4_chemical_B2 +LQ03X017290 Putative Splicing factor 3A subunit 3 9.898826665 L4_chemical_B3 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.73791375 L4_chemical_C2 +LQ03X017290 Putative Splicing factor 3A subunit 3 11.0053384 L4_chemical_C3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.35658656 C6_control_A1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.50821667 C6_control_A3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.24837054 C6_control_B1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.50125631 C6_control_B2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.23680913 C6_control_B3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.18728 C6_control_C1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.41910359 C6_control_C2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.81671662 C6_control_C3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.75280428 C6_chemical_A1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.21282085 C6_chemical_A3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.25427053 C6_chemical_B1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 11.75651869 C6_chemical_B2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.77295739 C6_chemical_B3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.94798596 C6_chemical_C1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.09012047 C6_chemical_C2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.70541044 C6_chemical_C3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.85111901 L4_control_A1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 11.74918572 L4_control_A2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.23746591 L4_control_A3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.47421843 L4_control_B1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.79760612 L4_control_B2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.35524738 L4_control_B3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.32513726 L4_control_C2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.93588733 L4_control_C3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.404576 L4_chemical_A1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.96188413 L4_chemical_A2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.68298613 L4_chemical_A3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.6737289 L4_chemical_B1 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.66495641 L4_chemical_B2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.69039844 L4_chemical_B3 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.01446065 L4_chemical_C2 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 13.86877982 L4_chemical_C3 +LQ03X017320 Predicted protein 13.94342418 C6_control_A1 +LQ03X017320 Predicted protein 14.02232074 C6_control_A3 +LQ03X017320 Predicted protein 13.77976513 C6_control_B1 +LQ03X017320 Predicted protein 13.89870665 C6_control_B2 +LQ03X017320 Predicted protein 13.54260541 C6_control_B3 +LQ03X017320 Predicted protein 13.68447078 C6_control_C1 +LQ03X017320 Predicted protein 13.42000172 C6_control_C2 +LQ03X017320 Predicted protein 13.80358915 C6_control_C3 +LQ03X017320 Predicted protein 13.770504 C6_chemical_A1 +LQ03X017320 Predicted protein 13.69286537 C6_chemical_A3 +LQ03X017320 Predicted protein 13.84182111 C6_chemical_B1 +LQ03X017320 Predicted protein 14.0405063 C6_chemical_B2 +LQ03X017320 Predicted protein 13.49876256 C6_chemical_B3 +LQ03X017320 Predicted protein 13.66786718 C6_chemical_C1 +LQ03X017320 Predicted protein 14.02894289 C6_chemical_C2 +LQ03X017320 Predicted protein 13.61349073 C6_chemical_C3 +LQ03X017320 Predicted protein 14.18801455 L4_control_A1 +LQ03X017320 Predicted protein 13.77852569 L4_control_A2 +LQ03X017320 Predicted protein 13.89960255 L4_control_A3 +LQ03X017320 Predicted protein 13.53429309 L4_control_B1 +LQ03X017320 Predicted protein 12.809939 L4_control_B2 +LQ03X017320 Predicted protein 13.42333341 L4_control_B3 +LQ03X017320 Predicted protein 13.61559671 L4_control_C2 +LQ03X017320 Predicted protein 13.66143107 L4_control_C3 +LQ03X017320 Predicted protein 14.14118197 L4_chemical_A1 +LQ03X017320 Predicted protein 13.98859171 L4_chemical_A2 +LQ03X017320 Predicted protein 13.77924578 L4_chemical_A3 +LQ03X017320 Predicted protein 13.83024947 L4_chemical_B1 +LQ03X017320 Predicted protein 13.62639798 L4_chemical_B2 +LQ03X017320 Predicted protein 13.72132546 L4_chemical_B3 +LQ03X017320 Predicted protein 13.73298743 L4_chemical_C2 +LQ03X017320 Predicted protein 13.68871303 L4_chemical_C3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.29006193 C6_control_A1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.38116891 C6_control_A3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.42625599 C6_control_B1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.34448304 C6_control_B2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.6845681 C6_control_B3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.38044665 C6_control_C1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.31717231 C6_control_C2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.71976267 C6_control_C3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.41409439 C6_chemical_A1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 11.61537909 C6_chemical_A3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.4203355 C6_chemical_B1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.17003379 C6_chemical_B2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.65494737 C6_chemical_B3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.12244045 C6_chemical_C1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.50371445 C6_chemical_C2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.20007042 C6_chemical_C3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.29014669 L4_control_A1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.11481405 L4_control_A2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.56182615 L4_control_A3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.34548114 L4_control_B1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 11.77491458 L4_control_B2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.44181377 L4_control_B3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.85341804 L4_control_C2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.57335616 L4_control_C3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.09291533 L4_chemical_A1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.28718544 L4_chemical_A2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.58823434 L4_chemical_A3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.55186158 L4_chemical_B1 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.75878081 L4_chemical_B2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 11.8812491 L4_chemical_B3 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.86265248 L4_chemical_C2 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.32243316 L4_chemical_C3 +LQ03X017380 Kinase, putative 6.224471001 C6_control_A1 +LQ03X017380 Kinase, putative 6.096892677 C6_control_A3 +LQ03X017380 Kinase, putative 6.851286883 C6_control_B1 +LQ03X017380 Kinase, putative 6.044215231 C6_control_B2 +LQ03X017380 Kinase, putative 6.53863249 C6_control_B3 +LQ03X017380 Kinase, putative 5.471929258 C6_control_C1 +LQ03X017380 Kinase, putative 5.739762401 C6_control_C2 +LQ03X017380 Kinase, putative 5.630567815 C6_control_C3 +LQ03X017380 Kinase, putative 6.156196247 C6_chemical_A1 +LQ03X017380 Kinase, putative 6.426664836 C6_chemical_A3 +LQ03X017380 Kinase, putative 6.662342971 C6_chemical_B1 +LQ03X017380 Kinase, putative 6.239664034 C6_chemical_B2 +LQ03X017380 Kinase, putative 6.437223538 C6_chemical_B3 +LQ03X017380 Kinase, putative 5.826488323 C6_chemical_C1 +LQ03X017380 Kinase, putative 5.917746385 C6_chemical_C2 +LQ03X017380 Kinase, putative 5.913811976 C6_chemical_C3 +LQ03X017380 Kinase, putative 6.255417411 L4_control_A1 +LQ03X017380 Kinase, putative 5.811320637 L4_control_A2 +LQ03X017380 Kinase, putative 6.16467255 L4_control_A3 +LQ03X017380 Kinase, putative 6.434744913 L4_control_B1 +LQ03X017380 Kinase, putative 6.119661153 L4_control_B2 +LQ03X017380 Kinase, putative 6.093555604 L4_control_B3 +LQ03X017380 Kinase, putative 6.212765473 L4_control_C2 +LQ03X017380 Kinase, putative 6.143878977 L4_control_C3 +LQ03X017380 Kinase, putative 5.951019474 L4_chemical_A1 +LQ03X017380 Kinase, putative 6.239821733 L4_chemical_A2 +LQ03X017380 Kinase, putative 6.101842026 L4_chemical_A3 +LQ03X017380 Kinase, putative 6.305166253 L4_chemical_B1 +LQ03X017380 Kinase, putative 5.897841226 L4_chemical_B2 +LQ03X017380 Kinase, putative 6.080568383 L4_chemical_B3 +LQ03X017380 Kinase, putative 5.700856807 L4_chemical_C2 +LQ03X017380 Kinase, putative 5.818092009 L4_chemical_C3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.126934577 C6_control_A1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.585629491 C6_control_A3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.567044635 C6_control_B1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.484685821 C6_control_B2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.479632102 C6_control_B3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.072482418 C6_control_C1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.554872408 C6_control_C2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.468880095 C6_control_C3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.428220199 C6_chemical_A1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.843798851 C6_chemical_A3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.053211952 C6_chemical_B1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.317377446 C6_chemical_B2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.121036372 C6_chemical_B3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.076073323 C6_chemical_C1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.708555001 C6_chemical_C2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.304766894 C6_chemical_C3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.176312494 L4_control_A1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.316439927 L4_control_A2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.944595361 L4_control_A3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.965515528 L4_control_B1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.646404672 L4_control_B2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.454788805 L4_control_B3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.428999347 L4_control_C2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.35900523 L4_control_C3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 4.99888013 L4_chemical_A1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.497027746 L4_chemical_A2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.468933182 L4_chemical_A3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.408258368 L4_chemical_B1 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.08887036 L4_chemical_B2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.240969224 L4_chemical_B3 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.206912879 L4_chemical_C2 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.060538986 L4_chemical_C3 +LQ03X017400 Protein phosphatase 2c, putative 5.517256609 C6_control_A1 +LQ03X017400 Protein phosphatase 2c, putative 5.243327967 C6_control_A3 +LQ03X017400 Protein phosphatase 2c, putative 5.352265923 C6_control_B1 +LQ03X017400 Protein phosphatase 2c, putative 5.620309357 C6_control_B2 +LQ03X017400 Protein phosphatase 2c, putative 5.249348279 C6_control_B3 +LQ03X017400 Protein phosphatase 2c, putative 5.319011449 C6_control_C1 +LQ03X017400 Protein phosphatase 2c, putative 5.809324171 C6_control_C2 +LQ03X017400 Protein phosphatase 2c, putative 5.326029973 C6_control_C3 +LQ03X017400 Protein phosphatase 2c, putative 5.635009071 C6_chemical_A1 +LQ03X017400 Protein phosphatase 2c, putative 5.377644377 C6_chemical_A3 +LQ03X017400 Protein phosphatase 2c, putative 5.274689751 C6_chemical_B1 +LQ03X017400 Protein phosphatase 2c, putative 5.473201086 C6_chemical_B2 +LQ03X017400 Protein phosphatase 2c, putative 5.165917189 C6_chemical_B3 +LQ03X017400 Protein phosphatase 2c, putative 5.623712216 C6_chemical_C1 +LQ03X017400 Protein phosphatase 2c, putative 5.321474101 C6_chemical_C2 +LQ03X017400 Protein phosphatase 2c, putative 5.300795776 C6_chemical_C3 +LQ03X017400 Protein phosphatase 2c, putative 5.205262376 L4_control_A1 +LQ03X017400 Protein phosphatase 2c, putative 5.938750485 L4_control_A2 +LQ03X017400 Protein phosphatase 2c, putative 6.186875051 L4_control_A3 +LQ03X017400 Protein phosphatase 2c, putative 5.423457555 L4_control_B1 +LQ03X017400 Protein phosphatase 2c, putative 6.213414537 L4_control_B2 +LQ03X017400 Protein phosphatase 2c, putative 5.607428063 L4_control_B3 +LQ03X017400 Protein phosphatase 2c, putative 5.701209503 L4_control_C2 +LQ03X017400 Protein phosphatase 2c, putative 5.123789204 L4_control_C3 +LQ03X017400 Protein phosphatase 2c, putative 5.339450035 L4_chemical_A1 +LQ03X017400 Protein phosphatase 2c, putative 6.237646577 L4_chemical_A2 +LQ03X017400 Protein phosphatase 2c, putative 6.145314363 L4_chemical_A3 +LQ03X017400 Protein phosphatase 2c, putative 5.769386331 L4_chemical_B1 +LQ03X017400 Protein phosphatase 2c, putative 5.788055913 L4_chemical_B2 +LQ03X017400 Protein phosphatase 2c, putative 5.334765887 L4_chemical_B3 +LQ03X017400 Protein phosphatase 2c, putative 6.410697787 L4_chemical_C2 +LQ03X017400 Protein phosphatase 2c, putative 5.426274648 L4_chemical_C3 +LQ03X017410 Spermidine synthase 5.921440719 C6_control_A1 +LQ03X017410 Spermidine synthase 5.808325519 C6_control_A3 +LQ03X017410 Spermidine synthase 5.748908431 C6_control_B1 +LQ03X017410 Spermidine synthase 6.188284516 C6_control_B2 +LQ03X017410 Spermidine synthase 6.326766828 C6_control_B3 +LQ03X017410 Spermidine synthase 5.989722365 C6_control_C1 +LQ03X017410 Spermidine synthase 6.237772654 C6_control_C2 +LQ03X017410 Spermidine synthase 5.869709709 C6_control_C3 +LQ03X017410 Spermidine synthase 5.61566391 C6_chemical_A1 +LQ03X017410 Spermidine synthase 6.08860511 C6_chemical_A3 +LQ03X017410 Spermidine synthase 6.058964703 C6_chemical_B1 +LQ03X017410 Spermidine synthase 6.112413732 C6_chemical_B2 +LQ03X017410 Spermidine synthase 5.816629207 C6_chemical_B3 +LQ03X017410 Spermidine synthase 5.937792832 C6_chemical_C1 +LQ03X017410 Spermidine synthase 5.738833114 C6_chemical_C2 +LQ03X017410 Spermidine synthase 6.165411872 C6_chemical_C3 +LQ03X017410 Spermidine synthase 5.87704581 L4_control_A1 +LQ03X017410 Spermidine synthase 6.051648445 L4_control_A2 +LQ03X017410 Spermidine synthase 6.564415331 L4_control_A3 +LQ03X017410 Spermidine synthase 6.112163447 L4_control_B1 +LQ03X017410 Spermidine synthase 5.81482608 L4_control_B2 +LQ03X017410 Spermidine synthase 6.038437657 L4_control_B3 +LQ03X017410 Spermidine synthase 5.694882799 L4_control_C2 +LQ03X017410 Spermidine synthase 5.43608411 L4_control_C3 +LQ03X017410 Spermidine synthase 5.810303567 L4_chemical_A1 +LQ03X017410 Spermidine synthase 6.363597303 L4_chemical_A2 +LQ03X017410 Spermidine synthase 6.110821906 L4_chemical_A3 +LQ03X017410 Spermidine synthase 5.603314339 L4_chemical_B1 +LQ03X017410 Spermidine synthase 5.345372093 L4_chemical_B2 +LQ03X017410 Spermidine synthase 5.782834171 L4_chemical_B3 +LQ03X017410 Spermidine synthase 5.401054326 L4_chemical_C2 +LQ03X017410 Spermidine synthase 6.114928991 L4_chemical_C3 +LQ03X017420 Predicted protein (Fragment) 4.784388284 C6_control_A1 +LQ03X017420 Predicted protein (Fragment) 5.025191934 C6_control_A3 +LQ03X017420 Predicted protein (Fragment) 4.817289734 C6_control_B1 +LQ03X017420 Predicted protein (Fragment) 4.939711604 C6_control_B2 +LQ03X017420 Predicted protein (Fragment) 4.880639094 C6_control_B3 +LQ03X017420 Predicted protein (Fragment) 5.216984482 C6_control_C1 +LQ03X017420 Predicted protein (Fragment) 5.787344306 C6_control_C2 +LQ03X017420 Predicted protein (Fragment) 4.801386921 C6_control_C3 +LQ03X017420 Predicted protein (Fragment) 5.013789736 C6_chemical_A1 +LQ03X017420 Predicted protein (Fragment) 4.951081152 C6_chemical_A3 +LQ03X017420 Predicted protein (Fragment) 5.06525188 C6_chemical_B1 +LQ03X017420 Predicted protein (Fragment) 4.974191688 C6_chemical_B2 +LQ03X017420 Predicted protein (Fragment) 4.988739406 C6_chemical_B3 +LQ03X017420 Predicted protein (Fragment) 5.253460406 C6_chemical_C1 +LQ03X017420 Predicted protein (Fragment) 5.088138508 C6_chemical_C2 +LQ03X017420 Predicted protein (Fragment) 5.306979545 C6_chemical_C3 +LQ03X017420 Predicted protein (Fragment) 4.863681902 L4_control_A1 +LQ03X017420 Predicted protein (Fragment) 5.130360912 L4_control_A2 +LQ03X017420 Predicted protein (Fragment) 5.40671775 L4_control_A3 +LQ03X017420 Predicted protein (Fragment) 4.717158018 L4_control_B1 +LQ03X017420 Predicted protein (Fragment) 4.979414602 L4_control_B2 +LQ03X017420 Predicted protein (Fragment) 5.207764538 L4_control_B3 +LQ03X017420 Predicted protein (Fragment) 5.056349469 L4_control_C2 +LQ03X017420 Predicted protein (Fragment) 5.257628719 L4_control_C3 +LQ03X017420 Predicted protein (Fragment) 4.984007043 L4_chemical_A1 +LQ03X017420 Predicted protein (Fragment) 5.032468392 L4_chemical_A2 +LQ03X017420 Predicted protein (Fragment) 5.404370041 L4_chemical_A3 +LQ03X017420 Predicted protein (Fragment) 5.105505482 L4_chemical_B1 +LQ03X017420 Predicted protein (Fragment) 4.81766756 L4_chemical_B2 +LQ03X017420 Predicted protein (Fragment) 4.996231373 L4_chemical_B3 +LQ03X017420 Predicted protein (Fragment) 5.142058753 L4_chemical_C2 +LQ03X017420 Predicted protein (Fragment) 5.325629582 L4_chemical_C3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.10834083 C6_control_A1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.15662392 C6_control_A3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.52967998 C6_control_B1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.00712005 C6_control_B2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.95627731 C6_control_B3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 12.86229823 C6_control_C1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.06681618 C6_control_C2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.6459425 C6_control_C3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 12.7722838 C6_chemical_A1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.19660251 C6_chemical_A3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.51362505 C6_chemical_B1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 12.86041906 C6_chemical_B2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.99672681 C6_chemical_B3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 12.44488203 C6_chemical_C1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 12.79282066 C6_chemical_C2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.19875502 C6_chemical_C3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.13103715 L4_control_A1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.42610274 L4_control_A2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.85813233 L4_control_A3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.17876664 L4_control_B1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.15126035 L4_control_B2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.12308094 L4_control_B3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.16126892 L4_control_C2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.41660175 L4_control_C3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 12.83554902 L4_chemical_A1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.56184589 L4_chemical_A2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.49085485 L4_chemical_A3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.07894172 L4_chemical_B1 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.00562836 L4_chemical_B2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.08979301 L4_chemical_B3 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 13.90984867 L4_chemical_C2 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 14.18435775 L4_chemical_C3 +LQ03X017440 Probable protein phosphatase 2C 76 13.90757254 C6_control_A1 +LQ03X017440 Probable protein phosphatase 2C 76 13.61688206 C6_control_A3 +LQ03X017440 Probable protein phosphatase 2C 76 14.22555278 C6_control_B1 +LQ03X017440 Probable protein phosphatase 2C 76 13.14459006 C6_control_B2 +LQ03X017440 Probable protein phosphatase 2C 76 14.17313063 C6_control_B3 +LQ03X017440 Probable protein phosphatase 2C 76 12.44439025 C6_control_C1 +LQ03X017440 Probable protein phosphatase 2C 76 12.09771536 C6_control_C2 +LQ03X017440 Probable protein phosphatase 2C 76 12.58181863 C6_control_C3 +LQ03X017440 Probable protein phosphatase 2C 76 13.73594895 C6_chemical_A1 +LQ03X017440 Probable protein phosphatase 2C 76 13.83528286 C6_chemical_A3 +LQ03X017440 Probable protein phosphatase 2C 76 14.17553563 C6_chemical_B1 +LQ03X017440 Probable protein phosphatase 2C 76 13.13020413 C6_chemical_B2 +LQ03X017440 Probable protein phosphatase 2C 76 13.88698974 C6_chemical_B3 +LQ03X017440 Probable protein phosphatase 2C 76 12.53868846 C6_chemical_C1 +LQ03X017440 Probable protein phosphatase 2C 76 12.26172787 C6_chemical_C2 +LQ03X017440 Probable protein phosphatase 2C 76 12.01990099 C6_chemical_C3 +LQ03X017440 Probable protein phosphatase 2C 76 13.28340997 L4_control_A1 +LQ03X017440 Probable protein phosphatase 2C 76 12.90677389 L4_control_A2 +LQ03X017440 Probable protein phosphatase 2C 76 13.15583222 L4_control_A3 +LQ03X017440 Probable protein phosphatase 2C 76 14.01724657 L4_control_B1 +LQ03X017440 Probable protein phosphatase 2C 76 14.0619324 L4_control_B2 +LQ03X017440 Probable protein phosphatase 2C 76 13.00351245 L4_control_B3 +LQ03X017440 Probable protein phosphatase 2C 76 13.170879 L4_control_C2 +LQ03X017440 Probable protein phosphatase 2C 76 12.80323459 L4_control_C3 +LQ03X017440 Probable protein phosphatase 2C 76 13.55261056 L4_chemical_A1 +LQ03X017440 Probable protein phosphatase 2C 76 13.3578108 L4_chemical_A2 +LQ03X017440 Probable protein phosphatase 2C 76 13.18061724 L4_chemical_A3 +LQ03X017440 Probable protein phosphatase 2C 76 14.28629485 L4_chemical_B1 +LQ03X017440 Probable protein phosphatase 2C 76 14.36491286 L4_chemical_B2 +LQ03X017440 Probable protein phosphatase 2C 76 13.44116114 L4_chemical_B3 +LQ03X017440 Probable protein phosphatase 2C 76 13.12710989 L4_chemical_C2 +LQ03X017440 Probable protein phosphatase 2C 76 13.04708662 L4_chemical_C3 +LQ03X017450 Heat shock protein binding protein, putative 8.460567863 C6_control_A1 +LQ03X017450 Heat shock protein binding protein, putative 7.317446984 C6_control_A3 +LQ03X017450 Heat shock protein binding protein, putative 7.874736068 C6_control_B1 +LQ03X017450 Heat shock protein binding protein, putative 10.24220986 C6_control_B2 +LQ03X017450 Heat shock protein binding protein, putative 8.477611724 C6_control_B3 +LQ03X017450 Heat shock protein binding protein, putative 10.17338419 C6_control_C1 +LQ03X017450 Heat shock protein binding protein, putative 10.19680027 C6_control_C2 +LQ03X017450 Heat shock protein binding protein, putative 10.56783655 C6_control_C3 +LQ03X017450 Heat shock protein binding protein, putative 7.938947096 C6_chemical_A1 +LQ03X017450 Heat shock protein binding protein, putative 6.110678078 C6_chemical_A3 +LQ03X017450 Heat shock protein binding protein, putative 6.941920384 C6_chemical_B1 +LQ03X017450 Heat shock protein binding protein, putative 10.1622578 C6_chemical_B2 +LQ03X017450 Heat shock protein binding protein, putative 8.407806362 C6_chemical_B3 +LQ03X017450 Heat shock protein binding protein, putative 10.15156626 C6_chemical_C1 +LQ03X017450 Heat shock protein binding protein, putative 9.782090727 C6_chemical_C2 +LQ03X017450 Heat shock protein binding protein, putative 10.00702627 C6_chemical_C3 +LQ03X017450 Heat shock protein binding protein, putative 8.027536283 L4_control_A1 +LQ03X017450 Heat shock protein binding protein, putative 7.177439922 L4_control_A2 +LQ03X017450 Heat shock protein binding protein, putative 5.216613325 L4_control_A3 +LQ03X017450 Heat shock protein binding protein, putative 7.966106194 L4_control_B1 +LQ03X017450 Heat shock protein binding protein, putative 5.083444479 L4_control_B2 +LQ03X017450 Heat shock protein binding protein, putative 9.199635598 L4_control_B3 +LQ03X017450 Heat shock protein binding protein, putative 6.327979994 L4_control_C2 +LQ03X017450 Heat shock protein binding protein, putative 7.137870832 L4_control_C3 +LQ03X017450 Heat shock protein binding protein, putative 8.246692063 L4_chemical_A1 +LQ03X017450 Heat shock protein binding protein, putative 7.444338356 L4_chemical_A2 +LQ03X017450 Heat shock protein binding protein, putative 6.062717065 L4_chemical_A3 +LQ03X017450 Heat shock protein binding protein, putative 7.014732451 L4_chemical_B1 +LQ03X017450 Heat shock protein binding protein, putative 6.31428868 L4_chemical_B2 +LQ03X017450 Heat shock protein binding protein, putative 8.951953762 L4_chemical_B3 +LQ03X017450 Heat shock protein binding protein, putative 6.178461399 L4_chemical_C2 +LQ03X017450 Heat shock protein binding protein, putative 6.467077395 L4_chemical_C3 +LQ03X017470 Abscisic acid receptor PYL8 9.979080552 C6_control_A1 +LQ03X017470 Abscisic acid receptor PYL8 10.40382509 C6_control_A3 +LQ03X017470 Abscisic acid receptor PYL8 10.36131115 C6_control_B1 +LQ03X017470 Abscisic acid receptor PYL8 10.24254003 C6_control_B2 +LQ03X017470 Abscisic acid receptor PYL8 10.23199743 C6_control_B3 +LQ03X017470 Abscisic acid receptor PYL8 11.26507435 C6_control_C1 +LQ03X017470 Abscisic acid receptor PYL8 10.71804131 C6_control_C2 +LQ03X017470 Abscisic acid receptor PYL8 10.58265795 C6_control_C3 +LQ03X017470 Abscisic acid receptor PYL8 9.981410803 C6_chemical_A1 +LQ03X017470 Abscisic acid receptor PYL8 9.958876496 C6_chemical_A3 +LQ03X017470 Abscisic acid receptor PYL8 10.56496205 C6_chemical_B1 +LQ03X017470 Abscisic acid receptor PYL8 10.25441767 C6_chemical_B2 +LQ03X017470 Abscisic acid receptor PYL8 10.06681048 C6_chemical_B3 +LQ03X017470 Abscisic acid receptor PYL8 11.51436461 C6_chemical_C1 +LQ03X017470 Abscisic acid receptor PYL8 11.05691735 C6_chemical_C2 +LQ03X017470 Abscisic acid receptor PYL8 10.74055 C6_chemical_C3 +LQ03X017470 Abscisic acid receptor PYL8 10.02785227 L4_control_A1 +LQ03X017470 Abscisic acid receptor PYL8 10.04594891 L4_control_A2 +LQ03X017470 Abscisic acid receptor PYL8 10.17936575 L4_control_A3 +LQ03X017470 Abscisic acid receptor PYL8 10.02887599 L4_control_B1 +LQ03X017470 Abscisic acid receptor PYL8 9.525146039 L4_control_B2 +LQ03X017470 Abscisic acid receptor PYL8 10.85445169 L4_control_B3 +LQ03X017470 Abscisic acid receptor PYL8 10.71895065 L4_control_C2 +LQ03X017470 Abscisic acid receptor PYL8 10.24880369 L4_control_C3 +LQ03X017470 Abscisic acid receptor PYL8 10.41028895 L4_chemical_A1 +LQ03X017470 Abscisic acid receptor PYL8 10.05474927 L4_chemical_A2 +LQ03X017470 Abscisic acid receptor PYL8 10.4341615 L4_chemical_A3 +LQ03X017470 Abscisic acid receptor PYL8 10.02112193 L4_chemical_B1 +LQ03X017470 Abscisic acid receptor PYL8 9.750148165 L4_chemical_B2 +LQ03X017470 Abscisic acid receptor PYL8 10.29947583 L4_chemical_B3 +LQ03X017470 Abscisic acid receptor PYL8 11.06867771 L4_chemical_C2 +LQ03X017470 Abscisic acid receptor PYL8 10.56498387 L4_chemical_C3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.62728679 C6_control_A1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 8.957032461 C6_control_A3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.471282059 C6_control_B1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.16053847 C6_control_B2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.55939348 C6_control_B3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.82426595 C6_control_C1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.62532866 C6_control_C2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.48281498 C6_control_C3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.406215196 C6_chemical_A1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.447212455 C6_chemical_A3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.888795654 C6_chemical_B1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.12947418 C6_chemical_B2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.677514281 C6_chemical_B3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.81141193 C6_chemical_C1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.94901436 C6_chemical_C2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.90769952 C6_chemical_C3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.178567426 L4_control_A1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.289810816 L4_control_A2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.406435139 L4_control_A3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.145437657 L4_control_B1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.691866346 L4_control_B2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.28617166 L4_control_B3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.415612689 L4_control_C2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.78162861 L4_control_C3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.075993909 L4_chemical_A1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.409930336 L4_chemical_A2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 8.618109938 L4_chemical_A3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 8.890794333 L4_chemical_B1 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.651566543 L4_chemical_B2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.785269769 L4_chemical_B3 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.558941253 L4_chemical_C2 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 10.63854975 L4_chemical_C3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.109879377 C6_control_A1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.343625448 C6_control_A3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.885615379 C6_control_B1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.054691171 C6_control_B2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.657283192 C6_control_B3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.089880071 C6_control_C1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.010349134 C6_control_C2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 5.540361493 C6_control_C3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.303894962 C6_chemical_A1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.251985453 C6_chemical_A3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.752242629 C6_chemical_B1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.264194889 C6_chemical_B2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.156722268 C6_chemical_B3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.682782899 C6_chemical_C1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.263533618 C6_chemical_C2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.219206117 C6_chemical_C3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.321244712 L4_control_A1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.070169236 L4_control_A2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.314250194 L4_control_A3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 7.077388332 L4_control_B1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 7.021040299 L4_control_B2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.548787401 L4_control_B3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.601281823 L4_control_C2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.215600348 L4_control_C3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 5.814562251 L4_chemical_A1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.641381984 L4_chemical_A2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 5.920428351 L4_chemical_A3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.708554928 L4_chemical_B1 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 7.778386674 L4_chemical_B2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.197300757 L4_chemical_B3 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.780615022 L4_chemical_C2 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 7.160390524 L4_chemical_C3 +LQ03X017520 Hypothetical protein 6.863586813 C6_control_A1 +LQ03X017520 Hypothetical protein 5.986744226 C6_control_A3 +LQ03X017520 Hypothetical protein 7.448043577 C6_control_B1 +LQ03X017520 Hypothetical protein 6.64316345 C6_control_B2 +LQ03X017520 Hypothetical protein 6.523525077 C6_control_B3 +LQ03X017520 Hypothetical protein 6.701000232 C6_control_C1 +LQ03X017520 Hypothetical protein 5.763614024 C6_control_C2 +LQ03X017520 Hypothetical protein 5.290886004 C6_control_C3 +LQ03X017520 Hypothetical protein 6.695805085 C6_chemical_A1 +LQ03X017520 Hypothetical protein 6.618423122 C6_chemical_A3 +LQ03X017520 Hypothetical protein 6.921259965 C6_chemical_B1 +LQ03X017520 Hypothetical protein 7.035028362 C6_chemical_B2 +LQ03X017520 Hypothetical protein 6.67802019 C6_chemical_B3 +LQ03X017520 Hypothetical protein 6.680646183 C6_chemical_C1 +LQ03X017520 Hypothetical protein 5.885790743 C6_chemical_C2 +LQ03X017520 Hypothetical protein 5.593972101 C6_chemical_C3 +LQ03X017520 Hypothetical protein 6.938867641 L4_control_A1 +LQ03X017520 Hypothetical protein 6.86918781 L4_control_A2 +LQ03X017520 Hypothetical protein 6.447252161 L4_control_A3 +LQ03X017520 Hypothetical protein 6.881734792 L4_control_B1 +LQ03X017520 Hypothetical protein 6.251682078 L4_control_B2 +LQ03X017520 Hypothetical protein 6.474385316 L4_control_B3 +LQ03X017520 Hypothetical protein 6.399338657 L4_control_C2 +LQ03X017520 Hypothetical protein 6.165434882 L4_control_C3 +LQ03X017520 Hypothetical protein 7.335049705 L4_chemical_A1 +LQ03X017520 Hypothetical protein 7.196142791 L4_chemical_A2 +LQ03X017520 Hypothetical protein 6.383285124 L4_chemical_A3 +LQ03X017520 Hypothetical protein 6.856923648 L4_chemical_B1 +LQ03X017520 Hypothetical protein 6.871592825 L4_chemical_B2 +LQ03X017520 Hypothetical protein 6.47641287 L4_chemical_B3 +LQ03X017520 Hypothetical protein 5.683571556 L4_chemical_C2 +LQ03X017520 Hypothetical protein 5.63490739 L4_chemical_C3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 11.84970412 C6_control_A1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 10.35265868 C6_control_A3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.47754028 C6_control_B1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.61068389 C6_control_B2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 11.74024499 C6_control_B3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 15.28714432 C6_control_C1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 14.12656472 C6_control_C2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 14.43015952 C6_control_C3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.11459136 C6_chemical_A1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 11.5554729 C6_chemical_A3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 13.1025613 C6_chemical_B1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 13.15173608 C6_chemical_B2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.26418684 C6_chemical_B3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 14.98489479 C6_chemical_C1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 14.76696658 C6_chemical_C2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 14.96334792 C6_chemical_C3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 10.86023277 L4_control_A1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 11.31772259 L4_control_A2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 9.929718921 L4_control_A3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 13.05272409 L4_control_B1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.44141064 L4_control_B2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.02753198 L4_control_B3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 14.18240234 L4_control_C2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 13.77113994 L4_control_C3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 11.68004631 L4_chemical_A1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.12061314 L4_chemical_A2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 10.73099377 L4_chemical_A3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.88753189 L4_chemical_B1 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.74697833 L4_chemical_B2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 11.64899046 L4_chemical_B3 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 14.03413504 L4_chemical_C2 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 14.29263579 L4_chemical_C3 +LQ03X017580 Putative uncharacterized protein 6.78278453 C6_control_A1 +LQ03X017580 Putative uncharacterized protein 6.298785537 C6_control_A3 +LQ03X017580 Putative uncharacterized protein 6.777451726 C6_control_B1 +LQ03X017580 Putative uncharacterized protein 6.156181969 C6_control_B2 +LQ03X017580 Putative uncharacterized protein 7.113354106 C6_control_B3 +LQ03X017580 Putative uncharacterized protein 5.088582846 C6_control_C1 +LQ03X017580 Putative uncharacterized protein 5.598579088 C6_control_C2 +LQ03X017580 Putative uncharacterized protein 5.234893657 C6_control_C3 +LQ03X017580 Putative uncharacterized protein 6.497535878 C6_chemical_A1 +LQ03X017580 Putative uncharacterized protein 6.361565649 C6_chemical_A3 +LQ03X017580 Putative uncharacterized protein 6.644668292 C6_chemical_B1 +LQ03X017580 Putative uncharacterized protein 6.31132918 C6_chemical_B2 +LQ03X017580 Putative uncharacterized protein 6.967180889 C6_chemical_B3 +LQ03X017580 Putative uncharacterized protein 5.115198395 C6_chemical_C1 +LQ03X017580 Putative uncharacterized protein 5.912838719 C6_chemical_C2 +LQ03X017580 Putative uncharacterized protein 5.575339133 C6_chemical_C3 +LQ03X017580 Putative uncharacterized protein 6.029592278 L4_control_A1 +LQ03X017580 Putative uncharacterized protein 6.557174953 L4_control_A2 +LQ03X017580 Putative uncharacterized protein 6.067084385 L4_control_A3 +LQ03X017580 Putative uncharacterized protein 6.966832845 L4_control_B1 +LQ03X017580 Putative uncharacterized protein 7.194886737 L4_control_B2 +LQ03X017580 Putative uncharacterized protein 6.869556198 L4_control_B3 +LQ03X017580 Putative uncharacterized protein 5.719715073 L4_control_C2 +LQ03X017580 Putative uncharacterized protein 6.896006737 L4_control_C3 +LQ03X017580 Putative uncharacterized protein 6.373079469 L4_chemical_A1 +LQ03X017580 Putative uncharacterized protein 6.495779406 L4_chemical_A2 +LQ03X017580 Putative uncharacterized protein 6.092788778 L4_chemical_A3 +LQ03X017580 Putative uncharacterized protein 6.734396395 L4_chemical_B1 +LQ03X017580 Putative uncharacterized protein 7.798917201 L4_chemical_B2 +LQ03X017580 Putative uncharacterized protein 6.641479789 L4_chemical_B3 +LQ03X017580 Putative uncharacterized protein 6.025909697 L4_chemical_C2 +LQ03X017580 Putative uncharacterized protein 6.930500301 L4_chemical_C3 +LQ03X017610 Putative Solute carrier family 25 member 39 9.328386742 C6_control_A1 +LQ03X017610 Putative Solute carrier family 25 member 39 9.633473432 C6_control_A3 +LQ03X017610 Putative Solute carrier family 25 member 39 9.147744154 C6_control_B1 +LQ03X017610 Putative Solute carrier family 25 member 39 8.809051903 C6_control_B2 +LQ03X017610 Putative Solute carrier family 25 member 39 8.380797609 C6_control_B3 +LQ03X017610 Putative Solute carrier family 25 member 39 11.15800491 C6_control_C1 +LQ03X017610 Putative Solute carrier family 25 member 39 10.10497615 C6_control_C2 +LQ03X017610 Putative Solute carrier family 25 member 39 9.673116985 C6_control_C3 +LQ03X017610 Putative Solute carrier family 25 member 39 9.773868569 C6_chemical_A1 +LQ03X017610 Putative Solute carrier family 25 member 39 9.617171129 C6_chemical_A3 +LQ03X017610 Putative Solute carrier family 25 member 39 9.973243448 C6_chemical_B1 +LQ03X017610 Putative Solute carrier family 25 member 39 9.19666074 C6_chemical_B2 +LQ03X017610 Putative Solute carrier family 25 member 39 9.052642958 C6_chemical_B3 +LQ03X017610 Putative Solute carrier family 25 member 39 11.67814911 C6_chemical_C1 +LQ03X017610 Putative Solute carrier family 25 member 39 11.05117544 C6_chemical_C2 +LQ03X017610 Putative Solute carrier family 25 member 39 10.46183359 C6_chemical_C3 +LQ03X017610 Putative Solute carrier family 25 member 39 9.73909104 L4_control_A1 +LQ03X017610 Putative Solute carrier family 25 member 39 9.208197978 L4_control_A2 +LQ03X017610 Putative Solute carrier family 25 member 39 9.854053375 L4_control_A3 +LQ03X017610 Putative Solute carrier family 25 member 39 9.731644088 L4_control_B1 +LQ03X017610 Putative Solute carrier family 25 member 39 9.39972061 L4_control_B2 +LQ03X017610 Putative Solute carrier family 25 member 39 9.192117423 L4_control_B3 +LQ03X017610 Putative Solute carrier family 25 member 39 11.66007378 L4_control_C2 +LQ03X017610 Putative Solute carrier family 25 member 39 10.76245056 L4_control_C3 +LQ03X017610 Putative Solute carrier family 25 member 39 10.38888782 L4_chemical_A1 +LQ03X017610 Putative Solute carrier family 25 member 39 9.790544285 L4_chemical_A2 +LQ03X017610 Putative Solute carrier family 25 member 39 9.882777043 L4_chemical_A3 +LQ03X017610 Putative Solute carrier family 25 member 39 9.934127597 L4_chemical_B1 +LQ03X017610 Putative Solute carrier family 25 member 39 9.764784014 L4_chemical_B2 +LQ03X017610 Putative Solute carrier family 25 member 39 8.551741076 L4_chemical_B3 +LQ03X017610 Putative Solute carrier family 25 member 39 11.62213854 L4_chemical_C2 +LQ03X017610 Putative Solute carrier family 25 member 39 10.92894028 L4_chemical_C3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.41761179 C6_control_A1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.354314783 C6_control_A3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.455307372 C6_control_B1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.894646602 C6_control_B2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.186795652 C6_control_B3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.498763426 C6_control_C1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.118240147 C6_control_C2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.958128227 C6_control_C3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.978860399 C6_chemical_A1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.776179295 C6_chemical_A3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.778637365 C6_chemical_B1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.13520561 C6_chemical_B2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.902224533 C6_chemical_B3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.297005891 C6_chemical_C1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.967921919 C6_chemical_C2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.095155202 C6_chemical_C3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.906315534 L4_control_A1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.045538389 L4_control_A2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.879235525 L4_control_A3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.280857539 L4_control_B1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.405720998 L4_control_B2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.248392996 L4_control_B3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.110283281 L4_control_C2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.493387722 L4_control_C3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.551220824 L4_chemical_A1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.083557676 L4_chemical_A2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.690144076 L4_chemical_A3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.755046079 L4_chemical_B1 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.662387996 L4_chemical_B2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.320243003 L4_chemical_B3 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 6.06035546 L4_chemical_C2 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.535754936 L4_chemical_C3 +LQ03X017660 Putative uncharacterized protein 7.065064201 C6_control_A1 +LQ03X017660 Putative uncharacterized protein 6.811878963 C6_control_A3 +LQ03X017660 Putative uncharacterized protein 7.369205573 C6_control_B1 +LQ03X017660 Putative uncharacterized protein 7.613285366 C6_control_B2 +LQ03X017660 Putative uncharacterized protein 7.762993105 C6_control_B3 +LQ03X017660 Putative uncharacterized protein 7.687981927 C6_control_C1 +LQ03X017660 Putative uncharacterized protein 6.472451125 C6_control_C2 +LQ03X017660 Putative uncharacterized protein 7.74376202 C6_control_C3 +LQ03X017660 Putative uncharacterized protein 7.810160904 C6_chemical_A1 +LQ03X017660 Putative uncharacterized protein 7.193876984 C6_chemical_A3 +LQ03X017660 Putative uncharacterized protein 7.380640923 C6_chemical_B1 +LQ03X017660 Putative uncharacterized protein 7.762128168 C6_chemical_B2 +LQ03X017660 Putative uncharacterized protein 7.434313565 C6_chemical_B3 +LQ03X017660 Putative uncharacterized protein 7.844771452 C6_chemical_C1 +LQ03X017660 Putative uncharacterized protein 7.924761883 C6_chemical_C2 +LQ03X017660 Putative uncharacterized protein 8.138126736 C6_chemical_C3 +LQ03X017660 Putative uncharacterized protein 8.514579026 L4_control_A1 +LQ03X017660 Putative uncharacterized protein 8.919121168 L4_control_A2 +LQ03X017660 Putative uncharacterized protein 8.463796489 L4_control_A3 +LQ03X017660 Putative uncharacterized protein 8.462885721 L4_control_B1 +LQ03X017660 Putative uncharacterized protein 7.516917095 L4_control_B2 +LQ03X017660 Putative uncharacterized protein 8.421226825 L4_control_B3 +LQ03X017660 Putative uncharacterized protein 8.900431955 L4_control_C2 +LQ03X017660 Putative uncharacterized protein 8.126254374 L4_control_C3 +LQ03X017660 Putative uncharacterized protein 8.353751892 L4_chemical_A1 +LQ03X017660 Putative uncharacterized protein 8.927571113 L4_chemical_A2 +LQ03X017660 Putative uncharacterized protein 8.395568185 L4_chemical_A3 +LQ03X017660 Putative uncharacterized protein 7.919624619 L4_chemical_B1 +LQ03X017660 Putative uncharacterized protein 8.137625081 L4_chemical_B2 +LQ03X017660 Putative uncharacterized protein 8.738881907 L4_chemical_B3 +LQ03X017660 Putative uncharacterized protein 9.645791523 L4_chemical_C2 +LQ03X017660 Putative uncharacterized protein 8.193368752 L4_chemical_C3 +LQ03X017670 Beta-glucosidase 10 8.161467362 C6_control_A1 +LQ03X017670 Beta-glucosidase 10 8.01182048 C6_control_A3 +LQ03X017670 Beta-glucosidase 10 8.22228944 C6_control_B1 +LQ03X017670 Beta-glucosidase 10 8.238296381 C6_control_B2 +LQ03X017670 Beta-glucosidase 10 7.997637687 C6_control_B3 +LQ03X017670 Beta-glucosidase 10 8.908278593 C6_control_C1 +LQ03X017670 Beta-glucosidase 10 8.268659125 C6_control_C2 +LQ03X017670 Beta-glucosidase 10 8.790380718 C6_control_C3 +LQ03X017670 Beta-glucosidase 10 7.975786838 C6_chemical_A1 +LQ03X017670 Beta-glucosidase 10 8.011989213 C6_chemical_A3 +LQ03X017670 Beta-glucosidase 10 8.269562295 C6_chemical_B1 +LQ03X017670 Beta-glucosidase 10 8.043064654 C6_chemical_B2 +LQ03X017670 Beta-glucosidase 10 7.982455323 C6_chemical_B3 +LQ03X017670 Beta-glucosidase 10 8.574068368 C6_chemical_C1 +LQ03X017670 Beta-glucosidase 10 8.393315265 C6_chemical_C2 +LQ03X017670 Beta-glucosidase 10 8.387933349 C6_chemical_C3 +LQ03X017670 Beta-glucosidase 10 7.82546492 L4_control_A1 +LQ03X017670 Beta-glucosidase 10 7.795397825 L4_control_A2 +LQ03X017670 Beta-glucosidase 10 8.010233219 L4_control_A3 +LQ03X017670 Beta-glucosidase 10 6.418989641 L4_control_B1 +LQ03X017670 Beta-glucosidase 10 8.325686048 L4_control_B2 +LQ03X017670 Beta-glucosidase 10 7.015164297 L4_control_B3 +LQ03X017670 Beta-glucosidase 10 7.443311836 L4_control_C2 +LQ03X017670 Beta-glucosidase 10 6.84794656 L4_control_C3 +LQ03X017670 Beta-glucosidase 10 7.350867679 L4_chemical_A1 +LQ03X017670 Beta-glucosidase 10 7.388078338 L4_chemical_A2 +LQ03X017670 Beta-glucosidase 10 6.651270264 L4_chemical_A3 +LQ03X017670 Beta-glucosidase 10 6.861722181 L4_chemical_B1 +LQ03X017670 Beta-glucosidase 10 7.139742988 L4_chemical_B2 +LQ03X017670 Beta-glucosidase 10 7.485871078 L4_chemical_B3 +LQ03X017670 Beta-glucosidase 10 6.935020824 L4_chemical_C2 +LQ03X017670 Beta-glucosidase 10 7.450876598 L4_chemical_C3 +LQ03X017680 Probable inactive receptor kinase At4g23740 6.346650153 C6_control_A1 +LQ03X017680 Probable inactive receptor kinase At4g23740 6.2808259 C6_control_A3 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.849756731 C6_control_B1 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.504217147 C6_control_B2 +LQ03X017680 Probable inactive receptor kinase At4g23740 6.055353535 C6_control_B3 +LQ03X017680 Probable inactive receptor kinase At4g23740 4.946989185 C6_control_C1 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.138107284 C6_control_C2 +LQ03X017680 Probable inactive receptor kinase At4g23740 4.845899361 C6_control_C3 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.482603543 C6_chemical_A1 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.36699124 C6_chemical_A3 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.296619594 C6_chemical_B1 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.703819625 C6_chemical_B2 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.977201736 C6_chemical_B3 +LQ03X017680 Probable inactive receptor kinase At4g23740 4.940313609 C6_chemical_C1 +LQ03X017680 Probable inactive receptor kinase At4g23740 4.806295238 C6_chemical_C2 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.197701897 C6_chemical_C3 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.559862734 L4_control_A1 +LQ03X017680 Probable inactive receptor kinase At4g23740 6.167648727 L4_control_A2 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.650039894 L4_control_A3 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.258936583 L4_control_B1 +LQ03X017680 Probable inactive receptor kinase At4g23740 6.308789756 L4_control_B2 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.308024546 L4_control_B3 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.386263723 L4_control_C2 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.731732141 L4_control_C3 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.656967822 L4_chemical_A1 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.3321178 L4_chemical_A2 +LQ03X017680 Probable inactive receptor kinase At4g23740 6.268053204 L4_chemical_A3 +LQ03X017680 Probable inactive receptor kinase At4g23740 6.133119049 L4_chemical_B1 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.751248074 L4_chemical_B2 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.246386572 L4_chemical_B3 +LQ03X017680 Probable inactive receptor kinase At4g23740 6.229771729 L4_chemical_C2 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.924807704 L4_chemical_C3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.94914948 C6_control_A1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.48032411 C6_control_A3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.73144976 C6_control_B1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.85514374 C6_control_B2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.53730347 C6_control_B3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.52008186 C6_control_C1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.39183905 C6_control_C2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.58184575 C6_control_C3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.83858143 C6_chemical_A1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.45784969 C6_chemical_A3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.75853935 C6_chemical_B1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.46519861 C6_chemical_B2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.59085882 C6_chemical_B3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.23484508 C6_chemical_C1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.33495599 C6_chemical_C2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.31295948 C6_chemical_C3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.33769386 L4_control_A1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 12.03059592 L4_control_A2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 12.6793689 L4_control_A3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 10.9087939 L4_control_B1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 12.95758167 L4_control_B2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 11.82774637 L4_control_B3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.13032446 L4_control_C2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 9.975316484 L4_control_C3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 11.7566118 L4_chemical_A1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 10.99975664 L4_chemical_A2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 12.45138325 L4_chemical_A3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 12.52791058 L4_chemical_B1 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 11.76314183 L4_chemical_B2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 12.23746742 L4_chemical_B3 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 10.78769261 L4_chemical_C2 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 10.55225963 L4_chemical_C3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.012766105 C6_control_A1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.445644897 C6_control_A3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.838650455 C6_control_B1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.900381317 C6_control_B2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.152000755 C6_control_B3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.770400623 C6_control_C1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.626387709 C6_control_C2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.824789654 C6_control_C3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.759140496 C6_chemical_A1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.140169641 C6_chemical_A3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.61059687 C6_chemical_B1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.938957518 C6_chemical_B2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.913036017 C6_chemical_B3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.834204036 C6_chemical_C1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.677277749 C6_chemical_C2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.917770969 C6_chemical_C3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.072818738 L4_control_A1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.105678321 L4_control_A2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.658407723 L4_control_A3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.473171805 L4_control_B1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.142440167 L4_control_B2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.136704708 L4_control_B3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.31065111 L4_control_C2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.867976933 L4_control_C3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.739542078 L4_chemical_A1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.449439619 L4_chemical_A2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.799054347 L4_chemical_A3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.562298577 L4_chemical_B1 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.168988734 L4_chemical_B2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.998374811 L4_chemical_B3 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.338243571 L4_chemical_C2 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 5.098522301 L4_chemical_C3 +LQ03X017820 Predicted protein 12.29215035 C6_control_A1 +LQ03X017820 Predicted protein 12.42152818 C6_control_A3 +LQ03X017820 Predicted protein 10.34978968 C6_control_B1 +LQ03X017820 Predicted protein 9.081968996 C6_control_B2 +LQ03X017820 Predicted protein 8.115954273 C6_control_B3 +LQ03X017820 Predicted protein 10.80068797 C6_control_C1 +LQ03X017820 Predicted protein 10.52836633 C6_control_C2 +LQ03X017820 Predicted protein 10.94859867 C6_control_C3 +LQ03X017820 Predicted protein 11.75763357 C6_chemical_A1 +LQ03X017820 Predicted protein 12.06820836 C6_chemical_A3 +LQ03X017820 Predicted protein 8.704748615 C6_chemical_B1 +LQ03X017820 Predicted protein 8.002120756 C6_chemical_B2 +LQ03X017820 Predicted protein 8.663057108 C6_chemical_B3 +LQ03X017820 Predicted protein 10.81204702 C6_chemical_C1 +LQ03X017820 Predicted protein 10.5671997 C6_chemical_C2 +LQ03X017820 Predicted protein 10.22898491 C6_chemical_C3 +LQ03X017820 Predicted protein 12.81543217 L4_control_A1 +LQ03X017820 Predicted protein 12.89286102 L4_control_A2 +LQ03X017820 Predicted protein 12.51842468 L4_control_A3 +LQ03X017820 Predicted protein 8.844491481 L4_control_B1 +LQ03X017820 Predicted protein 10.43644883 L4_control_B2 +LQ03X017820 Predicted protein 8.557965393 L4_control_B3 +LQ03X017820 Predicted protein 10.60121146 L4_control_C2 +LQ03X017820 Predicted protein 9.880369586 L4_control_C3 +LQ03X017820 Predicted protein 11.82618194 L4_chemical_A1 +LQ03X017820 Predicted protein 11.56948175 L4_chemical_A2 +LQ03X017820 Predicted protein 12.63258777 L4_chemical_A3 +LQ03X017820 Predicted protein 9.516879152 L4_chemical_B1 +LQ03X017820 Predicted protein 10.1652393 L4_chemical_B2 +LQ03X017820 Predicted protein 10.87449956 L4_chemical_B3 +LQ03X017820 Predicted protein 10.37085167 L4_chemical_C2 +LQ03X017820 Predicted protein 10.10631447 L4_chemical_C3 +LQ03X017860 Putative uncharacterized protein 14.39957867 C6_control_A1 +LQ03X017860 Putative uncharacterized protein 13.00188166 C6_control_A3 +LQ03X017860 Putative uncharacterized protein 14.63086059 C6_control_B1 +LQ03X017860 Putative uncharacterized protein 14.4522557 C6_control_B2 +LQ03X017860 Putative uncharacterized protein 14.80240815 C6_control_B3 +LQ03X017860 Putative uncharacterized protein 13.64178129 C6_control_C1 +LQ03X017860 Putative uncharacterized protein 13.5624537 C6_control_C2 +LQ03X017860 Putative uncharacterized protein 13.66118118 C6_control_C3 +LQ03X017860 Putative uncharacterized protein 13.912271 C6_chemical_A1 +LQ03X017860 Putative uncharacterized protein 13.17624726 C6_chemical_A3 +LQ03X017860 Putative uncharacterized protein 14.38414017 C6_chemical_B1 +LQ03X017860 Putative uncharacterized protein 14.50223231 C6_chemical_B2 +LQ03X017860 Putative uncharacterized protein 14.01101652 C6_chemical_B3 +LQ03X017860 Putative uncharacterized protein 13.68419959 C6_chemical_C1 +LQ03X017860 Putative uncharacterized protein 13.32273449 C6_chemical_C2 +LQ03X017860 Putative uncharacterized protein 12.95279944 C6_chemical_C3 +LQ03X017860 Putative uncharacterized protein 13.33394045 L4_control_A1 +LQ03X017860 Putative uncharacterized protein 13.84418247 L4_control_A2 +LQ03X017860 Putative uncharacterized protein 12.72993527 L4_control_A3 +LQ03X017860 Putative uncharacterized protein 14.46451579 L4_control_B1 +LQ03X017860 Putative uncharacterized protein 14.32460422 L4_control_B2 +LQ03X017860 Putative uncharacterized protein 14.20256181 L4_control_B3 +LQ03X017860 Putative uncharacterized protein 12.55643966 L4_control_C2 +LQ03X017860 Putative uncharacterized protein 13.0797575 L4_control_C3 +LQ03X017860 Putative uncharacterized protein 12.65171073 L4_chemical_A1 +LQ03X017860 Putative uncharacterized protein 13.81816737 L4_chemical_A2 +LQ03X017860 Putative uncharacterized protein 12.55392765 L4_chemical_A3 +LQ03X017860 Putative uncharacterized protein 14.08308263 L4_chemical_B1 +LQ03X017860 Putative uncharacterized protein 13.91724992 L4_chemical_B2 +LQ03X017860 Putative uncharacterized protein 14.44852571 L4_chemical_B3 +LQ03X017860 Putative uncharacterized protein 12.951925 L4_chemical_C2 +LQ03X017860 Putative uncharacterized protein 12.65391707 L4_chemical_C3 +LQ03X017880 ATP binding protein, putative 5.427193946 C6_control_A1 +LQ03X017880 ATP binding protein, putative 5.064768603 C6_control_A3 +LQ03X017880 ATP binding protein, putative 5.373699424 C6_control_B1 +LQ03X017880 ATP binding protein, putative 5.155016235 C6_control_B2 +LQ03X017880 ATP binding protein, putative 5.473160805 C6_control_B3 +LQ03X017880 ATP binding protein, putative 4.611511887 C6_control_C1 +LQ03X017880 ATP binding protein, putative 4.956081338 C6_control_C2 +LQ03X017880 ATP binding protein, putative 4.972015481 C6_control_C3 +LQ03X017880 ATP binding protein, putative 5.254802345 C6_chemical_A1 +LQ03X017880 ATP binding protein, putative 4.965668981 C6_chemical_A3 +LQ03X017880 ATP binding protein, putative 5.489153911 C6_chemical_B1 +LQ03X017880 ATP binding protein, putative 5.030495582 C6_chemical_B2 +LQ03X017880 ATP binding protein, putative 5.543527025 C6_chemical_B3 +LQ03X017880 ATP binding protein, putative 4.908998539 C6_chemical_C1 +LQ03X017880 ATP binding protein, putative 5.155724949 C6_chemical_C2 +LQ03X017880 ATP binding protein, putative 4.908491056 C6_chemical_C3 +LQ03X017880 ATP binding protein, putative 5.321854511 L4_control_A1 +LQ03X017880 ATP binding protein, putative 5.561536139 L4_control_A2 +LQ03X017880 ATP binding protein, putative 4.97147534 L4_control_A3 +LQ03X017880 ATP binding protein, putative 5.443609065 L4_control_B1 +LQ03X017880 ATP binding protein, putative 5.646513631 L4_control_B2 +LQ03X017880 ATP binding protein, putative 5.355015512 L4_control_B3 +LQ03X017880 ATP binding protein, putative 6.577709646 L4_control_C2 +LQ03X017880 ATP binding protein, putative 5.018879908 L4_control_C3 +LQ03X017880 ATP binding protein, putative 5.588163619 L4_chemical_A1 +LQ03X017880 ATP binding protein, putative 5.779174564 L4_chemical_A2 +LQ03X017880 ATP binding protein, putative 4.836341965 L4_chemical_A3 +LQ03X017880 ATP binding protein, putative 5.327707947 L4_chemical_B1 +LQ03X017880 ATP binding protein, putative 6.07483859 L4_chemical_B2 +LQ03X017880 ATP binding protein, putative 5.198500977 L4_chemical_B3 +LQ03X017880 ATP binding protein, putative 5.612364058 L4_chemical_C2 +LQ03X017880 ATP binding protein, putative 4.941501114 L4_chemical_C3 +LQ03X017900 Reticulon-like protein B2 10.82173305 C6_control_A1 +LQ03X017900 Reticulon-like protein B2 10.46917703 C6_control_A3 +LQ03X017900 Reticulon-like protein B2 11.29764368 C6_control_B1 +LQ03X017900 Reticulon-like protein B2 10.30700061 C6_control_B2 +LQ03X017900 Reticulon-like protein B2 10.71966002 C6_control_B3 +LQ03X017900 Reticulon-like protein B2 8.414426783 C6_control_C1 +LQ03X017900 Reticulon-like protein B2 7.681999151 C6_control_C2 +LQ03X017900 Reticulon-like protein B2 7.660163969 C6_control_C3 +LQ03X017900 Reticulon-like protein B2 11.0213112 C6_chemical_A1 +LQ03X017900 Reticulon-like protein B2 10.67393896 C6_chemical_A3 +LQ03X017900 Reticulon-like protein B2 10.98723654 C6_chemical_B1 +LQ03X017900 Reticulon-like protein B2 10.04054846 C6_chemical_B2 +LQ03X017900 Reticulon-like protein B2 9.63658905 C6_chemical_B3 +LQ03X017900 Reticulon-like protein B2 8.155212201 C6_chemical_C1 +LQ03X017900 Reticulon-like protein B2 7.400178588 C6_chemical_C2 +LQ03X017900 Reticulon-like protein B2 8.09312105 C6_chemical_C3 +LQ03X017900 Reticulon-like protein B2 11.49385326 L4_control_A1 +LQ03X017900 Reticulon-like protein B2 11.70592255 L4_control_A2 +LQ03X017900 Reticulon-like protein B2 11.74948965 L4_control_A3 +LQ03X017900 Reticulon-like protein B2 11.89160048 L4_control_B1 +LQ03X017900 Reticulon-like protein B2 11.57100006 L4_control_B2 +LQ03X017900 Reticulon-like protein B2 10.79512336 L4_control_B3 +LQ03X017900 Reticulon-like protein B2 9.539670276 L4_control_C2 +LQ03X017900 Reticulon-like protein B2 9.740074067 L4_control_C3 +LQ03X017900 Reticulon-like protein B2 10.74416118 L4_chemical_A1 +LQ03X017900 Reticulon-like protein B2 11.02493823 L4_chemical_A2 +LQ03X017900 Reticulon-like protein B2 11.51100651 L4_chemical_A3 +LQ03X017900 Reticulon-like protein B2 11.85240817 L4_chemical_B1 +LQ03X017900 Reticulon-like protein B2 11.65150069 L4_chemical_B2 +LQ03X017900 Reticulon-like protein B2 11.61230236 L4_chemical_B3 +LQ03X017900 Reticulon-like protein B2 9.534730033 L4_chemical_C2 +LQ03X017900 Reticulon-like protein B2 9.822185251 L4_chemical_C3 +LQ03X017920 Putative Predicted protein 12.13380988 C6_control_A1 +LQ03X017920 Putative Predicted protein 12.68835982 C6_control_A3 +LQ03X017920 Putative Predicted protein 11.51921134 C6_control_B1 +LQ03X017920 Putative Predicted protein 10.00601231 C6_control_B2 +LQ03X017920 Putative Predicted protein 10.9236263 C6_control_B3 +LQ03X017920 Putative Predicted protein 8.051356193 C6_control_C1 +LQ03X017920 Putative Predicted protein 7.640862728 C6_control_C2 +LQ03X017920 Putative Predicted protein 8.66046944 C6_control_C3 +LQ03X017920 Putative Predicted protein 12.21613161 C6_chemical_A1 +LQ03X017920 Putative Predicted protein 12.62741641 C6_chemical_A3 +LQ03X017920 Putative Predicted protein 11.37278787 C6_chemical_B1 +LQ03X017920 Putative Predicted protein 10.20034128 C6_chemical_B2 +LQ03X017920 Putative Predicted protein 11.18800696 C6_chemical_B3 +LQ03X017920 Putative Predicted protein 7.943126915 C6_chemical_C1 +LQ03X017920 Putative Predicted protein 7.105456426 C6_chemical_C2 +LQ03X017920 Putative Predicted protein 8.08754444 C6_chemical_C3 +LQ03X017920 Putative Predicted protein 12.41975628 L4_control_A1 +LQ03X017920 Putative Predicted protein 12.22649865 L4_control_A2 +LQ03X017920 Putative Predicted protein 12.60604145 L4_control_A3 +LQ03X017920 Putative Predicted protein 10.98735724 L4_control_B1 +LQ03X017920 Putative Predicted protein 11.41195194 L4_control_B2 +LQ03X017920 Putative Predicted protein 9.960536188 L4_control_B3 +LQ03X017920 Putative Predicted protein 7.297217682 L4_control_C2 +LQ03X017920 Putative Predicted protein 7.758936272 L4_control_C3 +LQ03X017920 Putative Predicted protein 12.55945586 L4_chemical_A1 +LQ03X017920 Putative Predicted protein 12.16758817 L4_chemical_A2 +LQ03X017920 Putative Predicted protein 12.50370498 L4_chemical_A3 +LQ03X017920 Putative Predicted protein 12.37273933 L4_chemical_B1 +LQ03X017920 Putative Predicted protein 11.34363918 L4_chemical_B2 +LQ03X017920 Putative Predicted protein 12.14421663 L4_chemical_B3 +LQ03X017920 Putative Predicted protein 6.268710587 L4_chemical_C2 +LQ03X017920 Putative Predicted protein 7.947498244 L4_chemical_C3 +LQ03X017990 ABC transporter G family member 8 5.141306999 C6_control_A1 +LQ03X017990 ABC transporter G family member 8 5.180374706 C6_control_A3 +LQ03X017990 ABC transporter G family member 8 4.956566585 C6_control_B1 +LQ03X017990 ABC transporter G family member 8 5.161606873 C6_control_B2 +LQ03X017990 ABC transporter G family member 8 5.152342481 C6_control_B3 +LQ03X017990 ABC transporter G family member 8 5.183167744 C6_control_C1 +LQ03X017990 ABC transporter G family member 8 4.8865452 C6_control_C2 +LQ03X017990 ABC transporter G family member 8 5.223698384 C6_control_C3 +LQ03X017990 ABC transporter G family member 8 5.17547988 C6_chemical_A1 +LQ03X017990 ABC transporter G family member 8 5.397341098 C6_chemical_A3 +LQ03X017990 ABC transporter G family member 8 5.122588314 C6_chemical_B1 +LQ03X017990 ABC transporter G family member 8 5.084124887 C6_chemical_B2 +LQ03X017990 ABC transporter G family member 8 4.751774659 C6_chemical_B3 +LQ03X017990 ABC transporter G family member 8 5.372025288 C6_chemical_C1 +LQ03X017990 ABC transporter G family member 8 5.056660728 C6_chemical_C2 +LQ03X017990 ABC transporter G family member 8 4.957986852 C6_chemical_C3 +LQ03X017990 ABC transporter G family member 8 4.950700674 L4_control_A1 +LQ03X017990 ABC transporter G family member 8 5.121998778 L4_control_A2 +LQ03X017990 ABC transporter G family member 8 5.104548196 L4_control_A3 +LQ03X017990 ABC transporter G family member 8 5.51929185 L4_control_B1 +LQ03X017990 ABC transporter G family member 8 5.056316404 L4_control_B2 +LQ03X017990 ABC transporter G family member 8 4.870144318 L4_control_B3 +LQ03X017990 ABC transporter G family member 8 5.403433269 L4_control_C2 +LQ03X017990 ABC transporter G family member 8 5.088310183 L4_control_C3 +LQ03X017990 ABC transporter G family member 8 5.434604516 L4_chemical_A1 +LQ03X017990 ABC transporter G family member 8 4.908633253 L4_chemical_A2 +LQ03X017990 ABC transporter G family member 8 5.599236241 L4_chemical_A3 +LQ03X017990 ABC transporter G family member 8 5.359486231 L4_chemical_B1 +LQ03X017990 ABC transporter G family member 8 5.056264335 L4_chemical_B2 +LQ03X017990 ABC transporter G family member 8 4.952875032 L4_chemical_B3 +LQ03X017990 ABC transporter G family member 8 5.03937805 L4_chemical_C2 +LQ03X017990 ABC transporter G family member 8 5.013989579 L4_chemical_C3 +LQ03X018050 Putative uncharacterized protein 12.08768934 C6_control_A1 +LQ03X018050 Putative uncharacterized protein 12.47278076 C6_control_A3 +LQ03X018050 Putative uncharacterized protein 12.36183821 C6_control_B1 +LQ03X018050 Putative uncharacterized protein 11.76645916 C6_control_B2 +LQ03X018050 Putative uncharacterized protein 12.0443126 C6_control_B3 +LQ03X018050 Putative uncharacterized protein 12.17828576 C6_control_C1 +LQ03X018050 Putative uncharacterized protein 11.63062429 C6_control_C2 +LQ03X018050 Putative uncharacterized protein 12.14820439 C6_control_C3 +LQ03X018050 Putative uncharacterized protein 12.15250196 C6_chemical_A1 +LQ03X018050 Putative uncharacterized protein 12.60220921 C6_chemical_A3 +LQ03X018050 Putative uncharacterized protein 12.12608487 C6_chemical_B1 +LQ03X018050 Putative uncharacterized protein 12.14060749 C6_chemical_B2 +LQ03X018050 Putative uncharacterized protein 12.01328292 C6_chemical_B3 +LQ03X018050 Putative uncharacterized protein 12.03775161 C6_chemical_C1 +LQ03X018050 Putative uncharacterized protein 11.89287466 C6_chemical_C2 +LQ03X018050 Putative uncharacterized protein 11.83804431 C6_chemical_C3 +LQ03X018050 Putative uncharacterized protein 11.80747658 L4_control_A1 +LQ03X018050 Putative uncharacterized protein 12.14945748 L4_control_A2 +LQ03X018050 Putative uncharacterized protein 11.77099597 L4_control_A3 +LQ03X018050 Putative uncharacterized protein 12.20043387 L4_control_B1 +LQ03X018050 Putative uncharacterized protein 12.36383595 L4_control_B2 +LQ03X018050 Putative uncharacterized protein 11.83561583 L4_control_B3 +LQ03X018050 Putative uncharacterized protein 12.37002813 L4_control_C2 +LQ03X018050 Putative uncharacterized protein 12.17189679 L4_control_C3 +LQ03X018050 Putative uncharacterized protein 11.9029743 L4_chemical_A1 +LQ03X018050 Putative uncharacterized protein 11.94160975 L4_chemical_A2 +LQ03X018050 Putative uncharacterized protein 12.15648765 L4_chemical_A3 +LQ03X018050 Putative uncharacterized protein 12.22109634 L4_chemical_B1 +LQ03X018050 Putative uncharacterized protein 12.09005667 L4_chemical_B2 +LQ03X018050 Putative uncharacterized protein 11.82898603 L4_chemical_B3 +LQ03X018050 Putative uncharacterized protein 12.15510262 L4_chemical_C2 +LQ03X018050 Putative uncharacterized protein 12.30155733 L4_chemical_C3 +LQ03X018070 Putative uncharacterized protein 5.504420626 C6_control_A1 +LQ03X018070 Putative uncharacterized protein 5.430810078 C6_control_A3 +LQ03X018070 Putative uncharacterized protein 5.363197055 C6_control_B1 +LQ03X018070 Putative uncharacterized protein 5.118553695 C6_control_B2 +LQ03X018070 Putative uncharacterized protein 5.355121105 C6_control_B3 +LQ03X018070 Putative uncharacterized protein 5.221426918 C6_control_C1 +LQ03X018070 Putative uncharacterized protein 5.262654165 C6_control_C2 +LQ03X018070 Putative uncharacterized protein 5.109769348 C6_control_C3 +LQ03X018070 Putative uncharacterized protein 5.33754621 C6_chemical_A1 +LQ03X018070 Putative uncharacterized protein 5.273630728 C6_chemical_A3 +LQ03X018070 Putative uncharacterized protein 5.044884454 C6_chemical_B1 +LQ03X018070 Putative uncharacterized protein 5.162527484 C6_chemical_B2 +LQ03X018070 Putative uncharacterized protein 5.118585614 C6_chemical_B3 +LQ03X018070 Putative uncharacterized protein 5.430731564 C6_chemical_C1 +LQ03X018070 Putative uncharacterized protein 5.298617243 C6_chemical_C2 +LQ03X018070 Putative uncharacterized protein 4.912363464 C6_chemical_C3 +LQ03X018070 Putative uncharacterized protein 5.481587226 L4_control_A1 +LQ03X018070 Putative uncharacterized protein 5.364431786 L4_control_A2 +LQ03X018070 Putative uncharacterized protein 6.243383351 L4_control_A3 +LQ03X018070 Putative uncharacterized protein 5.574012449 L4_control_B1 +LQ03X018070 Putative uncharacterized protein 5.558372702 L4_control_B2 +LQ03X018070 Putative uncharacterized protein 5.485712227 L4_control_B3 +LQ03X018070 Putative uncharacterized protein 5.098898815 L4_control_C2 +LQ03X018070 Putative uncharacterized protein 4.565810414 L4_control_C3 +LQ03X018070 Putative uncharacterized protein 5.364226694 L4_chemical_A1 +LQ03X018070 Putative uncharacterized protein 5.569929006 L4_chemical_A2 +LQ03X018070 Putative uncharacterized protein 6.160419033 L4_chemical_A3 +LQ03X018070 Putative uncharacterized protein 5.339658507 L4_chemical_B1 +LQ03X018070 Putative uncharacterized protein 5.67049619 L4_chemical_B2 +LQ03X018070 Putative uncharacterized protein 5.408173909 L4_chemical_B3 +LQ03X018070 Putative uncharacterized protein 4.983428667 L4_chemical_C2 +LQ03X018070 Putative uncharacterized protein 4.761305619 L4_chemical_C3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.132424194 C6_control_A1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.501359181 C6_control_A3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.143628215 C6_control_B1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.126267073 C6_control_B2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.370214019 C6_control_B3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 4.886938708 C6_control_C1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 4.917054814 C6_control_C2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.103225276 C6_control_C3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.224317606 C6_chemical_A1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.474700051 C6_chemical_A3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.021034146 C6_chemical_B1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 4.943416232 C6_chemical_B2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.123449936 C6_chemical_B3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.007733378 C6_chemical_C1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.049410429 C6_chemical_C2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.213728798 C6_chemical_C3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.248414135 L4_control_A1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.35507243 L4_control_A2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.646701089 L4_control_A3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.270993926 L4_control_B1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.370783602 L4_control_B2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 4.846256201 L4_control_B3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.432453444 L4_control_C2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.240568986 L4_control_C3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 4.987851496 L4_chemical_A1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.608987761 L4_chemical_A2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.49542351 L4_chemical_A3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.288781628 L4_chemical_B1 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.644008617 L4_chemical_B2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.01604579 L4_chemical_B3 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.284981501 L4_chemical_C2 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.457971158 L4_chemical_C3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 13.96942227 C6_control_A1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 13.50021846 C6_control_A3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 13.28086595 C6_control_B1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 13.9263704 C6_control_B2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 11.54732481 C6_control_B3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.0568966 C6_control_C1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 12.88878267 C6_control_C2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 11.3231246 C6_control_C3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.87938857 C6_chemical_A1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 13.6078522 C6_chemical_A3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.41844216 C6_chemical_B1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.68058297 C6_chemical_B2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 11.98122021 C6_chemical_B3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.8234305 C6_chemical_C1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.44019948 C6_chemical_C2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 11.71385576 C6_chemical_C3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 14.15570278 L4_control_A1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 13.53433974 L4_control_A2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 12.58042991 L4_control_A3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 12.31986498 L4_control_B1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 13.65375272 L4_control_B2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 9.984478057 L4_control_B3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 14.98031318 L4_control_C2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 10.53284564 L4_control_C3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.16504503 L4_chemical_A1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.42576309 L4_chemical_A2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 12.21634182 L4_chemical_A3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 13.8180878 L4_chemical_B1 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 14.90051504 L4_chemical_B2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 10.43264784 L4_chemical_B3 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.1468225 L4_chemical_C2 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 10.86859431 L4_chemical_C3 +LQ03X018120 Putative uncharacterized protein 11.6934254 C6_control_A1 +LQ03X018120 Putative uncharacterized protein 11.72308611 C6_control_A3 +LQ03X018120 Putative uncharacterized protein 11.66422284 C6_control_B1 +LQ03X018120 Putative uncharacterized protein 11.30966669 C6_control_B2 +LQ03X018120 Putative uncharacterized protein 11.35234227 C6_control_B3 +LQ03X018120 Putative uncharacterized protein 10.87646354 C6_control_C1 +LQ03X018120 Putative uncharacterized protein 10.85606298 C6_control_C2 +LQ03X018120 Putative uncharacterized protein 10.70763987 C6_control_C3 +LQ03X018120 Putative uncharacterized protein 11.70262938 C6_chemical_A1 +LQ03X018120 Putative uncharacterized protein 10.92121365 C6_chemical_A3 +LQ03X018120 Putative uncharacterized protein 11.50961971 C6_chemical_B1 +LQ03X018120 Putative uncharacterized protein 11.59690854 C6_chemical_B2 +LQ03X018120 Putative uncharacterized protein 11.02892527 C6_chemical_B3 +LQ03X018120 Putative uncharacterized protein 11.42581809 C6_chemical_C1 +LQ03X018120 Putative uncharacterized protein 11.31445132 C6_chemical_C2 +LQ03X018120 Putative uncharacterized protein 10.65315449 C6_chemical_C3 +LQ03X018120 Putative uncharacterized protein 11.44149361 L4_control_A1 +LQ03X018120 Putative uncharacterized protein 11.62854805 L4_control_A2 +LQ03X018120 Putative uncharacterized protein 11.76010672 L4_control_A3 +LQ03X018120 Putative uncharacterized protein 11.58414852 L4_control_B1 +LQ03X018120 Putative uncharacterized protein 10.90904524 L4_control_B2 +LQ03X018120 Putative uncharacterized protein 10.91824611 L4_control_B3 +LQ03X018120 Putative uncharacterized protein 11.60441195 L4_control_C2 +LQ03X018120 Putative uncharacterized protein 11.03941275 L4_control_C3 +LQ03X018120 Putative uncharacterized protein 11.84543709 L4_chemical_A1 +LQ03X018120 Putative uncharacterized protein 11.83621444 L4_chemical_A2 +LQ03X018120 Putative uncharacterized protein 11.7054747 L4_chemical_A3 +LQ03X018120 Putative uncharacterized protein 11.61657906 L4_chemical_B1 +LQ03X018120 Putative uncharacterized protein 11.89550709 L4_chemical_B2 +LQ03X018120 Putative uncharacterized protein 10.77528204 L4_chemical_B3 +LQ03X018120 Putative uncharacterized protein 12.03566344 L4_chemical_C2 +LQ03X018120 Putative uncharacterized protein 11.25715767 L4_chemical_C3 +LQ03X018140 Protein binding protein, putative 11.37808418 C6_control_A1 +LQ03X018140 Protein binding protein, putative 11.27421094 C6_control_A3 +LQ03X018140 Protein binding protein, putative 12.04461151 C6_control_B1 +LQ03X018140 Protein binding protein, putative 11.49361389 C6_control_B2 +LQ03X018140 Protein binding protein, putative 11.93503659 C6_control_B3 +LQ03X018140 Protein binding protein, putative 11.79523575 C6_control_C1 +LQ03X018140 Protein binding protein, putative 11.4018752 C6_control_C2 +LQ03X018140 Protein binding protein, putative 11.71605447 C6_control_C3 +LQ03X018140 Protein binding protein, putative 11.33860132 C6_chemical_A1 +LQ03X018140 Protein binding protein, putative 11.56758885 C6_chemical_A3 +LQ03X018140 Protein binding protein, putative 11.95756716 C6_chemical_B1 +LQ03X018140 Protein binding protein, putative 11.55519945 C6_chemical_B2 +LQ03X018140 Protein binding protein, putative 11.70882917 C6_chemical_B3 +LQ03X018140 Protein binding protein, putative 11.70148632 C6_chemical_C1 +LQ03X018140 Protein binding protein, putative 11.31088243 C6_chemical_C2 +LQ03X018140 Protein binding protein, putative 11.54678092 C6_chemical_C3 +LQ03X018140 Protein binding protein, putative 11.34801594 L4_control_A1 +LQ03X018140 Protein binding protein, putative 10.75704067 L4_control_A2 +LQ03X018140 Protein binding protein, putative 10.90712829 L4_control_A3 +LQ03X018140 Protein binding protein, putative 11.66353459 L4_control_B1 +LQ03X018140 Protein binding protein, putative 11.73416972 L4_control_B2 +LQ03X018140 Protein binding protein, putative 11.77460165 L4_control_B3 +LQ03X018140 Protein binding protein, putative 11.34060396 L4_control_C2 +LQ03X018140 Protein binding protein, putative 11.97334298 L4_control_C3 +LQ03X018140 Protein binding protein, putative 11.22994131 L4_chemical_A1 +LQ03X018140 Protein binding protein, putative 10.81899419 L4_chemical_A2 +LQ03X018140 Protein binding protein, putative 10.86488173 L4_chemical_A3 +LQ03X018140 Protein binding protein, putative 11.500332 L4_chemical_B1 +LQ03X018140 Protein binding protein, putative 11.46236282 L4_chemical_B2 +LQ03X018140 Protein binding protein, putative 11.54397319 L4_chemical_B3 +LQ03X018140 Protein binding protein, putative 11.30252185 L4_chemical_C2 +LQ03X018140 Protein binding protein, putative 11.88883047 L4_chemical_C3 +LQ03X018170 Putative uncharacterized protein 13.67774547 C6_control_A1 +LQ03X018170 Putative uncharacterized protein 14.02430489 C6_control_A3 +LQ03X018170 Putative uncharacterized protein 12.54931457 C6_control_B1 +LQ03X018170 Putative uncharacterized protein 12.19102718 C6_control_B2 +LQ03X018170 Putative uncharacterized protein 12.30117802 C6_control_B3 +LQ03X018170 Putative uncharacterized protein 10.54728809 C6_control_C1 +LQ03X018170 Putative uncharacterized protein 10.77758811 C6_control_C2 +LQ03X018170 Putative uncharacterized protein 10.85902044 C6_control_C3 +LQ03X018170 Putative uncharacterized protein 13.66262722 C6_chemical_A1 +LQ03X018170 Putative uncharacterized protein 14.20453954 C6_chemical_A3 +LQ03X018170 Putative uncharacterized protein 12.52809067 C6_chemical_B1 +LQ03X018170 Putative uncharacterized protein 12.10954639 C6_chemical_B2 +LQ03X018170 Putative uncharacterized protein 12.2593512 C6_chemical_B3 +LQ03X018170 Putative uncharacterized protein 10.67439786 C6_chemical_C1 +LQ03X018170 Putative uncharacterized protein 10.75719948 C6_chemical_C2 +LQ03X018170 Putative uncharacterized protein 10.67033606 C6_chemical_C3 +LQ03X018170 Putative uncharacterized protein 14.15748481 L4_control_A1 +LQ03X018170 Putative uncharacterized protein 13.46285212 L4_control_A2 +LQ03X018170 Putative uncharacterized protein 13.80499789 L4_control_A3 +LQ03X018170 Putative uncharacterized protein 12.20923898 L4_control_B1 +LQ03X018170 Putative uncharacterized protein 12.81488108 L4_control_B2 +LQ03X018170 Putative uncharacterized protein 11.07280813 L4_control_B3 +LQ03X018170 Putative uncharacterized protein 10.52843229 L4_control_C2 +LQ03X018170 Putative uncharacterized protein 10.82532268 L4_control_C3 +LQ03X018170 Putative uncharacterized protein 13.73652247 L4_chemical_A1 +LQ03X018170 Putative uncharacterized protein 13.12066535 L4_chemical_A2 +LQ03X018170 Putative uncharacterized protein 13.62465902 L4_chemical_A3 +LQ03X018170 Putative uncharacterized protein 12.6580461 L4_chemical_B1 +LQ03X018170 Putative uncharacterized protein 12.5404038 L4_chemical_B2 +LQ03X018170 Putative uncharacterized protein 12.96266184 L4_chemical_B3 +LQ03X018170 Putative uncharacterized protein 10.64655121 L4_chemical_C2 +LQ03X018170 Putative uncharacterized protein 11.04729251 L4_chemical_C3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.761800709 C6_control_A1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.058829789 C6_control_A3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.280199405 C6_control_B1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.355845028 C6_control_B2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.212659221 C6_control_B3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 7.982417315 C6_control_C1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 6.530039815 C6_control_C2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 7.315256223 C6_control_C3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.898258437 C6_chemical_A1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.905042576 C6_chemical_A3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.572407026 C6_chemical_B1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.352265301 C6_chemical_B2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.235571756 C6_chemical_B3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.1000039 C6_chemical_C1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 7.624507231 C6_chemical_C2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.145248713 C6_chemical_C3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.193137784 L4_control_A1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.195760639 L4_control_A2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.207316886 L4_control_A3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.368623568 L4_control_B1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.890315926 L4_control_B2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.929939405 L4_control_B3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.011051086 L4_control_C2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.351783083 L4_control_C3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.417575205 L4_chemical_A1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.767215717 L4_chemical_A2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.531622476 L4_chemical_A3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.897365338 L4_chemical_B1 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.75364203 L4_chemical_B2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.828432977 L4_chemical_B3 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.17171455 L4_chemical_C2 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 9.224215713 L4_chemical_C3 +LQ03X018280 Putative 21 kDa protein 6.323697153 C6_control_A1 +LQ03X018280 Putative 21 kDa protein 7.540141538 C6_control_A3 +LQ03X018280 Putative 21 kDa protein 6.877695711 C6_control_B1 +LQ03X018280 Putative 21 kDa protein 6.098179292 C6_control_B2 +LQ03X018280 Putative 21 kDa protein 7.108091785 C6_control_B3 +LQ03X018280 Putative 21 kDa protein 5.799303325 C6_control_C1 +LQ03X018280 Putative 21 kDa protein 5.832411814 C6_control_C2 +LQ03X018280 Putative 21 kDa protein 5.225232547 C6_control_C3 +LQ03X018280 Putative 21 kDa protein 6.069087774 C6_chemical_A1 +LQ03X018280 Putative 21 kDa protein 6.21151001 C6_chemical_A3 +LQ03X018280 Putative 21 kDa protein 6.907947228 C6_chemical_B1 +LQ03X018280 Putative 21 kDa protein 6.355924803 C6_chemical_B2 +LQ03X018280 Putative 21 kDa protein 7.037654945 C6_chemical_B3 +LQ03X018280 Putative 21 kDa protein 5.01090099 C6_chemical_C1 +LQ03X018280 Putative 21 kDa protein 4.837031988 C6_chemical_C2 +LQ03X018280 Putative 21 kDa protein 4.932882706 C6_chemical_C3 +LQ03X018280 Putative 21 kDa protein 6.11166698 L4_control_A1 +LQ03X018280 Putative 21 kDa protein 6.401283902 L4_control_A2 +LQ03X018280 Putative 21 kDa protein 5.608569766 L4_control_A3 +LQ03X018280 Putative 21 kDa protein 6.347943234 L4_control_B1 +LQ03X018280 Putative 21 kDa protein 6.735485427 L4_control_B2 +LQ03X018280 Putative 21 kDa protein 6.352762687 L4_control_B3 +LQ03X018280 Putative 21 kDa protein 5.472691177 L4_control_C2 +LQ03X018280 Putative 21 kDa protein 5.424139795 L4_control_C3 +LQ03X018280 Putative 21 kDa protein 5.785190733 L4_chemical_A1 +LQ03X018280 Putative 21 kDa protein 5.924109823 L4_chemical_A2 +LQ03X018280 Putative 21 kDa protein 5.906551896 L4_chemical_A3 +LQ03X018280 Putative 21 kDa protein 6.851540707 L4_chemical_B1 +LQ03X018280 Putative 21 kDa protein 6.692410905 L4_chemical_B2 +LQ03X018280 Putative 21 kDa protein 6.235663877 L4_chemical_B3 +LQ03X018280 Putative 21 kDa protein 6.329823189 L4_chemical_C2 +LQ03X018280 Putative 21 kDa protein 5.015412206 L4_chemical_C3 +LQ03X018330 21 kDa protein 5.91830934 C6_control_A1 +LQ03X018330 21 kDa protein 5.981739042 C6_control_A3 +LQ03X018330 21 kDa protein 6.22977497 C6_control_B1 +LQ03X018330 21 kDa protein 5.564819305 C6_control_B2 +LQ03X018330 21 kDa protein 5.525195309 C6_control_B3 +LQ03X018330 21 kDa protein 5.24617781 C6_control_C1 +LQ03X018330 21 kDa protein 5.196468815 C6_control_C2 +LQ03X018330 21 kDa protein 5.254326307 C6_control_C3 +LQ03X018330 21 kDa protein 5.708497056 C6_chemical_A1 +LQ03X018330 21 kDa protein 5.829133357 C6_chemical_A3 +LQ03X018330 21 kDa protein 5.274318792 C6_chemical_B1 +LQ03X018330 21 kDa protein 5.556283035 C6_chemical_B2 +LQ03X018330 21 kDa protein 5.667256359 C6_chemical_B3 +LQ03X018330 21 kDa protein 5.383550266 C6_chemical_C1 +LQ03X018330 21 kDa protein 5.16191723 C6_chemical_C2 +LQ03X018330 21 kDa protein 5.094743542 C6_chemical_C3 +LQ03X018330 21 kDa protein 6.271169027 L4_control_A1 +LQ03X018330 21 kDa protein 5.824631982 L4_control_A2 +LQ03X018330 21 kDa protein 6.351600213 L4_control_A3 +LQ03X018330 21 kDa protein 5.597797996 L4_control_B1 +LQ03X018330 21 kDa protein 5.338736318 L4_control_B2 +LQ03X018330 21 kDa protein 5.285085379 L4_control_B3 +LQ03X018330 21 kDa protein 5.147341961 L4_control_C2 +LQ03X018330 21 kDa protein 6.257094344 L4_control_C3 +LQ03X018330 21 kDa protein 6.044841093 L4_chemical_A1 +LQ03X018330 21 kDa protein 5.682784504 L4_chemical_A2 +LQ03X018330 21 kDa protein 6.023928851 L4_chemical_A3 +LQ03X018330 21 kDa protein 5.633578319 L4_chemical_B1 +LQ03X018330 21 kDa protein 5.019029534 L4_chemical_B2 +LQ03X018330 21 kDa protein 5.468047126 L4_chemical_B3 +LQ03X018330 21 kDa protein 5.502623881 L4_chemical_C2 +LQ03X018330 21 kDa protein 5.271337547 L4_chemical_C3 +LQ03X018360 Protein ODORANT1 5.957120669 C6_control_A1 +LQ03X018360 Protein ODORANT1 5.76012459 C6_control_A3 +LQ03X018360 Protein ODORANT1 6.559033956 C6_control_B1 +LQ03X018360 Protein ODORANT1 5.777361103 C6_control_B2 +LQ03X018360 Protein ODORANT1 6.646404323 C6_control_B3 +LQ03X018360 Protein ODORANT1 5.360084864 C6_control_C1 +LQ03X018360 Protein ODORANT1 5.46391439 C6_control_C2 +LQ03X018360 Protein ODORANT1 5.415285331 C6_control_C3 +LQ03X018360 Protein ODORANT1 6.082507272 C6_chemical_A1 +LQ03X018360 Protein ODORANT1 5.814503269 C6_chemical_A3 +LQ03X018360 Protein ODORANT1 6.604651033 C6_chemical_B1 +LQ03X018360 Protein ODORANT1 5.645372777 C6_chemical_B2 +LQ03X018360 Protein ODORANT1 6.417694338 C6_chemical_B3 +LQ03X018360 Protein ODORANT1 5.474210131 C6_chemical_C1 +LQ03X018360 Protein ODORANT1 5.58368668 C6_chemical_C2 +LQ03X018360 Protein ODORANT1 5.45095471 C6_chemical_C3 +LQ03X018360 Protein ODORANT1 5.911066166 L4_control_A1 +LQ03X018360 Protein ODORANT1 5.83547763 L4_control_A2 +LQ03X018360 Protein ODORANT1 5.806679322 L4_control_A3 +LQ03X018360 Protein ODORANT1 6.724007131 L4_control_B1 +LQ03X018360 Protein ODORANT1 6.30241943 L4_control_B2 +LQ03X018360 Protein ODORANT1 6.164831299 L4_control_B3 +LQ03X018360 Protein ODORANT1 6.336900152 L4_control_C2 +LQ03X018360 Protein ODORANT1 7.47766614 L4_control_C3 +LQ03X018360 Protein ODORANT1 6.049063416 L4_chemical_A1 +LQ03X018360 Protein ODORANT1 5.873218805 L4_chemical_A2 +LQ03X018360 Protein ODORANT1 5.044200436 L4_chemical_A3 +LQ03X018360 Protein ODORANT1 6.77731694 L4_chemical_B1 +LQ03X018360 Protein ODORANT1 6.889434838 L4_chemical_B2 +LQ03X018360 Protein ODORANT1 6.345943321 L4_chemical_B3 +LQ03X018360 Protein ODORANT1 5.676953755 L4_chemical_C2 +LQ03X018360 Protein ODORANT1 5.702880687 L4_chemical_C3 +LQ03X018410 Putative uncharacterized protein 5.558009626 C6_control_A1 +LQ03X018410 Putative uncharacterized protein 5.188335972 C6_control_A3 +LQ03X018410 Putative uncharacterized protein 5.932860536 C6_control_B1 +LQ03X018410 Putative uncharacterized protein 5.68870807 C6_control_B2 +LQ03X018410 Putative uncharacterized protein 5.378481848 C6_control_B3 +LQ03X018410 Putative uncharacterized protein 5.450674689 C6_control_C1 +LQ03X018410 Putative uncharacterized protein 5.529127121 C6_control_C2 +LQ03X018410 Putative uncharacterized protein 5.501103879 C6_control_C3 +LQ03X018410 Putative uncharacterized protein 5.027690794 C6_chemical_A1 +LQ03X018410 Putative uncharacterized protein 5.281678819 C6_chemical_A3 +LQ03X018410 Putative uncharacterized protein 5.583136012 C6_chemical_B1 +LQ03X018410 Putative uncharacterized protein 5.608034502 C6_chemical_B2 +LQ03X018410 Putative uncharacterized protein 4.840159535 C6_chemical_B3 +LQ03X018410 Putative uncharacterized protein 5.53109959 C6_chemical_C1 +LQ03X018410 Putative uncharacterized protein 5.734305936 C6_chemical_C2 +LQ03X018410 Putative uncharacterized protein 5.203210728 C6_chemical_C3 +LQ03X018410 Putative uncharacterized protein 5.106903846 L4_control_A1 +LQ03X018410 Putative uncharacterized protein 5.468228196 L4_control_A2 +LQ03X018410 Putative uncharacterized protein 5.367528825 L4_control_A3 +LQ03X018410 Putative uncharacterized protein 5.01980725 L4_control_B1 +LQ03X018410 Putative uncharacterized protein 5.262344026 L4_control_B2 +LQ03X018410 Putative uncharacterized protein 5.282106299 L4_control_B3 +LQ03X018410 Putative uncharacterized protein 5.221645972 L4_control_C2 +LQ03X018410 Putative uncharacterized protein 5.015270092 L4_control_C3 +LQ03X018410 Putative uncharacterized protein 5.101098065 L4_chemical_A1 +LQ03X018410 Putative uncharacterized protein 5.359826689 L4_chemical_A2 +LQ03X018410 Putative uncharacterized protein 5.414027905 L4_chemical_A3 +LQ03X018410 Putative uncharacterized protein 5.359665811 L4_chemical_B1 +LQ03X018410 Putative uncharacterized protein 4.871959012 L4_chemical_B2 +LQ03X018410 Putative uncharacterized protein 5.106131266 L4_chemical_B3 +LQ03X018410 Putative uncharacterized protein 4.9106524 L4_chemical_C2 +LQ03X018410 Putative uncharacterized protein 5.246427631 L4_chemical_C3 +LQ03X018440 40S ribosomal protein S20-2 15.30780919 C6_control_A1 +LQ03X018440 40S ribosomal protein S20-2 15.48715233 C6_control_A3 +LQ03X018440 40S ribosomal protein S20-2 15.23301984 C6_control_B1 +LQ03X018440 40S ribosomal protein S20-2 15.12139324 C6_control_B2 +LQ03X018440 40S ribosomal protein S20-2 14.94259891 C6_control_B3 +LQ03X018440 40S ribosomal protein S20-2 14.58691108 C6_control_C1 +LQ03X018440 40S ribosomal protein S20-2 14.93506532 C6_control_C2 +LQ03X018440 40S ribosomal protein S20-2 14.60322164 C6_control_C3 +LQ03X018440 40S ribosomal protein S20-2 14.83177163 C6_chemical_A1 +LQ03X018440 40S ribosomal protein S20-2 14.97908485 C6_chemical_A3 +LQ03X018440 40S ribosomal protein S20-2 14.57535119 C6_chemical_B1 +LQ03X018440 40S ribosomal protein S20-2 14.42386252 C6_chemical_B2 +LQ03X018440 40S ribosomal protein S20-2 14.57276926 C6_chemical_B3 +LQ03X018440 40S ribosomal protein S20-2 14.67160962 C6_chemical_C1 +LQ03X018440 40S ribosomal protein S20-2 14.44281459 C6_chemical_C2 +LQ03X018440 40S ribosomal protein S20-2 14.33023609 C6_chemical_C3 +LQ03X018440 40S ribosomal protein S20-2 15.27082495 L4_control_A1 +LQ03X018440 40S ribosomal protein S20-2 15.26845522 L4_control_A2 +LQ03X018440 40S ribosomal protein S20-2 14.99252906 L4_control_A3 +LQ03X018440 40S ribosomal protein S20-2 14.93185171 L4_control_B1 +LQ03X018440 40S ribosomal protein S20-2 14.54840966 L4_control_B2 +LQ03X018440 40S ribosomal protein S20-2 14.95126513 L4_control_B3 +LQ03X018440 40S ribosomal protein S20-2 14.35004437 L4_control_C2 +LQ03X018440 40S ribosomal protein S20-2 14.74287568 L4_control_C3 +LQ03X018440 40S ribosomal protein S20-2 15.24924612 L4_chemical_A1 +LQ03X018440 40S ribosomal protein S20-2 15.08187937 L4_chemical_A2 +LQ03X018440 40S ribosomal protein S20-2 14.92501121 L4_chemical_A3 +LQ03X018440 40S ribosomal protein S20-2 14.84134482 L4_chemical_B1 +LQ03X018440 40S ribosomal protein S20-2 14.85412819 L4_chemical_B2 +LQ03X018440 40S ribosomal protein S20-2 15.17528122 L4_chemical_B3 +LQ03X018440 40S ribosomal protein S20-2 14.6299618 L4_chemical_C2 +LQ03X018440 40S ribosomal protein S20-2 14.46393065 L4_chemical_C3 +LQ03X018470 Putative Cytochrome P450 93A1 9.115463464 C6_control_A1 +LQ03X018470 Putative Cytochrome P450 93A1 8.687506189 C6_control_A3 +LQ03X018470 Putative Cytochrome P450 93A1 10.29623075 C6_control_B1 +LQ03X018470 Putative Cytochrome P450 93A1 12.95010334 C6_control_B2 +LQ03X018470 Putative Cytochrome P450 93A1 11.93539432 C6_control_B3 +LQ03X018470 Putative Cytochrome P450 93A1 13.82444572 C6_control_C1 +LQ03X018470 Putative Cytochrome P450 93A1 13.88074381 C6_control_C2 +LQ03X018470 Putative Cytochrome P450 93A1 13.83991935 C6_control_C3 +LQ03X018470 Putative Cytochrome P450 93A1 9.309886375 C6_chemical_A1 +LQ03X018470 Putative Cytochrome P450 93A1 9.501310828 C6_chemical_A3 +LQ03X018470 Putative Cytochrome P450 93A1 10.94297213 C6_chemical_B1 +LQ03X018470 Putative Cytochrome P450 93A1 12.79567272 C6_chemical_B2 +LQ03X018470 Putative Cytochrome P450 93A1 12.21800635 C6_chemical_B3 +LQ03X018470 Putative Cytochrome P450 93A1 13.61265912 C6_chemical_C1 +LQ03X018470 Putative Cytochrome P450 93A1 13.70910978 C6_chemical_C2 +LQ03X018470 Putative Cytochrome P450 93A1 13.69368739 C6_chemical_C3 +LQ03X018470 Putative Cytochrome P450 93A1 9.277434168 L4_control_A1 +LQ03X018470 Putative Cytochrome P450 93A1 10.55634545 L4_control_A2 +LQ03X018470 Putative Cytochrome P450 93A1 9.528742321 L4_control_A3 +LQ03X018470 Putative Cytochrome P450 93A1 11.63131274 L4_control_B1 +LQ03X018470 Putative Cytochrome P450 93A1 11.51829154 L4_control_B2 +LQ03X018470 Putative Cytochrome P450 93A1 13.39916786 L4_control_B3 +LQ03X018470 Putative Cytochrome P450 93A1 12.85999209 L4_control_C2 +LQ03X018470 Putative Cytochrome P450 93A1 12.73071145 L4_control_C3 +LQ03X018470 Putative Cytochrome P450 93A1 9.402759046 L4_chemical_A1 +LQ03X018470 Putative Cytochrome P450 93A1 10.3771053 L4_chemical_A2 +LQ03X018470 Putative Cytochrome P450 93A1 9.319360805 L4_chemical_A3 +LQ03X018470 Putative Cytochrome P450 93A1 10.32958455 L4_chemical_B1 +LQ03X018470 Putative Cytochrome P450 93A1 11.18385377 L4_chemical_B2 +LQ03X018470 Putative Cytochrome P450 93A1 11.67914284 L4_chemical_B3 +LQ03X018470 Putative Cytochrome P450 93A1 12.60680284 L4_chemical_C2 +LQ03X018470 Putative Cytochrome P450 93A1 12.82207375 L4_chemical_C3 +LQ03X018500 Putative Cytochrome P450 76C1 6.155911982 C6_control_A1 +LQ03X018500 Putative Cytochrome P450 76C1 5.727695445 C6_control_A3 +LQ03X018500 Putative Cytochrome P450 76C1 5.964544913 C6_control_B1 +LQ03X018500 Putative Cytochrome P450 76C1 6.52477898 C6_control_B2 +LQ03X018500 Putative Cytochrome P450 76C1 5.529318065 C6_control_B3 +LQ03X018500 Putative Cytochrome P450 76C1 7.274238093 C6_control_C1 +LQ03X018500 Putative Cytochrome P450 76C1 7.472236385 C6_control_C2 +LQ03X018500 Putative Cytochrome P450 76C1 7.388653568 C6_control_C3 +LQ03X018500 Putative Cytochrome P450 76C1 6.221628247 C6_chemical_A1 +LQ03X018500 Putative Cytochrome P450 76C1 6.078968028 C6_chemical_A3 +LQ03X018500 Putative Cytochrome P450 76C1 5.574766174 C6_chemical_B1 +LQ03X018500 Putative Cytochrome P450 76C1 5.895213341 C6_chemical_B2 +LQ03X018500 Putative Cytochrome P450 76C1 5.863720883 C6_chemical_B3 +LQ03X018500 Putative Cytochrome P450 76C1 7.313122095 C6_chemical_C1 +LQ03X018500 Putative Cytochrome P450 76C1 7.211209735 C6_chemical_C2 +LQ03X018500 Putative Cytochrome P450 76C1 8.89153863 C6_chemical_C3 +LQ03X018500 Putative Cytochrome P450 76C1 6.854244455 L4_control_A1 +LQ03X018500 Putative Cytochrome P450 76C1 5.428799959 L4_control_A2 +LQ03X018500 Putative Cytochrome P450 76C1 5.615998757 L4_control_A3 +LQ03X018500 Putative Cytochrome P450 76C1 6.95893409 L4_control_B1 +LQ03X018500 Putative Cytochrome P450 76C1 5.652278292 L4_control_B2 +LQ03X018500 Putative Cytochrome P450 76C1 8.20072354 L4_control_B3 +LQ03X018500 Putative Cytochrome P450 76C1 9.214427326 L4_control_C2 +LQ03X018500 Putative Cytochrome P450 76C1 8.981135695 L4_control_C3 +LQ03X018500 Putative Cytochrome P450 76C1 7.669098661 L4_chemical_A1 +LQ03X018500 Putative Cytochrome P450 76C1 6.600188565 L4_chemical_A2 +LQ03X018500 Putative Cytochrome P450 76C1 6.052084964 L4_chemical_A3 +LQ03X018500 Putative Cytochrome P450 76C1 5.52789496 L4_chemical_B1 +LQ03X018500 Putative Cytochrome P450 76C1 5.564669746 L4_chemical_B2 +LQ03X018500 Putative Cytochrome P450 76C1 6.813377534 L4_chemical_B3 +LQ03X018500 Putative Cytochrome P450 76C1 8.829527492 L4_chemical_C2 +LQ03X018500 Putative Cytochrome P450 76C1 8.594143263 L4_chemical_C3 +LQ03X018520 Predicted protein 12.2795854 C6_control_A1 +LQ03X018520 Predicted protein 12.8552569 C6_control_A3 +LQ03X018520 Predicted protein 11.87736671 C6_control_B1 +LQ03X018520 Predicted protein 11.7758104 C6_control_B2 +LQ03X018520 Predicted protein 11.97464798 C6_control_B3 +LQ03X018520 Predicted protein 12.24710338 C6_control_C1 +LQ03X018520 Predicted protein 11.65504822 C6_control_C2 +LQ03X018520 Predicted protein 11.66617313 C6_control_C3 +LQ03X018520 Predicted protein 12.07104963 C6_chemical_A1 +LQ03X018520 Predicted protein 12.52679289 C6_chemical_A3 +LQ03X018520 Predicted protein 11.75749205 C6_chemical_B1 +LQ03X018520 Predicted protein 11.56081936 C6_chemical_B2 +LQ03X018520 Predicted protein 11.84648527 C6_chemical_B3 +LQ03X018520 Predicted protein 12.09838212 C6_chemical_C1 +LQ03X018520 Predicted protein 11.93013553 C6_chemical_C2 +LQ03X018520 Predicted protein 11.7211993 C6_chemical_C3 +LQ03X018520 Predicted protein 12.3468128 L4_control_A1 +LQ03X018520 Predicted protein 12.23282093 L4_control_A2 +LQ03X018520 Predicted protein 12.55953882 L4_control_A3 +LQ03X018520 Predicted protein 12.09238293 L4_control_B1 +LQ03X018520 Predicted protein 11.94884348 L4_control_B2 +LQ03X018520 Predicted protein 11.83223669 L4_control_B3 +LQ03X018520 Predicted protein 12.39133495 L4_control_C2 +LQ03X018520 Predicted protein 12.53953371 L4_control_C3 +LQ03X018520 Predicted protein 11.99421476 L4_chemical_A1 +LQ03X018520 Predicted protein 12.20170943 L4_chemical_A2 +LQ03X018520 Predicted protein 12.20040798 L4_chemical_A3 +LQ03X018520 Predicted protein 12.3183776 L4_chemical_B1 +LQ03X018520 Predicted protein 12.0684148 L4_chemical_B2 +LQ03X018520 Predicted protein 11.89381082 L4_chemical_B3 +LQ03X018520 Predicted protein 12.60437187 L4_chemical_C2 +LQ03X018520 Predicted protein 12.43932817 L4_chemical_C3 +LQ03X018530 40S ribosomal protein S13 14.574188 C6_control_A1 +LQ03X018530 40S ribosomal protein S13 14.96234042 C6_control_A3 +LQ03X018530 40S ribosomal protein S13 14.22096152 C6_control_B1 +LQ03X018530 40S ribosomal protein S13 13.91158857 C6_control_B2 +LQ03X018530 40S ribosomal protein S13 14.17416047 C6_control_B3 +LQ03X018530 40S ribosomal protein S13 13.38388194 C6_control_C1 +LQ03X018530 40S ribosomal protein S13 13.60649995 C6_control_C2 +LQ03X018530 40S ribosomal protein S13 13.17368101 C6_control_C3 +LQ03X018530 40S ribosomal protein S13 14.13916702 C6_chemical_A1 +LQ03X018530 40S ribosomal protein S13 14.20415027 C6_chemical_A3 +LQ03X018530 40S ribosomal protein S13 13.8882318 C6_chemical_B1 +LQ03X018530 40S ribosomal protein S13 13.42828888 C6_chemical_B2 +LQ03X018530 40S ribosomal protein S13 13.73663579 C6_chemical_B3 +LQ03X018530 40S ribosomal protein S13 13.42188479 C6_chemical_C1 +LQ03X018530 40S ribosomal protein S13 13.05676368 C6_chemical_C2 +LQ03X018530 40S ribosomal protein S13 12.79685429 C6_chemical_C3 +LQ03X018530 40S ribosomal protein S13 14.32882736 L4_control_A1 +LQ03X018530 40S ribosomal protein S13 13.22171789 L4_control_A2 +LQ03X018530 40S ribosomal protein S13 13.06763685 L4_control_A3 +LQ03X018530 40S ribosomal protein S13 13.34352708 L4_control_B1 +LQ03X018530 40S ribosomal protein S13 13.14048375 L4_control_B2 +LQ03X018530 40S ribosomal protein S13 12.80629947 L4_control_B3 +LQ03X018530 40S ribosomal protein S13 13.98563611 L4_control_C2 +LQ03X018530 40S ribosomal protein S13 13.93930699 L4_control_C3 +LQ03X018530 40S ribosomal protein S13 13.72919182 L4_chemical_A1 +LQ03X018530 40S ribosomal protein S13 12.79066169 L4_chemical_A2 +LQ03X018530 40S ribosomal protein S13 12.6249999 L4_chemical_A3 +LQ03X018530 40S ribosomal protein S13 13.73887601 L4_chemical_B1 +LQ03X018530 40S ribosomal protein S13 13.58070016 L4_chemical_B2 +LQ03X018530 40S ribosomal protein S13 13.24683146 L4_chemical_B3 +LQ03X018530 40S ribosomal protein S13 13.79612385 L4_chemical_C2 +LQ03X018530 40S ribosomal protein S13 13.68390256 L4_chemical_C3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 11.70022121 C6_control_A1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 11.9869602 C6_control_A3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 10.99903075 C6_control_B1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 8.439025534 C6_control_B2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 8.752196145 C6_control_B3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 7.79669762 C6_control_C1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 6.26178602 C6_control_C2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 6.34179368 C6_control_C3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 11.52139555 C6_chemical_A1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 12.35976745 C6_chemical_A3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 10.13893966 C6_chemical_B1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 8.001063155 C6_chemical_B2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 9.341246324 C6_chemical_B3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 7.353138783 C6_chemical_C1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 7.039584801 C6_chemical_C2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 6.81453119 C6_chemical_C3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 11.75870143 L4_control_A1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 11.32608459 L4_control_A2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 11.29874291 L4_control_A3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 8.66854062 L4_control_B1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 10.28380772 L4_control_B2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 8.057774338 L4_control_B3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 6.797453469 L4_control_C2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 6.752214305 L4_control_C3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 10.89495815 L4_chemical_A1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 10.19834531 L4_chemical_A2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 10.96419057 L4_chemical_A3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 9.771139948 L4_chemical_B1 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 9.927123447 L4_chemical_B2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 9.869934317 L4_chemical_B3 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 7.32505697 L4_chemical_C2 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 7.350003028 L4_chemical_C3 +LQ03X018560 Protein PPLZ12 7.561125265 C6_control_A1 +LQ03X018560 Protein PPLZ12 8.274281302 C6_control_A3 +LQ03X018560 Protein PPLZ12 7.347974162 C6_control_B1 +LQ03X018560 Protein PPLZ12 7.530781277 C6_control_B2 +LQ03X018560 Protein PPLZ12 7.479818531 C6_control_B3 +LQ03X018560 Protein PPLZ12 6.974318568 C6_control_C1 +LQ03X018560 Protein PPLZ12 7.660090016 C6_control_C2 +LQ03X018560 Protein PPLZ12 6.893286751 C6_control_C3 +LQ03X018560 Protein PPLZ12 7.050359209 C6_chemical_A1 +LQ03X018560 Protein PPLZ12 7.072992252 C6_chemical_A3 +LQ03X018560 Protein PPLZ12 6.648762036 C6_chemical_B1 +LQ03X018560 Protein PPLZ12 7.211132527 C6_chemical_B2 +LQ03X018560 Protein PPLZ12 7.102068344 C6_chemical_B3 +LQ03X018560 Protein PPLZ12 7.013311667 C6_chemical_C1 +LQ03X018560 Protein PPLZ12 7.027528087 C6_chemical_C2 +LQ03X018560 Protein PPLZ12 6.825775609 C6_chemical_C3 +LQ03X018560 Protein PPLZ12 6.580903047 L4_control_A1 +LQ03X018560 Protein PPLZ12 7.210745394 L4_control_A2 +LQ03X018560 Protein PPLZ12 6.71627082 L4_control_A3 +LQ03X018560 Protein PPLZ12 7.919433967 L4_control_B1 +LQ03X018560 Protein PPLZ12 7.086736261 L4_control_B2 +LQ03X018560 Protein PPLZ12 6.965728604 L4_control_B3 +LQ03X018560 Protein PPLZ12 6.616135949 L4_control_C2 +LQ03X018560 Protein PPLZ12 5.854227524 L4_control_C3 +LQ03X018560 Protein PPLZ12 6.491629327 L4_chemical_A1 +LQ03X018560 Protein PPLZ12 7.67619927 L4_chemical_A2 +LQ03X018560 Protein PPLZ12 7.301183291 L4_chemical_A3 +LQ03X018560 Protein PPLZ12 7.045657237 L4_chemical_B1 +LQ03X018560 Protein PPLZ12 7.967363964 L4_chemical_B2 +LQ03X018560 Protein PPLZ12 7.18162903 L4_chemical_B3 +LQ03X018560 Protein PPLZ12 6.684284479 L4_chemical_C2 +LQ03X018560 Protein PPLZ12 6.354914176 L4_chemical_C3 +LQ03X018590 FK506-binding protein, putative 5.721730937 C6_control_A1 +LQ03X018590 FK506-binding protein, putative 5.607715583 C6_control_A3 +LQ03X018590 FK506-binding protein, putative 5.64124658 C6_control_B1 +LQ03X018590 FK506-binding protein, putative 5.548272783 C6_control_B2 +LQ03X018590 FK506-binding protein, putative 6.036418284 C6_control_B3 +LQ03X018590 FK506-binding protein, putative 5.583207546 C6_control_C1 +LQ03X018590 FK506-binding protein, putative 5.335301495 C6_control_C2 +LQ03X018590 FK506-binding protein, putative 5.390618712 C6_control_C3 +LQ03X018590 FK506-binding protein, putative 5.634851121 C6_chemical_A1 +LQ03X018590 FK506-binding protein, putative 5.331832202 C6_chemical_A3 +LQ03X018590 FK506-binding protein, putative 5.347757726 C6_chemical_B1 +LQ03X018590 FK506-binding protein, putative 5.650704243 C6_chemical_B2 +LQ03X018590 FK506-binding protein, putative 5.653682205 C6_chemical_B3 +LQ03X018590 FK506-binding protein, putative 5.610705951 C6_chemical_C1 +LQ03X018590 FK506-binding protein, putative 5.717447011 C6_chemical_C2 +LQ03X018590 FK506-binding protein, putative 5.334182351 C6_chemical_C3 +LQ03X018590 FK506-binding protein, putative 5.564954466 L4_control_A1 +LQ03X018590 FK506-binding protein, putative 5.808198345 L4_control_A2 +LQ03X018590 FK506-binding protein, putative 5.948296831 L4_control_A3 +LQ03X018590 FK506-binding protein, putative 5.425909432 L4_control_B1 +LQ03X018590 FK506-binding protein, putative 5.640483655 L4_control_B2 +LQ03X018590 FK506-binding protein, putative 5.223735822 L4_control_B3 +LQ03X018590 FK506-binding protein, putative 5.865606213 L4_control_C2 +LQ03X018590 FK506-binding protein, putative 5.997969291 L4_control_C3 +LQ03X018590 FK506-binding protein, putative 5.18924913 L4_chemical_A1 +LQ03X018590 FK506-binding protein, putative 5.977556797 L4_chemical_A2 +LQ03X018590 FK506-binding protein, putative 6.289213197 L4_chemical_A3 +LQ03X018590 FK506-binding protein, putative 5.383743461 L4_chemical_B1 +LQ03X018590 FK506-binding protein, putative 5.756734249 L4_chemical_B2 +LQ03X018590 FK506-binding protein, putative 5.364510245 L4_chemical_B3 +LQ03X018590 FK506-binding protein, putative 5.914491584 L4_chemical_C2 +LQ03X018590 FK506-binding protein, putative 5.757186135 L4_chemical_C3 +LQ03X018600 Enolase 6.008837719 C6_control_A1 +LQ03X018600 Enolase 5.486380574 C6_control_A3 +LQ03X018600 Enolase 5.4863817 C6_control_B1 +LQ03X018600 Enolase 5.538048532 C6_control_B2 +LQ03X018600 Enolase 5.809049411 C6_control_B3 +LQ03X018600 Enolase 5.431851712 C6_control_C1 +LQ03X018600 Enolase 5.499113337 C6_control_C2 +LQ03X018600 Enolase 5.41394152 C6_control_C3 +LQ03X018600 Enolase 5.600883308 C6_chemical_A1 +LQ03X018600 Enolase 5.128871629 C6_chemical_A3 +LQ03X018600 Enolase 5.936614343 C6_chemical_B1 +LQ03X018600 Enolase 5.417571171 C6_chemical_B2 +LQ03X018600 Enolase 4.924017309 C6_chemical_B3 +LQ03X018600 Enolase 5.484714314 C6_chemical_C1 +LQ03X018600 Enolase 5.452491233 C6_chemical_C2 +LQ03X018600 Enolase 5.473985691 C6_chemical_C3 +LQ03X018600 Enolase 5.497373212 L4_control_A1 +LQ03X018600 Enolase 5.650839905 L4_control_A2 +LQ03X018600 Enolase 5.314802393 L4_control_A3 +LQ03X018600 Enolase 5.11949812 L4_control_B1 +LQ03X018600 Enolase 5.292935317 L4_control_B2 +LQ03X018600 Enolase 5.478934129 L4_control_B3 +LQ03X018600 Enolase 5.49708908 L4_control_C2 +LQ03X018600 Enolase 5.705734384 L4_control_C3 +LQ03X018600 Enolase 5.426714486 L4_chemical_A1 +LQ03X018600 Enolase 5.583495108 L4_chemical_A2 +LQ03X018600 Enolase 5.371130756 L4_chemical_A3 +LQ03X018600 Enolase 5.475097484 L4_chemical_B1 +LQ03X018600 Enolase 5.551501621 L4_chemical_B2 +LQ03X018600 Enolase 5.387492848 L4_chemical_B3 +LQ03X018600 Enolase 5.101969911 L4_chemical_C2 +LQ03X018600 Enolase 5.471173584 L4_chemical_C3 +LQ03X018630 Putative uncharacterized protein 9.39009515 C6_control_A1 +LQ03X018630 Putative uncharacterized protein 9.718342692 C6_control_A3 +LQ03X018630 Putative uncharacterized protein 7.203210371 C6_control_B1 +LQ03X018630 Putative uncharacterized protein 5.458858062 C6_control_B2 +LQ03X018630 Putative uncharacterized protein 5.868879233 C6_control_B3 +LQ03X018630 Putative uncharacterized protein 5.417471773 C6_control_C1 +LQ03X018630 Putative uncharacterized protein 5.537093437 C6_control_C2 +LQ03X018630 Putative uncharacterized protein 5.318966422 C6_control_C3 +LQ03X018630 Putative uncharacterized protein 8.946016943 C6_chemical_A1 +LQ03X018630 Putative uncharacterized protein 10.18193177 C6_chemical_A3 +LQ03X018630 Putative uncharacterized protein 6.936312225 C6_chemical_B1 +LQ03X018630 Putative uncharacterized protein 5.519095285 C6_chemical_B2 +LQ03X018630 Putative uncharacterized protein 5.776846828 C6_chemical_B3 +LQ03X018630 Putative uncharacterized protein 5.547806876 C6_chemical_C1 +LQ03X018630 Putative uncharacterized protein 5.455471253 C6_chemical_C2 +LQ03X018630 Putative uncharacterized protein 5.518627347 C6_chemical_C3 +LQ03X018630 Putative uncharacterized protein 9.994452395 L4_control_A1 +LQ03X018630 Putative uncharacterized protein 9.579195557 L4_control_A2 +LQ03X018630 Putative uncharacterized protein 10.97000021 L4_control_A3 +LQ03X018630 Putative uncharacterized protein 5.448985667 L4_control_B1 +LQ03X018630 Putative uncharacterized protein 7.250376693 L4_control_B2 +LQ03X018630 Putative uncharacterized protein 5.602512566 L4_control_B3 +LQ03X018630 Putative uncharacterized protein 5.6709035 L4_control_C2 +LQ03X018630 Putative uncharacterized protein 5.518771439 L4_control_C3 +LQ03X018630 Putative uncharacterized protein 8.726328842 L4_chemical_A1 +LQ03X018630 Putative uncharacterized protein 8.259692008 L4_chemical_A2 +LQ03X018630 Putative uncharacterized protein 10.33571649 L4_chemical_A3 +LQ03X018630 Putative uncharacterized protein 6.302117599 L4_chemical_B1 +LQ03X018630 Putative uncharacterized protein 6.56680345 L4_chemical_B2 +LQ03X018630 Putative uncharacterized protein 8.377402024 L4_chemical_B3 +LQ03X018630 Putative uncharacterized protein 6.246288543 L4_chemical_C2 +LQ03X018630 Putative uncharacterized protein 5.505776937 L4_chemical_C3 +LQ03X018750 Predicted protein 5.686150133 C6_control_A1 +LQ03X018750 Predicted protein 5.143119598 C6_control_A3 +LQ03X018750 Predicted protein 5.745130709 C6_control_B1 +LQ03X018750 Predicted protein 5.066039033 C6_control_B2 +LQ03X018750 Predicted protein 5.958337572 C6_control_B3 +LQ03X018750 Predicted protein 5.036046452 C6_control_C1 +LQ03X018750 Predicted protein 5.11747998 C6_control_C2 +LQ03X018750 Predicted protein 5.422219316 C6_control_C3 +LQ03X018750 Predicted protein 5.754241514 C6_chemical_A1 +LQ03X018750 Predicted protein 5.500847307 C6_chemical_A3 +LQ03X018750 Predicted protein 5.770572987 C6_chemical_B1 +LQ03X018750 Predicted protein 5.197563267 C6_chemical_B2 +LQ03X018750 Predicted protein 5.83592288 C6_chemical_B3 +LQ03X018750 Predicted protein 5.199753721 C6_chemical_C1 +LQ03X018750 Predicted protein 5.274179914 C6_chemical_C2 +LQ03X018750 Predicted protein 5.78760906 C6_chemical_C3 +LQ03X018750 Predicted protein 5.505530167 L4_control_A1 +LQ03X018750 Predicted protein 6.163998967 L4_control_A2 +LQ03X018750 Predicted protein 5.724866642 L4_control_A3 +LQ03X018750 Predicted protein 6.211459365 L4_control_B1 +LQ03X018750 Predicted protein 6.192203625 L4_control_B2 +LQ03X018750 Predicted protein 5.510856203 L4_control_B3 +LQ03X018750 Predicted protein 6.57015028 L4_control_C2 +LQ03X018750 Predicted protein 6.021919916 L4_control_C3 +LQ03X018750 Predicted protein 5.549445506 L4_chemical_A1 +LQ03X018750 Predicted protein 6.361142569 L4_chemical_A2 +LQ03X018750 Predicted protein 5.542294232 L4_chemical_A3 +LQ03X018750 Predicted protein 5.631311743 L4_chemical_B1 +LQ03X018750 Predicted protein 6.743702352 L4_chemical_B2 +LQ03X018750 Predicted protein 5.745658318 L4_chemical_B3 +LQ03X018750 Predicted protein 6.089110371 L4_chemical_C2 +LQ03X018750 Predicted protein 5.254874952 L4_chemical_C3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.61087695 C6_control_A1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.6795791 C6_control_A3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.005885912 C6_control_B1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.103371849 C6_control_B2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.241415738 C6_control_B3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.838452052 C6_control_C1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.373295839 C6_control_C2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.720430846 C6_control_C3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.209398052 C6_chemical_A1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.755991065 C6_chemical_A3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.774456439 C6_chemical_B1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.777366148 C6_chemical_B2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.052427669 C6_chemical_B3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.306801105 C6_chemical_C1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.673208233 C6_chemical_C2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.913685709 C6_chemical_C3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.638651242 L4_control_A1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.211202397 L4_control_A2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.51231296 L4_control_A3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.182552871 L4_control_B1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.232444139 L4_control_B2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.377446382 L4_control_B3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 4.804856771 L4_control_C2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.422630238 L4_control_C3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.613223096 L4_chemical_A1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.202486351 L4_chemical_A2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.930235586 L4_chemical_A3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.908377558 L4_chemical_B1 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.635339036 L4_chemical_B2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.971357807 L4_chemical_B3 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.151142142 L4_chemical_C2 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 5.128304757 L4_chemical_C3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.44031412 C6_control_A1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.26934567 C6_control_A3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.22154456 C6_control_B1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.5404796 C6_control_B2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.93085783 C6_control_B3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.3639387 C6_control_C1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.21373891 C6_control_C2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 12.92422048 C6_control_C3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.25872262 C6_chemical_A1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.19475009 C6_chemical_A3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.15304488 C6_chemical_B1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.28062986 C6_chemical_B2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.6686086 C6_chemical_B3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.56257331 C6_chemical_C1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.33724613 C6_chemical_C2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 12.92204626 C6_chemical_C3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.18858345 L4_control_A1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.32282949 L4_control_A2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.14242007 L4_control_A3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.21716708 L4_control_B1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.4336753 L4_control_B2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.38011871 L4_control_B3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.81665238 L4_control_C2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.29631663 L4_control_C3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.21038876 L4_chemical_A1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.44544282 L4_chemical_A2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.01612738 L4_chemical_A3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.70692323 L4_chemical_B1 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.72709157 L4_chemical_B2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.72211534 L4_chemical_B3 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.17784138 L4_chemical_C2 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 13.3366682 L4_chemical_C3 +LQ03X018830 Predicted protein 14.31212233 C6_control_A1 +LQ03X018830 Predicted protein 14.09392586 C6_control_A3 +LQ03X018830 Predicted protein 14.68890635 C6_control_B1 +LQ03X018830 Predicted protein 14.51979628 C6_control_B2 +LQ03X018830 Predicted protein 14.82326108 C6_control_B3 +LQ03X018830 Predicted protein 14.88667027 C6_control_C1 +LQ03X018830 Predicted protein 14.30753809 C6_control_C2 +LQ03X018830 Predicted protein 14.1786157 C6_control_C3 +LQ03X018830 Predicted protein 14.61786713 C6_chemical_A1 +LQ03X018830 Predicted protein 13.61135275 C6_chemical_A3 +LQ03X018830 Predicted protein 15.028847 C6_chemical_B1 +LQ03X018830 Predicted protein 14.58000749 C6_chemical_B2 +LQ03X018830 Predicted protein 14.30615199 C6_chemical_B3 +LQ03X018830 Predicted protein 14.57301002 C6_chemical_C1 +LQ03X018830 Predicted protein 14.47320391 C6_chemical_C2 +LQ03X018830 Predicted protein 13.75150668 C6_chemical_C3 +LQ03X018830 Predicted protein 13.68340754 L4_control_A1 +LQ03X018830 Predicted protein 13.98130288 L4_control_A2 +LQ03X018830 Predicted protein 13.37957255 L4_control_A3 +LQ03X018830 Predicted protein 13.84128019 L4_control_B1 +LQ03X018830 Predicted protein 13.60794128 L4_control_B2 +LQ03X018830 Predicted protein 11.29895851 L4_control_B3 +LQ03X018830 Predicted protein 13.97101995 L4_control_C2 +LQ03X018830 Predicted protein 12.17706567 L4_control_C3 +LQ03X018830 Predicted protein 12.86112391 L4_chemical_A1 +LQ03X018830 Predicted protein 13.62167037 L4_chemical_A2 +LQ03X018830 Predicted protein 12.45068543 L4_chemical_A3 +LQ03X018830 Predicted protein 13.9126723 L4_chemical_B1 +LQ03X018830 Predicted protein 14.10321777 L4_chemical_B2 +LQ03X018830 Predicted protein 13.14025937 L4_chemical_B3 +LQ03X018830 Predicted protein 13.55204339 L4_chemical_C2 +LQ03X018830 Predicted protein 12.44216301 L4_chemical_C3 +LQ03X018860 Putative uncharacterized protein 13.21293294 C6_control_A1 +LQ03X018860 Putative uncharacterized protein 12.76798222 C6_control_A3 +LQ03X018860 Putative uncharacterized protein 13.04477743 C6_control_B1 +LQ03X018860 Putative uncharacterized protein 13.39597076 C6_control_B2 +LQ03X018860 Putative uncharacterized protein 13.33711152 C6_control_B3 +LQ03X018860 Putative uncharacterized protein 13.34104902 C6_control_C1 +LQ03X018860 Putative uncharacterized protein 13.51898536 C6_control_C2 +LQ03X018860 Putative uncharacterized protein 13.1350693 C6_control_C3 +LQ03X018860 Putative uncharacterized protein 13.13300842 C6_chemical_A1 +LQ03X018860 Putative uncharacterized protein 12.42602219 C6_chemical_A3 +LQ03X018860 Putative uncharacterized protein 13.25539646 C6_chemical_B1 +LQ03X018860 Putative uncharacterized protein 13.38453431 C6_chemical_B2 +LQ03X018860 Putative uncharacterized protein 13.42197149 C6_chemical_B3 +LQ03X018860 Putative uncharacterized protein 13.86212203 C6_chemical_C1 +LQ03X018860 Putative uncharacterized protein 13.64417658 C6_chemical_C2 +LQ03X018860 Putative uncharacterized protein 13.68801009 C6_chemical_C3 +LQ03X018860 Putative uncharacterized protein 12.54982667 L4_control_A1 +LQ03X018860 Putative uncharacterized protein 12.69901301 L4_control_A2 +LQ03X018860 Putative uncharacterized protein 12.73174602 L4_control_A3 +LQ03X018860 Putative uncharacterized protein 13.23259859 L4_control_B1 +LQ03X018860 Putative uncharacterized protein 12.5297211 L4_control_B2 +LQ03X018860 Putative uncharacterized protein 13.40626049 L4_control_B3 +LQ03X018860 Putative uncharacterized protein 13.08299755 L4_control_C2 +LQ03X018860 Putative uncharacterized protein 12.8091473 L4_control_C3 +LQ03X018860 Putative uncharacterized protein 13.57791277 L4_chemical_A1 +LQ03X018860 Putative uncharacterized protein 13.54357824 L4_chemical_A2 +LQ03X018860 Putative uncharacterized protein 13.10238103 L4_chemical_A3 +LQ03X018860 Putative uncharacterized protein 13.15217046 L4_chemical_B1 +LQ03X018860 Putative uncharacterized protein 13.2794209 L4_chemical_B2 +LQ03X018860 Putative uncharacterized protein 13.27337226 L4_chemical_B3 +LQ03X018860 Putative uncharacterized protein 13.49728403 L4_chemical_C2 +LQ03X018860 Putative uncharacterized protein 13.16783567 L4_chemical_C3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 9.774313415 C6_control_A1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 10.30926293 C6_control_A3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 10.01752239 C6_control_B1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 8.137395516 C6_control_B2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 10.39190362 C6_control_B3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 9.426268971 C6_control_C1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 7.002488804 C6_control_C2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 9.732022808 C6_control_C3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 10.69037254 C6_chemical_A1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 9.08297295 C6_chemical_A3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 10.38477657 C6_chemical_B1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 8.081317515 C6_chemical_B2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.32665968 C6_chemical_B3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 9.105149904 C6_chemical_C1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 7.866721685 C6_chemical_C2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 9.66314384 C6_chemical_C3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.77130988 L4_control_A1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.49278222 L4_control_A2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.407785 L4_control_A3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 13.39336165 L4_control_B1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.46403809 L4_control_B2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 9.364504797 L4_control_B3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.8574724 L4_control_C2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.66612674 L4_control_C3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.61698297 L4_chemical_A1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.4272931 L4_chemical_A2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 12.18573245 L4_chemical_A3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.67231416 L4_chemical_B1 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.51242979 L4_chemical_B2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 9.376677704 L4_chemical_B3 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 12.50352675 L4_chemical_C2 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 11.77116578 L4_chemical_C3 +LQ03X018930 Subtilisin-like protease 5.223306708 C6_control_A1 +LQ03X018930 Subtilisin-like protease 5.816867273 C6_control_A3 +LQ03X018930 Subtilisin-like protease 5.129697774 C6_control_B1 +LQ03X018930 Subtilisin-like protease 5.154576159 C6_control_B2 +LQ03X018930 Subtilisin-like protease 5.561189907 C6_control_B3 +LQ03X018930 Subtilisin-like protease 5.275674319 C6_control_C1 +LQ03X018930 Subtilisin-like protease 5.180378253 C6_control_C2 +LQ03X018930 Subtilisin-like protease 4.810323615 C6_control_C3 +LQ03X018930 Subtilisin-like protease 5.502354683 C6_chemical_A1 +LQ03X018930 Subtilisin-like protease 4.97994058 C6_chemical_A3 +LQ03X018930 Subtilisin-like protease 5.193053159 C6_chemical_B1 +LQ03X018930 Subtilisin-like protease 4.931799569 C6_chemical_B2 +LQ03X018930 Subtilisin-like protease 5.476260039 C6_chemical_B3 +LQ03X018930 Subtilisin-like protease 5.329217573 C6_chemical_C1 +LQ03X018930 Subtilisin-like protease 5.020427886 C6_chemical_C2 +LQ03X018930 Subtilisin-like protease 5.002453395 C6_chemical_C3 +LQ03X018930 Subtilisin-like protease 5.308214926 L4_control_A1 +LQ03X018930 Subtilisin-like protease 5.70927849 L4_control_A2 +LQ03X018930 Subtilisin-like protease 5.528438395 L4_control_A3 +LQ03X018930 Subtilisin-like protease 5.276805575 L4_control_B1 +LQ03X018930 Subtilisin-like protease 5.246552104 L4_control_B2 +LQ03X018930 Subtilisin-like protease 5.305553677 L4_control_B3 +LQ03X018930 Subtilisin-like protease 4.833807761 L4_control_C2 +LQ03X018930 Subtilisin-like protease 5.704110737 L4_control_C3 +LQ03X018930 Subtilisin-like protease 4.958033735 L4_chemical_A1 +LQ03X018930 Subtilisin-like protease 5.285886079 L4_chemical_A2 +LQ03X018930 Subtilisin-like protease 5.158418707 L4_chemical_A3 +LQ03X018930 Subtilisin-like protease 5.325435838 L4_chemical_B1 +LQ03X018930 Subtilisin-like protease 5.191243156 L4_chemical_B2 +LQ03X018930 Subtilisin-like protease 5.489869784 L4_chemical_B3 +LQ03X018930 Subtilisin-like protease 5.250182906 L4_chemical_C2 +LQ03X018930 Subtilisin-like protease 5.08910676 L4_chemical_C3 +LQ03X018960 Probable protein phosphatase 2C 75 6.470273398 C6_control_A1 +LQ03X018960 Probable protein phosphatase 2C 75 7.607166261 C6_control_A3 +LQ03X018960 Probable protein phosphatase 2C 75 6.697088058 C6_control_B1 +LQ03X018960 Probable protein phosphatase 2C 75 7.448766783 C6_control_B2 +LQ03X018960 Probable protein phosphatase 2C 75 6.782935207 C6_control_B3 +LQ03X018960 Probable protein phosphatase 2C 75 8.414553845 C6_control_C1 +LQ03X018960 Probable protein phosphatase 2C 75 7.860084267 C6_control_C2 +LQ03X018960 Probable protein phosphatase 2C 75 7.960939211 C6_control_C3 +LQ03X018960 Probable protein phosphatase 2C 75 6.783654607 C6_chemical_A1 +LQ03X018960 Probable protein phosphatase 2C 75 8.361059076 C6_chemical_A3 +LQ03X018960 Probable protein phosphatase 2C 75 7.404581542 C6_chemical_B1 +LQ03X018960 Probable protein phosphatase 2C 75 7.847416557 C6_chemical_B2 +LQ03X018960 Probable protein phosphatase 2C 75 6.946072368 C6_chemical_B3 +LQ03X018960 Probable protein phosphatase 2C 75 8.812931234 C6_chemical_C1 +LQ03X018960 Probable protein phosphatase 2C 75 8.289668095 C6_chemical_C2 +LQ03X018960 Probable protein phosphatase 2C 75 8.358159224 C6_chemical_C3 +LQ03X018960 Probable protein phosphatase 2C 75 7.316431201 L4_control_A1 +LQ03X018960 Probable protein phosphatase 2C 75 6.054011631 L4_control_A2 +LQ03X018960 Probable protein phosphatase 2C 75 7.137206986 L4_control_A3 +LQ03X018960 Probable protein phosphatase 2C 75 7.547725143 L4_control_B1 +LQ03X018960 Probable protein phosphatase 2C 75 7.058955055 L4_control_B2 +LQ03X018960 Probable protein phosphatase 2C 75 7.033296683 L4_control_B3 +LQ03X018960 Probable protein phosphatase 2C 75 7.058158998 L4_control_C2 +LQ03X018960 Probable protein phosphatase 2C 75 6.100933258 L4_control_C3 +LQ03X018960 Probable protein phosphatase 2C 75 8.651904227 L4_chemical_A1 +LQ03X018960 Probable protein phosphatase 2C 75 9.064635404 L4_chemical_A2 +LQ03X018960 Probable protein phosphatase 2C 75 7.230863402 L4_chemical_A3 +LQ03X018960 Probable protein phosphatase 2C 75 8.181645196 L4_chemical_B1 +LQ03X018960 Probable protein phosphatase 2C 75 7.805686979 L4_chemical_B2 +LQ03X018960 Probable protein phosphatase 2C 75 7.21789844 L4_chemical_B3 +LQ03X018960 Probable protein phosphatase 2C 75 7.436169797 L4_chemical_C2 +LQ03X018960 Probable protein phosphatase 2C 75 6.48050343 L4_chemical_C3 +LQ03X018990 Putative uncharacterized protein 9.869600053 C6_control_A1 +LQ03X018990 Putative uncharacterized protein 8.795957541 C6_control_A3 +LQ03X018990 Putative uncharacterized protein 9.864645345 C6_control_B1 +LQ03X018990 Putative uncharacterized protein 8.695593177 C6_control_B2 +LQ03X018990 Putative uncharacterized protein 8.989660828 C6_control_B3 +LQ03X018990 Putative uncharacterized protein 10.19047918 C6_control_C1 +LQ03X018990 Putative uncharacterized protein 10.09642508 C6_control_C2 +LQ03X018990 Putative uncharacterized protein 8.506739432 C6_control_C3 +LQ03X018990 Putative uncharacterized protein 9.88434019 C6_chemical_A1 +LQ03X018990 Putative uncharacterized protein 8.808393456 C6_chemical_A3 +LQ03X018990 Putative uncharacterized protein 10.08964799 C6_chemical_B1 +LQ03X018990 Putative uncharacterized protein 9.232264317 C6_chemical_B2 +LQ03X018990 Putative uncharacterized protein 8.704947726 C6_chemical_B3 +LQ03X018990 Putative uncharacterized protein 10.8890096 C6_chemical_C1 +LQ03X018990 Putative uncharacterized protein 10.56694712 C6_chemical_C2 +LQ03X018990 Putative uncharacterized protein 9.075275431 C6_chemical_C3 +LQ03X018990 Putative uncharacterized protein 7.736572474 L4_control_A1 +LQ03X018990 Putative uncharacterized protein 8.059181941 L4_control_A2 +LQ03X018990 Putative uncharacterized protein 5.882689304 L4_control_A3 +LQ03X018990 Putative uncharacterized protein 8.744320189 L4_control_B1 +LQ03X018990 Putative uncharacterized protein 8.745411691 L4_control_B2 +LQ03X018990 Putative uncharacterized protein 7.534887882 L4_control_B3 +LQ03X018990 Putative uncharacterized protein 9.888270285 L4_control_C2 +LQ03X018990 Putative uncharacterized protein 8.039651854 L4_control_C3 +LQ03X018990 Putative uncharacterized protein 7.552734543 L4_chemical_A1 +LQ03X018990 Putative uncharacterized protein 7.892698835 L4_chemical_A2 +LQ03X018990 Putative uncharacterized protein 6.605433779 L4_chemical_A3 +LQ03X018990 Putative uncharacterized protein 9.066956308 L4_chemical_B1 +LQ03X018990 Putative uncharacterized protein 8.998651421 L4_chemical_B2 +LQ03X018990 Putative uncharacterized protein 7.634838573 L4_chemical_B3 +LQ03X018990 Putative uncharacterized protein 9.500179217 L4_chemical_C2 +LQ03X018990 Putative uncharacterized protein 7.962244669 L4_chemical_C3 +LQ03X019000 Predicted protein 11.36616279 C6_control_A1 +LQ03X019000 Predicted protein 11.3548872 C6_control_A3 +LQ03X019000 Predicted protein 11.95779686 C6_control_B1 +LQ03X019000 Predicted protein 11.78251944 C6_control_B2 +LQ03X019000 Predicted protein 12.09380708 C6_control_B3 +LQ03X019000 Predicted protein 10.9129969 C6_control_C1 +LQ03X019000 Predicted protein 11.03436244 C6_control_C2 +LQ03X019000 Predicted protein 11.05495207 C6_control_C3 +LQ03X019000 Predicted protein 11.20733518 C6_chemical_A1 +LQ03X019000 Predicted protein 10.99560064 C6_chemical_A3 +LQ03X019000 Predicted protein 11.93132154 C6_chemical_B1 +LQ03X019000 Predicted protein 11.64820112 C6_chemical_B2 +LQ03X019000 Predicted protein 11.85364459 C6_chemical_B3 +LQ03X019000 Predicted protein 10.90905389 C6_chemical_C1 +LQ03X019000 Predicted protein 10.8991922 C6_chemical_C2 +LQ03X019000 Predicted protein 10.9945523 C6_chemical_C3 +LQ03X019000 Predicted protein 11.38964898 L4_control_A1 +LQ03X019000 Predicted protein 11.61379667 L4_control_A2 +LQ03X019000 Predicted protein 11.41576484 L4_control_A3 +LQ03X019000 Predicted protein 12.81627612 L4_control_B1 +LQ03X019000 Predicted protein 11.46129756 L4_control_B2 +LQ03X019000 Predicted protein 12.03237348 L4_control_B3 +LQ03X019000 Predicted protein 11.41925069 L4_control_C2 +LQ03X019000 Predicted protein 11.23523501 L4_control_C3 +LQ03X019000 Predicted protein 11.61917702 L4_chemical_A1 +LQ03X019000 Predicted protein 11.69104495 L4_chemical_A2 +LQ03X019000 Predicted protein 11.74142967 L4_chemical_A3 +LQ03X019000 Predicted protein 12.42095578 L4_chemical_B1 +LQ03X019000 Predicted protein 12.0952933 L4_chemical_B2 +LQ03X019000 Predicted protein 11.97055851 L4_chemical_B3 +LQ03X019000 Predicted protein 11.49382856 L4_chemical_C2 +LQ03X019000 Predicted protein 11.1235473 L4_chemical_C3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.214323604 C6_control_A1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.512651376 C6_control_A3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.482899793 C6_control_B1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.649976992 C6_control_B2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.50656588 C6_control_B3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 11.06182084 C6_control_C1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.7625847 C6_control_C2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.96338863 C6_control_C3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.721548007 C6_chemical_A1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.702890439 C6_chemical_A3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.158247481 C6_chemical_B1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.331107498 C6_chemical_B2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.211020877 C6_chemical_B3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 11.08110668 C6_chemical_C1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 11.02014934 C6_chemical_C2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.91664958 C6_chemical_C3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.0215821 L4_control_A1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.704137291 L4_control_A2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 8.596456249 L4_control_A3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.34647871 L4_control_B1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.57533805 L4_control_B2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.22825332 L4_control_B3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.71866376 L4_control_C2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.12467828 L4_control_C3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.21572298 L4_chemical_A1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.767660548 L4_chemical_A2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 8.475935467 L4_chemical_A3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.43740305 L4_chemical_B1 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.769067361 L4_chemical_B2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.984276196 L4_chemical_B3 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 10.93310926 L4_chemical_C2 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.918964199 L4_chemical_C3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.709114801 C6_control_A1 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.668167238 C6_control_A3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.367412817 C6_control_B1 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.574979175 C6_control_B2 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.868151478 C6_control_B3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.73950795 C6_control_C1 +LQ03X019080 Phosphoglucomutase, chloroplastic 6.558478948 C6_control_C2 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.530872381 C6_control_C3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.769468619 C6_chemical_A1 +LQ03X019080 Phosphoglucomutase, chloroplastic 6.093850163 C6_chemical_A3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.841979254 C6_chemical_B1 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.724751868 C6_chemical_B2 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.34470397 C6_chemical_B3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.541434464 C6_chemical_C1 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.602223439 C6_chemical_C2 +LQ03X019080 Phosphoglucomutase, chloroplastic 6.100758564 C6_chemical_C3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.803579305 L4_control_A1 +LQ03X019080 Phosphoglucomutase, chloroplastic 6.076514608 L4_control_A2 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.722081059 L4_control_A3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.712663672 L4_control_B1 +LQ03X019080 Phosphoglucomutase, chloroplastic 6.249234316 L4_control_B2 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.92516235 L4_control_B3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.288885198 L4_control_C2 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.405522456 L4_control_C3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.746020706 L4_chemical_A1 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.985303954 L4_chemical_A2 +LQ03X019080 Phosphoglucomutase, chloroplastic 6.065866063 L4_chemical_A3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.334555657 L4_chemical_B1 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.325500536 L4_chemical_B2 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.89317619 L4_chemical_B3 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.668993938 L4_chemical_C2 +LQ03X019080 Phosphoglucomutase, chloroplastic 6.011725287 L4_chemical_C3 +LQ03X019140 Putative uncharacterized protein 11.92963379 C6_control_A1 +LQ03X019140 Putative uncharacterized protein 12.16670081 C6_control_A3 +LQ03X019140 Putative uncharacterized protein 12.10558149 C6_control_B1 +LQ03X019140 Putative uncharacterized protein 10.9501178 C6_control_B2 +LQ03X019140 Putative uncharacterized protein 11.99529564 C6_control_B3 +LQ03X019140 Putative uncharacterized protein 10.04642168 C6_control_C1 +LQ03X019140 Putative uncharacterized protein 10.08431092 C6_control_C2 +LQ03X019140 Putative uncharacterized protein 9.877159372 C6_control_C3 +LQ03X019140 Putative uncharacterized protein 11.74455096 C6_chemical_A1 +LQ03X019140 Putative uncharacterized protein 11.83691493 C6_chemical_A3 +LQ03X019140 Putative uncharacterized protein 11.78652583 C6_chemical_B1 +LQ03X019140 Putative uncharacterized protein 10.84876102 C6_chemical_B2 +LQ03X019140 Putative uncharacterized protein 11.57065356 C6_chemical_B3 +LQ03X019140 Putative uncharacterized protein 9.868182243 C6_chemical_C1 +LQ03X019140 Putative uncharacterized protein 9.496260273 C6_chemical_C2 +LQ03X019140 Putative uncharacterized protein 9.400233166 C6_chemical_C3 +LQ03X019140 Putative uncharacterized protein 11.82080875 L4_control_A1 +LQ03X019140 Putative uncharacterized protein 12.21384925 L4_control_A2 +LQ03X019140 Putative uncharacterized protein 12.77448604 L4_control_A3 +LQ03X019140 Putative uncharacterized protein 11.83746432 L4_control_B1 +LQ03X019140 Putative uncharacterized protein 12.52435143 L4_control_B2 +LQ03X019140 Putative uncharacterized protein 11.51049572 L4_control_B3 +LQ03X019140 Putative uncharacterized protein 10.69354118 L4_control_C2 +LQ03X019140 Putative uncharacterized protein 11.32087596 L4_control_C3 +LQ03X019140 Putative uncharacterized protein 11.5069831 L4_chemical_A1 +LQ03X019140 Putative uncharacterized protein 11.63431926 L4_chemical_A2 +LQ03X019140 Putative uncharacterized protein 12.43325163 L4_chemical_A3 +LQ03X019140 Putative uncharacterized protein 12.46757535 L4_chemical_B1 +LQ03X019140 Putative uncharacterized protein 11.99979856 L4_chemical_B2 +LQ03X019140 Putative uncharacterized protein 11.68877454 L4_chemical_B3 +LQ03X019140 Putative uncharacterized protein 10.59122794 L4_chemical_C2 +LQ03X019140 Putative uncharacterized protein 10.91408332 L4_chemical_C3 +LQ03X019160 MADS-box protein SOC1 7.840300441 C6_control_A1 +LQ03X019160 MADS-box protein SOC1 7.069430742 C6_control_A3 +LQ03X019160 MADS-box protein SOC1 7.902622728 C6_control_B1 +LQ03X019160 MADS-box protein SOC1 6.984598501 C6_control_B2 +LQ03X019160 MADS-box protein SOC1 8.306360141 C6_control_B3 +LQ03X019160 MADS-box protein SOC1 7.04379949 C6_control_C1 +LQ03X019160 MADS-box protein SOC1 6.291545171 C6_control_C2 +LQ03X019160 MADS-box protein SOC1 7.066058561 C6_control_C3 +LQ03X019160 MADS-box protein SOC1 7.65756769 C6_chemical_A1 +LQ03X019160 MADS-box protein SOC1 6.962547568 C6_chemical_A3 +LQ03X019160 MADS-box protein SOC1 7.955431688 C6_chemical_B1 +LQ03X019160 MADS-box protein SOC1 7.132655721 C6_chemical_B2 +LQ03X019160 MADS-box protein SOC1 7.597032645 C6_chemical_B3 +LQ03X019160 MADS-box protein SOC1 7.440124829 C6_chemical_C1 +LQ03X019160 MADS-box protein SOC1 6.969994177 C6_chemical_C2 +LQ03X019160 MADS-box protein SOC1 8.292156911 C6_chemical_C3 +LQ03X019160 MADS-box protein SOC1 8.193047543 L4_control_A1 +LQ03X019160 MADS-box protein SOC1 8.524669418 L4_control_A2 +LQ03X019160 MADS-box protein SOC1 8.531954292 L4_control_A3 +LQ03X019160 MADS-box protein SOC1 7.459124374 L4_control_B1 +LQ03X019160 MADS-box protein SOC1 6.821792135 L4_control_B2 +LQ03X019160 MADS-box protein SOC1 7.499899034 L4_control_B3 +LQ03X019160 MADS-box protein SOC1 7.184962051 L4_control_C2 +LQ03X019160 MADS-box protein SOC1 8.281320769 L4_control_C3 +LQ03X019160 MADS-box protein SOC1 7.593347656 L4_chemical_A1 +LQ03X019160 MADS-box protein SOC1 8.728929027 L4_chemical_A2 +LQ03X019160 MADS-box protein SOC1 8.930130649 L4_chemical_A3 +LQ03X019160 MADS-box protein SOC1 7.232361187 L4_chemical_B1 +LQ03X019160 MADS-box protein SOC1 7.003246348 L4_chemical_B2 +LQ03X019160 MADS-box protein SOC1 7.350211188 L4_chemical_B3 +LQ03X019160 MADS-box protein SOC1 7.824577258 L4_chemical_C2 +LQ03X019160 MADS-box protein SOC1 8.031342302 L4_chemical_C3 +LQ03X019170 Predicted protein 5.347504963 C6_control_A1 +LQ03X019170 Predicted protein 5.533985793 C6_control_A3 +LQ03X019170 Predicted protein 5.161442404 C6_control_B1 +LQ03X019170 Predicted protein 5.394517657 C6_control_B2 +LQ03X019170 Predicted protein 5.709102609 C6_control_B3 +LQ03X019170 Predicted protein 4.819673172 C6_control_C1 +LQ03X019170 Predicted protein 5.027150746 C6_control_C2 +LQ03X019170 Predicted protein 5.309080011 C6_control_C3 +LQ03X019170 Predicted protein 5.36757495 C6_chemical_A1 +LQ03X019170 Predicted protein 5.802666631 C6_chemical_A3 +LQ03X019170 Predicted protein 5.652159204 C6_chemical_B1 +LQ03X019170 Predicted protein 5.222219814 C6_chemical_B2 +LQ03X019170 Predicted protein 5.384917405 C6_chemical_B3 +LQ03X019170 Predicted protein 4.880612674 C6_chemical_C1 +LQ03X019170 Predicted protein 5.24804886 C6_chemical_C2 +LQ03X019170 Predicted protein 5.252294158 C6_chemical_C3 +LQ03X019170 Predicted protein 5.303264032 L4_control_A1 +LQ03X019170 Predicted protein 5.569031238 L4_control_A2 +LQ03X019170 Predicted protein 6.001006633 L4_control_A3 +LQ03X019170 Predicted protein 6.270677549 L4_control_B1 +LQ03X019170 Predicted protein 5.353552967 L4_control_B2 +LQ03X019170 Predicted protein 5.66698467 L4_control_B3 +LQ03X019170 Predicted protein 5.499857827 L4_control_C2 +LQ03X019170 Predicted protein 6.059341805 L4_control_C3 +LQ03X019170 Predicted protein 5.502884041 L4_chemical_A1 +LQ03X019170 Predicted protein 5.63675017 L4_chemical_A2 +LQ03X019170 Predicted protein 5.166542641 L4_chemical_A3 +LQ03X019170 Predicted protein 5.668267962 L4_chemical_B1 +LQ03X019170 Predicted protein 5.662457687 L4_chemical_B2 +LQ03X019170 Predicted protein 5.258875234 L4_chemical_B3 +LQ03X019170 Predicted protein 5.445554177 L4_chemical_C2 +LQ03X019170 Predicted protein 5.101362695 L4_chemical_C3 +LQ03X019230 Predicted protein 8.612110393 C6_control_A1 +LQ03X019230 Predicted protein 5.673449198 C6_control_A3 +LQ03X019230 Predicted protein 8.334677472 C6_control_B1 +LQ03X019230 Predicted protein 8.248588048 C6_control_B2 +LQ03X019230 Predicted protein 7.951572218 C6_control_B3 +LQ03X019230 Predicted protein 8.115711087 C6_control_C1 +LQ03X019230 Predicted protein 7.077423278 C6_control_C2 +LQ03X019230 Predicted protein 6.963266853 C6_control_C3 +LQ03X019230 Predicted protein 8.51573942 C6_chemical_A1 +LQ03X019230 Predicted protein 6.449342944 C6_chemical_A3 +LQ03X019230 Predicted protein 8.214102322 C6_chemical_B1 +LQ03X019230 Predicted protein 8.431442436 C6_chemical_B2 +LQ03X019230 Predicted protein 7.179109218 C6_chemical_B3 +LQ03X019230 Predicted protein 8.210677796 C6_chemical_C1 +LQ03X019230 Predicted protein 7.11038159 C6_chemical_C2 +LQ03X019230 Predicted protein 7.278820848 C6_chemical_C3 +LQ03X019230 Predicted protein 7.426372847 L4_control_A1 +LQ03X019230 Predicted protein 8.412606656 L4_control_A2 +LQ03X019230 Predicted protein 6.46511101 L4_control_A3 +LQ03X019230 Predicted protein 7.140095056 L4_control_B1 +LQ03X019230 Predicted protein 6.47175118 L4_control_B2 +LQ03X019230 Predicted protein 7.199795109 L4_control_B3 +LQ03X019230 Predicted protein 5.63207598 L4_control_C2 +LQ03X019230 Predicted protein 6.519292967 L4_control_C3 +LQ03X019230 Predicted protein 7.6356023 L4_chemical_A1 +LQ03X019230 Predicted protein 8.120765953 L4_chemical_A2 +LQ03X019230 Predicted protein 6.684745065 L4_chemical_A3 +LQ03X019230 Predicted protein 6.818445029 L4_chemical_B1 +LQ03X019230 Predicted protein 6.71361229 L4_chemical_B2 +LQ03X019230 Predicted protein 7.642065314 L4_chemical_B3 +LQ03X019230 Predicted protein 5.464415552 L4_chemical_C2 +LQ03X019230 Predicted protein 5.728367576 L4_chemical_C3 +LQ03X019250 Predicted protein 10.51285077 C6_control_A1 +LQ03X019250 Predicted protein 9.179782338 C6_control_A3 +LQ03X019250 Predicted protein 11.51119408 C6_control_B1 +LQ03X019250 Predicted protein 12.31698925 C6_control_B2 +LQ03X019250 Predicted protein 11.5113914 C6_control_B3 +LQ03X019250 Predicted protein 12.70701208 C6_control_C1 +LQ03X019250 Predicted protein 12.68526415 C6_control_C2 +LQ03X019250 Predicted protein 12.77122944 C6_control_C3 +LQ03X019250 Predicted protein 10.75560403 C6_chemical_A1 +LQ03X019250 Predicted protein 9.297922581 C6_chemical_A3 +LQ03X019250 Predicted protein 11.66519191 C6_chemical_B1 +LQ03X019250 Predicted protein 12.1097541 C6_chemical_B2 +LQ03X019250 Predicted protein 12.37940348 C6_chemical_B3 +LQ03X019250 Predicted protein 13.08030297 C6_chemical_C1 +LQ03X019250 Predicted protein 13.13854937 C6_chemical_C2 +LQ03X019250 Predicted protein 13.66973268 C6_chemical_C3 +LQ03X019250 Predicted protein 9.122655577 L4_control_A1 +LQ03X019250 Predicted protein 10.46110003 L4_control_A2 +LQ03X019250 Predicted protein 9.08653229 L4_control_A3 +LQ03X019250 Predicted protein 12.00759819 L4_control_B1 +LQ03X019250 Predicted protein 11.30529322 L4_control_B2 +LQ03X019250 Predicted protein 13.08959638 L4_control_B3 +LQ03X019250 Predicted protein 12.7791462 L4_control_C2 +LQ03X019250 Predicted protein 12.73016934 L4_control_C3 +LQ03X019250 Predicted protein 9.340267443 L4_chemical_A1 +LQ03X019250 Predicted protein 10.69509089 L4_chemical_A2 +LQ03X019250 Predicted protein 8.229636919 L4_chemical_A3 +LQ03X019250 Predicted protein 11.37266595 L4_chemical_B1 +LQ03X019250 Predicted protein 12.11269406 L4_chemical_B2 +LQ03X019250 Predicted protein 11.90169715 L4_chemical_B3 +LQ03X019250 Predicted protein 13.01010912 L4_chemical_C2 +LQ03X019250 Predicted protein 12.96079572 L4_chemical_C3 +LQ03X019270 L-idonate 5-dehydrogenase 12.01131993 C6_control_A1 +LQ03X019270 L-idonate 5-dehydrogenase 12.19715429 C6_control_A3 +LQ03X019270 L-idonate 5-dehydrogenase 12.43719515 C6_control_B1 +LQ03X019270 L-idonate 5-dehydrogenase 13.33340321 C6_control_B2 +LQ03X019270 L-idonate 5-dehydrogenase 12.74683223 C6_control_B3 +LQ03X019270 L-idonate 5-dehydrogenase 13.90910947 C6_control_C1 +LQ03X019270 L-idonate 5-dehydrogenase 13.92706139 C6_control_C2 +LQ03X019270 L-idonate 5-dehydrogenase 13.50858227 C6_control_C3 +LQ03X019270 L-idonate 5-dehydrogenase 12.15842882 C6_chemical_A1 +LQ03X019270 L-idonate 5-dehydrogenase 12.43909209 C6_chemical_A3 +LQ03X019270 L-idonate 5-dehydrogenase 12.70462926 C6_chemical_B1 +LQ03X019270 L-idonate 5-dehydrogenase 13.39631923 C6_chemical_B2 +LQ03X019270 L-idonate 5-dehydrogenase 12.84660954 C6_chemical_B3 +LQ03X019270 L-idonate 5-dehydrogenase 13.69811486 C6_chemical_C1 +LQ03X019270 L-idonate 5-dehydrogenase 13.90587369 C6_chemical_C2 +LQ03X019270 L-idonate 5-dehydrogenase 13.85183532 C6_chemical_C3 +LQ03X019270 L-idonate 5-dehydrogenase 11.77105168 L4_control_A1 +LQ03X019270 L-idonate 5-dehydrogenase 11.80118942 L4_control_A2 +LQ03X019270 L-idonate 5-dehydrogenase 11.80745585 L4_control_A3 +LQ03X019270 L-idonate 5-dehydrogenase 12.64472346 L4_control_B1 +LQ03X019270 L-idonate 5-dehydrogenase 12.9633505 L4_control_B2 +LQ03X019270 L-idonate 5-dehydrogenase 12.77407756 L4_control_B3 +LQ03X019270 L-idonate 5-dehydrogenase 13.30439854 L4_control_C2 +LQ03X019270 L-idonate 5-dehydrogenase 12.66099687 L4_control_C3 +LQ03X019270 L-idonate 5-dehydrogenase 12.09011989 L4_chemical_A1 +LQ03X019270 L-idonate 5-dehydrogenase 12.31435044 L4_chemical_A2 +LQ03X019270 L-idonate 5-dehydrogenase 11.68419419 L4_chemical_A3 +LQ03X019270 L-idonate 5-dehydrogenase 12.48136597 L4_chemical_B1 +LQ03X019270 L-idonate 5-dehydrogenase 12.71145154 L4_chemical_B2 +LQ03X019270 L-idonate 5-dehydrogenase 12.29343636 L4_chemical_B3 +LQ03X019270 L-idonate 5-dehydrogenase 13.14282691 L4_chemical_C2 +LQ03X019270 L-idonate 5-dehydrogenase 12.81177093 L4_chemical_C3 +LQ03X019280 L-idonate 5-dehydrogenase 12.36806826 C6_control_A1 +LQ03X019280 L-idonate 5-dehydrogenase 12.6597592 C6_control_A3 +LQ03X019280 L-idonate 5-dehydrogenase 11.61449375 C6_control_B1 +LQ03X019280 L-idonate 5-dehydrogenase 11.95028126 C6_control_B2 +LQ03X019280 L-idonate 5-dehydrogenase 11.77885689 C6_control_B3 +LQ03X019280 L-idonate 5-dehydrogenase 13.76128182 C6_control_C1 +LQ03X019280 L-idonate 5-dehydrogenase 14.05451504 C6_control_C2 +LQ03X019280 L-idonate 5-dehydrogenase 13.72573377 C6_control_C3 +LQ03X019280 L-idonate 5-dehydrogenase 12.46563618 C6_chemical_A1 +LQ03X019280 L-idonate 5-dehydrogenase 12.53006434 C6_chemical_A3 +LQ03X019280 L-idonate 5-dehydrogenase 12.04801766 C6_chemical_B1 +LQ03X019280 L-idonate 5-dehydrogenase 12.47450011 C6_chemical_B2 +LQ03X019280 L-idonate 5-dehydrogenase 11.98083947 C6_chemical_B3 +LQ03X019280 L-idonate 5-dehydrogenase 13.93069011 C6_chemical_C1 +LQ03X019280 L-idonate 5-dehydrogenase 13.90429285 C6_chemical_C2 +LQ03X019280 L-idonate 5-dehydrogenase 13.79951043 C6_chemical_C3 +LQ03X019280 L-idonate 5-dehydrogenase 12.57753692 L4_control_A1 +LQ03X019280 L-idonate 5-dehydrogenase 12.37592405 L4_control_A2 +LQ03X019280 L-idonate 5-dehydrogenase 12.84784734 L4_control_A3 +LQ03X019280 L-idonate 5-dehydrogenase 11.84227505 L4_control_B1 +LQ03X019280 L-idonate 5-dehydrogenase 12.10318545 L4_control_B2 +LQ03X019280 L-idonate 5-dehydrogenase 12.73217226 L4_control_B3 +LQ03X019280 L-idonate 5-dehydrogenase 13.40460344 L4_control_C2 +LQ03X019280 L-idonate 5-dehydrogenase 13.38476533 L4_control_C3 +LQ03X019280 L-idonate 5-dehydrogenase 13.48253007 L4_chemical_A1 +LQ03X019280 L-idonate 5-dehydrogenase 13.17815835 L4_chemical_A2 +LQ03X019280 L-idonate 5-dehydrogenase 13.12903371 L4_chemical_A3 +LQ03X019280 L-idonate 5-dehydrogenase 11.77285738 L4_chemical_B1 +LQ03X019280 L-idonate 5-dehydrogenase 12.3317011 L4_chemical_B2 +LQ03X019280 L-idonate 5-dehydrogenase 12.39337763 L4_chemical_B3 +LQ03X019280 L-idonate 5-dehydrogenase 13.64068793 L4_chemical_C2 +LQ03X019280 L-idonate 5-dehydrogenase 13.51391526 L4_chemical_C3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.683126264 C6_control_A1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.593895967 C6_control_A3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.576470746 C6_control_B1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.365954729 C6_control_B2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.59286437 C6_control_B3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.677945912 C6_control_C1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 6.081043058 C6_control_C2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.559992446 C6_control_C3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.266734628 C6_chemical_A1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.325700559 C6_chemical_A3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.729602629 C6_chemical_B1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.476793167 C6_chemical_B2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.861419937 C6_chemical_B3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.62258981 C6_chemical_C1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.80124759 C6_chemical_C2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 6.369141849 C6_chemical_C3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.549192379 L4_control_A1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.199576451 L4_control_A2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.872345961 L4_control_A3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.49177234 L4_control_B1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.877231122 L4_control_B2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.607920727 L4_control_B3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 6.084037752 L4_control_C2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.62232397 L4_control_C3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.779517561 L4_chemical_A1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.195483446 L4_chemical_A2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.72638673 L4_chemical_A3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.344349944 L4_chemical_B1 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.213944313 L4_chemical_B2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.660458856 L4_chemical_B3 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.184866875 L4_chemical_C2 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.903462903 L4_chemical_C3 +LQ03X019300 Putative Uncharacterized protein ycf20 4.886283395 C6_control_A1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.283938091 C6_control_A3 +LQ03X019300 Putative Uncharacterized protein ycf20 4.986026469 C6_control_B1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.095077259 C6_control_B2 +LQ03X019300 Putative Uncharacterized protein ycf20 4.926319971 C6_control_B3 +LQ03X019300 Putative Uncharacterized protein ycf20 5.345837501 C6_control_C1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.248971036 C6_control_C2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.292505611 C6_control_C3 +LQ03X019300 Putative Uncharacterized protein ycf20 5.073049655 C6_chemical_A1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.023095788 C6_chemical_A3 +LQ03X019300 Putative Uncharacterized protein ycf20 4.785107322 C6_chemical_B1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.252309851 C6_chemical_B2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.10103541 C6_chemical_B3 +LQ03X019300 Putative Uncharacterized protein ycf20 5.015848742 C6_chemical_C1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.169966362 C6_chemical_C2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.182466541 C6_chemical_C3 +LQ03X019300 Putative Uncharacterized protein ycf20 4.804793556 L4_control_A1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.202229621 L4_control_A2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.383619679 L4_control_A3 +LQ03X019300 Putative Uncharacterized protein ycf20 5.584533495 L4_control_B1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.396150244 L4_control_B2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.126742144 L4_control_B3 +LQ03X019300 Putative Uncharacterized protein ycf20 5.374860634 L4_control_C2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.860906098 L4_control_C3 +LQ03X019300 Putative Uncharacterized protein ycf20 4.905570846 L4_chemical_A1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.128101011 L4_chemical_A2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.083640716 L4_chemical_A3 +LQ03X019300 Putative Uncharacterized protein ycf20 5.221920809 L4_chemical_B1 +LQ03X019300 Putative Uncharacterized protein ycf20 5.29776906 L4_chemical_B2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.182653104 L4_chemical_B3 +LQ03X019300 Putative Uncharacterized protein ycf20 5.643506111 L4_chemical_C2 +LQ03X019300 Putative Uncharacterized protein ycf20 5.140102342 L4_chemical_C3 +LQ03X019310 Predicted protein 11.58869313 C6_control_A1 +LQ03X019310 Predicted protein 11.58088399 C6_control_A3 +LQ03X019310 Predicted protein 11.88652048 C6_control_B1 +LQ03X019310 Predicted protein 11.74837098 C6_control_B2 +LQ03X019310 Predicted protein 11.60534142 C6_control_B3 +LQ03X019310 Predicted protein 12.03364525 C6_control_C1 +LQ03X019310 Predicted protein 12.43605605 C6_control_C2 +LQ03X019310 Predicted protein 12.04231087 C6_control_C3 +LQ03X019310 Predicted protein 11.77312771 C6_chemical_A1 +LQ03X019310 Predicted protein 11.86147824 C6_chemical_A3 +LQ03X019310 Predicted protein 12.23621376 C6_chemical_B1 +LQ03X019310 Predicted protein 11.79423843 C6_chemical_B2 +LQ03X019310 Predicted protein 11.79969745 C6_chemical_B3 +LQ03X019310 Predicted protein 12.32513565 C6_chemical_C1 +LQ03X019310 Predicted protein 12.2848221 C6_chemical_C2 +LQ03X019310 Predicted protein 12.25153328 C6_chemical_C3 +LQ03X019310 Predicted protein 11.5979016 L4_control_A1 +LQ03X019310 Predicted protein 11.92653712 L4_control_A2 +LQ03X019310 Predicted protein 11.24288137 L4_control_A3 +LQ03X019310 Predicted protein 11.88200319 L4_control_B1 +LQ03X019310 Predicted protein 12.21209331 L4_control_B2 +LQ03X019310 Predicted protein 12.09092814 L4_control_B3 +LQ03X019310 Predicted protein 12.48984937 L4_control_C2 +LQ03X019310 Predicted protein 12.60992907 L4_control_C3 +LQ03X019310 Predicted protein 11.97536112 L4_chemical_A1 +LQ03X019310 Predicted protein 12.28960052 L4_chemical_A2 +LQ03X019310 Predicted protein 11.56363512 L4_chemical_A3 +LQ03X019310 Predicted protein 11.81831905 L4_chemical_B1 +LQ03X019310 Predicted protein 12.23389219 L4_chemical_B2 +LQ03X019310 Predicted protein 11.99104337 L4_chemical_B3 +LQ03X019310 Predicted protein 12.80855284 L4_chemical_C2 +LQ03X019310 Predicted protein 12.47312053 L4_chemical_C3 +LQ03X019330 ABC transporter B family member 28 11.98075815 C6_control_A1 +LQ03X019330 ABC transporter B family member 28 11.78339685 C6_control_A3 +LQ03X019330 ABC transporter B family member 28 12.0478704 C6_control_B1 +LQ03X019330 ABC transporter B family member 28 12.71958061 C6_control_B2 +LQ03X019330 ABC transporter B family member 28 12.51700202 C6_control_B3 +LQ03X019330 ABC transporter B family member 28 13.73618301 C6_control_C1 +LQ03X019330 ABC transporter B family member 28 13.65142079 C6_control_C2 +LQ03X019330 ABC transporter B family member 28 14.11606358 C6_control_C3 +LQ03X019330 ABC transporter B family member 28 11.76652126 C6_chemical_A1 +LQ03X019330 ABC transporter B family member 28 11.79183107 C6_chemical_A3 +LQ03X019330 ABC transporter B family member 28 12.0212403 C6_chemical_B1 +LQ03X019330 ABC transporter B family member 28 12.54911128 C6_chemical_B2 +LQ03X019330 ABC transporter B family member 28 12.37702903 C6_chemical_B3 +LQ03X019330 ABC transporter B family member 28 13.67184238 C6_chemical_C1 +LQ03X019330 ABC transporter B family member 28 13.83973866 C6_chemical_C2 +LQ03X019330 ABC transporter B family member 28 13.78673857 C6_chemical_C3 +LQ03X019330 ABC transporter B family member 28 12.11016271 L4_control_A1 +LQ03X019330 ABC transporter B family member 28 11.84113414 L4_control_A2 +LQ03X019330 ABC transporter B family member 28 12.16666058 L4_control_A3 +LQ03X019330 ABC transporter B family member 28 12.39942041 L4_control_B1 +LQ03X019330 ABC transporter B family member 28 11.57294523 L4_control_B2 +LQ03X019330 ABC transporter B family member 28 12.6451722 L4_control_B3 +LQ03X019330 ABC transporter B family member 28 13.12684767 L4_control_C2 +LQ03X019330 ABC transporter B family member 28 13.35527296 L4_control_C3 +LQ03X019330 ABC transporter B family member 28 12.14230803 L4_chemical_A1 +LQ03X019330 ABC transporter B family member 28 12.03772891 L4_chemical_A2 +LQ03X019330 ABC transporter B family member 28 12.46359543 L4_chemical_A3 +LQ03X019330 ABC transporter B family member 28 12.22254493 L4_chemical_B1 +LQ03X019330 ABC transporter B family member 28 11.56236861 L4_chemical_B2 +LQ03X019330 ABC transporter B family member 28 12.08787838 L4_chemical_B3 +LQ03X019330 ABC transporter B family member 28 13.17728283 L4_chemical_C2 +LQ03X019330 ABC transporter B family member 28 13.77725131 L4_chemical_C3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.18333476 C6_control_A1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 10.98327153 C6_control_A3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.32140245 C6_control_B1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.33400563 C6_control_B2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.26730306 C6_control_B3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.23286572 C6_control_C1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.14174576 C6_control_C2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 10.60210258 C6_control_C3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.03217317 C6_chemical_A1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 10.96493176 C6_chemical_A3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.47016381 C6_chemical_B1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.28839349 C6_chemical_B2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.31115982 C6_chemical_B3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.13668238 C6_chemical_C1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.06830165 C6_chemical_C2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 10.96906337 C6_chemical_C3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.47224203 L4_control_A1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.71785392 L4_control_A2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.74546819 L4_control_A3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 12.12129939 L4_control_B1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 12.22557845 L4_control_B2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.6758009 L4_control_B3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.61763817 L4_control_C2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.58152385 L4_control_C3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.1269978 L4_chemical_A1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.57884634 L4_chemical_A2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.32155778 L4_chemical_A3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 12.00366012 L4_chemical_B1 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.75792103 L4_chemical_B2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.62735434 L4_chemical_B3 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.45565209 L4_chemical_C2 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.30789752 L4_chemical_C3 +LQ03X019350 Putative Protein PER1 homolog 13.11627514 C6_control_A1 +LQ03X019350 Putative Protein PER1 homolog 12.95802073 C6_control_A3 +LQ03X019350 Putative Protein PER1 homolog 13.39549953 C6_control_B1 +LQ03X019350 Putative Protein PER1 homolog 13.03003636 C6_control_B2 +LQ03X019350 Putative Protein PER1 homolog 13.23927765 C6_control_B3 +LQ03X019350 Putative Protein PER1 homolog 13.14588417 C6_control_C1 +LQ03X019350 Putative Protein PER1 homolog 13.02019399 C6_control_C2 +LQ03X019350 Putative Protein PER1 homolog 12.96914671 C6_control_C3 +LQ03X019350 Putative Protein PER1 homolog 13.08545077 C6_chemical_A1 +LQ03X019350 Putative Protein PER1 homolog 12.87393934 C6_chemical_A3 +LQ03X019350 Putative Protein PER1 homolog 13.37955834 C6_chemical_B1 +LQ03X019350 Putative Protein PER1 homolog 12.79126276 C6_chemical_B2 +LQ03X019350 Putative Protein PER1 homolog 13.34705764 C6_chemical_B3 +LQ03X019350 Putative Protein PER1 homolog 12.93547392 C6_chemical_C1 +LQ03X019350 Putative Protein PER1 homolog 12.80335423 C6_chemical_C2 +LQ03X019350 Putative Protein PER1 homolog 12.85810959 C6_chemical_C3 +LQ03X019350 Putative Protein PER1 homolog 13.28797772 L4_control_A1 +LQ03X019350 Putative Protein PER1 homolog 12.77257827 L4_control_A2 +LQ03X019350 Putative Protein PER1 homolog 13.0081756 L4_control_A3 +LQ03X019350 Putative Protein PER1 homolog 13.64370226 L4_control_B1 +LQ03X019350 Putative Protein PER1 homolog 13.50830029 L4_control_B2 +LQ03X019350 Putative Protein PER1 homolog 12.98661886 L4_control_B3 +LQ03X019350 Putative Protein PER1 homolog 13.41979669 L4_control_C2 +LQ03X019350 Putative Protein PER1 homolog 13.16973103 L4_control_C3 +LQ03X019350 Putative Protein PER1 homolog 12.81790531 L4_chemical_A1 +LQ03X019350 Putative Protein PER1 homolog 13.10731109 L4_chemical_A2 +LQ03X019350 Putative Protein PER1 homolog 13.05516483 L4_chemical_A3 +LQ03X019350 Putative Protein PER1 homolog 13.79185167 L4_chemical_B1 +LQ03X019350 Putative Protein PER1 homolog 13.43884125 L4_chemical_B2 +LQ03X019350 Putative Protein PER1 homolog 13.3161943 L4_chemical_B3 +LQ03X019350 Putative Protein PER1 homolog 13.40715671 L4_chemical_C2 +LQ03X019350 Putative Protein PER1 homolog 13.06829365 L4_chemical_C3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 4.923279602 C6_control_A1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 4.760400602 C6_control_A3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.188561466 C6_control_B1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 4.873434327 C6_control_B2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.46887176 C6_control_B3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.01259412 C6_control_C1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.007202242 C6_control_C2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 4.860844732 C6_control_C3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.129216776 C6_chemical_A1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.105057885 C6_chemical_A3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.213271088 C6_chemical_B1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.029424603 C6_chemical_B2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.13055946 C6_chemical_B3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 4.920620556 C6_chemical_C1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.223857044 C6_chemical_C2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.066161735 C6_chemical_C3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 4.821525836 L4_control_A1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.324523309 L4_control_A2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.039560905 L4_control_A3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.984975254 L4_control_B1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.372611274 L4_control_B2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.007838111 L4_control_B3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.823249238 L4_control_C2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.139858762 L4_control_C3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.076329376 L4_chemical_A1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.109935948 L4_chemical_A2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 4.810989178 L4_chemical_A3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.399415091 L4_chemical_B1 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.413770276 L4_chemical_B2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.006216697 L4_chemical_B3 +LQ03X019360 Dehydration-responsive element-binding protein 1D 4.91750217 L4_chemical_C2 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.506134261 L4_chemical_C3 +LQ03X019420 Hypothetical protein 5.035727058 C6_control_A1 +LQ03X019420 Hypothetical protein 5.22011378 C6_control_A3 +LQ03X019420 Hypothetical protein 4.973374076 C6_control_B1 +LQ03X019420 Hypothetical protein 5.070930473 C6_control_B2 +LQ03X019420 Hypothetical protein 5.316844862 C6_control_B3 +LQ03X019420 Hypothetical protein 5.114126037 C6_control_C1 +LQ03X019420 Hypothetical protein 4.902119233 C6_control_C2 +LQ03X019420 Hypothetical protein 5.022928139 C6_control_C3 +LQ03X019420 Hypothetical protein 5.245412684 C6_chemical_A1 +LQ03X019420 Hypothetical protein 5.410911039 C6_chemical_A3 +LQ03X019420 Hypothetical protein 5.359913424 C6_chemical_B1 +LQ03X019420 Hypothetical protein 4.892244124 C6_chemical_B2 +LQ03X019420 Hypothetical protein 5.072503633 C6_chemical_B3 +LQ03X019420 Hypothetical protein 4.979189015 C6_chemical_C1 +LQ03X019420 Hypothetical protein 5.285316628 C6_chemical_C2 +LQ03X019420 Hypothetical protein 4.767770669 C6_chemical_C3 +LQ03X019420 Hypothetical protein 5.287090863 L4_control_A1 +LQ03X019420 Hypothetical protein 5.627251202 L4_control_A2 +LQ03X019420 Hypothetical protein 5.185509268 L4_control_A3 +LQ03X019420 Hypothetical protein 5.185235521 L4_control_B1 +LQ03X019420 Hypothetical protein 5.272277861 L4_control_B2 +LQ03X019420 Hypothetical protein 5.080308555 L4_control_B3 +LQ03X019420 Hypothetical protein 4.809494583 L4_control_C2 +LQ03X019420 Hypothetical protein 5.786737187 L4_control_C3 +LQ03X019420 Hypothetical protein 5.104123301 L4_chemical_A1 +LQ03X019420 Hypothetical protein 5.50052392 L4_chemical_A2 +LQ03X019420 Hypothetical protein 5.354584675 L4_chemical_A3 +LQ03X019420 Hypothetical protein 5.377997261 L4_chemical_B1 +LQ03X019420 Hypothetical protein 5.116759289 L4_chemical_B2 +LQ03X019420 Hypothetical protein 5.490839569 L4_chemical_B3 +LQ03X019420 Hypothetical protein 5.084159356 L4_chemical_C2 +LQ03X019420 Hypothetical protein 5.164832551 L4_chemical_C3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.808550731 C6_control_A1 +LQ03X019430 Putative Reticuline oxidase-like protein 4.757065388 C6_control_A3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.685440286 C6_control_B1 +LQ03X019430 Putative Reticuline oxidase-like protein 4.601647127 C6_control_B2 +LQ03X019430 Putative Reticuline oxidase-like protein 4.759342399 C6_control_B3 +LQ03X019430 Putative Reticuline oxidase-like protein 5.671651277 C6_control_C1 +LQ03X019430 Putative Reticuline oxidase-like protein 6.699982226 C6_control_C2 +LQ03X019430 Putative Reticuline oxidase-like protein 5.678997042 C6_control_C3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.950468036 C6_chemical_A1 +LQ03X019430 Putative Reticuline oxidase-like protein 4.696814095 C6_chemical_A3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.438319008 C6_chemical_B1 +LQ03X019430 Putative Reticuline oxidase-like protein 5.167155519 C6_chemical_B2 +LQ03X019430 Putative Reticuline oxidase-like protein 4.98208931 C6_chemical_B3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.862342742 C6_chemical_C1 +LQ03X019430 Putative Reticuline oxidase-like protein 5.729632067 C6_chemical_C2 +LQ03X019430 Putative Reticuline oxidase-like protein 4.756021886 C6_chemical_C3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.865426257 L4_control_A1 +LQ03X019430 Putative Reticuline oxidase-like protein 4.869127675 L4_control_A2 +LQ03X019430 Putative Reticuline oxidase-like protein 4.937965436 L4_control_A3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.678665192 L4_control_B1 +LQ03X019430 Putative Reticuline oxidase-like protein 4.962241169 L4_control_B2 +LQ03X019430 Putative Reticuline oxidase-like protein 4.929099607 L4_control_B3 +LQ03X019430 Putative Reticuline oxidase-like protein 5.267158397 L4_control_C2 +LQ03X019430 Putative Reticuline oxidase-like protein 5.168868186 L4_control_C3 +LQ03X019430 Putative Reticuline oxidase-like protein 7.1565851 L4_chemical_A1 +LQ03X019430 Putative Reticuline oxidase-like protein 4.61373168 L4_chemical_A2 +LQ03X019430 Putative Reticuline oxidase-like protein 4.626164956 L4_chemical_A3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.942594327 L4_chemical_B1 +LQ03X019430 Putative Reticuline oxidase-like protein 4.811217549 L4_chemical_B2 +LQ03X019430 Putative Reticuline oxidase-like protein 4.892010013 L4_chemical_B3 +LQ03X019430 Putative Reticuline oxidase-like protein 4.866381338 L4_chemical_C2 +LQ03X019430 Putative Reticuline oxidase-like protein 4.952126981 L4_chemical_C3 +LQ03X019450 Putative uncharacterized protein 5.516974091 C6_control_A1 +LQ03X019450 Putative uncharacterized protein 7.196598459 C6_control_A3 +LQ03X019450 Putative uncharacterized protein 5.696966303 C6_control_B1 +LQ03X019450 Putative uncharacterized protein 5.282395245 C6_control_B2 +LQ03X019450 Putative uncharacterized protein 6.251940579 C6_control_B3 +LQ03X019450 Putative uncharacterized protein 5.032388047 C6_control_C1 +LQ03X019450 Putative uncharacterized protein 7.282617301 C6_control_C2 +LQ03X019450 Putative uncharacterized protein 5.695087813 C6_control_C3 +LQ03X019450 Putative uncharacterized protein 5.285987368 C6_chemical_A1 +LQ03X019450 Putative uncharacterized protein 5.111667866 C6_chemical_A3 +LQ03X019450 Putative uncharacterized protein 5.504913242 C6_chemical_B1 +LQ03X019450 Putative uncharacterized protein 5.473103717 C6_chemical_B2 +LQ03X019450 Putative uncharacterized protein 6.082064738 C6_chemical_B3 +LQ03X019450 Putative uncharacterized protein 5.368980077 C6_chemical_C1 +LQ03X019450 Putative uncharacterized protein 5.960054614 C6_chemical_C2 +LQ03X019450 Putative uncharacterized protein 5.708152721 C6_chemical_C3 +LQ03X019450 Putative uncharacterized protein 5.230572645 L4_control_A1 +LQ03X019450 Putative uncharacterized protein 5.619313707 L4_control_A2 +LQ03X019450 Putative uncharacterized protein 5.180997433 L4_control_A3 +LQ03X019450 Putative uncharacterized protein 5.76825803 L4_control_B1 +LQ03X019450 Putative uncharacterized protein 5.882002979 L4_control_B2 +LQ03X019450 Putative uncharacterized protein 5.639117035 L4_control_B3 +LQ03X019450 Putative uncharacterized protein 6.828838298 L4_control_C2 +LQ03X019450 Putative uncharacterized protein 5.822635716 L4_control_C3 +LQ03X019450 Putative uncharacterized protein 5.072231221 L4_chemical_A1 +LQ03X019450 Putative uncharacterized protein 5.403487812 L4_chemical_A2 +LQ03X019450 Putative uncharacterized protein 5.177574011 L4_chemical_A3 +LQ03X019450 Putative uncharacterized protein 5.606416829 L4_chemical_B1 +LQ03X019450 Putative uncharacterized protein 5.724468324 L4_chemical_B2 +LQ03X019450 Putative uncharacterized protein 5.623975558 L4_chemical_B3 +LQ03X019450 Putative uncharacterized protein 5.706741197 L4_chemical_C2 +LQ03X019450 Putative uncharacterized protein 5.359129745 L4_chemical_C3 +LQ03X019460 Predicted protein 5.373856653 C6_control_A1 +LQ03X019460 Predicted protein 6.090829036 C6_control_A3 +LQ03X019460 Predicted protein 5.271945834 C6_control_B1 +LQ03X019460 Predicted protein 5.218982584 C6_control_B2 +LQ03X019460 Predicted protein 5.835577375 C6_control_B3 +LQ03X019460 Predicted protein 5.126104735 C6_control_C1 +LQ03X019460 Predicted protein 5.333187353 C6_control_C2 +LQ03X019460 Predicted protein 5.176740357 C6_control_C3 +LQ03X019460 Predicted protein 5.285046343 C6_chemical_A1 +LQ03X019460 Predicted protein 5.325538573 C6_chemical_A3 +LQ03X019460 Predicted protein 5.185171466 C6_chemical_B1 +LQ03X019460 Predicted protein 4.979287821 C6_chemical_B2 +LQ03X019460 Predicted protein 5.252569319 C6_chemical_B3 +LQ03X019460 Predicted protein 5.292357485 C6_chemical_C1 +LQ03X019460 Predicted protein 5.09511379 C6_chemical_C2 +LQ03X019460 Predicted protein 5.208390758 C6_chemical_C3 +LQ03X019460 Predicted protein 5.206018897 L4_control_A1 +LQ03X019460 Predicted protein 5.48471978 L4_control_A2 +LQ03X019460 Predicted protein 5.308706751 L4_control_A3 +LQ03X019460 Predicted protein 5.407410307 L4_control_B1 +LQ03X019460 Predicted protein 5.72913629 L4_control_B2 +LQ03X019460 Predicted protein 5.677636263 L4_control_B3 +LQ03X019460 Predicted protein 5.168985937 L4_control_C2 +LQ03X019460 Predicted protein 4.966110285 L4_control_C3 +LQ03X019460 Predicted protein 5.312765789 L4_chemical_A1 +LQ03X019460 Predicted protein 5.309856238 L4_chemical_A2 +LQ03X019460 Predicted protein 5.554541568 L4_chemical_A3 +LQ03X019460 Predicted protein 5.001213063 L4_chemical_B1 +LQ03X019460 Predicted protein 5.692380828 L4_chemical_B2 +LQ03X019460 Predicted protein 5.443489096 L4_chemical_B3 +LQ03X019460 Predicted protein 5.608667258 L4_chemical_C2 +LQ03X019460 Predicted protein 4.715662555 L4_chemical_C3 +LQ03X019470 Heat stress transcription factor B-2a 6.344102495 C6_control_A1 +LQ03X019470 Heat stress transcription factor B-2a 6.203196312 C6_control_A3 +LQ03X019470 Heat stress transcription factor B-2a 6.720391636 C6_control_B1 +LQ03X019470 Heat stress transcription factor B-2a 7.298991947 C6_control_B2 +LQ03X019470 Heat stress transcription factor B-2a 7.083642817 C6_control_B3 +LQ03X019470 Heat stress transcription factor B-2a 7.622301996 C6_control_C1 +LQ03X019470 Heat stress transcription factor B-2a 7.656509181 C6_control_C2 +LQ03X019470 Heat stress transcription factor B-2a 8.183384619 C6_control_C3 +LQ03X019470 Heat stress transcription factor B-2a 6.258207395 C6_chemical_A1 +LQ03X019470 Heat stress transcription factor B-2a 6.865571427 C6_chemical_A3 +LQ03X019470 Heat stress transcription factor B-2a 7.492710162 C6_chemical_B1 +LQ03X019470 Heat stress transcription factor B-2a 7.294073103 C6_chemical_B2 +LQ03X019470 Heat stress transcription factor B-2a 7.734346255 C6_chemical_B3 +LQ03X019470 Heat stress transcription factor B-2a 8.112258295 C6_chemical_C1 +LQ03X019470 Heat stress transcription factor B-2a 8.129617847 C6_chemical_C2 +LQ03X019470 Heat stress transcription factor B-2a 8.229808583 C6_chemical_C3 +LQ03X019470 Heat stress transcription factor B-2a 6.578440396 L4_control_A1 +LQ03X019470 Heat stress transcription factor B-2a 5.984636853 L4_control_A2 +LQ03X019470 Heat stress transcription factor B-2a 6.150553021 L4_control_A3 +LQ03X019470 Heat stress transcription factor B-2a 7.769209428 L4_control_B1 +LQ03X019470 Heat stress transcription factor B-2a 7.207564652 L4_control_B2 +LQ03X019470 Heat stress transcription factor B-2a 7.576997933 L4_control_B3 +LQ03X019470 Heat stress transcription factor B-2a 8.703051154 L4_control_C2 +LQ03X019470 Heat stress transcription factor B-2a 8.416371671 L4_control_C3 +LQ03X019470 Heat stress transcription factor B-2a 7.377630682 L4_chemical_A1 +LQ03X019470 Heat stress transcription factor B-2a 7.468188054 L4_chemical_A2 +LQ03X019470 Heat stress transcription factor B-2a 6.465969969 L4_chemical_A3 +LQ03X019470 Heat stress transcription factor B-2a 8.077528554 L4_chemical_B1 +LQ03X019470 Heat stress transcription factor B-2a 8.332984204 L4_chemical_B2 +LQ03X019470 Heat stress transcription factor B-2a 6.945086648 L4_chemical_B3 +LQ03X019470 Heat stress transcription factor B-2a 9.674959048 L4_chemical_C2 +LQ03X019470 Heat stress transcription factor B-2a 8.787352462 L4_chemical_C3 +LQ03X019490 CEN-like protein 1 6.165389874 C6_control_A1 +LQ03X019490 CEN-like protein 1 6.255352589 C6_control_A3 +LQ03X019490 CEN-like protein 1 5.713770405 C6_control_B1 +LQ03X019490 CEN-like protein 1 6.632657462 C6_control_B2 +LQ03X019490 CEN-like protein 1 5.984509385 C6_control_B3 +LQ03X019490 CEN-like protein 1 5.760582608 C6_control_C1 +LQ03X019490 CEN-like protein 1 5.444902724 C6_control_C2 +LQ03X019490 CEN-like protein 1 6.410846849 C6_control_C3 +LQ03X019490 CEN-like protein 1 7.275249428 C6_chemical_A1 +LQ03X019490 CEN-like protein 1 8.639876535 C6_chemical_A3 +LQ03X019490 CEN-like protein 1 7.375415144 C6_chemical_B1 +LQ03X019490 CEN-like protein 1 6.640156528 C6_chemical_B2 +LQ03X019490 CEN-like protein 1 6.297899061 C6_chemical_B3 +LQ03X019490 CEN-like protein 1 5.870171149 C6_chemical_C1 +LQ03X019490 CEN-like protein 1 5.76827828 C6_chemical_C2 +LQ03X019490 CEN-like protein 1 6.780752996 C6_chemical_C3 +LQ03X019490 CEN-like protein 1 6.030633886 L4_control_A1 +LQ03X019490 CEN-like protein 1 5.967420592 L4_control_A2 +LQ03X019490 CEN-like protein 1 5.940460666 L4_control_A3 +LQ03X019490 CEN-like protein 1 5.462182093 L4_control_B1 +LQ03X019490 CEN-like protein 1 6.366884936 L4_control_B2 +LQ03X019490 CEN-like protein 1 6.370246936 L4_control_B3 +LQ03X019490 CEN-like protein 1 5.683835006 L4_control_C2 +LQ03X019490 CEN-like protein 1 5.352792637 L4_control_C3 +LQ03X019490 CEN-like protein 1 8.041838649 L4_chemical_A1 +LQ03X019490 CEN-like protein 1 10.52779905 L4_chemical_A2 +LQ03X019490 CEN-like protein 1 7.377114139 L4_chemical_A3 +LQ03X019490 CEN-like protein 1 6.067621521 L4_chemical_B1 +LQ03X019490 CEN-like protein 1 7.001244836 L4_chemical_B2 +LQ03X019490 CEN-like protein 1 6.168862392 L4_chemical_B3 +LQ03X019490 CEN-like protein 1 5.683207676 L4_chemical_C2 +LQ03X019490 CEN-like protein 1 5.575491532 L4_chemical_C3 +LQ03X019500 Putative Cortactin-binding protein 2 5.000566141 C6_control_A1 +LQ03X019500 Putative Cortactin-binding protein 2 5.790618831 C6_control_A3 +LQ03X019500 Putative Cortactin-binding protein 2 5.846197339 C6_control_B1 +LQ03X019500 Putative Cortactin-binding protein 2 5.603956639 C6_control_B2 +LQ03X019500 Putative Cortactin-binding protein 2 5.486473946 C6_control_B3 +LQ03X019500 Putative Cortactin-binding protein 2 5.600954547 C6_control_C1 +LQ03X019500 Putative Cortactin-binding protein 2 5.731280713 C6_control_C2 +LQ03X019500 Putative Cortactin-binding protein 2 5.1066048 C6_control_C3 +LQ03X019500 Putative Cortactin-binding protein 2 4.962085566 C6_chemical_A1 +LQ03X019500 Putative Cortactin-binding protein 2 5.592741119 C6_chemical_A3 +LQ03X019500 Putative Cortactin-binding protein 2 5.525984987 C6_chemical_B1 +LQ03X019500 Putative Cortactin-binding protein 2 5.329228296 C6_chemical_B2 +LQ03X019500 Putative Cortactin-binding protein 2 5.630881978 C6_chemical_B3 +LQ03X019500 Putative Cortactin-binding protein 2 5.436326875 C6_chemical_C1 +LQ03X019500 Putative Cortactin-binding protein 2 5.394547592 C6_chemical_C2 +LQ03X019500 Putative Cortactin-binding protein 2 5.379319555 C6_chemical_C3 +LQ03X019500 Putative Cortactin-binding protein 2 5.765122036 L4_control_A1 +LQ03X019500 Putative Cortactin-binding protein 2 5.460745943 L4_control_A2 +LQ03X019500 Putative Cortactin-binding protein 2 5.154306154 L4_control_A3 +LQ03X019500 Putative Cortactin-binding protein 2 5.570658338 L4_control_B1 +LQ03X019500 Putative Cortactin-binding protein 2 5.202753247 L4_control_B2 +LQ03X019500 Putative Cortactin-binding protein 2 5.360898525 L4_control_B3 +LQ03X019500 Putative Cortactin-binding protein 2 5.231332965 L4_control_C2 +LQ03X019500 Putative Cortactin-binding protein 2 5.253101062 L4_control_C3 +LQ03X019500 Putative Cortactin-binding protein 2 5.506522967 L4_chemical_A1 +LQ03X019500 Putative Cortactin-binding protein 2 5.224142492 L4_chemical_A2 +LQ03X019500 Putative Cortactin-binding protein 2 5.185749929 L4_chemical_A3 +LQ03X019500 Putative Cortactin-binding protein 2 5.363818194 L4_chemical_B1 +LQ03X019500 Putative Cortactin-binding protein 2 5.780914739 L4_chemical_B2 +LQ03X019500 Putative Cortactin-binding protein 2 5.38911167 L4_chemical_B3 +LQ03X019500 Putative Cortactin-binding protein 2 5.499700534 L4_chemical_C2 +LQ03X019500 Putative Cortactin-binding protein 2 5.830811301 L4_chemical_C3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.666605593 C6_control_A1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 6.876587129 C6_control_A3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 6.985012935 C6_control_B1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 6.961717683 C6_control_B2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 6.705674545 C6_control_B3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.803597443 C6_control_C1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.741278113 C6_control_C2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.515018201 C6_control_C3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.881562626 C6_chemical_A1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.7344204 C6_chemical_A3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.010869474 C6_chemical_B1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.16476392 C6_chemical_B2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.446909935 C6_chemical_B3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 8.250877718 C6_chemical_C1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.722532437 C6_chemical_C2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 8.200410535 C6_chemical_C3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 8.297685228 L4_control_A1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.132006382 L4_control_A2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 8.094528575 L4_control_A3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 6.792756997 L4_control_B1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.283573325 L4_control_B2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 8.020025702 L4_control_B3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 8.277366669 L4_control_C2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 8.455610835 L4_control_C3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.548880953 L4_chemical_A1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 6.499654958 L4_chemical_A2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.990819341 L4_chemical_A3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 6.264231117 L4_chemical_B1 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 6.374443363 L4_chemical_B2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.88573667 L4_chemical_B3 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.546827088 L4_chemical_C2 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 8.187086399 L4_chemical_C3 +LQ03X019530 60S ribosomal protein L24 6.134761284 C6_control_A1 +LQ03X019530 60S ribosomal protein L24 6.190522178 C6_control_A3 +LQ03X019530 60S ribosomal protein L24 6.28832737 C6_control_B1 +LQ03X019530 60S ribosomal protein L24 6.208475028 C6_control_B2 +LQ03X019530 60S ribosomal protein L24 6.196697257 C6_control_B3 +LQ03X019530 60S ribosomal protein L24 6.28968556 C6_control_C1 +LQ03X019530 60S ribosomal protein L24 6.207913117 C6_control_C2 +LQ03X019530 60S ribosomal protein L24 6.507807743 C6_control_C3 +LQ03X019530 60S ribosomal protein L24 5.761026266 C6_chemical_A1 +LQ03X019530 60S ribosomal protein L24 5.971384035 C6_chemical_A3 +LQ03X019530 60S ribosomal protein L24 6.112336878 C6_chemical_B1 +LQ03X019530 60S ribosomal protein L24 6.235240742 C6_chemical_B2 +LQ03X019530 60S ribosomal protein L24 6.90655674 C6_chemical_B3 +LQ03X019530 60S ribosomal protein L24 6.357927109 C6_chemical_C1 +LQ03X019530 60S ribosomal protein L24 6.235100745 C6_chemical_C2 +LQ03X019530 60S ribosomal protein L24 6.741115056 C6_chemical_C3 +LQ03X019530 60S ribosomal protein L24 6.33736672 L4_control_A1 +LQ03X019530 60S ribosomal protein L24 5.692135046 L4_control_A2 +LQ03X019530 60S ribosomal protein L24 6.193249954 L4_control_A3 +LQ03X019530 60S ribosomal protein L24 5.895736527 L4_control_B1 +LQ03X019530 60S ribosomal protein L24 6.03435779 L4_control_B2 +LQ03X019530 60S ribosomal protein L24 6.395765485 L4_control_B3 +LQ03X019530 60S ribosomal protein L24 6.214991623 L4_control_C2 +LQ03X019530 60S ribosomal protein L24 6.139981733 L4_control_C3 +LQ03X019530 60S ribosomal protein L24 6.213683691 L4_chemical_A1 +LQ03X019530 60S ribosomal protein L24 6.025735071 L4_chemical_A2 +LQ03X019530 60S ribosomal protein L24 6.172292906 L4_chemical_A3 +LQ03X019530 60S ribosomal protein L24 6.877297098 L4_chemical_B1 +LQ03X019530 60S ribosomal protein L24 5.90891725 L4_chemical_B2 +LQ03X019530 60S ribosomal protein L24 6.542970399 L4_chemical_B3 +LQ03X019530 60S ribosomal protein L24 5.82902917 L4_chemical_C2 +LQ03X019530 60S ribosomal protein L24 6.452301825 L4_chemical_C3 +LQ03X019560 Putative uncharacterized protein 5.39370592 C6_control_A1 +LQ03X019560 Putative uncharacterized protein 5.344850343 C6_control_A3 +LQ03X019560 Putative uncharacterized protein 5.434060136 C6_control_B1 +LQ03X019560 Putative uncharacterized protein 5.895005832 C6_control_B2 +LQ03X019560 Putative uncharacterized protein 5.47341315 C6_control_B3 +LQ03X019560 Putative uncharacterized protein 5.71220946 C6_control_C1 +LQ03X019560 Putative uncharacterized protein 5.968620985 C6_control_C2 +LQ03X019560 Putative uncharacterized protein 5.555518311 C6_control_C3 +LQ03X019560 Putative uncharacterized protein 5.083755561 C6_chemical_A1 +LQ03X019560 Putative uncharacterized protein 5.195214418 C6_chemical_A3 +LQ03X019560 Putative uncharacterized protein 5.962910515 C6_chemical_B1 +LQ03X019560 Putative uncharacterized protein 5.946080027 C6_chemical_B2 +LQ03X019560 Putative uncharacterized protein 5.39264439 C6_chemical_B3 +LQ03X019560 Putative uncharacterized protein 5.407682173 C6_chemical_C1 +LQ03X019560 Putative uncharacterized protein 5.80250795 C6_chemical_C2 +LQ03X019560 Putative uncharacterized protein 5.663046189 C6_chemical_C3 +LQ03X019560 Putative uncharacterized protein 5.192597 L4_control_A1 +LQ03X019560 Putative uncharacterized protein 5.271675006 L4_control_A2 +LQ03X019560 Putative uncharacterized protein 5.15284979 L4_control_A3 +LQ03X019560 Putative uncharacterized protein 5.137126767 L4_control_B1 +LQ03X019560 Putative uncharacterized protein 5.453253223 L4_control_B2 +LQ03X019560 Putative uncharacterized protein 5.686541157 L4_control_B3 +LQ03X019560 Putative uncharacterized protein 5.811896543 L4_control_C2 +LQ03X019560 Putative uncharacterized protein 6.204683448 L4_control_C3 +LQ03X019560 Putative uncharacterized protein 5.121316108 L4_chemical_A1 +LQ03X019560 Putative uncharacterized protein 5.327844376 L4_chemical_A2 +LQ03X019560 Putative uncharacterized protein 5.319097261 L4_chemical_A3 +LQ03X019560 Putative uncharacterized protein 5.98627578 L4_chemical_B1 +LQ03X019560 Putative uncharacterized protein 5.453435428 L4_chemical_B2 +LQ03X019560 Putative uncharacterized protein 5.672350634 L4_chemical_B3 +LQ03X019560 Putative uncharacterized protein 5.824630198 L4_chemical_C2 +LQ03X019560 Putative uncharacterized protein 5.588061411 L4_chemical_C3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.6224467 C6_control_A1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.2734112 C6_control_A3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.87202159 C6_control_B1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.13997108 C6_control_B2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.04473405 C6_control_B3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.17321397 C6_control_C1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.03221421 C6_control_C2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.06289842 C6_control_C3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.26498992 C6_chemical_A1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.96557624 C6_chemical_A3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.75282538 C6_chemical_B1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.09824805 C6_chemical_B2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.91494601 C6_chemical_B3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.21331333 C6_chemical_C1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.14318253 C6_chemical_C2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.81354104 C6_chemical_C3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.20314689 L4_control_A1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.8075308 L4_control_A2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.81722516 L4_control_A3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.27065369 L4_control_B1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.04839132 L4_control_B2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.37535323 L4_control_B3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.66052683 L4_control_C2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.33013654 L4_control_C3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.07975911 L4_chemical_A1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.84421241 L4_chemical_A2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.58052453 L4_chemical_A3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.79757783 L4_chemical_B1 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.28419838 L4_chemical_B2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.67822829 L4_chemical_B3 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.31061159 L4_chemical_C2 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 13.51581596 L4_chemical_C3 +LQ03X019620 F-box protein PP2-A13 5.198917753 C6_control_A1 +LQ03X019620 F-box protein PP2-A13 5.250653198 C6_control_A3 +LQ03X019620 F-box protein PP2-A13 5.85199998 C6_control_B1 +LQ03X019620 F-box protein PP2-A13 5.040402295 C6_control_B2 +LQ03X019620 F-box protein PP2-A13 5.600005429 C6_control_B3 +LQ03X019620 F-box protein PP2-A13 5.585211077 C6_control_C1 +LQ03X019620 F-box protein PP2-A13 5.495237477 C6_control_C2 +LQ03X019620 F-box protein PP2-A13 5.655928104 C6_control_C3 +LQ03X019620 F-box protein PP2-A13 5.840763047 C6_chemical_A1 +LQ03X019620 F-box protein PP2-A13 5.273987798 C6_chemical_A3 +LQ03X019620 F-box protein PP2-A13 5.773232348 C6_chemical_B1 +LQ03X019620 F-box protein PP2-A13 5.217301386 C6_chemical_B2 +LQ03X019620 F-box protein PP2-A13 5.286549917 C6_chemical_B3 +LQ03X019620 F-box protein PP2-A13 5.479971389 C6_chemical_C1 +LQ03X019620 F-box protein PP2-A13 5.679103487 C6_chemical_C2 +LQ03X019620 F-box protein PP2-A13 7.135430985 C6_chemical_C3 +LQ03X019620 F-box protein PP2-A13 5.673866395 L4_control_A1 +LQ03X019620 F-box protein PP2-A13 5.285464661 L4_control_A2 +LQ03X019620 F-box protein PP2-A13 6.322666186 L4_control_A3 +LQ03X019620 F-box protein PP2-A13 4.943539589 L4_control_B1 +LQ03X019620 F-box protein PP2-A13 6.299865617 L4_control_B2 +LQ03X019620 F-box protein PP2-A13 5.877496598 L4_control_B3 +LQ03X019620 F-box protein PP2-A13 6.211363463 L4_control_C2 +LQ03X019620 F-box protein PP2-A13 6.514665176 L4_control_C3 +LQ03X019620 F-box protein PP2-A13 6.318157953 L4_chemical_A1 +LQ03X019620 F-box protein PP2-A13 5.659360658 L4_chemical_A2 +LQ03X019620 F-box protein PP2-A13 5.901038422 L4_chemical_A3 +LQ03X019620 F-box protein PP2-A13 6.706048799 L4_chemical_B1 +LQ03X019620 F-box protein PP2-A13 6.909501497 L4_chemical_B2 +LQ03X019620 F-box protein PP2-A13 5.666225476 L4_chemical_B3 +LQ03X019620 F-box protein PP2-A13 5.54332585 L4_chemical_C2 +LQ03X019620 F-box protein PP2-A13 6.009026084 L4_chemical_C3 +LQ03X019630 Putative uncharacterized protein 10.8253415 C6_control_A1 +LQ03X019630 Putative uncharacterized protein 10.51105395 C6_control_A3 +LQ03X019630 Putative uncharacterized protein 11.4395943 C6_control_B1 +LQ03X019630 Putative uncharacterized protein 11.92710265 C6_control_B2 +LQ03X019630 Putative uncharacterized protein 11.77577726 C6_control_B3 +LQ03X019630 Putative uncharacterized protein 11.32984259 C6_control_C1 +LQ03X019630 Putative uncharacterized protein 12.34769716 C6_control_C2 +LQ03X019630 Putative uncharacterized protein 12.57630473 C6_control_C3 +LQ03X019630 Putative uncharacterized protein 10.13537247 C6_chemical_A1 +LQ03X019630 Putative uncharacterized protein 11.15707133 C6_chemical_A3 +LQ03X019630 Putative uncharacterized protein 11.72507558 C6_chemical_B1 +LQ03X019630 Putative uncharacterized protein 11.87090143 C6_chemical_B2 +LQ03X019630 Putative uncharacterized protein 12.92346635 C6_chemical_B3 +LQ03X019630 Putative uncharacterized protein 10.87688359 C6_chemical_C1 +LQ03X019630 Putative uncharacterized protein 12.23188694 C6_chemical_C2 +LQ03X019630 Putative uncharacterized protein 13.32630214 C6_chemical_C3 +LQ03X019630 Putative uncharacterized protein 10.43786465 L4_control_A1 +LQ03X019630 Putative uncharacterized protein 10.53021538 L4_control_A2 +LQ03X019630 Putative uncharacterized protein 11.79701947 L4_control_A3 +LQ03X019630 Putative uncharacterized protein 12.62410128 L4_control_B1 +LQ03X019630 Putative uncharacterized protein 12.7115885 L4_control_B2 +LQ03X019630 Putative uncharacterized protein 13.32532694 L4_control_B3 +LQ03X019630 Putative uncharacterized protein 12.79572653 L4_control_C2 +LQ03X019630 Putative uncharacterized protein 13.31122692 L4_control_C3 +LQ03X019630 Putative uncharacterized protein 12.4201539 L4_chemical_A1 +LQ03X019630 Putative uncharacterized protein 12.17297971 L4_chemical_A2 +LQ03X019630 Putative uncharacterized protein 11.92107863 L4_chemical_A3 +LQ03X019630 Putative uncharacterized protein 12.46566962 L4_chemical_B1 +LQ03X019630 Putative uncharacterized protein 12.16503019 L4_chemical_B2 +LQ03X019630 Putative uncharacterized protein 12.68618416 L4_chemical_B3 +LQ03X019630 Putative uncharacterized protein 12.71558265 L4_chemical_C2 +LQ03X019630 Putative uncharacterized protein 13.38878857 L4_chemical_C3 +LQ03X019640 Predicted protein 5.9670262 C6_control_A1 +LQ03X019640 Predicted protein 5.749066251 C6_control_A3 +LQ03X019640 Predicted protein 4.912332338 C6_control_B1 +LQ03X019640 Predicted protein 5.696792727 C6_control_B2 +LQ03X019640 Predicted protein 5.704377301 C6_control_B3 +LQ03X019640 Predicted protein 5.457979338 C6_control_C1 +LQ03X019640 Predicted protein 6.217402572 C6_control_C2 +LQ03X019640 Predicted protein 5.624116289 C6_control_C3 +LQ03X019640 Predicted protein 5.425071477 C6_chemical_A1 +LQ03X019640 Predicted protein 5.340844343 C6_chemical_A3 +LQ03X019640 Predicted protein 5.210165947 C6_chemical_B1 +LQ03X019640 Predicted protein 5.930890396 C6_chemical_B2 +LQ03X019640 Predicted protein 5.963888929 C6_chemical_B3 +LQ03X019640 Predicted protein 5.904249713 C6_chemical_C1 +LQ03X019640 Predicted protein 5.668740052 C6_chemical_C2 +LQ03X019640 Predicted protein 5.771649395 C6_chemical_C3 +LQ03X019640 Predicted protein 5.140126737 L4_control_A1 +LQ03X019640 Predicted protein 5.774340504 L4_control_A2 +LQ03X019640 Predicted protein 5.684733668 L4_control_A3 +LQ03X019640 Predicted protein 5.285492418 L4_control_B1 +LQ03X019640 Predicted protein 5.649216286 L4_control_B2 +LQ03X019640 Predicted protein 5.664651138 L4_control_B3 +LQ03X019640 Predicted protein 6.689139623 L4_control_C2 +LQ03X019640 Predicted protein 5.780106314 L4_control_C3 +LQ03X019640 Predicted protein 5.920857819 L4_chemical_A1 +LQ03X019640 Predicted protein 5.988030212 L4_chemical_A2 +LQ03X019640 Predicted protein 6.096103526 L4_chemical_A3 +LQ03X019640 Predicted protein 5.678297542 L4_chemical_B1 +LQ03X019640 Predicted protein 6.120781068 L4_chemical_B2 +LQ03X019640 Predicted protein 5.577521971 L4_chemical_B3 +LQ03X019640 Predicted protein 6.380174462 L4_chemical_C2 +LQ03X019640 Predicted protein 6.327765583 L4_chemical_C3 +LQ03X019660 Putative uncharacterized protein 12.64291048 C6_control_A1 +LQ03X019660 Putative uncharacterized protein 12.16544277 C6_control_A3 +LQ03X019660 Putative uncharacterized protein 13.36086225 C6_control_B1 +LQ03X019660 Putative uncharacterized protein 13.52936311 C6_control_B2 +LQ03X019660 Putative uncharacterized protein 13.37060037 C6_control_B3 +LQ03X019660 Putative uncharacterized protein 13.2911563 C6_control_C1 +LQ03X019660 Putative uncharacterized protein 13.30863246 C6_control_C2 +LQ03X019660 Putative uncharacterized protein 13.66087183 C6_control_C3 +LQ03X019660 Putative uncharacterized protein 12.39732466 C6_chemical_A1 +LQ03X019660 Putative uncharacterized protein 11.85447504 C6_chemical_A3 +LQ03X019660 Putative uncharacterized protein 13.37057562 C6_chemical_B1 +LQ03X019660 Putative uncharacterized protein 13.62663053 C6_chemical_B2 +LQ03X019660 Putative uncharacterized protein 13.23191484 C6_chemical_B3 +LQ03X019660 Putative uncharacterized protein 13.19271853 C6_chemical_C1 +LQ03X019660 Putative uncharacterized protein 13.532228 C6_chemical_C2 +LQ03X019660 Putative uncharacterized protein 13.37792391 C6_chemical_C3 +LQ03X019660 Putative uncharacterized protein 10.94527042 L4_control_A1 +LQ03X019660 Putative uncharacterized protein 12.11101776 L4_control_A2 +LQ03X019660 Putative uncharacterized protein 11.61898366 L4_control_A3 +LQ03X019660 Putative uncharacterized protein 13.07146213 L4_control_B1 +LQ03X019660 Putative uncharacterized protein 12.82645729 L4_control_B2 +LQ03X019660 Putative uncharacterized protein 13.48289854 L4_control_B3 +LQ03X019660 Putative uncharacterized protein 12.63203277 L4_control_C2 +LQ03X019660 Putative uncharacterized protein 12.55455541 L4_control_C3 +LQ03X019660 Putative uncharacterized protein 9.677516851 L4_chemical_A1 +LQ03X019660 Putative uncharacterized protein 11.85786074 L4_chemical_A2 +LQ03X019660 Putative uncharacterized protein 10.74226208 L4_chemical_A3 +LQ03X019660 Putative uncharacterized protein 12.66132062 L4_chemical_B1 +LQ03X019660 Putative uncharacterized protein 12.63983675 L4_chemical_B2 +LQ03X019660 Putative uncharacterized protein 12.94338899 L4_chemical_B3 +LQ03X019660 Putative uncharacterized protein 12.6889124 L4_chemical_C2 +LQ03X019660 Putative uncharacterized protein 12.86145302 L4_chemical_C3 +LQ03X019680 Protein binding protein, putative 5.988670655 C6_control_A1 +LQ03X019680 Protein binding protein, putative 5.63444163 C6_control_A3 +LQ03X019680 Protein binding protein, putative 6.28208188 C6_control_B1 +LQ03X019680 Protein binding protein, putative 6.261948342 C6_control_B2 +LQ03X019680 Protein binding protein, putative 6.402403117 C6_control_B3 +LQ03X019680 Protein binding protein, putative 6.709080239 C6_control_C1 +LQ03X019680 Protein binding protein, putative 6.834420534 C6_control_C2 +LQ03X019680 Protein binding protein, putative 6.197109572 C6_control_C3 +LQ03X019680 Protein binding protein, putative 5.927658595 C6_chemical_A1 +LQ03X019680 Protein binding protein, putative 5.883648368 C6_chemical_A3 +LQ03X019680 Protein binding protein, putative 6.498587472 C6_chemical_B1 +LQ03X019680 Protein binding protein, putative 6.631900179 C6_chemical_B2 +LQ03X019680 Protein binding protein, putative 6.572935973 C6_chemical_B3 +LQ03X019680 Protein binding protein, putative 6.306445582 C6_chemical_C1 +LQ03X019680 Protein binding protein, putative 6.421897614 C6_chemical_C2 +LQ03X019680 Protein binding protein, putative 6.015278817 C6_chemical_C3 +LQ03X019680 Protein binding protein, putative 6.904403514 L4_control_A1 +LQ03X019680 Protein binding protein, putative 7.126692108 L4_control_A2 +LQ03X019680 Protein binding protein, putative 5.909723952 L4_control_A3 +LQ03X019680 Protein binding protein, putative 6.546270705 L4_control_B1 +LQ03X019680 Protein binding protein, putative 7.141079069 L4_control_B2 +LQ03X019680 Protein binding protein, putative 7.891800914 L4_control_B3 +LQ03X019680 Protein binding protein, putative 7.000343772 L4_control_C2 +LQ03X019680 Protein binding protein, putative 7.313598212 L4_control_C3 +LQ03X019680 Protein binding protein, putative 6.292660541 L4_chemical_A1 +LQ03X019680 Protein binding protein, putative 6.749181294 L4_chemical_A2 +LQ03X019680 Protein binding protein, putative 5.735307949 L4_chemical_A3 +LQ03X019680 Protein binding protein, putative 7.164443267 L4_chemical_B1 +LQ03X019680 Protein binding protein, putative 7.666736369 L4_chemical_B2 +LQ03X019680 Protein binding protein, putative 7.286608305 L4_chemical_B3 +LQ03X019680 Protein binding protein, putative 7.940592708 L4_chemical_C2 +LQ03X019680 Protein binding protein, putative 7.606958896 L4_chemical_C3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.6568847 C6_control_A1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 14.15778216 C6_control_A3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.86550404 C6_control_B1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.95677363 C6_control_B2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 14.04830347 C6_control_B3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.10019129 C6_control_C1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.10959526 C6_control_C2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.66078782 C6_control_C3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.9936458 C6_chemical_A1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.94021329 C6_chemical_A3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.37126667 C6_chemical_B1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.62639828 C6_chemical_B2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 14.0006745 C6_chemical_B3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.62952104 C6_chemical_C1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.65519066 C6_chemical_C2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.30604197 C6_chemical_C3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.26881975 L4_control_A1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.89867658 L4_control_A2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.4973564 L4_control_A3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.57151603 L4_control_B1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.35319038 L4_control_B2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.61682248 L4_control_B3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.19392753 L4_control_C2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.73478612 L4_control_C3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.05606467 L4_chemical_A1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.20401405 L4_chemical_A2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.23266264 L4_chemical_A3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.32771581 L4_chemical_B1 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.95597909 L4_chemical_B2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.81787093 L4_chemical_B3 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.85718942 L4_chemical_C2 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 13.58788311 L4_chemical_C3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.43300951 C6_control_A1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.46287691 C6_control_A3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.21881395 C6_control_B1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.64254424 C6_control_B2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.84992593 C6_control_B3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.58313648 C6_control_C1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.53195309 C6_control_C2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.25195869 C6_control_C3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.0016914 C6_chemical_A1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.21687944 C6_chemical_A3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.0414247 C6_chemical_B1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.49695126 C6_chemical_B2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.79884749 C6_chemical_B3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.65219373 C6_chemical_C1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.43393208 C6_chemical_C2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.31419827 C6_chemical_C3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.80782858 L4_control_A1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.47656134 L4_control_A2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.65172115 L4_control_A3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.93960638 L4_control_B1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.49800301 L4_control_B2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.75150959 L4_control_B3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.1143162 L4_control_C2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.18172855 L4_control_C3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.66486498 L4_chemical_A1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.08495667 L4_chemical_A2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.64783197 L4_chemical_A3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.57261842 L4_chemical_B1 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.24945542 L4_chemical_B2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.89970094 L4_chemical_B3 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 12.96381394 L4_chemical_C2 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.20542207 L4_chemical_C3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.43638482 C6_control_A1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.21904442 C6_control_A3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.19486972 C6_control_B1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.9030115 C6_control_B2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.92561349 C6_control_B3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.73778196 C6_control_C1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.74365733 C6_control_C2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.14221744 C6_control_C3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.57747331 C6_chemical_A1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.07801592 C6_chemical_A3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.62021655 C6_chemical_B1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.50175968 C6_chemical_B2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.06506195 C6_chemical_B3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.09789777 C6_chemical_C1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.88290416 C6_chemical_C2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.18267294 C6_chemical_C3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.46467586 L4_control_A1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.36958686 L4_control_A2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.19741711 L4_control_A3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.94741406 L4_control_B1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.88043223 L4_control_B2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.82790686 L4_control_B3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.11774297 L4_control_C2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.59463236 L4_control_C3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.60395696 L4_chemical_A1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.30258216 L4_chemical_A2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.93823656 L4_chemical_A3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.28291765 L4_chemical_B1 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.52687081 L4_chemical_B2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.2012455 L4_chemical_B3 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.10753087 L4_chemical_C2 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 12.68095046 L4_chemical_C3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 14.04572137 C6_control_A1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 14.25037392 C6_control_A3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.58156494 C6_control_B1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.89269025 C6_control_B2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.42400154 C6_control_B3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.76298419 C6_control_C1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.47585312 C6_control_C2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.80440233 C6_control_C3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.76135108 C6_chemical_A1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 14.13625138 C6_chemical_A3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.43695871 C6_chemical_B1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.99805864 C6_chemical_B2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.32830122 C6_chemical_B3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.74892731 C6_chemical_C1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.67252415 C6_chemical_C2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.58323924 C6_chemical_C3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 14.0284331 L4_control_A1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 14.13979332 L4_control_A2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.98555087 L4_control_A3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.16849278 L4_control_B1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.23545936 L4_control_B2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 12.90625117 L4_control_B3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.12257941 L4_control_C2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.17748276 L4_control_C3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.78392947 L4_chemical_A1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.83212 L4_chemical_A2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.84742258 L4_chemical_A3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.45614084 L4_chemical_B1 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.15278573 L4_chemical_B2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.32534189 L4_chemical_B3 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.03868961 L4_chemical_C2 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.34367231 L4_chemical_C3 +LQ03X019760 Putative uncharacterized protein 5.63215033 C6_control_A1 +LQ03X019760 Putative uncharacterized protein 5.387573482 C6_control_A3 +LQ03X019760 Putative uncharacterized protein 5.821885116 C6_control_B1 +LQ03X019760 Putative uncharacterized protein 5.709941642 C6_control_B2 +LQ03X019760 Putative uncharacterized protein 6.1025656 C6_control_B3 +LQ03X019760 Putative uncharacterized protein 5.591176419 C6_control_C1 +LQ03X019760 Putative uncharacterized protein 6.543547981 C6_control_C2 +LQ03X019760 Putative uncharacterized protein 6.069070797 C6_control_C3 +LQ03X019760 Putative uncharacterized protein 5.953235655 C6_chemical_A1 +LQ03X019760 Putative uncharacterized protein 5.369552765 C6_chemical_A3 +LQ03X019760 Putative uncharacterized protein 6.269402878 C6_chemical_B1 +LQ03X019760 Putative uncharacterized protein 5.789805611 C6_chemical_B2 +LQ03X019760 Putative uncharacterized protein 5.84049769 C6_chemical_B3 +LQ03X019760 Putative uncharacterized protein 5.84784322 C6_chemical_C1 +LQ03X019760 Putative uncharacterized protein 6.214758866 C6_chemical_C2 +LQ03X019760 Putative uncharacterized protein 5.688330847 C6_chemical_C3 +LQ03X019760 Putative uncharacterized protein 5.594006258 L4_control_A1 +LQ03X019760 Putative uncharacterized protein 6.295468863 L4_control_A2 +LQ03X019760 Putative uncharacterized protein 5.436742161 L4_control_A3 +LQ03X019760 Putative uncharacterized protein 6.18552628 L4_control_B1 +LQ03X019760 Putative uncharacterized protein 5.505181383 L4_control_B2 +LQ03X019760 Putative uncharacterized protein 5.577031653 L4_control_B3 +LQ03X019760 Putative uncharacterized protein 6.032121531 L4_control_C2 +LQ03X019760 Putative uncharacterized protein 6.536685469 L4_control_C3 +LQ03X019760 Putative uncharacterized protein 5.971615401 L4_chemical_A1 +LQ03X019760 Putative uncharacterized protein 6.171012 L4_chemical_A2 +LQ03X019760 Putative uncharacterized protein 5.256294516 L4_chemical_A3 +LQ03X019760 Putative uncharacterized protein 5.538236834 L4_chemical_B1 +LQ03X019760 Putative uncharacterized protein 6.090096372 L4_chemical_B2 +LQ03X019760 Putative uncharacterized protein 5.525228187 L4_chemical_B3 +LQ03X019760 Putative uncharacterized protein 5.716012826 L4_chemical_C2 +LQ03X019760 Putative uncharacterized protein 5.673098888 L4_chemical_C3 +LQ03X019770 Predicted protein 6.19815968 C6_control_A1 +LQ03X019770 Predicted protein 6.879137238 C6_control_A3 +LQ03X019770 Predicted protein 6.567799468 C6_control_B1 +LQ03X019770 Predicted protein 6.08360662 C6_control_B2 +LQ03X019770 Predicted protein 6.017985119 C6_control_B3 +LQ03X019770 Predicted protein 6.929821688 C6_control_C1 +LQ03X019770 Predicted protein 6.356767549 C6_control_C2 +LQ03X019770 Predicted protein 5.691683326 C6_control_C3 +LQ03X019770 Predicted protein 6.029761463 C6_chemical_A1 +LQ03X019770 Predicted protein 6.486288549 C6_chemical_A3 +LQ03X019770 Predicted protein 6.731284697 C6_chemical_B1 +LQ03X019770 Predicted protein 5.911666245 C6_chemical_B2 +LQ03X019770 Predicted protein 6.039157315 C6_chemical_B3 +LQ03X019770 Predicted protein 6.570249535 C6_chemical_C1 +LQ03X019770 Predicted protein 6.324559409 C6_chemical_C2 +LQ03X019770 Predicted protein 5.942426012 C6_chemical_C3 +LQ03X019770 Predicted protein 5.887358186 L4_control_A1 +LQ03X019770 Predicted protein 5.847963469 L4_control_A2 +LQ03X019770 Predicted protein 5.842040835 L4_control_A3 +LQ03X019770 Predicted protein 5.350053385 L4_control_B1 +LQ03X019770 Predicted protein 6.107136039 L4_control_B2 +LQ03X019770 Predicted protein 6.284256176 L4_control_B3 +LQ03X019770 Predicted protein 6.187259392 L4_control_C2 +LQ03X019770 Predicted protein 4.85794831 L4_control_C3 +LQ03X019770 Predicted protein 5.919479303 L4_chemical_A1 +LQ03X019770 Predicted protein 5.803565554 L4_chemical_A2 +LQ03X019770 Predicted protein 6.489279474 L4_chemical_A3 +LQ03X019770 Predicted protein 6.299270059 L4_chemical_B1 +LQ03X019770 Predicted protein 5.427073052 L4_chemical_B2 +LQ03X019770 Predicted protein 6.235832023 L4_chemical_B3 +LQ03X019770 Predicted protein 5.856735438 L4_chemical_C2 +LQ03X019770 Predicted protein 5.730770231 L4_chemical_C3 +LQ03X019790 Uncharacterized protein At3g49135 5.482760549 C6_control_A1 +LQ03X019790 Uncharacterized protein At3g49135 5.708689602 C6_control_A3 +LQ03X019790 Uncharacterized protein At3g49135 5.282521043 C6_control_B1 +LQ03X019790 Uncharacterized protein At3g49135 5.562118009 C6_control_B2 +LQ03X019790 Uncharacterized protein At3g49135 5.536675687 C6_control_B3 +LQ03X019790 Uncharacterized protein At3g49135 5.510803214 C6_control_C1 +LQ03X019790 Uncharacterized protein At3g49135 5.713069179 C6_control_C2 +LQ03X019790 Uncharacterized protein At3g49135 5.470961059 C6_control_C3 +LQ03X019790 Uncharacterized protein At3g49135 5.388319296 C6_chemical_A1 +LQ03X019790 Uncharacterized protein At3g49135 5.058776739 C6_chemical_A3 +LQ03X019790 Uncharacterized protein At3g49135 5.168339669 C6_chemical_B1 +LQ03X019790 Uncharacterized protein At3g49135 5.539093516 C6_chemical_B2 +LQ03X019790 Uncharacterized protein At3g49135 5.584910954 C6_chemical_B3 +LQ03X019790 Uncharacterized protein At3g49135 5.548294697 C6_chemical_C1 +LQ03X019790 Uncharacterized protein At3g49135 5.867034477 C6_chemical_C2 +LQ03X019790 Uncharacterized protein At3g49135 5.581219756 C6_chemical_C3 +LQ03X019790 Uncharacterized protein At3g49135 5.341040105 L4_control_A1 +LQ03X019790 Uncharacterized protein At3g49135 5.57064335 L4_control_A2 +LQ03X019790 Uncharacterized protein At3g49135 5.319579152 L4_control_A3 +LQ03X019790 Uncharacterized protein At3g49135 5.54651106 L4_control_B1 +LQ03X019790 Uncharacterized protein At3g49135 5.525960508 L4_control_B2 +LQ03X019790 Uncharacterized protein At3g49135 5.386587082 L4_control_B3 +LQ03X019790 Uncharacterized protein At3g49135 5.169246412 L4_control_C2 +LQ03X019790 Uncharacterized protein At3g49135 5.313154038 L4_control_C3 +LQ03X019790 Uncharacterized protein At3g49135 5.705433578 L4_chemical_A1 +LQ03X019790 Uncharacterized protein At3g49135 5.398216555 L4_chemical_A2 +LQ03X019790 Uncharacterized protein At3g49135 5.414518128 L4_chemical_A3 +LQ03X019790 Uncharacterized protein At3g49135 5.943073975 L4_chemical_B1 +LQ03X019790 Uncharacterized protein At3g49135 5.600249242 L4_chemical_B2 +LQ03X019790 Uncharacterized protein At3g49135 5.402470039 L4_chemical_B3 +LQ03X019790 Uncharacterized protein At3g49135 5.618515932 L4_chemical_C2 +LQ03X019790 Uncharacterized protein At3g49135 5.291257724 L4_chemical_C3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.22077985 C6_control_A1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.56328572 C6_control_A3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.0241976 C6_control_B1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 10.18805051 C6_control_B2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.01362473 C6_control_B3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 10.77482811 C6_control_C1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.11345616 C6_control_C2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.91616273 C6_control_C3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.21899241 C6_chemical_A1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.77356441 C6_chemical_A3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 10.92960273 C6_chemical_B1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 10.27328489 C6_chemical_B2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.4702729 C6_chemical_B3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 10.83075572 C6_chemical_C1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.30857979 C6_chemical_C2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.09534867 C6_chemical_C3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.3530419 L4_control_A1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.3739301 L4_control_A2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.8103764 L4_control_A3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.29890447 L4_control_B1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.21421512 L4_control_B2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.1616171 L4_control_B3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.70764611 L4_control_C2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.98325738 L4_control_C3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.54843323 L4_chemical_A1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.0016546 L4_chemical_A2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.39153981 L4_chemical_A3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.43190009 L4_chemical_B1 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.42741058 L4_chemical_B2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.19755588 L4_chemical_B3 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.85104241 L4_chemical_C2 +LQ03X019800 Putative Uncharacterized protein P11E10.01 12.94332918 L4_chemical_C3 +LQ03X019830 Putative uncharacterized protein 9.841031395 C6_control_A1 +LQ03X019830 Putative uncharacterized protein 9.954304642 C6_control_A3 +LQ03X019830 Putative uncharacterized protein 10.98105814 C6_control_B1 +LQ03X019830 Putative uncharacterized protein 12.62397362 C6_control_B2 +LQ03X019830 Putative uncharacterized protein 11.83138115 C6_control_B3 +LQ03X019830 Putative uncharacterized protein 11.8340318 C6_control_C1 +LQ03X019830 Putative uncharacterized protein 13.61652626 C6_control_C2 +LQ03X019830 Putative uncharacterized protein 13.91460808 C6_control_C3 +LQ03X019830 Putative uncharacterized protein 9.113734832 C6_chemical_A1 +LQ03X019830 Putative uncharacterized protein 9.682973611 C6_chemical_A3 +LQ03X019830 Putative uncharacterized protein 10.60025975 C6_chemical_B1 +LQ03X019830 Putative uncharacterized protein 12.68632031 C6_chemical_B2 +LQ03X019830 Putative uncharacterized protein 11.82442333 C6_chemical_B3 +LQ03X019830 Putative uncharacterized protein 11.45907853 C6_chemical_C1 +LQ03X019830 Putative uncharacterized protein 12.98165413 C6_chemical_C2 +LQ03X019830 Putative uncharacterized protein 13.3394963 C6_chemical_C3 +LQ03X019830 Putative uncharacterized protein 9.186139468 L4_control_A1 +LQ03X019830 Putative uncharacterized protein 11.03261387 L4_control_A2 +LQ03X019830 Putative uncharacterized protein 8.427762185 L4_control_A3 +LQ03X019830 Putative uncharacterized protein 12.60589577 L4_control_B1 +LQ03X019830 Putative uncharacterized protein 10.77497904 L4_control_B2 +LQ03X019830 Putative uncharacterized protein 13.51490104 L4_control_B3 +LQ03X019830 Putative uncharacterized protein 12.76494962 L4_control_C2 +LQ03X019830 Putative uncharacterized protein 13.31876188 L4_control_C3 +LQ03X019830 Putative uncharacterized protein 8.71772125 L4_chemical_A1 +LQ03X019830 Putative uncharacterized protein 10.41125255 L4_chemical_A2 +LQ03X019830 Putative uncharacterized protein 7.524034897 L4_chemical_A3 +LQ03X019830 Putative uncharacterized protein 10.14681378 L4_chemical_B1 +LQ03X019830 Putative uncharacterized protein 11.17947703 L4_chemical_B2 +LQ03X019830 Putative uncharacterized protein 12.25608557 L4_chemical_B3 +LQ03X019830 Putative uncharacterized protein 12.53070546 L4_chemical_C2 +LQ03X019830 Putative uncharacterized protein 13.53306987 L4_chemical_C3 +LQ03X019840 Putative uncharacterized protein 6.877387054 C6_control_A1 +LQ03X019840 Putative uncharacterized protein 5.701091985 C6_control_A3 +LQ03X019840 Putative uncharacterized protein 6.065614094 C6_control_B1 +LQ03X019840 Putative uncharacterized protein 5.920064609 C6_control_B2 +LQ03X019840 Putative uncharacterized protein 7.191534235 C6_control_B3 +LQ03X019840 Putative uncharacterized protein 5.311343534 C6_control_C1 +LQ03X019840 Putative uncharacterized protein 5.706328525 C6_control_C2 +LQ03X019840 Putative uncharacterized protein 5.415376365 C6_control_C3 +LQ03X019840 Putative uncharacterized protein 7.141311955 C6_chemical_A1 +LQ03X019840 Putative uncharacterized protein 5.854794483 C6_chemical_A3 +LQ03X019840 Putative uncharacterized protein 6.36064975 C6_chemical_B1 +LQ03X019840 Putative uncharacterized protein 5.656047099 C6_chemical_B2 +LQ03X019840 Putative uncharacterized protein 6.73980491 C6_chemical_B3 +LQ03X019840 Putative uncharacterized protein 4.992053473 C6_chemical_C1 +LQ03X019840 Putative uncharacterized protein 5.904648936 C6_chemical_C2 +LQ03X019840 Putative uncharacterized protein 5.371743809 C6_chemical_C3 +LQ03X019840 Putative uncharacterized protein 5.797267545 L4_control_A1 +LQ03X019840 Putative uncharacterized protein 6.150055964 L4_control_A2 +LQ03X019840 Putative uncharacterized protein 5.764573644 L4_control_A3 +LQ03X019840 Putative uncharacterized protein 7.360810184 L4_control_B1 +LQ03X019840 Putative uncharacterized protein 6.293716456 L4_control_B2 +LQ03X019840 Putative uncharacterized protein 6.875447065 L4_control_B3 +LQ03X019840 Putative uncharacterized protein 6.361141154 L4_control_C2 +LQ03X019840 Putative uncharacterized protein 5.621613268 L4_control_C3 +LQ03X019840 Putative uncharacterized protein 6.078102013 L4_chemical_A1 +LQ03X019840 Putative uncharacterized protein 6.626872497 L4_chemical_A2 +LQ03X019840 Putative uncharacterized protein 5.694358876 L4_chemical_A3 +LQ03X019840 Putative uncharacterized protein 6.236879316 L4_chemical_B1 +LQ03X019840 Putative uncharacterized protein 6.228072755 L4_chemical_B2 +LQ03X019840 Putative uncharacterized protein 6.942816476 L4_chemical_B3 +LQ03X019840 Putative uncharacterized protein 5.688423965 L4_chemical_C2 +LQ03X019840 Putative uncharacterized protein 5.767126624 L4_chemical_C3 +LQ03X019850 DNA binding protein, putative 10.92058585 C6_control_A1 +LQ03X019850 DNA binding protein, putative 10.44426124 C6_control_A3 +LQ03X019850 DNA binding protein, putative 11.24096874 C6_control_B1 +LQ03X019850 DNA binding protein, putative 11.61292598 C6_control_B2 +LQ03X019850 DNA binding protein, putative 11.49353484 C6_control_B3 +LQ03X019850 DNA binding protein, putative 12.43892264 C6_control_C1 +LQ03X019850 DNA binding protein, putative 12.58367957 C6_control_C2 +LQ03X019850 DNA binding protein, putative 13.1438483 C6_control_C3 +LQ03X019850 DNA binding protein, putative 10.84149017 C6_chemical_A1 +LQ03X019850 DNA binding protein, putative 10.92502033 C6_chemical_A3 +LQ03X019850 DNA binding protein, putative 11.11411048 C6_chemical_B1 +LQ03X019850 DNA binding protein, putative 11.59600062 C6_chemical_B2 +LQ03X019850 DNA binding protein, putative 11.49984012 C6_chemical_B3 +LQ03X019850 DNA binding protein, putative 12.05603961 C6_chemical_C1 +LQ03X019850 DNA binding protein, putative 12.50716343 C6_chemical_C2 +LQ03X019850 DNA binding protein, putative 13.27350862 C6_chemical_C3 +LQ03X019850 DNA binding protein, putative 10.44545118 L4_control_A1 +LQ03X019850 DNA binding protein, putative 10.23065896 L4_control_A2 +LQ03X019850 DNA binding protein, putative 10.31844225 L4_control_A3 +LQ03X019850 DNA binding protein, putative 11.42470361 L4_control_B1 +LQ03X019850 DNA binding protein, putative 11.27618131 L4_control_B2 +LQ03X019850 DNA binding protein, putative 11.21347764 L4_control_B3 +LQ03X019850 DNA binding protein, putative 12.41307803 L4_control_C2 +LQ03X019850 DNA binding protein, putative 12.33789279 L4_control_C3 +LQ03X019850 DNA binding protein, putative 10.48231716 L4_chemical_A1 +LQ03X019850 DNA binding protein, putative 9.917016032 L4_chemical_A2 +LQ03X019850 DNA binding protein, putative 10.29113011 L4_chemical_A3 +LQ03X019850 DNA binding protein, putative 11.19361348 L4_chemical_B1 +LQ03X019850 DNA binding protein, putative 11.29338773 L4_chemical_B2 +LQ03X019850 DNA binding protein, putative 10.99650238 L4_chemical_B3 +LQ03X019850 DNA binding protein, putative 11.97802453 L4_chemical_C2 +LQ03X019850 DNA binding protein, putative 12.44709636 L4_chemical_C3 +LQ03X019860 Putative uncharacterized protein 5.561962913 C6_control_A1 +LQ03X019860 Putative uncharacterized protein 5.454238871 C6_control_A3 +LQ03X019860 Putative uncharacterized protein 6.283906536 C6_control_B1 +LQ03X019860 Putative uncharacterized protein 5.592501146 C6_control_B2 +LQ03X019860 Putative uncharacterized protein 5.942042983 C6_control_B3 +LQ03X019860 Putative uncharacterized protein 5.778224791 C6_control_C1 +LQ03X019860 Putative uncharacterized protein 5.260768046 C6_control_C2 +LQ03X019860 Putative uncharacterized protein 5.37345043 C6_control_C3 +LQ03X019860 Putative uncharacterized protein 5.873403665 C6_chemical_A1 +LQ03X019860 Putative uncharacterized protein 5.797550796 C6_chemical_A3 +LQ03X019860 Putative uncharacterized protein 6.178154044 C6_chemical_B1 +LQ03X019860 Putative uncharacterized protein 5.520035616 C6_chemical_B2 +LQ03X019860 Putative uncharacterized protein 6.153597394 C6_chemical_B3 +LQ03X019860 Putative uncharacterized protein 5.643330037 C6_chemical_C1 +LQ03X019860 Putative uncharacterized protein 5.840927594 C6_chemical_C2 +LQ03X019860 Putative uncharacterized protein 5.410539461 C6_chemical_C3 +LQ03X019860 Putative uncharacterized protein 5.345830199 L4_control_A1 +LQ03X019860 Putative uncharacterized protein 5.648252361 L4_control_A2 +LQ03X019860 Putative uncharacterized protein 5.529506081 L4_control_A3 +LQ03X019860 Putative uncharacterized protein 6.264852999 L4_control_B1 +LQ03X019860 Putative uncharacterized protein 6.47392604 L4_control_B2 +LQ03X019860 Putative uncharacterized protein 6.253256188 L4_control_B3 +LQ03X019860 Putative uncharacterized protein 5.620860176 L4_control_C2 +LQ03X019860 Putative uncharacterized protein 6.022116795 L4_control_C3 +LQ03X019860 Putative uncharacterized protein 5.697295286 L4_chemical_A1 +LQ03X019860 Putative uncharacterized protein 5.751717915 L4_chemical_A2 +LQ03X019860 Putative uncharacterized protein 5.360183693 L4_chemical_A3 +LQ03X019860 Putative uncharacterized protein 6.538684096 L4_chemical_B1 +LQ03X019860 Putative uncharacterized protein 6.855932585 L4_chemical_B2 +LQ03X019860 Putative uncharacterized protein 5.797454825 L4_chemical_B3 +LQ03X019860 Putative uncharacterized protein 5.537623676 L4_chemical_C2 +LQ03X019860 Putative uncharacterized protein 6.586857287 L4_chemical_C3 +LQ03X019870 40S ribosomal protein S10-1 13.65326773 C6_control_A1 +LQ03X019870 40S ribosomal protein S10-1 13.87937929 C6_control_A3 +LQ03X019870 40S ribosomal protein S10-1 13.08615872 C6_control_B1 +LQ03X019870 40S ribosomal protein S10-1 13.49915774 C6_control_B2 +LQ03X019870 40S ribosomal protein S10-1 12.83147458 C6_control_B3 +LQ03X019870 40S ribosomal protein S10-1 13.32457209 C6_control_C1 +LQ03X019870 40S ribosomal protein S10-1 13.36303409 C6_control_C2 +LQ03X019870 40S ribosomal protein S10-1 13.2222329 C6_control_C3 +LQ03X019870 40S ribosomal protein S10-1 13.48137411 C6_chemical_A1 +LQ03X019870 40S ribosomal protein S10-1 13.70931732 C6_chemical_A3 +LQ03X019870 40S ribosomal protein S10-1 12.65722521 C6_chemical_B1 +LQ03X019870 40S ribosomal protein S10-1 13.20399959 C6_chemical_B2 +LQ03X019870 40S ribosomal protein S10-1 12.58443395 C6_chemical_B3 +LQ03X019870 40S ribosomal protein S10-1 13.42970266 C6_chemical_C1 +LQ03X019870 40S ribosomal protein S10-1 13.41156514 C6_chemical_C2 +LQ03X019870 40S ribosomal protein S10-1 12.96689708 C6_chemical_C3 +LQ03X019870 40S ribosomal protein S10-1 13.9875834 L4_control_A1 +LQ03X019870 40S ribosomal protein S10-1 13.75607666 L4_control_A2 +LQ03X019870 40S ribosomal protein S10-1 13.88896156 L4_control_A3 +LQ03X019870 40S ribosomal protein S10-1 12.72213476 L4_control_B1 +LQ03X019870 40S ribosomal protein S10-1 12.67721028 L4_control_B2 +LQ03X019870 40S ribosomal protein S10-1 12.96103249 L4_control_B3 +LQ03X019870 40S ribosomal protein S10-1 13.18149641 L4_control_C2 +LQ03X019870 40S ribosomal protein S10-1 12.72244422 L4_control_C3 +LQ03X019870 40S ribosomal protein S10-1 13.68677299 L4_chemical_A1 +LQ03X019870 40S ribosomal protein S10-1 13.36773078 L4_chemical_A2 +LQ03X019870 40S ribosomal protein S10-1 13.69788902 L4_chemical_A3 +LQ03X019870 40S ribosomal protein S10-1 13.13121929 L4_chemical_B1 +LQ03X019870 40S ribosomal protein S10-1 12.92909765 L4_chemical_B2 +LQ03X019870 40S ribosomal protein S10-1 13.26169868 L4_chemical_B3 +LQ03X019870 40S ribosomal protein S10-1 12.99597076 L4_chemical_C2 +LQ03X019870 40S ribosomal protein S10-1 12.78218843 L4_chemical_C3 +LQ03X019880 Heat shock protein 83 5.433110897 C6_control_A1 +LQ03X019880 Heat shock protein 83 5.726890788 C6_control_A3 +LQ03X019880 Heat shock protein 83 5.395480878 C6_control_B1 +LQ03X019880 Heat shock protein 83 5.51356589 C6_control_B2 +LQ03X019880 Heat shock protein 83 5.812638144 C6_control_B3 +LQ03X019880 Heat shock protein 83 5.443295549 C6_control_C1 +LQ03X019880 Heat shock protein 83 5.744876581 C6_control_C2 +LQ03X019880 Heat shock protein 83 5.398706548 C6_control_C3 +LQ03X019880 Heat shock protein 83 5.782074571 C6_chemical_A1 +LQ03X019880 Heat shock protein 83 5.279357387 C6_chemical_A3 +LQ03X019880 Heat shock protein 83 5.309350979 C6_chemical_B1 +LQ03X019880 Heat shock protein 83 6.339636653 C6_chemical_B2 +LQ03X019880 Heat shock protein 83 5.659087847 C6_chemical_B3 +LQ03X019880 Heat shock protein 83 6.274295972 C6_chemical_C1 +LQ03X019880 Heat shock protein 83 5.984084799 C6_chemical_C2 +LQ03X019880 Heat shock protein 83 5.110646192 C6_chemical_C3 +LQ03X019880 Heat shock protein 83 5.900537155 L4_control_A1 +LQ03X019880 Heat shock protein 83 5.419811187 L4_control_A2 +LQ03X019880 Heat shock protein 83 5.613070906 L4_control_A3 +LQ03X019880 Heat shock protein 83 5.259524215 L4_control_B1 +LQ03X019880 Heat shock protein 83 6.497387406 L4_control_B2 +LQ03X019880 Heat shock protein 83 5.564080577 L4_control_B3 +LQ03X019880 Heat shock protein 83 5.781917064 L4_control_C2 +LQ03X019880 Heat shock protein 83 5.389317799 L4_control_C3 +LQ03X019880 Heat shock protein 83 5.586464626 L4_chemical_A1 +LQ03X019880 Heat shock protein 83 5.648044024 L4_chemical_A2 +LQ03X019880 Heat shock protein 83 5.760442565 L4_chemical_A3 +LQ03X019880 Heat shock protein 83 5.589737871 L4_chemical_B1 +LQ03X019880 Heat shock protein 83 6.217584438 L4_chemical_B2 +LQ03X019880 Heat shock protein 83 5.253784652 L4_chemical_B3 +LQ03X019880 Heat shock protein 83 5.361273052 L4_chemical_C2 +LQ03X019880 Heat shock protein 83 5.043977105 L4_chemical_C3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.64264348 C6_control_A1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.28160748 C6_control_A3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.55676086 C6_control_B1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.85392108 C6_control_B2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.48846604 C6_control_B3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.22097676 C6_control_C1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.71190073 C6_control_C2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.45761853 C6_control_C3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.66407478 C6_chemical_A1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.63106921 C6_chemical_A3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.60563478 C6_chemical_B1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 14.21733153 C6_chemical_B2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.72561533 C6_chemical_B3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.46679754 C6_chemical_C1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.59034804 C6_chemical_C2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.51618107 C6_chemical_C3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.54908723 L4_control_A1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.85576661 L4_control_A2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.40973026 L4_control_A3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.84921929 L4_control_B1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.82263402 L4_control_B2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.73157227 L4_control_B3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.20486456 L4_control_C2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.30506217 L4_control_C3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 14.33859464 L4_chemical_A1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 14.20819415 L4_chemical_A2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.72487327 L4_chemical_A3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.9175321 L4_chemical_B1 +LQ03X019890 Glutaminyl-peptide cyclotransferase 14.08369812 L4_chemical_B2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.62251336 L4_chemical_B3 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.26731704 L4_chemical_C2 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.56734079 L4_chemical_C3 +LQ03X019920 Predicted protein 5.826156739 C6_control_A1 +LQ03X019920 Predicted protein 5.42153069 C6_control_A3 +LQ03X019920 Predicted protein 7.984914568 C6_control_B1 +LQ03X019920 Predicted protein 10.46107381 C6_control_B2 +LQ03X019920 Predicted protein 9.731731856 C6_control_B3 +LQ03X019920 Predicted protein 9.607588238 C6_control_C1 +LQ03X019920 Predicted protein 9.775411305 C6_control_C2 +LQ03X019920 Predicted protein 10.65718957 C6_control_C3 +LQ03X019920 Predicted protein 5.760625933 C6_chemical_A1 +LQ03X019920 Predicted protein 5.828675267 C6_chemical_A3 +LQ03X019920 Predicted protein 7.523533212 C6_chemical_B1 +LQ03X019920 Predicted protein 9.355275479 C6_chemical_B2 +LQ03X019920 Predicted protein 8.519179626 C6_chemical_B3 +LQ03X019920 Predicted protein 9.471566379 C6_chemical_C1 +LQ03X019920 Predicted protein 9.893459973 C6_chemical_C2 +LQ03X019920 Predicted protein 10.79263238 C6_chemical_C3 +LQ03X019920 Predicted protein 6.648555839 L4_control_A1 +LQ03X019920 Predicted protein 6.452383799 L4_control_A2 +LQ03X019920 Predicted protein 6.458269915 L4_control_A3 +LQ03X019920 Predicted protein 8.118555133 L4_control_B1 +LQ03X019920 Predicted protein 6.943985656 L4_control_B2 +LQ03X019920 Predicted protein 11.79143213 L4_control_B3 +LQ03X019920 Predicted protein 9.467798275 L4_control_C2 +LQ03X019920 Predicted protein 11.25551474 L4_control_C3 +LQ03X019920 Predicted protein 7.294472318 L4_chemical_A1 +LQ03X019920 Predicted protein 6.738917102 L4_chemical_A2 +LQ03X019920 Predicted protein 6.567042869 L4_chemical_A3 +LQ03X019920 Predicted protein 7.164781831 L4_chemical_B1 +LQ03X019920 Predicted protein 7.482201851 L4_chemical_B2 +LQ03X019920 Predicted protein 9.542866983 L4_chemical_B3 +LQ03X019920 Predicted protein 10.19952735 L4_chemical_C2 +LQ03X019920 Predicted protein 11.51764817 L4_chemical_C3 +LQ03X019930 Beta-carotene hydroxylase 13.29225371 C6_control_A1 +LQ03X019930 Beta-carotene hydroxylase 12.35164941 C6_control_A3 +LQ03X019930 Beta-carotene hydroxylase 13.31392213 C6_control_B1 +LQ03X019930 Beta-carotene hydroxylase 12.3659339 C6_control_B2 +LQ03X019930 Beta-carotene hydroxylase 11.13220151 C6_control_B3 +LQ03X019930 Beta-carotene hydroxylase 14.20583834 C6_control_C1 +LQ03X019930 Beta-carotene hydroxylase 13.1105894 C6_control_C2 +LQ03X019930 Beta-carotene hydroxylase 12.75030126 C6_control_C3 +LQ03X019930 Beta-carotene hydroxylase 13.79326773 C6_chemical_A1 +LQ03X019930 Beta-carotene hydroxylase 13.21510413 C6_chemical_A3 +LQ03X019930 Beta-carotene hydroxylase 14.02542621 C6_chemical_B1 +LQ03X019930 Beta-carotene hydroxylase 13.33259264 C6_chemical_B2 +LQ03X019930 Beta-carotene hydroxylase 11.9174705 C6_chemical_B3 +LQ03X019930 Beta-carotene hydroxylase 14.25197362 C6_chemical_C1 +LQ03X019930 Beta-carotene hydroxylase 13.69965482 C6_chemical_C2 +LQ03X019930 Beta-carotene hydroxylase 13.41668823 C6_chemical_C3 +LQ03X019930 Beta-carotene hydroxylase 12.72602514 L4_control_A1 +LQ03X019930 Beta-carotene hydroxylase 12.49296913 L4_control_A2 +LQ03X019930 Beta-carotene hydroxylase 11.30041125 L4_control_A3 +LQ03X019930 Beta-carotene hydroxylase 12.66730865 L4_control_B1 +LQ03X019930 Beta-carotene hydroxylase 12.18622246 L4_control_B2 +LQ03X019930 Beta-carotene hydroxylase 10.52982295 L4_control_B3 +LQ03X019930 Beta-carotene hydroxylase 11.43791203 L4_control_C2 +LQ03X019930 Beta-carotene hydroxylase 11.1663803 L4_control_C3 +LQ03X019930 Beta-carotene hydroxylase 13.33191899 L4_chemical_A1 +LQ03X019930 Beta-carotene hydroxylase 13.62876884 L4_chemical_A2 +LQ03X019930 Beta-carotene hydroxylase 11.97647322 L4_chemical_A3 +LQ03X019930 Beta-carotene hydroxylase 13.05828885 L4_chemical_B1 +LQ03X019930 Beta-carotene hydroxylase 12.90006007 L4_chemical_B2 +LQ03X019930 Beta-carotene hydroxylase 11.65483595 L4_chemical_B3 +LQ03X019930 Beta-carotene hydroxylase 12.20883265 L4_chemical_C2 +LQ03X019930 Beta-carotene hydroxylase 12.18806156 L4_chemical_C3 +LQ03X019950 Putative septum site-determining protein minD 12.9369187 C6_control_A1 +LQ03X019950 Putative septum site-determining protein minD 12.88943938 C6_control_A3 +LQ03X019950 Putative septum site-determining protein minD 12.56133977 C6_control_B1 +LQ03X019950 Putative septum site-determining protein minD 12.65917781 C6_control_B2 +LQ03X019950 Putative septum site-determining protein minD 12.57974796 C6_control_B3 +LQ03X019950 Putative septum site-determining protein minD 12.50192644 C6_control_C1 +LQ03X019950 Putative septum site-determining protein minD 12.40100212 C6_control_C2 +LQ03X019950 Putative septum site-determining protein minD 12.13145005 C6_control_C3 +LQ03X019950 Putative septum site-determining protein minD 12.98157344 C6_chemical_A1 +LQ03X019950 Putative septum site-determining protein minD 12.9979937 C6_chemical_A3 +LQ03X019950 Putative septum site-determining protein minD 12.55729113 C6_chemical_B1 +LQ03X019950 Putative septum site-determining protein minD 12.64439417 C6_chemical_B2 +LQ03X019950 Putative septum site-determining protein minD 12.29116865 C6_chemical_B3 +LQ03X019950 Putative septum site-determining protein minD 12.45079223 C6_chemical_C1 +LQ03X019950 Putative septum site-determining protein minD 12.45127541 C6_chemical_C2 +LQ03X019950 Putative septum site-determining protein minD 12.03476802 C6_chemical_C3 +LQ03X019950 Putative septum site-determining protein minD 12.91912108 L4_control_A1 +LQ03X019950 Putative septum site-determining protein minD 13.03646336 L4_control_A2 +LQ03X019950 Putative septum site-determining protein minD 13.02254626 L4_control_A3 +LQ03X019950 Putative septum site-determining protein minD 12.60407263 L4_control_B1 +LQ03X019950 Putative septum site-determining protein minD 12.90837053 L4_control_B2 +LQ03X019950 Putative septum site-determining protein minD 12.0967902 L4_control_B3 +LQ03X019950 Putative septum site-determining protein minD 13.03131704 L4_control_C2 +LQ03X019950 Putative septum site-determining protein minD 12.85338066 L4_control_C3 +LQ03X019950 Putative septum site-determining protein minD 12.67477504 L4_chemical_A1 +LQ03X019950 Putative septum site-determining protein minD 12.87607801 L4_chemical_A2 +LQ03X019950 Putative septum site-determining protein minD 12.68623024 L4_chemical_A3 +LQ03X019950 Putative septum site-determining protein minD 12.64372705 L4_chemical_B1 +LQ03X019950 Putative septum site-determining protein minD 13.01763909 L4_chemical_B2 +LQ03X019950 Putative septum site-determining protein minD 12.25263241 L4_chemical_B3 +LQ03X019950 Putative septum site-determining protein minD 13.30032892 L4_chemical_C2 +LQ03X019950 Putative septum site-determining protein minD 12.714421 L4_chemical_C3 +LQ03X019960 Putative uncharacterized protein 6.005695595 C6_control_A1 +LQ03X019960 Putative uncharacterized protein 7.442078161 C6_control_A3 +LQ03X019960 Putative uncharacterized protein 5.65182797 C6_control_B1 +LQ03X019960 Putative uncharacterized protein 6.705242906 C6_control_B2 +LQ03X019960 Putative uncharacterized protein 5.824435187 C6_control_B3 +LQ03X019960 Putative uncharacterized protein 5.935123839 C6_control_C1 +LQ03X019960 Putative uncharacterized protein 8.050443442 C6_control_C2 +LQ03X019960 Putative uncharacterized protein 6.566676116 C6_control_C3 +LQ03X019960 Putative uncharacterized protein 6.297894432 C6_chemical_A1 +LQ03X019960 Putative uncharacterized protein 6.652615845 C6_chemical_A3 +LQ03X019960 Putative uncharacterized protein 6.006728903 C6_chemical_B1 +LQ03X019960 Putative uncharacterized protein 6.683628448 C6_chemical_B2 +LQ03X019960 Putative uncharacterized protein 6.024355395 C6_chemical_B3 +LQ03X019960 Putative uncharacterized protein 6.208540108 C6_chemical_C1 +LQ03X019960 Putative uncharacterized protein 7.057563967 C6_chemical_C2 +LQ03X019960 Putative uncharacterized protein 6.056614936 C6_chemical_C3 +LQ03X019960 Putative uncharacterized protein 6.148921555 L4_control_A1 +LQ03X019960 Putative uncharacterized protein 6.513475103 L4_control_A2 +LQ03X019960 Putative uncharacterized protein 6.945292206 L4_control_A3 +LQ03X019960 Putative uncharacterized protein 6.177174159 L4_control_B1 +LQ03X019960 Putative uncharacterized protein 6.381711912 L4_control_B2 +LQ03X019960 Putative uncharacterized protein 6.318062267 L4_control_B3 +LQ03X019960 Putative uncharacterized protein 5.711942714 L4_control_C2 +LQ03X019960 Putative uncharacterized protein 5.583726898 L4_control_C3 +LQ03X019960 Putative uncharacterized protein 6.607607019 L4_chemical_A1 +LQ03X019960 Putative uncharacterized protein 6.338301063 L4_chemical_A2 +LQ03X019960 Putative uncharacterized protein 6.356274468 L4_chemical_A3 +LQ03X019960 Putative uncharacterized protein 6.46425811 L4_chemical_B1 +LQ03X019960 Putative uncharacterized protein 6.476687676 L4_chemical_B2 +LQ03X019960 Putative uncharacterized protein 6.524193564 L4_chemical_B3 +LQ03X019960 Putative uncharacterized protein 6.145791432 L4_chemical_C2 +LQ03X019960 Putative uncharacterized protein 6.144870506 L4_chemical_C3 +LQ03X019970 Putative uncharacterized protein 14.08973861 C6_control_A1 +LQ03X019970 Putative uncharacterized protein 13.85937634 C6_control_A3 +LQ03X019970 Putative uncharacterized protein 14.32360551 C6_control_B1 +LQ03X019970 Putative uncharacterized protein 14.24617774 C6_control_B2 +LQ03X019970 Putative uncharacterized protein 13.8649488 C6_control_B3 +LQ03X019970 Putative uncharacterized protein 14.77266346 C6_control_C1 +LQ03X019970 Putative uncharacterized protein 14.23619289 C6_control_C2 +LQ03X019970 Putative uncharacterized protein 14.63258333 C6_control_C3 +LQ03X019970 Putative uncharacterized protein 14.41721839 C6_chemical_A1 +LQ03X019970 Putative uncharacterized protein 14.19379959 C6_chemical_A3 +LQ03X019970 Putative uncharacterized protein 14.40700576 C6_chemical_B1 +LQ03X019970 Putative uncharacterized protein 14.08422684 C6_chemical_B2 +LQ03X019970 Putative uncharacterized protein 14.06829421 C6_chemical_B3 +LQ03X019970 Putative uncharacterized protein 14.48206165 C6_chemical_C1 +LQ03X019970 Putative uncharacterized protein 14.35944164 C6_chemical_C2 +LQ03X019970 Putative uncharacterized protein 14.13907903 C6_chemical_C3 +LQ03X019970 Putative uncharacterized protein 13.79237687 L4_control_A1 +LQ03X019970 Putative uncharacterized protein 13.616677 L4_control_A2 +LQ03X019970 Putative uncharacterized protein 13.80317706 L4_control_A3 +LQ03X019970 Putative uncharacterized protein 14.02646534 L4_control_B1 +LQ03X019970 Putative uncharacterized protein 13.99354076 L4_control_B2 +LQ03X019970 Putative uncharacterized protein 13.86916026 L4_control_B3 +LQ03X019970 Putative uncharacterized protein 14.33312465 L4_control_C2 +LQ03X019970 Putative uncharacterized protein 14.24656838 L4_control_C3 +LQ03X019970 Putative uncharacterized protein 14.49153489 L4_chemical_A1 +LQ03X019970 Putative uncharacterized protein 14.2852809 L4_chemical_A2 +LQ03X019970 Putative uncharacterized protein 14.11833158 L4_chemical_A3 +LQ03X019970 Putative uncharacterized protein 14.29645517 L4_chemical_B1 +LQ03X019970 Putative uncharacterized protein 14.09197151 L4_chemical_B2 +LQ03X019970 Putative uncharacterized protein 13.80775467 L4_chemical_B3 +LQ03X019970 Putative uncharacterized protein 14.51411266 L4_chemical_C2 +LQ03X019970 Putative uncharacterized protein 14.3523336 L4_chemical_C3 +LQ03X019980 Predicted protein 5.604904914 C6_control_A1 +LQ03X019980 Predicted protein 5.599999418 C6_control_A3 +LQ03X019980 Predicted protein 5.513680632 C6_control_B1 +LQ03X019980 Predicted protein 5.647557999 C6_control_B2 +LQ03X019980 Predicted protein 5.638283099 C6_control_B3 +LQ03X019980 Predicted protein 6.539695889 C6_control_C1 +LQ03X019980 Predicted protein 6.509177587 C6_control_C2 +LQ03X019980 Predicted protein 6.343017185 C6_control_C3 +LQ03X019980 Predicted protein 5.723608575 C6_chemical_A1 +LQ03X019980 Predicted protein 5.123053746 C6_chemical_A3 +LQ03X019980 Predicted protein 5.881274415 C6_chemical_B1 +LQ03X019980 Predicted protein 5.962572858 C6_chemical_B2 +LQ03X019980 Predicted protein 5.382466306 C6_chemical_B3 +LQ03X019980 Predicted protein 6.554142318 C6_chemical_C1 +LQ03X019980 Predicted protein 6.680275316 C6_chemical_C2 +LQ03X019980 Predicted protein 6.792887016 C6_chemical_C3 +LQ03X019980 Predicted protein 5.584147226 L4_control_A1 +LQ03X019980 Predicted protein 5.04111642 L4_control_A2 +LQ03X019980 Predicted protein 5.043648465 L4_control_A3 +LQ03X019980 Predicted protein 5.283576195 L4_control_B1 +LQ03X019980 Predicted protein 5.076321869 L4_control_B2 +LQ03X019980 Predicted protein 5.505171591 L4_control_B3 +LQ03X019980 Predicted protein 7.990697764 L4_control_C2 +LQ03X019980 Predicted protein 5.260891843 L4_control_C3 +LQ03X019980 Predicted protein 5.589046027 L4_chemical_A1 +LQ03X019980 Predicted protein 5.455210824 L4_chemical_A2 +LQ03X019980 Predicted protein 5.003058354 L4_chemical_A3 +LQ03X019980 Predicted protein 5.633634016 L4_chemical_B1 +LQ03X019980 Predicted protein 5.398418258 L4_chemical_B2 +LQ03X019980 Predicted protein 5.568947131 L4_chemical_B3 +LQ03X019980 Predicted protein 6.958691727 L4_chemical_C2 +LQ03X019980 Predicted protein 5.219593811 L4_chemical_C3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.228666551 C6_control_A1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.048862418 C6_control_A3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.495300399 C6_control_B1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.298105864 C6_control_B2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.28803807 C6_control_B3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.910734688 C6_control_C1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.310647496 C6_control_C2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.820167876 C6_control_C3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.207684465 C6_chemical_A1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.383543649 C6_chemical_A3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.573374137 C6_chemical_B1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.550827517 C6_chemical_B2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.277325199 C6_chemical_B3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.682231492 C6_chemical_C1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.545096716 C6_chemical_C2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.573548374 C6_chemical_C3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.418331697 L4_control_A1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.115883254 L4_control_A2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.519365713 L4_control_A3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.747698104 L4_control_B1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.503488359 L4_control_B2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.468230308 L4_control_B3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.912149581 L4_control_C2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.796695804 L4_control_C3 +LQ03X020000 Putative Probable RNA-binding protein 18 4.844488926 L4_chemical_A1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.166027995 L4_chemical_A2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.673356213 L4_chemical_A3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.687619681 L4_chemical_B1 +LQ03X020000 Putative Probable RNA-binding protein 18 5.505335108 L4_chemical_B2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.2865354 L4_chemical_B3 +LQ03X020000 Putative Probable RNA-binding protein 18 5.943328593 L4_chemical_C2 +LQ03X020000 Putative Probable RNA-binding protein 18 5.282840948 L4_chemical_C3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 8.875702732 C6_control_A1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 7.766185737 C6_control_A3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.20930963 C6_control_B1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.46792859 C6_control_B2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.43469635 C6_control_B3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 9.945616099 C6_control_C1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.16772898 C6_control_C2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 9.385359945 C6_control_C3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 8.90400536 C6_chemical_A1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 8.708821023 C6_chemical_A3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.56395843 C6_chemical_B1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.8671883 C6_chemical_B2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.26824025 C6_chemical_B3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 9.994951157 C6_chemical_C1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 9.975039354 C6_chemical_C2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 9.686544732 C6_chemical_C3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 8.696220246 L4_control_A1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 9.320956075 L4_control_A2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 7.630450725 L4_control_A3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.8169681 L4_control_B1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 11.14016628 L4_control_B2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.26303435 L4_control_B3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.63029626 L4_control_C2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.23846172 L4_control_C3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 8.69799939 L4_chemical_A1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 9.664996551 L4_chemical_A2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 8.381706479 L4_chemical_A3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.3970476 L4_chemical_B1 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.7944055 L4_chemical_B2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 9.825605607 L4_chemical_B3 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.81038658 L4_chemical_C2 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 10.56737985 L4_chemical_C3 +LQ03X020040 Putative Predicted protein 6.186629045 C6_control_A1 +LQ03X020040 Putative Predicted protein 5.797273006 C6_control_A3 +LQ03X020040 Putative Predicted protein 5.798372574 C6_control_B1 +LQ03X020040 Putative Predicted protein 5.659036727 C6_control_B2 +LQ03X020040 Putative Predicted protein 5.736247737 C6_control_B3 +LQ03X020040 Putative Predicted protein 5.57077671 C6_control_C1 +LQ03X020040 Putative Predicted protein 5.233050376 C6_control_C2 +LQ03X020040 Putative Predicted protein 5.75017098 C6_control_C3 +LQ03X020040 Putative Predicted protein 6.626097589 C6_chemical_A1 +LQ03X020040 Putative Predicted protein 6.129910502 C6_chemical_A3 +LQ03X020040 Putative Predicted protein 5.505763881 C6_chemical_B1 +LQ03X020040 Putative Predicted protein 5.573599296 C6_chemical_B2 +LQ03X020040 Putative Predicted protein 6.317655533 C6_chemical_B3 +LQ03X020040 Putative Predicted protein 5.383099995 C6_chemical_C1 +LQ03X020040 Putative Predicted protein 5.679455656 C6_chemical_C2 +LQ03X020040 Putative Predicted protein 5.521129191 C6_chemical_C3 +LQ03X020040 Putative Predicted protein 5.680912581 L4_control_A1 +LQ03X020040 Putative Predicted protein 6.38933215 L4_control_A2 +LQ03X020040 Putative Predicted protein 5.924562628 L4_control_A3 +LQ03X020040 Putative Predicted protein 6.163672764 L4_control_B1 +LQ03X020040 Putative Predicted protein 5.571518413 L4_control_B2 +LQ03X020040 Putative Predicted protein 5.843978602 L4_control_B3 +LQ03X020040 Putative Predicted protein 5.832607422 L4_control_C2 +LQ03X020040 Putative Predicted protein 5.922003871 L4_control_C3 +LQ03X020040 Putative Predicted protein 5.477801112 L4_chemical_A1 +LQ03X020040 Putative Predicted protein 6.269155426 L4_chemical_A2 +LQ03X020040 Putative Predicted protein 5.64679175 L4_chemical_A3 +LQ03X020040 Putative Predicted protein 6.055755078 L4_chemical_B1 +LQ03X020040 Putative Predicted protein 5.740965405 L4_chemical_B2 +LQ03X020040 Putative Predicted protein 5.737835904 L4_chemical_B3 +LQ03X020040 Putative Predicted protein 5.756181164 L4_chemical_C2 +LQ03X020040 Putative Predicted protein 5.623550318 L4_chemical_C3 +LQ03X020050 Prolyl-tRNA synthetase 10.87316461 C6_control_A1 +LQ03X020050 Prolyl-tRNA synthetase 10.62587527 C6_control_A3 +LQ03X020050 Prolyl-tRNA synthetase 10.89463573 C6_control_B1 +LQ03X020050 Prolyl-tRNA synthetase 11.74596599 C6_control_B2 +LQ03X020050 Prolyl-tRNA synthetase 10.67660787 C6_control_B3 +LQ03X020050 Prolyl-tRNA synthetase 11.94932238 C6_control_C1 +LQ03X020050 Prolyl-tRNA synthetase 11.89016471 C6_control_C2 +LQ03X020050 Prolyl-tRNA synthetase 11.82261061 C6_control_C3 +LQ03X020050 Prolyl-tRNA synthetase 10.80230194 C6_chemical_A1 +LQ03X020050 Prolyl-tRNA synthetase 10.90347261 C6_chemical_A3 +LQ03X020050 Prolyl-tRNA synthetase 10.88362486 C6_chemical_B1 +LQ03X020050 Prolyl-tRNA synthetase 11.43106124 C6_chemical_B2 +LQ03X020050 Prolyl-tRNA synthetase 10.51977419 C6_chemical_B3 +LQ03X020050 Prolyl-tRNA synthetase 11.98425745 C6_chemical_C1 +LQ03X020050 Prolyl-tRNA synthetase 11.9441047 C6_chemical_C2 +LQ03X020050 Prolyl-tRNA synthetase 11.61843284 C6_chemical_C3 +LQ03X020050 Prolyl-tRNA synthetase 10.60455363 L4_control_A1 +LQ03X020050 Prolyl-tRNA synthetase 10.21610974 L4_control_A2 +LQ03X020050 Prolyl-tRNA synthetase 9.983979029 L4_control_A3 +LQ03X020050 Prolyl-tRNA synthetase 10.64941593 L4_control_B1 +LQ03X020050 Prolyl-tRNA synthetase 10.60625888 L4_control_B2 +LQ03X020050 Prolyl-tRNA synthetase 11.10951541 L4_control_B3 +LQ03X020050 Prolyl-tRNA synthetase 12.11795314 L4_control_C2 +LQ03X020050 Prolyl-tRNA synthetase 11.49818041 L4_control_C3 +LQ03X020050 Prolyl-tRNA synthetase 10.55346231 L4_chemical_A1 +LQ03X020050 Prolyl-tRNA synthetase 9.716239252 L4_chemical_A2 +LQ03X020050 Prolyl-tRNA synthetase 9.518509604 L4_chemical_A3 +LQ03X020050 Prolyl-tRNA synthetase 10.26187516 L4_chemical_B1 +LQ03X020050 Prolyl-tRNA synthetase 10.43939886 L4_chemical_B2 +LQ03X020050 Prolyl-tRNA synthetase 10.44101792 L4_chemical_B3 +LQ03X020050 Prolyl-tRNA synthetase 12.15707693 L4_chemical_C2 +LQ03X020050 Prolyl-tRNA synthetase 11.54803514 L4_chemical_C3 +LQ03X020060 Putative uncharacterized protein 5.296423291 C6_control_A1 +LQ03X020060 Putative uncharacterized protein 5.413392655 C6_control_A3 +LQ03X020060 Putative uncharacterized protein 5.111903684 C6_control_B1 +LQ03X020060 Putative uncharacterized protein 5.275566205 C6_control_B2 +LQ03X020060 Putative uncharacterized protein 5.334425011 C6_control_B3 +LQ03X020060 Putative uncharacterized protein 5.478975639 C6_control_C1 +LQ03X020060 Putative uncharacterized protein 5.696776615 C6_control_C2 +LQ03X020060 Putative uncharacterized protein 5.809740537 C6_control_C3 +LQ03X020060 Putative uncharacterized protein 4.909300292 C6_chemical_A1 +LQ03X020060 Putative uncharacterized protein 5.594046607 C6_chemical_A3 +LQ03X020060 Putative uncharacterized protein 5.064739904 C6_chemical_B1 +LQ03X020060 Putative uncharacterized protein 5.273346374 C6_chemical_B2 +LQ03X020060 Putative uncharacterized protein 5.165445662 C6_chemical_B3 +LQ03X020060 Putative uncharacterized protein 5.791210122 C6_chemical_C1 +LQ03X020060 Putative uncharacterized protein 6.286328861 C6_chemical_C2 +LQ03X020060 Putative uncharacterized protein 5.441111792 C6_chemical_C3 +LQ03X020060 Putative uncharacterized protein 6.026165462 L4_control_A1 +LQ03X020060 Putative uncharacterized protein 5.443736321 L4_control_A2 +LQ03X020060 Putative uncharacterized protein 5.831819421 L4_control_A3 +LQ03X020060 Putative uncharacterized protein 5.276106156 L4_control_B1 +LQ03X020060 Putative uncharacterized protein 5.457008121 L4_control_B2 +LQ03X020060 Putative uncharacterized protein 5.167420089 L4_control_B3 +LQ03X020060 Putative uncharacterized protein 5.125764334 L4_control_C2 +LQ03X020060 Putative uncharacterized protein 5.594241778 L4_control_C3 +LQ03X020060 Putative uncharacterized protein 5.550703547 L4_chemical_A1 +LQ03X020060 Putative uncharacterized protein 5.362574795 L4_chemical_A2 +LQ03X020060 Putative uncharacterized protein 5.57612185 L4_chemical_A3 +LQ03X020060 Putative uncharacterized protein 5.365414567 L4_chemical_B1 +LQ03X020060 Putative uncharacterized protein 5.476620787 L4_chemical_B2 +LQ03X020060 Putative uncharacterized protein 5.431358198 L4_chemical_B3 +LQ03X020060 Putative uncharacterized protein 5.965158624 L4_chemical_C2 +LQ03X020060 Putative uncharacterized protein 6.146222112 L4_chemical_C3 +LQ03X020070 Scarecrow-like protein 8 5.46718422 C6_control_A1 +LQ03X020070 Scarecrow-like protein 8 5.803514363 C6_control_A3 +LQ03X020070 Scarecrow-like protein 8 5.168085683 C6_control_B1 +LQ03X020070 Scarecrow-like protein 8 5.773120561 C6_control_B2 +LQ03X020070 Scarecrow-like protein 8 5.682309395 C6_control_B3 +LQ03X020070 Scarecrow-like protein 8 5.623307621 C6_control_C1 +LQ03X020070 Scarecrow-like protein 8 6.185962397 C6_control_C2 +LQ03X020070 Scarecrow-like protein 8 5.946444992 C6_control_C3 +LQ03X020070 Scarecrow-like protein 8 5.330900238 C6_chemical_A1 +LQ03X020070 Scarecrow-like protein 8 5.046297973 C6_chemical_A3 +LQ03X020070 Scarecrow-like protein 8 5.422204889 C6_chemical_B1 +LQ03X020070 Scarecrow-like protein 8 5.554606134 C6_chemical_B2 +LQ03X020070 Scarecrow-like protein 8 5.369942414 C6_chemical_B3 +LQ03X020070 Scarecrow-like protein 8 5.843526495 C6_chemical_C1 +LQ03X020070 Scarecrow-like protein 8 5.937987801 C6_chemical_C2 +LQ03X020070 Scarecrow-like protein 8 5.703217842 C6_chemical_C3 +LQ03X020070 Scarecrow-like protein 8 5.244799004 L4_control_A1 +LQ03X020070 Scarecrow-like protein 8 5.581645612 L4_control_A2 +LQ03X020070 Scarecrow-like protein 8 5.174188496 L4_control_A3 +LQ03X020070 Scarecrow-like protein 8 6.115508358 L4_control_B1 +LQ03X020070 Scarecrow-like protein 8 5.663627032 L4_control_B2 +LQ03X020070 Scarecrow-like protein 8 5.52578029 L4_control_B3 +LQ03X020070 Scarecrow-like protein 8 5.835755857 L4_control_C2 +LQ03X020070 Scarecrow-like protein 8 6.488473898 L4_control_C3 +LQ03X020070 Scarecrow-like protein 8 5.104641326 L4_chemical_A1 +LQ03X020070 Scarecrow-like protein 8 5.276321882 L4_chemical_A2 +LQ03X020070 Scarecrow-like protein 8 5.2655061 L4_chemical_A3 +LQ03X020070 Scarecrow-like protein 8 5.630642091 L4_chemical_B1 +LQ03X020070 Scarecrow-like protein 8 5.435863204 L4_chemical_B2 +LQ03X020070 Scarecrow-like protein 8 5.325894405 L4_chemical_B3 +LQ03X020070 Scarecrow-like protein 8 6.381446944 L4_chemical_C2 +LQ03X020070 Scarecrow-like protein 8 5.581781011 L4_chemical_C3 +LQ03X020090 Putative Fibrillarin 10.47868364 C6_control_A1 +LQ03X020090 Putative Fibrillarin 11.14152273 C6_control_A3 +LQ03X020090 Putative Fibrillarin 10.37966814 C6_control_B1 +LQ03X020090 Putative Fibrillarin 10.52560364 C6_control_B2 +LQ03X020090 Putative Fibrillarin 10.04738555 C6_control_B3 +LQ03X020090 Putative Fibrillarin 10.41748745 C6_control_C1 +LQ03X020090 Putative Fibrillarin 10.53937669 C6_control_C2 +LQ03X020090 Putative Fibrillarin 10.29573668 C6_control_C3 +LQ03X020090 Putative Fibrillarin 10.61129907 C6_chemical_A1 +LQ03X020090 Putative Fibrillarin 10.80196491 C6_chemical_A3 +LQ03X020090 Putative Fibrillarin 10.0886128 C6_chemical_B1 +LQ03X020090 Putative Fibrillarin 10.01387104 C6_chemical_B2 +LQ03X020090 Putative Fibrillarin 10.05271157 C6_chemical_B3 +LQ03X020090 Putative Fibrillarin 10.08102107 C6_chemical_C1 +LQ03X020090 Putative Fibrillarin 10.63905659 C6_chemical_C2 +LQ03X020090 Putative Fibrillarin 10.37809125 C6_chemical_C3 +LQ03X020090 Putative Fibrillarin 10.82174087 L4_control_A1 +LQ03X020090 Putative Fibrillarin 10.85888394 L4_control_A2 +LQ03X020090 Putative Fibrillarin 10.92228711 L4_control_A3 +LQ03X020090 Putative Fibrillarin 9.927929244 L4_control_B1 +LQ03X020090 Putative Fibrillarin 10.30873982 L4_control_B2 +LQ03X020090 Putative Fibrillarin 10.34075555 L4_control_B3 +LQ03X020090 Putative Fibrillarin 10.4222611 L4_control_C2 +LQ03X020090 Putative Fibrillarin 10.86890387 L4_control_C3 +LQ03X020090 Putative Fibrillarin 10.37431275 L4_chemical_A1 +LQ03X020090 Putative Fibrillarin 10.29093068 L4_chemical_A2 +LQ03X020090 Putative Fibrillarin 9.945031478 L4_chemical_A3 +LQ03X020090 Putative Fibrillarin 10.03325177 L4_chemical_B1 +LQ03X020090 Putative Fibrillarin 9.911156664 L4_chemical_B2 +LQ03X020090 Putative Fibrillarin 10.14414541 L4_chemical_B3 +LQ03X020090 Putative Fibrillarin 10.452118 L4_chemical_C2 +LQ03X020090 Putative Fibrillarin 10.67231206 L4_chemical_C3 +LQ03X020100 Putative uncharacterized protein 5.977306389 C6_control_A1 +LQ03X020100 Putative uncharacterized protein 5.783151867 C6_control_A3 +LQ03X020100 Putative uncharacterized protein 5.571212402 C6_control_B1 +LQ03X020100 Putative uncharacterized protein 6.196914167 C6_control_B2 +LQ03X020100 Putative uncharacterized protein 5.067650808 C6_control_B3 +LQ03X020100 Putative uncharacterized protein 5.438757255 C6_control_C1 +LQ03X020100 Putative uncharacterized protein 5.563091634 C6_control_C2 +LQ03X020100 Putative uncharacterized protein 5.639353022 C6_control_C3 +LQ03X020100 Putative uncharacterized protein 6.155118629 C6_chemical_A1 +LQ03X020100 Putative uncharacterized protein 5.287554872 C6_chemical_A3 +LQ03X020100 Putative uncharacterized protein 5.694241709 C6_chemical_B1 +LQ03X020100 Putative uncharacterized protein 5.962537554 C6_chemical_B2 +LQ03X020100 Putative uncharacterized protein 5.459112476 C6_chemical_B3 +LQ03X020100 Putative uncharacterized protein 5.84975157 C6_chemical_C1 +LQ03X020100 Putative uncharacterized protein 5.512358578 C6_chemical_C2 +LQ03X020100 Putative uncharacterized protein 5.382808947 C6_chemical_C3 +LQ03X020100 Putative uncharacterized protein 5.538259656 L4_control_A1 +LQ03X020100 Putative uncharacterized protein 5.523359959 L4_control_A2 +LQ03X020100 Putative uncharacterized protein 6.261731607 L4_control_A3 +LQ03X020100 Putative uncharacterized protein 5.359441771 L4_control_B1 +LQ03X020100 Putative uncharacterized protein 5.676693835 L4_control_B2 +LQ03X020100 Putative uncharacterized protein 5.416841698 L4_control_B3 +LQ03X020100 Putative uncharacterized protein 6.350789009 L4_control_C2 +LQ03X020100 Putative uncharacterized protein 5.51560943 L4_control_C3 +LQ03X020100 Putative uncharacterized protein 5.362102213 L4_chemical_A1 +LQ03X020100 Putative uncharacterized protein 5.736921953 L4_chemical_A2 +LQ03X020100 Putative uncharacterized protein 6.21437459 L4_chemical_A3 +LQ03X020100 Putative uncharacterized protein 5.483237717 L4_chemical_B1 +LQ03X020100 Putative uncharacterized protein 5.551839298 L4_chemical_B2 +LQ03X020100 Putative uncharacterized protein 5.736017483 L4_chemical_B3 +LQ03X020100 Putative uncharacterized protein 6.158694651 L4_chemical_C2 +LQ03X020100 Putative uncharacterized protein 5.378065522 L4_chemical_C3 +LQ03X020120 UPF0496 protein At3g49070 6.984839793 C6_control_A1 +LQ03X020120 UPF0496 protein At3g49070 5.712510082 C6_control_A3 +LQ03X020120 UPF0496 protein At3g49070 8.020045553 C6_control_B1 +LQ03X020120 UPF0496 protein At3g49070 7.338124205 C6_control_B2 +LQ03X020120 UPF0496 protein At3g49070 7.893362741 C6_control_B3 +LQ03X020120 UPF0496 protein At3g49070 6.05920969 C6_control_C1 +LQ03X020120 UPF0496 protein At3g49070 5.580677466 C6_control_C2 +LQ03X020120 UPF0496 protein At3g49070 6.054459523 C6_control_C3 +LQ03X020120 UPF0496 protein At3g49070 6.905038107 C6_chemical_A1 +LQ03X020120 UPF0496 protein At3g49070 6.800553062 C6_chemical_A3 +LQ03X020120 UPF0496 protein At3g49070 7.72930358 C6_chemical_B1 +LQ03X020120 UPF0496 protein At3g49070 7.234370395 C6_chemical_B2 +LQ03X020120 UPF0496 protein At3g49070 7.493062931 C6_chemical_B3 +LQ03X020120 UPF0496 protein At3g49070 5.942831189 C6_chemical_C1 +LQ03X020120 UPF0496 protein At3g49070 6.088999739 C6_chemical_C2 +LQ03X020120 UPF0496 protein At3g49070 5.490067391 C6_chemical_C3 +LQ03X020120 UPF0496 protein At3g49070 6.696153714 L4_control_A1 +LQ03X020120 UPF0496 protein At3g49070 6.316165459 L4_control_A2 +LQ03X020120 UPF0496 protein At3g49070 6.321752153 L4_control_A3 +LQ03X020120 UPF0496 protein At3g49070 6.999704984 L4_control_B1 +LQ03X020120 UPF0496 protein At3g49070 7.750708853 L4_control_B2 +LQ03X020120 UPF0496 protein At3g49070 7.257805931 L4_control_B3 +LQ03X020120 UPF0496 protein At3g49070 6.264603706 L4_control_C2 +LQ03X020120 UPF0496 protein At3g49070 6.059910104 L4_control_C3 +LQ03X020120 UPF0496 protein At3g49070 6.991299863 L4_chemical_A1 +LQ03X020120 UPF0496 protein At3g49070 6.89686439 L4_chemical_A2 +LQ03X020120 UPF0496 protein At3g49070 5.645186699 L4_chemical_A3 +LQ03X020120 UPF0496 protein At3g49070 7.140056926 L4_chemical_B1 +LQ03X020120 UPF0496 protein At3g49070 8.020047352 L4_chemical_B2 +LQ03X020120 UPF0496 protein At3g49070 7.317815939 L4_chemical_B3 +LQ03X020120 UPF0496 protein At3g49070 5.532388831 L4_chemical_C2 +LQ03X020120 UPF0496 protein At3g49070 5.915661763 L4_chemical_C3 +LQ03X020130 BAHD acyltransferase DCR 7.420130795 C6_control_A1 +LQ03X020130 BAHD acyltransferase DCR 7.632347006 C6_control_A3 +LQ03X020130 BAHD acyltransferase DCR 7.549495276 C6_control_B1 +LQ03X020130 BAHD acyltransferase DCR 7.045576635 C6_control_B2 +LQ03X020130 BAHD acyltransferase DCR 7.546453477 C6_control_B3 +LQ03X020130 BAHD acyltransferase DCR 6.124131063 C6_control_C1 +LQ03X020130 BAHD acyltransferase DCR 5.740427374 C6_control_C2 +LQ03X020130 BAHD acyltransferase DCR 6.115575817 C6_control_C3 +LQ03X020130 BAHD acyltransferase DCR 7.343942942 C6_chemical_A1 +LQ03X020130 BAHD acyltransferase DCR 6.965336573 C6_chemical_A3 +LQ03X020130 BAHD acyltransferase DCR 6.855027018 C6_chemical_B1 +LQ03X020130 BAHD acyltransferase DCR 7.141789687 C6_chemical_B2 +LQ03X020130 BAHD acyltransferase DCR 7.03173704 C6_chemical_B3 +LQ03X020130 BAHD acyltransferase DCR 6.073777296 C6_chemical_C1 +LQ03X020130 BAHD acyltransferase DCR 6.037046926 C6_chemical_C2 +LQ03X020130 BAHD acyltransferase DCR 6.039084222 C6_chemical_C3 +LQ03X020130 BAHD acyltransferase DCR 6.956387542 L4_control_A1 +LQ03X020130 BAHD acyltransferase DCR 7.867957961 L4_control_A2 +LQ03X020130 BAHD acyltransferase DCR 7.497979406 L4_control_A3 +LQ03X020130 BAHD acyltransferase DCR 6.50196373 L4_control_B1 +LQ03X020130 BAHD acyltransferase DCR 7.358777368 L4_control_B2 +LQ03X020130 BAHD acyltransferase DCR 7.076873977 L4_control_B3 +LQ03X020130 BAHD acyltransferase DCR 7.106480186 L4_control_C2 +LQ03X020130 BAHD acyltransferase DCR 5.639410239 L4_control_C3 +LQ03X020130 BAHD acyltransferase DCR 6.409569206 L4_chemical_A1 +LQ03X020130 BAHD acyltransferase DCR 7.427586866 L4_chemical_A2 +LQ03X020130 BAHD acyltransferase DCR 7.342504468 L4_chemical_A3 +LQ03X020130 BAHD acyltransferase DCR 7.450021983 L4_chemical_B1 +LQ03X020130 BAHD acyltransferase DCR 7.56148164 L4_chemical_B2 +LQ03X020130 BAHD acyltransferase DCR 7.731188539 L4_chemical_B3 +LQ03X020130 BAHD acyltransferase DCR 6.74658537 L4_chemical_C2 +LQ03X020130 BAHD acyltransferase DCR 6.889014018 L4_chemical_C3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.094804514 C6_control_A1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.156278309 C6_control_A3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.764272001 C6_control_B1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.662149184 C6_control_B2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.986449038 C6_control_B3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.937733815 C6_control_C1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.94232067 C6_control_C2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.923328725 C6_control_C3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.978125553 C6_chemical_A1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.028588007 C6_chemical_A3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.073748528 C6_chemical_B1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.728773275 C6_chemical_B2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.871767018 C6_chemical_B3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.035079653 C6_chemical_C1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.188284628 C6_chemical_C2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.202006442 C6_chemical_C3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.059795995 L4_control_A1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.006623554 L4_control_A2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.781749911 L4_control_A3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.178925475 L4_control_B1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.905427934 L4_control_B2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.055392421 L4_control_B3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.73138795 L4_control_C2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.143743006 L4_control_C3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.414783363 L4_chemical_A1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.04452217 L4_chemical_A2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.098335335 L4_chemical_A3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.599402601 L4_chemical_B1 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.306876317 L4_chemical_B2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.001480966 L4_chemical_B3 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.459774923 L4_chemical_C2 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 5.025544017 L4_chemical_C3 +LQ03X020150 Putative uncharacterized protein 5.48471286 C6_control_A1 +LQ03X020150 Putative uncharacterized protein 5.681394095 C6_control_A3 +LQ03X020150 Putative uncharacterized protein 4.970370749 C6_control_B1 +LQ03X020150 Putative uncharacterized protein 5.355688871 C6_control_B2 +LQ03X020150 Putative uncharacterized protein 5.356473024 C6_control_B3 +LQ03X020150 Putative uncharacterized protein 4.861820672 C6_control_C1 +LQ03X020150 Putative uncharacterized protein 5.110482268 C6_control_C2 +LQ03X020150 Putative uncharacterized protein 5.34728782 C6_control_C3 +LQ03X020150 Putative uncharacterized protein 5.747105085 C6_chemical_A1 +LQ03X020150 Putative uncharacterized protein 5.59864899 C6_chemical_A3 +LQ03X020150 Putative uncharacterized protein 5.210739994 C6_chemical_B1 +LQ03X020150 Putative uncharacterized protein 5.380287417 C6_chemical_B2 +LQ03X020150 Putative uncharacterized protein 5.20934521 C6_chemical_B3 +LQ03X020150 Putative uncharacterized protein 4.912659693 C6_chemical_C1 +LQ03X020150 Putative uncharacterized protein 5.276331183 C6_chemical_C2 +LQ03X020150 Putative uncharacterized protein 5.03154049 C6_chemical_C3 +LQ03X020150 Putative uncharacterized protein 5.054420081 L4_control_A1 +LQ03X020150 Putative uncharacterized protein 5.738713518 L4_control_A2 +LQ03X020150 Putative uncharacterized protein 5.899639809 L4_control_A3 +LQ03X020150 Putative uncharacterized protein 5.773924377 L4_control_B1 +LQ03X020150 Putative uncharacterized protein 5.479079776 L4_control_B2 +LQ03X020150 Putative uncharacterized protein 5.45441873 L4_control_B3 +LQ03X020150 Putative uncharacterized protein 5.249052103 L4_control_C2 +LQ03X020150 Putative uncharacterized protein 5.608970064 L4_control_C3 +LQ03X020150 Putative uncharacterized protein 5.493919184 L4_chemical_A1 +LQ03X020150 Putative uncharacterized protein 5.576786791 L4_chemical_A2 +LQ03X020150 Putative uncharacterized protein 6.15630874 L4_chemical_A3 +LQ03X020150 Putative uncharacterized protein 5.637547637 L4_chemical_B1 +LQ03X020150 Putative uncharacterized protein 5.493981168 L4_chemical_B2 +LQ03X020150 Putative uncharacterized protein 5.393609051 L4_chemical_B3 +LQ03X020150 Putative uncharacterized protein 5.185131111 L4_chemical_C2 +LQ03X020150 Putative uncharacterized protein 4.952446165 L4_chemical_C3 +LQ03X020170 Putative transporter arsB 5.367032596 C6_control_A1 +LQ03X020170 Putative transporter arsB 6.326022989 C6_control_A3 +LQ03X020170 Putative transporter arsB 5.242736632 C6_control_B1 +LQ03X020170 Putative transporter arsB 5.504581851 C6_control_B2 +LQ03X020170 Putative transporter arsB 5.023793082 C6_control_B3 +LQ03X020170 Putative transporter arsB 5.200158752 C6_control_C1 +LQ03X020170 Putative transporter arsB 6.229885599 C6_control_C2 +LQ03X020170 Putative transporter arsB 5.288017126 C6_control_C3 +LQ03X020170 Putative transporter arsB 5.613880095 C6_chemical_A1 +LQ03X020170 Putative transporter arsB 5.58805804 C6_chemical_A3 +LQ03X020170 Putative transporter arsB 5.284090583 C6_chemical_B1 +LQ03X020170 Putative transporter arsB 5.812591553 C6_chemical_B2 +LQ03X020170 Putative transporter arsB 5.104087917 C6_chemical_B3 +LQ03X020170 Putative transporter arsB 5.508413535 C6_chemical_C1 +LQ03X020170 Putative transporter arsB 5.433237871 C6_chemical_C2 +LQ03X020170 Putative transporter arsB 5.599785147 C6_chemical_C3 +LQ03X020170 Putative transporter arsB 5.287924058 L4_control_A1 +LQ03X020170 Putative transporter arsB 5.165271166 L4_control_A2 +LQ03X020170 Putative transporter arsB 6.025604115 L4_control_A3 +LQ03X020170 Putative transporter arsB 5.553836105 L4_control_B1 +LQ03X020170 Putative transporter arsB 5.239126789 L4_control_B2 +LQ03X020170 Putative transporter arsB 5.103875974 L4_control_B3 +LQ03X020170 Putative transporter arsB 5.712058563 L4_control_C2 +LQ03X020170 Putative transporter arsB 5.429998418 L4_control_C3 +LQ03X020170 Putative transporter arsB 5.004928797 L4_chemical_A1 +LQ03X020170 Putative transporter arsB 5.246577816 L4_chemical_A2 +LQ03X020170 Putative transporter arsB 5.950698623 L4_chemical_A3 +LQ03X020170 Putative transporter arsB 5.426559868 L4_chemical_B1 +LQ03X020170 Putative transporter arsB 5.446572307 L4_chemical_B2 +LQ03X020170 Putative transporter arsB 5.329296408 L4_chemical_B3 +LQ03X020170 Putative transporter arsB 6.182521083 L4_chemical_C2 +LQ03X020170 Putative transporter arsB 5.050183629 L4_chemical_C3 +LQ03X020180 Putative uncharacterized protein 5.034268225 C6_control_A1 +LQ03X020180 Putative uncharacterized protein 5.275408017 C6_control_A3 +LQ03X020180 Putative uncharacterized protein 5.254983163 C6_control_B1 +LQ03X020180 Putative uncharacterized protein 5.256613772 C6_control_B2 +LQ03X020180 Putative uncharacterized protein 5.223915537 C6_control_B3 +LQ03X020180 Putative uncharacterized protein 5.344999446 C6_control_C1 +LQ03X020180 Putative uncharacterized protein 5.609492572 C6_control_C2 +LQ03X020180 Putative uncharacterized protein 5.736475813 C6_control_C3 +LQ03X020180 Putative uncharacterized protein 5.279132396 C6_chemical_A1 +LQ03X020180 Putative uncharacterized protein 5.135919497 C6_chemical_A3 +LQ03X020180 Putative uncharacterized protein 5.115385202 C6_chemical_B1 +LQ03X020180 Putative uncharacterized protein 5.169156794 C6_chemical_B2 +LQ03X020180 Putative uncharacterized protein 5.158116536 C6_chemical_B3 +LQ03X020180 Putative uncharacterized protein 5.361401994 C6_chemical_C1 +LQ03X020180 Putative uncharacterized protein 5.131650035 C6_chemical_C2 +LQ03X020180 Putative uncharacterized protein 5.45589597 C6_chemical_C3 +LQ03X020180 Putative uncharacterized protein 4.941352361 L4_control_A1 +LQ03X020180 Putative uncharacterized protein 4.939887772 L4_control_A2 +LQ03X020180 Putative uncharacterized protein 5.00630107 L4_control_A3 +LQ03X020180 Putative uncharacterized protein 5.138914507 L4_control_B1 +LQ03X020180 Putative uncharacterized protein 5.216287106 L4_control_B2 +LQ03X020180 Putative uncharacterized protein 5.157741329 L4_control_B3 +LQ03X020180 Putative uncharacterized protein 5.071243149 L4_control_C2 +LQ03X020180 Putative uncharacterized protein 5.553644609 L4_control_C3 +LQ03X020180 Putative uncharacterized protein 4.979818572 L4_chemical_A1 +LQ03X020180 Putative uncharacterized protein 5.128310189 L4_chemical_A2 +LQ03X020180 Putative uncharacterized protein 5.358726779 L4_chemical_A3 +LQ03X020180 Putative uncharacterized protein 4.94650956 L4_chemical_B1 +LQ03X020180 Putative uncharacterized protein 4.841132122 L4_chemical_B2 +LQ03X020180 Putative uncharacterized protein 5.057617411 L4_chemical_B3 +LQ03X020180 Putative uncharacterized protein 5.039320873 L4_chemical_C2 +LQ03X020180 Putative uncharacterized protein 4.824848044 L4_chemical_C3 +LQ03X020200 Putative transporter arsB 9.596423157 C6_control_A1 +LQ03X020200 Putative transporter arsB 9.660880852 C6_control_A3 +LQ03X020200 Putative transporter arsB 9.720023755 C6_control_B1 +LQ03X020200 Putative transporter arsB 10.14527387 C6_control_B2 +LQ03X020200 Putative transporter arsB 9.975901972 C6_control_B3 +LQ03X020200 Putative transporter arsB 9.390265522 C6_control_C1 +LQ03X020200 Putative transporter arsB 9.840807002 C6_control_C2 +LQ03X020200 Putative transporter arsB 9.073284829 C6_control_C3 +LQ03X020200 Putative transporter arsB 9.971198203 C6_chemical_A1 +LQ03X020200 Putative transporter arsB 9.490910284 C6_chemical_A3 +LQ03X020200 Putative transporter arsB 10.24441828 C6_chemical_B1 +LQ03X020200 Putative transporter arsB 10.53638682 C6_chemical_B2 +LQ03X020200 Putative transporter arsB 9.968816967 C6_chemical_B3 +LQ03X020200 Putative transporter arsB 9.943734153 C6_chemical_C1 +LQ03X020200 Putative transporter arsB 9.841536061 C6_chemical_C2 +LQ03X020200 Putative transporter arsB 9.682984639 C6_chemical_C3 +LQ03X020200 Putative transporter arsB 9.838779535 L4_control_A1 +LQ03X020200 Putative transporter arsB 10.20481329 L4_control_A2 +LQ03X020200 Putative transporter arsB 7.264473895 L4_control_A3 +LQ03X020200 Putative transporter arsB 9.957620414 L4_control_B1 +LQ03X020200 Putative transporter arsB 10.33120558 L4_control_B2 +LQ03X020200 Putative transporter arsB 10.33823518 L4_control_B3 +LQ03X020200 Putative transporter arsB 10.41329585 L4_control_C2 +LQ03X020200 Putative transporter arsB 9.61456061 L4_control_C3 +LQ03X020200 Putative transporter arsB 9.890728426 L4_chemical_A1 +LQ03X020200 Putative transporter arsB 10.11372516 L4_chemical_A2 +LQ03X020200 Putative transporter arsB 7.756148543 L4_chemical_A3 +LQ03X020200 Putative transporter arsB 9.792002417 L4_chemical_B1 +LQ03X020200 Putative transporter arsB 9.879679578 L4_chemical_B2 +LQ03X020200 Putative transporter arsB 10.24340079 L4_chemical_B3 +LQ03X020200 Putative transporter arsB 9.95746479 L4_chemical_C2 +LQ03X020200 Putative transporter arsB 10.0196395 L4_chemical_C3 +LQ03X020210 Putative transporter arsB 6.467151945 C6_control_A1 +LQ03X020210 Putative transporter arsB 6.945660668 C6_control_A3 +LQ03X020210 Putative transporter arsB 6.897537786 C6_control_B1 +LQ03X020210 Putative transporter arsB 6.689974947 C6_control_B2 +LQ03X020210 Putative transporter arsB 7.4841073 C6_control_B3 +LQ03X020210 Putative transporter arsB 6.149055589 C6_control_C1 +LQ03X020210 Putative transporter arsB 5.684670688 C6_control_C2 +LQ03X020210 Putative transporter arsB 6.282439575 C6_control_C3 +LQ03X020210 Putative transporter arsB 6.481713682 C6_chemical_A1 +LQ03X020210 Putative transporter arsB 6.574653735 C6_chemical_A3 +LQ03X020210 Putative transporter arsB 7.072868365 C6_chemical_B1 +LQ03X020210 Putative transporter arsB 6.655265996 C6_chemical_B2 +LQ03X020210 Putative transporter arsB 7.26752764 C6_chemical_B3 +LQ03X020210 Putative transporter arsB 5.904132749 C6_chemical_C1 +LQ03X020210 Putative transporter arsB 5.997828897 C6_chemical_C2 +LQ03X020210 Putative transporter arsB 5.591781527 C6_chemical_C3 +LQ03X020210 Putative transporter arsB 6.654601803 L4_control_A1 +LQ03X020210 Putative transporter arsB 6.800808803 L4_control_A2 +LQ03X020210 Putative transporter arsB 7.21241305 L4_control_A3 +LQ03X020210 Putative transporter arsB 7.057131935 L4_control_B1 +LQ03X020210 Putative transporter arsB 7.505609486 L4_control_B2 +LQ03X020210 Putative transporter arsB 7.115390718 L4_control_B3 +LQ03X020210 Putative transporter arsB 7.119490952 L4_control_C2 +LQ03X020210 Putative transporter arsB 6.52680834 L4_control_C3 +LQ03X020210 Putative transporter arsB 6.296189373 L4_chemical_A1 +LQ03X020210 Putative transporter arsB 6.670402784 L4_chemical_A2 +LQ03X020210 Putative transporter arsB 7.435831241 L4_chemical_A3 +LQ03X020210 Putative transporter arsB 7.256309601 L4_chemical_B1 +LQ03X020210 Putative transporter arsB 7.434001957 L4_chemical_B2 +LQ03X020210 Putative transporter arsB 7.274586273 L4_chemical_B3 +LQ03X020210 Putative transporter arsB 6.554927018 L4_chemical_C2 +LQ03X020210 Putative transporter arsB 6.558983371 L4_chemical_C3 +LQ03X020220 Predicted protein 5.622492827 C6_control_A1 +LQ03X020220 Predicted protein 5.775163089 C6_control_A3 +LQ03X020220 Predicted protein 5.226606579 C6_control_B1 +LQ03X020220 Predicted protein 5.339083992 C6_control_B2 +LQ03X020220 Predicted protein 5.491843054 C6_control_B3 +LQ03X020220 Predicted protein 5.104681879 C6_control_C1 +LQ03X020220 Predicted protein 6.190110565 C6_control_C2 +LQ03X020220 Predicted protein 5.20475288 C6_control_C3 +LQ03X020220 Predicted protein 5.282726483 C6_chemical_A1 +LQ03X020220 Predicted protein 4.903556109 C6_chemical_A3 +LQ03X020220 Predicted protein 5.104274475 C6_chemical_B1 +LQ03X020220 Predicted protein 5.269052745 C6_chemical_B2 +LQ03X020220 Predicted protein 4.679763579 C6_chemical_B3 +LQ03X020220 Predicted protein 5.641297844 C6_chemical_C1 +LQ03X020220 Predicted protein 6.060473021 C6_chemical_C2 +LQ03X020220 Predicted protein 4.849550291 C6_chemical_C3 +LQ03X020220 Predicted protein 5.000327936 L4_control_A1 +LQ03X020220 Predicted protein 5.276187829 L4_control_A2 +LQ03X020220 Predicted protein 5.239392962 L4_control_A3 +LQ03X020220 Predicted protein 5.065642356 L4_control_B1 +LQ03X020220 Predicted protein 5.795697533 L4_control_B2 +LQ03X020220 Predicted protein 5.129957145 L4_control_B3 +LQ03X020220 Predicted protein 5.230749255 L4_control_C2 +LQ03X020220 Predicted protein 5.150105861 L4_control_C3 +LQ03X020220 Predicted protein 5.225840769 L4_chemical_A1 +LQ03X020220 Predicted protein 4.977510662 L4_chemical_A2 +LQ03X020220 Predicted protein 5.401446245 L4_chemical_A3 +LQ03X020220 Predicted protein 5.078401594 L4_chemical_B1 +LQ03X020220 Predicted protein 5.167512433 L4_chemical_B2 +LQ03X020220 Predicted protein 4.903399348 L4_chemical_B3 +LQ03X020220 Predicted protein 5.474595823 L4_chemical_C2 +LQ03X020220 Predicted protein 5.129674115 L4_chemical_C3 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.252991855 C6_control_A1 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.777268826 C6_control_A3 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.746599934 C6_control_B1 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.816276263 C6_control_B2 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.426148909 C6_control_B3 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.897900694 C6_control_C1 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.830757627 C6_control_C2 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.903159627 C6_control_C3 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.037337183 C6_chemical_A1 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.593363595 C6_chemical_A3 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.742229455 C6_chemical_B1 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.686573426 C6_chemical_B2 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.119123572 C6_chemical_B3 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.702854786 C6_chemical_C1 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.816462156 C6_chemical_C2 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.018466904 C6_chemical_C3 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.018424341 L4_control_A1 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.293357983 L4_control_A2 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.55573113 L4_control_A3 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.293516216 L4_control_B1 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.990201572 L4_control_B2 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.108126032 L4_control_B3 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.995607517 L4_control_C2 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.580655668 L4_control_C3 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.154680045 L4_chemical_A1 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.509198959 L4_chemical_A2 +LQ03X020230 Putative WW domain-containing oxidoreductase 6.084437856 L4_chemical_A3 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.107483316 L4_chemical_B1 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.186115922 L4_chemical_B2 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.789355542 L4_chemical_B3 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.265033416 L4_chemical_C2 +LQ03X020230 Putative WW domain-containing oxidoreductase 4.611247989 L4_chemical_C3 +LQ03X020260 SKP1-like protein 21 11.55886638 C6_control_A1 +LQ03X020260 SKP1-like protein 21 11.26748869 C6_control_A3 +LQ03X020260 SKP1-like protein 21 11.2750234 C6_control_B1 +LQ03X020260 SKP1-like protein 21 11.37500214 C6_control_B2 +LQ03X020260 SKP1-like protein 21 11.55727643 C6_control_B3 +LQ03X020260 SKP1-like protein 21 11.61008087 C6_control_C1 +LQ03X020260 SKP1-like protein 21 12.06817955 C6_control_C2 +LQ03X020260 SKP1-like protein 21 11.77190678 C6_control_C3 +LQ03X020260 SKP1-like protein 21 11.59640894 C6_chemical_A1 +LQ03X020260 SKP1-like protein 21 11.56316673 C6_chemical_A3 +LQ03X020260 SKP1-like protein 21 11.42664988 C6_chemical_B1 +LQ03X020260 SKP1-like protein 21 11.66802746 C6_chemical_B2 +LQ03X020260 SKP1-like protein 21 11.52851545 C6_chemical_B3 +LQ03X020260 SKP1-like protein 21 12.03218338 C6_chemical_C1 +LQ03X020260 SKP1-like protein 21 11.90707719 C6_chemical_C2 +LQ03X020260 SKP1-like protein 21 11.94101165 C6_chemical_C3 +LQ03X020260 SKP1-like protein 21 12.07163485 L4_control_A1 +LQ03X020260 SKP1-like protein 21 12.20861497 L4_control_A2 +LQ03X020260 SKP1-like protein 21 12.36228599 L4_control_A3 +LQ03X020260 SKP1-like protein 21 11.77196634 L4_control_B1 +LQ03X020260 SKP1-like protein 21 11.55709564 L4_control_B2 +LQ03X020260 SKP1-like protein 21 11.97935747 L4_control_B3 +LQ03X020260 SKP1-like protein 21 12.31294381 L4_control_C2 +LQ03X020260 SKP1-like protein 21 11.88009265 L4_control_C3 +LQ03X020260 SKP1-like protein 21 11.82901746 L4_chemical_A1 +LQ03X020260 SKP1-like protein 21 12.03281252 L4_chemical_A2 +LQ03X020260 SKP1-like protein 21 12.42891366 L4_chemical_A3 +LQ03X020260 SKP1-like protein 21 11.84122354 L4_chemical_B1 +LQ03X020260 SKP1-like protein 21 11.53639345 L4_chemical_B2 +LQ03X020260 SKP1-like protein 21 11.54752412 L4_chemical_B3 +LQ03X020260 SKP1-like protein 21 12.14346848 L4_chemical_C2 +LQ03X020260 SKP1-like protein 21 12.04365859 L4_chemical_C3 +LQ03X020290 Predicted protein 10.35925842 C6_control_A1 +LQ03X020290 Predicted protein 9.982442426 C6_control_A3 +LQ03X020290 Predicted protein 11.63123454 C6_control_B1 +LQ03X020290 Predicted protein 11.63684945 C6_control_B2 +LQ03X020290 Predicted protein 12.06449243 C6_control_B3 +LQ03X020290 Predicted protein 12.96732201 C6_control_C1 +LQ03X020290 Predicted protein 12.32363011 C6_control_C2 +LQ03X020290 Predicted protein 12.50541069 C6_control_C3 +LQ03X020290 Predicted protein 10.45786428 C6_chemical_A1 +LQ03X020290 Predicted protein 10.17894456 C6_chemical_A3 +LQ03X020290 Predicted protein 11.72633394 C6_chemical_B1 +LQ03X020290 Predicted protein 11.709576 C6_chemical_B2 +LQ03X020290 Predicted protein 11.99486919 C6_chemical_B3 +LQ03X020290 Predicted protein 12.93696222 C6_chemical_C1 +LQ03X020290 Predicted protein 12.57380529 C6_chemical_C2 +LQ03X020290 Predicted protein 12.68461408 C6_chemical_C3 +LQ03X020290 Predicted protein 9.924624598 L4_control_A1 +LQ03X020290 Predicted protein 10.84453849 L4_control_A2 +LQ03X020290 Predicted protein 10.81866285 L4_control_A3 +LQ03X020290 Predicted protein 12.3037192 L4_control_B1 +LQ03X020290 Predicted protein 11.9334577 L4_control_B2 +LQ03X020290 Predicted protein 12.35144152 L4_control_B3 +LQ03X020290 Predicted protein 13.21737843 L4_control_C2 +LQ03X020290 Predicted protein 12.97243369 L4_control_C3 +LQ03X020290 Predicted protein 10.58273585 L4_chemical_A1 +LQ03X020290 Predicted protein 11.17785736 L4_chemical_A2 +LQ03X020290 Predicted protein 10.70184308 L4_chemical_A3 +LQ03X020290 Predicted protein 12.11624988 L4_chemical_B1 +LQ03X020290 Predicted protein 12.11763755 L4_chemical_B2 +LQ03X020290 Predicted protein 11.65770691 L4_chemical_B3 +LQ03X020290 Predicted protein 13.39639421 L4_chemical_C2 +LQ03X020290 Predicted protein 13.10181752 L4_chemical_C3 +LQ03X020300 Putative uncharacterized protein 10.82189279 C6_control_A1 +LQ03X020300 Putative uncharacterized protein 10.97982594 C6_control_A3 +LQ03X020300 Putative uncharacterized protein 10.91453378 C6_control_B1 +LQ03X020300 Putative uncharacterized protein 10.87796045 C6_control_B2 +LQ03X020300 Putative uncharacterized protein 10.62443386 C6_control_B3 +LQ03X020300 Putative uncharacterized protein 10.9403809 C6_control_C1 +LQ03X020300 Putative uncharacterized protein 10.54865143 C6_control_C2 +LQ03X020300 Putative uncharacterized protein 11.10053356 C6_control_C3 +LQ03X020300 Putative uncharacterized protein 10.82879672 C6_chemical_A1 +LQ03X020300 Putative uncharacterized protein 10.94748018 C6_chemical_A3 +LQ03X020300 Putative uncharacterized protein 10.6481753 C6_chemical_B1 +LQ03X020300 Putative uncharacterized protein 10.85232827 C6_chemical_B2 +LQ03X020300 Putative uncharacterized protein 10.23697879 C6_chemical_B3 +LQ03X020300 Putative uncharacterized protein 10.86574449 C6_chemical_C1 +LQ03X020300 Putative uncharacterized protein 10.6941689 C6_chemical_C2 +LQ03X020300 Putative uncharacterized protein 10.77878917 C6_chemical_C3 +LQ03X020300 Putative uncharacterized protein 10.42607937 L4_control_A1 +LQ03X020300 Putative uncharacterized protein 9.942567781 L4_control_A2 +LQ03X020300 Putative uncharacterized protein 9.086768279 L4_control_A3 +LQ03X020300 Putative uncharacterized protein 10.24923261 L4_control_B1 +LQ03X020300 Putative uncharacterized protein 9.722854129 L4_control_B2 +LQ03X020300 Putative uncharacterized protein 9.556524102 L4_control_B3 +LQ03X020300 Putative uncharacterized protein 9.907998024 L4_control_C2 +LQ03X020300 Putative uncharacterized protein 9.821429366 L4_control_C3 +LQ03X020300 Putative uncharacterized protein 10.92326173 L4_chemical_A1 +LQ03X020300 Putative uncharacterized protein 9.945206315 L4_chemical_A2 +LQ03X020300 Putative uncharacterized protein 9.35073937 L4_chemical_A3 +LQ03X020300 Putative uncharacterized protein 10.47318677 L4_chemical_B1 +LQ03X020300 Putative uncharacterized protein 9.864703655 L4_chemical_B2 +LQ03X020300 Putative uncharacterized protein 9.653940821 L4_chemical_B3 +LQ03X020300 Putative uncharacterized protein 9.755116599 L4_chemical_C2 +LQ03X020300 Putative uncharacterized protein 9.953056335 L4_chemical_C3 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.024099341 C6_control_A1 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.79596434 C6_control_A3 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.432024789 C6_control_B1 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.28196191 C6_control_B2 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.850652574 C6_control_B3 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.330782392 C6_control_C1 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.411845908 C6_control_C2 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.43886569 C6_control_C3 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.097046141 C6_chemical_A1 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.442264189 C6_chemical_A3 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.367323435 C6_chemical_B1 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.305279796 C6_chemical_B2 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.749185714 C6_chemical_B3 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.505489819 C6_chemical_C1 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.331776181 C6_chemical_C2 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.333611362 C6_chemical_C3 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.155978831 L4_control_A1 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.716604093 L4_control_A2 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.327767407 L4_control_A3 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.025847956 L4_control_B1 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.819945576 L4_control_B2 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.925041903 L4_control_B3 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.452299319 L4_control_C2 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.501614827 L4_control_C3 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.388082034 L4_chemical_A1 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.930053466 L4_chemical_A2 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.838158085 L4_chemical_A3 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.849824604 L4_chemical_B1 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.76318171 L4_chemical_B2 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.868124634 L4_chemical_B3 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.719921381 L4_chemical_C2 +LQ03X020320 Putative Uncharacterized protein At3g49055 6.632371554 L4_chemical_C3 +LQ03X020340 Putative uncharacterized protein 6.613880896 C6_control_A1 +LQ03X020340 Putative uncharacterized protein 6.997265283 C6_control_A3 +LQ03X020340 Putative uncharacterized protein 6.022573957 C6_control_B1 +LQ03X020340 Putative uncharacterized protein 6.222877808 C6_control_B2 +LQ03X020340 Putative uncharacterized protein 6.35741308 C6_control_B3 +LQ03X020340 Putative uncharacterized protein 5.975973284 C6_control_C1 +LQ03X020340 Putative uncharacterized protein 6.305349082 C6_control_C2 +LQ03X020340 Putative uncharacterized protein 5.932758671 C6_control_C3 +LQ03X020340 Putative uncharacterized protein 6.216018513 C6_chemical_A1 +LQ03X020340 Putative uncharacterized protein 5.745376314 C6_chemical_A3 +LQ03X020340 Putative uncharacterized protein 6.213095472 C6_chemical_B1 +LQ03X020340 Putative uncharacterized protein 6.286145242 C6_chemical_B2 +LQ03X020340 Putative uncharacterized protein 6.425949403 C6_chemical_B3 +LQ03X020340 Putative uncharacterized protein 6.205874922 C6_chemical_C1 +LQ03X020340 Putative uncharacterized protein 6.650256296 C6_chemical_C2 +LQ03X020340 Putative uncharacterized protein 6.407522904 C6_chemical_C3 +LQ03X020340 Putative uncharacterized protein 6.124879417 L4_control_A1 +LQ03X020340 Putative uncharacterized protein 6.719060642 L4_control_A2 +LQ03X020340 Putative uncharacterized protein 7.455909514 L4_control_A3 +LQ03X020340 Putative uncharacterized protein 6.335696084 L4_control_B1 +LQ03X020340 Putative uncharacterized protein 6.375253593 L4_control_B2 +LQ03X020340 Putative uncharacterized protein 6.072163843 L4_control_B3 +LQ03X020340 Putative uncharacterized protein 6.720308585 L4_control_C2 +LQ03X020340 Putative uncharacterized protein 5.986065676 L4_control_C3 +LQ03X020340 Putative uncharacterized protein 6.19091574 L4_chemical_A1 +LQ03X020340 Putative uncharacterized protein 6.626016578 L4_chemical_A2 +LQ03X020340 Putative uncharacterized protein 7.034783922 L4_chemical_A3 +LQ03X020340 Putative uncharacterized protein 6.156534426 L4_chemical_B1 +LQ03X020340 Putative uncharacterized protein 7.106767799 L4_chemical_B2 +LQ03X020340 Putative uncharacterized protein 6.435145845 L4_chemical_B3 +LQ03X020340 Putative uncharacterized protein 6.309112417 L4_chemical_C2 +LQ03X020340 Putative uncharacterized protein 6.475132874 L4_chemical_C3 +LQ03X020350 Predicted protein 11.91766148 C6_control_A1 +LQ03X020350 Predicted protein 11.58039836 C6_control_A3 +LQ03X020350 Predicted protein 12.08559878 C6_control_B1 +LQ03X020350 Predicted protein 12.33903668 C6_control_B2 +LQ03X020350 Predicted protein 12.26682958 C6_control_B3 +LQ03X020350 Predicted protein 11.66574784 C6_control_C1 +LQ03X020350 Predicted protein 11.69927922 C6_control_C2 +LQ03X020350 Predicted protein 11.54146673 C6_control_C3 +LQ03X020350 Predicted protein 11.72719258 C6_chemical_A1 +LQ03X020350 Predicted protein 11.46396899 C6_chemical_A3 +LQ03X020350 Predicted protein 12.00713194 C6_chemical_B1 +LQ03X020350 Predicted protein 12.15852237 C6_chemical_B2 +LQ03X020350 Predicted protein 11.78128527 C6_chemical_B3 +LQ03X020350 Predicted protein 11.66083232 C6_chemical_C1 +LQ03X020350 Predicted protein 11.68624431 C6_chemical_C2 +LQ03X020350 Predicted protein 11.35314352 C6_chemical_C3 +LQ03X020350 Predicted protein 11.61082252 L4_control_A1 +LQ03X020350 Predicted protein 12.34290664 L4_control_A2 +LQ03X020350 Predicted protein 11.69121628 L4_control_A3 +LQ03X020350 Predicted protein 12.38412231 L4_control_B1 +LQ03X020350 Predicted protein 12.33795453 L4_control_B2 +LQ03X020350 Predicted protein 11.7018575 L4_control_B3 +LQ03X020350 Predicted protein 11.81147698 L4_control_C2 +LQ03X020350 Predicted protein 11.5069098 L4_control_C3 +LQ03X020350 Predicted protein 11.9443172 L4_chemical_A1 +LQ03X020350 Predicted protein 12.44495213 L4_chemical_A2 +LQ03X020350 Predicted protein 11.55184933 L4_chemical_A3 +LQ03X020350 Predicted protein 12.25980805 L4_chemical_B1 +LQ03X020350 Predicted protein 12.45124601 L4_chemical_B2 +LQ03X020350 Predicted protein 11.66167127 L4_chemical_B3 +LQ03X020350 Predicted protein 11.94150671 L4_chemical_C2 +LQ03X020350 Predicted protein 11.67390687 L4_chemical_C3 +LQ03X020360 Calmodulin binding heat shock protein 10.32393298 C6_control_A1 +LQ03X020360 Calmodulin binding heat shock protein 10.21864332 C6_control_A3 +LQ03X020360 Calmodulin binding heat shock protein 10.44886533 C6_control_B1 +LQ03X020360 Calmodulin binding heat shock protein 10.46957424 C6_control_B2 +LQ03X020360 Calmodulin binding heat shock protein 10.27161783 C6_control_B3 +LQ03X020360 Calmodulin binding heat shock protein 10.22284754 C6_control_C1 +LQ03X020360 Calmodulin binding heat shock protein 10.4477055 C6_control_C2 +LQ03X020360 Calmodulin binding heat shock protein 10.12886416 C6_control_C3 +LQ03X020360 Calmodulin binding heat shock protein 10.72781158 C6_chemical_A1 +LQ03X020360 Calmodulin binding heat shock protein 10.19745327 C6_chemical_A3 +LQ03X020360 Calmodulin binding heat shock protein 10.44819378 C6_chemical_B1 +LQ03X020360 Calmodulin binding heat shock protein 10.34255905 C6_chemical_B2 +LQ03X020360 Calmodulin binding heat shock protein 10.20372453 C6_chemical_B3 +LQ03X020360 Calmodulin binding heat shock protein 10.14649806 C6_chemical_C1 +LQ03X020360 Calmodulin binding heat shock protein 10.40941001 C6_chemical_C2 +LQ03X020360 Calmodulin binding heat shock protein 10.37356423 C6_chemical_C3 +LQ03X020360 Calmodulin binding heat shock protein 10.51959083 L4_control_A1 +LQ03X020360 Calmodulin binding heat shock protein 10.43225126 L4_control_A2 +LQ03X020360 Calmodulin binding heat shock protein 10.01459059 L4_control_A3 +LQ03X020360 Calmodulin binding heat shock protein 10.10501798 L4_control_B1 +LQ03X020360 Calmodulin binding heat shock protein 10.61301296 L4_control_B2 +LQ03X020360 Calmodulin binding heat shock protein 10.10506687 L4_control_B3 +LQ03X020360 Calmodulin binding heat shock protein 9.328494998 L4_control_C2 +LQ03X020360 Calmodulin binding heat shock protein 9.857827333 L4_control_C3 +LQ03X020360 Calmodulin binding heat shock protein 10.67239548 L4_chemical_A1 +LQ03X020360 Calmodulin binding heat shock protein 10.40138911 L4_chemical_A2 +LQ03X020360 Calmodulin binding heat shock protein 10.4240267 L4_chemical_A3 +LQ03X020360 Calmodulin binding heat shock protein 10.21037383 L4_chemical_B1 +LQ03X020360 Calmodulin binding heat shock protein 10.42012288 L4_chemical_B2 +LQ03X020360 Calmodulin binding heat shock protein 10.31699268 L4_chemical_B3 +LQ03X020360 Calmodulin binding heat shock protein 9.71116074 L4_chemical_C2 +LQ03X020360 Calmodulin binding heat shock protein 9.979957866 L4_chemical_C3 +LQ03X020370 60S ribosomal protein L36-2 13.95443469 C6_control_A1 +LQ03X020370 60S ribosomal protein L36-2 14.49856566 C6_control_A3 +LQ03X020370 60S ribosomal protein L36-2 13.72237364 C6_control_B1 +LQ03X020370 60S ribosomal protein L36-2 13.93633735 C6_control_B2 +LQ03X020370 60S ribosomal protein L36-2 13.71100845 C6_control_B3 +LQ03X020370 60S ribosomal protein L36-2 13.61548495 C6_control_C1 +LQ03X020370 60S ribosomal protein L36-2 13.28965907 C6_control_C2 +LQ03X020370 60S ribosomal protein L36-2 13.43401733 C6_control_C3 +LQ03X020370 60S ribosomal protein L36-2 13.69656273 C6_chemical_A1 +LQ03X020370 60S ribosomal protein L36-2 13.38872218 C6_chemical_A3 +LQ03X020370 60S ribosomal protein L36-2 13.31558046 C6_chemical_B1 +LQ03X020370 60S ribosomal protein L36-2 13.54136531 C6_chemical_B2 +LQ03X020370 60S ribosomal protein L36-2 13.66057698 C6_chemical_B3 +LQ03X020370 60S ribosomal protein L36-2 13.84662641 C6_chemical_C1 +LQ03X020370 60S ribosomal protein L36-2 13.81003591 C6_chemical_C2 +LQ03X020370 60S ribosomal protein L36-2 13.44885274 C6_chemical_C3 +LQ03X020370 60S ribosomal protein L36-2 13.92031174 L4_control_A1 +LQ03X020370 60S ribosomal protein L36-2 13.94306744 L4_control_A2 +LQ03X020370 60S ribosomal protein L36-2 13.77381994 L4_control_A3 +LQ03X020370 60S ribosomal protein L36-2 13.30615378 L4_control_B1 +LQ03X020370 60S ribosomal protein L36-2 12.71474585 L4_control_B2 +LQ03X020370 60S ribosomal protein L36-2 13.74372064 L4_control_B3 +LQ03X020370 60S ribosomal protein L36-2 12.7836241 L4_control_C2 +LQ03X020370 60S ribosomal protein L36-2 13.268768 L4_control_C3 +LQ03X020370 60S ribosomal protein L36-2 13.91098652 L4_chemical_A1 +LQ03X020370 60S ribosomal protein L36-2 13.70269372 L4_chemical_A2 +LQ03X020370 60S ribosomal protein L36-2 13.61441176 L4_chemical_A3 +LQ03X020370 60S ribosomal protein L36-2 13.5833596 L4_chemical_B1 +LQ03X020370 60S ribosomal protein L36-2 13.57439522 L4_chemical_B2 +LQ03X020370 60S ribosomal protein L36-2 13.88897359 L4_chemical_B3 +LQ03X020370 60S ribosomal protein L36-2 12.91347522 L4_chemical_C2 +LQ03X020370 60S ribosomal protein L36-2 13.15560193 L4_chemical_C3 +LQ03X020380 Predicted protein 8.660285866 C6_control_A1 +LQ03X020380 Predicted protein 8.648651872 C6_control_A3 +LQ03X020380 Predicted protein 8.166055404 C6_control_B1 +LQ03X020380 Predicted protein 10.07650113 C6_control_B2 +LQ03X020380 Predicted protein 8.70417788 C6_control_B3 +LQ03X020380 Predicted protein 10.30510963 C6_control_C1 +LQ03X020380 Predicted protein 10.80794263 C6_control_C2 +LQ03X020380 Predicted protein 10.80741937 C6_control_C3 +LQ03X020380 Predicted protein 8.768221047 C6_chemical_A1 +LQ03X020380 Predicted protein 8.940260647 C6_chemical_A3 +LQ03X020380 Predicted protein 8.466230869 C6_chemical_B1 +LQ03X020380 Predicted protein 10.14327255 C6_chemical_B2 +LQ03X020380 Predicted protein 8.903061597 C6_chemical_B3 +LQ03X020380 Predicted protein 10.2867438 C6_chemical_C1 +LQ03X020380 Predicted protein 10.69669242 C6_chemical_C2 +LQ03X020380 Predicted protein 10.8373861 C6_chemical_C3 +LQ03X020380 Predicted protein 8.78761493 L4_control_A1 +LQ03X020380 Predicted protein 9.819658971 L4_control_A2 +LQ03X020380 Predicted protein 8.50294757 L4_control_A3 +LQ03X020380 Predicted protein 8.620282476 L4_control_B1 +LQ03X020380 Predicted protein 9.186009854 L4_control_B2 +LQ03X020380 Predicted protein 10.2853925 L4_control_B3 +LQ03X020380 Predicted protein 9.701713829 L4_control_C2 +LQ03X020380 Predicted protein 10.32963291 L4_control_C3 +LQ03X020380 Predicted protein 8.853258371 L4_chemical_A1 +LQ03X020380 Predicted protein 9.352056267 L4_chemical_A2 +LQ03X020380 Predicted protein 8.418837424 L4_chemical_A3 +LQ03X020380 Predicted protein 8.284323789 L4_chemical_B1 +LQ03X020380 Predicted protein 8.783244931 L4_chemical_B2 +LQ03X020380 Predicted protein 9.579111991 L4_chemical_B3 +LQ03X020380 Predicted protein 9.336524074 L4_chemical_C2 +LQ03X020380 Predicted protein 10.38146092 L4_chemical_C3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.2996658 C6_control_A1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.24765901 C6_control_A3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.05572019 C6_control_B1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.2705433 C6_control_B2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.75166542 C6_control_B3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.57526853 C6_control_C1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.10945698 C6_control_C2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.43042384 C6_control_C3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.20419221 C6_chemical_A1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.25409455 C6_chemical_A3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.91809103 C6_chemical_B1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.89087133 C6_chemical_B2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.67534763 C6_chemical_B3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.50690587 C6_chemical_C1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.28184024 C6_chemical_C2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.05983396 C6_chemical_C3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.27731786 L4_control_A1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.62957679 L4_control_A2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.14483449 L4_control_A3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.41007615 L4_control_B1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.4660154 L4_control_B2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.52859329 L4_control_B3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.9881039 L4_control_C2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.47351364 L4_control_C3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.25547016 L4_chemical_A1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.74953294 L4_chemical_A2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.97518388 L4_chemical_A3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.57429732 L4_chemical_B1 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.81630321 L4_chemical_B2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.25925943 L4_chemical_B3 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.85389829 L4_chemical_C2 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 10.352089 L4_chemical_C3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.66428098 C6_control_A1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.4098168 C6_control_A3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.76750669 C6_control_B1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.56001312 C6_control_B2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.7185762 C6_control_B3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.39071904 C6_control_C1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.52625392 C6_control_C2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.78282704 C6_control_C3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.51335916 C6_chemical_A1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.49078501 C6_chemical_A3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.65885133 C6_chemical_B1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.45016098 C6_chemical_B2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.65098841 C6_chemical_B3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.68243344 C6_chemical_C1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.30613052 C6_chemical_C2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.75765659 C6_chemical_C3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.34354706 L4_control_A1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.03792682 L4_control_A2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.35954331 L4_control_A3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.28912627 L4_control_B1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.51869563 L4_control_B2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.56445704 L4_control_B3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.93663346 L4_control_C2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.83534576 L4_control_C3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.43218177 L4_chemical_A1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.24904796 L4_chemical_A2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.26607554 L4_chemical_A3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.47493466 L4_chemical_B1 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.34352132 L4_chemical_B2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.67860869 L4_chemical_B3 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.87227344 L4_chemical_C2 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.98925256 L4_chemical_C3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 8.801337912 C6_control_A1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 11.00731316 C6_control_A3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 8.556674374 C6_control_B1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 7.968550727 C6_control_B2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 9.164207133 C6_control_B3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 9.138332269 C6_control_C1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.57401978 C6_control_C2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 9.641870035 C6_control_C3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.69727998 C6_chemical_A1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.03501961 C6_chemical_A3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.48222309 C6_chemical_B1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 9.760062345 C6_chemical_B2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.74518628 C6_chemical_B3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.74222702 C6_chemical_C1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.68364355 C6_chemical_C2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.69406928 C6_chemical_C3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.78547736 L4_control_A1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.12023629 L4_control_A2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.83089219 L4_control_A3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.37359362 L4_control_B1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 8.595648475 L4_control_B2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 9.886041309 L4_control_B3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 11.0824281 L4_control_C2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.57061809 L4_control_C3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.61193416 L4_chemical_A1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.38338679 L4_chemical_A2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 11.27682923 L4_chemical_A3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.58883419 L4_chemical_B1 +LQ03X020440 Putative Tripeptidyl-peptidase 2 9.954281504 L4_chemical_B2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.14274622 L4_chemical_B3 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.8813677 L4_chemical_C2 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.5678036 L4_chemical_C3 +LQ03X020480 Putative uncharacterized protein 5.379352364 C6_control_A1 +LQ03X020480 Putative uncharacterized protein 5.189824769 C6_control_A3 +LQ03X020480 Putative uncharacterized protein 5.639286836 C6_control_B1 +LQ03X020480 Putative uncharacterized protein 5.296459355 C6_control_B2 +LQ03X020480 Putative uncharacterized protein 5.418962233 C6_control_B3 +LQ03X020480 Putative uncharacterized protein 5.675291684 C6_control_C1 +LQ03X020480 Putative uncharacterized protein 5.389872557 C6_control_C2 +LQ03X020480 Putative uncharacterized protein 5.603851633 C6_control_C3 +LQ03X020480 Putative uncharacterized protein 5.583397009 C6_chemical_A1 +LQ03X020480 Putative uncharacterized protein 5.383394583 C6_chemical_A3 +LQ03X020480 Putative uncharacterized protein 6.395978083 C6_chemical_B1 +LQ03X020480 Putative uncharacterized protein 5.376836801 C6_chemical_B2 +LQ03X020480 Putative uncharacterized protein 5.058656857 C6_chemical_B3 +LQ03X020480 Putative uncharacterized protein 5.685240248 C6_chemical_C1 +LQ03X020480 Putative uncharacterized protein 5.690337505 C6_chemical_C2 +LQ03X020480 Putative uncharacterized protein 5.599845519 C6_chemical_C3 +LQ03X020480 Putative uncharacterized protein 5.631570954 L4_control_A1 +LQ03X020480 Putative uncharacterized protein 5.236218325 L4_control_A2 +LQ03X020480 Putative uncharacterized protein 5.67976499 L4_control_A3 +LQ03X020480 Putative uncharacterized protein 6.066122392 L4_control_B1 +LQ03X020480 Putative uncharacterized protein 5.52198615 L4_control_B2 +LQ03X020480 Putative uncharacterized protein 6.155195274 L4_control_B3 +LQ03X020480 Putative uncharacterized protein 5.918208382 L4_control_C2 +LQ03X020480 Putative uncharacterized protein 6.125442596 L4_control_C3 +LQ03X020480 Putative uncharacterized protein 5.373859285 L4_chemical_A1 +LQ03X020480 Putative uncharacterized protein 5.602401468 L4_chemical_A2 +LQ03X020480 Putative uncharacterized protein 5.578587426 L4_chemical_A3 +LQ03X020480 Putative uncharacterized protein 5.385215588 L4_chemical_B1 +LQ03X020480 Putative uncharacterized protein 5.755624548 L4_chemical_B2 +LQ03X020480 Putative uncharacterized protein 5.421111021 L4_chemical_B3 +LQ03X020480 Putative uncharacterized protein 5.496552903 L4_chemical_C2 +LQ03X020480 Putative uncharacterized protein 5.562718423 L4_chemical_C3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.114795756 C6_control_A1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.177899336 C6_control_A3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 5.416567511 C6_control_B1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 7.218860755 C6_control_B2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.632074389 C6_control_B3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 11.96189267 C6_control_C1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 11.29742367 C6_control_C2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 11.81190654 C6_control_C3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.362726894 C6_chemical_A1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.588271037 C6_chemical_A3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.517215304 C6_chemical_B1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 7.09807045 C6_chemical_B2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 7.082884449 C6_chemical_B3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 11.85535605 C6_chemical_C1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 12.05887128 C6_chemical_C2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 11.76311205 C6_chemical_C3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.79725556 L4_control_A1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 7.473095198 L4_control_A2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.628040755 L4_control_A3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 9.74501548 L4_control_B1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 8.653210692 L4_control_B2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 9.666554651 L4_control_B3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 11.86879547 L4_control_C2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 12.74957499 L4_control_C3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 8.013174038 L4_chemical_A1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 9.22038606 L4_chemical_A2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.570604437 L4_chemical_A3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 9.151176167 L4_chemical_B1 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 8.438119019 L4_chemical_B2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 8.575584179 L4_chemical_B3 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 12.38735807 L4_chemical_C2 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 12.85190294 L4_chemical_C3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.170776778 C6_control_A1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.425020804 C6_control_A3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.61277493 C6_control_B1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.299525988 C6_control_B2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.171575513 C6_control_B3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 7.259819406 C6_control_C1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.766118774 C6_control_C2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.559449214 C6_control_C3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.168652741 C6_chemical_A1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.699439034 C6_chemical_A3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.264638447 C6_chemical_B1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.77401037 C6_chemical_B2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.856250941 C6_chemical_B3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 7.157910364 C6_chemical_C1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.595326242 C6_chemical_C2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.393425819 C6_chemical_C3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.164054243 L4_control_A1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.659599939 L4_control_A2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 4.923610705 L4_control_A3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.964438031 L4_control_B1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.146105113 L4_control_B2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.587134116 L4_control_B3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 7.214837722 L4_control_C2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 7.449522659 L4_control_C3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.010665735 L4_chemical_A1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.790210779 L4_chemical_A2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 5.571253794 L4_chemical_A3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.691010868 L4_chemical_B1 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.769526998 L4_chemical_B2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.614763354 L4_chemical_B3 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 7.594368483 L4_chemical_C2 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 7.305367248 L4_chemical_C3 +LQ03X020510 Tubulin beta-1 chain 13.07807801 C6_control_A1 +LQ03X020510 Tubulin beta-1 chain 13.37829693 C6_control_A3 +LQ03X020510 Tubulin beta-1 chain 12.54060079 C6_control_B1 +LQ03X020510 Tubulin beta-1 chain 13.17618141 C6_control_B2 +LQ03X020510 Tubulin beta-1 chain 12.49216027 C6_control_B3 +LQ03X020510 Tubulin beta-1 chain 9.679945245 C6_control_C1 +LQ03X020510 Tubulin beta-1 chain 9.183125573 C6_control_C2 +LQ03X020510 Tubulin beta-1 chain 9.295214 C6_control_C3 +LQ03X020510 Tubulin beta-1 chain 12.82279614 C6_chemical_A1 +LQ03X020510 Tubulin beta-1 chain 13.21712638 C6_chemical_A3 +LQ03X020510 Tubulin beta-1 chain 11.68840846 C6_chemical_B1 +LQ03X020510 Tubulin beta-1 chain 12.72650233 C6_chemical_B2 +LQ03X020510 Tubulin beta-1 chain 11.43843091 C6_chemical_B3 +LQ03X020510 Tubulin beta-1 chain 9.591251798 C6_chemical_C1 +LQ03X020510 Tubulin beta-1 chain 9.174210627 C6_chemical_C2 +LQ03X020510 Tubulin beta-1 chain 8.547058419 C6_chemical_C3 +LQ03X020510 Tubulin beta-1 chain 13.20862161 L4_control_A1 +LQ03X020510 Tubulin beta-1 chain 13.08014078 L4_control_A2 +LQ03X020510 Tubulin beta-1 chain 12.24240305 L4_control_A3 +LQ03X020510 Tubulin beta-1 chain 12.15303619 L4_control_B1 +LQ03X020510 Tubulin beta-1 chain 11.93055433 L4_control_B2 +LQ03X020510 Tubulin beta-1 chain 11.40272884 L4_control_B3 +LQ03X020510 Tubulin beta-1 chain 6.973302108 L4_control_C2 +LQ03X020510 Tubulin beta-1 chain 6.374813975 L4_control_C3 +LQ03X020510 Tubulin beta-1 chain 12.18015075 L4_chemical_A1 +LQ03X020510 Tubulin beta-1 chain 12.05964336 L4_chemical_A2 +LQ03X020510 Tubulin beta-1 chain 12.04649691 L4_chemical_A3 +LQ03X020510 Tubulin beta-1 chain 11.07853323 L4_chemical_B1 +LQ03X020510 Tubulin beta-1 chain 11.47546652 L4_chemical_B2 +LQ03X020510 Tubulin beta-1 chain 12.09048955 L4_chemical_B3 +LQ03X020510 Tubulin beta-1 chain 7.125759212 L4_chemical_C2 +LQ03X020510 Tubulin beta-1 chain 6.648897267 L4_chemical_C3 +LQ03X020570 Copper ion binding protein, putative 10.44520375 C6_control_A1 +LQ03X020570 Copper ion binding protein, putative 11.13816065 C6_control_A3 +LQ03X020570 Copper ion binding protein, putative 9.745347576 C6_control_B1 +LQ03X020570 Copper ion binding protein, putative 7.581873678 C6_control_B2 +LQ03X020570 Copper ion binding protein, putative 8.588835605 C6_control_B3 +LQ03X020570 Copper ion binding protein, putative 5.803706461 C6_control_C1 +LQ03X020570 Copper ion binding protein, putative 5.707858766 C6_control_C2 +LQ03X020570 Copper ion binding protein, putative 5.867463555 C6_control_C3 +LQ03X020570 Copper ion binding protein, putative 10.63017598 C6_chemical_A1 +LQ03X020570 Copper ion binding protein, putative 10.68120518 C6_chemical_A3 +LQ03X020570 Copper ion binding protein, putative 7.988145577 C6_chemical_B1 +LQ03X020570 Copper ion binding protein, putative 7.335847522 C6_chemical_B2 +LQ03X020570 Copper ion binding protein, putative 7.743219461 C6_chemical_B3 +LQ03X020570 Copper ion binding protein, putative 5.482237028 C6_chemical_C1 +LQ03X020570 Copper ion binding protein, putative 6.343693574 C6_chemical_C2 +LQ03X020570 Copper ion binding protein, putative 5.72763079 C6_chemical_C3 +LQ03X020570 Copper ion binding protein, putative 11.28717305 L4_control_A1 +LQ03X020570 Copper ion binding protein, putative 11.33582856 L4_control_A2 +LQ03X020570 Copper ion binding protein, putative 10.8295395 L4_control_A3 +LQ03X020570 Copper ion binding protein, putative 6.631711191 L4_control_B1 +LQ03X020570 Copper ion binding protein, putative 8.545727349 L4_control_B2 +LQ03X020570 Copper ion binding protein, putative 6.234573238 L4_control_B3 +LQ03X020570 Copper ion binding protein, putative 5.698193153 L4_control_C2 +LQ03X020570 Copper ion binding protein, putative 5.884844612 L4_control_C3 +LQ03X020570 Copper ion binding protein, putative 9.471079925 L4_chemical_A1 +LQ03X020570 Copper ion binding protein, putative 10.38107331 L4_chemical_A2 +LQ03X020570 Copper ion binding protein, putative 10.17247387 L4_chemical_A3 +LQ03X020570 Copper ion binding protein, putative 8.01344395 L4_chemical_B1 +LQ03X020570 Copper ion binding protein, putative 9.499518161 L4_chemical_B2 +LQ03X020570 Copper ion binding protein, putative 9.008197963 L4_chemical_B3 +LQ03X020570 Copper ion binding protein, putative 5.171482185 L4_chemical_C2 +LQ03X020570 Copper ion binding protein, putative 5.813562264 L4_chemical_C3 +LQ03X020580 Hypothetical protein 13.09857541 C6_control_A1 +LQ03X020580 Hypothetical protein 13.25336389 C6_control_A3 +LQ03X020580 Hypothetical protein 12.35875205 C6_control_B1 +LQ03X020580 Hypothetical protein 12.28300009 C6_control_B2 +LQ03X020580 Hypothetical protein 13.22861313 C6_control_B3 +LQ03X020580 Hypothetical protein 12.43097296 C6_control_C1 +LQ03X020580 Hypothetical protein 12.11747401 C6_control_C2 +LQ03X020580 Hypothetical protein 13.24936639 C6_control_C3 +LQ03X020580 Hypothetical protein 12.6508053 C6_chemical_A1 +LQ03X020580 Hypothetical protein 12.14789491 C6_chemical_A3 +LQ03X020580 Hypothetical protein 11.75899924 C6_chemical_B1 +LQ03X020580 Hypothetical protein 12.09734555 C6_chemical_B2 +LQ03X020580 Hypothetical protein 12.54991719 C6_chemical_B3 +LQ03X020580 Hypothetical protein 12.3304171 C6_chemical_C1 +LQ03X020580 Hypothetical protein 11.7033945 C6_chemical_C2 +LQ03X020580 Hypothetical protein 12.91198775 C6_chemical_C3 +LQ03X020580 Hypothetical protein 13.33633393 L4_control_A1 +LQ03X020580 Hypothetical protein 12.65362487 L4_control_A2 +LQ03X020580 Hypothetical protein 13.06618412 L4_control_A3 +LQ03X020580 Hypothetical protein 11.94970456 L4_control_B1 +LQ03X020580 Hypothetical protein 10.93713068 L4_control_B2 +LQ03X020580 Hypothetical protein 11.8284689 L4_control_B3 +LQ03X020580 Hypothetical protein 11.7458775 L4_control_C2 +LQ03X020580 Hypothetical protein 11.84331532 L4_control_C3 +LQ03X020580 Hypothetical protein 13.13034433 L4_chemical_A1 +LQ03X020580 Hypothetical protein 12.13058274 L4_chemical_A2 +LQ03X020580 Hypothetical protein 13.32680544 L4_chemical_A3 +LQ03X020580 Hypothetical protein 12.4148622 L4_chemical_B1 +LQ03X020580 Hypothetical protein 11.26594499 L4_chemical_B2 +LQ03X020580 Hypothetical protein 12.06581726 L4_chemical_B3 +LQ03X020580 Hypothetical protein 11.1573986 L4_chemical_C2 +LQ03X020580 Hypothetical protein 11.58019384 L4_chemical_C3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 4.924649099 C6_control_A1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.384055808 C6_control_A3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.331431881 C6_control_B1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.268560239 C6_control_B2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.478690348 C6_control_B3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.663646398 C6_control_C1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.271448996 C6_control_C2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.849041714 C6_control_C3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 4.911645471 C6_chemical_A1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.254015395 C6_chemical_A3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.309284364 C6_chemical_B1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.385236974 C6_chemical_B2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.30525845 C6_chemical_B3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 6.085532354 C6_chemical_C1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.58200452 C6_chemical_C2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.853263649 C6_chemical_C3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.416049893 L4_control_A1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.348701427 L4_control_A2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.673189706 L4_control_A3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 6.79400136 L4_control_B1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.011879562 L4_control_B2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.406977725 L4_control_B3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.108084186 L4_control_C2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.819981027 L4_control_C3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.267191522 L4_chemical_A1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.401894831 L4_chemical_A2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 4.908111327 L4_chemical_A3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.205617703 L4_chemical_B1 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.029709537 L4_chemical_B2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.301188288 L4_chemical_B3 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.312916125 L4_chemical_C2 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 5.394763978 L4_chemical_C3 +LQ03X020640 Putative Cytochrome b561 13.61046775 C6_control_A1 +LQ03X020640 Putative Cytochrome b561 13.2595446 C6_control_A3 +LQ03X020640 Putative Cytochrome b561 13.12000558 C6_control_B1 +LQ03X020640 Putative Cytochrome b561 13.91331759 C6_control_B2 +LQ03X020640 Putative Cytochrome b561 13.38125418 C6_control_B3 +LQ03X020640 Putative Cytochrome b561 14.42815487 C6_control_C1 +LQ03X020640 Putative Cytochrome b561 14.51398577 C6_control_C2 +LQ03X020640 Putative Cytochrome b561 14.17919649 C6_control_C3 +LQ03X020640 Putative Cytochrome b561 13.72458815 C6_chemical_A1 +LQ03X020640 Putative Cytochrome b561 13.14245092 C6_chemical_A3 +LQ03X020640 Putative Cytochrome b561 13.16507402 C6_chemical_B1 +LQ03X020640 Putative Cytochrome b561 13.77580333 C6_chemical_B2 +LQ03X020640 Putative Cytochrome b561 13.53853836 C6_chemical_B3 +LQ03X020640 Putative Cytochrome b561 14.32974137 C6_chemical_C1 +LQ03X020640 Putative Cytochrome b561 14.47003318 C6_chemical_C2 +LQ03X020640 Putative Cytochrome b561 14.38592725 C6_chemical_C3 +LQ03X020640 Putative Cytochrome b561 13.38427024 L4_control_A1 +LQ03X020640 Putative Cytochrome b561 12.71458421 L4_control_A2 +LQ03X020640 Putative Cytochrome b561 12.61750421 L4_control_A3 +LQ03X020640 Putative Cytochrome b561 12.82271912 L4_control_B1 +LQ03X020640 Putative Cytochrome b561 12.49489025 L4_control_B2 +LQ03X020640 Putative Cytochrome b561 13.42138826 L4_control_B3 +LQ03X020640 Putative Cytochrome b561 13.42937183 L4_control_C2 +LQ03X020640 Putative Cytochrome b561 12.95622621 L4_control_C3 +LQ03X020640 Putative Cytochrome b561 13.45483086 L4_chemical_A1 +LQ03X020640 Putative Cytochrome b561 13.07257646 L4_chemical_A2 +LQ03X020640 Putative Cytochrome b561 13.38650313 L4_chemical_A3 +LQ03X020640 Putative Cytochrome b561 12.89073394 L4_chemical_B1 +LQ03X020640 Putative Cytochrome b561 12.75447053 L4_chemical_B2 +LQ03X020640 Putative Cytochrome b561 13.16513055 L4_chemical_B3 +LQ03X020640 Putative Cytochrome b561 13.30472564 L4_chemical_C2 +LQ03X020640 Putative Cytochrome b561 13.05428779 L4_chemical_C3 +LQ03X020660 Remorin 6.886569032 C6_control_A1 +LQ03X020660 Remorin 6.595199226 C6_control_A3 +LQ03X020660 Remorin 6.689440935 C6_control_B1 +LQ03X020660 Remorin 6.483732383 C6_control_B2 +LQ03X020660 Remorin 7.188327249 C6_control_B3 +LQ03X020660 Remorin 6.392849195 C6_control_C1 +LQ03X020660 Remorin 6.799417686 C6_control_C2 +LQ03X020660 Remorin 6.67857119 C6_control_C3 +LQ03X020660 Remorin 6.618486357 C6_chemical_A1 +LQ03X020660 Remorin 6.405818062 C6_chemical_A3 +LQ03X020660 Remorin 6.495179259 C6_chemical_B1 +LQ03X020660 Remorin 6.552653836 C6_chemical_B2 +LQ03X020660 Remorin 6.379438521 C6_chemical_B3 +LQ03X020660 Remorin 6.48608532 C6_chemical_C1 +LQ03X020660 Remorin 6.718158999 C6_chemical_C2 +LQ03X020660 Remorin 6.705676834 C6_chemical_C3 +LQ03X020660 Remorin 6.327810398 L4_control_A1 +LQ03X020660 Remorin 6.804419653 L4_control_A2 +LQ03X020660 Remorin 6.573667498 L4_control_A3 +LQ03X020660 Remorin 6.478660264 L4_control_B1 +LQ03X020660 Remorin 7.173443695 L4_control_B2 +LQ03X020660 Remorin 7.127775252 L4_control_B3 +LQ03X020660 Remorin 5.916166951 L4_control_C2 +LQ03X020660 Remorin 6.124917756 L4_control_C3 +LQ03X020660 Remorin 6.482657573 L4_chemical_A1 +LQ03X020660 Remorin 6.846535657 L4_chemical_A2 +LQ03X020660 Remorin 6.349039246 L4_chemical_A3 +LQ03X020660 Remorin 6.693284308 L4_chemical_B1 +LQ03X020660 Remorin 6.961316601 L4_chemical_B2 +LQ03X020660 Remorin 6.879559708 L4_chemical_B3 +LQ03X020660 Remorin 6.585264526 L4_chemical_C2 +LQ03X020660 Remorin 6.148588155 L4_chemical_C3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.350621558 C6_control_A1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 6.042224693 C6_control_A3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.791843571 C6_control_B1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.937133787 C6_control_B2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 6.059754171 C6_control_B3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 6.488704859 C6_control_C1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 6.681739108 C6_control_C2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.982761443 C6_control_C3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.413790646 C6_chemical_A1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.808862377 C6_chemical_A3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.565604874 C6_chemical_B1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.986427101 C6_chemical_B2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.573336397 C6_chemical_B3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 6.099648279 C6_chemical_C1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.9597761 C6_chemical_C2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.427399216 C6_chemical_C3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.725318474 L4_control_A1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.756116663 L4_control_A2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.660554403 L4_control_A3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.205391569 L4_control_B1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 6.186397229 L4_control_B2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.528256929 L4_control_B3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.523319515 L4_control_C2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 6.311457906 L4_control_C3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.681326456 L4_chemical_A1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.410851332 L4_chemical_A2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.96597538 L4_chemical_A3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.887504617 L4_chemical_B1 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.627850319 L4_chemical_B2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.439575678 L4_chemical_B3 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.808564247 L4_chemical_C2 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.682465645 L4_chemical_C3 +LQ03X020720 DNA mismatch repair protein Msh3 5.690605907 C6_control_A1 +LQ03X020720 DNA mismatch repair protein Msh3 5.886149126 C6_control_A3 +LQ03X020720 DNA mismatch repair protein Msh3 5.410883523 C6_control_B1 +LQ03X020720 DNA mismatch repair protein Msh3 5.204675903 C6_control_B2 +LQ03X020720 DNA mismatch repair protein Msh3 5.504095777 C6_control_B3 +LQ03X020720 DNA mismatch repair protein Msh3 5.311533534 C6_control_C1 +LQ03X020720 DNA mismatch repair protein Msh3 5.669274103 C6_control_C2 +LQ03X020720 DNA mismatch repair protein Msh3 5.367193779 C6_control_C3 +LQ03X020720 DNA mismatch repair protein Msh3 5.874571221 C6_chemical_A1 +LQ03X020720 DNA mismatch repair protein Msh3 5.764214059 C6_chemical_A3 +LQ03X020720 DNA mismatch repair protein Msh3 5.334396983 C6_chemical_B1 +LQ03X020720 DNA mismatch repair protein Msh3 5.024843351 C6_chemical_B2 +LQ03X020720 DNA mismatch repair protein Msh3 5.639811781 C6_chemical_B3 +LQ03X020720 DNA mismatch repair protein Msh3 5.341834351 C6_chemical_C1 +LQ03X020720 DNA mismatch repair protein Msh3 5.1984517 C6_chemical_C2 +LQ03X020720 DNA mismatch repair protein Msh3 5.096564075 C6_chemical_C3 +LQ03X020720 DNA mismatch repair protein Msh3 5.379308943 L4_control_A1 +LQ03X020720 DNA mismatch repair protein Msh3 5.375429319 L4_control_A2 +LQ03X020720 DNA mismatch repair protein Msh3 6.723150129 L4_control_A3 +LQ03X020720 DNA mismatch repair protein Msh3 4.952380383 L4_control_B1 +LQ03X020720 DNA mismatch repair protein Msh3 5.26168796 L4_control_B2 +LQ03X020720 DNA mismatch repair protein Msh3 5.429307423 L4_control_B3 +LQ03X020720 DNA mismatch repair protein Msh3 5.666611645 L4_control_C2 +LQ03X020720 DNA mismatch repair protein Msh3 5.044866664 L4_control_C3 +LQ03X020720 DNA mismatch repair protein Msh3 5.573507914 L4_chemical_A1 +LQ03X020720 DNA mismatch repair protein Msh3 5.681144685 L4_chemical_A2 +LQ03X020720 DNA mismatch repair protein Msh3 6.646023148 L4_chemical_A3 +LQ03X020720 DNA mismatch repair protein Msh3 5.277969831 L4_chemical_B1 +LQ03X020720 DNA mismatch repair protein Msh3 5.422617661 L4_chemical_B2 +LQ03X020720 DNA mismatch repair protein Msh3 5.173793528 L4_chemical_B3 +LQ03X020720 DNA mismatch repair protein Msh3 4.842409129 L4_chemical_C2 +LQ03X020720 DNA mismatch repair protein Msh3 5.024637157 L4_chemical_C3 +LQ03X020730 Flap endonuclease GEN-like 2 5.417869692 C6_control_A1 +LQ03X020730 Flap endonuclease GEN-like 2 5.86705501 C6_control_A3 +LQ03X020730 Flap endonuclease GEN-like 2 5.234465604 C6_control_B1 +LQ03X020730 Flap endonuclease GEN-like 2 5.563031174 C6_control_B2 +LQ03X020730 Flap endonuclease GEN-like 2 5.019113837 C6_control_B3 +LQ03X020730 Flap endonuclease GEN-like 2 5.113886213 C6_control_C1 +LQ03X020730 Flap endonuclease GEN-like 2 5.363529033 C6_control_C2 +LQ03X020730 Flap endonuclease GEN-like 2 5.298260117 C6_control_C3 +LQ03X020730 Flap endonuclease GEN-like 2 5.334543761 C6_chemical_A1 +LQ03X020730 Flap endonuclease GEN-like 2 5.620349678 C6_chemical_A3 +LQ03X020730 Flap endonuclease GEN-like 2 4.960566142 C6_chemical_B1 +LQ03X020730 Flap endonuclease GEN-like 2 5.103019629 C6_chemical_B2 +LQ03X020730 Flap endonuclease GEN-like 2 4.919192545 C6_chemical_B3 +LQ03X020730 Flap endonuclease GEN-like 2 4.906761243 C6_chemical_C1 +LQ03X020730 Flap endonuclease GEN-like 2 5.59911474 C6_chemical_C2 +LQ03X020730 Flap endonuclease GEN-like 2 5.08617967 C6_chemical_C3 +LQ03X020730 Flap endonuclease GEN-like 2 5.33495852 L4_control_A1 +LQ03X020730 Flap endonuclease GEN-like 2 5.25035815 L4_control_A2 +LQ03X020730 Flap endonuclease GEN-like 2 5.732282072 L4_control_A3 +LQ03X020730 Flap endonuclease GEN-like 2 5.816732596 L4_control_B1 +LQ03X020730 Flap endonuclease GEN-like 2 5.385404758 L4_control_B2 +LQ03X020730 Flap endonuclease GEN-like 2 4.936771465 L4_control_B3 +LQ03X020730 Flap endonuclease GEN-like 2 5.74047689 L4_control_C2 +LQ03X020730 Flap endonuclease GEN-like 2 4.838559737 L4_control_C3 +LQ03X020730 Flap endonuclease GEN-like 2 4.972070226 L4_chemical_A1 +LQ03X020730 Flap endonuclease GEN-like 2 5.04865134 L4_chemical_A2 +LQ03X020730 Flap endonuclease GEN-like 2 6.635467815 L4_chemical_A3 +LQ03X020730 Flap endonuclease GEN-like 2 5.592932806 L4_chemical_B1 +LQ03X020730 Flap endonuclease GEN-like 2 5.638792435 L4_chemical_B2 +LQ03X020730 Flap endonuclease GEN-like 2 5.115980424 L4_chemical_B3 +LQ03X020730 Flap endonuclease GEN-like 2 5.683731381 L4_chemical_C2 +LQ03X020730 Flap endonuclease GEN-like 2 4.934568472 L4_chemical_C3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.04928662 C6_control_A1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.940573833 C6_control_A3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 6.039321873 C6_control_B1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.12546542 C6_control_B2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.422929658 C6_control_B3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.181234056 C6_control_C1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.904769645 C6_control_C2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.847649558 C6_control_C3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.20122579 C6_chemical_A1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.928969174 C6_chemical_A3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.901827307 C6_chemical_B1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.139273765 C6_chemical_B2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.274933669 C6_chemical_B3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.59323201 C6_chemical_C1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.998919658 C6_chemical_C2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.950701569 C6_chemical_C3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.820273276 L4_control_A1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.248994663 L4_control_A2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.264953316 L4_control_A3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.451221602 L4_control_B1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.682362845 L4_control_B2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.068969514 L4_control_B3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.809786501 L4_control_C2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.210018602 L4_control_C3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.148973556 L4_chemical_A1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.021447306 L4_chemical_A2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.169044368 L4_chemical_A3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.100435112 L4_chemical_B1 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.220087323 L4_chemical_B2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 4.97161711 L4_chemical_B3 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.073768139 L4_chemical_C2 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.547968747 L4_chemical_C3 +LQ03X020750 Membrane steroid-binding protein 2 14.64410678 C6_control_A1 +LQ03X020750 Membrane steroid-binding protein 2 14.60991744 C6_control_A3 +LQ03X020750 Membrane steroid-binding protein 2 14.46196641 C6_control_B1 +LQ03X020750 Membrane steroid-binding protein 2 14.44707107 C6_control_B2 +LQ03X020750 Membrane steroid-binding protein 2 14.76793685 C6_control_B3 +LQ03X020750 Membrane steroid-binding protein 2 14.39048476 C6_control_C1 +LQ03X020750 Membrane steroid-binding protein 2 14.45839354 C6_control_C2 +LQ03X020750 Membrane steroid-binding protein 2 14.63790202 C6_control_C3 +LQ03X020750 Membrane steroid-binding protein 2 14.55375851 C6_chemical_A1 +LQ03X020750 Membrane steroid-binding protein 2 14.63812465 C6_chemical_A3 +LQ03X020750 Membrane steroid-binding protein 2 14.53719281 C6_chemical_B1 +LQ03X020750 Membrane steroid-binding protein 2 14.40819084 C6_chemical_B2 +LQ03X020750 Membrane steroid-binding protein 2 14.78889186 C6_chemical_B3 +LQ03X020750 Membrane steroid-binding protein 2 14.27725142 C6_chemical_C1 +LQ03X020750 Membrane steroid-binding protein 2 14.32377887 C6_chemical_C2 +LQ03X020750 Membrane steroid-binding protein 2 14.40018588 C6_chemical_C3 +LQ03X020750 Membrane steroid-binding protein 2 14.40700966 L4_control_A1 +LQ03X020750 Membrane steroid-binding protein 2 14.68577877 L4_control_A2 +LQ03X020750 Membrane steroid-binding protein 2 14.20383463 L4_control_A3 +LQ03X020750 Membrane steroid-binding protein 2 14.36481953 L4_control_B1 +LQ03X020750 Membrane steroid-binding protein 2 14.5368975 L4_control_B2 +LQ03X020750 Membrane steroid-binding protein 2 14.40348403 L4_control_B3 +LQ03X020750 Membrane steroid-binding protein 2 14.34445962 L4_control_C2 +LQ03X020750 Membrane steroid-binding protein 2 14.70311071 L4_control_C3 +LQ03X020750 Membrane steroid-binding protein 2 14.59335662 L4_chemical_A1 +LQ03X020750 Membrane steroid-binding protein 2 14.94271417 L4_chemical_A2 +LQ03X020750 Membrane steroid-binding protein 2 14.28442656 L4_chemical_A3 +LQ03X020750 Membrane steroid-binding protein 2 14.73238141 L4_chemical_B1 +LQ03X020750 Membrane steroid-binding protein 2 14.41385139 L4_chemical_B2 +LQ03X020750 Membrane steroid-binding protein 2 14.48875036 L4_chemical_B3 +LQ03X020750 Membrane steroid-binding protein 2 14.46751121 L4_chemical_C2 +LQ03X020750 Membrane steroid-binding protein 2 14.59859429 L4_chemical_C3 +LQ03X020770 Putative uncharacterized protein 9.169673474 C6_control_A1 +LQ03X020770 Putative uncharacterized protein 8.659723718 C6_control_A3 +LQ03X020770 Putative uncharacterized protein 8.793742201 C6_control_B1 +LQ03X020770 Putative uncharacterized protein 8.770710594 C6_control_B2 +LQ03X020770 Putative uncharacterized protein 8.354689219 C6_control_B3 +LQ03X020770 Putative uncharacterized protein 9.329296913 C6_control_C1 +LQ03X020770 Putative uncharacterized protein 9.263047845 C6_control_C2 +LQ03X020770 Putative uncharacterized protein 8.494341437 C6_control_C3 +LQ03X020770 Putative uncharacterized protein 9.597474703 C6_chemical_A1 +LQ03X020770 Putative uncharacterized protein 9.284782955 C6_chemical_A3 +LQ03X020770 Putative uncharacterized protein 8.989501875 C6_chemical_B1 +LQ03X020770 Putative uncharacterized protein 9.170572751 C6_chemical_B2 +LQ03X020770 Putative uncharacterized protein 8.658054262 C6_chemical_B3 +LQ03X020770 Putative uncharacterized protein 9.409795858 C6_chemical_C1 +LQ03X020770 Putative uncharacterized protein 9.433518848 C6_chemical_C2 +LQ03X020770 Putative uncharacterized protein 9.130305396 C6_chemical_C3 +LQ03X020770 Putative uncharacterized protein 9.250465795 L4_control_A1 +LQ03X020770 Putative uncharacterized protein 9.198265543 L4_control_A2 +LQ03X020770 Putative uncharacterized protein 9.287297105 L4_control_A3 +LQ03X020770 Putative uncharacterized protein 7.576713823 L4_control_B1 +LQ03X020770 Putative uncharacterized protein 8.772052055 L4_control_B2 +LQ03X020770 Putative uncharacterized protein 8.62019212 L4_control_B3 +LQ03X020770 Putative uncharacterized protein 8.294089132 L4_control_C2 +LQ03X020770 Putative uncharacterized protein 8.37953692 L4_control_C3 +LQ03X020770 Putative uncharacterized protein 9.43959244 L4_chemical_A1 +LQ03X020770 Putative uncharacterized protein 9.733636475 L4_chemical_A2 +LQ03X020770 Putative uncharacterized protein 9.187430677 L4_chemical_A3 +LQ03X020770 Putative uncharacterized protein 8.485644488 L4_chemical_B1 +LQ03X020770 Putative uncharacterized protein 8.484127886 L4_chemical_B2 +LQ03X020770 Putative uncharacterized protein 8.734209015 L4_chemical_B3 +LQ03X020770 Putative uncharacterized protein 8.928334811 L4_chemical_C2 +LQ03X020770 Putative uncharacterized protein 9.088641579 L4_chemical_C3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 11.86600422 C6_control_A1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 12.15263659 C6_control_A3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.71318006 C6_control_B1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.61908446 C6_control_B2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.0277056 C6_control_B3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.243254907 C6_control_C1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.512223585 C6_control_C2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.055431869 C6_control_C3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 11.21123599 C6_chemical_A1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 11.65426696 C6_chemical_A3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.21380469 C6_chemical_B1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.26920545 C6_chemical_B2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.754397731 C6_chemical_B3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.101427027 C6_chemical_C1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.155927049 C6_chemical_C2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 8.477287435 C6_chemical_C3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 11.99354325 L4_control_A1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 11.54325666 L4_control_A2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 11.66724187 L4_control_A3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.895104007 L4_control_B1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.834690535 L4_control_B2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.675554887 L4_control_B3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 8.392961356 L4_control_C2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 7.701035883 L4_control_C3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.93481537 L4_chemical_A1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.22425163 L4_chemical_A2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 11.24919027 L4_chemical_A3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 9.446483673 L4_chemical_B1 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.18946668 L4_chemical_B2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 10.03756704 L4_chemical_B3 +LQ03X020780 Putative uncharacterized protein DDBG0287975 8.055663851 L4_chemical_C2 +LQ03X020780 Putative uncharacterized protein DDBG0287975 7.824673765 L4_chemical_C3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.943003479 C6_control_A1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 7.84208837 C6_control_A3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.707754367 C6_control_B1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.797959797 C6_control_B2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.070009546 C6_control_B3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.245869916 C6_control_C1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.612693205 C6_control_C2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.47978995 C6_control_C3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.704950821 C6_chemical_A1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 7.234458287 C6_chemical_A3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.448533813 C6_chemical_B1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.02754435 C6_chemical_B2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.302908157 C6_chemical_B3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.321867166 C6_chemical_C1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.463422099 C6_chemical_C2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.304257727 C6_chemical_C3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 7.233848948 L4_control_A1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.13227986 L4_control_A2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.474695998 L4_control_A3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.514902862 L4_control_B1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.636021446 L4_control_B2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.197571177 L4_control_B3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.031459749 L4_control_C2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.127615959 L4_control_C3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.422632886 L4_chemical_A1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.027150285 L4_chemical_A2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.026545032 L4_chemical_A3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.719830128 L4_chemical_B1 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.541418038 L4_chemical_B2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 6.558392142 L4_chemical_B3 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.132612943 L4_chemical_C2 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.731884819 L4_chemical_C3 +LQ03X020800 Predicted protein 9.256930273 C6_control_A1 +LQ03X020800 Predicted protein 9.401576207 C6_control_A3 +LQ03X020800 Predicted protein 9.064700627 C6_control_B1 +LQ03X020800 Predicted protein 8.801925003 C6_control_B2 +LQ03X020800 Predicted protein 8.916242382 C6_control_B3 +LQ03X020800 Predicted protein 9.349337058 C6_control_C1 +LQ03X020800 Predicted protein 8.929151936 C6_control_C2 +LQ03X020800 Predicted protein 8.701771963 C6_control_C3 +LQ03X020800 Predicted protein 9.20692913 C6_chemical_A1 +LQ03X020800 Predicted protein 8.792108505 C6_chemical_A3 +LQ03X020800 Predicted protein 8.614497281 C6_chemical_B1 +LQ03X020800 Predicted protein 9.049555191 C6_chemical_B2 +LQ03X020800 Predicted protein 9.090154557 C6_chemical_B3 +LQ03X020800 Predicted protein 9.611872869 C6_chemical_C1 +LQ03X020800 Predicted protein 9.368642513 C6_chemical_C2 +LQ03X020800 Predicted protein 9.043829244 C6_chemical_C3 +LQ03X020800 Predicted protein 9.241467209 L4_control_A1 +LQ03X020800 Predicted protein 9.024409708 L4_control_A2 +LQ03X020800 Predicted protein 9.822748195 L4_control_A3 +LQ03X020800 Predicted protein 9.213263969 L4_control_B1 +LQ03X020800 Predicted protein 8.765070909 L4_control_B2 +LQ03X020800 Predicted protein 8.986211108 L4_control_B3 +LQ03X020800 Predicted protein 9.020974669 L4_control_C2 +LQ03X020800 Predicted protein 8.633447781 L4_control_C3 +LQ03X020800 Predicted protein 9.378882801 L4_chemical_A1 +LQ03X020800 Predicted protein 9.216715213 L4_chemical_A2 +LQ03X020800 Predicted protein 9.882917641 L4_chemical_A3 +LQ03X020800 Predicted protein 9.101920529 L4_chemical_B1 +LQ03X020800 Predicted protein 9.163120403 L4_chemical_B2 +LQ03X020800 Predicted protein 9.031265836 L4_chemical_B3 +LQ03X020800 Predicted protein 9.861851765 L4_chemical_C2 +LQ03X020800 Predicted protein 8.538852217 L4_chemical_C3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.03745066 C6_control_A1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 11.70473046 C6_control_A3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 11.88430853 C6_control_B1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.36166177 C6_control_B2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.13727483 C6_control_B3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.0575862 C6_control_C1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.67473341 C6_control_C2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.74857829 C6_control_C3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.44907894 C6_chemical_A1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.18035457 C6_chemical_A3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.27504076 C6_chemical_B1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.36816753 C6_chemical_B2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.42739179 C6_chemical_B3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.19864811 C6_chemical_C1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.09688478 C6_chemical_C2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.98977409 C6_chemical_C3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 11.97570624 L4_control_A1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.10442411 L4_control_A2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.07319819 L4_control_A3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.75754905 L4_control_B1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.59000431 L4_control_B2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.67532709 L4_control_B3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.51228482 L4_control_C2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.511133 L4_control_C3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.08859744 L4_chemical_A1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.77807702 L4_chemical_A2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.08031746 L4_chemical_A3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.98309131 L4_chemical_B1 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.26414044 L4_chemical_B2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.44676651 L4_chemical_B3 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.62961866 L4_chemical_C2 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 13.51315859 L4_chemical_C3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.439948572 C6_control_A1 +LQ03X020820 Putative Reticuline oxidase-like protein 5.085966889 C6_control_A3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.986495366 C6_control_B1 +LQ03X020820 Putative Reticuline oxidase-like protein 5.285811045 C6_control_B2 +LQ03X020820 Putative Reticuline oxidase-like protein 6.473846244 C6_control_B3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.129069348 C6_control_C1 +LQ03X020820 Putative Reticuline oxidase-like protein 5.095884471 C6_control_C2 +LQ03X020820 Putative Reticuline oxidase-like protein 5.104892015 C6_control_C3 +LQ03X020820 Putative Reticuline oxidase-like protein 4.879121659 C6_chemical_A1 +LQ03X020820 Putative Reticuline oxidase-like protein 5.358595515 C6_chemical_A3 +LQ03X020820 Putative Reticuline oxidase-like protein 4.989212491 C6_chemical_B1 +LQ03X020820 Putative Reticuline oxidase-like protein 5.47033907 C6_chemical_B2 +LQ03X020820 Putative Reticuline oxidase-like protein 5.801837367 C6_chemical_B3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.873449342 C6_chemical_C1 +LQ03X020820 Putative Reticuline oxidase-like protein 4.814684882 C6_chemical_C2 +LQ03X020820 Putative Reticuline oxidase-like protein 5.032534359 C6_chemical_C3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.347617512 L4_control_A1 +LQ03X020820 Putative Reticuline oxidase-like protein 4.956190435 L4_control_A2 +LQ03X020820 Putative Reticuline oxidase-like protein 5.0527353 L4_control_A3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.289532322 L4_control_B1 +LQ03X020820 Putative Reticuline oxidase-like protein 5.19586637 L4_control_B2 +LQ03X020820 Putative Reticuline oxidase-like protein 5.813371265 L4_control_B3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.093808936 L4_control_C2 +LQ03X020820 Putative Reticuline oxidase-like protein 4.769354192 L4_control_C3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.700472513 L4_chemical_A1 +LQ03X020820 Putative Reticuline oxidase-like protein 5.208977645 L4_chemical_A2 +LQ03X020820 Putative Reticuline oxidase-like protein 5.023730036 L4_chemical_A3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.276014962 L4_chemical_B1 +LQ03X020820 Putative Reticuline oxidase-like protein 5.204677017 L4_chemical_B2 +LQ03X020820 Putative Reticuline oxidase-like protein 5.229573852 L4_chemical_B3 +LQ03X020820 Putative Reticuline oxidase-like protein 5.409537091 L4_chemical_C2 +LQ03X020820 Putative Reticuline oxidase-like protein 5.101122478 L4_chemical_C3 +LQ03X020850 Hypothetical protein 4.555291282 C6_control_A1 +LQ03X020850 Hypothetical protein 4.273746123 C6_control_A3 +LQ03X020850 Hypothetical protein 5.13298206 C6_control_B1 +LQ03X020850 Hypothetical protein 4.427954214 C6_control_B2 +LQ03X020850 Hypothetical protein 4.963664289 C6_control_B3 +LQ03X020850 Hypothetical protein 4.75553165 C6_control_C1 +LQ03X020850 Hypothetical protein 4.611272756 C6_control_C2 +LQ03X020850 Hypothetical protein 4.615760167 C6_control_C3 +LQ03X020850 Hypothetical protein 4.684481067 C6_chemical_A1 +LQ03X020850 Hypothetical protein 4.408636523 C6_chemical_A3 +LQ03X020850 Hypothetical protein 5.013786821 C6_chemical_B1 +LQ03X020850 Hypothetical protein 4.764905418 C6_chemical_B2 +LQ03X020850 Hypothetical protein 4.972512778 C6_chemical_B3 +LQ03X020850 Hypothetical protein 4.574746539 C6_chemical_C1 +LQ03X020850 Hypothetical protein 4.564395515 C6_chemical_C2 +LQ03X020850 Hypothetical protein 4.75507466 C6_chemical_C3 +LQ03X020850 Hypothetical protein 4.547512264 L4_control_A1 +LQ03X020850 Hypothetical protein 4.703299079 L4_control_A2 +LQ03X020850 Hypothetical protein 4.500331286 L4_control_A3 +LQ03X020850 Hypothetical protein 5.372030361 L4_control_B1 +LQ03X020850 Hypothetical protein 4.868840197 L4_control_B2 +LQ03X020850 Hypothetical protein 4.715866005 L4_control_B3 +LQ03X020850 Hypothetical protein 5.788668124 L4_control_C2 +LQ03X020850 Hypothetical protein 5.965865244 L4_control_C3 +LQ03X020850 Hypothetical protein 4.678746324 L4_chemical_A1 +LQ03X020850 Hypothetical protein 4.60353409 L4_chemical_A2 +LQ03X020850 Hypothetical protein 4.758416651 L4_chemical_A3 +LQ03X020850 Hypothetical protein 4.875852812 L4_chemical_B1 +LQ03X020850 Hypothetical protein 4.682783115 L4_chemical_B2 +LQ03X020850 Hypothetical protein 4.639550426 L4_chemical_B3 +LQ03X020850 Hypothetical protein 5.057621411 L4_chemical_C2 +LQ03X020850 Hypothetical protein 5.42159144 L4_chemical_C3 +LQ03X020860 Putative Emb|CAB66404.1 5.422071647 C6_control_A1 +LQ03X020860 Putative Emb|CAB66404.1 5.813924261 C6_control_A3 +LQ03X020860 Putative Emb|CAB66404.1 5.850238131 C6_control_B1 +LQ03X020860 Putative Emb|CAB66404.1 5.301662025 C6_control_B2 +LQ03X020860 Putative Emb|CAB66404.1 5.202371626 C6_control_B3 +LQ03X020860 Putative Emb|CAB66404.1 5.585053297 C6_control_C1 +LQ03X020860 Putative Emb|CAB66404.1 6.896699799 C6_control_C2 +LQ03X020860 Putative Emb|CAB66404.1 5.81694413 C6_control_C3 +LQ03X020860 Putative Emb|CAB66404.1 5.377605222 C6_chemical_A1 +LQ03X020860 Putative Emb|CAB66404.1 5.715003405 C6_chemical_A3 +LQ03X020860 Putative Emb|CAB66404.1 5.155811317 C6_chemical_B1 +LQ03X020860 Putative Emb|CAB66404.1 5.218844229 C6_chemical_B2 +LQ03X020860 Putative Emb|CAB66404.1 5.721355918 C6_chemical_B3 +LQ03X020860 Putative Emb|CAB66404.1 6.238638305 C6_chemical_C1 +LQ03X020860 Putative Emb|CAB66404.1 5.788711563 C6_chemical_C2 +LQ03X020860 Putative Emb|CAB66404.1 5.855079995 C6_chemical_C3 +LQ03X020860 Putative Emb|CAB66404.1 5.275699612 L4_control_A1 +LQ03X020860 Putative Emb|CAB66404.1 5.552934152 L4_control_A2 +LQ03X020860 Putative Emb|CAB66404.1 6.373055343 L4_control_A3 +LQ03X020860 Putative Emb|CAB66404.1 5.496073773 L4_control_B1 +LQ03X020860 Putative Emb|CAB66404.1 5.356263446 L4_control_B2 +LQ03X020860 Putative Emb|CAB66404.1 5.026591766 L4_control_B3 +LQ03X020860 Putative Emb|CAB66404.1 6.575227865 L4_control_C2 +LQ03X020860 Putative Emb|CAB66404.1 5.209497693 L4_control_C3 +LQ03X020860 Putative Emb|CAB66404.1 5.286843388 L4_chemical_A1 +LQ03X020860 Putative Emb|CAB66404.1 5.413859354 L4_chemical_A2 +LQ03X020860 Putative Emb|CAB66404.1 6.238062039 L4_chemical_A3 +LQ03X020860 Putative Emb|CAB66404.1 5.290724515 L4_chemical_B1 +LQ03X020860 Putative Emb|CAB66404.1 5.578426849 L4_chemical_B2 +LQ03X020860 Putative Emb|CAB66404.1 5.278553105 L4_chemical_B3 +LQ03X020860 Putative Emb|CAB66404.1 5.971438817 L4_chemical_C2 +LQ03X020860 Putative Emb|CAB66404.1 5.557974387 L4_chemical_C3 +LQ03X020880 Predicted protein 12.28598725 C6_control_A1 +LQ03X020880 Predicted protein 13.03608082 C6_control_A3 +LQ03X020880 Predicted protein 11.56873471 C6_control_B1 +LQ03X020880 Predicted protein 11.75145059 C6_control_B2 +LQ03X020880 Predicted protein 11.65923492 C6_control_B3 +LQ03X020880 Predicted protein 12.08010942 C6_control_C1 +LQ03X020880 Predicted protein 12.17765571 C6_control_C2 +LQ03X020880 Predicted protein 11.90215198 C6_control_C3 +LQ03X020880 Predicted protein 12.14891571 C6_chemical_A1 +LQ03X020880 Predicted protein 12.2427534 C6_chemical_A3 +LQ03X020880 Predicted protein 11.38714738 C6_chemical_B1 +LQ03X020880 Predicted protein 11.79051794 C6_chemical_B2 +LQ03X020880 Predicted protein 11.56259248 C6_chemical_B3 +LQ03X020880 Predicted protein 12.07163198 C6_chemical_C1 +LQ03X020880 Predicted protein 11.97045423 C6_chemical_C2 +LQ03X020880 Predicted protein 11.7344525 C6_chemical_C3 +LQ03X020880 Predicted protein 13.00111358 L4_control_A1 +LQ03X020880 Predicted protein 12.56007178 L4_control_A2 +LQ03X020880 Predicted protein 13.48028179 L4_control_A3 +LQ03X020880 Predicted protein 11.77973016 L4_control_B1 +LQ03X020880 Predicted protein 11.13937902 L4_control_B2 +LQ03X020880 Predicted protein 11.80098705 L4_control_B3 +LQ03X020880 Predicted protein 11.92549665 L4_control_C2 +LQ03X020880 Predicted protein 11.25691177 L4_control_C3 +LQ03X020880 Predicted protein 12.8601682 L4_chemical_A1 +LQ03X020880 Predicted protein 12.46545942 L4_chemical_A2 +LQ03X020880 Predicted protein 13.19978441 L4_chemical_A3 +LQ03X020880 Predicted protein 11.77690665 L4_chemical_B1 +LQ03X020880 Predicted protein 11.8157859 L4_chemical_B2 +LQ03X020880 Predicted protein 12.20542309 L4_chemical_B3 +LQ03X020880 Predicted protein 12.12912899 L4_chemical_C2 +LQ03X020880 Predicted protein 11.47077685 L4_chemical_C3 +LQ03X020890 Transcription factor, putative 6.412070931 C6_control_A1 +LQ03X020890 Transcription factor, putative 6.174502906 C6_control_A3 +LQ03X020890 Transcription factor, putative 5.503930998 C6_control_B1 +LQ03X020890 Transcription factor, putative 5.784484602 C6_control_B2 +LQ03X020890 Transcription factor, putative 6.447198894 C6_control_B3 +LQ03X020890 Transcription factor, putative 5.701098253 C6_control_C1 +LQ03X020890 Transcription factor, putative 5.615239811 C6_control_C2 +LQ03X020890 Transcription factor, putative 5.852383546 C6_control_C3 +LQ03X020890 Transcription factor, putative 6.208119765 C6_chemical_A1 +LQ03X020890 Transcription factor, putative 6.05528992 C6_chemical_A3 +LQ03X020890 Transcription factor, putative 5.555687923 C6_chemical_B1 +LQ03X020890 Transcription factor, putative 6.064129222 C6_chemical_B2 +LQ03X020890 Transcription factor, putative 6.012413348 C6_chemical_B3 +LQ03X020890 Transcription factor, putative 5.636464461 C6_chemical_C1 +LQ03X020890 Transcription factor, putative 5.698649911 C6_chemical_C2 +LQ03X020890 Transcription factor, putative 6.071717149 C6_chemical_C3 +LQ03X020890 Transcription factor, putative 6.088657011 L4_control_A1 +LQ03X020890 Transcription factor, putative 5.806540066 L4_control_A2 +LQ03X020890 Transcription factor, putative 6.06698799 L4_control_A3 +LQ03X020890 Transcription factor, putative 6.423651718 L4_control_B1 +LQ03X020890 Transcription factor, putative 5.94815722 L4_control_B2 +LQ03X020890 Transcription factor, putative 6.111160451 L4_control_B3 +LQ03X020890 Transcription factor, putative 6.184017179 L4_control_C2 +LQ03X020890 Transcription factor, putative 5.779121713 L4_control_C3 +LQ03X020890 Transcription factor, putative 6.199505613 L4_chemical_A1 +LQ03X020890 Transcription factor, putative 5.815929814 L4_chemical_A2 +LQ03X020890 Transcription factor, putative 6.440977088 L4_chemical_A3 +LQ03X020890 Transcription factor, putative 6.29825422 L4_chemical_B1 +LQ03X020890 Transcription factor, putative 5.777529857 L4_chemical_B2 +LQ03X020890 Transcription factor, putative 5.879347735 L4_chemical_B3 +LQ03X020890 Transcription factor, putative 6.771884887 L4_chemical_C2 +LQ03X020890 Transcription factor, putative 5.600222132 L4_chemical_C3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.3369585 C6_control_A1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.14581732 C6_control_A3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.66432983 C6_control_B1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.83220874 C6_control_B2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.63303503 C6_control_B3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.05031666 C6_control_C1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.82171394 C6_control_C2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.59446359 C6_control_C3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.29354783 C6_chemical_A1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.15066299 C6_chemical_A3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.76120376 C6_chemical_B1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.72354306 C6_chemical_B2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.58113325 C6_chemical_B3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.76667414 C6_chemical_C1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.25555749 C6_chemical_C2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.21567686 C6_chemical_C3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.38945273 L4_control_A1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.22985383 L4_control_A2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.37998078 L4_control_A3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.75967211 L4_control_B1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.73509524 L4_control_B2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.79232702 L4_control_B3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.5618264 L4_control_C2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.52359621 L4_control_C3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.58269563 L4_chemical_A1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.58376949 L4_chemical_A2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.49234914 L4_chemical_A3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.97571918 L4_chemical_B1 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.06547624 L4_chemical_B2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.66244871 L4_chemical_B3 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.60028938 L4_chemical_C2 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 14.73413655 L4_chemical_C3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.28150852 C6_control_A1 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.07402022 C6_control_A3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.53065145 C6_control_B1 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.99201043 C6_control_B2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.82110118 C6_control_B3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.13030003 C6_control_C1 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.81666505 C6_control_C2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.73803589 C6_control_C3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.39360098 C6_chemical_A1 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.45872077 C6_chemical_A3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.7486714 C6_chemical_B1 +LQ03X020940 Putative Dipeptidyl peptidase 9 13.00018027 C6_chemical_B2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.64512637 C6_chemical_B3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.18026539 C6_chemical_C1 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.57422141 C6_chemical_C2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.57812768 C6_chemical_C3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.52280721 L4_control_A1 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.72153819 L4_control_A2 +LQ03X020940 Putative Dipeptidyl peptidase 9 11.99008807 L4_control_A3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.93337748 L4_control_B1 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.55250325 L4_control_B2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.8679562 L4_control_B3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.43255437 L4_control_C2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.58371469 L4_control_C3 +LQ03X020940 Putative Dipeptidyl peptidase 9 13.03478546 L4_chemical_A1 +LQ03X020940 Putative Dipeptidyl peptidase 9 13.05249167 L4_chemical_A2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.23319598 L4_chemical_A3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.63609347 L4_chemical_B1 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.44871452 L4_chemical_B2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.80195027 L4_chemical_B3 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.39125088 L4_chemical_C2 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.54197182 L4_chemical_C3 +LQ03X020950 Ubiquitin, putative 7.507564516 C6_control_A1 +LQ03X020950 Ubiquitin, putative 6.298451421 C6_control_A3 +LQ03X020950 Ubiquitin, putative 6.559928287 C6_control_B1 +LQ03X020950 Ubiquitin, putative 7.944757375 C6_control_B2 +LQ03X020950 Ubiquitin, putative 7.216936064 C6_control_B3 +LQ03X020950 Ubiquitin, putative 7.779388121 C6_control_C1 +LQ03X020950 Ubiquitin, putative 7.20319096 C6_control_C2 +LQ03X020950 Ubiquitin, putative 6.567974813 C6_control_C3 +LQ03X020950 Ubiquitin, putative 7.720585732 C6_chemical_A1 +LQ03X020950 Ubiquitin, putative 7.535361444 C6_chemical_A3 +LQ03X020950 Ubiquitin, putative 7.484800389 C6_chemical_B1 +LQ03X020950 Ubiquitin, putative 8.197071832 C6_chemical_B2 +LQ03X020950 Ubiquitin, putative 7.041507707 C6_chemical_B3 +LQ03X020950 Ubiquitin, putative 7.814335697 C6_chemical_C1 +LQ03X020950 Ubiquitin, putative 8.226134924 C6_chemical_C2 +LQ03X020950 Ubiquitin, putative 7.237531991 C6_chemical_C3 +LQ03X020950 Ubiquitin, putative 7.931007914 L4_control_A1 +LQ03X020950 Ubiquitin, putative 7.865636522 L4_control_A2 +LQ03X020950 Ubiquitin, putative 7.613873263 L4_control_A3 +LQ03X020950 Ubiquitin, putative 6.580224043 L4_control_B1 +LQ03X020950 Ubiquitin, putative 7.57291406 L4_control_B2 +LQ03X020950 Ubiquitin, putative 7.291254832 L4_control_B3 +LQ03X020950 Ubiquitin, putative 6.419083915 L4_control_C2 +LQ03X020950 Ubiquitin, putative 7.407793166 L4_control_C3 +LQ03X020950 Ubiquitin, putative 7.732042266 L4_chemical_A1 +LQ03X020950 Ubiquitin, putative 8.149747326 L4_chemical_A2 +LQ03X020950 Ubiquitin, putative 8.0571144 L4_chemical_A3 +LQ03X020950 Ubiquitin, putative 6.39323705 L4_chemical_B1 +LQ03X020950 Ubiquitin, putative 6.279280226 L4_chemical_B2 +LQ03X020950 Ubiquitin, putative 7.371163608 L4_chemical_B3 +LQ03X020950 Ubiquitin, putative 6.918020017 L4_chemical_C2 +LQ03X020950 Ubiquitin, putative 6.471002613 L4_chemical_C3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 11.97433946 C6_control_A1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 10.97621437 C6_control_A3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.44346348 C6_control_B1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.03427111 C6_control_B2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.98313916 C6_control_B3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 9.972943461 C6_control_C1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 10.0932883 C6_control_C2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 10.08327346 C6_control_C3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.25541134 C6_chemical_A1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 11.69486669 C6_chemical_A3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.91615912 C6_chemical_B1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.15952411 C6_chemical_B2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.90365593 C6_chemical_B3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 9.894613401 C6_chemical_C1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 9.261452474 C6_chemical_C2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 9.809352299 C6_chemical_C3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.1056711 L4_control_A1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.42419556 L4_control_A2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 11.46653591 L4_control_A3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 13.09559454 L4_control_B1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 13.29514407 L4_control_B2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.13593066 L4_control_B3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 10.04486154 L4_control_C2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 10.99333113 L4_control_C3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 11.90798612 L4_chemical_A1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.24493435 L4_chemical_A2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 11.93565695 L4_chemical_A3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.78731177 L4_chemical_B1 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.883782 L4_chemical_B2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.53262211 L4_chemical_B3 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 9.839655958 L4_chemical_C2 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 11.11026914 L4_chemical_C3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 6.381833382 C6_control_A1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 6.504092759 C6_control_A3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.955649663 C6_control_B1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.962545107 C6_control_B2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 6.121914484 C6_control_B3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.864257831 C6_control_C1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 7.143487055 C6_control_C2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.718678666 C6_control_C3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.963417951 C6_chemical_A1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 6.112508285 C6_chemical_A3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 6.004101106 C6_chemical_B1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.990005519 C6_chemical_B2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.582687929 C6_chemical_B3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.727523822 C6_chemical_C1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 6.571857242 C6_chemical_C2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.902736258 C6_chemical_C3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.672945065 L4_control_A1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.830739753 L4_control_A2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.950150603 L4_control_A3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.364923795 L4_control_B1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.900003607 L4_control_B2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.512946237 L4_control_B3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.505175028 L4_control_C2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.135442119 L4_control_C3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.502674605 L4_chemical_A1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.480853892 L4_chemical_A2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.57738694 L4_chemical_A3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 6.843855306 L4_chemical_B1 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 6.190300684 L4_chemical_B2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.598367306 L4_chemical_B3 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.756129265 L4_chemical_C2 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.174697287 L4_chemical_C3 +LQ03X020990 GDSL esterase/lipase At4g10955 5.21752682 C6_control_A1 +LQ03X020990 GDSL esterase/lipase At4g10955 5.345243432 C6_control_A3 +LQ03X020990 GDSL esterase/lipase At4g10955 5.036086506 C6_control_B1 +LQ03X020990 GDSL esterase/lipase At4g10955 4.833302507 C6_control_B2 +LQ03X020990 GDSL esterase/lipase At4g10955 5.289898659 C6_control_B3 +LQ03X020990 GDSL esterase/lipase At4g10955 5.111344243 C6_control_C1 +LQ03X020990 GDSL esterase/lipase At4g10955 4.990144674 C6_control_C2 +LQ03X020990 GDSL esterase/lipase At4g10955 5.038664741 C6_control_C3 +LQ03X020990 GDSL esterase/lipase At4g10955 5.161085111 C6_chemical_A1 +LQ03X020990 GDSL esterase/lipase At4g10955 5.062832184 C6_chemical_A3 +LQ03X020990 GDSL esterase/lipase At4g10955 4.96821752 C6_chemical_B1 +LQ03X020990 GDSL esterase/lipase At4g10955 4.907343108 C6_chemical_B2 +LQ03X020990 GDSL esterase/lipase At4g10955 5.073076491 C6_chemical_B3 +LQ03X020990 GDSL esterase/lipase At4g10955 5.178421203 C6_chemical_C1 +LQ03X020990 GDSL esterase/lipase At4g10955 5.146585288 C6_chemical_C2 +LQ03X020990 GDSL esterase/lipase At4g10955 5.112927418 C6_chemical_C3 +LQ03X020990 GDSL esterase/lipase At4g10955 5.016888712 L4_control_A1 +LQ03X020990 GDSL esterase/lipase At4g10955 4.821561941 L4_control_A2 +LQ03X020990 GDSL esterase/lipase At4g10955 5.642045805 L4_control_A3 +LQ03X020990 GDSL esterase/lipase At4g10955 5.182581704 L4_control_B1 +LQ03X020990 GDSL esterase/lipase At4g10955 5.116609783 L4_control_B2 +LQ03X020990 GDSL esterase/lipase At4g10955 4.884463625 L4_control_B3 +LQ03X020990 GDSL esterase/lipase At4g10955 4.989467379 L4_control_C2 +LQ03X020990 GDSL esterase/lipase At4g10955 4.828052002 L4_control_C3 +LQ03X020990 GDSL esterase/lipase At4g10955 4.949092177 L4_chemical_A1 +LQ03X020990 GDSL esterase/lipase At4g10955 5.160045767 L4_chemical_A2 +LQ03X020990 GDSL esterase/lipase At4g10955 5.804881493 L4_chemical_A3 +LQ03X020990 GDSL esterase/lipase At4g10955 5.192072991 L4_chemical_B1 +LQ03X020990 GDSL esterase/lipase At4g10955 5.089644769 L4_chemical_B2 +LQ03X020990 GDSL esterase/lipase At4g10955 4.842400263 L4_chemical_B3 +LQ03X020990 GDSL esterase/lipase At4g10955 4.742721209 L4_chemical_C2 +LQ03X020990 GDSL esterase/lipase At4g10955 5.114589834 L4_chemical_C3 +LQ03X021000 Predicted protein 6.183531516 C6_control_A1 +LQ03X021000 Predicted protein 6.050303918 C6_control_A3 +LQ03X021000 Predicted protein 6.494152741 C6_control_B1 +LQ03X021000 Predicted protein 6.68790382 C6_control_B2 +LQ03X021000 Predicted protein 6.211810629 C6_control_B3 +LQ03X021000 Predicted protein 5.862264773 C6_control_C1 +LQ03X021000 Predicted protein 6.390376719 C6_control_C2 +LQ03X021000 Predicted protein 6.06485726 C6_control_C3 +LQ03X021000 Predicted protein 6.043644699 C6_chemical_A1 +LQ03X021000 Predicted protein 5.777412942 C6_chemical_A3 +LQ03X021000 Predicted protein 6.613251598 C6_chemical_B1 +LQ03X021000 Predicted protein 6.960099148 C6_chemical_B2 +LQ03X021000 Predicted protein 6.250910171 C6_chemical_B3 +LQ03X021000 Predicted protein 5.820471711 C6_chemical_C1 +LQ03X021000 Predicted protein 6.251023144 C6_chemical_C2 +LQ03X021000 Predicted protein 5.89107384 C6_chemical_C3 +LQ03X021000 Predicted protein 5.755222402 L4_control_A1 +LQ03X021000 Predicted protein 5.935706047 L4_control_A2 +LQ03X021000 Predicted protein 5.66184622 L4_control_A3 +LQ03X021000 Predicted protein 6.21689812 L4_control_B1 +LQ03X021000 Predicted protein 6.288246168 L4_control_B2 +LQ03X021000 Predicted protein 6.293342094 L4_control_B3 +LQ03X021000 Predicted protein 6.315627933 L4_control_C2 +LQ03X021000 Predicted protein 6.313714678 L4_control_C3 +LQ03X021000 Predicted protein 5.699646379 L4_chemical_A1 +LQ03X021000 Predicted protein 5.940192597 L4_chemical_A2 +LQ03X021000 Predicted protein 5.931821898 L4_chemical_A3 +LQ03X021000 Predicted protein 6.377712016 L4_chemical_B1 +LQ03X021000 Predicted protein 6.487318095 L4_chemical_B2 +LQ03X021000 Predicted protein 6.202289351 L4_chemical_B3 +LQ03X021000 Predicted protein 6.96951198 L4_chemical_C2 +LQ03X021000 Predicted protein 5.407763564 L4_chemical_C3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.36844637 C6_control_A1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.26539606 C6_control_A3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.60518399 C6_control_B1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 12.24129168 C6_control_B2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.22195855 C6_control_B3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 12.99395639 C6_control_C1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 12.60491403 C6_control_C2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 12.85368135 C6_control_C3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.56145322 C6_chemical_A1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.32967386 C6_chemical_A3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.60237345 C6_chemical_B1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 12.18434397 C6_chemical_B2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 10.98100054 C6_chemical_B3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 13.10634534 C6_chemical_C1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 12.69489187 C6_chemical_C2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 13.43733471 C6_chemical_C3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.78549849 L4_control_A1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.6782234 L4_control_A2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.75131093 L4_control_A3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.36285695 L4_control_B1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 10.84562639 L4_control_B2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.78861133 L4_control_B3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.8357615 L4_control_C2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.49311939 L4_control_C3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 12.32754464 L4_chemical_A1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 12.38582646 L4_chemical_A2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.91920107 L4_chemical_A3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.72616755 L4_chemical_B1 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 10.74507115 L4_chemical_B2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.52674876 L4_chemical_B3 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.94681778 L4_chemical_C2 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.41093021 L4_chemical_C3 +LQ03X021030 PP2A regulatory subunit TAP46 11.54821043 C6_control_A1 +LQ03X021030 PP2A regulatory subunit TAP46 11.65450896 C6_control_A3 +LQ03X021030 PP2A regulatory subunit TAP46 11.79617864 C6_control_B1 +LQ03X021030 PP2A regulatory subunit TAP46 11.39454441 C6_control_B2 +LQ03X021030 PP2A regulatory subunit TAP46 11.23198904 C6_control_B3 +LQ03X021030 PP2A regulatory subunit TAP46 11.84568473 C6_control_C1 +LQ03X021030 PP2A regulatory subunit TAP46 11.89106307 C6_control_C2 +LQ03X021030 PP2A regulatory subunit TAP46 11.07815789 C6_control_C3 +LQ03X021030 PP2A regulatory subunit TAP46 12.12629606 C6_chemical_A1 +LQ03X021030 PP2A regulatory subunit TAP46 11.8813464 C6_chemical_A3 +LQ03X021030 PP2A regulatory subunit TAP46 11.81933509 C6_chemical_B1 +LQ03X021030 PP2A regulatory subunit TAP46 11.72552939 C6_chemical_B2 +LQ03X021030 PP2A regulatory subunit TAP46 11.34175218 C6_chemical_B3 +LQ03X021030 PP2A regulatory subunit TAP46 12.19161026 C6_chemical_C1 +LQ03X021030 PP2A regulatory subunit TAP46 12.10830605 C6_chemical_C2 +LQ03X021030 PP2A regulatory subunit TAP46 11.74860998 C6_chemical_C3 +LQ03X021030 PP2A regulatory subunit TAP46 11.72643064 L4_control_A1 +LQ03X021030 PP2A regulatory subunit TAP46 11.51060739 L4_control_A2 +LQ03X021030 PP2A regulatory subunit TAP46 11.7766968 L4_control_A3 +LQ03X021030 PP2A regulatory subunit TAP46 11.4183342 L4_control_B1 +LQ03X021030 PP2A regulatory subunit TAP46 11.47420016 L4_control_B2 +LQ03X021030 PP2A regulatory subunit TAP46 11.13105499 L4_control_B3 +LQ03X021030 PP2A regulatory subunit TAP46 12.16154011 L4_control_C2 +LQ03X021030 PP2A regulatory subunit TAP46 12.01142885 L4_control_C3 +LQ03X021030 PP2A regulatory subunit TAP46 12.1756086 L4_chemical_A1 +LQ03X021030 PP2A regulatory subunit TAP46 12.1585215 L4_chemical_A2 +LQ03X021030 PP2A regulatory subunit TAP46 12.19087878 L4_chemical_A3 +LQ03X021030 PP2A regulatory subunit TAP46 11.86031162 L4_chemical_B1 +LQ03X021030 PP2A regulatory subunit TAP46 11.59815735 L4_chemical_B2 +LQ03X021030 PP2A regulatory subunit TAP46 11.22446798 L4_chemical_B3 +LQ03X021030 PP2A regulatory subunit TAP46 12.27614405 L4_chemical_C2 +LQ03X021030 PP2A regulatory subunit TAP46 12.24964472 L4_chemical_C3 +LQ03X021040 Predicted protein 7.92416074 C6_control_A1 +LQ03X021040 Predicted protein 7.715389368 C6_control_A3 +LQ03X021040 Predicted protein 6.390700646 C6_control_B1 +LQ03X021040 Predicted protein 7.180704215 C6_control_B2 +LQ03X021040 Predicted protein 7.620717163 C6_control_B3 +LQ03X021040 Predicted protein 8.355791656 C6_control_C1 +LQ03X021040 Predicted protein 9.609812176 C6_control_C2 +LQ03X021040 Predicted protein 8.563726188 C6_control_C3 +LQ03X021040 Predicted protein 8.621555209 C6_chemical_A1 +LQ03X021040 Predicted protein 8.068392696 C6_chemical_A3 +LQ03X021040 Predicted protein 7.784410461 C6_chemical_B1 +LQ03X021040 Predicted protein 8.325361149 C6_chemical_B2 +LQ03X021040 Predicted protein 8.699301403 C6_chemical_B3 +LQ03X021040 Predicted protein 10.11481012 C6_chemical_C1 +LQ03X021040 Predicted protein 9.633074634 C6_chemical_C2 +LQ03X021040 Predicted protein 9.671554379 C6_chemical_C3 +LQ03X021040 Predicted protein 8.359232839 L4_control_A1 +LQ03X021040 Predicted protein 8.503147986 L4_control_A2 +LQ03X021040 Predicted protein 8.307516198 L4_control_A3 +LQ03X021040 Predicted protein 7.89127024 L4_control_B1 +LQ03X021040 Predicted protein 7.569008604 L4_control_B2 +LQ03X021040 Predicted protein 7.9800005 L4_control_B3 +LQ03X021040 Predicted protein 9.187429095 L4_control_C2 +LQ03X021040 Predicted protein 8.470078132 L4_control_C3 +LQ03X021040 Predicted protein 8.508959106 L4_chemical_A1 +LQ03X021040 Predicted protein 8.956857033 L4_chemical_A2 +LQ03X021040 Predicted protein 8.859730753 L4_chemical_A3 +LQ03X021040 Predicted protein 8.499531122 L4_chemical_B1 +LQ03X021040 Predicted protein 7.481799136 L4_chemical_B2 +LQ03X021040 Predicted protein 7.979349839 L4_chemical_B3 +LQ03X021040 Predicted protein 9.275839275 L4_chemical_C2 +LQ03X021040 Predicted protein 8.879160571 L4_chemical_C3 +LQ03X021050 Predicted protein 10.89311303 C6_control_A1 +LQ03X021050 Predicted protein 10.5520726 C6_control_A3 +LQ03X021050 Predicted protein 10.5273745 C6_control_B1 +LQ03X021050 Predicted protein 10.41091213 C6_control_B2 +LQ03X021050 Predicted protein 11.0230753 C6_control_B3 +LQ03X021050 Predicted protein 10.26870828 C6_control_C1 +LQ03X021050 Predicted protein 10.28540323 C6_control_C2 +LQ03X021050 Predicted protein 10.63289521 C6_control_C3 +LQ03X021050 Predicted protein 11.4391591 C6_chemical_A1 +LQ03X021050 Predicted protein 10.7286453 C6_chemical_A3 +LQ03X021050 Predicted protein 10.14085696 C6_chemical_B1 +LQ03X021050 Predicted protein 10.40517091 C6_chemical_B2 +LQ03X021050 Predicted protein 11.39383299 C6_chemical_B3 +LQ03X021050 Predicted protein 10.48363141 C6_chemical_C1 +LQ03X021050 Predicted protein 10.18412839 C6_chemical_C2 +LQ03X021050 Predicted protein 10.73531356 C6_chemical_C3 +LQ03X021050 Predicted protein 10.8019822 L4_control_A1 +LQ03X021050 Predicted protein 11.487496 L4_control_A2 +LQ03X021050 Predicted protein 11.51980273 L4_control_A3 +LQ03X021050 Predicted protein 11.59854246 L4_control_B1 +LQ03X021050 Predicted protein 11.54819471 L4_control_B2 +LQ03X021050 Predicted protein 12.15320706 L4_control_B3 +LQ03X021050 Predicted protein 11.91310272 L4_control_C2 +LQ03X021050 Predicted protein 12.61831879 L4_control_C3 +LQ03X021050 Predicted protein 10.29590062 L4_chemical_A1 +LQ03X021050 Predicted protein 10.91280552 L4_chemical_A2 +LQ03X021050 Predicted protein 11.01737916 L4_chemical_A3 +LQ03X021050 Predicted protein 11.56588331 L4_chemical_B1 +LQ03X021050 Predicted protein 11.70783326 L4_chemical_B2 +LQ03X021050 Predicted protein 11.08721398 L4_chemical_B3 +LQ03X021050 Predicted protein 12.32293679 L4_chemical_C2 +LQ03X021050 Predicted protein 12.37140106 L4_chemical_C3 +LQ03X021080 Putative L antigen family member 3 12.19580484 C6_control_A1 +LQ03X021080 Putative L antigen family member 3 12.51486809 C6_control_A3 +LQ03X021080 Putative L antigen family member 3 11.38758784 C6_control_B1 +LQ03X021080 Putative L antigen family member 3 12.67412601 C6_control_B2 +LQ03X021080 Putative L antigen family member 3 11.59452059 C6_control_B3 +LQ03X021080 Putative L antigen family member 3 12.33306331 C6_control_C1 +LQ03X021080 Putative L antigen family member 3 12.69448244 C6_control_C2 +LQ03X021080 Putative L antigen family member 3 12.14920539 C6_control_C3 +LQ03X021080 Putative L antigen family member 3 12.00497217 C6_chemical_A1 +LQ03X021080 Putative L antigen family member 3 11.66563426 C6_chemical_A3 +LQ03X021080 Putative L antigen family member 3 11.20314817 C6_chemical_B1 +LQ03X021080 Putative L antigen family member 3 12.42731611 C6_chemical_B2 +LQ03X021080 Putative L antigen family member 3 11.54960436 C6_chemical_B3 +LQ03X021080 Putative L antigen family member 3 12.26283766 C6_chemical_C1 +LQ03X021080 Putative L antigen family member 3 12.50023407 C6_chemical_C2 +LQ03X021080 Putative L antigen family member 3 12.04115225 C6_chemical_C3 +LQ03X021080 Putative L antigen family member 3 13.05828393 L4_control_A1 +LQ03X021080 Putative L antigen family member 3 13.11096882 L4_control_A2 +LQ03X021080 Putative L antigen family member 3 12.1537554 L4_control_A3 +LQ03X021080 Putative L antigen family member 3 11.34312638 L4_control_B1 +LQ03X021080 Putative L antigen family member 3 10.86517752 L4_control_B2 +LQ03X021080 Putative L antigen family member 3 12.66795842 L4_control_B3 +LQ03X021080 Putative L antigen family member 3 12.25761886 L4_control_C2 +LQ03X021080 Putative L antigen family member 3 11.60939852 L4_control_C3 +LQ03X021080 Putative L antigen family member 3 12.91129539 L4_chemical_A1 +LQ03X021080 Putative L antigen family member 3 12.82158376 L4_chemical_A2 +LQ03X021080 Putative L antigen family member 3 12.03420548 L4_chemical_A3 +LQ03X021080 Putative L antigen family member 3 11.35994941 L4_chemical_B1 +LQ03X021080 Putative L antigen family member 3 11.93657823 L4_chemical_B2 +LQ03X021080 Putative L antigen family member 3 12.81572217 L4_chemical_B3 +LQ03X021080 Putative L antigen family member 3 12.33231238 L4_chemical_C2 +LQ03X021080 Putative L antigen family member 3 11.88182452 L4_chemical_C3 +LQ03X021090 Carboxylesterase np, putative 5.102338682 C6_control_A1 +LQ03X021090 Carboxylesterase np, putative 4.934161947 C6_control_A3 +LQ03X021090 Carboxylesterase np, putative 4.599886447 C6_control_B1 +LQ03X021090 Carboxylesterase np, putative 5.101205277 C6_control_B2 +LQ03X021090 Carboxylesterase np, putative 4.809905505 C6_control_B3 +LQ03X021090 Carboxylesterase np, putative 4.766953915 C6_control_C1 +LQ03X021090 Carboxylesterase np, putative 5.604479855 C6_control_C2 +LQ03X021090 Carboxylesterase np, putative 5.233961087 C6_control_C3 +LQ03X021090 Carboxylesterase np, putative 5.032421613 C6_chemical_A1 +LQ03X021090 Carboxylesterase np, putative 5.146019304 C6_chemical_A3 +LQ03X021090 Carboxylesterase np, putative 4.801089142 C6_chemical_B1 +LQ03X021090 Carboxylesterase np, putative 5.008213552 C6_chemical_B2 +LQ03X021090 Carboxylesterase np, putative 4.953106667 C6_chemical_B3 +LQ03X021090 Carboxylesterase np, putative 4.666527658 C6_chemical_C1 +LQ03X021090 Carboxylesterase np, putative 5.300113114 C6_chemical_C2 +LQ03X021090 Carboxylesterase np, putative 5.106686223 C6_chemical_C3 +LQ03X021090 Carboxylesterase np, putative 4.960498528 L4_control_A1 +LQ03X021090 Carboxylesterase np, putative 5.34691533 L4_control_A2 +LQ03X021090 Carboxylesterase np, putative 4.933368973 L4_control_A3 +LQ03X021090 Carboxylesterase np, putative 5.713652332 L4_control_B1 +LQ03X021090 Carboxylesterase np, putative 4.958257612 L4_control_B2 +LQ03X021090 Carboxylesterase np, putative 5.183645877 L4_control_B3 +LQ03X021090 Carboxylesterase np, putative 5.822034257 L4_control_C2 +LQ03X021090 Carboxylesterase np, putative 5.479406678 L4_control_C3 +LQ03X021090 Carboxylesterase np, putative 4.945296545 L4_chemical_A1 +LQ03X021090 Carboxylesterase np, putative 5.064068432 L4_chemical_A2 +LQ03X021090 Carboxylesterase np, putative 5.522062567 L4_chemical_A3 +LQ03X021090 Carboxylesterase np, putative 5.609314894 L4_chemical_B1 +LQ03X021090 Carboxylesterase np, putative 5.039725783 L4_chemical_B2 +LQ03X021090 Carboxylesterase np, putative 5.086770495 L4_chemical_B3 +LQ03X021090 Carboxylesterase np, putative 5.340404804 L4_chemical_C2 +LQ03X021090 Carboxylesterase np, putative 5.017466385 L4_chemical_C3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.77789625 C6_control_A1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.69011583 C6_control_A3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.87700047 C6_control_B1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.81741315 C6_control_B2 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.78269975 C6_control_B3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.46965659 C6_control_C1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.58254441 C6_control_C2 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.40021764 C6_control_C3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.73502277 C6_chemical_A1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.59616042 C6_chemical_A3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.76489978 C6_chemical_B1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.55063218 C6_chemical_B2 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.62532931 C6_chemical_B3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.52565094 C6_chemical_C1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.27687719 C6_chemical_C2 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.31834569 C6_chemical_C3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.64611921 L4_control_A1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.96075916 L4_control_A2 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.50143552 L4_control_A3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.37056718 L4_control_B1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.39902204 L4_control_B2 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.22573753 L4_control_B3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.29266826 L4_control_C2 +LQ03X021110 Putative KH domain-containing protein At4g18375 11.39909736 L4_control_C3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.60456583 L4_chemical_A1 +LQ03X021110 Putative KH domain-containing protein At4g18375 13.13118223 L4_chemical_A2 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.73576755 L4_chemical_A3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.32852782 L4_chemical_B1 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.89537798 L4_chemical_B2 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.78029269 L4_chemical_B3 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.30095123 L4_chemical_C2 +LQ03X021110 Putative KH domain-containing protein At4g18375 11.4388533 L4_chemical_C3 +LQ03X021120 Putative Nephrocystin-3 6.541684544 C6_control_A1 +LQ03X021120 Putative Nephrocystin-3 5.957673336 C6_control_A3 +LQ03X021120 Putative Nephrocystin-3 6.245380108 C6_control_B1 +LQ03X021120 Putative Nephrocystin-3 6.255737854 C6_control_B2 +LQ03X021120 Putative Nephrocystin-3 6.141701137 C6_control_B3 +LQ03X021120 Putative Nephrocystin-3 5.960091889 C6_control_C1 +LQ03X021120 Putative Nephrocystin-3 6.647004924 C6_control_C2 +LQ03X021120 Putative Nephrocystin-3 6.6560358 C6_control_C3 +LQ03X021120 Putative Nephrocystin-3 6.073880286 C6_chemical_A1 +LQ03X021120 Putative Nephrocystin-3 6.267155189 C6_chemical_A3 +LQ03X021120 Putative Nephrocystin-3 6.158533672 C6_chemical_B1 +LQ03X021120 Putative Nephrocystin-3 6.224420876 C6_chemical_B2 +LQ03X021120 Putative Nephrocystin-3 6.473281547 C6_chemical_B3 +LQ03X021120 Putative Nephrocystin-3 6.471748183 C6_chemical_C1 +LQ03X021120 Putative Nephrocystin-3 6.679912741 C6_chemical_C2 +LQ03X021120 Putative Nephrocystin-3 6.435878466 C6_chemical_C3 +LQ03X021120 Putative Nephrocystin-3 6.178434792 L4_control_A1 +LQ03X021120 Putative Nephrocystin-3 6.660828258 L4_control_A2 +LQ03X021120 Putative Nephrocystin-3 7.063442899 L4_control_A3 +LQ03X021120 Putative Nephrocystin-3 5.888714858 L4_control_B1 +LQ03X021120 Putative Nephrocystin-3 5.801993231 L4_control_B2 +LQ03X021120 Putative Nephrocystin-3 6.267257964 L4_control_B3 +LQ03X021120 Putative Nephrocystin-3 6.412434885 L4_control_C2 +LQ03X021120 Putative Nephrocystin-3 5.978222048 L4_control_C3 +LQ03X021120 Putative Nephrocystin-3 6.641903035 L4_chemical_A1 +LQ03X021120 Putative Nephrocystin-3 7.055565786 L4_chemical_A2 +LQ03X021120 Putative Nephrocystin-3 6.976032947 L4_chemical_A3 +LQ03X021120 Putative Nephrocystin-3 6.014827151 L4_chemical_B1 +LQ03X021120 Putative Nephrocystin-3 6.299680254 L4_chemical_B2 +LQ03X021120 Putative Nephrocystin-3 6.187387419 L4_chemical_B3 +LQ03X021120 Putative Nephrocystin-3 6.125144526 L4_chemical_C2 +LQ03X021120 Putative Nephrocystin-3 6.145825377 L4_chemical_C3 +LQ03X021130 Putative uncharacterized protein At5g24314 13.78018984 C6_control_A1 +LQ03X021130 Putative uncharacterized protein At5g24314 13.68227278 C6_control_A3 +LQ03X021130 Putative uncharacterized protein At5g24314 13.72382773 C6_control_B1 +LQ03X021130 Putative uncharacterized protein At5g24314 14.50301218 C6_control_B2 +LQ03X021130 Putative uncharacterized protein At5g24314 14.09466326 C6_control_B3 +LQ03X021130 Putative uncharacterized protein At5g24314 14.63972055 C6_control_C1 +LQ03X021130 Putative uncharacterized protein At5g24314 14.31667295 C6_control_C2 +LQ03X021130 Putative uncharacterized protein At5g24314 13.86741838 C6_control_C3 +LQ03X021130 Putative uncharacterized protein At5g24314 13.78565965 C6_chemical_A1 +LQ03X021130 Putative uncharacterized protein At5g24314 13.52975052 C6_chemical_A3 +LQ03X021130 Putative uncharacterized protein At5g24314 13.59298616 C6_chemical_B1 +LQ03X021130 Putative uncharacterized protein At5g24314 14.50167725 C6_chemical_B2 +LQ03X021130 Putative uncharacterized protein At5g24314 13.90171931 C6_chemical_B3 +LQ03X021130 Putative uncharacterized protein At5g24314 14.66616328 C6_chemical_C1 +LQ03X021130 Putative uncharacterized protein At5g24314 14.43128502 C6_chemical_C2 +LQ03X021130 Putative uncharacterized protein At5g24314 13.81603572 C6_chemical_C3 +LQ03X021130 Putative uncharacterized protein At5g24314 13.95872835 L4_control_A1 +LQ03X021130 Putative uncharacterized protein At5g24314 14.25030362 L4_control_A2 +LQ03X021130 Putative uncharacterized protein At5g24314 14.21967491 L4_control_A3 +LQ03X021130 Putative uncharacterized protein At5g24314 13.89810026 L4_control_B1 +LQ03X021130 Putative uncharacterized protein At5g24314 13.13858602 L4_control_B2 +LQ03X021130 Putative uncharacterized protein At5g24314 14.21766044 L4_control_B3 +LQ03X021130 Putative uncharacterized protein At5g24314 14.04535925 L4_control_C2 +LQ03X021130 Putative uncharacterized protein At5g24314 13.56827592 L4_control_C3 +LQ03X021130 Putative uncharacterized protein At5g24314 14.2231216 L4_chemical_A1 +LQ03X021130 Putative uncharacterized protein At5g24314 14.3730824 L4_chemical_A2 +LQ03X021130 Putative uncharacterized protein At5g24314 14.1234233 L4_chemical_A3 +LQ03X021130 Putative uncharacterized protein At5g24314 13.40759732 L4_chemical_B1 +LQ03X021130 Putative uncharacterized protein At5g24314 13.87851338 L4_chemical_B2 +LQ03X021130 Putative uncharacterized protein At5g24314 13.86773557 L4_chemical_B3 +LQ03X021130 Putative uncharacterized protein At5g24314 14.22096925 L4_chemical_C2 +LQ03X021130 Putative uncharacterized protein At5g24314 13.85019663 L4_chemical_C3 +LQ03X021150 Putative Importin subunit beta-1 6.06437071 C6_control_A1 +LQ03X021150 Putative Importin subunit beta-1 5.888212386 C6_control_A3 +LQ03X021150 Putative Importin subunit beta-1 6.16966341 C6_control_B1 +LQ03X021150 Putative Importin subunit beta-1 5.800970066 C6_control_B2 +LQ03X021150 Putative Importin subunit beta-1 6.273421721 C6_control_B3 +LQ03X021150 Putative Importin subunit beta-1 5.499406558 C6_control_C1 +LQ03X021150 Putative Importin subunit beta-1 5.56838682 C6_control_C2 +LQ03X021150 Putative Importin subunit beta-1 5.067555222 C6_control_C3 +LQ03X021150 Putative Importin subunit beta-1 6.051712983 C6_chemical_A1 +LQ03X021150 Putative Importin subunit beta-1 6.078790581 C6_chemical_A3 +LQ03X021150 Putative Importin subunit beta-1 6.317276161 C6_chemical_B1 +LQ03X021150 Putative Importin subunit beta-1 5.730811554 C6_chemical_B2 +LQ03X021150 Putative Importin subunit beta-1 6.103471584 C6_chemical_B3 +LQ03X021150 Putative Importin subunit beta-1 5.574990372 C6_chemical_C1 +LQ03X021150 Putative Importin subunit beta-1 5.361494548 C6_chemical_C2 +LQ03X021150 Putative Importin subunit beta-1 5.088966069 C6_chemical_C3 +LQ03X021150 Putative Importin subunit beta-1 6.279698426 L4_control_A1 +LQ03X021150 Putative Importin subunit beta-1 6.338477546 L4_control_A2 +LQ03X021150 Putative Importin subunit beta-1 7.051153253 L4_control_A3 +LQ03X021150 Putative Importin subunit beta-1 6.441606924 L4_control_B1 +LQ03X021150 Putative Importin subunit beta-1 6.939420308 L4_control_B2 +LQ03X021150 Putative Importin subunit beta-1 6.288918185 L4_control_B3 +LQ03X021150 Putative Importin subunit beta-1 6.430576009 L4_control_C2 +LQ03X021150 Putative Importin subunit beta-1 6.480323647 L4_control_C3 +LQ03X021150 Putative Importin subunit beta-1 5.776024068 L4_chemical_A1 +LQ03X021150 Putative Importin subunit beta-1 5.666411826 L4_chemical_A2 +LQ03X021150 Putative Importin subunit beta-1 6.112398035 L4_chemical_A3 +LQ03X021150 Putative Importin subunit beta-1 6.882581138 L4_chemical_B1 +LQ03X021150 Putative Importin subunit beta-1 6.368796849 L4_chemical_B2 +LQ03X021150 Putative Importin subunit beta-1 6.129658418 L4_chemical_B3 +LQ03X021150 Putative Importin subunit beta-1 6.300822131 L4_chemical_C2 +LQ03X021150 Putative Importin subunit beta-1 6.158831222 L4_chemical_C3 +LQ03X021160 Putative Importin subunit beta-1 5.766798146 C6_control_A1 +LQ03X021160 Putative Importin subunit beta-1 5.326414028 C6_control_A3 +LQ03X021160 Putative Importin subunit beta-1 5.679382988 C6_control_B1 +LQ03X021160 Putative Importin subunit beta-1 5.011219438 C6_control_B2 +LQ03X021160 Putative Importin subunit beta-1 5.713866017 C6_control_B3 +LQ03X021160 Putative Importin subunit beta-1 5.182553851 C6_control_C1 +LQ03X021160 Putative Importin subunit beta-1 5.25812189 C6_control_C2 +LQ03X021160 Putative Importin subunit beta-1 4.965733658 C6_control_C3 +LQ03X021160 Putative Importin subunit beta-1 6.082592633 C6_chemical_A1 +LQ03X021160 Putative Importin subunit beta-1 5.48808378 C6_chemical_A3 +LQ03X021160 Putative Importin subunit beta-1 5.828826236 C6_chemical_B1 +LQ03X021160 Putative Importin subunit beta-1 5.037624474 C6_chemical_B2 +LQ03X021160 Putative Importin subunit beta-1 5.54759203 C6_chemical_B3 +LQ03X021160 Putative Importin subunit beta-1 5.400747619 C6_chemical_C1 +LQ03X021160 Putative Importin subunit beta-1 5.180358025 C6_chemical_C2 +LQ03X021160 Putative Importin subunit beta-1 5.128356719 C6_chemical_C3 +LQ03X021160 Putative Importin subunit beta-1 5.459293479 L4_control_A1 +LQ03X021160 Putative Importin subunit beta-1 5.67529307 L4_control_A2 +LQ03X021160 Putative Importin subunit beta-1 5.835744239 L4_control_A3 +LQ03X021160 Putative Importin subunit beta-1 5.971831863 L4_control_B1 +LQ03X021160 Putative Importin subunit beta-1 5.914556722 L4_control_B2 +LQ03X021160 Putative Importin subunit beta-1 5.793258365 L4_control_B3 +LQ03X021160 Putative Importin subunit beta-1 6.018941085 L4_control_C2 +LQ03X021160 Putative Importin subunit beta-1 6.09703294 L4_control_C3 +LQ03X021160 Putative Importin subunit beta-1 5.36724836 L4_chemical_A1 +LQ03X021160 Putative Importin subunit beta-1 5.569232379 L4_chemical_A2 +LQ03X021160 Putative Importin subunit beta-1 6.161934399 L4_chemical_A3 +LQ03X021160 Putative Importin subunit beta-1 5.743869514 L4_chemical_B1 +LQ03X021160 Putative Importin subunit beta-1 6.440635764 L4_chemical_B2 +LQ03X021160 Putative Importin subunit beta-1 5.474722542 L4_chemical_B3 +LQ03X021160 Putative Importin subunit beta-1 6.041131231 L4_chemical_C2 +LQ03X021160 Putative Importin subunit beta-1 5.928693971 L4_chemical_C3 +LQ03X021220 Hypothetical protein 12.77678909 C6_control_A1 +LQ03X021220 Hypothetical protein 12.99900259 C6_control_A3 +LQ03X021220 Hypothetical protein 12.70389217 C6_control_B1 +LQ03X021220 Hypothetical protein 11.99199006 C6_control_B2 +LQ03X021220 Hypothetical protein 12.81330133 C6_control_B3 +LQ03X021220 Hypothetical protein 11.44293539 C6_control_C1 +LQ03X021220 Hypothetical protein 11.30175157 C6_control_C2 +LQ03X021220 Hypothetical protein 11.69600577 C6_control_C3 +LQ03X021220 Hypothetical protein 12.51448401 C6_chemical_A1 +LQ03X021220 Hypothetical protein 11.97311225 C6_chemical_A3 +LQ03X021220 Hypothetical protein 12.66299933 C6_chemical_B1 +LQ03X021220 Hypothetical protein 11.46413558 C6_chemical_B2 +LQ03X021220 Hypothetical protein 12.41542391 C6_chemical_B3 +LQ03X021220 Hypothetical protein 11.37789465 C6_chemical_C1 +LQ03X021220 Hypothetical protein 11.62844872 C6_chemical_C2 +LQ03X021220 Hypothetical protein 11.22917989 C6_chemical_C3 +LQ03X021220 Hypothetical protein 12.53953115 L4_control_A1 +LQ03X021220 Hypothetical protein 12.68845898 L4_control_A2 +LQ03X021220 Hypothetical protein 12.77000234 L4_control_A3 +LQ03X021220 Hypothetical protein 12.73713986 L4_control_B1 +LQ03X021220 Hypothetical protein 12.49960907 L4_control_B2 +LQ03X021220 Hypothetical protein 12.00965843 L4_control_B3 +LQ03X021220 Hypothetical protein 12.75937743 L4_control_C2 +LQ03X021220 Hypothetical protein 12.52402516 L4_control_C3 +LQ03X021220 Hypothetical protein 12.71721034 L4_chemical_A1 +LQ03X021220 Hypothetical protein 12.9088515 L4_chemical_A2 +LQ03X021220 Hypothetical protein 12.60702039 L4_chemical_A3 +LQ03X021220 Hypothetical protein 13.32507014 L4_chemical_B1 +LQ03X021220 Hypothetical protein 13.23572452 L4_chemical_B2 +LQ03X021220 Hypothetical protein 12.38168349 L4_chemical_B3 +LQ03X021220 Hypothetical protein 12.92368551 L4_chemical_C2 +LQ03X021220 Hypothetical protein 12.69858909 L4_chemical_C3 +LQ03X021230 Predicted protein 5.038328455 C6_control_A1 +LQ03X021230 Predicted protein 5.180299827 C6_control_A3 +LQ03X021230 Predicted protein 5.281125258 C6_control_B1 +LQ03X021230 Predicted protein 4.822360058 C6_control_B2 +LQ03X021230 Predicted protein 5.036716683 C6_control_B3 +LQ03X021230 Predicted protein 5.061744167 C6_control_C1 +LQ03X021230 Predicted protein 4.832789833 C6_control_C2 +LQ03X021230 Predicted protein 4.97400085 C6_control_C3 +LQ03X021230 Predicted protein 5.065137477 C6_chemical_A1 +LQ03X021230 Predicted protein 5.298806154 C6_chemical_A3 +LQ03X021230 Predicted protein 5.123383589 C6_chemical_B1 +LQ03X021230 Predicted protein 4.755833727 C6_chemical_B2 +LQ03X021230 Predicted protein 5.311262495 C6_chemical_B3 +LQ03X021230 Predicted protein 4.94160277 C6_chemical_C1 +LQ03X021230 Predicted protein 4.835166999 C6_chemical_C2 +LQ03X021230 Predicted protein 5.529111323 C6_chemical_C3 +LQ03X021230 Predicted protein 5.507543435 L4_control_A1 +LQ03X021230 Predicted protein 5.222213133 L4_control_A2 +LQ03X021230 Predicted protein 4.999653291 L4_control_A3 +LQ03X021230 Predicted protein 4.968981493 L4_control_B1 +LQ03X021230 Predicted protein 4.979169335 L4_control_B2 +LQ03X021230 Predicted protein 5.157351854 L4_control_B3 +LQ03X021230 Predicted protein 6.15095134 L4_control_C2 +LQ03X021230 Predicted protein 5.848999854 L4_control_C3 +LQ03X021230 Predicted protein 5.369318147 L4_chemical_A1 +LQ03X021230 Predicted protein 5.315889676 L4_chemical_A2 +LQ03X021230 Predicted protein 5.519374609 L4_chemical_A3 +LQ03X021230 Predicted protein 5.596396063 L4_chemical_B1 +LQ03X021230 Predicted protein 5.06017976 L4_chemical_B2 +LQ03X021230 Predicted protein 4.881977655 L4_chemical_B3 +LQ03X021230 Predicted protein 8.417644814 L4_chemical_C2 +LQ03X021230 Predicted protein 6.071479067 L4_chemical_C3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.238774407 C6_control_A1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.057373835 C6_control_A3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.285135515 C6_control_B1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 4.917503285 C6_control_B2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.600665066 C6_control_B3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 4.902528622 C6_control_C1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 4.961340964 C6_control_C2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.076419608 C6_control_C3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.43978288 C6_chemical_A1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.035262405 C6_chemical_A3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.740154828 C6_chemical_B1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.058238343 C6_chemical_B2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.867697894 C6_chemical_B3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 4.616567696 C6_chemical_C1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.032619834 C6_chemical_C2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 4.619785004 C6_chemical_C3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.316043237 L4_control_A1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.032137365 L4_control_A2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.273973565 L4_control_A3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.256566089 L4_control_B1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.118571094 L4_control_B2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.31155452 L4_control_B3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.094238671 L4_control_C2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.120907822 L4_control_C3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.34849699 L4_chemical_A1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.446361216 L4_chemical_A2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.04749798 L4_chemical_A3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.232048903 L4_chemical_B1 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.315168666 L4_chemical_B2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.37788565 L4_chemical_B3 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.13000155 L4_chemical_C2 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.040513247 L4_chemical_C3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.18013035 C6_control_A1 +LQ03X021280 Impaired sucrose induction 1-like protein 11.5478801 C6_control_A3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.50602825 C6_control_B1 +LQ03X021280 Impaired sucrose induction 1-like protein 10.6259088 C6_control_B2 +LQ03X021280 Impaired sucrose induction 1-like protein 11.26941532 C6_control_B3 +LQ03X021280 Impaired sucrose induction 1-like protein 10.73302129 C6_control_C1 +LQ03X021280 Impaired sucrose induction 1-like protein 10.52975779 C6_control_C2 +LQ03X021280 Impaired sucrose induction 1-like protein 10.38723592 C6_control_C3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.02936655 C6_chemical_A1 +LQ03X021280 Impaired sucrose induction 1-like protein 11.66998175 C6_chemical_A3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.4224109 C6_chemical_B1 +LQ03X021280 Impaired sucrose induction 1-like protein 10.54215273 C6_chemical_B2 +LQ03X021280 Impaired sucrose induction 1-like protein 11.04375701 C6_chemical_B3 +LQ03X021280 Impaired sucrose induction 1-like protein 10.40272909 C6_chemical_C1 +LQ03X021280 Impaired sucrose induction 1-like protein 10.31637947 C6_chemical_C2 +LQ03X021280 Impaired sucrose induction 1-like protein 10.19581071 C6_chemical_C3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.28738687 L4_control_A1 +LQ03X021280 Impaired sucrose induction 1-like protein 10.2391132 L4_control_A2 +LQ03X021280 Impaired sucrose induction 1-like protein 10.80707099 L4_control_A3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.5373651 L4_control_B1 +LQ03X021280 Impaired sucrose induction 1-like protein 11.2598263 L4_control_B2 +LQ03X021280 Impaired sucrose induction 1-like protein 10.45943087 L4_control_B3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.57806161 L4_control_C2 +LQ03X021280 Impaired sucrose induction 1-like protein 11.20791582 L4_control_C3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.06688324 L4_chemical_A1 +LQ03X021280 Impaired sucrose induction 1-like protein 10.32921534 L4_chemical_A2 +LQ03X021280 Impaired sucrose induction 1-like protein 10.76105917 L4_chemical_A3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.94890558 L4_chemical_B1 +LQ03X021280 Impaired sucrose induction 1-like protein 10.88159427 L4_chemical_B2 +LQ03X021280 Impaired sucrose induction 1-like protein 10.83026984 L4_chemical_B3 +LQ03X021280 Impaired sucrose induction 1-like protein 11.52731845 L4_chemical_C2 +LQ03X021280 Impaired sucrose induction 1-like protein 11.20848793 L4_chemical_C3 +LQ03X021290 Protein yippee-like At4g27745 12.63946887 C6_control_A1 +LQ03X021290 Protein yippee-like At4g27745 11.94559959 C6_control_A3 +LQ03X021290 Protein yippee-like At4g27745 12.69771667 C6_control_B1 +LQ03X021290 Protein yippee-like At4g27745 13.31055578 C6_control_B2 +LQ03X021290 Protein yippee-like At4g27745 13.21855735 C6_control_B3 +LQ03X021290 Protein yippee-like At4g27745 12.57322344 C6_control_C1 +LQ03X021290 Protein yippee-like At4g27745 12.56240588 C6_control_C2 +LQ03X021290 Protein yippee-like At4g27745 12.61789542 C6_control_C3 +LQ03X021290 Protein yippee-like At4g27745 12.61371114 C6_chemical_A1 +LQ03X021290 Protein yippee-like At4g27745 11.96094936 C6_chemical_A3 +LQ03X021290 Protein yippee-like At4g27745 12.57955193 C6_chemical_B1 +LQ03X021290 Protein yippee-like At4g27745 13.21939214 C6_chemical_B2 +LQ03X021290 Protein yippee-like At4g27745 13.06897103 C6_chemical_B3 +LQ03X021290 Protein yippee-like At4g27745 12.58081438 C6_chemical_C1 +LQ03X021290 Protein yippee-like At4g27745 12.58274394 C6_chemical_C2 +LQ03X021290 Protein yippee-like At4g27745 12.88106339 C6_chemical_C3 +LQ03X021290 Protein yippee-like At4g27745 12.84894673 L4_control_A1 +LQ03X021290 Protein yippee-like At4g27745 13.21682321 L4_control_A2 +LQ03X021290 Protein yippee-like At4g27745 13.09883272 L4_control_A3 +LQ03X021290 Protein yippee-like At4g27745 13.15272427 L4_control_B1 +LQ03X021290 Protein yippee-like At4g27745 12.57221389 L4_control_B2 +LQ03X021290 Protein yippee-like At4g27745 13.39987021 L4_control_B3 +LQ03X021290 Protein yippee-like At4g27745 12.49984802 L4_control_C2 +LQ03X021290 Protein yippee-like At4g27745 12.14522267 L4_control_C3 +LQ03X021290 Protein yippee-like At4g27745 13.12381787 L4_chemical_A1 +LQ03X021290 Protein yippee-like At4g27745 13.49805666 L4_chemical_A2 +LQ03X021290 Protein yippee-like At4g27745 13.32963221 L4_chemical_A3 +LQ03X021290 Protein yippee-like At4g27745 13.31005858 L4_chemical_B1 +LQ03X021290 Protein yippee-like At4g27745 13.08985825 L4_chemical_B2 +LQ03X021290 Protein yippee-like At4g27745 13.18688452 L4_chemical_B3 +LQ03X021290 Protein yippee-like At4g27745 12.73787103 L4_chemical_C2 +LQ03X021290 Protein yippee-like At4g27745 12.10159688 L4_chemical_C3 +LQ03X021300 Protein yippee-like At4g27740 5.515501076 C6_control_A1 +LQ03X021300 Protein yippee-like At4g27740 5.991479962 C6_control_A3 +LQ03X021300 Protein yippee-like At4g27740 6.121418838 C6_control_B1 +LQ03X021300 Protein yippee-like At4g27740 5.53503435 C6_control_B2 +LQ03X021300 Protein yippee-like At4g27740 5.565022248 C6_control_B3 +LQ03X021300 Protein yippee-like At4g27740 5.351570808 C6_control_C1 +LQ03X021300 Protein yippee-like At4g27740 5.631010054 C6_control_C2 +LQ03X021300 Protein yippee-like At4g27740 5.271446926 C6_control_C3 +LQ03X021300 Protein yippee-like At4g27740 6.032402356 C6_chemical_A1 +LQ03X021300 Protein yippee-like At4g27740 5.275478452 C6_chemical_A3 +LQ03X021300 Protein yippee-like At4g27740 4.954207325 C6_chemical_B1 +LQ03X021300 Protein yippee-like At4g27740 5.520056738 C6_chemical_B2 +LQ03X021300 Protein yippee-like At4g27740 5.567305045 C6_chemical_B3 +LQ03X021300 Protein yippee-like At4g27740 5.36675696 C6_chemical_C1 +LQ03X021300 Protein yippee-like At4g27740 5.242737822 C6_chemical_C2 +LQ03X021300 Protein yippee-like At4g27740 5.533131601 C6_chemical_C3 +LQ03X021300 Protein yippee-like At4g27740 5.200251136 L4_control_A1 +LQ03X021300 Protein yippee-like At4g27740 5.077265712 L4_control_A2 +LQ03X021300 Protein yippee-like At4g27740 5.376667714 L4_control_A3 +LQ03X021300 Protein yippee-like At4g27740 5.011775866 L4_control_B1 +LQ03X021300 Protein yippee-like At4g27740 5.29211837 L4_control_B2 +LQ03X021300 Protein yippee-like At4g27740 5.402194769 L4_control_B3 +LQ03X021300 Protein yippee-like At4g27740 5.332826458 L4_control_C2 +LQ03X021300 Protein yippee-like At4g27740 5.097100153 L4_control_C3 +LQ03X021300 Protein yippee-like At4g27740 5.271713484 L4_chemical_A1 +LQ03X021300 Protein yippee-like At4g27740 5.462372636 L4_chemical_A2 +LQ03X021300 Protein yippee-like At4g27740 5.367202436 L4_chemical_A3 +LQ03X021300 Protein yippee-like At4g27740 5.81164419 L4_chemical_B1 +LQ03X021300 Protein yippee-like At4g27740 5.406261968 L4_chemical_B2 +LQ03X021300 Protein yippee-like At4g27740 5.576160343 L4_chemical_B3 +LQ03X021300 Protein yippee-like At4g27740 5.496368575 L4_chemical_C2 +LQ03X021300 Protein yippee-like At4g27740 5.106007787 L4_chemical_C3 +LQ03X021310 Protein yippee-like At4g27740 11.94293089 C6_control_A1 +LQ03X021310 Protein yippee-like At4g27740 12.4264682 C6_control_A3 +LQ03X021310 Protein yippee-like At4g27740 12.59602358 C6_control_B1 +LQ03X021310 Protein yippee-like At4g27740 13.30066124 C6_control_B2 +LQ03X021310 Protein yippee-like At4g27740 13.01772468 C6_control_B3 +LQ03X021310 Protein yippee-like At4g27740 13.20476214 C6_control_C1 +LQ03X021310 Protein yippee-like At4g27740 13.97373139 C6_control_C2 +LQ03X021310 Protein yippee-like At4g27740 14.37475657 C6_control_C3 +LQ03X021310 Protein yippee-like At4g27740 11.67367658 C6_chemical_A1 +LQ03X021310 Protein yippee-like At4g27740 12.31186009 C6_chemical_A3 +LQ03X021310 Protein yippee-like At4g27740 13.2991123 C6_chemical_B1 +LQ03X021310 Protein yippee-like At4g27740 13.55200316 C6_chemical_B2 +LQ03X021310 Protein yippee-like At4g27740 13.88355094 C6_chemical_B3 +LQ03X021310 Protein yippee-like At4g27740 12.84571999 C6_chemical_C1 +LQ03X021310 Protein yippee-like At4g27740 14.23939224 C6_chemical_C2 +LQ03X021310 Protein yippee-like At4g27740 15.02006757 C6_chemical_C3 +LQ03X021310 Protein yippee-like At4g27740 11.01838413 L4_control_A1 +LQ03X021310 Protein yippee-like At4g27740 10.64638702 L4_control_A2 +LQ03X021310 Protein yippee-like At4g27740 10.75269946 L4_control_A3 +LQ03X021310 Protein yippee-like At4g27740 12.2958171 L4_control_B1 +LQ03X021310 Protein yippee-like At4g27740 11.22099247 L4_control_B2 +LQ03X021310 Protein yippee-like At4g27740 13.17255668 L4_control_B3 +LQ03X021310 Protein yippee-like At4g27740 13.54444406 L4_control_C2 +LQ03X021310 Protein yippee-like At4g27740 13.47678778 L4_control_C3 +LQ03X021310 Protein yippee-like At4g27740 12.71191758 L4_chemical_A1 +LQ03X021310 Protein yippee-like At4g27740 12.23077526 L4_chemical_A2 +LQ03X021310 Protein yippee-like At4g27740 11.8442788 L4_chemical_A3 +LQ03X021310 Protein yippee-like At4g27740 12.94335084 L4_chemical_B1 +LQ03X021310 Protein yippee-like At4g27740 11.73295038 L4_chemical_B2 +LQ03X021310 Protein yippee-like At4g27740 12.48468929 L4_chemical_B3 +LQ03X021310 Protein yippee-like At4g27740 13.14614372 L4_chemical_C2 +LQ03X021310 Protein yippee-like At4g27740 13.24937495 L4_chemical_C3 +LQ03X021320 Nucleic acid binding protein, putative 13.05465801 C6_control_A1 +LQ03X021320 Nucleic acid binding protein, putative 13.15218598 C6_control_A3 +LQ03X021320 Nucleic acid binding protein, putative 12.68792296 C6_control_B1 +LQ03X021320 Nucleic acid binding protein, putative 12.07582784 C6_control_B2 +LQ03X021320 Nucleic acid binding protein, putative 12.53600723 C6_control_B3 +LQ03X021320 Nucleic acid binding protein, putative 12.45671783 C6_control_C1 +LQ03X021320 Nucleic acid binding protein, putative 12.32555398 C6_control_C2 +LQ03X021320 Nucleic acid binding protein, putative 12.25080391 C6_control_C3 +LQ03X021320 Nucleic acid binding protein, putative 12.76935302 C6_chemical_A1 +LQ03X021320 Nucleic acid binding protein, putative 13.08216996 C6_chemical_A3 +LQ03X021320 Nucleic acid binding protein, putative 12.69969881 C6_chemical_B1 +LQ03X021320 Nucleic acid binding protein, putative 12.03109984 C6_chemical_B2 +LQ03X021320 Nucleic acid binding protein, putative 12.58254815 C6_chemical_B3 +LQ03X021320 Nucleic acid binding protein, putative 12.35358154 C6_chemical_C1 +LQ03X021320 Nucleic acid binding protein, putative 12.18251908 C6_chemical_C2 +LQ03X021320 Nucleic acid binding protein, putative 12.366853 C6_chemical_C3 +LQ03X021320 Nucleic acid binding protein, putative 12.90873095 L4_control_A1 +LQ03X021320 Nucleic acid binding protein, putative 12.61660861 L4_control_A2 +LQ03X021320 Nucleic acid binding protein, putative 13.19700263 L4_control_A3 +LQ03X021320 Nucleic acid binding protein, putative 12.66447219 L4_control_B1 +LQ03X021320 Nucleic acid binding protein, putative 12.95641687 L4_control_B2 +LQ03X021320 Nucleic acid binding protein, putative 12.54373258 L4_control_B3 +LQ03X021320 Nucleic acid binding protein, putative 13.17708344 L4_control_C2 +LQ03X021320 Nucleic acid binding protein, putative 13.17558285 L4_control_C3 +LQ03X021320 Nucleic acid binding protein, putative 12.86675608 L4_chemical_A1 +LQ03X021320 Nucleic acid binding protein, putative 12.61930484 L4_chemical_A2 +LQ03X021320 Nucleic acid binding protein, putative 13.11843538 L4_chemical_A3 +LQ03X021320 Nucleic acid binding protein, putative 12.94425013 L4_chemical_B1 +LQ03X021320 Nucleic acid binding protein, putative 12.72972313 L4_chemical_B2 +LQ03X021320 Nucleic acid binding protein, putative 12.4441837 L4_chemical_B3 +LQ03X021320 Nucleic acid binding protein, putative 13.23889723 L4_chemical_C2 +LQ03X021320 Nucleic acid binding protein, putative 12.94620389 L4_chemical_C3 +LQ03X021330 Oligopeptide transporter 6 5.626310135 C6_control_A1 +LQ03X021330 Oligopeptide transporter 6 4.963273182 C6_control_A3 +LQ03X021330 Oligopeptide transporter 6 5.068223125 C6_control_B1 +LQ03X021330 Oligopeptide transporter 6 5.345640618 C6_control_B2 +LQ03X021330 Oligopeptide transporter 6 5.427738388 C6_control_B3 +LQ03X021330 Oligopeptide transporter 6 5.541366073 C6_control_C1 +LQ03X021330 Oligopeptide transporter 6 5.092802496 C6_control_C2 +LQ03X021330 Oligopeptide transporter 6 5.27073988 C6_control_C3 +LQ03X021330 Oligopeptide transporter 6 5.166561844 C6_chemical_A1 +LQ03X021330 Oligopeptide transporter 6 4.925298848 C6_chemical_A3 +LQ03X021330 Oligopeptide transporter 6 5.06222442 C6_chemical_B1 +LQ03X021330 Oligopeptide transporter 6 5.120636685 C6_chemical_B2 +LQ03X021330 Oligopeptide transporter 6 5.18201467 C6_chemical_B3 +LQ03X021330 Oligopeptide transporter 6 5.948221974 C6_chemical_C1 +LQ03X021330 Oligopeptide transporter 6 5.874444755 C6_chemical_C2 +LQ03X021330 Oligopeptide transporter 6 6.158727027 C6_chemical_C3 +LQ03X021330 Oligopeptide transporter 6 4.802808772 L4_control_A1 +LQ03X021330 Oligopeptide transporter 6 5.221459263 L4_control_A2 +LQ03X021330 Oligopeptide transporter 6 5.072789674 L4_control_A3 +LQ03X021330 Oligopeptide transporter 6 5.513458105 L4_control_B1 +LQ03X021330 Oligopeptide transporter 6 5.356007346 L4_control_B2 +LQ03X021330 Oligopeptide transporter 6 5.044809726 L4_control_B3 +LQ03X021330 Oligopeptide transporter 6 6.306130806 L4_control_C2 +LQ03X021330 Oligopeptide transporter 6 5.175557216 L4_control_C3 +LQ03X021330 Oligopeptide transporter 6 5.496421009 L4_chemical_A1 +LQ03X021330 Oligopeptide transporter 6 5.433684952 L4_chemical_A2 +LQ03X021330 Oligopeptide transporter 6 4.826451894 L4_chemical_A3 +LQ03X021330 Oligopeptide transporter 6 5.9043885 L4_chemical_B1 +LQ03X021330 Oligopeptide transporter 6 5.939303578 L4_chemical_B2 +LQ03X021330 Oligopeptide transporter 6 4.784386828 L4_chemical_B3 +LQ03X021330 Oligopeptide transporter 6 5.47763902 L4_chemical_C2 +LQ03X021330 Oligopeptide transporter 6 5.814728334 L4_chemical_C3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.05941204 C6_control_A1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 12.84318968 C6_control_A3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.34533175 C6_control_B1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.15929178 C6_control_B2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.50914139 C6_control_B3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 11.87732917 C6_control_C1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 12.31291639 C6_control_C2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 11.74803672 C6_control_C3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.15786696 C6_chemical_A1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.12060106 C6_chemical_A3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.44200359 C6_chemical_B1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.38030033 C6_chemical_B2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.53964552 C6_chemical_B3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 11.81896234 C6_chemical_C1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 12.02377992 C6_chemical_C2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 12.20857673 C6_chemical_C3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.32180988 L4_control_A1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.50823802 L4_control_A2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.61941677 L4_control_A3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.39215278 L4_control_B1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.77997694 L4_control_B2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.72551108 L4_control_B3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 12.53852439 L4_control_C2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.05942354 L4_control_C3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.07312931 L4_chemical_A1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.07741031 L4_chemical_A2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.52335139 L4_chemical_A3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.22683029 L4_chemical_B1 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.07897775 L4_chemical_B2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.80766491 L4_chemical_B3 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 12.60782441 L4_chemical_C2 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 12.97013785 L4_chemical_C3 +LQ03X021400 Putative uncharacterized protein 13.82676285 C6_control_A1 +LQ03X021400 Putative uncharacterized protein 13.41540512 C6_control_A3 +LQ03X021400 Putative uncharacterized protein 13.78055153 C6_control_B1 +LQ03X021400 Putative uncharacterized protein 14.19096587 C6_control_B2 +LQ03X021400 Putative uncharacterized protein 13.77374685 C6_control_B3 +LQ03X021400 Putative uncharacterized protein 14.05610507 C6_control_C1 +LQ03X021400 Putative uncharacterized protein 14.55357356 C6_control_C2 +LQ03X021400 Putative uncharacterized protein 14.59915077 C6_control_C3 +LQ03X021400 Putative uncharacterized protein 13.75595834 C6_chemical_A1 +LQ03X021400 Putative uncharacterized protein 13.56028534 C6_chemical_A3 +LQ03X021400 Putative uncharacterized protein 13.77374945 C6_chemical_B1 +LQ03X021400 Putative uncharacterized protein 14.68181331 C6_chemical_B2 +LQ03X021400 Putative uncharacterized protein 13.74428919 C6_chemical_B3 +LQ03X021400 Putative uncharacterized protein 13.9385198 C6_chemical_C1 +LQ03X021400 Putative uncharacterized protein 14.54929971 C6_chemical_C2 +LQ03X021400 Putative uncharacterized protein 14.38125233 C6_chemical_C3 +LQ03X021400 Putative uncharacterized protein 13.27373534 L4_control_A1 +LQ03X021400 Putative uncharacterized protein 13.43323391 L4_control_A2 +LQ03X021400 Putative uncharacterized protein 12.75230081 L4_control_A3 +LQ03X021400 Putative uncharacterized protein 13.90975628 L4_control_B1 +LQ03X021400 Putative uncharacterized protein 13.49678302 L4_control_B2 +LQ03X021400 Putative uncharacterized protein 14.01383876 L4_control_B3 +LQ03X021400 Putative uncharacterized protein 14.34720281 L4_control_C2 +LQ03X021400 Putative uncharacterized protein 13.770519 L4_control_C3 +LQ03X021400 Putative uncharacterized protein 13.14594835 L4_chemical_A1 +LQ03X021400 Putative uncharacterized protein 13.3409595 L4_chemical_A2 +LQ03X021400 Putative uncharacterized protein 12.89372059 L4_chemical_A3 +LQ03X021400 Putative uncharacterized protein 13.48087543 L4_chemical_B1 +LQ03X021400 Putative uncharacterized protein 13.77300043 L4_chemical_B2 +LQ03X021400 Putative uncharacterized protein 14.1553159 L4_chemical_B3 +LQ03X021400 Putative uncharacterized protein 14.3139568 L4_chemical_C2 +LQ03X021400 Putative uncharacterized protein 13.91851877 L4_chemical_C3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 4.922688933 C6_control_A1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.011182578 C6_control_A3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.663093736 C6_control_B1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 4.992183655 C6_control_B2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.396514149 C6_control_B3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.22675315 C6_control_C1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.377400506 C6_control_C2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.040884727 C6_control_C3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.104179752 C6_chemical_A1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.2145773 C6_chemical_A3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.117152876 C6_chemical_B1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.090235584 C6_chemical_B2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.549671718 C6_chemical_B3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.199010516 C6_chemical_C1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.04435215 C6_chemical_C2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.196981861 C6_chemical_C3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 4.934505856 L4_control_A1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 4.897973642 L4_control_A2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.036733911 L4_control_A3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.375070585 L4_control_B1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 4.769077369 L4_control_B2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.030223017 L4_control_B3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.852257558 L4_control_C2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.673109498 L4_control_C3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.026515418 L4_chemical_A1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 4.993135579 L4_chemical_A2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 4.882525936 L4_chemical_A3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 4.856479138 L4_chemical_B1 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.537345335 L4_chemical_B2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.122138388 L4_chemical_B3 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.739160679 L4_chemical_C2 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.271668045 L4_chemical_C3 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.82973582 C6_control_A1 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.46202161 C6_control_A3 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.83329313 C6_control_B1 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.68655017 C6_control_B2 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.36901218 C6_control_B3 +LQ03X021450 Metal-nicotianamine transporter YSL3 15.51030757 C6_control_C1 +LQ03X021450 Metal-nicotianamine transporter YSL3 15.11498567 C6_control_C2 +LQ03X021450 Metal-nicotianamine transporter YSL3 15.43954134 C6_control_C3 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.41427566 C6_chemical_A1 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.39302616 C6_chemical_A3 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.5497124 C6_chemical_B1 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.77919171 C6_chemical_B2 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.89362355 C6_chemical_B3 +LQ03X021450 Metal-nicotianamine transporter YSL3 15.10888938 C6_chemical_C1 +LQ03X021450 Metal-nicotianamine transporter YSL3 15.45329283 C6_chemical_C2 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.7380584 C6_chemical_C3 +LQ03X021450 Metal-nicotianamine transporter YSL3 12.92172116 L4_control_A1 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.01000425 L4_control_A2 +LQ03X021450 Metal-nicotianamine transporter YSL3 12.65626823 L4_control_A3 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.39118612 L4_control_B1 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.93751746 L4_control_B2 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.71631907 L4_control_B3 +LQ03X021450 Metal-nicotianamine transporter YSL3 15.48726388 L4_control_C2 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.51842264 L4_control_C3 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.64584342 L4_chemical_A1 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.76756765 L4_chemical_A2 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.29045963 L4_chemical_A3 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.19150405 L4_chemical_B1 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.63738153 L4_chemical_B2 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.14731613 L4_chemical_B3 +LQ03X021450 Metal-nicotianamine transporter YSL3 14.74161422 L4_chemical_C2 +LQ03X021450 Metal-nicotianamine transporter YSL3 15.08716198 L4_chemical_C3 +LQ03X021460 Cytochrome b5 5.859042858 C6_control_A1 +LQ03X021460 Cytochrome b5 6.477580557 C6_control_A3 +LQ03X021460 Cytochrome b5 5.819641772 C6_control_B1 +LQ03X021460 Cytochrome b5 5.846541412 C6_control_B2 +LQ03X021460 Cytochrome b5 6.080946496 C6_control_B3 +LQ03X021460 Cytochrome b5 6.277110295 C6_control_C1 +LQ03X021460 Cytochrome b5 6.562914083 C6_control_C2 +LQ03X021460 Cytochrome b5 6.47704069 C6_control_C3 +LQ03X021460 Cytochrome b5 5.819660328 C6_chemical_A1 +LQ03X021460 Cytochrome b5 5.58469186 C6_chemical_A3 +LQ03X021460 Cytochrome b5 5.36197126 C6_chemical_B1 +LQ03X021460 Cytochrome b5 5.722462347 C6_chemical_B2 +LQ03X021460 Cytochrome b5 5.574441884 C6_chemical_B3 +LQ03X021460 Cytochrome b5 6.210693688 C6_chemical_C1 +LQ03X021460 Cytochrome b5 6.048225463 C6_chemical_C2 +LQ03X021460 Cytochrome b5 6.486982808 C6_chemical_C3 +LQ03X021460 Cytochrome b5 5.923524441 L4_control_A1 +LQ03X021460 Cytochrome b5 5.520370942 L4_control_A2 +LQ03X021460 Cytochrome b5 5.791310229 L4_control_A3 +LQ03X021460 Cytochrome b5 5.307158188 L4_control_B1 +LQ03X021460 Cytochrome b5 5.702285304 L4_control_B2 +LQ03X021460 Cytochrome b5 6.18364487 L4_control_B3 +LQ03X021460 Cytochrome b5 5.875916148 L4_control_C2 +LQ03X021460 Cytochrome b5 6.084040375 L4_control_C3 +LQ03X021460 Cytochrome b5 5.806293952 L4_chemical_A1 +LQ03X021460 Cytochrome b5 5.917825006 L4_chemical_A2 +LQ03X021460 Cytochrome b5 5.652910752 L4_chemical_A3 +LQ03X021460 Cytochrome b5 5.815511942 L4_chemical_B1 +LQ03X021460 Cytochrome b5 5.576585703 L4_chemical_B2 +LQ03X021460 Cytochrome b5 5.948469221 L4_chemical_B3 +LQ03X021460 Cytochrome b5 5.986429456 L4_chemical_C2 +LQ03X021460 Cytochrome b5 5.807913357 L4_chemical_C3 +LQ03X021470 Putative uncharacterized protein 10.91345633 C6_control_A1 +LQ03X021470 Putative uncharacterized protein 11.23734276 C6_control_A3 +LQ03X021470 Putative uncharacterized protein 10.6328181 C6_control_B1 +LQ03X021470 Putative uncharacterized protein 10.33049922 C6_control_B2 +LQ03X021470 Putative uncharacterized protein 10.6351809 C6_control_B3 +LQ03X021470 Putative uncharacterized protein 10.44634243 C6_control_C1 +LQ03X021470 Putative uncharacterized protein 9.977090459 C6_control_C2 +LQ03X021470 Putative uncharacterized protein 10.67685372 C6_control_C3 +LQ03X021470 Putative uncharacterized protein 10.81876004 C6_chemical_A1 +LQ03X021470 Putative uncharacterized protein 11.33417011 C6_chemical_A3 +LQ03X021470 Putative uncharacterized protein 10.40577291 C6_chemical_B1 +LQ03X021470 Putative uncharacterized protein 10.12973583 C6_chemical_B2 +LQ03X021470 Putative uncharacterized protein 10.58747165 C6_chemical_B3 +LQ03X021470 Putative uncharacterized protein 10.22099414 C6_chemical_C1 +LQ03X021470 Putative uncharacterized protein 9.823081889 C6_chemical_C2 +LQ03X021470 Putative uncharacterized protein 10.57665993 C6_chemical_C3 +LQ03X021470 Putative uncharacterized protein 11.55664744 L4_control_A1 +LQ03X021470 Putative uncharacterized protein 10.88870881 L4_control_A2 +LQ03X021470 Putative uncharacterized protein 10.69011289 L4_control_A3 +LQ03X021470 Putative uncharacterized protein 10.82464151 L4_control_B1 +LQ03X021470 Putative uncharacterized protein 10.99749467 L4_control_B2 +LQ03X021470 Putative uncharacterized protein 10.74454649 L4_control_B3 +LQ03X021470 Putative uncharacterized protein 10.34544273 L4_control_C2 +LQ03X021470 Putative uncharacterized protein 10.16694106 L4_control_C3 +LQ03X021470 Putative uncharacterized protein 11.2323096 L4_chemical_A1 +LQ03X021470 Putative uncharacterized protein 11.05815411 L4_chemical_A2 +LQ03X021470 Putative uncharacterized protein 11.39345008 L4_chemical_A3 +LQ03X021470 Putative uncharacterized protein 10.91600051 L4_chemical_B1 +LQ03X021470 Putative uncharacterized protein 11.09841862 L4_chemical_B2 +LQ03X021470 Putative uncharacterized protein 10.91067074 L4_chemical_B3 +LQ03X021470 Putative uncharacterized protein 10.78427092 L4_chemical_C2 +LQ03X021470 Putative uncharacterized protein 10.6824938 L4_chemical_C3 +LQ03X021480 Predicted protein 14.10182829 C6_control_A1 +LQ03X021480 Predicted protein 13.97588371 C6_control_A3 +LQ03X021480 Predicted protein 13.74962686 C6_control_B1 +LQ03X021480 Predicted protein 14.08931287 C6_control_B2 +LQ03X021480 Predicted protein 14.04396935 C6_control_B3 +LQ03X021480 Predicted protein 13.96268442 C6_control_C1 +LQ03X021480 Predicted protein 14.06193727 C6_control_C2 +LQ03X021480 Predicted protein 13.96456793 C6_control_C3 +LQ03X021480 Predicted protein 14.08039899 C6_chemical_A1 +LQ03X021480 Predicted protein 14.20762848 C6_chemical_A3 +LQ03X021480 Predicted protein 13.77616857 C6_chemical_B1 +LQ03X021480 Predicted protein 13.93392379 C6_chemical_B2 +LQ03X021480 Predicted protein 13.95801994 C6_chemical_B3 +LQ03X021480 Predicted protein 13.84789491 C6_chemical_C1 +LQ03X021480 Predicted protein 13.92313024 C6_chemical_C2 +LQ03X021480 Predicted protein 13.94613517 C6_chemical_C3 +LQ03X021480 Predicted protein 14.75249083 L4_control_A1 +LQ03X021480 Predicted protein 14.58285147 L4_control_A2 +LQ03X021480 Predicted protein 14.59753193 L4_control_A3 +LQ03X021480 Predicted protein 14.07049743 L4_control_B1 +LQ03X021480 Predicted protein 14.43229716 L4_control_B2 +LQ03X021480 Predicted protein 14.09779293 L4_control_B3 +LQ03X021480 Predicted protein 13.72996809 L4_control_C2 +LQ03X021480 Predicted protein 13.84503777 L4_control_C3 +LQ03X021480 Predicted protein 15.07409796 L4_chemical_A1 +LQ03X021480 Predicted protein 14.99048024 L4_chemical_A2 +LQ03X021480 Predicted protein 14.87079306 L4_chemical_A3 +LQ03X021480 Predicted protein 13.91600645 L4_chemical_B1 +LQ03X021480 Predicted protein 14.51024067 L4_chemical_B2 +LQ03X021480 Predicted protein 14.5328168 L4_chemical_B3 +LQ03X021480 Predicted protein 13.89243441 L4_chemical_C2 +LQ03X021480 Predicted protein 13.7080353 L4_chemical_C3 +LQ03X021500 Ubiquitin 14.49872749 C6_control_A1 +LQ03X021500 Ubiquitin 14.89584368 C6_control_A3 +LQ03X021500 Ubiquitin 14.02080925 C6_control_B1 +LQ03X021500 Ubiquitin 14.28729188 C6_control_B2 +LQ03X021500 Ubiquitin 14.20277148 C6_control_B3 +LQ03X021500 Ubiquitin 13.93365541 C6_control_C1 +LQ03X021500 Ubiquitin 14.16781812 C6_control_C2 +LQ03X021500 Ubiquitin 14.04001886 C6_control_C3 +LQ03X021500 Ubiquitin 14.21129413 C6_chemical_A1 +LQ03X021500 Ubiquitin 14.03311153 C6_chemical_A3 +LQ03X021500 Ubiquitin 13.58760914 C6_chemical_B1 +LQ03X021500 Ubiquitin 14.01420268 C6_chemical_B2 +LQ03X021500 Ubiquitin 13.92213191 C6_chemical_B3 +LQ03X021500 Ubiquitin 13.82686948 C6_chemical_C1 +LQ03X021500 Ubiquitin 13.87728657 C6_chemical_C2 +LQ03X021500 Ubiquitin 13.64126901 C6_chemical_C3 +LQ03X021500 Ubiquitin 14.67489945 L4_control_A1 +LQ03X021500 Ubiquitin 14.767788 L4_control_A2 +LQ03X021500 Ubiquitin 14.10028461 L4_control_A3 +LQ03X021500 Ubiquitin 13.62952534 L4_control_B1 +LQ03X021500 Ubiquitin 13.53430412 L4_control_B2 +LQ03X021500 Ubiquitin 13.91460182 L4_control_B3 +LQ03X021500 Ubiquitin 13.73806917 L4_control_C2 +LQ03X021500 Ubiquitin 14.04158108 L4_control_C3 +LQ03X021500 Ubiquitin 14.35537601 L4_chemical_A1 +LQ03X021500 Ubiquitin 14.39369399 L4_chemical_A2 +LQ03X021500 Ubiquitin 14.18837893 L4_chemical_A3 +LQ03X021500 Ubiquitin 13.77557919 L4_chemical_B1 +LQ03X021500 Ubiquitin 14.04781589 L4_chemical_B2 +LQ03X021500 Ubiquitin 14.54892807 L4_chemical_B3 +LQ03X021500 Ubiquitin 13.53192464 L4_chemical_C2 +LQ03X021500 Ubiquitin 13.95390817 L4_chemical_C3 +LQ03X021520 Homeobox protein, putative 5.441078359 C6_control_A1 +LQ03X021520 Homeobox protein, putative 5.385195253 C6_control_A3 +LQ03X021520 Homeobox protein, putative 5.223129466 C6_control_B1 +LQ03X021520 Homeobox protein, putative 5.632338374 C6_control_B2 +LQ03X021520 Homeobox protein, putative 6.105495119 C6_control_B3 +LQ03X021520 Homeobox protein, putative 5.81161261 C6_control_C1 +LQ03X021520 Homeobox protein, putative 5.573841448 C6_control_C2 +LQ03X021520 Homeobox protein, putative 5.577480396 C6_control_C3 +LQ03X021520 Homeobox protein, putative 5.697242506 C6_chemical_A1 +LQ03X021520 Homeobox protein, putative 5.229292392 C6_chemical_A3 +LQ03X021520 Homeobox protein, putative 5.51855091 C6_chemical_B1 +LQ03X021520 Homeobox protein, putative 5.761383849 C6_chemical_B2 +LQ03X021520 Homeobox protein, putative 5.744608077 C6_chemical_B3 +LQ03X021520 Homeobox protein, putative 5.418007947 C6_chemical_C1 +LQ03X021520 Homeobox protein, putative 5.943688876 C6_chemical_C2 +LQ03X021520 Homeobox protein, putative 5.859294622 C6_chemical_C3 +LQ03X021520 Homeobox protein, putative 5.532668636 L4_control_A1 +LQ03X021520 Homeobox protein, putative 5.801636267 L4_control_A2 +LQ03X021520 Homeobox protein, putative 5.751849055 L4_control_A3 +LQ03X021520 Homeobox protein, putative 5.827276823 L4_control_B1 +LQ03X021520 Homeobox protein, putative 5.735220254 L4_control_B2 +LQ03X021520 Homeobox protein, putative 5.588971019 L4_control_B3 +LQ03X021520 Homeobox protein, putative 5.597521268 L4_control_C2 +LQ03X021520 Homeobox protein, putative 5.95896651 L4_control_C3 +LQ03X021520 Homeobox protein, putative 5.692769637 L4_chemical_A1 +LQ03X021520 Homeobox protein, putative 6.094743621 L4_chemical_A2 +LQ03X021520 Homeobox protein, putative 5.748428213 L4_chemical_A3 +LQ03X021520 Homeobox protein, putative 6.117050999 L4_chemical_B1 +LQ03X021520 Homeobox protein, putative 5.586961706 L4_chemical_B2 +LQ03X021520 Homeobox protein, putative 5.531218862 L4_chemical_B3 +LQ03X021520 Homeobox protein, putative 5.460888139 L4_chemical_C2 +LQ03X021520 Homeobox protein, putative 5.617683125 L4_chemical_C3 +LQ03X021540 SAUR family protein 8.385966927 C6_control_A1 +LQ03X021540 SAUR family protein 7.966242129 C6_control_A3 +LQ03X021540 SAUR family protein 8.546629584 C6_control_B1 +LQ03X021540 SAUR family protein 8.899833035 C6_control_B2 +LQ03X021540 SAUR family protein 8.73076931 C6_control_B3 +LQ03X021540 SAUR family protein 7.97978071 C6_control_C1 +LQ03X021540 SAUR family protein 8.957421302 C6_control_C2 +LQ03X021540 SAUR family protein 9.152594717 C6_control_C3 +LQ03X021540 SAUR family protein 8.544991988 C6_chemical_A1 +LQ03X021540 SAUR family protein 8.08834857 C6_chemical_A3 +LQ03X021540 SAUR family protein 8.528445305 C6_chemical_B1 +LQ03X021540 SAUR family protein 8.689705663 C6_chemical_B2 +LQ03X021540 SAUR family protein 9.071700309 C6_chemical_B3 +LQ03X021540 SAUR family protein 7.959869639 C6_chemical_C1 +LQ03X021540 SAUR family protein 8.615144683 C6_chemical_C2 +LQ03X021540 SAUR family protein 9.593778965 C6_chemical_C3 +LQ03X021540 SAUR family protein 9.06960169 L4_control_A1 +LQ03X021540 SAUR family protein 9.100865024 L4_control_A2 +LQ03X021540 SAUR family protein 9.248355916 L4_control_A3 +LQ03X021540 SAUR family protein 10.04965924 L4_control_B1 +LQ03X021540 SAUR family protein 9.132001429 L4_control_B2 +LQ03X021540 SAUR family protein 10.44437805 L4_control_B3 +LQ03X021540 SAUR family protein 9.184249658 L4_control_C2 +LQ03X021540 SAUR family protein 9.766855604 L4_control_C3 +LQ03X021540 SAUR family protein 9.219541115 L4_chemical_A1 +LQ03X021540 SAUR family protein 9.208818574 L4_chemical_A2 +LQ03X021540 SAUR family protein 9.452083992 L4_chemical_A3 +LQ03X021540 SAUR family protein 9.596946295 L4_chemical_B1 +LQ03X021540 SAUR family protein 8.540718448 L4_chemical_B2 +LQ03X021540 SAUR family protein 10.06792966 L4_chemical_B3 +LQ03X021540 SAUR family protein 9.330974492 L4_chemical_C2 +LQ03X021540 SAUR family protein 9.92923295 L4_chemical_C3 +LQ03X021560 Putative uncharacterized protein 8.048553944 C6_control_A1 +LQ03X021560 Putative uncharacterized protein 7.791396199 C6_control_A3 +LQ03X021560 Putative uncharacterized protein 7.72153243 C6_control_B1 +LQ03X021560 Putative uncharacterized protein 8.093035115 C6_control_B2 +LQ03X021560 Putative uncharacterized protein 8.2292433 C6_control_B3 +LQ03X021560 Putative uncharacterized protein 8.292709312 C6_control_C1 +LQ03X021560 Putative uncharacterized protein 8.698232039 C6_control_C2 +LQ03X021560 Putative uncharacterized protein 7.812094568 C6_control_C3 +LQ03X021560 Putative uncharacterized protein 8.595391906 C6_chemical_A1 +LQ03X021560 Putative uncharacterized protein 8.64894055 C6_chemical_A3 +LQ03X021560 Putative uncharacterized protein 8.525550541 C6_chemical_B1 +LQ03X021560 Putative uncharacterized protein 8.570756857 C6_chemical_B2 +LQ03X021560 Putative uncharacterized protein 8.655270587 C6_chemical_B3 +LQ03X021560 Putative uncharacterized protein 8.811378387 C6_chemical_C1 +LQ03X021560 Putative uncharacterized protein 8.91408013 C6_chemical_C2 +LQ03X021560 Putative uncharacterized protein 8.830642906 C6_chemical_C3 +LQ03X021560 Putative uncharacterized protein 9.026561095 L4_control_A1 +LQ03X021560 Putative uncharacterized protein 9.034120101 L4_control_A2 +LQ03X021560 Putative uncharacterized protein 10.02335432 L4_control_A3 +LQ03X021560 Putative uncharacterized protein 8.333158835 L4_control_B1 +LQ03X021560 Putative uncharacterized protein 8.992884949 L4_control_B2 +LQ03X021560 Putative uncharacterized protein 8.447954107 L4_control_B3 +LQ03X021560 Putative uncharacterized protein 9.71903195 L4_control_C2 +LQ03X021560 Putative uncharacterized protein 10.51955791 L4_control_C3 +LQ03X021560 Putative uncharacterized protein 8.405988382 L4_chemical_A1 +LQ03X021560 Putative uncharacterized protein 8.795630271 L4_chemical_A2 +LQ03X021560 Putative uncharacterized protein 9.585359123 L4_chemical_A3 +LQ03X021560 Putative uncharacterized protein 8.762527583 L4_chemical_B1 +LQ03X021560 Putative uncharacterized protein 8.814019112 L4_chemical_B2 +LQ03X021560 Putative uncharacterized protein 8.60393699 L4_chemical_B3 +LQ03X021560 Putative uncharacterized protein 9.217597225 L4_chemical_C2 +LQ03X021560 Putative uncharacterized protein 9.919182276 L4_chemical_C3 +LQ03X021600 Putative Predicted protein 6.160894134 C6_control_A1 +LQ03X021600 Putative Predicted protein 6.063968858 C6_control_A3 +LQ03X021600 Putative Predicted protein 5.832291675 C6_control_B1 +LQ03X021600 Putative Predicted protein 5.885165996 C6_control_B2 +LQ03X021600 Putative Predicted protein 5.938235203 C6_control_B3 +LQ03X021600 Putative Predicted protein 6.08178138 C6_control_C1 +LQ03X021600 Putative Predicted protein 5.273247792 C6_control_C2 +LQ03X021600 Putative Predicted protein 6.067082722 C6_control_C3 +LQ03X021600 Putative Predicted protein 6.062320254 C6_chemical_A1 +LQ03X021600 Putative Predicted protein 6.559745695 C6_chemical_A3 +LQ03X021600 Putative Predicted protein 5.861777761 C6_chemical_B1 +LQ03X021600 Putative Predicted protein 5.4001873 C6_chemical_B2 +LQ03X021600 Putative Predicted protein 5.863612502 C6_chemical_B3 +LQ03X021600 Putative Predicted protein 5.180413312 C6_chemical_C1 +LQ03X021600 Putative Predicted protein 5.839731732 C6_chemical_C2 +LQ03X021600 Putative Predicted protein 5.482564047 C6_chemical_C3 +LQ03X021600 Putative Predicted protein 6.144986265 L4_control_A1 +LQ03X021600 Putative Predicted protein 6.459418959 L4_control_A2 +LQ03X021600 Putative Predicted protein 7.147493377 L4_control_A3 +LQ03X021600 Putative Predicted protein 5.122141962 L4_control_B1 +LQ03X021600 Putative Predicted protein 5.447699375 L4_control_B2 +LQ03X021600 Putative Predicted protein 5.962582747 L4_control_B3 +LQ03X021600 Putative Predicted protein 5.377045688 L4_control_C2 +LQ03X021600 Putative Predicted protein 5.03107384 L4_control_C3 +LQ03X021600 Putative Predicted protein 5.777200379 L4_chemical_A1 +LQ03X021600 Putative Predicted protein 6.004459577 L4_chemical_A2 +LQ03X021600 Putative Predicted protein 6.113060672 L4_chemical_A3 +LQ03X021600 Putative Predicted protein 5.631238343 L4_chemical_B1 +LQ03X021600 Putative Predicted protein 5.88364389 L4_chemical_B2 +LQ03X021600 Putative Predicted protein 5.753808892 L4_chemical_B3 +LQ03X021600 Putative Predicted protein 5.122298188 L4_chemical_C2 +LQ03X021600 Putative Predicted protein 5.054057826 L4_chemical_C3 +LQ03X021610 Putative uncharacterized protein 5.024196462 C6_control_A1 +LQ03X021610 Putative uncharacterized protein 6.168479736 C6_control_A3 +LQ03X021610 Putative uncharacterized protein 5.122435036 C6_control_B1 +LQ03X021610 Putative uncharacterized protein 4.876382388 C6_control_B2 +LQ03X021610 Putative uncharacterized protein 5.139228554 C6_control_B3 +LQ03X021610 Putative uncharacterized protein 5.071309683 C6_control_C1 +LQ03X021610 Putative uncharacterized protein 4.526790982 C6_control_C2 +LQ03X021610 Putative uncharacterized protein 5.065835092 C6_control_C3 +LQ03X021610 Putative uncharacterized protein 5.511706085 C6_chemical_A1 +LQ03X021610 Putative uncharacterized protein 5.447073992 C6_chemical_A3 +LQ03X021610 Putative uncharacterized protein 5.734137639 C6_chemical_B1 +LQ03X021610 Putative uncharacterized protein 4.918996149 C6_chemical_B2 +LQ03X021610 Putative uncharacterized protein 5.280916875 C6_chemical_B3 +LQ03X021610 Putative uncharacterized protein 4.761075312 C6_chemical_C1 +LQ03X021610 Putative uncharacterized protein 5.025985946 C6_chemical_C2 +LQ03X021610 Putative uncharacterized protein 4.680600934 C6_chemical_C3 +LQ03X021610 Putative uncharacterized protein 5.574020876 L4_control_A1 +LQ03X021610 Putative uncharacterized protein 5.513419947 L4_control_A2 +LQ03X021610 Putative uncharacterized protein 5.307202908 L4_control_A3 +LQ03X021610 Putative uncharacterized protein 5.643094889 L4_control_B1 +LQ03X021610 Putative uncharacterized protein 5.201865982 L4_control_B2 +LQ03X021610 Putative uncharacterized protein 4.926189893 L4_control_B3 +LQ03X021610 Putative uncharacterized protein 5.059128388 L4_control_C2 +LQ03X021610 Putative uncharacterized protein 5.413087068 L4_control_C3 +LQ03X021610 Putative uncharacterized protein 5.004492533 L4_chemical_A1 +LQ03X021610 Putative uncharacterized protein 5.217163424 L4_chemical_A2 +LQ03X021610 Putative uncharacterized protein 5.966189229 L4_chemical_A3 +LQ03X021610 Putative uncharacterized protein 5.4961135 L4_chemical_B1 +LQ03X021610 Putative uncharacterized protein 5.519456485 L4_chemical_B2 +LQ03X021610 Putative uncharacterized protein 4.857911584 L4_chemical_B3 +LQ03X021610 Putative uncharacterized protein 4.775485146 L4_chemical_C2 +LQ03X021610 Putative uncharacterized protein 5.598127333 L4_chemical_C3 +LQ03X021620 Small heat shock protein, chloroplastic 10.12152407 C6_control_A1 +LQ03X021620 Small heat shock protein, chloroplastic 9.308912049 C6_control_A3 +LQ03X021620 Small heat shock protein, chloroplastic 8.922552431 C6_control_B1 +LQ03X021620 Small heat shock protein, chloroplastic 11.78604981 C6_control_B2 +LQ03X021620 Small heat shock protein, chloroplastic 7.034675791 C6_control_B3 +LQ03X021620 Small heat shock protein, chloroplastic 15.05897648 C6_control_C1 +LQ03X021620 Small heat shock protein, chloroplastic 13.44696083 C6_control_C2 +LQ03X021620 Small heat shock protein, chloroplastic 11.58397016 C6_control_C3 +LQ03X021620 Small heat shock protein, chloroplastic 13.81998686 C6_chemical_A1 +LQ03X021620 Small heat shock protein, chloroplastic 9.101709602 C6_chemical_A3 +LQ03X021620 Small heat shock protein, chloroplastic 11.45468952 C6_chemical_B1 +LQ03X021620 Small heat shock protein, chloroplastic 13.14398967 C6_chemical_B2 +LQ03X021620 Small heat shock protein, chloroplastic 6.879096287 C6_chemical_B3 +LQ03X021620 Small heat shock protein, chloroplastic 15.75410574 C6_chemical_C1 +LQ03X021620 Small heat shock protein, chloroplastic 15.30447291 C6_chemical_C2 +LQ03X021620 Small heat shock protein, chloroplastic 12.37215001 C6_chemical_C3 +LQ03X021620 Small heat shock protein, chloroplastic 10.98117061 L4_control_A1 +LQ03X021620 Small heat shock protein, chloroplastic 11.97575791 L4_control_A2 +LQ03X021620 Small heat shock protein, chloroplastic 12.02082524 L4_control_A3 +LQ03X021620 Small heat shock protein, chloroplastic 12.06538597 L4_control_B1 +LQ03X021620 Small heat shock protein, chloroplastic 11.62960822 L4_control_B2 +LQ03X021620 Small heat shock protein, chloroplastic 12.90804293 L4_control_B3 +LQ03X021620 Small heat shock protein, chloroplastic 13.78341888 L4_control_C2 +LQ03X021620 Small heat shock protein, chloroplastic 13.90566034 L4_control_C3 +LQ03X021620 Small heat shock protein, chloroplastic 12.54730701 L4_chemical_A1 +LQ03X021620 Small heat shock protein, chloroplastic 13.97637675 L4_chemical_A2 +LQ03X021620 Small heat shock protein, chloroplastic 11.72558017 L4_chemical_A3 +LQ03X021620 Small heat shock protein, chloroplastic 12.33323674 L4_chemical_B1 +LQ03X021620 Small heat shock protein, chloroplastic 13.32752442 L4_chemical_B2 +LQ03X021620 Small heat shock protein, chloroplastic 12.13993673 L4_chemical_B3 +LQ03X021620 Small heat shock protein, chloroplastic 14.87430514 L4_chemical_C2 +LQ03X021620 Small heat shock protein, chloroplastic 14.50876642 L4_chemical_C3 +LQ03X021640 RNA-binding region-containing protein, putative 5.93366823 C6_control_A1 +LQ03X021640 RNA-binding region-containing protein, putative 5.45956544 C6_control_A3 +LQ03X021640 RNA-binding region-containing protein, putative 6.239474678 C6_control_B1 +LQ03X021640 RNA-binding region-containing protein, putative 5.836477301 C6_control_B2 +LQ03X021640 RNA-binding region-containing protein, putative 5.874841674 C6_control_B3 +LQ03X021640 RNA-binding region-containing protein, putative 5.893125804 C6_control_C1 +LQ03X021640 RNA-binding region-containing protein, putative 6.418048342 C6_control_C2 +LQ03X021640 RNA-binding region-containing protein, putative 6.551693511 C6_control_C3 +LQ03X021640 RNA-binding region-containing protein, putative 5.729453573 C6_chemical_A1 +LQ03X021640 RNA-binding region-containing protein, putative 5.459305136 C6_chemical_A3 +LQ03X021640 RNA-binding region-containing protein, putative 6.579774532 C6_chemical_B1 +LQ03X021640 RNA-binding region-containing protein, putative 6.041724431 C6_chemical_B2 +LQ03X021640 RNA-binding region-containing protein, putative 5.689585695 C6_chemical_B3 +LQ03X021640 RNA-binding region-containing protein, putative 6.208244696 C6_chemical_C1 +LQ03X021640 RNA-binding region-containing protein, putative 6.289173506 C6_chemical_C2 +LQ03X021640 RNA-binding region-containing protein, putative 6.188803204 C6_chemical_C3 +LQ03X021640 RNA-binding region-containing protein, putative 6.046319973 L4_control_A1 +LQ03X021640 RNA-binding region-containing protein, putative 6.040583754 L4_control_A2 +LQ03X021640 RNA-binding region-containing protein, putative 5.913555028 L4_control_A3 +LQ03X021640 RNA-binding region-containing protein, putative 5.544261176 L4_control_B1 +LQ03X021640 RNA-binding region-containing protein, putative 5.250183491 L4_control_B2 +LQ03X021640 RNA-binding region-containing protein, putative 5.84435849 L4_control_B3 +LQ03X021640 RNA-binding region-containing protein, putative 5.30875991 L4_control_C2 +LQ03X021640 RNA-binding region-containing protein, putative 6.424034759 L4_control_C3 +LQ03X021640 RNA-binding region-containing protein, putative 5.901286356 L4_chemical_A1 +LQ03X021640 RNA-binding region-containing protein, putative 5.768318239 L4_chemical_A2 +LQ03X021640 RNA-binding region-containing protein, putative 5.818551852 L4_chemical_A3 +LQ03X021640 RNA-binding region-containing protein, putative 5.582637773 L4_chemical_B1 +LQ03X021640 RNA-binding region-containing protein, putative 6.131060174 L4_chemical_B2 +LQ03X021640 RNA-binding region-containing protein, putative 5.507635258 L4_chemical_B3 +LQ03X021640 RNA-binding region-containing protein, putative 5.47706605 L4_chemical_C2 +LQ03X021640 RNA-binding region-containing protein, putative 5.687259102 L4_chemical_C3 +LQ03X021650 RNA-binding protein, putative 5.755676564 C6_control_A1 +LQ03X021650 RNA-binding protein, putative 5.567669816 C6_control_A3 +LQ03X021650 RNA-binding protein, putative 5.440947163 C6_control_B1 +LQ03X021650 RNA-binding protein, putative 5.704620476 C6_control_B2 +LQ03X021650 RNA-binding protein, putative 5.945435161 C6_control_B3 +LQ03X021650 RNA-binding protein, putative 5.307238623 C6_control_C1 +LQ03X021650 RNA-binding protein, putative 5.155828232 C6_control_C2 +LQ03X021650 RNA-binding protein, putative 5.361227039 C6_control_C3 +LQ03X021650 RNA-binding protein, putative 5.842749787 C6_chemical_A1 +LQ03X021650 RNA-binding protein, putative 5.555333377 C6_chemical_A3 +LQ03X021650 RNA-binding protein, putative 5.416258078 C6_chemical_B1 +LQ03X021650 RNA-binding protein, putative 5.677534421 C6_chemical_B2 +LQ03X021650 RNA-binding protein, putative 5.571275954 C6_chemical_B3 +LQ03X021650 RNA-binding protein, putative 5.44813051 C6_chemical_C1 +LQ03X021650 RNA-binding protein, putative 4.944549843 C6_chemical_C2 +LQ03X021650 RNA-binding protein, putative 4.956502976 C6_chemical_C3 +LQ03X021650 RNA-binding protein, putative 5.231060634 L4_control_A1 +LQ03X021650 RNA-binding protein, putative 5.709339739 L4_control_A2 +LQ03X021650 RNA-binding protein, putative 6.212188651 L4_control_A3 +LQ03X021650 RNA-binding protein, putative 5.448360203 L4_control_B1 +LQ03X021650 RNA-binding protein, putative 6.452197984 L4_control_B2 +LQ03X021650 RNA-binding protein, putative 5.566247324 L4_control_B3 +LQ03X021650 RNA-binding protein, putative 5.441068837 L4_control_C2 +LQ03X021650 RNA-binding protein, putative 5.279957156 L4_control_C3 +LQ03X021650 RNA-binding protein, putative 5.312345611 L4_chemical_A1 +LQ03X021650 RNA-binding protein, putative 5.707882707 L4_chemical_A2 +LQ03X021650 RNA-binding protein, putative 6.22068707 L4_chemical_A3 +LQ03X021650 RNA-binding protein, putative 5.789860462 L4_chemical_B1 +LQ03X021650 RNA-binding protein, putative 6.054078289 L4_chemical_B2 +LQ03X021650 RNA-binding protein, putative 5.59276354 L4_chemical_B3 +LQ03X021650 RNA-binding protein, putative 5.272840798 L4_chemical_C2 +LQ03X021650 RNA-binding protein, putative 5.701870332 L4_chemical_C3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.33075919 C6_control_A1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.632889247 C6_control_A3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.735316551 C6_control_B1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.611808307 C6_control_B2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.760342865 C6_control_B3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.16996662 C6_control_C1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.803428707 C6_control_C2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.63186769 C6_control_C3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.017636326 C6_chemical_A1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 5.842532512 C6_chemical_A3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.541869662 C6_chemical_B1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.332912666 C6_chemical_B2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.365359289 C6_chemical_B3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.029397013 C6_chemical_C1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.99261224 C6_chemical_C2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.500655705 C6_chemical_C3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.28464304 L4_control_A1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.163605736 L4_control_A2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.144216053 L4_control_A3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.527139784 L4_control_B1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.276690125 L4_control_B2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.142617141 L4_control_B3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.92848149 L4_control_C2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 5.875280533 L4_control_C3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 5.985811581 L4_chemical_A1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.445083161 L4_chemical_A2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.202165787 L4_chemical_A3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.474568915 L4_chemical_B1 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.911106692 L4_chemical_B2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.252429275 L4_chemical_B3 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.67219258 L4_chemical_C2 +LQ03X021670 Arginine/serine-rich splicing factor, putative 5.892014394 L4_chemical_C3 +LQ03X021680 60S acidic ribosomal protein P1 6.222837908 C6_control_A1 +LQ03X021680 60S acidic ribosomal protein P1 6.692012303 C6_control_A3 +LQ03X021680 60S acidic ribosomal protein P1 7.095276593 C6_control_B1 +LQ03X021680 60S acidic ribosomal protein P1 6.174651061 C6_control_B2 +LQ03X021680 60S acidic ribosomal protein P1 6.098128085 C6_control_B3 +LQ03X021680 60S acidic ribosomal protein P1 5.706707846 C6_control_C1 +LQ03X021680 60S acidic ribosomal protein P1 5.884904873 C6_control_C2 +LQ03X021680 60S acidic ribosomal protein P1 6.161850634 C6_control_C3 +LQ03X021680 60S acidic ribosomal protein P1 6.219730886 C6_chemical_A1 +LQ03X021680 60S acidic ribosomal protein P1 6.44696963 C6_chemical_A3 +LQ03X021680 60S acidic ribosomal protein P1 5.926022428 C6_chemical_B1 +LQ03X021680 60S acidic ribosomal protein P1 6.174829177 C6_chemical_B2 +LQ03X021680 60S acidic ribosomal protein P1 5.633146072 C6_chemical_B3 +LQ03X021680 60S acidic ribosomal protein P1 5.874194421 C6_chemical_C1 +LQ03X021680 60S acidic ribosomal protein P1 5.882817843 C6_chemical_C2 +LQ03X021680 60S acidic ribosomal protein P1 5.835515546 C6_chemical_C3 +LQ03X021680 60S acidic ribosomal protein P1 6.426159466 L4_control_A1 +LQ03X021680 60S acidic ribosomal protein P1 6.176546868 L4_control_A2 +LQ03X021680 60S acidic ribosomal protein P1 6.136877589 L4_control_A3 +LQ03X021680 60S acidic ribosomal protein P1 6.185893483 L4_control_B1 +LQ03X021680 60S acidic ribosomal protein P1 5.714196719 L4_control_B2 +LQ03X021680 60S acidic ribosomal protein P1 6.020066021 L4_control_B3 +LQ03X021680 60S acidic ribosomal protein P1 5.802695007 L4_control_C2 +LQ03X021680 60S acidic ribosomal protein P1 6.650069881 L4_control_C3 +LQ03X021680 60S acidic ribosomal protein P1 6.417269559 L4_chemical_A1 +LQ03X021680 60S acidic ribosomal protein P1 6.163467314 L4_chemical_A2 +LQ03X021680 60S acidic ribosomal protein P1 6.285000308 L4_chemical_A3 +LQ03X021680 60S acidic ribosomal protein P1 6.241714905 L4_chemical_B1 +LQ03X021680 60S acidic ribosomal protein P1 5.999442891 L4_chemical_B2 +LQ03X021680 60S acidic ribosomal protein P1 6.093911788 L4_chemical_B3 +LQ03X021680 60S acidic ribosomal protein P1 6.274736104 L4_chemical_C2 +LQ03X021680 60S acidic ribosomal protein P1 6.560741874 L4_chemical_C3 +LQ03X021710 Putative uncharacterized protein 8.330093199 C6_control_A1 +LQ03X021710 Putative uncharacterized protein 8.021547481 C6_control_A3 +LQ03X021710 Putative uncharacterized protein 8.354151945 C6_control_B1 +LQ03X021710 Putative uncharacterized protein 10.11597547 C6_control_B2 +LQ03X021710 Putative uncharacterized protein 9.385028749 C6_control_B3 +LQ03X021710 Putative uncharacterized protein 12.44903493 C6_control_C1 +LQ03X021710 Putative uncharacterized protein 11.7326418 C6_control_C2 +LQ03X021710 Putative uncharacterized protein 10.02494073 C6_control_C3 +LQ03X021710 Putative uncharacterized protein 8.78720023 C6_chemical_A1 +LQ03X021710 Putative uncharacterized protein 8.150253636 C6_chemical_A3 +LQ03X021710 Putative uncharacterized protein 8.937000998 C6_chemical_B1 +LQ03X021710 Putative uncharacterized protein 11.94923913 C6_chemical_B2 +LQ03X021710 Putative uncharacterized protein 9.125385148 C6_chemical_B3 +LQ03X021710 Putative uncharacterized protein 13.52970353 C6_chemical_C1 +LQ03X021710 Putative uncharacterized protein 12.73941598 C6_chemical_C2 +LQ03X021710 Putative uncharacterized protein 10.69981139 C6_chemical_C3 +LQ03X021710 Putative uncharacterized protein 9.350345054 L4_control_A1 +LQ03X021710 Putative uncharacterized protein 10.41516969 L4_control_A2 +LQ03X021710 Putative uncharacterized protein 7.271045918 L4_control_A3 +LQ03X021710 Putative uncharacterized protein 8.586064817 L4_control_B1 +LQ03X021710 Putative uncharacterized protein 9.160873365 L4_control_B2 +LQ03X021710 Putative uncharacterized protein 9.381876708 L4_control_B3 +LQ03X021710 Putative uncharacterized protein 11.74246411 L4_control_C2 +LQ03X021710 Putative uncharacterized protein 10.76743509 L4_control_C3 +LQ03X021710 Putative uncharacterized protein 9.910845496 L4_chemical_A1 +LQ03X021710 Putative uncharacterized protein 11.08111525 L4_chemical_A2 +LQ03X021710 Putative uncharacterized protein 8.190417441 L4_chemical_A3 +LQ03X021710 Putative uncharacterized protein 10.14296431 L4_chemical_B1 +LQ03X021710 Putative uncharacterized protein 10.12698668 L4_chemical_B2 +LQ03X021710 Putative uncharacterized protein 8.289410871 L4_chemical_B3 +LQ03X021710 Putative uncharacterized protein 11.81057104 L4_chemical_C2 +LQ03X021710 Putative uncharacterized protein 10.64020172 L4_chemical_C3 +LQ03X021740 Putative uncharacterized protein 5.845887374 C6_control_A1 +LQ03X021740 Putative uncharacterized protein 5.834206019 C6_control_A3 +LQ03X021740 Putative uncharacterized protein 6.033200942 C6_control_B1 +LQ03X021740 Putative uncharacterized protein 5.667936881 C6_control_B2 +LQ03X021740 Putative uncharacterized protein 6.143074861 C6_control_B3 +LQ03X021740 Putative uncharacterized protein 5.326717853 C6_control_C1 +LQ03X021740 Putative uncharacterized protein 5.328424014 C6_control_C2 +LQ03X021740 Putative uncharacterized protein 5.562389711 C6_control_C3 +LQ03X021740 Putative uncharacterized protein 5.766458303 C6_chemical_A1 +LQ03X021740 Putative uncharacterized protein 6.269479337 C6_chemical_A3 +LQ03X021740 Putative uncharacterized protein 5.922985691 C6_chemical_B1 +LQ03X021740 Putative uncharacterized protein 5.760889147 C6_chemical_B2 +LQ03X021740 Putative uncharacterized protein 5.913544493 C6_chemical_B3 +LQ03X021740 Putative uncharacterized protein 5.518436257 C6_chemical_C1 +LQ03X021740 Putative uncharacterized protein 5.425857979 C6_chemical_C2 +LQ03X021740 Putative uncharacterized protein 5.457459734 C6_chemical_C3 +LQ03X021740 Putative uncharacterized protein 5.953355579 L4_control_A1 +LQ03X021740 Putative uncharacterized protein 5.523702552 L4_control_A2 +LQ03X021740 Putative uncharacterized protein 6.127268298 L4_control_A3 +LQ03X021740 Putative uncharacterized protein 5.491647133 L4_control_B1 +LQ03X021740 Putative uncharacterized protein 5.90025239 L4_control_B2 +LQ03X021740 Putative uncharacterized protein 6.026091099 L4_control_B3 +LQ03X021740 Putative uncharacterized protein 5.168963586 L4_control_C2 +LQ03X021740 Putative uncharacterized protein 5.288480855 L4_control_C3 +LQ03X021740 Putative uncharacterized protein 6.073039731 L4_chemical_A1 +LQ03X021740 Putative uncharacterized protein 6.228736534 L4_chemical_A2 +LQ03X021740 Putative uncharacterized protein 6.249144073 L4_chemical_A3 +LQ03X021740 Putative uncharacterized protein 6.146325484 L4_chemical_B1 +LQ03X021740 Putative uncharacterized protein 5.351085903 L4_chemical_B2 +LQ03X021740 Putative uncharacterized protein 6.000259119 L4_chemical_B3 +LQ03X021740 Putative uncharacterized protein 5.828539915 L4_chemical_C2 +LQ03X021740 Putative uncharacterized protein 5.2989556 L4_chemical_C3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.338212232 C6_control_A1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.716864921 C6_control_A3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.366123733 C6_control_B1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.966294225 C6_control_B2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.607903225 C6_control_B3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.929978267 C6_control_C1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 7.41534333 C6_control_C2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.897390619 C6_control_C3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.983187092 C6_chemical_A1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.537943141 C6_chemical_A3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.799602755 C6_chemical_B1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.460305976 C6_chemical_B2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.178175221 C6_chemical_B3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.385806859 C6_chemical_C1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.362595259 C6_chemical_C2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.36013165 C6_chemical_C3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.921059409 L4_control_A1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.015473796 L4_control_A2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.352093962 L4_control_A3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.202397006 L4_control_B1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.353120114 L4_control_B2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.496619589 L4_control_B3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.579308086 L4_control_C2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 7.011539915 L4_control_C3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.714761367 L4_chemical_A1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.299172028 L4_chemical_A2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.02078884 L4_chemical_A3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.834558616 L4_chemical_B1 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.779920225 L4_chemical_B2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 6.382635323 L4_chemical_B3 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.236084973 L4_chemical_C2 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.873251751 L4_chemical_C3 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.915094607 C6_control_A1 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.523725973 C6_control_A3 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.859883155 C6_control_B1 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.304741308 C6_control_B2 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.784590214 C6_control_B3 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.268520314 C6_control_C1 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.491186825 C6_control_C2 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.016664341 C6_control_C3 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.862157075 C6_chemical_A1 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.290661433 C6_chemical_A3 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.946281055 C6_chemical_B1 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.229587066 C6_chemical_B2 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.539452593 C6_chemical_B3 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.227694835 C6_chemical_C1 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.121308893 C6_chemical_C2 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.28046238 C6_chemical_C3 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.948374235 L4_control_A1 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.071630302 L4_control_A2 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.543214487 L4_control_A3 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.48789368 L4_control_B1 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.853372817 L4_control_B2 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.888007795 L4_control_B3 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.945552125 L4_control_C2 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.884541096 L4_control_C3 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.069665656 L4_chemical_A1 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.945863668 L4_chemical_A2 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.637965755 L4_chemical_A3 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.180708666 L4_chemical_B1 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.533165955 L4_chemical_B2 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.292802431 L4_chemical_B3 +LQ03X021780 Putative Two-component response regulator-like APRR5 5.309241056 L4_chemical_C2 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.699026422 L4_chemical_C3 +LQ03X021800 Putative uncharacterized protein 4.570591391 C6_control_A1 +LQ03X021800 Putative uncharacterized protein 4.601285718 C6_control_A3 +LQ03X021800 Putative uncharacterized protein 5.622845653 C6_control_B1 +LQ03X021800 Putative uncharacterized protein 4.670112078 C6_control_B2 +LQ03X021800 Putative uncharacterized protein 4.788384672 C6_control_B3 +LQ03X021800 Putative uncharacterized protein 4.719233739 C6_control_C1 +LQ03X021800 Putative uncharacterized protein 4.715941284 C6_control_C2 +LQ03X021800 Putative uncharacterized protein 4.577974786 C6_control_C3 +LQ03X021800 Putative uncharacterized protein 4.759852269 C6_chemical_A1 +LQ03X021800 Putative uncharacterized protein 4.672026376 C6_chemical_A3 +LQ03X021800 Putative uncharacterized protein 5.330986012 C6_chemical_B1 +LQ03X021800 Putative uncharacterized protein 4.685891892 C6_chemical_B2 +LQ03X021800 Putative uncharacterized protein 4.712647825 C6_chemical_B3 +LQ03X021800 Putative uncharacterized protein 4.770269589 C6_chemical_C1 +LQ03X021800 Putative uncharacterized protein 4.659557787 C6_chemical_C2 +LQ03X021800 Putative uncharacterized protein 4.577661108 C6_chemical_C3 +LQ03X021800 Putative uncharacterized protein 4.655795549 L4_control_A1 +LQ03X021800 Putative uncharacterized protein 4.990581409 L4_control_A2 +LQ03X021800 Putative uncharacterized protein 4.818705775 L4_control_A3 +LQ03X021800 Putative uncharacterized protein 4.997982605 L4_control_B1 +LQ03X021800 Putative uncharacterized protein 4.552677915 L4_control_B2 +LQ03X021800 Putative uncharacterized protein 4.838697911 L4_control_B3 +LQ03X021800 Putative uncharacterized protein 4.748693099 L4_control_C2 +LQ03X021800 Putative uncharacterized protein 5.380868482 L4_control_C3 +LQ03X021800 Putative uncharacterized protein 4.941716911 L4_chemical_A1 +LQ03X021800 Putative uncharacterized protein 4.919212317 L4_chemical_A2 +LQ03X021800 Putative uncharacterized protein 4.726629384 L4_chemical_A3 +LQ03X021800 Putative uncharacterized protein 4.923625895 L4_chemical_B1 +LQ03X021800 Putative uncharacterized protein 4.955666361 L4_chemical_B2 +LQ03X021800 Putative uncharacterized protein 4.942550401 L4_chemical_B3 +LQ03X021800 Putative uncharacterized protein 5.45134765 L4_chemical_C2 +LQ03X021800 Putative uncharacterized protein 5.330964905 L4_chemical_C3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 12.04148847 C6_control_A1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 12.1695211 C6_control_A3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.62741263 C6_control_B1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.70072246 C6_control_B2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.73746185 C6_control_B3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.72295607 C6_control_C1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.80598299 C6_control_C2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.84939302 C6_control_C3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.9197659 C6_chemical_A1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 12.13797934 C6_chemical_A3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.58111933 C6_chemical_B1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.72188693 C6_chemical_B2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.90253939 C6_chemical_B3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.76313293 C6_chemical_C1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.78419862 C6_chemical_C2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 12.03960911 C6_chemical_C3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 12.03037186 L4_control_A1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.98161229 L4_control_A2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 12.11850753 L4_control_A3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.5246695 L4_control_B1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.70557383 L4_control_B2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.06038973 L4_control_B3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.64040508 L4_control_C2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.69722754 L4_control_C3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.40451329 L4_chemical_A1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.41491953 L4_chemical_A2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 12.07289707 L4_chemical_A3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.73269125 L4_chemical_B1 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.2541439 L4_chemical_B2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.18738882 L4_chemical_B3 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.32501385 L4_chemical_C2 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.69392879 L4_chemical_C3 +LQ03X021840 Putative Flavanone 3-dioxygenase 9.990043367 C6_control_A1 +LQ03X021840 Putative Flavanone 3-dioxygenase 11.2163159 C6_control_A3 +LQ03X021840 Putative Flavanone 3-dioxygenase 8.919639282 C6_control_B1 +LQ03X021840 Putative Flavanone 3-dioxygenase 8.96042191 C6_control_B2 +LQ03X021840 Putative Flavanone 3-dioxygenase 10.80095071 C6_control_B3 +LQ03X021840 Putative Flavanone 3-dioxygenase 10.77648575 C6_control_C1 +LQ03X021840 Putative Flavanone 3-dioxygenase 10.3257691 C6_control_C2 +LQ03X021840 Putative Flavanone 3-dioxygenase 12.04008118 C6_control_C3 +LQ03X021840 Putative Flavanone 3-dioxygenase 9.694222463 C6_chemical_A1 +LQ03X021840 Putative Flavanone 3-dioxygenase 12.59687063 C6_chemical_A3 +LQ03X021840 Putative Flavanone 3-dioxygenase 9.301575064 C6_chemical_B1 +LQ03X021840 Putative Flavanone 3-dioxygenase 10.18974053 C6_chemical_B2 +LQ03X021840 Putative Flavanone 3-dioxygenase 12.46866185 C6_chemical_B3 +LQ03X021840 Putative Flavanone 3-dioxygenase 11.39311133 C6_chemical_C1 +LQ03X021840 Putative Flavanone 3-dioxygenase 11.26838847 C6_chemical_C2 +LQ03X021840 Putative Flavanone 3-dioxygenase 13.65096828 C6_chemical_C3 +LQ03X021840 Putative Flavanone 3-dioxygenase 10.45565422 L4_control_A1 +LQ03X021840 Putative Flavanone 3-dioxygenase 9.484963509 L4_control_A2 +LQ03X021840 Putative Flavanone 3-dioxygenase 11.0391033 L4_control_A3 +LQ03X021840 Putative Flavanone 3-dioxygenase 11.24873786 L4_control_B1 +LQ03X021840 Putative Flavanone 3-dioxygenase 9.912228474 L4_control_B2 +LQ03X021840 Putative Flavanone 3-dioxygenase 12.84728531 L4_control_B3 +LQ03X021840 Putative Flavanone 3-dioxygenase 12.37153458 L4_control_C2 +LQ03X021840 Putative Flavanone 3-dioxygenase 13.54815863 L4_control_C3 +LQ03X021840 Putative Flavanone 3-dioxygenase 12.81602343 L4_chemical_A1 +LQ03X021840 Putative Flavanone 3-dioxygenase 11.6363115 L4_chemical_A2 +LQ03X021840 Putative Flavanone 3-dioxygenase 12.50969302 L4_chemical_A3 +LQ03X021840 Putative Flavanone 3-dioxygenase 13.29224013 L4_chemical_B1 +LQ03X021840 Putative Flavanone 3-dioxygenase 9.975795091 L4_chemical_B2 +LQ03X021840 Putative Flavanone 3-dioxygenase 11.78687548 L4_chemical_B3 +LQ03X021840 Putative Flavanone 3-dioxygenase 13.07874784 L4_chemical_C2 +LQ03X021840 Putative Flavanone 3-dioxygenase 13.91960901 L4_chemical_C3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.464988083 C6_control_A1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.161179071 C6_control_A3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.712054077 C6_control_B1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.137642868 C6_control_B2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.835766808 C6_control_B3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.370839284 C6_control_C1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 7.190336923 C6_control_C2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.230868912 C6_control_C3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.316280702 C6_chemical_A1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 4.984085415 C6_chemical_A3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 7.411930486 C6_chemical_B1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.855735917 C6_chemical_B2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.290174189 C6_chemical_B3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.463566209 C6_chemical_C1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.223686742 C6_chemical_C2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.37533843 C6_chemical_C3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.140602758 L4_control_A1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.317648062 L4_control_A2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 4.654007584 L4_control_A3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.011737555 L4_control_B1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.714187282 L4_control_B2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.906054509 L4_control_B3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 4.642280826 L4_control_C2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 6.007541305 L4_control_C3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.060309996 L4_chemical_A1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.334748135 L4_chemical_A2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.08865641 L4_chemical_A3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.558089713 L4_chemical_B1 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.170758085 L4_chemical_B2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.100264974 L4_chemical_B3 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.066008405 L4_chemical_C2 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.69247476 L4_chemical_C3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.68721298 C6_control_A1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.78858899 C6_control_A3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.3813403 C6_control_B1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.56162641 C6_control_B2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.42003104 C6_control_B3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.62239901 C6_control_C1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.60837926 C6_control_C2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.47786635 C6_control_C3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.87532084 C6_chemical_A1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.91450727 C6_chemical_A3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.37634261 C6_chemical_B1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.4700079 C6_chemical_B2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.29548608 C6_chemical_B3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.71302855 C6_chemical_C1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.45876675 C6_chemical_C2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.04120837 C6_chemical_C3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.64915338 L4_control_A1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.39976338 L4_control_A2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.68146498 L4_control_A3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 13.66475926 L4_control_B1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.34016696 L4_control_B2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 13.78155814 L4_control_B3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.32726386 L4_control_C2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 13.97916653 L4_control_C3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.32028366 L4_chemical_A1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.17406071 L4_chemical_A2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.06065376 L4_chemical_A3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.16457552 L4_chemical_B1 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.28399607 L4_chemical_B2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 13.91908597 L4_chemical_B3 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.02102882 L4_chemical_C2 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.1061934 L4_chemical_C3 +LQ03X021890 Putative uncharacterized protein 5.53339304 C6_control_A1 +LQ03X021890 Putative uncharacterized protein 5.57996135 C6_control_A3 +LQ03X021890 Putative uncharacterized protein 5.596898527 C6_control_B1 +LQ03X021890 Putative uncharacterized protein 6.248669942 C6_control_B2 +LQ03X021890 Putative uncharacterized protein 5.663639967 C6_control_B3 +LQ03X021890 Putative uncharacterized protein 5.642246889 C6_control_C1 +LQ03X021890 Putative uncharacterized protein 7.692498799 C6_control_C2 +LQ03X021890 Putative uncharacterized protein 6.046264795 C6_control_C3 +LQ03X021890 Putative uncharacterized protein 5.364177359 C6_chemical_A1 +LQ03X021890 Putative uncharacterized protein 5.508300009 C6_chemical_A3 +LQ03X021890 Putative uncharacterized protein 6.672068456 C6_chemical_B1 +LQ03X021890 Putative uncharacterized protein 6.040477553 C6_chemical_B2 +LQ03X021890 Putative uncharacterized protein 5.43864263 C6_chemical_B3 +LQ03X021890 Putative uncharacterized protein 6.079562718 C6_chemical_C1 +LQ03X021890 Putative uncharacterized protein 6.336628333 C6_chemical_C2 +LQ03X021890 Putative uncharacterized protein 5.697975901 C6_chemical_C3 +LQ03X021890 Putative uncharacterized protein 5.542595784 L4_control_A1 +LQ03X021890 Putative uncharacterized protein 5.346881386 L4_control_A2 +LQ03X021890 Putative uncharacterized protein 5.407881018 L4_control_A3 +LQ03X021890 Putative uncharacterized protein 5.422170817 L4_control_B1 +LQ03X021890 Putative uncharacterized protein 5.482172797 L4_control_B2 +LQ03X021890 Putative uncharacterized protein 5.841549296 L4_control_B3 +LQ03X021890 Putative uncharacterized protein 5.450004209 L4_control_C2 +LQ03X021890 Putative uncharacterized protein 6.211096511 L4_control_C3 +LQ03X021890 Putative uncharacterized protein 5.191063125 L4_chemical_A1 +LQ03X021890 Putative uncharacterized protein 6.111458028 L4_chemical_A2 +LQ03X021890 Putative uncharacterized protein 5.192488561 L4_chemical_A3 +LQ03X021890 Putative uncharacterized protein 5.493979386 L4_chemical_B1 +LQ03X021890 Putative uncharacterized protein 4.942080552 L4_chemical_B2 +LQ03X021890 Putative uncharacterized protein 6.075136201 L4_chemical_B3 +LQ03X021890 Putative uncharacterized protein 5.459261418 L4_chemical_C2 +LQ03X021890 Putative uncharacterized protein 6.292609183 L4_chemical_C3 +LQ03X021920 Putative uncharacterized protein 5.23812859 C6_control_A1 +LQ03X021920 Putative uncharacterized protein 5.744871212 C6_control_A3 +LQ03X021920 Putative uncharacterized protein 5.020196032 C6_control_B1 +LQ03X021920 Putative uncharacterized protein 5.674382943 C6_control_B2 +LQ03X021920 Putative uncharacterized protein 5.490345274 C6_control_B3 +LQ03X021920 Putative uncharacterized protein 5.276633048 C6_control_C1 +LQ03X021920 Putative uncharacterized protein 5.18857668 C6_control_C2 +LQ03X021920 Putative uncharacterized protein 4.958045257 C6_control_C3 +LQ03X021920 Putative uncharacterized protein 5.497973477 C6_chemical_A1 +LQ03X021920 Putative uncharacterized protein 5.729929925 C6_chemical_A3 +LQ03X021920 Putative uncharacterized protein 5.472749266 C6_chemical_B1 +LQ03X021920 Putative uncharacterized protein 6.153304366 C6_chemical_B2 +LQ03X021920 Putative uncharacterized protein 5.021221253 C6_chemical_B3 +LQ03X021920 Putative uncharacterized protein 5.028646792 C6_chemical_C1 +LQ03X021920 Putative uncharacterized protein 5.227064038 C6_chemical_C2 +LQ03X021920 Putative uncharacterized protein 5.426399437 C6_chemical_C3 +LQ03X021920 Putative uncharacterized protein 5.139650417 L4_control_A1 +LQ03X021920 Putative uncharacterized protein 5.618937637 L4_control_A2 +LQ03X021920 Putative uncharacterized protein 5.823258933 L4_control_A3 +LQ03X021920 Putative uncharacterized protein 6.439685585 L4_control_B1 +LQ03X021920 Putative uncharacterized protein 5.517532425 L4_control_B2 +LQ03X021920 Putative uncharacterized protein 5.554542327 L4_control_B3 +LQ03X021920 Putative uncharacterized protein 5.008781373 L4_control_C2 +LQ03X021920 Putative uncharacterized protein 5.841955613 L4_control_C3 +LQ03X021920 Putative uncharacterized protein 5.181987512 L4_chemical_A1 +LQ03X021920 Putative uncharacterized protein 5.56249562 L4_chemical_A2 +LQ03X021920 Putative uncharacterized protein 5.418538554 L4_chemical_A3 +LQ03X021920 Putative uncharacterized protein 5.516637143 L4_chemical_B1 +LQ03X021920 Putative uncharacterized protein 5.308915275 L4_chemical_B2 +LQ03X021920 Putative uncharacterized protein 5.639964568 L4_chemical_B3 +LQ03X021920 Putative uncharacterized protein 4.928297108 L4_chemical_C2 +LQ03X021920 Putative uncharacterized protein 5.271009073 L4_chemical_C3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.85620216 C6_control_A1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.71851881 C6_control_A3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.27607308 C6_control_B1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.44477506 C6_control_B2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.10550313 C6_control_B3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 10.87756639 C6_control_C1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 10.95290521 C6_control_C2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 10.55845406 C6_control_C3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.89278476 C6_chemical_A1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.87645087 C6_chemical_A3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.40145234 C6_chemical_B1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.63190498 C6_chemical_B2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.93114265 C6_chemical_B3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 10.81686561 C6_chemical_C1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 10.75919591 C6_chemical_C2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 10.63484108 C6_chemical_C3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.91581159 L4_control_A1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.42914489 L4_control_A2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.41598127 L4_control_A3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.4728775 L4_control_B1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.97106989 L4_control_B2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.65447661 L4_control_B3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.03879434 L4_control_C2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.34473483 L4_control_C3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.42054775 L4_chemical_A1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.56932815 L4_chemical_A2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.38848189 L4_chemical_A3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.82609661 L4_chemical_B1 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.68852903 L4_chemical_B2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.0787626 L4_chemical_B3 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.06573601 L4_chemical_C2 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 12.34727739 L4_chemical_C3 +LQ03X022040 Uncharacterized protein C16G5.07c 13.20648895 C6_control_A1 +LQ03X022040 Uncharacterized protein C16G5.07c 13.52085571 C6_control_A3 +LQ03X022040 Uncharacterized protein C16G5.07c 13.02869562 C6_control_B1 +LQ03X022040 Uncharacterized protein C16G5.07c 12.37025575 C6_control_B2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.74558179 C6_control_B3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.33591461 C6_control_C1 +LQ03X022040 Uncharacterized protein C16G5.07c 12.21753331 C6_control_C2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.49679327 C6_control_C3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.85997035 C6_chemical_A1 +LQ03X022040 Uncharacterized protein C16G5.07c 13.25373829 C6_chemical_A3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.59370229 C6_chemical_B1 +LQ03X022040 Uncharacterized protein C16G5.07c 11.92096036 C6_chemical_B2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.51655893 C6_chemical_B3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.20179377 C6_chemical_C1 +LQ03X022040 Uncharacterized protein C16G5.07c 12.15976861 C6_chemical_C2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.03251887 C6_chemical_C3 +LQ03X022040 Uncharacterized protein C16G5.07c 13.19814736 L4_control_A1 +LQ03X022040 Uncharacterized protein C16G5.07c 12.94767163 L4_control_A2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.85043426 L4_control_A3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.42239354 L4_control_B1 +LQ03X022040 Uncharacterized protein C16G5.07c 12.17134935 L4_control_B2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.40142648 L4_control_B3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.59208795 L4_control_C2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.52469081 L4_control_C3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.77419677 L4_chemical_A1 +LQ03X022040 Uncharacterized protein C16G5.07c 12.41823393 L4_chemical_A2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.83355281 L4_chemical_A3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.52147444 L4_chemical_B1 +LQ03X022040 Uncharacterized protein C16G5.07c 12.1135386 L4_chemical_B2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.54120974 L4_chemical_B3 +LQ03X022040 Uncharacterized protein C16G5.07c 12.78374562 L4_chemical_C2 +LQ03X022040 Uncharacterized protein C16G5.07c 12.66622472 L4_chemical_C3 +LQ03X022050 Hypothetical protein 10.90385189 C6_control_A1 +LQ03X022050 Hypothetical protein 11.3190256 C6_control_A3 +LQ03X022050 Hypothetical protein 11.04470608 C6_control_B1 +LQ03X022050 Hypothetical protein 10.44058147 C6_control_B2 +LQ03X022050 Hypothetical protein 11.01866977 C6_control_B3 +LQ03X022050 Hypothetical protein 9.56775267 C6_control_C1 +LQ03X022050 Hypothetical protein 8.453541614 C6_control_C2 +LQ03X022050 Hypothetical protein 8.580927159 C6_control_C3 +LQ03X022050 Hypothetical protein 11.31005499 C6_chemical_A1 +LQ03X022050 Hypothetical protein 10.81214481 C6_chemical_A3 +LQ03X022050 Hypothetical protein 11.27761328 C6_chemical_B1 +LQ03X022050 Hypothetical protein 10.35243523 C6_chemical_B2 +LQ03X022050 Hypothetical protein 10.62889597 C6_chemical_B3 +LQ03X022050 Hypothetical protein 9.840530937 C6_chemical_C1 +LQ03X022050 Hypothetical protein 9.317120859 C6_chemical_C2 +LQ03X022050 Hypothetical protein 8.536431635 C6_chemical_C3 +LQ03X022050 Hypothetical protein 10.86057712 L4_control_A1 +LQ03X022050 Hypothetical protein 11.59666284 L4_control_A2 +LQ03X022050 Hypothetical protein 11.37781545 L4_control_A3 +LQ03X022050 Hypothetical protein 11.44974935 L4_control_B1 +LQ03X022050 Hypothetical protein 11.34131213 L4_control_B2 +LQ03X022050 Hypothetical protein 9.732147014 L4_control_B3 +LQ03X022050 Hypothetical protein 8.849166292 L4_control_C2 +LQ03X022050 Hypothetical protein 9.181314592 L4_control_C3 +LQ03X022050 Hypothetical protein 11.0089106 L4_chemical_A1 +LQ03X022050 Hypothetical protein 11.99094187 L4_chemical_A2 +LQ03X022050 Hypothetical protein 11.37537996 L4_chemical_A3 +LQ03X022050 Hypothetical protein 11.89789637 L4_chemical_B1 +LQ03X022050 Hypothetical protein 11.90108139 L4_chemical_B2 +LQ03X022050 Hypothetical protein 10.56165504 L4_chemical_B3 +LQ03X022050 Hypothetical protein 9.658236702 L4_chemical_C2 +LQ03X022050 Hypothetical protein 9.269488533 L4_chemical_C3 +LQ03X022100 Putative uncharacterized protein 14.16476348 C6_control_A1 +LQ03X022100 Putative uncharacterized protein 14.08909668 C6_control_A3 +LQ03X022100 Putative uncharacterized protein 13.27092751 C6_control_B1 +LQ03X022100 Putative uncharacterized protein 12.6579314 C6_control_B2 +LQ03X022100 Putative uncharacterized protein 12.92590309 C6_control_B3 +LQ03X022100 Putative uncharacterized protein 12.22654043 C6_control_C1 +LQ03X022100 Putative uncharacterized protein 12.13201279 C6_control_C2 +LQ03X022100 Putative uncharacterized protein 12.41382846 C6_control_C3 +LQ03X022100 Putative uncharacterized protein 14.1794534 C6_chemical_A1 +LQ03X022100 Putative uncharacterized protein 14.28657893 C6_chemical_A3 +LQ03X022100 Putative uncharacterized protein 13.27302099 C6_chemical_B1 +LQ03X022100 Putative uncharacterized protein 12.55818267 C6_chemical_B2 +LQ03X022100 Putative uncharacterized protein 12.84289092 C6_chemical_B3 +LQ03X022100 Putative uncharacterized protein 12.50171244 C6_chemical_C1 +LQ03X022100 Putative uncharacterized protein 11.9682288 C6_chemical_C2 +LQ03X022100 Putative uncharacterized protein 12.72361299 C6_chemical_C3 +LQ03X022100 Putative uncharacterized protein 14.24463915 L4_control_A1 +LQ03X022100 Putative uncharacterized protein 14.10311664 L4_control_A2 +LQ03X022100 Putative uncharacterized protein 14.30023975 L4_control_A3 +LQ03X022100 Putative uncharacterized protein 13.20494367 L4_control_B1 +LQ03X022100 Putative uncharacterized protein 13.32412447 L4_control_B2 +LQ03X022100 Putative uncharacterized protein 12.73800015 L4_control_B3 +LQ03X022100 Putative uncharacterized protein 12.62251818 L4_control_C2 +LQ03X022100 Putative uncharacterized protein 12.34090157 L4_control_C3 +LQ03X022100 Putative uncharacterized protein 14.35256916 L4_chemical_A1 +LQ03X022100 Putative uncharacterized protein 13.47416225 L4_chemical_A2 +LQ03X022100 Putative uncharacterized protein 14.36247133 L4_chemical_A3 +LQ03X022100 Putative uncharacterized protein 13.51624542 L4_chemical_B1 +LQ03X022100 Putative uncharacterized protein 13.32161405 L4_chemical_B2 +LQ03X022100 Putative uncharacterized protein 13.49565624 L4_chemical_B3 +LQ03X022100 Putative uncharacterized protein 12.51513695 L4_chemical_C2 +LQ03X022100 Putative uncharacterized protein 12.7416023 L4_chemical_C3 +LQ03X022110 Hypothetical protein 5.776538397 C6_control_A1 +LQ03X022110 Hypothetical protein 5.773233447 C6_control_A3 +LQ03X022110 Hypothetical protein 5.741798864 C6_control_B1 +LQ03X022110 Hypothetical protein 5.587954987 C6_control_B2 +LQ03X022110 Hypothetical protein 5.737949113 C6_control_B3 +LQ03X022110 Hypothetical protein 5.774508779 C6_control_C1 +LQ03X022110 Hypothetical protein 6.252779683 C6_control_C2 +LQ03X022110 Hypothetical protein 5.523203571 C6_control_C3 +LQ03X022110 Hypothetical protein 5.683715452 C6_chemical_A1 +LQ03X022110 Hypothetical protein 5.537266919 C6_chemical_A3 +LQ03X022110 Hypothetical protein 5.67034986 C6_chemical_B1 +LQ03X022110 Hypothetical protein 5.492192965 C6_chemical_B2 +LQ03X022110 Hypothetical protein 5.66616766 C6_chemical_B3 +LQ03X022110 Hypothetical protein 5.705754977 C6_chemical_C1 +LQ03X022110 Hypothetical protein 5.788822879 C6_chemical_C2 +LQ03X022110 Hypothetical protein 5.404814644 C6_chemical_C3 +LQ03X022110 Hypothetical protein 5.646918512 L4_control_A1 +LQ03X022110 Hypothetical protein 5.591512742 L4_control_A2 +LQ03X022110 Hypothetical protein 5.332507188 L4_control_A3 +LQ03X022110 Hypothetical protein 5.188026584 L4_control_B1 +LQ03X022110 Hypothetical protein 5.700738131 L4_control_B2 +LQ03X022110 Hypothetical protein 5.712379406 L4_control_B3 +LQ03X022110 Hypothetical protein 5.798309227 L4_control_C2 +LQ03X022110 Hypothetical protein 5.120936652 L4_control_C3 +LQ03X022110 Hypothetical protein 5.623595107 L4_chemical_A1 +LQ03X022110 Hypothetical protein 5.324735677 L4_chemical_A2 +LQ03X022110 Hypothetical protein 5.506279684 L4_chemical_A3 +LQ03X022110 Hypothetical protein 5.794536083 L4_chemical_B1 +LQ03X022110 Hypothetical protein 6.012444197 L4_chemical_B2 +LQ03X022110 Hypothetical protein 5.708322656 L4_chemical_B3 +LQ03X022110 Hypothetical protein 5.358567947 L4_chemical_C2 +LQ03X022110 Hypothetical protein 5.905751983 L4_chemical_C3 +LQ03X022140 Protein translocase, putative 5.84901732 C6_control_A1 +LQ03X022140 Protein translocase, putative 6.430244535 C6_control_A3 +LQ03X022140 Protein translocase, putative 5.273677682 C6_control_B1 +LQ03X022140 Protein translocase, putative 5.756139801 C6_control_B2 +LQ03X022140 Protein translocase, putative 5.399393894 C6_control_B3 +LQ03X022140 Protein translocase, putative 5.949066272 C6_control_C1 +LQ03X022140 Protein translocase, putative 6.125989313 C6_control_C2 +LQ03X022140 Protein translocase, putative 6.015472065 C6_control_C3 +LQ03X022140 Protein translocase, putative 5.647755844 C6_chemical_A1 +LQ03X022140 Protein translocase, putative 5.873021839 C6_chemical_A3 +LQ03X022140 Protein translocase, putative 5.573066005 C6_chemical_B1 +LQ03X022140 Protein translocase, putative 5.546766683 C6_chemical_B2 +LQ03X022140 Protein translocase, putative 5.75542859 C6_chemical_B3 +LQ03X022140 Protein translocase, putative 6.292348221 C6_chemical_C1 +LQ03X022140 Protein translocase, putative 5.900243188 C6_chemical_C2 +LQ03X022140 Protein translocase, putative 5.629768532 C6_chemical_C3 +LQ03X022140 Protein translocase, putative 5.943507882 L4_control_A1 +LQ03X022140 Protein translocase, putative 6.028263212 L4_control_A2 +LQ03X022140 Protein translocase, putative 6.565633937 L4_control_A3 +LQ03X022140 Protein translocase, putative 5.456836008 L4_control_B1 +LQ03X022140 Protein translocase, putative 5.45694674 L4_control_B2 +LQ03X022140 Protein translocase, putative 5.297112401 L4_control_B3 +LQ03X022140 Protein translocase, putative 5.399281788 L4_control_C2 +LQ03X022140 Protein translocase, putative 5.816977145 L4_control_C3 +LQ03X022140 Protein translocase, putative 5.446608242 L4_chemical_A1 +LQ03X022140 Protein translocase, putative 5.573992805 L4_chemical_A2 +LQ03X022140 Protein translocase, putative 5.886682115 L4_chemical_A3 +LQ03X022140 Protein translocase, putative 5.714233873 L4_chemical_B1 +LQ03X022140 Protein translocase, putative 5.318455286 L4_chemical_B2 +LQ03X022140 Protein translocase, putative 5.237407843 L4_chemical_B3 +LQ03X022140 Protein translocase, putative 6.442619136 L4_chemical_C2 +LQ03X022140 Protein translocase, putative 5.960163605 L4_chemical_C3 +LQ03X022150 Putative uncharacterized protein 6.243149514 C6_control_A1 +LQ03X022150 Putative uncharacterized protein 6.136063506 C6_control_A3 +LQ03X022150 Putative uncharacterized protein 6.249041274 C6_control_B1 +LQ03X022150 Putative uncharacterized protein 6.628091381 C6_control_B2 +LQ03X022150 Putative uncharacterized protein 6.622864315 C6_control_B3 +LQ03X022150 Putative uncharacterized protein 6.742291694 C6_control_C1 +LQ03X022150 Putative uncharacterized protein 6.943178051 C6_control_C2 +LQ03X022150 Putative uncharacterized protein 7.824058211 C6_control_C3 +LQ03X022150 Putative uncharacterized protein 6.128911956 C6_chemical_A1 +LQ03X022150 Putative uncharacterized protein 6.039159489 C6_chemical_A3 +LQ03X022150 Putative uncharacterized protein 6.263985532 C6_chemical_B1 +LQ03X022150 Putative uncharacterized protein 6.414431955 C6_chemical_B2 +LQ03X022150 Putative uncharacterized protein 6.45277869 C6_chemical_B3 +LQ03X022150 Putative uncharacterized protein 7.326154985 C6_chemical_C1 +LQ03X022150 Putative uncharacterized protein 8.057707199 C6_chemical_C2 +LQ03X022150 Putative uncharacterized protein 7.319719534 C6_chemical_C3 +LQ03X022150 Putative uncharacterized protein 5.623412062 L4_control_A1 +LQ03X022150 Putative uncharacterized protein 5.469522267 L4_control_A2 +LQ03X022150 Putative uncharacterized protein 6.042571443 L4_control_A3 +LQ03X022150 Putative uncharacterized protein 6.611866317 L4_control_B1 +LQ03X022150 Putative uncharacterized protein 6.354921349 L4_control_B2 +LQ03X022150 Putative uncharacterized protein 7.277529291 L4_control_B3 +LQ03X022150 Putative uncharacterized protein 6.871206897 L4_control_C2 +LQ03X022150 Putative uncharacterized protein 6.638798858 L4_control_C3 +LQ03X022150 Putative uncharacterized protein 5.941241176 L4_chemical_A1 +LQ03X022150 Putative uncharacterized protein 6.055213012 L4_chemical_A2 +LQ03X022150 Putative uncharacterized protein 5.832250671 L4_chemical_A3 +LQ03X022150 Putative uncharacterized protein 6.786542251 L4_chemical_B1 +LQ03X022150 Putative uncharacterized protein 6.615316363 L4_chemical_B2 +LQ03X022150 Putative uncharacterized protein 6.772846198 L4_chemical_B3 +LQ03X022150 Putative uncharacterized protein 7.197936206 L4_chemical_C2 +LQ03X022150 Putative uncharacterized protein 7.711833913 L4_chemical_C3 +LQ03X022170 Putative uncharacterized protein 10.61674041 C6_control_A1 +LQ03X022170 Putative uncharacterized protein 10.10040649 C6_control_A3 +LQ03X022170 Putative uncharacterized protein 11.2225316 C6_control_B1 +LQ03X022170 Putative uncharacterized protein 10.7572198 C6_control_B2 +LQ03X022170 Putative uncharacterized protein 11.04264802 C6_control_B3 +LQ03X022170 Putative uncharacterized protein 10.74776194 C6_control_C1 +LQ03X022170 Putative uncharacterized protein 10.67258942 C6_control_C2 +LQ03X022170 Putative uncharacterized protein 10.61453395 C6_control_C3 +LQ03X022170 Putative uncharacterized protein 10.87212739 C6_chemical_A1 +LQ03X022170 Putative uncharacterized protein 10.53811989 C6_chemical_A3 +LQ03X022170 Putative uncharacterized protein 11.54433232 C6_chemical_B1 +LQ03X022170 Putative uncharacterized protein 10.73238954 C6_chemical_B2 +LQ03X022170 Putative uncharacterized protein 11.37204536 C6_chemical_B3 +LQ03X022170 Putative uncharacterized protein 10.66680298 C6_chemical_C1 +LQ03X022170 Putative uncharacterized protein 10.65428386 C6_chemical_C2 +LQ03X022170 Putative uncharacterized protein 10.85089673 C6_chemical_C3 +LQ03X022170 Putative uncharacterized protein 10.33086857 L4_control_A1 +LQ03X022170 Putative uncharacterized protein 10.26574826 L4_control_A2 +LQ03X022170 Putative uncharacterized protein 10.76701221 L4_control_A3 +LQ03X022170 Putative uncharacterized protein 10.82298159 L4_control_B1 +LQ03X022170 Putative uncharacterized protein 11.23521821 L4_control_B2 +LQ03X022170 Putative uncharacterized protein 11.2791703 L4_control_B3 +LQ03X022170 Putative uncharacterized protein 11.47142376 L4_control_C2 +LQ03X022170 Putative uncharacterized protein 11.5882381 L4_control_C3 +LQ03X022170 Putative uncharacterized protein 10.38112892 L4_chemical_A1 +LQ03X022170 Putative uncharacterized protein 10.12327406 L4_chemical_A2 +LQ03X022170 Putative uncharacterized protein 10.77778459 L4_chemical_A3 +LQ03X022170 Putative uncharacterized protein 10.70831069 L4_chemical_B1 +LQ03X022170 Putative uncharacterized protein 10.73483865 L4_chemical_B2 +LQ03X022170 Putative uncharacterized protein 10.81625267 L4_chemical_B3 +LQ03X022170 Putative uncharacterized protein 11.35704533 L4_chemical_C2 +LQ03X022170 Putative uncharacterized protein 11.33275168 L4_chemical_C3 +LQ03X022190 Hypothetical protein 13.41767538 C6_control_A1 +LQ03X022190 Hypothetical protein 13.53639594 C6_control_A3 +LQ03X022190 Hypothetical protein 13.27554451 C6_control_B1 +LQ03X022190 Hypothetical protein 12.54299481 C6_control_B2 +LQ03X022190 Hypothetical protein 12.53018716 C6_control_B3 +LQ03X022190 Hypothetical protein 11.35601226 C6_control_C1 +LQ03X022190 Hypothetical protein 11.35273575 C6_control_C2 +LQ03X022190 Hypothetical protein 11.19499275 C6_control_C3 +LQ03X022190 Hypothetical protein 13.45240492 C6_chemical_A1 +LQ03X022190 Hypothetical protein 13.74043424 C6_chemical_A3 +LQ03X022190 Hypothetical protein 13.13497803 C6_chemical_B1 +LQ03X022190 Hypothetical protein 12.58601456 C6_chemical_B2 +LQ03X022190 Hypothetical protein 12.30405786 C6_chemical_B3 +LQ03X022190 Hypothetical protein 11.16730674 C6_chemical_C1 +LQ03X022190 Hypothetical protein 11.62216695 C6_chemical_C2 +LQ03X022190 Hypothetical protein 10.86536561 C6_chemical_C3 +LQ03X022190 Hypothetical protein 12.90891867 L4_control_A1 +LQ03X022190 Hypothetical protein 12.43624053 L4_control_A2 +LQ03X022190 Hypothetical protein 12.11317809 L4_control_A3 +LQ03X022190 Hypothetical protein 12.55061778 L4_control_B1 +LQ03X022190 Hypothetical protein 12.67229326 L4_control_B2 +LQ03X022190 Hypothetical protein 10.91868194 L4_control_B3 +LQ03X022190 Hypothetical protein 11.66513865 L4_control_C2 +LQ03X022190 Hypothetical protein 11.09697798 L4_control_C3 +LQ03X022190 Hypothetical protein 13.24093514 L4_chemical_A1 +LQ03X022190 Hypothetical protein 13.33871358 L4_chemical_A2 +LQ03X022190 Hypothetical protein 12.30089851 L4_chemical_A3 +LQ03X022190 Hypothetical protein 12.92920788 L4_chemical_B1 +LQ03X022190 Hypothetical protein 12.77693867 L4_chemical_B2 +LQ03X022190 Hypothetical protein 12.30848385 L4_chemical_B3 +LQ03X022190 Hypothetical protein 11.80511436 L4_chemical_C2 +LQ03X022190 Hypothetical protein 11.52218398 L4_chemical_C3 +LQ03X022200 Probable aquaporin NIP5-1 5.334620655 C6_control_A1 +LQ03X022200 Probable aquaporin NIP5-1 5.766187305 C6_control_A3 +LQ03X022200 Probable aquaporin NIP5-1 5.455305575 C6_control_B1 +LQ03X022200 Probable aquaporin NIP5-1 5.751173986 C6_control_B2 +LQ03X022200 Probable aquaporin NIP5-1 5.943283908 C6_control_B3 +LQ03X022200 Probable aquaporin NIP5-1 5.310113516 C6_control_C1 +LQ03X022200 Probable aquaporin NIP5-1 5.461819792 C6_control_C2 +LQ03X022200 Probable aquaporin NIP5-1 6.134232085 C6_control_C3 +LQ03X022200 Probable aquaporin NIP5-1 5.418604872 C6_chemical_A1 +LQ03X022200 Probable aquaporin NIP5-1 5.429281755 C6_chemical_A3 +LQ03X022200 Probable aquaporin NIP5-1 5.455519287 C6_chemical_B1 +LQ03X022200 Probable aquaporin NIP5-1 5.850032264 C6_chemical_B2 +LQ03X022200 Probable aquaporin NIP5-1 6.22665664 C6_chemical_B3 +LQ03X022200 Probable aquaporin NIP5-1 5.461699067 C6_chemical_C1 +LQ03X022200 Probable aquaporin NIP5-1 5.930962177 C6_chemical_C2 +LQ03X022200 Probable aquaporin NIP5-1 5.789096272 C6_chemical_C3 +LQ03X022200 Probable aquaporin NIP5-1 5.622715616 L4_control_A1 +LQ03X022200 Probable aquaporin NIP5-1 5.282217841 L4_control_A2 +LQ03X022200 Probable aquaporin NIP5-1 5.855039018 L4_control_A3 +LQ03X022200 Probable aquaporin NIP5-1 7.210954317 L4_control_B1 +LQ03X022200 Probable aquaporin NIP5-1 5.847814551 L4_control_B2 +LQ03X022200 Probable aquaporin NIP5-1 5.437847898 L4_control_B3 +LQ03X022200 Probable aquaporin NIP5-1 5.019543232 L4_control_C2 +LQ03X022200 Probable aquaporin NIP5-1 6.164351274 L4_control_C3 +LQ03X022200 Probable aquaporin NIP5-1 5.477950794 L4_chemical_A1 +LQ03X022200 Probable aquaporin NIP5-1 5.48794067 L4_chemical_A2 +LQ03X022200 Probable aquaporin NIP5-1 5.702617171 L4_chemical_A3 +LQ03X022200 Probable aquaporin NIP5-1 6.072925869 L4_chemical_B1 +LQ03X022200 Probable aquaporin NIP5-1 5.616256666 L4_chemical_B2 +LQ03X022200 Probable aquaporin NIP5-1 5.457678909 L4_chemical_B3 +LQ03X022200 Probable aquaporin NIP5-1 5.013347073 L4_chemical_C2 +LQ03X022200 Probable aquaporin NIP5-1 5.37378546 L4_chemical_C3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.72548605 C6_control_A1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 13.2551335 C6_control_A3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.55152161 C6_control_B1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.41625548 C6_control_B2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.5062066 C6_control_B3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.12772373 C6_control_C1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.19824323 C6_control_C2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 10.51586786 C6_control_C3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.73568624 C6_chemical_A1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.89295815 C6_chemical_A3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.59521581 C6_chemical_B1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.28419339 C6_chemical_B2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.90838459 C6_chemical_B3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.35413606 C6_chemical_C1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.00239508 C6_chemical_C2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 9.651728246 C6_chemical_C3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.86391019 L4_control_A1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 13.03475919 L4_control_A2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 13.04284099 L4_control_A3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.47943034 L4_control_B1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.74843862 L4_control_B2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.86690075 L4_control_B3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.43045468 L4_control_C2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.07666425 L4_control_C3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.23323279 L4_chemical_A1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.57939418 L4_chemical_A2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.80471193 L4_chemical_A3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.57471447 L4_chemical_B1 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 13.0664406 L4_chemical_B2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.1242726 L4_chemical_B3 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.63415421 L4_chemical_C2 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 11.24935097 L4_chemical_C3 +LQ03X022220 Hypothetical protein 6.00220803 C6_control_A1 +LQ03X022220 Hypothetical protein 6.09241688 C6_control_A3 +LQ03X022220 Hypothetical protein 6.269866363 C6_control_B1 +LQ03X022220 Hypothetical protein 6.281691873 C6_control_B2 +LQ03X022220 Hypothetical protein 6.219630957 C6_control_B3 +LQ03X022220 Hypothetical protein 5.58763503 C6_control_C1 +LQ03X022220 Hypothetical protein 5.558048813 C6_control_C2 +LQ03X022220 Hypothetical protein 5.881796457 C6_control_C3 +LQ03X022220 Hypothetical protein 6.114086506 C6_chemical_A1 +LQ03X022220 Hypothetical protein 5.92927837 C6_chemical_A3 +LQ03X022220 Hypothetical protein 6.132055982 C6_chemical_B1 +LQ03X022220 Hypothetical protein 6.32302681 C6_chemical_B2 +LQ03X022220 Hypothetical protein 6.464320957 C6_chemical_B3 +LQ03X022220 Hypothetical protein 5.269939979 C6_chemical_C1 +LQ03X022220 Hypothetical protein 5.471776617 C6_chemical_C2 +LQ03X022220 Hypothetical protein 5.565899918 C6_chemical_C3 +LQ03X022220 Hypothetical protein 6.068692866 L4_control_A1 +LQ03X022220 Hypothetical protein 5.778118102 L4_control_A2 +LQ03X022220 Hypothetical protein 6.739703803 L4_control_A3 +LQ03X022220 Hypothetical protein 6.283770791 L4_control_B1 +LQ03X022220 Hypothetical protein 6.080744201 L4_control_B2 +LQ03X022220 Hypothetical protein 6.037918953 L4_control_B3 +LQ03X022220 Hypothetical protein 6.36294768 L4_control_C2 +LQ03X022220 Hypothetical protein 6.097684761 L4_control_C3 +LQ03X022220 Hypothetical protein 5.942411146 L4_chemical_A1 +LQ03X022220 Hypothetical protein 6.176756594 L4_chemical_A2 +LQ03X022220 Hypothetical protein 7.157329668 L4_chemical_A3 +LQ03X022220 Hypothetical protein 6.093428023 L4_chemical_B1 +LQ03X022220 Hypothetical protein 6.114145982 L4_chemical_B2 +LQ03X022220 Hypothetical protein 5.906176676 L4_chemical_B3 +LQ03X022220 Hypothetical protein 6.43500451 L4_chemical_C2 +LQ03X022220 Hypothetical protein 5.485609568 L4_chemical_C3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 11.42971358 C6_control_A1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 12.20514759 C6_control_A3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.24495264 C6_control_B1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 9.33961363 C6_control_B2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 9.184156421 C6_control_B3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 7.293667051 C6_control_C1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 6.806210861 C6_control_C2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 7.569970834 C6_control_C3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.82902273 C6_chemical_A1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 11.85398162 C6_chemical_A3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 9.624131186 C6_chemical_B1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 8.951180427 C6_chemical_B2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 8.640416922 C6_chemical_B3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 7.44896296 C6_chemical_C1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 6.654332039 C6_chemical_C2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 6.653164188 C6_chemical_C3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 11.20655212 L4_control_A1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.8050169 L4_control_A2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.55239487 L4_control_A3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 9.20674132 L4_control_B1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.23108064 L4_control_B2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 7.911951682 L4_control_B3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 5.758924166 L4_control_C2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 5.751052708 L4_control_C3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.55464221 L4_chemical_A1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.16661454 L4_chemical_A2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.89042037 L4_chemical_A3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 9.873089976 L4_chemical_B1 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.24766134 L4_chemical_B2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 8.945693789 L4_chemical_B3 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 5.435495075 L4_chemical_C2 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 5.382171184 L4_chemical_C3 +LQ03X022240 Hypothetical protein 6.263989316 C6_control_A1 +LQ03X022240 Hypothetical protein 6.969882612 C6_control_A3 +LQ03X022240 Hypothetical protein 5.857390727 C6_control_B1 +LQ03X022240 Hypothetical protein 5.158887281 C6_control_B2 +LQ03X022240 Hypothetical protein 5.689361338 C6_control_B3 +LQ03X022240 Hypothetical protein 5.69310654 C6_control_C1 +LQ03X022240 Hypothetical protein 4.839043928 C6_control_C2 +LQ03X022240 Hypothetical protein 5.948706586 C6_control_C3 +LQ03X022240 Hypothetical protein 6.472866268 C6_chemical_A1 +LQ03X022240 Hypothetical protein 6.254963127 C6_chemical_A3 +LQ03X022240 Hypothetical protein 6.10355651 C6_chemical_B1 +LQ03X022240 Hypothetical protein 5.474281081 C6_chemical_B2 +LQ03X022240 Hypothetical protein 5.913617395 C6_chemical_B3 +LQ03X022240 Hypothetical protein 5.681178914 C6_chemical_C1 +LQ03X022240 Hypothetical protein 4.840528112 C6_chemical_C2 +LQ03X022240 Hypothetical protein 6.087074142 C6_chemical_C3 +LQ03X022240 Hypothetical protein 7.32325018 L4_control_A1 +LQ03X022240 Hypothetical protein 6.819763924 L4_control_A2 +LQ03X022240 Hypothetical protein 7.684109002 L4_control_A3 +LQ03X022240 Hypothetical protein 8.303620754 L4_control_B1 +LQ03X022240 Hypothetical protein 6.990153048 L4_control_B2 +LQ03X022240 Hypothetical protein 5.319972675 L4_control_B3 +LQ03X022240 Hypothetical protein 8.180170068 L4_control_C2 +LQ03X022240 Hypothetical protein 6.969272057 L4_control_C3 +LQ03X022240 Hypothetical protein 7.150178189 L4_chemical_A1 +LQ03X022240 Hypothetical protein 6.716547591 L4_chemical_A2 +LQ03X022240 Hypothetical protein 7.348821594 L4_chemical_A3 +LQ03X022240 Hypothetical protein 7.162766396 L4_chemical_B1 +LQ03X022240 Hypothetical protein 7.097417903 L4_chemical_B2 +LQ03X022240 Hypothetical protein 5.487103052 L4_chemical_B3 +LQ03X022240 Hypothetical protein 9.248058652 L4_chemical_C2 +LQ03X022240 Hypothetical protein 7.526724125 L4_chemical_C3 +LQ03X022250 Transcription factor, putative 11.5327367 C6_control_A1 +LQ03X022250 Transcription factor, putative 11.21885153 C6_control_A3 +LQ03X022250 Transcription factor, putative 12.5725254 C6_control_B1 +LQ03X022250 Transcription factor, putative 12.95349118 C6_control_B2 +LQ03X022250 Transcription factor, putative 12.76892657 C6_control_B3 +LQ03X022250 Transcription factor, putative 12.24397887 C6_control_C1 +LQ03X022250 Transcription factor, putative 12.3401237 C6_control_C2 +LQ03X022250 Transcription factor, putative 12.54201846 C6_control_C3 +LQ03X022250 Transcription factor, putative 11.28092302 C6_chemical_A1 +LQ03X022250 Transcription factor, putative 10.91290468 C6_chemical_A3 +LQ03X022250 Transcription factor, putative 12.36456641 C6_chemical_B1 +LQ03X022250 Transcription factor, putative 12.44752652 C6_chemical_B2 +LQ03X022250 Transcription factor, putative 12.39304272 C6_chemical_B3 +LQ03X022250 Transcription factor, putative 12.27517477 C6_chemical_C1 +LQ03X022250 Transcription factor, putative 12.24324872 C6_chemical_C2 +LQ03X022250 Transcription factor, putative 12.63364964 C6_chemical_C3 +LQ03X022250 Transcription factor, putative 10.93423986 L4_control_A1 +LQ03X022250 Transcription factor, putative 11.20863274 L4_control_A2 +LQ03X022250 Transcription factor, putative 11.09811754 L4_control_A3 +LQ03X022250 Transcription factor, putative 13.18350797 L4_control_B1 +LQ03X022250 Transcription factor, putative 12.86432697 L4_control_B2 +LQ03X022250 Transcription factor, putative 12.38003457 L4_control_B3 +LQ03X022250 Transcription factor, putative 11.80857912 L4_control_C2 +LQ03X022250 Transcription factor, putative 12.0726857 L4_control_C3 +LQ03X022250 Transcription factor, putative 11.05943606 L4_chemical_A1 +LQ03X022250 Transcription factor, putative 11.27371724 L4_chemical_A2 +LQ03X022250 Transcription factor, putative 11.25699692 L4_chemical_A3 +LQ03X022250 Transcription factor, putative 12.64208888 L4_chemical_B1 +LQ03X022250 Transcription factor, putative 12.58055682 L4_chemical_B2 +LQ03X022250 Transcription factor, putative 12.60923498 L4_chemical_B3 +LQ03X022250 Transcription factor, putative 11.85355833 L4_chemical_C2 +LQ03X022250 Transcription factor, putative 12.14458389 L4_chemical_C3 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.59675699 C6_control_A1 +LQ03X022260 Putative Transmembrane protein 120 homolog 5.89115425 C6_control_A3 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.350308493 C6_control_B1 +LQ03X022260 Putative Transmembrane protein 120 homolog 7.004345317 C6_control_B2 +LQ03X022260 Putative Transmembrane protein 120 homolog 5.975161989 C6_control_B3 +LQ03X022260 Putative Transmembrane protein 120 homolog 8.618431637 C6_control_C1 +LQ03X022260 Putative Transmembrane protein 120 homolog 8.299855334 C6_control_C2 +LQ03X022260 Putative Transmembrane protein 120 homolog 8.342059013 C6_control_C3 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.47353737 C6_chemical_A1 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.077696216 C6_chemical_A3 +LQ03X022260 Putative Transmembrane protein 120 homolog 5.704669994 C6_chemical_B1 +LQ03X022260 Putative Transmembrane protein 120 homolog 7.590160406 C6_chemical_B2 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.119318966 C6_chemical_B3 +LQ03X022260 Putative Transmembrane protein 120 homolog 8.981345579 C6_chemical_C1 +LQ03X022260 Putative Transmembrane protein 120 homolog 9.160103678 C6_chemical_C2 +LQ03X022260 Putative Transmembrane protein 120 homolog 8.800829605 C6_chemical_C3 +LQ03X022260 Putative Transmembrane protein 120 homolog 7.096079135 L4_control_A1 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.801254414 L4_control_A2 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.814044674 L4_control_A3 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.176321152 L4_control_B1 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.350197495 L4_control_B2 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.686021591 L4_control_B3 +LQ03X022260 Putative Transmembrane protein 120 homolog 7.614303299 L4_control_C2 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.947292207 L4_control_C3 +LQ03X022260 Putative Transmembrane protein 120 homolog 7.460752066 L4_chemical_A1 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.920440127 L4_chemical_A2 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.947669165 L4_chemical_A3 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.150935184 L4_chemical_B1 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.371698052 L4_chemical_B2 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.538789248 L4_chemical_B3 +LQ03X022260 Putative Transmembrane protein 120 homolog 7.399974078 L4_chemical_C2 +LQ03X022260 Putative Transmembrane protein 120 homolog 7.96853603 L4_chemical_C3 +LQ03X022270 Probable methyltransferase PMT18 7.74621512 C6_control_A1 +LQ03X022270 Probable methyltransferase PMT18 7.605283071 C6_control_A3 +LQ03X022270 Probable methyltransferase PMT18 8.023463186 C6_control_B1 +LQ03X022270 Probable methyltransferase PMT18 7.098777427 C6_control_B2 +LQ03X022270 Probable methyltransferase PMT18 7.689096386 C6_control_B3 +LQ03X022270 Probable methyltransferase PMT18 7.928575094 C6_control_C1 +LQ03X022270 Probable methyltransferase PMT18 6.714704072 C6_control_C2 +LQ03X022270 Probable methyltransferase PMT18 7.585557963 C6_control_C3 +LQ03X022270 Probable methyltransferase PMT18 7.672724497 C6_chemical_A1 +LQ03X022270 Probable methyltransferase PMT18 7.936347467 C6_chemical_A3 +LQ03X022270 Probable methyltransferase PMT18 7.726586017 C6_chemical_B1 +LQ03X022270 Probable methyltransferase PMT18 6.853352244 C6_chemical_B2 +LQ03X022270 Probable methyltransferase PMT18 7.127992972 C6_chemical_B3 +LQ03X022270 Probable methyltransferase PMT18 7.236222565 C6_chemical_C1 +LQ03X022270 Probable methyltransferase PMT18 6.148935033 C6_chemical_C2 +LQ03X022270 Probable methyltransferase PMT18 7.142133846 C6_chemical_C3 +LQ03X022270 Probable methyltransferase PMT18 8.526247007 L4_control_A1 +LQ03X022270 Probable methyltransferase PMT18 7.747152769 L4_control_A2 +LQ03X022270 Probable methyltransferase PMT18 9.163714359 L4_control_A3 +LQ03X022270 Probable methyltransferase PMT18 7.878198356 L4_control_B1 +LQ03X022270 Probable methyltransferase PMT18 8.805458299 L4_control_B2 +LQ03X022270 Probable methyltransferase PMT18 8.328005705 L4_control_B3 +LQ03X022270 Probable methyltransferase PMT18 7.60495737 L4_control_C2 +LQ03X022270 Probable methyltransferase PMT18 8.12074064 L4_control_C3 +LQ03X022270 Probable methyltransferase PMT18 7.516271871 L4_chemical_A1 +LQ03X022270 Probable methyltransferase PMT18 7.157069772 L4_chemical_A2 +LQ03X022270 Probable methyltransferase PMT18 8.360658049 L4_chemical_A3 +LQ03X022270 Probable methyltransferase PMT18 7.869309914 L4_chemical_B1 +LQ03X022270 Probable methyltransferase PMT18 7.775432055 L4_chemical_B2 +LQ03X022270 Probable methyltransferase PMT18 8.464055215 L4_chemical_B3 +LQ03X022270 Probable methyltransferase PMT18 5.739094657 L4_chemical_C2 +LQ03X022270 Probable methyltransferase PMT18 7.840257142 L4_chemical_C3 +LQ03X022300 Actin-7 5.066790661 C6_control_A1 +LQ03X022300 Actin-7 5.089677291 C6_control_A3 +LQ03X022300 Actin-7 4.891975399 C6_control_B1 +LQ03X022300 Actin-7 4.998428791 C6_control_B2 +LQ03X022300 Actin-7 4.828892342 C6_control_B3 +LQ03X022300 Actin-7 4.958719314 C6_control_C1 +LQ03X022300 Actin-7 5.288409527 C6_control_C2 +LQ03X022300 Actin-7 4.966398907 C6_control_C3 +LQ03X022300 Actin-7 6.029695208 C6_chemical_A1 +LQ03X022300 Actin-7 5.160161257 C6_chemical_A3 +LQ03X022300 Actin-7 5.402650458 C6_chemical_B1 +LQ03X022300 Actin-7 5.465459422 C6_chemical_B2 +LQ03X022300 Actin-7 5.191397992 C6_chemical_B3 +LQ03X022300 Actin-7 5.553778853 C6_chemical_C1 +LQ03X022300 Actin-7 5.307323523 C6_chemical_C2 +LQ03X022300 Actin-7 5.446710278 C6_chemical_C3 +LQ03X022300 Actin-7 5.10366375 L4_control_A1 +LQ03X022300 Actin-7 5.412891462 L4_control_A2 +LQ03X022300 Actin-7 5.089992093 L4_control_A3 +LQ03X022300 Actin-7 5.958580774 L4_control_B1 +LQ03X022300 Actin-7 5.513032967 L4_control_B2 +LQ03X022300 Actin-7 5.284807674 L4_control_B3 +LQ03X022300 Actin-7 5.12964629 L4_control_C2 +LQ03X022300 Actin-7 4.902964329 L4_control_C3 +LQ03X022300 Actin-7 5.539916824 L4_chemical_A1 +LQ03X022300 Actin-7 5.310430104 L4_chemical_A2 +LQ03X022300 Actin-7 5.049750985 L4_chemical_A3 +LQ03X022300 Actin-7 5.095797725 L4_chemical_B1 +LQ03X022300 Actin-7 5.205859262 L4_chemical_B2 +LQ03X022300 Actin-7 5.355752528 L4_chemical_B3 +LQ03X022300 Actin-7 4.997070035 L4_chemical_C2 +LQ03X022300 Actin-7 5.776622688 L4_chemical_C3 +LQ03X022310 Putative uncharacterized protein 6.052345007 C6_control_A1 +LQ03X022310 Putative uncharacterized protein 6.79897052 C6_control_A3 +LQ03X022310 Putative uncharacterized protein 6.782281261 C6_control_B1 +LQ03X022310 Putative uncharacterized protein 5.914652528 C6_control_B2 +LQ03X022310 Putative uncharacterized protein 6.60565321 C6_control_B3 +LQ03X022310 Putative uncharacterized protein 5.909025679 C6_control_C1 +LQ03X022310 Putative uncharacterized protein 5.831791812 C6_control_C2 +LQ03X022310 Putative uncharacterized protein 6.011983792 C6_control_C3 +LQ03X022310 Putative uncharacterized protein 6.295045482 C6_chemical_A1 +LQ03X022310 Putative uncharacterized protein 6.609872346 C6_chemical_A3 +LQ03X022310 Putative uncharacterized protein 5.993817731 C6_chemical_B1 +LQ03X022310 Putative uncharacterized protein 5.980288068 C6_chemical_B2 +LQ03X022310 Putative uncharacterized protein 6.677957173 C6_chemical_B3 +LQ03X022310 Putative uncharacterized protein 5.854935089 C6_chemical_C1 +LQ03X022310 Putative uncharacterized protein 6.026360217 C6_chemical_C2 +LQ03X022310 Putative uncharacterized protein 5.895992589 C6_chemical_C3 +LQ03X022310 Putative uncharacterized protein 6.570244554 L4_control_A1 +LQ03X022310 Putative uncharacterized protein 6.393253854 L4_control_A2 +LQ03X022310 Putative uncharacterized protein 6.946473865 L4_control_A3 +LQ03X022310 Putative uncharacterized protein 6.30625283 L4_control_B1 +LQ03X022310 Putative uncharacterized protein 6.462287053 L4_control_B2 +LQ03X022310 Putative uncharacterized protein 6.27605563 L4_control_B3 +LQ03X022310 Putative uncharacterized protein 6.455745387 L4_control_C2 +LQ03X022310 Putative uncharacterized protein 6.709645955 L4_control_C3 +LQ03X022310 Putative uncharacterized protein 6.165708937 L4_chemical_A1 +LQ03X022310 Putative uncharacterized protein 6.426827768 L4_chemical_A2 +LQ03X022310 Putative uncharacterized protein 5.836398678 L4_chemical_A3 +LQ03X022310 Putative uncharacterized protein 6.452595186 L4_chemical_B1 +LQ03X022310 Putative uncharacterized protein 5.974725882 L4_chemical_B2 +LQ03X022310 Putative uncharacterized protein 6.282640276 L4_chemical_B3 +LQ03X022310 Putative uncharacterized protein 5.607820022 L4_chemical_C2 +LQ03X022310 Putative uncharacterized protein 6.215711029 L4_chemical_C3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.33621624 C6_control_A1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 11.80396357 C6_control_A3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.74411614 C6_control_B1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.25584545 C6_control_B2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.62120985 C6_control_B3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.91914551 C6_control_C1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 13.05168531 C6_control_C2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.705519 C6_control_C3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.15429596 C6_chemical_A1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 11.94623954 C6_chemical_A3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.73430348 C6_chemical_B1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.26912239 C6_chemical_B2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.48103136 C6_chemical_B3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.88898296 C6_chemical_C1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.67993269 C6_chemical_C2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.77960385 C6_chemical_C3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.20042667 L4_control_A1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 11.97363036 L4_control_A2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 11.88528438 L4_control_A3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.45788279 L4_control_B1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.96659616 L4_control_B2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.73705046 L4_control_B3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 13.40556739 L4_control_C2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 13.04651207 L4_control_C3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.43821164 L4_chemical_A1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.22223661 L4_chemical_A2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 11.74737818 L4_chemical_A3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.41460255 L4_chemical_B1 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.64747137 L4_chemical_B2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.5058046 L4_chemical_B3 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 13.60818805 L4_chemical_C2 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 13.06200618 L4_chemical_C3 +LQ03X022370 60S ribosomal protein L9 14.82939473 C6_control_A1 +LQ03X022370 60S ribosomal protein L9 14.92284201 C6_control_A3 +LQ03X022370 60S ribosomal protein L9 14.11095828 C6_control_B1 +LQ03X022370 60S ribosomal protein L9 14.56524157 C6_control_B2 +LQ03X022370 60S ribosomal protein L9 14.3534267 C6_control_B3 +LQ03X022370 60S ribosomal protein L9 13.92064445 C6_control_C1 +LQ03X022370 60S ribosomal protein L9 14.21786574 C6_control_C2 +LQ03X022370 60S ribosomal protein L9 13.94265002 C6_control_C3 +LQ03X022370 60S ribosomal protein L9 14.36373676 C6_chemical_A1 +LQ03X022370 60S ribosomal protein L9 14.64279352 C6_chemical_A3 +LQ03X022370 60S ribosomal protein L9 13.71042144 C6_chemical_B1 +LQ03X022370 60S ribosomal protein L9 13.84999327 C6_chemical_B2 +LQ03X022370 60S ribosomal protein L9 14.03099105 C6_chemical_B3 +LQ03X022370 60S ribosomal protein L9 13.64160902 C6_chemical_C1 +LQ03X022370 60S ribosomal protein L9 13.76743435 C6_chemical_C2 +LQ03X022370 60S ribosomal protein L9 13.5123226 C6_chemical_C3 +LQ03X022370 60S ribosomal protein L9 14.84583494 L4_control_A1 +LQ03X022370 60S ribosomal protein L9 14.44122953 L4_control_A2 +LQ03X022370 60S ribosomal protein L9 14.88522617 L4_control_A3 +LQ03X022370 60S ribosomal protein L9 13.83104471 L4_control_B1 +LQ03X022370 60S ribosomal protein L9 14.36024612 L4_control_B2 +LQ03X022370 60S ribosomal protein L9 13.99611478 L4_control_B3 +LQ03X022370 60S ribosomal protein L9 13.97054795 L4_control_C2 +LQ03X022370 60S ribosomal protein L9 13.79017494 L4_control_C3 +LQ03X022370 60S ribosomal protein L9 14.74489477 L4_chemical_A1 +LQ03X022370 60S ribosomal protein L9 14.13125571 L4_chemical_A2 +LQ03X022370 60S ribosomal protein L9 14.7247573 L4_chemical_A3 +LQ03X022370 60S ribosomal protein L9 14.16468004 L4_chemical_B1 +LQ03X022370 60S ribosomal protein L9 14.29017753 L4_chemical_B2 +LQ03X022370 60S ribosomal protein L9 14.08484608 L4_chemical_B3 +LQ03X022370 60S ribosomal protein L9 13.96805314 L4_chemical_C2 +LQ03X022370 60S ribosomal protein L9 13.63369756 L4_chemical_C3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.10029176 C6_control_A1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.99636263 C6_control_A3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.82172775 C6_control_B1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.39732184 C6_control_B2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.18710125 C6_control_B3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.18317759 C6_control_C1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.47289974 C6_control_C2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.46655514 C6_control_C3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.90645378 C6_chemical_A1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.86398167 C6_chemical_A3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.71297989 C6_chemical_B1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.16251485 C6_chemical_B2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.14867478 C6_chemical_B3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.03353724 C6_chemical_C1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.20483198 C6_chemical_C2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.42790867 C6_chemical_C3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.16243378 L4_control_A1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.12027435 L4_control_A2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.08992707 L4_control_A3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.24022841 L4_control_B1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.87386808 L4_control_B2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.41574932 L4_control_B3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.0273632 L4_control_C2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.69045139 L4_control_C3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.25874408 L4_chemical_A1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.13439332 L4_chemical_A2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.33567483 L4_chemical_A3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.85175007 L4_chemical_B1 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.8180715 L4_chemical_B2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 12.53527031 L4_chemical_B3 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.94375632 L4_chemical_C2 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.74262763 L4_chemical_C3 +LQ03X022410 Putative uncharacterized protein 6.074342317 C6_control_A1 +LQ03X022410 Putative uncharacterized protein 5.919028772 C6_control_A3 +LQ03X022410 Putative uncharacterized protein 5.862417522 C6_control_B1 +LQ03X022410 Putative uncharacterized protein 5.992538045 C6_control_B2 +LQ03X022410 Putative uncharacterized protein 5.706198396 C6_control_B3 +LQ03X022410 Putative uncharacterized protein 5.516924264 C6_control_C1 +LQ03X022410 Putative uncharacterized protein 5.225530243 C6_control_C2 +LQ03X022410 Putative uncharacterized protein 5.307031901 C6_control_C3 +LQ03X022410 Putative uncharacterized protein 6.327259311 C6_chemical_A1 +LQ03X022410 Putative uncharacterized protein 5.599325435 C6_chemical_A3 +LQ03X022410 Putative uncharacterized protein 5.866674271 C6_chemical_B1 +LQ03X022410 Putative uncharacterized protein 5.624179725 C6_chemical_B2 +LQ03X022410 Putative uncharacterized protein 5.741659403 C6_chemical_B3 +LQ03X022410 Putative uncharacterized protein 5.074149606 C6_chemical_C1 +LQ03X022410 Putative uncharacterized protein 5.456808537 C6_chemical_C2 +LQ03X022410 Putative uncharacterized protein 5.423124593 C6_chemical_C3 +LQ03X022410 Putative uncharacterized protein 6.132811397 L4_control_A1 +LQ03X022410 Putative uncharacterized protein 5.762388585 L4_control_A2 +LQ03X022410 Putative uncharacterized protein 5.481292864 L4_control_A3 +LQ03X022410 Putative uncharacterized protein 5.485828458 L4_control_B1 +LQ03X022410 Putative uncharacterized protein 5.377938303 L4_control_B2 +LQ03X022410 Putative uncharacterized protein 5.563372539 L4_control_B3 +LQ03X022410 Putative uncharacterized protein 5.035146257 L4_control_C2 +LQ03X022410 Putative uncharacterized protein 5.248158539 L4_control_C3 +LQ03X022410 Putative uncharacterized protein 5.793518746 L4_chemical_A1 +LQ03X022410 Putative uncharacterized protein 5.717496749 L4_chemical_A2 +LQ03X022410 Putative uncharacterized protein 5.341060048 L4_chemical_A3 +LQ03X022410 Putative uncharacterized protein 5.514763752 L4_chemical_B1 +LQ03X022410 Putative uncharacterized protein 5.17499944 L4_chemical_B2 +LQ03X022410 Putative uncharacterized protein 5.587999017 L4_chemical_B3 +LQ03X022410 Putative uncharacterized protein 5.239466177 L4_chemical_C2 +LQ03X022410 Putative uncharacterized protein 5.630950736 L4_chemical_C3 +LQ03X022420 Predicted protein 5.681241381 C6_control_A1 +LQ03X022420 Predicted protein 5.41067824 C6_control_A3 +LQ03X022420 Predicted protein 5.249025767 C6_control_B1 +LQ03X022420 Predicted protein 5.728571742 C6_control_B2 +LQ03X022420 Predicted protein 5.989346051 C6_control_B3 +LQ03X022420 Predicted protein 6.226132114 C6_control_C1 +LQ03X022420 Predicted protein 5.751984963 C6_control_C2 +LQ03X022420 Predicted protein 5.560190919 C6_control_C3 +LQ03X022420 Predicted protein 5.109135966 C6_chemical_A1 +LQ03X022420 Predicted protein 5.673214633 C6_chemical_A3 +LQ03X022420 Predicted protein 5.723110731 C6_chemical_B1 +LQ03X022420 Predicted protein 5.814298579 C6_chemical_B2 +LQ03X022420 Predicted protein 5.933665595 C6_chemical_B3 +LQ03X022420 Predicted protein 6.452628075 C6_chemical_C1 +LQ03X022420 Predicted protein 5.301366263 C6_chemical_C2 +LQ03X022420 Predicted protein 5.417318089 C6_chemical_C3 +LQ03X022420 Predicted protein 5.646076136 L4_control_A1 +LQ03X022420 Predicted protein 5.720050297 L4_control_A2 +LQ03X022420 Predicted protein 5.398138145 L4_control_A3 +LQ03X022420 Predicted protein 5.223952647 L4_control_B1 +LQ03X022420 Predicted protein 5.37850679 L4_control_B2 +LQ03X022420 Predicted protein 5.680638823 L4_control_B3 +LQ03X022420 Predicted protein 6.027767824 L4_control_C2 +LQ03X022420 Predicted protein 5.274225561 L4_control_C3 +LQ03X022420 Predicted protein 5.300836488 L4_chemical_A1 +LQ03X022420 Predicted protein 5.258359859 L4_chemical_A2 +LQ03X022420 Predicted protein 5.283003063 L4_chemical_A3 +LQ03X022420 Predicted protein 5.171456072 L4_chemical_B1 +LQ03X022420 Predicted protein 5.190497182 L4_chemical_B2 +LQ03X022420 Predicted protein 5.636322569 L4_chemical_B3 +LQ03X022420 Predicted protein 6.314807041 L4_chemical_C2 +LQ03X022420 Predicted protein 5.968251147 L4_chemical_C3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.799577139 C6_control_A1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.524172051 C6_control_A3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.489697461 C6_control_B1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.730679397 C6_control_B2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.656019717 C6_control_B3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.935707252 C6_control_C1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.486569007 C6_control_C2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.632759066 C6_control_C3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.819811404 C6_chemical_A1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.931070694 C6_chemical_A3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.763372164 C6_chemical_B1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 6.07292592 C6_chemical_B2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.539948375 C6_chemical_B3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 6.049352356 C6_chemical_C1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.851178944 C6_chemical_C2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.997396156 C6_chemical_C3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.691119589 L4_control_A1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.473751053 L4_control_A2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 6.074827085 L4_control_A3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.458061644 L4_control_B1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.782500056 L4_control_B2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 6.070921755 L4_control_B3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.604452166 L4_control_C2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 6.03194149 L4_control_C3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.597146289 L4_chemical_A1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.889138944 L4_chemical_A2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.698745436 L4_chemical_A3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.57262895 L4_chemical_B1 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.248141779 L4_chemical_B2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.896352347 L4_chemical_B3 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.424566036 L4_chemical_C2 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 6.223518178 L4_chemical_C3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.05567237 C6_control_A1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 9.980268192 C6_control_A3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.28314402 C6_control_B1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.27741157 C6_control_B2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.05146914 C6_control_B3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.26185729 C6_control_C1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.09363678 C6_control_C2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.37602754 C6_control_C3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 9.971848381 C6_chemical_A1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 9.829279041 C6_chemical_A3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.00642714 C6_chemical_B1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.24687986 C6_chemical_B2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.52593157 C6_chemical_B3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.54558861 C6_chemical_C1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.10453014 C6_chemical_C2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.46313855 C6_chemical_C3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.31451049 L4_control_A1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 11.34667833 L4_control_A2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.46273765 L4_control_A3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 9.964462864 L4_control_B1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 9.9171976 L4_control_B2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.03515927 L4_control_B3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.29446746 L4_control_C2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.950363 L4_control_C3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.57360579 L4_chemical_A1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 11.36103156 L4_chemical_A2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.18003769 L4_chemical_A3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.21164231 L4_chemical_B1 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.69092637 L4_chemical_B2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 9.56454325 L4_chemical_B3 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 11.68551002 L4_chemical_C2 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 10.70125742 L4_chemical_C3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.052818414 C6_control_A1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.353658548 C6_control_A3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.40319614 C6_control_B1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.782244461 C6_control_B2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 7.033186561 C6_control_B3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.888952948 C6_control_C1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.571984078 C6_control_C2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.096145243 C6_control_C3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.809869146 C6_chemical_A1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.751791491 C6_chemical_A3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.981123201 C6_chemical_B1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.625845198 C6_chemical_B2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.426660456 C6_chemical_B3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.785827379 C6_chemical_C1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.646474057 C6_chemical_C2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.408791835 C6_chemical_C3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.958631953 L4_control_A1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.506009379 L4_control_A2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.146949888 L4_control_A3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.418213851 L4_control_B1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.167108319 L4_control_B2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.160542345 L4_control_B3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.985378809 L4_control_C2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.29656081 L4_control_C3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.171361673 L4_chemical_A1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.051886321 L4_chemical_A2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.418254909 L4_chemical_A3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.597937852 L4_chemical_B1 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.990674296 L4_chemical_B2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.039927785 L4_chemical_B3 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.830667081 L4_chemical_C2 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 6.089379877 L4_chemical_C3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 4.909183693 C6_control_A1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.060722796 C6_control_A3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.204899709 C6_control_B1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.074885456 C6_control_B2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.570518568 C6_control_B3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.164301387 C6_control_C1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.163584588 C6_control_C2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 4.969095913 C6_control_C3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 4.828849533 C6_chemical_A1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.212203148 C6_chemical_A3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.002476245 C6_chemical_B1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.12728866 C6_chemical_B2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.303088875 C6_chemical_B3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 4.975416645 C6_chemical_C1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.104351164 C6_chemical_C2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.164262885 C6_chemical_C3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.523949242 L4_control_A1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.118711011 L4_control_A2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.302617211 L4_control_A3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 4.666104978 L4_control_B1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.481478846 L4_control_B2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.11458697 L4_control_B3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.522548637 L4_control_C2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.562647419 L4_control_C3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.165207689 L4_chemical_A1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.529552393 L4_chemical_A2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.389150808 L4_chemical_A3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.159445228 L4_chemical_B1 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.365036324 L4_chemical_B2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.273295374 L4_chemical_B3 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.67872897 L4_chemical_C2 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 5.631081402 L4_chemical_C3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.883391185 C6_control_A1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.16033363 C6_control_A3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.19752413 C6_control_B1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.901481494 C6_control_B2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.665703832 C6_control_B3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.943567603 C6_control_C1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.760712948 C6_control_C2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.90702912 C6_control_C3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.990199893 C6_chemical_A1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.820063051 C6_chemical_A3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.889507116 C6_chemical_B1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.775879586 C6_chemical_B2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.077513437 C6_chemical_B3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.818711537 C6_chemical_C1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.842052233 C6_chemical_C2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.05762085 C6_chemical_C3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.725633627 L4_control_A1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.023008747 L4_control_A2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.15098198 L4_control_A3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.059027115 L4_control_B1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.702447613 L4_control_B2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.074351693 L4_control_B3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.160561117 L4_control_C2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.472817772 L4_control_C3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.326705695 L4_chemical_A1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.87724109 L4_chemical_A2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.202803635 L4_chemical_A3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.640606503 L4_chemical_B1 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.24043749 L4_chemical_B2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.892919276 L4_chemical_B3 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.790825006 L4_chemical_C2 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 5.434234385 L4_chemical_C3 +LQ03X022530 Metal tolerance protein A2 9.505449774 C6_control_A1 +LQ03X022530 Metal tolerance protein A2 10.06098843 C6_control_A3 +LQ03X022530 Metal tolerance protein A2 9.64495375 C6_control_B1 +LQ03X022530 Metal tolerance protein A2 10.31156696 C6_control_B2 +LQ03X022530 Metal tolerance protein A2 9.533675814 C6_control_B3 +LQ03X022530 Metal tolerance protein A2 11.45716184 C6_control_C1 +LQ03X022530 Metal tolerance protein A2 11.52577601 C6_control_C2 +LQ03X022530 Metal tolerance protein A2 10.52692579 C6_control_C3 +LQ03X022530 Metal tolerance protein A2 9.815664197 C6_chemical_A1 +LQ03X022530 Metal tolerance protein A2 9.810681629 C6_chemical_A3 +LQ03X022530 Metal tolerance protein A2 10.162221 C6_chemical_B1 +LQ03X022530 Metal tolerance protein A2 10.77782298 C6_chemical_B2 +LQ03X022530 Metal tolerance protein A2 9.601680288 C6_chemical_B3 +LQ03X022530 Metal tolerance protein A2 11.6059973 C6_chemical_C1 +LQ03X022530 Metal tolerance protein A2 11.78771208 C6_chemical_C2 +LQ03X022530 Metal tolerance protein A2 10.92605498 C6_chemical_C3 +LQ03X022530 Metal tolerance protein A2 9.850882226 L4_control_A1 +LQ03X022530 Metal tolerance protein A2 9.958666975 L4_control_A2 +LQ03X022530 Metal tolerance protein A2 10.26843049 L4_control_A3 +LQ03X022530 Metal tolerance protein A2 9.339678988 L4_control_B1 +LQ03X022530 Metal tolerance protein A2 9.367615947 L4_control_B2 +LQ03X022530 Metal tolerance protein A2 10.55092112 L4_control_B3 +LQ03X022530 Metal tolerance protein A2 9.797262264 L4_control_C2 +LQ03X022530 Metal tolerance protein A2 10.44034981 L4_control_C3 +LQ03X022530 Metal tolerance protein A2 9.774056574 L4_chemical_A1 +LQ03X022530 Metal tolerance protein A2 9.987005573 L4_chemical_A2 +LQ03X022530 Metal tolerance protein A2 9.84233582 L4_chemical_A3 +LQ03X022530 Metal tolerance protein A2 9.333919948 L4_chemical_B1 +LQ03X022530 Metal tolerance protein A2 9.010284917 L4_chemical_B2 +LQ03X022530 Metal tolerance protein A2 9.714541657 L4_chemical_B3 +LQ03X022530 Metal tolerance protein A2 9.807799274 L4_chemical_C2 +LQ03X022530 Metal tolerance protein A2 10.23649487 L4_chemical_C3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.17519388 C6_control_A1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.74136885 C6_control_A3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.14668282 C6_control_B1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.48632399 C6_control_B2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.60962218 C6_control_B3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.41373531 C6_control_C1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.44787594 C6_control_C2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.41140111 C6_control_C3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.08020226 C6_chemical_A1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.14305707 C6_chemical_A3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.95778472 C6_chemical_B1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.39667532 C6_chemical_B2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.26191198 C6_chemical_B3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.94238587 C6_chemical_C1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.43183108 C6_chemical_C2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.90041744 C6_chemical_C3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.91394995 L4_control_A1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.67448034 L4_control_A2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.85204892 L4_control_A3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.43594234 L4_control_B1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.08335042 L4_control_B2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.52834382 L4_control_B3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.78635805 L4_control_C2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.44430504 L4_control_C3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.86970031 L4_chemical_A1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.27167161 L4_chemical_A2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.65809489 L4_chemical_A3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 13.93490812 L4_chemical_B1 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.25004299 L4_chemical_B2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.01996284 L4_chemical_B3 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.98382193 L4_chemical_C2 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.83832701 L4_chemical_C3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.637195413 C6_control_A1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.504291568 C6_control_A3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.109806945 C6_control_B1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.344599787 C6_control_B2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.859223705 C6_control_B3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.824463019 C6_control_C1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.769517932 C6_control_C2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.740539589 C6_control_C3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.845265528 C6_chemical_A1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.612052175 C6_chemical_A3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.182330775 C6_chemical_B1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.357939087 C6_chemical_B2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.859253049 C6_chemical_B3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.361542264 C6_chemical_C1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.508669589 C6_chemical_C2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.757546404 C6_chemical_C3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.633401365 L4_control_A1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.469018689 L4_control_A2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.607712325 L4_control_A3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.168736702 L4_control_B1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.565889941 L4_control_B2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.823565903 L4_control_B3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.174437579 L4_control_C2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.951180038 L4_control_C3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 7.714498265 L4_chemical_A1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.383844374 L4_chemical_A2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 6.506533578 L4_chemical_A3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.873395024 L4_chemical_B1 +LQ03X022560 Putative RING-H2 finger protein ATL5N 4.948707491 L4_chemical_B2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 8.019489557 L4_chemical_B3 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.279879546 L4_chemical_C2 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.771832203 L4_chemical_C3 +LQ03X022570 Putative Subtilisin-like protease 11.15342705 C6_control_A1 +LQ03X022570 Putative Subtilisin-like protease 10.93380672 C6_control_A3 +LQ03X022570 Putative Subtilisin-like protease 10.74455454 C6_control_B1 +LQ03X022570 Putative Subtilisin-like protease 9.770741959 C6_control_B2 +LQ03X022570 Putative Subtilisin-like protease 10.31053283 C6_control_B3 +LQ03X022570 Putative Subtilisin-like protease 8.424730095 C6_control_C1 +LQ03X022570 Putative Subtilisin-like protease 6.968425515 C6_control_C2 +LQ03X022570 Putative Subtilisin-like protease 7.965912709 C6_control_C3 +LQ03X022570 Putative Subtilisin-like protease 11.38438448 C6_chemical_A1 +LQ03X022570 Putative Subtilisin-like protease 11.17469889 C6_chemical_A3 +LQ03X022570 Putative Subtilisin-like protease 10.87306862 C6_chemical_B1 +LQ03X022570 Putative Subtilisin-like protease 10.13964068 C6_chemical_B2 +LQ03X022570 Putative Subtilisin-like protease 10.45655882 C6_chemical_B3 +LQ03X022570 Putative Subtilisin-like protease 8.162290493 C6_chemical_C1 +LQ03X022570 Putative Subtilisin-like protease 7.178567454 C6_chemical_C2 +LQ03X022570 Putative Subtilisin-like protease 7.575512523 C6_chemical_C3 +LQ03X022570 Putative Subtilisin-like protease 11.1366881 L4_control_A1 +LQ03X022570 Putative Subtilisin-like protease 10.99515728 L4_control_A2 +LQ03X022570 Putative Subtilisin-like protease 11.22961352 L4_control_A3 +LQ03X022570 Putative Subtilisin-like protease 10.08532892 L4_control_B1 +LQ03X022570 Putative Subtilisin-like protease 10.78768387 L4_control_B2 +LQ03X022570 Putative Subtilisin-like protease 9.473205987 L4_control_B3 +LQ03X022570 Putative Subtilisin-like protease 7.139471268 L4_control_C2 +LQ03X022570 Putative Subtilisin-like protease 8.122643424 L4_control_C3 +LQ03X022570 Putative Subtilisin-like protease 9.235706518 L4_chemical_A1 +LQ03X022570 Putative Subtilisin-like protease 10.22399559 L4_chemical_A2 +LQ03X022570 Putative Subtilisin-like protease 10.87810767 L4_chemical_A3 +LQ03X022570 Putative Subtilisin-like protease 10.00938267 L4_chemical_B1 +LQ03X022570 Putative Subtilisin-like protease 10.07263324 L4_chemical_B2 +LQ03X022570 Putative Subtilisin-like protease 11.07830087 L4_chemical_B3 +LQ03X022570 Putative Subtilisin-like protease 7.67286522 L4_chemical_C2 +LQ03X022570 Putative Subtilisin-like protease 8.096858589 L4_chemical_C3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.280329355 C6_control_A1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.794688965 C6_control_A3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 6.049689884 C6_control_B1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.198651191 C6_control_B2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.309437299 C6_control_B3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.405232853 C6_control_C1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.329293372 C6_control_C2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.234448014 C6_control_C3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.005115337 C6_chemical_A1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.347906533 C6_chemical_A3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.958604608 C6_chemical_B1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.116145886 C6_chemical_B2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.499250199 C6_chemical_B3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.429534326 C6_chemical_C1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.375173277 C6_chemical_C2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.241130349 C6_chemical_C3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.314706835 L4_control_A1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.124877191 L4_control_A2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.213893684 L4_control_A3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.257533431 L4_control_B1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.042482218 L4_control_B2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.145017299 L4_control_B3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.495140912 L4_control_C2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.793509556 L4_control_C3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.564248224 L4_chemical_A1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.514306878 L4_chemical_A2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 4.999604064 L4_chemical_A3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.463664098 L4_chemical_B1 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.092055382 L4_chemical_B2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.284391727 L4_chemical_B3 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.455866039 L4_chemical_C2 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 4.834338809 L4_chemical_C3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.6213946 C6_control_A1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 12.99594221 C6_control_A3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.09576276 C6_control_B1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.70876489 C6_control_B2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.59932333 C6_control_B3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.91346138 C6_control_C1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.27426411 C6_control_C2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.51792566 C6_control_C3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.81406924 C6_chemical_A1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.34764354 C6_chemical_A3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.69309219 C6_chemical_B1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.13484766 C6_chemical_B2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.08910611 C6_chemical_B3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.11335032 C6_chemical_C1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.06732376 C6_chemical_C2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.32346221 C6_chemical_C3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 12.77063671 L4_control_A1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.20685013 L4_control_A2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.17434817 L4_control_A3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.24929329 L4_control_B1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.81860658 L4_control_B2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.86673248 L4_control_B3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.62600081 L4_control_C2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.78889911 L4_control_C3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.45562569 L4_chemical_A1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.13380023 L4_chemical_A2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 12.92703359 L4_chemical_A3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.15391951 L4_chemical_B1 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.41700783 L4_chemical_B2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.65330887 L4_chemical_B3 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.72788904 L4_chemical_C2 +LQ03X022610 Phosphatidylcholine transfer protein, putative 14.72627492 L4_chemical_C3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.28115372 C6_control_A1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.6794145 C6_control_A3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.48104739 C6_control_B1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.45903641 C6_control_B2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 11.56414456 C6_control_B3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 12.00849366 C6_control_C1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 12.79829992 C6_control_C2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 13.09523517 C6_control_C3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.17749574 C6_chemical_A1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.41446321 C6_chemical_A3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.59073107 C6_chemical_B1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.92821342 C6_chemical_B2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 13.27530306 C6_chemical_B3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 11.53705051 C6_chemical_C1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 11.9713589 C6_chemical_C2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 14.62923388 C6_chemical_C3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.79475541 L4_control_A1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 11.24397055 L4_control_A2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.97985347 L4_control_A3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 11.28894923 L4_control_B1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.49764498 L4_control_B2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 12.62925927 L4_control_B3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 13.74217947 L4_control_C2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 13.77270299 L4_control_C3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 12.75405679 L4_chemical_A1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 12.61467196 L4_chemical_A2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 11.62847937 L4_chemical_A3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 12.09898261 L4_chemical_B1 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 12.02094961 L4_chemical_B2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 11.46074193 L4_chemical_B3 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 12.8923622 L4_chemical_C2 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 13.0824729 L4_chemical_C3 +LQ03X022630 Putative uncharacterized protein 5.912443129 C6_control_A1 +LQ03X022630 Putative uncharacterized protein 6.735981541 C6_control_A3 +LQ03X022630 Putative uncharacterized protein 6.587629313 C6_control_B1 +LQ03X022630 Putative uncharacterized protein 6.245253918 C6_control_B2 +LQ03X022630 Putative uncharacterized protein 6.397449954 C6_control_B3 +LQ03X022630 Putative uncharacterized protein 6.162523035 C6_control_C1 +LQ03X022630 Putative uncharacterized protein 6.270497756 C6_control_C2 +LQ03X022630 Putative uncharacterized protein 5.707413922 C6_control_C3 +LQ03X022630 Putative uncharacterized protein 6.238181714 C6_chemical_A1 +LQ03X022630 Putative uncharacterized protein 6.288264504 C6_chemical_A3 +LQ03X022630 Putative uncharacterized protein 6.706368964 C6_chemical_B1 +LQ03X022630 Putative uncharacterized protein 6.438384267 C6_chemical_B2 +LQ03X022630 Putative uncharacterized protein 6.092216044 C6_chemical_B3 +LQ03X022630 Putative uncharacterized protein 6.335145417 C6_chemical_C1 +LQ03X022630 Putative uncharacterized protein 6.31510942 C6_chemical_C2 +LQ03X022630 Putative uncharacterized protein 5.766050648 C6_chemical_C3 +LQ03X022630 Putative uncharacterized protein 6.155529085 L4_control_A1 +LQ03X022630 Putative uncharacterized protein 5.920238239 L4_control_A2 +LQ03X022630 Putative uncharacterized protein 6.192857021 L4_control_A3 +LQ03X022630 Putative uncharacterized protein 5.15492778 L4_control_B1 +LQ03X022630 Putative uncharacterized protein 6.50892781 L4_control_B2 +LQ03X022630 Putative uncharacterized protein 6.003800666 L4_control_B3 +LQ03X022630 Putative uncharacterized protein 6.263189783 L4_control_C2 +LQ03X022630 Putative uncharacterized protein 6.758848848 L4_control_C3 +LQ03X022630 Putative uncharacterized protein 5.860175009 L4_chemical_A1 +LQ03X022630 Putative uncharacterized protein 5.96592515 L4_chemical_A2 +LQ03X022630 Putative uncharacterized protein 5.505618629 L4_chemical_A3 +LQ03X022630 Putative uncharacterized protein 5.942234124 L4_chemical_B1 +LQ03X022630 Putative uncharacterized protein 6.325826068 L4_chemical_B2 +LQ03X022630 Putative uncharacterized protein 6.012735965 L4_chemical_B3 +LQ03X022630 Putative uncharacterized protein 6.304076475 L4_chemical_C2 +LQ03X022630 Putative uncharacterized protein 6.137583779 L4_chemical_C3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 7.312938497 C6_control_A1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 6.69810822 C6_control_A3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 6.650557689 C6_control_B1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 5.488357248 C6_control_B2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 5.687612614 C6_control_B3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 11.53979795 C6_control_C1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 10.14712755 C6_control_C2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 11.34487216 C6_control_C3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 8.025272143 C6_chemical_A1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 7.893706464 C6_chemical_A3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 6.350927952 C6_chemical_B1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 5.682135062 C6_chemical_B2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 5.70520585 C6_chemical_B3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 12.64186637 C6_chemical_C1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 11.28017429 C6_chemical_C2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 10.11203408 C6_chemical_C3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 8.248562254 L4_control_A1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 6.735317355 L4_control_A2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 7.592651393 L4_control_A3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 5.629302503 L4_control_B1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 6.272261951 L4_control_B2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 5.645482037 L4_control_B3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 9.426574239 L4_control_C2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 10.81949507 L4_control_C3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 8.015159966 L4_chemical_A1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 7.166721636 L4_chemical_A2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 6.337647128 L4_chemical_A3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 5.657373858 L4_chemical_B1 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 6.376233323 L4_chemical_B2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 6.383709651 L4_chemical_B3 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 11.14203826 L4_chemical_C2 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 13.88891722 L4_chemical_C3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.89640617 C6_control_A1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.01797372 C6_control_A3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 12.00566609 C6_control_B1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 11.62861461 C6_control_B2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 12.2739324 C6_control_B3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 8.494663901 C6_control_C1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 7.967533203 C6_control_C2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 7.702078948 C6_control_C3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.87803701 C6_chemical_A1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.24119897 C6_chemical_A3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 11.85063864 C6_chemical_B1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 11.40332561 C6_chemical_B2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 11.40415556 C6_chemical_B3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 8.143926495 C6_chemical_C1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 7.348922214 C6_chemical_C2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 7.163506102 C6_chemical_C3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.29465173 L4_control_A1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.63231935 L4_control_A2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 9.866909807 L4_control_A3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 11.65682467 L4_control_B1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 12.50564288 L4_control_B2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.76741218 L4_control_B3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 6.486331531 L4_control_C2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 5.814819019 L4_control_C3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 9.067650174 L4_chemical_A1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 9.994327887 L4_chemical_A2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 9.197257964 L4_chemical_A3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 11.03752887 L4_chemical_B1 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 11.44098962 L4_chemical_B2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.9595294 L4_chemical_B3 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 7.13002461 L4_chemical_C2 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 5.847593651 L4_chemical_C3 +LQ03X022670 Putative uncharacterized protein 5.411281769 C6_control_A1 +LQ03X022670 Putative uncharacterized protein 5.994474485 C6_control_A3 +LQ03X022670 Putative uncharacterized protein 5.295033037 C6_control_B1 +LQ03X022670 Putative uncharacterized protein 5.374453691 C6_control_B2 +LQ03X022670 Putative uncharacterized protein 5.436989246 C6_control_B3 +LQ03X022670 Putative uncharacterized protein 5.403835702 C6_control_C1 +LQ03X022670 Putative uncharacterized protein 6.666065016 C6_control_C2 +LQ03X022670 Putative uncharacterized protein 5.416356055 C6_control_C3 +LQ03X022670 Putative uncharacterized protein 5.321266402 C6_chemical_A1 +LQ03X022670 Putative uncharacterized protein 5.336201241 C6_chemical_A3 +LQ03X022670 Putative uncharacterized protein 5.221933933 C6_chemical_B1 +LQ03X022670 Putative uncharacterized protein 5.155455396 C6_chemical_B2 +LQ03X022670 Putative uncharacterized protein 5.572957205 C6_chemical_B3 +LQ03X022670 Putative uncharacterized protein 5.502741349 C6_chemical_C1 +LQ03X022670 Putative uncharacterized protein 5.347953455 C6_chemical_C2 +LQ03X022670 Putative uncharacterized protein 5.2353562 C6_chemical_C3 +LQ03X022670 Putative uncharacterized protein 5.167029005 L4_control_A1 +LQ03X022670 Putative uncharacterized protein 5.038251266 L4_control_A2 +LQ03X022670 Putative uncharacterized protein 5.955152373 L4_control_A3 +LQ03X022670 Putative uncharacterized protein 4.993275178 L4_control_B1 +LQ03X022670 Putative uncharacterized protein 5.29621266 L4_control_B2 +LQ03X022670 Putative uncharacterized protein 5.442618059 L4_control_B3 +LQ03X022670 Putative uncharacterized protein 5.653879082 L4_control_C2 +LQ03X022670 Putative uncharacterized protein 5.525166675 L4_control_C3 +LQ03X022670 Putative uncharacterized protein 5.377188269 L4_chemical_A1 +LQ03X022670 Putative uncharacterized protein 5.572486457 L4_chemical_A2 +LQ03X022670 Putative uncharacterized protein 5.234047069 L4_chemical_A3 +LQ03X022670 Putative uncharacterized protein 5.744068516 L4_chemical_B1 +LQ03X022670 Putative uncharacterized protein 5.302973281 L4_chemical_B2 +LQ03X022670 Putative uncharacterized protein 5.748413283 L4_chemical_B3 +LQ03X022670 Putative uncharacterized protein 5.956329453 L4_chemical_C2 +LQ03X022670 Putative uncharacterized protein 5.560485869 L4_chemical_C3 +LQ03X022680 RNA-binding protein, putative 5.430634568 C6_control_A1 +LQ03X022680 RNA-binding protein, putative 5.710632063 C6_control_A3 +LQ03X022680 RNA-binding protein, putative 5.206053425 C6_control_B1 +LQ03X022680 RNA-binding protein, putative 5.755635387 C6_control_B2 +LQ03X022680 RNA-binding protein, putative 5.415852715 C6_control_B3 +LQ03X022680 RNA-binding protein, putative 5.704769526 C6_control_C1 +LQ03X022680 RNA-binding protein, putative 5.834423569 C6_control_C2 +LQ03X022680 RNA-binding protein, putative 5.582157761 C6_control_C3 +LQ03X022680 RNA-binding protein, putative 5.454629393 C6_chemical_A1 +LQ03X022680 RNA-binding protein, putative 5.839544159 C6_chemical_A3 +LQ03X022680 RNA-binding protein, putative 5.539591405 C6_chemical_B1 +LQ03X022680 RNA-binding protein, putative 5.494218751 C6_chemical_B2 +LQ03X022680 RNA-binding protein, putative 5.645947907 C6_chemical_B3 +LQ03X022680 RNA-binding protein, putative 5.142787175 C6_chemical_C1 +LQ03X022680 RNA-binding protein, putative 5.972420622 C6_chemical_C2 +LQ03X022680 RNA-binding protein, putative 5.76599519 C6_chemical_C3 +LQ03X022680 RNA-binding protein, putative 5.540677121 L4_control_A1 +LQ03X022680 RNA-binding protein, putative 6.012230694 L4_control_A2 +LQ03X022680 RNA-binding protein, putative 5.484373452 L4_control_A3 +LQ03X022680 RNA-binding protein, putative 5.71076202 L4_control_B1 +LQ03X022680 RNA-binding protein, putative 5.8068029 L4_control_B2 +LQ03X022680 RNA-binding protein, putative 5.593330875 L4_control_B3 +LQ03X022680 RNA-binding protein, putative 6.623037923 L4_control_C2 +LQ03X022680 RNA-binding protein, putative 5.702779051 L4_control_C3 +LQ03X022680 RNA-binding protein, putative 5.457834345 L4_chemical_A1 +LQ03X022680 RNA-binding protein, putative 5.420488857 L4_chemical_A2 +LQ03X022680 RNA-binding protein, putative 5.426670036 L4_chemical_A3 +LQ03X022680 RNA-binding protein, putative 5.545446455 L4_chemical_B1 +LQ03X022680 RNA-binding protein, putative 5.487065958 L4_chemical_B2 +LQ03X022680 RNA-binding protein, putative 5.625134031 L4_chemical_B3 +LQ03X022680 RNA-binding protein, putative 5.118376655 L4_chemical_C2 +LQ03X022680 RNA-binding protein, putative 5.437201809 L4_chemical_C3 +LQ03X022710 Predicted protein (Fragment) 10.5175999 C6_control_A1 +LQ03X022710 Predicted protein (Fragment) 10.76832929 C6_control_A3 +LQ03X022710 Predicted protein (Fragment) 11.14746127 C6_control_B1 +LQ03X022710 Predicted protein (Fragment) 11.44200893 C6_control_B2 +LQ03X022710 Predicted protein (Fragment) 11.46340875 C6_control_B3 +LQ03X022710 Predicted protein (Fragment) 10.86906282 C6_control_C1 +LQ03X022710 Predicted protein (Fragment) 10.35324544 C6_control_C2 +LQ03X022710 Predicted protein (Fragment) 11.51236107 C6_control_C3 +LQ03X022710 Predicted protein (Fragment) 10.44391007 C6_chemical_A1 +LQ03X022710 Predicted protein (Fragment) 10.59332667 C6_chemical_A3 +LQ03X022710 Predicted protein (Fragment) 11.099478 C6_chemical_B1 +LQ03X022710 Predicted protein (Fragment) 11.05604925 C6_chemical_B2 +LQ03X022710 Predicted protein (Fragment) 11.16303529 C6_chemical_B3 +LQ03X022710 Predicted protein (Fragment) 10.60175715 C6_chemical_C1 +LQ03X022710 Predicted protein (Fragment) 10.41407549 C6_chemical_C2 +LQ03X022710 Predicted protein (Fragment) 10.60060713 C6_chemical_C3 +LQ03X022710 Predicted protein (Fragment) 10.17355512 L4_control_A1 +LQ03X022710 Predicted protein (Fragment) 10.3753141 L4_control_A2 +LQ03X022710 Predicted protein (Fragment) 10.15971557 L4_control_A3 +LQ03X022710 Predicted protein (Fragment) 11.39637398 L4_control_B1 +LQ03X022710 Predicted protein (Fragment) 10.6495907 L4_control_B2 +LQ03X022710 Predicted protein (Fragment) 10.96057673 L4_control_B3 +LQ03X022710 Predicted protein (Fragment) 10.28874533 L4_control_C2 +LQ03X022710 Predicted protein (Fragment) 10.32444417 L4_control_C3 +LQ03X022710 Predicted protein (Fragment) 9.783278779 L4_chemical_A1 +LQ03X022710 Predicted protein (Fragment) 10.31876533 L4_chemical_A2 +LQ03X022710 Predicted protein (Fragment) 10.10826224 L4_chemical_A3 +LQ03X022710 Predicted protein (Fragment) 11.02673251 L4_chemical_B1 +LQ03X022710 Predicted protein (Fragment) 11.06897075 L4_chemical_B2 +LQ03X022710 Predicted protein (Fragment) 11.26677894 L4_chemical_B3 +LQ03X022710 Predicted protein (Fragment) 10.6940292 L4_chemical_C2 +LQ03X022710 Predicted protein (Fragment) 10.07844505 L4_chemical_C3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.717904702 C6_control_A1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.631499458 C6_control_A3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.503331995 C6_control_B1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.22271902 C6_control_B2 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.344671938 C6_control_B3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.573383261 C6_control_C1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.207175593 C6_control_C2 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.391331057 C6_control_C3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.494472269 C6_chemical_A1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.544457917 C6_chemical_A3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.584209325 C6_chemical_B1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.305461287 C6_chemical_B2 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.73087608 C6_chemical_B3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.226934264 C6_chemical_C1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.417775685 C6_chemical_C2 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.250855811 C6_chemical_C3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.183291873 L4_control_A1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.439821578 L4_control_A2 +LQ03X022730 Putative Uncharacterized protein At5g39865 6.359312798 L4_control_A3 +LQ03X022730 Putative Uncharacterized protein At5g39865 4.880870536 L4_control_B1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.418408488 L4_control_B2 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.350623742 L4_control_B3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.417323489 L4_control_C2 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.549321858 L4_control_C3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.193696692 L4_chemical_A1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.79580968 L4_chemical_A2 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.443058971 L4_chemical_A3 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.125709359 L4_chemical_B1 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.842360743 L4_chemical_B2 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.406509973 L4_chemical_B3 +LQ03X022730 Putative Uncharacterized protein At5g39865 4.968667837 L4_chemical_C2 +LQ03X022730 Putative Uncharacterized protein At5g39865 4.943923114 L4_chemical_C3 +LQ03X022750 Putative Predicted protein 12.32631395 C6_control_A1 +LQ03X022750 Putative Predicted protein 12.40119096 C6_control_A3 +LQ03X022750 Putative Predicted protein 10.93666095 C6_control_B1 +LQ03X022750 Putative Predicted protein 9.99168181 C6_control_B2 +LQ03X022750 Putative Predicted protein 10.37963889 C6_control_B3 +LQ03X022750 Putative Predicted protein 6.837941677 C6_control_C1 +LQ03X022750 Putative Predicted protein 6.977326089 C6_control_C2 +LQ03X022750 Putative Predicted protein 7.180013753 C6_control_C3 +LQ03X022750 Putative Predicted protein 12.04153049 C6_chemical_A1 +LQ03X022750 Putative Predicted protein 12.11103995 C6_chemical_A3 +LQ03X022750 Putative Predicted protein 10.50077577 C6_chemical_B1 +LQ03X022750 Putative Predicted protein 10.0618386 C6_chemical_B2 +LQ03X022750 Putative Predicted protein 10.48278214 C6_chemical_B3 +LQ03X022750 Putative Predicted protein 6.890677871 C6_chemical_C1 +LQ03X022750 Putative Predicted protein 7.089290014 C6_chemical_C2 +LQ03X022750 Putative Predicted protein 6.618654123 C6_chemical_C3 +LQ03X022750 Putative Predicted protein 12.49962599 L4_control_A1 +LQ03X022750 Putative Predicted protein 12.33772533 L4_control_A2 +LQ03X022750 Putative Predicted protein 12.96787366 L4_control_A3 +LQ03X022750 Putative Predicted protein 9.921008745 L4_control_B1 +LQ03X022750 Putative Predicted protein 10.35239207 L4_control_B2 +LQ03X022750 Putative Predicted protein 8.674237614 L4_control_B3 +LQ03X022750 Putative Predicted protein 5.818044367 L4_control_C2 +LQ03X022750 Putative Predicted protein 6.175763342 L4_control_C3 +LQ03X022750 Putative Predicted protein 11.85553521 L4_chemical_A1 +LQ03X022750 Putative Predicted protein 12.01743763 L4_chemical_A2 +LQ03X022750 Putative Predicted protein 12.70329333 L4_chemical_A3 +LQ03X022750 Putative Predicted protein 10.67278629 L4_chemical_B1 +LQ03X022750 Putative Predicted protein 10.63257992 L4_chemical_B2 +LQ03X022750 Putative Predicted protein 11.18941071 L4_chemical_B3 +LQ03X022750 Putative Predicted protein 6.760791968 L4_chemical_C2 +LQ03X022750 Putative Predicted protein 5.615296598 L4_chemical_C3 +LQ03X022760 Putative uncharacterized protein 5.573873452 C6_control_A1 +LQ03X022760 Putative uncharacterized protein 5.353687685 C6_control_A3 +LQ03X022760 Putative uncharacterized protein 5.033409016 C6_control_B1 +LQ03X022760 Putative uncharacterized protein 5.318187968 C6_control_B2 +LQ03X022760 Putative uncharacterized protein 5.454860212 C6_control_B3 +LQ03X022760 Putative uncharacterized protein 5.54427762 C6_control_C1 +LQ03X022760 Putative uncharacterized protein 5.042884539 C6_control_C2 +LQ03X022760 Putative uncharacterized protein 5.278312548 C6_control_C3 +LQ03X022760 Putative uncharacterized protein 5.561215488 C6_chemical_A1 +LQ03X022760 Putative uncharacterized protein 5.678215148 C6_chemical_A3 +LQ03X022760 Putative uncharacterized protein 5.460704021 C6_chemical_B1 +LQ03X022760 Putative uncharacterized protein 5.199694052 C6_chemical_B2 +LQ03X022760 Putative uncharacterized protein 5.185012957 C6_chemical_B3 +LQ03X022760 Putative uncharacterized protein 4.936041024 C6_chemical_C1 +LQ03X022760 Putative uncharacterized protein 5.311889029 C6_chemical_C2 +LQ03X022760 Putative uncharacterized protein 5.09933782 C6_chemical_C3 +LQ03X022760 Putative uncharacterized protein 5.133060057 L4_control_A1 +LQ03X022760 Putative uncharacterized protein 5.297155509 L4_control_A2 +LQ03X022760 Putative uncharacterized protein 5.071710792 L4_control_A3 +LQ03X022760 Putative uncharacterized protein 5.492789303 L4_control_B1 +LQ03X022760 Putative uncharacterized protein 5.469680728 L4_control_B2 +LQ03X022760 Putative uncharacterized protein 5.026868079 L4_control_B3 +LQ03X022760 Putative uncharacterized protein 5.927000068 L4_control_C2 +LQ03X022760 Putative uncharacterized protein 6.04832536 L4_control_C3 +LQ03X022760 Putative uncharacterized protein 5.399276897 L4_chemical_A1 +LQ03X022760 Putative uncharacterized protein 6.044495137 L4_chemical_A2 +LQ03X022760 Putative uncharacterized protein 5.753334581 L4_chemical_A3 +LQ03X022760 Putative uncharacterized protein 5.340845762 L4_chemical_B1 +LQ03X022760 Putative uncharacterized protein 5.181713701 L4_chemical_B2 +LQ03X022760 Putative uncharacterized protein 5.488254167 L4_chemical_B3 +LQ03X022760 Putative uncharacterized protein 5.791862711 L4_chemical_C2 +LQ03X022760 Putative uncharacterized protein 5.82626622 L4_chemical_C3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.926765938 C6_control_A1 +LQ03X022770 Lung seven transmembrane receptor, putative 6.230667797 C6_control_A3 +LQ03X022770 Lung seven transmembrane receptor, putative 6.711994438 C6_control_B1 +LQ03X022770 Lung seven transmembrane receptor, putative 5.820125827 C6_control_B2 +LQ03X022770 Lung seven transmembrane receptor, putative 6.170173478 C6_control_B3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.813529443 C6_control_C1 +LQ03X022770 Lung seven transmembrane receptor, putative 6.365484721 C6_control_C2 +LQ03X022770 Lung seven transmembrane receptor, putative 5.872219842 C6_control_C3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.902888558 C6_chemical_A1 +LQ03X022770 Lung seven transmembrane receptor, putative 5.730661468 C6_chemical_A3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.852736582 C6_chemical_B1 +LQ03X022770 Lung seven transmembrane receptor, putative 5.655473084 C6_chemical_B2 +LQ03X022770 Lung seven transmembrane receptor, putative 5.784593298 C6_chemical_B3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.665546246 C6_chemical_C1 +LQ03X022770 Lung seven transmembrane receptor, putative 6.099012702 C6_chemical_C2 +LQ03X022770 Lung seven transmembrane receptor, putative 5.477448619 C6_chemical_C3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.778840245 L4_control_A1 +LQ03X022770 Lung seven transmembrane receptor, putative 5.910709165 L4_control_A2 +LQ03X022770 Lung seven transmembrane receptor, putative 5.88825791 L4_control_A3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.264378938 L4_control_B1 +LQ03X022770 Lung seven transmembrane receptor, putative 5.756308707 L4_control_B2 +LQ03X022770 Lung seven transmembrane receptor, putative 5.680793669 L4_control_B3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.992407753 L4_control_C2 +LQ03X022770 Lung seven transmembrane receptor, putative 5.877932662 L4_control_C3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.667800555 L4_chemical_A1 +LQ03X022770 Lung seven transmembrane receptor, putative 5.924496825 L4_chemical_A2 +LQ03X022770 Lung seven transmembrane receptor, putative 6.335835415 L4_chemical_A3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.776904798 L4_chemical_B1 +LQ03X022770 Lung seven transmembrane receptor, putative 5.697105256 L4_chemical_B2 +LQ03X022770 Lung seven transmembrane receptor, putative 6.012221765 L4_chemical_B3 +LQ03X022770 Lung seven transmembrane receptor, putative 5.844515872 L4_chemical_C2 +LQ03X022770 Lung seven transmembrane receptor, putative 5.727122927 L4_chemical_C3 +LQ03X022820 Putative Transcription factor ATR2 7.471360365 C6_control_A1 +LQ03X022820 Putative Transcription factor ATR2 7.277692329 C6_control_A3 +LQ03X022820 Putative Transcription factor ATR2 6.384550489 C6_control_B1 +LQ03X022820 Putative Transcription factor ATR2 6.900672864 C6_control_B2 +LQ03X022820 Putative Transcription factor ATR2 6.244223362 C6_control_B3 +LQ03X022820 Putative Transcription factor ATR2 5.946416356 C6_control_C1 +LQ03X022820 Putative Transcription factor ATR2 5.656172986 C6_control_C2 +LQ03X022820 Putative Transcription factor ATR2 5.487765049 C6_control_C3 +LQ03X022820 Putative Transcription factor ATR2 7.139310152 C6_chemical_A1 +LQ03X022820 Putative Transcription factor ATR2 6.642138434 C6_chemical_A3 +LQ03X022820 Putative Transcription factor ATR2 6.952915069 C6_chemical_B1 +LQ03X022820 Putative Transcription factor ATR2 6.35675972 C6_chemical_B2 +LQ03X022820 Putative Transcription factor ATR2 6.111847596 C6_chemical_B3 +LQ03X022820 Putative Transcription factor ATR2 6.199347269 C6_chemical_C1 +LQ03X022820 Putative Transcription factor ATR2 6.095593876 C6_chemical_C2 +LQ03X022820 Putative Transcription factor ATR2 5.812922915 C6_chemical_C3 +LQ03X022820 Putative Transcription factor ATR2 6.494594491 L4_control_A1 +LQ03X022820 Putative Transcription factor ATR2 5.810837986 L4_control_A2 +LQ03X022820 Putative Transcription factor ATR2 5.423618407 L4_control_A3 +LQ03X022820 Putative Transcription factor ATR2 5.983605954 L4_control_B1 +LQ03X022820 Putative Transcription factor ATR2 6.415785968 L4_control_B2 +LQ03X022820 Putative Transcription factor ATR2 5.287214088 L4_control_B3 +LQ03X022820 Putative Transcription factor ATR2 5.532783497 L4_control_C2 +LQ03X022820 Putative Transcription factor ATR2 5.273469074 L4_control_C3 +LQ03X022820 Putative Transcription factor ATR2 5.362318732 L4_chemical_A1 +LQ03X022820 Putative Transcription factor ATR2 5.50997235 L4_chemical_A2 +LQ03X022820 Putative Transcription factor ATR2 5.539819631 L4_chemical_A3 +LQ03X022820 Putative Transcription factor ATR2 6.40157916 L4_chemical_B1 +LQ03X022820 Putative Transcription factor ATR2 6.149523215 L4_chemical_B2 +LQ03X022820 Putative Transcription factor ATR2 5.334741427 L4_chemical_B3 +LQ03X022820 Putative Transcription factor ATR2 5.338909701 L4_chemical_C2 +LQ03X022820 Putative Transcription factor ATR2 5.381970512 L4_chemical_C3 +LQ03X022850 Galactose oxidase, putative 11.69999153 C6_control_A1 +LQ03X022850 Galactose oxidase, putative 11.76096546 C6_control_A3 +LQ03X022850 Galactose oxidase, putative 10.33752736 C6_control_B1 +LQ03X022850 Galactose oxidase, putative 6.049885511 C6_control_B2 +LQ03X022850 Galactose oxidase, putative 6.61178843 C6_control_B3 +LQ03X022850 Galactose oxidase, putative 5.363293302 C6_control_C1 +LQ03X022850 Galactose oxidase, putative 4.921942024 C6_control_C2 +LQ03X022850 Galactose oxidase, putative 4.649870782 C6_control_C3 +LQ03X022850 Galactose oxidase, putative 11.43820308 C6_chemical_A1 +LQ03X022850 Galactose oxidase, putative 11.69344927 C6_chemical_A3 +LQ03X022850 Galactose oxidase, putative 8.872156862 C6_chemical_B1 +LQ03X022850 Galactose oxidase, putative 5.663408591 C6_chemical_B2 +LQ03X022850 Galactose oxidase, putative 7.606708486 C6_chemical_B3 +LQ03X022850 Galactose oxidase, putative 5.172481979 C6_chemical_C1 +LQ03X022850 Galactose oxidase, putative 5.65890428 C6_chemical_C2 +LQ03X022850 Galactose oxidase, putative 4.933657824 C6_chemical_C3 +LQ03X022850 Galactose oxidase, putative 11.9742242 L4_control_A1 +LQ03X022850 Galactose oxidase, putative 12.68541193 L4_control_A2 +LQ03X022850 Galactose oxidase, putative 12.98207547 L4_control_A3 +LQ03X022850 Galactose oxidase, putative 8.268256729 L4_control_B1 +LQ03X022850 Galactose oxidase, putative 10.23763207 L4_control_B2 +LQ03X022850 Galactose oxidase, putative 6.051384952 L4_control_B3 +LQ03X022850 Galactose oxidase, putative 5.368527837 L4_control_C2 +LQ03X022850 Galactose oxidase, putative 5.293702008 L4_control_C3 +LQ03X022850 Galactose oxidase, putative 11.28070009 L4_chemical_A1 +LQ03X022850 Galactose oxidase, putative 11.07465819 L4_chemical_A2 +LQ03X022850 Galactose oxidase, putative 12.62448249 L4_chemical_A3 +LQ03X022850 Galactose oxidase, putative 9.677006664 L4_chemical_B1 +LQ03X022850 Galactose oxidase, putative 10.31902503 L4_chemical_B2 +LQ03X022850 Galactose oxidase, putative 10.28048948 L4_chemical_B3 +LQ03X022850 Galactose oxidase, putative 5.290577536 L4_chemical_C2 +LQ03X022850 Galactose oxidase, putative 5.947636043 L4_chemical_C3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.760697408 C6_control_A1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.832184913 C6_control_A3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.468583879 C6_control_B1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.59220679 C6_control_B2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.571387596 C6_control_B3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.389603257 C6_control_C1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.94095841 C6_control_C2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.460087947 C6_control_C3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.608188518 C6_chemical_A1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.946559678 C6_chemical_A3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.40838451 C6_chemical_B1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.505785319 C6_chemical_B2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.579212038 C6_chemical_B3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.876619241 C6_chemical_C1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.702438219 C6_chemical_C2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.280050895 C6_chemical_C3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.009646216 L4_control_A1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.461808758 L4_control_A2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.992208213 L4_control_A3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.638422023 L4_control_B1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.010604283 L4_control_B2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.794661745 L4_control_B3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.501797493 L4_control_C2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.526828927 L4_control_C3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.205196694 L4_chemical_A1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.921317302 L4_chemical_A2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.492708355 L4_chemical_A3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.367001883 L4_chemical_B1 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.985029195 L4_chemical_B2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.53043226 L4_chemical_B3 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 6.132563376 L4_chemical_C2 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 4.905848188 L4_chemical_C3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.490181575 C6_control_A1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.83103136 C6_control_A3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.451456932 C6_control_B1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.585891857 C6_control_B2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.890256023 C6_control_B3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 6.965374387 C6_control_C1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.867204622 C6_control_C2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.331184441 C6_control_C3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.356602631 C6_chemical_A1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.20092836 C6_chemical_A3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.393107495 C6_chemical_B1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.409754098 C6_chemical_B2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.676310001 C6_chemical_B3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 6.950007032 C6_chemical_C1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.719202398 C6_chemical_C2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.025771845 C6_chemical_C3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.545984616 L4_control_A1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.760498873 L4_control_A2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 8.211673846 L4_control_A3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.282502072 L4_control_B1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.740514164 L4_control_B2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.564580109 L4_control_B3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.649722148 L4_control_C2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.271617951 L4_control_C3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.147277381 L4_chemical_A1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.744316599 L4_chemical_A2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 8.187813468 L4_chemical_A3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.625605643 L4_chemical_B1 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 8.289423258 L4_chemical_B2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.655106114 L4_chemical_B3 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 8.005552012 L4_chemical_C2 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.444636436 L4_chemical_C3 +LQ03X022880 Cytochrome P450 78A3 5.168689551 C6_control_A1 +LQ03X022880 Cytochrome P450 78A3 5.299765657 C6_control_A3 +LQ03X022880 Cytochrome P450 78A3 5.797282624 C6_control_B1 +LQ03X022880 Cytochrome P450 78A3 5.226866725 C6_control_B2 +LQ03X022880 Cytochrome P450 78A3 6.094705373 C6_control_B3 +LQ03X022880 Cytochrome P450 78A3 5.93505526 C6_control_C1 +LQ03X022880 Cytochrome P450 78A3 6.018617507 C6_control_C2 +LQ03X022880 Cytochrome P450 78A3 5.315623359 C6_control_C3 +LQ03X022880 Cytochrome P450 78A3 5.477928769 C6_chemical_A1 +LQ03X022880 Cytochrome P450 78A3 5.425528193 C6_chemical_A3 +LQ03X022880 Cytochrome P450 78A3 5.489947784 C6_chemical_B1 +LQ03X022880 Cytochrome P450 78A3 5.239688014 C6_chemical_B2 +LQ03X022880 Cytochrome P450 78A3 5.413757548 C6_chemical_B3 +LQ03X022880 Cytochrome P450 78A3 5.581105758 C6_chemical_C1 +LQ03X022880 Cytochrome P450 78A3 5.690084235 C6_chemical_C2 +LQ03X022880 Cytochrome P450 78A3 5.24453635 C6_chemical_C3 +LQ03X022880 Cytochrome P450 78A3 5.250568409 L4_control_A1 +LQ03X022880 Cytochrome P450 78A3 5.135494157 L4_control_A2 +LQ03X022880 Cytochrome P450 78A3 5.529338825 L4_control_A3 +LQ03X022880 Cytochrome P450 78A3 5.167442298 L4_control_B1 +LQ03X022880 Cytochrome P450 78A3 5.328627267 L4_control_B2 +LQ03X022880 Cytochrome P450 78A3 5.200944589 L4_control_B3 +LQ03X022880 Cytochrome P450 78A3 5.099822581 L4_control_C2 +LQ03X022880 Cytochrome P450 78A3 6.444409638 L4_control_C3 +LQ03X022880 Cytochrome P450 78A3 5.04002654 L4_chemical_A1 +LQ03X022880 Cytochrome P450 78A3 5.24028588 L4_chemical_A2 +LQ03X022880 Cytochrome P450 78A3 5.220230636 L4_chemical_A3 +LQ03X022880 Cytochrome P450 78A3 5.481383291 L4_chemical_B1 +LQ03X022880 Cytochrome P450 78A3 5.971326449 L4_chemical_B2 +LQ03X022880 Cytochrome P450 78A3 5.240816698 L4_chemical_B3 +LQ03X022880 Cytochrome P450 78A3 5.448599378 L4_chemical_C2 +LQ03X022880 Cytochrome P450 78A3 5.601023378 L4_chemical_C3 +LQ03X022890 Putative Methionine gamma-lyase 10.25102827 C6_control_A1 +LQ03X022890 Putative Methionine gamma-lyase 10.15879314 C6_control_A3 +LQ03X022890 Putative Methionine gamma-lyase 11.8068981 C6_control_B1 +LQ03X022890 Putative Methionine gamma-lyase 11.97788933 C6_control_B2 +LQ03X022890 Putative Methionine gamma-lyase 11.90239828 C6_control_B3 +LQ03X022890 Putative Methionine gamma-lyase 13.8338977 C6_control_C1 +LQ03X022890 Putative Methionine gamma-lyase 13.18186506 C6_control_C2 +LQ03X022890 Putative Methionine gamma-lyase 13.35136549 C6_control_C3 +LQ03X022890 Putative Methionine gamma-lyase 10.80819086 C6_chemical_A1 +LQ03X022890 Putative Methionine gamma-lyase 11.67699914 C6_chemical_A3 +LQ03X022890 Putative Methionine gamma-lyase 13.08960866 C6_chemical_B1 +LQ03X022890 Putative Methionine gamma-lyase 12.69078859 C6_chemical_B2 +LQ03X022890 Putative Methionine gamma-lyase 12.79718017 C6_chemical_B3 +LQ03X022890 Putative Methionine gamma-lyase 14.65604288 C6_chemical_C1 +LQ03X022890 Putative Methionine gamma-lyase 13.87815109 C6_chemical_C2 +LQ03X022890 Putative Methionine gamma-lyase 14.69422077 C6_chemical_C3 +LQ03X022890 Putative Methionine gamma-lyase 9.615846247 L4_control_A1 +LQ03X022890 Putative Methionine gamma-lyase 9.515113757 L4_control_A2 +LQ03X022890 Putative Methionine gamma-lyase 9.050204982 L4_control_A3 +LQ03X022890 Putative Methionine gamma-lyase 12.24368501 L4_control_B1 +LQ03X022890 Putative Methionine gamma-lyase 11.54622797 L4_control_B2 +LQ03X022890 Putative Methionine gamma-lyase 10.1854572 L4_control_B3 +LQ03X022890 Putative Methionine gamma-lyase 13.08157373 L4_control_C2 +LQ03X022890 Putative Methionine gamma-lyase 12.53763119 L4_control_C3 +LQ03X022890 Putative Methionine gamma-lyase 12.35384428 L4_chemical_A1 +LQ03X022890 Putative Methionine gamma-lyase 13.06288096 L4_chemical_A2 +LQ03X022890 Putative Methionine gamma-lyase 10.68182238 L4_chemical_A3 +LQ03X022890 Putative Methionine gamma-lyase 12.99654258 L4_chemical_B1 +LQ03X022890 Putative Methionine gamma-lyase 12.74458764 L4_chemical_B2 +LQ03X022890 Putative Methionine gamma-lyase 10.7531237 L4_chemical_B3 +LQ03X022890 Putative Methionine gamma-lyase 14.2037306 L4_chemical_C2 +LQ03X022890 Putative Methionine gamma-lyase 13.40572571 L4_chemical_C3 +LQ03X022900 Hypothetical protein 5.037632304 C6_control_A1 +LQ03X022900 Hypothetical protein 5.080074454 C6_control_A3 +LQ03X022900 Hypothetical protein 5.064259057 C6_control_B1 +LQ03X022900 Hypothetical protein 5.326358179 C6_control_B2 +LQ03X022900 Hypothetical protein 4.918121406 C6_control_B3 +LQ03X022900 Hypothetical protein 5.78668057 C6_control_C1 +LQ03X022900 Hypothetical protein 4.895990432 C6_control_C2 +LQ03X022900 Hypothetical protein 5.529090114 C6_control_C3 +LQ03X022900 Hypothetical protein 5.350737551 C6_chemical_A1 +LQ03X022900 Hypothetical protein 4.841070126 C6_chemical_A3 +LQ03X022900 Hypothetical protein 5.027340335 C6_chemical_B1 +LQ03X022900 Hypothetical protein 5.146064805 C6_chemical_B2 +LQ03X022900 Hypothetical protein 4.977972021 C6_chemical_B3 +LQ03X022900 Hypothetical protein 4.926556705 C6_chemical_C1 +LQ03X022900 Hypothetical protein 5.447002015 C6_chemical_C2 +LQ03X022900 Hypothetical protein 5.090353011 C6_chemical_C3 +LQ03X022900 Hypothetical protein 4.900963686 L4_control_A1 +LQ03X022900 Hypothetical protein 4.852587622 L4_control_A2 +LQ03X022900 Hypothetical protein 5.63631081 L4_control_A3 +LQ03X022900 Hypothetical protein 6.131030449 L4_control_B1 +LQ03X022900 Hypothetical protein 5.370258096 L4_control_B2 +LQ03X022900 Hypothetical protein 4.70412509 L4_control_B3 +LQ03X022900 Hypothetical protein 4.796715976 L4_control_C2 +LQ03X022900 Hypothetical protein 4.671341938 L4_control_C3 +LQ03X022900 Hypothetical protein 4.71075019 L4_chemical_A1 +LQ03X022900 Hypothetical protein 4.983917342 L4_chemical_A2 +LQ03X022900 Hypothetical protein 5.372924952 L4_chemical_A3 +LQ03X022900 Hypothetical protein 5.109127168 L4_chemical_B1 +LQ03X022900 Hypothetical protein 5.370145975 L4_chemical_B2 +LQ03X022900 Hypothetical protein 4.778280616 L4_chemical_B3 +LQ03X022900 Hypothetical protein 4.744304265 L4_chemical_C2 +LQ03X022900 Hypothetical protein 4.776056886 L4_chemical_C3 +LQ03X022960 Putative uncharacterized protein 13.97403754 C6_control_A1 +LQ03X022960 Putative uncharacterized protein 13.90781245 C6_control_A3 +LQ03X022960 Putative uncharacterized protein 14.07138489 C6_control_B1 +LQ03X022960 Putative uncharacterized protein 13.74453716 C6_control_B2 +LQ03X022960 Putative uncharacterized protein 13.85876368 C6_control_B3 +LQ03X022960 Putative uncharacterized protein 13.19709806 C6_control_C1 +LQ03X022960 Putative uncharacterized protein 12.85600547 C6_control_C2 +LQ03X022960 Putative uncharacterized protein 13.08673476 C6_control_C3 +LQ03X022960 Putative uncharacterized protein 14.04860108 C6_chemical_A1 +LQ03X022960 Putative uncharacterized protein 13.91451449 C6_chemical_A3 +LQ03X022960 Putative uncharacterized protein 13.86199367 C6_chemical_B1 +LQ03X022960 Putative uncharacterized protein 13.81871939 C6_chemical_B2 +LQ03X022960 Putative uncharacterized protein 13.74814221 C6_chemical_B3 +LQ03X022960 Putative uncharacterized protein 13.1199213 C6_chemical_C1 +LQ03X022960 Putative uncharacterized protein 13.01022581 C6_chemical_C2 +LQ03X022960 Putative uncharacterized protein 13.14075765 C6_chemical_C3 +LQ03X022960 Putative uncharacterized protein 13.95853259 L4_control_A1 +LQ03X022960 Putative uncharacterized protein 14.10923853 L4_control_A2 +LQ03X022960 Putative uncharacterized protein 13.97434845 L4_control_A3 +LQ03X022960 Putative uncharacterized protein 13.81248311 L4_control_B1 +LQ03X022960 Putative uncharacterized protein 13.73266233 L4_control_B2 +LQ03X022960 Putative uncharacterized protein 13.39802229 L4_control_B3 +LQ03X022960 Putative uncharacterized protein 13.03947344 L4_control_C2 +LQ03X022960 Putative uncharacterized protein 13.25236542 L4_control_C3 +LQ03X022960 Putative uncharacterized protein 13.77847992 L4_chemical_A1 +LQ03X022960 Putative uncharacterized protein 14.10183042 L4_chemical_A2 +LQ03X022960 Putative uncharacterized protein 13.85558813 L4_chemical_A3 +LQ03X022960 Putative uncharacterized protein 13.63055649 L4_chemical_B1 +LQ03X022960 Putative uncharacterized protein 13.6226342 L4_chemical_B2 +LQ03X022960 Putative uncharacterized protein 13.75895572 L4_chemical_B3 +LQ03X022960 Putative uncharacterized protein 12.9219177 L4_chemical_C2 +LQ03X022960 Putative uncharacterized protein 13.4032521 L4_chemical_C3 +LQ03X022970 Metal-nicotianamine transporter YSL1 10.90724276 C6_control_A1 +LQ03X022970 Metal-nicotianamine transporter YSL1 11.57791742 C6_control_A3 +LQ03X022970 Metal-nicotianamine transporter YSL1 10.62295473 C6_control_B1 +LQ03X022970 Metal-nicotianamine transporter YSL1 10.67917767 C6_control_B2 +LQ03X022970 Metal-nicotianamine transporter YSL1 10.3456261 C6_control_B3 +LQ03X022970 Metal-nicotianamine transporter YSL1 13.63146893 C6_control_C1 +LQ03X022970 Metal-nicotianamine transporter YSL1 13.05861179 C6_control_C2 +LQ03X022970 Metal-nicotianamine transporter YSL1 13.14767359 C6_control_C3 +LQ03X022970 Metal-nicotianamine transporter YSL1 10.95028216 C6_chemical_A1 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.1411449 C6_chemical_A3 +LQ03X022970 Metal-nicotianamine transporter YSL1 10.93631038 C6_chemical_B1 +LQ03X022970 Metal-nicotianamine transporter YSL1 11.01050139 C6_chemical_B2 +LQ03X022970 Metal-nicotianamine transporter YSL1 11.61926512 C6_chemical_B3 +LQ03X022970 Metal-nicotianamine transporter YSL1 13.46837738 C6_chemical_C1 +LQ03X022970 Metal-nicotianamine transporter YSL1 13.0761038 C6_chemical_C2 +LQ03X022970 Metal-nicotianamine transporter YSL1 13.78137322 C6_chemical_C3 +LQ03X022970 Metal-nicotianamine transporter YSL1 11.63536916 L4_control_A1 +LQ03X022970 Metal-nicotianamine transporter YSL1 11.68511046 L4_control_A2 +LQ03X022970 Metal-nicotianamine transporter YSL1 11.19978651 L4_control_A3 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.25646796 L4_control_B1 +LQ03X022970 Metal-nicotianamine transporter YSL1 11.5491116 L4_control_B2 +LQ03X022970 Metal-nicotianamine transporter YSL1 10.94957636 L4_control_B3 +LQ03X022970 Metal-nicotianamine transporter YSL1 13.19738554 L4_control_C2 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.93467789 L4_control_C3 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.20120506 L4_chemical_A1 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.15142325 L4_chemical_A2 +LQ03X022970 Metal-nicotianamine transporter YSL1 11.89440748 L4_chemical_A3 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.66182486 L4_chemical_B1 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.06527538 L4_chemical_B2 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.48162809 L4_chemical_B3 +LQ03X022970 Metal-nicotianamine transporter YSL1 12.94987327 L4_chemical_C2 +LQ03X022970 Metal-nicotianamine transporter YSL1 13.53520126 L4_chemical_C3 +LQ03X022980 Predicted protein 5.59650858 C6_control_A1 +LQ03X022980 Predicted protein 5.447824797 C6_control_A3 +LQ03X022980 Predicted protein 5.420977985 C6_control_B1 +LQ03X022980 Predicted protein 5.427572024 C6_control_B2 +LQ03X022980 Predicted protein 5.51086157 C6_control_B3 +LQ03X022980 Predicted protein 5.331741405 C6_control_C1 +LQ03X022980 Predicted protein 4.993295823 C6_control_C2 +LQ03X022980 Predicted protein 5.176253878 C6_control_C3 +LQ03X022980 Predicted protein 5.38834249 C6_chemical_A1 +LQ03X022980 Predicted protein 5.465381869 C6_chemical_A3 +LQ03X022980 Predicted protein 5.456828585 C6_chemical_B1 +LQ03X022980 Predicted protein 5.29613934 C6_chemical_B2 +LQ03X022980 Predicted protein 5.497554861 C6_chemical_B3 +LQ03X022980 Predicted protein 5.170100637 C6_chemical_C1 +LQ03X022980 Predicted protein 5.179847839 C6_chemical_C2 +LQ03X022980 Predicted protein 5.015091385 C6_chemical_C3 +LQ03X022980 Predicted protein 5.155332886 L4_control_A1 +LQ03X022980 Predicted protein 5.049016944 L4_control_A2 +LQ03X022980 Predicted protein 6.12003072 L4_control_A3 +LQ03X022980 Predicted protein 5.678274142 L4_control_B1 +LQ03X022980 Predicted protein 5.036261988 L4_control_B2 +LQ03X022980 Predicted protein 5.352937524 L4_control_B3 +LQ03X022980 Predicted protein 5.105811918 L4_control_C2 +LQ03X022980 Predicted protein 5.193123681 L4_control_C3 +LQ03X022980 Predicted protein 5.273044225 L4_chemical_A1 +LQ03X022980 Predicted protein 5.301007919 L4_chemical_A2 +LQ03X022980 Predicted protein 6.377824978 L4_chemical_A3 +LQ03X022980 Predicted protein 5.533744743 L4_chemical_B1 +LQ03X022980 Predicted protein 5.297093271 L4_chemical_B2 +LQ03X022980 Predicted protein 5.287332351 L4_chemical_B3 +LQ03X022980 Predicted protein 7.128387281 L4_chemical_C2 +LQ03X022980 Predicted protein 5.503797304 L4_chemical_C3 +LQ03X022990 Serine/threonine protein kinase, putative 11.83847562 C6_control_A1 +LQ03X022990 Serine/threonine protein kinase, putative 11.83144334 C6_control_A3 +LQ03X022990 Serine/threonine protein kinase, putative 12.01257111 C6_control_B1 +LQ03X022990 Serine/threonine protein kinase, putative 11.82281284 C6_control_B2 +LQ03X022990 Serine/threonine protein kinase, putative 11.71920592 C6_control_B3 +LQ03X022990 Serine/threonine protein kinase, putative 12.73168358 C6_control_C1 +LQ03X022990 Serine/threonine protein kinase, putative 12.22329328 C6_control_C2 +LQ03X022990 Serine/threonine protein kinase, putative 12.56663593 C6_control_C3 +LQ03X022990 Serine/threonine protein kinase, putative 11.79100103 C6_chemical_A1 +LQ03X022990 Serine/threonine protein kinase, putative 11.88991539 C6_chemical_A3 +LQ03X022990 Serine/threonine protein kinase, putative 11.79054683 C6_chemical_B1 +LQ03X022990 Serine/threonine protein kinase, putative 12.11114116 C6_chemical_B2 +LQ03X022990 Serine/threonine protein kinase, putative 11.85913766 C6_chemical_B3 +LQ03X022990 Serine/threonine protein kinase, putative 12.66560264 C6_chemical_C1 +LQ03X022990 Serine/threonine protein kinase, putative 12.31253868 C6_chemical_C2 +LQ03X022990 Serine/threonine protein kinase, putative 12.76907537 C6_chemical_C3 +LQ03X022990 Serine/threonine protein kinase, putative 11.78420749 L4_control_A1 +LQ03X022990 Serine/threonine protein kinase, putative 11.63448063 L4_control_A2 +LQ03X022990 Serine/threonine protein kinase, putative 11.23104495 L4_control_A3 +LQ03X022990 Serine/threonine protein kinase, putative 12.18169873 L4_control_B1 +LQ03X022990 Serine/threonine protein kinase, putative 11.53452399 L4_control_B2 +LQ03X022990 Serine/threonine protein kinase, putative 11.85191884 L4_control_B3 +LQ03X022990 Serine/threonine protein kinase, putative 12.4986367 L4_control_C2 +LQ03X022990 Serine/threonine protein kinase, putative 12.09229136 L4_control_C3 +LQ03X022990 Serine/threonine protein kinase, putative 12.30783469 L4_chemical_A1 +LQ03X022990 Serine/threonine protein kinase, putative 11.84883003 L4_chemical_A2 +LQ03X022990 Serine/threonine protein kinase, putative 11.57513819 L4_chemical_A3 +LQ03X022990 Serine/threonine protein kinase, putative 12.21156173 L4_chemical_B1 +LQ03X022990 Serine/threonine protein kinase, putative 11.68185505 L4_chemical_B2 +LQ03X022990 Serine/threonine protein kinase, putative 12.13836959 L4_chemical_B3 +LQ03X022990 Serine/threonine protein kinase, putative 12.20390515 L4_chemical_C2 +LQ03X022990 Serine/threonine protein kinase, putative 12.08341345 L4_chemical_C3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.328199319 C6_control_A1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.943974028 C6_control_A3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.405524723 C6_control_B1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.899153529 C6_control_B2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.905200801 C6_control_B3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.775756004 C6_control_C1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 6.225478159 C6_control_C2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.994534762 C6_control_C3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.899350448 C6_chemical_A1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.97875898 C6_chemical_A3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.190430796 C6_chemical_B1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.849934253 C6_chemical_B2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.896691786 C6_chemical_B3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.824408993 C6_chemical_C1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.00775551 C6_chemical_C2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.899459372 C6_chemical_C3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.076072389 L4_control_A1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.045697786 L4_control_A2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.330950571 L4_control_A3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.259966571 L4_control_B1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.135023434 L4_control_B2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.8650409 L4_control_B3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 6.041409897 L4_control_C2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.991378726 L4_control_C3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.947440252 L4_chemical_A1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.164520797 L4_chemical_A2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.24270925 L4_chemical_A3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.396610194 L4_chemical_B1 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.549903947 L4_chemical_B2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.09131627 L4_chemical_B3 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.284626649 L4_chemical_C2 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 5.201586123 L4_chemical_C3 +LQ03X023030 Predicted protein 11.23639445 C6_control_A1 +LQ03X023030 Predicted protein 11.32284236 C6_control_A3 +LQ03X023030 Predicted protein 11.63043309 C6_control_B1 +LQ03X023030 Predicted protein 12.44444332 C6_control_B2 +LQ03X023030 Predicted protein 11.93288362 C6_control_B3 +LQ03X023030 Predicted protein 12.34687423 C6_control_C1 +LQ03X023030 Predicted protein 12.62861918 C6_control_C2 +LQ03X023030 Predicted protein 12.16464622 C6_control_C3 +LQ03X023030 Predicted protein 11.16946051 C6_chemical_A1 +LQ03X023030 Predicted protein 11.6691611 C6_chemical_A3 +LQ03X023030 Predicted protein 11.71717058 C6_chemical_B1 +LQ03X023030 Predicted protein 12.54779125 C6_chemical_B2 +LQ03X023030 Predicted protein 11.61616156 C6_chemical_B3 +LQ03X023030 Predicted protein 12.09673626 C6_chemical_C1 +LQ03X023030 Predicted protein 12.59536044 C6_chemical_C2 +LQ03X023030 Predicted protein 12.02517307 C6_chemical_C3 +LQ03X023030 Predicted protein 10.46436474 L4_control_A1 +LQ03X023030 Predicted protein 11.52427799 L4_control_A2 +LQ03X023030 Predicted protein 11.09147042 L4_control_A3 +LQ03X023030 Predicted protein 11.2913087 L4_control_B1 +LQ03X023030 Predicted protein 11.85135032 L4_control_B2 +LQ03X023030 Predicted protein 12.03048422 L4_control_B3 +LQ03X023030 Predicted protein 12.12245508 L4_control_C2 +LQ03X023030 Predicted protein 12.0903699 L4_control_C3 +LQ03X023030 Predicted protein 10.25491783 L4_chemical_A1 +LQ03X023030 Predicted protein 11.26940712 L4_chemical_A2 +LQ03X023030 Predicted protein 10.42628171 L4_chemical_A3 +LQ03X023030 Predicted protein 11.07384809 L4_chemical_B1 +LQ03X023030 Predicted protein 11.6791959 L4_chemical_B2 +LQ03X023030 Predicted protein 11.38253243 L4_chemical_B3 +LQ03X023030 Predicted protein 12.14511864 L4_chemical_C2 +LQ03X023030 Predicted protein 12.31329256 L4_chemical_C3 +LQ03X023050 Hypothetical protein 12.50994962 C6_control_A1 +LQ03X023050 Hypothetical protein 12.35244437 C6_control_A3 +LQ03X023050 Hypothetical protein 12.34749667 C6_control_B1 +LQ03X023050 Hypothetical protein 13.13196089 C6_control_B2 +LQ03X023050 Hypothetical protein 13.16516214 C6_control_B3 +LQ03X023050 Hypothetical protein 8.012592216 C6_control_C1 +LQ03X023050 Hypothetical protein 9.636724997 C6_control_C2 +LQ03X023050 Hypothetical protein 11.72145232 C6_control_C3 +LQ03X023050 Hypothetical protein 12.9778082 C6_chemical_A1 +LQ03X023050 Hypothetical protein 12.16200487 C6_chemical_A3 +LQ03X023050 Hypothetical protein 12.38441775 C6_chemical_B1 +LQ03X023050 Hypothetical protein 13.18488034 C6_chemical_B2 +LQ03X023050 Hypothetical protein 12.54268103 C6_chemical_B3 +LQ03X023050 Hypothetical protein 9.42172946 C6_chemical_C1 +LQ03X023050 Hypothetical protein 8.370422265 C6_chemical_C2 +LQ03X023050 Hypothetical protein 10.9124305 C6_chemical_C3 +LQ03X023050 Hypothetical protein 13.52214871 L4_control_A1 +LQ03X023050 Hypothetical protein 12.61981251 L4_control_A2 +LQ03X023050 Hypothetical protein 13.7761519 L4_control_A3 +LQ03X023050 Hypothetical protein 12.23285865 L4_control_B1 +LQ03X023050 Hypothetical protein 12.02631806 L4_control_B2 +LQ03X023050 Hypothetical protein 11.8061415 L4_control_B3 +LQ03X023050 Hypothetical protein 7.628045009 L4_control_C2 +LQ03X023050 Hypothetical protein 8.520247141 L4_control_C3 +LQ03X023050 Hypothetical protein 13.24052988 L4_chemical_A1 +LQ03X023050 Hypothetical protein 13.52359904 L4_chemical_A2 +LQ03X023050 Hypothetical protein 13.36320654 L4_chemical_A3 +LQ03X023050 Hypothetical protein 11.87312721 L4_chemical_B1 +LQ03X023050 Hypothetical protein 13.39299047 L4_chemical_B2 +LQ03X023050 Hypothetical protein 13.27535667 L4_chemical_B3 +LQ03X023050 Hypothetical protein 8.485548432 L4_chemical_C2 +LQ03X023050 Hypothetical protein 9.846662264 L4_chemical_C3 +LQ03X023080 Predicted protein 5.810822678 C6_control_A1 +LQ03X023080 Predicted protein 5.449416698 C6_control_A3 +LQ03X023080 Predicted protein 5.692419125 C6_control_B1 +LQ03X023080 Predicted protein 4.933273021 C6_control_B2 +LQ03X023080 Predicted protein 5.592237747 C6_control_B3 +LQ03X023080 Predicted protein 5.900053257 C6_control_C1 +LQ03X023080 Predicted protein 5.966774117 C6_control_C2 +LQ03X023080 Predicted protein 5.335521517 C6_control_C3 +LQ03X023080 Predicted protein 5.25288069 C6_chemical_A1 +LQ03X023080 Predicted protein 5.263175509 C6_chemical_A3 +LQ03X023080 Predicted protein 5.46398697 C6_chemical_B1 +LQ03X023080 Predicted protein 5.288093152 C6_chemical_B2 +LQ03X023080 Predicted protein 5.699021533 C6_chemical_B3 +LQ03X023080 Predicted protein 5.459432634 C6_chemical_C1 +LQ03X023080 Predicted protein 5.100044219 C6_chemical_C2 +LQ03X023080 Predicted protein 5.645456409 C6_chemical_C3 +LQ03X023080 Predicted protein 5.542543706 L4_control_A1 +LQ03X023080 Predicted protein 5.408657198 L4_control_A2 +LQ03X023080 Predicted protein 5.274616629 L4_control_A3 +LQ03X023080 Predicted protein 5.225641785 L4_control_B1 +LQ03X023080 Predicted protein 5.381910537 L4_control_B2 +LQ03X023080 Predicted protein 5.850685723 L4_control_B3 +LQ03X023080 Predicted protein 5.189439306 L4_control_C2 +LQ03X023080 Predicted protein 6.544879901 L4_control_C3 +LQ03X023080 Predicted protein 5.531443131 L4_chemical_A1 +LQ03X023080 Predicted protein 5.551055585 L4_chemical_A2 +LQ03X023080 Predicted protein 5.632571181 L4_chemical_A3 +LQ03X023080 Predicted protein 5.871159418 L4_chemical_B1 +LQ03X023080 Predicted protein 5.367332314 L4_chemical_B2 +LQ03X023080 Predicted protein 5.507487627 L4_chemical_B3 +LQ03X023080 Predicted protein 5.898303143 L4_chemical_C2 +LQ03X023080 Predicted protein 5.451884679 L4_chemical_C3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.01433423 C6_control_A1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.352456638 C6_control_A3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.041573214 C6_control_B1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 4.970950044 C6_control_B2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.335065257 C6_control_B3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 4.954216029 C6_control_C1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.543852921 C6_control_C2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.168918071 C6_control_C3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.114806276 C6_chemical_A1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.002138827 C6_chemical_A3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.018621661 C6_chemical_B1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.064046014 C6_chemical_B2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.38057035 C6_chemical_B3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.325059807 C6_chemical_C1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.371331218 C6_chemical_C2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.300582287 C6_chemical_C3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 4.994282065 L4_control_A1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 4.964862303 L4_control_A2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.002756561 L4_control_A3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.093404517 L4_control_B1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.23106147 L4_control_B2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.495113198 L4_control_B3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.021993751 L4_control_C2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.932777263 L4_control_C3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.130734663 L4_chemical_A1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 4.851588085 L4_chemical_A2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 4.749721145 L4_chemical_A3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 4.85031175 L4_chemical_B1 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.166713631 L4_chemical_B2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.297444784 L4_chemical_B3 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 4.969025122 L4_chemical_C2 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.808831099 L4_chemical_C3 +LQ03X023110 Transcription factor MYC2 13.24926793 C6_control_A1 +LQ03X023110 Transcription factor MYC2 13.01526891 C6_control_A3 +LQ03X023110 Transcription factor MYC2 13.32816465 C6_control_B1 +LQ03X023110 Transcription factor MYC2 13.433407 C6_control_B2 +LQ03X023110 Transcription factor MYC2 13.4907848 C6_control_B3 +LQ03X023110 Transcription factor MYC2 14.3690287 C6_control_C1 +LQ03X023110 Transcription factor MYC2 14.1559074 C6_control_C2 +LQ03X023110 Transcription factor MYC2 14.09295053 C6_control_C3 +LQ03X023110 Transcription factor MYC2 13.68669211 C6_chemical_A1 +LQ03X023110 Transcription factor MYC2 13.45510994 C6_chemical_A3 +LQ03X023110 Transcription factor MYC2 13.66926263 C6_chemical_B1 +LQ03X023110 Transcription factor MYC2 13.7307887 C6_chemical_B2 +LQ03X023110 Transcription factor MYC2 13.98651753 C6_chemical_B3 +LQ03X023110 Transcription factor MYC2 14.54435295 C6_chemical_C1 +LQ03X023110 Transcription factor MYC2 14.25847958 C6_chemical_C2 +LQ03X023110 Transcription factor MYC2 14.67568235 C6_chemical_C3 +LQ03X023110 Transcription factor MYC2 13.46681893 L4_control_A1 +LQ03X023110 Transcription factor MYC2 13.5437644 L4_control_A2 +LQ03X023110 Transcription factor MYC2 13.38880025 L4_control_A3 +LQ03X023110 Transcription factor MYC2 13.54730613 L4_control_B1 +LQ03X023110 Transcription factor MYC2 13.46406773 L4_control_B2 +LQ03X023110 Transcription factor MYC2 14.34017993 L4_control_B3 +LQ03X023110 Transcription factor MYC2 13.72285989 L4_control_C2 +LQ03X023110 Transcription factor MYC2 14.51503457 L4_control_C3 +LQ03X023110 Transcription factor MYC2 14.10882009 L4_chemical_A1 +LQ03X023110 Transcription factor MYC2 13.83000391 L4_chemical_A2 +LQ03X023110 Transcription factor MYC2 13.7165309 L4_chemical_A3 +LQ03X023110 Transcription factor MYC2 13.63057207 L4_chemical_B1 +LQ03X023110 Transcription factor MYC2 13.48767938 L4_chemical_B2 +LQ03X023110 Transcription factor MYC2 14.13860502 L4_chemical_B3 +LQ03X023110 Transcription factor MYC2 13.87479542 L4_chemical_C2 +LQ03X023110 Transcription factor MYC2 14.38274233 L4_chemical_C3 +LQ03X023140 Predicted protein 6.934090032 C6_control_A1 +LQ03X023140 Predicted protein 6.529759903 C6_control_A3 +LQ03X023140 Predicted protein 7.897780767 C6_control_B1 +LQ03X023140 Predicted protein 7.1424543 C6_control_B2 +LQ03X023140 Predicted protein 7.709595192 C6_control_B3 +LQ03X023140 Predicted protein 8.140657384 C6_control_C1 +LQ03X023140 Predicted protein 6.624211935 C6_control_C2 +LQ03X023140 Predicted protein 7.556286879 C6_control_C3 +LQ03X023140 Predicted protein 6.660691805 C6_chemical_A1 +LQ03X023140 Predicted protein 7.239186392 C6_chemical_A3 +LQ03X023140 Predicted protein 8.12267807 C6_chemical_B1 +LQ03X023140 Predicted protein 7.264408005 C6_chemical_B2 +LQ03X023140 Predicted protein 7.983730875 C6_chemical_B3 +LQ03X023140 Predicted protein 7.763433085 C6_chemical_C1 +LQ03X023140 Predicted protein 7.715933553 C6_chemical_C2 +LQ03X023140 Predicted protein 8.093751864 C6_chemical_C3 +LQ03X023140 Predicted protein 7.002744356 L4_control_A1 +LQ03X023140 Predicted protein 6.651253726 L4_control_A2 +LQ03X023140 Predicted protein 6.918020116 L4_control_A3 +LQ03X023140 Predicted protein 7.372526592 L4_control_B1 +LQ03X023140 Predicted protein 8.594413261 L4_control_B2 +LQ03X023140 Predicted protein 7.82662372 L4_control_B3 +LQ03X023140 Predicted protein 9.134931567 L4_control_C2 +LQ03X023140 Predicted protein 9.130135863 L4_control_C3 +LQ03X023140 Predicted protein 7.168674165 L4_chemical_A1 +LQ03X023140 Predicted protein 7.013834313 L4_chemical_A2 +LQ03X023140 Predicted protein 6.667022779 L4_chemical_A3 +LQ03X023140 Predicted protein 8.128805207 L4_chemical_B1 +LQ03X023140 Predicted protein 8.198535683 L4_chemical_B2 +LQ03X023140 Predicted protein 7.448171423 L4_chemical_B3 +LQ03X023140 Predicted protein 8.968975653 L4_chemical_C2 +LQ03X023140 Predicted protein 9.271725972 L4_chemical_C3 +LQ03X023150 Abscisic acid receptor PYR1 6.593946881 C6_control_A1 +LQ03X023150 Abscisic acid receptor PYR1 5.482938021 C6_control_A3 +LQ03X023150 Abscisic acid receptor PYR1 5.846402406 C6_control_B1 +LQ03X023150 Abscisic acid receptor PYR1 5.406748818 C6_control_B2 +LQ03X023150 Abscisic acid receptor PYR1 6.238095668 C6_control_B3 +LQ03X023150 Abscisic acid receptor PYR1 5.966775464 C6_control_C1 +LQ03X023150 Abscisic acid receptor PYR1 5.966660344 C6_control_C2 +LQ03X023150 Abscisic acid receptor PYR1 6.408616495 C6_control_C3 +LQ03X023150 Abscisic acid receptor PYR1 5.685439265 C6_chemical_A1 +LQ03X023150 Abscisic acid receptor PYR1 5.246226917 C6_chemical_A3 +LQ03X023150 Abscisic acid receptor PYR1 5.482514164 C6_chemical_B1 +LQ03X023150 Abscisic acid receptor PYR1 5.541670971 C6_chemical_B2 +LQ03X023150 Abscisic acid receptor PYR1 5.766088821 C6_chemical_B3 +LQ03X023150 Abscisic acid receptor PYR1 5.850673388 C6_chemical_C1 +LQ03X023150 Abscisic acid receptor PYR1 5.838051822 C6_chemical_C2 +LQ03X023150 Abscisic acid receptor PYR1 6.764892504 C6_chemical_C3 +LQ03X023150 Abscisic acid receptor PYR1 5.742971423 L4_control_A1 +LQ03X023150 Abscisic acid receptor PYR1 6.631198025 L4_control_A2 +LQ03X023150 Abscisic acid receptor PYR1 6.067786434 L4_control_A3 +LQ03X023150 Abscisic acid receptor PYR1 5.934723669 L4_control_B1 +LQ03X023150 Abscisic acid receptor PYR1 6.01477116 L4_control_B2 +LQ03X023150 Abscisic acid receptor PYR1 6.179586118 L4_control_B3 +LQ03X023150 Abscisic acid receptor PYR1 7.500193566 L4_control_C2 +LQ03X023150 Abscisic acid receptor PYR1 6.528502654 L4_control_C3 +LQ03X023150 Abscisic acid receptor PYR1 5.894181774 L4_chemical_A1 +LQ03X023150 Abscisic acid receptor PYR1 5.713379037 L4_chemical_A2 +LQ03X023150 Abscisic acid receptor PYR1 5.790434473 L4_chemical_A3 +LQ03X023150 Abscisic acid receptor PYR1 5.836880472 L4_chemical_B1 +LQ03X023150 Abscisic acid receptor PYR1 7.09215018 L4_chemical_B2 +LQ03X023150 Abscisic acid receptor PYR1 5.903822085 L4_chemical_B3 +LQ03X023150 Abscisic acid receptor PYR1 6.6124203 L4_chemical_C2 +LQ03X023150 Abscisic acid receptor PYR1 5.810273294 L4_chemical_C3 +LQ03X023190 Putative Predicted protein 13.71906671 C6_control_A1 +LQ03X023190 Putative Predicted protein 13.2376762 C6_control_A3 +LQ03X023190 Putative Predicted protein 14.10999309 C6_control_B1 +LQ03X023190 Putative Predicted protein 14.43145266 C6_control_B2 +LQ03X023190 Putative Predicted protein 14.09601483 C6_control_B3 +LQ03X023190 Putative Predicted protein 14.81642265 C6_control_C1 +LQ03X023190 Putative Predicted protein 14.71313401 C6_control_C2 +LQ03X023190 Putative Predicted protein 14.8676642 C6_control_C3 +LQ03X023190 Putative Predicted protein 14.23990906 C6_chemical_A1 +LQ03X023190 Putative Predicted protein 13.75376732 C6_chemical_A3 +LQ03X023190 Putative Predicted protein 14.42686648 C6_chemical_B1 +LQ03X023190 Putative Predicted protein 14.69006031 C6_chemical_B2 +LQ03X023190 Putative Predicted protein 14.46815924 C6_chemical_B3 +LQ03X023190 Putative Predicted protein 15.31176574 C6_chemical_C1 +LQ03X023190 Putative Predicted protein 15.07339498 C6_chemical_C2 +LQ03X023190 Putative Predicted protein 14.92084777 C6_chemical_C3 +LQ03X023190 Putative Predicted protein 13.34959507 L4_control_A1 +LQ03X023190 Putative Predicted protein 13.81948181 L4_control_A2 +LQ03X023190 Putative Predicted protein 13.37855181 L4_control_A3 +LQ03X023190 Putative Predicted protein 14.44453102 L4_control_B1 +LQ03X023190 Putative Predicted protein 13.89286267 L4_control_B2 +LQ03X023190 Putative Predicted protein 14.62652149 L4_control_B3 +LQ03X023190 Putative Predicted protein 14.84594998 L4_control_C2 +LQ03X023190 Putative Predicted protein 14.35462432 L4_control_C3 +LQ03X023190 Putative Predicted protein 14.55339044 L4_chemical_A1 +LQ03X023190 Putative Predicted protein 14.80751668 L4_chemical_A2 +LQ03X023190 Putative Predicted protein 13.88621034 L4_chemical_A3 +LQ03X023190 Putative Predicted protein 14.2902221 L4_chemical_B1 +LQ03X023190 Putative Predicted protein 14.63554304 L4_chemical_B2 +LQ03X023190 Putative Predicted protein 14.31728972 L4_chemical_B3 +LQ03X023190 Putative Predicted protein 14.80788424 L4_chemical_C2 +LQ03X023190 Putative Predicted protein 14.58233022 L4_chemical_C3 +LQ03X023200 Predicted protein 7.36421104 C6_control_A1 +LQ03X023200 Predicted protein 6.902153169 C6_control_A3 +LQ03X023200 Predicted protein 6.685562532 C6_control_B1 +LQ03X023200 Predicted protein 6.558082035 C6_control_B2 +LQ03X023200 Predicted protein 7.130471495 C6_control_B3 +LQ03X023200 Predicted protein 6.492035254 C6_control_C1 +LQ03X023200 Predicted protein 7.06320293 C6_control_C2 +LQ03X023200 Predicted protein 6.826021877 C6_control_C3 +LQ03X023200 Predicted protein 7.20493519 C6_chemical_A1 +LQ03X023200 Predicted protein 6.703443254 C6_chemical_A3 +LQ03X023200 Predicted protein 6.677550382 C6_chemical_B1 +LQ03X023200 Predicted protein 6.629801965 C6_chemical_B2 +LQ03X023200 Predicted protein 6.952246247 C6_chemical_B3 +LQ03X023200 Predicted protein 6.502775226 C6_chemical_C1 +LQ03X023200 Predicted protein 6.408346073 C6_chemical_C2 +LQ03X023200 Predicted protein 6.362728679 C6_chemical_C3 +LQ03X023200 Predicted protein 6.601926404 L4_control_A1 +LQ03X023200 Predicted protein 7.197829319 L4_control_A2 +LQ03X023200 Predicted protein 7.64152566 L4_control_A3 +LQ03X023200 Predicted protein 7.058531744 L4_control_B1 +LQ03X023200 Predicted protein 6.523615353 L4_control_B2 +LQ03X023200 Predicted protein 6.873422853 L4_control_B3 +LQ03X023200 Predicted protein 7.977067973 L4_control_C2 +LQ03X023200 Predicted protein 6.789449303 L4_control_C3 +LQ03X023200 Predicted protein 6.573629351 L4_chemical_A1 +LQ03X023200 Predicted protein 7.368784603 L4_chemical_A2 +LQ03X023200 Predicted protein 7.607837717 L4_chemical_A3 +LQ03X023200 Predicted protein 6.976457925 L4_chemical_B1 +LQ03X023200 Predicted protein 6.770396073 L4_chemical_B2 +LQ03X023200 Predicted protein 7.002950207 L4_chemical_B3 +LQ03X023200 Predicted protein 7.469872947 L4_chemical_C2 +LQ03X023200 Predicted protein 6.260542383 L4_chemical_C3 +LQ03X023260 DNA binding protein, putative 13.17249716 C6_control_A1 +LQ03X023260 DNA binding protein, putative 13.09980488 C6_control_A3 +LQ03X023260 DNA binding protein, putative 12.59100189 C6_control_B1 +LQ03X023260 DNA binding protein, putative 11.94309045 C6_control_B2 +LQ03X023260 DNA binding protein, putative 12.62131059 C6_control_B3 +LQ03X023260 DNA binding protein, putative 12.07919801 C6_control_C1 +LQ03X023260 DNA binding protein, putative 11.92339514 C6_control_C2 +LQ03X023260 DNA binding protein, putative 12.31063898 C6_control_C3 +LQ03X023260 DNA binding protein, putative 12.80873893 C6_chemical_A1 +LQ03X023260 DNA binding protein, putative 13.10998353 C6_chemical_A3 +LQ03X023260 DNA binding protein, putative 12.18484852 C6_chemical_B1 +LQ03X023260 DNA binding protein, putative 11.71825205 C6_chemical_B2 +LQ03X023260 DNA binding protein, putative 12.31091659 C6_chemical_B3 +LQ03X023260 DNA binding protein, putative 12.0626765 C6_chemical_C1 +LQ03X023260 DNA binding protein, putative 11.91701686 C6_chemical_C2 +LQ03X023260 DNA binding protein, putative 11.90798013 C6_chemical_C3 +LQ03X023260 DNA binding protein, putative 13.06469026 L4_control_A1 +LQ03X023260 DNA binding protein, putative 13.65171288 L4_control_A2 +LQ03X023260 DNA binding protein, putative 12.79109822 L4_control_A3 +LQ03X023260 DNA binding protein, putative 12.74479253 L4_control_B1 +LQ03X023260 DNA binding protein, putative 12.76150622 L4_control_B2 +LQ03X023260 DNA binding protein, putative 12.20179433 L4_control_B3 +LQ03X023260 DNA binding protein, putative 12.55211468 L4_control_C2 +LQ03X023260 DNA binding protein, putative 12.76477324 L4_control_C3 +LQ03X023260 DNA binding protein, putative 13.06214013 L4_chemical_A1 +LQ03X023260 DNA binding protein, putative 13.20175757 L4_chemical_A2 +LQ03X023260 DNA binding protein, putative 13.08272566 L4_chemical_A3 +LQ03X023260 DNA binding protein, putative 12.87782783 L4_chemical_B1 +LQ03X023260 DNA binding protein, putative 12.86093679 L4_chemical_B2 +LQ03X023260 DNA binding protein, putative 12.65903351 L4_chemical_B3 +LQ03X023260 DNA binding protein, putative 12.43579279 L4_chemical_C2 +LQ03X023260 DNA binding protein, putative 12.94822772 L4_chemical_C3 +LQ03X023270 AP-2 complex subunit mu 6.022630274 C6_control_A1 +LQ03X023270 AP-2 complex subunit mu 6.084122018 C6_control_A3 +LQ03X023270 AP-2 complex subunit mu 5.595671993 C6_control_B1 +LQ03X023270 AP-2 complex subunit mu 5.327515134 C6_control_B2 +LQ03X023270 AP-2 complex subunit mu 5.403722375 C6_control_B3 +LQ03X023270 AP-2 complex subunit mu 5.114450384 C6_control_C1 +LQ03X023270 AP-2 complex subunit mu 5.876292149 C6_control_C2 +LQ03X023270 AP-2 complex subunit mu 5.282626702 C6_control_C3 +LQ03X023270 AP-2 complex subunit mu 5.729655041 C6_chemical_A1 +LQ03X023270 AP-2 complex subunit mu 5.990789486 C6_chemical_A3 +LQ03X023270 AP-2 complex subunit mu 5.412465978 C6_chemical_B1 +LQ03X023270 AP-2 complex subunit mu 5.421147594 C6_chemical_B2 +LQ03X023270 AP-2 complex subunit mu 5.252764898 C6_chemical_B3 +LQ03X023270 AP-2 complex subunit mu 5.776646343 C6_chemical_C1 +LQ03X023270 AP-2 complex subunit mu 5.224695315 C6_chemical_C2 +LQ03X023270 AP-2 complex subunit mu 5.384023144 C6_chemical_C3 +LQ03X023270 AP-2 complex subunit mu 5.732465457 L4_control_A1 +LQ03X023270 AP-2 complex subunit mu 5.500590076 L4_control_A2 +LQ03X023270 AP-2 complex subunit mu 5.873426625 L4_control_A3 +LQ03X023270 AP-2 complex subunit mu 5.875777854 L4_control_B1 +LQ03X023270 AP-2 complex subunit mu 5.915292944 L4_control_B2 +LQ03X023270 AP-2 complex subunit mu 5.670221098 L4_control_B3 +LQ03X023270 AP-2 complex subunit mu 5.797817235 L4_control_C2 +LQ03X023270 AP-2 complex subunit mu 5.041903591 L4_control_C3 +LQ03X023270 AP-2 complex subunit mu 5.831715392 L4_chemical_A1 +LQ03X023270 AP-2 complex subunit mu 5.70605368 L4_chemical_A2 +LQ03X023270 AP-2 complex subunit mu 5.782167211 L4_chemical_A3 +LQ03X023270 AP-2 complex subunit mu 5.632599525 L4_chemical_B1 +LQ03X023270 AP-2 complex subunit mu 5.948078533 L4_chemical_B2 +LQ03X023270 AP-2 complex subunit mu 5.572241084 L4_chemical_B3 +LQ03X023270 AP-2 complex subunit mu 5.57187567 L4_chemical_C2 +LQ03X023270 AP-2 complex subunit mu 5.940146006 L4_chemical_C3 +LQ03X023330 Putative uncharacterized protein 11.35049142 C6_control_A1 +LQ03X023330 Putative uncharacterized protein 11.97553598 C6_control_A3 +LQ03X023330 Putative uncharacterized protein 13.05191061 C6_control_B1 +LQ03X023330 Putative uncharacterized protein 13.54635439 C6_control_B2 +LQ03X023330 Putative uncharacterized protein 13.88733732 C6_control_B3 +LQ03X023330 Putative uncharacterized protein 11.49005527 C6_control_C1 +LQ03X023330 Putative uncharacterized protein 12.19842547 C6_control_C2 +LQ03X023330 Putative uncharacterized protein 12.34213778 C6_control_C3 +LQ03X023330 Putative uncharacterized protein 10.96502472 C6_chemical_A1 +LQ03X023330 Putative uncharacterized protein 11.93589651 C6_chemical_A3 +LQ03X023330 Putative uncharacterized protein 12.92026088 C6_chemical_B1 +LQ03X023330 Putative uncharacterized protein 13.5153789 C6_chemical_B2 +LQ03X023330 Putative uncharacterized protein 13.61922484 C6_chemical_B3 +LQ03X023330 Putative uncharacterized protein 10.95792331 C6_chemical_C1 +LQ03X023330 Putative uncharacterized protein 11.83872575 C6_chemical_C2 +LQ03X023330 Putative uncharacterized protein 11.51132152 C6_chemical_C3 +LQ03X023330 Putative uncharacterized protein 11.41651348 L4_control_A1 +LQ03X023330 Putative uncharacterized protein 11.56059983 L4_control_A2 +LQ03X023330 Putative uncharacterized protein 12.39978194 L4_control_A3 +LQ03X023330 Putative uncharacterized protein 13.14902035 L4_control_B1 +LQ03X023330 Putative uncharacterized protein 13.38874499 L4_control_B2 +LQ03X023330 Putative uncharacterized protein 13.11409353 L4_control_B3 +LQ03X023330 Putative uncharacterized protein 11.30603149 L4_control_C2 +LQ03X023330 Putative uncharacterized protein 11.72401112 L4_control_C3 +LQ03X023330 Putative uncharacterized protein 10.6750716 L4_chemical_A1 +LQ03X023330 Putative uncharacterized protein 11.52688524 L4_chemical_A2 +LQ03X023330 Putative uncharacterized protein 12.04901565 L4_chemical_A3 +LQ03X023330 Putative uncharacterized protein 12.03499722 L4_chemical_B1 +LQ03X023330 Putative uncharacterized protein 12.86482031 L4_chemical_B2 +LQ03X023330 Putative uncharacterized protein 12.86962875 L4_chemical_B3 +LQ03X023330 Putative uncharacterized protein 10.7556042 L4_chemical_C2 +LQ03X023330 Putative uncharacterized protein 11.54980411 L4_chemical_C3 +LQ03X023340 Putative Eyes absent homolog 2 5.744671829 C6_control_A1 +LQ03X023340 Putative Eyes absent homolog 2 6.04717254 C6_control_A3 +LQ03X023340 Putative Eyes absent homolog 2 5.244844442 C6_control_B1 +LQ03X023340 Putative Eyes absent homolog 2 5.509205596 C6_control_B2 +LQ03X023340 Putative Eyes absent homolog 2 5.344002646 C6_control_B3 +LQ03X023340 Putative Eyes absent homolog 2 5.494650384 C6_control_C1 +LQ03X023340 Putative Eyes absent homolog 2 6.797080951 C6_control_C2 +LQ03X023340 Putative Eyes absent homolog 2 5.50050858 C6_control_C3 +LQ03X023340 Putative Eyes absent homolog 2 5.516423854 C6_chemical_A1 +LQ03X023340 Putative Eyes absent homolog 2 5.533130535 C6_chemical_A3 +LQ03X023340 Putative Eyes absent homolog 2 5.589834561 C6_chemical_B1 +LQ03X023340 Putative Eyes absent homolog 2 5.493886996 C6_chemical_B2 +LQ03X023340 Putative Eyes absent homolog 2 5.242850593 C6_chemical_B3 +LQ03X023340 Putative Eyes absent homolog 2 5.438051243 C6_chemical_C1 +LQ03X023340 Putative Eyes absent homolog 2 5.757577228 C6_chemical_C2 +LQ03X023340 Putative Eyes absent homolog 2 5.364667387 C6_chemical_C3 +LQ03X023340 Putative Eyes absent homolog 2 5.058587717 L4_control_A1 +LQ03X023340 Putative Eyes absent homolog 2 5.604643927 L4_control_A2 +LQ03X023340 Putative Eyes absent homolog 2 5.550123761 L4_control_A3 +LQ03X023340 Putative Eyes absent homolog 2 5.5311771 L4_control_B1 +LQ03X023340 Putative Eyes absent homolog 2 5.763651675 L4_control_B2 +LQ03X023340 Putative Eyes absent homolog 2 5.50408001 L4_control_B3 +LQ03X023340 Putative Eyes absent homolog 2 5.83998643 L4_control_C2 +LQ03X023340 Putative Eyes absent homolog 2 5.83747095 L4_control_C3 +LQ03X023340 Putative Eyes absent homolog 2 5.175166108 L4_chemical_A1 +LQ03X023340 Putative Eyes absent homolog 2 5.596695274 L4_chemical_A2 +LQ03X023340 Putative Eyes absent homolog 2 5.41201792 L4_chemical_A3 +LQ03X023340 Putative Eyes absent homolog 2 5.400783062 L4_chemical_B1 +LQ03X023340 Putative Eyes absent homolog 2 5.325226781 L4_chemical_B2 +LQ03X023340 Putative Eyes absent homolog 2 5.481391168 L4_chemical_B3 +LQ03X023340 Putative Eyes absent homolog 2 5.245522153 L4_chemical_C2 +LQ03X023340 Putative Eyes absent homolog 2 5.474014266 L4_chemical_C3 +LQ03X023360 MND1-interacting protein 1 9.923984214 C6_control_A1 +LQ03X023360 MND1-interacting protein 1 9.852594156 C6_control_A3 +LQ03X023360 MND1-interacting protein 1 9.963611581 C6_control_B1 +LQ03X023360 MND1-interacting protein 1 10.13315569 C6_control_B2 +LQ03X023360 MND1-interacting protein 1 9.695975835 C6_control_B3 +LQ03X023360 MND1-interacting protein 1 10.80187466 C6_control_C1 +LQ03X023360 MND1-interacting protein 1 10.91490875 C6_control_C2 +LQ03X023360 MND1-interacting protein 1 10.24691132 C6_control_C3 +LQ03X023360 MND1-interacting protein 1 10.29186972 C6_chemical_A1 +LQ03X023360 MND1-interacting protein 1 10.20969386 C6_chemical_A3 +LQ03X023360 MND1-interacting protein 1 10.40756572 C6_chemical_B1 +LQ03X023360 MND1-interacting protein 1 10.22081408 C6_chemical_B2 +LQ03X023360 MND1-interacting protein 1 9.92560299 C6_chemical_B3 +LQ03X023360 MND1-interacting protein 1 10.75859058 C6_chemical_C1 +LQ03X023360 MND1-interacting protein 1 10.98229243 C6_chemical_C2 +LQ03X023360 MND1-interacting protein 1 10.33807474 C6_chemical_C3 +LQ03X023360 MND1-interacting protein 1 10.34749527 L4_control_A1 +LQ03X023360 MND1-interacting protein 1 10.49058452 L4_control_A2 +LQ03X023360 MND1-interacting protein 1 9.748986037 L4_control_A3 +LQ03X023360 MND1-interacting protein 1 10.33112432 L4_control_B1 +LQ03X023360 MND1-interacting protein 1 10.47456193 L4_control_B2 +LQ03X023360 MND1-interacting protein 1 10.15572026 L4_control_B3 +LQ03X023360 MND1-interacting protein 1 10.72576583 L4_control_C2 +LQ03X023360 MND1-interacting protein 1 10.76463255 L4_control_C3 +LQ03X023360 MND1-interacting protein 1 10.31953797 L4_chemical_A1 +LQ03X023360 MND1-interacting protein 1 10.74158633 L4_chemical_A2 +LQ03X023360 MND1-interacting protein 1 9.828923986 L4_chemical_A3 +LQ03X023360 MND1-interacting protein 1 10.66913177 L4_chemical_B1 +LQ03X023360 MND1-interacting protein 1 10.50069653 L4_chemical_B2 +LQ03X023360 MND1-interacting protein 1 9.831453394 L4_chemical_B3 +LQ03X023360 MND1-interacting protein 1 10.7533124 L4_chemical_C2 +LQ03X023360 MND1-interacting protein 1 10.94756981 L4_chemical_C3 +LQ03X023400 Protein ABCI7, chloroplastic 12.87573659 C6_control_A1 +LQ03X023400 Protein ABCI7, chloroplastic 12.94441087 C6_control_A3 +LQ03X023400 Protein ABCI7, chloroplastic 13.25232498 C6_control_B1 +LQ03X023400 Protein ABCI7, chloroplastic 13.31519965 C6_control_B2 +LQ03X023400 Protein ABCI7, chloroplastic 13.11547105 C6_control_B3 +LQ03X023400 Protein ABCI7, chloroplastic 13.78148316 C6_control_C1 +LQ03X023400 Protein ABCI7, chloroplastic 13.66796985 C6_control_C2 +LQ03X023400 Protein ABCI7, chloroplastic 13.51633493 C6_control_C3 +LQ03X023400 Protein ABCI7, chloroplastic 12.87231357 C6_chemical_A1 +LQ03X023400 Protein ABCI7, chloroplastic 12.83519974 C6_chemical_A3 +LQ03X023400 Protein ABCI7, chloroplastic 13.11161514 C6_chemical_B1 +LQ03X023400 Protein ABCI7, chloroplastic 12.98026178 C6_chemical_B2 +LQ03X023400 Protein ABCI7, chloroplastic 12.80965471 C6_chemical_B3 +LQ03X023400 Protein ABCI7, chloroplastic 13.60903258 C6_chemical_C1 +LQ03X023400 Protein ABCI7, chloroplastic 13.4680727 C6_chemical_C2 +LQ03X023400 Protein ABCI7, chloroplastic 12.91135276 C6_chemical_C3 +LQ03X023400 Protein ABCI7, chloroplastic 12.62415974 L4_control_A1 +LQ03X023400 Protein ABCI7, chloroplastic 13.00916399 L4_control_A2 +LQ03X023400 Protein ABCI7, chloroplastic 12.53197831 L4_control_A3 +LQ03X023400 Protein ABCI7, chloroplastic 13.2740939 L4_control_B1 +LQ03X023400 Protein ABCI7, chloroplastic 13.46846173 L4_control_B2 +LQ03X023400 Protein ABCI7, chloroplastic 13.20267208 L4_control_B3 +LQ03X023400 Protein ABCI7, chloroplastic 14.15151868 L4_control_C2 +LQ03X023400 Protein ABCI7, chloroplastic 13.36308406 L4_control_C3 +LQ03X023400 Protein ABCI7, chloroplastic 12.43460705 L4_chemical_A1 +LQ03X023400 Protein ABCI7, chloroplastic 12.72426441 L4_chemical_A2 +LQ03X023400 Protein ABCI7, chloroplastic 12.44016968 L4_chemical_A3 +LQ03X023400 Protein ABCI7, chloroplastic 13.1866577 L4_chemical_B1 +LQ03X023400 Protein ABCI7, chloroplastic 13.37982905 L4_chemical_B2 +LQ03X023400 Protein ABCI7, chloroplastic 12.62052555 L4_chemical_B3 +LQ03X023400 Protein ABCI7, chloroplastic 14.1041772 L4_chemical_C2 +LQ03X023400 Protein ABCI7, chloroplastic 13.44926473 L4_chemical_C3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 11.67980596 C6_control_A1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.70729102 C6_control_A3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.31745384 C6_control_B1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.22961118 C6_control_B2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.16566052 C6_control_B3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.32285917 C6_control_C1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.8873131 C6_control_C2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.97884637 C6_control_C3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 10.95052231 C6_chemical_A1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.48857253 C6_chemical_A3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 11.98641638 C6_chemical_B1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.82042364 C6_chemical_B2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.86645078 C6_chemical_B3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 11.65525929 C6_chemical_C1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.32269409 C6_chemical_C2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.99973474 C6_chemical_C3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 11.70191752 L4_control_A1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.3819471 L4_control_A2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 11.69716361 L4_control_A3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.79909945 L4_control_B1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.97655122 L4_control_B2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.27374599 L4_control_B3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.79779832 L4_control_C2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.97169166 L4_control_C3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 11.14487608 L4_chemical_A1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.13341351 L4_chemical_A2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 11.32736811 L4_chemical_A3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.02486861 L4_chemical_B1 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.03462467 L4_chemical_B2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.54240292 L4_chemical_B3 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 13.44868302 L4_chemical_C2 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 12.98095475 L4_chemical_C3 +LQ03X023500 Putative Vinorine synthase 4.81158636 C6_control_A1 +LQ03X023500 Putative Vinorine synthase 4.837523382 C6_control_A3 +LQ03X023500 Putative Vinorine synthase 5.215246898 C6_control_B1 +LQ03X023500 Putative Vinorine synthase 4.985362977 C6_control_B2 +LQ03X023500 Putative Vinorine synthase 5.250259409 C6_control_B3 +LQ03X023500 Putative Vinorine synthase 5.276773232 C6_control_C1 +LQ03X023500 Putative Vinorine synthase 4.84506874 C6_control_C2 +LQ03X023500 Putative Vinorine synthase 5.126351567 C6_control_C3 +LQ03X023500 Putative Vinorine synthase 5.045454917 C6_chemical_A1 +LQ03X023500 Putative Vinorine synthase 4.793797208 C6_chemical_A3 +LQ03X023500 Putative Vinorine synthase 5.31929857 C6_chemical_B1 +LQ03X023500 Putative Vinorine synthase 4.941157529 C6_chemical_B2 +LQ03X023500 Putative Vinorine synthase 5.076542391 C6_chemical_B3 +LQ03X023500 Putative Vinorine synthase 5.049570408 C6_chemical_C1 +LQ03X023500 Putative Vinorine synthase 5.928135249 C6_chemical_C2 +LQ03X023500 Putative Vinorine synthase 5.154849926 C6_chemical_C3 +LQ03X023500 Putative Vinorine synthase 5.046561354 L4_control_A1 +LQ03X023500 Putative Vinorine synthase 5.037416237 L4_control_A2 +LQ03X023500 Putative Vinorine synthase 4.942772103 L4_control_A3 +LQ03X023500 Putative Vinorine synthase 4.865165815 L4_control_B1 +LQ03X023500 Putative Vinorine synthase 5.234941576 L4_control_B2 +LQ03X023500 Putative Vinorine synthase 5.0404594 L4_control_B3 +LQ03X023500 Putative Vinorine synthase 5.087502965 L4_control_C2 +LQ03X023500 Putative Vinorine synthase 4.942450967 L4_control_C3 +LQ03X023500 Putative Vinorine synthase 4.803400942 L4_chemical_A1 +LQ03X023500 Putative Vinorine synthase 5.053817954 L4_chemical_A2 +LQ03X023500 Putative Vinorine synthase 4.75238024 L4_chemical_A3 +LQ03X023500 Putative Vinorine synthase 4.664332365 L4_chemical_B1 +LQ03X023500 Putative Vinorine synthase 5.152735157 L4_chemical_B2 +LQ03X023500 Putative Vinorine synthase 4.938717358 L4_chemical_B3 +LQ03X023500 Putative Vinorine synthase 5.614431988 L4_chemical_C2 +LQ03X023500 Putative Vinorine synthase 4.559074172 L4_chemical_C3 +LQ03X023510 Predicted protein 5.819333023 C6_control_A1 +LQ03X023510 Predicted protein 7.600489181 C6_control_A3 +LQ03X023510 Predicted protein 6.728309007 C6_control_B1 +LQ03X023510 Predicted protein 5.999662391 C6_control_B2 +LQ03X023510 Predicted protein 5.641317282 C6_control_B3 +LQ03X023510 Predicted protein 6.423219514 C6_control_C1 +LQ03X023510 Predicted protein 7.787977708 C6_control_C2 +LQ03X023510 Predicted protein 6.542516059 C6_control_C3 +LQ03X023510 Predicted protein 5.581128085 C6_chemical_A1 +LQ03X023510 Predicted protein 5.732557346 C6_chemical_A3 +LQ03X023510 Predicted protein 6.28883467 C6_chemical_B1 +LQ03X023510 Predicted protein 6.586089144 C6_chemical_B2 +LQ03X023510 Predicted protein 5.908681875 C6_chemical_B3 +LQ03X023510 Predicted protein 6.775438989 C6_chemical_C1 +LQ03X023510 Predicted protein 6.733807364 C6_chemical_C2 +LQ03X023510 Predicted protein 6.196090784 C6_chemical_C3 +LQ03X023510 Predicted protein 5.733182719 L4_control_A1 +LQ03X023510 Predicted protein 5.44531772 L4_control_A2 +LQ03X023510 Predicted protein 5.09788273 L4_control_A3 +LQ03X023510 Predicted protein 5.471396118 L4_control_B1 +LQ03X023510 Predicted protein 5.747662461 L4_control_B2 +LQ03X023510 Predicted protein 6.043647496 L4_control_B3 +LQ03X023510 Predicted protein 5.134318472 L4_control_C2 +LQ03X023510 Predicted protein 7.48094986 L4_control_C3 +LQ03X023510 Predicted protein 5.781477124 L4_chemical_A1 +LQ03X023510 Predicted protein 5.620587263 L4_chemical_A2 +LQ03X023510 Predicted protein 5.59308018 L4_chemical_A3 +LQ03X023510 Predicted protein 6.009582889 L4_chemical_B1 +LQ03X023510 Predicted protein 5.39526353 L4_chemical_B2 +LQ03X023510 Predicted protein 5.578928756 L4_chemical_B3 +LQ03X023510 Predicted protein 6.296706525 L4_chemical_C2 +LQ03X023510 Predicted protein 6.065512869 L4_chemical_C3 +LQ03X023520 Putative Peptide transporter PTR1 6.301258488 C6_control_A1 +LQ03X023520 Putative Peptide transporter PTR1 5.753919176 C6_control_A3 +LQ03X023520 Putative Peptide transporter PTR1 6.539063331 C6_control_B1 +LQ03X023520 Putative Peptide transporter PTR1 5.9243997 C6_control_B2 +LQ03X023520 Putative Peptide transporter PTR1 5.849382875 C6_control_B3 +LQ03X023520 Putative Peptide transporter PTR1 5.915366324 C6_control_C1 +LQ03X023520 Putative Peptide transporter PTR1 6.626328518 C6_control_C2 +LQ03X023520 Putative Peptide transporter PTR1 5.988732522 C6_control_C3 +LQ03X023520 Putative Peptide transporter PTR1 6.381995069 C6_chemical_A1 +LQ03X023520 Putative Peptide transporter PTR1 6.176241672 C6_chemical_A3 +LQ03X023520 Putative Peptide transporter PTR1 5.610877844 C6_chemical_B1 +LQ03X023520 Putative Peptide transporter PTR1 5.860575078 C6_chemical_B2 +LQ03X023520 Putative Peptide transporter PTR1 5.958876711 C6_chemical_B3 +LQ03X023520 Putative Peptide transporter PTR1 5.976069289 C6_chemical_C1 +LQ03X023520 Putative Peptide transporter PTR1 6.601176603 C6_chemical_C2 +LQ03X023520 Putative Peptide transporter PTR1 6.194891421 C6_chemical_C3 +LQ03X023520 Putative Peptide transporter PTR1 6.718613886 L4_control_A1 +LQ03X023520 Putative Peptide transporter PTR1 6.44323409 L4_control_A2 +LQ03X023520 Putative Peptide transporter PTR1 6.355721354 L4_control_A3 +LQ03X023520 Putative Peptide transporter PTR1 6.034780297 L4_control_B1 +LQ03X023520 Putative Peptide transporter PTR1 5.669551275 L4_control_B2 +LQ03X023520 Putative Peptide transporter PTR1 5.558319864 L4_control_B3 +LQ03X023520 Putative Peptide transporter PTR1 6.492504062 L4_control_C2 +LQ03X023520 Putative Peptide transporter PTR1 5.808368304 L4_control_C3 +LQ03X023520 Putative Peptide transporter PTR1 6.228692675 L4_chemical_A1 +LQ03X023520 Putative Peptide transporter PTR1 6.103054547 L4_chemical_A2 +LQ03X023520 Putative Peptide transporter PTR1 5.970105248 L4_chemical_A3 +LQ03X023520 Putative Peptide transporter PTR1 5.874480413 L4_chemical_B1 +LQ03X023520 Putative Peptide transporter PTR1 6.555550295 L4_chemical_B2 +LQ03X023520 Putative Peptide transporter PTR1 5.903986544 L4_chemical_B3 +LQ03X023520 Putative Peptide transporter PTR1 6.983078792 L4_chemical_C2 +LQ03X023520 Putative Peptide transporter PTR1 5.917947594 L4_chemical_C3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.412524445 C6_control_A1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.589388567 C6_control_A3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 7.696584755 C6_control_B1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.303388315 C6_control_B2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.219749448 C6_control_B3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 9.681661376 C6_control_C1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 10.11212956 C6_control_C2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 10.38858052 C6_control_C3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.451507626 C6_chemical_A1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.607614677 C6_chemical_A3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.094992088 C6_chemical_B1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.196743188 C6_chemical_B2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.672814499 C6_chemical_B3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 9.233526126 C6_chemical_C1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 9.940928662 C6_chemical_C2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 10.0234071 C6_chemical_C3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 9.233323618 L4_control_A1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.76447265 L4_control_A2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 10.0679672 L4_control_A3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.698386593 L4_control_B1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 9.41149277 L4_control_B2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 10.08398613 L4_control_B3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 11.80797083 L4_control_C2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 12.35816146 L4_control_C3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.294843928 L4_chemical_A1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.392178092 L4_chemical_A2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 9.840124136 L4_chemical_A3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.797590186 L4_chemical_B1 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.99086611 L4_chemical_B2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 9.035102944 L4_chemical_B3 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 11.15845516 L4_chemical_C2 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 12.13345796 L4_chemical_C3 +LQ03X023550 Predicted protein 5.499428134 C6_control_A1 +LQ03X023550 Predicted protein 6.132192635 C6_control_A3 +LQ03X023550 Predicted protein 5.900989685 C6_control_B1 +LQ03X023550 Predicted protein 5.382901372 C6_control_B2 +LQ03X023550 Predicted protein 5.584033645 C6_control_B3 +LQ03X023550 Predicted protein 5.249313275 C6_control_C1 +LQ03X023550 Predicted protein 5.630010659 C6_control_C2 +LQ03X023550 Predicted protein 5.195055046 C6_control_C3 +LQ03X023550 Predicted protein 5.122881573 C6_chemical_A1 +LQ03X023550 Predicted protein 5.468072026 C6_chemical_A3 +LQ03X023550 Predicted protein 5.758171411 C6_chemical_B1 +LQ03X023550 Predicted protein 5.400512842 C6_chemical_B2 +LQ03X023550 Predicted protein 5.349421882 C6_chemical_B3 +LQ03X023550 Predicted protein 5.130632725 C6_chemical_C1 +LQ03X023550 Predicted protein 5.244430368 C6_chemical_C2 +LQ03X023550 Predicted protein 5.304640154 C6_chemical_C3 +LQ03X023550 Predicted protein 5.465220601 L4_control_A1 +LQ03X023550 Predicted protein 5.429935771 L4_control_A2 +LQ03X023550 Predicted protein 5.163187297 L4_control_A3 +LQ03X023550 Predicted protein 5.678796125 L4_control_B1 +LQ03X023550 Predicted protein 6.314797636 L4_control_B2 +LQ03X023550 Predicted protein 5.566603226 L4_control_B3 +LQ03X023550 Predicted protein 5.619514455 L4_control_C2 +LQ03X023550 Predicted protein 5.605913294 L4_control_C3 +LQ03X023550 Predicted protein 5.550318122 L4_chemical_A1 +LQ03X023550 Predicted protein 5.654489209 L4_chemical_A2 +LQ03X023550 Predicted protein 5.861822774 L4_chemical_A3 +LQ03X023550 Predicted protein 5.708791863 L4_chemical_B1 +LQ03X023550 Predicted protein 5.709660023 L4_chemical_B2 +LQ03X023550 Predicted protein 5.557138192 L4_chemical_B3 +LQ03X023550 Predicted protein 5.497121984 L4_chemical_C2 +LQ03X023550 Predicted protein 5.351434613 L4_chemical_C3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.61844438 C6_control_A1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.43116044 C6_control_A3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.40664375 C6_control_B1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.37434798 C6_control_B2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.74148799 C6_control_B3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 14.23148392 C6_control_C1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.90574013 C6_control_C2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.33846156 C6_control_C3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.48870251 C6_chemical_A1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.32541615 C6_chemical_A3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.18636495 C6_chemical_B1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.01996933 C6_chemical_B2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.13743573 C6_chemical_B3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 14.15744748 C6_chemical_C1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 13.24236582 C6_chemical_C2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.62408221 C6_chemical_C3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.48091092 L4_control_A1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.66206804 L4_control_A2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.23153036 L4_control_A3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.37378625 L4_control_B1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.71252718 L4_control_B2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 10.83231787 L4_control_B3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.73522471 L4_control_C2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.39762795 L4_control_C3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.9804811 L4_chemical_A1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.66687172 L4_chemical_A2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.46958696 L4_chemical_A3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.8528548 L4_chemical_B1 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.7444903 L4_chemical_B2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 10.85909498 L4_chemical_B3 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.22943074 L4_chemical_C2 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 11.11056613 L4_chemical_C3 +LQ03X023590 S-norcoclaurine synthase 1 8.192529179 C6_control_A1 +LQ03X023590 S-norcoclaurine synthase 1 7.336347556 C6_control_A3 +LQ03X023590 S-norcoclaurine synthase 1 7.790902888 C6_control_B1 +LQ03X023590 S-norcoclaurine synthase 1 8.022861907 C6_control_B2 +LQ03X023590 S-norcoclaurine synthase 1 8.101842202 C6_control_B3 +LQ03X023590 S-norcoclaurine synthase 1 8.285237725 C6_control_C1 +LQ03X023590 S-norcoclaurine synthase 1 8.0864334 C6_control_C2 +LQ03X023590 S-norcoclaurine synthase 1 7.719889442 C6_control_C3 +LQ03X023590 S-norcoclaurine synthase 1 8.378658952 C6_chemical_A1 +LQ03X023590 S-norcoclaurine synthase 1 7.675407638 C6_chemical_A3 +LQ03X023590 S-norcoclaurine synthase 1 7.672315177 C6_chemical_B1 +LQ03X023590 S-norcoclaurine synthase 1 8.104412545 C6_chemical_B2 +LQ03X023590 S-norcoclaurine synthase 1 7.189311883 C6_chemical_B3 +LQ03X023590 S-norcoclaurine synthase 1 8.541296126 C6_chemical_C1 +LQ03X023590 S-norcoclaurine synthase 1 8.760051832 C6_chemical_C2 +LQ03X023590 S-norcoclaurine synthase 1 7.787278568 C6_chemical_C3 +LQ03X023590 S-norcoclaurine synthase 1 8.159114901 L4_control_A1 +LQ03X023590 S-norcoclaurine synthase 1 8.530916343 L4_control_A2 +LQ03X023590 S-norcoclaurine synthase 1 7.491984291 L4_control_A3 +LQ03X023590 S-norcoclaurine synthase 1 7.879580114 L4_control_B1 +LQ03X023590 S-norcoclaurine synthase 1 7.484309074 L4_control_B2 +LQ03X023590 S-norcoclaurine synthase 1 7.967478184 L4_control_B3 +LQ03X023590 S-norcoclaurine synthase 1 8.310477785 L4_control_C2 +LQ03X023590 S-norcoclaurine synthase 1 6.791791356 L4_control_C3 +LQ03X023590 S-norcoclaurine synthase 1 9.313836419 L4_chemical_A1 +LQ03X023590 S-norcoclaurine synthase 1 9.041060845 L4_chemical_A2 +LQ03X023590 S-norcoclaurine synthase 1 7.173242979 L4_chemical_A3 +LQ03X023590 S-norcoclaurine synthase 1 8.162504161 L4_chemical_B1 +LQ03X023590 S-norcoclaurine synthase 1 7.939908401 L4_chemical_B2 +LQ03X023590 S-norcoclaurine synthase 1 7.680173315 L4_chemical_B3 +LQ03X023590 S-norcoclaurine synthase 1 8.569987991 L4_chemical_C2 +LQ03X023590 S-norcoclaurine synthase 1 7.577648281 L4_chemical_C3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.831568571 C6_control_A1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.340503168 C6_control_A3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.491577211 C6_control_B1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.595304878 C6_control_B2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.420800808 C6_control_B3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.541298419 C6_control_C1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.399734846 C6_control_C2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.368037095 C6_control_C3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.555475734 C6_chemical_A1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.921545331 C6_chemical_A3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.855793915 C6_chemical_B1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.76320909 C6_chemical_B2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.778203245 C6_chemical_B3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.717377871 C6_chemical_C1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.610935621 C6_chemical_C2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 6.326894999 C6_chemical_C3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 6.80199201 L4_control_A1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.617852143 L4_control_A2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.494050991 L4_control_A3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.685277132 L4_control_B1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.386938873 L4_control_B2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 6.569854529 L4_control_B3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.212445847 L4_control_C2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 6.121659057 L4_control_C3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 6.581854081 L4_chemical_A1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.652278845 L4_chemical_A2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.528527931 L4_chemical_A3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.960686625 L4_chemical_B1 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.332211605 L4_chemical_B2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 6.304112195 L4_chemical_B3 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 4.73800545 L4_chemical_C2 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.75893785 L4_chemical_C3 +LQ03X023620 Putative uncharacterized protein 13.4168829 C6_control_A1 +LQ03X023620 Putative uncharacterized protein 13.86313696 C6_control_A3 +LQ03X023620 Putative uncharacterized protein 13.23268032 C6_control_B1 +LQ03X023620 Putative uncharacterized protein 12.22128668 C6_control_B2 +LQ03X023620 Putative uncharacterized protein 12.72865302 C6_control_B3 +LQ03X023620 Putative uncharacterized protein 11.51272739 C6_control_C1 +LQ03X023620 Putative uncharacterized protein 11.7296472 C6_control_C2 +LQ03X023620 Putative uncharacterized protein 11.2009376 C6_control_C3 +LQ03X023620 Putative uncharacterized protein 13.41109089 C6_chemical_A1 +LQ03X023620 Putative uncharacterized protein 13.60991786 C6_chemical_A3 +LQ03X023620 Putative uncharacterized protein 13.36218452 C6_chemical_B1 +LQ03X023620 Putative uncharacterized protein 12.42845815 C6_chemical_B2 +LQ03X023620 Putative uncharacterized protein 12.52044229 C6_chemical_B3 +LQ03X023620 Putative uncharacterized protein 11.68179884 C6_chemical_C1 +LQ03X023620 Putative uncharacterized protein 11.6106673 C6_chemical_C2 +LQ03X023620 Putative uncharacterized protein 11.42032081 C6_chemical_C3 +LQ03X023620 Putative uncharacterized protein 13.51646016 L4_control_A1 +LQ03X023620 Putative uncharacterized protein 12.85166491 L4_control_A2 +LQ03X023620 Putative uncharacterized protein 13.12804958 L4_control_A3 +LQ03X023620 Putative uncharacterized protein 12.9455515 L4_control_B1 +LQ03X023620 Putative uncharacterized protein 13.55632617 L4_control_B2 +LQ03X023620 Putative uncharacterized protein 11.92566882 L4_control_B3 +LQ03X023620 Putative uncharacterized protein 12.8218801 L4_control_C2 +LQ03X023620 Putative uncharacterized protein 12.63822744 L4_control_C3 +LQ03X023620 Putative uncharacterized protein 12.88151609 L4_chemical_A1 +LQ03X023620 Putative uncharacterized protein 12.50473952 L4_chemical_A2 +LQ03X023620 Putative uncharacterized protein 12.86404211 L4_chemical_A3 +LQ03X023620 Putative uncharacterized protein 13.47483439 L4_chemical_B1 +LQ03X023620 Putative uncharacterized protein 13.19074858 L4_chemical_B2 +LQ03X023620 Putative uncharacterized protein 12.44594952 L4_chemical_B3 +LQ03X023620 Putative uncharacterized protein 13.04622552 L4_chemical_C2 +LQ03X023620 Putative uncharacterized protein 12.47788143 L4_chemical_C3 +LQ03X023630 Two-component response regulator-like APRR2 5.270743058 C6_control_A1 +LQ03X023630 Two-component response regulator-like APRR2 5.160960561 C6_control_A3 +LQ03X023630 Two-component response regulator-like APRR2 5.492014354 C6_control_B1 +LQ03X023630 Two-component response regulator-like APRR2 5.344892828 C6_control_B2 +LQ03X023630 Two-component response regulator-like APRR2 5.332289843 C6_control_B3 +LQ03X023630 Two-component response regulator-like APRR2 5.875163572 C6_control_C1 +LQ03X023630 Two-component response regulator-like APRR2 5.386334931 C6_control_C2 +LQ03X023630 Two-component response regulator-like APRR2 5.409933594 C6_control_C3 +LQ03X023630 Two-component response regulator-like APRR2 5.268317151 C6_chemical_A1 +LQ03X023630 Two-component response regulator-like APRR2 5.405827087 C6_chemical_A3 +LQ03X023630 Two-component response regulator-like APRR2 5.030276828 C6_chemical_B1 +LQ03X023630 Two-component response regulator-like APRR2 5.267230436 C6_chemical_B2 +LQ03X023630 Two-component response regulator-like APRR2 5.139937065 C6_chemical_B3 +LQ03X023630 Two-component response regulator-like APRR2 5.720130236 C6_chemical_C1 +LQ03X023630 Two-component response regulator-like APRR2 5.612079519 C6_chemical_C2 +LQ03X023630 Two-component response regulator-like APRR2 5.99731913 C6_chemical_C3 +LQ03X023630 Two-component response regulator-like APRR2 5.456022629 L4_control_A1 +LQ03X023630 Two-component response regulator-like APRR2 5.472980992 L4_control_A2 +LQ03X023630 Two-component response regulator-like APRR2 5.576984832 L4_control_A3 +LQ03X023630 Two-component response regulator-like APRR2 5.584069896 L4_control_B1 +LQ03X023630 Two-component response regulator-like APRR2 5.316004114 L4_control_B2 +LQ03X023630 Two-component response regulator-like APRR2 5.776133264 L4_control_B3 +LQ03X023630 Two-component response regulator-like APRR2 5.25512981 L4_control_C2 +LQ03X023630 Two-component response regulator-like APRR2 5.598025982 L4_control_C3 +LQ03X023630 Two-component response regulator-like APRR2 5.547917896 L4_chemical_A1 +LQ03X023630 Two-component response regulator-like APRR2 5.182197536 L4_chemical_A2 +LQ03X023630 Two-component response regulator-like APRR2 5.194610779 L4_chemical_A3 +LQ03X023630 Two-component response regulator-like APRR2 5.307623142 L4_chemical_B1 +LQ03X023630 Two-component response regulator-like APRR2 5.136732842 L4_chemical_B2 +LQ03X023630 Two-component response regulator-like APRR2 5.422434754 L4_chemical_B3 +LQ03X023630 Two-component response regulator-like APRR2 5.613703279 L4_chemical_C2 +LQ03X023630 Two-component response regulator-like APRR2 5.342008726 L4_chemical_C3 +LQ03X023640 Probable methyltransferase PMT14 13.19457782 C6_control_A1 +LQ03X023640 Probable methyltransferase PMT14 13.3943007 C6_control_A3 +LQ03X023640 Probable methyltransferase PMT14 12.95674487 C6_control_B1 +LQ03X023640 Probable methyltransferase PMT14 13.62266824 C6_control_B2 +LQ03X023640 Probable methyltransferase PMT14 12.73658662 C6_control_B3 +LQ03X023640 Probable methyltransferase PMT14 12.14114907 C6_control_C1 +LQ03X023640 Probable methyltransferase PMT14 12.17737891 C6_control_C2 +LQ03X023640 Probable methyltransferase PMT14 11.92575336 C6_control_C3 +LQ03X023640 Probable methyltransferase PMT14 12.96601692 C6_chemical_A1 +LQ03X023640 Probable methyltransferase PMT14 13.01965301 C6_chemical_A3 +LQ03X023640 Probable methyltransferase PMT14 12.64391901 C6_chemical_B1 +LQ03X023640 Probable methyltransferase PMT14 13.64593441 C6_chemical_B2 +LQ03X023640 Probable methyltransferase PMT14 12.65565229 C6_chemical_B3 +LQ03X023640 Probable methyltransferase PMT14 12.15121306 C6_chemical_C1 +LQ03X023640 Probable methyltransferase PMT14 11.85266959 C6_chemical_C2 +LQ03X023640 Probable methyltransferase PMT14 11.44273694 C6_chemical_C3 +LQ03X023640 Probable methyltransferase PMT14 12.96123369 L4_control_A1 +LQ03X023640 Probable methyltransferase PMT14 12.61271957 L4_control_A2 +LQ03X023640 Probable methyltransferase PMT14 12.84736121 L4_control_A3 +LQ03X023640 Probable methyltransferase PMT14 12.60940095 L4_control_B1 +LQ03X023640 Probable methyltransferase PMT14 12.4227619 L4_control_B2 +LQ03X023640 Probable methyltransferase PMT14 13.1379818 L4_control_B3 +LQ03X023640 Probable methyltransferase PMT14 10.74803258 L4_control_C2 +LQ03X023640 Probable methyltransferase PMT14 10.63540417 L4_control_C3 +LQ03X023640 Probable methyltransferase PMT14 12.7369407 L4_chemical_A1 +LQ03X023640 Probable methyltransferase PMT14 12.58977289 L4_chemical_A2 +LQ03X023640 Probable methyltransferase PMT14 12.97314127 L4_chemical_A3 +LQ03X023640 Probable methyltransferase PMT14 12.12148976 L4_chemical_B1 +LQ03X023640 Probable methyltransferase PMT14 12.23145599 L4_chemical_B2 +LQ03X023640 Probable methyltransferase PMT14 13.30975063 L4_chemical_B3 +LQ03X023640 Probable methyltransferase PMT14 11.1808613 L4_chemical_C2 +LQ03X023640 Probable methyltransferase PMT14 11.011692 L4_chemical_C3 +LQ03X023650 Putative uncharacterized protein 10.76040258 C6_control_A1 +LQ03X023650 Putative uncharacterized protein 10.98764137 C6_control_A3 +LQ03X023650 Putative uncharacterized protein 10.70795772 C6_control_B1 +LQ03X023650 Putative uncharacterized protein 10.14158062 C6_control_B2 +LQ03X023650 Putative uncharacterized protein 10.35723099 C6_control_B3 +LQ03X023650 Putative uncharacterized protein 10.65744888 C6_control_C1 +LQ03X023650 Putative uncharacterized protein 10.41545597 C6_control_C2 +LQ03X023650 Putative uncharacterized protein 10.19371024 C6_control_C3 +LQ03X023650 Putative uncharacterized protein 10.49206907 C6_chemical_A1 +LQ03X023650 Putative uncharacterized protein 11.31840628 C6_chemical_A3 +LQ03X023650 Putative uncharacterized protein 10.50355392 C6_chemical_B1 +LQ03X023650 Putative uncharacterized protein 10.10325535 C6_chemical_B2 +LQ03X023650 Putative uncharacterized protein 10.29267449 C6_chemical_B3 +LQ03X023650 Putative uncharacterized protein 10.68729742 C6_chemical_C1 +LQ03X023650 Putative uncharacterized protein 10.40370839 C6_chemical_C2 +LQ03X023650 Putative uncharacterized protein 10.26119771 C6_chemical_C3 +LQ03X023650 Putative uncharacterized protein 11.22995258 L4_control_A1 +LQ03X023650 Putative uncharacterized protein 11.66022919 L4_control_A2 +LQ03X023650 Putative uncharacterized protein 11.58350875 L4_control_A3 +LQ03X023650 Putative uncharacterized protein 11.31799128 L4_control_B1 +LQ03X023650 Putative uncharacterized protein 11.66803437 L4_control_B2 +LQ03X023650 Putative uncharacterized protein 11.15534447 L4_control_B3 +LQ03X023650 Putative uncharacterized protein 11.5478963 L4_control_C2 +LQ03X023650 Putative uncharacterized protein 11.79683312 L4_control_C3 +LQ03X023650 Putative uncharacterized protein 10.8745393 L4_chemical_A1 +LQ03X023650 Putative uncharacterized protein 11.28211153 L4_chemical_A2 +LQ03X023650 Putative uncharacterized protein 11.29869128 L4_chemical_A3 +LQ03X023650 Putative uncharacterized protein 11.28838508 L4_chemical_B1 +LQ03X023650 Putative uncharacterized protein 11.29977886 L4_chemical_B2 +LQ03X023650 Putative uncharacterized protein 10.93079696 L4_chemical_B3 +LQ03X023650 Putative uncharacterized protein 11.53582846 L4_chemical_C2 +LQ03X023650 Putative uncharacterized protein 11.85932519 L4_chemical_C3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.90211338 C6_control_A1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.80710346 C6_control_A3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.54520395 C6_control_B1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.93987234 C6_control_B2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.83753884 C6_control_B3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.54125758 C6_control_C1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.16341093 C6_control_C2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.58773729 C6_control_C3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.67277464 C6_chemical_A1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.62763545 C6_chemical_A3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.06082721 C6_chemical_B1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.831317 C6_chemical_B2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.7804369 C6_chemical_B3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.35226813 C6_chemical_C1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.36794364 C6_chemical_C2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.11949416 C6_chemical_C3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 11.13360561 L4_control_A1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 11.15392279 L4_control_A2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.40987075 L4_control_A3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.85441268 L4_control_B1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 9.917617109 L4_control_B2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 11.03495158 L4_control_B3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.02286274 L4_control_C2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 9.939008315 L4_control_C3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 11.12047755 L4_chemical_A1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 11.11798495 L4_chemical_A2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.55836637 L4_chemical_A3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.47517844 L4_chemical_B1 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.46799215 L4_chemical_B2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 11.19531586 L4_chemical_B3 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 9.995105029 L4_chemical_C2 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.23326153 L4_chemical_C3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.795152669 C6_control_A1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 6.114023845 C6_control_A3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.487127273 C6_control_B1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.393187348 C6_control_B2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.465503761 C6_control_B3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 6.048363245 C6_control_C1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 6.328178489 C6_control_C2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.590455108 C6_control_C3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 6.069031271 C6_chemical_A1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.176420394 C6_chemical_A3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.754146434 C6_chemical_B1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.840574395 C6_chemical_B2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.390803966 C6_chemical_B3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.641342772 C6_chemical_C1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.929643396 C6_chemical_C2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.642874166 C6_chemical_C3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.733098762 L4_control_A1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.656988062 L4_control_A2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.608297394 L4_control_A3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.554437111 L4_control_B1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.056027745 L4_control_B2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.26816838 L4_control_B3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.717943007 L4_control_C2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 6.649431332 L4_control_C3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.22961378 L4_chemical_A1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.593706223 L4_chemical_A2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.780555797 L4_chemical_A3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.42574035 L4_chemical_B1 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.581543521 L4_chemical_B2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.506994663 L4_chemical_B3 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 6.186867761 L4_chemical_C2 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 5.855160944 L4_chemical_C3 +LQ03X023680 DNA binding protein, putative 10.52308084 C6_control_A1 +LQ03X023680 DNA binding protein, putative 10.86104026 C6_control_A3 +LQ03X023680 DNA binding protein, putative 10.56204751 C6_control_B1 +LQ03X023680 DNA binding protein, putative 10.20649198 C6_control_B2 +LQ03X023680 DNA binding protein, putative 10.15919234 C6_control_B3 +LQ03X023680 DNA binding protein, putative 9.508200568 C6_control_C1 +LQ03X023680 DNA binding protein, putative 9.258564381 C6_control_C2 +LQ03X023680 DNA binding protein, putative 9.08168618 C6_control_C3 +LQ03X023680 DNA binding protein, putative 10.57538569 C6_chemical_A1 +LQ03X023680 DNA binding protein, putative 10.62387463 C6_chemical_A3 +LQ03X023680 DNA binding protein, putative 10.48846992 C6_chemical_B1 +LQ03X023680 DNA binding protein, putative 9.935210053 C6_chemical_B2 +LQ03X023680 DNA binding protein, putative 9.727656454 C6_chemical_B3 +LQ03X023680 DNA binding protein, putative 9.377294358 C6_chemical_C1 +LQ03X023680 DNA binding protein, putative 9.535332514 C6_chemical_C2 +LQ03X023680 DNA binding protein, putative 8.878407505 C6_chemical_C3 +LQ03X023680 DNA binding protein, putative 10.26327938 L4_control_A1 +LQ03X023680 DNA binding protein, putative 10.22079579 L4_control_A2 +LQ03X023680 DNA binding protein, putative 10.57950833 L4_control_A3 +LQ03X023680 DNA binding protein, putative 10.1996294 L4_control_B1 +LQ03X023680 DNA binding protein, putative 10.92000678 L4_control_B2 +LQ03X023680 DNA binding protein, putative 9.354834278 L4_control_B3 +LQ03X023680 DNA binding protein, putative 10.29111543 L4_control_C2 +LQ03X023680 DNA binding protein, putative 9.804986725 L4_control_C3 +LQ03X023680 DNA binding protein, putative 9.792549154 L4_chemical_A1 +LQ03X023680 DNA binding protein, putative 10.16065167 L4_chemical_A2 +LQ03X023680 DNA binding protein, putative 10.44421361 L4_chemical_A3 +LQ03X023680 DNA binding protein, putative 10.48912041 L4_chemical_B1 +LQ03X023680 DNA binding protein, putative 10.73353363 L4_chemical_B2 +LQ03X023680 DNA binding protein, putative 9.62553514 L4_chemical_B3 +LQ03X023680 DNA binding protein, putative 10.32489003 L4_chemical_C2 +LQ03X023680 DNA binding protein, putative 10.15260679 L4_chemical_C3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.373425237 C6_control_A1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.354823159 C6_control_A3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.049371381 C6_control_B1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.7425361 C6_control_B2 +LQ03X023690 Non-specific lipid-transfer protein 8 5.271522033 C6_control_B3 +LQ03X023690 Non-specific lipid-transfer protein 8 6.26703209 C6_control_C1 +LQ03X023690 Non-specific lipid-transfer protein 8 6.317333683 C6_control_C2 +LQ03X023690 Non-specific lipid-transfer protein 8 6.223316548 C6_control_C3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.273815772 C6_chemical_A1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.40711057 C6_chemical_A3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.015051053 C6_chemical_B1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.770725564 C6_chemical_B2 +LQ03X023690 Non-specific lipid-transfer protein 8 5.530240944 C6_chemical_B3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.754434643 C6_chemical_C1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.958876244 C6_chemical_C2 +LQ03X023690 Non-specific lipid-transfer protein 8 5.68579366 C6_chemical_C3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.48073258 L4_control_A1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.309158733 L4_control_A2 +LQ03X023690 Non-specific lipid-transfer protein 8 6.123692058 L4_control_A3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.525736759 L4_control_B1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.320697109 L4_control_B2 +LQ03X023690 Non-specific lipid-transfer protein 8 5.384051969 L4_control_B3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.693728339 L4_control_C2 +LQ03X023690 Non-specific lipid-transfer protein 8 5.593994895 L4_control_C3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.625641004 L4_chemical_A1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.177649253 L4_chemical_A2 +LQ03X023690 Non-specific lipid-transfer protein 8 5.57769782 L4_chemical_A3 +LQ03X023690 Non-specific lipid-transfer protein 8 5.026880504 L4_chemical_B1 +LQ03X023690 Non-specific lipid-transfer protein 8 5.481771912 L4_chemical_B2 +LQ03X023690 Non-specific lipid-transfer protein 8 5.212428376 L4_chemical_B3 +LQ03X023690 Non-specific lipid-transfer protein 8 6.198916903 L4_chemical_C2 +LQ03X023690 Non-specific lipid-transfer protein 8 5.461320163 L4_chemical_C3 +LQ03X023720 Expansin-like B1 5.091819217 C6_control_A1 +LQ03X023720 Expansin-like B1 4.906848714 C6_control_A3 +LQ03X023720 Expansin-like B1 5.294518076 C6_control_B1 +LQ03X023720 Expansin-like B1 5.420571834 C6_control_B2 +LQ03X023720 Expansin-like B1 5.41416897 C6_control_B3 +LQ03X023720 Expansin-like B1 5.918112455 C6_control_C1 +LQ03X023720 Expansin-like B1 5.537983145 C6_control_C2 +LQ03X023720 Expansin-like B1 7.239385247 C6_control_C3 +LQ03X023720 Expansin-like B1 5.075492538 C6_chemical_A1 +LQ03X023720 Expansin-like B1 5.972655622 C6_chemical_A3 +LQ03X023720 Expansin-like B1 5.467584745 C6_chemical_B1 +LQ03X023720 Expansin-like B1 5.780587193 C6_chemical_B2 +LQ03X023720 Expansin-like B1 5.99673133 C6_chemical_B3 +LQ03X023720 Expansin-like B1 6.482731446 C6_chemical_C1 +LQ03X023720 Expansin-like B1 5.730160779 C6_chemical_C2 +LQ03X023720 Expansin-like B1 7.642841581 C6_chemical_C3 +LQ03X023720 Expansin-like B1 6.572339678 L4_control_A1 +LQ03X023720 Expansin-like B1 5.422437395 L4_control_A2 +LQ03X023720 Expansin-like B1 5.305048765 L4_control_A3 +LQ03X023720 Expansin-like B1 5.900022062 L4_control_B1 +LQ03X023720 Expansin-like B1 5.036997962 L4_control_B2 +LQ03X023720 Expansin-like B1 6.700627621 L4_control_B3 +LQ03X023720 Expansin-like B1 5.436595961 L4_control_C2 +LQ03X023720 Expansin-like B1 7.111511306 L4_control_C3 +LQ03X023720 Expansin-like B1 8.54362355 L4_chemical_A1 +LQ03X023720 Expansin-like B1 6.177676087 L4_chemical_A2 +LQ03X023720 Expansin-like B1 7.65555645 L4_chemical_A3 +LQ03X023720 Expansin-like B1 7.303157152 L4_chemical_B1 +LQ03X023720 Expansin-like B1 5.981506303 L4_chemical_B2 +LQ03X023720 Expansin-like B1 5.821095773 L4_chemical_B3 +LQ03X023720 Expansin-like B1 5.606943347 L4_chemical_C2 +LQ03X023720 Expansin-like B1 7.292255009 L4_chemical_C3 +LQ03X023740 Dynamin-related protein 1E 8.385785173 C6_control_A1 +LQ03X023740 Dynamin-related protein 1E 8.412701294 C6_control_A3 +LQ03X023740 Dynamin-related protein 1E 8.485455702 C6_control_B1 +LQ03X023740 Dynamin-related protein 1E 7.890217805 C6_control_B2 +LQ03X023740 Dynamin-related protein 1E 7.771389656 C6_control_B3 +LQ03X023740 Dynamin-related protein 1E 9.13739549 C6_control_C1 +LQ03X023740 Dynamin-related protein 1E 8.244755854 C6_control_C2 +LQ03X023740 Dynamin-related protein 1E 7.224584585 C6_control_C3 +LQ03X023740 Dynamin-related protein 1E 8.573515375 C6_chemical_A1 +LQ03X023740 Dynamin-related protein 1E 7.955910582 C6_chemical_A3 +LQ03X023740 Dynamin-related protein 1E 8.310636328 C6_chemical_B1 +LQ03X023740 Dynamin-related protein 1E 7.905768761 C6_chemical_B2 +LQ03X023740 Dynamin-related protein 1E 7.071313839 C6_chemical_B3 +LQ03X023740 Dynamin-related protein 1E 9.180560548 C6_chemical_C1 +LQ03X023740 Dynamin-related protein 1E 8.344220995 C6_chemical_C2 +LQ03X023740 Dynamin-related protein 1E 7.256341051 C6_chemical_C3 +LQ03X023740 Dynamin-related protein 1E 8.554907942 L4_control_A1 +LQ03X023740 Dynamin-related protein 1E 7.964076917 L4_control_A2 +LQ03X023740 Dynamin-related protein 1E 7.678080313 L4_control_A3 +LQ03X023740 Dynamin-related protein 1E 7.373621017 L4_control_B1 +LQ03X023740 Dynamin-related protein 1E 7.882175175 L4_control_B2 +LQ03X023740 Dynamin-related protein 1E 7.093780575 L4_control_B3 +LQ03X023740 Dynamin-related protein 1E 7.503516495 L4_control_C2 +LQ03X023740 Dynamin-related protein 1E 6.661949074 L4_control_C3 +LQ03X023740 Dynamin-related protein 1E 8.324690516 L4_chemical_A1 +LQ03X023740 Dynamin-related protein 1E 7.554455899 L4_chemical_A2 +LQ03X023740 Dynamin-related protein 1E 8.656501492 L4_chemical_A3 +LQ03X023740 Dynamin-related protein 1E 8.614650699 L4_chemical_B1 +LQ03X023740 Dynamin-related protein 1E 7.54094794 L4_chemical_B2 +LQ03X023740 Dynamin-related protein 1E 7.233017519 L4_chemical_B3 +LQ03X023740 Dynamin-related protein 1E 7.102787825 L4_chemical_C2 +LQ03X023740 Dynamin-related protein 1E 6.836714364 L4_chemical_C3 +LQ03X023750 Probable purine permease 10 4.901963407 C6_control_A1 +LQ03X023750 Probable purine permease 10 4.912432469 C6_control_A3 +LQ03X023750 Probable purine permease 10 4.723769143 C6_control_B1 +LQ03X023750 Probable purine permease 10 5.030377643 C6_control_B2 +LQ03X023750 Probable purine permease 10 4.932801313 C6_control_B3 +LQ03X023750 Probable purine permease 10 5.037781133 C6_control_C1 +LQ03X023750 Probable purine permease 10 5.224869008 C6_control_C2 +LQ03X023750 Probable purine permease 10 5.148368449 C6_control_C3 +LQ03X023750 Probable purine permease 10 5.531256148 C6_chemical_A1 +LQ03X023750 Probable purine permease 10 5.471724125 C6_chemical_A3 +LQ03X023750 Probable purine permease 10 5.303548198 C6_chemical_B1 +LQ03X023750 Probable purine permease 10 4.908608699 C6_chemical_B2 +LQ03X023750 Probable purine permease 10 4.883219023 C6_chemical_B3 +LQ03X023750 Probable purine permease 10 4.906140499 C6_chemical_C1 +LQ03X023750 Probable purine permease 10 5.443163477 C6_chemical_C2 +LQ03X023750 Probable purine permease 10 4.822860414 C6_chemical_C3 +LQ03X023750 Probable purine permease 10 5.121846466 L4_control_A1 +LQ03X023750 Probable purine permease 10 4.803480511 L4_control_A2 +LQ03X023750 Probable purine permease 10 5.247687151 L4_control_A3 +LQ03X023750 Probable purine permease 10 5.249815964 L4_control_B1 +LQ03X023750 Probable purine permease 10 5.920740028 L4_control_B2 +LQ03X023750 Probable purine permease 10 4.962703446 L4_control_B3 +LQ03X023750 Probable purine permease 10 4.823822204 L4_control_C2 +LQ03X023750 Probable purine permease 10 4.929271028 L4_control_C3 +LQ03X023750 Probable purine permease 10 5.330234067 L4_chemical_A1 +LQ03X023750 Probable purine permease 10 5.046609867 L4_chemical_A2 +LQ03X023750 Probable purine permease 10 4.823655094 L4_chemical_A3 +LQ03X023750 Probable purine permease 10 5.12636623 L4_chemical_B1 +LQ03X023750 Probable purine permease 10 5.860917786 L4_chemical_B2 +LQ03X023750 Probable purine permease 10 5.291352071 L4_chemical_B3 +LQ03X023750 Probable purine permease 10 5.376806428 L4_chemical_C2 +LQ03X023750 Probable purine permease 10 5.605991719 L4_chemical_C3 +LQ03X023760 RNA binding protein, putative 4.798243105 C6_control_A1 +LQ03X023760 RNA binding protein, putative 4.661524435 C6_control_A3 +LQ03X023760 RNA binding protein, putative 5.471884266 C6_control_B1 +LQ03X023760 RNA binding protein, putative 5.402292901 C6_control_B2 +LQ03X023760 RNA binding protein, putative 5.470513737 C6_control_B3 +LQ03X023760 RNA binding protein, putative 5.480805308 C6_control_C1 +LQ03X023760 RNA binding protein, putative 5.095508811 C6_control_C2 +LQ03X023760 RNA binding protein, putative 6.226329605 C6_control_C3 +LQ03X023760 RNA binding protein, putative 4.829016862 C6_chemical_A1 +LQ03X023760 RNA binding protein, putative 4.825757139 C6_chemical_A3 +LQ03X023760 RNA binding protein, putative 5.437819275 C6_chemical_B1 +LQ03X023760 RNA binding protein, putative 5.316350439 C6_chemical_B2 +LQ03X023760 RNA binding protein, putative 5.00845936 C6_chemical_B3 +LQ03X023760 RNA binding protein, putative 5.094081083 C6_chemical_C1 +LQ03X023760 RNA binding protein, putative 5.025015008 C6_chemical_C2 +LQ03X023760 RNA binding protein, putative 5.167789758 C6_chemical_C3 +LQ03X023760 RNA binding protein, putative 4.873210098 L4_control_A1 +LQ03X023760 RNA binding protein, putative 5.112642853 L4_control_A2 +LQ03X023760 RNA binding protein, putative 4.860080781 L4_control_A3 +LQ03X023760 RNA binding protein, putative 4.955717349 L4_control_B1 +LQ03X023760 RNA binding protein, putative 5.806747003 L4_control_B2 +LQ03X023760 RNA binding protein, putative 5.714696429 L4_control_B3 +LQ03X023760 RNA binding protein, putative 4.713576291 L4_control_C2 +LQ03X023760 RNA binding protein, putative 5.133676848 L4_control_C3 +LQ03X023760 RNA binding protein, putative 4.623380148 L4_chemical_A1 +LQ03X023760 RNA binding protein, putative 5.053306852 L4_chemical_A2 +LQ03X023760 RNA binding protein, putative 4.621682992 L4_chemical_A3 +LQ03X023760 RNA binding protein, putative 5.214013215 L4_chemical_B1 +LQ03X023760 RNA binding protein, putative 5.595634267 L4_chemical_B2 +LQ03X023760 RNA binding protein, putative 5.07588933 L4_chemical_B3 +LQ03X023760 RNA binding protein, putative 5.545993948 L4_chemical_C2 +LQ03X023760 RNA binding protein, putative 5.061709402 L4_chemical_C3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.00017017 C6_control_A1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.64162888 C6_control_A3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.10793443 C6_control_B1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.79663848 C6_control_B2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.07662837 C6_control_B3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.46248912 C6_control_C1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.80087474 C6_control_C2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.28170753 C6_control_C3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.92369577 C6_chemical_A1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.81623458 C6_chemical_A3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.88684173 C6_chemical_B1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.5856648 C6_chemical_B2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.00412424 C6_chemical_B3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.82811117 C6_chemical_C1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.74347749 C6_chemical_C2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.17848909 C6_chemical_C3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.97266299 L4_control_A1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.61753415 L4_control_A2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.31165553 L4_control_A3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.78232231 L4_control_B1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.22946275 L4_control_B2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.69615391 L4_control_B3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.37356811 L4_control_C2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 14.00572701 L4_control_C3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.74865029 L4_chemical_A1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.76362025 L4_chemical_A2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.45281257 L4_chemical_A3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.41069629 L4_chemical_B1 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.42592495 L4_chemical_B2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.82064197 L4_chemical_B3 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.85905352 L4_chemical_C2 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.94220753 L4_chemical_C3 +LQ03X023800 Predicted protein 7.387732739 C6_control_A1 +LQ03X023800 Predicted protein 7.730788413 C6_control_A3 +LQ03X023800 Predicted protein 7.440989061 C6_control_B1 +LQ03X023800 Predicted protein 6.82668305 C6_control_B2 +LQ03X023800 Predicted protein 7.613459998 C6_control_B3 +LQ03X023800 Predicted protein 8.23316114 C6_control_C1 +LQ03X023800 Predicted protein 6.697241225 C6_control_C2 +LQ03X023800 Predicted protein 7.444644335 C6_control_C3 +LQ03X023800 Predicted protein 7.459337275 C6_chemical_A1 +LQ03X023800 Predicted protein 8.113347878 C6_chemical_A3 +LQ03X023800 Predicted protein 6.926387582 C6_chemical_B1 +LQ03X023800 Predicted protein 6.684696445 C6_chemical_B2 +LQ03X023800 Predicted protein 6.960961809 C6_chemical_B3 +LQ03X023800 Predicted protein 8.76515661 C6_chemical_C1 +LQ03X023800 Predicted protein 8.211688974 C6_chemical_C2 +LQ03X023800 Predicted protein 7.945428122 C6_chemical_C3 +LQ03X023800 Predicted protein 7.765966579 L4_control_A1 +LQ03X023800 Predicted protein 8.368768071 L4_control_A2 +LQ03X023800 Predicted protein 8.858123904 L4_control_A3 +LQ03X023800 Predicted protein 7.895531354 L4_control_B1 +LQ03X023800 Predicted protein 8.434464701 L4_control_B2 +LQ03X023800 Predicted protein 7.905154073 L4_control_B3 +LQ03X023800 Predicted protein 8.891932088 L4_control_C2 +LQ03X023800 Predicted protein 9.005481031 L4_control_C3 +LQ03X023800 Predicted protein 8.028859766 L4_chemical_A1 +LQ03X023800 Predicted protein 8.408386628 L4_chemical_A2 +LQ03X023800 Predicted protein 8.842097541 L4_chemical_A3 +LQ03X023800 Predicted protein 8.592820587 L4_chemical_B1 +LQ03X023800 Predicted protein 8.392212467 L4_chemical_B2 +LQ03X023800 Predicted protein 7.736416592 L4_chemical_B3 +LQ03X023800 Predicted protein 9.216207058 L4_chemical_C2 +LQ03X023800 Predicted protein 9.350581082 L4_chemical_C3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.503798021 C6_control_A1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 8.494428419 C6_control_A3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.501980819 C6_control_B1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.389510914 C6_control_B2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.494140324 C6_control_B3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.485595808 C6_control_C1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 7.138670564 C6_control_C2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.628053384 C6_control_C3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.538822668 C6_chemical_A1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.81535429 C6_chemical_A3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.724688224 C6_chemical_B1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.080873652 C6_chemical_B2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.388841464 C6_chemical_B3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.331326114 C6_chemical_C1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.436009764 C6_chemical_C2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.3258485 C6_chemical_C3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.83683561 L4_control_A1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 11.36907031 L4_control_A2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.95382726 L4_control_A3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 11.44369335 L4_control_B1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 11.95544561 L4_control_B2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.34996131 L4_control_B3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 11.41770249 L4_control_C2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.56499248 L4_control_C3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.95864503 L4_chemical_A1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 11.45954904 L4_chemical_A2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.75172142 L4_chemical_A3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 11.8216506 L4_chemical_B1 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 12.38895251 L4_chemical_B2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.64248051 L4_chemical_B3 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 11.91230915 L4_chemical_C2 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 10.75262244 L4_chemical_C3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.880122578 C6_control_A1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.821731808 C6_control_A3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.049315352 C6_control_B1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.337349668 C6_control_B2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.789594815 C6_control_B3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 9.255871397 C6_control_C1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.21075006 C6_control_C2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.505614778 C6_control_C3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.172049647 C6_chemical_A1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.782944182 C6_chemical_A3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.010703951 C6_chemical_B1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.132376465 C6_chemical_B2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.537767753 C6_chemical_B3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 9.086041375 C6_chemical_C1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 9.029486683 C6_chemical_C2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.598349886 C6_chemical_C3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.648191137 L4_control_A1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.614407049 L4_control_A2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 6.629219199 L4_control_A3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.250795304 L4_control_B1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.516843621 L4_control_B2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.244032082 L4_control_B3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.61086126 L4_control_C2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.974919577 L4_control_C3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.799508328 L4_chemical_A1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.19812298 L4_chemical_A2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.369631959 L4_chemical_A3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.110627341 L4_chemical_B1 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.072076453 L4_chemical_B2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.186041391 L4_chemical_B3 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.574106691 L4_chemical_C2 +LQ03X023830 ATP synthase subunit delta, mitochondrial 7.66907444 L4_chemical_C3 +LQ03X023850 Predicted protein 6.026157929 C6_control_A1 +LQ03X023850 Predicted protein 5.807065442 C6_control_A3 +LQ03X023850 Predicted protein 6.451814015 C6_control_B1 +LQ03X023850 Predicted protein 5.906248379 C6_control_B2 +LQ03X023850 Predicted protein 5.645702497 C6_control_B3 +LQ03X023850 Predicted protein 6.274469664 C6_control_C1 +LQ03X023850 Predicted protein 6.221052001 C6_control_C2 +LQ03X023850 Predicted protein 6.534419941 C6_control_C3 +LQ03X023850 Predicted protein 5.694376707 C6_chemical_A1 +LQ03X023850 Predicted protein 6.186845764 C6_chemical_A3 +LQ03X023850 Predicted protein 6.071046867 C6_chemical_B1 +LQ03X023850 Predicted protein 6.063135068 C6_chemical_B2 +LQ03X023850 Predicted protein 6.648249694 C6_chemical_B3 +LQ03X023850 Predicted protein 6.150388486 C6_chemical_C1 +LQ03X023850 Predicted protein 5.805421036 C6_chemical_C2 +LQ03X023850 Predicted protein 6.112043972 C6_chemical_C3 +LQ03X023850 Predicted protein 5.833821927 L4_control_A1 +LQ03X023850 Predicted protein 5.734935902 L4_control_A2 +LQ03X023850 Predicted protein 5.846996501 L4_control_A3 +LQ03X023850 Predicted protein 5.582964822 L4_control_B1 +LQ03X023850 Predicted protein 6.437795335 L4_control_B2 +LQ03X023850 Predicted protein 5.657083403 L4_control_B3 +LQ03X023850 Predicted protein 6.550357749 L4_control_C2 +LQ03X023850 Predicted protein 5.735542781 L4_control_C3 +LQ03X023850 Predicted protein 5.771826496 L4_chemical_A1 +LQ03X023850 Predicted protein 6.05565813 L4_chemical_A2 +LQ03X023850 Predicted protein 5.558195157 L4_chemical_A3 +LQ03X023850 Predicted protein 6.62557821 L4_chemical_B1 +LQ03X023850 Predicted protein 6.614019711 L4_chemical_B2 +LQ03X023850 Predicted protein 5.846065351 L4_chemical_B3 +LQ03X023850 Predicted protein 6.041026286 L4_chemical_C2 +LQ03X023850 Predicted protein 6.226530391 L4_chemical_C3 +LQ03X023860 Hypothetical protein 5.114143884 C6_control_A1 +LQ03X023860 Hypothetical protein 5.358814033 C6_control_A3 +LQ03X023860 Hypothetical protein 5.110278107 C6_control_B1 +LQ03X023860 Hypothetical protein 4.9586274 C6_control_B2 +LQ03X023860 Hypothetical protein 5.213216013 C6_control_B3 +LQ03X023860 Hypothetical protein 5.161897531 C6_control_C1 +LQ03X023860 Hypothetical protein 4.740730587 C6_control_C2 +LQ03X023860 Hypothetical protein 4.916712004 C6_control_C3 +LQ03X023860 Hypothetical protein 5.143727698 C6_chemical_A1 +LQ03X023860 Hypothetical protein 5.53747575 C6_chemical_A3 +LQ03X023860 Hypothetical protein 5.015317453 C6_chemical_B1 +LQ03X023860 Hypothetical protein 4.900817401 C6_chemical_B2 +LQ03X023860 Hypothetical protein 4.897432422 C6_chemical_B3 +LQ03X023860 Hypothetical protein 5.061851481 C6_chemical_C1 +LQ03X023860 Hypothetical protein 5.019120449 C6_chemical_C2 +LQ03X023860 Hypothetical protein 4.723979515 C6_chemical_C3 +LQ03X023860 Hypothetical protein 5.145643213 L4_control_A1 +LQ03X023860 Hypothetical protein 5.221924265 L4_control_A2 +LQ03X023860 Hypothetical protein 5.313730028 L4_control_A3 +LQ03X023860 Hypothetical protein 4.806009317 L4_control_B1 +LQ03X023860 Hypothetical protein 4.892434121 L4_control_B2 +LQ03X023860 Hypothetical protein 5.30712646 L4_control_B3 +LQ03X023860 Hypothetical protein 5.14763177 L4_control_C2 +LQ03X023860 Hypothetical protein 5.393844521 L4_control_C3 +LQ03X023860 Hypothetical protein 5.173105654 L4_chemical_A1 +LQ03X023860 Hypothetical protein 5.084821844 L4_chemical_A2 +LQ03X023860 Hypothetical protein 6.000339325 L4_chemical_A3 +LQ03X023860 Hypothetical protein 5.289630354 L4_chemical_B1 +LQ03X023860 Hypothetical protein 5.056112676 L4_chemical_B2 +LQ03X023860 Hypothetical protein 5.470546433 L4_chemical_B3 +LQ03X023860 Hypothetical protein 5.17265003 L4_chemical_C2 +LQ03X023860 Hypothetical protein 4.766538775 L4_chemical_C3 +LQ03X023870 Predicted protein 8.175151646 C6_control_A1 +LQ03X023870 Predicted protein 7.518258037 C6_control_A3 +LQ03X023870 Predicted protein 8.84833534 C6_control_B1 +LQ03X023870 Predicted protein 9.148799911 C6_control_B2 +LQ03X023870 Predicted protein 9.274942001 C6_control_B3 +LQ03X023870 Predicted protein 8.612518363 C6_control_C1 +LQ03X023870 Predicted protein 9.863971239 C6_control_C2 +LQ03X023870 Predicted protein 10.60534459 C6_control_C3 +LQ03X023870 Predicted protein 8.221205525 C6_chemical_A1 +LQ03X023870 Predicted protein 7.70119215 C6_chemical_A3 +LQ03X023870 Predicted protein 8.567182243 C6_chemical_B1 +LQ03X023870 Predicted protein 9.305113044 C6_chemical_B2 +LQ03X023870 Predicted protein 8.999377257 C6_chemical_B3 +LQ03X023870 Predicted protein 8.153381954 C6_chemical_C1 +LQ03X023870 Predicted protein 9.962127556 C6_chemical_C2 +LQ03X023870 Predicted protein 10.11554418 C6_chemical_C3 +LQ03X023870 Predicted protein 7.455231338 L4_control_A1 +LQ03X023870 Predicted protein 8.263191517 L4_control_A2 +LQ03X023870 Predicted protein 8.767010172 L4_control_A3 +LQ03X023870 Predicted protein 8.071259702 L4_control_B1 +LQ03X023870 Predicted protein 8.361888846 L4_control_B2 +LQ03X023870 Predicted protein 9.253556549 L4_control_B3 +LQ03X023870 Predicted protein 8.533167725 L4_control_C2 +LQ03X023870 Predicted protein 9.660035701 L4_control_C3 +LQ03X023870 Predicted protein 7.07965223 L4_chemical_A1 +LQ03X023870 Predicted protein 8.407295136 L4_chemical_A2 +LQ03X023870 Predicted protein 8.26510718 L4_chemical_A3 +LQ03X023870 Predicted protein 8.064582624 L4_chemical_B1 +LQ03X023870 Predicted protein 8.057920409 L4_chemical_B2 +LQ03X023870 Predicted protein 8.873768837 L4_chemical_B3 +LQ03X023870 Predicted protein 8.595080878 L4_chemical_C2 +LQ03X023870 Predicted protein 9.600772061 L4_chemical_C3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.92763595 C6_control_A1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.73349024 C6_control_A3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.41280083 C6_control_B1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.331197414 C6_control_B2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.720463659 C6_control_B3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.245789306 C6_control_C1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.370874571 C6_control_C2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.087418729 C6_control_C3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.757631504 C6_chemical_A1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.800323399 C6_chemical_A3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.822607585 C6_chemical_B1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.602634367 C6_chemical_B2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.005509267 C6_chemical_B3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.871594399 C6_chemical_C1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.386687768 C6_chemical_C2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.259449872 C6_chemical_C3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.383387159 L4_control_A1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.168487292 L4_control_A2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.009026219 L4_control_A3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.222736533 L4_control_B1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.33683574 L4_control_B2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.108210548 L4_control_B3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.69822497 L4_control_C2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.785929322 L4_control_C3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.921557612 L4_chemical_A1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.047948923 L4_chemical_A2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.712712104 L4_chemical_A3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.839210181 L4_chemical_B1 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.854766609 L4_chemical_B2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.10940155 L4_chemical_B3 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 6.064089911 L4_chemical_C2 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.498004114 L4_chemical_C3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.4924882 C6_control_A1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.10690524 C6_control_A3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.7876032 C6_control_B1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.47221477 C6_control_B2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.7662842 C6_control_B3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.84941702 C6_control_C1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.44622932 C6_control_C2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.45407612 C6_control_C3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.29089028 C6_chemical_A1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.78044226 C6_chemical_A3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.72994432 C6_chemical_B1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.6133403 C6_chemical_B2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.7140016 C6_chemical_B3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.86755709 C6_chemical_C1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.17433169 C6_chemical_C2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.64388721 C6_chemical_C3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.71770782 L4_control_A1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.22614143 L4_control_A2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.42479608 L4_control_A3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.39128655 L4_control_B1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.88433819 L4_control_B2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.17075046 L4_control_B3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.08475577 L4_control_C2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.60658062 L4_control_C3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.96130865 L4_chemical_A1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.22163789 L4_chemical_A2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.65999543 L4_chemical_A3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.9609937 L4_chemical_B1 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.96366966 L4_chemical_B2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.19075211 L4_chemical_B3 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 13.37796606 L4_chemical_C2 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.13620187 L4_chemical_C3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.317362683 C6_control_A1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.109363062 C6_control_A3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 7.307977579 C6_control_B1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.56606751 C6_control_B2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.821684132 C6_control_B3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.747509744 C6_control_C1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.929333778 C6_control_C2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.530055106 C6_control_C3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.850644144 C6_chemical_A1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.609685101 C6_chemical_A3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.746192723 C6_chemical_B1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.216499979 C6_chemical_B2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.002270977 C6_chemical_B3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.164696467 C6_chemical_C1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.767727994 C6_chemical_C2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.696560127 C6_chemical_C3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.727884311 L4_control_A1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.668049839 L4_control_A2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.55885894 L4_control_A3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.115649768 L4_control_B1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.973964622 L4_control_B2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.999406328 L4_control_B3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.551669156 L4_control_C2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.473529292 L4_control_C3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.242571551 L4_chemical_A1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.22717291 L4_chemical_A2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.123673016 L4_chemical_A3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.311808528 L4_chemical_B1 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.494571315 L4_chemical_B2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.039190798 L4_chemical_B3 +LQ03X023920 Probable receptor-like protein kinase At5g47070 6.349935522 L4_chemical_C2 +LQ03X023920 Probable receptor-like protein kinase At5g47070 7.791902597 L4_chemical_C3 +LQ03X023930 Novel plant SNARE 11 6.212796432 C6_control_A1 +LQ03X023930 Novel plant SNARE 11 6.046720794 C6_control_A3 +LQ03X023930 Novel plant SNARE 11 6.591461267 C6_control_B1 +LQ03X023930 Novel plant SNARE 11 6.682059785 C6_control_B2 +LQ03X023930 Novel plant SNARE 11 7.387666916 C6_control_B3 +LQ03X023930 Novel plant SNARE 11 5.24298864 C6_control_C1 +LQ03X023930 Novel plant SNARE 11 5.617946119 C6_control_C2 +LQ03X023930 Novel plant SNARE 11 5.63351845 C6_control_C3 +LQ03X023930 Novel plant SNARE 11 6.266788272 C6_chemical_A1 +LQ03X023930 Novel plant SNARE 11 5.920103742 C6_chemical_A3 +LQ03X023930 Novel plant SNARE 11 6.909887636 C6_chemical_B1 +LQ03X023930 Novel plant SNARE 11 7.121533011 C6_chemical_B2 +LQ03X023930 Novel plant SNARE 11 6.67213577 C6_chemical_B3 +LQ03X023930 Novel plant SNARE 11 4.960884681 C6_chemical_C1 +LQ03X023930 Novel plant SNARE 11 5.490100223 C6_chemical_C2 +LQ03X023930 Novel plant SNARE 11 5.537048673 C6_chemical_C3 +LQ03X023930 Novel plant SNARE 11 6.117179121 L4_control_A1 +LQ03X023930 Novel plant SNARE 11 6.794569125 L4_control_A2 +LQ03X023930 Novel plant SNARE 11 5.795290375 L4_control_A3 +LQ03X023930 Novel plant SNARE 11 6.824239044 L4_control_B1 +LQ03X023930 Novel plant SNARE 11 6.604749356 L4_control_B2 +LQ03X023930 Novel plant SNARE 11 7.276264486 L4_control_B3 +LQ03X023930 Novel plant SNARE 11 5.484730329 L4_control_C2 +LQ03X023930 Novel plant SNARE 11 5.740890757 L4_control_C3 +LQ03X023930 Novel plant SNARE 11 5.870853747 L4_chemical_A1 +LQ03X023930 Novel plant SNARE 11 6.274641924 L4_chemical_A2 +LQ03X023930 Novel plant SNARE 11 6.03642806 L4_chemical_A3 +LQ03X023930 Novel plant SNARE 11 7.236107207 L4_chemical_B1 +LQ03X023930 Novel plant SNARE 11 7.102040955 L4_chemical_B2 +LQ03X023930 Novel plant SNARE 11 7.072075267 L4_chemical_B3 +LQ03X023930 Novel plant SNARE 11 5.317264271 L4_chemical_C2 +LQ03X023930 Novel plant SNARE 11 5.341155241 L4_chemical_C3 +LQ03X023940 60S ribosomal protein L37a 14.86521404 C6_control_A1 +LQ03X023940 60S ribosomal protein L37a 15.03059565 C6_control_A3 +LQ03X023940 60S ribosomal protein L37a 14.94431027 C6_control_B1 +LQ03X023940 60S ribosomal protein L37a 15.07462154 C6_control_B2 +LQ03X023940 60S ribosomal protein L37a 14.75431698 C6_control_B3 +LQ03X023940 60S ribosomal protein L37a 14.5408735 C6_control_C1 +LQ03X023940 60S ribosomal protein L37a 14.35149664 C6_control_C2 +LQ03X023940 60S ribosomal protein L37a 14.40741977 C6_control_C3 +LQ03X023940 60S ribosomal protein L37a 14.70759487 C6_chemical_A1 +LQ03X023940 60S ribosomal protein L37a 14.71721511 C6_chemical_A3 +LQ03X023940 60S ribosomal protein L37a 14.64423437 C6_chemical_B1 +LQ03X023940 60S ribosomal protein L37a 14.66344028 C6_chemical_B2 +LQ03X023940 60S ribosomal protein L37a 14.71457869 C6_chemical_B3 +LQ03X023940 60S ribosomal protein L37a 14.62427076 C6_chemical_C1 +LQ03X023940 60S ribosomal protein L37a 14.75639067 C6_chemical_C2 +LQ03X023940 60S ribosomal protein L37a 14.39886538 C6_chemical_C3 +LQ03X023940 60S ribosomal protein L37a 14.85700271 L4_control_A1 +LQ03X023940 60S ribosomal protein L37a 14.95230889 L4_control_A2 +LQ03X023940 60S ribosomal protein L37a 14.78064753 L4_control_A3 +LQ03X023940 60S ribosomal protein L37a 14.29942727 L4_control_B1 +LQ03X023940 60S ribosomal protein L37a 13.78267117 L4_control_B2 +LQ03X023940 60S ribosomal protein L37a 14.5288008 L4_control_B3 +LQ03X023940 60S ribosomal protein L37a 14.16450242 L4_control_C2 +LQ03X023940 60S ribosomal protein L37a 14.43283591 L4_control_C3 +LQ03X023940 60S ribosomal protein L37a 14.89168188 L4_chemical_A1 +LQ03X023940 60S ribosomal protein L37a 14.75336057 L4_chemical_A2 +LQ03X023940 60S ribosomal protein L37a 14.56255194 L4_chemical_A3 +LQ03X023940 60S ribosomal protein L37a 14.66777537 L4_chemical_B1 +LQ03X023940 60S ribosomal protein L37a 14.74826576 L4_chemical_B2 +LQ03X023940 60S ribosomal protein L37a 14.91346165 L4_chemical_B3 +LQ03X023940 60S ribosomal protein L37a 14.16911699 L4_chemical_C2 +LQ03X023940 60S ribosomal protein L37a 14.20489666 L4_chemical_C3 +LQ03X023960 Casein kinase II subunit beta 13.39111005 C6_control_A1 +LQ03X023960 Casein kinase II subunit beta 13.22746403 C6_control_A3 +LQ03X023960 Casein kinase II subunit beta 13.49150779 C6_control_B1 +LQ03X023960 Casein kinase II subunit beta 13.52035346 C6_control_B2 +LQ03X023960 Casein kinase II subunit beta 13.51259942 C6_control_B3 +LQ03X023960 Casein kinase II subunit beta 13.33905472 C6_control_C1 +LQ03X023960 Casein kinase II subunit beta 13.52510573 C6_control_C2 +LQ03X023960 Casein kinase II subunit beta 13.7469946 C6_control_C3 +LQ03X023960 Casein kinase II subunit beta 13.16555293 C6_chemical_A1 +LQ03X023960 Casein kinase II subunit beta 13.32499252 C6_chemical_A3 +LQ03X023960 Casein kinase II subunit beta 13.14873743 C6_chemical_B1 +LQ03X023960 Casein kinase II subunit beta 13.38044602 C6_chemical_B2 +LQ03X023960 Casein kinase II subunit beta 13.21687348 C6_chemical_B3 +LQ03X023960 Casein kinase II subunit beta 13.22977099 C6_chemical_C1 +LQ03X023960 Casein kinase II subunit beta 13.57687979 C6_chemical_C2 +LQ03X023960 Casein kinase II subunit beta 13.43198844 C6_chemical_C3 +LQ03X023960 Casein kinase II subunit beta 12.85352249 L4_control_A1 +LQ03X023960 Casein kinase II subunit beta 13.40667285 L4_control_A2 +LQ03X023960 Casein kinase II subunit beta 12.41480073 L4_control_A3 +LQ03X023960 Casein kinase II subunit beta 13.29725473 L4_control_B1 +LQ03X023960 Casein kinase II subunit beta 13.53582067 L4_control_B2 +LQ03X023960 Casein kinase II subunit beta 13.32844975 L4_control_B3 +LQ03X023960 Casein kinase II subunit beta 13.28270243 L4_control_C2 +LQ03X023960 Casein kinase II subunit beta 13.41310356 L4_control_C3 +LQ03X023960 Casein kinase II subunit beta 13.10483047 L4_chemical_A1 +LQ03X023960 Casein kinase II subunit beta 13.30888216 L4_chemical_A2 +LQ03X023960 Casein kinase II subunit beta 12.61576495 L4_chemical_A3 +LQ03X023960 Casein kinase II subunit beta 13.25459076 L4_chemical_B1 +LQ03X023960 Casein kinase II subunit beta 13.51153918 L4_chemical_B2 +LQ03X023960 Casein kinase II subunit beta 13.16058448 L4_chemical_B3 +LQ03X023960 Casein kinase II subunit beta 13.09573337 L4_chemical_C2 +LQ03X023960 Casein kinase II subunit beta 13.79757962 L4_chemical_C3 +LQ03X023970 Predicted protein 4.910751106 C6_control_A1 +LQ03X023970 Predicted protein 5.142931707 C6_control_A3 +LQ03X023970 Predicted protein 4.859861278 C6_control_B1 +LQ03X023970 Predicted protein 4.97940454 C6_control_B2 +LQ03X023970 Predicted protein 5.106163884 C6_control_B3 +LQ03X023970 Predicted protein 4.940629078 C6_control_C1 +LQ03X023970 Predicted protein 5.568443826 C6_control_C2 +LQ03X023970 Predicted protein 4.759798562 C6_control_C3 +LQ03X023970 Predicted protein 4.87748987 C6_chemical_A1 +LQ03X023970 Predicted protein 4.831078429 C6_chemical_A3 +LQ03X023970 Predicted protein 4.762000832 C6_chemical_B1 +LQ03X023970 Predicted protein 5.109129443 C6_chemical_B2 +LQ03X023970 Predicted protein 4.895675156 C6_chemical_B3 +LQ03X023970 Predicted protein 5.47737416 C6_chemical_C1 +LQ03X023970 Predicted protein 5.160249368 C6_chemical_C2 +LQ03X023970 Predicted protein 4.928127099 C6_chemical_C3 +LQ03X023970 Predicted protein 4.90203745 L4_control_A1 +LQ03X023970 Predicted protein 5.063844797 L4_control_A2 +LQ03X023970 Predicted protein 5.044831743 L4_control_A3 +LQ03X023970 Predicted protein 4.762137436 L4_control_B1 +LQ03X023970 Predicted protein 5.370109326 L4_control_B2 +LQ03X023970 Predicted protein 4.815951655 L4_control_B3 +LQ03X023970 Predicted protein 5.72610887 L4_control_C2 +LQ03X023970 Predicted protein 5.115570942 L4_control_C3 +LQ03X023970 Predicted protein 4.995851394 L4_chemical_A1 +LQ03X023970 Predicted protein 4.815631365 L4_chemical_A2 +LQ03X023970 Predicted protein 4.843335368 L4_chemical_A3 +LQ03X023970 Predicted protein 4.939601544 L4_chemical_B1 +LQ03X023970 Predicted protein 4.85908544 L4_chemical_B2 +LQ03X023970 Predicted protein 4.9482693 L4_chemical_B3 +LQ03X023970 Predicted protein 5.379627438 L4_chemical_C2 +LQ03X023970 Predicted protein 5.41006395 L4_chemical_C3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.618913423 C6_control_A1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.810948072 C6_control_A3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.562302191 C6_control_B1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.015407526 C6_control_B2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.699282433 C6_control_B3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.271156177 C6_control_C1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.30853542 C6_control_C2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.452283973 C6_control_C3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.728283936 C6_chemical_A1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.98082167 C6_chemical_A3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.380235828 C6_chemical_B1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.70439507 C6_chemical_B2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.536275212 C6_chemical_B3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.476117788 C6_chemical_C1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.302033065 C6_chemical_C2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.718851735 C6_chemical_C3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.351373461 L4_control_A1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.182223443 L4_control_A2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.010359881 L4_control_A3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.758553914 L4_control_B1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.245291254 L4_control_B2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.632364316 L4_control_B3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.106750191 L4_control_C2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.626665291 L4_control_C3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.373271009 L4_chemical_A1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.486431916 L4_chemical_A2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.927296133 L4_chemical_A3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 6.296645547 L4_chemical_B1 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.779959288 L4_chemical_B2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.667272241 L4_chemical_B3 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.740422541 L4_chemical_C2 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.358681369 L4_chemical_C3 +LQ03X024060 Calcineurin B-like protein 1 12.33633529 C6_control_A1 +LQ03X024060 Calcineurin B-like protein 1 11.72964534 C6_control_A3 +LQ03X024060 Calcineurin B-like protein 1 11.95659596 C6_control_B1 +LQ03X024060 Calcineurin B-like protein 1 12.26544538 C6_control_B2 +LQ03X024060 Calcineurin B-like protein 1 11.66395031 C6_control_B3 +LQ03X024060 Calcineurin B-like protein 1 12.22956495 C6_control_C1 +LQ03X024060 Calcineurin B-like protein 1 12.29548794 C6_control_C2 +LQ03X024060 Calcineurin B-like protein 1 11.71548084 C6_control_C3 +LQ03X024060 Calcineurin B-like protein 1 12.12854708 C6_chemical_A1 +LQ03X024060 Calcineurin B-like protein 1 11.59362821 C6_chemical_A3 +LQ03X024060 Calcineurin B-like protein 1 11.6292872 C6_chemical_B1 +LQ03X024060 Calcineurin B-like protein 1 12.24187013 C6_chemical_B2 +LQ03X024060 Calcineurin B-like protein 1 11.84482192 C6_chemical_B3 +LQ03X024060 Calcineurin B-like protein 1 12.39415553 C6_chemical_C1 +LQ03X024060 Calcineurin B-like protein 1 11.81383992 C6_chemical_C2 +LQ03X024060 Calcineurin B-like protein 1 11.69713943 C6_chemical_C3 +LQ03X024060 Calcineurin B-like protein 1 12.1303895 L4_control_A1 +LQ03X024060 Calcineurin B-like protein 1 11.75231988 L4_control_A2 +LQ03X024060 Calcineurin B-like protein 1 11.73075066 L4_control_A3 +LQ03X024060 Calcineurin B-like protein 1 10.8607569 L4_control_B1 +LQ03X024060 Calcineurin B-like protein 1 11.69506993 L4_control_B2 +LQ03X024060 Calcineurin B-like protein 1 11.40473137 L4_control_B3 +LQ03X024060 Calcineurin B-like protein 1 11.22505968 L4_control_C2 +LQ03X024060 Calcineurin B-like protein 1 10.45296512 L4_control_C3 +LQ03X024060 Calcineurin B-like protein 1 11.80568698 L4_chemical_A1 +LQ03X024060 Calcineurin B-like protein 1 11.53608069 L4_chemical_A2 +LQ03X024060 Calcineurin B-like protein 1 11.95566873 L4_chemical_A3 +LQ03X024060 Calcineurin B-like protein 1 11.3014605 L4_chemical_B1 +LQ03X024060 Calcineurin B-like protein 1 11.2357927 L4_chemical_B2 +LQ03X024060 Calcineurin B-like protein 1 12.10194394 L4_chemical_B3 +LQ03X024060 Calcineurin B-like protein 1 11.09062727 L4_chemical_C2 +LQ03X024060 Calcineurin B-like protein 1 10.38150739 L4_chemical_C3 +LQ03X024080 Predicted protein 5.157674651 C6_control_A1 +LQ03X024080 Predicted protein 5.123346213 C6_control_A3 +LQ03X024080 Predicted protein 5.371283042 C6_control_B1 +LQ03X024080 Predicted protein 5.209010249 C6_control_B2 +LQ03X024080 Predicted protein 4.943643709 C6_control_B3 +LQ03X024080 Predicted protein 5.365585235 C6_control_C1 +LQ03X024080 Predicted protein 5.080517411 C6_control_C2 +LQ03X024080 Predicted protein 5.31644813 C6_control_C3 +LQ03X024080 Predicted protein 5.056405882 C6_chemical_A1 +LQ03X024080 Predicted protein 5.179770529 C6_chemical_A3 +LQ03X024080 Predicted protein 5.677581121 C6_chemical_B1 +LQ03X024080 Predicted protein 5.36721665 C6_chemical_B2 +LQ03X024080 Predicted protein 4.958989377 C6_chemical_B3 +LQ03X024080 Predicted protein 5.136995367 C6_chemical_C1 +LQ03X024080 Predicted protein 5.165638206 C6_chemical_C2 +LQ03X024080 Predicted protein 5.352732746 C6_chemical_C3 +LQ03X024080 Predicted protein 5.256135069 L4_control_A1 +LQ03X024080 Predicted protein 5.206906522 L4_control_A2 +LQ03X024080 Predicted protein 5.512216606 L4_control_A3 +LQ03X024080 Predicted protein 6.24124966 L4_control_B1 +LQ03X024080 Predicted protein 5.444599076 L4_control_B2 +LQ03X024080 Predicted protein 5.111790628 L4_control_B3 +LQ03X024080 Predicted protein 5.402779225 L4_control_C2 +LQ03X024080 Predicted protein 5.423183547 L4_control_C3 +LQ03X024080 Predicted protein 5.27870555 L4_chemical_A1 +LQ03X024080 Predicted protein 5.468133943 L4_chemical_A2 +LQ03X024080 Predicted protein 5.608285526 L4_chemical_A3 +LQ03X024080 Predicted protein 4.968254696 L4_chemical_B1 +LQ03X024080 Predicted protein 5.392005997 L4_chemical_B2 +LQ03X024080 Predicted protein 5.252914696 L4_chemical_B3 +LQ03X024080 Predicted protein 5.15758442 L4_chemical_C2 +LQ03X024080 Predicted protein 5.136879234 L4_chemical_C3 +LQ03X024090 Predicted protein 13.79427638 C6_control_A1 +LQ03X024090 Predicted protein 13.45205735 C6_control_A3 +LQ03X024090 Predicted protein 13.66669238 C6_control_B1 +LQ03X024090 Predicted protein 14.05614173 C6_control_B2 +LQ03X024090 Predicted protein 13.6699151 C6_control_B3 +LQ03X024090 Predicted protein 13.19920367 C6_control_C1 +LQ03X024090 Predicted protein 13.55665874 C6_control_C2 +LQ03X024090 Predicted protein 13.23410523 C6_control_C3 +LQ03X024090 Predicted protein 13.77684788 C6_chemical_A1 +LQ03X024090 Predicted protein 13.3977995 C6_chemical_A3 +LQ03X024090 Predicted protein 13.77643394 C6_chemical_B1 +LQ03X024090 Predicted protein 14.20257479 C6_chemical_B2 +LQ03X024090 Predicted protein 13.87759134 C6_chemical_B3 +LQ03X024090 Predicted protein 13.03045088 C6_chemical_C1 +LQ03X024090 Predicted protein 13.29649266 C6_chemical_C2 +LQ03X024090 Predicted protein 13.40323174 C6_chemical_C3 +LQ03X024090 Predicted protein 13.71968366 L4_control_A1 +LQ03X024090 Predicted protein 14.09796639 L4_control_A2 +LQ03X024090 Predicted protein 13.79605626 L4_control_A3 +LQ03X024090 Predicted protein 14.01791489 L4_control_B1 +LQ03X024090 Predicted protein 13.57734451 L4_control_B2 +LQ03X024090 Predicted protein 14.09488064 L4_control_B3 +LQ03X024090 Predicted protein 12.56770278 L4_control_C2 +LQ03X024090 Predicted protein 13.20851207 L4_control_C3 +LQ03X024090 Predicted protein 13.29523862 L4_chemical_A1 +LQ03X024090 Predicted protein 13.93922219 L4_chemical_A2 +LQ03X024090 Predicted protein 13.5521806 L4_chemical_A3 +LQ03X024090 Predicted protein 13.66606313 L4_chemical_B1 +LQ03X024090 Predicted protein 13.32377456 L4_chemical_B2 +LQ03X024090 Predicted protein 14.3181286 L4_chemical_B3 +LQ03X024090 Predicted protein 12.67792484 L4_chemical_C2 +LQ03X024090 Predicted protein 13.10133708 L4_chemical_C3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.901776755 C6_control_A1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.558295126 C6_control_A3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.066181724 C6_control_B1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.665834475 C6_control_B2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.536820776 C6_control_B3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.716000323 C6_control_C1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.587834133 C6_control_C2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.674180111 C6_control_C3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.979378513 C6_chemical_A1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.854553167 C6_chemical_A3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.547153424 C6_chemical_B1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.139414055 C6_chemical_B2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.616952668 C6_chemical_B3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.152958459 C6_chemical_C1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.917985586 C6_chemical_C2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.660098593 C6_chemical_C3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.068262234 L4_control_A1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.602368129 L4_control_A2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.560897798 L4_control_A3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.30923767 L4_control_B1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.250275259 L4_control_B2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.508035134 L4_control_B3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.319358707 L4_control_C2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.383243573 L4_control_C3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.794842729 L4_chemical_A1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.801739251 L4_chemical_A2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 6.769424684 L4_chemical_A3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.226536898 L4_chemical_B1 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.814043487 L4_chemical_B2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.561848306 L4_chemical_B3 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.132332195 L4_chemical_C2 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.094257616 L4_chemical_C3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.343746696 C6_control_A1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.080114749 C6_control_A3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.294048868 C6_control_B1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.078543621 C6_control_B2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.378333828 C6_control_B3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.754467088 C6_control_C1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.106231937 C6_control_C2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.379422 C6_control_C3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.761594796 C6_chemical_A1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.208420558 C6_chemical_A3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.705008118 C6_chemical_B1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.296967975 C6_chemical_B2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.558318885 C6_chemical_B3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.742526679 C6_chemical_C1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.28871572 C6_chemical_C2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.245623313 C6_chemical_C3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.572534881 L4_control_A1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.386217597 L4_control_A2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.244252058 L4_control_A3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.678710952 L4_control_B1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.608782926 L4_control_B2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.13746867 L4_control_B3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.824599404 L4_control_C2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 6.201054412 L4_control_C3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.167747794 L4_chemical_A1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.397666364 L4_chemical_A2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.493552967 L4_chemical_A3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.329696452 L4_chemical_B1 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.750574465 L4_chemical_B2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 4.860720136 L4_chemical_B3 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 7.266663805 L4_chemical_C2 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.380873648 L4_chemical_C3 +LQ03X024200 Light harvesting-like protein 3 14.68236266 C6_control_A1 +LQ03X024200 Light harvesting-like protein 3 14.52606229 C6_control_A3 +LQ03X024200 Light harvesting-like protein 3 14.58078154 C6_control_B1 +LQ03X024200 Light harvesting-like protein 3 14.82559874 C6_control_B2 +LQ03X024200 Light harvesting-like protein 3 14.7146076 C6_control_B3 +LQ03X024200 Light harvesting-like protein 3 15.03921623 C6_control_C1 +LQ03X024200 Light harvesting-like protein 3 14.88893938 C6_control_C2 +LQ03X024200 Light harvesting-like protein 3 14.70843459 C6_control_C3 +LQ03X024200 Light harvesting-like protein 3 14.71409857 C6_chemical_A1 +LQ03X024200 Light harvesting-like protein 3 14.56045622 C6_chemical_A3 +LQ03X024200 Light harvesting-like protein 3 14.55510748 C6_chemical_B1 +LQ03X024200 Light harvesting-like protein 3 14.95904458 C6_chemical_B2 +LQ03X024200 Light harvesting-like protein 3 14.59623473 C6_chemical_B3 +LQ03X024200 Light harvesting-like protein 3 14.93133921 C6_chemical_C1 +LQ03X024200 Light harvesting-like protein 3 14.77835764 C6_chemical_C2 +LQ03X024200 Light harvesting-like protein 3 14.18387395 C6_chemical_C3 +LQ03X024200 Light harvesting-like protein 3 14.11820444 L4_control_A1 +LQ03X024200 Light harvesting-like protein 3 14.47829348 L4_control_A2 +LQ03X024200 Light harvesting-like protein 3 13.56658749 L4_control_A3 +LQ03X024200 Light harvesting-like protein 3 14.17263129 L4_control_B1 +LQ03X024200 Light harvesting-like protein 3 14.00512929 L4_control_B2 +LQ03X024200 Light harvesting-like protein 3 14.61099905 L4_control_B3 +LQ03X024200 Light harvesting-like protein 3 14.13005858 L4_control_C2 +LQ03X024200 Light harvesting-like protein 3 13.88893197 L4_control_C3 +LQ03X024200 Light harvesting-like protein 3 13.78705271 L4_chemical_A1 +LQ03X024200 Light harvesting-like protein 3 14.13485805 L4_chemical_A2 +LQ03X024200 Light harvesting-like protein 3 13.0786539 L4_chemical_A3 +LQ03X024200 Light harvesting-like protein 3 13.84681969 L4_chemical_B1 +LQ03X024200 Light harvesting-like protein 3 14.19853315 L4_chemical_B2 +LQ03X024200 Light harvesting-like protein 3 14.31500089 L4_chemical_B3 +LQ03X024200 Light harvesting-like protein 3 14.09773603 L4_chemical_C2 +LQ03X024200 Light harvesting-like protein 3 14.04430284 L4_chemical_C3 +LQ03X024270 Expansin-like B1 5.28901541 C6_control_A1 +LQ03X024270 Expansin-like B1 5.26578498 C6_control_A3 +LQ03X024270 Expansin-like B1 5.049085971 C6_control_B1 +LQ03X024270 Expansin-like B1 5.078278649 C6_control_B2 +LQ03X024270 Expansin-like B1 5.296651738 C6_control_B3 +LQ03X024270 Expansin-like B1 4.8425457 C6_control_C1 +LQ03X024270 Expansin-like B1 4.787224097 C6_control_C2 +LQ03X024270 Expansin-like B1 5.321531273 C6_control_C3 +LQ03X024270 Expansin-like B1 5.239052864 C6_chemical_A1 +LQ03X024270 Expansin-like B1 5.462252062 C6_chemical_A3 +LQ03X024270 Expansin-like B1 5.271126745 C6_chemical_B1 +LQ03X024270 Expansin-like B1 5.107417659 C6_chemical_B2 +LQ03X024270 Expansin-like B1 5.752786084 C6_chemical_B3 +LQ03X024270 Expansin-like B1 5.127011947 C6_chemical_C1 +LQ03X024270 Expansin-like B1 5.054501703 C6_chemical_C2 +LQ03X024270 Expansin-like B1 5.058102497 C6_chemical_C3 +LQ03X024270 Expansin-like B1 5.19399306 L4_control_A1 +LQ03X024270 Expansin-like B1 5.59704613 L4_control_A2 +LQ03X024270 Expansin-like B1 5.910768129 L4_control_A3 +LQ03X024270 Expansin-like B1 5.199914187 L4_control_B1 +LQ03X024270 Expansin-like B1 5.494308723 L4_control_B2 +LQ03X024270 Expansin-like B1 5.269788092 L4_control_B3 +LQ03X024270 Expansin-like B1 6.139253478 L4_control_C2 +LQ03X024270 Expansin-like B1 5.81174227 L4_control_C3 +LQ03X024270 Expansin-like B1 5.119732553 L4_chemical_A1 +LQ03X024270 Expansin-like B1 5.111993191 L4_chemical_A2 +LQ03X024270 Expansin-like B1 5.644168445 L4_chemical_A3 +LQ03X024270 Expansin-like B1 5.538443643 L4_chemical_B1 +LQ03X024270 Expansin-like B1 5.246313905 L4_chemical_B2 +LQ03X024270 Expansin-like B1 5.395017692 L4_chemical_B3 +LQ03X024270 Expansin-like B1 4.863715864 L4_chemical_C2 +LQ03X024270 Expansin-like B1 5.320194402 L4_chemical_C3 +LQ03X024300 Putative uncharacterized protein 5.185579604 C6_control_A1 +LQ03X024300 Putative uncharacterized protein 5.318348415 C6_control_A3 +LQ03X024300 Putative uncharacterized protein 5.081001601 C6_control_B1 +LQ03X024300 Putative uncharacterized protein 5.023727776 C6_control_B2 +LQ03X024300 Putative uncharacterized protein 5.117321335 C6_control_B3 +LQ03X024300 Putative uncharacterized protein 4.897988202 C6_control_C1 +LQ03X024300 Putative uncharacterized protein 5.349719418 C6_control_C2 +LQ03X024300 Putative uncharacterized protein 4.926955316 C6_control_C3 +LQ03X024300 Putative uncharacterized protein 5.409277891 C6_chemical_A1 +LQ03X024300 Putative uncharacterized protein 5.285991953 C6_chemical_A3 +LQ03X024300 Putative uncharacterized protein 5.156978913 C6_chemical_B1 +LQ03X024300 Putative uncharacterized protein 5.143249958 C6_chemical_B2 +LQ03X024300 Putative uncharacterized protein 5.043126702 C6_chemical_B3 +LQ03X024300 Putative uncharacterized protein 4.971437139 C6_chemical_C1 +LQ03X024300 Putative uncharacterized protein 5.022000422 C6_chemical_C2 +LQ03X024300 Putative uncharacterized protein 5.071282198 C6_chemical_C3 +LQ03X024300 Putative uncharacterized protein 5.031003605 L4_control_A1 +LQ03X024300 Putative uncharacterized protein 4.893531532 L4_control_A2 +LQ03X024300 Putative uncharacterized protein 5.131288868 L4_control_A3 +LQ03X024300 Putative uncharacterized protein 5.130615114 L4_control_B1 +LQ03X024300 Putative uncharacterized protein 5.040614964 L4_control_B2 +LQ03X024300 Putative uncharacterized protein 5.17967113 L4_control_B3 +LQ03X024300 Putative uncharacterized protein 4.930807241 L4_control_C2 +LQ03X024300 Putative uncharacterized protein 5.269224828 L4_control_C3 +LQ03X024300 Putative uncharacterized protein 5.240211484 L4_chemical_A1 +LQ03X024300 Putative uncharacterized protein 5.0581267 L4_chemical_A2 +LQ03X024300 Putative uncharacterized protein 5.202531247 L4_chemical_A3 +LQ03X024300 Putative uncharacterized protein 5.033743192 L4_chemical_B1 +LQ03X024300 Putative uncharacterized protein 4.767047253 L4_chemical_B2 +LQ03X024300 Putative uncharacterized protein 5.064961354 L4_chemical_B3 +LQ03X024300 Putative uncharacterized protein 5.037356225 L4_chemical_C2 +LQ03X024300 Putative uncharacterized protein 5.43547678 L4_chemical_C3 +LQ03X024320 GATA transcription factor 26 6.085001208 C6_control_A1 +LQ03X024320 GATA transcription factor 26 5.480244238 C6_control_A3 +LQ03X024320 GATA transcription factor 26 6.11164238 C6_control_B1 +LQ03X024320 GATA transcription factor 26 6.041440976 C6_control_B2 +LQ03X024320 GATA transcription factor 26 5.487092128 C6_control_B3 +LQ03X024320 GATA transcription factor 26 7.90403399 C6_control_C1 +LQ03X024320 GATA transcription factor 26 6.939461661 C6_control_C2 +LQ03X024320 GATA transcription factor 26 8.027037518 C6_control_C3 +LQ03X024320 GATA transcription factor 26 6.094751501 C6_chemical_A1 +LQ03X024320 GATA transcription factor 26 6.558039494 C6_chemical_A3 +LQ03X024320 GATA transcription factor 26 5.521584559 C6_chemical_B1 +LQ03X024320 GATA transcription factor 26 5.777943696 C6_chemical_B2 +LQ03X024320 GATA transcription factor 26 5.275998118 C6_chemical_B3 +LQ03X024320 GATA transcription factor 26 7.628541357 C6_chemical_C1 +LQ03X024320 GATA transcription factor 26 7.241192284 C6_chemical_C2 +LQ03X024320 GATA transcription factor 26 7.084000385 C6_chemical_C3 +LQ03X024320 GATA transcription factor 26 6.91480574 L4_control_A1 +LQ03X024320 GATA transcription factor 26 5.924578644 L4_control_A2 +LQ03X024320 GATA transcription factor 26 5.959843874 L4_control_A3 +LQ03X024320 GATA transcription factor 26 5.558072302 L4_control_B1 +LQ03X024320 GATA transcription factor 26 5.272007269 L4_control_B2 +LQ03X024320 GATA transcription factor 26 6.538628731 L4_control_B3 +LQ03X024320 GATA transcription factor 26 6.498096664 L4_control_C2 +LQ03X024320 GATA transcription factor 26 5.486896962 L4_control_C3 +LQ03X024320 GATA transcription factor 26 7.067629546 L4_chemical_A1 +LQ03X024320 GATA transcription factor 26 6.159825564 L4_chemical_A2 +LQ03X024320 GATA transcription factor 26 6.552106095 L4_chemical_A3 +LQ03X024320 GATA transcription factor 26 5.468923108 L4_chemical_B1 +LQ03X024320 GATA transcription factor 26 5.967636066 L4_chemical_B2 +LQ03X024320 GATA transcription factor 26 6.310838849 L4_chemical_B3 +LQ03X024320 GATA transcription factor 26 6.68903696 L4_chemical_C2 +LQ03X024320 GATA transcription factor 26 5.732560117 L4_chemical_C3 +LQ03X024330 Protein BUD31 homolog 2 13.95461837 C6_control_A1 +LQ03X024330 Protein BUD31 homolog 2 13.97473415 C6_control_A3 +LQ03X024330 Protein BUD31 homolog 2 13.90386518 C6_control_B1 +LQ03X024330 Protein BUD31 homolog 2 13.46294005 C6_control_B2 +LQ03X024330 Protein BUD31 homolog 2 13.5065605 C6_control_B3 +LQ03X024330 Protein BUD31 homolog 2 13.80550723 C6_control_C1 +LQ03X024330 Protein BUD31 homolog 2 13.57253566 C6_control_C2 +LQ03X024330 Protein BUD31 homolog 2 13.22392966 C6_control_C3 +LQ03X024330 Protein BUD31 homolog 2 14.09089764 C6_chemical_A1 +LQ03X024330 Protein BUD31 homolog 2 14.07638334 C6_chemical_A3 +LQ03X024330 Protein BUD31 homolog 2 13.93737334 C6_chemical_B1 +LQ03X024330 Protein BUD31 homolog 2 13.39547679 C6_chemical_B2 +LQ03X024330 Protein BUD31 homolog 2 13.50882844 C6_chemical_B3 +LQ03X024330 Protein BUD31 homolog 2 13.78447101 C6_chemical_C1 +LQ03X024330 Protein BUD31 homolog 2 13.77587696 C6_chemical_C2 +LQ03X024330 Protein BUD31 homolog 2 13.10449021 C6_chemical_C3 +LQ03X024330 Protein BUD31 homolog 2 13.71158362 L4_control_A1 +LQ03X024330 Protein BUD31 homolog 2 13.81576658 L4_control_A2 +LQ03X024330 Protein BUD31 homolog 2 13.6603968 L4_control_A3 +LQ03X024330 Protein BUD31 homolog 2 13.50378162 L4_control_B1 +LQ03X024330 Protein BUD31 homolog 2 13.36552096 L4_control_B2 +LQ03X024330 Protein BUD31 homolog 2 13.06830022 L4_control_B3 +LQ03X024330 Protein BUD31 homolog 2 13.86521395 L4_control_C2 +LQ03X024330 Protein BUD31 homolog 2 13.2863233 L4_control_C3 +LQ03X024330 Protein BUD31 homolog 2 13.81473376 L4_chemical_A1 +LQ03X024330 Protein BUD31 homolog 2 13.86043546 L4_chemical_A2 +LQ03X024330 Protein BUD31 homolog 2 13.62657076 L4_chemical_A3 +LQ03X024330 Protein BUD31 homolog 2 13.80325311 L4_chemical_B1 +LQ03X024330 Protein BUD31 homolog 2 13.73211526 L4_chemical_B2 +LQ03X024330 Protein BUD31 homolog 2 13.47231891 L4_chemical_B3 +LQ03X024330 Protein BUD31 homolog 2 13.8822645 L4_chemical_C2 +LQ03X024330 Protein BUD31 homolog 2 13.49175873 L4_chemical_C3 +LQ03X024340 Putative uncharacterized protein 11.88548062 C6_control_A1 +LQ03X024340 Putative uncharacterized protein 12.10022594 C6_control_A3 +LQ03X024340 Putative uncharacterized protein 11.80109493 C6_control_B1 +LQ03X024340 Putative uncharacterized protein 11.29853989 C6_control_B2 +LQ03X024340 Putative uncharacterized protein 11.65887552 C6_control_B3 +LQ03X024340 Putative uncharacterized protein 11.18854259 C6_control_C1 +LQ03X024340 Putative uncharacterized protein 11.37822724 C6_control_C2 +LQ03X024340 Putative uncharacterized protein 11.14110638 C6_control_C3 +LQ03X024340 Putative uncharacterized protein 11.93444859 C6_chemical_A1 +LQ03X024340 Putative uncharacterized protein 11.79125894 C6_chemical_A3 +LQ03X024340 Putative uncharacterized protein 11.78441035 C6_chemical_B1 +LQ03X024340 Putative uncharacterized protein 11.42121584 C6_chemical_B2 +LQ03X024340 Putative uncharacterized protein 11.41751409 C6_chemical_B3 +LQ03X024340 Putative uncharacterized protein 11.57482555 C6_chemical_C1 +LQ03X024340 Putative uncharacterized protein 11.47209801 C6_chemical_C2 +LQ03X024340 Putative uncharacterized protein 11.06892572 C6_chemical_C3 +LQ03X024340 Putative uncharacterized protein 11.3644704 L4_control_A1 +LQ03X024340 Putative uncharacterized protein 11.96579972 L4_control_A2 +LQ03X024340 Putative uncharacterized protein 11.45897327 L4_control_A3 +LQ03X024340 Putative uncharacterized protein 11.44301527 L4_control_B1 +LQ03X024340 Putative uncharacterized protein 11.59682784 L4_control_B2 +LQ03X024340 Putative uncharacterized protein 11.02545695 L4_control_B3 +LQ03X024340 Putative uncharacterized protein 11.78896664 L4_control_C2 +LQ03X024340 Putative uncharacterized protein 10.9994504 L4_control_C3 +LQ03X024340 Putative uncharacterized protein 11.31959325 L4_chemical_A1 +LQ03X024340 Putative uncharacterized protein 11.83321394 L4_chemical_A2 +LQ03X024340 Putative uncharacterized protein 11.03229734 L4_chemical_A3 +LQ03X024340 Putative uncharacterized protein 11.68818215 L4_chemical_B1 +LQ03X024340 Putative uncharacterized protein 11.84366198 L4_chemical_B2 +LQ03X024340 Putative uncharacterized protein 11.04584588 L4_chemical_B3 +LQ03X024340 Putative uncharacterized protein 11.78907292 L4_chemical_C2 +LQ03X024340 Putative uncharacterized protein 10.83646076 L4_chemical_C3 +LQ03X024350 Bax inhibitor 1 5.81568122 C6_control_A1 +LQ03X024350 Bax inhibitor 1 6.313115285 C6_control_A3 +LQ03X024350 Bax inhibitor 1 6.152808994 C6_control_B1 +LQ03X024350 Bax inhibitor 1 5.786396991 C6_control_B2 +LQ03X024350 Bax inhibitor 1 5.394950858 C6_control_B3 +LQ03X024350 Bax inhibitor 1 5.427318193 C6_control_C1 +LQ03X024350 Bax inhibitor 1 6.294856891 C6_control_C2 +LQ03X024350 Bax inhibitor 1 5.557633151 C6_control_C3 +LQ03X024350 Bax inhibitor 1 5.539488364 C6_chemical_A1 +LQ03X024350 Bax inhibitor 1 5.372215804 C6_chemical_A3 +LQ03X024350 Bax inhibitor 1 5.445334984 C6_chemical_B1 +LQ03X024350 Bax inhibitor 1 5.73886734 C6_chemical_B2 +LQ03X024350 Bax inhibitor 1 6.027858808 C6_chemical_B3 +LQ03X024350 Bax inhibitor 1 5.723921838 C6_chemical_C1 +LQ03X024350 Bax inhibitor 1 5.347517343 C6_chemical_C2 +LQ03X024350 Bax inhibitor 1 6.015803414 C6_chemical_C3 +LQ03X024350 Bax inhibitor 1 5.485465619 L4_control_A1 +LQ03X024350 Bax inhibitor 1 5.803421578 L4_control_A2 +LQ03X024350 Bax inhibitor 1 5.667057486 L4_control_A3 +LQ03X024350 Bax inhibitor 1 5.588068316 L4_control_B1 +LQ03X024350 Bax inhibitor 1 6.345412053 L4_control_B2 +LQ03X024350 Bax inhibitor 1 5.719795653 L4_control_B3 +LQ03X024350 Bax inhibitor 1 5.826507137 L4_control_C2 +LQ03X024350 Bax inhibitor 1 5.311601326 L4_control_C3 +LQ03X024350 Bax inhibitor 1 5.460441603 L4_chemical_A1 +LQ03X024350 Bax inhibitor 1 5.376290899 L4_chemical_A2 +LQ03X024350 Bax inhibitor 1 5.776540315 L4_chemical_A3 +LQ03X024350 Bax inhibitor 1 5.622683342 L4_chemical_B1 +LQ03X024350 Bax inhibitor 1 6.5272314 L4_chemical_B2 +LQ03X024350 Bax inhibitor 1 5.763425444 L4_chemical_B3 +LQ03X024350 Bax inhibitor 1 5.185803917 L4_chemical_C2 +LQ03X024350 Bax inhibitor 1 5.594485284 L4_chemical_C3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.172104981 C6_control_A1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.594087553 C6_control_A3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.128633971 C6_control_B1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.257235728 C6_control_B2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.292420606 C6_control_B3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.113715126 C6_control_C1 +LQ03X024370 Vesicle-associated membrane protein, putative 4.994678758 C6_control_C2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.405307347 C6_control_C3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.401485051 C6_chemical_A1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.555273429 C6_chemical_A3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.324181427 C6_chemical_B1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.428404442 C6_chemical_B2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.176552024 C6_chemical_B3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.271733222 C6_chemical_C1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.245122866 C6_chemical_C2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.10590534 C6_chemical_C3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.165550212 L4_control_A1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.289105338 L4_control_A2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.406048192 L4_control_A3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.318711922 L4_control_B1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.469770498 L4_control_B2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.37366155 L4_control_B3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.213949014 L4_control_C2 +LQ03X024370 Vesicle-associated membrane protein, putative 4.694637382 L4_control_C3 +LQ03X024370 Vesicle-associated membrane protein, putative 4.991946123 L4_chemical_A1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.0792265 L4_chemical_A2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.908899456 L4_chemical_A3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.205842664 L4_chemical_B1 +LQ03X024370 Vesicle-associated membrane protein, putative 5.337968243 L4_chemical_B2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.38817154 L4_chemical_B3 +LQ03X024370 Vesicle-associated membrane protein, putative 5.083908649 L4_chemical_C2 +LQ03X024370 Vesicle-associated membrane protein, putative 5.559545055 L4_chemical_C3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.94992073 C6_control_A1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 13.11455575 C6_control_A3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 13.06828174 C6_control_B1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 13.33126919 C6_control_B2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 13.30973358 C6_control_B3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.99864099 C6_control_C1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 13.06930403 C6_control_C2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.69074382 C6_control_C3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.80050297 C6_chemical_A1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.45454036 C6_chemical_A3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.89614942 C6_chemical_B1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 13.35442765 C6_chemical_B2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.78487746 C6_chemical_B3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.90292029 C6_chemical_C1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.91983987 C6_chemical_C2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 11.80635686 C6_chemical_C3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.07149397 L4_control_A1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.44339068 L4_control_A2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.54344109 L4_control_A3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.4259819 L4_control_B1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.80151607 L4_control_B2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.69552467 L4_control_B3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 13.00251524 L4_control_C2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 11.68670248 L4_control_C3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 11.78679569 L4_chemical_A1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 11.82271787 L4_chemical_A2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.02867328 L4_chemical_A3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.2767093 L4_chemical_B1 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.42838002 L4_chemical_B2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.68635566 L4_chemical_B3 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.50399737 L4_chemical_C2 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.11917099 L4_chemical_C3 +LQ03X024400 Hypothetical protein 6.688671441 C6_control_A1 +LQ03X024400 Hypothetical protein 6.627491232 C6_control_A3 +LQ03X024400 Hypothetical protein 5.953061299 C6_control_B1 +LQ03X024400 Hypothetical protein 6.847771151 C6_control_B2 +LQ03X024400 Hypothetical protein 6.360567135 C6_control_B3 +LQ03X024400 Hypothetical protein 6.539229415 C6_control_C1 +LQ03X024400 Hypothetical protein 6.195265514 C6_control_C2 +LQ03X024400 Hypothetical protein 6.852801762 C6_control_C3 +LQ03X024400 Hypothetical protein 6.793353503 C6_chemical_A1 +LQ03X024400 Hypothetical protein 6.475334497 C6_chemical_A3 +LQ03X024400 Hypothetical protein 6.467475053 C6_chemical_B1 +LQ03X024400 Hypothetical protein 7.02447764 C6_chemical_B2 +LQ03X024400 Hypothetical protein 6.313218425 C6_chemical_B3 +LQ03X024400 Hypothetical protein 6.467770218 C6_chemical_C1 +LQ03X024400 Hypothetical protein 6.376211611 C6_chemical_C2 +LQ03X024400 Hypothetical protein 6.882360627 C6_chemical_C3 +LQ03X024400 Hypothetical protein 6.912489304 L4_control_A1 +LQ03X024400 Hypothetical protein 7.000459738 L4_control_A2 +LQ03X024400 Hypothetical protein 6.55418805 L4_control_A3 +LQ03X024400 Hypothetical protein 5.740022276 L4_control_B1 +LQ03X024400 Hypothetical protein 5.826746492 L4_control_B2 +LQ03X024400 Hypothetical protein 6.24201699 L4_control_B3 +LQ03X024400 Hypothetical protein 5.778460698 L4_control_C2 +LQ03X024400 Hypothetical protein 5.509663317 L4_control_C3 +LQ03X024400 Hypothetical protein 6.606361659 L4_chemical_A1 +LQ03X024400 Hypothetical protein 7.050032624 L4_chemical_A2 +LQ03X024400 Hypothetical protein 6.375915229 L4_chemical_A3 +LQ03X024400 Hypothetical protein 6.216946348 L4_chemical_B1 +LQ03X024400 Hypothetical protein 5.743638358 L4_chemical_B2 +LQ03X024400 Hypothetical protein 6.922944713 L4_chemical_B3 +LQ03X024400 Hypothetical protein 5.96206101 L4_chemical_C2 +LQ03X024400 Hypothetical protein 5.742499708 L4_chemical_C3 +LQ03X024440 Putative uncharacterized protein 10.25276707 C6_control_A1 +LQ03X024440 Putative uncharacterized protein 10.56047643 C6_control_A3 +LQ03X024440 Putative uncharacterized protein 10.1641588 C6_control_B1 +LQ03X024440 Putative uncharacterized protein 9.501706693 C6_control_B2 +LQ03X024440 Putative uncharacterized protein 10.39065059 C6_control_B3 +LQ03X024440 Putative uncharacterized protein 10.72030924 C6_control_C1 +LQ03X024440 Putative uncharacterized protein 10.26872216 C6_control_C2 +LQ03X024440 Putative uncharacterized protein 10.42962495 C6_control_C3 +LQ03X024440 Putative uncharacterized protein 10.23748989 C6_chemical_A1 +LQ03X024440 Putative uncharacterized protein 10.10370289 C6_chemical_A3 +LQ03X024440 Putative uncharacterized protein 9.977776498 C6_chemical_B1 +LQ03X024440 Putative uncharacterized protein 9.536029356 C6_chemical_B2 +LQ03X024440 Putative uncharacterized protein 10.02348119 C6_chemical_B3 +LQ03X024440 Putative uncharacterized protein 10.4875374 C6_chemical_C1 +LQ03X024440 Putative uncharacterized protein 10.47139854 C6_chemical_C2 +LQ03X024440 Putative uncharacterized protein 9.79110517 C6_chemical_C3 +LQ03X024440 Putative uncharacterized protein 10.47240865 L4_control_A1 +LQ03X024440 Putative uncharacterized protein 10.60842595 L4_control_A2 +LQ03X024440 Putative uncharacterized protein 11.30719765 L4_control_A3 +LQ03X024440 Putative uncharacterized protein 10.23676632 L4_control_B1 +LQ03X024440 Putative uncharacterized protein 9.664577662 L4_control_B2 +LQ03X024440 Putative uncharacterized protein 10.5133934 L4_control_B3 +LQ03X024440 Putative uncharacterized protein 11.31963811 L4_control_C2 +LQ03X024440 Putative uncharacterized protein 11.55492572 L4_control_C3 +LQ03X024440 Putative uncharacterized protein 10.78477002 L4_chemical_A1 +LQ03X024440 Putative uncharacterized protein 10.69627883 L4_chemical_A2 +LQ03X024440 Putative uncharacterized protein 11.4557823 L4_chemical_A3 +LQ03X024440 Putative uncharacterized protein 10.67714104 L4_chemical_B1 +LQ03X024440 Putative uncharacterized protein 9.994758769 L4_chemical_B2 +LQ03X024440 Putative uncharacterized protein 9.666917715 L4_chemical_B3 +LQ03X024440 Putative uncharacterized protein 11.11089215 L4_chemical_C2 +LQ03X024440 Putative uncharacterized protein 11.33275174 L4_chemical_C3 +LQ03X024450 GTP-binding protein YPTM2 13.36691488 C6_control_A1 +LQ03X024450 GTP-binding protein YPTM2 13.40809237 C6_control_A3 +LQ03X024450 GTP-binding protein YPTM2 13.39524735 C6_control_B1 +LQ03X024450 GTP-binding protein YPTM2 14.06029364 C6_control_B2 +LQ03X024450 GTP-binding protein YPTM2 13.72481518 C6_control_B3 +LQ03X024450 GTP-binding protein YPTM2 13.10647319 C6_control_C1 +LQ03X024450 GTP-binding protein YPTM2 13.28178243 C6_control_C2 +LQ03X024450 GTP-binding protein YPTM2 13.22198433 C6_control_C3 +LQ03X024450 GTP-binding protein YPTM2 13.0862716 C6_chemical_A1 +LQ03X024450 GTP-binding protein YPTM2 13.14129562 C6_chemical_A3 +LQ03X024450 GTP-binding protein YPTM2 13.18867456 C6_chemical_B1 +LQ03X024450 GTP-binding protein YPTM2 14.03659836 C6_chemical_B2 +LQ03X024450 GTP-binding protein YPTM2 13.43093772 C6_chemical_B3 +LQ03X024450 GTP-binding protein YPTM2 13.18975924 C6_chemical_C1 +LQ03X024450 GTP-binding protein YPTM2 12.9528632 C6_chemical_C2 +LQ03X024450 GTP-binding protein YPTM2 13.2989089 C6_chemical_C3 +LQ03X024450 GTP-binding protein YPTM2 13.32939316 L4_control_A1 +LQ03X024450 GTP-binding protein YPTM2 13.19084972 L4_control_A2 +LQ03X024450 GTP-binding protein YPTM2 12.89715609 L4_control_A3 +LQ03X024450 GTP-binding protein YPTM2 13.32494667 L4_control_B1 +LQ03X024450 GTP-binding protein YPTM2 12.46450534 L4_control_B2 +LQ03X024450 GTP-binding protein YPTM2 13.76617571 L4_control_B3 +LQ03X024450 GTP-binding protein YPTM2 11.83023156 L4_control_C2 +LQ03X024450 GTP-binding protein YPTM2 12.23559052 L4_control_C3 +LQ03X024450 GTP-binding protein YPTM2 13.27551048 L4_chemical_A1 +LQ03X024450 GTP-binding protein YPTM2 12.90725059 L4_chemical_A2 +LQ03X024450 GTP-binding protein YPTM2 13.254683 L4_chemical_A3 +LQ03X024450 GTP-binding protein YPTM2 12.78119023 L4_chemical_B1 +LQ03X024450 GTP-binding protein YPTM2 12.51663522 L4_chemical_B2 +LQ03X024450 GTP-binding protein YPTM2 13.99775322 L4_chemical_B3 +LQ03X024450 GTP-binding protein YPTM2 11.60674764 L4_chemical_C2 +LQ03X024450 GTP-binding protein YPTM2 11.9345657 L4_chemical_C3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.598487917 C6_control_A1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 4.958967106 C6_control_A3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.393032756 C6_control_B1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.897877389 C6_control_B2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.433887493 C6_control_B3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.543206827 C6_control_C1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.822647204 C6_control_C2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.046864855 C6_control_C3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.065619822 C6_chemical_A1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.397994173 C6_chemical_A3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 4.687909182 C6_chemical_B1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.193637158 C6_chemical_B2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.98023926 C6_chemical_B3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.442071534 C6_chemical_C1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.601425136 C6_chemical_C2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.248481105 C6_chemical_C3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.684417792 L4_control_A1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.848051048 L4_control_A2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 4.873560863 L4_control_A3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.289734963 L4_control_B1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.437419247 L4_control_B2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.250466592 L4_control_B3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.421730692 L4_control_C2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.119016895 L4_control_C3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.325141398 L4_chemical_A1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.297456381 L4_chemical_A2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.021020789 L4_chemical_A3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 4.863974222 L4_chemical_B1 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 4.937261787 L4_chemical_B2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.50027079 L4_chemical_B3 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 5.010114017 L4_chemical_C2 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.941444363 L4_chemical_C3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.92747779 C6_control_A1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.923285136 C6_control_A3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.016592727 C6_control_B1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.962014364 C6_control_B2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.532632689 C6_control_B3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.403850225 C6_control_C1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.693943958 C6_control_C2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.627201737 C6_control_C3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.03779976 C6_chemical_A1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.531057467 C6_chemical_A3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.726476076 C6_chemical_B1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.000926243 C6_chemical_B2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.330465208 C6_chemical_B3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.461215955 C6_chemical_C1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.794092691 C6_chemical_C2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.534175591 C6_chemical_C3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.850234526 L4_control_A1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.318099657 L4_control_A2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.785754124 L4_control_A3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.210637865 L4_control_B1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.319783868 L4_control_B2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.61282541 L4_control_B3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.557815051 L4_control_C2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.560737647 L4_control_C3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.445249095 L4_chemical_A1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.900035204 L4_chemical_A2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.151686971 L4_chemical_A3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.589238407 L4_chemical_B1 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.605975852 L4_chemical_B2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.810314862 L4_chemical_B3 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.175075996 L4_chemical_C2 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 6.840510278 L4_chemical_C3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.030068283 C6_control_A1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 5.748526919 C6_control_A3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.376371454 C6_control_B1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.275304756 C6_control_B2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.773548589 C6_control_B3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.446873361 C6_control_C1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.012011886 C6_control_C2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 5.857875839 C6_control_C3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.095168752 C6_chemical_A1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.028908456 C6_chemical_A3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.031725544 C6_chemical_B1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.048369897 C6_chemical_B2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.540172394 C6_chemical_B3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.652829506 C6_chemical_C1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.177708124 C6_chemical_C2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.111287552 C6_chemical_C3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.152524344 L4_control_A1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.660205901 L4_control_A2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.290226959 L4_control_A3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.492734218 L4_control_B1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.102444788 L4_control_B2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.493469994 L4_control_B3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 7.025265975 L4_control_C2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 5.905965945 L4_control_C3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.131808557 L4_chemical_A1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.700787685 L4_chemical_A2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.141095541 L4_chemical_A3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.541012005 L4_chemical_B1 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.212555446 L4_chemical_B2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.285583042 L4_chemical_B3 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.962720531 L4_chemical_C2 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.113750187 L4_chemical_C3 +LQ03X024510 Nudix hydrolase 8 11.63856942 C6_control_A1 +LQ03X024510 Nudix hydrolase 8 11.50199556 C6_control_A3 +LQ03X024510 Nudix hydrolase 8 12.08270251 C6_control_B1 +LQ03X024510 Nudix hydrolase 8 12.52962769 C6_control_B2 +LQ03X024510 Nudix hydrolase 8 12.02978702 C6_control_B3 +LQ03X024510 Nudix hydrolase 8 13.16644845 C6_control_C1 +LQ03X024510 Nudix hydrolase 8 13.11107076 C6_control_C2 +LQ03X024510 Nudix hydrolase 8 12.76680046 C6_control_C3 +LQ03X024510 Nudix hydrolase 8 11.44517426 C6_chemical_A1 +LQ03X024510 Nudix hydrolase 8 10.82740339 C6_chemical_A3 +LQ03X024510 Nudix hydrolase 8 12.17212725 C6_chemical_B1 +LQ03X024510 Nudix hydrolase 8 12.70563583 C6_chemical_B2 +LQ03X024510 Nudix hydrolase 8 12.09199624 C6_chemical_B3 +LQ03X024510 Nudix hydrolase 8 12.97339454 C6_chemical_C1 +LQ03X024510 Nudix hydrolase 8 13.00203651 C6_chemical_C2 +LQ03X024510 Nudix hydrolase 8 12.73601192 C6_chemical_C3 +LQ03X024510 Nudix hydrolase 8 10.91473681 L4_control_A1 +LQ03X024510 Nudix hydrolase 8 11.42454919 L4_control_A2 +LQ03X024510 Nudix hydrolase 8 11.53771597 L4_control_A3 +LQ03X024510 Nudix hydrolase 8 11.70787941 L4_control_B1 +LQ03X024510 Nudix hydrolase 8 11.50516043 L4_control_B2 +LQ03X024510 Nudix hydrolase 8 11.55142916 L4_control_B3 +LQ03X024510 Nudix hydrolase 8 11.64783015 L4_control_C2 +LQ03X024510 Nudix hydrolase 8 11.11068872 L4_control_C3 +LQ03X024510 Nudix hydrolase 8 10.05754936 L4_chemical_A1 +LQ03X024510 Nudix hydrolase 8 10.64998667 L4_chemical_A2 +LQ03X024510 Nudix hydrolase 8 11.13439332 L4_chemical_A3 +LQ03X024510 Nudix hydrolase 8 11.66102322 L4_chemical_B1 +LQ03X024510 Nudix hydrolase 8 10.96189666 L4_chemical_B2 +LQ03X024510 Nudix hydrolase 8 11.97142607 L4_chemical_B3 +LQ03X024510 Nudix hydrolase 8 11.01166079 L4_chemical_C2 +LQ03X024510 Nudix hydrolase 8 11.22644997 L4_chemical_C3 +LQ03X024520 UPF0326 protein At4g17486 13.06813978 C6_control_A1 +LQ03X024520 UPF0326 protein At4g17486 12.96647946 C6_control_A3 +LQ03X024520 UPF0326 protein At4g17486 13.06211419 C6_control_B1 +LQ03X024520 UPF0326 protein At4g17486 12.76432961 C6_control_B2 +LQ03X024520 UPF0326 protein At4g17486 12.98565064 C6_control_B3 +LQ03X024520 UPF0326 protein At4g17486 11.68950155 C6_control_C1 +LQ03X024520 UPF0326 protein At4g17486 11.7767621 C6_control_C2 +LQ03X024520 UPF0326 protein At4g17486 11.90118799 C6_control_C3 +LQ03X024520 UPF0326 protein At4g17486 12.86328363 C6_chemical_A1 +LQ03X024520 UPF0326 protein At4g17486 12.78293687 C6_chemical_A3 +LQ03X024520 UPF0326 protein At4g17486 12.73898335 C6_chemical_B1 +LQ03X024520 UPF0326 protein At4g17486 12.56978221 C6_chemical_B2 +LQ03X024520 UPF0326 protein At4g17486 12.76252666 C6_chemical_B3 +LQ03X024520 UPF0326 protein At4g17486 11.72728965 C6_chemical_C1 +LQ03X024520 UPF0326 protein At4g17486 11.80944422 C6_chemical_C2 +LQ03X024520 UPF0326 protein At4g17486 11.60805804 C6_chemical_C3 +LQ03X024520 UPF0326 protein At4g17486 12.88474391 L4_control_A1 +LQ03X024520 UPF0326 protein At4g17486 13.00199393 L4_control_A2 +LQ03X024520 UPF0326 protein At4g17486 13.04111003 L4_control_A3 +LQ03X024520 UPF0326 protein At4g17486 12.35460879 L4_control_B1 +LQ03X024520 UPF0326 protein At4g17486 12.0121547 L4_control_B2 +LQ03X024520 UPF0326 protein At4g17486 12.66802052 L4_control_B3 +LQ03X024520 UPF0326 protein At4g17486 11.40732132 L4_control_C2 +LQ03X024520 UPF0326 protein At4g17486 11.44097741 L4_control_C3 +LQ03X024520 UPF0326 protein At4g17486 12.7319515 L4_chemical_A1 +LQ03X024520 UPF0326 protein At4g17486 12.85106553 L4_chemical_A2 +LQ03X024520 UPF0326 protein At4g17486 13.01505765 L4_chemical_A3 +LQ03X024520 UPF0326 protein At4g17486 12.33129199 L4_chemical_B1 +LQ03X024520 UPF0326 protein At4g17486 12.2913534 L4_chemical_B2 +LQ03X024520 UPF0326 protein At4g17486 12.97558058 L4_chemical_B3 +LQ03X024520 UPF0326 protein At4g17486 11.48851094 L4_chemical_C2 +LQ03X024520 UPF0326 protein At4g17486 11.53219018 L4_chemical_C3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.77077099 C6_control_A1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.39688682 C6_control_A3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.12169699 C6_control_B1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.67122167 C6_control_B2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.98806744 C6_control_B3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.59860883 C6_control_C1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.44413285 C6_control_C2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.768128 C6_control_C3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.89004033 C6_chemical_A1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.74663395 C6_chemical_A3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.21133539 C6_chemical_B1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.47999374 C6_chemical_B2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.04347472 C6_chemical_B3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.86540988 C6_chemical_C1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.56307587 C6_chemical_C2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.99200226 C6_chemical_C3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.54371078 L4_control_A1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.18572723 L4_control_A2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.97480007 L4_control_A3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.1469676 L4_control_B1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.33557085 L4_control_B2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.49202899 L4_control_B3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.38454329 L4_control_C2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.07484114 L4_control_C3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.07599296 L4_chemical_A1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.58490007 L4_chemical_A2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.1501987 L4_chemical_A3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.68463314 L4_chemical_B1 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.52740241 L4_chemical_B2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.36107818 L4_chemical_B3 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.57445001 L4_chemical_C2 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 13.30636795 L4_chemical_C3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.45071862 C6_control_A1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 12.9538623 C6_control_A3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.25507345 C6_control_B1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.5874064 C6_control_B2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.69855874 C6_control_B3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.70125083 C6_control_C1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.76307409 C6_control_C2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.83396175 C6_control_C3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.49259097 C6_chemical_A1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.4492521 C6_chemical_A3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.21460541 C6_chemical_B1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.8379831 C6_chemical_B2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.84142196 C6_chemical_B3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.68376583 C6_chemical_C1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.75596591 C6_chemical_C2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.06537901 C6_chemical_C3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.71686454 L4_control_A1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.97067126 L4_control_A2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.10916035 L4_control_A3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.20258766 L4_control_B1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.64524217 L4_control_B2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.34261828 L4_control_B3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.9904347 L4_control_C2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.25833769 L4_control_C3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.85841524 L4_chemical_A1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.36441991 L4_chemical_A2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.177651 L4_chemical_A3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.65349971 L4_chemical_B1 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.53468612 L4_chemical_B2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.1372232 L4_chemical_B3 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.0017575 L4_chemical_C2 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 14.23960642 L4_chemical_C3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.54196471 C6_control_A1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.12290189 C6_control_A3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.13312794 C6_control_B1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.70251832 C6_control_B2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.22949002 C6_control_B3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.81110778 C6_control_C1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.73405105 C6_control_C2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.82616803 C6_control_C3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.42553667 C6_chemical_A1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.65959672 C6_chemical_A3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.21832128 C6_chemical_B1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.22083074 C6_chemical_B2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.5437708 C6_chemical_B3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.2566845 C6_chemical_C1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.27774768 C6_chemical_C2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.56316995 C6_chemical_C3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.41619657 L4_control_A1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 11.39065694 L4_control_A2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 11.55557907 L4_control_A3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.05758493 L4_control_B1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.78262348 L4_control_B2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 11.78586357 L4_control_B3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.36105676 L4_control_C2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.9430281 L4_control_C3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.88322219 L4_chemical_A1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.08200674 L4_chemical_A2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 11.69003627 L4_chemical_A3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.84424994 L4_chemical_B1 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.96499051 L4_chemical_B2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.06116343 L4_chemical_B3 +LQ03X024610 Homeobox-leucine zipper protein HAT4 13.43442479 L4_chemical_C2 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.40105389 L4_chemical_C3 +LQ03X024620 Hypothetical protein 4.446007448 C6_control_A1 +LQ03X024620 Hypothetical protein 4.357457 C6_control_A3 +LQ03X024620 Hypothetical protein 5.104391478 C6_control_B1 +LQ03X024620 Hypothetical protein 4.580086185 C6_control_B2 +LQ03X024620 Hypothetical protein 4.597893219 C6_control_B3 +LQ03X024620 Hypothetical protein 4.746665959 C6_control_C1 +LQ03X024620 Hypothetical protein 4.623824764 C6_control_C2 +LQ03X024620 Hypothetical protein 4.50938511 C6_control_C3 +LQ03X024620 Hypothetical protein 4.836682564 C6_chemical_A1 +LQ03X024620 Hypothetical protein 4.464072362 C6_chemical_A3 +LQ03X024620 Hypothetical protein 4.569629048 C6_chemical_B1 +LQ03X024620 Hypothetical protein 4.594137888 C6_chemical_B2 +LQ03X024620 Hypothetical protein 4.730108699 C6_chemical_B3 +LQ03X024620 Hypothetical protein 4.814556831 C6_chemical_C1 +LQ03X024620 Hypothetical protein 4.572236008 C6_chemical_C2 +LQ03X024620 Hypothetical protein 4.755203268 C6_chemical_C3 +LQ03X024620 Hypothetical protein 4.799945521 L4_control_A1 +LQ03X024620 Hypothetical protein 4.752667407 L4_control_A2 +LQ03X024620 Hypothetical protein 4.889477595 L4_control_A3 +LQ03X024620 Hypothetical protein 4.765671079 L4_control_B1 +LQ03X024620 Hypothetical protein 4.754504999 L4_control_B2 +LQ03X024620 Hypothetical protein 4.805989829 L4_control_B3 +LQ03X024620 Hypothetical protein 4.682969455 L4_control_C2 +LQ03X024620 Hypothetical protein 5.197781736 L4_control_C3 +LQ03X024620 Hypothetical protein 4.7669157 L4_chemical_A1 +LQ03X024620 Hypothetical protein 4.644732141 L4_chemical_A2 +LQ03X024620 Hypothetical protein 4.983578087 L4_chemical_A3 +LQ03X024620 Hypothetical protein 5.316335764 L4_chemical_B1 +LQ03X024620 Hypothetical protein 4.821918077 L4_chemical_B2 +LQ03X024620 Hypothetical protein 4.562841794 L4_chemical_B3 +LQ03X024620 Hypothetical protein 4.935715996 L4_chemical_C2 +LQ03X024620 Hypothetical protein 5.267843758 L4_chemical_C3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 8.228379899 C6_control_A1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.78557571 C6_control_A3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 7.457588332 C6_control_B1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 8.085977215 C6_control_B2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 8.339670276 C6_control_B3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 8.980783586 C6_control_C1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.954236881 C6_control_C2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.292049753 C6_control_C3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.588056002 C6_chemical_A1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.906524463 C6_chemical_A3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.743194478 C6_chemical_B1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.512413364 C6_chemical_B2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.50414509 C6_chemical_B3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.31291408 C6_chemical_C1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.24300408 C6_chemical_C2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.82957613 C6_chemical_C3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.04832885 L4_control_A1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.04165509 L4_control_A2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.37243404 L4_control_A3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.166831551 L4_control_B1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 8.911710293 L4_control_B2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.46244224 L4_control_B3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.17669829 L4_control_C2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.40573354 L4_control_C3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.063922 L4_chemical_A1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.925467853 L4_chemical_A2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.56613543 L4_chemical_A3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.237476335 L4_chemical_B1 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.55894242 L4_chemical_B2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.38249387 L4_chemical_B3 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.14676718 L4_chemical_C2 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 10.30510955 L4_chemical_C3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.305410231 C6_control_A1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.398559646 C6_control_A3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.566783586 C6_control_B1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.675089431 C6_control_B2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.742784452 C6_control_B3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.822279801 C6_control_C1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.941809236 C6_control_C2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.602978622 C6_control_C3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.102472422 C6_chemical_A1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.365804807 C6_chemical_A3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.299039214 C6_chemical_B1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.866383668 C6_chemical_B2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.526242593 C6_chemical_B3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 6.185567607 C6_chemical_C1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.684851182 C6_chemical_C2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.591724623 C6_chemical_C3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.455848893 L4_control_A1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.743247354 L4_control_A2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.584817642 L4_control_A3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.391504369 L4_control_B1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.101901767 L4_control_B2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.409855686 L4_control_B3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.010377211 L4_control_C2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 6.190918762 L4_control_C3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.201933181 L4_chemical_A1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.853412724 L4_chemical_A2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.241024592 L4_chemical_A3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.214869471 L4_chemical_B1 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.706811333 L4_chemical_B2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.531314563 L4_chemical_B3 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.516524723 L4_chemical_C2 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.863714046 L4_chemical_C3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 12.64612209 C6_control_A1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 12.22213465 C6_control_A3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.41845102 C6_control_B1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.51920156 C6_control_B2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.28663116 C6_control_B3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.80961614 C6_control_C1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 14.41152149 C6_control_C2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.9104418 C6_control_C3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 12.75617322 C6_chemical_A1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 12.86881308 C6_chemical_A3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.85667487 C6_chemical_B1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.50334957 C6_chemical_B2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 14.12044829 C6_chemical_B3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.63112149 C6_chemical_C1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 14.22482945 C6_chemical_C2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 14.70736899 C6_chemical_C3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 11.91984461 L4_control_A1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 11.38226717 L4_control_A2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 11.78599189 L4_control_A3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.53358141 L4_control_B1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.60106819 L4_control_B2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.8280858 L4_control_B3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.9542376 L4_control_C2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 14.14201073 L4_control_C3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.81586887 L4_chemical_A1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 14.39858486 L4_chemical_A2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.02911438 L4_chemical_A3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 14.33263858 L4_chemical_B1 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.76343742 L4_chemical_B2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.56724847 L4_chemical_B3 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 13.74505339 L4_chemical_C2 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 14.13550554 L4_chemical_C3 +LQ03X024670 Predicted protein 14.34723111 C6_control_A1 +LQ03X024670 Predicted protein 13.81091057 C6_control_A3 +LQ03X024670 Predicted protein 14.44941815 C6_control_B1 +LQ03X024670 Predicted protein 14.0100355 C6_control_B2 +LQ03X024670 Predicted protein 14.33079653 C6_control_B3 +LQ03X024670 Predicted protein 13.80690311 C6_control_C1 +LQ03X024670 Predicted protein 13.96641506 C6_control_C2 +LQ03X024670 Predicted protein 13.9905386 C6_control_C3 +LQ03X024670 Predicted protein 14.18705996 C6_chemical_A1 +LQ03X024670 Predicted protein 14.65609892 C6_chemical_A3 +LQ03X024670 Predicted protein 14.88288755 C6_chemical_B1 +LQ03X024670 Predicted protein 14.32756608 C6_chemical_B2 +LQ03X024670 Predicted protein 14.94310685 C6_chemical_B3 +LQ03X024670 Predicted protein 13.83025213 C6_chemical_C1 +LQ03X024670 Predicted protein 13.99318478 C6_chemical_C2 +LQ03X024670 Predicted protein 14.25246992 C6_chemical_C3 +LQ03X024670 Predicted protein 13.48498401 L4_control_A1 +LQ03X024670 Predicted protein 13.97411925 L4_control_A2 +LQ03X024670 Predicted protein 14.20675151 L4_control_A3 +LQ03X024670 Predicted protein 14.62413976 L4_control_B1 +LQ03X024670 Predicted protein 14.8357083 L4_control_B2 +LQ03X024670 Predicted protein 14.58945508 L4_control_B3 +LQ03X024670 Predicted protein 14.6470115 L4_control_C2 +LQ03X024670 Predicted protein 14.68451805 L4_control_C3 +LQ03X024670 Predicted protein 14.83763597 L4_chemical_A1 +LQ03X024670 Predicted protein 14.9181807 L4_chemical_A2 +LQ03X024670 Predicted protein 14.46579944 L4_chemical_A3 +LQ03X024670 Predicted protein 14.62367504 L4_chemical_B1 +LQ03X024670 Predicted protein 14.62206867 L4_chemical_B2 +LQ03X024670 Predicted protein 14.47051201 L4_chemical_B3 +LQ03X024670 Predicted protein 14.64506715 L4_chemical_C2 +LQ03X024670 Predicted protein 14.64624905 L4_chemical_C3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.33224378 C6_control_A1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.01730048 C6_control_A3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.71048949 C6_control_B1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.25973152 C6_control_B2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.98462726 C6_control_B3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.22449411 C6_control_C1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.16940924 C6_control_C2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.21132739 C6_control_C3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.6326106 C6_chemical_A1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.65400786 C6_chemical_A3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.97004864 C6_chemical_B1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.31469175 C6_chemical_B2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.15621507 C6_chemical_B3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.24724742 C6_chemical_C1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.27450496 C6_chemical_C2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.12354993 C6_chemical_C3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.42025363 L4_control_A1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.46864417 L4_control_A2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.10471952 L4_control_A3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.66445063 L4_control_B1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.00941331 L4_control_B2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.27357296 L4_control_B3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.22471807 L4_control_C2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.6838819 L4_control_C3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.45349958 L4_chemical_A1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.10061129 L4_chemical_A2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.28574704 L4_chemical_A3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.58909916 L4_chemical_B1 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.60337996 L4_chemical_B2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.51370483 L4_chemical_B3 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.03631317 L4_chemical_C2 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 11.68288604 L4_chemical_C3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.810719752 C6_control_A1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.758037027 C6_control_A3 +LQ03X024710 AP2/ERF domain-containing transcription factor 5.066497397 C6_control_B1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.710206103 C6_control_B2 +LQ03X024710 AP2/ERF domain-containing transcription factor 5.094665232 C6_control_B3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.731296375 C6_control_C1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.738991779 C6_control_C2 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.754786003 C6_control_C3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.546141497 C6_chemical_A1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.622141801 C6_chemical_A3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.681211232 C6_chemical_B1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.697792404 C6_chemical_B2 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.870403599 C6_chemical_B3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.929639476 C6_chemical_C1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.737126806 C6_chemical_C2 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.555731666 C6_chemical_C3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.59006886 L4_control_A1 +LQ03X024710 AP2/ERF domain-containing transcription factor 5.165847547 L4_control_A2 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.954406893 L4_control_A3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.897317719 L4_control_B1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.733973596 L4_control_B2 +LQ03X024710 AP2/ERF domain-containing transcription factor 5.089766207 L4_control_B3 +LQ03X024710 AP2/ERF domain-containing transcription factor 5.182766801 L4_control_C2 +LQ03X024710 AP2/ERF domain-containing transcription factor 5.051265591 L4_control_C3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.535184252 L4_chemical_A1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.839976268 L4_chemical_A2 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.839581622 L4_chemical_A3 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.835992855 L4_chemical_B1 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.668270567 L4_chemical_B2 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.635090781 L4_chemical_B3 +LQ03X024710 AP2/ERF domain-containing transcription factor 5.002088586 L4_chemical_C2 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.968011825 L4_chemical_C3 +LQ03X024730 Putative uncharacterized protein 11.68537592 C6_control_A1 +LQ03X024730 Putative uncharacterized protein 11.8388411 C6_control_A3 +LQ03X024730 Putative uncharacterized protein 11.43645453 C6_control_B1 +LQ03X024730 Putative uncharacterized protein 11.8170138 C6_control_B2 +LQ03X024730 Putative uncharacterized protein 11.53877135 C6_control_B3 +LQ03X024730 Putative uncharacterized protein 12.34398512 C6_control_C1 +LQ03X024730 Putative uncharacterized protein 12.2697897 C6_control_C2 +LQ03X024730 Putative uncharacterized protein 12.71321181 C6_control_C3 +LQ03X024730 Putative uncharacterized protein 11.88083995 C6_chemical_A1 +LQ03X024730 Putative uncharacterized protein 11.9080194 C6_chemical_A3 +LQ03X024730 Putative uncharacterized protein 11.5860964 C6_chemical_B1 +LQ03X024730 Putative uncharacterized protein 11.74043757 C6_chemical_B2 +LQ03X024730 Putative uncharacterized protein 11.55970669 C6_chemical_B3 +LQ03X024730 Putative uncharacterized protein 12.24107951 C6_chemical_C1 +LQ03X024730 Putative uncharacterized protein 12.2020436 C6_chemical_C2 +LQ03X024730 Putative uncharacterized protein 12.64084699 C6_chemical_C3 +LQ03X024730 Putative uncharacterized protein 12.27408026 L4_control_A1 +LQ03X024730 Putative uncharacterized protein 12.08609818 L4_control_A2 +LQ03X024730 Putative uncharacterized protein 12.35246228 L4_control_A3 +LQ03X024730 Putative uncharacterized protein 11.37025086 L4_control_B1 +LQ03X024730 Putative uncharacterized protein 10.97688466 L4_control_B2 +LQ03X024730 Putative uncharacterized protein 12.0973026 L4_control_B3 +LQ03X024730 Putative uncharacterized protein 11.67309515 L4_control_C2 +LQ03X024730 Putative uncharacterized protein 11.4915648 L4_control_C3 +LQ03X024730 Putative uncharacterized protein 11.97462243 L4_chemical_A1 +LQ03X024730 Putative uncharacterized protein 11.92695794 L4_chemical_A2 +LQ03X024730 Putative uncharacterized protein 12.36824085 L4_chemical_A3 +LQ03X024730 Putative uncharacterized protein 11.37507101 L4_chemical_B1 +LQ03X024730 Putative uncharacterized protein 11.21777164 L4_chemical_B2 +LQ03X024730 Putative uncharacterized protein 12.17728353 L4_chemical_B3 +LQ03X024730 Putative uncharacterized protein 11.76509604 L4_chemical_C2 +LQ03X024730 Putative uncharacterized protein 11.64555022 L4_chemical_C3 +LQ03X024760 Putative uncharacterized protein 9.859081718 C6_control_A1 +LQ03X024760 Putative uncharacterized protein 9.659057321 C6_control_A3 +LQ03X024760 Putative uncharacterized protein 10.56678174 C6_control_B1 +LQ03X024760 Putative uncharacterized protein 9.962238224 C6_control_B2 +LQ03X024760 Putative uncharacterized protein 10.47889176 C6_control_B3 +LQ03X024760 Putative uncharacterized protein 9.404298027 C6_control_C1 +LQ03X024760 Putative uncharacterized protein 9.653379045 C6_control_C2 +LQ03X024760 Putative uncharacterized protein 10.03310397 C6_control_C3 +LQ03X024760 Putative uncharacterized protein 10.01462467 C6_chemical_A1 +LQ03X024760 Putative uncharacterized protein 9.35460662 C6_chemical_A3 +LQ03X024760 Putative uncharacterized protein 10.54101916 C6_chemical_B1 +LQ03X024760 Putative uncharacterized protein 10.12258322 C6_chemical_B2 +LQ03X024760 Putative uncharacterized protein 10.7348987 C6_chemical_B3 +LQ03X024760 Putative uncharacterized protein 9.577760597 C6_chemical_C1 +LQ03X024760 Putative uncharacterized protein 9.709328693 C6_chemical_C2 +LQ03X024760 Putative uncharacterized protein 10.47769231 C6_chemical_C3 +LQ03X024760 Putative uncharacterized protein 9.130396659 L4_control_A1 +LQ03X024760 Putative uncharacterized protein 9.359159548 L4_control_A2 +LQ03X024760 Putative uncharacterized protein 9.795277852 L4_control_A3 +LQ03X024760 Putative uncharacterized protein 9.993052737 L4_control_B1 +LQ03X024760 Putative uncharacterized protein 10.39741476 L4_control_B2 +LQ03X024760 Putative uncharacterized protein 9.658216727 L4_control_B3 +LQ03X024760 Putative uncharacterized protein 10.47694884 L4_control_C2 +LQ03X024760 Putative uncharacterized protein 10.17944715 L4_control_C3 +LQ03X024760 Putative uncharacterized protein 9.095768623 L4_chemical_A1 +LQ03X024760 Putative uncharacterized protein 9.587896746 L4_chemical_A2 +LQ03X024760 Putative uncharacterized protein 9.864834563 L4_chemical_A3 +LQ03X024760 Putative uncharacterized protein 9.977108398 L4_chemical_B1 +LQ03X024760 Putative uncharacterized protein 10.35300694 L4_chemical_B2 +LQ03X024760 Putative uncharacterized protein 9.625780046 L4_chemical_B3 +LQ03X024760 Putative uncharacterized protein 10.46693402 L4_chemical_C2 +LQ03X024760 Putative uncharacterized protein 10.32020932 L4_chemical_C3 +LQ03X024770 Putative uncharacterized protein 4.738451661 C6_control_A1 +LQ03X024770 Putative uncharacterized protein 5.004919793 C6_control_A3 +LQ03X024770 Putative uncharacterized protein 5.348526507 C6_control_B1 +LQ03X024770 Putative uncharacterized protein 4.814380056 C6_control_B2 +LQ03X024770 Putative uncharacterized protein 5.048730136 C6_control_B3 +LQ03X024770 Putative uncharacterized protein 5.074986742 C6_control_C1 +LQ03X024770 Putative uncharacterized protein 5.031366888 C6_control_C2 +LQ03X024770 Putative uncharacterized protein 4.896494342 C6_control_C3 +LQ03X024770 Putative uncharacterized protein 4.731223041 C6_chemical_A1 +LQ03X024770 Putative uncharacterized protein 5.01484 C6_chemical_A3 +LQ03X024770 Putative uncharacterized protein 5.160119488 C6_chemical_B1 +LQ03X024770 Putative uncharacterized protein 5.037528691 C6_chemical_B2 +LQ03X024770 Putative uncharacterized protein 4.88221356 C6_chemical_B3 +LQ03X024770 Putative uncharacterized protein 5.169735261 C6_chemical_C1 +LQ03X024770 Putative uncharacterized protein 4.9902541 C6_chemical_C2 +LQ03X024770 Putative uncharacterized protein 5.147753756 C6_chemical_C3 +LQ03X024770 Putative uncharacterized protein 4.827747971 L4_control_A1 +LQ03X024770 Putative uncharacterized protein 4.623861535 L4_control_A2 +LQ03X024770 Putative uncharacterized protein 5.172471703 L4_control_A3 +LQ03X024770 Putative uncharacterized protein 5.069889368 L4_control_B1 +LQ03X024770 Putative uncharacterized protein 4.645823652 L4_control_B2 +LQ03X024770 Putative uncharacterized protein 4.982959622 L4_control_B3 +LQ03X024770 Putative uncharacterized protein 5.232329212 L4_control_C2 +LQ03X024770 Putative uncharacterized protein 5.116320512 L4_control_C3 +LQ03X024770 Putative uncharacterized protein 4.801669295 L4_chemical_A1 +LQ03X024770 Putative uncharacterized protein 4.877147466 L4_chemical_A2 +LQ03X024770 Putative uncharacterized protein 5.028961171 L4_chemical_A3 +LQ03X024770 Putative uncharacterized protein 5.016132178 L4_chemical_B1 +LQ03X024770 Putative uncharacterized protein 4.798622802 L4_chemical_B2 +LQ03X024770 Putative uncharacterized protein 4.815169069 L4_chemical_B3 +LQ03X024770 Putative uncharacterized protein 4.779576761 L4_chemical_C2 +LQ03X024770 Putative uncharacterized protein 4.674567135 L4_chemical_C3 +LQ03X024790 60S ribosomal protein L15 6.258665968 C6_control_A1 +LQ03X024790 60S ribosomal protein L15 6.661261201 C6_control_A3 +LQ03X024790 60S ribosomal protein L15 6.213514399 C6_control_B1 +LQ03X024790 60S ribosomal protein L15 6.940006845 C6_control_B2 +LQ03X024790 60S ribosomal protein L15 6.293146905 C6_control_B3 +LQ03X024790 60S ribosomal protein L15 6.320488474 C6_control_C1 +LQ03X024790 60S ribosomal protein L15 6.567931292 C6_control_C2 +LQ03X024790 60S ribosomal protein L15 7.262793009 C6_control_C3 +LQ03X024790 60S ribosomal protein L15 5.927498657 C6_chemical_A1 +LQ03X024790 60S ribosomal protein L15 6.311675163 C6_chemical_A3 +LQ03X024790 60S ribosomal protein L15 5.605753053 C6_chemical_B1 +LQ03X024790 60S ribosomal protein L15 6.243319125 C6_chemical_B2 +LQ03X024790 60S ribosomal protein L15 6.470411227 C6_chemical_B3 +LQ03X024790 60S ribosomal protein L15 6.664966979 C6_chemical_C1 +LQ03X024790 60S ribosomal protein L15 7.090273394 C6_chemical_C2 +LQ03X024790 60S ribosomal protein L15 6.628198681 C6_chemical_C3 +LQ03X024790 60S ribosomal protein L15 6.560634 L4_control_A1 +LQ03X024790 60S ribosomal protein L15 5.985771743 L4_control_A2 +LQ03X024790 60S ribosomal protein L15 6.18344105 L4_control_A3 +LQ03X024790 60S ribosomal protein L15 6.015592352 L4_control_B1 +LQ03X024790 60S ribosomal protein L15 6.432243247 L4_control_B2 +LQ03X024790 60S ribosomal protein L15 6.076820558 L4_control_B3 +LQ03X024790 60S ribosomal protein L15 6.97200647 L4_control_C2 +LQ03X024790 60S ribosomal protein L15 7.428186867 L4_control_C3 +LQ03X024790 60S ribosomal protein L15 5.948455323 L4_chemical_A1 +LQ03X024790 60S ribosomal protein L15 6.089355246 L4_chemical_A2 +LQ03X024790 60S ribosomal protein L15 6.540497117 L4_chemical_A3 +LQ03X024790 60S ribosomal protein L15 6.895795189 L4_chemical_B1 +LQ03X024790 60S ribosomal protein L15 6.173402612 L4_chemical_B2 +LQ03X024790 60S ribosomal protein L15 6.475903059 L4_chemical_B3 +LQ03X024790 60S ribosomal protein L15 5.735728638 L4_chemical_C2 +LQ03X024790 60S ribosomal protein L15 6.549549573 L4_chemical_C3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.0810261 C6_control_A1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.91192746 C6_control_A3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.76563452 C6_control_B1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.37662154 C6_control_B2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.51932502 C6_control_B3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 13.02641523 C6_control_C1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.71091718 C6_control_C2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.84296893 C6_control_C3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.10747045 C6_chemical_A1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.52779624 C6_chemical_A3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.54835496 C6_chemical_B1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.41708251 C6_chemical_B2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.57920187 C6_chemical_B3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.86641599 C6_chemical_C1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.93748702 C6_chemical_C2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.66420146 C6_chemical_C3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.76413841 L4_control_A1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.84066205 L4_control_A2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 10.8607227 L4_control_A3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.60980745 L4_control_B1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.23999087 L4_control_B2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.65467824 L4_control_B3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.92757112 L4_control_C2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.17236234 L4_control_C3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.86124524 L4_chemical_A1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.94858813 L4_chemical_A2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.05889336 L4_chemical_A3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.5541521 L4_chemical_B1 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.64597048 L4_chemical_B2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 11.77929709 L4_chemical_B3 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.28577212 L4_chemical_C2 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.31085276 L4_chemical_C3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.483549527 C6_control_A1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.306851529 C6_control_A3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 4.997762593 C6_control_B1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.351183501 C6_control_B2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.267983007 C6_control_B3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.000774419 C6_control_C1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.1666642 C6_control_C2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.305241781 C6_control_C3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.236879574 C6_chemical_A1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.445631151 C6_chemical_A3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.164728626 C6_chemical_B1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.243319369 C6_chemical_B2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.084969602 C6_chemical_B3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.194266182 C6_chemical_C1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.101115968 C6_chemical_C2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.171516181 C6_chemical_C3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.234385319 L4_control_A1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.117554142 L4_control_A2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.312347629 L4_control_A3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.999895951 L4_control_B1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.177877838 L4_control_B2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.302955277 L4_control_B3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 4.820186717 L4_control_C2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 4.770209233 L4_control_C3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.46613107 L4_chemical_A1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.498743303 L4_chemical_A2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.134110754 L4_chemical_A3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.110915328 L4_chemical_B1 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.272685713 L4_chemical_B2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.316477277 L4_chemical_B3 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.347185016 L4_chemical_C2 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 4.814105331 L4_chemical_C3 +LQ03X024860 Aquaporin TIP2-3 5.81627994 C6_control_A1 +LQ03X024860 Aquaporin TIP2-3 5.457155284 C6_control_A3 +LQ03X024860 Aquaporin TIP2-3 6.084769152 C6_control_B1 +LQ03X024860 Aquaporin TIP2-3 5.428926557 C6_control_B2 +LQ03X024860 Aquaporin TIP2-3 5.745325801 C6_control_B3 +LQ03X024860 Aquaporin TIP2-3 5.296123152 C6_control_C1 +LQ03X024860 Aquaporin TIP2-3 5.1541383 C6_control_C2 +LQ03X024860 Aquaporin TIP2-3 5.552220178 C6_control_C3 +LQ03X024860 Aquaporin TIP2-3 5.988485289 C6_chemical_A1 +LQ03X024860 Aquaporin TIP2-3 5.372730347 C6_chemical_A3 +LQ03X024860 Aquaporin TIP2-3 5.408629125 C6_chemical_B1 +LQ03X024860 Aquaporin TIP2-3 5.682366783 C6_chemical_B2 +LQ03X024860 Aquaporin TIP2-3 5.389781479 C6_chemical_B3 +LQ03X024860 Aquaporin TIP2-3 5.104635234 C6_chemical_C1 +LQ03X024860 Aquaporin TIP2-3 5.311335202 C6_chemical_C2 +LQ03X024860 Aquaporin TIP2-3 5.534116346 C6_chemical_C3 +LQ03X024860 Aquaporin TIP2-3 5.330448093 L4_control_A1 +LQ03X024860 Aquaporin TIP2-3 6.127471094 L4_control_A2 +LQ03X024860 Aquaporin TIP2-3 5.98472128 L4_control_A3 +LQ03X024860 Aquaporin TIP2-3 5.472804878 L4_control_B1 +LQ03X024860 Aquaporin TIP2-3 5.845710359 L4_control_B2 +LQ03X024860 Aquaporin TIP2-3 5.767065174 L4_control_B3 +LQ03X024860 Aquaporin TIP2-3 5.809421706 L4_control_C2 +LQ03X024860 Aquaporin TIP2-3 5.190106212 L4_control_C3 +LQ03X024860 Aquaporin TIP2-3 5.402765766 L4_chemical_A1 +LQ03X024860 Aquaporin TIP2-3 5.608198499 L4_chemical_A2 +LQ03X024860 Aquaporin TIP2-3 5.827862718 L4_chemical_A3 +LQ03X024860 Aquaporin TIP2-3 5.357594823 L4_chemical_B1 +LQ03X024860 Aquaporin TIP2-3 6.192369068 L4_chemical_B2 +LQ03X024860 Aquaporin TIP2-3 5.89455978 L4_chemical_B3 +LQ03X024860 Aquaporin TIP2-3 5.035498995 L4_chemical_C2 +LQ03X024860 Aquaporin TIP2-3 5.668340732 L4_chemical_C3 +LQ03X024880 Putative uncharacterized protein 4.906129709 C6_control_A1 +LQ03X024880 Putative uncharacterized protein 5.229044164 C6_control_A3 +LQ03X024880 Putative uncharacterized protein 4.662299962 C6_control_B1 +LQ03X024880 Putative uncharacterized protein 4.878738007 C6_control_B2 +LQ03X024880 Putative uncharacterized protein 4.641357418 C6_control_B3 +LQ03X024880 Putative uncharacterized protein 5.033950653 C6_control_C1 +LQ03X024880 Putative uncharacterized protein 5.906049588 C6_control_C2 +LQ03X024880 Putative uncharacterized protein 4.860113929 C6_control_C3 +LQ03X024880 Putative uncharacterized protein 5.142270156 C6_chemical_A1 +LQ03X024880 Putative uncharacterized protein 4.930462671 C6_chemical_A3 +LQ03X024880 Putative uncharacterized protein 4.695992221 C6_chemical_B1 +LQ03X024880 Putative uncharacterized protein 5.098231323 C6_chemical_B2 +LQ03X024880 Putative uncharacterized protein 4.997137489 C6_chemical_B3 +LQ03X024880 Putative uncharacterized protein 5.35180064 C6_chemical_C1 +LQ03X024880 Putative uncharacterized protein 5.031510166 C6_chemical_C2 +LQ03X024880 Putative uncharacterized protein 5.215949675 C6_chemical_C3 +LQ03X024880 Putative uncharacterized protein 4.699847536 L4_control_A1 +LQ03X024880 Putative uncharacterized protein 4.710787007 L4_control_A2 +LQ03X024880 Putative uncharacterized protein 4.940246278 L4_control_A3 +LQ03X024880 Putative uncharacterized protein 5.746238561 L4_control_B1 +LQ03X024880 Putative uncharacterized protein 4.929247755 L4_control_B2 +LQ03X024880 Putative uncharacterized protein 4.724896991 L4_control_B3 +LQ03X024880 Putative uncharacterized protein 4.899985501 L4_control_C2 +LQ03X024880 Putative uncharacterized protein 5.370284546 L4_control_C3 +LQ03X024880 Putative uncharacterized protein 5.080504507 L4_chemical_A1 +LQ03X024880 Putative uncharacterized protein 4.649048878 L4_chemical_A2 +LQ03X024880 Putative uncharacterized protein 5.233289965 L4_chemical_A3 +LQ03X024880 Putative uncharacterized protein 4.802958187 L4_chemical_B1 +LQ03X024880 Putative uncharacterized protein 5.431431412 L4_chemical_B2 +LQ03X024880 Putative uncharacterized protein 4.759452389 L4_chemical_B3 +LQ03X024880 Putative uncharacterized protein 4.787227814 L4_chemical_C2 +LQ03X024880 Putative uncharacterized protein 5.104985073 L4_chemical_C3 +LQ03X024910 At4g17310 5.541697781 C6_control_A1 +LQ03X024910 At4g17310 5.114931984 C6_control_A3 +LQ03X024910 At4g17310 5.198453427 C6_control_B1 +LQ03X024910 At4g17310 5.291210945 C6_control_B2 +LQ03X024910 At4g17310 6.00480647 C6_control_B3 +LQ03X024910 At4g17310 5.253662051 C6_control_C1 +LQ03X024910 At4g17310 5.153234085 C6_control_C2 +LQ03X024910 At4g17310 5.343816785 C6_control_C3 +LQ03X024910 At4g17310 5.429626661 C6_chemical_A1 +LQ03X024910 At4g17310 5.299565842 C6_chemical_A3 +LQ03X024910 At4g17310 5.36918618 C6_chemical_B1 +LQ03X024910 At4g17310 5.182074202 C6_chemical_B2 +LQ03X024910 At4g17310 5.343164033 C6_chemical_B3 +LQ03X024910 At4g17310 5.248386759 C6_chemical_C1 +LQ03X024910 At4g17310 5.328492563 C6_chemical_C2 +LQ03X024910 At4g17310 5.218802595 C6_chemical_C3 +LQ03X024910 At4g17310 5.827096405 L4_control_A1 +LQ03X024910 At4g17310 5.566785063 L4_control_A2 +LQ03X024910 At4g17310 5.014340592 L4_control_A3 +LQ03X024910 At4g17310 5.558832856 L4_control_B1 +LQ03X024910 At4g17310 5.310068598 L4_control_B2 +LQ03X024910 At4g17310 5.423090581 L4_control_B3 +LQ03X024910 At4g17310 6.009345518 L4_control_C2 +LQ03X024910 At4g17310 5.007318283 L4_control_C3 +LQ03X024910 At4g17310 5.579558977 L4_chemical_A1 +LQ03X024910 At4g17310 5.888484992 L4_chemical_A2 +LQ03X024910 At4g17310 5.139541037 L4_chemical_A3 +LQ03X024910 At4g17310 5.655986481 L4_chemical_B1 +LQ03X024910 At4g17310 5.579508627 L4_chemical_B2 +LQ03X024910 At4g17310 5.73150588 L4_chemical_B3 +LQ03X024910 At4g17310 5.34492892 L4_chemical_C2 +LQ03X024910 At4g17310 5.503087399 L4_chemical_C3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.087238239 C6_control_A1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 4.938915315 C6_control_A3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.201393113 C6_control_B1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.268512139 C6_control_B2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.195046204 C6_control_B3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.306310697 C6_control_C1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.988745741 C6_control_C2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.327846973 C6_control_C3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 4.84620853 C6_chemical_A1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 4.957684731 C6_chemical_A3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.140245742 C6_chemical_B1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.45167527 C6_chemical_B2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 4.949452154 C6_chemical_B3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.511326817 C6_chemical_C1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.266863043 C6_chemical_C2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 4.755885277 C6_chemical_C3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.050338243 L4_control_A1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.082183115 L4_control_A2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.649401264 L4_control_A3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 6.052812405 L4_control_B1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.340094825 L4_control_B2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.421979899 L4_control_B3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 4.808776031 L4_control_C2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 6.434575515 L4_control_C3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.083626914 L4_chemical_A1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 4.773795962 L4_chemical_A2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.498727981 L4_chemical_A3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.464197956 L4_chemical_B1 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.267016894 L4_chemical_B2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.493807697 L4_chemical_B3 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.315691048 L4_chemical_C2 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 5.750723297 L4_chemical_C3 +LQ03X025000 Hypothetical protein 6.560752595 C6_control_A1 +LQ03X025000 Hypothetical protein 5.847897615 C6_control_A3 +LQ03X025000 Hypothetical protein 6.383114127 C6_control_B1 +LQ03X025000 Hypothetical protein 6.011670611 C6_control_B2 +LQ03X025000 Hypothetical protein 5.971748412 C6_control_B3 +LQ03X025000 Hypothetical protein 6.470333966 C6_control_C1 +LQ03X025000 Hypothetical protein 5.531208551 C6_control_C2 +LQ03X025000 Hypothetical protein 6.331026998 C6_control_C3 +LQ03X025000 Hypothetical protein 5.968327192 C6_chemical_A1 +LQ03X025000 Hypothetical protein 6.369050561 C6_chemical_A3 +LQ03X025000 Hypothetical protein 5.553021718 C6_chemical_B1 +LQ03X025000 Hypothetical protein 5.802099821 C6_chemical_B2 +LQ03X025000 Hypothetical protein 6.154159901 C6_chemical_B3 +LQ03X025000 Hypothetical protein 6.199151226 C6_chemical_C1 +LQ03X025000 Hypothetical protein 5.851215178 C6_chemical_C2 +LQ03X025000 Hypothetical protein 6.480324481 C6_chemical_C3 +LQ03X025000 Hypothetical protein 7.50564686 L4_control_A1 +LQ03X025000 Hypothetical protein 7.75038852 L4_control_A2 +LQ03X025000 Hypothetical protein 7.921347922 L4_control_A3 +LQ03X025000 Hypothetical protein 7.039831153 L4_control_B1 +LQ03X025000 Hypothetical protein 7.109463141 L4_control_B2 +LQ03X025000 Hypothetical protein 7.261281623 L4_control_B3 +LQ03X025000 Hypothetical protein 7.265411843 L4_control_C2 +LQ03X025000 Hypothetical protein 6.902666829 L4_control_C3 +LQ03X025000 Hypothetical protein 7.947173515 L4_chemical_A1 +LQ03X025000 Hypothetical protein 8.095283611 L4_chemical_A2 +LQ03X025000 Hypothetical protein 8.748669966 L4_chemical_A3 +LQ03X025000 Hypothetical protein 6.832822574 L4_chemical_B1 +LQ03X025000 Hypothetical protein 6.428487047 L4_chemical_B2 +LQ03X025000 Hypothetical protein 7.25142382 L4_chemical_B3 +LQ03X025000 Hypothetical protein 7.293156942 L4_chemical_C2 +LQ03X025000 Hypothetical protein 7.602414946 L4_chemical_C3 +LQ03X025010 Putative uncharacterized protein 5.893699673 C6_control_A1 +LQ03X025010 Putative uncharacterized protein 6.078463996 C6_control_A3 +LQ03X025010 Putative uncharacterized protein 5.743520249 C6_control_B1 +LQ03X025010 Putative uncharacterized protein 6.034458191 C6_control_B2 +LQ03X025010 Putative uncharacterized protein 6.19229962 C6_control_B3 +LQ03X025010 Putative uncharacterized protein 5.797096845 C6_control_C1 +LQ03X025010 Putative uncharacterized protein 6.060790549 C6_control_C2 +LQ03X025010 Putative uncharacterized protein 5.645461618 C6_control_C3 +LQ03X025010 Putative uncharacterized protein 5.722262382 C6_chemical_A1 +LQ03X025010 Putative uncharacterized protein 5.887318719 C6_chemical_A3 +LQ03X025010 Putative uncharacterized protein 6.109876813 C6_chemical_B1 +LQ03X025010 Putative uncharacterized protein 6.005534506 C6_chemical_B2 +LQ03X025010 Putative uncharacterized protein 5.381326859 C6_chemical_B3 +LQ03X025010 Putative uncharacterized protein 5.786003494 C6_chemical_C1 +LQ03X025010 Putative uncharacterized protein 5.479968686 C6_chemical_C2 +LQ03X025010 Putative uncharacterized protein 5.855562208 C6_chemical_C3 +LQ03X025010 Putative uncharacterized protein 5.863706368 L4_control_A1 +LQ03X025010 Putative uncharacterized protein 5.553065507 L4_control_A2 +LQ03X025010 Putative uncharacterized protein 5.412197818 L4_control_A3 +LQ03X025010 Putative uncharacterized protein 5.639122996 L4_control_B1 +LQ03X025010 Putative uncharacterized protein 5.393342668 L4_control_B2 +LQ03X025010 Putative uncharacterized protein 5.753275714 L4_control_B3 +LQ03X025010 Putative uncharacterized protein 5.884652594 L4_control_C2 +LQ03X025010 Putative uncharacterized protein 5.791468871 L4_control_C3 +LQ03X025010 Putative uncharacterized protein 5.798028784 L4_chemical_A1 +LQ03X025010 Putative uncharacterized protein 5.480051083 L4_chemical_A2 +LQ03X025010 Putative uncharacterized protein 5.967967386 L4_chemical_A3 +LQ03X025010 Putative uncharacterized protein 5.444426814 L4_chemical_B1 +LQ03X025010 Putative uncharacterized protein 5.889079467 L4_chemical_B2 +LQ03X025010 Putative uncharacterized protein 5.670456913 L4_chemical_B3 +LQ03X025010 Putative uncharacterized protein 5.697523073 L4_chemical_C2 +LQ03X025010 Putative uncharacterized protein 5.756122849 L4_chemical_C3 +LQ03X025020 Probable pectinesterase 68 14.54485237 C6_control_A1 +LQ03X025020 Probable pectinesterase 68 14.37740834 C6_control_A3 +LQ03X025020 Probable pectinesterase 68 14.24024077 C6_control_B1 +LQ03X025020 Probable pectinesterase 68 10.90813225 C6_control_B2 +LQ03X025020 Probable pectinesterase 68 12.3378156 C6_control_B3 +LQ03X025020 Probable pectinesterase 68 5.387065765 C6_control_C1 +LQ03X025020 Probable pectinesterase 68 5.078789339 C6_control_C2 +LQ03X025020 Probable pectinesterase 68 5.246686895 C6_control_C3 +LQ03X025020 Probable pectinesterase 68 13.98552496 C6_chemical_A1 +LQ03X025020 Probable pectinesterase 68 14.27377294 C6_chemical_A3 +LQ03X025020 Probable pectinesterase 68 12.75564671 C6_chemical_B1 +LQ03X025020 Probable pectinesterase 68 10.19611434 C6_chemical_B2 +LQ03X025020 Probable pectinesterase 68 11.14004825 C6_chemical_B3 +LQ03X025020 Probable pectinesterase 68 5.058610166 C6_chemical_C1 +LQ03X025020 Probable pectinesterase 68 5.127374757 C6_chemical_C2 +LQ03X025020 Probable pectinesterase 68 4.930219632 C6_chemical_C3 +LQ03X025020 Probable pectinesterase 68 13.51115192 L4_control_A1 +LQ03X025020 Probable pectinesterase 68 14.50537045 L4_control_A2 +LQ03X025020 Probable pectinesterase 68 14.46028503 L4_control_A3 +LQ03X025020 Probable pectinesterase 68 10.94554274 L4_control_B1 +LQ03X025020 Probable pectinesterase 68 12.7896819 L4_control_B2 +LQ03X025020 Probable pectinesterase 68 9.538950957 L4_control_B3 +LQ03X025020 Probable pectinesterase 68 5.332752749 L4_control_C2 +LQ03X025020 Probable pectinesterase 68 5.432394286 L4_control_C3 +LQ03X025020 Probable pectinesterase 68 12.31720222 L4_chemical_A1 +LQ03X025020 Probable pectinesterase 68 13.58333522 L4_chemical_A2 +LQ03X025020 Probable pectinesterase 68 14.52776743 L4_chemical_A3 +LQ03X025020 Probable pectinesterase 68 13.69597991 L4_chemical_B1 +LQ03X025020 Probable pectinesterase 68 12.33678274 L4_chemical_B2 +LQ03X025020 Probable pectinesterase 68 13.48280506 L4_chemical_B3 +LQ03X025020 Probable pectinesterase 68 5.277748506 L4_chemical_C2 +LQ03X025020 Probable pectinesterase 68 5.031838006 L4_chemical_C3 +LQ03X025040 Predicted protein 5.708693291 C6_control_A1 +LQ03X025040 Predicted protein 6.361969516 C6_control_A3 +LQ03X025040 Predicted protein 5.997163329 C6_control_B1 +LQ03X025040 Predicted protein 5.915273729 C6_control_B2 +LQ03X025040 Predicted protein 6.814883956 C6_control_B3 +LQ03X025040 Predicted protein 5.232144526 C6_control_C1 +LQ03X025040 Predicted protein 5.384725712 C6_control_C2 +LQ03X025040 Predicted protein 5.709502222 C6_control_C3 +LQ03X025040 Predicted protein 5.954033818 C6_chemical_A1 +LQ03X025040 Predicted protein 6.84758211 C6_chemical_A3 +LQ03X025040 Predicted protein 5.905326773 C6_chemical_B1 +LQ03X025040 Predicted protein 5.671434002 C6_chemical_B2 +LQ03X025040 Predicted protein 5.963479796 C6_chemical_B3 +LQ03X025040 Predicted protein 5.66150962 C6_chemical_C1 +LQ03X025040 Predicted protein 5.427170189 C6_chemical_C2 +LQ03X025040 Predicted protein 5.821389144 C6_chemical_C3 +LQ03X025040 Predicted protein 5.988212061 L4_control_A1 +LQ03X025040 Predicted protein 6.072882407 L4_control_A2 +LQ03X025040 Predicted protein 7.748701495 L4_control_A3 +LQ03X025040 Predicted protein 5.863087961 L4_control_B1 +LQ03X025040 Predicted protein 5.958335487 L4_control_B2 +LQ03X025040 Predicted protein 5.946230342 L4_control_B3 +LQ03X025040 Predicted protein 5.145689022 L4_control_C2 +LQ03X025040 Predicted protein 5.692497313 L4_control_C3 +LQ03X025040 Predicted protein 5.729622315 L4_chemical_A1 +LQ03X025040 Predicted protein 5.888466713 L4_chemical_A2 +LQ03X025040 Predicted protein 6.916290498 L4_chemical_A3 +LQ03X025040 Predicted protein 5.690642444 L4_chemical_B1 +LQ03X025040 Predicted protein 6.394603382 L4_chemical_B2 +LQ03X025040 Predicted protein 5.863515742 L4_chemical_B3 +LQ03X025040 Predicted protein 5.670928108 L4_chemical_C2 +LQ03X025040 Predicted protein 5.826418554 L4_chemical_C3 +LQ03X025050 Chaperone protein dnaJ 13 9.128534526 C6_control_A1 +LQ03X025050 Chaperone protein dnaJ 13 9.547557544 C6_control_A3 +LQ03X025050 Chaperone protein dnaJ 13 8.979714488 C6_control_B1 +LQ03X025050 Chaperone protein dnaJ 13 8.647590891 C6_control_B2 +LQ03X025050 Chaperone protein dnaJ 13 9.328183661 C6_control_B3 +LQ03X025050 Chaperone protein dnaJ 13 8.636999829 C6_control_C1 +LQ03X025050 Chaperone protein dnaJ 13 9.061233619 C6_control_C2 +LQ03X025050 Chaperone protein dnaJ 13 8.60178376 C6_control_C3 +LQ03X025050 Chaperone protein dnaJ 13 9.004356167 C6_chemical_A1 +LQ03X025050 Chaperone protein dnaJ 13 9.215814039 C6_chemical_A3 +LQ03X025050 Chaperone protein dnaJ 13 8.576740877 C6_chemical_B1 +LQ03X025050 Chaperone protein dnaJ 13 8.661312504 C6_chemical_B2 +LQ03X025050 Chaperone protein dnaJ 13 9.244957083 C6_chemical_B3 +LQ03X025050 Chaperone protein dnaJ 13 8.341781262 C6_chemical_C1 +LQ03X025050 Chaperone protein dnaJ 13 8.735469777 C6_chemical_C2 +LQ03X025050 Chaperone protein dnaJ 13 8.723697268 C6_chemical_C3 +LQ03X025050 Chaperone protein dnaJ 13 9.396454766 L4_control_A1 +LQ03X025050 Chaperone protein dnaJ 13 9.466159075 L4_control_A2 +LQ03X025050 Chaperone protein dnaJ 13 10.42183787 L4_control_A3 +LQ03X025050 Chaperone protein dnaJ 13 9.176321079 L4_control_B1 +LQ03X025050 Chaperone protein dnaJ 13 10.8046273 L4_control_B2 +LQ03X025050 Chaperone protein dnaJ 13 9.946775623 L4_control_B3 +LQ03X025050 Chaperone protein dnaJ 13 10.84454521 L4_control_C2 +LQ03X025050 Chaperone protein dnaJ 13 10.3473838 L4_control_C3 +LQ03X025050 Chaperone protein dnaJ 13 8.988007277 L4_chemical_A1 +LQ03X025050 Chaperone protein dnaJ 13 8.886185754 L4_chemical_A2 +LQ03X025050 Chaperone protein dnaJ 13 9.714829627 L4_chemical_A3 +LQ03X025050 Chaperone protein dnaJ 13 9.205513826 L4_chemical_B1 +LQ03X025050 Chaperone protein dnaJ 13 10.13231022 L4_chemical_B2 +LQ03X025050 Chaperone protein dnaJ 13 9.399307042 L4_chemical_B3 +LQ03X025050 Chaperone protein dnaJ 13 10.50198238 L4_chemical_C2 +LQ03X025050 Chaperone protein dnaJ 13 10.30917046 L4_chemical_C3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.602868506 C6_control_A1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.03878463 C6_control_A3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.709982381 C6_control_B1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.643751096 C6_control_B2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.95900449 C6_control_B3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.29177977 C6_control_C1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.940726761 C6_control_C2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.1412926 C6_control_C3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.341067234 C6_chemical_A1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.652636534 C6_chemical_A3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.2358082 C6_chemical_B1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.194215052 C6_chemical_B2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.464214503 C6_chemical_B3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.06948415 C6_chemical_C1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.01577395 C6_chemical_C2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.781470845 C6_chemical_C3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.5419124 L4_control_A1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.82714642 L4_control_A2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 11.17390584 L4_control_A3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.86605759 L4_control_B1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.68123364 L4_control_B2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.65866489 L4_control_B3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 11.16467681 L4_control_C2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 11.26947814 L4_control_C3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.43539441 L4_chemical_A1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.5909372 L4_chemical_A2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.97219982 L4_chemical_A3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.7039198 L4_chemical_B1 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 11.25377935 L4_chemical_B2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 10.21047735 L4_chemical_B3 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 11.15111446 L4_chemical_C2 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 11.07181799 L4_chemical_C3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 8.822388937 C6_control_A1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 8.570168341 C6_control_A3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 9.491265759 C6_control_B1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.47326526 C6_control_B2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 11.39319832 C6_control_B3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 8.5047024 C6_control_C1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 7.803689687 C6_control_C2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 9.081351074 C6_control_C3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 8.137846812 C6_chemical_A1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 8.919349576 C6_chemical_A3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 9.743854676 C6_chemical_B1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.39109555 C6_chemical_B2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 11.9481795 C6_chemical_B3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 8.428648088 C6_chemical_C1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 8.87165096 C6_chemical_C2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 9.104660744 C6_chemical_C3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 9.119143499 L4_control_A1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 9.737418032 L4_control_A2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.20404648 L4_control_A3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.81996697 L4_control_B1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 11.56313185 L4_control_B2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 11.54128597 L4_control_B3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.45812612 L4_control_C2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.21131917 L4_control_C3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 9.065801065 L4_chemical_A1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.52323452 L4_chemical_A2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.15047517 L4_chemical_A3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.62337906 L4_chemical_B1 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 11.70518137 L4_chemical_B2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 11.13585146 L4_chemical_B3 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 10.7452411 L4_chemical_C2 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 9.965359874 L4_chemical_C3 +LQ03X025100 Vesicle-associated membrane protein, putative 13.27537201 C6_control_A1 +LQ03X025100 Vesicle-associated membrane protein, putative 13.2263385 C6_control_A3 +LQ03X025100 Vesicle-associated membrane protein, putative 13.26447221 C6_control_B1 +LQ03X025100 Vesicle-associated membrane protein, putative 12.50913036 C6_control_B2 +LQ03X025100 Vesicle-associated membrane protein, putative 13.00862791 C6_control_B3 +LQ03X025100 Vesicle-associated membrane protein, putative 11.503158 C6_control_C1 +LQ03X025100 Vesicle-associated membrane protein, putative 11.68187453 C6_control_C2 +LQ03X025100 Vesicle-associated membrane protein, putative 11.37178019 C6_control_C3 +LQ03X025100 Vesicle-associated membrane protein, putative 13.21613166 C6_chemical_A1 +LQ03X025100 Vesicle-associated membrane protein, putative 13.22978953 C6_chemical_A3 +LQ03X025100 Vesicle-associated membrane protein, putative 13.08455777 C6_chemical_B1 +LQ03X025100 Vesicle-associated membrane protein, putative 12.47163345 C6_chemical_B2 +LQ03X025100 Vesicle-associated membrane protein, putative 12.80363106 C6_chemical_B3 +LQ03X025100 Vesicle-associated membrane protein, putative 11.40269142 C6_chemical_C1 +LQ03X025100 Vesicle-associated membrane protein, putative 11.5351181 C6_chemical_C2 +LQ03X025100 Vesicle-associated membrane protein, putative 11.27007657 C6_chemical_C3 +LQ03X025100 Vesicle-associated membrane protein, putative 13.15381085 L4_control_A1 +LQ03X025100 Vesicle-associated membrane protein, putative 12.94658981 L4_control_A2 +LQ03X025100 Vesicle-associated membrane protein, putative 13.45278083 L4_control_A3 +LQ03X025100 Vesicle-associated membrane protein, putative 13.03870575 L4_control_B1 +LQ03X025100 Vesicle-associated membrane protein, putative 13.52398574 L4_control_B2 +LQ03X025100 Vesicle-associated membrane protein, putative 12.61445528 L4_control_B3 +LQ03X025100 Vesicle-associated membrane protein, putative 12.3156657 L4_control_C2 +LQ03X025100 Vesicle-associated membrane protein, putative 12.3484835 L4_control_C3 +LQ03X025100 Vesicle-associated membrane protein, putative 12.53994913 L4_chemical_A1 +LQ03X025100 Vesicle-associated membrane protein, putative 12.53609536 L4_chemical_A2 +LQ03X025100 Vesicle-associated membrane protein, putative 13.22152386 L4_chemical_A3 +LQ03X025100 Vesicle-associated membrane protein, putative 13.05881268 L4_chemical_B1 +LQ03X025100 Vesicle-associated membrane protein, putative 12.94340409 L4_chemical_B2 +LQ03X025100 Vesicle-associated membrane protein, putative 12.98458071 L4_chemical_B3 +LQ03X025100 Vesicle-associated membrane protein, putative 12.13541883 L4_chemical_C2 +LQ03X025100 Vesicle-associated membrane protein, putative 12.32537609 L4_chemical_C3 +LQ03X025130 Putative uncharacterized protein 11.59272652 C6_control_A1 +LQ03X025130 Putative uncharacterized protein 11.99421117 C6_control_A3 +LQ03X025130 Putative uncharacterized protein 11.34125214 C6_control_B1 +LQ03X025130 Putative uncharacterized protein 11.42476441 C6_control_B2 +LQ03X025130 Putative uncharacterized protein 11.3552849 C6_control_B3 +LQ03X025130 Putative uncharacterized protein 12.22199278 C6_control_C1 +LQ03X025130 Putative uncharacterized protein 12.2711199 C6_control_C2 +LQ03X025130 Putative uncharacterized protein 11.87605589 C6_control_C3 +LQ03X025130 Putative uncharacterized protein 11.5101588 C6_chemical_A1 +LQ03X025130 Putative uncharacterized protein 11.79672366 C6_chemical_A3 +LQ03X025130 Putative uncharacterized protein 11.22659598 C6_chemical_B1 +LQ03X025130 Putative uncharacterized protein 11.4118738 C6_chemical_B2 +LQ03X025130 Putative uncharacterized protein 11.2671999 C6_chemical_B3 +LQ03X025130 Putative uncharacterized protein 12.27545695 C6_chemical_C1 +LQ03X025130 Putative uncharacterized protein 12.11632253 C6_chemical_C2 +LQ03X025130 Putative uncharacterized protein 11.77356901 C6_chemical_C3 +LQ03X025130 Putative uncharacterized protein 11.71990364 L4_control_A1 +LQ03X025130 Putative uncharacterized protein 12.01690313 L4_control_A2 +LQ03X025130 Putative uncharacterized protein 11.95748142 L4_control_A3 +LQ03X025130 Putative uncharacterized protein 11.43323944 L4_control_B1 +LQ03X025130 Putative uncharacterized protein 11.5397963 L4_control_B2 +LQ03X025130 Putative uncharacterized protein 11.48862993 L4_control_B3 +LQ03X025130 Putative uncharacterized protein 11.80503765 L4_control_C2 +LQ03X025130 Putative uncharacterized protein 11.49657362 L4_control_C3 +LQ03X025130 Putative uncharacterized protein 11.77916217 L4_chemical_A1 +LQ03X025130 Putative uncharacterized protein 11.94585129 L4_chemical_A2 +LQ03X025130 Putative uncharacterized protein 11.90267005 L4_chemical_A3 +LQ03X025130 Putative uncharacterized protein 11.36199994 L4_chemical_B1 +LQ03X025130 Putative uncharacterized protein 11.46247581 L4_chemical_B2 +LQ03X025130 Putative uncharacterized protein 11.52023862 L4_chemical_B3 +LQ03X025130 Putative uncharacterized protein 11.89368941 L4_chemical_C2 +LQ03X025130 Putative uncharacterized protein 11.42277656 L4_chemical_C3 +LQ03X025170 Putative uncharacterized protein 11.3762592 C6_control_A1 +LQ03X025170 Putative uncharacterized protein 11.69519126 C6_control_A3 +LQ03X025170 Putative uncharacterized protein 11.03982544 C6_control_B1 +LQ03X025170 Putative uncharacterized protein 11.65304947 C6_control_B2 +LQ03X025170 Putative uncharacterized protein 11.57327841 C6_control_B3 +LQ03X025170 Putative uncharacterized protein 12.33793419 C6_control_C1 +LQ03X025170 Putative uncharacterized protein 12.14962235 C6_control_C2 +LQ03X025170 Putative uncharacterized protein 12.44298028 C6_control_C3 +LQ03X025170 Putative uncharacterized protein 10.93644782 C6_chemical_A1 +LQ03X025170 Putative uncharacterized protein 11.63834498 C6_chemical_A3 +LQ03X025170 Putative uncharacterized protein 10.69013684 C6_chemical_B1 +LQ03X025170 Putative uncharacterized protein 11.30884998 C6_chemical_B2 +LQ03X025170 Putative uncharacterized protein 11.3135131 C6_chemical_B3 +LQ03X025170 Putative uncharacterized protein 12.03147434 C6_chemical_C1 +LQ03X025170 Putative uncharacterized protein 12.11582 C6_chemical_C2 +LQ03X025170 Putative uncharacterized protein 11.7143006 C6_chemical_C3 +LQ03X025170 Putative uncharacterized protein 11.16962248 L4_control_A1 +LQ03X025170 Putative uncharacterized protein 10.28254823 L4_control_A2 +LQ03X025170 Putative uncharacterized protein 10.43451018 L4_control_A3 +LQ03X025170 Putative uncharacterized protein 10.79636115 L4_control_B1 +LQ03X025170 Putative uncharacterized protein 10.12871291 L4_control_B2 +LQ03X025170 Putative uncharacterized protein 10.72219826 L4_control_B3 +LQ03X025170 Putative uncharacterized protein 10.77550215 L4_control_C2 +LQ03X025170 Putative uncharacterized protein 9.988171863 L4_control_C3 +LQ03X025170 Putative uncharacterized protein 10.72712045 L4_chemical_A1 +LQ03X025170 Putative uncharacterized protein 10.14617388 L4_chemical_A2 +LQ03X025170 Putative uncharacterized protein 10.78919966 L4_chemical_A3 +LQ03X025170 Putative uncharacterized protein 10.29581224 L4_chemical_B1 +LQ03X025170 Putative uncharacterized protein 9.824206378 L4_chemical_B2 +LQ03X025170 Putative uncharacterized protein 11.08983458 L4_chemical_B3 +LQ03X025170 Putative uncharacterized protein 10.45218144 L4_chemical_C2 +LQ03X025170 Putative uncharacterized protein 10.45688032 L4_chemical_C3 +LQ03X025180 Autophagy-related protein 8f 13.47590294 C6_control_A1 +LQ03X025180 Autophagy-related protein 8f 13.39196809 C6_control_A3 +LQ03X025180 Autophagy-related protein 8f 13.75153639 C6_control_B1 +LQ03X025180 Autophagy-related protein 8f 14.16618029 C6_control_B2 +LQ03X025180 Autophagy-related protein 8f 13.7222413 C6_control_B3 +LQ03X025180 Autophagy-related protein 8f 14.47615753 C6_control_C1 +LQ03X025180 Autophagy-related protein 8f 14.29680546 C6_control_C2 +LQ03X025180 Autophagy-related protein 8f 14.59047428 C6_control_C3 +LQ03X025180 Autophagy-related protein 8f 13.24323531 C6_chemical_A1 +LQ03X025180 Autophagy-related protein 8f 13.13157505 C6_chemical_A3 +LQ03X025180 Autophagy-related protein 8f 13.81115923 C6_chemical_B1 +LQ03X025180 Autophagy-related protein 8f 13.93702714 C6_chemical_B2 +LQ03X025180 Autophagy-related protein 8f 14.05912105 C6_chemical_B3 +LQ03X025180 Autophagy-related protein 8f 14.22401299 C6_chemical_C1 +LQ03X025180 Autophagy-related protein 8f 14.69316474 C6_chemical_C2 +LQ03X025180 Autophagy-related protein 8f 14.52690397 C6_chemical_C3 +LQ03X025180 Autophagy-related protein 8f 13.76324387 L4_control_A1 +LQ03X025180 Autophagy-related protein 8f 13.47550784 L4_control_A2 +LQ03X025180 Autophagy-related protein 8f 13.48233484 L4_control_A3 +LQ03X025180 Autophagy-related protein 8f 14.14522779 L4_control_B1 +LQ03X025180 Autophagy-related protein 8f 13.17162551 L4_control_B2 +LQ03X025180 Autophagy-related protein 8f 14.28871848 L4_control_B3 +LQ03X025180 Autophagy-related protein 8f 14.08199503 L4_control_C2 +LQ03X025180 Autophagy-related protein 8f 13.83164089 L4_control_C3 +LQ03X025180 Autophagy-related protein 8f 14.1373569 L4_chemical_A1 +LQ03X025180 Autophagy-related protein 8f 14.05704556 L4_chemical_A2 +LQ03X025180 Autophagy-related protein 8f 14.19503299 L4_chemical_A3 +LQ03X025180 Autophagy-related protein 8f 14.16803045 L4_chemical_B1 +LQ03X025180 Autophagy-related protein 8f 13.73160519 L4_chemical_B2 +LQ03X025180 Autophagy-related protein 8f 13.9465746 L4_chemical_B3 +LQ03X025180 Autophagy-related protein 8f 13.91361275 L4_chemical_C2 +LQ03X025180 Autophagy-related protein 8f 13.98038497 L4_chemical_C3 +LQ03X025210 L-lactate dehydrogenase A 6.866818047 C6_control_A1 +LQ03X025210 L-lactate dehydrogenase A 6.315077769 C6_control_A3 +LQ03X025210 L-lactate dehydrogenase A 7.558469038 C6_control_B1 +LQ03X025210 L-lactate dehydrogenase A 6.896835954 C6_control_B2 +LQ03X025210 L-lactate dehydrogenase A 8.292846445 C6_control_B3 +LQ03X025210 L-lactate dehydrogenase A 6.520676519 C6_control_C1 +LQ03X025210 L-lactate dehydrogenase A 6.5441104 C6_control_C2 +LQ03X025210 L-lactate dehydrogenase A 6.700315403 C6_control_C3 +LQ03X025210 L-lactate dehydrogenase A 6.408733994 C6_chemical_A1 +LQ03X025210 L-lactate dehydrogenase A 6.79851705 C6_chemical_A3 +LQ03X025210 L-lactate dehydrogenase A 7.114678366 C6_chemical_B1 +LQ03X025210 L-lactate dehydrogenase A 7.090372221 C6_chemical_B2 +LQ03X025210 L-lactate dehydrogenase A 7.3374487 C6_chemical_B3 +LQ03X025210 L-lactate dehydrogenase A 6.358022409 C6_chemical_C1 +LQ03X025210 L-lactate dehydrogenase A 6.597502917 C6_chemical_C2 +LQ03X025210 L-lactate dehydrogenase A 6.535440573 C6_chemical_C3 +LQ03X025210 L-lactate dehydrogenase A 6.783970717 L4_control_A1 +LQ03X025210 L-lactate dehydrogenase A 7.445993679 L4_control_A2 +LQ03X025210 L-lactate dehydrogenase A 6.7861509 L4_control_A3 +LQ03X025210 L-lactate dehydrogenase A 7.415915337 L4_control_B1 +LQ03X025210 L-lactate dehydrogenase A 7.997836007 L4_control_B2 +LQ03X025210 L-lactate dehydrogenase A 7.578563379 L4_control_B3 +LQ03X025210 L-lactate dehydrogenase A 7.262237312 L4_control_C2 +LQ03X025210 L-lactate dehydrogenase A 6.418843244 L4_control_C3 +LQ03X025210 L-lactate dehydrogenase A 7.071650173 L4_chemical_A1 +LQ03X025210 L-lactate dehydrogenase A 7.200289738 L4_chemical_A2 +LQ03X025210 L-lactate dehydrogenase A 6.928999021 L4_chemical_A3 +LQ03X025210 L-lactate dehydrogenase A 7.827696685 L4_chemical_B1 +LQ03X025210 L-lactate dehydrogenase A 8.273290734 L4_chemical_B2 +LQ03X025210 L-lactate dehydrogenase A 7.408134375 L4_chemical_B3 +LQ03X025210 L-lactate dehydrogenase A 7.120060979 L4_chemical_C2 +LQ03X025210 L-lactate dehydrogenase A 6.739514392 L4_chemical_C3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.852675987 C6_control_A1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.616381915 C6_control_A3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.787348142 C6_control_B1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.866332845 C6_control_B2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.999453948 C6_control_B3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 6.001123198 C6_control_C1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.368833139 C6_control_C2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.377846709 C6_control_C3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 6.093197509 C6_chemical_A1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.833598483 C6_chemical_A3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 6.233199679 C6_chemical_B1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.585693105 C6_chemical_B2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.530300491 C6_chemical_B3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.219917618 C6_chemical_C1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.227041745 C6_chemical_C2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.205277042 C6_chemical_C3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.539109191 L4_control_A1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 6.150868732 L4_control_A2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.959831031 L4_control_A3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.381817746 L4_control_B1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.428605799 L4_control_B2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.687491364 L4_control_B3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 6.041518718 L4_control_C2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.50898716 L4_control_C3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.57937571 L4_chemical_A1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 6.147659466 L4_chemical_A2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.965607081 L4_chemical_A3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 6.036348884 L4_chemical_B1 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.730505902 L4_chemical_B2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.946769346 L4_chemical_B3 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 4.983780563 L4_chemical_C2 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 5.301740569 L4_chemical_C3 +LQ03X025270 Putative uncharacterized protein 5.956263516 C6_control_A1 +LQ03X025270 Putative uncharacterized protein 7.247389872 C6_control_A3 +LQ03X025270 Putative uncharacterized protein 6.03588591 C6_control_B1 +LQ03X025270 Putative uncharacterized protein 5.96431447 C6_control_B2 +LQ03X025270 Putative uncharacterized protein 6.001708467 C6_control_B3 +LQ03X025270 Putative uncharacterized protein 6.233220366 C6_control_C1 +LQ03X025270 Putative uncharacterized protein 6.742444725 C6_control_C2 +LQ03X025270 Putative uncharacterized protein 6.03522592 C6_control_C3 +LQ03X025270 Putative uncharacterized protein 5.588335964 C6_chemical_A1 +LQ03X025270 Putative uncharacterized protein 6.25781063 C6_chemical_A3 +LQ03X025270 Putative uncharacterized protein 6.073416188 C6_chemical_B1 +LQ03X025270 Putative uncharacterized protein 6.257615385 C6_chemical_B2 +LQ03X025270 Putative uncharacterized protein 5.660652736 C6_chemical_B3 +LQ03X025270 Putative uncharacterized protein 6.043149884 C6_chemical_C1 +LQ03X025270 Putative uncharacterized protein 5.974252568 C6_chemical_C2 +LQ03X025270 Putative uncharacterized protein 5.386741373 C6_chemical_C3 +LQ03X025270 Putative uncharacterized protein 5.61146659 L4_control_A1 +LQ03X025270 Putative uncharacterized protein 5.563915915 L4_control_A2 +LQ03X025270 Putative uncharacterized protein 5.148599795 L4_control_A3 +LQ03X025270 Putative uncharacterized protein 5.635603983 L4_control_B1 +LQ03X025270 Putative uncharacterized protein 5.590841487 L4_control_B2 +LQ03X025270 Putative uncharacterized protein 5.95293778 L4_control_B3 +LQ03X025270 Putative uncharacterized protein 6.072027499 L4_control_C2 +LQ03X025270 Putative uncharacterized protein 5.93692597 L4_control_C3 +LQ03X025270 Putative uncharacterized protein 5.687692523 L4_chemical_A1 +LQ03X025270 Putative uncharacterized protein 5.608269563 L4_chemical_A2 +LQ03X025270 Putative uncharacterized protein 5.783133617 L4_chemical_A3 +LQ03X025270 Putative uncharacterized protein 6.398485343 L4_chemical_B1 +LQ03X025270 Putative uncharacterized protein 5.874686704 L4_chemical_B2 +LQ03X025270 Putative uncharacterized protein 6.034881492 L4_chemical_B3 +LQ03X025270 Putative uncharacterized protein 5.720568327 L4_chemical_C2 +LQ03X025270 Putative uncharacterized protein 6.02743333 L4_chemical_C3 +LQ03X025280 14 kDa proline-rich protein DC2.15 12.66361138 C6_control_A1 +LQ03X025280 14 kDa proline-rich protein DC2.15 9.965411686 C6_control_A3 +LQ03X025280 14 kDa proline-rich protein DC2.15 14.59974915 C6_control_B1 +LQ03X025280 14 kDa proline-rich protein DC2.15 13.20709683 C6_control_B2 +LQ03X025280 14 kDa proline-rich protein DC2.15 15.10746637 C6_control_B3 +LQ03X025280 14 kDa proline-rich protein DC2.15 6.257920926 C6_control_C1 +LQ03X025280 14 kDa proline-rich protein DC2.15 7.218091252 C6_control_C2 +LQ03X025280 14 kDa proline-rich protein DC2.15 8.322266685 C6_control_C3 +LQ03X025280 14 kDa proline-rich protein DC2.15 11.71865055 C6_chemical_A1 +LQ03X025280 14 kDa proline-rich protein DC2.15 8.51306475 C6_chemical_A3 +LQ03X025280 14 kDa proline-rich protein DC2.15 14.81467043 C6_chemical_B1 +LQ03X025280 14 kDa proline-rich protein DC2.15 13.32291642 C6_chemical_B2 +LQ03X025280 14 kDa proline-rich protein DC2.15 14.84341815 C6_chemical_B3 +LQ03X025280 14 kDa proline-rich protein DC2.15 6.46473381 C6_chemical_C1 +LQ03X025280 14 kDa proline-rich protein DC2.15 7.149408514 C6_chemical_C2 +LQ03X025280 14 kDa proline-rich protein DC2.15 8.204607252 C6_chemical_C3 +LQ03X025280 14 kDa proline-rich protein DC2.15 12.01148158 L4_control_A1 +LQ03X025280 14 kDa proline-rich protein DC2.15 13.7797603 L4_control_A2 +LQ03X025280 14 kDa proline-rich protein DC2.15 11.70923393 L4_control_A3 +LQ03X025280 14 kDa proline-rich protein DC2.15 14.91427701 L4_control_B1 +LQ03X025280 14 kDa proline-rich protein DC2.15 14.66013027 L4_control_B2 +LQ03X025280 14 kDa proline-rich protein DC2.15 12.30134743 L4_control_B3 +LQ03X025280 14 kDa proline-rich protein DC2.15 6.590684172 L4_control_C2 +LQ03X025280 14 kDa proline-rich protein DC2.15 8.690190703 L4_control_C3 +LQ03X025280 14 kDa proline-rich protein DC2.15 9.580971046 L4_chemical_A1 +LQ03X025280 14 kDa proline-rich protein DC2.15 12.94965387 L4_chemical_A2 +LQ03X025280 14 kDa proline-rich protein DC2.15 10.41981149 L4_chemical_A3 +LQ03X025280 14 kDa proline-rich protein DC2.15 14.85870224 L4_chemical_B1 +LQ03X025280 14 kDa proline-rich protein DC2.15 14.76875599 L4_chemical_B2 +LQ03X025280 14 kDa proline-rich protein DC2.15 15.36661176 L4_chemical_B3 +LQ03X025280 14 kDa proline-rich protein DC2.15 7.311515736 L4_chemical_C2 +LQ03X025280 14 kDa proline-rich protein DC2.15 7.931116318 L4_chemical_C3 +LQ03X025290 Putative uncharacterized protein 6.088751106 C6_control_A1 +LQ03X025290 Putative uncharacterized protein 6.402640853 C6_control_A3 +LQ03X025290 Putative uncharacterized protein 5.109687496 C6_control_B1 +LQ03X025290 Putative uncharacterized protein 5.202745067 C6_control_B2 +LQ03X025290 Putative uncharacterized protein 5.443995278 C6_control_B3 +LQ03X025290 Putative uncharacterized protein 5.472055297 C6_control_C1 +LQ03X025290 Putative uncharacterized protein 4.949204506 C6_control_C2 +LQ03X025290 Putative uncharacterized protein 5.324870899 C6_control_C3 +LQ03X025290 Putative uncharacterized protein 5.39309075 C6_chemical_A1 +LQ03X025290 Putative uncharacterized protein 6.475913495 C6_chemical_A3 +LQ03X025290 Putative uncharacterized protein 5.423777042 C6_chemical_B1 +LQ03X025290 Putative uncharacterized protein 5.113752752 C6_chemical_B2 +LQ03X025290 Putative uncharacterized protein 5.284131932 C6_chemical_B3 +LQ03X025290 Putative uncharacterized protein 5.641486497 C6_chemical_C1 +LQ03X025290 Putative uncharacterized protein 5.094026344 C6_chemical_C2 +LQ03X025290 Putative uncharacterized protein 5.052876856 C6_chemical_C3 +LQ03X025290 Putative uncharacterized protein 6.248038739 L4_control_A1 +LQ03X025290 Putative uncharacterized protein 5.741968261 L4_control_A2 +LQ03X025290 Putative uncharacterized protein 6.254514131 L4_control_A3 +LQ03X025290 Putative uncharacterized protein 4.910116998 L4_control_B1 +LQ03X025290 Putative uncharacterized protein 5.61575044 L4_control_B2 +LQ03X025290 Putative uncharacterized protein 5.59055701 L4_control_B3 +LQ03X025290 Putative uncharacterized protein 5.273825612 L4_control_C2 +LQ03X025290 Putative uncharacterized protein 5.723176113 L4_control_C3 +LQ03X025290 Putative uncharacterized protein 5.844562538 L4_chemical_A1 +LQ03X025290 Putative uncharacterized protein 5.437197224 L4_chemical_A2 +LQ03X025290 Putative uncharacterized protein 6.502660838 L4_chemical_A3 +LQ03X025290 Putative uncharacterized protein 5.369019358 L4_chemical_B1 +LQ03X025290 Putative uncharacterized protein 5.032352498 L4_chemical_B2 +LQ03X025290 Putative uncharacterized protein 5.542593353 L4_chemical_B3 +LQ03X025290 Putative uncharacterized protein 5.387617555 L4_chemical_C2 +LQ03X025290 Putative uncharacterized protein 5.272630612 L4_chemical_C3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.032314058 C6_control_A1 +LQ03X025300 14 kDa proline-rich protein DC2.15 6.212489818 C6_control_A3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.216299765 C6_control_B1 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.347774135 C6_control_B2 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.246100417 C6_control_B3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.160367412 C6_control_C1 +LQ03X025300 14 kDa proline-rich protein DC2.15 6.498992501 C6_control_C2 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.204866976 C6_control_C3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.446661101 C6_chemical_A1 +LQ03X025300 14 kDa proline-rich protein DC2.15 4.854366473 C6_chemical_A3 +LQ03X025300 14 kDa proline-rich protein DC2.15 4.661625317 C6_chemical_B1 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.580904924 C6_chemical_B2 +LQ03X025300 14 kDa proline-rich protein DC2.15 4.995797072 C6_chemical_B3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.298335613 C6_chemical_C1 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.159111289 C6_chemical_C2 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.271011637 C6_chemical_C3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.808717153 L4_control_A1 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.183433141 L4_control_A2 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.428311359 L4_control_A3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.086107329 L4_control_B1 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.158835016 L4_control_B2 +LQ03X025300 14 kDa proline-rich protein DC2.15 4.900259858 L4_control_B3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.158286957 L4_control_C2 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.03580471 L4_control_C3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.23428293 L4_chemical_A1 +LQ03X025300 14 kDa proline-rich protein DC2.15 4.902542956 L4_chemical_A2 +LQ03X025300 14 kDa proline-rich protein DC2.15 4.954209462 L4_chemical_A3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.135223265 L4_chemical_B1 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.431670052 L4_chemical_B2 +LQ03X025300 14 kDa proline-rich protein DC2.15 4.945062505 L4_chemical_B3 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.299194303 L4_chemical_C2 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.093447246 L4_chemical_C3 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.204140494 C6_control_A1 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.943501194 C6_control_A3 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.335967869 C6_control_B1 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.869414324 C6_control_B2 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.017331583 C6_control_B3 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.857991793 C6_control_C1 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.929991608 C6_control_C2 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.88430621 C6_control_C3 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.894179047 C6_chemical_A1 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.849834368 C6_chemical_A3 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.43234003 C6_chemical_B1 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.029326423 C6_chemical_B2 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.959495144 C6_chemical_B3 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.948013506 C6_chemical_C1 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.061356718 C6_chemical_C2 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.968605433 C6_chemical_C3 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.925636924 L4_control_A1 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.999238512 L4_control_A2 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.29917108 L4_control_A3 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.080508416 L4_control_B1 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.098095027 L4_control_B2 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.894780687 L4_control_B3 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.226232505 L4_control_C2 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.025146105 L4_control_C3 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.912466704 L4_chemical_A1 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.081764434 L4_chemical_A2 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.098966063 L4_chemical_A3 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.933333308 L4_chemical_B1 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.018738471 L4_chemical_B2 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.814586414 L4_chemical_B3 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.066603579 L4_chemical_C2 +LQ03X025310 14 kDa proline-rich protein DC2.15 5.263346256 L4_chemical_C3 +LQ03X025330 Predicted protein 4.714096579 C6_control_A1 +LQ03X025330 Predicted protein 4.810902097 C6_control_A3 +LQ03X025330 Predicted protein 5.483847925 C6_control_B1 +LQ03X025330 Predicted protein 4.889103676 C6_control_B2 +LQ03X025330 Predicted protein 5.057801475 C6_control_B3 +LQ03X025330 Predicted protein 4.906506528 C6_control_C1 +LQ03X025330 Predicted protein 4.730189249 C6_control_C2 +LQ03X025330 Predicted protein 4.793181212 C6_control_C3 +LQ03X025330 Predicted protein 4.693978977 C6_chemical_A1 +LQ03X025330 Predicted protein 4.898142888 C6_chemical_A3 +LQ03X025330 Predicted protein 4.864664817 C6_chemical_B1 +LQ03X025330 Predicted protein 4.862795182 C6_chemical_B2 +LQ03X025330 Predicted protein 5.157461402 C6_chemical_B3 +LQ03X025330 Predicted protein 4.883269877 C6_chemical_C1 +LQ03X025330 Predicted protein 4.723653697 C6_chemical_C2 +LQ03X025330 Predicted protein 5.024742397 C6_chemical_C3 +LQ03X025330 Predicted protein 4.848564007 L4_control_A1 +LQ03X025330 Predicted protein 4.883525883 L4_control_A2 +LQ03X025330 Predicted protein 5.628857581 L4_control_A3 +LQ03X025330 Predicted protein 5.770184422 L4_control_B1 +LQ03X025330 Predicted protein 4.996230637 L4_control_B2 +LQ03X025330 Predicted protein 4.907005604 L4_control_B3 +LQ03X025330 Predicted protein 5.302929227 L4_control_C2 +LQ03X025330 Predicted protein 5.58105613 L4_control_C3 +LQ03X025330 Predicted protein 4.586119694 L4_chemical_A1 +LQ03X025330 Predicted protein 4.800267548 L4_chemical_A2 +LQ03X025330 Predicted protein 4.96549059 L4_chemical_A3 +LQ03X025330 Predicted protein 5.01247417 L4_chemical_B1 +LQ03X025330 Predicted protein 5.123761823 L4_chemical_B2 +LQ03X025330 Predicted protein 4.778257064 L4_chemical_B3 +LQ03X025330 Predicted protein 4.994661928 L4_chemical_C2 +LQ03X025330 Predicted protein 5.590160745 L4_chemical_C3 +LQ03X025340 Putative uncharacterized protein AT4g22540 8.794266791 C6_control_A1 +LQ03X025340 Putative uncharacterized protein AT4g22540 10.17749175 C6_control_A3 +LQ03X025340 Putative uncharacterized protein AT4g22540 8.517157609 C6_control_B1 +LQ03X025340 Putative uncharacterized protein AT4g22540 7.860074443 C6_control_B2 +LQ03X025340 Putative uncharacterized protein AT4g22540 8.785427599 C6_control_B3 +LQ03X025340 Putative uncharacterized protein AT4g22540 6.333782537 C6_control_C1 +LQ03X025340 Putative uncharacterized protein AT4g22540 6.234669247 C6_control_C2 +LQ03X025340 Putative uncharacterized protein AT4g22540 6.42295792 C6_control_C3 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.503388794 C6_chemical_A1 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.977830894 C6_chemical_A3 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.093472575 C6_chemical_B1 +LQ03X025340 Putative uncharacterized protein AT4g22540 8.313677948 C6_chemical_B2 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.206076787 C6_chemical_B3 +LQ03X025340 Putative uncharacterized protein AT4g22540 6.368918151 C6_chemical_C1 +LQ03X025340 Putative uncharacterized protein AT4g22540 6.330778116 C6_chemical_C2 +LQ03X025340 Putative uncharacterized protein AT4g22540 7.012860017 C6_chemical_C3 +LQ03X025340 Putative uncharacterized protein AT4g22540 10.28732075 L4_control_A1 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.7767422 L4_control_A2 +LQ03X025340 Putative uncharacterized protein AT4g22540 10.69246491 L4_control_A3 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.329113572 L4_control_B1 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.089715137 L4_control_B2 +LQ03X025340 Putative uncharacterized protein AT4g22540 8.738099537 L4_control_B3 +LQ03X025340 Putative uncharacterized protein AT4g22540 5.603200806 L4_control_C2 +LQ03X025340 Putative uncharacterized protein AT4g22540 5.272321952 L4_control_C3 +LQ03X025340 Putative uncharacterized protein AT4g22540 8.781942975 L4_chemical_A1 +LQ03X025340 Putative uncharacterized protein AT4g22540 8.980070359 L4_chemical_A2 +LQ03X025340 Putative uncharacterized protein AT4g22540 10.48551654 L4_chemical_A3 +LQ03X025340 Putative uncharacterized protein AT4g22540 8.911319316 L4_chemical_B1 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.301351152 L4_chemical_B2 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.11479392 L4_chemical_B3 +LQ03X025340 Putative uncharacterized protein AT4g22540 5.952589741 L4_chemical_C2 +LQ03X025340 Putative uncharacterized protein AT4g22540 6.206733071 L4_chemical_C3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.312319538 C6_control_A1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.624715339 C6_control_A3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.693038029 C6_control_B1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.385760497 C6_control_B2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.989031074 C6_control_B3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.683317947 C6_control_C1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.517363773 C6_control_C2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.469133116 C6_control_C3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.66691631 C6_chemical_A1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.47031608 C6_chemical_A3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.435353386 C6_chemical_B1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.367140192 C6_chemical_B2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.97086631 C6_chemical_B3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.514493397 C6_chemical_C1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.471533036 C6_chemical_C2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.405070937 C6_chemical_C3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.462234985 L4_control_A1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.769626463 L4_control_A2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.909237943 L4_control_A3 +LQ03X025350 Putative uncharacterized protein AT4g22550 5.154268766 L4_control_B1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.760639819 L4_control_B2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.96650195 L4_control_B3 +LQ03X025350 Putative uncharacterized protein AT4g22550 5.776481385 L4_control_C2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.840668132 L4_control_C3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.556618288 L4_chemical_A1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.549272373 L4_chemical_A2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.823000449 L4_chemical_A3 +LQ03X025350 Putative uncharacterized protein AT4g22550 5.153141003 L4_chemical_B1 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.92061573 L4_chemical_B2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.822730425 L4_chemical_B3 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.958588695 L4_chemical_C2 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.951559988 L4_chemical_C3 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.91237311 C6_control_A1 +LQ03X025380 Adenine phosphoribosyltransferase 1 11.07598901 C6_control_A3 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.91651202 C6_control_B1 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.76511072 C6_control_B2 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.30290303 C6_control_B3 +LQ03X025380 Adenine phosphoribosyltransferase 1 9.331457111 C6_control_C1 +LQ03X025380 Adenine phosphoribosyltransferase 1 8.812105969 C6_control_C2 +LQ03X025380 Adenine phosphoribosyltransferase 1 9.228794153 C6_control_C3 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.8774908 C6_chemical_A1 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.46102758 C6_chemical_A3 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.99037509 C6_chemical_B1 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.75168614 C6_chemical_B2 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.47495897 C6_chemical_B3 +LQ03X025380 Adenine phosphoribosyltransferase 1 8.996730823 C6_chemical_C1 +LQ03X025380 Adenine phosphoribosyltransferase 1 8.808859429 C6_chemical_C2 +LQ03X025380 Adenine phosphoribosyltransferase 1 8.75386818 C6_chemical_C3 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.75259691 L4_control_A1 +LQ03X025380 Adenine phosphoribosyltransferase 1 11.42436088 L4_control_A2 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.38624655 L4_control_A3 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.91898389 L4_control_B1 +LQ03X025380 Adenine phosphoribosyltransferase 1 11.21243735 L4_control_B2 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.38045464 L4_control_B3 +LQ03X025380 Adenine phosphoribosyltransferase 1 9.891498175 L4_control_C2 +LQ03X025380 Adenine phosphoribosyltransferase 1 9.155109859 L4_control_C3 +LQ03X025380 Adenine phosphoribosyltransferase 1 9.505928308 L4_chemical_A1 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.3998688 L4_chemical_A2 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.01935528 L4_chemical_A3 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.44087091 L4_chemical_B1 +LQ03X025380 Adenine phosphoribosyltransferase 1 11.02586997 L4_chemical_B2 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.92857659 L4_chemical_B3 +LQ03X025380 Adenine phosphoribosyltransferase 1 9.539751617 L4_chemical_C2 +LQ03X025380 Adenine phosphoribosyltransferase 1 9.561167938 L4_chemical_C3 +LQ03X025390 WRKY transcription factor 22 9.64709759 C6_control_A1 +LQ03X025390 WRKY transcription factor 22 9.007251433 C6_control_A3 +LQ03X025390 WRKY transcription factor 22 10.64549549 C6_control_B1 +LQ03X025390 WRKY transcription factor 22 9.364489159 C6_control_B2 +LQ03X025390 WRKY transcription factor 22 10.5408276 C6_control_B3 +LQ03X025390 WRKY transcription factor 22 9.391906427 C6_control_C1 +LQ03X025390 WRKY transcription factor 22 9.694086913 C6_control_C2 +LQ03X025390 WRKY transcription factor 22 9.368541548 C6_control_C3 +LQ03X025390 WRKY transcription factor 22 9.193625353 C6_chemical_A1 +LQ03X025390 WRKY transcription factor 22 9.545825813 C6_chemical_A3 +LQ03X025390 WRKY transcription factor 22 10.30388796 C6_chemical_B1 +LQ03X025390 WRKY transcription factor 22 8.986839908 C6_chemical_B2 +LQ03X025390 WRKY transcription factor 22 10.16860506 C6_chemical_B3 +LQ03X025390 WRKY transcription factor 22 9.331053051 C6_chemical_C1 +LQ03X025390 WRKY transcription factor 22 9.358180501 C6_chemical_C2 +LQ03X025390 WRKY transcription factor 22 9.656998068 C6_chemical_C3 +LQ03X025390 WRKY transcription factor 22 9.33580591 L4_control_A1 +LQ03X025390 WRKY transcription factor 22 9.446366411 L4_control_A2 +LQ03X025390 WRKY transcription factor 22 10.38378761 L4_control_A3 +LQ03X025390 WRKY transcription factor 22 10.65076728 L4_control_B1 +LQ03X025390 WRKY transcription factor 22 10.90666286 L4_control_B2 +LQ03X025390 WRKY transcription factor 22 10.58979238 L4_control_B3 +LQ03X025390 WRKY transcription factor 22 11.07294536 L4_control_C2 +LQ03X025390 WRKY transcription factor 22 10.73135614 L4_control_C3 +LQ03X025390 WRKY transcription factor 22 10.12923613 L4_chemical_A1 +LQ03X025390 WRKY transcription factor 22 9.825182188 L4_chemical_A2 +LQ03X025390 WRKY transcription factor 22 10.71039538 L4_chemical_A3 +LQ03X025390 WRKY transcription factor 22 10.72287762 L4_chemical_B1 +LQ03X025390 WRKY transcription factor 22 10.35318188 L4_chemical_B2 +LQ03X025390 WRKY transcription factor 22 10.26591422 L4_chemical_B3 +LQ03X025390 WRKY transcription factor 22 10.83766535 L4_chemical_C2 +LQ03X025390 WRKY transcription factor 22 11.01749719 L4_chemical_C3 +LQ03X025400 Putative Predicted protein 11.76496644 C6_control_A1 +LQ03X025400 Putative Predicted protein 11.55127181 C6_control_A3 +LQ03X025400 Putative Predicted protein 12.20148211 C6_control_B1 +LQ03X025400 Putative Predicted protein 11.77749706 C6_control_B2 +LQ03X025400 Putative Predicted protein 12.0869904 C6_control_B3 +LQ03X025400 Putative Predicted protein 11.45071447 C6_control_C1 +LQ03X025400 Putative Predicted protein 11.28519395 C6_control_C2 +LQ03X025400 Putative Predicted protein 11.36190959 C6_control_C3 +LQ03X025400 Putative Predicted protein 11.53947989 C6_chemical_A1 +LQ03X025400 Putative Predicted protein 11.55796355 C6_chemical_A3 +LQ03X025400 Putative Predicted protein 12.0141662 C6_chemical_B1 +LQ03X025400 Putative Predicted protein 11.56409635 C6_chemical_B2 +LQ03X025400 Putative Predicted protein 11.91825515 C6_chemical_B3 +LQ03X025400 Putative Predicted protein 11.27099807 C6_chemical_C1 +LQ03X025400 Putative Predicted protein 11.20508575 C6_chemical_C2 +LQ03X025400 Putative Predicted protein 11.31860284 C6_chemical_C3 +LQ03X025400 Putative Predicted protein 11.85790517 L4_control_A1 +LQ03X025400 Putative Predicted protein 12.08936397 L4_control_A2 +LQ03X025400 Putative Predicted protein 11.85534443 L4_control_A3 +LQ03X025400 Putative Predicted protein 12.18981567 L4_control_B1 +LQ03X025400 Putative Predicted protein 12.52043102 L4_control_B2 +LQ03X025400 Putative Predicted protein 11.93463189 L4_control_B3 +LQ03X025400 Putative Predicted protein 11.47415246 L4_control_C2 +LQ03X025400 Putative Predicted protein 11.73142446 L4_control_C3 +LQ03X025400 Putative Predicted protein 11.3667406 L4_chemical_A1 +LQ03X025400 Putative Predicted protein 11.88895261 L4_chemical_A2 +LQ03X025400 Putative Predicted protein 11.67545745 L4_chemical_A3 +LQ03X025400 Putative Predicted protein 12.23957615 L4_chemical_B1 +LQ03X025400 Putative Predicted protein 12.31320128 L4_chemical_B2 +LQ03X025400 Putative Predicted protein 12.08259027 L4_chemical_B3 +LQ03X025400 Putative Predicted protein 11.14719504 L4_chemical_C2 +LQ03X025400 Putative Predicted protein 11.69859363 L4_chemical_C3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.44873055 C6_control_A1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 7.983998194 C6_control_A3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.663947319 C6_control_B1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.821437042 C6_control_B2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.102582905 C6_control_B3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 9.495335292 C6_control_C1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.996739795 C6_control_C2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.319050012 C6_control_C3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.454705809 C6_chemical_A1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.780455352 C6_chemical_A3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.568011791 C6_chemical_B1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.970071944 C6_chemical_B2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 7.677370793 C6_chemical_B3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 9.196609513 C6_chemical_C1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 9.132434006 C6_chemical_C2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.428275859 C6_chemical_C3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.592064783 L4_control_A1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.18602311 L4_control_A2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 7.782194572 L4_control_A3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 9.086363856 L4_control_B1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 9.356828636 L4_control_B2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.337302786 L4_control_B3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 9.149995314 L4_control_C2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.23901682 L4_control_C3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.420795604 L4_chemical_A1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.523149557 L4_chemical_A2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.079488941 L4_chemical_A3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 9.765750675 L4_chemical_B1 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.775888328 L4_chemical_B2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.237950699 L4_chemical_B3 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.696870648 L4_chemical_C2 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 9.11540827 L4_chemical_C3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.454643606 C6_control_A1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.548572226 C6_control_A3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.340941606 C6_control_B1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.210115112 C6_control_B2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.044646207 C6_control_B3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.668451342 C6_control_C1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.175666782 C6_control_C2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.801361549 C6_control_C3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.085254511 C6_chemical_A1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.529967516 C6_chemical_A3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.687442491 C6_chemical_B1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 5.922635519 C6_chemical_B2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.798885294 C6_chemical_B3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.970959417 C6_chemical_C1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.319380114 C6_chemical_C2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.89891202 C6_chemical_C3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.38574576 L4_control_A1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.923464713 L4_control_A2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.488162637 L4_control_A3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.243611141 L4_control_B1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.157102772 L4_control_B2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.183865274 L4_control_B3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.875568225 L4_control_C2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.259246317 L4_control_C3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.234847251 L4_chemical_A1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.396142911 L4_chemical_A2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.922243741 L4_chemical_A3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.866015711 L4_chemical_B1 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.855291832 L4_chemical_B2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.997226992 L4_chemical_B3 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.330226034 L4_chemical_C2 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 7.425101767 L4_chemical_C3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.663562371 C6_control_A1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.183218633 C6_control_A3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.91042614 C6_control_B1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.207356039 C6_control_B2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.493484269 C6_control_B3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.542429861 C6_control_C1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 5.646491716 C6_control_C2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.602845805 C6_control_C3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.76599407 C6_chemical_A1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.239529726 C6_chemical_A3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.309903445 C6_chemical_B1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.133725115 C6_chemical_B2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.962914786 C6_chemical_B3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.417583386 C6_chemical_C1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.075811731 C6_chemical_C2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.2064513 C6_chemical_C3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.139105278 L4_control_A1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 7.026551474 L4_control_A2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 5.842810819 L4_control_A3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.31001348 L4_control_B1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.407706946 L4_control_B2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.30047948 L4_control_B3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.657658939 L4_control_C2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 5.948159981 L4_control_C3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 5.971046767 L4_chemical_A1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.457358668 L4_chemical_A2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.397597861 L4_chemical_A3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.593870918 L4_chemical_B1 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.638093774 L4_chemical_B2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.08081422 L4_chemical_B3 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.195612972 L4_chemical_C2 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.691740536 L4_chemical_C3 +LQ03X025460 Putative uncharacterized protein 9.030477932 C6_control_A1 +LQ03X025460 Putative uncharacterized protein 9.338675395 C6_control_A3 +LQ03X025460 Putative uncharacterized protein 8.993609324 C6_control_B1 +LQ03X025460 Putative uncharacterized protein 8.456763519 C6_control_B2 +LQ03X025460 Putative uncharacterized protein 9.468284539 C6_control_B3 +LQ03X025460 Putative uncharacterized protein 7.573050998 C6_control_C1 +LQ03X025460 Putative uncharacterized protein 7.308710313 C6_control_C2 +LQ03X025460 Putative uncharacterized protein 7.691770676 C6_control_C3 +LQ03X025460 Putative uncharacterized protein 8.970098444 C6_chemical_A1 +LQ03X025460 Putative uncharacterized protein 8.918451645 C6_chemical_A3 +LQ03X025460 Putative uncharacterized protein 8.62682735 C6_chemical_B1 +LQ03X025460 Putative uncharacterized protein 8.258300447 C6_chemical_B2 +LQ03X025460 Putative uncharacterized protein 9.027501138 C6_chemical_B3 +LQ03X025460 Putative uncharacterized protein 7.01388819 C6_chemical_C1 +LQ03X025460 Putative uncharacterized protein 7.981304845 C6_chemical_C2 +LQ03X025460 Putative uncharacterized protein 7.436498921 C6_chemical_C3 +LQ03X025460 Putative uncharacterized protein 8.717065327 L4_control_A1 +LQ03X025460 Putative uncharacterized protein 9.319512412 L4_control_A2 +LQ03X025460 Putative uncharacterized protein 9.734480826 L4_control_A3 +LQ03X025460 Putative uncharacterized protein 9.533101854 L4_control_B1 +LQ03X025460 Putative uncharacterized protein 9.442095853 L4_control_B2 +LQ03X025460 Putative uncharacterized protein 8.418318202 L4_control_B3 +LQ03X025460 Putative uncharacterized protein 8.683453835 L4_control_C2 +LQ03X025460 Putative uncharacterized protein 8.185642928 L4_control_C3 +LQ03X025460 Putative uncharacterized protein 8.161681891 L4_chemical_A1 +LQ03X025460 Putative uncharacterized protein 9.121609017 L4_chemical_A2 +LQ03X025460 Putative uncharacterized protein 9.88361405 L4_chemical_A3 +LQ03X025460 Putative uncharacterized protein 9.265407704 L4_chemical_B1 +LQ03X025460 Putative uncharacterized protein 9.188819183 L4_chemical_B2 +LQ03X025460 Putative uncharacterized protein 8.502815271 L4_chemical_B3 +LQ03X025460 Putative uncharacterized protein 8.33803816 L4_chemical_C2 +LQ03X025460 Putative uncharacterized protein 8.194425789 L4_chemical_C3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 8.827626802 C6_control_A1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 8.890034763 C6_control_A3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.35338576 C6_control_B1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.13884008 C6_control_B2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.05684636 C6_control_B3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.7806018 C6_control_C1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.58652587 C6_control_C2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.56202713 C6_control_C3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 8.632812909 C6_chemical_A1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 8.94081828 C6_chemical_A3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.62723831 C6_chemical_B1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.90881493 C6_chemical_B2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.65659241 C6_chemical_B3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.73252629 C6_chemical_C1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.46143619 C6_chemical_C2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.72100403 C6_chemical_C3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 9.38380785 L4_control_A1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 9.855554537 L4_control_A2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 8.739713554 L4_control_A3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.04960152 L4_control_B1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.41548495 L4_control_B2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.20089514 L4_control_B3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.0948574 L4_control_C2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.07935641 L4_control_C3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 9.912902199 L4_chemical_A1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 9.263157994 L4_chemical_A2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 9.559148298 L4_chemical_A3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.55415811 L4_chemical_B1 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.39668201 L4_chemical_B2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 10.29827203 L4_chemical_B3 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.09791143 L4_chemical_C2 +LQ03X025470 Trehalose-6-phosphate synthase, putative 11.16735293 L4_chemical_C3 +LQ03X025480 Putative Transaldolase 13.25327712 C6_control_A1 +LQ03X025480 Putative Transaldolase 13.68885071 C6_control_A3 +LQ03X025480 Putative Transaldolase 14.0260551 C6_control_B1 +LQ03X025480 Putative Transaldolase 13.30195778 C6_control_B2 +LQ03X025480 Putative Transaldolase 14.22702966 C6_control_B3 +LQ03X025480 Putative Transaldolase 12.52286404 C6_control_C1 +LQ03X025480 Putative Transaldolase 13.39439962 C6_control_C2 +LQ03X025480 Putative Transaldolase 13.89858753 C6_control_C3 +LQ03X025480 Putative Transaldolase 13.0503202 C6_chemical_A1 +LQ03X025480 Putative Transaldolase 13.73682657 C6_chemical_A3 +LQ03X025480 Putative Transaldolase 13.93402421 C6_chemical_B1 +LQ03X025480 Putative Transaldolase 13.18091416 C6_chemical_B2 +LQ03X025480 Putative Transaldolase 14.13067679 C6_chemical_B3 +LQ03X025480 Putative Transaldolase 12.31816654 C6_chemical_C1 +LQ03X025480 Putative Transaldolase 13.27191069 C6_chemical_C2 +LQ03X025480 Putative Transaldolase 13.61667263 C6_chemical_C3 +LQ03X025480 Putative Transaldolase 13.02456792 L4_control_A1 +LQ03X025480 Putative Transaldolase 13.25392362 L4_control_A2 +LQ03X025480 Putative Transaldolase 13.29351766 L4_control_A3 +LQ03X025480 Putative Transaldolase 14.21375107 L4_control_B1 +LQ03X025480 Putative Transaldolase 14.17330307 L4_control_B2 +LQ03X025480 Putative Transaldolase 13.9054331 L4_control_B3 +LQ03X025480 Putative Transaldolase 14.00674826 L4_control_C2 +LQ03X025480 Putative Transaldolase 14.4437505 L4_control_C3 +LQ03X025480 Putative Transaldolase 12.79945116 L4_chemical_A1 +LQ03X025480 Putative Transaldolase 13.34012235 L4_chemical_A2 +LQ03X025480 Putative Transaldolase 13.22350436 L4_chemical_A3 +LQ03X025480 Putative Transaldolase 14.08977772 L4_chemical_B1 +LQ03X025480 Putative Transaldolase 14.25494963 L4_chemical_B2 +LQ03X025480 Putative Transaldolase 13.90910648 L4_chemical_B3 +LQ03X025480 Putative Transaldolase 14.40890166 L4_chemical_C2 +LQ03X025480 Putative Transaldolase 14.52340263 L4_chemical_C3 +LQ03X025490 Acid beta-fructofuranosidase 5.646007571 C6_control_A1 +LQ03X025490 Acid beta-fructofuranosidase 5.703908965 C6_control_A3 +LQ03X025490 Acid beta-fructofuranosidase 4.879424781 C6_control_B1 +LQ03X025490 Acid beta-fructofuranosidase 5.229880363 C6_control_B2 +LQ03X025490 Acid beta-fructofuranosidase 5.10615697 C6_control_B3 +LQ03X025490 Acid beta-fructofuranosidase 5.259160934 C6_control_C1 +LQ03X025490 Acid beta-fructofuranosidase 4.917605306 C6_control_C2 +LQ03X025490 Acid beta-fructofuranosidase 5.738597083 C6_control_C3 +LQ03X025490 Acid beta-fructofuranosidase 5.450714963 C6_chemical_A1 +LQ03X025490 Acid beta-fructofuranosidase 6.057467287 C6_chemical_A3 +LQ03X025490 Acid beta-fructofuranosidase 5.070064778 C6_chemical_B1 +LQ03X025490 Acid beta-fructofuranosidase 5.178998193 C6_chemical_B2 +LQ03X025490 Acid beta-fructofuranosidase 4.9252018 C6_chemical_B3 +LQ03X025490 Acid beta-fructofuranosidase 5.073744254 C6_chemical_C1 +LQ03X025490 Acid beta-fructofuranosidase 5.293079486 C6_chemical_C2 +LQ03X025490 Acid beta-fructofuranosidase 5.08768805 C6_chemical_C3 +LQ03X025490 Acid beta-fructofuranosidase 5.330393445 L4_control_A1 +LQ03X025490 Acid beta-fructofuranosidase 5.300817412 L4_control_A2 +LQ03X025490 Acid beta-fructofuranosidase 5.976363666 L4_control_A3 +LQ03X025490 Acid beta-fructofuranosidase 5.446451188 L4_control_B1 +LQ03X025490 Acid beta-fructofuranosidase 5.482985581 L4_control_B2 +LQ03X025490 Acid beta-fructofuranosidase 5.151183139 L4_control_B3 +LQ03X025490 Acid beta-fructofuranosidase 4.716504038 L4_control_C2 +LQ03X025490 Acid beta-fructofuranosidase 5.163263481 L4_control_C3 +LQ03X025490 Acid beta-fructofuranosidase 5.499711683 L4_chemical_A1 +LQ03X025490 Acid beta-fructofuranosidase 5.545955144 L4_chemical_A2 +LQ03X025490 Acid beta-fructofuranosidase 6.205428165 L4_chemical_A3 +LQ03X025490 Acid beta-fructofuranosidase 5.304338999 L4_chemical_B1 +LQ03X025490 Acid beta-fructofuranosidase 5.734119898 L4_chemical_B2 +LQ03X025490 Acid beta-fructofuranosidase 5.167056106 L4_chemical_B3 +LQ03X025490 Acid beta-fructofuranosidase 5.303148745 L4_chemical_C2 +LQ03X025490 Acid beta-fructofuranosidase 5.29824415 L4_chemical_C3 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.19015865 C6_control_A1 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.42330847 C6_control_A3 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.97153508 C6_control_B1 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.22420982 C6_control_B2 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.76977038 C6_control_B3 +LQ03X025500 Monocopper oxidase-like protein SKU5 10.01216224 C6_control_C1 +LQ03X025500 Monocopper oxidase-like protein SKU5 10.55388157 C6_control_C2 +LQ03X025500 Monocopper oxidase-like protein SKU5 9.899386241 C6_control_C3 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.85327097 C6_chemical_A1 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.3318738 C6_chemical_A3 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.61373302 C6_chemical_B1 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.02417062 C6_chemical_B2 +LQ03X025500 Monocopper oxidase-like protein SKU5 12.97054949 C6_chemical_B3 +LQ03X025500 Monocopper oxidase-like protein SKU5 9.69361773 C6_chemical_C1 +LQ03X025500 Monocopper oxidase-like protein SKU5 9.208188024 C6_chemical_C2 +LQ03X025500 Monocopper oxidase-like protein SKU5 8.636141901 C6_chemical_C3 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.76136162 L4_control_A1 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.92750068 L4_control_A2 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.94276215 L4_control_A3 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.84883593 L4_control_B1 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.46304033 L4_control_B2 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.00948354 L4_control_B3 +LQ03X025500 Monocopper oxidase-like protein SKU5 10.04080474 L4_control_C2 +LQ03X025500 Monocopper oxidase-like protein SKU5 11.13814265 L4_control_C3 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.09049212 L4_chemical_A1 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.26763753 L4_chemical_A2 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.65675518 L4_chemical_A3 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.06367299 L4_chemical_B1 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.99796151 L4_chemical_B2 +LQ03X025500 Monocopper oxidase-like protein SKU5 14.57483267 L4_chemical_B3 +LQ03X025500 Monocopper oxidase-like protein SKU5 10.43829959 L4_chemical_C2 +LQ03X025500 Monocopper oxidase-like protein SKU5 10.69369044 L4_chemical_C3 +LQ03X025510 Axial regulator YABBY 1 5.757700704 C6_control_A1 +LQ03X025510 Axial regulator YABBY 1 5.570228781 C6_control_A3 +LQ03X025510 Axial regulator YABBY 1 5.293905525 C6_control_B1 +LQ03X025510 Axial regulator YABBY 1 5.4088319 C6_control_B2 +LQ03X025510 Axial regulator YABBY 1 5.280242162 C6_control_B3 +LQ03X025510 Axial regulator YABBY 1 5.972539914 C6_control_C1 +LQ03X025510 Axial regulator YABBY 1 5.550833076 C6_control_C2 +LQ03X025510 Axial regulator YABBY 1 5.330208705 C6_control_C3 +LQ03X025510 Axial regulator YABBY 1 5.426945322 C6_chemical_A1 +LQ03X025510 Axial regulator YABBY 1 5.475937211 C6_chemical_A3 +LQ03X025510 Axial regulator YABBY 1 5.253093664 C6_chemical_B1 +LQ03X025510 Axial regulator YABBY 1 5.388907005 C6_chemical_B2 +LQ03X025510 Axial regulator YABBY 1 5.316322153 C6_chemical_B3 +LQ03X025510 Axial regulator YABBY 1 5.685787987 C6_chemical_C1 +LQ03X025510 Axial regulator YABBY 1 5.184612851 C6_chemical_C2 +LQ03X025510 Axial regulator YABBY 1 5.073774566 C6_chemical_C3 +LQ03X025510 Axial regulator YABBY 1 5.603944096 L4_control_A1 +LQ03X025510 Axial regulator YABBY 1 5.523447589 L4_control_A2 +LQ03X025510 Axial regulator YABBY 1 5.282348028 L4_control_A3 +LQ03X025510 Axial regulator YABBY 1 6.048066043 L4_control_B1 +LQ03X025510 Axial regulator YABBY 1 5.799197306 L4_control_B2 +LQ03X025510 Axial regulator YABBY 1 5.539147949 L4_control_B3 +LQ03X025510 Axial regulator YABBY 1 5.167272954 L4_control_C2 +LQ03X025510 Axial regulator YABBY 1 5.411593749 L4_control_C3 +LQ03X025510 Axial regulator YABBY 1 5.529854704 L4_chemical_A1 +LQ03X025510 Axial regulator YABBY 1 5.498714611 L4_chemical_A2 +LQ03X025510 Axial regulator YABBY 1 5.902778948 L4_chemical_A3 +LQ03X025510 Axial regulator YABBY 1 5.547438137 L4_chemical_B1 +LQ03X025510 Axial regulator YABBY 1 5.06652624 L4_chemical_B2 +LQ03X025510 Axial regulator YABBY 1 5.39531425 L4_chemical_B3 +LQ03X025510 Axial regulator YABBY 1 5.463266844 L4_chemical_C2 +LQ03X025510 Axial regulator YABBY 1 6.080261202 L4_chemical_C3 +LQ03X025550 Vacuolar-processing enzyme 4.863976462 C6_control_A1 +LQ03X025550 Vacuolar-processing enzyme 4.78614598 C6_control_A3 +LQ03X025550 Vacuolar-processing enzyme 5.504880854 C6_control_B1 +LQ03X025550 Vacuolar-processing enzyme 5.056554517 C6_control_B2 +LQ03X025550 Vacuolar-processing enzyme 4.963171091 C6_control_B3 +LQ03X025550 Vacuolar-processing enzyme 5.397677514 C6_control_C1 +LQ03X025550 Vacuolar-processing enzyme 5.135242369 C6_control_C2 +LQ03X025550 Vacuolar-processing enzyme 5.241189969 C6_control_C3 +LQ03X025550 Vacuolar-processing enzyme 4.669532877 C6_chemical_A1 +LQ03X025550 Vacuolar-processing enzyme 5.09784243 C6_chemical_A3 +LQ03X025550 Vacuolar-processing enzyme 4.982990144 C6_chemical_B1 +LQ03X025550 Vacuolar-processing enzyme 4.950480145 C6_chemical_B2 +LQ03X025550 Vacuolar-processing enzyme 5.462059312 C6_chemical_B3 +LQ03X025550 Vacuolar-processing enzyme 5.364369837 C6_chemical_C1 +LQ03X025550 Vacuolar-processing enzyme 5.041097877 C6_chemical_C2 +LQ03X025550 Vacuolar-processing enzyme 5.063641661 C6_chemical_C3 +LQ03X025550 Vacuolar-processing enzyme 5.104521432 L4_control_A1 +LQ03X025550 Vacuolar-processing enzyme 5.055384844 L4_control_A2 +LQ03X025550 Vacuolar-processing enzyme 5.388523847 L4_control_A3 +LQ03X025550 Vacuolar-processing enzyme 4.998090129 L4_control_B1 +LQ03X025550 Vacuolar-processing enzyme 4.942911205 L4_control_B2 +LQ03X025550 Vacuolar-processing enzyme 5.254098521 L4_control_B3 +LQ03X025550 Vacuolar-processing enzyme 5.00129881 L4_control_C2 +LQ03X025550 Vacuolar-processing enzyme 5.408759355 L4_control_C3 +LQ03X025550 Vacuolar-processing enzyme 5.310508152 L4_chemical_A1 +LQ03X025550 Vacuolar-processing enzyme 5.014964362 L4_chemical_A2 +LQ03X025550 Vacuolar-processing enzyme 5.237150798 L4_chemical_A3 +LQ03X025550 Vacuolar-processing enzyme 5.369087826 L4_chemical_B1 +LQ03X025550 Vacuolar-processing enzyme 4.807784992 L4_chemical_B2 +LQ03X025550 Vacuolar-processing enzyme 5.171573395 L4_chemical_B3 +LQ03X025550 Vacuolar-processing enzyme 4.928657124 L4_chemical_C2 +LQ03X025550 Vacuolar-processing enzyme 5.536314149 L4_chemical_C3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.337776965 C6_control_A1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 10.06188245 C6_control_A3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.018171529 C6_control_B1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.415359735 C6_control_B2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.772305045 C6_control_B3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.13784028 C6_control_C1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.037008754 C6_control_C2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.65791615 C6_control_C3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.620074017 C6_chemical_A1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.810410133 C6_chemical_A3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 7.77459639 C6_chemical_B1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.439321539 C6_chemical_B2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.095011632 C6_chemical_B3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.625815854 C6_chemical_C1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.320225436 C6_chemical_C2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.888652405 C6_chemical_C3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.599711113 L4_control_A1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.283479003 L4_control_A2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 10.09025558 L4_control_A3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.046450521 L4_control_B1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.347134495 L4_control_B2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.333591567 L4_control_B3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 9.138798542 L4_control_C2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.684320864 L4_control_C3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.591398001 L4_chemical_A1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.53745118 L4_chemical_A2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 10.04813833 L4_chemical_A3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.072990442 L4_chemical_B1 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.558959887 L4_chemical_B2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.979772307 L4_chemical_B3 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.58146044 L4_chemical_C2 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.643030243 L4_chemical_C3 +LQ03X025570 Heat shock protein STI 6.466995262 C6_control_A1 +LQ03X025570 Heat shock protein STI 6.934355138 C6_control_A3 +LQ03X025570 Heat shock protein STI 6.030111706 C6_control_B1 +LQ03X025570 Heat shock protein STI 6.361729487 C6_control_B2 +LQ03X025570 Heat shock protein STI 6.277565432 C6_control_B3 +LQ03X025570 Heat shock protein STI 6.053231508 C6_control_C1 +LQ03X025570 Heat shock protein STI 7.150977697 C6_control_C2 +LQ03X025570 Heat shock protein STI 6.118751656 C6_control_C3 +LQ03X025570 Heat shock protein STI 6.480681208 C6_chemical_A1 +LQ03X025570 Heat shock protein STI 6.037730459 C6_chemical_A3 +LQ03X025570 Heat shock protein STI 5.86405855 C6_chemical_B1 +LQ03X025570 Heat shock protein STI 6.824759468 C6_chemical_B2 +LQ03X025570 Heat shock protein STI 5.803207894 C6_chemical_B3 +LQ03X025570 Heat shock protein STI 7.034805016 C6_chemical_C1 +LQ03X025570 Heat shock protein STI 6.901272686 C6_chemical_C2 +LQ03X025570 Heat shock protein STI 5.84367668 C6_chemical_C3 +LQ03X025570 Heat shock protein STI 5.756756825 L4_control_A1 +LQ03X025570 Heat shock protein STI 5.850817953 L4_control_A2 +LQ03X025570 Heat shock protein STI 5.799895892 L4_control_A3 +LQ03X025570 Heat shock protein STI 6.54041767 L4_control_B1 +LQ03X025570 Heat shock protein STI 5.371352777 L4_control_B2 +LQ03X025570 Heat shock protein STI 5.53297336 L4_control_B3 +LQ03X025570 Heat shock protein STI 5.335744015 L4_control_C2 +LQ03X025570 Heat shock protein STI 5.850229873 L4_control_C3 +LQ03X025570 Heat shock protein STI 5.688672253 L4_chemical_A1 +LQ03X025570 Heat shock protein STI 6.180982388 L4_chemical_A2 +LQ03X025570 Heat shock protein STI 6.39379707 L4_chemical_A3 +LQ03X025570 Heat shock protein STI 6.187392713 L4_chemical_B1 +LQ03X025570 Heat shock protein STI 5.430860234 L4_chemical_B2 +LQ03X025570 Heat shock protein STI 6.216527906 L4_chemical_B3 +LQ03X025570 Heat shock protein STI 5.31360635 L4_chemical_C2 +LQ03X025570 Heat shock protein STI 5.871668503 L4_chemical_C3 +LQ03X025580 Elongation factor G, chloroplastic 5.858078292 C6_control_A1 +LQ03X025580 Elongation factor G, chloroplastic 6.59087924 C6_control_A3 +LQ03X025580 Elongation factor G, chloroplastic 6.020398254 C6_control_B1 +LQ03X025580 Elongation factor G, chloroplastic 6.16970469 C6_control_B2 +LQ03X025580 Elongation factor G, chloroplastic 6.01006839 C6_control_B3 +LQ03X025580 Elongation factor G, chloroplastic 6.046030762 C6_control_C1 +LQ03X025580 Elongation factor G, chloroplastic 7.787164384 C6_control_C2 +LQ03X025580 Elongation factor G, chloroplastic 6.230790435 C6_control_C3 +LQ03X025580 Elongation factor G, chloroplastic 6.029584466 C6_chemical_A1 +LQ03X025580 Elongation factor G, chloroplastic 6.299356273 C6_chemical_A3 +LQ03X025580 Elongation factor G, chloroplastic 5.765131858 C6_chemical_B1 +LQ03X025580 Elongation factor G, chloroplastic 6.438597112 C6_chemical_B2 +LQ03X025580 Elongation factor G, chloroplastic 5.629609745 C6_chemical_B3 +LQ03X025580 Elongation factor G, chloroplastic 6.2084094 C6_chemical_C1 +LQ03X025580 Elongation factor G, chloroplastic 6.989324093 C6_chemical_C2 +LQ03X025580 Elongation factor G, chloroplastic 5.837441362 C6_chemical_C3 +LQ03X025580 Elongation factor G, chloroplastic 5.958661249 L4_control_A1 +LQ03X025580 Elongation factor G, chloroplastic 5.926893951 L4_control_A2 +LQ03X025580 Elongation factor G, chloroplastic 6.590498802 L4_control_A3 +LQ03X025580 Elongation factor G, chloroplastic 7.178098276 L4_control_B1 +LQ03X025580 Elongation factor G, chloroplastic 6.043180732 L4_control_B2 +LQ03X025580 Elongation factor G, chloroplastic 6.251200649 L4_control_B3 +LQ03X025580 Elongation factor G, chloroplastic 5.279947309 L4_control_C2 +LQ03X025580 Elongation factor G, chloroplastic 5.977670584 L4_control_C3 +LQ03X025580 Elongation factor G, chloroplastic 5.789534437 L4_chemical_A1 +LQ03X025580 Elongation factor G, chloroplastic 5.902118226 L4_chemical_A2 +LQ03X025580 Elongation factor G, chloroplastic 6.048204097 L4_chemical_A3 +LQ03X025580 Elongation factor G, chloroplastic 6.093192335 L4_chemical_B1 +LQ03X025580 Elongation factor G, chloroplastic 5.111292507 L4_chemical_B2 +LQ03X025580 Elongation factor G, chloroplastic 5.877817497 L4_chemical_B3 +LQ03X025580 Elongation factor G, chloroplastic 6.177897593 L4_chemical_C2 +LQ03X025580 Elongation factor G, chloroplastic 6.318579911 L4_chemical_C3 +LQ03X025590 21 kDa protein 8.299472557 C6_control_A1 +LQ03X025590 21 kDa protein 6.501809046 C6_control_A3 +LQ03X025590 21 kDa protein 7.965715838 C6_control_B1 +LQ03X025590 21 kDa protein 6.72719676 C6_control_B2 +LQ03X025590 21 kDa protein 7.553762253 C6_control_B3 +LQ03X025590 21 kDa protein 6.169822128 C6_control_C1 +LQ03X025590 21 kDa protein 5.387808628 C6_control_C2 +LQ03X025590 21 kDa protein 5.350728648 C6_control_C3 +LQ03X025590 21 kDa protein 8.307102459 C6_chemical_A1 +LQ03X025590 21 kDa protein 6.821267892 C6_chemical_A3 +LQ03X025590 21 kDa protein 6.787608024 C6_chemical_B1 +LQ03X025590 21 kDa protein 5.578618758 C6_chemical_B2 +LQ03X025590 21 kDa protein 6.978712138 C6_chemical_B3 +LQ03X025590 21 kDa protein 5.624260614 C6_chemical_C1 +LQ03X025590 21 kDa protein 5.698282504 C6_chemical_C2 +LQ03X025590 21 kDa protein 5.472771245 C6_chemical_C3 +LQ03X025590 21 kDa protein 7.287529258 L4_control_A1 +LQ03X025590 21 kDa protein 7.20057312 L4_control_A2 +LQ03X025590 21 kDa protein 6.459201785 L4_control_A3 +LQ03X025590 21 kDa protein 7.315844215 L4_control_B1 +LQ03X025590 21 kDa protein 6.415755789 L4_control_B2 +LQ03X025590 21 kDa protein 5.657460848 L4_control_B3 +LQ03X025590 21 kDa protein 6.473760943 L4_control_C2 +LQ03X025590 21 kDa protein 5.645923521 L4_control_C3 +LQ03X025590 21 kDa protein 7.711190575 L4_chemical_A1 +LQ03X025590 21 kDa protein 8.491009724 L4_chemical_A2 +LQ03X025590 21 kDa protein 6.553367351 L4_chemical_A3 +LQ03X025590 21 kDa protein 9.06558178 L4_chemical_B1 +LQ03X025590 21 kDa protein 6.684977293 L4_chemical_B2 +LQ03X025590 21 kDa protein 6.925385403 L4_chemical_B3 +LQ03X025590 21 kDa protein 5.480178242 L4_chemical_C2 +LQ03X025590 21 kDa protein 5.206872534 L4_chemical_C3 +LQ03X025600 Putative 21 kDa protein 5.195173533 C6_control_A1 +LQ03X025600 Putative 21 kDa protein 5.102852964 C6_control_A3 +LQ03X025600 Putative 21 kDa protein 5.117029537 C6_control_B1 +LQ03X025600 Putative 21 kDa protein 4.967160386 C6_control_B2 +LQ03X025600 Putative 21 kDa protein 5.017878199 C6_control_B3 +LQ03X025600 Putative 21 kDa protein 5.033395173 C6_control_C1 +LQ03X025600 Putative 21 kDa protein 4.701323116 C6_control_C2 +LQ03X025600 Putative 21 kDa protein 4.763785733 C6_control_C3 +LQ03X025600 Putative 21 kDa protein 4.940943667 C6_chemical_A1 +LQ03X025600 Putative 21 kDa protein 4.850812222 C6_chemical_A3 +LQ03X025600 Putative 21 kDa protein 5.040277919 C6_chemical_B1 +LQ03X025600 Putative 21 kDa protein 4.795640208 C6_chemical_B2 +LQ03X025600 Putative 21 kDa protein 4.756102847 C6_chemical_B3 +LQ03X025600 Putative 21 kDa protein 5.038858785 C6_chemical_C1 +LQ03X025600 Putative 21 kDa protein 4.648009523 C6_chemical_C2 +LQ03X025600 Putative 21 kDa protein 4.750104084 C6_chemical_C3 +LQ03X025600 Putative 21 kDa protein 4.832986229 L4_control_A1 +LQ03X025600 Putative 21 kDa protein 4.904104483 L4_control_A2 +LQ03X025600 Putative 21 kDa protein 5.419188576 L4_control_A3 +LQ03X025600 Putative 21 kDa protein 4.971435966 L4_control_B1 +LQ03X025600 Putative 21 kDa protein 4.944029047 L4_control_B2 +LQ03X025600 Putative 21 kDa protein 4.907077744 L4_control_B3 +LQ03X025600 Putative 21 kDa protein 5.180542387 L4_control_C2 +LQ03X025600 Putative 21 kDa protein 5.791610635 L4_control_C3 +LQ03X025600 Putative 21 kDa protein 4.872483074 L4_chemical_A1 +LQ03X025600 Putative 21 kDa protein 4.998391476 L4_chemical_A2 +LQ03X025600 Putative 21 kDa protein 5.395208661 L4_chemical_A3 +LQ03X025600 Putative 21 kDa protein 4.713892569 L4_chemical_B1 +LQ03X025600 Putative 21 kDa protein 5.102480318 L4_chemical_B2 +LQ03X025600 Putative 21 kDa protein 4.667689288 L4_chemical_B3 +LQ03X025600 Putative 21 kDa protein 5.299902702 L4_chemical_C2 +LQ03X025600 Putative 21 kDa protein 5.103656401 L4_chemical_C3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.49884549 C6_control_A1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.62160351 C6_control_A3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.63757872 C6_control_B1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.90699241 C6_control_B2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.55549334 C6_control_B3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.36339657 C6_control_C1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.76328677 C6_control_C2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.60908856 C6_control_C3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.34968846 C6_chemical_A1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.58631097 C6_chemical_A3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.63268373 C6_chemical_B1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.84671761 C6_chemical_B2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.67972964 C6_chemical_B3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.31518284 C6_chemical_C1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.56521782 C6_chemical_C2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.59505487 C6_chemical_C3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.10913051 L4_control_A1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.27431462 L4_control_A2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 10.86918623 L4_control_A3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.66934672 L4_control_B1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.75487553 L4_control_B2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.0921685 L4_control_B3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.80427925 L4_control_C2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.87825171 L4_control_C3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.31908381 L4_chemical_A1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.08911372 L4_chemical_A2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 10.65272145 L4_chemical_A3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.64479886 L4_chemical_B1 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.48798592 L4_chemical_B2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.73390157 L4_chemical_B3 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 13.03658581 L4_chemical_C2 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 12.95767373 L4_chemical_C3 +LQ03X025650 Putative 21 kDa protein 5.002527491 C6_control_A1 +LQ03X025650 Putative 21 kDa protein 5.661864385 C6_control_A3 +LQ03X025650 Putative 21 kDa protein 5.535134255 C6_control_B1 +LQ03X025650 Putative 21 kDa protein 5.594230836 C6_control_B2 +LQ03X025650 Putative 21 kDa protein 5.30037345 C6_control_B3 +LQ03X025650 Putative 21 kDa protein 5.175919906 C6_control_C1 +LQ03X025650 Putative 21 kDa protein 5.456349061 C6_control_C2 +LQ03X025650 Putative 21 kDa protein 5.687184875 C6_control_C3 +LQ03X025650 Putative 21 kDa protein 5.454794793 C6_chemical_A1 +LQ03X025650 Putative 21 kDa protein 5.309721287 C6_chemical_A3 +LQ03X025650 Putative 21 kDa protein 5.267405327 C6_chemical_B1 +LQ03X025650 Putative 21 kDa protein 5.414397129 C6_chemical_B2 +LQ03X025650 Putative 21 kDa protein 5.133363087 C6_chemical_B3 +LQ03X025650 Putative 21 kDa protein 5.043831457 C6_chemical_C1 +LQ03X025650 Putative 21 kDa protein 5.46198284 C6_chemical_C2 +LQ03X025650 Putative 21 kDa protein 5.332264183 C6_chemical_C3 +LQ03X025650 Putative 21 kDa protein 5.708119945 L4_control_A1 +LQ03X025650 Putative 21 kDa protein 5.564628518 L4_control_A2 +LQ03X025650 Putative 21 kDa protein 5.581268648 L4_control_A3 +LQ03X025650 Putative 21 kDa protein 5.087966722 L4_control_B1 +LQ03X025650 Putative 21 kDa protein 5.679994863 L4_control_B2 +LQ03X025650 Putative 21 kDa protein 5.182005758 L4_control_B3 +LQ03X025650 Putative 21 kDa protein 4.675130832 L4_control_C2 +LQ03X025650 Putative 21 kDa protein 4.949274467 L4_control_C3 +LQ03X025650 Putative 21 kDa protein 4.869826259 L4_chemical_A1 +LQ03X025650 Putative 21 kDa protein 5.435812685 L4_chemical_A2 +LQ03X025650 Putative 21 kDa protein 5.749231935 L4_chemical_A3 +LQ03X025650 Putative 21 kDa protein 5.71543205 L4_chemical_B1 +LQ03X025650 Putative 21 kDa protein 5.156922399 L4_chemical_B2 +LQ03X025650 Putative 21 kDa protein 5.721896546 L4_chemical_B3 +LQ03X025650 Putative 21 kDa protein 4.73267362 L4_chemical_C2 +LQ03X025650 Putative 21 kDa protein 4.612835483 L4_chemical_C3 +LQ03X025660 Putative 21 kDa protein 13.27283491 C6_control_A1 +LQ03X025660 Putative 21 kDa protein 13.01429671 C6_control_A3 +LQ03X025660 Putative 21 kDa protein 13.52473343 C6_control_B1 +LQ03X025660 Putative 21 kDa protein 14.11769532 C6_control_B2 +LQ03X025660 Putative 21 kDa protein 13.18004387 C6_control_B3 +LQ03X025660 Putative 21 kDa protein 13.39160682 C6_control_C1 +LQ03X025660 Putative 21 kDa protein 13.61408006 C6_control_C2 +LQ03X025660 Putative 21 kDa protein 14.01090485 C6_control_C3 +LQ03X025660 Putative 21 kDa protein 14.11137058 C6_chemical_A1 +LQ03X025660 Putative 21 kDa protein 13.8328558 C6_chemical_A3 +LQ03X025660 Putative 21 kDa protein 14.1605175 C6_chemical_B1 +LQ03X025660 Putative 21 kDa protein 14.55396208 C6_chemical_B2 +LQ03X025660 Putative 21 kDa protein 14.48668162 C6_chemical_B3 +LQ03X025660 Putative 21 kDa protein 13.60840958 C6_chemical_C1 +LQ03X025660 Putative 21 kDa protein 13.5664095 C6_chemical_C2 +LQ03X025660 Putative 21 kDa protein 14.341524 C6_chemical_C3 +LQ03X025660 Putative 21 kDa protein 13.78987806 L4_control_A1 +LQ03X025660 Putative 21 kDa protein 13.17466721 L4_control_A2 +LQ03X025660 Putative 21 kDa protein 13.79719784 L4_control_A3 +LQ03X025660 Putative 21 kDa protein 13.83066441 L4_control_B1 +LQ03X025660 Putative 21 kDa protein 12.94335548 L4_control_B2 +LQ03X025660 Putative 21 kDa protein 13.1698939 L4_control_B3 +LQ03X025660 Putative 21 kDa protein 12.85825092 L4_control_C2 +LQ03X025660 Putative 21 kDa protein 12.68331803 L4_control_C3 +LQ03X025660 Putative 21 kDa protein 14.68437079 L4_chemical_A1 +LQ03X025660 Putative 21 kDa protein 14.38833347 L4_chemical_A2 +LQ03X025660 Putative 21 kDa protein 14.14713938 L4_chemical_A3 +LQ03X025660 Putative 21 kDa protein 13.55942006 L4_chemical_B1 +LQ03X025660 Putative 21 kDa protein 13.97090005 L4_chemical_B2 +LQ03X025660 Putative 21 kDa protein 14.48176938 L4_chemical_B3 +LQ03X025660 Putative 21 kDa protein 13.52040236 L4_chemical_C2 +LQ03X025660 Putative 21 kDa protein 13.35312725 L4_chemical_C3 +LQ03X025670 21 kDa protein 9.117881221 C6_control_A1 +LQ03X025670 21 kDa protein 9.758178405 C6_control_A3 +LQ03X025670 21 kDa protein 9.252650778 C6_control_B1 +LQ03X025670 21 kDa protein 10.27459467 C6_control_B2 +LQ03X025670 21 kDa protein 9.974300894 C6_control_B3 +LQ03X025670 21 kDa protein 10.35151622 C6_control_C1 +LQ03X025670 21 kDa protein 10.82229707 C6_control_C2 +LQ03X025670 21 kDa protein 11.48626977 C6_control_C3 +LQ03X025670 21 kDa protein 9.511908601 C6_chemical_A1 +LQ03X025670 21 kDa protein 10.04704751 C6_chemical_A3 +LQ03X025670 21 kDa protein 10.06758105 C6_chemical_B1 +LQ03X025670 21 kDa protein 10.81582751 C6_chemical_B2 +LQ03X025670 21 kDa protein 11.31356907 C6_chemical_B3 +LQ03X025670 21 kDa protein 10.76247836 C6_chemical_C1 +LQ03X025670 21 kDa protein 10.78957123 C6_chemical_C2 +LQ03X025670 21 kDa protein 10.64280781 C6_chemical_C3 +LQ03X025670 21 kDa protein 9.385114904 L4_control_A1 +LQ03X025670 21 kDa protein 9.124841066 L4_control_A2 +LQ03X025670 21 kDa protein 10.24805904 L4_control_A3 +LQ03X025670 21 kDa protein 9.441731116 L4_control_B1 +LQ03X025670 21 kDa protein 9.236602474 L4_control_B2 +LQ03X025670 21 kDa protein 9.69201997 L4_control_B3 +LQ03X025670 21 kDa protein 10.42246214 L4_control_C2 +LQ03X025670 21 kDa protein 9.730617573 L4_control_C3 +LQ03X025670 21 kDa protein 10.90539517 L4_chemical_A1 +LQ03X025670 21 kDa protein 11.36992364 L4_chemical_A2 +LQ03X025670 21 kDa protein 11.07256479 L4_chemical_A3 +LQ03X025670 21 kDa protein 11.14824003 L4_chemical_B1 +LQ03X025670 21 kDa protein 10.37253454 L4_chemical_B2 +LQ03X025670 21 kDa protein 9.614874242 L4_chemical_B3 +LQ03X025670 21 kDa protein 10.22288675 L4_chemical_C2 +LQ03X025670 21 kDa protein 10.29897947 L4_chemical_C3 +LQ03X025680 Putative uncharacterized protein 12.76473136 C6_control_A1 +LQ03X025680 Putative uncharacterized protein 12.9641114 C6_control_A3 +LQ03X025680 Putative uncharacterized protein 12.58036772 C6_control_B1 +LQ03X025680 Putative uncharacterized protein 13.40528499 C6_control_B2 +LQ03X025680 Putative uncharacterized protein 13.2136435 C6_control_B3 +LQ03X025680 Putative uncharacterized protein 13.68969677 C6_control_C1 +LQ03X025680 Putative uncharacterized protein 14.10579034 C6_control_C2 +LQ03X025680 Putative uncharacterized protein 13.77215778 C6_control_C3 +LQ03X025680 Putative uncharacterized protein 12.55210397 C6_chemical_A1 +LQ03X025680 Putative uncharacterized protein 12.93817394 C6_chemical_A3 +LQ03X025680 Putative uncharacterized protein 12.76512354 C6_chemical_B1 +LQ03X025680 Putative uncharacterized protein 13.49294775 C6_chemical_B2 +LQ03X025680 Putative uncharacterized protein 13.16896628 C6_chemical_B3 +LQ03X025680 Putative uncharacterized protein 13.71528313 C6_chemical_C1 +LQ03X025680 Putative uncharacterized protein 13.81771458 C6_chemical_C2 +LQ03X025680 Putative uncharacterized protein 13.90140717 C6_chemical_C3 +LQ03X025680 Putative uncharacterized protein 12.16697944 L4_control_A1 +LQ03X025680 Putative uncharacterized protein 12.21912836 L4_control_A2 +LQ03X025680 Putative uncharacterized protein 12.85633116 L4_control_A3 +LQ03X025680 Putative uncharacterized protein 12.51891428 L4_control_B1 +LQ03X025680 Putative uncharacterized protein 12.01236581 L4_control_B2 +LQ03X025680 Putative uncharacterized protein 13.08329249 L4_control_B3 +LQ03X025680 Putative uncharacterized protein 13.08794687 L4_control_C2 +LQ03X025680 Putative uncharacterized protein 12.72577636 L4_control_C3 +LQ03X025680 Putative uncharacterized protein 12.28450601 L4_chemical_A1 +LQ03X025680 Putative uncharacterized protein 12.27975915 L4_chemical_A2 +LQ03X025680 Putative uncharacterized protein 12.77273834 L4_chemical_A3 +LQ03X025680 Putative uncharacterized protein 12.39989714 L4_chemical_B1 +LQ03X025680 Putative uncharacterized protein 11.96844156 L4_chemical_B2 +LQ03X025680 Putative uncharacterized protein 12.71220538 L4_chemical_B3 +LQ03X025680 Putative uncharacterized protein 13.08513883 L4_chemical_C2 +LQ03X025680 Putative uncharacterized protein 13.24837192 L4_chemical_C3 +LQ03X025690 Translationally-controlled tumor protein homolog 10.97820517 C6_control_A1 +LQ03X025690 Translationally-controlled tumor protein homolog 11.71653873 C6_control_A3 +LQ03X025690 Translationally-controlled tumor protein homolog 11.53021637 C6_control_B1 +LQ03X025690 Translationally-controlled tumor protein homolog 10.6637456 C6_control_B2 +LQ03X025690 Translationally-controlled tumor protein homolog 12.26655566 C6_control_B3 +LQ03X025690 Translationally-controlled tumor protein homolog 9.894940276 C6_control_C1 +LQ03X025690 Translationally-controlled tumor protein homolog 9.670022074 C6_control_C2 +LQ03X025690 Translationally-controlled tumor protein homolog 10.38392208 C6_control_C3 +LQ03X025690 Translationally-controlled tumor protein homolog 10.30566463 C6_chemical_A1 +LQ03X025690 Translationally-controlled tumor protein homolog 11.28569225 C6_chemical_A3 +LQ03X025690 Translationally-controlled tumor protein homolog 10.47914382 C6_chemical_B1 +LQ03X025690 Translationally-controlled tumor protein homolog 10.42349282 C6_chemical_B2 +LQ03X025690 Translationally-controlled tumor protein homolog 11.65405795 C6_chemical_B3 +LQ03X025690 Translationally-controlled tumor protein homolog 9.639862946 C6_chemical_C1 +LQ03X025690 Translationally-controlled tumor protein homolog 9.541187719 C6_chemical_C2 +LQ03X025690 Translationally-controlled tumor protein homolog 9.738511907 C6_chemical_C3 +LQ03X025690 Translationally-controlled tumor protein homolog 11.39424151 L4_control_A1 +LQ03X025690 Translationally-controlled tumor protein homolog 10.72404598 L4_control_A2 +LQ03X025690 Translationally-controlled tumor protein homolog 12.00238187 L4_control_A3 +LQ03X025690 Translationally-controlled tumor protein homolog 11.61014436 L4_control_B1 +LQ03X025690 Translationally-controlled tumor protein homolog 10.87879764 L4_control_B2 +LQ03X025690 Translationally-controlled tumor protein homolog 11.25815755 L4_control_B3 +LQ03X025690 Translationally-controlled tumor protein homolog 10.45080543 L4_control_C2 +LQ03X025690 Translationally-controlled tumor protein homolog 11.07730275 L4_control_C3 +LQ03X025690 Translationally-controlled tumor protein homolog 11.80447431 L4_chemical_A1 +LQ03X025690 Translationally-controlled tumor protein homolog 10.25246755 L4_chemical_A2 +LQ03X025690 Translationally-controlled tumor protein homolog 12.49413252 L4_chemical_A3 +LQ03X025690 Translationally-controlled tumor protein homolog 11.95093304 L4_chemical_B1 +LQ03X025690 Translationally-controlled tumor protein homolog 11.28926805 L4_chemical_B2 +LQ03X025690 Translationally-controlled tumor protein homolog 12.28494756 L4_chemical_B3 +LQ03X025690 Translationally-controlled tumor protein homolog 11.09327426 L4_chemical_C2 +LQ03X025690 Translationally-controlled tumor protein homolog 10.53020129 L4_chemical_C3 +LQ03X025700 Putative Hsc70-interacting protein 13.66612205 C6_control_A1 +LQ03X025700 Putative Hsc70-interacting protein 13.86629678 C6_control_A3 +LQ03X025700 Putative Hsc70-interacting protein 13.58301204 C6_control_B1 +LQ03X025700 Putative Hsc70-interacting protein 13.45278923 C6_control_B2 +LQ03X025700 Putative Hsc70-interacting protein 13.38928596 C6_control_B3 +LQ03X025700 Putative Hsc70-interacting protein 13.6140606 C6_control_C1 +LQ03X025700 Putative Hsc70-interacting protein 13.23722743 C6_control_C2 +LQ03X025700 Putative Hsc70-interacting protein 12.78949778 C6_control_C3 +LQ03X025700 Putative Hsc70-interacting protein 13.93820553 C6_chemical_A1 +LQ03X025700 Putative Hsc70-interacting protein 13.54721206 C6_chemical_A3 +LQ03X025700 Putative Hsc70-interacting protein 13.71743883 C6_chemical_B1 +LQ03X025700 Putative Hsc70-interacting protein 13.9374998 C6_chemical_B2 +LQ03X025700 Putative Hsc70-interacting protein 13.21709695 C6_chemical_B3 +LQ03X025700 Putative Hsc70-interacting protein 14.40046788 C6_chemical_C1 +LQ03X025700 Putative Hsc70-interacting protein 13.68358409 C6_chemical_C2 +LQ03X025700 Putative Hsc70-interacting protein 12.5758012 C6_chemical_C3 +LQ03X025700 Putative Hsc70-interacting protein 14.0038493 L4_control_A1 +LQ03X025700 Putative Hsc70-interacting protein 13.69875049 L4_control_A2 +LQ03X025700 Putative Hsc70-interacting protein 13.60063813 L4_control_A3 +LQ03X025700 Putative Hsc70-interacting protein 13.41471332 L4_control_B1 +LQ03X025700 Putative Hsc70-interacting protein 13.43983261 L4_control_B2 +LQ03X025700 Putative Hsc70-interacting protein 12.83687866 L4_control_B3 +LQ03X025700 Putative Hsc70-interacting protein 13.61757975 L4_control_C2 +LQ03X025700 Putative Hsc70-interacting protein 12.71152812 L4_control_C3 +LQ03X025700 Putative Hsc70-interacting protein 13.9893424 L4_chemical_A1 +LQ03X025700 Putative Hsc70-interacting protein 14.12156615 L4_chemical_A2 +LQ03X025700 Putative Hsc70-interacting protein 13.40026745 L4_chemical_A3 +LQ03X025700 Putative Hsc70-interacting protein 13.86257637 L4_chemical_B1 +LQ03X025700 Putative Hsc70-interacting protein 13.93758069 L4_chemical_B2 +LQ03X025700 Putative Hsc70-interacting protein 13.21435991 L4_chemical_B3 +LQ03X025700 Putative Hsc70-interacting protein 14.03033182 L4_chemical_C2 +LQ03X025700 Putative Hsc70-interacting protein 13.07842123 L4_chemical_C3 +LQ03X025720 Predicted protein 5.190477963 C6_control_A1 +LQ03X025720 Predicted protein 6.833028796 C6_control_A3 +LQ03X025720 Predicted protein 4.974075785 C6_control_B1 +LQ03X025720 Predicted protein 5.146894173 C6_control_B2 +LQ03X025720 Predicted protein 5.120043552 C6_control_B3 +LQ03X025720 Predicted protein 5.02246836 C6_control_C1 +LQ03X025720 Predicted protein 6.251275723 C6_control_C2 +LQ03X025720 Predicted protein 5.191499533 C6_control_C3 +LQ03X025720 Predicted protein 5.679740117 C6_chemical_A1 +LQ03X025720 Predicted protein 5.658972911 C6_chemical_A3 +LQ03X025720 Predicted protein 4.874532128 C6_chemical_B1 +LQ03X025720 Predicted protein 5.344800545 C6_chemical_B2 +LQ03X025720 Predicted protein 5.412210899 C6_chemical_B3 +LQ03X025720 Predicted protein 5.09205699 C6_chemical_C1 +LQ03X025720 Predicted protein 5.271144389 C6_chemical_C2 +LQ03X025720 Predicted protein 4.942873156 C6_chemical_C3 +LQ03X025720 Predicted protein 5.093814955 L4_control_A1 +LQ03X025720 Predicted protein 5.097346393 L4_control_A2 +LQ03X025720 Predicted protein 5.511940377 L4_control_A3 +LQ03X025720 Predicted protein 5.239729951 L4_control_B1 +LQ03X025720 Predicted protein 5.85347463 L4_control_B2 +LQ03X025720 Predicted protein 4.928893927 L4_control_B3 +LQ03X025720 Predicted protein 4.907833477 L4_control_C2 +LQ03X025720 Predicted protein 5.290655074 L4_control_C3 +LQ03X025720 Predicted protein 5.124681819 L4_chemical_A1 +LQ03X025720 Predicted protein 5.219679601 L4_chemical_A2 +LQ03X025720 Predicted protein 6.343886996 L4_chemical_A3 +LQ03X025720 Predicted protein 5.029983776 L4_chemical_B1 +LQ03X025720 Predicted protein 5.005104094 L4_chemical_B2 +LQ03X025720 Predicted protein 4.716923284 L4_chemical_B3 +LQ03X025720 Predicted protein 4.72954423 L4_chemical_C2 +LQ03X025720 Predicted protein 4.66581505 L4_chemical_C3 +LQ03X025820 Primary amine oxidase 5.052955363 C6_control_A1 +LQ03X025820 Primary amine oxidase 5.074511023 C6_control_A3 +LQ03X025820 Primary amine oxidase 5.226957809 C6_control_B1 +LQ03X025820 Primary amine oxidase 5.646183091 C6_control_B2 +LQ03X025820 Primary amine oxidase 5.219932652 C6_control_B3 +LQ03X025820 Primary amine oxidase 5.970268238 C6_control_C1 +LQ03X025820 Primary amine oxidase 6.653011033 C6_control_C2 +LQ03X025820 Primary amine oxidase 5.753211934 C6_control_C3 +LQ03X025820 Primary amine oxidase 5.220115019 C6_chemical_A1 +LQ03X025820 Primary amine oxidase 5.133664723 C6_chemical_A3 +LQ03X025820 Primary amine oxidase 5.070343112 C6_chemical_B1 +LQ03X025820 Primary amine oxidase 5.741983925 C6_chemical_B2 +LQ03X025820 Primary amine oxidase 5.224165717 C6_chemical_B3 +LQ03X025820 Primary amine oxidase 5.600175587 C6_chemical_C1 +LQ03X025820 Primary amine oxidase 5.980909681 C6_chemical_C2 +LQ03X025820 Primary amine oxidase 6.077893913 C6_chemical_C3 +LQ03X025820 Primary amine oxidase 5.102058432 L4_control_A1 +LQ03X025820 Primary amine oxidase 5.097921796 L4_control_A2 +LQ03X025820 Primary amine oxidase 4.963122052 L4_control_A3 +LQ03X025820 Primary amine oxidase 5.993644884 L4_control_B1 +LQ03X025820 Primary amine oxidase 5.388558838 L4_control_B2 +LQ03X025820 Primary amine oxidase 5.23008097 L4_control_B3 +LQ03X025820 Primary amine oxidase 4.952503555 L4_control_C2 +LQ03X025820 Primary amine oxidase 5.311858439 L4_control_C3 +LQ03X025820 Primary amine oxidase 5.144383312 L4_chemical_A1 +LQ03X025820 Primary amine oxidase 5.278610185 L4_chemical_A2 +LQ03X025820 Primary amine oxidase 5.048015581 L4_chemical_A3 +LQ03X025820 Primary amine oxidase 5.522408306 L4_chemical_B1 +LQ03X025820 Primary amine oxidase 5.034099099 L4_chemical_B2 +LQ03X025820 Primary amine oxidase 5.11507315 L4_chemical_B3 +LQ03X025820 Primary amine oxidase 5.390645848 L4_chemical_C2 +LQ03X025820 Primary amine oxidase 5.228025455 L4_chemical_C3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.3790375 C6_control_A1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 8.967618891 C6_control_A3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.89293578 C6_control_B1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.88984246 C6_control_B2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 11.23633557 C6_control_B3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.792058498 C6_control_C1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 8.15936972 C6_control_C2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.835686646 C6_control_C3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.55154988 C6_chemical_A1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 8.795164184 C6_chemical_A3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.99194538 C6_chemical_B1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.30397938 C6_chemical_B2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 11.05408003 C6_chemical_B3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.415401047 C6_chemical_C1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.537357969 C6_chemical_C2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.387627014 C6_chemical_C3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.11762816 L4_control_A1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.5801677 L4_control_A2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.799207516 L4_control_A3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.18617374 L4_control_B1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 11.0335629 L4_control_B2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.08538467 L4_control_B3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.35103685 L4_control_C2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.411566537 L4_control_C3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 8.022600064 L4_chemical_A1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.25970047 L4_chemical_A2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.270546883 L4_chemical_A3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 11.34259094 L4_chemical_B1 +LQ03X025840 UDP-glucuronate 4-epimerase 3 12.16565226 L4_chemical_B2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.03151482 L4_chemical_B3 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.814918587 L4_chemical_C2 +LQ03X025840 UDP-glucuronate 4-epimerase 3 9.50654316 L4_chemical_C3 +LQ03X025880 Probable calcium-binding protein CML13 14.31053798 C6_control_A1 +LQ03X025880 Probable calcium-binding protein CML13 14.64716534 C6_control_A3 +LQ03X025880 Probable calcium-binding protein CML13 14.5794292 C6_control_B1 +LQ03X025880 Probable calcium-binding protein CML13 13.84892877 C6_control_B2 +LQ03X025880 Probable calcium-binding protein CML13 14.4062949 C6_control_B3 +LQ03X025880 Probable calcium-binding protein CML13 12.31120837 C6_control_C1 +LQ03X025880 Probable calcium-binding protein CML13 12.48088167 C6_control_C2 +LQ03X025880 Probable calcium-binding protein CML13 12.19832721 C6_control_C3 +LQ03X025880 Probable calcium-binding protein CML13 14.18097606 C6_chemical_A1 +LQ03X025880 Probable calcium-binding protein CML13 14.4362862 C6_chemical_A3 +LQ03X025880 Probable calcium-binding protein CML13 14.19351247 C6_chemical_B1 +LQ03X025880 Probable calcium-binding protein CML13 14.17982769 C6_chemical_B2 +LQ03X025880 Probable calcium-binding protein CML13 14.05792814 C6_chemical_B3 +LQ03X025880 Probable calcium-binding protein CML13 12.22012085 C6_chemical_C1 +LQ03X025880 Probable calcium-binding protein CML13 12.16811827 C6_chemical_C2 +LQ03X025880 Probable calcium-binding protein CML13 11.94095831 C6_chemical_C3 +LQ03X025880 Probable calcium-binding protein CML13 14.3841832 L4_control_A1 +LQ03X025880 Probable calcium-binding protein CML13 14.36618164 L4_control_A2 +LQ03X025880 Probable calcium-binding protein CML13 14.16845016 L4_control_A3 +LQ03X025880 Probable calcium-binding protein CML13 14.19117556 L4_control_B1 +LQ03X025880 Probable calcium-binding protein CML13 14.02964404 L4_control_B2 +LQ03X025880 Probable calcium-binding protein CML13 13.59866043 L4_control_B3 +LQ03X025880 Probable calcium-binding protein CML13 11.8769689 L4_control_C2 +LQ03X025880 Probable calcium-binding protein CML13 12.3690866 L4_control_C3 +LQ03X025880 Probable calcium-binding protein CML13 13.52143993 L4_chemical_A1 +LQ03X025880 Probable calcium-binding protein CML13 13.81761935 L4_chemical_A2 +LQ03X025880 Probable calcium-binding protein CML13 13.83261932 L4_chemical_A3 +LQ03X025880 Probable calcium-binding protein CML13 14.23927343 L4_chemical_B1 +LQ03X025880 Probable calcium-binding protein CML13 13.83609649 L4_chemical_B2 +LQ03X025880 Probable calcium-binding protein CML13 14.51483086 L4_chemical_B3 +LQ03X025880 Probable calcium-binding protein CML13 11.78179371 L4_chemical_C2 +LQ03X025880 Probable calcium-binding protein CML13 11.9126935 L4_chemical_C3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.50920702 C6_control_A1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.13565069 C6_control_A3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.8313422 C6_control_B1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.28845821 C6_control_B2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.78439526 C6_control_B3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 9.657573982 C6_control_C1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 9.830734947 C6_control_C2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.10248753 C6_control_C3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.12897995 C6_chemical_A1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.63343387 C6_chemical_A3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.20474742 C6_chemical_B1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 9.916017175 C6_chemical_B2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.48792461 C6_chemical_B3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 9.215775377 C6_chemical_C1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 9.079600148 C6_chemical_C2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 9.456264536 C6_chemical_C3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 11.15024103 L4_control_A1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 11.75872212 L4_control_A2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 11.13843507 L4_control_A3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 11.30728069 L4_control_B1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 11.46481708 L4_control_B2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 11.53523242 L4_control_B3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.18496679 L4_control_C2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.84419651 L4_control_C3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 9.265623007 L4_chemical_A1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.8015214 L4_chemical_A2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.34743083 L4_chemical_A3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.34497673 L4_chemical_B1 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.76318518 L4_chemical_B2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 11.96969844 L4_chemical_B3 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.08976394 L4_chemical_C2 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.3239697 L4_chemical_C3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.288967568 C6_control_A1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.786727408 C6_control_A3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 6.022842403 C6_control_B1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.387882406 C6_control_B2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.355692915 C6_control_B3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.667210216 C6_control_C1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.846548357 C6_control_C2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.427493347 C6_control_C3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.193544063 C6_chemical_A1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.387183397 C6_chemical_A3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.097837631 C6_chemical_B1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.576910065 C6_chemical_B2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.461034456 C6_chemical_B3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.835212496 C6_chemical_C1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.67946245 C6_chemical_C2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.426999234 C6_chemical_C3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.715872846 L4_control_A1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.35891405 L4_control_A2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 6.168340764 L4_control_A3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.54347565 L4_control_B1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.88780712 L4_control_B2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.658392127 L4_control_B3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 6.122742752 L4_control_C2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.428587461 L4_control_C3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.178050167 L4_chemical_A1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.545507593 L4_chemical_A2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 6.231552037 L4_chemical_A3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.386945515 L4_chemical_B1 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.469210867 L4_chemical_B2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.892471225 L4_chemical_B3 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.833130964 L4_chemical_C2 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.775786822 L4_chemical_C3 +LQ03X025930 Putative uncharacterized protein 7.328738266 C6_control_A1 +LQ03X025930 Putative uncharacterized protein 7.159846344 C6_control_A3 +LQ03X025930 Putative uncharacterized protein 7.140981817 C6_control_B1 +LQ03X025930 Putative uncharacterized protein 6.951431137 C6_control_B2 +LQ03X025930 Putative uncharacterized protein 7.499118465 C6_control_B3 +LQ03X025930 Putative uncharacterized protein 7.225283584 C6_control_C1 +LQ03X025930 Putative uncharacterized protein 5.957060998 C6_control_C2 +LQ03X025930 Putative uncharacterized protein 6.657160662 C6_control_C3 +LQ03X025930 Putative uncharacterized protein 7.138448827 C6_chemical_A1 +LQ03X025930 Putative uncharacterized protein 7.407357943 C6_chemical_A3 +LQ03X025930 Putative uncharacterized protein 7.424373444 C6_chemical_B1 +LQ03X025930 Putative uncharacterized protein 6.604773428 C6_chemical_B2 +LQ03X025930 Putative uncharacterized protein 7.375236342 C6_chemical_B3 +LQ03X025930 Putative uncharacterized protein 6.53954974 C6_chemical_C1 +LQ03X025930 Putative uncharacterized protein 6.306757287 C6_chemical_C2 +LQ03X025930 Putative uncharacterized protein 6.806225411 C6_chemical_C3 +LQ03X025930 Putative uncharacterized protein 6.800808095 L4_control_A1 +LQ03X025930 Putative uncharacterized protein 7.181800222 L4_control_A2 +LQ03X025930 Putative uncharacterized protein 8.20371416 L4_control_A3 +LQ03X025930 Putative uncharacterized protein 7.021416885 L4_control_B1 +LQ03X025930 Putative uncharacterized protein 7.195180188 L4_control_B2 +LQ03X025930 Putative uncharacterized protein 7.267926431 L4_control_B3 +LQ03X025930 Putative uncharacterized protein 7.589760785 L4_control_C2 +LQ03X025930 Putative uncharacterized protein 7.981734939 L4_control_C3 +LQ03X025930 Putative uncharacterized protein 6.996544888 L4_chemical_A1 +LQ03X025930 Putative uncharacterized protein 7.321440541 L4_chemical_A2 +LQ03X025930 Putative uncharacterized protein 8.207922907 L4_chemical_A3 +LQ03X025930 Putative uncharacterized protein 7.588197068 L4_chemical_B1 +LQ03X025930 Putative uncharacterized protein 7.298135464 L4_chemical_B2 +LQ03X025930 Putative uncharacterized protein 7.44066921 L4_chemical_B3 +LQ03X025930 Putative uncharacterized protein 7.342197607 L4_chemical_C2 +LQ03X025930 Putative uncharacterized protein 8.339786392 L4_chemical_C3 +LQ03X025940 Probable S-acyltransferase At3g60800 11.59983794 C6_control_A1 +LQ03X025940 Probable S-acyltransferase At3g60800 11.40859433 C6_control_A3 +LQ03X025940 Probable S-acyltransferase At3g60800 11.73042001 C6_control_B1 +LQ03X025940 Probable S-acyltransferase At3g60800 10.85850033 C6_control_B2 +LQ03X025940 Probable S-acyltransferase At3g60800 11.2954087 C6_control_B3 +LQ03X025940 Probable S-acyltransferase At3g60800 10.42248487 C6_control_C1 +LQ03X025940 Probable S-acyltransferase At3g60800 10.41326458 C6_control_C2 +LQ03X025940 Probable S-acyltransferase At3g60800 9.918219622 C6_control_C3 +LQ03X025940 Probable S-acyltransferase At3g60800 11.53368312 C6_chemical_A1 +LQ03X025940 Probable S-acyltransferase At3g60800 11.58890338 C6_chemical_A3 +LQ03X025940 Probable S-acyltransferase At3g60800 11.43748234 C6_chemical_B1 +LQ03X025940 Probable S-acyltransferase At3g60800 10.52937585 C6_chemical_B2 +LQ03X025940 Probable S-acyltransferase At3g60800 11.15908025 C6_chemical_B3 +LQ03X025940 Probable S-acyltransferase At3g60800 10.35400005 C6_chemical_C1 +LQ03X025940 Probable S-acyltransferase At3g60800 10.10473682 C6_chemical_C2 +LQ03X025940 Probable S-acyltransferase At3g60800 9.616537758 C6_chemical_C3 +LQ03X025940 Probable S-acyltransferase At3g60800 11.17301536 L4_control_A1 +LQ03X025940 Probable S-acyltransferase At3g60800 11.57691272 L4_control_A2 +LQ03X025940 Probable S-acyltransferase At3g60800 11.34484741 L4_control_A3 +LQ03X025940 Probable S-acyltransferase At3g60800 11.65378106 L4_control_B1 +LQ03X025940 Probable S-acyltransferase At3g60800 11.91971259 L4_control_B2 +LQ03X025940 Probable S-acyltransferase At3g60800 10.68171106 L4_control_B3 +LQ03X025940 Probable S-acyltransferase At3g60800 10.9205702 L4_control_C2 +LQ03X025940 Probable S-acyltransferase At3g60800 10.92109771 L4_control_C3 +LQ03X025940 Probable S-acyltransferase At3g60800 10.88186388 L4_chemical_A1 +LQ03X025940 Probable S-acyltransferase At3g60800 11.48512637 L4_chemical_A2 +LQ03X025940 Probable S-acyltransferase At3g60800 11.20157078 L4_chemical_A3 +LQ03X025940 Probable S-acyltransferase At3g60800 11.50072997 L4_chemical_B1 +LQ03X025940 Probable S-acyltransferase At3g60800 11.36815837 L4_chemical_B2 +LQ03X025940 Probable S-acyltransferase At3g60800 11.10870381 L4_chemical_B3 +LQ03X025940 Probable S-acyltransferase At3g60800 11.03446168 L4_chemical_C2 +LQ03X025940 Probable S-acyltransferase At3g60800 10.593494 L4_chemical_C3 +LQ03X025950 Predicted protein 4.923982504 C6_control_A1 +LQ03X025950 Predicted protein 5.020456043 C6_control_A3 +LQ03X025950 Predicted protein 5.460415038 C6_control_B1 +LQ03X025950 Predicted protein 4.941715371 C6_control_B2 +LQ03X025950 Predicted protein 4.852657397 C6_control_B3 +LQ03X025950 Predicted protein 4.949930851 C6_control_C1 +LQ03X025950 Predicted protein 5.015514854 C6_control_C2 +LQ03X025950 Predicted protein 5.160208641 C6_control_C3 +LQ03X025950 Predicted protein 4.991263872 C6_chemical_A1 +LQ03X025950 Predicted protein 5.240836953 C6_chemical_A3 +LQ03X025950 Predicted protein 5.311157196 C6_chemical_B1 +LQ03X025950 Predicted protein 5.249858649 C6_chemical_B2 +LQ03X025950 Predicted protein 4.962552326 C6_chemical_B3 +LQ03X025950 Predicted protein 5.042238155 C6_chemical_C1 +LQ03X025950 Predicted protein 4.982896981 C6_chemical_C2 +LQ03X025950 Predicted protein 5.219833576 C6_chemical_C3 +LQ03X025950 Predicted protein 5.438273189 L4_control_A1 +LQ03X025950 Predicted protein 5.354670386 L4_control_A2 +LQ03X025950 Predicted protein 5.500004048 L4_control_A3 +LQ03X025950 Predicted protein 5.336015946 L4_control_B1 +LQ03X025950 Predicted protein 5.609224239 L4_control_B2 +LQ03X025950 Predicted protein 5.263616611 L4_control_B3 +LQ03X025950 Predicted protein 5.507036345 L4_control_C2 +LQ03X025950 Predicted protein 5.168155986 L4_control_C3 +LQ03X025950 Predicted protein 5.732103688 L4_chemical_A1 +LQ03X025950 Predicted protein 5.489536526 L4_chemical_A2 +LQ03X025950 Predicted protein 5.586009964 L4_chemical_A3 +LQ03X025950 Predicted protein 5.543093374 L4_chemical_B1 +LQ03X025950 Predicted protein 5.375474378 L4_chemical_B2 +LQ03X025950 Predicted protein 5.308017195 L4_chemical_B3 +LQ03X025950 Predicted protein 5.225319209 L4_chemical_C2 +LQ03X025950 Predicted protein 5.516161124 L4_chemical_C3 +LQ03X025960 SNARE-interacting protein KEULE 4.866629458 C6_control_A1 +LQ03X025960 SNARE-interacting protein KEULE 4.879100797 C6_control_A3 +LQ03X025960 SNARE-interacting protein KEULE 5.078925506 C6_control_B1 +LQ03X025960 SNARE-interacting protein KEULE 4.694314313 C6_control_B2 +LQ03X025960 SNARE-interacting protein KEULE 4.854514718 C6_control_B3 +LQ03X025960 SNARE-interacting protein KEULE 4.588152717 C6_control_C1 +LQ03X025960 SNARE-interacting protein KEULE 4.592398897 C6_control_C2 +LQ03X025960 SNARE-interacting protein KEULE 4.688018073 C6_control_C3 +LQ03X025960 SNARE-interacting protein KEULE 4.819647446 C6_chemical_A1 +LQ03X025960 SNARE-interacting protein KEULE 5.416482568 C6_chemical_A3 +LQ03X025960 SNARE-interacting protein KEULE 5.168779741 C6_chemical_B1 +LQ03X025960 SNARE-interacting protein KEULE 4.843184113 C6_chemical_B2 +LQ03X025960 SNARE-interacting protein KEULE 5.081431265 C6_chemical_B3 +LQ03X025960 SNARE-interacting protein KEULE 4.607701231 C6_chemical_C1 +LQ03X025960 SNARE-interacting protein KEULE 4.727133194 C6_chemical_C2 +LQ03X025960 SNARE-interacting protein KEULE 4.626452145 C6_chemical_C3 +LQ03X025960 SNARE-interacting protein KEULE 5.280049714 L4_control_A1 +LQ03X025960 SNARE-interacting protein KEULE 5.058915679 L4_control_A2 +LQ03X025960 SNARE-interacting protein KEULE 5.254262849 L4_control_A3 +LQ03X025960 SNARE-interacting protein KEULE 5.061233709 L4_control_B1 +LQ03X025960 SNARE-interacting protein KEULE 4.910977069 L4_control_B2 +LQ03X025960 SNARE-interacting protein KEULE 5.137263664 L4_control_B3 +LQ03X025960 SNARE-interacting protein KEULE 5.352585671 L4_control_C2 +LQ03X025960 SNARE-interacting protein KEULE 5.063345634 L4_control_C3 +LQ03X025960 SNARE-interacting protein KEULE 5.015783033 L4_chemical_A1 +LQ03X025960 SNARE-interacting protein KEULE 4.812733005 L4_chemical_A2 +LQ03X025960 SNARE-interacting protein KEULE 5.636892614 L4_chemical_A3 +LQ03X025960 SNARE-interacting protein KEULE 4.935782259 L4_chemical_B1 +LQ03X025960 SNARE-interacting protein KEULE 5.304288486 L4_chemical_B2 +LQ03X025960 SNARE-interacting protein KEULE 5.018677831 L4_chemical_B3 +LQ03X025960 SNARE-interacting protein KEULE 5.387226749 L4_chemical_C2 +LQ03X025960 SNARE-interacting protein KEULE 5.084300738 L4_chemical_C3 +LQ03X025980 Hypothetical protein 5.136119013 C6_control_A1 +LQ03X025980 Hypothetical protein 4.670379758 C6_control_A3 +LQ03X025980 Hypothetical protein 5.371109387 C6_control_B1 +LQ03X025980 Hypothetical protein 4.997722715 C6_control_B2 +LQ03X025980 Hypothetical protein 4.99215421 C6_control_B3 +LQ03X025980 Hypothetical protein 4.834484589 C6_control_C1 +LQ03X025980 Hypothetical protein 4.766229999 C6_control_C2 +LQ03X025980 Hypothetical protein 4.624322264 C6_control_C3 +LQ03X025980 Hypothetical protein 4.798259124 C6_chemical_A1 +LQ03X025980 Hypothetical protein 4.746972482 C6_chemical_A3 +LQ03X025980 Hypothetical protein 5.196203021 C6_chemical_B1 +LQ03X025980 Hypothetical protein 4.743617686 C6_chemical_B2 +LQ03X025980 Hypothetical protein 5.142176985 C6_chemical_B3 +LQ03X025980 Hypothetical protein 4.914328963 C6_chemical_C1 +LQ03X025980 Hypothetical protein 5.062151978 C6_chemical_C2 +LQ03X025980 Hypothetical protein 4.668161805 C6_chemical_C3 +LQ03X025980 Hypothetical protein 4.959244497 L4_control_A1 +LQ03X025980 Hypothetical protein 5.002512727 L4_control_A2 +LQ03X025980 Hypothetical protein 4.850570315 L4_control_A3 +LQ03X025980 Hypothetical protein 5.320110212 L4_control_B1 +LQ03X025980 Hypothetical protein 5.032103683 L4_control_B2 +LQ03X025980 Hypothetical protein 5.129418621 L4_control_B3 +LQ03X025980 Hypothetical protein 4.918949598 L4_control_C2 +LQ03X025980 Hypothetical protein 4.659810522 L4_control_C3 +LQ03X025980 Hypothetical protein 5.278248608 L4_chemical_A1 +LQ03X025980 Hypothetical protein 4.817237243 L4_chemical_A2 +LQ03X025980 Hypothetical protein 4.895835478 L4_chemical_A3 +LQ03X025980 Hypothetical protein 5.074321729 L4_chemical_B1 +LQ03X025980 Hypothetical protein 5.004418516 L4_chemical_B2 +LQ03X025980 Hypothetical protein 4.789744891 L4_chemical_B3 +LQ03X025980 Hypothetical protein 5.339009956 L4_chemical_C2 +LQ03X025980 Hypothetical protein 4.867352214 L4_chemical_C3 +LQ03X025990 Predicted protein 11.76259515 C6_control_A1 +LQ03X025990 Predicted protein 11.45836328 C6_control_A3 +LQ03X025990 Predicted protein 12.15684925 C6_control_B1 +LQ03X025990 Predicted protein 11.16573683 C6_control_B2 +LQ03X025990 Predicted protein 12.02285924 C6_control_B3 +LQ03X025990 Predicted protein 10.30274655 C6_control_C1 +LQ03X025990 Predicted protein 9.480394593 C6_control_C2 +LQ03X025990 Predicted protein 10.1850837 C6_control_C3 +LQ03X025990 Predicted protein 11.36596657 C6_chemical_A1 +LQ03X025990 Predicted protein 11.51830964 C6_chemical_A3 +LQ03X025990 Predicted protein 11.80198145 C6_chemical_B1 +LQ03X025990 Predicted protein 11.05787282 C6_chemical_B2 +LQ03X025990 Predicted protein 11.33746907 C6_chemical_B3 +LQ03X025990 Predicted protein 10.06280303 C6_chemical_C1 +LQ03X025990 Predicted protein 9.779744216 C6_chemical_C2 +LQ03X025990 Predicted protein 9.395622789 C6_chemical_C3 +LQ03X025990 Predicted protein 11.33645439 L4_control_A1 +LQ03X025990 Predicted protein 11.2816495 L4_control_A2 +LQ03X025990 Predicted protein 10.97622596 L4_control_A3 +LQ03X025990 Predicted protein 11.45162116 L4_control_B1 +LQ03X025990 Predicted protein 11.79740318 L4_control_B2 +LQ03X025990 Predicted protein 10.21762057 L4_control_B3 +LQ03X025990 Predicted protein 9.727508219 L4_control_C2 +LQ03X025990 Predicted protein 9.561088285 L4_control_C3 +LQ03X025990 Predicted protein 10.58078485 L4_chemical_A1 +LQ03X025990 Predicted protein 10.8106815 L4_chemical_A2 +LQ03X025990 Predicted protein 10.71868045 L4_chemical_A3 +LQ03X025990 Predicted protein 11.53426891 L4_chemical_B1 +LQ03X025990 Predicted protein 11.84501715 L4_chemical_B2 +LQ03X025990 Predicted protein 10.7628242 L4_chemical_B3 +LQ03X025990 Predicted protein 9.940975131 L4_chemical_C2 +LQ03X025990 Predicted protein 9.015097721 L4_chemical_C3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.26383071 C6_control_A1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.00686619 C6_control_A3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.66888617 C6_control_B1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.50910311 C6_control_B2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.35949013 C6_control_B3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 11.86086904 C6_control_C1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 11.93295195 C6_control_C2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 10.99069778 C6_control_C3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.33589847 C6_chemical_A1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.95831552 C6_chemical_A3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.73791644 C6_chemical_B1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.37578911 C6_chemical_B2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.29172593 C6_chemical_B3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 11.94219073 C6_chemical_C1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 11.92610986 C6_chemical_C2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 11.16948745 C6_chemical_C3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.10742963 L4_control_A1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.22049598 L4_control_A2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.23095417 L4_control_A3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.30724257 L4_control_B1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.97926652 L4_control_B2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 11.78324107 L4_control_B3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 10.64640272 L4_control_C2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 10.87070254 L4_control_C3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.06845418 L4_chemical_A1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.75147884 L4_chemical_A2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.00665989 L4_chemical_A3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.45692254 L4_chemical_B1 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.45565796 L4_chemical_B2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 12.40492866 L4_chemical_B3 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 10.4499942 L4_chemical_C2 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 11.17822142 L4_chemical_C3 +LQ03X026030 Putative uncharacterized protein 7.982516473 C6_control_A1 +LQ03X026030 Putative uncharacterized protein 7.338469413 C6_control_A3 +LQ03X026030 Putative uncharacterized protein 8.51986507 C6_control_B1 +LQ03X026030 Putative uncharacterized protein 9.66071364 C6_control_B2 +LQ03X026030 Putative uncharacterized protein 9.6085064 C6_control_B3 +LQ03X026030 Putative uncharacterized protein 9.843234723 C6_control_C1 +LQ03X026030 Putative uncharacterized protein 10.1624096 C6_control_C2 +LQ03X026030 Putative uncharacterized protein 10.15496023 C6_control_C3 +LQ03X026030 Putative uncharacterized protein 7.716594586 C6_chemical_A1 +LQ03X026030 Putative uncharacterized protein 7.539935178 C6_chemical_A3 +LQ03X026030 Putative uncharacterized protein 8.467963996 C6_chemical_B1 +LQ03X026030 Putative uncharacterized protein 9.012597607 C6_chemical_B2 +LQ03X026030 Putative uncharacterized protein 9.605388619 C6_chemical_B3 +LQ03X026030 Putative uncharacterized protein 9.103565211 C6_chemical_C1 +LQ03X026030 Putative uncharacterized protein 9.518465833 C6_chemical_C2 +LQ03X026030 Putative uncharacterized protein 8.64896926 C6_chemical_C3 +LQ03X026030 Putative uncharacterized protein 7.688676191 L4_control_A1 +LQ03X026030 Putative uncharacterized protein 6.740476457 L4_control_A2 +LQ03X026030 Putative uncharacterized protein 8.573678973 L4_control_A3 +LQ03X026030 Putative uncharacterized protein 8.460637917 L4_control_B1 +LQ03X026030 Putative uncharacterized protein 6.621157193 L4_control_B2 +LQ03X026030 Putative uncharacterized protein 10.16497025 L4_control_B3 +LQ03X026030 Putative uncharacterized protein 8.808988227 L4_control_C2 +LQ03X026030 Putative uncharacterized protein 10.04445873 L4_control_C3 +LQ03X026030 Putative uncharacterized protein 8.030312576 L4_chemical_A1 +LQ03X026030 Putative uncharacterized protein 6.607902872 L4_chemical_A2 +LQ03X026030 Putative uncharacterized protein 7.849817605 L4_chemical_A3 +LQ03X026030 Putative uncharacterized protein 8.168524198 L4_chemical_B1 +LQ03X026030 Putative uncharacterized protein 7.597869967 L4_chemical_B2 +LQ03X026030 Putative uncharacterized protein 8.014875019 L4_chemical_B3 +LQ03X026030 Putative uncharacterized protein 8.151326136 L4_chemical_C2 +LQ03X026030 Putative uncharacterized protein 10.53473468 L4_chemical_C3 +LQ03X026040 Predicted protein 5.238849838 C6_control_A1 +LQ03X026040 Predicted protein 5.26345632 C6_control_A3 +LQ03X026040 Predicted protein 5.495735982 C6_control_B1 +LQ03X026040 Predicted protein 5.223593039 C6_control_B2 +LQ03X026040 Predicted protein 5.229347878 C6_control_B3 +LQ03X026040 Predicted protein 6.23818619 C6_control_C1 +LQ03X026040 Predicted protein 5.325838977 C6_control_C2 +LQ03X026040 Predicted protein 5.549916186 C6_control_C3 +LQ03X026040 Predicted protein 5.615048856 C6_chemical_A1 +LQ03X026040 Predicted protein 5.551247886 C6_chemical_A3 +LQ03X026040 Predicted protein 5.531607033 C6_chemical_B1 +LQ03X026040 Predicted protein 5.314834445 C6_chemical_B2 +LQ03X026040 Predicted protein 5.043000395 C6_chemical_B3 +LQ03X026040 Predicted protein 5.635445436 C6_chemical_C1 +LQ03X026040 Predicted protein 5.372933834 C6_chemical_C2 +LQ03X026040 Predicted protein 5.041070686 C6_chemical_C3 +LQ03X026040 Predicted protein 5.530853279 L4_control_A1 +LQ03X026040 Predicted protein 5.472495675 L4_control_A2 +LQ03X026040 Predicted protein 5.631855724 L4_control_A3 +LQ03X026040 Predicted protein 5.157592826 L4_control_B1 +LQ03X026040 Predicted protein 5.279287571 L4_control_B2 +LQ03X026040 Predicted protein 5.200128656 L4_control_B3 +LQ03X026040 Predicted protein 5.488074639 L4_control_C2 +LQ03X026040 Predicted protein 5.765618304 L4_control_C3 +LQ03X026040 Predicted protein 5.396212837 L4_chemical_A1 +LQ03X026040 Predicted protein 5.301120032 L4_chemical_A2 +LQ03X026040 Predicted protein 5.881225285 L4_chemical_A3 +LQ03X026040 Predicted protein 5.332755154 L4_chemical_B1 +LQ03X026040 Predicted protein 5.409569177 L4_chemical_B2 +LQ03X026040 Predicted protein 5.140645017 L4_chemical_B3 +LQ03X026040 Predicted protein 5.618075776 L4_chemical_C2 +LQ03X026040 Predicted protein 5.751551177 L4_chemical_C3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.305454659 C6_control_A1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.103116271 C6_control_A3 +LQ03X026050 Putative General transcription factor IIH subunit 5 6.265179369 C6_control_B1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.451592192 C6_control_B2 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.470290782 C6_control_B3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.974921651 C6_control_C1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.586569009 C6_control_C2 +LQ03X026050 Putative General transcription factor IIH subunit 5 6.009400438 C6_control_C3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.105786075 C6_chemical_A1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.222023868 C6_chemical_A3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.779964422 C6_chemical_B1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.472599156 C6_chemical_B2 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.666376048 C6_chemical_B3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.557924409 C6_chemical_C1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.760986474 C6_chemical_C2 +LQ03X026050 Putative General transcription factor IIH subunit 5 6.117842127 C6_chemical_C3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.374923678 L4_control_A1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.45630493 L4_control_A2 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.336057715 L4_control_A3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.267287901 L4_control_B1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.439611816 L4_control_B2 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.557433108 L4_control_B3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.854110081 L4_control_C2 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.288440182 L4_control_C3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.19566383 L4_chemical_A1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.42531049 L4_chemical_A2 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.327661636 L4_chemical_A3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.492352847 L4_chemical_B1 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.814200052 L4_chemical_B2 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.43972331 L4_chemical_B3 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.404624627 L4_chemical_C2 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.29815973 L4_chemical_C3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.013628986 C6_control_A1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.47203187 C6_control_A3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.442240761 C6_control_B1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.900450731 C6_control_B2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.305941282 C6_control_B3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.467263017 C6_control_C1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.682079384 C6_control_C2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.453096029 C6_control_C3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.02387459 C6_chemical_A1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.602354075 C6_chemical_A3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.948967188 C6_chemical_B1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.31266367 C6_chemical_B2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.998981555 C6_chemical_B3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.572027845 C6_chemical_C1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.303396015 C6_chemical_C2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.393847488 C6_chemical_C3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.969725981 L4_control_A1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.503078826 L4_control_A2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.388482565 L4_control_A3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.77521861 L4_control_B1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.531018389 L4_control_B2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.128373755 L4_control_B3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.436684586 L4_control_C2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.581390464 L4_control_C3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.827192924 L4_chemical_A1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.63129297 L4_chemical_A2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.327247884 L4_chemical_A3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.642446277 L4_chemical_B1 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.429535412 L4_chemical_B2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.294961773 L4_chemical_B3 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 5.546593442 L4_chemical_C2 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.210885559 L4_chemical_C3 +LQ03X026070 DNA binding protein, putative 11.65983309 C6_control_A1 +LQ03X026070 DNA binding protein, putative 11.88378494 C6_control_A3 +LQ03X026070 DNA binding protein, putative 10.43737421 C6_control_B1 +LQ03X026070 DNA binding protein, putative 10.26505829 C6_control_B2 +LQ03X026070 DNA binding protein, putative 10.04931985 C6_control_B3 +LQ03X026070 DNA binding protein, putative 11.19697064 C6_control_C1 +LQ03X026070 DNA binding protein, putative 10.54711043 C6_control_C2 +LQ03X026070 DNA binding protein, putative 11.55771415 C6_control_C3 +LQ03X026070 DNA binding protein, putative 11.18558348 C6_chemical_A1 +LQ03X026070 DNA binding protein, putative 11.75469741 C6_chemical_A3 +LQ03X026070 DNA binding protein, putative 9.674232381 C6_chemical_B1 +LQ03X026070 DNA binding protein, putative 9.925017888 C6_chemical_B2 +LQ03X026070 DNA binding protein, putative 10.12729806 C6_chemical_B3 +LQ03X026070 DNA binding protein, putative 11.13482208 C6_chemical_C1 +LQ03X026070 DNA binding protein, putative 10.58536507 C6_chemical_C2 +LQ03X026070 DNA binding protein, putative 11.11003396 C6_chemical_C3 +LQ03X026070 DNA binding protein, putative 11.85721666 L4_control_A1 +LQ03X026070 DNA binding protein, putative 11.70487318 L4_control_A2 +LQ03X026070 DNA binding protein, putative 12.3119953 L4_control_A3 +LQ03X026070 DNA binding protein, putative 10.00544004 L4_control_B1 +LQ03X026070 DNA binding protein, putative 9.875464952 L4_control_B2 +LQ03X026070 DNA binding protein, putative 10.71501285 L4_control_B3 +LQ03X026070 DNA binding protein, putative 10.52911548 L4_control_C2 +LQ03X026070 DNA binding protein, putative 10.81697312 L4_control_C3 +LQ03X026070 DNA binding protein, putative 11.46192519 L4_chemical_A1 +LQ03X026070 DNA binding protein, putative 11.08744027 L4_chemical_A2 +LQ03X026070 DNA binding protein, putative 12.26234719 L4_chemical_A3 +LQ03X026070 DNA binding protein, putative 10.19593759 L4_chemical_B1 +LQ03X026070 DNA binding protein, putative 10.27034477 L4_chemical_B2 +LQ03X026070 DNA binding protein, putative 10.85751574 L4_chemical_B3 +LQ03X026070 DNA binding protein, putative 10.48154215 L4_chemical_C2 +LQ03X026070 DNA binding protein, putative 10.77712168 L4_chemical_C3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.24947303 C6_control_A1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.232004932 C6_control_A3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 4.939285513 C6_control_B1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.482464204 C6_control_B2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.416914977 C6_control_B3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.576085159 C6_control_C1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.379962768 C6_control_C2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.138481337 C6_control_C3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.455622868 C6_chemical_A1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 4.856172535 C6_chemical_A3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.447262657 C6_chemical_B1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.257560406 C6_chemical_B2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 4.775001879 C6_chemical_B3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.113891412 C6_chemical_C1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.180714732 C6_chemical_C2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.130037577 C6_chemical_C3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 4.957361438 L4_control_A1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.423910415 L4_control_A2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.060418791 L4_control_A3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 4.868137131 L4_control_B1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.272067513 L4_control_B2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.266341464 L4_control_B3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.407608971 L4_control_C2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 4.761728876 L4_control_C3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.026189189 L4_chemical_A1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.268919056 L4_chemical_A2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.34336562 L4_chemical_A3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 4.974652484 L4_chemical_B1 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.031723285 L4_chemical_B2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.17137012 L4_chemical_B3 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.669742748 L4_chemical_C2 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.266440868 L4_chemical_C3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.246525729 C6_control_A1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.224083964 C6_control_A3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 4.956771808 C6_control_B1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.617801707 C6_control_B2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 4.993632701 C6_control_B3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.463708958 C6_control_C1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.380154704 C6_control_C2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.014301616 C6_control_C3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.29350925 C6_chemical_A1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.335035709 C6_chemical_A3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.731628616 C6_chemical_B1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.462374952 C6_chemical_B2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.149512955 C6_chemical_B3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.067772767 C6_chemical_C1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.28115516 C6_chemical_C2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.256632271 C6_chemical_C3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.208898407 L4_control_A1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.300312108 L4_control_A2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.680854025 L4_control_A3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.383190995 L4_control_B1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 4.658384476 L4_control_B2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.312587988 L4_control_B3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.125372543 L4_control_C2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.52964426 L4_control_C3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 4.777646777 L4_chemical_A1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 4.9882726 L4_chemical_A2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.630544075 L4_chemical_A3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.375857532 L4_chemical_B1 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.068805824 L4_chemical_B2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.167434991 L4_chemical_B3 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 4.781343384 L4_chemical_C2 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.214545273 L4_chemical_C3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.72212752 C6_control_A1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.695197381 C6_control_A3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.95245412 C6_control_B1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.864250409 C6_control_B2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.818601881 C6_control_B3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.081246106 C6_control_C1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.858671114 C6_control_C2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.33205904 C6_control_C3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.724359323 C6_chemical_A1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.757411723 C6_chemical_A3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.574233971 C6_chemical_B1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.659293418 C6_chemical_B2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.803556496 C6_chemical_B3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.059918027 C6_chemical_C1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.786797008 C6_chemical_C2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.986065264 C6_chemical_C3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.05542403 L4_control_A1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.126691047 L4_control_A2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.855474481 L4_control_A3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.280656749 L4_control_B1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.891089691 L4_control_B2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.851272001 L4_control_B3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.995832659 L4_control_C2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.774357227 L4_control_C3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.022194289 L4_chemical_A1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.727330173 L4_chemical_A2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.883547695 L4_chemical_A3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.113101262 L4_chemical_B1 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.293552706 L4_chemical_B2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.830703981 L4_chemical_B3 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 5.018386021 L4_chemical_C2 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 6.015960667 L4_chemical_C3 +LQ03X026160 Ycf49-like protein 13.22846731 C6_control_A1 +LQ03X026160 Ycf49-like protein 12.55825496 C6_control_A3 +LQ03X026160 Ycf49-like protein 13.45630063 C6_control_B1 +LQ03X026160 Ycf49-like protein 13.2526497 C6_control_B2 +LQ03X026160 Ycf49-like protein 13.31295322 C6_control_B3 +LQ03X026160 Ycf49-like protein 13.91054702 C6_control_C1 +LQ03X026160 Ycf49-like protein 13.39807021 C6_control_C2 +LQ03X026160 Ycf49-like protein 13.48159825 C6_control_C3 +LQ03X026160 Ycf49-like protein 13.1147306 C6_chemical_A1 +LQ03X026160 Ycf49-like protein 13.19622069 C6_chemical_A3 +LQ03X026160 Ycf49-like protein 13.43881687 C6_chemical_B1 +LQ03X026160 Ycf49-like protein 13.33161409 C6_chemical_B2 +LQ03X026160 Ycf49-like protein 13.14049581 C6_chemical_B3 +LQ03X026160 Ycf49-like protein 13.64437946 C6_chemical_C1 +LQ03X026160 Ycf49-like protein 13.7200541 C6_chemical_C2 +LQ03X026160 Ycf49-like protein 13.31936521 C6_chemical_C3 +LQ03X026160 Ycf49-like protein 13.08688827 L4_control_A1 +LQ03X026160 Ycf49-like protein 12.79043192 L4_control_A2 +LQ03X026160 Ycf49-like protein 12.88821063 L4_control_A3 +LQ03X026160 Ycf49-like protein 13.25915658 L4_control_B1 +LQ03X026160 Ycf49-like protein 13.68703874 L4_control_B2 +LQ03X026160 Ycf49-like protein 13.21910104 L4_control_B3 +LQ03X026160 Ycf49-like protein 14.4198557 L4_control_C2 +LQ03X026160 Ycf49-like protein 13.81974824 L4_control_C3 +LQ03X026160 Ycf49-like protein 12.89813575 L4_chemical_A1 +LQ03X026160 Ycf49-like protein 12.86915743 L4_chemical_A2 +LQ03X026160 Ycf49-like protein 12.6894499 L4_chemical_A3 +LQ03X026160 Ycf49-like protein 13.25128359 L4_chemical_B1 +LQ03X026160 Ycf49-like protein 13.79785155 L4_chemical_B2 +LQ03X026160 Ycf49-like protein 12.69919976 L4_chemical_B3 +LQ03X026160 Ycf49-like protein 14.27191787 L4_chemical_C2 +LQ03X026160 Ycf49-like protein 13.96454687 L4_chemical_C3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.95068763 C6_control_A1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.967090478 C6_control_A3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.90106071 C6_control_B1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.43399612 C6_control_B2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.394069739 C6_control_B3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.976310931 C6_control_C1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.09765008 C6_control_C2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.982508303 C6_control_C3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.05380888 C6_chemical_A1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.823125999 C6_chemical_A3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.792096191 C6_chemical_B1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.54714927 C6_chemical_B2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.340461307 C6_chemical_B3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.36555997 C6_chemical_C1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.21025127 C6_chemical_C2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.3902556 C6_chemical_C3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.1379036 L4_control_A1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.87912756 L4_control_A2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.874435019 L4_control_A3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.838280634 L4_control_B1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.510537027 L4_control_B2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.904741584 L4_control_B3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.19033856 L4_control_C2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 8.719044496 L4_control_C3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.45300632 L4_chemical_A1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 11.20198753 L4_chemical_A2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.34869672 L4_chemical_A3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.31114035 L4_chemical_B1 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.762768982 L4_chemical_B2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.887298764 L4_chemical_B3 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 9.994371433 L4_chemical_C2 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 8.509979805 L4_chemical_C3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.11305196 C6_control_A1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.60863424 C6_control_A3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.11547084 C6_control_B1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.54999015 C6_control_B2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.68205066 C6_control_B3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 9.871608504 C6_control_C1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.18132718 C6_control_C2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.05467159 C6_control_C3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.99879099 C6_chemical_A1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.26549663 C6_chemical_A3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.70836665 C6_chemical_B1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.6050497 C6_chemical_B2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.91753428 C6_chemical_B3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 9.617711969 C6_chemical_C1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 9.724420223 C6_chemical_C2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 9.476945446 C6_chemical_C3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.09390492 L4_control_A1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.12069461 L4_control_A2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.0338355 L4_control_A3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.18514052 L4_control_B1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.86366316 L4_control_B2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.99899593 L4_control_B3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 9.152576969 L4_control_C2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 9.034791728 L4_control_C3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.47787553 L4_chemical_A1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.19193294 L4_chemical_A2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.1778419 L4_chemical_A3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.12140551 L4_chemical_B1 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.51212753 L4_chemical_B2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 11.35811508 L4_chemical_B3 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 8.762072972 L4_chemical_C2 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 8.962279302 L4_chemical_C3 +LQ03X026210 Probable aminotransferase ACS10 11.20844477 C6_control_A1 +LQ03X026210 Probable aminotransferase ACS10 10.95998024 C6_control_A3 +LQ03X026210 Probable aminotransferase ACS10 11.7138087 C6_control_B1 +LQ03X026210 Probable aminotransferase ACS10 11.83629254 C6_control_B2 +LQ03X026210 Probable aminotransferase ACS10 11.54321503 C6_control_B3 +LQ03X026210 Probable aminotransferase ACS10 12.85300459 C6_control_C1 +LQ03X026210 Probable aminotransferase ACS10 12.77387821 C6_control_C2 +LQ03X026210 Probable aminotransferase ACS10 12.96522292 C6_control_C3 +LQ03X026210 Probable aminotransferase ACS10 11.28498114 C6_chemical_A1 +LQ03X026210 Probable aminotransferase ACS10 11.10827935 C6_chemical_A3 +LQ03X026210 Probable aminotransferase ACS10 11.80267437 C6_chemical_B1 +LQ03X026210 Probable aminotransferase ACS10 11.65400811 C6_chemical_B2 +LQ03X026210 Probable aminotransferase ACS10 11.66788845 C6_chemical_B3 +LQ03X026210 Probable aminotransferase ACS10 12.69181222 C6_chemical_C1 +LQ03X026210 Probable aminotransferase ACS10 12.85270672 C6_chemical_C2 +LQ03X026210 Probable aminotransferase ACS10 13.58683601 C6_chemical_C3 +LQ03X026210 Probable aminotransferase ACS10 11.35076184 L4_control_A1 +LQ03X026210 Probable aminotransferase ACS10 11.8519444 L4_control_A2 +LQ03X026210 Probable aminotransferase ACS10 11.23296049 L4_control_A3 +LQ03X026210 Probable aminotransferase ACS10 11.82257927 L4_control_B1 +LQ03X026210 Probable aminotransferase ACS10 11.71638998 L4_control_B2 +LQ03X026210 Probable aminotransferase ACS10 11.94494581 L4_control_B3 +LQ03X026210 Probable aminotransferase ACS10 13.41823891 L4_control_C2 +LQ03X026210 Probable aminotransferase ACS10 13.83215755 L4_control_C3 +LQ03X026210 Probable aminotransferase ACS10 11.11376517 L4_chemical_A1 +LQ03X026210 Probable aminotransferase ACS10 11.84401721 L4_chemical_A2 +LQ03X026210 Probable aminotransferase ACS10 11.38181965 L4_chemical_A3 +LQ03X026210 Probable aminotransferase ACS10 11.76551973 L4_chemical_B1 +LQ03X026210 Probable aminotransferase ACS10 11.97305844 L4_chemical_B2 +LQ03X026210 Probable aminotransferase ACS10 11.56392729 L4_chemical_B3 +LQ03X026210 Probable aminotransferase ACS10 13.3562982 L4_chemical_C2 +LQ03X026210 Probable aminotransferase ACS10 13.64868405 L4_chemical_C3 +LQ03X026220 Putative uncharacterized protein 9.508206743 C6_control_A1 +LQ03X026220 Putative uncharacterized protein 10.29268735 C6_control_A3 +LQ03X026220 Putative uncharacterized protein 7.360059545 C6_control_B1 +LQ03X026220 Putative uncharacterized protein 7.476797838 C6_control_B2 +LQ03X026220 Putative uncharacterized protein 7.258325059 C6_control_B3 +LQ03X026220 Putative uncharacterized protein 7.255398094 C6_control_C1 +LQ03X026220 Putative uncharacterized protein 6.79427826 C6_control_C2 +LQ03X026220 Putative uncharacterized protein 5.909128449 C6_control_C3 +LQ03X026220 Putative uncharacterized protein 9.843859461 C6_chemical_A1 +LQ03X026220 Putative uncharacterized protein 9.822162256 C6_chemical_A3 +LQ03X026220 Putative uncharacterized protein 7.789970644 C6_chemical_B1 +LQ03X026220 Putative uncharacterized protein 7.755261151 C6_chemical_B2 +LQ03X026220 Putative uncharacterized protein 7.810872855 C6_chemical_B3 +LQ03X026220 Putative uncharacterized protein 7.264273444 C6_chemical_C1 +LQ03X026220 Putative uncharacterized protein 6.814712419 C6_chemical_C2 +LQ03X026220 Putative uncharacterized protein 5.869034314 C6_chemical_C3 +LQ03X026220 Putative uncharacterized protein 9.664790815 L4_control_A1 +LQ03X026220 Putative uncharacterized protein 9.764965607 L4_control_A2 +LQ03X026220 Putative uncharacterized protein 10.82516483 L4_control_A3 +LQ03X026220 Putative uncharacterized protein 6.838368104 L4_control_B1 +LQ03X026220 Putative uncharacterized protein 7.110825059 L4_control_B2 +LQ03X026220 Putative uncharacterized protein 6.036075394 L4_control_B3 +LQ03X026220 Putative uncharacterized protein 6.663908891 L4_control_C2 +LQ03X026220 Putative uncharacterized protein 6.163402764 L4_control_C3 +LQ03X026220 Putative uncharacterized protein 9.133848941 L4_chemical_A1 +LQ03X026220 Putative uncharacterized protein 8.710670024 L4_chemical_A2 +LQ03X026220 Putative uncharacterized protein 10.54188094 L4_chemical_A3 +LQ03X026220 Putative uncharacterized protein 7.602025432 L4_chemical_B1 +LQ03X026220 Putative uncharacterized protein 7.42527116 L4_chemical_B2 +LQ03X026220 Putative uncharacterized protein 7.904703182 L4_chemical_B3 +LQ03X026220 Putative uncharacterized protein 5.757637524 L4_chemical_C2 +LQ03X026220 Putative uncharacterized protein 6.788220084 L4_chemical_C3 +LQ03X026250 Putative Solute carrier family 35 member E2 6.12195225 C6_control_A1 +LQ03X026250 Putative Solute carrier family 35 member E2 5.970484908 C6_control_A3 +LQ03X026250 Putative Solute carrier family 35 member E2 6.306507631 C6_control_B1 +LQ03X026250 Putative Solute carrier family 35 member E2 5.904256444 C6_control_B2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.747432935 C6_control_B3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.798787845 C6_control_C1 +LQ03X026250 Putative Solute carrier family 35 member E2 5.88797633 C6_control_C2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.775344395 C6_control_C3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.958165848 C6_chemical_A1 +LQ03X026250 Putative Solute carrier family 35 member E2 6.194311834 C6_chemical_A3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.693134594 C6_chemical_B1 +LQ03X026250 Putative Solute carrier family 35 member E2 6.197876939 C6_chemical_B2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.829021863 C6_chemical_B3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.654077977 C6_chemical_C1 +LQ03X026250 Putative Solute carrier family 35 member E2 5.658345928 C6_chemical_C2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.645755437 C6_chemical_C3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.396317245 L4_control_A1 +LQ03X026250 Putative Solute carrier family 35 member E2 6.189501656 L4_control_A2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.606666335 L4_control_A3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.509528121 L4_control_B1 +LQ03X026250 Putative Solute carrier family 35 member E2 6.123455305 L4_control_B2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.950786948 L4_control_B3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.379729452 L4_control_C2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.554898723 L4_control_C3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.40394597 L4_chemical_A1 +LQ03X026250 Putative Solute carrier family 35 member E2 5.457375022 L4_chemical_A2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.191287567 L4_chemical_A3 +LQ03X026250 Putative Solute carrier family 35 member E2 6.082285954 L4_chemical_B1 +LQ03X026250 Putative Solute carrier family 35 member E2 6.100868387 L4_chemical_B2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.473160357 L4_chemical_B3 +LQ03X026250 Putative Solute carrier family 35 member E2 5.725763461 L4_chemical_C2 +LQ03X026250 Putative Solute carrier family 35 member E2 5.99785442 L4_chemical_C3 +LQ03X026260 Putative uncharacterized protein 12.25450254 C6_control_A1 +LQ03X026260 Putative uncharacterized protein 12.99595697 C6_control_A3 +LQ03X026260 Putative uncharacterized protein 9.119060378 C6_control_B1 +LQ03X026260 Putative uncharacterized protein 7.708374211 C6_control_B2 +LQ03X026260 Putative uncharacterized protein 7.059009128 C6_control_B3 +LQ03X026260 Putative uncharacterized protein 9.368540607 C6_control_C1 +LQ03X026260 Putative uncharacterized protein 8.87599344 C6_control_C2 +LQ03X026260 Putative uncharacterized protein 9.593125684 C6_control_C3 +LQ03X026260 Putative uncharacterized protein 11.73657919 C6_chemical_A1 +LQ03X026260 Putative uncharacterized protein 13.06441807 C6_chemical_A3 +LQ03X026260 Putative uncharacterized protein 6.890535576 C6_chemical_B1 +LQ03X026260 Putative uncharacterized protein 7.182349762 C6_chemical_B2 +LQ03X026260 Putative uncharacterized protein 7.76679109 C6_chemical_B3 +LQ03X026260 Putative uncharacterized protein 8.87828703 C6_chemical_C1 +LQ03X026260 Putative uncharacterized protein 9.190507312 C6_chemical_C2 +LQ03X026260 Putative uncharacterized protein 9.042386534 C6_chemical_C3 +LQ03X026260 Putative uncharacterized protein 12.78684369 L4_control_A1 +LQ03X026260 Putative uncharacterized protein 12.1044896 L4_control_A2 +LQ03X026260 Putative uncharacterized protein 13.10651588 L4_control_A3 +LQ03X026260 Putative uncharacterized protein 8.052332627 L4_control_B1 +LQ03X026260 Putative uncharacterized protein 8.686626442 L4_control_B2 +LQ03X026260 Putative uncharacterized protein 8.311859888 L4_control_B3 +LQ03X026260 Putative uncharacterized protein 10.00332156 L4_control_C2 +LQ03X026260 Putative uncharacterized protein 8.575484088 L4_control_C3 +LQ03X026260 Putative uncharacterized protein 12.71600835 L4_chemical_A1 +LQ03X026260 Putative uncharacterized protein 11.64409749 L4_chemical_A2 +LQ03X026260 Putative uncharacterized protein 12.95703148 L4_chemical_A3 +LQ03X026260 Putative uncharacterized protein 8.999207218 L4_chemical_B1 +LQ03X026260 Putative uncharacterized protein 9.859243799 L4_chemical_B2 +LQ03X026260 Putative uncharacterized protein 10.71635007 L4_chemical_B3 +LQ03X026260 Putative uncharacterized protein 9.933053814 L4_chemical_C2 +LQ03X026260 Putative uncharacterized protein 9.111223209 L4_chemical_C3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.74236138 C6_control_A1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.81637194 C6_control_A3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.57965149 C6_control_B1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 12.88702981 C6_control_B2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.51430061 C6_control_B3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 12.89054517 C6_control_C1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 12.36628849 C6_control_C2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 12.89623083 C6_control_C3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.48288473 C6_chemical_A1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 14.12740854 C6_chemical_A3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.61062183 C6_chemical_B1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 12.55189459 C6_chemical_B2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.19340261 C6_chemical_B3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.03820368 C6_chemical_C1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 12.5851901 C6_chemical_C2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.08779569 C6_chemical_C3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 14.08455198 L4_control_A1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.24540033 L4_control_A2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.78927149 L4_control_A3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.43008504 L4_control_B1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 12.76381019 L4_control_B2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.23002653 L4_control_B3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.2474358 L4_control_C2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.43211705 L4_control_C3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.80155012 L4_chemical_A1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.14112393 L4_chemical_A2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.36068893 L4_chemical_A3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.46613761 L4_chemical_B1 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.20820123 L4_chemical_B2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 12.89647924 L4_chemical_B3 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.03602641 L4_chemical_C2 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.15355652 L4_chemical_C3 +LQ03X026350 Predicted protein 5.017848865 C6_control_A1 +LQ03X026350 Predicted protein 5.113173886 C6_control_A3 +LQ03X026350 Predicted protein 5.661333257 C6_control_B1 +LQ03X026350 Predicted protein 5.179251706 C6_control_B2 +LQ03X026350 Predicted protein 5.245773164 C6_control_B3 +LQ03X026350 Predicted protein 5.579213826 C6_control_C1 +LQ03X026350 Predicted protein 5.19870891 C6_control_C2 +LQ03X026350 Predicted protein 5.470826142 C6_control_C3 +LQ03X026350 Predicted protein 5.088185411 C6_chemical_A1 +LQ03X026350 Predicted protein 5.338359752 C6_chemical_A3 +LQ03X026350 Predicted protein 5.465798527 C6_chemical_B1 +LQ03X026350 Predicted protein 5.300839763 C6_chemical_B2 +LQ03X026350 Predicted protein 5.308371827 C6_chemical_B3 +LQ03X026350 Predicted protein 5.432765204 C6_chemical_C1 +LQ03X026350 Predicted protein 5.42042233 C6_chemical_C2 +LQ03X026350 Predicted protein 5.314167358 C6_chemical_C3 +LQ03X026350 Predicted protein 5.339852388 L4_control_A1 +LQ03X026350 Predicted protein 5.421506035 L4_control_A2 +LQ03X026350 Predicted protein 5.14667423 L4_control_A3 +LQ03X026350 Predicted protein 5.154795012 L4_control_B1 +LQ03X026350 Predicted protein 5.343570734 L4_control_B2 +LQ03X026350 Predicted protein 5.139017082 L4_control_B3 +LQ03X026350 Predicted protein 5.485639759 L4_control_C2 +LQ03X026350 Predicted protein 7.037358063 L4_control_C3 +LQ03X026350 Predicted protein 5.653632082 L4_chemical_A1 +LQ03X026350 Predicted protein 5.516723291 L4_chemical_A2 +LQ03X026350 Predicted protein 5.259327722 L4_chemical_A3 +LQ03X026350 Predicted protein 4.937891381 L4_chemical_B1 +LQ03X026350 Predicted protein 5.061354362 L4_chemical_B2 +LQ03X026350 Predicted protein 5.09890574 L4_chemical_B3 +LQ03X026350 Predicted protein 5.067129784 L4_chemical_C2 +LQ03X026350 Predicted protein 6.010000209 L4_chemical_C3 +LQ03X026360 Predicted protein 11.63868109 C6_control_A1 +LQ03X026360 Predicted protein 11.13434417 C6_control_A3 +LQ03X026360 Predicted protein 10.65453259 C6_control_B1 +LQ03X026360 Predicted protein 11.34219478 C6_control_B2 +LQ03X026360 Predicted protein 11.31481622 C6_control_B3 +LQ03X026360 Predicted protein 11.75835962 C6_control_C1 +LQ03X026360 Predicted protein 11.62944953 C6_control_C2 +LQ03X026360 Predicted protein 11.67536191 C6_control_C3 +LQ03X026360 Predicted protein 11.34719421 C6_chemical_A1 +LQ03X026360 Predicted protein 11.35086662 C6_chemical_A3 +LQ03X026360 Predicted protein 10.41925867 C6_chemical_B1 +LQ03X026360 Predicted protein 11.35049239 C6_chemical_B2 +LQ03X026360 Predicted protein 11.0459623 C6_chemical_B3 +LQ03X026360 Predicted protein 11.69082818 C6_chemical_C1 +LQ03X026360 Predicted protein 11.55606457 C6_chemical_C2 +LQ03X026360 Predicted protein 11.82966372 C6_chemical_C3 +LQ03X026360 Predicted protein 11.68669742 L4_control_A1 +LQ03X026360 Predicted protein 11.85265886 L4_control_A2 +LQ03X026360 Predicted protein 11.87053003 L4_control_A3 +LQ03X026360 Predicted protein 11.28433733 L4_control_B1 +LQ03X026360 Predicted protein 11.45815108 L4_control_B2 +LQ03X026360 Predicted protein 11.675849 L4_control_B3 +LQ03X026360 Predicted protein 11.23492923 L4_control_C2 +LQ03X026360 Predicted protein 11.33793008 L4_control_C3 +LQ03X026360 Predicted protein 11.44145381 L4_chemical_A1 +LQ03X026360 Predicted protein 11.70814002 L4_chemical_A2 +LQ03X026360 Predicted protein 11.59145223 L4_chemical_A3 +LQ03X026360 Predicted protein 10.71243836 L4_chemical_B1 +LQ03X026360 Predicted protein 11.12654317 L4_chemical_B2 +LQ03X026360 Predicted protein 11.63260959 L4_chemical_B3 +LQ03X026360 Predicted protein 11.15455305 L4_chemical_C2 +LQ03X026360 Predicted protein 11.05165778 L4_chemical_C3 +LQ03X026380 Putative Transcription factor bHLH120 9.36420623 C6_control_A1 +LQ03X026380 Putative Transcription factor bHLH120 10.03931707 C6_control_A3 +LQ03X026380 Putative Transcription factor bHLH120 8.31829941 C6_control_B1 +LQ03X026380 Putative Transcription factor bHLH120 9.037262994 C6_control_B2 +LQ03X026380 Putative Transcription factor bHLH120 9.017187221 C6_control_B3 +LQ03X026380 Putative Transcription factor bHLH120 9.757543038 C6_control_C1 +LQ03X026380 Putative Transcription factor bHLH120 10.43731832 C6_control_C2 +LQ03X026380 Putative Transcription factor bHLH120 10.07779514 C6_control_C3 +LQ03X026380 Putative Transcription factor bHLH120 9.292934522 C6_chemical_A1 +LQ03X026380 Putative Transcription factor bHLH120 9.482389411 C6_chemical_A3 +LQ03X026380 Putative Transcription factor bHLH120 7.835285682 C6_chemical_B1 +LQ03X026380 Putative Transcription factor bHLH120 8.488291339 C6_chemical_B2 +LQ03X026380 Putative Transcription factor bHLH120 8.658690092 C6_chemical_B3 +LQ03X026380 Putative Transcription factor bHLH120 9.301196097 C6_chemical_C1 +LQ03X026380 Putative Transcription factor bHLH120 9.923323625 C6_chemical_C2 +LQ03X026380 Putative Transcription factor bHLH120 9.879731429 C6_chemical_C3 +LQ03X026380 Putative Transcription factor bHLH120 8.907941838 L4_control_A1 +LQ03X026380 Putative Transcription factor bHLH120 9.133889785 L4_control_A2 +LQ03X026380 Putative Transcription factor bHLH120 10.3173053 L4_control_A3 +LQ03X026380 Putative Transcription factor bHLH120 7.26501603 L4_control_B1 +LQ03X026380 Putative Transcription factor bHLH120 8.243945729 L4_control_B2 +LQ03X026380 Putative Transcription factor bHLH120 9.552692622 L4_control_B3 +LQ03X026380 Putative Transcription factor bHLH120 9.777324405 L4_control_C2 +LQ03X026380 Putative Transcription factor bHLH120 9.936341743 L4_control_C3 +LQ03X026380 Putative Transcription factor bHLH120 9.207447876 L4_chemical_A1 +LQ03X026380 Putative Transcription factor bHLH120 8.921963164 L4_chemical_A2 +LQ03X026380 Putative Transcription factor bHLH120 9.542659959 L4_chemical_A3 +LQ03X026380 Putative Transcription factor bHLH120 7.894234329 L4_chemical_B1 +LQ03X026380 Putative Transcription factor bHLH120 7.002767085 L4_chemical_B2 +LQ03X026380 Putative Transcription factor bHLH120 8.325558421 L4_chemical_B3 +LQ03X026380 Putative Transcription factor bHLH120 10.12567659 L4_chemical_C2 +LQ03X026380 Putative Transcription factor bHLH120 9.602829507 L4_chemical_C3 +LQ03X026400 Putative Glyoxylate reductase 10.61563294 C6_control_A1 +LQ03X026400 Putative Glyoxylate reductase 11.3035718 C6_control_A3 +LQ03X026400 Putative Glyoxylate reductase 10.27601797 C6_control_B1 +LQ03X026400 Putative Glyoxylate reductase 9.332901754 C6_control_B2 +LQ03X026400 Putative Glyoxylate reductase 10.24579315 C6_control_B3 +LQ03X026400 Putative Glyoxylate reductase 9.671994946 C6_control_C1 +LQ03X026400 Putative Glyoxylate reductase 9.654044171 C6_control_C2 +LQ03X026400 Putative Glyoxylate reductase 9.984920609 C6_control_C3 +LQ03X026400 Putative Glyoxylate reductase 10.49218926 C6_chemical_A1 +LQ03X026400 Putative Glyoxylate reductase 11.24111765 C6_chemical_A3 +LQ03X026400 Putative Glyoxylate reductase 10.36449448 C6_chemical_B1 +LQ03X026400 Putative Glyoxylate reductase 9.203263901 C6_chemical_B2 +LQ03X026400 Putative Glyoxylate reductase 9.983783084 C6_chemical_B3 +LQ03X026400 Putative Glyoxylate reductase 9.357088439 C6_chemical_C1 +LQ03X026400 Putative Glyoxylate reductase 9.497927405 C6_chemical_C2 +LQ03X026400 Putative Glyoxylate reductase 9.882748821 C6_chemical_C3 +LQ03X026400 Putative Glyoxylate reductase 11.14604474 L4_control_A1 +LQ03X026400 Putative Glyoxylate reductase 11.07577494 L4_control_A2 +LQ03X026400 Putative Glyoxylate reductase 12.09101289 L4_control_A3 +LQ03X026400 Putative Glyoxylate reductase 11.17384385 L4_control_B1 +LQ03X026400 Putative Glyoxylate reductase 11.50363143 L4_control_B2 +LQ03X026400 Putative Glyoxylate reductase 10.57519306 L4_control_B3 +LQ03X026400 Putative Glyoxylate reductase 11.41454335 L4_control_C2 +LQ03X026400 Putative Glyoxylate reductase 11.65490183 L4_control_C3 +LQ03X026400 Putative Glyoxylate reductase 10.9917521 L4_chemical_A1 +LQ03X026400 Putative Glyoxylate reductase 11.20826872 L4_chemical_A2 +LQ03X026400 Putative Glyoxylate reductase 11.72246196 L4_chemical_A3 +LQ03X026400 Putative Glyoxylate reductase 11.41172628 L4_chemical_B1 +LQ03X026400 Putative Glyoxylate reductase 11.09673549 L4_chemical_B2 +LQ03X026400 Putative Glyoxylate reductase 10.76662537 L4_chemical_B3 +LQ03X026400 Putative Glyoxylate reductase 11.34782233 L4_chemical_C2 +LQ03X026400 Putative Glyoxylate reductase 11.50185932 L4_chemical_C3 +LQ03X026420 Leucoanthocyanidin dioxygenase 14.68173187 C6_control_A1 +LQ03X026420 Leucoanthocyanidin dioxygenase 14.63444844 C6_control_A3 +LQ03X026420 Leucoanthocyanidin dioxygenase 13.95633098 C6_control_B1 +LQ03X026420 Leucoanthocyanidin dioxygenase 10.89510699 C6_control_B2 +LQ03X026420 Leucoanthocyanidin dioxygenase 11.05707097 C6_control_B3 +LQ03X026420 Leucoanthocyanidin dioxygenase 9.701895048 C6_control_C1 +LQ03X026420 Leucoanthocyanidin dioxygenase 9.603297196 C6_control_C2 +LQ03X026420 Leucoanthocyanidin dioxygenase 9.42129993 C6_control_C3 +LQ03X026420 Leucoanthocyanidin dioxygenase 15.28339701 C6_chemical_A1 +LQ03X026420 Leucoanthocyanidin dioxygenase 15.2961232 C6_chemical_A3 +LQ03X026420 Leucoanthocyanidin dioxygenase 13.81955532 C6_chemical_B1 +LQ03X026420 Leucoanthocyanidin dioxygenase 10.07627282 C6_chemical_B2 +LQ03X026420 Leucoanthocyanidin dioxygenase 11.81802278 C6_chemical_B3 +LQ03X026420 Leucoanthocyanidin dioxygenase 10.00814744 C6_chemical_C1 +LQ03X026420 Leucoanthocyanidin dioxygenase 8.569289005 C6_chemical_C2 +LQ03X026420 Leucoanthocyanidin dioxygenase 9.655198603 C6_chemical_C3 +LQ03X026420 Leucoanthocyanidin dioxygenase 15.23538372 L4_control_A1 +LQ03X026420 Leucoanthocyanidin dioxygenase 13.69956373 L4_control_A2 +LQ03X026420 Leucoanthocyanidin dioxygenase 13.58327976 L4_control_A3 +LQ03X026420 Leucoanthocyanidin dioxygenase 11.03388694 L4_control_B1 +LQ03X026420 Leucoanthocyanidin dioxygenase 12.79251147 L4_control_B2 +LQ03X026420 Leucoanthocyanidin dioxygenase 8.625734486 L4_control_B3 +LQ03X026420 Leucoanthocyanidin dioxygenase 8.342867325 L4_control_C2 +LQ03X026420 Leucoanthocyanidin dioxygenase 6.961973215 L4_control_C3 +LQ03X026420 Leucoanthocyanidin dioxygenase 14.68477206 L4_chemical_A1 +LQ03X026420 Leucoanthocyanidin dioxygenase 13.56631082 L4_chemical_A2 +LQ03X026420 Leucoanthocyanidin dioxygenase 14.30974461 L4_chemical_A3 +LQ03X026420 Leucoanthocyanidin dioxygenase 13.33354285 L4_chemical_B1 +LQ03X026420 Leucoanthocyanidin dioxygenase 12.92887576 L4_chemical_B2 +LQ03X026420 Leucoanthocyanidin dioxygenase 13.23667688 L4_chemical_B3 +LQ03X026420 Leucoanthocyanidin dioxygenase 9.703573446 L4_chemical_C2 +LQ03X026420 Leucoanthocyanidin dioxygenase 9.415481366 L4_chemical_C3 +LQ03X026460 Protein FIZZY-RELATED 2 11.60119309 C6_control_A1 +LQ03X026460 Protein FIZZY-RELATED 2 11.72036743 C6_control_A3 +LQ03X026460 Protein FIZZY-RELATED 2 12.14912622 C6_control_B1 +LQ03X026460 Protein FIZZY-RELATED 2 12.17189214 C6_control_B2 +LQ03X026460 Protein FIZZY-RELATED 2 12.16864694 C6_control_B3 +LQ03X026460 Protein FIZZY-RELATED 2 11.82443373 C6_control_C1 +LQ03X026460 Protein FIZZY-RELATED 2 11.88163798 C6_control_C2 +LQ03X026460 Protein FIZZY-RELATED 2 11.75039918 C6_control_C3 +LQ03X026460 Protein FIZZY-RELATED 2 11.59296801 C6_chemical_A1 +LQ03X026460 Protein FIZZY-RELATED 2 11.60017977 C6_chemical_A3 +LQ03X026460 Protein FIZZY-RELATED 2 12.12459877 C6_chemical_B1 +LQ03X026460 Protein FIZZY-RELATED 2 12.10762577 C6_chemical_B2 +LQ03X026460 Protein FIZZY-RELATED 2 11.88835607 C6_chemical_B3 +LQ03X026460 Protein FIZZY-RELATED 2 11.88621275 C6_chemical_C1 +LQ03X026460 Protein FIZZY-RELATED 2 11.86600385 C6_chemical_C2 +LQ03X026460 Protein FIZZY-RELATED 2 11.76742981 C6_chemical_C3 +LQ03X026460 Protein FIZZY-RELATED 2 11.79842261 L4_control_A1 +LQ03X026460 Protein FIZZY-RELATED 2 11.63955959 L4_control_A2 +LQ03X026460 Protein FIZZY-RELATED 2 10.76192199 L4_control_A3 +LQ03X026460 Protein FIZZY-RELATED 2 12.33030567 L4_control_B1 +LQ03X026460 Protein FIZZY-RELATED 2 12.26113149 L4_control_B2 +LQ03X026460 Protein FIZZY-RELATED 2 12.19937284 L4_control_B3 +LQ03X026460 Protein FIZZY-RELATED 2 11.33824851 L4_control_C2 +LQ03X026460 Protein FIZZY-RELATED 2 11.67632583 L4_control_C3 +LQ03X026460 Protein FIZZY-RELATED 2 11.97765622 L4_chemical_A1 +LQ03X026460 Protein FIZZY-RELATED 2 11.70355123 L4_chemical_A2 +LQ03X026460 Protein FIZZY-RELATED 2 11.03308219 L4_chemical_A3 +LQ03X026460 Protein FIZZY-RELATED 2 12.10845123 L4_chemical_B1 +LQ03X026460 Protein FIZZY-RELATED 2 12.11111166 L4_chemical_B2 +LQ03X026460 Protein FIZZY-RELATED 2 12.28514459 L4_chemical_B3 +LQ03X026460 Protein FIZZY-RELATED 2 11.50980763 L4_chemical_C2 +LQ03X026460 Protein FIZZY-RELATED 2 11.82364363 L4_chemical_C3 +LQ03X026470 Putative uncharacterized protein 9.253296661 C6_control_A1 +LQ03X026470 Putative uncharacterized protein 9.646038471 C6_control_A3 +LQ03X026470 Putative uncharacterized protein 9.644989038 C6_control_B1 +LQ03X026470 Putative uncharacterized protein 8.476970582 C6_control_B2 +LQ03X026470 Putative uncharacterized protein 9.483331887 C6_control_B3 +LQ03X026470 Putative uncharacterized protein 8.964336245 C6_control_C1 +LQ03X026470 Putative uncharacterized protein 8.40007038 C6_control_C2 +LQ03X026470 Putative uncharacterized protein 9.183343728 C6_control_C3 +LQ03X026470 Putative uncharacterized protein 8.90863345 C6_chemical_A1 +LQ03X026470 Putative uncharacterized protein 9.908060921 C6_chemical_A3 +LQ03X026470 Putative uncharacterized protein 9.541563586 C6_chemical_B1 +LQ03X026470 Putative uncharacterized protein 8.080781739 C6_chemical_B2 +LQ03X026470 Putative uncharacterized protein 9.118740948 C6_chemical_B3 +LQ03X026470 Putative uncharacterized protein 8.688804153 C6_chemical_C1 +LQ03X026470 Putative uncharacterized protein 8.247102775 C6_chemical_C2 +LQ03X026470 Putative uncharacterized protein 9.196790099 C6_chemical_C3 +LQ03X026470 Putative uncharacterized protein 9.367352363 L4_control_A1 +LQ03X026470 Putative uncharacterized protein 9.649274988 L4_control_A2 +LQ03X026470 Putative uncharacterized protein 11.31625142 L4_control_A3 +LQ03X026470 Putative uncharacterized protein 10.57324878 L4_control_B1 +LQ03X026470 Putative uncharacterized protein 10.74659065 L4_control_B2 +LQ03X026470 Putative uncharacterized protein 9.775421029 L4_control_B3 +LQ03X026470 Putative uncharacterized protein 10.85516858 L4_control_C2 +LQ03X026470 Putative uncharacterized protein 10.91026864 L4_control_C3 +LQ03X026470 Putative uncharacterized protein 11.16116644 L4_chemical_A1 +LQ03X026470 Putative uncharacterized protein 11.68316883 L4_chemical_A2 +LQ03X026470 Putative uncharacterized protein 11.39732113 L4_chemical_A3 +LQ03X026470 Putative uncharacterized protein 11.69236808 L4_chemical_B1 +LQ03X026470 Putative uncharacterized protein 11.87632813 L4_chemical_B2 +LQ03X026470 Putative uncharacterized protein 9.470733157 L4_chemical_B3 +LQ03X026470 Putative uncharacterized protein 10.4904314 L4_chemical_C2 +LQ03X026470 Putative uncharacterized protein 10.58739596 L4_chemical_C3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.569290677 C6_control_A1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.404347065 C6_control_A3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.965250375 C6_control_B1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.62786778 C6_control_B2 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.855953514 C6_control_B3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.731806831 C6_control_C1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.48478171 C6_control_C2 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.776473136 C6_control_C3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.419596892 C6_chemical_A1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.734096984 C6_chemical_A3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.652297152 C6_chemical_B1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.506963314 C6_chemical_B2 +LQ03X026480 Agamous-like MADS-box protein AGL19 5.024558603 C6_chemical_B3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.686332833 C6_chemical_C1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.440101925 C6_chemical_C2 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.821529522 C6_chemical_C3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.495802819 L4_control_A1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.774338426 L4_control_A2 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.88443709 L4_control_A3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.725915648 L4_control_B1 +LQ03X026480 Agamous-like MADS-box protein AGL19 5.147727506 L4_control_B2 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.670884431 L4_control_B3 +LQ03X026480 Agamous-like MADS-box protein AGL19 5.291593678 L4_control_C2 +LQ03X026480 Agamous-like MADS-box protein AGL19 5.506341636 L4_control_C3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.680772288 L4_chemical_A1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.809686532 L4_chemical_A2 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.950961143 L4_chemical_A3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.85521851 L4_chemical_B1 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.863976768 L4_chemical_B2 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.69411134 L4_chemical_B3 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.944207187 L4_chemical_C2 +LQ03X026480 Agamous-like MADS-box protein AGL19 5.51692223 L4_chemical_C3 +LQ03X026490 Putative uncharacterized protein 6.04089613 C6_control_A1 +LQ03X026490 Putative uncharacterized protein 5.992350992 C6_control_A3 +LQ03X026490 Putative uncharacterized protein 5.774271357 C6_control_B1 +LQ03X026490 Putative uncharacterized protein 5.943741296 C6_control_B2 +LQ03X026490 Putative uncharacterized protein 6.380379718 C6_control_B3 +LQ03X026490 Putative uncharacterized protein 5.838287383 C6_control_C1 +LQ03X026490 Putative uncharacterized protein 6.205843776 C6_control_C2 +LQ03X026490 Putative uncharacterized protein 6.405850972 C6_control_C3 +LQ03X026490 Putative uncharacterized protein 6.089278766 C6_chemical_A1 +LQ03X026490 Putative uncharacterized protein 5.584287258 C6_chemical_A3 +LQ03X026490 Putative uncharacterized protein 5.987800362 C6_chemical_B1 +LQ03X026490 Putative uncharacterized protein 6.089985982 C6_chemical_B2 +LQ03X026490 Putative uncharacterized protein 6.217764683 C6_chemical_B3 +LQ03X026490 Putative uncharacterized protein 6.002113775 C6_chemical_C1 +LQ03X026490 Putative uncharacterized protein 6.070024942 C6_chemical_C2 +LQ03X026490 Putative uncharacterized protein 6.229365994 C6_chemical_C3 +LQ03X026490 Putative uncharacterized protein 5.61761566 L4_control_A1 +LQ03X026490 Putative uncharacterized protein 6.058249225 L4_control_A2 +LQ03X026490 Putative uncharacterized protein 6.025212402 L4_control_A3 +LQ03X026490 Putative uncharacterized protein 6.182476408 L4_control_B1 +LQ03X026490 Putative uncharacterized protein 6.141555099 L4_control_B2 +LQ03X026490 Putative uncharacterized protein 6.321647016 L4_control_B3 +LQ03X026490 Putative uncharacterized protein 6.177361348 L4_control_C2 +LQ03X026490 Putative uncharacterized protein 6.311985554 L4_control_C3 +LQ03X026490 Putative uncharacterized protein 5.717144244 L4_chemical_A1 +LQ03X026490 Putative uncharacterized protein 6.027308285 L4_chemical_A2 +LQ03X026490 Putative uncharacterized protein 5.794902916 L4_chemical_A3 +LQ03X026490 Putative uncharacterized protein 6.421626633 L4_chemical_B1 +LQ03X026490 Putative uncharacterized protein 6.518638037 L4_chemical_B2 +LQ03X026490 Putative uncharacterized protein 5.779198458 L4_chemical_B3 +LQ03X026490 Putative uncharacterized protein 5.905901096 L4_chemical_C2 +LQ03X026490 Putative uncharacterized protein 6.377957682 L4_chemical_C3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.721799774 C6_control_A1 +LQ03X026500 Homeobox protein knotted-1-like 7 5.099745307 C6_control_A3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.715285925 C6_control_B1 +LQ03X026500 Homeobox protein knotted-1-like 7 4.659786667 C6_control_B2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.875497669 C6_control_B3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.666808127 C6_control_C1 +LQ03X026500 Homeobox protein knotted-1-like 7 4.666025052 C6_control_C2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.858250274 C6_control_C3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.806050807 C6_chemical_A1 +LQ03X026500 Homeobox protein knotted-1-like 7 4.877504729 C6_chemical_A3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.776485242 C6_chemical_B1 +LQ03X026500 Homeobox protein knotted-1-like 7 4.712643115 C6_chemical_B2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.607435343 C6_chemical_B3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.665841573 C6_chemical_C1 +LQ03X026500 Homeobox protein knotted-1-like 7 4.682264694 C6_chemical_C2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.99297478 C6_chemical_C3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.66735602 L4_control_A1 +LQ03X026500 Homeobox protein knotted-1-like 7 4.971591512 L4_control_A2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.794164539 L4_control_A3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.949542548 L4_control_B1 +LQ03X026500 Homeobox protein knotted-1-like 7 5.277931615 L4_control_B2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.698670935 L4_control_B3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.964328084 L4_control_C2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.877291771 L4_control_C3 +LQ03X026500 Homeobox protein knotted-1-like 7 4.815121092 L4_chemical_A1 +LQ03X026500 Homeobox protein knotted-1-like 7 4.604083076 L4_chemical_A2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.829844802 L4_chemical_A3 +LQ03X026500 Homeobox protein knotted-1-like 7 5.088411419 L4_chemical_B1 +LQ03X026500 Homeobox protein knotted-1-like 7 5.070757812 L4_chemical_B2 +LQ03X026500 Homeobox protein knotted-1-like 7 4.918307141 L4_chemical_B3 +LQ03X026500 Homeobox protein knotted-1-like 7 5.079884114 L4_chemical_C2 +LQ03X026500 Homeobox protein knotted-1-like 7 5.169578435 L4_chemical_C3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 14.02496354 C6_control_A1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.86722409 C6_control_A3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.77674983 C6_control_B1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.22695052 C6_control_B2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.73356789 C6_control_B3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.27072983 C6_control_C1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.05738237 C6_control_C2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 11.76137598 C6_control_C3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.78271603 C6_chemical_A1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.55576704 C6_chemical_A3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.31860364 C6_chemical_B1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.1945157 C6_chemical_B2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.24104769 C6_chemical_B3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.04998297 C6_chemical_C1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 11.76653321 C6_chemical_C2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 11.64508847 C6_chemical_C3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.68936856 L4_control_A1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.60922891 L4_control_A2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.69856626 L4_control_A3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.24768151 L4_control_B1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.64461789 L4_control_B2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.16071041 L4_control_B3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.07616267 L4_control_C2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.40340221 L4_control_C3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.75028705 L4_chemical_A1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.80308184 L4_chemical_A2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.56274644 L4_chemical_A3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.40284002 L4_chemical_B1 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.98160298 L4_chemical_B2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.7006759 L4_chemical_B3 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.02871756 L4_chemical_C2 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 12.02792376 L4_chemical_C3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.366484852 C6_control_A1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 6.209092113 C6_control_A3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.638780051 C6_control_B1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.431244641 C6_control_B2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.280305688 C6_control_B3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.053330761 C6_control_C1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 7.026410989 C6_control_C2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.774996932 C6_control_C3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.129894253 C6_chemical_A1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 4.894405938 C6_chemical_A3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.361198164 C6_chemical_B1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.537218669 C6_chemical_B2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.372133509 C6_chemical_B3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.578155719 C6_chemical_C1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.627828059 C6_chemical_C2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.401613265 C6_chemical_C3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.294655166 L4_control_A1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.163782507 L4_control_A2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.508172679 L4_control_A3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 4.673438661 L4_control_B1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.388004925 L4_control_B2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.223678633 L4_control_B3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.212089126 L4_control_C2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.492827863 L4_control_C3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.019653209 L4_chemical_A1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.211910836 L4_chemical_A2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.075965938 L4_chemical_A3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.360761597 L4_chemical_B1 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.678042047 L4_chemical_B2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.575257344 L4_chemical_B3 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 4.781208725 L4_chemical_C2 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.883403292 L4_chemical_C3 +LQ03X026580 Putative Transcription factor TCP9 11.67597582 C6_control_A1 +LQ03X026580 Putative Transcription factor TCP9 11.54400746 C6_control_A3 +LQ03X026580 Putative Transcription factor TCP9 12.25390522 C6_control_B1 +LQ03X026580 Putative Transcription factor TCP9 11.6860905 C6_control_B2 +LQ03X026580 Putative Transcription factor TCP9 12.22283218 C6_control_B3 +LQ03X026580 Putative Transcription factor TCP9 10.85933206 C6_control_C1 +LQ03X026580 Putative Transcription factor TCP9 10.99460237 C6_control_C2 +LQ03X026580 Putative Transcription factor TCP9 10.90873537 C6_control_C3 +LQ03X026580 Putative Transcription factor TCP9 12.01561166 C6_chemical_A1 +LQ03X026580 Putative Transcription factor TCP9 11.61113295 C6_chemical_A3 +LQ03X026580 Putative Transcription factor TCP9 12.55007278 C6_chemical_B1 +LQ03X026580 Putative Transcription factor TCP9 11.77658494 C6_chemical_B2 +LQ03X026580 Putative Transcription factor TCP9 12.39133263 C6_chemical_B3 +LQ03X026580 Putative Transcription factor TCP9 10.7442822 C6_chemical_C1 +LQ03X026580 Putative Transcription factor TCP9 10.84960743 C6_chemical_C2 +LQ03X026580 Putative Transcription factor TCP9 10.68461965 C6_chemical_C3 +LQ03X026580 Putative Transcription factor TCP9 11.75146845 L4_control_A1 +LQ03X026580 Putative Transcription factor TCP9 11.88197641 L4_control_A2 +LQ03X026580 Putative Transcription factor TCP9 12.36613309 L4_control_A3 +LQ03X026580 Putative Transcription factor TCP9 12.76968696 L4_control_B1 +LQ03X026580 Putative Transcription factor TCP9 13.05371458 L4_control_B2 +LQ03X026580 Putative Transcription factor TCP9 12.0653578 L4_control_B3 +LQ03X026580 Putative Transcription factor TCP9 12.40598449 L4_control_C2 +LQ03X026580 Putative Transcription factor TCP9 12.45192511 L4_control_C3 +LQ03X026580 Putative Transcription factor TCP9 10.94971996 L4_chemical_A1 +LQ03X026580 Putative Transcription factor TCP9 11.80332982 L4_chemical_A2 +LQ03X026580 Putative Transcription factor TCP9 11.87564079 L4_chemical_A3 +LQ03X026580 Putative Transcription factor TCP9 12.60715642 L4_chemical_B1 +LQ03X026580 Putative Transcription factor TCP9 12.7805845 L4_chemical_B2 +LQ03X026580 Putative Transcription factor TCP9 12.16881194 L4_chemical_B3 +LQ03X026580 Putative Transcription factor TCP9 12.88899946 L4_chemical_C2 +LQ03X026580 Putative Transcription factor TCP9 12.30826094 L4_chemical_C3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.85445221 C6_control_A1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 13.34490035 C6_control_A3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.30757891 C6_control_B1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.36234289 C6_control_B2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.82166976 C6_control_B3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.28253394 C6_control_C1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.39917987 C6_control_C2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.26343647 C6_control_C3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 13.18003746 C6_chemical_A1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 13.03090896 C6_chemical_A3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.35082344 C6_chemical_B1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.57794821 C6_chemical_B2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.92061957 C6_chemical_B3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 10.90106988 C6_chemical_C1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 10.94172535 C6_chemical_C2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.40266708 C6_chemical_C3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 13.35904821 L4_control_A1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 13.27246993 L4_control_A2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 13.34873443 L4_control_A3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.72226967 L4_control_B1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.43661495 L4_control_B2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.44639493 L4_control_B3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.69216893 L4_control_C2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.86593778 L4_control_C3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.45406321 L4_chemical_A1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.53642582 L4_chemical_A2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.85805895 L4_chemical_A3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.66590299 L4_chemical_B1 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.71472586 L4_chemical_B2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 12.90401684 L4_chemical_B3 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.52292067 L4_chemical_C2 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 11.63385872 L4_chemical_C3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.512737682 C6_control_A1 +LQ03X026620 Uncharacterized membrane protein At1g63010 4.961225183 C6_control_A3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.96880298 C6_control_B1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.608573214 C6_control_B2 +LQ03X026620 Uncharacterized membrane protein At1g63010 6.056548561 C6_control_B3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.882513391 C6_control_C1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.352840562 C6_control_C2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.608806722 C6_control_C3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.624759436 C6_chemical_A1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.445936645 C6_chemical_A3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.689144294 C6_chemical_B1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.386028358 C6_chemical_B2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.924171203 C6_chemical_B3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.580495663 C6_chemical_C1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.650497354 C6_chemical_C2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.2820047 C6_chemical_C3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.387244506 L4_control_A1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.629235815 L4_control_A2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.515792759 L4_control_A3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.266533868 L4_control_B1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.261614218 L4_control_B2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.733846085 L4_control_B3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.484163139 L4_control_C2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.27429552 L4_control_C3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.25474454 L4_chemical_A1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.657371686 L4_chemical_A2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.012157058 L4_chemical_A3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.435020616 L4_chemical_B1 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.39632604 L4_chemical_B2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.900480922 L4_chemical_B3 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.72688067 L4_chemical_C2 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.48955751 L4_chemical_C3 +LQ03X026640 DNA-directed RNA polymerase 8.089386422 C6_control_A1 +LQ03X026640 DNA-directed RNA polymerase 6.56236498 C6_control_A3 +LQ03X026640 DNA-directed RNA polymerase 7.100662933 C6_control_B1 +LQ03X026640 DNA-directed RNA polymerase 7.579922976 C6_control_B2 +LQ03X026640 DNA-directed RNA polymerase 7.244870733 C6_control_B3 +LQ03X026640 DNA-directed RNA polymerase 7.526076505 C6_control_C1 +LQ03X026640 DNA-directed RNA polymerase 7.414750233 C6_control_C2 +LQ03X026640 DNA-directed RNA polymerase 7.034129937 C6_control_C3 +LQ03X026640 DNA-directed RNA polymerase 8.216609354 C6_chemical_A1 +LQ03X026640 DNA-directed RNA polymerase 7.672977371 C6_chemical_A3 +LQ03X026640 DNA-directed RNA polymerase 7.261742285 C6_chemical_B1 +LQ03X026640 DNA-directed RNA polymerase 7.487862924 C6_chemical_B2 +LQ03X026640 DNA-directed RNA polymerase 6.721685284 C6_chemical_B3 +LQ03X026640 DNA-directed RNA polymerase 7.42006291 C6_chemical_C1 +LQ03X026640 DNA-directed RNA polymerase 7.115346688 C6_chemical_C2 +LQ03X026640 DNA-directed RNA polymerase 7.275901464 C6_chemical_C3 +LQ03X026640 DNA-directed RNA polymerase 7.850377658 L4_control_A1 +LQ03X026640 DNA-directed RNA polymerase 7.965776409 L4_control_A2 +LQ03X026640 DNA-directed RNA polymerase 8.91324615 L4_control_A3 +LQ03X026640 DNA-directed RNA polymerase 7.356676096 L4_control_B1 +LQ03X026640 DNA-directed RNA polymerase 7.180984583 L4_control_B2 +LQ03X026640 DNA-directed RNA polymerase 7.691678828 L4_control_B3 +LQ03X026640 DNA-directed RNA polymerase 7.734084638 L4_control_C2 +LQ03X026640 DNA-directed RNA polymerase 7.642788887 L4_control_C3 +LQ03X026640 DNA-directed RNA polymerase 7.85416288 L4_chemical_A1 +LQ03X026640 DNA-directed RNA polymerase 8.578450797 L4_chemical_A2 +LQ03X026640 DNA-directed RNA polymerase 8.408361821 L4_chemical_A3 +LQ03X026640 DNA-directed RNA polymerase 7.604161691 L4_chemical_B1 +LQ03X026640 DNA-directed RNA polymerase 8.561758832 L4_chemical_B2 +LQ03X026640 DNA-directed RNA polymerase 7.552102231 L4_chemical_B3 +LQ03X026640 DNA-directed RNA polymerase 8.770736824 L4_chemical_C2 +LQ03X026640 DNA-directed RNA polymerase 7.81281293 L4_chemical_C3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.598205325 C6_control_A1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.738022112 C6_control_A3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.658980445 C6_control_B1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.520337861 C6_control_B2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.453231552 C6_control_B3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 6.369953284 C6_control_C1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.815076143 C6_control_C2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 6.378295475 C6_control_C3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.834376673 C6_chemical_A1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.777774282 C6_chemical_A3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.333857758 C6_chemical_B1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.572031475 C6_chemical_B2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.950012559 C6_chemical_B3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.828607276 C6_chemical_C1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.879446557 C6_chemical_C2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 6.245701909 C6_chemical_C3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.567258916 L4_control_A1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.921434991 L4_control_A2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.472869383 L4_control_A3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.828182679 L4_control_B1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.774840802 L4_control_B2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.33741179 L4_control_B3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 6.419651088 L4_control_C2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.583233993 L4_control_C3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.607531116 L4_chemical_A1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.545563127 L4_chemical_A2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.546241753 L4_chemical_A3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.79376097 L4_chemical_B1 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.644041977 L4_chemical_B2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.364531228 L4_chemical_B3 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 6.356617252 L4_chemical_C2 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 6.392015706 L4_chemical_C3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.94436869 C6_control_A1 +LQ03X026740 Putative UPF0399 protein v1g245966 11.22611119 C6_control_A3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.76730299 C6_control_B1 +LQ03X026740 Putative UPF0399 protein v1g245966 10.41611912 C6_control_B2 +LQ03X026740 Putative UPF0399 protein v1g245966 10.58940774 C6_control_B3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.59933219 C6_control_C1 +LQ03X026740 Putative UPF0399 protein v1g245966 11.02067006 C6_control_C2 +LQ03X026740 Putative UPF0399 protein v1g245966 10.62915654 C6_control_C3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.90888105 C6_chemical_A1 +LQ03X026740 Putative UPF0399 protein v1g245966 10.79177802 C6_chemical_A3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.76094837 C6_chemical_B1 +LQ03X026740 Putative UPF0399 protein v1g245966 10.25278815 C6_chemical_B2 +LQ03X026740 Putative UPF0399 protein v1g245966 10.37445914 C6_chemical_B3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.70737379 C6_chemical_C1 +LQ03X026740 Putative UPF0399 protein v1g245966 10.92164524 C6_chemical_C2 +LQ03X026740 Putative UPF0399 protein v1g245966 10.6035803 C6_chemical_C3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.91906577 L4_control_A1 +LQ03X026740 Putative UPF0399 protein v1g245966 11.40648731 L4_control_A2 +LQ03X026740 Putative UPF0399 protein v1g245966 11.42743452 L4_control_A3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.92282573 L4_control_B1 +LQ03X026740 Putative UPF0399 protein v1g245966 11.1966041 L4_control_B2 +LQ03X026740 Putative UPF0399 protein v1g245966 10.76594438 L4_control_B3 +LQ03X026740 Putative UPF0399 protein v1g245966 11.76989664 L4_control_C2 +LQ03X026740 Putative UPF0399 protein v1g245966 12.1650155 L4_control_C3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.98227974 L4_chemical_A1 +LQ03X026740 Putative UPF0399 protein v1g245966 11.07864457 L4_chemical_A2 +LQ03X026740 Putative UPF0399 protein v1g245966 11.0133122 L4_chemical_A3 +LQ03X026740 Putative UPF0399 protein v1g245966 10.8388231 L4_chemical_B1 +LQ03X026740 Putative UPF0399 protein v1g245966 11.26563982 L4_chemical_B2 +LQ03X026740 Putative UPF0399 protein v1g245966 10.51221687 L4_chemical_B3 +LQ03X026740 Putative UPF0399 protein v1g245966 11.73527142 L4_chemical_C2 +LQ03X026740 Putative UPF0399 protein v1g245966 12.0408314 L4_chemical_C3 +LQ03X026760 F-box protein PP2-A12 5.339980781 C6_control_A1 +LQ03X026760 F-box protein PP2-A12 5.811253883 C6_control_A3 +LQ03X026760 F-box protein PP2-A12 5.732333196 C6_control_B1 +LQ03X026760 F-box protein PP2-A12 5.343114618 C6_control_B2 +LQ03X026760 F-box protein PP2-A12 5.638321884 C6_control_B3 +LQ03X026760 F-box protein PP2-A12 5.388235022 C6_control_C1 +LQ03X026760 F-box protein PP2-A12 5.81257669 C6_control_C2 +LQ03X026760 F-box protein PP2-A12 5.555434127 C6_control_C3 +LQ03X026760 F-box protein PP2-A12 5.122023595 C6_chemical_A1 +LQ03X026760 F-box protein PP2-A12 5.511600049 C6_chemical_A3 +LQ03X026760 F-box protein PP2-A12 5.883659871 C6_chemical_B1 +LQ03X026760 F-box protein PP2-A12 5.274828438 C6_chemical_B2 +LQ03X026760 F-box protein PP2-A12 5.880055647 C6_chemical_B3 +LQ03X026760 F-box protein PP2-A12 5.514015764 C6_chemical_C1 +LQ03X026760 F-box protein PP2-A12 5.345730612 C6_chemical_C2 +LQ03X026760 F-box protein PP2-A12 5.526677864 C6_chemical_C3 +LQ03X026760 F-box protein PP2-A12 5.353067154 L4_control_A1 +LQ03X026760 F-box protein PP2-A12 5.365890412 L4_control_A2 +LQ03X026760 F-box protein PP2-A12 5.418271048 L4_control_A3 +LQ03X026760 F-box protein PP2-A12 5.481280901 L4_control_B1 +LQ03X026760 F-box protein PP2-A12 5.241490778 L4_control_B2 +LQ03X026760 F-box protein PP2-A12 5.375132886 L4_control_B3 +LQ03X026760 F-box protein PP2-A12 6.278464831 L4_control_C2 +LQ03X026760 F-box protein PP2-A12 5.654342444 L4_control_C3 +LQ03X026760 F-box protein PP2-A12 5.164958501 L4_chemical_A1 +LQ03X026760 F-box protein PP2-A12 5.515547885 L4_chemical_A2 +LQ03X026760 F-box protein PP2-A12 5.284642533 L4_chemical_A3 +LQ03X026760 F-box protein PP2-A12 5.914023039 L4_chemical_B1 +LQ03X026760 F-box protein PP2-A12 5.990901733 L4_chemical_B2 +LQ03X026760 F-box protein PP2-A12 5.339287513 L4_chemical_B3 +LQ03X026760 F-box protein PP2-A12 6.011710282 L4_chemical_C2 +LQ03X026760 F-box protein PP2-A12 5.541675048 L4_chemical_C3 +LQ03X026770 Scarecrow-like protein 28 11.73816174 C6_control_A1 +LQ03X026770 Scarecrow-like protein 28 13.39286342 C6_control_A3 +LQ03X026770 Scarecrow-like protein 28 10.84647317 C6_control_B1 +LQ03X026770 Scarecrow-like protein 28 7.696948143 C6_control_B2 +LQ03X026770 Scarecrow-like protein 28 8.250407878 C6_control_B3 +LQ03X026770 Scarecrow-like protein 28 7.778065874 C6_control_C1 +LQ03X026770 Scarecrow-like protein 28 8.951754342 C6_control_C2 +LQ03X026770 Scarecrow-like protein 28 8.575034416 C6_control_C3 +LQ03X026770 Scarecrow-like protein 28 12.50574686 C6_chemical_A1 +LQ03X026770 Scarecrow-like protein 28 12.92187878 C6_chemical_A3 +LQ03X026770 Scarecrow-like protein 28 10.36987184 C6_chemical_B1 +LQ03X026770 Scarecrow-like protein 28 7.837535896 C6_chemical_B2 +LQ03X026770 Scarecrow-like protein 28 8.788166047 C6_chemical_B3 +LQ03X026770 Scarecrow-like protein 28 8.585526522 C6_chemical_C1 +LQ03X026770 Scarecrow-like protein 28 8.415115407 C6_chemical_C2 +LQ03X026770 Scarecrow-like protein 28 9.098193642 C6_chemical_C3 +LQ03X026770 Scarecrow-like protein 28 12.25971492 L4_control_A1 +LQ03X026770 Scarecrow-like protein 28 12.85656934 L4_control_A2 +LQ03X026770 Scarecrow-like protein 28 13.40723226 L4_control_A3 +LQ03X026770 Scarecrow-like protein 28 8.879159171 L4_control_B1 +LQ03X026770 Scarecrow-like protein 28 8.905450947 L4_control_B2 +LQ03X026770 Scarecrow-like protein 28 8.754990643 L4_control_B3 +LQ03X026770 Scarecrow-like protein 28 9.091615776 L4_control_C2 +LQ03X026770 Scarecrow-like protein 28 10.0533197 L4_control_C3 +LQ03X026770 Scarecrow-like protein 28 12.20147672 L4_chemical_A1 +LQ03X026770 Scarecrow-like protein 28 11.87001148 L4_chemical_A2 +LQ03X026770 Scarecrow-like protein 28 13.83257772 L4_chemical_A3 +LQ03X026770 Scarecrow-like protein 28 10.27546372 L4_chemical_B1 +LQ03X026770 Scarecrow-like protein 28 9.771515788 L4_chemical_B2 +LQ03X026770 Scarecrow-like protein 28 11.86848795 L4_chemical_B3 +LQ03X026770 Scarecrow-like protein 28 9.052680953 L4_chemical_C2 +LQ03X026770 Scarecrow-like protein 28 9.879636488 L4_chemical_C3 +LQ03X026780 Ara4-interacting protein, putative 5.391436382 C6_control_A1 +LQ03X026780 Ara4-interacting protein, putative 5.263780064 C6_control_A3 +LQ03X026780 Ara4-interacting protein, putative 5.748330619 C6_control_B1 +LQ03X026780 Ara4-interacting protein, putative 5.369011421 C6_control_B2 +LQ03X026780 Ara4-interacting protein, putative 5.74444295 C6_control_B3 +LQ03X026780 Ara4-interacting protein, putative 5.550867405 C6_control_C1 +LQ03X026780 Ara4-interacting protein, putative 5.243005921 C6_control_C2 +LQ03X026780 Ara4-interacting protein, putative 5.428881232 C6_control_C3 +LQ03X026780 Ara4-interacting protein, putative 4.885312844 C6_chemical_A1 +LQ03X026780 Ara4-interacting protein, putative 5.240025868 C6_chemical_A3 +LQ03X026780 Ara4-interacting protein, putative 5.360572788 C6_chemical_B1 +LQ03X026780 Ara4-interacting protein, putative 5.341207296 C6_chemical_B2 +LQ03X026780 Ara4-interacting protein, putative 5.871178444 C6_chemical_B3 +LQ03X026780 Ara4-interacting protein, putative 5.377592374 C6_chemical_C1 +LQ03X026780 Ara4-interacting protein, putative 5.558669664 C6_chemical_C2 +LQ03X026780 Ara4-interacting protein, putative 5.285866665 C6_chemical_C3 +LQ03X026780 Ara4-interacting protein, putative 5.64669744 L4_control_A1 +LQ03X026780 Ara4-interacting protein, putative 5.711435657 L4_control_A2 +LQ03X026780 Ara4-interacting protein, putative 4.985330326 L4_control_A3 +LQ03X026780 Ara4-interacting protein, putative 5.869501726 L4_control_B1 +LQ03X026780 Ara4-interacting protein, putative 5.315047466 L4_control_B2 +LQ03X026780 Ara4-interacting protein, putative 6.024680568 L4_control_B3 +LQ03X026780 Ara4-interacting protein, putative 6.520822081 L4_control_C2 +LQ03X026780 Ara4-interacting protein, putative 5.568141412 L4_control_C3 +LQ03X026780 Ara4-interacting protein, putative 5.450577021 L4_chemical_A1 +LQ03X026780 Ara4-interacting protein, putative 5.340488377 L4_chemical_A2 +LQ03X026780 Ara4-interacting protein, putative 5.032049499 L4_chemical_A3 +LQ03X026780 Ara4-interacting protein, putative 5.476900561 L4_chemical_B1 +LQ03X026780 Ara4-interacting protein, putative 5.627143525 L4_chemical_B2 +LQ03X026780 Ara4-interacting protein, putative 5.552400228 L4_chemical_B3 +LQ03X026780 Ara4-interacting protein, putative 6.615153002 L4_chemical_C2 +LQ03X026780 Ara4-interacting protein, putative 6.190698931 L4_chemical_C3 +LQ03X026800 Generative cell specific-1 4.975127115 C6_control_A1 +LQ03X026800 Generative cell specific-1 4.83449891 C6_control_A3 +LQ03X026800 Generative cell specific-1 4.915641242 C6_control_B1 +LQ03X026800 Generative cell specific-1 5.038704666 C6_control_B2 +LQ03X026800 Generative cell specific-1 4.736579725 C6_control_B3 +LQ03X026800 Generative cell specific-1 5.106059555 C6_control_C1 +LQ03X026800 Generative cell specific-1 4.865863508 C6_control_C2 +LQ03X026800 Generative cell specific-1 4.94010116 C6_control_C3 +LQ03X026800 Generative cell specific-1 5.145658162 C6_chemical_A1 +LQ03X026800 Generative cell specific-1 5.082090427 C6_chemical_A3 +LQ03X026800 Generative cell specific-1 4.742413882 C6_chemical_B1 +LQ03X026800 Generative cell specific-1 5.109477348 C6_chemical_B2 +LQ03X026800 Generative cell specific-1 4.723178421 C6_chemical_B3 +LQ03X026800 Generative cell specific-1 5.002376374 C6_chemical_C1 +LQ03X026800 Generative cell specific-1 5.00578343 C6_chemical_C2 +LQ03X026800 Generative cell specific-1 5.168775847 C6_chemical_C3 +LQ03X026800 Generative cell specific-1 4.990459332 L4_control_A1 +LQ03X026800 Generative cell specific-1 5.089175762 L4_control_A2 +LQ03X026800 Generative cell specific-1 4.810386099 L4_control_A3 +LQ03X026800 Generative cell specific-1 5.344521567 L4_control_B1 +LQ03X026800 Generative cell specific-1 5.695258431 L4_control_B2 +LQ03X026800 Generative cell specific-1 4.754517892 L4_control_B3 +LQ03X026800 Generative cell specific-1 5.320467558 L4_control_C2 +LQ03X026800 Generative cell specific-1 5.009947689 L4_control_C3 +LQ03X026800 Generative cell specific-1 4.95784398 L4_chemical_A1 +LQ03X026800 Generative cell specific-1 5.30668806 L4_chemical_A2 +LQ03X026800 Generative cell specific-1 4.643734619 L4_chemical_A3 +LQ03X026800 Generative cell specific-1 4.9228268 L4_chemical_B1 +LQ03X026800 Generative cell specific-1 5.259404204 L4_chemical_B2 +LQ03X026800 Generative cell specific-1 5.336846555 L4_chemical_B3 +LQ03X026800 Generative cell specific-1 4.897703565 L4_chemical_C2 +LQ03X026800 Generative cell specific-1 5.129700481 L4_chemical_C3 +LQ03X026830 Putative uncharacterized protein 9.429484215 C6_control_A1 +LQ03X026830 Putative uncharacterized protein 10.65249013 C6_control_A3 +LQ03X026830 Putative uncharacterized protein 9.590451312 C6_control_B1 +LQ03X026830 Putative uncharacterized protein 8.77278244 C6_control_B2 +LQ03X026830 Putative uncharacterized protein 9.330330819 C6_control_B3 +LQ03X026830 Putative uncharacterized protein 7.722479683 C6_control_C1 +LQ03X026830 Putative uncharacterized protein 7.873072581 C6_control_C2 +LQ03X026830 Putative uncharacterized protein 8.417772496 C6_control_C3 +LQ03X026830 Putative uncharacterized protein 8.491141079 C6_chemical_A1 +LQ03X026830 Putative uncharacterized protein 10.42153138 C6_chemical_A3 +LQ03X026830 Putative uncharacterized protein 8.133923418 C6_chemical_B1 +LQ03X026830 Putative uncharacterized protein 7.881127784 C6_chemical_B2 +LQ03X026830 Putative uncharacterized protein 9.568073292 C6_chemical_B3 +LQ03X026830 Putative uncharacterized protein 7.494112525 C6_chemical_C1 +LQ03X026830 Putative uncharacterized protein 6.970117179 C6_chemical_C2 +LQ03X026830 Putative uncharacterized protein 7.727442947 C6_chemical_C3 +LQ03X026830 Putative uncharacterized protein 9.800692358 L4_control_A1 +LQ03X026830 Putative uncharacterized protein 9.954199823 L4_control_A2 +LQ03X026830 Putative uncharacterized protein 10.36581812 L4_control_A3 +LQ03X026830 Putative uncharacterized protein 9.509436084 L4_control_B1 +LQ03X026830 Putative uncharacterized protein 9.487279554 L4_control_B2 +LQ03X026830 Putative uncharacterized protein 10.22474261 L4_control_B3 +LQ03X026830 Putative uncharacterized protein 9.505344834 L4_control_C2 +LQ03X026830 Putative uncharacterized protein 10.41618352 L4_control_C3 +LQ03X026830 Putative uncharacterized protein 8.330398185 L4_chemical_A1 +LQ03X026830 Putative uncharacterized protein 8.300554494 L4_chemical_A2 +LQ03X026830 Putative uncharacterized protein 9.296000781 L4_chemical_A3 +LQ03X026830 Putative uncharacterized protein 9.503110514 L4_chemical_B1 +LQ03X026830 Putative uncharacterized protein 9.469756832 L4_chemical_B2 +LQ03X026830 Putative uncharacterized protein 9.575402211 L4_chemical_B3 +LQ03X026830 Putative uncharacterized protein 9.643316708 L4_chemical_C2 +LQ03X026830 Putative uncharacterized protein 10.3710779 L4_chemical_C3 +LQ03X026840 Predicted protein 12.03375436 C6_control_A1 +LQ03X026840 Predicted protein 11.77835965 C6_control_A3 +LQ03X026840 Predicted protein 12.76935386 C6_control_B1 +LQ03X026840 Predicted protein 13.36498683 C6_control_B2 +LQ03X026840 Predicted protein 13.19861228 C6_control_B3 +LQ03X026840 Predicted protein 11.9654497 C6_control_C1 +LQ03X026840 Predicted protein 12.68626999 C6_control_C2 +LQ03X026840 Predicted protein 12.3162952 C6_control_C3 +LQ03X026840 Predicted protein 11.82802133 C6_chemical_A1 +LQ03X026840 Predicted protein 11.51510444 C6_chemical_A3 +LQ03X026840 Predicted protein 12.6823929 C6_chemical_B1 +LQ03X026840 Predicted protein 13.20775071 C6_chemical_B2 +LQ03X026840 Predicted protein 12.8379322 C6_chemical_B3 +LQ03X026840 Predicted protein 12.16248152 C6_chemical_C1 +LQ03X026840 Predicted protein 12.41004455 C6_chemical_C2 +LQ03X026840 Predicted protein 12.09771681 C6_chemical_C3 +LQ03X026840 Predicted protein 11.32675343 L4_control_A1 +LQ03X026840 Predicted protein 12.41759339 L4_control_A2 +LQ03X026840 Predicted protein 10.83145477 L4_control_A3 +LQ03X026840 Predicted protein 13.02076186 L4_control_B1 +LQ03X026840 Predicted protein 12.83566936 L4_control_B2 +LQ03X026840 Predicted protein 13.57501648 L4_control_B3 +LQ03X026840 Predicted protein 11.24185356 L4_control_C2 +LQ03X026840 Predicted protein 11.53501798 L4_control_C3 +LQ03X026840 Predicted protein 11.17530536 L4_chemical_A1 +LQ03X026840 Predicted protein 11.91525479 L4_chemical_A2 +LQ03X026840 Predicted protein 10.86558285 L4_chemical_A3 +LQ03X026840 Predicted protein 12.30497639 L4_chemical_B1 +LQ03X026840 Predicted protein 12.18571256 L4_chemical_B2 +LQ03X026840 Predicted protein 12.66291948 L4_chemical_B3 +LQ03X026840 Predicted protein 11.16602615 L4_chemical_C2 +LQ03X026840 Predicted protein 11.39338797 L4_chemical_C3 +LQ03X026850 Replication factor C subunit 2 10.80231982 C6_control_A1 +LQ03X026850 Replication factor C subunit 2 11.26682418 C6_control_A3 +LQ03X026850 Replication factor C subunit 2 9.474166878 C6_control_B1 +LQ03X026850 Replication factor C subunit 2 9.169953483 C6_control_B2 +LQ03X026850 Replication factor C subunit 2 8.983155494 C6_control_B3 +LQ03X026850 Replication factor C subunit 2 9.263626256 C6_control_C1 +LQ03X026850 Replication factor C subunit 2 9.048542803 C6_control_C2 +LQ03X026850 Replication factor C subunit 2 8.367394325 C6_control_C3 +LQ03X026850 Replication factor C subunit 2 10.56328672 C6_chemical_A1 +LQ03X026850 Replication factor C subunit 2 11.03648641 C6_chemical_A3 +LQ03X026850 Replication factor C subunit 2 8.650074055 C6_chemical_B1 +LQ03X026850 Replication factor C subunit 2 9.011776617 C6_chemical_B2 +LQ03X026850 Replication factor C subunit 2 8.673094363 C6_chemical_B3 +LQ03X026850 Replication factor C subunit 2 9.174781469 C6_chemical_C1 +LQ03X026850 Replication factor C subunit 2 9.195063712 C6_chemical_C2 +LQ03X026850 Replication factor C subunit 2 8.220096807 C6_chemical_C3 +LQ03X026850 Replication factor C subunit 2 11.38211913 L4_control_A1 +LQ03X026850 Replication factor C subunit 2 11.41117331 L4_control_A2 +LQ03X026850 Replication factor C subunit 2 11.60121198 L4_control_A3 +LQ03X026850 Replication factor C subunit 2 9.048509857 L4_control_B1 +LQ03X026850 Replication factor C subunit 2 10.10878049 L4_control_B2 +LQ03X026850 Replication factor C subunit 2 8.966067638 L4_control_B3 +LQ03X026850 Replication factor C subunit 2 9.494926753 L4_control_C2 +LQ03X026850 Replication factor C subunit 2 7.652639394 L4_control_C3 +LQ03X026850 Replication factor C subunit 2 10.07883917 L4_chemical_A1 +LQ03X026850 Replication factor C subunit 2 9.975127695 L4_chemical_A2 +LQ03X026850 Replication factor C subunit 2 10.71084686 L4_chemical_A3 +LQ03X026850 Replication factor C subunit 2 9.368962408 L4_chemical_B1 +LQ03X026850 Replication factor C subunit 2 9.52968539 L4_chemical_B2 +LQ03X026850 Replication factor C subunit 2 9.356330947 L4_chemical_B3 +LQ03X026850 Replication factor C subunit 2 9.198675073 L4_chemical_C2 +LQ03X026850 Replication factor C subunit 2 8.690025005 L4_chemical_C3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.120758739 C6_control_A1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.42792019 C6_control_A3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.364813476 C6_control_B1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.187009305 C6_control_B2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.540148095 C6_control_B3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.20396253 C6_control_C1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 7.659622625 C6_control_C2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.168165458 C6_control_C3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.086650554 C6_chemical_A1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.814756605 C6_chemical_A3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.066894361 C6_chemical_B1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.295600148 C6_chemical_B2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.327215594 C6_chemical_B3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.41923726 C6_chemical_C1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.995540975 C6_chemical_C2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.642818022 C6_chemical_C3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.913570425 L4_control_A1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.218494565 L4_control_A2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.4141372 L4_control_A3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.685121831 L4_control_B1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.328578128 L4_control_B2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.045537571 L4_control_B3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.921307554 L4_control_C2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.231972786 L4_control_C3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.14149201 L4_chemical_A1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.455203265 L4_chemical_A2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.409162506 L4_chemical_A3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.376572149 L4_chemical_B1 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.579763995 L4_chemical_B2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 5.736327865 L4_chemical_B3 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.693096613 L4_chemical_C2 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.468347097 L4_chemical_C3 +LQ03X026890 Predicted protein 5.89600591 C6_control_A1 +LQ03X026890 Predicted protein 5.664143371 C6_control_A3 +LQ03X026890 Predicted protein 5.443761742 C6_control_B1 +LQ03X026890 Predicted protein 6.400284703 C6_control_B2 +LQ03X026890 Predicted protein 5.609283073 C6_control_B3 +LQ03X026890 Predicted protein 5.932541672 C6_control_C1 +LQ03X026890 Predicted protein 5.479662598 C6_control_C2 +LQ03X026890 Predicted protein 5.931201764 C6_control_C3 +LQ03X026890 Predicted protein 5.780627947 C6_chemical_A1 +LQ03X026890 Predicted protein 6.151822485 C6_chemical_A3 +LQ03X026890 Predicted protein 5.344494819 C6_chemical_B1 +LQ03X026890 Predicted protein 6.357344266 C6_chemical_B2 +LQ03X026890 Predicted protein 5.630681693 C6_chemical_B3 +LQ03X026890 Predicted protein 5.570960941 C6_chemical_C1 +LQ03X026890 Predicted protein 6.068886535 C6_chemical_C2 +LQ03X026890 Predicted protein 5.805428302 C6_chemical_C3 +LQ03X026890 Predicted protein 5.861158875 L4_control_A1 +LQ03X026890 Predicted protein 5.725758297 L4_control_A2 +LQ03X026890 Predicted protein 7.401308777 L4_control_A3 +LQ03X026890 Predicted protein 5.5027638 L4_control_B1 +LQ03X026890 Predicted protein 6.799066457 L4_control_B2 +LQ03X026890 Predicted protein 5.960033495 L4_control_B3 +LQ03X026890 Predicted protein 4.970801735 L4_control_C2 +LQ03X026890 Predicted protein 5.476480141 L4_control_C3 +LQ03X026890 Predicted protein 6.006589054 L4_chemical_A1 +LQ03X026890 Predicted protein 5.464080164 L4_chemical_A2 +LQ03X026890 Predicted protein 7.333782794 L4_chemical_A3 +LQ03X026890 Predicted protein 5.744547781 L4_chemical_B1 +LQ03X026890 Predicted protein 5.589922772 L4_chemical_B2 +LQ03X026890 Predicted protein 5.670906426 L4_chemical_B3 +LQ03X026890 Predicted protein 5.488947157 L4_chemical_C2 +LQ03X026890 Predicted protein 5.726140652 L4_chemical_C3 +LQ03X026900 Heat stress transcription factor B-2b 11.37056098 C6_control_A1 +LQ03X026900 Heat stress transcription factor B-2b 11.90080249 C6_control_A3 +LQ03X026900 Heat stress transcription factor B-2b 11.74808087 C6_control_B1 +LQ03X026900 Heat stress transcription factor B-2b 12.18980025 C6_control_B2 +LQ03X026900 Heat stress transcription factor B-2b 11.55356661 C6_control_B3 +LQ03X026900 Heat stress transcription factor B-2b 11.7844188 C6_control_C1 +LQ03X026900 Heat stress transcription factor B-2b 11.92587442 C6_control_C2 +LQ03X026900 Heat stress transcription factor B-2b 11.24482583 C6_control_C3 +LQ03X026900 Heat stress transcription factor B-2b 12.36298295 C6_chemical_A1 +LQ03X026900 Heat stress transcription factor B-2b 12.04121386 C6_chemical_A3 +LQ03X026900 Heat stress transcription factor B-2b 12.57480739 C6_chemical_B1 +LQ03X026900 Heat stress transcription factor B-2b 13.00195202 C6_chemical_B2 +LQ03X026900 Heat stress transcription factor B-2b 11.70009077 C6_chemical_B3 +LQ03X026900 Heat stress transcription factor B-2b 13.52612137 C6_chemical_C1 +LQ03X026900 Heat stress transcription factor B-2b 13.23208212 C6_chemical_C2 +LQ03X026900 Heat stress transcription factor B-2b 11.71373003 C6_chemical_C3 +LQ03X026900 Heat stress transcription factor B-2b 11.15911151 L4_control_A1 +LQ03X026900 Heat stress transcription factor B-2b 11.12757895 L4_control_A2 +LQ03X026900 Heat stress transcription factor B-2b 11.21595726 L4_control_A3 +LQ03X026900 Heat stress transcription factor B-2b 12.36139946 L4_control_B1 +LQ03X026900 Heat stress transcription factor B-2b 12.00195932 L4_control_B2 +LQ03X026900 Heat stress transcription factor B-2b 10.31215534 L4_control_B3 +LQ03X026900 Heat stress transcription factor B-2b 12.43976731 L4_control_C2 +LQ03X026900 Heat stress transcription factor B-2b 10.83502529 L4_control_C3 +LQ03X026900 Heat stress transcription factor B-2b 13.07645629 L4_chemical_A1 +LQ03X026900 Heat stress transcription factor B-2b 14.04925871 L4_chemical_A2 +LQ03X026900 Heat stress transcription factor B-2b 12.0209389 L4_chemical_A3 +LQ03X026900 Heat stress transcription factor B-2b 12.68482807 L4_chemical_B1 +LQ03X026900 Heat stress transcription factor B-2b 14.02593572 L4_chemical_B2 +LQ03X026900 Heat stress transcription factor B-2b 11.6854802 L4_chemical_B3 +LQ03X026900 Heat stress transcription factor B-2b 13.80727506 L4_chemical_C2 +LQ03X026900 Heat stress transcription factor B-2b 11.62897082 L4_chemical_C3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.181696099 C6_control_A1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.221198095 C6_control_A3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.29917696 C6_control_B1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.664611216 C6_control_B2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.225829033 C6_control_B3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.097324859 C6_control_C1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 8.006730525 C6_control_C2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.263016695 C6_control_C3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.115287848 C6_chemical_A1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.412419414 C6_chemical_A3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.693400473 C6_chemical_B1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.582947845 C6_chemical_B2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.553103877 C6_chemical_B3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.556817659 C6_chemical_C1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.718613327 C6_chemical_C2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.933942768 C6_chemical_C3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.646872108 L4_control_A1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.437996966 L4_control_A2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.836858018 L4_control_A3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.156671846 L4_control_B1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.835260266 L4_control_B2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.826207859 L4_control_B3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.467358824 L4_control_C2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.325187886 L4_control_C3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.409090843 L4_chemical_A1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.321658545 L4_chemical_A2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.834105544 L4_chemical_A3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.600670117 L4_chemical_B1 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.194810822 L4_chemical_B2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.552078092 L4_chemical_B3 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 5.352518199 L4_chemical_C2 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.079416828 L4_chemical_C3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.132158486 C6_control_A1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.013342975 C6_control_A3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.295173965 C6_control_B1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.205083037 C6_control_B2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.132597397 C6_control_B3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.093999029 C6_control_C1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.575170355 C6_control_C2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.338087932 C6_control_C3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.919725209 C6_chemical_A1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.021478027 C6_chemical_A3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.837874709 C6_chemical_B1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.11263446 C6_chemical_B2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.455617163 C6_chemical_B3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.186386732 C6_chemical_C1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.648494321 C6_chemical_C2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.316725738 C6_chemical_C3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.129414729 L4_control_A1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.275364286 L4_control_A2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.300629516 L4_control_A3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.903477495 L4_control_B1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.939720423 L4_control_B2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.875975587 L4_control_B3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.716018564 L4_control_C2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.094803333 L4_control_C3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.04576683 L4_chemical_A1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.205250353 L4_chemical_A2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.940059656 L4_chemical_A3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.836716183 L4_chemical_B1 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.622481595 L4_chemical_B2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.968906474 L4_chemical_B3 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.896080599 L4_chemical_C2 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 5.55684157 L4_chemical_C3 +LQ03X026940 UDP-glucose 4-epimerase 1 7.332609786 C6_control_A1 +LQ03X026940 UDP-glucose 4-epimerase 1 5.17546061 C6_control_A3 +LQ03X026940 UDP-glucose 4-epimerase 1 6.349456802 C6_control_B1 +LQ03X026940 UDP-glucose 4-epimerase 1 7.184196296 C6_control_B2 +LQ03X026940 UDP-glucose 4-epimerase 1 5.697496435 C6_control_B3 +LQ03X026940 UDP-glucose 4-epimerase 1 6.258413968 C6_control_C1 +LQ03X026940 UDP-glucose 4-epimerase 1 5.819378261 C6_control_C2 +LQ03X026940 UDP-glucose 4-epimerase 1 5.463814995 C6_control_C3 +LQ03X026940 UDP-glucose 4-epimerase 1 6.698513253 C6_chemical_A1 +LQ03X026940 UDP-glucose 4-epimerase 1 5.265251865 C6_chemical_A3 +LQ03X026940 UDP-glucose 4-epimerase 1 6.788878297 C6_chemical_B1 +LQ03X026940 UDP-glucose 4-epimerase 1 6.766490607 C6_chemical_B2 +LQ03X026940 UDP-glucose 4-epimerase 1 6.264062348 C6_chemical_B3 +LQ03X026940 UDP-glucose 4-epimerase 1 5.498229232 C6_chemical_C1 +LQ03X026940 UDP-glucose 4-epimerase 1 5.486559479 C6_chemical_C2 +LQ03X026940 UDP-glucose 4-epimerase 1 6.288289792 C6_chemical_C3 +LQ03X026940 UDP-glucose 4-epimerase 1 5.598781748 L4_control_A1 +LQ03X026940 UDP-glucose 4-epimerase 1 5.342313064 L4_control_A2 +LQ03X026940 UDP-glucose 4-epimerase 1 5.415852847 L4_control_A3 +LQ03X026940 UDP-glucose 4-epimerase 1 5.55645608 L4_control_B1 +LQ03X026940 UDP-glucose 4-epimerase 1 5.557096906 L4_control_B2 +LQ03X026940 UDP-glucose 4-epimerase 1 5.767416908 L4_control_B3 +LQ03X026940 UDP-glucose 4-epimerase 1 5.728118713 L4_control_C2 +LQ03X026940 UDP-glucose 4-epimerase 1 6.056377533 L4_control_C3 +LQ03X026940 UDP-glucose 4-epimerase 1 5.767443974 L4_chemical_A1 +LQ03X026940 UDP-glucose 4-epimerase 1 4.859058236 L4_chemical_A2 +LQ03X026940 UDP-glucose 4-epimerase 1 5.494974133 L4_chemical_A3 +LQ03X026940 UDP-glucose 4-epimerase 1 5.42133544 L4_chemical_B1 +LQ03X026940 UDP-glucose 4-epimerase 1 5.171133471 L4_chemical_B2 +LQ03X026940 UDP-glucose 4-epimerase 1 5.929937978 L4_chemical_B3 +LQ03X026940 UDP-glucose 4-epimerase 1 5.119068161 L4_chemical_C2 +LQ03X026940 UDP-glucose 4-epimerase 1 5.696038132 L4_chemical_C3 +LQ03X026990 Thaumatin-like protein 5.537552581 C6_control_A1 +LQ03X026990 Thaumatin-like protein 5.997313169 C6_control_A3 +LQ03X026990 Thaumatin-like protein 5.702920082 C6_control_B1 +LQ03X026990 Thaumatin-like protein 5.759732785 C6_control_B2 +LQ03X026990 Thaumatin-like protein 5.744975771 C6_control_B3 +LQ03X026990 Thaumatin-like protein 5.540535993 C6_control_C1 +LQ03X026990 Thaumatin-like protein 5.116195671 C6_control_C2 +LQ03X026990 Thaumatin-like protein 5.613313932 C6_control_C3 +LQ03X026990 Thaumatin-like protein 5.741841723 C6_chemical_A1 +LQ03X026990 Thaumatin-like protein 6.214311992 C6_chemical_A3 +LQ03X026990 Thaumatin-like protein 6.259373862 C6_chemical_B1 +LQ03X026990 Thaumatin-like protein 5.729424756 C6_chemical_B2 +LQ03X026990 Thaumatin-like protein 5.817242922 C6_chemical_B3 +LQ03X026990 Thaumatin-like protein 5.493671964 C6_chemical_C1 +LQ03X026990 Thaumatin-like protein 5.769833026 C6_chemical_C2 +LQ03X026990 Thaumatin-like protein 5.28905913 C6_chemical_C3 +LQ03X026990 Thaumatin-like protein 5.87307728 L4_control_A1 +LQ03X026990 Thaumatin-like protein 6.252472411 L4_control_A2 +LQ03X026990 Thaumatin-like protein 6.81932237 L4_control_A3 +LQ03X026990 Thaumatin-like protein 6.307416978 L4_control_B1 +LQ03X026990 Thaumatin-like protein 6.029785413 L4_control_B2 +LQ03X026990 Thaumatin-like protein 5.80429394 L4_control_B3 +LQ03X026990 Thaumatin-like protein 5.600715387 L4_control_C2 +LQ03X026990 Thaumatin-like protein 5.648876024 L4_control_C3 +LQ03X026990 Thaumatin-like protein 5.437651176 L4_chemical_A1 +LQ03X026990 Thaumatin-like protein 6.342570314 L4_chemical_A2 +LQ03X026990 Thaumatin-like protein 5.808979729 L4_chemical_A3 +LQ03X026990 Thaumatin-like protein 6.097743593 L4_chemical_B1 +LQ03X026990 Thaumatin-like protein 5.446168942 L4_chemical_B2 +LQ03X026990 Thaumatin-like protein 5.873925138 L4_chemical_B3 +LQ03X026990 Thaumatin-like protein 5.801911307 L4_chemical_C2 +LQ03X026990 Thaumatin-like protein 5.445771474 L4_chemical_C3 +LQ03X027010 Thaumatin-like protein 5.348230531 C6_control_A1 +LQ03X027010 Thaumatin-like protein 5.096195157 C6_control_A3 +LQ03X027010 Thaumatin-like protein 4.77411516 C6_control_B1 +LQ03X027010 Thaumatin-like protein 4.982370755 C6_control_B2 +LQ03X027010 Thaumatin-like protein 5.60770043 C6_control_B3 +LQ03X027010 Thaumatin-like protein 4.977466642 C6_control_C1 +LQ03X027010 Thaumatin-like protein 4.987319051 C6_control_C2 +LQ03X027010 Thaumatin-like protein 5.079222113 C6_control_C3 +LQ03X027010 Thaumatin-like protein 5.331378589 C6_chemical_A1 +LQ03X027010 Thaumatin-like protein 5.462457656 C6_chemical_A3 +LQ03X027010 Thaumatin-like protein 5.305157251 C6_chemical_B1 +LQ03X027010 Thaumatin-like protein 5.109189743 C6_chemical_B2 +LQ03X027010 Thaumatin-like protein 5.508263304 C6_chemical_B3 +LQ03X027010 Thaumatin-like protein 5.053629819 C6_chemical_C1 +LQ03X027010 Thaumatin-like protein 5.292075475 C6_chemical_C2 +LQ03X027010 Thaumatin-like protein 4.892086245 C6_chemical_C3 +LQ03X027010 Thaumatin-like protein 5.276432514 L4_control_A1 +LQ03X027010 Thaumatin-like protein 5.42212209 L4_control_A2 +LQ03X027010 Thaumatin-like protein 5.734519957 L4_control_A3 +LQ03X027010 Thaumatin-like protein 5.460490191 L4_control_B1 +LQ03X027010 Thaumatin-like protein 5.590848555 L4_control_B2 +LQ03X027010 Thaumatin-like protein 5.488488577 L4_control_B3 +LQ03X027010 Thaumatin-like protein 5.323695523 L4_control_C2 +LQ03X027010 Thaumatin-like protein 5.234083897 L4_control_C3 +LQ03X027010 Thaumatin-like protein 5.133309551 L4_chemical_A1 +LQ03X027010 Thaumatin-like protein 5.602041373 L4_chemical_A2 +LQ03X027010 Thaumatin-like protein 5.499419905 L4_chemical_A3 +LQ03X027010 Thaumatin-like protein 5.364746881 L4_chemical_B1 +LQ03X027010 Thaumatin-like protein 5.468417535 L4_chemical_B2 +LQ03X027010 Thaumatin-like protein 5.222699435 L4_chemical_B3 +LQ03X027010 Thaumatin-like protein 5.681572094 L4_chemical_C2 +LQ03X027010 Thaumatin-like protein 5.42826483 L4_chemical_C3 +LQ03X027030 Osmotin-like protein OSM34 5.549487268 C6_control_A1 +LQ03X027030 Osmotin-like protein OSM34 6.113320645 C6_control_A3 +LQ03X027030 Osmotin-like protein OSM34 6.797803513 C6_control_B1 +LQ03X027030 Osmotin-like protein OSM34 6.410458536 C6_control_B2 +LQ03X027030 Osmotin-like protein OSM34 5.86517106 C6_control_B3 +LQ03X027030 Osmotin-like protein OSM34 5.617842431 C6_control_C1 +LQ03X027030 Osmotin-like protein OSM34 5.187039331 C6_control_C2 +LQ03X027030 Osmotin-like protein OSM34 5.824379442 C6_control_C3 +LQ03X027030 Osmotin-like protein OSM34 5.93939886 C6_chemical_A1 +LQ03X027030 Osmotin-like protein OSM34 6.032547546 C6_chemical_A3 +LQ03X027030 Osmotin-like protein OSM34 6.545068154 C6_chemical_B1 +LQ03X027030 Osmotin-like protein OSM34 5.91174114 C6_chemical_B2 +LQ03X027030 Osmotin-like protein OSM34 5.758048143 C6_chemical_B3 +LQ03X027030 Osmotin-like protein OSM34 5.432312859 C6_chemical_C1 +LQ03X027030 Osmotin-like protein OSM34 5.536929303 C6_chemical_C2 +LQ03X027030 Osmotin-like protein OSM34 5.9723586 C6_chemical_C3 +LQ03X027030 Osmotin-like protein OSM34 5.783722236 L4_control_A1 +LQ03X027030 Osmotin-like protein OSM34 5.584309556 L4_control_A2 +LQ03X027030 Osmotin-like protein OSM34 6.60436663 L4_control_A3 +LQ03X027030 Osmotin-like protein OSM34 5.456247054 L4_control_B1 +LQ03X027030 Osmotin-like protein OSM34 5.486285602 L4_control_B2 +LQ03X027030 Osmotin-like protein OSM34 5.638193524 L4_control_B3 +LQ03X027030 Osmotin-like protein OSM34 5.214378467 L4_control_C2 +LQ03X027030 Osmotin-like protein OSM34 5.84231312 L4_control_C3 +LQ03X027030 Osmotin-like protein OSM34 5.904667449 L4_chemical_A1 +LQ03X027030 Osmotin-like protein OSM34 6.318142107 L4_chemical_A2 +LQ03X027030 Osmotin-like protein OSM34 7.057074827 L4_chemical_A3 +LQ03X027030 Osmotin-like protein OSM34 6.757564592 L4_chemical_B1 +LQ03X027030 Osmotin-like protein OSM34 6.020072155 L4_chemical_B2 +LQ03X027030 Osmotin-like protein OSM34 5.750993749 L4_chemical_B3 +LQ03X027030 Osmotin-like protein OSM34 5.702477503 L4_chemical_C2 +LQ03X027030 Osmotin-like protein OSM34 5.74933863 L4_chemical_C3 +LQ03X027040 Elicitor-responsive protein 3 6.033258742 C6_control_A1 +LQ03X027040 Elicitor-responsive protein 3 5.482370357 C6_control_A3 +LQ03X027040 Elicitor-responsive protein 3 6.393821954 C6_control_B1 +LQ03X027040 Elicitor-responsive protein 3 5.779584902 C6_control_B2 +LQ03X027040 Elicitor-responsive protein 3 5.979605673 C6_control_B3 +LQ03X027040 Elicitor-responsive protein 3 5.839911388 C6_control_C1 +LQ03X027040 Elicitor-responsive protein 3 5.855797272 C6_control_C2 +LQ03X027040 Elicitor-responsive protein 3 5.646924293 C6_control_C3 +LQ03X027040 Elicitor-responsive protein 3 6.044146436 C6_chemical_A1 +LQ03X027040 Elicitor-responsive protein 3 5.775071723 C6_chemical_A3 +LQ03X027040 Elicitor-responsive protein 3 5.948797248 C6_chemical_B1 +LQ03X027040 Elicitor-responsive protein 3 5.967498583 C6_chemical_B2 +LQ03X027040 Elicitor-responsive protein 3 5.887869315 C6_chemical_B3 +LQ03X027040 Elicitor-responsive protein 3 5.752574091 C6_chemical_C1 +LQ03X027040 Elicitor-responsive protein 3 5.548526225 C6_chemical_C2 +LQ03X027040 Elicitor-responsive protein 3 5.361443248 C6_chemical_C3 +LQ03X027040 Elicitor-responsive protein 3 5.452000399 L4_control_A1 +LQ03X027040 Elicitor-responsive protein 3 6.100562547 L4_control_A2 +LQ03X027040 Elicitor-responsive protein 3 5.733227091 L4_control_A3 +LQ03X027040 Elicitor-responsive protein 3 5.715811478 L4_control_B1 +LQ03X027040 Elicitor-responsive protein 3 5.322917798 L4_control_B2 +LQ03X027040 Elicitor-responsive protein 3 5.772347784 L4_control_B3 +LQ03X027040 Elicitor-responsive protein 3 6.012615914 L4_control_C2 +LQ03X027040 Elicitor-responsive protein 3 5.297257156 L4_control_C3 +LQ03X027040 Elicitor-responsive protein 3 5.743747897 L4_chemical_A1 +LQ03X027040 Elicitor-responsive protein 3 5.853652499 L4_chemical_A2 +LQ03X027040 Elicitor-responsive protein 3 5.552046588 L4_chemical_A3 +LQ03X027040 Elicitor-responsive protein 3 5.842204979 L4_chemical_B1 +LQ03X027040 Elicitor-responsive protein 3 5.786912905 L4_chemical_B2 +LQ03X027040 Elicitor-responsive protein 3 5.808851311 L4_chemical_B3 +LQ03X027040 Elicitor-responsive protein 3 5.659118328 L4_chemical_C2 +LQ03X027040 Elicitor-responsive protein 3 6.134058624 L4_chemical_C3 +LQ03X027050 Putative uncharacterized protein 6.903480983 C6_control_A1 +LQ03X027050 Putative uncharacterized protein 5.440646447 C6_control_A3 +LQ03X027050 Putative uncharacterized protein 6.213331774 C6_control_B1 +LQ03X027050 Putative uncharacterized protein 6.990464609 C6_control_B2 +LQ03X027050 Putative uncharacterized protein 6.13980281 C6_control_B3 +LQ03X027050 Putative uncharacterized protein 7.043055233 C6_control_C1 +LQ03X027050 Putative uncharacterized protein 6.04952446 C6_control_C2 +LQ03X027050 Putative uncharacterized protein 6.964399361 C6_control_C3 +LQ03X027050 Putative uncharacterized protein 6.968297752 C6_chemical_A1 +LQ03X027050 Putative uncharacterized protein 7.84921062 C6_chemical_A3 +LQ03X027050 Putative uncharacterized protein 6.767281132 C6_chemical_B1 +LQ03X027050 Putative uncharacterized protein 7.348560226 C6_chemical_B2 +LQ03X027050 Putative uncharacterized protein 6.942653865 C6_chemical_B3 +LQ03X027050 Putative uncharacterized protein 6.948395549 C6_chemical_C1 +LQ03X027050 Putative uncharacterized protein 6.169714136 C6_chemical_C2 +LQ03X027050 Putative uncharacterized protein 7.438299377 C6_chemical_C3 +LQ03X027050 Putative uncharacterized protein 7.993426838 L4_control_A1 +LQ03X027050 Putative uncharacterized protein 6.936121654 L4_control_A2 +LQ03X027050 Putative uncharacterized protein 6.714420495 L4_control_A3 +LQ03X027050 Putative uncharacterized protein 6.951361276 L4_control_B1 +LQ03X027050 Putative uncharacterized protein 7.547893725 L4_control_B2 +LQ03X027050 Putative uncharacterized protein 7.853903018 L4_control_B3 +LQ03X027050 Putative uncharacterized protein 6.287226558 L4_control_C2 +LQ03X027050 Putative uncharacterized protein 6.860283865 L4_control_C3 +LQ03X027050 Putative uncharacterized protein 8.220604211 L4_chemical_A1 +LQ03X027050 Putative uncharacterized protein 7.367341133 L4_chemical_A2 +LQ03X027050 Putative uncharacterized protein 6.535905369 L4_chemical_A3 +LQ03X027050 Putative uncharacterized protein 6.307207045 L4_chemical_B1 +LQ03X027050 Putative uncharacterized protein 6.970806559 L4_chemical_B2 +LQ03X027050 Putative uncharacterized protein 7.189370949 L4_chemical_B3 +LQ03X027050 Putative uncharacterized protein 5.674036385 L4_chemical_C2 +LQ03X027050 Putative uncharacterized protein 6.897816881 L4_chemical_C3 +LQ03X027060 Predicted protein 10.28997862 C6_control_A1 +LQ03X027060 Predicted protein 10.59493182 C6_control_A3 +LQ03X027060 Predicted protein 10.39920987 C6_control_B1 +LQ03X027060 Predicted protein 10.95663912 C6_control_B2 +LQ03X027060 Predicted protein 10.22540128 C6_control_B3 +LQ03X027060 Predicted protein 10.72555884 C6_control_C1 +LQ03X027060 Predicted protein 10.91378341 C6_control_C2 +LQ03X027060 Predicted protein 10.64899758 C6_control_C3 +LQ03X027060 Predicted protein 10.26098631 C6_chemical_A1 +LQ03X027060 Predicted protein 10.35358326 C6_chemical_A3 +LQ03X027060 Predicted protein 10.1648566 C6_chemical_B1 +LQ03X027060 Predicted protein 11.0214317 C6_chemical_B2 +LQ03X027060 Predicted protein 10.08654995 C6_chemical_B3 +LQ03X027060 Predicted protein 10.70529169 C6_chemical_C1 +LQ03X027060 Predicted protein 10.94117875 C6_chemical_C2 +LQ03X027060 Predicted protein 10.61556656 C6_chemical_C3 +LQ03X027060 Predicted protein 10.27755423 L4_control_A1 +LQ03X027060 Predicted protein 10.12562452 L4_control_A2 +LQ03X027060 Predicted protein 10.17257662 L4_control_A3 +LQ03X027060 Predicted protein 10.31144064 L4_control_B1 +LQ03X027060 Predicted protein 10.23640131 L4_control_B2 +LQ03X027060 Predicted protein 10.59729576 L4_control_B3 +LQ03X027060 Predicted protein 10.53799198 L4_control_C2 +LQ03X027060 Predicted protein 9.659060674 L4_control_C3 +LQ03X027060 Predicted protein 10.47596419 L4_chemical_A1 +LQ03X027060 Predicted protein 9.937841372 L4_chemical_A2 +LQ03X027060 Predicted protein 9.92376547 L4_chemical_A3 +LQ03X027060 Predicted protein 9.871222046 L4_chemical_B1 +LQ03X027060 Predicted protein 9.540384859 L4_chemical_B2 +LQ03X027060 Predicted protein 10.47509727 L4_chemical_B3 +LQ03X027060 Predicted protein 9.985296745 L4_chemical_C2 +LQ03X027060 Predicted protein 10.04357604 L4_chemical_C3 +LQ03X027070 Predicted protein 6.298953535 C6_control_A1 +LQ03X027070 Predicted protein 5.931566108 C6_control_A3 +LQ03X027070 Predicted protein 6.176661692 C6_control_B1 +LQ03X027070 Predicted protein 6.095052669 C6_control_B2 +LQ03X027070 Predicted protein 6.074482379 C6_control_B3 +LQ03X027070 Predicted protein 6.476192063 C6_control_C1 +LQ03X027070 Predicted protein 6.189356316 C6_control_C2 +LQ03X027070 Predicted protein 6.493573063 C6_control_C3 +LQ03X027070 Predicted protein 6.292782864 C6_chemical_A1 +LQ03X027070 Predicted protein 6.328674275 C6_chemical_A3 +LQ03X027070 Predicted protein 6.228060685 C6_chemical_B1 +LQ03X027070 Predicted protein 5.850484041 C6_chemical_B2 +LQ03X027070 Predicted protein 5.811905259 C6_chemical_B3 +LQ03X027070 Predicted protein 6.711781138 C6_chemical_C1 +LQ03X027070 Predicted protein 6.069256954 C6_chemical_C2 +LQ03X027070 Predicted protein 6.423470845 C6_chemical_C3 +LQ03X027070 Predicted protein 6.147510824 L4_control_A1 +LQ03X027070 Predicted protein 5.895862437 L4_control_A2 +LQ03X027070 Predicted protein 6.275323847 L4_control_A3 +LQ03X027070 Predicted protein 5.822031425 L4_control_B1 +LQ03X027070 Predicted protein 6.829666655 L4_control_B2 +LQ03X027070 Predicted protein 5.991854544 L4_control_B3 +LQ03X027070 Predicted protein 6.767078521 L4_control_C2 +LQ03X027070 Predicted protein 6.340436523 L4_control_C3 +LQ03X027070 Predicted protein 5.968745966 L4_chemical_A1 +LQ03X027070 Predicted protein 6.396660839 L4_chemical_A2 +LQ03X027070 Predicted protein 6.418882865 L4_chemical_A3 +LQ03X027070 Predicted protein 6.582026816 L4_chemical_B1 +LQ03X027070 Predicted protein 6.680531201 L4_chemical_B2 +LQ03X027070 Predicted protein 5.876562793 L4_chemical_B3 +LQ03X027070 Predicted protein 7.420482715 L4_chemical_C2 +LQ03X027070 Predicted protein 6.534234478 L4_chemical_C3 +LQ03X027120 Predicted protein 4.942941993 C6_control_A1 +LQ03X027120 Predicted protein 4.827423362 C6_control_A3 +LQ03X027120 Predicted protein 4.810829017 C6_control_B1 +LQ03X027120 Predicted protein 4.692974515 C6_control_B2 +LQ03X027120 Predicted protein 4.966826697 C6_control_B3 +LQ03X027120 Predicted protein 4.919366644 C6_control_C1 +LQ03X027120 Predicted protein 4.729950371 C6_control_C2 +LQ03X027120 Predicted protein 5.070037705 C6_control_C3 +LQ03X027120 Predicted protein 4.973966789 C6_chemical_A1 +LQ03X027120 Predicted protein 4.598233477 C6_chemical_A3 +LQ03X027120 Predicted protein 4.874532128 C6_chemical_B1 +LQ03X027120 Predicted protein 4.641765469 C6_chemical_B2 +LQ03X027120 Predicted protein 4.973910705 C6_chemical_B3 +LQ03X027120 Predicted protein 4.859369329 C6_chemical_C1 +LQ03X027120 Predicted protein 4.758421382 C6_chemical_C2 +LQ03X027120 Predicted protein 4.858077448 C6_chemical_C3 +LQ03X027120 Predicted protein 5.059141403 L4_control_A1 +LQ03X027120 Predicted protein 4.79233998 L4_control_A2 +LQ03X027120 Predicted protein 4.754274379 L4_control_A3 +LQ03X027120 Predicted protein 5.043857961 L4_control_B1 +LQ03X027120 Predicted protein 5.123981531 L4_control_B2 +LQ03X027120 Predicted protein 5.027605501 L4_control_B3 +LQ03X027120 Predicted protein 5.730653412 L4_control_C2 +LQ03X027120 Predicted protein 5.466989485 L4_control_C3 +LQ03X027120 Predicted protein 4.9653736 L4_chemical_A1 +LQ03X027120 Predicted protein 4.917467496 L4_chemical_A2 +LQ03X027120 Predicted protein 4.864755656 L4_chemical_A3 +LQ03X027120 Predicted protein 5.145525698 L4_chemical_B1 +LQ03X027120 Predicted protein 4.758915913 L4_chemical_B2 +LQ03X027120 Predicted protein 5.228239014 L4_chemical_B3 +LQ03X027120 Predicted protein 6.097323061 L4_chemical_C2 +LQ03X027120 Predicted protein 5.240983062 L4_chemical_C3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.635482101 C6_control_A1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.217819461 C6_control_A3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.901075679 C6_control_B1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.524895049 C6_control_B2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.463904027 C6_control_B3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.676684799 C6_control_C1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.25035872 C6_control_C2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.550459126 C6_control_C3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.615772559 C6_chemical_A1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.510359803 C6_chemical_A3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.867959775 C6_chemical_B1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.648316329 C6_chemical_B2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.598778423 C6_chemical_B3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.830570231 C6_chemical_C1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.750147374 C6_chemical_C2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.686052132 C6_chemical_C3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.728430741 L4_control_A1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.35865012 L4_control_A2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.331857664 L4_control_A3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.213223199 L4_control_B1 +LQ03X027210 Putative KTEL motif-containing protein 1 4.914774431 L4_control_B2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.104546323 L4_control_B3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.272924407 L4_control_C2 +LQ03X027210 Putative KTEL motif-containing protein 1 4.96675093 L4_control_C3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.554752079 L4_chemical_A1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.382085948 L4_chemical_A2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.267001899 L4_chemical_A3 +LQ03X027210 Putative KTEL motif-containing protein 1 4.961239847 L4_chemical_B1 +LQ03X027210 Putative KTEL motif-containing protein 1 5.0571825 L4_chemical_B2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.329989158 L4_chemical_B3 +LQ03X027210 Putative KTEL motif-containing protein 1 5.509981532 L4_chemical_C2 +LQ03X027210 Putative KTEL motif-containing protein 1 5.491506925 L4_chemical_C3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.215440604 C6_control_A1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 4.845771902 C6_control_A3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.607703804 C6_control_B1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.3677768 C6_control_B2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.102674497 C6_control_B3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.088658267 C6_control_C1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.278793233 C6_control_C2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.033611544 C6_control_C3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.227010182 C6_chemical_A1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.035727914 C6_chemical_A3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 4.95721882 C6_chemical_B1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.293647841 C6_chemical_B2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.239989691 C6_chemical_B3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 4.996931397 C6_chemical_C1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.214748679 C6_chemical_C2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.124671788 C6_chemical_C3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 4.9092414 L4_control_A1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 4.931144149 L4_control_A2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.119478085 L4_control_A3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 4.99615909 L4_control_B1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.474455477 L4_control_B2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.142761909 L4_control_B3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.347209592 L4_control_C2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.101793145 L4_control_C3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 4.941474828 L4_chemical_A1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.049476926 L4_chemical_A2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 4.872018244 L4_chemical_A3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.159647726 L4_chemical_B1 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.313226069 L4_chemical_B2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.07273531 L4_chemical_B3 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.285771725 L4_chemical_C2 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.349978437 L4_chemical_C3 +LQ03X027230 RNA-binding protein nob1, putative 5.926162069 C6_control_A1 +LQ03X027230 RNA-binding protein nob1, putative 6.06660215 C6_control_A3 +LQ03X027230 RNA-binding protein nob1, putative 5.626103198 C6_control_B1 +LQ03X027230 RNA-binding protein nob1, putative 5.76467549 C6_control_B2 +LQ03X027230 RNA-binding protein nob1, putative 5.865463578 C6_control_B3 +LQ03X027230 RNA-binding protein nob1, putative 5.676662129 C6_control_C1 +LQ03X027230 RNA-binding protein nob1, putative 5.972916629 C6_control_C2 +LQ03X027230 RNA-binding protein nob1, putative 5.768935242 C6_control_C3 +LQ03X027230 RNA-binding protein nob1, putative 5.937351428 C6_chemical_A1 +LQ03X027230 RNA-binding protein nob1, putative 5.380852443 C6_chemical_A3 +LQ03X027230 RNA-binding protein nob1, putative 5.217256253 C6_chemical_B1 +LQ03X027230 RNA-binding protein nob1, putative 5.746891029 C6_chemical_B2 +LQ03X027230 RNA-binding protein nob1, putative 5.219697001 C6_chemical_B3 +LQ03X027230 RNA-binding protein nob1, putative 5.721322045 C6_chemical_C1 +LQ03X027230 RNA-binding protein nob1, putative 5.823715598 C6_chemical_C2 +LQ03X027230 RNA-binding protein nob1, putative 5.989791672 C6_chemical_C3 +LQ03X027230 RNA-binding protein nob1, putative 5.457486056 L4_control_A1 +LQ03X027230 RNA-binding protein nob1, putative 5.605953528 L4_control_A2 +LQ03X027230 RNA-binding protein nob1, putative 5.915330927 L4_control_A3 +LQ03X027230 RNA-binding protein nob1, putative 5.329044228 L4_control_B1 +LQ03X027230 RNA-binding protein nob1, putative 5.510319617 L4_control_B2 +LQ03X027230 RNA-binding protein nob1, putative 5.807772307 L4_control_B3 +LQ03X027230 RNA-binding protein nob1, putative 6.459434336 L4_control_C2 +LQ03X027230 RNA-binding protein nob1, putative 5.537966195 L4_control_C3 +LQ03X027230 RNA-binding protein nob1, putative 5.557814343 L4_chemical_A1 +LQ03X027230 RNA-binding protein nob1, putative 5.766595973 L4_chemical_A2 +LQ03X027230 RNA-binding protein nob1, putative 6.229818234 L4_chemical_A3 +LQ03X027230 RNA-binding protein nob1, putative 5.34141087 L4_chemical_B1 +LQ03X027230 RNA-binding protein nob1, putative 5.586411794 L4_chemical_B2 +LQ03X027230 RNA-binding protein nob1, putative 5.420150804 L4_chemical_B3 +LQ03X027230 RNA-binding protein nob1, putative 5.87241758 L4_chemical_C2 +LQ03X027230 RNA-binding protein nob1, putative 5.277053214 L4_chemical_C3 +LQ03X027250 Tubulin beta-1 chain 12.30478507 C6_control_A1 +LQ03X027250 Tubulin beta-1 chain 13.34244316 C6_control_A3 +LQ03X027250 Tubulin beta-1 chain 11.35579059 C6_control_B1 +LQ03X027250 Tubulin beta-1 chain 10.16073429 C6_control_B2 +LQ03X027250 Tubulin beta-1 chain 10.22964228 C6_control_B3 +LQ03X027250 Tubulin beta-1 chain 7.215515078 C6_control_C1 +LQ03X027250 Tubulin beta-1 chain 7.805842222 C6_control_C2 +LQ03X027250 Tubulin beta-1 chain 7.665941764 C6_control_C3 +LQ03X027250 Tubulin beta-1 chain 12.1466056 C6_chemical_A1 +LQ03X027250 Tubulin beta-1 chain 13.22245797 C6_chemical_A3 +LQ03X027250 Tubulin beta-1 chain 10.24384997 C6_chemical_B1 +LQ03X027250 Tubulin beta-1 chain 9.767394066 C6_chemical_B2 +LQ03X027250 Tubulin beta-1 chain 9.728184265 C6_chemical_B3 +LQ03X027250 Tubulin beta-1 chain 7.667033345 C6_chemical_C1 +LQ03X027250 Tubulin beta-1 chain 7.404239865 C6_chemical_C2 +LQ03X027250 Tubulin beta-1 chain 7.038856933 C6_chemical_C3 +LQ03X027250 Tubulin beta-1 chain 13.16112525 L4_control_A1 +LQ03X027250 Tubulin beta-1 chain 12.93535325 L4_control_A2 +LQ03X027250 Tubulin beta-1 chain 12.88179963 L4_control_A3 +LQ03X027250 Tubulin beta-1 chain 9.290059736 L4_control_B1 +LQ03X027250 Tubulin beta-1 chain 10.8699033 L4_control_B2 +LQ03X027250 Tubulin beta-1 chain 8.2775984 L4_control_B3 +LQ03X027250 Tubulin beta-1 chain 6.46084655 L4_control_C2 +LQ03X027250 Tubulin beta-1 chain 6.271456276 L4_control_C3 +LQ03X027250 Tubulin beta-1 chain 11.71653467 L4_chemical_A1 +LQ03X027250 Tubulin beta-1 chain 11.87507936 L4_chemical_A2 +LQ03X027250 Tubulin beta-1 chain 12.58137291 L4_chemical_A3 +LQ03X027250 Tubulin beta-1 chain 9.849536172 L4_chemical_B1 +LQ03X027250 Tubulin beta-1 chain 11.0964189 L4_chemical_B2 +LQ03X027250 Tubulin beta-1 chain 11.9468463 L4_chemical_B3 +LQ03X027250 Tubulin beta-1 chain 6.530502935 L4_chemical_C2 +LQ03X027250 Tubulin beta-1 chain 5.248183737 L4_chemical_C3 +LQ03X027260 Putative Probable serine racemase 8.611480793 C6_control_A1 +LQ03X027260 Putative Probable serine racemase 8.425225103 C6_control_A3 +LQ03X027260 Putative Probable serine racemase 8.688042416 C6_control_B1 +LQ03X027260 Putative Probable serine racemase 8.098027243 C6_control_B2 +LQ03X027260 Putative Probable serine racemase 8.685989002 C6_control_B3 +LQ03X027260 Putative Probable serine racemase 9.074792321 C6_control_C1 +LQ03X027260 Putative Probable serine racemase 9.168370972 C6_control_C2 +LQ03X027260 Putative Probable serine racemase 9.358172454 C6_control_C3 +LQ03X027260 Putative Probable serine racemase 7.79842199 C6_chemical_A1 +LQ03X027260 Putative Probable serine racemase 8.892868159 C6_chemical_A3 +LQ03X027260 Putative Probable serine racemase 8.008656998 C6_chemical_B1 +LQ03X027260 Putative Probable serine racemase 8.052510027 C6_chemical_B2 +LQ03X027260 Putative Probable serine racemase 8.139782872 C6_chemical_B3 +LQ03X027260 Putative Probable serine racemase 8.4503224 C6_chemical_C1 +LQ03X027260 Putative Probable serine racemase 8.980837768 C6_chemical_C2 +LQ03X027260 Putative Probable serine racemase 8.753675364 C6_chemical_C3 +LQ03X027260 Putative Probable serine racemase 8.817901669 L4_control_A1 +LQ03X027260 Putative Probable serine racemase 8.744345701 L4_control_A2 +LQ03X027260 Putative Probable serine racemase 8.416977511 L4_control_A3 +LQ03X027260 Putative Probable serine racemase 8.288233698 L4_control_B1 +LQ03X027260 Putative Probable serine racemase 8.39346827 L4_control_B2 +LQ03X027260 Putative Probable serine racemase 8.440194483 L4_control_B3 +LQ03X027260 Putative Probable serine racemase 8.97987688 L4_control_C2 +LQ03X027260 Putative Probable serine racemase 9.533216982 L4_control_C3 +LQ03X027260 Putative Probable serine racemase 8.993288284 L4_chemical_A1 +LQ03X027260 Putative Probable serine racemase 8.361271994 L4_chemical_A2 +LQ03X027260 Putative Probable serine racemase 8.249121077 L4_chemical_A3 +LQ03X027260 Putative Probable serine racemase 7.819018391 L4_chemical_B1 +LQ03X027260 Putative Probable serine racemase 7.964871785 L4_chemical_B2 +LQ03X027260 Putative Probable serine racemase 8.601480627 L4_chemical_B3 +LQ03X027260 Putative Probable serine racemase 8.982852429 L4_chemical_C2 +LQ03X027260 Putative Probable serine racemase 9.366039046 L4_chemical_C3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.330548445 C6_control_A1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.20606975 C6_control_A3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.198372747 C6_control_B1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.148650856 C6_control_B2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.409289642 C6_control_B3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 4.880902333 C6_control_C1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.191921149 C6_control_C2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.154360138 C6_control_C3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 4.978103943 C6_chemical_A1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.124047627 C6_chemical_A3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 4.991643803 C6_chemical_B1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.139881869 C6_chemical_B2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.130593083 C6_chemical_B3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.113928803 C6_chemical_C1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.237699344 C6_chemical_C2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.150656345 C6_chemical_C3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.041484298 L4_control_A1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.394999146 L4_control_A2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.677882058 L4_control_A3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.680561907 L4_control_B1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.489934379 L4_control_B2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.260114048 L4_control_B3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.07686237 L4_control_C2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.039122369 L4_control_C3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.162937247 L4_chemical_A1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.61081178 L4_chemical_A2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.719207303 L4_chemical_A3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.156449184 L4_chemical_B1 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.606234418 L4_chemical_B2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 4.90872211 L4_chemical_B3 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.388467393 L4_chemical_C2 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 5.006702704 L4_chemical_C3 +LQ03X027280 Putative copper-transporting ATPase 3 8.786726077 C6_control_A1 +LQ03X027280 Putative copper-transporting ATPase 3 7.498727781 C6_control_A3 +LQ03X027280 Putative copper-transporting ATPase 3 11.13541454 C6_control_B1 +LQ03X027280 Putative copper-transporting ATPase 3 11.7852342 C6_control_B2 +LQ03X027280 Putative copper-transporting ATPase 3 12.03595006 C6_control_B3 +LQ03X027280 Putative copper-transporting ATPase 3 12.57498336 C6_control_C1 +LQ03X027280 Putative copper-transporting ATPase 3 12.67987757 C6_control_C2 +LQ03X027280 Putative copper-transporting ATPase 3 12.8508078 C6_control_C3 +LQ03X027280 Putative copper-transporting ATPase 3 8.328783087 C6_chemical_A1 +LQ03X027280 Putative copper-transporting ATPase 3 7.741028196 C6_chemical_A3 +LQ03X027280 Putative copper-transporting ATPase 3 11.31495022 C6_chemical_B1 +LQ03X027280 Putative copper-transporting ATPase 3 11.50018496 C6_chemical_B2 +LQ03X027280 Putative copper-transporting ATPase 3 11.85754551 C6_chemical_B3 +LQ03X027280 Putative copper-transporting ATPase 3 12.22237194 C6_chemical_C1 +LQ03X027280 Putative copper-transporting ATPase 3 12.57035526 C6_chemical_C2 +LQ03X027280 Putative copper-transporting ATPase 3 12.95759188 C6_chemical_C3 +LQ03X027280 Putative copper-transporting ATPase 3 8.609587024 L4_control_A1 +LQ03X027280 Putative copper-transporting ATPase 3 9.39256173 L4_control_A2 +LQ03X027280 Putative copper-transporting ATPase 3 8.951968507 L4_control_A3 +LQ03X027280 Putative copper-transporting ATPase 3 12.38793492 L4_control_B1 +LQ03X027280 Putative copper-transporting ATPase 3 12.14408436 L4_control_B2 +LQ03X027280 Putative copper-transporting ATPase 3 12.22233788 L4_control_B3 +LQ03X027280 Putative copper-transporting ATPase 3 12.76943495 L4_control_C2 +LQ03X027280 Putative copper-transporting ATPase 3 13.1610853 L4_control_C3 +LQ03X027280 Putative copper-transporting ATPase 3 8.007813717 L4_chemical_A1 +LQ03X027280 Putative copper-transporting ATPase 3 9.320394504 L4_chemical_A2 +LQ03X027280 Putative copper-transporting ATPase 3 8.675520916 L4_chemical_A3 +LQ03X027280 Putative copper-transporting ATPase 3 11.51462022 L4_chemical_B1 +LQ03X027280 Putative copper-transporting ATPase 3 11.99988119 L4_chemical_B2 +LQ03X027280 Putative copper-transporting ATPase 3 11.18507122 L4_chemical_B3 +LQ03X027280 Putative copper-transporting ATPase 3 13.0187791 L4_chemical_C2 +LQ03X027280 Putative copper-transporting ATPase 3 13.07127384 L4_chemical_C3 +LQ03X027320 Glutathione peroxidase (Fragment) 11.99687351 C6_control_A1 +LQ03X027320 Glutathione peroxidase (Fragment) 12.16658708 C6_control_A3 +LQ03X027320 Glutathione peroxidase (Fragment) 12.19706388 C6_control_B1 +LQ03X027320 Glutathione peroxidase (Fragment) 13.56094807 C6_control_B2 +LQ03X027320 Glutathione peroxidase (Fragment) 12.33421689 C6_control_B3 +LQ03X027320 Glutathione peroxidase (Fragment) 14.04462794 C6_control_C1 +LQ03X027320 Glutathione peroxidase (Fragment) 14.05020094 C6_control_C2 +LQ03X027320 Glutathione peroxidase (Fragment) 13.88964031 C6_control_C3 +LQ03X027320 Glutathione peroxidase (Fragment) 12.36855846 C6_chemical_A1 +LQ03X027320 Glutathione peroxidase (Fragment) 12.41975538 C6_chemical_A3 +LQ03X027320 Glutathione peroxidase (Fragment) 12.34036932 C6_chemical_B1 +LQ03X027320 Glutathione peroxidase (Fragment) 13.651797 C6_chemical_B2 +LQ03X027320 Glutathione peroxidase (Fragment) 12.33860529 C6_chemical_B3 +LQ03X027320 Glutathione peroxidase (Fragment) 14.06978045 C6_chemical_C1 +LQ03X027320 Glutathione peroxidase (Fragment) 14.28235407 C6_chemical_C2 +LQ03X027320 Glutathione peroxidase (Fragment) 14.04146121 C6_chemical_C3 +LQ03X027320 Glutathione peroxidase (Fragment) 12.41117976 L4_control_A1 +LQ03X027320 Glutathione peroxidase (Fragment) 12.76334197 L4_control_A2 +LQ03X027320 Glutathione peroxidase (Fragment) 11.82195668 L4_control_A3 +LQ03X027320 Glutathione peroxidase (Fragment) 12.9464892 L4_control_B1 +LQ03X027320 Glutathione peroxidase (Fragment) 12.27594594 L4_control_B2 +LQ03X027320 Glutathione peroxidase (Fragment) 13.20031216 L4_control_B3 +LQ03X027320 Glutathione peroxidase (Fragment) 13.23953074 L4_control_C2 +LQ03X027320 Glutathione peroxidase (Fragment) 12.48609576 L4_control_C3 +LQ03X027320 Glutathione peroxidase (Fragment) 13.40977706 L4_chemical_A1 +LQ03X027320 Glutathione peroxidase (Fragment) 13.23485102 L4_chemical_A2 +LQ03X027320 Glutathione peroxidase (Fragment) 12.49476827 L4_chemical_A3 +LQ03X027320 Glutathione peroxidase (Fragment) 12.68597507 L4_chemical_B1 +LQ03X027320 Glutathione peroxidase (Fragment) 12.2818083 L4_chemical_B2 +LQ03X027320 Glutathione peroxidase (Fragment) 12.78726532 L4_chemical_B3 +LQ03X027320 Glutathione peroxidase (Fragment) 12.99163794 L4_chemical_C2 +LQ03X027320 Glutathione peroxidase (Fragment) 12.9326883 L4_chemical_C3 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.74639311 C6_control_A1 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.89954655 C6_control_A3 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.02950521 C6_control_B1 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.45155918 C6_control_B2 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.09846354 C6_control_B3 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.40360916 C6_control_C1 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.89609302 C6_control_C2 +LQ03X027360 Putative Lysine-specific demethylase 5A 13.16932657 C6_control_C3 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.60145464 C6_chemical_A1 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.76612362 C6_chemical_A3 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.90212049 C6_chemical_B1 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.25360071 C6_chemical_B2 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.04946516 C6_chemical_B3 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.28028864 C6_chemical_C1 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.64492671 C6_chemical_C2 +LQ03X027360 Putative Lysine-specific demethylase 5A 13.04646759 C6_chemical_C3 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.22574545 L4_control_A1 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.54084399 L4_control_A2 +LQ03X027360 Putative Lysine-specific demethylase 5A 10.92892071 L4_control_A3 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.29689415 L4_control_B1 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.85292757 L4_control_B2 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.40792325 L4_control_B3 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.84984257 L4_control_C2 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.15991284 L4_control_C3 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.77105627 L4_chemical_A1 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.60480298 L4_chemical_A2 +LQ03X027360 Putative Lysine-specific demethylase 5A 10.93783276 L4_chemical_A3 +LQ03X027360 Putative Lysine-specific demethylase 5A 10.38334431 L4_chemical_B1 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.85594683 L4_chemical_B2 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.95758461 L4_chemical_B3 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.77798372 L4_chemical_C2 +LQ03X027360 Putative Lysine-specific demethylase 5A 12.15267901 L4_chemical_C3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.335611678 C6_control_A1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.407801013 C6_control_A3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.570960896 C6_control_B1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.365048169 C6_control_B2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.246805154 C6_control_B3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.927124063 C6_control_C1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.977591307 C6_control_C2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.222917124 C6_control_C3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.770408825 C6_chemical_A1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.728630415 C6_chemical_A3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.77341658 C6_chemical_B1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.141961565 C6_chemical_B2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.133377952 C6_chemical_B3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.451303983 C6_chemical_C1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.203596994 C6_chemical_C2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.298064952 C6_chemical_C3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.774464193 L4_control_A1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.977392663 L4_control_A2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.704287069 L4_control_A3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.636648001 L4_control_B1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.283760012 L4_control_B2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.124439681 L4_control_B3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.845051466 L4_control_C2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.96886563 L4_control_C3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.176314213 L4_chemical_A1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.908062799 L4_chemical_A2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.608901589 L4_chemical_A3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.816221706 L4_chemical_B1 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.057341713 L4_chemical_B2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.81362505 L4_chemical_B3 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.319717594 L4_chemical_C2 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 5.327974108 L4_chemical_C3 +LQ03X027380 Tubulin beta-7 chain 13.03323935 C6_control_A1 +LQ03X027380 Tubulin beta-7 chain 12.63369865 C6_control_A3 +LQ03X027380 Tubulin beta-7 chain 12.93983686 C6_control_B1 +LQ03X027380 Tubulin beta-7 chain 12.95477011 C6_control_B2 +LQ03X027380 Tubulin beta-7 chain 13.54757518 C6_control_B3 +LQ03X027380 Tubulin beta-7 chain 12.47876858 C6_control_C1 +LQ03X027380 Tubulin beta-7 chain 12.92861867 C6_control_C2 +LQ03X027380 Tubulin beta-7 chain 13.33303407 C6_control_C3 +LQ03X027380 Tubulin beta-7 chain 11.90888668 C6_chemical_A1 +LQ03X027380 Tubulin beta-7 chain 12.20579369 C6_chemical_A3 +LQ03X027380 Tubulin beta-7 chain 11.63022088 C6_chemical_B1 +LQ03X027380 Tubulin beta-7 chain 12.24482461 C6_chemical_B2 +LQ03X027380 Tubulin beta-7 chain 13.20297862 C6_chemical_B3 +LQ03X027380 Tubulin beta-7 chain 11.76222019 C6_chemical_C1 +LQ03X027380 Tubulin beta-7 chain 12.76502632 C6_chemical_C2 +LQ03X027380 Tubulin beta-7 chain 12.13058047 C6_chemical_C3 +LQ03X027380 Tubulin beta-7 chain 12.52491607 L4_control_A1 +LQ03X027380 Tubulin beta-7 chain 12.61976499 L4_control_A2 +LQ03X027380 Tubulin beta-7 chain 12.87636025 L4_control_A3 +LQ03X027380 Tubulin beta-7 chain 11.9750907 L4_control_B1 +LQ03X027380 Tubulin beta-7 chain 12.75638082 L4_control_B2 +LQ03X027380 Tubulin beta-7 chain 11.79761445 L4_control_B3 +LQ03X027380 Tubulin beta-7 chain 12.38458362 L4_control_C2 +LQ03X027380 Tubulin beta-7 chain 11.96022629 L4_control_C3 +LQ03X027380 Tubulin beta-7 chain 11.32281344 L4_chemical_A1 +LQ03X027380 Tubulin beta-7 chain 11.40608499 L4_chemical_A2 +LQ03X027380 Tubulin beta-7 chain 12.17844783 L4_chemical_A3 +LQ03X027380 Tubulin beta-7 chain 11.36496437 L4_chemical_B1 +LQ03X027380 Tubulin beta-7 chain 11.87464913 L4_chemical_B2 +LQ03X027380 Tubulin beta-7 chain 13.290623 L4_chemical_B3 +LQ03X027380 Tubulin beta-7 chain 12.20706758 L4_chemical_C2 +LQ03X027380 Tubulin beta-7 chain 12.08005385 L4_chemical_C3 +LQ03X027420 Putative uncharacterized protein 4.562049891 C6_control_A1 +LQ03X027420 Putative uncharacterized protein 4.631270735 C6_control_A3 +LQ03X027420 Putative uncharacterized protein 4.685303796 C6_control_B1 +LQ03X027420 Putative uncharacterized protein 4.537695067 C6_control_B2 +LQ03X027420 Putative uncharacterized protein 4.688906128 C6_control_B3 +LQ03X027420 Putative uncharacterized protein 4.761227111 C6_control_C1 +LQ03X027420 Putative uncharacterized protein 4.471087893 C6_control_C2 +LQ03X027420 Putative uncharacterized protein 4.424332548 C6_control_C3 +LQ03X027420 Putative uncharacterized protein 4.783125471 C6_chemical_A1 +LQ03X027420 Putative uncharacterized protein 4.579523374 C6_chemical_A3 +LQ03X027420 Putative uncharacterized protein 4.566285274 C6_chemical_B1 +LQ03X027420 Putative uncharacterized protein 4.489877943 C6_chemical_B2 +LQ03X027420 Putative uncharacterized protein 4.770912507 C6_chemical_B3 +LQ03X027420 Putative uncharacterized protein 4.617232938 C6_chemical_C1 +LQ03X027420 Putative uncharacterized protein 4.606195772 C6_chemical_C2 +LQ03X027420 Putative uncharacterized protein 4.469415847 C6_chemical_C3 +LQ03X027420 Putative uncharacterized protein 4.74750001 L4_control_A1 +LQ03X027420 Putative uncharacterized protein 4.743327247 L4_control_A2 +LQ03X027420 Putative uncharacterized protein 5.162200858 L4_control_A3 +LQ03X027420 Putative uncharacterized protein 4.949296442 L4_control_B1 +LQ03X027420 Putative uncharacterized protein 4.527574386 L4_control_B2 +LQ03X027420 Putative uncharacterized protein 4.851431656 L4_control_B3 +LQ03X027420 Putative uncharacterized protein 4.689861073 L4_control_C2 +LQ03X027420 Putative uncharacterized protein 4.65918834 L4_control_C3 +LQ03X027420 Putative uncharacterized protein 4.808369404 L4_chemical_A1 +LQ03X027420 Putative uncharacterized protein 4.856102594 L4_chemical_A2 +LQ03X027420 Putative uncharacterized protein 5.010876535 L4_chemical_A3 +LQ03X027420 Putative uncharacterized protein 4.835997845 L4_chemical_B1 +LQ03X027420 Putative uncharacterized protein 4.694111785 L4_chemical_B2 +LQ03X027420 Putative uncharacterized protein 4.712717904 L4_chemical_B3 +LQ03X027420 Putative uncharacterized protein 5.253745269 L4_chemical_C2 +LQ03X027420 Putative uncharacterized protein 4.970664412 L4_chemical_C3 +LQ03X027490 Predicted protein 12.53959087 C6_control_A1 +LQ03X027490 Predicted protein 12.96468137 C6_control_A3 +LQ03X027490 Predicted protein 12.13095048 C6_control_B1 +LQ03X027490 Predicted protein 11.58680604 C6_control_B2 +LQ03X027490 Predicted protein 11.816472 C6_control_B3 +LQ03X027490 Predicted protein 12.00332511 C6_control_C1 +LQ03X027490 Predicted protein 11.8296235 C6_control_C2 +LQ03X027490 Predicted protein 11.68981883 C6_control_C3 +LQ03X027490 Predicted protein 12.10456895 C6_chemical_A1 +LQ03X027490 Predicted protein 12.4991321 C6_chemical_A3 +LQ03X027490 Predicted protein 11.72738519 C6_chemical_B1 +LQ03X027490 Predicted protein 11.34820582 C6_chemical_B2 +LQ03X027490 Predicted protein 11.56908709 C6_chemical_B3 +LQ03X027490 Predicted protein 11.93058243 C6_chemical_C1 +LQ03X027490 Predicted protein 11.6977555 C6_chemical_C2 +LQ03X027490 Predicted protein 11.37857216 C6_chemical_C3 +LQ03X027490 Predicted protein 12.77607071 L4_control_A1 +LQ03X027490 Predicted protein 12.43831658 L4_control_A2 +LQ03X027490 Predicted protein 12.67728314 L4_control_A3 +LQ03X027490 Predicted protein 12.26257367 L4_control_B1 +LQ03X027490 Predicted protein 11.74911098 L4_control_B2 +LQ03X027490 Predicted protein 11.47111716 L4_control_B3 +LQ03X027490 Predicted protein 12.08372328 L4_control_C2 +LQ03X027490 Predicted protein 11.82498067 L4_control_C3 +LQ03X027490 Predicted protein 12.48290148 L4_chemical_A1 +LQ03X027490 Predicted protein 12.24683492 L4_chemical_A2 +LQ03X027490 Predicted protein 12.81890314 L4_chemical_A3 +LQ03X027490 Predicted protein 12.59956655 L4_chemical_B1 +LQ03X027490 Predicted protein 12.3343609 L4_chemical_B2 +LQ03X027490 Predicted protein 11.65457446 L4_chemical_B3 +LQ03X027490 Predicted protein 12.10227703 L4_chemical_C2 +LQ03X027490 Predicted protein 11.95448969 L4_chemical_C3 +LQ03X027500 Transcription factor GLABRA 3 13.11669088 C6_control_A1 +LQ03X027500 Transcription factor GLABRA 3 12.99610918 C6_control_A3 +LQ03X027500 Transcription factor GLABRA 3 13.02269945 C6_control_B1 +LQ03X027500 Transcription factor GLABRA 3 11.0022483 C6_control_B2 +LQ03X027500 Transcription factor GLABRA 3 12.31298317 C6_control_B3 +LQ03X027500 Transcription factor GLABRA 3 8.516178259 C6_control_C1 +LQ03X027500 Transcription factor GLABRA 3 8.055900004 C6_control_C2 +LQ03X027500 Transcription factor GLABRA 3 8.200995356 C6_control_C3 +LQ03X027500 Transcription factor GLABRA 3 12.97232788 C6_chemical_A1 +LQ03X027500 Transcription factor GLABRA 3 13.11029585 C6_chemical_A3 +LQ03X027500 Transcription factor GLABRA 3 12.80240248 C6_chemical_B1 +LQ03X027500 Transcription factor GLABRA 3 10.7134015 C6_chemical_B2 +LQ03X027500 Transcription factor GLABRA 3 12.11753543 C6_chemical_B3 +LQ03X027500 Transcription factor GLABRA 3 8.445517115 C6_chemical_C1 +LQ03X027500 Transcription factor GLABRA 3 7.835446419 C6_chemical_C2 +LQ03X027500 Transcription factor GLABRA 3 8.206085898 C6_chemical_C3 +LQ03X027500 Transcription factor GLABRA 3 13.28317989 L4_control_A1 +LQ03X027500 Transcription factor GLABRA 3 13.44928825 L4_control_A2 +LQ03X027500 Transcription factor GLABRA 3 13.34254463 L4_control_A3 +LQ03X027500 Transcription factor GLABRA 3 12.53858542 L4_control_B1 +LQ03X027500 Transcription factor GLABRA 3 13.50950202 L4_control_B2 +LQ03X027500 Transcription factor GLABRA 3 10.7763983 L4_control_B3 +LQ03X027500 Transcription factor GLABRA 3 9.180544493 L4_control_C2 +LQ03X027500 Transcription factor GLABRA 3 8.55677636 L4_control_C3 +LQ03X027500 Transcription factor GLABRA 3 12.63546008 L4_chemical_A1 +LQ03X027500 Transcription factor GLABRA 3 12.97321797 L4_chemical_A2 +LQ03X027500 Transcription factor GLABRA 3 13.40100384 L4_chemical_A3 +LQ03X027500 Transcription factor GLABRA 3 13.32036765 L4_chemical_B1 +LQ03X027500 Transcription factor GLABRA 3 12.98139821 L4_chemical_B2 +LQ03X027500 Transcription factor GLABRA 3 12.67364253 L4_chemical_B3 +LQ03X027500 Transcription factor GLABRA 3 7.726986402 L4_chemical_C2 +LQ03X027500 Transcription factor GLABRA 3 8.582844728 L4_chemical_C3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.831629383 C6_control_A1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 6.31232623 C6_control_A3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.647283053 C6_control_B1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.7402347 C6_control_B2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.515573019 C6_control_B3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.706504012 C6_control_C1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 6.300692916 C6_control_C2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.12423091 C6_control_C3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.332500631 C6_chemical_A1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.546204381 C6_chemical_A3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.64149106 C6_chemical_B1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.421400311 C6_chemical_B2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.111800113 C6_chemical_B3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.306563786 C6_chemical_C1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.353114411 C6_chemical_C2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.576111293 C6_chemical_C3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.446372678 L4_control_A1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.773571325 L4_control_A2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.140365516 L4_control_A3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.740279809 L4_control_B1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.611343657 L4_control_B2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.281567051 L4_control_B3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.044840859 L4_control_C2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.789887806 L4_control_C3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.14422468 L4_chemical_A1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.585237264 L4_chemical_A2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.516391192 L4_chemical_A3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.792342136 L4_chemical_B1 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.253076237 L4_chemical_B2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.39958495 L4_chemical_B3 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.767471328 L4_chemical_C2 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 6.545397666 L4_chemical_C3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.51731218 C6_control_A1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.04544785 C6_control_A3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.62387424 C6_control_B1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.33110438 C6_control_B2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.57047667 C6_control_B3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.45314022 C6_control_C1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.21527715 C6_control_C2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.11123935 C6_control_C3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.47033267 C6_chemical_A1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.43958072 C6_chemical_A3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.54528964 C6_chemical_B1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.20537751 C6_chemical_B2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.69784643 C6_chemical_B3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.59281471 C6_chemical_C1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.16974294 C6_chemical_C2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.58612479 C6_chemical_C3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.5175095 L4_control_A1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 12.42827338 L4_control_A2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 12.40170266 L4_control_A3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.46775692 L4_control_B1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.22919918 L4_control_B2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.2129553 L4_control_B3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 12.98986452 L4_control_C2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 12.64593044 L4_control_C3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.13803341 L4_chemical_A1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 12.32385284 L4_chemical_A2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 12.94397759 L4_chemical_A3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.11802156 L4_chemical_B1 +LQ03X027560 Putative Signal peptide peptidase-like 2B 12.85802304 L4_chemical_B2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.47794085 L4_chemical_B3 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.15819269 L4_chemical_C2 +LQ03X027560 Putative Signal peptide peptidase-like 2B 12.87947394 L4_chemical_C3 +LQ03X027570 Probable aquaporin PIP1-4 5.600066195 C6_control_A1 +LQ03X027570 Probable aquaporin PIP1-4 5.587030504 C6_control_A3 +LQ03X027570 Probable aquaporin PIP1-4 6.178870033 C6_control_B1 +LQ03X027570 Probable aquaporin PIP1-4 5.871821914 C6_control_B2 +LQ03X027570 Probable aquaporin PIP1-4 5.649563059 C6_control_B3 +LQ03X027570 Probable aquaporin PIP1-4 5.575261488 C6_control_C1 +LQ03X027570 Probable aquaporin PIP1-4 5.805455486 C6_control_C2 +LQ03X027570 Probable aquaporin PIP1-4 5.718179056 C6_control_C3 +LQ03X027570 Probable aquaporin PIP1-4 5.64685554 C6_chemical_A1 +LQ03X027570 Probable aquaporin PIP1-4 5.50224555 C6_chemical_A3 +LQ03X027570 Probable aquaporin PIP1-4 5.433188767 C6_chemical_B1 +LQ03X027570 Probable aquaporin PIP1-4 6.149962912 C6_chemical_B2 +LQ03X027570 Probable aquaporin PIP1-4 5.38052396 C6_chemical_B3 +LQ03X027570 Probable aquaporin PIP1-4 5.792839234 C6_chemical_C1 +LQ03X027570 Probable aquaporin PIP1-4 6.248304774 C6_chemical_C2 +LQ03X027570 Probable aquaporin PIP1-4 5.632363579 C6_chemical_C3 +LQ03X027570 Probable aquaporin PIP1-4 5.646573327 L4_control_A1 +LQ03X027570 Probable aquaporin PIP1-4 5.439321111 L4_control_A2 +LQ03X027570 Probable aquaporin PIP1-4 5.487125787 L4_control_A3 +LQ03X027570 Probable aquaporin PIP1-4 4.77749344 L4_control_B1 +LQ03X027570 Probable aquaporin PIP1-4 5.426763845 L4_control_B2 +LQ03X027570 Probable aquaporin PIP1-4 5.46242614 L4_control_B3 +LQ03X027570 Probable aquaporin PIP1-4 5.587364523 L4_control_C2 +LQ03X027570 Probable aquaporin PIP1-4 5.592716016 L4_control_C3 +LQ03X027570 Probable aquaporin PIP1-4 5.220553722 L4_chemical_A1 +LQ03X027570 Probable aquaporin PIP1-4 5.481161632 L4_chemical_A2 +LQ03X027570 Probable aquaporin PIP1-4 5.496062249 L4_chemical_A3 +LQ03X027570 Probable aquaporin PIP1-4 5.891316075 L4_chemical_B1 +LQ03X027570 Probable aquaporin PIP1-4 5.323907895 L4_chemical_B2 +LQ03X027570 Probable aquaporin PIP1-4 5.980310127 L4_chemical_B3 +LQ03X027570 Probable aquaporin PIP1-4 6.046857761 L4_chemical_C2 +LQ03X027570 Probable aquaporin PIP1-4 6.152186864 L4_chemical_C3 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.13834822 C6_control_A1 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.17594734 C6_control_A3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.81834171 C6_control_B1 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.06452942 C6_control_B2 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.55072958 C6_control_B3 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.39938372 C6_control_C1 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.29745349 C6_control_C2 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.29428199 C6_control_C3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.85014668 C6_chemical_A1 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.25299954 C6_chemical_A3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.64454193 C6_chemical_B1 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.15965833 C6_chemical_B2 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.67954194 C6_chemical_B3 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.3309053 C6_chemical_C1 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.55550449 C6_chemical_C2 +LQ03X027580 Putative WW domain-containing oxidoreductase 14.10600393 C6_chemical_C3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.63776317 L4_control_A1 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.72653214 L4_control_A2 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.39169996 L4_control_A3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.74486001 L4_control_B1 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.05130844 L4_control_B2 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.86769118 L4_control_B3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.7556368 L4_control_C2 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.54032734 L4_control_C3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.91003535 L4_chemical_A1 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.68933595 L4_chemical_A2 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.43138404 L4_chemical_A3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.47820638 L4_chemical_B1 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.10662359 L4_chemical_B2 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.68169786 L4_chemical_B3 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.7235543 L4_chemical_C2 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.73837713 L4_chemical_C3 +LQ03X027610 Cytochrome P450 86A2 6.292923143 C6_control_A1 +LQ03X027610 Cytochrome P450 86A2 5.669553933 C6_control_A3 +LQ03X027610 Cytochrome P450 86A2 6.757689467 C6_control_B1 +LQ03X027610 Cytochrome P450 86A2 7.395196509 C6_control_B2 +LQ03X027610 Cytochrome P450 86A2 6.921802934 C6_control_B3 +LQ03X027610 Cytochrome P450 86A2 6.206734257 C6_control_C1 +LQ03X027610 Cytochrome P450 86A2 7.040051379 C6_control_C2 +LQ03X027610 Cytochrome P450 86A2 6.406779759 C6_control_C3 +LQ03X027610 Cytochrome P450 86A2 6.237818226 C6_chemical_A1 +LQ03X027610 Cytochrome P450 86A2 6.163202972 C6_chemical_A3 +LQ03X027610 Cytochrome P450 86A2 6.865296775 C6_chemical_B1 +LQ03X027610 Cytochrome P450 86A2 7.558338985 C6_chemical_B2 +LQ03X027610 Cytochrome P450 86A2 6.878935893 C6_chemical_B3 +LQ03X027610 Cytochrome P450 86A2 6.232002837 C6_chemical_C1 +LQ03X027610 Cytochrome P450 86A2 6.840794586 C6_chemical_C2 +LQ03X027610 Cytochrome P450 86A2 6.586239651 C6_chemical_C3 +LQ03X027610 Cytochrome P450 86A2 6.358852379 L4_control_A1 +LQ03X027610 Cytochrome P450 86A2 6.2042638 L4_control_A2 +LQ03X027610 Cytochrome P450 86A2 5.721996035 L4_control_A3 +LQ03X027610 Cytochrome P450 86A2 6.951235885 L4_control_B1 +LQ03X027610 Cytochrome P450 86A2 7.107912942 L4_control_B2 +LQ03X027610 Cytochrome P450 86A2 6.446825889 L4_control_B3 +LQ03X027610 Cytochrome P450 86A2 5.229399761 L4_control_C2 +LQ03X027610 Cytochrome P450 86A2 5.120687352 L4_control_C3 +LQ03X027610 Cytochrome P450 86A2 6.25407292 L4_chemical_A1 +LQ03X027610 Cytochrome P450 86A2 6.425122933 L4_chemical_A2 +LQ03X027610 Cytochrome P450 86A2 5.978087413 L4_chemical_A3 +LQ03X027610 Cytochrome P450 86A2 6.558993688 L4_chemical_B1 +LQ03X027610 Cytochrome P450 86A2 7.289141785 L4_chemical_B2 +LQ03X027610 Cytochrome P450 86A2 6.710602696 L4_chemical_B3 +LQ03X027610 Cytochrome P450 86A2 5.51347355 L4_chemical_C2 +LQ03X027610 Cytochrome P450 86A2 6.008901646 L4_chemical_C3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.749135813 C6_control_A1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.692083656 C6_control_A3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.790062517 C6_control_B1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.258398985 C6_control_B2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.948372507 C6_control_B3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.646937637 C6_control_C1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 8.891634491 C6_control_C2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.170725246 C6_control_C3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.10809795 C6_chemical_A1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.830525836 C6_chemical_A3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.699968677 C6_chemical_B1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 8.972326686 C6_chemical_B2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.593449435 C6_chemical_B3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.58660074 C6_chemical_C1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.4519552 C6_chemical_C2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.399441317 C6_chemical_C3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.711124847 L4_control_A1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.25641996 L4_control_A2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.65136284 L4_control_A3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.25609956 L4_control_B1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 11.04410772 L4_control_B2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.03806242 L4_control_B3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.67355458 L4_control_C2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.5312296 L4_control_C3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.648922971 L4_chemical_A1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.19210582 L4_chemical_A2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.14663964 L4_chemical_A3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.35249666 L4_chemical_B1 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.69936029 L4_chemical_B2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 9.701317862 L4_chemical_B3 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.67082092 L4_chemical_C2 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.57619377 L4_chemical_C3 +LQ03X027640 Putative Aminopeptidase N 13.48523251 C6_control_A1 +LQ03X027640 Putative Aminopeptidase N 13.26056108 C6_control_A3 +LQ03X027640 Putative Aminopeptidase N 14.17599716 C6_control_B1 +LQ03X027640 Putative Aminopeptidase N 14.06339937 C6_control_B2 +LQ03X027640 Putative Aminopeptidase N 14.06800616 C6_control_B3 +LQ03X027640 Putative Aminopeptidase N 14.09232309 C6_control_C1 +LQ03X027640 Putative Aminopeptidase N 14.47145084 C6_control_C2 +LQ03X027640 Putative Aminopeptidase N 14.27573606 C6_control_C3 +LQ03X027640 Putative Aminopeptidase N 13.6167433 C6_chemical_A1 +LQ03X027640 Putative Aminopeptidase N 13.77495524 C6_chemical_A3 +LQ03X027640 Putative Aminopeptidase N 14.37102541 C6_chemical_B1 +LQ03X027640 Putative Aminopeptidase N 14.20037031 C6_chemical_B2 +LQ03X027640 Putative Aminopeptidase N 14.3881016 C6_chemical_B3 +LQ03X027640 Putative Aminopeptidase N 13.93317693 C6_chemical_C1 +LQ03X027640 Putative Aminopeptidase N 14.45286872 C6_chemical_C2 +LQ03X027640 Putative Aminopeptidase N 14.34734421 C6_chemical_C3 +LQ03X027640 Putative Aminopeptidase N 13.57095168 L4_control_A1 +LQ03X027640 Putative Aminopeptidase N 14.03757325 L4_control_A2 +LQ03X027640 Putative Aminopeptidase N 13.62358922 L4_control_A3 +LQ03X027640 Putative Aminopeptidase N 14.41451202 L4_control_B1 +LQ03X027640 Putative Aminopeptidase N 14.79456747 L4_control_B2 +LQ03X027640 Putative Aminopeptidase N 14.66643618 L4_control_B3 +LQ03X027640 Putative Aminopeptidase N 15.0346137 L4_control_C2 +LQ03X027640 Putative Aminopeptidase N 14.89750318 L4_control_C3 +LQ03X027640 Putative Aminopeptidase N 13.71195766 L4_chemical_A1 +LQ03X027640 Putative Aminopeptidase N 14.00936286 L4_chemical_A2 +LQ03X027640 Putative Aminopeptidase N 13.52372343 L4_chemical_A3 +LQ03X027640 Putative Aminopeptidase N 14.21566938 L4_chemical_B1 +LQ03X027640 Putative Aminopeptidase N 14.41674383 L4_chemical_B2 +LQ03X027640 Putative Aminopeptidase N 14.25687543 L4_chemical_B3 +LQ03X027640 Putative Aminopeptidase N 14.85211742 L4_chemical_C2 +LQ03X027640 Putative Aminopeptidase N 14.83901795 L4_chemical_C3 +LQ03X027660 Predicted protein 9.276259822 C6_control_A1 +LQ03X027660 Predicted protein 9.072053498 C6_control_A3 +LQ03X027660 Predicted protein 9.197884531 C6_control_B1 +LQ03X027660 Predicted protein 8.855955855 C6_control_B2 +LQ03X027660 Predicted protein 9.25216643 C6_control_B3 +LQ03X027660 Predicted protein 9.551707364 C6_control_C1 +LQ03X027660 Predicted protein 9.398589952 C6_control_C2 +LQ03X027660 Predicted protein 9.619995358 C6_control_C3 +LQ03X027660 Predicted protein 8.865789857 C6_chemical_A1 +LQ03X027660 Predicted protein 9.318631111 C6_chemical_A3 +LQ03X027660 Predicted protein 8.54610049 C6_chemical_B1 +LQ03X027660 Predicted protein 8.737862916 C6_chemical_B2 +LQ03X027660 Predicted protein 8.781244795 C6_chemical_B3 +LQ03X027660 Predicted protein 9.202485778 C6_chemical_C1 +LQ03X027660 Predicted protein 9.255613252 C6_chemical_C2 +LQ03X027660 Predicted protein 9.364150275 C6_chemical_C3 +LQ03X027660 Predicted protein 9.203024919 L4_control_A1 +LQ03X027660 Predicted protein 10.03105708 L4_control_A2 +LQ03X027660 Predicted protein 10.04089593 L4_control_A3 +LQ03X027660 Predicted protein 8.819534944 L4_control_B1 +LQ03X027660 Predicted protein 9.812319826 L4_control_B2 +LQ03X027660 Predicted protein 9.260263289 L4_control_B3 +LQ03X027660 Predicted protein 9.871150684 L4_control_C2 +LQ03X027660 Predicted protein 9.514669446 L4_control_C3 +LQ03X027660 Predicted protein 9.174547132 L4_chemical_A1 +LQ03X027660 Predicted protein 9.450899168 L4_chemical_A2 +LQ03X027660 Predicted protein 9.835622412 L4_chemical_A3 +LQ03X027660 Predicted protein 9.208616386 L4_chemical_B1 +LQ03X027660 Predicted protein 9.517736425 L4_chemical_B2 +LQ03X027660 Predicted protein 8.864490589 L4_chemical_B3 +LQ03X027660 Predicted protein 9.278030456 L4_chemical_C2 +LQ03X027660 Predicted protein 9.61204275 L4_chemical_C3 +LQ03X027670 Predicted protein 5.634742661 C6_control_A1 +LQ03X027670 Predicted protein 5.471059177 C6_control_A3 +LQ03X027670 Predicted protein 5.607397959 C6_control_B1 +LQ03X027670 Predicted protein 6.758687886 C6_control_B2 +LQ03X027670 Predicted protein 5.880698939 C6_control_B3 +LQ03X027670 Predicted protein 5.597020794 C6_control_C1 +LQ03X027670 Predicted protein 5.467065769 C6_control_C2 +LQ03X027670 Predicted protein 5.613312469 C6_control_C3 +LQ03X027670 Predicted protein 5.924911275 C6_chemical_A1 +LQ03X027670 Predicted protein 5.302471835 C6_chemical_A3 +LQ03X027670 Predicted protein 5.180926901 C6_chemical_B1 +LQ03X027670 Predicted protein 6.033129616 C6_chemical_B2 +LQ03X027670 Predicted protein 5.295225043 C6_chemical_B3 +LQ03X027670 Predicted protein 5.379923416 C6_chemical_C1 +LQ03X027670 Predicted protein 5.357261617 C6_chemical_C2 +LQ03X027670 Predicted protein 5.688283587 C6_chemical_C3 +LQ03X027670 Predicted protein 5.368571712 L4_control_A1 +LQ03X027670 Predicted protein 5.744875895 L4_control_A2 +LQ03X027670 Predicted protein 5.962569688 L4_control_A3 +LQ03X027670 Predicted protein 6.071238443 L4_control_B1 +LQ03X027670 Predicted protein 6.370772147 L4_control_B2 +LQ03X027670 Predicted protein 5.923147418 L4_control_B3 +LQ03X027670 Predicted protein 5.354709288 L4_control_C2 +LQ03X027670 Predicted protein 5.222979064 L4_control_C3 +LQ03X027670 Predicted protein 5.573408496 L4_chemical_A1 +LQ03X027670 Predicted protein 5.646785954 L4_chemical_A2 +LQ03X027670 Predicted protein 6.634218306 L4_chemical_A3 +LQ03X027670 Predicted protein 6.71568383 L4_chemical_B1 +LQ03X027670 Predicted protein 5.801069643 L4_chemical_B2 +LQ03X027670 Predicted protein 5.685221041 L4_chemical_B3 +LQ03X027670 Predicted protein 5.905232961 L4_chemical_C2 +LQ03X027670 Predicted protein 5.066072093 L4_chemical_C3 +LQ03X027680 Hypothetical protein 5.235127066 C6_control_A1 +LQ03X027680 Hypothetical protein 5.544370877 C6_control_A3 +LQ03X027680 Hypothetical protein 5.565049152 C6_control_B1 +LQ03X027680 Hypothetical protein 5.583549837 C6_control_B2 +LQ03X027680 Hypothetical protein 5.473709074 C6_control_B3 +LQ03X027680 Hypothetical protein 6.249209318 C6_control_C1 +LQ03X027680 Hypothetical protein 5.602896316 C6_control_C2 +LQ03X027680 Hypothetical protein 5.715818202 C6_control_C3 +LQ03X027680 Hypothetical protein 5.348053169 C6_chemical_A1 +LQ03X027680 Hypothetical protein 5.663028037 C6_chemical_A3 +LQ03X027680 Hypothetical protein 5.685245674 C6_chemical_B1 +LQ03X027680 Hypothetical protein 5.427785369 C6_chemical_B2 +LQ03X027680 Hypothetical protein 5.779509342 C6_chemical_B3 +LQ03X027680 Hypothetical protein 5.618308679 C6_chemical_C1 +LQ03X027680 Hypothetical protein 5.378233673 C6_chemical_C2 +LQ03X027680 Hypothetical protein 5.449023184 C6_chemical_C3 +LQ03X027680 Hypothetical protein 5.216095958 L4_control_A1 +LQ03X027680 Hypothetical protein 5.054999397 L4_control_A2 +LQ03X027680 Hypothetical protein 5.288669338 L4_control_A3 +LQ03X027680 Hypothetical protein 5.103681849 L4_control_B1 +LQ03X027680 Hypothetical protein 5.301693765 L4_control_B2 +LQ03X027680 Hypothetical protein 5.004712202 L4_control_B3 +LQ03X027680 Hypothetical protein 5.354662697 L4_control_C2 +LQ03X027680 Hypothetical protein 5.293870988 L4_control_C3 +LQ03X027680 Hypothetical protein 5.291900533 L4_chemical_A1 +LQ03X027680 Hypothetical protein 5.240816446 L4_chemical_A2 +LQ03X027680 Hypothetical protein 5.554692693 L4_chemical_A3 +LQ03X027680 Hypothetical protein 5.534489247 L4_chemical_B1 +LQ03X027680 Hypothetical protein 4.872091801 L4_chemical_B2 +LQ03X027680 Hypothetical protein 5.310766762 L4_chemical_B3 +LQ03X027680 Hypothetical protein 5.983116586 L4_chemical_C2 +LQ03X027680 Hypothetical protein 5.087814607 L4_chemical_C3 +LQ03X027730 AP-1 complex subunit beta-1 5.850068125 C6_control_A1 +LQ03X027730 AP-1 complex subunit beta-1 5.78788108 C6_control_A3 +LQ03X027730 AP-1 complex subunit beta-1 5.553802874 C6_control_B1 +LQ03X027730 AP-1 complex subunit beta-1 5.890109694 C6_control_B2 +LQ03X027730 AP-1 complex subunit beta-1 5.510783964 C6_control_B3 +LQ03X027730 AP-1 complex subunit beta-1 5.619958518 C6_control_C1 +LQ03X027730 AP-1 complex subunit beta-1 5.606939516 C6_control_C2 +LQ03X027730 AP-1 complex subunit beta-1 5.967121822 C6_control_C3 +LQ03X027730 AP-1 complex subunit beta-1 5.425738127 C6_chemical_A1 +LQ03X027730 AP-1 complex subunit beta-1 6.11642363 C6_chemical_A3 +LQ03X027730 AP-1 complex subunit beta-1 5.486313976 C6_chemical_B1 +LQ03X027730 AP-1 complex subunit beta-1 5.834503042 C6_chemical_B2 +LQ03X027730 AP-1 complex subunit beta-1 5.651520862 C6_chemical_B3 +LQ03X027730 AP-1 complex subunit beta-1 5.684095197 C6_chemical_C1 +LQ03X027730 AP-1 complex subunit beta-1 5.774749735 C6_chemical_C2 +LQ03X027730 AP-1 complex subunit beta-1 5.882613673 C6_chemical_C3 +LQ03X027730 AP-1 complex subunit beta-1 5.41599123 L4_control_A1 +LQ03X027730 AP-1 complex subunit beta-1 6.084193966 L4_control_A2 +LQ03X027730 AP-1 complex subunit beta-1 6.424287393 L4_control_A3 +LQ03X027730 AP-1 complex subunit beta-1 6.272776822 L4_control_B1 +LQ03X027730 AP-1 complex subunit beta-1 5.790187245 L4_control_B2 +LQ03X027730 AP-1 complex subunit beta-1 5.816550659 L4_control_B3 +LQ03X027730 AP-1 complex subunit beta-1 5.56514296 L4_control_C2 +LQ03X027730 AP-1 complex subunit beta-1 5.631120386 L4_control_C3 +LQ03X027730 AP-1 complex subunit beta-1 5.704711469 L4_chemical_A1 +LQ03X027730 AP-1 complex subunit beta-1 5.650875104 L4_chemical_A2 +LQ03X027730 AP-1 complex subunit beta-1 5.742708707 L4_chemical_A3 +LQ03X027730 AP-1 complex subunit beta-1 5.530288539 L4_chemical_B1 +LQ03X027730 AP-1 complex subunit beta-1 6.158962074 L4_chemical_B2 +LQ03X027730 AP-1 complex subunit beta-1 5.86090325 L4_chemical_B3 +LQ03X027730 AP-1 complex subunit beta-1 5.648909937 L4_chemical_C2 +LQ03X027730 AP-1 complex subunit beta-1 5.393937799 L4_chemical_C3 +LQ03X027740 DNA repair helicase XPB1 11.65786519 C6_control_A1 +LQ03X027740 DNA repair helicase XPB1 11.89342225 C6_control_A3 +LQ03X027740 DNA repair helicase XPB1 11.76353534 C6_control_B1 +LQ03X027740 DNA repair helicase XPB1 11.47996691 C6_control_B2 +LQ03X027740 DNA repair helicase XPB1 11.5769293 C6_control_B3 +LQ03X027740 DNA repair helicase XPB1 12.10358319 C6_control_C1 +LQ03X027740 DNA repair helicase XPB1 11.81802913 C6_control_C2 +LQ03X027740 DNA repair helicase XPB1 11.58098587 C6_control_C3 +LQ03X027740 DNA repair helicase XPB1 11.76329021 C6_chemical_A1 +LQ03X027740 DNA repair helicase XPB1 11.75765662 C6_chemical_A3 +LQ03X027740 DNA repair helicase XPB1 11.70347203 C6_chemical_B1 +LQ03X027740 DNA repair helicase XPB1 11.69159191 C6_chemical_B2 +LQ03X027740 DNA repair helicase XPB1 11.59960041 C6_chemical_B3 +LQ03X027740 DNA repair helicase XPB1 11.99743377 C6_chemical_C1 +LQ03X027740 DNA repair helicase XPB1 11.68178314 C6_chemical_C2 +LQ03X027740 DNA repair helicase XPB1 11.62150008 C6_chemical_C3 +LQ03X027740 DNA repair helicase XPB1 11.69154494 L4_control_A1 +LQ03X027740 DNA repair helicase XPB1 11.8925906 L4_control_A2 +LQ03X027740 DNA repair helicase XPB1 11.27788637 L4_control_A3 +LQ03X027740 DNA repair helicase XPB1 11.54212286 L4_control_B1 +LQ03X027740 DNA repair helicase XPB1 12.06749743 L4_control_B2 +LQ03X027740 DNA repair helicase XPB1 11.75785737 L4_control_B3 +LQ03X027740 DNA repair helicase XPB1 11.31986664 L4_control_C2 +LQ03X027740 DNA repair helicase XPB1 12.23350602 L4_control_C3 +LQ03X027740 DNA repair helicase XPB1 12.14361274 L4_chemical_A1 +LQ03X027740 DNA repair helicase XPB1 11.85707969 L4_chemical_A2 +LQ03X027740 DNA repair helicase XPB1 11.17589712 L4_chemical_A3 +LQ03X027740 DNA repair helicase XPB1 11.51480972 L4_chemical_B1 +LQ03X027740 DNA repair helicase XPB1 11.52729965 L4_chemical_B2 +LQ03X027740 DNA repair helicase XPB1 11.46673098 L4_chemical_B3 +LQ03X027740 DNA repair helicase XPB1 11.28385426 L4_chemical_C2 +LQ03X027740 DNA repair helicase XPB1 12.26918181 L4_chemical_C3 +LQ03X027760 Putative uncharacterized protein 13.36399993 C6_control_A1 +LQ03X027760 Putative uncharacterized protein 13.41779965 C6_control_A3 +LQ03X027760 Putative uncharacterized protein 13.48403196 C6_control_B1 +LQ03X027760 Putative uncharacterized protein 12.98989224 C6_control_B2 +LQ03X027760 Putative uncharacterized protein 13.11058569 C6_control_B3 +LQ03X027760 Putative uncharacterized protein 12.66502757 C6_control_C1 +LQ03X027760 Putative uncharacterized protein 12.61193332 C6_control_C2 +LQ03X027760 Putative uncharacterized protein 12.55815343 C6_control_C3 +LQ03X027760 Putative uncharacterized protein 13.46574287 C6_chemical_A1 +LQ03X027760 Putative uncharacterized protein 13.55056953 C6_chemical_A3 +LQ03X027760 Putative uncharacterized protein 13.47985342 C6_chemical_B1 +LQ03X027760 Putative uncharacterized protein 13.04704303 C6_chemical_B2 +LQ03X027760 Putative uncharacterized protein 12.96231064 C6_chemical_B3 +LQ03X027760 Putative uncharacterized protein 12.78243386 C6_chemical_C1 +LQ03X027760 Putative uncharacterized protein 12.5660747 C6_chemical_C2 +LQ03X027760 Putative uncharacterized protein 12.37804301 C6_chemical_C3 +LQ03X027760 Putative uncharacterized protein 12.8133296 L4_control_A1 +LQ03X027760 Putative uncharacterized protein 12.53643533 L4_control_A2 +LQ03X027760 Putative uncharacterized protein 12.59582578 L4_control_A3 +LQ03X027760 Putative uncharacterized protein 12.63385786 L4_control_B1 +LQ03X027760 Putative uncharacterized protein 12.92369955 L4_control_B2 +LQ03X027760 Putative uncharacterized protein 12.28591454 L4_control_B3 +LQ03X027760 Putative uncharacterized protein 12.2798663 L4_control_C2 +LQ03X027760 Putative uncharacterized protein 12.09986422 L4_control_C3 +LQ03X027760 Putative uncharacterized protein 12.73176335 L4_chemical_A1 +LQ03X027760 Putative uncharacterized protein 12.5843005 L4_chemical_A2 +LQ03X027760 Putative uncharacterized protein 12.62753094 L4_chemical_A3 +LQ03X027760 Putative uncharacterized protein 13.0353697 L4_chemical_B1 +LQ03X027760 Putative uncharacterized protein 12.5340627 L4_chemical_B2 +LQ03X027760 Putative uncharacterized protein 12.68936434 L4_chemical_B3 +LQ03X027760 Putative uncharacterized protein 12.31549457 L4_chemical_C2 +LQ03X027760 Putative uncharacterized protein 12.09208334 L4_chemical_C3 +LQ03X027780 Hypothetical protein 10.09059362 C6_control_A1 +LQ03X027780 Hypothetical protein 11.18401226 C6_control_A3 +LQ03X027780 Hypothetical protein 10.22321381 C6_control_B1 +LQ03X027780 Hypothetical protein 10.16547933 C6_control_B2 +LQ03X027780 Hypothetical protein 11.8811925 C6_control_B3 +LQ03X027780 Hypothetical protein 10.69976419 C6_control_C1 +LQ03X027780 Hypothetical protein 10.35886189 C6_control_C2 +LQ03X027780 Hypothetical protein 11.79665418 C6_control_C3 +LQ03X027780 Hypothetical protein 9.986947799 C6_chemical_A1 +LQ03X027780 Hypothetical protein 9.179038164 C6_chemical_A3 +LQ03X027780 Hypothetical protein 10.53654369 C6_chemical_B1 +LQ03X027780 Hypothetical protein 10.76019566 C6_chemical_B2 +LQ03X027780 Hypothetical protein 12.02609283 C6_chemical_B3 +LQ03X027780 Hypothetical protein 10.58427243 C6_chemical_C1 +LQ03X027780 Hypothetical protein 10.99182464 C6_chemical_C2 +LQ03X027780 Hypothetical protein 11.43093047 C6_chemical_C3 +LQ03X027780 Hypothetical protein 10.13136775 L4_control_A1 +LQ03X027780 Hypothetical protein 10.58751216 L4_control_A2 +LQ03X027780 Hypothetical protein 11.33706688 L4_control_A3 +LQ03X027780 Hypothetical protein 10.30203232 L4_control_B1 +LQ03X027780 Hypothetical protein 8.981128628 L4_control_B2 +LQ03X027780 Hypothetical protein 10.69465125 L4_control_B3 +LQ03X027780 Hypothetical protein 10.55063951 L4_control_C2 +LQ03X027780 Hypothetical protein 10.66987056 L4_control_C3 +LQ03X027780 Hypothetical protein 9.988519335 L4_chemical_A1 +LQ03X027780 Hypothetical protein 9.637077372 L4_chemical_A2 +LQ03X027780 Hypothetical protein 10.3960477 L4_chemical_A3 +LQ03X027780 Hypothetical protein 10.36111326 L4_chemical_B1 +LQ03X027780 Hypothetical protein 10.33222091 L4_chemical_B2 +LQ03X027780 Hypothetical protein 10.8053546 L4_chemical_B3 +LQ03X027780 Hypothetical protein 9.57641113 L4_chemical_C2 +LQ03X027780 Hypothetical protein 10.08018558 L4_chemical_C3 +LQ03X027790 V-type proton ATPase subunit E 14.91461817 C6_control_A1 +LQ03X027790 V-type proton ATPase subunit E 14.75656506 C6_control_A3 +LQ03X027790 V-type proton ATPase subunit E 14.46781065 C6_control_B1 +LQ03X027790 V-type proton ATPase subunit E 14.75615546 C6_control_B2 +LQ03X027790 V-type proton ATPase subunit E 14.70433718 C6_control_B3 +LQ03X027790 V-type proton ATPase subunit E 14.29579048 C6_control_C1 +LQ03X027790 V-type proton ATPase subunit E 14.26710775 C6_control_C2 +LQ03X027790 V-type proton ATPase subunit E 14.21702623 C6_control_C3 +LQ03X027790 V-type proton ATPase subunit E 14.84691526 C6_chemical_A1 +LQ03X027790 V-type proton ATPase subunit E 14.48838746 C6_chemical_A3 +LQ03X027790 V-type proton ATPase subunit E 14.39534871 C6_chemical_B1 +LQ03X027790 V-type proton ATPase subunit E 14.79495211 C6_chemical_B2 +LQ03X027790 V-type proton ATPase subunit E 14.46873839 C6_chemical_B3 +LQ03X027790 V-type proton ATPase subunit E 14.2669278 C6_chemical_C1 +LQ03X027790 V-type proton ATPase subunit E 14.17054502 C6_chemical_C2 +LQ03X027790 V-type proton ATPase subunit E 13.95811364 C6_chemical_C3 +LQ03X027790 V-type proton ATPase subunit E 14.65480192 L4_control_A1 +LQ03X027790 V-type proton ATPase subunit E 14.75321536 L4_control_A2 +LQ03X027790 V-type proton ATPase subunit E 14.63024569 L4_control_A3 +LQ03X027790 V-type proton ATPase subunit E 14.51511875 L4_control_B1 +LQ03X027790 V-type proton ATPase subunit E 14.0684919 L4_control_B2 +LQ03X027790 V-type proton ATPase subunit E 14.69179908 L4_control_B3 +LQ03X027790 V-type proton ATPase subunit E 13.4044114 L4_control_C2 +LQ03X027790 V-type proton ATPase subunit E 14.02088729 L4_control_C3 +LQ03X027790 V-type proton ATPase subunit E 14.84743933 L4_chemical_A1 +LQ03X027790 V-type proton ATPase subunit E 14.7210782 L4_chemical_A2 +LQ03X027790 V-type proton ATPase subunit E 14.88301528 L4_chemical_A3 +LQ03X027790 V-type proton ATPase subunit E 14.38460683 L4_chemical_B1 +LQ03X027790 V-type proton ATPase subunit E 13.85585857 L4_chemical_B2 +LQ03X027790 V-type proton ATPase subunit E 14.83802436 L4_chemical_B3 +LQ03X027790 V-type proton ATPase subunit E 13.38782688 L4_chemical_C2 +LQ03X027790 V-type proton ATPase subunit E 14.18671446 L4_chemical_C3 +LQ03X027810 Predicted protein 10.52445777 C6_control_A1 +LQ03X027810 Predicted protein 10.53627092 C6_control_A3 +LQ03X027810 Predicted protein 10.68023372 C6_control_B1 +LQ03X027810 Predicted protein 10.97200811 C6_control_B2 +LQ03X027810 Predicted protein 10.18429887 C6_control_B3 +LQ03X027810 Predicted protein 9.698235491 C6_control_C1 +LQ03X027810 Predicted protein 9.630806082 C6_control_C2 +LQ03X027810 Predicted protein 9.758184962 C6_control_C3 +LQ03X027810 Predicted protein 10.00986222 C6_chemical_A1 +LQ03X027810 Predicted protein 10.40747099 C6_chemical_A3 +LQ03X027810 Predicted protein 10.22699113 C6_chemical_B1 +LQ03X027810 Predicted protein 10.67179024 C6_chemical_B2 +LQ03X027810 Predicted protein 9.814011178 C6_chemical_B3 +LQ03X027810 Predicted protein 9.444719616 C6_chemical_C1 +LQ03X027810 Predicted protein 9.322412199 C6_chemical_C2 +LQ03X027810 Predicted protein 9.660469414 C6_chemical_C3 +LQ03X027810 Predicted protein 10.52733246 L4_control_A1 +LQ03X027810 Predicted protein 10.50165793 L4_control_A2 +LQ03X027810 Predicted protein 10.091238 L4_control_A3 +LQ03X027810 Predicted protein 9.651770218 L4_control_B1 +LQ03X027810 Predicted protein 9.773697137 L4_control_B2 +LQ03X027810 Predicted protein 9.576345181 L4_control_B3 +LQ03X027810 Predicted protein 7.976568513 L4_control_C2 +LQ03X027810 Predicted protein 8.502115643 L4_control_C3 +LQ03X027810 Predicted protein 10.22130034 L4_chemical_A1 +LQ03X027810 Predicted protein 9.915666477 L4_chemical_A2 +LQ03X027810 Predicted protein 9.581924026 L4_chemical_A3 +LQ03X027810 Predicted protein 9.834786061 L4_chemical_B1 +LQ03X027810 Predicted protein 9.633873225 L4_chemical_B2 +LQ03X027810 Predicted protein 10.39749189 L4_chemical_B3 +LQ03X027810 Predicted protein 7.257955001 L4_chemical_C2 +LQ03X027810 Predicted protein 8.332300096 L4_chemical_C3 +LQ03X027830 Homeobox protein BEL1 homolog 10.4041206 C6_control_A1 +LQ03X027830 Homeobox protein BEL1 homolog 6.477021309 C6_control_A3 +LQ03X027830 Homeobox protein BEL1 homolog 12.81926306 C6_control_B1 +LQ03X027830 Homeobox protein BEL1 homolog 13.31173155 C6_control_B2 +LQ03X027830 Homeobox protein BEL1 homolog 13.5885488 C6_control_B3 +LQ03X027830 Homeobox protein BEL1 homolog 14.11735769 C6_control_C1 +LQ03X027830 Homeobox protein BEL1 homolog 13.47498609 C6_control_C2 +LQ03X027830 Homeobox protein BEL1 homolog 13.94988297 C6_control_C3 +LQ03X027830 Homeobox protein BEL1 homolog 9.741463376 C6_chemical_A1 +LQ03X027830 Homeobox protein BEL1 homolog 7.859574889 C6_chemical_A3 +LQ03X027830 Homeobox protein BEL1 homolog 13.02635948 C6_chemical_B1 +LQ03X027830 Homeobox protein BEL1 homolog 13.24416793 C6_chemical_B2 +LQ03X027830 Homeobox protein BEL1 homolog 13.49432613 C6_chemical_B3 +LQ03X027830 Homeobox protein BEL1 homolog 13.85692514 C6_chemical_C1 +LQ03X027830 Homeobox protein BEL1 homolog 13.43243271 C6_chemical_C2 +LQ03X027830 Homeobox protein BEL1 homolog 14.06585985 C6_chemical_C3 +LQ03X027830 Homeobox protein BEL1 homolog 8.831455857 L4_control_A1 +LQ03X027830 Homeobox protein BEL1 homolog 10.75903816 L4_control_A2 +LQ03X027830 Homeobox protein BEL1 homolog 7.855054251 L4_control_A3 +LQ03X027830 Homeobox protein BEL1 homolog 13.40775454 L4_control_B1 +LQ03X027830 Homeobox protein BEL1 homolog 13.35205156 L4_control_B2 +LQ03X027830 Homeobox protein BEL1 homolog 13.95723136 L4_control_B3 +LQ03X027830 Homeobox protein BEL1 homolog 13.28839702 L4_control_C2 +LQ03X027830 Homeobox protein BEL1 homolog 13.96622582 L4_control_C3 +LQ03X027830 Homeobox protein BEL1 homolog 8.018998851 L4_chemical_A1 +LQ03X027830 Homeobox protein BEL1 homolog 10.45007012 L4_chemical_A2 +LQ03X027830 Homeobox protein BEL1 homolog 6.694569377 L4_chemical_A3 +LQ03X027830 Homeobox protein BEL1 homolog 12.67870033 L4_chemical_B1 +LQ03X027830 Homeobox protein BEL1 homolog 12.49981089 L4_chemical_B2 +LQ03X027830 Homeobox protein BEL1 homolog 13.00309833 L4_chemical_B3 +LQ03X027830 Homeobox protein BEL1 homolog 12.96133 L4_chemical_C2 +LQ03X027830 Homeobox protein BEL1 homolog 13.74668443 L4_chemical_C3 +LQ03X027840 Predicted protein 14.50792008 C6_control_A1 +LQ03X027840 Predicted protein 13.41935738 C6_control_A3 +LQ03X027840 Predicted protein 14.01021553 C6_control_B1 +LQ03X027840 Predicted protein 13.16847899 C6_control_B2 +LQ03X027840 Predicted protein 13.50729673 C6_control_B3 +LQ03X027840 Predicted protein 9.638773872 C6_control_C1 +LQ03X027840 Predicted protein 9.900305873 C6_control_C2 +LQ03X027840 Predicted protein 9.639807086 C6_control_C3 +LQ03X027840 Predicted protein 14.6490028 C6_chemical_A1 +LQ03X027840 Predicted protein 13.68584059 C6_chemical_A3 +LQ03X027840 Predicted protein 13.85029518 C6_chemical_B1 +LQ03X027840 Predicted protein 12.78762704 C6_chemical_B2 +LQ03X027840 Predicted protein 13.34575013 C6_chemical_B3 +LQ03X027840 Predicted protein 9.332321911 C6_chemical_C1 +LQ03X027840 Predicted protein 8.916060485 C6_chemical_C2 +LQ03X027840 Predicted protein 8.980931226 C6_chemical_C3 +LQ03X027840 Predicted protein 14.18896279 L4_control_A1 +LQ03X027840 Predicted protein 14.78052753 L4_control_A2 +LQ03X027840 Predicted protein 13.74912931 L4_control_A3 +LQ03X027840 Predicted protein 13.95184806 L4_control_B1 +LQ03X027840 Predicted protein 14.43948937 L4_control_B2 +LQ03X027840 Predicted protein 12.73912198 L4_control_B3 +LQ03X027840 Predicted protein 9.455179772 L4_control_C2 +LQ03X027840 Predicted protein 9.792198102 L4_control_C3 +LQ03X027840 Predicted protein 13.22154795 L4_chemical_A1 +LQ03X027840 Predicted protein 14.36792548 L4_chemical_A2 +LQ03X027840 Predicted protein 13.90822053 L4_chemical_A3 +LQ03X027840 Predicted protein 14.32794709 L4_chemical_B1 +LQ03X027840 Predicted protein 14.19506065 L4_chemical_B2 +LQ03X027840 Predicted protein 14.24989259 L4_chemical_B3 +LQ03X027840 Predicted protein 9.650126575 L4_chemical_C2 +LQ03X027840 Predicted protein 10.22546507 L4_chemical_C3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.370096265 C6_control_A1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.495564611 C6_control_A3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 8.972337021 C6_control_B1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 10.12878496 C6_control_B2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.022633624 C6_control_B3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.742851042 C6_control_C1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 10.25249951 C6_control_C2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 10.10329734 C6_control_C3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.155327756 C6_chemical_A1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.215700238 C6_chemical_A3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 7.580545793 C6_chemical_B1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.376211291 C6_chemical_B2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 7.588772818 C6_chemical_B3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.244163082 C6_chemical_C1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.698886925 C6_chemical_C2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 8.597911377 C6_chemical_C3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.358648127 L4_control_A1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.868777523 L4_control_A2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 8.215876902 L4_control_A3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 7.619034827 L4_control_B1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 8.687401297 L4_control_B2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.126577301 L4_control_B3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 10.03836485 L4_control_C2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.675855575 L4_control_C3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 8.594908914 L4_chemical_A1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 8.713883382 L4_chemical_A2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 7.585866852 L4_chemical_A3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 7.296102248 L4_chemical_B1 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 8.646301418 L4_chemical_B2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 8.580834685 L4_chemical_B3 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.745991124 L4_chemical_C2 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.818495709 L4_chemical_C3 +LQ03X027870 Beta-carotene hydroxylase 5.89343041 C6_control_A1 +LQ03X027870 Beta-carotene hydroxylase 6.050235171 C6_control_A3 +LQ03X027870 Beta-carotene hydroxylase 5.942113721 C6_control_B1 +LQ03X027870 Beta-carotene hydroxylase 5.756579297 C6_control_B2 +LQ03X027870 Beta-carotene hydroxylase 5.928138648 C6_control_B3 +LQ03X027870 Beta-carotene hydroxylase 5.468914445 C6_control_C1 +LQ03X027870 Beta-carotene hydroxylase 5.514122807 C6_control_C2 +LQ03X027870 Beta-carotene hydroxylase 5.930688306 C6_control_C3 +LQ03X027870 Beta-carotene hydroxylase 5.693478351 C6_chemical_A1 +LQ03X027870 Beta-carotene hydroxylase 6.045269483 C6_chemical_A3 +LQ03X027870 Beta-carotene hydroxylase 6.113701571 C6_chemical_B1 +LQ03X027870 Beta-carotene hydroxylase 5.812427394 C6_chemical_B2 +LQ03X027870 Beta-carotene hydroxylase 5.921485155 C6_chemical_B3 +LQ03X027870 Beta-carotene hydroxylase 5.44835998 C6_chemical_C1 +LQ03X027870 Beta-carotene hydroxylase 5.918882041 C6_chemical_C2 +LQ03X027870 Beta-carotene hydroxylase 5.998096451 C6_chemical_C3 +LQ03X027870 Beta-carotene hydroxylase 5.863621082 L4_control_A1 +LQ03X027870 Beta-carotene hydroxylase 5.54115687 L4_control_A2 +LQ03X027870 Beta-carotene hydroxylase 5.268017857 L4_control_A3 +LQ03X027870 Beta-carotene hydroxylase 5.365772762 L4_control_B1 +LQ03X027870 Beta-carotene hydroxylase 5.48339349 L4_control_B2 +LQ03X027870 Beta-carotene hydroxylase 6.279319465 L4_control_B3 +LQ03X027870 Beta-carotene hydroxylase 5.461566226 L4_control_C2 +LQ03X027870 Beta-carotene hydroxylase 5.269713475 L4_control_C3 +LQ03X027870 Beta-carotene hydroxylase 7.625607632 L4_chemical_A1 +LQ03X027870 Beta-carotene hydroxylase 7.167358346 L4_chemical_A2 +LQ03X027870 Beta-carotene hydroxylase 5.657863805 L4_chemical_A3 +LQ03X027870 Beta-carotene hydroxylase 7.725810994 L4_chemical_B1 +LQ03X027870 Beta-carotene hydroxylase 8.092752189 L4_chemical_B2 +LQ03X027870 Beta-carotene hydroxylase 5.992623681 L4_chemical_B3 +LQ03X027870 Beta-carotene hydroxylase 5.005902407 L4_chemical_C2 +LQ03X027870 Beta-carotene hydroxylase 5.968425293 L4_chemical_C3 +LQ03X027880 60S ribosomal protein L32-1 5.203028737 C6_control_A1 +LQ03X027880 60S ribosomal protein L32-1 5.807114726 C6_control_A3 +LQ03X027880 60S ribosomal protein L32-1 5.728319609 C6_control_B1 +LQ03X027880 60S ribosomal protein L32-1 5.664703603 C6_control_B2 +LQ03X027880 60S ribosomal protein L32-1 5.583815727 C6_control_B3 +LQ03X027880 60S ribosomal protein L32-1 5.265989782 C6_control_C1 +LQ03X027880 60S ribosomal protein L32-1 5.340553284 C6_control_C2 +LQ03X027880 60S ribosomal protein L32-1 5.122379753 C6_control_C3 +LQ03X027880 60S ribosomal protein L32-1 5.116329859 C6_chemical_A1 +LQ03X027880 60S ribosomal protein L32-1 5.549729425 C6_chemical_A3 +LQ03X027880 60S ribosomal protein L32-1 5.5248449 C6_chemical_B1 +LQ03X027880 60S ribosomal protein L32-1 5.481125198 C6_chemical_B2 +LQ03X027880 60S ribosomal protein L32-1 6.058783331 C6_chemical_B3 +LQ03X027880 60S ribosomal protein L32-1 5.449071103 C6_chemical_C1 +LQ03X027880 60S ribosomal protein L32-1 5.200275581 C6_chemical_C2 +LQ03X027880 60S ribosomal protein L32-1 5.384209813 C6_chemical_C3 +LQ03X027880 60S ribosomal protein L32-1 5.794507859 L4_control_A1 +LQ03X027880 60S ribosomal protein L32-1 6.130219416 L4_control_A2 +LQ03X027880 60S ribosomal protein L32-1 5.528425265 L4_control_A3 +LQ03X027880 60S ribosomal protein L32-1 5.462737888 L4_control_B1 +LQ03X027880 60S ribosomal protein L32-1 5.718325941 L4_control_B2 +LQ03X027880 60S ribosomal protein L32-1 5.372033129 L4_control_B3 +LQ03X027880 60S ribosomal protein L32-1 5.636512121 L4_control_C2 +LQ03X027880 60S ribosomal protein L32-1 5.837871883 L4_control_C3 +LQ03X027880 60S ribosomal protein L32-1 5.475718782 L4_chemical_A1 +LQ03X027880 60S ribosomal protein L32-1 5.675485169 L4_chemical_A2 +LQ03X027880 60S ribosomal protein L32-1 5.451145981 L4_chemical_A3 +LQ03X027880 60S ribosomal protein L32-1 5.264862873 L4_chemical_B1 +LQ03X027880 60S ribosomal protein L32-1 5.798263209 L4_chemical_B2 +LQ03X027880 60S ribosomal protein L32-1 5.724935529 L4_chemical_B3 +LQ03X027880 60S ribosomal protein L32-1 5.851256088 L4_chemical_C2 +LQ03X027880 60S ribosomal protein L32-1 5.847331569 L4_chemical_C3 +LQ03X027890 Predicted protein 5.543254679 C6_control_A1 +LQ03X027890 Predicted protein 5.764283751 C6_control_A3 +LQ03X027890 Predicted protein 6.434312526 C6_control_B1 +LQ03X027890 Predicted protein 6.003619203 C6_control_B2 +LQ03X027890 Predicted protein 5.83232147 C6_control_B3 +LQ03X027890 Predicted protein 5.696948162 C6_control_C1 +LQ03X027890 Predicted protein 5.685956416 C6_control_C2 +LQ03X027890 Predicted protein 5.983154 C6_control_C3 +LQ03X027890 Predicted protein 5.631134293 C6_chemical_A1 +LQ03X027890 Predicted protein 5.57665874 C6_chemical_A3 +LQ03X027890 Predicted protein 5.527197533 C6_chemical_B1 +LQ03X027890 Predicted protein 6.178275045 C6_chemical_B2 +LQ03X027890 Predicted protein 5.973940406 C6_chemical_B3 +LQ03X027890 Predicted protein 5.732485547 C6_chemical_C1 +LQ03X027890 Predicted protein 5.816468556 C6_chemical_C2 +LQ03X027890 Predicted protein 5.771426445 C6_chemical_C3 +LQ03X027890 Predicted protein 5.261083108 L4_control_A1 +LQ03X027890 Predicted protein 5.622708257 L4_control_A2 +LQ03X027890 Predicted protein 5.675659189 L4_control_A3 +LQ03X027890 Predicted protein 5.254580439 L4_control_B1 +LQ03X027890 Predicted protein 5.934940226 L4_control_B2 +LQ03X027890 Predicted protein 5.115373959 L4_control_B3 +LQ03X027890 Predicted protein 5.042630436 L4_control_C2 +LQ03X027890 Predicted protein 5.195464489 L4_control_C3 +LQ03X027890 Predicted protein 5.515213582 L4_chemical_A1 +LQ03X027890 Predicted protein 5.641639622 L4_chemical_A2 +LQ03X027890 Predicted protein 6.07397 L4_chemical_A3 +LQ03X027890 Predicted protein 5.66807631 L4_chemical_B1 +LQ03X027890 Predicted protein 5.582663976 L4_chemical_B2 +LQ03X027890 Predicted protein 5.479836967 L4_chemical_B3 +LQ03X027890 Predicted protein 5.262964109 L4_chemical_C2 +LQ03X027890 Predicted protein 5.590837862 L4_chemical_C3 +LQ03X027900 Probable polygalacturonase 6.12638992 C6_control_A1 +LQ03X027900 Probable polygalacturonase 5.935830549 C6_control_A3 +LQ03X027900 Probable polygalacturonase 6.468597618 C6_control_B1 +LQ03X027900 Probable polygalacturonase 6.223945779 C6_control_B2 +LQ03X027900 Probable polygalacturonase 5.929711415 C6_control_B3 +LQ03X027900 Probable polygalacturonase 5.189665007 C6_control_C1 +LQ03X027900 Probable polygalacturonase 5.735452434 C6_control_C2 +LQ03X027900 Probable polygalacturonase 5.749872783 C6_control_C3 +LQ03X027900 Probable polygalacturonase 6.319825222 C6_chemical_A1 +LQ03X027900 Probable polygalacturonase 6.195702 C6_chemical_A3 +LQ03X027900 Probable polygalacturonase 6.344441651 C6_chemical_B1 +LQ03X027900 Probable polygalacturonase 6.246080059 C6_chemical_B2 +LQ03X027900 Probable polygalacturonase 6.096937762 C6_chemical_B3 +LQ03X027900 Probable polygalacturonase 5.791830679 C6_chemical_C1 +LQ03X027900 Probable polygalacturonase 5.9191295 C6_chemical_C2 +LQ03X027900 Probable polygalacturonase 6.068718622 C6_chemical_C3 +LQ03X027900 Probable polygalacturonase 6.1607591 L4_control_A1 +LQ03X027900 Probable polygalacturonase 6.43592244 L4_control_A2 +LQ03X027900 Probable polygalacturonase 5.725011515 L4_control_A3 +LQ03X027900 Probable polygalacturonase 6.283063751 L4_control_B1 +LQ03X027900 Probable polygalacturonase 5.980159513 L4_control_B2 +LQ03X027900 Probable polygalacturonase 6.022819472 L4_control_B3 +LQ03X027900 Probable polygalacturonase 6.071493558 L4_control_C2 +LQ03X027900 Probable polygalacturonase 5.49677416 L4_control_C3 +LQ03X027900 Probable polygalacturonase 5.855187231 L4_chemical_A1 +LQ03X027900 Probable polygalacturonase 5.936088549 L4_chemical_A2 +LQ03X027900 Probable polygalacturonase 5.671113162 L4_chemical_A3 +LQ03X027900 Probable polygalacturonase 6.506029321 L4_chemical_B1 +LQ03X027900 Probable polygalacturonase 6.546588973 L4_chemical_B2 +LQ03X027900 Probable polygalacturonase 6.020765816 L4_chemical_B3 +LQ03X027900 Probable polygalacturonase 5.669384526 L4_chemical_C2 +LQ03X027900 Probable polygalacturonase 6.367246018 L4_chemical_C3 +LQ03X027910 Mitogen-activated protein kinase 4 12.03601548 C6_control_A1 +LQ03X027910 Mitogen-activated protein kinase 4 12.01448548 C6_control_A3 +LQ03X027910 Mitogen-activated protein kinase 4 12.71005606 C6_control_B1 +LQ03X027910 Mitogen-activated protein kinase 4 12.31805394 C6_control_B2 +LQ03X027910 Mitogen-activated protein kinase 4 12.64374117 C6_control_B3 +LQ03X027910 Mitogen-activated protein kinase 4 12.88004772 C6_control_C1 +LQ03X027910 Mitogen-activated protein kinase 4 12.62599752 C6_control_C2 +LQ03X027910 Mitogen-activated protein kinase 4 12.5660446 C6_control_C3 +LQ03X027910 Mitogen-activated protein kinase 4 11.92326916 C6_chemical_A1 +LQ03X027910 Mitogen-activated protein kinase 4 12.11658819 C6_chemical_A3 +LQ03X027910 Mitogen-activated protein kinase 4 12.71776972 C6_chemical_B1 +LQ03X027910 Mitogen-activated protein kinase 4 12.2438361 C6_chemical_B2 +LQ03X027910 Mitogen-activated protein kinase 4 12.27537443 C6_chemical_B3 +LQ03X027910 Mitogen-activated protein kinase 4 12.88921648 C6_chemical_C1 +LQ03X027910 Mitogen-activated protein kinase 4 12.64639011 C6_chemical_C2 +LQ03X027910 Mitogen-activated protein kinase 4 12.73225259 C6_chemical_C3 +LQ03X027910 Mitogen-activated protein kinase 4 11.85598922 L4_control_A1 +LQ03X027910 Mitogen-activated protein kinase 4 10.96891101 L4_control_A2 +LQ03X027910 Mitogen-activated protein kinase 4 10.99277203 L4_control_A3 +LQ03X027910 Mitogen-activated protein kinase 4 13.16176254 L4_control_B1 +LQ03X027910 Mitogen-activated protein kinase 4 12.52930489 L4_control_B2 +LQ03X027910 Mitogen-activated protein kinase 4 12.2330192 L4_control_B3 +LQ03X027910 Mitogen-activated protein kinase 4 12.87881167 L4_control_C2 +LQ03X027910 Mitogen-activated protein kinase 4 12.93084661 L4_control_C3 +LQ03X027910 Mitogen-activated protein kinase 4 11.92758093 L4_chemical_A1 +LQ03X027910 Mitogen-activated protein kinase 4 11.08281344 L4_chemical_A2 +LQ03X027910 Mitogen-activated protein kinase 4 11.15332008 L4_chemical_A3 +LQ03X027910 Mitogen-activated protein kinase 4 12.65419854 L4_chemical_B1 +LQ03X027910 Mitogen-activated protein kinase 4 12.52996356 L4_chemical_B2 +LQ03X027910 Mitogen-activated protein kinase 4 12.51903255 L4_chemical_B3 +LQ03X027910 Mitogen-activated protein kinase 4 13.08303026 L4_chemical_C2 +LQ03X027910 Mitogen-activated protein kinase 4 12.86542671 L4_chemical_C3 +LQ03X027920 Heat shock protein 83 9.165236661 C6_control_A1 +LQ03X027920 Heat shock protein 83 5.050761588 C6_control_A3 +LQ03X027920 Heat shock protein 83 6.118958468 C6_control_B1 +LQ03X027920 Heat shock protein 83 7.905092434 C6_control_B2 +LQ03X027920 Heat shock protein 83 5.253617302 C6_control_B3 +LQ03X027920 Heat shock protein 83 10.23658413 C6_control_C1 +LQ03X027920 Heat shock protein 83 7.298221256 C6_control_C2 +LQ03X027920 Heat shock protein 83 5.376189418 C6_control_C3 +LQ03X027920 Heat shock protein 83 11.36971509 C6_chemical_A1 +LQ03X027920 Heat shock protein 83 5.569479276 C6_chemical_A3 +LQ03X027920 Heat shock protein 83 9.33618574 C6_chemical_B1 +LQ03X027920 Heat shock protein 83 10.21134114 C6_chemical_B2 +LQ03X027920 Heat shock protein 83 5.538038365 C6_chemical_B3 +LQ03X027920 Heat shock protein 83 12.28262809 C6_chemical_C1 +LQ03X027920 Heat shock protein 83 10.41529463 C6_chemical_C2 +LQ03X027920 Heat shock protein 83 6.044781096 C6_chemical_C3 +LQ03X027920 Heat shock protein 83 8.437390034 L4_control_A1 +LQ03X027920 Heat shock protein 83 7.844616864 L4_control_A2 +LQ03X027920 Heat shock protein 83 5.425026083 L4_control_A3 +LQ03X027920 Heat shock protein 83 6.274142634 L4_control_B1 +LQ03X027920 Heat shock protein 83 6.552446103 L4_control_B2 +LQ03X027920 Heat shock protein 83 5.250458481 L4_control_B3 +LQ03X027920 Heat shock protein 83 5.242815098 L4_control_C2 +LQ03X027920 Heat shock protein 83 5.651152394 L4_control_C3 +LQ03X027920 Heat shock protein 83 8.914246383 L4_chemical_A1 +LQ03X027920 Heat shock protein 83 8.847145564 L4_chemical_A2 +LQ03X027920 Heat shock protein 83 5.001048174 L4_chemical_A3 +LQ03X027920 Heat shock protein 83 6.201783206 L4_chemical_B1 +LQ03X027920 Heat shock protein 83 7.476876317 L4_chemical_B2 +LQ03X027920 Heat shock protein 83 5.054839094 L4_chemical_B3 +LQ03X027920 Heat shock protein 83 8.01856578 L4_chemical_C2 +LQ03X027920 Heat shock protein 83 5.980163365 L4_chemical_C3 +LQ03X027940 40S ribosomal protein S10-1 5.152266408 C6_control_A1 +LQ03X027940 40S ribosomal protein S10-1 6.204811458 C6_control_A3 +LQ03X027940 40S ribosomal protein S10-1 5.294115087 C6_control_B1 +LQ03X027940 40S ribosomal protein S10-1 6.135689763 C6_control_B2 +LQ03X027940 40S ribosomal protein S10-1 5.806041202 C6_control_B3 +LQ03X027940 40S ribosomal protein S10-1 5.550224207 C6_control_C1 +LQ03X027940 40S ribosomal protein S10-1 5.872637634 C6_control_C2 +LQ03X027940 40S ribosomal protein S10-1 5.651628549 C6_control_C3 +LQ03X027940 40S ribosomal protein S10-1 5.298959842 C6_chemical_A1 +LQ03X027940 40S ribosomal protein S10-1 6.264449821 C6_chemical_A3 +LQ03X027940 40S ribosomal protein S10-1 5.262907148 C6_chemical_B1 +LQ03X027940 40S ribosomal protein S10-1 5.590529293 C6_chemical_B2 +LQ03X027940 40S ribosomal protein S10-1 5.664653978 C6_chemical_B3 +LQ03X027940 40S ribosomal protein S10-1 5.861239473 C6_chemical_C1 +LQ03X027940 40S ribosomal protein S10-1 6.015967966 C6_chemical_C2 +LQ03X027940 40S ribosomal protein S10-1 5.55935464 C6_chemical_C3 +LQ03X027940 40S ribosomal protein S10-1 5.346807811 L4_control_A1 +LQ03X027940 40S ribosomal protein S10-1 5.491151333 L4_control_A2 +LQ03X027940 40S ribosomal protein S10-1 5.640141239 L4_control_A3 +LQ03X027940 40S ribosomal protein S10-1 5.399843645 L4_control_B1 +LQ03X027940 40S ribosomal protein S10-1 5.461343574 L4_control_B2 +LQ03X027940 40S ribosomal protein S10-1 5.361603424 L4_control_B3 +LQ03X027940 40S ribosomal protein S10-1 6.002471586 L4_control_C2 +LQ03X027940 40S ribosomal protein S10-1 5.07557345 L4_control_C3 +LQ03X027940 40S ribosomal protein S10-1 5.320937157 L4_chemical_A1 +LQ03X027940 40S ribosomal protein S10-1 5.488696982 L4_chemical_A2 +LQ03X027940 40S ribosomal protein S10-1 5.756230975 L4_chemical_A3 +LQ03X027940 40S ribosomal protein S10-1 5.181943676 L4_chemical_B1 +LQ03X027940 40S ribosomal protein S10-1 6.370234789 L4_chemical_B2 +LQ03X027940 40S ribosomal protein S10-1 6.004502063 L4_chemical_B3 +LQ03X027940 40S ribosomal protein S10-1 5.717605879 L4_chemical_C2 +LQ03X027940 40S ribosomal protein S10-1 5.284530341 L4_chemical_C3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.62978483 C6_control_A1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.12579728 C6_control_A3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.58660533 C6_control_B1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.46041462 C6_control_B2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.47110728 C6_control_B3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.19618289 C6_control_C1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.26925455 C6_control_C2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.05507116 C6_control_C3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.59580869 C6_chemical_A1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.42536916 C6_chemical_A3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.41243343 C6_chemical_B1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.30519901 C6_chemical_B2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.17982502 C6_chemical_B3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.30429831 C6_chemical_C1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.31315098 C6_chemical_C2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.88218054 C6_chemical_C3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.81507115 L4_control_A1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.44743215 L4_control_A2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.55468985 L4_control_A3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.43902578 L4_control_B1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.65643047 L4_control_B2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.58408028 L4_control_B3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.13239836 L4_control_C2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.99356467 L4_control_C3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.96629823 L4_chemical_A1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.53752137 L4_chemical_A2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.53873902 L4_chemical_A3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.38660926 L4_chemical_B1 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.22102729 L4_chemical_B2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.05080291 L4_chemical_B3 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.13922583 L4_chemical_C2 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 12.90063982 L4_chemical_C3 +LQ03X027970 Predicted protein 8.544383426 C6_control_A1 +LQ03X027970 Predicted protein 8.693251741 C6_control_A3 +LQ03X027970 Predicted protein 8.709898585 C6_control_B1 +LQ03X027970 Predicted protein 9.780978195 C6_control_B2 +LQ03X027970 Predicted protein 9.110699472 C6_control_B3 +LQ03X027970 Predicted protein 13.62158473 C6_control_C1 +LQ03X027970 Predicted protein 13.50828901 C6_control_C2 +LQ03X027970 Predicted protein 13.82398718 C6_control_C3 +LQ03X027970 Predicted protein 8.4485712 C6_chemical_A1 +LQ03X027970 Predicted protein 8.814674292 C6_chemical_A3 +LQ03X027970 Predicted protein 8.117305571 C6_chemical_B1 +LQ03X027970 Predicted protein 9.90528798 C6_chemical_B2 +LQ03X027970 Predicted protein 9.624752934 C6_chemical_B3 +LQ03X027970 Predicted protein 13.66319351 C6_chemical_C1 +LQ03X027970 Predicted protein 13.68321966 C6_chemical_C2 +LQ03X027970 Predicted protein 14.19611396 C6_chemical_C3 +LQ03X027970 Predicted protein 9.07634847 L4_control_A1 +LQ03X027970 Predicted protein 8.1753579 L4_control_A2 +LQ03X027970 Predicted protein 8.543212462 L4_control_A3 +LQ03X027970 Predicted protein 9.915350573 L4_control_B1 +LQ03X027970 Predicted protein 8.127941018 L4_control_B2 +LQ03X027970 Predicted protein 11.67228974 L4_control_B3 +LQ03X027970 Predicted protein 13.12075706 L4_control_C2 +LQ03X027970 Predicted protein 13.3152902 L4_control_C3 +LQ03X027970 Predicted protein 10.48333747 L4_chemical_A1 +LQ03X027970 Predicted protein 9.111706705 L4_chemical_A2 +LQ03X027970 Predicted protein 9.178408908 L4_chemical_A3 +LQ03X027970 Predicted protein 10.66505129 L4_chemical_B1 +LQ03X027970 Predicted protein 8.70460445 L4_chemical_B2 +LQ03X027970 Predicted protein 9.619994209 L4_chemical_B3 +LQ03X027970 Predicted protein 13.70738033 L4_chemical_C2 +LQ03X027970 Predicted protein 13.22080248 L4_chemical_C3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.315290683 C6_control_A1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.626415047 C6_control_A3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.707403692 C6_control_B1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.163192823 C6_control_B2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.515519605 C6_control_B3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.175329307 C6_control_C1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.670512031 C6_control_C2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.117887126 C6_control_C3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.038626274 C6_chemical_A1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.356791108 C6_chemical_A3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.377418873 C6_chemical_B1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.49070038 C6_chemical_B2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.389891945 C6_chemical_B3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.31031202 C6_chemical_C1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.257515866 C6_chemical_C2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.651988419 C6_chemical_C3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.390384158 L4_control_A1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.338375497 L4_control_A2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.746896275 L4_control_A3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.239376796 L4_control_B1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.528093357 L4_control_B2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.448262381 L4_control_B3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.978710696 L4_control_C2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.27062161 L4_control_C3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.687189166 L4_chemical_A1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.334819842 L4_chemical_A2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.825441627 L4_chemical_A3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.493682495 L4_chemical_B1 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.553498113 L4_chemical_B2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.175677551 L4_chemical_B3 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.764616977 L4_chemical_C2 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 6.573231234 L4_chemical_C3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.057667753 C6_control_A1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.204582751 C6_control_A3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.563253109 C6_control_B1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 4.92092588 C6_control_B2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.822292426 C6_control_B3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 4.925645376 C6_control_C1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.05514783 C6_control_C2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.218126669 C6_control_C3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.010976687 C6_chemical_A1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.399215103 C6_chemical_A3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.301823474 C6_chemical_B1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 4.871505423 C6_chemical_B2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.89050635 C6_chemical_B3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.0037688 C6_chemical_C1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 4.903382262 C6_chemical_C2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 4.958735731 C6_chemical_C3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.261164039 L4_control_A1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 4.980359692 L4_control_A2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.421995829 L4_control_A3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.50857429 L4_control_B1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.202246467 L4_control_B2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.577807046 L4_control_B3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.672101016 L4_control_C2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.295187305 L4_control_C3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.202521804 L4_chemical_A1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.373166509 L4_chemical_A2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.111548223 L4_chemical_A3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.444140957 L4_chemical_B1 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.032272456 L4_chemical_B2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.387147871 L4_chemical_B3 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.539654961 L4_chemical_C2 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 6.296395511 L4_chemical_C3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.54963046 C6_control_A1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.41876899 C6_control_A3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.38573627 C6_control_B1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.85324099 C6_control_B2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.03428587 C6_control_B3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.25660541 C6_control_C1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.88612058 C6_control_C2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.88204833 C6_control_C3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.68880263 C6_chemical_A1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.10556985 C6_chemical_A3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.47315151 C6_chemical_B1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.89397876 C6_chemical_B2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.64741418 C6_chemical_B3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.31361514 C6_chemical_C1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.37884755 C6_chemical_C2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.5591428 C6_chemical_C3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.49321305 L4_control_A1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.39220822 L4_control_A2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 13.04115431 L4_control_A3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.5147016 L4_control_B1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.54390628 L4_control_B2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.67141834 L4_control_B3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.60811422 L4_control_C2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.00072372 L4_control_C3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.90907601 L4_chemical_A1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 13.31837175 L4_chemical_A2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.83362248 L4_chemical_A3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.92397157 L4_chemical_B1 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.89343767 L4_chemical_B2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 11.81686098 L4_chemical_B3 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 13.15377725 L4_chemical_C2 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.34397436 L4_chemical_C3 +LQ03X028010 Predicted protein 12.39294013 C6_control_A1 +LQ03X028010 Predicted protein 13.05310082 C6_control_A3 +LQ03X028010 Predicted protein 11.84308673 C6_control_B1 +LQ03X028010 Predicted protein 12.17135463 C6_control_B2 +LQ03X028010 Predicted protein 11.57928288 C6_control_B3 +LQ03X028010 Predicted protein 12.18807918 C6_control_C1 +LQ03X028010 Predicted protein 12.39226989 C6_control_C2 +LQ03X028010 Predicted protein 12.40562446 C6_control_C3 +LQ03X028010 Predicted protein 12.30807648 C6_chemical_A1 +LQ03X028010 Predicted protein 12.67624831 C6_chemical_A3 +LQ03X028010 Predicted protein 11.39903239 C6_chemical_B1 +LQ03X028010 Predicted protein 12.17356162 C6_chemical_B2 +LQ03X028010 Predicted protein 11.38115641 C6_chemical_B3 +LQ03X028010 Predicted protein 12.25685953 C6_chemical_C1 +LQ03X028010 Predicted protein 12.50253989 C6_chemical_C2 +LQ03X028010 Predicted protein 12.36753032 C6_chemical_C3 +LQ03X028010 Predicted protein 12.54952098 L4_control_A1 +LQ03X028010 Predicted protein 12.80394768 L4_control_A2 +LQ03X028010 Predicted protein 12.50373193 L4_control_A3 +LQ03X028010 Predicted protein 10.80540035 L4_control_B1 +LQ03X028010 Predicted protein 11.06028161 L4_control_B2 +LQ03X028010 Predicted protein 11.84012296 L4_control_B3 +LQ03X028010 Predicted protein 11.86793307 L4_control_C2 +LQ03X028010 Predicted protein 11.64179903 L4_control_C3 +LQ03X028010 Predicted protein 12.66071784 L4_chemical_A1 +LQ03X028010 Predicted protein 12.54644786 L4_chemical_A2 +LQ03X028010 Predicted protein 12.05595686 L4_chemical_A3 +LQ03X028010 Predicted protein 11.10586049 L4_chemical_B1 +LQ03X028010 Predicted protein 11.1970747 L4_chemical_B2 +LQ03X028010 Predicted protein 11.73423954 L4_chemical_B3 +LQ03X028010 Predicted protein 11.71409367 L4_chemical_C2 +LQ03X028010 Predicted protein 11.58795209 L4_chemical_C3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.79725965 C6_control_A1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.98532194 C6_control_A3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.36220052 C6_control_B1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.09985089 C6_control_B2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.24211672 C6_control_B3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.51546058 C6_control_C1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.71634406 C6_control_C2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.77888 C6_control_C3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.59052451 C6_chemical_A1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 14.02374398 C6_chemical_A3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.42019483 C6_chemical_B1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.06363449 C6_chemical_B2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.35024623 C6_chemical_B3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.23011424 C6_chemical_C1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.75763232 C6_chemical_C2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 14.0565303 C6_chemical_C3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.71934202 L4_control_A1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.79916629 L4_control_A2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 14.01329816 L4_control_A3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.42884928 L4_control_B1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.75188602 L4_control_B2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.55860293 L4_control_B3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 14.66396593 L4_control_C2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 14.7416623 L4_control_C3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.8879859 L4_chemical_A1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.93673776 L4_chemical_A2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.86401418 L4_chemical_A3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.5354989 L4_chemical_B1 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.81438324 L4_chemical_B2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.57493545 L4_chemical_B3 +LQ03X028070 Serine/threonine-protein phosphatase PP1 14.71217472 L4_chemical_C2 +LQ03X028070 Serine/threonine-protein phosphatase PP1 14.6744906 L4_chemical_C3 +LQ03X028080 Putative uncharacterized protein 5.64542305 C6_control_A1 +LQ03X028080 Putative uncharacterized protein 4.993424219 C6_control_A3 +LQ03X028080 Putative uncharacterized protein 5.063491594 C6_control_B1 +LQ03X028080 Putative uncharacterized protein 4.983379273 C6_control_B2 +LQ03X028080 Putative uncharacterized protein 5.007760858 C6_control_B3 +LQ03X028080 Putative uncharacterized protein 4.858077407 C6_control_C1 +LQ03X028080 Putative uncharacterized protein 4.946635029 C6_control_C2 +LQ03X028080 Putative uncharacterized protein 4.880088923 C6_control_C3 +LQ03X028080 Putative uncharacterized protein 4.985501844 C6_chemical_A1 +LQ03X028080 Putative uncharacterized protein 5.391297537 C6_chemical_A3 +LQ03X028080 Putative uncharacterized protein 4.939369508 C6_chemical_B1 +LQ03X028080 Putative uncharacterized protein 4.926813658 C6_chemical_B2 +LQ03X028080 Putative uncharacterized protein 5.104711837 C6_chemical_B3 +LQ03X028080 Putative uncharacterized protein 4.924838762 C6_chemical_C1 +LQ03X028080 Putative uncharacterized protein 5.018874012 C6_chemical_C2 +LQ03X028080 Putative uncharacterized protein 5.086362374 C6_chemical_C3 +LQ03X028080 Putative uncharacterized protein 5.085877928 L4_control_A1 +LQ03X028080 Putative uncharacterized protein 5.257568997 L4_control_A2 +LQ03X028080 Putative uncharacterized protein 5.384162756 L4_control_A3 +LQ03X028080 Putative uncharacterized protein 5.377884347 L4_control_B1 +LQ03X028080 Putative uncharacterized protein 5.179972672 L4_control_B2 +LQ03X028080 Putative uncharacterized protein 5.020154773 L4_control_B3 +LQ03X028080 Putative uncharacterized protein 5.323364824 L4_control_C2 +LQ03X028080 Putative uncharacterized protein 5.197747047 L4_control_C3 +LQ03X028080 Putative uncharacterized protein 5.32082332 L4_chemical_A1 +LQ03X028080 Putative uncharacterized protein 5.113248695 L4_chemical_A2 +LQ03X028080 Putative uncharacterized protein 5.022386114 L4_chemical_A3 +LQ03X028080 Putative uncharacterized protein 5.100266588 L4_chemical_B1 +LQ03X028080 Putative uncharacterized protein 5.541628248 L4_chemical_B2 +LQ03X028080 Putative uncharacterized protein 4.787807484 L4_chemical_B3 +LQ03X028080 Putative uncharacterized protein 5.299020519 L4_chemical_C2 +LQ03X028080 Putative uncharacterized protein 4.909255817 L4_chemical_C3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.545839939 C6_control_A1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.688417857 C6_control_A3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.072459827 C6_control_B1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.582815414 C6_control_B2 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.267772268 C6_control_B3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.451454143 C6_control_C1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.31961277 C6_control_C2 +LQ03X028110 Respiratory burst oxidase homolog protein F 6.153983505 C6_control_C3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.386062049 C6_chemical_A1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.67121649 C6_chemical_A3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.534069403 C6_chemical_B1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.699440869 C6_chemical_B2 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.717605397 C6_chemical_B3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.381346915 C6_chemical_C1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.757473401 C6_chemical_C2 +LQ03X028110 Respiratory burst oxidase homolog protein F 6.405043048 C6_chemical_C3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.645941775 L4_control_A1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.299001599 L4_control_A2 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.768680487 L4_control_A3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.806376425 L4_control_B1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.412124375 L4_control_B2 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.877112627 L4_control_B3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.619491786 L4_control_C2 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.735158628 L4_control_C3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.276492018 L4_chemical_A1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.733371767 L4_chemical_A2 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.833672094 L4_chemical_A3 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.253226376 L4_chemical_B1 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.684409001 L4_chemical_B2 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.738216188 L4_chemical_B3 +LQ03X028110 Respiratory burst oxidase homolog protein F 6.040600346 L4_chemical_C2 +LQ03X028110 Respiratory burst oxidase homolog protein F 6.063267465 L4_chemical_C3 +LQ03X028140 Putative uncharacterized protein 4.717574933 C6_control_A1 +LQ03X028140 Putative uncharacterized protein 4.809646996 C6_control_A3 +LQ03X028140 Putative uncharacterized protein 4.939563689 C6_control_B1 +LQ03X028140 Putative uncharacterized protein 4.517242334 C6_control_B2 +LQ03X028140 Putative uncharacterized protein 4.720590178 C6_control_B3 +LQ03X028140 Putative uncharacterized protein 4.869033889 C6_control_C1 +LQ03X028140 Putative uncharacterized protein 4.654218221 C6_control_C2 +LQ03X028140 Putative uncharacterized protein 4.65187823 C6_control_C3 +LQ03X028140 Putative uncharacterized protein 4.769218605 C6_chemical_A1 +LQ03X028140 Putative uncharacterized protein 4.768843142 C6_chemical_A3 +LQ03X028140 Putative uncharacterized protein 5.011983869 C6_chemical_B1 +LQ03X028140 Putative uncharacterized protein 4.513611947 C6_chemical_B2 +LQ03X028140 Putative uncharacterized protein 4.556478455 C6_chemical_B3 +LQ03X028140 Putative uncharacterized protein 5.061267274 C6_chemical_C1 +LQ03X028140 Putative uncharacterized protein 4.595539907 C6_chemical_C2 +LQ03X028140 Putative uncharacterized protein 4.692894711 C6_chemical_C3 +LQ03X028140 Putative uncharacterized protein 4.916541358 L4_control_A1 +LQ03X028140 Putative uncharacterized protein 4.966265557 L4_control_A2 +LQ03X028140 Putative uncharacterized protein 4.733028496 L4_control_A3 +LQ03X028140 Putative uncharacterized protein 4.907756736 L4_control_B1 +LQ03X028140 Putative uncharacterized protein 4.7370774 L4_control_B2 +LQ03X028140 Putative uncharacterized protein 4.909307626 L4_control_B3 +LQ03X028140 Putative uncharacterized protein 5.294576414 L4_control_C2 +LQ03X028140 Putative uncharacterized protein 5.206568701 L4_control_C3 +LQ03X028140 Putative uncharacterized protein 5.006049547 L4_chemical_A1 +LQ03X028140 Putative uncharacterized protein 4.931200323 L4_chemical_A2 +LQ03X028140 Putative uncharacterized protein 4.907877274 L4_chemical_A3 +LQ03X028140 Putative uncharacterized protein 5.151724382 L4_chemical_B1 +LQ03X028140 Putative uncharacterized protein 4.766129796 L4_chemical_B2 +LQ03X028140 Putative uncharacterized protein 5.068592934 L4_chemical_B3 +LQ03X028140 Putative uncharacterized protein 5.086582119 L4_chemical_C2 +LQ03X028140 Putative uncharacterized protein 5.079532175 L4_chemical_C3 +LQ03X028150 Putative uncharacterized protein 5.102457099 C6_control_A1 +LQ03X028150 Putative uncharacterized protein 5.32380873 C6_control_A3 +LQ03X028150 Putative uncharacterized protein 6.793759248 C6_control_B1 +LQ03X028150 Putative uncharacterized protein 7.904816601 C6_control_B2 +LQ03X028150 Putative uncharacterized protein 8.834818838 C6_control_B3 +LQ03X028150 Putative uncharacterized protein 8.339791881 C6_control_C1 +LQ03X028150 Putative uncharacterized protein 8.414536333 C6_control_C2 +LQ03X028150 Putative uncharacterized protein 9.080872681 C6_control_C3 +LQ03X028150 Putative uncharacterized protein 5.610108075 C6_chemical_A1 +LQ03X028150 Putative uncharacterized protein 5.436998721 C6_chemical_A3 +LQ03X028150 Putative uncharacterized protein 7.007644782 C6_chemical_B1 +LQ03X028150 Putative uncharacterized protein 7.394132607 C6_chemical_B2 +LQ03X028150 Putative uncharacterized protein 9.200736764 C6_chemical_B3 +LQ03X028150 Putative uncharacterized protein 8.238035894 C6_chemical_C1 +LQ03X028150 Putative uncharacterized protein 8.022883938 C6_chemical_C2 +LQ03X028150 Putative uncharacterized protein 8.589622649 C6_chemical_C3 +LQ03X028150 Putative uncharacterized protein 5.642645451 L4_control_A1 +LQ03X028150 Putative uncharacterized protein 4.960257926 L4_control_A2 +LQ03X028150 Putative uncharacterized protein 4.866095672 L4_control_A3 +LQ03X028150 Putative uncharacterized protein 6.478045307 L4_control_B1 +LQ03X028150 Putative uncharacterized protein 5.874079214 L4_control_B2 +LQ03X028150 Putative uncharacterized protein 8.400332478 L4_control_B3 +LQ03X028150 Putative uncharacterized protein 8.783860288 L4_control_C2 +LQ03X028150 Putative uncharacterized protein 7.867854759 L4_control_C3 +LQ03X028150 Putative uncharacterized protein 6.902652734 L4_chemical_A1 +LQ03X028150 Putative uncharacterized protein 5.644059116 L4_chemical_A2 +LQ03X028150 Putative uncharacterized protein 5.32896806 L4_chemical_A3 +LQ03X028150 Putative uncharacterized protein 6.898940223 L4_chemical_B1 +LQ03X028150 Putative uncharacterized protein 6.097674622 L4_chemical_B2 +LQ03X028150 Putative uncharacterized protein 7.221013269 L4_chemical_B3 +LQ03X028150 Putative uncharacterized protein 7.175081205 L4_chemical_C2 +LQ03X028150 Putative uncharacterized protein 7.527925194 L4_chemical_C3 +LQ03X028160 Putative uncharacterized protein 6.785907147 C6_control_A1 +LQ03X028160 Putative uncharacterized protein 7.028167191 C6_control_A3 +LQ03X028160 Putative uncharacterized protein 8.420204297 C6_control_B1 +LQ03X028160 Putative uncharacterized protein 8.639641669 C6_control_B2 +LQ03X028160 Putative uncharacterized protein 9.615244351 C6_control_B3 +LQ03X028160 Putative uncharacterized protein 9.867137102 C6_control_C1 +LQ03X028160 Putative uncharacterized protein 10.36003844 C6_control_C2 +LQ03X028160 Putative uncharacterized protein 10.50277603 C6_control_C3 +LQ03X028160 Putative uncharacterized protein 6.815686628 C6_chemical_A1 +LQ03X028160 Putative uncharacterized protein 7.882402537 C6_chemical_A3 +LQ03X028160 Putative uncharacterized protein 8.325945851 C6_chemical_B1 +LQ03X028160 Putative uncharacterized protein 8.298079477 C6_chemical_B2 +LQ03X028160 Putative uncharacterized protein 9.650249777 C6_chemical_B3 +LQ03X028160 Putative uncharacterized protein 9.731787701 C6_chemical_C1 +LQ03X028160 Putative uncharacterized protein 10.04693546 C6_chemical_C2 +LQ03X028160 Putative uncharacterized protein 10.64619772 C6_chemical_C3 +LQ03X028160 Putative uncharacterized protein 7.29900064 L4_control_A1 +LQ03X028160 Putative uncharacterized protein 7.293291059 L4_control_A2 +LQ03X028160 Putative uncharacterized protein 6.8574521 L4_control_A3 +LQ03X028160 Putative uncharacterized protein 9.130625096 L4_control_B1 +LQ03X028160 Putative uncharacterized protein 8.964673385 L4_control_B2 +LQ03X028160 Putative uncharacterized protein 11.20757307 L4_control_B3 +LQ03X028160 Putative uncharacterized protein 12.30031609 L4_control_C2 +LQ03X028160 Putative uncharacterized protein 12.4342848 L4_control_C3 +LQ03X028160 Putative uncharacterized protein 7.463108869 L4_chemical_A1 +LQ03X028160 Putative uncharacterized protein 7.517687882 L4_chemical_A2 +LQ03X028160 Putative uncharacterized protein 7.248652702 L4_chemical_A3 +LQ03X028160 Putative uncharacterized protein 9.29248024 L4_chemical_B1 +LQ03X028160 Putative uncharacterized protein 9.572735785 L4_chemical_B2 +LQ03X028160 Putative uncharacterized protein 9.533553972 L4_chemical_B3 +LQ03X028160 Putative uncharacterized protein 12.23545438 L4_chemical_C2 +LQ03X028160 Putative uncharacterized protein 12.2061564 L4_chemical_C3 +LQ03X028190 Reticulon-like protein B3 14.5166984 C6_control_A1 +LQ03X028190 Reticulon-like protein B3 14.45730598 C6_control_A3 +LQ03X028190 Reticulon-like protein B3 14.39808619 C6_control_B1 +LQ03X028190 Reticulon-like protein B3 14.68754333 C6_control_B2 +LQ03X028190 Reticulon-like protein B3 14.5772784 C6_control_B3 +LQ03X028190 Reticulon-like protein B3 14.49357947 C6_control_C1 +LQ03X028190 Reticulon-like protein B3 14.29776751 C6_control_C2 +LQ03X028190 Reticulon-like protein B3 14.23713328 C6_control_C3 +LQ03X028190 Reticulon-like protein B3 14.45464756 C6_chemical_A1 +LQ03X028190 Reticulon-like protein B3 14.3194867 C6_chemical_A3 +LQ03X028190 Reticulon-like protein B3 14.21774218 C6_chemical_B1 +LQ03X028190 Reticulon-like protein B3 14.62433313 C6_chemical_B2 +LQ03X028190 Reticulon-like protein B3 14.67033751 C6_chemical_B3 +LQ03X028190 Reticulon-like protein B3 14.45061514 C6_chemical_C1 +LQ03X028190 Reticulon-like protein B3 14.31109599 C6_chemical_C2 +LQ03X028190 Reticulon-like protein B3 14.29323418 C6_chemical_C3 +LQ03X028190 Reticulon-like protein B3 14.49689371 L4_control_A1 +LQ03X028190 Reticulon-like protein B3 14.18169795 L4_control_A2 +LQ03X028190 Reticulon-like protein B3 13.92456151 L4_control_A3 +LQ03X028190 Reticulon-like protein B3 14.17624641 L4_control_B1 +LQ03X028190 Reticulon-like protein B3 13.73945378 L4_control_B2 +LQ03X028190 Reticulon-like protein B3 14.44789306 L4_control_B3 +LQ03X028190 Reticulon-like protein B3 13.2235469 L4_control_C2 +LQ03X028190 Reticulon-like protein B3 13.94000952 L4_control_C3 +LQ03X028190 Reticulon-like protein B3 14.3104917 L4_chemical_A1 +LQ03X028190 Reticulon-like protein B3 14.08746274 L4_chemical_A2 +LQ03X028190 Reticulon-like protein B3 14.08445279 L4_chemical_A3 +LQ03X028190 Reticulon-like protein B3 13.66348182 L4_chemical_B1 +LQ03X028190 Reticulon-like protein B3 13.49839109 L4_chemical_B2 +LQ03X028190 Reticulon-like protein B3 14.56368667 L4_chemical_B3 +LQ03X028190 Reticulon-like protein B3 13.52543954 L4_chemical_C2 +LQ03X028190 Reticulon-like protein B3 13.86255394 L4_chemical_C3 +LQ03X028220 Potassium transporter 3 5.248923717 C6_control_A1 +LQ03X028220 Potassium transporter 3 5.558728138 C6_control_A3 +LQ03X028220 Potassium transporter 3 5.228684353 C6_control_B1 +LQ03X028220 Potassium transporter 3 5.314141905 C6_control_B2 +LQ03X028220 Potassium transporter 3 5.411356255 C6_control_B3 +LQ03X028220 Potassium transporter 3 5.652886141 C6_control_C1 +LQ03X028220 Potassium transporter 3 5.741720664 C6_control_C2 +LQ03X028220 Potassium transporter 3 5.396486167 C6_control_C3 +LQ03X028220 Potassium transporter 3 5.302716338 C6_chemical_A1 +LQ03X028220 Potassium transporter 3 5.686031914 C6_chemical_A3 +LQ03X028220 Potassium transporter 3 5.605634609 C6_chemical_B1 +LQ03X028220 Potassium transporter 3 5.519087656 C6_chemical_B2 +LQ03X028220 Potassium transporter 3 5.159527057 C6_chemical_B3 +LQ03X028220 Potassium transporter 3 5.626739414 C6_chemical_C1 +LQ03X028220 Potassium transporter 3 5.740071514 C6_chemical_C2 +LQ03X028220 Potassium transporter 3 5.507661266 C6_chemical_C3 +LQ03X028220 Potassium transporter 3 5.423431751 L4_control_A1 +LQ03X028220 Potassium transporter 3 5.276145394 L4_control_A2 +LQ03X028220 Potassium transporter 3 6.460748169 L4_control_A3 +LQ03X028220 Potassium transporter 3 5.586296764 L4_control_B1 +LQ03X028220 Potassium transporter 3 5.487319177 L4_control_B2 +LQ03X028220 Potassium transporter 3 5.179186212 L4_control_B3 +LQ03X028220 Potassium transporter 3 5.174626841 L4_control_C2 +LQ03X028220 Potassium transporter 3 5.755727899 L4_control_C3 +LQ03X028220 Potassium transporter 3 5.764480965 L4_chemical_A1 +LQ03X028220 Potassium transporter 3 5.72064983 L4_chemical_A2 +LQ03X028220 Potassium transporter 3 5.98067727 L4_chemical_A3 +LQ03X028220 Potassium transporter 3 5.540886356 L4_chemical_B1 +LQ03X028220 Potassium transporter 3 5.521244223 L4_chemical_B2 +LQ03X028220 Potassium transporter 3 5.501549295 L4_chemical_B3 +LQ03X028220 Potassium transporter 3 5.982999432 L4_chemical_C2 +LQ03X028220 Potassium transporter 3 5.199322633 L4_chemical_C3 +LQ03X028230 Calcium-dependent protein kinase 3 11.23530533 C6_control_A1 +LQ03X028230 Calcium-dependent protein kinase 3 11.58507486 C6_control_A3 +LQ03X028230 Calcium-dependent protein kinase 3 11.38785338 C6_control_B1 +LQ03X028230 Calcium-dependent protein kinase 3 11.17384198 C6_control_B2 +LQ03X028230 Calcium-dependent protein kinase 3 11.09077816 C6_control_B3 +LQ03X028230 Calcium-dependent protein kinase 3 10.63352966 C6_control_C1 +LQ03X028230 Calcium-dependent protein kinase 3 10.6080009 C6_control_C2 +LQ03X028230 Calcium-dependent protein kinase 3 10.730026 C6_control_C3 +LQ03X028230 Calcium-dependent protein kinase 3 11.20056245 C6_chemical_A1 +LQ03X028230 Calcium-dependent protein kinase 3 11.88142406 C6_chemical_A3 +LQ03X028230 Calcium-dependent protein kinase 3 11.18384769 C6_chemical_B1 +LQ03X028230 Calcium-dependent protein kinase 3 10.93859665 C6_chemical_B2 +LQ03X028230 Calcium-dependent protein kinase 3 10.76231362 C6_chemical_B3 +LQ03X028230 Calcium-dependent protein kinase 3 10.56311232 C6_chemical_C1 +LQ03X028230 Calcium-dependent protein kinase 3 10.49720134 C6_chemical_C2 +LQ03X028230 Calcium-dependent protein kinase 3 10.53197264 C6_chemical_C3 +LQ03X028230 Calcium-dependent protein kinase 3 11.46629432 L4_control_A1 +LQ03X028230 Calcium-dependent protein kinase 3 11.19999962 L4_control_A2 +LQ03X028230 Calcium-dependent protein kinase 3 11.49307775 L4_control_A3 +LQ03X028230 Calcium-dependent protein kinase 3 11.32444742 L4_control_B1 +LQ03X028230 Calcium-dependent protein kinase 3 11.11556072 L4_control_B2 +LQ03X028230 Calcium-dependent protein kinase 3 10.99071588 L4_control_B3 +LQ03X028230 Calcium-dependent protein kinase 3 10.42076275 L4_control_C2 +LQ03X028230 Calcium-dependent protein kinase 3 10.45013167 L4_control_C3 +LQ03X028230 Calcium-dependent protein kinase 3 11.28331688 L4_chemical_A1 +LQ03X028230 Calcium-dependent protein kinase 3 10.56980545 L4_chemical_A2 +LQ03X028230 Calcium-dependent protein kinase 3 11.44677353 L4_chemical_A3 +LQ03X028230 Calcium-dependent protein kinase 3 11.24570315 L4_chemical_B1 +LQ03X028230 Calcium-dependent protein kinase 3 11.0682118 L4_chemical_B2 +LQ03X028230 Calcium-dependent protein kinase 3 10.96550458 L4_chemical_B3 +LQ03X028230 Calcium-dependent protein kinase 3 10.5009425 L4_chemical_C2 +LQ03X028230 Calcium-dependent protein kinase 3 10.71067336 L4_chemical_C3 +LQ03X028240 Predicted protein 5.761475943 C6_control_A1 +LQ03X028240 Predicted protein 5.641518873 C6_control_A3 +LQ03X028240 Predicted protein 5.467747586 C6_control_B1 +LQ03X028240 Predicted protein 6.313029797 C6_control_B2 +LQ03X028240 Predicted protein 5.768222348 C6_control_B3 +LQ03X028240 Predicted protein 7.443804581 C6_control_C1 +LQ03X028240 Predicted protein 6.50568054 C6_control_C2 +LQ03X028240 Predicted protein 6.941320788 C6_control_C3 +LQ03X028240 Predicted protein 6.253530053 C6_chemical_A1 +LQ03X028240 Predicted protein 5.860408056 C6_chemical_A3 +LQ03X028240 Predicted protein 5.404751257 C6_chemical_B1 +LQ03X028240 Predicted protein 6.035725347 C6_chemical_B2 +LQ03X028240 Predicted protein 5.65825194 C6_chemical_B3 +LQ03X028240 Predicted protein 7.69020981 C6_chemical_C1 +LQ03X028240 Predicted protein 6.883461001 C6_chemical_C2 +LQ03X028240 Predicted protein 6.810703557 C6_chemical_C3 +LQ03X028240 Predicted protein 6.221309348 L4_control_A1 +LQ03X028240 Predicted protein 6.742536638 L4_control_A2 +LQ03X028240 Predicted protein 6.891050276 L4_control_A3 +LQ03X028240 Predicted protein 5.811536052 L4_control_B1 +LQ03X028240 Predicted protein 6.330782555 L4_control_B2 +LQ03X028240 Predicted protein 5.72920422 L4_control_B3 +LQ03X028240 Predicted protein 6.608072052 L4_control_C2 +LQ03X028240 Predicted protein 5.693879535 L4_control_C3 +LQ03X028240 Predicted protein 6.189249097 L4_chemical_A1 +LQ03X028240 Predicted protein 6.326385522 L4_chemical_A2 +LQ03X028240 Predicted protein 6.843568467 L4_chemical_A3 +LQ03X028240 Predicted protein 5.81816779 L4_chemical_B1 +LQ03X028240 Predicted protein 5.982705777 L4_chemical_B2 +LQ03X028240 Predicted protein 5.611649939 L4_chemical_B3 +LQ03X028240 Predicted protein 6.841257307 L4_chemical_C2 +LQ03X028240 Predicted protein 5.437609367 L4_chemical_C3 +LQ03X028250 Putative uncharacterized protein 5.043588798 C6_control_A1 +LQ03X028250 Putative uncharacterized protein 5.278014903 C6_control_A3 +LQ03X028250 Putative uncharacterized protein 5.286596139 C6_control_B1 +LQ03X028250 Putative uncharacterized protein 4.928303111 C6_control_B2 +LQ03X028250 Putative uncharacterized protein 5.088671381 C6_control_B3 +LQ03X028250 Putative uncharacterized protein 5.077211752 C6_control_C1 +LQ03X028250 Putative uncharacterized protein 5.663496417 C6_control_C2 +LQ03X028250 Putative uncharacterized protein 5.104526921 C6_control_C3 +LQ03X028250 Putative uncharacterized protein 5.064906392 C6_chemical_A1 +LQ03X028250 Putative uncharacterized protein 5.295182895 C6_chemical_A3 +LQ03X028250 Putative uncharacterized protein 5.555438636 C6_chemical_B1 +LQ03X028250 Putative uncharacterized protein 5.179247362 C6_chemical_B2 +LQ03X028250 Putative uncharacterized protein 5.536288833 C6_chemical_B3 +LQ03X028250 Putative uncharacterized protein 5.339333693 C6_chemical_C1 +LQ03X028250 Putative uncharacterized protein 5.344047991 C6_chemical_C2 +LQ03X028250 Putative uncharacterized protein 5.572717933 C6_chemical_C3 +LQ03X028250 Putative uncharacterized protein 5.273545247 L4_control_A1 +LQ03X028250 Putative uncharacterized protein 4.763570878 L4_control_A2 +LQ03X028250 Putative uncharacterized protein 4.920049114 L4_control_A3 +LQ03X028250 Putative uncharacterized protein 5.697109092 L4_control_B1 +LQ03X028250 Putative uncharacterized protein 5.158657821 L4_control_B2 +LQ03X028250 Putative uncharacterized protein 4.9815832 L4_control_B3 +LQ03X028250 Putative uncharacterized protein 6.126512212 L4_control_C2 +LQ03X028250 Putative uncharacterized protein 5.33508932 L4_control_C3 +LQ03X028250 Putative uncharacterized protein 5.262643797 L4_chemical_A1 +LQ03X028250 Putative uncharacterized protein 5.123022313 L4_chemical_A2 +LQ03X028250 Putative uncharacterized protein 5.069026844 L4_chemical_A3 +LQ03X028250 Putative uncharacterized protein 5.517937669 L4_chemical_B1 +LQ03X028250 Putative uncharacterized protein 5.214021474 L4_chemical_B2 +LQ03X028250 Putative uncharacterized protein 5.261329274 L4_chemical_B3 +LQ03X028250 Putative uncharacterized protein 5.138472631 L4_chemical_C2 +LQ03X028250 Putative uncharacterized protein 4.985084529 L4_chemical_C3 +LQ03X028260 Disease resistance response protein 206 11.63708389 C6_control_A1 +LQ03X028260 Disease resistance response protein 206 11.48301088 C6_control_A3 +LQ03X028260 Disease resistance response protein 206 14.54096899 C6_control_B1 +LQ03X028260 Disease resistance response protein 206 15.30883266 C6_control_B2 +LQ03X028260 Disease resistance response protein 206 15.22869968 C6_control_B3 +LQ03X028260 Disease resistance response protein 206 9.086754759 C6_control_C1 +LQ03X028260 Disease resistance response protein 206 11.48997643 C6_control_C2 +LQ03X028260 Disease resistance response protein 206 9.907987229 C6_control_C3 +LQ03X028260 Disease resistance response protein 206 11.61875331 C6_chemical_A1 +LQ03X028260 Disease resistance response protein 206 11.25940773 C6_chemical_A3 +LQ03X028260 Disease resistance response protein 206 14.47842149 C6_chemical_B1 +LQ03X028260 Disease resistance response protein 206 15.09265288 C6_chemical_B2 +LQ03X028260 Disease resistance response protein 206 14.97274003 C6_chemical_B3 +LQ03X028260 Disease resistance response protein 206 9.163483956 C6_chemical_C1 +LQ03X028260 Disease resistance response protein 206 9.279787053 C6_chemical_C2 +LQ03X028260 Disease resistance response protein 206 8.935895396 C6_chemical_C3 +LQ03X028260 Disease resistance response protein 206 11.75203821 L4_control_A1 +LQ03X028260 Disease resistance response protein 206 12.62048756 L4_control_A2 +LQ03X028260 Disease resistance response protein 206 12.19686931 L4_control_A3 +LQ03X028260 Disease resistance response protein 206 15.41374345 L4_control_B1 +LQ03X028260 Disease resistance response protein 206 14.94765997 L4_control_B2 +LQ03X028260 Disease resistance response protein 206 15.67599855 L4_control_B3 +LQ03X028260 Disease resistance response protein 206 7.878214538 L4_control_C2 +LQ03X028260 Disease resistance response protein 206 9.769794885 L4_control_C3 +LQ03X028260 Disease resistance response protein 206 12.31026071 L4_chemical_A1 +LQ03X028260 Disease resistance response protein 206 12.82303361 L4_chemical_A2 +LQ03X028260 Disease resistance response protein 206 12.56726528 L4_chemical_A3 +LQ03X028260 Disease resistance response protein 206 14.50134081 L4_chemical_B1 +LQ03X028260 Disease resistance response protein 206 15.0110498 L4_chemical_B2 +LQ03X028260 Disease resistance response protein 206 14.92385046 L4_chemical_B3 +LQ03X028260 Disease resistance response protein 206 7.728713251 L4_chemical_C2 +LQ03X028260 Disease resistance response protein 206 9.829901813 L4_chemical_C3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.651683698 C6_control_A1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.854288128 C6_control_A3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.546086451 C6_control_B1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.748822674 C6_control_B2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.872276331 C6_control_B3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.325216786 C6_control_C1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.971945767 C6_control_C2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.24369938 C6_control_C3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.895998441 C6_chemical_A1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.894969937 C6_chemical_A3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.148879667 C6_chemical_B1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.816737528 C6_chemical_B2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.952057119 C6_chemical_B3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.343178666 C6_chemical_C1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.265853353 C6_chemical_C2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.161183423 C6_chemical_C3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.697314498 L4_control_A1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.158027157 L4_control_A2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.526759902 L4_control_A3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.613566445 L4_control_B1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.830832894 L4_control_B2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.380183707 L4_control_B3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.900853135 L4_control_C2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.504574075 L4_control_C3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.460259386 L4_chemical_A1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.286126793 L4_chemical_A2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.832936846 L4_chemical_A3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.881868798 L4_chemical_B1 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.970301883 L4_chemical_B2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 6.461128985 L4_chemical_B3 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.724772558 L4_chemical_C2 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.377704164 L4_chemical_C3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.462197602 C6_control_A1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.257364082 C6_control_A3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.314013045 C6_control_B1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.673327616 C6_control_B2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.424153134 C6_control_B3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.597301477 C6_control_C1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.30743278 C6_control_C2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.26021778 C6_control_C3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.36469592 C6_chemical_A1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.559872515 C6_chemical_A3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.859507011 C6_chemical_B1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.292416598 C6_chemical_B2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.946748927 C6_chemical_B3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.542750093 C6_chemical_C1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.804555791 C6_chemical_C2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.474841355 C6_chemical_C3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.569542435 L4_control_A1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.664778723 L4_control_A2 +LQ03X028310 Putative K( )/H( ) antiporter 13 6.041732109 L4_control_A3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.321030821 L4_control_B1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.738903082 L4_control_B2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.12860595 L4_control_B3 +LQ03X028310 Putative K( )/H( ) antiporter 13 4.917530925 L4_control_C2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.463699168 L4_control_C3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.396038035 L4_chemical_A1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.561142803 L4_chemical_A2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.935575661 L4_chemical_A3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.285810579 L4_chemical_B1 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.621298743 L4_chemical_B2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.5407176 L4_chemical_B3 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.525575987 L4_chemical_C2 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.5605519 L4_chemical_C3 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.864126501 C6_control_A1 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.782833935 C6_control_A3 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.837183856 C6_control_B1 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.952671844 C6_control_B2 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.891805194 C6_control_B3 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.330263107 C6_control_C1 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.785518369 C6_control_C2 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.970826703 C6_control_C3 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.959037692 C6_chemical_A1 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.739491457 C6_chemical_A3 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.056907422 C6_chemical_B1 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.064548375 C6_chemical_B2 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.187176491 C6_chemical_B3 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.046777271 C6_chemical_C1 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.983708493 C6_chemical_C2 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.923420089 C6_chemical_C3 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.252409657 L4_control_A1 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.941197307 L4_control_A2 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.90429931 L4_control_A3 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.173794327 L4_control_B1 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.090027759 L4_control_B2 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.604249224 L4_control_B3 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.296894094 L4_control_C2 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.890845276 L4_control_C3 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.305225346 L4_chemical_A1 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.92814088 L4_chemical_A2 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.503709048 L4_chemical_A3 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.96368228 L4_chemical_B1 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.282818762 L4_chemical_B2 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.833862153 L4_chemical_B3 +LQ03X028320 Putative K( )/H( ) antiporter 13 6.506812004 L4_chemical_C2 +LQ03X028320 Putative K( )/H( ) antiporter 13 5.273333667 L4_chemical_C3 +LQ03X028360 Putative uncharacterized protein 5.746091777 C6_control_A1 +LQ03X028360 Putative uncharacterized protein 6.089485896 C6_control_A3 +LQ03X028360 Putative uncharacterized protein 5.724187383 C6_control_B1 +LQ03X028360 Putative uncharacterized protein 5.576530666 C6_control_B2 +LQ03X028360 Putative uncharacterized protein 5.907445091 C6_control_B3 +LQ03X028360 Putative uncharacterized protein 5.792802869 C6_control_C1 +LQ03X028360 Putative uncharacterized protein 5.950869254 C6_control_C2 +LQ03X028360 Putative uncharacterized protein 5.551089595 C6_control_C3 +LQ03X028360 Putative uncharacterized protein 5.888404523 C6_chemical_A1 +LQ03X028360 Putative uncharacterized protein 5.814547304 C6_chemical_A3 +LQ03X028360 Putative uncharacterized protein 5.600359661 C6_chemical_B1 +LQ03X028360 Putative uncharacterized protein 5.738754869 C6_chemical_B2 +LQ03X028360 Putative uncharacterized protein 6.058070884 C6_chemical_B3 +LQ03X028360 Putative uncharacterized protein 5.77171509 C6_chemical_C1 +LQ03X028360 Putative uncharacterized protein 5.678718853 C6_chemical_C2 +LQ03X028360 Putative uncharacterized protein 5.744083507 C6_chemical_C3 +LQ03X028360 Putative uncharacterized protein 5.854754243 L4_control_A1 +LQ03X028360 Putative uncharacterized protein 5.7374466 L4_control_A2 +LQ03X028360 Putative uncharacterized protein 5.719908636 L4_control_A3 +LQ03X028360 Putative uncharacterized protein 5.881833606 L4_control_B1 +LQ03X028360 Putative uncharacterized protein 5.643561067 L4_control_B2 +LQ03X028360 Putative uncharacterized protein 5.721142677 L4_control_B3 +LQ03X028360 Putative uncharacterized protein 6.130470625 L4_control_C2 +LQ03X028360 Putative uncharacterized protein 5.021396538 L4_control_C3 +LQ03X028360 Putative uncharacterized protein 5.619075813 L4_chemical_A1 +LQ03X028360 Putative uncharacterized protein 5.574500712 L4_chemical_A2 +LQ03X028360 Putative uncharacterized protein 5.767230726 L4_chemical_A3 +LQ03X028360 Putative uncharacterized protein 5.575783528 L4_chemical_B1 +LQ03X028360 Putative uncharacterized protein 6.381526592 L4_chemical_B2 +LQ03X028360 Putative uncharacterized protein 5.67262122 L4_chemical_B3 +LQ03X028360 Putative uncharacterized protein 5.304034325 L4_chemical_C2 +LQ03X028360 Putative uncharacterized protein 6.075271669 L4_chemical_C3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.35287879 C6_control_A1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.52460096 C6_control_A3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.5708734 C6_control_B1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.01474703 C6_control_B2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.4709391 C6_control_B3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 10.29689071 C6_control_C1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 10.90825825 C6_control_C2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.18742858 C6_control_C3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.33724962 C6_chemical_A1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.15193751 C6_chemical_A3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.42501971 C6_chemical_B1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 10.72345738 C6_chemical_B2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.47154919 C6_chemical_B3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 10.07929879 C6_chemical_C1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 10.81780968 C6_chemical_C2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.79639387 C6_chemical_C3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.02827354 L4_control_A1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.53828381 L4_control_A2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.62964326 L4_control_A3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.86662509 L4_control_B1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.27140247 L4_control_B2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.87075012 L4_control_B3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.07141708 L4_control_C2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.94197224 L4_control_C3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.13216286 L4_chemical_A1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.08147029 L4_chemical_A2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.31200116 L4_chemical_A3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.44499531 L4_chemical_B1 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.66286323 L4_chemical_B2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.20677542 L4_chemical_B3 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.0363324 L4_chemical_C2 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 12.55938895 L4_chemical_C3 +LQ03X028400 ABC transporter C family member 10 10.75399925 C6_control_A1 +LQ03X028400 ABC transporter C family member 10 9.993226756 C6_control_A3 +LQ03X028400 ABC transporter C family member 10 10.30232477 C6_control_B1 +LQ03X028400 ABC transporter C family member 10 10.86943362 C6_control_B2 +LQ03X028400 ABC transporter C family member 10 10.59211579 C6_control_B3 +LQ03X028400 ABC transporter C family member 10 11.70383274 C6_control_C1 +LQ03X028400 ABC transporter C family member 10 11.41429937 C6_control_C2 +LQ03X028400 ABC transporter C family member 10 12.22214322 C6_control_C3 +LQ03X028400 ABC transporter C family member 10 10.21996582 C6_chemical_A1 +LQ03X028400 ABC transporter C family member 10 9.800002984 C6_chemical_A3 +LQ03X028400 ABC transporter C family member 10 9.531307938 C6_chemical_B1 +LQ03X028400 ABC transporter C family member 10 10.41243549 C6_chemical_B2 +LQ03X028400 ABC transporter C family member 10 10.57338529 C6_chemical_B3 +LQ03X028400 ABC transporter C family member 10 11.13253744 C6_chemical_C1 +LQ03X028400 ABC transporter C family member 10 10.93980996 C6_chemical_C2 +LQ03X028400 ABC transporter C family member 10 11.27653115 C6_chemical_C3 +LQ03X028400 ABC transporter C family member 10 11.24162929 L4_control_A1 +LQ03X028400 ABC transporter C family member 10 9.983704237 L4_control_A2 +LQ03X028400 ABC transporter C family member 10 9.476698914 L4_control_A3 +LQ03X028400 ABC transporter C family member 10 9.075332524 L4_control_B1 +LQ03X028400 ABC transporter C family member 10 10.01633023 L4_control_B2 +LQ03X028400 ABC transporter C family member 10 9.143118699 L4_control_B3 +LQ03X028400 ABC transporter C family member 10 10.88795055 L4_control_C2 +LQ03X028400 ABC transporter C family member 10 8.56138242 L4_control_C3 +LQ03X028400 ABC transporter C family member 10 9.500348168 L4_chemical_A1 +LQ03X028400 ABC transporter C family member 10 9.082787037 L4_chemical_A2 +LQ03X028400 ABC transporter C family member 10 9.707921119 L4_chemical_A3 +LQ03X028400 ABC transporter C family member 10 9.495023883 L4_chemical_B1 +LQ03X028400 ABC transporter C family member 10 9.688475635 L4_chemical_B2 +LQ03X028400 ABC transporter C family member 10 9.184415045 L4_chemical_B3 +LQ03X028400 ABC transporter C family member 10 9.506531445 L4_chemical_C2 +LQ03X028400 ABC transporter C family member 10 8.867261865 L4_chemical_C3 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.37255812 C6_control_A1 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.33952613 C6_control_A3 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.27887204 C6_control_B1 +LQ03X028420 Probable inactive receptor kinase At4g23740 11.94783746 C6_control_B2 +LQ03X028420 Probable inactive receptor kinase At4g23740 11.64806115 C6_control_B3 +LQ03X028420 Probable inactive receptor kinase At4g23740 9.92843838 C6_control_C1 +LQ03X028420 Probable inactive receptor kinase At4g23740 10.51950522 C6_control_C2 +LQ03X028420 Probable inactive receptor kinase At4g23740 9.787027107 C6_control_C3 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.52068105 C6_chemical_A1 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.58036356 C6_chemical_A3 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.56445353 C6_chemical_B1 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.1511368 C6_chemical_B2 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.03208095 C6_chemical_B3 +LQ03X028420 Probable inactive receptor kinase At4g23740 10.16176405 C6_chemical_C1 +LQ03X028420 Probable inactive receptor kinase At4g23740 10.26348403 C6_chemical_C2 +LQ03X028420 Probable inactive receptor kinase At4g23740 9.982426954 C6_chemical_C3 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.08103985 L4_control_A1 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.75935713 L4_control_A2 +LQ03X028420 Probable inactive receptor kinase At4g23740 11.77023592 L4_control_A3 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.38712141 L4_control_B1 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.47649286 L4_control_B2 +LQ03X028420 Probable inactive receptor kinase At4g23740 10.90911121 L4_control_B3 +LQ03X028420 Probable inactive receptor kinase At4g23740 10.1668935 L4_control_C2 +LQ03X028420 Probable inactive receptor kinase At4g23740 10.12421787 L4_control_C3 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.10406654 L4_chemical_A1 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.69131118 L4_chemical_A2 +LQ03X028420 Probable inactive receptor kinase At4g23740 11.69338185 L4_chemical_A3 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.46795754 L4_chemical_B1 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.75193153 L4_chemical_B2 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.25883646 L4_chemical_B3 +LQ03X028420 Probable inactive receptor kinase At4g23740 10.24357289 L4_chemical_C2 +LQ03X028420 Probable inactive receptor kinase At4g23740 10.16402759 L4_chemical_C3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.607283001 C6_control_A1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 6.249887697 C6_control_A3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.452063317 C6_control_B1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.763792037 C6_control_B2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.716943758 C6_control_B3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.613486952 C6_control_C1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.605712323 C6_control_C2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.090961133 C6_control_C3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.664676895 C6_chemical_A1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.794968193 C6_chemical_A3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.252651136 C6_chemical_B1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.792311943 C6_chemical_B2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.4627215 C6_chemical_B3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.70128091 C6_chemical_C1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.589611516 C6_chemical_C2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.403256175 C6_chemical_C3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.669227805 L4_control_A1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.317682989 L4_control_A2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.425640693 L4_control_A3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.368916745 L4_control_B1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.284004339 L4_control_B2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.734927063 L4_control_B3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.312843972 L4_control_C2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.55402982 L4_control_C3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.509372521 L4_chemical_A1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.811737484 L4_chemical_A2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.556028922 L4_chemical_A3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.311321792 L4_chemical_B1 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.818406104 L4_chemical_B2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.905702212 L4_chemical_B3 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.311030189 L4_chemical_C2 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.030712487 L4_chemical_C3 +LQ03X028460 Predicted protein 11.50879428 C6_control_A1 +LQ03X028460 Predicted protein 11.18086577 C6_control_A3 +LQ03X028460 Predicted protein 11.53471491 C6_control_B1 +LQ03X028460 Predicted protein 11.51225315 C6_control_B2 +LQ03X028460 Predicted protein 11.42514445 C6_control_B3 +LQ03X028460 Predicted protein 11.5182073 C6_control_C1 +LQ03X028460 Predicted protein 11.25520234 C6_control_C2 +LQ03X028460 Predicted protein 10.86317521 C6_control_C3 +LQ03X028460 Predicted protein 11.8075093 C6_chemical_A1 +LQ03X028460 Predicted protein 10.48741661 C6_chemical_A3 +LQ03X028460 Predicted protein 11.71445171 C6_chemical_B1 +LQ03X028460 Predicted protein 11.31629282 C6_chemical_B2 +LQ03X028460 Predicted protein 10.84649831 C6_chemical_B3 +LQ03X028460 Predicted protein 11.385979 C6_chemical_C1 +LQ03X028460 Predicted protein 11.20365125 C6_chemical_C2 +LQ03X028460 Predicted protein 10.56257515 C6_chemical_C3 +LQ03X028460 Predicted protein 11.8454326 L4_control_A1 +LQ03X028460 Predicted protein 12.20762009 L4_control_A2 +LQ03X028460 Predicted protein 12.411374 L4_control_A3 +LQ03X028460 Predicted protein 12.09191835 L4_control_B1 +LQ03X028460 Predicted protein 11.13908813 L4_control_B2 +LQ03X028460 Predicted protein 11.21171048 L4_control_B3 +LQ03X028460 Predicted protein 11.99459052 L4_control_C2 +LQ03X028460 Predicted protein 11.51318751 L4_control_C3 +LQ03X028460 Predicted protein 11.80981395 L4_chemical_A1 +LQ03X028460 Predicted protein 12.32270005 L4_chemical_A2 +LQ03X028460 Predicted protein 11.86989921 L4_chemical_A3 +LQ03X028460 Predicted protein 12.02537495 L4_chemical_B1 +LQ03X028460 Predicted protein 12.1732566 L4_chemical_B2 +LQ03X028460 Predicted protein 10.97724219 L4_chemical_B3 +LQ03X028460 Predicted protein 12.12519308 L4_chemical_C2 +LQ03X028460 Predicted protein 11.6366224 L4_chemical_C3 +LQ03X028470 Arabinogalactan peptide 20 13.06724118 C6_control_A1 +LQ03X028470 Arabinogalactan peptide 20 13.60752834 C6_control_A3 +LQ03X028470 Arabinogalactan peptide 20 12.41329205 C6_control_B1 +LQ03X028470 Arabinogalactan peptide 20 11.87018629 C6_control_B2 +LQ03X028470 Arabinogalactan peptide 20 12.04263532 C6_control_B3 +LQ03X028470 Arabinogalactan peptide 20 9.776693549 C6_control_C1 +LQ03X028470 Arabinogalactan peptide 20 9.75375298 C6_control_C2 +LQ03X028470 Arabinogalactan peptide 20 10.04544165 C6_control_C3 +LQ03X028470 Arabinogalactan peptide 20 13.10543146 C6_chemical_A1 +LQ03X028470 Arabinogalactan peptide 20 13.07374626 C6_chemical_A3 +LQ03X028470 Arabinogalactan peptide 20 12.50343361 C6_chemical_B1 +LQ03X028470 Arabinogalactan peptide 20 11.8825385 C6_chemical_B2 +LQ03X028470 Arabinogalactan peptide 20 12.42709648 C6_chemical_B3 +LQ03X028470 Arabinogalactan peptide 20 9.44993149 C6_chemical_C1 +LQ03X028470 Arabinogalactan peptide 20 9.868893172 C6_chemical_C2 +LQ03X028470 Arabinogalactan peptide 20 9.996898132 C6_chemical_C3 +LQ03X028470 Arabinogalactan peptide 20 13.15723035 L4_control_A1 +LQ03X028470 Arabinogalactan peptide 20 12.97103593 L4_control_A2 +LQ03X028470 Arabinogalactan peptide 20 13.53649305 L4_control_A3 +LQ03X028470 Arabinogalactan peptide 20 11.34903346 L4_control_B1 +LQ03X028470 Arabinogalactan peptide 20 11.71251663 L4_control_B2 +LQ03X028470 Arabinogalactan peptide 20 11.20246248 L4_control_B3 +LQ03X028470 Arabinogalactan peptide 20 9.477419953 L4_control_C2 +LQ03X028470 Arabinogalactan peptide 20 9.779949751 L4_control_C3 +LQ03X028470 Arabinogalactan peptide 20 13.14268374 L4_chemical_A1 +LQ03X028470 Arabinogalactan peptide 20 13.37180113 L4_chemical_A2 +LQ03X028470 Arabinogalactan peptide 20 13.61140521 L4_chemical_A3 +LQ03X028470 Arabinogalactan peptide 20 11.94565441 L4_chemical_B1 +LQ03X028470 Arabinogalactan peptide 20 12.63565377 L4_chemical_B2 +LQ03X028470 Arabinogalactan peptide 20 12.70537303 L4_chemical_B3 +LQ03X028470 Arabinogalactan peptide 20 9.737238666 L4_chemical_C2 +LQ03X028470 Arabinogalactan peptide 20 9.749135352 L4_chemical_C3 +LQ03X028480 Putative uncharacterized protein 12.40360089 C6_control_A1 +LQ03X028480 Putative uncharacterized protein 11.64470468 C6_control_A3 +LQ03X028480 Putative uncharacterized protein 12.28108749 C6_control_B1 +LQ03X028480 Putative uncharacterized protein 12.91545802 C6_control_B2 +LQ03X028480 Putative uncharacterized protein 12.58691119 C6_control_B3 +LQ03X028480 Putative uncharacterized protein 14.27973152 C6_control_C1 +LQ03X028480 Putative uncharacterized protein 14.19110593 C6_control_C2 +LQ03X028480 Putative uncharacterized protein 14.22548114 C6_control_C3 +LQ03X028480 Putative uncharacterized protein 12.64957502 C6_chemical_A1 +LQ03X028480 Putative uncharacterized protein 11.53628345 C6_chemical_A3 +LQ03X028480 Putative uncharacterized protein 12.82334958 C6_chemical_B1 +LQ03X028480 Putative uncharacterized protein 13.21302228 C6_chemical_B2 +LQ03X028480 Putative uncharacterized protein 13.42983528 C6_chemical_B3 +LQ03X028480 Putative uncharacterized protein 13.44351229 C6_chemical_C1 +LQ03X028480 Putative uncharacterized protein 14.11221645 C6_chemical_C2 +LQ03X028480 Putative uncharacterized protein 14.54440979 C6_chemical_C3 +LQ03X028480 Putative uncharacterized protein 11.8361841 L4_control_A1 +LQ03X028480 Putative uncharacterized protein 11.81109466 L4_control_A2 +LQ03X028480 Putative uncharacterized protein 11.98454088 L4_control_A3 +LQ03X028480 Putative uncharacterized protein 12.96711226 L4_control_B1 +LQ03X028480 Putative uncharacterized protein 11.70256168 L4_control_B2 +LQ03X028480 Putative uncharacterized protein 13.87533814 L4_control_B3 +LQ03X028480 Putative uncharacterized protein 14.41463648 L4_control_C2 +LQ03X028480 Putative uncharacterized protein 14.28122694 L4_control_C3 +LQ03X028480 Putative uncharacterized protein 13.52687549 L4_chemical_A1 +LQ03X028480 Putative uncharacterized protein 13.49315416 L4_chemical_A2 +LQ03X028480 Putative uncharacterized protein 12.30918345 L4_chemical_A3 +LQ03X028480 Putative uncharacterized protein 13.5630984 L4_chemical_B1 +LQ03X028480 Putative uncharacterized protein 13.34498083 L4_chemical_B2 +LQ03X028480 Putative uncharacterized protein 13.09538624 L4_chemical_B3 +LQ03X028480 Putative uncharacterized protein 14.40972899 L4_chemical_C2 +LQ03X028480 Putative uncharacterized protein 14.05517586 L4_chemical_C3 +LQ03X028490 Cmp-sialic acid transporter, putative 7.108484324 C6_control_A1 +LQ03X028490 Cmp-sialic acid transporter, putative 5.864084701 C6_control_A3 +LQ03X028490 Cmp-sialic acid transporter, putative 7.324013811 C6_control_B1 +LQ03X028490 Cmp-sialic acid transporter, putative 7.04332467 C6_control_B2 +LQ03X028490 Cmp-sialic acid transporter, putative 6.620072256 C6_control_B3 +LQ03X028490 Cmp-sialic acid transporter, putative 5.997143653 C6_control_C1 +LQ03X028490 Cmp-sialic acid transporter, putative 5.75812928 C6_control_C2 +LQ03X028490 Cmp-sialic acid transporter, putative 6.186697064 C6_control_C3 +LQ03X028490 Cmp-sialic acid transporter, putative 6.398618658 C6_chemical_A1 +LQ03X028490 Cmp-sialic acid transporter, putative 6.099039204 C6_chemical_A3 +LQ03X028490 Cmp-sialic acid transporter, putative 6.515272687 C6_chemical_B1 +LQ03X028490 Cmp-sialic acid transporter, putative 6.690143636 C6_chemical_B2 +LQ03X028490 Cmp-sialic acid transporter, putative 6.734608845 C6_chemical_B3 +LQ03X028490 Cmp-sialic acid transporter, putative 5.721026931 C6_chemical_C1 +LQ03X028490 Cmp-sialic acid transporter, putative 5.405547693 C6_chemical_C2 +LQ03X028490 Cmp-sialic acid transporter, putative 5.563757943 C6_chemical_C3 +LQ03X028490 Cmp-sialic acid transporter, putative 6.999365449 L4_control_A1 +LQ03X028490 Cmp-sialic acid transporter, putative 6.84663182 L4_control_A2 +LQ03X028490 Cmp-sialic acid transporter, putative 7.224551501 L4_control_A3 +LQ03X028490 Cmp-sialic acid transporter, putative 6.817877933 L4_control_B1 +LQ03X028490 Cmp-sialic acid transporter, putative 6.123365558 L4_control_B2 +LQ03X028490 Cmp-sialic acid transporter, putative 6.823113456 L4_control_B3 +LQ03X028490 Cmp-sialic acid transporter, putative 5.688604366 L4_control_C2 +LQ03X028490 Cmp-sialic acid transporter, putative 5.318440978 L4_control_C3 +LQ03X028490 Cmp-sialic acid transporter, putative 6.976013962 L4_chemical_A1 +LQ03X028490 Cmp-sialic acid transporter, putative 6.433276521 L4_chemical_A2 +LQ03X028490 Cmp-sialic acid transporter, putative 5.727535461 L4_chemical_A3 +LQ03X028490 Cmp-sialic acid transporter, putative 6.023759742 L4_chemical_B1 +LQ03X028490 Cmp-sialic acid transporter, putative 6.47916455 L4_chemical_B2 +LQ03X028490 Cmp-sialic acid transporter, putative 6.865613025 L4_chemical_B3 +LQ03X028490 Cmp-sialic acid transporter, putative 5.720929793 L4_chemical_C2 +LQ03X028490 Cmp-sialic acid transporter, putative 5.34927209 L4_chemical_C3 +LQ03X028520 Putative uncharacterized protein 4.798332335 C6_control_A1 +LQ03X028520 Putative uncharacterized protein 4.597559053 C6_control_A3 +LQ03X028520 Putative uncharacterized protein 5.033394537 C6_control_B1 +LQ03X028520 Putative uncharacterized protein 4.682217674 C6_control_B2 +LQ03X028520 Putative uncharacterized protein 4.88037333 C6_control_B3 +LQ03X028520 Putative uncharacterized protein 4.687147428 C6_control_C1 +LQ03X028520 Putative uncharacterized protein 4.673802195 C6_control_C2 +LQ03X028520 Putative uncharacterized protein 4.772857371 C6_control_C3 +LQ03X028520 Putative uncharacterized protein 4.501660451 C6_chemical_A1 +LQ03X028520 Putative uncharacterized protein 5.064187358 C6_chemical_A3 +LQ03X028520 Putative uncharacterized protein 5.032314162 C6_chemical_B1 +LQ03X028520 Putative uncharacterized protein 4.624993211 C6_chemical_B2 +LQ03X028520 Putative uncharacterized protein 4.894805261 C6_chemical_B3 +LQ03X028520 Putative uncharacterized protein 4.68762932 C6_chemical_C1 +LQ03X028520 Putative uncharacterized protein 4.758685271 C6_chemical_C2 +LQ03X028520 Putative uncharacterized protein 4.730761446 C6_chemical_C3 +LQ03X028520 Putative uncharacterized protein 4.517659835 L4_control_A1 +LQ03X028520 Putative uncharacterized protein 4.641565665 L4_control_A2 +LQ03X028520 Putative uncharacterized protein 4.848248647 L4_control_A3 +LQ03X028520 Putative uncharacterized protein 4.5150021 L4_control_B1 +LQ03X028520 Putative uncharacterized protein 4.878447055 L4_control_B2 +LQ03X028520 Putative uncharacterized protein 4.680073955 L4_control_B3 +LQ03X028520 Putative uncharacterized protein 5.092041768 L4_control_C2 +LQ03X028520 Putative uncharacterized protein 5.139009404 L4_control_C3 +LQ03X028520 Putative uncharacterized protein 4.711121078 L4_chemical_A1 +LQ03X028520 Putative uncharacterized protein 4.751005059 L4_chemical_A2 +LQ03X028520 Putative uncharacterized protein 5.221022348 L4_chemical_A3 +LQ03X028520 Putative uncharacterized protein 4.728994771 L4_chemical_B1 +LQ03X028520 Putative uncharacterized protein 5.187077253 L4_chemical_B2 +LQ03X028520 Putative uncharacterized protein 4.796541758 L4_chemical_B3 +LQ03X028520 Putative uncharacterized protein 5.156767593 L4_chemical_C2 +LQ03X028520 Putative uncharacterized protein 5.088269923 L4_chemical_C3 +LQ03X028550 Putative Predicted protein 5.576411812 C6_control_A1 +LQ03X028550 Putative Predicted protein 5.177556087 C6_control_A3 +LQ03X028550 Putative Predicted protein 5.796495679 C6_control_B1 +LQ03X028550 Putative Predicted protein 5.082986728 C6_control_B2 +LQ03X028550 Putative Predicted protein 5.379850446 C6_control_B3 +LQ03X028550 Putative Predicted protein 4.781180061 C6_control_C1 +LQ03X028550 Putative Predicted protein 4.936902106 C6_control_C2 +LQ03X028550 Putative Predicted protein 5.014486607 C6_control_C3 +LQ03X028550 Putative Predicted protein 5.614890449 C6_chemical_A1 +LQ03X028550 Putative Predicted protein 5.314510412 C6_chemical_A3 +LQ03X028550 Putative Predicted protein 5.170111728 C6_chemical_B1 +LQ03X028550 Putative Predicted protein 4.988513628 C6_chemical_B2 +LQ03X028550 Putative Predicted protein 5.398004938 C6_chemical_B3 +LQ03X028550 Putative Predicted protein 4.927293699 C6_chemical_C1 +LQ03X028550 Putative Predicted protein 4.998640857 C6_chemical_C2 +LQ03X028550 Putative Predicted protein 4.918395412 C6_chemical_C3 +LQ03X028550 Putative Predicted protein 5.743269662 L4_control_A1 +LQ03X028550 Putative Predicted protein 5.86499052 L4_control_A2 +LQ03X028550 Putative Predicted protein 5.409915391 L4_control_A3 +LQ03X028550 Putative Predicted protein 5.650530361 L4_control_B1 +LQ03X028550 Putative Predicted protein 5.64768163 L4_control_B2 +LQ03X028550 Putative Predicted protein 5.569983337 L4_control_B3 +LQ03X028550 Putative Predicted protein 5.61624525 L4_control_C2 +LQ03X028550 Putative Predicted protein 5.267662631 L4_control_C3 +LQ03X028550 Putative Predicted protein 5.935468525 L4_chemical_A1 +LQ03X028550 Putative Predicted protein 5.923205062 L4_chemical_A2 +LQ03X028550 Putative Predicted protein 5.469639419 L4_chemical_A3 +LQ03X028550 Putative Predicted protein 5.376660897 L4_chemical_B1 +LQ03X028550 Putative Predicted protein 5.440777143 L4_chemical_B2 +LQ03X028550 Putative Predicted protein 5.818423119 L4_chemical_B3 +LQ03X028550 Putative Predicted protein 5.677745746 L4_chemical_C2 +LQ03X028550 Putative Predicted protein 5.371854902 L4_chemical_C3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.945049777 C6_control_A1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.67774424 C6_control_A3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.65465687 C6_control_B1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.636487184 C6_control_B2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.965369886 C6_control_B3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.487486574 C6_control_C1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 6.321606403 C6_control_C2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.554054664 C6_control_C3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.679139322 C6_chemical_A1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.360140084 C6_chemical_A3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.936419803 C6_chemical_B1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.437010272 C6_chemical_B2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.694590804 C6_chemical_B3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.652367079 C6_chemical_C1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.780072359 C6_chemical_C2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.88679705 C6_chemical_C3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 6.042682257 L4_control_A1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 6.072491323 L4_control_A2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.903072491 L4_control_A3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.978516528 L4_control_B1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.289002151 L4_control_B2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.814274229 L4_control_B3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 6.173680885 L4_control_C2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.956496887 L4_control_C3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.876367241 L4_chemical_A1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.896469403 L4_chemical_A2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.999926882 L4_chemical_A3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.835399219 L4_chemical_B1 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.012366123 L4_chemical_B2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.418461276 L4_chemical_B3 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 6.473203578 L4_chemical_C2 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.890927237 L4_chemical_C3 +LQ03X028570 Putative Predicted protein 5.318580463 C6_control_A1 +LQ03X028570 Putative Predicted protein 5.249475034 C6_control_A3 +LQ03X028570 Putative Predicted protein 5.537883127 C6_control_B1 +LQ03X028570 Putative Predicted protein 5.084976646 C6_control_B2 +LQ03X028570 Putative Predicted protein 5.171112534 C6_control_B3 +LQ03X028570 Putative Predicted protein 5.626812206 C6_control_C1 +LQ03X028570 Putative Predicted protein 5.17115885 C6_control_C2 +LQ03X028570 Putative Predicted protein 5.528045095 C6_control_C3 +LQ03X028570 Putative Predicted protein 5.514675596 C6_chemical_A1 +LQ03X028570 Putative Predicted protein 5.227162906 C6_chemical_A3 +LQ03X028570 Putative Predicted protein 4.906417393 C6_chemical_B1 +LQ03X028570 Putative Predicted protein 5.118140187 C6_chemical_B2 +LQ03X028570 Putative Predicted protein 4.728178949 C6_chemical_B3 +LQ03X028570 Putative Predicted protein 5.677230041 C6_chemical_C1 +LQ03X028570 Putative Predicted protein 5.215823696 C6_chemical_C2 +LQ03X028570 Putative Predicted protein 5.553572464 C6_chemical_C3 +LQ03X028570 Putative Predicted protein 5.158017822 L4_control_A1 +LQ03X028570 Putative Predicted protein 5.392429549 L4_control_A2 +LQ03X028570 Putative Predicted protein 5.286978693 L4_control_A3 +LQ03X028570 Putative Predicted protein 5.410795626 L4_control_B1 +LQ03X028570 Putative Predicted protein 4.812738131 L4_control_B2 +LQ03X028570 Putative Predicted protein 5.550019523 L4_control_B3 +LQ03X028570 Putative Predicted protein 5.435710136 L4_control_C2 +LQ03X028570 Putative Predicted protein 4.911953838 L4_control_C3 +LQ03X028570 Putative Predicted protein 5.452745572 L4_chemical_A1 +LQ03X028570 Putative Predicted protein 5.185895648 L4_chemical_A2 +LQ03X028570 Putative Predicted protein 5.610208727 L4_chemical_A3 +LQ03X028570 Putative Predicted protein 4.753288373 L4_chemical_B1 +LQ03X028570 Putative Predicted protein 5.11939645 L4_chemical_B2 +LQ03X028570 Putative Predicted protein 5.375622123 L4_chemical_B3 +LQ03X028570 Putative Predicted protein 5.060026789 L4_chemical_C2 +LQ03X028570 Putative Predicted protein 5.096150713 L4_chemical_C3 +LQ03X028590 Predicted protein 9.312655406 C6_control_A1 +LQ03X028590 Predicted protein 9.020884472 C6_control_A3 +LQ03X028590 Predicted protein 9.745236586 C6_control_B1 +LQ03X028590 Predicted protein 9.671859897 C6_control_B2 +LQ03X028590 Predicted protein 9.035369277 C6_control_B3 +LQ03X028590 Predicted protein 8.518872449 C6_control_C1 +LQ03X028590 Predicted protein 8.706437748 C6_control_C2 +LQ03X028590 Predicted protein 8.08261835 C6_control_C3 +LQ03X028590 Predicted protein 9.368014007 C6_chemical_A1 +LQ03X028590 Predicted protein 9.303199698 C6_chemical_A3 +LQ03X028590 Predicted protein 9.562816487 C6_chemical_B1 +LQ03X028590 Predicted protein 9.781463447 C6_chemical_B2 +LQ03X028590 Predicted protein 8.50188494 C6_chemical_B3 +LQ03X028590 Predicted protein 8.281522442 C6_chemical_C1 +LQ03X028590 Predicted protein 8.470726685 C6_chemical_C2 +LQ03X028590 Predicted protein 7.797687571 C6_chemical_C3 +LQ03X028590 Predicted protein 8.988221992 L4_control_A1 +LQ03X028590 Predicted protein 9.017433525 L4_control_A2 +LQ03X028590 Predicted protein 8.23443944 L4_control_A3 +LQ03X028590 Predicted protein 9.283803935 L4_control_B1 +LQ03X028590 Predicted protein 9.480790128 L4_control_B2 +LQ03X028590 Predicted protein 9.025871101 L4_control_B3 +LQ03X028590 Predicted protein 8.085672806 L4_control_C2 +LQ03X028590 Predicted protein 8.29079921 L4_control_C3 +LQ03X028590 Predicted protein 8.955912422 L4_chemical_A1 +LQ03X028590 Predicted protein 8.680697714 L4_chemical_A2 +LQ03X028590 Predicted protein 7.735667129 L4_chemical_A3 +LQ03X028590 Predicted protein 9.075305916 L4_chemical_B1 +LQ03X028590 Predicted protein 8.401602957 L4_chemical_B2 +LQ03X028590 Predicted protein 9.04434714 L4_chemical_B3 +LQ03X028590 Predicted protein 8.74761823 L4_chemical_C2 +LQ03X028590 Predicted protein 8.315926147 L4_chemical_C3 +LQ03X028600 Putative High mobility group-T protein 10.99134557 C6_control_A1 +LQ03X028600 Putative High mobility group-T protein 12.40193804 C6_control_A3 +LQ03X028600 Putative High mobility group-T protein 9.481574181 C6_control_B1 +LQ03X028600 Putative High mobility group-T protein 6.904847629 C6_control_B2 +LQ03X028600 Putative High mobility group-T protein 7.226511351 C6_control_B3 +LQ03X028600 Putative High mobility group-T protein 6.135413064 C6_control_C1 +LQ03X028600 Putative High mobility group-T protein 5.958515398 C6_control_C2 +LQ03X028600 Putative High mobility group-T protein 6.249556999 C6_control_C3 +LQ03X028600 Putative High mobility group-T protein 10.51310095 C6_chemical_A1 +LQ03X028600 Putative High mobility group-T protein 12.18294065 C6_chemical_A3 +LQ03X028600 Putative High mobility group-T protein 7.749444711 C6_chemical_B1 +LQ03X028600 Putative High mobility group-T protein 6.353402203 C6_chemical_B2 +LQ03X028600 Putative High mobility group-T protein 6.558613884 C6_chemical_B3 +LQ03X028600 Putative High mobility group-T protein 6.168502595 C6_chemical_C1 +LQ03X028600 Putative High mobility group-T protein 6.252541585 C6_chemical_C2 +LQ03X028600 Putative High mobility group-T protein 6.259446176 C6_chemical_C3 +LQ03X028600 Putative High mobility group-T protein 11.83179825 L4_control_A1 +LQ03X028600 Putative High mobility group-T protein 11.88258254 L4_control_A2 +LQ03X028600 Putative High mobility group-T protein 13.28123457 L4_control_A3 +LQ03X028600 Putative High mobility group-T protein 7.316735107 L4_control_B1 +LQ03X028600 Putative High mobility group-T protein 8.960683236 L4_control_B2 +LQ03X028600 Putative High mobility group-T protein 7.592097136 L4_control_B3 +LQ03X028600 Putative High mobility group-T protein 6.480782848 L4_control_C2 +LQ03X028600 Putative High mobility group-T protein 5.740155756 L4_control_C3 +LQ03X028600 Putative High mobility group-T protein 10.96005599 L4_chemical_A1 +LQ03X028600 Putative High mobility group-T protein 10.69539632 L4_chemical_A2 +LQ03X028600 Putative High mobility group-T protein 13.13575676 L4_chemical_A3 +LQ03X028600 Putative High mobility group-T protein 9.188794204 L4_chemical_B1 +LQ03X028600 Putative High mobility group-T protein 9.382779632 L4_chemical_B2 +LQ03X028600 Putative High mobility group-T protein 10.3115697 L4_chemical_B3 +LQ03X028600 Putative High mobility group-T protein 6.263758808 L4_chemical_C2 +LQ03X028600 Putative High mobility group-T protein 5.729727899 L4_chemical_C3 +LQ03X028630 Putative uncharacterized protein 10.95837826 C6_control_A1 +LQ03X028630 Putative uncharacterized protein 10.13690028 C6_control_A3 +LQ03X028630 Putative uncharacterized protein 12.43050912 C6_control_B1 +LQ03X028630 Putative uncharacterized protein 12.78689573 C6_control_B2 +LQ03X028630 Putative uncharacterized protein 12.53324175 C6_control_B3 +LQ03X028630 Putative uncharacterized protein 13.6197517 C6_control_C1 +LQ03X028630 Putative uncharacterized protein 13.67425657 C6_control_C2 +LQ03X028630 Putative uncharacterized protein 13.59069065 C6_control_C3 +LQ03X028630 Putative uncharacterized protein 11.17161175 C6_chemical_A1 +LQ03X028630 Putative uncharacterized protein 10.40676897 C6_chemical_A3 +LQ03X028630 Putative uncharacterized protein 12.65428556 C6_chemical_B1 +LQ03X028630 Putative uncharacterized protein 12.47974354 C6_chemical_B2 +LQ03X028630 Putative uncharacterized protein 12.69646319 C6_chemical_B3 +LQ03X028630 Putative uncharacterized protein 13.37546536 C6_chemical_C1 +LQ03X028630 Putative uncharacterized protein 13.41657888 C6_chemical_C2 +LQ03X028630 Putative uncharacterized protein 13.69262558 C6_chemical_C3 +LQ03X028630 Putative uncharacterized protein 10.10426432 L4_control_A1 +LQ03X028630 Putative uncharacterized protein 10.79789954 L4_control_A2 +LQ03X028630 Putative uncharacterized protein 9.137994194 L4_control_A3 +LQ03X028630 Putative uncharacterized protein 13.03235879 L4_control_B1 +LQ03X028630 Putative uncharacterized protein 11.81553354 L4_control_B2 +LQ03X028630 Putative uncharacterized protein 12.50247305 L4_control_B3 +LQ03X028630 Putative uncharacterized protein 12.89548326 L4_control_C2 +LQ03X028630 Putative uncharacterized protein 13.68633282 L4_control_C3 +LQ03X028630 Putative uncharacterized protein 10.58844196 L4_chemical_A1 +LQ03X028630 Putative uncharacterized protein 11.14427356 L4_chemical_A2 +LQ03X028630 Putative uncharacterized protein 8.90821352 L4_chemical_A3 +LQ03X028630 Putative uncharacterized protein 12.40137955 L4_chemical_B1 +LQ03X028630 Putative uncharacterized protein 12.61059997 L4_chemical_B2 +LQ03X028630 Putative uncharacterized protein 12.241928 L4_chemical_B3 +LQ03X028630 Putative uncharacterized protein 12.80712929 L4_chemical_C2 +LQ03X028630 Putative uncharacterized protein 13.46873451 L4_chemical_C3 +LQ03X028650 Hydroquinone glucosyltransferase 9.108383931 C6_control_A1 +LQ03X028650 Hydroquinone glucosyltransferase 9.108672194 C6_control_A3 +LQ03X028650 Hydroquinone glucosyltransferase 8.037681876 C6_control_B1 +LQ03X028650 Hydroquinone glucosyltransferase 7.637436018 C6_control_B2 +LQ03X028650 Hydroquinone glucosyltransferase 7.812077268 C6_control_B3 +LQ03X028650 Hydroquinone glucosyltransferase 10.11126975 C6_control_C1 +LQ03X028650 Hydroquinone glucosyltransferase 9.778733247 C6_control_C2 +LQ03X028650 Hydroquinone glucosyltransferase 8.337395812 C6_control_C3 +LQ03X028650 Hydroquinone glucosyltransferase 9.544130199 C6_chemical_A1 +LQ03X028650 Hydroquinone glucosyltransferase 9.798845641 C6_chemical_A3 +LQ03X028650 Hydroquinone glucosyltransferase 7.648944553 C6_chemical_B1 +LQ03X028650 Hydroquinone glucosyltransferase 7.701659409 C6_chemical_B2 +LQ03X028650 Hydroquinone glucosyltransferase 7.405170052 C6_chemical_B3 +LQ03X028650 Hydroquinone glucosyltransferase 10.38959109 C6_chemical_C1 +LQ03X028650 Hydroquinone glucosyltransferase 10.25622734 C6_chemical_C2 +LQ03X028650 Hydroquinone glucosyltransferase 8.782943356 C6_chemical_C3 +LQ03X028650 Hydroquinone glucosyltransferase 9.794341946 L4_control_A1 +LQ03X028650 Hydroquinone glucosyltransferase 7.694205166 L4_control_A2 +LQ03X028650 Hydroquinone glucosyltransferase 6.330400072 L4_control_A3 +LQ03X028650 Hydroquinone glucosyltransferase 6.245193348 L4_control_B1 +LQ03X028650 Hydroquinone glucosyltransferase 7.386509655 L4_control_B2 +LQ03X028650 Hydroquinone glucosyltransferase 6.894429738 L4_control_B3 +LQ03X028650 Hydroquinone glucosyltransferase 9.404293011 L4_control_C2 +LQ03X028650 Hydroquinone glucosyltransferase 8.141731836 L4_control_C3 +LQ03X028650 Hydroquinone glucosyltransferase 7.894214683 L4_chemical_A1 +LQ03X028650 Hydroquinone glucosyltransferase 6.979630153 L4_chemical_A2 +LQ03X028650 Hydroquinone glucosyltransferase 6.59461719 L4_chemical_A3 +LQ03X028650 Hydroquinone glucosyltransferase 6.758580669 L4_chemical_B1 +LQ03X028650 Hydroquinone glucosyltransferase 6.162805945 L4_chemical_B2 +LQ03X028650 Hydroquinone glucosyltransferase 6.882874654 L4_chemical_B3 +LQ03X028650 Hydroquinone glucosyltransferase 9.409874213 L4_chemical_C2 +LQ03X028650 Hydroquinone glucosyltransferase 8.707239053 L4_chemical_C3 +LQ03X028670 Putative Nucleoporin seh1 6.091943857 C6_control_A1 +LQ03X028670 Putative Nucleoporin seh1 6.424007537 C6_control_A3 +LQ03X028670 Putative Nucleoporin seh1 6.018565104 C6_control_B1 +LQ03X028670 Putative Nucleoporin seh1 5.958343791 C6_control_B2 +LQ03X028670 Putative Nucleoporin seh1 6.304661248 C6_control_B3 +LQ03X028670 Putative Nucleoporin seh1 5.329150415 C6_control_C1 +LQ03X028670 Putative Nucleoporin seh1 5.559118506 C6_control_C2 +LQ03X028670 Putative Nucleoporin seh1 5.343419151 C6_control_C3 +LQ03X028670 Putative Nucleoporin seh1 6.364189917 C6_chemical_A1 +LQ03X028670 Putative Nucleoporin seh1 5.794208747 C6_chemical_A3 +LQ03X028670 Putative Nucleoporin seh1 5.754426729 C6_chemical_B1 +LQ03X028670 Putative Nucleoporin seh1 5.742807751 C6_chemical_B2 +LQ03X028670 Putative Nucleoporin seh1 6.432030332 C6_chemical_B3 +LQ03X028670 Putative Nucleoporin seh1 5.236176544 C6_chemical_C1 +LQ03X028670 Putative Nucleoporin seh1 5.802181993 C6_chemical_C2 +LQ03X028670 Putative Nucleoporin seh1 5.518555236 C6_chemical_C3 +LQ03X028670 Putative Nucleoporin seh1 5.661169871 L4_control_A1 +LQ03X028670 Putative Nucleoporin seh1 6.034766222 L4_control_A2 +LQ03X028670 Putative Nucleoporin seh1 6.325707171 L4_control_A3 +LQ03X028670 Putative Nucleoporin seh1 6.355472116 L4_control_B1 +LQ03X028670 Putative Nucleoporin seh1 6.987284254 L4_control_B2 +LQ03X028670 Putative Nucleoporin seh1 5.893061245 L4_control_B3 +LQ03X028670 Putative Nucleoporin seh1 6.795452057 L4_control_C2 +LQ03X028670 Putative Nucleoporin seh1 6.121197507 L4_control_C3 +LQ03X028670 Putative Nucleoporin seh1 5.665607371 L4_chemical_A1 +LQ03X028670 Putative Nucleoporin seh1 5.393659119 L4_chemical_A2 +LQ03X028670 Putative Nucleoporin seh1 6.284313509 L4_chemical_A3 +LQ03X028670 Putative Nucleoporin seh1 5.581501969 L4_chemical_B1 +LQ03X028670 Putative Nucleoporin seh1 5.938842747 L4_chemical_B2 +LQ03X028670 Putative Nucleoporin seh1 5.995000812 L4_chemical_B3 +LQ03X028670 Putative Nucleoporin seh1 5.591509368 L4_chemical_C2 +LQ03X028670 Putative Nucleoporin seh1 6.394963657 L4_chemical_C3 +LQ03X028720 Putative uncharacterized protein 12.16028408 C6_control_A1 +LQ03X028720 Putative uncharacterized protein 12.75311875 C6_control_A3 +LQ03X028720 Putative uncharacterized protein 11.74101347 C6_control_B1 +LQ03X028720 Putative uncharacterized protein 11.64006775 C6_control_B2 +LQ03X028720 Putative uncharacterized protein 11.42331192 C6_control_B3 +LQ03X028720 Putative uncharacterized protein 14.16568185 C6_control_C1 +LQ03X028720 Putative uncharacterized protein 12.77607329 C6_control_C2 +LQ03X028720 Putative uncharacterized protein 13.29170493 C6_control_C3 +LQ03X028720 Putative uncharacterized protein 12.50124219 C6_chemical_A1 +LQ03X028720 Putative uncharacterized protein 12.26079091 C6_chemical_A3 +LQ03X028720 Putative uncharacterized protein 11.72181257 C6_chemical_B1 +LQ03X028720 Putative uncharacterized protein 12.1414418 C6_chemical_B2 +LQ03X028720 Putative uncharacterized protein 10.06909236 C6_chemical_B3 +LQ03X028720 Putative uncharacterized protein 13.61573276 C6_chemical_C1 +LQ03X028720 Putative uncharacterized protein 13.19789548 C6_chemical_C2 +LQ03X028720 Putative uncharacterized protein 12.01470626 C6_chemical_C3 +LQ03X028720 Putative uncharacterized protein 11.63711704 L4_control_A1 +LQ03X028720 Putative uncharacterized protein 12.14849117 L4_control_A2 +LQ03X028720 Putative uncharacterized protein 12.0743307 L4_control_A3 +LQ03X028720 Putative uncharacterized protein 9.510441447 L4_control_B1 +LQ03X028720 Putative uncharacterized protein 11.66237038 L4_control_B2 +LQ03X028720 Putative uncharacterized protein 8.426075972 L4_control_B3 +LQ03X028720 Putative uncharacterized protein 13.97290091 L4_control_C2 +LQ03X028720 Putative uncharacterized protein 12.35318584 L4_control_C3 +LQ03X028720 Putative uncharacterized protein 10.41938738 L4_chemical_A1 +LQ03X028720 Putative uncharacterized protein 11.85070233 L4_chemical_A2 +LQ03X028720 Putative uncharacterized protein 10.81017149 L4_chemical_A3 +LQ03X028720 Putative uncharacterized protein 10.34980786 L4_chemical_B1 +LQ03X028720 Putative uncharacterized protein 11.68276594 L4_chemical_B2 +LQ03X028720 Putative uncharacterized protein 9.728532764 L4_chemical_B3 +LQ03X028720 Putative uncharacterized protein 13.30828215 L4_chemical_C2 +LQ03X028720 Putative uncharacterized protein 12.86140578 L4_chemical_C3 +LQ03X028730 Hypothetical protein 11.02376372 C6_control_A1 +LQ03X028730 Hypothetical protein 11.41281723 C6_control_A3 +LQ03X028730 Hypothetical protein 10.09148375 C6_control_B1 +LQ03X028730 Hypothetical protein 10.36724585 C6_control_B2 +LQ03X028730 Hypothetical protein 9.492173737 C6_control_B3 +LQ03X028730 Hypothetical protein 10.72352543 C6_control_C1 +LQ03X028730 Hypothetical protein 9.3576432 C6_control_C2 +LQ03X028730 Hypothetical protein 9.174263265 C6_control_C3 +LQ03X028730 Hypothetical protein 10.99514571 C6_chemical_A1 +LQ03X028730 Hypothetical protein 11.32522052 C6_chemical_A3 +LQ03X028730 Hypothetical protein 9.532769982 C6_chemical_B1 +LQ03X028730 Hypothetical protein 10.56467008 C6_chemical_B2 +LQ03X028730 Hypothetical protein 6.692120447 C6_chemical_B3 +LQ03X028730 Hypothetical protein 9.43652759 C6_chemical_C1 +LQ03X028730 Hypothetical protein 9.203232004 C6_chemical_C2 +LQ03X028730 Hypothetical protein 6.847177464 C6_chemical_C3 +LQ03X028730 Hypothetical protein 10.33363925 L4_control_A1 +LQ03X028730 Hypothetical protein 10.98365142 L4_control_A2 +LQ03X028730 Hypothetical protein 11.32581425 L4_control_A3 +LQ03X028730 Hypothetical protein 7.215141964 L4_control_B1 +LQ03X028730 Hypothetical protein 10.45748607 L4_control_B2 +LQ03X028730 Hypothetical protein 5.9744725 L4_control_B3 +LQ03X028730 Hypothetical protein 9.825882602 L4_control_C2 +LQ03X028730 Hypothetical protein 5.218960349 L4_control_C3 +LQ03X028730 Hypothetical protein 8.844056222 L4_chemical_A1 +LQ03X028730 Hypothetical protein 9.830496434 L4_chemical_A2 +LQ03X028730 Hypothetical protein 9.590763387 L4_chemical_A3 +LQ03X028730 Hypothetical protein 7.258438662 L4_chemical_B1 +LQ03X028730 Hypothetical protein 9.093350633 L4_chemical_B2 +LQ03X028730 Hypothetical protein 8.649657872 L4_chemical_B3 +LQ03X028730 Hypothetical protein 7.755368617 L4_chemical_C2 +LQ03X028730 Hypothetical protein 6.024007699 L4_chemical_C3 +LQ03X028740 Hypothetical protein 9.897760699 C6_control_A1 +LQ03X028740 Hypothetical protein 7.838666451 C6_control_A3 +LQ03X028740 Hypothetical protein 9.686288306 C6_control_B1 +LQ03X028740 Hypothetical protein 11.21309298 C6_control_B2 +LQ03X028740 Hypothetical protein 9.749580559 C6_control_B3 +LQ03X028740 Hypothetical protein 9.923236058 C6_control_C1 +LQ03X028740 Hypothetical protein 10.2987543 C6_control_C2 +LQ03X028740 Hypothetical protein 10.46747963 C6_control_C3 +LQ03X028740 Hypothetical protein 9.952335065 C6_chemical_A1 +LQ03X028740 Hypothetical protein 8.591301247 C6_chemical_A3 +LQ03X028740 Hypothetical protein 9.646427312 C6_chemical_B1 +LQ03X028740 Hypothetical protein 10.90297218 C6_chemical_B2 +LQ03X028740 Hypothetical protein 9.743452967 C6_chemical_B3 +LQ03X028740 Hypothetical protein 9.916069854 C6_chemical_C1 +LQ03X028740 Hypothetical protein 10.0248308 C6_chemical_C2 +LQ03X028740 Hypothetical protein 10.03919913 C6_chemical_C3 +LQ03X028740 Hypothetical protein 8.465379534 L4_control_A1 +LQ03X028740 Hypothetical protein 9.247668526 L4_control_A2 +LQ03X028740 Hypothetical protein 6.106621817 L4_control_A3 +LQ03X028740 Hypothetical protein 8.433901788 L4_control_B1 +LQ03X028740 Hypothetical protein 8.01360666 L4_control_B2 +LQ03X028740 Hypothetical protein 9.167930786 L4_control_B3 +LQ03X028740 Hypothetical protein 8.486081367 L4_control_C2 +LQ03X028740 Hypothetical protein 7.497989873 L4_control_C3 +LQ03X028740 Hypothetical protein 9.441882843 L4_chemical_A1 +LQ03X028740 Hypothetical protein 9.155503683 L4_chemical_A2 +LQ03X028740 Hypothetical protein 6.897037466 L4_chemical_A3 +LQ03X028740 Hypothetical protein 7.613609176 L4_chemical_B1 +LQ03X028740 Hypothetical protein 8.34150061 L4_chemical_B2 +LQ03X028740 Hypothetical protein 8.986323839 L4_chemical_B3 +LQ03X028740 Hypothetical protein 8.501671954 L4_chemical_C2 +LQ03X028740 Hypothetical protein 7.410124388 L4_chemical_C3 +LQ03X028750 Hypothetical protein 6.916008466 C6_control_A1 +LQ03X028750 Hypothetical protein 5.240738456 C6_control_A3 +LQ03X028750 Hypothetical protein 7.055475679 C6_control_B1 +LQ03X028750 Hypothetical protein 7.683288967 C6_control_B2 +LQ03X028750 Hypothetical protein 6.302096008 C6_control_B3 +LQ03X028750 Hypothetical protein 7.555147963 C6_control_C1 +LQ03X028750 Hypothetical protein 5.5799977 C6_control_C2 +LQ03X028750 Hypothetical protein 6.528738834 C6_control_C3 +LQ03X028750 Hypothetical protein 6.910406608 C6_chemical_A1 +LQ03X028750 Hypothetical protein 5.53668865 C6_chemical_A3 +LQ03X028750 Hypothetical protein 7.323826287 C6_chemical_B1 +LQ03X028750 Hypothetical protein 7.782570093 C6_chemical_B2 +LQ03X028750 Hypothetical protein 6.67389583 C6_chemical_B3 +LQ03X028750 Hypothetical protein 7.381399805 C6_chemical_C1 +LQ03X028750 Hypothetical protein 6.679963891 C6_chemical_C2 +LQ03X028750 Hypothetical protein 7.327814662 C6_chemical_C3 +LQ03X028750 Hypothetical protein 7.201100969 L4_control_A1 +LQ03X028750 Hypothetical protein 6.265623202 L4_control_A2 +LQ03X028750 Hypothetical protein 5.612486426 L4_control_A3 +LQ03X028750 Hypothetical protein 5.482876216 L4_control_B1 +LQ03X028750 Hypothetical protein 6.618893759 L4_control_B2 +LQ03X028750 Hypothetical protein 7.132562187 L4_control_B3 +LQ03X028750 Hypothetical protein 5.702814132 L4_control_C2 +LQ03X028750 Hypothetical protein 6.394372992 L4_control_C3 +LQ03X028750 Hypothetical protein 7.402094147 L4_chemical_A1 +LQ03X028750 Hypothetical protein 6.514654382 L4_chemical_A2 +LQ03X028750 Hypothetical protein 5.810008537 L4_chemical_A3 +LQ03X028750 Hypothetical protein 5.72950795 L4_chemical_B1 +LQ03X028750 Hypothetical protein 6.143737714 L4_chemical_B2 +LQ03X028750 Hypothetical protein 6.614684108 L4_chemical_B3 +LQ03X028750 Hypothetical protein 5.20526706 L4_chemical_C2 +LQ03X028750 Hypothetical protein 5.73785833 L4_chemical_C3 +LQ03X028770 Hypothetical protein 8.32451405 C6_control_A1 +LQ03X028770 Hypothetical protein 6.390494904 C6_control_A3 +LQ03X028770 Hypothetical protein 10.05541982 C6_control_B1 +LQ03X028770 Hypothetical protein 11.83203301 C6_control_B2 +LQ03X028770 Hypothetical protein 11.3650141 C6_control_B3 +LQ03X028770 Hypothetical protein 14.5906527 C6_control_C1 +LQ03X028770 Hypothetical protein 14.23110874 C6_control_C2 +LQ03X028770 Hypothetical protein 14.98057137 C6_control_C3 +LQ03X028770 Hypothetical protein 8.817090743 C6_chemical_A1 +LQ03X028770 Hypothetical protein 7.85073192 C6_chemical_A3 +LQ03X028770 Hypothetical protein 10.63298031 C6_chemical_B1 +LQ03X028770 Hypothetical protein 11.6210538 C6_chemical_B2 +LQ03X028770 Hypothetical protein 12.49437551 C6_chemical_B3 +LQ03X028770 Hypothetical protein 14.50997914 C6_chemical_C1 +LQ03X028770 Hypothetical protein 14.54544181 C6_chemical_C2 +LQ03X028770 Hypothetical protein 14.31067423 C6_chemical_C3 +LQ03X028770 Hypothetical protein 6.297098683 L4_control_A1 +LQ03X028770 Hypothetical protein 8.264068971 L4_control_A2 +LQ03X028770 Hypothetical protein 6.187566557 L4_control_A3 +LQ03X028770 Hypothetical protein 9.044983026 L4_control_B1 +LQ03X028770 Hypothetical protein 9.798508543 L4_control_B2 +LQ03X028770 Hypothetical protein 10.90966746 L4_control_B3 +LQ03X028770 Hypothetical protein 14.20316959 L4_control_C2 +LQ03X028770 Hypothetical protein 14.18055985 L4_control_C3 +LQ03X028770 Hypothetical protein 7.269269498 L4_chemical_A1 +LQ03X028770 Hypothetical protein 9.864428205 L4_chemical_A2 +LQ03X028770 Hypothetical protein 6.366322054 L4_chemical_A3 +LQ03X028770 Hypothetical protein 10.06859743 L4_chemical_B1 +LQ03X028770 Hypothetical protein 10.4859753 L4_chemical_B2 +LQ03X028770 Hypothetical protein 9.855013128 L4_chemical_B3 +LQ03X028770 Hypothetical protein 14.21900033 L4_chemical_C2 +LQ03X028770 Hypothetical protein 14.55015676 L4_chemical_C3 +LQ03X028810 Hypothetical protein 6.532751331 C6_control_A1 +LQ03X028810 Hypothetical protein 6.767482644 C6_control_A3 +LQ03X028810 Hypothetical protein 6.29098773 C6_control_B1 +LQ03X028810 Hypothetical protein 7.063943272 C6_control_B2 +LQ03X028810 Hypothetical protein 6.215170944 C6_control_B3 +LQ03X028810 Hypothetical protein 6.694463272 C6_control_C1 +LQ03X028810 Hypothetical protein 7.294960409 C6_control_C2 +LQ03X028810 Hypothetical protein 7.083740334 C6_control_C3 +LQ03X028810 Hypothetical protein 7.025853782 C6_chemical_A1 +LQ03X028810 Hypothetical protein 6.056400326 C6_chemical_A3 +LQ03X028810 Hypothetical protein 6.737313377 C6_chemical_B1 +LQ03X028810 Hypothetical protein 7.187255161 C6_chemical_B2 +LQ03X028810 Hypothetical protein 6.408427256 C6_chemical_B3 +LQ03X028810 Hypothetical protein 6.745445535 C6_chemical_C1 +LQ03X028810 Hypothetical protein 7.38143629 C6_chemical_C2 +LQ03X028810 Hypothetical protein 6.895903873 C6_chemical_C3 +LQ03X028810 Hypothetical protein 6.348923195 L4_control_A1 +LQ03X028810 Hypothetical protein 6.546342204 L4_control_A2 +LQ03X028810 Hypothetical protein 6.860931606 L4_control_A3 +LQ03X028810 Hypothetical protein 5.558734824 L4_control_B1 +LQ03X028810 Hypothetical protein 5.4654538 L4_control_B2 +LQ03X028810 Hypothetical protein 6.203897569 L4_control_B3 +LQ03X028810 Hypothetical protein 5.46690279 L4_control_C2 +LQ03X028810 Hypothetical protein 5.80002491 L4_control_C3 +LQ03X028810 Hypothetical protein 6.593047808 L4_chemical_A1 +LQ03X028810 Hypothetical protein 6.457179602 L4_chemical_A2 +LQ03X028810 Hypothetical protein 6.422063017 L4_chemical_A3 +LQ03X028810 Hypothetical protein 5.898403878 L4_chemical_B1 +LQ03X028810 Hypothetical protein 6.211465315 L4_chemical_B2 +LQ03X028810 Hypothetical protein 5.964268896 L4_chemical_B3 +LQ03X028810 Hypothetical protein 5.730981058 L4_chemical_C2 +LQ03X028810 Hypothetical protein 6.178680963 L4_chemical_C3 +LQ03X028820 Probable polygalacturonase 6.579313112 C6_control_A1 +LQ03X028820 Probable polygalacturonase 7.400344743 C6_control_A3 +LQ03X028820 Probable polygalacturonase 6.217018206 C6_control_B1 +LQ03X028820 Probable polygalacturonase 6.304562754 C6_control_B2 +LQ03X028820 Probable polygalacturonase 6.458463816 C6_control_B3 +LQ03X028820 Probable polygalacturonase 5.956320763 C6_control_C1 +LQ03X028820 Probable polygalacturonase 5.93423006 C6_control_C2 +LQ03X028820 Probable polygalacturonase 6.018258519 C6_control_C3 +LQ03X028820 Probable polygalacturonase 6.21886137 C6_chemical_A1 +LQ03X028820 Probable polygalacturonase 6.352695572 C6_chemical_A3 +LQ03X028820 Probable polygalacturonase 6.247519337 C6_chemical_B1 +LQ03X028820 Probable polygalacturonase 6.301244558 C6_chemical_B2 +LQ03X028820 Probable polygalacturonase 5.863926859 C6_chemical_B3 +LQ03X028820 Probable polygalacturonase 5.852614077 C6_chemical_C1 +LQ03X028820 Probable polygalacturonase 5.445142503 C6_chemical_C2 +LQ03X028820 Probable polygalacturonase 5.678684184 C6_chemical_C3 +LQ03X028820 Probable polygalacturonase 6.428698173 L4_control_A1 +LQ03X028820 Probable polygalacturonase 6.148474627 L4_control_A2 +LQ03X028820 Probable polygalacturonase 6.213143514 L4_control_A3 +LQ03X028820 Probable polygalacturonase 5.401595006 L4_control_B1 +LQ03X028820 Probable polygalacturonase 5.705354973 L4_control_B2 +LQ03X028820 Probable polygalacturonase 6.432323735 L4_control_B3 +LQ03X028820 Probable polygalacturonase 6.153509762 L4_control_C2 +LQ03X028820 Probable polygalacturonase 5.309869238 L4_control_C3 +LQ03X028820 Probable polygalacturonase 5.876400408 L4_chemical_A1 +LQ03X028820 Probable polygalacturonase 6.114564368 L4_chemical_A2 +LQ03X028820 Probable polygalacturonase 6.651004834 L4_chemical_A3 +LQ03X028820 Probable polygalacturonase 5.871470894 L4_chemical_B1 +LQ03X028820 Probable polygalacturonase 6.504025967 L4_chemical_B2 +LQ03X028820 Probable polygalacturonase 6.130417411 L4_chemical_B3 +LQ03X028820 Probable polygalacturonase 5.378681571 L4_chemical_C2 +LQ03X028820 Probable polygalacturonase 5.665791287 L4_chemical_C3 +LQ03X028830 Abscisic acid receptor PYL8 13.41668984 C6_control_A1 +LQ03X028830 Abscisic acid receptor PYL8 13.10648414 C6_control_A3 +LQ03X028830 Abscisic acid receptor PYL8 12.76226695 C6_control_B1 +LQ03X028830 Abscisic acid receptor PYL8 13.25825073 C6_control_B2 +LQ03X028830 Abscisic acid receptor PYL8 12.52059186 C6_control_B3 +LQ03X028830 Abscisic acid receptor PYL8 14.33509786 C6_control_C1 +LQ03X028830 Abscisic acid receptor PYL8 14.27716446 C6_control_C2 +LQ03X028830 Abscisic acid receptor PYL8 14.08425589 C6_control_C3 +LQ03X028830 Abscisic acid receptor PYL8 13.37168709 C6_chemical_A1 +LQ03X028830 Abscisic acid receptor PYL8 13.24498024 C6_chemical_A3 +LQ03X028830 Abscisic acid receptor PYL8 12.90390356 C6_chemical_B1 +LQ03X028830 Abscisic acid receptor PYL8 13.33819058 C6_chemical_B2 +LQ03X028830 Abscisic acid receptor PYL8 12.52535718 C6_chemical_B3 +LQ03X028830 Abscisic acid receptor PYL8 13.95601595 C6_chemical_C1 +LQ03X028830 Abscisic acid receptor PYL8 14.10747265 C6_chemical_C2 +LQ03X028830 Abscisic acid receptor PYL8 14.08250733 C6_chemical_C3 +LQ03X028830 Abscisic acid receptor PYL8 13.1958932 L4_control_A1 +LQ03X028830 Abscisic acid receptor PYL8 13.26319733 L4_control_A2 +LQ03X028830 Abscisic acid receptor PYL8 13.05126929 L4_control_A3 +LQ03X028830 Abscisic acid receptor PYL8 12.83913018 L4_control_B1 +LQ03X028830 Abscisic acid receptor PYL8 13.0508484 L4_control_B2 +LQ03X028830 Abscisic acid receptor PYL8 13.5028655 L4_control_B3 +LQ03X028830 Abscisic acid receptor PYL8 12.95576758 L4_control_C2 +LQ03X028830 Abscisic acid receptor PYL8 13.2696097 L4_control_C3 +LQ03X028830 Abscisic acid receptor PYL8 13.31610173 L4_chemical_A1 +LQ03X028830 Abscisic acid receptor PYL8 13.69112698 L4_chemical_A2 +LQ03X028830 Abscisic acid receptor PYL8 12.97880351 L4_chemical_A3 +LQ03X028830 Abscisic acid receptor PYL8 12.67464339 L4_chemical_B1 +LQ03X028830 Abscisic acid receptor PYL8 12.99026385 L4_chemical_B2 +LQ03X028830 Abscisic acid receptor PYL8 13.36552059 L4_chemical_B3 +LQ03X028830 Abscisic acid receptor PYL8 13.2761558 L4_chemical_C2 +LQ03X028830 Abscisic acid receptor PYL8 13.0671071 L4_chemical_C3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.113735549 C6_control_A1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.104775738 C6_control_A3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.068053846 C6_control_B1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.290872819 C6_control_B2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.700327879 C6_control_B3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.269682519 C6_control_C1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 6.188997972 C6_control_C2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.271951284 C6_control_C3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 4.905034896 C6_chemical_A1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.225358207 C6_chemical_A3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.269282907 C6_chemical_B1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.176622245 C6_chemical_B2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.15372792 C6_chemical_B3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.618216046 C6_chemical_C1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.11044326 C6_chemical_C2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.165837791 C6_chemical_C3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.127524758 L4_control_A1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.066791781 L4_control_A2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.37488453 L4_control_A3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 6.26357565 L4_control_B1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.9605065 L4_control_B2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 4.861090284 L4_control_B3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.585143855 L4_control_C2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 4.942594763 L4_control_C3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 4.937994612 L4_chemical_A1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.238348307 L4_chemical_A2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.470844641 L4_chemical_A3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 4.998410396 L4_chemical_B1 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.274833008 L4_chemical_B2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.016954304 L4_chemical_B3 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.363276666 L4_chemical_C2 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 5.277205396 L4_chemical_C3 +LQ03X028860 Predicted protein 10.73077554 C6_control_A1 +LQ03X028860 Predicted protein 10.51052168 C6_control_A3 +LQ03X028860 Predicted protein 10.14790801 C6_control_B1 +LQ03X028860 Predicted protein 10.93818553 C6_control_B2 +LQ03X028860 Predicted protein 10.25087996 C6_control_B3 +LQ03X028860 Predicted protein 10.40816035 C6_control_C1 +LQ03X028860 Predicted protein 10.65570038 C6_control_C2 +LQ03X028860 Predicted protein 10.22319113 C6_control_C3 +LQ03X028860 Predicted protein 10.27805814 C6_chemical_A1 +LQ03X028860 Predicted protein 10.65654564 C6_chemical_A3 +LQ03X028860 Predicted protein 9.869118984 C6_chemical_B1 +LQ03X028860 Predicted protein 10.96272706 C6_chemical_B2 +LQ03X028860 Predicted protein 10.22757608 C6_chemical_B3 +LQ03X028860 Predicted protein 10.28090398 C6_chemical_C1 +LQ03X028860 Predicted protein 10.34246688 C6_chemical_C2 +LQ03X028860 Predicted protein 9.630467685 C6_chemical_C3 +LQ03X028860 Predicted protein 10.93940006 L4_control_A1 +LQ03X028860 Predicted protein 11.08203288 L4_control_A2 +LQ03X028860 Predicted protein 10.38267578 L4_control_A3 +LQ03X028860 Predicted protein 10.34754112 L4_control_B1 +LQ03X028860 Predicted protein 10.61416166 L4_control_B2 +LQ03X028860 Predicted protein 10.33106096 L4_control_B3 +LQ03X028860 Predicted protein 9.477793819 L4_control_C2 +LQ03X028860 Predicted protein 9.272354449 L4_control_C3 +LQ03X028860 Predicted protein 11.05805317 L4_chemical_A1 +LQ03X028860 Predicted protein 11.14508897 L4_chemical_A2 +LQ03X028860 Predicted protein 10.58627402 L4_chemical_A3 +LQ03X028860 Predicted protein 10.0448128 L4_chemical_B1 +LQ03X028860 Predicted protein 9.981807319 L4_chemical_B2 +LQ03X028860 Predicted protein 10.22660448 L4_chemical_B3 +LQ03X028860 Predicted protein 9.445281482 L4_chemical_C2 +LQ03X028860 Predicted protein 9.493954231 L4_chemical_C3 +LQ03X028870 Endoglucanase 6 5.906375026 C6_control_A1 +LQ03X028870 Endoglucanase 6 5.892210564 C6_control_A3 +LQ03X028870 Endoglucanase 6 5.695300114 C6_control_B1 +LQ03X028870 Endoglucanase 6 5.778189484 C6_control_B2 +LQ03X028870 Endoglucanase 6 6.35557196 C6_control_B3 +LQ03X028870 Endoglucanase 6 5.186182515 C6_control_C1 +LQ03X028870 Endoglucanase 6 4.984470351 C6_control_C2 +LQ03X028870 Endoglucanase 6 5.625644973 C6_control_C3 +LQ03X028870 Endoglucanase 6 6.50056501 C6_chemical_A1 +LQ03X028870 Endoglucanase 6 6.027483711 C6_chemical_A3 +LQ03X028870 Endoglucanase 6 6.562832008 C6_chemical_B1 +LQ03X028870 Endoglucanase 6 5.647684822 C6_chemical_B2 +LQ03X028870 Endoglucanase 6 7.005098435 C6_chemical_B3 +LQ03X028870 Endoglucanase 6 5.702286752 C6_chemical_C1 +LQ03X028870 Endoglucanase 6 5.355256132 C6_chemical_C2 +LQ03X028870 Endoglucanase 6 5.751226117 C6_chemical_C3 +LQ03X028870 Endoglucanase 6 6.452602297 L4_control_A1 +LQ03X028870 Endoglucanase 6 7.241664605 L4_control_A2 +LQ03X028870 Endoglucanase 6 6.824751717 L4_control_A3 +LQ03X028870 Endoglucanase 6 8.256479955 L4_control_B1 +LQ03X028870 Endoglucanase 6 7.058371025 L4_control_B2 +LQ03X028870 Endoglucanase 6 5.696717078 L4_control_B3 +LQ03X028870 Endoglucanase 6 5.853864526 L4_control_C2 +LQ03X028870 Endoglucanase 6 6.297439605 L4_control_C3 +LQ03X028870 Endoglucanase 6 6.435856701 L4_chemical_A1 +LQ03X028870 Endoglucanase 6 6.913249052 L4_chemical_A2 +LQ03X028870 Endoglucanase 6 6.813400812 L4_chemical_A3 +LQ03X028870 Endoglucanase 6 6.946719078 L4_chemical_B1 +LQ03X028870 Endoglucanase 6 6.809814492 L4_chemical_B2 +LQ03X028870 Endoglucanase 6 6.013356855 L4_chemical_B3 +LQ03X028870 Endoglucanase 6 5.844170301 L4_chemical_C2 +LQ03X028870 Endoglucanase 6 6.36330973 L4_chemical_C3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.132652799 C6_control_A1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.218026491 C6_control_A3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.213351581 C6_control_B1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.53140619 C6_control_B2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.582874536 C6_control_B3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.996026309 C6_control_C1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.200712868 C6_control_C2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.89783242 C6_control_C3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.545616129 C6_chemical_A1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.690217066 C6_chemical_A3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.712426924 C6_chemical_B1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.839167398 C6_chemical_B2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.465544513 C6_chemical_B3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.958711119 C6_chemical_C1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.709245297 C6_chemical_C2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.941816931 C6_chemical_C3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.607341079 L4_control_A1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.120110118 L4_control_A2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.01452211 L4_control_A3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.877972165 L4_control_B1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.215381914 L4_control_B2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.057556266 L4_control_B3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.347784122 L4_control_C2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 7.949330492 L4_control_C3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.000259583 L4_chemical_A1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.259836451 L4_chemical_A2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 7.958751149 L4_chemical_A3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.886512553 L4_chemical_B1 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.704378316 L4_chemical_B2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 9.332164114 L4_chemical_B3 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.31933616 L4_chemical_C2 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.661935408 L4_chemical_C3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 12.34129597 C6_control_A1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 12.36770589 C6_control_A3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.03333598 C6_control_B1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.85803401 C6_control_B2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.95814402 C6_control_B3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.24478006 C6_control_C1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.33811449 C6_control_C2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.25002744 C6_control_C3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.95166936 C6_chemical_A1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 12.38813555 C6_chemical_A3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.63514943 C6_chemical_B1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.5129602 C6_chemical_B2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.82876262 C6_chemical_B3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.97351998 C6_chemical_C1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.15872945 C6_chemical_C2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.35314512 C6_chemical_C3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 12.74398258 L4_control_A1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 12.25060135 L4_control_A2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 13.21378822 L4_control_A3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.77515881 L4_control_B1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.53329571 L4_control_B2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.95580808 L4_control_B3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.85514391 L4_control_C2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.81587161 L4_control_C3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.86889811 L4_chemical_A1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.28403307 L4_chemical_A2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 12.59218318 L4_chemical_A3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 10.75667732 L4_chemical_B1 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.0542955 L4_chemical_B2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.16056795 L4_chemical_B3 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.68836488 L4_chemical_C2 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.6216266 L4_chemical_C3 +LQ03X028970 Predicted protein 6.269680395 C6_control_A1 +LQ03X028970 Predicted protein 5.99531892 C6_control_A3 +LQ03X028970 Predicted protein 5.661921292 C6_control_B1 +LQ03X028970 Predicted protein 5.277060468 C6_control_B2 +LQ03X028970 Predicted protein 5.501286862 C6_control_B3 +LQ03X028970 Predicted protein 5.582563044 C6_control_C1 +LQ03X028970 Predicted protein 5.239202663 C6_control_C2 +LQ03X028970 Predicted protein 5.485193317 C6_control_C3 +LQ03X028970 Predicted protein 5.665883882 C6_chemical_A1 +LQ03X028970 Predicted protein 5.776359894 C6_chemical_A3 +LQ03X028970 Predicted protein 5.983324977 C6_chemical_B1 +LQ03X028970 Predicted protein 5.164240823 C6_chemical_B2 +LQ03X028970 Predicted protein 5.685848134 C6_chemical_B3 +LQ03X028970 Predicted protein 5.28623332 C6_chemical_C1 +LQ03X028970 Predicted protein 5.219283079 C6_chemical_C2 +LQ03X028970 Predicted protein 5.567820661 C6_chemical_C3 +LQ03X028970 Predicted protein 6.153742012 L4_control_A1 +LQ03X028970 Predicted protein 6.25646681 L4_control_A2 +LQ03X028970 Predicted protein 6.056105618 L4_control_A3 +LQ03X028970 Predicted protein 5.516834308 L4_control_B1 +LQ03X028970 Predicted protein 5.378401039 L4_control_B2 +LQ03X028970 Predicted protein 5.573724815 L4_control_B3 +LQ03X028970 Predicted protein 5.275285511 L4_control_C2 +LQ03X028970 Predicted protein 5.083865974 L4_control_C3 +LQ03X028970 Predicted protein 6.143839468 L4_chemical_A1 +LQ03X028970 Predicted protein 6.259354766 L4_chemical_A2 +LQ03X028970 Predicted protein 6.414290767 L4_chemical_A3 +LQ03X028970 Predicted protein 5.247289923 L4_chemical_B1 +LQ03X028970 Predicted protein 5.575035288 L4_chemical_B2 +LQ03X028970 Predicted protein 5.614764981 L4_chemical_B3 +LQ03X028970 Predicted protein 6.000302241 L4_chemical_C2 +LQ03X028970 Predicted protein 5.289951196 L4_chemical_C3 +LQ03X029000 Putative uncharacterized protein 12.73887325 C6_control_A1 +LQ03X029000 Putative uncharacterized protein 12.35311147 C6_control_A3 +LQ03X029000 Putative uncharacterized protein 13.59255493 C6_control_B1 +LQ03X029000 Putative uncharacterized protein 13.71951722 C6_control_B2 +LQ03X029000 Putative uncharacterized protein 13.67202631 C6_control_B3 +LQ03X029000 Putative uncharacterized protein 14.14790027 C6_control_C1 +LQ03X029000 Putative uncharacterized protein 14.18099645 C6_control_C2 +LQ03X029000 Putative uncharacterized protein 14.26195981 C6_control_C3 +LQ03X029000 Putative uncharacterized protein 12.74592728 C6_chemical_A1 +LQ03X029000 Putative uncharacterized protein 12.34147803 C6_chemical_A3 +LQ03X029000 Putative uncharacterized protein 13.7849573 C6_chemical_B1 +LQ03X029000 Putative uncharacterized protein 13.98536878 C6_chemical_B2 +LQ03X029000 Putative uncharacterized protein 13.75231515 C6_chemical_B3 +LQ03X029000 Putative uncharacterized protein 14.11358392 C6_chemical_C1 +LQ03X029000 Putative uncharacterized protein 14.34678828 C6_chemical_C2 +LQ03X029000 Putative uncharacterized protein 13.78373268 C6_chemical_C3 +LQ03X029000 Putative uncharacterized protein 11.94011807 L4_control_A1 +LQ03X029000 Putative uncharacterized protein 12.97384801 L4_control_A2 +LQ03X029000 Putative uncharacterized protein 12.3565451 L4_control_A3 +LQ03X029000 Putative uncharacterized protein 13.55776847 L4_control_B1 +LQ03X029000 Putative uncharacterized protein 13.36394323 L4_control_B2 +LQ03X029000 Putative uncharacterized protein 13.69827635 L4_control_B3 +LQ03X029000 Putative uncharacterized protein 13.92642972 L4_control_C2 +LQ03X029000 Putative uncharacterized protein 13.30884498 L4_control_C3 +LQ03X029000 Putative uncharacterized protein 11.89812736 L4_chemical_A1 +LQ03X029000 Putative uncharacterized protein 13.16092691 L4_chemical_A2 +LQ03X029000 Putative uncharacterized protein 12.03753261 L4_chemical_A3 +LQ03X029000 Putative uncharacterized protein 13.39564748 L4_chemical_B1 +LQ03X029000 Putative uncharacterized protein 13.72249904 L4_chemical_B2 +LQ03X029000 Putative uncharacterized protein 13.069329 L4_chemical_B3 +LQ03X029000 Putative uncharacterized protein 14.19904676 L4_chemical_C2 +LQ03X029000 Putative uncharacterized protein 13.44113794 L4_chemical_C3 +LQ03X029010 Putative uncharacterized protein 5.03653578 C6_control_A1 +LQ03X029010 Putative uncharacterized protein 5.156870488 C6_control_A3 +LQ03X029010 Putative uncharacterized protein 4.940700504 C6_control_B1 +LQ03X029010 Putative uncharacterized protein 5.327652126 C6_control_B2 +LQ03X029010 Putative uncharacterized protein 5.141794768 C6_control_B3 +LQ03X029010 Putative uncharacterized protein 5.122350488 C6_control_C1 +LQ03X029010 Putative uncharacterized protein 5.337708571 C6_control_C2 +LQ03X029010 Putative uncharacterized protein 5.142608597 C6_control_C3 +LQ03X029010 Putative uncharacterized protein 5.114127413 C6_chemical_A1 +LQ03X029010 Putative uncharacterized protein 5.174534169 C6_chemical_A3 +LQ03X029010 Putative uncharacterized protein 4.833733043 C6_chemical_B1 +LQ03X029010 Putative uncharacterized protein 5.032029436 C6_chemical_B2 +LQ03X029010 Putative uncharacterized protein 4.935622999 C6_chemical_B3 +LQ03X029010 Putative uncharacterized protein 5.081812379 C6_chemical_C1 +LQ03X029010 Putative uncharacterized protein 5.396175106 C6_chemical_C2 +LQ03X029010 Putative uncharacterized protein 5.218344389 C6_chemical_C3 +LQ03X029010 Putative uncharacterized protein 5.096802503 L4_control_A1 +LQ03X029010 Putative uncharacterized protein 5.266073698 L4_control_A2 +LQ03X029010 Putative uncharacterized protein 5.317503696 L4_control_A3 +LQ03X029010 Putative uncharacterized protein 5.075828265 L4_control_B1 +LQ03X029010 Putative uncharacterized protein 5.842991012 L4_control_B2 +LQ03X029010 Putative uncharacterized protein 5.314004345 L4_control_B3 +LQ03X029010 Putative uncharacterized protein 5.114858685 L4_control_C2 +LQ03X029010 Putative uncharacterized protein 6.275311751 L4_control_C3 +LQ03X029010 Putative uncharacterized protein 5.192444008 L4_chemical_A1 +LQ03X029010 Putative uncharacterized protein 5.224152904 L4_chemical_A2 +LQ03X029010 Putative uncharacterized protein 5.257165642 L4_chemical_A3 +LQ03X029010 Putative uncharacterized protein 4.966250782 L4_chemical_B1 +LQ03X029010 Putative uncharacterized protein 5.679968794 L4_chemical_B2 +LQ03X029010 Putative uncharacterized protein 5.096047238 L4_chemical_B3 +LQ03X029010 Putative uncharacterized protein 6.2128875 L4_chemical_C2 +LQ03X029010 Putative uncharacterized protein 5.140961879 L4_chemical_C3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.17862416 C6_control_A1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.06320386 C6_control_A3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.29542377 C6_control_B1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.71493383 C6_control_B2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.18122372 C6_control_B3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.33993562 C6_control_C1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.74449681 C6_control_C2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.37509335 C6_control_C3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.03384321 C6_chemical_A1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.98919868 C6_chemical_A3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.20676098 C6_chemical_B1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.72556858 C6_chemical_B2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.85674976 C6_chemical_B3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.51988879 C6_chemical_C1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.49499278 C6_chemical_C2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.0485491 C6_chemical_C3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.81708092 L4_control_A1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.03031606 L4_control_A2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.20806826 L4_control_A3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.20786863 L4_control_B1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.67254645 L4_control_B2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.41287049 L4_control_B3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.20573565 L4_control_C2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.53501772 L4_control_C3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.69254865 L4_chemical_A1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.78316438 L4_chemical_A2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.44021574 L4_chemical_A3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.56110533 L4_chemical_B1 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.88780585 L4_chemical_B2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 12.83087258 L4_chemical_B3 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.09596322 L4_chemical_C2 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.05191746 L4_chemical_C3 +LQ03X029030 Predicted protein 14.28688693 C6_control_A1 +LQ03X029030 Predicted protein 14.12271981 C6_control_A3 +LQ03X029030 Predicted protein 14.0323128 C6_control_B1 +LQ03X029030 Predicted protein 13.86216113 C6_control_B2 +LQ03X029030 Predicted protein 13.96916024 C6_control_B3 +LQ03X029030 Predicted protein 14.34255814 C6_control_C1 +LQ03X029030 Predicted protein 14.28848928 C6_control_C2 +LQ03X029030 Predicted protein 14.27867023 C6_control_C3 +LQ03X029030 Predicted protein 14.02489746 C6_chemical_A1 +LQ03X029030 Predicted protein 13.85689905 C6_chemical_A3 +LQ03X029030 Predicted protein 14.09456253 C6_chemical_B1 +LQ03X029030 Predicted protein 13.76847291 C6_chemical_B2 +LQ03X029030 Predicted protein 14.11444917 C6_chemical_B3 +LQ03X029030 Predicted protein 13.9141819 C6_chemical_C1 +LQ03X029030 Predicted protein 14.2018758 C6_chemical_C2 +LQ03X029030 Predicted protein 14.34552932 C6_chemical_C3 +LQ03X029030 Predicted protein 13.78206998 L4_control_A1 +LQ03X029030 Predicted protein 13.38622697 L4_control_A2 +LQ03X029030 Predicted protein 13.4151201 L4_control_A3 +LQ03X029030 Predicted protein 13.90258959 L4_control_B1 +LQ03X029030 Predicted protein 13.87022599 L4_control_B2 +LQ03X029030 Predicted protein 13.91696944 L4_control_B3 +LQ03X029030 Predicted protein 14.41049645 L4_control_C2 +LQ03X029030 Predicted protein 14.55795651 L4_control_C3 +LQ03X029030 Predicted protein 14.02884378 L4_chemical_A1 +LQ03X029030 Predicted protein 13.80858261 L4_chemical_A2 +LQ03X029030 Predicted protein 13.64701764 L4_chemical_A3 +LQ03X029030 Predicted protein 13.85088794 L4_chemical_B1 +LQ03X029030 Predicted protein 13.77063986 L4_chemical_B2 +LQ03X029030 Predicted protein 13.66172331 L4_chemical_B3 +LQ03X029030 Predicted protein 14.24890725 L4_chemical_C2 +LQ03X029030 Predicted protein 14.35923736 L4_chemical_C3 +LQ03X029040 Putative uncharacterized protein 13.55063852 C6_control_A1 +LQ03X029040 Putative uncharacterized protein 13.26312351 C6_control_A3 +LQ03X029040 Putative uncharacterized protein 13.75657637 C6_control_B1 +LQ03X029040 Putative uncharacterized protein 13.94050737 C6_control_B2 +LQ03X029040 Putative uncharacterized protein 14.14208966 C6_control_B3 +LQ03X029040 Putative uncharacterized protein 14.26428378 C6_control_C1 +LQ03X029040 Putative uncharacterized protein 14.45092337 C6_control_C2 +LQ03X029040 Putative uncharacterized protein 14.43776254 C6_control_C3 +LQ03X029040 Putative uncharacterized protein 13.27897225 C6_chemical_A1 +LQ03X029040 Putative uncharacterized protein 12.95976512 C6_chemical_A3 +LQ03X029040 Putative uncharacterized protein 13.95173605 C6_chemical_B1 +LQ03X029040 Putative uncharacterized protein 14.12348793 C6_chemical_B2 +LQ03X029040 Putative uncharacterized protein 13.95405398 C6_chemical_B3 +LQ03X029040 Putative uncharacterized protein 14.13075836 C6_chemical_C1 +LQ03X029040 Putative uncharacterized protein 14.20436482 C6_chemical_C2 +LQ03X029040 Putative uncharacterized protein 14.13287793 C6_chemical_C3 +LQ03X029040 Putative uncharacterized protein 12.67153633 L4_control_A1 +LQ03X029040 Putative uncharacterized protein 12.80643598 L4_control_A2 +LQ03X029040 Putative uncharacterized protein 12.69243293 L4_control_A3 +LQ03X029040 Putative uncharacterized protein 13.9785905 L4_control_B1 +LQ03X029040 Putative uncharacterized protein 13.80333461 L4_control_B2 +LQ03X029040 Putative uncharacterized protein 13.86781488 L4_control_B3 +LQ03X029040 Putative uncharacterized protein 13.85175936 L4_control_C2 +LQ03X029040 Putative uncharacterized protein 13.59198825 L4_control_C3 +LQ03X029040 Putative uncharacterized protein 13.18108912 L4_chemical_A1 +LQ03X029040 Putative uncharacterized protein 13.75579013 L4_chemical_A2 +LQ03X029040 Putative uncharacterized protein 12.85446507 L4_chemical_A3 +LQ03X029040 Putative uncharacterized protein 13.44296563 L4_chemical_B1 +LQ03X029040 Putative uncharacterized protein 13.8291328 L4_chemical_B2 +LQ03X029040 Putative uncharacterized protein 13.63599493 L4_chemical_B3 +LQ03X029040 Putative uncharacterized protein 14.05195877 L4_chemical_C2 +LQ03X029040 Putative uncharacterized protein 13.76069803 L4_chemical_C3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.974424036 C6_control_A1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.179957308 C6_control_A3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 5.810345266 C6_control_B1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.129353796 C6_control_B2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 7.160068972 C6_control_B3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.299131769 C6_control_C1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 5.949798658 C6_control_C2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 7.791243886 C6_control_C3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.91531692 C6_chemical_A1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.833096698 C6_chemical_A3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.50973161 C6_chemical_B1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.291962662 C6_chemical_B2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 7.874832823 C6_chemical_B3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.061123597 C6_chemical_C1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.131640985 C6_chemical_C2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 7.89467647 C6_chemical_C3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.325223407 L4_control_A1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 7.736105196 L4_control_A2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.371719971 L4_control_A3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 10.4720928 L4_control_B1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 7.815846 L4_control_B2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.448742109 L4_control_B3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 9.112063098 L4_control_C2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.913334152 L4_control_C3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 7.925412162 L4_chemical_A1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.314058625 L4_chemical_A2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 9.593212801 L4_chemical_A3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.916030023 L4_chemical_B1 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 8.740212879 L4_chemical_B2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.069195009 L4_chemical_B3 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 10.05136443 L4_chemical_C2 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 9.117763673 L4_chemical_C3 +LQ03X029060 Dynamin-related protein 5A 13.22957271 C6_control_A1 +LQ03X029060 Dynamin-related protein 5A 13.53008752 C6_control_A3 +LQ03X029060 Dynamin-related protein 5A 13.6434249 C6_control_B1 +LQ03X029060 Dynamin-related protein 5A 12.64910545 C6_control_B2 +LQ03X029060 Dynamin-related protein 5A 13.11750268 C6_control_B3 +LQ03X029060 Dynamin-related protein 5A 12.33497124 C6_control_C1 +LQ03X029060 Dynamin-related protein 5A 11.96477014 C6_control_C2 +LQ03X029060 Dynamin-related protein 5A 11.66237854 C6_control_C3 +LQ03X029060 Dynamin-related protein 5A 13.18583454 C6_chemical_A1 +LQ03X029060 Dynamin-related protein 5A 13.84373118 C6_chemical_A3 +LQ03X029060 Dynamin-related protein 5A 13.31952998 C6_chemical_B1 +LQ03X029060 Dynamin-related protein 5A 12.75566976 C6_chemical_B2 +LQ03X029060 Dynamin-related protein 5A 12.86842153 C6_chemical_B3 +LQ03X029060 Dynamin-related protein 5A 12.25010778 C6_chemical_C1 +LQ03X029060 Dynamin-related protein 5A 11.51155809 C6_chemical_C2 +LQ03X029060 Dynamin-related protein 5A 11.63534621 C6_chemical_C3 +LQ03X029060 Dynamin-related protein 5A 12.8037282 L4_control_A1 +LQ03X029060 Dynamin-related protein 5A 13.25566078 L4_control_A2 +LQ03X029060 Dynamin-related protein 5A 12.54290771 L4_control_A3 +LQ03X029060 Dynamin-related protein 5A 12.9513848 L4_control_B1 +LQ03X029060 Dynamin-related protein 5A 13.42964865 L4_control_B2 +LQ03X029060 Dynamin-related protein 5A 13.03001595 L4_control_B3 +LQ03X029060 Dynamin-related protein 5A 11.81035423 L4_control_C2 +LQ03X029060 Dynamin-related protein 5A 12.31330534 L4_control_C3 +LQ03X029060 Dynamin-related protein 5A 12.76822887 L4_chemical_A1 +LQ03X029060 Dynamin-related protein 5A 12.87551087 L4_chemical_A2 +LQ03X029060 Dynamin-related protein 5A 12.35987031 L4_chemical_A3 +LQ03X029060 Dynamin-related protein 5A 13.0907938 L4_chemical_B1 +LQ03X029060 Dynamin-related protein 5A 12.72402077 L4_chemical_B2 +LQ03X029060 Dynamin-related protein 5A 12.99572833 L4_chemical_B3 +LQ03X029060 Dynamin-related protein 5A 11.51502339 L4_chemical_C2 +LQ03X029060 Dynamin-related protein 5A 12.14168374 L4_chemical_C3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.80647591 C6_control_A1 +LQ03X029070 GDSL esterase/lipase At4g10955 12.83206202 C6_control_A3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.68720026 C6_control_B1 +LQ03X029070 GDSL esterase/lipase At4g10955 12.8921037 C6_control_B2 +LQ03X029070 GDSL esterase/lipase At4g10955 12.95174836 C6_control_B3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.73683929 C6_control_C1 +LQ03X029070 GDSL esterase/lipase At4g10955 12.56034339 C6_control_C2 +LQ03X029070 GDSL esterase/lipase At4g10955 12.62278096 C6_control_C3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.54045996 C6_chemical_A1 +LQ03X029070 GDSL esterase/lipase At4g10955 12.93292664 C6_chemical_A3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.69798175 C6_chemical_B1 +LQ03X029070 GDSL esterase/lipase At4g10955 12.85753708 C6_chemical_B2 +LQ03X029070 GDSL esterase/lipase At4g10955 12.8999969 C6_chemical_B3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.31199813 C6_chemical_C1 +LQ03X029070 GDSL esterase/lipase At4g10955 12.21300462 C6_chemical_C2 +LQ03X029070 GDSL esterase/lipase At4g10955 12.34484593 C6_chemical_C3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.97142292 L4_control_A1 +LQ03X029070 GDSL esterase/lipase At4g10955 13.18964159 L4_control_A2 +LQ03X029070 GDSL esterase/lipase At4g10955 13.36824411 L4_control_A3 +LQ03X029070 GDSL esterase/lipase At4g10955 13.12579384 L4_control_B1 +LQ03X029070 GDSL esterase/lipase At4g10955 13.32796566 L4_control_B2 +LQ03X029070 GDSL esterase/lipase At4g10955 13.79217196 L4_control_B3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.73091316 L4_control_C2 +LQ03X029070 GDSL esterase/lipase At4g10955 13.17142124 L4_control_C3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.43311425 L4_chemical_A1 +LQ03X029070 GDSL esterase/lipase At4g10955 12.40984873 L4_chemical_A2 +LQ03X029070 GDSL esterase/lipase At4g10955 13.1607645 L4_chemical_A3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.76561733 L4_chemical_B1 +LQ03X029070 GDSL esterase/lipase At4g10955 12.90056246 L4_chemical_B2 +LQ03X029070 GDSL esterase/lipase At4g10955 13.03144065 L4_chemical_B3 +LQ03X029070 GDSL esterase/lipase At4g10955 12.75024435 L4_chemical_C2 +LQ03X029070 GDSL esterase/lipase At4g10955 12.96893559 L4_chemical_C3 +LQ03X029080 Hypothetical protein 5.284836376 C6_control_A1 +LQ03X029080 Hypothetical protein 5.126634801 C6_control_A3 +LQ03X029080 Hypothetical protein 5.212851478 C6_control_B1 +LQ03X029080 Hypothetical protein 5.007672963 C6_control_B2 +LQ03X029080 Hypothetical protein 5.356769281 C6_control_B3 +LQ03X029080 Hypothetical protein 5.181882273 C6_control_C1 +LQ03X029080 Hypothetical protein 4.864603963 C6_control_C2 +LQ03X029080 Hypothetical protein 5.083747444 C6_control_C3 +LQ03X029080 Hypothetical protein 5.362592678 C6_chemical_A1 +LQ03X029080 Hypothetical protein 5.065650663 C6_chemical_A3 +LQ03X029080 Hypothetical protein 5.179081922 C6_chemical_B1 +LQ03X029080 Hypothetical protein 5.153670382 C6_chemical_B2 +LQ03X029080 Hypothetical protein 5.305260296 C6_chemical_B3 +LQ03X029080 Hypothetical protein 5.014983554 C6_chemical_C1 +LQ03X029080 Hypothetical protein 5.104807655 C6_chemical_C2 +LQ03X029080 Hypothetical protein 5.127236501 C6_chemical_C3 +LQ03X029080 Hypothetical protein 5.10573443 L4_control_A1 +LQ03X029080 Hypothetical protein 5.242880611 L4_control_A2 +LQ03X029080 Hypothetical protein 5.336089249 L4_control_A3 +LQ03X029080 Hypothetical protein 5.477296531 L4_control_B1 +LQ03X029080 Hypothetical protein 5.211730498 L4_control_B2 +LQ03X029080 Hypothetical protein 5.024033666 L4_control_B3 +LQ03X029080 Hypothetical protein 5.039497294 L4_control_C2 +LQ03X029080 Hypothetical protein 5.363044997 L4_control_C3 +LQ03X029080 Hypothetical protein 5.311939494 L4_chemical_A1 +LQ03X029080 Hypothetical protein 5.384288601 L4_chemical_A2 +LQ03X029080 Hypothetical protein 5.364398848 L4_chemical_A3 +LQ03X029080 Hypothetical protein 5.00342788 L4_chemical_B1 +LQ03X029080 Hypothetical protein 5.268265049 L4_chemical_B2 +LQ03X029080 Hypothetical protein 5.359683745 L4_chemical_B3 +LQ03X029080 Hypothetical protein 4.936705953 L4_chemical_C2 +LQ03X029080 Hypothetical protein 5.550881062 L4_chemical_C3 +LQ03X029120 Putative uncharacterized protein 5.995859334 C6_control_A1 +LQ03X029120 Putative uncharacterized protein 6.271790037 C6_control_A3 +LQ03X029120 Putative uncharacterized protein 5.68387839 C6_control_B1 +LQ03X029120 Putative uncharacterized protein 5.708754978 C6_control_B2 +LQ03X029120 Putative uncharacterized protein 6.147098665 C6_control_B3 +LQ03X029120 Putative uncharacterized protein 6.136678765 C6_control_C1 +LQ03X029120 Putative uncharacterized protein 5.475812194 C6_control_C2 +LQ03X029120 Putative uncharacterized protein 6.071206392 C6_control_C3 +LQ03X029120 Putative uncharacterized protein 6.257393155 C6_chemical_A1 +LQ03X029120 Putative uncharacterized protein 6.450121574 C6_chemical_A3 +LQ03X029120 Putative uncharacterized protein 6.023417095 C6_chemical_B1 +LQ03X029120 Putative uncharacterized protein 5.719319365 C6_chemical_B2 +LQ03X029120 Putative uncharacterized protein 6.076363995 C6_chemical_B3 +LQ03X029120 Putative uncharacterized protein 6.241545834 C6_chemical_C1 +LQ03X029120 Putative uncharacterized protein 5.625332106 C6_chemical_C2 +LQ03X029120 Putative uncharacterized protein 5.930507633 C6_chemical_C3 +LQ03X029120 Putative uncharacterized protein 6.032151396 L4_control_A1 +LQ03X029120 Putative uncharacterized protein 5.998497659 L4_control_A2 +LQ03X029120 Putative uncharacterized protein 5.946930226 L4_control_A3 +LQ03X029120 Putative uncharacterized protein 5.260267905 L4_control_B1 +LQ03X029120 Putative uncharacterized protein 6.136918027 L4_control_B2 +LQ03X029120 Putative uncharacterized protein 5.609721556 L4_control_B3 +LQ03X029120 Putative uncharacterized protein 5.719860596 L4_control_C2 +LQ03X029120 Putative uncharacterized protein 5.910299404 L4_control_C3 +LQ03X029120 Putative uncharacterized protein 5.746093077 L4_chemical_A1 +LQ03X029120 Putative uncharacterized protein 5.890977701 L4_chemical_A2 +LQ03X029120 Putative uncharacterized protein 5.664166126 L4_chemical_A3 +LQ03X029120 Putative uncharacterized protein 5.606978273 L4_chemical_B1 +LQ03X029120 Putative uncharacterized protein 6.159709685 L4_chemical_B2 +LQ03X029120 Putative uncharacterized protein 5.723698394 L4_chemical_B3 +LQ03X029120 Putative uncharacterized protein 5.427401153 L4_chemical_C2 +LQ03X029120 Putative uncharacterized protein 5.860750644 L4_chemical_C3 +LQ03X029130 Putative uncharacterized protein 5.053099661 C6_control_A1 +LQ03X029130 Putative uncharacterized protein 5.100853867 C6_control_A3 +LQ03X029130 Putative uncharacterized protein 6.129257949 C6_control_B1 +LQ03X029130 Putative uncharacterized protein 4.713110689 C6_control_B2 +LQ03X029130 Putative uncharacterized protein 5.226451346 C6_control_B3 +LQ03X029130 Putative uncharacterized protein 5.076110978 C6_control_C1 +LQ03X029130 Putative uncharacterized protein 5.033172184 C6_control_C2 +LQ03X029130 Putative uncharacterized protein 5.344722221 C6_control_C3 +LQ03X029130 Putative uncharacterized protein 5.042973677 C6_chemical_A1 +LQ03X029130 Putative uncharacterized protein 5.136098541 C6_chemical_A3 +LQ03X029130 Putative uncharacterized protein 5.671237236 C6_chemical_B1 +LQ03X029130 Putative uncharacterized protein 5.108913259 C6_chemical_B2 +LQ03X029130 Putative uncharacterized protein 5.291365129 C6_chemical_B3 +LQ03X029130 Putative uncharacterized protein 5.224290531 C6_chemical_C1 +LQ03X029130 Putative uncharacterized protein 4.938711415 C6_chemical_C2 +LQ03X029130 Putative uncharacterized protein 5.353419164 C6_chemical_C3 +LQ03X029130 Putative uncharacterized protein 5.338986794 L4_control_A1 +LQ03X029130 Putative uncharacterized protein 5.301350622 L4_control_A2 +LQ03X029130 Putative uncharacterized protein 4.770572428 L4_control_A3 +LQ03X029130 Putative uncharacterized protein 5.265746871 L4_control_B1 +LQ03X029130 Putative uncharacterized protein 4.833606993 L4_control_B2 +LQ03X029130 Putative uncharacterized protein 5.516327814 L4_control_B3 +LQ03X029130 Putative uncharacterized protein 5.569758571 L4_control_C2 +LQ03X029130 Putative uncharacterized protein 5.850235117 L4_control_C3 +LQ03X029130 Putative uncharacterized protein 5.091140231 L4_chemical_A1 +LQ03X029130 Putative uncharacterized protein 5.042878813 L4_chemical_A2 +LQ03X029130 Putative uncharacterized protein 5.014472629 L4_chemical_A3 +LQ03X029130 Putative uncharacterized protein 5.415839895 L4_chemical_B1 +LQ03X029130 Putative uncharacterized protein 5.369889761 L4_chemical_B2 +LQ03X029130 Putative uncharacterized protein 5.21049793 L4_chemical_B3 +LQ03X029130 Putative uncharacterized protein 5.538469475 L4_chemical_C2 +LQ03X029130 Putative uncharacterized protein 5.544677455 L4_chemical_C3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 6.326138794 C6_control_A1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.727624059 C6_control_A3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.416145619 C6_control_B1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.650350777 C6_control_B2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.506621094 C6_control_B3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.357739566 C6_control_C1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.09993993 C6_control_C2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.564756401 C6_control_C3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.73672269 C6_chemical_A1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.620189486 C6_chemical_A3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.557958104 C6_chemical_B1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.791781069 C6_chemical_B2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.358257259 C6_chemical_B3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.393279787 C6_chemical_C1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.372057772 C6_chemical_C2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.421416994 C6_chemical_C3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.38713134 L4_control_A1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.397561181 L4_control_A2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.920904015 L4_control_A3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.759825219 L4_control_B1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.792572518 L4_control_B2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.743670476 L4_control_B3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 4.872157445 L4_control_C2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.410678489 L4_control_C3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.620091222 L4_chemical_A1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.750463536 L4_chemical_A2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.235826427 L4_chemical_A3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.249997077 L4_chemical_B1 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.713366443 L4_chemical_B2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.595851376 L4_chemical_B3 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 4.922898629 L4_chemical_C2 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 6.044713148 L4_chemical_C3 +LQ03X029180 Predicted protein 11.81451808 C6_control_A1 +LQ03X029180 Predicted protein 11.6888317 C6_control_A3 +LQ03X029180 Predicted protein 11.78093017 C6_control_B1 +LQ03X029180 Predicted protein 12.12123324 C6_control_B2 +LQ03X029180 Predicted protein 11.40111439 C6_control_B3 +LQ03X029180 Predicted protein 12.34231682 C6_control_C1 +LQ03X029180 Predicted protein 12.40910377 C6_control_C2 +LQ03X029180 Predicted protein 12.60588337 C6_control_C3 +LQ03X029180 Predicted protein 11.35842821 C6_chemical_A1 +LQ03X029180 Predicted protein 11.59929245 C6_chemical_A3 +LQ03X029180 Predicted protein 11.26832365 C6_chemical_B1 +LQ03X029180 Predicted protein 11.73959117 C6_chemical_B2 +LQ03X029180 Predicted protein 11.3741586 C6_chemical_B3 +LQ03X029180 Predicted protein 12.21851567 C6_chemical_C1 +LQ03X029180 Predicted protein 12.50906954 C6_chemical_C2 +LQ03X029180 Predicted protein 12.29392281 C6_chemical_C3 +LQ03X029180 Predicted protein 11.6421786 L4_control_A1 +LQ03X029180 Predicted protein 11.22714014 L4_control_A2 +LQ03X029180 Predicted protein 11.54902697 L4_control_A3 +LQ03X029180 Predicted protein 11.98905243 L4_control_B1 +LQ03X029180 Predicted protein 11.3963773 L4_control_B2 +LQ03X029180 Predicted protein 11.94137327 L4_control_B3 +LQ03X029180 Predicted protein 11.88076912 L4_control_C2 +LQ03X029180 Predicted protein 11.94670129 L4_control_C3 +LQ03X029180 Predicted protein 11.40718016 L4_chemical_A1 +LQ03X029180 Predicted protein 10.77326475 L4_chemical_A2 +LQ03X029180 Predicted protein 11.78060181 L4_chemical_A3 +LQ03X029180 Predicted protein 11.75056479 L4_chemical_B1 +LQ03X029180 Predicted protein 11.3717831 L4_chemical_B2 +LQ03X029180 Predicted protein 11.68433754 L4_chemical_B3 +LQ03X029180 Predicted protein 11.9540384 L4_chemical_C2 +LQ03X029180 Predicted protein 12.3087318 L4_chemical_C3 +LQ03X029200 F-box protein SKIP8 5.346263606 C6_control_A1 +LQ03X029200 F-box protein SKIP8 5.431666108 C6_control_A3 +LQ03X029200 F-box protein SKIP8 5.678462816 C6_control_B1 +LQ03X029200 F-box protein SKIP8 5.94018137 C6_control_B2 +LQ03X029200 F-box protein SKIP8 5.761839818 C6_control_B3 +LQ03X029200 F-box protein SKIP8 5.394441414 C6_control_C1 +LQ03X029200 F-box protein SKIP8 5.626759128 C6_control_C2 +LQ03X029200 F-box protein SKIP8 5.935722308 C6_control_C3 +LQ03X029200 F-box protein SKIP8 5.350960483 C6_chemical_A1 +LQ03X029200 F-box protein SKIP8 5.095525866 C6_chemical_A3 +LQ03X029200 F-box protein SKIP8 6.112739201 C6_chemical_B1 +LQ03X029200 F-box protein SKIP8 5.652803231 C6_chemical_B2 +LQ03X029200 F-box protein SKIP8 5.635397511 C6_chemical_B3 +LQ03X029200 F-box protein SKIP8 4.941093495 C6_chemical_C1 +LQ03X029200 F-box protein SKIP8 5.344143944 C6_chemical_C2 +LQ03X029200 F-box protein SKIP8 5.545269487 C6_chemical_C3 +LQ03X029200 F-box protein SKIP8 5.300514929 L4_control_A1 +LQ03X029200 F-box protein SKIP8 5.858019947 L4_control_A2 +LQ03X029200 F-box protein SKIP8 6.360055359 L4_control_A3 +LQ03X029200 F-box protein SKIP8 5.528872909 L4_control_B1 +LQ03X029200 F-box protein SKIP8 5.916291031 L4_control_B2 +LQ03X029200 F-box protein SKIP8 5.94636756 L4_control_B3 +LQ03X029200 F-box protein SKIP8 5.67014342 L4_control_C2 +LQ03X029200 F-box protein SKIP8 5.356260008 L4_control_C3 +LQ03X029200 F-box protein SKIP8 5.677378456 L4_chemical_A1 +LQ03X029200 F-box protein SKIP8 5.602155892 L4_chemical_A2 +LQ03X029200 F-box protein SKIP8 5.902294186 L4_chemical_A3 +LQ03X029200 F-box protein SKIP8 6.142695652 L4_chemical_B1 +LQ03X029200 F-box protein SKIP8 5.297092307 L4_chemical_B2 +LQ03X029200 F-box protein SKIP8 5.495516347 L4_chemical_B3 +LQ03X029200 F-box protein SKIP8 5.548191884 L4_chemical_C2 +LQ03X029200 F-box protein SKIP8 5.189247715 L4_chemical_C3 +LQ03X029210 Putative uncharacterized protein 13.98104429 C6_control_A1 +LQ03X029210 Putative uncharacterized protein 13.71929178 C6_control_A3 +LQ03X029210 Putative uncharacterized protein 14.36283468 C6_control_B1 +LQ03X029210 Putative uncharacterized protein 14.17481212 C6_control_B2 +LQ03X029210 Putative uncharacterized protein 14.4482417 C6_control_B3 +LQ03X029210 Putative uncharacterized protein 14.6603818 C6_control_C1 +LQ03X029210 Putative uncharacterized protein 14.41504638 C6_control_C2 +LQ03X029210 Putative uncharacterized protein 14.22320072 C6_control_C3 +LQ03X029210 Putative uncharacterized protein 13.76406835 C6_chemical_A1 +LQ03X029210 Putative uncharacterized protein 13.54789744 C6_chemical_A3 +LQ03X029210 Putative uncharacterized protein 14.40231464 C6_chemical_B1 +LQ03X029210 Putative uncharacterized protein 14.15838697 C6_chemical_B2 +LQ03X029210 Putative uncharacterized protein 13.95643992 C6_chemical_B3 +LQ03X029210 Putative uncharacterized protein 14.55505659 C6_chemical_C1 +LQ03X029210 Putative uncharacterized protein 14.56052375 C6_chemical_C2 +LQ03X029210 Putative uncharacterized protein 13.87175945 C6_chemical_C3 +LQ03X029210 Putative uncharacterized protein 13.59594891 L4_control_A1 +LQ03X029210 Putative uncharacterized protein 13.66338438 L4_control_A2 +LQ03X029210 Putative uncharacterized protein 13.76357964 L4_control_A3 +LQ03X029210 Putative uncharacterized protein 14.09961906 L4_control_B1 +LQ03X029210 Putative uncharacterized protein 13.94771445 L4_control_B2 +LQ03X029210 Putative uncharacterized protein 14.00749998 L4_control_B3 +LQ03X029210 Putative uncharacterized protein 15.15092537 L4_control_C2 +LQ03X029210 Putative uncharacterized protein 14.1739356 L4_control_C3 +LQ03X029210 Putative uncharacterized protein 13.47724798 L4_chemical_A1 +LQ03X029210 Putative uncharacterized protein 13.38266934 L4_chemical_A2 +LQ03X029210 Putative uncharacterized protein 13.38722977 L4_chemical_A3 +LQ03X029210 Putative uncharacterized protein 14.1333002 L4_chemical_B1 +LQ03X029210 Putative uncharacterized protein 14.14227058 L4_chemical_B2 +LQ03X029210 Putative uncharacterized protein 13.53115182 L4_chemical_B3 +LQ03X029210 Putative uncharacterized protein 14.8952186 L4_chemical_C2 +LQ03X029210 Putative uncharacterized protein 14.5640934 L4_chemical_C3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.05610432 C6_control_A1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.32461314 C6_control_A3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.97692458 C6_control_B1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.12271746 C6_control_B2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.02761407 C6_control_B3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.39394631 C6_control_C1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.57002083 C6_control_C2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.42370098 C6_control_C3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.88663481 C6_chemical_A1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.09167866 C6_chemical_A3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.911465 C6_chemical_B1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.0151418 C6_chemical_B2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.74040997 C6_chemical_B3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.31465465 C6_chemical_C1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.59525093 C6_chemical_C2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.95730328 C6_chemical_C3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.2191684 L4_control_A1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.92902116 L4_control_A2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.15983843 L4_control_A3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.03904868 L4_control_B1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.66819955 L4_control_B2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.15263646 L4_control_B3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.3054257 L4_control_C2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.62536342 L4_control_C3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.97495711 L4_chemical_A1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.63902318 L4_chemical_A2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.39812481 L4_chemical_A3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.0592886 L4_chemical_B1 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.96608762 L4_chemical_B2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.0223429 L4_chemical_B3 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 13.1320442 L4_chemical_C2 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.84716679 L4_chemical_C3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.30236293 C6_control_A1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.01216097 C6_control_A3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.27346701 C6_control_B1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.53878062 C6_control_B2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.78374195 C6_control_B3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.42046407 C6_control_C1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.78205992 C6_control_C2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.96574763 C6_control_C3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.29617817 C6_chemical_A1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.28663979 C6_chemical_A3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.25189046 C6_chemical_B1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.80636644 C6_chemical_B2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.59395931 C6_chemical_B3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.20887136 C6_chemical_C1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.27770914 C6_chemical_C2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.8795059 C6_chemical_C3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.1938715 L4_control_A1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.23931511 L4_control_A2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.05897496 L4_control_A3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.9602605 L4_control_B1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.56814911 L4_control_B2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.03301613 L4_control_B3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.03773344 L4_control_C2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.05137831 L4_control_C3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.22905176 L4_chemical_A1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.64378668 L4_chemical_A2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.35802484 L4_chemical_A3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.55299283 L4_chemical_B1 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.25385021 L4_chemical_B2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 10.26580556 L4_chemical_B3 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.32864974 L4_chemical_C2 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.24375963 L4_chemical_C3 +LQ03X029250 Electron transporter, putative 12.28008647 C6_control_A1 +LQ03X029250 Electron transporter, putative 11.22203192 C6_control_A3 +LQ03X029250 Electron transporter, putative 12.53771734 C6_control_B1 +LQ03X029250 Electron transporter, putative 11.88909629 C6_control_B2 +LQ03X029250 Electron transporter, putative 11.63078154 C6_control_B3 +LQ03X029250 Electron transporter, putative 14.78223457 C6_control_C1 +LQ03X029250 Electron transporter, putative 14.35484748 C6_control_C2 +LQ03X029250 Electron transporter, putative 13.6030803 C6_control_C3 +LQ03X029250 Electron transporter, putative 13.1070919 C6_chemical_A1 +LQ03X029250 Electron transporter, putative 12.7316095 C6_chemical_A3 +LQ03X029250 Electron transporter, putative 13.40433504 C6_chemical_B1 +LQ03X029250 Electron transporter, putative 12.49839955 C6_chemical_B2 +LQ03X029250 Electron transporter, putative 12.15725027 C6_chemical_B3 +LQ03X029250 Electron transporter, putative 15.07568506 C6_chemical_C1 +LQ03X029250 Electron transporter, putative 14.64836334 C6_chemical_C2 +LQ03X029250 Electron transporter, putative 14.98977394 C6_chemical_C3 +LQ03X029250 Electron transporter, putative 12.06248515 L4_control_A1 +LQ03X029250 Electron transporter, putative 12.90435191 L4_control_A2 +LQ03X029250 Electron transporter, putative 12.33128059 L4_control_A3 +LQ03X029250 Electron transporter, putative 13.25071142 L4_control_B1 +LQ03X029250 Electron transporter, putative 12.96225907 L4_control_B2 +LQ03X029250 Electron transporter, putative 11.923834 L4_control_B3 +LQ03X029250 Electron transporter, putative 14.59543158 L4_control_C2 +LQ03X029250 Electron transporter, putative 14.45619219 L4_control_C3 +LQ03X029250 Electron transporter, putative 12.23945997 L4_chemical_A1 +LQ03X029250 Electron transporter, putative 13.58380857 L4_chemical_A2 +LQ03X029250 Electron transporter, putative 11.98868196 L4_chemical_A3 +LQ03X029250 Electron transporter, putative 13.46624943 L4_chemical_B1 +LQ03X029250 Electron transporter, putative 13.38180357 L4_chemical_B2 +LQ03X029250 Electron transporter, putative 11.80950006 L4_chemical_B3 +LQ03X029250 Electron transporter, putative 15.07125616 L4_chemical_C2 +LQ03X029250 Electron transporter, putative 14.71678038 L4_chemical_C3 +LQ03X029260 Predicted protein 11.5175455 C6_control_A1 +LQ03X029260 Predicted protein 11.86882517 C6_control_A3 +LQ03X029260 Predicted protein 12.40054261 C6_control_B1 +LQ03X029260 Predicted protein 13.0723411 C6_control_B2 +LQ03X029260 Predicted protein 13.1766079 C6_control_B3 +LQ03X029260 Predicted protein 14.06672836 C6_control_C1 +LQ03X029260 Predicted protein 14.38412393 C6_control_C2 +LQ03X029260 Predicted protein 13.91991529 C6_control_C3 +LQ03X029260 Predicted protein 11.8757325 C6_chemical_A1 +LQ03X029260 Predicted protein 12.3901696 C6_chemical_A3 +LQ03X029260 Predicted protein 12.85981565 C6_chemical_B1 +LQ03X029260 Predicted protein 13.39626162 C6_chemical_B2 +LQ03X029260 Predicted protein 13.72311677 C6_chemical_B3 +LQ03X029260 Predicted protein 14.31962985 C6_chemical_C1 +LQ03X029260 Predicted protein 13.93577811 C6_chemical_C2 +LQ03X029260 Predicted protein 14.29482157 C6_chemical_C3 +LQ03X029260 Predicted protein 12.21158778 L4_control_A1 +LQ03X029260 Predicted protein 12.55919514 L4_control_A2 +LQ03X029260 Predicted protein 12.13835119 L4_control_A3 +LQ03X029260 Predicted protein 13.59716305 L4_control_B1 +LQ03X029260 Predicted protein 13.65171022 L4_control_B2 +LQ03X029260 Predicted protein 14.98378882 L4_control_B3 +LQ03X029260 Predicted protein 14.34360789 L4_control_C2 +LQ03X029260 Predicted protein 14.5090042 L4_control_C3 +LQ03X029260 Predicted protein 13.52534309 L4_chemical_A1 +LQ03X029260 Predicted protein 13.28314882 L4_chemical_A2 +LQ03X029260 Predicted protein 12.62783173 L4_chemical_A3 +LQ03X029260 Predicted protein 13.04778357 L4_chemical_B1 +LQ03X029260 Predicted protein 13.43318989 L4_chemical_B2 +LQ03X029260 Predicted protein 13.82394599 L4_chemical_B3 +LQ03X029260 Predicted protein 14.231201 L4_chemical_C2 +LQ03X029260 Predicted protein 14.39639867 L4_chemical_C3 +LQ03X029280 Auxin response factor 9 11.87930545 C6_control_A1 +LQ03X029280 Auxin response factor 9 11.69950204 C6_control_A3 +LQ03X029280 Auxin response factor 9 11.14398873 C6_control_B1 +LQ03X029280 Auxin response factor 9 11.36197505 C6_control_B2 +LQ03X029280 Auxin response factor 9 10.57813514 C6_control_B3 +LQ03X029280 Auxin response factor 9 12.21645951 C6_control_C1 +LQ03X029280 Auxin response factor 9 11.99471225 C6_control_C2 +LQ03X029280 Auxin response factor 9 11.95096108 C6_control_C3 +LQ03X029280 Auxin response factor 9 12.06457878 C6_chemical_A1 +LQ03X029280 Auxin response factor 9 11.98239754 C6_chemical_A3 +LQ03X029280 Auxin response factor 9 11.21665883 C6_chemical_B1 +LQ03X029280 Auxin response factor 9 11.19981665 C6_chemical_B2 +LQ03X029280 Auxin response factor 9 11.33067111 C6_chemical_B3 +LQ03X029280 Auxin response factor 9 12.31348645 C6_chemical_C1 +LQ03X029280 Auxin response factor 9 12.3344845 C6_chemical_C2 +LQ03X029280 Auxin response factor 9 12.61490006 C6_chemical_C3 +LQ03X029280 Auxin response factor 9 11.81603666 L4_control_A1 +LQ03X029280 Auxin response factor 9 11.96733092 L4_control_A2 +LQ03X029280 Auxin response factor 9 10.65080197 L4_control_A3 +LQ03X029280 Auxin response factor 9 10.89288404 L4_control_B1 +LQ03X029280 Auxin response factor 9 10.51694161 L4_control_B2 +LQ03X029280 Auxin response factor 9 10.73691782 L4_control_B3 +LQ03X029280 Auxin response factor 9 11.5557704 L4_control_C2 +LQ03X029280 Auxin response factor 9 11.25289482 L4_control_C3 +LQ03X029280 Auxin response factor 9 12.18114817 L4_chemical_A1 +LQ03X029280 Auxin response factor 9 12.08845481 L4_chemical_A2 +LQ03X029280 Auxin response factor 9 10.97124065 L4_chemical_A3 +LQ03X029280 Auxin response factor 9 11.37733714 L4_chemical_B1 +LQ03X029280 Auxin response factor 9 11.18988549 L4_chemical_B2 +LQ03X029280 Auxin response factor 9 10.88148768 L4_chemical_B3 +LQ03X029280 Auxin response factor 9 11.66890618 L4_chemical_C2 +LQ03X029280 Auxin response factor 9 11.06921232 L4_chemical_C3 +LQ03X029300 Cellulose synthase-like protein G3 8.752260343 C6_control_A1 +LQ03X029300 Cellulose synthase-like protein G3 8.004367241 C6_control_A3 +LQ03X029300 Cellulose synthase-like protein G3 8.639604343 C6_control_B1 +LQ03X029300 Cellulose synthase-like protein G3 7.931417208 C6_control_B2 +LQ03X029300 Cellulose synthase-like protein G3 8.319836316 C6_control_B3 +LQ03X029300 Cellulose synthase-like protein G3 8.714134131 C6_control_C1 +LQ03X029300 Cellulose synthase-like protein G3 8.043984903 C6_control_C2 +LQ03X029300 Cellulose synthase-like protein G3 8.652924443 C6_control_C3 +LQ03X029300 Cellulose synthase-like protein G3 8.873820334 C6_chemical_A1 +LQ03X029300 Cellulose synthase-like protein G3 8.651794607 C6_chemical_A3 +LQ03X029300 Cellulose synthase-like protein G3 8.769142443 C6_chemical_B1 +LQ03X029300 Cellulose synthase-like protein G3 7.669711224 C6_chemical_B2 +LQ03X029300 Cellulose synthase-like protein G3 8.243743919 C6_chemical_B3 +LQ03X029300 Cellulose synthase-like protein G3 8.593589322 C6_chemical_C1 +LQ03X029300 Cellulose synthase-like protein G3 8.148763159 C6_chemical_C2 +LQ03X029300 Cellulose synthase-like protein G3 9.026511631 C6_chemical_C3 +LQ03X029300 Cellulose synthase-like protein G3 8.456027055 L4_control_A1 +LQ03X029300 Cellulose synthase-like protein G3 8.272025451 L4_control_A2 +LQ03X029300 Cellulose synthase-like protein G3 9.329181261 L4_control_A3 +LQ03X029300 Cellulose synthase-like protein G3 8.771393721 L4_control_B1 +LQ03X029300 Cellulose synthase-like protein G3 8.802353259 L4_control_B2 +LQ03X029300 Cellulose synthase-like protein G3 7.754657853 L4_control_B3 +LQ03X029300 Cellulose synthase-like protein G3 10.37624595 L4_control_C2 +LQ03X029300 Cellulose synthase-like protein G3 10.72756563 L4_control_C3 +LQ03X029300 Cellulose synthase-like protein G3 8.860124214 L4_chemical_A1 +LQ03X029300 Cellulose synthase-like protein G3 9.14129263 L4_chemical_A2 +LQ03X029300 Cellulose synthase-like protein G3 9.327368912 L4_chemical_A3 +LQ03X029300 Cellulose synthase-like protein G3 9.159957067 L4_chemical_B1 +LQ03X029300 Cellulose synthase-like protein G3 9.464269697 L4_chemical_B2 +LQ03X029300 Cellulose synthase-like protein G3 7.536891371 L4_chemical_B3 +LQ03X029300 Cellulose synthase-like protein G3 10.7724477 L4_chemical_C2 +LQ03X029300 Cellulose synthase-like protein G3 10.15444695 L4_chemical_C3 +LQ03X029310 Cellulose synthase-like protein G3 5.463161002 C6_control_A1 +LQ03X029310 Cellulose synthase-like protein G3 4.918511132 C6_control_A3 +LQ03X029310 Cellulose synthase-like protein G3 5.883756393 C6_control_B1 +LQ03X029310 Cellulose synthase-like protein G3 6.209573186 C6_control_B2 +LQ03X029310 Cellulose synthase-like protein G3 5.193709874 C6_control_B3 +LQ03X029310 Cellulose synthase-like protein G3 5.498843492 C6_control_C1 +LQ03X029310 Cellulose synthase-like protein G3 5.935990728 C6_control_C2 +LQ03X029310 Cellulose synthase-like protein G3 6.174428544 C6_control_C3 +LQ03X029310 Cellulose synthase-like protein G3 5.373053677 C6_chemical_A1 +LQ03X029310 Cellulose synthase-like protein G3 5.259287657 C6_chemical_A3 +LQ03X029310 Cellulose synthase-like protein G3 5.872434033 C6_chemical_B1 +LQ03X029310 Cellulose synthase-like protein G3 6.453474309 C6_chemical_B2 +LQ03X029310 Cellulose synthase-like protein G3 5.384719745 C6_chemical_B3 +LQ03X029310 Cellulose synthase-like protein G3 5.502718093 C6_chemical_C1 +LQ03X029310 Cellulose synthase-like protein G3 5.918891957 C6_chemical_C2 +LQ03X029310 Cellulose synthase-like protein G3 5.930956576 C6_chemical_C3 +LQ03X029310 Cellulose synthase-like protein G3 5.268149287 L4_control_A1 +LQ03X029310 Cellulose synthase-like protein G3 5.639971167 L4_control_A2 +LQ03X029310 Cellulose synthase-like protein G3 4.808615124 L4_control_A3 +LQ03X029310 Cellulose synthase-like protein G3 4.963608078 L4_control_B1 +LQ03X029310 Cellulose synthase-like protein G3 5.630927695 L4_control_B2 +LQ03X029310 Cellulose synthase-like protein G3 5.389745749 L4_control_B3 +LQ03X029310 Cellulose synthase-like protein G3 5.348913606 L4_control_C2 +LQ03X029310 Cellulose synthase-like protein G3 5.047085364 L4_control_C3 +LQ03X029310 Cellulose synthase-like protein G3 5.061156341 L4_chemical_A1 +LQ03X029310 Cellulose synthase-like protein G3 5.240805686 L4_chemical_A2 +LQ03X029310 Cellulose synthase-like protein G3 4.753359346 L4_chemical_A3 +LQ03X029310 Cellulose synthase-like protein G3 5.107521425 L4_chemical_B1 +LQ03X029310 Cellulose synthase-like protein G3 5.084419106 L4_chemical_B2 +LQ03X029310 Cellulose synthase-like protein G3 5.352969076 L4_chemical_B3 +LQ03X029310 Cellulose synthase-like protein G3 5.12938784 L4_chemical_C2 +LQ03X029310 Cellulose synthase-like protein G3 5.571749751 L4_chemical_C3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 11.90252452 C6_control_A1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.07658402 C6_control_A3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 11.78118611 C6_control_B1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.81757434 C6_control_B2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.02670232 C6_control_B3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.84419711 C6_control_C1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.65595571 C6_control_C2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.7600057 C6_control_C3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.03906294 C6_chemical_A1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.37172164 C6_chemical_A3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.14933244 C6_chemical_B1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.77102519 C6_chemical_B2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 11.84602093 C6_chemical_B3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.75835247 C6_chemical_C1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 13.04060573 C6_chemical_C2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.43591791 C6_chemical_C3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.18709124 L4_control_A1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.25636096 L4_control_A2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.94873291 L4_control_A3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.40063895 L4_control_B1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.42339451 L4_control_B2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.5849878 L4_control_B3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.96014588 L4_control_C2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.27523511 L4_control_C3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 11.48488769 L4_chemical_A1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 11.79955807 L4_chemical_A2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.31418449 L4_chemical_A3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 11.91977451 L4_chemical_B1 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.53354672 L4_chemical_B2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.27917828 L4_chemical_B3 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.99604577 L4_chemical_C2 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.42139569 L4_chemical_C3 +LQ03X029370 Transcription factor, putative 7.726030369 C6_control_A1 +LQ03X029370 Transcription factor, putative 6.732333113 C6_control_A3 +LQ03X029370 Transcription factor, putative 8.323110574 C6_control_B1 +LQ03X029370 Transcription factor, putative 9.44418667 C6_control_B2 +LQ03X029370 Transcription factor, putative 8.40712966 C6_control_B3 +LQ03X029370 Transcription factor, putative 9.786170131 C6_control_C1 +LQ03X029370 Transcription factor, putative 10.42358002 C6_control_C2 +LQ03X029370 Transcription factor, putative 10.2745561 C6_control_C3 +LQ03X029370 Transcription factor, putative 7.982044769 C6_chemical_A1 +LQ03X029370 Transcription factor, putative 8.338737244 C6_chemical_A3 +LQ03X029370 Transcription factor, putative 8.54530186 C6_chemical_B1 +LQ03X029370 Transcription factor, putative 9.525135294 C6_chemical_B2 +LQ03X029370 Transcription factor, putative 9.227519791 C6_chemical_B3 +LQ03X029370 Transcription factor, putative 10.47968817 C6_chemical_C1 +LQ03X029370 Transcription factor, putative 11.10025013 C6_chemical_C2 +LQ03X029370 Transcription factor, putative 11.02059979 C6_chemical_C3 +LQ03X029370 Transcription factor, putative 7.450912443 L4_control_A1 +LQ03X029370 Transcription factor, putative 6.389042425 L4_control_A2 +LQ03X029370 Transcription factor, putative 6.795694935 L4_control_A3 +LQ03X029370 Transcription factor, putative 7.82569281 L4_control_B1 +LQ03X029370 Transcription factor, putative 7.77515603 L4_control_B2 +LQ03X029370 Transcription factor, putative 9.122132869 L4_control_B3 +LQ03X029370 Transcription factor, putative 8.326691266 L4_control_C2 +LQ03X029370 Transcription factor, putative 9.819394658 L4_control_C3 +LQ03X029370 Transcription factor, putative 8.311857489 L4_chemical_A1 +LQ03X029370 Transcription factor, putative 7.669749437 L4_chemical_A2 +LQ03X029370 Transcription factor, putative 6.76469936 L4_chemical_A3 +LQ03X029370 Transcription factor, putative 6.880304429 L4_chemical_B1 +LQ03X029370 Transcription factor, putative 6.167283856 L4_chemical_B2 +LQ03X029370 Transcription factor, putative 8.0751656 L4_chemical_B3 +LQ03X029370 Transcription factor, putative 7.908167901 L4_chemical_C2 +LQ03X029370 Transcription factor, putative 9.703519384 L4_chemical_C3 +LQ03X029380 Cyclin-dependent kinase E-1 10.50754393 C6_control_A1 +LQ03X029380 Cyclin-dependent kinase E-1 10.3564577 C6_control_A3 +LQ03X029380 Cyclin-dependent kinase E-1 10.81029091 C6_control_B1 +LQ03X029380 Cyclin-dependent kinase E-1 10.31505201 C6_control_B2 +LQ03X029380 Cyclin-dependent kinase E-1 10.6664942 C6_control_B3 +LQ03X029380 Cyclin-dependent kinase E-1 10.80982262 C6_control_C1 +LQ03X029380 Cyclin-dependent kinase E-1 10.68528913 C6_control_C2 +LQ03X029380 Cyclin-dependent kinase E-1 10.38908679 C6_control_C3 +LQ03X029380 Cyclin-dependent kinase E-1 10.57814485 C6_chemical_A1 +LQ03X029380 Cyclin-dependent kinase E-1 10.43732129 C6_chemical_A3 +LQ03X029380 Cyclin-dependent kinase E-1 10.74117155 C6_chemical_B1 +LQ03X029380 Cyclin-dependent kinase E-1 10.10087119 C6_chemical_B2 +LQ03X029380 Cyclin-dependent kinase E-1 10.6855038 C6_chemical_B3 +LQ03X029380 Cyclin-dependent kinase E-1 10.95192312 C6_chemical_C1 +LQ03X029380 Cyclin-dependent kinase E-1 10.67526833 C6_chemical_C2 +LQ03X029380 Cyclin-dependent kinase E-1 10.69454423 C6_chemical_C3 +LQ03X029380 Cyclin-dependent kinase E-1 10.41262915 L4_control_A1 +LQ03X029380 Cyclin-dependent kinase E-1 10.0897099 L4_control_A2 +LQ03X029380 Cyclin-dependent kinase E-1 10.96051826 L4_control_A3 +LQ03X029380 Cyclin-dependent kinase E-1 10.87580658 L4_control_B1 +LQ03X029380 Cyclin-dependent kinase E-1 11.40526466 L4_control_B2 +LQ03X029380 Cyclin-dependent kinase E-1 10.74500093 L4_control_B3 +LQ03X029380 Cyclin-dependent kinase E-1 11.58467936 L4_control_C2 +LQ03X029380 Cyclin-dependent kinase E-1 11.47765532 L4_control_C3 +LQ03X029380 Cyclin-dependent kinase E-1 10.27042072 L4_chemical_A1 +LQ03X029380 Cyclin-dependent kinase E-1 9.957878045 L4_chemical_A2 +LQ03X029380 Cyclin-dependent kinase E-1 10.81845136 L4_chemical_A3 +LQ03X029380 Cyclin-dependent kinase E-1 10.77964049 L4_chemical_B1 +LQ03X029380 Cyclin-dependent kinase E-1 11.06649774 L4_chemical_B2 +LQ03X029380 Cyclin-dependent kinase E-1 10.5137932 L4_chemical_B3 +LQ03X029380 Cyclin-dependent kinase E-1 11.35161642 L4_chemical_C2 +LQ03X029380 Cyclin-dependent kinase E-1 11.59131492 L4_chemical_C3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.493312376 C6_control_A1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.644460252 C6_control_A3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.481055983 C6_control_B1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 6.311206584 C6_control_B2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.579464554 C6_control_B3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.22405692 C6_control_C1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 6.374611911 C6_control_C2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.421436006 C6_control_C3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.659646265 C6_chemical_A1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.070367783 C6_chemical_A3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.652649732 C6_chemical_B1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 6.489635736 C6_chemical_B2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.128499053 C6_chemical_B3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.331672596 C6_chemical_C1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 6.264244189 C6_chemical_C2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.703766185 C6_chemical_C3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.206409479 L4_control_A1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.435702426 L4_control_A2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.526885593 L4_control_A3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 9.72512628 L4_control_B1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.132856996 L4_control_B2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 6.898091369 L4_control_B3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.387335373 L4_control_C2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.13650576 L4_control_C3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.404381 L4_chemical_A1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.440630338 L4_chemical_A2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 9.479886063 L4_chemical_A3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.173676939 L4_chemical_B1 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.496791003 L4_chemical_B2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.024482799 L4_chemical_B3 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 9.705672524 L4_chemical_C2 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 8.169607239 L4_chemical_C3 +LQ03X029400 Putative Nephrocystin-3 10.88488768 C6_control_A1 +LQ03X029400 Putative Nephrocystin-3 10.74550586 C6_control_A3 +LQ03X029400 Putative Nephrocystin-3 11.13139059 C6_control_B1 +LQ03X029400 Putative Nephrocystin-3 11.68701095 C6_control_B2 +LQ03X029400 Putative Nephrocystin-3 11.73135836 C6_control_B3 +LQ03X029400 Putative Nephrocystin-3 10.1843202 C6_control_C1 +LQ03X029400 Putative Nephrocystin-3 10.66362505 C6_control_C2 +LQ03X029400 Putative Nephrocystin-3 10.32655254 C6_control_C3 +LQ03X029400 Putative Nephrocystin-3 11.00130671 C6_chemical_A1 +LQ03X029400 Putative Nephrocystin-3 10.76596826 C6_chemical_A3 +LQ03X029400 Putative Nephrocystin-3 11.26855665 C6_chemical_B1 +LQ03X029400 Putative Nephrocystin-3 11.65254135 C6_chemical_B2 +LQ03X029400 Putative Nephrocystin-3 11.73307689 C6_chemical_B3 +LQ03X029400 Putative Nephrocystin-3 9.919966091 C6_chemical_C1 +LQ03X029400 Putative Nephrocystin-3 10.29688562 C6_chemical_C2 +LQ03X029400 Putative Nephrocystin-3 10.66402174 C6_chemical_C3 +LQ03X029400 Putative Nephrocystin-3 11.19293945 L4_control_A1 +LQ03X029400 Putative Nephrocystin-3 11.24221687 L4_control_A2 +LQ03X029400 Putative Nephrocystin-3 11.84179439 L4_control_A3 +LQ03X029400 Putative Nephrocystin-3 11.78044677 L4_control_B1 +LQ03X029400 Putative Nephrocystin-3 12.04517993 L4_control_B2 +LQ03X029400 Putative Nephrocystin-3 12.36624253 L4_control_B3 +LQ03X029400 Putative Nephrocystin-3 10.14073081 L4_control_C2 +LQ03X029400 Putative Nephrocystin-3 11.29437042 L4_control_C3 +LQ03X029400 Putative Nephrocystin-3 10.38514039 L4_chemical_A1 +LQ03X029400 Putative Nephrocystin-3 10.86540202 L4_chemical_A2 +LQ03X029400 Putative Nephrocystin-3 11.49375621 L4_chemical_A3 +LQ03X029400 Putative Nephrocystin-3 11.58449154 L4_chemical_B1 +LQ03X029400 Putative Nephrocystin-3 11.59691689 L4_chemical_B2 +LQ03X029400 Putative Nephrocystin-3 12.04392559 L4_chemical_B3 +LQ03X029400 Putative Nephrocystin-3 10.38197212 L4_chemical_C2 +LQ03X029400 Putative Nephrocystin-3 11.01785682 L4_chemical_C3 +LQ03X029410 Hypothetical protein 13.26473249 C6_control_A1 +LQ03X029410 Hypothetical protein 13.25632472 C6_control_A3 +LQ03X029410 Hypothetical protein 13.26703715 C6_control_B1 +LQ03X029410 Hypothetical protein 13.18624735 C6_control_B2 +LQ03X029410 Hypothetical protein 13.41786839 C6_control_B3 +LQ03X029410 Hypothetical protein 12.03923243 C6_control_C1 +LQ03X029410 Hypothetical protein 11.67934399 C6_control_C2 +LQ03X029410 Hypothetical protein 13.20310913 C6_control_C3 +LQ03X029410 Hypothetical protein 13.69023816 C6_chemical_A1 +LQ03X029410 Hypothetical protein 12.80857813 C6_chemical_A3 +LQ03X029410 Hypothetical protein 12.97335467 C6_chemical_B1 +LQ03X029410 Hypothetical protein 13.23124822 C6_chemical_B2 +LQ03X029410 Hypothetical protein 13.52416699 C6_chemical_B3 +LQ03X029410 Hypothetical protein 11.87779755 C6_chemical_C1 +LQ03X029410 Hypothetical protein 11.91217618 C6_chemical_C2 +LQ03X029410 Hypothetical protein 12.47932544 C6_chemical_C3 +LQ03X029410 Hypothetical protein 13.57708128 L4_control_A1 +LQ03X029410 Hypothetical protein 13.35668812 L4_control_A2 +LQ03X029410 Hypothetical protein 13.43087563 L4_control_A3 +LQ03X029410 Hypothetical protein 12.90174858 L4_control_B1 +LQ03X029410 Hypothetical protein 12.96155259 L4_control_B2 +LQ03X029410 Hypothetical protein 11.63923146 L4_control_B3 +LQ03X029410 Hypothetical protein 11.33770347 L4_control_C2 +LQ03X029410 Hypothetical protein 12.20842594 L4_control_C3 +LQ03X029410 Hypothetical protein 12.64364204 L4_chemical_A1 +LQ03X029410 Hypothetical protein 13.10140971 L4_chemical_A2 +LQ03X029410 Hypothetical protein 12.85216375 L4_chemical_A3 +LQ03X029410 Hypothetical protein 12.94524275 L4_chemical_B1 +LQ03X029410 Hypothetical protein 13.58525102 L4_chemical_B2 +LQ03X029410 Hypothetical protein 13.54455213 L4_chemical_B3 +LQ03X029410 Hypothetical protein 12.15457099 L4_chemical_C2 +LQ03X029410 Hypothetical protein 13.18569135 L4_chemical_C3 +LQ03X029430 Luminal-binding protein 5 6.279868941 C6_control_A1 +LQ03X029430 Luminal-binding protein 5 6.402730759 C6_control_A3 +LQ03X029430 Luminal-binding protein 5 5.699140781 C6_control_B1 +LQ03X029430 Luminal-binding protein 5 6.297344507 C6_control_B2 +LQ03X029430 Luminal-binding protein 5 6.363529423 C6_control_B3 +LQ03X029430 Luminal-binding protein 5 5.440325133 C6_control_C1 +LQ03X029430 Luminal-binding protein 5 5.95552527 C6_control_C2 +LQ03X029430 Luminal-binding protein 5 5.736946219 C6_control_C3 +LQ03X029430 Luminal-binding protein 5 6.575750242 C6_chemical_A1 +LQ03X029430 Luminal-binding protein 5 6.029356491 C6_chemical_A3 +LQ03X029430 Luminal-binding protein 5 5.789967348 C6_chemical_B1 +LQ03X029430 Luminal-binding protein 5 6.376905219 C6_chemical_B2 +LQ03X029430 Luminal-binding protein 5 5.656878183 C6_chemical_B3 +LQ03X029430 Luminal-binding protein 5 6.032235172 C6_chemical_C1 +LQ03X029430 Luminal-binding protein 5 6.104136342 C6_chemical_C2 +LQ03X029430 Luminal-binding protein 5 5.574247036 C6_chemical_C3 +LQ03X029430 Luminal-binding protein 5 6.209595157 L4_control_A1 +LQ03X029430 Luminal-binding protein 5 6.273590127 L4_control_A2 +LQ03X029430 Luminal-binding protein 5 6.454972491 L4_control_A3 +LQ03X029430 Luminal-binding protein 5 5.940757869 L4_control_B1 +LQ03X029430 Luminal-binding protein 5 6.39082518 L4_control_B2 +LQ03X029430 Luminal-binding protein 5 6.069748902 L4_control_B3 +LQ03X029430 Luminal-binding protein 5 5.20984616 L4_control_C2 +LQ03X029430 Luminal-binding protein 5 5.344871621 L4_control_C3 +LQ03X029430 Luminal-binding protein 5 6.157365965 L4_chemical_A1 +LQ03X029430 Luminal-binding protein 5 6.720772015 L4_chemical_A2 +LQ03X029430 Luminal-binding protein 5 6.463554914 L4_chemical_A3 +LQ03X029430 Luminal-binding protein 5 6.337327033 L4_chemical_B1 +LQ03X029430 Luminal-binding protein 5 5.813277382 L4_chemical_B2 +LQ03X029430 Luminal-binding protein 5 6.364815843 L4_chemical_B3 +LQ03X029430 Luminal-binding protein 5 5.464055929 L4_chemical_C2 +LQ03X029430 Luminal-binding protein 5 5.51973089 L4_chemical_C3 +LQ03X029450 ABC transporter F family member 3 11.89585766 C6_control_A1 +LQ03X029450 ABC transporter F family member 3 12.045752 C6_control_A3 +LQ03X029450 ABC transporter F family member 3 11.87121478 C6_control_B1 +LQ03X029450 ABC transporter F family member 3 11.94000356 C6_control_B2 +LQ03X029450 ABC transporter F family member 3 12.187296 C6_control_B3 +LQ03X029450 ABC transporter F family member 3 12.57495707 C6_control_C1 +LQ03X029450 ABC transporter F family member 3 12.02177219 C6_control_C2 +LQ03X029450 ABC transporter F family member 3 12.36975965 C6_control_C3 +LQ03X029450 ABC transporter F family member 3 11.63950443 C6_chemical_A1 +LQ03X029450 ABC transporter F family member 3 12.01128285 C6_chemical_A3 +LQ03X029450 ABC transporter F family member 3 11.58114864 C6_chemical_B1 +LQ03X029450 ABC transporter F family member 3 11.66931661 C6_chemical_B2 +LQ03X029450 ABC transporter F family member 3 11.99154652 C6_chemical_B3 +LQ03X029450 ABC transporter F family member 3 12.37683276 C6_chemical_C1 +LQ03X029450 ABC transporter F family member 3 12.0357778 C6_chemical_C2 +LQ03X029450 ABC transporter F family member 3 12.35021685 C6_chemical_C3 +LQ03X029450 ABC transporter F family member 3 11.9276325 L4_control_A1 +LQ03X029450 ABC transporter F family member 3 11.21994412 L4_control_A2 +LQ03X029450 ABC transporter F family member 3 11.46225128 L4_control_A3 +LQ03X029450 ABC transporter F family member 3 11.72240488 L4_control_B1 +LQ03X029450 ABC transporter F family member 3 11.61801705 L4_control_B2 +LQ03X029450 ABC transporter F family member 3 12.14389969 L4_control_B3 +LQ03X029450 ABC transporter F family member 3 12.32474383 L4_control_C2 +LQ03X029450 ABC transporter F family member 3 11.985812 L4_control_C3 +LQ03X029450 ABC transporter F family member 3 12.05530903 L4_chemical_A1 +LQ03X029450 ABC transporter F family member 3 11.12351179 L4_chemical_A2 +LQ03X029450 ABC transporter F family member 3 11.23304351 L4_chemical_A3 +LQ03X029450 ABC transporter F family member 3 11.53489112 L4_chemical_B1 +LQ03X029450 ABC transporter F family member 3 11.31344748 L4_chemical_B2 +LQ03X029450 ABC transporter F family member 3 11.71929997 L4_chemical_B3 +LQ03X029450 ABC transporter F family member 3 12.23448235 L4_chemical_C2 +LQ03X029450 ABC transporter F family member 3 11.90030419 L4_chemical_C3 +LQ03X029460 Putative Fb17 (Fragment) 5.770036181 C6_control_A1 +LQ03X029460 Putative Fb17 (Fragment) 5.629496755 C6_control_A3 +LQ03X029460 Putative Fb17 (Fragment) 5.403838156 C6_control_B1 +LQ03X029460 Putative Fb17 (Fragment) 5.348027085 C6_control_B2 +LQ03X029460 Putative Fb17 (Fragment) 5.526132015 C6_control_B3 +LQ03X029460 Putative Fb17 (Fragment) 5.153916184 C6_control_C1 +LQ03X029460 Putative Fb17 (Fragment) 5.267623349 C6_control_C2 +LQ03X029460 Putative Fb17 (Fragment) 5.453801682 C6_control_C3 +LQ03X029460 Putative Fb17 (Fragment) 6.175492959 C6_chemical_A1 +LQ03X029460 Putative Fb17 (Fragment) 5.598329606 C6_chemical_A3 +LQ03X029460 Putative Fb17 (Fragment) 5.806193208 C6_chemical_B1 +LQ03X029460 Putative Fb17 (Fragment) 5.464574138 C6_chemical_B2 +LQ03X029460 Putative Fb17 (Fragment) 5.71925733 C6_chemical_B3 +LQ03X029460 Putative Fb17 (Fragment) 5.099157059 C6_chemical_C1 +LQ03X029460 Putative Fb17 (Fragment) 5.514037063 C6_chemical_C2 +LQ03X029460 Putative Fb17 (Fragment) 5.214807707 C6_chemical_C3 +LQ03X029460 Putative Fb17 (Fragment) 5.673804881 L4_control_A1 +LQ03X029460 Putative Fb17 (Fragment) 5.761644814 L4_control_A2 +LQ03X029460 Putative Fb17 (Fragment) 5.890186322 L4_control_A3 +LQ03X029460 Putative Fb17 (Fragment) 5.75625076 L4_control_B1 +LQ03X029460 Putative Fb17 (Fragment) 5.832424821 L4_control_B2 +LQ03X029460 Putative Fb17 (Fragment) 5.566294968 L4_control_B3 +LQ03X029460 Putative Fb17 (Fragment) 6.280791694 L4_control_C2 +LQ03X029460 Putative Fb17 (Fragment) 5.864453649 L4_control_C3 +LQ03X029460 Putative Fb17 (Fragment) 6.195415398 L4_chemical_A1 +LQ03X029460 Putative Fb17 (Fragment) 6.03776543 L4_chemical_A2 +LQ03X029460 Putative Fb17 (Fragment) 5.482351475 L4_chemical_A3 +LQ03X029460 Putative Fb17 (Fragment) 6.02010245 L4_chemical_B1 +LQ03X029460 Putative Fb17 (Fragment) 5.561322594 L4_chemical_B2 +LQ03X029460 Putative Fb17 (Fragment) 5.539166751 L4_chemical_B3 +LQ03X029460 Putative Fb17 (Fragment) 5.545686763 L4_chemical_C2 +LQ03X029460 Putative Fb17 (Fragment) 5.630095792 L4_chemical_C3 +LQ03X029520 Putative Fb17 (Fragment) 8.323642822 C6_control_A1 +LQ03X029520 Putative Fb17 (Fragment) 8.19917742 C6_control_A3 +LQ03X029520 Putative Fb17 (Fragment) 7.753677688 C6_control_B1 +LQ03X029520 Putative Fb17 (Fragment) 7.997450824 C6_control_B2 +LQ03X029520 Putative Fb17 (Fragment) 8.016708448 C6_control_B3 +LQ03X029520 Putative Fb17 (Fragment) 7.522572157 C6_control_C1 +LQ03X029520 Putative Fb17 (Fragment) 7.163967663 C6_control_C2 +LQ03X029520 Putative Fb17 (Fragment) 7.068618883 C6_control_C3 +LQ03X029520 Putative Fb17 (Fragment) 7.897942261 C6_chemical_A1 +LQ03X029520 Putative Fb17 (Fragment) 7.830108 C6_chemical_A3 +LQ03X029520 Putative Fb17 (Fragment) 7.547079284 C6_chemical_B1 +LQ03X029520 Putative Fb17 (Fragment) 8.150462002 C6_chemical_B2 +LQ03X029520 Putative Fb17 (Fragment) 8.020796955 C6_chemical_B3 +LQ03X029520 Putative Fb17 (Fragment) 7.365386093 C6_chemical_C1 +LQ03X029520 Putative Fb17 (Fragment) 6.847083747 C6_chemical_C2 +LQ03X029520 Putative Fb17 (Fragment) 7.361540738 C6_chemical_C3 +LQ03X029520 Putative Fb17 (Fragment) 7.343758288 L4_control_A1 +LQ03X029520 Putative Fb17 (Fragment) 5.855262933 L4_control_A2 +LQ03X029520 Putative Fb17 (Fragment) 6.964122363 L4_control_A3 +LQ03X029520 Putative Fb17 (Fragment) 5.952877819 L4_control_B1 +LQ03X029520 Putative Fb17 (Fragment) 6.907783802 L4_control_B2 +LQ03X029520 Putative Fb17 (Fragment) 6.282614128 L4_control_B3 +LQ03X029520 Putative Fb17 (Fragment) 5.023334268 L4_control_C2 +LQ03X029520 Putative Fb17 (Fragment) 4.954231786 L4_control_C3 +LQ03X029520 Putative Fb17 (Fragment) 7.19069726 L4_chemical_A1 +LQ03X029520 Putative Fb17 (Fragment) 6.061350514 L4_chemical_A2 +LQ03X029520 Putative Fb17 (Fragment) 6.501052467 L4_chemical_A3 +LQ03X029520 Putative Fb17 (Fragment) 7.322262471 L4_chemical_B1 +LQ03X029520 Putative Fb17 (Fragment) 6.686194375 L4_chemical_B2 +LQ03X029520 Putative Fb17 (Fragment) 6.992363424 L4_chemical_B3 +LQ03X029520 Putative Fb17 (Fragment) 5.191401333 L4_chemical_C2 +LQ03X029520 Putative Fb17 (Fragment) 5.276123396 L4_chemical_C3 +LQ03X029530 Putative uncharacterized protein 12.53922293 C6_control_A1 +LQ03X029530 Putative uncharacterized protein 12.98111152 C6_control_A3 +LQ03X029530 Putative uncharacterized protein 13.10469307 C6_control_B1 +LQ03X029530 Putative uncharacterized protein 12.86777421 C6_control_B2 +LQ03X029530 Putative uncharacterized protein 13.04165613 C6_control_B3 +LQ03X029530 Putative uncharacterized protein 12.51717962 C6_control_C1 +LQ03X029530 Putative uncharacterized protein 12.52797206 C6_control_C2 +LQ03X029530 Putative uncharacterized protein 12.38905284 C6_control_C3 +LQ03X029530 Putative uncharacterized protein 12.45018311 C6_chemical_A1 +LQ03X029530 Putative uncharacterized protein 11.97670664 C6_chemical_A3 +LQ03X029530 Putative uncharacterized protein 13.05082664 C6_chemical_B1 +LQ03X029530 Putative uncharacterized protein 13.01618561 C6_chemical_B2 +LQ03X029530 Putative uncharacterized protein 12.77662413 C6_chemical_B3 +LQ03X029530 Putative uncharacterized protein 12.48399309 C6_chemical_C1 +LQ03X029530 Putative uncharacterized protein 12.50925007 C6_chemical_C2 +LQ03X029530 Putative uncharacterized protein 12.46098105 C6_chemical_C3 +LQ03X029530 Putative uncharacterized protein 12.62007564 L4_control_A1 +LQ03X029530 Putative uncharacterized protein 12.28103836 L4_control_A2 +LQ03X029530 Putative uncharacterized protein 12.881993 L4_control_A3 +LQ03X029530 Putative uncharacterized protein 13.23257723 L4_control_B1 +LQ03X029530 Putative uncharacterized protein 12.65896164 L4_control_B2 +LQ03X029530 Putative uncharacterized protein 12.95785643 L4_control_B3 +LQ03X029530 Putative uncharacterized protein 13.17798483 L4_control_C2 +LQ03X029530 Putative uncharacterized protein 12.8472153 L4_control_C3 +LQ03X029530 Putative uncharacterized protein 12.70934443 L4_chemical_A1 +LQ03X029530 Putative uncharacterized protein 12.51341291 L4_chemical_A2 +LQ03X029530 Putative uncharacterized protein 12.76321748 L4_chemical_A3 +LQ03X029530 Putative uncharacterized protein 13.36893145 L4_chemical_B1 +LQ03X029530 Putative uncharacterized protein 13.50091432 L4_chemical_B2 +LQ03X029530 Putative uncharacterized protein 12.69671791 L4_chemical_B3 +LQ03X029530 Putative uncharacterized protein 13.43492962 L4_chemical_C2 +LQ03X029530 Putative uncharacterized protein 12.9755257 L4_chemical_C3 +LQ03X029560 Hypothetical protein 11.56129142 C6_control_A1 +LQ03X029560 Hypothetical protein 11.03520624 C6_control_A3 +LQ03X029560 Hypothetical protein 12.04159315 C6_control_B1 +LQ03X029560 Hypothetical protein 12.08060349 C6_control_B2 +LQ03X029560 Hypothetical protein 12.22873814 C6_control_B3 +LQ03X029560 Hypothetical protein 12.07309879 C6_control_C1 +LQ03X029560 Hypothetical protein 11.99230288 C6_control_C2 +LQ03X029560 Hypothetical protein 12.17876825 C6_control_C3 +LQ03X029560 Hypothetical protein 11.45485899 C6_chemical_A1 +LQ03X029560 Hypothetical protein 11.28119563 C6_chemical_A3 +LQ03X029560 Hypothetical protein 12.359687 C6_chemical_B1 +LQ03X029560 Hypothetical protein 11.99280733 C6_chemical_B2 +LQ03X029560 Hypothetical protein 11.96177312 C6_chemical_B3 +LQ03X029560 Hypothetical protein 11.66244846 C6_chemical_C1 +LQ03X029560 Hypothetical protein 11.91362392 C6_chemical_C2 +LQ03X029560 Hypothetical protein 12.06914126 C6_chemical_C3 +LQ03X029560 Hypothetical protein 12.05896097 L4_control_A1 +LQ03X029560 Hypothetical protein 12.30881531 L4_control_A2 +LQ03X029560 Hypothetical protein 12.00901945 L4_control_A3 +LQ03X029560 Hypothetical protein 12.42694025 L4_control_B1 +LQ03X029560 Hypothetical protein 12.98811015 L4_control_B2 +LQ03X029560 Hypothetical protein 11.92288785 L4_control_B3 +LQ03X029560 Hypothetical protein 12.90684817 L4_control_C2 +LQ03X029560 Hypothetical protein 12.44757674 L4_control_C3 +LQ03X029560 Hypothetical protein 12.70717252 L4_chemical_A1 +LQ03X029560 Hypothetical protein 12.6904586 L4_chemical_A2 +LQ03X029560 Hypothetical protein 12.25787589 L4_chemical_A3 +LQ03X029560 Hypothetical protein 12.75634695 L4_chemical_B1 +LQ03X029560 Hypothetical protein 12.4681427 L4_chemical_B2 +LQ03X029560 Hypothetical protein 12.04484208 L4_chemical_B3 +LQ03X029560 Hypothetical protein 12.71471273 L4_chemical_C2 +LQ03X029560 Hypothetical protein 12.56651432 L4_chemical_C3 +LQ03X029590 Putative Trehalase 9.836974039 C6_control_A1 +LQ03X029590 Putative Trehalase 9.940006139 C6_control_A3 +LQ03X029590 Putative Trehalase 10.01375664 C6_control_B1 +LQ03X029590 Putative Trehalase 9.442605377 C6_control_B2 +LQ03X029590 Putative Trehalase 9.669844817 C6_control_B3 +LQ03X029590 Putative Trehalase 9.71017281 C6_control_C1 +LQ03X029590 Putative Trehalase 9.510099599 C6_control_C2 +LQ03X029590 Putative Trehalase 9.375275206 C6_control_C3 +LQ03X029590 Putative Trehalase 10.22762576 C6_chemical_A1 +LQ03X029590 Putative Trehalase 9.973351531 C6_chemical_A3 +LQ03X029590 Putative Trehalase 10.14378986 C6_chemical_B1 +LQ03X029590 Putative Trehalase 9.594473785 C6_chemical_B2 +LQ03X029590 Putative Trehalase 9.233208685 C6_chemical_B3 +LQ03X029590 Putative Trehalase 9.698466525 C6_chemical_C1 +LQ03X029590 Putative Trehalase 9.425046302 C6_chemical_C2 +LQ03X029590 Putative Trehalase 9.458084298 C6_chemical_C3 +LQ03X029590 Putative Trehalase 10.45139465 L4_control_A1 +LQ03X029590 Putative Trehalase 10.59849711 L4_control_A2 +LQ03X029590 Putative Trehalase 11.00951002 L4_control_A3 +LQ03X029590 Putative Trehalase 10.54482164 L4_control_B1 +LQ03X029590 Putative Trehalase 10.13723962 L4_control_B2 +LQ03X029590 Putative Trehalase 9.978730193 L4_control_B3 +LQ03X029590 Putative Trehalase 9.561626519 L4_control_C2 +LQ03X029590 Putative Trehalase 10.04924917 L4_control_C3 +LQ03X029590 Putative Trehalase 10.41025042 L4_chemical_A1 +LQ03X029590 Putative Trehalase 10.6315509 L4_chemical_A2 +LQ03X029590 Putative Trehalase 10.91979213 L4_chemical_A3 +LQ03X029590 Putative Trehalase 10.40791853 L4_chemical_B1 +LQ03X029590 Putative Trehalase 9.94222481 L4_chemical_B2 +LQ03X029590 Putative Trehalase 10.22823523 L4_chemical_B3 +LQ03X029590 Putative Trehalase 10.44162619 L4_chemical_C2 +LQ03X029590 Putative Trehalase 10.17533154 L4_chemical_C3 +LQ03X029640 Predicted protein 7.283708507 C6_control_A1 +LQ03X029640 Predicted protein 6.528180583 C6_control_A3 +LQ03X029640 Predicted protein 6.770738054 C6_control_B1 +LQ03X029640 Predicted protein 6.35390223 C6_control_B2 +LQ03X029640 Predicted protein 6.666036432 C6_control_B3 +LQ03X029640 Predicted protein 5.477648972 C6_control_C1 +LQ03X029640 Predicted protein 5.998947383 C6_control_C2 +LQ03X029640 Predicted protein 6.250357932 C6_control_C3 +LQ03X029640 Predicted protein 6.774227125 C6_chemical_A1 +LQ03X029640 Predicted protein 6.6377448 C6_chemical_A3 +LQ03X029640 Predicted protein 6.455091857 C6_chemical_B1 +LQ03X029640 Predicted protein 6.35094774 C6_chemical_B2 +LQ03X029640 Predicted protein 6.808762376 C6_chemical_B3 +LQ03X029640 Predicted protein 5.696729788 C6_chemical_C1 +LQ03X029640 Predicted protein 6.253141574 C6_chemical_C2 +LQ03X029640 Predicted protein 6.048028723 C6_chemical_C3 +LQ03X029640 Predicted protein 6.474796937 L4_control_A1 +LQ03X029640 Predicted protein 7.312213308 L4_control_A2 +LQ03X029640 Predicted protein 6.85852215 L4_control_A3 +LQ03X029640 Predicted protein 6.671976918 L4_control_B1 +LQ03X029640 Predicted protein 6.118716753 L4_control_B2 +LQ03X029640 Predicted protein 6.581305884 L4_control_B3 +LQ03X029640 Predicted protein 6.560692435 L4_control_C2 +LQ03X029640 Predicted protein 7.172855983 L4_control_C3 +LQ03X029640 Predicted protein 6.269576413 L4_chemical_A1 +LQ03X029640 Predicted protein 7.17385228 L4_chemical_A2 +LQ03X029640 Predicted protein 6.839155664 L4_chemical_A3 +LQ03X029640 Predicted protein 6.765266745 L4_chemical_B1 +LQ03X029640 Predicted protein 6.274882433 L4_chemical_B2 +LQ03X029640 Predicted protein 6.740849019 L4_chemical_B3 +LQ03X029640 Predicted protein 6.208825739 L4_chemical_C2 +LQ03X029640 Predicted protein 6.485900957 L4_chemical_C3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.276153596 C6_control_A1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.796447395 C6_control_A3 +LQ03X029650 Uncharacterized membrane protein At4g09580 6.182440952 C6_control_B1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.440973694 C6_control_B2 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.374554579 C6_control_B3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.354574289 C6_control_C1 +LQ03X029650 Uncharacterized membrane protein At4g09580 6.400696814 C6_control_C2 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.510595028 C6_control_C3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.268762776 C6_chemical_A1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.700690809 C6_chemical_A3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.675503294 C6_chemical_B1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.814228969 C6_chemical_B2 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.589831967 C6_chemical_B3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.398204406 C6_chemical_C1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.312520477 C6_chemical_C2 +LQ03X029650 Uncharacterized membrane protein At4g09580 4.91668181 C6_chemical_C3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.424268321 L4_control_A1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.233263004 L4_control_A2 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.378577284 L4_control_A3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.53266441 L4_control_B1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.65634634 L4_control_B2 +LQ03X029650 Uncharacterized membrane protein At4g09580 4.994371165 L4_control_B3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.57817933 L4_control_C2 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.38485692 L4_control_C3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.622131153 L4_chemical_A1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.482411442 L4_chemical_A2 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.287101003 L4_chemical_A3 +LQ03X029650 Uncharacterized membrane protein At4g09580 6.609723533 L4_chemical_B1 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.906202588 L4_chemical_B2 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.67760729 L4_chemical_B3 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.683878839 L4_chemical_C2 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.663148357 L4_chemical_C3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.35681123 C6_control_A1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.32900204 C6_control_A3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.08401577 C6_control_B1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.3050335 C6_control_B2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.06225923 C6_control_B3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.76522972 C6_control_C1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.39789407 C6_control_C2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.62408303 C6_control_C3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.67701188 C6_chemical_A1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.34357572 C6_chemical_A3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.24914335 C6_chemical_B1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.3616688 C6_chemical_B2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.21812918 C6_chemical_B3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 13.32093309 C6_chemical_C1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.91796298 C6_chemical_C2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 11.98348202 C6_chemical_C3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.58673017 L4_control_A1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 13.24564056 L4_control_A2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.17148161 L4_control_A3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.57031776 L4_control_B1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.73151704 L4_control_B2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.27587779 L4_control_B3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.77266198 L4_control_C2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.56098316 L4_control_C3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.84456876 L4_chemical_A1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 13.41845644 L4_chemical_A2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.22915413 L4_chemical_A3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.74419858 L4_chemical_B1 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 13.14894605 L4_chemical_B2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.41968021 L4_chemical_B3 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 13.24185117 L4_chemical_C2 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 13.02260182 L4_chemical_C3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.721813773 C6_control_A1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.914775413 C6_control_A3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.574399415 C6_control_B1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.45782644 C6_control_B2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.759063881 C6_control_B3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.09884586 C6_control_C1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.06547426 C6_control_C2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.0657512 C6_control_C3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.735462683 C6_chemical_A1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.03066274 C6_chemical_A3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.485873398 C6_chemical_B1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.555991892 C6_chemical_B2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.597189245 C6_chemical_B3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.16964051 C6_chemical_C1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.997824933 C6_chemical_C2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.09045117 C6_chemical_C3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.964420668 L4_control_A1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.083826878 L4_control_A2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.61840442 L4_control_A3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.968814711 L4_control_B1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.617196576 L4_control_B2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.670492266 L4_control_B3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.60104847 L4_control_C2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.38814239 L4_control_C3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.03199066 L4_chemical_A1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 8.968018903 L4_chemical_A2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.35015986 L4_chemical_A3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.619503703 L4_chemical_B1 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.693021957 L4_chemical_B2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.526870505 L4_chemical_B3 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.43012354 L4_chemical_C2 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 10.44560542 L4_chemical_C3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.872781339 C6_control_A1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.56954494 C6_control_A3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.520899526 C6_control_B1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 6.223546582 C6_control_B2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.933630824 C6_control_B3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 6.261489313 C6_control_C1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 6.046516027 C6_control_C2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 6.041126407 C6_control_C3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.758405029 C6_chemical_A1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 6.019663004 C6_chemical_A3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.708877468 C6_chemical_B1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.89918449 C6_chemical_B2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.673146484 C6_chemical_B3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 6.214094978 C6_chemical_C1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.884503647 C6_chemical_C2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 6.076834844 C6_chemical_C3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.760930849 L4_control_A1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.867656394 L4_control_A2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.999838586 L4_control_A3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.717215442 L4_control_B1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.910944818 L4_control_B2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.766674371 L4_control_B3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.856931348 L4_control_C2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.767740554 L4_control_C3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 6.11202297 L4_chemical_A1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.803044906 L4_chemical_A2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.804717918 L4_chemical_A3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.801611262 L4_chemical_B1 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.819911138 L4_chemical_B2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.54879627 L4_chemical_B3 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.159367244 L4_chemical_C2 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.954869975 L4_chemical_C3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.529096841 C6_control_A1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.741758389 C6_control_A3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 4.888621567 C6_control_B1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.485291415 C6_control_B2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.280524826 C6_control_B3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.211103893 C6_control_C1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.605858118 C6_control_C2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 6.192161635 C6_control_C3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.295399355 C6_chemical_A1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.398186695 C6_chemical_A3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.176893558 C6_chemical_B1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.377340277 C6_chemical_B2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.118511503 C6_chemical_B3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.597698893 C6_chemical_C1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.485292 C6_chemical_C2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.980026283 C6_chemical_C3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.393512108 L4_control_A1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.46169973 L4_control_A2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.002985212 L4_control_A3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.415299952 L4_control_B1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.291157828 L4_control_B2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.659516355 L4_control_B3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 4.992105351 L4_control_C2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.171263838 L4_control_C3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.403197924 L4_chemical_A1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.156772405 L4_chemical_A2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.204397437 L4_chemical_A3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 4.998209892 L4_chemical_B1 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.09569061 L4_chemical_B2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.095609232 L4_chemical_B3 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.305018517 L4_chemical_C2 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.443205581 L4_chemical_C3 +LQ03X029760 Heat shock factor protein HSF8 5.275524672 C6_control_A1 +LQ03X029760 Heat shock factor protein HSF8 5.319959115 C6_control_A3 +LQ03X029760 Heat shock factor protein HSF8 5.554938834 C6_control_B1 +LQ03X029760 Heat shock factor protein HSF8 5.184525183 C6_control_B2 +LQ03X029760 Heat shock factor protein HSF8 5.657399689 C6_control_B3 +LQ03X029760 Heat shock factor protein HSF8 5.198934621 C6_control_C1 +LQ03X029760 Heat shock factor protein HSF8 5.562468119 C6_control_C2 +LQ03X029760 Heat shock factor protein HSF8 5.461381698 C6_control_C3 +LQ03X029760 Heat shock factor protein HSF8 5.223614251 C6_chemical_A1 +LQ03X029760 Heat shock factor protein HSF8 5.272338595 C6_chemical_A3 +LQ03X029760 Heat shock factor protein HSF8 5.447939796 C6_chemical_B1 +LQ03X029760 Heat shock factor protein HSF8 5.172235437 C6_chemical_B2 +LQ03X029760 Heat shock factor protein HSF8 5.520276484 C6_chemical_B3 +LQ03X029760 Heat shock factor protein HSF8 5.20302927 C6_chemical_C1 +LQ03X029760 Heat shock factor protein HSF8 5.316898258 C6_chemical_C2 +LQ03X029760 Heat shock factor protein HSF8 5.207424471 C6_chemical_C3 +LQ03X029760 Heat shock factor protein HSF8 5.498428642 L4_control_A1 +LQ03X029760 Heat shock factor protein HSF8 5.900928798 L4_control_A2 +LQ03X029760 Heat shock factor protein HSF8 5.554587516 L4_control_A3 +LQ03X029760 Heat shock factor protein HSF8 5.441623676 L4_control_B1 +LQ03X029760 Heat shock factor protein HSF8 5.399710357 L4_control_B2 +LQ03X029760 Heat shock factor protein HSF8 5.397664057 L4_control_B3 +LQ03X029760 Heat shock factor protein HSF8 4.826129275 L4_control_C2 +LQ03X029760 Heat shock factor protein HSF8 4.878602608 L4_control_C3 +LQ03X029760 Heat shock factor protein HSF8 5.831522609 L4_chemical_A1 +LQ03X029760 Heat shock factor protein HSF8 5.659647635 L4_chemical_A2 +LQ03X029760 Heat shock factor protein HSF8 5.354458637 L4_chemical_A3 +LQ03X029760 Heat shock factor protein HSF8 5.107675147 L4_chemical_B1 +LQ03X029760 Heat shock factor protein HSF8 5.286730048 L4_chemical_B2 +LQ03X029760 Heat shock factor protein HSF8 5.388276348 L4_chemical_B3 +LQ03X029760 Heat shock factor protein HSF8 5.214134656 L4_chemical_C2 +LQ03X029760 Heat shock factor protein HSF8 5.491582093 L4_chemical_C3 +LQ03X029780 Putative uncharacterized protein 5.539289681 C6_control_A1 +LQ03X029780 Putative uncharacterized protein 5.215965362 C6_control_A3 +LQ03X029780 Putative uncharacterized protein 5.06490694 C6_control_B1 +LQ03X029780 Putative uncharacterized protein 5.951607151 C6_control_B2 +LQ03X029780 Putative uncharacterized protein 5.547835843 C6_control_B3 +LQ03X029780 Putative uncharacterized protein 5.95108953 C6_control_C1 +LQ03X029780 Putative uncharacterized protein 5.746016685 C6_control_C2 +LQ03X029780 Putative uncharacterized protein 5.952563513 C6_control_C3 +LQ03X029780 Putative uncharacterized protein 5.594584846 C6_chemical_A1 +LQ03X029780 Putative uncharacterized protein 5.486515803 C6_chemical_A3 +LQ03X029780 Putative uncharacterized protein 5.585589328 C6_chemical_B1 +LQ03X029780 Putative uncharacterized protein 5.655388179 C6_chemical_B2 +LQ03X029780 Putative uncharacterized protein 5.810079332 C6_chemical_B3 +LQ03X029780 Putative uncharacterized protein 5.762302604 C6_chemical_C1 +LQ03X029780 Putative uncharacterized protein 6.007748485 C6_chemical_C2 +LQ03X029780 Putative uncharacterized protein 5.830700944 C6_chemical_C3 +LQ03X029780 Putative uncharacterized protein 5.501451156 L4_control_A1 +LQ03X029780 Putative uncharacterized protein 5.772115981 L4_control_A2 +LQ03X029780 Putative uncharacterized protein 5.325451711 L4_control_A3 +LQ03X029780 Putative uncharacterized protein 5.13878569 L4_control_B1 +LQ03X029780 Putative uncharacterized protein 5.337823904 L4_control_B2 +LQ03X029780 Putative uncharacterized protein 5.106614154 L4_control_B3 +LQ03X029780 Putative uncharacterized protein 5.251564045 L4_control_C2 +LQ03X029780 Putative uncharacterized protein 5.23858602 L4_control_C3 +LQ03X029780 Putative uncharacterized protein 5.254018832 L4_chemical_A1 +LQ03X029780 Putative uncharacterized protein 5.251919897 L4_chemical_A2 +LQ03X029780 Putative uncharacterized protein 5.597411515 L4_chemical_A3 +LQ03X029780 Putative uncharacterized protein 5.500463499 L4_chemical_B1 +LQ03X029780 Putative uncharacterized protein 5.610898963 L4_chemical_B2 +LQ03X029780 Putative uncharacterized protein 5.111720607 L4_chemical_B3 +LQ03X029780 Putative uncharacterized protein 5.265635012 L4_chemical_C2 +LQ03X029780 Putative uncharacterized protein 5.123056052 L4_chemical_C3 +LQ03X029790 Putative uncharacterized protein 10.74321662 C6_control_A1 +LQ03X029790 Putative uncharacterized protein 10.56419826 C6_control_A3 +LQ03X029790 Putative uncharacterized protein 10.82106871 C6_control_B1 +LQ03X029790 Putative uncharacterized protein 10.40269154 C6_control_B2 +LQ03X029790 Putative uncharacterized protein 10.47210958 C6_control_B3 +LQ03X029790 Putative uncharacterized protein 11.23265964 C6_control_C1 +LQ03X029790 Putative uncharacterized protein 10.85476166 C6_control_C2 +LQ03X029790 Putative uncharacterized protein 11.20792351 C6_control_C3 +LQ03X029790 Putative uncharacterized protein 10.58538821 C6_chemical_A1 +LQ03X029790 Putative uncharacterized protein 10.4962148 C6_chemical_A3 +LQ03X029790 Putative uncharacterized protein 10.59287701 C6_chemical_B1 +LQ03X029790 Putative uncharacterized protein 10.59803724 C6_chemical_B2 +LQ03X029790 Putative uncharacterized protein 10.30107036 C6_chemical_B3 +LQ03X029790 Putative uncharacterized protein 11.19383823 C6_chemical_C1 +LQ03X029790 Putative uncharacterized protein 10.86112626 C6_chemical_C2 +LQ03X029790 Putative uncharacterized protein 10.83894517 C6_chemical_C3 +LQ03X029790 Putative uncharacterized protein 10.63054652 L4_control_A1 +LQ03X029790 Putative uncharacterized protein 10.48436358 L4_control_A2 +LQ03X029790 Putative uncharacterized protein 9.880892685 L4_control_A3 +LQ03X029790 Putative uncharacterized protein 10.18393487 L4_control_B1 +LQ03X029790 Putative uncharacterized protein 10.18158796 L4_control_B2 +LQ03X029790 Putative uncharacterized protein 10.18988188 L4_control_B3 +LQ03X029790 Putative uncharacterized protein 10.87232365 L4_control_C2 +LQ03X029790 Putative uncharacterized protein 10.51074964 L4_control_C3 +LQ03X029790 Putative uncharacterized protein 10.8846454 L4_chemical_A1 +LQ03X029790 Putative uncharacterized protein 10.51062975 L4_chemical_A2 +LQ03X029790 Putative uncharacterized protein 10.26782665 L4_chemical_A3 +LQ03X029790 Putative uncharacterized protein 10.19021899 L4_chemical_B1 +LQ03X029790 Putative uncharacterized protein 10.23388044 L4_chemical_B2 +LQ03X029790 Putative uncharacterized protein 10.12132776 L4_chemical_B3 +LQ03X029790 Putative uncharacterized protein 10.62082888 L4_chemical_C2 +LQ03X029790 Putative uncharacterized protein 10.40378315 L4_chemical_C3 +LQ03X029800 Syntaxin-22 12.62449946 C6_control_A1 +LQ03X029800 Syntaxin-22 12.42693919 C6_control_A3 +LQ03X029800 Syntaxin-22 12.66092508 C6_control_B1 +LQ03X029800 Syntaxin-22 11.96748444 C6_control_B2 +LQ03X029800 Syntaxin-22 12.88653337 C6_control_B3 +LQ03X029800 Syntaxin-22 11.13899302 C6_control_C1 +LQ03X029800 Syntaxin-22 11.44332153 C6_control_C2 +LQ03X029800 Syntaxin-22 11.64499686 C6_control_C3 +LQ03X029800 Syntaxin-22 12.41995671 C6_chemical_A1 +LQ03X029800 Syntaxin-22 12.36021126 C6_chemical_A3 +LQ03X029800 Syntaxin-22 12.46436287 C6_chemical_B1 +LQ03X029800 Syntaxin-22 11.81689538 C6_chemical_B2 +LQ03X029800 Syntaxin-22 12.60110483 C6_chemical_B3 +LQ03X029800 Syntaxin-22 11.22491592 C6_chemical_C1 +LQ03X029800 Syntaxin-22 11.31385133 C6_chemical_C2 +LQ03X029800 Syntaxin-22 11.49722762 C6_chemical_C3 +LQ03X029800 Syntaxin-22 12.32211902 L4_control_A1 +LQ03X029800 Syntaxin-22 12.51829143 L4_control_A2 +LQ03X029800 Syntaxin-22 12.56187803 L4_control_A3 +LQ03X029800 Syntaxin-22 12.48011675 L4_control_B1 +LQ03X029800 Syntaxin-22 12.45918062 L4_control_B2 +LQ03X029800 Syntaxin-22 12.18954448 L4_control_B3 +LQ03X029800 Syntaxin-22 11.35580207 L4_control_C2 +LQ03X029800 Syntaxin-22 11.93253304 L4_control_C3 +LQ03X029800 Syntaxin-22 12.01052324 L4_chemical_A1 +LQ03X029800 Syntaxin-22 12.55839787 L4_chemical_A2 +LQ03X029800 Syntaxin-22 12.57192404 L4_chemical_A3 +LQ03X029800 Syntaxin-22 12.65467467 L4_chemical_B1 +LQ03X029800 Syntaxin-22 12.27280138 L4_chemical_B2 +LQ03X029800 Syntaxin-22 12.66325826 L4_chemical_B3 +LQ03X029800 Syntaxin-22 11.57856524 L4_chemical_C2 +LQ03X029800 Syntaxin-22 12.07497374 L4_chemical_C3 +LQ03X029810 Putative uncharacterized protein 12.29085358 C6_control_A1 +LQ03X029810 Putative uncharacterized protein 12.61814282 C6_control_A3 +LQ03X029810 Putative uncharacterized protein 12.22966988 C6_control_B1 +LQ03X029810 Putative uncharacterized protein 12.09955944 C6_control_B2 +LQ03X029810 Putative uncharacterized protein 12.26927371 C6_control_B3 +LQ03X029810 Putative uncharacterized protein 12.4591752 C6_control_C1 +LQ03X029810 Putative uncharacterized protein 12.29016174 C6_control_C2 +LQ03X029810 Putative uncharacterized protein 12.07021109 C6_control_C3 +LQ03X029810 Putative uncharacterized protein 12.0331594 C6_chemical_A1 +LQ03X029810 Putative uncharacterized protein 12.41367259 C6_chemical_A3 +LQ03X029810 Putative uncharacterized protein 12.00236976 C6_chemical_B1 +LQ03X029810 Putative uncharacterized protein 12.28527602 C6_chemical_B2 +LQ03X029810 Putative uncharacterized protein 12.10028447 C6_chemical_B3 +LQ03X029810 Putative uncharacterized protein 12.39380599 C6_chemical_C1 +LQ03X029810 Putative uncharacterized protein 12.37706796 C6_chemical_C2 +LQ03X029810 Putative uncharacterized protein 12.04959603 C6_chemical_C3 +LQ03X029810 Putative uncharacterized protein 12.34594908 L4_control_A1 +LQ03X029810 Putative uncharacterized protein 11.54221549 L4_control_A2 +LQ03X029810 Putative uncharacterized protein 11.65304564 L4_control_A3 +LQ03X029810 Putative uncharacterized protein 11.6422962 L4_control_B1 +LQ03X029810 Putative uncharacterized protein 11.41898706 L4_control_B2 +LQ03X029810 Putative uncharacterized protein 11.83965598 L4_control_B3 +LQ03X029810 Putative uncharacterized protein 11.73438291 L4_control_C2 +LQ03X029810 Putative uncharacterized protein 11.62340681 L4_control_C3 +LQ03X029810 Putative uncharacterized protein 12.17867221 L4_chemical_A1 +LQ03X029810 Putative uncharacterized protein 11.46898246 L4_chemical_A2 +LQ03X029810 Putative uncharacterized protein 11.9276846 L4_chemical_A3 +LQ03X029810 Putative uncharacterized protein 11.75949092 L4_chemical_B1 +LQ03X029810 Putative uncharacterized protein 11.5883513 L4_chemical_B2 +LQ03X029810 Putative uncharacterized protein 12.08755447 L4_chemical_B3 +LQ03X029810 Putative uncharacterized protein 11.58893563 L4_chemical_C2 +LQ03X029810 Putative uncharacterized protein 11.8406728 L4_chemical_C3 +LQ03X029820 50S ribosomal protein 5.407294506 C6_control_A1 +LQ03X029820 50S ribosomal protein 6.221700061 C6_control_A3 +LQ03X029820 50S ribosomal protein 4.949403203 C6_control_B1 +LQ03X029820 50S ribosomal protein 5.261810684 C6_control_B2 +LQ03X029820 50S ribosomal protein 5.253829966 C6_control_B3 +LQ03X029820 50S ribosomal protein 5.036553558 C6_control_C1 +LQ03X029820 50S ribosomal protein 5.621857636 C6_control_C2 +LQ03X029820 50S ribosomal protein 5.031537936 C6_control_C3 +LQ03X029820 50S ribosomal protein 4.826714594 C6_chemical_A1 +LQ03X029820 50S ribosomal protein 5.494606533 C6_chemical_A3 +LQ03X029820 50S ribosomal protein 5.537918362 C6_chemical_B1 +LQ03X029820 50S ribosomal protein 4.995636592 C6_chemical_B2 +LQ03X029820 50S ribosomal protein 5.024901211 C6_chemical_B3 +LQ03X029820 50S ribosomal protein 4.895257211 C6_chemical_C1 +LQ03X029820 50S ribosomal protein 5.100062122 C6_chemical_C2 +LQ03X029820 50S ribosomal protein 5.016246049 C6_chemical_C3 +LQ03X029820 50S ribosomal protein 5.326089628 L4_control_A1 +LQ03X029820 50S ribosomal protein 5.655299087 L4_control_A2 +LQ03X029820 50S ribosomal protein 5.095802398 L4_control_A3 +LQ03X029820 50S ribosomal protein 5.492969801 L4_control_B1 +LQ03X029820 50S ribosomal protein 5.515091277 L4_control_B2 +LQ03X029820 50S ribosomal protein 5.689897439 L4_control_B3 +LQ03X029820 50S ribosomal protein 5.037569901 L4_control_C2 +LQ03X029820 50S ribosomal protein 4.902429786 L4_control_C3 +LQ03X029820 50S ribosomal protein 5.293277271 L4_chemical_A1 +LQ03X029820 50S ribosomal protein 5.409265546 L4_chemical_A2 +LQ03X029820 50S ribosomal protein 5.300042717 L4_chemical_A3 +LQ03X029820 50S ribosomal protein 5.136880141 L4_chemical_B1 +LQ03X029820 50S ribosomal protein 5.649968181 L4_chemical_B2 +LQ03X029820 50S ribosomal protein 5.668715642 L4_chemical_B3 +LQ03X029820 50S ribosomal protein 5.257356532 L4_chemical_C2 +LQ03X029820 50S ribosomal protein 5.40144608 L4_chemical_C3 +LQ03X029840 Predicted protein 12.73624266 C6_control_A1 +LQ03X029840 Predicted protein 12.31437729 C6_control_A3 +LQ03X029840 Predicted protein 12.97875076 C6_control_B1 +LQ03X029840 Predicted protein 12.70328308 C6_control_B2 +LQ03X029840 Predicted protein 13.77637509 C6_control_B3 +LQ03X029840 Predicted protein 10.31696632 C6_control_C1 +LQ03X029840 Predicted protein 10.12694812 C6_control_C2 +LQ03X029840 Predicted protein 10.53478732 C6_control_C3 +LQ03X029840 Predicted protein 12.32485057 C6_chemical_A1 +LQ03X029840 Predicted protein 12.5322868 C6_chemical_A3 +LQ03X029840 Predicted protein 12.90343265 C6_chemical_B1 +LQ03X029840 Predicted protein 12.43269777 C6_chemical_B2 +LQ03X029840 Predicted protein 13.42168567 C6_chemical_B3 +LQ03X029840 Predicted protein 10.32660663 C6_chemical_C1 +LQ03X029840 Predicted protein 9.938481929 C6_chemical_C2 +LQ03X029840 Predicted protein 10.00523498 C6_chemical_C3 +LQ03X029840 Predicted protein 12.83182928 L4_control_A1 +LQ03X029840 Predicted protein 12.9559216 L4_control_A2 +LQ03X029840 Predicted protein 13.34022754 L4_control_A3 +LQ03X029840 Predicted protein 13.12812572 L4_control_B1 +LQ03X029840 Predicted protein 13.35953547 L4_control_B2 +LQ03X029840 Predicted protein 12.78384092 L4_control_B3 +LQ03X029840 Predicted protein 10.83153705 L4_control_C2 +LQ03X029840 Predicted protein 11.16459707 L4_control_C3 +LQ03X029840 Predicted protein 11.68779726 L4_chemical_A1 +LQ03X029840 Predicted protein 12.5149925 L4_chemical_A2 +LQ03X029840 Predicted protein 12.84154383 L4_chemical_A3 +LQ03X029840 Predicted protein 13.05887613 L4_chemical_B1 +LQ03X029840 Predicted protein 13.06594335 L4_chemical_B2 +LQ03X029840 Predicted protein 12.89910205 L4_chemical_B3 +LQ03X029840 Predicted protein 11.13727588 L4_chemical_C2 +LQ03X029840 Predicted protein 11.37824232 L4_chemical_C3 +LQ03X029870 Probable calcium-binding protein CML17 8.034843201 C6_control_A1 +LQ03X029870 Probable calcium-binding protein CML17 6.372093738 C6_control_A3 +LQ03X029870 Probable calcium-binding protein CML17 7.29635354 C6_control_B1 +LQ03X029870 Probable calcium-binding protein CML17 5.826976694 C6_control_B2 +LQ03X029870 Probable calcium-binding protein CML17 5.533609409 C6_control_B3 +LQ03X029870 Probable calcium-binding protein CML17 7.897618598 C6_control_C1 +LQ03X029870 Probable calcium-binding protein CML17 7.392680996 C6_control_C2 +LQ03X029870 Probable calcium-binding protein CML17 8.194889454 C6_control_C3 +LQ03X029870 Probable calcium-binding protein CML17 7.821669076 C6_chemical_A1 +LQ03X029870 Probable calcium-binding protein CML17 6.366122219 C6_chemical_A3 +LQ03X029870 Probable calcium-binding protein CML17 6.999166456 C6_chemical_B1 +LQ03X029870 Probable calcium-binding protein CML17 5.565528087 C6_chemical_B2 +LQ03X029870 Probable calcium-binding protein CML17 7.125274737 C6_chemical_B3 +LQ03X029870 Probable calcium-binding protein CML17 7.876861924 C6_chemical_C1 +LQ03X029870 Probable calcium-binding protein CML17 7.11721441 C6_chemical_C2 +LQ03X029870 Probable calcium-binding protein CML17 8.550637046 C6_chemical_C3 +LQ03X029870 Probable calcium-binding protein CML17 7.29533007 L4_control_A1 +LQ03X029870 Probable calcium-binding protein CML17 8.161589599 L4_control_A2 +LQ03X029870 Probable calcium-binding protein CML17 6.864282429 L4_control_A3 +LQ03X029870 Probable calcium-binding protein CML17 6.028451195 L4_control_B1 +LQ03X029870 Probable calcium-binding protein CML17 6.489897503 L4_control_B2 +LQ03X029870 Probable calcium-binding protein CML17 6.591020208 L4_control_B3 +LQ03X029870 Probable calcium-binding protein CML17 7.69304849 L4_control_C2 +LQ03X029870 Probable calcium-binding protein CML17 8.632770752 L4_control_C3 +LQ03X029870 Probable calcium-binding protein CML17 6.379628007 L4_chemical_A1 +LQ03X029870 Probable calcium-binding protein CML17 7.401052429 L4_chemical_A2 +LQ03X029870 Probable calcium-binding protein CML17 6.231141222 L4_chemical_A3 +LQ03X029870 Probable calcium-binding protein CML17 7.408307821 L4_chemical_B1 +LQ03X029870 Probable calcium-binding protein CML17 6.300663236 L4_chemical_B2 +LQ03X029870 Probable calcium-binding protein CML17 6.85512341 L4_chemical_B3 +LQ03X029870 Probable calcium-binding protein CML17 7.830316323 L4_chemical_C2 +LQ03X029870 Probable calcium-binding protein CML17 9.136212533 L4_chemical_C3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.67123821 C6_control_A1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.27815894 C6_control_A3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.57189154 C6_control_B1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 12.18619329 C6_control_B2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.71783725 C6_control_B3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.87769483 C6_control_C1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.07160382 C6_control_C2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.47860324 C6_control_C3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.88237462 C6_chemical_A1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.58434158 C6_chemical_A3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.84129365 C6_chemical_B1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.90630579 C6_chemical_B2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.51367624 C6_chemical_B3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.44071437 C6_chemical_C1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.57635765 C6_chemical_C2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.40005425 C6_chemical_C3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.83159644 L4_control_A1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.73145636 L4_control_A2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 12.09839154 L4_control_A3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.577053 L4_control_B1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.71561354 L4_control_B2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 12.09794728 L4_control_B3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.47073564 L4_control_C2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.0844726 L4_control_C3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.43609235 L4_chemical_A1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.53334827 L4_chemical_A2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.80999362 L4_chemical_A3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.38439022 L4_chemical_B1 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.63897541 L4_chemical_B2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.52844549 L4_chemical_B3 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.55069057 L4_chemical_C2 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 13.14955695 L4_chemical_C3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.677786653 C6_control_A1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.399690664 C6_control_A3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 6.186362987 C6_control_B1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.748044474 C6_control_B2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.997258946 C6_control_B3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.538047031 C6_control_C1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.640479912 C6_control_C2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 6.140195761 C6_control_C3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.604065179 C6_chemical_A1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.955468563 C6_chemical_A3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 6.315565061 C6_chemical_B1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.683056037 C6_chemical_B2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 6.341383942 C6_chemical_B3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.656308098 C6_chemical_C1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.74487151 C6_chemical_C2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.892307283 C6_chemical_C3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.594970313 L4_control_A1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.829513717 L4_control_A2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.283803716 L4_control_A3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.660349741 L4_control_B1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.981144356 L4_control_B2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.673884956 L4_control_B3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.363331565 L4_control_C2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 7.180434912 L4_control_C3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.819316349 L4_chemical_A1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.47098363 L4_chemical_A2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.243183734 L4_chemical_A3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 6.113379513 L4_chemical_B1 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.651638242 L4_chemical_B2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.436429924 L4_chemical_B3 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.56478424 L4_chemical_C2 +LQ03X029900 Homeobox-leucine zipper protein HDG5 6.633838465 L4_chemical_C3 +LQ03X029920 Predicted protein 4.954555485 C6_control_A1 +LQ03X029920 Predicted protein 4.791101543 C6_control_A3 +LQ03X029920 Predicted protein 4.992511023 C6_control_B1 +LQ03X029920 Predicted protein 5.009690605 C6_control_B2 +LQ03X029920 Predicted protein 5.137334812 C6_control_B3 +LQ03X029920 Predicted protein 5.03656727 C6_control_C1 +LQ03X029920 Predicted protein 5.157729039 C6_control_C2 +LQ03X029920 Predicted protein 5.105162604 C6_control_C3 +LQ03X029920 Predicted protein 5.009374446 C6_chemical_A1 +LQ03X029920 Predicted protein 4.999349604 C6_chemical_A3 +LQ03X029920 Predicted protein 4.918989778 C6_chemical_B1 +LQ03X029920 Predicted protein 5.379274165 C6_chemical_B2 +LQ03X029920 Predicted protein 5.300985986 C6_chemical_B3 +LQ03X029920 Predicted protein 5.657184093 C6_chemical_C1 +LQ03X029920 Predicted protein 5.198490051 C6_chemical_C2 +LQ03X029920 Predicted protein 4.968346636 C6_chemical_C3 +LQ03X029920 Predicted protein 5.069662261 L4_control_A1 +LQ03X029920 Predicted protein 4.780420535 L4_control_A2 +LQ03X029920 Predicted protein 5.003478694 L4_control_A3 +LQ03X029920 Predicted protein 4.862039928 L4_control_B1 +LQ03X029920 Predicted protein 4.822751375 L4_control_B2 +LQ03X029920 Predicted protein 4.862556425 L4_control_B3 +LQ03X029920 Predicted protein 5.517427401 L4_control_C2 +LQ03X029920 Predicted protein 4.997774397 L4_control_C3 +LQ03X029920 Predicted protein 4.917820249 L4_chemical_A1 +LQ03X029920 Predicted protein 5.171920598 L4_chemical_A2 +LQ03X029920 Predicted protein 4.934015409 L4_chemical_A3 +LQ03X029920 Predicted protein 4.950489933 L4_chemical_B1 +LQ03X029920 Predicted protein 5.312584613 L4_chemical_B2 +LQ03X029920 Predicted protein 4.73105767 L4_chemical_B3 +LQ03X029920 Predicted protein 5.378051516 L4_chemical_C2 +LQ03X029920 Predicted protein 5.308577102 L4_chemical_C3 +LQ03X029930 Shikimate kinase-like protein 10.71786223 C6_control_A1 +LQ03X029930 Shikimate kinase-like protein 11.17985766 C6_control_A3 +LQ03X029930 Shikimate kinase-like protein 11.19602252 C6_control_B1 +LQ03X029930 Shikimate kinase-like protein 10.78037883 C6_control_B2 +LQ03X029930 Shikimate kinase-like protein 10.81740253 C6_control_B3 +LQ03X029930 Shikimate kinase-like protein 10.47996052 C6_control_C1 +LQ03X029930 Shikimate kinase-like protein 10.66579765 C6_control_C2 +LQ03X029930 Shikimate kinase-like protein 10.00377873 C6_control_C3 +LQ03X029930 Shikimate kinase-like protein 10.72588503 C6_chemical_A1 +LQ03X029930 Shikimate kinase-like protein 10.79884757 C6_chemical_A3 +LQ03X029930 Shikimate kinase-like protein 11.17870566 C6_chemical_B1 +LQ03X029930 Shikimate kinase-like protein 10.69906242 C6_chemical_B2 +LQ03X029930 Shikimate kinase-like protein 10.62958996 C6_chemical_B3 +LQ03X029930 Shikimate kinase-like protein 10.35803759 C6_chemical_C1 +LQ03X029930 Shikimate kinase-like protein 10.42878438 C6_chemical_C2 +LQ03X029930 Shikimate kinase-like protein 9.514564361 C6_chemical_C3 +LQ03X029930 Shikimate kinase-like protein 10.31588683 L4_control_A1 +LQ03X029930 Shikimate kinase-like protein 10.81134073 L4_control_A2 +LQ03X029930 Shikimate kinase-like protein 11.23774903 L4_control_A3 +LQ03X029930 Shikimate kinase-like protein 10.5793775 L4_control_B1 +LQ03X029930 Shikimate kinase-like protein 12.00178761 L4_control_B2 +LQ03X029930 Shikimate kinase-like protein 10.199505 L4_control_B3 +LQ03X029930 Shikimate kinase-like protein 11.29939 L4_control_C2 +LQ03X029930 Shikimate kinase-like protein 11.08696643 L4_control_C3 +LQ03X029930 Shikimate kinase-like protein 10.1661299 L4_chemical_A1 +LQ03X029930 Shikimate kinase-like protein 10.54929861 L4_chemical_A2 +LQ03X029930 Shikimate kinase-like protein 10.23908139 L4_chemical_A3 +LQ03X029930 Shikimate kinase-like protein 10.95140804 L4_chemical_B1 +LQ03X029930 Shikimate kinase-like protein 11.43955222 L4_chemical_B2 +LQ03X029930 Shikimate kinase-like protein 9.741055804 L4_chemical_B3 +LQ03X029930 Shikimate kinase-like protein 11.43670745 L4_chemical_C2 +LQ03X029930 Shikimate kinase-like protein 11.21925414 L4_chemical_C3 +LQ03X029940 Predicted protein 14.71397685 C6_control_A1 +LQ03X029940 Predicted protein 14.25162028 C6_control_A3 +LQ03X029940 Predicted protein 14.81237866 C6_control_B1 +LQ03X029940 Predicted protein 14.56830085 C6_control_B2 +LQ03X029940 Predicted protein 14.78007014 C6_control_B3 +LQ03X029940 Predicted protein 14.5118979 C6_control_C1 +LQ03X029940 Predicted protein 14.8924683 C6_control_C2 +LQ03X029940 Predicted protein 14.55465437 C6_control_C3 +LQ03X029940 Predicted protein 14.80857865 C6_chemical_A1 +LQ03X029940 Predicted protein 14.83670608 C6_chemical_A3 +LQ03X029940 Predicted protein 14.83185681 C6_chemical_B1 +LQ03X029940 Predicted protein 14.36827392 C6_chemical_B2 +LQ03X029940 Predicted protein 15.05207756 C6_chemical_B3 +LQ03X029940 Predicted protein 14.24904978 C6_chemical_C1 +LQ03X029940 Predicted protein 14.51620014 C6_chemical_C2 +LQ03X029940 Predicted protein 14.90534197 C6_chemical_C3 +LQ03X029940 Predicted protein 14.48978691 L4_control_A1 +LQ03X029940 Predicted protein 14.14290191 L4_control_A2 +LQ03X029940 Predicted protein 14.5289984 L4_control_A3 +LQ03X029940 Predicted protein 14.4930069 L4_control_B1 +LQ03X029940 Predicted protein 14.93537881 L4_control_B2 +LQ03X029940 Predicted protein 14.95434874 L4_control_B3 +LQ03X029940 Predicted protein 14.7009789 L4_control_C2 +LQ03X029940 Predicted protein 14.95174531 L4_control_C3 +LQ03X029940 Predicted protein 14.6865319 L4_chemical_A1 +LQ03X029940 Predicted protein 14.29327051 L4_chemical_A2 +LQ03X029940 Predicted protein 14.59359476 L4_chemical_A3 +LQ03X029940 Predicted protein 14.50125133 L4_chemical_B1 +LQ03X029940 Predicted protein 14.61195591 L4_chemical_B2 +LQ03X029940 Predicted protein 14.59586157 L4_chemical_B3 +LQ03X029940 Predicted protein 14.68392116 L4_chemical_C2 +LQ03X029940 Predicted protein 14.64219244 L4_chemical_C3 +LQ03X029950 Predicted protein 10.376171 C6_control_A1 +LQ03X029950 Predicted protein 10.56305765 C6_control_A3 +LQ03X029950 Predicted protein 10.04305212 C6_control_B1 +LQ03X029950 Predicted protein 9.914798271 C6_control_B2 +LQ03X029950 Predicted protein 10.04464561 C6_control_B3 +LQ03X029950 Predicted protein 9.883190964 C6_control_C1 +LQ03X029950 Predicted protein 10.12018583 C6_control_C2 +LQ03X029950 Predicted protein 9.827577263 C6_control_C3 +LQ03X029950 Predicted protein 10.21114125 C6_chemical_A1 +LQ03X029950 Predicted protein 10.11858199 C6_chemical_A3 +LQ03X029950 Predicted protein 9.927376844 C6_chemical_B1 +LQ03X029950 Predicted protein 9.715366132 C6_chemical_B2 +LQ03X029950 Predicted protein 9.619382319 C6_chemical_B3 +LQ03X029950 Predicted protein 9.592084712 C6_chemical_C1 +LQ03X029950 Predicted protein 9.69570937 C6_chemical_C2 +LQ03X029950 Predicted protein 9.271698726 C6_chemical_C3 +LQ03X029950 Predicted protein 10.27139555 L4_control_A1 +LQ03X029950 Predicted protein 10.48217082 L4_control_A2 +LQ03X029950 Predicted protein 10.43159217 L4_control_A3 +LQ03X029950 Predicted protein 9.635618595 L4_control_B1 +LQ03X029950 Predicted protein 10.7337571 L4_control_B2 +LQ03X029950 Predicted protein 9.825467896 L4_control_B3 +LQ03X029950 Predicted protein 10.44425409 L4_control_C2 +LQ03X029950 Predicted protein 10.42212219 L4_control_C3 +LQ03X029950 Predicted protein 9.922722852 L4_chemical_A1 +LQ03X029950 Predicted protein 9.756818767 L4_chemical_A2 +LQ03X029950 Predicted protein 10.16687539 L4_chemical_A3 +LQ03X029950 Predicted protein 9.668700953 L4_chemical_B1 +LQ03X029950 Predicted protein 10.15764778 L4_chemical_B2 +LQ03X029950 Predicted protein 9.247645955 L4_chemical_B3 +LQ03X029950 Predicted protein 10.28817233 L4_chemical_C2 +LQ03X029950 Predicted protein 10.43116546 L4_chemical_C3 +LQ03X029970 Predicted protein 5.422473308 C6_control_A1 +LQ03X029970 Predicted protein 5.719506608 C6_control_A3 +LQ03X029970 Predicted protein 5.188200709 C6_control_B1 +LQ03X029970 Predicted protein 5.4957106 C6_control_B2 +LQ03X029970 Predicted protein 5.413388483 C6_control_B3 +LQ03X029970 Predicted protein 5.867225522 C6_control_C1 +LQ03X029970 Predicted protein 5.840890823 C6_control_C2 +LQ03X029970 Predicted protein 6.27402633 C6_control_C3 +LQ03X029970 Predicted protein 5.164249214 C6_chemical_A1 +LQ03X029970 Predicted protein 5.49047697 C6_chemical_A3 +LQ03X029970 Predicted protein 5.11036495 C6_chemical_B1 +LQ03X029970 Predicted protein 5.491294431 C6_chemical_B2 +LQ03X029970 Predicted protein 5.369718861 C6_chemical_B3 +LQ03X029970 Predicted protein 5.384275915 C6_chemical_C1 +LQ03X029970 Predicted protein 5.798667678 C6_chemical_C2 +LQ03X029970 Predicted protein 6.239926697 C6_chemical_C3 +LQ03X029970 Predicted protein 5.20646357 L4_control_A1 +LQ03X029970 Predicted protein 5.705614247 L4_control_A2 +LQ03X029970 Predicted protein 6.156795089 L4_control_A3 +LQ03X029970 Predicted protein 5.375155202 L4_control_B1 +LQ03X029970 Predicted protein 5.31035814 L4_control_B2 +LQ03X029970 Predicted protein 5.238438387 L4_control_B3 +LQ03X029970 Predicted protein 6.166933768 L4_control_C2 +LQ03X029970 Predicted protein 5.697549098 L4_control_C3 +LQ03X029970 Predicted protein 5.530320553 L4_chemical_A1 +LQ03X029970 Predicted protein 5.387145058 L4_chemical_A2 +LQ03X029970 Predicted protein 5.964634596 L4_chemical_A3 +LQ03X029970 Predicted protein 5.20163515 L4_chemical_B1 +LQ03X029970 Predicted protein 5.669648872 L4_chemical_B2 +LQ03X029970 Predicted protein 5.098539531 L4_chemical_B3 +LQ03X029970 Predicted protein 5.446232662 L4_chemical_C2 +LQ03X029970 Predicted protein 6.069250492 L4_chemical_C3 +LQ03X029980 Defender against cell death 1 12.56197928 C6_control_A1 +LQ03X029980 Defender against cell death 1 12.9457935 C6_control_A3 +LQ03X029980 Defender against cell death 1 12.03297905 C6_control_B1 +LQ03X029980 Defender against cell death 1 13.19687638 C6_control_B2 +LQ03X029980 Defender against cell death 1 12.11504363 C6_control_B3 +LQ03X029980 Defender against cell death 1 12.20416483 C6_control_C1 +LQ03X029980 Defender against cell death 1 12.62344266 C6_control_C2 +LQ03X029980 Defender against cell death 1 12.3717881 C6_control_C3 +LQ03X029980 Defender against cell death 1 12.46458698 C6_chemical_A1 +LQ03X029980 Defender against cell death 1 12.21063701 C6_chemical_A3 +LQ03X029980 Defender against cell death 1 11.83018088 C6_chemical_B1 +LQ03X029980 Defender against cell death 1 13.65304172 C6_chemical_B2 +LQ03X029980 Defender against cell death 1 12.00987229 C6_chemical_B3 +LQ03X029980 Defender against cell death 1 12.56406624 C6_chemical_C1 +LQ03X029980 Defender against cell death 1 12.76328259 C6_chemical_C2 +LQ03X029980 Defender against cell death 1 12.11480662 C6_chemical_C3 +LQ03X029980 Defender against cell death 1 12.77724206 L4_control_A1 +LQ03X029980 Defender against cell death 1 12.66076002 L4_control_A2 +LQ03X029980 Defender against cell death 1 12.55829915 L4_control_A3 +LQ03X029980 Defender against cell death 1 12.57986087 L4_control_B1 +LQ03X029980 Defender against cell death 1 11.06632823 L4_control_B2 +LQ03X029980 Defender against cell death 1 11.9210887 L4_control_B3 +LQ03X029980 Defender against cell death 1 10.90678805 L4_control_C2 +LQ03X029980 Defender against cell death 1 11.18970681 L4_control_C3 +LQ03X029980 Defender against cell death 1 13.04904019 L4_chemical_A1 +LQ03X029980 Defender against cell death 1 12.43194469 L4_chemical_A2 +LQ03X029980 Defender against cell death 1 12.6790402 L4_chemical_A3 +LQ03X029980 Defender against cell death 1 11.97985107 L4_chemical_B1 +LQ03X029980 Defender against cell death 1 11.98597865 L4_chemical_B2 +LQ03X029980 Defender against cell death 1 12.64520191 L4_chemical_B3 +LQ03X029980 Defender against cell death 1 11.32014469 L4_chemical_C2 +LQ03X029980 Defender against cell death 1 11.46654853 L4_chemical_C3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 11.28631317 C6_control_A1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 11.77784349 C6_control_A3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 10.35267208 C6_control_B1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.85877398 C6_control_B2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.730233943 C6_control_B3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.487616755 C6_control_C1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.706144574 C6_control_C2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.875526802 C6_control_C3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 10.96903499 C6_chemical_A1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 11.35842333 C6_chemical_A3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.973123692 C6_chemical_B1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.728614715 C6_chemical_B2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 10.11699162 C6_chemical_B3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.342313597 C6_chemical_C1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.0077889 C6_chemical_C2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.089575507 C6_chemical_C3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 11.19790574 L4_control_A1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 10.65377552 L4_control_A2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 11.30821753 L4_control_A3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.574340825 L4_control_B1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.828988874 L4_control_B2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.525570535 L4_control_B3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.210292144 L4_control_C2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.910932575 L4_control_C3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 10.39044126 L4_chemical_A1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.839716029 L4_chemical_A2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 10.9898321 L4_chemical_A3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.719243339 L4_chemical_B1 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.304507983 L4_chemical_B2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 9.776066442 L4_chemical_B3 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.676752683 L4_chemical_C2 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 8.805380535 L4_chemical_C3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.986352052 C6_control_A1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.327980949 C6_control_A3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 11.22065282 C6_control_B1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 12.34786505 C6_control_B2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 12.51279746 C6_control_B3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.470118052 C6_control_C1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.050847395 C6_control_C2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.486883612 C6_control_C3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.438691736 C6_chemical_A1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.720488483 C6_chemical_A3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 11.00273008 C6_chemical_B1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 11.92939506 C6_chemical_B2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 11.45723908 C6_chemical_B3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.053524042 C6_chemical_C1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 7.767980881 C6_chemical_C2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.024559565 C6_chemical_C3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 9.187057303 L4_control_A1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 9.368809517 L4_control_A2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 10.10132464 L4_control_A3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 12.89541942 L4_control_B1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 11.66523967 L4_control_B2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 12.77249433 L4_control_B3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.866024703 L4_control_C2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.929849169 L4_control_C3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 10.55793186 L4_chemical_A1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 10.05480672 L4_chemical_A2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 10.95620622 L4_chemical_A3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 11.87244651 L4_chemical_B1 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 11.19305749 L4_chemical_B2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 11.47766226 L4_chemical_B3 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 9.057595768 L4_chemical_C2 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 9.012751326 L4_chemical_C3 +LQ03X030040 Putative uncharacterized protein 5.391582054 C6_control_A1 +LQ03X030040 Putative uncharacterized protein 5.771292366 C6_control_A3 +LQ03X030040 Putative uncharacterized protein 5.520521987 C6_control_B1 +LQ03X030040 Putative uncharacterized protein 5.403070281 C6_control_B2 +LQ03X030040 Putative uncharacterized protein 5.277007417 C6_control_B3 +LQ03X030040 Putative uncharacterized protein 5.123795798 C6_control_C1 +LQ03X030040 Putative uncharacterized protein 5.939427371 C6_control_C2 +LQ03X030040 Putative uncharacterized protein 4.990401743 C6_control_C3 +LQ03X030040 Putative uncharacterized protein 5.281968394 C6_chemical_A1 +LQ03X030040 Putative uncharacterized protein 5.171451438 C6_chemical_A3 +LQ03X030040 Putative uncharacterized protein 5.151148889 C6_chemical_B1 +LQ03X030040 Putative uncharacterized protein 5.421114852 C6_chemical_B2 +LQ03X030040 Putative uncharacterized protein 5.029018236 C6_chemical_B3 +LQ03X030040 Putative uncharacterized protein 5.100115767 C6_chemical_C1 +LQ03X030040 Putative uncharacterized protein 5.460488088 C6_chemical_C2 +LQ03X030040 Putative uncharacterized protein 4.926478973 C6_chemical_C3 +LQ03X030040 Putative uncharacterized protein 5.443954675 L4_control_A1 +LQ03X030040 Putative uncharacterized protein 5.363005154 L4_control_A2 +LQ03X030040 Putative uncharacterized protein 5.46906553 L4_control_A3 +LQ03X030040 Putative uncharacterized protein 5.842490153 L4_control_B1 +LQ03X030040 Putative uncharacterized protein 5.3955796 L4_control_B2 +LQ03X030040 Putative uncharacterized protein 5.212501444 L4_control_B3 +LQ03X030040 Putative uncharacterized protein 5.088075368 L4_control_C2 +LQ03X030040 Putative uncharacterized protein 5.139817212 L4_control_C3 +LQ03X030040 Putative uncharacterized protein 5.197877161 L4_chemical_A1 +LQ03X030040 Putative uncharacterized protein 5.483798887 L4_chemical_A2 +LQ03X030040 Putative uncharacterized protein 5.717508186 L4_chemical_A3 +LQ03X030040 Putative uncharacterized protein 5.803431532 L4_chemical_B1 +LQ03X030040 Putative uncharacterized protein 5.107741977 L4_chemical_B2 +LQ03X030040 Putative uncharacterized protein 5.009706859 L4_chemical_B3 +LQ03X030040 Putative uncharacterized protein 5.888797348 L4_chemical_C2 +LQ03X030040 Putative uncharacterized protein 5.648667626 L4_chemical_C3 +LQ03X030070 Transcription factor IWS1, putative 14.08145455 C6_control_A1 +LQ03X030070 Transcription factor IWS1, putative 14.02780802 C6_control_A3 +LQ03X030070 Transcription factor IWS1, putative 14.09991432 C6_control_B1 +LQ03X030070 Transcription factor IWS1, putative 13.91369571 C6_control_B2 +LQ03X030070 Transcription factor IWS1, putative 14.23102809 C6_control_B3 +LQ03X030070 Transcription factor IWS1, putative 14.56136973 C6_control_C1 +LQ03X030070 Transcription factor IWS1, putative 14.39429598 C6_control_C2 +LQ03X030070 Transcription factor IWS1, putative 14.42628393 C6_control_C3 +LQ03X030070 Transcription factor IWS1, putative 13.88065999 C6_chemical_A1 +LQ03X030070 Transcription factor IWS1, putative 14.05546519 C6_chemical_A3 +LQ03X030070 Transcription factor IWS1, putative 13.85807313 C6_chemical_B1 +LQ03X030070 Transcription factor IWS1, putative 13.77373207 C6_chemical_B2 +LQ03X030070 Transcription factor IWS1, putative 14.17588834 C6_chemical_B3 +LQ03X030070 Transcription factor IWS1, putative 14.31224569 C6_chemical_C1 +LQ03X030070 Transcription factor IWS1, putative 14.26373448 C6_chemical_C2 +LQ03X030070 Transcription factor IWS1, putative 14.16790614 C6_chemical_C3 +LQ03X030070 Transcription factor IWS1, putative 14.21712238 L4_control_A1 +LQ03X030070 Transcription factor IWS1, putative 14.04514235 L4_control_A2 +LQ03X030070 Transcription factor IWS1, putative 14.00078592 L4_control_A3 +LQ03X030070 Transcription factor IWS1, putative 14.08821867 L4_control_B1 +LQ03X030070 Transcription factor IWS1, putative 13.72711248 L4_control_B2 +LQ03X030070 Transcription factor IWS1, putative 14.25918995 L4_control_B3 +LQ03X030070 Transcription factor IWS1, putative 14.02724766 L4_control_C2 +LQ03X030070 Transcription factor IWS1, putative 14.36381069 L4_control_C3 +LQ03X030070 Transcription factor IWS1, putative 14.36446851 L4_chemical_A1 +LQ03X030070 Transcription factor IWS1, putative 14.30803006 L4_chemical_A2 +LQ03X030070 Transcription factor IWS1, putative 14.2065102 L4_chemical_A3 +LQ03X030070 Transcription factor IWS1, putative 13.86877987 L4_chemical_B1 +LQ03X030070 Transcription factor IWS1, putative 13.62439446 L4_chemical_B2 +LQ03X030070 Transcription factor IWS1, putative 14.25290523 L4_chemical_B3 +LQ03X030070 Transcription factor IWS1, putative 13.72515588 L4_chemical_C2 +LQ03X030070 Transcription factor IWS1, putative 14.33379377 L4_chemical_C3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.507044047 C6_control_A1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.277880607 C6_control_A3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.154330394 C6_control_B1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.70545466 C6_control_B2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.102207583 C6_control_B3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.703419842 C6_control_C1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.828539928 C6_control_C2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.697541998 C6_control_C3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.024609698 C6_chemical_A1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.062226517 C6_chemical_A3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.97465084 C6_chemical_B1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.833486978 C6_chemical_B2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.170383728 C6_chemical_B3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.741954439 C6_chemical_C1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.660070879 C6_chemical_C2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.984090156 C6_chemical_C3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.003571285 L4_control_A1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.137844712 L4_control_A2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.050576055 L4_control_A3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.43006491 L4_control_B1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.058234587 L4_control_B2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.940232832 L4_control_B3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.688292224 L4_control_C2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.854080389 L4_control_C3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.293679978 L4_chemical_A1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.044561068 L4_chemical_A2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.94074379 L4_chemical_A3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.277837273 L4_chemical_B1 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.085022311 L4_chemical_B2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.091008867 L4_chemical_B3 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.368640106 L4_chemical_C2 +LQ03X030090 Vacuolar protein sorting-associated protein 25 4.894768894 L4_chemical_C3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 13.05843204 C6_control_A1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 13.43313992 C6_control_A3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.85432556 C6_control_B1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.43554644 C6_control_B2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.60360084 C6_control_B3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.57922822 C6_control_C1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.40909865 C6_control_C2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.48593784 C6_control_C3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.77361657 C6_chemical_A1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 13.22797821 C6_chemical_A3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.45575993 C6_chemical_B1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.76728195 C6_chemical_B2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.47588768 C6_chemical_B3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.66105466 C6_chemical_C1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.55945081 C6_chemical_C2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.22001487 C6_chemical_C3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 13.10251363 L4_control_A1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 13.25490062 L4_control_A2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.91530648 L4_control_A3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.82945027 L4_control_B1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.23392953 L4_control_B2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.71800452 L4_control_B3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.06136514 L4_control_C2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.2627653 L4_control_C3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 13.22751601 L4_chemical_A1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.93125472 L4_chemical_A2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 13.06366726 L4_chemical_A3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.76641717 L4_chemical_B1 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.37525885 L4_chemical_B2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.63651284 L4_chemical_B3 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.16406132 L4_chemical_C2 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.28054242 L4_chemical_C3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.71883984 C6_control_A1 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.92228654 C6_control_A3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.42929553 C6_control_B1 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.84209011 C6_control_B2 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.32111724 C6_control_B3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.75287492 C6_control_C1 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.37332693 C6_control_C2 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.91502055 C6_control_C3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.73815277 C6_chemical_A1 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.50097025 C6_chemical_A3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.75508379 C6_chemical_B1 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.71848612 C6_chemical_B2 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.04371908 C6_chemical_B3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.84920172 C6_chemical_C1 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.6071712 C6_chemical_C2 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.74923239 C6_chemical_C3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.47769326 L4_control_A1 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.22034092 L4_control_A2 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.99801355 L4_control_A3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.02659843 L4_control_B1 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.86417679 L4_control_B2 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.46174986 L4_control_B3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.51660525 L4_control_C2 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.16289749 L4_control_C3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.54817542 L4_chemical_A1 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.14621772 L4_chemical_A2 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.88417942 L4_chemical_A3 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.93043614 L4_chemical_B1 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.97319452 L4_chemical_B2 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.68189063 L4_chemical_B3 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.25807663 L4_chemical_C2 +LQ03X030110 Putative Probable phosphomevalonate kinase 10.54458461 L4_chemical_C3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.0398376 C6_control_A1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.78065611 C6_control_A3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.31087797 C6_control_B1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.38284824 C6_control_B2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.96017975 C6_control_B3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 13.05557462 C6_control_C1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.78753967 C6_control_C2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.60654126 C6_control_C3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.08379129 C6_chemical_A1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.20164063 C6_chemical_A3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.60032307 C6_chemical_B1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.49196788 C6_chemical_B2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.93485276 C6_chemical_B3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.96981012 C6_chemical_C1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 13.0453569 C6_chemical_C2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 13.09481483 C6_chemical_C3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.64003989 L4_control_A1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.70549987 L4_control_A2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.00082102 L4_control_A3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.36320908 L4_control_B1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.32181569 L4_control_B2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.64194517 L4_control_B3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.8215967 L4_control_C2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.20922647 L4_control_C3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.92867627 L4_chemical_A1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.79203935 L4_chemical_A2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.79640014 L4_chemical_A3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.05950175 L4_chemical_B1 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.5100706 L4_chemical_B2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 11.80244005 L4_chemical_B3 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.92697716 L4_chemical_C2 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.80831414 L4_chemical_C3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.11759766 C6_control_A1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.40683591 C6_control_A3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.51512382 C6_control_B1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.86896625 C6_control_B2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.53531725 C6_control_B3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.57445616 C6_control_C1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.62781197 C6_control_C2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 12.10045638 C6_control_C3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.0602981 C6_chemical_A1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.85477712 C6_chemical_A3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.35887332 C6_chemical_B1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.82089817 C6_chemical_B2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.65490122 C6_chemical_B3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.66528548 C6_chemical_C1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.42627435 C6_chemical_C2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 12.03069889 C6_chemical_C3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.10231432 L4_control_A1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.97647492 L4_control_A2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.64933646 L4_control_A3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.59845063 L4_control_B1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.69961773 L4_control_B2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.47704618 L4_control_B3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.76354652 L4_control_C2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.7362826 L4_control_C3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.74892776 L4_chemical_A1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.30322041 L4_chemical_A2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.61163775 L4_chemical_A3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 9.915068982 L4_chemical_B1 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.3336339 L4_chemical_B2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.3280361 L4_chemical_B3 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 10.82936186 L4_chemical_C2 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.76719967 L4_chemical_C3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.880010488 C6_control_A1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.077825117 C6_control_A3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.507305682 C6_control_B1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.518049346 C6_control_B2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.050844913 C6_control_B3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.99376251 C6_control_C1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.829513365 C6_control_C2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.674953127 C6_control_C3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.741896651 C6_chemical_A1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.029626206 C6_chemical_A3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.580865524 C6_chemical_B1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.061804622 C6_chemical_B2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.287595659 C6_chemical_B3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.047416968 C6_chemical_C1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.882910072 C6_chemical_C2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.919682197 C6_chemical_C3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.791183027 L4_control_A1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.092090413 L4_control_A2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.657056666 L4_control_A3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.194376258 L4_control_B1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.363475133 L4_control_B2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.517863998 L4_control_B3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 5.93546515 L4_control_C2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 5.948843362 L4_control_C3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.285000974 L4_chemical_A1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.971516931 L4_chemical_A2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 5.578911499 L4_chemical_A3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.862343814 L4_chemical_B1 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.021721617 L4_chemical_B2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.597739542 L4_chemical_B3 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.513903401 L4_chemical_C2 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 7.374354673 L4_chemical_C3 +LQ03X030150 Putative uncharacterized protein 11.7503995 C6_control_A1 +LQ03X030150 Putative uncharacterized protein 11.68324465 C6_control_A3 +LQ03X030150 Putative uncharacterized protein 12.9178592 C6_control_B1 +LQ03X030150 Putative uncharacterized protein 13.68560219 C6_control_B2 +LQ03X030150 Putative uncharacterized protein 13.65828002 C6_control_B3 +LQ03X030150 Putative uncharacterized protein 13.82827896 C6_control_C1 +LQ03X030150 Putative uncharacterized protein 13.26078483 C6_control_C2 +LQ03X030150 Putative uncharacterized protein 13.91470565 C6_control_C3 +LQ03X030150 Putative uncharacterized protein 11.75465443 C6_chemical_A1 +LQ03X030150 Putative uncharacterized protein 10.76419264 C6_chemical_A3 +LQ03X030150 Putative uncharacterized protein 12.99560315 C6_chemical_B1 +LQ03X030150 Putative uncharacterized protein 13.44332033 C6_chemical_B2 +LQ03X030150 Putative uncharacterized protein 13.49974461 C6_chemical_B3 +LQ03X030150 Putative uncharacterized protein 13.36342718 C6_chemical_C1 +LQ03X030150 Putative uncharacterized protein 13.68433661 C6_chemical_C2 +LQ03X030150 Putative uncharacterized protein 13.88783411 C6_chemical_C3 +LQ03X030150 Putative uncharacterized protein 11.75202234 L4_control_A1 +LQ03X030150 Putative uncharacterized protein 11.76353157 L4_control_A2 +LQ03X030150 Putative uncharacterized protein 11.84901839 L4_control_A3 +LQ03X030150 Putative uncharacterized protein 13.80340931 L4_control_B1 +LQ03X030150 Putative uncharacterized protein 12.35862266 L4_control_B2 +LQ03X030150 Putative uncharacterized protein 13.97099792 L4_control_B3 +LQ03X030150 Putative uncharacterized protein 13.74090128 L4_control_C2 +LQ03X030150 Putative uncharacterized protein 13.87223527 L4_control_C3 +LQ03X030150 Putative uncharacterized protein 11.673235 L4_chemical_A1 +LQ03X030150 Putative uncharacterized protein 12.28562068 L4_chemical_A2 +LQ03X030150 Putative uncharacterized protein 11.77988834 L4_chemical_A3 +LQ03X030150 Putative uncharacterized protein 12.89513146 L4_chemical_B1 +LQ03X030150 Putative uncharacterized protein 13.30603301 L4_chemical_B2 +LQ03X030150 Putative uncharacterized protein 13.16074739 L4_chemical_B3 +LQ03X030150 Putative uncharacterized protein 13.5843001 L4_chemical_C2 +LQ03X030150 Putative uncharacterized protein 13.75483688 L4_chemical_C3 +LQ03X030160 Predicted protein 5.492126313 C6_control_A1 +LQ03X030160 Predicted protein 5.923947094 C6_control_A3 +LQ03X030160 Predicted protein 6.072825604 C6_control_B1 +LQ03X030160 Predicted protein 6.048335193 C6_control_B2 +LQ03X030160 Predicted protein 6.097852547 C6_control_B3 +LQ03X030160 Predicted protein 5.68687458 C6_control_C1 +LQ03X030160 Predicted protein 5.65334655 C6_control_C2 +LQ03X030160 Predicted protein 5.826689839 C6_control_C3 +LQ03X030160 Predicted protein 5.60499666 C6_chemical_A1 +LQ03X030160 Predicted protein 5.89280337 C6_chemical_A3 +LQ03X030160 Predicted protein 5.702103157 C6_chemical_B1 +LQ03X030160 Predicted protein 6.025255533 C6_chemical_B2 +LQ03X030160 Predicted protein 5.675944201 C6_chemical_B3 +LQ03X030160 Predicted protein 5.732010004 C6_chemical_C1 +LQ03X030160 Predicted protein 5.420096948 C6_chemical_C2 +LQ03X030160 Predicted protein 6.22024266 C6_chemical_C3 +LQ03X030160 Predicted protein 5.682981021 L4_control_A1 +LQ03X030160 Predicted protein 5.574967198 L4_control_A2 +LQ03X030160 Predicted protein 6.239103755 L4_control_A3 +LQ03X030160 Predicted protein 5.745771792 L4_control_B1 +LQ03X030160 Predicted protein 5.704319329 L4_control_B2 +LQ03X030160 Predicted protein 6.664246365 L4_control_B3 +LQ03X030160 Predicted protein 5.733218613 L4_control_C2 +LQ03X030160 Predicted protein 6.623772827 L4_control_C3 +LQ03X030160 Predicted protein 6.024594723 L4_chemical_A1 +LQ03X030160 Predicted protein 5.789051772 L4_chemical_A2 +LQ03X030160 Predicted protein 6.186774303 L4_chemical_A3 +LQ03X030160 Predicted protein 6.505730926 L4_chemical_B1 +LQ03X030160 Predicted protein 5.630087491 L4_chemical_B2 +LQ03X030160 Predicted protein 6.40482012 L4_chemical_B3 +LQ03X030160 Predicted protein 5.658001218 L4_chemical_C2 +LQ03X030160 Predicted protein 5.63830763 L4_chemical_C3 +LQ03X030220 Putative Protein of unknown function DUF1448 5.172168347 C6_control_A1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.307916958 C6_control_A3 +LQ03X030220 Putative Protein of unknown function DUF1448 5.302007334 C6_control_B1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.200444186 C6_control_B2 +LQ03X030220 Putative Protein of unknown function DUF1448 5.549979499 C6_control_B3 +LQ03X030220 Putative Protein of unknown function DUF1448 4.884627091 C6_control_C1 +LQ03X030220 Putative Protein of unknown function DUF1448 4.915716945 C6_control_C2 +LQ03X030220 Putative Protein of unknown function DUF1448 5.419206353 C6_control_C3 +LQ03X030220 Putative Protein of unknown function DUF1448 5.236053334 C6_chemical_A1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.161521011 C6_chemical_A3 +LQ03X030220 Putative Protein of unknown function DUF1448 5.178944734 C6_chemical_B1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.229601594 C6_chemical_B2 +LQ03X030220 Putative Protein of unknown function DUF1448 4.994710566 C6_chemical_B3 +LQ03X030220 Putative Protein of unknown function DUF1448 4.902493571 C6_chemical_C1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.309506634 C6_chemical_C2 +LQ03X030220 Putative Protein of unknown function DUF1448 4.899326111 C6_chemical_C3 +LQ03X030220 Putative Protein of unknown function DUF1448 5.330347067 L4_control_A1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.588186719 L4_control_A2 +LQ03X030220 Putative Protein of unknown function DUF1448 5.429636989 L4_control_A3 +LQ03X030220 Putative Protein of unknown function DUF1448 5.249003538 L4_control_B1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.648577655 L4_control_B2 +LQ03X030220 Putative Protein of unknown function DUF1448 5.672169944 L4_control_B3 +LQ03X030220 Putative Protein of unknown function DUF1448 5.450034341 L4_control_C2 +LQ03X030220 Putative Protein of unknown function DUF1448 5.238394353 L4_control_C3 +LQ03X030220 Putative Protein of unknown function DUF1448 4.990634358 L4_chemical_A1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.474645529 L4_chemical_A2 +LQ03X030220 Putative Protein of unknown function DUF1448 6.0705337 L4_chemical_A3 +LQ03X030220 Putative Protein of unknown function DUF1448 5.512875192 L4_chemical_B1 +LQ03X030220 Putative Protein of unknown function DUF1448 5.413797918 L4_chemical_B2 +LQ03X030220 Putative Protein of unknown function DUF1448 5.524265419 L4_chemical_B3 +LQ03X030220 Putative Protein of unknown function DUF1448 4.845414625 L4_chemical_C2 +LQ03X030220 Putative Protein of unknown function DUF1448 5.332694349 L4_chemical_C3 +LQ03X030330 Putative Cytochrome P450 76C4 10.03683688 C6_control_A1 +LQ03X030330 Putative Cytochrome P450 76C4 9.725956638 C6_control_A3 +LQ03X030330 Putative Cytochrome P450 76C4 8.227874967 C6_control_B1 +LQ03X030330 Putative Cytochrome P450 76C4 6.102398223 C6_control_B2 +LQ03X030330 Putative Cytochrome P450 76C4 6.298071484 C6_control_B3 +LQ03X030330 Putative Cytochrome P450 76C4 5.496240219 C6_control_C1 +LQ03X030330 Putative Cytochrome P450 76C4 5.323577236 C6_control_C2 +LQ03X030330 Putative Cytochrome P450 76C4 5.337493375 C6_control_C3 +LQ03X030330 Putative Cytochrome P450 76C4 10.28309251 C6_chemical_A1 +LQ03X030330 Putative Cytochrome P450 76C4 10.58611741 C6_chemical_A3 +LQ03X030330 Putative Cytochrome P450 76C4 6.987267755 C6_chemical_B1 +LQ03X030330 Putative Cytochrome P450 76C4 6.54075207 C6_chemical_B2 +LQ03X030330 Putative Cytochrome P450 76C4 6.198393256 C6_chemical_B3 +LQ03X030330 Putative Cytochrome P450 76C4 5.614023605 C6_chemical_C1 +LQ03X030330 Putative Cytochrome P450 76C4 5.094340928 C6_chemical_C2 +LQ03X030330 Putative Cytochrome P450 76C4 5.608928545 C6_chemical_C3 +LQ03X030330 Putative Cytochrome P450 76C4 11.09983105 L4_control_A1 +LQ03X030330 Putative Cytochrome P450 76C4 9.943306503 L4_control_A2 +LQ03X030330 Putative Cytochrome P450 76C4 9.015295901 L4_control_A3 +LQ03X030330 Putative Cytochrome P450 76C4 7.36630996 L4_control_B1 +LQ03X030330 Putative Cytochrome P450 76C4 8.011633289 L4_control_B2 +LQ03X030330 Putative Cytochrome P450 76C4 6.319788375 L4_control_B3 +LQ03X030330 Putative Cytochrome P450 76C4 5.654866961 L4_control_C2 +LQ03X030330 Putative Cytochrome P450 76C4 5.482120901 L4_control_C3 +LQ03X030330 Putative Cytochrome P450 76C4 10.79042597 L4_chemical_A1 +LQ03X030330 Putative Cytochrome P450 76C4 9.411022342 L4_chemical_A2 +LQ03X030330 Putative Cytochrome P450 76C4 10.10547492 L4_chemical_A3 +LQ03X030330 Putative Cytochrome P450 76C4 8.395123964 L4_chemical_B1 +LQ03X030330 Putative Cytochrome P450 76C4 7.918915963 L4_chemical_B2 +LQ03X030330 Putative Cytochrome P450 76C4 8.450117985 L4_chemical_B3 +LQ03X030330 Putative Cytochrome P450 76C4 5.356417609 L4_chemical_C2 +LQ03X030330 Putative Cytochrome P450 76C4 6.100661899 L4_chemical_C3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.987587764 C6_control_A1 +LQ03X030340 Secretory carrier-associated membrane protein 4 6.50258453 C6_control_A3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.676948892 C6_control_B1 +LQ03X030340 Secretory carrier-associated membrane protein 4 6.444021622 C6_control_B2 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.586082982 C6_control_B3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.755163488 C6_control_C1 +LQ03X030340 Secretory carrier-associated membrane protein 4 6.676090592 C6_control_C2 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.658715708 C6_control_C3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.396878179 C6_chemical_A1 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.637133705 C6_chemical_A3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.320050899 C6_chemical_B1 +LQ03X030340 Secretory carrier-associated membrane protein 4 6.071393861 C6_chemical_B2 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.004268573 C6_chemical_B3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.568107471 C6_chemical_C1 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.856278854 C6_chemical_C2 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.730319836 C6_chemical_C3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.363267664 L4_control_A1 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.694360332 L4_control_A2 +LQ03X030340 Secretory carrier-associated membrane protein 4 6.275749328 L4_control_A3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.700066832 L4_control_B1 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.642957787 L4_control_B2 +LQ03X030340 Secretory carrier-associated membrane protein 4 6.001271202 L4_control_B3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.004336783 L4_control_C2 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.558437329 L4_control_C3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.155787718 L4_chemical_A1 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.805471588 L4_chemical_A2 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.856785672 L4_chemical_A3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.815024527 L4_chemical_B1 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.39579723 L4_chemical_B2 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.553681748 L4_chemical_B3 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.53033829 L4_chemical_C2 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.048666321 L4_chemical_C3 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.36953027 C6_control_A1 +LQ03X030350 Phosphoribulokinase, chloroplastic 13.54311964 C6_control_A3 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.78354528 C6_control_B1 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.90450027 C6_control_B2 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.94820037 C6_control_B3 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.3465311 C6_control_C1 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.2495294 C6_control_C2 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.2865433 C6_control_C3 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.39838005 C6_chemical_A1 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.25690657 C6_chemical_A3 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.07912486 C6_chemical_B1 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.84916283 C6_chemical_B2 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.94018195 C6_chemical_B3 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.27439613 C6_chemical_C1 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.27782635 C6_chemical_C2 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.34198824 C6_chemical_C3 +LQ03X030350 Phosphoribulokinase, chloroplastic 13.85229658 L4_control_A1 +LQ03X030350 Phosphoribulokinase, chloroplastic 13.98173305 L4_control_A2 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.06161119 L4_control_A3 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.00037079 L4_control_B1 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.95906698 L4_control_B2 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.25789508 L4_control_B3 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.11942724 L4_control_C2 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.31793422 L4_control_C3 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.14939872 L4_chemical_A1 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.31960585 L4_chemical_A2 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.10729223 L4_chemical_A3 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.44424447 L4_chemical_B1 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.40939417 L4_chemical_B2 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.40529998 L4_chemical_B3 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.12460534 L4_chemical_C2 +LQ03X030350 Phosphoribulokinase, chloroplastic 15.37253438 L4_chemical_C3 +LQ03X030360 Putative uncharacterized protein 12.1721398 C6_control_A1 +LQ03X030360 Putative uncharacterized protein 12.06283314 C6_control_A3 +LQ03X030360 Putative uncharacterized protein 11.83362479 C6_control_B1 +LQ03X030360 Putative uncharacterized protein 11.10947865 C6_control_B2 +LQ03X030360 Putative uncharacterized protein 11.82063285 C6_control_B3 +LQ03X030360 Putative uncharacterized protein 11.48936018 C6_control_C1 +LQ03X030360 Putative uncharacterized protein 11.6370477 C6_control_C2 +LQ03X030360 Putative uncharacterized protein 11.32000549 C6_control_C3 +LQ03X030360 Putative uncharacterized protein 11.68876775 C6_chemical_A1 +LQ03X030360 Putative uncharacterized protein 12.12180869 C6_chemical_A3 +LQ03X030360 Putative uncharacterized protein 11.7780216 C6_chemical_B1 +LQ03X030360 Putative uncharacterized protein 10.98126476 C6_chemical_B2 +LQ03X030360 Putative uncharacterized protein 11.55937217 C6_chemical_B3 +LQ03X030360 Putative uncharacterized protein 11.22444088 C6_chemical_C1 +LQ03X030360 Putative uncharacterized protein 11.36068415 C6_chemical_C2 +LQ03X030360 Putative uncharacterized protein 11.01152253 C6_chemical_C3 +LQ03X030360 Putative uncharacterized protein 11.86663863 L4_control_A1 +LQ03X030360 Putative uncharacterized protein 11.59248868 L4_control_A2 +LQ03X030360 Putative uncharacterized protein 12.59982718 L4_control_A3 +LQ03X030360 Putative uncharacterized protein 11.57019585 L4_control_B1 +LQ03X030360 Putative uncharacterized protein 12.05829538 L4_control_B2 +LQ03X030360 Putative uncharacterized protein 11.79711236 L4_control_B3 +LQ03X030360 Putative uncharacterized protein 11.99102205 L4_control_C2 +LQ03X030360 Putative uncharacterized protein 11.97225914 L4_control_C3 +LQ03X030360 Putative uncharacterized protein 11.41162499 L4_chemical_A1 +LQ03X030360 Putative uncharacterized protein 11.93057839 L4_chemical_A2 +LQ03X030360 Putative uncharacterized protein 12.3867663 L4_chemical_A3 +LQ03X030360 Putative uncharacterized protein 12.17860542 L4_chemical_B1 +LQ03X030360 Putative uncharacterized protein 11.98498161 L4_chemical_B2 +LQ03X030360 Putative uncharacterized protein 11.96431381 L4_chemical_B3 +LQ03X030360 Putative uncharacterized protein 11.94721867 L4_chemical_C2 +LQ03X030360 Putative uncharacterized protein 11.89669497 L4_chemical_C3 +LQ03X030370 Putative uncharacterized protein 12.15509193 C6_control_A1 +LQ03X030370 Putative uncharacterized protein 11.81173554 C6_control_A3 +LQ03X030370 Putative uncharacterized protein 12.94791261 C6_control_B1 +LQ03X030370 Putative uncharacterized protein 12.24008094 C6_control_B2 +LQ03X030370 Putative uncharacterized protein 13.21412921 C6_control_B3 +LQ03X030370 Putative uncharacterized protein 12.83319517 C6_control_C1 +LQ03X030370 Putative uncharacterized protein 12.84180438 C6_control_C2 +LQ03X030370 Putative uncharacterized protein 12.89444803 C6_control_C3 +LQ03X030370 Putative uncharacterized protein 12.21574514 C6_chemical_A1 +LQ03X030370 Putative uncharacterized protein 12.13665881 C6_chemical_A3 +LQ03X030370 Putative uncharacterized protein 13.35218886 C6_chemical_B1 +LQ03X030370 Putative uncharacterized protein 12.3800795 C6_chemical_B2 +LQ03X030370 Putative uncharacterized protein 13.27468457 C6_chemical_B3 +LQ03X030370 Putative uncharacterized protein 12.52502633 C6_chemical_C1 +LQ03X030370 Putative uncharacterized protein 12.94798373 C6_chemical_C2 +LQ03X030370 Putative uncharacterized protein 13.28569086 C6_chemical_C3 +LQ03X030370 Putative uncharacterized protein 12.09889774 L4_control_A1 +LQ03X030370 Putative uncharacterized protein 12.56979601 L4_control_A2 +LQ03X030370 Putative uncharacterized protein 12.32063489 L4_control_A3 +LQ03X030370 Putative uncharacterized protein 13.20423552 L4_control_B1 +LQ03X030370 Putative uncharacterized protein 13.58728259 L4_control_B2 +LQ03X030370 Putative uncharacterized protein 13.6457894 L4_control_B3 +LQ03X030370 Putative uncharacterized protein 13.96451955 L4_control_C2 +LQ03X030370 Putative uncharacterized protein 14.1036433 L4_control_C3 +LQ03X030370 Putative uncharacterized protein 11.6262918 L4_chemical_A1 +LQ03X030370 Putative uncharacterized protein 12.36364751 L4_chemical_A2 +LQ03X030370 Putative uncharacterized protein 12.07099061 L4_chemical_A3 +LQ03X030370 Putative uncharacterized protein 12.58849924 L4_chemical_B1 +LQ03X030370 Putative uncharacterized protein 12.82615702 L4_chemical_B2 +LQ03X030370 Putative uncharacterized protein 13.27169121 L4_chemical_B3 +LQ03X030370 Putative uncharacterized protein 13.68223759 L4_chemical_C2 +LQ03X030370 Putative uncharacterized protein 14.02493816 L4_chemical_C3 +LQ03X030390 Extensin-3, putative 5.252306795 C6_control_A1 +LQ03X030390 Extensin-3, putative 5.190268052 C6_control_A3 +LQ03X030390 Extensin-3, putative 5.116335783 C6_control_B1 +LQ03X030390 Extensin-3, putative 5.680171418 C6_control_B2 +LQ03X030390 Extensin-3, putative 5.014159056 C6_control_B3 +LQ03X030390 Extensin-3, putative 5.155268892 C6_control_C1 +LQ03X030390 Extensin-3, putative 4.9032312 C6_control_C2 +LQ03X030390 Extensin-3, putative 5.53633351 C6_control_C3 +LQ03X030390 Extensin-3, putative 5.110292158 C6_chemical_A1 +LQ03X030390 Extensin-3, putative 5.422417293 C6_chemical_A3 +LQ03X030390 Extensin-3, putative 5.386754925 C6_chemical_B1 +LQ03X030390 Extensin-3, putative 5.300557897 C6_chemical_B2 +LQ03X030390 Extensin-3, putative 4.869529653 C6_chemical_B3 +LQ03X030390 Extensin-3, putative 5.032999515 C6_chemical_C1 +LQ03X030390 Extensin-3, putative 5.548377302 C6_chemical_C2 +LQ03X030390 Extensin-3, putative 5.219263244 C6_chemical_C3 +LQ03X030390 Extensin-3, putative 4.895510025 L4_control_A1 +LQ03X030390 Extensin-3, putative 5.127299639 L4_control_A2 +LQ03X030390 Extensin-3, putative 5.091926712 L4_control_A3 +LQ03X030390 Extensin-3, putative 5.337671627 L4_control_B1 +LQ03X030390 Extensin-3, putative 5.205926008 L4_control_B2 +LQ03X030390 Extensin-3, putative 5.025909809 L4_control_B3 +LQ03X030390 Extensin-3, putative 5.150875091 L4_control_C2 +LQ03X030390 Extensin-3, putative 6.362593921 L4_control_C3 +LQ03X030390 Extensin-3, putative 5.088855366 L4_chemical_A1 +LQ03X030390 Extensin-3, putative 5.11329879 L4_chemical_A2 +LQ03X030390 Extensin-3, putative 5.222572009 L4_chemical_A3 +LQ03X030390 Extensin-3, putative 5.246680182 L4_chemical_B1 +LQ03X030390 Extensin-3, putative 5.480942336 L4_chemical_B2 +LQ03X030390 Extensin-3, putative 5.109709171 L4_chemical_B3 +LQ03X030390 Extensin-3, putative 5.462815565 L4_chemical_C2 +LQ03X030390 Extensin-3, putative 5.403764371 L4_chemical_C3 +LQ03X030410 Putative 50S ribosomal protein L35 5.522305223 C6_control_A1 +LQ03X030410 Putative 50S ribosomal protein L35 5.869667109 C6_control_A3 +LQ03X030410 Putative 50S ribosomal protein L35 6.031128223 C6_control_B1 +LQ03X030410 Putative 50S ribosomal protein L35 5.24515126 C6_control_B2 +LQ03X030410 Putative 50S ribosomal protein L35 5.961222335 C6_control_B3 +LQ03X030410 Putative 50S ribosomal protein L35 5.783559401 C6_control_C1 +LQ03X030410 Putative 50S ribosomal protein L35 5.616633528 C6_control_C2 +LQ03X030410 Putative 50S ribosomal protein L35 5.52774112 C6_control_C3 +LQ03X030410 Putative 50S ribosomal protein L35 5.499705351 C6_chemical_A1 +LQ03X030410 Putative 50S ribosomal protein L35 5.645052751 C6_chemical_A3 +LQ03X030410 Putative 50S ribosomal protein L35 6.390305316 C6_chemical_B1 +LQ03X030410 Putative 50S ribosomal protein L35 5.226717498 C6_chemical_B2 +LQ03X030410 Putative 50S ribosomal protein L35 5.219999979 C6_chemical_B3 +LQ03X030410 Putative 50S ribosomal protein L35 5.734746196 C6_chemical_C1 +LQ03X030410 Putative 50S ribosomal protein L35 5.300259289 C6_chemical_C2 +LQ03X030410 Putative 50S ribosomal protein L35 6.204405368 C6_chemical_C3 +LQ03X030410 Putative 50S ribosomal protein L35 5.721527074 L4_control_A1 +LQ03X030410 Putative 50S ribosomal protein L35 5.248831442 L4_control_A2 +LQ03X030410 Putative 50S ribosomal protein L35 5.469632703 L4_control_A3 +LQ03X030410 Putative 50S ribosomal protein L35 5.420952092 L4_control_B1 +LQ03X030410 Putative 50S ribosomal protein L35 4.991643381 L4_control_B2 +LQ03X030410 Putative 50S ribosomal protein L35 5.755128578 L4_control_B3 +LQ03X030410 Putative 50S ribosomal protein L35 5.262341614 L4_control_C2 +LQ03X030410 Putative 50S ribosomal protein L35 5.614505245 L4_control_C3 +LQ03X030410 Putative 50S ribosomal protein L35 5.537706056 L4_chemical_A1 +LQ03X030410 Putative 50S ribosomal protein L35 5.435252792 L4_chemical_A2 +LQ03X030410 Putative 50S ribosomal protein L35 5.508279351 L4_chemical_A3 +LQ03X030410 Putative 50S ribosomal protein L35 5.157622283 L4_chemical_B1 +LQ03X030410 Putative 50S ribosomal protein L35 5.478571782 L4_chemical_B2 +LQ03X030410 Putative 50S ribosomal protein L35 5.551160424 L4_chemical_B3 +LQ03X030410 Putative 50S ribosomal protein L35 5.8525945 L4_chemical_C2 +LQ03X030410 Putative 50S ribosomal protein L35 5.424890564 L4_chemical_C3 +LQ03X030430 Putative COBW domain-containing protein 1 5.714032679 C6_control_A1 +LQ03X030430 Putative COBW domain-containing protein 1 5.903966564 C6_control_A3 +LQ03X030430 Putative COBW domain-containing protein 1 5.794833521 C6_control_B1 +LQ03X030430 Putative COBW domain-containing protein 1 6.196701474 C6_control_B2 +LQ03X030430 Putative COBW domain-containing protein 1 5.416812808 C6_control_B3 +LQ03X030430 Putative COBW domain-containing protein 1 5.873485592 C6_control_C1 +LQ03X030430 Putative COBW domain-containing protein 1 6.386429206 C6_control_C2 +LQ03X030430 Putative COBW domain-containing protein 1 6.169713767 C6_control_C3 +LQ03X030430 Putative COBW domain-containing protein 1 5.516788804 C6_chemical_A1 +LQ03X030430 Putative COBW domain-containing protein 1 5.742601162 C6_chemical_A3 +LQ03X030430 Putative COBW domain-containing protein 1 5.783861035 C6_chemical_B1 +LQ03X030430 Putative COBW domain-containing protein 1 6.200469362 C6_chemical_B2 +LQ03X030430 Putative COBW domain-containing protein 1 6.063276345 C6_chemical_B3 +LQ03X030430 Putative COBW domain-containing protein 1 5.694171049 C6_chemical_C1 +LQ03X030430 Putative COBW domain-containing protein 1 6.372793239 C6_chemical_C2 +LQ03X030430 Putative COBW domain-containing protein 1 5.549421579 C6_chemical_C3 +LQ03X030430 Putative COBW domain-containing protein 1 5.229164926 L4_control_A1 +LQ03X030430 Putative COBW domain-containing protein 1 5.891293604 L4_control_A2 +LQ03X030430 Putative COBW domain-containing protein 1 5.531207308 L4_control_A3 +LQ03X030430 Putative COBW domain-containing protein 1 5.739308715 L4_control_B1 +LQ03X030430 Putative COBW domain-containing protein 1 5.935225141 L4_control_B2 +LQ03X030430 Putative COBW domain-containing protein 1 5.66162211 L4_control_B3 +LQ03X030430 Putative COBW domain-containing protein 1 5.603185046 L4_control_C2 +LQ03X030430 Putative COBW domain-containing protein 1 5.538296938 L4_control_C3 +LQ03X030430 Putative COBW domain-containing protein 1 5.599511264 L4_chemical_A1 +LQ03X030430 Putative COBW domain-containing protein 1 5.977617235 L4_chemical_A2 +LQ03X030430 Putative COBW domain-containing protein 1 6.326910595 L4_chemical_A3 +LQ03X030430 Putative COBW domain-containing protein 1 5.524427735 L4_chemical_B1 +LQ03X030430 Putative COBW domain-containing protein 1 5.861407068 L4_chemical_B2 +LQ03X030430 Putative COBW domain-containing protein 1 5.758996697 L4_chemical_B3 +LQ03X030430 Putative COBW domain-containing protein 1 5.512997576 L4_chemical_C2 +LQ03X030430 Putative COBW domain-containing protein 1 5.343524261 L4_chemical_C3 +LQ03X030440 Predicted protein 9.749992735 C6_control_A1 +LQ03X030440 Predicted protein 6.882870393 C6_control_A3 +LQ03X030440 Predicted protein 10.76766138 C6_control_B1 +LQ03X030440 Predicted protein 11.63320453 C6_control_B2 +LQ03X030440 Predicted protein 11.03032129 C6_control_B3 +LQ03X030440 Predicted protein 11.96939776 C6_control_C1 +LQ03X030440 Predicted protein 11.92040733 C6_control_C2 +LQ03X030440 Predicted protein 11.86155641 C6_control_C3 +LQ03X030440 Predicted protein 9.428356141 C6_chemical_A1 +LQ03X030440 Predicted protein 7.464348177 C6_chemical_A3 +LQ03X030440 Predicted protein 11.03177995 C6_chemical_B1 +LQ03X030440 Predicted protein 11.67031326 C6_chemical_B2 +LQ03X030440 Predicted protein 10.6363981 C6_chemical_B3 +LQ03X030440 Predicted protein 11.93752875 C6_chemical_C1 +LQ03X030440 Predicted protein 11.74158891 C6_chemical_C2 +LQ03X030440 Predicted protein 12.0563679 C6_chemical_C3 +LQ03X030440 Predicted protein 8.697727224 L4_control_A1 +LQ03X030440 Predicted protein 9.772939053 L4_control_A2 +LQ03X030440 Predicted protein 7.962054832 L4_control_A3 +LQ03X030440 Predicted protein 11.60860359 L4_control_B1 +LQ03X030440 Predicted protein 10.22271814 L4_control_B2 +LQ03X030440 Predicted protein 10.62001774 L4_control_B3 +LQ03X030440 Predicted protein 11.26621119 L4_control_C2 +LQ03X030440 Predicted protein 11.04018954 L4_control_C3 +LQ03X030440 Predicted protein 9.452190222 L4_chemical_A1 +LQ03X030440 Predicted protein 10.32373349 L4_chemical_A2 +LQ03X030440 Predicted protein 8.896517969 L4_chemical_A3 +LQ03X030440 Predicted protein 11.18048741 L4_chemical_B1 +LQ03X030440 Predicted protein 10.71779905 L4_chemical_B2 +LQ03X030440 Predicted protein 10.56870538 L4_chemical_B3 +LQ03X030440 Predicted protein 11.53991006 L4_chemical_C2 +LQ03X030440 Predicted protein 11.44487433 L4_chemical_C3 +LQ03X030450 Isoflavone reductase homolog 11.49830932 C6_control_A1 +LQ03X030450 Isoflavone reductase homolog 10.77025645 C6_control_A3 +LQ03X030450 Isoflavone reductase homolog 12.33565279 C6_control_B1 +LQ03X030450 Isoflavone reductase homolog 12.20884399 C6_control_B2 +LQ03X030450 Isoflavone reductase homolog 12.67585231 C6_control_B3 +LQ03X030450 Isoflavone reductase homolog 12.75739032 C6_control_C1 +LQ03X030450 Isoflavone reductase homolog 12.10832562 C6_control_C2 +LQ03X030450 Isoflavone reductase homolog 12.37184644 C6_control_C3 +LQ03X030450 Isoflavone reductase homolog 11.47098701 C6_chemical_A1 +LQ03X030450 Isoflavone reductase homolog 11.40890541 C6_chemical_A3 +LQ03X030450 Isoflavone reductase homolog 12.14758759 C6_chemical_B1 +LQ03X030450 Isoflavone reductase homolog 11.93548665 C6_chemical_B2 +LQ03X030450 Isoflavone reductase homolog 12.70775438 C6_chemical_B3 +LQ03X030450 Isoflavone reductase homolog 12.53951885 C6_chemical_C1 +LQ03X030450 Isoflavone reductase homolog 12.1134772 C6_chemical_C2 +LQ03X030450 Isoflavone reductase homolog 12.02580818 C6_chemical_C3 +LQ03X030450 Isoflavone reductase homolog 11.12563762 L4_control_A1 +LQ03X030450 Isoflavone reductase homolog 11.05429431 L4_control_A2 +LQ03X030450 Isoflavone reductase homolog 11.30610586 L4_control_A3 +LQ03X030450 Isoflavone reductase homolog 12.31377842 L4_control_B1 +LQ03X030450 Isoflavone reductase homolog 12.23270358 L4_control_B2 +LQ03X030450 Isoflavone reductase homolog 13.08553921 L4_control_B3 +LQ03X030450 Isoflavone reductase homolog 12.53452467 L4_control_C2 +LQ03X030450 Isoflavone reductase homolog 12.69392467 L4_control_C3 +LQ03X030450 Isoflavone reductase homolog 10.55532401 L4_chemical_A1 +LQ03X030450 Isoflavone reductase homolog 10.60251286 L4_chemical_A2 +LQ03X030450 Isoflavone reductase homolog 11.15639493 L4_chemical_A3 +LQ03X030450 Isoflavone reductase homolog 11.96071414 L4_chemical_B1 +LQ03X030450 Isoflavone reductase homolog 12.07617103 L4_chemical_B2 +LQ03X030450 Isoflavone reductase homolog 11.9566984 L4_chemical_B3 +LQ03X030450 Isoflavone reductase homolog 12.1477293 L4_chemical_C2 +LQ03X030450 Isoflavone reductase homolog 12.8092193 L4_chemical_C3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.865808188 C6_control_A1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.432557823 C6_control_A3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.884079667 C6_control_B1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.161506737 C6_control_B2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.095529298 C6_control_B3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.398021766 C6_control_C1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.971126028 C6_control_C2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.265178722 C6_control_C3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.092945519 C6_chemical_A1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.783106278 C6_chemical_A3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.230790942 C6_chemical_B1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.911307228 C6_chemical_B2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.829207719 C6_chemical_B3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.702912003 C6_chemical_C1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.920785837 C6_chemical_C2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.765932302 C6_chemical_C3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.730552229 L4_control_A1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.023955825 L4_control_A2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.791132313 L4_control_A3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.618893965 L4_control_B1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.299438783 L4_control_B2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.893518492 L4_control_B3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.922108366 L4_control_C2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.850603054 L4_control_C3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.559191374 L4_chemical_A1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.970627205 L4_chemical_A2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.215018711 L4_chemical_A3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.52390777 L4_chemical_B1 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.461718198 L4_chemical_B2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 5.980661754 L4_chemical_B3 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.305977683 L4_chemical_C2 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.398349815 L4_chemical_C3 +LQ03X030500 Putative uncharacterized protein 12.14389313 C6_control_A1 +LQ03X030500 Putative uncharacterized protein 10.83723031 C6_control_A3 +LQ03X030500 Putative uncharacterized protein 11.37354979 C6_control_B1 +LQ03X030500 Putative uncharacterized protein 10.24738261 C6_control_B2 +LQ03X030500 Putative uncharacterized protein 8.116738218 C6_control_B3 +LQ03X030500 Putative uncharacterized protein 13.59926664 C6_control_C1 +LQ03X030500 Putative uncharacterized protein 12.37926219 C6_control_C2 +LQ03X030500 Putative uncharacterized protein 11.98926641 C6_control_C3 +LQ03X030500 Putative uncharacterized protein 12.867937 C6_chemical_A1 +LQ03X030500 Putative uncharacterized protein 11.7818494 C6_chemical_A3 +LQ03X030500 Putative uncharacterized protein 12.19300964 C6_chemical_B1 +LQ03X030500 Putative uncharacterized protein 11.32974558 C6_chemical_B2 +LQ03X030500 Putative uncharacterized protein 8.67839406 C6_chemical_B3 +LQ03X030500 Putative uncharacterized protein 14.09446788 C6_chemical_C1 +LQ03X030500 Putative uncharacterized protein 13.11324165 C6_chemical_C2 +LQ03X030500 Putative uncharacterized protein 12.45621866 C6_chemical_C3 +LQ03X030500 Putative uncharacterized protein 12.55204954 L4_control_A1 +LQ03X030500 Putative uncharacterized protein 12.05821687 L4_control_A2 +LQ03X030500 Putative uncharacterized protein 12.08259754 L4_control_A3 +LQ03X030500 Putative uncharacterized protein 10.76952102 L4_control_B1 +LQ03X030500 Putative uncharacterized protein 9.841216367 L4_control_B2 +LQ03X030500 Putative uncharacterized protein 8.515706577 L4_control_B3 +LQ03X030500 Putative uncharacterized protein 11.08181292 L4_control_C2 +LQ03X030500 Putative uncharacterized protein 10.95190099 L4_control_C3 +LQ03X030500 Putative uncharacterized protein 13.64100698 L4_chemical_A1 +LQ03X030500 Putative uncharacterized protein 13.42295228 L4_chemical_A2 +LQ03X030500 Putative uncharacterized protein 12.94573801 L4_chemical_A3 +LQ03X030500 Putative uncharacterized protein 11.91388717 L4_chemical_B1 +LQ03X030500 Putative uncharacterized protein 10.96446834 L4_chemical_B2 +LQ03X030500 Putative uncharacterized protein 9.8777432 L4_chemical_B3 +LQ03X030500 Putative uncharacterized protein 11.88210026 L4_chemical_C2 +LQ03X030500 Putative uncharacterized protein 11.63618743 L4_chemical_C3 +LQ03X030530 Mps one binder kinase activator-like 1 5.802717223 C6_control_A1 +LQ03X030530 Mps one binder kinase activator-like 1 5.463264829 C6_control_A3 +LQ03X030530 Mps one binder kinase activator-like 1 5.186833257 C6_control_B1 +LQ03X030530 Mps one binder kinase activator-like 1 5.716380184 C6_control_B2 +LQ03X030530 Mps one binder kinase activator-like 1 5.855171954 C6_control_B3 +LQ03X030530 Mps one binder kinase activator-like 1 5.344426129 C6_control_C1 +LQ03X030530 Mps one binder kinase activator-like 1 6.004120973 C6_control_C2 +LQ03X030530 Mps one binder kinase activator-like 1 5.590288453 C6_control_C3 +LQ03X030530 Mps one binder kinase activator-like 1 5.848574919 C6_chemical_A1 +LQ03X030530 Mps one binder kinase activator-like 1 5.238536692 C6_chemical_A3 +LQ03X030530 Mps one binder kinase activator-like 1 5.204619835 C6_chemical_B1 +LQ03X030530 Mps one binder kinase activator-like 1 5.946514852 C6_chemical_B2 +LQ03X030530 Mps one binder kinase activator-like 1 5.505602797 C6_chemical_B3 +LQ03X030530 Mps one binder kinase activator-like 1 5.750833468 C6_chemical_C1 +LQ03X030530 Mps one binder kinase activator-like 1 5.272745622 C6_chemical_C2 +LQ03X030530 Mps one binder kinase activator-like 1 5.460086587 C6_chemical_C3 +LQ03X030530 Mps one binder kinase activator-like 1 5.513413046 L4_control_A1 +LQ03X030530 Mps one binder kinase activator-like 1 5.274468614 L4_control_A2 +LQ03X030530 Mps one binder kinase activator-like 1 5.635386175 L4_control_A3 +LQ03X030530 Mps one binder kinase activator-like 1 5.421597057 L4_control_B1 +LQ03X030530 Mps one binder kinase activator-like 1 5.215076497 L4_control_B2 +LQ03X030530 Mps one binder kinase activator-like 1 5.317560486 L4_control_B3 +LQ03X030530 Mps one binder kinase activator-like 1 4.834877488 L4_control_C2 +LQ03X030530 Mps one binder kinase activator-like 1 5.33724302 L4_control_C3 +LQ03X030530 Mps one binder kinase activator-like 1 5.520542651 L4_chemical_A1 +LQ03X030530 Mps one binder kinase activator-like 1 5.524772854 L4_chemical_A2 +LQ03X030530 Mps one binder kinase activator-like 1 5.344234848 L4_chemical_A3 +LQ03X030530 Mps one binder kinase activator-like 1 5.357330673 L4_chemical_B1 +LQ03X030530 Mps one binder kinase activator-like 1 5.035759647 L4_chemical_B2 +LQ03X030530 Mps one binder kinase activator-like 1 5.562347664 L4_chemical_B3 +LQ03X030530 Mps one binder kinase activator-like 1 5.278174714 L4_chemical_C2 +LQ03X030530 Mps one binder kinase activator-like 1 4.899901809 L4_chemical_C3 +LQ03X030550 Putative uncharacterized protein 6.130939666 C6_control_A1 +LQ03X030550 Putative uncharacterized protein 6.766714005 C6_control_A3 +LQ03X030550 Putative uncharacterized protein 5.226453472 C6_control_B1 +LQ03X030550 Putative uncharacterized protein 5.991705823 C6_control_B2 +LQ03X030550 Putative uncharacterized protein 6.075255652 C6_control_B3 +LQ03X030550 Putative uncharacterized protein 5.669472905 C6_control_C1 +LQ03X030550 Putative uncharacterized protein 5.50755239 C6_control_C2 +LQ03X030550 Putative uncharacterized protein 5.926301683 C6_control_C3 +LQ03X030550 Putative uncharacterized protein 5.809473322 C6_chemical_A1 +LQ03X030550 Putative uncharacterized protein 5.908013139 C6_chemical_A3 +LQ03X030550 Putative uncharacterized protein 5.344946507 C6_chemical_B1 +LQ03X030550 Putative uncharacterized protein 5.728747447 C6_chemical_B2 +LQ03X030550 Putative uncharacterized protein 6.188808428 C6_chemical_B3 +LQ03X030550 Putative uncharacterized protein 5.440929194 C6_chemical_C1 +LQ03X030550 Putative uncharacterized protein 6.324406521 C6_chemical_C2 +LQ03X030550 Putative uncharacterized protein 5.500527304 C6_chemical_C3 +LQ03X030550 Putative uncharacterized protein 5.805354372 L4_control_A1 +LQ03X030550 Putative uncharacterized protein 6.928652117 L4_control_A2 +LQ03X030550 Putative uncharacterized protein 6.286995264 L4_control_A3 +LQ03X030550 Putative uncharacterized protein 5.978597643 L4_control_B1 +LQ03X030550 Putative uncharacterized protein 6.575317484 L4_control_B2 +LQ03X030550 Putative uncharacterized protein 5.869512501 L4_control_B3 +LQ03X030550 Putative uncharacterized protein 6.250260386 L4_control_C2 +LQ03X030550 Putative uncharacterized protein 5.488838707 L4_control_C3 +LQ03X030550 Putative uncharacterized protein 6.052696532 L4_chemical_A1 +LQ03X030550 Putative uncharacterized protein 6.548953288 L4_chemical_A2 +LQ03X030550 Putative uncharacterized protein 6.769000219 L4_chemical_A3 +LQ03X030550 Putative uncharacterized protein 5.724921112 L4_chemical_B1 +LQ03X030550 Putative uncharacterized protein 6.202336951 L4_chemical_B2 +LQ03X030550 Putative uncharacterized protein 6.065099951 L4_chemical_B3 +LQ03X030550 Putative uncharacterized protein 4.981483945 L4_chemical_C2 +LQ03X030550 Putative uncharacterized protein 5.198133276 L4_chemical_C3 +LQ03X030560 Hypothetical protein 6.078017914 C6_control_A1 +LQ03X030560 Hypothetical protein 5.465004423 C6_control_A3 +LQ03X030560 Hypothetical protein 5.258354673 C6_control_B1 +LQ03X030560 Hypothetical protein 6.27115927 C6_control_B2 +LQ03X030560 Hypothetical protein 5.25953452 C6_control_B3 +LQ03X030560 Hypothetical protein 5.538489605 C6_control_C1 +LQ03X030560 Hypothetical protein 5.651936741 C6_control_C2 +LQ03X030560 Hypothetical protein 5.517483694 C6_control_C3 +LQ03X030560 Hypothetical protein 7.009043866 C6_chemical_A1 +LQ03X030560 Hypothetical protein 6.390292091 C6_chemical_A3 +LQ03X030560 Hypothetical protein 5.383258457 C6_chemical_B1 +LQ03X030560 Hypothetical protein 6.620535903 C6_chemical_B2 +LQ03X030560 Hypothetical protein 6.712089965 C6_chemical_B3 +LQ03X030560 Hypothetical protein 5.477690055 C6_chemical_C1 +LQ03X030560 Hypothetical protein 5.946435376 C6_chemical_C2 +LQ03X030560 Hypothetical protein 6.341473422 C6_chemical_C3 +LQ03X030560 Hypothetical protein 7.225387649 L4_control_A1 +LQ03X030560 Hypothetical protein 5.928501071 L4_control_A2 +LQ03X030560 Hypothetical protein 7.654061732 L4_control_A3 +LQ03X030560 Hypothetical protein 5.252141641 L4_control_B1 +LQ03X030560 Hypothetical protein 5.76558002 L4_control_B2 +LQ03X030560 Hypothetical protein 6.636479148 L4_control_B3 +LQ03X030560 Hypothetical protein 6.238853065 L4_control_C2 +LQ03X030560 Hypothetical protein 5.287215148 L4_control_C3 +LQ03X030560 Hypothetical protein 7.113561087 L4_chemical_A1 +LQ03X030560 Hypothetical protein 6.423933911 L4_chemical_A2 +LQ03X030560 Hypothetical protein 7.281486535 L4_chemical_A3 +LQ03X030560 Hypothetical protein 5.47188137 L4_chemical_B1 +LQ03X030560 Hypothetical protein 6.012517307 L4_chemical_B2 +LQ03X030560 Hypothetical protein 6.216033995 L4_chemical_B3 +LQ03X030560 Hypothetical protein 5.733610624 L4_chemical_C2 +LQ03X030560 Hypothetical protein 5.589026814 L4_chemical_C3 +LQ03X030570 Hypothetical protein 5.556521844 C6_control_A1 +LQ03X030570 Hypothetical protein 5.32268794 C6_control_A3 +LQ03X030570 Hypothetical protein 5.808491132 C6_control_B1 +LQ03X030570 Hypothetical protein 4.89313646 C6_control_B2 +LQ03X030570 Hypothetical protein 5.544624825 C6_control_B3 +LQ03X030570 Hypothetical protein 4.930982016 C6_control_C1 +LQ03X030570 Hypothetical protein 5.266697511 C6_control_C2 +LQ03X030570 Hypothetical protein 5.311208248 C6_control_C3 +LQ03X030570 Hypothetical protein 5.190363759 C6_chemical_A1 +LQ03X030570 Hypothetical protein 5.211763444 C6_chemical_A3 +LQ03X030570 Hypothetical protein 5.404109435 C6_chemical_B1 +LQ03X030570 Hypothetical protein 5.199981165 C6_chemical_B2 +LQ03X030570 Hypothetical protein 6.048366473 C6_chemical_B3 +LQ03X030570 Hypothetical protein 4.877489807 C6_chemical_C1 +LQ03X030570 Hypothetical protein 4.73088785 C6_chemical_C2 +LQ03X030570 Hypothetical protein 4.982333363 C6_chemical_C3 +LQ03X030570 Hypothetical protein 5.380873105 L4_control_A1 +LQ03X030570 Hypothetical protein 5.468931471 L4_control_A2 +LQ03X030570 Hypothetical protein 4.983188743 L4_control_A3 +LQ03X030570 Hypothetical protein 4.945541077 L4_control_B1 +LQ03X030570 Hypothetical protein 5.608883164 L4_control_B2 +LQ03X030570 Hypothetical protein 5.588407791 L4_control_B3 +LQ03X030570 Hypothetical protein 5.082141403 L4_control_C2 +LQ03X030570 Hypothetical protein 6.220895526 L4_control_C3 +LQ03X030570 Hypothetical protein 5.367995609 L4_chemical_A1 +LQ03X030570 Hypothetical protein 5.739693629 L4_chemical_A2 +LQ03X030570 Hypothetical protein 4.917643043 L4_chemical_A3 +LQ03X030570 Hypothetical protein 5.748082254 L4_chemical_B1 +LQ03X030570 Hypothetical protein 5.032231159 L4_chemical_B2 +LQ03X030570 Hypothetical protein 5.828891449 L4_chemical_B3 +LQ03X030570 Hypothetical protein 4.976369791 L4_chemical_C2 +LQ03X030570 Hypothetical protein 5.310492579 L4_chemical_C3 +LQ03X030620 Cyclin-dependent kinase F-4 6.028755054 C6_control_A1 +LQ03X030620 Cyclin-dependent kinase F-4 7.026652473 C6_control_A3 +LQ03X030620 Cyclin-dependent kinase F-4 6.041821361 C6_control_B1 +LQ03X030620 Cyclin-dependent kinase F-4 5.710929681 C6_control_B2 +LQ03X030620 Cyclin-dependent kinase F-4 6.431726953 C6_control_B3 +LQ03X030620 Cyclin-dependent kinase F-4 5.578801351 C6_control_C1 +LQ03X030620 Cyclin-dependent kinase F-4 7.544175138 C6_control_C2 +LQ03X030620 Cyclin-dependent kinase F-4 5.974586133 C6_control_C3 +LQ03X030620 Cyclin-dependent kinase F-4 5.623171292 C6_chemical_A1 +LQ03X030620 Cyclin-dependent kinase F-4 5.839551416 C6_chemical_A3 +LQ03X030620 Cyclin-dependent kinase F-4 5.758409124 C6_chemical_B1 +LQ03X030620 Cyclin-dependent kinase F-4 6.052601445 C6_chemical_B2 +LQ03X030620 Cyclin-dependent kinase F-4 5.697194292 C6_chemical_B3 +LQ03X030620 Cyclin-dependent kinase F-4 5.67207861 C6_chemical_C1 +LQ03X030620 Cyclin-dependent kinase F-4 6.152113001 C6_chemical_C2 +LQ03X030620 Cyclin-dependent kinase F-4 5.398362574 C6_chemical_C3 +LQ03X030620 Cyclin-dependent kinase F-4 5.732454338 L4_control_A1 +LQ03X030620 Cyclin-dependent kinase F-4 6.1835382 L4_control_A2 +LQ03X030620 Cyclin-dependent kinase F-4 5.483994816 L4_control_A3 +LQ03X030620 Cyclin-dependent kinase F-4 5.857095489 L4_control_B1 +LQ03X030620 Cyclin-dependent kinase F-4 6.619256406 L4_control_B2 +LQ03X030620 Cyclin-dependent kinase F-4 6.367273224 L4_control_B3 +LQ03X030620 Cyclin-dependent kinase F-4 5.805824197 L4_control_C2 +LQ03X030620 Cyclin-dependent kinase F-4 5.923272618 L4_control_C3 +LQ03X030620 Cyclin-dependent kinase F-4 5.94164184 L4_chemical_A1 +LQ03X030620 Cyclin-dependent kinase F-4 6.095427619 L4_chemical_A2 +LQ03X030620 Cyclin-dependent kinase F-4 5.543099195 L4_chemical_A3 +LQ03X030620 Cyclin-dependent kinase F-4 6.522286467 L4_chemical_B1 +LQ03X030620 Cyclin-dependent kinase F-4 5.887395929 L4_chemical_B2 +LQ03X030620 Cyclin-dependent kinase F-4 6.022146866 L4_chemical_B3 +LQ03X030620 Cyclin-dependent kinase F-4 5.364721367 L4_chemical_C2 +LQ03X030620 Cyclin-dependent kinase F-4 5.644521325 L4_chemical_C3 +LQ03X030630 Uncharacterized protein At4g19112.1 11.52576508 C6_control_A1 +LQ03X030630 Uncharacterized protein At4g19112.1 11.35765336 C6_control_A3 +LQ03X030630 Uncharacterized protein At4g19112.1 12.00326463 C6_control_B1 +LQ03X030630 Uncharacterized protein At4g19112.1 12.2973852 C6_control_B2 +LQ03X030630 Uncharacterized protein At4g19112.1 12.05841505 C6_control_B3 +LQ03X030630 Uncharacterized protein At4g19112.1 12.12694449 C6_control_C1 +LQ03X030630 Uncharacterized protein At4g19112.1 12.56529051 C6_control_C2 +LQ03X030630 Uncharacterized protein At4g19112.1 12.43832909 C6_control_C3 +LQ03X030630 Uncharacterized protein At4g19112.1 11.91133995 C6_chemical_A1 +LQ03X030630 Uncharacterized protein At4g19112.1 11.55980635 C6_chemical_A3 +LQ03X030630 Uncharacterized protein At4g19112.1 12.44262856 C6_chemical_B1 +LQ03X030630 Uncharacterized protein At4g19112.1 12.68869982 C6_chemical_B2 +LQ03X030630 Uncharacterized protein At4g19112.1 12.51410195 C6_chemical_B3 +LQ03X030630 Uncharacterized protein At4g19112.1 12.34379543 C6_chemical_C1 +LQ03X030630 Uncharacterized protein At4g19112.1 12.44696572 C6_chemical_C2 +LQ03X030630 Uncharacterized protein At4g19112.1 12.80012521 C6_chemical_C3 +LQ03X030630 Uncharacterized protein At4g19112.1 11.67213177 L4_control_A1 +LQ03X030630 Uncharacterized protein At4g19112.1 10.95013721 L4_control_A2 +LQ03X030630 Uncharacterized protein At4g19112.1 11.87400338 L4_control_A3 +LQ03X030630 Uncharacterized protein At4g19112.1 11.49817674 L4_control_B1 +LQ03X030630 Uncharacterized protein At4g19112.1 11.99046676 L4_control_B2 +LQ03X030630 Uncharacterized protein At4g19112.1 12.92523188 L4_control_B3 +LQ03X030630 Uncharacterized protein At4g19112.1 12.15333928 L4_control_C2 +LQ03X030630 Uncharacterized protein At4g19112.1 11.84796254 L4_control_C3 +LQ03X030630 Uncharacterized protein At4g19112.1 11.40702775 L4_chemical_A1 +LQ03X030630 Uncharacterized protein At4g19112.1 11.18688731 L4_chemical_A2 +LQ03X030630 Uncharacterized protein At4g19112.1 11.5857531 L4_chemical_A3 +LQ03X030630 Uncharacterized protein At4g19112.1 10.95723339 L4_chemical_B1 +LQ03X030630 Uncharacterized protein At4g19112.1 11.3675487 L4_chemical_B2 +LQ03X030630 Uncharacterized protein At4g19112.1 12.28982058 L4_chemical_B3 +LQ03X030630 Uncharacterized protein At4g19112.1 12.07609047 L4_chemical_C2 +LQ03X030630 Uncharacterized protein At4g19112.1 11.53561579 L4_chemical_C3 +LQ03X030650 Probable methyltransferase PMT21 11.14631616 C6_control_A1 +LQ03X030650 Probable methyltransferase PMT21 9.591218399 C6_control_A3 +LQ03X030650 Probable methyltransferase PMT21 11.59570447 C6_control_B1 +LQ03X030650 Probable methyltransferase PMT21 10.81893604 C6_control_B2 +LQ03X030650 Probable methyltransferase PMT21 11.82378078 C6_control_B3 +LQ03X030650 Probable methyltransferase PMT21 6.539789183 C6_control_C1 +LQ03X030650 Probable methyltransferase PMT21 6.265653567 C6_control_C2 +LQ03X030650 Probable methyltransferase PMT21 6.186005879 C6_control_C3 +LQ03X030650 Probable methyltransferase PMT21 11.35321805 C6_chemical_A1 +LQ03X030650 Probable methyltransferase PMT21 9.999112846 C6_chemical_A3 +LQ03X030650 Probable methyltransferase PMT21 11.73288988 C6_chemical_B1 +LQ03X030650 Probable methyltransferase PMT21 11.10912239 C6_chemical_B2 +LQ03X030650 Probable methyltransferase PMT21 11.1677206 C6_chemical_B3 +LQ03X030650 Probable methyltransferase PMT21 6.180070828 C6_chemical_C1 +LQ03X030650 Probable methyltransferase PMT21 6.443918993 C6_chemical_C2 +LQ03X030650 Probable methyltransferase PMT21 6.787868074 C6_chemical_C3 +LQ03X030650 Probable methyltransferase PMT21 10.55829106 L4_control_A1 +LQ03X030650 Probable methyltransferase PMT21 11.83968141 L4_control_A2 +LQ03X030650 Probable methyltransferase PMT21 10.87569527 L4_control_A3 +LQ03X030650 Probable methyltransferase PMT21 11.33886656 L4_control_B1 +LQ03X030650 Probable methyltransferase PMT21 12.49665218 L4_control_B2 +LQ03X030650 Probable methyltransferase PMT21 10.02108924 L4_control_B3 +LQ03X030650 Probable methyltransferase PMT21 8.657113412 L4_control_C2 +LQ03X030650 Probable methyltransferase PMT21 9.518883601 L4_control_C3 +LQ03X030650 Probable methyltransferase PMT21 9.836681174 L4_chemical_A1 +LQ03X030650 Probable methyltransferase PMT21 11.24220489 L4_chemical_A2 +LQ03X030650 Probable methyltransferase PMT21 10.44202454 L4_chemical_A3 +LQ03X030650 Probable methyltransferase PMT21 11.16685675 L4_chemical_B1 +LQ03X030650 Probable methyltransferase PMT21 11.32551562 L4_chemical_B2 +LQ03X030650 Probable methyltransferase PMT21 11.5928703 L4_chemical_B3 +LQ03X030650 Probable methyltransferase PMT21 8.643441013 L4_chemical_C2 +LQ03X030650 Probable methyltransferase PMT21 9.552599154 L4_chemical_C3 +LQ03X030680 Putative uncharacterized protein 11.76666098 C6_control_A1 +LQ03X030680 Putative uncharacterized protein 11.1980045 C6_control_A3 +LQ03X030680 Putative uncharacterized protein 11.9619023 C6_control_B1 +LQ03X030680 Putative uncharacterized protein 12.25599114 C6_control_B2 +LQ03X030680 Putative uncharacterized protein 11.76707652 C6_control_B3 +LQ03X030680 Putative uncharacterized protein 11.91495461 C6_control_C1 +LQ03X030680 Putative uncharacterized protein 12.37859728 C6_control_C2 +LQ03X030680 Putative uncharacterized protein 12.02492065 C6_control_C3 +LQ03X030680 Putative uncharacterized protein 12.09259657 C6_chemical_A1 +LQ03X030680 Putative uncharacterized protein 11.14708746 C6_chemical_A3 +LQ03X030680 Putative uncharacterized protein 12.18749816 C6_chemical_B1 +LQ03X030680 Putative uncharacterized protein 12.63397719 C6_chemical_B2 +LQ03X030680 Putative uncharacterized protein 11.86888576 C6_chemical_B3 +LQ03X030680 Putative uncharacterized protein 11.91362358 C6_chemical_C1 +LQ03X030680 Putative uncharacterized protein 12.35526697 C6_chemical_C2 +LQ03X030680 Putative uncharacterized protein 11.80799421 C6_chemical_C3 +LQ03X030680 Putative uncharacterized protein 10.54433426 L4_control_A1 +LQ03X030680 Putative uncharacterized protein 10.34078882 L4_control_A2 +LQ03X030680 Putative uncharacterized protein 10.56783769 L4_control_A3 +LQ03X030680 Putative uncharacterized protein 11.25851986 L4_control_B1 +LQ03X030680 Putative uncharacterized protein 11.55080748 L4_control_B2 +LQ03X030680 Putative uncharacterized protein 10.96320561 L4_control_B3 +LQ03X030680 Putative uncharacterized protein 11.60572396 L4_control_C2 +LQ03X030680 Putative uncharacterized protein 11.34341983 L4_control_C3 +LQ03X030680 Putative uncharacterized protein 10.43622062 L4_chemical_A1 +LQ03X030680 Putative uncharacterized protein 10.99668331 L4_chemical_A2 +LQ03X030680 Putative uncharacterized protein 10.55571787 L4_chemical_A3 +LQ03X030680 Putative uncharacterized protein 11.53175788 L4_chemical_B1 +LQ03X030680 Putative uncharacterized protein 11.18018675 L4_chemical_B2 +LQ03X030680 Putative uncharacterized protein 10.59219769 L4_chemical_B3 +LQ03X030680 Putative uncharacterized protein 11.67230126 L4_chemical_C2 +LQ03X030680 Putative uncharacterized protein 11.42442526 L4_chemical_C3 +LQ03X030700 Putative Replication factor C subunit 3 6.766565014 C6_control_A1 +LQ03X030700 Putative Replication factor C subunit 3 6.470096395 C6_control_A3 +LQ03X030700 Putative Replication factor C subunit 3 5.861545849 C6_control_B1 +LQ03X030700 Putative Replication factor C subunit 3 6.86965254 C6_control_B2 +LQ03X030700 Putative Replication factor C subunit 3 6.383626353 C6_control_B3 +LQ03X030700 Putative Replication factor C subunit 3 7.393130335 C6_control_C1 +LQ03X030700 Putative Replication factor C subunit 3 7.08755588 C6_control_C2 +LQ03X030700 Putative Replication factor C subunit 3 7.527543705 C6_control_C3 +LQ03X030700 Putative Replication factor C subunit 3 6.767024696 C6_chemical_A1 +LQ03X030700 Putative Replication factor C subunit 3 7.085269378 C6_chemical_A3 +LQ03X030700 Putative Replication factor C subunit 3 5.608626473 C6_chemical_B1 +LQ03X030700 Putative Replication factor C subunit 3 6.715234144 C6_chemical_B2 +LQ03X030700 Putative Replication factor C subunit 3 5.951786727 C6_chemical_B3 +LQ03X030700 Putative Replication factor C subunit 3 6.897459032 C6_chemical_C1 +LQ03X030700 Putative Replication factor C subunit 3 7.144692759 C6_chemical_C2 +LQ03X030700 Putative Replication factor C subunit 3 7.86024988 C6_chemical_C3 +LQ03X030700 Putative Replication factor C subunit 3 7.066145716 L4_control_A1 +LQ03X030700 Putative Replication factor C subunit 3 6.446904872 L4_control_A2 +LQ03X030700 Putative Replication factor C subunit 3 6.440212762 L4_control_A3 +LQ03X030700 Putative Replication factor C subunit 3 5.828178322 L4_control_B1 +LQ03X030700 Putative Replication factor C subunit 3 5.838639634 L4_control_B2 +LQ03X030700 Putative Replication factor C subunit 3 5.941376975 L4_control_B3 +LQ03X030700 Putative Replication factor C subunit 3 6.023793435 L4_control_C2 +LQ03X030700 Putative Replication factor C subunit 3 7.158141785 L4_control_C3 +LQ03X030700 Putative Replication factor C subunit 3 6.924119897 L4_chemical_A1 +LQ03X030700 Putative Replication factor C subunit 3 6.781947492 L4_chemical_A2 +LQ03X030700 Putative Replication factor C subunit 3 6.030546908 L4_chemical_A3 +LQ03X030700 Putative Replication factor C subunit 3 5.853172768 L4_chemical_B1 +LQ03X030700 Putative Replication factor C subunit 3 5.873218512 L4_chemical_B2 +LQ03X030700 Putative Replication factor C subunit 3 5.843405363 L4_chemical_B3 +LQ03X030700 Putative Replication factor C subunit 3 6.291476803 L4_chemical_C2 +LQ03X030700 Putative Replication factor C subunit 3 6.386077701 L4_chemical_C3 +LQ03X030710 Putative uncharacterized protein 12.33866434 C6_control_A1 +LQ03X030710 Putative uncharacterized protein 12.1061467 C6_control_A3 +LQ03X030710 Putative uncharacterized protein 12.651729 C6_control_B1 +LQ03X030710 Putative uncharacterized protein 13.01239285 C6_control_B2 +LQ03X030710 Putative uncharacterized protein 13.28656289 C6_control_B3 +LQ03X030710 Putative uncharacterized protein 13.31162819 C6_control_C1 +LQ03X030710 Putative uncharacterized protein 13.18012809 C6_control_C2 +LQ03X030710 Putative uncharacterized protein 14.00417248 C6_control_C3 +LQ03X030710 Putative uncharacterized protein 12.07286047 C6_chemical_A1 +LQ03X030710 Putative uncharacterized protein 12.55788187 C6_chemical_A3 +LQ03X030710 Putative uncharacterized protein 12.65268814 C6_chemical_B1 +LQ03X030710 Putative uncharacterized protein 12.9172986 C6_chemical_B2 +LQ03X030710 Putative uncharacterized protein 13.40714007 C6_chemical_B3 +LQ03X030710 Putative uncharacterized protein 12.86971474 C6_chemical_C1 +LQ03X030710 Putative uncharacterized protein 13.22218155 C6_chemical_C2 +LQ03X030710 Putative uncharacterized protein 13.63629763 C6_chemical_C3 +LQ03X030710 Putative uncharacterized protein 11.86275405 L4_control_A1 +LQ03X030710 Putative uncharacterized protein 12.67949999 L4_control_A2 +LQ03X030710 Putative uncharacterized protein 12.47262604 L4_control_A3 +LQ03X030710 Putative uncharacterized protein 12.80095623 L4_control_B1 +LQ03X030710 Putative uncharacterized protein 12.68083328 L4_control_B2 +LQ03X030710 Putative uncharacterized protein 13.31510147 L4_control_B3 +LQ03X030710 Putative uncharacterized protein 12.82903108 L4_control_C2 +LQ03X030710 Putative uncharacterized protein 13.39921239 L4_control_C3 +LQ03X030710 Putative uncharacterized protein 12.88340725 L4_chemical_A1 +LQ03X030710 Putative uncharacterized protein 13.18766944 L4_chemical_A2 +LQ03X030710 Putative uncharacterized protein 12.60651821 L4_chemical_A3 +LQ03X030710 Putative uncharacterized protein 12.85950812 L4_chemical_B1 +LQ03X030710 Putative uncharacterized protein 12.44490699 L4_chemical_B2 +LQ03X030710 Putative uncharacterized protein 13.04733836 L4_chemical_B3 +LQ03X030710 Putative uncharacterized protein 12.7604975 L4_chemical_C2 +LQ03X030710 Putative uncharacterized protein 13.63359373 L4_chemical_C3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.898713933 C6_control_A1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.886124702 C6_control_A3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.483054928 C6_control_B1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.499881935 C6_control_B2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.534844362 C6_control_B3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.368175898 C6_control_C1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.380287812 C6_control_C2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.024432305 C6_control_C3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.55882653 C6_chemical_A1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.259460509 C6_chemical_A3 +LQ03X030720 Putative uncharacterized protein At3g45890 6.042557605 C6_chemical_B1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.505779669 C6_chemical_B2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.624123726 C6_chemical_B3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.09501584 C6_chemical_C1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.284518492 C6_chemical_C2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.422965247 C6_chemical_C3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.778976353 L4_control_A1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.728082365 L4_control_A2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.42752827 L4_control_A3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.386541118 L4_control_B1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.681757073 L4_control_B2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.76661531 L4_control_B3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.668134774 L4_control_C2 +LQ03X030720 Putative uncharacterized protein At3g45890 4.905501584 L4_control_C3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.488412955 L4_chemical_A1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.366141228 L4_chemical_A2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.499142999 L4_chemical_A3 +LQ03X030720 Putative uncharacterized protein At3g45890 5.516257426 L4_chemical_B1 +LQ03X030720 Putative uncharacterized protein At3g45890 5.758411969 L4_chemical_B2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.978645511 L4_chemical_B3 +LQ03X030720 Putative uncharacterized protein At3g45890 6.209998252 L4_chemical_C2 +LQ03X030720 Putative uncharacterized protein At3g45890 5.829649784 L4_chemical_C3 +LQ03X030730 Putative uncharacterized protein 5.537779654 C6_control_A1 +LQ03X030730 Putative uncharacterized protein 5.81448491 C6_control_A3 +LQ03X030730 Putative uncharacterized protein 4.864902988 C6_control_B1 +LQ03X030730 Putative uncharacterized protein 5.145558452 C6_control_B2 +LQ03X030730 Putative uncharacterized protein 6.060171909 C6_control_B3 +LQ03X030730 Putative uncharacterized protein 5.124473821 C6_control_C1 +LQ03X030730 Putative uncharacterized protein 5.219393442 C6_control_C2 +LQ03X030730 Putative uncharacterized protein 5.149832317 C6_control_C3 +LQ03X030730 Putative uncharacterized protein 5.376100239 C6_chemical_A1 +LQ03X030730 Putative uncharacterized protein 5.237902707 C6_chemical_A3 +LQ03X030730 Putative uncharacterized protein 4.838587463 C6_chemical_B1 +LQ03X030730 Putative uncharacterized protein 5.424618103 C6_chemical_B2 +LQ03X030730 Putative uncharacterized protein 5.327520063 C6_chemical_B3 +LQ03X030730 Putative uncharacterized protein 5.104198718 C6_chemical_C1 +LQ03X030730 Putative uncharacterized protein 4.9634527 C6_chemical_C2 +LQ03X030730 Putative uncharacterized protein 4.994947769 C6_chemical_C3 +LQ03X030730 Putative uncharacterized protein 5.423618873 L4_control_A1 +LQ03X030730 Putative uncharacterized protein 5.694525725 L4_control_A2 +LQ03X030730 Putative uncharacterized protein 5.563636086 L4_control_A3 +LQ03X030730 Putative uncharacterized protein 5.651851449 L4_control_B1 +LQ03X030730 Putative uncharacterized protein 5.187915554 L4_control_B2 +LQ03X030730 Putative uncharacterized protein 5.220354556 L4_control_B3 +LQ03X030730 Putative uncharacterized protein 5.264394089 L4_control_C2 +LQ03X030730 Putative uncharacterized protein 4.826395152 L4_control_C3 +LQ03X030730 Putative uncharacterized protein 5.131701368 L4_chemical_A1 +LQ03X030730 Putative uncharacterized protein 5.484232556 L4_chemical_A2 +LQ03X030730 Putative uncharacterized protein 5.721299486 L4_chemical_A3 +LQ03X030730 Putative uncharacterized protein 5.324265744 L4_chemical_B1 +LQ03X030730 Putative uncharacterized protein 5.588950312 L4_chemical_B2 +LQ03X030730 Putative uncharacterized protein 5.537888528 L4_chemical_B3 +LQ03X030730 Putative uncharacterized protein 5.049930398 L4_chemical_C2 +LQ03X030730 Putative uncharacterized protein 4.927155807 L4_chemical_C3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.863687874 C6_control_A1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.525427558 C6_control_A3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.615079843 C6_control_B1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.376643713 C6_control_B2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.52686968 C6_control_B3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.582772347 C6_control_C1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 7.288788003 C6_control_C2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.38301195 C6_control_C3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.877454641 C6_chemical_A1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.059540411 C6_chemical_A3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.177299314 C6_chemical_B1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.403906577 C6_chemical_B2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.177827836 C6_chemical_B3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.375163857 C6_chemical_C1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.503432191 C6_chemical_C2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.117524414 C6_chemical_C3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.035109716 L4_control_A1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.147484022 L4_control_A2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.812847273 L4_control_A3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.020794829 L4_control_B1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.096832344 L4_control_B2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.786143806 L4_control_B3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.164512452 L4_control_C2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.584561979 L4_control_C3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.024420695 L4_chemical_A1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.10035435 L4_chemical_A2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.219852021 L4_chemical_A3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.480052152 L4_chemical_B1 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.120499049 L4_chemical_B2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.165203441 L4_chemical_B3 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.620536547 L4_chemical_C2 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.525582457 L4_chemical_C3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.434040554 C6_control_A1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.260549522 C6_control_A3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.371684544 C6_control_B1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.275386407 C6_control_B2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.449255018 C6_control_B3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.186663187 C6_control_C1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.782052689 C6_control_C2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.208170347 C6_control_C3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.209639733 C6_chemical_A1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.474609502 C6_chemical_A3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.510995775 C6_chemical_B1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.332532871 C6_chemical_B2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.058764169 C6_chemical_B3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.224566951 C6_chemical_C1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.163362186 C6_chemical_C2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.223098105 C6_chemical_C3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.490176691 L4_control_A1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.322202122 L4_control_A2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.0706278 L4_control_A3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.325960986 L4_control_B1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.401103571 L4_control_B2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.274770683 L4_control_B3 +LQ03X030770 Putative Auxin-induced protein 5NG4 4.858408107 L4_control_C2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.542614101 L4_control_C3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.470503342 L4_chemical_A1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.314795762 L4_chemical_A2 +LQ03X030770 Putative Auxin-induced protein 5NG4 4.894318928 L4_chemical_A3 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.521907592 L4_chemical_B1 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.0457196 L4_chemical_B2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.258235306 L4_chemical_B3 +LQ03X030770 Putative Auxin-induced protein 5NG4 6.35672661 L4_chemical_C2 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.442888653 L4_chemical_C3 +LQ03X030790 ABC transporter G family member 14 9.759262031 C6_control_A1 +LQ03X030790 ABC transporter G family member 14 9.927784437 C6_control_A3 +LQ03X030790 ABC transporter G family member 14 9.5524179 C6_control_B1 +LQ03X030790 ABC transporter G family member 14 9.345335552 C6_control_B2 +LQ03X030790 ABC transporter G family member 14 9.993396672 C6_control_B3 +LQ03X030790 ABC transporter G family member 14 10.17041765 C6_control_C1 +LQ03X030790 ABC transporter G family member 14 9.804757089 C6_control_C2 +LQ03X030790 ABC transporter G family member 14 10.07991231 C6_control_C3 +LQ03X030790 ABC transporter G family member 14 10.00129308 C6_chemical_A1 +LQ03X030790 ABC transporter G family member 14 9.519562328 C6_chemical_A3 +LQ03X030790 ABC transporter G family member 14 9.620501331 C6_chemical_B1 +LQ03X030790 ABC transporter G family member 14 8.799842281 C6_chemical_B2 +LQ03X030790 ABC transporter G family member 14 9.966965451 C6_chemical_B3 +LQ03X030790 ABC transporter G family member 14 9.804369556 C6_chemical_C1 +LQ03X030790 ABC transporter G family member 14 9.294429459 C6_chemical_C2 +LQ03X030790 ABC transporter G family member 14 9.15602864 C6_chemical_C3 +LQ03X030790 ABC transporter G family member 14 9.717469468 L4_control_A1 +LQ03X030790 ABC transporter G family member 14 10.52865139 L4_control_A2 +LQ03X030790 ABC transporter G family member 14 10.12807593 L4_control_A3 +LQ03X030790 ABC transporter G family member 14 9.494428887 L4_control_B1 +LQ03X030790 ABC transporter G family member 14 9.927842172 L4_control_B2 +LQ03X030790 ABC transporter G family member 14 8.866312204 L4_control_B3 +LQ03X030790 ABC transporter G family member 14 9.975436835 L4_control_C2 +LQ03X030790 ABC transporter G family member 14 9.05420524 L4_control_C3 +LQ03X030790 ABC transporter G family member 14 9.20530556 L4_chemical_A1 +LQ03X030790 ABC transporter G family member 14 10.17230066 L4_chemical_A2 +LQ03X030790 ABC transporter G family member 14 10.04050685 L4_chemical_A3 +LQ03X030790 ABC transporter G family member 14 9.74173626 L4_chemical_B1 +LQ03X030790 ABC transporter G family member 14 9.626883166 L4_chemical_B2 +LQ03X030790 ABC transporter G family member 14 9.639598672 L4_chemical_B3 +LQ03X030790 ABC transporter G family member 14 10.20496177 L4_chemical_C2 +LQ03X030790 ABC transporter G family member 14 8.371669919 L4_chemical_C3 +LQ03X030800 Cir, putative 5.510865745 C6_control_A1 +LQ03X030800 Cir, putative 5.256415072 C6_control_A3 +LQ03X030800 Cir, putative 5.438886403 C6_control_B1 +LQ03X030800 Cir, putative 5.666407302 C6_control_B2 +LQ03X030800 Cir, putative 5.521523588 C6_control_B3 +LQ03X030800 Cir, putative 5.721055318 C6_control_C1 +LQ03X030800 Cir, putative 5.501005447 C6_control_C2 +LQ03X030800 Cir, putative 5.851836011 C6_control_C3 +LQ03X030800 Cir, putative 5.72434452 C6_chemical_A1 +LQ03X030800 Cir, putative 5.409719438 C6_chemical_A3 +LQ03X030800 Cir, putative 5.201426377 C6_chemical_B1 +LQ03X030800 Cir, putative 5.581957811 C6_chemical_B2 +LQ03X030800 Cir, putative 6.271878524 C6_chemical_B3 +LQ03X030800 Cir, putative 5.420845904 C6_chemical_C1 +LQ03X030800 Cir, putative 5.411428058 C6_chemical_C2 +LQ03X030800 Cir, putative 5.390587777 C6_chemical_C3 +LQ03X030800 Cir, putative 5.378494799 L4_control_A1 +LQ03X030800 Cir, putative 5.362409717 L4_control_A2 +LQ03X030800 Cir, putative 5.239206582 L4_control_A3 +LQ03X030800 Cir, putative 5.159603942 L4_control_B1 +LQ03X030800 Cir, putative 5.581755783 L4_control_B2 +LQ03X030800 Cir, putative 5.539951656 L4_control_B3 +LQ03X030800 Cir, putative 5.684060723 L4_control_C2 +LQ03X030800 Cir, putative 5.071610704 L4_control_C3 +LQ03X030800 Cir, putative 5.534392723 L4_chemical_A1 +LQ03X030800 Cir, putative 5.562756806 L4_chemical_A2 +LQ03X030800 Cir, putative 5.513293178 L4_chemical_A3 +LQ03X030800 Cir, putative 5.595374644 L4_chemical_B1 +LQ03X030800 Cir, putative 5.585804825 L4_chemical_B2 +LQ03X030800 Cir, putative 5.379836235 L4_chemical_B3 +LQ03X030800 Cir, putative 5.303175169 L4_chemical_C2 +LQ03X030800 Cir, putative 5.30193679 L4_chemical_C3 +LQ03X030810 Predicted protein 6.049347002 C6_control_A1 +LQ03X030810 Predicted protein 7.965637232 C6_control_A3 +LQ03X030810 Predicted protein 5.243420408 C6_control_B1 +LQ03X030810 Predicted protein 6.197343771 C6_control_B2 +LQ03X030810 Predicted protein 5.649361532 C6_control_B3 +LQ03X030810 Predicted protein 5.648751758 C6_control_C1 +LQ03X030810 Predicted protein 5.947428015 C6_control_C2 +LQ03X030810 Predicted protein 5.816089288 C6_control_C3 +LQ03X030810 Predicted protein 6.063663133 C6_chemical_A1 +LQ03X030810 Predicted protein 6.306162318 C6_chemical_A3 +LQ03X030810 Predicted protein 5.571602494 C6_chemical_B1 +LQ03X030810 Predicted protein 5.931785958 C6_chemical_B2 +LQ03X030810 Predicted protein 5.360462358 C6_chemical_B3 +LQ03X030810 Predicted protein 6.100274127 C6_chemical_C1 +LQ03X030810 Predicted protein 6.389234106 C6_chemical_C2 +LQ03X030810 Predicted protein 6.022648681 C6_chemical_C3 +LQ03X030810 Predicted protein 6.679788538 L4_control_A1 +LQ03X030810 Predicted protein 6.572663092 L4_control_A2 +LQ03X030810 Predicted protein 6.79922954 L4_control_A3 +LQ03X030810 Predicted protein 6.472634122 L4_control_B1 +LQ03X030810 Predicted protein 6.368004098 L4_control_B2 +LQ03X030810 Predicted protein 5.49850695 L4_control_B3 +LQ03X030810 Predicted protein 5.805821158 L4_control_C2 +LQ03X030810 Predicted protein 5.361510285 L4_control_C3 +LQ03X030810 Predicted protein 6.345859489 L4_chemical_A1 +LQ03X030810 Predicted protein 6.019007555 L4_chemical_A2 +LQ03X030810 Predicted protein 6.65910637 L4_chemical_A3 +LQ03X030810 Predicted protein 6.038855309 L4_chemical_B1 +LQ03X030810 Predicted protein 5.886489295 L4_chemical_B2 +LQ03X030810 Predicted protein 6.053186025 L4_chemical_B3 +LQ03X030810 Predicted protein 5.562872258 L4_chemical_C2 +LQ03X030810 Predicted protein 5.71163258 L4_chemical_C3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.324868305 C6_control_A1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 4.996263171 C6_control_A3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.262367155 C6_control_B1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.073402454 C6_control_B2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.436911994 C6_control_B3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.28368481 C6_control_C1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.082395996 C6_control_C2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.237054417 C6_control_C3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.14018468 C6_chemical_A1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.693178642 C6_chemical_A3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.390880551 C6_chemical_B1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.141812253 C6_chemical_B2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.53271312 C6_chemical_B3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.512684557 C6_chemical_C1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.380126452 C6_chemical_C2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.269413573 C6_chemical_C3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.464499235 L4_control_A1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.330497713 L4_control_A2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.715953501 L4_control_A3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.17078707 L4_control_B1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.565070523 L4_control_B2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.69239133 L4_control_B3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.111669293 L4_control_C2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 6.100318454 L4_control_C3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.538507697 L4_chemical_A1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.587391807 L4_chemical_A2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.635878176 L4_chemical_A3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.155630148 L4_chemical_B1 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.726789772 L4_chemical_B2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.342427136 L4_chemical_B3 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.165344092 L4_chemical_C2 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.713187719 L4_chemical_C3 +LQ03X030840 Coatomer subunit zeta-1 6.216921394 C6_control_A1 +LQ03X030840 Coatomer subunit zeta-1 6.097588673 C6_control_A3 +LQ03X030840 Coatomer subunit zeta-1 6.335143579 C6_control_B1 +LQ03X030840 Coatomer subunit zeta-1 6.920664364 C6_control_B2 +LQ03X030840 Coatomer subunit zeta-1 6.186818 C6_control_B3 +LQ03X030840 Coatomer subunit zeta-1 7.025740545 C6_control_C1 +LQ03X030840 Coatomer subunit zeta-1 6.410756574 C6_control_C2 +LQ03X030840 Coatomer subunit zeta-1 6.587265017 C6_control_C3 +LQ03X030840 Coatomer subunit zeta-1 5.715737869 C6_chemical_A1 +LQ03X030840 Coatomer subunit zeta-1 6.250304298 C6_chemical_A3 +LQ03X030840 Coatomer subunit zeta-1 6.600421385 C6_chemical_B1 +LQ03X030840 Coatomer subunit zeta-1 6.559473139 C6_chemical_B2 +LQ03X030840 Coatomer subunit zeta-1 6.092883658 C6_chemical_B3 +LQ03X030840 Coatomer subunit zeta-1 6.952260125 C6_chemical_C1 +LQ03X030840 Coatomer subunit zeta-1 6.623244959 C6_chemical_C2 +LQ03X030840 Coatomer subunit zeta-1 6.652871919 C6_chemical_C3 +LQ03X030840 Coatomer subunit zeta-1 6.320287061 L4_control_A1 +LQ03X030840 Coatomer subunit zeta-1 6.317354045 L4_control_A2 +LQ03X030840 Coatomer subunit zeta-1 5.85219499 L4_control_A3 +LQ03X030840 Coatomer subunit zeta-1 5.905438914 L4_control_B1 +LQ03X030840 Coatomer subunit zeta-1 6.462604109 L4_control_B2 +LQ03X030840 Coatomer subunit zeta-1 5.834776479 L4_control_B3 +LQ03X030840 Coatomer subunit zeta-1 5.472604909 L4_control_C2 +LQ03X030840 Coatomer subunit zeta-1 6.282524004 L4_control_C3 +LQ03X030840 Coatomer subunit zeta-1 6.371022266 L4_chemical_A1 +LQ03X030840 Coatomer subunit zeta-1 5.810521221 L4_chemical_A2 +LQ03X030840 Coatomer subunit zeta-1 5.551531524 L4_chemical_A3 +LQ03X030840 Coatomer subunit zeta-1 6.854679045 L4_chemical_B1 +LQ03X030840 Coatomer subunit zeta-1 6.751818184 L4_chemical_B2 +LQ03X030840 Coatomer subunit zeta-1 6.021723307 L4_chemical_B3 +LQ03X030840 Coatomer subunit zeta-1 6.315927629 L4_chemical_C2 +LQ03X030840 Coatomer subunit zeta-1 6.646570815 L4_chemical_C3 +LQ03X030850 F-box protein SKIP31 12.838063 C6_control_A1 +LQ03X030850 F-box protein SKIP31 13.00321739 C6_control_A3 +LQ03X030850 F-box protein SKIP31 12.82045859 C6_control_B1 +LQ03X030850 F-box protein SKIP31 12.70137431 C6_control_B2 +LQ03X030850 F-box protein SKIP31 12.79948252 C6_control_B3 +LQ03X030850 F-box protein SKIP31 12.80587183 C6_control_C1 +LQ03X030850 F-box protein SKIP31 13.13040323 C6_control_C2 +LQ03X030850 F-box protein SKIP31 13.05860575 C6_control_C3 +LQ03X030850 F-box protein SKIP31 12.90251669 C6_chemical_A1 +LQ03X030850 F-box protein SKIP31 13.02172624 C6_chemical_A3 +LQ03X030850 F-box protein SKIP31 12.97344581 C6_chemical_B1 +LQ03X030850 F-box protein SKIP31 12.80197644 C6_chemical_B2 +LQ03X030850 F-box protein SKIP31 12.74796751 C6_chemical_B3 +LQ03X030850 F-box protein SKIP31 12.83134302 C6_chemical_C1 +LQ03X030850 F-box protein SKIP31 13.15958172 C6_chemical_C2 +LQ03X030850 F-box protein SKIP31 12.99957392 C6_chemical_C3 +LQ03X030850 F-box protein SKIP31 12.05965384 L4_control_A1 +LQ03X030850 F-box protein SKIP31 12.32401715 L4_control_A2 +LQ03X030850 F-box protein SKIP31 12.14881939 L4_control_A3 +LQ03X030850 F-box protein SKIP31 12.62102945 L4_control_B1 +LQ03X030850 F-box protein SKIP31 12.46671716 L4_control_B2 +LQ03X030850 F-box protein SKIP31 12.43726471 L4_control_B3 +LQ03X030850 F-box protein SKIP31 12.58916217 L4_control_C2 +LQ03X030850 F-box protein SKIP31 13.01018102 L4_control_C3 +LQ03X030850 F-box protein SKIP31 12.47898429 L4_chemical_A1 +LQ03X030850 F-box protein SKIP31 12.65098537 L4_chemical_A2 +LQ03X030850 F-box protein SKIP31 11.963332 L4_chemical_A3 +LQ03X030850 F-box protein SKIP31 12.29511076 L4_chemical_B1 +LQ03X030850 F-box protein SKIP31 12.64076143 L4_chemical_B2 +LQ03X030850 F-box protein SKIP31 12.376973 L4_chemical_B3 +LQ03X030850 F-box protein SKIP31 12.65923917 L4_chemical_C2 +LQ03X030850 F-box protein SKIP31 13.02044698 L4_chemical_C3 +LQ03X030860 Putative uncharacterized protein 6.157266021 C6_control_A1 +LQ03X030860 Putative uncharacterized protein 7.284619964 C6_control_A3 +LQ03X030860 Putative uncharacterized protein 6.136266733 C6_control_B1 +LQ03X030860 Putative uncharacterized protein 6.346918299 C6_control_B2 +LQ03X030860 Putative uncharacterized protein 6.698917757 C6_control_B3 +LQ03X030860 Putative uncharacterized protein 6.048100396 C6_control_C1 +LQ03X030860 Putative uncharacterized protein 7.868620524 C6_control_C2 +LQ03X030860 Putative uncharacterized protein 6.19015603 C6_control_C3 +LQ03X030860 Putative uncharacterized protein 5.987559391 C6_chemical_A1 +LQ03X030860 Putative uncharacterized protein 6.027037109 C6_chemical_A3 +LQ03X030860 Putative uncharacterized protein 5.869957021 C6_chemical_B1 +LQ03X030860 Putative uncharacterized protein 6.227871306 C6_chemical_B2 +LQ03X030860 Putative uncharacterized protein 6.076059699 C6_chemical_B3 +LQ03X030860 Putative uncharacterized protein 6.251360926 C6_chemical_C1 +LQ03X030860 Putative uncharacterized protein 6.03955034 C6_chemical_C2 +LQ03X030860 Putative uncharacterized protein 5.744024556 C6_chemical_C3 +LQ03X030860 Putative uncharacterized protein 5.639319648 L4_control_A1 +LQ03X030860 Putative uncharacterized protein 5.994565603 L4_control_A2 +LQ03X030860 Putative uncharacterized protein 6.92768582 L4_control_A3 +LQ03X030860 Putative uncharacterized protein 6.41392825 L4_control_B1 +LQ03X030860 Putative uncharacterized protein 6.245150621 L4_control_B2 +LQ03X030860 Putative uncharacterized protein 5.831559906 L4_control_B3 +LQ03X030860 Putative uncharacterized protein 6.065511969 L4_control_C2 +LQ03X030860 Putative uncharacterized protein 6.819268432 L4_control_C3 +LQ03X030860 Putative uncharacterized protein 5.772101879 L4_chemical_A1 +LQ03X030860 Putative uncharacterized protein 5.896274244 L4_chemical_A2 +LQ03X030860 Putative uncharacterized protein 5.911800366 L4_chemical_A3 +LQ03X030860 Putative uncharacterized protein 6.46372476 L4_chemical_B1 +LQ03X030860 Putative uncharacterized protein 6.202910434 L4_chemical_B2 +LQ03X030860 Putative uncharacterized protein 6.041731819 L4_chemical_B3 +LQ03X030860 Putative uncharacterized protein 6.107901514 L4_chemical_C2 +LQ03X030860 Putative uncharacterized protein 6.676779021 L4_chemical_C3 +LQ03X030870 ABC transporter E family member 2 5.717210389 C6_control_A1 +LQ03X030870 ABC transporter E family member 2 5.393665624 C6_control_A3 +LQ03X030870 ABC transporter E family member 2 5.17642417 C6_control_B1 +LQ03X030870 ABC transporter E family member 2 5.444198414 C6_control_B2 +LQ03X030870 ABC transporter E family member 2 5.434868018 C6_control_B3 +LQ03X030870 ABC transporter E family member 2 5.581046617 C6_control_C1 +LQ03X030870 ABC transporter E family member 2 5.422373938 C6_control_C2 +LQ03X030870 ABC transporter E family member 2 5.618851336 C6_control_C3 +LQ03X030870 ABC transporter E family member 2 5.40595502 C6_chemical_A1 +LQ03X030870 ABC transporter E family member 2 5.543147539 C6_chemical_A3 +LQ03X030870 ABC transporter E family member 2 5.266056348 C6_chemical_B1 +LQ03X030870 ABC transporter E family member 2 5.337473754 C6_chemical_B2 +LQ03X030870 ABC transporter E family member 2 5.43345132 C6_chemical_B3 +LQ03X030870 ABC transporter E family member 2 5.102318504 C6_chemical_C1 +LQ03X030870 ABC transporter E family member 2 5.347101188 C6_chemical_C2 +LQ03X030870 ABC transporter E family member 2 5.784032493 C6_chemical_C3 +LQ03X030870 ABC transporter E family member 2 5.167443275 L4_control_A1 +LQ03X030870 ABC transporter E family member 2 5.428330517 L4_control_A2 +LQ03X030870 ABC transporter E family member 2 5.739778928 L4_control_A3 +LQ03X030870 ABC transporter E family member 2 5.225284695 L4_control_B1 +LQ03X030870 ABC transporter E family member 2 5.817436901 L4_control_B2 +LQ03X030870 ABC transporter E family member 2 5.133399067 L4_control_B3 +LQ03X030870 ABC transporter E family member 2 5.435708379 L4_control_C2 +LQ03X030870 ABC transporter E family member 2 5.097347659 L4_control_C3 +LQ03X030870 ABC transporter E family member 2 5.286506322 L4_chemical_A1 +LQ03X030870 ABC transporter E family member 2 5.243960948 L4_chemical_A2 +LQ03X030870 ABC transporter E family member 2 5.561507398 L4_chemical_A3 +LQ03X030870 ABC transporter E family member 2 5.327754776 L4_chemical_B1 +LQ03X030870 ABC transporter E family member 2 5.520487661 L4_chemical_B2 +LQ03X030870 ABC transporter E family member 2 5.166123465 L4_chemical_B3 +LQ03X030870 ABC transporter E family member 2 6.466712467 L4_chemical_C2 +LQ03X030870 ABC transporter E family member 2 5.020862516 L4_chemical_C3 +LQ03X030940 Predicted protein 8.227539826 C6_control_A1 +LQ03X030940 Predicted protein 8.661885939 C6_control_A3 +LQ03X030940 Predicted protein 7.037843019 C6_control_B1 +LQ03X030940 Predicted protein 6.703414492 C6_control_B2 +LQ03X030940 Predicted protein 6.966594994 C6_control_B3 +LQ03X030940 Predicted protein 6.03178193 C6_control_C1 +LQ03X030940 Predicted protein 5.928177013 C6_control_C2 +LQ03X030940 Predicted protein 5.927924969 C6_control_C3 +LQ03X030940 Predicted protein 7.619131742 C6_chemical_A1 +LQ03X030940 Predicted protein 8.613558304 C6_chemical_A3 +LQ03X030940 Predicted protein 6.365661156 C6_chemical_B1 +LQ03X030940 Predicted protein 6.731218654 C6_chemical_B2 +LQ03X030940 Predicted protein 6.846757612 C6_chemical_B3 +LQ03X030940 Predicted protein 5.844610641 C6_chemical_C1 +LQ03X030940 Predicted protein 6.294397364 C6_chemical_C2 +LQ03X030940 Predicted protein 5.766545445 C6_chemical_C3 +LQ03X030940 Predicted protein 8.796817885 L4_control_A1 +LQ03X030940 Predicted protein 8.712105479 L4_control_A2 +LQ03X030940 Predicted protein 9.652226118 L4_control_A3 +LQ03X030940 Predicted protein 7.646801536 L4_control_B1 +LQ03X030940 Predicted protein 8.123111287 L4_control_B2 +LQ03X030940 Predicted protein 7.68635625 L4_control_B3 +LQ03X030940 Predicted protein 7.615390783 L4_control_C2 +LQ03X030940 Predicted protein 6.489542707 L4_control_C3 +LQ03X030940 Predicted protein 8.101106224 L4_chemical_A1 +LQ03X030940 Predicted protein 7.757889305 L4_chemical_A2 +LQ03X030940 Predicted protein 8.619893222 L4_chemical_A3 +LQ03X030940 Predicted protein 7.111372881 L4_chemical_B1 +LQ03X030940 Predicted protein 7.428096618 L4_chemical_B2 +LQ03X030940 Predicted protein 7.395244574 L4_chemical_B3 +LQ03X030940 Predicted protein 6.811829626 L4_chemical_C2 +LQ03X030940 Predicted protein 5.202497245 L4_chemical_C3 +LQ03X030970 Putative AT4g19390/T5K18_170 11.83641181 C6_control_A1 +LQ03X030970 Putative AT4g19390/T5K18_170 10.67098154 C6_control_A3 +LQ03X030970 Putative AT4g19390/T5K18_170 11.90967688 C6_control_B1 +LQ03X030970 Putative AT4g19390/T5K18_170 12.61030366 C6_control_B2 +LQ03X030970 Putative AT4g19390/T5K18_170 12.07712573 C6_control_B3 +LQ03X030970 Putative AT4g19390/T5K18_170 13.47766995 C6_control_C1 +LQ03X030970 Putative AT4g19390/T5K18_170 13.18518858 C6_control_C2 +LQ03X030970 Putative AT4g19390/T5K18_170 13.14385672 C6_control_C3 +LQ03X030970 Putative AT4g19390/T5K18_170 11.69463772 C6_chemical_A1 +LQ03X030970 Putative AT4g19390/T5K18_170 10.73557448 C6_chemical_A3 +LQ03X030970 Putative AT4g19390/T5K18_170 11.99434206 C6_chemical_B1 +LQ03X030970 Putative AT4g19390/T5K18_170 12.75889409 C6_chemical_B2 +LQ03X030970 Putative AT4g19390/T5K18_170 11.96144098 C6_chemical_B3 +LQ03X030970 Putative AT4g19390/T5K18_170 13.84733973 C6_chemical_C1 +LQ03X030970 Putative AT4g19390/T5K18_170 13.48166529 C6_chemical_C2 +LQ03X030970 Putative AT4g19390/T5K18_170 13.06324436 C6_chemical_C3 +LQ03X030970 Putative AT4g19390/T5K18_170 10.87460815 L4_control_A1 +LQ03X030970 Putative AT4g19390/T5K18_170 11.39166745 L4_control_A2 +LQ03X030970 Putative AT4g19390/T5K18_170 9.87478831 L4_control_A3 +LQ03X030970 Putative AT4g19390/T5K18_170 12.21454083 L4_control_B1 +LQ03X030970 Putative AT4g19390/T5K18_170 10.99717052 L4_control_B2 +LQ03X030970 Putative AT4g19390/T5K18_170 11.9066383 L4_control_B3 +LQ03X030970 Putative AT4g19390/T5K18_170 12.24881587 L4_control_C2 +LQ03X030970 Putative AT4g19390/T5K18_170 12.07255937 L4_control_C3 +LQ03X030970 Putative AT4g19390/T5K18_170 11.74404815 L4_chemical_A1 +LQ03X030970 Putative AT4g19390/T5K18_170 11.57093812 L4_chemical_A2 +LQ03X030970 Putative AT4g19390/T5K18_170 10.32970043 L4_chemical_A3 +LQ03X030970 Putative AT4g19390/T5K18_170 11.50574961 L4_chemical_B1 +LQ03X030970 Putative AT4g19390/T5K18_170 11.17234408 L4_chemical_B2 +LQ03X030970 Putative AT4g19390/T5K18_170 11.50764447 L4_chemical_B3 +LQ03X030970 Putative AT4g19390/T5K18_170 12.27572951 L4_chemical_C2 +LQ03X030970 Putative AT4g19390/T5K18_170 12.60665479 L4_chemical_C3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.613799194 C6_control_A1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.506189714 C6_control_A3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.672824402 C6_control_B1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.339385983 C6_control_B2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.473771856 C6_control_B3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.849461381 C6_control_C1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 8.936703447 C6_control_C2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.203561093 C6_control_C3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.935651791 C6_chemical_A1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.732920852 C6_chemical_A3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 10.0104704 C6_chemical_B1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.21497499 C6_chemical_B2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.24243856 C6_chemical_B3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.748896572 C6_chemical_C1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.855677318 C6_chemical_C2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.334194445 C6_chemical_C3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.531795766 L4_control_A1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.325613177 L4_control_A2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.78954896 L4_control_A3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.538087947 L4_control_B1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 10.309889 L4_control_B2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 8.885495598 L4_control_B3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 10.89412696 L4_control_C2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 10.23945733 L4_control_C3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.268866143 L4_chemical_A1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.580708499 L4_chemical_A2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.67039247 L4_chemical_A3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.768101958 L4_chemical_B1 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 10.13291327 L4_chemical_B2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.053470009 L4_chemical_B3 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 10.85542865 L4_chemical_C2 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 10.11194547 L4_chemical_C3 +LQ03X030990 Putative uncharacterized protein 12.387224 C6_control_A1 +LQ03X030990 Putative uncharacterized protein 11.68586359 C6_control_A3 +LQ03X030990 Putative uncharacterized protein 12.5301088 C6_control_B1 +LQ03X030990 Putative uncharacterized protein 12.08857353 C6_control_B2 +LQ03X030990 Putative uncharacterized protein 11.69096718 C6_control_B3 +LQ03X030990 Putative uncharacterized protein 11.98902788 C6_control_C1 +LQ03X030990 Putative uncharacterized protein 10.1697561 C6_control_C2 +LQ03X030990 Putative uncharacterized protein 9.934814433 C6_control_C3 +LQ03X030990 Putative uncharacterized protein 12.71129609 C6_chemical_A1 +LQ03X030990 Putative uncharacterized protein 12.15767687 C6_chemical_A3 +LQ03X030990 Putative uncharacterized protein 12.64796311 C6_chemical_B1 +LQ03X030990 Putative uncharacterized protein 12.00807016 C6_chemical_B2 +LQ03X030990 Putative uncharacterized protein 11.31109515 C6_chemical_B3 +LQ03X030990 Putative uncharacterized protein 11.92973422 C6_chemical_C1 +LQ03X030990 Putative uncharacterized protein 10.64182375 C6_chemical_C2 +LQ03X030990 Putative uncharacterized protein 8.836019234 C6_chemical_C3 +LQ03X030990 Putative uncharacterized protein 12.22475989 L4_control_A1 +LQ03X030990 Putative uncharacterized protein 12.18020717 L4_control_A2 +LQ03X030990 Putative uncharacterized protein 11.79910217 L4_control_A3 +LQ03X030990 Putative uncharacterized protein 12.65837279 L4_control_B1 +LQ03X030990 Putative uncharacterized protein 12.22187805 L4_control_B2 +LQ03X030990 Putative uncharacterized protein 12.20729447 L4_control_B3 +LQ03X030990 Putative uncharacterized protein 10.52533119 L4_control_C2 +LQ03X030990 Putative uncharacterized protein 9.753683459 L4_control_C3 +LQ03X030990 Putative uncharacterized protein 11.73263185 L4_chemical_A1 +LQ03X030990 Putative uncharacterized protein 11.94859695 L4_chemical_A2 +LQ03X030990 Putative uncharacterized protein 11.6412933 L4_chemical_A3 +LQ03X030990 Putative uncharacterized protein 12.48385862 L4_chemical_B1 +LQ03X030990 Putative uncharacterized protein 12.33510661 L4_chemical_B2 +LQ03X030990 Putative uncharacterized protein 11.60540609 L4_chemical_B3 +LQ03X030990 Putative uncharacterized protein 10.26216721 L4_chemical_C2 +LQ03X030990 Putative uncharacterized protein 10.01097727 L4_chemical_C3 +LQ03X031000 Putative uncharacterized protein 6.849193819 C6_control_A1 +LQ03X031000 Putative uncharacterized protein 6.026333943 C6_control_A3 +LQ03X031000 Putative uncharacterized protein 6.392802011 C6_control_B1 +LQ03X031000 Putative uncharacterized protein 6.057377282 C6_control_B2 +LQ03X031000 Putative uncharacterized protein 5.589917446 C6_control_B3 +LQ03X031000 Putative uncharacterized protein 5.591168365 C6_control_C1 +LQ03X031000 Putative uncharacterized protein 5.257813311 C6_control_C2 +LQ03X031000 Putative uncharacterized protein 5.414527238 C6_control_C3 +LQ03X031000 Putative uncharacterized protein 6.976358354 C6_chemical_A1 +LQ03X031000 Putative uncharacterized protein 7.225183536 C6_chemical_A3 +LQ03X031000 Putative uncharacterized protein 5.849194879 C6_chemical_B1 +LQ03X031000 Putative uncharacterized protein 6.039897618 C6_chemical_B2 +LQ03X031000 Putative uncharacterized protein 5.683667303 C6_chemical_B3 +LQ03X031000 Putative uncharacterized protein 5.823726886 C6_chemical_C1 +LQ03X031000 Putative uncharacterized protein 5.607803159 C6_chemical_C2 +LQ03X031000 Putative uncharacterized protein 5.572622836 C6_chemical_C3 +LQ03X031000 Putative uncharacterized protein 7.500438445 L4_control_A1 +LQ03X031000 Putative uncharacterized protein 6.390082642 L4_control_A2 +LQ03X031000 Putative uncharacterized protein 5.965729061 L4_control_A3 +LQ03X031000 Putative uncharacterized protein 5.730449043 L4_control_B1 +LQ03X031000 Putative uncharacterized protein 5.801797027 L4_control_B2 +LQ03X031000 Putative uncharacterized protein 5.963117068 L4_control_B3 +LQ03X031000 Putative uncharacterized protein 5.063121406 L4_control_C2 +LQ03X031000 Putative uncharacterized protein 5.427635381 L4_control_C3 +LQ03X031000 Putative uncharacterized protein 7.27404584 L4_chemical_A1 +LQ03X031000 Putative uncharacterized protein 6.332646472 L4_chemical_A2 +LQ03X031000 Putative uncharacterized protein 5.323322353 L4_chemical_A3 +LQ03X031000 Putative uncharacterized protein 5.382436996 L4_chemical_B1 +LQ03X031000 Putative uncharacterized protein 5.398738517 L4_chemical_B2 +LQ03X031000 Putative uncharacterized protein 6.0976724 L4_chemical_B3 +LQ03X031000 Putative uncharacterized protein 5.260327921 L4_chemical_C2 +LQ03X031000 Putative uncharacterized protein 5.901090572 L4_chemical_C3 +LQ03X031010 Hypothetical protein 8.863226709 C6_control_A1 +LQ03X031010 Hypothetical protein 11.20034405 C6_control_A3 +LQ03X031010 Hypothetical protein 8.710330014 C6_control_B1 +LQ03X031010 Hypothetical protein 8.666790176 C6_control_B2 +LQ03X031010 Hypothetical protein 9.635433739 C6_control_B3 +LQ03X031010 Hypothetical protein 8.345731111 C6_control_C1 +LQ03X031010 Hypothetical protein 9.955229962 C6_control_C2 +LQ03X031010 Hypothetical protein 9.419463628 C6_control_C3 +LQ03X031010 Hypothetical protein 10.22380613 C6_chemical_A1 +LQ03X031010 Hypothetical protein 9.363074149 C6_chemical_A3 +LQ03X031010 Hypothetical protein 10.3293033 C6_chemical_B1 +LQ03X031010 Hypothetical protein 9.830606311 C6_chemical_B2 +LQ03X031010 Hypothetical protein 10.90016785 C6_chemical_B3 +LQ03X031010 Hypothetical protein 9.658904075 C6_chemical_C1 +LQ03X031010 Hypothetical protein 9.921254692 C6_chemical_C2 +LQ03X031010 Hypothetical protein 10.51522312 C6_chemical_C3 +LQ03X031010 Hypothetical protein 10.30242426 L4_control_A1 +LQ03X031010 Hypothetical protein 10.63792781 L4_control_A2 +LQ03X031010 Hypothetical protein 11.22935363 L4_control_A3 +LQ03X031010 Hypothetical protein 9.951426169 L4_control_B1 +LQ03X031010 Hypothetical protein 8.476018122 L4_control_B2 +LQ03X031010 Hypothetical protein 9.449629481 L4_control_B3 +LQ03X031010 Hypothetical protein 9.823526335 L4_control_C2 +LQ03X031010 Hypothetical protein 10.688442 L4_control_C3 +LQ03X031010 Hypothetical protein 10.17008433 L4_chemical_A1 +LQ03X031010 Hypothetical protein 10.32847578 L4_chemical_A2 +LQ03X031010 Hypothetical protein 11.30686926 L4_chemical_A3 +LQ03X031010 Hypothetical protein 10.12298561 L4_chemical_B1 +LQ03X031010 Hypothetical protein 9.770580358 L4_chemical_B2 +LQ03X031010 Hypothetical protein 10.12450601 L4_chemical_B3 +LQ03X031010 Hypothetical protein 8.904727683 L4_chemical_C2 +LQ03X031010 Hypothetical protein 9.774606127 L4_chemical_C3 +LQ03X031020 Predicted protein 14.32992029 C6_control_A1 +LQ03X031020 Predicted protein 14.21318583 C6_control_A3 +LQ03X031020 Predicted protein 14.2534548 C6_control_B1 +LQ03X031020 Predicted protein 13.41709939 C6_control_B2 +LQ03X031020 Predicted protein 14.23121943 C6_control_B3 +LQ03X031020 Predicted protein 10.65110327 C6_control_C1 +LQ03X031020 Predicted protein 11.16200188 C6_control_C2 +LQ03X031020 Predicted protein 11.34369291 C6_control_C3 +LQ03X031020 Predicted protein 14.10412251 C6_chemical_A1 +LQ03X031020 Predicted protein 14.50680192 C6_chemical_A3 +LQ03X031020 Predicted protein 14.04458286 C6_chemical_B1 +LQ03X031020 Predicted protein 13.45203921 C6_chemical_B2 +LQ03X031020 Predicted protein 14.1962074 C6_chemical_B3 +LQ03X031020 Predicted protein 10.10325732 C6_chemical_C1 +LQ03X031020 Predicted protein 10.00493003 C6_chemical_C2 +LQ03X031020 Predicted protein 10.28262077 C6_chemical_C3 +LQ03X031020 Predicted protein 14.16938806 L4_control_A1 +LQ03X031020 Predicted protein 14.42070491 L4_control_A2 +LQ03X031020 Predicted protein 14.55512592 L4_control_A3 +LQ03X031020 Predicted protein 14.04600314 L4_control_B1 +LQ03X031020 Predicted protein 14.53389859 L4_control_B2 +LQ03X031020 Predicted protein 13.4629182 L4_control_B3 +LQ03X031020 Predicted protein 10.88985003 L4_control_C2 +LQ03X031020 Predicted protein 11.44913865 L4_control_C3 +LQ03X031020 Predicted protein 13.77694341 L4_chemical_A1 +LQ03X031020 Predicted protein 13.88114562 L4_chemical_A2 +LQ03X031020 Predicted protein 14.33156561 L4_chemical_A3 +LQ03X031020 Predicted protein 14.35296812 L4_chemical_B1 +LQ03X031020 Predicted protein 14.10733047 L4_chemical_B2 +LQ03X031020 Predicted protein 14.45412089 L4_chemical_B3 +LQ03X031020 Predicted protein 10.88380651 L4_chemical_C2 +LQ03X031020 Predicted protein 11.48083351 L4_chemical_C3 +LQ03X031030 Hypothetical protein 11.53036744 C6_control_A1 +LQ03X031030 Hypothetical protein 10.89142871 C6_control_A3 +LQ03X031030 Hypothetical protein 12.02002604 C6_control_B1 +LQ03X031030 Hypothetical protein 11.77217788 C6_control_B2 +LQ03X031030 Hypothetical protein 11.96281844 C6_control_B3 +LQ03X031030 Hypothetical protein 11.71641135 C6_control_C1 +LQ03X031030 Hypothetical protein 11.59411606 C6_control_C2 +LQ03X031030 Hypothetical protein 12.04675887 C6_control_C3 +LQ03X031030 Hypothetical protein 11.36711588 C6_chemical_A1 +LQ03X031030 Hypothetical protein 10.73466812 C6_chemical_A3 +LQ03X031030 Hypothetical protein 12.1653523 C6_chemical_B1 +LQ03X031030 Hypothetical protein 11.41574395 C6_chemical_B2 +LQ03X031030 Hypothetical protein 12.09179506 C6_chemical_B3 +LQ03X031030 Hypothetical protein 11.53697019 C6_chemical_C1 +LQ03X031030 Hypothetical protein 11.82087939 C6_chemical_C2 +LQ03X031030 Hypothetical protein 11.6774206 C6_chemical_C3 +LQ03X031030 Hypothetical protein 11.19273607 L4_control_A1 +LQ03X031030 Hypothetical protein 11.23500515 L4_control_A2 +LQ03X031030 Hypothetical protein 10.8187969 L4_control_A3 +LQ03X031030 Hypothetical protein 12.13825124 L4_control_B1 +LQ03X031030 Hypothetical protein 11.66268951 L4_control_B2 +LQ03X031030 Hypothetical protein 11.39035903 L4_control_B3 +LQ03X031030 Hypothetical protein 12.56117387 L4_control_C2 +LQ03X031030 Hypothetical protein 12.32561891 L4_control_C3 +LQ03X031030 Hypothetical protein 11.7853563 L4_chemical_A1 +LQ03X031030 Hypothetical protein 11.68445874 L4_chemical_A2 +LQ03X031030 Hypothetical protein 11.13297316 L4_chemical_A3 +LQ03X031030 Hypothetical protein 12.37110596 L4_chemical_B1 +LQ03X031030 Hypothetical protein 12.27899676 L4_chemical_B2 +LQ03X031030 Hypothetical protein 11.34881198 L4_chemical_B3 +LQ03X031030 Hypothetical protein 12.69361831 L4_chemical_C2 +LQ03X031030 Hypothetical protein 12.29151919 L4_chemical_C3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.65800077 C6_control_A1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.02055439 C6_control_A3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.90791774 C6_control_B1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.98360177 C6_control_B2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.68292612 C6_control_B3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 13.1231324 C6_control_C1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 13.10467028 C6_control_C2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 13.14291043 C6_control_C3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.48713618 C6_chemical_A1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.50251624 C6_chemical_A3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.81579211 C6_chemical_B1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.89541237 C6_chemical_B2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.58096369 C6_chemical_B3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 13.31771011 C6_chemical_C1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 13.04417367 C6_chemical_C2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.83092091 C6_chemical_C3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 11.83120379 L4_control_A1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.2921624 L4_control_A2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 10.71301786 L4_control_A3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.84001393 L4_control_B1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.71501491 L4_control_B2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.66508189 L4_control_B3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.4987952 L4_control_C2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.40621012 L4_control_C3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.63377849 L4_chemical_A1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.76681811 L4_chemical_A2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 11.21975847 L4_chemical_A3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.9367906 L4_chemical_B1 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.82463856 L4_chemical_B2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.41978816 L4_chemical_B3 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.52226207 L4_chemical_C2 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.62115083 L4_chemical_C3 +LQ03X031050 60S ribosomal protein L13-1 5.226851921 C6_control_A1 +LQ03X031050 60S ribosomal protein L13-1 5.129313881 C6_control_A3 +LQ03X031050 60S ribosomal protein L13-1 5.822847816 C6_control_B1 +LQ03X031050 60S ribosomal protein L13-1 4.916193177 C6_control_B2 +LQ03X031050 60S ribosomal protein L13-1 5.102974591 C6_control_B3 +LQ03X031050 60S ribosomal protein L13-1 5.565637269 C6_control_C1 +LQ03X031050 60S ribosomal protein L13-1 5.123742551 C6_control_C2 +LQ03X031050 60S ribosomal protein L13-1 5.447505996 C6_control_C3 +LQ03X031050 60S ribosomal protein L13-1 5.811682197 C6_chemical_A1 +LQ03X031050 60S ribosomal protein L13-1 5.021733439 C6_chemical_A3 +LQ03X031050 60S ribosomal protein L13-1 5.646680708 C6_chemical_B1 +LQ03X031050 60S ribosomal protein L13-1 5.063805716 C6_chemical_B2 +LQ03X031050 60S ribosomal protein L13-1 5.460364849 C6_chemical_B3 +LQ03X031050 60S ribosomal protein L13-1 5.604811415 C6_chemical_C1 +LQ03X031050 60S ribosomal protein L13-1 5.20961561 C6_chemical_C2 +LQ03X031050 60S ribosomal protein L13-1 5.615788572 C6_chemical_C3 +LQ03X031050 60S ribosomal protein L13-1 5.099585221 L4_control_A1 +LQ03X031050 60S ribosomal protein L13-1 5.413359107 L4_control_A2 +LQ03X031050 60S ribosomal protein L13-1 5.042542535 L4_control_A3 +LQ03X031050 60S ribosomal protein L13-1 5.282328371 L4_control_B1 +LQ03X031050 60S ribosomal protein L13-1 5.207263408 L4_control_B2 +LQ03X031050 60S ribosomal protein L13-1 5.526786156 L4_control_B3 +LQ03X031050 60S ribosomal protein L13-1 5.274352109 L4_control_C2 +LQ03X031050 60S ribosomal protein L13-1 5.59391288 L4_control_C3 +LQ03X031050 60S ribosomal protein L13-1 5.023823054 L4_chemical_A1 +LQ03X031050 60S ribosomal protein L13-1 5.697118943 L4_chemical_A2 +LQ03X031050 60S ribosomal protein L13-1 5.631117893 L4_chemical_A3 +LQ03X031050 60S ribosomal protein L13-1 5.290165153 L4_chemical_B1 +LQ03X031050 60S ribosomal protein L13-1 5.179490267 L4_chemical_B2 +LQ03X031050 60S ribosomal protein L13-1 5.374346956 L4_chemical_B3 +LQ03X031050 60S ribosomal protein L13-1 5.192344958 L4_chemical_C2 +LQ03X031050 60S ribosomal protein L13-1 5.201742939 L4_chemical_C3 +LQ03X031060 Beta-amylase 8 11.74059015 C6_control_A1 +LQ03X031060 Beta-amylase 8 11.91526938 C6_control_A3 +LQ03X031060 Beta-amylase 8 12.02232887 C6_control_B1 +LQ03X031060 Beta-amylase 8 12.56577016 C6_control_B2 +LQ03X031060 Beta-amylase 8 12.08216794 C6_control_B3 +LQ03X031060 Beta-amylase 8 12.51834134 C6_control_C1 +LQ03X031060 Beta-amylase 8 12.6421234 C6_control_C2 +LQ03X031060 Beta-amylase 8 12.65231124 C6_control_C3 +LQ03X031060 Beta-amylase 8 11.51356943 C6_chemical_A1 +LQ03X031060 Beta-amylase 8 11.90028367 C6_chemical_A3 +LQ03X031060 Beta-amylase 8 11.86044472 C6_chemical_B1 +LQ03X031060 Beta-amylase 8 12.41006692 C6_chemical_B2 +LQ03X031060 Beta-amylase 8 12.04318667 C6_chemical_B3 +LQ03X031060 Beta-amylase 8 12.80443058 C6_chemical_C1 +LQ03X031060 Beta-amylase 8 12.75788065 C6_chemical_C2 +LQ03X031060 Beta-amylase 8 12.4530559 C6_chemical_C3 +LQ03X031060 Beta-amylase 8 11.27461683 L4_control_A1 +LQ03X031060 Beta-amylase 8 11.65674949 L4_control_A2 +LQ03X031060 Beta-amylase 8 8.872205986 L4_control_A3 +LQ03X031060 Beta-amylase 8 11.80277259 L4_control_B1 +LQ03X031060 Beta-amylase 8 11.26099148 L4_control_B2 +LQ03X031060 Beta-amylase 8 11.77717926 L4_control_B3 +LQ03X031060 Beta-amylase 8 11.42849672 L4_control_C2 +LQ03X031060 Beta-amylase 8 11.36334632 L4_control_C3 +LQ03X031060 Beta-amylase 8 11.74694874 L4_chemical_A1 +LQ03X031060 Beta-amylase 8 11.59491891 L4_chemical_A2 +LQ03X031060 Beta-amylase 8 8.873026117 L4_chemical_A3 +LQ03X031060 Beta-amylase 8 11.45925883 L4_chemical_B1 +LQ03X031060 Beta-amylase 8 11.46912074 L4_chemical_B2 +LQ03X031060 Beta-amylase 8 11.78691454 L4_chemical_B3 +LQ03X031060 Beta-amylase 8 11.58499814 L4_chemical_C2 +LQ03X031060 Beta-amylase 8 11.6758553 L4_chemical_C3 +LQ03X031070 Predicted protein 5.639544624 C6_control_A1 +LQ03X031070 Predicted protein 5.874148775 C6_control_A3 +LQ03X031070 Predicted protein 5.09014013 C6_control_B1 +LQ03X031070 Predicted protein 5.777155291 C6_control_B2 +LQ03X031070 Predicted protein 5.322709137 C6_control_B3 +LQ03X031070 Predicted protein 5.411301737 C6_control_C1 +LQ03X031070 Predicted protein 5.688675918 C6_control_C2 +LQ03X031070 Predicted protein 5.473126562 C6_control_C3 +LQ03X031070 Predicted protein 5.449812103 C6_chemical_A1 +LQ03X031070 Predicted protein 5.259453288 C6_chemical_A3 +LQ03X031070 Predicted protein 5.212827723 C6_chemical_B1 +LQ03X031070 Predicted protein 5.535116392 C6_chemical_B2 +LQ03X031070 Predicted protein 5.403384621 C6_chemical_B3 +LQ03X031070 Predicted protein 5.377267384 C6_chemical_C1 +LQ03X031070 Predicted protein 5.821224143 C6_chemical_C2 +LQ03X031070 Predicted protein 5.713418538 C6_chemical_C3 +LQ03X031070 Predicted protein 5.33084993 L4_control_A1 +LQ03X031070 Predicted protein 5.654547578 L4_control_A2 +LQ03X031070 Predicted protein 5.798433838 L4_control_A3 +LQ03X031070 Predicted protein 6.459521624 L4_control_B1 +LQ03X031070 Predicted protein 6.076323207 L4_control_B2 +LQ03X031070 Predicted protein 4.899598841 L4_control_B3 +LQ03X031070 Predicted protein 5.924527707 L4_control_C2 +LQ03X031070 Predicted protein 5.310373924 L4_control_C3 +LQ03X031070 Predicted protein 5.13608296 L4_chemical_A1 +LQ03X031070 Predicted protein 5.448258971 L4_chemical_A2 +LQ03X031070 Predicted protein 6.00008969 L4_chemical_A3 +LQ03X031070 Predicted protein 5.776559722 L4_chemical_B1 +LQ03X031070 Predicted protein 5.177401801 L4_chemical_B2 +LQ03X031070 Predicted protein 5.313576002 L4_chemical_B3 +LQ03X031070 Predicted protein 5.855542829 L4_chemical_C2 +LQ03X031070 Predicted protein 5.713063297 L4_chemical_C3 +LQ03X031080 Putative uncharacterized protein 6.969671821 C6_control_A1 +LQ03X031080 Putative uncharacterized protein 7.126311012 C6_control_A3 +LQ03X031080 Putative uncharacterized protein 6.626128317 C6_control_B1 +LQ03X031080 Putative uncharacterized protein 6.784105697 C6_control_B2 +LQ03X031080 Putative uncharacterized protein 6.625793012 C6_control_B3 +LQ03X031080 Putative uncharacterized protein 6.909798769 C6_control_C1 +LQ03X031080 Putative uncharacterized protein 7.05901894 C6_control_C2 +LQ03X031080 Putative uncharacterized protein 6.760563062 C6_control_C3 +LQ03X031080 Putative uncharacterized protein 6.580875789 C6_chemical_A1 +LQ03X031080 Putative uncharacterized protein 6.587808365 C6_chemical_A3 +LQ03X031080 Putative uncharacterized protein 5.858910236 C6_chemical_B1 +LQ03X031080 Putative uncharacterized protein 6.899458901 C6_chemical_B2 +LQ03X031080 Putative uncharacterized protein 6.418258641 C6_chemical_B3 +LQ03X031080 Putative uncharacterized protein 7.555112519 C6_chemical_C1 +LQ03X031080 Putative uncharacterized protein 7.634740819 C6_chemical_C2 +LQ03X031080 Putative uncharacterized protein 6.975840071 C6_chemical_C3 +LQ03X031080 Putative uncharacterized protein 6.423988492 L4_control_A1 +LQ03X031080 Putative uncharacterized protein 6.878767488 L4_control_A2 +LQ03X031080 Putative uncharacterized protein 7.065612056 L4_control_A3 +LQ03X031080 Putative uncharacterized protein 6.254527838 L4_control_B1 +LQ03X031080 Putative uncharacterized protein 7.019930454 L4_control_B2 +LQ03X031080 Putative uncharacterized protein 7.196261164 L4_control_B3 +LQ03X031080 Putative uncharacterized protein 7.459254747 L4_control_C2 +LQ03X031080 Putative uncharacterized protein 7.078460827 L4_control_C3 +LQ03X031080 Putative uncharacterized protein 6.489065671 L4_chemical_A1 +LQ03X031080 Putative uncharacterized protein 6.901444827 L4_chemical_A2 +LQ03X031080 Putative uncharacterized protein 6.971526346 L4_chemical_A3 +LQ03X031080 Putative uncharacterized protein 6.822815462 L4_chemical_B1 +LQ03X031080 Putative uncharacterized protein 6.215457805 L4_chemical_B2 +LQ03X031080 Putative uncharacterized protein 6.88775877 L4_chemical_B3 +LQ03X031080 Putative uncharacterized protein 6.80173124 L4_chemical_C2 +LQ03X031080 Putative uncharacterized protein 7.476215379 L4_chemical_C3 +LQ03X031090 Putative Protein notum homolog 5.759804819 C6_control_A1 +LQ03X031090 Putative Protein notum homolog 6.226296793 C6_control_A3 +LQ03X031090 Putative Protein notum homolog 5.571592635 C6_control_B1 +LQ03X031090 Putative Protein notum homolog 5.47430136 C6_control_B2 +LQ03X031090 Putative Protein notum homolog 5.670225778 C6_control_B3 +LQ03X031090 Putative Protein notum homolog 5.727891684 C6_control_C1 +LQ03X031090 Putative Protein notum homolog 5.600800058 C6_control_C2 +LQ03X031090 Putative Protein notum homolog 6.18176281 C6_control_C3 +LQ03X031090 Putative Protein notum homolog 6.187899927 C6_chemical_A1 +LQ03X031090 Putative Protein notum homolog 6.2418826 C6_chemical_A3 +LQ03X031090 Putative Protein notum homolog 6.046191377 C6_chemical_B1 +LQ03X031090 Putative Protein notum homolog 5.927423267 C6_chemical_B2 +LQ03X031090 Putative Protein notum homolog 5.73088985 C6_chemical_B3 +LQ03X031090 Putative Protein notum homolog 6.961119687 C6_chemical_C1 +LQ03X031090 Putative Protein notum homolog 6.382645735 C6_chemical_C2 +LQ03X031090 Putative Protein notum homolog 7.364321427 C6_chemical_C3 +LQ03X031090 Putative Protein notum homolog 6.039306527 L4_control_A1 +LQ03X031090 Putative Protein notum homolog 6.26081962 L4_control_A2 +LQ03X031090 Putative Protein notum homolog 6.589824129 L4_control_A3 +LQ03X031090 Putative Protein notum homolog 5.943345893 L4_control_B1 +LQ03X031090 Putative Protein notum homolog 5.785982309 L4_control_B2 +LQ03X031090 Putative Protein notum homolog 6.077448655 L4_control_B3 +LQ03X031090 Putative Protein notum homolog 6.459743903 L4_control_C2 +LQ03X031090 Putative Protein notum homolog 5.640856837 L4_control_C3 +LQ03X031090 Putative Protein notum homolog 6.000116301 L4_chemical_A1 +LQ03X031090 Putative Protein notum homolog 5.996127164 L4_chemical_A2 +LQ03X031090 Putative Protein notum homolog 5.964969308 L4_chemical_A3 +LQ03X031090 Putative Protein notum homolog 5.502830705 L4_chemical_B1 +LQ03X031090 Putative Protein notum homolog 6.031095206 L4_chemical_B2 +LQ03X031090 Putative Protein notum homolog 6.077886013 L4_chemical_B3 +LQ03X031090 Putative Protein notum homolog 6.546182523 L4_chemical_C2 +LQ03X031090 Putative Protein notum homolog 5.479239983 L4_chemical_C3 +LQ03X031100 Putative Protein notum homolog 9.234063918 C6_control_A1 +LQ03X031100 Putative Protein notum homolog 7.638564346 C6_control_A3 +LQ03X031100 Putative Protein notum homolog 10.22157245 C6_control_B1 +LQ03X031100 Putative Protein notum homolog 8.953782765 C6_control_B2 +LQ03X031100 Putative Protein notum homolog 9.960381224 C6_control_B3 +LQ03X031100 Putative Protein notum homolog 8.262090283 C6_control_C1 +LQ03X031100 Putative Protein notum homolog 6.586187199 C6_control_C2 +LQ03X031100 Putative Protein notum homolog 6.769903025 C6_control_C3 +LQ03X031100 Putative Protein notum homolog 9.009363938 C6_chemical_A1 +LQ03X031100 Putative Protein notum homolog 8.358378915 C6_chemical_A3 +LQ03X031100 Putative Protein notum homolog 10.13743969 C6_chemical_B1 +LQ03X031100 Putative Protein notum homolog 8.90634131 C6_chemical_B2 +LQ03X031100 Putative Protein notum homolog 9.632193649 C6_chemical_B3 +LQ03X031100 Putative Protein notum homolog 8.401720445 C6_chemical_C1 +LQ03X031100 Putative Protein notum homolog 7.570103109 C6_chemical_C2 +LQ03X031100 Putative Protein notum homolog 6.729248225 C6_chemical_C3 +LQ03X031100 Putative Protein notum homolog 8.637649467 L4_control_A1 +LQ03X031100 Putative Protein notum homolog 8.965028919 L4_control_A2 +LQ03X031100 Putative Protein notum homolog 7.661534965 L4_control_A3 +LQ03X031100 Putative Protein notum homolog 9.810973247 L4_control_B1 +LQ03X031100 Putative Protein notum homolog 10.60978968 L4_control_B2 +LQ03X031100 Putative Protein notum homolog 7.909268979 L4_control_B3 +LQ03X031100 Putative Protein notum homolog 6.584799823 L4_control_C2 +LQ03X031100 Putative Protein notum homolog 6.018511376 L4_control_C3 +LQ03X031100 Putative Protein notum homolog 8.949470199 L4_chemical_A1 +LQ03X031100 Putative Protein notum homolog 8.939003514 L4_chemical_A2 +LQ03X031100 Putative Protein notum homolog 8.442140984 L4_chemical_A3 +LQ03X031100 Putative Protein notum homolog 10.20784278 L4_chemical_B1 +LQ03X031100 Putative Protein notum homolog 9.869432276 L4_chemical_B2 +LQ03X031100 Putative Protein notum homolog 8.582534997 L4_chemical_B3 +LQ03X031100 Putative Protein notum homolog 6.566578355 L4_chemical_C2 +LQ03X031100 Putative Protein notum homolog 6.956102397 L4_chemical_C3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.593123383 C6_control_A1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 5.880329374 C6_control_A3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.556720358 C6_control_B1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.199492132 C6_control_B2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.748592254 C6_control_B3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 8.720602838 C6_control_C1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.528702044 C6_control_C2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.776600454 C6_control_C3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.511374384 C6_chemical_A1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.132621131 C6_chemical_A3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.805968082 C6_chemical_B1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.792455751 C6_chemical_B2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.914208338 C6_chemical_B3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 8.297969115 C6_chemical_C1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.451252029 C6_chemical_C2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.705713816 C6_chemical_C3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.256036953 L4_control_A1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.203027011 L4_control_A2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.282891046 L4_control_A3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.684249941 L4_control_B1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 8.278479934 L4_control_B2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.342360918 L4_control_B3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.742122321 L4_control_C2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.802819909 L4_control_C3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 5.854607322 L4_chemical_A1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.048013592 L4_chemical_A2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.484195109 L4_chemical_A3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.102656249 L4_chemical_B1 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.432400054 L4_chemical_B2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.367003439 L4_chemical_B3 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.708714382 L4_chemical_C2 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 7.445768985 L4_chemical_C3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.49247693 C6_control_A1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 9.894088242 C6_control_A3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.24028243 C6_control_B1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.57362716 C6_control_B2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.49868744 C6_control_B3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 11.36126785 C6_control_C1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 11.00954412 C6_control_C2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 11.08530253 C6_control_C3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.61101882 C6_chemical_A1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 9.9708945 C6_chemical_A3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.29146933 C6_chemical_B1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.52415095 C6_chemical_B2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.47324861 C6_chemical_B3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 11.28057008 C6_chemical_C1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 11.18727108 C6_chemical_C2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.93467398 C6_chemical_C3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.38929539 L4_control_A1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.43515099 L4_control_A2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.65678845 L4_control_A3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.3072353 L4_control_B1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.43510177 L4_control_B2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.68832528 L4_control_B3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 11.00397565 L4_control_C2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.84461462 L4_control_C3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.66216301 L4_chemical_A1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.64782303 L4_chemical_A2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.73395164 L4_chemical_A3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.29622131 L4_chemical_B1 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.53730523 L4_chemical_B2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.5028572 L4_chemical_B3 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.77487816 L4_chemical_C2 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 11.01907708 L4_chemical_C3 +LQ03X031150 Cyclin-dependent kinase C-1 6.763922616 C6_control_A1 +LQ03X031150 Cyclin-dependent kinase C-1 6.43352877 C6_control_A3 +LQ03X031150 Cyclin-dependent kinase C-1 6.853723462 C6_control_B1 +LQ03X031150 Cyclin-dependent kinase C-1 6.98751919 C6_control_B2 +LQ03X031150 Cyclin-dependent kinase C-1 6.614757918 C6_control_B3 +LQ03X031150 Cyclin-dependent kinase C-1 8.013761017 C6_control_C1 +LQ03X031150 Cyclin-dependent kinase C-1 7.218299986 C6_control_C2 +LQ03X031150 Cyclin-dependent kinase C-1 7.06364913 C6_control_C3 +LQ03X031150 Cyclin-dependent kinase C-1 7.037692994 C6_chemical_A1 +LQ03X031150 Cyclin-dependent kinase C-1 6.986669965 C6_chemical_A3 +LQ03X031150 Cyclin-dependent kinase C-1 6.582786714 C6_chemical_B1 +LQ03X031150 Cyclin-dependent kinase C-1 6.814985831 C6_chemical_B2 +LQ03X031150 Cyclin-dependent kinase C-1 7.021525307 C6_chemical_B3 +LQ03X031150 Cyclin-dependent kinase C-1 8.416570673 C6_chemical_C1 +LQ03X031150 Cyclin-dependent kinase C-1 7.902541686 C6_chemical_C2 +LQ03X031150 Cyclin-dependent kinase C-1 7.189175675 C6_chemical_C3 +LQ03X031150 Cyclin-dependent kinase C-1 7.475237833 L4_control_A1 +LQ03X031150 Cyclin-dependent kinase C-1 7.284017848 L4_control_A2 +LQ03X031150 Cyclin-dependent kinase C-1 7.2535814 L4_control_A3 +LQ03X031150 Cyclin-dependent kinase C-1 6.678591627 L4_control_B1 +LQ03X031150 Cyclin-dependent kinase C-1 7.02587806 L4_control_B2 +LQ03X031150 Cyclin-dependent kinase C-1 7.213364229 L4_control_B3 +LQ03X031150 Cyclin-dependent kinase C-1 7.658618555 L4_control_C2 +LQ03X031150 Cyclin-dependent kinase C-1 6.289483322 L4_control_C3 +LQ03X031150 Cyclin-dependent kinase C-1 7.892500099 L4_chemical_A1 +LQ03X031150 Cyclin-dependent kinase C-1 8.150067037 L4_chemical_A2 +LQ03X031150 Cyclin-dependent kinase C-1 7.424131577 L4_chemical_A3 +LQ03X031150 Cyclin-dependent kinase C-1 7.016791904 L4_chemical_B1 +LQ03X031150 Cyclin-dependent kinase C-1 7.280143967 L4_chemical_B2 +LQ03X031150 Cyclin-dependent kinase C-1 7.067217431 L4_chemical_B3 +LQ03X031150 Cyclin-dependent kinase C-1 8.408849622 L4_chemical_C2 +LQ03X031150 Cyclin-dependent kinase C-1 6.533028985 L4_chemical_C3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.767444179 C6_control_A1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.745936572 C6_control_A3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.258155147 C6_control_B1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.055235217 C6_control_B2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.351642145 C6_control_B3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.848673585 C6_control_C1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.46376697 C6_control_C2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.178899014 C6_control_C3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.7636805 C6_chemical_A1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.935275547 C6_chemical_A3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.068769248 C6_chemical_B1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.6631381 C6_chemical_B2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.197250373 C6_chemical_B3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.633544496 C6_chemical_C1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.841378388 C6_chemical_C2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.455342067 C6_chemical_C3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.944012136 L4_control_A1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.548487542 L4_control_A2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.822023249 L4_control_A3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.548565159 L4_control_B1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.807429006 L4_control_B2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.073669102 L4_control_B3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.089201641 L4_control_C2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.751135293 L4_control_C3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.758791518 L4_chemical_A1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.431089638 L4_chemical_A2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.417932951 L4_chemical_A3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.233396355 L4_chemical_B1 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 7.325194453 L4_chemical_B2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.234826497 L4_chemical_B3 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.078052305 L4_chemical_C2 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 6.606171199 L4_chemical_C3 +LQ03X031190 Putative uncharacterized protein 5.494352128 C6_control_A1 +LQ03X031190 Putative uncharacterized protein 5.079635579 C6_control_A3 +LQ03X031190 Putative uncharacterized protein 5.240402051 C6_control_B1 +LQ03X031190 Putative uncharacterized protein 5.767647481 C6_control_B2 +LQ03X031190 Putative uncharacterized protein 5.744663034 C6_control_B3 +LQ03X031190 Putative uncharacterized protein 5.547245787 C6_control_C1 +LQ03X031190 Putative uncharacterized protein 5.096796366 C6_control_C2 +LQ03X031190 Putative uncharacterized protein 5.897993838 C6_control_C3 +LQ03X031190 Putative uncharacterized protein 5.635696469 C6_chemical_A1 +LQ03X031190 Putative uncharacterized protein 5.284027818 C6_chemical_A3 +LQ03X031190 Putative uncharacterized protein 5.141605488 C6_chemical_B1 +LQ03X031190 Putative uncharacterized protein 5.650162521 C6_chemical_B2 +LQ03X031190 Putative uncharacterized protein 5.49549668 C6_chemical_B3 +LQ03X031190 Putative uncharacterized protein 5.483767367 C6_chemical_C1 +LQ03X031190 Putative uncharacterized protein 5.305775249 C6_chemical_C2 +LQ03X031190 Putative uncharacterized protein 5.681802066 C6_chemical_C3 +LQ03X031190 Putative uncharacterized protein 5.450623706 L4_control_A1 +LQ03X031190 Putative uncharacterized protein 5.950505533 L4_control_A2 +LQ03X031190 Putative uncharacterized protein 5.265745562 L4_control_A3 +LQ03X031190 Putative uncharacterized protein 5.232188268 L4_control_B1 +LQ03X031190 Putative uncharacterized protein 5.51065439 L4_control_B2 +LQ03X031190 Putative uncharacterized protein 5.781487328 L4_control_B3 +LQ03X031190 Putative uncharacterized protein 5.205244425 L4_control_C2 +LQ03X031190 Putative uncharacterized protein 4.859655548 L4_control_C3 +LQ03X031190 Putative uncharacterized protein 5.542200547 L4_chemical_A1 +LQ03X031190 Putative uncharacterized protein 5.738914154 L4_chemical_A2 +LQ03X031190 Putative uncharacterized protein 5.286215402 L4_chemical_A3 +LQ03X031190 Putative uncharacterized protein 5.134038856 L4_chemical_B1 +LQ03X031190 Putative uncharacterized protein 5.257969643 L4_chemical_B2 +LQ03X031190 Putative uncharacterized protein 5.581779485 L4_chemical_B3 +LQ03X031190 Putative uncharacterized protein 5.341989273 L4_chemical_C2 +LQ03X031190 Putative uncharacterized protein 5.506126382 L4_chemical_C3 +LQ03X031210 Putative uncharacterized protein 6.122325942 C6_control_A1 +LQ03X031210 Putative uncharacterized protein 5.95307557 C6_control_A3 +LQ03X031210 Putative uncharacterized protein 6.116794399 C6_control_B1 +LQ03X031210 Putative uncharacterized protein 5.615426686 C6_control_B2 +LQ03X031210 Putative uncharacterized protein 5.732233275 C6_control_B3 +LQ03X031210 Putative uncharacterized protein 5.838357918 C6_control_C1 +LQ03X031210 Putative uncharacterized protein 5.898324726 C6_control_C2 +LQ03X031210 Putative uncharacterized protein 5.610017076 C6_control_C3 +LQ03X031210 Putative uncharacterized protein 6.110758568 C6_chemical_A1 +LQ03X031210 Putative uncharacterized protein 6.160217355 C6_chemical_A3 +LQ03X031210 Putative uncharacterized protein 6.025697372 C6_chemical_B1 +LQ03X031210 Putative uncharacterized protein 5.945378577 C6_chemical_B2 +LQ03X031210 Putative uncharacterized protein 5.681038848 C6_chemical_B3 +LQ03X031210 Putative uncharacterized protein 5.869807656 C6_chemical_C1 +LQ03X031210 Putative uncharacterized protein 5.523273275 C6_chemical_C2 +LQ03X031210 Putative uncharacterized protein 5.592921306 C6_chemical_C3 +LQ03X031210 Putative uncharacterized protein 5.950086487 L4_control_A1 +LQ03X031210 Putative uncharacterized protein 5.450789475 L4_control_A2 +LQ03X031210 Putative uncharacterized protein 6.431233727 L4_control_A3 +LQ03X031210 Putative uncharacterized protein 6.249575791 L4_control_B1 +LQ03X031210 Putative uncharacterized protein 5.464897058 L4_control_B2 +LQ03X031210 Putative uncharacterized protein 5.730224809 L4_control_B3 +LQ03X031210 Putative uncharacterized protein 6.102113402 L4_control_C2 +LQ03X031210 Putative uncharacterized protein 6.499508711 L4_control_C3 +LQ03X031210 Putative uncharacterized protein 5.679905515 L4_chemical_A1 +LQ03X031210 Putative uncharacterized protein 5.773174293 L4_chemical_A2 +LQ03X031210 Putative uncharacterized protein 6.895019639 L4_chemical_A3 +LQ03X031210 Putative uncharacterized protein 6.135106752 L4_chemical_B1 +LQ03X031210 Putative uncharacterized protein 6.04739231 L4_chemical_B2 +LQ03X031210 Putative uncharacterized protein 5.743159543 L4_chemical_B3 +LQ03X031210 Putative uncharacterized protein 5.781016156 L4_chemical_C2 +LQ03X031210 Putative uncharacterized protein 5.749743007 L4_chemical_C3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.167675039 C6_control_A1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.596313265 C6_control_A3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.255628825 C6_control_B1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.008011271 C6_control_B2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.472986337 C6_control_B3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.49507596 C6_control_C1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.544045708 C6_control_C2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.612705318 C6_control_C3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.951845253 C6_chemical_A1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.050214905 C6_chemical_A3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.595516076 C6_chemical_B1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.135998299 C6_chemical_B2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.227868945 C6_chemical_B3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.91147723 C6_chemical_C1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.473600675 C6_chemical_C2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.844323648 C6_chemical_C3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.884660751 L4_control_A1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.233813838 L4_control_A2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.247105725 L4_control_A3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.788336354 L4_control_B1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.815351053 L4_control_B2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.594838071 L4_control_B3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.153049947 L4_control_C2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.967735906 L4_control_C3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.259741877 L4_chemical_A1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.957157464 L4_chemical_A2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.421109032 L4_chemical_A3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.997938864 L4_chemical_B1 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.127778712 L4_chemical_B2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.85272429 L4_chemical_B3 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 6.329787008 L4_chemical_C2 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.823027208 L4_chemical_C3 +LQ03X031240 Putative Zinc finger protein 706 6.466184715 C6_control_A1 +LQ03X031240 Putative Zinc finger protein 706 6.814531561 C6_control_A3 +LQ03X031240 Putative Zinc finger protein 706 6.443419131 C6_control_B1 +LQ03X031240 Putative Zinc finger protein 706 6.900275172 C6_control_B2 +LQ03X031240 Putative Zinc finger protein 706 6.48351563 C6_control_B3 +LQ03X031240 Putative Zinc finger protein 706 6.355758203 C6_control_C1 +LQ03X031240 Putative Zinc finger protein 706 6.982528609 C6_control_C2 +LQ03X031240 Putative Zinc finger protein 706 6.664632745 C6_control_C3 +LQ03X031240 Putative Zinc finger protein 706 6.636631078 C6_chemical_A1 +LQ03X031240 Putative Zinc finger protein 706 6.18024629 C6_chemical_A3 +LQ03X031240 Putative Zinc finger protein 706 6.907654925 C6_chemical_B1 +LQ03X031240 Putative Zinc finger protein 706 7.131143632 C6_chemical_B2 +LQ03X031240 Putative Zinc finger protein 706 6.276768583 C6_chemical_B3 +LQ03X031240 Putative Zinc finger protein 706 6.623465663 C6_chemical_C1 +LQ03X031240 Putative Zinc finger protein 706 6.941957685 C6_chemical_C2 +LQ03X031240 Putative Zinc finger protein 706 6.157234582 C6_chemical_C3 +LQ03X031240 Putative Zinc finger protein 706 6.419642791 L4_control_A1 +LQ03X031240 Putative Zinc finger protein 706 6.444370206 L4_control_A2 +LQ03X031240 Putative Zinc finger protein 706 6.49816425 L4_control_A3 +LQ03X031240 Putative Zinc finger protein 706 5.953000726 L4_control_B1 +LQ03X031240 Putative Zinc finger protein 706 5.526249593 L4_control_B2 +LQ03X031240 Putative Zinc finger protein 706 6.560881858 L4_control_B3 +LQ03X031240 Putative Zinc finger protein 706 6.225903003 L4_control_C2 +LQ03X031240 Putative Zinc finger protein 706 6.389831319 L4_control_C3 +LQ03X031240 Putative Zinc finger protein 706 6.120779499 L4_chemical_A1 +LQ03X031240 Putative Zinc finger protein 706 6.25351019 L4_chemical_A2 +LQ03X031240 Putative Zinc finger protein 706 6.727286933 L4_chemical_A3 +LQ03X031240 Putative Zinc finger protein 706 6.567806268 L4_chemical_B1 +LQ03X031240 Putative Zinc finger protein 706 6.224441353 L4_chemical_B2 +LQ03X031240 Putative Zinc finger protein 706 6.29290612 L4_chemical_B3 +LQ03X031240 Putative Zinc finger protein 706 6.048843324 L4_chemical_C2 +LQ03X031240 Putative Zinc finger protein 706 6.00719431 L4_chemical_C3 +LQ03X031260 Putative Ankyrin-2 12.92587594 C6_control_A1 +LQ03X031260 Putative Ankyrin-2 12.75963209 C6_control_A3 +LQ03X031260 Putative Ankyrin-2 13.15081861 C6_control_B1 +LQ03X031260 Putative Ankyrin-2 12.92527949 C6_control_B2 +LQ03X031260 Putative Ankyrin-2 13.02500743 C6_control_B3 +LQ03X031260 Putative Ankyrin-2 12.76975945 C6_control_C1 +LQ03X031260 Putative Ankyrin-2 12.95538874 C6_control_C2 +LQ03X031260 Putative Ankyrin-2 12.50907171 C6_control_C3 +LQ03X031260 Putative Ankyrin-2 12.6007747 C6_chemical_A1 +LQ03X031260 Putative Ankyrin-2 12.88866395 C6_chemical_A3 +LQ03X031260 Putative Ankyrin-2 12.83181988 C6_chemical_B1 +LQ03X031260 Putative Ankyrin-2 12.68988992 C6_chemical_B2 +LQ03X031260 Putative Ankyrin-2 12.55031378 C6_chemical_B3 +LQ03X031260 Putative Ankyrin-2 12.69541996 C6_chemical_C1 +LQ03X031260 Putative Ankyrin-2 12.95837394 C6_chemical_C2 +LQ03X031260 Putative Ankyrin-2 12.66745342 C6_chemical_C3 +LQ03X031260 Putative Ankyrin-2 12.67869216 L4_control_A1 +LQ03X031260 Putative Ankyrin-2 12.53562143 L4_control_A2 +LQ03X031260 Putative Ankyrin-2 12.63327573 L4_control_A3 +LQ03X031260 Putative Ankyrin-2 13.07237455 L4_control_B1 +LQ03X031260 Putative Ankyrin-2 12.48506583 L4_control_B2 +LQ03X031260 Putative Ankyrin-2 12.91893987 L4_control_B3 +LQ03X031260 Putative Ankyrin-2 11.84103629 L4_control_C2 +LQ03X031260 Putative Ankyrin-2 12.24100012 L4_control_C3 +LQ03X031260 Putative Ankyrin-2 12.72763145 L4_chemical_A1 +LQ03X031260 Putative Ankyrin-2 12.51271355 L4_chemical_A2 +LQ03X031260 Putative Ankyrin-2 12.48705118 L4_chemical_A3 +LQ03X031260 Putative Ankyrin-2 12.52057397 L4_chemical_B1 +LQ03X031260 Putative Ankyrin-2 12.46770201 L4_chemical_B2 +LQ03X031260 Putative Ankyrin-2 12.60659174 L4_chemical_B3 +LQ03X031260 Putative Ankyrin-2 12.19462893 L4_chemical_C2 +LQ03X031260 Putative Ankyrin-2 12.3242523 L4_chemical_C3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.34163237 C6_control_A1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.76707113 C6_control_A3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.13349859 C6_control_B1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.76618219 C6_control_B2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.99869706 C6_control_B3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.98760339 C6_control_C1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.86861085 C6_control_C2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.22804972 C6_control_C3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.19820553 C6_chemical_A1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.00678122 C6_chemical_A3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.92280811 C6_chemical_B1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.63554121 C6_chemical_B2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.74312772 C6_chemical_B3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.05281974 C6_chemical_C1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.07175617 C6_chemical_C2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.61834328 C6_chemical_C3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.93066055 L4_control_A1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.42986625 L4_control_A2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.78363729 L4_control_A3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.13814714 L4_control_B1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.00573579 L4_control_B2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.30474801 L4_control_B3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.83518727 L4_control_C2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.44580608 L4_control_C3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.95174482 L4_chemical_A1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.13987204 L4_chemical_A2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.39686525 L4_chemical_A3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.81899704 L4_chemical_B1 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.82645475 L4_chemical_B2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.87977527 L4_chemical_B3 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.862714 L4_chemical_C2 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 11.27427695 L4_chemical_C3 +LQ03X031310 Predicted protein 12.89792779 C6_control_A1 +LQ03X031310 Predicted protein 12.83443363 C6_control_A3 +LQ03X031310 Predicted protein 12.97272057 C6_control_B1 +LQ03X031310 Predicted protein 12.48316486 C6_control_B2 +LQ03X031310 Predicted protein 12.96098158 C6_control_B3 +LQ03X031310 Predicted protein 12.32673832 C6_control_C1 +LQ03X031310 Predicted protein 12.46706528 C6_control_C2 +LQ03X031310 Predicted protein 12.73498895 C6_control_C3 +LQ03X031310 Predicted protein 12.32132506 C6_chemical_A1 +LQ03X031310 Predicted protein 13.06536917 C6_chemical_A3 +LQ03X031310 Predicted protein 12.77654732 C6_chemical_B1 +LQ03X031310 Predicted protein 12.40065731 C6_chemical_B2 +LQ03X031310 Predicted protein 12.75214124 C6_chemical_B3 +LQ03X031310 Predicted protein 12.16836094 C6_chemical_C1 +LQ03X031310 Predicted protein 12.42477074 C6_chemical_C2 +LQ03X031310 Predicted protein 12.61595023 C6_chemical_C3 +LQ03X031310 Predicted protein 12.39067203 L4_control_A1 +LQ03X031310 Predicted protein 12.3044192 L4_control_A2 +LQ03X031310 Predicted protein 12.34360575 L4_control_A3 +LQ03X031310 Predicted protein 12.95432295 L4_control_B1 +LQ03X031310 Predicted protein 13.09997214 L4_control_B2 +LQ03X031310 Predicted protein 12.76644779 L4_control_B3 +LQ03X031310 Predicted protein 13.31064117 L4_control_C2 +LQ03X031310 Predicted protein 13.68289251 L4_control_C3 +LQ03X031310 Predicted protein 12.29384571 L4_chemical_A1 +LQ03X031310 Predicted protein 12.49593391 L4_chemical_A2 +LQ03X031310 Predicted protein 11.92201173 L4_chemical_A3 +LQ03X031310 Predicted protein 13.07943629 L4_chemical_B1 +LQ03X031310 Predicted protein 13.06242391 L4_chemical_B2 +LQ03X031310 Predicted protein 12.80614375 L4_chemical_B3 +LQ03X031310 Predicted protein 13.42722999 L4_chemical_C2 +LQ03X031310 Predicted protein 13.62896513 L4_chemical_C3 +LQ03X031320 Acyl-CoA-binding protein 15.02342775 C6_control_A1 +LQ03X031320 Acyl-CoA-binding protein 15.13211222 C6_control_A3 +LQ03X031320 Acyl-CoA-binding protein 15.0363577 C6_control_B1 +LQ03X031320 Acyl-CoA-binding protein 15.07897719 C6_control_B2 +LQ03X031320 Acyl-CoA-binding protein 14.87931469 C6_control_B3 +LQ03X031320 Acyl-CoA-binding protein 14.79393599 C6_control_C1 +LQ03X031320 Acyl-CoA-binding protein 14.70367348 C6_control_C2 +LQ03X031320 Acyl-CoA-binding protein 14.62289363 C6_control_C3 +LQ03X031320 Acyl-CoA-binding protein 15.0324056 C6_chemical_A1 +LQ03X031320 Acyl-CoA-binding protein 14.51821987 C6_chemical_A3 +LQ03X031320 Acyl-CoA-binding protein 14.73714109 C6_chemical_B1 +LQ03X031320 Acyl-CoA-binding protein 15.28568049 C6_chemical_B2 +LQ03X031320 Acyl-CoA-binding protein 15.00685994 C6_chemical_B3 +LQ03X031320 Acyl-CoA-binding protein 14.71851168 C6_chemical_C1 +LQ03X031320 Acyl-CoA-binding protein 14.72847242 C6_chemical_C2 +LQ03X031320 Acyl-CoA-binding protein 14.64821518 C6_chemical_C3 +LQ03X031320 Acyl-CoA-binding protein 14.98494862 L4_control_A1 +LQ03X031320 Acyl-CoA-binding protein 14.28589594 L4_control_A2 +LQ03X031320 Acyl-CoA-binding protein 14.23178377 L4_control_A3 +LQ03X031320 Acyl-CoA-binding protein 14.51670959 L4_control_B1 +LQ03X031320 Acyl-CoA-binding protein 13.86258177 L4_control_B2 +LQ03X031320 Acyl-CoA-binding protein 14.58981043 L4_control_B3 +LQ03X031320 Acyl-CoA-binding protein 14.04818845 L4_control_C2 +LQ03X031320 Acyl-CoA-binding protein 13.36772964 L4_control_C3 +LQ03X031320 Acyl-CoA-binding protein 14.98088913 L4_chemical_A1 +LQ03X031320 Acyl-CoA-binding protein 14.35583975 L4_chemical_A2 +LQ03X031320 Acyl-CoA-binding protein 14.6846719 L4_chemical_A3 +LQ03X031320 Acyl-CoA-binding protein 14.7997289 L4_chemical_B1 +LQ03X031320 Acyl-CoA-binding protein 14.59016154 L4_chemical_B2 +LQ03X031320 Acyl-CoA-binding protein 15.10620311 L4_chemical_B3 +LQ03X031320 Acyl-CoA-binding protein 13.96848707 L4_chemical_C2 +LQ03X031320 Acyl-CoA-binding protein 13.61811858 L4_chemical_C3 +LQ03X031331 Putative uncharacterized protein 5.063064313 C6_control_A1 +LQ03X031331 Putative uncharacterized protein 5.143607764 C6_control_A3 +LQ03X031331 Putative uncharacterized protein 4.986265345 C6_control_B1 +LQ03X031331 Putative uncharacterized protein 4.727129577 C6_control_B2 +LQ03X031331 Putative uncharacterized protein 5.085068675 C6_control_B3 +LQ03X031331 Putative uncharacterized protein 5.084110467 C6_control_C1 +LQ03X031331 Putative uncharacterized protein 5.279149619 C6_control_C2 +LQ03X031331 Putative uncharacterized protein 4.811923371 C6_control_C3 +LQ03X031331 Putative uncharacterized protein 4.70213683 C6_chemical_A1 +LQ03X031331 Putative uncharacterized protein 4.901277653 C6_chemical_A3 +LQ03X031331 Putative uncharacterized protein 4.78226998 C6_chemical_B1 +LQ03X031331 Putative uncharacterized protein 4.834451058 C6_chemical_B2 +LQ03X031331 Putative uncharacterized protein 4.567949681 C6_chemical_B3 +LQ03X031331 Putative uncharacterized protein 5.21624961 C6_chemical_C1 +LQ03X031331 Putative uncharacterized protein 4.843041329 C6_chemical_C2 +LQ03X031331 Putative uncharacterized protein 4.868300856 C6_chemical_C3 +LQ03X031331 Putative uncharacterized protein 5.035999349 L4_control_A1 +LQ03X031331 Putative uncharacterized protein 4.914448075 L4_control_A2 +LQ03X031331 Putative uncharacterized protein 5.547588952 L4_control_A3 +LQ03X031331 Putative uncharacterized protein 4.96484264 L4_control_B1 +LQ03X031331 Putative uncharacterized protein 5.094158106 L4_control_B2 +LQ03X031331 Putative uncharacterized protein 5.096816632 L4_control_B3 +LQ03X031331 Putative uncharacterized protein 6.038757413 L4_control_C2 +LQ03X031331 Putative uncharacterized protein 5.428337197 L4_control_C3 +LQ03X031331 Putative uncharacterized protein 5.070166184 L4_chemical_A1 +LQ03X031331 Putative uncharacterized protein 4.960961557 L4_chemical_A2 +LQ03X031331 Putative uncharacterized protein 6.059538221 L4_chemical_A3 +LQ03X031331 Putative uncharacterized protein 4.95250241 L4_chemical_B1 +LQ03X031331 Putative uncharacterized protein 5.210303916 L4_chemical_B2 +LQ03X031331 Putative uncharacterized protein 4.629655413 L4_chemical_B3 +LQ03X031331 Putative uncharacterized protein 5.310473074 L4_chemical_C2 +LQ03X031331 Putative uncharacterized protein 5.291657249 L4_chemical_C3 +LQ03X031350 Putative uncharacterized protein 13.1102909 C6_control_A1 +LQ03X031350 Putative uncharacterized protein 12.9621276 C6_control_A3 +LQ03X031350 Putative uncharacterized protein 12.65051925 C6_control_B1 +LQ03X031350 Putative uncharacterized protein 12.96835222 C6_control_B2 +LQ03X031350 Putative uncharacterized protein 12.6154938 C6_control_B3 +LQ03X031350 Putative uncharacterized protein 13.3053635 C6_control_C1 +LQ03X031350 Putative uncharacterized protein 13.24675008 C6_control_C2 +LQ03X031350 Putative uncharacterized protein 13.0932289 C6_control_C3 +LQ03X031350 Putative uncharacterized protein 13.01435318 C6_chemical_A1 +LQ03X031350 Putative uncharacterized protein 12.65419062 C6_chemical_A3 +LQ03X031350 Putative uncharacterized protein 12.79106831 C6_chemical_B1 +LQ03X031350 Putative uncharacterized protein 12.63735409 C6_chemical_B2 +LQ03X031350 Putative uncharacterized protein 12.51676861 C6_chemical_B3 +LQ03X031350 Putative uncharacterized protein 13.6016493 C6_chemical_C1 +LQ03X031350 Putative uncharacterized protein 13.48342912 C6_chemical_C2 +LQ03X031350 Putative uncharacterized protein 13.09290394 C6_chemical_C3 +LQ03X031350 Putative uncharacterized protein 12.88684054 L4_control_A1 +LQ03X031350 Putative uncharacterized protein 13.0922426 L4_control_A2 +LQ03X031350 Putative uncharacterized protein 13.16737101 L4_control_A3 +LQ03X031350 Putative uncharacterized protein 12.54400097 L4_control_B1 +LQ03X031350 Putative uncharacterized protein 12.45291934 L4_control_B2 +LQ03X031350 Putative uncharacterized protein 12.33680017 L4_control_B3 +LQ03X031350 Putative uncharacterized protein 13.08408095 L4_control_C2 +LQ03X031350 Putative uncharacterized protein 12.81911584 L4_control_C3 +LQ03X031350 Putative uncharacterized protein 12.79017924 L4_chemical_A1 +LQ03X031350 Putative uncharacterized protein 13.1370922 L4_chemical_A2 +LQ03X031350 Putative uncharacterized protein 13.26725878 L4_chemical_A3 +LQ03X031350 Putative uncharacterized protein 12.71870953 L4_chemical_B1 +LQ03X031350 Putative uncharacterized protein 12.65493111 L4_chemical_B2 +LQ03X031350 Putative uncharacterized protein 12.37981527 L4_chemical_B3 +LQ03X031350 Putative uncharacterized protein 13.02135704 L4_chemical_C2 +LQ03X031350 Putative uncharacterized protein 12.84386567 L4_chemical_C3 +LQ03X031360 Alpha glucosidase-like protein 4.873151727 C6_control_A1 +LQ03X031360 Alpha glucosidase-like protein 4.585762463 C6_control_A3 +LQ03X031360 Alpha glucosidase-like protein 5.162216016 C6_control_B1 +LQ03X031360 Alpha glucosidase-like protein 4.841950962 C6_control_B2 +LQ03X031360 Alpha glucosidase-like protein 4.648107054 C6_control_B3 +LQ03X031360 Alpha glucosidase-like protein 4.903582846 C6_control_C1 +LQ03X031360 Alpha glucosidase-like protein 4.783242104 C6_control_C2 +LQ03X031360 Alpha glucosidase-like protein 4.863967073 C6_control_C3 +LQ03X031360 Alpha glucosidase-like protein 4.693941069 C6_chemical_A1 +LQ03X031360 Alpha glucosidase-like protein 4.740251715 C6_chemical_A3 +LQ03X031360 Alpha glucosidase-like protein 4.862342982 C6_chemical_B1 +LQ03X031360 Alpha glucosidase-like protein 4.727799688 C6_chemical_B2 +LQ03X031360 Alpha glucosidase-like protein 4.810683623 C6_chemical_B3 +LQ03X031360 Alpha glucosidase-like protein 4.879309193 C6_chemical_C1 +LQ03X031360 Alpha glucosidase-like protein 4.650759369 C6_chemical_C2 +LQ03X031360 Alpha glucosidase-like protein 4.830934713 C6_chemical_C3 +LQ03X031360 Alpha glucosidase-like protein 4.957019254 L4_control_A1 +LQ03X031360 Alpha glucosidase-like protein 5.00819013 L4_control_A2 +LQ03X031360 Alpha glucosidase-like protein 4.774184839 L4_control_A3 +LQ03X031360 Alpha glucosidase-like protein 4.92175146 L4_control_B1 +LQ03X031360 Alpha glucosidase-like protein 4.749031761 L4_control_B2 +LQ03X031360 Alpha glucosidase-like protein 4.825197828 L4_control_B3 +LQ03X031360 Alpha glucosidase-like protein 5.223472505 L4_control_C2 +LQ03X031360 Alpha glucosidase-like protein 5.400624445 L4_control_C3 +LQ03X031360 Alpha glucosidase-like protein 4.878873988 L4_chemical_A1 +LQ03X031360 Alpha glucosidase-like protein 4.82243148 L4_chemical_A2 +LQ03X031360 Alpha glucosidase-like protein 4.984938952 L4_chemical_A3 +LQ03X031360 Alpha glucosidase-like protein 4.915513146 L4_chemical_B1 +LQ03X031360 Alpha glucosidase-like protein 4.932726373 L4_chemical_B2 +LQ03X031360 Alpha glucosidase-like protein 4.726964554 L4_chemical_B3 +LQ03X031360 Alpha glucosidase-like protein 4.80361108 L4_chemical_C2 +LQ03X031360 Alpha glucosidase-like protein 5.090270776 L4_chemical_C3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.424795317 C6_control_A1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.201428473 C6_control_A3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.62873211 C6_control_B1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.064783008 C6_control_B2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.047850819 C6_control_B3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.130407573 C6_control_C1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 7.845204898 C6_control_C2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.099837472 C6_control_C3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.265901646 C6_chemical_A1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.183006334 C6_chemical_A3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.501791667 C6_chemical_B1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.768239164 C6_chemical_B2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 7.85571603 C6_chemical_B3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.033520167 C6_chemical_C1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.259678202 C6_chemical_C2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.854705515 C6_chemical_C3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.76014114 L4_control_A1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.749644276 L4_control_A2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.631194791 L4_control_A3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 7.455964899 L4_control_B1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.044826517 L4_control_B2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 7.692123722 L4_control_B3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 10.03852393 L4_control_C2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.165406549 L4_control_C3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 7.79495879 L4_chemical_A1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.221217072 L4_chemical_A2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.346070562 L4_chemical_A3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.995091111 L4_chemical_B1 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 8.802054278 L4_chemical_B2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 7.740913098 L4_chemical_B3 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.535488606 L4_chemical_C2 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.225863217 L4_chemical_C3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.64412389 C6_control_A1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.61388969 C6_control_A3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.48696173 C6_control_B1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.14182851 C6_control_B2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.09893406 C6_control_B3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.37712628 C6_control_C1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.60492792 C6_control_C2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.23716393 C6_control_C3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.59398643 C6_chemical_A1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.50156769 C6_chemical_A3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.05924488 C6_chemical_B1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.14228544 C6_chemical_B2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.05636302 C6_chemical_B3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.34611151 C6_chemical_C1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.41242072 C6_chemical_C2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 12.77891637 C6_chemical_C3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.67384337 L4_control_A1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.34517027 L4_control_A2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.4999905 L4_control_A3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.62184613 L4_control_B1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.78406216 L4_control_B2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.78865835 L4_control_B3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.24848722 L4_control_C2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 12.85755096 L4_control_C3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.52660978 L4_chemical_A1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.05002749 L4_chemical_A2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.63442233 L4_chemical_A3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.02441097 L4_chemical_B1 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.62080468 L4_chemical_B2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.26096458 L4_chemical_B3 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.57703399 L4_chemical_C2 +LQ04X000050 Isocitrate dehydrogenase [NADP] 13.17101922 L4_chemical_C3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.157453812 C6_control_A1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.217305471 C6_control_A3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.973513749 C6_control_B1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.012786915 C6_control_B2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.223149734 C6_control_B3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.943941581 C6_control_C1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.906591653 C6_control_C2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.177380673 C6_control_C3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.043969104 C6_chemical_A1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.92583311 C6_chemical_A3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.245084925 C6_chemical_B1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.963680565 C6_chemical_B2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.421521557 C6_chemical_B3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.970181531 C6_chemical_C1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.955879713 C6_chemical_C2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.044311403 C6_chemical_C3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.26122226 L4_control_A1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.300987479 L4_control_A2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.995251504 L4_control_A3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.194588018 L4_control_B1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.054527531 L4_control_B2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.106433455 L4_control_B3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.95186627 L4_control_C2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 6.572329238 L4_control_C3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.148315524 L4_chemical_A1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.943617498 L4_chemical_A2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.957751785 L4_chemical_A3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.061570177 L4_chemical_B1 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.880106837 L4_chemical_B2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.442851236 L4_chemical_B3 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 4.929796328 L4_chemical_C2 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 6.142551345 L4_chemical_C3 +LQ04X000100 Predicted protein 10.75169257 C6_control_A1 +LQ04X000100 Predicted protein 10.57819002 C6_control_A3 +LQ04X000100 Predicted protein 10.54260761 C6_control_B1 +LQ04X000100 Predicted protein 10.86623368 C6_control_B2 +LQ04X000100 Predicted protein 10.66211316 C6_control_B3 +LQ04X000100 Predicted protein 10.68953444 C6_control_C1 +LQ04X000100 Predicted protein 10.31488482 C6_control_C2 +LQ04X000100 Predicted protein 10.71317186 C6_control_C3 +LQ04X000100 Predicted protein 10.77722457 C6_chemical_A1 +LQ04X000100 Predicted protein 10.51315052 C6_chemical_A3 +LQ04X000100 Predicted protein 10.5382191 C6_chemical_B1 +LQ04X000100 Predicted protein 11.10204142 C6_chemical_B2 +LQ04X000100 Predicted protein 10.52722008 C6_chemical_B3 +LQ04X000100 Predicted protein 10.53868069 C6_chemical_C1 +LQ04X000100 Predicted protein 10.41191172 C6_chemical_C2 +LQ04X000100 Predicted protein 10.59076234 C6_chemical_C3 +LQ04X000100 Predicted protein 10.80423118 L4_control_A1 +LQ04X000100 Predicted protein 10.90793575 L4_control_A2 +LQ04X000100 Predicted protein 11.43899615 L4_control_A3 +LQ04X000100 Predicted protein 9.88367222 L4_control_B1 +LQ04X000100 Predicted protein 9.670690577 L4_control_B2 +LQ04X000100 Predicted protein 10.80684087 L4_control_B3 +LQ04X000100 Predicted protein 9.597959616 L4_control_C2 +LQ04X000100 Predicted protein 9.961351858 L4_control_C3 +LQ04X000100 Predicted protein 11.31996845 L4_chemical_A1 +LQ04X000100 Predicted protein 11.07568026 L4_chemical_A2 +LQ04X000100 Predicted protein 11.26464547 L4_chemical_A3 +LQ04X000100 Predicted protein 9.735363436 L4_chemical_B1 +LQ04X000100 Predicted protein 9.877191125 L4_chemical_B2 +LQ04X000100 Predicted protein 11.18697225 L4_chemical_B3 +LQ04X000100 Predicted protein 10.03967495 L4_chemical_C2 +LQ04X000100 Predicted protein 9.736143853 L4_chemical_C3 +LQ04X000160 Putative uncharacterized protein 11.25964044 C6_control_A1 +LQ04X000160 Putative uncharacterized protein 10.77260139 C6_control_A3 +LQ04X000160 Putative uncharacterized protein 11.56554052 C6_control_B1 +LQ04X000160 Putative uncharacterized protein 11.54425163 C6_control_B2 +LQ04X000160 Putative uncharacterized protein 11.34921548 C6_control_B3 +LQ04X000160 Putative uncharacterized protein 12.44275018 C6_control_C1 +LQ04X000160 Putative uncharacterized protein 12.04008029 C6_control_C2 +LQ04X000160 Putative uncharacterized protein 12.13623686 C6_control_C3 +LQ04X000160 Putative uncharacterized protein 11.36957943 C6_chemical_A1 +LQ04X000160 Putative uncharacterized protein 10.97360099 C6_chemical_A3 +LQ04X000160 Putative uncharacterized protein 11.69054013 C6_chemical_B1 +LQ04X000160 Putative uncharacterized protein 11.325197 C6_chemical_B2 +LQ04X000160 Putative uncharacterized protein 11.53963719 C6_chemical_B3 +LQ04X000160 Putative uncharacterized protein 12.32924812 C6_chemical_C1 +LQ04X000160 Putative uncharacterized protein 12.16884657 C6_chemical_C2 +LQ04X000160 Putative uncharacterized protein 11.95610826 C6_chemical_C3 +LQ04X000160 Putative uncharacterized protein 11.25579429 L4_control_A1 +LQ04X000160 Putative uncharacterized protein 11.25071768 L4_control_A2 +LQ04X000160 Putative uncharacterized protein 11.62921557 L4_control_A3 +LQ04X000160 Putative uncharacterized protein 11.86574977 L4_control_B1 +LQ04X000160 Putative uncharacterized protein 11.85112381 L4_control_B2 +LQ04X000160 Putative uncharacterized protein 11.76661539 L4_control_B3 +LQ04X000160 Putative uncharacterized protein 12.4532302 L4_control_C2 +LQ04X000160 Putative uncharacterized protein 12.41227464 L4_control_C3 +LQ04X000160 Putative uncharacterized protein 11.43594062 L4_chemical_A1 +LQ04X000160 Putative uncharacterized protein 11.87671538 L4_chemical_A2 +LQ04X000160 Putative uncharacterized protein 11.47964171 L4_chemical_A3 +LQ04X000160 Putative uncharacterized protein 11.8626377 L4_chemical_B1 +LQ04X000160 Putative uncharacterized protein 11.854364 L4_chemical_B2 +LQ04X000160 Putative uncharacterized protein 11.31681857 L4_chemical_B3 +LQ04X000160 Putative uncharacterized protein 12.5526582 L4_chemical_C2 +LQ04X000160 Putative uncharacterized protein 12.48029361 L4_chemical_C3 +LQ04X000280 Putative Protein CREG1 5.454259623 C6_control_A1 +LQ04X000280 Putative Protein CREG1 5.220446936 C6_control_A3 +LQ04X000280 Putative Protein CREG1 5.588257671 C6_control_B1 +LQ04X000280 Putative Protein CREG1 5.479581053 C6_control_B2 +LQ04X000280 Putative Protein CREG1 5.573489468 C6_control_B3 +LQ04X000280 Putative Protein CREG1 5.391589706 C6_control_C1 +LQ04X000280 Putative Protein CREG1 5.173683936 C6_control_C2 +LQ04X000280 Putative Protein CREG1 4.998514866 C6_control_C3 +LQ04X000280 Putative Protein CREG1 5.329250369 C6_chemical_A1 +LQ04X000280 Putative Protein CREG1 5.416557068 C6_chemical_A3 +LQ04X000280 Putative Protein CREG1 5.568311635 C6_chemical_B1 +LQ04X000280 Putative Protein CREG1 5.314789088 C6_chemical_B2 +LQ04X000280 Putative Protein CREG1 5.374771326 C6_chemical_B3 +LQ04X000280 Putative Protein CREG1 5.561832856 C6_chemical_C1 +LQ04X000280 Putative Protein CREG1 5.357952023 C6_chemical_C2 +LQ04X000280 Putative Protein CREG1 5.296700639 C6_chemical_C3 +LQ04X000280 Putative Protein CREG1 5.175053568 L4_control_A1 +LQ04X000280 Putative Protein CREG1 5.344700915 L4_control_A2 +LQ04X000280 Putative Protein CREG1 5.229988383 L4_control_A3 +LQ04X000280 Putative Protein CREG1 5.46866492 L4_control_B1 +LQ04X000280 Putative Protein CREG1 6.024878989 L4_control_B2 +LQ04X000280 Putative Protein CREG1 4.860412965 L4_control_B3 +LQ04X000280 Putative Protein CREG1 4.783551481 L4_control_C2 +LQ04X000280 Putative Protein CREG1 5.275780419 L4_control_C3 +LQ04X000280 Putative Protein CREG1 5.046937588 L4_chemical_A1 +LQ04X000280 Putative Protein CREG1 5.300939058 L4_chemical_A2 +LQ04X000280 Putative Protein CREG1 5.069435452 L4_chemical_A3 +LQ04X000280 Putative Protein CREG1 5.272937254 L4_chemical_B1 +LQ04X000280 Putative Protein CREG1 5.176121529 L4_chemical_B2 +LQ04X000280 Putative Protein CREG1 5.629476153 L4_chemical_B3 +LQ04X000280 Putative Protein CREG1 5.107556802 L4_chemical_C2 +LQ04X000280 Putative Protein CREG1 5.143735579 L4_chemical_C3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.73916673 C6_control_A1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.721593687 C6_control_A3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.860727492 C6_control_B1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.847504732 C6_control_B2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.153048913 C6_control_B3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.195019274 C6_control_C1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 6.422796709 C6_control_C2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.858739105 C6_control_C3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.450713433 C6_chemical_A1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.447874341 C6_chemical_A3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.932185642 C6_chemical_B1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.655456266 C6_chemical_B2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.686891906 C6_chemical_B3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.119870944 C6_chemical_C1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.672346753 C6_chemical_C2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.524077075 C6_chemical_C3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.297487674 L4_control_A1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.827052827 L4_control_A2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.638052049 L4_control_A3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.884130993 L4_control_B1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.932187808 L4_control_B2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.003492401 L4_control_B3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.161853758 L4_control_C2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.108774997 L4_control_C3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.022010952 L4_chemical_A1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.801376327 L4_chemical_A2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.869705922 L4_chemical_A3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.284469063 L4_chemical_B1 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.283687345 L4_chemical_B2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.935367465 L4_chemical_B3 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.194470857 L4_chemical_C2 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.072242938 L4_chemical_C3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.824337901 C6_control_A1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.334426917 C6_control_A3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.81601519 C6_control_B1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.624680652 C6_control_B2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.427678864 C6_control_B3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.108525465 C6_control_C1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.95069444 C6_control_C2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.056456063 C6_control_C3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.704306063 C6_chemical_A1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.799845243 C6_chemical_A3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.351037435 C6_chemical_B1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.051781923 C6_chemical_B2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.476991698 C6_chemical_B3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.318155656 C6_chemical_C1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.74649134 C6_chemical_C2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.078134897 C6_chemical_C3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.579171843 L4_control_A1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.171965776 L4_control_A2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.322193127 L4_control_A3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.645251417 L4_control_B1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.348159344 L4_control_B2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.562334506 L4_control_B3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.894796152 L4_control_C2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 5.911769769 L4_control_C3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 5.747526377 L4_chemical_A1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.605083482 L4_chemical_A2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.747462779 L4_chemical_A3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.201793626 L4_chemical_B1 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 7.172722165 L4_chemical_B2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.86639906 L4_chemical_B3 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.144359959 L4_chemical_C2 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 5.756754563 L4_chemical_C3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.58701687 C6_control_A1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.49951302 C6_control_A3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.456150616 C6_control_B1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 11.03782762 C6_control_B2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 10.34026055 C6_control_B3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 10.76278608 C6_control_C1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 11.3197944 C6_control_C2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 10.6442423 C6_control_C3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.655992578 C6_chemical_A1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.684153676 C6_chemical_A3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.722066219 C6_chemical_B1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 11.29958515 C6_chemical_B2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.978183495 C6_chemical_B3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 10.84519422 C6_chemical_C1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 11.21996486 C6_chemical_C2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 10.32630464 C6_chemical_C3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.782554144 L4_control_A1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 10.05325077 L4_control_A2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.705715364 L4_control_A3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 8.361602647 L4_control_B1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 8.7094263 L4_control_B2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.954031181 L4_control_B3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.738860946 L4_control_C2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 8.257233257 L4_control_C3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 11.74024038 L4_chemical_A1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 11.13745421 L4_chemical_A2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.820940833 L4_chemical_A3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.2362394 L4_chemical_B1 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.626198374 L4_chemical_B2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.271753772 L4_chemical_B3 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.772091291 L4_chemical_C2 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 8.463322975 L4_chemical_C3 +LQ04X000380 Metal ion binding protein, putative 6.717698299 C6_control_A1 +LQ04X000380 Metal ion binding protein, putative 6.601772709 C6_control_A3 +LQ04X000380 Metal ion binding protein, putative 6.253615291 C6_control_B1 +LQ04X000380 Metal ion binding protein, putative 6.308835888 C6_control_B2 +LQ04X000380 Metal ion binding protein, putative 6.50662554 C6_control_B3 +LQ04X000380 Metal ion binding protein, putative 6.076416368 C6_control_C1 +LQ04X000380 Metal ion binding protein, putative 6.573541682 C6_control_C2 +LQ04X000380 Metal ion binding protein, putative 6.182076512 C6_control_C3 +LQ04X000380 Metal ion binding protein, putative 5.899325457 C6_chemical_A1 +LQ04X000380 Metal ion binding protein, putative 6.068503777 C6_chemical_A3 +LQ04X000380 Metal ion binding protein, putative 6.375621269 C6_chemical_B1 +LQ04X000380 Metal ion binding protein, putative 6.43643185 C6_chemical_B2 +LQ04X000380 Metal ion binding protein, putative 5.90246826 C6_chemical_B3 +LQ04X000380 Metal ion binding protein, putative 6.421500758 C6_chemical_C1 +LQ04X000380 Metal ion binding protein, putative 6.709689892 C6_chemical_C2 +LQ04X000380 Metal ion binding protein, putative 5.856710811 C6_chemical_C3 +LQ04X000380 Metal ion binding protein, putative 5.680342344 L4_control_A1 +LQ04X000380 Metal ion binding protein, putative 6.265787318 L4_control_A2 +LQ04X000380 Metal ion binding protein, putative 5.56809031 L4_control_A3 +LQ04X000380 Metal ion binding protein, putative 5.727810394 L4_control_B1 +LQ04X000380 Metal ion binding protein, putative 6.332573786 L4_control_B2 +LQ04X000380 Metal ion binding protein, putative 6.037950307 L4_control_B3 +LQ04X000380 Metal ion binding protein, putative 6.174015632 L4_control_C2 +LQ04X000380 Metal ion binding protein, putative 5.369405777 L4_control_C3 +LQ04X000380 Metal ion binding protein, putative 5.821638472 L4_chemical_A1 +LQ04X000380 Metal ion binding protein, putative 6.049938019 L4_chemical_A2 +LQ04X000380 Metal ion binding protein, putative 5.66697194 L4_chemical_A3 +LQ04X000380 Metal ion binding protein, putative 6.314110866 L4_chemical_B1 +LQ04X000380 Metal ion binding protein, putative 6.736431216 L4_chemical_B2 +LQ04X000380 Metal ion binding protein, putative 6.21708475 L4_chemical_B3 +LQ04X000380 Metal ion binding protein, putative 6.938292055 L4_chemical_C2 +LQ04X000380 Metal ion binding protein, putative 5.807771351 L4_chemical_C3 +LQ04X000390 Nuclease, putative 5.545808158 C6_control_A1 +LQ04X000390 Nuclease, putative 5.805329929 C6_control_A3 +LQ04X000390 Nuclease, putative 4.820485903 C6_control_B1 +LQ04X000390 Nuclease, putative 5.171460453 C6_control_B2 +LQ04X000390 Nuclease, putative 5.096425983 C6_control_B3 +LQ04X000390 Nuclease, putative 5.814608064 C6_control_C1 +LQ04X000390 Nuclease, putative 5.862544179 C6_control_C2 +LQ04X000390 Nuclease, putative 5.416061253 C6_control_C3 +LQ04X000390 Nuclease, putative 5.161640211 C6_chemical_A1 +LQ04X000390 Nuclease, putative 5.132787352 C6_chemical_A3 +LQ04X000390 Nuclease, putative 5.346268738 C6_chemical_B1 +LQ04X000390 Nuclease, putative 5.250733359 C6_chemical_B2 +LQ04X000390 Nuclease, putative 5.031692996 C6_chemical_B3 +LQ04X000390 Nuclease, putative 5.554417443 C6_chemical_C1 +LQ04X000390 Nuclease, putative 5.163149463 C6_chemical_C2 +LQ04X000390 Nuclease, putative 5.223146387 C6_chemical_C3 +LQ04X000390 Nuclease, putative 5.238425086 L4_control_A1 +LQ04X000390 Nuclease, putative 5.348623842 L4_control_A2 +LQ04X000390 Nuclease, putative 6.300160739 L4_control_A3 +LQ04X000390 Nuclease, putative 5.257168948 L4_control_B1 +LQ04X000390 Nuclease, putative 4.929148484 L4_control_B2 +LQ04X000390 Nuclease, putative 5.079279722 L4_control_B3 +LQ04X000390 Nuclease, putative 5.145880541 L4_control_C2 +LQ04X000390 Nuclease, putative 5.277975231 L4_control_C3 +LQ04X000390 Nuclease, putative 5.14739497 L4_chemical_A1 +LQ04X000390 Nuclease, putative 5.099312626 L4_chemical_A2 +LQ04X000390 Nuclease, putative 6.382397223 L4_chemical_A3 +LQ04X000390 Nuclease, putative 5.321675935 L4_chemical_B1 +LQ04X000390 Nuclease, putative 5.19567456 L4_chemical_B2 +LQ04X000390 Nuclease, putative 5.089125164 L4_chemical_B3 +LQ04X000390 Nuclease, putative 5.552717048 L4_chemical_C2 +LQ04X000390 Nuclease, putative 5.17314571 L4_chemical_C3 +LQ04X000450 Putative uncharacterized protein 6.252536362 C6_control_A1 +LQ04X000450 Putative uncharacterized protein 5.842400614 C6_control_A3 +LQ04X000450 Putative uncharacterized protein 5.210266371 C6_control_B1 +LQ04X000450 Putative uncharacterized protein 5.710273625 C6_control_B2 +LQ04X000450 Putative uncharacterized protein 6.029077093 C6_control_B3 +LQ04X000450 Putative uncharacterized protein 6.0002369 C6_control_C1 +LQ04X000450 Putative uncharacterized protein 5.426379337 C6_control_C2 +LQ04X000450 Putative uncharacterized protein 5.872647646 C6_control_C3 +LQ04X000450 Putative uncharacterized protein 6.242797594 C6_chemical_A1 +LQ04X000450 Putative uncharacterized protein 5.718882889 C6_chemical_A3 +LQ04X000450 Putative uncharacterized protein 5.504303921 C6_chemical_B1 +LQ04X000450 Putative uncharacterized protein 5.46846944 C6_chemical_B2 +LQ04X000450 Putative uncharacterized protein 6.029225957 C6_chemical_B3 +LQ04X000450 Putative uncharacterized protein 5.854752709 C6_chemical_C1 +LQ04X000450 Putative uncharacterized protein 5.74243062 C6_chemical_C2 +LQ04X000450 Putative uncharacterized protein 5.712066979 C6_chemical_C3 +LQ04X000450 Putative uncharacterized protein 6.01822115 L4_control_A1 +LQ04X000450 Putative uncharacterized protein 5.768019706 L4_control_A2 +LQ04X000450 Putative uncharacterized protein 5.734515678 L4_control_A3 +LQ04X000450 Putative uncharacterized protein 5.933704018 L4_control_B1 +LQ04X000450 Putative uncharacterized protein 5.689865179 L4_control_B2 +LQ04X000450 Putative uncharacterized protein 5.534408917 L4_control_B3 +LQ04X000450 Putative uncharacterized protein 6.285494072 L4_control_C2 +LQ04X000450 Putative uncharacterized protein 5.189787551 L4_control_C3 +LQ04X000450 Putative uncharacterized protein 5.904705245 L4_chemical_A1 +LQ04X000450 Putative uncharacterized protein 5.679390442 L4_chemical_A2 +LQ04X000450 Putative uncharacterized protein 5.240412958 L4_chemical_A3 +LQ04X000450 Putative uncharacterized protein 5.841220761 L4_chemical_B1 +LQ04X000450 Putative uncharacterized protein 5.485481439 L4_chemical_B2 +LQ04X000450 Putative uncharacterized protein 5.745553467 L4_chemical_B3 +LQ04X000450 Putative uncharacterized protein 5.047641648 L4_chemical_C2 +LQ04X000450 Putative uncharacterized protein 5.131132862 L4_chemical_C3 +LQ04X000460 Calmodulin binding protein, putative 12.42840545 C6_control_A1 +LQ04X000460 Calmodulin binding protein, putative 12.2697518 C6_control_A3 +LQ04X000460 Calmodulin binding protein, putative 12.30743161 C6_control_B1 +LQ04X000460 Calmodulin binding protein, putative 12.18662092 C6_control_B2 +LQ04X000460 Calmodulin binding protein, putative 12.29839456 C6_control_B3 +LQ04X000460 Calmodulin binding protein, putative 11.86810896 C6_control_C1 +LQ04X000460 Calmodulin binding protein, putative 11.66495049 C6_control_C2 +LQ04X000460 Calmodulin binding protein, putative 11.55085489 C6_control_C3 +LQ04X000460 Calmodulin binding protein, putative 12.19265721 C6_chemical_A1 +LQ04X000460 Calmodulin binding protein, putative 11.91576837 C6_chemical_A3 +LQ04X000460 Calmodulin binding protein, putative 11.85397422 C6_chemical_B1 +LQ04X000460 Calmodulin binding protein, putative 11.84748208 C6_chemical_B2 +LQ04X000460 Calmodulin binding protein, putative 11.91181255 C6_chemical_B3 +LQ04X000460 Calmodulin binding protein, putative 11.81228593 C6_chemical_C1 +LQ04X000460 Calmodulin binding protein, putative 11.58067444 C6_chemical_C2 +LQ04X000460 Calmodulin binding protein, putative 11.37078082 C6_chemical_C3 +LQ04X000460 Calmodulin binding protein, putative 12.24220172 L4_control_A1 +LQ04X000460 Calmodulin binding protein, putative 11.68484423 L4_control_A2 +LQ04X000460 Calmodulin binding protein, putative 11.67405175 L4_control_A3 +LQ04X000460 Calmodulin binding protein, putative 11.63489141 L4_control_B1 +LQ04X000460 Calmodulin binding protein, putative 11.3517319 L4_control_B2 +LQ04X000460 Calmodulin binding protein, putative 11.57637758 L4_control_B3 +LQ04X000460 Calmodulin binding protein, putative 11.31497644 L4_control_C2 +LQ04X000460 Calmodulin binding protein, putative 10.93905872 L4_control_C3 +LQ04X000460 Calmodulin binding protein, putative 11.71125595 L4_chemical_A1 +LQ04X000460 Calmodulin binding protein, putative 11.08084255 L4_chemical_A2 +LQ04X000460 Calmodulin binding protein, putative 11.68252994 L4_chemical_A3 +LQ04X000460 Calmodulin binding protein, putative 11.48130233 L4_chemical_B1 +LQ04X000460 Calmodulin binding protein, putative 11.416936 L4_chemical_B2 +LQ04X000460 Calmodulin binding protein, putative 12.14871422 L4_chemical_B3 +LQ04X000460 Calmodulin binding protein, putative 11.47703041 L4_chemical_C2 +LQ04X000460 Calmodulin binding protein, putative 11.1561645 L4_chemical_C3 +LQ04X000470 Predicted protein 7.771537913 C6_control_A1 +LQ04X000470 Predicted protein 7.021073625 C6_control_A3 +LQ04X000470 Predicted protein 8.463332669 C6_control_B1 +LQ04X000470 Predicted protein 9.999015012 C6_control_B2 +LQ04X000470 Predicted protein 10.50659237 C6_control_B3 +LQ04X000470 Predicted protein 12.59384293 C6_control_C1 +LQ04X000470 Predicted protein 12.82847617 C6_control_C2 +LQ04X000470 Predicted protein 12.93302226 C6_control_C3 +LQ04X000470 Predicted protein 8.192823652 C6_chemical_A1 +LQ04X000470 Predicted protein 8.413986428 C6_chemical_A3 +LQ04X000470 Predicted protein 8.303246549 C6_chemical_B1 +LQ04X000470 Predicted protein 9.665143217 C6_chemical_B2 +LQ04X000470 Predicted protein 9.914886939 C6_chemical_B3 +LQ04X000470 Predicted protein 11.92036319 C6_chemical_C1 +LQ04X000470 Predicted protein 12.1603879 C6_chemical_C2 +LQ04X000470 Predicted protein 12.70696905 C6_chemical_C3 +LQ04X000470 Predicted protein 10.03745117 L4_control_A1 +LQ04X000470 Predicted protein 11.6570269 L4_control_A2 +LQ04X000470 Predicted protein 11.14743398 L4_control_A3 +LQ04X000470 Predicted protein 12.57125522 L4_control_B1 +LQ04X000470 Predicted protein 11.34422021 L4_control_B2 +LQ04X000470 Predicted protein 13.86839386 L4_control_B3 +LQ04X000470 Predicted protein 13.48165863 L4_control_C2 +LQ04X000470 Predicted protein 13.92640108 L4_control_C3 +LQ04X000470 Predicted protein 11.43291876 L4_chemical_A1 +LQ04X000470 Predicted protein 11.39176671 L4_chemical_A2 +LQ04X000470 Predicted protein 11.23887952 L4_chemical_A3 +LQ04X000470 Predicted protein 11.86640686 L4_chemical_B1 +LQ04X000470 Predicted protein 12.28250321 L4_chemical_B2 +LQ04X000470 Predicted protein 12.61782839 L4_chemical_B3 +LQ04X000470 Predicted protein 13.10599397 L4_chemical_C2 +LQ04X000470 Predicted protein 13.90526306 L4_chemical_C3 +LQ04X000500 Protease Do-like 9 9.886079835 C6_control_A1 +LQ04X000500 Protease Do-like 9 10.05420505 C6_control_A3 +LQ04X000500 Protease Do-like 9 9.890901441 C6_control_B1 +LQ04X000500 Protease Do-like 9 10.02671172 C6_control_B2 +LQ04X000500 Protease Do-like 9 10.05221179 C6_control_B3 +LQ04X000500 Protease Do-like 9 10.60515546 C6_control_C1 +LQ04X000500 Protease Do-like 9 11.22393189 C6_control_C2 +LQ04X000500 Protease Do-like 9 11.27389193 C6_control_C3 +LQ04X000500 Protease Do-like 9 9.998516894 C6_chemical_A1 +LQ04X000500 Protease Do-like 9 9.988172457 C6_chemical_A3 +LQ04X000500 Protease Do-like 9 10.05263097 C6_chemical_B1 +LQ04X000500 Protease Do-like 9 9.575549861 C6_chemical_B2 +LQ04X000500 Protease Do-like 9 10.09480423 C6_chemical_B3 +LQ04X000500 Protease Do-like 9 10.85920283 C6_chemical_C1 +LQ04X000500 Protease Do-like 9 10.74978475 C6_chemical_C2 +LQ04X000500 Protease Do-like 9 11.24698589 C6_chemical_C3 +LQ04X000500 Protease Do-like 9 10.38870549 L4_control_A1 +LQ04X000500 Protease Do-like 9 11.08266485 L4_control_A2 +LQ04X000500 Protease Do-like 9 10.57581157 L4_control_A3 +LQ04X000500 Protease Do-like 9 11.15258426 L4_control_B1 +LQ04X000500 Protease Do-like 9 10.8143152 L4_control_B2 +LQ04X000500 Protease Do-like 9 11.11442276 L4_control_B3 +LQ04X000500 Protease Do-like 9 11.79544683 L4_control_C2 +LQ04X000500 Protease Do-like 9 12.40463017 L4_control_C3 +LQ04X000500 Protease Do-like 9 10.85630074 L4_chemical_A1 +LQ04X000500 Protease Do-like 9 11.65630409 L4_chemical_A2 +LQ04X000500 Protease Do-like 9 11.11387723 L4_chemical_A3 +LQ04X000500 Protease Do-like 9 11.36993322 L4_chemical_B1 +LQ04X000500 Protease Do-like 9 11.55337451 L4_chemical_B2 +LQ04X000500 Protease Do-like 9 10.99182834 L4_chemical_B3 +LQ04X000500 Protease Do-like 9 11.80856878 L4_chemical_C2 +LQ04X000500 Protease Do-like 9 12.28579129 L4_chemical_C3 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.18768429 C6_control_A1 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.00166414 C6_control_A3 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.96784088 C6_control_B1 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.07677109 C6_control_B2 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.7777919 C6_control_B3 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.84208754 C6_control_C1 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.556183 C6_control_C2 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.62155605 C6_control_C3 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.09817862 C6_chemical_A1 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.15563866 C6_chemical_A3 +LQ04X000510 Putative Auxin-induced protein 5NG4 12.05332591 C6_chemical_B1 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.13353486 C6_chemical_B2 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.07958078 C6_chemical_B3 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.58752869 C6_chemical_C1 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.33133351 C6_chemical_C2 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.34385832 C6_chemical_C3 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.76885123 L4_control_A1 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.02057683 L4_control_A2 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.83297378 L4_control_A3 +LQ04X000510 Putative Auxin-induced protein 5NG4 12.0261608 L4_control_B1 +LQ04X000510 Putative Auxin-induced protein 5NG4 12.00692652 L4_control_B2 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.87853976 L4_control_B3 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.38547056 L4_control_C2 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.28360973 L4_control_C3 +LQ04X000510 Putative Auxin-induced protein 5NG4 9.718100718 L4_chemical_A1 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.85207201 L4_chemical_A2 +LQ04X000510 Putative Auxin-induced protein 5NG4 9.815293734 L4_chemical_A3 +LQ04X000510 Putative Auxin-induced protein 5NG4 12.04846374 L4_chemical_B1 +LQ04X000510 Putative Auxin-induced protein 5NG4 12.1224301 L4_chemical_B2 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.75743051 L4_chemical_B3 +LQ04X000510 Putative Auxin-induced protein 5NG4 10.61425053 L4_chemical_C2 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.21456372 L4_chemical_C3 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.751186795 C6_control_A1 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.958521106 C6_control_A3 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.413828418 C6_control_B1 +LQ04X000520 Putative Auxin-induced protein 5NG4 6.971705273 C6_control_B2 +LQ04X000520 Putative Auxin-induced protein 5NG4 6.695714502 C6_control_B3 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.195581195 C6_control_C1 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.478969036 C6_control_C2 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.594884596 C6_control_C3 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.7546498 C6_chemical_A1 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.226680746 C6_chemical_A3 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.102362562 C6_chemical_B1 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.056438305 C6_chemical_B2 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.326612565 C6_chemical_B3 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.987799271 C6_chemical_C1 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.679646897 C6_chemical_C2 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.678798867 C6_chemical_C3 +LQ04X000520 Putative Auxin-induced protein 5NG4 9.20302986 L4_control_A1 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.247319229 L4_control_A2 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.464296678 L4_control_A3 +LQ04X000520 Putative Auxin-induced protein 5NG4 6.915524488 L4_control_B1 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.312981977 L4_control_B2 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.891248393 L4_control_B3 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.676819144 L4_control_C2 +LQ04X000520 Putative Auxin-induced protein 5NG4 6.021658127 L4_control_C3 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.327395529 L4_chemical_A1 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.934781253 L4_chemical_A2 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.152484786 L4_chemical_A3 +LQ04X000520 Putative Auxin-induced protein 5NG4 6.532858211 L4_chemical_B1 +LQ04X000520 Putative Auxin-induced protein 5NG4 6.715520908 L4_chemical_B2 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.018949088 L4_chemical_B3 +LQ04X000520 Putative Auxin-induced protein 5NG4 7.547634628 L4_chemical_C2 +LQ04X000520 Putative Auxin-induced protein 5NG4 6.338288178 L4_chemical_C3 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.29955357 C6_control_A1 +LQ04X000540 Putative Auxin-induced protein 5NG4 9.758242971 C6_control_A3 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.9820051 C6_control_B1 +LQ04X000540 Putative Auxin-induced protein 5NG4 11.97801339 C6_control_B2 +LQ04X000540 Putative Auxin-induced protein 5NG4 11.1308529 C6_control_B3 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.81720468 C6_control_C1 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.45621584 C6_control_C2 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.17433919 C6_control_C3 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.20076611 C6_chemical_A1 +LQ04X000540 Putative Auxin-induced protein 5NG4 9.636746877 C6_chemical_A3 +LQ04X000540 Putative Auxin-induced protein 5NG4 11.45968255 C6_chemical_B1 +LQ04X000540 Putative Auxin-induced protein 5NG4 11.81991267 C6_chemical_B2 +LQ04X000540 Putative Auxin-induced protein 5NG4 11.686692 C6_chemical_B3 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.66453968 C6_chemical_C1 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.49822616 C6_chemical_C2 +LQ04X000540 Putative Auxin-induced protein 5NG4 12.86291482 C6_chemical_C3 +LQ04X000540 Putative Auxin-induced protein 5NG4 9.959598979 L4_control_A1 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.65569487 L4_control_A2 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.17204035 L4_control_A3 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.57719604 L4_control_B1 +LQ04X000540 Putative Auxin-induced protein 5NG4 11.4770151 L4_control_B2 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.9332242 L4_control_B3 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.32863084 L4_control_C2 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.00158902 L4_control_C3 +LQ04X000540 Putative Auxin-induced protein 5NG4 8.623966373 L4_chemical_A1 +LQ04X000540 Putative Auxin-induced protein 5NG4 9.733782514 L4_chemical_A2 +LQ04X000540 Putative Auxin-induced protein 5NG4 8.859538556 L4_chemical_A3 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.74962406 L4_chemical_B1 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.54958571 L4_chemical_B2 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.25486768 L4_chemical_B3 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.25889176 L4_chemical_C2 +LQ04X000540 Putative Auxin-induced protein 5NG4 13.28959878 L4_chemical_C3 +LQ04X000590 Putative DNA repair protein UVH3 11.48845185 C6_control_A1 +LQ04X000590 Putative DNA repair protein UVH3 11.27461101 C6_control_A3 +LQ04X000590 Putative DNA repair protein UVH3 11.67984955 C6_control_B1 +LQ04X000590 Putative DNA repair protein UVH3 10.73543741 C6_control_B2 +LQ04X000590 Putative DNA repair protein UVH3 11.68568698 C6_control_B3 +LQ04X000590 Putative DNA repair protein UVH3 11.05213349 C6_control_C1 +LQ04X000590 Putative DNA repair protein UVH3 10.91772371 C6_control_C2 +LQ04X000590 Putative DNA repair protein UVH3 11.10769549 C6_control_C3 +LQ04X000590 Putative DNA repair protein UVH3 11.41014045 C6_chemical_A1 +LQ04X000590 Putative DNA repair protein UVH3 10.93117345 C6_chemical_A3 +LQ04X000590 Putative DNA repair protein UVH3 11.39765206 C6_chemical_B1 +LQ04X000590 Putative DNA repair protein UVH3 11.13758564 C6_chemical_B2 +LQ04X000590 Putative DNA repair protein UVH3 11.99707663 C6_chemical_B3 +LQ04X000590 Putative DNA repair protein UVH3 10.95557164 C6_chemical_C1 +LQ04X000590 Putative DNA repair protein UVH3 10.87562441 C6_chemical_C2 +LQ04X000590 Putative DNA repair protein UVH3 10.85934838 C6_chemical_C3 +LQ04X000590 Putative DNA repair protein UVH3 10.68057049 L4_control_A1 +LQ04X000590 Putative DNA repair protein UVH3 10.5048921 L4_control_A2 +LQ04X000590 Putative DNA repair protein UVH3 10.67849051 L4_control_A3 +LQ04X000590 Putative DNA repair protein UVH3 9.392012272 L4_control_B1 +LQ04X000590 Putative DNA repair protein UVH3 10.55211372 L4_control_B2 +LQ04X000590 Putative DNA repair protein UVH3 10.90496049 L4_control_B3 +LQ04X000590 Putative DNA repair protein UVH3 9.874147356 L4_control_C2 +LQ04X000590 Putative DNA repair protein UVH3 10.23971244 L4_control_C3 +LQ04X000590 Putative DNA repair protein UVH3 9.370107271 L4_chemical_A1 +LQ04X000590 Putative DNA repair protein UVH3 9.402712069 L4_chemical_A2 +LQ04X000590 Putative DNA repair protein UVH3 9.959367367 L4_chemical_A3 +LQ04X000590 Putative DNA repair protein UVH3 10.5944369 L4_chemical_B1 +LQ04X000590 Putative DNA repair protein UVH3 10.26486772 L4_chemical_B2 +LQ04X000590 Putative DNA repair protein UVH3 11.21943613 L4_chemical_B3 +LQ04X000590 Putative DNA repair protein UVH3 10.05852359 L4_chemical_C2 +LQ04X000590 Putative DNA repair protein UVH3 9.884264998 L4_chemical_C3 +LQ04X000620 RING-H2 finger protein ATL5I 5.323244686 C6_control_A1 +LQ04X000620 RING-H2 finger protein ATL5I 5.332598505 C6_control_A3 +LQ04X000620 RING-H2 finger protein ATL5I 5.462208997 C6_control_B1 +LQ04X000620 RING-H2 finger protein ATL5I 5.110758667 C6_control_B2 +LQ04X000620 RING-H2 finger protein ATL5I 4.84694606 C6_control_B3 +LQ04X000620 RING-H2 finger protein ATL5I 5.124677279 C6_control_C1 +LQ04X000620 RING-H2 finger protein ATL5I 5.275028586 C6_control_C2 +LQ04X000620 RING-H2 finger protein ATL5I 5.104409718 C6_control_C3 +LQ04X000620 RING-H2 finger protein ATL5I 4.986711641 C6_chemical_A1 +LQ04X000620 RING-H2 finger protein ATL5I 5.915837934 C6_chemical_A3 +LQ04X000620 RING-H2 finger protein ATL5I 5.341036958 C6_chemical_B1 +LQ04X000620 RING-H2 finger protein ATL5I 4.997238088 C6_chemical_B2 +LQ04X000620 RING-H2 finger protein ATL5I 5.466497143 C6_chemical_B3 +LQ04X000620 RING-H2 finger protein ATL5I 5.126785397 C6_chemical_C1 +LQ04X000620 RING-H2 finger protein ATL5I 5.1600286 C6_chemical_C2 +LQ04X000620 RING-H2 finger protein ATL5I 5.19891561 C6_chemical_C3 +LQ04X000620 RING-H2 finger protein ATL5I 4.663958805 L4_control_A1 +LQ04X000620 RING-H2 finger protein ATL5I 5.483990475 L4_control_A2 +LQ04X000620 RING-H2 finger protein ATL5I 5.466593726 L4_control_A3 +LQ04X000620 RING-H2 finger protein ATL5I 5.417133287 L4_control_B1 +LQ04X000620 RING-H2 finger protein ATL5I 4.93768522 L4_control_B2 +LQ04X000620 RING-H2 finger protein ATL5I 5.452789704 L4_control_B3 +LQ04X000620 RING-H2 finger protein ATL5I 5.060145218 L4_control_C2 +LQ04X000620 RING-H2 finger protein ATL5I 5.816048034 L4_control_C3 +LQ04X000620 RING-H2 finger protein ATL5I 5.528875382 L4_chemical_A1 +LQ04X000620 RING-H2 finger protein ATL5I 5.433062873 L4_chemical_A2 +LQ04X000620 RING-H2 finger protein ATL5I 6.205071783 L4_chemical_A3 +LQ04X000620 RING-H2 finger protein ATL5I 5.967596204 L4_chemical_B1 +LQ04X000620 RING-H2 finger protein ATL5I 5.209670491 L4_chemical_B2 +LQ04X000620 RING-H2 finger protein ATL5I 5.360031853 L4_chemical_B3 +LQ04X000620 RING-H2 finger protein ATL5I 5.59458767 L4_chemical_C2 +LQ04X000620 RING-H2 finger protein ATL5I 5.529186939 L4_chemical_C3 +LQ04X000630 Putative uncharacterized protein 7.616474809 C6_control_A1 +LQ04X000630 Putative uncharacterized protein 7.761813175 C6_control_A3 +LQ04X000630 Putative uncharacterized protein 8.082745726 C6_control_B1 +LQ04X000630 Putative uncharacterized protein 8.390471235 C6_control_B2 +LQ04X000630 Putative uncharacterized protein 8.173702869 C6_control_B3 +LQ04X000630 Putative uncharacterized protein 7.705046755 C6_control_C1 +LQ04X000630 Putative uncharacterized protein 6.981935852 C6_control_C2 +LQ04X000630 Putative uncharacterized protein 7.00121484 C6_control_C3 +LQ04X000630 Putative uncharacterized protein 7.227002872 C6_chemical_A1 +LQ04X000630 Putative uncharacterized protein 7.578291683 C6_chemical_A3 +LQ04X000630 Putative uncharacterized protein 7.650814714 C6_chemical_B1 +LQ04X000630 Putative uncharacterized protein 8.122281129 C6_chemical_B2 +LQ04X000630 Putative uncharacterized protein 7.558580161 C6_chemical_B3 +LQ04X000630 Putative uncharacterized protein 7.515721293 C6_chemical_C1 +LQ04X000630 Putative uncharacterized protein 7.002791463 C6_chemical_C2 +LQ04X000630 Putative uncharacterized protein 6.608105935 C6_chemical_C3 +LQ04X000630 Putative uncharacterized protein 7.015783603 L4_control_A1 +LQ04X000630 Putative uncharacterized protein 6.554495443 L4_control_A2 +LQ04X000630 Putative uncharacterized protein 5.907858179 L4_control_A3 +LQ04X000630 Putative uncharacterized protein 5.467381865 L4_control_B1 +LQ04X000630 Putative uncharacterized protein 6.854766491 L4_control_B2 +LQ04X000630 Putative uncharacterized protein 6.215718267 L4_control_B3 +LQ04X000630 Putative uncharacterized protein 5.523725688 L4_control_C2 +LQ04X000630 Putative uncharacterized protein 4.986526494 L4_control_C3 +LQ04X000630 Putative uncharacterized protein 6.541812338 L4_chemical_A1 +LQ04X000630 Putative uncharacterized protein 5.959801284 L4_chemical_A2 +LQ04X000630 Putative uncharacterized protein 6.327009683 L4_chemical_A3 +LQ04X000630 Putative uncharacterized protein 6.450662705 L4_chemical_B1 +LQ04X000630 Putative uncharacterized protein 6.03500524 L4_chemical_B2 +LQ04X000630 Putative uncharacterized protein 6.804547901 L4_chemical_B3 +LQ04X000630 Putative uncharacterized protein 5.972605877 L4_chemical_C2 +LQ04X000630 Putative uncharacterized protein 6.108963091 L4_chemical_C3 +LQ04X000640 Hypothetical protein 5.940216342 C6_control_A1 +LQ04X000640 Hypothetical protein 5.866556498 C6_control_A3 +LQ04X000640 Hypothetical protein 6.176377767 C6_control_B1 +LQ04X000640 Hypothetical protein 6.451356503 C6_control_B2 +LQ04X000640 Hypothetical protein 6.721531585 C6_control_B3 +LQ04X000640 Hypothetical protein 5.561378797 C6_control_C1 +LQ04X000640 Hypothetical protein 5.795541672 C6_control_C2 +LQ04X000640 Hypothetical protein 6.258064586 C6_control_C3 +LQ04X000640 Hypothetical protein 5.986580945 C6_chemical_A1 +LQ04X000640 Hypothetical protein 6.172788975 C6_chemical_A3 +LQ04X000640 Hypothetical protein 5.97875423 C6_chemical_B1 +LQ04X000640 Hypothetical protein 5.921546391 C6_chemical_B2 +LQ04X000640 Hypothetical protein 6.328856103 C6_chemical_B3 +LQ04X000640 Hypothetical protein 5.887097159 C6_chemical_C1 +LQ04X000640 Hypothetical protein 6.735483431 C6_chemical_C2 +LQ04X000640 Hypothetical protein 5.953585373 C6_chemical_C3 +LQ04X000640 Hypothetical protein 6.49227835 L4_control_A1 +LQ04X000640 Hypothetical protein 6.231516016 L4_control_A2 +LQ04X000640 Hypothetical protein 6.342119085 L4_control_A3 +LQ04X000640 Hypothetical protein 6.469690967 L4_control_B1 +LQ04X000640 Hypothetical protein 5.803550836 L4_control_B2 +LQ04X000640 Hypothetical protein 6.500725725 L4_control_B3 +LQ04X000640 Hypothetical protein 8.198296721 L4_control_C2 +LQ04X000640 Hypothetical protein 6.580105502 L4_control_C3 +LQ04X000640 Hypothetical protein 6.80053016 L4_chemical_A1 +LQ04X000640 Hypothetical protein 7.261047648 L4_chemical_A2 +LQ04X000640 Hypothetical protein 7.958149616 L4_chemical_A3 +LQ04X000640 Hypothetical protein 7.606388918 L4_chemical_B1 +LQ04X000640 Hypothetical protein 6.404069792 L4_chemical_B2 +LQ04X000640 Hypothetical protein 6.15094617 L4_chemical_B3 +LQ04X000640 Hypothetical protein 7.100252145 L4_chemical_C2 +LQ04X000640 Hypothetical protein 6.571609114 L4_chemical_C3 +LQ04X000670 Potassium transporter 6 5.187057269 C6_control_A1 +LQ04X000670 Potassium transporter 6 4.8766008 C6_control_A3 +LQ04X000670 Potassium transporter 6 5.395923947 C6_control_B1 +LQ04X000670 Potassium transporter 6 5.364942555 C6_control_B2 +LQ04X000670 Potassium transporter 6 5.105388124 C6_control_B3 +LQ04X000670 Potassium transporter 6 5.605954166 C6_control_C1 +LQ04X000670 Potassium transporter 6 5.325326815 C6_control_C2 +LQ04X000670 Potassium transporter 6 5.44446276 C6_control_C3 +LQ04X000670 Potassium transporter 6 5.62633732 C6_chemical_A1 +LQ04X000670 Potassium transporter 6 5.199914436 C6_chemical_A3 +LQ04X000670 Potassium transporter 6 5.295592629 C6_chemical_B1 +LQ04X000670 Potassium transporter 6 5.697074206 C6_chemical_B2 +LQ04X000670 Potassium transporter 6 5.871854445 C6_chemical_B3 +LQ04X000670 Potassium transporter 6 5.464350105 C6_chemical_C1 +LQ04X000670 Potassium transporter 6 5.215993558 C6_chemical_C2 +LQ04X000670 Potassium transporter 6 5.735522485 C6_chemical_C3 +LQ04X000670 Potassium transporter 6 5.079429697 L4_control_A1 +LQ04X000670 Potassium transporter 6 5.274440298 L4_control_A2 +LQ04X000670 Potassium transporter 6 5.275727062 L4_control_A3 +LQ04X000670 Potassium transporter 6 5.462938793 L4_control_B1 +LQ04X000670 Potassium transporter 6 5.474948533 L4_control_B2 +LQ04X000670 Potassium transporter 6 6.401127073 L4_control_B3 +LQ04X000670 Potassium transporter 6 5.023255459 L4_control_C2 +LQ04X000670 Potassium transporter 6 5.391968186 L4_control_C3 +LQ04X000670 Potassium transporter 6 5.152106952 L4_chemical_A1 +LQ04X000670 Potassium transporter 6 5.130294513 L4_chemical_A2 +LQ04X000670 Potassium transporter 6 5.28672592 L4_chemical_A3 +LQ04X000670 Potassium transporter 6 5.248469168 L4_chemical_B1 +LQ04X000670 Potassium transporter 6 5.641125728 L4_chemical_B2 +LQ04X000670 Potassium transporter 6 5.738074733 L4_chemical_B3 +LQ04X000670 Potassium transporter 6 5.092569842 L4_chemical_C2 +LQ04X000670 Potassium transporter 6 5.857346589 L4_chemical_C3 +LQ04X000680 Predicted protein 5.506429179 C6_control_A1 +LQ04X000680 Predicted protein 5.328713976 C6_control_A3 +LQ04X000680 Predicted protein 5.163878042 C6_control_B1 +LQ04X000680 Predicted protein 5.242885128 C6_control_B2 +LQ04X000680 Predicted protein 5.340988092 C6_control_B3 +LQ04X000680 Predicted protein 4.837717713 C6_control_C1 +LQ04X000680 Predicted protein 4.923439215 C6_control_C2 +LQ04X000680 Predicted protein 5.096107798 C6_control_C3 +LQ04X000680 Predicted protein 5.333242447 C6_chemical_A1 +LQ04X000680 Predicted protein 5.219177155 C6_chemical_A3 +LQ04X000680 Predicted protein 5.093756696 C6_chemical_B1 +LQ04X000680 Predicted protein 5.1268961 C6_chemical_B2 +LQ04X000680 Predicted protein 5.666217349 C6_chemical_B3 +LQ04X000680 Predicted protein 4.597548695 C6_chemical_C1 +LQ04X000680 Predicted protein 5.08851915 C6_chemical_C2 +LQ04X000680 Predicted protein 4.891525012 C6_chemical_C3 +LQ04X000680 Predicted protein 5.342178281 L4_control_A1 +LQ04X000680 Predicted protein 5.792464522 L4_control_A2 +LQ04X000680 Predicted protein 5.58984302 L4_control_A3 +LQ04X000680 Predicted protein 5.31681638 L4_control_B1 +LQ04X000680 Predicted protein 5.672165521 L4_control_B2 +LQ04X000680 Predicted protein 5.613499196 L4_control_B3 +LQ04X000680 Predicted protein 5.4201623 L4_control_C2 +LQ04X000680 Predicted protein 5.460877732 L4_control_C3 +LQ04X000680 Predicted protein 5.747938593 L4_chemical_A1 +LQ04X000680 Predicted protein 5.256021253 L4_chemical_A2 +LQ04X000680 Predicted protein 5.780715264 L4_chemical_A3 +LQ04X000680 Predicted protein 5.179716375 L4_chemical_B1 +LQ04X000680 Predicted protein 6.412283992 L4_chemical_B2 +LQ04X000680 Predicted protein 5.635301215 L4_chemical_B3 +LQ04X000680 Predicted protein 5.537847594 L4_chemical_C2 +LQ04X000680 Predicted protein 4.903889255 L4_chemical_C3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 8.452034237 C6_control_A1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.926076893 C6_control_A3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.788070766 C6_control_B1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 6.926468824 C6_control_B2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.300402013 C6_control_B3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 10.13461072 C6_control_C1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 8.699839512 C6_control_C2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 8.798250394 C6_control_C3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 8.494587166 C6_chemical_A1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 8.066425548 C6_chemical_A3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.3724898 C6_chemical_B1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.27048269 C6_chemical_B2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.504070878 C6_chemical_B3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 10.52021409 C6_chemical_C1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 9.597142745 C6_chemical_C2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 8.486541913 C6_chemical_C3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 8.012615979 L4_control_A1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.784220734 L4_control_A2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 6.174290999 L4_control_A3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.184960021 L4_control_B1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.627930109 L4_control_B2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.025226977 L4_control_B3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.836571009 L4_control_C2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.410312202 L4_control_C3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 9.582173451 L4_chemical_A1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.120209806 L4_chemical_A2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.421104946 L4_chemical_A3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.185240587 L4_chemical_B1 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.211871014 L4_chemical_B2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 6.555134735 L4_chemical_B3 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.855913302 L4_chemical_C2 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 7.307760457 L4_chemical_C3 +LQ04X000750 Clasp, putative 8.918609961 C6_control_A1 +LQ04X000750 Clasp, putative 8.745210593 C6_control_A3 +LQ04X000750 Clasp, putative 9.235016693 C6_control_B1 +LQ04X000750 Clasp, putative 9.499991259 C6_control_B2 +LQ04X000750 Clasp, putative 9.28125641 C6_control_B3 +LQ04X000750 Clasp, putative 8.71190177 C6_control_C1 +LQ04X000750 Clasp, putative 8.659534337 C6_control_C2 +LQ04X000750 Clasp, putative 9.367120223 C6_control_C3 +LQ04X000750 Clasp, putative 8.787752837 C6_chemical_A1 +LQ04X000750 Clasp, putative 9.251569248 C6_chemical_A3 +LQ04X000750 Clasp, putative 8.703384329 C6_chemical_B1 +LQ04X000750 Clasp, putative 9.318964563 C6_chemical_B2 +LQ04X000750 Clasp, putative 9.287460777 C6_chemical_B3 +LQ04X000750 Clasp, putative 8.481026146 C6_chemical_C1 +LQ04X000750 Clasp, putative 8.3111133 C6_chemical_C2 +LQ04X000750 Clasp, putative 9.266866842 C6_chemical_C3 +LQ04X000750 Clasp, putative 8.749759068 L4_control_A1 +LQ04X000750 Clasp, putative 8.936734326 L4_control_A2 +LQ04X000750 Clasp, putative 7.779796623 L4_control_A3 +LQ04X000750 Clasp, putative 8.893964839 L4_control_B1 +LQ04X000750 Clasp, putative 8.993097733 L4_control_B2 +LQ04X000750 Clasp, putative 9.167524187 L4_control_B3 +LQ04X000750 Clasp, putative 7.186205654 L4_control_C2 +LQ04X000750 Clasp, putative 6.876158972 L4_control_C3 +LQ04X000750 Clasp, putative 9.214710584 L4_chemical_A1 +LQ04X000750 Clasp, putative 8.779198962 L4_chemical_A2 +LQ04X000750 Clasp, putative 9.322572222 L4_chemical_A3 +LQ04X000750 Clasp, putative 8.441180709 L4_chemical_B1 +LQ04X000750 Clasp, putative 8.439996153 L4_chemical_B2 +LQ04X000750 Clasp, putative 9.253526906 L4_chemical_B3 +LQ04X000750 Clasp, putative 6.601495986 L4_chemical_C2 +LQ04X000750 Clasp, putative 7.410604262 L4_chemical_C3 +LQ04X000760 DNA binding protein, putative 10.35469977 C6_control_A1 +LQ04X000760 DNA binding protein, putative 10.50969028 C6_control_A3 +LQ04X000760 DNA binding protein, putative 10.684439 C6_control_B1 +LQ04X000760 DNA binding protein, putative 10.81354376 C6_control_B2 +LQ04X000760 DNA binding protein, putative 10.81472346 C6_control_B3 +LQ04X000760 DNA binding protein, putative 11.39538688 C6_control_C1 +LQ04X000760 DNA binding protein, putative 11.50122983 C6_control_C2 +LQ04X000760 DNA binding protein, putative 11.42377697 C6_control_C3 +LQ04X000760 DNA binding protein, putative 10.74445522 C6_chemical_A1 +LQ04X000760 DNA binding protein, putative 10.9269657 C6_chemical_A3 +LQ04X000760 DNA binding protein, putative 10.98229264 C6_chemical_B1 +LQ04X000760 DNA binding protein, putative 10.63984729 C6_chemical_B2 +LQ04X000760 DNA binding protein, putative 11.06966338 C6_chemical_B3 +LQ04X000760 DNA binding protein, putative 11.48261363 C6_chemical_C1 +LQ04X000760 DNA binding protein, putative 11.23924614 C6_chemical_C2 +LQ04X000760 DNA binding protein, putative 11.46512342 C6_chemical_C3 +LQ04X000760 DNA binding protein, putative 11.34555413 L4_control_A1 +LQ04X000760 DNA binding protein, putative 11.73049181 L4_control_A2 +LQ04X000760 DNA binding protein, putative 11.87230174 L4_control_A3 +LQ04X000760 DNA binding protein, putative 12.02879912 L4_control_B1 +LQ04X000760 DNA binding protein, putative 12.13643891 L4_control_B2 +LQ04X000760 DNA binding protein, putative 11.57862057 L4_control_B3 +LQ04X000760 DNA binding protein, putative 12.44477726 L4_control_C2 +LQ04X000760 DNA binding protein, putative 12.74125169 L4_control_C3 +LQ04X000760 DNA binding protein, putative 11.68218364 L4_chemical_A1 +LQ04X000760 DNA binding protein, putative 12.15473735 L4_chemical_A2 +LQ04X000760 DNA binding protein, putative 11.7507245 L4_chemical_A3 +LQ04X000760 DNA binding protein, putative 12.34080388 L4_chemical_B1 +LQ04X000760 DNA binding protein, putative 12.49854008 L4_chemical_B2 +LQ04X000760 DNA binding protein, putative 11.71921788 L4_chemical_B3 +LQ04X000760 DNA binding protein, putative 12.51465388 L4_chemical_C2 +LQ04X000760 DNA binding protein, putative 12.39453913 L4_chemical_C3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 9.196737574 C6_control_A1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.531831524 C6_control_A3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 10.86556324 C6_control_B1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 10.32704692 C6_control_B2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 10.88985439 C6_control_B3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.358116478 C6_control_C1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.17187189 C6_control_C2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.951224715 C6_control_C3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 8.482251587 C6_chemical_A1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.248989995 C6_chemical_A3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 11.27661462 C6_chemical_B1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 10.37458735 C6_chemical_B2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 9.892161147 C6_chemical_B3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.229931382 C6_chemical_C1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.20518259 C6_chemical_C2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.843156629 C6_chemical_C3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.811423839 L4_control_A1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 6.706991088 L4_control_A2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 6.083063962 L4_control_A3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.698291257 L4_control_B1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 8.787595164 L4_control_B2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.421038144 L4_control_B3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.643221192 L4_control_C2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.473943187 L4_control_C3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.468137366 L4_chemical_A1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 7.49496148 L4_chemical_A2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 6.205440436 L4_chemical_A3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 7.583727213 L4_chemical_B1 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 8.334735065 L4_chemical_B2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.744299201 L4_chemical_B3 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.381655194 L4_chemical_C2 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 5.701435503 L4_chemical_C3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.391185939 C6_control_A1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 7.563775183 C6_control_A3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.484342547 C6_control_B1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 5.390876393 C6_control_B2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.997474098 C6_control_B3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.189754218 C6_control_C1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 8.014299765 C6_control_C2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.040547407 C6_control_C3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 5.976822131 C6_chemical_A1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 5.971837836 C6_chemical_A3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.879396869 C6_chemical_B1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.12537062 C6_chemical_B2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.077424312 C6_chemical_B3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.43998133 C6_chemical_C1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.356379939 C6_chemical_C2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.16006454 C6_chemical_C3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 5.896019899 L4_control_A1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 5.921254219 L4_control_A2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.584235362 L4_control_A3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 5.784733408 L4_control_B1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.545664984 L4_control_B2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.215717024 L4_control_B3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 7.214127463 L4_control_C2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 7.145429977 L4_control_C3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.238745512 L4_chemical_A1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.302549073 L4_chemical_A2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 5.958926871 L4_chemical_A3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.073183135 L4_chemical_B1 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.040056443 L4_chemical_B2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.134328698 L4_chemical_B3 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.675071616 L4_chemical_C2 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 6.448957903 L4_chemical_C3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.96180289 C6_control_A1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 10.72907552 C6_control_A3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.62045586 C6_control_B1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.98621929 C6_control_B2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.28987492 C6_control_B3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.579412 C6_control_C1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.72175822 C6_control_C2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.74643113 C6_control_C3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.82789945 C6_chemical_A1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.28763951 C6_chemical_A3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.54495916 C6_chemical_B1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.89740588 C6_chemical_B2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.19317369 C6_chemical_B3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.55540226 C6_chemical_C1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.38550957 C6_chemical_C2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.7548183 C6_chemical_C3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.19740793 L4_control_A1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.32188635 L4_control_A2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.01544285 L4_control_A3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.5724595 L4_control_B1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.40694395 L4_control_B2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.85785534 L4_control_B3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.38422669 L4_control_C2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.93593341 L4_control_C3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 10.75974312 L4_chemical_A1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.32613921 L4_chemical_A2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 10.86530382 L4_chemical_A3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.32468795 L4_chemical_B1 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.24401011 L4_chemical_B2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.92709838 L4_chemical_B3 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 12.2826132 L4_chemical_C2 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.84074994 L4_chemical_C3 +LQ04X000830 Catalytic, putative 10.43867055 C6_control_A1 +LQ04X000830 Catalytic, putative 10.31172787 C6_control_A3 +LQ04X000830 Catalytic, putative 10.54096728 C6_control_B1 +LQ04X000830 Catalytic, putative 10.41174588 C6_control_B2 +LQ04X000830 Catalytic, putative 9.890294256 C6_control_B3 +LQ04X000830 Catalytic, putative 11.40654822 C6_control_C1 +LQ04X000830 Catalytic, putative 11.37484914 C6_control_C2 +LQ04X000830 Catalytic, putative 10.68166522 C6_control_C3 +LQ04X000830 Catalytic, putative 10.27396723 C6_chemical_A1 +LQ04X000830 Catalytic, putative 10.4490679 C6_chemical_A3 +LQ04X000830 Catalytic, putative 10.77137923 C6_chemical_B1 +LQ04X000830 Catalytic, putative 10.5054191 C6_chemical_B2 +LQ04X000830 Catalytic, putative 9.958643287 C6_chemical_B3 +LQ04X000830 Catalytic, putative 11.45996033 C6_chemical_C1 +LQ04X000830 Catalytic, putative 11.58299801 C6_chemical_C2 +LQ04X000830 Catalytic, putative 11.41422117 C6_chemical_C3 +LQ04X000830 Catalytic, putative 10.74914993 L4_control_A1 +LQ04X000830 Catalytic, putative 10.74983247 L4_control_A2 +LQ04X000830 Catalytic, putative 11.31176201 L4_control_A3 +LQ04X000830 Catalytic, putative 10.91585152 L4_control_B1 +LQ04X000830 Catalytic, putative 11.67011335 L4_control_B2 +LQ04X000830 Catalytic, putative 11.07395193 L4_control_B3 +LQ04X000830 Catalytic, putative 11.88743422 L4_control_C2 +LQ04X000830 Catalytic, putative 11.72137527 L4_control_C3 +LQ04X000830 Catalytic, putative 10.7758685 L4_chemical_A1 +LQ04X000830 Catalytic, putative 10.60473993 L4_chemical_A2 +LQ04X000830 Catalytic, putative 11.15702067 L4_chemical_A3 +LQ04X000830 Catalytic, putative 10.73253501 L4_chemical_B1 +LQ04X000830 Catalytic, putative 11.28155456 L4_chemical_B2 +LQ04X000830 Catalytic, putative 10.71998952 L4_chemical_B3 +LQ04X000830 Catalytic, putative 12.05838228 L4_chemical_C2 +LQ04X000830 Catalytic, putative 11.8081051 L4_chemical_C3 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.69405366 C6_control_A1 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.03657902 C6_control_A3 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.96098527 C6_control_B1 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.56891285 C6_control_B2 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.94104966 C6_control_B3 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.35410683 C6_control_C1 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.88745661 C6_control_C2 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.56519349 C6_control_C3 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.74548358 C6_chemical_A1 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.37800736 C6_chemical_A3 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.18837755 C6_chemical_B1 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.78335128 C6_chemical_B2 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.02956663 C6_chemical_B3 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.46612503 C6_chemical_C1 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.80191622 C6_chemical_C2 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.59310991 C6_chemical_C3 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.74578011 L4_control_A1 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.68512918 L4_control_A2 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.66546541 L4_control_A3 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.14743944 L4_control_B1 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.63095753 L4_control_B2 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.32246969 L4_control_B3 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.97938637 L4_control_C2 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.1609525 L4_control_C3 +LQ04X000850 Formate dehydrogenase, mitochondrial 14.18325221 L4_chemical_A1 +LQ04X000850 Formate dehydrogenase, mitochondrial 14.40012431 L4_chemical_A2 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.94224292 L4_chemical_A3 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.53284606 L4_chemical_B1 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.49172537 L4_chemical_B2 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.3240486 L4_chemical_B3 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.31057658 L4_chemical_C2 +LQ04X000850 Formate dehydrogenase, mitochondrial 13.24806681 L4_chemical_C3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.287253322 C6_control_A1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.358648903 C6_control_A3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.459907489 C6_control_B1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.183488696 C6_control_B2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.301989292 C6_control_B3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.145412558 C6_control_C1 +LQ04X000870 Protein farnesyltransferase subunit beta 6.687559183 C6_control_C2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.228069497 C6_control_C3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.22617376 C6_chemical_A1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.242800238 C6_chemical_A3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.003172248 C6_chemical_B1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.417123347 C6_chemical_B2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.244572313 C6_chemical_B3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.763293794 C6_chemical_C1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.731937519 C6_chemical_C2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.43133792 C6_chemical_C3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.620466998 L4_control_A1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.221869062 L4_control_A2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.146697706 L4_control_A3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.068690095 L4_control_B1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.283238722 L4_control_B2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.421355445 L4_control_B3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.118501344 L4_control_C2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.623724064 L4_control_C3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.40072147 L4_chemical_A1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.233924006 L4_chemical_A2 +LQ04X000870 Protein farnesyltransferase subunit beta 4.844846395 L4_chemical_A3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.172023094 L4_chemical_B1 +LQ04X000870 Protein farnesyltransferase subunit beta 5.434345553 L4_chemical_B2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.147593221 L4_chemical_B3 +LQ04X000870 Protein farnesyltransferase subunit beta 5.517571631 L4_chemical_C2 +LQ04X000870 Protein farnesyltransferase subunit beta 5.451180387 L4_chemical_C3 +LQ04X000880 UPF0497 membrane protein At5g40300 11.93184703 C6_control_A1 +LQ04X000880 UPF0497 membrane protein At5g40300 11.11941888 C6_control_A3 +LQ04X000880 UPF0497 membrane protein At5g40300 12.70524676 C6_control_B1 +LQ04X000880 UPF0497 membrane protein At5g40300 12.64086836 C6_control_B2 +LQ04X000880 UPF0497 membrane protein At5g40300 12.73690772 C6_control_B3 +LQ04X000880 UPF0497 membrane protein At5g40300 12.11783157 C6_control_C1 +LQ04X000880 UPF0497 membrane protein At5g40300 12.29803067 C6_control_C2 +LQ04X000880 UPF0497 membrane protein At5g40300 12.18006531 C6_control_C3 +LQ04X000880 UPF0497 membrane protein At5g40300 11.91518094 C6_chemical_A1 +LQ04X000880 UPF0497 membrane protein At5g40300 11.59327087 C6_chemical_A3 +LQ04X000880 UPF0497 membrane protein At5g40300 12.45929475 C6_chemical_B1 +LQ04X000880 UPF0497 membrane protein At5g40300 12.41444856 C6_chemical_B2 +LQ04X000880 UPF0497 membrane protein At5g40300 12.89344294 C6_chemical_B3 +LQ04X000880 UPF0497 membrane protein At5g40300 11.90775651 C6_chemical_C1 +LQ04X000880 UPF0497 membrane protein At5g40300 11.88873756 C6_chemical_C2 +LQ04X000880 UPF0497 membrane protein At5g40300 12.11013843 C6_chemical_C3 +LQ04X000880 UPF0497 membrane protein At5g40300 11.30587848 L4_control_A1 +LQ04X000880 UPF0497 membrane protein At5g40300 11.78047584 L4_control_A2 +LQ04X000880 UPF0497 membrane protein At5g40300 11.77696266 L4_control_A3 +LQ04X000880 UPF0497 membrane protein At5g40300 12.92892053 L4_control_B1 +LQ04X000880 UPF0497 membrane protein At5g40300 12.4069746 L4_control_B2 +LQ04X000880 UPF0497 membrane protein At5g40300 13.10060587 L4_control_B3 +LQ04X000880 UPF0497 membrane protein At5g40300 12.7878851 L4_control_C2 +LQ04X000880 UPF0497 membrane protein At5g40300 12.68957348 L4_control_C3 +LQ04X000880 UPF0497 membrane protein At5g40300 11.39799114 L4_chemical_A1 +LQ04X000880 UPF0497 membrane protein At5g40300 12.12670347 L4_chemical_A2 +LQ04X000880 UPF0497 membrane protein At5g40300 11.93468656 L4_chemical_A3 +LQ04X000880 UPF0497 membrane protein At5g40300 12.81444295 L4_chemical_B1 +LQ04X000880 UPF0497 membrane protein At5g40300 12.23482729 L4_chemical_B2 +LQ04X000880 UPF0497 membrane protein At5g40300 12.39993355 L4_chemical_B3 +LQ04X000880 UPF0497 membrane protein At5g40300 12.71727689 L4_chemical_C2 +LQ04X000880 UPF0497 membrane protein At5g40300 12.43190678 L4_chemical_C3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.272559787 C6_control_A1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.594973455 C6_control_A3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.486135097 C6_control_B1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.727660462 C6_control_B2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.437223336 C6_control_B3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 6.117081433 C6_control_C1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 6.051553651 C6_control_C2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.642975146 C6_control_C3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.494706158 C6_chemical_A1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.387354062 C6_chemical_A3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.350074996 C6_chemical_B1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.759293693 C6_chemical_B2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.840690073 C6_chemical_B3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 6.126653597 C6_chemical_C1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 6.026086006 C6_chemical_C2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.555455951 C6_chemical_C3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.571220974 L4_control_A1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.515079217 L4_control_A2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.802806842 L4_control_A3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.579345515 L4_control_B1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.341779262 L4_control_B2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.568968562 L4_control_B3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.466175206 L4_control_C2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.856648534 L4_control_C3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.852500266 L4_chemical_A1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.575322123 L4_chemical_A2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.312933693 L4_chemical_A3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.432597343 L4_chemical_B1 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.212839089 L4_chemical_B2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.278170205 L4_chemical_B3 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.129831267 L4_chemical_C2 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.811699262 L4_chemical_C3 +LQ04X000940 Putative L-aspartate oxidase 1 10.33527628 C6_control_A1 +LQ04X000940 Putative L-aspartate oxidase 1 9.597294623 C6_control_A3 +LQ04X000940 Putative L-aspartate oxidase 1 10.85597769 C6_control_B1 +LQ04X000940 Putative L-aspartate oxidase 1 10.00953688 C6_control_B2 +LQ04X000940 Putative L-aspartate oxidase 1 10.41865045 C6_control_B3 +LQ04X000940 Putative L-aspartate oxidase 1 11.83153691 C6_control_C1 +LQ04X000940 Putative L-aspartate oxidase 1 10.72295699 C6_control_C2 +LQ04X000940 Putative L-aspartate oxidase 1 10.69511745 C6_control_C3 +LQ04X000940 Putative L-aspartate oxidase 1 10.46465312 C6_chemical_A1 +LQ04X000940 Putative L-aspartate oxidase 1 9.997024971 C6_chemical_A3 +LQ04X000940 Putative L-aspartate oxidase 1 11.09319721 C6_chemical_B1 +LQ04X000940 Putative L-aspartate oxidase 1 9.927491188 C6_chemical_B2 +LQ04X000940 Putative L-aspartate oxidase 1 10.43672456 C6_chemical_B3 +LQ04X000940 Putative L-aspartate oxidase 1 12.05398608 C6_chemical_C1 +LQ04X000940 Putative L-aspartate oxidase 1 10.91822149 C6_chemical_C2 +LQ04X000940 Putative L-aspartate oxidase 1 10.88676935 C6_chemical_C3 +LQ04X000940 Putative L-aspartate oxidase 1 9.831669296 L4_control_A1 +LQ04X000940 Putative L-aspartate oxidase 1 10.23219745 L4_control_A2 +LQ04X000940 Putative L-aspartate oxidase 1 9.563783473 L4_control_A3 +LQ04X000940 Putative L-aspartate oxidase 1 10.4874052 L4_control_B1 +LQ04X000940 Putative L-aspartate oxidase 1 10.6844832 L4_control_B2 +LQ04X000940 Putative L-aspartate oxidase 1 9.929512675 L4_control_B3 +LQ04X000940 Putative L-aspartate oxidase 1 11.30506103 L4_control_C2 +LQ04X000940 Putative L-aspartate oxidase 1 11.59039035 L4_control_C3 +LQ04X000940 Putative L-aspartate oxidase 1 10.74271179 L4_chemical_A1 +LQ04X000940 Putative L-aspartate oxidase 1 10.43103623 L4_chemical_A2 +LQ04X000940 Putative L-aspartate oxidase 1 10.13804576 L4_chemical_A3 +LQ04X000940 Putative L-aspartate oxidase 1 11.19002949 L4_chemical_B1 +LQ04X000940 Putative L-aspartate oxidase 1 10.70585798 L4_chemical_B2 +LQ04X000940 Putative L-aspartate oxidase 1 9.710633509 L4_chemical_B3 +LQ04X000940 Putative L-aspartate oxidase 1 11.33328826 L4_chemical_C2 +LQ04X000940 Putative L-aspartate oxidase 1 11.35618773 L4_chemical_C3 +LQ04X000970 Transcription factor MYB23 4.64247185 C6_control_A1 +LQ04X000970 Transcription factor MYB23 4.735316377 C6_control_A3 +LQ04X000970 Transcription factor MYB23 4.765149846 C6_control_B1 +LQ04X000970 Transcription factor MYB23 4.709548283 C6_control_B2 +LQ04X000970 Transcription factor MYB23 5.145005219 C6_control_B3 +LQ04X000970 Transcription factor MYB23 5.062578432 C6_control_C1 +LQ04X000970 Transcription factor MYB23 4.554553752 C6_control_C2 +LQ04X000970 Transcription factor MYB23 4.852616152 C6_control_C3 +LQ04X000970 Transcription factor MYB23 4.747993266 C6_chemical_A1 +LQ04X000970 Transcription factor MYB23 4.742353552 C6_chemical_A3 +LQ04X000970 Transcription factor MYB23 4.927337243 C6_chemical_B1 +LQ04X000970 Transcription factor MYB23 4.681696309 C6_chemical_B2 +LQ04X000970 Transcription factor MYB23 4.969182082 C6_chemical_B3 +LQ04X000970 Transcription factor MYB23 5.100797106 C6_chemical_C1 +LQ04X000970 Transcription factor MYB23 4.733768271 C6_chemical_C2 +LQ04X000970 Transcription factor MYB23 5.0922593 C6_chemical_C3 +LQ04X000970 Transcription factor MYB23 5.157024058 L4_control_A1 +LQ04X000970 Transcription factor MYB23 4.966135302 L4_control_A2 +LQ04X000970 Transcription factor MYB23 4.986634993 L4_control_A3 +LQ04X000970 Transcription factor MYB23 4.790895678 L4_control_B1 +LQ04X000970 Transcription factor MYB23 4.94784765 L4_control_B2 +LQ04X000970 Transcription factor MYB23 4.575430042 L4_control_B3 +LQ04X000970 Transcription factor MYB23 4.443624102 L4_control_C2 +LQ04X000970 Transcription factor MYB23 5.030748108 L4_control_C3 +LQ04X000970 Transcription factor MYB23 4.478925024 L4_chemical_A1 +LQ04X000970 Transcription factor MYB23 4.851725499 L4_chemical_A2 +LQ04X000970 Transcription factor MYB23 5.12931445 L4_chemical_A3 +LQ04X000970 Transcription factor MYB23 4.680607336 L4_chemical_B1 +LQ04X000970 Transcription factor MYB23 4.999873731 L4_chemical_B2 +LQ04X000970 Transcription factor MYB23 5.105692159 L4_chemical_B3 +LQ04X000970 Transcription factor MYB23 5.072652319 L4_chemical_C2 +LQ04X000970 Transcription factor MYB23 5.064626585 L4_chemical_C3 +LQ04X000980 Carbonic anhydrase, chloroplastic 10.00503503 C6_control_A1 +LQ04X000980 Carbonic anhydrase, chloroplastic 7.484005728 C6_control_A3 +LQ04X000980 Carbonic anhydrase, chloroplastic 13.27452001 C6_control_B1 +LQ04X000980 Carbonic anhydrase, chloroplastic 14.65668008 C6_control_B2 +LQ04X000980 Carbonic anhydrase, chloroplastic 14.25625573 C6_control_B3 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.205497 C6_control_C1 +LQ04X000980 Carbonic anhydrase, chloroplastic 14.72899323 C6_control_C2 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.04198426 C6_control_C3 +LQ04X000980 Carbonic anhydrase, chloroplastic 10.62272962 C6_chemical_A1 +LQ04X000980 Carbonic anhydrase, chloroplastic 8.653648068 C6_chemical_A3 +LQ04X000980 Carbonic anhydrase, chloroplastic 14.40190688 C6_chemical_B1 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.0607234 C6_chemical_B2 +LQ04X000980 Carbonic anhydrase, chloroplastic 14.69873684 C6_chemical_B3 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.21675899 C6_chemical_C1 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.41248268 C6_chemical_C2 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.31773086 C6_chemical_C3 +LQ04X000980 Carbonic anhydrase, chloroplastic 7.206137393 L4_control_A1 +LQ04X000980 Carbonic anhydrase, chloroplastic 10.32896657 L4_control_A2 +LQ04X000980 Carbonic anhydrase, chloroplastic 7.532923464 L4_control_A3 +LQ04X000980 Carbonic anhydrase, chloroplastic 14.70135324 L4_control_B1 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.01279488 L4_control_B2 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.57002915 L4_control_B3 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.36127179 L4_control_C2 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.48309555 L4_control_C3 +LQ04X000980 Carbonic anhydrase, chloroplastic 7.232571895 L4_chemical_A1 +LQ04X000980 Carbonic anhydrase, chloroplastic 11.20781178 L4_chemical_A2 +LQ04X000980 Carbonic anhydrase, chloroplastic 7.311457034 L4_chemical_A3 +LQ04X000980 Carbonic anhydrase, chloroplastic 13.40473475 L4_chemical_B1 +LQ04X000980 Carbonic anhydrase, chloroplastic 14.98135115 L4_chemical_B2 +LQ04X000980 Carbonic anhydrase, chloroplastic 13.97098565 L4_chemical_B3 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.47231971 L4_chemical_C2 +LQ04X000980 Carbonic anhydrase, chloroplastic 15.45706123 L4_chemical_C3 +LQ04X000990 Putative uncharacterized protein 9.361423949 C6_control_A1 +LQ04X000990 Putative uncharacterized protein 9.542818875 C6_control_A3 +LQ04X000990 Putative uncharacterized protein 9.48178847 C6_control_B1 +LQ04X000990 Putative uncharacterized protein 10.22076014 C6_control_B2 +LQ04X000990 Putative uncharacterized protein 9.84259533 C6_control_B3 +LQ04X000990 Putative uncharacterized protein 10.34007747 C6_control_C1 +LQ04X000990 Putative uncharacterized protein 11.17715114 C6_control_C2 +LQ04X000990 Putative uncharacterized protein 10.40393616 C6_control_C3 +LQ04X000990 Putative uncharacterized protein 9.499314753 C6_chemical_A1 +LQ04X000990 Putative uncharacterized protein 9.303698747 C6_chemical_A3 +LQ04X000990 Putative uncharacterized protein 9.744999771 C6_chemical_B1 +LQ04X000990 Putative uncharacterized protein 10.97967319 C6_chemical_B2 +LQ04X000990 Putative uncharacterized protein 9.37132728 C6_chemical_B3 +LQ04X000990 Putative uncharacterized protein 10.4039346 C6_chemical_C1 +LQ04X000990 Putative uncharacterized protein 10.77187433 C6_chemical_C2 +LQ04X000990 Putative uncharacterized protein 10.16428772 C6_chemical_C3 +LQ04X000990 Putative uncharacterized protein 8.598194393 L4_control_A1 +LQ04X000990 Putative uncharacterized protein 9.210180873 L4_control_A2 +LQ04X000990 Putative uncharacterized protein 7.786956283 L4_control_A3 +LQ04X000990 Putative uncharacterized protein 8.296920415 L4_control_B1 +LQ04X000990 Putative uncharacterized protein 8.859166451 L4_control_B2 +LQ04X000990 Putative uncharacterized protein 10.37178795 L4_control_B3 +LQ04X000990 Putative uncharacterized protein 9.111941071 L4_control_C2 +LQ04X000990 Putative uncharacterized protein 10.11499413 L4_control_C3 +LQ04X000990 Putative uncharacterized protein 8.475817002 L4_chemical_A1 +LQ04X000990 Putative uncharacterized protein 9.149783899 L4_chemical_A2 +LQ04X000990 Putative uncharacterized protein 6.822186074 L4_chemical_A3 +LQ04X000990 Putative uncharacterized protein 7.573004336 L4_chemical_B1 +LQ04X000990 Putative uncharacterized protein 8.430271902 L4_chemical_B2 +LQ04X000990 Putative uncharacterized protein 9.309147981 L4_chemical_B3 +LQ04X000990 Putative uncharacterized protein 9.715526914 L4_chemical_C2 +LQ04X000990 Putative uncharacterized protein 10.36038226 L4_chemical_C3 +LQ04X001000 Putative uncharacterized protein 10.32336355 C6_control_A1 +LQ04X001000 Putative uncharacterized protein 11.29217855 C6_control_A3 +LQ04X001000 Putative uncharacterized protein 10.84021917 C6_control_B1 +LQ04X001000 Putative uncharacterized protein 11.19017893 C6_control_B2 +LQ04X001000 Putative uncharacterized protein 11.75807961 C6_control_B3 +LQ04X001000 Putative uncharacterized protein 9.397916791 C6_control_C1 +LQ04X001000 Putative uncharacterized protein 10.36682787 C6_control_C2 +LQ04X001000 Putative uncharacterized protein 10.52635181 C6_control_C3 +LQ04X001000 Putative uncharacterized protein 9.968199228 C6_chemical_A1 +LQ04X001000 Putative uncharacterized protein 10.89002661 C6_chemical_A3 +LQ04X001000 Putative uncharacterized protein 11.02531547 C6_chemical_B1 +LQ04X001000 Putative uncharacterized protein 11.09171872 C6_chemical_B2 +LQ04X001000 Putative uncharacterized protein 11.66122236 C6_chemical_B3 +LQ04X001000 Putative uncharacterized protein 9.90474351 C6_chemical_C1 +LQ04X001000 Putative uncharacterized protein 10.03524417 C6_chemical_C2 +LQ04X001000 Putative uncharacterized protein 11.27864262 C6_chemical_C3 +LQ04X001000 Putative uncharacterized protein 10.09576701 L4_control_A1 +LQ04X001000 Putative uncharacterized protein 10.23319182 L4_control_A2 +LQ04X001000 Putative uncharacterized protein 9.852064215 L4_control_A3 +LQ04X001000 Putative uncharacterized protein 11.67769171 L4_control_B1 +LQ04X001000 Putative uncharacterized protein 11.33596872 L4_control_B2 +LQ04X001000 Putative uncharacterized protein 11.64258267 L4_control_B3 +LQ04X001000 Putative uncharacterized protein 10.12406672 L4_control_C2 +LQ04X001000 Putative uncharacterized protein 11.36120724 L4_control_C3 +LQ04X001000 Putative uncharacterized protein 9.77158555 L4_chemical_A1 +LQ04X001000 Putative uncharacterized protein 9.979609085 L4_chemical_A2 +LQ04X001000 Putative uncharacterized protein 9.81283648 L4_chemical_A3 +LQ04X001000 Putative uncharacterized protein 11.28153112 L4_chemical_B1 +LQ04X001000 Putative uncharacterized protein 11.08499499 L4_chemical_B2 +LQ04X001000 Putative uncharacterized protein 11.25744687 L4_chemical_B3 +LQ04X001000 Putative uncharacterized protein 10.16838966 L4_chemical_C2 +LQ04X001000 Putative uncharacterized protein 11.19907486 L4_chemical_C3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 11.94084633 C6_control_A1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 11.48526781 C6_control_A3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.51240234 C6_control_B1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 13.00034659 C6_control_B2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.814666 C6_control_B3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.67072346 C6_control_C1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.95027311 C6_control_C2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 13.5576241 C6_control_C3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 11.84020518 C6_chemical_A1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 11.90763142 C6_chemical_A3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.25354872 C6_chemical_B1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.83118767 C6_chemical_B2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.84596191 C6_chemical_B3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.457954 C6_chemical_C1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.33751445 C6_chemical_C2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.91778339 C6_chemical_C3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 11.89313834 L4_control_A1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.37012382 L4_control_A2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 11.48574346 L4_control_A3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.83962622 L4_control_B1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.44796232 L4_control_B2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 13.61229303 L4_control_B3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.37319429 L4_control_C2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.67491968 L4_control_C3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.19879457 L4_chemical_A1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.54380076 L4_chemical_A2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.18665471 L4_chemical_A3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.07157396 L4_chemical_B1 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.59051326 L4_chemical_B2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.71047366 L4_chemical_B3 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.26308767 L4_chemical_C2 +LQ04X001010 Putative phospholipid-transporting ATPase 8 12.72211567 L4_chemical_C3 +LQ04X001020 Predicted protein 6.015795218 C6_control_A1 +LQ04X001020 Predicted protein 5.503955724 C6_control_A3 +LQ04X001020 Predicted protein 7.009085785 C6_control_B1 +LQ04X001020 Predicted protein 6.353268951 C6_control_B2 +LQ04X001020 Predicted protein 6.412210209 C6_control_B3 +LQ04X001020 Predicted protein 6.516434588 C6_control_C1 +LQ04X001020 Predicted protein 6.623192751 C6_control_C2 +LQ04X001020 Predicted protein 6.308766219 C6_control_C3 +LQ04X001020 Predicted protein 5.788868525 C6_chemical_A1 +LQ04X001020 Predicted protein 5.738632829 C6_chemical_A3 +LQ04X001020 Predicted protein 5.54137361 C6_chemical_B1 +LQ04X001020 Predicted protein 6.204177776 C6_chemical_B2 +LQ04X001020 Predicted protein 5.615687654 C6_chemical_B3 +LQ04X001020 Predicted protein 6.599988416 C6_chemical_C1 +LQ04X001020 Predicted protein 6.215884043 C6_chemical_C2 +LQ04X001020 Predicted protein 6.103644109 C6_chemical_C3 +LQ04X001020 Predicted protein 5.803539122 L4_control_A1 +LQ04X001020 Predicted protein 5.650869261 L4_control_A2 +LQ04X001020 Predicted protein 4.637442853 L4_control_A3 +LQ04X001020 Predicted protein 5.319493351 L4_control_B1 +LQ04X001020 Predicted protein 6.279550113 L4_control_B2 +LQ04X001020 Predicted protein 6.15844361 L4_control_B3 +LQ04X001020 Predicted protein 6.515005462 L4_control_C2 +LQ04X001020 Predicted protein 7.62654945 L4_control_C3 +LQ04X001020 Predicted protein 5.887372415 L4_chemical_A1 +LQ04X001020 Predicted protein 5.231095639 L4_chemical_A2 +LQ04X001020 Predicted protein 5.062727889 L4_chemical_A3 +LQ04X001020 Predicted protein 6.046229234 L4_chemical_B1 +LQ04X001020 Predicted protein 6.034164744 L4_chemical_B2 +LQ04X001020 Predicted protein 5.74943795 L4_chemical_B3 +LQ04X001020 Predicted protein 6.042929884 L4_chemical_C2 +LQ04X001020 Predicted protein 7.076614723 L4_chemical_C3 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.08269264 C6_control_A1 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.52158602 C6_control_A3 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.99031014 C6_control_B1 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.76193124 C6_control_B2 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.56886293 C6_control_B3 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.93694833 C6_control_C1 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.86078112 C6_control_C2 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.00114005 C6_control_C3 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.78199258 C6_chemical_A1 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.80485109 C6_chemical_A3 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.7985675 C6_chemical_B1 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.81245628 C6_chemical_B2 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.53948066 C6_chemical_B3 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.83535046 C6_chemical_C1 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.06903213 C6_chemical_C2 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.94768737 C6_chemical_C3 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.2429823 L4_control_A1 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.62253635 L4_control_A2 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.18131674 L4_control_A3 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.69388181 L4_control_B1 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.05652615 L4_control_B2 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.8013368 L4_control_B3 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.89268172 L4_control_C2 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.64065512 L4_control_C3 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.02204292 L4_chemical_A1 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.33509533 L4_chemical_A2 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.21067796 L4_chemical_A3 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.87344349 L4_chemical_B1 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.69082462 L4_chemical_B2 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.88501152 L4_chemical_B3 +LQ04X001030 Putative Proteasome assembly chaperone 3 13.04976419 L4_chemical_C2 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.81052091 L4_chemical_C3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.613835791 C6_control_A1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.835839427 C6_control_A3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.078873949 C6_control_B1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.868841824 C6_control_B2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.741951249 C6_control_B3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.155125674 C6_control_C1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.200659799 C6_control_C2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.780501932 C6_control_C3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.961902976 C6_chemical_A1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.802103939 C6_chemical_A3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.482229605 C6_chemical_B1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.840902356 C6_chemical_B2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.026723756 C6_chemical_B3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.041423255 C6_chemical_C1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.190952298 C6_chemical_C2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.835386228 C6_chemical_C3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.159534676 L4_control_A1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.299858507 L4_control_A2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.015749773 L4_control_A3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.198226037 L4_control_B1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.149808544 L4_control_B2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.619155568 L4_control_B3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.692344407 L4_control_C2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.656750756 L4_control_C3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.820373092 L4_chemical_A1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.081923115 L4_chemical_A2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.245183082 L4_chemical_A3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.73673372 L4_chemical_B1 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.108515402 L4_chemical_B2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.780724989 L4_chemical_B3 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.675315908 L4_chemical_C2 +LQ04X001040 Putative Dihydroflavonol-4-reductase 5.336552624 L4_chemical_C3 +LQ04X001060 Universal stress protein A-like protein 5.766503959 C6_control_A1 +LQ04X001060 Universal stress protein A-like protein 6.642140785 C6_control_A3 +LQ04X001060 Universal stress protein A-like protein 5.777387394 C6_control_B1 +LQ04X001060 Universal stress protein A-like protein 6.015588298 C6_control_B2 +LQ04X001060 Universal stress protein A-like protein 6.031244057 C6_control_B3 +LQ04X001060 Universal stress protein A-like protein 5.836697825 C6_control_C1 +LQ04X001060 Universal stress protein A-like protein 7.34681901 C6_control_C2 +LQ04X001060 Universal stress protein A-like protein 6.025711173 C6_control_C3 +LQ04X001060 Universal stress protein A-like protein 6.017439236 C6_chemical_A1 +LQ04X001060 Universal stress protein A-like protein 5.981824061 C6_chemical_A3 +LQ04X001060 Universal stress protein A-like protein 5.858553936 C6_chemical_B1 +LQ04X001060 Universal stress protein A-like protein 5.959195969 C6_chemical_B2 +LQ04X001060 Universal stress protein A-like protein 6.001682621 C6_chemical_B3 +LQ04X001060 Universal stress protein A-like protein 6.278200548 C6_chemical_C1 +LQ04X001060 Universal stress protein A-like protein 6.563998538 C6_chemical_C2 +LQ04X001060 Universal stress protein A-like protein 5.626533044 C6_chemical_C3 +LQ04X001060 Universal stress protein A-like protein 5.663158029 L4_control_A1 +LQ04X001060 Universal stress protein A-like protein 6.08632061 L4_control_A2 +LQ04X001060 Universal stress protein A-like protein 5.683961919 L4_control_A3 +LQ04X001060 Universal stress protein A-like protein 6.046927411 L4_control_B1 +LQ04X001060 Universal stress protein A-like protein 5.930040222 L4_control_B2 +LQ04X001060 Universal stress protein A-like protein 5.670274796 L4_control_B3 +LQ04X001060 Universal stress protein A-like protein 5.846160707 L4_control_C2 +LQ04X001060 Universal stress protein A-like protein 6.540183973 L4_control_C3 +LQ04X001060 Universal stress protein A-like protein 5.475385815 L4_chemical_A1 +LQ04X001060 Universal stress protein A-like protein 6.149110213 L4_chemical_A2 +LQ04X001060 Universal stress protein A-like protein 5.892525477 L4_chemical_A3 +LQ04X001060 Universal stress protein A-like protein 5.674748456 L4_chemical_B1 +LQ04X001060 Universal stress protein A-like protein 5.825712321 L4_chemical_B2 +LQ04X001060 Universal stress protein A-like protein 5.872919337 L4_chemical_B3 +LQ04X001060 Universal stress protein A-like protein 6.051971161 L4_chemical_C2 +LQ04X001060 Universal stress protein A-like protein 6.297868689 L4_chemical_C3 +LQ04X001070 Putative Predicted protein 6.269332646 C6_control_A1 +LQ04X001070 Putative Predicted protein 6.902483106 C6_control_A3 +LQ04X001070 Putative Predicted protein 6.293054829 C6_control_B1 +LQ04X001070 Putative Predicted protein 6.920646437 C6_control_B2 +LQ04X001070 Putative Predicted protein 6.734910221 C6_control_B3 +LQ04X001070 Putative Predicted protein 7.898437274 C6_control_C1 +LQ04X001070 Putative Predicted protein 8.003861443 C6_control_C2 +LQ04X001070 Putative Predicted protein 8.458324259 C6_control_C3 +LQ04X001070 Putative Predicted protein 7.152333094 C6_chemical_A1 +LQ04X001070 Putative Predicted protein 7.465972921 C6_chemical_A3 +LQ04X001070 Putative Predicted protein 6.880813135 C6_chemical_B1 +LQ04X001070 Putative Predicted protein 7.741367732 C6_chemical_B2 +LQ04X001070 Putative Predicted protein 7.357447419 C6_chemical_B3 +LQ04X001070 Putative Predicted protein 8.664037941 C6_chemical_C1 +LQ04X001070 Putative Predicted protein 8.806486159 C6_chemical_C2 +LQ04X001070 Putative Predicted protein 8.885342298 C6_chemical_C3 +LQ04X001070 Putative Predicted protein 7.674475775 L4_control_A1 +LQ04X001070 Putative Predicted protein 7.33348 L4_control_A2 +LQ04X001070 Putative Predicted protein 8.766797936 L4_control_A3 +LQ04X001070 Putative Predicted protein 6.714516423 L4_control_B1 +LQ04X001070 Putative Predicted protein 7.449277306 L4_control_B2 +LQ04X001070 Putative Predicted protein 8.371975183 L4_control_B3 +LQ04X001070 Putative Predicted protein 7.965272168 L4_control_C2 +LQ04X001070 Putative Predicted protein 8.414945794 L4_control_C3 +LQ04X001070 Putative Predicted protein 7.704111455 L4_chemical_A1 +LQ04X001070 Putative Predicted protein 7.475726465 L4_chemical_A2 +LQ04X001070 Putative Predicted protein 8.354999217 L4_chemical_A3 +LQ04X001070 Putative Predicted protein 6.295220582 L4_chemical_B1 +LQ04X001070 Putative Predicted protein 7.415636307 L4_chemical_B2 +LQ04X001070 Putative Predicted protein 7.705995228 L4_chemical_B3 +LQ04X001070 Putative Predicted protein 7.855987661 L4_chemical_C2 +LQ04X001070 Putative Predicted protein 8.06908542 L4_chemical_C3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 11.04476264 C6_control_A1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 10.23465849 C6_control_A3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 12.2786054 C6_control_B1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 13.19648344 C6_control_B2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 12.89058286 C6_control_B3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 14.43735222 C6_control_C1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 14.53160118 C6_control_C2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 14.29504384 C6_control_C3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 11.09339176 C6_chemical_A1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 10.62848546 C6_chemical_A3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 12.53619994 C6_chemical_B1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 13.32758067 C6_chemical_B2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 12.77786874 C6_chemical_B3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 14.09909593 C6_chemical_C1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 14.05669119 C6_chemical_C2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 14.00154719 C6_chemical_C3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 9.736043721 L4_control_A1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 10.60257211 L4_control_A2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 9.685208967 L4_control_A3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 12.15603286 L4_control_B1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 12.58726325 L4_control_B2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 12.89874864 L4_control_B3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 13.61655783 L4_control_C2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 13.26773966 L4_control_C3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 10.4467235 L4_chemical_A1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 11.28607165 L4_chemical_A2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 9.474298776 L4_chemical_A3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 11.77928036 L4_chemical_B1 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 12.20821973 L4_chemical_B2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 11.8348194 L4_chemical_B3 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 13.49867615 L4_chemical_C2 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 13.53641146 L4_chemical_C3 +LQ04X001110 ADP-ribosylation factor 5.901673897 C6_control_A1 +LQ04X001110 ADP-ribosylation factor 6.778687727 C6_control_A3 +LQ04X001110 ADP-ribosylation factor 5.60518214 C6_control_B1 +LQ04X001110 ADP-ribosylation factor 5.953909246 C6_control_B2 +LQ04X001110 ADP-ribosylation factor 6.382820707 C6_control_B3 +LQ04X001110 ADP-ribosylation factor 5.470178263 C6_control_C1 +LQ04X001110 ADP-ribosylation factor 6.212766275 C6_control_C2 +LQ04X001110 ADP-ribosylation factor 6.909955432 C6_control_C3 +LQ04X001110 ADP-ribosylation factor 6.117476396 C6_chemical_A1 +LQ04X001110 ADP-ribosylation factor 6.029553067 C6_chemical_A3 +LQ04X001110 ADP-ribosylation factor 5.8835692 C6_chemical_B1 +LQ04X001110 ADP-ribosylation factor 6.008414765 C6_chemical_B2 +LQ04X001110 ADP-ribosylation factor 5.685016583 C6_chemical_B3 +LQ04X001110 ADP-ribosylation factor 6.021115477 C6_chemical_C1 +LQ04X001110 ADP-ribosylation factor 6.101761677 C6_chemical_C2 +LQ04X001110 ADP-ribosylation factor 5.979016566 C6_chemical_C3 +LQ04X001110 ADP-ribosylation factor 5.628965465 L4_control_A1 +LQ04X001110 ADP-ribosylation factor 5.901410331 L4_control_A2 +LQ04X001110 ADP-ribosylation factor 6.658159696 L4_control_A3 +LQ04X001110 ADP-ribosylation factor 5.819133167 L4_control_B1 +LQ04X001110 ADP-ribosylation factor 5.725402896 L4_control_B2 +LQ04X001110 ADP-ribosylation factor 6.437200444 L4_control_B3 +LQ04X001110 ADP-ribosylation factor 6.340933157 L4_control_C2 +LQ04X001110 ADP-ribosylation factor 5.798551883 L4_control_C3 +LQ04X001110 ADP-ribosylation factor 5.376609114 L4_chemical_A1 +LQ04X001110 ADP-ribosylation factor 5.835759706 L4_chemical_A2 +LQ04X001110 ADP-ribosylation factor 6.577709107 L4_chemical_A3 +LQ04X001110 ADP-ribosylation factor 6.303122752 L4_chemical_B1 +LQ04X001110 ADP-ribosylation factor 5.694715869 L4_chemical_B2 +LQ04X001110 ADP-ribosylation factor 6.126930991 L4_chemical_B3 +LQ04X001110 ADP-ribosylation factor 5.405730222 L4_chemical_C2 +LQ04X001110 ADP-ribosylation factor 5.546670334 L4_chemical_C3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.309655542 C6_control_A1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.18052984 C6_control_A3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.859557096 C6_control_B1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.559772252 C6_control_B2 +LQ04X001140 Shaggy-related protein kinase epsilon 5.19070056 C6_control_B3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.524195663 C6_control_C1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.156963726 C6_control_C2 +LQ04X001140 Shaggy-related protein kinase epsilon 6.040159894 C6_control_C3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.120844388 C6_chemical_A1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.315609201 C6_chemical_A3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.629328915 C6_chemical_B1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.445590506 C6_chemical_B2 +LQ04X001140 Shaggy-related protein kinase epsilon 5.391304815 C6_chemical_B3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.047074491 C6_chemical_C1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.659352851 C6_chemical_C2 +LQ04X001140 Shaggy-related protein kinase epsilon 6.189176195 C6_chemical_C3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.442770183 L4_control_A1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.374482509 L4_control_A2 +LQ04X001140 Shaggy-related protein kinase epsilon 5.633462937 L4_control_A3 +LQ04X001140 Shaggy-related protein kinase epsilon 6.424026283 L4_control_B1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.714398208 L4_control_B2 +LQ04X001140 Shaggy-related protein kinase epsilon 5.48807954 L4_control_B3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.484202681 L4_control_C2 +LQ04X001140 Shaggy-related protein kinase epsilon 6.096681515 L4_control_C3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.126728182 L4_chemical_A1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.256303868 L4_chemical_A2 +LQ04X001140 Shaggy-related protein kinase epsilon 5.340001218 L4_chemical_A3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.745816122 L4_chemical_B1 +LQ04X001140 Shaggy-related protein kinase epsilon 5.718074136 L4_chemical_B2 +LQ04X001140 Shaggy-related protein kinase epsilon 5.403033627 L4_chemical_B3 +LQ04X001140 Shaggy-related protein kinase epsilon 5.933602773 L4_chemical_C2 +LQ04X001140 Shaggy-related protein kinase epsilon 5.045851277 L4_chemical_C3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.378137925 C6_control_A1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 6.227233534 C6_control_A3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.685618517 C6_control_B1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.641707622 C6_control_B2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.46549895 C6_control_B3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.321647142 C6_control_C1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.969558225 C6_control_C2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.373168422 C6_control_C3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.606354005 C6_chemical_A1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.659361175 C6_chemical_A3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.08529836 C6_chemical_B1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.369891527 C6_chemical_B2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.084165839 C6_chemical_B3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.330804445 C6_chemical_C1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.271132521 C6_chemical_C2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.006258329 C6_chemical_C3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.246270111 L4_control_A1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.270621377 L4_control_A2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.79135026 L4_control_A3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.427975509 L4_control_B1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.420045972 L4_control_B2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.133038723 L4_control_B3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.324690614 L4_control_C2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.250248625 L4_control_C3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.532962745 L4_chemical_A1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.136829363 L4_chemical_A2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.73960223 L4_chemical_A3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.575377715 L4_chemical_B1 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.592663602 L4_chemical_B2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.122428177 L4_chemical_B3 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.36953101 L4_chemical_C2 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.542740831 L4_chemical_C3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.61558292 C6_control_A1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.69715534 C6_control_A3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.56802724 C6_control_B1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.41881445 C6_control_B2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.00033169 C6_control_B3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.6089162 C6_control_C1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 14.0197025 C6_control_C2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 14.29437042 C6_control_C3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.37116813 C6_chemical_A1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.53013966 C6_chemical_A3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.45442047 C6_chemical_B1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.32960393 C6_chemical_B2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.91184469 C6_chemical_B3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.26357512 C6_chemical_C1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.47166171 C6_chemical_C2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 14.33200466 C6_chemical_C3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.52347223 L4_control_A1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.66597533 L4_control_A2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.00986367 L4_control_A3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.86894835 L4_control_B1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.16320915 L4_control_B2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.31108189 L4_control_B3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.85529715 L4_control_C2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.40648442 L4_control_C3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.87971194 L4_chemical_A1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.6381014 L4_chemical_A2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.21307413 L4_chemical_A3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.41315247 L4_chemical_B1 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.17798467 L4_chemical_B2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.21104123 L4_chemical_B3 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.89732089 L4_chemical_C2 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 13.36027063 L4_chemical_C3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.365056655 C6_control_A1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 4.949761878 C6_control_A3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 4.994802777 C6_control_B1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.10704838 C6_control_B2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.042075988 C6_control_B3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.111578357 C6_control_C1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.192867127 C6_control_C2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.761180224 C6_control_C3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.269282724 C6_chemical_A1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 4.949643529 C6_chemical_A3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.320529552 C6_chemical_B1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.085659133 C6_chemical_B2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.225689411 C6_chemical_B3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.345666152 C6_chemical_C1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.284582206 C6_chemical_C2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 6.057998674 C6_chemical_C3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 4.755082416 L4_control_A1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.074712882 L4_control_A2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.189293187 L4_control_A3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.157573621 L4_control_B1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.366878759 L4_control_B2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 4.989713432 L4_control_B3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.613372133 L4_control_C2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.332219372 L4_control_C3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.108422525 L4_chemical_A1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.131054628 L4_chemical_A2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.18672508 L4_chemical_A3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 4.943665901 L4_chemical_B1 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.557146279 L4_chemical_B2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 4.888894095 L4_chemical_B3 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.103401884 L4_chemical_C2 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.596350241 L4_chemical_C3 +LQ04X001330 Putative uncharacterized protein 5.269719155 C6_control_A1 +LQ04X001330 Putative uncharacterized protein 5.184089883 C6_control_A3 +LQ04X001330 Putative uncharacterized protein 5.394061086 C6_control_B1 +LQ04X001330 Putative uncharacterized protein 5.727465941 C6_control_B2 +LQ04X001330 Putative uncharacterized protein 5.163049626 C6_control_B3 +LQ04X001330 Putative uncharacterized protein 5.757133854 C6_control_C1 +LQ04X001330 Putative uncharacterized protein 5.854650426 C6_control_C2 +LQ04X001330 Putative uncharacterized protein 6.190229577 C6_control_C3 +LQ04X001330 Putative uncharacterized protein 5.042385362 C6_chemical_A1 +LQ04X001330 Putative uncharacterized protein 5.377380511 C6_chemical_A3 +LQ04X001330 Putative uncharacterized protein 5.714391698 C6_chemical_B1 +LQ04X001330 Putative uncharacterized protein 5.149422302 C6_chemical_B2 +LQ04X001330 Putative uncharacterized protein 5.415950247 C6_chemical_B3 +LQ04X001330 Putative uncharacterized protein 5.52951401 C6_chemical_C1 +LQ04X001330 Putative uncharacterized protein 5.816279944 C6_chemical_C2 +LQ04X001330 Putative uncharacterized protein 5.404389937 C6_chemical_C3 +LQ04X001330 Putative uncharacterized protein 5.442752269 L4_control_A1 +LQ04X001330 Putative uncharacterized protein 5.379026009 L4_control_A2 +LQ04X001330 Putative uncharacterized protein 4.884456064 L4_control_A3 +LQ04X001330 Putative uncharacterized protein 5.081257452 L4_control_B1 +LQ04X001330 Putative uncharacterized protein 5.173508842 L4_control_B2 +LQ04X001330 Putative uncharacterized protein 5.355038289 L4_control_B3 +LQ04X001330 Putative uncharacterized protein 5.737443008 L4_control_C2 +LQ04X001330 Putative uncharacterized protein 5.303148696 L4_control_C3 +LQ04X001330 Putative uncharacterized protein 5.211881806 L4_chemical_A1 +LQ04X001330 Putative uncharacterized protein 5.437263258 L4_chemical_A2 +LQ04X001330 Putative uncharacterized protein 5.239587732 L4_chemical_A3 +LQ04X001330 Putative uncharacterized protein 5.306082197 L4_chemical_B1 +LQ04X001330 Putative uncharacterized protein 5.250951142 L4_chemical_B2 +LQ04X001330 Putative uncharacterized protein 5.342931352 L4_chemical_B3 +LQ04X001330 Putative uncharacterized protein 5.712038254 L4_chemical_C2 +LQ04X001330 Putative uncharacterized protein 5.652533642 L4_chemical_C3 +LQ04X001350 Glutaredoxin 14.86177055 C6_control_A1 +LQ04X001350 Glutaredoxin 15.15177024 C6_control_A3 +LQ04X001350 Glutaredoxin 15.07533924 C6_control_B1 +LQ04X001350 Glutaredoxin 15.55035842 C6_control_B2 +LQ04X001350 Glutaredoxin 15.14603577 C6_control_B3 +LQ04X001350 Glutaredoxin 15.0858239 C6_control_C1 +LQ04X001350 Glutaredoxin 15.53745701 C6_control_C2 +LQ04X001350 Glutaredoxin 15.6272255 C6_control_C3 +LQ04X001350 Glutaredoxin 14.88863609 C6_chemical_A1 +LQ04X001350 Glutaredoxin 14.40001696 C6_chemical_A3 +LQ04X001350 Glutaredoxin 15.09495461 C6_chemical_B1 +LQ04X001350 Glutaredoxin 15.0036438 C6_chemical_B2 +LQ04X001350 Glutaredoxin 15.27459887 C6_chemical_B3 +LQ04X001350 Glutaredoxin 14.84180667 C6_chemical_C1 +LQ04X001350 Glutaredoxin 15.08758012 C6_chemical_C2 +LQ04X001350 Glutaredoxin 14.74500498 C6_chemical_C3 +LQ04X001350 Glutaredoxin 14.52411813 L4_control_A1 +LQ04X001350 Glutaredoxin 14.60465743 L4_control_A2 +LQ04X001350 Glutaredoxin 13.75708646 L4_control_A3 +LQ04X001350 Glutaredoxin 14.16156387 L4_control_B1 +LQ04X001350 Glutaredoxin 14.12043774 L4_control_B2 +LQ04X001350 Glutaredoxin 14.70004783 L4_control_B3 +LQ04X001350 Glutaredoxin 14.41674299 L4_control_C2 +LQ04X001350 Glutaredoxin 14.85971775 L4_control_C3 +LQ04X001350 Glutaredoxin 14.27592836 L4_chemical_A1 +LQ04X001350 Glutaredoxin 14.56315426 L4_chemical_A2 +LQ04X001350 Glutaredoxin 13.93590091 L4_chemical_A3 +LQ04X001350 Glutaredoxin 14.47338826 L4_chemical_B1 +LQ04X001350 Glutaredoxin 14.31668417 L4_chemical_B2 +LQ04X001350 Glutaredoxin 14.44541104 L4_chemical_B3 +LQ04X001350 Glutaredoxin 14.63959783 L4_chemical_C2 +LQ04X001350 Glutaredoxin 14.91599409 L4_chemical_C3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.82338644 C6_control_A1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.16122698 C6_control_A3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 9.865885499 C6_control_B1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.28031734 C6_control_B2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 9.401160176 C6_control_B3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 12.11541953 C6_control_C1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 12.09592513 C6_control_C2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.83766031 C6_control_C3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.57428209 C6_chemical_A1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.08775316 C6_chemical_A3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 8.896920142 C6_chemical_B1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.98098881 C6_chemical_B2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 9.296285508 C6_chemical_B3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.64672535 C6_chemical_C1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.90414242 C6_chemical_C2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.27383149 C6_chemical_C3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.23724885 L4_control_A1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.96285568 L4_control_A2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.15681106 L4_control_A3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 8.653312114 L4_control_B1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 8.826799484 L4_control_B2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 9.840471518 L4_control_B3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.99644008 L4_control_C2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.53777663 L4_control_C3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.05853973 L4_chemical_A1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.16268114 L4_chemical_A2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 9.83835477 L4_chemical_A3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 8.950431069 L4_chemical_B1 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 8.756214568 L4_chemical_B2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 9.76720011 L4_chemical_B3 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 11.16200499 L4_chemical_C2 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.64943113 L4_chemical_C3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.68945267 C6_control_A1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.42850897 C6_control_A3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.17284845 C6_control_B1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.63521743 C6_control_B2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.2805703 C6_control_B3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.07558748 C6_control_C1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.40263537 C6_control_C2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 10.68851707 C6_control_C3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.57137081 C6_chemical_A1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.04063559 C6_chemical_A3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.06267682 C6_chemical_B1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.65728851 C6_chemical_B2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 10.59506807 C6_chemical_B3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.04518579 C6_chemical_C1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.37521083 C6_chemical_C2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 10.45409693 C6_chemical_C3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 10.75202838 L4_control_A1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.90473204 L4_control_A2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.2427376 L4_control_A3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.11493701 L4_control_B1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.40284901 L4_control_B2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 10.85988492 L4_control_B3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 12.07155851 L4_control_C2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.32840906 L4_control_C3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 10.28853459 L4_chemical_A1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.63618314 L4_chemical_A2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 10.82475067 L4_chemical_A3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.09975921 L4_chemical_B1 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.94374218 L4_chemical_B2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 10.71940502 L4_chemical_B3 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 12.09631733 L4_chemical_C2 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.32119718 L4_chemical_C3 +LQ04X001480 Predicted protein 5.57034443 C6_control_A1 +LQ04X001480 Predicted protein 5.109011852 C6_control_A3 +LQ04X001480 Predicted protein 5.529154104 C6_control_B1 +LQ04X001480 Predicted protein 5.723562954 C6_control_B2 +LQ04X001480 Predicted protein 5.626917876 C6_control_B3 +LQ04X001480 Predicted protein 5.386518959 C6_control_C1 +LQ04X001480 Predicted protein 5.470817761 C6_control_C2 +LQ04X001480 Predicted protein 5.573809299 C6_control_C3 +LQ04X001480 Predicted protein 5.694485312 C6_chemical_A1 +LQ04X001480 Predicted protein 5.743847258 C6_chemical_A3 +LQ04X001480 Predicted protein 5.591732002 C6_chemical_B1 +LQ04X001480 Predicted protein 5.539626414 C6_chemical_B2 +LQ04X001480 Predicted protein 5.742677269 C6_chemical_B3 +LQ04X001480 Predicted protein 5.51472971 C6_chemical_C1 +LQ04X001480 Predicted protein 5.657069768 C6_chemical_C2 +LQ04X001480 Predicted protein 5.520091692 C6_chemical_C3 +LQ04X001480 Predicted protein 5.765518828 L4_control_A1 +LQ04X001480 Predicted protein 5.102974722 L4_control_A2 +LQ04X001480 Predicted protein 5.277741976 L4_control_A3 +LQ04X001480 Predicted protein 5.699585996 L4_control_B1 +LQ04X001480 Predicted protein 6.072576309 L4_control_B2 +LQ04X001480 Predicted protein 5.205598003 L4_control_B3 +LQ04X001480 Predicted protein 6.095977502 L4_control_C2 +LQ04X001480 Predicted protein 6.199028613 L4_control_C3 +LQ04X001480 Predicted protein 5.543891613 L4_chemical_A1 +LQ04X001480 Predicted protein 6.035412663 L4_chemical_A2 +LQ04X001480 Predicted protein 5.911694342 L4_chemical_A3 +LQ04X001480 Predicted protein 5.53759424 L4_chemical_B1 +LQ04X001480 Predicted protein 5.444668389 L4_chemical_B2 +LQ04X001480 Predicted protein 5.551105686 L4_chemical_B3 +LQ04X001480 Predicted protein 5.933151704 L4_chemical_C2 +LQ04X001480 Predicted protein 5.61516851 L4_chemical_C3 +LQ04X001540 Putative uncharacterized protein 5.557549357 C6_control_A1 +LQ04X001540 Putative uncharacterized protein 5.045482074 C6_control_A3 +LQ04X001540 Putative uncharacterized protein 5.42938391 C6_control_B1 +LQ04X001540 Putative uncharacterized protein 5.683239661 C6_control_B2 +LQ04X001540 Putative uncharacterized protein 5.627607741 C6_control_B3 +LQ04X001540 Putative uncharacterized protein 6.901861232 C6_control_C1 +LQ04X001540 Putative uncharacterized protein 5.596217019 C6_control_C2 +LQ04X001540 Putative uncharacterized protein 5.746308171 C6_control_C3 +LQ04X001540 Putative uncharacterized protein 5.810992412 C6_chemical_A1 +LQ04X001540 Putative uncharacterized protein 6.091643707 C6_chemical_A3 +LQ04X001540 Putative uncharacterized protein 5.387777227 C6_chemical_B1 +LQ04X001540 Putative uncharacterized protein 6.199491012 C6_chemical_B2 +LQ04X001540 Putative uncharacterized protein 6.118145818 C6_chemical_B3 +LQ04X001540 Putative uncharacterized protein 7.185849418 C6_chemical_C1 +LQ04X001540 Putative uncharacterized protein 6.650127927 C6_chemical_C2 +LQ04X001540 Putative uncharacterized protein 6.691776067 C6_chemical_C3 +LQ04X001540 Putative uncharacterized protein 6.724908503 L4_control_A1 +LQ04X001540 Putative uncharacterized protein 5.743331717 L4_control_A2 +LQ04X001540 Putative uncharacterized protein 5.415455933 L4_control_A3 +LQ04X001540 Putative uncharacterized protein 5.796623619 L4_control_B1 +LQ04X001540 Putative uncharacterized protein 5.909405446 L4_control_B2 +LQ04X001540 Putative uncharacterized protein 6.796997144 L4_control_B3 +LQ04X001540 Putative uncharacterized protein 6.184029109 L4_control_C2 +LQ04X001540 Putative uncharacterized protein 7.329550555 L4_control_C3 +LQ04X001540 Putative uncharacterized protein 6.4246439 L4_chemical_A1 +LQ04X001540 Putative uncharacterized protein 5.8223285 L4_chemical_A2 +LQ04X001540 Putative uncharacterized protein 5.997791347 L4_chemical_A3 +LQ04X001540 Putative uncharacterized protein 5.623385471 L4_chemical_B1 +LQ04X001540 Putative uncharacterized protein 5.850552495 L4_chemical_B2 +LQ04X001540 Putative uncharacterized protein 6.295028543 L4_chemical_B3 +LQ04X001540 Putative uncharacterized protein 5.83167255 L4_chemical_C2 +LQ04X001540 Putative uncharacterized protein 7.70944708 L4_chemical_C3 +LQ04X001560 Oleosin 18.2 kDa 6.462052235 C6_control_A1 +LQ04X001560 Oleosin 18.2 kDa 6.039231028 C6_control_A3 +LQ04X001560 Oleosin 18.2 kDa 6.290957463 C6_control_B1 +LQ04X001560 Oleosin 18.2 kDa 5.765067059 C6_control_B2 +LQ04X001560 Oleosin 18.2 kDa 6.437351906 C6_control_B3 +LQ04X001560 Oleosin 18.2 kDa 6.239316756 C6_control_C1 +LQ04X001560 Oleosin 18.2 kDa 5.978254057 C6_control_C2 +LQ04X001560 Oleosin 18.2 kDa 6.553525778 C6_control_C3 +LQ04X001560 Oleosin 18.2 kDa 6.618077488 C6_chemical_A1 +LQ04X001560 Oleosin 18.2 kDa 6.569698883 C6_chemical_A3 +LQ04X001560 Oleosin 18.2 kDa 6.09520622 C6_chemical_B1 +LQ04X001560 Oleosin 18.2 kDa 5.963367783 C6_chemical_B2 +LQ04X001560 Oleosin 18.2 kDa 6.599739969 C6_chemical_B3 +LQ04X001560 Oleosin 18.2 kDa 5.972150714 C6_chemical_C1 +LQ04X001560 Oleosin 18.2 kDa 6.17620294 C6_chemical_C2 +LQ04X001560 Oleosin 18.2 kDa 6.031669184 C6_chemical_C3 +LQ04X001560 Oleosin 18.2 kDa 6.491644722 L4_control_A1 +LQ04X001560 Oleosin 18.2 kDa 6.388476726 L4_control_A2 +LQ04X001560 Oleosin 18.2 kDa 6.913453529 L4_control_A3 +LQ04X001560 Oleosin 18.2 kDa 6.170717312 L4_control_B1 +LQ04X001560 Oleosin 18.2 kDa 6.223972608 L4_control_B2 +LQ04X001560 Oleosin 18.2 kDa 6.284871782 L4_control_B3 +LQ04X001560 Oleosin 18.2 kDa 5.656060663 L4_control_C2 +LQ04X001560 Oleosin 18.2 kDa 5.715195417 L4_control_C3 +LQ04X001560 Oleosin 18.2 kDa 6.52148362 L4_chemical_A1 +LQ04X001560 Oleosin 18.2 kDa 6.809750772 L4_chemical_A2 +LQ04X001560 Oleosin 18.2 kDa 6.859479995 L4_chemical_A3 +LQ04X001560 Oleosin 18.2 kDa 6.45757422 L4_chemical_B1 +LQ04X001560 Oleosin 18.2 kDa 6.287983678 L4_chemical_B2 +LQ04X001560 Oleosin 18.2 kDa 6.084157101 L4_chemical_B3 +LQ04X001560 Oleosin 18.2 kDa 6.415525689 L4_chemical_C2 +LQ04X001560 Oleosin 18.2 kDa 6.150657697 L4_chemical_C3 +LQ04X001570 LOB domain-containing protein 25 5.919431985 C6_control_A1 +LQ04X001570 LOB domain-containing protein 25 6.797289123 C6_control_A3 +LQ04X001570 LOB domain-containing protein 25 6.287350588 C6_control_B1 +LQ04X001570 LOB domain-containing protein 25 4.874232654 C6_control_B2 +LQ04X001570 LOB domain-containing protein 25 5.340690474 C6_control_B3 +LQ04X001570 LOB domain-containing protein 25 7.229579319 C6_control_C1 +LQ04X001570 LOB domain-containing protein 25 6.008141939 C6_control_C2 +LQ04X001570 LOB domain-containing protein 25 7.435946106 C6_control_C3 +LQ04X001570 LOB domain-containing protein 25 5.874090764 C6_chemical_A1 +LQ04X001570 LOB domain-containing protein 25 6.329323596 C6_chemical_A3 +LQ04X001570 LOB domain-containing protein 25 5.042616483 C6_chemical_B1 +LQ04X001570 LOB domain-containing protein 25 5.007728757 C6_chemical_B2 +LQ04X001570 LOB domain-containing protein 25 5.547771393 C6_chemical_B3 +LQ04X001570 LOB domain-containing protein 25 6.01548319 C6_chemical_C1 +LQ04X001570 LOB domain-containing protein 25 5.817394344 C6_chemical_C2 +LQ04X001570 LOB domain-containing protein 25 6.491663289 C6_chemical_C3 +LQ04X001570 LOB domain-containing protein 25 6.537479604 L4_control_A1 +LQ04X001570 LOB domain-containing protein 25 5.391139158 L4_control_A2 +LQ04X001570 LOB domain-containing protein 25 4.844296629 L4_control_A3 +LQ04X001570 LOB domain-containing protein 25 4.86461552 L4_control_B1 +LQ04X001570 LOB domain-containing protein 25 5.839916331 L4_control_B2 +LQ04X001570 LOB domain-containing protein 25 5.309124879 L4_control_B3 +LQ04X001570 LOB domain-containing protein 25 6.269796842 L4_control_C2 +LQ04X001570 LOB domain-containing protein 25 7.468518909 L4_control_C3 +LQ04X001570 LOB domain-containing protein 25 5.614766554 L4_chemical_A1 +LQ04X001570 LOB domain-containing protein 25 5.218489754 L4_chemical_A2 +LQ04X001570 LOB domain-containing protein 25 4.946054376 L4_chemical_A3 +LQ04X001570 LOB domain-containing protein 25 4.881578868 L4_chemical_B1 +LQ04X001570 LOB domain-containing protein 25 4.98579648 L4_chemical_B2 +LQ04X001570 LOB domain-containing protein 25 5.35292494 L4_chemical_B3 +LQ04X001570 LOB domain-containing protein 25 5.560023634 L4_chemical_C2 +LQ04X001570 LOB domain-containing protein 25 6.314642728 L4_chemical_C3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.89443394 C6_control_A1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.86971216 C6_control_A3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 13.11734031 C6_control_B1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.18855032 C6_control_B2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.88981572 C6_control_B3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.31174442 C6_control_C1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.22050289 C6_control_C2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.204916 C6_control_C3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.55643995 C6_chemical_A1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 13.00029536 C6_chemical_A3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.85588384 C6_chemical_B1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.35604115 C6_chemical_B2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.82880028 C6_chemical_B3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.20263626 C6_chemical_C1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.21933915 C6_chemical_C2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.26441488 C6_chemical_C3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.28942858 L4_control_A1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.18659315 L4_control_A2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.18944374 L4_control_A3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.46055974 L4_control_B1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 13.00275474 L4_control_B2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.02706894 L4_control_B3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.7299095 L4_control_C2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.28384176 L4_control_C3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.32757176 L4_chemical_A1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.25600248 L4_chemical_A2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.35276211 L4_chemical_A3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.6770607 L4_chemical_B1 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.58770337 L4_chemical_B2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.22706234 L4_chemical_B3 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.73126395 L4_chemical_C2 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.53385075 L4_chemical_C3 +LQ04X001610 Putative Pescadillo homolog 12.5723233 C6_control_A1 +LQ04X001610 Putative Pescadillo homolog 12.7918796 C6_control_A3 +LQ04X001610 Putative Pescadillo homolog 12.37932816 C6_control_B1 +LQ04X001610 Putative Pescadillo homolog 11.73555876 C6_control_B2 +LQ04X001610 Putative Pescadillo homolog 12.01955251 C6_control_B3 +LQ04X001610 Putative Pescadillo homolog 12.09599686 C6_control_C1 +LQ04X001610 Putative Pescadillo homolog 11.93948381 C6_control_C2 +LQ04X001610 Putative Pescadillo homolog 12.06287204 C6_control_C3 +LQ04X001610 Putative Pescadillo homolog 12.35413447 C6_chemical_A1 +LQ04X001610 Putative Pescadillo homolog 12.92703941 C6_chemical_A3 +LQ04X001610 Putative Pescadillo homolog 12.06307039 C6_chemical_B1 +LQ04X001610 Putative Pescadillo homolog 11.53326979 C6_chemical_B2 +LQ04X001610 Putative Pescadillo homolog 11.82047293 C6_chemical_B3 +LQ04X001610 Putative Pescadillo homolog 12.02147382 C6_chemical_C1 +LQ04X001610 Putative Pescadillo homolog 11.85387684 C6_chemical_C2 +LQ04X001610 Putative Pescadillo homolog 11.89604917 C6_chemical_C3 +LQ04X001610 Putative Pescadillo homolog 12.85057056 L4_control_A1 +LQ04X001610 Putative Pescadillo homolog 11.99300895 L4_control_A2 +LQ04X001610 Putative Pescadillo homolog 12.55133942 L4_control_A3 +LQ04X001610 Putative Pescadillo homolog 12.1464328 L4_control_B1 +LQ04X001610 Putative Pescadillo homolog 12.03274723 L4_control_B2 +LQ04X001610 Putative Pescadillo homolog 12.14517864 L4_control_B3 +LQ04X001610 Putative Pescadillo homolog 12.87415644 L4_control_C2 +LQ04X001610 Putative Pescadillo homolog 12.56096382 L4_control_C3 +LQ04X001610 Putative Pescadillo homolog 13.06856561 L4_chemical_A1 +LQ04X001610 Putative Pescadillo homolog 11.53940167 L4_chemical_A2 +LQ04X001610 Putative Pescadillo homolog 12.25098312 L4_chemical_A3 +LQ04X001610 Putative Pescadillo homolog 12.0825182 L4_chemical_B1 +LQ04X001610 Putative Pescadillo homolog 11.93257425 L4_chemical_B2 +LQ04X001610 Putative Pescadillo homolog 12.02739622 L4_chemical_B3 +LQ04X001610 Putative Pescadillo homolog 12.94677654 L4_chemical_C2 +LQ04X001610 Putative Pescadillo homolog 12.47163708 L4_chemical_C3 +LQ04X001630 40S ribosomal protein S17-4 6.326698189 C6_control_A1 +LQ04X001630 40S ribosomal protein S17-4 6.103117101 C6_control_A3 +LQ04X001630 40S ribosomal protein S17-4 6.677399336 C6_control_B1 +LQ04X001630 40S ribosomal protein S17-4 7.372746791 C6_control_B2 +LQ04X001630 40S ribosomal protein S17-4 5.900147875 C6_control_B3 +LQ04X001630 40S ribosomal protein S17-4 7.162912849 C6_control_C1 +LQ04X001630 40S ribosomal protein S17-4 7.661885849 C6_control_C2 +LQ04X001630 40S ribosomal protein S17-4 7.657930854 C6_control_C3 +LQ04X001630 40S ribosomal protein S17-4 6.156743027 C6_chemical_A1 +LQ04X001630 40S ribosomal protein S17-4 5.747252299 C6_chemical_A3 +LQ04X001630 40S ribosomal protein S17-4 6.80657015 C6_chemical_B1 +LQ04X001630 40S ribosomal protein S17-4 7.419219303 C6_chemical_B2 +LQ04X001630 40S ribosomal protein S17-4 6.003352735 C6_chemical_B3 +LQ04X001630 40S ribosomal protein S17-4 6.507547716 C6_chemical_C1 +LQ04X001630 40S ribosomal protein S17-4 6.897399805 C6_chemical_C2 +LQ04X001630 40S ribosomal protein S17-4 6.296275836 C6_chemical_C3 +LQ04X001630 40S ribosomal protein S17-4 5.917016289 L4_control_A1 +LQ04X001630 40S ribosomal protein S17-4 5.458193554 L4_control_A2 +LQ04X001630 40S ribosomal protein S17-4 5.772699746 L4_control_A3 +LQ04X001630 40S ribosomal protein S17-4 6.145992649 L4_control_B1 +LQ04X001630 40S ribosomal protein S17-4 5.519459014 L4_control_B2 +LQ04X001630 40S ribosomal protein S17-4 5.965972992 L4_control_B3 +LQ04X001630 40S ribosomal protein S17-4 5.344403462 L4_control_C2 +LQ04X001630 40S ribosomal protein S17-4 5.436716542 L4_control_C3 +LQ04X001630 40S ribosomal protein S17-4 5.595500277 L4_chemical_A1 +LQ04X001630 40S ribosomal protein S17-4 5.599699046 L4_chemical_A2 +LQ04X001630 40S ribosomal protein S17-4 5.074327607 L4_chemical_A3 +LQ04X001630 40S ribosomal protein S17-4 5.816883336 L4_chemical_B1 +LQ04X001630 40S ribosomal protein S17-4 5.646287507 L4_chemical_B2 +LQ04X001630 40S ribosomal protein S17-4 6.334055462 L4_chemical_B3 +LQ04X001630 40S ribosomal protein S17-4 5.861078361 L4_chemical_C2 +LQ04X001630 40S ribosomal protein S17-4 5.63261444 L4_chemical_C3 +LQ04X001640 Hypothetical protein 4.876447802 C6_control_A1 +LQ04X001640 Hypothetical protein 5.220261735 C6_control_A3 +LQ04X001640 Hypothetical protein 5.264503711 C6_control_B1 +LQ04X001640 Hypothetical protein 4.999645793 C6_control_B2 +LQ04X001640 Hypothetical protein 5.313295241 C6_control_B3 +LQ04X001640 Hypothetical protein 4.949255152 C6_control_C1 +LQ04X001640 Hypothetical protein 6.150776439 C6_control_C2 +LQ04X001640 Hypothetical protein 5.103190606 C6_control_C3 +LQ04X001640 Hypothetical protein 5.796857501 C6_chemical_A1 +LQ04X001640 Hypothetical protein 5.020343914 C6_chemical_A3 +LQ04X001640 Hypothetical protein 5.158478993 C6_chemical_B1 +LQ04X001640 Hypothetical protein 5.272433732 C6_chemical_B2 +LQ04X001640 Hypothetical protein 5.107704712 C6_chemical_B3 +LQ04X001640 Hypothetical protein 5.996916857 C6_chemical_C1 +LQ04X001640 Hypothetical protein 5.717923739 C6_chemical_C2 +LQ04X001640 Hypothetical protein 5.747154835 C6_chemical_C3 +LQ04X001640 Hypothetical protein 5.588394455 L4_control_A1 +LQ04X001640 Hypothetical protein 5.299728608 L4_control_A2 +LQ04X001640 Hypothetical protein 5.344326404 L4_control_A3 +LQ04X001640 Hypothetical protein 5.505069782 L4_control_B1 +LQ04X001640 Hypothetical protein 5.428783953 L4_control_B2 +LQ04X001640 Hypothetical protein 5.282215761 L4_control_B3 +LQ04X001640 Hypothetical protein 6.331567755 L4_control_C2 +LQ04X001640 Hypothetical protein 5.308582001 L4_control_C3 +LQ04X001640 Hypothetical protein 5.744376102 L4_chemical_A1 +LQ04X001640 Hypothetical protein 5.726388071 L4_chemical_A2 +LQ04X001640 Hypothetical protein 5.167948751 L4_chemical_A3 +LQ04X001640 Hypothetical protein 5.592600262 L4_chemical_B1 +LQ04X001640 Hypothetical protein 5.312277328 L4_chemical_B2 +LQ04X001640 Hypothetical protein 5.30047208 L4_chemical_B3 +LQ04X001640 Hypothetical protein 5.46487848 L4_chemical_C2 +LQ04X001640 Hypothetical protein 5.391359823 L4_chemical_C3 +LQ04X001650 Predicted protein 5.289527637 C6_control_A1 +LQ04X001650 Predicted protein 5.027256239 C6_control_A3 +LQ04X001650 Predicted protein 5.069787734 C6_control_B1 +LQ04X001650 Predicted protein 5.274295999 C6_control_B2 +LQ04X001650 Predicted protein 5.25577342 C6_control_B3 +LQ04X001650 Predicted protein 4.794107459 C6_control_C1 +LQ04X001650 Predicted protein 5.091758287 C6_control_C2 +LQ04X001650 Predicted protein 5.082109929 C6_control_C3 +LQ04X001650 Predicted protein 5.529806486 C6_chemical_A1 +LQ04X001650 Predicted protein 5.363645381 C6_chemical_A3 +LQ04X001650 Predicted protein 5.303201459 C6_chemical_B1 +LQ04X001650 Predicted protein 5.170187192 C6_chemical_B2 +LQ04X001650 Predicted protein 5.654746102 C6_chemical_B3 +LQ04X001650 Predicted protein 4.834162012 C6_chemical_C1 +LQ04X001650 Predicted protein 5.054754007 C6_chemical_C2 +LQ04X001650 Predicted protein 5.01696788 C6_chemical_C3 +LQ04X001650 Predicted protein 5.353625851 L4_control_A1 +LQ04X001650 Predicted protein 5.203515986 L4_control_A2 +LQ04X001650 Predicted protein 5.619851165 L4_control_A3 +LQ04X001650 Predicted protein 5.532991265 L4_control_B1 +LQ04X001650 Predicted protein 4.960289124 L4_control_B2 +LQ04X001650 Predicted protein 5.051791832 L4_control_B3 +LQ04X001650 Predicted protein 5.867262973 L4_control_C2 +LQ04X001650 Predicted protein 5.46391079 L4_control_C3 +LQ04X001650 Predicted protein 5.249756446 L4_chemical_A1 +LQ04X001650 Predicted protein 5.153800997 L4_chemical_A2 +LQ04X001650 Predicted protein 5.6829834 L4_chemical_A3 +LQ04X001650 Predicted protein 5.031158936 L4_chemical_B1 +LQ04X001650 Predicted protein 5.567230545 L4_chemical_B2 +LQ04X001650 Predicted protein 5.064649696 L4_chemical_B3 +LQ04X001650 Predicted protein 5.639757161 L4_chemical_C2 +LQ04X001650 Predicted protein 5.360827399 L4_chemical_C3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.130854882 C6_control_A1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.669784579 C6_control_A3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.549032319 C6_control_B1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.542895613 C6_control_B2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.879695497 C6_control_B3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.92230136 C6_control_C1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.032164206 C6_control_C2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.738991158 C6_control_C3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.055395001 C6_chemical_A1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.804612648 C6_chemical_A3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.951841059 C6_chemical_B1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.768109995 C6_chemical_B2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.474338981 C6_chemical_B3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.718566628 C6_chemical_C1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.81717309 C6_chemical_C2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.379798528 C6_chemical_C3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.858398178 L4_control_A1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.487046214 L4_control_A2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.549801227 L4_control_A3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.843311545 L4_control_B1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.412904561 L4_control_B2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.775908996 L4_control_B3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.487391938 L4_control_C2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.795255082 L4_control_C3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.278646028 L4_chemical_A1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.227542971 L4_chemical_A2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.876939738 L4_chemical_A3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.774325047 L4_chemical_B1 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.737124484 L4_chemical_B2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.081045615 L4_chemical_B3 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.707580881 L4_chemical_C2 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 5.908514219 L4_chemical_C3 +LQ04X001720 Hypothetical protein 4.633810853 C6_control_A1 +LQ04X001720 Hypothetical protein 4.454237758 C6_control_A3 +LQ04X001720 Hypothetical protein 5.252480082 C6_control_B1 +LQ04X001720 Hypothetical protein 4.613150251 C6_control_B2 +LQ04X001720 Hypothetical protein 4.535254605 C6_control_B3 +LQ04X001720 Hypothetical protein 4.658621545 C6_control_C1 +LQ04X001720 Hypothetical protein 4.5312843 C6_control_C2 +LQ04X001720 Hypothetical protein 4.700788442 C6_control_C3 +LQ04X001720 Hypothetical protein 4.448844431 C6_chemical_A1 +LQ04X001720 Hypothetical protein 4.781542115 C6_chemical_A3 +LQ04X001720 Hypothetical protein 4.787670483 C6_chemical_B1 +LQ04X001720 Hypothetical protein 4.602029149 C6_chemical_B2 +LQ04X001720 Hypothetical protein 4.916677635 C6_chemical_B3 +LQ04X001720 Hypothetical protein 4.617373245 C6_chemical_C1 +LQ04X001720 Hypothetical protein 4.53616412 C6_chemical_C2 +LQ04X001720 Hypothetical protein 4.605164267 C6_chemical_C3 +LQ04X001720 Hypothetical protein 4.551564286 L4_control_A1 +LQ04X001720 Hypothetical protein 4.580082869 L4_control_A2 +LQ04X001720 Hypothetical protein 4.720806131 L4_control_A3 +LQ04X001720 Hypothetical protein 4.776081865 L4_control_B1 +LQ04X001720 Hypothetical protein 4.679926602 L4_control_B2 +LQ04X001720 Hypothetical protein 4.844440408 L4_control_B3 +LQ04X001720 Hypothetical protein 5.126535548 L4_control_C2 +LQ04X001720 Hypothetical protein 5.191478352 L4_control_C3 +LQ04X001720 Hypothetical protein 4.768463008 L4_chemical_A1 +LQ04X001720 Hypothetical protein 4.690847918 L4_chemical_A2 +LQ04X001720 Hypothetical protein 4.496915985 L4_chemical_A3 +LQ04X001720 Hypothetical protein 4.855502474 L4_chemical_B1 +LQ04X001720 Hypothetical protein 4.740462449 L4_chemical_B2 +LQ04X001720 Hypothetical protein 4.524117394 L4_chemical_B3 +LQ04X001720 Hypothetical protein 4.887814471 L4_chemical_C2 +LQ04X001720 Hypothetical protein 4.940926497 L4_chemical_C3 +LQ04X001730 Putative uncharacterized protein 13.39419526 C6_control_A1 +LQ04X001730 Putative uncharacterized protein 12.62857104 C6_control_A3 +LQ04X001730 Putative uncharacterized protein 13.65870296 C6_control_B1 +LQ04X001730 Putative uncharacterized protein 13.75575547 C6_control_B2 +LQ04X001730 Putative uncharacterized protein 13.69553114 C6_control_B3 +LQ04X001730 Putative uncharacterized protein 14.07693328 C6_control_C1 +LQ04X001730 Putative uncharacterized protein 14.12965439 C6_control_C2 +LQ04X001730 Putative uncharacterized protein 14.02352873 C6_control_C3 +LQ04X001730 Putative uncharacterized protein 13.17441989 C6_chemical_A1 +LQ04X001730 Putative uncharacterized protein 12.45942168 C6_chemical_A3 +LQ04X001730 Putative uncharacterized protein 13.55313726 C6_chemical_B1 +LQ04X001730 Putative uncharacterized protein 13.92954913 C6_chemical_B2 +LQ04X001730 Putative uncharacterized protein 13.69727873 C6_chemical_B3 +LQ04X001730 Putative uncharacterized protein 14.05952017 C6_chemical_C1 +LQ04X001730 Putative uncharacterized protein 14.06036079 C6_chemical_C2 +LQ04X001730 Putative uncharacterized protein 14.03729786 C6_chemical_C3 +LQ04X001730 Putative uncharacterized protein 12.47477685 L4_control_A1 +LQ04X001730 Putative uncharacterized protein 12.85405479 L4_control_A2 +LQ04X001730 Putative uncharacterized protein 12.15292467 L4_control_A3 +LQ04X001730 Putative uncharacterized protein 13.52520934 L4_control_B1 +LQ04X001730 Putative uncharacterized protein 13.17030805 L4_control_B2 +LQ04X001730 Putative uncharacterized protein 13.67150762 L4_control_B3 +LQ04X001730 Putative uncharacterized protein 13.60642631 L4_control_C2 +LQ04X001730 Putative uncharacterized protein 13.75859576 L4_control_C3 +LQ04X001730 Putative uncharacterized protein 12.38300412 L4_chemical_A1 +LQ04X001730 Putative uncharacterized protein 13.11166034 L4_chemical_A2 +LQ04X001730 Putative uncharacterized protein 12.2140125 L4_chemical_A3 +LQ04X001730 Putative uncharacterized protein 13.51589321 L4_chemical_B1 +LQ04X001730 Putative uncharacterized protein 13.58574239 L4_chemical_B2 +LQ04X001730 Putative uncharacterized protein 13.43508714 L4_chemical_B3 +LQ04X001730 Putative uncharacterized protein 13.79203583 L4_chemical_C2 +LQ04X001730 Putative uncharacterized protein 13.95566102 L4_chemical_C3 +LQ04X001740 Protein kinase PVPK-1 10.62813795 C6_control_A1 +LQ04X001740 Protein kinase PVPK-1 10.39946095 C6_control_A3 +LQ04X001740 Protein kinase PVPK-1 10.92864986 C6_control_B1 +LQ04X001740 Protein kinase PVPK-1 10.2532854 C6_control_B2 +LQ04X001740 Protein kinase PVPK-1 10.78598832 C6_control_B3 +LQ04X001740 Protein kinase PVPK-1 8.977849516 C6_control_C1 +LQ04X001740 Protein kinase PVPK-1 9.653610468 C6_control_C2 +LQ04X001740 Protein kinase PVPK-1 9.585810827 C6_control_C3 +LQ04X001740 Protein kinase PVPK-1 11.06751976 C6_chemical_A1 +LQ04X001740 Protein kinase PVPK-1 10.74796533 C6_chemical_A3 +LQ04X001740 Protein kinase PVPK-1 11.32377262 C6_chemical_B1 +LQ04X001740 Protein kinase PVPK-1 10.68389144 C6_chemical_B2 +LQ04X001740 Protein kinase PVPK-1 11.4358658 C6_chemical_B3 +LQ04X001740 Protein kinase PVPK-1 9.250574513 C6_chemical_C1 +LQ04X001740 Protein kinase PVPK-1 9.38712519 C6_chemical_C2 +LQ04X001740 Protein kinase PVPK-1 9.493951514 C6_chemical_C3 +LQ04X001740 Protein kinase PVPK-1 10.96394794 L4_control_A1 +LQ04X001740 Protein kinase PVPK-1 10.85207628 L4_control_A2 +LQ04X001740 Protein kinase PVPK-1 11.19273458 L4_control_A3 +LQ04X001740 Protein kinase PVPK-1 11.39009808 L4_control_B1 +LQ04X001740 Protein kinase PVPK-1 11.77582179 L4_control_B2 +LQ04X001740 Protein kinase PVPK-1 11.76575514 L4_control_B3 +LQ04X001740 Protein kinase PVPK-1 10.36926784 L4_control_C2 +LQ04X001740 Protein kinase PVPK-1 11.15435252 L4_control_C3 +LQ04X001740 Protein kinase PVPK-1 10.50477931 L4_chemical_A1 +LQ04X001740 Protein kinase PVPK-1 10.51087937 L4_chemical_A2 +LQ04X001740 Protein kinase PVPK-1 11.04557478 L4_chemical_A3 +LQ04X001740 Protein kinase PVPK-1 11.2476053 L4_chemical_B1 +LQ04X001740 Protein kinase PVPK-1 11.25207753 L4_chemical_B2 +LQ04X001740 Protein kinase PVPK-1 11.6577219 L4_chemical_B3 +LQ04X001740 Protein kinase PVPK-1 10.50358661 L4_chemical_C2 +LQ04X001740 Protein kinase PVPK-1 10.57721886 L4_chemical_C3 +LQ04X001750 Predicted protein 12.64036863 C6_control_A1 +LQ04X001750 Predicted protein 12.6959953 C6_control_A3 +LQ04X001750 Predicted protein 12.80944847 C6_control_B1 +LQ04X001750 Predicted protein 12.74566495 C6_control_B2 +LQ04X001750 Predicted protein 13.27353682 C6_control_B3 +LQ04X001750 Predicted protein 12.64603792 C6_control_C1 +LQ04X001750 Predicted protein 12.82694524 C6_control_C2 +LQ04X001750 Predicted protein 13.16897946 C6_control_C3 +LQ04X001750 Predicted protein 12.5648348 C6_chemical_A1 +LQ04X001750 Predicted protein 12.50152583 C6_chemical_A3 +LQ04X001750 Predicted protein 13.00980012 C6_chemical_B1 +LQ04X001750 Predicted protein 12.92605898 C6_chemical_B2 +LQ04X001750 Predicted protein 13.25665035 C6_chemical_B3 +LQ04X001750 Predicted protein 12.62361972 C6_chemical_C1 +LQ04X001750 Predicted protein 12.60623809 C6_chemical_C2 +LQ04X001750 Predicted protein 13.24736835 C6_chemical_C3 +LQ04X001750 Predicted protein 12.20934278 L4_control_A1 +LQ04X001750 Predicted protein 12.6905007 L4_control_A2 +LQ04X001750 Predicted protein 12.09396146 L4_control_A3 +LQ04X001750 Predicted protein 12.56015739 L4_control_B1 +LQ04X001750 Predicted protein 12.60477816 L4_control_B2 +LQ04X001750 Predicted protein 13.20632381 L4_control_B3 +LQ04X001750 Predicted protein 12.72269666 L4_control_C2 +LQ04X001750 Predicted protein 12.94231389 L4_control_C3 +LQ04X001750 Predicted protein 12.35469014 L4_chemical_A1 +LQ04X001750 Predicted protein 12.65495096 L4_chemical_A2 +LQ04X001750 Predicted protein 12.26078663 L4_chemical_A3 +LQ04X001750 Predicted protein 12.68413225 L4_chemical_B1 +LQ04X001750 Predicted protein 12.30915408 L4_chemical_B2 +LQ04X001750 Predicted protein 12.92475524 L4_chemical_B3 +LQ04X001750 Predicted protein 12.50965989 L4_chemical_C2 +LQ04X001750 Predicted protein 12.69700222 L4_chemical_C3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.664009619 C6_control_A1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 6.421459914 C6_control_A3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.640253903 C6_control_B1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.536034448 C6_control_B2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.929942934 C6_control_B3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.572283492 C6_control_C1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 6.515486996 C6_control_C2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.615855813 C6_control_C3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.549283897 C6_chemical_A1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.717684032 C6_chemical_A3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.669056768 C6_chemical_B1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.821740343 C6_chemical_B2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.493687011 C6_chemical_B3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.506753525 C6_chemical_C1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.781021387 C6_chemical_C2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.715181255 C6_chemical_C3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.718899249 L4_control_A1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 6.004968841 L4_control_A2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 6.755909365 L4_control_A3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 6.472080934 L4_control_B1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.608313723 L4_control_B2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.785422757 L4_control_B3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.634182884 L4_control_C2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 6.047807659 L4_control_C3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.715592828 L4_chemical_A1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.934821604 L4_chemical_A2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 6.312793742 L4_chemical_A3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.713989797 L4_chemical_B1 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.25114214 L4_chemical_B2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.952482467 L4_chemical_B3 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.496007346 L4_chemical_C2 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.619843619 L4_chemical_C3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.122546365 C6_control_A1 +LQ04X001900 Ribosomal RNA-processing protein 8 5.451561935 C6_control_A3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.457596341 C6_control_B1 +LQ04X001900 Ribosomal RNA-processing protein 8 4.887090579 C6_control_B2 +LQ04X001900 Ribosomal RNA-processing protein 8 5.331004225 C6_control_B3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.440540895 C6_control_C1 +LQ04X001900 Ribosomal RNA-processing protein 8 5.741461369 C6_control_C2 +LQ04X001900 Ribosomal RNA-processing protein 8 5.053836824 C6_control_C3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.120171054 C6_chemical_A1 +LQ04X001900 Ribosomal RNA-processing protein 8 5.557090353 C6_chemical_A3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.271541775 C6_chemical_B1 +LQ04X001900 Ribosomal RNA-processing protein 8 4.916094751 C6_chemical_B2 +LQ04X001900 Ribosomal RNA-processing protein 8 5.185816163 C6_chemical_B3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.607942828 C6_chemical_C1 +LQ04X001900 Ribosomal RNA-processing protein 8 5.495995983 C6_chemical_C2 +LQ04X001900 Ribosomal RNA-processing protein 8 4.908421636 C6_chemical_C3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.105917176 L4_control_A1 +LQ04X001900 Ribosomal RNA-processing protein 8 4.924556775 L4_control_A2 +LQ04X001900 Ribosomal RNA-processing protein 8 5.255713152 L4_control_A3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.430385435 L4_control_B1 +LQ04X001900 Ribosomal RNA-processing protein 8 5.279470985 L4_control_B2 +LQ04X001900 Ribosomal RNA-processing protein 8 5.278622505 L4_control_B3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.703099373 L4_control_C2 +LQ04X001900 Ribosomal RNA-processing protein 8 4.497109522 L4_control_C3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.427148318 L4_chemical_A1 +LQ04X001900 Ribosomal RNA-processing protein 8 4.997393613 L4_chemical_A2 +LQ04X001900 Ribosomal RNA-processing protein 8 5.316480222 L4_chemical_A3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.181407627 L4_chemical_B1 +LQ04X001900 Ribosomal RNA-processing protein 8 5.694369893 L4_chemical_B2 +LQ04X001900 Ribosomal RNA-processing protein 8 4.920748787 L4_chemical_B3 +LQ04X001900 Ribosomal RNA-processing protein 8 5.436037294 L4_chemical_C2 +LQ04X001900 Ribosomal RNA-processing protein 8 5.284537576 L4_chemical_C3 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.002929951 C6_control_A1 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.444999429 C6_control_A3 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.701632478 C6_control_B1 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.007079903 C6_control_B2 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.005310487 C6_control_B3 +LQ04X001940 Acetylglucosaminyltransferase, putative 5.976829292 C6_control_C1 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.984869383 C6_control_C2 +LQ04X001940 Acetylglucosaminyltransferase, putative 5.834610456 C6_control_C3 +LQ04X001940 Acetylglucosaminyltransferase, putative 5.941170797 C6_chemical_A1 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.137887533 C6_chemical_A3 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.497050064 C6_chemical_B1 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.125678844 C6_chemical_B2 +LQ04X001940 Acetylglucosaminyltransferase, putative 5.836308288 C6_chemical_B3 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.293115677 C6_chemical_C1 +LQ04X001940 Acetylglucosaminyltransferase, putative 5.745942703 C6_chemical_C2 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.020857013 C6_chemical_C3 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.380756437 L4_control_A1 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.439832492 L4_control_A2 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.29804944 L4_control_A3 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.825628739 L4_control_B1 +LQ04X001940 Acetylglucosaminyltransferase, putative 8.322186308 L4_control_B2 +LQ04X001940 Acetylglucosaminyltransferase, putative 5.878182254 L4_control_B3 +LQ04X001940 Acetylglucosaminyltransferase, putative 8.495156786 L4_control_C2 +LQ04X001940 Acetylglucosaminyltransferase, putative 7.774941564 L4_control_C3 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.148125038 L4_chemical_A1 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.19327376 L4_chemical_A2 +LQ04X001940 Acetylglucosaminyltransferase, putative 6.548585473 L4_chemical_A3 +LQ04X001940 Acetylglucosaminyltransferase, putative 7.754090175 L4_chemical_B1 +LQ04X001940 Acetylglucosaminyltransferase, putative 8.936876536 L4_chemical_B2 +LQ04X001940 Acetylglucosaminyltransferase, putative 5.983401524 L4_chemical_B3 +LQ04X001940 Acetylglucosaminyltransferase, putative 8.627135897 L4_chemical_C2 +LQ04X001940 Acetylglucosaminyltransferase, putative 8.479724005 L4_chemical_C3 +LQ04X001950 Golgin candidate 6 11.90899977 C6_control_A1 +LQ04X001950 Golgin candidate 6 12.12134733 C6_control_A3 +LQ04X001950 Golgin candidate 6 11.96964735 C6_control_B1 +LQ04X001950 Golgin candidate 6 11.46775394 C6_control_B2 +LQ04X001950 Golgin candidate 6 11.90288946 C6_control_B3 +LQ04X001950 Golgin candidate 6 11.21903605 C6_control_C1 +LQ04X001950 Golgin candidate 6 11.15185498 C6_control_C2 +LQ04X001950 Golgin candidate 6 11.30900147 C6_control_C3 +LQ04X001950 Golgin candidate 6 11.93845218 C6_chemical_A1 +LQ04X001950 Golgin candidate 6 12.22441956 C6_chemical_A3 +LQ04X001950 Golgin candidate 6 11.99494414 C6_chemical_B1 +LQ04X001950 Golgin candidate 6 11.48915256 C6_chemical_B2 +LQ04X001950 Golgin candidate 6 12.03148088 C6_chemical_B3 +LQ04X001950 Golgin candidate 6 11.26209494 C6_chemical_C1 +LQ04X001950 Golgin candidate 6 10.95944794 C6_chemical_C2 +LQ04X001950 Golgin candidate 6 11.22186045 C6_chemical_C3 +LQ04X001950 Golgin candidate 6 12.42519049 L4_control_A1 +LQ04X001950 Golgin candidate 6 12.66242817 L4_control_A2 +LQ04X001950 Golgin candidate 6 12.9993269 L4_control_A3 +LQ04X001950 Golgin candidate 6 12.41795053 L4_control_B1 +LQ04X001950 Golgin candidate 6 11.98840198 L4_control_B2 +LQ04X001950 Golgin candidate 6 11.99887798 L4_control_B3 +LQ04X001950 Golgin candidate 6 11.92310516 L4_control_C2 +LQ04X001950 Golgin candidate 6 11.70399324 L4_control_C3 +LQ04X001950 Golgin candidate 6 12.52841991 L4_chemical_A1 +LQ04X001950 Golgin candidate 6 12.95768603 L4_chemical_A2 +LQ04X001950 Golgin candidate 6 13.0338013 L4_chemical_A3 +LQ04X001950 Golgin candidate 6 12.91890785 L4_chemical_B1 +LQ04X001950 Golgin candidate 6 12.14924989 L4_chemical_B2 +LQ04X001950 Golgin candidate 6 12.22886528 L4_chemical_B3 +LQ04X001950 Golgin candidate 6 12.0849491 L4_chemical_C2 +LQ04X001950 Golgin candidate 6 11.91923981 L4_chemical_C3 +LQ04X001960 ATP binding protein, putative 11.13864637 C6_control_A1 +LQ04X001960 ATP binding protein, putative 11.010957 C6_control_A3 +LQ04X001960 ATP binding protein, putative 11.4343984 C6_control_B1 +LQ04X001960 ATP binding protein, putative 11.70375066 C6_control_B2 +LQ04X001960 ATP binding protein, putative 11.5873385 C6_control_B3 +LQ04X001960 ATP binding protein, putative 12.2514989 C6_control_C1 +LQ04X001960 ATP binding protein, putative 11.96157513 C6_control_C2 +LQ04X001960 ATP binding protein, putative 12.02308239 C6_control_C3 +LQ04X001960 ATP binding protein, putative 11.01185167 C6_chemical_A1 +LQ04X001960 ATP binding protein, putative 10.98190237 C6_chemical_A3 +LQ04X001960 ATP binding protein, putative 11.51802213 C6_chemical_B1 +LQ04X001960 ATP binding protein, putative 11.85754436 C6_chemical_B2 +LQ04X001960 ATP binding protein, putative 11.42083213 C6_chemical_B3 +LQ04X001960 ATP binding protein, putative 12.10584939 C6_chemical_C1 +LQ04X001960 ATP binding protein, putative 12.12974968 C6_chemical_C2 +LQ04X001960 ATP binding protein, putative 11.99001693 C6_chemical_C3 +LQ04X001960 ATP binding protein, putative 10.10518248 L4_control_A1 +LQ04X001960 ATP binding protein, putative 10.14256307 L4_control_A2 +LQ04X001960 ATP binding protein, putative 10.70545181 L4_control_A3 +LQ04X001960 ATP binding protein, putative 10.54760456 L4_control_B1 +LQ04X001960 ATP binding protein, putative 10.63142826 L4_control_B2 +LQ04X001960 ATP binding protein, putative 10.47150981 L4_control_B3 +LQ04X001960 ATP binding protein, putative 11.49752091 L4_control_C2 +LQ04X001960 ATP binding protein, putative 10.42116336 L4_control_C3 +LQ04X001960 ATP binding protein, putative 10.5561434 L4_chemical_A1 +LQ04X001960 ATP binding protein, putative 10.48483973 L4_chemical_A2 +LQ04X001960 ATP binding protein, putative 10.75693335 L4_chemical_A3 +LQ04X001960 ATP binding protein, putative 10.94499781 L4_chemical_B1 +LQ04X001960 ATP binding protein, putative 10.2145966 L4_chemical_B2 +LQ04X001960 ATP binding protein, putative 10.36216374 L4_chemical_B3 +LQ04X001960 ATP binding protein, putative 11.12744245 L4_chemical_C2 +LQ04X001960 ATP binding protein, putative 10.69918828 L4_chemical_C3 +LQ04X001970 Putative tRNA pseudouridine synthase B 6.853796041 C6_control_A1 +LQ04X001970 Putative tRNA pseudouridine synthase B 8.918136357 C6_control_A3 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.36893552 C6_control_B1 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.518230076 C6_control_B2 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.69487388 C6_control_B3 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.952041363 C6_control_C1 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.488039733 C6_control_C2 +LQ04X001970 Putative tRNA pseudouridine synthase B 6.518168767 C6_control_C3 +LQ04X001970 Putative tRNA pseudouridine synthase B 7.202223005 C6_chemical_A1 +LQ04X001970 Putative tRNA pseudouridine synthase B 7.134700335 C6_chemical_A3 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.991975293 C6_chemical_B1 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.08948682 C6_chemical_B2 +LQ04X001970 Putative tRNA pseudouridine synthase B 7.845880567 C6_chemical_B3 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.865008673 C6_chemical_C1 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.879577351 C6_chemical_C2 +LQ04X001970 Putative tRNA pseudouridine synthase B 6.100776629 C6_chemical_C3 +LQ04X001970 Putative tRNA pseudouridine synthase B 8.212809543 L4_control_A1 +LQ04X001970 Putative tRNA pseudouridine synthase B 8.308345241 L4_control_A2 +LQ04X001970 Putative tRNA pseudouridine synthase B 8.494101418 L4_control_A3 +LQ04X001970 Putative tRNA pseudouridine synthase B 9.851211218 L4_control_B1 +LQ04X001970 Putative tRNA pseudouridine synthase B 8.858267623 L4_control_B2 +LQ04X001970 Putative tRNA pseudouridine synthase B 5.938100234 L4_control_B3 +LQ04X001970 Putative tRNA pseudouridine synthase B 8.437044294 L4_control_C2 +LQ04X001970 Putative tRNA pseudouridine synthase B 9.293739766 L4_control_C3 +LQ04X001970 Putative tRNA pseudouridine synthase B 7.955508413 L4_chemical_A1 +LQ04X001970 Putative tRNA pseudouridine synthase B 9.029291677 L4_chemical_A2 +LQ04X001970 Putative tRNA pseudouridine synthase B 9.218805861 L4_chemical_A3 +LQ04X001970 Putative tRNA pseudouridine synthase B 7.199902676 L4_chemical_B1 +LQ04X001970 Putative tRNA pseudouridine synthase B 8.268274996 L4_chemical_B2 +LQ04X001970 Putative tRNA pseudouridine synthase B 6.462419834 L4_chemical_B3 +LQ04X001970 Putative tRNA pseudouridine synthase B 9.850969341 L4_chemical_C2 +LQ04X001970 Putative tRNA pseudouridine synthase B 9.374470809 L4_chemical_C3 +LQ04X001980 Predicted protein 9.964637593 C6_control_A1 +LQ04X001980 Predicted protein 9.653226618 C6_control_A3 +LQ04X001980 Predicted protein 9.996151113 C6_control_B1 +LQ04X001980 Predicted protein 9.63337882 C6_control_B2 +LQ04X001980 Predicted protein 9.590560445 C6_control_B3 +LQ04X001980 Predicted protein 10.09323169 C6_control_C1 +LQ04X001980 Predicted protein 10.36663552 C6_control_C2 +LQ04X001980 Predicted protein 9.979021956 C6_control_C3 +LQ04X001980 Predicted protein 10.16443533 C6_chemical_A1 +LQ04X001980 Predicted protein 10.06680358 C6_chemical_A3 +LQ04X001980 Predicted protein 9.981345697 C6_chemical_B1 +LQ04X001980 Predicted protein 9.77670553 C6_chemical_B2 +LQ04X001980 Predicted protein 9.621198649 C6_chemical_B3 +LQ04X001980 Predicted protein 10.07209885 C6_chemical_C1 +LQ04X001980 Predicted protein 10.30477264 C6_chemical_C2 +LQ04X001980 Predicted protein 9.839931583 C6_chemical_C3 +LQ04X001980 Predicted protein 9.046912599 L4_control_A1 +LQ04X001980 Predicted protein 9.439668557 L4_control_A2 +LQ04X001980 Predicted protein 8.975116631 L4_control_A3 +LQ04X001980 Predicted protein 8.741679744 L4_control_B1 +LQ04X001980 Predicted protein 9.713928397 L4_control_B2 +LQ04X001980 Predicted protein 9.222520506 L4_control_B3 +LQ04X001980 Predicted protein 9.48589853 L4_control_C2 +LQ04X001980 Predicted protein 9.144506116 L4_control_C3 +LQ04X001980 Predicted protein 9.164461099 L4_chemical_A1 +LQ04X001980 Predicted protein 9.496763703 L4_chemical_A2 +LQ04X001980 Predicted protein 8.154373317 L4_chemical_A3 +LQ04X001980 Predicted protein 8.585744356 L4_chemical_B1 +LQ04X001980 Predicted protein 8.918441315 L4_chemical_B2 +LQ04X001980 Predicted protein 9.164543074 L4_chemical_B3 +LQ04X001980 Predicted protein 9.016117024 L4_chemical_C2 +LQ04X001980 Predicted protein 9.110101724 L4_chemical_C3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.795631167 C6_control_A1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.238339723 C6_control_A3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.367086951 C6_control_B1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.497397314 C6_control_B2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.696284725 C6_control_B3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.380810057 C6_control_C1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 6.170695855 C6_control_C2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.632094202 C6_control_C3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.327663368 C6_chemical_A1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.155711192 C6_chemical_A3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.892814629 C6_chemical_B1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.439109709 C6_chemical_B2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.052435686 C6_chemical_B3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.269957998 C6_chemical_C1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.164420409 C6_chemical_C2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.432384228 C6_chemical_C3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.172132928 L4_control_A1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.956932904 L4_control_A2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.001465482 L4_control_A3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.790637418 L4_control_B1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.047192465 L4_control_B2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.344885689 L4_control_B3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.203817785 L4_control_C2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.739755867 L4_control_C3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.510636983 L4_chemical_A1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.420873195 L4_chemical_A2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.32900767 L4_chemical_A3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.530511642 L4_chemical_B1 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.339557337 L4_chemical_B2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.587001748 L4_chemical_B3 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.511392692 L4_chemical_C2 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.199821557 L4_chemical_C3 +LQ04X002000 GDSL esterase/lipase At5g14450 13.89458345 C6_control_A1 +LQ04X002000 GDSL esterase/lipase At5g14450 13.47775833 C6_control_A3 +LQ04X002000 GDSL esterase/lipase At5g14450 13.99896668 C6_control_B1 +LQ04X002000 GDSL esterase/lipase At5g14450 14.05114376 C6_control_B2 +LQ04X002000 GDSL esterase/lipase At5g14450 14.2372271 C6_control_B3 +LQ04X002000 GDSL esterase/lipase At5g14450 12.0465607 C6_control_C1 +LQ04X002000 GDSL esterase/lipase At5g14450 13.02822577 C6_control_C2 +LQ04X002000 GDSL esterase/lipase At5g14450 12.10462046 C6_control_C3 +LQ04X002000 GDSL esterase/lipase At5g14450 13.85665891 C6_chemical_A1 +LQ04X002000 GDSL esterase/lipase At5g14450 13.46454948 C6_chemical_A3 +LQ04X002000 GDSL esterase/lipase At5g14450 13.80943845 C6_chemical_B1 +LQ04X002000 GDSL esterase/lipase At5g14450 14.13284954 C6_chemical_B2 +LQ04X002000 GDSL esterase/lipase At5g14450 14.04382168 C6_chemical_B3 +LQ04X002000 GDSL esterase/lipase At5g14450 11.51837752 C6_chemical_C1 +LQ04X002000 GDSL esterase/lipase At5g14450 12.31010333 C6_chemical_C2 +LQ04X002000 GDSL esterase/lipase At5g14450 11.278056 C6_chemical_C3 +LQ04X002000 GDSL esterase/lipase At5g14450 14.07948898 L4_control_A1 +LQ04X002000 GDSL esterase/lipase At5g14450 13.49747033 L4_control_A2 +LQ04X002000 GDSL esterase/lipase At5g14450 13.59002826 L4_control_A3 +LQ04X002000 GDSL esterase/lipase At5g14450 13.98148814 L4_control_B1 +LQ04X002000 GDSL esterase/lipase At5g14450 14.40511454 L4_control_B2 +LQ04X002000 GDSL esterase/lipase At5g14450 13.06938675 L4_control_B3 +LQ04X002000 GDSL esterase/lipase At5g14450 12.43254304 L4_control_C2 +LQ04X002000 GDSL esterase/lipase At5g14450 11.78153446 L4_control_C3 +LQ04X002000 GDSL esterase/lipase At5g14450 13.15914035 L4_chemical_A1 +LQ04X002000 GDSL esterase/lipase At5g14450 12.96103573 L4_chemical_A2 +LQ04X002000 GDSL esterase/lipase At5g14450 13.2668556 L4_chemical_A3 +LQ04X002000 GDSL esterase/lipase At5g14450 13.56990626 L4_chemical_B1 +LQ04X002000 GDSL esterase/lipase At5g14450 13.54645036 L4_chemical_B2 +LQ04X002000 GDSL esterase/lipase At5g14450 13.98268155 L4_chemical_B3 +LQ04X002000 GDSL esterase/lipase At5g14450 12.29940754 L4_chemical_C2 +LQ04X002000 GDSL esterase/lipase At5g14450 11.93973419 L4_chemical_C3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.21843708 C6_control_A1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.819975472 C6_control_A3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.804866874 C6_control_B1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.146944737 C6_control_B2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.058825539 C6_control_B3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.463439939 C6_control_C1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.982803541 C6_control_C2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.387295986 C6_control_C3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.978150785 C6_chemical_A1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.820089316 C6_chemical_A3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.396221832 C6_chemical_B1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.132642471 C6_chemical_B2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.187136566 C6_chemical_B3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.327570783 C6_chemical_C1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.151325862 C6_chemical_C2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.276863002 C6_chemical_C3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.92756228 L4_control_A1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.972100221 L4_control_A2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.521195504 L4_control_A3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.79432095 L4_control_B1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.833851035 L4_control_B2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.876819165 L4_control_B3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.124522549 L4_control_C2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.854696647 L4_control_C3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.119858532 L4_chemical_A1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.841821991 L4_chemical_A2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.431505314 L4_chemical_A3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.939003233 L4_chemical_B1 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.03161189 L4_chemical_B2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.731279562 L4_chemical_B3 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 5.060496885 L4_chemical_C2 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.94704875 L4_chemical_C3 +LQ04X002040 Putative uncharacterized protein 12.85077138 C6_control_A1 +LQ04X002040 Putative uncharacterized protein 13.22669149 C6_control_A3 +LQ04X002040 Putative uncharacterized protein 12.81289458 C6_control_B1 +LQ04X002040 Putative uncharacterized protein 12.2975969 C6_control_B2 +LQ04X002040 Putative uncharacterized protein 12.77689137 C6_control_B3 +LQ04X002040 Putative uncharacterized protein 12.53307143 C6_control_C1 +LQ04X002040 Putative uncharacterized protein 12.54220479 C6_control_C2 +LQ04X002040 Putative uncharacterized protein 12.49194432 C6_control_C3 +LQ04X002040 Putative uncharacterized protein 12.46098741 C6_chemical_A1 +LQ04X002040 Putative uncharacterized protein 12.60888721 C6_chemical_A3 +LQ04X002040 Putative uncharacterized protein 12.71836593 C6_chemical_B1 +LQ04X002040 Putative uncharacterized protein 12.37711565 C6_chemical_B2 +LQ04X002040 Putative uncharacterized protein 12.77124356 C6_chemical_B3 +LQ04X002040 Putative uncharacterized protein 12.79148476 C6_chemical_C1 +LQ04X002040 Putative uncharacterized protein 12.68178433 C6_chemical_C2 +LQ04X002040 Putative uncharacterized protein 12.39001989 C6_chemical_C3 +LQ04X002040 Putative uncharacterized protein 12.92654274 L4_control_A1 +LQ04X002040 Putative uncharacterized protein 12.79917607 L4_control_A2 +LQ04X002040 Putative uncharacterized protein 12.63354263 L4_control_A3 +LQ04X002040 Putative uncharacterized protein 12.81829063 L4_control_B1 +LQ04X002040 Putative uncharacterized protein 12.10392575 L4_control_B2 +LQ04X002040 Putative uncharacterized protein 12.26958707 L4_control_B3 +LQ04X002040 Putative uncharacterized protein 12.46052163 L4_control_C2 +LQ04X002040 Putative uncharacterized protein 12.41609319 L4_control_C3 +LQ04X002040 Putative uncharacterized protein 12.70341465 L4_chemical_A1 +LQ04X002040 Putative uncharacterized protein 12.67505839 L4_chemical_A2 +LQ04X002040 Putative uncharacterized protein 12.38132408 L4_chemical_A3 +LQ04X002040 Putative uncharacterized protein 12.80733712 L4_chemical_B1 +LQ04X002040 Putative uncharacterized protein 12.79636013 L4_chemical_B2 +LQ04X002040 Putative uncharacterized protein 12.66840726 L4_chemical_B3 +LQ04X002040 Putative uncharacterized protein 12.25972286 L4_chemical_C2 +LQ04X002040 Putative uncharacterized protein 12.47634888 L4_chemical_C3 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.998194668 C6_control_A1 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.163645755 C6_control_A3 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.231102939 C6_control_B1 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.943726016 C6_control_B2 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.488878366 C6_control_B3 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.127919626 C6_control_C1 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.247048881 C6_control_C2 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.594871264 C6_control_C3 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.287090374 C6_chemical_A1 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.684658837 C6_chemical_A3 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.761170078 C6_chemical_B1 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.926696556 C6_chemical_B2 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.706796857 C6_chemical_B3 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.551773105 C6_chemical_C1 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.768851703 C6_chemical_C2 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.781514925 C6_chemical_C3 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.866907147 L4_control_A1 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.436819691 L4_control_A2 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.539500173 L4_control_A3 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.196923 L4_control_B1 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.935972295 L4_control_B2 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.063374431 L4_control_B3 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.968604402 L4_control_C2 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.229775827 L4_control_C3 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.984389652 L4_chemical_A1 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.354454006 L4_chemical_A2 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.326050242 L4_chemical_A3 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.095683491 L4_chemical_B1 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.713461484 L4_chemical_B2 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.556448864 L4_chemical_B3 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.581562106 L4_chemical_C2 +LQ04X002060 Uncharacterized 38.1 kDa protein 5.261893122 L4_chemical_C3 +LQ04X002080 Probable methyltransferase PMT9 13.50142258 C6_control_A1 +LQ04X002080 Probable methyltransferase PMT9 13.17792684 C6_control_A3 +LQ04X002080 Probable methyltransferase PMT9 13.65995473 C6_control_B1 +LQ04X002080 Probable methyltransferase PMT9 13.73917934 C6_control_B2 +LQ04X002080 Probable methyltransferase PMT9 13.56246595 C6_control_B3 +LQ04X002080 Probable methyltransferase PMT9 12.85574321 C6_control_C1 +LQ04X002080 Probable methyltransferase PMT9 13.49089855 C6_control_C2 +LQ04X002080 Probable methyltransferase PMT9 13.54893329 C6_control_C3 +LQ04X002080 Probable methyltransferase PMT9 13.34515608 C6_chemical_A1 +LQ04X002080 Probable methyltransferase PMT9 13.3093425 C6_chemical_A3 +LQ04X002080 Probable methyltransferase PMT9 13.57923829 C6_chemical_B1 +LQ04X002080 Probable methyltransferase PMT9 13.53828774 C6_chemical_B2 +LQ04X002080 Probable methyltransferase PMT9 13.65866738 C6_chemical_B3 +LQ04X002080 Probable methyltransferase PMT9 13.0792174 C6_chemical_C1 +LQ04X002080 Probable methyltransferase PMT9 13.39998728 C6_chemical_C2 +LQ04X002080 Probable methyltransferase PMT9 13.584179 C6_chemical_C3 +LQ04X002080 Probable methyltransferase PMT9 13.28360264 L4_control_A1 +LQ04X002080 Probable methyltransferase PMT9 13.5292235 L4_control_A2 +LQ04X002080 Probable methyltransferase PMT9 13.3629832 L4_control_A3 +LQ04X002080 Probable methyltransferase PMT9 13.79649538 L4_control_B1 +LQ04X002080 Probable methyltransferase PMT9 13.78359589 L4_control_B2 +LQ04X002080 Probable methyltransferase PMT9 13.46020151 L4_control_B3 +LQ04X002080 Probable methyltransferase PMT9 13.14971719 L4_control_C2 +LQ04X002080 Probable methyltransferase PMT9 13.11162795 L4_control_C3 +LQ04X002080 Probable methyltransferase PMT9 13.29872125 L4_chemical_A1 +LQ04X002080 Probable methyltransferase PMT9 13.49489764 L4_chemical_A2 +LQ04X002080 Probable methyltransferase PMT9 13.39357029 L4_chemical_A3 +LQ04X002080 Probable methyltransferase PMT9 13.80839876 L4_chemical_B1 +LQ04X002080 Probable methyltransferase PMT9 13.78839065 L4_chemical_B2 +LQ04X002080 Probable methyltransferase PMT9 13.82469937 L4_chemical_B3 +LQ04X002080 Probable methyltransferase PMT9 13.08473082 L4_chemical_C2 +LQ04X002080 Probable methyltransferase PMT9 13.19550623 L4_chemical_C3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.57213456 C6_control_A1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 6.144317056 C6_control_A3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.393944232 C6_control_B1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.538832352 C6_control_B2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 6.116137724 C6_control_B3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.558342166 C6_control_C1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.880794672 C6_control_C2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.660968706 C6_control_C3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.537251557 C6_chemical_A1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.778253969 C6_chemical_A3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.436838861 C6_chemical_B1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.85669842 C6_chemical_B2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.353163979 C6_chemical_B3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.757493564 C6_chemical_C1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.742509057 C6_chemical_C2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.892200411 C6_chemical_C3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.383473478 L4_control_A1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.550823645 L4_control_A2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 6.589573084 L4_control_A3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.207720472 L4_control_B1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 6.357515175 L4_control_B2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.563834239 L4_control_B3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 6.809848881 L4_control_C2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.245380031 L4_control_C3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.961807025 L4_chemical_A1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.893293729 L4_chemical_A2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 6.147092204 L4_chemical_A3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.903284526 L4_chemical_B1 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.848941006 L4_chemical_B2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.748008944 L4_chemical_B3 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.591704044 L4_chemical_C2 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.246762065 L4_chemical_C3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.38259536 C6_control_A1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.40723399 C6_control_A3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.32019558 C6_control_B1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.73632925 C6_control_B2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.87338478 C6_control_B3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.27384338 C6_control_C1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.2143979 C6_control_C2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.01962774 C6_control_C3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.13772652 C6_chemical_A1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.55003897 C6_chemical_A3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.83649889 C6_chemical_B1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.46275838 C6_chemical_B2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.64885084 C6_chemical_B3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.33493592 C6_chemical_C1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.16938198 C6_chemical_C2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.13525449 C6_chemical_C3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.19807821 L4_control_A1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.62367087 L4_control_A2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.2236215 L4_control_A3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.82445611 L4_control_B1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.06671941 L4_control_B2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.99645646 L4_control_B3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.2041381 L4_control_C2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.41922814 L4_control_C3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.12233312 L4_chemical_A1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.10111944 L4_chemical_A2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.01458269 L4_chemical_A3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.10049106 L4_chemical_B1 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.86708433 L4_chemical_B2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 12.73870652 L4_chemical_B3 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.07455664 L4_chemical_C2 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.46272136 L4_chemical_C3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.05242115 C6_control_A1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.38141427 C6_control_A3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.53989444 C6_control_B1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.87589535 C6_control_B2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.47242138 C6_control_B3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.33338932 C6_control_C1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.23655942 C6_control_C2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.19178478 C6_control_C3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.85214677 C6_chemical_A1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.84211109 C6_chemical_A3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.38380562 C6_chemical_B1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.75439538 C6_chemical_B2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.24148358 C6_chemical_B3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.38615167 C6_chemical_C1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.27779152 C6_chemical_C2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.9531442 C6_chemical_C3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.12419165 L4_control_A1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.40064159 L4_control_A2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.4197464 L4_control_A3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.3239062 L4_control_B1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 10.92470937 L4_control_B2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.19940671 L4_control_B3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.70778624 L4_control_C2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.11510059 L4_control_C3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 12.26307953 L4_chemical_A1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.30191604 L4_chemical_A2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.33120957 L4_chemical_A3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.5573478 L4_chemical_B1 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.17023196 L4_chemical_B2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.23905508 L4_chemical_B3 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.82755652 L4_chemical_C2 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.33030582 L4_chemical_C3 +LQ04X002130 GTP-binding protein yptV4 5.718999252 C6_control_A1 +LQ04X002130 GTP-binding protein yptV4 5.885502732 C6_control_A3 +LQ04X002130 GTP-binding protein yptV4 5.741103143 C6_control_B1 +LQ04X002130 GTP-binding protein yptV4 5.540936314 C6_control_B2 +LQ04X002130 GTP-binding protein yptV4 5.580120224 C6_control_B3 +LQ04X002130 GTP-binding protein yptV4 5.31271328 C6_control_C1 +LQ04X002130 GTP-binding protein yptV4 5.900482982 C6_control_C2 +LQ04X002130 GTP-binding protein yptV4 5.4401194 C6_control_C3 +LQ04X002130 GTP-binding protein yptV4 5.344979693 C6_chemical_A1 +LQ04X002130 GTP-binding protein yptV4 5.921636091 C6_chemical_A3 +LQ04X002130 GTP-binding protein yptV4 5.867377777 C6_chemical_B1 +LQ04X002130 GTP-binding protein yptV4 5.3460719 C6_chemical_B2 +LQ04X002130 GTP-binding protein yptV4 5.652605604 C6_chemical_B3 +LQ04X002130 GTP-binding protein yptV4 5.759937402 C6_chemical_C1 +LQ04X002130 GTP-binding protein yptV4 5.662849424 C6_chemical_C2 +LQ04X002130 GTP-binding protein yptV4 5.519639446 C6_chemical_C3 +LQ04X002130 GTP-binding protein yptV4 5.616655175 L4_control_A1 +LQ04X002130 GTP-binding protein yptV4 5.284023987 L4_control_A2 +LQ04X002130 GTP-binding protein yptV4 5.514024735 L4_control_A3 +LQ04X002130 GTP-binding protein yptV4 5.794020673 L4_control_B1 +LQ04X002130 GTP-binding protein yptV4 6.152574446 L4_control_B2 +LQ04X002130 GTP-binding protein yptV4 5.152820981 L4_control_B3 +LQ04X002130 GTP-binding protein yptV4 5.663153841 L4_control_C2 +LQ04X002130 GTP-binding protein yptV4 5.154858295 L4_control_C3 +LQ04X002130 GTP-binding protein yptV4 5.448326895 L4_chemical_A1 +LQ04X002130 GTP-binding protein yptV4 5.617634101 L4_chemical_A2 +LQ04X002130 GTP-binding protein yptV4 5.241631986 L4_chemical_A3 +LQ04X002130 GTP-binding protein yptV4 5.794339836 L4_chemical_B1 +LQ04X002130 GTP-binding protein yptV4 5.943675305 L4_chemical_B2 +LQ04X002130 GTP-binding protein yptV4 5.348230345 L4_chemical_B3 +LQ04X002130 GTP-binding protein yptV4 5.725068232 L4_chemical_C2 +LQ04X002130 GTP-binding protein yptV4 5.536162662 L4_chemical_C3 +LQ04X002140 Proteasome subunit beta type-7-A 5.438464635 C6_control_A1 +LQ04X002140 Proteasome subunit beta type-7-A 6.410528341 C6_control_A3 +LQ04X002140 Proteasome subunit beta type-7-A 5.982027922 C6_control_B1 +LQ04X002140 Proteasome subunit beta type-7-A 5.649828829 C6_control_B2 +LQ04X002140 Proteasome subunit beta type-7-A 6.23276742 C6_control_B3 +LQ04X002140 Proteasome subunit beta type-7-A 5.949059286 C6_control_C1 +LQ04X002140 Proteasome subunit beta type-7-A 6.923177759 C6_control_C2 +LQ04X002140 Proteasome subunit beta type-7-A 5.974772001 C6_control_C3 +LQ04X002140 Proteasome subunit beta type-7-A 5.842411232 C6_chemical_A1 +LQ04X002140 Proteasome subunit beta type-7-A 5.574852642 C6_chemical_A3 +LQ04X002140 Proteasome subunit beta type-7-A 5.910510884 C6_chemical_B1 +LQ04X002140 Proteasome subunit beta type-7-A 6.366899137 C6_chemical_B2 +LQ04X002140 Proteasome subunit beta type-7-A 6.167107232 C6_chemical_B3 +LQ04X002140 Proteasome subunit beta type-7-A 6.483003854 C6_chemical_C1 +LQ04X002140 Proteasome subunit beta type-7-A 5.974354175 C6_chemical_C2 +LQ04X002140 Proteasome subunit beta type-7-A 5.777252464 C6_chemical_C3 +LQ04X002140 Proteasome subunit beta type-7-A 5.406841809 L4_control_A1 +LQ04X002140 Proteasome subunit beta type-7-A 5.452410282 L4_control_A2 +LQ04X002140 Proteasome subunit beta type-7-A 5.733618354 L4_control_A3 +LQ04X002140 Proteasome subunit beta type-7-A 5.034165921 L4_control_B1 +LQ04X002140 Proteasome subunit beta type-7-A 5.375458574 L4_control_B2 +LQ04X002140 Proteasome subunit beta type-7-A 5.999868554 L4_control_B3 +LQ04X002140 Proteasome subunit beta type-7-A 6.000243245 L4_control_C2 +LQ04X002140 Proteasome subunit beta type-7-A 5.851479065 L4_control_C3 +LQ04X002140 Proteasome subunit beta type-7-A 5.828311178 L4_chemical_A1 +LQ04X002140 Proteasome subunit beta type-7-A 5.816751798 L4_chemical_A2 +LQ04X002140 Proteasome subunit beta type-7-A 5.355934963 L4_chemical_A3 +LQ04X002140 Proteasome subunit beta type-7-A 5.4045949 L4_chemical_B1 +LQ04X002140 Proteasome subunit beta type-7-A 5.742424988 L4_chemical_B2 +LQ04X002140 Proteasome subunit beta type-7-A 5.957869129 L4_chemical_B3 +LQ04X002140 Proteasome subunit beta type-7-A 5.019804801 L4_chemical_C2 +LQ04X002140 Proteasome subunit beta type-7-A 5.767006998 L4_chemical_C3 +LQ04X002190 Putative uncharacterized protein 5.543593407 C6_control_A1 +LQ04X002190 Putative uncharacterized protein 5.120831188 C6_control_A3 +LQ04X002190 Putative uncharacterized protein 6.137739857 C6_control_B1 +LQ04X002190 Putative uncharacterized protein 5.312595486 C6_control_B2 +LQ04X002190 Putative uncharacterized protein 5.916314729 C6_control_B3 +LQ04X002190 Putative uncharacterized protein 5.538727028 C6_control_C1 +LQ04X002190 Putative uncharacterized protein 5.053615931 C6_control_C2 +LQ04X002190 Putative uncharacterized protein 5.25946272 C6_control_C3 +LQ04X002190 Putative uncharacterized protein 5.589600408 C6_chemical_A1 +LQ04X002190 Putative uncharacterized protein 5.582502317 C6_chemical_A3 +LQ04X002190 Putative uncharacterized protein 6.10349158 C6_chemical_B1 +LQ04X002190 Putative uncharacterized protein 5.280746524 C6_chemical_B2 +LQ04X002190 Putative uncharacterized protein 5.826394973 C6_chemical_B3 +LQ04X002190 Putative uncharacterized protein 4.934036817 C6_chemical_C1 +LQ04X002190 Putative uncharacterized protein 5.131900994 C6_chemical_C2 +LQ04X002190 Putative uncharacterized protein 5.117800446 C6_chemical_C3 +LQ04X002190 Putative uncharacterized protein 5.620866719 L4_control_A1 +LQ04X002190 Putative uncharacterized protein 5.746255403 L4_control_A2 +LQ04X002190 Putative uncharacterized protein 5.908101725 L4_control_A3 +LQ04X002190 Putative uncharacterized protein 5.747075762 L4_control_B1 +LQ04X002190 Putative uncharacterized protein 5.395220951 L4_control_B2 +LQ04X002190 Putative uncharacterized protein 5.474214354 L4_control_B3 +LQ04X002190 Putative uncharacterized protein 5.838506457 L4_control_C2 +LQ04X002190 Putative uncharacterized protein 5.565057418 L4_control_C3 +LQ04X002190 Putative uncharacterized protein 5.251318847 L4_chemical_A1 +LQ04X002190 Putative uncharacterized protein 5.586823949 L4_chemical_A2 +LQ04X002190 Putative uncharacterized protein 5.473161075 L4_chemical_A3 +LQ04X002190 Putative uncharacterized protein 4.665941962 L4_chemical_B1 +LQ04X002190 Putative uncharacterized protein 5.459919776 L4_chemical_B2 +LQ04X002190 Putative uncharacterized protein 5.301830011 L4_chemical_B3 +LQ04X002190 Putative uncharacterized protein 5.426753085 L4_chemical_C2 +LQ04X002190 Putative uncharacterized protein 5.660683281 L4_chemical_C3 +LQ04X002200 Predicted protein 6.542182568 C6_control_A1 +LQ04X002200 Predicted protein 6.829888798 C6_control_A3 +LQ04X002200 Predicted protein 6.564655389 C6_control_B1 +LQ04X002200 Predicted protein 6.101508247 C6_control_B2 +LQ04X002200 Predicted protein 6.402345687 C6_control_B3 +LQ04X002200 Predicted protein 6.209343824 C6_control_C1 +LQ04X002200 Predicted protein 5.772534791 C6_control_C2 +LQ04X002200 Predicted protein 5.741792435 C6_control_C3 +LQ04X002200 Predicted protein 6.922768778 C6_chemical_A1 +LQ04X002200 Predicted protein 6.688196728 C6_chemical_A3 +LQ04X002200 Predicted protein 6.090893333 C6_chemical_B1 +LQ04X002200 Predicted protein 6.176610194 C6_chemical_B2 +LQ04X002200 Predicted protein 6.039580216 C6_chemical_B3 +LQ04X002200 Predicted protein 6.099695602 C6_chemical_C1 +LQ04X002200 Predicted protein 5.746618862 C6_chemical_C2 +LQ04X002200 Predicted protein 5.810109017 C6_chemical_C3 +LQ04X002200 Predicted protein 6.378670823 L4_control_A1 +LQ04X002200 Predicted protein 6.546336827 L4_control_A2 +LQ04X002200 Predicted protein 7.979719504 L4_control_A3 +LQ04X002200 Predicted protein 5.957580771 L4_control_B1 +LQ04X002200 Predicted protein 5.764927637 L4_control_B2 +LQ04X002200 Predicted protein 5.797286213 L4_control_B3 +LQ04X002200 Predicted protein 6.038395397 L4_control_C2 +LQ04X002200 Predicted protein 6.006970379 L4_control_C3 +LQ04X002200 Predicted protein 5.767984724 L4_chemical_A1 +LQ04X002200 Predicted protein 6.469882194 L4_chemical_A2 +LQ04X002200 Predicted protein 7.282860134 L4_chemical_A3 +LQ04X002200 Predicted protein 6.243113479 L4_chemical_B1 +LQ04X002200 Predicted protein 6.22041283 L4_chemical_B2 +LQ04X002200 Predicted protein 6.405844416 L4_chemical_B3 +LQ04X002200 Predicted protein 5.72897454 L4_chemical_C2 +LQ04X002200 Predicted protein 5.442645474 L4_chemical_C3 +LQ04X002210 Hypothetical protein 4.790548742 C6_control_A1 +LQ04X002210 Hypothetical protein 4.926249148 C6_control_A3 +LQ04X002210 Hypothetical protein 5.408075426 C6_control_B1 +LQ04X002210 Hypothetical protein 4.718188602 C6_control_B2 +LQ04X002210 Hypothetical protein 5.034248151 C6_control_B3 +LQ04X002210 Hypothetical protein 5.047114233 C6_control_C1 +LQ04X002210 Hypothetical protein 5.184053485 C6_control_C2 +LQ04X002210 Hypothetical protein 5.000424631 C6_control_C3 +LQ04X002210 Hypothetical protein 5.249914303 C6_chemical_A1 +LQ04X002210 Hypothetical protein 4.81469963 C6_chemical_A3 +LQ04X002210 Hypothetical protein 5.433408421 C6_chemical_B1 +LQ04X002210 Hypothetical protein 4.940660089 C6_chemical_B2 +LQ04X002210 Hypothetical protein 6.068729269 C6_chemical_B3 +LQ04X002210 Hypothetical protein 5.656576626 C6_chemical_C1 +LQ04X002210 Hypothetical protein 5.133376575 C6_chemical_C2 +LQ04X002210 Hypothetical protein 5.130682927 C6_chemical_C3 +LQ04X002210 Hypothetical protein 5.568927169 L4_control_A1 +LQ04X002210 Hypothetical protein 5.538277581 L4_control_A2 +LQ04X002210 Hypothetical protein 4.771642712 L4_control_A3 +LQ04X002210 Hypothetical protein 6.322274246 L4_control_B1 +LQ04X002210 Hypothetical protein 5.198798255 L4_control_B2 +LQ04X002210 Hypothetical protein 5.371162034 L4_control_B3 +LQ04X002210 Hypothetical protein 6.092513438 L4_control_C2 +LQ04X002210 Hypothetical protein 5.975980227 L4_control_C3 +LQ04X002210 Hypothetical protein 5.656761351 L4_chemical_A1 +LQ04X002210 Hypothetical protein 5.5595105 L4_chemical_A2 +LQ04X002210 Hypothetical protein 4.610526901 L4_chemical_A3 +LQ04X002210 Hypothetical protein 5.528676297 L4_chemical_B1 +LQ04X002210 Hypothetical protein 5.353869299 L4_chemical_B2 +LQ04X002210 Hypothetical protein 5.168527651 L4_chemical_B3 +LQ04X002210 Hypothetical protein 5.634786257 L4_chemical_C2 +LQ04X002210 Hypothetical protein 6.388070157 L4_chemical_C3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.998376347 C6_control_A1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.251130243 C6_control_A3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.972946572 C6_control_B1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.490464615 C6_control_B2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.505071988 C6_control_B3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.549535386 C6_control_C1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.341310387 C6_control_C2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.826435066 C6_control_C3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.03488628 C6_chemical_A1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.025240186 C6_chemical_A3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.708103032 C6_chemical_B1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.379227358 C6_chemical_B2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.136078818 C6_chemical_B3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.73212762 C6_chemical_C1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.230079124 C6_chemical_C2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.060257299 C6_chemical_C3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.794553886 L4_control_A1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.285277371 L4_control_A2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.221919999 L4_control_A3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.09082283 L4_control_B1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.260317338 L4_control_B2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.807766921 L4_control_B3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.65583431 L4_control_C2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 4.945655289 L4_control_C3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.862126853 L4_chemical_A1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.215814279 L4_chemical_A2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.933579358 L4_chemical_A3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.598531241 L4_chemical_B1 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.384609185 L4_chemical_B2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.972247353 L4_chemical_B3 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.940368517 L4_chemical_C2 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 5.642039244 L4_chemical_C3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.395665937 C6_control_A1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.328764725 C6_control_A3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.191231341 C6_control_B1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.62213669 C6_control_B2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.391726587 C6_control_B3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.37871145 C6_control_C1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.94763049 C6_control_C2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.690906671 C6_control_C3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.423143396 C6_chemical_A1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.106476919 C6_chemical_A3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.297899278 C6_chemical_B1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.612960814 C6_chemical_B2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.160226407 C6_chemical_B3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.735026403 C6_chemical_C1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.460929808 C6_chemical_C2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.692087932 C6_chemical_C3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.32472687 L4_control_A1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.051452962 L4_control_A2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.171178466 L4_control_A3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.063281815 L4_control_B1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.870441087 L4_control_B2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.197667657 L4_control_B3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.0324025 L4_control_C2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.082861073 L4_control_C3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.299446996 L4_chemical_A1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.12408819 L4_chemical_A2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.397602472 L4_chemical_A3 +LQ04X002270 Putative Splicing factor 3B subunit 4 4.899915946 L4_chemical_B1 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.667751191 L4_chemical_B2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.162265189 L4_chemical_B3 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.661974894 L4_chemical_C2 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.455366701 L4_chemical_C3 +LQ04X002330 Putative uncharacterized protein 6.07966367 C6_control_A1 +LQ04X002330 Putative uncharacterized protein 6.625046415 C6_control_A3 +LQ04X002330 Putative uncharacterized protein 5.494076929 C6_control_B1 +LQ04X002330 Putative uncharacterized protein 6.0201134 C6_control_B2 +LQ04X002330 Putative uncharacterized protein 5.719729493 C6_control_B3 +LQ04X002330 Putative uncharacterized protein 5.945533455 C6_control_C1 +LQ04X002330 Putative uncharacterized protein 7.98953999 C6_control_C2 +LQ04X002330 Putative uncharacterized protein 5.960785421 C6_control_C3 +LQ04X002330 Putative uncharacterized protein 5.670682481 C6_chemical_A1 +LQ04X002330 Putative uncharacterized protein 5.491626883 C6_chemical_A3 +LQ04X002330 Putative uncharacterized protein 5.626034063 C6_chemical_B1 +LQ04X002330 Putative uncharacterized protein 6.374220278 C6_chemical_B2 +LQ04X002330 Putative uncharacterized protein 5.897999384 C6_chemical_B3 +LQ04X002330 Putative uncharacterized protein 6.084327867 C6_chemical_C1 +LQ04X002330 Putative uncharacterized protein 5.726091944 C6_chemical_C2 +LQ04X002330 Putative uncharacterized protein 6.081708879 C6_chemical_C3 +LQ04X002330 Putative uncharacterized protein 6.204251748 L4_control_A1 +LQ04X002330 Putative uncharacterized protein 6.321710855 L4_control_A2 +LQ04X002330 Putative uncharacterized protein 6.209654769 L4_control_A3 +LQ04X002330 Putative uncharacterized protein 5.74514315 L4_control_B1 +LQ04X002330 Putative uncharacterized protein 5.536562491 L4_control_B2 +LQ04X002330 Putative uncharacterized protein 6.220917044 L4_control_B3 +LQ04X002330 Putative uncharacterized protein 5.286956392 L4_control_C2 +LQ04X002330 Putative uncharacterized protein 5.10275567 L4_control_C3 +LQ04X002330 Putative uncharacterized protein 5.782282177 L4_chemical_A1 +LQ04X002330 Putative uncharacterized protein 6.245304785 L4_chemical_A2 +LQ04X002330 Putative uncharacterized protein 6.182265581 L4_chemical_A3 +LQ04X002330 Putative uncharacterized protein 6.518218842 L4_chemical_B1 +LQ04X002330 Putative uncharacterized protein 5.19930438 L4_chemical_B2 +LQ04X002330 Putative uncharacterized protein 5.856949966 L4_chemical_B3 +LQ04X002330 Putative uncharacterized protein 5.575301874 L4_chemical_C2 +LQ04X002330 Putative uncharacterized protein 5.37988196 L4_chemical_C3 +LQ04X002340 Hypothetical protein 5.702977604 C6_control_A1 +LQ04X002340 Hypothetical protein 4.969387918 C6_control_A3 +LQ04X002340 Hypothetical protein 5.444510781 C6_control_B1 +LQ04X002340 Hypothetical protein 5.27434983 C6_control_B2 +LQ04X002340 Hypothetical protein 5.612960008 C6_control_B3 +LQ04X002340 Hypothetical protein 5.142971612 C6_control_C1 +LQ04X002340 Hypothetical protein 5.522849614 C6_control_C2 +LQ04X002340 Hypothetical protein 5.624942044 C6_control_C3 +LQ04X002340 Hypothetical protein 5.643167944 C6_chemical_A1 +LQ04X002340 Hypothetical protein 5.430019852 C6_chemical_A3 +LQ04X002340 Hypothetical protein 5.248070636 C6_chemical_B1 +LQ04X002340 Hypothetical protein 5.487064594 C6_chemical_B2 +LQ04X002340 Hypothetical protein 5.681533546 C6_chemical_B3 +LQ04X002340 Hypothetical protein 5.610593467 C6_chemical_C1 +LQ04X002340 Hypothetical protein 5.391035762 C6_chemical_C2 +LQ04X002340 Hypothetical protein 5.342290099 C6_chemical_C3 +LQ04X002340 Hypothetical protein 5.518441476 L4_control_A1 +LQ04X002340 Hypothetical protein 5.315566912 L4_control_A2 +LQ04X002340 Hypothetical protein 5.959162107 L4_control_A3 +LQ04X002340 Hypothetical protein 5.694686427 L4_control_B1 +LQ04X002340 Hypothetical protein 5.915970521 L4_control_B2 +LQ04X002340 Hypothetical protein 5.424734461 L4_control_B3 +LQ04X002340 Hypothetical protein 6.132636269 L4_control_C2 +LQ04X002340 Hypothetical protein 5.399726367 L4_control_C3 +LQ04X002340 Hypothetical protein 5.577191292 L4_chemical_A1 +LQ04X002340 Hypothetical protein 5.916114518 L4_chemical_A2 +LQ04X002340 Hypothetical protein 5.524466361 L4_chemical_A3 +LQ04X002340 Hypothetical protein 5.247018119 L4_chemical_B1 +LQ04X002340 Hypothetical protein 5.526316453 L4_chemical_B2 +LQ04X002340 Hypothetical protein 5.475062467 L4_chemical_B3 +LQ04X002340 Hypothetical protein 6.419876942 L4_chemical_C2 +LQ04X002340 Hypothetical protein 5.920770899 L4_chemical_C3 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.214593296 C6_control_A1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.194269032 C6_control_A3 +LQ04X002380 Uncharacterized membrane protein At3g27390 4.989752498 C6_control_B1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.320795837 C6_control_B2 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.186738205 C6_control_B3 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.220832995 C6_control_C1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.154523459 C6_control_C2 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.232642662 C6_control_C3 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.199601237 C6_chemical_A1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.555181153 C6_chemical_A3 +LQ04X002380 Uncharacterized membrane protein At3g27390 4.615877559 C6_chemical_B1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.19079098 C6_chemical_B2 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.035444321 C6_chemical_B3 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.268381784 C6_chemical_C1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.430821636 C6_chemical_C2 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.386475574 C6_chemical_C3 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.286684982 L4_control_A1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.206502127 L4_control_A2 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.991210759 L4_control_A3 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.161838957 L4_control_B1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.303403613 L4_control_B2 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.064047611 L4_control_B3 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.443577678 L4_control_C2 +LQ04X002380 Uncharacterized membrane protein At3g27390 6.609494888 L4_control_C3 +LQ04X002380 Uncharacterized membrane protein At3g27390 4.977595535 L4_chemical_A1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.387347203 L4_chemical_A2 +LQ04X002380 Uncharacterized membrane protein At3g27390 6.229138919 L4_chemical_A3 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.364213383 L4_chemical_B1 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.493947392 L4_chemical_B2 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.006853079 L4_chemical_B3 +LQ04X002380 Uncharacterized membrane protein At3g27390 4.92738319 L4_chemical_C2 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.444239603 L4_chemical_C3 +LQ04X002400 Putative uncharacterized protein 7.557713723 C6_control_A1 +LQ04X002400 Putative uncharacterized protein 6.207437231 C6_control_A3 +LQ04X002400 Putative uncharacterized protein 7.938764152 C6_control_B1 +LQ04X002400 Putative uncharacterized protein 7.428058004 C6_control_B2 +LQ04X002400 Putative uncharacterized protein 7.355922323 C6_control_B3 +LQ04X002400 Putative uncharacterized protein 7.499021658 C6_control_C1 +LQ04X002400 Putative uncharacterized protein 6.300601744 C6_control_C2 +LQ04X002400 Putative uncharacterized protein 6.559484808 C6_control_C3 +LQ04X002400 Putative uncharacterized protein 7.69492307 C6_chemical_A1 +LQ04X002400 Putative uncharacterized protein 7.363703762 C6_chemical_A3 +LQ04X002400 Putative uncharacterized protein 7.962362238 C6_chemical_B1 +LQ04X002400 Putative uncharacterized protein 7.154009954 C6_chemical_B2 +LQ04X002400 Putative uncharacterized protein 7.353861472 C6_chemical_B3 +LQ04X002400 Putative uncharacterized protein 6.989266519 C6_chemical_C1 +LQ04X002400 Putative uncharacterized protein 7.11835106 C6_chemical_C2 +LQ04X002400 Putative uncharacterized protein 7.45730022 C6_chemical_C3 +LQ04X002400 Putative uncharacterized protein 8.173411087 L4_control_A1 +LQ04X002400 Putative uncharacterized protein 7.051593707 L4_control_A2 +LQ04X002400 Putative uncharacterized protein 7.587757876 L4_control_A3 +LQ04X002400 Putative uncharacterized protein 7.111417241 L4_control_B1 +LQ04X002400 Putative uncharacterized protein 7.318230586 L4_control_B2 +LQ04X002400 Putative uncharacterized protein 8.142741289 L4_control_B3 +LQ04X002400 Putative uncharacterized protein 7.711948562 L4_control_C2 +LQ04X002400 Putative uncharacterized protein 8.154060956 L4_control_C3 +LQ04X002400 Putative uncharacterized protein 7.560655816 L4_chemical_A1 +LQ04X002400 Putative uncharacterized protein 6.838407212 L4_chemical_A2 +LQ04X002400 Putative uncharacterized protein 7.204666555 L4_chemical_A3 +LQ04X002400 Putative uncharacterized protein 6.717953747 L4_chemical_B1 +LQ04X002400 Putative uncharacterized protein 6.590495869 L4_chemical_B2 +LQ04X002400 Putative uncharacterized protein 7.947014126 L4_chemical_B3 +LQ04X002400 Putative uncharacterized protein 7.393507893 L4_chemical_C2 +LQ04X002400 Putative uncharacterized protein 7.783665366 L4_chemical_C3 +LQ04X002420 Predicted protein 5.720251036 C6_control_A1 +LQ04X002420 Predicted protein 5.262744136 C6_control_A3 +LQ04X002420 Predicted protein 5.673411451 C6_control_B1 +LQ04X002420 Predicted protein 5.66777741 C6_control_B2 +LQ04X002420 Predicted protein 5.677956459 C6_control_B3 +LQ04X002420 Predicted protein 5.653725822 C6_control_C1 +LQ04X002420 Predicted protein 5.7385806 C6_control_C2 +LQ04X002420 Predicted protein 5.505200506 C6_control_C3 +LQ04X002420 Predicted protein 5.33622878 C6_chemical_A1 +LQ04X002420 Predicted protein 5.48537024 C6_chemical_A3 +LQ04X002420 Predicted protein 5.842245984 C6_chemical_B1 +LQ04X002420 Predicted protein 5.499763212 C6_chemical_B2 +LQ04X002420 Predicted protein 5.42062136 C6_chemical_B3 +LQ04X002420 Predicted protein 5.820884547 C6_chemical_C1 +LQ04X002420 Predicted protein 5.416972861 C6_chemical_C2 +LQ04X002420 Predicted protein 5.51385854 C6_chemical_C3 +LQ04X002420 Predicted protein 5.614168408 L4_control_A1 +LQ04X002420 Predicted protein 5.754295305 L4_control_A2 +LQ04X002420 Predicted protein 6.166563403 L4_control_A3 +LQ04X002420 Predicted protein 5.338408882 L4_control_B1 +LQ04X002420 Predicted protein 5.972151861 L4_control_B2 +LQ04X002420 Predicted protein 5.642524175 L4_control_B3 +LQ04X002420 Predicted protein 6.281489382 L4_control_C2 +LQ04X002420 Predicted protein 5.433294645 L4_control_C3 +LQ04X002420 Predicted protein 5.51312876 L4_chemical_A1 +LQ04X002420 Predicted protein 5.692944495 L4_chemical_A2 +LQ04X002420 Predicted protein 5.675272905 L4_chemical_A3 +LQ04X002420 Predicted protein 5.882900521 L4_chemical_B1 +LQ04X002420 Predicted protein 5.685149263 L4_chemical_B2 +LQ04X002420 Predicted protein 5.541752813 L4_chemical_B3 +LQ04X002420 Predicted protein 6.200318452 L4_chemical_C2 +LQ04X002420 Predicted protein 5.9217309 L4_chemical_C3 +LQ04X002430 Myb-related protein 315 5.573504307 C6_control_A1 +LQ04X002430 Myb-related protein 315 5.608227173 C6_control_A3 +LQ04X002430 Myb-related protein 315 5.539465065 C6_control_B1 +LQ04X002430 Myb-related protein 315 5.558321458 C6_control_B2 +LQ04X002430 Myb-related protein 315 6.115771296 C6_control_B3 +LQ04X002430 Myb-related protein 315 5.355384507 C6_control_C1 +LQ04X002430 Myb-related protein 315 5.018026306 C6_control_C2 +LQ04X002430 Myb-related protein 315 5.477426641 C6_control_C3 +LQ04X002430 Myb-related protein 315 6.018331124 C6_chemical_A1 +LQ04X002430 Myb-related protein 315 5.777290969 C6_chemical_A3 +LQ04X002430 Myb-related protein 315 6.017737484 C6_chemical_B1 +LQ04X002430 Myb-related protein 315 5.818262111 C6_chemical_B2 +LQ04X002430 Myb-related protein 315 5.485570753 C6_chemical_B3 +LQ04X002430 Myb-related protein 315 5.493942827 C6_chemical_C1 +LQ04X002430 Myb-related protein 315 5.582356044 C6_chemical_C2 +LQ04X002430 Myb-related protein 315 5.561680418 C6_chemical_C3 +LQ04X002430 Myb-related protein 315 5.693524117 L4_control_A1 +LQ04X002430 Myb-related protein 315 5.565921947 L4_control_A2 +LQ04X002430 Myb-related protein 315 5.775084644 L4_control_A3 +LQ04X002430 Myb-related protein 315 5.134556135 L4_control_B1 +LQ04X002430 Myb-related protein 315 5.326369484 L4_control_B2 +LQ04X002430 Myb-related protein 315 6.065204736 L4_control_B3 +LQ04X002430 Myb-related protein 315 5.592885016 L4_control_C2 +LQ04X002430 Myb-related protein 315 5.958693963 L4_control_C3 +LQ04X002430 Myb-related protein 315 5.540659178 L4_chemical_A1 +LQ04X002430 Myb-related protein 315 5.972809861 L4_chemical_A2 +LQ04X002430 Myb-related protein 315 6.356750051 L4_chemical_A3 +LQ04X002430 Myb-related protein 315 5.347869917 L4_chemical_B1 +LQ04X002430 Myb-related protein 315 5.696706208 L4_chemical_B2 +LQ04X002430 Myb-related protein 315 5.739123598 L4_chemical_B3 +LQ04X002430 Myb-related protein 315 5.397568988 L4_chemical_C2 +LQ04X002430 Myb-related protein 315 5.675650053 L4_chemical_C3 +LQ04X002490 Putative Transcription factor bHLH61 13.12768788 C6_control_A1 +LQ04X002490 Putative Transcription factor bHLH61 13.38196701 C6_control_A3 +LQ04X002490 Putative Transcription factor bHLH61 12.51122527 C6_control_B1 +LQ04X002490 Putative Transcription factor bHLH61 12.44571059 C6_control_B2 +LQ04X002490 Putative Transcription factor bHLH61 12.36881921 C6_control_B3 +LQ04X002490 Putative Transcription factor bHLH61 10.82617846 C6_control_C1 +LQ04X002490 Putative Transcription factor bHLH61 11.28485377 C6_control_C2 +LQ04X002490 Putative Transcription factor bHLH61 9.939826081 C6_control_C3 +LQ04X002490 Putative Transcription factor bHLH61 12.41489861 C6_chemical_A1 +LQ04X002490 Putative Transcription factor bHLH61 12.58232995 C6_chemical_A3 +LQ04X002490 Putative Transcription factor bHLH61 11.8332408 C6_chemical_B1 +LQ04X002490 Putative Transcription factor bHLH61 12.18095618 C6_chemical_B2 +LQ04X002490 Putative Transcription factor bHLH61 12.19218084 C6_chemical_B3 +LQ04X002490 Putative Transcription factor bHLH61 10.95410642 C6_chemical_C1 +LQ04X002490 Putative Transcription factor bHLH61 11.08007628 C6_chemical_C2 +LQ04X002490 Putative Transcription factor bHLH61 10.68031217 C6_chemical_C3 +LQ04X002490 Putative Transcription factor bHLH61 13.1249033 L4_control_A1 +LQ04X002490 Putative Transcription factor bHLH61 12.82289968 L4_control_A2 +LQ04X002490 Putative Transcription factor bHLH61 12.86455213 L4_control_A3 +LQ04X002490 Putative Transcription factor bHLH61 11.17629538 L4_control_B1 +LQ04X002490 Putative Transcription factor bHLH61 10.82042724 L4_control_B2 +LQ04X002490 Putative Transcription factor bHLH61 10.35633814 L4_control_B3 +LQ04X002490 Putative Transcription factor bHLH61 9.810330761 L4_control_C2 +LQ04X002490 Putative Transcription factor bHLH61 9.125382932 L4_control_C3 +LQ04X002490 Putative Transcription factor bHLH61 12.02785021 L4_chemical_A1 +LQ04X002490 Putative Transcription factor bHLH61 12.44222818 L4_chemical_A2 +LQ04X002490 Putative Transcription factor bHLH61 12.65252857 L4_chemical_A3 +LQ04X002490 Putative Transcription factor bHLH61 12.07982669 L4_chemical_B1 +LQ04X002490 Putative Transcription factor bHLH61 11.43230832 L4_chemical_B2 +LQ04X002490 Putative Transcription factor bHLH61 12.15298048 L4_chemical_B3 +LQ04X002490 Putative Transcription factor bHLH61 9.933348117 L4_chemical_C2 +LQ04X002490 Putative Transcription factor bHLH61 9.603102313 L4_chemical_C3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.872887922 C6_control_A1 +LQ04X002500 Alpha-soluble NSF attachment protein 7.285510424 C6_control_A3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.809934333 C6_control_B1 +LQ04X002500 Alpha-soluble NSF attachment protein 5.555831153 C6_control_B2 +LQ04X002500 Alpha-soluble NSF attachment protein 6.085833835 C6_control_B3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.224495863 C6_control_C1 +LQ04X002500 Alpha-soluble NSF attachment protein 7.462123397 C6_control_C2 +LQ04X002500 Alpha-soluble NSF attachment protein 5.356862082 C6_control_C3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.649360287 C6_chemical_A1 +LQ04X002500 Alpha-soluble NSF attachment protein 5.750305324 C6_chemical_A3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.544982051 C6_chemical_B1 +LQ04X002500 Alpha-soluble NSF attachment protein 5.96123149 C6_chemical_B2 +LQ04X002500 Alpha-soluble NSF attachment protein 5.327350212 C6_chemical_B3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.506584049 C6_chemical_C1 +LQ04X002500 Alpha-soluble NSF attachment protein 5.591392142 C6_chemical_C2 +LQ04X002500 Alpha-soluble NSF attachment protein 5.336104464 C6_chemical_C3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.722025888 L4_control_A1 +LQ04X002500 Alpha-soluble NSF attachment protein 6.057023686 L4_control_A2 +LQ04X002500 Alpha-soluble NSF attachment protein 5.277475061 L4_control_A3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.536246801 L4_control_B1 +LQ04X002500 Alpha-soluble NSF attachment protein 6.26361293 L4_control_B2 +LQ04X002500 Alpha-soluble NSF attachment protein 5.59709745 L4_control_B3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.487482071 L4_control_C2 +LQ04X002500 Alpha-soluble NSF attachment protein 6.210029658 L4_control_C3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.979209967 L4_chemical_A1 +LQ04X002500 Alpha-soluble NSF attachment protein 5.554387944 L4_chemical_A2 +LQ04X002500 Alpha-soluble NSF attachment protein 5.464385533 L4_chemical_A3 +LQ04X002500 Alpha-soluble NSF attachment protein 6.062965302 L4_chemical_B1 +LQ04X002500 Alpha-soluble NSF attachment protein 5.636201876 L4_chemical_B2 +LQ04X002500 Alpha-soluble NSF attachment protein 5.59424338 L4_chemical_B3 +LQ04X002500 Alpha-soluble NSF attachment protein 5.565066943 L4_chemical_C2 +LQ04X002500 Alpha-soluble NSF attachment protein 6.122717602 L4_chemical_C3 +LQ04X002520 Putative uncharacterized protein 10.85079771 C6_control_A1 +LQ04X002520 Putative uncharacterized protein 10.52365853 C6_control_A3 +LQ04X002520 Putative uncharacterized protein 11.37953898 C6_control_B1 +LQ04X002520 Putative uncharacterized protein 10.9388076 C6_control_B2 +LQ04X002520 Putative uncharacterized protein 11.50413943 C6_control_B3 +LQ04X002520 Putative uncharacterized protein 9.94069583 C6_control_C1 +LQ04X002520 Putative uncharacterized protein 10.22878073 C6_control_C2 +LQ04X002520 Putative uncharacterized protein 10.1569944 C6_control_C3 +LQ04X002520 Putative uncharacterized protein 10.73082398 C6_chemical_A1 +LQ04X002520 Putative uncharacterized protein 10.45247914 C6_chemical_A3 +LQ04X002520 Putative uncharacterized protein 11.36512809 C6_chemical_B1 +LQ04X002520 Putative uncharacterized protein 10.90912937 C6_chemical_B2 +LQ04X002520 Putative uncharacterized protein 11.48063801 C6_chemical_B3 +LQ04X002520 Putative uncharacterized protein 9.76979673 C6_chemical_C1 +LQ04X002520 Putative uncharacterized protein 9.720097186 C6_chemical_C2 +LQ04X002520 Putative uncharacterized protein 9.995468685 C6_chemical_C3 +LQ04X002520 Putative uncharacterized protein 10.23926011 L4_control_A1 +LQ04X002520 Putative uncharacterized protein 10.55151427 L4_control_A2 +LQ04X002520 Putative uncharacterized protein 10.38078067 L4_control_A3 +LQ04X002520 Putative uncharacterized protein 10.83483466 L4_control_B1 +LQ04X002520 Putative uncharacterized protein 11.00607324 L4_control_B2 +LQ04X002520 Putative uncharacterized protein 10.87294894 L4_control_B3 +LQ04X002520 Putative uncharacterized protein 10.08158132 L4_control_C2 +LQ04X002520 Putative uncharacterized protein 9.738425726 L4_control_C3 +LQ04X002520 Putative uncharacterized protein 10.08852707 L4_chemical_A1 +LQ04X002520 Putative uncharacterized protein 10.36379141 L4_chemical_A2 +LQ04X002520 Putative uncharacterized protein 10.27529436 L4_chemical_A3 +LQ04X002520 Putative uncharacterized protein 10.68493687 L4_chemical_B1 +LQ04X002520 Putative uncharacterized protein 10.41748191 L4_chemical_B2 +LQ04X002520 Putative uncharacterized protein 10.97364622 L4_chemical_B3 +LQ04X002520 Putative uncharacterized protein 9.541907581 L4_chemical_C2 +LQ04X002520 Putative uncharacterized protein 9.859974653 L4_chemical_C3 +LQ04X002570 Cystinosin homolog 12.63049661 C6_control_A1 +LQ04X002570 Cystinosin homolog 12.95634875 C6_control_A3 +LQ04X002570 Cystinosin homolog 13.56619271 C6_control_B1 +LQ04X002570 Cystinosin homolog 13.79065902 C6_control_B2 +LQ04X002570 Cystinosin homolog 13.75340004 C6_control_B3 +LQ04X002570 Cystinosin homolog 13.92553932 C6_control_C1 +LQ04X002570 Cystinosin homolog 14.12020948 C6_control_C2 +LQ04X002570 Cystinosin homolog 14.35257833 C6_control_C3 +LQ04X002570 Cystinosin homolog 12.44234196 C6_chemical_A1 +LQ04X002570 Cystinosin homolog 12.58268404 C6_chemical_A3 +LQ04X002570 Cystinosin homolog 13.46813899 C6_chemical_B1 +LQ04X002570 Cystinosin homolog 13.72619525 C6_chemical_B2 +LQ04X002570 Cystinosin homolog 13.62382701 C6_chemical_B3 +LQ04X002570 Cystinosin homolog 14.39093047 C6_chemical_C1 +LQ04X002570 Cystinosin homolog 14.49420388 C6_chemical_C2 +LQ04X002570 Cystinosin homolog 14.75454436 C6_chemical_C3 +LQ04X002570 Cystinosin homolog 11.99567685 L4_control_A1 +LQ04X002570 Cystinosin homolog 12.72623606 L4_control_A2 +LQ04X002570 Cystinosin homolog 12.40061929 L4_control_A3 +LQ04X002570 Cystinosin homolog 13.5165371 L4_control_B1 +LQ04X002570 Cystinosin homolog 13.20256522 L4_control_B2 +LQ04X002570 Cystinosin homolog 14.09736149 L4_control_B3 +LQ04X002570 Cystinosin homolog 13.83221926 L4_control_C2 +LQ04X002570 Cystinosin homolog 14.23925487 L4_control_C3 +LQ04X002570 Cystinosin homolog 12.27414395 L4_chemical_A1 +LQ04X002570 Cystinosin homolog 13.01331091 L4_chemical_A2 +LQ04X002570 Cystinosin homolog 12.20312614 L4_chemical_A3 +LQ04X002570 Cystinosin homolog 13.12283077 L4_chemical_B1 +LQ04X002570 Cystinosin homolog 13.08768964 L4_chemical_B2 +LQ04X002570 Cystinosin homolog 13.61126062 L4_chemical_B3 +LQ04X002570 Cystinosin homolog 14.00989983 L4_chemical_C2 +LQ04X002570 Cystinosin homolog 14.14738021 L4_chemical_C3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.63772444 C6_control_A1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 12.14346471 C6_control_A3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.25530425 C6_control_B1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.30684397 C6_control_B2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.47599026 C6_control_B3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.45463776 C6_control_C1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.37038245 C6_control_C2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.09062874 C6_control_C3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.47182286 C6_chemical_A1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.80593992 C6_chemical_A3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.02032537 C6_chemical_B1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.25590974 C6_chemical_B2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.09274196 C6_chemical_B3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.37666047 C6_chemical_C1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.58782241 C6_chemical_C2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.02284864 C6_chemical_C3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.55049317 L4_control_A1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.79097505 L4_control_A2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 12.52103105 L4_control_A3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 10.8861634 L4_control_B1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.36801495 L4_control_B2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.07318717 L4_control_B3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.64404067 L4_control_C2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.17735291 L4_control_C3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.5316363 L4_chemical_A1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.48421278 L4_chemical_A2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 12.20900667 L4_chemical_A3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.05836124 L4_chemical_B1 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.12603936 L4_chemical_B2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 10.95832694 L4_chemical_B3 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.66580634 L4_chemical_C2 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.26131085 L4_chemical_C3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.56823605 C6_control_A1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 13.36009629 C6_control_A3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.59660192 C6_control_B1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.07260443 C6_control_B2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.34022286 C6_control_B3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.72162103 C6_control_C1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.95486087 C6_control_C2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.75950763 C6_control_C3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.73941048 C6_chemical_A1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 13.22961005 C6_chemical_A3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.4486448 C6_chemical_B1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.20938195 C6_chemical_B2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.04846139 C6_chemical_B3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.77622152 C6_chemical_C1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.84147979 C6_chemical_C2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.15837859 C6_chemical_C3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 13.27923524 L4_control_A1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 13.12352764 L4_control_A2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 13.15228689 L4_control_A3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.453761 L4_control_B1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.79724787 L4_control_B2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.36583418 L4_control_B3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.88439878 L4_control_C2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.86306807 L4_control_C3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 13.01372346 L4_chemical_A1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 13.32479242 L4_chemical_A2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 13.06830157 L4_chemical_A3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.780296 L4_chemical_B1 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.76626787 L4_chemical_B2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.57017506 L4_chemical_B3 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.09846418 L4_chemical_C2 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 11.82739382 L4_chemical_C3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.28501394 C6_control_A1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.4126811 C6_control_A3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.00336103 C6_control_B1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.16675044 C6_control_B2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.01429371 C6_control_B3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.78233049 C6_control_C1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.45050381 C6_control_C2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.62005922 C6_control_C3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.2110001 C6_chemical_A1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.77057552 C6_chemical_A3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.19032932 C6_chemical_B1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.15298715 C6_chemical_B2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.98399358 C6_chemical_B3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.30685711 C6_chemical_C1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.53591894 C6_chemical_C2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.39064168 C6_chemical_C3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.08426738 L4_control_A1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.89593723 L4_control_A2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.36304737 L4_control_A3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.82974932 L4_control_B1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.28493083 L4_control_B2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.02156626 L4_control_B3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.56189283 L4_control_C2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.97409995 L4_control_C3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.93790701 L4_chemical_A1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.65337604 L4_chemical_A2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.32829253 L4_chemical_A3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.81776758 L4_chemical_B1 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 10.67949196 L4_chemical_B2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.11580711 L4_chemical_B3 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.62940127 L4_chemical_C2 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.17342324 L4_chemical_C3 +LQ04X002630 Putative uncharacterized protein 12.64259238 C6_control_A1 +LQ04X002630 Putative uncharacterized protein 12.52714813 C6_control_A3 +LQ04X002630 Putative uncharacterized protein 12.59433399 C6_control_B1 +LQ04X002630 Putative uncharacterized protein 12.65978696 C6_control_B2 +LQ04X002630 Putative uncharacterized protein 12.60523766 C6_control_B3 +LQ04X002630 Putative uncharacterized protein 11.94203583 C6_control_C1 +LQ04X002630 Putative uncharacterized protein 12.53765502 C6_control_C2 +LQ04X002630 Putative uncharacterized protein 12.1826782 C6_control_C3 +LQ04X002630 Putative uncharacterized protein 12.54667775 C6_chemical_A1 +LQ04X002630 Putative uncharacterized protein 12.55234311 C6_chemical_A3 +LQ04X002630 Putative uncharacterized protein 12.3545671 C6_chemical_B1 +LQ04X002630 Putative uncharacterized protein 12.26588202 C6_chemical_B2 +LQ04X002630 Putative uncharacterized protein 12.31964222 C6_chemical_B3 +LQ04X002630 Putative uncharacterized protein 12.05332421 C6_chemical_C1 +LQ04X002630 Putative uncharacterized protein 12.33782561 C6_chemical_C2 +LQ04X002630 Putative uncharacterized protein 12.0986806 C6_chemical_C3 +LQ04X002630 Putative uncharacterized protein 12.28988516 L4_control_A1 +LQ04X002630 Putative uncharacterized protein 12.65630274 L4_control_A2 +LQ04X002630 Putative uncharacterized protein 11.99376159 L4_control_A3 +LQ04X002630 Putative uncharacterized protein 12.530226 L4_control_B1 +LQ04X002630 Putative uncharacterized protein 12.70556471 L4_control_B2 +LQ04X002630 Putative uncharacterized protein 12.29796244 L4_control_B3 +LQ04X002630 Putative uncharacterized protein 12.29852126 L4_control_C2 +LQ04X002630 Putative uncharacterized protein 12.05102256 L4_control_C3 +LQ04X002630 Putative uncharacterized protein 12.15408919 L4_chemical_A1 +LQ04X002630 Putative uncharacterized protein 12.51856944 L4_chemical_A2 +LQ04X002630 Putative uncharacterized protein 11.95390388 L4_chemical_A3 +LQ04X002630 Putative uncharacterized protein 12.46998921 L4_chemical_B1 +LQ04X002630 Putative uncharacterized protein 12.68530804 L4_chemical_B2 +LQ04X002630 Putative uncharacterized protein 12.36050988 L4_chemical_B3 +LQ04X002630 Putative uncharacterized protein 11.92512004 L4_chemical_C2 +LQ04X002630 Putative uncharacterized protein 11.69558372 L4_chemical_C3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.517391467 C6_control_A1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.166964514 C6_control_A3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.470671478 C6_control_B1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.588524385 C6_control_B2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.647048004 C6_control_B3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.847197078 C6_control_C1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 6.39334831 C6_control_C2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.94770794 C6_control_C3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.291448935 C6_chemical_A1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.541567993 C6_chemical_A3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.737727449 C6_chemical_B1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.385998717 C6_chemical_B2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.623866236 C6_chemical_B3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.631770027 C6_chemical_C1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.843310792 C6_chemical_C2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.83591033 C6_chemical_C3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.591939223 L4_control_A1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.36351469 L4_control_A2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 4.826030113 L4_control_A3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.084100222 L4_control_B1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.409612528 L4_control_B2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.350158899 L4_control_B3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.694302366 L4_control_C2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.760164886 L4_control_C3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.435632558 L4_chemical_A1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.640602237 L4_chemical_A2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.366358335 L4_chemical_A3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.51742529 L4_chemical_B1 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.014275487 L4_chemical_B2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.69794236 L4_chemical_B3 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.413449096 L4_chemical_C2 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.414725157 L4_chemical_C3 +LQ04X002650 Predicted protein 5.881222147 C6_control_A1 +LQ04X002650 Predicted protein 6.478381029 C6_control_A3 +LQ04X002650 Predicted protein 5.473400217 C6_control_B1 +LQ04X002650 Predicted protein 5.376122372 C6_control_B2 +LQ04X002650 Predicted protein 5.986687461 C6_control_B3 +LQ04X002650 Predicted protein 5.254097492 C6_control_C1 +LQ04X002650 Predicted protein 5.530559619 C6_control_C2 +LQ04X002650 Predicted protein 5.610499873 C6_control_C3 +LQ04X002650 Predicted protein 5.747410252 C6_chemical_A1 +LQ04X002650 Predicted protein 5.763817304 C6_chemical_A3 +LQ04X002650 Predicted protein 5.387451981 C6_chemical_B1 +LQ04X002650 Predicted protein 5.472789429 C6_chemical_B2 +LQ04X002650 Predicted protein 5.537059622 C6_chemical_B3 +LQ04X002650 Predicted protein 5.565322799 C6_chemical_C1 +LQ04X002650 Predicted protein 5.428507063 C6_chemical_C2 +LQ04X002650 Predicted protein 5.490910616 C6_chemical_C3 +LQ04X002650 Predicted protein 6.068516013 L4_control_A1 +LQ04X002650 Predicted protein 6.044642002 L4_control_A2 +LQ04X002650 Predicted protein 6.652087465 L4_control_A3 +LQ04X002650 Predicted protein 6.669482157 L4_control_B1 +LQ04X002650 Predicted protein 5.251683703 L4_control_B2 +LQ04X002650 Predicted protein 5.463082893 L4_control_B3 +LQ04X002650 Predicted protein 5.75492898 L4_control_C2 +LQ04X002650 Predicted protein 5.589459435 L4_control_C3 +LQ04X002650 Predicted protein 5.807396101 L4_chemical_A1 +LQ04X002650 Predicted protein 6.269676967 L4_chemical_A2 +LQ04X002650 Predicted protein 5.726264767 L4_chemical_A3 +LQ04X002650 Predicted protein 6.129193269 L4_chemical_B1 +LQ04X002650 Predicted protein 6.210847594 L4_chemical_B2 +LQ04X002650 Predicted protein 5.716009793 L4_chemical_B3 +LQ04X002650 Predicted protein 6.571500108 L4_chemical_C2 +LQ04X002650 Predicted protein 5.842084093 L4_chemical_C3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.68295774 C6_control_A1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.19697462 C6_control_A3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.97252522 C6_control_B1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.29259161 C6_control_B2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.1287682 C6_control_B3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.94283985 C6_control_C1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.13934698 C6_control_C2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.51469293 C6_control_C3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.55229207 C6_chemical_A1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.62033774 C6_chemical_A3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.97353716 C6_chemical_B1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.29672147 C6_chemical_B2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.32585374 C6_chemical_B3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.69038101 C6_chemical_C1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.90074401 C6_chemical_C2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.59666467 C6_chemical_C3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.70872736 L4_control_A1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.99243518 L4_control_A2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 10.95672547 L4_control_A3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.19758536 L4_control_B1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.5487196 L4_control_B2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 13.33036554 L4_control_B3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.17076523 L4_control_C2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.87292028 L4_control_C3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.23426998 L4_chemical_A1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.51363294 L4_chemical_A2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.14913864 L4_chemical_A3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.00145716 L4_chemical_B1 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.78111558 L4_chemical_B2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.41508507 L4_chemical_B3 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.85060835 L4_chemical_C2 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 12.54537927 L4_chemical_C3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.145491854 C6_control_A1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.477752386 C6_control_A3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.26116237 C6_control_B1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.156791412 C6_control_B2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.442462164 C6_control_B3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.9437227 C6_control_C1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.238729413 C6_control_C2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.349522145 C6_control_C3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.23100556 C6_chemical_A1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.118443125 C6_chemical_A3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.404642362 C6_chemical_B1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.416464914 C6_chemical_B2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.152224387 C6_chemical_B3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.025006173 C6_chemical_C1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.280373044 C6_chemical_C2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.879208754 C6_chemical_C3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.840566363 L4_control_A1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.318341813 L4_control_A2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.253954082 L4_control_A3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.174523244 L4_control_B1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.640626697 L4_control_B2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 4.918492255 L4_control_B3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.818756845 L4_control_C2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.223510672 L4_control_C3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.10605686 L4_chemical_A1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.277768798 L4_chemical_A2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.513905515 L4_chemical_A3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.643950689 L4_chemical_B1 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.567886822 L4_chemical_B2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.02540041 L4_chemical_B3 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.410017512 L4_chemical_C2 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.685788299 L4_chemical_C3 +LQ04X002710 Prohibitin-1, mitochondrial 6.315201998 C6_control_A1 +LQ04X002710 Prohibitin-1, mitochondrial 7.03739089 C6_control_A3 +LQ04X002710 Prohibitin-1, mitochondrial 6.813962375 C6_control_B1 +LQ04X002710 Prohibitin-1, mitochondrial 6.189834533 C6_control_B2 +LQ04X002710 Prohibitin-1, mitochondrial 6.62118494 C6_control_B3 +LQ04X002710 Prohibitin-1, mitochondrial 6.134881344 C6_control_C1 +LQ04X002710 Prohibitin-1, mitochondrial 6.701427527 C6_control_C2 +LQ04X002710 Prohibitin-1, mitochondrial 5.96522089 C6_control_C3 +LQ04X002710 Prohibitin-1, mitochondrial 6.026429385 C6_chemical_A1 +LQ04X002710 Prohibitin-1, mitochondrial 6.002193939 C6_chemical_A3 +LQ04X002710 Prohibitin-1, mitochondrial 6.663712421 C6_chemical_B1 +LQ04X002710 Prohibitin-1, mitochondrial 6.09650528 C6_chemical_B2 +LQ04X002710 Prohibitin-1, mitochondrial 6.495078328 C6_chemical_B3 +LQ04X002710 Prohibitin-1, mitochondrial 5.728333252 C6_chemical_C1 +LQ04X002710 Prohibitin-1, mitochondrial 6.022851255 C6_chemical_C2 +LQ04X002710 Prohibitin-1, mitochondrial 5.626124051 C6_chemical_C3 +LQ04X002710 Prohibitin-1, mitochondrial 6.224583977 L4_control_A1 +LQ04X002710 Prohibitin-1, mitochondrial 6.616150996 L4_control_A2 +LQ04X002710 Prohibitin-1, mitochondrial 6.661230493 L4_control_A3 +LQ04X002710 Prohibitin-1, mitochondrial 6.068060647 L4_control_B1 +LQ04X002710 Prohibitin-1, mitochondrial 5.964445569 L4_control_B2 +LQ04X002710 Prohibitin-1, mitochondrial 6.267389976 L4_control_B3 +LQ04X002710 Prohibitin-1, mitochondrial 6.720933902 L4_control_C2 +LQ04X002710 Prohibitin-1, mitochondrial 5.733313761 L4_control_C3 +LQ04X002710 Prohibitin-1, mitochondrial 5.491240294 L4_chemical_A1 +LQ04X002710 Prohibitin-1, mitochondrial 6.417097282 L4_chemical_A2 +LQ04X002710 Prohibitin-1, mitochondrial 6.388336378 L4_chemical_A3 +LQ04X002710 Prohibitin-1, mitochondrial 6.667894728 L4_chemical_B1 +LQ04X002710 Prohibitin-1, mitochondrial 5.955024644 L4_chemical_B2 +LQ04X002710 Prohibitin-1, mitochondrial 6.157442222 L4_chemical_B3 +LQ04X002710 Prohibitin-1, mitochondrial 7.293540716 L4_chemical_C2 +LQ04X002710 Prohibitin-1, mitochondrial 5.557668518 L4_chemical_C3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.19693647 C6_control_A1 +LQ04X002730 Ribosomal protein L2 (Fragment) 13.01039174 C6_control_A3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.21919485 C6_control_B1 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.9367197 C6_control_B2 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.05980885 C6_control_B3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.36139756 C6_control_C1 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.54742134 C6_control_C2 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.24152386 C6_control_C3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.10789995 C6_chemical_A1 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.56819459 C6_chemical_A3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.04687946 C6_chemical_B1 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.98275075 C6_chemical_B2 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.88338705 C6_chemical_B3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.08624166 C6_chemical_C1 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.25527705 C6_chemical_C2 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.81472543 C6_chemical_C3 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.60140512 L4_control_A1 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.8839927 L4_control_A2 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.50733595 L4_control_A3 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.89532892 L4_control_B1 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.98845354 L4_control_B2 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.50383245 L4_control_B3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.78633509 L4_control_C2 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.01160992 L4_control_C3 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.74112718 L4_chemical_A1 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.90130575 L4_chemical_A2 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.33776493 L4_chemical_A3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.15383997 L4_chemical_B1 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.36919819 L4_chemical_B2 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.42142423 L4_chemical_B3 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.76790061 L4_chemical_C2 +LQ04X002730 Ribosomal protein L2 (Fragment) 11.87700532 L4_chemical_C3 +LQ04X002740 Putative uncharacterized protein 13.6842363 C6_control_A1 +LQ04X002740 Putative uncharacterized protein 13.76369684 C6_control_A3 +LQ04X002740 Putative uncharacterized protein 13.83008962 C6_control_B1 +LQ04X002740 Putative uncharacterized protein 14.04157105 C6_control_B2 +LQ04X002740 Putative uncharacterized protein 13.81279135 C6_control_B3 +LQ04X002740 Putative uncharacterized protein 14.24213739 C6_control_C1 +LQ04X002740 Putative uncharacterized protein 14.0360266 C6_control_C2 +LQ04X002740 Putative uncharacterized protein 14.41124001 C6_control_C3 +LQ04X002740 Putative uncharacterized protein 13.51951815 C6_chemical_A1 +LQ04X002740 Putative uncharacterized protein 13.47417696 C6_chemical_A3 +LQ04X002740 Putative uncharacterized protein 13.42945171 C6_chemical_B1 +LQ04X002740 Putative uncharacterized protein 14.15944108 C6_chemical_B2 +LQ04X002740 Putative uncharacterized protein 13.71109784 C6_chemical_B3 +LQ04X002740 Putative uncharacterized protein 14.19103829 C6_chemical_C1 +LQ04X002740 Putative uncharacterized protein 14.07904867 C6_chemical_C2 +LQ04X002740 Putative uncharacterized protein 14.22375265 C6_chemical_C3 +LQ04X002740 Putative uncharacterized protein 13.37568875 L4_control_A1 +LQ04X002740 Putative uncharacterized protein 13.57859186 L4_control_A2 +LQ04X002740 Putative uncharacterized protein 12.35767931 L4_control_A3 +LQ04X002740 Putative uncharacterized protein 13.19115591 L4_control_B1 +LQ04X002740 Putative uncharacterized protein 12.49479839 L4_control_B2 +LQ04X002740 Putative uncharacterized protein 13.64585625 L4_control_B3 +LQ04X002740 Putative uncharacterized protein 12.51947523 L4_control_C2 +LQ04X002740 Putative uncharacterized protein 13.29960261 L4_control_C3 +LQ04X002740 Putative uncharacterized protein 13.82127299 L4_chemical_A1 +LQ04X002740 Putative uncharacterized protein 13.50026021 L4_chemical_A2 +LQ04X002740 Putative uncharacterized protein 12.56582893 L4_chemical_A3 +LQ04X002740 Putative uncharacterized protein 12.69378554 L4_chemical_B1 +LQ04X002740 Putative uncharacterized protein 13.10541518 L4_chemical_B2 +LQ04X002740 Putative uncharacterized protein 13.63530007 L4_chemical_B3 +LQ04X002740 Putative uncharacterized protein 12.38901207 L4_chemical_C2 +LQ04X002740 Putative uncharacterized protein 13.3391764 L4_chemical_C3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.918681001 C6_control_A1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.584099676 C6_control_A3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.917290316 C6_control_B1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.363244921 C6_control_B2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 7.041267088 C6_control_B3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 5.923969425 C6_control_C1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 5.971195577 C6_control_C2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.230005975 C6_control_C3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.825269423 C6_chemical_A1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.319911968 C6_chemical_A3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.714912902 C6_chemical_B1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.363659693 C6_chemical_B2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.477204229 C6_chemical_B3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 5.905680893 C6_chemical_C1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.01081277 C6_chemical_C2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.233240357 C6_chemical_C3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.461576736 L4_control_A1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 7.581547161 L4_control_A2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.886744518 L4_control_A3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.486186081 L4_control_B1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.469087367 L4_control_B2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.5301465 L4_control_B3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.191181405 L4_control_C2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.491295963 L4_control_C3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.323572563 L4_chemical_A1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 7.176757725 L4_chemical_A2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.908949331 L4_chemical_A3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 7.231337906 L4_chemical_B1 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.627985383 L4_chemical_B2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.540238635 L4_chemical_B3 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.517460515 L4_chemical_C2 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.87299231 L4_chemical_C3 +LQ04X002760 Lysine histidine transporter 1 5.193075003 C6_control_A1 +LQ04X002760 Lysine histidine transporter 1 5.169377245 C6_control_A3 +LQ04X002760 Lysine histidine transporter 1 5.734702998 C6_control_B1 +LQ04X002760 Lysine histidine transporter 1 5.286391123 C6_control_B2 +LQ04X002760 Lysine histidine transporter 1 5.64508956 C6_control_B3 +LQ04X002760 Lysine histidine transporter 1 5.240230216 C6_control_C1 +LQ04X002760 Lysine histidine transporter 1 5.345091968 C6_control_C2 +LQ04X002760 Lysine histidine transporter 1 5.198901637 C6_control_C3 +LQ04X002760 Lysine histidine transporter 1 5.163272387 C6_chemical_A1 +LQ04X002760 Lysine histidine transporter 1 5.181617456 C6_chemical_A3 +LQ04X002760 Lysine histidine transporter 1 5.678874709 C6_chemical_B1 +LQ04X002760 Lysine histidine transporter 1 5.371817153 C6_chemical_B2 +LQ04X002760 Lysine histidine transporter 1 5.261662184 C6_chemical_B3 +LQ04X002760 Lysine histidine transporter 1 5.456451808 C6_chemical_C1 +LQ04X002760 Lysine histidine transporter 1 5.363003383 C6_chemical_C2 +LQ04X002760 Lysine histidine transporter 1 5.317991647 C6_chemical_C3 +LQ04X002760 Lysine histidine transporter 1 5.392727401 L4_control_A1 +LQ04X002760 Lysine histidine transporter 1 5.98791228 L4_control_A2 +LQ04X002760 Lysine histidine transporter 1 5.458895321 L4_control_A3 +LQ04X002760 Lysine histidine transporter 1 5.87777255 L4_control_B1 +LQ04X002760 Lysine histidine transporter 1 5.5256403 L4_control_B2 +LQ04X002760 Lysine histidine transporter 1 5.48508723 L4_control_B3 +LQ04X002760 Lysine histidine transporter 1 5.938312338 L4_control_C2 +LQ04X002760 Lysine histidine transporter 1 6.427565096 L4_control_C3 +LQ04X002760 Lysine histidine transporter 1 5.369190359 L4_chemical_A1 +LQ04X002760 Lysine histidine transporter 1 5.590708485 L4_chemical_A2 +LQ04X002760 Lysine histidine transporter 1 5.688162753 L4_chemical_A3 +LQ04X002760 Lysine histidine transporter 1 5.549110402 L4_chemical_B1 +LQ04X002760 Lysine histidine transporter 1 5.542583604 L4_chemical_B2 +LQ04X002760 Lysine histidine transporter 1 5.312927864 L4_chemical_B3 +LQ04X002760 Lysine histidine transporter 1 7.076234707 L4_chemical_C2 +LQ04X002760 Lysine histidine transporter 1 6.15526639 L4_chemical_C3 +LQ04X002800 Putative uncharacterized protein 7.917847914 C6_control_A1 +LQ04X002800 Putative uncharacterized protein 8.751058543 C6_control_A3 +LQ04X002800 Putative uncharacterized protein 9.201203259 C6_control_B1 +LQ04X002800 Putative uncharacterized protein 8.397054888 C6_control_B2 +LQ04X002800 Putative uncharacterized protein 8.160017918 C6_control_B3 +LQ04X002800 Putative uncharacterized protein 10.70897242 C6_control_C1 +LQ04X002800 Putative uncharacterized protein 10.94812542 C6_control_C2 +LQ04X002800 Putative uncharacterized protein 10.12038628 C6_control_C3 +LQ04X002800 Putative uncharacterized protein 9.493658129 C6_chemical_A1 +LQ04X002800 Putative uncharacterized protein 10.39577043 C6_chemical_A3 +LQ04X002800 Putative uncharacterized protein 10.34301036 C6_chemical_B1 +LQ04X002800 Putative uncharacterized protein 9.113307824 C6_chemical_B2 +LQ04X002800 Putative uncharacterized protein 8.575550266 C6_chemical_B3 +LQ04X002800 Putative uncharacterized protein 11.58888911 C6_chemical_C1 +LQ04X002800 Putative uncharacterized protein 10.72691291 C6_chemical_C2 +LQ04X002800 Putative uncharacterized protein 11.01544615 C6_chemical_C3 +LQ04X002800 Putative uncharacterized protein 7.306207537 L4_control_A1 +LQ04X002800 Putative uncharacterized protein 7.606326448 L4_control_A2 +LQ04X002800 Putative uncharacterized protein 6.772848789 L4_control_A3 +LQ04X002800 Putative uncharacterized protein 9.377552242 L4_control_B1 +LQ04X002800 Putative uncharacterized protein 8.837472153 L4_control_B2 +LQ04X002800 Putative uncharacterized protein 8.241040341 L4_control_B3 +LQ04X002800 Putative uncharacterized protein 10.75303641 L4_control_C2 +LQ04X002800 Putative uncharacterized protein 9.721020974 L4_control_C3 +LQ04X002800 Putative uncharacterized protein 8.86115896 L4_chemical_A1 +LQ04X002800 Putative uncharacterized protein 9.917485341 L4_chemical_A2 +LQ04X002800 Putative uncharacterized protein 7.637926612 L4_chemical_A3 +LQ04X002800 Putative uncharacterized protein 9.477771023 L4_chemical_B1 +LQ04X002800 Putative uncharacterized protein 10.19057756 L4_chemical_B2 +LQ04X002800 Putative uncharacterized protein 7.504271416 L4_chemical_B3 +LQ04X002800 Putative uncharacterized protein 10.89157177 L4_chemical_C2 +LQ04X002800 Putative uncharacterized protein 10.78307725 L4_chemical_C3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.25031822 C6_control_A1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.07672125 C6_control_A3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.64673361 C6_control_B1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.51149437 C6_control_B2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.51953918 C6_control_B3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.68018529 C6_control_C1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.42338098 C6_control_C2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.58584484 C6_control_C3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.35498108 C6_chemical_A1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.21161389 C6_chemical_A3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.57995403 C6_chemical_B1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.46943287 C6_chemical_B2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.45360647 C6_chemical_B3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.71314214 C6_chemical_C1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.34757484 C6_chemical_C2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.16232068 C6_chemical_C3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.57715022 L4_control_A1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.29744711 L4_control_A2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.67481239 L4_control_A3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.25907389 L4_control_B1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.03372701 L4_control_B2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 11.94165695 L4_control_B3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.71505716 L4_control_C2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.24595167 L4_control_C3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.36032294 L4_chemical_A1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.18299788 L4_chemical_A2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.46348503 L4_chemical_A3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.68756119 L4_chemical_B1 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.96405005 L4_chemical_B2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.35869564 L4_chemical_B3 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.58406208 L4_chemical_C2 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 12.22332719 L4_chemical_C3 +LQ04X002830 Kelch repeat-containing protein At3g27220 9.18097562 C6_control_A1 +LQ04X002830 Kelch repeat-containing protein At3g27220 9.204612222 C6_control_A3 +LQ04X002830 Kelch repeat-containing protein At3g27220 7.837810159 C6_control_B1 +LQ04X002830 Kelch repeat-containing protein At3g27220 7.494675821 C6_control_B2 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.250625352 C6_control_B3 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.908788347 C6_control_C1 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.3673434 C6_control_C2 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.387429432 C6_control_C3 +LQ04X002830 Kelch repeat-containing protein At3g27220 8.948046852 C6_chemical_A1 +LQ04X002830 Kelch repeat-containing protein At3g27220 8.807211615 C6_chemical_A3 +LQ04X002830 Kelch repeat-containing protein At3g27220 7.224368042 C6_chemical_B1 +LQ04X002830 Kelch repeat-containing protein At3g27220 7.375921846 C6_chemical_B2 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.157449635 C6_chemical_B3 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.481714777 C6_chemical_C1 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.465923643 C6_chemical_C2 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.344826852 C6_chemical_C3 +LQ04X002830 Kelch repeat-containing protein At3g27220 9.158508013 L4_control_A1 +LQ04X002830 Kelch repeat-containing protein At3g27220 9.027322192 L4_control_A2 +LQ04X002830 Kelch repeat-containing protein At3g27220 9.732144807 L4_control_A3 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.916205142 L4_control_B1 +LQ04X002830 Kelch repeat-containing protein At3g27220 7.393402852 L4_control_B2 +LQ04X002830 Kelch repeat-containing protein At3g27220 7.067693807 L4_control_B3 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.794932349 L4_control_C2 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.40650643 L4_control_C3 +LQ04X002830 Kelch repeat-containing protein At3g27220 10.66492981 L4_chemical_A1 +LQ04X002830 Kelch repeat-containing protein At3g27220 8.164098989 L4_chemical_A2 +LQ04X002830 Kelch repeat-containing protein At3g27220 9.8347597 L4_chemical_A3 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.729291185 L4_chemical_B1 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.875030428 L4_chemical_B2 +LQ04X002830 Kelch repeat-containing protein At3g27220 7.212786332 L4_chemical_B3 +LQ04X002830 Kelch repeat-containing protein At3g27220 6.942635575 L4_chemical_C2 +LQ04X002830 Kelch repeat-containing protein At3g27220 7.518010945 L4_chemical_C3 +LQ04X002840 SET domain protein 5.543118712 C6_control_A1 +LQ04X002840 SET domain protein 5.819389593 C6_control_A3 +LQ04X002840 SET domain protein 5.52625317 C6_control_B1 +LQ04X002840 SET domain protein 5.635775684 C6_control_B2 +LQ04X002840 SET domain protein 5.401828673 C6_control_B3 +LQ04X002840 SET domain protein 5.863862179 C6_control_C1 +LQ04X002840 SET domain protein 6.338149306 C6_control_C2 +LQ04X002840 SET domain protein 5.937142419 C6_control_C3 +LQ04X002840 SET domain protein 5.488632194 C6_chemical_A1 +LQ04X002840 SET domain protein 5.549831447 C6_chemical_A3 +LQ04X002840 SET domain protein 6.335468122 C6_chemical_B1 +LQ04X002840 SET domain protein 5.788143338 C6_chemical_B2 +LQ04X002840 SET domain protein 5.047058428 C6_chemical_B3 +LQ04X002840 SET domain protein 5.749066511 C6_chemical_C1 +LQ04X002840 SET domain protein 6.069973406 C6_chemical_C2 +LQ04X002840 SET domain protein 5.666692867 C6_chemical_C3 +LQ04X002840 SET domain protein 5.482117276 L4_control_A1 +LQ04X002840 SET domain protein 5.832985429 L4_control_A2 +LQ04X002840 SET domain protein 5.236449823 L4_control_A3 +LQ04X002840 SET domain protein 5.484458916 L4_control_B1 +LQ04X002840 SET domain protein 5.37431556 L4_control_B2 +LQ04X002840 SET domain protein 5.450858549 L4_control_B3 +LQ04X002840 SET domain protein 5.358470816 L4_control_C2 +LQ04X002840 SET domain protein 5.457124109 L4_control_C3 +LQ04X002840 SET domain protein 5.918572273 L4_chemical_A1 +LQ04X002840 SET domain protein 5.847419067 L4_chemical_A2 +LQ04X002840 SET domain protein 5.589067108 L4_chemical_A3 +LQ04X002840 SET domain protein 5.956062799 L4_chemical_B1 +LQ04X002840 SET domain protein 5.813061141 L4_chemical_B2 +LQ04X002840 SET domain protein 5.327689677 L4_chemical_B3 +LQ04X002840 SET domain protein 5.855205921 L4_chemical_C2 +LQ04X002840 SET domain protein 5.75560805 L4_chemical_C3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.111293595 C6_control_A1 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.529950926 C6_control_A3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.349556457 C6_control_B1 +LQ04X002850 4-coumarate--CoA ligase-like 9 4.97967627 C6_control_B2 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.600629727 C6_control_B3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.24959249 C6_control_C1 +LQ04X002850 4-coumarate--CoA ligase-like 9 4.915706867 C6_control_C2 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.116154689 C6_control_C3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.390849513 C6_chemical_A1 +LQ04X002850 4-coumarate--CoA ligase-like 9 4.929510513 C6_chemical_A3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.906439757 C6_chemical_B1 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.252354141 C6_chemical_B2 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.450607267 C6_chemical_B3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.061121578 C6_chemical_C1 +LQ04X002850 4-coumarate--CoA ligase-like 9 4.979762861 C6_chemical_C2 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.08213825 C6_chemical_C3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.319246181 L4_control_A1 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.062355831 L4_control_A2 +LQ04X002850 4-coumarate--CoA ligase-like 9 4.866073569 L4_control_A3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.101855576 L4_control_B1 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.45903454 L4_control_B2 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.408195724 L4_control_B3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.804146855 L4_control_C2 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.496785913 L4_control_C3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.095572041 L4_chemical_A1 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.476503549 L4_chemical_A2 +LQ04X002850 4-coumarate--CoA ligase-like 9 4.977020943 L4_chemical_A3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.783236695 L4_chemical_B1 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.652313182 L4_chemical_B2 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.951365504 L4_chemical_B3 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.339673138 L4_chemical_C2 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.244166967 L4_chemical_C3 +LQ04X002860 Putative uncharacterized protein 5.746248784 C6_control_A1 +LQ04X002860 Putative uncharacterized protein 6.287051276 C6_control_A3 +LQ04X002860 Putative uncharacterized protein 5.617598656 C6_control_B1 +LQ04X002860 Putative uncharacterized protein 6.353445706 C6_control_B2 +LQ04X002860 Putative uncharacterized protein 5.917749569 C6_control_B3 +LQ04X002860 Putative uncharacterized protein 6.004757597 C6_control_C1 +LQ04X002860 Putative uncharacterized protein 6.858196612 C6_control_C2 +LQ04X002860 Putative uncharacterized protein 6.526310524 C6_control_C3 +LQ04X002860 Putative uncharacterized protein 6.256292717 C6_chemical_A1 +LQ04X002860 Putative uncharacterized protein 6.139269379 C6_chemical_A3 +LQ04X002860 Putative uncharacterized protein 6.104936557 C6_chemical_B1 +LQ04X002860 Putative uncharacterized protein 6.870722358 C6_chemical_B2 +LQ04X002860 Putative uncharacterized protein 6.233975394 C6_chemical_B3 +LQ04X002860 Putative uncharacterized protein 7.040850965 C6_chemical_C1 +LQ04X002860 Putative uncharacterized protein 7.213306658 C6_chemical_C2 +LQ04X002860 Putative uncharacterized protein 6.914050133 C6_chemical_C3 +LQ04X002860 Putative uncharacterized protein 6.27425417 L4_control_A1 +LQ04X002860 Putative uncharacterized protein 6.340258362 L4_control_A2 +LQ04X002860 Putative uncharacterized protein 6.571594522 L4_control_A3 +LQ04X002860 Putative uncharacterized protein 6.356847003 L4_control_B1 +LQ04X002860 Putative uncharacterized protein 5.934670315 L4_control_B2 +LQ04X002860 Putative uncharacterized protein 5.9265536 L4_control_B3 +LQ04X002860 Putative uncharacterized protein 5.861260477 L4_control_C2 +LQ04X002860 Putative uncharacterized protein 6.280989303 L4_control_C3 +LQ04X002860 Putative uncharacterized protein 6.773655604 L4_chemical_A1 +LQ04X002860 Putative uncharacterized protein 6.455213282 L4_chemical_A2 +LQ04X002860 Putative uncharacterized protein 6.597176247 L4_chemical_A3 +LQ04X002860 Putative uncharacterized protein 6.478951497 L4_chemical_B1 +LQ04X002860 Putative uncharacterized protein 6.260851969 L4_chemical_B2 +LQ04X002860 Putative uncharacterized protein 6.31222949 L4_chemical_B3 +LQ04X002860 Putative uncharacterized protein 5.70650886 L4_chemical_C2 +LQ04X002860 Putative uncharacterized protein 5.980882178 L4_chemical_C3 +LQ04X002870 COP9 signalosome complex subunit 3 5.069053442 C6_control_A1 +LQ04X002870 COP9 signalosome complex subunit 3 5.218018222 C6_control_A3 +LQ04X002870 COP9 signalosome complex subunit 3 5.483370884 C6_control_B1 +LQ04X002870 COP9 signalosome complex subunit 3 5.542654012 C6_control_B2 +LQ04X002870 COP9 signalosome complex subunit 3 5.49643228 C6_control_B3 +LQ04X002870 COP9 signalosome complex subunit 3 5.469812916 C6_control_C1 +LQ04X002870 COP9 signalosome complex subunit 3 6.398975415 C6_control_C2 +LQ04X002870 COP9 signalosome complex subunit 3 5.304706931 C6_control_C3 +LQ04X002870 COP9 signalosome complex subunit 3 5.297190318 C6_chemical_A1 +LQ04X002870 COP9 signalosome complex subunit 3 5.062274946 C6_chemical_A3 +LQ04X002870 COP9 signalosome complex subunit 3 5.199969175 C6_chemical_B1 +LQ04X002870 COP9 signalosome complex subunit 3 5.416484967 C6_chemical_B2 +LQ04X002870 COP9 signalosome complex subunit 3 5.569949473 C6_chemical_B3 +LQ04X002870 COP9 signalosome complex subunit 3 5.767251231 C6_chemical_C1 +LQ04X002870 COP9 signalosome complex subunit 3 5.736844237 C6_chemical_C2 +LQ04X002870 COP9 signalosome complex subunit 3 5.453444055 C6_chemical_C3 +LQ04X002870 COP9 signalosome complex subunit 3 5.195375846 L4_control_A1 +LQ04X002870 COP9 signalosome complex subunit 3 5.627102509 L4_control_A2 +LQ04X002870 COP9 signalosome complex subunit 3 5.407223936 L4_control_A3 +LQ04X002870 COP9 signalosome complex subunit 3 4.867098151 L4_control_B1 +LQ04X002870 COP9 signalosome complex subunit 3 5.931225376 L4_control_B2 +LQ04X002870 COP9 signalosome complex subunit 3 5.066797917 L4_control_B3 +LQ04X002870 COP9 signalosome complex subunit 3 5.523278174 L4_control_C2 +LQ04X002870 COP9 signalosome complex subunit 3 5.807801303 L4_control_C3 +LQ04X002870 COP9 signalosome complex subunit 3 5.072996793 L4_chemical_A1 +LQ04X002870 COP9 signalosome complex subunit 3 5.434408023 L4_chemical_A2 +LQ04X002870 COP9 signalosome complex subunit 3 5.896485174 L4_chemical_A3 +LQ04X002870 COP9 signalosome complex subunit 3 4.990054394 L4_chemical_B1 +LQ04X002870 COP9 signalosome complex subunit 3 5.145220324 L4_chemical_B2 +LQ04X002870 COP9 signalosome complex subunit 3 5.207005731 L4_chemical_B3 +LQ04X002870 COP9 signalosome complex subunit 3 4.781288923 L4_chemical_C2 +LQ04X002870 COP9 signalosome complex subunit 3 6.091141683 L4_chemical_C3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.56464493 C6_control_A1 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.74194397 C6_control_A3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.1658497 C6_control_B1 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.17094082 C6_control_B2 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.20513902 C6_control_B3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.31143362 C6_control_C1 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.21240979 C6_control_C2 +LQ04X002880 Putative Viral IAP-associated factor homolog 11.9897704 C6_control_C3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.47655379 C6_chemical_A1 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.61420359 C6_chemical_A3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.11220413 C6_chemical_B1 +LQ04X002880 Putative Viral IAP-associated factor homolog 11.93587234 C6_chemical_B2 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.10992961 C6_chemical_B3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.32852354 C6_chemical_C1 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.20457825 C6_chemical_C2 +LQ04X002880 Putative Viral IAP-associated factor homolog 11.97786273 C6_chemical_C3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.77489256 L4_control_A1 +LQ04X002880 Putative Viral IAP-associated factor homolog 13.02336497 L4_control_A2 +LQ04X002880 Putative Viral IAP-associated factor homolog 13.06628214 L4_control_A3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.44243002 L4_control_B1 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.24592923 L4_control_B2 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.15222517 L4_control_B3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.4877937 L4_control_C2 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.62340888 L4_control_C3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.87290301 L4_chemical_A1 +LQ04X002880 Putative Viral IAP-associated factor homolog 13.0539492 L4_chemical_A2 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.99432749 L4_chemical_A3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.56543586 L4_chemical_B1 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.35564322 L4_chemical_B2 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.47654893 L4_chemical_B3 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.60355499 L4_chemical_C2 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.60382668 L4_chemical_C3 +LQ04X002930 Predicted protein 4.854289928 C6_control_A1 +LQ04X002930 Predicted protein 5.023995447 C6_control_A3 +LQ04X002930 Predicted protein 4.941524255 C6_control_B1 +LQ04X002930 Predicted protein 5.017274865 C6_control_B2 +LQ04X002930 Predicted protein 4.773302738 C6_control_B3 +LQ04X002930 Predicted protein 5.322869861 C6_control_C1 +LQ04X002930 Predicted protein 4.851207693 C6_control_C2 +LQ04X002930 Predicted protein 4.966710038 C6_control_C3 +LQ04X002930 Predicted protein 4.993800856 C6_chemical_A1 +LQ04X002930 Predicted protein 4.921066646 C6_chemical_A3 +LQ04X002930 Predicted protein 5.195665753 C6_chemical_B1 +LQ04X002930 Predicted protein 5.078186318 C6_chemical_B2 +LQ04X002930 Predicted protein 5.209107122 C6_chemical_B3 +LQ04X002930 Predicted protein 5.130489275 C6_chemical_C1 +LQ04X002930 Predicted protein 4.800253716 C6_chemical_C2 +LQ04X002930 Predicted protein 5.053540634 C6_chemical_C3 +LQ04X002930 Predicted protein 4.955120127 L4_control_A1 +LQ04X002930 Predicted protein 4.866126776 L4_control_A2 +LQ04X002930 Predicted protein 5.088798523 L4_control_A3 +LQ04X002930 Predicted protein 5.369593971 L4_control_B1 +LQ04X002930 Predicted protein 4.867292481 L4_control_B2 +LQ04X002930 Predicted protein 4.823717185 L4_control_B3 +LQ04X002930 Predicted protein 5.49352192 L4_control_C2 +LQ04X002930 Predicted protein 5.179261021 L4_control_C3 +LQ04X002930 Predicted protein 5.124761738 L4_chemical_A1 +LQ04X002930 Predicted protein 5.036561762 L4_chemical_A2 +LQ04X002930 Predicted protein 5.307781932 L4_chemical_A3 +LQ04X002930 Predicted protein 4.941435117 L4_chemical_B1 +LQ04X002930 Predicted protein 5.038142931 L4_chemical_B2 +LQ04X002930 Predicted protein 4.794655041 L4_chemical_B3 +LQ04X002930 Predicted protein 5.157563238 L4_chemical_C2 +LQ04X002930 Predicted protein 4.921881125 L4_chemical_C3 +LQ04X002940 Putative Ankyrin-3 5.268862469 C6_control_A1 +LQ04X002940 Putative Ankyrin-3 5.697627133 C6_control_A3 +LQ04X002940 Putative Ankyrin-3 5.438466077 C6_control_B1 +LQ04X002940 Putative Ankyrin-3 5.109246876 C6_control_B2 +LQ04X002940 Putative Ankyrin-3 5.264129329 C6_control_B3 +LQ04X002940 Putative Ankyrin-3 5.225889706 C6_control_C1 +LQ04X002940 Putative Ankyrin-3 5.369418955 C6_control_C2 +LQ04X002940 Putative Ankyrin-3 5.408203831 C6_control_C3 +LQ04X002940 Putative Ankyrin-3 5.343243792 C6_chemical_A1 +LQ04X002940 Putative Ankyrin-3 5.052306185 C6_chemical_A3 +LQ04X002940 Putative Ankyrin-3 5.162922128 C6_chemical_B1 +LQ04X002940 Putative Ankyrin-3 5.102972922 C6_chemical_B2 +LQ04X002940 Putative Ankyrin-3 5.474818131 C6_chemical_B3 +LQ04X002940 Putative Ankyrin-3 5.059522337 C6_chemical_C1 +LQ04X002940 Putative Ankyrin-3 5.694640224 C6_chemical_C2 +LQ04X002940 Putative Ankyrin-3 5.575006605 C6_chemical_C3 +LQ04X002940 Putative Ankyrin-3 5.551463051 L4_control_A1 +LQ04X002940 Putative Ankyrin-3 5.23164559 L4_control_A2 +LQ04X002940 Putative Ankyrin-3 6.093784383 L4_control_A3 +LQ04X002940 Putative Ankyrin-3 5.530561788 L4_control_B1 +LQ04X002940 Putative Ankyrin-3 5.329382742 L4_control_B2 +LQ04X002940 Putative Ankyrin-3 5.192654832 L4_control_B3 +LQ04X002940 Putative Ankyrin-3 5.107320286 L4_control_C2 +LQ04X002940 Putative Ankyrin-3 5.309170878 L4_control_C3 +LQ04X002940 Putative Ankyrin-3 5.254664857 L4_chemical_A1 +LQ04X002940 Putative Ankyrin-3 5.35582187 L4_chemical_A2 +LQ04X002940 Putative Ankyrin-3 5.304607141 L4_chemical_A3 +LQ04X002940 Putative Ankyrin-3 5.296022523 L4_chemical_B1 +LQ04X002940 Putative Ankyrin-3 5.287954676 L4_chemical_B2 +LQ04X002940 Putative Ankyrin-3 5.455815523 L4_chemical_B3 +LQ04X002940 Putative Ankyrin-3 5.34037736 L4_chemical_C2 +LQ04X002940 Putative Ankyrin-3 5.192086418 L4_chemical_C3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.02227214 C6_control_A1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.18724285 C6_control_A3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.19574073 C6_control_B1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.60709648 C6_control_B2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.06387389 C6_control_B3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.17353271 C6_control_C1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.32625147 C6_control_C2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.96589773 C6_control_C3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.02668691 C6_chemical_A1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.86473332 C6_chemical_A3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.99147906 C6_chemical_B1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.53104319 C6_chemical_B2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.99296962 C6_chemical_B3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.21811431 C6_chemical_C1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.00527517 C6_chemical_C2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.08397723 C6_chemical_C3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.0861431 L4_control_A1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.83993601 L4_control_A2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.02177336 L4_control_A3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.63234823 L4_control_B1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.97786508 L4_control_B2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.16246639 L4_control_B3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.39048482 L4_control_C2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.4965294 L4_control_C3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.90659375 L4_chemical_A1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.87275662 L4_chemical_A2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.12125507 L4_chemical_A3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.13279288 L4_chemical_B1 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.45375592 L4_chemical_B2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 10.90433669 L4_chemical_B3 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.40300764 L4_chemical_C2 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.47945547 L4_chemical_C3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 4.975437607 C6_control_A1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.25487844 C6_control_A3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 4.93545559 C6_control_B1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.177347357 C6_control_B2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.300059064 C6_control_B3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.629751588 C6_control_C1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.258233614 C6_control_C2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 4.837173117 C6_control_C3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.151023977 C6_chemical_A1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.107383893 C6_chemical_A3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.766726502 C6_chemical_B1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 4.988950705 C6_chemical_B2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.142050745 C6_chemical_B3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.133698732 C6_chemical_C1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.118148734 C6_chemical_C2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 4.990052946 C6_chemical_C3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.230941549 L4_control_A1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 4.928375566 L4_control_A2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.38906194 L4_control_A3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.922581228 L4_control_B1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.045482638 L4_control_B2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 4.691329222 L4_control_B3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.887805807 L4_control_C2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.530756383 L4_control_C3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.113596634 L4_chemical_A1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.228764141 L4_chemical_A2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.415552258 L4_chemical_A3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.2510162 L4_chemical_B1 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.298966655 L4_chemical_B2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.034058313 L4_chemical_B3 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 6.426693384 L4_chemical_C2 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.885238078 L4_chemical_C3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.027740919 C6_control_A1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.330609629 C6_control_A3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.177737732 C6_control_B1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.044901087 C6_control_B2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.253855407 C6_control_B3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.264183866 C6_control_C1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.523610594 C6_control_C2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.018280674 C6_control_C3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.156054077 C6_chemical_A1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.064840551 C6_chemical_A3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.054018105 C6_chemical_B1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.232904251 C6_chemical_B2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.335632723 C6_chemical_B3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.332758629 C6_chemical_C1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.089169038 C6_chemical_C2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.056188806 C6_chemical_C3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.17090664 L4_control_A1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.119820696 L4_control_A2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 4.892809263 L4_control_A3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 4.993335117 L4_control_B1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.337718531 L4_control_B2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.039597217 L4_control_B3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.359877044 L4_control_C2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.660188097 L4_control_C3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.267150273 L4_chemical_A1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.070045696 L4_chemical_A2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 4.721639141 L4_chemical_A3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 4.926249654 L4_chemical_B1 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 4.995624182 L4_chemical_B2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 4.650494761 L4_chemical_B3 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.095780616 L4_chemical_C2 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 4.800411679 L4_chemical_C3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.405379028 C6_control_A1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.78921024 C6_control_A3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.415298498 C6_control_B1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.333572636 C6_control_B2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.38437756 C6_control_B3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.273397205 C6_control_C1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 7.00664509 C6_control_C2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 7.08943535 C6_control_C3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.43362683 C6_chemical_A1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.023553266 C6_chemical_A3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.935771307 C6_chemical_B1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.60473487 C6_chemical_B2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.397934151 C6_chemical_B3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.666337969 C6_chemical_C1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.936790148 C6_chemical_C2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.865255346 C6_chemical_C3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.25034743 L4_control_A1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.971425672 L4_control_A2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.9228341 L4_control_A3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.842534381 L4_control_B1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.855116683 L4_control_B2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.565949273 L4_control_B3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.526597865 L4_control_C2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.978842061 L4_control_C3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.314476689 L4_chemical_A1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.647222039 L4_chemical_A2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.727230123 L4_chemical_A3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.786423119 L4_chemical_B1 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.361136165 L4_chemical_B2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.534605681 L4_chemical_B3 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.991709357 L4_chemical_C2 +LQ04X003250 Mitochondrial import receptor subunit TOM20 5.726042179 L4_chemical_C3 +LQ04X003260 B2 protein, putative 14.71504218 C6_control_A1 +LQ04X003260 B2 protein, putative 14.74710782 C6_control_A3 +LQ04X003260 B2 protein, putative 14.35482873 C6_control_B1 +LQ04X003260 B2 protein, putative 14.65409448 C6_control_B2 +LQ04X003260 B2 protein, putative 14.65024293 C6_control_B3 +LQ04X003260 B2 protein, putative 14.46796341 C6_control_C1 +LQ04X003260 B2 protein, putative 14.91652242 C6_control_C2 +LQ04X003260 B2 protein, putative 14.7048852 C6_control_C3 +LQ04X003260 B2 protein, putative 14.51565082 C6_chemical_A1 +LQ04X003260 B2 protein, putative 14.62702781 C6_chemical_A3 +LQ04X003260 B2 protein, putative 14.2762064 C6_chemical_B1 +LQ04X003260 B2 protein, putative 14.7247267 C6_chemical_B2 +LQ04X003260 B2 protein, putative 14.78882801 C6_chemical_B3 +LQ04X003260 B2 protein, putative 14.29887453 C6_chemical_C1 +LQ04X003260 B2 protein, putative 14.60418895 C6_chemical_C2 +LQ04X003260 B2 protein, putative 14.53228113 C6_chemical_C3 +LQ04X003260 B2 protein, putative 14.2979453 L4_control_A1 +LQ04X003260 B2 protein, putative 14.91568013 L4_control_A2 +LQ04X003260 B2 protein, putative 14.19316286 L4_control_A3 +LQ04X003260 B2 protein, putative 14.63879465 L4_control_B1 +LQ04X003260 B2 protein, putative 14.60171882 L4_control_B2 +LQ04X003260 B2 protein, putative 14.72294901 L4_control_B3 +LQ04X003260 B2 protein, putative 14.26899583 L4_control_C2 +LQ04X003260 B2 protein, putative 14.77526006 L4_control_C3 +LQ04X003260 B2 protein, putative 14.22416431 L4_chemical_A1 +LQ04X003260 B2 protein, putative 14.93516114 L4_chemical_A2 +LQ04X003260 B2 protein, putative 13.80860183 L4_chemical_A3 +LQ04X003260 B2 protein, putative 14.59074145 L4_chemical_B1 +LQ04X003260 B2 protein, putative 14.42387348 L4_chemical_B2 +LQ04X003260 B2 protein, putative 14.73890518 L4_chemical_B3 +LQ04X003260 B2 protein, putative 14.2863337 L4_chemical_C2 +LQ04X003260 B2 protein, putative 14.73853948 L4_chemical_C3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.37140711 C6_control_A1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.60273708 C6_control_A3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.407929 C6_control_B1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.40945514 C6_control_B2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.05833721 C6_control_B3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.49041581 C6_control_C1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.52497536 C6_control_C2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.15216814 C6_control_C3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.31691119 C6_chemical_A1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.21755003 C6_chemical_A3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.42974588 C6_chemical_B1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.48328052 C6_chemical_B2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 11.77281552 C6_chemical_B3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.46808998 C6_chemical_C1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.60593401 C6_chemical_C2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 11.99893861 C6_chemical_C3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.18013338 L4_control_A1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.40075177 L4_control_A2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.00951261 L4_control_A3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.08805914 L4_control_B1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 11.83295797 L4_control_B2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.08886829 L4_control_B3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.3533687 L4_control_C2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 11.88930932 L4_control_C3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.21522664 L4_chemical_A1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.4132461 L4_chemical_A2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 11.96735633 L4_chemical_A3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.31410393 L4_chemical_B1 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.47435401 L4_chemical_B2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.13065472 L4_chemical_B3 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.51711939 L4_chemical_C2 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.01251974 L4_chemical_C3 +LQ04X003280 Metalloendopeptidase, putative 10.3277356 C6_control_A1 +LQ04X003280 Metalloendopeptidase, putative 9.804691952 C6_control_A3 +LQ04X003280 Metalloendopeptidase, putative 10.96272691 C6_control_B1 +LQ04X003280 Metalloendopeptidase, putative 12.12649598 C6_control_B2 +LQ04X003280 Metalloendopeptidase, putative 10.8662504 C6_control_B3 +LQ04X003280 Metalloendopeptidase, putative 14.51677108 C6_control_C1 +LQ04X003280 Metalloendopeptidase, putative 14.44241024 C6_control_C2 +LQ04X003280 Metalloendopeptidase, putative 14.32587179 C6_control_C3 +LQ04X003280 Metalloendopeptidase, putative 10.14078645 C6_chemical_A1 +LQ04X003280 Metalloendopeptidase, putative 10.01554249 C6_chemical_A3 +LQ04X003280 Metalloendopeptidase, putative 10.84293107 C6_chemical_B1 +LQ04X003280 Metalloendopeptidase, putative 12.18123202 C6_chemical_B2 +LQ04X003280 Metalloendopeptidase, putative 11.3094607 C6_chemical_B3 +LQ04X003280 Metalloendopeptidase, putative 14.39743893 C6_chemical_C1 +LQ04X003280 Metalloendopeptidase, putative 14.4931347 C6_chemical_C2 +LQ04X003280 Metalloendopeptidase, putative 14.18072148 C6_chemical_C3 +LQ04X003280 Metalloendopeptidase, putative 9.611687571 L4_control_A1 +LQ04X003280 Metalloendopeptidase, putative 10.25155118 L4_control_A2 +LQ04X003280 Metalloendopeptidase, putative 8.833410994 L4_control_A3 +LQ04X003280 Metalloendopeptidase, putative 11.25959845 L4_control_B1 +LQ04X003280 Metalloendopeptidase, putative 10.31230898 L4_control_B2 +LQ04X003280 Metalloendopeptidase, putative 11.95468699 L4_control_B3 +LQ04X003280 Metalloendopeptidase, putative 13.27670521 L4_control_C2 +LQ04X003280 Metalloendopeptidase, putative 12.53696557 L4_control_C3 +LQ04X003280 Metalloendopeptidase, putative 9.889450563 L4_chemical_A1 +LQ04X003280 Metalloendopeptidase, putative 10.47732498 L4_chemical_A2 +LQ04X003280 Metalloendopeptidase, putative 9.300626153 L4_chemical_A3 +LQ04X003280 Metalloendopeptidase, putative 11.01587233 L4_chemical_B1 +LQ04X003280 Metalloendopeptidase, putative 10.60693056 L4_chemical_B2 +LQ04X003280 Metalloendopeptidase, putative 10.81453201 L4_chemical_B3 +LQ04X003280 Metalloendopeptidase, putative 13.168748 L4_chemical_C2 +LQ04X003280 Metalloendopeptidase, putative 12.94725674 L4_chemical_C3 +LQ04X003300 Sulfite oxidase 10.32486324 C6_control_A1 +LQ04X003300 Sulfite oxidase 10.22016073 C6_control_A3 +LQ04X003300 Sulfite oxidase 10.1562782 C6_control_B1 +LQ04X003300 Sulfite oxidase 10.83160977 C6_control_B2 +LQ04X003300 Sulfite oxidase 9.200390281 C6_control_B3 +LQ04X003300 Sulfite oxidase 11.39860466 C6_control_C1 +LQ04X003300 Sulfite oxidase 11.24383176 C6_control_C2 +LQ04X003300 Sulfite oxidase 11.00648562 C6_control_C3 +LQ04X003300 Sulfite oxidase 10.39073703 C6_chemical_A1 +LQ04X003300 Sulfite oxidase 10.25386844 C6_chemical_A3 +LQ04X003300 Sulfite oxidase 9.946687961 C6_chemical_B1 +LQ04X003300 Sulfite oxidase 11.09794291 C6_chemical_B2 +LQ04X003300 Sulfite oxidase 8.95750662 C6_chemical_B3 +LQ04X003300 Sulfite oxidase 11.76054044 C6_chemical_C1 +LQ04X003300 Sulfite oxidase 11.22155049 C6_chemical_C2 +LQ04X003300 Sulfite oxidase 10.8851398 C6_chemical_C3 +LQ04X003300 Sulfite oxidase 10.5215319 L4_control_A1 +LQ04X003300 Sulfite oxidase 10.80711136 L4_control_A2 +LQ04X003300 Sulfite oxidase 9.299843343 L4_control_A3 +LQ04X003300 Sulfite oxidase 10.96015172 L4_control_B1 +LQ04X003300 Sulfite oxidase 10.11844813 L4_control_B2 +LQ04X003300 Sulfite oxidase 10.92093038 L4_control_B3 +LQ04X003300 Sulfite oxidase 10.24206934 L4_control_C2 +LQ04X003300 Sulfite oxidase 10.83422695 L4_control_C3 +LQ04X003300 Sulfite oxidase 11.29728127 L4_chemical_A1 +LQ04X003300 Sulfite oxidase 11.21129446 L4_chemical_A2 +LQ04X003300 Sulfite oxidase 10.04430194 L4_chemical_A3 +LQ04X003300 Sulfite oxidase 10.57161242 L4_chemical_B1 +LQ04X003300 Sulfite oxidase 10.68015714 L4_chemical_B2 +LQ04X003300 Sulfite oxidase 10.2544405 L4_chemical_B3 +LQ04X003300 Sulfite oxidase 10.46236923 L4_chemical_C2 +LQ04X003300 Sulfite oxidase 10.76676341 L4_chemical_C3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.876431565 C6_control_A1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.143744037 C6_control_A3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.225715467 C6_control_B1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.021881066 C6_control_B2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.102767491 C6_control_B3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.54475496 C6_control_C1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.289818341 C6_control_C2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.928710249 C6_control_C3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.536666246 C6_chemical_A1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.638007111 C6_chemical_A3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.695207605 C6_chemical_B1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.714096561 C6_chemical_B2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.178659174 C6_chemical_B3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.988295565 C6_chemical_C1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.700807262 C6_chemical_C2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.914574677 C6_chemical_C3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.938342203 L4_control_A1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.449878309 L4_control_A2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.477623568 L4_control_A3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.659941512 L4_control_B1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.101105229 L4_control_B2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.115698329 L4_control_B3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.986215592 L4_control_C2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.102142521 L4_control_C3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.034597911 L4_chemical_A1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 6.141309238 L4_chemical_A2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.669017015 L4_chemical_A3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.999041988 L4_chemical_B1 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.997441629 L4_chemical_B2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.895284141 L4_chemical_B3 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.65929785 L4_chemical_C2 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.965991868 L4_chemical_C3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.770471425 C6_control_A1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.847628498 C6_control_A3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.815091448 C6_control_B1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.903531743 C6_control_B2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.33325664 C6_control_B3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.323276687 C6_control_C1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.151110443 C6_control_C2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.340625766 C6_control_C3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.963083924 C6_chemical_A1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.967804334 C6_chemical_A3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.89889247 C6_chemical_B1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.221347381 C6_chemical_B2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.874386669 C6_chemical_B3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.345173153 C6_chemical_C1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.325990113 C6_chemical_C2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.049462132 C6_chemical_C3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.851376878 L4_control_A1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.346010799 L4_control_A2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.193687331 L4_control_A3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.800567398 L4_control_B1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.403009158 L4_control_B2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.514743854 L4_control_B3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.432803044 L4_control_C2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.766558576 L4_control_C3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.970993963 L4_chemical_A1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.591358786 L4_chemical_A2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.010957559 L4_chemical_A3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.351223574 L4_chemical_B1 +LQ04X003340 F-box/kelch-repeat protein At3g27150 6.121328807 L4_chemical_B2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.729897884 L4_chemical_B3 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.709631033 L4_chemical_C2 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.602827831 L4_chemical_C3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.266008173 C6_control_A1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.525137623 C6_control_A3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 4.986101189 C6_control_B1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.445295036 C6_control_B2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.580441102 C6_control_B3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 4.958184641 C6_control_C1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.559600517 C6_control_C2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.215403427 C6_control_C3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.181931155 C6_chemical_A1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.406335625 C6_chemical_A3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 4.888612772 C6_chemical_B1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.417292178 C6_chemical_B2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.217263582 C6_chemical_B3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.165523933 C6_chemical_C1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.137000493 C6_chemical_C2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.085548152 C6_chemical_C3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 4.88586809 L4_control_A1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.204549665 L4_control_A2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.942340682 L4_control_A3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.887958662 L4_control_B1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.413142947 L4_control_B2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.083463453 L4_control_B3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.360559161 L4_control_C2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.090027817 L4_control_C3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.18118388 L4_chemical_A1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.364406418 L4_chemical_A2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.723151432 L4_chemical_A3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.459528303 L4_chemical_B1 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.301156124 L4_chemical_B2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.107524116 L4_chemical_B3 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.428647027 L4_chemical_C2 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.136267185 L4_chemical_C3 +LQ04X003380 Chloride channel protein CLC-b 5.937831824 C6_control_A1 +LQ04X003380 Chloride channel protein CLC-b 6.061254572 C6_control_A3 +LQ04X003380 Chloride channel protein CLC-b 6.186694756 C6_control_B1 +LQ04X003380 Chloride channel protein CLC-b 5.563669223 C6_control_B2 +LQ04X003380 Chloride channel protein CLC-b 6.124130623 C6_control_B3 +LQ04X003380 Chloride channel protein CLC-b 6.11040647 C6_control_C1 +LQ04X003380 Chloride channel protein CLC-b 6.331245771 C6_control_C2 +LQ04X003380 Chloride channel protein CLC-b 6.047550744 C6_control_C3 +LQ04X003380 Chloride channel protein CLC-b 6.248927722 C6_chemical_A1 +LQ04X003380 Chloride channel protein CLC-b 6.241228863 C6_chemical_A3 +LQ04X003380 Chloride channel protein CLC-b 6.10955364 C6_chemical_B1 +LQ04X003380 Chloride channel protein CLC-b 6.016118816 C6_chemical_B2 +LQ04X003380 Chloride channel protein CLC-b 5.663185882 C6_chemical_B3 +LQ04X003380 Chloride channel protein CLC-b 6.62976406 C6_chemical_C1 +LQ04X003380 Chloride channel protein CLC-b 6.075868377 C6_chemical_C2 +LQ04X003380 Chloride channel protein CLC-b 6.214126197 C6_chemical_C3 +LQ04X003380 Chloride channel protein CLC-b 5.724285634 L4_control_A1 +LQ04X003380 Chloride channel protein CLC-b 6.318976482 L4_control_A2 +LQ04X003380 Chloride channel protein CLC-b 7.253394971 L4_control_A3 +LQ04X003380 Chloride channel protein CLC-b 6.777295216 L4_control_B1 +LQ04X003380 Chloride channel protein CLC-b 6.782939796 L4_control_B2 +LQ04X003380 Chloride channel protein CLC-b 5.743378378 L4_control_B3 +LQ04X003380 Chloride channel protein CLC-b 6.732254434 L4_control_C2 +LQ04X003380 Chloride channel protein CLC-b 6.138682682 L4_control_C3 +LQ04X003380 Chloride channel protein CLC-b 5.519529363 L4_chemical_A1 +LQ04X003380 Chloride channel protein CLC-b 5.818266628 L4_chemical_A2 +LQ04X003380 Chloride channel protein CLC-b 6.145063722 L4_chemical_A3 +LQ04X003380 Chloride channel protein CLC-b 6.565333839 L4_chemical_B1 +LQ04X003380 Chloride channel protein CLC-b 7.360375132 L4_chemical_B2 +LQ04X003380 Chloride channel protein CLC-b 5.736544303 L4_chemical_B3 +LQ04X003380 Chloride channel protein CLC-b 6.781926297 L4_chemical_C2 +LQ04X003380 Chloride channel protein CLC-b 6.475882424 L4_chemical_C3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 4.944408191 C6_control_A1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.156128562 C6_control_A3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.083979523 C6_control_B1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.280971609 C6_control_B2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.149146546 C6_control_B3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.318331871 C6_control_C1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.421993079 C6_control_C2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.165043243 C6_control_C3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.023733707 C6_chemical_A1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.312296041 C6_chemical_A3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.409625503 C6_chemical_B1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.388559025 C6_chemical_B2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.10381465 C6_chemical_B3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.207400219 C6_chemical_C1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.278084732 C6_chemical_C2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.261216128 C6_chemical_C3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 4.810449801 L4_control_A1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.214771625 L4_control_A2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.172924273 L4_control_A3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.56335265 L4_control_B1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.227620638 L4_control_B2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.200141713 L4_control_B3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.281034804 L4_control_C2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.83888561 L4_control_C3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.157160403 L4_chemical_A1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.006078392 L4_chemical_A2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.357472461 L4_chemical_A3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.519074667 L4_chemical_B1 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.542235527 L4_chemical_B2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.352443346 L4_chemical_B3 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 4.993253424 L4_chemical_C2 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.735020807 L4_chemical_C3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 4.817155278 C6_control_A1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.025973443 C6_control_A3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.178949558 C6_control_B1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.097825127 C6_control_B2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.349431941 C6_control_B3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 4.864318092 C6_control_C1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.235596853 C6_control_C2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 4.988221632 C6_control_C3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.155740323 C6_chemical_A1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.058209636 C6_chemical_A3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.221460636 C6_chemical_B1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.004406208 C6_chemical_B2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 4.771643883 C6_chemical_B3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.11554339 C6_chemical_C1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 4.902839566 C6_chemical_C2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.263206163 C6_chemical_C3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.032517925 L4_control_A1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.404952311 L4_control_A2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.174248721 L4_control_A3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.262532691 L4_control_B1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.308801319 L4_control_B2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.105091703 L4_control_B3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.208765532 L4_control_C2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.540489523 L4_control_C3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 4.871550467 L4_chemical_A1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.150253448 L4_chemical_A2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.121731286 L4_chemical_A3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.146456034 L4_chemical_B1 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.244028657 L4_chemical_B2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 4.949460965 L4_chemical_B3 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.207961805 L4_chemical_C2 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.22965811 L4_chemical_C3 +LQ04X003480 Blue copper protein, putative 10.97602719 C6_control_A1 +LQ04X003480 Blue copper protein, putative 10.686918 C6_control_A3 +LQ04X003480 Blue copper protein, putative 12.27701228 C6_control_B1 +LQ04X003480 Blue copper protein, putative 12.63888054 C6_control_B2 +LQ04X003480 Blue copper protein, putative 12.66606053 C6_control_B3 +LQ04X003480 Blue copper protein, putative 8.142455564 C6_control_C1 +LQ04X003480 Blue copper protein, putative 8.904358466 C6_control_C2 +LQ04X003480 Blue copper protein, putative 8.64941095 C6_control_C3 +LQ04X003480 Blue copper protein, putative 11.28236979 C6_chemical_A1 +LQ04X003480 Blue copper protein, putative 10.77078505 C6_chemical_A3 +LQ04X003480 Blue copper protein, putative 12.31600917 C6_chemical_B1 +LQ04X003480 Blue copper protein, putative 12.55282034 C6_chemical_B2 +LQ04X003480 Blue copper protein, putative 11.85455138 C6_chemical_B3 +LQ04X003480 Blue copper protein, putative 8.081921073 C6_chemical_C1 +LQ04X003480 Blue copper protein, putative 7.954096517 C6_chemical_C2 +LQ04X003480 Blue copper protein, putative 8.356071083 C6_chemical_C3 +LQ04X003480 Blue copper protein, putative 11.54256613 L4_control_A1 +LQ04X003480 Blue copper protein, putative 11.79375033 L4_control_A2 +LQ04X003480 Blue copper protein, putative 11.83422429 L4_control_A3 +LQ04X003480 Blue copper protein, putative 12.9038079 L4_control_B1 +LQ04X003480 Blue copper protein, putative 12.52668232 L4_control_B2 +LQ04X003480 Blue copper protein, putative 13.17191713 L4_control_B3 +LQ04X003480 Blue copper protein, putative 8.354095204 L4_control_C2 +LQ04X003480 Blue copper protein, putative 9.343852443 L4_control_C3 +LQ04X003480 Blue copper protein, putative 11.28342483 L4_chemical_A1 +LQ04X003480 Blue copper protein, putative 12.02268679 L4_chemical_A2 +LQ04X003480 Blue copper protein, putative 10.89806338 L4_chemical_A3 +LQ04X003480 Blue copper protein, putative 12.4626531 L4_chemical_B1 +LQ04X003480 Blue copper protein, putative 12.99540209 L4_chemical_B2 +LQ04X003480 Blue copper protein, putative 12.02394385 L4_chemical_B3 +LQ04X003480 Blue copper protein, putative 8.796247294 L4_chemical_C2 +LQ04X003480 Blue copper protein, putative 8.48400182 L4_chemical_C3 +LQ04X003500 Putative uncharacterized protein 5.83359595 C6_control_A1 +LQ04X003500 Putative uncharacterized protein 5.555638472 C6_control_A3 +LQ04X003500 Putative uncharacterized protein 5.634720664 C6_control_B1 +LQ04X003500 Putative uncharacterized protein 6.130209854 C6_control_B2 +LQ04X003500 Putative uncharacterized protein 5.287467434 C6_control_B3 +LQ04X003500 Putative uncharacterized protein 5.671887782 C6_control_C1 +LQ04X003500 Putative uncharacterized protein 7.399408655 C6_control_C2 +LQ04X003500 Putative uncharacterized protein 6.526235485 C6_control_C3 +LQ04X003500 Putative uncharacterized protein 5.846650883 C6_chemical_A1 +LQ04X003500 Putative uncharacterized protein 5.800862159 C6_chemical_A3 +LQ04X003500 Putative uncharacterized protein 5.506961144 C6_chemical_B1 +LQ04X003500 Putative uncharacterized protein 5.920084896 C6_chemical_B2 +LQ04X003500 Putative uncharacterized protein 5.93774945 C6_chemical_B3 +LQ04X003500 Putative uncharacterized protein 6.126256546 C6_chemical_C1 +LQ04X003500 Putative uncharacterized protein 6.197904813 C6_chemical_C2 +LQ04X003500 Putative uncharacterized protein 6.361991555 C6_chemical_C3 +LQ04X003500 Putative uncharacterized protein 5.553259724 L4_control_A1 +LQ04X003500 Putative uncharacterized protein 5.232242897 L4_control_A2 +LQ04X003500 Putative uncharacterized protein 5.242571956 L4_control_A3 +LQ04X003500 Putative uncharacterized protein 5.919628495 L4_control_B1 +LQ04X003500 Putative uncharacterized protein 6.085807272 L4_control_B2 +LQ04X003500 Putative uncharacterized protein 5.641513491 L4_control_B3 +LQ04X003500 Putative uncharacterized protein 5.199580259 L4_control_C2 +LQ04X003500 Putative uncharacterized protein 5.989117284 L4_control_C3 +LQ04X003500 Putative uncharacterized protein 5.57639463 L4_chemical_A1 +LQ04X003500 Putative uncharacterized protein 5.840253657 L4_chemical_A2 +LQ04X003500 Putative uncharacterized protein 4.912570388 L4_chemical_A3 +LQ04X003500 Putative uncharacterized protein 5.974718155 L4_chemical_B1 +LQ04X003500 Putative uncharacterized protein 5.553263274 L4_chemical_B2 +LQ04X003500 Putative uncharacterized protein 5.77681642 L4_chemical_B3 +LQ04X003500 Putative uncharacterized protein 5.703298224 L4_chemical_C2 +LQ04X003500 Putative uncharacterized protein 5.43987644 L4_chemical_C3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.517974332 C6_control_A1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.771550381 C6_control_A3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.578671648 C6_control_B1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 8.252815335 C6_control_B2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.95566268 C6_control_B3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 8.778977694 C6_control_C1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 8.619489287 C6_control_C2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 9.180430027 C6_control_C3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.268441918 C6_chemical_A1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.997626645 C6_chemical_A3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.711423436 C6_chemical_B1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.860798589 C6_chemical_B2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 8.304104658 C6_chemical_B3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 8.545232532 C6_chemical_C1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 8.839024354 C6_chemical_C2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 9.151403696 C6_chemical_C3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.077076155 L4_control_A1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.961609924 L4_control_A2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.137235183 L4_control_A3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 6.371425276 L4_control_B1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.189055768 L4_control_B2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 8.466983165 L4_control_B3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 6.400970288 L4_control_C2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.707949017 L4_control_C3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.554960917 L4_chemical_A1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 6.903799761 L4_chemical_A2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.421855597 L4_chemical_A3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 6.613567392 L4_chemical_B1 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 5.902375663 L4_chemical_B2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.947690204 L4_chemical_B3 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 5.908101524 L4_chemical_C2 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.159367065 L4_chemical_C3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.350048358 C6_control_A1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.430425326 C6_control_A3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 6.463501042 C6_control_B1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 4.999057409 C6_control_B2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.194740356 C6_control_B3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.748469921 C6_control_C1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 4.737005089 C6_control_C2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.350935701 C6_control_C3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.372493382 C6_chemical_A1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 4.933908445 C6_chemical_A3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 7.583808124 C6_chemical_B1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 4.87373916 C6_chemical_B2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 6.057048498 C6_chemical_B3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.877799462 C6_chemical_C1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.078495768 C6_chemical_C2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.660062383 C6_chemical_C3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.605605585 L4_control_A1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.290845812 L4_control_A2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 4.76942632 L4_control_A3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 6.780419243 L4_control_B1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.836436603 L4_control_B2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.075262372 L4_control_B3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 6.213707784 L4_control_C2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 6.373542946 L4_control_C3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.657562952 L4_chemical_A1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.28683247 L4_chemical_A2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.249983976 L4_chemical_A3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.504796537 L4_chemical_B1 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.481312958 L4_chemical_B2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 4.914927247 L4_chemical_B3 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 6.633132853 L4_chemical_C2 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 6.325990454 L4_chemical_C3 +LQ04X003650 Photosystem II reaction center protein I 5.802328334 C6_control_A1 +LQ04X003650 Photosystem II reaction center protein I 6.462569345 C6_control_A3 +LQ04X003650 Photosystem II reaction center protein I 5.474022284 C6_control_B1 +LQ04X003650 Photosystem II reaction center protein I 5.486833364 C6_control_B2 +LQ04X003650 Photosystem II reaction center protein I 5.157346789 C6_control_B3 +LQ04X003650 Photosystem II reaction center protein I 6.856615286 C6_control_C1 +LQ04X003650 Photosystem II reaction center protein I 7.554362563 C6_control_C2 +LQ04X003650 Photosystem II reaction center protein I 6.536051259 C6_control_C3 +LQ04X003650 Photosystem II reaction center protein I 6.409195279 C6_chemical_A1 +LQ04X003650 Photosystem II reaction center protein I 6.146079284 C6_chemical_A3 +LQ04X003650 Photosystem II reaction center protein I 6.007599583 C6_chemical_B1 +LQ04X003650 Photosystem II reaction center protein I 6.907968581 C6_chemical_B2 +LQ04X003650 Photosystem II reaction center protein I 6.358036367 C6_chemical_B3 +LQ04X003650 Photosystem II reaction center protein I 7.762017374 C6_chemical_C1 +LQ04X003650 Photosystem II reaction center protein I 6.485190285 C6_chemical_C2 +LQ04X003650 Photosystem II reaction center protein I 7.64875766 C6_chemical_C3 +LQ04X003650 Photosystem II reaction center protein I 5.652479978 L4_control_A1 +LQ04X003650 Photosystem II reaction center protein I 5.414675026 L4_control_A2 +LQ04X003650 Photosystem II reaction center protein I 5.029559981 L4_control_A3 +LQ04X003650 Photosystem II reaction center protein I 5.164630708 L4_control_B1 +LQ04X003650 Photosystem II reaction center protein I 5.455398998 L4_control_B2 +LQ04X003650 Photosystem II reaction center protein I 6.151253126 L4_control_B3 +LQ04X003650 Photosystem II reaction center protein I 5.784492754 L4_control_C2 +LQ04X003650 Photosystem II reaction center protein I 6.567133865 L4_control_C3 +LQ04X003650 Photosystem II reaction center protein I 5.444410512 L4_chemical_A1 +LQ04X003650 Photosystem II reaction center protein I 5.251449542 L4_chemical_A2 +LQ04X003650 Photosystem II reaction center protein I 5.478251463 L4_chemical_A3 +LQ04X003650 Photosystem II reaction center protein I 5.691482657 L4_chemical_B1 +LQ04X003650 Photosystem II reaction center protein I 5.536856917 L4_chemical_B2 +LQ04X003650 Photosystem II reaction center protein I 5.723426461 L4_chemical_B3 +LQ04X003650 Photosystem II reaction center protein I 5.555718565 L4_chemical_C2 +LQ04X003650 Photosystem II reaction center protein I 6.360276026 L4_chemical_C3 +LQ04X003660 Maturase K 11.43574258 C6_control_A1 +LQ04X003660 Maturase K 13.83200709 C6_control_A3 +LQ04X003660 Maturase K 11.47144963 C6_control_B1 +LQ04X003660 Maturase K 12.58278404 C6_control_B2 +LQ04X003660 Maturase K 12.39525874 C6_control_B3 +LQ04X003660 Maturase K 12.43610078 C6_control_C1 +LQ04X003660 Maturase K 14.14607887 C6_control_C2 +LQ04X003660 Maturase K 13.1290778 C6_control_C3 +LQ04X003660 Maturase K 14.01531435 C6_chemical_A1 +LQ04X003660 Maturase K 13.51776665 C6_chemical_A3 +LQ04X003660 Maturase K 14.13409518 C6_chemical_B1 +LQ04X003660 Maturase K 15.0822727 C6_chemical_B2 +LQ04X003660 Maturase K 14.39142363 C6_chemical_B3 +LQ04X003660 Maturase K 15.10707872 C6_chemical_C1 +LQ04X003660 Maturase K 14.75943031 C6_chemical_C2 +LQ04X003660 Maturase K 14.67667226 C6_chemical_C3 +LQ04X003660 Maturase K 13.93230047 L4_control_A1 +LQ04X003660 Maturase K 13.51286361 L4_control_A2 +LQ04X003660 Maturase K 13.4103596 L4_control_A3 +LQ04X003660 Maturase K 13.5455287 L4_control_B1 +LQ04X003660 Maturase K 13.03787783 L4_control_B2 +LQ04X003660 Maturase K 13.40382523 L4_control_B3 +LQ04X003660 Maturase K 13.86234571 L4_control_C2 +LQ04X003660 Maturase K 13.33572505 L4_control_C3 +LQ04X003660 Maturase K 13.3542054 L4_chemical_A1 +LQ04X003660 Maturase K 13.18380933 L4_chemical_A2 +LQ04X003660 Maturase K 13.8649853 L4_chemical_A3 +LQ04X003660 Maturase K 12.82592397 L4_chemical_B1 +LQ04X003660 Maturase K 13.44984782 L4_chemical_B2 +LQ04X003660 Maturase K 14.05771989 L4_chemical_B3 +LQ04X003660 Maturase K 13.20401901 L4_chemical_C2 +LQ04X003660 Maturase K 13.76154839 L4_chemical_C3 +LQ04X003670 Protein ycf2 5.85075141 C6_control_A1 +LQ04X003670 Protein ycf2 6.830541539 C6_control_A3 +LQ04X003670 Protein ycf2 5.124796563 C6_control_B1 +LQ04X003670 Protein ycf2 5.916675998 C6_control_B2 +LQ04X003670 Protein ycf2 4.698753278 C6_control_B3 +LQ04X003670 Protein ycf2 7.268667839 C6_control_C1 +LQ04X003670 Protein ycf2 8.595198596 C6_control_C2 +LQ04X003670 Protein ycf2 6.89234962 C6_control_C3 +LQ04X003670 Protein ycf2 6.105488909 C6_chemical_A1 +LQ04X003670 Protein ycf2 6.130569012 C6_chemical_A3 +LQ04X003670 Protein ycf2 5.559944339 C6_chemical_B1 +LQ04X003670 Protein ycf2 6.457934463 C6_chemical_B2 +LQ04X003670 Protein ycf2 5.387229025 C6_chemical_B3 +LQ04X003670 Protein ycf2 7.473041188 C6_chemical_C1 +LQ04X003670 Protein ycf2 7.347070997 C6_chemical_C2 +LQ04X003670 Protein ycf2 7.224863076 C6_chemical_C3 +LQ04X003670 Protein ycf2 6.342767741 L4_control_A1 +LQ04X003670 Protein ycf2 5.605474299 L4_control_A2 +LQ04X003670 Protein ycf2 6.190452884 L4_control_A3 +LQ04X003670 Protein ycf2 5.539024833 L4_control_B1 +LQ04X003670 Protein ycf2 5.824791431 L4_control_B2 +LQ04X003670 Protein ycf2 6.255052694 L4_control_B3 +LQ04X003670 Protein ycf2 6.187159333 L4_control_C2 +LQ04X003670 Protein ycf2 6.063020802 L4_control_C3 +LQ04X003670 Protein ycf2 5.947732996 L4_chemical_A1 +LQ04X003670 Protein ycf2 5.581297356 L4_chemical_A2 +LQ04X003670 Protein ycf2 5.906799117 L4_chemical_A3 +LQ04X003670 Protein ycf2 5.217616398 L4_chemical_B1 +LQ04X003670 Protein ycf2 5.298828064 L4_chemical_B2 +LQ04X003670 Protein ycf2 6.09638626 L4_chemical_B3 +LQ04X003670 Protein ycf2 5.235495251 L4_chemical_C2 +LQ04X003670 Protein ycf2 5.289590999 L4_chemical_C3 +LQ04X003680 Os04g0234750 protein (Fragment) 10.26015822 C6_control_A1 +LQ04X003680 Os04g0234750 protein (Fragment) 12.88918968 C6_control_A3 +LQ04X003680 Os04g0234750 protein (Fragment) 9.899994305 C6_control_B1 +LQ04X003680 Os04g0234750 protein (Fragment) 9.907790856 C6_control_B2 +LQ04X003680 Os04g0234750 protein (Fragment) 10.35206132 C6_control_B3 +LQ04X003680 Os04g0234750 protein (Fragment) 10.44430482 C6_control_C1 +LQ04X003680 Os04g0234750 protein (Fragment) 13.69687541 C6_control_C2 +LQ04X003680 Os04g0234750 protein (Fragment) 11.13887234 C6_control_C3 +LQ04X003680 Os04g0234750 protein (Fragment) 12.63743612 C6_chemical_A1 +LQ04X003680 Os04g0234750 protein (Fragment) 12.51566337 C6_chemical_A3 +LQ04X003680 Os04g0234750 protein (Fragment) 12.49347704 C6_chemical_B1 +LQ04X003680 Os04g0234750 protein (Fragment) 12.49864585 C6_chemical_B2 +LQ04X003680 Os04g0234750 protein (Fragment) 12.68079844 C6_chemical_B3 +LQ04X003680 Os04g0234750 protein (Fragment) 12.5592188 C6_chemical_C1 +LQ04X003680 Os04g0234750 protein (Fragment) 13.11113245 C6_chemical_C2 +LQ04X003680 Os04g0234750 protein (Fragment) 13.14436561 C6_chemical_C3 +LQ04X003680 Os04g0234750 protein (Fragment) 11.87840538 L4_control_A1 +LQ04X003680 Os04g0234750 protein (Fragment) 11.30499927 L4_control_A2 +LQ04X003680 Os04g0234750 protein (Fragment) 12.11576658 L4_control_A3 +LQ04X003680 Os04g0234750 protein (Fragment) 11.3682679 L4_control_B1 +LQ04X003680 Os04g0234750 protein (Fragment) 11.6047608 L4_control_B2 +LQ04X003680 Os04g0234750 protein (Fragment) 11.509762 L4_control_B3 +LQ04X003680 Os04g0234750 protein (Fragment) 12.9100542 L4_control_C2 +LQ04X003680 Os04g0234750 protein (Fragment) 12.59836525 L4_control_C3 +LQ04X003680 Os04g0234750 protein (Fragment) 11.11075553 L4_chemical_A1 +LQ04X003680 Os04g0234750 protein (Fragment) 11.01031989 L4_chemical_A2 +LQ04X003680 Os04g0234750 protein (Fragment) 12.22175732 L4_chemical_A3 +LQ04X003680 Os04g0234750 protein (Fragment) 11.08715376 L4_chemical_B1 +LQ04X003680 Os04g0234750 protein (Fragment) 11.13699758 L4_chemical_B2 +LQ04X003680 Os04g0234750 protein (Fragment) 11.58036765 L4_chemical_B3 +LQ04X003680 Os04g0234750 protein (Fragment) 12.71416754 L4_chemical_C2 +LQ04X003680 Os04g0234750 protein (Fragment) 12.7659914 L4_chemical_C3 +LQ04X003690 Putative uncharacterized protein 5.838589185 C6_control_A1 +LQ04X003690 Putative uncharacterized protein 5.890780213 C6_control_A3 +LQ04X003690 Putative uncharacterized protein 5.564283198 C6_control_B1 +LQ04X003690 Putative uncharacterized protein 8.681312126 C6_control_B2 +LQ04X003690 Putative uncharacterized protein 5.997081436 C6_control_B3 +LQ04X003690 Putative uncharacterized protein 9.046104029 C6_control_C1 +LQ04X003690 Putative uncharacterized protein 10.23208461 C6_control_C2 +LQ04X003690 Putative uncharacterized protein 9.913431236 C6_control_C3 +LQ04X003690 Putative uncharacterized protein 6.760387077 C6_chemical_A1 +LQ04X003690 Putative uncharacterized protein 6.984811612 C6_chemical_A3 +LQ04X003690 Putative uncharacterized protein 6.312446578 C6_chemical_B1 +LQ04X003690 Putative uncharacterized protein 9.873944141 C6_chemical_B2 +LQ04X003690 Putative uncharacterized protein 6.98858473 C6_chemical_B3 +LQ04X003690 Putative uncharacterized protein 9.874913322 C6_chemical_C1 +LQ04X003690 Putative uncharacterized protein 10.73327019 C6_chemical_C2 +LQ04X003690 Putative uncharacterized protein 10.55913496 C6_chemical_C3 +LQ04X003690 Putative uncharacterized protein 6.84082069 L4_control_A1 +LQ04X003690 Putative uncharacterized protein 7.115343529 L4_control_A2 +LQ04X003690 Putative uncharacterized protein 5.570578649 L4_control_A3 +LQ04X003690 Putative uncharacterized protein 6.718693326 L4_control_B1 +LQ04X003690 Putative uncharacterized protein 6.711795097 L4_control_B2 +LQ04X003690 Putative uncharacterized protein 8.355281107 L4_control_B3 +LQ04X003690 Putative uncharacterized protein 7.639667019 L4_control_C2 +LQ04X003690 Putative uncharacterized protein 8.070727411 L4_control_C3 +LQ04X003690 Putative uncharacterized protein 7.008635933 L4_chemical_A1 +LQ04X003690 Putative uncharacterized protein 6.602730126 L4_chemical_A2 +LQ04X003690 Putative uncharacterized protein 5.97147222 L4_chemical_A3 +LQ04X003690 Putative uncharacterized protein 6.337989062 L4_chemical_B1 +LQ04X003690 Putative uncharacterized protein 7.056080708 L4_chemical_B2 +LQ04X003690 Putative uncharacterized protein 7.811369363 L4_chemical_B3 +LQ04X003690 Putative uncharacterized protein 7.001137683 L4_chemical_C2 +LQ04X003690 Putative uncharacterized protein 8.212193246 L4_chemical_C3 +LQ04X003700 Putative membrane protein ycf1 14.73215604 C6_control_A1 +LQ04X003700 Putative membrane protein ycf1 15.29224208 C6_control_A3 +LQ04X003700 Putative membrane protein ycf1 13.7688827 C6_control_B1 +LQ04X003700 Putative membrane protein ycf1 14.12081642 C6_control_B2 +LQ04X003700 Putative membrane protein ycf1 14.1350846 C6_control_B3 +LQ04X003700 Putative membrane protein ycf1 14.17919125 C6_control_C1 +LQ04X003700 Putative membrane protein ycf1 15.32988753 C6_control_C2 +LQ04X003700 Putative membrane protein ycf1 14.62610574 C6_control_C3 +LQ04X003700 Putative membrane protein ycf1 15.15336723 C6_chemical_A1 +LQ04X003700 Putative membrane protein ycf1 14.72601351 C6_chemical_A3 +LQ04X003700 Putative membrane protein ycf1 14.85156955 C6_chemical_B1 +LQ04X003700 Putative membrane protein ycf1 15.46367996 C6_chemical_B2 +LQ04X003700 Putative membrane protein ycf1 14.79410919 C6_chemical_B3 +LQ04X003700 Putative membrane protein ycf1 15.60869864 C6_chemical_C1 +LQ04X003700 Putative membrane protein ycf1 15.29065738 C6_chemical_C2 +LQ04X003700 Putative membrane protein ycf1 15.30484807 C6_chemical_C3 +LQ04X003700 Putative membrane protein ycf1 15.50056649 L4_control_A1 +LQ04X003700 Putative membrane protein ycf1 15.42035933 L4_control_A2 +LQ04X003700 Putative membrane protein ycf1 15.02128499 L4_control_A3 +LQ04X003700 Putative membrane protein ycf1 15.17011843 L4_control_B1 +LQ04X003700 Putative membrane protein ycf1 14.83880678 L4_control_B2 +LQ04X003700 Putative membrane protein ycf1 14.83246948 L4_control_B3 +LQ04X003700 Putative membrane protein ycf1 15.06368534 L4_control_C2 +LQ04X003700 Putative membrane protein ycf1 14.6590082 L4_control_C3 +LQ04X003700 Putative membrane protein ycf1 14.8928521 L4_chemical_A1 +LQ04X003700 Putative membrane protein ycf1 15.22228199 L4_chemical_A2 +LQ04X003700 Putative membrane protein ycf1 15.30603966 L4_chemical_A3 +LQ04X003700 Putative membrane protein ycf1 14.74513383 L4_chemical_B1 +LQ04X003700 Putative membrane protein ycf1 14.72502296 L4_chemical_B2 +LQ04X003700 Putative membrane protein ycf1 15.22177905 L4_chemical_B3 +LQ04X003700 Putative membrane protein ycf1 14.70622491 L4_chemical_C2 +LQ04X003700 Putative membrane protein ycf1 15.05433926 L4_chemical_C3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.781429796 C6_control_A1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.45592481 C6_control_A3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.4774564 C6_control_B1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.402001659 C6_control_B2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.727765332 C6_control_B3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.218374676 C6_control_C1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.765306307 C6_control_C2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.345058004 C6_control_C3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.495888452 C6_chemical_A1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.039013206 C6_chemical_A3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.803045458 C6_chemical_B1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.238824068 C6_chemical_B2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.981998159 C6_chemical_B3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.342420715 C6_chemical_C1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 5.998762775 C6_chemical_C2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.264241325 C6_chemical_C3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.646201315 L4_control_A1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.363889157 L4_control_A2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 5.523153034 L4_control_A3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.017325464 L4_control_B1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.950943292 L4_control_B2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.047887834 L4_control_B3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.870293782 L4_control_C2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.443945702 L4_control_C3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.680452182 L4_chemical_A1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.428036142 L4_chemical_A2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 5.545322832 L4_chemical_A3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.512940494 L4_chemical_B1 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.110547458 L4_chemical_B2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.529504579 L4_chemical_B3 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.058673914 L4_chemical_C2 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 6.853222105 L4_chemical_C3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.730483625 C6_control_A1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.809376054 C6_control_A3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.530227391 C6_control_B1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.020885553 C6_control_B2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.938374908 C6_control_B3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.729323518 C6_control_C1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 9.67333999 C6_control_C2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.838573517 C6_control_C3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.976405446 C6_chemical_A1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.975731376 C6_chemical_A3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 9.226277772 C6_chemical_B1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 9.541730901 C6_chemical_B2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 9.242885114 C6_chemical_B3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 9.74159983 C6_chemical_C1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 10.70912491 C6_chemical_C2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 9.492577063 C6_chemical_C3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.613044917 L4_control_A1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.692277207 L4_control_A2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.22296623 L4_control_A3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.61373514 L4_control_B1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.164293956 L4_control_B2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.522986632 L4_control_B3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 9.50437768 L4_control_C2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.075168555 L4_control_C3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.154213897 L4_chemical_A1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.176851613 L4_chemical_A2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.678956966 L4_chemical_A3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.895858577 L4_chemical_B1 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.969022753 L4_chemical_B2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.577712295 L4_chemical_B3 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.082188685 L4_chemical_C2 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 7.720965339 L4_chemical_C3 +LQ04X003730 Uncharacterized protein ycf68 8.815020593 C6_control_A1 +LQ04X003730 Uncharacterized protein ycf68 9.72940292 C6_control_A3 +LQ04X003730 Uncharacterized protein ycf68 10.15150984 C6_control_B1 +LQ04X003730 Uncharacterized protein ycf68 10.26536555 C6_control_B2 +LQ04X003730 Uncharacterized protein ycf68 10.0553179 C6_control_B3 +LQ04X003730 Uncharacterized protein ycf68 10.22782603 C6_control_C1 +LQ04X003730 Uncharacterized protein ycf68 10.82577515 C6_control_C2 +LQ04X003730 Uncharacterized protein ycf68 10.76091395 C6_control_C3 +LQ04X003730 Uncharacterized protein ycf68 10.68395061 C6_chemical_A1 +LQ04X003730 Uncharacterized protein ycf68 10.62879107 C6_chemical_A3 +LQ04X003730 Uncharacterized protein ycf68 11.84308741 C6_chemical_B1 +LQ04X003730 Uncharacterized protein ycf68 11.46029329 C6_chemical_B2 +LQ04X003730 Uncharacterized protein ycf68 11.74193038 C6_chemical_B3 +LQ04X003730 Uncharacterized protein ycf68 12.07200117 C6_chemical_C1 +LQ04X003730 Uncharacterized protein ycf68 11.8439409 C6_chemical_C2 +LQ04X003730 Uncharacterized protein ycf68 12.48614041 C6_chemical_C3 +LQ04X003730 Uncharacterized protein ycf68 9.698776425 L4_control_A1 +LQ04X003730 Uncharacterized protein ycf68 10.02772141 L4_control_A2 +LQ04X003730 Uncharacterized protein ycf68 8.990586665 L4_control_A3 +LQ04X003730 Uncharacterized protein ycf68 10.69728517 L4_control_B1 +LQ04X003730 Uncharacterized protein ycf68 10.48169903 L4_control_B2 +LQ04X003730 Uncharacterized protein ycf68 11.0516466 L4_control_B3 +LQ04X003730 Uncharacterized protein ycf68 11.19055693 L4_control_C2 +LQ04X003730 Uncharacterized protein ycf68 11.8788803 L4_control_C3 +LQ04X003730 Uncharacterized protein ycf68 9.560301481 L4_chemical_A1 +LQ04X003730 Uncharacterized protein ycf68 9.998375978 L4_chemical_A2 +LQ04X003730 Uncharacterized protein ycf68 9.239036032 L4_chemical_A3 +LQ04X003730 Uncharacterized protein ycf68 10.08832093 L4_chemical_B1 +LQ04X003730 Uncharacterized protein ycf68 10.71430631 L4_chemical_B2 +LQ04X003730 Uncharacterized protein ycf68 10.92561048 L4_chemical_B3 +LQ04X003730 Uncharacterized protein ycf68 10.93986857 L4_chemical_C2 +LQ04X003730 Uncharacterized protein ycf68 11.83952518 L4_chemical_C3 +LQ04X003740 Unknow protein 5.001269841 C6_control_A1 +LQ04X003740 Unknow protein 4.861180884 C6_control_A3 +LQ04X003740 Unknow protein 5.535590947 C6_control_B1 +LQ04X003740 Unknow protein 5.197145818 C6_control_B2 +LQ04X003740 Unknow protein 4.861122136 C6_control_B3 +LQ04X003740 Unknow protein 5.062755248 C6_control_C1 +LQ04X003740 Unknow protein 4.920205995 C6_control_C2 +LQ04X003740 Unknow protein 5.213642086 C6_control_C3 +LQ04X003740 Unknow protein 4.752372809 C6_chemical_A1 +LQ04X003740 Unknow protein 4.84219186 C6_chemical_A3 +LQ04X003740 Unknow protein 5.251005202 C6_chemical_B1 +LQ04X003740 Unknow protein 4.921528611 C6_chemical_B2 +LQ04X003740 Unknow protein 5.027563697 C6_chemical_B3 +LQ04X003740 Unknow protein 5.316380549 C6_chemical_C1 +LQ04X003740 Unknow protein 5.069717359 C6_chemical_C2 +LQ04X003740 Unknow protein 4.95806735 C6_chemical_C3 +LQ04X003740 Unknow protein 4.762858312 L4_control_A1 +LQ04X003740 Unknow protein 5.012294254 L4_control_A2 +LQ04X003740 Unknow protein 4.850255285 L4_control_A3 +LQ04X003740 Unknow protein 4.804176527 L4_control_B1 +LQ04X003740 Unknow protein 4.944497697 L4_control_B2 +LQ04X003740 Unknow protein 4.805881227 L4_control_B3 +LQ04X003740 Unknow protein 5.543790172 L4_control_C2 +LQ04X003740 Unknow protein 5.48756575 L4_control_C3 +LQ04X003740 Unknow protein 4.979613799 L4_chemical_A1 +LQ04X003740 Unknow protein 4.788751011 L4_chemical_A2 +LQ04X003740 Unknow protein 5.140253406 L4_chemical_A3 +LQ04X003740 Unknow protein 5.005897073 L4_chemical_B1 +LQ04X003740 Unknow protein 5.170746817 L4_chemical_B2 +LQ04X003740 Unknow protein 4.890546845 L4_chemical_B3 +LQ04X003740 Unknow protein 4.951017163 L4_chemical_C2 +LQ04X003740 Unknow protein 5.292762692 L4_chemical_C3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.17841335 C6_control_A1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.211899972 C6_control_A3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.958328788 C6_control_B1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.587700203 C6_control_B2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.214945114 C6_control_B3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.116665815 C6_control_C1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 7.173455469 C6_control_C2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.579892019 C6_control_C3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.303855217 C6_chemical_A1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.57298274 C6_chemical_A3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.462602546 C6_chemical_B1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.193764121 C6_chemical_B2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.609095267 C6_chemical_B3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.289653448 C6_chemical_C1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.770992108 C6_chemical_C2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.643444725 C6_chemical_C3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.087186323 L4_control_A1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.614338645 L4_control_A2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.340162145 L4_control_A3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.97538069 L4_control_B1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.758466953 L4_control_B2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.671011265 L4_control_B3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 7.061356167 L4_control_C2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.72219928 L4_control_C3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.517904718 L4_chemical_A1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.665502697 L4_chemical_A2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.883040291 L4_chemical_A3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.106951867 L4_chemical_B1 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.720006697 L4_chemical_B2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 5.632536842 L4_chemical_B3 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.234315125 L4_chemical_C2 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.527433353 L4_chemical_C3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.59813492 C6_control_A1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.19473784 C6_control_A3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 12.70448962 C6_control_B1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.04660776 C6_control_B2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 12.92450405 C6_control_B3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.33241658 C6_control_C1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.57578813 C6_control_C2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.37995249 C6_control_C3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.24995879 C6_chemical_A1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.75017497 C6_chemical_A3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.45308431 C6_chemical_B1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.53739472 C6_chemical_B2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.02856085 C6_chemical_B3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.31787751 C6_chemical_C1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.20701414 C6_chemical_C2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.58435179 C6_chemical_C3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.31280214 L4_control_A1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.89952417 L4_control_A2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.30154016 L4_control_A3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.8869739 L4_control_B1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.34494282 L4_control_B2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.62994884 L4_control_B3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.75382368 L4_control_C2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.38698788 L4_control_C3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.61892654 L4_chemical_A1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.39438537 L4_chemical_A2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.51140349 L4_chemical_A3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 12.97949101 L4_chemical_B1 +LQ04X003790 30S ribosomal protein S8, chloroplastic 12.69366574 L4_chemical_B2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.36959161 L4_chemical_B3 +LQ04X003790 30S ribosomal protein S8, chloroplastic 13.51465914 L4_chemical_C2 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.31612855 L4_chemical_C3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 5.101669588 C6_control_A1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.905256858 C6_control_A3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.743023812 C6_control_B1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.877134128 C6_control_B2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.917804869 C6_control_B3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.705129775 C6_control_C1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.716432262 C6_control_C2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.60449452 C6_control_C3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.975114349 C6_chemical_A1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.774672357 C6_chemical_A3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 5.056532189 C6_chemical_B1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.658148568 C6_chemical_B2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.867658406 C6_chemical_B3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.604914667 C6_chemical_C1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.715304141 C6_chemical_C2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.641779288 C6_chemical_C3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.701858409 L4_control_A1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 5.339677106 L4_control_A2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.760070483 L4_control_A3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 5.31799429 L4_control_B1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.879069455 L4_control_B2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.762931678 L4_control_B3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.892468604 L4_control_C2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 5.145071151 L4_control_C3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.799832472 L4_chemical_A1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.903487633 L4_chemical_A2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 5.030789927 L4_chemical_A3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.860240648 L4_chemical_B1 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.935064542 L4_chemical_B2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.85104258 L4_chemical_B3 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 5.157056993 L4_chemical_C2 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.710937569 L4_chemical_C3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 10.36518248 C6_control_A1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 10.48043988 C6_control_A3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.14242121 C6_control_B1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.47629838 C6_control_B2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.71892176 C6_control_B3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.31626631 C6_control_C1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 13.10644739 C6_control_C2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.7065238 C6_control_C3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 13.87623367 C6_chemical_A1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.89408942 C6_chemical_A3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 14.54791823 C6_chemical_B1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 14.39453803 C6_chemical_B2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 14.79693541 C6_chemical_B3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 14.72727666 C6_chemical_C1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 14.75839976 C6_chemical_C2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 14.8369106 C6_chemical_C3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 12.08176068 L4_control_A1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.86761119 L4_control_A2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.97582323 L4_control_A3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 12.29337034 L4_control_B1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 12.55544683 L4_control_B2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 13.4469712 L4_control_B3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 13.68295861 L4_control_C2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 13.9735585 L4_control_C3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 10.69472892 L4_chemical_A1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.33522008 L4_chemical_A2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.77375593 L4_chemical_A3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 11.56882802 L4_chemical_B1 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 12.1094778 L4_chemical_B2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 12.87710761 L4_chemical_B3 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 13.16580776 L4_chemical_C2 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 13.75944928 L4_chemical_C3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.22767966 C6_control_A1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.54187726 C6_control_A3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.73948987 C6_control_B1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.92798503 C6_control_B2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.83123476 C6_control_B3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.00683304 C6_control_C1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.10911432 C6_control_C2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.28262102 C6_control_C3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.58672388 C6_chemical_A1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.08185815 C6_chemical_A3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.29588212 C6_chemical_B1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.63951994 C6_chemical_B2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.22363389 C6_chemical_B3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.51161775 C6_chemical_C1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.38399443 C6_chemical_C2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.53940565 C6_chemical_C3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.04714609 L4_control_A1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.20765073 L4_control_A2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.96212326 L4_control_A3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.69776079 L4_control_B1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.29965215 L4_control_B2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.53822853 L4_control_B3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.71010982 L4_control_C2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.46546928 L4_control_C3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.36116793 L4_chemical_A1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.34919464 L4_chemical_A2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.40739388 L4_chemical_A3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.62439513 L4_chemical_B1 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.58213438 L4_chemical_B2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.16723816 L4_chemical_B3 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.68578149 L4_chemical_C2 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 14.63608877 L4_chemical_C3 +LQ04X003830 Cytochrome b559 subunit alpha 9.134688769 C6_control_A1 +LQ04X003830 Cytochrome b559 subunit alpha 10.49439463 C6_control_A3 +LQ04X003830 Cytochrome b559 subunit alpha 9.448388587 C6_control_B1 +LQ04X003830 Cytochrome b559 subunit alpha 10.61817162 C6_control_B2 +LQ04X003830 Cytochrome b559 subunit alpha 10.68911236 C6_control_B3 +LQ04X003830 Cytochrome b559 subunit alpha 10.1192571 C6_control_C1 +LQ04X003830 Cytochrome b559 subunit alpha 11.60166053 C6_control_C2 +LQ04X003830 Cytochrome b559 subunit alpha 11.05531867 C6_control_C3 +LQ04X003830 Cytochrome b559 subunit alpha 10.59481874 C6_chemical_A1 +LQ04X003830 Cytochrome b559 subunit alpha 10.15638907 C6_chemical_A3 +LQ04X003830 Cytochrome b559 subunit alpha 11.30498633 C6_chemical_B1 +LQ04X003830 Cytochrome b559 subunit alpha 12.30930087 C6_chemical_B2 +LQ04X003830 Cytochrome b559 subunit alpha 12.15410579 C6_chemical_B3 +LQ04X003830 Cytochrome b559 subunit alpha 11.13565066 C6_chemical_C1 +LQ04X003830 Cytochrome b559 subunit alpha 11.96457747 C6_chemical_C2 +LQ04X003830 Cytochrome b559 subunit alpha 12.18472109 C6_chemical_C3 +LQ04X003830 Cytochrome b559 subunit alpha 9.168509844 L4_control_A1 +LQ04X003830 Cytochrome b559 subunit alpha 9.800222348 L4_control_A2 +LQ04X003830 Cytochrome b559 subunit alpha 8.17919882 L4_control_A3 +LQ04X003830 Cytochrome b559 subunit alpha 11.02602672 L4_control_B1 +LQ04X003830 Cytochrome b559 subunit alpha 10.11885755 L4_control_B2 +LQ04X003830 Cytochrome b559 subunit alpha 11.77550879 L4_control_B3 +LQ04X003830 Cytochrome b559 subunit alpha 10.33225875 L4_control_C2 +LQ04X003830 Cytochrome b559 subunit alpha 11.57784505 L4_control_C3 +LQ04X003830 Cytochrome b559 subunit alpha 8.761063257 L4_chemical_A1 +LQ04X003830 Cytochrome b559 subunit alpha 8.975620303 L4_chemical_A2 +LQ04X003830 Cytochrome b559 subunit alpha 8.0558162 L4_chemical_A3 +LQ04X003830 Cytochrome b559 subunit alpha 9.151251524 L4_chemical_B1 +LQ04X003830 Cytochrome b559 subunit alpha 10.37723046 L4_chemical_B2 +LQ04X003830 Cytochrome b559 subunit alpha 11.76869691 L4_chemical_B3 +LQ04X003830 Cytochrome b559 subunit alpha 10.48221128 L4_chemical_C2 +LQ04X003830 Cytochrome b559 subunit alpha 11.66980652 L4_chemical_C3 +LQ04X003840 Apocytochrome f 9.146395773 C6_control_A1 +LQ04X003840 Apocytochrome f 9.405378218 C6_control_A3 +LQ04X003840 Apocytochrome f 8.20182562 C6_control_B1 +LQ04X003840 Apocytochrome f 8.631983688 C6_control_B2 +LQ04X003840 Apocytochrome f 8.839806698 C6_control_B3 +LQ04X003840 Apocytochrome f 10.06449168 C6_control_C1 +LQ04X003840 Apocytochrome f 11.10055555 C6_control_C2 +LQ04X003840 Apocytochrome f 9.855023032 C6_control_C3 +LQ04X003840 Apocytochrome f 10.90616608 C6_chemical_A1 +LQ04X003840 Apocytochrome f 9.173179831 C6_chemical_A3 +LQ04X003840 Apocytochrome f 9.706262003 C6_chemical_B1 +LQ04X003840 Apocytochrome f 11.03096232 C6_chemical_B2 +LQ04X003840 Apocytochrome f 9.749431001 C6_chemical_B3 +LQ04X003840 Apocytochrome f 11.64030911 C6_chemical_C1 +LQ04X003840 Apocytochrome f 11.36570032 C6_chemical_C2 +LQ04X003840 Apocytochrome f 11.26408941 C6_chemical_C3 +LQ04X003840 Apocytochrome f 9.819426696 L4_control_A1 +LQ04X003840 Apocytochrome f 9.347373882 L4_control_A2 +LQ04X003840 Apocytochrome f 9.694246497 L4_control_A3 +LQ04X003840 Apocytochrome f 9.724765205 L4_control_B1 +LQ04X003840 Apocytochrome f 9.697652172 L4_control_B2 +LQ04X003840 Apocytochrome f 10.2824365 L4_control_B3 +LQ04X003840 Apocytochrome f 10.81947612 L4_control_C2 +LQ04X003840 Apocytochrome f 10.977169 L4_control_C3 +LQ04X003840 Apocytochrome f 9.048650969 L4_chemical_A1 +LQ04X003840 Apocytochrome f 8.647732405 L4_chemical_A2 +LQ04X003840 Apocytochrome f 9.312829225 L4_chemical_A3 +LQ04X003840 Apocytochrome f 8.6096575 L4_chemical_B1 +LQ04X003840 Apocytochrome f 8.395374529 L4_chemical_B2 +LQ04X003840 Apocytochrome f 9.783277232 L4_chemical_B3 +LQ04X003840 Apocytochrome f 9.907083931 L4_chemical_C2 +LQ04X003840 Apocytochrome f 10.57445415 L4_chemical_C3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 5.703071632 C6_control_A1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 5.953618168 C6_control_A3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.430594477 C6_control_B1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.542907936 C6_control_B2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.539660265 C6_control_B3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 7.12190491 C6_control_C1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 8.446373355 C6_control_C2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.335991257 C6_control_C3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 7.245557677 C6_chemical_A1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 7.131699937 C6_chemical_A3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 7.62250878 C6_chemical_B1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 7.484552513 C6_chemical_B2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 7.840448952 C6_chemical_B3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 8.708203739 C6_chemical_C1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 8.807164964 C6_chemical_C2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 8.301152916 C6_chemical_C3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.587268379 L4_control_A1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.397085223 L4_control_A2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.571781466 L4_control_A3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.848563289 L4_control_B1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.742927353 L4_control_B2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.935276694 L4_control_B3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 7.126953902 L4_control_C2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.86514714 L4_control_C3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.339899486 L4_chemical_A1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.458221765 L4_chemical_A2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.334907167 L4_chemical_A3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 5.832935079 L4_chemical_B1 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.610886971 L4_chemical_B2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.773746258 L4_chemical_B3 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.389280219 L4_chemical_C2 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 6.379813911 L4_chemical_C3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.89809565 C6_control_A1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.07534466 C6_control_A3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.487521299 C6_control_B1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.835096068 C6_control_B2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.693967873 C6_control_B3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 7.00069866 C6_control_C1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.12014608 C6_control_C2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.108910112 C6_control_C3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.201012212 C6_chemical_A1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.132291559 C6_chemical_A3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.370414997 C6_chemical_B1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.154919823 C6_chemical_B2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.017646696 C6_chemical_B3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.529271816 C6_chemical_C1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.867741283 C6_chemical_C2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.124520754 C6_chemical_C3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.238495549 L4_control_A1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.991218794 L4_control_A2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.309849644 L4_control_A3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.597893177 L4_control_B1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.416114809 L4_control_B2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.067925827 L4_control_B3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.247375692 L4_control_C2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.546168927 L4_control_C3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.184509841 L4_chemical_A1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.272470882 L4_chemical_A2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.345941573 L4_chemical_A3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 4.764202723 L4_chemical_B1 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.270689129 L4_chemical_B2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.671280735 L4_chemical_B3 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.314606667 L4_chemical_C2 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 5.359557176 L4_chemical_C3 +LQ04X003870 Photosystem I assembly protein ycf3 4.570512709 C6_control_A1 +LQ04X003870 Photosystem I assembly protein ycf3 4.813774309 C6_control_A3 +LQ04X003870 Photosystem I assembly protein ycf3 5.044067556 C6_control_B1 +LQ04X003870 Photosystem I assembly protein ycf3 4.840450379 C6_control_B2 +LQ04X003870 Photosystem I assembly protein ycf3 4.902623686 C6_control_B3 +LQ04X003870 Photosystem I assembly protein ycf3 5.266768586 C6_control_C1 +LQ04X003870 Photosystem I assembly protein ycf3 5.717686813 C6_control_C2 +LQ04X003870 Photosystem I assembly protein ycf3 5.412254049 C6_control_C3 +LQ04X003870 Photosystem I assembly protein ycf3 4.768347714 C6_chemical_A1 +LQ04X003870 Photosystem I assembly protein ycf3 4.838496284 C6_chemical_A3 +LQ04X003870 Photosystem I assembly protein ycf3 4.570345411 C6_chemical_B1 +LQ04X003870 Photosystem I assembly protein ycf3 5.257973805 C6_chemical_B2 +LQ04X003870 Photosystem I assembly protein ycf3 4.892938632 C6_chemical_B3 +LQ04X003870 Photosystem I assembly protein ycf3 5.511858005 C6_chemical_C1 +LQ04X003870 Photosystem I assembly protein ycf3 5.672011866 C6_chemical_C2 +LQ04X003870 Photosystem I assembly protein ycf3 6.620335345 C6_chemical_C3 +LQ04X003870 Photosystem I assembly protein ycf3 4.65348763 L4_control_A1 +LQ04X003870 Photosystem I assembly protein ycf3 5.088826952 L4_control_A2 +LQ04X003870 Photosystem I assembly protein ycf3 4.874118529 L4_control_A3 +LQ04X003870 Photosystem I assembly protein ycf3 4.63388287 L4_control_B1 +LQ04X003870 Photosystem I assembly protein ycf3 4.583195546 L4_control_B2 +LQ04X003870 Photosystem I assembly protein ycf3 4.996959356 L4_control_B3 +LQ04X003870 Photosystem I assembly protein ycf3 5.648102128 L4_control_C2 +LQ04X003870 Photosystem I assembly protein ycf3 5.422542749 L4_control_C3 +LQ04X003870 Photosystem I assembly protein ycf3 4.672408698 L4_chemical_A1 +LQ04X003870 Photosystem I assembly protein ycf3 4.768300408 L4_chemical_A2 +LQ04X003870 Photosystem I assembly protein ycf3 4.586143578 L4_chemical_A3 +LQ04X003870 Photosystem I assembly protein ycf3 4.924146219 L4_chemical_B1 +LQ04X003870 Photosystem I assembly protein ycf3 5.463276773 L4_chemical_B2 +LQ04X003870 Photosystem I assembly protein ycf3 4.610411832 L4_chemical_B3 +LQ04X003870 Photosystem I assembly protein ycf3 4.970413388 L4_chemical_C2 +LQ04X003870 Photosystem I assembly protein ycf3 5.230032794 L4_chemical_C3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.55657107 C6_control_A1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 14.29497989 C6_control_A3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 11.28509692 C6_control_B1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.79390647 C6_control_B2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.37458409 C6_control_B3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.07614594 C6_control_C1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 14.4965241 C6_control_C2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.17722224 C6_control_C3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 14.3204379 C6_chemical_A1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.34392688 C6_chemical_A3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.75634453 C6_chemical_B1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 14.98203837 C6_chemical_B2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.70323608 C6_chemical_B3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 15.06733199 C6_chemical_C1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 14.38559027 C6_chemical_C2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 14.46598326 C6_chemical_C3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.85733448 L4_control_A1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.39731616 L4_control_A2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.65249864 L4_control_A3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.69462242 L4_control_B1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.92112449 L4_control_B2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.03359395 L4_control_B3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.83039586 L4_control_C2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.56422086 L4_control_C3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.86572865 L4_chemical_A1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.06671692 L4_chemical_A2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.84322064 L4_chemical_A3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.54270352 L4_chemical_B1 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.69402052 L4_chemical_B2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.14588465 L4_chemical_B3 +LQ04X003880 DNA-directed RNA polymerase subunit beta 13.0795032 L4_chemical_C2 +LQ04X003880 DNA-directed RNA polymerase subunit beta 12.7854604 L4_chemical_C3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.887603976 C6_control_A1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.998941851 C6_control_A3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.11515508 C6_control_B1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.837750004 C6_control_B2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.738511253 C6_control_B3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.108597542 C6_control_C1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.786836036 C6_control_C2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.799046141 C6_control_C3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.942863652 C6_chemical_A1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.908221204 C6_chemical_A3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.956616567 C6_chemical_B1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.828210418 C6_chemical_B2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.09214653 C6_chemical_B3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.764934972 C6_chemical_C1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.841731346 C6_chemical_C2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.915475212 C6_chemical_C3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.970256041 L4_control_A1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.612073375 L4_control_A2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.037885392 L4_control_A3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.254821006 L4_control_B1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.507583805 L4_control_B2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.727267774 L4_control_B3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.035347464 L4_control_C2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.546358538 L4_control_C3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.018436664 L4_chemical_A1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.865282808 L4_chemical_A2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.036941906 L4_chemical_A3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.006397761 L4_chemical_B1 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.893801195 L4_chemical_B2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 5.089912009 L4_chemical_B3 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.858252904 L4_chemical_C2 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.74285043 L4_chemical_C3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 4.999881167 C6_control_A1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.969194526 C6_control_A3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.539755781 C6_control_B1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.133576801 C6_control_B2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.119090773 C6_control_B3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.627721383 C6_control_C1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 6.013239929 C6_control_C2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.95800169 C6_control_C3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.651623715 C6_chemical_A1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.119210187 C6_chemical_A3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.415754405 C6_chemical_B1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 6.302767235 C6_chemical_B2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.559945846 C6_chemical_B3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.911258825 C6_chemical_C1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.384454755 C6_chemical_C2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.936877282 C6_chemical_C3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.485603945 L4_control_A1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.947390085 L4_control_A2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.280484018 L4_control_A3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.136238748 L4_control_B1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.343576262 L4_control_B2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.635505581 L4_control_B3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 4.97213407 L4_control_C2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.970740919 L4_control_C3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.675626468 L4_chemical_A1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.618360034 L4_chemical_A2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 4.807057839 L4_chemical_A3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.728368761 L4_chemical_B1 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.461650794 L4_chemical_B2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.671804946 L4_chemical_B3 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 4.775951297 L4_chemical_C2 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.964077119 L4_chemical_C3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 7.603907854 C6_control_A1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 7.223837329 C6_control_A3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 8.910817732 C6_control_B1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.17424737 C6_control_B2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 8.025976826 C6_control_B3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.763358106 C6_control_C1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.4900785 C6_control_C2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 8.921322367 C6_control_C3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.11135142 C6_chemical_A1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.018033486 C6_chemical_A3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 11.02891856 C6_chemical_B1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.83572154 C6_chemical_B2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.54062704 C6_chemical_B3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 11.91077965 C6_chemical_C1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 11.97921854 C6_chemical_C2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 11.46498107 C6_chemical_C3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.438052104 L4_control_A1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.83366361 L4_control_A2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 8.764905647 L4_control_A3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.5342423 L4_control_B1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.573361958 L4_control_B2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.46109567 L4_control_B3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.74356315 L4_control_C2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 11.32908409 L4_control_C3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.290119974 L4_chemical_A1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.601528222 L4_chemical_A2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.196901876 L4_chemical_A3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.318700225 L4_chemical_B1 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 9.677635804 L4_chemical_B2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.07919068 L4_chemical_B3 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.7649446 L4_chemical_C2 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 11.3453515 L4_chemical_C3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 8.269968061 C6_control_A1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.392394849 C6_control_A3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 6.819774055 C6_control_B1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 8.342892747 C6_control_B2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 7.911223534 C6_control_B3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.030970932 C6_control_C1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.711665222 C6_control_C2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.026482162 C6_control_C3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.549264107 C6_chemical_A1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.342916971 C6_chemical_A3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 8.449646771 C6_chemical_B1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.586206149 C6_chemical_B2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.540631619 C6_chemical_B3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.935486872 C6_chemical_C1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.584426918 C6_chemical_C2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 10.30752365 C6_chemical_C3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.891999212 L4_control_A1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 8.616564581 L4_control_A2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.834580405 L4_control_A3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.096983336 L4_control_B1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 8.052237194 L4_control_B2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 10.44387971 L4_control_B3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 6.823498417 L4_control_C2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 8.971438777 L4_control_C3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.021293902 L4_chemical_A1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 7.412671254 L4_chemical_A2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.782729502 L4_chemical_A3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 7.928276919 L4_chemical_B1 +LQ04X003920 30S ribosomal protein S4, chloroplastic 6.316363159 L4_chemical_B2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.716646247 L4_chemical_B3 +LQ04X003920 30S ribosomal protein S4, chloroplastic 7.691805204 L4_chemical_C2 +LQ04X003920 30S ribosomal protein S4, chloroplastic 7.504965 L4_chemical_C3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.281203575 C6_control_A1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.278367068 C6_control_A3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.666223587 C6_control_B1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.520485981 C6_control_B2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.671497551 C6_control_B3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.694408439 C6_control_C1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.426730942 C6_control_C2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.420269359 C6_control_C3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.1073988 C6_chemical_A1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.842444846 C6_chemical_A3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.028468357 C6_chemical_B1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.23065353 C6_chemical_B2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.222861555 C6_chemical_B3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 7.015639139 C6_chemical_C1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.830046525 C6_chemical_C2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 7.288259674 C6_chemical_C3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.309228538 L4_control_A1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.345341533 L4_control_A2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.299906588 L4_control_A3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.077919823 L4_control_B1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.969635902 L4_control_B2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.491219045 L4_control_B3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.429475178 L4_control_C2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.006730289 L4_control_C3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 4.812974932 L4_chemical_A1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.495424738 L4_chemical_A2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.015253185 L4_chemical_A3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.258831644 L4_chemical_B1 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.645242 L4_chemical_B2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.57721965 L4_chemical_B3 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.102803621 L4_chemical_C2 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 5.36178372 L4_chemical_C3 +LQ04X003940 Photosystem I assembly protein ycf4 5.6093893 C6_control_A1 +LQ04X003940 Photosystem I assembly protein ycf4 5.922010411 C6_control_A3 +LQ04X003940 Photosystem I assembly protein ycf4 5.419156829 C6_control_B1 +LQ04X003940 Photosystem I assembly protein ycf4 7.332607209 C6_control_B2 +LQ04X003940 Photosystem I assembly protein ycf4 6.043464589 C6_control_B3 +LQ04X003940 Photosystem I assembly protein ycf4 8.156645047 C6_control_C1 +LQ04X003940 Photosystem I assembly protein ycf4 9.962121438 C6_control_C2 +LQ04X003940 Photosystem I assembly protein ycf4 8.056208237 C6_control_C3 +LQ04X003940 Photosystem I assembly protein ycf4 7.801526192 C6_chemical_A1 +LQ04X003940 Photosystem I assembly protein ycf4 6.870801918 C6_chemical_A3 +LQ04X003940 Photosystem I assembly protein ycf4 7.635168377 C6_chemical_B1 +LQ04X003940 Photosystem I assembly protein ycf4 10.07301374 C6_chemical_B2 +LQ04X003940 Photosystem I assembly protein ycf4 8.268186249 C6_chemical_B3 +LQ04X003940 Photosystem I assembly protein ycf4 9.830324355 C6_chemical_C1 +LQ04X003940 Photosystem I assembly protein ycf4 10.5876398 C6_chemical_C2 +LQ04X003940 Photosystem I assembly protein ycf4 10.10943939 C6_chemical_C3 +LQ04X003940 Photosystem I assembly protein ycf4 6.931056168 L4_control_A1 +LQ04X003940 Photosystem I assembly protein ycf4 6.413708255 L4_control_A2 +LQ04X003940 Photosystem I assembly protein ycf4 5.848580559 L4_control_A3 +LQ04X003940 Photosystem I assembly protein ycf4 5.96617245 L4_control_B1 +LQ04X003940 Photosystem I assembly protein ycf4 5.84036353 L4_control_B2 +LQ04X003940 Photosystem I assembly protein ycf4 8.024468926 L4_control_B3 +LQ04X003940 Photosystem I assembly protein ycf4 6.42385626 L4_control_C2 +LQ04X003940 Photosystem I assembly protein ycf4 7.171076037 L4_control_C3 +LQ04X003940 Photosystem I assembly protein ycf4 6.701199812 L4_chemical_A1 +LQ04X003940 Photosystem I assembly protein ycf4 6.221279929 L4_chemical_A2 +LQ04X003940 Photosystem I assembly protein ycf4 6.02125694 L4_chemical_A3 +LQ04X003940 Photosystem I assembly protein ycf4 5.822684973 L4_chemical_B1 +LQ04X003940 Photosystem I assembly protein ycf4 5.683668613 L4_chemical_B2 +LQ04X003940 Photosystem I assembly protein ycf4 7.57965143 L4_chemical_B3 +LQ04X003940 Photosystem I assembly protein ycf4 6.930624199 L4_chemical_C2 +LQ04X003940 Photosystem I assembly protein ycf4 7.76221001 L4_chemical_C3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 6.125342209 C6_control_A1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.967518775 C6_control_A3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 6.275636003 C6_control_B1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.569470806 C6_control_B2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.333162822 C6_control_B3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.149693829 C6_control_C1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 9.764469206 C6_control_C2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.908853514 C6_control_C3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.075847277 C6_chemical_A1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.039971958 C6_chemical_A3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.809237477 C6_chemical_B1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.618431704 C6_chemical_B2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.584038295 C6_chemical_B3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 9.592440496 C6_chemical_C1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 10.08517434 C6_chemical_C2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 9.997159772 C6_chemical_C3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.57106705 L4_control_A1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.477439642 L4_control_A2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.293380823 L4_control_A3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.969522164 L4_control_B1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.208492857 L4_control_B2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.677024542 L4_control_B3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.556637198 L4_control_C2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.76836855 L4_control_C3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.478981262 L4_chemical_A1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.573010659 L4_chemical_A2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.017994314 L4_chemical_A3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 6.54690636 L4_chemical_B1 +LQ04X003950 50S ribosomal protein L33, chloroplastic 7.013299148 L4_chemical_B2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.468438336 L4_chemical_B3 +LQ04X003950 50S ribosomal protein L33, chloroplastic 6.945004456 L4_chemical_C2 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.099445119 L4_chemical_C3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 6.527630944 C6_control_A1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.436531864 C6_control_A3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 6.402474526 C6_control_B1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.94268105 C6_control_B2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.368483488 C6_control_B3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 8.035765546 C6_control_C1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 10.17311677 C6_control_C2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 8.091283044 C6_control_C3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 8.261356126 C6_chemical_A1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 6.491374769 C6_chemical_A3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.953380308 C6_chemical_B1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 9.374221482 C6_chemical_B2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 8.315457265 C6_chemical_B3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 10.34283976 C6_chemical_C1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 10.11927688 C6_chemical_C2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 10.01761535 C6_chemical_C3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.568203127 L4_control_A1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.93823917 L4_control_A2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 6.72926315 L4_control_A3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.879929337 L4_control_B1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.671445977 L4_control_B2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.720071655 L4_control_B3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 8.962482627 L4_control_C2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.423156931 L4_control_C3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.319263337 L4_chemical_A1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.97767782 L4_chemical_A2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 6.868928893 L4_chemical_A3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.250492602 L4_chemical_B1 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.335433316 L4_chemical_B2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.438451891 L4_chemical_B3 +LQ04X003960 30S ribosomal protein S18, chloroplastic 8.093823156 L4_chemical_C2 +LQ04X003960 30S ribosomal protein S18, chloroplastic 7.876433747 L4_chemical_C3 +LQ04X003970 Cytochrome b6 5.310562151 C6_control_A1 +LQ04X003970 Cytochrome b6 6.714271186 C6_control_A3 +LQ04X003970 Cytochrome b6 5.111384222 C6_control_B1 +LQ04X003970 Cytochrome b6 4.95235304 C6_control_B2 +LQ04X003970 Cytochrome b6 5.075860039 C6_control_B3 +LQ04X003970 Cytochrome b6 4.934241992 C6_control_C1 +LQ04X003970 Cytochrome b6 4.979055478 C6_control_C2 +LQ04X003970 Cytochrome b6 4.842614499 C6_control_C3 +LQ04X003970 Cytochrome b6 5.227890427 C6_chemical_A1 +LQ04X003970 Cytochrome b6 5.275815121 C6_chemical_A3 +LQ04X003970 Cytochrome b6 5.315720546 C6_chemical_B1 +LQ04X003970 Cytochrome b6 5.564206248 C6_chemical_B2 +LQ04X003970 Cytochrome b6 5.318102086 C6_chemical_B3 +LQ04X003970 Cytochrome b6 4.921650401 C6_chemical_C1 +LQ04X003970 Cytochrome b6 4.80503426 C6_chemical_C2 +LQ04X003970 Cytochrome b6 4.90237351 C6_chemical_C3 +LQ04X003970 Cytochrome b6 5.747254948 L4_control_A1 +LQ04X003970 Cytochrome b6 5.201192741 L4_control_A2 +LQ04X003970 Cytochrome b6 6.054820027 L4_control_A3 +LQ04X003970 Cytochrome b6 5.157056835 L4_control_B1 +LQ04X003970 Cytochrome b6 5.697516914 L4_control_B2 +LQ04X003970 Cytochrome b6 5.362799813 L4_control_B3 +LQ04X003970 Cytochrome b6 5.108578663 L4_control_C2 +LQ04X003970 Cytochrome b6 5.499950679 L4_control_C3 +LQ04X003970 Cytochrome b6 5.286414951 L4_chemical_A1 +LQ04X003970 Cytochrome b6 5.275649606 L4_chemical_A2 +LQ04X003970 Cytochrome b6 6.192528316 L4_chemical_A3 +LQ04X003970 Cytochrome b6 5.523498761 L4_chemical_B1 +LQ04X003970 Cytochrome b6 5.132736489 L4_chemical_B2 +LQ04X003970 Cytochrome b6 5.197542202 L4_chemical_B3 +LQ04X003970 Cytochrome b6 4.629270296 L4_chemical_C2 +LQ04X003970 Cytochrome b6 4.908278554 L4_chemical_C3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.84842872 C6_control_A1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.34913762 C6_control_A3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.7705629 C6_control_B1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.38911192 C6_control_B2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.85715605 C6_control_B3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.45603143 C6_control_C1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.71948315 C6_control_C2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.89260542 C6_control_C3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.29024343 C6_chemical_A1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.37096119 C6_chemical_A3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.11154501 C6_chemical_B1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.52585776 C6_chemical_B2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.33502322 C6_chemical_B3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.90746863 C6_chemical_C1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.86319747 C6_chemical_C2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.32052699 C6_chemical_C3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.2721425 L4_control_A1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.89285066 L4_control_A2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.81759042 L4_control_A3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.93827009 L4_control_B1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.2041151 L4_control_B2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.93151162 L4_control_B3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.81197307 L4_control_C2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.05883859 L4_control_C3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.55814613 L4_chemical_A1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.63025898 L4_chemical_A2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.03478866 L4_chemical_A3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.69780462 L4_chemical_B1 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.60233181 L4_chemical_B2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.21531306 L4_chemical_B3 +LQ04X003980 30S ribosomal protein S3, chloroplastic 14.87945551 L4_chemical_C2 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.03134836 L4_chemical_C3 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.158036213 C6_control_A1 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.347227144 C6_control_A3 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.2775548 C6_control_B1 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.160222463 C6_control_B2 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.315421172 C6_control_B3 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.496920443 C6_control_C1 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.076377316 C6_control_C2 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.826968962 C6_control_C3 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.08024705 C6_chemical_A1 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.697992378 C6_chemical_A3 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.411355586 C6_chemical_B1 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.441358367 C6_chemical_B2 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.954535137 C6_chemical_B3 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.220355436 C6_chemical_C1 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.144242673 C6_chemical_C2 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.951699723 C6_chemical_C3 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.782820449 L4_control_A1 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.907553432 L4_control_A2 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.334135516 L4_control_A3 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.833059926 L4_control_B1 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.502922296 L4_control_B2 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.684243666 L4_control_B3 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.257797198 L4_control_C2 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.537260823 L4_control_C3 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.021240799 L4_chemical_A1 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.899731757 L4_chemical_A2 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.538991157 L4_chemical_A3 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.853256651 L4_chemical_B1 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.20782784 L4_chemical_B2 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.155403257 L4_chemical_B3 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.553952197 L4_chemical_C2 +LQ04X004030 Putative Major pollen allergen Pla l 1 5.287598654 L4_chemical_C3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.473174842 C6_control_A1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.154635392 C6_control_A3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.461563975 C6_control_B1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.282071308 C6_control_B2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.632262762 C6_control_B3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.159702146 C6_control_C1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.357385707 C6_control_C2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.527915765 C6_control_C3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.552677488 C6_chemical_A1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.347383027 C6_chemical_A3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.342891433 C6_chemical_B1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.340885014 C6_chemical_B2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.29074244 C6_chemical_B3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.164590094 C6_chemical_C1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.395017607 C6_chemical_C2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.225089131 C6_chemical_C3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.324957866 L4_control_A1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.276238142 L4_control_A2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 6.003982022 L4_control_A3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.178101497 L4_control_B1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 6.585800034 L4_control_B2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.449243069 L4_control_B3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.375984447 L4_control_C2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.573521612 L4_control_C3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.641954726 L4_chemical_A1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.358060191 L4_chemical_A2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.600210996 L4_chemical_A3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.450367381 L4_chemical_B1 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.927885304 L4_chemical_B2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.445949158 L4_chemical_B3 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.864755574 L4_chemical_C2 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.715917676 L4_chemical_C3 +LQ04X004050 Actin-related protein 2 11.9626719 C6_control_A1 +LQ04X004050 Actin-related protein 2 11.89586715 C6_control_A3 +LQ04X004050 Actin-related protein 2 11.73640948 C6_control_B1 +LQ04X004050 Actin-related protein 2 11.73343655 C6_control_B2 +LQ04X004050 Actin-related protein 2 11.94118703 C6_control_B3 +LQ04X004050 Actin-related protein 2 11.52173573 C6_control_C1 +LQ04X004050 Actin-related protein 2 11.49718323 C6_control_C2 +LQ04X004050 Actin-related protein 2 11.36601565 C6_control_C3 +LQ04X004050 Actin-related protein 2 11.81712122 C6_chemical_A1 +LQ04X004050 Actin-related protein 2 12.0157307 C6_chemical_A3 +LQ04X004050 Actin-related protein 2 11.47172284 C6_chemical_B1 +LQ04X004050 Actin-related protein 2 11.80946022 C6_chemical_B2 +LQ04X004050 Actin-related protein 2 11.64135591 C6_chemical_B3 +LQ04X004050 Actin-related protein 2 11.38807844 C6_chemical_C1 +LQ04X004050 Actin-related protein 2 11.50063825 C6_chemical_C2 +LQ04X004050 Actin-related protein 2 11.19214659 C6_chemical_C3 +LQ04X004050 Actin-related protein 2 11.84582311 L4_control_A1 +LQ04X004050 Actin-related protein 2 12.42287292 L4_control_A2 +LQ04X004050 Actin-related protein 2 11.83878377 L4_control_A3 +LQ04X004050 Actin-related protein 2 11.82366344 L4_control_B1 +LQ04X004050 Actin-related protein 2 12.23770935 L4_control_B2 +LQ04X004050 Actin-related protein 2 11.54253297 L4_control_B3 +LQ04X004050 Actin-related protein 2 11.8291191 L4_control_C2 +LQ04X004050 Actin-related protein 2 11.68762702 L4_control_C3 +LQ04X004050 Actin-related protein 2 11.64713135 L4_chemical_A1 +LQ04X004050 Actin-related protein 2 12.16910004 L4_chemical_A2 +LQ04X004050 Actin-related protein 2 11.6753235 L4_chemical_A3 +LQ04X004050 Actin-related protein 2 12.11580488 L4_chemical_B1 +LQ04X004050 Actin-related protein 2 12.1157943 L4_chemical_B2 +LQ04X004050 Actin-related protein 2 11.46800068 L4_chemical_B3 +LQ04X004050 Actin-related protein 2 11.62373198 L4_chemical_C2 +LQ04X004050 Actin-related protein 2 11.38064879 L4_chemical_C3 +LQ04X004060 60S ribosomal protein L7a 14.64802415 C6_control_A1 +LQ04X004060 60S ribosomal protein L7a 14.80081633 C6_control_A3 +LQ04X004060 60S ribosomal protein L7a 13.91944288 C6_control_B1 +LQ04X004060 60S ribosomal protein L7a 14.3101473 C6_control_B2 +LQ04X004060 60S ribosomal protein L7a 13.72032107 C6_control_B3 +LQ04X004060 60S ribosomal protein L7a 13.68472543 C6_control_C1 +LQ04X004060 60S ribosomal protein L7a 14.16633359 C6_control_C2 +LQ04X004060 60S ribosomal protein L7a 13.54713049 C6_control_C3 +LQ04X004060 60S ribosomal protein L7a 14.36362329 C6_chemical_A1 +LQ04X004060 60S ribosomal protein L7a 14.51933527 C6_chemical_A3 +LQ04X004060 60S ribosomal protein L7a 13.51362483 C6_chemical_B1 +LQ04X004060 60S ribosomal protein L7a 14.03599091 C6_chemical_B2 +LQ04X004060 60S ribosomal protein L7a 13.60250112 C6_chemical_B3 +LQ04X004060 60S ribosomal protein L7a 13.75176361 C6_chemical_C1 +LQ04X004060 60S ribosomal protein L7a 13.9577594 C6_chemical_C2 +LQ04X004060 60S ribosomal protein L7a 13.20082606 C6_chemical_C3 +LQ04X004060 60S ribosomal protein L7a 14.84639264 L4_control_A1 +LQ04X004060 60S ribosomal protein L7a 14.78459225 L4_control_A2 +LQ04X004060 60S ribosomal protein L7a 14.69266468 L4_control_A3 +LQ04X004060 60S ribosomal protein L7a 14.00658825 L4_control_B1 +LQ04X004060 60S ribosomal protein L7a 14.22018904 L4_control_B2 +LQ04X004060 60S ribosomal protein L7a 13.75220596 L4_control_B3 +LQ04X004060 60S ribosomal protein L7a 13.88456912 L4_control_C2 +LQ04X004060 60S ribosomal protein L7a 13.77113939 L4_control_C3 +LQ04X004060 60S ribosomal protein L7a 14.87735036 L4_chemical_A1 +LQ04X004060 60S ribosomal protein L7a 14.29362639 L4_chemical_A2 +LQ04X004060 60S ribosomal protein L7a 14.40792572 L4_chemical_A3 +LQ04X004060 60S ribosomal protein L7a 13.86404394 L4_chemical_B1 +LQ04X004060 60S ribosomal protein L7a 14.12710986 L4_chemical_B2 +LQ04X004060 60S ribosomal protein L7a 14.14935676 L4_chemical_B3 +LQ04X004060 60S ribosomal protein L7a 13.80500812 L4_chemical_C2 +LQ04X004060 60S ribosomal protein L7a 13.9705649 L4_chemical_C3 +LQ04X004070 Putative uncharacterized protein 5.098176724 C6_control_A1 +LQ04X004070 Putative uncharacterized protein 5.565063829 C6_control_A3 +LQ04X004070 Putative uncharacterized protein 5.03167122 C6_control_B1 +LQ04X004070 Putative uncharacterized protein 4.800731138 C6_control_B2 +LQ04X004070 Putative uncharacterized protein 5.017862438 C6_control_B3 +LQ04X004070 Putative uncharacterized protein 5.016538807 C6_control_C1 +LQ04X004070 Putative uncharacterized protein 5.339387116 C6_control_C2 +LQ04X004070 Putative uncharacterized protein 4.778857787 C6_control_C3 +LQ04X004070 Putative uncharacterized protein 5.140145596 C6_chemical_A1 +LQ04X004070 Putative uncharacterized protein 5.363764913 C6_chemical_A3 +LQ04X004070 Putative uncharacterized protein 4.791825957 C6_chemical_B1 +LQ04X004070 Putative uncharacterized protein 4.884009389 C6_chemical_B2 +LQ04X004070 Putative uncharacterized protein 4.671862203 C6_chemical_B3 +LQ04X004070 Putative uncharacterized protein 5.030635582 C6_chemical_C1 +LQ04X004070 Putative uncharacterized protein 5.087716234 C6_chemical_C2 +LQ04X004070 Putative uncharacterized protein 4.730444833 C6_chemical_C3 +LQ04X004070 Putative uncharacterized protein 4.877874403 L4_control_A1 +LQ04X004070 Putative uncharacterized protein 5.341100783 L4_control_A2 +LQ04X004070 Putative uncharacterized protein 5.507129865 L4_control_A3 +LQ04X004070 Putative uncharacterized protein 5.459015262 L4_control_B1 +LQ04X004070 Putative uncharacterized protein 5.386081587 L4_control_B2 +LQ04X004070 Putative uncharacterized protein 5.153532735 L4_control_B3 +LQ04X004070 Putative uncharacterized protein 5.311669518 L4_control_C2 +LQ04X004070 Putative uncharacterized protein 5.211723433 L4_control_C3 +LQ04X004070 Putative uncharacterized protein 4.842555461 L4_chemical_A1 +LQ04X004070 Putative uncharacterized protein 4.968970158 L4_chemical_A2 +LQ04X004070 Putative uncharacterized protein 5.334356874 L4_chemical_A3 +LQ04X004070 Putative uncharacterized protein 5.406815439 L4_chemical_B1 +LQ04X004070 Putative uncharacterized protein 5.573017126 L4_chemical_B2 +LQ04X004070 Putative uncharacterized protein 4.961155411 L4_chemical_B3 +LQ04X004070 Putative uncharacterized protein 5.271831179 L4_chemical_C2 +LQ04X004070 Putative uncharacterized protein 5.194687254 L4_chemical_C3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 9.215548008 C6_control_A1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 8.652311097 C6_control_A3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 9.651379603 C6_control_B1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 10.77502487 C6_control_B2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 10.70505486 C6_control_B3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 11.99382748 C6_control_C1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 13.0446744 C6_control_C2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 12.39595517 C6_control_C3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 8.991096463 C6_chemical_A1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 9.138250416 C6_chemical_A3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 10.05823469 C6_chemical_B1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 11.16606835 C6_chemical_B2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 11.39591698 C6_chemical_B3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 11.96037361 C6_chemical_C1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 12.34715936 C6_chemical_C2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 12.82668212 C6_chemical_C3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 8.407566841 L4_control_A1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 9.121074291 L4_control_A2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 9.590265592 L4_control_A3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 10.54066382 L4_control_B1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 10.29500263 L4_control_B2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 12.27734629 L4_control_B3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 12.56339837 L4_control_C2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 13.02582022 L4_control_C3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 9.239297345 L4_chemical_A1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 10.21461152 L4_chemical_A2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 9.697433052 L4_chemical_A3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 9.894070239 L4_chemical_B1 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 10.02756366 L4_chemical_B2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 10.67664063 L4_chemical_B3 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 12.04723014 L4_chemical_C2 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 12.81230245 L4_chemical_C3 +LQ04X004110 Transcription factor TCP20 8.851195372 C6_control_A1 +LQ04X004110 Transcription factor TCP20 8.902480042 C6_control_A3 +LQ04X004110 Transcription factor TCP20 9.488728098 C6_control_B1 +LQ04X004110 Transcription factor TCP20 9.173724499 C6_control_B2 +LQ04X004110 Transcription factor TCP20 9.321050453 C6_control_B3 +LQ04X004110 Transcription factor TCP20 10.64689773 C6_control_C1 +LQ04X004110 Transcription factor TCP20 10.46175759 C6_control_C2 +LQ04X004110 Transcription factor TCP20 10.6235521 C6_control_C3 +LQ04X004110 Transcription factor TCP20 8.90039756 C6_chemical_A1 +LQ04X004110 Transcription factor TCP20 9.571200842 C6_chemical_A3 +LQ04X004110 Transcription factor TCP20 10.00503859 C6_chemical_B1 +LQ04X004110 Transcription factor TCP20 9.212677973 C6_chemical_B2 +LQ04X004110 Transcription factor TCP20 9.932647678 C6_chemical_B3 +LQ04X004110 Transcription factor TCP20 10.69727977 C6_chemical_C1 +LQ04X004110 Transcription factor TCP20 10.60310237 C6_chemical_C2 +LQ04X004110 Transcription factor TCP20 11.13918109 C6_chemical_C3 +LQ04X004110 Transcription factor TCP20 9.393197039 L4_control_A1 +LQ04X004110 Transcription factor TCP20 9.728763222 L4_control_A2 +LQ04X004110 Transcription factor TCP20 9.953257681 L4_control_A3 +LQ04X004110 Transcription factor TCP20 10.82208143 L4_control_B1 +LQ04X004110 Transcription factor TCP20 10.37020194 L4_control_B2 +LQ04X004110 Transcription factor TCP20 9.724065064 L4_control_B3 +LQ04X004110 Transcription factor TCP20 11.71533438 L4_control_C2 +LQ04X004110 Transcription factor TCP20 11.92315444 L4_control_C3 +LQ04X004110 Transcription factor TCP20 10.43798912 L4_chemical_A1 +LQ04X004110 Transcription factor TCP20 11.17472873 L4_chemical_A2 +LQ04X004110 Transcription factor TCP20 9.919234435 L4_chemical_A3 +LQ04X004110 Transcription factor TCP20 11.24099657 L4_chemical_B1 +LQ04X004110 Transcription factor TCP20 10.44523115 L4_chemical_B2 +LQ04X004110 Transcription factor TCP20 10.01604718 L4_chemical_B3 +LQ04X004110 Transcription factor TCP20 11.64595225 L4_chemical_C2 +LQ04X004110 Transcription factor TCP20 11.79818659 L4_chemical_C3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.61224602 C6_control_A1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.21825958 C6_control_A3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.70385246 C6_control_B1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.80761642 C6_control_B2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.07407595 C6_control_B3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.69550007 C6_control_C1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.57281068 C6_control_C2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.09338676 C6_control_C3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.94539715 C6_chemical_A1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.67022695 C6_chemical_A3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.32923851 C6_chemical_B1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.40100386 C6_chemical_B2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.42743487 C6_chemical_B3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.79820935 C6_chemical_C1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.94187167 C6_chemical_C2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.71328568 C6_chemical_C3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.47130668 L4_control_A1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.65877306 L4_control_A2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.14149885 L4_control_A3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.08024542 L4_control_B1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.5583108 L4_control_B2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.54990122 L4_control_B3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.45472205 L4_control_C2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.5937096 L4_control_C3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.57185205 L4_chemical_A1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.96435385 L4_chemical_A2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.9966443 L4_chemical_A3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.94533984 L4_chemical_B1 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.00930692 L4_chemical_B2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.39951117 L4_chemical_B3 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.28648464 L4_chemical_C2 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 12.47264466 L4_chemical_C3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.3823874 C6_control_A1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.45993569 C6_control_A3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.58717539 C6_control_B1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.84229968 C6_control_B2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.83555338 C6_control_B3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.66861703 C6_control_C1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.75123227 C6_control_C2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.82423588 C6_control_C3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.36291508 C6_chemical_A1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.04287276 C6_chemical_A3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.37288118 C6_chemical_B1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.75832798 C6_chemical_B2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.80134401 C6_chemical_B3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.46319701 C6_chemical_C1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.42722243 C6_chemical_C2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.69824142 C6_chemical_C3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.4433246 L4_control_A1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.19423968 L4_control_A2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.23679203 L4_control_A3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.45989911 L4_control_B1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.89644885 L4_control_B2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.39164013 L4_control_B3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.18581147 L4_control_C2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.30240829 L4_control_C3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.41314632 L4_chemical_A1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 9.794055931 L4_chemical_A2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 9.898892687 L4_chemical_A3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.50902571 L4_chemical_B1 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.416097 L4_chemical_B2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 10.6857687 L4_chemical_B3 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.91208515 L4_chemical_C2 +LQ04X004160 ABC transporter I family member 11, chloroplastic 12.38800246 L4_chemical_C3 +LQ04X004180 Hypothetical protein 5.010508983 C6_control_A1 +LQ04X004180 Hypothetical protein 4.73923004 C6_control_A3 +LQ04X004180 Hypothetical protein 4.821809855 C6_control_B1 +LQ04X004180 Hypothetical protein 4.765361044 C6_control_B2 +LQ04X004180 Hypothetical protein 5.0181269 C6_control_B3 +LQ04X004180 Hypothetical protein 4.652496887 C6_control_C1 +LQ04X004180 Hypothetical protein 4.685959995 C6_control_C2 +LQ04X004180 Hypothetical protein 4.702942155 C6_control_C3 +LQ04X004180 Hypothetical protein 4.85921406 C6_chemical_A1 +LQ04X004180 Hypothetical protein 5.172530991 C6_chemical_A3 +LQ04X004180 Hypothetical protein 4.72416743 C6_chemical_B1 +LQ04X004180 Hypothetical protein 4.738526073 C6_chemical_B2 +LQ04X004180 Hypothetical protein 4.904995288 C6_chemical_B3 +LQ04X004180 Hypothetical protein 4.478489315 C6_chemical_C1 +LQ04X004180 Hypothetical protein 4.693587057 C6_chemical_C2 +LQ04X004180 Hypothetical protein 4.692107179 C6_chemical_C3 +LQ04X004180 Hypothetical protein 4.901170234 L4_control_A1 +LQ04X004180 Hypothetical protein 5.171674784 L4_control_A2 +LQ04X004180 Hypothetical protein 5.184143303 L4_control_A3 +LQ04X004180 Hypothetical protein 5.275542755 L4_control_B1 +LQ04X004180 Hypothetical protein 5.148686575 L4_control_B2 +LQ04X004180 Hypothetical protein 4.997032978 L4_control_B3 +LQ04X004180 Hypothetical protein 5.524377496 L4_control_C2 +LQ04X004180 Hypothetical protein 5.040246894 L4_control_C3 +LQ04X004180 Hypothetical protein 4.897926159 L4_chemical_A1 +LQ04X004180 Hypothetical protein 4.831993887 L4_chemical_A2 +LQ04X004180 Hypothetical protein 5.257569663 L4_chemical_A3 +LQ04X004180 Hypothetical protein 5.108552403 L4_chemical_B1 +LQ04X004180 Hypothetical protein 5.397694948 L4_chemical_B2 +LQ04X004180 Hypothetical protein 5.004025182 L4_chemical_B3 +LQ04X004180 Hypothetical protein 4.87469158 L4_chemical_C2 +LQ04X004180 Hypothetical protein 4.771602518 L4_chemical_C3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.288591016 C6_control_A1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 4.992659131 C6_control_A3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.40288863 C6_control_B1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.422478987 C6_control_B2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.239079879 C6_control_B3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.932905431 C6_control_C1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.937447925 C6_control_C2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.648078229 C6_control_C3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.39267216 C6_chemical_A1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 4.835522835 C6_chemical_A3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.2982469 C6_chemical_B1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.302748677 C6_chemical_B2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.399419805 C6_chemical_B3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.976808761 C6_chemical_C1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 6.060992935 C6_chemical_C2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.04635325 C6_chemical_C3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.227854314 L4_control_A1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.034669372 L4_control_A2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.0095183 L4_control_A3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 4.828068659 L4_control_B1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.092440723 L4_control_B2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.257195716 L4_control_B3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.572869685 L4_control_C2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.481787261 L4_control_C3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.313429841 L4_chemical_A1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.176217989 L4_chemical_A2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.227583172 L4_chemical_A3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.445100489 L4_chemical_B1 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.514117563 L4_chemical_B2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.281753421 L4_chemical_B3 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 4.867363667 L4_chemical_C2 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.457026981 L4_chemical_C3 +LQ04X004250 Putative MADS-box transcription factor 6 5.10863083 C6_control_A1 +LQ04X004250 Putative MADS-box transcription factor 6 5.147244495 C6_control_A3 +LQ04X004250 Putative MADS-box transcription factor 6 5.482887502 C6_control_B1 +LQ04X004250 Putative MADS-box transcription factor 6 4.919714064 C6_control_B2 +LQ04X004250 Putative MADS-box transcription factor 6 5.210455156 C6_control_B3 +LQ04X004250 Putative MADS-box transcription factor 6 5.487396963 C6_control_C1 +LQ04X004250 Putative MADS-box transcription factor 6 4.862542572 C6_control_C2 +LQ04X004250 Putative MADS-box transcription factor 6 5.187338871 C6_control_C3 +LQ04X004250 Putative MADS-box transcription factor 6 5.260674049 C6_chemical_A1 +LQ04X004250 Putative MADS-box transcription factor 6 5.069987421 C6_chemical_A3 +LQ04X004250 Putative MADS-box transcription factor 6 5.066177303 C6_chemical_B1 +LQ04X004250 Putative MADS-box transcription factor 6 4.953103894 C6_chemical_B2 +LQ04X004250 Putative MADS-box transcription factor 6 5.250786308 C6_chemical_B3 +LQ04X004250 Putative MADS-box transcription factor 6 4.882602185 C6_chemical_C1 +LQ04X004250 Putative MADS-box transcription factor 6 5.044853014 C6_chemical_C2 +LQ04X004250 Putative MADS-box transcription factor 6 5.262465276 C6_chemical_C3 +LQ04X004250 Putative MADS-box transcription factor 6 5.096599722 L4_control_A1 +LQ04X004250 Putative MADS-box transcription factor 6 4.8431582 L4_control_A2 +LQ04X004250 Putative MADS-box transcription factor 6 4.999603784 L4_control_A3 +LQ04X004250 Putative MADS-box transcription factor 6 5.165164121 L4_control_B1 +LQ04X004250 Putative MADS-box transcription factor 6 5.022013203 L4_control_B2 +LQ04X004250 Putative MADS-box transcription factor 6 4.745244421 L4_control_B3 +LQ04X004250 Putative MADS-box transcription factor 6 5.448576064 L4_control_C2 +LQ04X004250 Putative MADS-box transcription factor 6 5.200548098 L4_control_C3 +LQ04X004250 Putative MADS-box transcription factor 6 5.033617273 L4_chemical_A1 +LQ04X004250 Putative MADS-box transcription factor 6 5.087949492 L4_chemical_A2 +LQ04X004250 Putative MADS-box transcription factor 6 4.894863311 L4_chemical_A3 +LQ04X004250 Putative MADS-box transcription factor 6 5.283776072 L4_chemical_B1 +LQ04X004250 Putative MADS-box transcription factor 6 5.074141063 L4_chemical_B2 +LQ04X004250 Putative MADS-box transcription factor 6 5.041356524 L4_chemical_B3 +LQ04X004250 Putative MADS-box transcription factor 6 5.602816127 L4_chemical_C2 +LQ04X004250 Putative MADS-box transcription factor 6 4.984553781 L4_chemical_C3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.012697951 C6_control_A1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.202388826 C6_control_A3 +LQ04X004300 Putative Protein of unknown function DUF3339 4.854264185 C6_control_B1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.113024437 C6_control_B2 +LQ04X004300 Putative Protein of unknown function DUF3339 5.503640609 C6_control_B3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.386874702 C6_control_C1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.655017066 C6_control_C2 +LQ04X004300 Putative Protein of unknown function DUF3339 5.380114532 C6_control_C3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.275806215 C6_chemical_A1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.192220203 C6_chemical_A3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.081586876 C6_chemical_B1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.171738753 C6_chemical_B2 +LQ04X004300 Putative Protein of unknown function DUF3339 6.069367764 C6_chemical_B3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.096825543 C6_chemical_C1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.458045899 C6_chemical_C2 +LQ04X004300 Putative Protein of unknown function DUF3339 5.463807388 C6_chemical_C3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.440207172 L4_control_A1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.4641121 L4_control_A2 +LQ04X004300 Putative Protein of unknown function DUF3339 5.493956782 L4_control_A3 +LQ04X004300 Putative Protein of unknown function DUF3339 6.218648127 L4_control_B1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.391396937 L4_control_B2 +LQ04X004300 Putative Protein of unknown function DUF3339 5.34915694 L4_control_B3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.56856276 L4_control_C2 +LQ04X004300 Putative Protein of unknown function DUF3339 5.394578268 L4_control_C3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.259245695 L4_chemical_A1 +LQ04X004300 Putative Protein of unknown function DUF3339 5.415665353 L4_chemical_A2 +LQ04X004300 Putative Protein of unknown function DUF3339 5.799410665 L4_chemical_A3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.989452015 L4_chemical_B1 +LQ04X004300 Putative Protein of unknown function DUF3339 4.927468058 L4_chemical_B2 +LQ04X004300 Putative Protein of unknown function DUF3339 4.824344981 L4_chemical_B3 +LQ04X004300 Putative Protein of unknown function DUF3339 5.746882814 L4_chemical_C2 +LQ04X004300 Putative Protein of unknown function DUF3339 5.731438261 L4_chemical_C3 +LQ04X004320 Putative uncharacterized protein 5.016266417 C6_control_A1 +LQ04X004320 Putative uncharacterized protein 5.168216469 C6_control_A3 +LQ04X004320 Putative uncharacterized protein 5.739137889 C6_control_B1 +LQ04X004320 Putative uncharacterized protein 5.080640288 C6_control_B2 +LQ04X004320 Putative uncharacterized protein 5.328863119 C6_control_B3 +LQ04X004320 Putative uncharacterized protein 5.499162476 C6_control_C1 +LQ04X004320 Putative uncharacterized protein 5.473495826 C6_control_C2 +LQ04X004320 Putative uncharacterized protein 5.235078472 C6_control_C3 +LQ04X004320 Putative uncharacterized protein 4.861601456 C6_chemical_A1 +LQ04X004320 Putative uncharacterized protein 5.303029695 C6_chemical_A3 +LQ04X004320 Putative uncharacterized protein 5.35469932 C6_chemical_B1 +LQ04X004320 Putative uncharacterized protein 5.04149816 C6_chemical_B2 +LQ04X004320 Putative uncharacterized protein 5.406030877 C6_chemical_B3 +LQ04X004320 Putative uncharacterized protein 5.418972854 C6_chemical_C1 +LQ04X004320 Putative uncharacterized protein 5.14476752 C6_chemical_C2 +LQ04X004320 Putative uncharacterized protein 5.651295851 C6_chemical_C3 +LQ04X004320 Putative uncharacterized protein 5.08474052 L4_control_A1 +LQ04X004320 Putative uncharacterized protein 5.411863218 L4_control_A2 +LQ04X004320 Putative uncharacterized protein 4.777008607 L4_control_A3 +LQ04X004320 Putative uncharacterized protein 5.546869243 L4_control_B1 +LQ04X004320 Putative uncharacterized protein 5.152469293 L4_control_B2 +LQ04X004320 Putative uncharacterized protein 5.50629239 L4_control_B3 +LQ04X004320 Putative uncharacterized protein 5.800777602 L4_control_C2 +LQ04X004320 Putative uncharacterized protein 5.90397044 L4_control_C3 +LQ04X004320 Putative uncharacterized protein 5.425032424 L4_chemical_A1 +LQ04X004320 Putative uncharacterized protein 5.039496448 L4_chemical_A2 +LQ04X004320 Putative uncharacterized protein 5.050979505 L4_chemical_A3 +LQ04X004320 Putative uncharacterized protein 5.564020528 L4_chemical_B1 +LQ04X004320 Putative uncharacterized protein 5.712310335 L4_chemical_B2 +LQ04X004320 Putative uncharacterized protein 5.503737665 L4_chemical_B3 +LQ04X004320 Putative uncharacterized protein 6.202426079 L4_chemical_C2 +LQ04X004320 Putative uncharacterized protein 6.573919717 L4_chemical_C3 +LQ04X004360 Peroxidase 55 5.141504704 C6_control_A1 +LQ04X004360 Peroxidase 55 5.887080282 C6_control_A3 +LQ04X004360 Peroxidase 55 4.971547634 C6_control_B1 +LQ04X004360 Peroxidase 55 5.214413142 C6_control_B2 +LQ04X004360 Peroxidase 55 5.154946053 C6_control_B3 +LQ04X004360 Peroxidase 55 5.538517925 C6_control_C1 +LQ04X004360 Peroxidase 55 5.206727822 C6_control_C2 +LQ04X004360 Peroxidase 55 5.306772009 C6_control_C3 +LQ04X004360 Peroxidase 55 5.410347006 C6_chemical_A1 +LQ04X004360 Peroxidase 55 5.200261755 C6_chemical_A3 +LQ04X004360 Peroxidase 55 5.076451013 C6_chemical_B1 +LQ04X004360 Peroxidase 55 5.042980451 C6_chemical_B2 +LQ04X004360 Peroxidase 55 5.244024579 C6_chemical_B3 +LQ04X004360 Peroxidase 55 5.492983465 C6_chemical_C1 +LQ04X004360 Peroxidase 55 5.173968333 C6_chemical_C2 +LQ04X004360 Peroxidase 55 5.135930195 C6_chemical_C3 +LQ04X004360 Peroxidase 55 5.265135874 L4_control_A1 +LQ04X004360 Peroxidase 55 5.283988379 L4_control_A2 +LQ04X004360 Peroxidase 55 5.544204121 L4_control_A3 +LQ04X004360 Peroxidase 55 5.482437497 L4_control_B1 +LQ04X004360 Peroxidase 55 5.252851189 L4_control_B2 +LQ04X004360 Peroxidase 55 5.158238719 L4_control_B3 +LQ04X004360 Peroxidase 55 5.621335295 L4_control_C2 +LQ04X004360 Peroxidase 55 5.089639744 L4_control_C3 +LQ04X004360 Peroxidase 55 4.929856342 L4_chemical_A1 +LQ04X004360 Peroxidase 55 5.505054782 L4_chemical_A2 +LQ04X004360 Peroxidase 55 5.254152079 L4_chemical_A3 +LQ04X004360 Peroxidase 55 5.845985494 L4_chemical_B1 +LQ04X004360 Peroxidase 55 5.853181058 L4_chemical_B2 +LQ04X004360 Peroxidase 55 5.552421067 L4_chemical_B3 +LQ04X004360 Peroxidase 55 5.501821184 L4_chemical_C2 +LQ04X004360 Peroxidase 55 4.851873545 L4_chemical_C3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.61955263 C6_control_A1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.76757695 C6_control_A3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.61593253 C6_control_B1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.46001901 C6_control_B2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.38510127 C6_control_B3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.03884888 C6_control_C1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.19274034 C6_control_C2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.1253522 C6_control_C3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.50829825 C6_chemical_A1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.02048986 C6_chemical_A3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.29578763 C6_chemical_B1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.50739819 C6_chemical_B2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.24646511 C6_chemical_B3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 13.96080544 C6_chemical_C1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 13.99060427 C6_chemical_C2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.26498509 C6_chemical_C3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.59262041 L4_control_A1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.52046798 L4_control_A2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.06844389 L4_control_A3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.28123543 L4_control_B1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 13.36875173 L4_control_B2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 13.82381664 L4_control_B3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 13.86231228 L4_control_C2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 13.60089419 L4_control_C3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.83493651 L4_chemical_A1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.29690467 L4_chemical_A2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.4685998 L4_chemical_A3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.35655627 L4_chemical_B1 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.15268629 L4_chemical_B2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.11703209 L4_chemical_B3 +LQ04X004390 Protein transport protein Sec61 subunit gamma 13.82107397 L4_chemical_C2 +LQ04X004390 Protein transport protein Sec61 subunit gamma 13.47315497 L4_chemical_C3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.595721634 C6_control_A1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.506498974 C6_control_A3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.217923024 C6_control_B1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.63175622 C6_control_B2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.491579053 C6_control_B3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.431728291 C6_control_C1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.71734323 C6_control_C2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.42336333 C6_control_C3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.709721165 C6_chemical_A1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 5.886355912 C6_chemical_A3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 5.833130193 C6_chemical_B1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.653880505 C6_chemical_B2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.537177494 C6_chemical_B3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.269466504 C6_chemical_C1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.780507551 C6_chemical_C2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.504440542 C6_chemical_C3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.532369616 L4_control_A1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.424181986 L4_control_A2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.529791176 L4_control_A3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.884411615 L4_control_B1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.426411462 L4_control_B2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.555575142 L4_control_B3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 5.573000249 L4_control_C2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.389787883 L4_control_C3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 5.878282485 L4_chemical_A1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.290662636 L4_chemical_A2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.598215378 L4_chemical_A3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.165238583 L4_chemical_B1 +LQ04X004400 50S ribosomal protein L27, chloroplastic 5.656963435 L4_chemical_B2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.442598967 L4_chemical_B3 +LQ04X004400 50S ribosomal protein L27, chloroplastic 5.83540618 L4_chemical_C2 +LQ04X004400 50S ribosomal protein L27, chloroplastic 5.136108956 L4_chemical_C3 +LQ04X004440 Hypothetical protein 5.317213846 C6_control_A1 +LQ04X004440 Hypothetical protein 5.66349444 C6_control_A3 +LQ04X004440 Hypothetical protein 5.271086361 C6_control_B1 +LQ04X004440 Hypothetical protein 7.389316281 C6_control_B2 +LQ04X004440 Hypothetical protein 5.9285602 C6_control_B3 +LQ04X004440 Hypothetical protein 7.4746583 C6_control_C1 +LQ04X004440 Hypothetical protein 8.055233303 C6_control_C2 +LQ04X004440 Hypothetical protein 8.437452316 C6_control_C3 +LQ04X004440 Hypothetical protein 5.624787264 C6_chemical_A1 +LQ04X004440 Hypothetical protein 5.84001852 C6_chemical_A3 +LQ04X004440 Hypothetical protein 5.272671704 C6_chemical_B1 +LQ04X004440 Hypothetical protein 6.807306222 C6_chemical_B2 +LQ04X004440 Hypothetical protein 6.250254431 C6_chemical_B3 +LQ04X004440 Hypothetical protein 6.788198675 C6_chemical_C1 +LQ04X004440 Hypothetical protein 7.563449175 C6_chemical_C2 +LQ04X004440 Hypothetical protein 7.285086316 C6_chemical_C3 +LQ04X004440 Hypothetical protein 5.937676017 L4_control_A1 +LQ04X004440 Hypothetical protein 5.143381689 L4_control_A2 +LQ04X004440 Hypothetical protein 5.510563295 L4_control_A3 +LQ04X004440 Hypothetical protein 5.430705814 L4_control_B1 +LQ04X004440 Hypothetical protein 6.242262075 L4_control_B2 +LQ04X004440 Hypothetical protein 6.550901137 L4_control_B3 +LQ04X004440 Hypothetical protein 6.653070946 L4_control_C2 +LQ04X004440 Hypothetical protein 6.655176796 L4_control_C3 +LQ04X004440 Hypothetical protein 5.85288455 L4_chemical_A1 +LQ04X004440 Hypothetical protein 5.570381081 L4_chemical_A2 +LQ04X004440 Hypothetical protein 5.401398646 L4_chemical_A3 +LQ04X004440 Hypothetical protein 5.420624442 L4_chemical_B1 +LQ04X004440 Hypothetical protein 6.638075727 L4_chemical_B2 +LQ04X004440 Hypothetical protein 5.530436063 L4_chemical_B3 +LQ04X004440 Hypothetical protein 5.531267352 L4_chemical_C2 +LQ04X004440 Hypothetical protein 6.438005947 L4_chemical_C3 +LQ04X004520 Predicted protein 13.27292124 C6_control_A1 +LQ04X004520 Predicted protein 12.55823815 C6_control_A3 +LQ04X004520 Predicted protein 13.22605464 C6_control_B1 +LQ04X004520 Predicted protein 12.95090668 C6_control_B2 +LQ04X004520 Predicted protein 12.28369132 C6_control_B3 +LQ04X004520 Predicted protein 13.18907393 C6_control_C1 +LQ04X004520 Predicted protein 13.19021067 C6_control_C2 +LQ04X004520 Predicted protein 12.63571737 C6_control_C3 +LQ04X004520 Predicted protein 12.97815995 C6_chemical_A1 +LQ04X004520 Predicted protein 12.21736883 C6_chemical_A3 +LQ04X004520 Predicted protein 13.12453246 C6_chemical_B1 +LQ04X004520 Predicted protein 13.29455999 C6_chemical_B2 +LQ04X004520 Predicted protein 11.9719648 C6_chemical_B3 +LQ04X004520 Predicted protein 13.21848386 C6_chemical_C1 +LQ04X004520 Predicted protein 13.23042669 C6_chemical_C2 +LQ04X004520 Predicted protein 12.51238013 C6_chemical_C3 +LQ04X004520 Predicted protein 11.9731671 L4_control_A1 +LQ04X004520 Predicted protein 10.99682404 L4_control_A2 +LQ04X004520 Predicted protein 10.55431458 L4_control_A3 +LQ04X004520 Predicted protein 10.54528134 L4_control_B1 +LQ04X004520 Predicted protein 11.19737363 L4_control_B2 +LQ04X004520 Predicted protein 10.70701635 L4_control_B3 +LQ04X004520 Predicted protein 12.37652424 L4_control_C2 +LQ04X004520 Predicted protein 11.63618302 L4_control_C3 +LQ04X004520 Predicted protein 11.6287062 L4_chemical_A1 +LQ04X004520 Predicted protein 10.25338539 L4_chemical_A2 +LQ04X004520 Predicted protein 10.8202687 L4_chemical_A3 +LQ04X004520 Predicted protein 10.96834628 L4_chemical_B1 +LQ04X004520 Predicted protein 11.40070901 L4_chemical_B2 +LQ04X004520 Predicted protein 10.03099421 L4_chemical_B3 +LQ04X004520 Predicted protein 12.36095555 L4_chemical_C2 +LQ04X004520 Predicted protein 11.96073305 L4_chemical_C3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.65883739 C6_control_A1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.92068903 C6_control_A3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 13.30160951 C6_control_B1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 10.02973992 C6_control_B2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 10.3546653 C6_control_B3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 7.726506488 C6_control_C1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 8.668147216 C6_control_C2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 8.567711838 C6_control_C3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.15048424 C6_chemical_A1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.99766954 C6_chemical_A3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 11.10119803 C6_chemical_B1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 8.400730899 C6_chemical_B2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 10.8858878 C6_chemical_B3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 7.978051089 C6_chemical_C1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 7.813416929 C6_chemical_C2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 7.238738812 C6_chemical_C3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.91469478 L4_control_A1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.82688083 L4_control_A2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.90773018 L4_control_A3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 9.077080866 L4_control_B1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 13.34346831 L4_control_B2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 9.439868296 L4_control_B3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 6.260941149 L4_control_C2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 8.327948648 L4_control_C3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 13.54255838 L4_chemical_A1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 13.38222624 L4_chemical_A2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.80240921 L4_chemical_A3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 11.41925133 L4_chemical_B1 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 12.96960942 L4_chemical_B2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 13.83018546 L4_chemical_B3 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 6.904906484 L4_chemical_C2 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 8.343279313 L4_chemical_C3 +LQ04X004560 Putative uncharacterized protein 9.388337035 C6_control_A1 +LQ04X004560 Putative uncharacterized protein 9.472938505 C6_control_A3 +LQ04X004560 Putative uncharacterized protein 9.639891301 C6_control_B1 +LQ04X004560 Putative uncharacterized protein 9.624734207 C6_control_B2 +LQ04X004560 Putative uncharacterized protein 9.309110802 C6_control_B3 +LQ04X004560 Putative uncharacterized protein 10.94588031 C6_control_C1 +LQ04X004560 Putative uncharacterized protein 10.68750123 C6_control_C2 +LQ04X004560 Putative uncharacterized protein 10.78171965 C6_control_C3 +LQ04X004560 Putative uncharacterized protein 9.49658219 C6_chemical_A1 +LQ04X004560 Putative uncharacterized protein 9.883980642 C6_chemical_A3 +LQ04X004560 Putative uncharacterized protein 9.623487542 C6_chemical_B1 +LQ04X004560 Putative uncharacterized protein 9.460200541 C6_chemical_B2 +LQ04X004560 Putative uncharacterized protein 9.606018655 C6_chemical_B3 +LQ04X004560 Putative uncharacterized protein 11.13617839 C6_chemical_C1 +LQ04X004560 Putative uncharacterized protein 10.89350598 C6_chemical_C2 +LQ04X004560 Putative uncharacterized protein 10.86085921 C6_chemical_C3 +LQ04X004560 Putative uncharacterized protein 9.38455136 L4_control_A1 +LQ04X004560 Putative uncharacterized protein 9.76298324 L4_control_A2 +LQ04X004560 Putative uncharacterized protein 10.12075791 L4_control_A3 +LQ04X004560 Putative uncharacterized protein 8.998581385 L4_control_B1 +LQ04X004560 Putative uncharacterized protein 9.855850734 L4_control_B2 +LQ04X004560 Putative uncharacterized protein 10.00030546 L4_control_B3 +LQ04X004560 Putative uncharacterized protein 10.71450861 L4_control_C2 +LQ04X004560 Putative uncharacterized protein 10.91786662 L4_control_C3 +LQ04X004560 Putative uncharacterized protein 9.072326368 L4_chemical_A1 +LQ04X004560 Putative uncharacterized protein 9.583883987 L4_chemical_A2 +LQ04X004560 Putative uncharacterized protein 9.852712674 L4_chemical_A3 +LQ04X004560 Putative uncharacterized protein 9.257534738 L4_chemical_B1 +LQ04X004560 Putative uncharacterized protein 9.304613322 L4_chemical_B2 +LQ04X004560 Putative uncharacterized protein 9.403644844 L4_chemical_B3 +LQ04X004560 Putative uncharacterized protein 10.41841059 L4_chemical_C2 +LQ04X004560 Putative uncharacterized protein 11.0207319 L4_chemical_C3 +LQ04X004580 Putative uncharacterized protein 5.945735705 C6_control_A1 +LQ04X004580 Putative uncharacterized protein 5.682915234 C6_control_A3 +LQ04X004580 Putative uncharacterized protein 6.125369742 C6_control_B1 +LQ04X004580 Putative uncharacterized protein 6.52386053 C6_control_B2 +LQ04X004580 Putative uncharacterized protein 6.13196416 C6_control_B3 +LQ04X004580 Putative uncharacterized protein 6.085658693 C6_control_C1 +LQ04X004580 Putative uncharacterized protein 5.810117021 C6_control_C2 +LQ04X004580 Putative uncharacterized protein 5.430372368 C6_control_C3 +LQ04X004580 Putative uncharacterized protein 5.749660419 C6_chemical_A1 +LQ04X004580 Putative uncharacterized protein 5.668638439 C6_chemical_A3 +LQ04X004580 Putative uncharacterized protein 6.418839289 C6_chemical_B1 +LQ04X004580 Putative uncharacterized protein 6.067949273 C6_chemical_B2 +LQ04X004580 Putative uncharacterized protein 5.614473593 C6_chemical_B3 +LQ04X004580 Putative uncharacterized protein 5.710773691 C6_chemical_C1 +LQ04X004580 Putative uncharacterized protein 5.794907622 C6_chemical_C2 +LQ04X004580 Putative uncharacterized protein 5.914539205 C6_chemical_C3 +LQ04X004580 Putative uncharacterized protein 5.808879337 L4_control_A1 +LQ04X004580 Putative uncharacterized protein 5.625209527 L4_control_A2 +LQ04X004580 Putative uncharacterized protein 6.222867942 L4_control_A3 +LQ04X004580 Putative uncharacterized protein 5.733119124 L4_control_B1 +LQ04X004580 Putative uncharacterized protein 6.042945414 L4_control_B2 +LQ04X004580 Putative uncharacterized protein 5.413751375 L4_control_B3 +LQ04X004580 Putative uncharacterized protein 5.439645414 L4_control_C2 +LQ04X004580 Putative uncharacterized protein 5.784732383 L4_control_C3 +LQ04X004580 Putative uncharacterized protein 5.37520309 L4_chemical_A1 +LQ04X004580 Putative uncharacterized protein 5.757888351 L4_chemical_A2 +LQ04X004580 Putative uncharacterized protein 6.931284351 L4_chemical_A3 +LQ04X004580 Putative uncharacterized protein 6.547622624 L4_chemical_B1 +LQ04X004580 Putative uncharacterized protein 6.546623048 L4_chemical_B2 +LQ04X004580 Putative uncharacterized protein 5.968487872 L4_chemical_B3 +LQ04X004580 Putative uncharacterized protein 7.419753681 L4_chemical_C2 +LQ04X004580 Putative uncharacterized protein 5.719920213 L4_chemical_C3 +LQ04X004640 Predicted protein 6.435102899 C6_control_A1 +LQ04X004640 Predicted protein 7.726020812 C6_control_A3 +LQ04X004640 Predicted protein 5.956807745 C6_control_B1 +LQ04X004640 Predicted protein 6.689524844 C6_control_B2 +LQ04X004640 Predicted protein 5.65081355 C6_control_B3 +LQ04X004640 Predicted protein 7.630094637 C6_control_C1 +LQ04X004640 Predicted protein 7.96662329 C6_control_C2 +LQ04X004640 Predicted protein 6.890736384 C6_control_C3 +LQ04X004640 Predicted protein 6.282959244 C6_chemical_A1 +LQ04X004640 Predicted protein 6.964471135 C6_chemical_A3 +LQ04X004640 Predicted protein 5.933926567 C6_chemical_B1 +LQ04X004640 Predicted protein 6.083756426 C6_chemical_B2 +LQ04X004640 Predicted protein 6.146763176 C6_chemical_B3 +LQ04X004640 Predicted protein 6.695453495 C6_chemical_C1 +LQ04X004640 Predicted protein 6.545418234 C6_chemical_C2 +LQ04X004640 Predicted protein 6.437599613 C6_chemical_C3 +LQ04X004640 Predicted protein 7.129894027 L4_control_A1 +LQ04X004640 Predicted protein 6.418322992 L4_control_A2 +LQ04X004640 Predicted protein 7.385064388 L4_control_A3 +LQ04X004640 Predicted protein 5.500144536 L4_control_B1 +LQ04X004640 Predicted protein 6.891013683 L4_control_B2 +LQ04X004640 Predicted protein 6.473547613 L4_control_B3 +LQ04X004640 Predicted protein 6.976048525 L4_control_C2 +LQ04X004640 Predicted protein 7.028808291 L4_control_C3 +LQ04X004640 Predicted protein 6.8643118 L4_chemical_A1 +LQ04X004640 Predicted protein 6.895294433 L4_chemical_A2 +LQ04X004640 Predicted protein 7.709172904 L4_chemical_A3 +LQ04X004640 Predicted protein 6.117815544 L4_chemical_B1 +LQ04X004640 Predicted protein 6.466010632 L4_chemical_B2 +LQ04X004640 Predicted protein 6.39505831 L4_chemical_B3 +LQ04X004640 Predicted protein 7.922257485 L4_chemical_C2 +LQ04X004640 Predicted protein 7.874874254 L4_chemical_C3 +LQ04X004670 Transcription factor, putative 9.682238507 C6_control_A1 +LQ04X004670 Transcription factor, putative 10.37090919 C6_control_A3 +LQ04X004670 Transcription factor, putative 9.036532158 C6_control_B1 +LQ04X004670 Transcription factor, putative 8.507175732 C6_control_B2 +LQ04X004670 Transcription factor, putative 8.473696933 C6_control_B3 +LQ04X004670 Transcription factor, putative 9.361129729 C6_control_C1 +LQ04X004670 Transcription factor, putative 9.494760379 C6_control_C2 +LQ04X004670 Transcription factor, putative 10.03610598 C6_control_C3 +LQ04X004670 Transcription factor, putative 9.949414193 C6_chemical_A1 +LQ04X004670 Transcription factor, putative 10.6849228 C6_chemical_A3 +LQ04X004670 Transcription factor, putative 8.98292767 C6_chemical_B1 +LQ04X004670 Transcription factor, putative 8.226949361 C6_chemical_B2 +LQ04X004670 Transcription factor, putative 9.368680704 C6_chemical_B3 +LQ04X004670 Transcription factor, putative 9.204619568 C6_chemical_C1 +LQ04X004670 Transcription factor, putative 8.793187624 C6_chemical_C2 +LQ04X004670 Transcription factor, putative 10.17966245 C6_chemical_C3 +LQ04X004670 Transcription factor, putative 10.00498033 L4_control_A1 +LQ04X004670 Transcription factor, putative 9.624983953 L4_control_A2 +LQ04X004670 Transcription factor, putative 10.81949063 L4_control_A3 +LQ04X004670 Transcription factor, putative 8.787924445 L4_control_B1 +LQ04X004670 Transcription factor, putative 9.372211231 L4_control_B2 +LQ04X004670 Transcription factor, putative 8.601374031 L4_control_B3 +LQ04X004670 Transcription factor, putative 10.11067639 L4_control_C2 +LQ04X004670 Transcription factor, putative 10.34642762 L4_control_C3 +LQ04X004670 Transcription factor, putative 12.69487835 L4_chemical_A1 +LQ04X004670 Transcription factor, putative 12.45160156 L4_chemical_A2 +LQ04X004670 Transcription factor, putative 11.76533426 L4_chemical_A3 +LQ04X004670 Transcription factor, putative 11.5243762 L4_chemical_B1 +LQ04X004670 Transcription factor, putative 10.479752 L4_chemical_B2 +LQ04X004670 Transcription factor, putative 8.979461587 L4_chemical_B3 +LQ04X004670 Transcription factor, putative 9.485090152 L4_chemical_C2 +LQ04X004670 Transcription factor, putative 9.710878336 L4_chemical_C3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.56033289 C6_control_A1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 11.90198502 C6_control_A3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.48793794 C6_control_B1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.22445934 C6_control_B2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.87001248 C6_control_B3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.65220842 C6_control_C1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.61313086 C6_control_C2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.8247412 C6_control_C3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.58253922 C6_chemical_A1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.08602417 C6_chemical_A3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.56393293 C6_chemical_B1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.49632747 C6_chemical_B2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.69879479 C6_chemical_B3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.5639486 C6_chemical_C1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.95474056 C6_chemical_C2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.74660785 C6_chemical_C3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.49317747 L4_control_A1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.86529323 L4_control_A2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.80551024 L4_control_A3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.21631254 L4_control_B1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.47424951 L4_control_B2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.23029802 L4_control_B3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.1190528 L4_control_C2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.75202915 L4_control_C3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.84241819 L4_chemical_A1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.1196593 L4_chemical_A2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.60170733 L4_chemical_A3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 11.93519743 L4_chemical_B1 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.66654117 L4_chemical_B2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.6870003 L4_chemical_B3 +LQ04X004710 Putative Shikimate kinase, chloroplastic 13.35230377 L4_chemical_C2 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.71179643 L4_chemical_C3 +LQ04X004720 Putative uncharacterized protein 5.140053217 C6_control_A1 +LQ04X004720 Putative uncharacterized protein 4.964562042 C6_control_A3 +LQ04X004720 Putative uncharacterized protein 5.070402516 C6_control_B1 +LQ04X004720 Putative uncharacterized protein 5.498980601 C6_control_B2 +LQ04X004720 Putative uncharacterized protein 4.841309992 C6_control_B3 +LQ04X004720 Putative uncharacterized protein 5.391373376 C6_control_C1 +LQ04X004720 Putative uncharacterized protein 5.274829763 C6_control_C2 +LQ04X004720 Putative uncharacterized protein 5.609869981 C6_control_C3 +LQ04X004720 Putative uncharacterized protein 5.529117192 C6_chemical_A1 +LQ04X004720 Putative uncharacterized protein 5.115202503 C6_chemical_A3 +LQ04X004720 Putative uncharacterized protein 5.151431198 C6_chemical_B1 +LQ04X004720 Putative uncharacterized protein 4.862735326 C6_chemical_B2 +LQ04X004720 Putative uncharacterized protein 5.524255926 C6_chemical_B3 +LQ04X004720 Putative uncharacterized protein 5.342355957 C6_chemical_C1 +LQ04X004720 Putative uncharacterized protein 5.664471931 C6_chemical_C2 +LQ04X004720 Putative uncharacterized protein 5.777868079 C6_chemical_C3 +LQ04X004720 Putative uncharacterized protein 4.670306708 L4_control_A1 +LQ04X004720 Putative uncharacterized protein 4.698551702 L4_control_A2 +LQ04X004720 Putative uncharacterized protein 5.210673007 L4_control_A3 +LQ04X004720 Putative uncharacterized protein 5.268734574 L4_control_B1 +LQ04X004720 Putative uncharacterized protein 5.277853873 L4_control_B2 +LQ04X004720 Putative uncharacterized protein 4.808027785 L4_control_B3 +LQ04X004720 Putative uncharacterized protein 5.055757708 L4_control_C2 +LQ04X004720 Putative uncharacterized protein 5.838966496 L4_control_C3 +LQ04X004720 Putative uncharacterized protein 4.671594753 L4_chemical_A1 +LQ04X004720 Putative uncharacterized protein 4.952733576 L4_chemical_A2 +LQ04X004720 Putative uncharacterized protein 5.164629798 L4_chemical_A3 +LQ04X004720 Putative uncharacterized protein 5.164171125 L4_chemical_B1 +LQ04X004720 Putative uncharacterized protein 5.460384552 L4_chemical_B2 +LQ04X004720 Putative uncharacterized protein 4.917864012 L4_chemical_B3 +LQ04X004720 Putative uncharacterized protein 5.038861273 L4_chemical_C2 +LQ04X004720 Putative uncharacterized protein 4.955658703 L4_chemical_C3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.918807922 C6_control_A1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.709569536 C6_control_A3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 5.149775201 C6_control_B1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 5.187704636 C6_control_B2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.7483376 C6_control_B3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 5.087220263 C6_control_C1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.732384025 C6_control_C2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.958344284 C6_control_C3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.784880245 C6_chemical_A1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.704568892 C6_chemical_A3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.907833743 C6_chemical_B1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.864714236 C6_chemical_B2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.794247264 C6_chemical_B3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 5.027779722 C6_chemical_C1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.72731167 C6_chemical_C2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.689025439 C6_chemical_C3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.87569941 L4_control_A1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.768425985 L4_control_A2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 5.082636314 L4_control_A3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.877673376 L4_control_B1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.515523495 L4_control_B2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.725134058 L4_control_B3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 5.039353313 L4_control_C2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.854185285 L4_control_C3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.907758432 L4_chemical_A1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.685229253 L4_chemical_A2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 5.360854182 L4_chemical_A3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.871776728 L4_chemical_B1 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.626485784 L4_chemical_B2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.625879516 L4_chemical_B3 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.86437186 L4_chemical_C2 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 5.026898406 L4_chemical_C3 +LQ04X004770 UPF0497 membrane protein 13 13.13895271 C6_control_A1 +LQ04X004770 UPF0497 membrane protein 13 13.58168507 C6_control_A3 +LQ04X004770 UPF0497 membrane protein 13 12.68735134 C6_control_B1 +LQ04X004770 UPF0497 membrane protein 13 12.99893113 C6_control_B2 +LQ04X004770 UPF0497 membrane protein 13 13.1910673 C6_control_B3 +LQ04X004770 UPF0497 membrane protein 13 10.10261771 C6_control_C1 +LQ04X004770 UPF0497 membrane protein 13 10.50733419 C6_control_C2 +LQ04X004770 UPF0497 membrane protein 13 10.53044905 C6_control_C3 +LQ04X004770 UPF0497 membrane protein 13 12.41647108 C6_chemical_A1 +LQ04X004770 UPF0497 membrane protein 13 13.06209776 C6_chemical_A3 +LQ04X004770 UPF0497 membrane protein 13 12.37795743 C6_chemical_B1 +LQ04X004770 UPF0497 membrane protein 13 12.93064352 C6_chemical_B2 +LQ04X004770 UPF0497 membrane protein 13 12.92272303 C6_chemical_B3 +LQ04X004770 UPF0497 membrane protein 13 9.637067158 C6_chemical_C1 +LQ04X004770 UPF0497 membrane protein 13 9.780570421 C6_chemical_C2 +LQ04X004770 UPF0497 membrane protein 13 9.78388153 C6_chemical_C3 +LQ04X004770 UPF0497 membrane protein 13 13.59792698 L4_control_A1 +LQ04X004770 UPF0497 membrane protein 13 13.1762704 L4_control_A2 +LQ04X004770 UPF0497 membrane protein 13 13.42347887 L4_control_A3 +LQ04X004770 UPF0497 membrane protein 13 12.87442071 L4_control_B1 +LQ04X004770 UPF0497 membrane protein 13 12.42191543 L4_control_B2 +LQ04X004770 UPF0497 membrane protein 13 12.51919365 L4_control_B3 +LQ04X004770 UPF0497 membrane protein 13 9.701233475 L4_control_C2 +LQ04X004770 UPF0497 membrane protein 13 10.21349334 L4_control_C3 +LQ04X004770 UPF0497 membrane protein 13 12.62886694 L4_chemical_A1 +LQ04X004770 UPF0497 membrane protein 13 12.37337404 L4_chemical_A2 +LQ04X004770 UPF0497 membrane protein 13 13.23608891 L4_chemical_A3 +LQ04X004770 UPF0497 membrane protein 13 12.11340278 L4_chemical_B1 +LQ04X004770 UPF0497 membrane protein 13 12.10669615 L4_chemical_B2 +LQ04X004770 UPF0497 membrane protein 13 13.25633816 L4_chemical_B3 +LQ04X004770 UPF0497 membrane protein 13 9.81100402 L4_chemical_C2 +LQ04X004770 UPF0497 membrane protein 13 9.810455185 L4_chemical_C3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.39131331 C6_control_A1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.10400872 C6_control_A3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.52053566 C6_control_B1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.46945911 C6_control_B2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.7904717 C6_control_B3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.84407553 C6_control_C1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.94555806 C6_control_C2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.42354385 C6_control_C3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 9.864575586 C6_chemical_A1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.27078941 C6_chemical_A3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.08041789 C6_chemical_B1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.51361407 C6_chemical_B2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.33152498 C6_chemical_B3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.40735708 C6_chemical_C1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.65831057 C6_chemical_C2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.85936507 C6_chemical_C3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.58331922 L4_control_A1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.12159218 L4_control_A2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.49873623 L4_control_A3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.94232916 L4_control_B1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.7426343 L4_control_B2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.42149128 L4_control_B3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.76971846 L4_control_C2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 12.12038877 L4_control_C3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.06725866 L4_chemical_A1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.35766249 L4_chemical_A2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.2031526 L4_chemical_A3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.70257184 L4_chemical_B1 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 10.97794519 L4_chemical_B2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.14078258 L4_chemical_B3 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.45897866 L4_chemical_C2 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 11.84132928 L4_chemical_C3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.91027016 C6_control_A1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.97090025 C6_control_A3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.58843507 C6_control_B1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.45763038 C6_control_B2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.49144188 C6_control_B3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 13.57753094 C6_control_C1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.10412033 C6_control_C2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 13.31749666 C6_control_C3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.78443002 C6_chemical_A1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.69928336 C6_chemical_A3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.32611005 C6_chemical_B1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.6514303 C6_chemical_B2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.48841527 C6_chemical_B3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 13.81581475 C6_chemical_C1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 13.89886745 C6_chemical_C2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 13.54622544 C6_chemical_C3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.94625474 L4_control_A1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.8782463 L4_control_A2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.99877843 L4_control_A3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.64922056 L4_control_B1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.18072996 L4_control_B2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.05718687 L4_control_B3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 13.94681051 L4_control_C2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 13.87753653 L4_control_C3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.86878405 L4_chemical_A1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.68970989 L4_chemical_A2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.95701133 L4_chemical_A3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.64000443 L4_chemical_B1 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.05483808 L4_chemical_B2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.69486214 L4_chemical_B3 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.05273095 L4_chemical_C2 +LQ04X004800 Translocon-associated protein, beta subunit, putative 13.94735807 L4_chemical_C3 +LQ04X004840 GEM-like protein 5 5.04068214 C6_control_A1 +LQ04X004840 GEM-like protein 5 5.380723693 C6_control_A3 +LQ04X004840 GEM-like protein 5 5.631302563 C6_control_B1 +LQ04X004840 GEM-like protein 5 5.33919533 C6_control_B2 +LQ04X004840 GEM-like protein 5 5.281740095 C6_control_B3 +LQ04X004840 GEM-like protein 5 5.320551774 C6_control_C1 +LQ04X004840 GEM-like protein 5 6.004768929 C6_control_C2 +LQ04X004840 GEM-like protein 5 5.718201371 C6_control_C3 +LQ04X004840 GEM-like protein 5 5.113313531 C6_chemical_A1 +LQ04X004840 GEM-like protein 5 5.71275899 C6_chemical_A3 +LQ04X004840 GEM-like protein 5 5.158105863 C6_chemical_B1 +LQ04X004840 GEM-like protein 5 5.746711769 C6_chemical_B2 +LQ04X004840 GEM-like protein 5 4.980834219 C6_chemical_B3 +LQ04X004840 GEM-like protein 5 5.466786593 C6_chemical_C1 +LQ04X004840 GEM-like protein 5 5.767461238 C6_chemical_C2 +LQ04X004840 GEM-like protein 5 5.135835083 C6_chemical_C3 +LQ04X004840 GEM-like protein 5 5.454193843 L4_control_A1 +LQ04X004840 GEM-like protein 5 5.227344491 L4_control_A2 +LQ04X004840 GEM-like protein 5 6.108019648 L4_control_A3 +LQ04X004840 GEM-like protein 5 5.475325217 L4_control_B1 +LQ04X004840 GEM-like protein 5 5.522446325 L4_control_B2 +LQ04X004840 GEM-like protein 5 5.556542324 L4_control_B3 +LQ04X004840 GEM-like protein 5 5.702044888 L4_control_C2 +LQ04X004840 GEM-like protein 5 5.824677878 L4_control_C3 +LQ04X004840 GEM-like protein 5 5.218932455 L4_chemical_A1 +LQ04X004840 GEM-like protein 5 5.188394495 L4_chemical_A2 +LQ04X004840 GEM-like protein 5 5.711350858 L4_chemical_A3 +LQ04X004840 GEM-like protein 5 5.39649223 L4_chemical_B1 +LQ04X004840 GEM-like protein 5 5.37291085 L4_chemical_B2 +LQ04X004840 GEM-like protein 5 5.361263373 L4_chemical_B3 +LQ04X004840 GEM-like protein 5 5.030120892 L4_chemical_C2 +LQ04X004840 GEM-like protein 5 5.460129233 L4_chemical_C3 +LQ04X004850 Hypothetical protein 12.62470726 C6_control_A1 +LQ04X004850 Hypothetical protein 12.62620793 C6_control_A3 +LQ04X004850 Hypothetical protein 12.67834778 C6_control_B1 +LQ04X004850 Hypothetical protein 12.60999381 C6_control_B2 +LQ04X004850 Hypothetical protein 13.33659831 C6_control_B3 +LQ04X004850 Hypothetical protein 12.90509853 C6_control_C1 +LQ04X004850 Hypothetical protein 12.78511393 C6_control_C2 +LQ04X004850 Hypothetical protein 12.97292013 C6_control_C3 +LQ04X004850 Hypothetical protein 12.67757639 C6_chemical_A1 +LQ04X004850 Hypothetical protein 12.14228562 C6_chemical_A3 +LQ04X004850 Hypothetical protein 12.70984612 C6_chemical_B1 +LQ04X004850 Hypothetical protein 12.51646029 C6_chemical_B2 +LQ04X004850 Hypothetical protein 12.89219159 C6_chemical_B3 +LQ04X004850 Hypothetical protein 12.75020935 C6_chemical_C1 +LQ04X004850 Hypothetical protein 12.94347276 C6_chemical_C2 +LQ04X004850 Hypothetical protein 12.41174554 C6_chemical_C3 +LQ04X004850 Hypothetical protein 12.35312843 L4_control_A1 +LQ04X004850 Hypothetical protein 12.42031142 L4_control_A2 +LQ04X004850 Hypothetical protein 12.45589048 L4_control_A3 +LQ04X004850 Hypothetical protein 12.84269062 L4_control_B1 +LQ04X004850 Hypothetical protein 12.61634806 L4_control_B2 +LQ04X004850 Hypothetical protein 12.24366139 L4_control_B3 +LQ04X004850 Hypothetical protein 13.3657109 L4_control_C2 +LQ04X004850 Hypothetical protein 13.44091221 L4_control_C3 +LQ04X004850 Hypothetical protein 12.46062156 L4_chemical_A1 +LQ04X004850 Hypothetical protein 12.81847013 L4_chemical_A2 +LQ04X004850 Hypothetical protein 12.23092273 L4_chemical_A3 +LQ04X004850 Hypothetical protein 13.16128517 L4_chemical_B1 +LQ04X004850 Hypothetical protein 13.32091071 L4_chemical_B2 +LQ04X004850 Hypothetical protein 12.63536267 L4_chemical_B3 +LQ04X004850 Hypothetical protein 13.5089519 L4_chemical_C2 +LQ04X004850 Hypothetical protein 13.19091519 L4_chemical_C3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.29725738 C6_control_A1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.60328871 C6_control_A3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.06363726 C6_control_B1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.05186185 C6_control_B2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.4171721 C6_control_B3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 11.81461506 C6_control_C1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.07564058 C6_control_C2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 11.79207725 C6_control_C3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.69852713 C6_chemical_A1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.66747448 C6_chemical_A3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.53000842 C6_chemical_B1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.57577229 C6_chemical_B2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.70173812 C6_chemical_B3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 11.90464988 C6_chemical_C1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.0854942 C6_chemical_C2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.30801871 C6_chemical_C3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.37044265 L4_control_A1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.51690992 L4_control_A2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 13.01258365 L4_control_A3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.31111047 L4_control_B1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.56454918 L4_control_B2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.34586783 L4_control_B3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.04771623 L4_control_C2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.09679339 L4_control_C3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.50295829 L4_chemical_A1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.54250249 L4_chemical_A2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.88224876 L4_chemical_A3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.32915522 L4_chemical_B1 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.31964512 L4_chemical_B2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.93692755 L4_chemical_B3 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 11.84268044 L4_chemical_C2 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.01047697 L4_chemical_C3 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.11710214 C6_control_A1 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.509910325 C6_control_A3 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.593633402 C6_control_B1 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.438046833 C6_control_B2 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.713278935 C6_control_B3 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.322729788 C6_control_C1 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.281111867 C6_control_C2 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.469084304 C6_control_C3 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.018436208 C6_chemical_A1 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.859041668 C6_chemical_A3 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.009375971 C6_chemical_B1 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.255048254 C6_chemical_B2 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.459152964 C6_chemical_B3 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.351486859 C6_chemical_C1 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.520338725 C6_chemical_C2 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.386412365 C6_chemical_C3 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.711523418 L4_control_A1 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.811182548 L4_control_A2 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.641898644 L4_control_A3 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.977487143 L4_control_B1 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.110290254 L4_control_B2 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.122741997 L4_control_B3 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.150058311 L4_control_C2 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.743137526 L4_control_C3 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.553965306 L4_chemical_A1 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.235681952 L4_chemical_A2 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.859960193 L4_chemical_A3 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.005934054 L4_chemical_B1 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.40125996 L4_chemical_B2 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.865710409 L4_chemical_B3 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.411939628 L4_chemical_C2 +LQ04X004970 B3 domain-containing transcription factor FUS3 5.691846507 L4_chemical_C3 +LQ04X004980 V-type proton ATPase subunit C 12.47776184 C6_control_A1 +LQ04X004980 V-type proton ATPase subunit C 12.46267019 C6_control_A3 +LQ04X004980 V-type proton ATPase subunit C 12.75734775 C6_control_B1 +LQ04X004980 V-type proton ATPase subunit C 12.14655184 C6_control_B2 +LQ04X004980 V-type proton ATPase subunit C 12.40291911 C6_control_B3 +LQ04X004980 V-type proton ATPase subunit C 11.53897811 C6_control_C1 +LQ04X004980 V-type proton ATPase subunit C 11.39203873 C6_control_C2 +LQ04X004980 V-type proton ATPase subunit C 10.93888763 C6_control_C3 +LQ04X004980 V-type proton ATPase subunit C 12.72199914 C6_chemical_A1 +LQ04X004980 V-type proton ATPase subunit C 12.47258014 C6_chemical_A3 +LQ04X004980 V-type proton ATPase subunit C 12.92255616 C6_chemical_B1 +LQ04X004980 V-type proton ATPase subunit C 12.13117696 C6_chemical_B2 +LQ04X004980 V-type proton ATPase subunit C 12.18348869 C6_chemical_B3 +LQ04X004980 V-type proton ATPase subunit C 11.37722003 C6_chemical_C1 +LQ04X004980 V-type proton ATPase subunit C 11.33624794 C6_chemical_C2 +LQ04X004980 V-type proton ATPase subunit C 10.98642035 C6_chemical_C3 +LQ04X004980 V-type proton ATPase subunit C 12.64658111 L4_control_A1 +LQ04X004980 V-type proton ATPase subunit C 12.2766464 L4_control_A2 +LQ04X004980 V-type proton ATPase subunit C 12.7230086 L4_control_A3 +LQ04X004980 V-type proton ATPase subunit C 12.41712524 L4_control_B1 +LQ04X004980 V-type proton ATPase subunit C 12.776518 L4_control_B2 +LQ04X004980 V-type proton ATPase subunit C 12.29116432 L4_control_B3 +LQ04X004980 V-type proton ATPase subunit C 12.16528522 L4_control_C2 +LQ04X004980 V-type proton ATPase subunit C 11.97126878 L4_control_C3 +LQ04X004980 V-type proton ATPase subunit C 12.24013998 L4_chemical_A1 +LQ04X004980 V-type proton ATPase subunit C 11.78190597 L4_chemical_A2 +LQ04X004980 V-type proton ATPase subunit C 12.38015422 L4_chemical_A3 +LQ04X004980 V-type proton ATPase subunit C 12.30000108 L4_chemical_B1 +LQ04X004980 V-type proton ATPase subunit C 12.02650201 L4_chemical_B2 +LQ04X004980 V-type proton ATPase subunit C 12.38829511 L4_chemical_B3 +LQ04X004980 V-type proton ATPase subunit C 12.06279175 L4_chemical_C2 +LQ04X004980 V-type proton ATPase subunit C 11.89782062 L4_chemical_C3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.930920982 C6_control_A1 +LQ04X004990 Phosphate carrier protein, mitochondrial 7.562747557 C6_control_A3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.714614597 C6_control_B1 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.022070245 C6_control_B2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.359965067 C6_control_B3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.0735129 C6_control_C1 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.75959858 C6_control_C2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.042432621 C6_control_C3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.296421025 C6_chemical_A1 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.163545808 C6_chemical_A3 +LQ04X004990 Phosphate carrier protein, mitochondrial 7.2512358 C6_chemical_B1 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.349177397 C6_chemical_B2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.374008401 C6_chemical_B3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.226647538 C6_chemical_C1 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.286140021 C6_chemical_C2 +LQ04X004990 Phosphate carrier protein, mitochondrial 5.85221219 C6_chemical_C3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.435859506 L4_control_A1 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.298513727 L4_control_A2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.88603816 L4_control_A3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.013167494 L4_control_B1 +LQ04X004990 Phosphate carrier protein, mitochondrial 5.936377562 L4_control_B2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.150559867 L4_control_B3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.353464968 L4_control_C2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.770302709 L4_control_C3 +LQ04X004990 Phosphate carrier protein, mitochondrial 5.828955749 L4_chemical_A1 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.230921376 L4_chemical_A2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.526225079 L4_chemical_A3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.653768941 L4_chemical_B1 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.397688004 L4_chemical_B2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.706484659 L4_chemical_B3 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.070888528 L4_chemical_C2 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.873367681 L4_chemical_C3 +LQ04X005050 Hypothetical protein 10.89002969 C6_control_A1 +LQ04X005050 Hypothetical protein 10.39076785 C6_control_A3 +LQ04X005050 Hypothetical protein 11.39481244 C6_control_B1 +LQ04X005050 Hypothetical protein 10.51987512 C6_control_B2 +LQ04X005050 Hypothetical protein 11.05631824 C6_control_B3 +LQ04X005050 Hypothetical protein 10.04972883 C6_control_C1 +LQ04X005050 Hypothetical protein 9.213388024 C6_control_C2 +LQ04X005050 Hypothetical protein 9.363944507 C6_control_C3 +LQ04X005050 Hypothetical protein 10.45509374 C6_chemical_A1 +LQ04X005050 Hypothetical protein 10.5978105 C6_chemical_A3 +LQ04X005050 Hypothetical protein 10.93792016 C6_chemical_B1 +LQ04X005050 Hypothetical protein 10.23267768 C6_chemical_B2 +LQ04X005050 Hypothetical protein 10.56699138 C6_chemical_B3 +LQ04X005050 Hypothetical protein 9.839480783 C6_chemical_C1 +LQ04X005050 Hypothetical protein 9.338171965 C6_chemical_C2 +LQ04X005050 Hypothetical protein 9.069624889 C6_chemical_C3 +LQ04X005050 Hypothetical protein 10.22780198 L4_control_A1 +LQ04X005050 Hypothetical protein 10.6038093 L4_control_A2 +LQ04X005050 Hypothetical protein 9.982734392 L4_control_A3 +LQ04X005050 Hypothetical protein 11.08620431 L4_control_B1 +LQ04X005050 Hypothetical protein 11.72707225 L4_control_B2 +LQ04X005050 Hypothetical protein 10.66673417 L4_control_B3 +LQ04X005050 Hypothetical protein 10.05881169 L4_control_C2 +LQ04X005050 Hypothetical protein 9.864024165 L4_control_C3 +LQ04X005050 Hypothetical protein 9.623224386 L4_chemical_A1 +LQ04X005050 Hypothetical protein 9.708885867 L4_chemical_A2 +LQ04X005050 Hypothetical protein 9.730430018 L4_chemical_A3 +LQ04X005050 Hypothetical protein 10.94169655 L4_chemical_B1 +LQ04X005050 Hypothetical protein 10.8657835 L4_chemical_B2 +LQ04X005050 Hypothetical protein 10.69829404 L4_chemical_B3 +LQ04X005050 Hypothetical protein 10.1212054 L4_chemical_C2 +LQ04X005050 Hypothetical protein 9.770566315 L4_chemical_C3 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.2182577 C6_control_A1 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.41830502 C6_control_A3 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.05478565 C6_control_B1 +LQ04X005080 Putative Sex determination protein tasselseed-2 10.74004878 C6_control_B2 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.02947377 C6_control_B3 +LQ04X005080 Putative Sex determination protein tasselseed-2 8.845977735 C6_control_C1 +LQ04X005080 Putative Sex determination protein tasselseed-2 8.553094127 C6_control_C2 +LQ04X005080 Putative Sex determination protein tasselseed-2 9.063116306 C6_control_C3 +LQ04X005080 Putative Sex determination protein tasselseed-2 11.77530427 C6_chemical_A1 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.2801904 C6_chemical_A3 +LQ04X005080 Putative Sex determination protein tasselseed-2 11.66869405 C6_chemical_B1 +LQ04X005080 Putative Sex determination protein tasselseed-2 10.61805148 C6_chemical_B2 +LQ04X005080 Putative Sex determination protein tasselseed-2 11.35978793 C6_chemical_B3 +LQ04X005080 Putative Sex determination protein tasselseed-2 8.725700212 C6_chemical_C1 +LQ04X005080 Putative Sex determination protein tasselseed-2 8.413314197 C6_chemical_C2 +LQ04X005080 Putative Sex determination protein tasselseed-2 8.332617201 C6_chemical_C3 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.41181861 L4_control_A1 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.12732176 L4_control_A2 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.54634403 L4_control_A3 +LQ04X005080 Putative Sex determination protein tasselseed-2 11.38326125 L4_control_B1 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.0855915 L4_control_B2 +LQ04X005080 Putative Sex determination protein tasselseed-2 9.97146752 L4_control_B3 +LQ04X005080 Putative Sex determination protein tasselseed-2 6.891007568 L4_control_C2 +LQ04X005080 Putative Sex determination protein tasselseed-2 8.716124684 L4_control_C3 +LQ04X005080 Putative Sex determination protein tasselseed-2 11.09478468 L4_chemical_A1 +LQ04X005080 Putative Sex determination protein tasselseed-2 10.79351225 L4_chemical_A2 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.23726659 L4_chemical_A3 +LQ04X005080 Putative Sex determination protein tasselseed-2 12.01645965 L4_chemical_B1 +LQ04X005080 Putative Sex determination protein tasselseed-2 11.13317069 L4_chemical_B2 +LQ04X005080 Putative Sex determination protein tasselseed-2 11.29010551 L4_chemical_B3 +LQ04X005080 Putative Sex determination protein tasselseed-2 8.076949914 L4_chemical_C2 +LQ04X005080 Putative Sex determination protein tasselseed-2 8.074798657 L4_chemical_C3 +LQ04X005100 Aspartokinase 2, chloroplastic 13.17874821 C6_control_A1 +LQ04X005100 Aspartokinase 2, chloroplastic 13.17490875 C6_control_A3 +LQ04X005100 Aspartokinase 2, chloroplastic 12.64463116 C6_control_B1 +LQ04X005100 Aspartokinase 2, chloroplastic 12.69588676 C6_control_B2 +LQ04X005100 Aspartokinase 2, chloroplastic 12.61173441 C6_control_B3 +LQ04X005100 Aspartokinase 2, chloroplastic 12.38407407 C6_control_C1 +LQ04X005100 Aspartokinase 2, chloroplastic 12.27330545 C6_control_C2 +LQ04X005100 Aspartokinase 2, chloroplastic 12.04857887 C6_control_C3 +LQ04X005100 Aspartokinase 2, chloroplastic 12.72433833 C6_chemical_A1 +LQ04X005100 Aspartokinase 2, chloroplastic 13.1471943 C6_chemical_A3 +LQ04X005100 Aspartokinase 2, chloroplastic 12.25903128 C6_chemical_B1 +LQ04X005100 Aspartokinase 2, chloroplastic 12.12014228 C6_chemical_B2 +LQ04X005100 Aspartokinase 2, chloroplastic 12.00554328 C6_chemical_B3 +LQ04X005100 Aspartokinase 2, chloroplastic 12.10881839 C6_chemical_C1 +LQ04X005100 Aspartokinase 2, chloroplastic 11.50750093 C6_chemical_C2 +LQ04X005100 Aspartokinase 2, chloroplastic 11.3689432 C6_chemical_C3 +LQ04X005100 Aspartokinase 2, chloroplastic 13.73790788 L4_control_A1 +LQ04X005100 Aspartokinase 2, chloroplastic 13.26535261 L4_control_A2 +LQ04X005100 Aspartokinase 2, chloroplastic 13.31202717 L4_control_A3 +LQ04X005100 Aspartokinase 2, chloroplastic 12.51962651 L4_control_B1 +LQ04X005100 Aspartokinase 2, chloroplastic 12.02152093 L4_control_B2 +LQ04X005100 Aspartokinase 2, chloroplastic 12.72903626 L4_control_B3 +LQ04X005100 Aspartokinase 2, chloroplastic 11.8081146 L4_control_C2 +LQ04X005100 Aspartokinase 2, chloroplastic 11.70165816 L4_control_C3 +LQ04X005100 Aspartokinase 2, chloroplastic 13.46017536 L4_chemical_A1 +LQ04X005100 Aspartokinase 2, chloroplastic 12.67884235 L4_chemical_A2 +LQ04X005100 Aspartokinase 2, chloroplastic 13.53634278 L4_chemical_A3 +LQ04X005100 Aspartokinase 2, chloroplastic 12.59896146 L4_chemical_B1 +LQ04X005100 Aspartokinase 2, chloroplastic 11.92782593 L4_chemical_B2 +LQ04X005100 Aspartokinase 2, chloroplastic 13.07295824 L4_chemical_B3 +LQ04X005100 Aspartokinase 2, chloroplastic 11.6949432 L4_chemical_C2 +LQ04X005100 Aspartokinase 2, chloroplastic 11.59167461 L4_chemical_C3 +LQ04X005120 Putative uncharacterized protein 5.123349446 C6_control_A1 +LQ04X005120 Putative uncharacterized protein 5.051234809 C6_control_A3 +LQ04X005120 Putative uncharacterized protein 5.39048863 C6_control_B1 +LQ04X005120 Putative uncharacterized protein 5.00823361 C6_control_B2 +LQ04X005120 Putative uncharacterized protein 4.797498371 C6_control_B3 +LQ04X005120 Putative uncharacterized protein 5.430323853 C6_control_C1 +LQ04X005120 Putative uncharacterized protein 5.253094114 C6_control_C2 +LQ04X005120 Putative uncharacterized protein 5.130596579 C6_control_C3 +LQ04X005120 Putative uncharacterized protein 4.758444289 C6_chemical_A1 +LQ04X005120 Putative uncharacterized protein 4.946470667 C6_chemical_A3 +LQ04X005120 Putative uncharacterized protein 5.324913959 C6_chemical_B1 +LQ04X005120 Putative uncharacterized protein 4.829874178 C6_chemical_B2 +LQ04X005120 Putative uncharacterized protein 5.018602268 C6_chemical_B3 +LQ04X005120 Putative uncharacterized protein 5.591025831 C6_chemical_C1 +LQ04X005120 Putative uncharacterized protein 4.884717991 C6_chemical_C2 +LQ04X005120 Putative uncharacterized protein 5.016569718 C6_chemical_C3 +LQ04X005120 Putative uncharacterized protein 5.078242266 L4_control_A1 +LQ04X005120 Putative uncharacterized protein 4.530348124 L4_control_A2 +LQ04X005120 Putative uncharacterized protein 4.929980658 L4_control_A3 +LQ04X005120 Putative uncharacterized protein 5.109713709 L4_control_B1 +LQ04X005120 Putative uncharacterized protein 4.976453902 L4_control_B2 +LQ04X005120 Putative uncharacterized protein 5.442028774 L4_control_B3 +LQ04X005120 Putative uncharacterized protein 4.86740547 L4_control_C2 +LQ04X005120 Putative uncharacterized protein 5.728920378 L4_control_C3 +LQ04X005120 Putative uncharacterized protein 4.725313438 L4_chemical_A1 +LQ04X005120 Putative uncharacterized protein 5.00875315 L4_chemical_A2 +LQ04X005120 Putative uncharacterized protein 5.143936478 L4_chemical_A3 +LQ04X005120 Putative uncharacterized protein 4.974815062 L4_chemical_B1 +LQ04X005120 Putative uncharacterized protein 5.336125576 L4_chemical_B2 +LQ04X005120 Putative uncharacterized protein 4.793969595 L4_chemical_B3 +LQ04X005120 Putative uncharacterized protein 4.955299572 L4_chemical_C2 +LQ04X005120 Putative uncharacterized protein 6.028180574 L4_chemical_C3 +LQ04X005150 Light-regulated protein, putative 10.04218154 C6_control_A1 +LQ04X005150 Light-regulated protein, putative 11.3129841 C6_control_A3 +LQ04X005150 Light-regulated protein, putative 11.72586436 C6_control_B1 +LQ04X005150 Light-regulated protein, putative 14.72753733 C6_control_B2 +LQ04X005150 Light-regulated protein, putative 13.44904489 C6_control_B3 +LQ04X005150 Light-regulated protein, putative 14.11449072 C6_control_C1 +LQ04X005150 Light-regulated protein, putative 15.37692215 C6_control_C2 +LQ04X005150 Light-regulated protein, putative 15.57650682 C6_control_C3 +LQ04X005150 Light-regulated protein, putative 8.867029244 C6_chemical_A1 +LQ04X005150 Light-regulated protein, putative 10.57361704 C6_chemical_A3 +LQ04X005150 Light-regulated protein, putative 10.80797633 C6_chemical_B1 +LQ04X005150 Light-regulated protein, putative 14.16005821 C6_chemical_B2 +LQ04X005150 Light-regulated protein, putative 14.48006007 C6_chemical_B3 +LQ04X005150 Light-regulated protein, putative 12.70040021 C6_chemical_C1 +LQ04X005150 Light-regulated protein, putative 15.22280546 C6_chemical_C2 +LQ04X005150 Light-regulated protein, putative 14.50486115 C6_chemical_C3 +LQ04X005150 Light-regulated protein, putative 9.990706335 L4_control_A1 +LQ04X005150 Light-regulated protein, putative 12.43279078 L4_control_A2 +LQ04X005150 Light-regulated protein, putative 12.83131111 L4_control_A3 +LQ04X005150 Light-regulated protein, putative 13.94779151 L4_control_B1 +LQ04X005150 Light-regulated protein, putative 12.34715537 L4_control_B2 +LQ04X005150 Light-regulated protein, putative 15.41987118 L4_control_B3 +LQ04X005150 Light-regulated protein, putative 14.17599475 L4_control_C2 +LQ04X005150 Light-regulated protein, putative 14.14286146 L4_control_C3 +LQ04X005150 Light-regulated protein, putative 9.96876122 L4_chemical_A1 +LQ04X005150 Light-regulated protein, putative 12.59502176 L4_chemical_A2 +LQ04X005150 Light-regulated protein, putative 11.80952509 L4_chemical_A3 +LQ04X005150 Light-regulated protein, putative 11.52933938 L4_chemical_B1 +LQ04X005150 Light-regulated protein, putative 12.75126172 L4_chemical_B2 +LQ04X005150 Light-regulated protein, putative 13.92363338 L4_chemical_B3 +LQ04X005150 Light-regulated protein, putative 14.06985675 L4_chemical_C2 +LQ04X005150 Light-regulated protein, putative 13.89429065 L4_chemical_C3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.038037863 C6_control_A1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 6.196402946 C6_control_A3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 6.75662739 C6_control_B1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.926664574 C6_control_B2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 6.697726282 C6_control_B3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.131146302 C6_control_C1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.782055359 C6_control_C2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 6.930243908 C6_control_C3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.940034531 C6_chemical_A1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.924841302 C6_chemical_A3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.707710963 C6_chemical_B1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.511709545 C6_chemical_B2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.213170442 C6_chemical_B3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.706183119 C6_chemical_C1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.735196413 C6_chemical_C2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.23421555 C6_chemical_C3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.094183339 L4_control_A1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.093939896 L4_control_A2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.133026223 L4_control_A3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 5.850397232 L4_control_B1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 6.240735333 L4_control_B2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.067566777 L4_control_B3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 6.212585352 L4_control_C2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 5.982542542 L4_control_C3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.925582793 L4_chemical_A1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.387973863 L4_chemical_A2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 6.233641672 L4_chemical_A3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 5.868980726 L4_chemical_B1 +LQ04X005180 Putative Lysosomal alpha-mannosidase 5.537584912 L4_chemical_B2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 8.25974276 L4_chemical_B3 +LQ04X005180 Putative Lysosomal alpha-mannosidase 5.690438062 L4_chemical_C2 +LQ04X005180 Putative Lysosomal alpha-mannosidase 6.617400476 L4_chemical_C3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.70227216 C6_control_A1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.70631049 C6_control_A3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.89217133 C6_control_B1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 11.85843576 C6_control_B2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.77519216 C6_control_B3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 11.37609886 C6_control_C1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 11.71301932 C6_control_C2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.24410665 C6_control_C3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.98714942 C6_chemical_A1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.09036266 C6_chemical_A3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.7328644 C6_chemical_B1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 11.89700166 C6_chemical_B2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.9664789 C6_chemical_B3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 11.25984667 C6_chemical_C1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 11.72906289 C6_chemical_C2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.06742069 C6_chemical_C3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.89069499 L4_control_A1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.04167375 L4_control_A2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.0297323 L4_control_A3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.12953399 L4_control_B1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.5905895 L4_control_B2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.72287202 L4_control_B3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.64726327 L4_control_C2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.38953286 L4_control_C3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.69668382 L4_chemical_A1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.77333803 L4_chemical_A2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.53916432 L4_chemical_A3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.63461742 L4_chemical_B1 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.78939185 L4_chemical_B2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.0855485 L4_chemical_B3 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.7249312 L4_chemical_C2 +LQ04X005190 Putative Lysosomal alpha-mannosidase 13.52440844 L4_chemical_C3 +LQ04X005200 Putative uncharacterized protein 11.05881491 C6_control_A1 +LQ04X005200 Putative uncharacterized protein 11.01170508 C6_control_A3 +LQ04X005200 Putative uncharacterized protein 10.79043218 C6_control_B1 +LQ04X005200 Putative uncharacterized protein 10.8185786 C6_control_B2 +LQ04X005200 Putative uncharacterized protein 10.8825075 C6_control_B3 +LQ04X005200 Putative uncharacterized protein 11.33047122 C6_control_C1 +LQ04X005200 Putative uncharacterized protein 11.61879439 C6_control_C2 +LQ04X005200 Putative uncharacterized protein 11.61344307 C6_control_C3 +LQ04X005200 Putative uncharacterized protein 10.95113921 C6_chemical_A1 +LQ04X005200 Putative uncharacterized protein 11.24854755 C6_chemical_A3 +LQ04X005200 Putative uncharacterized protein 10.79119596 C6_chemical_B1 +LQ04X005200 Putative uncharacterized protein 10.7154291 C6_chemical_B2 +LQ04X005200 Putative uncharacterized protein 11.06378877 C6_chemical_B3 +LQ04X005200 Putative uncharacterized protein 11.48726153 C6_chemical_C1 +LQ04X005200 Putative uncharacterized protein 11.53064769 C6_chemical_C2 +LQ04X005200 Putative uncharacterized protein 11.77322843 C6_chemical_C3 +LQ04X005200 Putative uncharacterized protein 11.05969254 L4_control_A1 +LQ04X005200 Putative uncharacterized protein 11.17144198 L4_control_A2 +LQ04X005200 Putative uncharacterized protein 11.45874944 L4_control_A3 +LQ04X005200 Putative uncharacterized protein 10.75600178 L4_control_B1 +LQ04X005200 Putative uncharacterized protein 11.01826996 L4_control_B2 +LQ04X005200 Putative uncharacterized protein 11.33074263 L4_control_B3 +LQ04X005200 Putative uncharacterized protein 11.49961991 L4_control_C2 +LQ04X005200 Putative uncharacterized protein 11.6592642 L4_control_C3 +LQ04X005200 Putative uncharacterized protein 11.214555 L4_chemical_A1 +LQ04X005200 Putative uncharacterized protein 11.28851325 L4_chemical_A2 +LQ04X005200 Putative uncharacterized protein 11.24774713 L4_chemical_A3 +LQ04X005200 Putative uncharacterized protein 10.89010843 L4_chemical_B1 +LQ04X005200 Putative uncharacterized protein 10.79741247 L4_chemical_B2 +LQ04X005200 Putative uncharacterized protein 11.01261768 L4_chemical_B3 +LQ04X005200 Putative uncharacterized protein 11.33456712 L4_chemical_C2 +LQ04X005200 Putative uncharacterized protein 11.53864942 L4_chemical_C3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.56194169 C6_control_A1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.81110388 C6_control_A3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.30825063 C6_control_B1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.03317333 C6_control_B2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.87546729 C6_control_B3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.07597388 C6_control_C1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.52247326 C6_control_C2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.52257732 C6_control_C3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.46030859 C6_chemical_A1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.88732441 C6_chemical_A3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.01315839 C6_chemical_B1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.04836286 C6_chemical_B2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.71988991 C6_chemical_B3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.09381658 C6_chemical_C1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.98041552 C6_chemical_C2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.13286777 C6_chemical_C3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.38555338 L4_control_A1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.83307245 L4_control_A2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.78501963 L4_control_A3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.49989246 L4_control_B1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.4325514 L4_control_B2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.02475402 L4_control_B3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.82737882 L4_control_C2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 10.52544507 L4_control_C3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.05078927 L4_chemical_A1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.37982918 L4_chemical_A2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.69673691 L4_chemical_A3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.75293088 L4_chemical_B1 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.83843188 L4_chemical_B2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.5615304 L4_chemical_B3 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 11.70344814 L4_chemical_C2 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 10.54833616 L4_chemical_C3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.20296695 C6_control_A1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.54814141 C6_control_A3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.27910219 C6_control_B1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.06600234 C6_control_B2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.25788437 C6_control_B3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.69190997 C6_control_C1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.77102546 C6_control_C2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.76078058 C6_control_C3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.34368005 C6_chemical_A1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.35203617 C6_chemical_A3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.30980935 C6_chemical_B1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.94394279 C6_chemical_B2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.06170101 C6_chemical_B3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.65289376 C6_chemical_C1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.64180066 C6_chemical_C2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.65695403 C6_chemical_C3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.85033111 L4_control_A1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.10993398 L4_control_A2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.63528453 L4_control_A3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.06822849 L4_control_B1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.4225709 L4_control_B2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.00842603 L4_control_B3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.2249408 L4_control_C2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.9356232 L4_control_C3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.83055297 L4_chemical_A1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.98634576 L4_chemical_A2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.64377675 L4_chemical_A3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.32045635 L4_chemical_B1 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.11864305 L4_chemical_B2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.82577666 L4_chemical_B3 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.25245829 L4_chemical_C2 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 12.83390547 L4_chemical_C3 +LQ04X005270 Putative uncharacterized protein 12.59433 C6_control_A1 +LQ04X005270 Putative uncharacterized protein 12.24126876 C6_control_A3 +LQ04X005270 Putative uncharacterized protein 12.66924572 C6_control_B1 +LQ04X005270 Putative uncharacterized protein 13.24024751 C6_control_B2 +LQ04X005270 Putative uncharacterized protein 12.44872971 C6_control_B3 +LQ04X005270 Putative uncharacterized protein 13.75743379 C6_control_C1 +LQ04X005270 Putative uncharacterized protein 13.4964007 C6_control_C2 +LQ04X005270 Putative uncharacterized protein 13.60966049 C6_control_C3 +LQ04X005270 Putative uncharacterized protein 12.90686968 C6_chemical_A1 +LQ04X005270 Putative uncharacterized protein 12.5255377 C6_chemical_A3 +LQ04X005270 Putative uncharacterized protein 12.83044095 C6_chemical_B1 +LQ04X005270 Putative uncharacterized protein 13.35910619 C6_chemical_B2 +LQ04X005270 Putative uncharacterized protein 12.23433634 C6_chemical_B3 +LQ04X005270 Putative uncharacterized protein 13.56700816 C6_chemical_C1 +LQ04X005270 Putative uncharacterized protein 13.65765065 C6_chemical_C2 +LQ04X005270 Putative uncharacterized protein 13.29514258 C6_chemical_C3 +LQ04X005270 Putative uncharacterized protein 11.91767613 L4_control_A1 +LQ04X005270 Putative uncharacterized protein 12.17630934 L4_control_A2 +LQ04X005270 Putative uncharacterized protein 11.78728159 L4_control_A3 +LQ04X005270 Putative uncharacterized protein 12.66364346 L4_control_B1 +LQ04X005270 Putative uncharacterized protein 12.07934647 L4_control_B2 +LQ04X005270 Putative uncharacterized protein 12.63452227 L4_control_B3 +LQ04X005270 Putative uncharacterized protein 13.18722753 L4_control_C2 +LQ04X005270 Putative uncharacterized protein 12.92599796 L4_control_C3 +LQ04X005270 Putative uncharacterized protein 11.93493612 L4_chemical_A1 +LQ04X005270 Putative uncharacterized protein 12.52364085 L4_chemical_A2 +LQ04X005270 Putative uncharacterized protein 11.45709331 L4_chemical_A3 +LQ04X005270 Putative uncharacterized protein 12.41422096 L4_chemical_B1 +LQ04X005270 Putative uncharacterized protein 12.65179919 L4_chemical_B2 +LQ04X005270 Putative uncharacterized protein 12.03392376 L4_chemical_B3 +LQ04X005270 Putative uncharacterized protein 13.24488753 L4_chemical_C2 +LQ04X005270 Putative uncharacterized protein 13.04358905 L4_chemical_C3 +LQ04X005280 Putative uncharacterized protein 4.74915995 C6_control_A1 +LQ04X005280 Putative uncharacterized protein 4.714715445 C6_control_A3 +LQ04X005280 Putative uncharacterized protein 4.712441749 C6_control_B1 +LQ04X005280 Putative uncharacterized protein 4.804294632 C6_control_B2 +LQ04X005280 Putative uncharacterized protein 4.70340164 C6_control_B3 +LQ04X005280 Putative uncharacterized protein 5.077171763 C6_control_C1 +LQ04X005280 Putative uncharacterized protein 4.84174085 C6_control_C2 +LQ04X005280 Putative uncharacterized protein 4.737595295 C6_control_C3 +LQ04X005280 Putative uncharacterized protein 4.90024676 C6_chemical_A1 +LQ04X005280 Putative uncharacterized protein 4.531859461 C6_chemical_A3 +LQ04X005280 Putative uncharacterized protein 4.734978978 C6_chemical_B1 +LQ04X005280 Putative uncharacterized protein 4.623693052 C6_chemical_B2 +LQ04X005280 Putative uncharacterized protein 4.481407925 C6_chemical_B3 +LQ04X005280 Putative uncharacterized protein 4.851024055 C6_chemical_C1 +LQ04X005280 Putative uncharacterized protein 4.860351442 C6_chemical_C2 +LQ04X005280 Putative uncharacterized protein 5.126835808 C6_chemical_C3 +LQ04X005280 Putative uncharacterized protein 4.916631557 L4_control_A1 +LQ04X005280 Putative uncharacterized protein 4.954483486 L4_control_A2 +LQ04X005280 Putative uncharacterized protein 5.506985065 L4_control_A3 +LQ04X005280 Putative uncharacterized protein 5.158424268 L4_control_B1 +LQ04X005280 Putative uncharacterized protein 4.773405724 L4_control_B2 +LQ04X005280 Putative uncharacterized protein 4.987358119 L4_control_B3 +LQ04X005280 Putative uncharacterized protein 5.21781044 L4_control_C2 +LQ04X005280 Putative uncharacterized protein 5.091386734 L4_control_C3 +LQ04X005280 Putative uncharacterized protein 4.743491678 L4_chemical_A1 +LQ04X005280 Putative uncharacterized protein 4.70728263 L4_chemical_A2 +LQ04X005280 Putative uncharacterized protein 5.08580856 L4_chemical_A3 +LQ04X005280 Putative uncharacterized protein 4.883904235 L4_chemical_B1 +LQ04X005280 Putative uncharacterized protein 4.963790291 L4_chemical_B2 +LQ04X005280 Putative uncharacterized protein 4.903282051 L4_chemical_B3 +LQ04X005280 Putative uncharacterized protein 5.187932471 L4_chemical_C2 +LQ04X005280 Putative uncharacterized protein 4.987942417 L4_chemical_C3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.928254833 C6_control_A1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.532910749 C6_control_A3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.568186189 C6_control_B1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.421916896 C6_control_B2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.277373807 C6_control_B3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 9.166390544 C6_control_C1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.086031661 C6_control_C2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.780323123 C6_control_C3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.898005969 C6_chemical_A1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.95542582 C6_chemical_A3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.434820523 C6_chemical_B1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.564652563 C6_chemical_B2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.874159606 C6_chemical_B3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.799717721 C6_chemical_C1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.209596359 C6_chemical_C2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.6103396 C6_chemical_C3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.885524184 L4_control_A1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 9.289420126 L4_control_A2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 9.572864453 L4_control_A3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 7.290571492 L4_control_B1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.365337784 L4_control_B2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.901235777 L4_control_B3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.783034382 L4_control_C2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 7.90198496 L4_control_C3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 9.482514864 L4_chemical_A1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 9.304746637 L4_chemical_A2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 9.63550408 L4_chemical_A3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 7.894689363 L4_chemical_B1 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 7.929095655 L4_chemical_B2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.880530204 L4_chemical_B3 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.283742429 L4_chemical_C2 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 7.451982099 L4_chemical_C3 +LQ04X005360 Hypothetical protein 14.91541016 C6_control_A1 +LQ04X005360 Hypothetical protein 14.77381786 C6_control_A3 +LQ04X005360 Hypothetical protein 14.14656607 C6_control_B1 +LQ04X005360 Hypothetical protein 11.55355414 C6_control_B2 +LQ04X005360 Hypothetical protein 11.65809075 C6_control_B3 +LQ04X005360 Hypothetical protein 12.81710837 C6_control_C1 +LQ04X005360 Hypothetical protein 11.94647013 C6_control_C2 +LQ04X005360 Hypothetical protein 11.98492224 C6_control_C3 +LQ04X005360 Hypothetical protein 15.27545498 C6_chemical_A1 +LQ04X005360 Hypothetical protein 15.36903844 C6_chemical_A3 +LQ04X005360 Hypothetical protein 13.85847668 C6_chemical_B1 +LQ04X005360 Hypothetical protein 10.36232369 C6_chemical_B2 +LQ04X005360 Hypothetical protein 12.31845217 C6_chemical_B3 +LQ04X005360 Hypothetical protein 12.60796325 C6_chemical_C1 +LQ04X005360 Hypothetical protein 11.3651725 C6_chemical_C2 +LQ04X005360 Hypothetical protein 11.43490093 C6_chemical_C3 +LQ04X005360 Hypothetical protein 15.25923204 L4_control_A1 +LQ04X005360 Hypothetical protein 14.64488882 L4_control_A2 +LQ04X005360 Hypothetical protein 14.4028896 L4_control_A3 +LQ04X005360 Hypothetical protein 12.96700896 L4_control_B1 +LQ04X005360 Hypothetical protein 14.0548498 L4_control_B2 +LQ04X005360 Hypothetical protein 10.29584797 L4_control_B3 +LQ04X005360 Hypothetical protein 11.51991199 L4_control_C2 +LQ04X005360 Hypothetical protein 11.13560377 L4_control_C3 +LQ04X005360 Hypothetical protein 14.84163532 L4_chemical_A1 +LQ04X005360 Hypothetical protein 14.10124618 L4_chemical_A2 +LQ04X005360 Hypothetical protein 15.0520213 L4_chemical_A3 +LQ04X005360 Hypothetical protein 14.36429589 L4_chemical_B1 +LQ04X005360 Hypothetical protein 13.97382489 L4_chemical_B2 +LQ04X005360 Hypothetical protein 13.65042808 L4_chemical_B3 +LQ04X005360 Hypothetical protein 11.70829071 L4_chemical_C2 +LQ04X005360 Hypothetical protein 11.40195987 L4_chemical_C3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.83526864 C6_control_A1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.904131544 C6_control_A3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.256858988 C6_control_B1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.599977196 C6_control_B2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.811782736 C6_control_B3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.582068952 C6_control_C1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.323002886 C6_control_C2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.304954124 C6_control_C3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.201286153 C6_chemical_A1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.92979765 C6_chemical_A3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.777484295 C6_chemical_B1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.633197751 C6_chemical_B2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 7.180659023 C6_chemical_B3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.200926652 C6_chemical_C1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.186982574 C6_chemical_C2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.475941697 C6_chemical_C3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.926469001 L4_control_A1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.067127929 L4_control_A2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.509910767 L4_control_A3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.476620541 L4_control_B1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 7.224818637 L4_control_B2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.581646548 L4_control_B3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.082686646 L4_control_C2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.630534207 L4_control_C3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.128028705 L4_chemical_A1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.284358174 L4_chemical_A2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.836189484 L4_chemical_A3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.613108765 L4_chemical_B1 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.910067953 L4_chemical_B2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.737938504 L4_chemical_B3 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 5.544214576 L4_chemical_C2 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.306396156 L4_chemical_C3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.947819773 C6_control_A1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.528803986 C6_control_A3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.41212473 C6_control_B1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.55884843 C6_control_B2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.13577119 C6_control_B3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 11.06561152 C6_control_C1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.96840625 C6_control_C2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 11.10858864 C6_control_C3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.304412638 C6_chemical_A1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.273298724 C6_chemical_A3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.999963169 C6_chemical_B1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.52705044 C6_chemical_B2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.08418612 C6_chemical_B3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 11.06761637 C6_chemical_C1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.87584783 C6_chemical_C2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.67544193 C6_chemical_C3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.490183909 L4_control_A1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.573852336 L4_control_A2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 7.360017424 L4_control_A3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.75200132 L4_control_B1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.28311879 L4_control_B2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.703630606 L4_control_B3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.885608699 L4_control_C2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.738258922 L4_control_C3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.757596612 L4_chemical_A1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.163793588 L4_chemical_A2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 8.175182858 L4_chemical_A3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.737686395 L4_chemical_B1 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.128589679 L4_chemical_B2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.82973047 L4_chemical_B3 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.947778711 L4_chemical_C2 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 10.16176265 L4_chemical_C3 +LQ04X005410 40S ribosomal protein S27-2 14.0275322 C6_control_A1 +LQ04X005410 40S ribosomal protein S27-2 14.74592687 C6_control_A3 +LQ04X005410 40S ribosomal protein S27-2 13.46186187 C6_control_B1 +LQ04X005410 40S ribosomal protein S27-2 12.85943664 C6_control_B2 +LQ04X005410 40S ribosomal protein S27-2 12.31694582 C6_control_B3 +LQ04X005410 40S ribosomal protein S27-2 13.08864047 C6_control_C1 +LQ04X005410 40S ribosomal protein S27-2 13.00214332 C6_control_C2 +LQ04X005410 40S ribosomal protein S27-2 12.26845214 C6_control_C3 +LQ04X005410 40S ribosomal protein S27-2 13.73457286 C6_chemical_A1 +LQ04X005410 40S ribosomal protein S27-2 13.70480041 C6_chemical_A3 +LQ04X005410 40S ribosomal protein S27-2 12.48034035 C6_chemical_B1 +LQ04X005410 40S ribosomal protein S27-2 11.60353571 C6_chemical_B2 +LQ04X005410 40S ribosomal protein S27-2 12.05953099 C6_chemical_B3 +LQ04X005410 40S ribosomal protein S27-2 12.97464537 C6_chemical_C1 +LQ04X005410 40S ribosomal protein S27-2 12.63282684 C6_chemical_C2 +LQ04X005410 40S ribosomal protein S27-2 12.31240011 C6_chemical_C3 +LQ04X005410 40S ribosomal protein S27-2 14.39801022 L4_control_A1 +LQ04X005410 40S ribosomal protein S27-2 14.09824052 L4_control_A2 +LQ04X005410 40S ribosomal protein S27-2 14.36656533 L4_control_A3 +LQ04X005410 40S ribosomal protein S27-2 12.89647986 L4_control_B1 +LQ04X005410 40S ribosomal protein S27-2 12.64868083 L4_control_B2 +LQ04X005410 40S ribosomal protein S27-2 12.69821374 L4_control_B3 +LQ04X005410 40S ribosomal protein S27-2 13.60887769 L4_control_C2 +LQ04X005410 40S ribosomal protein S27-2 13.03468194 L4_control_C3 +LQ04X005410 40S ribosomal protein S27-2 13.67229998 L4_chemical_A1 +LQ04X005410 40S ribosomal protein S27-2 13.49617087 L4_chemical_A2 +LQ04X005410 40S ribosomal protein S27-2 14.03215174 L4_chemical_A3 +LQ04X005410 40S ribosomal protein S27-2 13.53396837 L4_chemical_B1 +LQ04X005410 40S ribosomal protein S27-2 13.06702369 L4_chemical_B2 +LQ04X005410 40S ribosomal protein S27-2 13.28340008 L4_chemical_B3 +LQ04X005410 40S ribosomal protein S27-2 13.49520903 L4_chemical_C2 +LQ04X005410 40S ribosomal protein S27-2 12.91208895 L4_chemical_C3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.352416676 C6_control_A1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.872254759 C6_control_A3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.037060566 C6_control_B1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.504564193 C6_control_B2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.480839378 C6_control_B3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.952740935 C6_control_C1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.70423427 C6_control_C2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.777891229 C6_control_C3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.619816702 C6_chemical_A1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.163994481 C6_chemical_A3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.371538985 C6_chemical_B1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.638341783 C6_chemical_B2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.598582937 C6_chemical_B3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.948336464 C6_chemical_C1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.347104541 C6_chemical_C2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.77144513 C6_chemical_C3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.441300001 L4_control_A1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.025677456 L4_control_A2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.777675668 L4_control_A3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.602597989 L4_control_B1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.683148666 L4_control_B2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.915872925 L4_control_B3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.769452269 L4_control_C2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.848827233 L4_control_C3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.127919443 L4_chemical_A1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.985145008 L4_chemical_A2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.528520875 L4_chemical_A3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.026038805 L4_chemical_B1 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.451164905 L4_chemical_B2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.340769598 L4_chemical_B3 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.534063133 L4_chemical_C2 +LQ04X005460 Nudix hydrolase 12, mitochondrial 5.341505766 L4_chemical_C3 +LQ04X005480 Potassium transporter 4 6.427460577 C6_control_A1 +LQ04X005480 Potassium transporter 4 5.539756248 C6_control_A3 +LQ04X005480 Potassium transporter 4 5.683765756 C6_control_B1 +LQ04X005480 Potassium transporter 4 6.320260652 C6_control_B2 +LQ04X005480 Potassium transporter 4 6.124311008 C6_control_B3 +LQ04X005480 Potassium transporter 4 6.703107224 C6_control_C1 +LQ04X005480 Potassium transporter 4 6.362225073 C6_control_C2 +LQ04X005480 Potassium transporter 4 6.419864414 C6_control_C3 +LQ04X005480 Potassium transporter 4 6.673609357 C6_chemical_A1 +LQ04X005480 Potassium transporter 4 6.026364638 C6_chemical_A3 +LQ04X005480 Potassium transporter 4 5.887040445 C6_chemical_B1 +LQ04X005480 Potassium transporter 4 6.214434111 C6_chemical_B2 +LQ04X005480 Potassium transporter 4 6.123709415 C6_chemical_B3 +LQ04X005480 Potassium transporter 4 6.435594594 C6_chemical_C1 +LQ04X005480 Potassium transporter 4 6.624958664 C6_chemical_C2 +LQ04X005480 Potassium transporter 4 6.224336683 C6_chemical_C3 +LQ04X005480 Potassium transporter 4 5.919632376 L4_control_A1 +LQ04X005480 Potassium transporter 4 5.7446834 L4_control_A2 +LQ04X005480 Potassium transporter 4 5.640275279 L4_control_A3 +LQ04X005480 Potassium transporter 4 5.949176024 L4_control_B1 +LQ04X005480 Potassium transporter 4 5.803561255 L4_control_B2 +LQ04X005480 Potassium transporter 4 5.777602592 L4_control_B3 +LQ04X005480 Potassium transporter 4 5.52761082 L4_control_C2 +LQ04X005480 Potassium transporter 4 5.809052907 L4_control_C3 +LQ04X005480 Potassium transporter 4 5.291152564 L4_chemical_A1 +LQ04X005480 Potassium transporter 4 6.123163862 L4_chemical_A2 +LQ04X005480 Potassium transporter 4 5.231656311 L4_chemical_A3 +LQ04X005480 Potassium transporter 4 5.76232822 L4_chemical_B1 +LQ04X005480 Potassium transporter 4 5.918153973 L4_chemical_B2 +LQ04X005480 Potassium transporter 4 5.860638635 L4_chemical_B3 +LQ04X005480 Potassium transporter 4 5.70638331 L4_chemical_C2 +LQ04X005480 Potassium transporter 4 6.584939355 L4_chemical_C3 +LQ04X005510 Syntaxin-22 5.138049528 C6_control_A1 +LQ04X005510 Syntaxin-22 5.2538124 C6_control_A3 +LQ04X005510 Syntaxin-22 4.929328487 C6_control_B1 +LQ04X005510 Syntaxin-22 5.215286508 C6_control_B2 +LQ04X005510 Syntaxin-22 5.285955047 C6_control_B3 +LQ04X005510 Syntaxin-22 5.324392199 C6_control_C1 +LQ04X005510 Syntaxin-22 5.69201256 C6_control_C2 +LQ04X005510 Syntaxin-22 5.514827792 C6_control_C3 +LQ04X005510 Syntaxin-22 5.345548332 C6_chemical_A1 +LQ04X005510 Syntaxin-22 5.326678801 C6_chemical_A3 +LQ04X005510 Syntaxin-22 5.309995833 C6_chemical_B1 +LQ04X005510 Syntaxin-22 5.271892807 C6_chemical_B2 +LQ04X005510 Syntaxin-22 5.129105531 C6_chemical_B3 +LQ04X005510 Syntaxin-22 5.265544423 C6_chemical_C1 +LQ04X005510 Syntaxin-22 5.467520153 C6_chemical_C2 +LQ04X005510 Syntaxin-22 5.25002521 C6_chemical_C3 +LQ04X005510 Syntaxin-22 5.2668912 L4_control_A1 +LQ04X005510 Syntaxin-22 5.389859484 L4_control_A2 +LQ04X005510 Syntaxin-22 5.661891696 L4_control_A3 +LQ04X005510 Syntaxin-22 5.110264122 L4_control_B1 +LQ04X005510 Syntaxin-22 5.364047341 L4_control_B2 +LQ04X005510 Syntaxin-22 5.392793193 L4_control_B3 +LQ04X005510 Syntaxin-22 4.958066101 L4_control_C2 +LQ04X005510 Syntaxin-22 5.844459224 L4_control_C3 +LQ04X005510 Syntaxin-22 5.138051853 L4_chemical_A1 +LQ04X005510 Syntaxin-22 5.424704741 L4_chemical_A2 +LQ04X005510 Syntaxin-22 5.032198597 L4_chemical_A3 +LQ04X005510 Syntaxin-22 5.781189921 L4_chemical_B1 +LQ04X005510 Syntaxin-22 5.398720418 L4_chemical_B2 +LQ04X005510 Syntaxin-22 5.139867594 L4_chemical_B3 +LQ04X005510 Syntaxin-22 5.592447209 L4_chemical_C2 +LQ04X005510 Syntaxin-22 5.801195373 L4_chemical_C3 +LQ04X005550 Predicted protein 9.243493524 C6_control_A1 +LQ04X005550 Predicted protein 8.663247444 C6_control_A3 +LQ04X005550 Predicted protein 9.208196848 C6_control_B1 +LQ04X005550 Predicted protein 10.59288553 C6_control_B2 +LQ04X005550 Predicted protein 9.594116352 C6_control_B3 +LQ04X005550 Predicted protein 9.702938371 C6_control_C1 +LQ04X005550 Predicted protein 9.785891084 C6_control_C2 +LQ04X005550 Predicted protein 10.10628966 C6_control_C3 +LQ04X005550 Predicted protein 8.777758698 C6_chemical_A1 +LQ04X005550 Predicted protein 8.564297969 C6_chemical_A3 +LQ04X005550 Predicted protein 8.616751808 C6_chemical_B1 +LQ04X005550 Predicted protein 10.45368884 C6_chemical_B2 +LQ04X005550 Predicted protein 9.279286491 C6_chemical_B3 +LQ04X005550 Predicted protein 9.499597392 C6_chemical_C1 +LQ04X005550 Predicted protein 9.6426252 C6_chemical_C2 +LQ04X005550 Predicted protein 9.689919922 C6_chemical_C3 +LQ04X005550 Predicted protein 9.907338228 L4_control_A1 +LQ04X005550 Predicted protein 9.612835873 L4_control_A2 +LQ04X005550 Predicted protein 9.341810271 L4_control_A3 +LQ04X005550 Predicted protein 9.587915889 L4_control_B1 +LQ04X005550 Predicted protein 8.621801684 L4_control_B2 +LQ04X005550 Predicted protein 10.2013648 L4_control_B3 +LQ04X005550 Predicted protein 8.906140825 L4_control_C2 +LQ04X005550 Predicted protein 7.484731438 L4_control_C3 +LQ04X005550 Predicted protein 10.10332014 L4_chemical_A1 +LQ04X005550 Predicted protein 9.52158796 L4_chemical_A2 +LQ04X005550 Predicted protein 10.0247015 L4_chemical_A3 +LQ04X005550 Predicted protein 8.810690802 L4_chemical_B1 +LQ04X005550 Predicted protein 8.647344971 L4_chemical_B2 +LQ04X005550 Predicted protein 10.15062551 L4_chemical_B3 +LQ04X005550 Predicted protein 8.786230191 L4_chemical_C2 +LQ04X005550 Predicted protein 8.171155618 L4_chemical_C3 +LQ04X005560 Putative uncharacterized protein 13.54435519 C6_control_A1 +LQ04X005560 Putative uncharacterized protein 13.11063277 C6_control_A3 +LQ04X005560 Putative uncharacterized protein 13.80130118 C6_control_B1 +LQ04X005560 Putative uncharacterized protein 14.44056219 C6_control_B2 +LQ04X005560 Putative uncharacterized protein 13.87643229 C6_control_B3 +LQ04X005560 Putative uncharacterized protein 11.00620333 C6_control_C1 +LQ04X005560 Putative uncharacterized protein 12.52058186 C6_control_C2 +LQ04X005560 Putative uncharacterized protein 11.04516418 C6_control_C3 +LQ04X005560 Putative uncharacterized protein 13.9627154 C6_chemical_A1 +LQ04X005560 Putative uncharacterized protein 12.80669845 C6_chemical_A3 +LQ04X005560 Putative uncharacterized protein 13.93845222 C6_chemical_B1 +LQ04X005560 Putative uncharacterized protein 14.70368783 C6_chemical_B2 +LQ04X005560 Putative uncharacterized protein 13.97770098 C6_chemical_B3 +LQ04X005560 Putative uncharacterized protein 11.05412088 C6_chemical_C1 +LQ04X005560 Putative uncharacterized protein 10.8883594 C6_chemical_C2 +LQ04X005560 Putative uncharacterized protein 10.17856595 C6_chemical_C3 +LQ04X005560 Putative uncharacterized protein 13.31531291 L4_control_A1 +LQ04X005560 Putative uncharacterized protein 13.49614642 L4_control_A2 +LQ04X005560 Putative uncharacterized protein 12.98498161 L4_control_A3 +LQ04X005560 Putative uncharacterized protein 14.10410688 L4_control_B1 +LQ04X005560 Putative uncharacterized protein 14.11172723 L4_control_B2 +LQ04X005560 Putative uncharacterized protein 14.75806935 L4_control_B3 +LQ04X005560 Putative uncharacterized protein 10.06049238 L4_control_C2 +LQ04X005560 Putative uncharacterized protein 10.73957643 L4_control_C3 +LQ04X005560 Putative uncharacterized protein 12.01601038 L4_chemical_A1 +LQ04X005560 Putative uncharacterized protein 13.02615692 L4_chemical_A2 +LQ04X005560 Putative uncharacterized protein 12.59987694 L4_chemical_A3 +LQ04X005560 Putative uncharacterized protein 13.33946335 L4_chemical_B1 +LQ04X005560 Putative uncharacterized protein 13.77247881 L4_chemical_B2 +LQ04X005560 Putative uncharacterized protein 13.62092322 L4_chemical_B3 +LQ04X005560 Putative uncharacterized protein 9.952848484 L4_chemical_C2 +LQ04X005560 Putative uncharacterized protein 10.17401378 L4_chemical_C3 +LQ04X005620 Hypothetical protein 4.937993243 C6_control_A1 +LQ04X005620 Hypothetical protein 5.203802829 C6_control_A3 +LQ04X005620 Hypothetical protein 5.171220794 C6_control_B1 +LQ04X005620 Hypothetical protein 4.922738734 C6_control_B2 +LQ04X005620 Hypothetical protein 5.017552649 C6_control_B3 +LQ04X005620 Hypothetical protein 5.355397368 C6_control_C1 +LQ04X005620 Hypothetical protein 4.908654886 C6_control_C2 +LQ04X005620 Hypothetical protein 5.042343484 C6_control_C3 +LQ04X005620 Hypothetical protein 4.688159806 C6_chemical_A1 +LQ04X005620 Hypothetical protein 5.117689622 C6_chemical_A3 +LQ04X005620 Hypothetical protein 4.966244563 C6_chemical_B1 +LQ04X005620 Hypothetical protein 4.877167641 C6_chemical_B2 +LQ04X005620 Hypothetical protein 4.878219621 C6_chemical_B3 +LQ04X005620 Hypothetical protein 5.292099953 C6_chemical_C1 +LQ04X005620 Hypothetical protein 4.966310779 C6_chemical_C2 +LQ04X005620 Hypothetical protein 5.842360994 C6_chemical_C3 +LQ04X005620 Hypothetical protein 5.281425547 L4_control_A1 +LQ04X005620 Hypothetical protein 5.568438153 L4_control_A2 +LQ04X005620 Hypothetical protein 5.219772537 L4_control_A3 +LQ04X005620 Hypothetical protein 5.236774053 L4_control_B1 +LQ04X005620 Hypothetical protein 5.874899947 L4_control_B2 +LQ04X005620 Hypothetical protein 5.078428435 L4_control_B3 +LQ04X005620 Hypothetical protein 5.315061594 L4_control_C2 +LQ04X005620 Hypothetical protein 5.319991763 L4_control_C3 +LQ04X005620 Hypothetical protein 4.819535264 L4_chemical_A1 +LQ04X005620 Hypothetical protein 4.999364541 L4_chemical_A2 +LQ04X005620 Hypothetical protein 4.817108995 L4_chemical_A3 +LQ04X005620 Hypothetical protein 5.088766909 L4_chemical_B1 +LQ04X005620 Hypothetical protein 5.445113994 L4_chemical_B2 +LQ04X005620 Hypothetical protein 5.515226361 L4_chemical_B3 +LQ04X005620 Hypothetical protein 5.068680597 L4_chemical_C2 +LQ04X005620 Hypothetical protein 5.04948249 L4_chemical_C3 +LQ04X005810 Probable receptor protein kinase TMK1 5.324652499 C6_control_A1 +LQ04X005810 Probable receptor protein kinase TMK1 5.356777166 C6_control_A3 +LQ04X005810 Probable receptor protein kinase TMK1 5.757391982 C6_control_B1 +LQ04X005810 Probable receptor protein kinase TMK1 5.30696826 C6_control_B2 +LQ04X005810 Probable receptor protein kinase TMK1 5.102748926 C6_control_B3 +LQ04X005810 Probable receptor protein kinase TMK1 4.973213849 C6_control_C1 +LQ04X005810 Probable receptor protein kinase TMK1 5.435748709 C6_control_C2 +LQ04X005810 Probable receptor protein kinase TMK1 5.118136376 C6_control_C3 +LQ04X005810 Probable receptor protein kinase TMK1 5.403394588 C6_chemical_A1 +LQ04X005810 Probable receptor protein kinase TMK1 5.288924529 C6_chemical_A3 +LQ04X005810 Probable receptor protein kinase TMK1 5.690666167 C6_chemical_B1 +LQ04X005810 Probable receptor protein kinase TMK1 5.565817662 C6_chemical_B2 +LQ04X005810 Probable receptor protein kinase TMK1 5.294036851 C6_chemical_B3 +LQ04X005810 Probable receptor protein kinase TMK1 4.756547101 C6_chemical_C1 +LQ04X005810 Probable receptor protein kinase TMK1 5.518994528 C6_chemical_C2 +LQ04X005810 Probable receptor protein kinase TMK1 5.227908669 C6_chemical_C3 +LQ04X005810 Probable receptor protein kinase TMK1 4.788335295 L4_control_A1 +LQ04X005810 Probable receptor protein kinase TMK1 5.001788786 L4_control_A2 +LQ04X005810 Probable receptor protein kinase TMK1 4.899162414 L4_control_A3 +LQ04X005810 Probable receptor protein kinase TMK1 5.082097967 L4_control_B1 +LQ04X005810 Probable receptor protein kinase TMK1 5.170158322 L4_control_B2 +LQ04X005810 Probable receptor protein kinase TMK1 5.259866826 L4_control_B3 +LQ04X005810 Probable receptor protein kinase TMK1 5.160978421 L4_control_C2 +LQ04X005810 Probable receptor protein kinase TMK1 4.957960448 L4_control_C3 +LQ04X005810 Probable receptor protein kinase TMK1 5.014586354 L4_chemical_A1 +LQ04X005810 Probable receptor protein kinase TMK1 5.765303152 L4_chemical_A2 +LQ04X005810 Probable receptor protein kinase TMK1 5.048794099 L4_chemical_A3 +LQ04X005810 Probable receptor protein kinase TMK1 4.99759073 L4_chemical_B1 +LQ04X005810 Probable receptor protein kinase TMK1 5.587938889 L4_chemical_B2 +LQ04X005810 Probable receptor protein kinase TMK1 5.004570467 L4_chemical_B3 +LQ04X005810 Probable receptor protein kinase TMK1 4.924090972 L4_chemical_C2 +LQ04X005810 Probable receptor protein kinase TMK1 5.256381779 L4_chemical_C3 +LQ04X005851 Putative uncharacterized protein 5.504676457 C6_control_A1 +LQ04X005851 Putative uncharacterized protein 5.422416643 C6_control_A3 +LQ04X005851 Putative uncharacterized protein 5.249444639 C6_control_B1 +LQ04X005851 Putative uncharacterized protein 5.700625956 C6_control_B2 +LQ04X005851 Putative uncharacterized protein 5.458825387 C6_control_B3 +LQ04X005851 Putative uncharacterized protein 5.154824757 C6_control_C1 +LQ04X005851 Putative uncharacterized protein 5.063030977 C6_control_C2 +LQ04X005851 Putative uncharacterized protein 5.275285185 C6_control_C3 +LQ04X005851 Putative uncharacterized protein 5.6501026 C6_chemical_A1 +LQ04X005851 Putative uncharacterized protein 5.796472598 C6_chemical_A3 +LQ04X005851 Putative uncharacterized protein 5.629352288 C6_chemical_B1 +LQ04X005851 Putative uncharacterized protein 5.370271364 C6_chemical_B2 +LQ04X005851 Putative uncharacterized protein 5.773882738 C6_chemical_B3 +LQ04X005851 Putative uncharacterized protein 4.95405054 C6_chemical_C1 +LQ04X005851 Putative uncharacterized protein 5.321268142 C6_chemical_C2 +LQ04X005851 Putative uncharacterized protein 5.302486382 C6_chemical_C3 +LQ04X005851 Putative uncharacterized protein 5.65291654 L4_control_A1 +LQ04X005851 Putative uncharacterized protein 5.376976105 L4_control_A2 +LQ04X005851 Putative uncharacterized protein 6.262156367 L4_control_A3 +LQ04X005851 Putative uncharacterized protein 6.222441687 L4_control_B1 +LQ04X005851 Putative uncharacterized protein 5.867287305 L4_control_B2 +LQ04X005851 Putative uncharacterized protein 5.840768515 L4_control_B3 +LQ04X005851 Putative uncharacterized protein 5.430862848 L4_control_C2 +LQ04X005851 Putative uncharacterized protein 5.476609731 L4_control_C3 +LQ04X005851 Putative uncharacterized protein 5.357579397 L4_chemical_A1 +LQ04X005851 Putative uncharacterized protein 5.848458987 L4_chemical_A2 +LQ04X005851 Putative uncharacterized protein 5.3598099 L4_chemical_A3 +LQ04X005851 Putative uncharacterized protein 5.964913786 L4_chemical_B1 +LQ04X005851 Putative uncharacterized protein 6.600988763 L4_chemical_B2 +LQ04X005851 Putative uncharacterized protein 5.558180254 L4_chemical_B3 +LQ04X005851 Putative uncharacterized protein 5.856606944 L4_chemical_C2 +LQ04X005851 Putative uncharacterized protein 5.7138227 L4_chemical_C3 +LQ04X005873 Putative uncharacterized protein 5.43444938 C6_control_A1 +LQ04X005873 Putative uncharacterized protein 5.177159927 C6_control_A3 +LQ04X005873 Putative uncharacterized protein 5.523826596 C6_control_B1 +LQ04X005873 Putative uncharacterized protein 5.581094664 C6_control_B2 +LQ04X005873 Putative uncharacterized protein 6.200564808 C6_control_B3 +LQ04X005873 Putative uncharacterized protein 5.631259075 C6_control_C1 +LQ04X005873 Putative uncharacterized protein 5.439328098 C6_control_C2 +LQ04X005873 Putative uncharacterized protein 5.601938163 C6_control_C3 +LQ04X005873 Putative uncharacterized protein 5.441794041 C6_chemical_A1 +LQ04X005873 Putative uncharacterized protein 5.691296471 C6_chemical_A3 +LQ04X005873 Putative uncharacterized protein 5.822641276 C6_chemical_B1 +LQ04X005873 Putative uncharacterized protein 5.706432087 C6_chemical_B2 +LQ04X005873 Putative uncharacterized protein 5.698962541 C6_chemical_B3 +LQ04X005873 Putative uncharacterized protein 5.469772748 C6_chemical_C1 +LQ04X005873 Putative uncharacterized protein 5.554082634 C6_chemical_C2 +LQ04X005873 Putative uncharacterized protein 5.51131996 C6_chemical_C3 +LQ04X005873 Putative uncharacterized protein 5.350380715 L4_control_A1 +LQ04X005873 Putative uncharacterized protein 5.509426902 L4_control_A2 +LQ04X005873 Putative uncharacterized protein 5.142409264 L4_control_A3 +LQ04X005873 Putative uncharacterized protein 5.366568396 L4_control_B1 +LQ04X005873 Putative uncharacterized protein 6.069102565 L4_control_B2 +LQ04X005873 Putative uncharacterized protein 5.67863576 L4_control_B3 +LQ04X005873 Putative uncharacterized protein 5.271421286 L4_control_C2 +LQ04X005873 Putative uncharacterized protein 5.453338798 L4_control_C3 +LQ04X005873 Putative uncharacterized protein 5.779409592 L4_chemical_A1 +LQ04X005873 Putative uncharacterized protein 5.629344669 L4_chemical_A2 +LQ04X005873 Putative uncharacterized protein 5.528345798 L4_chemical_A3 +LQ04X005873 Putative uncharacterized protein 5.199876549 L4_chemical_B1 +LQ04X005873 Putative uncharacterized protein 5.505269362 L4_chemical_B2 +LQ04X005873 Putative uncharacterized protein 5.381011251 L4_chemical_B3 +LQ04X005873 Putative uncharacterized protein 5.363918619 L4_chemical_C2 +LQ04X005873 Putative uncharacterized protein 5.604064985 L4_chemical_C3 +LQ04X005940 Lysyl-tRNA synthetase 12.35747198 C6_control_A1 +LQ04X005940 Lysyl-tRNA synthetase 12.35187814 C6_control_A3 +LQ04X005940 Lysyl-tRNA synthetase 12.61846089 C6_control_B1 +LQ04X005940 Lysyl-tRNA synthetase 12.91915549 C6_control_B2 +LQ04X005940 Lysyl-tRNA synthetase 12.46943534 C6_control_B3 +LQ04X005940 Lysyl-tRNA synthetase 13.01401065 C6_control_C1 +LQ04X005940 Lysyl-tRNA synthetase 12.9157698 C6_control_C2 +LQ04X005940 Lysyl-tRNA synthetase 12.85323644 C6_control_C3 +LQ04X005940 Lysyl-tRNA synthetase 12.58266454 C6_chemical_A1 +LQ04X005940 Lysyl-tRNA synthetase 12.19107613 C6_chemical_A3 +LQ04X005940 Lysyl-tRNA synthetase 12.67336526 C6_chemical_B1 +LQ04X005940 Lysyl-tRNA synthetase 12.91902181 C6_chemical_B2 +LQ04X005940 Lysyl-tRNA synthetase 12.32997768 C6_chemical_B3 +LQ04X005940 Lysyl-tRNA synthetase 13.11055278 C6_chemical_C1 +LQ04X005940 Lysyl-tRNA synthetase 13.16597518 C6_chemical_C2 +LQ04X005940 Lysyl-tRNA synthetase 12.86224511 C6_chemical_C3 +LQ04X005940 Lysyl-tRNA synthetase 12.78552934 L4_control_A1 +LQ04X005940 Lysyl-tRNA synthetase 12.89195094 L4_control_A2 +LQ04X005940 Lysyl-tRNA synthetase 12.35387969 L4_control_A3 +LQ04X005940 Lysyl-tRNA synthetase 12.1830406 L4_control_B1 +LQ04X005940 Lysyl-tRNA synthetase 12.17492721 L4_control_B2 +LQ04X005940 Lysyl-tRNA synthetase 12.59281227 L4_control_B3 +LQ04X005940 Lysyl-tRNA synthetase 12.38522276 L4_control_C2 +LQ04X005940 Lysyl-tRNA synthetase 12.48914894 L4_control_C3 +LQ04X005940 Lysyl-tRNA synthetase 12.75938437 L4_chemical_A1 +LQ04X005940 Lysyl-tRNA synthetase 12.71495142 L4_chemical_A2 +LQ04X005940 Lysyl-tRNA synthetase 12.41587418 L4_chemical_A3 +LQ04X005940 Lysyl-tRNA synthetase 11.90896996 L4_chemical_B1 +LQ04X005940 Lysyl-tRNA synthetase 12.3342366 L4_chemical_B2 +LQ04X005940 Lysyl-tRNA synthetase 12.4452894 L4_chemical_B3 +LQ04X005940 Lysyl-tRNA synthetase 12.3042356 L4_chemical_C2 +LQ04X005940 Lysyl-tRNA synthetase 12.71971082 L4_chemical_C3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.556051685 C6_control_A1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.767202589 C6_control_A3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.344116551 C6_control_B1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.780416119 C6_control_B2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.360412056 C6_control_B3 +LQ04X005970 Putative Uncharacterized transporter sll0355 6.057047625 C6_control_C1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.966517581 C6_control_C2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.925071761 C6_control_C3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.422017993 C6_chemical_A1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.51490402 C6_chemical_A3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.652108175 C6_chemical_B1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.542262236 C6_chemical_B2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.200556301 C6_chemical_B3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.500475336 C6_chemical_C1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.969735979 C6_chemical_C2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.846622126 C6_chemical_C3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.145523618 L4_control_A1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.49503855 L4_control_A2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.453450982 L4_control_A3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.812338547 L4_control_B1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.152435522 L4_control_B2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.248947217 L4_control_B3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.444396475 L4_control_C2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.33025352 L4_control_C3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.561500077 L4_chemical_A1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.656213503 L4_chemical_A2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.452232004 L4_chemical_A3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.370209644 L4_chemical_B1 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.611933453 L4_chemical_B2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.532466183 L4_chemical_B3 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.254953704 L4_chemical_C2 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.277449036 L4_chemical_C3 +LQ04X006000 Putative uncharacterized protein 5.174367098 C6_control_A1 +LQ04X006000 Putative uncharacterized protein 4.88100948 C6_control_A3 +LQ04X006000 Putative uncharacterized protein 4.88488686 C6_control_B1 +LQ04X006000 Putative uncharacterized protein 4.621521007 C6_control_B2 +LQ04X006000 Putative uncharacterized protein 4.938063056 C6_control_B3 +LQ04X006000 Putative uncharacterized protein 4.93286273 C6_control_C1 +LQ04X006000 Putative uncharacterized protein 4.685632809 C6_control_C2 +LQ04X006000 Putative uncharacterized protein 4.716706177 C6_control_C3 +LQ04X006000 Putative uncharacterized protein 5.307666701 C6_chemical_A1 +LQ04X006000 Putative uncharacterized protein 4.996592444 C6_chemical_A3 +LQ04X006000 Putative uncharacterized protein 5.030122329 C6_chemical_B1 +LQ04X006000 Putative uncharacterized protein 4.550241271 C6_chemical_B2 +LQ04X006000 Putative uncharacterized protein 5.034374066 C6_chemical_B3 +LQ04X006000 Putative uncharacterized protein 4.908212281 C6_chemical_C1 +LQ04X006000 Putative uncharacterized protein 4.654583278 C6_chemical_C2 +LQ04X006000 Putative uncharacterized protein 4.975820309 C6_chemical_C3 +LQ04X006000 Putative uncharacterized protein 5.272885872 L4_control_A1 +LQ04X006000 Putative uncharacterized protein 5.288247557 L4_control_A2 +LQ04X006000 Putative uncharacterized protein 5.112019044 L4_control_A3 +LQ04X006000 Putative uncharacterized protein 5.273084103 L4_control_B1 +LQ04X006000 Putative uncharacterized protein 4.909657116 L4_control_B2 +LQ04X006000 Putative uncharacterized protein 4.95167498 L4_control_B3 +LQ04X006000 Putative uncharacterized protein 5.400708094 L4_control_C2 +LQ04X006000 Putative uncharacterized protein 4.908102467 L4_control_C3 +LQ04X006000 Putative uncharacterized protein 5.345413804 L4_chemical_A1 +LQ04X006000 Putative uncharacterized protein 4.976039667 L4_chemical_A2 +LQ04X006000 Putative uncharacterized protein 5.227905091 L4_chemical_A3 +LQ04X006000 Putative uncharacterized protein 5.119543017 L4_chemical_B1 +LQ04X006000 Putative uncharacterized protein 4.928452361 L4_chemical_B2 +LQ04X006000 Putative uncharacterized protein 4.832246094 L4_chemical_B3 +LQ04X006000 Putative uncharacterized protein 5.391806105 L4_chemical_C2 +LQ04X006000 Putative uncharacterized protein 4.832646806 L4_chemical_C3 +LQ04X006410 Putative uncharacterized protein 5.528482222 C6_control_A1 +LQ04X006410 Putative uncharacterized protein 5.319211162 C6_control_A3 +LQ04X006410 Putative uncharacterized protein 5.283852757 C6_control_B1 +LQ04X006410 Putative uncharacterized protein 5.823815308 C6_control_B2 +LQ04X006410 Putative uncharacterized protein 5.703568316 C6_control_B3 +LQ04X006410 Putative uncharacterized protein 5.448595603 C6_control_C1 +LQ04X006410 Putative uncharacterized protein 5.460142958 C6_control_C2 +LQ04X006410 Putative uncharacterized protein 6.379322553 C6_control_C3 +LQ04X006410 Putative uncharacterized protein 5.636967434 C6_chemical_A1 +LQ04X006410 Putative uncharacterized protein 5.650025732 C6_chemical_A3 +LQ04X006410 Putative uncharacterized protein 5.259975864 C6_chemical_B1 +LQ04X006410 Putative uncharacterized protein 6.023221545 C6_chemical_B2 +LQ04X006410 Putative uncharacterized protein 5.939747443 C6_chemical_B3 +LQ04X006410 Putative uncharacterized protein 5.636828391 C6_chemical_C1 +LQ04X006410 Putative uncharacterized protein 5.581136528 C6_chemical_C2 +LQ04X006410 Putative uncharacterized protein 5.851845731 C6_chemical_C3 +LQ04X006410 Putative uncharacterized protein 5.659935907 L4_control_A1 +LQ04X006410 Putative uncharacterized protein 5.30588588 L4_control_A2 +LQ04X006410 Putative uncharacterized protein 5.512624682 L4_control_A3 +LQ04X006410 Putative uncharacterized protein 5.298176803 L4_control_B1 +LQ04X006410 Putative uncharacterized protein 5.240906674 L4_control_B2 +LQ04X006410 Putative uncharacterized protein 5.817334672 L4_control_B3 +LQ04X006410 Putative uncharacterized protein 5.312693644 L4_control_C2 +LQ04X006410 Putative uncharacterized protein 5.269268201 L4_control_C3 +LQ04X006410 Putative uncharacterized protein 5.464917667 L4_chemical_A1 +LQ04X006410 Putative uncharacterized protein 5.810911634 L4_chemical_A2 +LQ04X006410 Putative uncharacterized protein 5.81365126 L4_chemical_A3 +LQ04X006410 Putative uncharacterized protein 4.925235631 L4_chemical_B1 +LQ04X006410 Putative uncharacterized protein 5.39783204 L4_chemical_B2 +LQ04X006410 Putative uncharacterized protein 6.570202689 L4_chemical_B3 +LQ04X006410 Putative uncharacterized protein 5.219861645 L4_chemical_C2 +LQ04X006410 Putative uncharacterized protein 4.919329817 L4_chemical_C3 +LQ04X006460 Putative uncharacterized protein 5.445018586 C6_control_A1 +LQ04X006460 Putative uncharacterized protein 4.992227832 C6_control_A3 +LQ04X006460 Putative uncharacterized protein 13.19769283 C6_control_B1 +LQ04X006460 Putative uncharacterized protein 14.80127407 C6_control_B2 +LQ04X006460 Putative uncharacterized protein 14.37436078 C6_control_B3 +LQ04X006460 Putative uncharacterized protein 7.507949555 C6_control_C1 +LQ04X006460 Putative uncharacterized protein 8.053203116 C6_control_C2 +LQ04X006460 Putative uncharacterized protein 9.023128301 C6_control_C3 +LQ04X006460 Putative uncharacterized protein 5.311142198 C6_chemical_A1 +LQ04X006460 Putative uncharacterized protein 5.162586337 C6_chemical_A3 +LQ04X006460 Putative uncharacterized protein 13.8600191 C6_chemical_B1 +LQ04X006460 Putative uncharacterized protein 14.29485675 C6_chemical_B2 +LQ04X006460 Putative uncharacterized protein 13.53695498 C6_chemical_B3 +LQ04X006460 Putative uncharacterized protein 8.424096552 C6_chemical_C1 +LQ04X006460 Putative uncharacterized protein 7.057318831 C6_chemical_C2 +LQ04X006460 Putative uncharacterized protein 8.001332592 C6_chemical_C3 +LQ04X006460 Putative uncharacterized protein 6.270099252 L4_control_A1 +LQ04X006460 Putative uncharacterized protein 4.858518478 L4_control_A2 +LQ04X006460 Putative uncharacterized protein 4.608559583 L4_control_A3 +LQ04X006460 Putative uncharacterized protein 14.59515397 L4_control_B1 +LQ04X006460 Putative uncharacterized protein 13.07666834 L4_control_B2 +LQ04X006460 Putative uncharacterized protein 14.78723345 L4_control_B3 +LQ04X006460 Putative uncharacterized protein 6.335094124 L4_control_C2 +LQ04X006460 Putative uncharacterized protein 8.364511713 L4_control_C3 +LQ04X006460 Putative uncharacterized protein 5.424777376 L4_chemical_A1 +LQ04X006460 Putative uncharacterized protein 4.987653227 L4_chemical_A2 +LQ04X006460 Putative uncharacterized protein 4.815950838 L4_chemical_A3 +LQ04X006460 Putative uncharacterized protein 13.41827866 L4_chemical_B1 +LQ04X006460 Putative uncharacterized protein 13.39666849 L4_chemical_B2 +LQ04X006460 Putative uncharacterized protein 12.66689533 L4_chemical_B3 +LQ04X006460 Putative uncharacterized protein 7.208324296 L4_chemical_C2 +LQ04X006460 Putative uncharacterized protein 7.002513859 L4_chemical_C3 +LQ04X006540 Hypothetical protein 4.815401019 C6_control_A1 +LQ04X006540 Hypothetical protein 4.808429827 C6_control_A3 +LQ04X006540 Hypothetical protein 5.180085158 C6_control_B1 +LQ04X006540 Hypothetical protein 4.767879133 C6_control_B2 +LQ04X006540 Hypothetical protein 5.528948143 C6_control_B3 +LQ04X006540 Hypothetical protein 4.963869659 C6_control_C1 +LQ04X006540 Hypothetical protein 4.67269728 C6_control_C2 +LQ04X006540 Hypothetical protein 4.915953969 C6_control_C3 +LQ04X006540 Hypothetical protein 5.011737769 C6_chemical_A1 +LQ04X006540 Hypothetical protein 4.635786292 C6_chemical_A3 +LQ04X006540 Hypothetical protein 5.045456513 C6_chemical_B1 +LQ04X006540 Hypothetical protein 4.708715979 C6_chemical_B2 +LQ04X006540 Hypothetical protein 7.216966788 C6_chemical_B3 +LQ04X006540 Hypothetical protein 5.282134334 C6_chemical_C1 +LQ04X006540 Hypothetical protein 4.472279362 C6_chemical_C2 +LQ04X006540 Hypothetical protein 4.703522732 C6_chemical_C3 +LQ04X006540 Hypothetical protein 4.972678681 L4_control_A1 +LQ04X006540 Hypothetical protein 5.283656493 L4_control_A2 +LQ04X006540 Hypothetical protein 5.036770751 L4_control_A3 +LQ04X006540 Hypothetical protein 5.11227484 L4_control_B1 +LQ04X006540 Hypothetical protein 4.954525963 L4_control_B2 +LQ04X006540 Hypothetical protein 5.18970492 L4_control_B3 +LQ04X006540 Hypothetical protein 7.395412248 L4_control_C2 +LQ04X006540 Hypothetical protein 7.924872251 L4_control_C3 +LQ04X006540 Hypothetical protein 5.599706276 L4_chemical_A1 +LQ04X006540 Hypothetical protein 4.808981015 L4_chemical_A2 +LQ04X006540 Hypothetical protein 5.545736071 L4_chemical_A3 +LQ04X006540 Hypothetical protein 5.135158629 L4_chemical_B1 +LQ04X006540 Hypothetical protein 4.784488101 L4_chemical_B2 +LQ04X006540 Hypothetical protein 4.77077247 L4_chemical_B3 +LQ04X006540 Hypothetical protein 5.301046383 L4_chemical_C2 +LQ04X006540 Hypothetical protein 6.925161497 L4_chemical_C3 +LQ04X006640 Putative Zinc finger protein 4 9.642965786 C6_control_A1 +LQ04X006640 Putative Zinc finger protein 4 10.5888947 C6_control_A3 +LQ04X006640 Putative Zinc finger protein 4 8.778476887 C6_control_B1 +LQ04X006640 Putative Zinc finger protein 4 7.882677657 C6_control_B2 +LQ04X006640 Putative Zinc finger protein 4 7.832830869 C6_control_B3 +LQ04X006640 Putative Zinc finger protein 4 8.121743914 C6_control_C1 +LQ04X006640 Putative Zinc finger protein 4 6.680877628 C6_control_C2 +LQ04X006640 Putative Zinc finger protein 4 8.023437646 C6_control_C3 +LQ04X006640 Putative Zinc finger protein 4 9.367867123 C6_chemical_A1 +LQ04X006640 Putative Zinc finger protein 4 10.34637145 C6_chemical_A3 +LQ04X006640 Putative Zinc finger protein 4 7.623186847 C6_chemical_B1 +LQ04X006640 Putative Zinc finger protein 4 7.742521402 C6_chemical_B2 +LQ04X006640 Putative Zinc finger protein 4 7.339153476 C6_chemical_B3 +LQ04X006640 Putative Zinc finger protein 4 7.730158363 C6_chemical_C1 +LQ04X006640 Putative Zinc finger protein 4 7.000491859 C6_chemical_C2 +LQ04X006640 Putative Zinc finger protein 4 7.374995322 C6_chemical_C3 +LQ04X006640 Putative Zinc finger protein 4 10.42326643 L4_control_A1 +LQ04X006640 Putative Zinc finger protein 4 10.16309775 L4_control_A2 +LQ04X006640 Putative Zinc finger protein 4 10.93961792 L4_control_A3 +LQ04X006640 Putative Zinc finger protein 4 8.038845373 L4_control_B1 +LQ04X006640 Putative Zinc finger protein 4 9.64483104 L4_control_B2 +LQ04X006640 Putative Zinc finger protein 4 7.597206215 L4_control_B3 +LQ04X006640 Putative Zinc finger protein 4 6.926157659 L4_control_C2 +LQ04X006640 Putative Zinc finger protein 4 7.875784693 L4_control_C3 +LQ04X006640 Putative Zinc finger protein 4 9.322309101 L4_chemical_A1 +LQ04X006640 Putative Zinc finger protein 4 9.734093915 L4_chemical_A2 +LQ04X006640 Putative Zinc finger protein 4 9.955155542 L4_chemical_A3 +LQ04X006640 Putative Zinc finger protein 4 8.214201771 L4_chemical_B1 +LQ04X006640 Putative Zinc finger protein 4 9.19151024 L4_chemical_B2 +LQ04X006640 Putative Zinc finger protein 4 8.710323351 L4_chemical_B3 +LQ04X006640 Putative Zinc finger protein 4 6.820542447 L4_chemical_C2 +LQ04X006640 Putative Zinc finger protein 4 6.46239152 L4_chemical_C3 +LQ04X006900 Glutathione S-transferase 5.308751593 C6_control_A1 +LQ04X006900 Glutathione S-transferase 5.897054748 C6_control_A3 +LQ04X006900 Glutathione S-transferase 5.267354106 C6_control_B1 +LQ04X006900 Glutathione S-transferase 5.04088582 C6_control_B2 +LQ04X006900 Glutathione S-transferase 5.275916068 C6_control_B3 +LQ04X006900 Glutathione S-transferase 5.592378062 C6_control_C1 +LQ04X006900 Glutathione S-transferase 4.798426552 C6_control_C2 +LQ04X006900 Glutathione S-transferase 5.147494798 C6_control_C3 +LQ04X006900 Glutathione S-transferase 5.375961109 C6_chemical_A1 +LQ04X006900 Glutathione S-transferase 5.819405302 C6_chemical_A3 +LQ04X006900 Glutathione S-transferase 5.532064015 C6_chemical_B1 +LQ04X006900 Glutathione S-transferase 5.210459593 C6_chemical_B2 +LQ04X006900 Glutathione S-transferase 5.312744577 C6_chemical_B3 +LQ04X006900 Glutathione S-transferase 5.368606152 C6_chemical_C1 +LQ04X006900 Glutathione S-transferase 4.982537396 C6_chemical_C2 +LQ04X006900 Glutathione S-transferase 5.042432148 C6_chemical_C3 +LQ04X006900 Glutathione S-transferase 5.088524631 L4_control_A1 +LQ04X006900 Glutathione S-transferase 5.633789536 L4_control_A2 +LQ04X006900 Glutathione S-transferase 5.516031129 L4_control_A3 +LQ04X006900 Glutathione S-transferase 5.379967274 L4_control_B1 +LQ04X006900 Glutathione S-transferase 5.143912747 L4_control_B2 +LQ04X006900 Glutathione S-transferase 5.296664813 L4_control_B3 +LQ04X006900 Glutathione S-transferase 5.185970706 L4_control_C2 +LQ04X006900 Glutathione S-transferase 5.206601289 L4_control_C3 +LQ04X006900 Glutathione S-transferase 5.49092952 L4_chemical_A1 +LQ04X006900 Glutathione S-transferase 5.551903778 L4_chemical_A2 +LQ04X006900 Glutathione S-transferase 5.279805249 L4_chemical_A3 +LQ04X006900 Glutathione S-transferase 5.679781084 L4_chemical_B1 +LQ04X006900 Glutathione S-transferase 5.246955303 L4_chemical_B2 +LQ04X006900 Glutathione S-transferase 5.571004358 L4_chemical_B3 +LQ04X006900 Glutathione S-transferase 6.041409936 L4_chemical_C2 +LQ04X006900 Glutathione S-transferase 5.261108548 L4_chemical_C3 +LQ04X007060 ATP binding protein, putative 10.6360005 C6_control_A1 +LQ04X007060 ATP binding protein, putative 9.912871898 C6_control_A3 +LQ04X007060 ATP binding protein, putative 10.89571844 C6_control_B1 +LQ04X007060 ATP binding protein, putative 11.56089338 C6_control_B2 +LQ04X007060 ATP binding protein, putative 10.77684552 C6_control_B3 +LQ04X007060 ATP binding protein, putative 11.51916862 C6_control_C1 +LQ04X007060 ATP binding protein, putative 11.93659912 C6_control_C2 +LQ04X007060 ATP binding protein, putative 11.46874616 C6_control_C3 +LQ04X007060 ATP binding protein, putative 11.06193754 C6_chemical_A1 +LQ04X007060 ATP binding protein, putative 10.49427875 C6_chemical_A3 +LQ04X007060 ATP binding protein, putative 11.23766389 C6_chemical_B1 +LQ04X007060 ATP binding protein, putative 11.73109432 C6_chemical_B2 +LQ04X007060 ATP binding protein, putative 11.69815057 C6_chemical_B3 +LQ04X007060 ATP binding protein, putative 12.03100873 C6_chemical_C1 +LQ04X007060 ATP binding protein, putative 11.77401056 C6_chemical_C2 +LQ04X007060 ATP binding protein, putative 12.91607709 C6_chemical_C3 +LQ04X007060 ATP binding protein, putative 11.96076969 L4_control_A1 +LQ04X007060 ATP binding protein, putative 11.87611307 L4_control_A2 +LQ04X007060 ATP binding protein, putative 11.50703495 L4_control_A3 +LQ04X007060 ATP binding protein, putative 12.66350967 L4_control_B1 +LQ04X007060 ATP binding protein, putative 11.64639162 L4_control_B2 +LQ04X007060 ATP binding protein, putative 13.54105918 L4_control_B3 +LQ04X007060 ATP binding protein, putative 12.18130211 L4_control_C2 +LQ04X007060 ATP binding protein, putative 13.27491514 L4_control_C3 +LQ04X007060 ATP binding protein, putative 12.68296998 L4_chemical_A1 +LQ04X007060 ATP binding protein, putative 11.39558959 L4_chemical_A2 +LQ04X007060 ATP binding protein, putative 12.39108533 L4_chemical_A3 +LQ04X007060 ATP binding protein, putative 13.01026914 L4_chemical_B1 +LQ04X007060 ATP binding protein, putative 11.635549 L4_chemical_B2 +LQ04X007060 ATP binding protein, putative 12.60776829 L4_chemical_B3 +LQ04X007060 ATP binding protein, putative 12.57782854 L4_chemical_C2 +LQ04X007060 ATP binding protein, putative 12.52644301 L4_chemical_C3 +LQ04X007270 Predicted protein 12.1803636 C6_control_A1 +LQ04X007270 Predicted protein 12.10240673 C6_control_A3 +LQ04X007270 Predicted protein 12.66340325 C6_control_B1 +LQ04X007270 Predicted protein 12.32723606 C6_control_B2 +LQ04X007270 Predicted protein 12.49043612 C6_control_B3 +LQ04X007270 Predicted protein 11.2856461 C6_control_C1 +LQ04X007270 Predicted protein 11.18937732 C6_control_C2 +LQ04X007270 Predicted protein 11.41259809 C6_control_C3 +LQ04X007270 Predicted protein 12.20383204 C6_chemical_A1 +LQ04X007270 Predicted protein 12.35913261 C6_chemical_A3 +LQ04X007270 Predicted protein 12.67323982 C6_chemical_B1 +LQ04X007270 Predicted protein 12.33295211 C6_chemical_B2 +LQ04X007270 Predicted protein 12.38612241 C6_chemical_B3 +LQ04X007270 Predicted protein 11.24948081 C6_chemical_C1 +LQ04X007270 Predicted protein 11.45098778 C6_chemical_C2 +LQ04X007270 Predicted protein 11.3882667 C6_chemical_C3 +LQ04X007270 Predicted protein 11.78077333 L4_control_A1 +LQ04X007270 Predicted protein 12.34196326 L4_control_A2 +LQ04X007270 Predicted protein 11.67316849 L4_control_A3 +LQ04X007270 Predicted protein 12.76692518 L4_control_B1 +LQ04X007270 Predicted protein 12.8934993 L4_control_B2 +LQ04X007270 Predicted protein 12.21480779 L4_control_B3 +LQ04X007270 Predicted protein 11.44193391 L4_control_C2 +LQ04X007270 Predicted protein 11.8832529 L4_control_C3 +LQ04X007270 Predicted protein 11.9656698 L4_chemical_A1 +LQ04X007270 Predicted protein 12.04323291 L4_chemical_A2 +LQ04X007270 Predicted protein 11.59725503 L4_chemical_A3 +LQ04X007270 Predicted protein 12.56270427 L4_chemical_B1 +LQ04X007270 Predicted protein 12.64145071 L4_chemical_B2 +LQ04X007270 Predicted protein 12.07231908 L4_chemical_B3 +LQ04X007270 Predicted protein 11.53987848 L4_chemical_C2 +LQ04X007270 Predicted protein 11.62413959 L4_chemical_C3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 7.174765302 C6_control_A1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 6.040578961 C6_control_A3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 5.681668341 C6_control_B1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 8.879716808 C6_control_B2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 6.353037187 C6_control_B3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 10.48456872 C6_control_C1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 10.14908201 C6_control_C2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 9.978923731 C6_control_C3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 6.713919701 C6_chemical_A1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 6.763841166 C6_chemical_A3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 5.383985949 C6_chemical_B1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 8.193091232 C6_chemical_B2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 6.429677399 C6_chemical_B3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 10.22795207 C6_chemical_C1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 10.17274763 C6_chemical_C2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 9.706179925 C6_chemical_C3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 7.426015203 L4_control_A1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 7.367696725 L4_control_A2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 5.750606296 L4_control_A3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 5.900857987 L4_control_B1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 5.993819459 L4_control_B2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 8.010450545 L4_control_B3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 9.003411776 L4_control_C2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 7.861527541 L4_control_C3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 7.003729558 L4_chemical_A1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 6.476706351 L4_chemical_A2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 5.739190704 L4_chemical_A3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 5.672300302 L4_chemical_B1 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 5.688052635 L4_chemical_B2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 6.907570991 L4_chemical_B3 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 8.48122694 L4_chemical_C2 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 7.270349469 L4_chemical_C3 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.82027414 C6_control_A1 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.51730845 C6_control_A3 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.65117301 C6_control_B1 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.7347903 C6_control_B2 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.35702785 C6_control_B3 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.89886557 C6_control_C1 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.87393363 C6_control_C2 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.41215015 C6_control_C3 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.82720069 C6_chemical_A1 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.61415485 C6_chemical_A3 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.40672623 C6_chemical_B1 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.67610841 C6_chemical_B2 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.38332002 C6_chemical_B3 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.97339889 C6_chemical_C1 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.70752144 C6_chemical_C2 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.44501711 C6_chemical_C3 +LQ04X007500 Protein kinase APK1B, chloroplastic 14.00110762 L4_control_A1 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.5152173 L4_control_A2 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.76859563 L4_control_A3 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.19209397 L4_control_B1 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.12137643 L4_control_B2 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.21087754 L4_control_B3 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.12912922 L4_control_C2 +LQ04X007500 Protein kinase APK1B, chloroplastic 11.8523114 L4_control_C3 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.40752886 L4_chemical_A1 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.31476156 L4_chemical_A2 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.76163391 L4_chemical_A3 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.06447444 L4_chemical_B1 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.87485751 L4_chemical_B2 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.92459802 L4_chemical_B3 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.13773416 L4_chemical_C2 +LQ04X007500 Protein kinase APK1B, chloroplastic 12.11106062 L4_chemical_C3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.612507496 C6_control_A1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.056871048 C6_control_A3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.218962931 C6_control_B1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.664767003 C6_control_B2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.7550998 C6_control_B3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.371251258 C6_control_C1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.392026352 C6_control_C2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.32255483 C6_control_C3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.594187578 C6_chemical_A1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.629622404 C6_chemical_A3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.199986004 C6_chemical_B1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.390165662 C6_chemical_B2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.526503608 C6_chemical_B3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.746519243 C6_chemical_C1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.727028558 C6_chemical_C2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.371643603 C6_chemical_C3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.80901534 L4_control_A1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.884533058 L4_control_A2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.779252667 L4_control_A3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.223336521 L4_control_B1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.706180139 L4_control_B2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.146927329 L4_control_B3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.034236163 L4_control_C2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 4.725197122 L4_control_C3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.951821395 L4_chemical_A1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.432441588 L4_chemical_A2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.985221611 L4_chemical_A3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.331294904 L4_chemical_B1 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.328450746 L4_chemical_B2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.16181378 L4_chemical_B3 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 4.869656546 L4_chemical_C2 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.295548781 L4_chemical_C3 +LQ04X007930 V-type proton ATPase subunit d2 5.438473039 C6_control_A1 +LQ04X007930 V-type proton ATPase subunit d2 5.903053036 C6_control_A3 +LQ04X007930 V-type proton ATPase subunit d2 5.624087021 C6_control_B1 +LQ04X007930 V-type proton ATPase subunit d2 5.133916017 C6_control_B2 +LQ04X007930 V-type proton ATPase subunit d2 5.394658904 C6_control_B3 +LQ04X007930 V-type proton ATPase subunit d2 5.215261075 C6_control_C1 +LQ04X007930 V-type proton ATPase subunit d2 6.24815706 C6_control_C2 +LQ04X007930 V-type proton ATPase subunit d2 5.336661509 C6_control_C3 +LQ04X007930 V-type proton ATPase subunit d2 5.208036233 C6_chemical_A1 +LQ04X007930 V-type proton ATPase subunit d2 5.20354947 C6_chemical_A3 +LQ04X007930 V-type proton ATPase subunit d2 5.660191269 C6_chemical_B1 +LQ04X007930 V-type proton ATPase subunit d2 5.365064038 C6_chemical_B2 +LQ04X007930 V-type proton ATPase subunit d2 5.028836892 C6_chemical_B3 +LQ04X007930 V-type proton ATPase subunit d2 5.156833758 C6_chemical_C1 +LQ04X007930 V-type proton ATPase subunit d2 5.532737222 C6_chemical_C2 +LQ04X007930 V-type proton ATPase subunit d2 5.073822988 C6_chemical_C3 +LQ04X007930 V-type proton ATPase subunit d2 5.118138304 L4_control_A1 +LQ04X007930 V-type proton ATPase subunit d2 5.369138132 L4_control_A2 +LQ04X007930 V-type proton ATPase subunit d2 5.008488704 L4_control_A3 +LQ04X007930 V-type proton ATPase subunit d2 5.288482341 L4_control_B1 +LQ04X007930 V-type proton ATPase subunit d2 5.621021962 L4_control_B2 +LQ04X007930 V-type proton ATPase subunit d2 5.289831261 L4_control_B3 +LQ04X007930 V-type proton ATPase subunit d2 5.2213543 L4_control_C2 +LQ04X007930 V-type proton ATPase subunit d2 4.94861098 L4_control_C3 +LQ04X007930 V-type proton ATPase subunit d2 5.257202081 L4_chemical_A1 +LQ04X007930 V-type proton ATPase subunit d2 5.159385566 L4_chemical_A2 +LQ04X007930 V-type proton ATPase subunit d2 5.075720456 L4_chemical_A3 +LQ04X007930 V-type proton ATPase subunit d2 5.185041416 L4_chemical_B1 +LQ04X007930 V-type proton ATPase subunit d2 5.228988369 L4_chemical_B2 +LQ04X007930 V-type proton ATPase subunit d2 5.292762699 L4_chemical_B3 +LQ04X007930 V-type proton ATPase subunit d2 5.390238617 L4_chemical_C2 +LQ04X007930 V-type proton ATPase subunit d2 5.315176535 L4_chemical_C3 +LQ04X007991 Hypothetical protein 6.360370157 C6_control_A1 +LQ04X007991 Hypothetical protein 5.72955561 C6_control_A3 +LQ04X007991 Hypothetical protein 5.686383427 C6_control_B1 +LQ04X007991 Hypothetical protein 6.115690783 C6_control_B2 +LQ04X007991 Hypothetical protein 6.206168227 C6_control_B3 +LQ04X007991 Hypothetical protein 6.510335836 C6_control_C1 +LQ04X007991 Hypothetical protein 6.824857366 C6_control_C2 +LQ04X007991 Hypothetical protein 7.136419233 C6_control_C3 +LQ04X007991 Hypothetical protein 6.328439966 C6_chemical_A1 +LQ04X007991 Hypothetical protein 6.05590425 C6_chemical_A3 +LQ04X007991 Hypothetical protein 6.292477229 C6_chemical_B1 +LQ04X007991 Hypothetical protein 6.41382179 C6_chemical_B2 +LQ04X007991 Hypothetical protein 6.304139997 C6_chemical_B3 +LQ04X007991 Hypothetical protein 6.48977273 C6_chemical_C1 +LQ04X007991 Hypothetical protein 7.105553263 C6_chemical_C2 +LQ04X007991 Hypothetical protein 7.476399311 C6_chemical_C3 +LQ04X007991 Hypothetical protein 5.937066485 L4_control_A1 +LQ04X007991 Hypothetical protein 6.574940396 L4_control_A2 +LQ04X007991 Hypothetical protein 6.131548141 L4_control_A3 +LQ04X007991 Hypothetical protein 6.158347931 L4_control_B1 +LQ04X007991 Hypothetical protein 6.092602251 L4_control_B2 +LQ04X007991 Hypothetical protein 6.199337833 L4_control_B3 +LQ04X007991 Hypothetical protein 6.536551319 L4_control_C2 +LQ04X007991 Hypothetical protein 6.463108146 L4_control_C3 +LQ04X007991 Hypothetical protein 5.99123946 L4_chemical_A1 +LQ04X007991 Hypothetical protein 6.734837682 L4_chemical_A2 +LQ04X007991 Hypothetical protein 5.714510017 L4_chemical_A3 +LQ04X007991 Hypothetical protein 6.265577784 L4_chemical_B1 +LQ04X007991 Hypothetical protein 6.650106116 L4_chemical_B2 +LQ04X007991 Hypothetical protein 6.169681649 L4_chemical_B3 +LQ04X007991 Hypothetical protein 6.370563039 L4_chemical_C2 +LQ04X007991 Hypothetical protein 6.698187758 L4_chemical_C3 +LQ04X008050 Putative Protein midA, mitochondrial 10.34681762 C6_control_A1 +LQ04X008050 Putative Protein midA, mitochondrial 10.71921597 C6_control_A3 +LQ04X008050 Putative Protein midA, mitochondrial 9.851208225 C6_control_B1 +LQ04X008050 Putative Protein midA, mitochondrial 9.889846699 C6_control_B2 +LQ04X008050 Putative Protein midA, mitochondrial 9.734052559 C6_control_B3 +LQ04X008050 Putative Protein midA, mitochondrial 10.23719053 C6_control_C1 +LQ04X008050 Putative Protein midA, mitochondrial 10.24953909 C6_control_C2 +LQ04X008050 Putative Protein midA, mitochondrial 9.439979355 C6_control_C3 +LQ04X008050 Putative Protein midA, mitochondrial 10.40154242 C6_chemical_A1 +LQ04X008050 Putative Protein midA, mitochondrial 10.84699246 C6_chemical_A3 +LQ04X008050 Putative Protein midA, mitochondrial 9.613361309 C6_chemical_B1 +LQ04X008050 Putative Protein midA, mitochondrial 9.640816184 C6_chemical_B2 +LQ04X008050 Putative Protein midA, mitochondrial 9.312075652 C6_chemical_B3 +LQ04X008050 Putative Protein midA, mitochondrial 10.27899664 C6_chemical_C1 +LQ04X008050 Putative Protein midA, mitochondrial 10.47505941 C6_chemical_C2 +LQ04X008050 Putative Protein midA, mitochondrial 9.196781076 C6_chemical_C3 +LQ04X008050 Putative Protein midA, mitochondrial 10.89352509 L4_control_A1 +LQ04X008050 Putative Protein midA, mitochondrial 11.31760096 L4_control_A2 +LQ04X008050 Putative Protein midA, mitochondrial 11.81999969 L4_control_A3 +LQ04X008050 Putative Protein midA, mitochondrial 10.01142011 L4_control_B1 +LQ04X008050 Putative Protein midA, mitochondrial 11.40682414 L4_control_B2 +LQ04X008050 Putative Protein midA, mitochondrial 9.833517794 L4_control_B3 +LQ04X008050 Putative Protein midA, mitochondrial 11.03575795 L4_control_C2 +LQ04X008050 Putative Protein midA, mitochondrial 10.34144101 L4_control_C3 +LQ04X008050 Putative Protein midA, mitochondrial 10.7544074 L4_chemical_A1 +LQ04X008050 Putative Protein midA, mitochondrial 11.22463889 L4_chemical_A2 +LQ04X008050 Putative Protein midA, mitochondrial 11.46268546 L4_chemical_A3 +LQ04X008050 Putative Protein midA, mitochondrial 10.65586705 L4_chemical_B1 +LQ04X008050 Putative Protein midA, mitochondrial 11.13796993 L4_chemical_B2 +LQ04X008050 Putative Protein midA, mitochondrial 9.864838388 L4_chemical_B3 +LQ04X008050 Putative Protein midA, mitochondrial 10.97019949 L4_chemical_C2 +LQ04X008050 Putative Protein midA, mitochondrial 10.41993198 L4_chemical_C3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 6.084414366 C6_control_A1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 6.566486876 C6_control_A3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.414139743 C6_control_B1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.869709665 C6_control_B2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.416320972 C6_control_B3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.449112735 C6_control_C1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 7.7720865 C6_control_C2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.934954629 C6_control_C3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.58685613 C6_chemical_A1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.56964272 C6_chemical_A3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.023461435 C6_chemical_B1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 6.178425516 C6_chemical_B2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.195266914 C6_chemical_B3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 6.341516565 C6_chemical_C1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 6.301479723 C6_chemical_C2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.650862458 C6_chemical_C3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.169135282 L4_control_A1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.673926596 L4_control_A2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.230071442 L4_control_A3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.199731187 L4_control_B1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.736394375 L4_control_B2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.470597529 L4_control_B3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 4.811420287 L4_control_C2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 4.79290587 L4_control_C3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.200651792 L4_chemical_A1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.661416781 L4_chemical_A2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.422339639 L4_chemical_A3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 4.956180612 L4_chemical_B1 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.461009341 L4_chemical_B2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.360348096 L4_chemical_B3 +LQ04X008090 Putative 60S ribosomal export protein NMD3 4.789852197 L4_chemical_C2 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.439675788 L4_chemical_C3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.25311612 C6_control_A1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.09026731 C6_control_A3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.38039454 C6_control_B1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.52339378 C6_control_B2 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.46281582 C6_control_B3 +LQ04X008100 Protein kinase APK1B, chloroplastic 13.05639726 C6_control_C1 +LQ04X008100 Protein kinase APK1B, chloroplastic 13.00257353 C6_control_C2 +LQ04X008100 Protein kinase APK1B, chloroplastic 13.31722507 C6_control_C3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.15512706 C6_chemical_A1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.20871442 C6_chemical_A3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.29370564 C6_chemical_B1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.12908663 C6_chemical_B2 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.50119221 C6_chemical_B3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.8741874 C6_chemical_C1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.72879162 C6_chemical_C2 +LQ04X008100 Protein kinase APK1B, chloroplastic 13.30639702 C6_chemical_C3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.18207955 L4_control_A1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.1062786 L4_control_A2 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.32044734 L4_control_A3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.81209827 L4_control_B1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.38768584 L4_control_B2 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.60761201 L4_control_B3 +LQ04X008100 Protein kinase APK1B, chloroplastic 13.01200032 L4_control_C2 +LQ04X008100 Protein kinase APK1B, chloroplastic 13.26281188 L4_control_C3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.5180858 L4_chemical_A1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.57502928 L4_chemical_A2 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.49729166 L4_chemical_A3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.63549009 L4_chemical_B1 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.66666236 L4_chemical_B2 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.50664299 L4_chemical_B3 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.99810296 L4_chemical_C2 +LQ04X008100 Protein kinase APK1B, chloroplastic 13.16031937 L4_chemical_C3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.37535269 C6_control_A1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.81348116 C6_control_A3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.73471591 C6_control_B1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.53917895 C6_control_B2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.62306532 C6_control_B3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.03416839 C6_control_C1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.33208226 C6_control_C2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.19595512 C6_control_C3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.02094286 C6_chemical_A1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.78666118 C6_chemical_A3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.68711843 C6_chemical_B1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.07717825 C6_chemical_B2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.53110451 C6_chemical_B3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.29626136 C6_chemical_C1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.16563647 C6_chemical_C2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.23755223 C6_chemical_C3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.58806387 L4_control_A1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.50704031 L4_control_A2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.36792647 L4_control_A3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.48123719 L4_control_B1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.90231373 L4_control_B2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.95306862 L4_control_B3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.55662386 L4_control_C2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.92881551 L4_control_C3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.25555828 L4_chemical_A1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.05138192 L4_chemical_A2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.22912715 L4_chemical_A3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.83243394 L4_chemical_B1 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.67728182 L4_chemical_B2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.79780599 L4_chemical_B3 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.33688501 L4_chemical_C2 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 13.88764401 L4_chemical_C3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.51559547 C6_control_A1 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.56454096 C6_control_A3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.47250556 C6_control_B1 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.87970024 C6_control_B2 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.92027211 C6_control_B3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.55067687 C6_control_C1 +LQ04X008190 Probable inactive receptor kinase At1g27190 12.21527679 C6_control_C2 +LQ04X008190 Probable inactive receptor kinase At1g27190 12.45963478 C6_control_C3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.59399373 C6_chemical_A1 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.77541638 C6_chemical_A3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.80027171 C6_chemical_B1 +LQ04X008190 Probable inactive receptor kinase At1g27190 12.16742737 C6_chemical_B2 +LQ04X008190 Probable inactive receptor kinase At1g27190 12.26627233 C6_chemical_B3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.44578166 C6_chemical_C1 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.76271222 C6_chemical_C2 +LQ04X008190 Probable inactive receptor kinase At1g27190 12.65985851 C6_chemical_C3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.07496036 L4_control_A1 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.0358249 L4_control_A2 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.25189268 L4_control_A3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.63066721 L4_control_B1 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.1252687 L4_control_B2 +LQ04X008190 Probable inactive receptor kinase At1g27190 12.06501547 L4_control_B3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.15431565 L4_control_C2 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.65764778 L4_control_C3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.54371823 L4_chemical_A1 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.08676195 L4_chemical_A2 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.57472473 L4_chemical_A3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.18400852 L4_chemical_B1 +LQ04X008190 Probable inactive receptor kinase At1g27190 10.47390704 L4_chemical_B2 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.91155875 L4_chemical_B3 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.00745956 L4_chemical_C2 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.78850856 L4_chemical_C3 +LQ04X008571 Hypothetical protein 5.251039887 C6_control_A1 +LQ04X008571 Hypothetical protein 4.643164659 C6_control_A3 +LQ04X008571 Hypothetical protein 5.007160818 C6_control_B1 +LQ04X008571 Hypothetical protein 4.841557079 C6_control_B2 +LQ04X008571 Hypothetical protein 5.304213702 C6_control_B3 +LQ04X008571 Hypothetical protein 4.694967595 C6_control_C1 +LQ04X008571 Hypothetical protein 4.605249127 C6_control_C2 +LQ04X008571 Hypothetical protein 4.644614425 C6_control_C3 +LQ04X008571 Hypothetical protein 4.830909215 C6_chemical_A1 +LQ04X008571 Hypothetical protein 4.757845705 C6_chemical_A3 +LQ04X008571 Hypothetical protein 4.758137841 C6_chemical_B1 +LQ04X008571 Hypothetical protein 4.818734411 C6_chemical_B2 +LQ04X008571 Hypothetical protein 5.155513869 C6_chemical_B3 +LQ04X008571 Hypothetical protein 4.655156351 C6_chemical_C1 +LQ04X008571 Hypothetical protein 4.778688289 C6_chemical_C2 +LQ04X008571 Hypothetical protein 4.595458199 C6_chemical_C3 +LQ04X008571 Hypothetical protein 4.854190429 L4_control_A1 +LQ04X008571 Hypothetical protein 5.026803048 L4_control_A2 +LQ04X008571 Hypothetical protein 4.922949837 L4_control_A3 +LQ04X008571 Hypothetical protein 5.312923697 L4_control_B1 +LQ04X008571 Hypothetical protein 4.855572154 L4_control_B2 +LQ04X008571 Hypothetical protein 5.000622997 L4_control_B3 +LQ04X008571 Hypothetical protein 4.951647988 L4_control_C2 +LQ04X008571 Hypothetical protein 5.238656496 L4_control_C3 +LQ04X008571 Hypothetical protein 5.110280338 L4_chemical_A1 +LQ04X008571 Hypothetical protein 4.964273638 L4_chemical_A2 +LQ04X008571 Hypothetical protein 4.896021982 L4_chemical_A3 +LQ04X008571 Hypothetical protein 4.948754144 L4_chemical_B1 +LQ04X008571 Hypothetical protein 5.053507378 L4_chemical_B2 +LQ04X008571 Hypothetical protein 4.900730261 L4_chemical_B3 +LQ04X008571 Hypothetical protein 5.587529009 L4_chemical_C2 +LQ04X008571 Hypothetical protein 5.037265937 L4_chemical_C3 +LQ04X008820 Predicted protein 5.687731947 C6_control_A1 +LQ04X008820 Predicted protein 5.117971834 C6_control_A3 +LQ04X008820 Predicted protein 6.920751746 C6_control_B1 +LQ04X008820 Predicted protein 6.332095672 C6_control_B2 +LQ04X008820 Predicted protein 7.090379028 C6_control_B3 +LQ04X008820 Predicted protein 8.5889681 C6_control_C1 +LQ04X008820 Predicted protein 7.945702611 C6_control_C2 +LQ04X008820 Predicted protein 8.942486278 C6_control_C3 +LQ04X008820 Predicted protein 5.442960658 C6_chemical_A1 +LQ04X008820 Predicted protein 5.22988627 C6_chemical_A3 +LQ04X008820 Predicted protein 6.417678301 C6_chemical_B1 +LQ04X008820 Predicted protein 6.171234126 C6_chemical_B2 +LQ04X008820 Predicted protein 6.897426941 C6_chemical_B3 +LQ04X008820 Predicted protein 8.659993988 C6_chemical_C1 +LQ04X008820 Predicted protein 7.946289314 C6_chemical_C2 +LQ04X008820 Predicted protein 8.475922336 C6_chemical_C3 +LQ04X008820 Predicted protein 5.419964849 L4_control_A1 +LQ04X008820 Predicted protein 6.142164347 L4_control_A2 +LQ04X008820 Predicted protein 5.220053395 L4_control_A3 +LQ04X008820 Predicted protein 5.475360884 L4_control_B1 +LQ04X008820 Predicted protein 6.083911935 L4_control_B2 +LQ04X008820 Predicted protein 6.160927753 L4_control_B3 +LQ04X008820 Predicted protein 5.764040087 L4_control_C2 +LQ04X008820 Predicted protein 6.925474037 L4_control_C3 +LQ04X008820 Predicted protein 5.535213069 L4_chemical_A1 +LQ04X008820 Predicted protein 5.567023263 L4_chemical_A2 +LQ04X008820 Predicted protein 5.396708454 L4_chemical_A3 +LQ04X008820 Predicted protein 5.794110012 L4_chemical_B1 +LQ04X008820 Predicted protein 6.132608103 L4_chemical_B2 +LQ04X008820 Predicted protein 5.669535779 L4_chemical_B3 +LQ04X008820 Predicted protein 6.95672671 L4_chemical_C2 +LQ04X008820 Predicted protein 8.103099208 L4_chemical_C3 +LQ04X008840 Putative uncharacterized protein 12.82649515 C6_control_A1 +LQ04X008840 Putative uncharacterized protein 12.65005601 C6_control_A3 +LQ04X008840 Putative uncharacterized protein 12.11632674 C6_control_B1 +LQ04X008840 Putative uncharacterized protein 13.57313729 C6_control_B2 +LQ04X008840 Putative uncharacterized protein 11.90442943 C6_control_B3 +LQ04X008840 Putative uncharacterized protein 13.87280526 C6_control_C1 +LQ04X008840 Putative uncharacterized protein 13.58546827 C6_control_C2 +LQ04X008840 Putative uncharacterized protein 13.92691515 C6_control_C3 +LQ04X008840 Putative uncharacterized protein 12.54811106 C6_chemical_A1 +LQ04X008840 Putative uncharacterized protein 12.92830509 C6_chemical_A3 +LQ04X008840 Putative uncharacterized protein 12.01439412 C6_chemical_B1 +LQ04X008840 Putative uncharacterized protein 13.38254512 C6_chemical_B2 +LQ04X008840 Putative uncharacterized protein 12.13878258 C6_chemical_B3 +LQ04X008840 Putative uncharacterized protein 13.63790855 C6_chemical_C1 +LQ04X008840 Putative uncharacterized protein 13.69501879 C6_chemical_C2 +LQ04X008840 Putative uncharacterized protein 14.05469611 C6_chemical_C3 +LQ04X008840 Putative uncharacterized protein 12.61040388 L4_control_A1 +LQ04X008840 Putative uncharacterized protein 12.05250843 L4_control_A2 +LQ04X008840 Putative uncharacterized protein 11.41025455 L4_control_A3 +LQ04X008840 Putative uncharacterized protein 11.60835922 L4_control_B1 +LQ04X008840 Putative uncharacterized protein 10.75687348 L4_control_B2 +LQ04X008840 Putative uncharacterized protein 12.27239411 L4_control_B3 +LQ04X008840 Putative uncharacterized protein 11.76658327 L4_control_C2 +LQ04X008840 Putative uncharacterized protein 11.6098948 L4_control_C3 +LQ04X008840 Putative uncharacterized protein 12.18405615 L4_chemical_A1 +LQ04X008840 Putative uncharacterized protein 11.73634434 L4_chemical_A2 +LQ04X008840 Putative uncharacterized protein 11.88567044 L4_chemical_A3 +LQ04X008840 Putative uncharacterized protein 11.20526717 L4_chemical_B1 +LQ04X008840 Putative uncharacterized protein 11.12941883 L4_chemical_B2 +LQ04X008840 Putative uncharacterized protein 12.48259586 L4_chemical_B3 +LQ04X008840 Putative uncharacterized protein 11.91005221 L4_chemical_C2 +LQ04X008840 Putative uncharacterized protein 11.55047462 L4_chemical_C3 +LQ04X008860 Gibberellin-regulated protein 4 7.545574467 C6_control_A1 +LQ04X008860 Gibberellin-regulated protein 4 6.714474689 C6_control_A3 +LQ04X008860 Gibberellin-regulated protein 4 7.560655753 C6_control_B1 +LQ04X008860 Gibberellin-regulated protein 4 7.144434793 C6_control_B2 +LQ04X008860 Gibberellin-regulated protein 4 6.954803015 C6_control_B3 +LQ04X008860 Gibberellin-regulated protein 4 6.530133916 C6_control_C1 +LQ04X008860 Gibberellin-regulated protein 4 6.8315732 C6_control_C2 +LQ04X008860 Gibberellin-regulated protein 4 6.735527661 C6_control_C3 +LQ04X008860 Gibberellin-regulated protein 4 7.538913349 C6_chemical_A1 +LQ04X008860 Gibberellin-regulated protein 4 6.714085222 C6_chemical_A3 +LQ04X008860 Gibberellin-regulated protein 4 7.158666923 C6_chemical_B1 +LQ04X008860 Gibberellin-regulated protein 4 7.582090117 C6_chemical_B2 +LQ04X008860 Gibberellin-regulated protein 4 6.812221618 C6_chemical_B3 +LQ04X008860 Gibberellin-regulated protein 4 6.595290773 C6_chemical_C1 +LQ04X008860 Gibberellin-regulated protein 4 7.0311465 C6_chemical_C2 +LQ04X008860 Gibberellin-regulated protein 4 6.948704071 C6_chemical_C3 +LQ04X008860 Gibberellin-regulated protein 4 7.075641387 L4_control_A1 +LQ04X008860 Gibberellin-regulated protein 4 6.617456252 L4_control_A2 +LQ04X008860 Gibberellin-regulated protein 4 6.379311388 L4_control_A3 +LQ04X008860 Gibberellin-regulated protein 4 6.095659173 L4_control_B1 +LQ04X008860 Gibberellin-regulated protein 4 6.507929512 L4_control_B2 +LQ04X008860 Gibberellin-regulated protein 4 6.859178349 L4_control_B3 +LQ04X008860 Gibberellin-regulated protein 4 7.078837998 L4_control_C2 +LQ04X008860 Gibberellin-regulated protein 4 6.266373737 L4_control_C3 +LQ04X008860 Gibberellin-regulated protein 4 6.460404837 L4_chemical_A1 +LQ04X008860 Gibberellin-regulated protein 4 6.766532592 L4_chemical_A2 +LQ04X008860 Gibberellin-regulated protein 4 6.118660463 L4_chemical_A3 +LQ04X008860 Gibberellin-regulated protein 4 6.460232918 L4_chemical_B1 +LQ04X008860 Gibberellin-regulated protein 4 6.87675309 L4_chemical_B2 +LQ04X008860 Gibberellin-regulated protein 4 6.846136763 L4_chemical_B3 +LQ04X008860 Gibberellin-regulated protein 4 6.297063919 L4_chemical_C2 +LQ04X008860 Gibberellin-regulated protein 4 6.262031735 L4_chemical_C3 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.47875133 C6_control_A1 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.78296945 C6_control_A3 +LQ04X008890 Structural maintenance of chromosomes protein 4 12.08826385 C6_control_B1 +LQ04X008890 Structural maintenance of chromosomes protein 4 8.859398503 C6_control_B2 +LQ04X008890 Structural maintenance of chromosomes protein 4 9.703437519 C6_control_B3 +LQ04X008890 Structural maintenance of chromosomes protein 4 8.616160458 C6_control_C1 +LQ04X008890 Structural maintenance of chromosomes protein 4 7.854061809 C6_control_C2 +LQ04X008890 Structural maintenance of chromosomes protein 4 8.706899019 C6_control_C3 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.11354927 C6_chemical_A1 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.84517142 C6_chemical_A3 +LQ04X008890 Structural maintenance of chromosomes protein 4 10.99710673 C6_chemical_B1 +LQ04X008890 Structural maintenance of chromosomes protein 4 8.503745737 C6_chemical_B2 +LQ04X008890 Structural maintenance of chromosomes protein 4 9.70451155 C6_chemical_B3 +LQ04X008890 Structural maintenance of chromosomes protein 4 8.116583556 C6_chemical_C1 +LQ04X008890 Structural maintenance of chromosomes protein 4 8.057698185 C6_chemical_C2 +LQ04X008890 Structural maintenance of chromosomes protein 4 7.907862861 C6_chemical_C3 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.83010663 L4_control_A1 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.19841733 L4_control_A2 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.67616447 L4_control_A3 +LQ04X008890 Structural maintenance of chromosomes protein 4 11.13827176 L4_control_B1 +LQ04X008890 Structural maintenance of chromosomes protein 4 11.7853679 L4_control_B2 +LQ04X008890 Structural maintenance of chromosomes protein 4 8.441680283 L4_control_B3 +LQ04X008890 Structural maintenance of chromosomes protein 4 9.626749327 L4_control_C2 +LQ04X008890 Structural maintenance of chromosomes protein 4 9.044909416 L4_control_C3 +LQ04X008890 Structural maintenance of chromosomes protein 4 12.77508909 L4_chemical_A1 +LQ04X008890 Structural maintenance of chromosomes protein 4 12.46110681 L4_chemical_A2 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.5505641 L4_chemical_A3 +LQ04X008890 Structural maintenance of chromosomes protein 4 11.49153542 L4_chemical_B1 +LQ04X008890 Structural maintenance of chromosomes protein 4 12.46438023 L4_chemical_B2 +LQ04X008890 Structural maintenance of chromosomes protein 4 12.15463538 L4_chemical_B3 +LQ04X008890 Structural maintenance of chromosomes protein 4 9.580424873 L4_chemical_C2 +LQ04X008890 Structural maintenance of chromosomes protein 4 9.417662088 L4_chemical_C3 +LQ04X008900 Aquaporin NIP2-1 5.691065489 C6_control_A1 +LQ04X008900 Aquaporin NIP2-1 5.542388979 C6_control_A3 +LQ04X008900 Aquaporin NIP2-1 5.619295078 C6_control_B1 +LQ04X008900 Aquaporin NIP2-1 5.626554813 C6_control_B2 +LQ04X008900 Aquaporin NIP2-1 6.091846481 C6_control_B3 +LQ04X008900 Aquaporin NIP2-1 5.375587177 C6_control_C1 +LQ04X008900 Aquaporin NIP2-1 5.447084283 C6_control_C2 +LQ04X008900 Aquaporin NIP2-1 5.508103993 C6_control_C3 +LQ04X008900 Aquaporin NIP2-1 5.690726194 C6_chemical_A1 +LQ04X008900 Aquaporin NIP2-1 5.582092563 C6_chemical_A3 +LQ04X008900 Aquaporin NIP2-1 5.639342245 C6_chemical_B1 +LQ04X008900 Aquaporin NIP2-1 5.828916886 C6_chemical_B2 +LQ04X008900 Aquaporin NIP2-1 6.26746602 C6_chemical_B3 +LQ04X008900 Aquaporin NIP2-1 5.718610622 C6_chemical_C1 +LQ04X008900 Aquaporin NIP2-1 5.490253992 C6_chemical_C2 +LQ04X008900 Aquaporin NIP2-1 5.459863454 C6_chemical_C3 +LQ04X008900 Aquaporin NIP2-1 5.48257293 L4_control_A1 +LQ04X008900 Aquaporin NIP2-1 5.871948502 L4_control_A2 +LQ04X008900 Aquaporin NIP2-1 5.432846034 L4_control_A3 +LQ04X008900 Aquaporin NIP2-1 5.195557502 L4_control_B1 +LQ04X008900 Aquaporin NIP2-1 5.616719462 L4_control_B2 +LQ04X008900 Aquaporin NIP2-1 5.702130518 L4_control_B3 +LQ04X008900 Aquaporin NIP2-1 5.463915417 L4_control_C2 +LQ04X008900 Aquaporin NIP2-1 6.267417666 L4_control_C3 +LQ04X008900 Aquaporin NIP2-1 5.723397444 L4_chemical_A1 +LQ04X008900 Aquaporin NIP2-1 5.828265092 L4_chemical_A2 +LQ04X008900 Aquaporin NIP2-1 5.586356306 L4_chemical_A3 +LQ04X008900 Aquaporin NIP2-1 5.631123319 L4_chemical_B1 +LQ04X008900 Aquaporin NIP2-1 5.85668882 L4_chemical_B2 +LQ04X008900 Aquaporin NIP2-1 5.414625143 L4_chemical_B3 +LQ04X008900 Aquaporin NIP2-1 6.24777998 L4_chemical_C2 +LQ04X008900 Aquaporin NIP2-1 5.778036204 L4_chemical_C3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 9.336731472 C6_control_A1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 8.654805405 C6_control_A3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 8.76377176 C6_control_B1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 8.852263633 C6_control_B2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 9.381278675 C6_control_B3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 11.28907385 C6_control_C1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.87697512 C6_control_C2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.90890221 C6_control_C3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 8.387903813 C6_chemical_A1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 9.388842259 C6_chemical_A3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 8.886725809 C6_chemical_B1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 8.911006768 C6_chemical_B2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 9.861725424 C6_chemical_B3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 11.2822661 C6_chemical_C1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 11.36972321 C6_chemical_C2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 11.63155054 C6_chemical_C3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 9.847908525 L4_control_A1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 9.279086024 L4_control_A2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.23531697 L4_control_A3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.47935138 L4_control_B1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.1665741 L4_control_B2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 11.77922116 L4_control_B3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 11.68598925 L4_control_C2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 12.65673125 L4_control_C3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 11.08612333 L4_chemical_A1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.81306484 L4_chemical_A2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.85597351 L4_chemical_A3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.67358144 L4_chemical_B1 +LQ04X008920 Putative Vacuolar amino acid transporter 1 10.12027169 L4_chemical_B2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 11.70495833 L4_chemical_B3 +LQ04X008920 Putative Vacuolar amino acid transporter 1 12.05404781 L4_chemical_C2 +LQ04X008920 Putative Vacuolar amino acid transporter 1 12.33376472 L4_chemical_C3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.7448498 C6_control_A1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.24306882 C6_control_A3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 10.96863593 C6_control_B1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.58771867 C6_control_B2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 10.99491515 C6_control_B3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 12.22588169 C6_control_C1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.89488396 C6_control_C2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 12.10487032 C6_control_C3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.84323137 C6_chemical_A1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.4198469 C6_chemical_A3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 10.8858853 C6_chemical_B1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.31701209 C6_chemical_B2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.07039681 C6_chemical_B3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 12.39876539 C6_chemical_C1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.74315651 C6_chemical_C2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.68960229 C6_chemical_C3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.5300674 L4_control_A1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.34334333 L4_control_A2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 12.10433143 L4_control_A3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 10.96690368 L4_control_B1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 10.90760508 L4_control_B2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.82260423 L4_control_B3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.77571349 L4_control_C2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.71306026 L4_control_C3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.35924557 L4_chemical_A1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.35662391 L4_chemical_A2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 12.01581777 L4_chemical_A3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 10.87307522 L4_chemical_B1 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 10.98382485 L4_chemical_B2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 10.99854744 L4_chemical_B3 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.94114895 L4_chemical_C2 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 12.02402238 L4_chemical_C3 +LQ04X009020 Putative uncharacterized protein 12.66766183 C6_control_A1 +LQ04X009020 Putative uncharacterized protein 12.90321677 C6_control_A3 +LQ04X009020 Putative uncharacterized protein 12.94501802 C6_control_B1 +LQ04X009020 Putative uncharacterized protein 13.16009783 C6_control_B2 +LQ04X009020 Putative uncharacterized protein 13.1928128 C6_control_B3 +LQ04X009020 Putative uncharacterized protein 13.65083822 C6_control_C1 +LQ04X009020 Putative uncharacterized protein 13.67463558 C6_control_C2 +LQ04X009020 Putative uncharacterized protein 13.53658631 C6_control_C3 +LQ04X009020 Putative uncharacterized protein 12.76600144 C6_chemical_A1 +LQ04X009020 Putative uncharacterized protein 12.97386868 C6_chemical_A3 +LQ04X009020 Putative uncharacterized protein 13.09491955 C6_chemical_B1 +LQ04X009020 Putative uncharacterized protein 13.37877944 C6_chemical_B2 +LQ04X009020 Putative uncharacterized protein 13.35193183 C6_chemical_B3 +LQ04X009020 Putative uncharacterized protein 13.53727789 C6_chemical_C1 +LQ04X009020 Putative uncharacterized protein 13.6743305 C6_chemical_C2 +LQ04X009020 Putative uncharacterized protein 13.75177827 C6_chemical_C3 +LQ04X009020 Putative uncharacterized protein 12.52779949 L4_control_A1 +LQ04X009020 Putative uncharacterized protein 12.85731754 L4_control_A2 +LQ04X009020 Putative uncharacterized protein 12.35502404 L4_control_A3 +LQ04X009020 Putative uncharacterized protein 12.88926581 L4_control_B1 +LQ04X009020 Putative uncharacterized protein 13.12980431 L4_control_B2 +LQ04X009020 Putative uncharacterized protein 13.13649821 L4_control_B3 +LQ04X009020 Putative uncharacterized protein 13.18667897 L4_control_C2 +LQ04X009020 Putative uncharacterized protein 13.82336006 L4_control_C3 +LQ04X009020 Putative uncharacterized protein 12.87618185 L4_chemical_A1 +LQ04X009020 Putative uncharacterized protein 13.65526758 L4_chemical_A2 +LQ04X009020 Putative uncharacterized protein 12.19554411 L4_chemical_A3 +LQ04X009020 Putative uncharacterized protein 12.61598705 L4_chemical_B1 +LQ04X009020 Putative uncharacterized protein 13.10925847 L4_chemical_B2 +LQ04X009020 Putative uncharacterized protein 12.77324974 L4_chemical_B3 +LQ04X009020 Putative uncharacterized protein 13.29427374 L4_chemical_C2 +LQ04X009020 Putative uncharacterized protein 13.41126244 L4_chemical_C3 +LQ04X009060 Hypothetical protein 4.898292295 C6_control_A1 +LQ04X009060 Hypothetical protein 5.416695926 C6_control_A3 +LQ04X009060 Hypothetical protein 5.461094605 C6_control_B1 +LQ04X009060 Hypothetical protein 4.931248897 C6_control_B2 +LQ04X009060 Hypothetical protein 5.609078166 C6_control_B3 +LQ04X009060 Hypothetical protein 5.257063891 C6_control_C1 +LQ04X009060 Hypothetical protein 5.363681935 C6_control_C2 +LQ04X009060 Hypothetical protein 5.15240808 C6_control_C3 +LQ04X009060 Hypothetical protein 5.264583664 C6_chemical_A1 +LQ04X009060 Hypothetical protein 5.168069512 C6_chemical_A3 +LQ04X009060 Hypothetical protein 5.658563817 C6_chemical_B1 +LQ04X009060 Hypothetical protein 5.240753674 C6_chemical_B2 +LQ04X009060 Hypothetical protein 5.216481413 C6_chemical_B3 +LQ04X009060 Hypothetical protein 5.568938838 C6_chemical_C1 +LQ04X009060 Hypothetical protein 5.159878971 C6_chemical_C2 +LQ04X009060 Hypothetical protein 5.365714655 C6_chemical_C3 +LQ04X009060 Hypothetical protein 5.31978312 L4_control_A1 +LQ04X009060 Hypothetical protein 5.270750968 L4_control_A2 +LQ04X009060 Hypothetical protein 5.537817439 L4_control_A3 +LQ04X009060 Hypothetical protein 5.464189376 L4_control_B1 +LQ04X009060 Hypothetical protein 4.975071715 L4_control_B2 +LQ04X009060 Hypothetical protein 5.241696833 L4_control_B3 +LQ04X009060 Hypothetical protein 4.904523997 L4_control_C2 +LQ04X009060 Hypothetical protein 5.804652946 L4_control_C3 +LQ04X009060 Hypothetical protein 5.220427398 L4_chemical_A1 +LQ04X009060 Hypothetical protein 5.04666826 L4_chemical_A2 +LQ04X009060 Hypothetical protein 5.448479594 L4_chemical_A3 +LQ04X009060 Hypothetical protein 5.079951441 L4_chemical_B1 +LQ04X009060 Hypothetical protein 5.161323022 L4_chemical_B2 +LQ04X009060 Hypothetical protein 5.066155189 L4_chemical_B3 +LQ04X009060 Hypothetical protein 5.251472315 L4_chemical_C2 +LQ04X009060 Hypothetical protein 5.730342887 L4_chemical_C3 +LQ04X009070 AT3g57280/F28O9_130 13.25654228 C6_control_A1 +LQ04X009070 AT3g57280/F28O9_130 12.93763672 C6_control_A3 +LQ04X009070 AT3g57280/F28O9_130 13.18900927 C6_control_B1 +LQ04X009070 AT3g57280/F28O9_130 13.39783039 C6_control_B2 +LQ04X009070 AT3g57280/F28O9_130 13.40211603 C6_control_B3 +LQ04X009070 AT3g57280/F28O9_130 13.42393479 C6_control_C1 +LQ04X009070 AT3g57280/F28O9_130 13.59877399 C6_control_C2 +LQ04X009070 AT3g57280/F28O9_130 13.33202243 C6_control_C3 +LQ04X009070 AT3g57280/F28O9_130 13.16956681 C6_chemical_A1 +LQ04X009070 AT3g57280/F28O9_130 12.88098414 C6_chemical_A3 +LQ04X009070 AT3g57280/F28O9_130 13.09916522 C6_chemical_B1 +LQ04X009070 AT3g57280/F28O9_130 13.21753916 C6_chemical_B2 +LQ04X009070 AT3g57280/F28O9_130 13.11075117 C6_chemical_B3 +LQ04X009070 AT3g57280/F28O9_130 13.10174816 C6_chemical_C1 +LQ04X009070 AT3g57280/F28O9_130 13.50334922 C6_chemical_C2 +LQ04X009070 AT3g57280/F28O9_130 13.19880888 C6_chemical_C3 +LQ04X009070 AT3g57280/F28O9_130 13.06126047 L4_control_A1 +LQ04X009070 AT3g57280/F28O9_130 12.68528562 L4_control_A2 +LQ04X009070 AT3g57280/F28O9_130 12.67056795 L4_control_A3 +LQ04X009070 AT3g57280/F28O9_130 12.84068497 L4_control_B1 +LQ04X009070 AT3g57280/F28O9_130 13.18528776 L4_control_B2 +LQ04X009070 AT3g57280/F28O9_130 13.04273623 L4_control_B3 +LQ04X009070 AT3g57280/F28O9_130 12.88882621 L4_control_C2 +LQ04X009070 AT3g57280/F28O9_130 12.59882639 L4_control_C3 +LQ04X009070 AT3g57280/F28O9_130 13.05419049 L4_chemical_A1 +LQ04X009070 AT3g57280/F28O9_130 12.69262567 L4_chemical_A2 +LQ04X009070 AT3g57280/F28O9_130 12.88789443 L4_chemical_A3 +LQ04X009070 AT3g57280/F28O9_130 12.74454696 L4_chemical_B1 +LQ04X009070 AT3g57280/F28O9_130 12.90495776 L4_chemical_B2 +LQ04X009070 AT3g57280/F28O9_130 13.14843497 L4_chemical_B3 +LQ04X009070 AT3g57280/F28O9_130 12.9895028 L4_chemical_C2 +LQ04X009070 AT3g57280/F28O9_130 12.82618972 L4_chemical_C3 +LQ04X009150 Expansin-A5 13.71595546 C6_control_A1 +LQ04X009150 Expansin-A5 13.67885769 C6_control_A3 +LQ04X009150 Expansin-A5 14.11706368 C6_control_B1 +LQ04X009150 Expansin-A5 13.09646191 C6_control_B2 +LQ04X009150 Expansin-A5 14.54319148 C6_control_B3 +LQ04X009150 Expansin-A5 9.035156895 C6_control_C1 +LQ04X009150 Expansin-A5 8.590186833 C6_control_C2 +LQ04X009150 Expansin-A5 8.540261198 C6_control_C3 +LQ04X009150 Expansin-A5 13.6485649 C6_chemical_A1 +LQ04X009150 Expansin-A5 13.27202586 C6_chemical_A3 +LQ04X009150 Expansin-A5 13.93228075 C6_chemical_B1 +LQ04X009150 Expansin-A5 13.14036558 C6_chemical_B2 +LQ04X009150 Expansin-A5 14.03760016 C6_chemical_B3 +LQ04X009150 Expansin-A5 8.517460684 C6_chemical_C1 +LQ04X009150 Expansin-A5 7.790591153 C6_chemical_C2 +LQ04X009150 Expansin-A5 7.798978245 C6_chemical_C3 +LQ04X009150 Expansin-A5 13.44786614 L4_control_A1 +LQ04X009150 Expansin-A5 13.70229792 L4_control_A2 +LQ04X009150 Expansin-A5 14.08800096 L4_control_A3 +LQ04X009150 Expansin-A5 13.82832528 L4_control_B1 +LQ04X009150 Expansin-A5 14.41929749 L4_control_B2 +LQ04X009150 Expansin-A5 12.48982775 L4_control_B3 +LQ04X009150 Expansin-A5 7.270808085 L4_control_C2 +LQ04X009150 Expansin-A5 7.623721434 L4_control_C3 +LQ04X009150 Expansin-A5 11.26110876 L4_chemical_A1 +LQ04X009150 Expansin-A5 13.18422368 L4_chemical_A2 +LQ04X009150 Expansin-A5 12.90640313 L4_chemical_A3 +LQ04X009150 Expansin-A5 13.3840973 L4_chemical_B1 +LQ04X009150 Expansin-A5 13.46940269 L4_chemical_B2 +LQ04X009150 Expansin-A5 13.913174 L4_chemical_B3 +LQ04X009150 Expansin-A5 6.700147875 L4_chemical_C2 +LQ04X009150 Expansin-A5 8.015093222 L4_chemical_C3 +LQ04X009170 Predicted protein 5.609602905 C6_control_A1 +LQ04X009170 Predicted protein 5.244175698 C6_control_A3 +LQ04X009170 Predicted protein 5.743668423 C6_control_B1 +LQ04X009170 Predicted protein 5.077358578 C6_control_B2 +LQ04X009170 Predicted protein 5.40386298 C6_control_B3 +LQ04X009170 Predicted protein 5.184599395 C6_control_C1 +LQ04X009170 Predicted protein 5.059255379 C6_control_C2 +LQ04X009170 Predicted protein 5.194675873 C6_control_C3 +LQ04X009170 Predicted protein 5.277013614 C6_chemical_A1 +LQ04X009170 Predicted protein 5.359088319 C6_chemical_A3 +LQ04X009170 Predicted protein 5.464860101 C6_chemical_B1 +LQ04X009170 Predicted protein 5.140103325 C6_chemical_B2 +LQ04X009170 Predicted protein 5.834219963 C6_chemical_B3 +LQ04X009170 Predicted protein 5.177265319 C6_chemical_C1 +LQ04X009170 Predicted protein 5.439162069 C6_chemical_C2 +LQ04X009170 Predicted protein 5.481537873 C6_chemical_C3 +LQ04X009170 Predicted protein 5.282673379 L4_control_A1 +LQ04X009170 Predicted protein 5.606372312 L4_control_A2 +LQ04X009170 Predicted protein 5.288977535 L4_control_A3 +LQ04X009170 Predicted protein 5.233464872 L4_control_B1 +LQ04X009170 Predicted protein 5.374514747 L4_control_B2 +LQ04X009170 Predicted protein 5.181525358 L4_control_B3 +LQ04X009170 Predicted protein 5.054824152 L4_control_C2 +LQ04X009170 Predicted protein 5.041207809 L4_control_C3 +LQ04X009170 Predicted protein 5.168383783 L4_chemical_A1 +LQ04X009170 Predicted protein 5.610455372 L4_chemical_A2 +LQ04X009170 Predicted protein 5.544704634 L4_chemical_A3 +LQ04X009170 Predicted protein 5.638145378 L4_chemical_B1 +LQ04X009170 Predicted protein 5.46883283 L4_chemical_B2 +LQ04X009170 Predicted protein 5.131238134 L4_chemical_B3 +LQ04X009170 Predicted protein 5.263231865 L4_chemical_C2 +LQ04X009170 Predicted protein 5.269331038 L4_chemical_C3 +LQ04X009190 Putative Probable calcium-binding protein CML45 8.470090328 C6_control_A1 +LQ04X009190 Putative Probable calcium-binding protein CML45 9.431453769 C6_control_A3 +LQ04X009190 Putative Probable calcium-binding protein CML45 8.035427199 C6_control_B1 +LQ04X009190 Putative Probable calcium-binding protein CML45 9.642977984 C6_control_B2 +LQ04X009190 Putative Probable calcium-binding protein CML45 9.446490989 C6_control_B3 +LQ04X009190 Putative Probable calcium-binding protein CML45 10.87166046 C6_control_C1 +LQ04X009190 Putative Probable calcium-binding protein CML45 11.89695364 C6_control_C2 +LQ04X009190 Putative Probable calcium-binding protein CML45 11.35184601 C6_control_C3 +LQ04X009190 Putative Probable calcium-binding protein CML45 9.293289198 C6_chemical_A1 +LQ04X009190 Putative Probable calcium-binding protein CML45 9.00860751 C6_chemical_A3 +LQ04X009190 Putative Probable calcium-binding protein CML45 8.124389249 C6_chemical_B1 +LQ04X009190 Putative Probable calcium-binding protein CML45 10.25616658 C6_chemical_B2 +LQ04X009190 Putative Probable calcium-binding protein CML45 11.19866748 C6_chemical_B3 +LQ04X009190 Putative Probable calcium-binding protein CML45 10.92722475 C6_chemical_C1 +LQ04X009190 Putative Probable calcium-binding protein CML45 11.39849325 C6_chemical_C2 +LQ04X009190 Putative Probable calcium-binding protein CML45 12.86315417 C6_chemical_C3 +LQ04X009190 Putative Probable calcium-binding protein CML45 8.797319341 L4_control_A1 +LQ04X009190 Putative Probable calcium-binding protein CML45 8.263132998 L4_control_A2 +LQ04X009190 Putative Probable calcium-binding protein CML45 6.85647917 L4_control_A3 +LQ04X009190 Putative Probable calcium-binding protein CML45 7.834167197 L4_control_B1 +LQ04X009190 Putative Probable calcium-binding protein CML45 7.026619562 L4_control_B2 +LQ04X009190 Putative Probable calcium-binding protein CML45 9.197996465 L4_control_B3 +LQ04X009190 Putative Probable calcium-binding protein CML45 10.36810867 L4_control_C2 +LQ04X009190 Putative Probable calcium-binding protein CML45 8.581721936 L4_control_C3 +LQ04X009190 Putative Probable calcium-binding protein CML45 10.10670671 L4_chemical_A1 +LQ04X009190 Putative Probable calcium-binding protein CML45 8.767323766 L4_chemical_A2 +LQ04X009190 Putative Probable calcium-binding protein CML45 7.726375457 L4_chemical_A3 +LQ04X009190 Putative Probable calcium-binding protein CML45 8.483021059 L4_chemical_B1 +LQ04X009190 Putative Probable calcium-binding protein CML45 7.803861039 L4_chemical_B2 +LQ04X009190 Putative Probable calcium-binding protein CML45 7.901468036 L4_chemical_B3 +LQ04X009190 Putative Probable calcium-binding protein CML45 6.930473693 L4_chemical_C2 +LQ04X009190 Putative Probable calcium-binding protein CML45 9.092167976 L4_chemical_C3 +LQ04X009220 NAC domain protein 5.916172295 C6_control_A1 +LQ04X009220 NAC domain protein 5.873233899 C6_control_A3 +LQ04X009220 NAC domain protein 5.018086123 C6_control_B1 +LQ04X009220 NAC domain protein 5.50296127 C6_control_B2 +LQ04X009220 NAC domain protein 5.227217942 C6_control_B3 +LQ04X009220 NAC domain protein 7.032291808 C6_control_C1 +LQ04X009220 NAC domain protein 6.428731207 C6_control_C2 +LQ04X009220 NAC domain protein 7.277470872 C6_control_C3 +LQ04X009220 NAC domain protein 5.540828952 C6_chemical_A1 +LQ04X009220 NAC domain protein 7.127159877 C6_chemical_A3 +LQ04X009220 NAC domain protein 5.186195049 C6_chemical_B1 +LQ04X009220 NAC domain protein 5.322857438 C6_chemical_B2 +LQ04X009220 NAC domain protein 6.376246727 C6_chemical_B3 +LQ04X009220 NAC domain protein 6.977023727 C6_chemical_C1 +LQ04X009220 NAC domain protein 6.547610743 C6_chemical_C2 +LQ04X009220 NAC domain protein 7.156554411 C6_chemical_C3 +LQ04X009220 NAC domain protein 7.252799427 L4_control_A1 +LQ04X009220 NAC domain protein 5.38514401 L4_control_A2 +LQ04X009220 NAC domain protein 5.711228989 L4_control_A3 +LQ04X009220 NAC domain protein 5.673888686 L4_control_B1 +LQ04X009220 NAC domain protein 5.075710508 L4_control_B2 +LQ04X009220 NAC domain protein 6.334561189 L4_control_B3 +LQ04X009220 NAC domain protein 5.091448388 L4_control_C2 +LQ04X009220 NAC domain protein 5.828185481 L4_control_C3 +LQ04X009220 NAC domain protein 11.29017188 L4_chemical_A1 +LQ04X009220 NAC domain protein 10.76065834 L4_chemical_A2 +LQ04X009220 NAC domain protein 9.804364997 L4_chemical_A3 +LQ04X009220 NAC domain protein 8.658161312 L4_chemical_B1 +LQ04X009220 NAC domain protein 5.944647059 L4_chemical_B2 +LQ04X009220 NAC domain protein 6.088474268 L4_chemical_B3 +LQ04X009220 NAC domain protein 5.479251105 L4_chemical_C2 +LQ04X009220 NAC domain protein 5.93596553 L4_chemical_C3 +LQ04X009500 Putative phosphate transporter 1 9.935606405 C6_control_A1 +LQ04X009500 Putative phosphate transporter 1 9.917897734 C6_control_A3 +LQ04X009500 Putative phosphate transporter 1 8.918909173 C6_control_B1 +LQ04X009500 Putative phosphate transporter 1 9.897017955 C6_control_B2 +LQ04X009500 Putative phosphate transporter 1 9.779793592 C6_control_B3 +LQ04X009500 Putative phosphate transporter 1 7.334435159 C6_control_C1 +LQ04X009500 Putative phosphate transporter 1 7.137097699 C6_control_C2 +LQ04X009500 Putative phosphate transporter 1 7.638572397 C6_control_C3 +LQ04X009500 Putative phosphate transporter 1 9.466918695 C6_chemical_A1 +LQ04X009500 Putative phosphate transporter 1 9.009872191 C6_chemical_A3 +LQ04X009500 Putative phosphate transporter 1 7.979237217 C6_chemical_B1 +LQ04X009500 Putative phosphate transporter 1 9.431209725 C6_chemical_B2 +LQ04X009500 Putative phosphate transporter 1 8.93808291 C6_chemical_B3 +LQ04X009500 Putative phosphate transporter 1 7.274824607 C6_chemical_C1 +LQ04X009500 Putative phosphate transporter 1 6.59911967 C6_chemical_C2 +LQ04X009500 Putative phosphate transporter 1 6.878248244 C6_chemical_C3 +LQ04X009500 Putative phosphate transporter 1 8.899545123 L4_control_A1 +LQ04X009500 Putative phosphate transporter 1 9.135263178 L4_control_A2 +LQ04X009500 Putative phosphate transporter 1 6.421945574 L4_control_A3 +LQ04X009500 Putative phosphate transporter 1 8.09352547 L4_control_B1 +LQ04X009500 Putative phosphate transporter 1 7.178883975 L4_control_B2 +LQ04X009500 Putative phosphate transporter 1 7.581366315 L4_control_B3 +LQ04X009500 Putative phosphate transporter 1 5.422415122 L4_control_C2 +LQ04X009500 Putative phosphate transporter 1 5.482798722 L4_control_C3 +LQ04X009500 Putative phosphate transporter 1 8.333499202 L4_chemical_A1 +LQ04X009500 Putative phosphate transporter 1 8.371218256 L4_chemical_A2 +LQ04X009500 Putative phosphate transporter 1 6.897084279 L4_chemical_A3 +LQ04X009500 Putative phosphate transporter 1 7.853879339 L4_chemical_B1 +LQ04X009500 Putative phosphate transporter 1 6.379015559 L4_chemical_B2 +LQ04X009500 Putative phosphate transporter 1 7.975194176 L4_chemical_B3 +LQ04X009500 Putative phosphate transporter 1 5.082879627 L4_chemical_C2 +LQ04X009500 Putative phosphate transporter 1 6.335406536 L4_chemical_C3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.46119914 C6_control_A1 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.11086814 C6_control_A3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.61856103 C6_control_B1 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.9504829 C6_control_B2 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.83479714 C6_control_B3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.83787608 C6_control_C1 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.80258675 C6_control_C2 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.10480477 C6_control_C3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.59763607 C6_chemical_A1 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.98990931 C6_chemical_A3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.75926743 C6_chemical_B1 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.02301508 C6_chemical_B2 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.02805465 C6_chemical_B3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.86409992 C6_chemical_C1 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.94110936 C6_chemical_C2 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.00223057 C6_chemical_C3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.7141827 L4_control_A1 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.63386008 L4_control_A2 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.26561 L4_control_A3 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.08788652 L4_control_B1 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.41303848 L4_control_B2 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.97026389 L4_control_B3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.58630007 L4_control_C2 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.82754729 L4_control_C3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.75424148 L4_chemical_A1 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.08650688 L4_chemical_A2 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.63860143 L4_chemical_A3 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.03951316 L4_chemical_B1 +LQ04X009570 Putative Uncharacterized protein At5g39570 14.20893321 L4_chemical_B2 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.90395851 L4_chemical_B3 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.70345719 L4_chemical_C2 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.87288614 L4_chemical_C3 +LQ04X009590 Pectinesterase 31 11.7558329 C6_control_A1 +LQ04X009590 Pectinesterase 31 12.04649236 C6_control_A3 +LQ04X009590 Pectinesterase 31 11.79462835 C6_control_B1 +LQ04X009590 Pectinesterase 31 11.02463945 C6_control_B2 +LQ04X009590 Pectinesterase 31 11.95574083 C6_control_B3 +LQ04X009590 Pectinesterase 31 11.91091832 C6_control_C1 +LQ04X009590 Pectinesterase 31 12.2139934 C6_control_C2 +LQ04X009590 Pectinesterase 31 12.40461085 C6_control_C3 +LQ04X009590 Pectinesterase 31 11.44517107 C6_chemical_A1 +LQ04X009590 Pectinesterase 31 12.11791164 C6_chemical_A3 +LQ04X009590 Pectinesterase 31 11.34577671 C6_chemical_B1 +LQ04X009590 Pectinesterase 31 10.7927962 C6_chemical_B2 +LQ04X009590 Pectinesterase 31 11.6188815 C6_chemical_B3 +LQ04X009590 Pectinesterase 31 11.99197202 C6_chemical_C1 +LQ04X009590 Pectinesterase 31 12.0315598 C6_chemical_C2 +LQ04X009590 Pectinesterase 31 11.802525 C6_chemical_C3 +LQ04X009590 Pectinesterase 31 11.84019426 L4_control_A1 +LQ04X009590 Pectinesterase 31 12.23671163 L4_control_A2 +LQ04X009590 Pectinesterase 31 12.37763657 L4_control_A3 +LQ04X009590 Pectinesterase 31 11.91608402 L4_control_B1 +LQ04X009590 Pectinesterase 31 11.59309868 L4_control_B2 +LQ04X009590 Pectinesterase 31 11.42628622 L4_control_B3 +LQ04X009590 Pectinesterase 31 12.67537975 L4_control_C2 +LQ04X009590 Pectinesterase 31 12.64345831 L4_control_C3 +LQ04X009590 Pectinesterase 31 12.12729765 L4_chemical_A1 +LQ04X009590 Pectinesterase 31 12.16250092 L4_chemical_A2 +LQ04X009590 Pectinesterase 31 12.3475238 L4_chemical_A3 +LQ04X009590 Pectinesterase 31 11.65359807 L4_chemical_B1 +LQ04X009590 Pectinesterase 31 11.41725566 L4_chemical_B2 +LQ04X009590 Pectinesterase 31 11.76413372 L4_chemical_B3 +LQ04X009590 Pectinesterase 31 12.52538617 L4_chemical_C2 +LQ04X009590 Pectinesterase 31 12.71242925 L4_chemical_C3 +LQ04X009620 Vesicle transport v-SNARE 13 5.677940657 C6_control_A1 +LQ04X009620 Vesicle transport v-SNARE 13 5.478342168 C6_control_A3 +LQ04X009620 Vesicle transport v-SNARE 13 5.672807764 C6_control_B1 +LQ04X009620 Vesicle transport v-SNARE 13 5.629493318 C6_control_B2 +LQ04X009620 Vesicle transport v-SNARE 13 5.553641853 C6_control_B3 +LQ04X009620 Vesicle transport v-SNARE 13 6.292434266 C6_control_C1 +LQ04X009620 Vesicle transport v-SNARE 13 6.02392173 C6_control_C2 +LQ04X009620 Vesicle transport v-SNARE 13 5.874705114 C6_control_C3 +LQ04X009620 Vesicle transport v-SNARE 13 5.459821126 C6_chemical_A1 +LQ04X009620 Vesicle transport v-SNARE 13 5.38956533 C6_chemical_A3 +LQ04X009620 Vesicle transport v-SNARE 13 5.782992169 C6_chemical_B1 +LQ04X009620 Vesicle transport v-SNARE 13 5.597798781 C6_chemical_B2 +LQ04X009620 Vesicle transport v-SNARE 13 5.470779419 C6_chemical_B3 +LQ04X009620 Vesicle transport v-SNARE 13 6.068003141 C6_chemical_C1 +LQ04X009620 Vesicle transport v-SNARE 13 5.571835104 C6_chemical_C2 +LQ04X009620 Vesicle transport v-SNARE 13 5.629954455 C6_chemical_C3 +LQ04X009620 Vesicle transport v-SNARE 13 5.717420573 L4_control_A1 +LQ04X009620 Vesicle transport v-SNARE 13 5.200537235 L4_control_A2 +LQ04X009620 Vesicle transport v-SNARE 13 5.269959236 L4_control_A3 +LQ04X009620 Vesicle transport v-SNARE 13 5.086240598 L4_control_B1 +LQ04X009620 Vesicle transport v-SNARE 13 5.455770739 L4_control_B2 +LQ04X009620 Vesicle transport v-SNARE 13 5.780604414 L4_control_B3 +LQ04X009620 Vesicle transport v-SNARE 13 5.071009774 L4_control_C2 +LQ04X009620 Vesicle transport v-SNARE 13 6.062219983 L4_control_C3 +LQ04X009620 Vesicle transport v-SNARE 13 5.665652825 L4_chemical_A1 +LQ04X009620 Vesicle transport v-SNARE 13 5.334218138 L4_chemical_A2 +LQ04X009620 Vesicle transport v-SNARE 13 5.153518291 L4_chemical_A3 +LQ04X009620 Vesicle transport v-SNARE 13 5.67498874 L4_chemical_B1 +LQ04X009620 Vesicle transport v-SNARE 13 5.549970166 L4_chemical_B2 +LQ04X009620 Vesicle transport v-SNARE 13 5.573339716 L4_chemical_B3 +LQ04X009620 Vesicle transport v-SNARE 13 5.095949369 L4_chemical_C2 +LQ04X009620 Vesicle transport v-SNARE 13 5.66384981 L4_chemical_C3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.674406073 C6_control_A1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 7.475892235 C6_control_A3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.727912038 C6_control_B1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.105536532 C6_control_B2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.654391462 C6_control_B3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.703678495 C6_control_C1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.838663307 C6_control_C2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.855511651 C6_control_C3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.492630863 C6_chemical_A1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.148883247 C6_chemical_A3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.5830208 C6_chemical_B1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.260972934 C6_chemical_B2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.852799727 C6_chemical_B3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.622727546 C6_chemical_C1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.954686038 C6_chemical_C2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.657551756 C6_chemical_C3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.022983717 L4_control_A1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.532957556 L4_control_A2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.414410923 L4_control_A3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.912056847 L4_control_B1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.487353948 L4_control_B2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.503412572 L4_control_B3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.246696781 L4_control_C2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.533214883 L4_control_C3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.955424546 L4_chemical_A1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.760717438 L4_chemical_A2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.57395351 L4_chemical_A3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.40108782 L4_chemical_B1 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.183274946 L4_chemical_B2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 5.900588319 L4_chemical_B3 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.429607377 L4_chemical_C2 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.288546502 L4_chemical_C3 +LQ04X009690 Putative uncharacterized protein 5.203090082 C6_control_A1 +LQ04X009690 Putative uncharacterized protein 5.556717945 C6_control_A3 +LQ04X009690 Putative uncharacterized protein 5.114460686 C6_control_B1 +LQ04X009690 Putative uncharacterized protein 5.380071414 C6_control_B2 +LQ04X009690 Putative uncharacterized protein 5.24056066 C6_control_B3 +LQ04X009690 Putative uncharacterized protein 4.96402486 C6_control_C1 +LQ04X009690 Putative uncharacterized protein 5.192845931 C6_control_C2 +LQ04X009690 Putative uncharacterized protein 4.878713896 C6_control_C3 +LQ04X009690 Putative uncharacterized protein 5.41193601 C6_chemical_A1 +LQ04X009690 Putative uncharacterized protein 5.384009451 C6_chemical_A3 +LQ04X009690 Putative uncharacterized protein 4.817029296 C6_chemical_B1 +LQ04X009690 Putative uncharacterized protein 5.219045555 C6_chemical_B2 +LQ04X009690 Putative uncharacterized protein 5.159988535 C6_chemical_B3 +LQ04X009690 Putative uncharacterized protein 5.080776846 C6_chemical_C1 +LQ04X009690 Putative uncharacterized protein 5.040311616 C6_chemical_C2 +LQ04X009690 Putative uncharacterized protein 5.051893358 C6_chemical_C3 +LQ04X009690 Putative uncharacterized protein 5.109784994 L4_control_A1 +LQ04X009690 Putative uncharacterized protein 4.91619273 L4_control_A2 +LQ04X009690 Putative uncharacterized protein 6.316006122 L4_control_A3 +LQ04X009690 Putative uncharacterized protein 5.938925375 L4_control_B1 +LQ04X009690 Putative uncharacterized protein 5.22098507 L4_control_B2 +LQ04X009690 Putative uncharacterized protein 5.316250321 L4_control_B3 +LQ04X009690 Putative uncharacterized protein 5.162225396 L4_control_C2 +LQ04X009690 Putative uncharacterized protein 5.299952317 L4_control_C3 +LQ04X009690 Putative uncharacterized protein 5.511219495 L4_chemical_A1 +LQ04X009690 Putative uncharacterized protein 5.230397916 L4_chemical_A2 +LQ04X009690 Putative uncharacterized protein 5.851599 L4_chemical_A3 +LQ04X009690 Putative uncharacterized protein 5.152766922 L4_chemical_B1 +LQ04X009690 Putative uncharacterized protein 5.468085355 L4_chemical_B2 +LQ04X009690 Putative uncharacterized protein 5.01280342 L4_chemical_B3 +LQ04X009690 Putative uncharacterized protein 5.473086351 L4_chemical_C2 +LQ04X009690 Putative uncharacterized protein 5.792291135 L4_chemical_C3 +LQ04X009710 Probable WRKY transcription factor 3 5.379276013 C6_control_A1 +LQ04X009710 Probable WRKY transcription factor 3 5.810091272 C6_control_A3 +LQ04X009710 Probable WRKY transcription factor 3 5.487150683 C6_control_B1 +LQ04X009710 Probable WRKY transcription factor 3 5.412409147 C6_control_B2 +LQ04X009710 Probable WRKY transcription factor 3 5.034126006 C6_control_B3 +LQ04X009710 Probable WRKY transcription factor 3 5.54867325 C6_control_C1 +LQ04X009710 Probable WRKY transcription factor 3 6.519751519 C6_control_C2 +LQ04X009710 Probable WRKY transcription factor 3 5.8100719 C6_control_C3 +LQ04X009710 Probable WRKY transcription factor 3 5.080053279 C6_chemical_A1 +LQ04X009710 Probable WRKY transcription factor 3 5.641505584 C6_chemical_A3 +LQ04X009710 Probable WRKY transcription factor 3 5.418233192 C6_chemical_B1 +LQ04X009710 Probable WRKY transcription factor 3 5.44394706 C6_chemical_B2 +LQ04X009710 Probable WRKY transcription factor 3 5.47895926 C6_chemical_B3 +LQ04X009710 Probable WRKY transcription factor 3 5.506077233 C6_chemical_C1 +LQ04X009710 Probable WRKY transcription factor 3 5.624027552 C6_chemical_C2 +LQ04X009710 Probable WRKY transcription factor 3 5.654433745 C6_chemical_C3 +LQ04X009710 Probable WRKY transcription factor 3 5.177708732 L4_control_A1 +LQ04X009710 Probable WRKY transcription factor 3 5.446521407 L4_control_A2 +LQ04X009710 Probable WRKY transcription factor 3 5.176536663 L4_control_A3 +LQ04X009710 Probable WRKY transcription factor 3 5.335684433 L4_control_B1 +LQ04X009710 Probable WRKY transcription factor 3 4.863500557 L4_control_B2 +LQ04X009710 Probable WRKY transcription factor 3 5.586065425 L4_control_B3 +LQ04X009710 Probable WRKY transcription factor 3 5.075549302 L4_control_C2 +LQ04X009710 Probable WRKY transcription factor 3 5.719086824 L4_control_C3 +LQ04X009710 Probable WRKY transcription factor 3 5.331835844 L4_chemical_A1 +LQ04X009710 Probable WRKY transcription factor 3 5.283338961 L4_chemical_A2 +LQ04X009710 Probable WRKY transcription factor 3 5.034132977 L4_chemical_A3 +LQ04X009710 Probable WRKY transcription factor 3 5.355053759 L4_chemical_B1 +LQ04X009710 Probable WRKY transcription factor 3 5.180611165 L4_chemical_B2 +LQ04X009710 Probable WRKY transcription factor 3 5.532887077 L4_chemical_B3 +LQ04X009710 Probable WRKY transcription factor 3 5.296200971 L4_chemical_C2 +LQ04X009710 Probable WRKY transcription factor 3 5.391360665 L4_chemical_C3 +LQ04X009720 ATP binding protein, putative 6.473001204 C6_control_A1 +LQ04X009720 ATP binding protein, putative 6.807308745 C6_control_A3 +LQ04X009720 ATP binding protein, putative 7.263604223 C6_control_B1 +LQ04X009720 ATP binding protein, putative 8.071516483 C6_control_B2 +LQ04X009720 ATP binding protein, putative 7.708686057 C6_control_B3 +LQ04X009720 ATP binding protein, putative 6.26513205 C6_control_C1 +LQ04X009720 ATP binding protein, putative 8.24801208 C6_control_C2 +LQ04X009720 ATP binding protein, putative 5.969018036 C6_control_C3 +LQ04X009720 ATP binding protein, putative 6.252046671 C6_chemical_A1 +LQ04X009720 ATP binding protein, putative 6.186451752 C6_chemical_A3 +LQ04X009720 ATP binding protein, putative 7.55902793 C6_chemical_B1 +LQ04X009720 ATP binding protein, putative 7.792460043 C6_chemical_B2 +LQ04X009720 ATP binding protein, putative 6.509041307 C6_chemical_B3 +LQ04X009720 ATP binding protein, putative 6.813427324 C6_chemical_C1 +LQ04X009720 ATP binding protein, putative 6.24714098 C6_chemical_C2 +LQ04X009720 ATP binding protein, putative 5.921002541 C6_chemical_C3 +LQ04X009720 ATP binding protein, putative 6.634664392 L4_control_A1 +LQ04X009720 ATP binding protein, putative 5.90675948 L4_control_A2 +LQ04X009720 ATP binding protein, putative 5.612289143 L4_control_A3 +LQ04X009720 ATP binding protein, putative 8.091994438 L4_control_B1 +LQ04X009720 ATP binding protein, putative 7.05661621 L4_control_B2 +LQ04X009720 ATP binding protein, putative 7.961420262 L4_control_B3 +LQ04X009720 ATP binding protein, putative 5.916534472 L4_control_C2 +LQ04X009720 ATP binding protein, putative 6.10755204 L4_control_C3 +LQ04X009720 ATP binding protein, putative 6.419614294 L4_chemical_A1 +LQ04X009720 ATP binding protein, putative 6.167195041 L4_chemical_A2 +LQ04X009720 ATP binding protein, putative 5.623103362 L4_chemical_A3 +LQ04X009720 ATP binding protein, putative 7.594364147 L4_chemical_B1 +LQ04X009720 ATP binding protein, putative 6.814724027 L4_chemical_B2 +LQ04X009720 ATP binding protein, putative 7.069331714 L4_chemical_B3 +LQ04X009720 ATP binding protein, putative 5.88282445 L4_chemical_C2 +LQ04X009720 ATP binding protein, putative 5.94687057 L4_chemical_C3 +LQ04X009760 Lamin-like protein 15.39077467 C6_control_A1 +LQ04X009760 Lamin-like protein 15.01763342 C6_control_A3 +LQ04X009760 Lamin-like protein 14.80821446 C6_control_B1 +LQ04X009760 Lamin-like protein 13.84097339 C6_control_B2 +LQ04X009760 Lamin-like protein 13.92719167 C6_control_B3 +LQ04X009760 Lamin-like protein 8.982602624 C6_control_C1 +LQ04X009760 Lamin-like protein 9.806306937 C6_control_C2 +LQ04X009760 Lamin-like protein 7.845002239 C6_control_C3 +LQ04X009760 Lamin-like protein 15.16849097 C6_chemical_A1 +LQ04X009760 Lamin-like protein 14.97598683 C6_chemical_A3 +LQ04X009760 Lamin-like protein 14.36418403 C6_chemical_B1 +LQ04X009760 Lamin-like protein 13.72796955 C6_chemical_B2 +LQ04X009760 Lamin-like protein 13.1584244 C6_chemical_B3 +LQ04X009760 Lamin-like protein 8.998724393 C6_chemical_C1 +LQ04X009760 Lamin-like protein 8.401091544 C6_chemical_C2 +LQ04X009760 Lamin-like protein 7.427150655 C6_chemical_C3 +LQ04X009760 Lamin-like protein 15.23646033 L4_control_A1 +LQ04X009760 Lamin-like protein 15.36208445 L4_control_A2 +LQ04X009760 Lamin-like protein 15.21298484 L4_control_A3 +LQ04X009760 Lamin-like protein 14.21034381 L4_control_B1 +LQ04X009760 Lamin-like protein 14.917971 L4_control_B2 +LQ04X009760 Lamin-like protein 12.23397983 L4_control_B3 +LQ04X009760 Lamin-like protein 9.219296405 L4_control_C2 +LQ04X009760 Lamin-like protein 7.589818134 L4_control_C3 +LQ04X009760 Lamin-like protein 14.46691338 L4_chemical_A1 +LQ04X009760 Lamin-like protein 14.74247647 L4_chemical_A2 +LQ04X009760 Lamin-like protein 15.19408681 L4_chemical_A3 +LQ04X009760 Lamin-like protein 14.51056854 L4_chemical_B1 +LQ04X009760 Lamin-like protein 14.7468531 L4_chemical_B2 +LQ04X009760 Lamin-like protein 14.22841597 L4_chemical_B3 +LQ04X009760 Lamin-like protein 9.619676772 L4_chemical_C2 +LQ04X009760 Lamin-like protein 8.618878188 L4_chemical_C3 +LQ04X009770 Chorismate mutase, chloroplastic 5.013008041 C6_control_A1 +LQ04X009770 Chorismate mutase, chloroplastic 5.233879781 C6_control_A3 +LQ04X009770 Chorismate mutase, chloroplastic 5.2104877 C6_control_B1 +LQ04X009770 Chorismate mutase, chloroplastic 4.980632979 C6_control_B2 +LQ04X009770 Chorismate mutase, chloroplastic 5.105614189 C6_control_B3 +LQ04X009770 Chorismate mutase, chloroplastic 4.961261124 C6_control_C1 +LQ04X009770 Chorismate mutase, chloroplastic 4.808791143 C6_control_C2 +LQ04X009770 Chorismate mutase, chloroplastic 5.563170638 C6_control_C3 +LQ04X009770 Chorismate mutase, chloroplastic 5.607832369 C6_chemical_A1 +LQ04X009770 Chorismate mutase, chloroplastic 4.994826971 C6_chemical_A3 +LQ04X009770 Chorismate mutase, chloroplastic 5.1081197 C6_chemical_B1 +LQ04X009770 Chorismate mutase, chloroplastic 5.069385325 C6_chemical_B2 +LQ04X009770 Chorismate mutase, chloroplastic 4.771611086 C6_chemical_B3 +LQ04X009770 Chorismate mutase, chloroplastic 5.052498153 C6_chemical_C1 +LQ04X009770 Chorismate mutase, chloroplastic 4.862187891 C6_chemical_C2 +LQ04X009770 Chorismate mutase, chloroplastic 5.021408454 C6_chemical_C3 +LQ04X009770 Chorismate mutase, chloroplastic 5.051685579 L4_control_A1 +LQ04X009770 Chorismate mutase, chloroplastic 5.319654996 L4_control_A2 +LQ04X009770 Chorismate mutase, chloroplastic 6.019246447 L4_control_A3 +LQ04X009770 Chorismate mutase, chloroplastic 5.130992678 L4_control_B1 +LQ04X009770 Chorismate mutase, chloroplastic 5.330043819 L4_control_B2 +LQ04X009770 Chorismate mutase, chloroplastic 5.030794746 L4_control_B3 +LQ04X009770 Chorismate mutase, chloroplastic 5.642846326 L4_control_C2 +LQ04X009770 Chorismate mutase, chloroplastic 6.721393937 L4_control_C3 +LQ04X009770 Chorismate mutase, chloroplastic 5.355363861 L4_chemical_A1 +LQ04X009770 Chorismate mutase, chloroplastic 4.949942065 L4_chemical_A2 +LQ04X009770 Chorismate mutase, chloroplastic 5.634432069 L4_chemical_A3 +LQ04X009770 Chorismate mutase, chloroplastic 5.062277945 L4_chemical_B1 +LQ04X009770 Chorismate mutase, chloroplastic 5.125358451 L4_chemical_B2 +LQ04X009770 Chorismate mutase, chloroplastic 4.922457051 L4_chemical_B3 +LQ04X009770 Chorismate mutase, chloroplastic 5.208873066 L4_chemical_C2 +LQ04X009770 Chorismate mutase, chloroplastic 6.521016782 L4_chemical_C3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.739364163 C6_control_A1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.677303919 C6_control_A3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.222615891 C6_control_B1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.931531494 C6_control_B2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.838556714 C6_control_B3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.848384457 C6_control_C1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.040286525 C6_control_C2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.023948087 C6_control_C3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.008597588 C6_chemical_A1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.277537255 C6_chemical_A3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.848070458 C6_chemical_B1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.974134198 C6_chemical_B2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.991777809 C6_chemical_B3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.790382412 C6_chemical_C1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.122904352 C6_chemical_C2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.206541082 C6_chemical_C3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.825881107 L4_control_A1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.877224094 L4_control_A2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.416522724 L4_control_A3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.171405297 L4_control_B1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.159986147 L4_control_B2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.773630713 L4_control_B3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.896593742 L4_control_C2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.266584682 L4_control_C3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.967098421 L4_chemical_A1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.799585794 L4_chemical_A2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.387001487 L4_chemical_A3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.291376372 L4_chemical_B1 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.079462656 L4_chemical_B2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.834007731 L4_chemical_B3 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 4.948846175 L4_chemical_C2 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.513564247 L4_chemical_C3 +LQ04X009790 Predicted protein 9.408434742 C6_control_A1 +LQ04X009790 Predicted protein 8.099251697 C6_control_A3 +LQ04X009790 Predicted protein 9.349098451 C6_control_B1 +LQ04X009790 Predicted protein 10.51343187 C6_control_B2 +LQ04X009790 Predicted protein 10.11257685 C6_control_B3 +LQ04X009790 Predicted protein 12.25360024 C6_control_C1 +LQ04X009790 Predicted protein 11.34524022 C6_control_C2 +LQ04X009790 Predicted protein 10.83891257 C6_control_C3 +LQ04X009790 Predicted protein 9.542425216 C6_chemical_A1 +LQ04X009790 Predicted protein 8.951299319 C6_chemical_A3 +LQ04X009790 Predicted protein 9.748819339 C6_chemical_B1 +LQ04X009790 Predicted protein 10.58686081 C6_chemical_B2 +LQ04X009790 Predicted protein 9.881956487 C6_chemical_B3 +LQ04X009790 Predicted protein 12.31305559 C6_chemical_C1 +LQ04X009790 Predicted protein 11.70216516 C6_chemical_C2 +LQ04X009790 Predicted protein 10.95061993 C6_chemical_C3 +LQ04X009790 Predicted protein 8.312912554 L4_control_A1 +LQ04X009790 Predicted protein 7.393161439 L4_control_A2 +LQ04X009790 Predicted protein 9.290400678 L4_control_A3 +LQ04X009790 Predicted protein 8.883121222 L4_control_B1 +LQ04X009790 Predicted protein 8.949188728 L4_control_B2 +LQ04X009790 Predicted protein 9.665191578 L4_control_B3 +LQ04X009790 Predicted protein 10.36161263 L4_control_C2 +LQ04X009790 Predicted protein 9.760794511 L4_control_C3 +LQ04X009790 Predicted protein 8.976929957 L4_chemical_A1 +LQ04X009790 Predicted protein 9.316972303 L4_chemical_A2 +LQ04X009790 Predicted protein 9.300053074 L4_chemical_A3 +LQ04X009790 Predicted protein 9.126445656 L4_chemical_B1 +LQ04X009790 Predicted protein 7.782949059 L4_chemical_B2 +LQ04X009790 Predicted protein 8.71135768 L4_chemical_B3 +LQ04X009790 Predicted protein 9.693014704 L4_chemical_C2 +LQ04X009790 Predicted protein 9.905041611 L4_chemical_C3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.861841876 C6_control_A1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.653915562 C6_control_A3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.828658066 C6_control_B1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.705757292 C6_control_B2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.79015479 C6_control_B3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.223672691 C6_control_C1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.615529702 C6_control_C2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.828817745 C6_control_C3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.10918787 C6_chemical_A1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.925484841 C6_chemical_A3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.590074849 C6_chemical_B1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.600401573 C6_chemical_B2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.647811309 C6_chemical_B3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.977208994 C6_chemical_C1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.881462007 C6_chemical_C2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.049229406 C6_chemical_C3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.814385144 L4_control_A1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.589487783 L4_control_A2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.014424985 L4_control_A3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.566723929 L4_control_B1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.549795097 L4_control_B2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.868517544 L4_control_B3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.402202727 L4_control_C2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.069140224 L4_control_C3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.798835755 L4_chemical_A1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.87331979 L4_chemical_A2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.022096546 L4_chemical_A3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.676593588 L4_chemical_B1 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.763538277 L4_chemical_B2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.773950707 L4_chemical_B3 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.318150433 L4_chemical_C2 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 4.883902375 L4_chemical_C3 +LQ04X009830 Putative F-box protein At4g12560 10.81138696 C6_control_A1 +LQ04X009830 Putative F-box protein At4g12560 10.05064595 C6_control_A3 +LQ04X009830 Putative F-box protein At4g12560 11.97448899 C6_control_B1 +LQ04X009830 Putative F-box protein At4g12560 12.59673192 C6_control_B2 +LQ04X009830 Putative F-box protein At4g12560 12.5150356 C6_control_B3 +LQ04X009830 Putative F-box protein At4g12560 13.19652936 C6_control_C1 +LQ04X009830 Putative F-box protein At4g12560 13.54833784 C6_control_C2 +LQ04X009830 Putative F-box protein At4g12560 13.29391076 C6_control_C3 +LQ04X009830 Putative F-box protein At4g12560 10.75875026 C6_chemical_A1 +LQ04X009830 Putative F-box protein At4g12560 10.48279101 C6_chemical_A3 +LQ04X009830 Putative F-box protein At4g12560 12.38080965 C6_chemical_B1 +LQ04X009830 Putative F-box protein At4g12560 12.48113971 C6_chemical_B2 +LQ04X009830 Putative F-box protein At4g12560 12.54348294 C6_chemical_B3 +LQ04X009830 Putative F-box protein At4g12560 13.28633103 C6_chemical_C1 +LQ04X009830 Putative F-box protein At4g12560 13.73520116 C6_chemical_C2 +LQ04X009830 Putative F-box protein At4g12560 13.63349406 C6_chemical_C3 +LQ04X009830 Putative F-box protein At4g12560 9.237824389 L4_control_A1 +LQ04X009830 Putative F-box protein At4g12560 10.75179482 L4_control_A2 +LQ04X009830 Putative F-box protein At4g12560 11.2464574 L4_control_A3 +LQ04X009830 Putative F-box protein At4g12560 12.16606705 L4_control_B1 +LQ04X009830 Putative F-box protein At4g12560 12.24149041 L4_control_B2 +LQ04X009830 Putative F-box protein At4g12560 11.93854594 L4_control_B3 +LQ04X009830 Putative F-box protein At4g12560 13.24829642 L4_control_C2 +LQ04X009830 Putative F-box protein At4g12560 13.09631651 L4_control_C3 +LQ04X009830 Putative F-box protein At4g12560 10.32549071 L4_chemical_A1 +LQ04X009830 Putative F-box protein At4g12560 12.43753538 L4_chemical_A2 +LQ04X009830 Putative F-box protein At4g12560 10.32206308 L4_chemical_A3 +LQ04X009830 Putative F-box protein At4g12560 12.05860642 L4_chemical_B1 +LQ04X009830 Putative F-box protein At4g12560 12.49278735 L4_chemical_B2 +LQ04X009830 Putative F-box protein At4g12560 11.51835855 L4_chemical_B3 +LQ04X009830 Putative F-box protein At4g12560 13.29621796 L4_chemical_C2 +LQ04X009830 Putative F-box protein At4g12560 13.51874102 L4_chemical_C3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.504096676 C6_control_A1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.469461636 C6_control_A3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 8.308655591 C6_control_B1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.51016705 C6_control_B2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 8.658325114 C6_control_B3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 11.05472721 C6_control_C1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 11.06995225 C6_control_C2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.48450851 C6_control_C3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.218084203 C6_chemical_A1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.517181573 C6_chemical_A3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 7.94857487 C6_chemical_B1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.1009504 C6_chemical_B2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 8.879421645 C6_chemical_B3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.8609146 C6_chemical_C1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.84211962 C6_chemical_C2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.12912337 C6_chemical_C3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.878608106 L4_control_A1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.23029274 L4_control_A2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.33028364 L4_control_A3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 8.696068617 L4_control_B1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.994514379 L4_control_B2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.883563514 L4_control_B3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.32381108 L4_control_C2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.30647696 L4_control_C3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.314779759 L4_chemical_A1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.72054239 L4_chemical_A2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.712403914 L4_chemical_A3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 8.731835782 L4_chemical_B1 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 8.908697299 L4_chemical_B2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.620685915 L4_chemical_B3 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 10.46382757 L4_chemical_C2 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.857397503 L4_chemical_C3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.833786166 C6_control_A1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.538419741 C6_control_A3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.314986045 C6_control_B1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.738336639 C6_control_B2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.972576288 C6_control_B3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.879931168 C6_control_C1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.349567167 C6_control_C2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.116654379 C6_control_C3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.607260486 C6_chemical_A1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.92479977 C6_chemical_A3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.556812154 C6_chemical_B1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.725356117 C6_chemical_B2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.431058332 C6_chemical_B3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.024717445 C6_chemical_C1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.211203372 C6_chemical_C2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.208054586 C6_chemical_C3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.9901261 L4_control_A1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.765783297 L4_control_A2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.355452095 L4_control_A3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.420609838 L4_control_B1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.193173165 L4_control_B2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.285977271 L4_control_B3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.527298101 L4_control_C2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.162226791 L4_control_C3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.436948697 L4_chemical_A1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.29651607 L4_chemical_A2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.482099479 L4_chemical_A3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.298873366 L4_chemical_B1 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.845738081 L4_chemical_B2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.792078278 L4_chemical_B3 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.847813229 L4_chemical_C2 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 6.984593697 L4_chemical_C3 +LQ04X010020 Exocyst complex component 2 5.876376526 C6_control_A1 +LQ04X010020 Exocyst complex component 2 5.950767651 C6_control_A3 +LQ04X010020 Exocyst complex component 2 5.858623234 C6_control_B1 +LQ04X010020 Exocyst complex component 2 5.908017849 C6_control_B2 +LQ04X010020 Exocyst complex component 2 5.565151743 C6_control_B3 +LQ04X010020 Exocyst complex component 2 6.198628888 C6_control_C1 +LQ04X010020 Exocyst complex component 2 5.930853545 C6_control_C2 +LQ04X010020 Exocyst complex component 2 5.968242674 C6_control_C3 +LQ04X010020 Exocyst complex component 2 5.617551746 C6_chemical_A1 +LQ04X010020 Exocyst complex component 2 6.028183498 C6_chemical_A3 +LQ04X010020 Exocyst complex component 2 5.917457394 C6_chemical_B1 +LQ04X010020 Exocyst complex component 2 5.831705482 C6_chemical_B2 +LQ04X010020 Exocyst complex component 2 5.483147972 C6_chemical_B3 +LQ04X010020 Exocyst complex component 2 6.124506326 C6_chemical_C1 +LQ04X010020 Exocyst complex component 2 5.751571993 C6_chemical_C2 +LQ04X010020 Exocyst complex component 2 6.037173028 C6_chemical_C3 +LQ04X010020 Exocyst complex component 2 5.673885603 L4_control_A1 +LQ04X010020 Exocyst complex component 2 5.73796697 L4_control_A2 +LQ04X010020 Exocyst complex component 2 5.752208067 L4_control_A3 +LQ04X010020 Exocyst complex component 2 5.92394601 L4_control_B1 +LQ04X010020 Exocyst complex component 2 5.617778893 L4_control_B2 +LQ04X010020 Exocyst complex component 2 5.309596716 L4_control_B3 +LQ04X010020 Exocyst complex component 2 6.238185771 L4_control_C2 +LQ04X010020 Exocyst complex component 2 6.15147174 L4_control_C3 +LQ04X010020 Exocyst complex component 2 5.725032682 L4_chemical_A1 +LQ04X010020 Exocyst complex component 2 5.467833247 L4_chemical_A2 +LQ04X010020 Exocyst complex component 2 5.598861497 L4_chemical_A3 +LQ04X010020 Exocyst complex component 2 5.998202115 L4_chemical_B1 +LQ04X010020 Exocyst complex component 2 5.306979035 L4_chemical_B2 +LQ04X010020 Exocyst complex component 2 5.873528732 L4_chemical_B3 +LQ04X010020 Exocyst complex component 2 5.774945498 L4_chemical_C2 +LQ04X010020 Exocyst complex component 2 5.314160087 L4_chemical_C3 +LQ04X010050 Predicted protein 5.473409344 C6_control_A1 +LQ04X010050 Predicted protein 5.468173536 C6_control_A3 +LQ04X010050 Predicted protein 5.36549056 C6_control_B1 +LQ04X010050 Predicted protein 5.843010261 C6_control_B2 +LQ04X010050 Predicted protein 5.169819441 C6_control_B3 +LQ04X010050 Predicted protein 5.124792204 C6_control_C1 +LQ04X010050 Predicted protein 5.936842222 C6_control_C2 +LQ04X010050 Predicted protein 5.329693333 C6_control_C3 +LQ04X010050 Predicted protein 5.178761624 C6_chemical_A1 +LQ04X010050 Predicted protein 4.862083376 C6_chemical_A3 +LQ04X010050 Predicted protein 4.751748062 C6_chemical_B1 +LQ04X010050 Predicted protein 5.576751776 C6_chemical_B2 +LQ04X010050 Predicted protein 4.937295636 C6_chemical_B3 +LQ04X010050 Predicted protein 5.681496138 C6_chemical_C1 +LQ04X010050 Predicted protein 5.313608946 C6_chemical_C2 +LQ04X010050 Predicted protein 5.29731397 C6_chemical_C3 +LQ04X010050 Predicted protein 5.188834119 L4_control_A1 +LQ04X010050 Predicted protein 4.936123562 L4_control_A2 +LQ04X010050 Predicted protein 5.15129971 L4_control_A3 +LQ04X010050 Predicted protein 5.224711146 L4_control_B1 +LQ04X010050 Predicted protein 5.169811093 L4_control_B2 +LQ04X010050 Predicted protein 5.264459017 L4_control_B3 +LQ04X010050 Predicted protein 4.953022706 L4_control_C2 +LQ04X010050 Predicted protein 5.224838122 L4_control_C3 +LQ04X010050 Predicted protein 5.173511326 L4_chemical_A1 +LQ04X010050 Predicted protein 5.1814966 L4_chemical_A2 +LQ04X010050 Predicted protein 5.192735637 L4_chemical_A3 +LQ04X010050 Predicted protein 5.154225153 L4_chemical_B1 +LQ04X010050 Predicted protein 5.023595491 L4_chemical_B2 +LQ04X010050 Predicted protein 5.458056463 L4_chemical_B3 +LQ04X010050 Predicted protein 5.500882076 L4_chemical_C2 +LQ04X010050 Predicted protein 5.314309383 L4_chemical_C3 +LQ04X010080 Predicted protein 13.61230121 C6_control_A1 +LQ04X010080 Predicted protein 13.34444986 C6_control_A3 +LQ04X010080 Predicted protein 13.89443953 C6_control_B1 +LQ04X010080 Predicted protein 13.90447602 C6_control_B2 +LQ04X010080 Predicted protein 13.75364128 C6_control_B3 +LQ04X010080 Predicted protein 13.98537025 C6_control_C1 +LQ04X010080 Predicted protein 14.03408946 C6_control_C2 +LQ04X010080 Predicted protein 14.47955172 C6_control_C3 +LQ04X010080 Predicted protein 13.63787774 C6_chemical_A1 +LQ04X010080 Predicted protein 13.57309033 C6_chemical_A3 +LQ04X010080 Predicted protein 13.71398659 C6_chemical_B1 +LQ04X010080 Predicted protein 13.94715157 C6_chemical_B2 +LQ04X010080 Predicted protein 13.95101937 C6_chemical_B3 +LQ04X010080 Predicted protein 13.78671615 C6_chemical_C1 +LQ04X010080 Predicted protein 14.05558254 C6_chemical_C2 +LQ04X010080 Predicted protein 13.89634629 C6_chemical_C3 +LQ04X010080 Predicted protein 13.5041919 L4_control_A1 +LQ04X010080 Predicted protein 12.88924374 L4_control_A2 +LQ04X010080 Predicted protein 12.92022373 L4_control_A3 +LQ04X010080 Predicted protein 13.90292989 L4_control_B1 +LQ04X010080 Predicted protein 13.2535863 L4_control_B2 +LQ04X010080 Predicted protein 13.82045943 L4_control_B3 +LQ04X010080 Predicted protein 13.42353863 L4_control_C2 +LQ04X010080 Predicted protein 12.91964038 L4_control_C3 +LQ04X010080 Predicted protein 13.22391398 L4_chemical_A1 +LQ04X010080 Predicted protein 13.1162441 L4_chemical_A2 +LQ04X010080 Predicted protein 12.97729469 L4_chemical_A3 +LQ04X010080 Predicted protein 13.22747438 L4_chemical_B1 +LQ04X010080 Predicted protein 13.34994633 L4_chemical_B2 +LQ04X010080 Predicted protein 13.70198423 L4_chemical_B3 +LQ04X010080 Predicted protein 13.10396753 L4_chemical_C2 +LQ04X010080 Predicted protein 13.039665 L4_chemical_C3 +LQ04X010090 Putative uncharacterized protein 5.073490373 C6_control_A1 +LQ04X010090 Putative uncharacterized protein 5.329457203 C6_control_A3 +LQ04X010090 Putative uncharacterized protein 5.262004312 C6_control_B1 +LQ04X010090 Putative uncharacterized protein 5.101122705 C6_control_B2 +LQ04X010090 Putative uncharacterized protein 5.56899595 C6_control_B3 +LQ04X010090 Putative uncharacterized protein 5.028406261 C6_control_C1 +LQ04X010090 Putative uncharacterized protein 5.798349052 C6_control_C2 +LQ04X010090 Putative uncharacterized protein 4.999498318 C6_control_C3 +LQ04X010090 Putative uncharacterized protein 5.072884702 C6_chemical_A1 +LQ04X010090 Putative uncharacterized protein 5.357944764 C6_chemical_A3 +LQ04X010090 Putative uncharacterized protein 5.012571667 C6_chemical_B1 +LQ04X010090 Putative uncharacterized protein 5.1583187 C6_chemical_B2 +LQ04X010090 Putative uncharacterized protein 5.429082288 C6_chemical_B3 +LQ04X010090 Putative uncharacterized protein 5.319912959 C6_chemical_C1 +LQ04X010090 Putative uncharacterized protein 5.443895749 C6_chemical_C2 +LQ04X010090 Putative uncharacterized protein 5.165782273 C6_chemical_C3 +LQ04X010090 Putative uncharacterized protein 5.141622401 L4_control_A1 +LQ04X010090 Putative uncharacterized protein 5.436652473 L4_control_A2 +LQ04X010090 Putative uncharacterized protein 5.201012349 L4_control_A3 +LQ04X010090 Putative uncharacterized protein 5.138279858 L4_control_B1 +LQ04X010090 Putative uncharacterized protein 5.021090861 L4_control_B2 +LQ04X010090 Putative uncharacterized protein 5.402456279 L4_control_B3 +LQ04X010090 Putative uncharacterized protein 6.026490361 L4_control_C2 +LQ04X010090 Putative uncharacterized protein 5.348987164 L4_control_C3 +LQ04X010090 Putative uncharacterized protein 4.972482802 L4_chemical_A1 +LQ04X010090 Putative uncharacterized protein 5.272242222 L4_chemical_A2 +LQ04X010090 Putative uncharacterized protein 4.970355519 L4_chemical_A3 +LQ04X010090 Putative uncharacterized protein 5.558904008 L4_chemical_B1 +LQ04X010090 Putative uncharacterized protein 5.301079138 L4_chemical_B2 +LQ04X010090 Putative uncharacterized protein 5.452860187 L4_chemical_B3 +LQ04X010090 Putative uncharacterized protein 5.090511856 L4_chemical_C2 +LQ04X010090 Putative uncharacterized protein 5.7712741 L4_chemical_C3 +LQ04X010110 Chaperone protein clpB 2 9.560884841 C6_control_A1 +LQ04X010110 Chaperone protein clpB 2 9.436391768 C6_control_A3 +LQ04X010110 Chaperone protein clpB 2 9.947123453 C6_control_B1 +LQ04X010110 Chaperone protein clpB 2 10.63868476 C6_control_B2 +LQ04X010110 Chaperone protein clpB 2 10.11028317 C6_control_B3 +LQ04X010110 Chaperone protein clpB 2 12.40050953 C6_control_C1 +LQ04X010110 Chaperone protein clpB 2 12.55646838 C6_control_C2 +LQ04X010110 Chaperone protein clpB 2 11.83608984 C6_control_C3 +LQ04X010110 Chaperone protein clpB 2 10.07170077 C6_chemical_A1 +LQ04X010110 Chaperone protein clpB 2 9.807495681 C6_chemical_A3 +LQ04X010110 Chaperone protein clpB 2 10.56320417 C6_chemical_B1 +LQ04X010110 Chaperone protein clpB 2 10.96162152 C6_chemical_B2 +LQ04X010110 Chaperone protein clpB 2 10.52972441 C6_chemical_B3 +LQ04X010110 Chaperone protein clpB 2 12.76405771 C6_chemical_C1 +LQ04X010110 Chaperone protein clpB 2 12.77357478 C6_chemical_C2 +LQ04X010110 Chaperone protein clpB 2 12.39968685 C6_chemical_C3 +LQ04X010110 Chaperone protein clpB 2 9.946298683 L4_control_A1 +LQ04X010110 Chaperone protein clpB 2 10.20212993 L4_control_A2 +LQ04X010110 Chaperone protein clpB 2 10.15073634 L4_control_A3 +LQ04X010110 Chaperone protein clpB 2 10.3782577 L4_control_B1 +LQ04X010110 Chaperone protein clpB 2 10.84767762 L4_control_B2 +LQ04X010110 Chaperone protein clpB 2 11.48303332 L4_control_B3 +LQ04X010110 Chaperone protein clpB 2 12.91768276 L4_control_C2 +LQ04X010110 Chaperone protein clpB 2 12.36511198 L4_control_C3 +LQ04X010110 Chaperone protein clpB 2 10.38191206 L4_chemical_A1 +LQ04X010110 Chaperone protein clpB 2 10.53204746 L4_chemical_A2 +LQ04X010110 Chaperone protein clpB 2 10.00587251 L4_chemical_A3 +LQ04X010110 Chaperone protein clpB 2 10.24623916 L4_chemical_B1 +LQ04X010110 Chaperone protein clpB 2 10.80221938 L4_chemical_B2 +LQ04X010110 Chaperone protein clpB 2 10.44272403 L4_chemical_B3 +LQ04X010110 Chaperone protein clpB 2 12.88318504 L4_chemical_C2 +LQ04X010110 Chaperone protein clpB 2 12.2278608 L4_chemical_C3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.764547698 C6_control_A1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.721767159 C6_control_A3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.992497706 C6_control_B1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 9.013500432 C6_control_B2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.863319279 C6_control_B3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 9.037193191 C6_control_C1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 9.549986977 C6_control_C2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 9.204089763 C6_control_C3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.803081751 C6_chemical_A1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.889667006 C6_chemical_A3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.840236552 C6_chemical_B1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 9.379079509 C6_chemical_B2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 9.557736817 C6_chemical_B3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 9.312993814 C6_chemical_C1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 9.476042393 C6_chemical_C2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 10.15702504 C6_chemical_C3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.716626725 L4_control_A1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.839438087 L4_control_A2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.432670965 L4_control_A3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.506889339 L4_control_B1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.4161407 L4_control_B2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.94667733 L4_control_B3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.853262828 L4_control_C2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.815872399 L4_control_C3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.692115208 L4_chemical_A1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.524914293 L4_chemical_A2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.855827481 L4_chemical_A3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.172357149 L4_chemical_B1 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.195726952 L4_chemical_B2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.826591758 L4_chemical_B3 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.53041302 L4_chemical_C2 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.695719957 L4_chemical_C3 +LQ04X010130 Probable galacturonosyltransferase 13 10.65005873 C6_control_A1 +LQ04X010130 Probable galacturonosyltransferase 13 10.52511361 C6_control_A3 +LQ04X010130 Probable galacturonosyltransferase 13 10.86978519 C6_control_B1 +LQ04X010130 Probable galacturonosyltransferase 13 10.12987148 C6_control_B2 +LQ04X010130 Probable galacturonosyltransferase 13 10.70172747 C6_control_B3 +LQ04X010130 Probable galacturonosyltransferase 13 9.708779519 C6_control_C1 +LQ04X010130 Probable galacturonosyltransferase 13 9.547959992 C6_control_C2 +LQ04X010130 Probable galacturonosyltransferase 13 9.687562607 C6_control_C3 +LQ04X010130 Probable galacturonosyltransferase 13 10.5040261 C6_chemical_A1 +LQ04X010130 Probable galacturonosyltransferase 13 10.45361795 C6_chemical_A3 +LQ04X010130 Probable galacturonosyltransferase 13 10.75603435 C6_chemical_B1 +LQ04X010130 Probable galacturonosyltransferase 13 10.03905809 C6_chemical_B2 +LQ04X010130 Probable galacturonosyltransferase 13 10.40808314 C6_chemical_B3 +LQ04X010130 Probable galacturonosyltransferase 13 9.621266913 C6_chemical_C1 +LQ04X010130 Probable galacturonosyltransferase 13 9.544458405 C6_chemical_C2 +LQ04X010130 Probable galacturonosyltransferase 13 9.918853139 C6_chemical_C3 +LQ04X010130 Probable galacturonosyltransferase 13 10.74768088 L4_control_A1 +LQ04X010130 Probable galacturonosyltransferase 13 11.18406767 L4_control_A2 +LQ04X010130 Probable galacturonosyltransferase 13 11.37837077 L4_control_A3 +LQ04X010130 Probable galacturonosyltransferase 13 11.16374535 L4_control_B1 +LQ04X010130 Probable galacturonosyltransferase 13 11.1656696 L4_control_B2 +LQ04X010130 Probable galacturonosyltransferase 13 10.998593 L4_control_B3 +LQ04X010130 Probable galacturonosyltransferase 13 10.53121471 L4_control_C2 +LQ04X010130 Probable galacturonosyltransferase 13 10.75486485 L4_control_C3 +LQ04X010130 Probable galacturonosyltransferase 13 10.44430139 L4_chemical_A1 +LQ04X010130 Probable galacturonosyltransferase 13 10.49927282 L4_chemical_A2 +LQ04X010130 Probable galacturonosyltransferase 13 11.18181103 L4_chemical_A3 +LQ04X010130 Probable galacturonosyltransferase 13 10.78175502 L4_chemical_B1 +LQ04X010130 Probable galacturonosyltransferase 13 10.84444751 L4_chemical_B2 +LQ04X010130 Probable galacturonosyltransferase 13 10.89492368 L4_chemical_B3 +LQ04X010130 Probable galacturonosyltransferase 13 10.17466118 L4_chemical_C2 +LQ04X010130 Probable galacturonosyltransferase 13 10.92133236 L4_chemical_C3 +LQ04X010150 Predicted protein 10.77790159 C6_control_A1 +LQ04X010150 Predicted protein 11.24378629 C6_control_A3 +LQ04X010150 Predicted protein 9.95682587 C6_control_B1 +LQ04X010150 Predicted protein 10.3870756 C6_control_B2 +LQ04X010150 Predicted protein 9.898785237 C6_control_B3 +LQ04X010150 Predicted protein 9.730119325 C6_control_C1 +LQ04X010150 Predicted protein 9.858993217 C6_control_C2 +LQ04X010150 Predicted protein 10.38683542 C6_control_C3 +LQ04X010150 Predicted protein 10.55097284 C6_chemical_A1 +LQ04X010150 Predicted protein 11.45273353 C6_chemical_A3 +LQ04X010150 Predicted protein 9.643867508 C6_chemical_B1 +LQ04X010150 Predicted protein 10.42950742 C6_chemical_B2 +LQ04X010150 Predicted protein 10.03959171 C6_chemical_B3 +LQ04X010150 Predicted protein 9.60547341 C6_chemical_C1 +LQ04X010150 Predicted protein 9.982170838 C6_chemical_C2 +LQ04X010150 Predicted protein 10.5476537 C6_chemical_C3 +LQ04X010150 Predicted protein 10.52592823 L4_control_A1 +LQ04X010150 Predicted protein 10.38057606 L4_control_A2 +LQ04X010150 Predicted protein 10.89156829 L4_control_A3 +LQ04X010150 Predicted protein 9.021360629 L4_control_B1 +LQ04X010150 Predicted protein 9.783593659 L4_control_B2 +LQ04X010150 Predicted protein 9.870829408 L4_control_B3 +LQ04X010150 Predicted protein 8.98080861 L4_control_C2 +LQ04X010150 Predicted protein 9.11780334 L4_control_C3 +LQ04X010150 Predicted protein 10.95985656 L4_chemical_A1 +LQ04X010150 Predicted protein 10.21411041 L4_chemical_A2 +LQ04X010150 Predicted protein 10.63414671 L4_chemical_A3 +LQ04X010150 Predicted protein 9.238305497 L4_chemical_B1 +LQ04X010150 Predicted protein 9.601891371 L4_chemical_B2 +LQ04X010150 Predicted protein 10.02445822 L4_chemical_B3 +LQ04X010150 Predicted protein 8.409816589 L4_chemical_C2 +LQ04X010150 Predicted protein 8.9136635 L4_chemical_C3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 9.922164665 C6_control_A1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 10.76053155 C6_control_A3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 10.2160619 C6_control_B1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 10.27658313 C6_control_B2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 10.97907768 C6_control_B3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.42914926 C6_control_C1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 12.48306083 C6_control_C2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 12.51057808 C6_control_C3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 10.97240293 C6_chemical_A1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.29834796 C6_chemical_A3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.20584568 C6_chemical_B1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.51670175 C6_chemical_B2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.55763044 C6_chemical_B3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 13.08875407 C6_chemical_C1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 12.7213241 C6_chemical_C2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 12.87276156 C6_chemical_C3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 10.9306808 L4_control_A1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.2280874 L4_control_A2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.04377973 L4_control_A3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.82769922 L4_control_B1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.79545421 L4_control_B2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 12.96786956 L4_control_B3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 12.79953565 L4_control_C2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 12.77497689 L4_control_C3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.24655844 L4_chemical_A1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.45964395 L4_chemical_A2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.44989003 L4_chemical_A3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.08461884 L4_chemical_B1 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.64506275 L4_chemical_B2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 11.90025977 L4_chemical_B3 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 12.96297163 L4_chemical_C2 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 13.77575108 L4_chemical_C3 +LQ04X010200 Putative Predicted protein 5.326630372 C6_control_A1 +LQ04X010200 Putative Predicted protein 4.739146611 C6_control_A3 +LQ04X010200 Putative Predicted protein 5.092923143 C6_control_B1 +LQ04X010200 Putative Predicted protein 5.872239288 C6_control_B2 +LQ04X010200 Putative Predicted protein 4.95585789 C6_control_B3 +LQ04X010200 Putative Predicted protein 6.210458712 C6_control_C1 +LQ04X010200 Putative Predicted protein 5.83980082 C6_control_C2 +LQ04X010200 Putative Predicted protein 6.370772959 C6_control_C3 +LQ04X010200 Putative Predicted protein 6.151849267 C6_chemical_A1 +LQ04X010200 Putative Predicted protein 5.647254516 C6_chemical_A3 +LQ04X010200 Putative Predicted protein 5.347039858 C6_chemical_B1 +LQ04X010200 Putative Predicted protein 6.803122392 C6_chemical_B2 +LQ04X010200 Putative Predicted protein 5.893580452 C6_chemical_B3 +LQ04X010200 Putative Predicted protein 6.173997481 C6_chemical_C1 +LQ04X010200 Putative Predicted protein 6.726109317 C6_chemical_C2 +LQ04X010200 Putative Predicted protein 7.142047079 C6_chemical_C3 +LQ04X010200 Putative Predicted protein 6.405206505 L4_control_A1 +LQ04X010200 Putative Predicted protein 5.643962481 L4_control_A2 +LQ04X010200 Putative Predicted protein 4.941640412 L4_control_A3 +LQ04X010200 Putative Predicted protein 6.020493765 L4_control_B1 +LQ04X010200 Putative Predicted protein 5.038762007 L4_control_B2 +LQ04X010200 Putative Predicted protein 7.679940593 L4_control_B3 +LQ04X010200 Putative Predicted protein 4.968458674 L4_control_C2 +LQ04X010200 Putative Predicted protein 5.87111989 L4_control_C3 +LQ04X010200 Putative Predicted protein 6.573595667 L4_chemical_A1 +LQ04X010200 Putative Predicted protein 5.632231528 L4_chemical_A2 +LQ04X010200 Putative Predicted protein 5.051440357 L4_chemical_A3 +LQ04X010200 Putative Predicted protein 5.398898618 L4_chemical_B1 +LQ04X010200 Putative Predicted protein 4.557980512 L4_chemical_B2 +LQ04X010200 Putative Predicted protein 7.277253901 L4_chemical_B3 +LQ04X010200 Putative Predicted protein 4.720433746 L4_chemical_C2 +LQ04X010200 Putative Predicted protein 5.018572882 L4_chemical_C3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.65231019 C6_control_A1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.56134339 C6_control_A3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.11509978 C6_control_B1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.24618895 C6_control_B2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.91277606 C6_control_B3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 10.39208485 C6_control_C1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 10.57234598 C6_control_C2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 10.95280754 C6_control_C3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.5474351 C6_chemical_A1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.42209789 C6_chemical_A3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.63926074 C6_chemical_B1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.1139473 C6_chemical_B2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.49669152 C6_chemical_B3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 10.43003514 C6_chemical_C1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 9.846993756 C6_chemical_C2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 10.29678203 C6_chemical_C3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.0996808 L4_control_A1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.28028135 L4_control_A2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.25524253 L4_control_A3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.52602178 L4_control_B1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.64476266 L4_control_B2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.42336829 L4_control_B3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 10.60538043 L4_control_C2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 11.70670833 L4_control_C3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.80124217 L4_chemical_A1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.21070189 L4_chemical_A2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.02787605 L4_chemical_A3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.65986353 L4_chemical_B1 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.605233 L4_chemical_B2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 14.30255419 L4_chemical_B3 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 10.18283625 L4_chemical_C2 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 11.17058236 L4_chemical_C3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.69421432 C6_control_A1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.74147825 C6_control_A3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.59388361 C6_control_B1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.63249706 C6_control_B2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.49333484 C6_control_B3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.6172663 C6_control_C1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.62352488 C6_control_C2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.22584716 C6_control_C3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.60960412 C6_chemical_A1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.66791197 C6_chemical_A3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.42224331 C6_chemical_B1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.32852078 C6_chemical_B2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.3411689 C6_chemical_B3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.66938161 C6_chemical_C1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.47984376 C6_chemical_C2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.15460902 C6_chemical_C3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.76413449 L4_control_A1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.72211677 L4_control_A2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.67049919 L4_control_A3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.4201979 L4_control_B1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.26978719 L4_control_B2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.42374526 L4_control_B3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 12.89275041 L4_control_C2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.12185416 L4_control_C3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.88185629 L4_chemical_A1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.57119034 L4_chemical_A2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.8147452 L4_chemical_A3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.2813242 L4_chemical_B1 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.20939102 L4_chemical_B2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.45088268 L4_chemical_B3 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 12.96534846 L4_chemical_C2 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.31161276 L4_chemical_C3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 6.032594828 C6_control_A1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.546037178 C6_control_A3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.707249741 C6_control_B1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 6.018714893 C6_control_B2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.796208781 C6_control_B3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.624794922 C6_control_C1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.438419849 C6_control_C2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.373929836 C6_control_C3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.493457687 C6_chemical_A1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.625765865 C6_chemical_A3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.518899752 C6_chemical_B1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.853751575 C6_chemical_B2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 6.19907868 C6_chemical_B3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.549917818 C6_chemical_C1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.890876091 C6_chemical_C2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.235269769 C6_chemical_C3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.830269758 L4_control_A1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.188919421 L4_control_A2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 6.178568131 L4_control_A3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.425727131 L4_control_B1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.90553152 L4_control_B2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.218800079 L4_control_B3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.47391468 L4_control_C2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.462330987 L4_control_C3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.519131491 L4_chemical_A1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.410973726 L4_chemical_A2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.680112875 L4_chemical_A3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.352610549 L4_chemical_B1 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.662488305 L4_chemical_B2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.911913472 L4_chemical_B3 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.267578818 L4_chemical_C2 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.002792186 L4_chemical_C3 +LQ04X010340 F-box protein At5g39250 10.83527631 C6_control_A1 +LQ04X010340 F-box protein At5g39250 10.23676601 C6_control_A3 +LQ04X010340 F-box protein At5g39250 10.21943424 C6_control_B1 +LQ04X010340 F-box protein At5g39250 11.33058367 C6_control_B2 +LQ04X010340 F-box protein At5g39250 10.96579226 C6_control_B3 +LQ04X010340 F-box protein At5g39250 11.44963602 C6_control_C1 +LQ04X010340 F-box protein At5g39250 11.34549688 C6_control_C2 +LQ04X010340 F-box protein At5g39250 11.69523529 C6_control_C3 +LQ04X010340 F-box protein At5g39250 10.68639791 C6_chemical_A1 +LQ04X010340 F-box protein At5g39250 10.7418919 C6_chemical_A3 +LQ04X010340 F-box protein At5g39250 10.16387355 C6_chemical_B1 +LQ04X010340 F-box protein At5g39250 11.53728804 C6_chemical_B2 +LQ04X010340 F-box protein At5g39250 10.96637131 C6_chemical_B3 +LQ04X010340 F-box protein At5g39250 11.38367852 C6_chemical_C1 +LQ04X010340 F-box protein At5g39250 11.51445962 C6_chemical_C2 +LQ04X010340 F-box protein At5g39250 11.96069852 C6_chemical_C3 +LQ04X010340 F-box protein At5g39250 10.66422263 L4_control_A1 +LQ04X010340 F-box protein At5g39250 10.36206331 L4_control_A2 +LQ04X010340 F-box protein At5g39250 10.67274946 L4_control_A3 +LQ04X010340 F-box protein At5g39250 10.13557746 L4_control_B1 +LQ04X010340 F-box protein At5g39250 10.69081978 L4_control_B2 +LQ04X010340 F-box protein At5g39250 11.77591515 L4_control_B3 +LQ04X010340 F-box protein At5g39250 11.11058423 L4_control_C2 +LQ04X010340 F-box protein At5g39250 10.89394935 L4_control_C3 +LQ04X010340 F-box protein At5g39250 10.74453373 L4_chemical_A1 +LQ04X010340 F-box protein At5g39250 10.59309973 L4_chemical_A2 +LQ04X010340 F-box protein At5g39250 10.7918961 L4_chemical_A3 +LQ04X010340 F-box protein At5g39250 9.800810457 L4_chemical_B1 +LQ04X010340 F-box protein At5g39250 10.52249471 L4_chemical_B2 +LQ04X010340 F-box protein At5g39250 11.53691681 L4_chemical_B3 +LQ04X010340 F-box protein At5g39250 11.04977779 L4_chemical_C2 +LQ04X010340 F-box protein At5g39250 10.87564442 L4_chemical_C3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.345221233 C6_control_A1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.431727731 C6_control_A3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.504967562 C6_control_B1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.304369334 C6_control_B2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.327048499 C6_control_B3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.416644605 C6_control_C1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.163448772 C6_control_C2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.111566296 C6_control_C3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.478070094 C6_chemical_A1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.158480872 C6_chemical_A3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.546677184 C6_chemical_B1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.314009163 C6_chemical_B2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.262830047 C6_chemical_B3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.344316994 C6_chemical_C1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.201306269 C6_chemical_C2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.37617809 C6_chemical_C3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 4.876567417 L4_control_A1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.132426097 L4_control_A2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.361742002 L4_control_A3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.151686116 L4_control_B1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.627780502 L4_control_B2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.044971705 L4_control_B3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.570708239 L4_control_C2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.534270206 L4_control_C3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.170394926 L4_chemical_A1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.324658744 L4_chemical_A2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.310794287 L4_chemical_A3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.532773398 L4_chemical_B1 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.472594381 L4_chemical_B2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.195620631 L4_chemical_B3 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.201311587 L4_chemical_C2 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.368376881 L4_chemical_C3 +LQ04X010550 Putative esterase ytxM 10.38005844 C6_control_A1 +LQ04X010550 Putative esterase ytxM 10.09597922 C6_control_A3 +LQ04X010550 Putative esterase ytxM 10.74117235 C6_control_B1 +LQ04X010550 Putative esterase ytxM 11.43505893 C6_control_B2 +LQ04X010550 Putative esterase ytxM 11.26434421 C6_control_B3 +LQ04X010550 Putative esterase ytxM 11.32564998 C6_control_C1 +LQ04X010550 Putative esterase ytxM 11.39063312 C6_control_C2 +LQ04X010550 Putative esterase ytxM 11.32657298 C6_control_C3 +LQ04X010550 Putative esterase ytxM 10.35082156 C6_chemical_A1 +LQ04X010550 Putative esterase ytxM 10.14532993 C6_chemical_A3 +LQ04X010550 Putative esterase ytxM 10.51705122 C6_chemical_B1 +LQ04X010550 Putative esterase ytxM 11.03964208 C6_chemical_B2 +LQ04X010550 Putative esterase ytxM 11.26996787 C6_chemical_B3 +LQ04X010550 Putative esterase ytxM 10.78348361 C6_chemical_C1 +LQ04X010550 Putative esterase ytxM 10.65582398 C6_chemical_C2 +LQ04X010550 Putative esterase ytxM 11.03137907 C6_chemical_C3 +LQ04X010550 Putative esterase ytxM 10.22566447 L4_control_A1 +LQ04X010550 Putative esterase ytxM 10.19293472 L4_control_A2 +LQ04X010550 Putative esterase ytxM 10.74830313 L4_control_A3 +LQ04X010550 Putative esterase ytxM 10.5531064 L4_control_B1 +LQ04X010550 Putative esterase ytxM 10.21744967 L4_control_B2 +LQ04X010550 Putative esterase ytxM 11.18055906 L4_control_B3 +LQ04X010550 Putative esterase ytxM 11.18544085 L4_control_C2 +LQ04X010550 Putative esterase ytxM 11.15977208 L4_control_C3 +LQ04X010550 Putative esterase ytxM 10.2179141 L4_chemical_A1 +LQ04X010550 Putative esterase ytxM 10.07192825 L4_chemical_A2 +LQ04X010550 Putative esterase ytxM 10.52486603 L4_chemical_A3 +LQ04X010550 Putative esterase ytxM 10.46160612 L4_chemical_B1 +LQ04X010550 Putative esterase ytxM 9.902555529 L4_chemical_B2 +LQ04X010550 Putative esterase ytxM 10.02466738 L4_chemical_B3 +LQ04X010550 Putative esterase ytxM 10.87391136 L4_chemical_C2 +LQ04X010550 Putative esterase ytxM 10.87674408 L4_chemical_C3 +LQ04X010580 Protein RIK 9.194139665 C6_control_A1 +LQ04X010580 Protein RIK 8.41683706 C6_control_A3 +LQ04X010580 Protein RIK 9.576124008 C6_control_B1 +LQ04X010580 Protein RIK 9.470290109 C6_control_B2 +LQ04X010580 Protein RIK 9.526204988 C6_control_B3 +LQ04X010580 Protein RIK 9.874653588 C6_control_C1 +LQ04X010580 Protein RIK 10.16304722 C6_control_C2 +LQ04X010580 Protein RIK 9.851420522 C6_control_C3 +LQ04X010580 Protein RIK 9.237685973 C6_chemical_A1 +LQ04X010580 Protein RIK 9.569961857 C6_chemical_A3 +LQ04X010580 Protein RIK 9.707806815 C6_chemical_B1 +LQ04X010580 Protein RIK 9.559175743 C6_chemical_B2 +LQ04X010580 Protein RIK 9.642015562 C6_chemical_B3 +LQ04X010580 Protein RIK 10.01748815 C6_chemical_C1 +LQ04X010580 Protein RIK 10.23674867 C6_chemical_C2 +LQ04X010580 Protein RIK 10.37705017 C6_chemical_C3 +LQ04X010580 Protein RIK 9.203516499 L4_control_A1 +LQ04X010580 Protein RIK 8.695436059 L4_control_A2 +LQ04X010580 Protein RIK 8.475087623 L4_control_A3 +LQ04X010580 Protein RIK 9.388930917 L4_control_B1 +LQ04X010580 Protein RIK 9.202491862 L4_control_B2 +LQ04X010580 Protein RIK 9.82565347 L4_control_B3 +LQ04X010580 Protein RIK 9.952588201 L4_control_C2 +LQ04X010580 Protein RIK 10.0629107 L4_control_C3 +LQ04X010580 Protein RIK 9.099969726 L4_chemical_A1 +LQ04X010580 Protein RIK 9.377657743 L4_chemical_A2 +LQ04X010580 Protein RIK 8.797447587 L4_chemical_A3 +LQ04X010580 Protein RIK 9.230282767 L4_chemical_B1 +LQ04X010580 Protein RIK 8.785262206 L4_chemical_B2 +LQ04X010580 Protein RIK 9.539422922 L4_chemical_B3 +LQ04X010580 Protein RIK 9.484260327 L4_chemical_C2 +LQ04X010580 Protein RIK 10.38325991 L4_chemical_C3 +LQ04X010590 Protein binding protein, putative 5.385146209 C6_control_A1 +LQ04X010590 Protein binding protein, putative 5.1249067 C6_control_A3 +LQ04X010590 Protein binding protein, putative 4.929491244 C6_control_B1 +LQ04X010590 Protein binding protein, putative 5.633281779 C6_control_B2 +LQ04X010590 Protein binding protein, putative 5.72644103 C6_control_B3 +LQ04X010590 Protein binding protein, putative 5.035854231 C6_control_C1 +LQ04X010590 Protein binding protein, putative 5.712245037 C6_control_C2 +LQ04X010590 Protein binding protein, putative 5.349857547 C6_control_C3 +LQ04X010590 Protein binding protein, putative 5.422595216 C6_chemical_A1 +LQ04X010590 Protein binding protein, putative 5.378109494 C6_chemical_A3 +LQ04X010590 Protein binding protein, putative 5.259532709 C6_chemical_B1 +LQ04X010590 Protein binding protein, putative 5.848766744 C6_chemical_B2 +LQ04X010590 Protein binding protein, putative 5.193041979 C6_chemical_B3 +LQ04X010590 Protein binding protein, putative 5.407390142 C6_chemical_C1 +LQ04X010590 Protein binding protein, putative 5.968031141 C6_chemical_C2 +LQ04X010590 Protein binding protein, putative 5.235862455 C6_chemical_C3 +LQ04X010590 Protein binding protein, putative 5.497474847 L4_control_A1 +LQ04X010590 Protein binding protein, putative 5.455626751 L4_control_A2 +LQ04X010590 Protein binding protein, putative 5.375308958 L4_control_A3 +LQ04X010590 Protein binding protein, putative 5.292335061 L4_control_B1 +LQ04X010590 Protein binding protein, putative 5.083273146 L4_control_B2 +LQ04X010590 Protein binding protein, putative 5.669983688 L4_control_B3 +LQ04X010590 Protein binding protein, putative 5.859162854 L4_control_C2 +LQ04X010590 Protein binding protein, putative 5.414384683 L4_control_C3 +LQ04X010590 Protein binding protein, putative 5.468077518 L4_chemical_A1 +LQ04X010590 Protein binding protein, putative 5.841990617 L4_chemical_A2 +LQ04X010590 Protein binding protein, putative 6.165546502 L4_chemical_A3 +LQ04X010590 Protein binding protein, putative 5.322259348 L4_chemical_B1 +LQ04X010590 Protein binding protein, putative 5.495578035 L4_chemical_B2 +LQ04X010590 Protein binding protein, putative 5.755241937 L4_chemical_B3 +LQ04X010590 Protein binding protein, putative 5.275309974 L4_chemical_C2 +LQ04X010590 Protein binding protein, putative 5.428782058 L4_chemical_C3 +LQ04X010600 Serine carboxypeptidase-like 25 5.756417199 C6_control_A1 +LQ04X010600 Serine carboxypeptidase-like 25 5.824064759 C6_control_A3 +LQ04X010600 Serine carboxypeptidase-like 25 6.154573809 C6_control_B1 +LQ04X010600 Serine carboxypeptidase-like 25 5.472097876 C6_control_B2 +LQ04X010600 Serine carboxypeptidase-like 25 5.648468745 C6_control_B3 +LQ04X010600 Serine carboxypeptidase-like 25 5.445386615 C6_control_C1 +LQ04X010600 Serine carboxypeptidase-like 25 5.544174496 C6_control_C2 +LQ04X010600 Serine carboxypeptidase-like 25 5.408210083 C6_control_C3 +LQ04X010600 Serine carboxypeptidase-like 25 5.503021582 C6_chemical_A1 +LQ04X010600 Serine carboxypeptidase-like 25 5.58305914 C6_chemical_A3 +LQ04X010600 Serine carboxypeptidase-like 25 5.72075607 C6_chemical_B1 +LQ04X010600 Serine carboxypeptidase-like 25 5.450705794 C6_chemical_B2 +LQ04X010600 Serine carboxypeptidase-like 25 5.778627108 C6_chemical_B3 +LQ04X010600 Serine carboxypeptidase-like 25 5.450101037 C6_chemical_C1 +LQ04X010600 Serine carboxypeptidase-like 25 5.812705031 C6_chemical_C2 +LQ04X010600 Serine carboxypeptidase-like 25 5.75756384 C6_chemical_C3 +LQ04X010600 Serine carboxypeptidase-like 25 5.346663593 L4_control_A1 +LQ04X010600 Serine carboxypeptidase-like 25 5.723132708 L4_control_A2 +LQ04X010600 Serine carboxypeptidase-like 25 6.52580319 L4_control_A3 +LQ04X010600 Serine carboxypeptidase-like 25 5.498299559 L4_control_B1 +LQ04X010600 Serine carboxypeptidase-like 25 5.481119196 L4_control_B2 +LQ04X010600 Serine carboxypeptidase-like 25 5.690733828 L4_control_B3 +LQ04X010600 Serine carboxypeptidase-like 25 5.754069128 L4_control_C2 +LQ04X010600 Serine carboxypeptidase-like 25 5.278001076 L4_control_C3 +LQ04X010600 Serine carboxypeptidase-like 25 5.577587188 L4_chemical_A1 +LQ04X010600 Serine carboxypeptidase-like 25 6.102907289 L4_chemical_A2 +LQ04X010600 Serine carboxypeptidase-like 25 6.336099702 L4_chemical_A3 +LQ04X010600 Serine carboxypeptidase-like 25 5.595273584 L4_chemical_B1 +LQ04X010600 Serine carboxypeptidase-like 25 6.116794108 L4_chemical_B2 +LQ04X010600 Serine carboxypeptidase-like 25 5.945697379 L4_chemical_B3 +LQ04X010600 Serine carboxypeptidase-like 25 6.345539696 L4_chemical_C2 +LQ04X010600 Serine carboxypeptidase-like 25 6.845979127 L4_chemical_C3 +LQ04X010630 Putative uncharacterized protein 5.597700258 C6_control_A1 +LQ04X010630 Putative uncharacterized protein 5.153949174 C6_control_A3 +LQ04X010630 Putative uncharacterized protein 5.847053505 C6_control_B1 +LQ04X010630 Putative uncharacterized protein 4.936131516 C6_control_B2 +LQ04X010630 Putative uncharacterized protein 5.292866276 C6_control_B3 +LQ04X010630 Putative uncharacterized protein 5.144025497 C6_control_C1 +LQ04X010630 Putative uncharacterized protein 5.144046178 C6_control_C2 +LQ04X010630 Putative uncharacterized protein 5.212230514 C6_control_C3 +LQ04X010630 Putative uncharacterized protein 5.186020959 C6_chemical_A1 +LQ04X010630 Putative uncharacterized protein 5.178676252 C6_chemical_A3 +LQ04X010630 Putative uncharacterized protein 5.849497106 C6_chemical_B1 +LQ04X010630 Putative uncharacterized protein 5.117936834 C6_chemical_B2 +LQ04X010630 Putative uncharacterized protein 5.250779367 C6_chemical_B3 +LQ04X010630 Putative uncharacterized protein 5.415189581 C6_chemical_C1 +LQ04X010630 Putative uncharacterized protein 5.931558729 C6_chemical_C2 +LQ04X010630 Putative uncharacterized protein 5.54225478 C6_chemical_C3 +LQ04X010630 Putative uncharacterized protein 5.189981806 L4_control_A1 +LQ04X010630 Putative uncharacterized protein 5.1521531 L4_control_A2 +LQ04X010630 Putative uncharacterized protein 5.193003827 L4_control_A3 +LQ04X010630 Putative uncharacterized protein 5.171864703 L4_control_B1 +LQ04X010630 Putative uncharacterized protein 5.263728242 L4_control_B2 +LQ04X010630 Putative uncharacterized protein 5.357876699 L4_control_B3 +LQ04X010630 Putative uncharacterized protein 5.036158408 L4_control_C2 +LQ04X010630 Putative uncharacterized protein 5.904371098 L4_control_C3 +LQ04X010630 Putative uncharacterized protein 5.648020509 L4_chemical_A1 +LQ04X010630 Putative uncharacterized protein 5.455314481 L4_chemical_A2 +LQ04X010630 Putative uncharacterized protein 5.329388733 L4_chemical_A3 +LQ04X010630 Putative uncharacterized protein 4.774886327 L4_chemical_B1 +LQ04X010630 Putative uncharacterized protein 5.483391944 L4_chemical_B2 +LQ04X010630 Putative uncharacterized protein 5.496229846 L4_chemical_B3 +LQ04X010630 Putative uncharacterized protein 5.393514533 L4_chemical_C2 +LQ04X010630 Putative uncharacterized protein 5.524324168 L4_chemical_C3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.78446127 C6_control_A1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.17745329 C6_control_A3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.54758026 C6_control_B1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.60253632 C6_control_B2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.78894033 C6_control_B3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.73233744 C6_control_C1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.61015996 C6_control_C2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.79986648 C6_control_C3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.97554864 C6_chemical_A1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 10.95038872 C6_chemical_A3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.41330968 C6_chemical_B1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.81992442 C6_chemical_B2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.95609763 C6_chemical_B3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.93189201 C6_chemical_C1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.6935081 C6_chemical_C2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.48389365 C6_chemical_C3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.75715765 L4_control_A1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.58202542 L4_control_A2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.2627182 L4_control_A3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.78787557 L4_control_B1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 10.77953028 L4_control_B2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 12.22815418 L4_control_B3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.35239628 L4_control_C2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.48039412 L4_control_C3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.7943288 L4_chemical_A1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.9102602 L4_chemical_A2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.63659426 L4_chemical_A3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.37586067 L4_chemical_B1 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.20337138 L4_chemical_B2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.99807128 L4_chemical_B3 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.66265375 L4_chemical_C2 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.73276947 L4_chemical_C3 +LQ04X010670 Putative UPF0737 protein AFP2 4.543261636 C6_control_A1 +LQ04X010670 Putative UPF0737 protein AFP2 4.693594166 C6_control_A3 +LQ04X010670 Putative UPF0737 protein AFP2 4.795954484 C6_control_B1 +LQ04X010670 Putative UPF0737 protein AFP2 5.521495666 C6_control_B2 +LQ04X010670 Putative UPF0737 protein AFP2 4.771431058 C6_control_B3 +LQ04X010670 Putative UPF0737 protein AFP2 5.686999657 C6_control_C1 +LQ04X010670 Putative UPF0737 protein AFP2 5.432066052 C6_control_C2 +LQ04X010670 Putative UPF0737 protein AFP2 6.637702018 C6_control_C3 +LQ04X010670 Putative UPF0737 protein AFP2 4.882470696 C6_chemical_A1 +LQ04X010670 Putative UPF0737 protein AFP2 4.616562148 C6_chemical_A3 +LQ04X010670 Putative UPF0737 protein AFP2 5.175941134 C6_chemical_B1 +LQ04X010670 Putative UPF0737 protein AFP2 5.381854748 C6_chemical_B2 +LQ04X010670 Putative UPF0737 protein AFP2 4.827113326 C6_chemical_B3 +LQ04X010670 Putative UPF0737 protein AFP2 5.290498754 C6_chemical_C1 +LQ04X010670 Putative UPF0737 protein AFP2 5.588054384 C6_chemical_C2 +LQ04X010670 Putative UPF0737 protein AFP2 6.498679139 C6_chemical_C3 +LQ04X010670 Putative UPF0737 protein AFP2 4.822195778 L4_control_A1 +LQ04X010670 Putative UPF0737 protein AFP2 5.294136566 L4_control_A2 +LQ04X010670 Putative UPF0737 protein AFP2 4.750488105 L4_control_A3 +LQ04X010670 Putative UPF0737 protein AFP2 5.412293919 L4_control_B1 +LQ04X010670 Putative UPF0737 protein AFP2 5.03876268 L4_control_B2 +LQ04X010670 Putative UPF0737 protein AFP2 4.939905629 L4_control_B3 +LQ04X010670 Putative UPF0737 protein AFP2 4.786085419 L4_control_C2 +LQ04X010670 Putative UPF0737 protein AFP2 4.851044442 L4_control_C3 +LQ04X010670 Putative UPF0737 protein AFP2 4.730536926 L4_chemical_A1 +LQ04X010670 Putative UPF0737 protein AFP2 4.724144902 L4_chemical_A2 +LQ04X010670 Putative UPF0737 protein AFP2 4.633798126 L4_chemical_A3 +LQ04X010670 Putative UPF0737 protein AFP2 4.941379597 L4_chemical_B1 +LQ04X010670 Putative UPF0737 protein AFP2 4.844087729 L4_chemical_B2 +LQ04X010670 Putative UPF0737 protein AFP2 5.071867398 L4_chemical_B3 +LQ04X010670 Putative UPF0737 protein AFP2 5.093593215 L4_chemical_C2 +LQ04X010670 Putative UPF0737 protein AFP2 4.54136217 L4_chemical_C3 +LQ04X010680 Putative G3BP-like protein 10.94274494 C6_control_A1 +LQ04X010680 Putative G3BP-like protein 10.72946457 C6_control_A3 +LQ04X010680 Putative G3BP-like protein 10.71688099 C6_control_B1 +LQ04X010680 Putative G3BP-like protein 10.2819394 C6_control_B2 +LQ04X010680 Putative G3BP-like protein 10.49274993 C6_control_B3 +LQ04X010680 Putative G3BP-like protein 9.67475777 C6_control_C1 +LQ04X010680 Putative G3BP-like protein 8.922745524 C6_control_C2 +LQ04X010680 Putative G3BP-like protein 9.03205488 C6_control_C3 +LQ04X010680 Putative G3BP-like protein 10.7775023 C6_chemical_A1 +LQ04X010680 Putative G3BP-like protein 11.07508909 C6_chemical_A3 +LQ04X010680 Putative G3BP-like protein 10.88080388 C6_chemical_B1 +LQ04X010680 Putative G3BP-like protein 10.31091119 C6_chemical_B2 +LQ04X010680 Putative G3BP-like protein 10.38645264 C6_chemical_B3 +LQ04X010680 Putative G3BP-like protein 9.543832863 C6_chemical_C1 +LQ04X010680 Putative G3BP-like protein 9.480369691 C6_chemical_C2 +LQ04X010680 Putative G3BP-like protein 8.718538627 C6_chemical_C3 +LQ04X010680 Putative G3BP-like protein 10.92667633 L4_control_A1 +LQ04X010680 Putative G3BP-like protein 11.08734867 L4_control_A2 +LQ04X010680 Putative G3BP-like protein 11.39678644 L4_control_A3 +LQ04X010680 Putative G3BP-like protein 10.36078718 L4_control_B1 +LQ04X010680 Putative G3BP-like protein 10.98298744 L4_control_B2 +LQ04X010680 Putative G3BP-like protein 9.88998999 L4_control_B3 +LQ04X010680 Putative G3BP-like protein 9.661950423 L4_control_C2 +LQ04X010680 Putative G3BP-like protein 9.270262287 L4_control_C3 +LQ04X010680 Putative G3BP-like protein 10.37663492 L4_chemical_A1 +LQ04X010680 Putative G3BP-like protein 10.1338141 L4_chemical_A2 +LQ04X010680 Putative G3BP-like protein 11.05738989 L4_chemical_A3 +LQ04X010680 Putative G3BP-like protein 10.18660957 L4_chemical_B1 +LQ04X010680 Putative G3BP-like protein 10.69240575 L4_chemical_B2 +LQ04X010680 Putative G3BP-like protein 10.17970048 L4_chemical_B3 +LQ04X010680 Putative G3BP-like protein 9.084501835 L4_chemical_C2 +LQ04X010680 Putative G3BP-like protein 8.867353409 L4_chemical_C3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.434550079 C6_control_A1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.203239394 C6_control_A3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.234259273 C6_control_B1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.138536673 C6_control_B2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.616671197 C6_control_B3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.282516213 C6_control_C1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.061406648 C6_control_C2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.396252375 C6_control_C3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.452060702 C6_chemical_A1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.446261026 C6_chemical_A3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.093030068 C6_chemical_B1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.046236952 C6_chemical_B2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.384657141 C6_chemical_B3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.439930785 C6_chemical_C1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.355783941 C6_chemical_C2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.52207736 C6_chemical_C3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.388571417 L4_control_A1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.640288445 L4_control_A2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.084339844 L4_control_A3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.212560146 L4_control_B1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.474858583 L4_control_B2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.564035391 L4_control_B3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.65159384 L4_control_C2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.872646947 L4_control_C3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 6.580944061 L4_chemical_A1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.350587582 L4_chemical_A2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.74206512 L4_chemical_A3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.174158853 L4_chemical_B1 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.531582599 L4_chemical_B2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.999099995 L4_chemical_B3 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.589955155 L4_chemical_C2 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.876932111 L4_chemical_C3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.46879293 C6_control_A1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.73787294 C6_control_A3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.38586873 C6_control_B1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.60578481 C6_control_B2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.82044959 C6_control_B3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.89615498 C6_control_C1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.05599217 C6_control_C2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.44255189 C6_control_C3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.09954436 C6_chemical_A1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.81283518 C6_chemical_A3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.78981255 C6_chemical_B1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.17578148 C6_chemical_B2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.60926912 C6_chemical_B3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.63115003 C6_chemical_C1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.02532817 C6_chemical_C2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.88022621 C6_chemical_C3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.59835888 L4_control_A1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.22644514 L4_control_A2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 9.697113924 L4_control_A3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.15896385 L4_control_B1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.91495128 L4_control_B2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.30052097 L4_control_B3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.64320534 L4_control_C2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.82599156 L4_control_C3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.87289552 L4_chemical_A1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.21458513 L4_chemical_A2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 12.01200622 L4_chemical_A3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.90054255 L4_chemical_B1 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 10.53685152 L4_chemical_B2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.1889077 L4_chemical_B3 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.37093312 L4_chemical_C2 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.83876586 L4_chemical_C3 +LQ04X010980 Hypothetical protein 13.89253416 C6_control_A1 +LQ04X010980 Hypothetical protein 13.19717276 C6_control_A3 +LQ04X010980 Hypothetical protein 14.07872655 C6_control_B1 +LQ04X010980 Hypothetical protein 13.61142882 C6_control_B2 +LQ04X010980 Hypothetical protein 13.87159279 C6_control_B3 +LQ04X010980 Hypothetical protein 12.76495032 C6_control_C1 +LQ04X010980 Hypothetical protein 12.00033149 C6_control_C2 +LQ04X010980 Hypothetical protein 12.0681061 C6_control_C3 +LQ04X010980 Hypothetical protein 14.00189942 C6_chemical_A1 +LQ04X010980 Hypothetical protein 13.89135391 C6_chemical_A3 +LQ04X010980 Hypothetical protein 14.06839681 C6_chemical_B1 +LQ04X010980 Hypothetical protein 13.45523147 C6_chemical_B2 +LQ04X010980 Hypothetical protein 13.62268625 C6_chemical_B3 +LQ04X010980 Hypothetical protein 12.86515319 C6_chemical_C1 +LQ04X010980 Hypothetical protein 12.74181081 C6_chemical_C2 +LQ04X010980 Hypothetical protein 11.98146538 C6_chemical_C3 +LQ04X010980 Hypothetical protein 13.90838536 L4_control_A1 +LQ04X010980 Hypothetical protein 14.08964793 L4_control_A2 +LQ04X010980 Hypothetical protein 13.89001733 L4_control_A3 +LQ04X010980 Hypothetical protein 14.28853719 L4_control_B1 +LQ04X010980 Hypothetical protein 13.30648545 L4_control_B2 +LQ04X010980 Hypothetical protein 13.38763497 L4_control_B3 +LQ04X010980 Hypothetical protein 11.99081894 L4_control_C2 +LQ04X010980 Hypothetical protein 12.75107948 L4_control_C3 +LQ04X010980 Hypothetical protein 13.77423377 L4_chemical_A1 +LQ04X010980 Hypothetical protein 13.80771956 L4_chemical_A2 +LQ04X010980 Hypothetical protein 13.27233018 L4_chemical_A3 +LQ04X010980 Hypothetical protein 14.30201047 L4_chemical_B1 +LQ04X010980 Hypothetical protein 14.03496872 L4_chemical_B2 +LQ04X010980 Hypothetical protein 13.82987728 L4_chemical_B3 +LQ04X010980 Hypothetical protein 11.91723241 L4_chemical_C2 +LQ04X010980 Hypothetical protein 12.74141554 L4_chemical_C3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.066357346 C6_control_A1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 7.678833363 C6_control_A3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.316234427 C6_control_B1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.660231129 C6_control_B2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.63361628 C6_control_B3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 10.45375815 C6_control_C1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 10.18210456 C6_control_C2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 10.51000076 C6_control_C3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.774856799 C6_chemical_A1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.002270889 C6_chemical_A3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.889901286 C6_chemical_B1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 7.895517132 C6_chemical_B2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.751842086 C6_chemical_B3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.933077198 C6_chemical_C1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.621114335 C6_chemical_C2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 10.37922182 C6_chemical_C3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.059869659 L4_control_A1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.890985357 L4_control_A2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.575303678 L4_control_A3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.591418045 L4_control_B1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 10.21239449 L4_control_B2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 10.32527739 L4_control_B3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 11.9817536 L4_control_C2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 12.45668767 L4_control_C3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.118823747 L4_chemical_A1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.351421297 L4_chemical_A2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.501464797 L4_chemical_A3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.870213455 L4_chemical_B1 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.358851935 L4_chemical_B2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 9.290880682 L4_chemical_B3 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 11.46613167 L4_chemical_C2 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 12.07296507 L4_chemical_C3 +LQ04X011050 Receptor-like protein kinase FERONIA 7.340255883 C6_control_A1 +LQ04X011050 Receptor-like protein kinase FERONIA 7.779917005 C6_control_A3 +LQ04X011050 Receptor-like protein kinase FERONIA 8.983309057 C6_control_B1 +LQ04X011050 Receptor-like protein kinase FERONIA 9.85660245 C6_control_B2 +LQ04X011050 Receptor-like protein kinase FERONIA 9.460591756 C6_control_B3 +LQ04X011050 Receptor-like protein kinase FERONIA 11.76218018 C6_control_C1 +LQ04X011050 Receptor-like protein kinase FERONIA 12.04806048 C6_control_C2 +LQ04X011050 Receptor-like protein kinase FERONIA 12.61040899 C6_control_C3 +LQ04X011050 Receptor-like protein kinase FERONIA 7.269853537 C6_chemical_A1 +LQ04X011050 Receptor-like protein kinase FERONIA 8.07957859 C6_chemical_A3 +LQ04X011050 Receptor-like protein kinase FERONIA 9.146598649 C6_chemical_B1 +LQ04X011050 Receptor-like protein kinase FERONIA 9.605994357 C6_chemical_B2 +LQ04X011050 Receptor-like protein kinase FERONIA 9.334070775 C6_chemical_B3 +LQ04X011050 Receptor-like protein kinase FERONIA 11.71280813 C6_chemical_C1 +LQ04X011050 Receptor-like protein kinase FERONIA 11.50230994 C6_chemical_C2 +LQ04X011050 Receptor-like protein kinase FERONIA 12.18236048 C6_chemical_C3 +LQ04X011050 Receptor-like protein kinase FERONIA 7.123313906 L4_control_A1 +LQ04X011050 Receptor-like protein kinase FERONIA 5.705203844 L4_control_A2 +LQ04X011050 Receptor-like protein kinase FERONIA 5.097889849 L4_control_A3 +LQ04X011050 Receptor-like protein kinase FERONIA 8.024311388 L4_control_B1 +LQ04X011050 Receptor-like protein kinase FERONIA 7.284101888 L4_control_B2 +LQ04X011050 Receptor-like protein kinase FERONIA 9.321405065 L4_control_B3 +LQ04X011050 Receptor-like protein kinase FERONIA 11.94786686 L4_control_C2 +LQ04X011050 Receptor-like protein kinase FERONIA 11.68008255 L4_control_C3 +LQ04X011050 Receptor-like protein kinase FERONIA 7.723408545 L4_chemical_A1 +LQ04X011050 Receptor-like protein kinase FERONIA 6.348794201 L4_chemical_A2 +LQ04X011050 Receptor-like protein kinase FERONIA 5.685869364 L4_chemical_A3 +LQ04X011050 Receptor-like protein kinase FERONIA 8.721792796 L4_chemical_B1 +LQ04X011050 Receptor-like protein kinase FERONIA 7.042865145 L4_chemical_B2 +LQ04X011050 Receptor-like protein kinase FERONIA 8.307658396 L4_chemical_B3 +LQ04X011050 Receptor-like protein kinase FERONIA 11.34371719 L4_chemical_C2 +LQ04X011050 Receptor-like protein kinase FERONIA 11.46419008 L4_chemical_C3 +LQ04X011200 Receptor-like protein kinase FERONIA 5.802200336 C6_control_A1 +LQ04X011200 Receptor-like protein kinase FERONIA 5.27616031 C6_control_A3 +LQ04X011200 Receptor-like protein kinase FERONIA 5.88807371 C6_control_B1 +LQ04X011200 Receptor-like protein kinase FERONIA 7.157867818 C6_control_B2 +LQ04X011200 Receptor-like protein kinase FERONIA 6.782457094 C6_control_B3 +LQ04X011200 Receptor-like protein kinase FERONIA 8.697445661 C6_control_C1 +LQ04X011200 Receptor-like protein kinase FERONIA 8.205250002 C6_control_C2 +LQ04X011200 Receptor-like protein kinase FERONIA 8.997753588 C6_control_C3 +LQ04X011200 Receptor-like protein kinase FERONIA 5.560681456 C6_chemical_A1 +LQ04X011200 Receptor-like protein kinase FERONIA 5.98968822 C6_chemical_A3 +LQ04X011200 Receptor-like protein kinase FERONIA 5.687785071 C6_chemical_B1 +LQ04X011200 Receptor-like protein kinase FERONIA 6.560712059 C6_chemical_B2 +LQ04X011200 Receptor-like protein kinase FERONIA 6.331736247 C6_chemical_B3 +LQ04X011200 Receptor-like protein kinase FERONIA 8.661416336 C6_chemical_C1 +LQ04X011200 Receptor-like protein kinase FERONIA 8.456704747 C6_chemical_C2 +LQ04X011200 Receptor-like protein kinase FERONIA 8.858018134 C6_chemical_C3 +LQ04X011200 Receptor-like protein kinase FERONIA 5.941854113 L4_control_A1 +LQ04X011200 Receptor-like protein kinase FERONIA 5.854746727 L4_control_A2 +LQ04X011200 Receptor-like protein kinase FERONIA 5.809099504 L4_control_A3 +LQ04X011200 Receptor-like protein kinase FERONIA 6.139234331 L4_control_B1 +LQ04X011200 Receptor-like protein kinase FERONIA 7.145963142 L4_control_B2 +LQ04X011200 Receptor-like protein kinase FERONIA 7.250293045 L4_control_B3 +LQ04X011200 Receptor-like protein kinase FERONIA 9.522310496 L4_control_C2 +LQ04X011200 Receptor-like protein kinase FERONIA 8.630191267 L4_control_C3 +LQ04X011200 Receptor-like protein kinase FERONIA 6.248766977 L4_chemical_A1 +LQ04X011200 Receptor-like protein kinase FERONIA 5.587194395 L4_chemical_A2 +LQ04X011200 Receptor-like protein kinase FERONIA 5.483157438 L4_chemical_A3 +LQ04X011200 Receptor-like protein kinase FERONIA 6.041532319 L4_chemical_B1 +LQ04X011200 Receptor-like protein kinase FERONIA 5.848181741 L4_chemical_B2 +LQ04X011200 Receptor-like protein kinase FERONIA 6.326093272 L4_chemical_B3 +LQ04X011200 Receptor-like protein kinase FERONIA 9.309389291 L4_chemical_C2 +LQ04X011200 Receptor-like protein kinase FERONIA 8.593456289 L4_chemical_C3 +LQ04X011210 Putative Predicted protein 6.587723675 C6_control_A1 +LQ04X011210 Putative Predicted protein 6.614543104 C6_control_A3 +LQ04X011210 Putative Predicted protein 6.64393114 C6_control_B1 +LQ04X011210 Putative Predicted protein 6.388065361 C6_control_B2 +LQ04X011210 Putative Predicted protein 6.58762399 C6_control_B3 +LQ04X011210 Putative Predicted protein 6.191630198 C6_control_C1 +LQ04X011210 Putative Predicted protein 6.49086231 C6_control_C2 +LQ04X011210 Putative Predicted protein 6.394208961 C6_control_C3 +LQ04X011210 Putative Predicted protein 6.575006118 C6_chemical_A1 +LQ04X011210 Putative Predicted protein 6.299984205 C6_chemical_A3 +LQ04X011210 Putative Predicted protein 6.512409361 C6_chemical_B1 +LQ04X011210 Putative Predicted protein 6.22456277 C6_chemical_B2 +LQ04X011210 Putative Predicted protein 5.341850557 C6_chemical_B3 +LQ04X011210 Putative Predicted protein 6.082411318 C6_chemical_C1 +LQ04X011210 Putative Predicted protein 6.074428615 C6_chemical_C2 +LQ04X011210 Putative Predicted protein 6.315180734 C6_chemical_C3 +LQ04X011210 Putative Predicted protein 6.2171158 L4_control_A1 +LQ04X011210 Putative Predicted protein 6.877362 L4_control_A2 +LQ04X011210 Putative Predicted protein 7.323763513 L4_control_A3 +LQ04X011210 Putative Predicted protein 6.03629624 L4_control_B1 +LQ04X011210 Putative Predicted protein 5.997957922 L4_control_B2 +LQ04X011210 Putative Predicted protein 6.140580996 L4_control_B3 +LQ04X011210 Putative Predicted protein 5.159491513 L4_control_C2 +LQ04X011210 Putative Predicted protein 5.427478355 L4_control_C3 +LQ04X011210 Putative Predicted protein 5.98474704 L4_chemical_A1 +LQ04X011210 Putative Predicted protein 6.572478884 L4_chemical_A2 +LQ04X011210 Putative Predicted protein 6.983071285 L4_chemical_A3 +LQ04X011210 Putative Predicted protein 5.678921568 L4_chemical_B1 +LQ04X011210 Putative Predicted protein 5.53981013 L4_chemical_B2 +LQ04X011210 Putative Predicted protein 6.205362548 L4_chemical_B3 +LQ04X011210 Putative Predicted protein 5.308523761 L4_chemical_C2 +LQ04X011210 Putative Predicted protein 5.212970449 L4_chemical_C3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 8.202347053 C6_control_A1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 7.081899329 C6_control_A3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 10.5180125 C6_control_B1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.6518025 C6_control_B2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.7196662 C6_control_B3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.84385152 C6_control_C1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 12.58734378 C6_control_C2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 12.37174596 C6_control_C3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 8.237033251 C6_chemical_A1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 7.911901077 C6_chemical_A3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 10.26004571 C6_chemical_B1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.1913888 C6_chemical_B2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.55080016 C6_chemical_B3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.68784328 C6_chemical_C1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 12.05500134 C6_chemical_C2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 12.10799471 C6_chemical_C3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 8.236730751 L4_control_A1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 7.614049633 L4_control_A2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 7.46034042 L4_control_A3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.07126218 L4_control_B1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 10.51043693 L4_control_B2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.93831664 L4_control_B3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 12.02541205 L4_control_C2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 12.05579124 L4_control_C3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 9.239927442 L4_chemical_A1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 9.158742047 L4_chemical_A2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 8.302907114 L4_chemical_A3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 10.63363005 L4_chemical_B1 +LQ04X011220 Putative receptor-like protein kinase At5g39000 10.31153538 L4_chemical_B2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 10.29633271 L4_chemical_B3 +LQ04X011220 Putative receptor-like protein kinase At5g39000 11.42856419 L4_chemical_C2 +LQ04X011220 Putative receptor-like protein kinase At5g39000 12.31210505 L4_chemical_C3 +LQ04X011260 Putative Predicted protein 13.60448953 C6_control_A1 +LQ04X011260 Putative Predicted protein 13.71332133 C6_control_A3 +LQ04X011260 Putative Predicted protein 14.28695616 C6_control_B1 +LQ04X011260 Putative Predicted protein 14.0382963 C6_control_B2 +LQ04X011260 Putative Predicted protein 14.49977455 C6_control_B3 +LQ04X011260 Putative Predicted protein 13.08623153 C6_control_C1 +LQ04X011260 Putative Predicted protein 13.35194884 C6_control_C2 +LQ04X011260 Putative Predicted protein 13.48715874 C6_control_C3 +LQ04X011260 Putative Predicted protein 13.49780304 C6_chemical_A1 +LQ04X011260 Putative Predicted protein 13.13503717 C6_chemical_A3 +LQ04X011260 Putative Predicted protein 14.03962469 C6_chemical_B1 +LQ04X011260 Putative Predicted protein 13.76123825 C6_chemical_B2 +LQ04X011260 Putative Predicted protein 14.56108822 C6_chemical_B3 +LQ04X011260 Putative Predicted protein 12.94183125 C6_chemical_C1 +LQ04X011260 Putative Predicted protein 12.9249811 C6_chemical_C2 +LQ04X011260 Putative Predicted protein 13.18338146 C6_chemical_C3 +LQ04X011260 Putative Predicted protein 13.50584999 L4_control_A1 +LQ04X011260 Putative Predicted protein 13.44380361 L4_control_A2 +LQ04X011260 Putative Predicted protein 13.56124996 L4_control_A3 +LQ04X011260 Putative Predicted protein 14.14557008 L4_control_B1 +LQ04X011260 Putative Predicted protein 13.37737264 L4_control_B2 +LQ04X011260 Putative Predicted protein 13.58229628 L4_control_B3 +LQ04X011260 Putative Predicted protein 12.76576713 L4_control_C2 +LQ04X011260 Putative Predicted protein 12.95054707 L4_control_C3 +LQ04X011260 Putative Predicted protein 13.7276028 L4_chemical_A1 +LQ04X011260 Putative Predicted protein 13.6122482 L4_chemical_A2 +LQ04X011260 Putative Predicted protein 13.39136204 L4_chemical_A3 +LQ04X011260 Putative Predicted protein 14.19753786 L4_chemical_B1 +LQ04X011260 Putative Predicted protein 13.83522571 L4_chemical_B2 +LQ04X011260 Putative Predicted protein 14.29799527 L4_chemical_B3 +LQ04X011260 Putative Predicted protein 13.20598417 L4_chemical_C2 +LQ04X011260 Putative Predicted protein 12.58360416 L4_chemical_C3 +LQ04X011270 Hypothetical protein 5.514581967 C6_control_A1 +LQ04X011270 Hypothetical protein 5.981001524 C6_control_A3 +LQ04X011270 Hypothetical protein 5.977527908 C6_control_B1 +LQ04X011270 Hypothetical protein 5.270449216 C6_control_B2 +LQ04X011270 Hypothetical protein 5.53399967 C6_control_B3 +LQ04X011270 Hypothetical protein 5.611985447 C6_control_C1 +LQ04X011270 Hypothetical protein 6.478502179 C6_control_C2 +LQ04X011270 Hypothetical protein 5.457565458 C6_control_C3 +LQ04X011270 Hypothetical protein 5.476801252 C6_chemical_A1 +LQ04X011270 Hypothetical protein 4.935679279 C6_chemical_A3 +LQ04X011270 Hypothetical protein 5.171084149 C6_chemical_B1 +LQ04X011270 Hypothetical protein 5.219198133 C6_chemical_B2 +LQ04X011270 Hypothetical protein 5.189930671 C6_chemical_B3 +LQ04X011270 Hypothetical protein 5.271067271 C6_chemical_C1 +LQ04X011270 Hypothetical protein 5.246358006 C6_chemical_C2 +LQ04X011270 Hypothetical protein 5.388023441 C6_chemical_C3 +LQ04X011270 Hypothetical protein 5.497049842 L4_control_A1 +LQ04X011270 Hypothetical protein 5.201851169 L4_control_A2 +LQ04X011270 Hypothetical protein 4.94696831 L4_control_A3 +LQ04X011270 Hypothetical protein 5.837324407 L4_control_B1 +LQ04X011270 Hypothetical protein 5.01271838 L4_control_B2 +LQ04X011270 Hypothetical protein 5.292555064 L4_control_B3 +LQ04X011270 Hypothetical protein 5.907583083 L4_control_C2 +LQ04X011270 Hypothetical protein 5.098952176 L4_control_C3 +LQ04X011270 Hypothetical protein 5.670394597 L4_chemical_A1 +LQ04X011270 Hypothetical protein 5.317952605 L4_chemical_A2 +LQ04X011270 Hypothetical protein 5.101834714 L4_chemical_A3 +LQ04X011270 Hypothetical protein 5.315073735 L4_chemical_B1 +LQ04X011270 Hypothetical protein 5.168896284 L4_chemical_B2 +LQ04X011270 Hypothetical protein 5.322573131 L4_chemical_B3 +LQ04X011270 Hypothetical protein 6.147186101 L4_chemical_C2 +LQ04X011270 Hypothetical protein 5.37411031 L4_chemical_C3 +LQ04X011370 Hypothetical protein 5.30713463 C6_control_A1 +LQ04X011370 Hypothetical protein 7.074357235 C6_control_A3 +LQ04X011370 Hypothetical protein 7.445637014 C6_control_B1 +LQ04X011370 Hypothetical protein 8.690770727 C6_control_B2 +LQ04X011370 Hypothetical protein 11.28710831 C6_control_B3 +LQ04X011370 Hypothetical protein 5.068395896 C6_control_C1 +LQ04X011370 Hypothetical protein 5.43170268 C6_control_C2 +LQ04X011370 Hypothetical protein 5.479067409 C6_control_C3 +LQ04X011370 Hypothetical protein 5.460976348 C6_chemical_A1 +LQ04X011370 Hypothetical protein 8.210072148 C6_chemical_A3 +LQ04X011370 Hypothetical protein 6.740626262 C6_chemical_B1 +LQ04X011370 Hypothetical protein 8.760485885 C6_chemical_B2 +LQ04X011370 Hypothetical protein 10.35056191 C6_chemical_B3 +LQ04X011370 Hypothetical protein 5.306382121 C6_chemical_C1 +LQ04X011370 Hypothetical protein 5.958963762 C6_chemical_C2 +LQ04X011370 Hypothetical protein 5.80426335 C6_chemical_C3 +LQ04X011370 Hypothetical protein 10.46246026 L4_control_A1 +LQ04X011370 Hypothetical protein 9.496131672 L4_control_A2 +LQ04X011370 Hypothetical protein 11.42199428 L4_control_A3 +LQ04X011370 Hypothetical protein 5.420281502 L4_control_B1 +LQ04X011370 Hypothetical protein 6.238743223 L4_control_B2 +LQ04X011370 Hypothetical protein 6.423292689 L4_control_B3 +LQ04X011370 Hypothetical protein 5.751629633 L4_control_C2 +LQ04X011370 Hypothetical protein 5.526398727 L4_control_C3 +LQ04X011370 Hypothetical protein 10.63791917 L4_chemical_A1 +LQ04X011370 Hypothetical protein 11.38109013 L4_chemical_A2 +LQ04X011370 Hypothetical protein 11.25263116 L4_chemical_A3 +LQ04X011370 Hypothetical protein 8.467872286 L4_chemical_B1 +LQ04X011370 Hypothetical protein 7.945233476 L4_chemical_B2 +LQ04X011370 Hypothetical protein 9.592870392 L4_chemical_B3 +LQ04X011370 Hypothetical protein 5.118632075 L4_chemical_C2 +LQ04X011370 Hypothetical protein 5.287347613 L4_chemical_C3 +LQ04X011400 Hypothetical protein 5.861443695 C6_control_A1 +LQ04X011400 Hypothetical protein 4.883220236 C6_control_A3 +LQ04X011400 Hypothetical protein 5.737027046 C6_control_B1 +LQ04X011400 Hypothetical protein 5.589126423 C6_control_B2 +LQ04X011400 Hypothetical protein 5.813133867 C6_control_B3 +LQ04X011400 Hypothetical protein 6.331981999 C6_control_C1 +LQ04X011400 Hypothetical protein 5.58454379 C6_control_C2 +LQ04X011400 Hypothetical protein 5.895155463 C6_control_C3 +LQ04X011400 Hypothetical protein 6.154427804 C6_chemical_A1 +LQ04X011400 Hypothetical protein 5.42386135 C6_chemical_A3 +LQ04X011400 Hypothetical protein 6.239878715 C6_chemical_B1 +LQ04X011400 Hypothetical protein 5.60888549 C6_chemical_B2 +LQ04X011400 Hypothetical protein 5.979113672 C6_chemical_B3 +LQ04X011400 Hypothetical protein 6.23969997 C6_chemical_C1 +LQ04X011400 Hypothetical protein 6.009915793 C6_chemical_C2 +LQ04X011400 Hypothetical protein 5.541741036 C6_chemical_C3 +LQ04X011400 Hypothetical protein 5.657866699 L4_control_A1 +LQ04X011400 Hypothetical protein 6.153139529 L4_control_A2 +LQ04X011400 Hypothetical protein 6.13611834 L4_control_A3 +LQ04X011400 Hypothetical protein 6.334935294 L4_control_B1 +LQ04X011400 Hypothetical protein 5.886973187 L4_control_B2 +LQ04X011400 Hypothetical protein 5.672150126 L4_control_B3 +LQ04X011400 Hypothetical protein 6.193567234 L4_control_C2 +LQ04X011400 Hypothetical protein 5.601418295 L4_control_C3 +LQ04X011400 Hypothetical protein 5.495957246 L4_chemical_A1 +LQ04X011400 Hypothetical protein 5.764103985 L4_chemical_A2 +LQ04X011400 Hypothetical protein 6.147524498 L4_chemical_A3 +LQ04X011400 Hypothetical protein 5.781495579 L4_chemical_B1 +LQ04X011400 Hypothetical protein 6.639516125 L4_chemical_B2 +LQ04X011400 Hypothetical protein 5.747826375 L4_chemical_B3 +LQ04X011400 Hypothetical protein 6.23811814 L4_chemical_C2 +LQ04X011400 Hypothetical protein 5.874005105 L4_chemical_C3 +LQ04X011590 DNA-directed RNA polymerase 11.89812118 C6_control_A1 +LQ04X011590 DNA-directed RNA polymerase 11.75342527 C6_control_A3 +LQ04X011590 DNA-directed RNA polymerase 11.91701397 C6_control_B1 +LQ04X011590 DNA-directed RNA polymerase 11.23665861 C6_control_B2 +LQ04X011590 DNA-directed RNA polymerase 11.49012605 C6_control_B3 +LQ04X011590 DNA-directed RNA polymerase 11.97126175 C6_control_C1 +LQ04X011590 DNA-directed RNA polymerase 11.72104854 C6_control_C2 +LQ04X011590 DNA-directed RNA polymerase 11.78004679 C6_control_C3 +LQ04X011590 DNA-directed RNA polymerase 11.83273508 C6_chemical_A1 +LQ04X011590 DNA-directed RNA polymerase 11.69303472 C6_chemical_A3 +LQ04X011590 DNA-directed RNA polymerase 11.72346559 C6_chemical_B1 +LQ04X011590 DNA-directed RNA polymerase 11.17929001 C6_chemical_B2 +LQ04X011590 DNA-directed RNA polymerase 11.2951023 C6_chemical_B3 +LQ04X011590 DNA-directed RNA polymerase 11.95006959 C6_chemical_C1 +LQ04X011590 DNA-directed RNA polymerase 11.71847641 C6_chemical_C2 +LQ04X011590 DNA-directed RNA polymerase 11.59193645 C6_chemical_C3 +LQ04X011590 DNA-directed RNA polymerase 11.9839958 L4_control_A1 +LQ04X011590 DNA-directed RNA polymerase 11.79745279 L4_control_A2 +LQ04X011590 DNA-directed RNA polymerase 11.53761308 L4_control_A3 +LQ04X011590 DNA-directed RNA polymerase 11.63495383 L4_control_B1 +LQ04X011590 DNA-directed RNA polymerase 11.05729493 L4_control_B2 +LQ04X011590 DNA-directed RNA polymerase 11.58205635 L4_control_B3 +LQ04X011590 DNA-directed RNA polymerase 11.5016312 L4_control_C2 +LQ04X011590 DNA-directed RNA polymerase 11.14174148 L4_control_C3 +LQ04X011590 DNA-directed RNA polymerase 11.56641479 L4_chemical_A1 +LQ04X011590 DNA-directed RNA polymerase 11.80083052 L4_chemical_A2 +LQ04X011590 DNA-directed RNA polymerase 11.46234051 L4_chemical_A3 +LQ04X011590 DNA-directed RNA polymerase 11.6124951 L4_chemical_B1 +LQ04X011590 DNA-directed RNA polymerase 11.64667896 L4_chemical_B2 +LQ04X011590 DNA-directed RNA polymerase 11.73728038 L4_chemical_B3 +LQ04X011590 DNA-directed RNA polymerase 11.56051275 L4_chemical_C2 +LQ04X011590 DNA-directed RNA polymerase 11.50754471 L4_chemical_C3 +LQ04X011600 Putative Beta-galactosidase 5.071619199 C6_control_A1 +LQ04X011600 Putative Beta-galactosidase 5.080838979 C6_control_A3 +LQ04X011600 Putative Beta-galactosidase 4.855518908 C6_control_B1 +LQ04X011600 Putative Beta-galactosidase 5.285132959 C6_control_B2 +LQ04X011600 Putative Beta-galactosidase 5.115812812 C6_control_B3 +LQ04X011600 Putative Beta-galactosidase 5.02216554 C6_control_C1 +LQ04X011600 Putative Beta-galactosidase 5.400284792 C6_control_C2 +LQ04X011600 Putative Beta-galactosidase 5.212717815 C6_control_C3 +LQ04X011600 Putative Beta-galactosidase 5.563610973 C6_chemical_A1 +LQ04X011600 Putative Beta-galactosidase 5.122352872 C6_chemical_A3 +LQ04X011600 Putative Beta-galactosidase 5.309751361 C6_chemical_B1 +LQ04X011600 Putative Beta-galactosidase 5.814936561 C6_chemical_B2 +LQ04X011600 Putative Beta-galactosidase 5.688208435 C6_chemical_B3 +LQ04X011600 Putative Beta-galactosidase 5.317880095 C6_chemical_C1 +LQ04X011600 Putative Beta-galactosidase 5.895275242 C6_chemical_C2 +LQ04X011600 Putative Beta-galactosidase 5.621521433 C6_chemical_C3 +LQ04X011600 Putative Beta-galactosidase 5.14139226 L4_control_A1 +LQ04X011600 Putative Beta-galactosidase 5.204261698 L4_control_A2 +LQ04X011600 Putative Beta-galactosidase 5.591194253 L4_control_A3 +LQ04X011600 Putative Beta-galactosidase 5.521499137 L4_control_B1 +LQ04X011600 Putative Beta-galactosidase 5.73757554 L4_control_B2 +LQ04X011600 Putative Beta-galactosidase 5.896678507 L4_control_B3 +LQ04X011600 Putative Beta-galactosidase 5.475596756 L4_control_C2 +LQ04X011600 Putative Beta-galactosidase 5.137041262 L4_control_C3 +LQ04X011600 Putative Beta-galactosidase 5.216479653 L4_chemical_A1 +LQ04X011600 Putative Beta-galactosidase 5.220907872 L4_chemical_A2 +LQ04X011600 Putative Beta-galactosidase 5.701009123 L4_chemical_A3 +LQ04X011600 Putative Beta-galactosidase 5.508922468 L4_chemical_B1 +LQ04X011600 Putative Beta-galactosidase 5.328417372 L4_chemical_B2 +LQ04X011600 Putative Beta-galactosidase 5.47375784 L4_chemical_B3 +LQ04X011600 Putative Beta-galactosidase 5.104174071 L4_chemical_C2 +LQ04X011600 Putative Beta-galactosidase 5.280785341 L4_chemical_C3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.005519361 C6_control_A1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.415756462 C6_control_A3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.237286925 C6_control_B1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.307380429 C6_control_B2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 4.821802394 C6_control_B3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 4.897839103 C6_control_C1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.290650475 C6_control_C2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 4.810413127 C6_control_C3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.159339396 C6_chemical_A1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.411754425 C6_chemical_A3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.370360138 C6_chemical_B1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.145275513 C6_chemical_B2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.007833627 C6_chemical_B3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 4.95629599 C6_chemical_C1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.232757714 C6_chemical_C2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.243171435 C6_chemical_C3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.128977126 L4_control_A1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.050422687 L4_control_A2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.288585107 L4_control_A3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.493956853 L4_control_B1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.112506035 L4_control_B2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.136373817 L4_control_B3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.382176438 L4_control_C2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.276203792 L4_control_C3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.505124278 L4_chemical_A1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.334476683 L4_chemical_A2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.241828842 L4_chemical_A3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 4.884233026 L4_chemical_B1 +LQ04X011670 Putative disease resistance RPP13-like protein 1 4.980571813 L4_chemical_B2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.179838051 L4_chemical_B3 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.927065883 L4_chemical_C2 +LQ04X011670 Putative disease resistance RPP13-like protein 1 4.734510068 L4_chemical_C3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.695251049 C6_control_A1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.251390484 C6_control_A3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.60820348 C6_control_B1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.323544252 C6_control_B2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 6.307813681 C6_control_B3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.376894531 C6_control_C1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 4.923032602 C6_control_C2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.756917654 C6_control_C3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.225919459 C6_chemical_A1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.340727276 C6_chemical_A3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.185520092 C6_chemical_B1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.65952987 C6_chemical_B2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.908097032 C6_chemical_B3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.710154035 C6_chemical_C1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 4.940209294 C6_chemical_C2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 6.181008913 C6_chemical_C3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.708066676 L4_control_A1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.211774208 L4_control_A2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 4.859567232 L4_control_A3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 4.783377481 L4_control_B1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.054061489 L4_control_B2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 6.261014907 L4_control_B3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.626409208 L4_control_C2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.522588715 L4_control_C3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.866714494 L4_chemical_A1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.460889788 L4_chemical_A2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.963955626 L4_chemical_A3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.18184656 L4_chemical_B1 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.523270644 L4_chemical_B2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.72211369 L4_chemical_B3 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.22561251 L4_chemical_C2 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.877702645 L4_chemical_C3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.05093938 C6_control_A1 +LQ04X011720 Formate--tetrahydrofolate ligase 13.00013226 C6_control_A3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.81772253 C6_control_B1 +LQ04X011720 Formate--tetrahydrofolate ligase 13.82693069 C6_control_B2 +LQ04X011720 Formate--tetrahydrofolate ligase 14.08818016 C6_control_B3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.65582281 C6_control_C1 +LQ04X011720 Formate--tetrahydrofolate ligase 14.03705647 C6_control_C2 +LQ04X011720 Formate--tetrahydrofolate ligase 14.37852079 C6_control_C3 +LQ04X011720 Formate--tetrahydrofolate ligase 12.8770166 C6_chemical_A1 +LQ04X011720 Formate--tetrahydrofolate ligase 13.28479298 C6_chemical_A3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.73176974 C6_chemical_B1 +LQ04X011720 Formate--tetrahydrofolate ligase 14.02858424 C6_chemical_B2 +LQ04X011720 Formate--tetrahydrofolate ligase 13.94515579 C6_chemical_B3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.24905066 C6_chemical_C1 +LQ04X011720 Formate--tetrahydrofolate ligase 13.50564852 C6_chemical_C2 +LQ04X011720 Formate--tetrahydrofolate ligase 13.56763218 C6_chemical_C3 +LQ04X011720 Formate--tetrahydrofolate ligase 12.45207596 L4_control_A1 +LQ04X011720 Formate--tetrahydrofolate ligase 12.77780402 L4_control_A2 +LQ04X011720 Formate--tetrahydrofolate ligase 11.75639258 L4_control_A3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.4408271 L4_control_B1 +LQ04X011720 Formate--tetrahydrofolate ligase 13.76053462 L4_control_B2 +LQ04X011720 Formate--tetrahydrofolate ligase 13.79227079 L4_control_B3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.47705445 L4_control_C2 +LQ04X011720 Formate--tetrahydrofolate ligase 13.34669213 L4_control_C3 +LQ04X011720 Formate--tetrahydrofolate ligase 12.93717753 L4_chemical_A1 +LQ04X011720 Formate--tetrahydrofolate ligase 13.23498895 L4_chemical_A2 +LQ04X011720 Formate--tetrahydrofolate ligase 12.13936147 L4_chemical_A3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.64647354 L4_chemical_B1 +LQ04X011720 Formate--tetrahydrofolate ligase 13.68045854 L4_chemical_B2 +LQ04X011720 Formate--tetrahydrofolate ligase 13.637599 L4_chemical_B3 +LQ04X011720 Formate--tetrahydrofolate ligase 13.46632626 L4_chemical_C2 +LQ04X011720 Formate--tetrahydrofolate ligase 13.67041957 L4_chemical_C3 +LQ04X011850 Putative uncharacterized protein 4.723425417 C6_control_A1 +LQ04X011850 Putative uncharacterized protein 5.293600991 C6_control_A3 +LQ04X011850 Putative uncharacterized protein 4.923119976 C6_control_B1 +LQ04X011850 Putative uncharacterized protein 4.776126494 C6_control_B2 +LQ04X011850 Putative uncharacterized protein 5.029792418 C6_control_B3 +LQ04X011850 Putative uncharacterized protein 4.879648552 C6_control_C1 +LQ04X011850 Putative uncharacterized protein 4.938015408 C6_control_C2 +LQ04X011850 Putative uncharacterized protein 4.884294533 C6_control_C3 +LQ04X011850 Putative uncharacterized protein 5.218058222 C6_chemical_A1 +LQ04X011850 Putative uncharacterized protein 4.937259841 C6_chemical_A3 +LQ04X011850 Putative uncharacterized protein 5.443589467 C6_chemical_B1 +LQ04X011850 Putative uncharacterized protein 4.964057435 C6_chemical_B2 +LQ04X011850 Putative uncharacterized protein 5.152998064 C6_chemical_B3 +LQ04X011850 Putative uncharacterized protein 4.81744248 C6_chemical_C1 +LQ04X011850 Putative uncharacterized protein 5.310720467 C6_chemical_C2 +LQ04X011850 Putative uncharacterized protein 5.054584352 C6_chemical_C3 +LQ04X011850 Putative uncharacterized protein 4.960327853 L4_control_A1 +LQ04X011850 Putative uncharacterized protein 5.030652377 L4_control_A2 +LQ04X011850 Putative uncharacterized protein 5.490899366 L4_control_A3 +LQ04X011850 Putative uncharacterized protein 4.893512 L4_control_B1 +LQ04X011850 Putative uncharacterized protein 5.000937207 L4_control_B2 +LQ04X011850 Putative uncharacterized protein 5.2906858 L4_control_B3 +LQ04X011850 Putative uncharacterized protein 5.226213769 L4_control_C2 +LQ04X011850 Putative uncharacterized protein 4.878223417 L4_control_C3 +LQ04X011850 Putative uncharacterized protein 5.139732509 L4_chemical_A1 +LQ04X011850 Putative uncharacterized protein 5.196167595 L4_chemical_A2 +LQ04X011850 Putative uncharacterized protein 5.214341905 L4_chemical_A3 +LQ04X011850 Putative uncharacterized protein 4.895047736 L4_chemical_B1 +LQ04X011850 Putative uncharacterized protein 5.397433689 L4_chemical_B2 +LQ04X011850 Putative uncharacterized protein 4.992812007 L4_chemical_B3 +LQ04X011850 Putative uncharacterized protein 5.142487873 L4_chemical_C2 +LQ04X011850 Putative uncharacterized protein 4.999319275 L4_chemical_C3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.31173957 C6_control_A1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.42141573 C6_control_A3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.03083852 C6_control_B1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.13400238 C6_control_B2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.06249011 C6_control_B3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 12.78246677 C6_control_C1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 12.75804283 C6_control_C2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 12.78125433 C6_control_C3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.31555004 C6_chemical_A1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.34852511 C6_chemical_A3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 12.96702508 C6_chemical_B1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.07186936 C6_chemical_B2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 12.86528067 C6_chemical_B3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 12.48349654 C6_chemical_C1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 12.62834926 C6_chemical_C2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 12.88968831 C6_chemical_C3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.4705527 L4_control_A1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.55627301 L4_control_A2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.03537422 L4_control_A3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.28942892 L4_control_B1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.37186634 L4_control_B2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.99157873 L4_control_B3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.49553731 L4_control_C2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.77290564 L4_control_C3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.40038849 L4_chemical_A1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.12137229 L4_chemical_A2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.18232919 L4_chemical_A3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.19260784 L4_chemical_B1 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.09264232 L4_chemical_B2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.34441809 L4_chemical_B3 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.47483105 L4_chemical_C2 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.7060417 L4_chemical_C3 +LQ04X011890 Hypothetical protein 5.651952039 C6_control_A1 +LQ04X011890 Hypothetical protein 5.414748442 C6_control_A3 +LQ04X011890 Hypothetical protein 5.595245812 C6_control_B1 +LQ04X011890 Hypothetical protein 5.439466659 C6_control_B2 +LQ04X011890 Hypothetical protein 5.612157598 C6_control_B3 +LQ04X011890 Hypothetical protein 5.974825102 C6_control_C1 +LQ04X011890 Hypothetical protein 5.096069494 C6_control_C2 +LQ04X011890 Hypothetical protein 5.794564309 C6_control_C3 +LQ04X011890 Hypothetical protein 5.63179411 C6_chemical_A1 +LQ04X011890 Hypothetical protein 5.035862836 C6_chemical_A3 +LQ04X011890 Hypothetical protein 5.52387771 C6_chemical_B1 +LQ04X011890 Hypothetical protein 5.298818844 C6_chemical_B2 +LQ04X011890 Hypothetical protein 5.811332551 C6_chemical_B3 +LQ04X011890 Hypothetical protein 5.411968813 C6_chemical_C1 +LQ04X011890 Hypothetical protein 6.111302998 C6_chemical_C2 +LQ04X011890 Hypothetical protein 5.629215088 C6_chemical_C3 +LQ04X011890 Hypothetical protein 5.723320556 L4_control_A1 +LQ04X011890 Hypothetical protein 5.264892606 L4_control_A2 +LQ04X011890 Hypothetical protein 5.149051805 L4_control_A3 +LQ04X011890 Hypothetical protein 7.252129706 L4_control_B1 +LQ04X011890 Hypothetical protein 5.908847173 L4_control_B2 +LQ04X011890 Hypothetical protein 5.459036187 L4_control_B3 +LQ04X011890 Hypothetical protein 5.103906016 L4_control_C2 +LQ04X011890 Hypothetical protein 5.638762119 L4_control_C3 +LQ04X011890 Hypothetical protein 5.689580769 L4_chemical_A1 +LQ04X011890 Hypothetical protein 5.787487274 L4_chemical_A2 +LQ04X011890 Hypothetical protein 5.483641691 L4_chemical_A3 +LQ04X011890 Hypothetical protein 5.656822983 L4_chemical_B1 +LQ04X011890 Hypothetical protein 5.745082761 L4_chemical_B2 +LQ04X011890 Hypothetical protein 5.463494243 L4_chemical_B3 +LQ04X011890 Hypothetical protein 5.671533614 L4_chemical_C2 +LQ04X011890 Hypothetical protein 5.71530522 L4_chemical_C3 +LQ04X011940 Hypothetical protein 4.758153726 C6_control_A1 +LQ04X011940 Hypothetical protein 4.757034175 C6_control_A3 +LQ04X011940 Hypothetical protein 5.124936604 C6_control_B1 +LQ04X011940 Hypothetical protein 4.630524063 C6_control_B2 +LQ04X011940 Hypothetical protein 4.821900963 C6_control_B3 +LQ04X011940 Hypothetical protein 4.752199943 C6_control_C1 +LQ04X011940 Hypothetical protein 4.680818002 C6_control_C2 +LQ04X011940 Hypothetical protein 4.631647596 C6_control_C3 +LQ04X011940 Hypothetical protein 4.757413978 C6_chemical_A1 +LQ04X011940 Hypothetical protein 4.641575338 C6_chemical_A3 +LQ04X011940 Hypothetical protein 4.575964903 C6_chemical_B1 +LQ04X011940 Hypothetical protein 4.568477237 C6_chemical_B2 +LQ04X011940 Hypothetical protein 4.550725547 C6_chemical_B3 +LQ04X011940 Hypothetical protein 4.499293872 C6_chemical_C1 +LQ04X011940 Hypothetical protein 4.501245112 C6_chemical_C2 +LQ04X011940 Hypothetical protein 4.736134663 C6_chemical_C3 +LQ04X011940 Hypothetical protein 4.745030729 L4_control_A1 +LQ04X011940 Hypothetical protein 4.681861005 L4_control_A2 +LQ04X011940 Hypothetical protein 5.259621196 L4_control_A3 +LQ04X011940 Hypothetical protein 5.09009239 L4_control_B1 +LQ04X011940 Hypothetical protein 4.923495105 L4_control_B2 +LQ04X011940 Hypothetical protein 4.694173629 L4_control_B3 +LQ04X011940 Hypothetical protein 5.389831724 L4_control_C2 +LQ04X011940 Hypothetical protein 5.650704611 L4_control_C3 +LQ04X011940 Hypothetical protein 4.839876197 L4_chemical_A1 +LQ04X011940 Hypothetical protein 4.835193143 L4_chemical_A2 +LQ04X011940 Hypothetical protein 5.011107221 L4_chemical_A3 +LQ04X011940 Hypothetical protein 5.234685624 L4_chemical_B1 +LQ04X011940 Hypothetical protein 4.958027594 L4_chemical_B2 +LQ04X011940 Hypothetical protein 4.811352631 L4_chemical_B3 +LQ04X011940 Hypothetical protein 4.820181876 L4_chemical_C2 +LQ04X011940 Hypothetical protein 5.522748906 L4_chemical_C3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.75709904 C6_control_A1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.34625319 C6_control_A3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.10663168 C6_control_B1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.66852883 C6_control_B2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.95152501 C6_control_B3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.51701053 C6_control_C1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.0465183 C6_control_C2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.19551869 C6_control_C3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.6282807 C6_chemical_A1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.38316293 C6_chemical_A3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.91118051 C6_chemical_B1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.35851476 C6_chemical_B2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.7918759 C6_chemical_B3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.01892328 C6_chemical_C1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.88114115 C6_chemical_C2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.84007635 C6_chemical_C3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.50590582 L4_control_A1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.21940405 L4_control_A2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.55685672 L4_control_A3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.03655697 L4_control_B1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.90292499 L4_control_B2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.04345341 L4_control_B3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.5702558 L4_control_C2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.00259685 L4_control_C3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.71861828 L4_chemical_A1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.57465284 L4_chemical_A2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.7513662 L4_chemical_A3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.12136379 L4_chemical_B1 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.46884029 L4_chemical_B2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.7301918 L4_chemical_B3 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.45986768 L4_chemical_C2 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 13.05609695 L4_chemical_C3 +LQ04X012050 Predicted protein 5.376988417 C6_control_A1 +LQ04X012050 Predicted protein 5.431302686 C6_control_A3 +LQ04X012050 Predicted protein 4.833502951 C6_control_B1 +LQ04X012050 Predicted protein 5.535761819 C6_control_B2 +LQ04X012050 Predicted protein 5.353619421 C6_control_B3 +LQ04X012050 Predicted protein 5.065066416 C6_control_C1 +LQ04X012050 Predicted protein 5.926222615 C6_control_C2 +LQ04X012050 Predicted protein 5.414848512 C6_control_C3 +LQ04X012050 Predicted protein 5.295657342 C6_chemical_A1 +LQ04X012050 Predicted protein 5.264840748 C6_chemical_A3 +LQ04X012050 Predicted protein 5.166960176 C6_chemical_B1 +LQ04X012050 Predicted protein 5.688977055 C6_chemical_B2 +LQ04X012050 Predicted protein 5.078518272 C6_chemical_B3 +LQ04X012050 Predicted protein 5.387329234 C6_chemical_C1 +LQ04X012050 Predicted protein 5.387224626 C6_chemical_C2 +LQ04X012050 Predicted protein 5.069338081 C6_chemical_C3 +LQ04X012050 Predicted protein 5.403836184 L4_control_A1 +LQ04X012050 Predicted protein 5.439700117 L4_control_A2 +LQ04X012050 Predicted protein 5.685600337 L4_control_A3 +LQ04X012050 Predicted protein 4.905864781 L4_control_B1 +LQ04X012050 Predicted protein 5.236699202 L4_control_B2 +LQ04X012050 Predicted protein 5.072226532 L4_control_B3 +LQ04X012050 Predicted protein 5.772504977 L4_control_C2 +LQ04X012050 Predicted protein 5.670677061 L4_control_C3 +LQ04X012050 Predicted protein 5.083190466 L4_chemical_A1 +LQ04X012050 Predicted protein 5.144786561 L4_chemical_A2 +LQ04X012050 Predicted protein 5.47471934 L4_chemical_A3 +LQ04X012050 Predicted protein 5.212034007 L4_chemical_B1 +LQ04X012050 Predicted protein 5.376321419 L4_chemical_B2 +LQ04X012050 Predicted protein 5.367849184 L4_chemical_B3 +LQ04X012050 Predicted protein 5.424416125 L4_chemical_C2 +LQ04X012050 Predicted protein 5.026882321 L4_chemical_C3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.498960421 C6_control_A1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.54389725 C6_control_A3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.46536625 C6_control_B1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 10.02277487 C6_control_B2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.655884361 C6_control_B3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 10.64998869 C6_control_C1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 10.7999481 C6_control_C2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 11.00738786 C6_control_C3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.149369485 C6_chemical_A1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.220875971 C6_chemical_A3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 8.610539097 C6_chemical_B1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.545953325 C6_chemical_B2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.137489564 C6_chemical_B3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 10.03203993 C6_chemical_C1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 10.51192631 C6_chemical_C2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 10.73939042 C6_chemical_C3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.734478926 L4_control_A1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.275193864 L4_control_A2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.177824756 L4_control_A3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 8.949158203 L4_control_B1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.499423985 L4_control_B2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.776685042 L4_control_B3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 11.05588196 L4_control_C2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 11.17134821 L4_control_C3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.440675613 L4_chemical_A1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.146170159 L4_chemical_A2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 8.845454683 L4_chemical_A3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 8.828747992 L4_chemical_B1 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.135159366 L4_chemical_B2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 8.840437796 L4_chemical_B3 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 10.72939669 L4_chemical_C2 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 10.95576089 L4_chemical_C3 +LQ04X012310 Receptor-like protein kinase FERONIA 5.176286628 C6_control_A1 +LQ04X012310 Receptor-like protein kinase FERONIA 4.869323859 C6_control_A3 +LQ04X012310 Receptor-like protein kinase FERONIA 5.522512279 C6_control_B1 +LQ04X012310 Receptor-like protein kinase FERONIA 5.266352567 C6_control_B2 +LQ04X012310 Receptor-like protein kinase FERONIA 5.734281411 C6_control_B3 +LQ04X012310 Receptor-like protein kinase FERONIA 7.304047928 C6_control_C1 +LQ04X012310 Receptor-like protein kinase FERONIA 9.033224093 C6_control_C2 +LQ04X012310 Receptor-like protein kinase FERONIA 9.002812925 C6_control_C3 +LQ04X012310 Receptor-like protein kinase FERONIA 5.360774822 C6_chemical_A1 +LQ04X012310 Receptor-like protein kinase FERONIA 5.115358227 C6_chemical_A3 +LQ04X012310 Receptor-like protein kinase FERONIA 6.124002418 C6_chemical_B1 +LQ04X012310 Receptor-like protein kinase FERONIA 5.991463403 C6_chemical_B2 +LQ04X012310 Receptor-like protein kinase FERONIA 6.034971326 C6_chemical_B3 +LQ04X012310 Receptor-like protein kinase FERONIA 6.876626486 C6_chemical_C1 +LQ04X012310 Receptor-like protein kinase FERONIA 6.881888257 C6_chemical_C2 +LQ04X012310 Receptor-like protein kinase FERONIA 7.896956284 C6_chemical_C3 +LQ04X012310 Receptor-like protein kinase FERONIA 5.578250324 L4_control_A1 +LQ04X012310 Receptor-like protein kinase FERONIA 5.105395398 L4_control_A2 +LQ04X012310 Receptor-like protein kinase FERONIA 5.046689848 L4_control_A3 +LQ04X012310 Receptor-like protein kinase FERONIA 7.473928678 L4_control_B1 +LQ04X012310 Receptor-like protein kinase FERONIA 5.748378092 L4_control_B2 +LQ04X012310 Receptor-like protein kinase FERONIA 7.163477377 L4_control_B3 +LQ04X012310 Receptor-like protein kinase FERONIA 10.07200588 L4_control_C2 +LQ04X012310 Receptor-like protein kinase FERONIA 11.16232126 L4_control_C3 +LQ04X012310 Receptor-like protein kinase FERONIA 6.788666358 L4_chemical_A1 +LQ04X012310 Receptor-like protein kinase FERONIA 5.005056652 L4_chemical_A2 +LQ04X012310 Receptor-like protein kinase FERONIA 5.417007556 L4_chemical_A3 +LQ04X012310 Receptor-like protein kinase FERONIA 8.609940488 L4_chemical_B1 +LQ04X012310 Receptor-like protein kinase FERONIA 5.644075724 L4_chemical_B2 +LQ04X012310 Receptor-like protein kinase FERONIA 6.086466076 L4_chemical_B3 +LQ04X012310 Receptor-like protein kinase FERONIA 9.73138439 L4_chemical_C2 +LQ04X012310 Receptor-like protein kinase FERONIA 10.30403329 L4_chemical_C3 +LQ04X012350 Putative disease resistance protein At1g58400 5.132288286 C6_control_A1 +LQ04X012350 Putative disease resistance protein At1g58400 5.027747343 C6_control_A3 +LQ04X012350 Putative disease resistance protein At1g58400 5.77100755 C6_control_B1 +LQ04X012350 Putative disease resistance protein At1g58400 5.035134567 C6_control_B2 +LQ04X012350 Putative disease resistance protein At1g58400 5.280504492 C6_control_B3 +LQ04X012350 Putative disease resistance protein At1g58400 5.339596753 C6_control_C1 +LQ04X012350 Putative disease resistance protein At1g58400 5.089349581 C6_control_C2 +LQ04X012350 Putative disease resistance protein At1g58400 5.187101992 C6_control_C3 +LQ04X012350 Putative disease resistance protein At1g58400 5.222984867 C6_chemical_A1 +LQ04X012350 Putative disease resistance protein At1g58400 5.54045576 C6_chemical_A3 +LQ04X012350 Putative disease resistance protein At1g58400 5.315010781 C6_chemical_B1 +LQ04X012350 Putative disease resistance protein At1g58400 5.123747322 C6_chemical_B2 +LQ04X012350 Putative disease resistance protein At1g58400 5.621021857 C6_chemical_B3 +LQ04X012350 Putative disease resistance protein At1g58400 5.545628836 C6_chemical_C1 +LQ04X012350 Putative disease resistance protein At1g58400 5.177165916 C6_chemical_C2 +LQ04X012350 Putative disease resistance protein At1g58400 5.506937633 C6_chemical_C3 +LQ04X012350 Putative disease resistance protein At1g58400 5.394067303 L4_control_A1 +LQ04X012350 Putative disease resistance protein At1g58400 5.972779895 L4_control_A2 +LQ04X012350 Putative disease resistance protein At1g58400 5.277244439 L4_control_A3 +LQ04X012350 Putative disease resistance protein At1g58400 6.284017961 L4_control_B1 +LQ04X012350 Putative disease resistance protein At1g58400 5.562991992 L4_control_B2 +LQ04X012350 Putative disease resistance protein At1g58400 5.447387049 L4_control_B3 +LQ04X012350 Putative disease resistance protein At1g58400 5.863186735 L4_control_C2 +LQ04X012350 Putative disease resistance protein At1g58400 5.017719242 L4_control_C3 +LQ04X012350 Putative disease resistance protein At1g58400 5.753787899 L4_chemical_A1 +LQ04X012350 Putative disease resistance protein At1g58400 5.79204956 L4_chemical_A2 +LQ04X012350 Putative disease resistance protein At1g58400 5.526449927 L4_chemical_A3 +LQ04X012350 Putative disease resistance protein At1g58400 5.415077679 L4_chemical_B1 +LQ04X012350 Putative disease resistance protein At1g58400 5.464430266 L4_chemical_B2 +LQ04X012350 Putative disease resistance protein At1g58400 5.543007218 L4_chemical_B3 +LQ04X012350 Putative disease resistance protein At1g58400 5.667813409 L4_chemical_C2 +LQ04X012350 Putative disease resistance protein At1g58400 5.345076426 L4_chemical_C3 +LQ04X012430 Predicted protein 5.258855786 C6_control_A1 +LQ04X012430 Predicted protein 5.026662861 C6_control_A3 +LQ04X012430 Predicted protein 5.567846477 C6_control_B1 +LQ04X012430 Predicted protein 5.586112698 C6_control_B2 +LQ04X012430 Predicted protein 4.82900595 C6_control_B3 +LQ04X012430 Predicted protein 5.11076206 C6_control_C1 +LQ04X012430 Predicted protein 4.697207998 C6_control_C2 +LQ04X012430 Predicted protein 5.616661004 C6_control_C3 +LQ04X012430 Predicted protein 5.019848668 C6_chemical_A1 +LQ04X012430 Predicted protein 5.297909894 C6_chemical_A3 +LQ04X012430 Predicted protein 5.329252378 C6_chemical_B1 +LQ04X012430 Predicted protein 5.023208833 C6_chemical_B2 +LQ04X012430 Predicted protein 4.888375576 C6_chemical_B3 +LQ04X012430 Predicted protein 4.750119112 C6_chemical_C1 +LQ04X012430 Predicted protein 5.12305423 C6_chemical_C2 +LQ04X012430 Predicted protein 5.132988304 C6_chemical_C3 +LQ04X012430 Predicted protein 5.317315891 L4_control_A1 +LQ04X012430 Predicted protein 4.896289408 L4_control_A2 +LQ04X012430 Predicted protein 5.716334359 L4_control_A3 +LQ04X012430 Predicted protein 5.62954984 L4_control_B1 +LQ04X012430 Predicted protein 5.091833624 L4_control_B2 +LQ04X012430 Predicted protein 5.070760371 L4_control_B3 +LQ04X012430 Predicted protein 5.263277492 L4_control_C2 +LQ04X012430 Predicted protein 5.201594879 L4_control_C3 +LQ04X012430 Predicted protein 4.955591017 L4_chemical_A1 +LQ04X012430 Predicted protein 5.094639258 L4_chemical_A2 +LQ04X012430 Predicted protein 6.166711813 L4_chemical_A3 +LQ04X012430 Predicted protein 4.949238572 L4_chemical_B1 +LQ04X012430 Predicted protein 5.234040293 L4_chemical_B2 +LQ04X012430 Predicted protein 5.434770227 L4_chemical_B3 +LQ04X012430 Predicted protein 5.316015146 L4_chemical_C2 +LQ04X012430 Predicted protein 5.147539132 L4_chemical_C3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.309697023 C6_control_A1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.154060139 C6_control_A3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.020649954 C6_control_B1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.109404724 C6_control_B2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 7.831057293 C6_control_B3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 11.84847179 C6_control_C1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 11.7115351 C6_control_C2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 11.39116517 C6_control_C3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.58043872 C6_chemical_A1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.504681171 C6_chemical_A3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.742285266 C6_chemical_B1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.635581416 C6_chemical_B2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.527577077 C6_chemical_B3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 12.33262607 C6_chemical_C1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 12.09863629 C6_chemical_C2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 12.46809205 C6_chemical_C3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.871315573 L4_control_A1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.438137836 L4_control_A2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.758094142 L4_control_A3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.85207479 L4_control_B1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.144874499 L4_control_B2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.156934932 L4_control_B3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 10.55078028 L4_control_C2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 11.63380189 L4_control_C3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.343745589 L4_chemical_A1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.825258385 L4_chemical_A2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.140592989 L4_chemical_A3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.410450789 L4_chemical_B1 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.175170694 L4_chemical_B2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 8.916539624 L4_chemical_B3 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 11.00449542 L4_chemical_C2 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 11.98868537 L4_chemical_C3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.303595466 C6_control_A1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.156322575 C6_control_A3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.490896072 C6_control_B1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.787069665 C6_control_B2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.347755361 C6_control_B3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.663154095 C6_control_C1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.287512466 C6_control_C2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.893362471 C6_control_C3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.090590865 C6_chemical_A1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.94834918 C6_chemical_A3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.16477998 C6_chemical_B1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.659418046 C6_chemical_B2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.979119581 C6_chemical_B3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.610747864 C6_chemical_C1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.637581181 C6_chemical_C2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.00576334 C6_chemical_C3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.192656762 L4_control_A1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.453800255 L4_control_A2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.928213633 L4_control_A3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.97186834 L4_control_B1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.322919839 L4_control_B2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.084855835 L4_control_B3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.198775461 L4_control_C2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.167503997 L4_control_C3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.778165543 L4_chemical_A1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.362070371 L4_chemical_A2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.020568354 L4_chemical_A3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.893305119 L4_chemical_B1 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 5.648593051 L4_chemical_B2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.033749884 L4_chemical_B3 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.499888057 L4_chemical_C2 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.052226523 L4_chemical_C3 +LQ04X012530 GDSL esterase/lipase At5g37690 11.3042541 C6_control_A1 +LQ04X012530 GDSL esterase/lipase At5g37690 10.16338695 C6_control_A3 +LQ04X012530 GDSL esterase/lipase At5g37690 11.64937185 C6_control_B1 +LQ04X012530 GDSL esterase/lipase At5g37690 11.25027383 C6_control_B2 +LQ04X012530 GDSL esterase/lipase At5g37690 11.61089028 C6_control_B3 +LQ04X012530 GDSL esterase/lipase At5g37690 10.18794327 C6_control_C1 +LQ04X012530 GDSL esterase/lipase At5g37690 10.07242436 C6_control_C2 +LQ04X012530 GDSL esterase/lipase At5g37690 10.25350743 C6_control_C3 +LQ04X012530 GDSL esterase/lipase At5g37690 10.8617169 C6_chemical_A1 +LQ04X012530 GDSL esterase/lipase At5g37690 10.40022122 C6_chemical_A3 +LQ04X012530 GDSL esterase/lipase At5g37690 11.22169796 C6_chemical_B1 +LQ04X012530 GDSL esterase/lipase At5g37690 10.95017504 C6_chemical_B2 +LQ04X012530 GDSL esterase/lipase At5g37690 10.82735603 C6_chemical_B3 +LQ04X012530 GDSL esterase/lipase At5g37690 10.20751727 C6_chemical_C1 +LQ04X012530 GDSL esterase/lipase At5g37690 10.23646024 C6_chemical_C2 +LQ04X012530 GDSL esterase/lipase At5g37690 9.6218944 C6_chemical_C3 +LQ04X012530 GDSL esterase/lipase At5g37690 10.33975917 L4_control_A1 +LQ04X012530 GDSL esterase/lipase At5g37690 10.87222264 L4_control_A2 +LQ04X012530 GDSL esterase/lipase At5g37690 10.22065426 L4_control_A3 +LQ04X012530 GDSL esterase/lipase At5g37690 11.2841578 L4_control_B1 +LQ04X012530 GDSL esterase/lipase At5g37690 11.35653949 L4_control_B2 +LQ04X012530 GDSL esterase/lipase At5g37690 10.5782929 L4_control_B3 +LQ04X012530 GDSL esterase/lipase At5g37690 9.433668896 L4_control_C2 +LQ04X012530 GDSL esterase/lipase At5g37690 10.00205054 L4_control_C3 +LQ04X012530 GDSL esterase/lipase At5g37690 10.17401515 L4_chemical_A1 +LQ04X012530 GDSL esterase/lipase At5g37690 10.6458182 L4_chemical_A2 +LQ04X012530 GDSL esterase/lipase At5g37690 10.09288582 L4_chemical_A3 +LQ04X012530 GDSL esterase/lipase At5g37690 10.92932328 L4_chemical_B1 +LQ04X012530 GDSL esterase/lipase At5g37690 11.28345808 L4_chemical_B2 +LQ04X012530 GDSL esterase/lipase At5g37690 11.07126437 L4_chemical_B3 +LQ04X012530 GDSL esterase/lipase At5g37690 9.648657876 L4_chemical_C2 +LQ04X012530 GDSL esterase/lipase At5g37690 10.17883242 L4_chemical_C3 +LQ04X012560 Putative uncharacterized protein 4.983677481 C6_control_A1 +LQ04X012560 Putative uncharacterized protein 5.288244457 C6_control_A3 +LQ04X012560 Putative uncharacterized protein 4.942166143 C6_control_B1 +LQ04X012560 Putative uncharacterized protein 5.427144347 C6_control_B2 +LQ04X012560 Putative uncharacterized protein 5.04635622 C6_control_B3 +LQ04X012560 Putative uncharacterized protein 5.377340505 C6_control_C1 +LQ04X012560 Putative uncharacterized protein 6.030080944 C6_control_C2 +LQ04X012560 Putative uncharacterized protein 5.309998598 C6_control_C3 +LQ04X012560 Putative uncharacterized protein 5.121805033 C6_chemical_A1 +LQ04X012560 Putative uncharacterized protein 5.475802682 C6_chemical_A3 +LQ04X012560 Putative uncharacterized protein 4.734672959 C6_chemical_B1 +LQ04X012560 Putative uncharacterized protein 5.170163546 C6_chemical_B2 +LQ04X012560 Putative uncharacterized protein 4.812177994 C6_chemical_B3 +LQ04X012560 Putative uncharacterized protein 5.243294814 C6_chemical_C1 +LQ04X012560 Putative uncharacterized protein 5.373678788 C6_chemical_C2 +LQ04X012560 Putative uncharacterized protein 5.350376745 C6_chemical_C3 +LQ04X012560 Putative uncharacterized protein 5.370743478 L4_control_A1 +LQ04X012560 Putative uncharacterized protein 5.511029492 L4_control_A2 +LQ04X012560 Putative uncharacterized protein 5.136245301 L4_control_A3 +LQ04X012560 Putative uncharacterized protein 5.170285333 L4_control_B1 +LQ04X012560 Putative uncharacterized protein 5.552128076 L4_control_B2 +LQ04X012560 Putative uncharacterized protein 4.927324404 L4_control_B3 +LQ04X012560 Putative uncharacterized protein 5.478114051 L4_control_C2 +LQ04X012560 Putative uncharacterized protein 5.271963261 L4_control_C3 +LQ04X012560 Putative uncharacterized protein 5.070346997 L4_chemical_A1 +LQ04X012560 Putative uncharacterized protein 5.121043442 L4_chemical_A2 +LQ04X012560 Putative uncharacterized protein 5.298831508 L4_chemical_A3 +LQ04X012560 Putative uncharacterized protein 5.436175144 L4_chemical_B1 +LQ04X012560 Putative uncharacterized protein 5.134252066 L4_chemical_B2 +LQ04X012560 Putative uncharacterized protein 5.151953707 L4_chemical_B3 +LQ04X012560 Putative uncharacterized protein 5.558120211 L4_chemical_C2 +LQ04X012560 Putative uncharacterized protein 5.544120872 L4_chemical_C3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.394623153 C6_control_A1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.579558674 C6_control_A3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.779412122 C6_control_B1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 4.847368403 C6_control_B2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.591227495 C6_control_B3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.056554025 C6_control_C1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.570877955 C6_control_C2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.315558077 C6_control_C3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 4.998994725 C6_chemical_A1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.333635938 C6_chemical_A3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.475671562 C6_chemical_B1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.116611728 C6_chemical_B2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.263856189 C6_chemical_B3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.65986558 C6_chemical_C1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.324672081 C6_chemical_C2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.141238691 C6_chemical_C3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.436803615 L4_control_A1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.491431336 L4_control_A2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.320765071 L4_control_A3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.648041441 L4_control_B1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.624313974 L4_control_B2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.506939511 L4_control_B3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.997244419 L4_control_C2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.962255606 L4_control_C3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.287438488 L4_chemical_A1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.529614461 L4_chemical_A2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.438500077 L4_chemical_A3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.757778522 L4_chemical_B1 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.574712696 L4_chemical_B2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.338617731 L4_chemical_B3 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.523907738 L4_chemical_C2 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 5.960760507 L4_chemical_C3 +LQ04X012630 Predicted protein 6.532232026 C6_control_A1 +LQ04X012630 Predicted protein 6.054702677 C6_control_A3 +LQ04X012630 Predicted protein 6.865312564 C6_control_B1 +LQ04X012630 Predicted protein 6.954419904 C6_control_B2 +LQ04X012630 Predicted protein 6.581108194 C6_control_B3 +LQ04X012630 Predicted protein 6.513724038 C6_control_C1 +LQ04X012630 Predicted protein 7.649338814 C6_control_C2 +LQ04X012630 Predicted protein 6.546601879 C6_control_C3 +LQ04X012630 Predicted protein 6.324544618 C6_chemical_A1 +LQ04X012630 Predicted protein 5.981915588 C6_chemical_A3 +LQ04X012630 Predicted protein 6.827608865 C6_chemical_B1 +LQ04X012630 Predicted protein 7.119349079 C6_chemical_B2 +LQ04X012630 Predicted protein 6.575182542 C6_chemical_B3 +LQ04X012630 Predicted protein 6.654486327 C6_chemical_C1 +LQ04X012630 Predicted protein 7.049291614 C6_chemical_C2 +LQ04X012630 Predicted protein 7.03363838 C6_chemical_C3 +LQ04X012630 Predicted protein 5.817729269 L4_control_A1 +LQ04X012630 Predicted protein 6.36960649 L4_control_A2 +LQ04X012630 Predicted protein 6.783291932 L4_control_A3 +LQ04X012630 Predicted protein 7.244733649 L4_control_B1 +LQ04X012630 Predicted protein 7.605501179 L4_control_B2 +LQ04X012630 Predicted protein 6.704333 L4_control_B3 +LQ04X012630 Predicted protein 6.483782261 L4_control_C2 +LQ04X012630 Predicted protein 6.287051719 L4_control_C3 +LQ04X012630 Predicted protein 5.86670302 L4_chemical_A1 +LQ04X012630 Predicted protein 6.603492348 L4_chemical_A2 +LQ04X012630 Predicted protein 5.697275548 L4_chemical_A3 +LQ04X012630 Predicted protein 7.158332391 L4_chemical_B1 +LQ04X012630 Predicted protein 7.301090839 L4_chemical_B2 +LQ04X012630 Predicted protein 6.511654903 L4_chemical_B3 +LQ04X012630 Predicted protein 6.118287532 L4_chemical_C2 +LQ04X012630 Predicted protein 6.726802597 L4_chemical_C3 +LQ04X012670 Protein RSI-1 8.796901992 C6_control_A1 +LQ04X012670 Protein RSI-1 7.584002343 C6_control_A3 +LQ04X012670 Protein RSI-1 8.571140732 C6_control_B1 +LQ04X012670 Protein RSI-1 10.35053573 C6_control_B2 +LQ04X012670 Protein RSI-1 8.843425728 C6_control_B3 +LQ04X012670 Protein RSI-1 6.794943253 C6_control_C1 +LQ04X012670 Protein RSI-1 7.547094965 C6_control_C2 +LQ04X012670 Protein RSI-1 8.177052791 C6_control_C3 +LQ04X012670 Protein RSI-1 7.373457569 C6_chemical_A1 +LQ04X012670 Protein RSI-1 7.663113523 C6_chemical_A3 +LQ04X012670 Protein RSI-1 6.808321267 C6_chemical_B1 +LQ04X012670 Protein RSI-1 7.915730623 C6_chemical_B2 +LQ04X012670 Protein RSI-1 9.077085319 C6_chemical_B3 +LQ04X012670 Protein RSI-1 7.295540339 C6_chemical_C1 +LQ04X012670 Protein RSI-1 7.601488079 C6_chemical_C2 +LQ04X012670 Protein RSI-1 7.33327925 C6_chemical_C3 +LQ04X012670 Protein RSI-1 8.41407677 L4_control_A1 +LQ04X012670 Protein RSI-1 7.480344988 L4_control_A2 +LQ04X012670 Protein RSI-1 7.655371682 L4_control_A3 +LQ04X012670 Protein RSI-1 11.02572447 L4_control_B1 +LQ04X012670 Protein RSI-1 7.93115644 L4_control_B2 +LQ04X012670 Protein RSI-1 9.756964067 L4_control_B3 +LQ04X012670 Protein RSI-1 9.866968543 L4_control_C2 +LQ04X012670 Protein RSI-1 9.369587205 L4_control_C3 +LQ04X012670 Protein RSI-1 8.30575682 L4_chemical_A1 +LQ04X012670 Protein RSI-1 8.281327318 L4_chemical_A2 +LQ04X012670 Protein RSI-1 9.061616647 L4_chemical_A3 +LQ04X012670 Protein RSI-1 10.96994468 L4_chemical_B1 +LQ04X012670 Protein RSI-1 9.511446918 L4_chemical_B2 +LQ04X012670 Protein RSI-1 9.51891626 L4_chemical_B3 +LQ04X012670 Protein RSI-1 9.223700277 L4_chemical_C2 +LQ04X012670 Protein RSI-1 8.37019187 L4_chemical_C3 +LQ04X012720 Hypothetical protein 5.016431355 C6_control_A1 +LQ04X012720 Hypothetical protein 5.287328403 C6_control_A3 +LQ04X012720 Hypothetical protein 4.779517407 C6_control_B1 +LQ04X012720 Hypothetical protein 5.313133827 C6_control_B2 +LQ04X012720 Hypothetical protein 4.983455991 C6_control_B3 +LQ04X012720 Hypothetical protein 5.154621418 C6_control_C1 +LQ04X012720 Hypothetical protein 5.126195579 C6_control_C2 +LQ04X012720 Hypothetical protein 5.328582411 C6_control_C3 +LQ04X012720 Hypothetical protein 5.03313124 C6_chemical_A1 +LQ04X012720 Hypothetical protein 5.340115595 C6_chemical_A3 +LQ04X012720 Hypothetical protein 5.168105302 C6_chemical_B1 +LQ04X012720 Hypothetical protein 5.128138192 C6_chemical_B2 +LQ04X012720 Hypothetical protein 5.318291429 C6_chemical_B3 +LQ04X012720 Hypothetical protein 5.306642526 C6_chemical_C1 +LQ04X012720 Hypothetical protein 5.565176652 C6_chemical_C2 +LQ04X012720 Hypothetical protein 5.182319005 C6_chemical_C3 +LQ04X012720 Hypothetical protein 5.140571528 L4_control_A1 +LQ04X012720 Hypothetical protein 4.884056423 L4_control_A2 +LQ04X012720 Hypothetical protein 5.314241229 L4_control_A3 +LQ04X012720 Hypothetical protein 5.433333544 L4_control_B1 +LQ04X012720 Hypothetical protein 5.426079708 L4_control_B2 +LQ04X012720 Hypothetical protein 4.96579005 L4_control_B3 +LQ04X012720 Hypothetical protein 5.5422471 L4_control_C2 +LQ04X012720 Hypothetical protein 5.032829123 L4_control_C3 +LQ04X012720 Hypothetical protein 5.013313516 L4_chemical_A1 +LQ04X012720 Hypothetical protein 5.202326967 L4_chemical_A2 +LQ04X012720 Hypothetical protein 5.63677274 L4_chemical_A3 +LQ04X012720 Hypothetical protein 4.875050055 L4_chemical_B1 +LQ04X012720 Hypothetical protein 5.390786807 L4_chemical_B2 +LQ04X012720 Hypothetical protein 4.963787091 L4_chemical_B3 +LQ04X012720 Hypothetical protein 5.177062936 L4_chemical_C2 +LQ04X012720 Hypothetical protein 6.009349526 L4_chemical_C3 +LQ04X012730 Putative uncharacterized protein 13.85075518 C6_control_A1 +LQ04X012730 Putative uncharacterized protein 13.16278405 C6_control_A3 +LQ04X012730 Putative uncharacterized protein 14.46428801 C6_control_B1 +LQ04X012730 Putative uncharacterized protein 14.5070278 C6_control_B2 +LQ04X012730 Putative uncharacterized protein 14.73628495 C6_control_B3 +LQ04X012730 Putative uncharacterized protein 11.85836007 C6_control_C1 +LQ04X012730 Putative uncharacterized protein 12.37035584 C6_control_C2 +LQ04X012730 Putative uncharacterized protein 11.66665478 C6_control_C3 +LQ04X012730 Putative uncharacterized protein 13.22181342 C6_chemical_A1 +LQ04X012730 Putative uncharacterized protein 11.61540519 C6_chemical_A3 +LQ04X012730 Putative uncharacterized protein 14.04770852 C6_chemical_B1 +LQ04X012730 Putative uncharacterized protein 14.27787627 C6_chemical_B2 +LQ04X012730 Putative uncharacterized protein 14.19773677 C6_chemical_B3 +LQ04X012730 Putative uncharacterized protein 11.75275739 C6_chemical_C1 +LQ04X012730 Putative uncharacterized protein 11.14114135 C6_chemical_C2 +LQ04X012730 Putative uncharacterized protein 10.56967526 C6_chemical_C3 +LQ04X012730 Putative uncharacterized protein 11.99148112 L4_control_A1 +LQ04X012730 Putative uncharacterized protein 12.94108668 L4_control_A2 +LQ04X012730 Putative uncharacterized protein 11.25976649 L4_control_A3 +LQ04X012730 Putative uncharacterized protein 14.04681316 L4_control_B1 +LQ04X012730 Putative uncharacterized protein 13.30851022 L4_control_B2 +LQ04X012730 Putative uncharacterized protein 13.50934837 L4_control_B3 +LQ04X012730 Putative uncharacterized protein 9.936822254 L4_control_C2 +LQ04X012730 Putative uncharacterized protein 8.680014976 L4_control_C3 +LQ04X012730 Putative uncharacterized protein 10.09891573 L4_chemical_A1 +LQ04X012730 Putative uncharacterized protein 12.01753373 L4_chemical_A2 +LQ04X012730 Putative uncharacterized protein 10.95061257 L4_chemical_A3 +LQ04X012730 Putative uncharacterized protein 13.5713477 L4_chemical_B1 +LQ04X012730 Putative uncharacterized protein 13.56201717 L4_chemical_B2 +LQ04X012730 Putative uncharacterized protein 13.77260632 L4_chemical_B3 +LQ04X012730 Putative uncharacterized protein 8.115925701 L4_chemical_C2 +LQ04X012730 Putative uncharacterized protein 9.857061902 L4_chemical_C3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.69735977 C6_control_A1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.60840806 C6_control_A3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.87871681 C6_control_B1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.35831378 C6_control_B2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.14881752 C6_control_B3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 10.55326163 C6_control_C1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 10.30384169 C6_control_C2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 10.98679973 C6_control_C3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.71233869 C6_chemical_A1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.28917834 C6_chemical_A3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.73534108 C6_chemical_B1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.24918938 C6_chemical_B2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.10215217 C6_chemical_B3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 10.1562757 C6_chemical_C1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 9.889586394 C6_chemical_C2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 10.35729438 C6_chemical_C3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.93531339 L4_control_A1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.59556965 L4_control_A2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.87569394 L4_control_A3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 13.03669892 L4_control_B1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.73359402 L4_control_B2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.49920833 L4_control_B3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.23502987 L4_control_C2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.00426299 L4_control_C3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.0269496 L4_chemical_A1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.83099541 L4_chemical_A2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.8150052 L4_chemical_A3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.74702335 L4_chemical_B1 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.71867975 L4_chemical_B2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 12.57738803 L4_chemical_B3 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.31819462 L4_chemical_C2 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.42820122 L4_chemical_C3 +LQ04X012820 Putative uncharacterized protein 12.11578642 C6_control_A1 +LQ04X012820 Putative uncharacterized protein 12.95052401 C6_control_A3 +LQ04X012820 Putative uncharacterized protein 12.52574616 C6_control_B1 +LQ04X012820 Putative uncharacterized protein 11.74302242 C6_control_B2 +LQ04X012820 Putative uncharacterized protein 12.92444476 C6_control_B3 +LQ04X012820 Putative uncharacterized protein 8.767676194 C6_control_C1 +LQ04X012820 Putative uncharacterized protein 8.869841285 C6_control_C2 +LQ04X012820 Putative uncharacterized protein 9.849325152 C6_control_C3 +LQ04X012820 Putative uncharacterized protein 12.21745974 C6_chemical_A1 +LQ04X012820 Putative uncharacterized protein 12.58519478 C6_chemical_A3 +LQ04X012820 Putative uncharacterized protein 12.43371311 C6_chemical_B1 +LQ04X012820 Putative uncharacterized protein 11.39885794 C6_chemical_B2 +LQ04X012820 Putative uncharacterized protein 12.50370802 C6_chemical_B3 +LQ04X012820 Putative uncharacterized protein 8.666580681 C6_chemical_C1 +LQ04X012820 Putative uncharacterized protein 8.848960657 C6_chemical_C2 +LQ04X012820 Putative uncharacterized protein 9.279253543 C6_chemical_C3 +LQ04X012820 Putative uncharacterized protein 11.64380789 L4_control_A1 +LQ04X012820 Putative uncharacterized protein 12.11878462 L4_control_A2 +LQ04X012820 Putative uncharacterized protein 12.45061912 L4_control_A3 +LQ04X012820 Putative uncharacterized protein 12.19683031 L4_control_B1 +LQ04X012820 Putative uncharacterized protein 11.68769309 L4_control_B2 +LQ04X012820 Putative uncharacterized protein 11.65094281 L4_control_B3 +LQ04X012820 Putative uncharacterized protein 8.111357364 L4_control_C2 +LQ04X012820 Putative uncharacterized protein 8.059755952 L4_control_C3 +LQ04X012820 Putative uncharacterized protein 11.88575458 L4_chemical_A1 +LQ04X012820 Putative uncharacterized protein 12.14830464 L4_chemical_A2 +LQ04X012820 Putative uncharacterized protein 12.1773384 L4_chemical_A3 +LQ04X012820 Putative uncharacterized protein 12.51991306 L4_chemical_B1 +LQ04X012820 Putative uncharacterized protein 12.13466241 L4_chemical_B2 +LQ04X012820 Putative uncharacterized protein 12.20900655 L4_chemical_B3 +LQ04X012820 Putative uncharacterized protein 7.582297314 L4_chemical_C2 +LQ04X012820 Putative uncharacterized protein 8.277112953 L4_chemical_C3 +LQ04X012840 Hypothetical protein 13.22544632 C6_control_A1 +LQ04X012840 Hypothetical protein 13.08148253 C6_control_A3 +LQ04X012840 Hypothetical protein 13.59558247 C6_control_B1 +LQ04X012840 Hypothetical protein 13.12434379 C6_control_B2 +LQ04X012840 Hypothetical protein 14.09616394 C6_control_B3 +LQ04X012840 Hypothetical protein 11.13284922 C6_control_C1 +LQ04X012840 Hypothetical protein 10.1114801 C6_control_C2 +LQ04X012840 Hypothetical protein 11.47939342 C6_control_C3 +LQ04X012840 Hypothetical protein 13.03452669 C6_chemical_A1 +LQ04X012840 Hypothetical protein 14.0482329 C6_chemical_A3 +LQ04X012840 Hypothetical protein 12.99478069 C6_chemical_B1 +LQ04X012840 Hypothetical protein 13.06541853 C6_chemical_B2 +LQ04X012840 Hypothetical protein 13.98225883 C6_chemical_B3 +LQ04X012840 Hypothetical protein 11.0993824 C6_chemical_C1 +LQ04X012840 Hypothetical protein 10.22750525 C6_chemical_C2 +LQ04X012840 Hypothetical protein 11.86660144 C6_chemical_C3 +LQ04X012840 Hypothetical protein 14.43828407 L4_control_A1 +LQ04X012840 Hypothetical protein 14.19888181 L4_control_A2 +LQ04X012840 Hypothetical protein 14.27254591 L4_control_A3 +LQ04X012840 Hypothetical protein 14.32310679 L4_control_B1 +LQ04X012840 Hypothetical protein 14.52361161 L4_control_B2 +LQ04X012840 Hypothetical protein 13.59950922 L4_control_B3 +LQ04X012840 Hypothetical protein 12.1609021 L4_control_C2 +LQ04X012840 Hypothetical protein 11.94251306 L4_control_C3 +LQ04X012840 Hypothetical protein 13.64155257 L4_chemical_A1 +LQ04X012840 Hypothetical protein 14.16253326 L4_chemical_A2 +LQ04X012840 Hypothetical protein 14.26015155 L4_chemical_A3 +LQ04X012840 Hypothetical protein 14.69639418 L4_chemical_B1 +LQ04X012840 Hypothetical protein 14.48340279 L4_chemical_B2 +LQ04X012840 Hypothetical protein 15.10460468 L4_chemical_B3 +LQ04X012840 Hypothetical protein 12.50300652 L4_chemical_C2 +LQ04X012840 Hypothetical protein 11.66147633 L4_chemical_C3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.75157476 C6_control_A1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.7241604 C6_control_A3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.41632616 C6_control_B1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.07294826 C6_control_B2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.50792115 C6_control_B3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.00915313 C6_control_C1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.16136033 C6_control_C2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.15150596 C6_control_C3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.52470395 C6_chemical_A1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.30960985 C6_chemical_A3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.17740711 C6_chemical_B1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.95071048 C6_chemical_B2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.32924042 C6_chemical_B3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.97126216 C6_chemical_C1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.77996334 C6_chemical_C2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.83252932 C6_chemical_C3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.4173813 L4_control_A1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.43625201 L4_control_A2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.86794615 L4_control_A3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.19645181 L4_control_B1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.13852975 L4_control_B2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.61954872 L4_control_B3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.52511048 L4_control_C2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.47904119 L4_control_C3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.18686469 L4_chemical_A1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.23893876 L4_chemical_A2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.02674325 L4_chemical_A3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.70090996 L4_chemical_B1 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.95843945 L4_chemical_B2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.86030542 L4_chemical_B3 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.70756297 L4_chemical_C2 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 12.43593978 L4_chemical_C3 +LQ04X012980 SP1L, putative 14.49748281 C6_control_A1 +LQ04X012980 SP1L, putative 14.68723556 C6_control_A3 +LQ04X012980 SP1L, putative 14.39180061 C6_control_B1 +LQ04X012980 SP1L, putative 14.84622704 C6_control_B2 +LQ04X012980 SP1L, putative 14.42933531 C6_control_B3 +LQ04X012980 SP1L, putative 11.94373637 C6_control_C1 +LQ04X012980 SP1L, putative 11.96298323 C6_control_C2 +LQ04X012980 SP1L, putative 11.52589046 C6_control_C3 +LQ04X012980 SP1L, putative 14.08058 C6_chemical_A1 +LQ04X012980 SP1L, putative 14.01890148 C6_chemical_A3 +LQ04X012980 SP1L, putative 14.08118645 C6_chemical_B1 +LQ04X012980 SP1L, putative 14.86269265 C6_chemical_B2 +LQ04X012980 SP1L, putative 13.94262897 C6_chemical_B3 +LQ04X012980 SP1L, putative 11.92615666 C6_chemical_C1 +LQ04X012980 SP1L, putative 11.65281595 C6_chemical_C2 +LQ04X012980 SP1L, putative 11.37943072 C6_chemical_C3 +LQ04X012980 SP1L, putative 14.38567204 L4_control_A1 +LQ04X012980 SP1L, putative 14.36940126 L4_control_A2 +LQ04X012980 SP1L, putative 14.31488958 L4_control_A3 +LQ04X012980 SP1L, putative 14.16570353 L4_control_B1 +LQ04X012980 SP1L, putative 13.6149921 L4_control_B2 +LQ04X012980 SP1L, putative 13.84506716 L4_control_B3 +LQ04X012980 SP1L, putative 11.09934335 L4_control_C2 +LQ04X012980 SP1L, putative 10.68997177 L4_control_C3 +LQ04X012980 SP1L, putative 14.0283595 L4_chemical_A1 +LQ04X012980 SP1L, putative 13.35775215 L4_chemical_A2 +LQ04X012980 SP1L, putative 14.38941444 L4_chemical_A3 +LQ04X012980 SP1L, putative 13.69202031 L4_chemical_B1 +LQ04X012980 SP1L, putative 13.8195986 L4_chemical_B2 +LQ04X012980 SP1L, putative 14.2721515 L4_chemical_B3 +LQ04X012980 SP1L, putative 11.076489 L4_chemical_C2 +LQ04X012980 SP1L, putative 10.64520556 L4_chemical_C3 +LQ04X013000 Predicted protein (Fragment) 10.21551536 C6_control_A1 +LQ04X013000 Predicted protein (Fragment) 9.700733699 C6_control_A3 +LQ04X013000 Predicted protein (Fragment) 10.12277519 C6_control_B1 +LQ04X013000 Predicted protein (Fragment) 10.90096906 C6_control_B2 +LQ04X013000 Predicted protein (Fragment) 9.958251284 C6_control_B3 +LQ04X013000 Predicted protein (Fragment) 10.86628515 C6_control_C1 +LQ04X013000 Predicted protein (Fragment) 11.0805159 C6_control_C2 +LQ04X013000 Predicted protein (Fragment) 10.37949431 C6_control_C3 +LQ04X013000 Predicted protein (Fragment) 10.04498287 C6_chemical_A1 +LQ04X013000 Predicted protein (Fragment) 9.793377977 C6_chemical_A3 +LQ04X013000 Predicted protein (Fragment) 10.07336346 C6_chemical_B1 +LQ04X013000 Predicted protein (Fragment) 11.24914033 C6_chemical_B2 +LQ04X013000 Predicted protein (Fragment) 10.02209511 C6_chemical_B3 +LQ04X013000 Predicted protein (Fragment) 10.94208632 C6_chemical_C1 +LQ04X013000 Predicted protein (Fragment) 10.85757502 C6_chemical_C2 +LQ04X013000 Predicted protein (Fragment) 10.60685472 C6_chemical_C3 +LQ04X013000 Predicted protein (Fragment) 9.916075008 L4_control_A1 +LQ04X013000 Predicted protein (Fragment) 9.853964726 L4_control_A2 +LQ04X013000 Predicted protein (Fragment) 10.04134782 L4_control_A3 +LQ04X013000 Predicted protein (Fragment) 9.309854124 L4_control_B1 +LQ04X013000 Predicted protein (Fragment) 10.06847525 L4_control_B2 +LQ04X013000 Predicted protein (Fragment) 10.45962076 L4_control_B3 +LQ04X013000 Predicted protein (Fragment) 10.24827696 L4_control_C2 +LQ04X013000 Predicted protein (Fragment) 10.07499382 L4_control_C3 +LQ04X013000 Predicted protein (Fragment) 9.913269407 L4_chemical_A1 +LQ04X013000 Predicted protein (Fragment) 9.927972782 L4_chemical_A2 +LQ04X013000 Predicted protein (Fragment) 10.06851946 L4_chemical_A3 +LQ04X013000 Predicted protein (Fragment) 9.574168801 L4_chemical_B1 +LQ04X013000 Predicted protein (Fragment) 9.666593008 L4_chemical_B2 +LQ04X013000 Predicted protein (Fragment) 10.24473597 L4_chemical_B3 +LQ04X013000 Predicted protein (Fragment) 10.27581185 L4_chemical_C2 +LQ04X013000 Predicted protein (Fragment) 10.00037394 L4_chemical_C3 +LQ04X013020 Putative uncharacterized protein 12.30081821 C6_control_A1 +LQ04X013020 Putative uncharacterized protein 12.56394993 C6_control_A3 +LQ04X013020 Putative uncharacterized protein 12.41993088 C6_control_B1 +LQ04X013020 Putative uncharacterized protein 12.30288377 C6_control_B2 +LQ04X013020 Putative uncharacterized protein 12.16602538 C6_control_B3 +LQ04X013020 Putative uncharacterized protein 11.71852198 C6_control_C1 +LQ04X013020 Putative uncharacterized protein 12.14073453 C6_control_C2 +LQ04X013020 Putative uncharacterized protein 12.21699653 C6_control_C3 +LQ04X013020 Putative uncharacterized protein 12.21031041 C6_chemical_A1 +LQ04X013020 Putative uncharacterized protein 11.93761375 C6_chemical_A3 +LQ04X013020 Putative uncharacterized protein 12.20182591 C6_chemical_B1 +LQ04X013020 Putative uncharacterized protein 12.14563221 C6_chemical_B2 +LQ04X013020 Putative uncharacterized protein 12.07855527 C6_chemical_B3 +LQ04X013020 Putative uncharacterized protein 11.82177697 C6_chemical_C1 +LQ04X013020 Putative uncharacterized protein 12.15762147 C6_chemical_C2 +LQ04X013020 Putative uncharacterized protein 11.98905263 C6_chemical_C3 +LQ04X013020 Putative uncharacterized protein 12.07026939 L4_control_A1 +LQ04X013020 Putative uncharacterized protein 12.63218447 L4_control_A2 +LQ04X013020 Putative uncharacterized protein 12.00567291 L4_control_A3 +LQ04X013020 Putative uncharacterized protein 12.03367687 L4_control_B1 +LQ04X013020 Putative uncharacterized protein 12.21841527 L4_control_B2 +LQ04X013020 Putative uncharacterized protein 11.86788257 L4_control_B3 +LQ04X013020 Putative uncharacterized protein 11.9337538 L4_control_C2 +LQ04X013020 Putative uncharacterized protein 12.14388171 L4_control_C3 +LQ04X013020 Putative uncharacterized protein 11.97182595 L4_chemical_A1 +LQ04X013020 Putative uncharacterized protein 12.48876837 L4_chemical_A2 +LQ04X013020 Putative uncharacterized protein 12.10563682 L4_chemical_A3 +LQ04X013020 Putative uncharacterized protein 12.09789738 L4_chemical_B1 +LQ04X013020 Putative uncharacterized protein 12.52596104 L4_chemical_B2 +LQ04X013020 Putative uncharacterized protein 12.02763982 L4_chemical_B3 +LQ04X013020 Putative uncharacterized protein 11.9695687 L4_chemical_C2 +LQ04X013020 Putative uncharacterized protein 12.22365579 L4_chemical_C3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.103909088 C6_control_A1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.883886541 C6_control_A3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.943968237 C6_control_B1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.043489535 C6_control_B2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.431646431 C6_control_B3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.083448679 C6_control_C1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.943584705 C6_control_C2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.31001157 C6_control_C3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.983776637 C6_chemical_A1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.089659632 C6_chemical_A3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.024117002 C6_chemical_B1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.047688064 C6_chemical_B2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.783682793 C6_chemical_B3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.146746844 C6_chemical_C1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.822455749 C6_chemical_C2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.343818965 C6_chemical_C3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.415845787 L4_control_A1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.870786583 L4_control_A2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.324942024 L4_control_A3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.818817923 L4_control_B1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.397858531 L4_control_B2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.864738047 L4_control_B3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 6.145722346 L4_control_C2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.502364759 L4_control_C3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.224442224 L4_chemical_A1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.983769092 L4_chemical_A2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.357584964 L4_chemical_A3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.516352816 L4_chemical_B1 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.370161351 L4_chemical_B2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.726888928 L4_chemical_B3 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.4520911 L4_chemical_C2 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 5.459785678 L4_chemical_C3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.318593084 C6_control_A1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.718959339 C6_control_A3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.614780061 C6_control_B1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.054967503 C6_control_B2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.688215877 C6_control_B3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.367933461 C6_control_C1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.424824599 C6_control_C2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.079390753 C6_control_C3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.241996986 C6_chemical_A1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.560787011 C6_chemical_A3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.544415063 C6_chemical_B1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.262696506 C6_chemical_B2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.435430033 C6_chemical_B3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.909420353 C6_chemical_C1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.922030726 C6_chemical_C2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.71335479 C6_chemical_C3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.823119282 L4_control_A1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.916517669 L4_control_A2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.79372568 L4_control_A3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.528423235 L4_control_B1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.03715651 L4_control_B2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.855473367 L4_control_B3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.377567755 L4_control_C2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.902376974 L4_control_C3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.556253057 L4_chemical_A1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.076006379 L4_chemical_A2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.137611382 L4_chemical_A3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.231024937 L4_chemical_B1 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.460553904 L4_chemical_B2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 7.190054242 L4_chemical_B3 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 5.408395526 L4_chemical_C2 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.278637706 L4_chemical_C3 +LQ04X013150 Putative uncharacterized protein 12.47822735 C6_control_A1 +LQ04X013150 Putative uncharacterized protein 12.33107608 C6_control_A3 +LQ04X013150 Putative uncharacterized protein 12.44216477 C6_control_B1 +LQ04X013150 Putative uncharacterized protein 12.61643991 C6_control_B2 +LQ04X013150 Putative uncharacterized protein 12.40457152 C6_control_B3 +LQ04X013150 Putative uncharacterized protein 12.6199461 C6_control_C1 +LQ04X013150 Putative uncharacterized protein 12.99606426 C6_control_C2 +LQ04X013150 Putative uncharacterized protein 12.82412948 C6_control_C3 +LQ04X013150 Putative uncharacterized protein 12.34365209 C6_chemical_A1 +LQ04X013150 Putative uncharacterized protein 12.09264173 C6_chemical_A3 +LQ04X013150 Putative uncharacterized protein 12.38822041 C6_chemical_B1 +LQ04X013150 Putative uncharacterized protein 12.57414264 C6_chemical_B2 +LQ04X013150 Putative uncharacterized protein 12.28576666 C6_chemical_B3 +LQ04X013150 Putative uncharacterized protein 12.77068536 C6_chemical_C1 +LQ04X013150 Putative uncharacterized protein 12.87688926 C6_chemical_C2 +LQ04X013150 Putative uncharacterized protein 12.86141357 C6_chemical_C3 +LQ04X013150 Putative uncharacterized protein 12.18225017 L4_control_A1 +LQ04X013150 Putative uncharacterized protein 12.64900586 L4_control_A2 +LQ04X013150 Putative uncharacterized protein 12.11245847 L4_control_A3 +LQ04X013150 Putative uncharacterized protein 12.13525838 L4_control_B1 +LQ04X013150 Putative uncharacterized protein 11.59213483 L4_control_B2 +LQ04X013150 Putative uncharacterized protein 12.36395439 L4_control_B3 +LQ04X013150 Putative uncharacterized protein 11.98632888 L4_control_C2 +LQ04X013150 Putative uncharacterized protein 12.09014378 L4_control_C3 +LQ04X013150 Putative uncharacterized protein 12.13326005 L4_chemical_A1 +LQ04X013150 Putative uncharacterized protein 12.48966305 L4_chemical_A2 +LQ04X013150 Putative uncharacterized protein 11.77175657 L4_chemical_A3 +LQ04X013150 Putative uncharacterized protein 11.81664375 L4_chemical_B1 +LQ04X013150 Putative uncharacterized protein 12.28367095 L4_chemical_B2 +LQ04X013150 Putative uncharacterized protein 12.17310796 L4_chemical_B3 +LQ04X013150 Putative uncharacterized protein 12.33728101 L4_chemical_C2 +LQ04X013150 Putative uncharacterized protein 12.26996657 L4_chemical_C3 +LQ04X013170 Beta-glucosidase 44 12.66020691 C6_control_A1 +LQ04X013170 Beta-glucosidase 44 12.72122667 C6_control_A3 +LQ04X013170 Beta-glucosidase 44 12.58351245 C6_control_B1 +LQ04X013170 Beta-glucosidase 44 12.97287203 C6_control_B2 +LQ04X013170 Beta-glucosidase 44 12.58997816 C6_control_B3 +LQ04X013170 Beta-glucosidase 44 11.28669686 C6_control_C1 +LQ04X013170 Beta-glucosidase 44 11.87749731 C6_control_C2 +LQ04X013170 Beta-glucosidase 44 10.80580197 C6_control_C3 +LQ04X013170 Beta-glucosidase 44 12.9142806 C6_chemical_A1 +LQ04X013170 Beta-glucosidase 44 12.62637396 C6_chemical_A3 +LQ04X013170 Beta-glucosidase 44 12.9394235 C6_chemical_B1 +LQ04X013170 Beta-glucosidase 44 13.33322665 C6_chemical_B2 +LQ04X013170 Beta-glucosidase 44 12.31995312 C6_chemical_B3 +LQ04X013170 Beta-glucosidase 44 11.62232947 C6_chemical_C1 +LQ04X013170 Beta-glucosidase 44 11.63560995 C6_chemical_C2 +LQ04X013170 Beta-glucosidase 44 10.39027247 C6_chemical_C3 +LQ04X013170 Beta-glucosidase 44 12.53385362 L4_control_A1 +LQ04X013170 Beta-glucosidase 44 13.11703482 L4_control_A2 +LQ04X013170 Beta-glucosidase 44 11.79177599 L4_control_A3 +LQ04X013170 Beta-glucosidase 44 12.49879072 L4_control_B1 +LQ04X013170 Beta-glucosidase 44 13.10843569 L4_control_B2 +LQ04X013170 Beta-glucosidase 44 12.4399161 L4_control_B3 +LQ04X013170 Beta-glucosidase 44 10.87748583 L4_control_C2 +LQ04X013170 Beta-glucosidase 44 11.1922904 L4_control_C3 +LQ04X013170 Beta-glucosidase 44 11.92543815 L4_chemical_A1 +LQ04X013170 Beta-glucosidase 44 12.67660965 L4_chemical_A2 +LQ04X013170 Beta-glucosidase 44 11.03315959 L4_chemical_A3 +LQ04X013170 Beta-glucosidase 44 12.19618386 L4_chemical_B1 +LQ04X013170 Beta-glucosidase 44 12.65344376 L4_chemical_B2 +LQ04X013170 Beta-glucosidase 44 12.48055159 L4_chemical_B3 +LQ04X013170 Beta-glucosidase 44 11.13324878 L4_chemical_C2 +LQ04X013170 Beta-glucosidase 44 11.66253303 L4_chemical_C3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.21536228 C6_control_A1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.66931351 C6_control_A3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.43556449 C6_control_B1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.94780945 C6_control_B2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.56018867 C6_control_B3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 13.99456154 C6_control_C1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 14.13678508 C6_control_C2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 13.87525788 C6_control_C3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 11.98920263 C6_chemical_A1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.31901571 C6_chemical_A3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.30183809 C6_chemical_B1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.93443102 C6_chemical_B2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.28800712 C6_chemical_B3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 13.74668595 C6_chemical_C1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 13.69984848 C6_chemical_C2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 13.63688159 C6_chemical_C3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.17023351 L4_control_A1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.64294148 L4_control_A2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.29314016 L4_control_A3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.65697599 L4_control_B1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.48110695 L4_control_B2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.54624592 L4_control_B3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 14.24062918 L4_control_C2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 13.48888074 L4_control_C3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.24000237 L4_chemical_A1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.48598023 L4_chemical_A2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.16999039 L4_chemical_A3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.51266212 L4_chemical_B1 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.55696386 L4_chemical_B2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 12.28444372 L4_chemical_B3 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 14.04728563 L4_chemical_C2 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 13.49320286 L4_chemical_C3 +LQ04X013270 Hypothetical protein 6.42311543 C6_control_A1 +LQ04X013270 Hypothetical protein 9.721396688 C6_control_A3 +LQ04X013270 Hypothetical protein 4.385889441 C6_control_B1 +LQ04X013270 Hypothetical protein 5.049846637 C6_control_B2 +LQ04X013270 Hypothetical protein 4.727103576 C6_control_B3 +LQ04X013270 Hypothetical protein 5.027884893 C6_control_C1 +LQ04X013270 Hypothetical protein 4.864900626 C6_control_C2 +LQ04X013270 Hypothetical protein 5.235454187 C6_control_C3 +LQ04X013270 Hypothetical protein 6.025110354 C6_chemical_A1 +LQ04X013270 Hypothetical protein 8.496225545 C6_chemical_A3 +LQ04X013270 Hypothetical protein 4.594868909 C6_chemical_B1 +LQ04X013270 Hypothetical protein 4.868134823 C6_chemical_B2 +LQ04X013270 Hypothetical protein 5.012038548 C6_chemical_B3 +LQ04X013270 Hypothetical protein 4.971092298 C6_chemical_C1 +LQ04X013270 Hypothetical protein 5.12931835 C6_chemical_C2 +LQ04X013270 Hypothetical protein 4.84146792 C6_chemical_C3 +LQ04X013270 Hypothetical protein 7.60733148 L4_control_A1 +LQ04X013270 Hypothetical protein 5.113820774 L4_control_A2 +LQ04X013270 Hypothetical protein 5.188892158 L4_control_A3 +LQ04X013270 Hypothetical protein 4.72021652 L4_control_B1 +LQ04X013270 Hypothetical protein 4.742508754 L4_control_B2 +LQ04X013270 Hypothetical protein 4.7286888 L4_control_B3 +LQ04X013270 Hypothetical protein 5.040011926 L4_control_C2 +LQ04X013270 Hypothetical protein 5.151106699 L4_control_C3 +LQ04X013270 Hypothetical protein 6.327028896 L4_chemical_A1 +LQ04X013270 Hypothetical protein 5.334321061 L4_chemical_A2 +LQ04X013270 Hypothetical protein 5.604245266 L4_chemical_A3 +LQ04X013270 Hypothetical protein 4.769884618 L4_chemical_B1 +LQ04X013270 Hypothetical protein 5.362740712 L4_chemical_B2 +LQ04X013270 Hypothetical protein 5.213982072 L4_chemical_B3 +LQ04X013270 Hypothetical protein 4.615350265 L4_chemical_C2 +LQ04X013270 Hypothetical protein 4.596527993 L4_chemical_C3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.468517971 C6_control_A1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.524431419 C6_control_A3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.316075153 C6_control_B1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.499011832 C6_control_B2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.593918125 C6_control_B3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.426124675 C6_control_C1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.665904694 C6_control_C2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.428056907 C6_control_C3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.379469049 C6_chemical_A1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.792926303 C6_chemical_A3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.329493965 C6_chemical_B1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.463858829 C6_chemical_B2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.456353222 C6_chemical_B3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.436066928 C6_chemical_C1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.889514169 C6_chemical_C2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.321726074 C6_chemical_C3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.656785025 L4_control_A1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.84206283 L4_control_A2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.265589305 L4_control_A3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.136343249 L4_control_B1 +LQ04X013330 Eukaryotic translation initiation factor 5 6.035809727 L4_control_B2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.556411602 L4_control_B3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.694084054 L4_control_C2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.45786318 L4_control_C3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.725620038 L4_chemical_A1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.337638854 L4_chemical_A2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.694976188 L4_chemical_A3 +LQ04X013330 Eukaryotic translation initiation factor 5 6.003835382 L4_chemical_B1 +LQ04X013330 Eukaryotic translation initiation factor 5 5.626957679 L4_chemical_B2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.298408716 L4_chemical_B3 +LQ04X013330 Eukaryotic translation initiation factor 5 5.554490872 L4_chemical_C2 +LQ04X013330 Eukaryotic translation initiation factor 5 5.609983649 L4_chemical_C3 +LQ04X013440 Predicted protein 5.416136433 C6_control_A1 +LQ04X013440 Predicted protein 6.581799688 C6_control_A3 +LQ04X013440 Predicted protein 5.950368415 C6_control_B1 +LQ04X013440 Predicted protein 5.741299177 C6_control_B2 +LQ04X013440 Predicted protein 5.697470002 C6_control_B3 +LQ04X013440 Predicted protein 6.400553989 C6_control_C1 +LQ04X013440 Predicted protein 9.109570973 C6_control_C2 +LQ04X013440 Predicted protein 7.388718676 C6_control_C3 +LQ04X013440 Predicted protein 6.609722306 C6_chemical_A1 +LQ04X013440 Predicted protein 6.234249745 C6_chemical_A3 +LQ04X013440 Predicted protein 6.563775748 C6_chemical_B1 +LQ04X013440 Predicted protein 7.433802684 C6_chemical_B2 +LQ04X013440 Predicted protein 7.423495369 C6_chemical_B3 +LQ04X013440 Predicted protein 7.936045344 C6_chemical_C1 +LQ04X013440 Predicted protein 8.835691827 C6_chemical_C2 +LQ04X013440 Predicted protein 8.814017773 C6_chemical_C3 +LQ04X013440 Predicted protein 6.955625211 L4_control_A1 +LQ04X013440 Predicted protein 5.718776906 L4_control_A2 +LQ04X013440 Predicted protein 5.429719879 L4_control_A3 +LQ04X013440 Predicted protein 7.252172057 L4_control_B1 +LQ04X013440 Predicted protein 5.997713436 L4_control_B2 +LQ04X013440 Predicted protein 7.515344963 L4_control_B3 +LQ04X013440 Predicted protein 8.593703458 L4_control_C2 +LQ04X013440 Predicted protein 8.000344499 L4_control_C3 +LQ04X013440 Predicted protein 7.12298942 L4_chemical_A1 +LQ04X013440 Predicted protein 5.835120309 L4_chemical_A2 +LQ04X013440 Predicted protein 6.29100932 L4_chemical_A3 +LQ04X013440 Predicted protein 6.295099742 L4_chemical_B1 +LQ04X013440 Predicted protein 5.638458472 L4_chemical_B2 +LQ04X013440 Predicted protein 7.476166442 L4_chemical_B3 +LQ04X013440 Predicted protein 6.023268877 L4_chemical_C2 +LQ04X013440 Predicted protein 8.033494679 L4_chemical_C3 +LQ04X013520 DNA ligase 5.057522066 C6_control_A1 +LQ04X013520 DNA ligase 5.083285683 C6_control_A3 +LQ04X013520 DNA ligase 5.541540769 C6_control_B1 +LQ04X013520 DNA ligase 5.234500699 C6_control_B2 +LQ04X013520 DNA ligase 5.397671397 C6_control_B3 +LQ04X013520 DNA ligase 5.096948918 C6_control_C1 +LQ04X013520 DNA ligase 6.026548974 C6_control_C2 +LQ04X013520 DNA ligase 5.377807381 C6_control_C3 +LQ04X013520 DNA ligase 4.949187597 C6_chemical_A1 +LQ04X013520 DNA ligase 4.586880366 C6_chemical_A3 +LQ04X013520 DNA ligase 5.220614087 C6_chemical_B1 +LQ04X013520 DNA ligase 5.361158057 C6_chemical_B2 +LQ04X013520 DNA ligase 5.147285434 C6_chemical_B3 +LQ04X013520 DNA ligase 5.468297864 C6_chemical_C1 +LQ04X013520 DNA ligase 5.663523184 C6_chemical_C2 +LQ04X013520 DNA ligase 5.574679746 C6_chemical_C3 +LQ04X013520 DNA ligase 5.31960872 L4_control_A1 +LQ04X013520 DNA ligase 5.70502274 L4_control_A2 +LQ04X013520 DNA ligase 4.963305519 L4_control_A3 +LQ04X013520 DNA ligase 5.355513559 L4_control_B1 +LQ04X013520 DNA ligase 4.948558529 L4_control_B2 +LQ04X013520 DNA ligase 5.171799477 L4_control_B3 +LQ04X013520 DNA ligase 5.251823211 L4_control_C2 +LQ04X013520 DNA ligase 5.164234237 L4_control_C3 +LQ04X013520 DNA ligase 4.999967937 L4_chemical_A1 +LQ04X013520 DNA ligase 5.633697726 L4_chemical_A2 +LQ04X013520 DNA ligase 5.142931077 L4_chemical_A3 +LQ04X013520 DNA ligase 4.776340432 L4_chemical_B1 +LQ04X013520 DNA ligase 5.478012342 L4_chemical_B2 +LQ04X013520 DNA ligase 5.164933124 L4_chemical_B3 +LQ04X013520 DNA ligase 4.861331418 L4_chemical_C2 +LQ04X013520 DNA ligase 5.059580225 L4_chemical_C3 +LQ04X013540 Putative uncharacterized protein 5.309652521 C6_control_A1 +LQ04X013540 Putative uncharacterized protein 5.483161153 C6_control_A3 +LQ04X013540 Putative uncharacterized protein 5.666035727 C6_control_B1 +LQ04X013540 Putative uncharacterized protein 5.511923264 C6_control_B2 +LQ04X013540 Putative uncharacterized protein 5.637121541 C6_control_B3 +LQ04X013540 Putative uncharacterized protein 5.330298571 C6_control_C1 +LQ04X013540 Putative uncharacterized protein 5.511358226 C6_control_C2 +LQ04X013540 Putative uncharacterized protein 5.559862961 C6_control_C3 +LQ04X013540 Putative uncharacterized protein 5.629130825 C6_chemical_A1 +LQ04X013540 Putative uncharacterized protein 5.578648206 C6_chemical_A3 +LQ04X013540 Putative uncharacterized protein 5.280953953 C6_chemical_B1 +LQ04X013540 Putative uncharacterized protein 5.266926667 C6_chemical_B2 +LQ04X013540 Putative uncharacterized protein 5.44080418 C6_chemical_B3 +LQ04X013540 Putative uncharacterized protein 5.151053454 C6_chemical_C1 +LQ04X013540 Putative uncharacterized protein 5.302045842 C6_chemical_C2 +LQ04X013540 Putative uncharacterized protein 5.318187272 C6_chemical_C3 +LQ04X013540 Putative uncharacterized protein 5.475978841 L4_control_A1 +LQ04X013540 Putative uncharacterized protein 5.430758558 L4_control_A2 +LQ04X013540 Putative uncharacterized protein 5.294166199 L4_control_A3 +LQ04X013540 Putative uncharacterized protein 5.34428105 L4_control_B1 +LQ04X013540 Putative uncharacterized protein 5.162564384 L4_control_B2 +LQ04X013540 Putative uncharacterized protein 5.139216202 L4_control_B3 +LQ04X013540 Putative uncharacterized protein 5.470706564 L4_control_C2 +LQ04X013540 Putative uncharacterized protein 5.378308424 L4_control_C3 +LQ04X013540 Putative uncharacterized protein 5.348864703 L4_chemical_A1 +LQ04X013540 Putative uncharacterized protein 5.431980337 L4_chemical_A2 +LQ04X013540 Putative uncharacterized protein 5.391096857 L4_chemical_A3 +LQ04X013540 Putative uncharacterized protein 4.779298873 L4_chemical_B1 +LQ04X013540 Putative uncharacterized protein 5.420722206 L4_chemical_B2 +LQ04X013540 Putative uncharacterized protein 5.414892035 L4_chemical_B3 +LQ04X013540 Putative uncharacterized protein 5.564700352 L4_chemical_C2 +LQ04X013540 Putative uncharacterized protein 4.754749913 L4_chemical_C3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.649127882 C6_control_A1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.472072961 C6_control_A3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 6.205562458 C6_control_B1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.255295755 C6_control_B2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 6.149435055 C6_control_B3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.402590345 C6_control_C1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.454556194 C6_control_C2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.363753579 C6_control_C3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.360961878 C6_chemical_A1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.725985548 C6_chemical_A3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.861198077 C6_chemical_B1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.572400215 C6_chemical_B2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.633174555 C6_chemical_B3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.895144838 C6_chemical_C1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.582030589 C6_chemical_C2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.366703738 C6_chemical_C3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.168255939 L4_control_A1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.600286074 L4_control_A2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 6.189204993 L4_control_A3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.453460186 L4_control_B1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.771133972 L4_control_B2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.300096925 L4_control_B3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 6.158706102 L4_control_C2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 6.084695038 L4_control_C3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.498639098 L4_chemical_A1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.880694512 L4_chemical_A2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.680534428 L4_chemical_A3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 6.255601785 L4_chemical_B1 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.677643256 L4_chemical_B2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.473964722 L4_chemical_B3 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 6.065048253 L4_chemical_C2 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.343580604 L4_chemical_C3 +LQ04X013600 Putative disease resistance protein RGA4 11.44331622 C6_control_A1 +LQ04X013600 Putative disease resistance protein RGA4 11.18636268 C6_control_A3 +LQ04X013600 Putative disease resistance protein RGA4 11.60081346 C6_control_B1 +LQ04X013600 Putative disease resistance protein RGA4 11.6829716 C6_control_B2 +LQ04X013600 Putative disease resistance protein RGA4 11.60411708 C6_control_B3 +LQ04X013600 Putative disease resistance protein RGA4 10.4159746 C6_control_C1 +LQ04X013600 Putative disease resistance protein RGA4 10.65561344 C6_control_C2 +LQ04X013600 Putative disease resistance protein RGA4 10.98499491 C6_control_C3 +LQ04X013600 Putative disease resistance protein RGA4 10.97518594 C6_chemical_A1 +LQ04X013600 Putative disease resistance protein RGA4 10.97163999 C6_chemical_A3 +LQ04X013600 Putative disease resistance protein RGA4 11.41189344 C6_chemical_B1 +LQ04X013600 Putative disease resistance protein RGA4 11.85445605 C6_chemical_B2 +LQ04X013600 Putative disease resistance protein RGA4 11.70814075 C6_chemical_B3 +LQ04X013600 Putative disease resistance protein RGA4 10.48357007 C6_chemical_C1 +LQ04X013600 Putative disease resistance protein RGA4 10.46569295 C6_chemical_C2 +LQ04X013600 Putative disease resistance protein RGA4 11.07118092 C6_chemical_C3 +LQ04X013600 Putative disease resistance protein RGA4 10.19706839 L4_control_A1 +LQ04X013600 Putative disease resistance protein RGA4 8.74432244 L4_control_A2 +LQ04X013600 Putative disease resistance protein RGA4 8.45357795 L4_control_A3 +LQ04X013600 Putative disease resistance protein RGA4 9.97165416 L4_control_B1 +LQ04X013600 Putative disease resistance protein RGA4 9.497824598 L4_control_B2 +LQ04X013600 Putative disease resistance protein RGA4 10.09722654 L4_control_B3 +LQ04X013600 Putative disease resistance protein RGA4 9.175331723 L4_control_C2 +LQ04X013600 Putative disease resistance protein RGA4 8.228453887 L4_control_C3 +LQ04X013600 Putative disease resistance protein RGA4 10.41641019 L4_chemical_A1 +LQ04X013600 Putative disease resistance protein RGA4 8.534719984 L4_chemical_A2 +LQ04X013600 Putative disease resistance protein RGA4 8.445388305 L4_chemical_A3 +LQ04X013600 Putative disease resistance protein RGA4 10.39560752 L4_chemical_B1 +LQ04X013600 Putative disease resistance protein RGA4 8.880708061 L4_chemical_B2 +LQ04X013600 Putative disease resistance protein RGA4 10.41210287 L4_chemical_B3 +LQ04X013600 Putative disease resistance protein RGA4 8.836337991 L4_chemical_C2 +LQ04X013600 Putative disease resistance protein RGA4 8.761723708 L4_chemical_C3 +LQ04X013770 Hypothetical protein 11.36524336 C6_control_A1 +LQ04X013770 Hypothetical protein 10.5464159 C6_control_A3 +LQ04X013770 Hypothetical protein 11.39572146 C6_control_B1 +LQ04X013770 Hypothetical protein 13.2070443 C6_control_B2 +LQ04X013770 Hypothetical protein 11.58713063 C6_control_B3 +LQ04X013770 Hypothetical protein 12.47806996 C6_control_C1 +LQ04X013770 Hypothetical protein 12.45393993 C6_control_C2 +LQ04X013770 Hypothetical protein 12.71327988 C6_control_C3 +LQ04X013770 Hypothetical protein 11.9361157 C6_chemical_A1 +LQ04X013770 Hypothetical protein 10.52623975 C6_chemical_A3 +LQ04X013770 Hypothetical protein 11.7646271 C6_chemical_B1 +LQ04X013770 Hypothetical protein 13.30046833 C6_chemical_B2 +LQ04X013770 Hypothetical protein 11.76478101 C6_chemical_B3 +LQ04X013770 Hypothetical protein 12.68675784 C6_chemical_C1 +LQ04X013770 Hypothetical protein 13.30963993 C6_chemical_C2 +LQ04X013770 Hypothetical protein 12.63357655 C6_chemical_C3 +LQ04X013770 Hypothetical protein 10.90080025 L4_control_A1 +LQ04X013770 Hypothetical protein 10.52904312 L4_control_A2 +LQ04X013770 Hypothetical protein 8.362436 L4_control_A3 +LQ04X013770 Hypothetical protein 11.41921166 L4_control_B1 +LQ04X013770 Hypothetical protein 9.784595686 L4_control_B2 +LQ04X013770 Hypothetical protein 11.99630593 L4_control_B3 +LQ04X013770 Hypothetical protein 10.91140735 L4_control_C2 +LQ04X013770 Hypothetical protein 9.735057464 L4_control_C3 +LQ04X013770 Hypothetical protein 11.15720176 L4_chemical_A1 +LQ04X013770 Hypothetical protein 11.07459451 L4_chemical_A2 +LQ04X013770 Hypothetical protein 9.694115877 L4_chemical_A3 +LQ04X013770 Hypothetical protein 11.05087244 L4_chemical_B1 +LQ04X013770 Hypothetical protein 10.73425937 L4_chemical_B2 +LQ04X013770 Hypothetical protein 11.27790854 L4_chemical_B3 +LQ04X013770 Hypothetical protein 10.9652725 L4_chemical_C2 +LQ04X013770 Hypothetical protein 10.21017592 L4_chemical_C3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 13.0657796 C6_control_A1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.67660983 C6_control_A3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.13925961 C6_control_B1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 13.51946193 C6_control_B2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.61995256 C6_control_B3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 13.88091898 C6_control_C1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 14.0081435 C6_control_C2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 14.1310116 C6_control_C3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.80994221 C6_chemical_A1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.21329561 C6_chemical_A3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.81353332 C6_chemical_B1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 13.31654851 C6_chemical_B2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.55742141 C6_chemical_B3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 13.52570521 C6_chemical_C1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 13.60406264 C6_chemical_C2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 13.5269791 C6_chemical_C3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.43108976 L4_control_A1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.93013287 L4_control_A2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.94216575 L4_control_A3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.40999591 L4_control_B1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.21391013 L4_control_B2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.44154752 L4_control_B3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.51626763 L4_control_C2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.60181678 L4_control_C3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.82200471 L4_chemical_A1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.86324189 L4_chemical_A2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.19690869 L4_chemical_A3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.33938879 L4_chemical_B1 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 10.87473796 L4_chemical_B2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.85412807 L4_chemical_B3 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.02774612 L4_chemical_C2 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 11.69546668 L4_chemical_C3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.5927114 C6_control_A1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.556328519 C6_control_A3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 6.145991303 C6_control_B1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.285790808 C6_control_B2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.530776755 C6_control_B3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.096272943 C6_control_C1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.291175127 C6_control_C2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.222943853 C6_control_C3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.841762154 C6_chemical_A1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.998016393 C6_chemical_A3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.346318772 C6_chemical_B1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.327614127 C6_chemical_B2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.570607247 C6_chemical_B3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.576249368 C6_chemical_C1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.42881785 C6_chemical_C2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.246341303 C6_chemical_C3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.783422221 L4_control_A1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.655028095 L4_control_A2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.99114998 L4_control_A3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 6.047386512 L4_control_B1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.486915287 L4_control_B2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.297842949 L4_control_B3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 6.04389818 L4_control_C2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 6.100221658 L4_control_C3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.665372781 L4_chemical_A1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.902791233 L4_chemical_A2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 6.123097164 L4_chemical_A3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.405402997 L4_chemical_B1 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 6.045451339 L4_chemical_B2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.490649253 L4_chemical_B3 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 6.132958183 L4_chemical_C2 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.926858448 L4_chemical_C3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.29892427 C6_control_A1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.28124465 C6_control_A3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.0211135 C6_control_B1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.62207587 C6_control_B2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.51972631 C6_control_B3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.41312072 C6_control_C1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.17035995 C6_control_C2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.86628276 C6_control_C3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.48213695 C6_chemical_A1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.41582774 C6_chemical_A3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.22478168 C6_chemical_B1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.79058452 C6_chemical_B2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.4857513 C6_chemical_B3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.54000586 C6_chemical_C1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.34783949 C6_chemical_C2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.08019132 C6_chemical_C3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.011906 L4_control_A1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.01175859 L4_control_A2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 10.11860246 L4_control_A3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.42380282 L4_control_B1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.74348735 L4_control_B2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.85821391 L4_control_B3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.7554249 L4_control_C2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.03059663 L4_control_C3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 10.30639271 L4_chemical_A1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 10.59842265 L4_chemical_A2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 9.760756756 L4_chemical_A3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.18231652 L4_chemical_B1 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.35192478 L4_chemical_B2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.49656273 L4_chemical_B3 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.72457543 L4_chemical_C2 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 12.16482331 L4_chemical_C3 +LQ04X013950 Predicted protein 5.019890092 C6_control_A1 +LQ04X013950 Predicted protein 4.864598475 C6_control_A3 +LQ04X013950 Predicted protein 5.154666198 C6_control_B1 +LQ04X013950 Predicted protein 5.103594716 C6_control_B2 +LQ04X013950 Predicted protein 5.509302725 C6_control_B3 +LQ04X013950 Predicted protein 5.274205284 C6_control_C1 +LQ04X013950 Predicted protein 5.69403039 C6_control_C2 +LQ04X013950 Predicted protein 5.08867978 C6_control_C3 +LQ04X013950 Predicted protein 4.930113094 C6_chemical_A1 +LQ04X013950 Predicted protein 4.575394501 C6_chemical_A3 +LQ04X013950 Predicted protein 5.512976882 C6_chemical_B1 +LQ04X013950 Predicted protein 5.170159414 C6_chemical_B2 +LQ04X013950 Predicted protein 5.044045736 C6_chemical_B3 +LQ04X013950 Predicted protein 5.371375236 C6_chemical_C1 +LQ04X013950 Predicted protein 5.383182656 C6_chemical_C2 +LQ04X013950 Predicted protein 5.318443602 C6_chemical_C3 +LQ04X013950 Predicted protein 5.311252812 L4_control_A1 +LQ04X013950 Predicted protein 5.03722638 L4_control_A2 +LQ04X013950 Predicted protein 4.793984567 L4_control_A3 +LQ04X013950 Predicted protein 4.949104173 L4_control_B1 +LQ04X013950 Predicted protein 5.792752007 L4_control_B2 +LQ04X013950 Predicted protein 5.241804665 L4_control_B3 +LQ04X013950 Predicted protein 5.343996203 L4_control_C2 +LQ04X013950 Predicted protein 5.836588609 L4_control_C3 +LQ04X013950 Predicted protein 5.139013993 L4_chemical_A1 +LQ04X013950 Predicted protein 5.238779698 L4_chemical_A2 +LQ04X013950 Predicted protein 5.133420433 L4_chemical_A3 +LQ04X013950 Predicted protein 5.514644872 L4_chemical_B1 +LQ04X013950 Predicted protein 6.598964007 L4_chemical_B2 +LQ04X013950 Predicted protein 5.322078166 L4_chemical_B3 +LQ04X013950 Predicted protein 5.772827601 L4_chemical_C2 +LQ04X013950 Predicted protein 5.305305652 L4_chemical_C3 +LQ04X014040 Protease Do-like 7 12.99317855 C6_control_A1 +LQ04X014040 Protease Do-like 7 12.77166214 C6_control_A3 +LQ04X014040 Protease Do-like 7 13.0280118 C6_control_B1 +LQ04X014040 Protease Do-like 7 12.90370082 C6_control_B2 +LQ04X014040 Protease Do-like 7 12.98341468 C6_control_B3 +LQ04X014040 Protease Do-like 7 13.45193343 C6_control_C1 +LQ04X014040 Protease Do-like 7 12.90046234 C6_control_C2 +LQ04X014040 Protease Do-like 7 13.5479963 C6_control_C3 +LQ04X014040 Protease Do-like 7 12.9266895 C6_chemical_A1 +LQ04X014040 Protease Do-like 7 12.86955667 C6_chemical_A3 +LQ04X014040 Protease Do-like 7 12.73561204 C6_chemical_B1 +LQ04X014040 Protease Do-like 7 12.65816129 C6_chemical_B2 +LQ04X014040 Protease Do-like 7 12.89173306 C6_chemical_B3 +LQ04X014040 Protease Do-like 7 13.46274804 C6_chemical_C1 +LQ04X014040 Protease Do-like 7 12.90449278 C6_chemical_C2 +LQ04X014040 Protease Do-like 7 13.23367688 C6_chemical_C3 +LQ04X014040 Protease Do-like 7 12.81133231 L4_control_A1 +LQ04X014040 Protease Do-like 7 12.00299084 L4_control_A2 +LQ04X014040 Protease Do-like 7 11.97565555 L4_control_A3 +LQ04X014040 Protease Do-like 7 12.58467904 L4_control_B1 +LQ04X014040 Protease Do-like 7 12.04050961 L4_control_B2 +LQ04X014040 Protease Do-like 7 12.67245441 L4_control_B3 +LQ04X014040 Protease Do-like 7 12.42773665 L4_control_C2 +LQ04X014040 Protease Do-like 7 12.30862624 L4_control_C3 +LQ04X014040 Protease Do-like 7 13.5042783 L4_chemical_A1 +LQ04X014040 Protease Do-like 7 12.35274509 L4_chemical_A2 +LQ04X014040 Protease Do-like 7 12.7924083 L4_chemical_A3 +LQ04X014040 Protease Do-like 7 12.7187151 L4_chemical_B1 +LQ04X014040 Protease Do-like 7 12.41815494 L4_chemical_B2 +LQ04X014040 Protease Do-like 7 12.53755479 L4_chemical_B3 +LQ04X014040 Protease Do-like 7 12.53714954 L4_chemical_C2 +LQ04X014040 Protease Do-like 7 12.6087528 L4_chemical_C3 +LQ04X014110 Predicted protein 11.40288249 C6_control_A1 +LQ04X014110 Predicted protein 9.797528969 C6_control_A3 +LQ04X014110 Predicted protein 11.58021843 C6_control_B1 +LQ04X014110 Predicted protein 12.26882127 C6_control_B2 +LQ04X014110 Predicted protein 11.80948658 C6_control_B3 +LQ04X014110 Predicted protein 12.62700905 C6_control_C1 +LQ04X014110 Predicted protein 11.2730509 C6_control_C2 +LQ04X014110 Predicted protein 12.61631663 C6_control_C3 +LQ04X014110 Predicted protein 11.80305641 C6_chemical_A1 +LQ04X014110 Predicted protein 11.08746648 C6_chemical_A3 +LQ04X014110 Predicted protein 11.67862357 C6_chemical_B1 +LQ04X014110 Predicted protein 11.9280859 C6_chemical_B2 +LQ04X014110 Predicted protein 12.14897367 C6_chemical_B3 +LQ04X014110 Predicted protein 12.12714553 C6_chemical_C1 +LQ04X014110 Predicted protein 12.18572732 C6_chemical_C2 +LQ04X014110 Predicted protein 12.87468295 C6_chemical_C3 +LQ04X014110 Predicted protein 11.04271571 L4_control_A1 +LQ04X014110 Predicted protein 11.33518318 L4_control_A2 +LQ04X014110 Predicted protein 11.47521338 L4_control_A3 +LQ04X014110 Predicted protein 12.69370983 L4_control_B1 +LQ04X014110 Predicted protein 11.8059721 L4_control_B2 +LQ04X014110 Predicted protein 12.58533814 L4_control_B3 +LQ04X014110 Predicted protein 12.56996214 L4_control_C2 +LQ04X014110 Predicted protein 11.88423524 L4_control_C3 +LQ04X014110 Predicted protein 10.95698839 L4_chemical_A1 +LQ04X014110 Predicted protein 12.00119058 L4_chemical_A2 +LQ04X014110 Predicted protein 11.35023651 L4_chemical_A3 +LQ04X014110 Predicted protein 12.33010098 L4_chemical_B1 +LQ04X014110 Predicted protein 12.43681556 L4_chemical_B2 +LQ04X014110 Predicted protein 11.52068772 L4_chemical_B3 +LQ04X014110 Predicted protein 12.53833774 L4_chemical_C2 +LQ04X014110 Predicted protein 12.02788667 L4_chemical_C3 +LQ04X014130 Hypothetical protein 5.076789702 C6_control_A1 +LQ04X014130 Hypothetical protein 5.765350196 C6_control_A3 +LQ04X014130 Hypothetical protein 5.176972607 C6_control_B1 +LQ04X014130 Hypothetical protein 4.984101365 C6_control_B2 +LQ04X014130 Hypothetical protein 5.121504402 C6_control_B3 +LQ04X014130 Hypothetical protein 4.92504176 C6_control_C1 +LQ04X014130 Hypothetical protein 5.32452489 C6_control_C2 +LQ04X014130 Hypothetical protein 4.936206957 C6_control_C3 +LQ04X014130 Hypothetical protein 5.210176944 C6_chemical_A1 +LQ04X014130 Hypothetical protein 5.126166847 C6_chemical_A3 +LQ04X014130 Hypothetical protein 5.073350342 C6_chemical_B1 +LQ04X014130 Hypothetical protein 4.804180926 C6_chemical_B2 +LQ04X014130 Hypothetical protein 5.370237949 C6_chemical_B3 +LQ04X014130 Hypothetical protein 4.949036958 C6_chemical_C1 +LQ04X014130 Hypothetical protein 4.898707669 C6_chemical_C2 +LQ04X014130 Hypothetical protein 4.919090771 C6_chemical_C3 +LQ04X014130 Hypothetical protein 5.040357525 L4_control_A1 +LQ04X014130 Hypothetical protein 4.943677193 L4_control_A2 +LQ04X014130 Hypothetical protein 5.696570867 L4_control_A3 +LQ04X014130 Hypothetical protein 5.464854421 L4_control_B1 +LQ04X014130 Hypothetical protein 5.346297081 L4_control_B2 +LQ04X014130 Hypothetical protein 5.074215365 L4_control_B3 +LQ04X014130 Hypothetical protein 5.068665626 L4_control_C2 +LQ04X014130 Hypothetical protein 5.582072775 L4_control_C3 +LQ04X014130 Hypothetical protein 4.970019692 L4_chemical_A1 +LQ04X014130 Hypothetical protein 5.213643129 L4_chemical_A2 +LQ04X014130 Hypothetical protein 5.260948945 L4_chemical_A3 +LQ04X014130 Hypothetical protein 4.912043853 L4_chemical_B1 +LQ04X014130 Hypothetical protein 5.054997688 L4_chemical_B2 +LQ04X014130 Hypothetical protein 5.110491077 L4_chemical_B3 +LQ04X014130 Hypothetical protein 4.913854275 L4_chemical_C2 +LQ04X014130 Hypothetical protein 5.270738741 L4_chemical_C3 +LQ04X014180 Probable calcium-binding protein CML23 10.30894272 C6_control_A1 +LQ04X014180 Probable calcium-binding protein CML23 11.54709501 C6_control_A3 +LQ04X014180 Probable calcium-binding protein CML23 10.7833215 C6_control_B1 +LQ04X014180 Probable calcium-binding protein CML23 11.09191242 C6_control_B2 +LQ04X014180 Probable calcium-binding protein CML23 12.39815057 C6_control_B3 +LQ04X014180 Probable calcium-binding protein CML23 12.13197192 C6_control_C1 +LQ04X014180 Probable calcium-binding protein CML23 11.75084279 C6_control_C2 +LQ04X014180 Probable calcium-binding protein CML23 12.26460557 C6_control_C3 +LQ04X014180 Probable calcium-binding protein CML23 9.494198588 C6_chemical_A1 +LQ04X014180 Probable calcium-binding protein CML23 10.6359359 C6_chemical_A3 +LQ04X014180 Probable calcium-binding protein CML23 10.46517867 C6_chemical_B1 +LQ04X014180 Probable calcium-binding protein CML23 11.34336023 C6_chemical_B2 +LQ04X014180 Probable calcium-binding protein CML23 11.70864229 C6_chemical_B3 +LQ04X014180 Probable calcium-binding protein CML23 12.24302375 C6_chemical_C1 +LQ04X014180 Probable calcium-binding protein CML23 11.20388979 C6_chemical_C2 +LQ04X014180 Probable calcium-binding protein CML23 12.28266159 C6_chemical_C3 +LQ04X014180 Probable calcium-binding protein CML23 10.67799754 L4_control_A1 +LQ04X014180 Probable calcium-binding protein CML23 10.21216194 L4_control_A2 +LQ04X014180 Probable calcium-binding protein CML23 9.308913864 L4_control_A3 +LQ04X014180 Probable calcium-binding protein CML23 10.95464873 L4_control_B1 +LQ04X014180 Probable calcium-binding protein CML23 10.24122105 L4_control_B2 +LQ04X014180 Probable calcium-binding protein CML23 12.44970276 L4_control_B3 +LQ04X014180 Probable calcium-binding protein CML23 11.19048602 L4_control_C2 +LQ04X014180 Probable calcium-binding protein CML23 12.40831084 L4_control_C3 +LQ04X014180 Probable calcium-binding protein CML23 10.07444279 L4_chemical_A1 +LQ04X014180 Probable calcium-binding protein CML23 7.303096536 L4_chemical_A2 +LQ04X014180 Probable calcium-binding protein CML23 9.539478507 L4_chemical_A3 +LQ04X014180 Probable calcium-binding protein CML23 10.53455316 L4_chemical_B1 +LQ04X014180 Probable calcium-binding protein CML23 9.537306503 L4_chemical_B2 +LQ04X014180 Probable calcium-binding protein CML23 11.93457461 L4_chemical_B3 +LQ04X014180 Probable calcium-binding protein CML23 11.16690528 L4_chemical_C2 +LQ04X014180 Probable calcium-binding protein CML23 12.21106558 L4_chemical_C3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.519368011 C6_control_A1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.318562847 C6_control_A3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.33444151 C6_control_B1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.038952248 C6_control_B2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.783606899 C6_control_B3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 4.914672546 C6_control_C1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 6.048986963 C6_control_C2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.552811832 C6_control_C3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.432710488 C6_chemical_A1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 4.96046697 C6_chemical_A3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.897393088 C6_chemical_B1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.37824151 C6_chemical_B2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.680327129 C6_chemical_B3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 6.023124139 C6_chemical_C1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.392935114 C6_chemical_C2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.610361528 C6_chemical_C3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.837341757 L4_control_A1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.762706473 L4_control_A2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.400713247 L4_control_A3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 7.508521681 L4_control_B1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 6.166162673 L4_control_B2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.88376227 L4_control_B3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 6.981897879 L4_control_C2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.784223369 L4_control_C3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.873575958 L4_chemical_A1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.823491312 L4_chemical_A2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 4.862247559 L4_chemical_A3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 6.602828297 L4_chemical_B1 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.717336856 L4_chemical_B2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.055010405 L4_chemical_B3 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.659630974 L4_chemical_C2 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 6.08495441 L4_chemical_C3 +LQ04X014330 Predicted protein 5.043595583 C6_control_A1 +LQ04X014330 Predicted protein 4.936479041 C6_control_A3 +LQ04X014330 Predicted protein 6.312286603 C6_control_B1 +LQ04X014330 Predicted protein 6.516042127 C6_control_B2 +LQ04X014330 Predicted protein 6.149800844 C6_control_B3 +LQ04X014330 Predicted protein 8.023151532 C6_control_C1 +LQ04X014330 Predicted protein 7.843369394 C6_control_C2 +LQ04X014330 Predicted protein 8.157478333 C6_control_C3 +LQ04X014330 Predicted protein 5.159915356 C6_chemical_A1 +LQ04X014330 Predicted protein 4.92887855 C6_chemical_A3 +LQ04X014330 Predicted protein 6.071930734 C6_chemical_B1 +LQ04X014330 Predicted protein 6.94793897 C6_chemical_B2 +LQ04X014330 Predicted protein 6.233256062 C6_chemical_B3 +LQ04X014330 Predicted protein 7.819820669 C6_chemical_C1 +LQ04X014330 Predicted protein 8.232861247 C6_chemical_C2 +LQ04X014330 Predicted protein 8.368352426 C6_chemical_C3 +LQ04X014330 Predicted protein 5.000839288 L4_control_A1 +LQ04X014330 Predicted protein 4.942822161 L4_control_A2 +LQ04X014330 Predicted protein 5.036890372 L4_control_A3 +LQ04X014330 Predicted protein 7.244861013 L4_control_B1 +LQ04X014330 Predicted protein 6.341086155 L4_control_B2 +LQ04X014330 Predicted protein 7.170550289 L4_control_B3 +LQ04X014330 Predicted protein 8.229932124 L4_control_C2 +LQ04X014330 Predicted protein 7.922253234 L4_control_C3 +LQ04X014330 Predicted protein 5.040298002 L4_chemical_A1 +LQ04X014330 Predicted protein 5.149883128 L4_chemical_A2 +LQ04X014330 Predicted protein 5.270357817 L4_chemical_A3 +LQ04X014330 Predicted protein 6.138540573 L4_chemical_B1 +LQ04X014330 Predicted protein 6.871382772 L4_chemical_B2 +LQ04X014330 Predicted protein 6.214827874 L4_chemical_B3 +LQ04X014330 Predicted protein 8.178248033 L4_chemical_C2 +LQ04X014330 Predicted protein 8.649595399 L4_chemical_C3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.29799801 C6_control_A1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.21282036 C6_control_A3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.16189524 C6_control_B1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 11.97497418 C6_control_B2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.31654271 C6_control_B3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 11.6102515 C6_control_C1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 10.27172141 C6_control_C2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 9.540569531 C6_control_C3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.49641522 C6_chemical_A1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.37493187 C6_chemical_A3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.01902894 C6_chemical_B1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.12425494 C6_chemical_B2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 11.86382877 C6_chemical_B3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 11.77816421 C6_chemical_C1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 10.52307095 C6_chemical_C2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 9.03540216 C6_chemical_C3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.13860963 L4_control_A1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.03210302 L4_control_A2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.91413647 L4_control_A3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.29723664 L4_control_B1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.07274902 L4_control_B2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 9.851239493 L4_control_B3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 10.30017424 L4_control_C2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 9.491565914 L4_control_C3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.43041114 L4_chemical_A1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.57092881 L4_chemical_A2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.74737376 L4_chemical_A3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.92391224 L4_chemical_B1 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 12.51901648 L4_chemical_B2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 11.60507078 L4_chemical_B3 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 10.12537867 L4_chemical_C2 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 9.814135483 L4_chemical_C3 +LQ04X014440 Plastidic glucose transporter 4 10.95484651 C6_control_A1 +LQ04X014440 Plastidic glucose transporter 4 10.7009296 C6_control_A3 +LQ04X014440 Plastidic glucose transporter 4 10.714644 C6_control_B1 +LQ04X014440 Plastidic glucose transporter 4 10.70828291 C6_control_B2 +LQ04X014440 Plastidic glucose transporter 4 10.22630752 C6_control_B3 +LQ04X014440 Plastidic glucose transporter 4 10.22458198 C6_control_C1 +LQ04X014440 Plastidic glucose transporter 4 10.22652869 C6_control_C2 +LQ04X014440 Plastidic glucose transporter 4 9.840778498 C6_control_C3 +LQ04X014440 Plastidic glucose transporter 4 11.29737538 C6_chemical_A1 +LQ04X014440 Plastidic glucose transporter 4 10.98136661 C6_chemical_A3 +LQ04X014440 Plastidic glucose transporter 4 11.17607552 C6_chemical_B1 +LQ04X014440 Plastidic glucose transporter 4 10.79676373 C6_chemical_B2 +LQ04X014440 Plastidic glucose transporter 4 10.56207281 C6_chemical_B3 +LQ04X014440 Plastidic glucose transporter 4 10.4787596 C6_chemical_C1 +LQ04X014440 Plastidic glucose transporter 4 10.31846462 C6_chemical_C2 +LQ04X014440 Plastidic glucose transporter 4 10.00523961 C6_chemical_C3 +LQ04X014440 Plastidic glucose transporter 4 11.35709532 L4_control_A1 +LQ04X014440 Plastidic glucose transporter 4 10.88096329 L4_control_A2 +LQ04X014440 Plastidic glucose transporter 4 11.76392051 L4_control_A3 +LQ04X014440 Plastidic glucose transporter 4 11.09866787 L4_control_B1 +LQ04X014440 Plastidic glucose transporter 4 11.12339102 L4_control_B2 +LQ04X014440 Plastidic glucose transporter 4 10.55778651 L4_control_B3 +LQ04X014440 Plastidic glucose transporter 4 10.69198475 L4_control_C2 +LQ04X014440 Plastidic glucose transporter 4 10.43364507 L4_control_C3 +LQ04X014440 Plastidic glucose transporter 4 11.57664577 L4_chemical_A1 +LQ04X014440 Plastidic glucose transporter 4 11.24877607 L4_chemical_A2 +LQ04X014440 Plastidic glucose transporter 4 11.76182366 L4_chemical_A3 +LQ04X014440 Plastidic glucose transporter 4 10.8093726 L4_chemical_B1 +LQ04X014440 Plastidic glucose transporter 4 11.09257726 L4_chemical_B2 +LQ04X014440 Plastidic glucose transporter 4 10.97579608 L4_chemical_B3 +LQ04X014440 Plastidic glucose transporter 4 10.82847898 L4_chemical_C2 +LQ04X014440 Plastidic glucose transporter 4 10.48011672 L4_chemical_C3 +LQ04X014470 Putative DELLA protein GAI1 4.606677789 C6_control_A1 +LQ04X014470 Putative DELLA protein GAI1 4.715488188 C6_control_A3 +LQ04X014470 Putative DELLA protein GAI1 4.977581526 C6_control_B1 +LQ04X014470 Putative DELLA protein GAI1 4.602677494 C6_control_B2 +LQ04X014470 Putative DELLA protein GAI1 4.519534278 C6_control_B3 +LQ04X014470 Putative DELLA protein GAI1 4.539880521 C6_control_C1 +LQ04X014470 Putative DELLA protein GAI1 4.434771471 C6_control_C2 +LQ04X014470 Putative DELLA protein GAI1 4.669873847 C6_control_C3 +LQ04X014470 Putative DELLA protein GAI1 4.727695909 C6_chemical_A1 +LQ04X014470 Putative DELLA protein GAI1 4.509214288 C6_chemical_A3 +LQ04X014470 Putative DELLA protein GAI1 4.684844852 C6_chemical_B1 +LQ04X014470 Putative DELLA protein GAI1 4.541585864 C6_chemical_B2 +LQ04X014470 Putative DELLA protein GAI1 4.538416862 C6_chemical_B3 +LQ04X014470 Putative DELLA protein GAI1 4.720985999 C6_chemical_C1 +LQ04X014470 Putative DELLA protein GAI1 4.366853689 C6_chemical_C2 +LQ04X014470 Putative DELLA protein GAI1 4.688990428 C6_chemical_C3 +LQ04X014470 Putative DELLA protein GAI1 4.6417679 L4_control_A1 +LQ04X014470 Putative DELLA protein GAI1 4.737304494 L4_control_A2 +LQ04X014470 Putative DELLA protein GAI1 4.81603577 L4_control_A3 +LQ04X014470 Putative DELLA protein GAI1 4.90572909 L4_control_B1 +LQ04X014470 Putative DELLA protein GAI1 5.15310322 L4_control_B2 +LQ04X014470 Putative DELLA protein GAI1 4.571973323 L4_control_B3 +LQ04X014470 Putative DELLA protein GAI1 5.062310908 L4_control_C2 +LQ04X014470 Putative DELLA protein GAI1 5.070211622 L4_control_C3 +LQ04X014470 Putative DELLA protein GAI1 4.622613407 L4_chemical_A1 +LQ04X014470 Putative DELLA protein GAI1 4.527447544 L4_chemical_A2 +LQ04X014470 Putative DELLA protein GAI1 4.664550944 L4_chemical_A3 +LQ04X014470 Putative DELLA protein GAI1 4.485147624 L4_chemical_B1 +LQ04X014470 Putative DELLA protein GAI1 4.795553575 L4_chemical_B2 +LQ04X014470 Putative DELLA protein GAI1 4.507584804 L4_chemical_B3 +LQ04X014470 Putative DELLA protein GAI1 4.91300107 L4_chemical_C2 +LQ04X014470 Putative DELLA protein GAI1 4.878264276 L4_chemical_C3 +LQ04X014590 Predicted protein 12.5418268 C6_control_A1 +LQ04X014590 Predicted protein 12.99403027 C6_control_A3 +LQ04X014590 Predicted protein 12.49494563 C6_control_B1 +LQ04X014590 Predicted protein 12.15195445 C6_control_B2 +LQ04X014590 Predicted protein 12.47114191 C6_control_B3 +LQ04X014590 Predicted protein 9.804141775 C6_control_C1 +LQ04X014590 Predicted protein 10.47487413 C6_control_C2 +LQ04X014590 Predicted protein 9.892211421 C6_control_C3 +LQ04X014590 Predicted protein 12.2624267 C6_chemical_A1 +LQ04X014590 Predicted protein 12.90810874 C6_chemical_A3 +LQ04X014590 Predicted protein 12.23605807 C6_chemical_B1 +LQ04X014590 Predicted protein 11.92096724 C6_chemical_B2 +LQ04X014590 Predicted protein 12.37984082 C6_chemical_B3 +LQ04X014590 Predicted protein 9.748073533 C6_chemical_C1 +LQ04X014590 Predicted protein 9.38496019 C6_chemical_C2 +LQ04X014590 Predicted protein 8.908607065 C6_chemical_C3 +LQ04X014590 Predicted protein 12.65823788 L4_control_A1 +LQ04X014590 Predicted protein 12.29972515 L4_control_A2 +LQ04X014590 Predicted protein 12.5620687 L4_control_A3 +LQ04X014590 Predicted protein 11.51028744 L4_control_B1 +LQ04X014590 Predicted protein 12.15605324 L4_control_B2 +LQ04X014590 Predicted protein 11.44500352 L4_control_B3 +LQ04X014590 Predicted protein 8.722573657 L4_control_C2 +LQ04X014590 Predicted protein 8.90208135 L4_control_C3 +LQ04X014590 Predicted protein 11.96406466 L4_chemical_A1 +LQ04X014590 Predicted protein 11.6853277 L4_chemical_A2 +LQ04X014590 Predicted protein 12.44441205 L4_chemical_A3 +LQ04X014590 Predicted protein 11.63157974 L4_chemical_B1 +LQ04X014590 Predicted protein 12.03121149 L4_chemical_B2 +LQ04X014590 Predicted protein 12.15429348 L4_chemical_B3 +LQ04X014590 Predicted protein 8.675106321 L4_chemical_C2 +LQ04X014590 Predicted protein 9.283529372 L4_chemical_C3 +LQ04X014620 Predicted protein 6.054053681 C6_control_A1 +LQ04X014620 Predicted protein 6.402128458 C6_control_A3 +LQ04X014620 Predicted protein 5.478492987 C6_control_B1 +LQ04X014620 Predicted protein 5.110434979 C6_control_B2 +LQ04X014620 Predicted protein 5.846744556 C6_control_B3 +LQ04X014620 Predicted protein 5.233023304 C6_control_C1 +LQ04X014620 Predicted protein 5.012062525 C6_control_C2 +LQ04X014620 Predicted protein 5.215991464 C6_control_C3 +LQ04X014620 Predicted protein 6.225558148 C6_chemical_A1 +LQ04X014620 Predicted protein 5.893863615 C6_chemical_A3 +LQ04X014620 Predicted protein 5.214075303 C6_chemical_B1 +LQ04X014620 Predicted protein 5.490601457 C6_chemical_B2 +LQ04X014620 Predicted protein 5.458190124 C6_chemical_B3 +LQ04X014620 Predicted protein 5.056584874 C6_chemical_C1 +LQ04X014620 Predicted protein 5.123020269 C6_chemical_C2 +LQ04X014620 Predicted protein 5.157805637 C6_chemical_C3 +LQ04X014620 Predicted protein 5.514044782 L4_control_A1 +LQ04X014620 Predicted protein 5.803184116 L4_control_A2 +LQ04X014620 Predicted protein 5.443699566 L4_control_A3 +LQ04X014620 Predicted protein 6.129375931 L4_control_B1 +LQ04X014620 Predicted protein 5.781752461 L4_control_B2 +LQ04X014620 Predicted protein 5.388621357 L4_control_B3 +LQ04X014620 Predicted protein 6.446145059 L4_control_C2 +LQ04X014620 Predicted protein 6.067636772 L4_control_C3 +LQ04X014620 Predicted protein 5.357305974 L4_chemical_A1 +LQ04X014620 Predicted protein 5.870048848 L4_chemical_A2 +LQ04X014620 Predicted protein 5.627612077 L4_chemical_A3 +LQ04X014620 Predicted protein 5.630083696 L4_chemical_B1 +LQ04X014620 Predicted protein 5.310270511 L4_chemical_B2 +LQ04X014620 Predicted protein 5.493355189 L4_chemical_B3 +LQ04X014620 Predicted protein 6.987675131 L4_chemical_C2 +LQ04X014620 Predicted protein 5.603900599 L4_chemical_C3 +LQ04X014640 Predicted protein 11.57644265 C6_control_A1 +LQ04X014640 Predicted protein 11.65589174 C6_control_A3 +LQ04X014640 Predicted protein 11.42325559 C6_control_B1 +LQ04X014640 Predicted protein 11.85566286 C6_control_B2 +LQ04X014640 Predicted protein 11.29101502 C6_control_B3 +LQ04X014640 Predicted protein 11.79322309 C6_control_C1 +LQ04X014640 Predicted protein 11.43955108 C6_control_C2 +LQ04X014640 Predicted protein 12.0113796 C6_control_C3 +LQ04X014640 Predicted protein 11.09118622 C6_chemical_A1 +LQ04X014640 Predicted protein 11.20513938 C6_chemical_A3 +LQ04X014640 Predicted protein 10.58128916 C6_chemical_B1 +LQ04X014640 Predicted protein 11.82501747 C6_chemical_B2 +LQ04X014640 Predicted protein 11.22548957 C6_chemical_B3 +LQ04X014640 Predicted protein 11.73077551 C6_chemical_C1 +LQ04X014640 Predicted protein 11.49427332 C6_chemical_C2 +LQ04X014640 Predicted protein 12.02268584 C6_chemical_C3 +LQ04X014640 Predicted protein 11.09687579 L4_control_A1 +LQ04X014640 Predicted protein 11.76787444 L4_control_A2 +LQ04X014640 Predicted protein 9.217144729 L4_control_A3 +LQ04X014640 Predicted protein 11.5674066 L4_control_B1 +LQ04X014640 Predicted protein 10.29070327 L4_control_B2 +LQ04X014640 Predicted protein 11.50523307 L4_control_B3 +LQ04X014640 Predicted protein 9.651424676 L4_control_C2 +LQ04X014640 Predicted protein 10.04620626 L4_control_C3 +LQ04X014640 Predicted protein 11.69986404 L4_chemical_A1 +LQ04X014640 Predicted protein 11.54873417 L4_chemical_A2 +LQ04X014640 Predicted protein 10.09103252 L4_chemical_A3 +LQ04X014640 Predicted protein 11.49803106 L4_chemical_B1 +LQ04X014640 Predicted protein 10.46230467 L4_chemical_B2 +LQ04X014640 Predicted protein 11.84297203 L4_chemical_B3 +LQ04X014640 Predicted protein 9.875695587 L4_chemical_C2 +LQ04X014640 Predicted protein 9.82549872 L4_chemical_C3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.03657656 C6_control_A1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.90275398 C6_control_A3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.3671759 C6_control_B1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 12.85111853 C6_control_B2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.53007332 C6_control_B3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.95633814 C6_control_C1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 12.80917875 C6_control_C2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 12.27812449 C6_control_C3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.13985624 C6_chemical_A1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.61901026 C6_chemical_A3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.4828224 C6_chemical_B1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 12.71683338 C6_chemical_B2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.71971829 C6_chemical_B3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.75270153 C6_chemical_C1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 12.30166194 C6_chemical_C2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.10875312 C6_chemical_C3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.88874484 L4_control_A1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.77858712 L4_control_A2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.26964562 L4_control_A3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.68354619 L4_control_B1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.69725524 L4_control_B2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 12.33360887 L4_control_B3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.1796989 L4_control_C2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.95205173 L4_control_C3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.54568548 L4_chemical_A1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.78829877 L4_chemical_A2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.07827778 L4_chemical_A3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.67085409 L4_chemical_B1 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.72186142 L4_chemical_B2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.48851397 L4_chemical_B3 +LQ04X014670 Putative Mannose-6-phosphate isomerase 10.18089939 L4_chemical_C2 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.35927536 L4_chemical_C3 +LQ04X014690 Predicted protein (Fragment) 8.173236615 C6_control_A1 +LQ04X014690 Predicted protein (Fragment) 7.684186053 C6_control_A3 +LQ04X014690 Predicted protein (Fragment) 7.959737357 C6_control_B1 +LQ04X014690 Predicted protein (Fragment) 8.113078821 C6_control_B2 +LQ04X014690 Predicted protein (Fragment) 7.544617012 C6_control_B3 +LQ04X014690 Predicted protein (Fragment) 9.337838197 C6_control_C1 +LQ04X014690 Predicted protein (Fragment) 7.312629589 C6_control_C2 +LQ04X014690 Predicted protein (Fragment) 8.48402696 C6_control_C3 +LQ04X014690 Predicted protein (Fragment) 5.564237738 C6_chemical_A1 +LQ04X014690 Predicted protein (Fragment) 9.131262354 C6_chemical_A3 +LQ04X014690 Predicted protein (Fragment) 6.218671611 C6_chemical_B1 +LQ04X014690 Predicted protein (Fragment) 7.117467845 C6_chemical_B2 +LQ04X014690 Predicted protein (Fragment) 7.678318758 C6_chemical_B3 +LQ04X014690 Predicted protein (Fragment) 7.791054179 C6_chemical_C1 +LQ04X014690 Predicted protein (Fragment) 6.912306702 C6_chemical_C2 +LQ04X014690 Predicted protein (Fragment) 9.757477087 C6_chemical_C3 +LQ04X014690 Predicted protein (Fragment) 8.524108563 L4_control_A1 +LQ04X014690 Predicted protein (Fragment) 7.778764018 L4_control_A2 +LQ04X014690 Predicted protein (Fragment) 7.619283118 L4_control_A3 +LQ04X014690 Predicted protein (Fragment) 7.094644786 L4_control_B1 +LQ04X014690 Predicted protein (Fragment) 6.221900069 L4_control_B2 +LQ04X014690 Predicted protein (Fragment) 8.128090338 L4_control_B3 +LQ04X014690 Predicted protein (Fragment) 6.569813825 L4_control_C2 +LQ04X014690 Predicted protein (Fragment) 6.444423306 L4_control_C3 +LQ04X014690 Predicted protein (Fragment) 8.090812698 L4_chemical_A1 +LQ04X014690 Predicted protein (Fragment) 7.022197742 L4_chemical_A2 +LQ04X014690 Predicted protein (Fragment) 8.283824575 L4_chemical_A3 +LQ04X014690 Predicted protein (Fragment) 5.639503542 L4_chemical_B1 +LQ04X014690 Predicted protein (Fragment) 6.172517061 L4_chemical_B2 +LQ04X014690 Predicted protein (Fragment) 9.154473002 L4_chemical_B3 +LQ04X014690 Predicted protein (Fragment) 7.020483774 L4_chemical_C2 +LQ04X014690 Predicted protein (Fragment) 6.64124689 L4_chemical_C3 +LQ04X014710 Catalytic, putative 5.51926744 C6_control_A1 +LQ04X014710 Catalytic, putative 4.805361764 C6_control_A3 +LQ04X014710 Catalytic, putative 5.524064451 C6_control_B1 +LQ04X014710 Catalytic, putative 5.344199957 C6_control_B2 +LQ04X014710 Catalytic, putative 5.780531457 C6_control_B3 +LQ04X014710 Catalytic, putative 5.123419204 C6_control_C1 +LQ04X014710 Catalytic, putative 5.222719105 C6_control_C2 +LQ04X014710 Catalytic, putative 5.408581074 C6_control_C3 +LQ04X014710 Catalytic, putative 5.612461778 C6_chemical_A1 +LQ04X014710 Catalytic, putative 4.859505475 C6_chemical_A3 +LQ04X014710 Catalytic, putative 5.52896588 C6_chemical_B1 +LQ04X014710 Catalytic, putative 5.27567418 C6_chemical_B2 +LQ04X014710 Catalytic, putative 6.230827674 C6_chemical_B3 +LQ04X014710 Catalytic, putative 5.046501485 C6_chemical_C1 +LQ04X014710 Catalytic, putative 5.239071266 C6_chemical_C2 +LQ04X014710 Catalytic, putative 5.518697207 C6_chemical_C3 +LQ04X014710 Catalytic, putative 5.774650812 L4_control_A1 +LQ04X014710 Catalytic, putative 5.641534474 L4_control_A2 +LQ04X014710 Catalytic, putative 5.199602926 L4_control_A3 +LQ04X014710 Catalytic, putative 5.578188439 L4_control_B1 +LQ04X014710 Catalytic, putative 5.303324192 L4_control_B2 +LQ04X014710 Catalytic, putative 5.90932799 L4_control_B3 +LQ04X014710 Catalytic, putative 5.67034743 L4_control_C2 +LQ04X014710 Catalytic, putative 5.079579232 L4_control_C3 +LQ04X014710 Catalytic, putative 5.678531185 L4_chemical_A1 +LQ04X014710 Catalytic, putative 5.821943834 L4_chemical_A2 +LQ04X014710 Catalytic, putative 5.18893992 L4_chemical_A3 +LQ04X014710 Catalytic, putative 5.570543165 L4_chemical_B1 +LQ04X014710 Catalytic, putative 5.934925875 L4_chemical_B2 +LQ04X014710 Catalytic, putative 5.448511007 L4_chemical_B3 +LQ04X014710 Catalytic, putative 5.217011509 L4_chemical_C2 +LQ04X014710 Catalytic, putative 5.273551148 L4_chemical_C3 +LQ04X014760 Predicted protein 11.38291301 C6_control_A1 +LQ04X014760 Predicted protein 12.12377667 C6_control_A3 +LQ04X014760 Predicted protein 11.32371911 C6_control_B1 +LQ04X014760 Predicted protein 10.71865602 C6_control_B2 +LQ04X014760 Predicted protein 10.75202962 C6_control_B3 +LQ04X014760 Predicted protein 9.578888109 C6_control_C1 +LQ04X014760 Predicted protein 10.32838829 C6_control_C2 +LQ04X014760 Predicted protein 10.07017349 C6_control_C3 +LQ04X014760 Predicted protein 11.01253573 C6_chemical_A1 +LQ04X014760 Predicted protein 12.00443075 C6_chemical_A3 +LQ04X014760 Predicted protein 11.1765902 C6_chemical_B1 +LQ04X014760 Predicted protein 10.96986654 C6_chemical_B2 +LQ04X014760 Predicted protein 10.47210196 C6_chemical_B3 +LQ04X014760 Predicted protein 9.631484998 C6_chemical_C1 +LQ04X014760 Predicted protein 10.04340764 C6_chemical_C2 +LQ04X014760 Predicted protein 10.97034758 C6_chemical_C3 +LQ04X014760 Predicted protein 11.31783981 L4_control_A1 +LQ04X014760 Predicted protein 11.55547474 L4_control_A2 +LQ04X014760 Predicted protein 11.021509 L4_control_A3 +LQ04X014760 Predicted protein 11.29525259 L4_control_B1 +LQ04X014760 Predicted protein 11.05502856 L4_control_B2 +LQ04X014760 Predicted protein 11.07430697 L4_control_B3 +LQ04X014760 Predicted protein 9.634896429 L4_control_C2 +LQ04X014760 Predicted protein 10.21420754 L4_control_C3 +LQ04X014760 Predicted protein 11.63569963 L4_chemical_A1 +LQ04X014760 Predicted protein 11.74870034 L4_chemical_A2 +LQ04X014760 Predicted protein 10.98249329 L4_chemical_A3 +LQ04X014760 Predicted protein 11.39556545 L4_chemical_B1 +LQ04X014760 Predicted protein 11.25777865 L4_chemical_B2 +LQ04X014760 Predicted protein 11.92241649 L4_chemical_B3 +LQ04X014760 Predicted protein 10.09718845 L4_chemical_C2 +LQ04X014760 Predicted protein 10.68625823 L4_chemical_C3 +LQ04X014790 Putative uncharacterized protein 6.120593349 C6_control_A1 +LQ04X014790 Putative uncharacterized protein 5.929403087 C6_control_A3 +LQ04X014790 Putative uncharacterized protein 5.67201111 C6_control_B1 +LQ04X014790 Putative uncharacterized protein 6.064246568 C6_control_B2 +LQ04X014790 Putative uncharacterized protein 5.803159367 C6_control_B3 +LQ04X014790 Putative uncharacterized protein 5.469626849 C6_control_C1 +LQ04X014790 Putative uncharacterized protein 5.746779061 C6_control_C2 +LQ04X014790 Putative uncharacterized protein 5.79922624 C6_control_C3 +LQ04X014790 Putative uncharacterized protein 6.167730129 C6_chemical_A1 +LQ04X014790 Putative uncharacterized protein 5.929265818 C6_chemical_A3 +LQ04X014790 Putative uncharacterized protein 5.370113577 C6_chemical_B1 +LQ04X014790 Putative uncharacterized protein 5.952993359 C6_chemical_B2 +LQ04X014790 Putative uncharacterized protein 5.588386387 C6_chemical_B3 +LQ04X014790 Putative uncharacterized protein 5.428566331 C6_chemical_C1 +LQ04X014790 Putative uncharacterized protein 5.358135563 C6_chemical_C2 +LQ04X014790 Putative uncharacterized protein 6.040502635 C6_chemical_C3 +LQ04X014790 Putative uncharacterized protein 5.582775553 L4_control_A1 +LQ04X014790 Putative uncharacterized protein 5.377983232 L4_control_A2 +LQ04X014790 Putative uncharacterized protein 6.272555606 L4_control_A3 +LQ04X014790 Putative uncharacterized protein 5.765427399 L4_control_B1 +LQ04X014790 Putative uncharacterized protein 5.658106983 L4_control_B2 +LQ04X014790 Putative uncharacterized protein 5.403476738 L4_control_B3 +LQ04X014790 Putative uncharacterized protein 4.954348509 L4_control_C2 +LQ04X014790 Putative uncharacterized protein 5.465395277 L4_control_C3 +LQ04X014790 Putative uncharacterized protein 5.561191018 L4_chemical_A1 +LQ04X014790 Putative uncharacterized protein 5.320212522 L4_chemical_A2 +LQ04X014790 Putative uncharacterized protein 6.541348913 L4_chemical_A3 +LQ04X014790 Putative uncharacterized protein 5.639507222 L4_chemical_B1 +LQ04X014790 Putative uncharacterized protein 5.88673856 L4_chemical_B2 +LQ04X014790 Putative uncharacterized protein 5.811232679 L4_chemical_B3 +LQ04X014790 Putative uncharacterized protein 4.992457306 L4_chemical_C2 +LQ04X014790 Putative uncharacterized protein 5.160007665 L4_chemical_C3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.032825906 C6_control_A1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.449739755 C6_control_A3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.328815968 C6_control_B1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.810130784 C6_control_B2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.699651992 C6_control_B3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.312360221 C6_control_C1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.700595032 C6_control_C2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.597568654 C6_control_C3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.983201426 C6_chemical_A1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.598325055 C6_chemical_A3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.793895815 C6_chemical_B1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.631844955 C6_chemical_B2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.913604382 C6_chemical_B3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.825803864 C6_chemical_C1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.909679486 C6_chemical_C2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.285997527 C6_chemical_C3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.796151873 L4_control_A1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.134583146 L4_control_A2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.541322511 L4_control_A3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.294130766 L4_control_B1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.397114332 L4_control_B2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.917266169 L4_control_B3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.519700293 L4_control_C2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.486730942 L4_control_C3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.660440965 L4_chemical_A1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.300829933 L4_chemical_A2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.018491603 L4_chemical_A3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.874349857 L4_chemical_B1 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.887329898 L4_chemical_B2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.736990623 L4_chemical_B3 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.399234283 L4_chemical_C2 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.97970018 L4_chemical_C3 +LQ04X014830 LOB domain-containing protein 41 5.816130334 C6_control_A1 +LQ04X014830 LOB domain-containing protein 41 6.068336217 C6_control_A3 +LQ04X014830 LOB domain-containing protein 41 5.058057567 C6_control_B1 +LQ04X014830 LOB domain-containing protein 41 5.458324131 C6_control_B2 +LQ04X014830 LOB domain-containing protein 41 5.746099214 C6_control_B3 +LQ04X014830 LOB domain-containing protein 41 5.337871529 C6_control_C1 +LQ04X014830 LOB domain-containing protein 41 5.101009349 C6_control_C2 +LQ04X014830 LOB domain-containing protein 41 5.407410379 C6_control_C3 +LQ04X014830 LOB domain-containing protein 41 5.50755205 C6_chemical_A1 +LQ04X014830 LOB domain-containing protein 41 5.869424323 C6_chemical_A3 +LQ04X014830 LOB domain-containing protein 41 5.431342312 C6_chemical_B1 +LQ04X014830 LOB domain-containing protein 41 5.406256979 C6_chemical_B2 +LQ04X014830 LOB domain-containing protein 41 5.915843875 C6_chemical_B3 +LQ04X014830 LOB domain-containing protein 41 5.409754037 C6_chemical_C1 +LQ04X014830 LOB domain-containing protein 41 5.63230907 C6_chemical_C2 +LQ04X014830 LOB domain-containing protein 41 5.291551503 C6_chemical_C3 +LQ04X014830 LOB domain-containing protein 41 5.615254552 L4_control_A1 +LQ04X014830 LOB domain-containing protein 41 5.412854139 L4_control_A2 +LQ04X014830 LOB domain-containing protein 41 7.236183008 L4_control_A3 +LQ04X014830 LOB domain-containing protein 41 5.666809831 L4_control_B1 +LQ04X014830 LOB domain-containing protein 41 5.715214107 L4_control_B2 +LQ04X014830 LOB domain-containing protein 41 5.930668556 L4_control_B3 +LQ04X014830 LOB domain-containing protein 41 5.581749073 L4_control_C2 +LQ04X014830 LOB domain-containing protein 41 5.198027325 L4_control_C3 +LQ04X014830 LOB domain-containing protein 41 5.783686347 L4_chemical_A1 +LQ04X014830 LOB domain-containing protein 41 6.046472105 L4_chemical_A2 +LQ04X014830 LOB domain-containing protein 41 6.134067283 L4_chemical_A3 +LQ04X014830 LOB domain-containing protein 41 6.013532263 L4_chemical_B1 +LQ04X014830 LOB domain-containing protein 41 5.647074527 L4_chemical_B2 +LQ04X014830 LOB domain-containing protein 41 5.550598294 L4_chemical_B3 +LQ04X014830 LOB domain-containing protein 41 5.161616994 L4_chemical_C2 +LQ04X014830 LOB domain-containing protein 41 6.079553673 L4_chemical_C3 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.29540462 C6_control_A1 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.011930042 C6_control_A3 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.62632213 C6_control_B1 +LQ04X014850 Putative KH domain-containing protein At4g18375 8.432720151 C6_control_B2 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.754962787 C6_control_B3 +LQ04X014850 Putative KH domain-containing protein At4g18375 8.500475789 C6_control_C1 +LQ04X014850 Putative KH domain-containing protein At4g18375 7.984615479 C6_control_C2 +LQ04X014850 Putative KH domain-containing protein At4g18375 8.085220075 C6_control_C3 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.536174824 C6_chemical_A1 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.331381629 C6_chemical_A3 +LQ04X014850 Putative KH domain-containing protein At4g18375 10.1429394 C6_chemical_B1 +LQ04X014850 Putative KH domain-containing protein At4g18375 8.537102113 C6_chemical_B2 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.912992923 C6_chemical_B3 +LQ04X014850 Putative KH domain-containing protein At4g18375 8.649684519 C6_chemical_C1 +LQ04X014850 Putative KH domain-containing protein At4g18375 8.720060071 C6_chemical_C2 +LQ04X014850 Putative KH domain-containing protein At4g18375 8.813705674 C6_chemical_C3 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.183126737 L4_control_A1 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.910610426 L4_control_A2 +LQ04X014850 Putative KH domain-containing protein At4g18375 10.25903715 L4_control_A3 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.688838149 L4_control_B1 +LQ04X014850 Putative KH domain-containing protein At4g18375 10.39696042 L4_control_B2 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.756980066 L4_control_B3 +LQ04X014850 Putative KH domain-containing protein At4g18375 10.33243345 L4_control_C2 +LQ04X014850 Putative KH domain-containing protein At4g18375 10.58441079 L4_control_C3 +LQ04X014850 Putative KH domain-containing protein At4g18375 8.85985106 L4_chemical_A1 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.787800926 L4_chemical_A2 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.731579426 L4_chemical_A3 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.83348048 L4_chemical_B1 +LQ04X014850 Putative KH domain-containing protein At4g18375 10.30543262 L4_chemical_B2 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.500328743 L4_chemical_B3 +LQ04X014850 Putative KH domain-containing protein At4g18375 10.30816278 L4_chemical_C2 +LQ04X014850 Putative KH domain-containing protein At4g18375 10.68349057 L4_chemical_C3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.21986969 C6_control_A1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.18912199 C6_control_A3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.06196745 C6_control_B1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.538427938 C6_control_B2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.16890268 C6_control_B3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.328940795 C6_control_C1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.313490247 C6_control_C2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 8.928862632 C6_control_C3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.41142258 C6_chemical_A1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.01282444 C6_chemical_A3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.36199399 C6_chemical_B1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.862464817 C6_chemical_B2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.01638199 C6_chemical_B3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.414139753 C6_chemical_C1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.327302672 C6_chemical_C2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.336892123 C6_chemical_C3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.13649094 L4_control_A1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.31231799 L4_control_A2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.51896246 L4_control_A3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.13543146 L4_control_B1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 11.14170743 L4_control_B2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.630835499 L4_control_B3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.934257245 L4_control_C2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.0049127 L4_control_C3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.791037064 L4_chemical_A1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.14484574 L4_chemical_A2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.44677156 L4_chemical_A3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.31705345 L4_chemical_B1 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.48014017 L4_chemical_B2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.910757491 L4_chemical_B3 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.09222906 L4_chemical_C2 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 9.906453585 L4_chemical_C3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.774142018 C6_control_A1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.831048895 C6_control_A3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.729654406 C6_control_B1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.614300458 C6_control_B2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.780451143 C6_control_B3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.783632873 C6_control_C1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.743102499 C6_control_C2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.48384802 C6_control_C3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.543232326 C6_chemical_A1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.820570802 C6_chemical_A3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.853544298 C6_chemical_B1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.700619541 C6_chemical_B2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.446982648 C6_chemical_B3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.934347589 C6_chemical_C1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.825609428 C6_chemical_C2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.783089651 C6_chemical_C3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.424194181 L4_control_A1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.40494786 L4_control_A2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.631655153 L4_control_A3 +LQ04X014900 Putative DNA repair protein RAD23-3 6.354479061 L4_control_B1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.833596294 L4_control_B2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.300708528 L4_control_B3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.388620976 L4_control_C2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.620070617 L4_control_C3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.491313203 L4_chemical_A1 +LQ04X014900 Putative DNA repair protein RAD23-3 5.696685656 L4_chemical_A2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.633774897 L4_chemical_A3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.473493577 L4_chemical_B1 +LQ04X014900 Putative DNA repair protein RAD23-3 6.65705196 L4_chemical_B2 +LQ04X014900 Putative DNA repair protein RAD23-3 5.521033972 L4_chemical_B3 +LQ04X014900 Putative DNA repair protein RAD23-3 5.525338059 L4_chemical_C2 +LQ04X014900 Putative DNA repair protein RAD23-3 6.2454989 L4_chemical_C3 +LQ04X014920 Putative Predicted protein 7.053282812 C6_control_A1 +LQ04X014920 Putative Predicted protein 6.442221923 C6_control_A3 +LQ04X014920 Putative Predicted protein 7.107358137 C6_control_B1 +LQ04X014920 Putative Predicted protein 6.901248503 C6_control_B2 +LQ04X014920 Putative Predicted protein 7.22885982 C6_control_B3 +LQ04X014920 Putative Predicted protein 6.269576364 C6_control_C1 +LQ04X014920 Putative Predicted protein 6.289267163 C6_control_C2 +LQ04X014920 Putative Predicted protein 6.410423713 C6_control_C3 +LQ04X014920 Putative Predicted protein 6.989672735 C6_chemical_A1 +LQ04X014920 Putative Predicted protein 6.976278286 C6_chemical_A3 +LQ04X014920 Putative Predicted protein 7.026986977 C6_chemical_B1 +LQ04X014920 Putative Predicted protein 6.916051589 C6_chemical_B2 +LQ04X014920 Putative Predicted protein 7.27656144 C6_chemical_B3 +LQ04X014920 Putative Predicted protein 6.408331514 C6_chemical_C1 +LQ04X014920 Putative Predicted protein 6.793461845 C6_chemical_C2 +LQ04X014920 Putative Predicted protein 6.585706151 C6_chemical_C3 +LQ04X014920 Putative Predicted protein 7.346427338 L4_control_A1 +LQ04X014920 Putative Predicted protein 7.398042878 L4_control_A2 +LQ04X014920 Putative Predicted protein 7.197383173 L4_control_A3 +LQ04X014920 Putative Predicted protein 7.040002326 L4_control_B1 +LQ04X014920 Putative Predicted protein 7.455874343 L4_control_B2 +LQ04X014920 Putative Predicted protein 7.340344813 L4_control_B3 +LQ04X014920 Putative Predicted protein 7.1426543 L4_control_C2 +LQ04X014920 Putative Predicted protein 7.529941355 L4_control_C3 +LQ04X014920 Putative Predicted protein 7.089337502 L4_chemical_A1 +LQ04X014920 Putative Predicted protein 7.537606007 L4_chemical_A2 +LQ04X014920 Putative Predicted protein 6.739164021 L4_chemical_A3 +LQ04X014920 Putative Predicted protein 7.11369107 L4_chemical_B1 +LQ04X014920 Putative Predicted protein 7.79075772 L4_chemical_B2 +LQ04X014920 Putative Predicted protein 7.463875071 L4_chemical_B3 +LQ04X014920 Putative Predicted protein 7.156057384 L4_chemical_C2 +LQ04X014920 Putative Predicted protein 6.921230296 L4_chemical_C3 +LQ04X014940 Putative uncharacterized protein 10.90074724 C6_control_A1 +LQ04X014940 Putative uncharacterized protein 11.19538406 C6_control_A3 +LQ04X014940 Putative uncharacterized protein 11.20894628 C6_control_B1 +LQ04X014940 Putative uncharacterized protein 10.26389581 C6_control_B2 +LQ04X014940 Putative uncharacterized protein 11.0508692 C6_control_B3 +LQ04X014940 Putative uncharacterized protein 10.06641114 C6_control_C1 +LQ04X014940 Putative uncharacterized protein 10.20452667 C6_control_C2 +LQ04X014940 Putative uncharacterized protein 9.977716493 C6_control_C3 +LQ04X014940 Putative uncharacterized protein 10.80611505 C6_chemical_A1 +LQ04X014940 Putative uncharacterized protein 11.2009614 C6_chemical_A3 +LQ04X014940 Putative uncharacterized protein 11.1669406 C6_chemical_B1 +LQ04X014940 Putative uncharacterized protein 10.39272794 C6_chemical_B2 +LQ04X014940 Putative uncharacterized protein 10.87122802 C6_chemical_B3 +LQ04X014940 Putative uncharacterized protein 10.01845567 C6_chemical_C1 +LQ04X014940 Putative uncharacterized protein 9.824926117 C6_chemical_C2 +LQ04X014940 Putative uncharacterized protein 10.24584297 C6_chemical_C3 +LQ04X014940 Putative uncharacterized protein 11.35566079 L4_control_A1 +LQ04X014940 Putative uncharacterized protein 11.27775524 L4_control_A2 +LQ04X014940 Putative uncharacterized protein 11.42157922 L4_control_A3 +LQ04X014940 Putative uncharacterized protein 11.19380214 L4_control_B1 +LQ04X014940 Putative uncharacterized protein 11.87459769 L4_control_B2 +LQ04X014940 Putative uncharacterized protein 10.84724397 L4_control_B3 +LQ04X014940 Putative uncharacterized protein 10.31629372 L4_control_C2 +LQ04X014940 Putative uncharacterized protein 10.74619787 L4_control_C3 +LQ04X014940 Putative uncharacterized protein 11.37084158 L4_chemical_A1 +LQ04X014940 Putative uncharacterized protein 11.05840604 L4_chemical_A2 +LQ04X014940 Putative uncharacterized protein 11.35977824 L4_chemical_A3 +LQ04X014940 Putative uncharacterized protein 11.41666716 L4_chemical_B1 +LQ04X014940 Putative uncharacterized protein 11.18386886 L4_chemical_B2 +LQ04X014940 Putative uncharacterized protein 11.04802777 L4_chemical_B3 +LQ04X014940 Putative uncharacterized protein 10.02256869 L4_chemical_C2 +LQ04X014940 Putative uncharacterized protein 10.92009679 L4_chemical_C3 +LQ04X014950 Hypothetical protein 8.254792643 C6_control_A1 +LQ04X014950 Hypothetical protein 8.401942405 C6_control_A3 +LQ04X014950 Hypothetical protein 7.939263059 C6_control_B1 +LQ04X014950 Hypothetical protein 7.585605851 C6_control_B2 +LQ04X014950 Hypothetical protein 8.49907893 C6_control_B3 +LQ04X014950 Hypothetical protein 6.7423414 C6_control_C1 +LQ04X014950 Hypothetical protein 7.76921847 C6_control_C2 +LQ04X014950 Hypothetical protein 7.115484458 C6_control_C3 +LQ04X014950 Hypothetical protein 7.881557237 C6_chemical_A1 +LQ04X014950 Hypothetical protein 7.87467832 C6_chemical_A3 +LQ04X014950 Hypothetical protein 8.007654924 C6_chemical_B1 +LQ04X014950 Hypothetical protein 7.707521072 C6_chemical_B2 +LQ04X014950 Hypothetical protein 7.908239982 C6_chemical_B3 +LQ04X014950 Hypothetical protein 6.981912368 C6_chemical_C1 +LQ04X014950 Hypothetical protein 7.997421428 C6_chemical_C2 +LQ04X014950 Hypothetical protein 7.299616975 C6_chemical_C3 +LQ04X014950 Hypothetical protein 7.551628564 L4_control_A1 +LQ04X014950 Hypothetical protein 8.859082945 L4_control_A2 +LQ04X014950 Hypothetical protein 8.211787954 L4_control_A3 +LQ04X014950 Hypothetical protein 8.479791199 L4_control_B1 +LQ04X014950 Hypothetical protein 8.748465258 L4_control_B2 +LQ04X014950 Hypothetical protein 7.948464839 L4_control_B3 +LQ04X014950 Hypothetical protein 9.042375549 L4_control_C2 +LQ04X014950 Hypothetical protein 8.303919968 L4_control_C3 +LQ04X014950 Hypothetical protein 7.643719385 L4_chemical_A1 +LQ04X014950 Hypothetical protein 8.275213098 L4_chemical_A2 +LQ04X014950 Hypothetical protein 8.202915639 L4_chemical_A3 +LQ04X014950 Hypothetical protein 8.677103864 L4_chemical_B1 +LQ04X014950 Hypothetical protein 9.312189852 L4_chemical_B2 +LQ04X014950 Hypothetical protein 7.699026756 L4_chemical_B3 +LQ04X014950 Hypothetical protein 8.633821313 L4_chemical_C2 +LQ04X014950 Hypothetical protein 8.684866363 L4_chemical_C3 +LQ04X014980 Putative Valyl-tRNA synthetase 5.526807247 C6_control_A1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.712042242 C6_control_A3 +LQ04X014980 Putative Valyl-tRNA synthetase 4.897352541 C6_control_B1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.489666935 C6_control_B2 +LQ04X014980 Putative Valyl-tRNA synthetase 5.018617826 C6_control_B3 +LQ04X014980 Putative Valyl-tRNA synthetase 5.400603807 C6_control_C1 +LQ04X014980 Putative Valyl-tRNA synthetase 6.487188111 C6_control_C2 +LQ04X014980 Putative Valyl-tRNA synthetase 5.687081053 C6_control_C3 +LQ04X014980 Putative Valyl-tRNA synthetase 5.177048572 C6_chemical_A1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.212634138 C6_chemical_A3 +LQ04X014980 Putative Valyl-tRNA synthetase 4.818598088 C6_chemical_B1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.550640155 C6_chemical_B2 +LQ04X014980 Putative Valyl-tRNA synthetase 4.989554336 C6_chemical_B3 +LQ04X014980 Putative Valyl-tRNA synthetase 5.599516282 C6_chemical_C1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.547009366 C6_chemical_C2 +LQ04X014980 Putative Valyl-tRNA synthetase 5.300741227 C6_chemical_C3 +LQ04X014980 Putative Valyl-tRNA synthetase 5.14045213 L4_control_A1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.414587643 L4_control_A2 +LQ04X014980 Putative Valyl-tRNA synthetase 5.162004559 L4_control_A3 +LQ04X014980 Putative Valyl-tRNA synthetase 5.233724399 L4_control_B1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.065006151 L4_control_B2 +LQ04X014980 Putative Valyl-tRNA synthetase 5.219997562 L4_control_B3 +LQ04X014980 Putative Valyl-tRNA synthetase 4.893458178 L4_control_C2 +LQ04X014980 Putative Valyl-tRNA synthetase 5.113453298 L4_control_C3 +LQ04X014980 Putative Valyl-tRNA synthetase 5.400671004 L4_chemical_A1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.092679123 L4_chemical_A2 +LQ04X014980 Putative Valyl-tRNA synthetase 5.117599015 L4_chemical_A3 +LQ04X014980 Putative Valyl-tRNA synthetase 4.842643835 L4_chemical_B1 +LQ04X014980 Putative Valyl-tRNA synthetase 5.083103088 L4_chemical_B2 +LQ04X014980 Putative Valyl-tRNA synthetase 5.281959139 L4_chemical_B3 +LQ04X014980 Putative Valyl-tRNA synthetase 5.207770132 L4_chemical_C2 +LQ04X014980 Putative Valyl-tRNA synthetase 4.769029629 L4_chemical_C3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.12915364 C6_control_A1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.20818513 C6_control_A3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.83662493 C6_control_B1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.86977684 C6_control_B2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.79867419 C6_control_B3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.83735526 C6_control_C1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.28540193 C6_control_C2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.5236744 C6_control_C3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.44204019 C6_chemical_A1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 10.98148634 C6_chemical_A3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.09143229 C6_chemical_B1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.95657472 C6_chemical_B2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.33093984 C6_chemical_B3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.80697737 C6_chemical_C1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.43870181 C6_chemical_C2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.40651106 C6_chemical_C3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 10.53547673 L4_control_A1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.2943974 L4_control_A2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.12850823 L4_control_A3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.60485364 L4_control_B1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.2923689 L4_control_B2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.14836483 L4_control_B3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.56962171 L4_control_C2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.62637049 L4_control_C3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 10.13549051 L4_chemical_A1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 10.97306177 L4_chemical_A2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 10.57522169 L4_chemical_A3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.80633111 L4_chemical_B1 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.82409347 L4_chemical_B2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 10.97367235 L4_chemical_B3 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.33033439 L4_chemical_C2 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 12.1477892 L4_chemical_C3 +LQ04X015070 Predicted protein 4.885267241 C6_control_A1 +LQ04X015070 Predicted protein 4.859889854 C6_control_A3 +LQ04X015070 Predicted protein 4.899003949 C6_control_B1 +LQ04X015070 Predicted protein 5.057742938 C6_control_B2 +LQ04X015070 Predicted protein 5.228634351 C6_control_B3 +LQ04X015070 Predicted protein 5.228011652 C6_control_C1 +LQ04X015070 Predicted protein 4.920166598 C6_control_C2 +LQ04X015070 Predicted protein 5.428395067 C6_control_C3 +LQ04X015070 Predicted protein 5.221006315 C6_chemical_A1 +LQ04X015070 Predicted protein 5.004685494 C6_chemical_A3 +LQ04X015070 Predicted protein 5.299314026 C6_chemical_B1 +LQ04X015070 Predicted protein 5.151765467 C6_chemical_B2 +LQ04X015070 Predicted protein 4.966114057 C6_chemical_B3 +LQ04X015070 Predicted protein 5.198573877 C6_chemical_C1 +LQ04X015070 Predicted protein 5.140282578 C6_chemical_C2 +LQ04X015070 Predicted protein 4.968477802 C6_chemical_C3 +LQ04X015070 Predicted protein 4.788218485 L4_control_A1 +LQ04X015070 Predicted protein 5.154724605 L4_control_A2 +LQ04X015070 Predicted protein 5.522990475 L4_control_A3 +LQ04X015070 Predicted protein 4.820224204 L4_control_B1 +LQ04X015070 Predicted protein 5.200594166 L4_control_B2 +LQ04X015070 Predicted protein 5.253787121 L4_control_B3 +LQ04X015070 Predicted protein 5.447420646 L4_control_C2 +LQ04X015070 Predicted protein 5.261411306 L4_control_C3 +LQ04X015070 Predicted protein 5.169606453 L4_chemical_A1 +LQ04X015070 Predicted protein 5.044628713 L4_chemical_A2 +LQ04X015070 Predicted protein 5.822223595 L4_chemical_A3 +LQ04X015070 Predicted protein 4.824568539 L4_chemical_B1 +LQ04X015070 Predicted protein 4.992028259 L4_chemical_B2 +LQ04X015070 Predicted protein 5.002346586 L4_chemical_B3 +LQ04X015070 Predicted protein 5.254372963 L4_chemical_C2 +LQ04X015070 Predicted protein 5.109528186 L4_chemical_C3 +LQ04X015071 Putative uncharacterized protein 4.915133269 C6_control_A1 +LQ04X015071 Putative uncharacterized protein 5.057919657 C6_control_A3 +LQ04X015071 Putative uncharacterized protein 5.132647316 C6_control_B1 +LQ04X015071 Putative uncharacterized protein 4.754543401 C6_control_B2 +LQ04X015071 Putative uncharacterized protein 4.635976729 C6_control_B3 +LQ04X015071 Putative uncharacterized protein 4.570096465 C6_control_C1 +LQ04X015071 Putative uncharacterized protein 4.485773135 C6_control_C2 +LQ04X015071 Putative uncharacterized protein 4.704439916 C6_control_C3 +LQ04X015071 Putative uncharacterized protein 4.615415839 C6_chemical_A1 +LQ04X015071 Putative uncharacterized protein 4.945028041 C6_chemical_A3 +LQ04X015071 Putative uncharacterized protein 4.867978057 C6_chemical_B1 +LQ04X015071 Putative uncharacterized protein 4.648919346 C6_chemical_B2 +LQ04X015071 Putative uncharacterized protein 4.675713157 C6_chemical_B3 +LQ04X015071 Putative uncharacterized protein 4.803713586 C6_chemical_C1 +LQ04X015071 Putative uncharacterized protein 4.721598214 C6_chemical_C2 +LQ04X015071 Putative uncharacterized protein 4.478783326 C6_chemical_C3 +LQ04X015071 Putative uncharacterized protein 4.591845231 L4_control_A1 +LQ04X015071 Putative uncharacterized protein 4.816542149 L4_control_A2 +LQ04X015071 Putative uncharacterized protein 5.120224175 L4_control_A3 +LQ04X015071 Putative uncharacterized protein 5.724998842 L4_control_B1 +LQ04X015071 Putative uncharacterized protein 5.504768189 L4_control_B2 +LQ04X015071 Putative uncharacterized protein 4.608135867 L4_control_B3 +LQ04X015071 Putative uncharacterized protein 5.070918599 L4_control_C2 +LQ04X015071 Putative uncharacterized protein 5.18126241 L4_control_C3 +LQ04X015071 Putative uncharacterized protein 4.486106061 L4_chemical_A1 +LQ04X015071 Putative uncharacterized protein 4.803268426 L4_chemical_A2 +LQ04X015071 Putative uncharacterized protein 5.492401853 L4_chemical_A3 +LQ04X015071 Putative uncharacterized protein 4.977047872 L4_chemical_B1 +LQ04X015071 Putative uncharacterized protein 5.197171663 L4_chemical_B2 +LQ04X015071 Putative uncharacterized protein 4.711799638 L4_chemical_B3 +LQ04X015071 Putative uncharacterized protein 4.846440167 L4_chemical_C2 +LQ04X015071 Putative uncharacterized protein 4.903802566 L4_chemical_C3 +LQ04X015080 Putative uncharacterized protein 8.738464604 C6_control_A1 +LQ04X015080 Putative uncharacterized protein 9.695776989 C6_control_A3 +LQ04X015080 Putative uncharacterized protein 8.914589585 C6_control_B1 +LQ04X015080 Putative uncharacterized protein 7.907098458 C6_control_B2 +LQ04X015080 Putative uncharacterized protein 9.588575048 C6_control_B3 +LQ04X015080 Putative uncharacterized protein 8.239585293 C6_control_C1 +LQ04X015080 Putative uncharacterized protein 9.336587182 C6_control_C2 +LQ04X015080 Putative uncharacterized protein 8.92626145 C6_control_C3 +LQ04X015080 Putative uncharacterized protein 9.893774929 C6_chemical_A1 +LQ04X015080 Putative uncharacterized protein 9.987224437 C6_chemical_A3 +LQ04X015080 Putative uncharacterized protein 10.03643946 C6_chemical_B1 +LQ04X015080 Putative uncharacterized protein 9.429015469 C6_chemical_B2 +LQ04X015080 Putative uncharacterized protein 10.36612898 C6_chemical_B3 +LQ04X015080 Putative uncharacterized protein 9.517907793 C6_chemical_C1 +LQ04X015080 Putative uncharacterized protein 9.415331474 C6_chemical_C2 +LQ04X015080 Putative uncharacterized protein 9.718739529 C6_chemical_C3 +LQ04X015080 Putative uncharacterized protein 9.792676138 L4_control_A1 +LQ04X015080 Putative uncharacterized protein 9.704169826 L4_control_A2 +LQ04X015080 Putative uncharacterized protein 10.31370403 L4_control_A3 +LQ04X015080 Putative uncharacterized protein 10.62220548 L4_control_B1 +LQ04X015080 Putative uncharacterized protein 10.43449133 L4_control_B2 +LQ04X015080 Putative uncharacterized protein 10.07442014 L4_control_B3 +LQ04X015080 Putative uncharacterized protein 10.64183887 L4_control_C2 +LQ04X015080 Putative uncharacterized protein 10.91386646 L4_control_C3 +LQ04X015080 Putative uncharacterized protein 10.23776706 L4_chemical_A1 +LQ04X015080 Putative uncharacterized protein 10.21167939 L4_chemical_A2 +LQ04X015080 Putative uncharacterized protein 10.74057762 L4_chemical_A3 +LQ04X015080 Putative uncharacterized protein 10.54460542 L4_chemical_B1 +LQ04X015080 Putative uncharacterized protein 11.12974743 L4_chemical_B2 +LQ04X015080 Putative uncharacterized protein 9.889208052 L4_chemical_B3 +LQ04X015080 Putative uncharacterized protein 10.85750997 L4_chemical_C2 +LQ04X015080 Putative uncharacterized protein 10.92824568 L4_chemical_C3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.969941362 C6_control_A1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.017915085 C6_control_A3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.27291618 C6_control_B1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.911482431 C6_control_B2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.081665181 C6_control_B3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.419920073 C6_control_C1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.92495487 C6_control_C2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.834253518 C6_control_C3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.736110906 C6_chemical_A1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.175317349 C6_chemical_A3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.909663489 C6_chemical_B1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.121722748 C6_chemical_B2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.114442968 C6_chemical_B3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.046058961 C6_chemical_C1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.8603059 C6_chemical_C2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.866392828 C6_chemical_C3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.095916915 L4_control_A1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.795689041 L4_control_A2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.979495689 L4_control_A3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.199257141 L4_control_B1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.748937981 L4_control_B2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.108564051 L4_control_B3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.073672668 L4_control_C2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.408640911 L4_control_C3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.227958973 L4_chemical_A1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.872629836 L4_chemical_A2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.092069266 L4_chemical_A3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.908196217 L4_chemical_B1 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.814353917 L4_chemical_B2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.984950542 L4_chemical_B3 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.311603657 L4_chemical_C2 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 5.418111216 L4_chemical_C3 +LQ04X015110 T-complex protein 1 subunit zeta 5.351535215 C6_control_A1 +LQ04X015110 T-complex protein 1 subunit zeta 6.119124797 C6_control_A3 +LQ04X015110 T-complex protein 1 subunit zeta 6.249117561 C6_control_B1 +LQ04X015110 T-complex protein 1 subunit zeta 5.444270677 C6_control_B2 +LQ04X015110 T-complex protein 1 subunit zeta 5.572337842 C6_control_B3 +LQ04X015110 T-complex protein 1 subunit zeta 5.104587846 C6_control_C1 +LQ04X015110 T-complex protein 1 subunit zeta 5.695551182 C6_control_C2 +LQ04X015110 T-complex protein 1 subunit zeta 5.340372515 C6_control_C3 +LQ04X015110 T-complex protein 1 subunit zeta 5.470869541 C6_chemical_A1 +LQ04X015110 T-complex protein 1 subunit zeta 5.161517918 C6_chemical_A3 +LQ04X015110 T-complex protein 1 subunit zeta 6.082614823 C6_chemical_B1 +LQ04X015110 T-complex protein 1 subunit zeta 5.443350304 C6_chemical_B2 +LQ04X015110 T-complex protein 1 subunit zeta 5.349142459 C6_chemical_B3 +LQ04X015110 T-complex protein 1 subunit zeta 4.956132381 C6_chemical_C1 +LQ04X015110 T-complex protein 1 subunit zeta 5.109315815 C6_chemical_C2 +LQ04X015110 T-complex protein 1 subunit zeta 5.082905517 C6_chemical_C3 +LQ04X015110 T-complex protein 1 subunit zeta 5.133957482 L4_control_A1 +LQ04X015110 T-complex protein 1 subunit zeta 5.475699476 L4_control_A2 +LQ04X015110 T-complex protein 1 subunit zeta 5.07709228 L4_control_A3 +LQ04X015110 T-complex protein 1 subunit zeta 5.146136851 L4_control_B1 +LQ04X015110 T-complex protein 1 subunit zeta 5.443108818 L4_control_B2 +LQ04X015110 T-complex protein 1 subunit zeta 5.580960953 L4_control_B3 +LQ04X015110 T-complex protein 1 subunit zeta 5.416546546 L4_control_C2 +LQ04X015110 T-complex protein 1 subunit zeta 5.765402969 L4_control_C3 +LQ04X015110 T-complex protein 1 subunit zeta 5.178409396 L4_chemical_A1 +LQ04X015110 T-complex protein 1 subunit zeta 5.395451069 L4_chemical_A2 +LQ04X015110 T-complex protein 1 subunit zeta 4.812528435 L4_chemical_A3 +LQ04X015110 T-complex protein 1 subunit zeta 5.225532593 L4_chemical_B1 +LQ04X015110 T-complex protein 1 subunit zeta 5.509552952 L4_chemical_B2 +LQ04X015110 T-complex protein 1 subunit zeta 5.577782438 L4_chemical_B3 +LQ04X015110 T-complex protein 1 subunit zeta 4.989353209 L4_chemical_C2 +LQ04X015110 T-complex protein 1 subunit zeta 5.252649798 L4_chemical_C3 +LQ04X015120 Predicted protein 5.770007057 C6_control_A1 +LQ04X015120 Predicted protein 5.475506085 C6_control_A3 +LQ04X015120 Predicted protein 6.218990066 C6_control_B1 +LQ04X015120 Predicted protein 5.752984124 C6_control_B2 +LQ04X015120 Predicted protein 5.869154101 C6_control_B3 +LQ04X015120 Predicted protein 5.64435844 C6_control_C1 +LQ04X015120 Predicted protein 5.663942135 C6_control_C2 +LQ04X015120 Predicted protein 5.555386657 C6_control_C3 +LQ04X015120 Predicted protein 5.355453341 C6_chemical_A1 +LQ04X015120 Predicted protein 5.572871375 C6_chemical_A3 +LQ04X015120 Predicted protein 5.551392657 C6_chemical_B1 +LQ04X015120 Predicted protein 5.570139626 C6_chemical_B2 +LQ04X015120 Predicted protein 5.759599461 C6_chemical_B3 +LQ04X015120 Predicted protein 5.624200754 C6_chemical_C1 +LQ04X015120 Predicted protein 5.608412827 C6_chemical_C2 +LQ04X015120 Predicted protein 5.870661191 C6_chemical_C3 +LQ04X015120 Predicted protein 5.676587112 L4_control_A1 +LQ04X015120 Predicted protein 5.847711719 L4_control_A2 +LQ04X015120 Predicted protein 5.626198907 L4_control_A3 +LQ04X015120 Predicted protein 5.605214553 L4_control_B1 +LQ04X015120 Predicted protein 5.635401915 L4_control_B2 +LQ04X015120 Predicted protein 5.533715418 L4_control_B3 +LQ04X015120 Predicted protein 6.729318693 L4_control_C2 +LQ04X015120 Predicted protein 5.955028616 L4_control_C3 +LQ04X015120 Predicted protein 5.456695798 L4_chemical_A1 +LQ04X015120 Predicted protein 6.341359977 L4_chemical_A2 +LQ04X015120 Predicted protein 5.775589748 L4_chemical_A3 +LQ04X015120 Predicted protein 5.520296857 L4_chemical_B1 +LQ04X015120 Predicted protein 5.924927881 L4_chemical_B2 +LQ04X015120 Predicted protein 5.972932856 L4_chemical_B3 +LQ04X015120 Predicted protein 5.584609843 L4_chemical_C2 +LQ04X015120 Predicted protein 6.514812373 L4_chemical_C3 +LQ04X015130 14-3-3-like protein 5.910743514 C6_control_A1 +LQ04X015130 14-3-3-like protein 6.793617825 C6_control_A3 +LQ04X015130 14-3-3-like protein 6.283256062 C6_control_B1 +LQ04X015130 14-3-3-like protein 5.656460094 C6_control_B2 +LQ04X015130 14-3-3-like protein 6.573604305 C6_control_B3 +LQ04X015130 14-3-3-like protein 5.5033527 C6_control_C1 +LQ04X015130 14-3-3-like protein 7.448872766 C6_control_C2 +LQ04X015130 14-3-3-like protein 5.670782352 C6_control_C3 +LQ04X015130 14-3-3-like protein 5.683222745 C6_chemical_A1 +LQ04X015130 14-3-3-like protein 5.976026148 C6_chemical_A3 +LQ04X015130 14-3-3-like protein 6.007452323 C6_chemical_B1 +LQ04X015130 14-3-3-like protein 5.858915603 C6_chemical_B2 +LQ04X015130 14-3-3-like protein 6.179504228 C6_chemical_B3 +LQ04X015130 14-3-3-like protein 5.528379306 C6_chemical_C1 +LQ04X015130 14-3-3-like protein 5.56437057 C6_chemical_C2 +LQ04X015130 14-3-3-like protein 5.452288134 C6_chemical_C3 +LQ04X015130 14-3-3-like protein 6.034285214 L4_control_A1 +LQ04X015130 14-3-3-like protein 5.900768055 L4_control_A2 +LQ04X015130 14-3-3-like protein 5.505969357 L4_control_A3 +LQ04X015130 14-3-3-like protein 5.172352908 L4_control_B1 +LQ04X015130 14-3-3-like protein 6.30222297 L4_control_B2 +LQ04X015130 14-3-3-like protein 5.735492727 L4_control_B3 +LQ04X015130 14-3-3-like protein 6.672736955 L4_control_C2 +LQ04X015130 14-3-3-like protein 5.795173866 L4_control_C3 +LQ04X015130 14-3-3-like protein 5.850612082 L4_chemical_A1 +LQ04X015130 14-3-3-like protein 5.807784211 L4_chemical_A2 +LQ04X015130 14-3-3-like protein 5.496108776 L4_chemical_A3 +LQ04X015130 14-3-3-like protein 6.181837139 L4_chemical_B1 +LQ04X015130 14-3-3-like protein 6.118574097 L4_chemical_B2 +LQ04X015130 14-3-3-like protein 5.98296971 L4_chemical_B3 +LQ04X015130 14-3-3-like protein 6.312705947 L4_chemical_C2 +LQ04X015130 14-3-3-like protein 6.314277473 L4_chemical_C3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.90775517 C6_control_A1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.26280575 C6_control_A3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.89962321 C6_control_B1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.27957781 C6_control_B2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.61233069 C6_control_B3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.13689208 C6_control_C1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.9793149 C6_control_C2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.59554472 C6_control_C3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.09779811 C6_chemical_A1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.67600917 C6_chemical_A3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.4780469 C6_chemical_B1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.12042777 C6_chemical_B2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.55916706 C6_chemical_B3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.19190902 C6_chemical_C1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.11902124 C6_chemical_C2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.51291151 C6_chemical_C3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.55382051 L4_control_A1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.7172813 L4_control_A2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.31871874 L4_control_A3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.46707127 L4_control_B1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.986537 L4_control_B2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 10.5478966 L4_control_B3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.21574107 L4_control_C2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.46280946 L4_control_C3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.3288768 L4_chemical_A1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.65742293 L4_chemical_A2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.02397106 L4_chemical_A3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.05371781 L4_chemical_B1 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.96563685 L4_chemical_B2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.00247234 L4_chemical_B3 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.72435001 L4_chemical_C2 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 12.15635991 L4_chemical_C3 +LQ04X015180 ERD15 13.45218759 C6_control_A1 +LQ04X015180 ERD15 13.83795537 C6_control_A3 +LQ04X015180 ERD15 14.13881315 C6_control_B1 +LQ04X015180 ERD15 14.05431843 C6_control_B2 +LQ04X015180 ERD15 14.04524328 C6_control_B3 +LQ04X015180 ERD15 14.12142422 C6_control_C1 +LQ04X015180 ERD15 14.55339948 C6_control_C2 +LQ04X015180 ERD15 14.77531389 C6_control_C3 +LQ04X015180 ERD15 14.28369107 C6_chemical_A1 +LQ04X015180 ERD15 14.35230146 C6_chemical_A3 +LQ04X015180 ERD15 14.56347486 C6_chemical_B1 +LQ04X015180 ERD15 14.32741041 C6_chemical_B2 +LQ04X015180 ERD15 14.56256993 C6_chemical_B3 +LQ04X015180 ERD15 14.98293101 C6_chemical_C1 +LQ04X015180 ERD15 14.81595484 C6_chemical_C2 +LQ04X015180 ERD15 14.75682184 C6_chemical_C3 +LQ04X015180 ERD15 13.30410773 L4_control_A1 +LQ04X015180 ERD15 13.15299377 L4_control_A2 +LQ04X015180 ERD15 13.8155597 L4_control_A3 +LQ04X015180 ERD15 14.08411747 L4_control_B1 +LQ04X015180 ERD15 13.62966846 L4_control_B2 +LQ04X015180 ERD15 14.27515011 L4_control_B3 +LQ04X015180 ERD15 14.36575524 L4_control_C2 +LQ04X015180 ERD15 14.69857418 L4_control_C3 +LQ04X015180 ERD15 14.62789225 L4_chemical_A1 +LQ04X015180 ERD15 14.85776638 L4_chemical_A2 +LQ04X015180 ERD15 14.24148339 L4_chemical_A3 +LQ04X015180 ERD15 14.29831841 L4_chemical_B1 +LQ04X015180 ERD15 14.50438889 L4_chemical_B2 +LQ04X015180 ERD15 14.16987194 L4_chemical_B3 +LQ04X015180 ERD15 14.99332475 L4_chemical_C2 +LQ04X015180 ERD15 14.70047821 L4_chemical_C3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.49612028 C6_control_A1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 11.47965015 C6_control_A3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.60286755 C6_control_B1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.7829594 C6_control_B2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.15268598 C6_control_B3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 14.60380694 C6_control_C1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 14.63982933 C6_control_C2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 14.49276251 C6_control_C3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.45239388 C6_chemical_A1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 11.61727916 C6_chemical_A3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.79186268 C6_chemical_B1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.94074831 C6_chemical_B2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.1476164 C6_chemical_B3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 14.4492269 C6_chemical_C1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 14.63788022 C6_chemical_C2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 14.446687 C6_chemical_C3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.08427217 L4_control_A1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.72956564 L4_control_A2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.09243655 L4_control_A3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.02818634 L4_control_B1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.49821149 L4_control_B2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.66449962 L4_control_B3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.29044953 L4_control_C2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.73978691 L4_control_C3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 11.95118855 L4_chemical_A1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.74622221 L4_chemical_A2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.10157213 L4_chemical_A3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.40496748 L4_chemical_B1 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.48321739 L4_chemical_B2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.13022793 L4_chemical_B3 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.30096457 L4_chemical_C2 +LQ04X015190 Putative Thylakoid membrane protein slr0575 13.94488827 L4_chemical_C3 +LQ04X015220 Mangrin 6.790930072 C6_control_A1 +LQ04X015220 Mangrin 7.747077169 C6_control_A3 +LQ04X015220 Mangrin 6.447878407 C6_control_B1 +LQ04X015220 Mangrin 6.632956791 C6_control_B2 +LQ04X015220 Mangrin 7.647445889 C6_control_B3 +LQ04X015220 Mangrin 7.092399254 C6_control_C1 +LQ04X015220 Mangrin 6.239080103 C6_control_C2 +LQ04X015220 Mangrin 7.398401624 C6_control_C3 +LQ04X015220 Mangrin 6.932566999 C6_chemical_A1 +LQ04X015220 Mangrin 7.055616008 C6_chemical_A3 +LQ04X015220 Mangrin 6.588942671 C6_chemical_B1 +LQ04X015220 Mangrin 6.819601459 C6_chemical_B2 +LQ04X015220 Mangrin 7.323588399 C6_chemical_B3 +LQ04X015220 Mangrin 6.43821924 C6_chemical_C1 +LQ04X015220 Mangrin 7.214082874 C6_chemical_C2 +LQ04X015220 Mangrin 7.17383002 C6_chemical_C3 +LQ04X015220 Mangrin 7.209841221 L4_control_A1 +LQ04X015220 Mangrin 7.012287327 L4_control_A2 +LQ04X015220 Mangrin 6.58974648 L4_control_A3 +LQ04X015220 Mangrin 6.548657989 L4_control_B1 +LQ04X015220 Mangrin 6.536711542 L4_control_B2 +LQ04X015220 Mangrin 7.20188755 L4_control_B3 +LQ04X015220 Mangrin 5.7028078 L4_control_C2 +LQ04X015220 Mangrin 7.000936544 L4_control_C3 +LQ04X015220 Mangrin 6.89392711 L4_chemical_A1 +LQ04X015220 Mangrin 6.714377137 L4_chemical_A2 +LQ04X015220 Mangrin 6.320932198 L4_chemical_A3 +LQ04X015220 Mangrin 6.859038119 L4_chemical_B1 +LQ04X015220 Mangrin 7.302881414 L4_chemical_B2 +LQ04X015220 Mangrin 7.141647195 L4_chemical_B3 +LQ04X015220 Mangrin 6.527790466 L4_chemical_C2 +LQ04X015220 Mangrin 7.900531568 L4_chemical_C3 +LQ04X015230 Putative Transcription factor AS1 10.44535477 C6_control_A1 +LQ04X015230 Putative Transcription factor AS1 11.46863292 C6_control_A3 +LQ04X015230 Putative Transcription factor AS1 8.980125132 C6_control_B1 +LQ04X015230 Putative Transcription factor AS1 6.606416636 C6_control_B2 +LQ04X015230 Putative Transcription factor AS1 7.725156651 C6_control_B3 +LQ04X015230 Putative Transcription factor AS1 5.456923827 C6_control_C1 +LQ04X015230 Putative Transcription factor AS1 5.417123196 C6_control_C2 +LQ04X015230 Putative Transcription factor AS1 5.515890164 C6_control_C3 +LQ04X015230 Putative Transcription factor AS1 9.540139717 C6_chemical_A1 +LQ04X015230 Putative Transcription factor AS1 12.43893241 C6_chemical_A3 +LQ04X015230 Putative Transcription factor AS1 7.7339692 C6_chemical_B1 +LQ04X015230 Putative Transcription factor AS1 6.648834343 C6_chemical_B2 +LQ04X015230 Putative Transcription factor AS1 8.069162876 C6_chemical_B3 +LQ04X015230 Putative Transcription factor AS1 5.463401934 C6_chemical_C1 +LQ04X015230 Putative Transcription factor AS1 4.876967503 C6_chemical_C2 +LQ04X015230 Putative Transcription factor AS1 5.583182324 C6_chemical_C3 +LQ04X015230 Putative Transcription factor AS1 12.11564012 L4_control_A1 +LQ04X015230 Putative Transcription factor AS1 10.48299828 L4_control_A2 +LQ04X015230 Putative Transcription factor AS1 11.68793406 L4_control_A3 +LQ04X015230 Putative Transcription factor AS1 7.318681205 L4_control_B1 +LQ04X015230 Putative Transcription factor AS1 9.252142818 L4_control_B2 +LQ04X015230 Putative Transcription factor AS1 7.64930469 L4_control_B3 +LQ04X015230 Putative Transcription factor AS1 5.390895824 L4_control_C2 +LQ04X015230 Putative Transcription factor AS1 6.60454747 L4_control_C3 +LQ04X015230 Putative Transcription factor AS1 12.12147103 L4_chemical_A1 +LQ04X015230 Putative Transcription factor AS1 10.4914093 L4_chemical_A2 +LQ04X015230 Putative Transcription factor AS1 11.82126494 L4_chemical_A3 +LQ04X015230 Putative Transcription factor AS1 9.611463815 L4_chemical_B1 +LQ04X015230 Putative Transcription factor AS1 8.964849172 L4_chemical_B2 +LQ04X015230 Putative Transcription factor AS1 10.67273905 L4_chemical_B3 +LQ04X015230 Putative Transcription factor AS1 5.425090256 L4_chemical_C2 +LQ04X015230 Putative Transcription factor AS1 6.892609447 L4_chemical_C3 +LQ04X015270 Hypothetical protein 5.120100832 C6_control_A1 +LQ04X015270 Hypothetical protein 4.987618266 C6_control_A3 +LQ04X015270 Hypothetical protein 5.504456058 C6_control_B1 +LQ04X015270 Hypothetical protein 4.995713085 C6_control_B2 +LQ04X015270 Hypothetical protein 4.803227893 C6_control_B3 +LQ04X015270 Hypothetical protein 4.948583634 C6_control_C1 +LQ04X015270 Hypothetical protein 4.879934472 C6_control_C2 +LQ04X015270 Hypothetical protein 5.289425328 C6_control_C3 +LQ04X015270 Hypothetical protein 5.078091527 C6_chemical_A1 +LQ04X015270 Hypothetical protein 5.099863044 C6_chemical_A3 +LQ04X015270 Hypothetical protein 4.995263919 C6_chemical_B1 +LQ04X015270 Hypothetical protein 4.911925867 C6_chemical_B2 +LQ04X015270 Hypothetical protein 5.371870578 C6_chemical_B3 +LQ04X015270 Hypothetical protein 5.005104858 C6_chemical_C1 +LQ04X015270 Hypothetical protein 4.866644699 C6_chemical_C2 +LQ04X015270 Hypothetical protein 4.987813474 C6_chemical_C3 +LQ04X015270 Hypothetical protein 5.325242508 L4_control_A1 +LQ04X015270 Hypothetical protein 4.967353976 L4_control_A2 +LQ04X015270 Hypothetical protein 5.26580305 L4_control_A3 +LQ04X015270 Hypothetical protein 5.703330059 L4_control_B1 +LQ04X015270 Hypothetical protein 5.310882585 L4_control_B2 +LQ04X015270 Hypothetical protein 4.799295189 L4_control_B3 +LQ04X015270 Hypothetical protein 5.598844571 L4_control_C2 +LQ04X015270 Hypothetical protein 5.47621381 L4_control_C3 +LQ04X015270 Hypothetical protein 5.148760411 L4_chemical_A1 +LQ04X015270 Hypothetical protein 4.736246035 L4_chemical_A2 +LQ04X015270 Hypothetical protein 5.422561235 L4_chemical_A3 +LQ04X015270 Hypothetical protein 5.31347078 L4_chemical_B1 +LQ04X015270 Hypothetical protein 5.53209525 L4_chemical_B2 +LQ04X015270 Hypothetical protein 4.864529842 L4_chemical_B3 +LQ04X015270 Hypothetical protein 5.201542458 L4_chemical_C2 +LQ04X015270 Hypothetical protein 5.293440545 L4_chemical_C3 +LQ04X015300 Cyclin-B1-2 14.74231406 C6_control_A1 +LQ04X015300 Cyclin-B1-2 14.93998148 C6_control_A3 +LQ04X015300 Cyclin-B1-2 14.87561282 C6_control_B1 +LQ04X015300 Cyclin-B1-2 14.41297494 C6_control_B2 +LQ04X015300 Cyclin-B1-2 14.65172745 C6_control_B3 +LQ04X015300 Cyclin-B1-2 14.72477021 C6_control_C1 +LQ04X015300 Cyclin-B1-2 14.42923654 C6_control_C2 +LQ04X015300 Cyclin-B1-2 14.43797631 C6_control_C3 +LQ04X015300 Cyclin-B1-2 14.71458798 C6_chemical_A1 +LQ04X015300 Cyclin-B1-2 14.77414223 C6_chemical_A3 +LQ04X015300 Cyclin-B1-2 14.8363078 C6_chemical_B1 +LQ04X015300 Cyclin-B1-2 14.25123671 C6_chemical_B2 +LQ04X015300 Cyclin-B1-2 14.55346193 C6_chemical_B3 +LQ04X015300 Cyclin-B1-2 14.71525723 C6_chemical_C1 +LQ04X015300 Cyclin-B1-2 14.3823855 C6_chemical_C2 +LQ04X015300 Cyclin-B1-2 14.03018626 C6_chemical_C3 +LQ04X015300 Cyclin-B1-2 14.72486027 L4_control_A1 +LQ04X015300 Cyclin-B1-2 14.95102817 L4_control_A2 +LQ04X015300 Cyclin-B1-2 14.56959932 L4_control_A3 +LQ04X015300 Cyclin-B1-2 14.93054587 L4_control_B1 +LQ04X015300 Cyclin-B1-2 14.21926288 L4_control_B2 +LQ04X015300 Cyclin-B1-2 14.75769675 L4_control_B3 +LQ04X015300 Cyclin-B1-2 14.56799057 L4_control_C2 +LQ04X015300 Cyclin-B1-2 14.59930411 L4_control_C3 +LQ04X015300 Cyclin-B1-2 14.90072914 L4_chemical_A1 +LQ04X015300 Cyclin-B1-2 15.00830532 L4_chemical_A2 +LQ04X015300 Cyclin-B1-2 14.63606924 L4_chemical_A3 +LQ04X015300 Cyclin-B1-2 14.98071721 L4_chemical_B1 +LQ04X015300 Cyclin-B1-2 14.61145373 L4_chemical_B2 +LQ04X015300 Cyclin-B1-2 14.91113402 L4_chemical_B3 +LQ04X015300 Cyclin-B1-2 14.59199696 L4_chemical_C2 +LQ04X015300 Cyclin-B1-2 14.67905645 L4_chemical_C3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.543263795 C6_control_A1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.295002259 C6_control_A3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.606624319 C6_control_B1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.237693629 C6_control_B2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.598214483 C6_control_B3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.752006116 C6_control_C1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.32809076 C6_control_C2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.553599972 C6_control_C3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.723801292 C6_chemical_A1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.842522344 C6_chemical_A3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 9.001356999 C6_chemical_B1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.514223249 C6_chemical_B2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.630483058 C6_chemical_B3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.698650665 C6_chemical_C1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.891598243 C6_chemical_C2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.740493451 C6_chemical_C3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.778470252 L4_control_A1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.75782657 L4_control_A2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 9.379450444 L4_control_A3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 9.085784983 L4_control_B1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 9.955041836 L4_control_B2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.566507324 L4_control_B3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 9.787232098 L4_control_C2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 10.36499295 L4_control_C3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.513303971 L4_chemical_A1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.699560474 L4_chemical_A2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.549894153 L4_chemical_A3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.797194421 L4_chemical_B1 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 9.54930001 L4_chemical_B2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.46285474 L4_chemical_B3 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 9.508184809 L4_chemical_C2 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 10.26862619 L4_chemical_C3 +LQ04X015320 Putative Cytochrome b reductase 1 5.078115893 C6_control_A1 +LQ04X015320 Putative Cytochrome b reductase 1 4.988277702 C6_control_A3 +LQ04X015320 Putative Cytochrome b reductase 1 5.117517717 C6_control_B1 +LQ04X015320 Putative Cytochrome b reductase 1 5.297638503 C6_control_B2 +LQ04X015320 Putative Cytochrome b reductase 1 5.061844545 C6_control_B3 +LQ04X015320 Putative Cytochrome b reductase 1 4.968257769 C6_control_C1 +LQ04X015320 Putative Cytochrome b reductase 1 5.393152496 C6_control_C2 +LQ04X015320 Putative Cytochrome b reductase 1 5.280332732 C6_control_C3 +LQ04X015320 Putative Cytochrome b reductase 1 5.389838849 C6_chemical_A1 +LQ04X015320 Putative Cytochrome b reductase 1 4.991445607 C6_chemical_A3 +LQ04X015320 Putative Cytochrome b reductase 1 4.89682712 C6_chemical_B1 +LQ04X015320 Putative Cytochrome b reductase 1 5.130175158 C6_chemical_B2 +LQ04X015320 Putative Cytochrome b reductase 1 5.113255002 C6_chemical_B3 +LQ04X015320 Putative Cytochrome b reductase 1 4.863702841 C6_chemical_C1 +LQ04X015320 Putative Cytochrome b reductase 1 5.292255205 C6_chemical_C2 +LQ04X015320 Putative Cytochrome b reductase 1 4.999696325 C6_chemical_C3 +LQ04X015320 Putative Cytochrome b reductase 1 5.270491722 L4_control_A1 +LQ04X015320 Putative Cytochrome b reductase 1 5.53569984 L4_control_A2 +LQ04X015320 Putative Cytochrome b reductase 1 5.677870716 L4_control_A3 +LQ04X015320 Putative Cytochrome b reductase 1 6.138125761 L4_control_B1 +LQ04X015320 Putative Cytochrome b reductase 1 5.685929444 L4_control_B2 +LQ04X015320 Putative Cytochrome b reductase 1 4.938481292 L4_control_B3 +LQ04X015320 Putative Cytochrome b reductase 1 6.356927431 L4_control_C2 +LQ04X015320 Putative Cytochrome b reductase 1 5.021374888 L4_control_C3 +LQ04X015320 Putative Cytochrome b reductase 1 5.378435793 L4_chemical_A1 +LQ04X015320 Putative Cytochrome b reductase 1 5.344518222 L4_chemical_A2 +LQ04X015320 Putative Cytochrome b reductase 1 5.471595384 L4_chemical_A3 +LQ04X015320 Putative Cytochrome b reductase 1 5.119258442 L4_chemical_B1 +LQ04X015320 Putative Cytochrome b reductase 1 5.290254555 L4_chemical_B2 +LQ04X015320 Putative Cytochrome b reductase 1 4.994306286 L4_chemical_B3 +LQ04X015320 Putative Cytochrome b reductase 1 5.229061752 L4_chemical_C2 +LQ04X015320 Putative Cytochrome b reductase 1 5.347163982 L4_chemical_C3 +LQ04X015330 Predicted protein 5.209465479 C6_control_A1 +LQ04X015330 Predicted protein 5.663477818 C6_control_A3 +LQ04X015330 Predicted protein 5.30582065 C6_control_B1 +LQ04X015330 Predicted protein 5.174220103 C6_control_B2 +LQ04X015330 Predicted protein 5.354072158 C6_control_B3 +LQ04X015330 Predicted protein 5.459339927 C6_control_C1 +LQ04X015330 Predicted protein 5.205974143 C6_control_C2 +LQ04X015330 Predicted protein 4.962742522 C6_control_C3 +LQ04X015330 Predicted protein 5.49502341 C6_chemical_A1 +LQ04X015330 Predicted protein 5.755515211 C6_chemical_A3 +LQ04X015330 Predicted protein 5.709366802 C6_chemical_B1 +LQ04X015330 Predicted protein 5.145775317 C6_chemical_B2 +LQ04X015330 Predicted protein 5.066124862 C6_chemical_B3 +LQ04X015330 Predicted protein 5.117483048 C6_chemical_C1 +LQ04X015330 Predicted protein 5.137548846 C6_chemical_C2 +LQ04X015330 Predicted protein 5.183033421 C6_chemical_C3 +LQ04X015330 Predicted protein 5.133962661 L4_control_A1 +LQ04X015330 Predicted protein 5.637132318 L4_control_A2 +LQ04X015330 Predicted protein 6.056611236 L4_control_A3 +LQ04X015330 Predicted protein 5.548020065 L4_control_B1 +LQ04X015330 Predicted protein 5.292222533 L4_control_B2 +LQ04X015330 Predicted protein 5.617237615 L4_control_B3 +LQ04X015330 Predicted protein 5.423626641 L4_control_C2 +LQ04X015330 Predicted protein 7.651559406 L4_control_C3 +LQ04X015330 Predicted protein 5.298900753 L4_chemical_A1 +LQ04X015330 Predicted protein 5.473671056 L4_chemical_A2 +LQ04X015330 Predicted protein 5.315259142 L4_chemical_A3 +LQ04X015330 Predicted protein 5.495808274 L4_chemical_B1 +LQ04X015330 Predicted protein 5.659636148 L4_chemical_B2 +LQ04X015330 Predicted protein 5.494525959 L4_chemical_B3 +LQ04X015330 Predicted protein 5.218649773 L4_chemical_C2 +LQ04X015330 Predicted protein 6.093114612 L4_chemical_C3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.81849316 C6_control_A1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 6.0051511 C6_control_A3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.82808768 C6_control_B1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.454742692 C6_control_B2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.932810235 C6_control_B3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.099707014 C6_control_C1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 4.94042632 C6_control_C2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.391288093 C6_control_C3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.453743008 C6_chemical_A1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.134962321 C6_chemical_A3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.530210713 C6_chemical_B1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.457101589 C6_chemical_B2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.257165292 C6_chemical_B3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.367071149 C6_chemical_C1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 4.988026487 C6_chemical_C2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.541761988 C6_chemical_C3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.379977191 L4_control_A1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.279408826 L4_control_A2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.227971528 L4_control_A3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.302890384 L4_control_B1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.5552819 L4_control_B2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.042174305 L4_control_B3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.437481157 L4_control_C2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.0907013 L4_control_C3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.631692828 L4_chemical_A1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.014968599 L4_chemical_A2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.135467924 L4_chemical_A3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 4.988443091 L4_chemical_B1 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.530961163 L4_chemical_B2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.441066997 L4_chemical_B3 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.0609214 L4_chemical_C2 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.636755746 L4_chemical_C3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.86754394 C6_control_A1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.71538704 C6_control_A3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.71455615 C6_control_B1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.94117878 C6_control_B2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.56480131 C6_control_B3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.01948659 C6_control_C1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.22255738 C6_control_C2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.88568569 C6_control_C3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.74237506 C6_chemical_A1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.79497176 C6_chemical_A3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.4710802 C6_chemical_B1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.57694273 C6_chemical_B2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.56367532 C6_chemical_B3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.05630378 C6_chemical_C1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.87270953 C6_chemical_C2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.23965817 C6_chemical_C3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.17490094 L4_control_A1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.98176326 L4_control_A2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.53369515 L4_control_A3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.10744322 L4_control_B1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.03769425 L4_control_B2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.06584813 L4_control_B3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.10360837 L4_control_C2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.63817409 L4_control_C3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.22359299 L4_chemical_A1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.89430698 L4_chemical_A2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.75109955 L4_chemical_A3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.19940707 L4_chemical_B1 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.77540815 L4_chemical_B2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 12.14673375 L4_chemical_B3 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.68904314 L4_chemical_C2 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.60057466 L4_chemical_C3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.408586145 C6_control_A1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.083766946 C6_control_A3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.378609278 C6_control_B1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.414195288 C6_control_B2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.11741827 C6_control_B3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.066738256 C6_control_C1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.4883916 C6_control_C2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.762670911 C6_control_C3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.708682823 C6_chemical_A1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.080892969 C6_chemical_A3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.521100089 C6_chemical_B1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.921173236 C6_chemical_B2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.154202825 C6_chemical_B3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.932725073 C6_chemical_C1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.738884239 C6_chemical_C2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.077337861 C6_chemical_C3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.398011474 L4_control_A1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.478452877 L4_control_A2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.998300897 L4_control_A3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.306998829 L4_control_B1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.386781102 L4_control_B2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.935061093 L4_control_B3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.377464005 L4_control_C2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.231885 L4_control_C3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.986069898 L4_chemical_A1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.122584867 L4_chemical_A2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.347235079 L4_chemical_A3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.22491721 L4_chemical_B1 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.102716172 L4_chemical_B2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.449760456 L4_chemical_B3 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.196319251 L4_chemical_C2 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.795990306 L4_chemical_C3 +LQ04X015580 Putative uncharacterized protein 5.355908837 C6_control_A1 +LQ04X015580 Putative uncharacterized protein 5.358767466 C6_control_A3 +LQ04X015580 Putative uncharacterized protein 5.538433751 C6_control_B1 +LQ04X015580 Putative uncharacterized protein 6.230155525 C6_control_B2 +LQ04X015580 Putative uncharacterized protein 5.770618922 C6_control_B3 +LQ04X015580 Putative uncharacterized protein 5.768364694 C6_control_C1 +LQ04X015580 Putative uncharacterized protein 5.840360061 C6_control_C2 +LQ04X015580 Putative uncharacterized protein 5.877982804 C6_control_C3 +LQ04X015580 Putative uncharacterized protein 5.398880762 C6_chemical_A1 +LQ04X015580 Putative uncharacterized protein 5.457300419 C6_chemical_A3 +LQ04X015580 Putative uncharacterized protein 5.181243839 C6_chemical_B1 +LQ04X015580 Putative uncharacterized protein 5.746548847 C6_chemical_B2 +LQ04X015580 Putative uncharacterized protein 5.226066718 C6_chemical_B3 +LQ04X015580 Putative uncharacterized protein 5.511939525 C6_chemical_C1 +LQ04X015580 Putative uncharacterized protein 5.8827447 C6_chemical_C2 +LQ04X015580 Putative uncharacterized protein 6.078582123 C6_chemical_C3 +LQ04X015580 Putative uncharacterized protein 5.741613303 L4_control_A1 +LQ04X015580 Putative uncharacterized protein 5.261828973 L4_control_A2 +LQ04X015580 Putative uncharacterized protein 5.393076234 L4_control_A3 +LQ04X015580 Putative uncharacterized protein 5.017625592 L4_control_B1 +LQ04X015580 Putative uncharacterized protein 5.672396617 L4_control_B2 +LQ04X015580 Putative uncharacterized protein 5.414326056 L4_control_B3 +LQ04X015580 Putative uncharacterized protein 5.189570902 L4_control_C2 +LQ04X015580 Putative uncharacterized protein 5.276160466 L4_control_C3 +LQ04X015580 Putative uncharacterized protein 5.653853323 L4_chemical_A1 +LQ04X015580 Putative uncharacterized protein 5.442759272 L4_chemical_A2 +LQ04X015580 Putative uncharacterized protein 5.569138854 L4_chemical_A3 +LQ04X015580 Putative uncharacterized protein 5.367116775 L4_chemical_B1 +LQ04X015580 Putative uncharacterized protein 5.133578116 L4_chemical_B2 +LQ04X015580 Putative uncharacterized protein 5.762530319 L4_chemical_B3 +LQ04X015580 Putative uncharacterized protein 4.99756851 L4_chemical_C2 +LQ04X015580 Putative uncharacterized protein 5.58586221 L4_chemical_C3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.340604185 C6_control_A1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.229087178 C6_control_A3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.18373808 C6_control_B1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.14533556 C6_control_B2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.138507991 C6_control_B3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.163231017 C6_control_C1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.651009039 C6_control_C2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.958480549 C6_control_C3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.964993158 C6_chemical_A1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.680402079 C6_chemical_A3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.83303077 C6_chemical_B1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.17574713 C6_chemical_B2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.103329812 C6_chemical_B3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.375020595 C6_chemical_C1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.348372804 C6_chemical_C2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.010168955 C6_chemical_C3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.915571372 L4_control_A1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.301613674 L4_control_A2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.511981926 L4_control_A3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.845362691 L4_control_B1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.369086171 L4_control_B2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.155697827 L4_control_B3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.717383876 L4_control_C2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.71430917 L4_control_C3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.415711799 L4_chemical_A1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.982200993 L4_chemical_A2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.355091455 L4_chemical_A3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.845794134 L4_chemical_B1 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.147950327 L4_chemical_B2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.998889374 L4_chemical_B3 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.935946632 L4_chemical_C2 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 5.196226129 L4_chemical_C3 +LQ04X015610 Proline dehydrogenase, mitochondrial 7.305194768 C6_control_A1 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.38550275 C6_control_A3 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.528207805 C6_control_B1 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.10046372 C6_control_B2 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.010130761 C6_control_B3 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.01714056 C6_control_C1 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.140755607 C6_control_C2 +LQ04X015610 Proline dehydrogenase, mitochondrial 4.967231644 C6_control_C3 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.687942717 C6_chemical_A1 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.984877265 C6_chemical_A3 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.759577628 C6_chemical_B1 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.58491947 C6_chemical_B2 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.747391312 C6_chemical_B3 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.621087177 C6_chemical_C1 +LQ04X015610 Proline dehydrogenase, mitochondrial 4.923316437 C6_chemical_C2 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.222429303 C6_chemical_C3 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.544117837 L4_control_A1 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.229480252 L4_control_A2 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.439892309 L4_control_A3 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.560874576 L4_control_B1 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.204183877 L4_control_B2 +LQ04X015610 Proline dehydrogenase, mitochondrial 4.922980273 L4_control_B3 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.010352862 L4_control_C2 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.276298994 L4_control_C3 +LQ04X015610 Proline dehydrogenase, mitochondrial 7.324237787 L4_chemical_A1 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.967638571 L4_chemical_A2 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.972493538 L4_chemical_A3 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.854659339 L4_chemical_B1 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.40182405 L4_chemical_B2 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.027792299 L4_chemical_B3 +LQ04X015610 Proline dehydrogenase, mitochondrial 5.334105807 L4_chemical_C2 +LQ04X015610 Proline dehydrogenase, mitochondrial 4.988620092 L4_chemical_C3 +LQ04X015620 Cell division protease ftsH, putative 5.866524124 C6_control_A1 +LQ04X015620 Cell division protease ftsH, putative 5.321257061 C6_control_A3 +LQ04X015620 Cell division protease ftsH, putative 5.476019493 C6_control_B1 +LQ04X015620 Cell division protease ftsH, putative 5.353219794 C6_control_B2 +LQ04X015620 Cell division protease ftsH, putative 6.015940693 C6_control_B3 +LQ04X015620 Cell division protease ftsH, putative 5.526369444 C6_control_C1 +LQ04X015620 Cell division protease ftsH, putative 5.2660101 C6_control_C2 +LQ04X015620 Cell division protease ftsH, putative 5.567592786 C6_control_C3 +LQ04X015620 Cell division protease ftsH, putative 5.616866671 C6_chemical_A1 +LQ04X015620 Cell division protease ftsH, putative 5.32952929 C6_chemical_A3 +LQ04X015620 Cell division protease ftsH, putative 5.658967031 C6_chemical_B1 +LQ04X015620 Cell division protease ftsH, putative 5.375434909 C6_chemical_B2 +LQ04X015620 Cell division protease ftsH, putative 5.239433183 C6_chemical_B3 +LQ04X015620 Cell division protease ftsH, putative 5.33158254 C6_chemical_C1 +LQ04X015620 Cell division protease ftsH, putative 5.164824982 C6_chemical_C2 +LQ04X015620 Cell division protease ftsH, putative 5.088305164 C6_chemical_C3 +LQ04X015620 Cell division protease ftsH, putative 5.475192822 L4_control_A1 +LQ04X015620 Cell division protease ftsH, putative 5.254158563 L4_control_A2 +LQ04X015620 Cell division protease ftsH, putative 5.766672685 L4_control_A3 +LQ04X015620 Cell division protease ftsH, putative 5.264404591 L4_control_B1 +LQ04X015620 Cell division protease ftsH, putative 5.471603388 L4_control_B2 +LQ04X015620 Cell division protease ftsH, putative 5.63808038 L4_control_B3 +LQ04X015620 Cell division protease ftsH, putative 6.046177867 L4_control_C2 +LQ04X015620 Cell division protease ftsH, putative 5.434874961 L4_control_C3 +LQ04X015620 Cell division protease ftsH, putative 5.572479337 L4_chemical_A1 +LQ04X015620 Cell division protease ftsH, putative 5.508110566 L4_chemical_A2 +LQ04X015620 Cell division protease ftsH, putative 5.40110969 L4_chemical_A3 +LQ04X015620 Cell division protease ftsH, putative 5.636079237 L4_chemical_B1 +LQ04X015620 Cell division protease ftsH, putative 5.415424083 L4_chemical_B2 +LQ04X015620 Cell division protease ftsH, putative 5.574778271 L4_chemical_B3 +LQ04X015620 Cell division protease ftsH, putative 5.940497018 L4_chemical_C2 +LQ04X015620 Cell division protease ftsH, putative 5.896307908 L4_chemical_C3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 9.558395396 C6_control_A1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 9.96098021 C6_control_A3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 8.826925219 C6_control_B1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 9.819999528 C6_control_B2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 9.827709603 C6_control_B3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 9.930709267 C6_control_C1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.32562659 C6_control_C2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 9.400885432 C6_control_C3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.28311489 C6_chemical_A1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.13380319 C6_chemical_A3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.5464056 C6_chemical_B1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.57328392 C6_chemical_B2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.23984107 C6_chemical_B3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.45629135 C6_chemical_C1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.3423859 C6_chemical_C2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.29433116 C6_chemical_C3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.0284254 L4_control_A1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.77084703 L4_control_A2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 9.811770436 L4_control_A3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 11.09161615 L4_control_B1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.76496085 L4_control_B2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.80651038 L4_control_B3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.80453462 L4_control_C2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.77415353 L4_control_C3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.33368131 L4_chemical_A1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 11.03300313 L4_chemical_A2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 9.884999168 L4_chemical_A3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.82090594 L4_chemical_B1 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.84611213 L4_chemical_B2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.35166014 L4_chemical_B3 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.95599821 L4_chemical_C2 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.9509003 L4_chemical_C3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.686817789 C6_control_A1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.983332488 C6_control_A3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 6.223697803 C6_control_B1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.63393144 C6_control_B2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.914281995 C6_control_B3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.602515434 C6_control_C1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 6.771458847 C6_control_C2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.557576212 C6_control_C3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.54529897 C6_chemical_A1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.210300559 C6_chemical_A3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.491086718 C6_chemical_B1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.830651209 C6_chemical_B2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.89720492 C6_chemical_B3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.45915906 C6_chemical_C1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.851642398 C6_chemical_C2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.498319571 C6_chemical_C3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.529870104 L4_control_A1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.609511123 L4_control_A2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.201722213 L4_control_A3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.244753579 L4_control_B1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.895948737 L4_control_B2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.908822658 L4_control_B3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 6.279275843 L4_control_C2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.42208047 L4_control_C3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.665665857 L4_chemical_A1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.385364984 L4_chemical_A2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.630173275 L4_chemical_A3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.786704163 L4_chemical_B1 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.361314659 L4_chemical_B2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.516327044 L4_chemical_B3 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 6.425409256 L4_chemical_C2 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 6.379663889 L4_chemical_C3 +LQ04X015660 Predicted protein 7.26833757 C6_control_A1 +LQ04X015660 Predicted protein 7.576483746 C6_control_A3 +LQ04X015660 Predicted protein 7.505247832 C6_control_B1 +LQ04X015660 Predicted protein 7.152097797 C6_control_B2 +LQ04X015660 Predicted protein 7.652840688 C6_control_B3 +LQ04X015660 Predicted protein 7.115253663 C6_control_C1 +LQ04X015660 Predicted protein 6.920175245 C6_control_C2 +LQ04X015660 Predicted protein 7.00330953 C6_control_C3 +LQ04X015660 Predicted protein 7.312547509 C6_chemical_A1 +LQ04X015660 Predicted protein 7.503419081 C6_chemical_A3 +LQ04X015660 Predicted protein 7.606409978 C6_chemical_B1 +LQ04X015660 Predicted protein 7.571786916 C6_chemical_B2 +LQ04X015660 Predicted protein 7.564456905 C6_chemical_B3 +LQ04X015660 Predicted protein 6.824032172 C6_chemical_C1 +LQ04X015660 Predicted protein 7.894889153 C6_chemical_C2 +LQ04X015660 Predicted protein 7.42368217 C6_chemical_C3 +LQ04X015660 Predicted protein 7.269867487 L4_control_A1 +LQ04X015660 Predicted protein 7.786402593 L4_control_A2 +LQ04X015660 Predicted protein 8.167540597 L4_control_A3 +LQ04X015660 Predicted protein 7.474331926 L4_control_B1 +LQ04X015660 Predicted protein 7.262517535 L4_control_B2 +LQ04X015660 Predicted protein 7.267765143 L4_control_B3 +LQ04X015660 Predicted protein 6.906834383 L4_control_C2 +LQ04X015660 Predicted protein 6.288836121 L4_control_C3 +LQ04X015660 Predicted protein 6.865651081 L4_chemical_A1 +LQ04X015660 Predicted protein 7.900450209 L4_chemical_A2 +LQ04X015660 Predicted protein 7.398314058 L4_chemical_A3 +LQ04X015660 Predicted protein 8.162778817 L4_chemical_B1 +LQ04X015660 Predicted protein 8.109006529 L4_chemical_B2 +LQ04X015660 Predicted protein 7.150342751 L4_chemical_B3 +LQ04X015660 Predicted protein 7.92570651 L4_chemical_C2 +LQ04X015660 Predicted protein 7.297572308 L4_chemical_C3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 6.304267536 C6_control_A1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 7.450887961 C6_control_A3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 11.45305321 C6_control_B1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 11.78280811 C6_control_B2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 12.55213056 C6_control_B3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 5.911433918 C6_control_C1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 5.581072002 C6_control_C2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 6.52600933 C6_control_C3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 6.164502299 C6_chemical_A1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 7.351723062 C6_chemical_A3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 11.16518611 C6_chemical_B1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 11.69337172 C6_chemical_B2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 9.807852927 C6_chemical_B3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 5.852995161 C6_chemical_C1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 5.579792394 C6_chemical_C2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 6.041702522 C6_chemical_C3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 7.50985484 L4_control_A1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 6.529999433 L4_control_A2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 9.187277961 L4_control_A3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 12.3211574 L4_control_B1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 10.20145685 L4_control_B2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 11.92430974 L4_control_B3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 5.308845872 L4_control_C2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 5.893776074 L4_control_C3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 7.173497086 L4_chemical_A1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 7.28484927 L4_chemical_A2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 7.962249546 L4_chemical_A3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 11.38683935 L4_chemical_B1 +LQ04X015670 Putative Late embryogenesis abundant protein 76 11.0994489 L4_chemical_B2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 9.468908241 L4_chemical_B3 +LQ04X015670 Putative Late embryogenesis abundant protein 76 5.112331713 L4_chemical_C2 +LQ04X015670 Putative Late embryogenesis abundant protein 76 5.547503838 L4_chemical_C3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.65307414 C6_control_A1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.57498071 C6_control_A3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.87040514 C6_control_B1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.81563234 C6_control_B2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.6591005 C6_control_B3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.639783035 C6_control_C1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.561435509 C6_control_C2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.38746129 C6_control_C3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.90957148 C6_chemical_A1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.68943753 C6_chemical_A3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.18223944 C6_chemical_B1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.0655852 C6_chemical_B2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.85335025 C6_chemical_B3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.536159163 C6_chemical_C1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.306194838 C6_chemical_C2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.508222485 C6_chemical_C3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.64806448 L4_control_A1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.58981151 L4_control_A2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.15483708 L4_control_A3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.98458803 L4_control_B1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.99991021 L4_control_B2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.00201955 L4_control_B3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.881152986 L4_control_C2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.38578836 L4_control_C3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.6857053 L4_chemical_A1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.10366298 L4_chemical_A2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.78462532 L4_chemical_A3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.05774895 L4_chemical_B1 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.76327739 L4_chemical_B2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.56375643 L4_chemical_B3 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 10.44294227 L4_chemical_C2 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 9.781733548 L4_chemical_C3 +LQ04X015700 Putative Protein TIFY 6A 8.664695231 C6_control_A1 +LQ04X015700 Putative Protein TIFY 6A 10.42957293 C6_control_A3 +LQ04X015700 Putative Protein TIFY 6A 8.930312631 C6_control_B1 +LQ04X015700 Putative Protein TIFY 6A 9.000388321 C6_control_B2 +LQ04X015700 Putative Protein TIFY 6A 9.80345073 C6_control_B3 +LQ04X015700 Putative Protein TIFY 6A 6.943774958 C6_control_C1 +LQ04X015700 Putative Protein TIFY 6A 7.511096202 C6_control_C2 +LQ04X015700 Putative Protein TIFY 6A 8.034020931 C6_control_C3 +LQ04X015700 Putative Protein TIFY 6A 7.91061734 C6_chemical_A1 +LQ04X015700 Putative Protein TIFY 6A 9.823205434 C6_chemical_A3 +LQ04X015700 Putative Protein TIFY 6A 8.145508652 C6_chemical_B1 +LQ04X015700 Putative Protein TIFY 6A 8.529741102 C6_chemical_B2 +LQ04X015700 Putative Protein TIFY 6A 8.763389811 C6_chemical_B3 +LQ04X015700 Putative Protein TIFY 6A 6.563461707 C6_chemical_C1 +LQ04X015700 Putative Protein TIFY 6A 6.875895907 C6_chemical_C2 +LQ04X015700 Putative Protein TIFY 6A 7.751281724 C6_chemical_C3 +LQ04X015700 Putative Protein TIFY 6A 8.97610767 L4_control_A1 +LQ04X015700 Putative Protein TIFY 6A 8.341215548 L4_control_A2 +LQ04X015700 Putative Protein TIFY 6A 8.887385709 L4_control_A3 +LQ04X015700 Putative Protein TIFY 6A 8.333860986 L4_control_B1 +LQ04X015700 Putative Protein TIFY 6A 8.520123571 L4_control_B2 +LQ04X015700 Putative Protein TIFY 6A 8.508287752 L4_control_B3 +LQ04X015700 Putative Protein TIFY 6A 7.037424673 L4_control_C2 +LQ04X015700 Putative Protein TIFY 6A 7.848697996 L4_control_C3 +LQ04X015700 Putative Protein TIFY 6A 8.847447164 L4_chemical_A1 +LQ04X015700 Putative Protein TIFY 6A 7.593565496 L4_chemical_A2 +LQ04X015700 Putative Protein TIFY 6A 9.31039457 L4_chemical_A3 +LQ04X015700 Putative Protein TIFY 6A 7.811850145 L4_chemical_B1 +LQ04X015700 Putative Protein TIFY 6A 8.254313677 L4_chemical_B2 +LQ04X015700 Putative Protein TIFY 6A 8.621078629 L4_chemical_B3 +LQ04X015700 Putative Protein TIFY 6A 6.675256345 L4_chemical_C2 +LQ04X015700 Putative Protein TIFY 6A 8.005745018 L4_chemical_C3 +LQ04X015710 Protein binding protein, putative 11.45616852 C6_control_A1 +LQ04X015710 Protein binding protein, putative 10.86680831 C6_control_A3 +LQ04X015710 Protein binding protein, putative 11.63555455 C6_control_B1 +LQ04X015710 Protein binding protein, putative 11.18010324 C6_control_B2 +LQ04X015710 Protein binding protein, putative 11.65599893 C6_control_B3 +LQ04X015710 Protein binding protein, putative 11.79487231 C6_control_C1 +LQ04X015710 Protein binding protein, putative 10.9911846 C6_control_C2 +LQ04X015710 Protein binding protein, putative 11.98732477 C6_control_C3 +LQ04X015710 Protein binding protein, putative 11.62409168 C6_chemical_A1 +LQ04X015710 Protein binding protein, putative 11.8288527 C6_chemical_A3 +LQ04X015710 Protein binding protein, putative 11.86919098 C6_chemical_B1 +LQ04X015710 Protein binding protein, putative 11.56796078 C6_chemical_B2 +LQ04X015710 Protein binding protein, putative 11.93690595 C6_chemical_B3 +LQ04X015710 Protein binding protein, putative 11.87330461 C6_chemical_C1 +LQ04X015710 Protein binding protein, putative 11.56338153 C6_chemical_C2 +LQ04X015710 Protein binding protein, putative 12.16593396 C6_chemical_C3 +LQ04X015710 Protein binding protein, putative 11.31563982 L4_control_A1 +LQ04X015710 Protein binding protein, putative 11.81430704 L4_control_A2 +LQ04X015710 Protein binding protein, putative 11.40491112 L4_control_A3 +LQ04X015710 Protein binding protein, putative 12.54056765 L4_control_B1 +LQ04X015710 Protein binding protein, putative 11.78910905 L4_control_B2 +LQ04X015710 Protein binding protein, putative 11.82065505 L4_control_B3 +LQ04X015710 Protein binding protein, putative 12.26406501 L4_control_C2 +LQ04X015710 Protein binding protein, putative 12.50887397 L4_control_C3 +LQ04X015710 Protein binding protein, putative 11.76972141 L4_chemical_A1 +LQ04X015710 Protein binding protein, putative 12.35144618 L4_chemical_A2 +LQ04X015710 Protein binding protein, putative 11.49843494 L4_chemical_A3 +LQ04X015710 Protein binding protein, putative 12.31874784 L4_chemical_B1 +LQ04X015710 Protein binding protein, putative 12.32035772 L4_chemical_B2 +LQ04X015710 Protein binding protein, putative 11.82174219 L4_chemical_B3 +LQ04X015710 Protein binding protein, putative 12.36495546 L4_chemical_C2 +LQ04X015710 Protein binding protein, putative 12.39371237 L4_chemical_C3 +LQ04X015750 Auxin:hydrogen symporter, putative 6.955867908 C6_control_A1 +LQ04X015750 Auxin:hydrogen symporter, putative 5.945952457 C6_control_A3 +LQ04X015750 Auxin:hydrogen symporter, putative 7.124724725 C6_control_B1 +LQ04X015750 Auxin:hydrogen symporter, putative 6.661451268 C6_control_B2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.92546276 C6_control_B3 +LQ04X015750 Auxin:hydrogen symporter, putative 6.793387151 C6_control_C1 +LQ04X015750 Auxin:hydrogen symporter, putative 6.645527958 C6_control_C2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.127686642 C6_control_C3 +LQ04X015750 Auxin:hydrogen symporter, putative 7.194308253 C6_chemical_A1 +LQ04X015750 Auxin:hydrogen symporter, putative 6.875034626 C6_chemical_A3 +LQ04X015750 Auxin:hydrogen symporter, putative 7.267613505 C6_chemical_B1 +LQ04X015750 Auxin:hydrogen symporter, putative 7.029409086 C6_chemical_B2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.957730915 C6_chemical_B3 +LQ04X015750 Auxin:hydrogen symporter, putative 7.512533152 C6_chemical_C1 +LQ04X015750 Auxin:hydrogen symporter, putative 7.213564272 C6_chemical_C2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.669944344 C6_chemical_C3 +LQ04X015750 Auxin:hydrogen symporter, putative 6.033689713 L4_control_A1 +LQ04X015750 Auxin:hydrogen symporter, putative 6.696258013 L4_control_A2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.028546602 L4_control_A3 +LQ04X015750 Auxin:hydrogen symporter, putative 6.463951891 L4_control_B1 +LQ04X015750 Auxin:hydrogen symporter, putative 7.201206291 L4_control_B2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.897387637 L4_control_B3 +LQ04X015750 Auxin:hydrogen symporter, putative 6.837791302 L4_control_C2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.428519674 L4_control_C3 +LQ04X015750 Auxin:hydrogen symporter, putative 7.082471134 L4_chemical_A1 +LQ04X015750 Auxin:hydrogen symporter, putative 6.723955264 L4_chemical_A2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.073096091 L4_chemical_A3 +LQ04X015750 Auxin:hydrogen symporter, putative 7.670705065 L4_chemical_B1 +LQ04X015750 Auxin:hydrogen symporter, putative 7.390479927 L4_chemical_B2 +LQ04X015750 Auxin:hydrogen symporter, putative 6.229354733 L4_chemical_B3 +LQ04X015750 Auxin:hydrogen symporter, putative 7.031888894 L4_chemical_C2 +LQ04X015750 Auxin:hydrogen symporter, putative 7.226001365 L4_chemical_C3 +LQ04X015760 Calcium-binding protein CML42 6.866430849 C6_control_A1 +LQ04X015760 Calcium-binding protein CML42 6.165229821 C6_control_A3 +LQ04X015760 Calcium-binding protein CML42 7.00891038 C6_control_B1 +LQ04X015760 Calcium-binding protein CML42 8.259799349 C6_control_B2 +LQ04X015760 Calcium-binding protein CML42 8.575348714 C6_control_B3 +LQ04X015760 Calcium-binding protein CML42 7.887342164 C6_control_C1 +LQ04X015760 Calcium-binding protein CML42 8.153841158 C6_control_C2 +LQ04X015760 Calcium-binding protein CML42 9.032325406 C6_control_C3 +LQ04X015760 Calcium-binding protein CML42 7.357483247 C6_chemical_A1 +LQ04X015760 Calcium-binding protein CML42 7.22381939 C6_chemical_A3 +LQ04X015760 Calcium-binding protein CML42 7.758140497 C6_chemical_B1 +LQ04X015760 Calcium-binding protein CML42 8.165004108 C6_chemical_B2 +LQ04X015760 Calcium-binding protein CML42 8.946903616 C6_chemical_B3 +LQ04X015760 Calcium-binding protein CML42 7.661758574 C6_chemical_C1 +LQ04X015760 Calcium-binding protein CML42 8.075039998 C6_chemical_C2 +LQ04X015760 Calcium-binding protein CML42 8.097743857 C6_chemical_C3 +LQ04X015760 Calcium-binding protein CML42 7.452686939 L4_control_A1 +LQ04X015760 Calcium-binding protein CML42 6.24019416 L4_control_A2 +LQ04X015760 Calcium-binding protein CML42 6.9932883 L4_control_A3 +LQ04X015760 Calcium-binding protein CML42 7.745695589 L4_control_B1 +LQ04X015760 Calcium-binding protein CML42 7.04390967 L4_control_B2 +LQ04X015760 Calcium-binding protein CML42 8.42610257 L4_control_B3 +LQ04X015760 Calcium-binding protein CML42 8.852172623 L4_control_C2 +LQ04X015760 Calcium-binding protein CML42 6.423299461 L4_control_C3 +LQ04X015760 Calcium-binding protein CML42 8.107518457 L4_chemical_A1 +LQ04X015760 Calcium-binding protein CML42 6.871748687 L4_chemical_A2 +LQ04X015760 Calcium-binding protein CML42 6.855913154 L4_chemical_A3 +LQ04X015760 Calcium-binding protein CML42 7.761825594 L4_chemical_B1 +LQ04X015760 Calcium-binding protein CML42 6.805461007 L4_chemical_B2 +LQ04X015760 Calcium-binding protein CML42 7.689028809 L4_chemical_B3 +LQ04X015760 Calcium-binding protein CML42 8.289333721 L4_chemical_C2 +LQ04X015760 Calcium-binding protein CML42 8.296109204 L4_chemical_C3 +LQ04X015810 Putative uncharacterized protein 15.10602702 C6_control_A1 +LQ04X015810 Putative uncharacterized protein 14.55849153 C6_control_A3 +LQ04X015810 Putative uncharacterized protein 15.22110946 C6_control_B1 +LQ04X015810 Putative uncharacterized protein 14.9489364 C6_control_B2 +LQ04X015810 Putative uncharacterized protein 15.40489912 C6_control_B3 +LQ04X015810 Putative uncharacterized protein 12.76893966 C6_control_C1 +LQ04X015810 Putative uncharacterized protein 13.66002228 C6_control_C2 +LQ04X015810 Putative uncharacterized protein 12.91558901 C6_control_C3 +LQ04X015810 Putative uncharacterized protein 14.74439411 C6_chemical_A1 +LQ04X015810 Putative uncharacterized protein 14.48280056 C6_chemical_A3 +LQ04X015810 Putative uncharacterized protein 14.98062023 C6_chemical_B1 +LQ04X015810 Putative uncharacterized protein 14.87814495 C6_chemical_B2 +LQ04X015810 Putative uncharacterized protein 14.81215753 C6_chemical_B3 +LQ04X015810 Putative uncharacterized protein 12.68266155 C6_chemical_C1 +LQ04X015810 Putative uncharacterized protein 12.58050539 C6_chemical_C2 +LQ04X015810 Putative uncharacterized protein 12.13499835 C6_chemical_C3 +LQ04X015810 Putative uncharacterized protein 14.80630417 L4_control_A1 +LQ04X015810 Putative uncharacterized protein 15.12236971 L4_control_A2 +LQ04X015810 Putative uncharacterized protein 14.53653355 L4_control_A3 +LQ04X015810 Putative uncharacterized protein 14.86226658 L4_control_B1 +LQ04X015810 Putative uncharacterized protein 15.16458834 L4_control_B2 +LQ04X015810 Putative uncharacterized protein 14.28687309 L4_control_B3 +LQ04X015810 Putative uncharacterized protein 12.88971768 L4_control_C2 +LQ04X015810 Putative uncharacterized protein 13.30545526 L4_control_C3 +LQ04X015810 Putative uncharacterized protein 13.86955399 L4_chemical_A1 +LQ04X015810 Putative uncharacterized protein 14.82356255 L4_chemical_A2 +LQ04X015810 Putative uncharacterized protein 14.43670868 L4_chemical_A3 +LQ04X015810 Putative uncharacterized protein 14.65950354 L4_chemical_B1 +LQ04X015810 Putative uncharacterized protein 14.65371406 L4_chemical_B2 +LQ04X015810 Putative uncharacterized protein 15.11323518 L4_chemical_B3 +LQ04X015810 Putative uncharacterized protein 12.7646821 L4_chemical_C2 +LQ04X015810 Putative uncharacterized protein 13.05865743 L4_chemical_C3 +LQ04X015830 Putative uncharacterized protein 5.7202562 C6_control_A1 +LQ04X015830 Putative uncharacterized protein 7.379341983 C6_control_A3 +LQ04X015830 Putative uncharacterized protein 5.632272934 C6_control_B1 +LQ04X015830 Putative uncharacterized protein 5.418503683 C6_control_B2 +LQ04X015830 Putative uncharacterized protein 5.860473084 C6_control_B3 +LQ04X015830 Putative uncharacterized protein 5.3288498 C6_control_C1 +LQ04X015830 Putative uncharacterized protein 6.371757279 C6_control_C2 +LQ04X015830 Putative uncharacterized protein 5.461333079 C6_control_C3 +LQ04X015830 Putative uncharacterized protein 5.999091683 C6_chemical_A1 +LQ04X015830 Putative uncharacterized protein 5.405307542 C6_chemical_A3 +LQ04X015830 Putative uncharacterized protein 4.909013001 C6_chemical_B1 +LQ04X015830 Putative uncharacterized protein 5.978177207 C6_chemical_B2 +LQ04X015830 Putative uncharacterized protein 4.978202937 C6_chemical_B3 +LQ04X015830 Putative uncharacterized protein 5.637810318 C6_chemical_C1 +LQ04X015830 Putative uncharacterized protein 5.351833448 C6_chemical_C2 +LQ04X015830 Putative uncharacterized protein 5.42036656 C6_chemical_C3 +LQ04X015830 Putative uncharacterized protein 5.729512845 L4_control_A1 +LQ04X015830 Putative uncharacterized protein 5.927000725 L4_control_A2 +LQ04X015830 Putative uncharacterized protein 5.853242355 L4_control_A3 +LQ04X015830 Putative uncharacterized protein 5.93956435 L4_control_B1 +LQ04X015830 Putative uncharacterized protein 5.430893734 L4_control_B2 +LQ04X015830 Putative uncharacterized protein 5.49501491 L4_control_B3 +LQ04X015830 Putative uncharacterized protein 5.974920374 L4_control_C2 +LQ04X015830 Putative uncharacterized protein 5.261954248 L4_control_C3 +LQ04X015830 Putative uncharacterized protein 5.616019878 L4_chemical_A1 +LQ04X015830 Putative uncharacterized protein 5.951500193 L4_chemical_A2 +LQ04X015830 Putative uncharacterized protein 5.978801109 L4_chemical_A3 +LQ04X015830 Putative uncharacterized protein 5.698768666 L4_chemical_B1 +LQ04X015830 Putative uncharacterized protein 5.598694223 L4_chemical_B2 +LQ04X015830 Putative uncharacterized protein 5.906563536 L4_chemical_B3 +LQ04X015830 Putative uncharacterized protein 4.653785933 L4_chemical_C2 +LQ04X015830 Putative uncharacterized protein 5.363766167 L4_chemical_C3 +LQ04X015840 KH domain-containing protein At2g38610 7.197199794 C6_control_A1 +LQ04X015840 KH domain-containing protein At2g38610 6.995068532 C6_control_A3 +LQ04X015840 KH domain-containing protein At2g38610 6.548088631 C6_control_B1 +LQ04X015840 KH domain-containing protein At2g38610 5.102141055 C6_control_B2 +LQ04X015840 KH domain-containing protein At2g38610 6.634348893 C6_control_B3 +LQ04X015840 KH domain-containing protein At2g38610 6.700197662 C6_control_C1 +LQ04X015840 KH domain-containing protein At2g38610 5.411509417 C6_control_C2 +LQ04X015840 KH domain-containing protein At2g38610 6.514094801 C6_control_C3 +LQ04X015840 KH domain-containing protein At2g38610 7.374026393 C6_chemical_A1 +LQ04X015840 KH domain-containing protein At2g38610 5.541203431 C6_chemical_A3 +LQ04X015840 KH domain-containing protein At2g38610 7.31966833 C6_chemical_B1 +LQ04X015840 KH domain-containing protein At2g38610 5.072993961 C6_chemical_B2 +LQ04X015840 KH domain-containing protein At2g38610 8.075096255 C6_chemical_B3 +LQ04X015840 KH domain-containing protein At2g38610 7.056079943 C6_chemical_C1 +LQ04X015840 KH domain-containing protein At2g38610 5.341072092 C6_chemical_C2 +LQ04X015840 KH domain-containing protein At2g38610 7.314415538 C6_chemical_C3 +LQ04X015840 KH domain-containing protein At2g38610 8.344954518 L4_control_A1 +LQ04X015840 KH domain-containing protein At2g38610 7.644616156 L4_control_A2 +LQ04X015840 KH domain-containing protein At2g38610 8.240442335 L4_control_A3 +LQ04X015840 KH domain-containing protein At2g38610 10.60579072 L4_control_B1 +LQ04X015840 KH domain-containing protein At2g38610 8.298048269 L4_control_B2 +LQ04X015840 KH domain-containing protein At2g38610 5.753848839 L4_control_B3 +LQ04X015840 KH domain-containing protein At2g38610 8.795613284 L4_control_C2 +LQ04X015840 KH domain-containing protein At2g38610 9.007285019 L4_control_C3 +LQ04X015840 KH domain-containing protein At2g38610 8.021475034 L4_chemical_A1 +LQ04X015840 KH domain-containing protein At2g38610 8.662539401 L4_chemical_A2 +LQ04X015840 KH domain-containing protein At2g38610 9.86319738 L4_chemical_A3 +LQ04X015840 KH domain-containing protein At2g38610 8.363491349 L4_chemical_B1 +LQ04X015840 KH domain-containing protein At2g38610 8.001123963 L4_chemical_B2 +LQ04X015840 KH domain-containing protein At2g38610 5.760624701 L4_chemical_B3 +LQ04X015840 KH domain-containing protein At2g38610 9.813605195 L4_chemical_C2 +LQ04X015840 KH domain-containing protein At2g38610 8.42432047 L4_chemical_C3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.51918041 C6_control_A1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.94011444 C6_control_A3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.77137315 C6_control_B1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.39065614 C6_control_B2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.59633323 C6_control_B3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.10450719 C6_control_C1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.35355504 C6_control_C2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.09884806 C6_control_C3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.63691617 C6_chemical_A1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.85313226 C6_chemical_A3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.66314164 C6_chemical_B1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.20624409 C6_chemical_B2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.62746061 C6_chemical_B3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.26790855 C6_chemical_C1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.2794855 C6_chemical_C2 +LQ04X015860 Putative Protein of unknown function DUF3411 11.94698855 C6_chemical_C3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.80017042 L4_control_A1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.13360082 L4_control_A2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.24561425 L4_control_A3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.55549542 L4_control_B1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.45830158 L4_control_B2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.25548281 L4_control_B3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.61463463 L4_control_C2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.12406879 L4_control_C3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.88982748 L4_chemical_A1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.33106104 L4_chemical_A2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.34599108 L4_chemical_A3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.89433056 L4_chemical_B1 +LQ04X015860 Putative Protein of unknown function DUF3411 12.75779165 L4_chemical_B2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.67974938 L4_chemical_B3 +LQ04X015860 Putative Protein of unknown function DUF3411 12.81085017 L4_chemical_C2 +LQ04X015860 Putative Protein of unknown function DUF3411 12.3012341 L4_chemical_C3 +LQ04X015870 Putative Protein gufA 11.42811896 C6_control_A1 +LQ04X015870 Putative Protein gufA 11.23579047 C6_control_A3 +LQ04X015870 Putative Protein gufA 11.39699162 C6_control_B1 +LQ04X015870 Putative Protein gufA 11.56852218 C6_control_B2 +LQ04X015870 Putative Protein gufA 11.59124598 C6_control_B3 +LQ04X015870 Putative Protein gufA 11.93078457 C6_control_C1 +LQ04X015870 Putative Protein gufA 11.70358568 C6_control_C2 +LQ04X015870 Putative Protein gufA 12.17734723 C6_control_C3 +LQ04X015870 Putative Protein gufA 11.33442557 C6_chemical_A1 +LQ04X015870 Putative Protein gufA 11.25434819 C6_chemical_A3 +LQ04X015870 Putative Protein gufA 11.26265119 C6_chemical_B1 +LQ04X015870 Putative Protein gufA 11.32369992 C6_chemical_B2 +LQ04X015870 Putative Protein gufA 11.66971988 C6_chemical_B3 +LQ04X015870 Putative Protein gufA 11.83227998 C6_chemical_C1 +LQ04X015870 Putative Protein gufA 11.67899101 C6_chemical_C2 +LQ04X015870 Putative Protein gufA 11.96462461 C6_chemical_C3 +LQ04X015870 Putative Protein gufA 11.48626053 L4_control_A1 +LQ04X015870 Putative Protein gufA 11.1891183 L4_control_A2 +LQ04X015870 Putative Protein gufA 11.35781194 L4_control_A3 +LQ04X015870 Putative Protein gufA 11.65831362 L4_control_B1 +LQ04X015870 Putative Protein gufA 11.13622274 L4_control_B2 +LQ04X015870 Putative Protein gufA 11.449462 L4_control_B3 +LQ04X015870 Putative Protein gufA 11.80750821 L4_control_C2 +LQ04X015870 Putative Protein gufA 11.92613165 L4_control_C3 +LQ04X015870 Putative Protein gufA 12.10475367 L4_chemical_A1 +LQ04X015870 Putative Protein gufA 11.69759497 L4_chemical_A2 +LQ04X015870 Putative Protein gufA 11.81278085 L4_chemical_A3 +LQ04X015870 Putative Protein gufA 11.50685535 L4_chemical_B1 +LQ04X015870 Putative Protein gufA 11.27600506 L4_chemical_B2 +LQ04X015870 Putative Protein gufA 11.3971016 L4_chemical_B3 +LQ04X015870 Putative Protein gufA 11.80523438 L4_chemical_C2 +LQ04X015870 Putative Protein gufA 12.00689501 L4_chemical_C3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.019619815 C6_control_A1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 7.052675796 C6_control_A3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 7.416038959 C6_control_B1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.401596246 C6_control_B2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.87714363 C6_control_B3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 10.2892296 C6_control_C1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 10.03361656 C6_control_C2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 10.23479159 C6_control_C3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.196802811 C6_chemical_A1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.226185305 C6_chemical_A3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 7.975128691 C6_chemical_B1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.208217204 C6_chemical_B2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 9.245628006 C6_chemical_B3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 10.20704558 C6_chemical_C1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 9.848874722 C6_chemical_C2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 10.87137321 C6_chemical_C3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.313475703 L4_control_A1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.187843455 L4_control_A2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.42288053 L4_control_A3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 7.958519785 L4_control_B1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 7.987149139 L4_control_B2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 9.925837192 L4_control_B3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 10.65635963 L4_control_C2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.25748168 L4_control_C3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.723964394 L4_chemical_A1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.379587124 L4_chemical_A2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.96771597 L4_chemical_A3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.473924792 L4_chemical_B1 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.278207795 L4_chemical_B2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.550497319 L4_chemical_B3 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 10.14703781 L4_chemical_C2 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.12545647 L4_chemical_C3 +LQ04X015920 V-type proton ATPase subunit E 11.65116666 C6_control_A1 +LQ04X015920 V-type proton ATPase subunit E 11.40837287 C6_control_A3 +LQ04X015920 V-type proton ATPase subunit E 11.97342482 C6_control_B1 +LQ04X015920 V-type proton ATPase subunit E 12.49902108 C6_control_B2 +LQ04X015920 V-type proton ATPase subunit E 12.2086302 C6_control_B3 +LQ04X015920 V-type proton ATPase subunit E 12.08737095 C6_control_C1 +LQ04X015920 V-type proton ATPase subunit E 12.54164228 C6_control_C2 +LQ04X015920 V-type proton ATPase subunit E 13.05843165 C6_control_C3 +LQ04X015920 V-type proton ATPase subunit E 11.81376157 C6_chemical_A1 +LQ04X015920 V-type proton ATPase subunit E 11.09635232 C6_chemical_A3 +LQ04X015920 V-type proton ATPase subunit E 11.85329798 C6_chemical_B1 +LQ04X015920 V-type proton ATPase subunit E 12.14051723 C6_chemical_B2 +LQ04X015920 V-type proton ATPase subunit E 12.56985653 C6_chemical_B3 +LQ04X015920 V-type proton ATPase subunit E 11.55685381 C6_chemical_C1 +LQ04X015920 V-type proton ATPase subunit E 11.86872255 C6_chemical_C2 +LQ04X015920 V-type proton ATPase subunit E 11.52103913 C6_chemical_C3 +LQ04X015920 V-type proton ATPase subunit E 11.7880337 L4_control_A1 +LQ04X015920 V-type proton ATPase subunit E 11.60209244 L4_control_A2 +LQ04X015920 V-type proton ATPase subunit E 11.99036614 L4_control_A3 +LQ04X015920 V-type proton ATPase subunit E 12.07226389 L4_control_B1 +LQ04X015920 V-type proton ATPase subunit E 11.72265635 L4_control_B2 +LQ04X015920 V-type proton ATPase subunit E 13.80745317 L4_control_B3 +LQ04X015920 V-type proton ATPase subunit E 11.46263218 L4_control_C2 +LQ04X015920 V-type proton ATPase subunit E 12.85866053 L4_control_C3 +LQ04X015920 V-type proton ATPase subunit E 11.78292962 L4_chemical_A1 +LQ04X015920 V-type proton ATPase subunit E 11.4805437 L4_chemical_A2 +LQ04X015920 V-type proton ATPase subunit E 12.2177039 L4_chemical_A3 +LQ04X015920 V-type proton ATPase subunit E 12.33331545 L4_chemical_B1 +LQ04X015920 V-type proton ATPase subunit E 12.00472881 L4_chemical_B2 +LQ04X015920 V-type proton ATPase subunit E 12.17085805 L4_chemical_B3 +LQ04X015920 V-type proton ATPase subunit E 11.35756309 L4_chemical_C2 +LQ04X015920 V-type proton ATPase subunit E 13.02438283 L4_chemical_C3 +LQ04X016020 Putative uncharacterized protein 5.024915522 C6_control_A1 +LQ04X016020 Putative uncharacterized protein 5.481033832 C6_control_A3 +LQ04X016020 Putative uncharacterized protein 6.132710762 C6_control_B1 +LQ04X016020 Putative uncharacterized protein 5.172441264 C6_control_B2 +LQ04X016020 Putative uncharacterized protein 5.324500706 C6_control_B3 +LQ04X016020 Putative uncharacterized protein 5.339525249 C6_control_C1 +LQ04X016020 Putative uncharacterized protein 4.923397103 C6_control_C2 +LQ04X016020 Putative uncharacterized protein 4.925851473 C6_control_C3 +LQ04X016020 Putative uncharacterized protein 5.201789074 C6_chemical_A1 +LQ04X016020 Putative uncharacterized protein 5.513366889 C6_chemical_A3 +LQ04X016020 Putative uncharacterized protein 6.360061604 C6_chemical_B1 +LQ04X016020 Putative uncharacterized protein 5.288550391 C6_chemical_B2 +LQ04X016020 Putative uncharacterized protein 5.424226268 C6_chemical_B3 +LQ04X016020 Putative uncharacterized protein 5.028076992 C6_chemical_C1 +LQ04X016020 Putative uncharacterized protein 5.310716236 C6_chemical_C2 +LQ04X016020 Putative uncharacterized protein 4.825688455 C6_chemical_C3 +LQ04X016020 Putative uncharacterized protein 5.460830869 L4_control_A1 +LQ04X016020 Putative uncharacterized protein 4.967517796 L4_control_A2 +LQ04X016020 Putative uncharacterized protein 5.280503551 L4_control_A3 +LQ04X016020 Putative uncharacterized protein 5.664096016 L4_control_B1 +LQ04X016020 Putative uncharacterized protein 5.492295641 L4_control_B2 +LQ04X016020 Putative uncharacterized protein 5.096082148 L4_control_B3 +LQ04X016020 Putative uncharacterized protein 5.241979711 L4_control_C2 +LQ04X016020 Putative uncharacterized protein 4.912253005 L4_control_C3 +LQ04X016020 Putative uncharacterized protein 5.072904947 L4_chemical_A1 +LQ04X016020 Putative uncharacterized protein 5.172700323 L4_chemical_A2 +LQ04X016020 Putative uncharacterized protein 4.930096826 L4_chemical_A3 +LQ04X016020 Putative uncharacterized protein 5.34703519 L4_chemical_B1 +LQ04X016020 Putative uncharacterized protein 4.849242222 L4_chemical_B2 +LQ04X016020 Putative uncharacterized protein 5.07405016 L4_chemical_B3 +LQ04X016020 Putative uncharacterized protein 5.703773228 L4_chemical_C2 +LQ04X016020 Putative uncharacterized protein 6.049892902 L4_chemical_C3 +LQ04X016040 Thioredoxin H-type 13.15315186 C6_control_A1 +LQ04X016040 Thioredoxin H-type 12.89328982 C6_control_A3 +LQ04X016040 Thioredoxin H-type 12.97354263 C6_control_B1 +LQ04X016040 Thioredoxin H-type 13.00177706 C6_control_B2 +LQ04X016040 Thioredoxin H-type 13.19035019 C6_control_B3 +LQ04X016040 Thioredoxin H-type 12.74220056 C6_control_C1 +LQ04X016040 Thioredoxin H-type 12.6724809 C6_control_C2 +LQ04X016040 Thioredoxin H-type 12.82859687 C6_control_C3 +LQ04X016040 Thioredoxin H-type 13.06725526 C6_chemical_A1 +LQ04X016040 Thioredoxin H-type 12.8735873 C6_chemical_A3 +LQ04X016040 Thioredoxin H-type 12.84124787 C6_chemical_B1 +LQ04X016040 Thioredoxin H-type 13.12149576 C6_chemical_B2 +LQ04X016040 Thioredoxin H-type 13.0088343 C6_chemical_B3 +LQ04X016040 Thioredoxin H-type 12.62267089 C6_chemical_C1 +LQ04X016040 Thioredoxin H-type 12.83810023 C6_chemical_C2 +LQ04X016040 Thioredoxin H-type 12.73137302 C6_chemical_C3 +LQ04X016040 Thioredoxin H-type 12.47460374 L4_control_A1 +LQ04X016040 Thioredoxin H-type 12.12836403 L4_control_A2 +LQ04X016040 Thioredoxin H-type 11.7392972 L4_control_A3 +LQ04X016040 Thioredoxin H-type 12.08843554 L4_control_B1 +LQ04X016040 Thioredoxin H-type 12.40435389 L4_control_B2 +LQ04X016040 Thioredoxin H-type 12.51511779 L4_control_B3 +LQ04X016040 Thioredoxin H-type 12.41693684 L4_control_C2 +LQ04X016040 Thioredoxin H-type 11.815996 L4_control_C3 +LQ04X016040 Thioredoxin H-type 12.20517865 L4_chemical_A1 +LQ04X016040 Thioredoxin H-type 12.23872933 L4_chemical_A2 +LQ04X016040 Thioredoxin H-type 11.85811809 L4_chemical_A3 +LQ04X016040 Thioredoxin H-type 12.28645061 L4_chemical_B1 +LQ04X016040 Thioredoxin H-type 12.34533689 L4_chemical_B2 +LQ04X016040 Thioredoxin H-type 12.70185047 L4_chemical_B3 +LQ04X016040 Thioredoxin H-type 12.37832435 L4_chemical_C2 +LQ04X016040 Thioredoxin H-type 11.88946813 L4_chemical_C3 +LQ04X016050 Receptor-like protein kinase FERONIA 11.2372992 C6_control_A1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.4680835 C6_control_A3 +LQ04X016050 Receptor-like protein kinase FERONIA 11.45481266 C6_control_B1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.99648445 C6_control_B2 +LQ04X016050 Receptor-like protein kinase FERONIA 11.74672988 C6_control_B3 +LQ04X016050 Receptor-like protein kinase FERONIA 9.967032254 C6_control_C1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.05457515 C6_control_C2 +LQ04X016050 Receptor-like protein kinase FERONIA 9.915184609 C6_control_C3 +LQ04X016050 Receptor-like protein kinase FERONIA 11.46406786 C6_chemical_A1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.74288974 C6_chemical_A3 +LQ04X016050 Receptor-like protein kinase FERONIA 11.68962425 C6_chemical_B1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.97897186 C6_chemical_B2 +LQ04X016050 Receptor-like protein kinase FERONIA 11.72285012 C6_chemical_B3 +LQ04X016050 Receptor-like protein kinase FERONIA 10.22510667 C6_chemical_C1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.10991215 C6_chemical_C2 +LQ04X016050 Receptor-like protein kinase FERONIA 9.954517569 C6_chemical_C3 +LQ04X016050 Receptor-like protein kinase FERONIA 11.13057357 L4_control_A1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.83454738 L4_control_A2 +LQ04X016050 Receptor-like protein kinase FERONIA 11.4987443 L4_control_A3 +LQ04X016050 Receptor-like protein kinase FERONIA 11.3791586 L4_control_B1 +LQ04X016050 Receptor-like protein kinase FERONIA 11.75494418 L4_control_B2 +LQ04X016050 Receptor-like protein kinase FERONIA 11.58583669 L4_control_B3 +LQ04X016050 Receptor-like protein kinase FERONIA 10.42938934 L4_control_C2 +LQ04X016050 Receptor-like protein kinase FERONIA 11.24049318 L4_control_C3 +LQ04X016050 Receptor-like protein kinase FERONIA 10.56502972 L4_chemical_A1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.14433406 L4_chemical_A2 +LQ04X016050 Receptor-like protein kinase FERONIA 11.45789441 L4_chemical_A3 +LQ04X016050 Receptor-like protein kinase FERONIA 11.04281777 L4_chemical_B1 +LQ04X016050 Receptor-like protein kinase FERONIA 10.91132525 L4_chemical_B2 +LQ04X016050 Receptor-like protein kinase FERONIA 11.74279066 L4_chemical_B3 +LQ04X016050 Receptor-like protein kinase FERONIA 10.52734476 L4_chemical_C2 +LQ04X016050 Receptor-like protein kinase FERONIA 10.90501899 L4_chemical_C3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.771109863 C6_control_A1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.028441909 C6_control_A3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.277873495 C6_control_B1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.234488614 C6_control_B2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 7.994839569 C6_control_B3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.196507562 C6_control_C1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.004027542 C6_control_C2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.683757154 C6_control_C3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.692631254 C6_chemical_A1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.363901735 C6_chemical_A3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 7.595291547 C6_chemical_B1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.084921979 C6_chemical_B2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 7.191773422 C6_chemical_B3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.478159391 C6_chemical_C1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.77593175 C6_chemical_C2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.607278278 C6_chemical_C3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.926923029 L4_control_A1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.433032562 L4_control_A2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 10.22607664 L4_control_A3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 6.833553737 L4_control_B1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.23111895 L4_control_B2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 7.014224783 L4_control_B3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.075996454 L4_control_C2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.577325709 L4_control_C3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 11.16038005 L4_chemical_A1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 10.72343172 L4_chemical_A2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 10.66679455 L4_chemical_A3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.361045299 L4_chemical_B1 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.283316719 L4_chemical_B2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 7.805005042 L4_chemical_B3 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.784586368 L4_chemical_C2 +LQ04X016080 Serine/threonine-protein kinase AtPK19 9.811193748 L4_chemical_C3 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.08732359 C6_control_A1 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.14303897 C6_control_A3 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.00934621 C6_control_B1 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.04893551 C6_control_B2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.8863425 C6_control_B3 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.0362408 C6_control_C1 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.7341535 C6_control_C2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.843047 C6_control_C3 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.99538794 C6_chemical_A1 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.19436528 C6_chemical_A3 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.76327065 C6_chemical_B1 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.22276096 C6_chemical_B2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.6435489 C6_chemical_B3 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.06652435 C6_chemical_C1 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.01459459 C6_chemical_C2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.82340415 C6_chemical_C3 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.19192898 L4_control_A1 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.80513915 L4_control_A2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.40454948 L4_control_A3 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.66781197 L4_control_B1 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.35587356 L4_control_B2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.40265535 L4_control_B3 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.52640852 L4_control_C2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.48560222 L4_control_C3 +LQ04X016110 Putative Transcription elongation factor A protein 2 12.0064394 L4_chemical_A1 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.60666544 L4_chemical_A2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.43749055 L4_chemical_A3 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.65834143 L4_chemical_B1 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.5167023 L4_chemical_B2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.52921513 L4_chemical_B3 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.42125009 L4_chemical_C2 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.51403924 L4_chemical_C3 +LQ04X016120 Phospholipid-transporting ATPase 1 7.60280661 C6_control_A1 +LQ04X016120 Phospholipid-transporting ATPase 1 7.300259196 C6_control_A3 +LQ04X016120 Phospholipid-transporting ATPase 1 6.540789502 C6_control_B1 +LQ04X016120 Phospholipid-transporting ATPase 1 6.394773319 C6_control_B2 +LQ04X016120 Phospholipid-transporting ATPase 1 7.359473988 C6_control_B3 +LQ04X016120 Phospholipid-transporting ATPase 1 5.8771613 C6_control_C1 +LQ04X016120 Phospholipid-transporting ATPase 1 6.574511647 C6_control_C2 +LQ04X016120 Phospholipid-transporting ATPase 1 6.201358085 C6_control_C3 +LQ04X016120 Phospholipid-transporting ATPase 1 7.411384868 C6_chemical_A1 +LQ04X016120 Phospholipid-transporting ATPase 1 6.82555406 C6_chemical_A3 +LQ04X016120 Phospholipid-transporting ATPase 1 6.764111466 C6_chemical_B1 +LQ04X016120 Phospholipid-transporting ATPase 1 6.383031519 C6_chemical_B2 +LQ04X016120 Phospholipid-transporting ATPase 1 6.906170613 C6_chemical_B3 +LQ04X016120 Phospholipid-transporting ATPase 1 5.836444254 C6_chemical_C1 +LQ04X016120 Phospholipid-transporting ATPase 1 5.887710082 C6_chemical_C2 +LQ04X016120 Phospholipid-transporting ATPase 1 6.128552513 C6_chemical_C3 +LQ04X016120 Phospholipid-transporting ATPase 1 6.852781355 L4_control_A1 +LQ04X016120 Phospholipid-transporting ATPase 1 7.71239481 L4_control_A2 +LQ04X016120 Phospholipid-transporting ATPase 1 7.938958477 L4_control_A3 +LQ04X016120 Phospholipid-transporting ATPase 1 6.458113561 L4_control_B1 +LQ04X016120 Phospholipid-transporting ATPase 1 6.435470739 L4_control_B2 +LQ04X016120 Phospholipid-transporting ATPase 1 7.150295555 L4_control_B3 +LQ04X016120 Phospholipid-transporting ATPase 1 7.672409717 L4_control_C2 +LQ04X016120 Phospholipid-transporting ATPase 1 6.148326057 L4_control_C3 +LQ04X016120 Phospholipid-transporting ATPase 1 6.575360399 L4_chemical_A1 +LQ04X016120 Phospholipid-transporting ATPase 1 7.968709793 L4_chemical_A2 +LQ04X016120 Phospholipid-transporting ATPase 1 8.112342647 L4_chemical_A3 +LQ04X016120 Phospholipid-transporting ATPase 1 6.787748512 L4_chemical_B1 +LQ04X016120 Phospholipid-transporting ATPase 1 6.77524441 L4_chemical_B2 +LQ04X016120 Phospholipid-transporting ATPase 1 6.83019375 L4_chemical_B3 +LQ04X016120 Phospholipid-transporting ATPase 1 8.902692579 L4_chemical_C2 +LQ04X016120 Phospholipid-transporting ATPase 1 7.123352976 L4_chemical_C3 +LQ04X016130 Predicted protein 5.265499878 C6_control_A1 +LQ04X016130 Predicted protein 5.666194595 C6_control_A3 +LQ04X016130 Predicted protein 4.928384005 C6_control_B1 +LQ04X016130 Predicted protein 5.235088938 C6_control_B2 +LQ04X016130 Predicted protein 5.49313041 C6_control_B3 +LQ04X016130 Predicted protein 4.937425918 C6_control_C1 +LQ04X016130 Predicted protein 5.036429531 C6_control_C2 +LQ04X016130 Predicted protein 5.081911973 C6_control_C3 +LQ04X016130 Predicted protein 5.198717436 C6_chemical_A1 +LQ04X016130 Predicted protein 5.436656354 C6_chemical_A3 +LQ04X016130 Predicted protein 5.082232327 C6_chemical_B1 +LQ04X016130 Predicted protein 5.069347981 C6_chemical_B2 +LQ04X016130 Predicted protein 5.341763692 C6_chemical_B3 +LQ04X016130 Predicted protein 5.064997599 C6_chemical_C1 +LQ04X016130 Predicted protein 5.005096114 C6_chemical_C2 +LQ04X016130 Predicted protein 5.042641856 C6_chemical_C3 +LQ04X016130 Predicted protein 5.265839421 L4_control_A1 +LQ04X016130 Predicted protein 5.211966198 L4_control_A2 +LQ04X016130 Predicted protein 5.95016261 L4_control_A3 +LQ04X016130 Predicted protein 5.307597774 L4_control_B1 +LQ04X016130 Predicted protein 6.143220444 L4_control_B2 +LQ04X016130 Predicted protein 5.107674676 L4_control_B3 +LQ04X016130 Predicted protein 5.391636126 L4_control_C2 +LQ04X016130 Predicted protein 5.574486667 L4_control_C3 +LQ04X016130 Predicted protein 5.243279113 L4_chemical_A1 +LQ04X016130 Predicted protein 5.427246589 L4_chemical_A2 +LQ04X016130 Predicted protein 5.528768367 L4_chemical_A3 +LQ04X016130 Predicted protein 5.519186264 L4_chemical_B1 +LQ04X016130 Predicted protein 5.22634123 L4_chemical_B2 +LQ04X016130 Predicted protein 5.339142663 L4_chemical_B3 +LQ04X016130 Predicted protein 5.72342761 L4_chemical_C2 +LQ04X016130 Predicted protein 5.326194666 L4_chemical_C3 +LQ04X016160 Hypothetical protein 4.592196173 C6_control_A1 +LQ04X016160 Hypothetical protein 4.73992788 C6_control_A3 +LQ04X016160 Hypothetical protein 4.736298476 C6_control_B1 +LQ04X016160 Hypothetical protein 4.849749035 C6_control_B2 +LQ04X016160 Hypothetical protein 4.950527908 C6_control_B3 +LQ04X016160 Hypothetical protein 4.941405007 C6_control_C1 +LQ04X016160 Hypothetical protein 4.700493593 C6_control_C2 +LQ04X016160 Hypothetical protein 4.875975732 C6_control_C3 +LQ04X016160 Hypothetical protein 4.637306469 C6_chemical_A1 +LQ04X016160 Hypothetical protein 4.932378096 C6_chemical_A3 +LQ04X016160 Hypothetical protein 4.97827763 C6_chemical_B1 +LQ04X016160 Hypothetical protein 4.790673318 C6_chemical_B2 +LQ04X016160 Hypothetical protein 4.877160652 C6_chemical_B3 +LQ04X016160 Hypothetical protein 5.004942976 C6_chemical_C1 +LQ04X016160 Hypothetical protein 4.717945062 C6_chemical_C2 +LQ04X016160 Hypothetical protein 4.800893193 C6_chemical_C3 +LQ04X016160 Hypothetical protein 4.999860468 L4_control_A1 +LQ04X016160 Hypothetical protein 5.009911391 L4_control_A2 +LQ04X016160 Hypothetical protein 4.906679981 L4_control_A3 +LQ04X016160 Hypothetical protein 5.716721309 L4_control_B1 +LQ04X016160 Hypothetical protein 4.853358928 L4_control_B2 +LQ04X016160 Hypothetical protein 5.031366313 L4_control_B3 +LQ04X016160 Hypothetical protein 4.95184337 L4_control_C2 +LQ04X016160 Hypothetical protein 4.876816945 L4_control_C3 +LQ04X016160 Hypothetical protein 4.925232968 L4_chemical_A1 +LQ04X016160 Hypothetical protein 4.780893005 L4_chemical_A2 +LQ04X016160 Hypothetical protein 5.008441897 L4_chemical_A3 +LQ04X016160 Hypothetical protein 5.33281446 L4_chemical_B1 +LQ04X016160 Hypothetical protein 4.8813182 L4_chemical_B2 +LQ04X016160 Hypothetical protein 4.814548009 L4_chemical_B3 +LQ04X016160 Hypothetical protein 4.816936155 L4_chemical_C2 +LQ04X016160 Hypothetical protein 5.140995923 L4_chemical_C3 +LQ04X016170 Predicted protein 5.57082216 C6_control_A1 +LQ04X016170 Predicted protein 6.006697057 C6_control_A3 +LQ04X016170 Predicted protein 5.61447575 C6_control_B1 +LQ04X016170 Predicted protein 5.340190803 C6_control_B2 +LQ04X016170 Predicted protein 5.362421047 C6_control_B3 +LQ04X016170 Predicted protein 4.891406874 C6_control_C1 +LQ04X016170 Predicted protein 5.819606976 C6_control_C2 +LQ04X016170 Predicted protein 5.329134785 C6_control_C3 +LQ04X016170 Predicted protein 5.923116898 C6_chemical_A1 +LQ04X016170 Predicted protein 5.301057851 C6_chemical_A3 +LQ04X016170 Predicted protein 5.484331631 C6_chemical_B1 +LQ04X016170 Predicted protein 5.498504972 C6_chemical_B2 +LQ04X016170 Predicted protein 5.487087123 C6_chemical_B3 +LQ04X016170 Predicted protein 5.386409934 C6_chemical_C1 +LQ04X016170 Predicted protein 5.452299284 C6_chemical_C2 +LQ04X016170 Predicted protein 5.275192865 C6_chemical_C3 +LQ04X016170 Predicted protein 5.32911493 L4_control_A1 +LQ04X016170 Predicted protein 5.553138511 L4_control_A2 +LQ04X016170 Predicted protein 6.12836299 L4_control_A3 +LQ04X016170 Predicted protein 6.166441175 L4_control_B1 +LQ04X016170 Predicted protein 5.563448914 L4_control_B2 +LQ04X016170 Predicted protein 5.360429645 L4_control_B3 +LQ04X016170 Predicted protein 4.924400774 L4_control_C2 +LQ04X016170 Predicted protein 5.662879761 L4_control_C3 +LQ04X016170 Predicted protein 5.718631891 L4_chemical_A1 +LQ04X016170 Predicted protein 5.303006115 L4_chemical_A2 +LQ04X016170 Predicted protein 6.425480386 L4_chemical_A3 +LQ04X016170 Predicted protein 5.64154234 L4_chemical_B1 +LQ04X016170 Predicted protein 6.13317495 L4_chemical_B2 +LQ04X016170 Predicted protein 5.346801133 L4_chemical_B3 +LQ04X016170 Predicted protein 5.175431191 L4_chemical_C2 +LQ04X016170 Predicted protein 5.226352187 L4_chemical_C3 +LQ04X016180 Hypothetical protein 12.05609925 C6_control_A1 +LQ04X016180 Hypothetical protein 12.37027058 C6_control_A3 +LQ04X016180 Hypothetical protein 11.50065977 C6_control_B1 +LQ04X016180 Hypothetical protein 11.77332307 C6_control_B2 +LQ04X016180 Hypothetical protein 11.79843856 C6_control_B3 +LQ04X016180 Hypothetical protein 12.2253017 C6_control_C1 +LQ04X016180 Hypothetical protein 12.13722969 C6_control_C2 +LQ04X016180 Hypothetical protein 12.03544656 C6_control_C3 +LQ04X016180 Hypothetical protein 11.89580048 C6_chemical_A1 +LQ04X016180 Hypothetical protein 11.51923569 C6_chemical_A3 +LQ04X016180 Hypothetical protein 11.62470684 C6_chemical_B1 +LQ04X016180 Hypothetical protein 11.71942051 C6_chemical_B2 +LQ04X016180 Hypothetical protein 11.78828762 C6_chemical_B3 +LQ04X016180 Hypothetical protein 12.44443347 C6_chemical_C1 +LQ04X016180 Hypothetical protein 12.57226475 C6_chemical_C2 +LQ04X016180 Hypothetical protein 12.42744854 C6_chemical_C3 +LQ04X016180 Hypothetical protein 11.8243264 L4_control_A1 +LQ04X016180 Hypothetical protein 12.53844425 L4_control_A2 +LQ04X016180 Hypothetical protein 12.07608661 L4_control_A3 +LQ04X016180 Hypothetical protein 11.81611497 L4_control_B1 +LQ04X016180 Hypothetical protein 11.29506599 L4_control_B2 +LQ04X016180 Hypothetical protein 11.15132767 L4_control_B3 +LQ04X016180 Hypothetical protein 11.98062772 L4_control_C2 +LQ04X016180 Hypothetical protein 11.6517501 L4_control_C3 +LQ04X016180 Hypothetical protein 11.8539133 L4_chemical_A1 +LQ04X016180 Hypothetical protein 12.5904748 L4_chemical_A2 +LQ04X016180 Hypothetical protein 11.67543425 L4_chemical_A3 +LQ04X016180 Hypothetical protein 11.83336769 L4_chemical_B1 +LQ04X016180 Hypothetical protein 12.16170409 L4_chemical_B2 +LQ04X016180 Hypothetical protein 11.4456987 L4_chemical_B3 +LQ04X016180 Hypothetical protein 12.14517867 L4_chemical_C2 +LQ04X016180 Hypothetical protein 12.04963172 L4_chemical_C3 +LQ04X016190 Vacuolar-sorting receptor 1 4.814172084 C6_control_A1 +LQ04X016190 Vacuolar-sorting receptor 1 4.951971324 C6_control_A3 +LQ04X016190 Vacuolar-sorting receptor 1 4.646845767 C6_control_B1 +LQ04X016190 Vacuolar-sorting receptor 1 4.930861865 C6_control_B2 +LQ04X016190 Vacuolar-sorting receptor 1 4.833594539 C6_control_B3 +LQ04X016190 Vacuolar-sorting receptor 1 4.796395977 C6_control_C1 +LQ04X016190 Vacuolar-sorting receptor 1 4.774855289 C6_control_C2 +LQ04X016190 Vacuolar-sorting receptor 1 4.91491585 C6_control_C3 +LQ04X016190 Vacuolar-sorting receptor 1 4.893025446 C6_chemical_A1 +LQ04X016190 Vacuolar-sorting receptor 1 4.98430965 C6_chemical_A3 +LQ04X016190 Vacuolar-sorting receptor 1 4.557984672 C6_chemical_B1 +LQ04X016190 Vacuolar-sorting receptor 1 4.817622915 C6_chemical_B2 +LQ04X016190 Vacuolar-sorting receptor 1 4.721797199 C6_chemical_B3 +LQ04X016190 Vacuolar-sorting receptor 1 4.874373957 C6_chemical_C1 +LQ04X016190 Vacuolar-sorting receptor 1 4.675853053 C6_chemical_C2 +LQ04X016190 Vacuolar-sorting receptor 1 4.947189093 C6_chemical_C3 +LQ04X016190 Vacuolar-sorting receptor 1 4.824026601 L4_control_A1 +LQ04X016190 Vacuolar-sorting receptor 1 5.311547589 L4_control_A2 +LQ04X016190 Vacuolar-sorting receptor 1 5.549066525 L4_control_A3 +LQ04X016190 Vacuolar-sorting receptor 1 6.031982409 L4_control_B1 +LQ04X016190 Vacuolar-sorting receptor 1 5.170027902 L4_control_B2 +LQ04X016190 Vacuolar-sorting receptor 1 4.772501087 L4_control_B3 +LQ04X016190 Vacuolar-sorting receptor 1 5.939895258 L4_control_C2 +LQ04X016190 Vacuolar-sorting receptor 1 5.714448878 L4_control_C3 +LQ04X016190 Vacuolar-sorting receptor 1 4.945521443 L4_chemical_A1 +LQ04X016190 Vacuolar-sorting receptor 1 4.728703888 L4_chemical_A2 +LQ04X016190 Vacuolar-sorting receptor 1 5.305519705 L4_chemical_A3 +LQ04X016190 Vacuolar-sorting receptor 1 5.191844317 L4_chemical_B1 +LQ04X016190 Vacuolar-sorting receptor 1 5.382250313 L4_chemical_B2 +LQ04X016190 Vacuolar-sorting receptor 1 4.759033275 L4_chemical_B3 +LQ04X016190 Vacuolar-sorting receptor 1 6.383112416 L4_chemical_C2 +LQ04X016190 Vacuolar-sorting receptor 1 5.644704244 L4_chemical_C3 +LQ04X016220 Putative uncharacterized protein 11.74793 C6_control_A1 +LQ04X016220 Putative uncharacterized protein 11.56209184 C6_control_A3 +LQ04X016220 Putative uncharacterized protein 11.82055047 C6_control_B1 +LQ04X016220 Putative uncharacterized protein 12.06714395 C6_control_B2 +LQ04X016220 Putative uncharacterized protein 12.0125717 C6_control_B3 +LQ04X016220 Putative uncharacterized protein 12.26943941 C6_control_C1 +LQ04X016220 Putative uncharacterized protein 12.01634549 C6_control_C2 +LQ04X016220 Putative uncharacterized protein 12.14819387 C6_control_C3 +LQ04X016220 Putative uncharacterized protein 11.74925989 C6_chemical_A1 +LQ04X016220 Putative uncharacterized protein 11.64572807 C6_chemical_A3 +LQ04X016220 Putative uncharacterized protein 11.72022409 C6_chemical_B1 +LQ04X016220 Putative uncharacterized protein 12.00542676 C6_chemical_B2 +LQ04X016220 Putative uncharacterized protein 11.72100561 C6_chemical_B3 +LQ04X016220 Putative uncharacterized protein 12.13175373 C6_chemical_C1 +LQ04X016220 Putative uncharacterized protein 12.10762843 C6_chemical_C2 +LQ04X016220 Putative uncharacterized protein 11.89982705 C6_chemical_C3 +LQ04X016220 Putative uncharacterized protein 11.47068132 L4_control_A1 +LQ04X016220 Putative uncharacterized protein 11.99638807 L4_control_A2 +LQ04X016220 Putative uncharacterized protein 11.443341 L4_control_A3 +LQ04X016220 Putative uncharacterized protein 11.85757071 L4_control_B1 +LQ04X016220 Putative uncharacterized protein 11.64586272 L4_control_B2 +LQ04X016220 Putative uncharacterized protein 11.84818576 L4_control_B3 +LQ04X016220 Putative uncharacterized protein 12.02770459 L4_control_C2 +LQ04X016220 Putative uncharacterized protein 11.77601869 L4_control_C3 +LQ04X016220 Putative uncharacterized protein 11.58280414 L4_chemical_A1 +LQ04X016220 Putative uncharacterized protein 12.02396342 L4_chemical_A2 +LQ04X016220 Putative uncharacterized protein 11.30656903 L4_chemical_A3 +LQ04X016220 Putative uncharacterized protein 11.79281381 L4_chemical_B1 +LQ04X016220 Putative uncharacterized protein 11.46597193 L4_chemical_B2 +LQ04X016220 Putative uncharacterized protein 11.60792662 L4_chemical_B3 +LQ04X016220 Putative uncharacterized protein 12.02609991 L4_chemical_C2 +LQ04X016220 Putative uncharacterized protein 11.98755763 L4_chemical_C3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.496508361 C6_control_A1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.689038135 C6_control_A3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.325444502 C6_control_B1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.123775052 C6_control_B2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.357944884 C6_control_B3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.508290501 C6_control_C1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.975776801 C6_control_C2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.045807333 C6_control_C3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.357469116 C6_chemical_A1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.878634186 C6_chemical_A3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 6.484701921 C6_chemical_B1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.770086772 C6_chemical_B2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.093029546 C6_chemical_B3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.898245221 C6_chemical_C1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.461696288 C6_chemical_C2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.44820066 C6_chemical_C3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.823097525 L4_control_A1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.71996758 L4_control_A2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.86734804 L4_control_A3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 6.748652548 L4_control_B1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.929979846 L4_control_B2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.821968455 L4_control_B3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 9.845860571 L4_control_C2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 9.252648142 L4_control_C3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.842591041 L4_chemical_A1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.94907506 L4_chemical_A2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 8.546806142 L4_chemical_A3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.188291033 L4_chemical_B1 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.927896957 L4_chemical_B2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.989525043 L4_chemical_B3 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 10.02486852 L4_chemical_C2 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 9.648071641 L4_chemical_C3 +LQ04X016280 Elongation factor P 12.80933741 C6_control_A1 +LQ04X016280 Elongation factor P 12.64525735 C6_control_A3 +LQ04X016280 Elongation factor P 12.79310932 C6_control_B1 +LQ04X016280 Elongation factor P 13.47660483 C6_control_B2 +LQ04X016280 Elongation factor P 12.65889204 C6_control_B3 +LQ04X016280 Elongation factor P 13.09635378 C6_control_C1 +LQ04X016280 Elongation factor P 13.03694358 C6_control_C2 +LQ04X016280 Elongation factor P 12.32636127 C6_control_C3 +LQ04X016280 Elongation factor P 12.87913575 C6_chemical_A1 +LQ04X016280 Elongation factor P 12.59580785 C6_chemical_A3 +LQ04X016280 Elongation factor P 12.76562065 C6_chemical_B1 +LQ04X016280 Elongation factor P 13.36559508 C6_chemical_B2 +LQ04X016280 Elongation factor P 11.94776721 C6_chemical_B3 +LQ04X016280 Elongation factor P 13.16874691 C6_chemical_C1 +LQ04X016280 Elongation factor P 12.8372772 C6_chemical_C2 +LQ04X016280 Elongation factor P 11.70324403 C6_chemical_C3 +LQ04X016280 Elongation factor P 12.30251121 L4_control_A1 +LQ04X016280 Elongation factor P 12.91243755 L4_control_A2 +LQ04X016280 Elongation factor P 12.18940805 L4_control_A3 +LQ04X016280 Elongation factor P 12.16274181 L4_control_B1 +LQ04X016280 Elongation factor P 12.14131997 L4_control_B2 +LQ04X016280 Elongation factor P 11.61496478 L4_control_B3 +LQ04X016280 Elongation factor P 12.92390252 L4_control_C2 +LQ04X016280 Elongation factor P 11.68102209 L4_control_C3 +LQ04X016280 Elongation factor P 11.87053929 L4_chemical_A1 +LQ04X016280 Elongation factor P 12.44530841 L4_chemical_A2 +LQ04X016280 Elongation factor P 11.90080322 L4_chemical_A3 +LQ04X016280 Elongation factor P 12.29225918 L4_chemical_B1 +LQ04X016280 Elongation factor P 12.54444522 L4_chemical_B2 +LQ04X016280 Elongation factor P 11.4883282 L4_chemical_B3 +LQ04X016280 Elongation factor P 12.96393887 L4_chemical_C2 +LQ04X016280 Elongation factor P 11.75758603 L4_chemical_C3 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.624698548 C6_control_A1 +LQ04X016290 B3 domain-containing protein Os07g0679700 8.200403255 C6_control_A3 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.755986132 C6_control_B1 +LQ04X016290 B3 domain-containing protein Os07g0679700 8.036136942 C6_control_B2 +LQ04X016290 B3 domain-containing protein Os07g0679700 8.253894866 C6_control_B3 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.273458232 C6_control_C1 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.392785619 C6_control_C2 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.3814767 C6_control_C3 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.662207423 C6_chemical_A1 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.804718636 C6_chemical_A3 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.33049565 C6_chemical_B1 +LQ04X016290 B3 domain-containing protein Os07g0679700 8.338755048 C6_chemical_B2 +LQ04X016290 B3 domain-containing protein Os07g0679700 8.295198963 C6_chemical_B3 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.43711189 C6_chemical_C1 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.163827449 C6_chemical_C2 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.743678758 C6_chemical_C3 +LQ04X016290 B3 domain-containing protein Os07g0679700 6.573358648 L4_control_A1 +LQ04X016290 B3 domain-containing protein Os07g0679700 6.080994617 L4_control_A2 +LQ04X016290 B3 domain-containing protein Os07g0679700 6.239799725 L4_control_A3 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.166393849 L4_control_B1 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.083056854 L4_control_B2 +LQ04X016290 B3 domain-containing protein Os07g0679700 6.623823044 L4_control_B3 +LQ04X016290 B3 domain-containing protein Os07g0679700 6.461592409 L4_control_C2 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.207221341 L4_control_C3 +LQ04X016290 B3 domain-containing protein Os07g0679700 6.908227163 L4_chemical_A1 +LQ04X016290 B3 domain-containing protein Os07g0679700 5.860792606 L4_chemical_A2 +LQ04X016290 B3 domain-containing protein Os07g0679700 6.15010112 L4_chemical_A3 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.410551488 L4_chemical_B1 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.359953518 L4_chemical_B2 +LQ04X016290 B3 domain-containing protein Os07g0679700 6.662397611 L4_chemical_B3 +LQ04X016290 B3 domain-containing protein Os07g0679700 5.937037036 L4_chemical_C2 +LQ04X016290 B3 domain-containing protein Os07g0679700 5.774754325 L4_chemical_C3 +LQ04X016330 Protein kinase atsik, putative 8.618248721 C6_control_A1 +LQ04X016330 Protein kinase atsik, putative 8.101296943 C6_control_A3 +LQ04X016330 Protein kinase atsik, putative 8.31320855 C6_control_B1 +LQ04X016330 Protein kinase atsik, putative 8.098313278 C6_control_B2 +LQ04X016330 Protein kinase atsik, putative 9.167841766 C6_control_B3 +LQ04X016330 Protein kinase atsik, putative 9.401482293 C6_control_C1 +LQ04X016330 Protein kinase atsik, putative 9.289416021 C6_control_C2 +LQ04X016330 Protein kinase atsik, putative 9.388112609 C6_control_C3 +LQ04X016330 Protein kinase atsik, putative 8.836969519 C6_chemical_A1 +LQ04X016330 Protein kinase atsik, putative 8.752174204 C6_chemical_A3 +LQ04X016330 Protein kinase atsik, putative 8.567295355 C6_chemical_B1 +LQ04X016330 Protein kinase atsik, putative 7.902013551 C6_chemical_B2 +LQ04X016330 Protein kinase atsik, putative 8.577468668 C6_chemical_B3 +LQ04X016330 Protein kinase atsik, putative 9.198932902 C6_chemical_C1 +LQ04X016330 Protein kinase atsik, putative 8.861594146 C6_chemical_C2 +LQ04X016330 Protein kinase atsik, putative 9.460071392 C6_chemical_C3 +LQ04X016330 Protein kinase atsik, putative 9.075042436 L4_control_A1 +LQ04X016330 Protein kinase atsik, putative 8.801226686 L4_control_A2 +LQ04X016330 Protein kinase atsik, putative 9.809129285 L4_control_A3 +LQ04X016330 Protein kinase atsik, putative 8.468765628 L4_control_B1 +LQ04X016330 Protein kinase atsik, putative 8.897570702 L4_control_B2 +LQ04X016330 Protein kinase atsik, putative 9.704287383 L4_control_B3 +LQ04X016330 Protein kinase atsik, putative 10.39043624 L4_control_C2 +LQ04X016330 Protein kinase atsik, putative 10.48675832 L4_control_C3 +LQ04X016330 Protein kinase atsik, putative 9.1843863 L4_chemical_A1 +LQ04X016330 Protein kinase atsik, putative 8.441907932 L4_chemical_A2 +LQ04X016330 Protein kinase atsik, putative 9.991130324 L4_chemical_A3 +LQ04X016330 Protein kinase atsik, putative 8.624504815 L4_chemical_B1 +LQ04X016330 Protein kinase atsik, putative 8.061991734 L4_chemical_B2 +LQ04X016330 Protein kinase atsik, putative 9.183634555 L4_chemical_B3 +LQ04X016330 Protein kinase atsik, putative 9.772702804 L4_chemical_C2 +LQ04X016330 Protein kinase atsik, putative 10.0055266 L4_chemical_C3 +LQ04X016380 Non-specific lipid-transfer protein 3 14.18503936 C6_control_A1 +LQ04X016380 Non-specific lipid-transfer protein 3 15.09545072 C6_control_A3 +LQ04X016380 Non-specific lipid-transfer protein 3 13.36726755 C6_control_B1 +LQ04X016380 Non-specific lipid-transfer protein 3 10.47647518 C6_control_B2 +LQ04X016380 Non-specific lipid-transfer protein 3 12.83739393 C6_control_B3 +LQ04X016380 Non-specific lipid-transfer protein 3 5.885516717 C6_control_C1 +LQ04X016380 Non-specific lipid-transfer protein 3 5.16283651 C6_control_C2 +LQ04X016380 Non-specific lipid-transfer protein 3 7.433166709 C6_control_C3 +LQ04X016380 Non-specific lipid-transfer protein 3 14.0922419 C6_chemical_A1 +LQ04X016380 Non-specific lipid-transfer protein 3 14.8809529 C6_chemical_A3 +LQ04X016380 Non-specific lipid-transfer protein 3 12.91298003 C6_chemical_B1 +LQ04X016380 Non-specific lipid-transfer protein 3 10.79745443 C6_chemical_B2 +LQ04X016380 Non-specific lipid-transfer protein 3 12.28211679 C6_chemical_B3 +LQ04X016380 Non-specific lipid-transfer protein 3 5.292081697 C6_chemical_C1 +LQ04X016380 Non-specific lipid-transfer protein 3 5.858572527 C6_chemical_C2 +LQ04X016380 Non-specific lipid-transfer protein 3 6.989717741 C6_chemical_C3 +LQ04X016380 Non-specific lipid-transfer protein 3 14.5541587 L4_control_A1 +LQ04X016380 Non-specific lipid-transfer protein 3 14.31909403 L4_control_A2 +LQ04X016380 Non-specific lipid-transfer protein 3 14.31360645 L4_control_A3 +LQ04X016380 Non-specific lipid-transfer protein 3 10.50903259 L4_control_B1 +LQ04X016380 Non-specific lipid-transfer protein 3 10.43393723 L4_control_B2 +LQ04X016380 Non-specific lipid-transfer protein 3 8.097225122 L4_control_B3 +LQ04X016380 Non-specific lipid-transfer protein 3 5.464357549 L4_control_C2 +LQ04X016380 Non-specific lipid-transfer protein 3 6.426674896 L4_control_C3 +LQ04X016380 Non-specific lipid-transfer protein 3 14.5607742 L4_chemical_A1 +LQ04X016380 Non-specific lipid-transfer protein 3 14.09195624 L4_chemical_A2 +LQ04X016380 Non-specific lipid-transfer protein 3 14.40779337 L4_chemical_A3 +LQ04X016380 Non-specific lipid-transfer protein 3 11.57793068 L4_chemical_B1 +LQ04X016380 Non-specific lipid-transfer protein 3 11.97462561 L4_chemical_B2 +LQ04X016380 Non-specific lipid-transfer protein 3 12.97420018 L4_chemical_B3 +LQ04X016380 Non-specific lipid-transfer protein 3 5.87643195 L4_chemical_C2 +LQ04X016380 Non-specific lipid-transfer protein 3 7.257704113 L4_chemical_C3 +LQ04X016400 Non-specific lipid-transfer protein 5.575502887 C6_control_A1 +LQ04X016400 Non-specific lipid-transfer protein 5.466050866 C6_control_A3 +LQ04X016400 Non-specific lipid-transfer protein 5.745694593 C6_control_B1 +LQ04X016400 Non-specific lipid-transfer protein 5.677470761 C6_control_B2 +LQ04X016400 Non-specific lipid-transfer protein 5.20263511 C6_control_B3 +LQ04X016400 Non-specific lipid-transfer protein 5.652704041 C6_control_C1 +LQ04X016400 Non-specific lipid-transfer protein 5.450106196 C6_control_C2 +LQ04X016400 Non-specific lipid-transfer protein 6.205298904 C6_control_C3 +LQ04X016400 Non-specific lipid-transfer protein 5.245922349 C6_chemical_A1 +LQ04X016400 Non-specific lipid-transfer protein 5.741017037 C6_chemical_A3 +LQ04X016400 Non-specific lipid-transfer protein 5.871038322 C6_chemical_B1 +LQ04X016400 Non-specific lipid-transfer protein 5.916338204 C6_chemical_B2 +LQ04X016400 Non-specific lipid-transfer protein 5.44971379 C6_chemical_B3 +LQ04X016400 Non-specific lipid-transfer protein 5.686706639 C6_chemical_C1 +LQ04X016400 Non-specific lipid-transfer protein 5.408181425 C6_chemical_C2 +LQ04X016400 Non-specific lipid-transfer protein 5.754943155 C6_chemical_C3 +LQ04X016400 Non-specific lipid-transfer protein 5.717345686 L4_control_A1 +LQ04X016400 Non-specific lipid-transfer protein 5.272324995 L4_control_A2 +LQ04X016400 Non-specific lipid-transfer protein 5.718053444 L4_control_A3 +LQ04X016400 Non-specific lipid-transfer protein 5.274155947 L4_control_B1 +LQ04X016400 Non-specific lipid-transfer protein 5.060287316 L4_control_B2 +LQ04X016400 Non-specific lipid-transfer protein 5.592131998 L4_control_B3 +LQ04X016400 Non-specific lipid-transfer protein 6.277356014 L4_control_C2 +LQ04X016400 Non-specific lipid-transfer protein 6.150643274 L4_control_C3 +LQ04X016400 Non-specific lipid-transfer protein 5.325947206 L4_chemical_A1 +LQ04X016400 Non-specific lipid-transfer protein 5.683000754 L4_chemical_A2 +LQ04X016400 Non-specific lipid-transfer protein 5.329118342 L4_chemical_A3 +LQ04X016400 Non-specific lipid-transfer protein 5.56444144 L4_chemical_B1 +LQ04X016400 Non-specific lipid-transfer protein 5.287472623 L4_chemical_B2 +LQ04X016400 Non-specific lipid-transfer protein 5.818901328 L4_chemical_B3 +LQ04X016400 Non-specific lipid-transfer protein 5.568814145 L4_chemical_C2 +LQ04X016400 Non-specific lipid-transfer protein 6.036408885 L4_chemical_C3 +LQ04X016440 Putative Non-specific lipid-transfer protein 5.675531699 C6_control_A1 +LQ04X016440 Putative Non-specific lipid-transfer protein 5.271144859 C6_control_A3 +LQ04X016440 Putative Non-specific lipid-transfer protein 5.677275367 C6_control_B1 +LQ04X016440 Putative Non-specific lipid-transfer protein 6.630308337 C6_control_B2 +LQ04X016440 Putative Non-specific lipid-transfer protein 5.576255526 C6_control_B3 +LQ04X016440 Putative Non-specific lipid-transfer protein 8.403801252 C6_control_C1 +LQ04X016440 Putative Non-specific lipid-transfer protein 7.392099954 C6_control_C2 +LQ04X016440 Putative Non-specific lipid-transfer protein 7.004417639 C6_control_C3 +LQ04X016440 Putative Non-specific lipid-transfer protein 6.327055997 C6_chemical_A1 +LQ04X016440 Putative Non-specific lipid-transfer protein 6.309566316 C6_chemical_A3 +LQ04X016440 Putative Non-specific lipid-transfer protein 7.270626723 C6_chemical_B1 +LQ04X016440 Putative Non-specific lipid-transfer protein 7.407664867 C6_chemical_B2 +LQ04X016440 Putative Non-specific lipid-transfer protein 5.652390153 C6_chemical_B3 +LQ04X016440 Putative Non-specific lipid-transfer protein 9.070479019 C6_chemical_C1 +LQ04X016440 Putative Non-specific lipid-transfer protein 8.661479725 C6_chemical_C2 +LQ04X016440 Putative Non-specific lipid-transfer protein 9.529544039 C6_chemical_C3 +LQ04X016440 Putative Non-specific lipid-transfer protein 8.744050606 L4_control_A1 +LQ04X016440 Putative Non-specific lipid-transfer protein 7.53135296 L4_control_A2 +LQ04X016440 Putative Non-specific lipid-transfer protein 6.456512645 L4_control_A3 +LQ04X016440 Putative Non-specific lipid-transfer protein 8.996863723 L4_control_B1 +LQ04X016440 Putative Non-specific lipid-transfer protein 6.714757072 L4_control_B2 +LQ04X016440 Putative Non-specific lipid-transfer protein 8.569182785 L4_control_B3 +LQ04X016440 Putative Non-specific lipid-transfer protein 9.487828506 L4_control_C2 +LQ04X016440 Putative Non-specific lipid-transfer protein 9.459447058 L4_control_C3 +LQ04X016440 Putative Non-specific lipid-transfer protein 12.20133908 L4_chemical_A1 +LQ04X016440 Putative Non-specific lipid-transfer protein 12.01341419 L4_chemical_A2 +LQ04X016440 Putative Non-specific lipid-transfer protein 9.738708689 L4_chemical_A3 +LQ04X016440 Putative Non-specific lipid-transfer protein 10.14398744 L4_chemical_B1 +LQ04X016440 Putative Non-specific lipid-transfer protein 9.376083548 L4_chemical_B2 +LQ04X016440 Putative Non-specific lipid-transfer protein 7.65918307 L4_chemical_B3 +LQ04X016440 Putative Non-specific lipid-transfer protein 10.74747405 L4_chemical_C2 +LQ04X016440 Putative Non-specific lipid-transfer protein 10.40001264 L4_chemical_C3 +LQ04X016450 Non-specific lipid-transfer protein 5.289764002 C6_control_A1 +LQ04X016450 Non-specific lipid-transfer protein 5.176294761 C6_control_A3 +LQ04X016450 Non-specific lipid-transfer protein 5.434983656 C6_control_B1 +LQ04X016450 Non-specific lipid-transfer protein 5.06011124 C6_control_B2 +LQ04X016450 Non-specific lipid-transfer protein 4.946626884 C6_control_B3 +LQ04X016450 Non-specific lipid-transfer protein 5.566141913 C6_control_C1 +LQ04X016450 Non-specific lipid-transfer protein 4.906478239 C6_control_C2 +LQ04X016450 Non-specific lipid-transfer protein 5.386781251 C6_control_C3 +LQ04X016450 Non-specific lipid-transfer protein 5.482199282 C6_chemical_A1 +LQ04X016450 Non-specific lipid-transfer protein 5.197857491 C6_chemical_A3 +LQ04X016450 Non-specific lipid-transfer protein 5.519349232 C6_chemical_B1 +LQ04X016450 Non-specific lipid-transfer protein 5.111052102 C6_chemical_B2 +LQ04X016450 Non-specific lipid-transfer protein 5.167741809 C6_chemical_B3 +LQ04X016450 Non-specific lipid-transfer protein 5.283099678 C6_chemical_C1 +LQ04X016450 Non-specific lipid-transfer protein 5.132054387 C6_chemical_C2 +LQ04X016450 Non-specific lipid-transfer protein 5.447514619 C6_chemical_C3 +LQ04X016450 Non-specific lipid-transfer protein 5.098382957 L4_control_A1 +LQ04X016450 Non-specific lipid-transfer protein 5.691853207 L4_control_A2 +LQ04X016450 Non-specific lipid-transfer protein 5.260272117 L4_control_A3 +LQ04X016450 Non-specific lipid-transfer protein 5.376021024 L4_control_B1 +LQ04X016450 Non-specific lipid-transfer protein 4.863559262 L4_control_B2 +LQ04X016450 Non-specific lipid-transfer protein 5.833923272 L4_control_B3 +LQ04X016450 Non-specific lipid-transfer protein 5.517549643 L4_control_C2 +LQ04X016450 Non-specific lipid-transfer protein 5.074857995 L4_control_C3 +LQ04X016450 Non-specific lipid-transfer protein 4.966659535 L4_chemical_A1 +LQ04X016450 Non-specific lipid-transfer protein 5.085749946 L4_chemical_A2 +LQ04X016450 Non-specific lipid-transfer protein 5.06396581 L4_chemical_A3 +LQ04X016450 Non-specific lipid-transfer protein 5.470693167 L4_chemical_B1 +LQ04X016450 Non-specific lipid-transfer protein 5.150541862 L4_chemical_B2 +LQ04X016450 Non-specific lipid-transfer protein 5.473168812 L4_chemical_B3 +LQ04X016450 Non-specific lipid-transfer protein 5.458981543 L4_chemical_C2 +LQ04X016450 Non-specific lipid-transfer protein 5.003753863 L4_chemical_C3 +LQ04X016470 Predicted protein 6.709333561 C6_control_A1 +LQ04X016470 Predicted protein 7.409280788 C6_control_A3 +LQ04X016470 Predicted protein 7.568501207 C6_control_B1 +LQ04X016470 Predicted protein 7.26352799 C6_control_B2 +LQ04X016470 Predicted protein 8.361742178 C6_control_B3 +LQ04X016470 Predicted protein 6.588520715 C6_control_C1 +LQ04X016470 Predicted protein 6.220823489 C6_control_C2 +LQ04X016470 Predicted protein 6.543978951 C6_control_C3 +LQ04X016470 Predicted protein 6.916260821 C6_chemical_A1 +LQ04X016470 Predicted protein 7.554295556 C6_chemical_A3 +LQ04X016470 Predicted protein 7.9119358 C6_chemical_B1 +LQ04X016470 Predicted protein 7.057593881 C6_chemical_B2 +LQ04X016470 Predicted protein 7.421400832 C6_chemical_B3 +LQ04X016470 Predicted protein 6.508175622 C6_chemical_C1 +LQ04X016470 Predicted protein 6.760337487 C6_chemical_C2 +LQ04X016470 Predicted protein 6.798165718 C6_chemical_C3 +LQ04X016470 Predicted protein 6.958988965 L4_control_A1 +LQ04X016470 Predicted protein 7.046825218 L4_control_A2 +LQ04X016470 Predicted protein 7.484822603 L4_control_A3 +LQ04X016470 Predicted protein 7.659117054 L4_control_B1 +LQ04X016470 Predicted protein 7.556734412 L4_control_B2 +LQ04X016470 Predicted protein 7.328828815 L4_control_B3 +LQ04X016470 Predicted protein 7.738842821 L4_control_C2 +LQ04X016470 Predicted protein 6.799900382 L4_control_C3 +LQ04X016470 Predicted protein 6.87436825 L4_chemical_A1 +LQ04X016470 Predicted protein 7.060659359 L4_chemical_A2 +LQ04X016470 Predicted protein 7.155299141 L4_chemical_A3 +LQ04X016470 Predicted protein 8.035784256 L4_chemical_B1 +LQ04X016470 Predicted protein 8.145475988 L4_chemical_B2 +LQ04X016470 Predicted protein 7.180117084 L4_chemical_B3 +LQ04X016470 Predicted protein 7.712348919 L4_chemical_C2 +LQ04X016470 Predicted protein 7.724638056 L4_chemical_C3 +LQ04X016480 Protein kinase atn1, putative 10.97383236 C6_control_A1 +LQ04X016480 Protein kinase atn1, putative 11.15323496 C6_control_A3 +LQ04X016480 Protein kinase atn1, putative 11.28831846 C6_control_B1 +LQ04X016480 Protein kinase atn1, putative 10.65741258 C6_control_B2 +LQ04X016480 Protein kinase atn1, putative 10.98328089 C6_control_B3 +LQ04X016480 Protein kinase atn1, putative 12.99560698 C6_control_C1 +LQ04X016480 Protein kinase atn1, putative 12.2478367 C6_control_C2 +LQ04X016480 Protein kinase atn1, putative 11.59373198 C6_control_C3 +LQ04X016480 Protein kinase atn1, putative 10.9418154 C6_chemical_A1 +LQ04X016480 Protein kinase atn1, putative 11.26847032 C6_chemical_A3 +LQ04X016480 Protein kinase atn1, putative 11.38269807 C6_chemical_B1 +LQ04X016480 Protein kinase atn1, putative 10.67871205 C6_chemical_B2 +LQ04X016480 Protein kinase atn1, putative 10.86436924 C6_chemical_B3 +LQ04X016480 Protein kinase atn1, putative 12.86131487 C6_chemical_C1 +LQ04X016480 Protein kinase atn1, putative 12.17220706 C6_chemical_C2 +LQ04X016480 Protein kinase atn1, putative 12.09746835 C6_chemical_C3 +LQ04X016480 Protein kinase atn1, putative 10.78752761 L4_control_A1 +LQ04X016480 Protein kinase atn1, putative 10.05915814 L4_control_A2 +LQ04X016480 Protein kinase atn1, putative 10.73442973 L4_control_A3 +LQ04X016480 Protein kinase atn1, putative 10.65519392 L4_control_B1 +LQ04X016480 Protein kinase atn1, putative 10.73507966 L4_control_B2 +LQ04X016480 Protein kinase atn1, putative 10.37739241 L4_control_B3 +LQ04X016480 Protein kinase atn1, putative 12.59638933 L4_control_C2 +LQ04X016480 Protein kinase atn1, putative 11.32975545 L4_control_C3 +LQ04X016480 Protein kinase atn1, putative 11.34115168 L4_chemical_A1 +LQ04X016480 Protein kinase atn1, putative 10.46092424 L4_chemical_A2 +LQ04X016480 Protein kinase atn1, putative 10.88880713 L4_chemical_A3 +LQ04X016480 Protein kinase atn1, putative 11.14438445 L4_chemical_B1 +LQ04X016480 Protein kinase atn1, putative 10.65962575 L4_chemical_B2 +LQ04X016480 Protein kinase atn1, putative 9.645650766 L4_chemical_B3 +LQ04X016480 Protein kinase atn1, putative 12.65030211 L4_chemical_C2 +LQ04X016480 Protein kinase atn1, putative 11.84120249 L4_chemical_C3 +LQ04X016500 Putative uncharacterized protein 12.65870402 C6_control_A1 +LQ04X016500 Putative uncharacterized protein 12.54757787 C6_control_A3 +LQ04X016500 Putative uncharacterized protein 12.74998809 C6_control_B1 +LQ04X016500 Putative uncharacterized protein 12.29479884 C6_control_B2 +LQ04X016500 Putative uncharacterized protein 12.40606958 C6_control_B3 +LQ04X016500 Putative uncharacterized protein 12.11159792 C6_control_C1 +LQ04X016500 Putative uncharacterized protein 12.21732837 C6_control_C2 +LQ04X016500 Putative uncharacterized protein 12.31251105 C6_control_C3 +LQ04X016500 Putative uncharacterized protein 12.51387054 C6_chemical_A1 +LQ04X016500 Putative uncharacterized protein 12.43509374 C6_chemical_A3 +LQ04X016500 Putative uncharacterized protein 12.44794905 C6_chemical_B1 +LQ04X016500 Putative uncharacterized protein 12.24173679 C6_chemical_B2 +LQ04X016500 Putative uncharacterized protein 11.96225617 C6_chemical_B3 +LQ04X016500 Putative uncharacterized protein 12.24100692 C6_chemical_C1 +LQ04X016500 Putative uncharacterized protein 12.18119943 C6_chemical_C2 +LQ04X016500 Putative uncharacterized protein 11.73757784 C6_chemical_C3 +LQ04X016500 Putative uncharacterized protein 12.3559746 L4_control_A1 +LQ04X016500 Putative uncharacterized protein 12.40585116 L4_control_A2 +LQ04X016500 Putative uncharacterized protein 11.90571991 L4_control_A3 +LQ04X016500 Putative uncharacterized protein 12.26192635 L4_control_B1 +LQ04X016500 Putative uncharacterized protein 12.25617217 L4_control_B2 +LQ04X016500 Putative uncharacterized protein 11.63231238 L4_control_B3 +LQ04X016500 Putative uncharacterized protein 12.35502646 L4_control_C2 +LQ04X016500 Putative uncharacterized protein 11.47264499 L4_control_C3 +LQ04X016500 Putative uncharacterized protein 12.41607876 L4_chemical_A1 +LQ04X016500 Putative uncharacterized protein 12.29483237 L4_chemical_A2 +LQ04X016500 Putative uncharacterized protein 11.84967414 L4_chemical_A3 +LQ04X016500 Putative uncharacterized protein 12.74295105 L4_chemical_B1 +LQ04X016500 Putative uncharacterized protein 12.65562219 L4_chemical_B2 +LQ04X016500 Putative uncharacterized protein 11.85905143 L4_chemical_B3 +LQ04X016500 Putative uncharacterized protein 12.20640225 L4_chemical_C2 +LQ04X016500 Putative uncharacterized protein 11.90695565 L4_chemical_C3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.60381035 C6_control_A1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.49923304 C6_control_A3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.85963886 C6_control_B1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.3766152 C6_control_B2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.10941529 C6_control_B3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.52465266 C6_control_C1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.5046267 C6_control_C2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.92230998 C6_control_C3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.77384279 C6_chemical_A1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.55983609 C6_chemical_A3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.89506397 C6_chemical_B1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.28218879 C6_chemical_B2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.11709646 C6_chemical_B3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.67092155 C6_chemical_C1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.5585698 C6_chemical_C2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.74050615 C6_chemical_C3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.81683161 L4_control_A1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.26024204 L4_control_A2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.47597442 L4_control_A3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.92229514 L4_control_B1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.28404214 L4_control_B2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.9678161 L4_control_B3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.55480098 L4_control_C2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.89278232 L4_control_C3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 12.07031837 L4_chemical_A1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.63596549 L4_chemical_A2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.83418067 L4_chemical_A3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.5964188 L4_chemical_B1 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.83384807 L4_chemical_B2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.71058972 L4_chemical_B3 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.72549874 L4_chemical_C2 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.80940567 L4_chemical_C3 +LQ04X016530 Predicted protein 5.232147618 C6_control_A1 +LQ04X016530 Predicted protein 4.787237535 C6_control_A3 +LQ04X016530 Predicted protein 5.56892914 C6_control_B1 +LQ04X016530 Predicted protein 5.767282165 C6_control_B2 +LQ04X016530 Predicted protein 5.919553863 C6_control_B3 +LQ04X016530 Predicted protein 6.478752974 C6_control_C1 +LQ04X016530 Predicted protein 6.083903747 C6_control_C2 +LQ04X016530 Predicted protein 5.617847741 C6_control_C3 +LQ04X016530 Predicted protein 5.119018539 C6_chemical_A1 +LQ04X016530 Predicted protein 5.37617039 C6_chemical_A3 +LQ04X016530 Predicted protein 5.716912507 C6_chemical_B1 +LQ04X016530 Predicted protein 5.744274573 C6_chemical_B2 +LQ04X016530 Predicted protein 5.536566902 C6_chemical_B3 +LQ04X016530 Predicted protein 5.74281238 C6_chemical_C1 +LQ04X016530 Predicted protein 5.724225258 C6_chemical_C2 +LQ04X016530 Predicted protein 5.788295748 C6_chemical_C3 +LQ04X016530 Predicted protein 5.411794791 L4_control_A1 +LQ04X016530 Predicted protein 5.377436282 L4_control_A2 +LQ04X016530 Predicted protein 5.053562984 L4_control_A3 +LQ04X016530 Predicted protein 5.404162776 L4_control_B1 +LQ04X016530 Predicted protein 5.367903006 L4_control_B2 +LQ04X016530 Predicted protein 5.51085783 L4_control_B3 +LQ04X016530 Predicted protein 5.469444203 L4_control_C2 +LQ04X016530 Predicted protein 5.588646673 L4_control_C3 +LQ04X016530 Predicted protein 5.010161412 L4_chemical_A1 +LQ04X016530 Predicted protein 5.021253013 L4_chemical_A2 +LQ04X016530 Predicted protein 5.146604588 L4_chemical_A3 +LQ04X016530 Predicted protein 5.219826246 L4_chemical_B1 +LQ04X016530 Predicted protein 5.165828243 L4_chemical_B2 +LQ04X016530 Predicted protein 5.191387398 L4_chemical_B3 +LQ04X016530 Predicted protein 6.045885039 L4_chemical_C2 +LQ04X016530 Predicted protein 5.581876445 L4_chemical_C3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 9.750048869 C6_control_A1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 9.893782295 C6_control_A3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.60392094 C6_control_B1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.12188153 C6_control_B2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.14020486 C6_control_B3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 11.65180977 C6_control_C1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.50794874 C6_control_C2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 9.659471661 C6_control_C3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.01389368 C6_chemical_A1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.36790723 C6_chemical_A3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 11.33477153 C6_chemical_B1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.23704039 C6_chemical_B2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.68945747 C6_chemical_B3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 11.61524269 C6_chemical_C1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 11.18372854 C6_chemical_C2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 11.13221386 C6_chemical_C3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 9.612661515 L4_control_A1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 9.182922025 L4_control_A2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 9.312116781 L4_control_A3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.61418977 L4_control_B1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.96956495 L4_control_B2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.13772027 L4_control_B3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.27489509 L4_control_C2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.36331629 L4_control_C3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.35859637 L4_chemical_A1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.68705727 L4_chemical_A2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 9.350061763 L4_chemical_A3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 11.2486459 L4_chemical_B1 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 11.38600279 L4_chemical_B2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.42967161 L4_chemical_B3 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.61326148 L4_chemical_C2 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.567466 L4_chemical_C3 +LQ04X016580 Hypothetical protein 5.085187414 C6_control_A1 +LQ04X016580 Hypothetical protein 4.92897555 C6_control_A3 +LQ04X016580 Hypothetical protein 4.958905149 C6_control_B1 +LQ04X016580 Hypothetical protein 4.871709943 C6_control_B2 +LQ04X016580 Hypothetical protein 4.982388537 C6_control_B3 +LQ04X016580 Hypothetical protein 5.034502238 C6_control_C1 +LQ04X016580 Hypothetical protein 4.991632605 C6_control_C2 +LQ04X016580 Hypothetical protein 4.796652951 C6_control_C3 +LQ04X016580 Hypothetical protein 4.870178785 C6_chemical_A1 +LQ04X016580 Hypothetical protein 4.931328655 C6_chemical_A3 +LQ04X016580 Hypothetical protein 4.963569684 C6_chemical_B1 +LQ04X016580 Hypothetical protein 4.993808063 C6_chemical_B2 +LQ04X016580 Hypothetical protein 4.903839168 C6_chemical_B3 +LQ04X016580 Hypothetical protein 5.100306293 C6_chemical_C1 +LQ04X016580 Hypothetical protein 4.962615322 C6_chemical_C2 +LQ04X016580 Hypothetical protein 5.170814147 C6_chemical_C3 +LQ04X016580 Hypothetical protein 5.094684454 L4_control_A1 +LQ04X016580 Hypothetical protein 5.09563758 L4_control_A2 +LQ04X016580 Hypothetical protein 5.285018003 L4_control_A3 +LQ04X016580 Hypothetical protein 5.006102522 L4_control_B1 +LQ04X016580 Hypothetical protein 5.069440163 L4_control_B2 +LQ04X016580 Hypothetical protein 4.808269016 L4_control_B3 +LQ04X016580 Hypothetical protein 5.103269117 L4_control_C2 +LQ04X016580 Hypothetical protein 5.720821023 L4_control_C3 +LQ04X016580 Hypothetical protein 5.144172946 L4_chemical_A1 +LQ04X016580 Hypothetical protein 4.943940557 L4_chemical_A2 +LQ04X016580 Hypothetical protein 5.023063822 L4_chemical_A3 +LQ04X016580 Hypothetical protein 4.786354528 L4_chemical_B1 +LQ04X016580 Hypothetical protein 5.265723633 L4_chemical_B2 +LQ04X016580 Hypothetical protein 5.237767208 L4_chemical_B3 +LQ04X016580 Hypothetical protein 5.079873354 L4_chemical_C2 +LQ04X016580 Hypothetical protein 5.10042186 L4_chemical_C3 +LQ04X016620 Putative uncharacterized protein 6.402910113 C6_control_A1 +LQ04X016620 Putative uncharacterized protein 6.78671663 C6_control_A3 +LQ04X016620 Putative uncharacterized protein 6.470270212 C6_control_B1 +LQ04X016620 Putative uncharacterized protein 6.981051702 C6_control_B2 +LQ04X016620 Putative uncharacterized protein 7.652583466 C6_control_B3 +LQ04X016620 Putative uncharacterized protein 5.601407973 C6_control_C1 +LQ04X016620 Putative uncharacterized protein 5.782276094 C6_control_C2 +LQ04X016620 Putative uncharacterized protein 6.034422966 C6_control_C3 +LQ04X016620 Putative uncharacterized protein 6.354904639 C6_chemical_A1 +LQ04X016620 Putative uncharacterized protein 6.453877875 C6_chemical_A3 +LQ04X016620 Putative uncharacterized protein 6.592204543 C6_chemical_B1 +LQ04X016620 Putative uncharacterized protein 6.946314703 C6_chemical_B2 +LQ04X016620 Putative uncharacterized protein 6.979695553 C6_chemical_B3 +LQ04X016620 Putative uncharacterized protein 5.438653766 C6_chemical_C1 +LQ04X016620 Putative uncharacterized protein 6.094916722 C6_chemical_C2 +LQ04X016620 Putative uncharacterized protein 5.989628726 C6_chemical_C3 +LQ04X016620 Putative uncharacterized protein 6.110789577 L4_control_A1 +LQ04X016620 Putative uncharacterized protein 6.631334623 L4_control_A2 +LQ04X016620 Putative uncharacterized protein 7.366165024 L4_control_A3 +LQ04X016620 Putative uncharacterized protein 7.338888431 L4_control_B1 +LQ04X016620 Putative uncharacterized protein 7.301412281 L4_control_B2 +LQ04X016620 Putative uncharacterized protein 7.160591124 L4_control_B3 +LQ04X016620 Putative uncharacterized protein 5.685979761 L4_control_C2 +LQ04X016620 Putative uncharacterized protein 6.477765451 L4_control_C3 +LQ04X016620 Putative uncharacterized protein 5.692294083 L4_chemical_A1 +LQ04X016620 Putative uncharacterized protein 6.810373648 L4_chemical_A2 +LQ04X016620 Putative uncharacterized protein 7.114670795 L4_chemical_A3 +LQ04X016620 Putative uncharacterized protein 6.88026004 L4_chemical_B1 +LQ04X016620 Putative uncharacterized protein 7.70372248 L4_chemical_B2 +LQ04X016620 Putative uncharacterized protein 6.984295805 L4_chemical_B3 +LQ04X016620 Putative uncharacterized protein 5.75649675 L4_chemical_C2 +LQ04X016620 Putative uncharacterized protein 6.39739807 L4_chemical_C3 +LQ04X016630 CBL-interacting protein kinase 2 12.23770206 C6_control_A1 +LQ04X016630 CBL-interacting protein kinase 2 11.26292877 C6_control_A3 +LQ04X016630 CBL-interacting protein kinase 2 12.75293811 C6_control_B1 +LQ04X016630 CBL-interacting protein kinase 2 13.66292172 C6_control_B2 +LQ04X016630 CBL-interacting protein kinase 2 13.08115328 C6_control_B3 +LQ04X016630 CBL-interacting protein kinase 2 13.75201684 C6_control_C1 +LQ04X016630 CBL-interacting protein kinase 2 13.73452635 C6_control_C2 +LQ04X016630 CBL-interacting protein kinase 2 13.66899725 C6_control_C3 +LQ04X016630 CBL-interacting protein kinase 2 12.63525757 C6_chemical_A1 +LQ04X016630 CBL-interacting protein kinase 2 11.41370979 C6_chemical_A3 +LQ04X016630 CBL-interacting protein kinase 2 13.30406922 C6_chemical_B1 +LQ04X016630 CBL-interacting protein kinase 2 13.74159282 C6_chemical_B2 +LQ04X016630 CBL-interacting protein kinase 2 13.29316989 C6_chemical_B3 +LQ04X016630 CBL-interacting protein kinase 2 13.94834039 C6_chemical_C1 +LQ04X016630 CBL-interacting protein kinase 2 13.72127168 C6_chemical_C2 +LQ04X016630 CBL-interacting protein kinase 2 14.03485143 C6_chemical_C3 +LQ04X016630 CBL-interacting protein kinase 2 9.88879794 L4_control_A1 +LQ04X016630 CBL-interacting protein kinase 2 9.440237962 L4_control_A2 +LQ04X016630 CBL-interacting protein kinase 2 6.83130315 L4_control_A3 +LQ04X016630 CBL-interacting protein kinase 2 11.7995073 L4_control_B1 +LQ04X016630 CBL-interacting protein kinase 2 11.27887916 L4_control_B2 +LQ04X016630 CBL-interacting protein kinase 2 11.95491817 L4_control_B3 +LQ04X016630 CBL-interacting protein kinase 2 12.06053821 L4_control_C2 +LQ04X016630 CBL-interacting protein kinase 2 10.37893727 L4_control_C3 +LQ04X016630 CBL-interacting protein kinase 2 9.45910839 L4_chemical_A1 +LQ04X016630 CBL-interacting protein kinase 2 10.32026915 L4_chemical_A2 +LQ04X016630 CBL-interacting protein kinase 2 7.472954812 L4_chemical_A3 +LQ04X016630 CBL-interacting protein kinase 2 11.64850062 L4_chemical_B1 +LQ04X016630 CBL-interacting protein kinase 2 11.33805354 L4_chemical_B2 +LQ04X016630 CBL-interacting protein kinase 2 11.49127632 L4_chemical_B3 +LQ04X016630 CBL-interacting protein kinase 2 11.68060465 L4_chemical_C2 +LQ04X016630 CBL-interacting protein kinase 2 11.03404816 L4_chemical_C3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.809989477 C6_control_A1 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.739226979 C6_control_A3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.06034828 C6_control_B1 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.479423541 C6_control_B2 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.073855953 C6_control_B3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.326689699 C6_control_C1 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.826428131 C6_control_C2 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.505805845 C6_control_C3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.521233257 C6_chemical_A1 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.99428131 C6_chemical_A3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.167721706 C6_chemical_B1 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.595251653 C6_chemical_B2 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.882274283 C6_chemical_B3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.28466548 C6_chemical_C1 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.517607494 C6_chemical_C2 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.003092139 C6_chemical_C3 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.875595456 L4_control_A1 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.581590411 L4_control_A2 +LQ04X016660 Putative Proactivator polypeptide-like 1 7.049752033 L4_control_A3 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.594862235 L4_control_B1 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.46642805 L4_control_B2 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.902636856 L4_control_B3 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.647786066 L4_control_C2 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.665756385 L4_control_C3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.054911151 L4_chemical_A1 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.794706192 L4_chemical_A2 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.734283714 L4_chemical_A3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.407553099 L4_chemical_B1 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.539146803 L4_chemical_B2 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.090356572 L4_chemical_B3 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.069169091 L4_chemical_C2 +LQ04X016660 Putative Proactivator polypeptide-like 1 5.885566215 L4_chemical_C3 +LQ04X016680 Putative uncharacterized protein 14.61784601 C6_control_A1 +LQ04X016680 Putative uncharacterized protein 14.45388849 C6_control_A3 +LQ04X016680 Putative uncharacterized protein 13.69788643 C6_control_B1 +LQ04X016680 Putative uncharacterized protein 13.32466108 C6_control_B2 +LQ04X016680 Putative uncharacterized protein 13.6650232 C6_control_B3 +LQ04X016680 Putative uncharacterized protein 10.790049 C6_control_C1 +LQ04X016680 Putative uncharacterized protein 10.8667833 C6_control_C2 +LQ04X016680 Putative uncharacterized protein 10.75256107 C6_control_C3 +LQ04X016680 Putative uncharacterized protein 14.61892872 C6_chemical_A1 +LQ04X016680 Putative uncharacterized protein 14.67347642 C6_chemical_A3 +LQ04X016680 Putative uncharacterized protein 13.4460628 C6_chemical_B1 +LQ04X016680 Putative uncharacterized protein 13.04692839 C6_chemical_B2 +LQ04X016680 Putative uncharacterized protein 13.91150084 C6_chemical_B3 +LQ04X016680 Putative uncharacterized protein 10.66920006 C6_chemical_C1 +LQ04X016680 Putative uncharacterized protein 10.52570327 C6_chemical_C2 +LQ04X016680 Putative uncharacterized protein 10.97795485 C6_chemical_C3 +LQ04X016680 Putative uncharacterized protein 14.63765653 L4_control_A1 +LQ04X016680 Putative uncharacterized protein 14.92200825 L4_control_A2 +LQ04X016680 Putative uncharacterized protein 14.92507966 L4_control_A3 +LQ04X016680 Putative uncharacterized protein 13.99272467 L4_control_B1 +LQ04X016680 Putative uncharacterized protein 13.97190182 L4_control_B2 +LQ04X016680 Putative uncharacterized protein 13.39236325 L4_control_B3 +LQ04X016680 Putative uncharacterized protein 11.07220496 L4_control_C2 +LQ04X016680 Putative uncharacterized protein 11.74879989 L4_control_C3 +LQ04X016680 Putative uncharacterized protein 14.33999182 L4_chemical_A1 +LQ04X016680 Putative uncharacterized protein 14.88387049 L4_chemical_A2 +LQ04X016680 Putative uncharacterized protein 14.8903002 L4_chemical_A3 +LQ04X016680 Putative uncharacterized protein 14.12436074 L4_chemical_B1 +LQ04X016680 Putative uncharacterized protein 14.30691083 L4_chemical_B2 +LQ04X016680 Putative uncharacterized protein 14.86542612 L4_chemical_B3 +LQ04X016680 Putative uncharacterized protein 11.49387263 L4_chemical_C2 +LQ04X016680 Putative uncharacterized protein 11.84805393 L4_chemical_C3 +LQ04X016710 Reticuline oxidase-like protein 8.923897885 C6_control_A1 +LQ04X016710 Reticuline oxidase-like protein 8.907084846 C6_control_A3 +LQ04X016710 Reticuline oxidase-like protein 8.168139984 C6_control_B1 +LQ04X016710 Reticuline oxidase-like protein 8.582826252 C6_control_B2 +LQ04X016710 Reticuline oxidase-like protein 7.870122324 C6_control_B3 +LQ04X016710 Reticuline oxidase-like protein 8.034347689 C6_control_C1 +LQ04X016710 Reticuline oxidase-like protein 7.730028309 C6_control_C2 +LQ04X016710 Reticuline oxidase-like protein 7.841061514 C6_control_C3 +LQ04X016710 Reticuline oxidase-like protein 8.693627726 C6_chemical_A1 +LQ04X016710 Reticuline oxidase-like protein 8.974602232 C6_chemical_A3 +LQ04X016710 Reticuline oxidase-like protein 8.365193447 C6_chemical_B1 +LQ04X016710 Reticuline oxidase-like protein 8.188822829 C6_chemical_B2 +LQ04X016710 Reticuline oxidase-like protein 8.076091395 C6_chemical_B3 +LQ04X016710 Reticuline oxidase-like protein 7.892930154 C6_chemical_C1 +LQ04X016710 Reticuline oxidase-like protein 7.89756083 C6_chemical_C2 +LQ04X016710 Reticuline oxidase-like protein 8.225804809 C6_chemical_C3 +LQ04X016710 Reticuline oxidase-like protein 10.19247265 L4_control_A1 +LQ04X016710 Reticuline oxidase-like protein 9.886543837 L4_control_A2 +LQ04X016710 Reticuline oxidase-like protein 10.45069863 L4_control_A3 +LQ04X016710 Reticuline oxidase-like protein 9.661871579 L4_control_B1 +LQ04X016710 Reticuline oxidase-like protein 9.433532472 L4_control_B2 +LQ04X016710 Reticuline oxidase-like protein 9.513760677 L4_control_B3 +LQ04X016710 Reticuline oxidase-like protein 9.346639222 L4_control_C2 +LQ04X016710 Reticuline oxidase-like protein 9.447498966 L4_control_C3 +LQ04X016710 Reticuline oxidase-like protein 9.234502003 L4_chemical_A1 +LQ04X016710 Reticuline oxidase-like protein 8.958260181 L4_chemical_A2 +LQ04X016710 Reticuline oxidase-like protein 10.28509407 L4_chemical_A3 +LQ04X016710 Reticuline oxidase-like protein 8.837597343 L4_chemical_B1 +LQ04X016710 Reticuline oxidase-like protein 9.282272396 L4_chemical_B2 +LQ04X016710 Reticuline oxidase-like protein 9.276062682 L4_chemical_B3 +LQ04X016710 Reticuline oxidase-like protein 9.37429053 L4_chemical_C2 +LQ04X016710 Reticuline oxidase-like protein 9.608240505 L4_chemical_C3 +LQ04X016790 Protein transporter, putative 9.719541268 C6_control_A1 +LQ04X016790 Protein transporter, putative 8.334114955 C6_control_A3 +LQ04X016790 Protein transporter, putative 10.07352597 C6_control_B1 +LQ04X016790 Protein transporter, putative 10.18437102 C6_control_B2 +LQ04X016790 Protein transporter, putative 10.35881977 C6_control_B3 +LQ04X016790 Protein transporter, putative 11.55927857 C6_control_C1 +LQ04X016790 Protein transporter, putative 10.2777525 C6_control_C2 +LQ04X016790 Protein transporter, putative 11.96976861 C6_control_C3 +LQ04X016790 Protein transporter, putative 9.650795825 C6_chemical_A1 +LQ04X016790 Protein transporter, putative 10.1613575 C6_chemical_A3 +LQ04X016790 Protein transporter, putative 10.35948911 C6_chemical_B1 +LQ04X016790 Protein transporter, putative 10.00224386 C6_chemical_B2 +LQ04X016790 Protein transporter, putative 10.74681318 C6_chemical_B3 +LQ04X016790 Protein transporter, putative 11.26441576 C6_chemical_C1 +LQ04X016790 Protein transporter, putative 11.419639 C6_chemical_C2 +LQ04X016790 Protein transporter, putative 12.0163274 C6_chemical_C3 +LQ04X016790 Protein transporter, putative 9.270311155 L4_control_A1 +LQ04X016790 Protein transporter, putative 9.986488726 L4_control_A2 +LQ04X016790 Protein transporter, putative 9.792480454 L4_control_A3 +LQ04X016790 Protein transporter, putative 10.83720805 L4_control_B1 +LQ04X016790 Protein transporter, putative 11.63934516 L4_control_B2 +LQ04X016790 Protein transporter, putative 10.67015212 L4_control_B3 +LQ04X016790 Protein transporter, putative 12.69816074 L4_control_C2 +LQ04X016790 Protein transporter, putative 12.54074969 L4_control_C3 +LQ04X016790 Protein transporter, putative 10.3015997 L4_chemical_A1 +LQ04X016790 Protein transporter, putative 10.774569 L4_chemical_A2 +LQ04X016790 Protein transporter, putative 9.841509939 L4_chemical_A3 +LQ04X016790 Protein transporter, putative 11.29537077 L4_chemical_B1 +LQ04X016790 Protein transporter, putative 11.66206301 L4_chemical_B2 +LQ04X016790 Protein transporter, putative 10.23738427 L4_chemical_B3 +LQ04X016790 Protein transporter, putative 12.48181706 L4_chemical_C2 +LQ04X016790 Protein transporter, putative 12.45891557 L4_chemical_C3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.92521903 C6_control_A1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 11.71610972 C6_control_A3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.22764239 C6_control_B1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.24337236 C6_control_B2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.37919843 C6_control_B3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 15.26245215 C6_control_C1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.77195118 C6_control_C2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.67179926 C6_control_C3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.15665591 C6_chemical_A1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 12.25804466 C6_chemical_A3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.43144647 C6_chemical_B1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.51780341 C6_chemical_B2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.86026075 C6_chemical_B3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 15.33782122 C6_chemical_C1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.93248857 C6_chemical_C2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 15.38740969 C6_chemical_C3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 12.99252586 L4_control_A1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.65287995 L4_control_A2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 11.23531314 L4_control_A3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.50027635 L4_control_B1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.79558106 L4_control_B2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.00506752 L4_control_B3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.52938482 L4_control_C2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.27973468 L4_control_C3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.82235428 L4_chemical_A1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.93648263 L4_chemical_A2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 12.54502311 L4_chemical_A3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.16468332 L4_chemical_B1 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.94457085 L4_chemical_B2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 13.70124849 L4_chemical_B3 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.4791172 L4_chemical_C2 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.38143557 L4_chemical_C3 +LQ04X016940 Hypothetical protein 12.09120907 C6_control_A1 +LQ04X016940 Hypothetical protein 11.9451521 C6_control_A3 +LQ04X016940 Hypothetical protein 12.15100443 C6_control_B1 +LQ04X016940 Hypothetical protein 12.31481758 C6_control_B2 +LQ04X016940 Hypothetical protein 12.33664728 C6_control_B3 +LQ04X016940 Hypothetical protein 12.83657416 C6_control_C1 +LQ04X016940 Hypothetical protein 12.88770483 C6_control_C2 +LQ04X016940 Hypothetical protein 12.72893075 C6_control_C3 +LQ04X016940 Hypothetical protein 12.36127894 C6_chemical_A1 +LQ04X016940 Hypothetical protein 12.17665419 C6_chemical_A3 +LQ04X016940 Hypothetical protein 12.14697852 C6_chemical_B1 +LQ04X016940 Hypothetical protein 12.5552017 C6_chemical_B2 +LQ04X016940 Hypothetical protein 12.31452153 C6_chemical_B3 +LQ04X016940 Hypothetical protein 13.28859999 C6_chemical_C1 +LQ04X016940 Hypothetical protein 13.00549318 C6_chemical_C2 +LQ04X016940 Hypothetical protein 12.75809173 C6_chemical_C3 +LQ04X016940 Hypothetical protein 12.55189424 L4_control_A1 +LQ04X016940 Hypothetical protein 12.17873401 L4_control_A2 +LQ04X016940 Hypothetical protein 11.76961791 L4_control_A3 +LQ04X016940 Hypothetical protein 12.58881977 L4_control_B1 +LQ04X016940 Hypothetical protein 11.61355313 L4_control_B2 +LQ04X016940 Hypothetical protein 12.0054756 L4_control_B3 +LQ04X016940 Hypothetical protein 12.87151748 L4_control_C2 +LQ04X016940 Hypothetical protein 12.70476264 L4_control_C3 +LQ04X016940 Hypothetical protein 12.91667302 L4_chemical_A1 +LQ04X016940 Hypothetical protein 12.00858989 L4_chemical_A2 +LQ04X016940 Hypothetical protein 12.19860105 L4_chemical_A3 +LQ04X016940 Hypothetical protein 12.56984865 L4_chemical_B1 +LQ04X016940 Hypothetical protein 12.00735481 L4_chemical_B2 +LQ04X016940 Hypothetical protein 12.06062121 L4_chemical_B3 +LQ04X016940 Hypothetical protein 12.5725801 L4_chemical_C2 +LQ04X016940 Hypothetical protein 12.6964634 L4_chemical_C3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.178492888 C6_control_A1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.25286913 C6_control_A3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.215180399 C6_control_B1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.32981831 C6_control_B2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.116200733 C6_control_B3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 4.888799122 C6_control_C1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 4.700137764 C6_control_C2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.521313131 C6_control_C3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.336602921 C6_chemical_A1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.03067779 C6_chemical_A3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.368082591 C6_chemical_B1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 4.879094104 C6_chemical_B2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 4.820924431 C6_chemical_B3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 4.95793719 C6_chemical_C1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.065036227 C6_chemical_C2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.059847116 C6_chemical_C3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.12873908 L4_control_A1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 4.907107962 L4_control_A2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.397255595 L4_control_A3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.245848699 L4_control_B1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 4.94937922 L4_control_B2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 4.853337903 L4_control_B3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.442848839 L4_control_C2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.100088687 L4_control_C3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.064755464 L4_chemical_A1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.000720266 L4_chemical_A2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.261733301 L4_chemical_A3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.204747774 L4_chemical_B1 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.298724882 L4_chemical_B2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.084327592 L4_chemical_B3 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.793718964 L4_chemical_C2 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.457494236 L4_chemical_C3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.24979622 C6_control_A1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.68573643 C6_control_A3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.37487512 C6_control_B1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.95624213 C6_control_B2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.63756346 C6_control_B3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.0471157 C6_control_C1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.23457729 C6_control_C2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.34835359 C6_control_C3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.33401765 C6_chemical_A1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.24844221 C6_chemical_A3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.61206417 C6_chemical_B1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.10480773 C6_chemical_B2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.66226757 C6_chemical_B3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.97603284 C6_chemical_C1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.21708703 C6_chemical_C2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.90274685 C6_chemical_C3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.8584952 L4_control_A1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.04395401 L4_control_A2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.78480308 L4_control_A3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.14057889 L4_control_B1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.59521166 L4_control_B2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.90250819 L4_control_B3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.98792591 L4_control_C2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.1169784 L4_control_C3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.66401222 L4_chemical_A1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.94517928 L4_chemical_A2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.8392865 L4_chemical_A3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.81108756 L4_chemical_B1 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.27154498 L4_chemical_B2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.04733629 L4_chemical_B3 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.84642028 L4_chemical_C2 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 12.18510241 L4_chemical_C3 +LQ04X016990 Acetolactate synthase small subunit 13.80876709 C6_control_A1 +LQ04X016990 Acetolactate synthase small subunit 14.13104487 C6_control_A3 +LQ04X016990 Acetolactate synthase small subunit 13.9263753 C6_control_B1 +LQ04X016990 Acetolactate synthase small subunit 13.55387908 C6_control_B2 +LQ04X016990 Acetolactate synthase small subunit 14.05010822 C6_control_B3 +LQ04X016990 Acetolactate synthase small subunit 13.56679011 C6_control_C1 +LQ04X016990 Acetolactate synthase small subunit 13.54433001 C6_control_C2 +LQ04X016990 Acetolactate synthase small subunit 13.79406243 C6_control_C3 +LQ04X016990 Acetolactate synthase small subunit 13.62216213 C6_chemical_A1 +LQ04X016990 Acetolactate synthase small subunit 13.94346426 C6_chemical_A3 +LQ04X016990 Acetolactate synthase small subunit 13.80101172 C6_chemical_B1 +LQ04X016990 Acetolactate synthase small subunit 13.28243663 C6_chemical_B2 +LQ04X016990 Acetolactate synthase small subunit 13.9758218 C6_chemical_B3 +LQ04X016990 Acetolactate synthase small subunit 13.57876631 C6_chemical_C1 +LQ04X016990 Acetolactate synthase small subunit 13.46830027 C6_chemical_C2 +LQ04X016990 Acetolactate synthase small subunit 13.5836592 C6_chemical_C3 +LQ04X016990 Acetolactate synthase small subunit 13.78678784 L4_control_A1 +LQ04X016990 Acetolactate synthase small subunit 13.88761884 L4_control_A2 +LQ04X016990 Acetolactate synthase small subunit 14.10559987 L4_control_A3 +LQ04X016990 Acetolactate synthase small subunit 13.41386721 L4_control_B1 +LQ04X016990 Acetolactate synthase small subunit 13.80178406 L4_control_B2 +LQ04X016990 Acetolactate synthase small subunit 13.88258843 L4_control_B3 +LQ04X016990 Acetolactate synthase small subunit 13.93965656 L4_control_C2 +LQ04X016990 Acetolactate synthase small subunit 13.98754076 L4_control_C3 +LQ04X016990 Acetolactate synthase small subunit 13.44828902 L4_chemical_A1 +LQ04X016990 Acetolactate synthase small subunit 13.83898466 L4_chemical_A2 +LQ04X016990 Acetolactate synthase small subunit 13.86022998 L4_chemical_A3 +LQ04X016990 Acetolactate synthase small subunit 13.83949458 L4_chemical_B1 +LQ04X016990 Acetolactate synthase small subunit 13.73550164 L4_chemical_B2 +LQ04X016990 Acetolactate synthase small subunit 13.5158211 L4_chemical_B3 +LQ04X016990 Acetolactate synthase small subunit 13.84698645 L4_chemical_C2 +LQ04X016990 Acetolactate synthase small subunit 13.90723945 L4_chemical_C3 +LQ04X017000 Ankyrin-kinase, putative 5.547002539 C6_control_A1 +LQ04X017000 Ankyrin-kinase, putative 5.695356996 C6_control_A3 +LQ04X017000 Ankyrin-kinase, putative 5.116745873 C6_control_B1 +LQ04X017000 Ankyrin-kinase, putative 5.372142844 C6_control_B2 +LQ04X017000 Ankyrin-kinase, putative 5.611939476 C6_control_B3 +LQ04X017000 Ankyrin-kinase, putative 5.382555095 C6_control_C1 +LQ04X017000 Ankyrin-kinase, putative 5.877610811 C6_control_C2 +LQ04X017000 Ankyrin-kinase, putative 5.313751558 C6_control_C3 +LQ04X017000 Ankyrin-kinase, putative 5.085492042 C6_chemical_A1 +LQ04X017000 Ankyrin-kinase, putative 5.284012175 C6_chemical_A3 +LQ04X017000 Ankyrin-kinase, putative 5.566247091 C6_chemical_B1 +LQ04X017000 Ankyrin-kinase, putative 5.585395691 C6_chemical_B2 +LQ04X017000 Ankyrin-kinase, putative 5.472813031 C6_chemical_B3 +LQ04X017000 Ankyrin-kinase, putative 5.338603065 C6_chemical_C1 +LQ04X017000 Ankyrin-kinase, putative 5.408478218 C6_chemical_C2 +LQ04X017000 Ankyrin-kinase, putative 5.139858075 C6_chemical_C3 +LQ04X017000 Ankyrin-kinase, putative 5.801154711 L4_control_A1 +LQ04X017000 Ankyrin-kinase, putative 5.679523483 L4_control_A2 +LQ04X017000 Ankyrin-kinase, putative 5.566043591 L4_control_A3 +LQ04X017000 Ankyrin-kinase, putative 5.36647576 L4_control_B1 +LQ04X017000 Ankyrin-kinase, putative 5.307031501 L4_control_B2 +LQ04X017000 Ankyrin-kinase, putative 5.648678918 L4_control_B3 +LQ04X017000 Ankyrin-kinase, putative 5.959663184 L4_control_C2 +LQ04X017000 Ankyrin-kinase, putative 5.353448108 L4_control_C3 +LQ04X017000 Ankyrin-kinase, putative 5.319820833 L4_chemical_A1 +LQ04X017000 Ankyrin-kinase, putative 5.587913138 L4_chemical_A2 +LQ04X017000 Ankyrin-kinase, putative 5.52401874 L4_chemical_A3 +LQ04X017000 Ankyrin-kinase, putative 5.622283663 L4_chemical_B1 +LQ04X017000 Ankyrin-kinase, putative 5.349287512 L4_chemical_B2 +LQ04X017000 Ankyrin-kinase, putative 5.531521522 L4_chemical_B3 +LQ04X017000 Ankyrin-kinase, putative 5.653196043 L4_chemical_C2 +LQ04X017000 Ankyrin-kinase, putative 5.624622692 L4_chemical_C3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.127874344 C6_control_A1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.88016962 C6_control_A3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.017909468 C6_control_B1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.812566811 C6_control_B2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.089965783 C6_control_B3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.280086681 C6_control_C1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.074599816 C6_control_C2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.929848745 C6_control_C3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.096623281 C6_chemical_A1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.97250781 C6_chemical_A3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.928834624 C6_chemical_B1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.756606326 C6_chemical_B2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.072089776 C6_chemical_B3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.30619602 C6_chemical_C1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.276777183 C6_chemical_C2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.707391207 C6_chemical_C3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.188001071 L4_control_A1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.397518255 L4_control_A2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.32309202 L4_control_A3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.221668931 L4_control_B1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.085471299 L4_control_B2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.084036504 L4_control_B3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.554531003 L4_control_C2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.146388731 L4_control_C3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.263394112 L4_chemical_A1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.3797992 L4_chemical_A2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.652178846 L4_chemical_A3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.917285083 L4_chemical_B1 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.982792012 L4_chemical_B2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.247273659 L4_chemical_B3 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.172427028 L4_chemical_C2 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 4.834148958 L4_chemical_C3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.699733281 C6_control_A1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.346994653 C6_control_A3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 6.217154096 C6_control_B1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.686153364 C6_control_B2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.982790938 C6_control_B3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.80246011 C6_control_C1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.897334144 C6_control_C2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.723533049 C6_control_C3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.644026497 C6_chemical_A1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.335054802 C6_chemical_A3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.975891023 C6_chemical_B1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.261343642 C6_chemical_B2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.636615425 C6_chemical_B3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.609795988 C6_chemical_C1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.572857309 C6_chemical_C2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.783421565 C6_chemical_C3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.495388784 L4_control_A1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.870632984 L4_control_A2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.864272958 L4_control_A3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.567604221 L4_control_B1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.486255844 L4_control_B2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 6.103825346 L4_control_B3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.600394724 L4_control_C2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.939134099 L4_control_C3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 6.129622859 L4_chemical_A1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.866490492 L4_chemical_A2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.531882801 L4_chemical_A3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.638085344 L4_chemical_B1 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.509089318 L4_chemical_B2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.819029506 L4_chemical_B3 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 6.067050774 L4_chemical_C2 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.473920806 L4_chemical_C3 +LQ04X017041 Putative AC transposase 5.068132833 C6_control_A1 +LQ04X017041 Putative AC transposase 5.466748809 C6_control_A3 +LQ04X017041 Putative AC transposase 5.010422738 C6_control_B1 +LQ04X017041 Putative AC transposase 5.166147579 C6_control_B2 +LQ04X017041 Putative AC transposase 5.180800539 C6_control_B3 +LQ04X017041 Putative AC transposase 5.297888771 C6_control_C1 +LQ04X017041 Putative AC transposase 4.980685744 C6_control_C2 +LQ04X017041 Putative AC transposase 4.917623213 C6_control_C3 +LQ04X017041 Putative AC transposase 5.281588023 C6_chemical_A1 +LQ04X017041 Putative AC transposase 5.162994751 C6_chemical_A3 +LQ04X017041 Putative AC transposase 5.06343911 C6_chemical_B1 +LQ04X017041 Putative AC transposase 5.181732565 C6_chemical_B2 +LQ04X017041 Putative AC transposase 5.085847988 C6_chemical_B3 +LQ04X017041 Putative AC transposase 5.185458476 C6_chemical_C1 +LQ04X017041 Putative AC transposase 5.226202255 C6_chemical_C2 +LQ04X017041 Putative AC transposase 4.826900419 C6_chemical_C3 +LQ04X017041 Putative AC transposase 5.184900974 L4_control_A1 +LQ04X017041 Putative AC transposase 5.443607319 L4_control_A2 +LQ04X017041 Putative AC transposase 5.982199967 L4_control_A3 +LQ04X017041 Putative AC transposase 4.971918242 L4_control_B1 +LQ04X017041 Putative AC transposase 5.430107558 L4_control_B2 +LQ04X017041 Putative AC transposase 5.115212628 L4_control_B3 +LQ04X017041 Putative AC transposase 5.140138075 L4_control_C2 +LQ04X017041 Putative AC transposase 5.234741419 L4_control_C3 +LQ04X017041 Putative AC transposase 5.093733111 L4_chemical_A1 +LQ04X017041 Putative AC transposase 5.383035105 L4_chemical_A2 +LQ04X017041 Putative AC transposase 5.674031498 L4_chemical_A3 +LQ04X017041 Putative AC transposase 5.29871512 L4_chemical_B1 +LQ04X017041 Putative AC transposase 5.772949324 L4_chemical_B2 +LQ04X017041 Putative AC transposase 5.011838953 L4_chemical_B3 +LQ04X017041 Putative AC transposase 5.375485026 L4_chemical_C2 +LQ04X017041 Putative AC transposase 5.194879954 L4_chemical_C3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.107047881 C6_control_A1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.900679074 C6_control_A3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.663872593 C6_control_B1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.899195767 C6_control_B2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.536314522 C6_control_B3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.758090156 C6_control_C1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.656531317 C6_control_C2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.410590737 C6_control_C3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.204497278 C6_chemical_A1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.308335934 C6_chemical_A3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.69816737 C6_chemical_B1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.947446576 C6_chemical_B2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.565912936 C6_chemical_B3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.076581729 C6_chemical_C1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.427933688 C6_chemical_C2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.911373902 C6_chemical_C3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.916840775 L4_control_A1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.27599529 L4_control_A2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.596784388 L4_control_A3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.072182168 L4_control_B1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.011800567 L4_control_B2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.784829691 L4_control_B3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.562027395 L4_control_C2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.387395963 L4_control_C3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.223900209 L4_chemical_A1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.344822181 L4_chemical_A2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.352326134 L4_chemical_A3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.904724831 L4_chemical_B1 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.036893054 L4_chemical_B2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.070003899 L4_chemical_B3 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.290791148 L4_chemical_C2 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.893313141 L4_chemical_C3 +LQ04X017110 Putative uncharacterized protein 6.214308442 C6_control_A1 +LQ04X017110 Putative uncharacterized protein 5.910114182 C6_control_A3 +LQ04X017110 Putative uncharacterized protein 5.639429583 C6_control_B1 +LQ04X017110 Putative uncharacterized protein 6.05959118 C6_control_B2 +LQ04X017110 Putative uncharacterized protein 5.566962417 C6_control_B3 +LQ04X017110 Putative uncharacterized protein 6.996301943 C6_control_C1 +LQ04X017110 Putative uncharacterized protein 7.172987112 C6_control_C2 +LQ04X017110 Putative uncharacterized protein 7.331404363 C6_control_C3 +LQ04X017110 Putative uncharacterized protein 5.862716952 C6_chemical_A1 +LQ04X017110 Putative uncharacterized protein 5.76766217 C6_chemical_A3 +LQ04X017110 Putative uncharacterized protein 5.639114928 C6_chemical_B1 +LQ04X017110 Putative uncharacterized protein 6.227021936 C6_chemical_B2 +LQ04X017110 Putative uncharacterized protein 5.944550529 C6_chemical_B3 +LQ04X017110 Putative uncharacterized protein 6.878551242 C6_chemical_C1 +LQ04X017110 Putative uncharacterized protein 6.786850102 C6_chemical_C2 +LQ04X017110 Putative uncharacterized protein 6.8744396 C6_chemical_C3 +LQ04X017110 Putative uncharacterized protein 5.845293598 L4_control_A1 +LQ04X017110 Putative uncharacterized protein 6.118134928 L4_control_A2 +LQ04X017110 Putative uncharacterized protein 6.115493575 L4_control_A3 +LQ04X017110 Putative uncharacterized protein 5.083212486 L4_control_B1 +LQ04X017110 Putative uncharacterized protein 5.492558069 L4_control_B2 +LQ04X017110 Putative uncharacterized protein 5.751369213 L4_control_B3 +LQ04X017110 Putative uncharacterized protein 5.915829862 L4_control_C2 +LQ04X017110 Putative uncharacterized protein 4.823957458 L4_control_C3 +LQ04X017110 Putative uncharacterized protein 5.761673479 L4_chemical_A1 +LQ04X017110 Putative uncharacterized protein 6.347273995 L4_chemical_A2 +LQ04X017110 Putative uncharacterized protein 5.790282168 L4_chemical_A3 +LQ04X017110 Putative uncharacterized protein 5.617201844 L4_chemical_B1 +LQ04X017110 Putative uncharacterized protein 5.427957491 L4_chemical_B2 +LQ04X017110 Putative uncharacterized protein 5.886112555 L4_chemical_B3 +LQ04X017110 Putative uncharacterized protein 5.298584875 L4_chemical_C2 +LQ04X017110 Putative uncharacterized protein 5.702367767 L4_chemical_C3 +LQ04X017120 Protein binding protein, putative 5.100546682 C6_control_A1 +LQ04X017120 Protein binding protein, putative 5.161225584 C6_control_A3 +LQ04X017120 Protein binding protein, putative 4.636276421 C6_control_B1 +LQ04X017120 Protein binding protein, putative 4.928012299 C6_control_B2 +LQ04X017120 Protein binding protein, putative 5.01890459 C6_control_B3 +LQ04X017120 Protein binding protein, putative 4.885500209 C6_control_C1 +LQ04X017120 Protein binding protein, putative 4.885368751 C6_control_C2 +LQ04X017120 Protein binding protein, putative 4.919418837 C6_control_C3 +LQ04X017120 Protein binding protein, putative 4.897323459 C6_chemical_A1 +LQ04X017120 Protein binding protein, putative 5.005695524 C6_chemical_A3 +LQ04X017120 Protein binding protein, putative 4.965868797 C6_chemical_B1 +LQ04X017120 Protein binding protein, putative 4.910214152 C6_chemical_B2 +LQ04X017120 Protein binding protein, putative 4.988508468 C6_chemical_B3 +LQ04X017120 Protein binding protein, putative 4.800015884 C6_chemical_C1 +LQ04X017120 Protein binding protein, putative 5.321609459 C6_chemical_C2 +LQ04X017120 Protein binding protein, putative 4.896271385 C6_chemical_C3 +LQ04X017120 Protein binding protein, putative 4.543116522 L4_control_A1 +LQ04X017120 Protein binding protein, putative 5.104053883 L4_control_A2 +LQ04X017120 Protein binding protein, putative 5.135400553 L4_control_A3 +LQ04X017120 Protein binding protein, putative 5.690538876 L4_control_B1 +LQ04X017120 Protein binding protein, putative 5.27063643 L4_control_B2 +LQ04X017120 Protein binding protein, putative 5.391279756 L4_control_B3 +LQ04X017120 Protein binding protein, putative 5.132330671 L4_control_C2 +LQ04X017120 Protein binding protein, putative 5.000639012 L4_control_C3 +LQ04X017120 Protein binding protein, putative 4.953337226 L4_chemical_A1 +LQ04X017120 Protein binding protein, putative 4.860732435 L4_chemical_A2 +LQ04X017120 Protein binding protein, putative 4.994339718 L4_chemical_A3 +LQ04X017120 Protein binding protein, putative 5.263426382 L4_chemical_B1 +LQ04X017120 Protein binding protein, putative 5.412545547 L4_chemical_B2 +LQ04X017120 Protein binding protein, putative 4.850052795 L4_chemical_B3 +LQ04X017120 Protein binding protein, putative 5.158135279 L4_chemical_C2 +LQ04X017120 Protein binding protein, putative 5.418724384 L4_chemical_C3 +LQ04X017180 Hypothetical protein 4.978818042 C6_control_A1 +LQ04X017180 Hypothetical protein 4.997407038 C6_control_A3 +LQ04X017180 Hypothetical protein 4.984364242 C6_control_B1 +LQ04X017180 Hypothetical protein 4.949731481 C6_control_B2 +LQ04X017180 Hypothetical protein 4.859829036 C6_control_B3 +LQ04X017180 Hypothetical protein 4.907313342 C6_control_C1 +LQ04X017180 Hypothetical protein 4.90918371 C6_control_C2 +LQ04X017180 Hypothetical protein 5.118457116 C6_control_C3 +LQ04X017180 Hypothetical protein 4.907972436 C6_chemical_A1 +LQ04X017180 Hypothetical protein 5.0729503 C6_chemical_A3 +LQ04X017180 Hypothetical protein 4.975413893 C6_chemical_B1 +LQ04X017180 Hypothetical protein 4.840917743 C6_chemical_B2 +LQ04X017180 Hypothetical protein 4.773852328 C6_chemical_B3 +LQ04X017180 Hypothetical protein 5.276255672 C6_chemical_C1 +LQ04X017180 Hypothetical protein 5.042063298 C6_chemical_C2 +LQ04X017180 Hypothetical protein 5.078729014 C6_chemical_C3 +LQ04X017180 Hypothetical protein 5.240994718 L4_control_A1 +LQ04X017180 Hypothetical protein 5.173775583 L4_control_A2 +LQ04X017180 Hypothetical protein 5.047848773 L4_control_A3 +LQ04X017180 Hypothetical protein 4.975966418 L4_control_B1 +LQ04X017180 Hypothetical protein 5.26799507 L4_control_B2 +LQ04X017180 Hypothetical protein 4.970298321 L4_control_B3 +LQ04X017180 Hypothetical protein 4.528558616 L4_control_C2 +LQ04X017180 Hypothetical protein 5.138423429 L4_control_C3 +LQ04X017180 Hypothetical protein 5.532516618 L4_chemical_A1 +LQ04X017180 Hypothetical protein 5.047334342 L4_chemical_A2 +LQ04X017180 Hypothetical protein 5.219357181 L4_chemical_A3 +LQ04X017180 Hypothetical protein 4.959814257 L4_chemical_B1 +LQ04X017180 Hypothetical protein 5.276074742 L4_chemical_B2 +LQ04X017180 Hypothetical protein 4.609177533 L4_chemical_B3 +LQ04X017180 Hypothetical protein 5.688426451 L4_chemical_C2 +LQ04X017180 Hypothetical protein 5.245961642 L4_chemical_C3 +LQ04X017200 Putative uncharacterized protein 4.418040833 C6_control_A1 +LQ04X017200 Putative uncharacterized protein 4.679403058 C6_control_A3 +LQ04X017200 Putative uncharacterized protein 5.07305134 C6_control_B1 +LQ04X017200 Putative uncharacterized protein 4.482885831 C6_control_B2 +LQ04X017200 Putative uncharacterized protein 4.618070316 C6_control_B3 +LQ04X017200 Putative uncharacterized protein 4.567707588 C6_control_C1 +LQ04X017200 Putative uncharacterized protein 4.424243662 C6_control_C2 +LQ04X017200 Putative uncharacterized protein 4.468449924 C6_control_C3 +LQ04X017200 Putative uncharacterized protein 4.521241247 C6_chemical_A1 +LQ04X017200 Putative uncharacterized protein 4.616428781 C6_chemical_A3 +LQ04X017200 Putative uncharacterized protein 4.712625948 C6_chemical_B1 +LQ04X017200 Putative uncharacterized protein 4.543060674 C6_chemical_B2 +LQ04X017200 Putative uncharacterized protein 4.608107312 C6_chemical_B3 +LQ04X017200 Putative uncharacterized protein 4.750888278 C6_chemical_C1 +LQ04X017200 Putative uncharacterized protein 4.484945503 C6_chemical_C2 +LQ04X017200 Putative uncharacterized protein 4.664153638 C6_chemical_C3 +LQ04X017200 Putative uncharacterized protein 4.615873662 L4_control_A1 +LQ04X017200 Putative uncharacterized protein 5.032965332 L4_control_A2 +LQ04X017200 Putative uncharacterized protein 4.9034097 L4_control_A3 +LQ04X017200 Putative uncharacterized protein 5.135735487 L4_control_B1 +LQ04X017200 Putative uncharacterized protein 4.659754931 L4_control_B2 +LQ04X017200 Putative uncharacterized protein 4.758933537 L4_control_B3 +LQ04X017200 Putative uncharacterized protein 5.257002377 L4_control_C2 +LQ04X017200 Putative uncharacterized protein 5.113365919 L4_control_C3 +LQ04X017200 Putative uncharacterized protein 4.68228291 L4_chemical_A1 +LQ04X017200 Putative uncharacterized protein 4.742297912 L4_chemical_A2 +LQ04X017200 Putative uncharacterized protein 4.976445939 L4_chemical_A3 +LQ04X017200 Putative uncharacterized protein 4.915555755 L4_chemical_B1 +LQ04X017200 Putative uncharacterized protein 4.647867002 L4_chemical_B2 +LQ04X017200 Putative uncharacterized protein 5.185421851 L4_chemical_B3 +LQ04X017200 Putative uncharacterized protein 4.697529676 L4_chemical_C2 +LQ04X017200 Putative uncharacterized protein 4.686207951 L4_chemical_C3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.552451763 C6_control_A1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 7.298879328 C6_control_A3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.963983846 C6_control_B1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.422951074 C6_control_B2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.771686777 C6_control_B3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.690643613 C6_control_C1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 6.182572987 C6_control_C2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.309694224 C6_control_C3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.397388612 C6_chemical_A1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.528572558 C6_chemical_A3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 6.090870687 C6_chemical_B1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.208300345 C6_chemical_B2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.404252042 C6_chemical_B3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.689175349 C6_chemical_C1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.280187226 C6_chemical_C2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.195055574 C6_chemical_C3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.729572776 L4_control_A1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 4.967666762 L4_control_A2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.580106151 L4_control_A3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.436281315 L4_control_B1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.291381226 L4_control_B2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.585976191 L4_control_B3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.199388849 L4_control_C2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.055620702 L4_control_C3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.711726939 L4_chemical_A1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.140264127 L4_chemical_A2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.672270555 L4_chemical_A3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.730221756 L4_chemical_B1 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.377050501 L4_chemical_B2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.694503649 L4_chemical_B3 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 6.154532289 L4_chemical_C2 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.136148847 L4_chemical_C3 +LQ04X017260 Predicted protein 5.350579194 C6_control_A1 +LQ04X017260 Predicted protein 5.688210912 C6_control_A3 +LQ04X017260 Predicted protein 5.900155683 C6_control_B1 +LQ04X017260 Predicted protein 5.199511254 C6_control_B2 +LQ04X017260 Predicted protein 5.375423691 C6_control_B3 +LQ04X017260 Predicted protein 5.187503584 C6_control_C1 +LQ04X017260 Predicted protein 5.328512049 C6_control_C2 +LQ04X017260 Predicted protein 5.387981327 C6_control_C3 +LQ04X017260 Predicted protein 5.544503794 C6_chemical_A1 +LQ04X017260 Predicted protein 5.777704099 C6_chemical_A3 +LQ04X017260 Predicted protein 5.436724508 C6_chemical_B1 +LQ04X017260 Predicted protein 5.34220607 C6_chemical_B2 +LQ04X017260 Predicted protein 5.524349392 C6_chemical_B3 +LQ04X017260 Predicted protein 5.439274744 C6_chemical_C1 +LQ04X017260 Predicted protein 5.042914059 C6_chemical_C2 +LQ04X017260 Predicted protein 5.027468519 C6_chemical_C3 +LQ04X017260 Predicted protein 5.848369727 L4_control_A1 +LQ04X017260 Predicted protein 5.346372274 L4_control_A2 +LQ04X017260 Predicted protein 5.374083572 L4_control_A3 +LQ04X017260 Predicted protein 4.801202168 L4_control_B1 +LQ04X017260 Predicted protein 5.089283591 L4_control_B2 +LQ04X017260 Predicted protein 6.046575039 L4_control_B3 +LQ04X017260 Predicted protein 4.855427154 L4_control_C2 +LQ04X017260 Predicted protein 5.094961015 L4_control_C3 +LQ04X017260 Predicted protein 5.743094801 L4_chemical_A1 +LQ04X017260 Predicted protein 5.922474009 L4_chemical_A2 +LQ04X017260 Predicted protein 5.911848097 L4_chemical_A3 +LQ04X017260 Predicted protein 4.858881894 L4_chemical_B1 +LQ04X017260 Predicted protein 5.716145228 L4_chemical_B2 +LQ04X017260 Predicted protein 5.740647054 L4_chemical_B3 +LQ04X017260 Predicted protein 5.165821213 L4_chemical_C2 +LQ04X017260 Predicted protein 5.472233134 L4_chemical_C3 +LQ04X017270 Predicted protein 5.182294062 C6_control_A1 +LQ04X017270 Predicted protein 5.520310435 C6_control_A3 +LQ04X017270 Predicted protein 5.141644217 C6_control_B1 +LQ04X017270 Predicted protein 5.40526037 C6_control_B2 +LQ04X017270 Predicted protein 5.372382085 C6_control_B3 +LQ04X017270 Predicted protein 6.046372249 C6_control_C1 +LQ04X017270 Predicted protein 5.464362954 C6_control_C2 +LQ04X017270 Predicted protein 6.062355891 C6_control_C3 +LQ04X017270 Predicted protein 5.141467693 C6_chemical_A1 +LQ04X017270 Predicted protein 5.684136605 C6_chemical_A3 +LQ04X017270 Predicted protein 5.484999234 C6_chemical_B1 +LQ04X017270 Predicted protein 5.473008218 C6_chemical_B2 +LQ04X017270 Predicted protein 6.013419431 C6_chemical_B3 +LQ04X017270 Predicted protein 5.509450725 C6_chemical_C1 +LQ04X017270 Predicted protein 5.700179043 C6_chemical_C2 +LQ04X017270 Predicted protein 5.391952484 C6_chemical_C3 +LQ04X017270 Predicted protein 5.586754925 L4_control_A1 +LQ04X017270 Predicted protein 5.505112031 L4_control_A2 +LQ04X017270 Predicted protein 5.366166289 L4_control_A3 +LQ04X017270 Predicted protein 5.913902967 L4_control_B1 +LQ04X017270 Predicted protein 5.648913609 L4_control_B2 +LQ04X017270 Predicted protein 5.222435444 L4_control_B3 +LQ04X017270 Predicted protein 5.630388022 L4_control_C2 +LQ04X017270 Predicted protein 5.314210257 L4_control_C3 +LQ04X017270 Predicted protein 5.583507373 L4_chemical_A1 +LQ04X017270 Predicted protein 5.501461642 L4_chemical_A2 +LQ04X017270 Predicted protein 5.512514518 L4_chemical_A3 +LQ04X017270 Predicted protein 5.41586146 L4_chemical_B1 +LQ04X017270 Predicted protein 5.30080897 L4_chemical_B2 +LQ04X017270 Predicted protein 5.639836028 L4_chemical_B3 +LQ04X017270 Predicted protein 5.181386771 L4_chemical_C2 +LQ04X017270 Predicted protein 5.493563549 L4_chemical_C3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.771719568 C6_control_A1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.520908383 C6_control_A3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.097578784 C6_control_B1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.082442454 C6_control_B2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.556349982 C6_control_B3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.493059002 C6_control_C1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.618881039 C6_control_C2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.792065913 C6_control_C3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.823833773 C6_chemical_A1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.757666116 C6_chemical_A3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.073826707 C6_chemical_B1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.11179846 C6_chemical_B2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.67625235 C6_chemical_B3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.502436495 C6_chemical_C1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.928486471 C6_chemical_C2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.643909119 C6_chemical_C3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.812092287 L4_control_A1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.152366336 L4_control_A2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.88470113 L4_control_A3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.556156812 L4_control_B1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.114659196 L4_control_B2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.372693704 L4_control_B3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.387532812 L4_control_C2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.403477237 L4_control_C3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.957997959 L4_chemical_A1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.13539573 L4_chemical_A2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 7.023343034 L4_chemical_A3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.650733087 L4_chemical_B1 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.398072657 L4_chemical_B2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.754950824 L4_chemical_B3 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 6.181063511 L4_chemical_C2 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.685247656 L4_chemical_C3 +LQ04X017290 Catalytic, putative 10.9928606 C6_control_A1 +LQ04X017290 Catalytic, putative 11.11396941 C6_control_A3 +LQ04X017290 Catalytic, putative 11.27383691 C6_control_B1 +LQ04X017290 Catalytic, putative 10.86102794 C6_control_B2 +LQ04X017290 Catalytic, putative 10.97447786 C6_control_B3 +LQ04X017290 Catalytic, putative 11.0418566 C6_control_C1 +LQ04X017290 Catalytic, putative 10.6763922 C6_control_C2 +LQ04X017290 Catalytic, putative 10.36350824 C6_control_C3 +LQ04X017290 Catalytic, putative 10.8136196 C6_chemical_A1 +LQ04X017290 Catalytic, putative 11.31436364 C6_chemical_A3 +LQ04X017290 Catalytic, putative 11.17284969 C6_chemical_B1 +LQ04X017290 Catalytic, putative 10.84812232 C6_chemical_B2 +LQ04X017290 Catalytic, putative 10.4378787 C6_chemical_B3 +LQ04X017290 Catalytic, putative 10.95928053 C6_chemical_C1 +LQ04X017290 Catalytic, putative 10.72578936 C6_chemical_C2 +LQ04X017290 Catalytic, putative 10.45566242 C6_chemical_C3 +LQ04X017290 Catalytic, putative 11.2707588 L4_control_A1 +LQ04X017290 Catalytic, putative 11.23705221 L4_control_A2 +LQ04X017290 Catalytic, putative 11.27121454 L4_control_A3 +LQ04X017290 Catalytic, putative 11.42626073 L4_control_B1 +LQ04X017290 Catalytic, putative 11.25806102 L4_control_B2 +LQ04X017290 Catalytic, putative 10.81616328 L4_control_B3 +LQ04X017290 Catalytic, putative 11.23056392 L4_control_C2 +LQ04X017290 Catalytic, putative 10.2257089 L4_control_C3 +LQ04X017290 Catalytic, putative 11.56303316 L4_chemical_A1 +LQ04X017290 Catalytic, putative 11.38024797 L4_chemical_A2 +LQ04X017290 Catalytic, putative 11.2991785 L4_chemical_A3 +LQ04X017290 Catalytic, putative 11.1862685 L4_chemical_B1 +LQ04X017290 Catalytic, putative 11.09131021 L4_chemical_B2 +LQ04X017290 Catalytic, putative 10.65906445 L4_chemical_B3 +LQ04X017290 Catalytic, putative 11.394405 L4_chemical_C2 +LQ04X017290 Catalytic, putative 10.67539633 L4_chemical_C3 +LQ04X017340 Predicted protein 13.55644118 C6_control_A1 +LQ04X017340 Predicted protein 13.16062949 C6_control_A3 +LQ04X017340 Predicted protein 13.50732267 C6_control_B1 +LQ04X017340 Predicted protein 14.01900705 C6_control_B2 +LQ04X017340 Predicted protein 13.56921877 C6_control_B3 +LQ04X017340 Predicted protein 12.63665166 C6_control_C1 +LQ04X017340 Predicted protein 13.88467396 C6_control_C2 +LQ04X017340 Predicted protein 13.08315386 C6_control_C3 +LQ04X017340 Predicted protein 13.50293936 C6_chemical_A1 +LQ04X017340 Predicted protein 12.85306792 C6_chemical_A3 +LQ04X017340 Predicted protein 13.7523698 C6_chemical_B1 +LQ04X017340 Predicted protein 14.15598422 C6_chemical_B2 +LQ04X017340 Predicted protein 13.54186357 C6_chemical_B3 +LQ04X017340 Predicted protein 12.74866006 C6_chemical_C1 +LQ04X017340 Predicted protein 13.53238947 C6_chemical_C2 +LQ04X017340 Predicted protein 12.77855147 C6_chemical_C3 +LQ04X017340 Predicted protein 12.82681904 L4_control_A1 +LQ04X017340 Predicted protein 13.90422464 L4_control_A2 +LQ04X017340 Predicted protein 13.62080636 L4_control_A3 +LQ04X017340 Predicted protein 13.74924306 L4_control_B1 +LQ04X017340 Predicted protein 13.64143724 L4_control_B2 +LQ04X017340 Predicted protein 13.31470107 L4_control_B3 +LQ04X017340 Predicted protein 12.69586584 L4_control_C2 +LQ04X017340 Predicted protein 12.82184765 L4_control_C3 +LQ04X017340 Predicted protein 12.71148866 L4_chemical_A1 +LQ04X017340 Predicted protein 13.67333138 L4_chemical_A2 +LQ04X017340 Predicted protein 13.15200741 L4_chemical_A3 +LQ04X017340 Predicted protein 13.58854724 L4_chemical_B1 +LQ04X017340 Predicted protein 13.95985204 L4_chemical_B2 +LQ04X017340 Predicted protein 13.29846052 L4_chemical_B3 +LQ04X017340 Predicted protein 12.87629158 L4_chemical_C2 +LQ04X017340 Predicted protein 13.05272371 L4_chemical_C3 +LQ04X017350 60S ribosomal protein L5 15.04125345 C6_control_A1 +LQ04X017350 60S ribosomal protein L5 15.06079318 C6_control_A3 +LQ04X017350 60S ribosomal protein L5 14.73327763 C6_control_B1 +LQ04X017350 60S ribosomal protein L5 14.3960369 C6_control_B2 +LQ04X017350 60S ribosomal protein L5 14.39434404 C6_control_B3 +LQ04X017350 60S ribosomal protein L5 13.60554608 C6_control_C1 +LQ04X017350 60S ribosomal protein L5 14.03026314 C6_control_C2 +LQ04X017350 60S ribosomal protein L5 13.68406723 C6_control_C3 +LQ04X017350 60S ribosomal protein L5 14.74914723 C6_chemical_A1 +LQ04X017350 60S ribosomal protein L5 15.03812943 C6_chemical_A3 +LQ04X017350 60S ribosomal protein L5 14.22252958 C6_chemical_B1 +LQ04X017350 60S ribosomal protein L5 14.02536446 C6_chemical_B2 +LQ04X017350 60S ribosomal protein L5 14.255486 C6_chemical_B3 +LQ04X017350 60S ribosomal protein L5 13.63819642 C6_chemical_C1 +LQ04X017350 60S ribosomal protein L5 13.64130803 C6_chemical_C2 +LQ04X017350 60S ribosomal protein L5 13.73708239 C6_chemical_C3 +LQ04X017350 60S ribosomal protein L5 14.99134663 L4_control_A1 +LQ04X017350 60S ribosomal protein L5 14.66332118 L4_control_A2 +LQ04X017350 60S ribosomal protein L5 14.80411042 L4_control_A3 +LQ04X017350 60S ribosomal protein L5 14.25499059 L4_control_B1 +LQ04X017350 60S ribosomal protein L5 14.36020044 L4_control_B2 +LQ04X017350 60S ribosomal protein L5 14.58941018 L4_control_B3 +LQ04X017350 60S ribosomal protein L5 14.20025809 L4_control_C2 +LQ04X017350 60S ribosomal protein L5 14.30097214 L4_control_C3 +LQ04X017350 60S ribosomal protein L5 14.75249669 L4_chemical_A1 +LQ04X017350 60S ribosomal protein L5 14.20491983 L4_chemical_A2 +LQ04X017350 60S ribosomal protein L5 14.56099007 L4_chemical_A3 +LQ04X017350 60S ribosomal protein L5 14.4706604 L4_chemical_B1 +LQ04X017350 60S ribosomal protein L5 14.22168588 L4_chemical_B2 +LQ04X017350 60S ribosomal protein L5 14.72549729 L4_chemical_B3 +LQ04X017350 60S ribosomal protein L5 14.0430214 L4_chemical_C2 +LQ04X017350 60S ribosomal protein L5 14.10057822 L4_chemical_C3 +LQ04X017360 Putative uncharacterized protein 10.18909387 C6_control_A1 +LQ04X017360 Putative uncharacterized protein 10.15978123 C6_control_A3 +LQ04X017360 Putative uncharacterized protein 10.59086636 C6_control_B1 +LQ04X017360 Putative uncharacterized protein 10.29261387 C6_control_B2 +LQ04X017360 Putative uncharacterized protein 10.41499541 C6_control_B3 +LQ04X017360 Putative uncharacterized protein 10.40845346 C6_control_C1 +LQ04X017360 Putative uncharacterized protein 10.04244518 C6_control_C2 +LQ04X017360 Putative uncharacterized protein 9.941501118 C6_control_C3 +LQ04X017360 Putative uncharacterized protein 10.44646831 C6_chemical_A1 +LQ04X017360 Putative uncharacterized protein 10.30566909 C6_chemical_A3 +LQ04X017360 Putative uncharacterized protein 10.67733294 C6_chemical_B1 +LQ04X017360 Putative uncharacterized protein 10.19383987 C6_chemical_B2 +LQ04X017360 Putative uncharacterized protein 10.28024814 C6_chemical_B3 +LQ04X017360 Putative uncharacterized protein 10.25963042 C6_chemical_C1 +LQ04X017360 Putative uncharacterized protein 10.041264 C6_chemical_C2 +LQ04X017360 Putative uncharacterized protein 10.03843495 C6_chemical_C3 +LQ04X017360 Putative uncharacterized protein 10.79221073 L4_control_A1 +LQ04X017360 Putative uncharacterized protein 10.64046849 L4_control_A2 +LQ04X017360 Putative uncharacterized protein 10.78478597 L4_control_A3 +LQ04X017360 Putative uncharacterized protein 11.18348364 L4_control_B1 +LQ04X017360 Putative uncharacterized protein 11.52050304 L4_control_B2 +LQ04X017360 Putative uncharacterized protein 10.85507859 L4_control_B3 +LQ04X017360 Putative uncharacterized protein 10.87312661 L4_control_C2 +LQ04X017360 Putative uncharacterized protein 11.18485596 L4_control_C3 +LQ04X017360 Putative uncharacterized protein 10.79793869 L4_chemical_A1 +LQ04X017360 Putative uncharacterized protein 10.85785064 L4_chemical_A2 +LQ04X017360 Putative uncharacterized protein 10.70362535 L4_chemical_A3 +LQ04X017360 Putative uncharacterized protein 11.07655428 L4_chemical_B1 +LQ04X017360 Putative uncharacterized protein 11.19448389 L4_chemical_B2 +LQ04X017360 Putative uncharacterized protein 10.88847557 L4_chemical_B3 +LQ04X017360 Putative uncharacterized protein 10.77900741 L4_chemical_C2 +LQ04X017360 Putative uncharacterized protein 11.1677847 L4_chemical_C3 +LQ04X017370 Putative uncharacterized protein 5.270104849 C6_control_A1 +LQ04X017370 Putative uncharacterized protein 5.472629538 C6_control_A3 +LQ04X017370 Putative uncharacterized protein 5.152222417 C6_control_B1 +LQ04X017370 Putative uncharacterized protein 5.123098828 C6_control_B2 +LQ04X017370 Putative uncharacterized protein 5.329080479 C6_control_B3 +LQ04X017370 Putative uncharacterized protein 5.004240043 C6_control_C1 +LQ04X017370 Putative uncharacterized protein 5.644603069 C6_control_C2 +LQ04X017370 Putative uncharacterized protein 5.055075521 C6_control_C3 +LQ04X017370 Putative uncharacterized protein 5.408183117 C6_chemical_A1 +LQ04X017370 Putative uncharacterized protein 4.991350192 C6_chemical_A3 +LQ04X017370 Putative uncharacterized protein 6.080304288 C6_chemical_B1 +LQ04X017370 Putative uncharacterized protein 5.588010985 C6_chemical_B2 +LQ04X017370 Putative uncharacterized protein 5.359612468 C6_chemical_B3 +LQ04X017370 Putative uncharacterized protein 5.354140162 C6_chemical_C1 +LQ04X017370 Putative uncharacterized protein 5.236134626 C6_chemical_C2 +LQ04X017370 Putative uncharacterized protein 5.371926169 C6_chemical_C3 +LQ04X017370 Putative uncharacterized protein 4.987431479 L4_control_A1 +LQ04X017370 Putative uncharacterized protein 4.851087616 L4_control_A2 +LQ04X017370 Putative uncharacterized protein 5.761300351 L4_control_A3 +LQ04X017370 Putative uncharacterized protein 5.127738994 L4_control_B1 +LQ04X017370 Putative uncharacterized protein 4.952087856 L4_control_B2 +LQ04X017370 Putative uncharacterized protein 5.248933921 L4_control_B3 +LQ04X017370 Putative uncharacterized protein 5.002871928 L4_control_C2 +LQ04X017370 Putative uncharacterized protein 4.947444234 L4_control_C3 +LQ04X017370 Putative uncharacterized protein 5.159757357 L4_chemical_A1 +LQ04X017370 Putative uncharacterized protein 5.123666578 L4_chemical_A2 +LQ04X017370 Putative uncharacterized protein 5.406665813 L4_chemical_A3 +LQ04X017370 Putative uncharacterized protein 5.068997949 L4_chemical_B1 +LQ04X017370 Putative uncharacterized protein 5.430373907 L4_chemical_B2 +LQ04X017370 Putative uncharacterized protein 5.202949648 L4_chemical_B3 +LQ04X017370 Putative uncharacterized protein 5.274216594 L4_chemical_C2 +LQ04X017370 Putative uncharacterized protein 5.767651531 L4_chemical_C3 +LQ04X017380 Predicted protein 12.96366579 C6_control_A1 +LQ04X017380 Predicted protein 12.22376351 C6_control_A3 +LQ04X017380 Predicted protein 13.40983599 C6_control_B1 +LQ04X017380 Predicted protein 13.89747237 C6_control_B2 +LQ04X017380 Predicted protein 14.00702096 C6_control_B3 +LQ04X017380 Predicted protein 14.14363057 C6_control_C1 +LQ04X017380 Predicted protein 14.59912164 C6_control_C2 +LQ04X017380 Predicted protein 14.60975267 C6_control_C3 +LQ04X017380 Predicted protein 12.98404176 C6_chemical_A1 +LQ04X017380 Predicted protein 12.59216096 C6_chemical_A3 +LQ04X017380 Predicted protein 13.65028272 C6_chemical_B1 +LQ04X017380 Predicted protein 13.88366077 C6_chemical_B2 +LQ04X017380 Predicted protein 14.05324564 C6_chemical_B3 +LQ04X017380 Predicted protein 13.81280175 C6_chemical_C1 +LQ04X017380 Predicted protein 14.27891094 C6_chemical_C2 +LQ04X017380 Predicted protein 14.25645529 C6_chemical_C3 +LQ04X017380 Predicted protein 12.10326864 L4_control_A1 +LQ04X017380 Predicted protein 12.70222087 L4_control_A2 +LQ04X017380 Predicted protein 12.48186982 L4_control_A3 +LQ04X017380 Predicted protein 13.56725217 L4_control_B1 +LQ04X017380 Predicted protein 13.53776983 L4_control_B2 +LQ04X017380 Predicted protein 14.14108247 L4_control_B3 +LQ04X017380 Predicted protein 13.96540377 L4_control_C2 +LQ04X017380 Predicted protein 14.04939708 L4_control_C3 +LQ04X017380 Predicted protein 12.04577535 L4_chemical_A1 +LQ04X017380 Predicted protein 13.14934324 L4_chemical_A2 +LQ04X017380 Predicted protein 12.29134356 L4_chemical_A3 +LQ04X017380 Predicted protein 13.11881786 L4_chemical_B1 +LQ04X017380 Predicted protein 13.45015763 L4_chemical_B2 +LQ04X017380 Predicted protein 13.12691996 L4_chemical_B3 +LQ04X017380 Predicted protein 13.64237569 L4_chemical_C2 +LQ04X017380 Predicted protein 14.02685735 L4_chemical_C3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.33043881 C6_control_A1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 12.98929578 C6_control_A3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 12.88348524 C6_control_B1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.11580477 C6_control_B2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.01632194 C6_control_B3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.45028352 C6_control_C1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.66115037 C6_control_C2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.75496976 C6_control_C3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.75103058 C6_chemical_A1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.97296548 C6_chemical_A3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.50343157 C6_chemical_B1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.43336909 C6_chemical_B2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.07565793 C6_chemical_B3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.81249128 C6_chemical_C1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.63005645 C6_chemical_C2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.14881604 C6_chemical_C3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.13361811 L4_control_A1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.37568736 L4_control_A2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.28263361 L4_control_A3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.28801548 L4_control_B1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.44028377 L4_control_B2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.49519176 L4_control_B3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.68091581 L4_control_C2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.33065475 L4_control_C3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.22980059 L4_chemical_A1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.26207107 L4_chemical_A2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.86127639 L4_chemical_A3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.89969991 L4_chemical_B1 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.44938574 L4_chemical_B2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.06493817 L4_chemical_B3 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.78488995 L4_chemical_C2 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 14.44420355 L4_chemical_C3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.50654207 C6_control_A1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.71313904 C6_control_A3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.65682367 C6_control_B1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.28896365 C6_control_B2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.87314906 C6_control_B3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.64581605 C6_control_C1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.48283234 C6_control_C2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.56692372 C6_control_C3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.36025046 C6_chemical_A1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.91267302 C6_chemical_A3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.4879048 C6_chemical_B1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.08904033 C6_chemical_B2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.65448077 C6_chemical_B3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.60211943 C6_chemical_C1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.52113395 C6_chemical_C2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.5139296 C6_chemical_C3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.48780959 L4_control_A1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.62419048 L4_control_A2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.56212662 L4_control_A3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.25916034 L4_control_B1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.4808611 L4_control_B2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.4171869 L4_control_B3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.85685804 L4_control_C2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.28793417 L4_control_C3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.68495715 L4_chemical_A1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 12.08074767 L4_chemical_A2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.93562151 L4_chemical_A3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.96281993 L4_chemical_B1 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 10.95893629 L4_chemical_B2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.47400234 L4_chemical_B3 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.31001856 L4_chemical_C2 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.30744525 L4_chemical_C3 +LQ04X017440 Predicted protein 14.61330232 C6_control_A1 +LQ04X017440 Predicted protein 14.97602729 C6_control_A3 +LQ04X017440 Predicted protein 14.4351061 C6_control_B1 +LQ04X017440 Predicted protein 11.41082398 C6_control_B2 +LQ04X017440 Predicted protein 11.47082673 C6_control_B3 +LQ04X017440 Predicted protein 7.996204177 C6_control_C1 +LQ04X017440 Predicted protein 8.790824543 C6_control_C2 +LQ04X017440 Predicted protein 9.248683096 C6_control_C3 +LQ04X017440 Predicted protein 14.23664944 C6_chemical_A1 +LQ04X017440 Predicted protein 14.56738685 C6_chemical_A3 +LQ04X017440 Predicted protein 13.13529912 C6_chemical_B1 +LQ04X017440 Predicted protein 10.49187259 C6_chemical_B2 +LQ04X017440 Predicted protein 10.80223872 C6_chemical_B3 +LQ04X017440 Predicted protein 8.430687525 C6_chemical_C1 +LQ04X017440 Predicted protein 8.078893916 C6_chemical_C2 +LQ04X017440 Predicted protein 8.144026181 C6_chemical_C3 +LQ04X017440 Predicted protein 14.04761249 L4_control_A1 +LQ04X017440 Predicted protein 14.8682456 L4_control_A2 +LQ04X017440 Predicted protein 14.72603074 L4_control_A3 +LQ04X017440 Predicted protein 11.17879407 L4_control_B1 +LQ04X017440 Predicted protein 13.14160996 L4_control_B2 +LQ04X017440 Predicted protein 10.5177352 L4_control_B3 +LQ04X017440 Predicted protein 7.771094203 L4_control_C2 +LQ04X017440 Predicted protein 9.197187496 L4_control_C3 +LQ04X017440 Predicted protein 13.839778 L4_chemical_A1 +LQ04X017440 Predicted protein 13.95614413 L4_chemical_A2 +LQ04X017440 Predicted protein 14.56318282 L4_chemical_A3 +LQ04X017440 Predicted protein 13.93429868 L4_chemical_B1 +LQ04X017440 Predicted protein 13.19887992 L4_chemical_B2 +LQ04X017440 Predicted protein 14.60681858 L4_chemical_B3 +LQ04X017440 Predicted protein 7.550677118 L4_chemical_C2 +LQ04X017440 Predicted protein 8.692668123 L4_chemical_C3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.15718161 C6_control_A1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.79491159 C6_control_A3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.45423597 C6_control_B1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.61921943 C6_control_B2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.17417809 C6_control_B3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.10328153 C6_control_C1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.33417546 C6_control_C2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.31205344 C6_control_C3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.288613 C6_chemical_A1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.60570769 C6_chemical_A3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.32513409 C6_chemical_B1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.7949021 C6_chemical_B2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 11.98345999 C6_chemical_B3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.99751994 C6_chemical_C1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.44253639 C6_chemical_C2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.25682576 C6_chemical_C3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.34179348 L4_control_A1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.0483431 L4_control_A2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.18480468 L4_control_A3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.59626537 L4_control_B1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.77487337 L4_control_B2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.92210641 L4_control_B3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.62354861 L4_control_C2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.45641603 L4_control_C3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.17276771 L4_chemical_A1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.3894782 L4_chemical_A2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 11.74206961 L4_chemical_A3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 11.93999239 L4_chemical_B1 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.31666495 L4_chemical_B2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.5372751 L4_chemical_B3 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.52067045 L4_chemical_C2 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 13.78457092 L4_chemical_C3 +LQ04X017480 Putative uncharacterized protein 6.588923727 C6_control_A1 +LQ04X017480 Putative uncharacterized protein 7.159932414 C6_control_A3 +LQ04X017480 Putative uncharacterized protein 7.805648493 C6_control_B1 +LQ04X017480 Putative uncharacterized protein 7.49662219 C6_control_B2 +LQ04X017480 Putative uncharacterized protein 8.269140423 C6_control_B3 +LQ04X017480 Putative uncharacterized protein 6.265085965 C6_control_C1 +LQ04X017480 Putative uncharacterized protein 6.745774077 C6_control_C2 +LQ04X017480 Putative uncharacterized protein 6.057151241 C6_control_C3 +LQ04X017480 Putative uncharacterized protein 6.704926755 C6_chemical_A1 +LQ04X017480 Putative uncharacterized protein 6.30309665 C6_chemical_A3 +LQ04X017480 Putative uncharacterized protein 7.516582013 C6_chemical_B1 +LQ04X017480 Putative uncharacterized protein 7.215923803 C6_chemical_B2 +LQ04X017480 Putative uncharacterized protein 7.253026711 C6_chemical_B3 +LQ04X017480 Putative uncharacterized protein 6.122596259 C6_chemical_C1 +LQ04X017480 Putative uncharacterized protein 6.119225895 C6_chemical_C2 +LQ04X017480 Putative uncharacterized protein 5.753707044 C6_chemical_C3 +LQ04X017480 Putative uncharacterized protein 6.426893992 L4_control_A1 +LQ04X017480 Putative uncharacterized protein 7.063958617 L4_control_A2 +LQ04X017480 Putative uncharacterized protein 6.831455531 L4_control_A3 +LQ04X017480 Putative uncharacterized protein 7.254582135 L4_control_B1 +LQ04X017480 Putative uncharacterized protein 7.192743915 L4_control_B2 +LQ04X017480 Putative uncharacterized protein 7.975751348 L4_control_B3 +LQ04X017480 Putative uncharacterized protein 6.40569981 L4_control_C2 +LQ04X017480 Putative uncharacterized protein 6.109844929 L4_control_C3 +LQ04X017480 Putative uncharacterized protein 6.645278614 L4_chemical_A1 +LQ04X017480 Putative uncharacterized protein 6.848513857 L4_chemical_A2 +LQ04X017480 Putative uncharacterized protein 5.860030355 L4_chemical_A3 +LQ04X017480 Putative uncharacterized protein 7.63773307 L4_chemical_B1 +LQ04X017480 Putative uncharacterized protein 7.497325928 L4_chemical_B2 +LQ04X017480 Putative uncharacterized protein 7.707684918 L4_chemical_B3 +LQ04X017480 Putative uncharacterized protein 6.679337912 L4_chemical_C2 +LQ04X017480 Putative uncharacterized protein 6.677099124 L4_chemical_C3 +LQ04X017500 Uncharacterized protein At1g18480 5.4865411 C6_control_A1 +LQ04X017500 Uncharacterized protein At1g18480 5.650983528 C6_control_A3 +LQ04X017500 Uncharacterized protein At1g18480 5.058356886 C6_control_B1 +LQ04X017500 Uncharacterized protein At1g18480 4.878005636 C6_control_B2 +LQ04X017500 Uncharacterized protein At1g18480 5.348681987 C6_control_B3 +LQ04X017500 Uncharacterized protein At1g18480 5.185948858 C6_control_C1 +LQ04X017500 Uncharacterized protein At1g18480 4.943876938 C6_control_C2 +LQ04X017500 Uncharacterized protein At1g18480 5.052282834 C6_control_C3 +LQ04X017500 Uncharacterized protein At1g18480 5.468261514 C6_chemical_A1 +LQ04X017500 Uncharacterized protein At1g18480 5.309463358 C6_chemical_A3 +LQ04X017500 Uncharacterized protein At1g18480 5.144455866 C6_chemical_B1 +LQ04X017500 Uncharacterized protein At1g18480 4.879372659 C6_chemical_B2 +LQ04X017500 Uncharacterized protein At1g18480 5.056416578 C6_chemical_B3 +LQ04X017500 Uncharacterized protein At1g18480 5.160423872 C6_chemical_C1 +LQ04X017500 Uncharacterized protein At1g18480 4.762922382 C6_chemical_C2 +LQ04X017500 Uncharacterized protein At1g18480 5.693916602 C6_chemical_C3 +LQ04X017500 Uncharacterized protein At1g18480 5.390684581 L4_control_A1 +LQ04X017500 Uncharacterized protein At1g18480 5.593803416 L4_control_A2 +LQ04X017500 Uncharacterized protein At1g18480 6.016361743 L4_control_A3 +LQ04X017500 Uncharacterized protein At1g18480 5.546842741 L4_control_B1 +LQ04X017500 Uncharacterized protein At1g18480 4.673084495 L4_control_B2 +LQ04X017500 Uncharacterized protein At1g18480 5.247213449 L4_control_B3 +LQ04X017500 Uncharacterized protein At1g18480 5.274024867 L4_control_C2 +LQ04X017500 Uncharacterized protein At1g18480 5.004617368 L4_control_C3 +LQ04X017500 Uncharacterized protein At1g18480 5.516377239 L4_chemical_A1 +LQ04X017500 Uncharacterized protein At1g18480 5.702694636 L4_chemical_A2 +LQ04X017500 Uncharacterized protein At1g18480 5.975800786 L4_chemical_A3 +LQ04X017500 Uncharacterized protein At1g18480 5.486157725 L4_chemical_B1 +LQ04X017500 Uncharacterized protein At1g18480 4.872050076 L4_chemical_B2 +LQ04X017500 Uncharacterized protein At1g18480 5.091705844 L4_chemical_B3 +LQ04X017500 Uncharacterized protein At1g18480 5.187640898 L4_chemical_C2 +LQ04X017500 Uncharacterized protein At1g18480 5.815797135 L4_chemical_C3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.60375612 C6_control_A1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.55729315 C6_control_A3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.98614491 C6_control_B1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.81979091 C6_control_B2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.89475774 C6_control_B3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.30123723 C6_control_C1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.3066812 C6_control_C2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.48012617 C6_control_C3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.61551944 C6_chemical_A1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.83996129 C6_chemical_A3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.98334378 C6_chemical_B1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.99287651 C6_chemical_B2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.71042929 C6_chemical_B3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.25160984 C6_chemical_C1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.30414816 C6_chemical_C2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.18042937 C6_chemical_C3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.14847752 L4_control_A1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.33969233 L4_control_A2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.43518284 L4_control_A3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.72596753 L4_control_B1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.78567011 L4_control_B2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 13.05203385 L4_control_B3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.6819526 L4_control_C2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.64341424 L4_control_C3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.02440046 L4_chemical_A1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 11.86414194 L4_chemical_A2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.11763841 L4_chemical_A3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.17773945 L4_chemical_B1 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.50467878 L4_chemical_B2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.62792232 L4_chemical_B3 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.93408742 L4_chemical_C2 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.73569431 L4_chemical_C3 +LQ04X017560 Protein IQ-DOMAIN 14 8.651655765 C6_control_A1 +LQ04X017560 Protein IQ-DOMAIN 14 9.070454637 C6_control_A3 +LQ04X017560 Protein IQ-DOMAIN 14 9.012328263 C6_control_B1 +LQ04X017560 Protein IQ-DOMAIN 14 8.745500542 C6_control_B2 +LQ04X017560 Protein IQ-DOMAIN 14 9.492099265 C6_control_B3 +LQ04X017560 Protein IQ-DOMAIN 14 9.365142867 C6_control_C1 +LQ04X017560 Protein IQ-DOMAIN 14 9.215892522 C6_control_C2 +LQ04X017560 Protein IQ-DOMAIN 14 9.573807253 C6_control_C3 +LQ04X017560 Protein IQ-DOMAIN 14 8.409076943 C6_chemical_A1 +LQ04X017560 Protein IQ-DOMAIN 14 8.127515855 C6_chemical_A3 +LQ04X017560 Protein IQ-DOMAIN 14 9.545326061 C6_chemical_B1 +LQ04X017560 Protein IQ-DOMAIN 14 8.98121845 C6_chemical_B2 +LQ04X017560 Protein IQ-DOMAIN 14 9.447291672 C6_chemical_B3 +LQ04X017560 Protein IQ-DOMAIN 14 9.970779729 C6_chemical_C1 +LQ04X017560 Protein IQ-DOMAIN 14 9.653271142 C6_chemical_C2 +LQ04X017560 Protein IQ-DOMAIN 14 9.55177614 C6_chemical_C3 +LQ04X017560 Protein IQ-DOMAIN 14 8.472258987 L4_control_A1 +LQ04X017560 Protein IQ-DOMAIN 14 8.586680814 L4_control_A2 +LQ04X017560 Protein IQ-DOMAIN 14 9.063659624 L4_control_A3 +LQ04X017560 Protein IQ-DOMAIN 14 9.940479618 L4_control_B1 +LQ04X017560 Protein IQ-DOMAIN 14 7.926207368 L4_control_B2 +LQ04X017560 Protein IQ-DOMAIN 14 10.07566403 L4_control_B3 +LQ04X017560 Protein IQ-DOMAIN 14 9.898517819 L4_control_C2 +LQ04X017560 Protein IQ-DOMAIN 14 8.64734989 L4_control_C3 +LQ04X017560 Protein IQ-DOMAIN 14 8.337708748 L4_chemical_A1 +LQ04X017560 Protein IQ-DOMAIN 14 9.088043398 L4_chemical_A2 +LQ04X017560 Protein IQ-DOMAIN 14 9.229522464 L4_chemical_A3 +LQ04X017560 Protein IQ-DOMAIN 14 9.32673576 L4_chemical_B1 +LQ04X017560 Protein IQ-DOMAIN 14 8.642081508 L4_chemical_B2 +LQ04X017560 Protein IQ-DOMAIN 14 9.027411569 L4_chemical_B3 +LQ04X017560 Protein IQ-DOMAIN 14 9.725478034 L4_chemical_C2 +LQ04X017560 Protein IQ-DOMAIN 14 8.468356286 L4_chemical_C3 +LQ04X017580 Predicted protein 5.467707489 C6_control_A1 +LQ04X017580 Predicted protein 5.199758801 C6_control_A3 +LQ04X017580 Predicted protein 5.091302885 C6_control_B1 +LQ04X017580 Predicted protein 4.966971403 C6_control_B2 +LQ04X017580 Predicted protein 5.318010399 C6_control_B3 +LQ04X017580 Predicted protein 5.296056062 C6_control_C1 +LQ04X017580 Predicted protein 5.249865107 C6_control_C2 +LQ04X017580 Predicted protein 5.162254137 C6_control_C3 +LQ04X017580 Predicted protein 5.044878157 C6_chemical_A1 +LQ04X017580 Predicted protein 5.124427315 C6_chemical_A3 +LQ04X017580 Predicted protein 4.985742998 C6_chemical_B1 +LQ04X017580 Predicted protein 4.843118706 C6_chemical_B2 +LQ04X017580 Predicted protein 4.928941257 C6_chemical_B3 +LQ04X017580 Predicted protein 5.393197863 C6_chemical_C1 +LQ04X017580 Predicted protein 5.121098983 C6_chemical_C2 +LQ04X017580 Predicted protein 4.786920564 C6_chemical_C3 +LQ04X017580 Predicted protein 5.263559543 L4_control_A1 +LQ04X017580 Predicted protein 5.127500151 L4_control_A2 +LQ04X017580 Predicted protein 5.376543235 L4_control_A3 +LQ04X017580 Predicted protein 5.16065282 L4_control_B1 +LQ04X017580 Predicted protein 5.056648044 L4_control_B2 +LQ04X017580 Predicted protein 5.111427874 L4_control_B3 +LQ04X017580 Predicted protein 6.09414577 L4_control_C2 +LQ04X017580 Predicted protein 5.120552883 L4_control_C3 +LQ04X017580 Predicted protein 4.852230241 L4_chemical_A1 +LQ04X017580 Predicted protein 4.833202781 L4_chemical_A2 +LQ04X017580 Predicted protein 5.694321258 L4_chemical_A3 +LQ04X017580 Predicted protein 5.406239915 L4_chemical_B1 +LQ04X017580 Predicted protein 5.115824636 L4_chemical_B2 +LQ04X017580 Predicted protein 5.192248021 L4_chemical_B3 +LQ04X017580 Predicted protein 6.561550253 L4_chemical_C2 +LQ04X017580 Predicted protein 5.65170168 L4_chemical_C3 +LQ04X017590 Predicted protein 10.46587453 C6_control_A1 +LQ04X017590 Predicted protein 10.55295339 C6_control_A3 +LQ04X017590 Predicted protein 10.23140156 C6_control_B1 +LQ04X017590 Predicted protein 9.887736523 C6_control_B2 +LQ04X017590 Predicted protein 10.7431383 C6_control_B3 +LQ04X017590 Predicted protein 10.46090721 C6_control_C1 +LQ04X017590 Predicted protein 9.966032509 C6_control_C2 +LQ04X017590 Predicted protein 10.93670828 C6_control_C3 +LQ04X017590 Predicted protein 10.48945447 C6_chemical_A1 +LQ04X017590 Predicted protein 10.69930148 C6_chemical_A3 +LQ04X017590 Predicted protein 10.26311293 C6_chemical_B1 +LQ04X017590 Predicted protein 9.886587594 C6_chemical_B2 +LQ04X017590 Predicted protein 10.47423344 C6_chemical_B3 +LQ04X017590 Predicted protein 10.38804465 C6_chemical_C1 +LQ04X017590 Predicted protein 10.42059468 C6_chemical_C2 +LQ04X017590 Predicted protein 10.87213323 C6_chemical_C3 +LQ04X017590 Predicted protein 11.2458256 L4_control_A1 +LQ04X017590 Predicted protein 11.27393501 L4_control_A2 +LQ04X017590 Predicted protein 11.62184248 L4_control_A3 +LQ04X017590 Predicted protein 11.54738396 L4_control_B1 +LQ04X017590 Predicted protein 11.27097935 L4_control_B2 +LQ04X017590 Predicted protein 10.41253324 L4_control_B3 +LQ04X017590 Predicted protein 11.14330752 L4_control_C2 +LQ04X017590 Predicted protein 11.10980231 L4_control_C3 +LQ04X017590 Predicted protein 11.17932018 L4_chemical_A1 +LQ04X017590 Predicted protein 11.35808936 L4_chemical_A2 +LQ04X017590 Predicted protein 11.84254338 L4_chemical_A3 +LQ04X017590 Predicted protein 11.43018274 L4_chemical_B1 +LQ04X017590 Predicted protein 11.42052211 L4_chemical_B2 +LQ04X017590 Predicted protein 10.45777958 L4_chemical_B3 +LQ04X017590 Predicted protein 11.44775366 L4_chemical_C2 +LQ04X017590 Predicted protein 11.13810494 L4_chemical_C3 +LQ04X017610 Transcription factor bHLH113 11.76698421 C6_control_A1 +LQ04X017610 Transcription factor bHLH113 11.95981512 C6_control_A3 +LQ04X017610 Transcription factor bHLH113 10.47177716 C6_control_B1 +LQ04X017610 Transcription factor bHLH113 11.1487982 C6_control_B2 +LQ04X017610 Transcription factor bHLH113 12.0378435 C6_control_B3 +LQ04X017610 Transcription factor bHLH113 11.8212882 C6_control_C1 +LQ04X017610 Transcription factor bHLH113 12.10800159 C6_control_C2 +LQ04X017610 Transcription factor bHLH113 12.1950943 C6_control_C3 +LQ04X017610 Transcription factor bHLH113 10.98453727 C6_chemical_A1 +LQ04X017610 Transcription factor bHLH113 11.23823653 C6_chemical_A3 +LQ04X017610 Transcription factor bHLH113 10.00537554 C6_chemical_B1 +LQ04X017610 Transcription factor bHLH113 10.83300406 C6_chemical_B2 +LQ04X017610 Transcription factor bHLH113 11.1226023 C6_chemical_B3 +LQ04X017610 Transcription factor bHLH113 11.62192813 C6_chemical_C1 +LQ04X017610 Transcription factor bHLH113 11.37370017 C6_chemical_C2 +LQ04X017610 Transcription factor bHLH113 11.58906249 C6_chemical_C3 +LQ04X017610 Transcription factor bHLH113 11.85476477 L4_control_A1 +LQ04X017610 Transcription factor bHLH113 12.50344217 L4_control_A2 +LQ04X017610 Transcription factor bHLH113 11.32497638 L4_control_A3 +LQ04X017610 Transcription factor bHLH113 10.25833916 L4_control_B1 +LQ04X017610 Transcription factor bHLH113 11.83259398 L4_control_B2 +LQ04X017610 Transcription factor bHLH113 11.2930458 L4_control_B3 +LQ04X017610 Transcription factor bHLH113 11.87962836 L4_control_C2 +LQ04X017610 Transcription factor bHLH113 12.53692061 L4_control_C3 +LQ04X017610 Transcription factor bHLH113 11.3619578 L4_chemical_A1 +LQ04X017610 Transcription factor bHLH113 11.16489185 L4_chemical_A2 +LQ04X017610 Transcription factor bHLH113 11.40466811 L4_chemical_A3 +LQ04X017610 Transcription factor bHLH113 10.30573756 L4_chemical_B1 +LQ04X017610 Transcription factor bHLH113 10.77880009 L4_chemical_B2 +LQ04X017610 Transcription factor bHLH113 11.46198444 L4_chemical_B3 +LQ04X017610 Transcription factor bHLH113 11.76452807 L4_chemical_C2 +LQ04X017610 Transcription factor bHLH113 11.37396304 L4_chemical_C3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.585740339 C6_control_A1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.375610865 C6_control_A3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.28418296 C6_control_B1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.256096479 C6_control_B2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.014536943 C6_control_B3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.73559119 C6_control_C1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.685280195 C6_control_C2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.503936909 C6_control_C3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.28620637 C6_chemical_A1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.111943394 C6_chemical_A3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.409857993 C6_chemical_B1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.258332643 C6_chemical_B2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.124069026 C6_chemical_B3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.644815006 C6_chemical_C1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.420100246 C6_chemical_C2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.327749317 C6_chemical_C3 +LQ04X017620 Membrane associated ring finger 1,8, putative 4.91739453 L4_control_A1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.19466799 L4_control_A2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.270750338 L4_control_A3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.184338273 L4_control_B1 +LQ04X017620 Membrane associated ring finger 1,8, putative 4.870303324 L4_control_B2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.4522872 L4_control_B3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.028404241 L4_control_C2 +LQ04X017620 Membrane associated ring finger 1,8, putative 4.981650549 L4_control_C3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.119088654 L4_chemical_A1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.209312103 L4_chemical_A2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.264458102 L4_chemical_A3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.443932671 L4_chemical_B1 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.536406491 L4_chemical_B2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.283764317 L4_chemical_B3 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.165190757 L4_chemical_C2 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.191599173 L4_chemical_C3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.99099993 C6_control_A1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 13.66085478 C6_control_A3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.05751073 C6_control_B1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.15766252 C6_control_B2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.37214405 C6_control_B3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.3411085 C6_control_C1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.9424694 C6_control_C2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.31988962 C6_control_C3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.62577804 C6_chemical_A1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.55251802 C6_chemical_A3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.35788729 C6_chemical_B1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.09364521 C6_chemical_B2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.88343409 C6_chemical_B3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.10495034 C6_chemical_C1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.01861113 C6_chemical_C2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.93118405 C6_chemical_C3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 13.05967015 L4_control_A1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.05720749 L4_control_A2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.58884375 L4_control_A3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.74749741 L4_control_B1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 10.82503665 L4_control_B2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.90619033 L4_control_B3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.46990619 L4_control_C2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.90041369 L4_control_C3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.75064538 L4_chemical_A1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.74676991 L4_chemical_A2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.32008586 L4_chemical_A3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.89144708 L4_chemical_B1 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.01512449 L4_chemical_B2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 11.9696804 L4_chemical_B3 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.41030893 L4_chemical_C2 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.09374004 L4_chemical_C3 +LQ04X017700 Lysyl-tRNA synthetase 6.065681879 C6_control_A1 +LQ04X017700 Lysyl-tRNA synthetase 5.623516772 C6_control_A3 +LQ04X017700 Lysyl-tRNA synthetase 5.82567439 C6_control_B1 +LQ04X017700 Lysyl-tRNA synthetase 6.175499486 C6_control_B2 +LQ04X017700 Lysyl-tRNA synthetase 5.885716257 C6_control_B3 +LQ04X017700 Lysyl-tRNA synthetase 5.872637159 C6_control_C1 +LQ04X017700 Lysyl-tRNA synthetase 6.064915591 C6_control_C2 +LQ04X017700 Lysyl-tRNA synthetase 6.227998118 C6_control_C3 +LQ04X017700 Lysyl-tRNA synthetase 5.703826351 C6_chemical_A1 +LQ04X017700 Lysyl-tRNA synthetase 5.240125342 C6_chemical_A3 +LQ04X017700 Lysyl-tRNA synthetase 5.687449295 C6_chemical_B1 +LQ04X017700 Lysyl-tRNA synthetase 5.958461556 C6_chemical_B2 +LQ04X017700 Lysyl-tRNA synthetase 5.722636067 C6_chemical_B3 +LQ04X017700 Lysyl-tRNA synthetase 5.494280346 C6_chemical_C1 +LQ04X017700 Lysyl-tRNA synthetase 5.926240513 C6_chemical_C2 +LQ04X017700 Lysyl-tRNA synthetase 6.231237867 C6_chemical_C3 +LQ04X017700 Lysyl-tRNA synthetase 5.665302553 L4_control_A1 +LQ04X017700 Lysyl-tRNA synthetase 5.092244518 L4_control_A2 +LQ04X017700 Lysyl-tRNA synthetase 5.761882964 L4_control_A3 +LQ04X017700 Lysyl-tRNA synthetase 5.565185807 L4_control_B1 +LQ04X017700 Lysyl-tRNA synthetase 6.025154619 L4_control_B2 +LQ04X017700 Lysyl-tRNA synthetase 5.624840917 L4_control_B3 +LQ04X017700 Lysyl-tRNA synthetase 6.371772873 L4_control_C2 +LQ04X017700 Lysyl-tRNA synthetase 5.675650953 L4_control_C3 +LQ04X017700 Lysyl-tRNA synthetase 5.426627605 L4_chemical_A1 +LQ04X017700 Lysyl-tRNA synthetase 5.141109893 L4_chemical_A2 +LQ04X017700 Lysyl-tRNA synthetase 5.785234962 L4_chemical_A3 +LQ04X017700 Lysyl-tRNA synthetase 5.705177136 L4_chemical_B1 +LQ04X017700 Lysyl-tRNA synthetase 5.296477526 L4_chemical_B2 +LQ04X017700 Lysyl-tRNA synthetase 5.877109819 L4_chemical_B3 +LQ04X017700 Lysyl-tRNA synthetase 6.204593942 L4_chemical_C2 +LQ04X017700 Lysyl-tRNA synthetase 5.556264619 L4_chemical_C3 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.237509707 C6_control_A1 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.641983658 C6_control_A3 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.327469866 C6_control_B1 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.293772247 C6_control_B2 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.95271869 C6_control_B3 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.326330352 C6_control_C1 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.918250727 C6_control_C2 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.578601494 C6_control_C3 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.019752037 C6_chemical_A1 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.684292805 C6_chemical_A3 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.966699738 C6_chemical_B1 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.50517565 C6_chemical_B2 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.027628271 C6_chemical_B3 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.163295716 C6_chemical_C1 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.303432159 C6_chemical_C2 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.179869842 C6_chemical_C3 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.839434262 L4_control_A1 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.054234233 L4_control_A2 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.210419488 L4_control_A3 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.568263716 L4_control_B1 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.243459326 L4_control_B2 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.768809618 L4_control_B3 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.873960624 L4_control_C2 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.7543509 L4_control_C3 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.585994043 L4_chemical_A1 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.887875589 L4_chemical_A2 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.274822664 L4_chemical_A3 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.800897173 L4_chemical_B1 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.605078326 L4_chemical_B2 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.791736416 L4_chemical_B3 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.824879717 L4_chemical_C2 +LQ04X017710 Protein transport protein Sec61 subunit beta 5.811225182 L4_chemical_C3 +LQ04X017810 Transcription factor, putative 8.031425028 C6_control_A1 +LQ04X017810 Transcription factor, putative 7.149372455 C6_control_A3 +LQ04X017810 Transcription factor, putative 8.328495819 C6_control_B1 +LQ04X017810 Transcription factor, putative 7.572798807 C6_control_B2 +LQ04X017810 Transcription factor, putative 8.910962763 C6_control_B3 +LQ04X017810 Transcription factor, putative 7.489917981 C6_control_C1 +LQ04X017810 Transcription factor, putative 6.06011108 C6_control_C2 +LQ04X017810 Transcription factor, putative 7.211100908 C6_control_C3 +LQ04X017810 Transcription factor, putative 7.943568723 C6_chemical_A1 +LQ04X017810 Transcription factor, putative 8.084049045 C6_chemical_A3 +LQ04X017810 Transcription factor, putative 8.528869765 C6_chemical_B1 +LQ04X017810 Transcription factor, putative 7.640545557 C6_chemical_B2 +LQ04X017810 Transcription factor, putative 8.403837654 C6_chemical_B3 +LQ04X017810 Transcription factor, putative 6.792584257 C6_chemical_C1 +LQ04X017810 Transcription factor, putative 6.920139934 C6_chemical_C2 +LQ04X017810 Transcription factor, putative 6.75802586 C6_chemical_C3 +LQ04X017810 Transcription factor, putative 7.647622203 L4_control_A1 +LQ04X017810 Transcription factor, putative 8.805076626 L4_control_A2 +LQ04X017810 Transcription factor, putative 8.479475392 L4_control_A3 +LQ04X017810 Transcription factor, putative 7.374257484 L4_control_B1 +LQ04X017810 Transcription factor, putative 8.03633491 L4_control_B2 +LQ04X017810 Transcription factor, putative 8.436674382 L4_control_B3 +LQ04X017810 Transcription factor, putative 8.564780968 L4_control_C2 +LQ04X017810 Transcription factor, putative 7.750719307 L4_control_C3 +LQ04X017810 Transcription factor, putative 7.297684713 L4_chemical_A1 +LQ04X017810 Transcription factor, putative 8.759853762 L4_chemical_A2 +LQ04X017810 Transcription factor, putative 8.494727789 L4_chemical_A3 +LQ04X017810 Transcription factor, putative 8.216819816 L4_chemical_B1 +LQ04X017810 Transcription factor, putative 9.094825449 L4_chemical_B2 +LQ04X017810 Transcription factor, putative 8.357726308 L4_chemical_B3 +LQ04X017810 Transcription factor, putative 9.037049026 L4_chemical_C2 +LQ04X017810 Transcription factor, putative 7.729981788 L4_chemical_C3 +LQ04X017820 Putative uncharacterized protein 7.002559074 C6_control_A1 +LQ04X017820 Putative uncharacterized protein 5.983052806 C6_control_A3 +LQ04X017820 Putative uncharacterized protein 5.773762339 C6_control_B1 +LQ04X017820 Putative uncharacterized protein 7.561236949 C6_control_B2 +LQ04X017820 Putative uncharacterized protein 5.932926181 C6_control_B3 +LQ04X017820 Putative uncharacterized protein 7.809269213 C6_control_C1 +LQ04X017820 Putative uncharacterized protein 8.097515986 C6_control_C2 +LQ04X017820 Putative uncharacterized protein 7.683612472 C6_control_C3 +LQ04X017820 Putative uncharacterized protein 6.639495012 C6_chemical_A1 +LQ04X017820 Putative uncharacterized protein 6.331760098 C6_chemical_A3 +LQ04X017820 Putative uncharacterized protein 5.571915425 C6_chemical_B1 +LQ04X017820 Putative uncharacterized protein 7.86922786 C6_chemical_B2 +LQ04X017820 Putative uncharacterized protein 6.561134072 C6_chemical_B3 +LQ04X017820 Putative uncharacterized protein 7.842891354 C6_chemical_C1 +LQ04X017820 Putative uncharacterized protein 7.896479336 C6_chemical_C2 +LQ04X017820 Putative uncharacterized protein 8.259124598 C6_chemical_C3 +LQ04X017820 Putative uncharacterized protein 7.562059027 L4_control_A1 +LQ04X017820 Putative uncharacterized protein 6.215994102 L4_control_A2 +LQ04X017820 Putative uncharacterized protein 6.14104615 L4_control_A3 +LQ04X017820 Putative uncharacterized protein 5.809415372 L4_control_B1 +LQ04X017820 Putative uncharacterized protein 6.265033811 L4_control_B2 +LQ04X017820 Putative uncharacterized protein 8.480841786 L4_control_B3 +LQ04X017820 Putative uncharacterized protein 7.208131447 L4_control_C2 +LQ04X017820 Putative uncharacterized protein 6.815417986 L4_control_C3 +LQ04X017820 Putative uncharacterized protein 7.335041295 L4_chemical_A1 +LQ04X017820 Putative uncharacterized protein 6.18765224 L4_chemical_A2 +LQ04X017820 Putative uncharacterized protein 6.482021884 L4_chemical_A3 +LQ04X017820 Putative uncharacterized protein 5.873807462 L4_chemical_B1 +LQ04X017820 Putative uncharacterized protein 5.890841194 L4_chemical_B2 +LQ04X017820 Putative uncharacterized protein 8.131346158 L4_chemical_B3 +LQ04X017820 Putative uncharacterized protein 7.304140129 L4_chemical_C2 +LQ04X017820 Putative uncharacterized protein 7.960642559 L4_chemical_C3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.91636128 C6_control_A1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.06205654 C6_control_A3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.91252018 C6_control_B1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.36024777 C6_control_B2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.710019 C6_control_B3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.35122814 C6_control_C1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.16007844 C6_control_C2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.37781066 C6_control_C3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.95987565 C6_chemical_A1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.96733845 C6_chemical_A3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.81220331 C6_chemical_B1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.20663866 C6_chemical_B2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.49977983 C6_chemical_B3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.19793309 C6_chemical_C1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.16917538 C6_chemical_C2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.02511164 C6_chemical_C3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.35897883 L4_control_A1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.36779602 L4_control_A2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.83063907 L4_control_A3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.31633988 L4_control_B1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.37023254 L4_control_B2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.96849631 L4_control_B3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.99737074 L4_control_C2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.90988228 L4_control_C3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.59551468 L4_chemical_A1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.51858942 L4_chemical_A2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.92620532 L4_chemical_A3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.06455395 L4_chemical_B1 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.38545332 L4_chemical_B2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.17501688 L4_chemical_B3 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.23721473 L4_chemical_C2 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 14.03925906 L4_chemical_C3 +LQ04X017860 Putative GDSL esterase/lipase 7 7.706761313 C6_control_A1 +LQ04X017860 Putative GDSL esterase/lipase 7 7.176826212 C6_control_A3 +LQ04X017860 Putative GDSL esterase/lipase 7 7.560381021 C6_control_B1 +LQ04X017860 Putative GDSL esterase/lipase 7 5.852367606 C6_control_B2 +LQ04X017860 Putative GDSL esterase/lipase 7 8.225716671 C6_control_B3 +LQ04X017860 Putative GDSL esterase/lipase 7 6.954766871 C6_control_C1 +LQ04X017860 Putative GDSL esterase/lipase 7 5.383491378 C6_control_C2 +LQ04X017860 Putative GDSL esterase/lipase 7 7.178492265 C6_control_C3 +LQ04X017860 Putative GDSL esterase/lipase 7 7.833279836 C6_chemical_A1 +LQ04X017860 Putative GDSL esterase/lipase 7 6.3608662 C6_chemical_A3 +LQ04X017860 Putative GDSL esterase/lipase 7 8.658288308 C6_chemical_B1 +LQ04X017860 Putative GDSL esterase/lipase 7 5.505772021 C6_chemical_B2 +LQ04X017860 Putative GDSL esterase/lipase 7 9.014829063 C6_chemical_B3 +LQ04X017860 Putative GDSL esterase/lipase 7 6.957378545 C6_chemical_C1 +LQ04X017860 Putative GDSL esterase/lipase 7 5.417246694 C6_chemical_C2 +LQ04X017860 Putative GDSL esterase/lipase 7 7.48952729 C6_chemical_C3 +LQ04X017860 Putative GDSL esterase/lipase 7 8.28786929 L4_control_A1 +LQ04X017860 Putative GDSL esterase/lipase 7 8.871833677 L4_control_A2 +LQ04X017860 Putative GDSL esterase/lipase 7 8.202654691 L4_control_A3 +LQ04X017860 Putative GDSL esterase/lipase 7 10.31066547 L4_control_B1 +LQ04X017860 Putative GDSL esterase/lipase 7 8.586501681 L4_control_B2 +LQ04X017860 Putative GDSL esterase/lipase 7 7.05601567 L4_control_B3 +LQ04X017860 Putative GDSL esterase/lipase 7 9.591352561 L4_control_C2 +LQ04X017860 Putative GDSL esterase/lipase 7 9.002532662 L4_control_C3 +LQ04X017860 Putative GDSL esterase/lipase 7 8.416566755 L4_chemical_A1 +LQ04X017860 Putative GDSL esterase/lipase 7 8.896535174 L4_chemical_A2 +LQ04X017860 Putative GDSL esterase/lipase 7 9.874260942 L4_chemical_A3 +LQ04X017860 Putative GDSL esterase/lipase 7 7.933415428 L4_chemical_B1 +LQ04X017860 Putative GDSL esterase/lipase 7 9.009939311 L4_chemical_B2 +LQ04X017860 Putative GDSL esterase/lipase 7 7.331296746 L4_chemical_B3 +LQ04X017860 Putative GDSL esterase/lipase 7 10.50136806 L4_chemical_C2 +LQ04X017860 Putative GDSL esterase/lipase 7 9.530435925 L4_chemical_C3 +LQ04X017880 Putative Disease resistance protein RGA2 10.47008541 C6_control_A1 +LQ04X017880 Putative Disease resistance protein RGA2 10.55969473 C6_control_A3 +LQ04X017880 Putative Disease resistance protein RGA2 10.83498559 C6_control_B1 +LQ04X017880 Putative Disease resistance protein RGA2 10.91267245 C6_control_B2 +LQ04X017880 Putative Disease resistance protein RGA2 11.13186416 C6_control_B3 +LQ04X017880 Putative Disease resistance protein RGA2 11.30109751 C6_control_C1 +LQ04X017880 Putative Disease resistance protein RGA2 11.09318677 C6_control_C2 +LQ04X017880 Putative Disease resistance protein RGA2 11.11780996 C6_control_C3 +LQ04X017880 Putative Disease resistance protein RGA2 9.768262336 C6_chemical_A1 +LQ04X017880 Putative Disease resistance protein RGA2 10.24798452 C6_chemical_A3 +LQ04X017880 Putative Disease resistance protein RGA2 10.53481913 C6_chemical_B1 +LQ04X017880 Putative Disease resistance protein RGA2 10.36254007 C6_chemical_B2 +LQ04X017880 Putative Disease resistance protein RGA2 10.40924346 C6_chemical_B3 +LQ04X017880 Putative Disease resistance protein RGA2 10.93589058 C6_chemical_C1 +LQ04X017880 Putative Disease resistance protein RGA2 11.22348253 C6_chemical_C2 +LQ04X017880 Putative Disease resistance protein RGA2 10.82964975 C6_chemical_C3 +LQ04X017880 Putative Disease resistance protein RGA2 9.67571373 L4_control_A1 +LQ04X017880 Putative Disease resistance protein RGA2 10.09192712 L4_control_A2 +LQ04X017880 Putative Disease resistance protein RGA2 9.872857059 L4_control_A3 +LQ04X017880 Putative Disease resistance protein RGA2 10.45099766 L4_control_B1 +LQ04X017880 Putative Disease resistance protein RGA2 11.17722141 L4_control_B2 +LQ04X017880 Putative Disease resistance protein RGA2 10.58733876 L4_control_B3 +LQ04X017880 Putative Disease resistance protein RGA2 11.81026637 L4_control_C2 +LQ04X017880 Putative Disease resistance protein RGA2 11.55533374 L4_control_C3 +LQ04X017880 Putative Disease resistance protein RGA2 9.689527253 L4_chemical_A1 +LQ04X017880 Putative Disease resistance protein RGA2 9.855285239 L4_chemical_A2 +LQ04X017880 Putative Disease resistance protein RGA2 9.37456048 L4_chemical_A3 +LQ04X017880 Putative Disease resistance protein RGA2 10.46249746 L4_chemical_B1 +LQ04X017880 Putative Disease resistance protein RGA2 11.09817379 L4_chemical_B2 +LQ04X017880 Putative Disease resistance protein RGA2 9.931023002 L4_chemical_B3 +LQ04X017880 Putative Disease resistance protein RGA2 11.70699681 L4_chemical_C2 +LQ04X017880 Putative Disease resistance protein RGA2 11.51198899 L4_chemical_C3 +LQ04X017910 Hypothetical protein 4.914444278 C6_control_A1 +LQ04X017910 Hypothetical protein 4.880854496 C6_control_A3 +LQ04X017910 Hypothetical protein 5.063239032 C6_control_B1 +LQ04X017910 Hypothetical protein 5.107713897 C6_control_B2 +LQ04X017910 Hypothetical protein 4.990833069 C6_control_B3 +LQ04X017910 Hypothetical protein 4.984492747 C6_control_C1 +LQ04X017910 Hypothetical protein 5.208707724 C6_control_C2 +LQ04X017910 Hypothetical protein 4.790130313 C6_control_C3 +LQ04X017910 Hypothetical protein 5.126472181 C6_chemical_A1 +LQ04X017910 Hypothetical protein 4.771150972 C6_chemical_A3 +LQ04X017910 Hypothetical protein 5.091934294 C6_chemical_B1 +LQ04X017910 Hypothetical protein 5.105570613 C6_chemical_B2 +LQ04X017910 Hypothetical protein 4.756535789 C6_chemical_B3 +LQ04X017910 Hypothetical protein 5.346839672 C6_chemical_C1 +LQ04X017910 Hypothetical protein 4.96523401 C6_chemical_C2 +LQ04X017910 Hypothetical protein 4.779658524 C6_chemical_C3 +LQ04X017910 Hypothetical protein 4.908204772 L4_control_A1 +LQ04X017910 Hypothetical protein 4.883719829 L4_control_A2 +LQ04X017910 Hypothetical protein 4.821394593 L4_control_A3 +LQ04X017910 Hypothetical protein 4.916420217 L4_control_B1 +LQ04X017910 Hypothetical protein 5.008402309 L4_control_B2 +LQ04X017910 Hypothetical protein 4.897393203 L4_control_B3 +LQ04X017910 Hypothetical protein 5.357803027 L4_control_C2 +LQ04X017910 Hypothetical protein 4.689562049 L4_control_C3 +LQ04X017910 Hypothetical protein 5.131306984 L4_chemical_A1 +LQ04X017910 Hypothetical protein 4.673439556 L4_chemical_A2 +LQ04X017910 Hypothetical protein 4.871503812 L4_chemical_A3 +LQ04X017910 Hypothetical protein 4.860613644 L4_chemical_B1 +LQ04X017910 Hypothetical protein 4.87810041 L4_chemical_B2 +LQ04X017910 Hypothetical protein 4.931446551 L4_chemical_B3 +LQ04X017910 Hypothetical protein 5.356980633 L4_chemical_C2 +LQ04X017910 Hypothetical protein 4.772593841 L4_chemical_C3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.046089169 C6_control_A1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.379710401 C6_control_A3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.263460676 C6_control_B1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 4.861112638 C6_control_B2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.236809161 C6_control_B3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.301168773 C6_control_C1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.109409982 C6_control_C2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.197239512 C6_control_C3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.128080199 C6_chemical_A1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.208454621 C6_chemical_A3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.102667057 C6_chemical_B1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.0041401 C6_chemical_B2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.520485558 C6_chemical_B3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.33011094 C6_chemical_C1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.111829426 C6_chemical_C2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.149180644 C6_chemical_C3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.143286759 L4_control_A1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.036434683 L4_control_A2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.398497403 L4_control_A3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.233655776 L4_control_B1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.753225296 L4_control_B2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.281850319 L4_control_B3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.4336077 L4_control_C2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.607145127 L4_control_C3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.48975786 L4_chemical_A1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.110740292 L4_chemical_A2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.270463147 L4_chemical_A3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.226115455 L4_chemical_B1 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.637602493 L4_chemical_B2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.24619536 L4_chemical_B3 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.603523978 L4_chemical_C2 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.834099128 L4_chemical_C3 +LQ04X018000 Predicted protein 11.5405902 C6_control_A1 +LQ04X018000 Predicted protein 11.61303882 C6_control_A3 +LQ04X018000 Predicted protein 11.20528367 C6_control_B1 +LQ04X018000 Predicted protein 11.07588878 C6_control_B2 +LQ04X018000 Predicted protein 11.609919 C6_control_B3 +LQ04X018000 Predicted protein 10.39596028 C6_control_C1 +LQ04X018000 Predicted protein 10.77008179 C6_control_C2 +LQ04X018000 Predicted protein 10.98786953 C6_control_C3 +LQ04X018000 Predicted protein 11.73420124 C6_chemical_A1 +LQ04X018000 Predicted protein 11.55903747 C6_chemical_A3 +LQ04X018000 Predicted protein 11.03735422 C6_chemical_B1 +LQ04X018000 Predicted protein 11.05367903 C6_chemical_B2 +LQ04X018000 Predicted protein 11.70755686 C6_chemical_B3 +LQ04X018000 Predicted protein 10.30441989 C6_chemical_C1 +LQ04X018000 Predicted protein 10.57572596 C6_chemical_C2 +LQ04X018000 Predicted protein 11.01261436 C6_chemical_C3 +LQ04X018000 Predicted protein 11.88212277 L4_control_A1 +LQ04X018000 Predicted protein 11.9511651 L4_control_A2 +LQ04X018000 Predicted protein 12.12890094 L4_control_A3 +LQ04X018000 Predicted protein 11.78271475 L4_control_B1 +LQ04X018000 Predicted protein 10.97961473 L4_control_B2 +LQ04X018000 Predicted protein 11.27786472 L4_control_B3 +LQ04X018000 Predicted protein 10.80009654 L4_control_C2 +LQ04X018000 Predicted protein 10.55398019 L4_control_C3 +LQ04X018000 Predicted protein 12.54243453 L4_chemical_A1 +LQ04X018000 Predicted protein 12.11588422 L4_chemical_A2 +LQ04X018000 Predicted protein 12.75908019 L4_chemical_A3 +LQ04X018000 Predicted protein 12.13310681 L4_chemical_B1 +LQ04X018000 Predicted protein 11.36415675 L4_chemical_B2 +LQ04X018000 Predicted protein 11.98493791 L4_chemical_B3 +LQ04X018000 Predicted protein 10.62901879 L4_chemical_C2 +LQ04X018000 Predicted protein 10.39114511 L4_chemical_C3 +LQ04X018020 Zinc finger protein, putative 8.520604562 C6_control_A1 +LQ04X018020 Zinc finger protein, putative 6.935964543 C6_control_A3 +LQ04X018020 Zinc finger protein, putative 9.275026307 C6_control_B1 +LQ04X018020 Zinc finger protein, putative 9.689457777 C6_control_B2 +LQ04X018020 Zinc finger protein, putative 9.753518778 C6_control_B3 +LQ04X018020 Zinc finger protein, putative 9.109900636 C6_control_C1 +LQ04X018020 Zinc finger protein, putative 9.440137163 C6_control_C2 +LQ04X018020 Zinc finger protein, putative 9.811215854 C6_control_C3 +LQ04X018020 Zinc finger protein, putative 8.70971538 C6_chemical_A1 +LQ04X018020 Zinc finger protein, putative 8.200196707 C6_chemical_A3 +LQ04X018020 Zinc finger protein, putative 9.250351101 C6_chemical_B1 +LQ04X018020 Zinc finger protein, putative 9.431888817 C6_chemical_B2 +LQ04X018020 Zinc finger protein, putative 9.749629043 C6_chemical_B3 +LQ04X018020 Zinc finger protein, putative 8.868151446 C6_chemical_C1 +LQ04X018020 Zinc finger protein, putative 9.144964327 C6_chemical_C2 +LQ04X018020 Zinc finger protein, putative 8.227580946 C6_chemical_C3 +LQ04X018020 Zinc finger protein, putative 8.693495489 L4_control_A1 +LQ04X018020 Zinc finger protein, putative 7.851976624 L4_control_A2 +LQ04X018020 Zinc finger protein, putative 7.972986676 L4_control_A3 +LQ04X018020 Zinc finger protein, putative 9.101682755 L4_control_B1 +LQ04X018020 Zinc finger protein, putative 9.043106642 L4_control_B2 +LQ04X018020 Zinc finger protein, putative 10.298212 L4_control_B3 +LQ04X018020 Zinc finger protein, putative 9.79711408 L4_control_C2 +LQ04X018020 Zinc finger protein, putative 9.973908844 L4_control_C3 +LQ04X018020 Zinc finger protein, putative 9.263290173 L4_chemical_A1 +LQ04X018020 Zinc finger protein, putative 7.787800954 L4_chemical_A2 +LQ04X018020 Zinc finger protein, putative 8.148980269 L4_chemical_A3 +LQ04X018020 Zinc finger protein, putative 9.69352404 L4_chemical_B1 +LQ04X018020 Zinc finger protein, putative 9.775959097 L4_chemical_B2 +LQ04X018020 Zinc finger protein, putative 8.614729522 L4_chemical_B3 +LQ04X018020 Zinc finger protein, putative 9.852249402 L4_chemical_C2 +LQ04X018020 Zinc finger protein, putative 10.58686728 L4_chemical_C3 +LQ04X018060 Putative uncharacterized protein 5.503468225 C6_control_A1 +LQ04X018060 Putative uncharacterized protein 4.89945385 C6_control_A3 +LQ04X018060 Putative uncharacterized protein 5.464565092 C6_control_B1 +LQ04X018060 Putative uncharacterized protein 5.239623709 C6_control_B2 +LQ04X018060 Putative uncharacterized protein 5.444699439 C6_control_B3 +LQ04X018060 Putative uncharacterized protein 6.219417545 C6_control_C1 +LQ04X018060 Putative uncharacterized protein 5.820206779 C6_control_C2 +LQ04X018060 Putative uncharacterized protein 6.741750211 C6_control_C3 +LQ04X018060 Putative uncharacterized protein 5.24060226 C6_chemical_A1 +LQ04X018060 Putative uncharacterized protein 5.295409014 C6_chemical_A3 +LQ04X018060 Putative uncharacterized protein 5.263821949 C6_chemical_B1 +LQ04X018060 Putative uncharacterized protein 4.798570728 C6_chemical_B2 +LQ04X018060 Putative uncharacterized protein 5.291996564 C6_chemical_B3 +LQ04X018060 Putative uncharacterized protein 5.568545452 C6_chemical_C1 +LQ04X018060 Putative uncharacterized protein 5.412721335 C6_chemical_C2 +LQ04X018060 Putative uncharacterized protein 7.586233372 C6_chemical_C3 +LQ04X018060 Putative uncharacterized protein 6.160503092 L4_control_A1 +LQ04X018060 Putative uncharacterized protein 4.971772902 L4_control_A2 +LQ04X018060 Putative uncharacterized protein 5.751156493 L4_control_A3 +LQ04X018060 Putative uncharacterized protein 5.158822373 L4_control_B1 +LQ04X018060 Putative uncharacterized protein 5.010205113 L4_control_B2 +LQ04X018060 Putative uncharacterized protein 5.689523122 L4_control_B3 +LQ04X018060 Putative uncharacterized protein 6.877329998 L4_control_C2 +LQ04X018060 Putative uncharacterized protein 6.701816827 L4_control_C3 +LQ04X018060 Putative uncharacterized protein 8.554031794 L4_chemical_A1 +LQ04X018060 Putative uncharacterized protein 5.609160558 L4_chemical_A2 +LQ04X018060 Putative uncharacterized protein 5.834118582 L4_chemical_A3 +LQ04X018060 Putative uncharacterized protein 6.324963212 L4_chemical_B1 +LQ04X018060 Putative uncharacterized protein 4.75086634 L4_chemical_B2 +LQ04X018060 Putative uncharacterized protein 5.110715306 L4_chemical_B3 +LQ04X018060 Putative uncharacterized protein 6.46237388 L4_chemical_C2 +LQ04X018060 Putative uncharacterized protein 6.693058924 L4_chemical_C3 +LQ04X018110 Endochitinase PR4 9.613034796 C6_control_A1 +LQ04X018110 Endochitinase PR4 10.09751958 C6_control_A3 +LQ04X018110 Endochitinase PR4 10.33829403 C6_control_B1 +LQ04X018110 Endochitinase PR4 10.44127648 C6_control_B2 +LQ04X018110 Endochitinase PR4 11.6694806 C6_control_B3 +LQ04X018110 Endochitinase PR4 10.12844508 C6_control_C1 +LQ04X018110 Endochitinase PR4 11.33011089 C6_control_C2 +LQ04X018110 Endochitinase PR4 11.79762874 C6_control_C3 +LQ04X018110 Endochitinase PR4 9.260378027 C6_chemical_A1 +LQ04X018110 Endochitinase PR4 9.117558097 C6_chemical_A3 +LQ04X018110 Endochitinase PR4 10.47368673 C6_chemical_B1 +LQ04X018110 Endochitinase PR4 11.02082175 C6_chemical_B2 +LQ04X018110 Endochitinase PR4 11.63465639 C6_chemical_B3 +LQ04X018110 Endochitinase PR4 9.044239918 C6_chemical_C1 +LQ04X018110 Endochitinase PR4 10.50030992 C6_chemical_C2 +LQ04X018110 Endochitinase PR4 11.67086643 C6_chemical_C3 +LQ04X018110 Endochitinase PR4 11.29268732 L4_control_A1 +LQ04X018110 Endochitinase PR4 10.05180513 L4_control_A2 +LQ04X018110 Endochitinase PR4 11.01811047 L4_control_A3 +LQ04X018110 Endochitinase PR4 10.51336561 L4_control_B1 +LQ04X018110 Endochitinase PR4 9.916582583 L4_control_B2 +LQ04X018110 Endochitinase PR4 11.87392696 L4_control_B3 +LQ04X018110 Endochitinase PR4 11.05553395 L4_control_C2 +LQ04X018110 Endochitinase PR4 12.7599879 L4_control_C3 +LQ04X018110 Endochitinase PR4 14.11585625 L4_chemical_A1 +LQ04X018110 Endochitinase PR4 11.28287666 L4_chemical_A2 +LQ04X018110 Endochitinase PR4 13.13104414 L4_chemical_A3 +LQ04X018110 Endochitinase PR4 12.30822849 L4_chemical_B1 +LQ04X018110 Endochitinase PR4 10.33974357 L4_chemical_B2 +LQ04X018110 Endochitinase PR4 10.90954477 L4_chemical_B3 +LQ04X018110 Endochitinase PR4 11.17133806 L4_chemical_C2 +LQ04X018110 Endochitinase PR4 12.28428276 L4_chemical_C3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.675151627 C6_control_A1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.802513075 C6_control_A3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 6.018092168 C6_control_B1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.903644416 C6_control_B2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.129259673 C6_control_B3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.285955874 C6_control_C1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.721919543 C6_control_C2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.96017042 C6_control_C3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.768786332 C6_chemical_A1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.805035343 C6_chemical_A3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.443074142 C6_chemical_B1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.898570868 C6_chemical_B2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.890177525 C6_chemical_B3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.164943932 C6_chemical_C1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.11384148 C6_chemical_C2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.29412415 C6_chemical_C3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.10930623 L4_control_A1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.968434233 L4_control_A2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.191005469 L4_control_A3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.093131292 L4_control_B1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.985887083 L4_control_B2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.065197108 L4_control_B3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 6.067295159 L4_control_C2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 6.063116215 L4_control_C3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.057212656 L4_chemical_A1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.943415408 L4_chemical_A2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.058868315 L4_chemical_A3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.928498723 L4_chemical_B1 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.782300825 L4_chemical_B2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.99168678 L4_chemical_B3 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.332424396 L4_chemical_C2 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 5.337443011 L4_chemical_C3 +LQ04X018160 Endochitinase PR4 6.10619426 C6_control_A1 +LQ04X018160 Endochitinase PR4 5.212869757 C6_control_A3 +LQ04X018160 Endochitinase PR4 4.840256447 C6_control_B1 +LQ04X018160 Endochitinase PR4 5.467536405 C6_control_B2 +LQ04X018160 Endochitinase PR4 5.706649461 C6_control_B3 +LQ04X018160 Endochitinase PR4 5.069617963 C6_control_C1 +LQ04X018160 Endochitinase PR4 5.461958721 C6_control_C2 +LQ04X018160 Endochitinase PR4 5.48799882 C6_control_C3 +LQ04X018160 Endochitinase PR4 5.80815746 C6_chemical_A1 +LQ04X018160 Endochitinase PR4 5.25825814 C6_chemical_A3 +LQ04X018160 Endochitinase PR4 5.263553786 C6_chemical_B1 +LQ04X018160 Endochitinase PR4 5.414279346 C6_chemical_B2 +LQ04X018160 Endochitinase PR4 5.816428468 C6_chemical_B3 +LQ04X018160 Endochitinase PR4 5.215800588 C6_chemical_C1 +LQ04X018160 Endochitinase PR4 5.39867885 C6_chemical_C2 +LQ04X018160 Endochitinase PR4 5.278321478 C6_chemical_C3 +LQ04X018160 Endochitinase PR4 5.320286183 L4_control_A1 +LQ04X018160 Endochitinase PR4 4.839780404 L4_control_A2 +LQ04X018160 Endochitinase PR4 5.193105523 L4_control_A3 +LQ04X018160 Endochitinase PR4 5.466530386 L4_control_B1 +LQ04X018160 Endochitinase PR4 5.147796185 L4_control_B2 +LQ04X018160 Endochitinase PR4 5.258060467 L4_control_B3 +LQ04X018160 Endochitinase PR4 5.140206611 L4_control_C2 +LQ04X018160 Endochitinase PR4 5.687632414 L4_control_C3 +LQ04X018160 Endochitinase PR4 6.363059654 L4_chemical_A1 +LQ04X018160 Endochitinase PR4 6.199540039 L4_chemical_A2 +LQ04X018160 Endochitinase PR4 5.276934709 L4_chemical_A3 +LQ04X018160 Endochitinase PR4 6.892005258 L4_chemical_B1 +LQ04X018160 Endochitinase PR4 5.496063352 L4_chemical_B2 +LQ04X018160 Endochitinase PR4 5.515595203 L4_chemical_B3 +LQ04X018160 Endochitinase PR4 5.100765073 L4_chemical_C2 +LQ04X018160 Endochitinase PR4 5.427862318 L4_chemical_C3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.8358263 C6_control_A1 +LQ04X018190 Signal recognition particle 14 kDa protein 6.446022634 C6_control_A3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.400651575 C6_control_B1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.536963077 C6_control_B2 +LQ04X018190 Signal recognition particle 14 kDa protein 5.738028262 C6_control_B3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.151451907 C6_control_C1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.926651482 C6_control_C2 +LQ04X018190 Signal recognition particle 14 kDa protein 5.315000533 C6_control_C3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.517429634 C6_chemical_A1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.32052895 C6_chemical_A3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.193503342 C6_chemical_B1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.435652622 C6_chemical_B2 +LQ04X018190 Signal recognition particle 14 kDa protein 5.061199952 C6_chemical_B3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.387926669 C6_chemical_C1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.090011046 C6_chemical_C2 +LQ04X018190 Signal recognition particle 14 kDa protein 4.953452905 C6_chemical_C3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.408855309 L4_control_A1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.170552327 L4_control_A2 +LQ04X018190 Signal recognition particle 14 kDa protein 5.601861296 L4_control_A3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.117222405 L4_control_B1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.221810393 L4_control_B2 +LQ04X018190 Signal recognition particle 14 kDa protein 5.450690743 L4_control_B3 +LQ04X018190 Signal recognition particle 14 kDa protein 4.765472665 L4_control_C2 +LQ04X018190 Signal recognition particle 14 kDa protein 4.904592886 L4_control_C3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.111622055 L4_chemical_A1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.175758869 L4_chemical_A2 +LQ04X018190 Signal recognition particle 14 kDa protein 5.260144443 L4_chemical_A3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.468675125 L4_chemical_B1 +LQ04X018190 Signal recognition particle 14 kDa protein 5.689650709 L4_chemical_B2 +LQ04X018190 Signal recognition particle 14 kDa protein 5.172668658 L4_chemical_B3 +LQ04X018190 Signal recognition particle 14 kDa protein 5.064196911 L4_chemical_C2 +LQ04X018190 Signal recognition particle 14 kDa protein 5.326498488 L4_chemical_C3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.220568057 C6_control_A1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.061733455 C6_control_A3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.083966008 C6_control_B1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 4.899723313 C6_control_B2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.015328401 C6_control_B3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.010941105 C6_control_C1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.112626762 C6_control_C2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.680413039 C6_control_C3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.143952149 C6_chemical_A1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.407931708 C6_chemical_A3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 4.997800684 C6_chemical_B1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 4.934701482 C6_chemical_B2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.310574443 C6_chemical_B3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.068231045 C6_chemical_C1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.369471972 C6_chemical_C2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.876357705 C6_chemical_C3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.532416276 L4_control_A1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.065279509 L4_control_A2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.187649676 L4_control_A3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.539041923 L4_control_B1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.184139932 L4_control_B2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.681273032 L4_control_B3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.452579534 L4_control_C2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 6.10654382 L4_control_C3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.879097657 L4_chemical_A1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.453355216 L4_chemical_A2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.310819623 L4_chemical_A3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.102757023 L4_chemical_B1 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.860524493 L4_chemical_B2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.48030704 L4_chemical_B3 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.947701215 L4_chemical_C2 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 6.070370617 L4_chemical_C3 +LQ04X018260 Predicted protein 11.10859817 C6_control_A1 +LQ04X018260 Predicted protein 10.67931869 C6_control_A3 +LQ04X018260 Predicted protein 11.60261697 C6_control_B1 +LQ04X018260 Predicted protein 11.51240129 C6_control_B2 +LQ04X018260 Predicted protein 11.64786023 C6_control_B3 +LQ04X018260 Predicted protein 11.8639148 C6_control_C1 +LQ04X018260 Predicted protein 12.05493034 C6_control_C2 +LQ04X018260 Predicted protein 12.3500532 C6_control_C3 +LQ04X018260 Predicted protein 11.05122392 C6_chemical_A1 +LQ04X018260 Predicted protein 11.17334941 C6_chemical_A3 +LQ04X018260 Predicted protein 11.75048133 C6_chemical_B1 +LQ04X018260 Predicted protein 11.32187988 C6_chemical_B2 +LQ04X018260 Predicted protein 11.80095528 C6_chemical_B3 +LQ04X018260 Predicted protein 11.8979178 C6_chemical_C1 +LQ04X018260 Predicted protein 11.62517807 C6_chemical_C2 +LQ04X018260 Predicted protein 12.71701361 C6_chemical_C3 +LQ04X018260 Predicted protein 10.32940395 L4_control_A1 +LQ04X018260 Predicted protein 10.12463297 L4_control_A2 +LQ04X018260 Predicted protein 9.494009651 L4_control_A3 +LQ04X018260 Predicted protein 10.90783999 L4_control_B1 +LQ04X018260 Predicted protein 11.30553532 L4_control_B2 +LQ04X018260 Predicted protein 11.03364722 L4_control_B3 +LQ04X018260 Predicted protein 11.66913961 L4_control_C2 +LQ04X018260 Predicted protein 11.49267163 L4_control_C3 +LQ04X018260 Predicted protein 11.16974154 L4_chemical_A1 +LQ04X018260 Predicted protein 10.45121272 L4_chemical_A2 +LQ04X018260 Predicted protein 9.949065145 L4_chemical_A3 +LQ04X018260 Predicted protein 11.13861917 L4_chemical_B1 +LQ04X018260 Predicted protein 10.8532102 L4_chemical_B2 +LQ04X018260 Predicted protein 10.80251244 L4_chemical_B3 +LQ04X018260 Predicted protein 11.20717925 L4_chemical_C2 +LQ04X018260 Predicted protein 11.42593247 L4_chemical_C3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.542655941 C6_control_A1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.758954352 C6_control_A3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.788055503 C6_control_B1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.638383656 C6_control_B2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.510144653 C6_control_B3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.061689443 C6_control_C1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.192366565 C6_control_C2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.162899545 C6_control_C3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.594125343 C6_chemical_A1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.611773482 C6_chemical_A3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.625863878 C6_chemical_B1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.436587145 C6_chemical_B2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.463249338 C6_chemical_B3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.104824924 C6_chemical_C1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 4.905626189 C6_chemical_C2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.020063747 C6_chemical_C3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.429115879 L4_control_A1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.411615936 L4_control_A2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 4.861760973 L4_control_A3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.898463457 L4_control_B1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.147927388 L4_control_B2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.586541787 L4_control_B3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.46633169 L4_control_C2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.300356052 L4_control_C3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.409704503 L4_chemical_A1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.379590671 L4_chemical_A2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.15259119 L4_chemical_A3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 4.985433761 L4_chemical_B1 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.048755206 L4_chemical_B2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.523944759 L4_chemical_B3 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 4.945953833 L4_chemical_C2 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.495861693 L4_chemical_C3 +LQ04X018310 Auxin-induced protein PCNT115 9.440291499 C6_control_A1 +LQ04X018310 Auxin-induced protein PCNT115 10.44476856 C6_control_A3 +LQ04X018310 Auxin-induced protein PCNT115 7.314661009 C6_control_B1 +LQ04X018310 Auxin-induced protein PCNT115 7.450683444 C6_control_B2 +LQ04X018310 Auxin-induced protein PCNT115 7.161136127 C6_control_B3 +LQ04X018310 Auxin-induced protein PCNT115 8.524345463 C6_control_C1 +LQ04X018310 Auxin-induced protein PCNT115 7.278543515 C6_control_C2 +LQ04X018310 Auxin-induced protein PCNT115 10.07451972 C6_control_C3 +LQ04X018310 Auxin-induced protein PCNT115 9.231317684 C6_chemical_A1 +LQ04X018310 Auxin-induced protein PCNT115 9.469296628 C6_chemical_A3 +LQ04X018310 Auxin-induced protein PCNT115 6.150808803 C6_chemical_B1 +LQ04X018310 Auxin-induced protein PCNT115 7.36097452 C6_chemical_B2 +LQ04X018310 Auxin-induced protein PCNT115 6.97850678 C6_chemical_B3 +LQ04X018310 Auxin-induced protein PCNT115 7.756637213 C6_chemical_C1 +LQ04X018310 Auxin-induced protein PCNT115 7.668265334 C6_chemical_C2 +LQ04X018310 Auxin-induced protein PCNT115 9.554761706 C6_chemical_C3 +LQ04X018310 Auxin-induced protein PCNT115 9.627590842 L4_control_A1 +LQ04X018310 Auxin-induced protein PCNT115 9.023961917 L4_control_A2 +LQ04X018310 Auxin-induced protein PCNT115 9.023988122 L4_control_A3 +LQ04X018310 Auxin-induced protein PCNT115 5.63085435 L4_control_B1 +LQ04X018310 Auxin-induced protein PCNT115 5.686686669 L4_control_B2 +LQ04X018310 Auxin-induced protein PCNT115 7.091052688 L4_control_B3 +LQ04X018310 Auxin-induced protein PCNT115 7.977889643 L4_control_C2 +LQ04X018310 Auxin-induced protein PCNT115 7.328739026 L4_control_C3 +LQ04X018310 Auxin-induced protein PCNT115 8.203789404 L4_chemical_A1 +LQ04X018310 Auxin-induced protein PCNT115 7.914481655 L4_chemical_A2 +LQ04X018310 Auxin-induced protein PCNT115 8.472606613 L4_chemical_A3 +LQ04X018310 Auxin-induced protein PCNT115 6.681388263 L4_chemical_B1 +LQ04X018310 Auxin-induced protein PCNT115 6.670055193 L4_chemical_B2 +LQ04X018310 Auxin-induced protein PCNT115 7.409553557 L4_chemical_B3 +LQ04X018310 Auxin-induced protein PCNT115 8.02532161 L4_chemical_C2 +LQ04X018310 Auxin-induced protein PCNT115 6.918117923 L4_chemical_C3 +LQ04X018320 Hypothetical protein 5.311386193 C6_control_A1 +LQ04X018320 Hypothetical protein 5.177791211 C6_control_A3 +LQ04X018320 Hypothetical protein 5.066282245 C6_control_B1 +LQ04X018320 Hypothetical protein 5.047963327 C6_control_B2 +LQ04X018320 Hypothetical protein 5.736354278 C6_control_B3 +LQ04X018320 Hypothetical protein 5.925089404 C6_control_C1 +LQ04X018320 Hypothetical protein 5.539311464 C6_control_C2 +LQ04X018320 Hypothetical protein 6.269463401 C6_control_C3 +LQ04X018320 Hypothetical protein 5.573673193 C6_chemical_A1 +LQ04X018320 Hypothetical protein 5.338015791 C6_chemical_A3 +LQ04X018320 Hypothetical protein 5.604125609 C6_chemical_B1 +LQ04X018320 Hypothetical protein 5.415608073 C6_chemical_B2 +LQ04X018320 Hypothetical protein 5.919734957 C6_chemical_B3 +LQ04X018320 Hypothetical protein 5.340834921 C6_chemical_C1 +LQ04X018320 Hypothetical protein 5.26999336 C6_chemical_C2 +LQ04X018320 Hypothetical protein 5.296052999 C6_chemical_C3 +LQ04X018320 Hypothetical protein 5.459349279 L4_control_A1 +LQ04X018320 Hypothetical protein 5.312238271 L4_control_A2 +LQ04X018320 Hypothetical protein 5.140506408 L4_control_A3 +LQ04X018320 Hypothetical protein 5.000616307 L4_control_B1 +LQ04X018320 Hypothetical protein 5.107067178 L4_control_B2 +LQ04X018320 Hypothetical protein 5.708669318 L4_control_B3 +LQ04X018320 Hypothetical protein 5.707452487 L4_control_C2 +LQ04X018320 Hypothetical protein 5.23014065 L4_control_C3 +LQ04X018320 Hypothetical protein 5.471973338 L4_chemical_A1 +LQ04X018320 Hypothetical protein 5.487861995 L4_chemical_A2 +LQ04X018320 Hypothetical protein 5.18086741 L4_chemical_A3 +LQ04X018320 Hypothetical protein 5.418650558 L4_chemical_B1 +LQ04X018320 Hypothetical protein 5.133453551 L4_chemical_B2 +LQ04X018320 Hypothetical protein 5.735362042 L4_chemical_B3 +LQ04X018320 Hypothetical protein 5.230364338 L4_chemical_C2 +LQ04X018320 Hypothetical protein 6.185588266 L4_chemical_C3 +LQ04X018330 Auxin-induced protein PCNT115 5.229241427 C6_control_A1 +LQ04X018330 Auxin-induced protein PCNT115 5.544908908 C6_control_A3 +LQ04X018330 Auxin-induced protein PCNT115 5.529377368 C6_control_B1 +LQ04X018330 Auxin-induced protein PCNT115 5.328873977 C6_control_B2 +LQ04X018330 Auxin-induced protein PCNT115 5.068413506 C6_control_B3 +LQ04X018330 Auxin-induced protein PCNT115 5.331165391 C6_control_C1 +LQ04X018330 Auxin-induced protein PCNT115 5.804031049 C6_control_C2 +LQ04X018330 Auxin-induced protein PCNT115 6.139275126 C6_control_C3 +LQ04X018330 Auxin-induced protein PCNT115 5.48344238 C6_chemical_A1 +LQ04X018330 Auxin-induced protein PCNT115 5.261046876 C6_chemical_A3 +LQ04X018330 Auxin-induced protein PCNT115 5.581306402 C6_chemical_B1 +LQ04X018330 Auxin-induced protein PCNT115 5.348452213 C6_chemical_B2 +LQ04X018330 Auxin-induced protein PCNT115 5.475968861 C6_chemical_B3 +LQ04X018330 Auxin-induced protein PCNT115 5.140078538 C6_chemical_C1 +LQ04X018330 Auxin-induced protein PCNT115 5.637395865 C6_chemical_C2 +LQ04X018330 Auxin-induced protein PCNT115 5.59512287 C6_chemical_C3 +LQ04X018330 Auxin-induced protein PCNT115 5.461725845 L4_control_A1 +LQ04X018330 Auxin-induced protein PCNT115 5.343694519 L4_control_A2 +LQ04X018330 Auxin-induced protein PCNT115 5.505586188 L4_control_A3 +LQ04X018330 Auxin-induced protein PCNT115 5.638201951 L4_control_B1 +LQ04X018330 Auxin-induced protein PCNT115 5.976357237 L4_control_B2 +LQ04X018330 Auxin-induced protein PCNT115 5.309962304 L4_control_B3 +LQ04X018330 Auxin-induced protein PCNT115 5.850949449 L4_control_C2 +LQ04X018330 Auxin-induced protein PCNT115 5.094426485 L4_control_C3 +LQ04X018330 Auxin-induced protein PCNT115 5.595674299 L4_chemical_A1 +LQ04X018330 Auxin-induced protein PCNT115 5.334036641 L4_chemical_A2 +LQ04X018330 Auxin-induced protein PCNT115 5.313015949 L4_chemical_A3 +LQ04X018330 Auxin-induced protein PCNT115 5.5684399 L4_chemical_B1 +LQ04X018330 Auxin-induced protein PCNT115 5.712060078 L4_chemical_B2 +LQ04X018330 Auxin-induced protein PCNT115 5.102337653 L4_chemical_B3 +LQ04X018330 Auxin-induced protein PCNT115 5.466139827 L4_chemical_C2 +LQ04X018330 Auxin-induced protein PCNT115 5.563807186 L4_chemical_C3 +LQ04X018340 Auxin-induced protein PCNT115 13.26636748 C6_control_A1 +LQ04X018340 Auxin-induced protein PCNT115 13.23343195 C6_control_A3 +LQ04X018340 Auxin-induced protein PCNT115 12.99120903 C6_control_B1 +LQ04X018340 Auxin-induced protein PCNT115 14.54099986 C6_control_B2 +LQ04X018340 Auxin-induced protein PCNT115 13.22205512 C6_control_B3 +LQ04X018340 Auxin-induced protein PCNT115 14.63295805 C6_control_C1 +LQ04X018340 Auxin-induced protein PCNT115 15.08331084 C6_control_C2 +LQ04X018340 Auxin-induced protein PCNT115 15.06491452 C6_control_C3 +LQ04X018340 Auxin-induced protein PCNT115 12.84756258 C6_chemical_A1 +LQ04X018340 Auxin-induced protein PCNT115 13.48794886 C6_chemical_A3 +LQ04X018340 Auxin-induced protein PCNT115 12.74944537 C6_chemical_B1 +LQ04X018340 Auxin-induced protein PCNT115 14.2012661 C6_chemical_B2 +LQ04X018340 Auxin-induced protein PCNT115 14.17605904 C6_chemical_B3 +LQ04X018340 Auxin-induced protein PCNT115 14.09216614 C6_chemical_C1 +LQ04X018340 Auxin-induced protein PCNT115 14.62830039 C6_chemical_C2 +LQ04X018340 Auxin-induced protein PCNT115 15.06144299 C6_chemical_C3 +LQ04X018340 Auxin-induced protein PCNT115 13.2984048 L4_control_A1 +LQ04X018340 Auxin-induced protein PCNT115 13.99253379 L4_control_A2 +LQ04X018340 Auxin-induced protein PCNT115 12.78834912 L4_control_A3 +LQ04X018340 Auxin-induced protein PCNT115 13.37124765 L4_control_B1 +LQ04X018340 Auxin-induced protein PCNT115 12.89951801 L4_control_B2 +LQ04X018340 Auxin-induced protein PCNT115 14.75924105 L4_control_B3 +LQ04X018340 Auxin-induced protein PCNT115 13.61676466 L4_control_C2 +LQ04X018340 Auxin-induced protein PCNT115 13.71231964 L4_control_C3 +LQ04X018340 Auxin-induced protein PCNT115 13.42421446 L4_chemical_A1 +LQ04X018340 Auxin-induced protein PCNT115 13.76224819 L4_chemical_A2 +LQ04X018340 Auxin-induced protein PCNT115 13.38966261 L4_chemical_A3 +LQ04X018340 Auxin-induced protein PCNT115 12.18534415 L4_chemical_B1 +LQ04X018340 Auxin-induced protein PCNT115 12.66943143 L4_chemical_B2 +LQ04X018340 Auxin-induced protein PCNT115 13.93929599 L4_chemical_B3 +LQ04X018340 Auxin-induced protein PCNT115 13.31900307 L4_chemical_C2 +LQ04X018340 Auxin-induced protein PCNT115 13.58555901 L4_chemical_C3 +LQ04X018370 Auxin-induced protein PCNT115 6.107097605 C6_control_A1 +LQ04X018370 Auxin-induced protein PCNT115 5.514952746 C6_control_A3 +LQ04X018370 Auxin-induced protein PCNT115 5.561760006 C6_control_B1 +LQ04X018370 Auxin-induced protein PCNT115 5.871115199 C6_control_B2 +LQ04X018370 Auxin-induced protein PCNT115 6.314769728 C6_control_B3 +LQ04X018370 Auxin-induced protein PCNT115 7.180947292 C6_control_C1 +LQ04X018370 Auxin-induced protein PCNT115 6.568981038 C6_control_C2 +LQ04X018370 Auxin-induced protein PCNT115 6.614944645 C6_control_C3 +LQ04X018370 Auxin-induced protein PCNT115 5.932723279 C6_chemical_A1 +LQ04X018370 Auxin-induced protein PCNT115 5.218767105 C6_chemical_A3 +LQ04X018370 Auxin-induced protein PCNT115 6.103902933 C6_chemical_B1 +LQ04X018370 Auxin-induced protein PCNT115 5.582682778 C6_chemical_B2 +LQ04X018370 Auxin-induced protein PCNT115 5.890068763 C6_chemical_B3 +LQ04X018370 Auxin-induced protein PCNT115 6.480855312 C6_chemical_C1 +LQ04X018370 Auxin-induced protein PCNT115 6.174945957 C6_chemical_C2 +LQ04X018370 Auxin-induced protein PCNT115 6.722527397 C6_chemical_C3 +LQ04X018370 Auxin-induced protein PCNT115 5.778842799 L4_control_A1 +LQ04X018370 Auxin-induced protein PCNT115 5.884403241 L4_control_A2 +LQ04X018370 Auxin-induced protein PCNT115 5.849164258 L4_control_A3 +LQ04X018370 Auxin-induced protein PCNT115 5.208892029 L4_control_B1 +LQ04X018370 Auxin-induced protein PCNT115 5.964777119 L4_control_B2 +LQ04X018370 Auxin-induced protein PCNT115 5.858025112 L4_control_B3 +LQ04X018370 Auxin-induced protein PCNT115 5.877378581 L4_control_C2 +LQ04X018370 Auxin-induced protein PCNT115 7.049005886 L4_control_C3 +LQ04X018370 Auxin-induced protein PCNT115 5.530277463 L4_chemical_A1 +LQ04X018370 Auxin-induced protein PCNT115 5.930842655 L4_chemical_A2 +LQ04X018370 Auxin-induced protein PCNT115 5.629374816 L4_chemical_A3 +LQ04X018370 Auxin-induced protein PCNT115 5.202094688 L4_chemical_B1 +LQ04X018370 Auxin-induced protein PCNT115 5.402122721 L4_chemical_B2 +LQ04X018370 Auxin-induced protein PCNT115 6.041161204 L4_chemical_B3 +LQ04X018370 Auxin-induced protein PCNT115 5.869582459 L4_chemical_C2 +LQ04X018370 Auxin-induced protein PCNT115 6.452320896 L4_chemical_C3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.19692008 C6_control_A1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.21756431 C6_control_A3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.22633759 C6_control_B1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.96394798 C6_control_B2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.46069083 C6_control_B3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.29383769 C6_control_C1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.58082883 C6_control_C2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.55868676 C6_control_C3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.22848546 C6_chemical_A1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.48915417 C6_chemical_A3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.21978464 C6_chemical_B1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.3175652 C6_chemical_B2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.68160975 C6_chemical_B3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.4198159 C6_chemical_C1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.53231129 C6_chemical_C2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.68701308 C6_chemical_C3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.88792299 L4_control_A1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.20948611 L4_control_A2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.92120748 L4_control_A3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.74622428 L4_control_B1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.15364265 L4_control_B2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.39068961 L4_control_B3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.58151327 L4_control_C2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.28302691 L4_control_C3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.59942773 L4_chemical_A1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.50484834 L4_chemical_A2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.31915092 L4_chemical_A3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.06776256 L4_chemical_B1 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.18567699 L4_chemical_B2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.05583365 L4_chemical_B3 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.52035575 L4_chemical_C2 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.27421177 L4_chemical_C3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.13952549 C6_control_A1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.12372459 C6_control_A3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.3737393 C6_control_B1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.39459244 C6_control_B2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.97232238 C6_control_B3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 9.66130023 C6_control_C1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 9.223172912 C6_control_C2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 8.925011571 C6_control_C3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.00374015 C6_chemical_A1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.46781297 C6_chemical_A3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.29547618 C6_chemical_B1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.25939296 C6_chemical_B2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.68788667 C6_chemical_B3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 9.634388241 C6_chemical_C1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 8.932046998 C6_chemical_C2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 7.737041066 C6_chemical_C3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.56250814 L4_control_A1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.36811913 L4_control_A2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.06645658 L4_control_A3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.70448245 L4_control_B1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.81317542 L4_control_B2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.79916791 L4_control_B3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 9.113880378 L4_control_C2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 9.078686917 L4_control_C3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.07452403 L4_chemical_A1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.90515131 L4_chemical_A2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.13421549 L4_chemical_A3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.28716974 L4_chemical_B1 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.46977585 L4_chemical_B2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.75620297 L4_chemical_B3 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 9.219250127 L4_chemical_C2 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 9.886500189 L4_chemical_C3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.71211188 C6_control_A1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 13.14082406 C6_control_A3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.41817786 C6_control_B1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.14357085 C6_control_B2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.02923318 C6_control_B3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.44263023 C6_control_C1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.8570057 C6_control_C2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.24751973 C6_control_C3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.46588498 C6_chemical_A1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.78263977 C6_chemical_A3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.08283708 C6_chemical_B1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.0957231 C6_chemical_B2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.00092097 C6_chemical_B3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.68529647 C6_chemical_C1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.74010006 C6_chemical_C2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.45695017 C6_chemical_C3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.94920959 L4_control_A1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 13.01112717 L4_control_A2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 13.2039194 L4_control_A3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.4068311 L4_control_B1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.10709213 L4_control_B2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.14413039 L4_control_B3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.74244723 L4_control_C2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.41231489 L4_control_C3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 13.04606349 L4_chemical_A1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.90081016 L4_chemical_A2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 13.18880063 L4_chemical_A3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.61282315 L4_chemical_B1 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.26699388 L4_chemical_B2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.18487943 L4_chemical_B3 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.86743792 L4_chemical_C2 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.54807131 L4_chemical_C3 +LQ04X018480 Putative Peptide transporter PTR5 5.62255578 C6_control_A1 +LQ04X018480 Putative Peptide transporter PTR5 5.02045713 C6_control_A3 +LQ04X018480 Putative Peptide transporter PTR5 5.72807016 C6_control_B1 +LQ04X018480 Putative Peptide transporter PTR5 5.489569102 C6_control_B2 +LQ04X018480 Putative Peptide transporter PTR5 5.486092728 C6_control_B3 +LQ04X018480 Putative Peptide transporter PTR5 5.145573637 C6_control_C1 +LQ04X018480 Putative Peptide transporter PTR5 5.119418901 C6_control_C2 +LQ04X018480 Putative Peptide transporter PTR5 5.280512563 C6_control_C3 +LQ04X018480 Putative Peptide transporter PTR5 5.604910629 C6_chemical_A1 +LQ04X018480 Putative Peptide transporter PTR5 5.117003961 C6_chemical_A3 +LQ04X018480 Putative Peptide transporter PTR5 5.774273745 C6_chemical_B1 +LQ04X018480 Putative Peptide transporter PTR5 5.408482204 C6_chemical_B2 +LQ04X018480 Putative Peptide transporter PTR5 5.619645269 C6_chemical_B3 +LQ04X018480 Putative Peptide transporter PTR5 5.077720033 C6_chemical_C1 +LQ04X018480 Putative Peptide transporter PTR5 5.388937076 C6_chemical_C2 +LQ04X018480 Putative Peptide transporter PTR5 5.124204058 C6_chemical_C3 +LQ04X018480 Putative Peptide transporter PTR5 5.459428139 L4_control_A1 +LQ04X018480 Putative Peptide transporter PTR5 5.556976234 L4_control_A2 +LQ04X018480 Putative Peptide transporter PTR5 5.847518591 L4_control_A3 +LQ04X018480 Putative Peptide transporter PTR5 6.120702149 L4_control_B1 +LQ04X018480 Putative Peptide transporter PTR5 6.050714744 L4_control_B2 +LQ04X018480 Putative Peptide transporter PTR5 5.599140553 L4_control_B3 +LQ04X018480 Putative Peptide transporter PTR5 6.282518592 L4_control_C2 +LQ04X018480 Putative Peptide transporter PTR5 5.677951983 L4_control_C3 +LQ04X018480 Putative Peptide transporter PTR5 5.275700109 L4_chemical_A1 +LQ04X018480 Putative Peptide transporter PTR5 5.767400161 L4_chemical_A2 +LQ04X018480 Putative Peptide transporter PTR5 5.322001302 L4_chemical_A3 +LQ04X018480 Putative Peptide transporter PTR5 5.500209038 L4_chemical_B1 +LQ04X018480 Putative Peptide transporter PTR5 5.771085991 L4_chemical_B2 +LQ04X018480 Putative Peptide transporter PTR5 5.230916907 L4_chemical_B3 +LQ04X018480 Putative Peptide transporter PTR5 5.705451023 L4_chemical_C2 +LQ04X018480 Putative Peptide transporter PTR5 5.400751077 L4_chemical_C3 +LQ04X018490 Bromodomain protein 12.5575295 C6_control_A1 +LQ04X018490 Bromodomain protein 12.69862546 C6_control_A3 +LQ04X018490 Bromodomain protein 12.38341876 C6_control_B1 +LQ04X018490 Bromodomain protein 12.23278833 C6_control_B2 +LQ04X018490 Bromodomain protein 12.43734095 C6_control_B3 +LQ04X018490 Bromodomain protein 12.56706153 C6_control_C1 +LQ04X018490 Bromodomain protein 12.4110747 C6_control_C2 +LQ04X018490 Bromodomain protein 12.73633115 C6_control_C3 +LQ04X018490 Bromodomain protein 12.52125173 C6_chemical_A1 +LQ04X018490 Bromodomain protein 12.69985517 C6_chemical_A3 +LQ04X018490 Bromodomain protein 12.19072895 C6_chemical_B1 +LQ04X018490 Bromodomain protein 11.83590663 C6_chemical_B2 +LQ04X018490 Bromodomain protein 12.22427546 C6_chemical_B3 +LQ04X018490 Bromodomain protein 12.34714768 C6_chemical_C1 +LQ04X018490 Bromodomain protein 12.15879273 C6_chemical_C2 +LQ04X018490 Bromodomain protein 12.25551411 C6_chemical_C3 +LQ04X018490 Bromodomain protein 12.8379716 L4_control_A1 +LQ04X018490 Bromodomain protein 12.71460647 L4_control_A2 +LQ04X018490 Bromodomain protein 13.33045685 L4_control_A3 +LQ04X018490 Bromodomain protein 12.60642386 L4_control_B1 +LQ04X018490 Bromodomain protein 12.69004704 L4_control_B2 +LQ04X018490 Bromodomain protein 12.64246931 L4_control_B3 +LQ04X018490 Bromodomain protein 12.77965942 L4_control_C2 +LQ04X018490 Bromodomain protein 12.97864966 L4_control_C3 +LQ04X018490 Bromodomain protein 12.7411608 L4_chemical_A1 +LQ04X018490 Bromodomain protein 12.76821059 L4_chemical_A2 +LQ04X018490 Bromodomain protein 13.09132574 L4_chemical_A3 +LQ04X018490 Bromodomain protein 12.76305735 L4_chemical_B1 +LQ04X018490 Bromodomain protein 12.59438036 L4_chemical_B2 +LQ04X018490 Bromodomain protein 12.62963937 L4_chemical_B3 +LQ04X018490 Bromodomain protein 12.79080581 L4_chemical_C2 +LQ04X018490 Bromodomain protein 12.65497265 L4_chemical_C3 +LQ04X018500 Putative uncharacterized protein 5.727624352 C6_control_A1 +LQ04X018500 Putative uncharacterized protein 5.28053209 C6_control_A3 +LQ04X018500 Putative uncharacterized protein 5.692193779 C6_control_B1 +LQ04X018500 Putative uncharacterized protein 5.113472424 C6_control_B2 +LQ04X018500 Putative uncharacterized protein 5.334072233 C6_control_B3 +LQ04X018500 Putative uncharacterized protein 5.171969929 C6_control_C1 +LQ04X018500 Putative uncharacterized protein 5.085776067 C6_control_C2 +LQ04X018500 Putative uncharacterized protein 5.138918805 C6_control_C3 +LQ04X018500 Putative uncharacterized protein 5.270836834 C6_chemical_A1 +LQ04X018500 Putative uncharacterized protein 5.644415382 C6_chemical_A3 +LQ04X018500 Putative uncharacterized protein 5.882412749 C6_chemical_B1 +LQ04X018500 Putative uncharacterized protein 4.990518689 C6_chemical_B2 +LQ04X018500 Putative uncharacterized protein 5.205839097 C6_chemical_B3 +LQ04X018500 Putative uncharacterized protein 4.858539466 C6_chemical_C1 +LQ04X018500 Putative uncharacterized protein 5.306959072 C6_chemical_C2 +LQ04X018500 Putative uncharacterized protein 5.238916805 C6_chemical_C3 +LQ04X018500 Putative uncharacterized protein 5.321282517 L4_control_A1 +LQ04X018500 Putative uncharacterized protein 5.907258273 L4_control_A2 +LQ04X018500 Putative uncharacterized protein 5.151217693 L4_control_A3 +LQ04X018500 Putative uncharacterized protein 5.820401591 L4_control_B1 +LQ04X018500 Putative uncharacterized protein 5.489026726 L4_control_B2 +LQ04X018500 Putative uncharacterized protein 5.544081199 L4_control_B3 +LQ04X018500 Putative uncharacterized protein 5.185160215 L4_control_C2 +LQ04X018500 Putative uncharacterized protein 5.022607343 L4_control_C3 +LQ04X018500 Putative uncharacterized protein 5.216874482 L4_chemical_A1 +LQ04X018500 Putative uncharacterized protein 5.740416621 L4_chemical_A2 +LQ04X018500 Putative uncharacterized protein 5.678008551 L4_chemical_A3 +LQ04X018500 Putative uncharacterized protein 5.196106989 L4_chemical_B1 +LQ04X018500 Putative uncharacterized protein 5.438256085 L4_chemical_B2 +LQ04X018500 Putative uncharacterized protein 5.402125003 L4_chemical_B3 +LQ04X018500 Putative uncharacterized protein 5.503431159 L4_chemical_C2 +LQ04X018500 Putative uncharacterized protein 5.396086128 L4_chemical_C3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.750569288 C6_control_A1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.701957516 C6_control_A3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.282419635 C6_control_B1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.568184375 C6_control_B2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.600331842 C6_control_B3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 6.303498808 C6_control_C1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.848870352 C6_control_C2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.764352454 C6_control_C3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.683100069 C6_chemical_A1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.882695421 C6_chemical_A3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.383056672 C6_chemical_B1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.938201429 C6_chemical_B2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.368296215 C6_chemical_B3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 6.330517413 C6_chemical_C1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 6.812193705 C6_chemical_C2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.849723155 C6_chemical_C3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.433568685 L4_control_A1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.783671965 L4_control_A2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 6.720199721 L4_control_A3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.311614861 L4_control_B1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.689652239 L4_control_B2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.347592725 L4_control_B3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.69740148 L4_control_C2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.337745924 L4_control_C3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.571024061 L4_chemical_A1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.772709768 L4_chemical_A2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 6.273198836 L4_chemical_A3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.603508152 L4_chemical_B1 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.531165904 L4_chemical_B2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.222907067 L4_chemical_B3 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.31078648 L4_chemical_C2 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.48815923 L4_chemical_C3 +LQ04X018570 Endonuclease III, putative 11.69869071 C6_control_A1 +LQ04X018570 Endonuclease III, putative 11.57804583 C6_control_A3 +LQ04X018570 Endonuclease III, putative 11.62550176 C6_control_B1 +LQ04X018570 Endonuclease III, putative 11.61828543 C6_control_B2 +LQ04X018570 Endonuclease III, putative 11.45592474 C6_control_B3 +LQ04X018570 Endonuclease III, putative 11.77446697 C6_control_C1 +LQ04X018570 Endonuclease III, putative 11.82305079 C6_control_C2 +LQ04X018570 Endonuclease III, putative 11.42494063 C6_control_C3 +LQ04X018570 Endonuclease III, putative 11.47208597 C6_chemical_A1 +LQ04X018570 Endonuclease III, putative 11.68242108 C6_chemical_A3 +LQ04X018570 Endonuclease III, putative 11.51498625 C6_chemical_B1 +LQ04X018570 Endonuclease III, putative 11.52679674 C6_chemical_B2 +LQ04X018570 Endonuclease III, putative 11.35307559 C6_chemical_B3 +LQ04X018570 Endonuclease III, putative 11.90430502 C6_chemical_C1 +LQ04X018570 Endonuclease III, putative 11.8935581 C6_chemical_C2 +LQ04X018570 Endonuclease III, putative 11.66128062 C6_chemical_C3 +LQ04X018570 Endonuclease III, putative 11.90636739 L4_control_A1 +LQ04X018570 Endonuclease III, putative 11.92601052 L4_control_A2 +LQ04X018570 Endonuclease III, putative 12.25566557 L4_control_A3 +LQ04X018570 Endonuclease III, putative 11.28270364 L4_control_B1 +LQ04X018570 Endonuclease III, putative 11.74313516 L4_control_B2 +LQ04X018570 Endonuclease III, putative 11.75353658 L4_control_B3 +LQ04X018570 Endonuclease III, putative 11.92779749 L4_control_C2 +LQ04X018570 Endonuclease III, putative 11.45557885 L4_control_C3 +LQ04X018570 Endonuclease III, putative 11.65421988 L4_chemical_A1 +LQ04X018570 Endonuclease III, putative 11.68547389 L4_chemical_A2 +LQ04X018570 Endonuclease III, putative 12.18727422 L4_chemical_A3 +LQ04X018570 Endonuclease III, putative 11.3419853 L4_chemical_B1 +LQ04X018570 Endonuclease III, putative 11.3763302 L4_chemical_B2 +LQ04X018570 Endonuclease III, putative 11.36828652 L4_chemical_B3 +LQ04X018570 Endonuclease III, putative 11.67361484 L4_chemical_C2 +LQ04X018570 Endonuclease III, putative 11.66659983 L4_chemical_C3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.536324195 C6_control_A1 +LQ04X018580 Gamma-secretase subunit APH1-like 5.447587739 C6_control_A3 +LQ04X018580 Gamma-secretase subunit APH1-like 6.072615933 C6_control_B1 +LQ04X018580 Gamma-secretase subunit APH1-like 6.016623519 C6_control_B2 +LQ04X018580 Gamma-secretase subunit APH1-like 5.975500431 C6_control_B3 +LQ04X018580 Gamma-secretase subunit APH1-like 6.311302732 C6_control_C1 +LQ04X018580 Gamma-secretase subunit APH1-like 5.849266031 C6_control_C2 +LQ04X018580 Gamma-secretase subunit APH1-like 5.871955009 C6_control_C3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.529643104 C6_chemical_A1 +LQ04X018580 Gamma-secretase subunit APH1-like 5.49250826 C6_chemical_A3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.770142205 C6_chemical_B1 +LQ04X018580 Gamma-secretase subunit APH1-like 6.066578638 C6_chemical_B2 +LQ04X018580 Gamma-secretase subunit APH1-like 5.778526738 C6_chemical_B3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.677257827 C6_chemical_C1 +LQ04X018580 Gamma-secretase subunit APH1-like 6.061965702 C6_chemical_C2 +LQ04X018580 Gamma-secretase subunit APH1-like 5.743124652 C6_chemical_C3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.642027283 L4_control_A1 +LQ04X018580 Gamma-secretase subunit APH1-like 5.580196976 L4_control_A2 +LQ04X018580 Gamma-secretase subunit APH1-like 5.842708248 L4_control_A3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.561635524 L4_control_B1 +LQ04X018580 Gamma-secretase subunit APH1-like 5.506782495 L4_control_B2 +LQ04X018580 Gamma-secretase subunit APH1-like 5.996088638 L4_control_B3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.396507653 L4_control_C2 +LQ04X018580 Gamma-secretase subunit APH1-like 5.639172926 L4_control_C3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.805018207 L4_chemical_A1 +LQ04X018580 Gamma-secretase subunit APH1-like 5.603310414 L4_chemical_A2 +LQ04X018580 Gamma-secretase subunit APH1-like 5.660723241 L4_chemical_A3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.826299572 L4_chemical_B1 +LQ04X018580 Gamma-secretase subunit APH1-like 5.802531545 L4_chemical_B2 +LQ04X018580 Gamma-secretase subunit APH1-like 6.534273928 L4_chemical_B3 +LQ04X018580 Gamma-secretase subunit APH1-like 5.592006664 L4_chemical_C2 +LQ04X018580 Gamma-secretase subunit APH1-like 6.201733341 L4_chemical_C3 +LQ04X018590 Putative uncharacterized protein 12.24055601 C6_control_A1 +LQ04X018590 Putative uncharacterized protein 12.27995163 C6_control_A3 +LQ04X018590 Putative uncharacterized protein 12.41261245 C6_control_B1 +LQ04X018590 Putative uncharacterized protein 12.17664772 C6_control_B2 +LQ04X018590 Putative uncharacterized protein 12.98888785 C6_control_B3 +LQ04X018590 Putative uncharacterized protein 11.95405585 C6_control_C1 +LQ04X018590 Putative uncharacterized protein 11.92901976 C6_control_C2 +LQ04X018590 Putative uncharacterized protein 12.14327311 C6_control_C3 +LQ04X018590 Putative uncharacterized protein 11.91044755 C6_chemical_A1 +LQ04X018590 Putative uncharacterized protein 12.12165139 C6_chemical_A3 +LQ04X018590 Putative uncharacterized protein 12.28467042 C6_chemical_B1 +LQ04X018590 Putative uncharacterized protein 12.15156527 C6_chemical_B2 +LQ04X018590 Putative uncharacterized protein 12.61828533 C6_chemical_B3 +LQ04X018590 Putative uncharacterized protein 11.81551543 C6_chemical_C1 +LQ04X018590 Putative uncharacterized protein 11.78379225 C6_chemical_C2 +LQ04X018590 Putative uncharacterized protein 11.9202415 C6_chemical_C3 +LQ04X018590 Putative uncharacterized protein 11.9117474 L4_control_A1 +LQ04X018590 Putative uncharacterized protein 12.18616388 L4_control_A2 +LQ04X018590 Putative uncharacterized protein 12.39244131 L4_control_A3 +LQ04X018590 Putative uncharacterized protein 12.27579941 L4_control_B1 +LQ04X018590 Putative uncharacterized protein 12.07007411 L4_control_B2 +LQ04X018590 Putative uncharacterized protein 12.29870951 L4_control_B3 +LQ04X018590 Putative uncharacterized protein 12.04562614 L4_control_C2 +LQ04X018590 Putative uncharacterized protein 12.02451524 L4_control_C3 +LQ04X018590 Putative uncharacterized protein 12.18232388 L4_chemical_A1 +LQ04X018590 Putative uncharacterized protein 11.91826962 L4_chemical_A2 +LQ04X018590 Putative uncharacterized protein 12.55649791 L4_chemical_A3 +LQ04X018590 Putative uncharacterized protein 11.94791443 L4_chemical_B1 +LQ04X018590 Putative uncharacterized protein 11.93039567 L4_chemical_B2 +LQ04X018590 Putative uncharacterized protein 12.42959421 L4_chemical_B3 +LQ04X018590 Putative uncharacterized protein 11.74726593 L4_chemical_C2 +LQ04X018590 Putative uncharacterized protein 11.90663416 L4_chemical_C3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.025733368 C6_control_A1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.121047487 C6_control_A3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.818395479 C6_control_B1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.635210661 C6_control_B2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.320594062 C6_control_B3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.729097469 C6_control_C1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.886659644 C6_control_C2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.013636675 C6_control_C3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.731758897 C6_chemical_A1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.374994477 C6_chemical_A3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.763322707 C6_chemical_B1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.278559363 C6_chemical_B2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.055606956 C6_chemical_B3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.000990919 C6_chemical_C1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.94349825 C6_chemical_C2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.90754435 C6_chemical_C3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.662917889 L4_control_A1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.018787237 L4_control_A2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.582657719 L4_control_A3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.392464204 L4_control_B1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.697749345 L4_control_B2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.903207438 L4_control_B3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.987966768 L4_control_C2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.281551764 L4_control_C3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.264884037 L4_chemical_A1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.492633547 L4_chemical_A2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.316251641 L4_chemical_A3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.536029654 L4_chemical_B1 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.010588475 L4_chemical_B2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.044088863 L4_chemical_B3 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 6.523612934 L4_chemical_C2 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.599694978 L4_chemical_C3 +LQ04X018630 Calcium-dependent protein kinase 24 7.178281005 C6_control_A1 +LQ04X018630 Calcium-dependent protein kinase 24 5.819220846 C6_control_A3 +LQ04X018630 Calcium-dependent protein kinase 24 6.425514303 C6_control_B1 +LQ04X018630 Calcium-dependent protein kinase 24 5.900971357 C6_control_B2 +LQ04X018630 Calcium-dependent protein kinase 24 6.086076954 C6_control_B3 +LQ04X018630 Calcium-dependent protein kinase 24 5.893406266 C6_control_C1 +LQ04X018630 Calcium-dependent protein kinase 24 5.486714616 C6_control_C2 +LQ04X018630 Calcium-dependent protein kinase 24 6.372648912 C6_control_C3 +LQ04X018630 Calcium-dependent protein kinase 24 6.572850798 C6_chemical_A1 +LQ04X018630 Calcium-dependent protein kinase 24 6.781491705 C6_chemical_A3 +LQ04X018630 Calcium-dependent protein kinase 24 6.018210961 C6_chemical_B1 +LQ04X018630 Calcium-dependent protein kinase 24 5.922027593 C6_chemical_B2 +LQ04X018630 Calcium-dependent protein kinase 24 7.074801034 C6_chemical_B3 +LQ04X018630 Calcium-dependent protein kinase 24 5.483508215 C6_chemical_C1 +LQ04X018630 Calcium-dependent protein kinase 24 5.782403286 C6_chemical_C2 +LQ04X018630 Calcium-dependent protein kinase 24 6.113017762 C6_chemical_C3 +LQ04X018630 Calcium-dependent protein kinase 24 6.084528842 L4_control_A1 +LQ04X018630 Calcium-dependent protein kinase 24 6.182767888 L4_control_A2 +LQ04X018630 Calcium-dependent protein kinase 24 6.071194115 L4_control_A3 +LQ04X018630 Calcium-dependent protein kinase 24 5.614926616 L4_control_B1 +LQ04X018630 Calcium-dependent protein kinase 24 6.532419679 L4_control_B2 +LQ04X018630 Calcium-dependent protein kinase 24 5.961216902 L4_control_B3 +LQ04X018630 Calcium-dependent protein kinase 24 6.509057884 L4_control_C2 +LQ04X018630 Calcium-dependent protein kinase 24 6.553992177 L4_control_C3 +LQ04X018630 Calcium-dependent protein kinase 24 6.930563219 L4_chemical_A1 +LQ04X018630 Calcium-dependent protein kinase 24 6.21751568 L4_chemical_A2 +LQ04X018630 Calcium-dependent protein kinase 24 6.443211796 L4_chemical_A3 +LQ04X018630 Calcium-dependent protein kinase 24 7.426390877 L4_chemical_B1 +LQ04X018630 Calcium-dependent protein kinase 24 6.52621897 L4_chemical_B2 +LQ04X018630 Calcium-dependent protein kinase 24 6.278347344 L4_chemical_B3 +LQ04X018630 Calcium-dependent protein kinase 24 6.674312163 L4_chemical_C2 +LQ04X018630 Calcium-dependent protein kinase 24 6.116156102 L4_chemical_C3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.88336224 C6_control_A1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 11.30311642 C6_control_A3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.547714 C6_control_B1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.8283573 C6_control_B2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.75495138 C6_control_B3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.12360503 C6_control_C1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.93864976 C6_control_C2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.00668249 C6_control_C3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.09966086 C6_chemical_A1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.65426737 C6_chemical_A3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.64337998 C6_chemical_B1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.89640532 C6_chemical_B2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.72574423 C6_chemical_B3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.52912722 C6_chemical_C1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.24960392 C6_chemical_C2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.2393061 C6_chemical_C3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.01163973 L4_control_A1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.69831964 L4_control_A2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.38035242 L4_control_A3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.83580832 L4_control_B1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.59815724 L4_control_B2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.11311893 L4_control_B3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.75886569 L4_control_C2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.59593906 L4_control_C3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.44913519 L4_chemical_A1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.0398751 L4_chemical_A2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.7491022 L4_chemical_A3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.75227573 L4_chemical_B1 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.68438731 L4_chemical_B2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.94368424 L4_chemical_B3 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.95275073 L4_chemical_C2 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 12.50282511 L4_chemical_C3 +LQ04X018650 Probable inositol transporter 1 8.490515263 C6_control_A1 +LQ04X018650 Probable inositol transporter 1 7.379937738 C6_control_A3 +LQ04X018650 Probable inositol transporter 1 7.901908208 C6_control_B1 +LQ04X018650 Probable inositol transporter 1 8.79193663 C6_control_B2 +LQ04X018650 Probable inositol transporter 1 6.840640925 C6_control_B3 +LQ04X018650 Probable inositol transporter 1 9.974601175 C6_control_C1 +LQ04X018650 Probable inositol transporter 1 8.015635182 C6_control_C2 +LQ04X018650 Probable inositol transporter 1 7.551697975 C6_control_C3 +LQ04X018650 Probable inositol transporter 1 9.027899711 C6_chemical_A1 +LQ04X018650 Probable inositol transporter 1 8.971455068 C6_chemical_A3 +LQ04X018650 Probable inositol transporter 1 8.432748606 C6_chemical_B1 +LQ04X018650 Probable inositol transporter 1 9.034727129 C6_chemical_B2 +LQ04X018650 Probable inositol transporter 1 7.338231774 C6_chemical_B3 +LQ04X018650 Probable inositol transporter 1 10.18148008 C6_chemical_C1 +LQ04X018650 Probable inositol transporter 1 8.867013273 C6_chemical_C2 +LQ04X018650 Probable inositol transporter 1 8.154624858 C6_chemical_C3 +LQ04X018650 Probable inositol transporter 1 7.835413295 L4_control_A1 +LQ04X018650 Probable inositol transporter 1 7.516244436 L4_control_A2 +LQ04X018650 Probable inositol transporter 1 5.15554805 L4_control_A3 +LQ04X018650 Probable inositol transporter 1 6.813898298 L4_control_B1 +LQ04X018650 Probable inositol transporter 1 6.947789091 L4_control_B2 +LQ04X018650 Probable inositol transporter 1 7.689131081 L4_control_B3 +LQ04X018650 Probable inositol transporter 1 6.65486082 L4_control_C2 +LQ04X018650 Probable inositol transporter 1 5.844987505 L4_control_C3 +LQ04X018650 Probable inositol transporter 1 9.896772197 L4_chemical_A1 +LQ04X018650 Probable inositol transporter 1 8.982011435 L4_chemical_A2 +LQ04X018650 Probable inositol transporter 1 5.803018995 L4_chemical_A3 +LQ04X018650 Probable inositol transporter 1 7.602301234 L4_chemical_B1 +LQ04X018650 Probable inositol transporter 1 7.487630443 L4_chemical_B2 +LQ04X018650 Probable inositol transporter 1 7.101700425 L4_chemical_B3 +LQ04X018650 Probable inositol transporter 1 5.953281551 L4_chemical_C2 +LQ04X018650 Probable inositol transporter 1 6.436231517 L4_chemical_C3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.779239386 C6_control_A1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.766005911 C6_control_A3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.839532652 C6_control_B1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.802006983 C6_control_B2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.02379075 C6_control_B3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.149813658 C6_control_C1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 7.492117185 C6_control_C2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.879307098 C6_control_C3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.227478967 C6_chemical_A1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.42286841 C6_chemical_A3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.014356312 C6_chemical_B1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.922226342 C6_chemical_B2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.12885673 C6_chemical_B3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.099533502 C6_chemical_C1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.972257594 C6_chemical_C2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.6094539 C6_chemical_C3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.500209661 L4_control_A1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.32655432 L4_control_A2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.870374761 L4_control_A3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.482055614 L4_control_B1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.797641708 L4_control_B2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.472136363 L4_control_B3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.650961936 L4_control_C2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.043098104 L4_control_C3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.995551265 L4_chemical_A1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.035959312 L4_chemical_A2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.232985413 L4_chemical_A3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.208516537 L4_chemical_B1 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.14276177 L4_chemical_B2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.04665666 L4_chemical_B3 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.783043064 L4_chemical_C2 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 5.965837547 L4_chemical_C3 +LQ04X018680 Pto-interacting protein 1 5.459443459 C6_control_A1 +LQ04X018680 Pto-interacting protein 1 5.814470414 C6_control_A3 +LQ04X018680 Pto-interacting protein 1 6.135888543 C6_control_B1 +LQ04X018680 Pto-interacting protein 1 5.553809427 C6_control_B2 +LQ04X018680 Pto-interacting protein 1 5.503115891 C6_control_B3 +LQ04X018680 Pto-interacting protein 1 5.539661098 C6_control_C1 +LQ04X018680 Pto-interacting protein 1 5.794197877 C6_control_C2 +LQ04X018680 Pto-interacting protein 1 5.62064684 C6_control_C3 +LQ04X018680 Pto-interacting protein 1 5.345193866 C6_chemical_A1 +LQ04X018680 Pto-interacting protein 1 5.310953234 C6_chemical_A3 +LQ04X018680 Pto-interacting protein 1 5.327092936 C6_chemical_B1 +LQ04X018680 Pto-interacting protein 1 5.464730937 C6_chemical_B2 +LQ04X018680 Pto-interacting protein 1 5.502888829 C6_chemical_B3 +LQ04X018680 Pto-interacting protein 1 5.605349165 C6_chemical_C1 +LQ04X018680 Pto-interacting protein 1 5.493190357 C6_chemical_C2 +LQ04X018680 Pto-interacting protein 1 5.469214493 C6_chemical_C3 +LQ04X018680 Pto-interacting protein 1 5.324215457 L4_control_A1 +LQ04X018680 Pto-interacting protein 1 5.496422319 L4_control_A2 +LQ04X018680 Pto-interacting protein 1 5.219575253 L4_control_A3 +LQ04X018680 Pto-interacting protein 1 6.234223396 L4_control_B1 +LQ04X018680 Pto-interacting protein 1 5.432199451 L4_control_B2 +LQ04X018680 Pto-interacting protein 1 5.326642649 L4_control_B3 +LQ04X018680 Pto-interacting protein 1 5.49940545 L4_control_C2 +LQ04X018680 Pto-interacting protein 1 5.279256777 L4_control_C3 +LQ04X018680 Pto-interacting protein 1 5.144445648 L4_chemical_A1 +LQ04X018680 Pto-interacting protein 1 5.483036516 L4_chemical_A2 +LQ04X018680 Pto-interacting protein 1 5.010266322 L4_chemical_A3 +LQ04X018680 Pto-interacting protein 1 5.792941142 L4_chemical_B1 +LQ04X018680 Pto-interacting protein 1 5.183677421 L4_chemical_B2 +LQ04X018680 Pto-interacting protein 1 5.485155648 L4_chemical_B3 +LQ04X018680 Pto-interacting protein 1 5.335920157 L4_chemical_C2 +LQ04X018680 Pto-interacting protein 1 5.236563543 L4_chemical_C3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.10097398 C6_control_A1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.44790456 C6_control_A3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.23569047 C6_control_B1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.51996006 C6_control_B2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.50612211 C6_control_B3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.29691877 C6_control_C1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.53341635 C6_control_C2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.41557271 C6_control_C3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.13609496 C6_chemical_A1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.72243003 C6_chemical_A3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.14375201 C6_chemical_B1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.34350251 C6_chemical_B2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.49609962 C6_chemical_B3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.10725518 C6_chemical_C1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.2156941 C6_chemical_C2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.55520704 C6_chemical_C3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.36565474 L4_control_A1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.72719268 L4_control_A2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.2708748 L4_control_A3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 10.82270916 L4_control_B1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.5340979 L4_control_B2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.96876529 L4_control_B3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.56862773 L4_control_C2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.38293294 L4_control_C3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.3447274 L4_chemical_A1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.97908601 L4_chemical_A2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 10.98461647 L4_chemical_A3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.07173991 L4_chemical_B1 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.44422207 L4_chemical_B2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.48943183 L4_chemical_B3 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.19999137 L4_chemical_C2 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 12.34258086 L4_chemical_C3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.54145027 C6_control_A1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.82059285 C6_control_A3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.0229575 C6_control_B1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.58362012 C6_control_B2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.20392037 C6_control_B3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.91975078 C6_control_C1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.90167797 C6_control_C2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.01275718 C6_control_C3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.39729869 C6_chemical_A1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.17323151 C6_chemical_A3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.88315371 C6_chemical_B1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.34333695 C6_chemical_B2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.87992529 C6_chemical_B3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.81847199 C6_chemical_C1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.84895798 C6_chemical_C2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.94900289 C6_chemical_C3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.44378889 L4_control_A1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.71295212 L4_control_A2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.80934392 L4_control_A3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.05308379 L4_control_B1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.10601523 L4_control_B2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.1391114 L4_control_B3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.16156901 L4_control_C2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.61498762 L4_control_C3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.74855507 L4_chemical_A1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.97951616 L4_chemical_A2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.63701268 L4_chemical_A3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.22463843 L4_chemical_B1 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.13047811 L4_chemical_B2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.99248959 L4_chemical_B3 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.92231479 L4_chemical_C2 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 13.63299041 L4_chemical_C3 +LQ04X018730 Predicted protein 5.00245476 C6_control_A1 +LQ04X018730 Predicted protein 5.234029601 C6_control_A3 +LQ04X018730 Predicted protein 4.830485872 C6_control_B1 +LQ04X018730 Predicted protein 5.20211237 C6_control_B2 +LQ04X018730 Predicted protein 4.784093148 C6_control_B3 +LQ04X018730 Predicted protein 5.239111613 C6_control_C1 +LQ04X018730 Predicted protein 5.645925066 C6_control_C2 +LQ04X018730 Predicted protein 5.063520372 C6_control_C3 +LQ04X018730 Predicted protein 5.052092349 C6_chemical_A1 +LQ04X018730 Predicted protein 5.245302608 C6_chemical_A3 +LQ04X018730 Predicted protein 5.178352112 C6_chemical_B1 +LQ04X018730 Predicted protein 5.208765614 C6_chemical_B2 +LQ04X018730 Predicted protein 4.859581719 C6_chemical_B3 +LQ04X018730 Predicted protein 5.138503334 C6_chemical_C1 +LQ04X018730 Predicted protein 5.198144812 C6_chemical_C2 +LQ04X018730 Predicted protein 4.914804012 C6_chemical_C3 +LQ04X018730 Predicted protein 5.064965661 L4_control_A1 +LQ04X018730 Predicted protein 5.129045449 L4_control_A2 +LQ04X018730 Predicted protein 5.051516368 L4_control_A3 +LQ04X018730 Predicted protein 5.313869019 L4_control_B1 +LQ04X018730 Predicted protein 5.129271207 L4_control_B2 +LQ04X018730 Predicted protein 4.826036453 L4_control_B3 +LQ04X018730 Predicted protein 4.717129758 L4_control_C2 +LQ04X018730 Predicted protein 4.75528174 L4_control_C3 +LQ04X018730 Predicted protein 4.715406375 L4_chemical_A1 +LQ04X018730 Predicted protein 5.275680164 L4_chemical_A2 +LQ04X018730 Predicted protein 5.408853942 L4_chemical_A3 +LQ04X018730 Predicted protein 5.012287352 L4_chemical_B1 +LQ04X018730 Predicted protein 4.53542999 L4_chemical_B2 +LQ04X018730 Predicted protein 4.974324973 L4_chemical_B3 +LQ04X018730 Predicted protein 5.069135124 L4_chemical_C2 +LQ04X018730 Predicted protein 5.096418026 L4_chemical_C3 +LQ04X018760 Hypothetical protein 10.77296667 C6_control_A1 +LQ04X018760 Hypothetical protein 10.53329938 C6_control_A3 +LQ04X018760 Hypothetical protein 11.10203295 C6_control_B1 +LQ04X018760 Hypothetical protein 11.12611988 C6_control_B2 +LQ04X018760 Hypothetical protein 10.97242553 C6_control_B3 +LQ04X018760 Hypothetical protein 11.41484273 C6_control_C1 +LQ04X018760 Hypothetical protein 11.221405 C6_control_C2 +LQ04X018760 Hypothetical protein 11.26295102 C6_control_C3 +LQ04X018760 Hypothetical protein 10.83304999 C6_chemical_A1 +LQ04X018760 Hypothetical protein 9.792091985 C6_chemical_A3 +LQ04X018760 Hypothetical protein 10.99721075 C6_chemical_B1 +LQ04X018760 Hypothetical protein 11.37618653 C6_chemical_B2 +LQ04X018760 Hypothetical protein 10.73691892 C6_chemical_B3 +LQ04X018760 Hypothetical protein 11.5514792 C6_chemical_C1 +LQ04X018760 Hypothetical protein 11.20984889 C6_chemical_C2 +LQ04X018760 Hypothetical protein 11.35381363 C6_chemical_C3 +LQ04X018760 Hypothetical protein 11.02701475 L4_control_A1 +LQ04X018760 Hypothetical protein 11.43108496 L4_control_A2 +LQ04X018760 Hypothetical protein 10.63954071 L4_control_A3 +LQ04X018760 Hypothetical protein 10.58312199 L4_control_B1 +LQ04X018760 Hypothetical protein 9.389514018 L4_control_B2 +LQ04X018760 Hypothetical protein 10.79730761 L4_control_B3 +LQ04X018760 Hypothetical protein 11.24946386 L4_control_C2 +LQ04X018760 Hypothetical protein 11.36319302 L4_control_C3 +LQ04X018760 Hypothetical protein 11.98743365 L4_chemical_A1 +LQ04X018760 Hypothetical protein 11.94726487 L4_chemical_A2 +LQ04X018760 Hypothetical protein 10.97149969 L4_chemical_A3 +LQ04X018760 Hypothetical protein 10.54516663 L4_chemical_B1 +LQ04X018760 Hypothetical protein 11.13531479 L4_chemical_B2 +LQ04X018760 Hypothetical protein 10.76448312 L4_chemical_B3 +LQ04X018760 Hypothetical protein 11.94386164 L4_chemical_C2 +LQ04X018760 Hypothetical protein 11.61611646 L4_chemical_C3 +LQ04X018830 Epsin-2, putative 9.663494133 C6_control_A1 +LQ04X018830 Epsin-2, putative 9.132962516 C6_control_A3 +LQ04X018830 Epsin-2, putative 9.844138993 C6_control_B1 +LQ04X018830 Epsin-2, putative 10.294394 C6_control_B2 +LQ04X018830 Epsin-2, putative 10.22565328 C6_control_B3 +LQ04X018830 Epsin-2, putative 9.923838696 C6_control_C1 +LQ04X018830 Epsin-2, putative 9.418779366 C6_control_C2 +LQ04X018830 Epsin-2, putative 9.817140686 C6_control_C3 +LQ04X018830 Epsin-2, putative 9.795365028 C6_chemical_A1 +LQ04X018830 Epsin-2, putative 9.829101202 C6_chemical_A3 +LQ04X018830 Epsin-2, putative 9.930850334 C6_chemical_B1 +LQ04X018830 Epsin-2, putative 10.1728359 C6_chemical_B2 +LQ04X018830 Epsin-2, putative 10.44220594 C6_chemical_B3 +LQ04X018830 Epsin-2, putative 10.04999142 C6_chemical_C1 +LQ04X018830 Epsin-2, putative 9.667789015 C6_chemical_C2 +LQ04X018830 Epsin-2, putative 10.01607143 C6_chemical_C3 +LQ04X018830 Epsin-2, putative 10.20002728 L4_control_A1 +LQ04X018830 Epsin-2, putative 10.28707902 L4_control_A2 +LQ04X018830 Epsin-2, putative 10.67603551 L4_control_A3 +LQ04X018830 Epsin-2, putative 10.72962983 L4_control_B1 +LQ04X018830 Epsin-2, putative 11.12030343 L4_control_B2 +LQ04X018830 Epsin-2, putative 11.4139006 L4_control_B3 +LQ04X018830 Epsin-2, putative 10.30637609 L4_control_C2 +LQ04X018830 Epsin-2, putative 10.59485669 L4_control_C3 +LQ04X018830 Epsin-2, putative 10.27891023 L4_chemical_A1 +LQ04X018830 Epsin-2, putative 10.07871981 L4_chemical_A2 +LQ04X018830 Epsin-2, putative 10.53073025 L4_chemical_A3 +LQ04X018830 Epsin-2, putative 10.482394 L4_chemical_B1 +LQ04X018830 Epsin-2, putative 10.66642707 L4_chemical_B2 +LQ04X018830 Epsin-2, putative 10.58303002 L4_chemical_B3 +LQ04X018830 Epsin-2, putative 9.924024521 L4_chemical_C2 +LQ04X018830 Epsin-2, putative 10.47183353 L4_chemical_C3 +LQ04X018850 Hypothetical protein 7.18279696 C6_control_A1 +LQ04X018850 Hypothetical protein 6.456733154 C6_control_A3 +LQ04X018850 Hypothetical protein 7.460355558 C6_control_B1 +LQ04X018850 Hypothetical protein 7.16585439 C6_control_B2 +LQ04X018850 Hypothetical protein 7.308221857 C6_control_B3 +LQ04X018850 Hypothetical protein 7.152835403 C6_control_C1 +LQ04X018850 Hypothetical protein 6.496255327 C6_control_C2 +LQ04X018850 Hypothetical protein 7.146075536 C6_control_C3 +LQ04X018850 Hypothetical protein 7.135139488 C6_chemical_A1 +LQ04X018850 Hypothetical protein 6.595447434 C6_chemical_A3 +LQ04X018850 Hypothetical protein 7.795177333 C6_chemical_B1 +LQ04X018850 Hypothetical protein 7.030472283 C6_chemical_B2 +LQ04X018850 Hypothetical protein 7.401569203 C6_chemical_B3 +LQ04X018850 Hypothetical protein 6.845055176 C6_chemical_C1 +LQ04X018850 Hypothetical protein 6.747018995 C6_chemical_C2 +LQ04X018850 Hypothetical protein 6.328052736 C6_chemical_C3 +LQ04X018850 Hypothetical protein 7.324069636 L4_control_A1 +LQ04X018850 Hypothetical protein 7.77689217 L4_control_A2 +LQ04X018850 Hypothetical protein 7.648489442 L4_control_A3 +LQ04X018850 Hypothetical protein 8.193103026 L4_control_B1 +LQ04X018850 Hypothetical protein 7.100784298 L4_control_B2 +LQ04X018850 Hypothetical protein 7.29083608 L4_control_B3 +LQ04X018850 Hypothetical protein 7.08079649 L4_control_C2 +LQ04X018850 Hypothetical protein 7.305021967 L4_control_C3 +LQ04X018850 Hypothetical protein 7.209186508 L4_chemical_A1 +LQ04X018850 Hypothetical protein 7.851355348 L4_chemical_A2 +LQ04X018850 Hypothetical protein 6.850321728 L4_chemical_A3 +LQ04X018850 Hypothetical protein 8.060791932 L4_chemical_B1 +LQ04X018850 Hypothetical protein 8.847799642 L4_chemical_B2 +LQ04X018850 Hypothetical protein 7.216036513 L4_chemical_B3 +LQ04X018850 Hypothetical protein 6.668929757 L4_chemical_C2 +LQ04X018850 Hypothetical protein 6.802965817 L4_chemical_C3 +LQ04X018860 Cell division control protein 48 homolog C 5.417671373 C6_control_A1 +LQ04X018860 Cell division control protein 48 homolog C 4.954505268 C6_control_A3 +LQ04X018860 Cell division control protein 48 homolog C 5.421209747 C6_control_B1 +LQ04X018860 Cell division control protein 48 homolog C 5.493374837 C6_control_B2 +LQ04X018860 Cell division control protein 48 homolog C 5.388883763 C6_control_B3 +LQ04X018860 Cell division control protein 48 homolog C 6.224690582 C6_control_C1 +LQ04X018860 Cell division control protein 48 homolog C 5.535452452 C6_control_C2 +LQ04X018860 Cell division control protein 48 homolog C 5.545914067 C6_control_C3 +LQ04X018860 Cell division control protein 48 homolog C 5.930954468 C6_chemical_A1 +LQ04X018860 Cell division control protein 48 homolog C 5.495183751 C6_chemical_A3 +LQ04X018860 Cell division control protein 48 homolog C 5.284188387 C6_chemical_B1 +LQ04X018860 Cell division control protein 48 homolog C 5.69022266 C6_chemical_B2 +LQ04X018860 Cell division control protein 48 homolog C 5.806150163 C6_chemical_B3 +LQ04X018860 Cell division control protein 48 homolog C 6.644789342 C6_chemical_C1 +LQ04X018860 Cell division control protein 48 homolog C 6.100913526 C6_chemical_C2 +LQ04X018860 Cell division control protein 48 homolog C 6.391833999 C6_chemical_C3 +LQ04X018860 Cell division control protein 48 homolog C 5.828428303 L4_control_A1 +LQ04X018860 Cell division control protein 48 homolog C 5.334480388 L4_control_A2 +LQ04X018860 Cell division control protein 48 homolog C 5.153751296 L4_control_A3 +LQ04X018860 Cell division control protein 48 homolog C 5.017853139 L4_control_B1 +LQ04X018860 Cell division control protein 48 homolog C 4.972428214 L4_control_B2 +LQ04X018860 Cell division control protein 48 homolog C 5.9424412 L4_control_B3 +LQ04X018860 Cell division control protein 48 homolog C 5.685060042 L4_control_C2 +LQ04X018860 Cell division control protein 48 homolog C 5.923416004 L4_control_C3 +LQ04X018860 Cell division control protein 48 homolog C 5.650204108 L4_chemical_A1 +LQ04X018860 Cell division control protein 48 homolog C 5.432767044 L4_chemical_A2 +LQ04X018860 Cell division control protein 48 homolog C 5.004744747 L4_chemical_A3 +LQ04X018860 Cell division control protein 48 homolog C 4.924394289 L4_chemical_B1 +LQ04X018860 Cell division control protein 48 homolog C 5.070116889 L4_chemical_B2 +LQ04X018860 Cell division control protein 48 homolog C 5.600602859 L4_chemical_B3 +LQ04X018860 Cell division control protein 48 homolog C 5.774677162 L4_chemical_C2 +LQ04X018860 Cell division control protein 48 homolog C 6.022656579 L4_chemical_C3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.248775348 C6_control_A1 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.310130541 C6_control_A3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.086160269 C6_control_B1 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.305945647 C6_control_B2 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.29393218 C6_control_B3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.422867083 C6_control_C1 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.330748738 C6_control_C2 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.408076433 C6_control_C3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.123515837 C6_chemical_A1 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.266433935 C6_chemical_A3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.161885126 C6_chemical_B1 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.19621817 C6_chemical_B2 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.116870404 C6_chemical_B3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.553300521 C6_chemical_C1 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.148271437 C6_chemical_C2 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.297749056 C6_chemical_C3 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.925224777 L4_control_A1 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.917899521 L4_control_A2 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.871732043 L4_control_A3 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.904025973 L4_control_B1 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.997639828 L4_control_B2 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.894373164 L4_control_B3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.206265544 L4_control_C2 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.52783424 L4_control_C3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.297109366 L4_chemical_A1 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.001428442 L4_chemical_A2 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.961478032 L4_chemical_A3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.02631656 L4_chemical_B1 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.257203328 L4_chemical_B2 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.933195596 L4_chemical_B3 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.169055027 L4_chemical_C2 +LQ04X018870 Putative Vesicle transport protein GOT1A 4.975719194 L4_chemical_C3 +LQ04X018930 Transcription factor bHLH128 5.57293203 C6_control_A1 +LQ04X018930 Transcription factor bHLH128 5.181905572 C6_control_A3 +LQ04X018930 Transcription factor bHLH128 4.782124922 C6_control_B1 +LQ04X018930 Transcription factor bHLH128 6.006414503 C6_control_B2 +LQ04X018930 Transcription factor bHLH128 5.427063326 C6_control_B3 +LQ04X018930 Transcription factor bHLH128 6.043776168 C6_control_C1 +LQ04X018930 Transcription factor bHLH128 6.063494948 C6_control_C2 +LQ04X018930 Transcription factor bHLH128 7.492618153 C6_control_C3 +LQ04X018930 Transcription factor bHLH128 5.834849088 C6_chemical_A1 +LQ04X018930 Transcription factor bHLH128 6.181442385 C6_chemical_A3 +LQ04X018930 Transcription factor bHLH128 5.51956201 C6_chemical_B1 +LQ04X018930 Transcription factor bHLH128 6.5017328 C6_chemical_B2 +LQ04X018930 Transcription factor bHLH128 5.912606535 C6_chemical_B3 +LQ04X018930 Transcription factor bHLH128 6.580514425 C6_chemical_C1 +LQ04X018930 Transcription factor bHLH128 6.900772082 C6_chemical_C2 +LQ04X018930 Transcription factor bHLH128 8.696949327 C6_chemical_C3 +LQ04X018930 Transcription factor bHLH128 6.413299125 L4_control_A1 +LQ04X018930 Transcription factor bHLH128 6.376006343 L4_control_A2 +LQ04X018930 Transcription factor bHLH128 5.353129541 L4_control_A3 +LQ04X018930 Transcription factor bHLH128 6.144983539 L4_control_B1 +LQ04X018930 Transcription factor bHLH128 5.826575955 L4_control_B2 +LQ04X018930 Transcription factor bHLH128 6.841165007 L4_control_B3 +LQ04X018930 Transcription factor bHLH128 5.59159142 L4_control_C2 +LQ04X018930 Transcription factor bHLH128 5.843720511 L4_control_C3 +LQ04X018930 Transcription factor bHLH128 8.269233389 L4_chemical_A1 +LQ04X018930 Transcription factor bHLH128 6.47269862 L4_chemical_A2 +LQ04X018930 Transcription factor bHLH128 6.512099749 L4_chemical_A3 +LQ04X018930 Transcription factor bHLH128 5.650537555 L4_chemical_B1 +LQ04X018930 Transcription factor bHLH128 6.122850885 L4_chemical_B2 +LQ04X018930 Transcription factor bHLH128 7.309408509 L4_chemical_B3 +LQ04X018930 Transcription factor bHLH128 6.143643758 L4_chemical_C2 +LQ04X018930 Transcription factor bHLH128 5.900649113 L4_chemical_C3 +LQ04X018940 Ras-related protein ARA-4 13.11091023 C6_control_A1 +LQ04X018940 Ras-related protein ARA-4 13.31186911 C6_control_A3 +LQ04X018940 Ras-related protein ARA-4 12.94448042 C6_control_B1 +LQ04X018940 Ras-related protein ARA-4 11.99303373 C6_control_B2 +LQ04X018940 Ras-related protein ARA-4 13.04775471 C6_control_B3 +LQ04X018940 Ras-related protein ARA-4 11.38185838 C6_control_C1 +LQ04X018940 Ras-related protein ARA-4 11.27512589 C6_control_C2 +LQ04X018940 Ras-related protein ARA-4 11.34783149 C6_control_C3 +LQ04X018940 Ras-related protein ARA-4 12.73731437 C6_chemical_A1 +LQ04X018940 Ras-related protein ARA-4 13.00842508 C6_chemical_A3 +LQ04X018940 Ras-related protein ARA-4 12.67940298 C6_chemical_B1 +LQ04X018940 Ras-related protein ARA-4 11.97196582 C6_chemical_B2 +LQ04X018940 Ras-related protein ARA-4 12.56594909 C6_chemical_B3 +LQ04X018940 Ras-related protein ARA-4 11.32859497 C6_chemical_C1 +LQ04X018940 Ras-related protein ARA-4 11.33017597 C6_chemical_C2 +LQ04X018940 Ras-related protein ARA-4 11.59155043 C6_chemical_C3 +LQ04X018940 Ras-related protein ARA-4 13.12239131 L4_control_A1 +LQ04X018940 Ras-related protein ARA-4 13.21786863 L4_control_A2 +LQ04X018940 Ras-related protein ARA-4 13.08211295 L4_control_A3 +LQ04X018940 Ras-related protein ARA-4 12.68947131 L4_control_B1 +LQ04X018940 Ras-related protein ARA-4 12.42912917 L4_control_B2 +LQ04X018940 Ras-related protein ARA-4 12.18551239 L4_control_B3 +LQ04X018940 Ras-related protein ARA-4 11.27333158 L4_control_C2 +LQ04X018940 Ras-related protein ARA-4 11.58260626 L4_control_C3 +LQ04X018940 Ras-related protein ARA-4 12.50538645 L4_chemical_A1 +LQ04X018940 Ras-related protein ARA-4 12.40487652 L4_chemical_A2 +LQ04X018940 Ras-related protein ARA-4 12.78501325 L4_chemical_A3 +LQ04X018940 Ras-related protein ARA-4 12.80576816 L4_chemical_B1 +LQ04X018940 Ras-related protein ARA-4 12.4267078 L4_chemical_B2 +LQ04X018940 Ras-related protein ARA-4 13.29181696 L4_chemical_B3 +LQ04X018940 Ras-related protein ARA-4 11.42282346 L4_chemical_C2 +LQ04X018940 Ras-related protein ARA-4 11.58008469 L4_chemical_C3 +LQ04X018950 Pirin-like protein At2g43120 5.392599911 C6_control_A1 +LQ04X018950 Pirin-like protein At2g43120 5.301663617 C6_control_A3 +LQ04X018950 Pirin-like protein At2g43120 5.618369242 C6_control_B1 +LQ04X018950 Pirin-like protein At2g43120 5.259295767 C6_control_B2 +LQ04X018950 Pirin-like protein At2g43120 5.378150952 C6_control_B3 +LQ04X018950 Pirin-like protein At2g43120 5.788889906 C6_control_C1 +LQ04X018950 Pirin-like protein At2g43120 5.299353396 C6_control_C2 +LQ04X018950 Pirin-like protein At2g43120 5.429336099 C6_control_C3 +LQ04X018950 Pirin-like protein At2g43120 5.450536514 C6_chemical_A1 +LQ04X018950 Pirin-like protein At2g43120 5.566675888 C6_chemical_A3 +LQ04X018950 Pirin-like protein At2g43120 5.386829506 C6_chemical_B1 +LQ04X018950 Pirin-like protein At2g43120 5.246945677 C6_chemical_B2 +LQ04X018950 Pirin-like protein At2g43120 5.139285102 C6_chemical_B3 +LQ04X018950 Pirin-like protein At2g43120 5.631861368 C6_chemical_C1 +LQ04X018950 Pirin-like protein At2g43120 5.379247431 C6_chemical_C2 +LQ04X018950 Pirin-like protein At2g43120 5.160544033 C6_chemical_C3 +LQ04X018950 Pirin-like protein At2g43120 4.970203316 L4_control_A1 +LQ04X018950 Pirin-like protein At2g43120 5.586906581 L4_control_A2 +LQ04X018950 Pirin-like protein At2g43120 5.396130259 L4_control_A3 +LQ04X018950 Pirin-like protein At2g43120 5.173911707 L4_control_B1 +LQ04X018950 Pirin-like protein At2g43120 5.424507697 L4_control_B2 +LQ04X018950 Pirin-like protein At2g43120 5.480704778 L4_control_B3 +LQ04X018950 Pirin-like protein At2g43120 5.027370574 L4_control_C2 +LQ04X018950 Pirin-like protein At2g43120 5.322433767 L4_control_C3 +LQ04X018950 Pirin-like protein At2g43120 5.224763231 L4_chemical_A1 +LQ04X018950 Pirin-like protein At2g43120 5.473133436 L4_chemical_A2 +LQ04X018950 Pirin-like protein At2g43120 5.463440997 L4_chemical_A3 +LQ04X018950 Pirin-like protein At2g43120 5.257013538 L4_chemical_B1 +LQ04X018950 Pirin-like protein At2g43120 5.002204721 L4_chemical_B2 +LQ04X018950 Pirin-like protein At2g43120 5.685584568 L4_chemical_B3 +LQ04X018950 Pirin-like protein At2g43120 5.626469637 L4_chemical_C2 +LQ04X018950 Pirin-like protein At2g43120 5.260991458 L4_chemical_C3 +LQ04X018960 Predicted protein 6.065478238 C6_control_A1 +LQ04X018960 Predicted protein 6.366844993 C6_control_A3 +LQ04X018960 Predicted protein 5.640578893 C6_control_B1 +LQ04X018960 Predicted protein 5.713684332 C6_control_B2 +LQ04X018960 Predicted protein 5.560777493 C6_control_B3 +LQ04X018960 Predicted protein 6.052393852 C6_control_C1 +LQ04X018960 Predicted protein 6.699335269 C6_control_C2 +LQ04X018960 Predicted protein 5.805165452 C6_control_C3 +LQ04X018960 Predicted protein 5.554715201 C6_chemical_A1 +LQ04X018960 Predicted protein 5.814843411 C6_chemical_A3 +LQ04X018960 Predicted protein 5.737345455 C6_chemical_B1 +LQ04X018960 Predicted protein 5.360173474 C6_chemical_B2 +LQ04X018960 Predicted protein 5.181923212 C6_chemical_B3 +LQ04X018960 Predicted protein 5.836121643 C6_chemical_C1 +LQ04X018960 Predicted protein 5.654915909 C6_chemical_C2 +LQ04X018960 Predicted protein 5.73575629 C6_chemical_C3 +LQ04X018960 Predicted protein 5.85441408 L4_control_A1 +LQ04X018960 Predicted protein 6.052991978 L4_control_A2 +LQ04X018960 Predicted protein 5.649053562 L4_control_A3 +LQ04X018960 Predicted protein 5.779929703 L4_control_B1 +LQ04X018960 Predicted protein 5.960204536 L4_control_B2 +LQ04X018960 Predicted protein 5.504660815 L4_control_B3 +LQ04X018960 Predicted protein 5.556209654 L4_control_C2 +LQ04X018960 Predicted protein 5.901261802 L4_control_C3 +LQ04X018960 Predicted protein 5.45683454 L4_chemical_A1 +LQ04X018960 Predicted protein 5.446603808 L4_chemical_A2 +LQ04X018960 Predicted protein 5.721660492 L4_chemical_A3 +LQ04X018960 Predicted protein 5.209469675 L4_chemical_B1 +LQ04X018960 Predicted protein 5.342780937 L4_chemical_B2 +LQ04X018960 Predicted protein 5.560278523 L4_chemical_B3 +LQ04X018960 Predicted protein 5.817441998 L4_chemical_C2 +LQ04X018960 Predicted protein 5.711346581 L4_chemical_C3 +LQ04X018970 Predicted protein 6.113979226 C6_control_A1 +LQ04X018970 Predicted protein 6.747878288 C6_control_A3 +LQ04X018970 Predicted protein 5.989148897 C6_control_B1 +LQ04X018970 Predicted protein 6.534683187 C6_control_B2 +LQ04X018970 Predicted protein 6.607218609 C6_control_B3 +LQ04X018970 Predicted protein 5.736455329 C6_control_C1 +LQ04X018970 Predicted protein 5.797648423 C6_control_C2 +LQ04X018970 Predicted protein 6.001820645 C6_control_C3 +LQ04X018970 Predicted protein 6.455564721 C6_chemical_A1 +LQ04X018970 Predicted protein 6.699411361 C6_chemical_A3 +LQ04X018970 Predicted protein 6.081866041 C6_chemical_B1 +LQ04X018970 Predicted protein 6.27886337 C6_chemical_B2 +LQ04X018970 Predicted protein 6.257971645 C6_chemical_B3 +LQ04X018970 Predicted protein 5.970870392 C6_chemical_C1 +LQ04X018970 Predicted protein 5.883669878 C6_chemical_C2 +LQ04X018970 Predicted protein 5.989577407 C6_chemical_C3 +LQ04X018970 Predicted protein 5.964266541 L4_control_A1 +LQ04X018970 Predicted protein 6.822824565 L4_control_A2 +LQ04X018970 Predicted protein 6.310318621 L4_control_A3 +LQ04X018970 Predicted protein 6.142114312 L4_control_B1 +LQ04X018970 Predicted protein 5.845703224 L4_control_B2 +LQ04X018970 Predicted protein 6.485133246 L4_control_B3 +LQ04X018970 Predicted protein 6.072654058 L4_control_C2 +LQ04X018970 Predicted protein 5.463742436 L4_control_C3 +LQ04X018970 Predicted protein 5.950775274 L4_chemical_A1 +LQ04X018970 Predicted protein 6.790828237 L4_chemical_A2 +LQ04X018970 Predicted protein 5.800680779 L4_chemical_A3 +LQ04X018970 Predicted protein 6.32434236 L4_chemical_B1 +LQ04X018970 Predicted protein 6.8005558 L4_chemical_B2 +LQ04X018970 Predicted protein 6.231210698 L4_chemical_B3 +LQ04X018970 Predicted protein 6.733782636 L4_chemical_C2 +LQ04X018970 Predicted protein 5.879719239 L4_chemical_C3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.40374623 C6_control_A1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.10378361 C6_control_A3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.60008197 C6_control_B1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.49757069 C6_control_B2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.5833861 C6_control_B3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.92420602 C6_control_C1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.82495724 C6_control_C2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.92466775 C6_control_C3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.17001284 C6_chemical_A1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.12848901 C6_chemical_A3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.48284592 C6_chemical_B1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.59188568 C6_chemical_B2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.40886312 C6_chemical_B3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.94925597 C6_chemical_C1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.76789531 C6_chemical_C2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.83565009 C6_chemical_C3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.0716087 L4_control_A1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.32983984 L4_control_A2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 11.93806225 L4_control_A3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.77722908 L4_control_B1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.05276669 L4_control_B2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.25853834 L4_control_B3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.5993728 L4_control_C2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.66930642 L4_control_C3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.58252075 L4_chemical_A1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.31594944 L4_chemical_A2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.03270566 L4_chemical_A3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.61977778 L4_chemical_B1 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.24019526 L4_chemical_B2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.12717716 L4_chemical_B3 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.68352043 L4_chemical_C2 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.58611996 L4_chemical_C3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.50467454 C6_control_A1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.70234913 C6_control_A3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.56176354 C6_control_B1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.21799511 C6_control_B2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.06260237 C6_control_B3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.74653509 C6_control_C1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.78502872 C6_control_C2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.59041858 C6_control_C3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.54092947 C6_chemical_A1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.76210611 C6_chemical_A3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.68027566 C6_chemical_B1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.38713161 C6_chemical_B2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.27669227 C6_chemical_B3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.61222384 C6_chemical_C1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.59125411 C6_chemical_C2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.84182652 C6_chemical_C3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 11.37143198 L4_control_A1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.78733458 L4_control_A2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 11.42267205 L4_control_A3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.52151797 L4_control_B1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.44575988 L4_control_B2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.60372194 L4_control_B3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 11.23571328 L4_control_C2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 11.34721834 L4_control_C3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.6205034 L4_chemical_A1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.58499966 L4_chemical_A2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 11.09785331 L4_chemical_A3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.34712328 L4_chemical_B1 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.64139478 L4_chemical_B2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.77990609 L4_chemical_B3 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 11.32378932 L4_chemical_C2 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 11.29012566 L4_chemical_C3 +LQ04X019020 Putative Probable importin-7 homolog 11.88847947 C6_control_A1 +LQ04X019020 Putative Probable importin-7 homolog 12.02168085 C6_control_A3 +LQ04X019020 Putative Probable importin-7 homolog 12.1247062 C6_control_B1 +LQ04X019020 Putative Probable importin-7 homolog 11.862376 C6_control_B2 +LQ04X019020 Putative Probable importin-7 homolog 11.93357851 C6_control_B3 +LQ04X019020 Putative Probable importin-7 homolog 12.11277529 C6_control_C1 +LQ04X019020 Putative Probable importin-7 homolog 11.79124455 C6_control_C2 +LQ04X019020 Putative Probable importin-7 homolog 11.94007924 C6_control_C3 +LQ04X019020 Putative Probable importin-7 homolog 11.81698379 C6_chemical_A1 +LQ04X019020 Putative Probable importin-7 homolog 11.97261601 C6_chemical_A3 +LQ04X019020 Putative Probable importin-7 homolog 11.92451535 C6_chemical_B1 +LQ04X019020 Putative Probable importin-7 homolog 11.5228235 C6_chemical_B2 +LQ04X019020 Putative Probable importin-7 homolog 11.59589174 C6_chemical_B3 +LQ04X019020 Putative Probable importin-7 homolog 12.05668369 C6_chemical_C1 +LQ04X019020 Putative Probable importin-7 homolog 11.8423958 C6_chemical_C2 +LQ04X019020 Putative Probable importin-7 homolog 11.88009009 C6_chemical_C3 +LQ04X019020 Putative Probable importin-7 homolog 12.11507034 L4_control_A1 +LQ04X019020 Putative Probable importin-7 homolog 11.88612761 L4_control_A2 +LQ04X019020 Putative Probable importin-7 homolog 12.11770378 L4_control_A3 +LQ04X019020 Putative Probable importin-7 homolog 12.27562574 L4_control_B1 +LQ04X019020 Putative Probable importin-7 homolog 12.02238554 L4_control_B2 +LQ04X019020 Putative Probable importin-7 homolog 11.87576343 L4_control_B3 +LQ04X019020 Putative Probable importin-7 homolog 12.02853549 L4_control_C2 +LQ04X019020 Putative Probable importin-7 homolog 12.35030604 L4_control_C3 +LQ04X019020 Putative Probable importin-7 homolog 12.16906354 L4_chemical_A1 +LQ04X019020 Putative Probable importin-7 homolog 11.84551306 L4_chemical_A2 +LQ04X019020 Putative Probable importin-7 homolog 11.91649636 L4_chemical_A3 +LQ04X019020 Putative Probable importin-7 homolog 12.15271653 L4_chemical_B1 +LQ04X019020 Putative Probable importin-7 homolog 11.9751688 L4_chemical_B2 +LQ04X019020 Putative Probable importin-7 homolog 11.81021021 L4_chemical_B3 +LQ04X019020 Putative Probable importin-7 homolog 11.97047045 L4_chemical_C2 +LQ04X019020 Putative Probable importin-7 homolog 12.10256075 L4_chemical_C3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.12464979 C6_control_A1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.03738504 C6_control_A3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.36309212 C6_control_B1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.51827418 C6_control_B2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.98453474 C6_control_B3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.16551924 C6_control_C1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.12994614 C6_control_C2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.85842654 C6_control_C3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.98531482 C6_chemical_A1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.86354627 C6_chemical_A3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.50887264 C6_chemical_B1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.56112468 C6_chemical_B2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.85589986 C6_chemical_B3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.2044136 C6_chemical_C1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.00343746 C6_chemical_C2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.78666072 C6_chemical_C3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.22702872 L4_control_A1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.33594089 L4_control_A2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 10.99785219 L4_control_A3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.52523402 L4_control_B1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.74177499 L4_control_B2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.80304535 L4_control_B3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.68692997 L4_control_C2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.30007622 L4_control_C3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.08304864 L4_chemical_A1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.34218999 L4_chemical_A2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.10770579 L4_chemical_A3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.958896 L4_chemical_B1 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.49519002 L4_chemical_B2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.72288753 L4_chemical_B3 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.71521256 L4_chemical_C2 +LQ04X019050 Putative Signal peptide peptidase-like 2B 12.13103338 L4_chemical_C3 +LQ04X019060 Predicted protein 10.0207371 C6_control_A1 +LQ04X019060 Predicted protein 9.218736789 C6_control_A3 +LQ04X019060 Predicted protein 10.09068136 C6_control_B1 +LQ04X019060 Predicted protein 10.1533899 C6_control_B2 +LQ04X019060 Predicted protein 10.18181909 C6_control_B3 +LQ04X019060 Predicted protein 9.881697978 C6_control_C1 +LQ04X019060 Predicted protein 9.757384578 C6_control_C2 +LQ04X019060 Predicted protein 9.755363886 C6_control_C3 +LQ04X019060 Predicted protein 10.14584121 C6_chemical_A1 +LQ04X019060 Predicted protein 9.523721777 C6_chemical_A3 +LQ04X019060 Predicted protein 10.42563282 C6_chemical_B1 +LQ04X019060 Predicted protein 10.20460394 C6_chemical_B2 +LQ04X019060 Predicted protein 10.17201868 C6_chemical_B3 +LQ04X019060 Predicted protein 9.880869288 C6_chemical_C1 +LQ04X019060 Predicted protein 9.668349127 C6_chemical_C2 +LQ04X019060 Predicted protein 9.942113137 C6_chemical_C3 +LQ04X019060 Predicted protein 10.15091417 L4_control_A1 +LQ04X019060 Predicted protein 10.49518452 L4_control_A2 +LQ04X019060 Predicted protein 10.41957634 L4_control_A3 +LQ04X019060 Predicted protein 10.37687722 L4_control_B1 +LQ04X019060 Predicted protein 10.64977898 L4_control_B2 +LQ04X019060 Predicted protein 10.63437469 L4_control_B3 +LQ04X019060 Predicted protein 9.935898352 L4_control_C2 +LQ04X019060 Predicted protein 10.33840644 L4_control_C3 +LQ04X019060 Predicted protein 9.90009769 L4_chemical_A1 +LQ04X019060 Predicted protein 10.41804936 L4_chemical_A2 +LQ04X019060 Predicted protein 10.35311911 L4_chemical_A3 +LQ04X019060 Predicted protein 10.09293247 L4_chemical_B1 +LQ04X019060 Predicted protein 10.03875426 L4_chemical_B2 +LQ04X019060 Predicted protein 10.4951805 L4_chemical_B3 +LQ04X019060 Predicted protein 9.915115031 L4_chemical_C2 +LQ04X019060 Predicted protein 10.1567756 L4_chemical_C3 +LQ04X019070 Putative uncharacterized protein 5.060149963 C6_control_A1 +LQ04X019070 Putative uncharacterized protein 5.214511899 C6_control_A3 +LQ04X019070 Putative uncharacterized protein 5.212941071 C6_control_B1 +LQ04X019070 Putative uncharacterized protein 4.744213924 C6_control_B2 +LQ04X019070 Putative uncharacterized protein 5.227316878 C6_control_B3 +LQ04X019070 Putative uncharacterized protein 4.719875988 C6_control_C1 +LQ04X019070 Putative uncharacterized protein 5.22808425 C6_control_C2 +LQ04X019070 Putative uncharacterized protein 4.767233433 C6_control_C3 +LQ04X019070 Putative uncharacterized protein 5.068418081 C6_chemical_A1 +LQ04X019070 Putative uncharacterized protein 4.763450527 C6_chemical_A3 +LQ04X019070 Putative uncharacterized protein 4.798662935 C6_chemical_B1 +LQ04X019070 Putative uncharacterized protein 4.84386687 C6_chemical_B2 +LQ04X019070 Putative uncharacterized protein 5.020193161 C6_chemical_B3 +LQ04X019070 Putative uncharacterized protein 4.988030497 C6_chemical_C1 +LQ04X019070 Putative uncharacterized protein 4.761226355 C6_chemical_C2 +LQ04X019070 Putative uncharacterized protein 4.716872199 C6_chemical_C3 +LQ04X019070 Putative uncharacterized protein 4.747709063 L4_control_A1 +LQ04X019070 Putative uncharacterized protein 4.810639928 L4_control_A2 +LQ04X019070 Putative uncharacterized protein 5.174802018 L4_control_A3 +LQ04X019070 Putative uncharacterized protein 5.076863511 L4_control_B1 +LQ04X019070 Putative uncharacterized protein 5.064890529 L4_control_B2 +LQ04X019070 Putative uncharacterized protein 4.969171855 L4_control_B3 +LQ04X019070 Putative uncharacterized protein 5.19031951 L4_control_C2 +LQ04X019070 Putative uncharacterized protein 4.892182392 L4_control_C3 +LQ04X019070 Putative uncharacterized protein 4.635625997 L4_chemical_A1 +LQ04X019070 Putative uncharacterized protein 5.179795247 L4_chemical_A2 +LQ04X019070 Putative uncharacterized protein 5.156468021 L4_chemical_A3 +LQ04X019070 Putative uncharacterized protein 5.00358013 L4_chemical_B1 +LQ04X019070 Putative uncharacterized protein 5.484788667 L4_chemical_B2 +LQ04X019070 Putative uncharacterized protein 4.742143719 L4_chemical_B3 +LQ04X019070 Putative uncharacterized protein 4.943415963 L4_chemical_C2 +LQ04X019070 Putative uncharacterized protein 5.386171423 L4_chemical_C3 +LQ04X019080 Putative uncharacterized protein 5.440649804 C6_control_A1 +LQ04X019080 Putative uncharacterized protein 5.478065863 C6_control_A3 +LQ04X019080 Putative uncharacterized protein 5.842477147 C6_control_B1 +LQ04X019080 Putative uncharacterized protein 5.847160932 C6_control_B2 +LQ04X019080 Putative uncharacterized protein 5.468305024 C6_control_B3 +LQ04X019080 Putative uncharacterized protein 5.285165889 C6_control_C1 +LQ04X019080 Putative uncharacterized protein 5.636931398 C6_control_C2 +LQ04X019080 Putative uncharacterized protein 5.864963337 C6_control_C3 +LQ04X019080 Putative uncharacterized protein 5.539648862 C6_chemical_A1 +LQ04X019080 Putative uncharacterized protein 4.848858827 C6_chemical_A3 +LQ04X019080 Putative uncharacterized protein 6.036025314 C6_chemical_B1 +LQ04X019080 Putative uncharacterized protein 5.735399728 C6_chemical_B2 +LQ04X019080 Putative uncharacterized protein 5.468425135 C6_chemical_B3 +LQ04X019080 Putative uncharacterized protein 5.291993871 C6_chemical_C1 +LQ04X019080 Putative uncharacterized protein 5.953922346 C6_chemical_C2 +LQ04X019080 Putative uncharacterized protein 5.686625923 C6_chemical_C3 +LQ04X019080 Putative uncharacterized protein 5.538789515 L4_control_A1 +LQ04X019080 Putative uncharacterized protein 5.246606191 L4_control_A2 +LQ04X019080 Putative uncharacterized protein 5.159907135 L4_control_A3 +LQ04X019080 Putative uncharacterized protein 5.451356874 L4_control_B1 +LQ04X019080 Putative uncharacterized protein 5.418812625 L4_control_B2 +LQ04X019080 Putative uncharacterized protein 5.713480326 L4_control_B3 +LQ04X019080 Putative uncharacterized protein 6.157757517 L4_control_C2 +LQ04X019080 Putative uncharacterized protein 5.995794128 L4_control_C3 +LQ04X019080 Putative uncharacterized protein 5.214573318 L4_chemical_A1 +LQ04X019080 Putative uncharacterized protein 5.398263194 L4_chemical_A2 +LQ04X019080 Putative uncharacterized protein 5.120489699 L4_chemical_A3 +LQ04X019080 Putative uncharacterized protein 5.719083331 L4_chemical_B1 +LQ04X019080 Putative uncharacterized protein 5.744838587 L4_chemical_B2 +LQ04X019080 Putative uncharacterized protein 5.658093657 L4_chemical_B3 +LQ04X019080 Putative uncharacterized protein 6.773343279 L4_chemical_C2 +LQ04X019080 Putative uncharacterized protein 5.810756309 L4_chemical_C3 +LQ04X019100 Predicted protein 5.749980005 C6_control_A1 +LQ04X019100 Predicted protein 6.159719444 C6_control_A3 +LQ04X019100 Predicted protein 6.336945485 C6_control_B1 +LQ04X019100 Predicted protein 6.375700891 C6_control_B2 +LQ04X019100 Predicted protein 6.171440034 C6_control_B3 +LQ04X019100 Predicted protein 6.527713568 C6_control_C1 +LQ04X019100 Predicted protein 6.83115489 C6_control_C2 +LQ04X019100 Predicted protein 6.192261943 C6_control_C3 +LQ04X019100 Predicted protein 5.745690006 C6_chemical_A1 +LQ04X019100 Predicted protein 6.265857192 C6_chemical_A3 +LQ04X019100 Predicted protein 6.20634006 C6_chemical_B1 +LQ04X019100 Predicted protein 6.3452869 C6_chemical_B2 +LQ04X019100 Predicted protein 6.048478175 C6_chemical_B3 +LQ04X019100 Predicted protein 6.313517113 C6_chemical_C1 +LQ04X019100 Predicted protein 6.620862428 C6_chemical_C2 +LQ04X019100 Predicted protein 5.839364567 C6_chemical_C3 +LQ04X019100 Predicted protein 6.120574587 L4_control_A1 +LQ04X019100 Predicted protein 5.855095959 L4_control_A2 +LQ04X019100 Predicted protein 6.588093884 L4_control_A3 +LQ04X019100 Predicted protein 5.695431086 L4_control_B1 +LQ04X019100 Predicted protein 5.909600861 L4_control_B2 +LQ04X019100 Predicted protein 5.782708404 L4_control_B3 +LQ04X019100 Predicted protein 5.792204981 L4_control_C2 +LQ04X019100 Predicted protein 5.407468776 L4_control_C3 +LQ04X019100 Predicted protein 5.895360478 L4_chemical_A1 +LQ04X019100 Predicted protein 6.073387764 L4_chemical_A2 +LQ04X019100 Predicted protein 6.290391991 L4_chemical_A3 +LQ04X019100 Predicted protein 5.833173688 L4_chemical_B1 +LQ04X019100 Predicted protein 5.954541175 L4_chemical_B2 +LQ04X019100 Predicted protein 5.911837201 L4_chemical_B3 +LQ04X019100 Predicted protein 5.648127847 L4_chemical_C2 +LQ04X019100 Predicted protein 6.030884619 L4_chemical_C3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.779922873 C6_control_A1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.430708255 C6_control_A3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.912183457 C6_control_B1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.645592542 C6_control_B2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.812578042 C6_control_B3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.936176322 C6_control_C1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.614250042 C6_control_C2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.774058981 C6_control_C3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.883756724 C6_chemical_A1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.575166879 C6_chemical_A3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.701729528 C6_chemical_B1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.632333884 C6_chemical_B2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.73231926 C6_chemical_B3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 5.029192545 C6_chemical_C1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.660674663 C6_chemical_C2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.481529689 C6_chemical_C3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.618045604 L4_control_A1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.974446231 L4_control_A2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 5.103454709 L4_control_A3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.867057903 L4_control_B1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.989881796 L4_control_B2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.767310062 L4_control_B3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.923545662 L4_control_C2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.95440374 L4_control_C3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 5.136728352 L4_chemical_A1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.86525281 L4_chemical_A2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.964436222 L4_chemical_A3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.982304413 L4_chemical_B1 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 5.248719183 L4_chemical_B2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.595267255 L4_chemical_B3 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.923003771 L4_chemical_C2 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 5.231846584 L4_chemical_C3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 12.10562348 C6_control_A1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.89874815 C6_control_A3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.69011638 C6_control_B1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.93845098 C6_control_B2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.44782155 C6_control_B3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.25721939 C6_control_C1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.66432641 C6_control_C2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.02756162 C6_control_C3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 12.13993497 C6_chemical_A1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.96724299 C6_chemical_A3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.62370922 C6_chemical_B1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.82193962 C6_chemical_B2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.69156734 C6_chemical_B3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.68205247 C6_chemical_C1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.35200669 C6_chemical_C2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.68286858 C6_chemical_C3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.99946637 L4_control_A1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 12.13069221 L4_control_A2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 12.32424583 L4_control_A3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.22816164 L4_control_B1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.56428304 L4_control_B2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.97197474 L4_control_B3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.56604985 L4_control_C2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.68781309 L4_control_C3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.82582939 L4_chemical_A1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 12.0218104 L4_chemical_A2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 12.07399301 L4_chemical_A3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.63671274 L4_chemical_B1 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 12.20505525 L4_chemical_B2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 11.86904332 L4_chemical_B3 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.29861358 L4_chemical_C2 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 10.41198612 L4_chemical_C3 +LQ04X019150 Putative uncharacterized protein 8.455612777 C6_control_A1 +LQ04X019150 Putative uncharacterized protein 8.729406101 C6_control_A3 +LQ04X019150 Putative uncharacterized protein 8.621953275 C6_control_B1 +LQ04X019150 Putative uncharacterized protein 9.338445304 C6_control_B2 +LQ04X019150 Putative uncharacterized protein 8.937197241 C6_control_B3 +LQ04X019150 Putative uncharacterized protein 9.794563325 C6_control_C1 +LQ04X019150 Putative uncharacterized protein 9.885208428 C6_control_C2 +LQ04X019150 Putative uncharacterized protein 9.948285456 C6_control_C3 +LQ04X019150 Putative uncharacterized protein 9.118100754 C6_chemical_A1 +LQ04X019150 Putative uncharacterized protein 8.751138976 C6_chemical_A3 +LQ04X019150 Putative uncharacterized protein 9.131288121 C6_chemical_B1 +LQ04X019150 Putative uncharacterized protein 9.641328449 C6_chemical_B2 +LQ04X019150 Putative uncharacterized protein 9.438134056 C6_chemical_B3 +LQ04X019150 Putative uncharacterized protein 10.25113197 C6_chemical_C1 +LQ04X019150 Putative uncharacterized protein 10.24199154 C6_chemical_C2 +LQ04X019150 Putative uncharacterized protein 10.44916944 C6_chemical_C3 +LQ04X019150 Putative uncharacterized protein 9.199101801 L4_control_A1 +LQ04X019150 Putative uncharacterized protein 9.62511245 L4_control_A2 +LQ04X019150 Putative uncharacterized protein 9.771650044 L4_control_A3 +LQ04X019150 Putative uncharacterized protein 8.797210145 L4_control_B1 +LQ04X019150 Putative uncharacterized protein 8.273853519 L4_control_B2 +LQ04X019150 Putative uncharacterized protein 9.956930861 L4_control_B3 +LQ04X019150 Putative uncharacterized protein 9.801612154 L4_control_C2 +LQ04X019150 Putative uncharacterized protein 10.06150955 L4_control_C3 +LQ04X019150 Putative uncharacterized protein 9.214515653 L4_chemical_A1 +LQ04X019150 Putative uncharacterized protein 9.713525751 L4_chemical_A2 +LQ04X019150 Putative uncharacterized protein 9.890912558 L4_chemical_A3 +LQ04X019150 Putative uncharacterized protein 8.514354505 L4_chemical_B1 +LQ04X019150 Putative uncharacterized protein 8.159515904 L4_chemical_B2 +LQ04X019150 Putative uncharacterized protein 9.538400336 L4_chemical_B3 +LQ04X019150 Putative uncharacterized protein 9.192521503 L4_chemical_C2 +LQ04X019150 Putative uncharacterized protein 9.840311471 L4_chemical_C3 +LQ04X019170 Calmodulin-like protein 5 13.08072237 C6_control_A1 +LQ04X019170 Calmodulin-like protein 5 13.36423245 C6_control_A3 +LQ04X019170 Calmodulin-like protein 5 12.69622936 C6_control_B1 +LQ04X019170 Calmodulin-like protein 5 9.830821995 C6_control_B2 +LQ04X019170 Calmodulin-like protein 5 11.14302399 C6_control_B3 +LQ04X019170 Calmodulin-like protein 5 9.772635262 C6_control_C1 +LQ04X019170 Calmodulin-like protein 5 9.794831676 C6_control_C2 +LQ04X019170 Calmodulin-like protein 5 10.43582729 C6_control_C3 +LQ04X019170 Calmodulin-like protein 5 12.93193131 C6_chemical_A1 +LQ04X019170 Calmodulin-like protein 5 13.89817277 C6_chemical_A3 +LQ04X019170 Calmodulin-like protein 5 11.45115359 C6_chemical_B1 +LQ04X019170 Calmodulin-like protein 5 9.379583059 C6_chemical_B2 +LQ04X019170 Calmodulin-like protein 5 11.11781858 C6_chemical_B3 +LQ04X019170 Calmodulin-like protein 5 9.483863724 C6_chemical_C1 +LQ04X019170 Calmodulin-like protein 5 9.709105283 C6_chemical_C2 +LQ04X019170 Calmodulin-like protein 5 10.48621909 C6_chemical_C3 +LQ04X019170 Calmodulin-like protein 5 12.29271703 L4_control_A1 +LQ04X019170 Calmodulin-like protein 5 13.5713891 L4_control_A2 +LQ04X019170 Calmodulin-like protein 5 14.31959732 L4_control_A3 +LQ04X019170 Calmodulin-like protein 5 10.66301562 L4_control_B1 +LQ04X019170 Calmodulin-like protein 5 12.32073281 L4_control_B2 +LQ04X019170 Calmodulin-like protein 5 10.36005838 L4_control_B3 +LQ04X019170 Calmodulin-like protein 5 10.1491995 L4_control_C2 +LQ04X019170 Calmodulin-like protein 5 11.24031061 L4_control_C3 +LQ04X019170 Calmodulin-like protein 5 11.89550403 L4_chemical_A1 +LQ04X019170 Calmodulin-like protein 5 12.41769043 L4_chemical_A2 +LQ04X019170 Calmodulin-like protein 5 13.73916816 L4_chemical_A3 +LQ04X019170 Calmodulin-like protein 5 12.28790676 L4_chemical_B1 +LQ04X019170 Calmodulin-like protein 5 11.99868962 L4_chemical_B2 +LQ04X019170 Calmodulin-like protein 5 12.58087396 L4_chemical_B3 +LQ04X019170 Calmodulin-like protein 5 9.982109919 L4_chemical_C2 +LQ04X019170 Calmodulin-like protein 5 10.83227765 L4_chemical_C3 +LQ04X019220 Putative uncharacterized protein 7.957558733 C6_control_A1 +LQ04X019220 Putative uncharacterized protein 7.234166744 C6_control_A3 +LQ04X019220 Putative uncharacterized protein 7.956504073 C6_control_B1 +LQ04X019220 Putative uncharacterized protein 6.077915823 C6_control_B2 +LQ04X019220 Putative uncharacterized protein 7.751830436 C6_control_B3 +LQ04X019220 Putative uncharacterized protein 5.199653416 C6_control_C1 +LQ04X019220 Putative uncharacterized protein 4.970822691 C6_control_C2 +LQ04X019220 Putative uncharacterized protein 5.941381341 C6_control_C3 +LQ04X019220 Putative uncharacterized protein 7.322686132 C6_chemical_A1 +LQ04X019220 Putative uncharacterized protein 7.229976029 C6_chemical_A3 +LQ04X019220 Putative uncharacterized protein 7.209118257 C6_chemical_B1 +LQ04X019220 Putative uncharacterized protein 5.875133436 C6_chemical_B2 +LQ04X019220 Putative uncharacterized protein 7.507273152 C6_chemical_B3 +LQ04X019220 Putative uncharacterized protein 5.420455295 C6_chemical_C1 +LQ04X019220 Putative uncharacterized protein 5.69778769 C6_chemical_C2 +LQ04X019220 Putative uncharacterized protein 5.576972461 C6_chemical_C3 +LQ04X019220 Putative uncharacterized protein 7.393771026 L4_control_A1 +LQ04X019220 Putative uncharacterized protein 8.161423291 L4_control_A2 +LQ04X019220 Putative uncharacterized protein 8.371310188 L4_control_A3 +LQ04X019220 Putative uncharacterized protein 7.347937449 L4_control_B1 +LQ04X019220 Putative uncharacterized protein 7.916219504 L4_control_B2 +LQ04X019220 Putative uncharacterized protein 6.973401287 L4_control_B3 +LQ04X019220 Putative uncharacterized protein 7.737263893 L4_control_C2 +LQ04X019220 Putative uncharacterized protein 6.049792198 L4_control_C3 +LQ04X019220 Putative uncharacterized protein 7.13377646 L4_chemical_A1 +LQ04X019220 Putative uncharacterized protein 8.05834815 L4_chemical_A2 +LQ04X019220 Putative uncharacterized protein 8.006687779 L4_chemical_A3 +LQ04X019220 Putative uncharacterized protein 7.07144746 L4_chemical_B1 +LQ04X019220 Putative uncharacterized protein 7.724002961 L4_chemical_B2 +LQ04X019220 Putative uncharacterized protein 6.879425644 L4_chemical_B3 +LQ04X019220 Putative uncharacterized protein 7.281815165 L4_chemical_C2 +LQ04X019220 Putative uncharacterized protein 7.500986575 L4_chemical_C3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.907589498 C6_control_A1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.612093526 C6_control_A3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.007269902 C6_control_B1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.721098771 C6_control_B2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.951030245 C6_control_B3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.465573152 C6_control_C1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.72370551 C6_control_C2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.564601845 C6_control_C3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.051668707 C6_chemical_A1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.891020795 C6_chemical_A3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.930500629 C6_chemical_B1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.000086523 C6_chemical_B2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.571023883 C6_chemical_B3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.644114992 C6_chemical_C1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.576647591 C6_chemical_C2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.525889151 C6_chemical_C3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.754415936 L4_control_A1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.172577137 L4_control_A2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.407473636 L4_control_A3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.068920742 L4_control_B1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.022678315 L4_control_B2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.88879259 L4_control_B3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.387721151 L4_control_C2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.808747775 L4_control_C3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.047281024 L4_chemical_A1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.838024187 L4_chemical_A2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.259009239 L4_chemical_A3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.985836516 L4_chemical_B1 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.190447149 L4_chemical_B2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 4.468241445 L4_chemical_B3 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.01686878 L4_chemical_C2 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.231605589 L4_chemical_C3 +LQ04X019320 Defensin-like protein 6 5.403582303 C6_control_A1 +LQ04X019320 Defensin-like protein 6 5.534866706 C6_control_A3 +LQ04X019320 Defensin-like protein 6 5.855961331 C6_control_B1 +LQ04X019320 Defensin-like protein 6 5.586056257 C6_control_B2 +LQ04X019320 Defensin-like protein 6 5.54850109 C6_control_B3 +LQ04X019320 Defensin-like protein 6 5.862294176 C6_control_C1 +LQ04X019320 Defensin-like protein 6 4.951742225 C6_control_C2 +LQ04X019320 Defensin-like protein 6 5.710864843 C6_control_C3 +LQ04X019320 Defensin-like protein 6 5.85249411 C6_chemical_A1 +LQ04X019320 Defensin-like protein 6 5.652553843 C6_chemical_A3 +LQ04X019320 Defensin-like protein 6 6.46655678 C6_chemical_B1 +LQ04X019320 Defensin-like protein 6 5.600410686 C6_chemical_B2 +LQ04X019320 Defensin-like protein 6 5.266630197 C6_chemical_B3 +LQ04X019320 Defensin-like protein 6 5.775572928 C6_chemical_C1 +LQ04X019320 Defensin-like protein 6 5.491138847 C6_chemical_C2 +LQ04X019320 Defensin-like protein 6 6.029987945 C6_chemical_C3 +LQ04X019320 Defensin-like protein 6 5.875993692 L4_control_A1 +LQ04X019320 Defensin-like protein 6 5.744829893 L4_control_A2 +LQ04X019320 Defensin-like protein 6 5.8460518 L4_control_A3 +LQ04X019320 Defensin-like protein 6 6.429846568 L4_control_B1 +LQ04X019320 Defensin-like protein 6 5.60809377 L4_control_B2 +LQ04X019320 Defensin-like protein 6 5.506823723 L4_control_B3 +LQ04X019320 Defensin-like protein 6 5.568304664 L4_control_C2 +LQ04X019320 Defensin-like protein 6 5.343211006 L4_control_C3 +LQ04X019320 Defensin-like protein 6 5.796147945 L4_chemical_A1 +LQ04X019320 Defensin-like protein 6 5.72481716 L4_chemical_A2 +LQ04X019320 Defensin-like protein 6 5.968282034 L4_chemical_A3 +LQ04X019320 Defensin-like protein 6 5.736871348 L4_chemical_B1 +LQ04X019320 Defensin-like protein 6 5.281150778 L4_chemical_B2 +LQ04X019320 Defensin-like protein 6 5.624235109 L4_chemical_B3 +LQ04X019320 Defensin-like protein 6 5.772260467 L4_chemical_C2 +LQ04X019320 Defensin-like protein 6 6.549616031 L4_chemical_C3 +LQ04X019340 Putative uncharacterized protein 6.108224676 C6_control_A1 +LQ04X019340 Putative uncharacterized protein 5.652160738 C6_control_A3 +LQ04X019340 Putative uncharacterized protein 5.047062355 C6_control_B1 +LQ04X019340 Putative uncharacterized protein 5.961706494 C6_control_B2 +LQ04X019340 Putative uncharacterized protein 5.440337082 C6_control_B3 +LQ04X019340 Putative uncharacterized protein 5.170689202 C6_control_C1 +LQ04X019340 Putative uncharacterized protein 5.860197301 C6_control_C2 +LQ04X019340 Putative uncharacterized protein 5.41072745 C6_control_C3 +LQ04X019340 Putative uncharacterized protein 5.599688367 C6_chemical_A1 +LQ04X019340 Putative uncharacterized protein 5.574732576 C6_chemical_A3 +LQ04X019340 Putative uncharacterized protein 5.53912473 C6_chemical_B1 +LQ04X019340 Putative uncharacterized protein 5.301385947 C6_chemical_B2 +LQ04X019340 Putative uncharacterized protein 5.943225953 C6_chemical_B3 +LQ04X019340 Putative uncharacterized protein 4.93929876 C6_chemical_C1 +LQ04X019340 Putative uncharacterized protein 5.144909472 C6_chemical_C2 +LQ04X019340 Putative uncharacterized protein 5.419718469 C6_chemical_C3 +LQ04X019340 Putative uncharacterized protein 5.688689266 L4_control_A1 +LQ04X019340 Putative uncharacterized protein 5.877215402 L4_control_A2 +LQ04X019340 Putative uncharacterized protein 5.573862765 L4_control_A3 +LQ04X019340 Putative uncharacterized protein 5.381785275 L4_control_B1 +LQ04X019340 Putative uncharacterized protein 6.033203071 L4_control_B2 +LQ04X019340 Putative uncharacterized protein 6.041786111 L4_control_B3 +LQ04X019340 Putative uncharacterized protein 5.140501897 L4_control_C2 +LQ04X019340 Putative uncharacterized protein 5.858769375 L4_control_C3 +LQ04X019340 Putative uncharacterized protein 5.86739166 L4_chemical_A1 +LQ04X019340 Putative uncharacterized protein 5.407928314 L4_chemical_A2 +LQ04X019340 Putative uncharacterized protein 5.55878455 L4_chemical_A3 +LQ04X019340 Putative uncharacterized protein 5.659481127 L4_chemical_B1 +LQ04X019340 Putative uncharacterized protein 5.722823881 L4_chemical_B2 +LQ04X019340 Putative uncharacterized protein 6.051972068 L4_chemical_B3 +LQ04X019340 Putative uncharacterized protein 5.663747936 L4_chemical_C2 +LQ04X019340 Putative uncharacterized protein 5.413099675 L4_chemical_C3 +LQ04X019350 Probable fructokinase-4 14.30893477 C6_control_A1 +LQ04X019350 Probable fructokinase-4 14.08226483 C6_control_A3 +LQ04X019350 Probable fructokinase-4 14.20860964 C6_control_B1 +LQ04X019350 Probable fructokinase-4 14.08141678 C6_control_B2 +LQ04X019350 Probable fructokinase-4 14.14454185 C6_control_B3 +LQ04X019350 Probable fructokinase-4 12.0675976 C6_control_C1 +LQ04X019350 Probable fructokinase-4 12.22994534 C6_control_C2 +LQ04X019350 Probable fructokinase-4 12.54595715 C6_control_C3 +LQ04X019350 Probable fructokinase-4 13.8718383 C6_chemical_A1 +LQ04X019350 Probable fructokinase-4 14.30830483 C6_chemical_A3 +LQ04X019350 Probable fructokinase-4 13.69219084 C6_chemical_B1 +LQ04X019350 Probable fructokinase-4 13.52406178 C6_chemical_B2 +LQ04X019350 Probable fructokinase-4 13.88541347 C6_chemical_B3 +LQ04X019350 Probable fructokinase-4 11.75643277 C6_chemical_C1 +LQ04X019350 Probable fructokinase-4 12.12255874 C6_chemical_C2 +LQ04X019350 Probable fructokinase-4 12.73218646 C6_chemical_C3 +LQ04X019350 Probable fructokinase-4 14.35866023 L4_control_A1 +LQ04X019350 Probable fructokinase-4 14.2252174 L4_control_A2 +LQ04X019350 Probable fructokinase-4 14.49620156 L4_control_A3 +LQ04X019350 Probable fructokinase-4 13.60914324 L4_control_B1 +LQ04X019350 Probable fructokinase-4 14.09713035 L4_control_B2 +LQ04X019350 Probable fructokinase-4 13.59571395 L4_control_B3 +LQ04X019350 Probable fructokinase-4 12.89446564 L4_control_C2 +LQ04X019350 Probable fructokinase-4 13.16300869 L4_control_C3 +LQ04X019350 Probable fructokinase-4 13.39717146 L4_chemical_A1 +LQ04X019350 Probable fructokinase-4 13.02691328 L4_chemical_A2 +LQ04X019350 Probable fructokinase-4 14.11813684 L4_chemical_A3 +LQ04X019350 Probable fructokinase-4 13.53333401 L4_chemical_B1 +LQ04X019350 Probable fructokinase-4 13.45654077 L4_chemical_B2 +LQ04X019350 Probable fructokinase-4 14.23629005 L4_chemical_B3 +LQ04X019350 Probable fructokinase-4 12.48955986 L4_chemical_C2 +LQ04X019350 Probable fructokinase-4 12.97803889 L4_chemical_C3 +LQ04X019370 Protein YIF1A, putative 6.105129853 C6_control_A1 +LQ04X019370 Protein YIF1A, putative 5.326902945 C6_control_A3 +LQ04X019370 Protein YIF1A, putative 5.359992284 C6_control_B1 +LQ04X019370 Protein YIF1A, putative 6.17203307 C6_control_B2 +LQ04X019370 Protein YIF1A, putative 6.786095406 C6_control_B3 +LQ04X019370 Protein YIF1A, putative 5.786981219 C6_control_C1 +LQ04X019370 Protein YIF1A, putative 5.74997184 C6_control_C2 +LQ04X019370 Protein YIF1A, putative 6.108503792 C6_control_C3 +LQ04X019370 Protein YIF1A, putative 6.109541323 C6_chemical_A1 +LQ04X019370 Protein YIF1A, putative 5.673481832 C6_chemical_A3 +LQ04X019370 Protein YIF1A, putative 5.984053125 C6_chemical_B1 +LQ04X019370 Protein YIF1A, putative 6.01601212 C6_chemical_B2 +LQ04X019370 Protein YIF1A, putative 6.288801259 C6_chemical_B3 +LQ04X019370 Protein YIF1A, putative 5.967640976 C6_chemical_C1 +LQ04X019370 Protein YIF1A, putative 5.743406531 C6_chemical_C2 +LQ04X019370 Protein YIF1A, putative 5.857399351 C6_chemical_C3 +LQ04X019370 Protein YIF1A, putative 5.877470934 L4_control_A1 +LQ04X019370 Protein YIF1A, putative 6.49123878 L4_control_A2 +LQ04X019370 Protein YIF1A, putative 5.703470538 L4_control_A3 +LQ04X019370 Protein YIF1A, putative 5.77748768 L4_control_B1 +LQ04X019370 Protein YIF1A, putative 6.245938208 L4_control_B2 +LQ04X019370 Protein YIF1A, putative 5.884484591 L4_control_B3 +LQ04X019370 Protein YIF1A, putative 5.621890499 L4_control_C2 +LQ04X019370 Protein YIF1A, putative 4.878759594 L4_control_C3 +LQ04X019370 Protein YIF1A, putative 5.87524166 L4_chemical_A1 +LQ04X019370 Protein YIF1A, putative 7.109877851 L4_chemical_A2 +LQ04X019370 Protein YIF1A, putative 6.537092319 L4_chemical_A3 +LQ04X019370 Protein YIF1A, putative 5.623701267 L4_chemical_B1 +LQ04X019370 Protein YIF1A, putative 5.821453893 L4_chemical_B2 +LQ04X019370 Protein YIF1A, putative 5.744085903 L4_chemical_B3 +LQ04X019370 Protein YIF1A, putative 5.663083964 L4_chemical_C2 +LQ04X019370 Protein YIF1A, putative 5.137785425 L4_chemical_C3 +LQ04X019390 Salt tolerance-like protein 14.44044512 C6_control_A1 +LQ04X019390 Salt tolerance-like protein 13.78821205 C6_control_A3 +LQ04X019390 Salt tolerance-like protein 14.62172963 C6_control_B1 +LQ04X019390 Salt tolerance-like protein 14.86342424 C6_control_B2 +LQ04X019390 Salt tolerance-like protein 14.5828797 C6_control_B3 +LQ04X019390 Salt tolerance-like protein 15.17450904 C6_control_C1 +LQ04X019390 Salt tolerance-like protein 15.1612491 C6_control_C2 +LQ04X019390 Salt tolerance-like protein 15.07543124 C6_control_C3 +LQ04X019390 Salt tolerance-like protein 14.39856911 C6_chemical_A1 +LQ04X019390 Salt tolerance-like protein 14.16604971 C6_chemical_A3 +LQ04X019390 Salt tolerance-like protein 14.69185746 C6_chemical_B1 +LQ04X019390 Salt tolerance-like protein 14.94471247 C6_chemical_B2 +LQ04X019390 Salt tolerance-like protein 14.77384805 C6_chemical_B3 +LQ04X019390 Salt tolerance-like protein 14.93087084 C6_chemical_C1 +LQ04X019390 Salt tolerance-like protein 15.07054235 C6_chemical_C2 +LQ04X019390 Salt tolerance-like protein 15.28892884 C6_chemical_C3 +LQ04X019390 Salt tolerance-like protein 13.64522779 L4_control_A1 +LQ04X019390 Salt tolerance-like protein 14.36908423 L4_control_A2 +LQ04X019390 Salt tolerance-like protein 13.30889758 L4_control_A3 +LQ04X019390 Salt tolerance-like protein 14.79080131 L4_control_B1 +LQ04X019390 Salt tolerance-like protein 14.54473357 L4_control_B2 +LQ04X019390 Salt tolerance-like protein 14.62439198 L4_control_B3 +LQ04X019390 Salt tolerance-like protein 14.856748 L4_control_C2 +LQ04X019390 Salt tolerance-like protein 14.91813993 L4_control_C3 +LQ04X019390 Salt tolerance-like protein 13.77358813 L4_chemical_A1 +LQ04X019390 Salt tolerance-like protein 14.45932843 L4_chemical_A2 +LQ04X019390 Salt tolerance-like protein 13.28612861 L4_chemical_A3 +LQ04X019390 Salt tolerance-like protein 14.59517499 L4_chemical_B1 +LQ04X019390 Salt tolerance-like protein 14.28263354 L4_chemical_B2 +LQ04X019390 Salt tolerance-like protein 14.22737404 L4_chemical_B3 +LQ04X019390 Salt tolerance-like protein 14.59234243 L4_chemical_C2 +LQ04X019390 Salt tolerance-like protein 15.07509615 L4_chemical_C3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.257792851 C6_control_A1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.297811104 C6_control_A3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.181160919 C6_control_B1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.942660704 C6_control_B2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.801533055 C6_control_B3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.656694183 C6_control_C1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.754519317 C6_control_C2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.739088419 C6_control_C3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.997289204 C6_chemical_A1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.887696154 C6_chemical_A3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.983765358 C6_chemical_B1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.016014211 C6_chemical_B2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.018538988 C6_chemical_B3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.725159897 C6_chemical_C1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.744580312 C6_chemical_C2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.808865467 C6_chemical_C3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.809644114 L4_control_A1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.999340825 L4_control_A2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.876171286 L4_control_A3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.061365899 L4_control_B1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.99588673 L4_control_B2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.780288591 L4_control_B3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.314954123 L4_control_C2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.240159372 L4_control_C3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.758987931 L4_chemical_A1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.724446174 L4_chemical_A2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.442444113 L4_chemical_A3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.04358747 L4_chemical_B1 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.201054252 L4_chemical_B2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.033165123 L4_chemical_B3 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.880664892 L4_chemical_C2 +LQ04X019410 Acetolactate synthase 2, chloroplastic 5.022607819 L4_chemical_C3 +LQ04X019470 Predicted protein 11.17482543 C6_control_A1 +LQ04X019470 Predicted protein 10.8726543 C6_control_A3 +LQ04X019470 Predicted protein 11.49543495 C6_control_B1 +LQ04X019470 Predicted protein 11.25045533 C6_control_B2 +LQ04X019470 Predicted protein 11.38374685 C6_control_B3 +LQ04X019470 Predicted protein 10.88335387 C6_control_C1 +LQ04X019470 Predicted protein 10.88540059 C6_control_C2 +LQ04X019470 Predicted protein 10.80464093 C6_control_C3 +LQ04X019470 Predicted protein 10.83785286 C6_chemical_A1 +LQ04X019470 Predicted protein 10.90519151 C6_chemical_A3 +LQ04X019470 Predicted protein 11.00093867 C6_chemical_B1 +LQ04X019470 Predicted protein 11.28568197 C6_chemical_B2 +LQ04X019470 Predicted protein 11.06858048 C6_chemical_B3 +LQ04X019470 Predicted protein 10.82257584 C6_chemical_C1 +LQ04X019470 Predicted protein 10.81817637 C6_chemical_C2 +LQ04X019470 Predicted protein 10.86942027 C6_chemical_C3 +LQ04X019470 Predicted protein 10.87948381 L4_control_A1 +LQ04X019470 Predicted protein 11.20928798 L4_control_A2 +LQ04X019470 Predicted protein 10.11722116 L4_control_A3 +LQ04X019470 Predicted protein 10.37441825 L4_control_B1 +LQ04X019470 Predicted protein 11.12436624 L4_control_B2 +LQ04X019470 Predicted protein 10.89204777 L4_control_B3 +LQ04X019470 Predicted protein 9.746778326 L4_control_C2 +LQ04X019470 Predicted protein 10.40376295 L4_control_C3 +LQ04X019470 Predicted protein 10.97243052 L4_chemical_A1 +LQ04X019470 Predicted protein 11.18059859 L4_chemical_A2 +LQ04X019470 Predicted protein 10.44545173 L4_chemical_A3 +LQ04X019470 Predicted protein 10.04905637 L4_chemical_B1 +LQ04X019470 Predicted protein 10.10162273 L4_chemical_B2 +LQ04X019470 Predicted protein 10.63233571 L4_chemical_B3 +LQ04X019470 Predicted protein 10.07523041 L4_chemical_C2 +LQ04X019470 Predicted protein 10.44469549 L4_chemical_C3 +LQ04X019480 Lipid binding protein, putative 10.30467252 C6_control_A1 +LQ04X019480 Lipid binding protein, putative 10.55506001 C6_control_A3 +LQ04X019480 Lipid binding protein, putative 10.35949476 C6_control_B1 +LQ04X019480 Lipid binding protein, putative 10.15318927 C6_control_B2 +LQ04X019480 Lipid binding protein, putative 10.55682693 C6_control_B3 +LQ04X019480 Lipid binding protein, putative 10.45745745 C6_control_C1 +LQ04X019480 Lipid binding protein, putative 10.63851219 C6_control_C2 +LQ04X019480 Lipid binding protein, putative 10.48344568 C6_control_C3 +LQ04X019480 Lipid binding protein, putative 10.19407685 C6_chemical_A1 +LQ04X019480 Lipid binding protein, putative 10.56080242 C6_chemical_A3 +LQ04X019480 Lipid binding protein, putative 10.20494573 C6_chemical_B1 +LQ04X019480 Lipid binding protein, putative 10.40051471 C6_chemical_B2 +LQ04X019480 Lipid binding protein, putative 10.46937949 C6_chemical_B3 +LQ04X019480 Lipid binding protein, putative 10.47241314 C6_chemical_C1 +LQ04X019480 Lipid binding protein, putative 10.71719474 C6_chemical_C2 +LQ04X019480 Lipid binding protein, putative 10.9190171 C6_chemical_C3 +LQ04X019480 Lipid binding protein, putative 9.824102181 L4_control_A1 +LQ04X019480 Lipid binding protein, putative 9.935489226 L4_control_A2 +LQ04X019480 Lipid binding protein, putative 9.989248475 L4_control_A3 +LQ04X019480 Lipid binding protein, putative 10.22875284 L4_control_B1 +LQ04X019480 Lipid binding protein, putative 10.56351889 L4_control_B2 +LQ04X019480 Lipid binding protein, putative 10.78585593 L4_control_B3 +LQ04X019480 Lipid binding protein, putative 11.00414017 L4_control_C2 +LQ04X019480 Lipid binding protein, putative 11.32280062 L4_control_C3 +LQ04X019480 Lipid binding protein, putative 10.14370863 L4_chemical_A1 +LQ04X019480 Lipid binding protein, putative 10.28237825 L4_chemical_A2 +LQ04X019480 Lipid binding protein, putative 9.995286272 L4_chemical_A3 +LQ04X019480 Lipid binding protein, putative 10.33691291 L4_chemical_B1 +LQ04X019480 Lipid binding protein, putative 10.34923492 L4_chemical_B2 +LQ04X019480 Lipid binding protein, putative 10.33714974 L4_chemical_B3 +LQ04X019480 Lipid binding protein, putative 10.69353682 L4_chemical_C2 +LQ04X019480 Lipid binding protein, putative 11.11423111 L4_chemical_C3 +LQ04X019510 Putative Stamen-specific protein FIL1 12.98919608 C6_control_A1 +LQ04X019510 Putative Stamen-specific protein FIL1 12.94797077 C6_control_A3 +LQ04X019510 Putative Stamen-specific protein FIL1 11.78622447 C6_control_B1 +LQ04X019510 Putative Stamen-specific protein FIL1 8.74752973 C6_control_B2 +LQ04X019510 Putative Stamen-specific protein FIL1 10.67384805 C6_control_B3 +LQ04X019510 Putative Stamen-specific protein FIL1 5.929158613 C6_control_C1 +LQ04X019510 Putative Stamen-specific protein FIL1 5.534258506 C6_control_C2 +LQ04X019510 Putative Stamen-specific protein FIL1 7.956362254 C6_control_C3 +LQ04X019510 Putative Stamen-specific protein FIL1 12.95508267 C6_chemical_A1 +LQ04X019510 Putative Stamen-specific protein FIL1 13.52029385 C6_chemical_A3 +LQ04X019510 Putative Stamen-specific protein FIL1 10.94316314 C6_chemical_B1 +LQ04X019510 Putative Stamen-specific protein FIL1 9.340181778 C6_chemical_B2 +LQ04X019510 Putative Stamen-specific protein FIL1 11.11062506 C6_chemical_B3 +LQ04X019510 Putative Stamen-specific protein FIL1 5.99107458 C6_chemical_C1 +LQ04X019510 Putative Stamen-specific protein FIL1 5.662505116 C6_chemical_C2 +LQ04X019510 Putative Stamen-specific protein FIL1 7.458718597 C6_chemical_C3 +LQ04X019510 Putative Stamen-specific protein FIL1 13.63369579 L4_control_A1 +LQ04X019510 Putative Stamen-specific protein FIL1 13.37505128 L4_control_A2 +LQ04X019510 Putative Stamen-specific protein FIL1 14.08799729 L4_control_A3 +LQ04X019510 Putative Stamen-specific protein FIL1 11.50130901 L4_control_B1 +LQ04X019510 Putative Stamen-specific protein FIL1 10.91823691 L4_control_B2 +LQ04X019510 Putative Stamen-specific protein FIL1 9.752198183 L4_control_B3 +LQ04X019510 Putative Stamen-specific protein FIL1 6.504675538 L4_control_C2 +LQ04X019510 Putative Stamen-specific protein FIL1 6.767035404 L4_control_C3 +LQ04X019510 Putative Stamen-specific protein FIL1 12.56109526 L4_chemical_A1 +LQ04X019510 Putative Stamen-specific protein FIL1 13.06302148 L4_chemical_A2 +LQ04X019510 Putative Stamen-specific protein FIL1 13.57501704 L4_chemical_A3 +LQ04X019510 Putative Stamen-specific protein FIL1 12.85691323 L4_chemical_B1 +LQ04X019510 Putative Stamen-specific protein FIL1 12.2038685 L4_chemical_B2 +LQ04X019510 Putative Stamen-specific protein FIL1 12.43622918 L4_chemical_B3 +LQ04X019510 Putative Stamen-specific protein FIL1 6.249957917 L4_chemical_C2 +LQ04X019510 Putative Stamen-specific protein FIL1 8.639623112 L4_chemical_C3 +LQ04X019520 Probable transcription factor PosF21 10.92885476 C6_control_A1 +LQ04X019520 Probable transcription factor PosF21 11.25374933 C6_control_A3 +LQ04X019520 Probable transcription factor PosF21 11.07775992 C6_control_B1 +LQ04X019520 Probable transcription factor PosF21 10.97224847 C6_control_B2 +LQ04X019520 Probable transcription factor PosF21 11.14240563 C6_control_B3 +LQ04X019520 Probable transcription factor PosF21 10.74305445 C6_control_C1 +LQ04X019520 Probable transcription factor PosF21 11.21084251 C6_control_C2 +LQ04X019520 Probable transcription factor PosF21 11.16634018 C6_control_C3 +LQ04X019520 Probable transcription factor PosF21 10.6830176 C6_chemical_A1 +LQ04X019520 Probable transcription factor PosF21 11.25259241 C6_chemical_A3 +LQ04X019520 Probable transcription factor PosF21 10.91250123 C6_chemical_B1 +LQ04X019520 Probable transcription factor PosF21 10.65266804 C6_chemical_B2 +LQ04X019520 Probable transcription factor PosF21 11.48864674 C6_chemical_B3 +LQ04X019520 Probable transcription factor PosF21 10.83425942 C6_chemical_C1 +LQ04X019520 Probable transcription factor PosF21 10.9347374 C6_chemical_C2 +LQ04X019520 Probable transcription factor PosF21 11.49213815 C6_chemical_C3 +LQ04X019520 Probable transcription factor PosF21 11.38229911 L4_control_A1 +LQ04X019520 Probable transcription factor PosF21 11.10534458 L4_control_A2 +LQ04X019520 Probable transcription factor PosF21 11.36980506 L4_control_A3 +LQ04X019520 Probable transcription factor PosF21 11.33745636 L4_control_B1 +LQ04X019520 Probable transcription factor PosF21 11.51940891 L4_control_B2 +LQ04X019520 Probable transcription factor PosF21 11.56284793 L4_control_B3 +LQ04X019520 Probable transcription factor PosF21 11.24772749 L4_control_C2 +LQ04X019520 Probable transcription factor PosF21 11.70603367 L4_control_C3 +LQ04X019520 Probable transcription factor PosF21 11.19575073 L4_chemical_A1 +LQ04X019520 Probable transcription factor PosF21 10.98634535 L4_chemical_A2 +LQ04X019520 Probable transcription factor PosF21 11.33633938 L4_chemical_A3 +LQ04X019520 Probable transcription factor PosF21 11.10787805 L4_chemical_B1 +LQ04X019520 Probable transcription factor PosF21 11.37640535 L4_chemical_B2 +LQ04X019520 Probable transcription factor PosF21 11.74229273 L4_chemical_B3 +LQ04X019520 Probable transcription factor PosF21 11.38618426 L4_chemical_C2 +LQ04X019520 Probable transcription factor PosF21 11.81488305 L4_chemical_C3 +LQ04X019530 F-box protein SKIP16 12.95712462 C6_control_A1 +LQ04X019530 F-box protein SKIP16 12.50061419 C6_control_A3 +LQ04X019530 F-box protein SKIP16 12.6003921 C6_control_B1 +LQ04X019530 F-box protein SKIP16 12.65994492 C6_control_B2 +LQ04X019530 F-box protein SKIP16 12.39151653 C6_control_B3 +LQ04X019530 F-box protein SKIP16 13.11465315 C6_control_C1 +LQ04X019530 F-box protein SKIP16 12.91311091 C6_control_C2 +LQ04X019530 F-box protein SKIP16 12.73457284 C6_control_C3 +LQ04X019530 F-box protein SKIP16 13.22056278 C6_chemical_A1 +LQ04X019530 F-box protein SKIP16 12.57345138 C6_chemical_A3 +LQ04X019530 F-box protein SKIP16 12.854927 C6_chemical_B1 +LQ04X019530 F-box protein SKIP16 12.91994468 C6_chemical_B2 +LQ04X019530 F-box protein SKIP16 12.46441415 C6_chemical_B3 +LQ04X019530 F-box protein SKIP16 13.25399622 C6_chemical_C1 +LQ04X019530 F-box protein SKIP16 12.98247218 C6_chemical_C2 +LQ04X019530 F-box protein SKIP16 12.67003541 C6_chemical_C3 +LQ04X019530 F-box protein SKIP16 13.17291318 L4_control_A1 +LQ04X019530 F-box protein SKIP16 13.06671875 L4_control_A2 +LQ04X019530 F-box protein SKIP16 13.45403515 L4_control_A3 +LQ04X019530 F-box protein SKIP16 12.68796901 L4_control_B1 +LQ04X019530 F-box protein SKIP16 12.53338575 L4_control_B2 +LQ04X019530 F-box protein SKIP16 12.58069062 L4_control_B3 +LQ04X019530 F-box protein SKIP16 12.61087404 L4_control_C2 +LQ04X019530 F-box protein SKIP16 12.67409269 L4_control_C3 +LQ04X019530 F-box protein SKIP16 13.41917879 L4_chemical_A1 +LQ04X019530 F-box protein SKIP16 13.40706934 L4_chemical_A2 +LQ04X019530 F-box protein SKIP16 13.56085466 L4_chemical_A3 +LQ04X019530 F-box protein SKIP16 12.73545103 L4_chemical_B1 +LQ04X019530 F-box protein SKIP16 12.48416385 L4_chemical_B2 +LQ04X019530 F-box protein SKIP16 12.87302095 L4_chemical_B3 +LQ04X019530 F-box protein SKIP16 12.6335078 L4_chemical_C2 +LQ04X019530 F-box protein SKIP16 12.6670695 L4_chemical_C3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 4.963194826 C6_control_A1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.115950838 C6_control_A3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.369227746 C6_control_B1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.230853643 C6_control_B2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.087401412 C6_control_B3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.021270114 C6_control_C1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.598290043 C6_control_C2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.001387365 C6_control_C3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.09840031 C6_chemical_A1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 4.935916787 C6_chemical_A3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.195311059 C6_chemical_B1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.300362782 C6_chemical_B2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.597785406 C6_chemical_B3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 4.987575111 C6_chemical_C1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.166576839 C6_chemical_C2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.470074622 C6_chemical_C3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.175677361 L4_control_A1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.097696538 L4_control_A2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.400034188 L4_control_A3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 4.96828817 L4_control_B1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.719579985 L4_control_B2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.056325884 L4_control_B3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.299018614 L4_control_C2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.361489857 L4_control_C3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.114546815 L4_chemical_A1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.034557997 L4_chemical_A2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.470666208 L4_chemical_A3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.951556692 L4_chemical_B1 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.4689754 L4_chemical_B2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 4.993300912 L4_chemical_B3 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.219858037 L4_chemical_C2 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.453183804 L4_chemical_C3 +LQ04X019550 Putative Flowering time control protein FPA 12.42016761 C6_control_A1 +LQ04X019550 Putative Flowering time control protein FPA 12.50458954 C6_control_A3 +LQ04X019550 Putative Flowering time control protein FPA 12.05631666 C6_control_B1 +LQ04X019550 Putative Flowering time control protein FPA 12.00902245 C6_control_B2 +LQ04X019550 Putative Flowering time control protein FPA 12.2870799 C6_control_B3 +LQ04X019550 Putative Flowering time control protein FPA 12.32880226 C6_control_C1 +LQ04X019550 Putative Flowering time control protein FPA 12.15437426 C6_control_C2 +LQ04X019550 Putative Flowering time control protein FPA 12.24415635 C6_control_C3 +LQ04X019550 Putative Flowering time control protein FPA 12.17906305 C6_chemical_A1 +LQ04X019550 Putative Flowering time control protein FPA 12.07842827 C6_chemical_A3 +LQ04X019550 Putative Flowering time control protein FPA 11.90370411 C6_chemical_B1 +LQ04X019550 Putative Flowering time control protein FPA 11.50705939 C6_chemical_B2 +LQ04X019550 Putative Flowering time control protein FPA 11.78785992 C6_chemical_B3 +LQ04X019550 Putative Flowering time control protein FPA 12.50545931 C6_chemical_C1 +LQ04X019550 Putative Flowering time control protein FPA 12.3029349 C6_chemical_C2 +LQ04X019550 Putative Flowering time control protein FPA 12.07331888 C6_chemical_C3 +LQ04X019550 Putative Flowering time control protein FPA 12.35489909 L4_control_A1 +LQ04X019550 Putative Flowering time control protein FPA 12.3345595 L4_control_A2 +LQ04X019550 Putative Flowering time control protein FPA 12.73348819 L4_control_A3 +LQ04X019550 Putative Flowering time control protein FPA 12.03634438 L4_control_B1 +LQ04X019550 Putative Flowering time control protein FPA 11.73075273 L4_control_B2 +LQ04X019550 Putative Flowering time control protein FPA 11.61192292 L4_control_B3 +LQ04X019550 Putative Flowering time control protein FPA 12.47719998 L4_control_C2 +LQ04X019550 Putative Flowering time control protein FPA 11.91209256 L4_control_C3 +LQ04X019550 Putative Flowering time control protein FPA 11.99459832 L4_chemical_A1 +LQ04X019550 Putative Flowering time control protein FPA 12.29245367 L4_chemical_A2 +LQ04X019550 Putative Flowering time control protein FPA 12.43159428 L4_chemical_A3 +LQ04X019550 Putative Flowering time control protein FPA 12.21962274 L4_chemical_B1 +LQ04X019550 Putative Flowering time control protein FPA 11.8576847 L4_chemical_B2 +LQ04X019550 Putative Flowering time control protein FPA 11.87595455 L4_chemical_B3 +LQ04X019550 Putative Flowering time control protein FPA 12.5280865 L4_chemical_C2 +LQ04X019550 Putative Flowering time control protein FPA 12.1014694 L4_chemical_C3 +LQ04X019570 Cysteinyl-tRNA synthetase 9.390987716 C6_control_A1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.159746011 C6_control_A3 +LQ04X019570 Cysteinyl-tRNA synthetase 9.605563847 C6_control_B1 +LQ04X019570 Cysteinyl-tRNA synthetase 8.964155205 C6_control_B2 +LQ04X019570 Cysteinyl-tRNA synthetase 9.046061336 C6_control_B3 +LQ04X019570 Cysteinyl-tRNA synthetase 9.334369719 C6_control_C1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.023646314 C6_control_C2 +LQ04X019570 Cysteinyl-tRNA synthetase 8.400604484 C6_control_C3 +LQ04X019570 Cysteinyl-tRNA synthetase 9.235021421 C6_chemical_A1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.174520249 C6_chemical_A3 +LQ04X019570 Cysteinyl-tRNA synthetase 9.679588809 C6_chemical_B1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.045755825 C6_chemical_B2 +LQ04X019570 Cysteinyl-tRNA synthetase 8.612864542 C6_chemical_B3 +LQ04X019570 Cysteinyl-tRNA synthetase 9.255199996 C6_chemical_C1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.285781014 C6_chemical_C2 +LQ04X019570 Cysteinyl-tRNA synthetase 8.581201581 C6_chemical_C3 +LQ04X019570 Cysteinyl-tRNA synthetase 8.960233346 L4_control_A1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.550554187 L4_control_A2 +LQ04X019570 Cysteinyl-tRNA synthetase 10.23264567 L4_control_A3 +LQ04X019570 Cysteinyl-tRNA synthetase 9.040200066 L4_control_B1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.774292861 L4_control_B2 +LQ04X019570 Cysteinyl-tRNA synthetase 9.234083171 L4_control_B3 +LQ04X019570 Cysteinyl-tRNA synthetase 10.54906501 L4_control_C2 +LQ04X019570 Cysteinyl-tRNA synthetase 10.44452118 L4_control_C3 +LQ04X019570 Cysteinyl-tRNA synthetase 8.556374468 L4_chemical_A1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.212161116 L4_chemical_A2 +LQ04X019570 Cysteinyl-tRNA synthetase 9.342112371 L4_chemical_A3 +LQ04X019570 Cysteinyl-tRNA synthetase 9.514875531 L4_chemical_B1 +LQ04X019570 Cysteinyl-tRNA synthetase 9.739452744 L4_chemical_B2 +LQ04X019570 Cysteinyl-tRNA synthetase 8.872252557 L4_chemical_B3 +LQ04X019570 Cysteinyl-tRNA synthetase 10.659891 L4_chemical_C2 +LQ04X019570 Cysteinyl-tRNA synthetase 10.29374637 L4_chemical_C3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 5.989354824 C6_control_A1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.060693367 C6_control_A3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.723926886 C6_control_B1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.365065414 C6_control_B2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.8014337 C6_control_B3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 7.533239215 C6_control_C1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.165447522 C6_control_C2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.856618965 C6_control_C3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.147404042 C6_chemical_A1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.839409872 C6_chemical_A3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.246113381 C6_chemical_B1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.4111351 C6_chemical_B2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.26987823 C6_chemical_B3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 7.121036854 C6_chemical_C1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.532120251 C6_chemical_C2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.795021215 C6_chemical_C3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.225647613 L4_control_A1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.088898658 L4_control_A2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 5.878394277 L4_control_A3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 5.953633778 L4_control_B1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 5.958270547 L4_control_B2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 5.683109453 L4_control_B3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.550583771 L4_control_C2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 5.528302654 L4_control_C3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.207223092 L4_chemical_A1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.437016293 L4_chemical_A2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 5.803561376 L4_chemical_A3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.439546048 L4_chemical_B1 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.229257193 L4_chemical_B2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.026906781 L4_chemical_B3 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.548729841 L4_chemical_C2 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.46527924 L4_chemical_C3 +LQ04X019660 Calreticulin-3 14.11486705 C6_control_A1 +LQ04X019660 Calreticulin-3 13.85264736 C6_control_A3 +LQ04X019660 Calreticulin-3 13.94157754 C6_control_B1 +LQ04X019660 Calreticulin-3 13.76426718 C6_control_B2 +LQ04X019660 Calreticulin-3 13.71219142 C6_control_B3 +LQ04X019660 Calreticulin-3 13.31621249 C6_control_C1 +LQ04X019660 Calreticulin-3 13.38623365 C6_control_C2 +LQ04X019660 Calreticulin-3 12.6969363 C6_control_C3 +LQ04X019660 Calreticulin-3 14.18666811 C6_chemical_A1 +LQ04X019660 Calreticulin-3 14.17168508 C6_chemical_A3 +LQ04X019660 Calreticulin-3 13.77433249 C6_chemical_B1 +LQ04X019660 Calreticulin-3 14.06069084 C6_chemical_B2 +LQ04X019660 Calreticulin-3 13.57296649 C6_chemical_B3 +LQ04X019660 Calreticulin-3 13.54665928 C6_chemical_C1 +LQ04X019660 Calreticulin-3 13.46768221 C6_chemical_C2 +LQ04X019660 Calreticulin-3 12.67885343 C6_chemical_C3 +LQ04X019660 Calreticulin-3 13.95856999 L4_control_A1 +LQ04X019660 Calreticulin-3 13.79428443 L4_control_A2 +LQ04X019660 Calreticulin-3 13.46665453 L4_control_A3 +LQ04X019660 Calreticulin-3 13.60079653 L4_control_B1 +LQ04X019660 Calreticulin-3 13.72708162 L4_control_B2 +LQ04X019660 Calreticulin-3 13.47271528 L4_control_B3 +LQ04X019660 Calreticulin-3 13.2128361 L4_control_C2 +LQ04X019660 Calreticulin-3 12.42698632 L4_control_C3 +LQ04X019660 Calreticulin-3 13.86407299 L4_chemical_A1 +LQ04X019660 Calreticulin-3 13.7447313 L4_chemical_A2 +LQ04X019660 Calreticulin-3 13.82654634 L4_chemical_A3 +LQ04X019660 Calreticulin-3 13.71688015 L4_chemical_B1 +LQ04X019660 Calreticulin-3 13.52683963 L4_chemical_B2 +LQ04X019660 Calreticulin-3 13.74176736 L4_chemical_B3 +LQ04X019660 Calreticulin-3 13.35501932 L4_chemical_C2 +LQ04X019660 Calreticulin-3 12.57240741 L4_chemical_C3 +LQ04X019670 Predicted protein 11.35453981 C6_control_A1 +LQ04X019670 Predicted protein 11.56643349 C6_control_A3 +LQ04X019670 Predicted protein 11.65915695 C6_control_B1 +LQ04X019670 Predicted protein 11.86913792 C6_control_B2 +LQ04X019670 Predicted protein 11.69570549 C6_control_B3 +LQ04X019670 Predicted protein 12.23701396 C6_control_C1 +LQ04X019670 Predicted protein 12.12992132 C6_control_C2 +LQ04X019670 Predicted protein 12.20302255 C6_control_C3 +LQ04X019670 Predicted protein 11.4592233 C6_chemical_A1 +LQ04X019670 Predicted protein 11.72070853 C6_chemical_A3 +LQ04X019670 Predicted protein 11.83926997 C6_chemical_B1 +LQ04X019670 Predicted protein 11.83190778 C6_chemical_B2 +LQ04X019670 Predicted protein 12.06202787 C6_chemical_B3 +LQ04X019670 Predicted protein 12.12168059 C6_chemical_C1 +LQ04X019670 Predicted protein 11.79616528 C6_chemical_C2 +LQ04X019670 Predicted protein 12.177601 C6_chemical_C3 +LQ04X019670 Predicted protein 12.08538035 L4_control_A1 +LQ04X019670 Predicted protein 11.62208773 L4_control_A2 +LQ04X019670 Predicted protein 11.93285901 L4_control_A3 +LQ04X019670 Predicted protein 12.02987697 L4_control_B1 +LQ04X019670 Predicted protein 12.11701835 L4_control_B2 +LQ04X019670 Predicted protein 12.49877125 L4_control_B3 +LQ04X019670 Predicted protein 12.15912642 L4_control_C2 +LQ04X019670 Predicted protein 12.19940228 L4_control_C3 +LQ04X019670 Predicted protein 12.24591866 L4_chemical_A1 +LQ04X019670 Predicted protein 12.14894829 L4_chemical_A2 +LQ04X019670 Predicted protein 12.15809607 L4_chemical_A3 +LQ04X019670 Predicted protein 11.93809909 L4_chemical_B1 +LQ04X019670 Predicted protein 11.7575721 L4_chemical_B2 +LQ04X019670 Predicted protein 12.06707319 L4_chemical_B3 +LQ04X019670 Predicted protein 12.1378758 L4_chemical_C2 +LQ04X019670 Predicted protein 11.9703139 L4_chemical_C3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.191378514 C6_control_A1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 7.142363311 C6_control_A3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.17844312 C6_control_B1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.131205455 C6_control_B2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.355488949 C6_control_B3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.90273245 C6_control_C1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 7.158455956 C6_control_C2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.093666281 C6_control_C3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.935422271 C6_chemical_A1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.119107162 C6_chemical_A3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.058270556 C6_chemical_B1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.222112329 C6_chemical_B2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.665154848 C6_chemical_B3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.491288073 C6_chemical_C1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.50852647 C6_chemical_C2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.896338069 C6_chemical_C3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.655979621 L4_control_A1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.586303624 L4_control_A2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.469574718 L4_control_A3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.902627754 L4_control_B1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.505922971 L4_control_B2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.674885126 L4_control_B3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.324483635 L4_control_C2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.781106959 L4_control_C3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.456537325 L4_chemical_A1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.847755547 L4_chemical_A2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.366511461 L4_chemical_A3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.499596641 L4_chemical_B1 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 6.343925838 L4_chemical_B2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.85174743 L4_chemical_B3 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 7.12569072 L4_chemical_C2 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.737498877 L4_chemical_C3 +LQ04X019690 60S ribosomal protein L38 15.02126438 C6_control_A1 +LQ04X019690 60S ribosomal protein L38 15.41055441 C6_control_A3 +LQ04X019690 60S ribosomal protein L38 15.20600672 C6_control_B1 +LQ04X019690 60S ribosomal protein L38 14.90378824 C6_control_B2 +LQ04X019690 60S ribosomal protein L38 15.0271917 C6_control_B3 +LQ04X019690 60S ribosomal protein L38 14.11885458 C6_control_C1 +LQ04X019690 60S ribosomal protein L38 14.40924338 C6_control_C2 +LQ04X019690 60S ribosomal protein L38 13.95247008 C6_control_C3 +LQ04X019690 60S ribosomal protein L38 15.09581789 C6_chemical_A1 +LQ04X019690 60S ribosomal protein L38 14.31591724 C6_chemical_A3 +LQ04X019690 60S ribosomal protein L38 14.68364262 C6_chemical_B1 +LQ04X019690 60S ribosomal protein L38 14.41885503 C6_chemical_B2 +LQ04X019690 60S ribosomal protein L38 14.64036657 C6_chemical_B3 +LQ04X019690 60S ribosomal protein L38 14.14825893 C6_chemical_C1 +LQ04X019690 60S ribosomal protein L38 14.01647779 C6_chemical_C2 +LQ04X019690 60S ribosomal protein L38 13.82142879 C6_chemical_C3 +LQ04X019690 60S ribosomal protein L38 14.73404554 L4_control_A1 +LQ04X019690 60S ribosomal protein L38 15.2811104 L4_control_A2 +LQ04X019690 60S ribosomal protein L38 15.15179598 L4_control_A3 +LQ04X019690 60S ribosomal protein L38 14.76390341 L4_control_B1 +LQ04X019690 60S ribosomal protein L38 14.17857361 L4_control_B2 +LQ04X019690 60S ribosomal protein L38 14.58796558 L4_control_B3 +LQ04X019690 60S ribosomal protein L38 14.18800113 L4_control_C2 +LQ04X019690 60S ribosomal protein L38 14.66587184 L4_control_C3 +LQ04X019690 60S ribosomal protein L38 15.1617489 L4_chemical_A1 +LQ04X019690 60S ribosomal protein L38 14.69890094 L4_chemical_A2 +LQ04X019690 60S ribosomal protein L38 14.82877774 L4_chemical_A3 +LQ04X019690 60S ribosomal protein L38 14.93240383 L4_chemical_B1 +LQ04X019690 60S ribosomal protein L38 14.95539542 L4_chemical_B2 +LQ04X019690 60S ribosomal protein L38 14.81566272 L4_chemical_B3 +LQ04X019690 60S ribosomal protein L38 14.17781108 L4_chemical_C2 +LQ04X019690 60S ribosomal protein L38 14.65303401 L4_chemical_C3 +LQ04X019740 Protein SHORT-ROOT 8.101747421 C6_control_A1 +LQ04X019740 Protein SHORT-ROOT 9.099426423 C6_control_A3 +LQ04X019740 Protein SHORT-ROOT 8.275423837 C6_control_B1 +LQ04X019740 Protein SHORT-ROOT 6.620990295 C6_control_B2 +LQ04X019740 Protein SHORT-ROOT 8.377489698 C6_control_B3 +LQ04X019740 Protein SHORT-ROOT 7.701235831 C6_control_C1 +LQ04X019740 Protein SHORT-ROOT 6.327260416 C6_control_C2 +LQ04X019740 Protein SHORT-ROOT 8.551736071 C6_control_C3 +LQ04X019740 Protein SHORT-ROOT 8.052144884 C6_chemical_A1 +LQ04X019740 Protein SHORT-ROOT 9.387946615 C6_chemical_A3 +LQ04X019740 Protein SHORT-ROOT 7.414618405 C6_chemical_B1 +LQ04X019740 Protein SHORT-ROOT 6.783018445 C6_chemical_B2 +LQ04X019740 Protein SHORT-ROOT 7.311697112 C6_chemical_B3 +LQ04X019740 Protein SHORT-ROOT 7.314584361 C6_chemical_C1 +LQ04X019740 Protein SHORT-ROOT 6.532949622 C6_chemical_C2 +LQ04X019740 Protein SHORT-ROOT 7.795658129 C6_chemical_C3 +LQ04X019740 Protein SHORT-ROOT 8.552033095 L4_control_A1 +LQ04X019740 Protein SHORT-ROOT 8.359822416 L4_control_A2 +LQ04X019740 Protein SHORT-ROOT 9.863674475 L4_control_A3 +LQ04X019740 Protein SHORT-ROOT 8.865485318 L4_control_B1 +LQ04X019740 Protein SHORT-ROOT 9.182207089 L4_control_B2 +LQ04X019740 Protein SHORT-ROOT 7.996598353 L4_control_B3 +LQ04X019740 Protein SHORT-ROOT 7.904974234 L4_control_C2 +LQ04X019740 Protein SHORT-ROOT 9.301876595 L4_control_C3 +LQ04X019740 Protein SHORT-ROOT 8.405550726 L4_chemical_A1 +LQ04X019740 Protein SHORT-ROOT 8.300027235 L4_chemical_A2 +LQ04X019740 Protein SHORT-ROOT 8.027543125 L4_chemical_A3 +LQ04X019740 Protein SHORT-ROOT 8.795429541 L4_chemical_B1 +LQ04X019740 Protein SHORT-ROOT 8.461295992 L4_chemical_B2 +LQ04X019740 Protein SHORT-ROOT 8.253515461 L4_chemical_B3 +LQ04X019740 Protein SHORT-ROOT 8.518197978 L4_chemical_C2 +LQ04X019740 Protein SHORT-ROOT 9.173429873 L4_chemical_C3 +LQ04X019750 Predicted protein 10.73022585 C6_control_A1 +LQ04X019750 Predicted protein 11.14505297 C6_control_A3 +LQ04X019750 Predicted protein 11.17512712 C6_control_B1 +LQ04X019750 Predicted protein 10.60132784 C6_control_B2 +LQ04X019750 Predicted protein 11.42850887 C6_control_B3 +LQ04X019750 Predicted protein 10.01504452 C6_control_C1 +LQ04X019750 Predicted protein 10.40614537 C6_control_C2 +LQ04X019750 Predicted protein 11.11762403 C6_control_C3 +LQ04X019750 Predicted protein 10.3920891 C6_chemical_A1 +LQ04X019750 Predicted protein 11.07368575 C6_chemical_A3 +LQ04X019750 Predicted protein 10.73426797 C6_chemical_B1 +LQ04X019750 Predicted protein 10.28050497 C6_chemical_B2 +LQ04X019750 Predicted protein 11.15338394 C6_chemical_B3 +LQ04X019750 Predicted protein 9.655263597 C6_chemical_C1 +LQ04X019750 Predicted protein 10.06647111 C6_chemical_C2 +LQ04X019750 Predicted protein 10.85939989 C6_chemical_C3 +LQ04X019750 Predicted protein 11.50687239 L4_control_A1 +LQ04X019750 Predicted protein 11.58524794 L4_control_A2 +LQ04X019750 Predicted protein 12.35520042 L4_control_A3 +LQ04X019750 Predicted protein 11.77421336 L4_control_B1 +LQ04X019750 Predicted protein 11.26418939 L4_control_B2 +LQ04X019750 Predicted protein 11.84181169 L4_control_B3 +LQ04X019750 Predicted protein 11.55304679 L4_control_C2 +LQ04X019750 Predicted protein 11.60897195 L4_control_C3 +LQ04X019750 Predicted protein 11.72610258 L4_chemical_A1 +LQ04X019750 Predicted protein 11.80694234 L4_chemical_A2 +LQ04X019750 Predicted protein 12.27479098 L4_chemical_A3 +LQ04X019750 Predicted protein 11.43020465 L4_chemical_B1 +LQ04X019750 Predicted protein 11.56151116 L4_chemical_B2 +LQ04X019750 Predicted protein 11.99787058 L4_chemical_B3 +LQ04X019750 Predicted protein 11.86018945 L4_chemical_C2 +LQ04X019750 Predicted protein 11.85133462 L4_chemical_C3 +LQ04X019760 Putative uncharacterized protein 9.251402504 C6_control_A1 +LQ04X019760 Putative uncharacterized protein 8.814991272 C6_control_A3 +LQ04X019760 Putative uncharacterized protein 8.637737607 C6_control_B1 +LQ04X019760 Putative uncharacterized protein 9.095911999 C6_control_B2 +LQ04X019760 Putative uncharacterized protein 8.169556374 C6_control_B3 +LQ04X019760 Putative uncharacterized protein 10.66981904 C6_control_C1 +LQ04X019760 Putative uncharacterized protein 10.43232499 C6_control_C2 +LQ04X019760 Putative uncharacterized protein 11.00015988 C6_control_C3 +LQ04X019760 Putative uncharacterized protein 8.797609082 C6_chemical_A1 +LQ04X019760 Putative uncharacterized protein 8.880845641 C6_chemical_A3 +LQ04X019760 Putative uncharacterized protein 8.5299228 C6_chemical_B1 +LQ04X019760 Putative uncharacterized protein 8.759131156 C6_chemical_B2 +LQ04X019760 Putative uncharacterized protein 7.937248831 C6_chemical_B3 +LQ04X019760 Putative uncharacterized protein 10.37570412 C6_chemical_C1 +LQ04X019760 Putative uncharacterized protein 10.51564042 C6_chemical_C2 +LQ04X019760 Putative uncharacterized protein 10.59301559 C6_chemical_C3 +LQ04X019760 Putative uncharacterized protein 9.489684005 L4_control_A1 +LQ04X019760 Putative uncharacterized protein 9.294268264 L4_control_A2 +LQ04X019760 Putative uncharacterized protein 9.645501111 L4_control_A3 +LQ04X019760 Putative uncharacterized protein 8.546076241 L4_control_B1 +LQ04X019760 Putative uncharacterized protein 8.248713142 L4_control_B2 +LQ04X019760 Putative uncharacterized protein 9.361300382 L4_control_B3 +LQ04X019760 Putative uncharacterized protein 10.86703395 L4_control_C2 +LQ04X019760 Putative uncharacterized protein 11.11325424 L4_control_C3 +LQ04X019760 Putative uncharacterized protein 10.07550427 L4_chemical_A1 +LQ04X019760 Putative uncharacterized protein 9.64845464 L4_chemical_A2 +LQ04X019760 Putative uncharacterized protein 9.823467822 L4_chemical_A3 +LQ04X019760 Putative uncharacterized protein 8.119881895 L4_chemical_B1 +LQ04X019760 Putative uncharacterized protein 7.593601939 L4_chemical_B2 +LQ04X019760 Putative uncharacterized protein 8.802854329 L4_chemical_B3 +LQ04X019760 Putative uncharacterized protein 10.73377279 L4_chemical_C2 +LQ04X019760 Putative uncharacterized protein 11.08181686 L4_chemical_C3 +LQ04X019790 Predicted protein 6.687262504 C6_control_A1 +LQ04X019790 Predicted protein 6.420565451 C6_control_A3 +LQ04X019790 Predicted protein 6.995410481 C6_control_B1 +LQ04X019790 Predicted protein 8.152639423 C6_control_B2 +LQ04X019790 Predicted protein 7.05886836 C6_control_B3 +LQ04X019790 Predicted protein 9.318144739 C6_control_C1 +LQ04X019790 Predicted protein 9.0384858 C6_control_C2 +LQ04X019790 Predicted protein 9.103860496 C6_control_C3 +LQ04X019790 Predicted protein 6.550387484 C6_chemical_A1 +LQ04X019790 Predicted protein 7.081388364 C6_chemical_A3 +LQ04X019790 Predicted protein 6.607529192 C6_chemical_B1 +LQ04X019790 Predicted protein 8.114017617 C6_chemical_B2 +LQ04X019790 Predicted protein 7.312783303 C6_chemical_B3 +LQ04X019790 Predicted protein 9.190084055 C6_chemical_C1 +LQ04X019790 Predicted protein 9.327950482 C6_chemical_C2 +LQ04X019790 Predicted protein 9.244491758 C6_chemical_C3 +LQ04X019790 Predicted protein 6.618532652 L4_control_A1 +LQ04X019790 Predicted protein 6.553450766 L4_control_A2 +LQ04X019790 Predicted protein 6.169413447 L4_control_A3 +LQ04X019790 Predicted protein 5.67674619 L4_control_B1 +LQ04X019790 Predicted protein 5.865110669 L4_control_B2 +LQ04X019790 Predicted protein 7.362194108 L4_control_B3 +LQ04X019790 Predicted protein 6.481514047 L4_control_C2 +LQ04X019790 Predicted protein 6.247310373 L4_control_C3 +LQ04X019790 Predicted protein 7.051194154 L4_chemical_A1 +LQ04X019790 Predicted protein 6.078260474 L4_chemical_A2 +LQ04X019790 Predicted protein 6.082396437 L4_chemical_A3 +LQ04X019790 Predicted protein 5.87260276 L4_chemical_B1 +LQ04X019790 Predicted protein 5.433566415 L4_chemical_B2 +LQ04X019790 Predicted protein 6.909383869 L4_chemical_B3 +LQ04X019790 Predicted protein 5.566499104 L4_chemical_C2 +LQ04X019790 Predicted protein 6.893393524 L4_chemical_C3 +LQ04X019800 Putative Protein of unknown function DUF3755 4.933519165 C6_control_A1 +LQ04X019800 Putative Protein of unknown function DUF3755 5.185511042 C6_control_A3 +LQ04X019800 Putative Protein of unknown function DUF3755 4.750024454 C6_control_B1 +LQ04X019800 Putative Protein of unknown function DUF3755 4.713197626 C6_control_B2 +LQ04X019800 Putative Protein of unknown function DUF3755 4.905775561 C6_control_B3 +LQ04X019800 Putative Protein of unknown function DUF3755 4.907415203 C6_control_C1 +LQ04X019800 Putative Protein of unknown function DUF3755 4.867552972 C6_control_C2 +LQ04X019800 Putative Protein of unknown function DUF3755 4.56123247 C6_control_C3 +LQ04X019800 Putative Protein of unknown function DUF3755 4.940149028 C6_chemical_A1 +LQ04X019800 Putative Protein of unknown function DUF3755 5.171451438 C6_chemical_A3 +LQ04X019800 Putative Protein of unknown function DUF3755 4.830589401 C6_chemical_B1 +LQ04X019800 Putative Protein of unknown function DUF3755 4.723997639 C6_chemical_B2 +LQ04X019800 Putative Protein of unknown function DUF3755 4.860727369 C6_chemical_B3 +LQ04X019800 Putative Protein of unknown function DUF3755 4.826170002 C6_chemical_C1 +LQ04X019800 Putative Protein of unknown function DUF3755 4.695536802 C6_chemical_C2 +LQ04X019800 Putative Protein of unknown function DUF3755 4.55881755 C6_chemical_C3 +LQ04X019800 Putative Protein of unknown function DUF3755 4.818540401 L4_control_A1 +LQ04X019800 Putative Protein of unknown function DUF3755 5.286891894 L4_control_A2 +LQ04X019800 Putative Protein of unknown function DUF3755 6.119379133 L4_control_A3 +LQ04X019800 Putative Protein of unknown function DUF3755 5.308592913 L4_control_B1 +LQ04X019800 Putative Protein of unknown function DUF3755 4.655617925 L4_control_B2 +LQ04X019800 Putative Protein of unknown function DUF3755 5.192087837 L4_control_B3 +LQ04X019800 Putative Protein of unknown function DUF3755 5.555007404 L4_control_C2 +LQ04X019800 Putative Protein of unknown function DUF3755 5.021508225 L4_control_C3 +LQ04X019800 Putative Protein of unknown function DUF3755 5.657821764 L4_chemical_A1 +LQ04X019800 Putative Protein of unknown function DUF3755 4.879887584 L4_chemical_A2 +LQ04X019800 Putative Protein of unknown function DUF3755 5.101714896 L4_chemical_A3 +LQ04X019800 Putative Protein of unknown function DUF3755 5.075905697 L4_chemical_B1 +LQ04X019800 Putative Protein of unknown function DUF3755 5.091423558 L4_chemical_B2 +LQ04X019800 Putative Protein of unknown function DUF3755 4.612472063 L4_chemical_B3 +LQ04X019800 Putative Protein of unknown function DUF3755 4.924534617 L4_chemical_C2 +LQ04X019800 Putative Protein of unknown function DUF3755 5.710554016 L4_chemical_C3 +LQ04X019830 Predicted protein 11.48109238 C6_control_A1 +LQ04X019830 Predicted protein 10.98909346 C6_control_A3 +LQ04X019830 Predicted protein 10.90050641 C6_control_B1 +LQ04X019830 Predicted protein 11.22648411 C6_control_B2 +LQ04X019830 Predicted protein 11.2472304 C6_control_B3 +LQ04X019830 Predicted protein 11.89022728 C6_control_C1 +LQ04X019830 Predicted protein 12.03592545 C6_control_C2 +LQ04X019830 Predicted protein 12.17882164 C6_control_C3 +LQ04X019830 Predicted protein 11.17817651 C6_chemical_A1 +LQ04X019830 Predicted protein 11.32079782 C6_chemical_A3 +LQ04X019830 Predicted protein 10.59095038 C6_chemical_B1 +LQ04X019830 Predicted protein 11.34717612 C6_chemical_B2 +LQ04X019830 Predicted protein 11.09193124 C6_chemical_B3 +LQ04X019830 Predicted protein 11.80168329 C6_chemical_C1 +LQ04X019830 Predicted protein 12.12661006 C6_chemical_C2 +LQ04X019830 Predicted protein 11.92161501 C6_chemical_C3 +LQ04X019830 Predicted protein 12.03597453 L4_control_A1 +LQ04X019830 Predicted protein 11.60506387 L4_control_A2 +LQ04X019830 Predicted protein 12.00399278 L4_control_A3 +LQ04X019830 Predicted protein 11.65541583 L4_control_B1 +LQ04X019830 Predicted protein 11.18883647 L4_control_B2 +LQ04X019830 Predicted protein 11.88925242 L4_control_B3 +LQ04X019830 Predicted protein 11.87528167 L4_control_C2 +LQ04X019830 Predicted protein 11.80645812 L4_control_C3 +LQ04X019830 Predicted protein 12.1084583 L4_chemical_A1 +LQ04X019830 Predicted protein 11.88180853 L4_chemical_A2 +LQ04X019830 Predicted protein 11.92945572 L4_chemical_A3 +LQ04X019830 Predicted protein 11.27843826 L4_chemical_B1 +LQ04X019830 Predicted protein 11.44065191 L4_chemical_B2 +LQ04X019830 Predicted protein 11.83323405 L4_chemical_B3 +LQ04X019830 Predicted protein 12.20564506 L4_chemical_C2 +LQ04X019830 Predicted protein 11.84825788 L4_chemical_C3 +LQ04X019850 Putative uncharacterized protein 9.094899497 C6_control_A1 +LQ04X019850 Putative uncharacterized protein 9.766337716 C6_control_A3 +LQ04X019850 Putative uncharacterized protein 8.609501752 C6_control_B1 +LQ04X019850 Putative uncharacterized protein 9.346970001 C6_control_B2 +LQ04X019850 Putative uncharacterized protein 8.437794585 C6_control_B3 +LQ04X019850 Putative uncharacterized protein 7.381653713 C6_control_C1 +LQ04X019850 Putative uncharacterized protein 8.68302246 C6_control_C2 +LQ04X019850 Putative uncharacterized protein 8.0071215 C6_control_C3 +LQ04X019850 Putative uncharacterized protein 9.010003435 C6_chemical_A1 +LQ04X019850 Putative uncharacterized protein 8.427684551 C6_chemical_A3 +LQ04X019850 Putative uncharacterized protein 8.755497545 C6_chemical_B1 +LQ04X019850 Putative uncharacterized protein 9.37511191 C6_chemical_B2 +LQ04X019850 Putative uncharacterized protein 8.582300076 C6_chemical_B3 +LQ04X019850 Putative uncharacterized protein 7.943265972 C6_chemical_C1 +LQ04X019850 Putative uncharacterized protein 8.671347127 C6_chemical_C2 +LQ04X019850 Putative uncharacterized protein 8.338798335 C6_chemical_C3 +LQ04X019850 Putative uncharacterized protein 8.904755917 L4_control_A1 +LQ04X019850 Putative uncharacterized protein 8.54913787 L4_control_A2 +LQ04X019850 Putative uncharacterized protein 8.496853602 L4_control_A3 +LQ04X019850 Putative uncharacterized protein 8.714378033 L4_control_B1 +LQ04X019850 Putative uncharacterized protein 8.186027001 L4_control_B2 +LQ04X019850 Putative uncharacterized protein 8.677911365 L4_control_B3 +LQ04X019850 Putative uncharacterized protein 7.818243222 L4_control_C2 +LQ04X019850 Putative uncharacterized protein 8.379743686 L4_control_C3 +LQ04X019850 Putative uncharacterized protein 8.007874489 L4_chemical_A1 +LQ04X019850 Putative uncharacterized protein 7.758241285 L4_chemical_A2 +LQ04X019850 Putative uncharacterized protein 8.367219545 L4_chemical_A3 +LQ04X019850 Putative uncharacterized protein 8.291693095 L4_chemical_B1 +LQ04X019850 Putative uncharacterized protein 7.556508802 L4_chemical_B2 +LQ04X019850 Putative uncharacterized protein 8.370444926 L4_chemical_B3 +LQ04X019850 Putative uncharacterized protein 7.003501865 L4_chemical_C2 +LQ04X019850 Putative uncharacterized protein 7.332444462 L4_chemical_C3 +LQ04X019860 Putative DELLA protein GAI 5.437062794 C6_control_A1 +LQ04X019860 Putative DELLA protein GAI 5.525436423 C6_control_A3 +LQ04X019860 Putative DELLA protein GAI 5.603276829 C6_control_B1 +LQ04X019860 Putative DELLA protein GAI 5.551160601 C6_control_B2 +LQ04X019860 Putative DELLA protein GAI 5.591837859 C6_control_B3 +LQ04X019860 Putative DELLA protein GAI 5.54636007 C6_control_C1 +LQ04X019860 Putative DELLA protein GAI 6.00165976 C6_control_C2 +LQ04X019860 Putative DELLA protein GAI 5.463995131 C6_control_C3 +LQ04X019860 Putative DELLA protein GAI 5.306998694 C6_chemical_A1 +LQ04X019860 Putative DELLA protein GAI 5.727231797 C6_chemical_A3 +LQ04X019860 Putative DELLA protein GAI 5.249581916 C6_chemical_B1 +LQ04X019860 Putative DELLA protein GAI 5.905597161 C6_chemical_B2 +LQ04X019860 Putative DELLA protein GAI 5.907337608 C6_chemical_B3 +LQ04X019860 Putative DELLA protein GAI 5.384044824 C6_chemical_C1 +LQ04X019860 Putative DELLA protein GAI 5.775118809 C6_chemical_C2 +LQ04X019860 Putative DELLA protein GAI 5.241566448 C6_chemical_C3 +LQ04X019860 Putative DELLA protein GAI 5.611098504 L4_control_A1 +LQ04X019860 Putative DELLA protein GAI 5.886885147 L4_control_A2 +LQ04X019860 Putative DELLA protein GAI 5.313027068 L4_control_A3 +LQ04X019860 Putative DELLA protein GAI 5.149043503 L4_control_B1 +LQ04X019860 Putative DELLA protein GAI 5.453873553 L4_control_B2 +LQ04X019860 Putative DELLA protein GAI 5.544715682 L4_control_B3 +LQ04X019860 Putative DELLA protein GAI 5.118610085 L4_control_C2 +LQ04X019860 Putative DELLA protein GAI 5.303458397 L4_control_C3 +LQ04X019860 Putative DELLA protein GAI 5.678815013 L4_chemical_A1 +LQ04X019860 Putative DELLA protein GAI 5.543624186 L4_chemical_A2 +LQ04X019860 Putative DELLA protein GAI 5.399375988 L4_chemical_A3 +LQ04X019860 Putative DELLA protein GAI 5.412849698 L4_chemical_B1 +LQ04X019860 Putative DELLA protein GAI 6.038332279 L4_chemical_B2 +LQ04X019860 Putative DELLA protein GAI 5.733873249 L4_chemical_B3 +LQ04X019860 Putative DELLA protein GAI 4.999867501 L4_chemical_C2 +LQ04X019860 Putative DELLA protein GAI 5.894370309 L4_chemical_C3 +LQ04X019870 Putative Predicted protein 9.245032201 C6_control_A1 +LQ04X019870 Putative Predicted protein 8.534335983 C6_control_A3 +LQ04X019870 Putative Predicted protein 9.638711446 C6_control_B1 +LQ04X019870 Putative Predicted protein 9.953465258 C6_control_B2 +LQ04X019870 Putative Predicted protein 10.59125892 C6_control_B3 +LQ04X019870 Putative Predicted protein 10.33073023 C6_control_C1 +LQ04X019870 Putative Predicted protein 10.79967852 C6_control_C2 +LQ04X019870 Putative Predicted protein 10.61756957 C6_control_C3 +LQ04X019870 Putative Predicted protein 9.292921863 C6_chemical_A1 +LQ04X019870 Putative Predicted protein 8.569189938 C6_chemical_A3 +LQ04X019870 Putative Predicted protein 10.39767615 C6_chemical_B1 +LQ04X019870 Putative Predicted protein 10.49939735 C6_chemical_B2 +LQ04X019870 Putative Predicted protein 10.78601881 C6_chemical_B3 +LQ04X019870 Putative Predicted protein 10.77898287 C6_chemical_C1 +LQ04X019870 Putative Predicted protein 10.70965438 C6_chemical_C2 +LQ04X019870 Putative Predicted protein 10.23665201 C6_chemical_C3 +LQ04X019870 Putative Predicted protein 8.163400333 L4_control_A1 +LQ04X019870 Putative Predicted protein 7.7646591 L4_control_A2 +LQ04X019870 Putative Predicted protein 7.610495544 L4_control_A3 +LQ04X019870 Putative Predicted protein 8.744539959 L4_control_B1 +LQ04X019870 Putative Predicted protein 8.726812612 L4_control_B2 +LQ04X019870 Putative Predicted protein 10.24568037 L4_control_B3 +LQ04X019870 Putative Predicted protein 10.16280916 L4_control_C2 +LQ04X019870 Putative Predicted protein 10.47317066 L4_control_C3 +LQ04X019870 Putative Predicted protein 8.44649024 L4_chemical_A1 +LQ04X019870 Putative Predicted protein 7.377298614 L4_chemical_A2 +LQ04X019870 Putative Predicted protein 7.913553186 L4_chemical_A3 +LQ04X019870 Putative Predicted protein 8.223945304 L4_chemical_B1 +LQ04X019870 Putative Predicted protein 7.302218249 L4_chemical_B2 +LQ04X019870 Putative Predicted protein 9.742586491 L4_chemical_B3 +LQ04X019870 Putative Predicted protein 9.369351071 L4_chemical_C2 +LQ04X019870 Putative Predicted protein 9.995724936 L4_chemical_C3 +LQ04X019941 Putative uncharacterized protein 5.250134394 C6_control_A1 +LQ04X019941 Putative uncharacterized protein 4.999029375 C6_control_A3 +LQ04X019941 Putative uncharacterized protein 5.408524198 C6_control_B1 +LQ04X019941 Putative uncharacterized protein 5.18325464 C6_control_B2 +LQ04X019941 Putative uncharacterized protein 4.973917593 C6_control_B3 +LQ04X019941 Putative uncharacterized protein 5.255549629 C6_control_C1 +LQ04X019941 Putative uncharacterized protein 5.040083261 C6_control_C2 +LQ04X019941 Putative uncharacterized protein 5.270127652 C6_control_C3 +LQ04X019941 Putative uncharacterized protein 5.250134281 C6_chemical_A1 +LQ04X019941 Putative uncharacterized protein 4.962264759 C6_chemical_A3 +LQ04X019941 Putative uncharacterized protein 5.434380613 C6_chemical_B1 +LQ04X019941 Putative uncharacterized protein 5.366875476 C6_chemical_B2 +LQ04X019941 Putative uncharacterized protein 4.878303809 C6_chemical_B3 +LQ04X019941 Putative uncharacterized protein 5.289897196 C6_chemical_C1 +LQ04X019941 Putative uncharacterized protein 5.251638687 C6_chemical_C2 +LQ04X019941 Putative uncharacterized protein 5.154979737 C6_chemical_C3 +LQ04X019941 Putative uncharacterized protein 4.987054904 L4_control_A1 +LQ04X019941 Putative uncharacterized protein 5.479507121 L4_control_A2 +LQ04X019941 Putative uncharacterized protein 5.438307116 L4_control_A3 +LQ04X019941 Putative uncharacterized protein 5.099044224 L4_control_B1 +LQ04X019941 Putative uncharacterized protein 4.946161242 L4_control_B2 +LQ04X019941 Putative uncharacterized protein 4.916092945 L4_control_B3 +LQ04X019941 Putative uncharacterized protein 5.015252377 L4_control_C2 +LQ04X019941 Putative uncharacterized protein 5.13352511 L4_control_C3 +LQ04X019941 Putative uncharacterized protein 5.334631824 L4_chemical_A1 +LQ04X019941 Putative uncharacterized protein 5.084869529 L4_chemical_A2 +LQ04X019941 Putative uncharacterized protein 4.718132774 L4_chemical_A3 +LQ04X019941 Putative uncharacterized protein 4.931386325 L4_chemical_B1 +LQ04X019941 Putative uncharacterized protein 5.036007413 L4_chemical_B2 +LQ04X019941 Putative uncharacterized protein 4.760064363 L4_chemical_B3 +LQ04X019941 Putative uncharacterized protein 5.196256497 L4_chemical_C2 +LQ04X019941 Putative uncharacterized protein 5.217293286 L4_chemical_C3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.732155808 C6_control_A1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.466518509 C6_control_A3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.965544553 C6_control_B1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.20575305 C6_control_B2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.851639029 C6_control_B3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 11.11904834 C6_control_C1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 11.01777808 C6_control_C2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.35163635 C6_control_C3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.27352763 C6_chemical_A1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.492784573 C6_chemical_A3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.57747684 C6_chemical_B1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.79194466 C6_chemical_B2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.02035893 C6_chemical_B3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 11.20420536 C6_chemical_C1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.96610592 C6_chemical_C2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 11.07622652 C6_chemical_C3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.628086319 L4_control_A1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.653939725 L4_control_A2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.09394932 L4_control_A3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.521603097 L4_control_B1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.20934448 L4_control_B2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.42755906 L4_control_B3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.99689132 L4_control_C2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.58947238 L4_control_C3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.381028973 L4_chemical_A1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.743426723 L4_chemical_A2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.741764697 L4_chemical_A3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.514839773 L4_chemical_B1 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 9.533654625 L4_chemical_B2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.1082432 L4_chemical_B3 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.77178123 L4_chemical_C2 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.87525807 L4_chemical_C3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.19461032 C6_control_A1 +LQ04X019990 DNA topoisomerase 3-beta-1 10.76836419 C6_control_A3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.13716089 C6_control_B1 +LQ04X019990 DNA topoisomerase 3-beta-1 9.815456059 C6_control_B2 +LQ04X019990 DNA topoisomerase 3-beta-1 10.12481674 C6_control_B3 +LQ04X019990 DNA topoisomerase 3-beta-1 11.04690196 C6_control_C1 +LQ04X019990 DNA topoisomerase 3-beta-1 10.64511964 C6_control_C2 +LQ04X019990 DNA topoisomerase 3-beta-1 10.89525942 C6_control_C3 +LQ04X019990 DNA topoisomerase 3-beta-1 9.917058821 C6_chemical_A1 +LQ04X019990 DNA topoisomerase 3-beta-1 10.75828839 C6_chemical_A3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.197769 C6_chemical_B1 +LQ04X019990 DNA topoisomerase 3-beta-1 9.801289438 C6_chemical_B2 +LQ04X019990 DNA topoisomerase 3-beta-1 10.12026558 C6_chemical_B3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.99551878 C6_chemical_C1 +LQ04X019990 DNA topoisomerase 3-beta-1 10.86681811 C6_chemical_C2 +LQ04X019990 DNA topoisomerase 3-beta-1 11.04861745 C6_chemical_C3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.69654528 L4_control_A1 +LQ04X019990 DNA topoisomerase 3-beta-1 10.77865872 L4_control_A2 +LQ04X019990 DNA topoisomerase 3-beta-1 11.39113013 L4_control_A3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.51755622 L4_control_B1 +LQ04X019990 DNA topoisomerase 3-beta-1 10.66313443 L4_control_B2 +LQ04X019990 DNA topoisomerase 3-beta-1 10.52704295 L4_control_B3 +LQ04X019990 DNA topoisomerase 3-beta-1 11.43377661 L4_control_C2 +LQ04X019990 DNA topoisomerase 3-beta-1 11.29759947 L4_control_C3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.97006534 L4_chemical_A1 +LQ04X019990 DNA topoisomerase 3-beta-1 10.88100607 L4_chemical_A2 +LQ04X019990 DNA topoisomerase 3-beta-1 11.23826396 L4_chemical_A3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.3978712 L4_chemical_B1 +LQ04X019990 DNA topoisomerase 3-beta-1 10.5026665 L4_chemical_B2 +LQ04X019990 DNA topoisomerase 3-beta-1 10.25254239 L4_chemical_B3 +LQ04X019990 DNA topoisomerase 3-beta-1 10.85911523 L4_chemical_C2 +LQ04X019990 DNA topoisomerase 3-beta-1 11.38629285 L4_chemical_C3 +LQ04X020000 Protein BCCIP homolog 5.363483995 C6_control_A1 +LQ04X020000 Protein BCCIP homolog 6.067345549 C6_control_A3 +LQ04X020000 Protein BCCIP homolog 5.359859955 C6_control_B1 +LQ04X020000 Protein BCCIP homolog 5.186376996 C6_control_B2 +LQ04X020000 Protein BCCIP homolog 5.057501688 C6_control_B3 +LQ04X020000 Protein BCCIP homolog 5.379484847 C6_control_C1 +LQ04X020000 Protein BCCIP homolog 5.715831778 C6_control_C2 +LQ04X020000 Protein BCCIP homolog 5.438610514 C6_control_C3 +LQ04X020000 Protein BCCIP homolog 5.304110155 C6_chemical_A1 +LQ04X020000 Protein BCCIP homolog 5.393151133 C6_chemical_A3 +LQ04X020000 Protein BCCIP homolog 5.6113452 C6_chemical_B1 +LQ04X020000 Protein BCCIP homolog 5.211925525 C6_chemical_B2 +LQ04X020000 Protein BCCIP homolog 5.249355674 C6_chemical_B3 +LQ04X020000 Protein BCCIP homolog 5.338906176 C6_chemical_C1 +LQ04X020000 Protein BCCIP homolog 5.188159041 C6_chemical_C2 +LQ04X020000 Protein BCCIP homolog 5.38204335 C6_chemical_C3 +LQ04X020000 Protein BCCIP homolog 5.250204945 L4_control_A1 +LQ04X020000 Protein BCCIP homolog 5.133352874 L4_control_A2 +LQ04X020000 Protein BCCIP homolog 5.469827786 L4_control_A3 +LQ04X020000 Protein BCCIP homolog 5.741303256 L4_control_B1 +LQ04X020000 Protein BCCIP homolog 5.463842433 L4_control_B2 +LQ04X020000 Protein BCCIP homolog 5.262872917 L4_control_B3 +LQ04X020000 Protein BCCIP homolog 5.329390403 L4_control_C2 +LQ04X020000 Protein BCCIP homolog 5.32008487 L4_control_C3 +LQ04X020000 Protein BCCIP homolog 5.113403962 L4_chemical_A1 +LQ04X020000 Protein BCCIP homolog 5.117950997 L4_chemical_A2 +LQ04X020000 Protein BCCIP homolog 5.546584569 L4_chemical_A3 +LQ04X020000 Protein BCCIP homolog 5.470660001 L4_chemical_B1 +LQ04X020000 Protein BCCIP homolog 5.186512308 L4_chemical_B2 +LQ04X020000 Protein BCCIP homolog 5.010608899 L4_chemical_B3 +LQ04X020000 Protein BCCIP homolog 5.820558844 L4_chemical_C2 +LQ04X020000 Protein BCCIP homolog 5.63915434 L4_chemical_C3 +LQ04X020010 Putative Transcription factor bHLH62 11.52045803 C6_control_A1 +LQ04X020010 Putative Transcription factor bHLH62 10.72698118 C6_control_A3 +LQ04X020010 Putative Transcription factor bHLH62 11.89379923 C6_control_B1 +LQ04X020010 Putative Transcription factor bHLH62 11.872914 C6_control_B2 +LQ04X020010 Putative Transcription factor bHLH62 12.22578247 C6_control_B3 +LQ04X020010 Putative Transcription factor bHLH62 10.57333111 C6_control_C1 +LQ04X020010 Putative Transcription factor bHLH62 11.0452465 C6_control_C2 +LQ04X020010 Putative Transcription factor bHLH62 10.73499645 C6_control_C3 +LQ04X020010 Putative Transcription factor bHLH62 11.29502102 C6_chemical_A1 +LQ04X020010 Putative Transcription factor bHLH62 10.62258245 C6_chemical_A3 +LQ04X020010 Putative Transcription factor bHLH62 12.02802388 C6_chemical_B1 +LQ04X020010 Putative Transcription factor bHLH62 12.04393131 C6_chemical_B2 +LQ04X020010 Putative Transcription factor bHLH62 11.95328761 C6_chemical_B3 +LQ04X020010 Putative Transcription factor bHLH62 10.80921741 C6_chemical_C1 +LQ04X020010 Putative Transcription factor bHLH62 10.79331557 C6_chemical_C2 +LQ04X020010 Putative Transcription factor bHLH62 10.24313312 C6_chemical_C3 +LQ04X020010 Putative Transcription factor bHLH62 11.01876265 L4_control_A1 +LQ04X020010 Putative Transcription factor bHLH62 11.61448008 L4_control_A2 +LQ04X020010 Putative Transcription factor bHLH62 10.89928705 L4_control_A3 +LQ04X020010 Putative Transcription factor bHLH62 12.37613837 L4_control_B1 +LQ04X020010 Putative Transcription factor bHLH62 12.3091898 L4_control_B2 +LQ04X020010 Putative Transcription factor bHLH62 12.06813561 L4_control_B3 +LQ04X020010 Putative Transcription factor bHLH62 10.46577794 L4_control_C2 +LQ04X020010 Putative Transcription factor bHLH62 10.7653966 L4_control_C3 +LQ04X020010 Putative Transcription factor bHLH62 11.00638048 L4_chemical_A1 +LQ04X020010 Putative Transcription factor bHLH62 11.17327582 L4_chemical_A2 +LQ04X020010 Putative Transcription factor bHLH62 11.02080344 L4_chemical_A3 +LQ04X020010 Putative Transcription factor bHLH62 12.08181803 L4_chemical_B1 +LQ04X020010 Putative Transcription factor bHLH62 11.73298117 L4_chemical_B2 +LQ04X020010 Putative Transcription factor bHLH62 11.87578339 L4_chemical_B3 +LQ04X020010 Putative Transcription factor bHLH62 10.90597331 L4_chemical_C2 +LQ04X020010 Putative Transcription factor bHLH62 10.75176084 L4_chemical_C3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.638874271 C6_control_A1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.944911659 C6_control_A3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 5.65754751 C6_control_B1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.593412864 C6_control_B2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 5.857964861 C6_control_B3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.056430453 C6_control_C1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.043950697 C6_control_C2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.501722184 C6_control_C3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.696222796 C6_chemical_A1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.057611616 C6_chemical_A3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 5.072045851 C6_chemical_B1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.453801573 C6_chemical_B2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.089044391 C6_chemical_B3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.687807029 C6_chemical_C1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 5.874129023 C6_chemical_C2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.02829185 C6_chemical_C3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.660467675 L4_control_A1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.715539566 L4_control_A2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.242015657 L4_control_A3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.53027832 L4_control_B1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 5.583818187 L4_control_B2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.075907897 L4_control_B3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.360194521 L4_control_C2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 5.611463579 L4_control_C3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 8.360685715 L4_chemical_A1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.756710353 L4_chemical_A2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.323947633 L4_chemical_A3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 5.689968437 L4_chemical_B1 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 5.343040009 L4_chemical_B2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 7.270120398 L4_chemical_B3 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.995641959 L4_chemical_C2 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.202133039 L4_chemical_C3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.26934977 C6_control_A1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.40175006 C6_control_A3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.57424529 C6_control_B1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.22617888 C6_control_B2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.47079491 C6_control_B3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.65755617 C6_control_C1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.45016596 C6_control_C2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.65671244 C6_control_C3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.47013428 C6_chemical_A1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.86358156 C6_chemical_A3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.81953021 C6_chemical_B1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.50425715 C6_chemical_B2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.41767836 C6_chemical_B3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.86468357 C6_chemical_C1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.59867167 C6_chemical_C2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.55056658 C6_chemical_C3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.2542838 L4_control_A1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.4201193 L4_control_A2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.46347929 L4_control_A3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.49575068 L4_control_B1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.9440578 L4_control_B2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.71524687 L4_control_B3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 12.39912761 L4_control_C2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 12.38667743 L4_control_C3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.44078085 L4_chemical_A1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.34506326 L4_chemical_A2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 10.88518369 L4_chemical_A3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.5761799 L4_chemical_B1 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.88256268 L4_chemical_B2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.35078193 L4_chemical_B3 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 12.22091978 L4_chemical_C2 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 12.37367415 L4_chemical_C3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.855277351 C6_control_A1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 7.488245189 C6_control_A3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.508843364 C6_control_B1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.914985289 C6_control_B2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.415358717 C6_control_B3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.495136641 C6_control_C1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.302358216 C6_control_C2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.433139175 C6_control_C3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.4299452 C6_chemical_A1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.618213687 C6_chemical_A3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.744597713 C6_chemical_B1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.740333352 C6_chemical_B2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.243962577 C6_chemical_B3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.2835902 C6_chemical_C1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.601100306 C6_chemical_C2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.31594605 C6_chemical_C3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.874301881 L4_control_A1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.429280239 L4_control_A2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.755334201 L4_control_A3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.1120532 L4_control_B1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.677541778 L4_control_B2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.436721648 L4_control_B3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.268857432 L4_control_C2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.172625115 L4_control_C3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.878097606 L4_chemical_A1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.643535776 L4_chemical_A2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.041404164 L4_chemical_A3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.587226658 L4_chemical_B1 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.409182773 L4_chemical_B2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.54298348 L4_chemical_B3 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.519826198 L4_chemical_C2 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 5.338508196 L4_chemical_C3 +LQ04X020060 Putative Protein transport protein SEC23 11.17384297 C6_control_A1 +LQ04X020060 Putative Protein transport protein SEC23 10.74941856 C6_control_A3 +LQ04X020060 Putative Protein transport protein SEC23 10.9906387 C6_control_B1 +LQ04X020060 Putative Protein transport protein SEC23 10.95326997 C6_control_B2 +LQ04X020060 Putative Protein transport protein SEC23 11.05686289 C6_control_B3 +LQ04X020060 Putative Protein transport protein SEC23 10.52890024 C6_control_C1 +LQ04X020060 Putative Protein transport protein SEC23 10.51813076 C6_control_C2 +LQ04X020060 Putative Protein transport protein SEC23 10.51142309 C6_control_C3 +LQ04X020060 Putative Protein transport protein SEC23 11.08172853 C6_chemical_A1 +LQ04X020060 Putative Protein transport protein SEC23 11.16093932 C6_chemical_A3 +LQ04X020060 Putative Protein transport protein SEC23 10.78779103 C6_chemical_B1 +LQ04X020060 Putative Protein transport protein SEC23 10.89685691 C6_chemical_B2 +LQ04X020060 Putative Protein transport protein SEC23 11.05927706 C6_chemical_B3 +LQ04X020060 Putative Protein transport protein SEC23 10.60262421 C6_chemical_C1 +LQ04X020060 Putative Protein transport protein SEC23 10.43230156 C6_chemical_C2 +LQ04X020060 Putative Protein transport protein SEC23 10.58051903 C6_chemical_C3 +LQ04X020060 Putative Protein transport protein SEC23 10.97445513 L4_control_A1 +LQ04X020060 Putative Protein transport protein SEC23 11.37325197 L4_control_A2 +LQ04X020060 Putative Protein transport protein SEC23 10.97515042 L4_control_A3 +LQ04X020060 Putative Protein transport protein SEC23 11.15343291 L4_control_B1 +LQ04X020060 Putative Protein transport protein SEC23 11.31650946 L4_control_B2 +LQ04X020060 Putative Protein transport protein SEC23 11.03159848 L4_control_B3 +LQ04X020060 Putative Protein transport protein SEC23 10.53248219 L4_control_C2 +LQ04X020060 Putative Protein transport protein SEC23 11.21033625 L4_control_C3 +LQ04X020060 Putative Protein transport protein SEC23 10.68377848 L4_chemical_A1 +LQ04X020060 Putative Protein transport protein SEC23 10.83176061 L4_chemical_A2 +LQ04X020060 Putative Protein transport protein SEC23 10.96048766 L4_chemical_A3 +LQ04X020060 Putative Protein transport protein SEC23 10.82982983 L4_chemical_B1 +LQ04X020060 Putative Protein transport protein SEC23 10.57691421 L4_chemical_B2 +LQ04X020060 Putative Protein transport protein SEC23 10.97708336 L4_chemical_B3 +LQ04X020060 Putative Protein transport protein SEC23 10.09177549 L4_chemical_C2 +LQ04X020060 Putative Protein transport protein SEC23 10.95414748 L4_chemical_C3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.031039725 C6_control_A1 +LQ04X020090 Putative Reticuline oxidase-like protein 5.447835356 C6_control_A3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.220713145 C6_control_B1 +LQ04X020090 Putative Reticuline oxidase-like protein 5.09731461 C6_control_B2 +LQ04X020090 Putative Reticuline oxidase-like protein 4.790148323 C6_control_B3 +LQ04X020090 Putative Reticuline oxidase-like protein 4.81549784 C6_control_C1 +LQ04X020090 Putative Reticuline oxidase-like protein 4.970461899 C6_control_C2 +LQ04X020090 Putative Reticuline oxidase-like protein 5.026131785 C6_control_C3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.180494307 C6_chemical_A1 +LQ04X020090 Putative Reticuline oxidase-like protein 5.531380669 C6_chemical_A3 +LQ04X020090 Putative Reticuline oxidase-like protein 4.81516256 C6_chemical_B1 +LQ04X020090 Putative Reticuline oxidase-like protein 4.876160908 C6_chemical_B2 +LQ04X020090 Putative Reticuline oxidase-like protein 4.928161073 C6_chemical_B3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.178549957 C6_chemical_C1 +LQ04X020090 Putative Reticuline oxidase-like protein 5.063375858 C6_chemical_C2 +LQ04X020090 Putative Reticuline oxidase-like protein 4.868707485 C6_chemical_C3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.057799375 L4_control_A1 +LQ04X020090 Putative Reticuline oxidase-like protein 5.096062256 L4_control_A2 +LQ04X020090 Putative Reticuline oxidase-like protein 5.592626395 L4_control_A3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.22714911 L4_control_B1 +LQ04X020090 Putative Reticuline oxidase-like protein 5.080846486 L4_control_B2 +LQ04X020090 Putative Reticuline oxidase-like protein 5.051657606 L4_control_B3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.386708145 L4_control_C2 +LQ04X020090 Putative Reticuline oxidase-like protein 5.289968522 L4_control_C3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.395962405 L4_chemical_A1 +LQ04X020090 Putative Reticuline oxidase-like protein 5.170714692 L4_chemical_A2 +LQ04X020090 Putative Reticuline oxidase-like protein 5.978038198 L4_chemical_A3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.20166478 L4_chemical_B1 +LQ04X020090 Putative Reticuline oxidase-like protein 5.363936985 L4_chemical_B2 +LQ04X020090 Putative Reticuline oxidase-like protein 4.988264166 L4_chemical_B3 +LQ04X020090 Putative Reticuline oxidase-like protein 5.189055461 L4_chemical_C2 +LQ04X020090 Putative Reticuline oxidase-like protein 5.355436075 L4_chemical_C3 +LQ04X020160 Putative uncharacterized protein 10.32350998 C6_control_A1 +LQ04X020160 Putative uncharacterized protein 9.963682911 C6_control_A3 +LQ04X020160 Putative uncharacterized protein 10.11225833 C6_control_B1 +LQ04X020160 Putative uncharacterized protein 10.84265773 C6_control_B2 +LQ04X020160 Putative uncharacterized protein 10.51216788 C6_control_B3 +LQ04X020160 Putative uncharacterized protein 10.27197369 C6_control_C1 +LQ04X020160 Putative uncharacterized protein 10.21125314 C6_control_C2 +LQ04X020160 Putative uncharacterized protein 10.58450532 C6_control_C3 +LQ04X020160 Putative uncharacterized protein 10.48374581 C6_chemical_A1 +LQ04X020160 Putative uncharacterized protein 10.70971822 C6_chemical_A3 +LQ04X020160 Putative uncharacterized protein 10.12641521 C6_chemical_B1 +LQ04X020160 Putative uncharacterized protein 11.0071372 C6_chemical_B2 +LQ04X020160 Putative uncharacterized protein 10.74825998 C6_chemical_B3 +LQ04X020160 Putative uncharacterized protein 10.06049668 C6_chemical_C1 +LQ04X020160 Putative uncharacterized protein 10.03532726 C6_chemical_C2 +LQ04X020160 Putative uncharacterized protein 10.68877609 C6_chemical_C3 +LQ04X020160 Putative uncharacterized protein 10.47067493 L4_control_A1 +LQ04X020160 Putative uncharacterized protein 10.45456363 L4_control_A2 +LQ04X020160 Putative uncharacterized protein 9.781402759 L4_control_A3 +LQ04X020160 Putative uncharacterized protein 10.41384403 L4_control_B1 +LQ04X020160 Putative uncharacterized protein 10.70669479 L4_control_B2 +LQ04X020160 Putative uncharacterized protein 10.71338202 L4_control_B3 +LQ04X020160 Putative uncharacterized protein 9.780566186 L4_control_C2 +LQ04X020160 Putative uncharacterized protein 10.40180702 L4_control_C3 +LQ04X020160 Putative uncharacterized protein 10.256151 L4_chemical_A1 +LQ04X020160 Putative uncharacterized protein 10.25473467 L4_chemical_A2 +LQ04X020160 Putative uncharacterized protein 9.214217445 L4_chemical_A3 +LQ04X020160 Putative uncharacterized protein 10.07710251 L4_chemical_B1 +LQ04X020160 Putative uncharacterized protein 10.21253138 L4_chemical_B2 +LQ04X020160 Putative uncharacterized protein 11.07617669 L4_chemical_B3 +LQ04X020160 Putative uncharacterized protein 9.232474491 L4_chemical_C2 +LQ04X020160 Putative uncharacterized protein 10.19851957 L4_chemical_C3 +LQ04X020190 Hypothetical protein 4.828748692 C6_control_A1 +LQ04X020190 Hypothetical protein 4.987530146 C6_control_A3 +LQ04X020190 Hypothetical protein 4.842823216 C6_control_B1 +LQ04X020190 Hypothetical protein 5.438564064 C6_control_B2 +LQ04X020190 Hypothetical protein 5.188219733 C6_control_B3 +LQ04X020190 Hypothetical protein 4.975306158 C6_control_C1 +LQ04X020190 Hypothetical protein 5.087270775 C6_control_C2 +LQ04X020190 Hypothetical protein 5.396155334 C6_control_C3 +LQ04X020190 Hypothetical protein 4.886241397 C6_chemical_A1 +LQ04X020190 Hypothetical protein 4.859121834 C6_chemical_A3 +LQ04X020190 Hypothetical protein 5.11427561 C6_chemical_B1 +LQ04X020190 Hypothetical protein 5.189546783 C6_chemical_B2 +LQ04X020190 Hypothetical protein 5.106762368 C6_chemical_B3 +LQ04X020190 Hypothetical protein 4.718059039 C6_chemical_C1 +LQ04X020190 Hypothetical protein 4.959475616 C6_chemical_C2 +LQ04X020190 Hypothetical protein 5.049178165 C6_chemical_C3 +LQ04X020190 Hypothetical protein 4.773797735 L4_control_A1 +LQ04X020190 Hypothetical protein 5.207617855 L4_control_A2 +LQ04X020190 Hypothetical protein 5.09549989 L4_control_A3 +LQ04X020190 Hypothetical protein 5.107921279 L4_control_B1 +LQ04X020190 Hypothetical protein 5.262725295 L4_control_B2 +LQ04X020190 Hypothetical protein 4.944838959 L4_control_B3 +LQ04X020190 Hypothetical protein 5.082009932 L4_control_C2 +LQ04X020190 Hypothetical protein 4.977190089 L4_control_C3 +LQ04X020190 Hypothetical protein 4.766621891 L4_chemical_A1 +LQ04X020190 Hypothetical protein 4.834586234 L4_chemical_A2 +LQ04X020190 Hypothetical protein 5.171438778 L4_chemical_A3 +LQ04X020190 Hypothetical protein 4.791438896 L4_chemical_B1 +LQ04X020190 Hypothetical protein 5.298600635 L4_chemical_B2 +LQ04X020190 Hypothetical protein 4.847834028 L4_chemical_B3 +LQ04X020190 Hypothetical protein 5.975066228 L4_chemical_C2 +LQ04X020190 Hypothetical protein 5.293928423 L4_chemical_C3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.759987 C6_control_A1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.21791158 C6_control_A3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.41029884 C6_control_B1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 13.682768 C6_control_B2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.79653054 C6_control_B3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 11.79413429 C6_control_C1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 12.70075821 C6_control_C2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 12.64909303 C6_control_C3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.23025291 C6_chemical_A1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.21716011 C6_chemical_A3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.39857066 C6_chemical_B1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 13.66106297 C6_chemical_B2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.83103705 C6_chemical_B3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 11.7118775 C6_chemical_C1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 12.06892529 C6_chemical_C2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 11.60574379 C6_chemical_C3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.17517292 L4_control_A1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.45528723 L4_control_A2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 13.18994428 L4_control_A3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 13.23932343 L4_control_B1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.40329238 L4_control_B2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 13.2204868 L4_control_B3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 12.36111245 L4_control_C2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 13.01799989 L4_control_C3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 15.18189437 L4_chemical_A1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 15.18178815 L4_chemical_A2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.72423027 L4_chemical_A3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 15.01277585 L4_chemical_B1 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.47554411 L4_chemical_B2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 15.04350921 L4_chemical_B3 +LQ04X020200 Brassinosteroid-regulated protein BRU1 12.58041992 L4_chemical_C2 +LQ04X020200 Brassinosteroid-regulated protein BRU1 12.72053925 L4_chemical_C3 +LQ04X020220 Hypothetical protein 5.249840313 C6_control_A1 +LQ04X020220 Hypothetical protein 4.813778155 C6_control_A3 +LQ04X020220 Hypothetical protein 5.611451639 C6_control_B1 +LQ04X020220 Hypothetical protein 6.871922972 C6_control_B2 +LQ04X020220 Hypothetical protein 6.597951068 C6_control_B3 +LQ04X020220 Hypothetical protein 6.096303575 C6_control_C1 +LQ04X020220 Hypothetical protein 6.541272266 C6_control_C2 +LQ04X020220 Hypothetical protein 6.424102226 C6_control_C3 +LQ04X020220 Hypothetical protein 5.344789026 C6_chemical_A1 +LQ04X020220 Hypothetical protein 5.373493674 C6_chemical_A3 +LQ04X020220 Hypothetical protein 6.364882077 C6_chemical_B1 +LQ04X020220 Hypothetical protein 6.80469207 C6_chemical_B2 +LQ04X020220 Hypothetical protein 5.740033792 C6_chemical_B3 +LQ04X020220 Hypothetical protein 6.386183427 C6_chemical_C1 +LQ04X020220 Hypothetical protein 6.312881782 C6_chemical_C2 +LQ04X020220 Hypothetical protein 6.028183973 C6_chemical_C3 +LQ04X020220 Hypothetical protein 5.768064082 L4_control_A1 +LQ04X020220 Hypothetical protein 5.222539651 L4_control_A2 +LQ04X020220 Hypothetical protein 5.479068171 L4_control_A3 +LQ04X020220 Hypothetical protein 6.188651226 L4_control_B1 +LQ04X020220 Hypothetical protein 5.193732766 L4_control_B2 +LQ04X020220 Hypothetical protein 6.65774503 L4_control_B3 +LQ04X020220 Hypothetical protein 6.52244107 L4_control_C2 +LQ04X020220 Hypothetical protein 5.82353947 L4_control_C3 +LQ04X020220 Hypothetical protein 5.595848555 L4_chemical_A1 +LQ04X020220 Hypothetical protein 5.563789852 L4_chemical_A2 +LQ04X020220 Hypothetical protein 5.636784969 L4_chemical_A3 +LQ04X020220 Hypothetical protein 6.220077646 L4_chemical_B1 +LQ04X020220 Hypothetical protein 6.159197912 L4_chemical_B2 +LQ04X020220 Hypothetical protein 5.224881764 L4_chemical_B3 +LQ04X020220 Hypothetical protein 5.920265622 L4_chemical_C2 +LQ04X020220 Hypothetical protein 6.593603647 L4_chemical_C3 +LQ04X020260 Predicted protein 5.613895666 C6_control_A1 +LQ04X020260 Predicted protein 5.484815447 C6_control_A3 +LQ04X020260 Predicted protein 5.771156304 C6_control_B1 +LQ04X020260 Predicted protein 5.471440075 C6_control_B2 +LQ04X020260 Predicted protein 6.168856411 C6_control_B3 +LQ04X020260 Predicted protein 5.227493478 C6_control_C1 +LQ04X020260 Predicted protein 5.02817789 C6_control_C2 +LQ04X020260 Predicted protein 5.50385764 C6_control_C3 +LQ04X020260 Predicted protein 5.856658912 C6_chemical_A1 +LQ04X020260 Predicted protein 5.727746276 C6_chemical_A3 +LQ04X020260 Predicted protein 5.734521732 C6_chemical_B1 +LQ04X020260 Predicted protein 5.407793434 C6_chemical_B2 +LQ04X020260 Predicted protein 5.793569285 C6_chemical_B3 +LQ04X020260 Predicted protein 5.203330229 C6_chemical_C1 +LQ04X020260 Predicted protein 5.531362515 C6_chemical_C2 +LQ04X020260 Predicted protein 5.137997115 C6_chemical_C3 +LQ04X020260 Predicted protein 5.694635218 L4_control_A1 +LQ04X020260 Predicted protein 6.064431139 L4_control_A2 +LQ04X020260 Predicted protein 5.502620009 L4_control_A3 +LQ04X020260 Predicted protein 6.683844091 L4_control_B1 +LQ04X020260 Predicted protein 5.331085369 L4_control_B2 +LQ04X020260 Predicted protein 5.87414861 L4_control_B3 +LQ04X020260 Predicted protein 6.392183495 L4_control_C2 +LQ04X020260 Predicted protein 5.791458054 L4_control_C3 +LQ04X020260 Predicted protein 5.78114123 L4_chemical_A1 +LQ04X020260 Predicted protein 5.636613713 L4_chemical_A2 +LQ04X020260 Predicted protein 5.839640048 L4_chemical_A3 +LQ04X020260 Predicted protein 5.902670951 L4_chemical_B1 +LQ04X020260 Predicted protein 5.64376552 L4_chemical_B2 +LQ04X020260 Predicted protein 5.850271776 L4_chemical_B3 +LQ04X020260 Predicted protein 5.700354236 L4_chemical_C2 +LQ04X020260 Predicted protein 5.305733486 L4_chemical_C3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 8.487267251 C6_control_A1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 6.477632976 C6_control_A3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.12565329 C6_control_B1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 11.00098549 C6_control_B2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 9.829942237 C6_control_B3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 11.14341696 C6_control_C1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.643172 C6_control_C2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 8.193322579 C6_control_C3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 9.499134818 C6_chemical_A1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 7.264228192 C6_chemical_A3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.41743969 C6_chemical_B1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.51573323 C6_chemical_B2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 8.300462002 C6_chemical_B3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 11.86624842 C6_chemical_C1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.89504824 C6_chemical_C2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 8.686219322 C6_chemical_C3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 8.39180355 L4_control_A1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 8.473856341 L4_control_A2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 6.016141936 L4_control_A3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.70218222 L4_control_B1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.06090757 L4_control_B2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 8.479121824 L4_control_B3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 9.487903838 L4_control_C2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 7.785659217 L4_control_C3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 11.14999195 L4_chemical_A1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.08920606 L4_chemical_A2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 7.242214816 L4_chemical_A3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.59628111 L4_chemical_B1 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.38329153 L4_chemical_B2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 8.424929259 L4_chemical_B3 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 10.04176473 L4_chemical_C2 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 7.798184183 L4_chemical_C3 +LQ04X020290 Probable receptor protein kinase TMK1 12.37964544 C6_control_A1 +LQ04X020290 Probable receptor protein kinase TMK1 12.31257242 C6_control_A3 +LQ04X020290 Probable receptor protein kinase TMK1 12.28837836 C6_control_B1 +LQ04X020290 Probable receptor protein kinase TMK1 11.68283227 C6_control_B2 +LQ04X020290 Probable receptor protein kinase TMK1 12.52540363 C6_control_B3 +LQ04X020290 Probable receptor protein kinase TMK1 10.91999928 C6_control_C1 +LQ04X020290 Probable receptor protein kinase TMK1 11.00632697 C6_control_C2 +LQ04X020290 Probable receptor protein kinase TMK1 11.24568282 C6_control_C3 +LQ04X020290 Probable receptor protein kinase TMK1 12.10502989 C6_chemical_A1 +LQ04X020290 Probable receptor protein kinase TMK1 12.20208538 C6_chemical_A3 +LQ04X020290 Probable receptor protein kinase TMK1 12.05660221 C6_chemical_B1 +LQ04X020290 Probable receptor protein kinase TMK1 11.39724704 C6_chemical_B2 +LQ04X020290 Probable receptor protein kinase TMK1 11.9564372 C6_chemical_B3 +LQ04X020290 Probable receptor protein kinase TMK1 11.02271069 C6_chemical_C1 +LQ04X020290 Probable receptor protein kinase TMK1 10.91333756 C6_chemical_C2 +LQ04X020290 Probable receptor protein kinase TMK1 11.07682866 C6_chemical_C3 +LQ04X020290 Probable receptor protein kinase TMK1 12.46473249 L4_control_A1 +LQ04X020290 Probable receptor protein kinase TMK1 12.66522372 L4_control_A2 +LQ04X020290 Probable receptor protein kinase TMK1 12.74607557 L4_control_A3 +LQ04X020290 Probable receptor protein kinase TMK1 12.39533109 L4_control_B1 +LQ04X020290 Probable receptor protein kinase TMK1 12.87007472 L4_control_B2 +LQ04X020290 Probable receptor protein kinase TMK1 11.85080735 L4_control_B3 +LQ04X020290 Probable receptor protein kinase TMK1 11.8278061 L4_control_C2 +LQ04X020290 Probable receptor protein kinase TMK1 11.99096526 L4_control_C3 +LQ04X020290 Probable receptor protein kinase TMK1 12.00310689 L4_chemical_A1 +LQ04X020290 Probable receptor protein kinase TMK1 12.08781423 L4_chemical_A2 +LQ04X020290 Probable receptor protein kinase TMK1 12.51993007 L4_chemical_A3 +LQ04X020290 Probable receptor protein kinase TMK1 12.04350009 L4_chemical_B1 +LQ04X020290 Probable receptor protein kinase TMK1 12.1891993 L4_chemical_B2 +LQ04X020290 Probable receptor protein kinase TMK1 12.60289752 L4_chemical_B3 +LQ04X020290 Probable receptor protein kinase TMK1 12.03129918 L4_chemical_C2 +LQ04X020290 Probable receptor protein kinase TMK1 11.84193754 L4_chemical_C3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.369350191 C6_control_A1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.311967001 C6_control_A3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.082764161 C6_control_B1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.431604465 C6_control_B2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.936477281 C6_control_B3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 4.943095302 C6_control_C1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.342051779 C6_control_C2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.451317367 C6_control_C3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.358920364 C6_chemical_A1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.184169263 C6_chemical_A3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.463080387 C6_chemical_B1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.347493835 C6_chemical_B2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.20743787 C6_chemical_B3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.445467052 C6_chemical_C1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.393427475 C6_chemical_C2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 6.299242786 C6_chemical_C3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.374498294 L4_control_A1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.525458686 L4_control_A2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.016906654 L4_control_A3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.08253874 L4_control_B1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.731934791 L4_control_B2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.619317011 L4_control_B3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.735190312 L4_control_C2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 6.11224541 L4_control_C3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.428802778 L4_chemical_A1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.362193728 L4_chemical_A2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.1399007 L4_chemical_A3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 4.97157319 L4_chemical_B1 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.668778709 L4_chemical_B2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.200185227 L4_chemical_B3 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.323762577 L4_chemical_C2 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.89926539 L4_chemical_C3 +LQ04X020340 Putative selenium-binding protein 12.83520016 C6_control_A1 +LQ04X020340 Putative selenium-binding protein 12.73200692 C6_control_A3 +LQ04X020340 Putative selenium-binding protein 13.10009544 C6_control_B1 +LQ04X020340 Putative selenium-binding protein 12.90792445 C6_control_B2 +LQ04X020340 Putative selenium-binding protein 12.99119711 C6_control_B3 +LQ04X020340 Putative selenium-binding protein 14.11588629 C6_control_C1 +LQ04X020340 Putative selenium-binding protein 13.98221353 C6_control_C2 +LQ04X020340 Putative selenium-binding protein 14.23978938 C6_control_C3 +LQ04X020340 Putative selenium-binding protein 12.9826356 C6_chemical_A1 +LQ04X020340 Putative selenium-binding protein 13.33327198 C6_chemical_A3 +LQ04X020340 Putative selenium-binding protein 13.18715195 C6_chemical_B1 +LQ04X020340 Putative selenium-binding protein 12.85273084 C6_chemical_B2 +LQ04X020340 Putative selenium-binding protein 13.16732358 C6_chemical_B3 +LQ04X020340 Putative selenium-binding protein 14.63450809 C6_chemical_C1 +LQ04X020340 Putative selenium-binding protein 14.5490918 C6_chemical_C2 +LQ04X020340 Putative selenium-binding protein 14.34165339 C6_chemical_C3 +LQ04X020340 Putative selenium-binding protein 12.24003346 L4_control_A1 +LQ04X020340 Putative selenium-binding protein 12.75300005 L4_control_A2 +LQ04X020340 Putative selenium-binding protein 12.77628237 L4_control_A3 +LQ04X020340 Putative selenium-binding protein 12.83823919 L4_control_B1 +LQ04X020340 Putative selenium-binding protein 12.93358731 L4_control_B2 +LQ04X020340 Putative selenium-binding protein 13.01999413 L4_control_B3 +LQ04X020340 Putative selenium-binding protein 14.18094021 L4_control_C2 +LQ04X020340 Putative selenium-binding protein 14.13028019 L4_control_C3 +LQ04X020340 Putative selenium-binding protein 13.19317647 L4_chemical_A1 +LQ04X020340 Putative selenium-binding protein 13.74844781 L4_chemical_A2 +LQ04X020340 Putative selenium-binding protein 12.93575562 L4_chemical_A3 +LQ04X020340 Putative selenium-binding protein 13.33479307 L4_chemical_B1 +LQ04X020340 Putative selenium-binding protein 13.1991166 L4_chemical_B2 +LQ04X020340 Putative selenium-binding protein 12.98021727 L4_chemical_B3 +LQ04X020340 Putative selenium-binding protein 14.4776759 L4_chemical_C2 +LQ04X020340 Putative selenium-binding protein 14.17036495 L4_chemical_C3 +LQ04X020450 RALFL33, putative 13.46858316 C6_control_A1 +LQ04X020450 RALFL33, putative 13.39209563 C6_control_A3 +LQ04X020450 RALFL33, putative 13.48676995 C6_control_B1 +LQ04X020450 RALFL33, putative 14.05827625 C6_control_B2 +LQ04X020450 RALFL33, putative 13.73923912 C6_control_B3 +LQ04X020450 RALFL33, putative 12.86686321 C6_control_C1 +LQ04X020450 RALFL33, putative 12.95721361 C6_control_C2 +LQ04X020450 RALFL33, putative 12.83754076 C6_control_C3 +LQ04X020450 RALFL33, putative 13.41602032 C6_chemical_A1 +LQ04X020450 RALFL33, putative 13.0366588 C6_chemical_A3 +LQ04X020450 RALFL33, putative 13.51863232 C6_chemical_B1 +LQ04X020450 RALFL33, putative 14.18919918 C6_chemical_B2 +LQ04X020450 RALFL33, putative 13.33897632 C6_chemical_B3 +LQ04X020450 RALFL33, putative 12.84802786 C6_chemical_C1 +LQ04X020450 RALFL33, putative 12.58029408 C6_chemical_C2 +LQ04X020450 RALFL33, putative 12.47561057 C6_chemical_C3 +LQ04X020450 RALFL33, putative 13.1696905 L4_control_A1 +LQ04X020450 RALFL33, putative 13.01791187 L4_control_A2 +LQ04X020450 RALFL33, putative 12.56394579 L4_control_A3 +LQ04X020450 RALFL33, putative 13.6386082 L4_control_B1 +LQ04X020450 RALFL33, putative 12.70396899 L4_control_B2 +LQ04X020450 RALFL33, putative 13.59202171 L4_control_B3 +LQ04X020450 RALFL33, putative 11.8909435 L4_control_C2 +LQ04X020450 RALFL33, putative 11.42282528 L4_control_C3 +LQ04X020450 RALFL33, putative 12.68997702 L4_chemical_A1 +LQ04X020450 RALFL33, putative 12.63096416 L4_chemical_A2 +LQ04X020450 RALFL33, putative 12.60431556 L4_chemical_A3 +LQ04X020450 RALFL33, putative 12.79478286 L4_chemical_B1 +LQ04X020450 RALFL33, putative 13.43746174 L4_chemical_B2 +LQ04X020450 RALFL33, putative 13.20043299 L4_chemical_B3 +LQ04X020450 RALFL33, putative 12.29064991 L4_chemical_C2 +LQ04X020450 RALFL33, putative 11.81928441 L4_chemical_C3 +LQ04X020460 Adenosylhomocysteinase 6.084946568 C6_control_A1 +LQ04X020460 Adenosylhomocysteinase 6.474961281 C6_control_A3 +LQ04X020460 Adenosylhomocysteinase 6.336847083 C6_control_B1 +LQ04X020460 Adenosylhomocysteinase 5.718414587 C6_control_B2 +LQ04X020460 Adenosylhomocysteinase 5.70197227 C6_control_B3 +LQ04X020460 Adenosylhomocysteinase 5.875696003 C6_control_C1 +LQ04X020460 Adenosylhomocysteinase 5.724415421 C6_control_C2 +LQ04X020460 Adenosylhomocysteinase 5.479432462 C6_control_C3 +LQ04X020460 Adenosylhomocysteinase 5.626158739 C6_chemical_A1 +LQ04X020460 Adenosylhomocysteinase 5.584972083 C6_chemical_A3 +LQ04X020460 Adenosylhomocysteinase 6.081944108 C6_chemical_B1 +LQ04X020460 Adenosylhomocysteinase 5.831186707 C6_chemical_B2 +LQ04X020460 Adenosylhomocysteinase 6.05545208 C6_chemical_B3 +LQ04X020460 Adenosylhomocysteinase 5.39503507 C6_chemical_C1 +LQ04X020460 Adenosylhomocysteinase 5.334428536 C6_chemical_C2 +LQ04X020460 Adenosylhomocysteinase 5.802862361 C6_chemical_C3 +LQ04X020460 Adenosylhomocysteinase 5.966343834 L4_control_A1 +LQ04X020460 Adenosylhomocysteinase 5.956484808 L4_control_A2 +LQ04X020460 Adenosylhomocysteinase 4.938987677 L4_control_A3 +LQ04X020460 Adenosylhomocysteinase 5.756963322 L4_control_B1 +LQ04X020460 Adenosylhomocysteinase 6.177624642 L4_control_B2 +LQ04X020460 Adenosylhomocysteinase 6.007326175 L4_control_B3 +LQ04X020460 Adenosylhomocysteinase 5.594068795 L4_control_C2 +LQ04X020460 Adenosylhomocysteinase 5.444699902 L4_control_C3 +LQ04X020460 Adenosylhomocysteinase 5.727678696 L4_chemical_A1 +LQ04X020460 Adenosylhomocysteinase 5.630785341 L4_chemical_A2 +LQ04X020460 Adenosylhomocysteinase 5.225038058 L4_chemical_A3 +LQ04X020460 Adenosylhomocysteinase 5.951088975 L4_chemical_B1 +LQ04X020460 Adenosylhomocysteinase 5.60165607 L4_chemical_B2 +LQ04X020460 Adenosylhomocysteinase 5.960257681 L4_chemical_B3 +LQ04X020460 Adenosylhomocysteinase 5.371807668 L4_chemical_C2 +LQ04X020460 Adenosylhomocysteinase 5.785779745 L4_chemical_C3 +LQ04X020470 Serine hydroxymethyltransferase 1 13.61891856 C6_control_A1 +LQ04X020470 Serine hydroxymethyltransferase 1 14.01393832 C6_control_A3 +LQ04X020470 Serine hydroxymethyltransferase 1 13.58948958 C6_control_B1 +LQ04X020470 Serine hydroxymethyltransferase 1 13.94818216 C6_control_B2 +LQ04X020470 Serine hydroxymethyltransferase 1 13.55092132 C6_control_B3 +LQ04X020470 Serine hydroxymethyltransferase 1 12.15143242 C6_control_C1 +LQ04X020470 Serine hydroxymethyltransferase 1 12.18034737 C6_control_C2 +LQ04X020470 Serine hydroxymethyltransferase 1 12.00049296 C6_control_C3 +LQ04X020470 Serine hydroxymethyltransferase 1 13.71598469 C6_chemical_A1 +LQ04X020470 Serine hydroxymethyltransferase 1 13.78927483 C6_chemical_A3 +LQ04X020470 Serine hydroxymethyltransferase 1 13.88993416 C6_chemical_B1 +LQ04X020470 Serine hydroxymethyltransferase 1 13.73736907 C6_chemical_B2 +LQ04X020470 Serine hydroxymethyltransferase 1 13.80597559 C6_chemical_B3 +LQ04X020470 Serine hydroxymethyltransferase 1 12.19137715 C6_chemical_C1 +LQ04X020470 Serine hydroxymethyltransferase 1 11.98124934 C6_chemical_C2 +LQ04X020470 Serine hydroxymethyltransferase 1 11.6524756 C6_chemical_C3 +LQ04X020470 Serine hydroxymethyltransferase 1 13.95461536 L4_control_A1 +LQ04X020470 Serine hydroxymethyltransferase 1 13.64385201 L4_control_A2 +LQ04X020470 Serine hydroxymethyltransferase 1 13.96804117 L4_control_A3 +LQ04X020470 Serine hydroxymethyltransferase 1 13.90955805 L4_control_B1 +LQ04X020470 Serine hydroxymethyltransferase 1 14.07590447 L4_control_B2 +LQ04X020470 Serine hydroxymethyltransferase 1 14.72470417 L4_control_B3 +LQ04X020470 Serine hydroxymethyltransferase 1 12.57543779 L4_control_C2 +LQ04X020470 Serine hydroxymethyltransferase 1 12.46562855 L4_control_C3 +LQ04X020470 Serine hydroxymethyltransferase 1 12.98716231 L4_chemical_A1 +LQ04X020470 Serine hydroxymethyltransferase 1 13.07947374 L4_chemical_A2 +LQ04X020470 Serine hydroxymethyltransferase 1 13.51689279 L4_chemical_A3 +LQ04X020470 Serine hydroxymethyltransferase 1 13.86368902 L4_chemical_B1 +LQ04X020470 Serine hydroxymethyltransferase 1 13.7740624 L4_chemical_B2 +LQ04X020470 Serine hydroxymethyltransferase 1 13.97068575 L4_chemical_B3 +LQ04X020470 Serine hydroxymethyltransferase 1 12.54890994 L4_chemical_C2 +LQ04X020470 Serine hydroxymethyltransferase 1 12.51565997 L4_chemical_C3 +LQ04X020480 DNA repair protein RAD50 4.8569182 C6_control_A1 +LQ04X020480 DNA repair protein RAD50 4.959027241 C6_control_A3 +LQ04X020480 DNA repair protein RAD50 5.129767676 C6_control_B1 +LQ04X020480 DNA repair protein RAD50 4.93635709 C6_control_B2 +LQ04X020480 DNA repair protein RAD50 4.458992523 C6_control_B3 +LQ04X020480 DNA repair protein RAD50 4.629776706 C6_control_C1 +LQ04X020480 DNA repair protein RAD50 4.648956046 C6_control_C2 +LQ04X020480 DNA repair protein RAD50 4.899688002 C6_control_C3 +LQ04X020480 DNA repair protein RAD50 4.954625774 C6_chemical_A1 +LQ04X020480 DNA repair protein RAD50 4.901181254 C6_chemical_A3 +LQ04X020480 DNA repair protein RAD50 5.003702275 C6_chemical_B1 +LQ04X020480 DNA repair protein RAD50 4.605316945 C6_chemical_B2 +LQ04X020480 DNA repair protein RAD50 5.093579621 C6_chemical_B3 +LQ04X020480 DNA repair protein RAD50 4.724035409 C6_chemical_C1 +LQ04X020480 DNA repair protein RAD50 4.976420835 C6_chemical_C2 +LQ04X020480 DNA repair protein RAD50 4.865281449 C6_chemical_C3 +LQ04X020480 DNA repair protein RAD50 4.61569087 L4_control_A1 +LQ04X020480 DNA repair protein RAD50 4.88855517 L4_control_A2 +LQ04X020480 DNA repair protein RAD50 4.726693426 L4_control_A3 +LQ04X020480 DNA repair protein RAD50 5.113886942 L4_control_B1 +LQ04X020480 DNA repair protein RAD50 5.203029207 L4_control_B2 +LQ04X020480 DNA repair protein RAD50 4.862495296 L4_control_B3 +LQ04X020480 DNA repair protein RAD50 5.152507371 L4_control_C2 +LQ04X020480 DNA repair protein RAD50 4.869023106 L4_control_C3 +LQ04X020480 DNA repair protein RAD50 4.90046066 L4_chemical_A1 +LQ04X020480 DNA repair protein RAD50 4.694898816 L4_chemical_A2 +LQ04X020480 DNA repair protein RAD50 4.902984694 L4_chemical_A3 +LQ04X020480 DNA repair protein RAD50 4.978787989 L4_chemical_B1 +LQ04X020480 DNA repair protein RAD50 5.321482778 L4_chemical_B2 +LQ04X020480 DNA repair protein RAD50 4.79877011 L4_chemical_B3 +LQ04X020480 DNA repair protein RAD50 5.974365896 L4_chemical_C2 +LQ04X020480 DNA repair protein RAD50 5.1789377 L4_chemical_C3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 6.138038529 C6_control_A1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 7.845704788 C6_control_A3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.653193196 C6_control_B1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.650768403 C6_control_B2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.991636547 C6_control_B3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.087131332 C6_control_C1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.698502783 C6_control_C2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.608037884 C6_control_C3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 6.082949506 C6_chemical_A1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 6.125139519 C6_chemical_A3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.655508351 C6_chemical_B1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.713612007 C6_chemical_B2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.193539823 C6_chemical_B3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.28222679 C6_chemical_C1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.589960112 C6_chemical_C2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 4.933961227 C6_chemical_C3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.853308443 L4_control_A1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.660754482 L4_control_A2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 6.15327967 L4_control_A3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.607074527 L4_control_B1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 6.113906902 L4_control_B2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.126693808 L4_control_B3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.460489498 L4_control_C2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.153733997 L4_control_C3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.373191762 L4_chemical_A1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.732679435 L4_chemical_A2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 6.232455318 L4_chemical_A3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.757419434 L4_chemical_B1 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.856204483 L4_chemical_B2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.443534554 L4_chemical_B3 +LQ04X020490 60S ribosomal protein L6, mitochondrial 5.812023499 L4_chemical_C2 +LQ04X020490 60S ribosomal protein L6, mitochondrial 4.894749886 L4_chemical_C3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.08212086 C6_control_A1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.60515075 C6_control_A3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 14.10691477 C6_control_B1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 14.29070427 C6_control_B2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 14.07751264 C6_control_B3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.73072899 C6_control_C1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.2072124 C6_control_C2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.49527173 C6_control_C3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.15454136 C6_chemical_A1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.47556305 C6_chemical_A3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.73507655 C6_chemical_B1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.98544881 C6_chemical_B2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 14.10605855 C6_chemical_B3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.57064218 C6_chemical_C1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.66162899 C6_chemical_C2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.33746122 C6_chemical_C3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.61814977 L4_control_A1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.33756487 L4_control_A2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 11.81055704 L4_control_A3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.67200192 L4_control_B1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.23580929 L4_control_B2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.41479101 L4_control_B3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 11.01976836 L4_control_C2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 11.60942014 L4_control_C3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.00051521 L4_chemical_A1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.53781007 L4_chemical_A2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.42298954 L4_chemical_A3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.57494879 L4_chemical_B1 +LQ04X020510 UDP-glucuronate 4-epimerase 6 12.91199198 L4_chemical_B2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.67644381 L4_chemical_B3 +LQ04X020510 UDP-glucuronate 4-epimerase 6 11.15329304 L4_chemical_C2 +LQ04X020510 UDP-glucuronate 4-epimerase 6 11.85209355 L4_chemical_C3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.42250173 C6_control_A1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 11.80952359 C6_control_A3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.14815614 C6_control_B1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.06706839 C6_control_B2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.15270144 C6_control_B3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 10.19507917 C6_control_C1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 9.980723924 C6_control_C2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 9.596701873 C6_control_C3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.76213724 C6_chemical_A1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.14957207 C6_chemical_A3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.42210567 C6_chemical_B1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.1202068 C6_chemical_B2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.61630928 C6_chemical_B3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 10.41488241 C6_chemical_C1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 10.00654787 C6_chemical_C2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 9.738971702 C6_chemical_C3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.60581432 L4_control_A1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.8881635 L4_control_A2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 13.18637114 L4_control_A3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.61847997 L4_control_B1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 13.43083136 L4_control_B2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 13.24486413 L4_control_B3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 10.87454148 L4_control_C2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 11.82240377 L4_control_C3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.24589385 L4_chemical_A1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.1792594 L4_chemical_A2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.8364468 L4_chemical_A3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.55012874 L4_chemical_B1 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.93428145 L4_chemical_B2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.70082705 L4_chemical_B3 +LQ04X020520 Probable methylenetetrahydrofolate reductase 11.41023052 L4_chemical_C2 +LQ04X020520 Probable methylenetetrahydrofolate reductase 11.56608852 L4_chemical_C3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 14.10380281 C6_control_A1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 14.69916586 C6_control_A3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.76488473 C6_control_B1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.59423488 C6_control_B2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 14.03688504 C6_control_B3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.38171244 C6_control_C1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.70501824 C6_control_C2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 14.39157093 C6_control_C3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.58556525 C6_chemical_A1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.83835566 C6_chemical_A3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 12.92141045 C6_chemical_B1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 12.85716903 C6_chemical_B2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.78645014 C6_chemical_B3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 12.87273362 C6_chemical_C1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.22736554 C6_chemical_C2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.93787913 C6_chemical_C3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 14.08383243 L4_control_A1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.75136549 L4_control_A2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 14.07884679 L4_control_A3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.01405966 L4_control_B1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 12.58703121 L4_control_B2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 14.16530278 L4_control_B3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.81454205 L4_control_C2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.8944351 L4_control_C3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.81675104 L4_chemical_A1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.13406907 L4_chemical_A2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.81936326 L4_chemical_A3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 12.91931641 L4_chemical_B1 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 12.58193882 L4_chemical_B2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.94118071 L4_chemical_B3 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.80652104 L4_chemical_C2 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.68808655 L4_chemical_C3 +LQ04X020540 Predicted protein 8.820910876 C6_control_A1 +LQ04X020540 Predicted protein 8.912983727 C6_control_A3 +LQ04X020540 Predicted protein 8.53668744 C6_control_B1 +LQ04X020540 Predicted protein 8.917622232 C6_control_B2 +LQ04X020540 Predicted protein 8.977426883 C6_control_B3 +LQ04X020540 Predicted protein 10.01020482 C6_control_C1 +LQ04X020540 Predicted protein 10.61889419 C6_control_C2 +LQ04X020540 Predicted protein 10.10203463 C6_control_C3 +LQ04X020540 Predicted protein 9.181500057 C6_chemical_A1 +LQ04X020540 Predicted protein 9.126995416 C6_chemical_A3 +LQ04X020540 Predicted protein 8.671734272 C6_chemical_B1 +LQ04X020540 Predicted protein 9.190404244 C6_chemical_B2 +LQ04X020540 Predicted protein 9.255576228 C6_chemical_B3 +LQ04X020540 Predicted protein 10.55845449 C6_chemical_C1 +LQ04X020540 Predicted protein 10.46530588 C6_chemical_C2 +LQ04X020540 Predicted protein 10.46714628 C6_chemical_C3 +LQ04X020540 Predicted protein 9.015205459 L4_control_A1 +LQ04X020540 Predicted protein 9.833528713 L4_control_A2 +LQ04X020540 Predicted protein 9.290573851 L4_control_A3 +LQ04X020540 Predicted protein 9.256449374 L4_control_B1 +LQ04X020540 Predicted protein 9.414999578 L4_control_B2 +LQ04X020540 Predicted protein 9.588607525 L4_control_B3 +LQ04X020540 Predicted protein 10.07227401 L4_control_C2 +LQ04X020540 Predicted protein 9.362575062 L4_control_C3 +LQ04X020540 Predicted protein 9.47532032 L4_chemical_A1 +LQ04X020540 Predicted protein 10.16097203 L4_chemical_A2 +LQ04X020540 Predicted protein 9.312729347 L4_chemical_A3 +LQ04X020540 Predicted protein 9.306354632 L4_chemical_B1 +LQ04X020540 Predicted protein 9.16562789 L4_chemical_B2 +LQ04X020540 Predicted protein 9.283681911 L4_chemical_B3 +LQ04X020540 Predicted protein 9.967733449 L4_chemical_C2 +LQ04X020540 Predicted protein 9.562619872 L4_chemical_C3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.22875281 C6_control_A1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.23111118 C6_control_A3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.39110622 C6_control_B1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.33186386 C6_control_B2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.46775786 C6_control_B3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 15.11930653 C6_control_C1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 15.15355063 C6_control_C2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 15.12163831 C6_control_C3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.28664951 C6_chemical_A1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.32468923 C6_chemical_A3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.48573884 C6_chemical_B1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.57626568 C6_chemical_B2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.79837578 C6_chemical_B3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.74272793 C6_chemical_C1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 15.05388352 C6_chemical_C2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 15.27877765 C6_chemical_C3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.07547616 L4_control_A1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.0531638 L4_control_A2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 13.83457319 L4_control_A3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.52588833 L4_control_B1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.14098014 L4_control_B2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.95113646 L4_control_B3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 15.1827274 L4_control_C2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.96773431 L4_control_C3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.48658136 L4_chemical_A1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.47154464 L4_chemical_A2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 13.96133575 L4_chemical_A3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.29142257 L4_chemical_B1 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.62657387 L4_chemical_B2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.5031319 L4_chemical_B3 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 15.10454568 L4_chemical_C2 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 15.10158465 L4_chemical_C3 +LQ04X020680 Putative F-box protein At4g12560 10.30031967 C6_control_A1 +LQ04X020680 Putative F-box protein At4g12560 10.35943433 C6_control_A3 +LQ04X020680 Putative F-box protein At4g12560 10.51935645 C6_control_B1 +LQ04X020680 Putative F-box protein At4g12560 10.37568148 C6_control_B2 +LQ04X020680 Putative F-box protein At4g12560 10.51165557 C6_control_B3 +LQ04X020680 Putative F-box protein At4g12560 10.53400106 C6_control_C1 +LQ04X020680 Putative F-box protein At4g12560 10.9657141 C6_control_C2 +LQ04X020680 Putative F-box protein At4g12560 10.62634442 C6_control_C3 +LQ04X020680 Putative F-box protein At4g12560 10.38508998 C6_chemical_A1 +LQ04X020680 Putative F-box protein At4g12560 10.47183663 C6_chemical_A3 +LQ04X020680 Putative F-box protein At4g12560 10.52068053 C6_chemical_B1 +LQ04X020680 Putative F-box protein At4g12560 10.35766761 C6_chemical_B2 +LQ04X020680 Putative F-box protein At4g12560 10.36689421 C6_chemical_B3 +LQ04X020680 Putative F-box protein At4g12560 10.34991015 C6_chemical_C1 +LQ04X020680 Putative F-box protein At4g12560 10.92821576 C6_chemical_C2 +LQ04X020680 Putative F-box protein At4g12560 10.62333968 C6_chemical_C3 +LQ04X020680 Putative F-box protein At4g12560 10.59711345 L4_control_A1 +LQ04X020680 Putative F-box protein At4g12560 10.69931883 L4_control_A2 +LQ04X020680 Putative F-box protein At4g12560 10.64459569 L4_control_A3 +LQ04X020680 Putative F-box protein At4g12560 10.86594992 L4_control_B1 +LQ04X020680 Putative F-box protein At4g12560 10.89624919 L4_control_B2 +LQ04X020680 Putative F-box protein At4g12560 10.67333463 L4_control_B3 +LQ04X020680 Putative F-box protein At4g12560 10.70495867 L4_control_C2 +LQ04X020680 Putative F-box protein At4g12560 11.60246495 L4_control_C3 +LQ04X020680 Putative F-box protein At4g12560 11.15815889 L4_chemical_A1 +LQ04X020680 Putative F-box protein At4g12560 11.20840785 L4_chemical_A2 +LQ04X020680 Putative F-box protein At4g12560 10.67128787 L4_chemical_A3 +LQ04X020680 Putative F-box protein At4g12560 10.77013626 L4_chemical_B1 +LQ04X020680 Putative F-box protein At4g12560 10.99314806 L4_chemical_B2 +LQ04X020680 Putative F-box protein At4g12560 10.56328046 L4_chemical_B3 +LQ04X020680 Putative F-box protein At4g12560 11.05046764 L4_chemical_C2 +LQ04X020680 Putative F-box protein At4g12560 11.50245979 L4_chemical_C3 +LQ04X020730 Predicted protein 10.0632262 C6_control_A1 +LQ04X020730 Predicted protein 10.49707181 C6_control_A3 +LQ04X020730 Predicted protein 9.762712506 C6_control_B1 +LQ04X020730 Predicted protein 9.725312393 C6_control_B2 +LQ04X020730 Predicted protein 9.534292944 C6_control_B3 +LQ04X020730 Predicted protein 9.947478761 C6_control_C1 +LQ04X020730 Predicted protein 10.05101147 C6_control_C2 +LQ04X020730 Predicted protein 9.734647508 C6_control_C3 +LQ04X020730 Predicted protein 9.636886835 C6_chemical_A1 +LQ04X020730 Predicted protein 10.38662781 C6_chemical_A3 +LQ04X020730 Predicted protein 9.630508956 C6_chemical_B1 +LQ04X020730 Predicted protein 9.904164245 C6_chemical_B2 +LQ04X020730 Predicted protein 9.151621255 C6_chemical_B3 +LQ04X020730 Predicted protein 9.827885902 C6_chemical_C1 +LQ04X020730 Predicted protein 9.827147081 C6_chemical_C2 +LQ04X020730 Predicted protein 9.719868217 C6_chemical_C3 +LQ04X020730 Predicted protein 10.14757702 L4_control_A1 +LQ04X020730 Predicted protein 10.04874406 L4_control_A2 +LQ04X020730 Predicted protein 10.0456895 L4_control_A3 +LQ04X020730 Predicted protein 10.28385683 L4_control_B1 +LQ04X020730 Predicted protein 10.09354774 L4_control_B2 +LQ04X020730 Predicted protein 10.36783386 L4_control_B3 +LQ04X020730 Predicted protein 10.27874091 L4_control_C2 +LQ04X020730 Predicted protein 10.66199735 L4_control_C3 +LQ04X020730 Predicted protein 9.522468336 L4_chemical_A1 +LQ04X020730 Predicted protein 9.19483812 L4_chemical_A2 +LQ04X020730 Predicted protein 9.716369908 L4_chemical_A3 +LQ04X020730 Predicted protein 9.92510273 L4_chemical_B1 +LQ04X020730 Predicted protein 9.590895886 L4_chemical_B2 +LQ04X020730 Predicted protein 10.04758027 L4_chemical_B3 +LQ04X020730 Predicted protein 10.36832308 L4_chemical_C2 +LQ04X020730 Predicted protein 10.75946469 L4_chemical_C3 +LQ04X020740 Beta-galactosidase 9 9.259201151 C6_control_A1 +LQ04X020740 Beta-galactosidase 9 8.311737903 C6_control_A3 +LQ04X020740 Beta-galactosidase 9 9.726175392 C6_control_B1 +LQ04X020740 Beta-galactosidase 9 10.18393504 C6_control_B2 +LQ04X020740 Beta-galactosidase 9 10.14464178 C6_control_B3 +LQ04X020740 Beta-galactosidase 9 10.41677659 C6_control_C1 +LQ04X020740 Beta-galactosidase 9 10.37660223 C6_control_C2 +LQ04X020740 Beta-galactosidase 9 10.44227013 C6_control_C3 +LQ04X020740 Beta-galactosidase 9 9.192409424 C6_chemical_A1 +LQ04X020740 Beta-galactosidase 9 9.034707618 C6_chemical_A3 +LQ04X020740 Beta-galactosidase 9 9.933279377 C6_chemical_B1 +LQ04X020740 Beta-galactosidase 9 10.31993803 C6_chemical_B2 +LQ04X020740 Beta-galactosidase 9 10.42978359 C6_chemical_B3 +LQ04X020740 Beta-galactosidase 9 10.43182115 C6_chemical_C1 +LQ04X020740 Beta-galactosidase 9 10.21125838 C6_chemical_C2 +LQ04X020740 Beta-galactosidase 9 10.37549201 C6_chemical_C3 +LQ04X020740 Beta-galactosidase 9 9.6862208 L4_control_A1 +LQ04X020740 Beta-galactosidase 9 10.50133232 L4_control_A2 +LQ04X020740 Beta-galactosidase 9 10.29441302 L4_control_A3 +LQ04X020740 Beta-galactosidase 9 10.54142672 L4_control_B1 +LQ04X020740 Beta-galactosidase 9 10.53802707 L4_control_B2 +LQ04X020740 Beta-galactosidase 9 11.79646896 L4_control_B3 +LQ04X020740 Beta-galactosidase 9 10.96481792 L4_control_C2 +LQ04X020740 Beta-galactosidase 9 11.2596666 L4_control_C3 +LQ04X020740 Beta-galactosidase 9 10.09761038 L4_chemical_A1 +LQ04X020740 Beta-galactosidase 9 10.80208176 L4_chemical_A2 +LQ04X020740 Beta-galactosidase 9 9.928241718 L4_chemical_A3 +LQ04X020740 Beta-galactosidase 9 10.27844199 L4_chemical_B1 +LQ04X020740 Beta-galactosidase 9 10.31801317 L4_chemical_B2 +LQ04X020740 Beta-galactosidase 9 10.81030431 L4_chemical_B3 +LQ04X020740 Beta-galactosidase 9 11.14795059 L4_chemical_C2 +LQ04X020740 Beta-galactosidase 9 11.44129519 L4_chemical_C3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.66254701 C6_control_A1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.42150091 C6_control_A3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.23561565 C6_control_B1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.11051743 C6_control_B2 +LQ04X020790 Probable methionyl-tRNA synthetase 12.12566015 C6_control_B3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.68575385 C6_control_C1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.39079475 C6_control_C2 +LQ04X020790 Probable methionyl-tRNA synthetase 11.94578279 C6_control_C3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.68227125 C6_chemical_A1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.60830138 C6_chemical_A3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.1060932 C6_chemical_B1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.06249924 C6_chemical_B2 +LQ04X020790 Probable methionyl-tRNA synthetase 12.40346354 C6_chemical_B3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.8140777 C6_chemical_C1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.26428523 C6_chemical_C2 +LQ04X020790 Probable methionyl-tRNA synthetase 12.0355753 C6_chemical_C3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.72794112 L4_control_A1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.76759911 L4_control_A2 +LQ04X020790 Probable methionyl-tRNA synthetase 12.58154525 L4_control_A3 +LQ04X020790 Probable methionyl-tRNA synthetase 11.91155792 L4_control_B1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.64229134 L4_control_B2 +LQ04X020790 Probable methionyl-tRNA synthetase 12.20963141 L4_control_B3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.24262223 L4_control_C2 +LQ04X020790 Probable methionyl-tRNA synthetase 12.04170259 L4_control_C3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.70080634 L4_chemical_A1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.40136951 L4_chemical_A2 +LQ04X020790 Probable methionyl-tRNA synthetase 12.27574518 L4_chemical_A3 +LQ04X020790 Probable methionyl-tRNA synthetase 11.88888387 L4_chemical_B1 +LQ04X020790 Probable methionyl-tRNA synthetase 12.16117994 L4_chemical_B2 +LQ04X020790 Probable methionyl-tRNA synthetase 11.92114131 L4_chemical_B3 +LQ04X020790 Probable methionyl-tRNA synthetase 12.14883135 L4_chemical_C2 +LQ04X020790 Probable methionyl-tRNA synthetase 12.139168 L4_chemical_C3 +LQ04X020800 Putative Alkaline ceramidase 3 4.979614843 C6_control_A1 +LQ04X020800 Putative Alkaline ceramidase 3 4.898873157 C6_control_A3 +LQ04X020800 Putative Alkaline ceramidase 3 4.834546665 C6_control_B1 +LQ04X020800 Putative Alkaline ceramidase 3 5.097725485 C6_control_B2 +LQ04X020800 Putative Alkaline ceramidase 3 5.114056331 C6_control_B3 +LQ04X020800 Putative Alkaline ceramidase 3 4.928529801 C6_control_C1 +LQ04X020800 Putative Alkaline ceramidase 3 4.868836113 C6_control_C2 +LQ04X020800 Putative Alkaline ceramidase 3 4.851521722 C6_control_C3 +LQ04X020800 Putative Alkaline ceramidase 3 5.000635501 C6_chemical_A1 +LQ04X020800 Putative Alkaline ceramidase 3 5.059094799 C6_chemical_A3 +LQ04X020800 Putative Alkaline ceramidase 3 4.546923161 C6_chemical_B1 +LQ04X020800 Putative Alkaline ceramidase 3 5.11170188 C6_chemical_B2 +LQ04X020800 Putative Alkaline ceramidase 3 4.641076565 C6_chemical_B3 +LQ04X020800 Putative Alkaline ceramidase 3 4.728545298 C6_chemical_C1 +LQ04X020800 Putative Alkaline ceramidase 3 4.796659309 C6_chemical_C2 +LQ04X020800 Putative Alkaline ceramidase 3 4.824490041 C6_chemical_C3 +LQ04X020800 Putative Alkaline ceramidase 3 5.009734715 L4_control_A1 +LQ04X020800 Putative Alkaline ceramidase 3 5.02016251 L4_control_A2 +LQ04X020800 Putative Alkaline ceramidase 3 5.209042966 L4_control_A3 +LQ04X020800 Putative Alkaline ceramidase 3 4.979191863 L4_control_B1 +LQ04X020800 Putative Alkaline ceramidase 3 5.174017425 L4_control_B2 +LQ04X020800 Putative Alkaline ceramidase 3 4.649995198 L4_control_B3 +LQ04X020800 Putative Alkaline ceramidase 3 5.058219263 L4_control_C2 +LQ04X020800 Putative Alkaline ceramidase 3 4.736438632 L4_control_C3 +LQ04X020800 Putative Alkaline ceramidase 3 4.644144434 L4_chemical_A1 +LQ04X020800 Putative Alkaline ceramidase 3 4.862192045 L4_chemical_A2 +LQ04X020800 Putative Alkaline ceramidase 3 5.270797813 L4_chemical_A3 +LQ04X020800 Putative Alkaline ceramidase 3 4.786944971 L4_chemical_B1 +LQ04X020800 Putative Alkaline ceramidase 3 5.108089085 L4_chemical_B2 +LQ04X020800 Putative Alkaline ceramidase 3 5.263074955 L4_chemical_B3 +LQ04X020800 Putative Alkaline ceramidase 3 4.901098394 L4_chemical_C2 +LQ04X020800 Putative Alkaline ceramidase 3 4.970012791 L4_chemical_C3 +LQ04X020810 Predicted protein 6.352348123 C6_control_A1 +LQ04X020810 Predicted protein 6.366794102 C6_control_A3 +LQ04X020810 Predicted protein 5.818326255 C6_control_B1 +LQ04X020810 Predicted protein 5.775948604 C6_control_B2 +LQ04X020810 Predicted protein 6.387182896 C6_control_B3 +LQ04X020810 Predicted protein 5.405224313 C6_control_C1 +LQ04X020810 Predicted protein 5.86813493 C6_control_C2 +LQ04X020810 Predicted protein 6.326906124 C6_control_C3 +LQ04X020810 Predicted protein 6.708363683 C6_chemical_A1 +LQ04X020810 Predicted protein 5.615767537 C6_chemical_A3 +LQ04X020810 Predicted protein 6.261347801 C6_chemical_B1 +LQ04X020810 Predicted protein 5.481778811 C6_chemical_B2 +LQ04X020810 Predicted protein 6.108878728 C6_chemical_B3 +LQ04X020810 Predicted protein 5.529538048 C6_chemical_C1 +LQ04X020810 Predicted protein 5.525191393 C6_chemical_C2 +LQ04X020810 Predicted protein 5.745531323 C6_chemical_C3 +LQ04X020810 Predicted protein 6.259331138 L4_control_A1 +LQ04X020810 Predicted protein 7.140370635 L4_control_A2 +LQ04X020810 Predicted protein 7.234181743 L4_control_A3 +LQ04X020810 Predicted protein 6.45748274 L4_control_B1 +LQ04X020810 Predicted protein 6.349850697 L4_control_B2 +LQ04X020810 Predicted protein 6.422536254 L4_control_B3 +LQ04X020810 Predicted protein 6.076438868 L4_control_C2 +LQ04X020810 Predicted protein 5.681512057 L4_control_C3 +LQ04X020810 Predicted protein 5.913096158 L4_chemical_A1 +LQ04X020810 Predicted protein 6.640570259 L4_chemical_A2 +LQ04X020810 Predicted protein 6.552708503 L4_chemical_A3 +LQ04X020810 Predicted protein 6.382633528 L4_chemical_B1 +LQ04X020810 Predicted protein 6.437849604 L4_chemical_B2 +LQ04X020810 Predicted protein 5.994557595 L4_chemical_B3 +LQ04X020810 Predicted protein 6.212612391 L4_chemical_C2 +LQ04X020810 Predicted protein 5.318456259 L4_chemical_C3 +LQ04X020820 Predicted protein 5.297644914 C6_control_A1 +LQ04X020820 Predicted protein 5.506871661 C6_control_A3 +LQ04X020820 Predicted protein 5.251380328 C6_control_B1 +LQ04X020820 Predicted protein 5.79147886 C6_control_B2 +LQ04X020820 Predicted protein 5.487035166 C6_control_B3 +LQ04X020820 Predicted protein 5.230180566 C6_control_C1 +LQ04X020820 Predicted protein 5.673849705 C6_control_C2 +LQ04X020820 Predicted protein 5.589479819 C6_control_C3 +LQ04X020820 Predicted protein 5.61260129 C6_chemical_A1 +LQ04X020820 Predicted protein 5.410434818 C6_chemical_A3 +LQ04X020820 Predicted protein 5.450226913 C6_chemical_B1 +LQ04X020820 Predicted protein 5.546370942 C6_chemical_B2 +LQ04X020820 Predicted protein 5.567637843 C6_chemical_B3 +LQ04X020820 Predicted protein 5.345089096 C6_chemical_C1 +LQ04X020820 Predicted protein 5.793399371 C6_chemical_C2 +LQ04X020820 Predicted protein 5.625938706 C6_chemical_C3 +LQ04X020820 Predicted protein 5.510310923 L4_control_A1 +LQ04X020820 Predicted protein 5.69548642 L4_control_A2 +LQ04X020820 Predicted protein 6.547606759 L4_control_A3 +LQ04X020820 Predicted protein 5.503966847 L4_control_B1 +LQ04X020820 Predicted protein 5.484543492 L4_control_B2 +LQ04X020820 Predicted protein 5.536908619 L4_control_B3 +LQ04X020820 Predicted protein 5.757326852 L4_control_C2 +LQ04X020820 Predicted protein 5.411565342 L4_control_C3 +LQ04X020820 Predicted protein 5.657051647 L4_chemical_A1 +LQ04X020820 Predicted protein 5.641331924 L4_chemical_A2 +LQ04X020820 Predicted protein 6.733599925 L4_chemical_A3 +LQ04X020820 Predicted protein 5.635830495 L4_chemical_B1 +LQ04X020820 Predicted protein 6.062597587 L4_chemical_B2 +LQ04X020820 Predicted protein 5.24874248 L4_chemical_B3 +LQ04X020820 Predicted protein 5.314093798 L4_chemical_C2 +LQ04X020820 Predicted protein 5.257021626 L4_chemical_C3 +LQ04X020870 Thaumatin-like protein 1 7.912232757 C6_control_A1 +LQ04X020870 Thaumatin-like protein 1 8.180970126 C6_control_A3 +LQ04X020870 Thaumatin-like protein 1 7.437067021 C6_control_B1 +LQ04X020870 Thaumatin-like protein 1 7.436538798 C6_control_B2 +LQ04X020870 Thaumatin-like protein 1 6.932234754 C6_control_B3 +LQ04X020870 Thaumatin-like protein 1 6.602075867 C6_control_C1 +LQ04X020870 Thaumatin-like protein 1 6.009814987 C6_control_C2 +LQ04X020870 Thaumatin-like protein 1 6.483572319 C6_control_C3 +LQ04X020870 Thaumatin-like protein 1 8.126927791 C6_chemical_A1 +LQ04X020870 Thaumatin-like protein 1 8.150107989 C6_chemical_A3 +LQ04X020870 Thaumatin-like protein 1 6.185864568 C6_chemical_B1 +LQ04X020870 Thaumatin-like protein 1 7.159718537 C6_chemical_B2 +LQ04X020870 Thaumatin-like protein 1 7.048297837 C6_chemical_B3 +LQ04X020870 Thaumatin-like protein 1 6.641312108 C6_chemical_C1 +LQ04X020870 Thaumatin-like protein 1 6.628066756 C6_chemical_C2 +LQ04X020870 Thaumatin-like protein 1 5.977968333 C6_chemical_C3 +LQ04X020870 Thaumatin-like protein 1 7.75727789 L4_control_A1 +LQ04X020870 Thaumatin-like protein 1 8.014375245 L4_control_A2 +LQ04X020870 Thaumatin-like protein 1 8.56492509 L4_control_A3 +LQ04X020870 Thaumatin-like protein 1 5.800385093 L4_control_B1 +LQ04X020870 Thaumatin-like protein 1 7.039866151 L4_control_B2 +LQ04X020870 Thaumatin-like protein 1 6.165385555 L4_control_B3 +LQ04X020870 Thaumatin-like protein 1 6.389558152 L4_control_C2 +LQ04X020870 Thaumatin-like protein 1 5.108336897 L4_control_C3 +LQ04X020870 Thaumatin-like protein 1 7.79896971 L4_chemical_A1 +LQ04X020870 Thaumatin-like protein 1 7.730920367 L4_chemical_A2 +LQ04X020870 Thaumatin-like protein 1 8.57698166 L4_chemical_A3 +LQ04X020870 Thaumatin-like protein 1 6.188958196 L4_chemical_B1 +LQ04X020870 Thaumatin-like protein 1 6.063690809 L4_chemical_B2 +LQ04X020870 Thaumatin-like protein 1 6.582403309 L4_chemical_B3 +LQ04X020870 Thaumatin-like protein 1 5.887792338 L4_chemical_C2 +LQ04X020870 Thaumatin-like protein 1 5.156102358 L4_chemical_C3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.62654406 C6_control_A1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.87363137 C6_control_A3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.38516553 C6_control_B1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.27446658 C6_control_B2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.21126738 C6_control_B3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.65207816 C6_control_C1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.56196084 C6_control_C2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.85483687 C6_control_C3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.23088053 C6_chemical_A1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.24934331 C6_chemical_A3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.76627058 C6_chemical_B1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.05548221 C6_chemical_B2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.50356759 C6_chemical_B3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.48735621 C6_chemical_C1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.69826934 C6_chemical_C2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.27598525 C6_chemical_C3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.23205141 L4_control_A1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.5271407 L4_control_A2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.74387788 L4_control_A3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.27398128 L4_control_B1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.02894265 L4_control_B2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.2592145 L4_control_B3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.63801723 L4_control_C2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.23795634 L4_control_C3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.99434774 L4_chemical_A1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.93630259 L4_chemical_A2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.50350718 L4_chemical_A3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.21381686 L4_chemical_B1 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.34292447 L4_chemical_B2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.44934312 L4_chemical_B3 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.74065423 L4_chemical_C2 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 10.7849498 L4_chemical_C3 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.51468918 C6_control_A1 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.94181958 C6_control_A3 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.18296536 C6_control_B1 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.17945926 C6_control_B2 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.3412197 C6_control_B3 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.23292407 C6_control_C1 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.4517668 C6_control_C2 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.30630015 C6_control_C3 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.35380398 C6_chemical_A1 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.02448764 C6_chemical_A3 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.01471699 C6_chemical_B1 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.26515631 C6_chemical_B2 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.29484691 C6_chemical_B3 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.32393069 C6_chemical_C1 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.43255411 C6_chemical_C2 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.59553119 C6_chemical_C3 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.01442097 L4_control_A1 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.55462178 L4_control_A2 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.33194633 L4_control_A3 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.73421945 L4_control_B1 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.96649247 L4_control_B2 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.57077673 L4_control_B3 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.44346595 L4_control_C2 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.67641765 L4_control_C3 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.48400423 L4_chemical_A1 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.71597479 L4_chemical_A2 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.34020416 L4_chemical_A3 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.3956454 L4_chemical_B1 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.04029439 L4_chemical_B2 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.07831188 L4_chemical_B3 +LQ04X020920 DUF246 domain-containing protein At1g04910 9.79445676 L4_chemical_C2 +LQ04X020920 DUF246 domain-containing protein At1g04910 10.59972366 L4_chemical_C3 +LQ04X020930 Putative TBC1 domain family member 13 11.06978311 C6_control_A1 +LQ04X020930 Putative TBC1 domain family member 13 10.98200423 C6_control_A3 +LQ04X020930 Putative TBC1 domain family member 13 11.25580262 C6_control_B1 +LQ04X020930 Putative TBC1 domain family member 13 10.92535107 C6_control_B2 +LQ04X020930 Putative TBC1 domain family member 13 11.04025819 C6_control_B3 +LQ04X020930 Putative TBC1 domain family member 13 10.89812585 C6_control_C1 +LQ04X020930 Putative TBC1 domain family member 13 10.6404291 C6_control_C2 +LQ04X020930 Putative TBC1 domain family member 13 10.65308841 C6_control_C3 +LQ04X020930 Putative TBC1 domain family member 13 10.83623188 C6_chemical_A1 +LQ04X020930 Putative TBC1 domain family member 13 10.9376127 C6_chemical_A3 +LQ04X020930 Putative TBC1 domain family member 13 11.21226611 C6_chemical_B1 +LQ04X020930 Putative TBC1 domain family member 13 10.85039535 C6_chemical_B2 +LQ04X020930 Putative TBC1 domain family member 13 11.08425891 C6_chemical_B3 +LQ04X020930 Putative TBC1 domain family member 13 10.81445987 C6_chemical_C1 +LQ04X020930 Putative TBC1 domain family member 13 10.64377293 C6_chemical_C2 +LQ04X020930 Putative TBC1 domain family member 13 10.68062425 C6_chemical_C3 +LQ04X020930 Putative TBC1 domain family member 13 10.8658794 L4_control_A1 +LQ04X020930 Putative TBC1 domain family member 13 11.18250708 L4_control_A2 +LQ04X020930 Putative TBC1 domain family member 13 10.97700629 L4_control_A3 +LQ04X020930 Putative TBC1 domain family member 13 10.76103625 L4_control_B1 +LQ04X020930 Putative TBC1 domain family member 13 11.24303859 L4_control_B2 +LQ04X020930 Putative TBC1 domain family member 13 10.89576025 L4_control_B3 +LQ04X020930 Putative TBC1 domain family member 13 11.135605 L4_control_C2 +LQ04X020930 Putative TBC1 domain family member 13 10.71747608 L4_control_C3 +LQ04X020930 Putative TBC1 domain family member 13 10.95115093 L4_chemical_A1 +LQ04X020930 Putative TBC1 domain family member 13 11.07447552 L4_chemical_A2 +LQ04X020930 Putative TBC1 domain family member 13 10.77174569 L4_chemical_A3 +LQ04X020930 Putative TBC1 domain family member 13 10.8717742 L4_chemical_B1 +LQ04X020930 Putative TBC1 domain family member 13 10.88939609 L4_chemical_B2 +LQ04X020930 Putative TBC1 domain family member 13 10.83725162 L4_chemical_B3 +LQ04X020930 Putative TBC1 domain family member 13 11.01846253 L4_chemical_C2 +LQ04X020930 Putative TBC1 domain family member 13 10.62879285 L4_chemical_C3 +LQ04X020950 Predicted protein 11.54088403 C6_control_A1 +LQ04X020950 Predicted protein 12.19483845 C6_control_A3 +LQ04X020950 Predicted protein 11.27756209 C6_control_B1 +LQ04X020950 Predicted protein 11.0993537 C6_control_B2 +LQ04X020950 Predicted protein 11.67644888 C6_control_B3 +LQ04X020950 Predicted protein 11.24609103 C6_control_C1 +LQ04X020950 Predicted protein 11.5997244 C6_control_C2 +LQ04X020950 Predicted protein 11.1431141 C6_control_C3 +LQ04X020950 Predicted protein 11.60568887 C6_chemical_A1 +LQ04X020950 Predicted protein 11.72047234 C6_chemical_A3 +LQ04X020950 Predicted protein 11.54634306 C6_chemical_B1 +LQ04X020950 Predicted protein 11.42428392 C6_chemical_B2 +LQ04X020950 Predicted protein 11.75402952 C6_chemical_B3 +LQ04X020950 Predicted protein 11.29262887 C6_chemical_C1 +LQ04X020950 Predicted protein 11.38615167 C6_chemical_C2 +LQ04X020950 Predicted protein 11.38551732 C6_chemical_C3 +LQ04X020950 Predicted protein 11.90574616 L4_control_A1 +LQ04X020950 Predicted protein 11.41494567 L4_control_A2 +LQ04X020950 Predicted protein 12.06162012 L4_control_A3 +LQ04X020950 Predicted protein 11.31405123 L4_control_B1 +LQ04X020950 Predicted protein 11.61195882 L4_control_B2 +LQ04X020950 Predicted protein 11.00041631 L4_control_B3 +LQ04X020950 Predicted protein 11.34025493 L4_control_C2 +LQ04X020950 Predicted protein 11.26977059 L4_control_C3 +LQ04X020950 Predicted protein 11.44167145 L4_chemical_A1 +LQ04X020950 Predicted protein 11.24290104 L4_chemical_A2 +LQ04X020950 Predicted protein 11.67554974 L4_chemical_A3 +LQ04X020950 Predicted protein 11.34986757 L4_chemical_B1 +LQ04X020950 Predicted protein 11.32987783 L4_chemical_B2 +LQ04X020950 Predicted protein 11.38546528 L4_chemical_B3 +LQ04X020950 Predicted protein 11.50739355 L4_chemical_C2 +LQ04X020950 Predicted protein 11.36508143 L4_chemical_C3 +LQ04X021000 Hypothetical protein 8.425689992 C6_control_A1 +LQ04X021000 Hypothetical protein 7.442506921 C6_control_A3 +LQ04X021000 Hypothetical protein 8.277188901 C6_control_B1 +LQ04X021000 Hypothetical protein 9.189437004 C6_control_B2 +LQ04X021000 Hypothetical protein 8.291234148 C6_control_B3 +LQ04X021000 Hypothetical protein 9.603740136 C6_control_C1 +LQ04X021000 Hypothetical protein 9.440448932 C6_control_C2 +LQ04X021000 Hypothetical protein 9.676269947 C6_control_C3 +LQ04X021000 Hypothetical protein 8.415349917 C6_chemical_A1 +LQ04X021000 Hypothetical protein 8.29216015 C6_chemical_A3 +LQ04X021000 Hypothetical protein 7.862114556 C6_chemical_B1 +LQ04X021000 Hypothetical protein 8.778457985 C6_chemical_B2 +LQ04X021000 Hypothetical protein 8.364609627 C6_chemical_B3 +LQ04X021000 Hypothetical protein 9.519663755 C6_chemical_C1 +LQ04X021000 Hypothetical protein 9.574133336 C6_chemical_C2 +LQ04X021000 Hypothetical protein 9.737864883 C6_chemical_C3 +LQ04X021000 Hypothetical protein 8.52388216 L4_control_A1 +LQ04X021000 Hypothetical protein 8.283613101 L4_control_A2 +LQ04X021000 Hypothetical protein 8.964016711 L4_control_A3 +LQ04X021000 Hypothetical protein 8.670744967 L4_control_B1 +LQ04X021000 Hypothetical protein 8.29521486 L4_control_B2 +LQ04X021000 Hypothetical protein 9.378577371 L4_control_B3 +LQ04X021000 Hypothetical protein 8.932465541 L4_control_C2 +LQ04X021000 Hypothetical protein 8.971509614 L4_control_C3 +LQ04X021000 Hypothetical protein 9.013309924 L4_chemical_A1 +LQ04X021000 Hypothetical protein 8.663651047 L4_chemical_A2 +LQ04X021000 Hypothetical protein 8.631874595 L4_chemical_A3 +LQ04X021000 Hypothetical protein 8.800650423 L4_chemical_B1 +LQ04X021000 Hypothetical protein 8.49489749 L4_chemical_B2 +LQ04X021000 Hypothetical protein 9.011455174 L4_chemical_B3 +LQ04X021000 Hypothetical protein 8.998001853 L4_chemical_C2 +LQ04X021000 Hypothetical protein 9.118772845 L4_chemical_C3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.267003228 C6_control_A1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.068036594 C6_control_A3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.329900421 C6_control_B1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.883615495 C6_control_B2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.075661351 C6_control_B3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.026092075 C6_control_C1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.851878437 C6_control_C2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.79522674 C6_control_C3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.267340414 C6_chemical_A1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.977653473 C6_chemical_A3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.617302568 C6_chemical_B1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.2476105 C6_chemical_B2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.235086413 C6_chemical_B3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.877238858 C6_chemical_C1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.702087887 C6_chemical_C2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.571711662 C6_chemical_C3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.570746196 L4_control_A1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.910469219 L4_control_A2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.149333261 L4_control_A3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.833294638 L4_control_B1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.26096528 L4_control_B2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.17180806 L4_control_B3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.927748276 L4_control_C2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.376526069 L4_control_C3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.943579748 L4_chemical_A1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.816957798 L4_chemical_A2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 4.993942292 L4_chemical_A3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.591644126 L4_chemical_B1 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.645531986 L4_chemical_B2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.260536854 L4_chemical_B3 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.208672993 L4_chemical_C2 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.003926506 L4_chemical_C3 +LQ04X021120 ER lumen protein retaining receptor 13.8291763 C6_control_A1 +LQ04X021120 ER lumen protein retaining receptor 13.70689443 C6_control_A3 +LQ04X021120 ER lumen protein retaining receptor 13.23597916 C6_control_B1 +LQ04X021120 ER lumen protein retaining receptor 12.81456639 C6_control_B2 +LQ04X021120 ER lumen protein retaining receptor 13.14403207 C6_control_B3 +LQ04X021120 ER lumen protein retaining receptor 12.98356785 C6_control_C1 +LQ04X021120 ER lumen protein retaining receptor 12.83930525 C6_control_C2 +LQ04X021120 ER lumen protein retaining receptor 12.64508885 C6_control_C3 +LQ04X021120 ER lumen protein retaining receptor 13.61915517 C6_chemical_A1 +LQ04X021120 ER lumen protein retaining receptor 13.32539519 C6_chemical_A3 +LQ04X021120 ER lumen protein retaining receptor 13.03063364 C6_chemical_B1 +LQ04X021120 ER lumen protein retaining receptor 12.68068186 C6_chemical_B2 +LQ04X021120 ER lumen protein retaining receptor 12.8412857 C6_chemical_B3 +LQ04X021120 ER lumen protein retaining receptor 12.83278931 C6_chemical_C1 +LQ04X021120 ER lumen protein retaining receptor 12.88157202 C6_chemical_C2 +LQ04X021120 ER lumen protein retaining receptor 12.45079231 C6_chemical_C3 +LQ04X021120 ER lumen protein retaining receptor 13.75410569 L4_control_A1 +LQ04X021120 ER lumen protein retaining receptor 13.87726061 L4_control_A2 +LQ04X021120 ER lumen protein retaining receptor 14.18080824 L4_control_A3 +LQ04X021120 ER lumen protein retaining receptor 12.75367544 L4_control_B1 +LQ04X021120 ER lumen protein retaining receptor 13.161969 L4_control_B2 +LQ04X021120 ER lumen protein retaining receptor 12.96522887 L4_control_B3 +LQ04X021120 ER lumen protein retaining receptor 13.39397299 L4_control_C2 +LQ04X021120 ER lumen protein retaining receptor 12.90911039 L4_control_C3 +LQ04X021120 ER lumen protein retaining receptor 13.55466863 L4_chemical_A1 +LQ04X021120 ER lumen protein retaining receptor 13.68872506 L4_chemical_A2 +LQ04X021120 ER lumen protein retaining receptor 14.0838223 L4_chemical_A3 +LQ04X021120 ER lumen protein retaining receptor 13.21175814 L4_chemical_B1 +LQ04X021120 ER lumen protein retaining receptor 13.17073393 L4_chemical_B2 +LQ04X021120 ER lumen protein retaining receptor 13.12679275 L4_chemical_B3 +LQ04X021120 ER lumen protein retaining receptor 13.26338838 L4_chemical_C2 +LQ04X021120 ER lumen protein retaining receptor 13.19551937 L4_chemical_C3 +LQ04X021240 Choline monooxygenase, chloroplastic 11.8638835 C6_control_A1 +LQ04X021240 Choline monooxygenase, chloroplastic 11.18291711 C6_control_A3 +LQ04X021240 Choline monooxygenase, chloroplastic 11.51539122 C6_control_B1 +LQ04X021240 Choline monooxygenase, chloroplastic 11.64878704 C6_control_B2 +LQ04X021240 Choline monooxygenase, chloroplastic 10.89688612 C6_control_B3 +LQ04X021240 Choline monooxygenase, chloroplastic 12.21004366 C6_control_C1 +LQ04X021240 Choline monooxygenase, chloroplastic 12.02583217 C6_control_C2 +LQ04X021240 Choline monooxygenase, chloroplastic 11.61428835 C6_control_C3 +LQ04X021240 Choline monooxygenase, chloroplastic 11.60097204 C6_chemical_A1 +LQ04X021240 Choline monooxygenase, chloroplastic 11.63070447 C6_chemical_A3 +LQ04X021240 Choline monooxygenase, chloroplastic 11.38245686 C6_chemical_B1 +LQ04X021240 Choline monooxygenase, chloroplastic 11.59250604 C6_chemical_B2 +LQ04X021240 Choline monooxygenase, chloroplastic 10.91965352 C6_chemical_B3 +LQ04X021240 Choline monooxygenase, chloroplastic 12.34397977 C6_chemical_C1 +LQ04X021240 Choline monooxygenase, chloroplastic 12.2570225 C6_chemical_C2 +LQ04X021240 Choline monooxygenase, chloroplastic 11.61380317 C6_chemical_C3 +LQ04X021240 Choline monooxygenase, chloroplastic 12.13226612 L4_control_A1 +LQ04X021240 Choline monooxygenase, chloroplastic 12.77569328 L4_control_A2 +LQ04X021240 Choline monooxygenase, chloroplastic 12.15403841 L4_control_A3 +LQ04X021240 Choline monooxygenase, chloroplastic 11.88648783 L4_control_B1 +LQ04X021240 Choline monooxygenase, chloroplastic 11.94938807 L4_control_B2 +LQ04X021240 Choline monooxygenase, chloroplastic 11.58617171 L4_control_B3 +LQ04X021240 Choline monooxygenase, chloroplastic 12.27927594 L4_control_C2 +LQ04X021240 Choline monooxygenase, chloroplastic 11.85921552 L4_control_C3 +LQ04X021240 Choline monooxygenase, chloroplastic 12.37963688 L4_chemical_A1 +LQ04X021240 Choline monooxygenase, chloroplastic 12.78952969 L4_chemical_A2 +LQ04X021240 Choline monooxygenase, chloroplastic 12.37104719 L4_chemical_A3 +LQ04X021240 Choline monooxygenase, chloroplastic 11.90952803 L4_chemical_B1 +LQ04X021240 Choline monooxygenase, chloroplastic 12.1801211 L4_chemical_B2 +LQ04X021240 Choline monooxygenase, chloroplastic 11.67067553 L4_chemical_B3 +LQ04X021240 Choline monooxygenase, chloroplastic 12.4731095 L4_chemical_C2 +LQ04X021240 Choline monooxygenase, chloroplastic 12.23112728 L4_chemical_C3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.1208142 C6_control_A1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.03788161 C6_control_A3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.17293778 C6_control_B1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.88374048 C6_control_B2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.3474881 C6_control_B3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.41026643 C6_control_C1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.00565069 C6_control_C2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.98955657 C6_control_C3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.15280053 C6_chemical_A1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.98808822 C6_chemical_A3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.44752006 C6_chemical_B1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.93857072 C6_chemical_B2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.98557423 C6_chemical_B3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.35192406 C6_chemical_C1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.2550963 C6_chemical_C2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.77834917 C6_chemical_C3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.94203137 L4_control_A1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.83487323 L4_control_A2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.38766613 L4_control_A3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.04519098 L4_control_B1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.2261534 L4_control_B2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.11067836 L4_control_B3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.4258105 L4_control_C2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.58979464 L4_control_C3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.05072101 L4_chemical_A1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.80320137 L4_chemical_A2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.93126666 L4_chemical_A3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.90005729 L4_chemical_B1 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.66773808 L4_chemical_B2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 10.96245408 L4_chemical_B3 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.28923054 L4_chemical_C2 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.29115889 L4_chemical_C3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.724943619 C6_control_A1 +LQ04X021290 Transcriptional corepressor LEUNIG 6.103917365 C6_control_A3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.640075448 C6_control_B1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.453258138 C6_control_B2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.619327539 C6_control_B3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.447030129 C6_control_C1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.886405913 C6_control_C2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.403245336 C6_control_C3 +LQ04X021290 Transcriptional corepressor LEUNIG 6.026434982 C6_chemical_A1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.668368605 C6_chemical_A3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.362696662 C6_chemical_B1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.612906489 C6_chemical_B2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.378199111 C6_chemical_B3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.276373934 C6_chemical_C1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.700114436 C6_chemical_C2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.20157079 C6_chemical_C3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.628980677 L4_control_A1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.694818833 L4_control_A2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.532206236 L4_control_A3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.427790056 L4_control_B1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.059231362 L4_control_B2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.455072663 L4_control_B3 +LQ04X021290 Transcriptional corepressor LEUNIG 6.140608894 L4_control_C2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.304860583 L4_control_C3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.654463664 L4_chemical_A1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.435210154 L4_chemical_A2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.726269036 L4_chemical_A3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.55739477 L4_chemical_B1 +LQ04X021290 Transcriptional corepressor LEUNIG 5.112827559 L4_chemical_B2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.65316929 L4_chemical_B3 +LQ04X021290 Transcriptional corepressor LEUNIG 5.452920116 L4_chemical_C2 +LQ04X021290 Transcriptional corepressor LEUNIG 5.469645867 L4_chemical_C3 +LQ04X021320 Putative Predicted protein 10.61214048 C6_control_A1 +LQ04X021320 Putative Predicted protein 11.70367496 C6_control_A3 +LQ04X021320 Putative Predicted protein 10.06539598 C6_control_B1 +LQ04X021320 Putative Predicted protein 9.611283364 C6_control_B2 +LQ04X021320 Putative Predicted protein 9.732035357 C6_control_B3 +LQ04X021320 Putative Predicted protein 9.797565218 C6_control_C1 +LQ04X021320 Putative Predicted protein 8.739480235 C6_control_C2 +LQ04X021320 Putative Predicted protein 10.12010971 C6_control_C3 +LQ04X021320 Putative Predicted protein 10.52846639 C6_chemical_A1 +LQ04X021320 Putative Predicted protein 11.46531772 C6_chemical_A3 +LQ04X021320 Putative Predicted protein 9.35794249 C6_chemical_B1 +LQ04X021320 Putative Predicted protein 9.312652818 C6_chemical_B2 +LQ04X021320 Putative Predicted protein 9.578695397 C6_chemical_B3 +LQ04X021320 Putative Predicted protein 9.062580236 C6_chemical_C1 +LQ04X021320 Putative Predicted protein 8.872263729 C6_chemical_C2 +LQ04X021320 Putative Predicted protein 9.382658282 C6_chemical_C3 +LQ04X021320 Putative Predicted protein 11.94057487 L4_control_A1 +LQ04X021320 Putative Predicted protein 11.34963636 L4_control_A2 +LQ04X021320 Putative Predicted protein 12.35807132 L4_control_A3 +LQ04X021320 Putative Predicted protein 9.297017299 L4_control_B1 +LQ04X021320 Putative Predicted protein 9.536958076 L4_control_B2 +LQ04X021320 Putative Predicted protein 8.194513263 L4_control_B3 +LQ04X021320 Putative Predicted protein 9.526331964 L4_control_C2 +LQ04X021320 Putative Predicted protein 9.908481891 L4_control_C3 +LQ04X021320 Putative Predicted protein 11.02160572 L4_chemical_A1 +LQ04X021320 Putative Predicted protein 10.65875192 L4_chemical_A2 +LQ04X021320 Putative Predicted protein 12.03088387 L4_chemical_A3 +LQ04X021320 Putative Predicted protein 9.949919379 L4_chemical_B1 +LQ04X021320 Putative Predicted protein 10.10557677 L4_chemical_B2 +LQ04X021320 Putative Predicted protein 9.929996607 L4_chemical_B3 +LQ04X021320 Putative Predicted protein 9.884837995 L4_chemical_C2 +LQ04X021320 Putative Predicted protein 9.817230552 L4_chemical_C3 +LQ04X021340 Predicted protein 6.201593229 C6_control_A1 +LQ04X021340 Predicted protein 5.823183775 C6_control_A3 +LQ04X021340 Predicted protein 5.666954027 C6_control_B1 +LQ04X021340 Predicted protein 6.318172879 C6_control_B2 +LQ04X021340 Predicted protein 6.083720806 C6_control_B3 +LQ04X021340 Predicted protein 6.510772679 C6_control_C1 +LQ04X021340 Predicted protein 5.65655779 C6_control_C2 +LQ04X021340 Predicted protein 6.381387689 C6_control_C3 +LQ04X021340 Predicted protein 6.160889862 C6_chemical_A1 +LQ04X021340 Predicted protein 6.176524387 C6_chemical_A3 +LQ04X021340 Predicted protein 5.431775817 C6_chemical_B1 +LQ04X021340 Predicted protein 6.579103958 C6_chemical_B2 +LQ04X021340 Predicted protein 5.812288318 C6_chemical_B3 +LQ04X021340 Predicted protein 6.55859002 C6_chemical_C1 +LQ04X021340 Predicted protein 6.319635446 C6_chemical_C2 +LQ04X021340 Predicted protein 6.468750392 C6_chemical_C3 +LQ04X021340 Predicted protein 6.020883051 L4_control_A1 +LQ04X021340 Predicted protein 6.715909739 L4_control_A2 +LQ04X021340 Predicted protein 6.269469917 L4_control_A3 +LQ04X021340 Predicted protein 5.848060995 L4_control_B1 +LQ04X021340 Predicted protein 5.999201887 L4_control_B2 +LQ04X021340 Predicted protein 6.389085282 L4_control_B3 +LQ04X021340 Predicted protein 5.332205037 L4_control_C2 +LQ04X021340 Predicted protein 5.584067109 L4_control_C3 +LQ04X021340 Predicted protein 6.711612257 L4_chemical_A1 +LQ04X021340 Predicted protein 6.523303608 L4_chemical_A2 +LQ04X021340 Predicted protein 6.380331928 L4_chemical_A3 +LQ04X021340 Predicted protein 5.95131318 L4_chemical_B1 +LQ04X021340 Predicted protein 5.920752745 L4_chemical_B2 +LQ04X021340 Predicted protein 5.966390174 L4_chemical_B3 +LQ04X021340 Predicted protein 6.068117788 L4_chemical_C2 +LQ04X021340 Predicted protein 6.522181489 L4_chemical_C3 +LQ04X021370 Glutathione reductase, cytosolic 13.53711707 C6_control_A1 +LQ04X021370 Glutathione reductase, cytosolic 13.55586301 C6_control_A3 +LQ04X021370 Glutathione reductase, cytosolic 13.65373176 C6_control_B1 +LQ04X021370 Glutathione reductase, cytosolic 13.1535001 C6_control_B2 +LQ04X021370 Glutathione reductase, cytosolic 13.72419708 C6_control_B3 +LQ04X021370 Glutathione reductase, cytosolic 13.34731657 C6_control_C1 +LQ04X021370 Glutathione reductase, cytosolic 12.88307951 C6_control_C2 +LQ04X021370 Glutathione reductase, cytosolic 13.00313722 C6_control_C3 +LQ04X021370 Glutathione reductase, cytosolic 13.45660566 C6_chemical_A1 +LQ04X021370 Glutathione reductase, cytosolic 13.82153036 C6_chemical_A3 +LQ04X021370 Glutathione reductase, cytosolic 13.17682908 C6_chemical_B1 +LQ04X021370 Glutathione reductase, cytosolic 12.79057261 C6_chemical_B2 +LQ04X021370 Glutathione reductase, cytosolic 13.39056778 C6_chemical_B3 +LQ04X021370 Glutathione reductase, cytosolic 13.38557021 C6_chemical_C1 +LQ04X021370 Glutathione reductase, cytosolic 12.74275059 C6_chemical_C2 +LQ04X021370 Glutathione reductase, cytosolic 12.62858442 C6_chemical_C3 +LQ04X021370 Glutathione reductase, cytosolic 13.84464021 L4_control_A1 +LQ04X021370 Glutathione reductase, cytosolic 13.91186844 L4_control_A2 +LQ04X021370 Glutathione reductase, cytosolic 13.57989932 L4_control_A3 +LQ04X021370 Glutathione reductase, cytosolic 13.68130556 L4_control_B1 +LQ04X021370 Glutathione reductase, cytosolic 13.76173026 L4_control_B2 +LQ04X021370 Glutathione reductase, cytosolic 12.87289459 L4_control_B3 +LQ04X021370 Glutathione reductase, cytosolic 13.22653001 L4_control_C2 +LQ04X021370 Glutathione reductase, cytosolic 13.35471126 L4_control_C3 +LQ04X021370 Glutathione reductase, cytosolic 13.73497483 L4_chemical_A1 +LQ04X021370 Glutathione reductase, cytosolic 13.48558653 L4_chemical_A2 +LQ04X021370 Glutathione reductase, cytosolic 13.74047959 L4_chemical_A3 +LQ04X021370 Glutathione reductase, cytosolic 14.09174576 L4_chemical_B1 +LQ04X021370 Glutathione reductase, cytosolic 13.63431549 L4_chemical_B2 +LQ04X021370 Glutathione reductase, cytosolic 13.52616778 L4_chemical_B3 +LQ04X021370 Glutathione reductase, cytosolic 12.94166723 L4_chemical_C2 +LQ04X021370 Glutathione reductase, cytosolic 13.32938809 L4_chemical_C3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.261456022 C6_control_A1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.14539958 C6_control_A3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.22095136 C6_control_B1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.128429726 C6_control_B2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.369984526 C6_control_B3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.096314693 C6_control_C1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.409595471 C6_control_C2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.227846922 C6_control_C3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.32485789 C6_chemical_A1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.229318426 C6_chemical_A3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 4.668603265 C6_chemical_B1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.203197678 C6_chemical_B2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.353249941 C6_chemical_B3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 4.908221701 C6_chemical_C1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.4212081 C6_chemical_C2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.049260928 C6_chemical_C3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 4.955037192 L4_control_A1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.088317112 L4_control_A2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.416294538 L4_control_A3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.306893971 L4_control_B1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.382409782 L4_control_B2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.554975866 L4_control_B3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.068532845 L4_control_C2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.426505135 L4_control_C3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.275086197 L4_chemical_A1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.036661943 L4_chemical_A2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.557000426 L4_chemical_A3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.563785453 L4_chemical_B1 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.23438918 L4_chemical_B2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.202197067 L4_chemical_B3 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 4.879765017 L4_chemical_C2 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.77951033 L4_chemical_C3 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.98931773 C6_control_A1 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.31190438 C6_control_A3 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.01044595 C6_control_B1 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.21951173 C6_control_B2 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.76447812 C6_control_B3 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.7934958 C6_control_C1 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.1540558 C6_control_C2 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.21500344 C6_control_C3 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.27303419 C6_chemical_A1 +LQ04X021440 Putative acyl-CoA synthetase yngI 13.04109777 C6_chemical_A3 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.22572085 C6_chemical_B1 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.32143845 C6_chemical_B2 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.78011254 C6_chemical_B3 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.55388608 C6_chemical_C1 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.56119852 C6_chemical_C2 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.67153303 C6_chemical_C3 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.95611477 L4_control_A1 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.33963622 L4_control_A2 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.97789356 L4_control_A3 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.68626999 L4_control_B1 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.57060823 L4_control_B2 +LQ04X021440 Putative acyl-CoA synthetase yngI 10.38281262 L4_control_B3 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.16286511 L4_control_C2 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.39463317 L4_control_C3 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.21087373 L4_chemical_A1 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.61871922 L4_chemical_A2 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.12712635 L4_chemical_A3 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.43243272 L4_chemical_B1 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.27231059 L4_chemical_B2 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.68377311 L4_chemical_B3 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.80889688 L4_chemical_C2 +LQ04X021440 Putative acyl-CoA synthetase yngI 11.50471846 L4_chemical_C3 +LQ04X021470 Putative F-box protein PP2-B10 8.173178653 C6_control_A1 +LQ04X021470 Putative F-box protein PP2-B10 8.725567686 C6_control_A3 +LQ04X021470 Putative F-box protein PP2-B10 6.774887305 C6_control_B1 +LQ04X021470 Putative F-box protein PP2-B10 8.048956405 C6_control_B2 +LQ04X021470 Putative F-box protein PP2-B10 7.181210336 C6_control_B3 +LQ04X021470 Putative F-box protein PP2-B10 9.143274033 C6_control_C1 +LQ04X021470 Putative F-box protein PP2-B10 9.199658162 C6_control_C2 +LQ04X021470 Putative F-box protein PP2-B10 9.226158363 C6_control_C3 +LQ04X021470 Putative F-box protein PP2-B10 8.161956798 C6_chemical_A1 +LQ04X021470 Putative F-box protein PP2-B10 8.651903207 C6_chemical_A3 +LQ04X021470 Putative F-box protein PP2-B10 7.071054957 C6_chemical_B1 +LQ04X021470 Putative F-box protein PP2-B10 8.129307127 C6_chemical_B2 +LQ04X021470 Putative F-box protein PP2-B10 7.523500019 C6_chemical_B3 +LQ04X021470 Putative F-box protein PP2-B10 9.053979073 C6_chemical_C1 +LQ04X021470 Putative F-box protein PP2-B10 8.896348069 C6_chemical_C2 +LQ04X021470 Putative F-box protein PP2-B10 8.617133641 C6_chemical_C3 +LQ04X021470 Putative F-box protein PP2-B10 8.57754637 L4_control_A1 +LQ04X021470 Putative F-box protein PP2-B10 7.232525038 L4_control_A2 +LQ04X021470 Putative F-box protein PP2-B10 6.973179729 L4_control_A3 +LQ04X021470 Putative F-box protein PP2-B10 6.587193774 L4_control_B1 +LQ04X021470 Putative F-box protein PP2-B10 6.653140047 L4_control_B2 +LQ04X021470 Putative F-box protein PP2-B10 6.834044087 L4_control_B3 +LQ04X021470 Putative F-box protein PP2-B10 6.581712274 L4_control_C2 +LQ04X021470 Putative F-box protein PP2-B10 7.888831047 L4_control_C3 +LQ04X021470 Putative F-box protein PP2-B10 10.06356382 L4_chemical_A1 +LQ04X021470 Putative F-box protein PP2-B10 8.579601458 L4_chemical_A2 +LQ04X021470 Putative F-box protein PP2-B10 8.798978654 L4_chemical_A3 +LQ04X021470 Putative F-box protein PP2-B10 7.609493144 L4_chemical_B1 +LQ04X021470 Putative F-box protein PP2-B10 7.06870168 L4_chemical_B2 +LQ04X021470 Putative F-box protein PP2-B10 6.788148296 L4_chemical_B3 +LQ04X021470 Putative F-box protein PP2-B10 6.400788551 L4_chemical_C2 +LQ04X021470 Putative F-box protein PP2-B10 8.823626561 L4_chemical_C3 +LQ04X021560 Putative uncharacterized protein 11.03503526 C6_control_A1 +LQ04X021560 Putative uncharacterized protein 11.39312104 C6_control_A3 +LQ04X021560 Putative uncharacterized protein 11.50847714 C6_control_B1 +LQ04X021560 Putative uncharacterized protein 10.65590087 C6_control_B2 +LQ04X021560 Putative uncharacterized protein 11.11552581 C6_control_B3 +LQ04X021560 Putative uncharacterized protein 12.61991885 C6_control_C1 +LQ04X021560 Putative uncharacterized protein 11.56271923 C6_control_C2 +LQ04X021560 Putative uncharacterized protein 12.63994135 C6_control_C3 +LQ04X021560 Putative uncharacterized protein 10.99395189 C6_chemical_A1 +LQ04X021560 Putative uncharacterized protein 11.37002912 C6_chemical_A3 +LQ04X021560 Putative uncharacterized protein 11.04721358 C6_chemical_B1 +LQ04X021560 Putative uncharacterized protein 10.71747234 C6_chemical_B2 +LQ04X021560 Putative uncharacterized protein 10.23408172 C6_chemical_B3 +LQ04X021560 Putative uncharacterized protein 13.3247092 C6_chemical_C1 +LQ04X021560 Putative uncharacterized protein 12.85590149 C6_chemical_C2 +LQ04X021560 Putative uncharacterized protein 12.5611786 C6_chemical_C3 +LQ04X021560 Putative uncharacterized protein 10.99803937 L4_control_A1 +LQ04X021560 Putative uncharacterized protein 12.25106571 L4_control_A2 +LQ04X021560 Putative uncharacterized protein 11.32908477 L4_control_A3 +LQ04X021560 Putative uncharacterized protein 11.39440374 L4_control_B1 +LQ04X021560 Putative uncharacterized protein 11.1546569 L4_control_B2 +LQ04X021560 Putative uncharacterized protein 11.24066952 L4_control_B3 +LQ04X021560 Putative uncharacterized protein 11.85661054 L4_control_C2 +LQ04X021560 Putative uncharacterized protein 12.07648822 L4_control_C3 +LQ04X021560 Putative uncharacterized protein 10.73717915 L4_chemical_A1 +LQ04X021560 Putative uncharacterized protein 12.0646311 L4_chemical_A2 +LQ04X021560 Putative uncharacterized protein 10.6780317 L4_chemical_A3 +LQ04X021560 Putative uncharacterized protein 10.43614396 L4_chemical_B1 +LQ04X021560 Putative uncharacterized protein 11.72800362 L4_chemical_B2 +LQ04X021560 Putative uncharacterized protein 11.32704701 L4_chemical_B3 +LQ04X021560 Putative uncharacterized protein 12.50911973 L4_chemical_C2 +LQ04X021560 Putative uncharacterized protein 12.43388893 L4_chemical_C3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.574312345 C6_control_A1 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.4435618 C6_control_A3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.366705709 C6_control_B1 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.582935828 C6_control_B2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.122769905 C6_control_B3 +LQ04X021580 Protein ABC1, mitochondrial, putative 6.335953589 C6_control_C1 +LQ04X021580 Protein ABC1, mitochondrial, putative 6.048553395 C6_control_C2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.64355442 C6_control_C3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.645295148 C6_chemical_A1 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.046940365 C6_chemical_A3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.825260593 C6_chemical_B1 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.695967494 C6_chemical_B2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.393111894 C6_chemical_B3 +LQ04X021580 Protein ABC1, mitochondrial, putative 6.476916813 C6_chemical_C1 +LQ04X021580 Protein ABC1, mitochondrial, putative 6.123430424 C6_chemical_C2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.79708941 C6_chemical_C3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.269548103 L4_control_A1 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.727654632 L4_control_A2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.138994297 L4_control_A3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.62031613 L4_control_B1 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.250736615 L4_control_B2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.069983297 L4_control_B3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.34582796 L4_control_C2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.188646961 L4_control_C3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.136915356 L4_chemical_A1 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.491790427 L4_chemical_A2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.221330503 L4_chemical_A3 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.169182954 L4_chemical_B1 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.466286236 L4_chemical_B2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.487594037 L4_chemical_B3 +LQ04X021580 Protein ABC1, mitochondrial, putative 4.945176342 L4_chemical_C2 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.461865399 L4_chemical_C3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.481170938 C6_control_A1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.994033542 C6_control_A3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.169690281 C6_control_B1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 9.027991251 C6_control_B2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.161955656 C6_control_B3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.89908964 C6_control_C1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.620245024 C6_control_C2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.459828122 C6_control_C3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.083534104 C6_chemical_A1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.459399346 C6_chemical_A3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.065393953 C6_chemical_B1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.867761338 C6_chemical_B2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.777426302 C6_chemical_B3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 9.08286517 C6_chemical_C1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.854261011 C6_chemical_C2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.770630716 C6_chemical_C3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.349801532 L4_control_A1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.369227521 L4_control_A2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.476661807 L4_control_A3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.033758515 L4_control_B1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.509227171 L4_control_B2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.566961336 L4_control_B3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.949699429 L4_control_C2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.923748356 L4_control_C3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.990499771 L4_chemical_A1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.57348728 L4_chemical_A2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.10080823 L4_chemical_A3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.221493775 L4_chemical_B1 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.691496595 L4_chemical_B2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.162229687 L4_chemical_B3 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.031434521 L4_chemical_C2 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 7.966920311 L4_chemical_C3 +LQ04X021630 Chalcone synthase 2 7.734452953 C6_control_A1 +LQ04X021630 Chalcone synthase 2 7.444010661 C6_control_A3 +LQ04X021630 Chalcone synthase 2 8.177830955 C6_control_B1 +LQ04X021630 Chalcone synthase 2 6.933447873 C6_control_B2 +LQ04X021630 Chalcone synthase 2 8.220909544 C6_control_B3 +LQ04X021630 Chalcone synthase 2 6.895647826 C6_control_C1 +LQ04X021630 Chalcone synthase 2 6.14918239 C6_control_C2 +LQ04X021630 Chalcone synthase 2 6.611820724 C6_control_C3 +LQ04X021630 Chalcone synthase 2 7.734547999 C6_chemical_A1 +LQ04X021630 Chalcone synthase 2 7.192697832 C6_chemical_A3 +LQ04X021630 Chalcone synthase 2 7.851659791 C6_chemical_B1 +LQ04X021630 Chalcone synthase 2 6.977159385 C6_chemical_B2 +LQ04X021630 Chalcone synthase 2 7.581768403 C6_chemical_B3 +LQ04X021630 Chalcone synthase 2 6.713196514 C6_chemical_C1 +LQ04X021630 Chalcone synthase 2 6.841015383 C6_chemical_C2 +LQ04X021630 Chalcone synthase 2 6.58710713 C6_chemical_C3 +LQ04X021630 Chalcone synthase 2 7.486233881 L4_control_A1 +LQ04X021630 Chalcone synthase 2 8.093674273 L4_control_A2 +LQ04X021630 Chalcone synthase 2 8.134130948 L4_control_A3 +LQ04X021630 Chalcone synthase 2 7.753210179 L4_control_B1 +LQ04X021630 Chalcone synthase 2 7.965750156 L4_control_B2 +LQ04X021630 Chalcone synthase 2 7.49106083 L4_control_B3 +LQ04X021630 Chalcone synthase 2 7.73768857 L4_control_C2 +LQ04X021630 Chalcone synthase 2 7.0078088 L4_control_C3 +LQ04X021630 Chalcone synthase 2 7.576742914 L4_chemical_A1 +LQ04X021630 Chalcone synthase 2 8.030952918 L4_chemical_A2 +LQ04X021630 Chalcone synthase 2 8.647982009 L4_chemical_A3 +LQ04X021630 Chalcone synthase 2 8.14242915 L4_chemical_B1 +LQ04X021630 Chalcone synthase 2 8.512365954 L4_chemical_B2 +LQ04X021630 Chalcone synthase 2 7.415150507 L4_chemical_B3 +LQ04X021630 Chalcone synthase 2 8.247051522 L4_chemical_C2 +LQ04X021630 Chalcone synthase 2 7.631256473 L4_chemical_C3 +LQ04X021640 Dihydroxy-acid dehydratase 11.91054914 C6_control_A1 +LQ04X021640 Dihydroxy-acid dehydratase 12.46331535 C6_control_A3 +LQ04X021640 Dihydroxy-acid dehydratase 11.28545402 C6_control_B1 +LQ04X021640 Dihydroxy-acid dehydratase 11.12459278 C6_control_B2 +LQ04X021640 Dihydroxy-acid dehydratase 10.88473103 C6_control_B3 +LQ04X021640 Dihydroxy-acid dehydratase 10.93726099 C6_control_C1 +LQ04X021640 Dihydroxy-acid dehydratase 10.85440997 C6_control_C2 +LQ04X021640 Dihydroxy-acid dehydratase 10.87418843 C6_control_C3 +LQ04X021640 Dihydroxy-acid dehydratase 11.76238106 C6_chemical_A1 +LQ04X021640 Dihydroxy-acid dehydratase 12.10909319 C6_chemical_A3 +LQ04X021640 Dihydroxy-acid dehydratase 10.78280128 C6_chemical_B1 +LQ04X021640 Dihydroxy-acid dehydratase 10.84481972 C6_chemical_B2 +LQ04X021640 Dihydroxy-acid dehydratase 10.43818286 C6_chemical_B3 +LQ04X021640 Dihydroxy-acid dehydratase 10.71120765 C6_chemical_C1 +LQ04X021640 Dihydroxy-acid dehydratase 10.60683522 C6_chemical_C2 +LQ04X021640 Dihydroxy-acid dehydratase 10.43345208 C6_chemical_C3 +LQ04X021640 Dihydroxy-acid dehydratase 12.06516605 L4_control_A1 +LQ04X021640 Dihydroxy-acid dehydratase 10.81669121 L4_control_A2 +LQ04X021640 Dihydroxy-acid dehydratase 10.68794313 L4_control_A3 +LQ04X021640 Dihydroxy-acid dehydratase 9.727503079 L4_control_B1 +LQ04X021640 Dihydroxy-acid dehydratase 10.5269798 L4_control_B2 +LQ04X021640 Dihydroxy-acid dehydratase 9.3143458 L4_control_B3 +LQ04X021640 Dihydroxy-acid dehydratase 10.35318646 L4_control_C2 +LQ04X021640 Dihydroxy-acid dehydratase 9.986071533 L4_control_C3 +LQ04X021640 Dihydroxy-acid dehydratase 11.59460542 L4_chemical_A1 +LQ04X021640 Dihydroxy-acid dehydratase 9.979439882 L4_chemical_A2 +LQ04X021640 Dihydroxy-acid dehydratase 10.26167963 L4_chemical_A3 +LQ04X021640 Dihydroxy-acid dehydratase 9.937748819 L4_chemical_B1 +LQ04X021640 Dihydroxy-acid dehydratase 9.97606562 L4_chemical_B2 +LQ04X021640 Dihydroxy-acid dehydratase 10.43403258 L4_chemical_B3 +LQ04X021640 Dihydroxy-acid dehydratase 10.46574425 L4_chemical_C2 +LQ04X021640 Dihydroxy-acid dehydratase 10.01215914 L4_chemical_C3 +LQ04X021650 Putative uncharacterized protein 7.927175349 C6_control_A1 +LQ04X021650 Putative uncharacterized protein 8.09641295 C6_control_A3 +LQ04X021650 Putative uncharacterized protein 7.3772011 C6_control_B1 +LQ04X021650 Putative uncharacterized protein 7.696340144 C6_control_B2 +LQ04X021650 Putative uncharacterized protein 7.422973132 C6_control_B3 +LQ04X021650 Putative uncharacterized protein 8.313198492 C6_control_C1 +LQ04X021650 Putative uncharacterized protein 8.436433919 C6_control_C2 +LQ04X021650 Putative uncharacterized protein 7.757500559 C6_control_C3 +LQ04X021650 Putative uncharacterized protein 8.037151304 C6_chemical_A1 +LQ04X021650 Putative uncharacterized protein 8.336234866 C6_chemical_A3 +LQ04X021650 Putative uncharacterized protein 7.530344438 C6_chemical_B1 +LQ04X021650 Putative uncharacterized protein 8.08794026 C6_chemical_B2 +LQ04X021650 Putative uncharacterized protein 8.173335899 C6_chemical_B3 +LQ04X021650 Putative uncharacterized protein 8.614427264 C6_chemical_C1 +LQ04X021650 Putative uncharacterized protein 8.575137832 C6_chemical_C2 +LQ04X021650 Putative uncharacterized protein 8.651162054 C6_chemical_C3 +LQ04X021650 Putative uncharacterized protein 8.362304393 L4_control_A1 +LQ04X021650 Putative uncharacterized protein 7.543885824 L4_control_A2 +LQ04X021650 Putative uncharacterized protein 9.194218013 L4_control_A3 +LQ04X021650 Putative uncharacterized protein 7.722904236 L4_control_B1 +LQ04X021650 Putative uncharacterized protein 7.814215472 L4_control_B2 +LQ04X021650 Putative uncharacterized protein 8.970038356 L4_control_B3 +LQ04X021650 Putative uncharacterized protein 9.236261142 L4_control_C2 +LQ04X021650 Putative uncharacterized protein 9.06030879 L4_control_C3 +LQ04X021650 Putative uncharacterized protein 8.102954998 L4_chemical_A1 +LQ04X021650 Putative uncharacterized protein 7.393326756 L4_chemical_A2 +LQ04X021650 Putative uncharacterized protein 8.494534591 L4_chemical_A3 +LQ04X021650 Putative uncharacterized protein 7.194157072 L4_chemical_B1 +LQ04X021650 Putative uncharacterized protein 7.380110345 L4_chemical_B2 +LQ04X021650 Putative uncharacterized protein 8.166573082 L4_chemical_B3 +LQ04X021650 Putative uncharacterized protein 8.343131572 L4_chemical_C2 +LQ04X021650 Putative uncharacterized protein 9.245666637 L4_chemical_C3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.8305574 C6_control_A1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.92440705 C6_control_A3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.2403765 C6_control_B1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.39948493 C6_control_B2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.44986887 C6_control_B3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.2235933 C6_control_C1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.92540317 C6_control_C2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.56809558 C6_control_C3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.92280027 C6_chemical_A1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.82590857 C6_chemical_A3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.32006061 C6_chemical_B1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.20388471 C6_chemical_B2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.50855372 C6_chemical_B3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.97717805 C6_chemical_C1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.50387227 C6_chemical_C2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.77691794 C6_chemical_C3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.08718154 L4_control_A1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.76100637 L4_control_A2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.42185894 L4_control_A3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.01357617 L4_control_B1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.36308154 L4_control_B2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.87387242 L4_control_B3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.21097417 L4_control_C2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 14.05276209 L4_control_C3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.10170401 L4_chemical_A1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.610921 L4_chemical_A2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.26278073 L4_chemical_A3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.10261284 L4_chemical_B1 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.80626693 L4_chemical_B2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.65956494 L4_chemical_B3 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.01649574 L4_chemical_C2 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 13.98187998 L4_chemical_C3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.58962534 C6_control_A1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.28050097 C6_control_A3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.98977858 C6_control_B1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.05662987 C6_control_B2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.82799483 C6_control_B3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.28136071 C6_control_C1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.15861181 C6_control_C2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 11.51793477 C6_control_C3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.62627056 C6_chemical_A1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.47298422 C6_chemical_A3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.01262564 C6_chemical_B1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.24450678 C6_chemical_B2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.78228745 C6_chemical_B3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.61203338 C6_chemical_C1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.37872994 C6_chemical_C2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 11.74124369 C6_chemical_C3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.66248788 L4_control_A1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.4844276 L4_control_A2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.46439798 L4_control_A3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.54228308 L4_control_B1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.67609487 L4_control_B2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.47493237 L4_control_B3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 11.21606849 L4_control_C2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 10.41740708 L4_control_C3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.4226718 L4_chemical_A1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.12005882 L4_chemical_A2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.28827633 L4_chemical_A3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.54951866 L4_chemical_B1 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.41325041 L4_chemical_B2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 12.80787211 L4_chemical_B3 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 11.24587258 L4_chemical_C2 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 10.42608927 L4_chemical_C3 +LQ04X021780 Probable pectate lyase 15 11.48764281 C6_control_A1 +LQ04X021780 Probable pectate lyase 15 11.15817347 C6_control_A3 +LQ04X021780 Probable pectate lyase 15 11.40422005 C6_control_B1 +LQ04X021780 Probable pectate lyase 15 10.22592608 C6_control_B2 +LQ04X021780 Probable pectate lyase 15 11.56497371 C6_control_B3 +LQ04X021780 Probable pectate lyase 15 6.298175571 C6_control_C1 +LQ04X021780 Probable pectate lyase 15 6.292278999 C6_control_C2 +LQ04X021780 Probable pectate lyase 15 6.650937766 C6_control_C3 +LQ04X021780 Probable pectate lyase 15 11.74051512 C6_chemical_A1 +LQ04X021780 Probable pectate lyase 15 11.58816605 C6_chemical_A3 +LQ04X021780 Probable pectate lyase 15 11.71554186 C6_chemical_B1 +LQ04X021780 Probable pectate lyase 15 10.43775181 C6_chemical_B2 +LQ04X021780 Probable pectate lyase 15 11.62440925 C6_chemical_B3 +LQ04X021780 Probable pectate lyase 15 6.37944223 C6_chemical_C1 +LQ04X021780 Probable pectate lyase 15 5.982462498 C6_chemical_C2 +LQ04X021780 Probable pectate lyase 15 6.872926174 C6_chemical_C3 +LQ04X021780 Probable pectate lyase 15 11.4440985 L4_control_A1 +LQ04X021780 Probable pectate lyase 15 11.64806991 L4_control_A2 +LQ04X021780 Probable pectate lyase 15 12.2331319 L4_control_A3 +LQ04X021780 Probable pectate lyase 15 11.1121475 L4_control_B1 +LQ04X021780 Probable pectate lyase 15 12.38535924 L4_control_B2 +LQ04X021780 Probable pectate lyase 15 10.08713732 L4_control_B3 +LQ04X021780 Probable pectate lyase 15 6.749088962 L4_control_C2 +LQ04X021780 Probable pectate lyase 15 5.742314888 L4_control_C3 +LQ04X021780 Probable pectate lyase 15 10.1506525 L4_chemical_A1 +LQ04X021780 Probable pectate lyase 15 10.94142872 L4_chemical_A2 +LQ04X021780 Probable pectate lyase 15 11.37470803 L4_chemical_A3 +LQ04X021780 Probable pectate lyase 15 11.43302366 L4_chemical_B1 +LQ04X021780 Probable pectate lyase 15 11.47991788 L4_chemical_B2 +LQ04X021780 Probable pectate lyase 15 11.90896526 L4_chemical_B3 +LQ04X021780 Probable pectate lyase 15 7.535889379 L4_chemical_C2 +LQ04X021780 Probable pectate lyase 15 7.153388851 L4_chemical_C3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.465602133 C6_control_A1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.953252469 C6_control_A3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.395003649 C6_control_B1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 4.846324228 C6_control_B2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.105560584 C6_control_B3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.292654219 C6_control_C1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 6.056003145 C6_control_C2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.068140877 C6_control_C3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.203202155 C6_chemical_A1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.266174385 C6_chemical_A3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.102525495 C6_chemical_B1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.210594113 C6_chemical_B2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.24735979 C6_chemical_B3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.41062558 C6_chemical_C1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 4.850080441 C6_chemical_C2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.199213444 C6_chemical_C3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.480778286 L4_control_A1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.080722691 L4_control_A2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.065661631 L4_control_A3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 4.786432631 L4_control_B1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 4.85897978 L4_control_B2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 4.836264276 L4_control_B3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.580472565 L4_control_C2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 4.851683406 L4_control_C3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.257821495 L4_chemical_A1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.258688537 L4_chemical_A2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.185340623 L4_chemical_A3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.262082927 L4_chemical_B1 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.195604797 L4_chemical_B2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 4.974240401 L4_chemical_B3 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.426476003 L4_chemical_C2 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.072490395 L4_chemical_C3 +LQ04X021800 Receptor-like protein kinase 2 5.063861094 C6_control_A1 +LQ04X021800 Receptor-like protein kinase 2 5.297993111 C6_control_A3 +LQ04X021800 Receptor-like protein kinase 2 5.200376652 C6_control_B1 +LQ04X021800 Receptor-like protein kinase 2 5.097126702 C6_control_B2 +LQ04X021800 Receptor-like protein kinase 2 5.117546821 C6_control_B3 +LQ04X021800 Receptor-like protein kinase 2 4.972536533 C6_control_C1 +LQ04X021800 Receptor-like protein kinase 2 4.950833142 C6_control_C2 +LQ04X021800 Receptor-like protein kinase 2 5.036625594 C6_control_C3 +LQ04X021800 Receptor-like protein kinase 2 4.950117714 C6_chemical_A1 +LQ04X021800 Receptor-like protein kinase 2 5.038193679 C6_chemical_A3 +LQ04X021800 Receptor-like protein kinase 2 5.2175065 C6_chemical_B1 +LQ04X021800 Receptor-like protein kinase 2 5.068454406 C6_chemical_B2 +LQ04X021800 Receptor-like protein kinase 2 5.230507939 C6_chemical_B3 +LQ04X021800 Receptor-like protein kinase 2 4.924966717 C6_chemical_C1 +LQ04X021800 Receptor-like protein kinase 2 5.083386927 C6_chemical_C2 +LQ04X021800 Receptor-like protein kinase 2 5.04455902 C6_chemical_C3 +LQ04X021800 Receptor-like protein kinase 2 4.944519511 L4_control_A1 +LQ04X021800 Receptor-like protein kinase 2 5.352045449 L4_control_A2 +LQ04X021800 Receptor-like protein kinase 2 5.665870378 L4_control_A3 +LQ04X021800 Receptor-like protein kinase 2 4.869203303 L4_control_B1 +LQ04X021800 Receptor-like protein kinase 2 5.205223745 L4_control_B2 +LQ04X021800 Receptor-like protein kinase 2 5.157924568 L4_control_B3 +LQ04X021800 Receptor-like protein kinase 2 4.925527896 L4_control_C2 +LQ04X021800 Receptor-like protein kinase 2 4.656380358 L4_control_C3 +LQ04X021800 Receptor-like protein kinase 2 4.92717288 L4_chemical_A1 +LQ04X021800 Receptor-like protein kinase 2 4.966756393 L4_chemical_A2 +LQ04X021800 Receptor-like protein kinase 2 5.192309752 L4_chemical_A3 +LQ04X021800 Receptor-like protein kinase 2 5.28572575 L4_chemical_B1 +LQ04X021800 Receptor-like protein kinase 2 5.499830302 L4_chemical_B2 +LQ04X021800 Receptor-like protein kinase 2 5.068837234 L4_chemical_B3 +LQ04X021800 Receptor-like protein kinase 2 4.93951414 L4_chemical_C2 +LQ04X021800 Receptor-like protein kinase 2 5.30919757 L4_chemical_C3 +LQ04X021830 Hypothetical protein 9.199683989 C6_control_A1 +LQ04X021830 Hypothetical protein 9.553638723 C6_control_A3 +LQ04X021830 Hypothetical protein 10.40261675 C6_control_B1 +LQ04X021830 Hypothetical protein 9.384171214 C6_control_B2 +LQ04X021830 Hypothetical protein 10.73701408 C6_control_B3 +LQ04X021830 Hypothetical protein 7.767746835 C6_control_C1 +LQ04X021830 Hypothetical protein 7.474206091 C6_control_C2 +LQ04X021830 Hypothetical protein 8.219427729 C6_control_C3 +LQ04X021830 Hypothetical protein 9.212790585 C6_chemical_A1 +LQ04X021830 Hypothetical protein 9.020960834 C6_chemical_A3 +LQ04X021830 Hypothetical protein 10.41236415 C6_chemical_B1 +LQ04X021830 Hypothetical protein 9.2920525 C6_chemical_B2 +LQ04X021830 Hypothetical protein 10.35560688 C6_chemical_B3 +LQ04X021830 Hypothetical protein 7.581962215 C6_chemical_C1 +LQ04X021830 Hypothetical protein 8.197875877 C6_chemical_C2 +LQ04X021830 Hypothetical protein 7.650114128 C6_chemical_C3 +LQ04X021830 Hypothetical protein 8.430880604 L4_control_A1 +LQ04X021830 Hypothetical protein 9.639591048 L4_control_A2 +LQ04X021830 Hypothetical protein 9.743686297 L4_control_A3 +LQ04X021830 Hypothetical protein 10.85420186 L4_control_B1 +LQ04X021830 Hypothetical protein 10.7752226 L4_control_B2 +LQ04X021830 Hypothetical protein 10.24818328 L4_control_B3 +LQ04X021830 Hypothetical protein 9.131591264 L4_control_C2 +LQ04X021830 Hypothetical protein 9.044726348 L4_control_C3 +LQ04X021830 Hypothetical protein 8.326640959 L4_chemical_A1 +LQ04X021830 Hypothetical protein 9.900373991 L4_chemical_A2 +LQ04X021830 Hypothetical protein 9.47297847 L4_chemical_A3 +LQ04X021830 Hypothetical protein 10.76766733 L4_chemical_B1 +LQ04X021830 Hypothetical protein 11.28603861 L4_chemical_B2 +LQ04X021830 Hypothetical protein 10.45566244 L4_chemical_B3 +LQ04X021830 Hypothetical protein 9.147951634 L4_chemical_C2 +LQ04X021830 Hypothetical protein 8.96673921 L4_chemical_C3 +LQ04X021890 Putative Predicted protein 10.40351793 C6_control_A1 +LQ04X021890 Putative Predicted protein 8.854814866 C6_control_A3 +LQ04X021890 Putative Predicted protein 11.87887756 C6_control_B1 +LQ04X021890 Putative Predicted protein 9.806785524 C6_control_B2 +LQ04X021890 Putative Predicted protein 11.07587929 C6_control_B3 +LQ04X021890 Putative Predicted protein 5.170192886 C6_control_C1 +LQ04X021890 Putative Predicted protein 5.142243394 C6_control_C2 +LQ04X021890 Putative Predicted protein 5.166120187 C6_control_C3 +LQ04X021890 Putative Predicted protein 9.659439047 C6_chemical_A1 +LQ04X021890 Putative Predicted protein 7.393469124 C6_chemical_A3 +LQ04X021890 Putative Predicted protein 11.7876369 C6_chemical_B1 +LQ04X021890 Putative Predicted protein 9.817287981 C6_chemical_B2 +LQ04X021890 Putative Predicted protein 11.28814136 C6_chemical_B3 +LQ04X021890 Putative Predicted protein 5.29700114 C6_chemical_C1 +LQ04X021890 Putative Predicted protein 5.231049951 C6_chemical_C2 +LQ04X021890 Putative Predicted protein 5.403797019 C6_chemical_C3 +LQ04X021890 Putative Predicted protein 8.389185836 L4_control_A1 +LQ04X021890 Putative Predicted protein 10.25668771 L4_control_A2 +LQ04X021890 Putative Predicted protein 8.422200189 L4_control_A3 +LQ04X021890 Putative Predicted protein 10.4743876 L4_control_B1 +LQ04X021890 Putative Predicted protein 10.49639317 L4_control_B2 +LQ04X021890 Putative Predicted protein 6.973180243 L4_control_B3 +LQ04X021890 Putative Predicted protein 5.830073142 L4_control_C2 +LQ04X021890 Putative Predicted protein 4.915107587 L4_control_C3 +LQ04X021890 Putative Predicted protein 7.126333246 L4_chemical_A1 +LQ04X021890 Putative Predicted protein 9.283083335 L4_chemical_A2 +LQ04X021890 Putative Predicted protein 5.831899108 L4_chemical_A3 +LQ04X021890 Putative Predicted protein 11.96569528 L4_chemical_B1 +LQ04X021890 Putative Predicted protein 11.52092935 L4_chemical_B2 +LQ04X021890 Putative Predicted protein 11.04180749 L4_chemical_B3 +LQ04X021890 Putative Predicted protein 5.262209476 L4_chemical_C2 +LQ04X021890 Putative Predicted protein 5.438359702 L4_chemical_C3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.12767075 C6_control_A1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.287994397 C6_control_A3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.129718858 C6_control_B1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.507971406 C6_control_B2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.312747767 C6_control_B3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.634550331 C6_control_C1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.238732939 C6_control_C2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.049875991 C6_control_C3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.241854635 C6_chemical_A1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.175844584 C6_chemical_A3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.293353238 C6_chemical_B1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.056300634 C6_chemical_B2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.332713398 C6_chemical_B3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.256238865 C6_chemical_C1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.787500713 C6_chemical_C2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.910395689 C6_chemical_C3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.231381253 L4_control_A1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.134957652 L4_control_A2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.36260267 L4_control_A3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.462709548 L4_control_B1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.122953964 L4_control_B2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.069977419 L4_control_B3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.118318096 L4_control_C2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.936565473 L4_control_C3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.041891466 L4_chemical_A1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.163235784 L4_chemical_A2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.358366625 L4_chemical_A3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.391089265 L4_chemical_B1 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.134234196 L4_chemical_B2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.98772264 L4_chemical_B3 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.905069335 L4_chemical_C2 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.149161053 L4_chemical_C3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.82038174 C6_control_A1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.70769387 C6_control_A3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.76780765 C6_control_B1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.59035984 C6_control_B2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.4358084 C6_control_B3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.68715244 C6_control_C1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 12.16532166 C6_control_C2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.1090673 C6_control_C3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.85762519 C6_chemical_A1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.7399907 C6_chemical_A3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.90873068 C6_chemical_B1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.90093106 C6_chemical_B2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.06034369 C6_chemical_B3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.84261906 C6_chemical_C1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.90816973 C6_chemical_C2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.04618681 C6_chemical_C3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.57709929 L4_control_A1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.88661922 L4_control_A2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 12.15802233 L4_control_A3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.45066028 L4_control_B1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 12.62065716 L4_control_B2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.88835598 L4_control_B3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 12.45506042 L4_control_C2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.894348 L4_control_C3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.48454032 L4_chemical_A1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.45166481 L4_chemical_A2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.71328253 L4_chemical_A3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.36547278 L4_chemical_B1 +LQ04X022050 Putative UPF0016 membrane protein sll0615 12.08131642 L4_chemical_B2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.70011432 L4_chemical_B3 +LQ04X022050 Putative UPF0016 membrane protein sll0615 12.59170262 L4_chemical_C2 +LQ04X022050 Putative UPF0016 membrane protein sll0615 12.11173519 L4_chemical_C3 +LQ04X022070 Predicted protein 5.705144855 C6_control_A1 +LQ04X022070 Predicted protein 5.564625748 C6_control_A3 +LQ04X022070 Predicted protein 5.161017458 C6_control_B1 +LQ04X022070 Predicted protein 5.709295327 C6_control_B2 +LQ04X022070 Predicted protein 5.499085399 C6_control_B3 +LQ04X022070 Predicted protein 6.449166954 C6_control_C1 +LQ04X022070 Predicted protein 5.891253647 C6_control_C2 +LQ04X022070 Predicted protein 5.248774717 C6_control_C3 +LQ04X022070 Predicted protein 6.00918841 C6_chemical_A1 +LQ04X022070 Predicted protein 4.985047038 C6_chemical_A3 +LQ04X022070 Predicted protein 5.255429416 C6_chemical_B1 +LQ04X022070 Predicted protein 5.545102491 C6_chemical_B2 +LQ04X022070 Predicted protein 5.518397269 C6_chemical_B3 +LQ04X022070 Predicted protein 7.178535531 C6_chemical_C1 +LQ04X022070 Predicted protein 7.050941648 C6_chemical_C2 +LQ04X022070 Predicted protein 5.100972781 C6_chemical_C3 +LQ04X022070 Predicted protein 5.012273729 L4_control_A1 +LQ04X022070 Predicted protein 5.600144558 L4_control_A2 +LQ04X022070 Predicted protein 5.617743247 L4_control_A3 +LQ04X022070 Predicted protein 5.538428764 L4_control_B1 +LQ04X022070 Predicted protein 5.917657932 L4_control_B2 +LQ04X022070 Predicted protein 5.62812325 L4_control_B3 +LQ04X022070 Predicted protein 5.768923145 L4_control_C2 +LQ04X022070 Predicted protein 4.837054232 L4_control_C3 +LQ04X022070 Predicted protein 5.535002817 L4_chemical_A1 +LQ04X022070 Predicted protein 5.306033877 L4_chemical_A2 +LQ04X022070 Predicted protein 5.591153463 L4_chemical_A3 +LQ04X022070 Predicted protein 5.735892985 L4_chemical_B1 +LQ04X022070 Predicted protein 5.435455939 L4_chemical_B2 +LQ04X022070 Predicted protein 5.473612017 L4_chemical_B3 +LQ04X022070 Predicted protein 5.759677642 L4_chemical_C2 +LQ04X022070 Predicted protein 5.097321931 L4_chemical_C3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.19555189 C6_control_A1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.13731469 C6_control_A3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.07869662 C6_control_B1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.0615125 C6_control_B2 +LQ04X022120 Putative Inhibitor of growth protein 4 13.03312348 C6_control_B3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.00061297 C6_control_C1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.22830984 C6_control_C2 +LQ04X022120 Putative Inhibitor of growth protein 4 12.93076799 C6_control_C3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.10564351 C6_chemical_A1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.0881869 C6_chemical_A3 +LQ04X022120 Putative Inhibitor of growth protein 4 12.94538167 C6_chemical_B1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.10032067 C6_chemical_B2 +LQ04X022120 Putative Inhibitor of growth protein 4 13.06843018 C6_chemical_B3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.0226453 C6_chemical_C1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.10104144 C6_chemical_C2 +LQ04X022120 Putative Inhibitor of growth protein 4 12.97808285 C6_chemical_C3 +LQ04X022120 Putative Inhibitor of growth protein 4 12.93084725 L4_control_A1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.2521818 L4_control_A2 +LQ04X022120 Putative Inhibitor of growth protein 4 13.22117679 L4_control_A3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.14373041 L4_control_B1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.0988923 L4_control_B2 +LQ04X022120 Putative Inhibitor of growth protein 4 13.09384221 L4_control_B3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.21627069 L4_control_C2 +LQ04X022120 Putative Inhibitor of growth protein 4 13.36065307 L4_control_C3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.02076551 L4_chemical_A1 +LQ04X022120 Putative Inhibitor of growth protein 4 13.48202068 L4_chemical_A2 +LQ04X022120 Putative Inhibitor of growth protein 4 13.24810458 L4_chemical_A3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.1187537 L4_chemical_B1 +LQ04X022120 Putative Inhibitor of growth protein 4 12.87169071 L4_chemical_B2 +LQ04X022120 Putative Inhibitor of growth protein 4 13.07869395 L4_chemical_B3 +LQ04X022120 Putative Inhibitor of growth protein 4 13.05857686 L4_chemical_C2 +LQ04X022120 Putative Inhibitor of growth protein 4 13.15684546 L4_chemical_C3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.073545186 C6_control_A1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.414524175 C6_control_A3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.820928944 C6_control_B1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.805964254 C6_control_B2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.111997973 C6_control_B3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.713139161 C6_control_C1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.299939343 C6_control_C2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.679820382 C6_control_C3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.388901951 C6_chemical_A1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.151849731 C6_chemical_A3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.308097363 C6_chemical_B1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.04582319 C6_chemical_B2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.382123446 C6_chemical_B3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.009306201 C6_chemical_C1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.452198889 C6_chemical_C2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.286426383 C6_chemical_C3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.503376428 L4_control_A1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.677597721 L4_control_A2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.770189784 L4_control_A3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.136982619 L4_control_B1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.457245468 L4_control_B2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.51121622 L4_control_B3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.328738136 L4_control_C2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.737825855 L4_control_C3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.473701095 L4_chemical_A1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.849951711 L4_chemical_A2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.977309281 L4_chemical_A3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.989503998 L4_chemical_B1 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.622901262 L4_chemical_B2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.617742423 L4_chemical_B3 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.483773526 L4_chemical_C2 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 5.246820198 L4_chemical_C3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.45027033 C6_control_A1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.7365826 C6_control_A3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.42840761 C6_control_B1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.5734062 C6_control_B2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.53001716 C6_control_B3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.30216355 C6_control_C1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.08777115 C6_control_C2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.23876127 C6_control_C3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.4578867 C6_chemical_A1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.36378465 C6_chemical_A3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.70648931 C6_chemical_B1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.56834423 C6_chemical_B2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.23308372 C6_chemical_B3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.45562313 C6_chemical_C1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.30977627 C6_chemical_C2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 13.97280123 C6_chemical_C3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.48366313 L4_control_A1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.51007693 L4_control_A2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.7773937 L4_control_A3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.34048503 L4_control_B1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.15888608 L4_control_B2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 13.88232987 L4_control_B3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 13.71288756 L4_control_C2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 13.68676096 L4_control_C3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.51791185 L4_chemical_A1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.57376282 L4_chemical_A2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.68853231 L4_chemical_A3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.6243287 L4_chemical_B1 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.63736486 L4_chemical_B2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.23307662 L4_chemical_B3 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 13.75012985 L4_chemical_C2 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 13.83411625 L4_chemical_C3 +LQ04X022200 Putative uncharacterized protein 5.196929757 C6_control_A1 +LQ04X022200 Putative uncharacterized protein 4.832427163 C6_control_A3 +LQ04X022200 Putative uncharacterized protein 5.654281874 C6_control_B1 +LQ04X022200 Putative uncharacterized protein 4.99636565 C6_control_B2 +LQ04X022200 Putative uncharacterized protein 5.058607165 C6_control_B3 +LQ04X022200 Putative uncharacterized protein 4.881449192 C6_control_C1 +LQ04X022200 Putative uncharacterized protein 4.859795188 C6_control_C2 +LQ04X022200 Putative uncharacterized protein 4.991921908 C6_control_C3 +LQ04X022200 Putative uncharacterized protein 4.989028891 C6_chemical_A1 +LQ04X022200 Putative uncharacterized protein 4.953901069 C6_chemical_A3 +LQ04X022200 Putative uncharacterized protein 5.506125614 C6_chemical_B1 +LQ04X022200 Putative uncharacterized protein 5.076636121 C6_chemical_B2 +LQ04X022200 Putative uncharacterized protein 5.235414586 C6_chemical_B3 +LQ04X022200 Putative uncharacterized protein 4.978307202 C6_chemical_C1 +LQ04X022200 Putative uncharacterized protein 5.249995466 C6_chemical_C2 +LQ04X022200 Putative uncharacterized protein 5.143334427 C6_chemical_C3 +LQ04X022200 Putative uncharacterized protein 5.167883228 L4_control_A1 +LQ04X022200 Putative uncharacterized protein 4.75926513 L4_control_A2 +LQ04X022200 Putative uncharacterized protein 5.242199476 L4_control_A3 +LQ04X022200 Putative uncharacterized protein 4.871167301 L4_control_B1 +LQ04X022200 Putative uncharacterized protein 5.321329082 L4_control_B2 +LQ04X022200 Putative uncharacterized protein 4.959351693 L4_control_B3 +LQ04X022200 Putative uncharacterized protein 5.051060059 L4_control_C2 +LQ04X022200 Putative uncharacterized protein 6.133582233 L4_control_C3 +LQ04X022200 Putative uncharacterized protein 5.247146034 L4_chemical_A1 +LQ04X022200 Putative uncharacterized protein 4.994167579 L4_chemical_A2 +LQ04X022200 Putative uncharacterized protein 4.610695011 L4_chemical_A3 +LQ04X022200 Putative uncharacterized protein 4.879923777 L4_chemical_B1 +LQ04X022200 Putative uncharacterized protein 5.314583149 L4_chemical_B2 +LQ04X022200 Putative uncharacterized protein 5.549297628 L4_chemical_B3 +LQ04X022200 Putative uncharacterized protein 4.933837154 L4_chemical_C2 +LQ04X022200 Putative uncharacterized protein 5.806442439 L4_chemical_C3 +LQ04X022210 Putative uncharacterized protein 11.74602912 C6_control_A1 +LQ04X022210 Putative uncharacterized protein 11.5262748 C6_control_A3 +LQ04X022210 Putative uncharacterized protein 11.48070955 C6_control_B1 +LQ04X022210 Putative uncharacterized protein 11.70694325 C6_control_B2 +LQ04X022210 Putative uncharacterized protein 11.67353263 C6_control_B3 +LQ04X022210 Putative uncharacterized protein 11.6347281 C6_control_C1 +LQ04X022210 Putative uncharacterized protein 11.54471077 C6_control_C2 +LQ04X022210 Putative uncharacterized protein 11.8076807 C6_control_C3 +LQ04X022210 Putative uncharacterized protein 11.66309967 C6_chemical_A1 +LQ04X022210 Putative uncharacterized protein 11.5829118 C6_chemical_A3 +LQ04X022210 Putative uncharacterized protein 11.38358052 C6_chemical_B1 +LQ04X022210 Putative uncharacterized protein 11.39077315 C6_chemical_B2 +LQ04X022210 Putative uncharacterized protein 11.55655443 C6_chemical_B3 +LQ04X022210 Putative uncharacterized protein 11.50528005 C6_chemical_C1 +LQ04X022210 Putative uncharacterized protein 11.4302855 C6_chemical_C2 +LQ04X022210 Putative uncharacterized protein 11.65788035 C6_chemical_C3 +LQ04X022210 Putative uncharacterized protein 11.97182472 L4_control_A1 +LQ04X022210 Putative uncharacterized protein 12.05131781 L4_control_A2 +LQ04X022210 Putative uncharacterized protein 11.84393399 L4_control_A3 +LQ04X022210 Putative uncharacterized protein 12.0912131 L4_control_B1 +LQ04X022210 Putative uncharacterized protein 11.99828433 L4_control_B2 +LQ04X022210 Putative uncharacterized protein 11.74131849 L4_control_B3 +LQ04X022210 Putative uncharacterized protein 11.78003364 L4_control_C2 +LQ04X022210 Putative uncharacterized protein 11.56771862 L4_control_C3 +LQ04X022210 Putative uncharacterized protein 12.02087743 L4_chemical_A1 +LQ04X022210 Putative uncharacterized protein 12.26434378 L4_chemical_A2 +LQ04X022210 Putative uncharacterized protein 11.97527472 L4_chemical_A3 +LQ04X022210 Putative uncharacterized protein 11.96844548 L4_chemical_B1 +LQ04X022210 Putative uncharacterized protein 12.28572027 L4_chemical_B2 +LQ04X022210 Putative uncharacterized protein 11.99234928 L4_chemical_B3 +LQ04X022210 Putative uncharacterized protein 12.11201983 L4_chemical_C2 +LQ04X022210 Putative uncharacterized protein 11.83441644 L4_chemical_C3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.796624407 C6_control_A1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.575861865 C6_control_A3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.598645259 C6_control_B1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.723315126 C6_control_B2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.841603693 C6_control_B3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 6.007093932 C6_control_C1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.735694327 C6_control_C2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.988251656 C6_control_C3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.334594526 C6_chemical_A1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.577533543 C6_chemical_A3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 6.083040809 C6_chemical_B1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.931174564 C6_chemical_B2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.239841127 C6_chemical_B3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 6.285755398 C6_chemical_C1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.568075789 C6_chemical_C2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 6.018180249 C6_chemical_C3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.511396052 L4_control_A1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.190846193 L4_control_A2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.380992927 L4_control_A3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.587419294 L4_control_B1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.39048551 L4_control_B2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.791902697 L4_control_B3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 6.212463621 L4_control_C2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.981795508 L4_control_C3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.56637312 L4_chemical_A1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.520969788 L4_chemical_A2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.805772692 L4_chemical_A3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.480598894 L4_chemical_B1 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.853564866 L4_chemical_B2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.533734042 L4_chemical_B3 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.516662365 L4_chemical_C2 +LQ04X022220 Protoheme IX farnesyltransferase, putative 6.133180896 L4_chemical_C3 +LQ04X022290 Probable glutathione S-transferase 5.569900665 C6_control_A1 +LQ04X022290 Probable glutathione S-transferase 5.582668718 C6_control_A3 +LQ04X022290 Probable glutathione S-transferase 4.955251565 C6_control_B1 +LQ04X022290 Probable glutathione S-transferase 5.400556794 C6_control_B2 +LQ04X022290 Probable glutathione S-transferase 5.581804938 C6_control_B3 +LQ04X022290 Probable glutathione S-transferase 5.078031393 C6_control_C1 +LQ04X022290 Probable glutathione S-transferase 6.290998164 C6_control_C2 +LQ04X022290 Probable glutathione S-transferase 5.858524423 C6_control_C3 +LQ04X022290 Probable glutathione S-transferase 5.215179739 C6_chemical_A1 +LQ04X022290 Probable glutathione S-transferase 5.457096902 C6_chemical_A3 +LQ04X022290 Probable glutathione S-transferase 4.98526914 C6_chemical_B1 +LQ04X022290 Probable glutathione S-transferase 5.414662009 C6_chemical_B2 +LQ04X022290 Probable glutathione S-transferase 5.337559887 C6_chemical_B3 +LQ04X022290 Probable glutathione S-transferase 5.207493711 C6_chemical_C1 +LQ04X022290 Probable glutathione S-transferase 5.591986765 C6_chemical_C2 +LQ04X022290 Probable glutathione S-transferase 5.843928718 C6_chemical_C3 +LQ04X022290 Probable glutathione S-transferase 5.514404856 L4_control_A1 +LQ04X022290 Probable glutathione S-transferase 5.358922101 L4_control_A2 +LQ04X022290 Probable glutathione S-transferase 5.069376968 L4_control_A3 +LQ04X022290 Probable glutathione S-transferase 5.552282082 L4_control_B1 +LQ04X022290 Probable glutathione S-transferase 5.481103107 L4_control_B2 +LQ04X022290 Probable glutathione S-transferase 5.355380972 L4_control_B3 +LQ04X022290 Probable glutathione S-transferase 5.742449013 L4_control_C2 +LQ04X022290 Probable glutathione S-transferase 4.896389123 L4_control_C3 +LQ04X022290 Probable glutathione S-transferase 5.271896722 L4_chemical_A1 +LQ04X022290 Probable glutathione S-transferase 5.89885556 L4_chemical_A2 +LQ04X022290 Probable glutathione S-transferase 5.328251893 L4_chemical_A3 +LQ04X022290 Probable glutathione S-transferase 5.458170662 L4_chemical_B1 +LQ04X022290 Probable glutathione S-transferase 5.475624312 L4_chemical_B2 +LQ04X022290 Probable glutathione S-transferase 5.085794401 L4_chemical_B3 +LQ04X022290 Probable glutathione S-transferase 5.740063089 L4_chemical_C2 +LQ04X022290 Probable glutathione S-transferase 5.079082555 L4_chemical_C3 +LQ04X022300 Probable glutathione S-transferase 9.212225483 C6_control_A1 +LQ04X022300 Probable glutathione S-transferase 8.568911813 C6_control_A3 +LQ04X022300 Probable glutathione S-transferase 9.475591495 C6_control_B1 +LQ04X022300 Probable glutathione S-transferase 10.74602076 C6_control_B2 +LQ04X022300 Probable glutathione S-transferase 9.11776613 C6_control_B3 +LQ04X022300 Probable glutathione S-transferase 11.97364178 C6_control_C1 +LQ04X022300 Probable glutathione S-transferase 11.51009289 C6_control_C2 +LQ04X022300 Probable glutathione S-transferase 11.61083784 C6_control_C3 +LQ04X022300 Probable glutathione S-transferase 9.449392107 C6_chemical_A1 +LQ04X022300 Probable glutathione S-transferase 8.632570292 C6_chemical_A3 +LQ04X022300 Probable glutathione S-transferase 9.394137582 C6_chemical_B1 +LQ04X022300 Probable glutathione S-transferase 10.74290092 C6_chemical_B2 +LQ04X022300 Probable glutathione S-transferase 9.612562633 C6_chemical_B3 +LQ04X022300 Probable glutathione S-transferase 11.60218543 C6_chemical_C1 +LQ04X022300 Probable glutathione S-transferase 12.03809518 C6_chemical_C2 +LQ04X022300 Probable glutathione S-transferase 11.42150946 C6_chemical_C3 +LQ04X022300 Probable glutathione S-transferase 8.597001186 L4_control_A1 +LQ04X022300 Probable glutathione S-transferase 8.690177766 L4_control_A2 +LQ04X022300 Probable glutathione S-transferase 7.895647551 L4_control_A3 +LQ04X022300 Probable glutathione S-transferase 9.73430705 L4_control_B1 +LQ04X022300 Probable glutathione S-transferase 8.115268494 L4_control_B2 +LQ04X022300 Probable glutathione S-transferase 11.17262374 L4_control_B3 +LQ04X022300 Probable glutathione S-transferase 9.843930714 L4_control_C2 +LQ04X022300 Probable glutathione S-transferase 10.686622 L4_control_C3 +LQ04X022300 Probable glutathione S-transferase 9.879052389 L4_chemical_A1 +LQ04X022300 Probable glutathione S-transferase 8.324659911 L4_chemical_A2 +LQ04X022300 Probable glutathione S-transferase 8.707244948 L4_chemical_A3 +LQ04X022300 Probable glutathione S-transferase 9.794460547 L4_chemical_B1 +LQ04X022300 Probable glutathione S-transferase 8.710448787 L4_chemical_B2 +LQ04X022300 Probable glutathione S-transferase 10.15069118 L4_chemical_B3 +LQ04X022300 Probable glutathione S-transferase 10.84565458 L4_chemical_C2 +LQ04X022300 Probable glutathione S-transferase 10.70619942 L4_chemical_C3 +LQ04X022320 Putative uncharacterized protein 11.07158278 C6_control_A1 +LQ04X022320 Putative uncharacterized protein 10.87457656 C6_control_A3 +LQ04X022320 Putative uncharacterized protein 11.14572517 C6_control_B1 +LQ04X022320 Putative uncharacterized protein 11.06256762 C6_control_B2 +LQ04X022320 Putative uncharacterized protein 11.25700924 C6_control_B3 +LQ04X022320 Putative uncharacterized protein 11.01323185 C6_control_C1 +LQ04X022320 Putative uncharacterized protein 10.77687418 C6_control_C2 +LQ04X022320 Putative uncharacterized protein 10.97038625 C6_control_C3 +LQ04X022320 Putative uncharacterized protein 10.86906205 C6_chemical_A1 +LQ04X022320 Putative uncharacterized protein 11.0671031 C6_chemical_A3 +LQ04X022320 Putative uncharacterized protein 11.18474374 C6_chemical_B1 +LQ04X022320 Putative uncharacterized protein 11.23189411 C6_chemical_B2 +LQ04X022320 Putative uncharacterized protein 10.99144784 C6_chemical_B3 +LQ04X022320 Putative uncharacterized protein 11.0438441 C6_chemical_C1 +LQ04X022320 Putative uncharacterized protein 10.65283705 C6_chemical_C2 +LQ04X022320 Putative uncharacterized protein 11.03208831 C6_chemical_C3 +LQ04X022320 Putative uncharacterized protein 11.16756944 L4_control_A1 +LQ04X022320 Putative uncharacterized protein 11.64101219 L4_control_A2 +LQ04X022320 Putative uncharacterized protein 11.11531198 L4_control_A3 +LQ04X022320 Putative uncharacterized protein 11.33681413 L4_control_B1 +LQ04X022320 Putative uncharacterized protein 11.47725239 L4_control_B2 +LQ04X022320 Putative uncharacterized protein 11.33904591 L4_control_B3 +LQ04X022320 Putative uncharacterized protein 11.07587379 L4_control_C2 +LQ04X022320 Putative uncharacterized protein 11.56360498 L4_control_C3 +LQ04X022320 Putative uncharacterized protein 11.07756498 L4_chemical_A1 +LQ04X022320 Putative uncharacterized protein 11.30446662 L4_chemical_A2 +LQ04X022320 Putative uncharacterized protein 10.99594444 L4_chemical_A3 +LQ04X022320 Putative uncharacterized protein 11.0479552 L4_chemical_B1 +LQ04X022320 Putative uncharacterized protein 11.30512727 L4_chemical_B2 +LQ04X022320 Putative uncharacterized protein 11.14925441 L4_chemical_B3 +LQ04X022320 Putative uncharacterized protein 10.944344 L4_chemical_C2 +LQ04X022320 Putative uncharacterized protein 11.78807941 L4_chemical_C3 +LQ04X022330 Probable glutathione S-transferase 5.341536702 C6_control_A1 +LQ04X022330 Probable glutathione S-transferase 5.138442375 C6_control_A3 +LQ04X022330 Probable glutathione S-transferase 5.325775206 C6_control_B1 +LQ04X022330 Probable glutathione S-transferase 6.250094144 C6_control_B2 +LQ04X022330 Probable glutathione S-transferase 5.337674874 C6_control_B3 +LQ04X022330 Probable glutathione S-transferase 5.743463581 C6_control_C1 +LQ04X022330 Probable glutathione S-transferase 5.855997699 C6_control_C2 +LQ04X022330 Probable glutathione S-transferase 6.37214997 C6_control_C3 +LQ04X022330 Probable glutathione S-transferase 5.512167527 C6_chemical_A1 +LQ04X022330 Probable glutathione S-transferase 5.531297611 C6_chemical_A3 +LQ04X022330 Probable glutathione S-transferase 5.777520566 C6_chemical_B1 +LQ04X022330 Probable glutathione S-transferase 5.021780234 C6_chemical_B2 +LQ04X022330 Probable glutathione S-transferase 5.626839004 C6_chemical_B3 +LQ04X022330 Probable glutathione S-transferase 5.421066522 C6_chemical_C1 +LQ04X022330 Probable glutathione S-transferase 6.003463835 C6_chemical_C2 +LQ04X022330 Probable glutathione S-transferase 6.617456739 C6_chemical_C3 +LQ04X022330 Probable glutathione S-transferase 5.791311998 L4_control_A1 +LQ04X022330 Probable glutathione S-transferase 5.758548073 L4_control_A2 +LQ04X022330 Probable glutathione S-transferase 6.495348107 L4_control_A3 +LQ04X022330 Probable glutathione S-transferase 6.681480146 L4_control_B1 +LQ04X022330 Probable glutathione S-transferase 5.949072266 L4_control_B2 +LQ04X022330 Probable glutathione S-transferase 6.153367015 L4_control_B3 +LQ04X022330 Probable glutathione S-transferase 9.432684399 L4_control_C2 +LQ04X022330 Probable glutathione S-transferase 8.956470059 L4_control_C3 +LQ04X022330 Probable glutathione S-transferase 7.285397085 L4_chemical_A1 +LQ04X022330 Probable glutathione S-transferase 5.430748513 L4_chemical_A2 +LQ04X022330 Probable glutathione S-transferase 6.842156822 L4_chemical_A3 +LQ04X022330 Probable glutathione S-transferase 7.905555202 L4_chemical_B1 +LQ04X022330 Probable glutathione S-transferase 5.670297044 L4_chemical_B2 +LQ04X022330 Probable glutathione S-transferase 5.648862611 L4_chemical_B3 +LQ04X022330 Probable glutathione S-transferase 8.007590143 L4_chemical_C2 +LQ04X022330 Probable glutathione S-transferase 6.832507085 L4_chemical_C3 +LQ04X022390 Probable calcium-binding protein CML22 9.180576181 C6_control_A1 +LQ04X022390 Probable calcium-binding protein CML22 9.313447733 C6_control_A3 +LQ04X022390 Probable calcium-binding protein CML22 9.205631596 C6_control_B1 +LQ04X022390 Probable calcium-binding protein CML22 9.407157678 C6_control_B2 +LQ04X022390 Probable calcium-binding protein CML22 9.404134417 C6_control_B3 +LQ04X022390 Probable calcium-binding protein CML22 8.482839635 C6_control_C1 +LQ04X022390 Probable calcium-binding protein CML22 7.955099798 C6_control_C2 +LQ04X022390 Probable calcium-binding protein CML22 8.278890922 C6_control_C3 +LQ04X022390 Probable calcium-binding protein CML22 9.008388696 C6_chemical_A1 +LQ04X022390 Probable calcium-binding protein CML22 9.339045652 C6_chemical_A3 +LQ04X022390 Probable calcium-binding protein CML22 8.615513292 C6_chemical_B1 +LQ04X022390 Probable calcium-binding protein CML22 9.338252206 C6_chemical_B2 +LQ04X022390 Probable calcium-binding protein CML22 9.205333285 C6_chemical_B3 +LQ04X022390 Probable calcium-binding protein CML22 8.309793338 C6_chemical_C1 +LQ04X022390 Probable calcium-binding protein CML22 7.81143462 C6_chemical_C2 +LQ04X022390 Probable calcium-binding protein CML22 8.372866104 C6_chemical_C3 +LQ04X022390 Probable calcium-binding protein CML22 9.163900952 L4_control_A1 +LQ04X022390 Probable calcium-binding protein CML22 9.287616963 L4_control_A2 +LQ04X022390 Probable calcium-binding protein CML22 9.800553126 L4_control_A3 +LQ04X022390 Probable calcium-binding protein CML22 9.124797637 L4_control_B1 +LQ04X022390 Probable calcium-binding protein CML22 9.350993857 L4_control_B2 +LQ04X022390 Probable calcium-binding protein CML22 8.807393421 L4_control_B3 +LQ04X022390 Probable calcium-binding protein CML22 8.531165051 L4_control_C2 +LQ04X022390 Probable calcium-binding protein CML22 8.590349334 L4_control_C3 +LQ04X022390 Probable calcium-binding protein CML22 8.767683226 L4_chemical_A1 +LQ04X022390 Probable calcium-binding protein CML22 8.77297573 L4_chemical_A2 +LQ04X022390 Probable calcium-binding protein CML22 8.983450017 L4_chemical_A3 +LQ04X022390 Probable calcium-binding protein CML22 9.331939378 L4_chemical_B1 +LQ04X022390 Probable calcium-binding protein CML22 8.956440288 L4_chemical_B2 +LQ04X022390 Probable calcium-binding protein CML22 8.986621268 L4_chemical_B3 +LQ04X022390 Probable calcium-binding protein CML22 7.751786655 L4_chemical_C2 +LQ04X022390 Probable calcium-binding protein CML22 8.680402766 L4_chemical_C3 +LQ04X022440 60S ribosomal protein L13a-4 5.908573399 C6_control_A1 +LQ04X022440 60S ribosomal protein L13a-4 6.250179851 C6_control_A3 +LQ04X022440 60S ribosomal protein L13a-4 5.634273961 C6_control_B1 +LQ04X022440 60S ribosomal protein L13a-4 5.042836876 C6_control_B2 +LQ04X022440 60S ribosomal protein L13a-4 5.528407555 C6_control_B3 +LQ04X022440 60S ribosomal protein L13a-4 5.288566952 C6_control_C1 +LQ04X022440 60S ribosomal protein L13a-4 5.24371232 C6_control_C2 +LQ04X022440 60S ribosomal protein L13a-4 5.548450347 C6_control_C3 +LQ04X022440 60S ribosomal protein L13a-4 5.814912881 C6_chemical_A1 +LQ04X022440 60S ribosomal protein L13a-4 6.049173112 C6_chemical_A3 +LQ04X022440 60S ribosomal protein L13a-4 5.367708221 C6_chemical_B1 +LQ04X022440 60S ribosomal protein L13a-4 5.062613025 C6_chemical_B2 +LQ04X022440 60S ribosomal protein L13a-4 6.003136773 C6_chemical_B3 +LQ04X022440 60S ribosomal protein L13a-4 5.26545381 C6_chemical_C1 +LQ04X022440 60S ribosomal protein L13a-4 4.806419282 C6_chemical_C2 +LQ04X022440 60S ribosomal protein L13a-4 5.903602203 C6_chemical_C3 +LQ04X022440 60S ribosomal protein L13a-4 7.024262685 L4_control_A1 +LQ04X022440 60S ribosomal protein L13a-4 6.354096964 L4_control_A2 +LQ04X022440 60S ribosomal protein L13a-4 6.744523729 L4_control_A3 +LQ04X022440 60S ribosomal protein L13a-4 8.183262699 L4_control_B1 +LQ04X022440 60S ribosomal protein L13a-4 6.042271671 L4_control_B2 +LQ04X022440 60S ribosomal protein L13a-4 5.618448988 L4_control_B3 +LQ04X022440 60S ribosomal protein L13a-4 6.480847037 L4_control_C2 +LQ04X022440 60S ribosomal protein L13a-4 6.623727492 L4_control_C3 +LQ04X022440 60S ribosomal protein L13a-4 6.62972123 L4_chemical_A1 +LQ04X022440 60S ribosomal protein L13a-4 6.673117472 L4_chemical_A2 +LQ04X022440 60S ribosomal protein L13a-4 7.484956087 L4_chemical_A3 +LQ04X022440 60S ribosomal protein L13a-4 6.303572809 L4_chemical_B1 +LQ04X022440 60S ribosomal protein L13a-4 6.540130426 L4_chemical_B2 +LQ04X022440 60S ribosomal protein L13a-4 5.507930865 L4_chemical_B3 +LQ04X022440 60S ribosomal protein L13a-4 8.116729373 L4_chemical_C2 +LQ04X022440 60S ribosomal protein L13a-4 6.957065411 L4_chemical_C3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.17481618 C6_control_A1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.99149138 C6_control_A3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.16147388 C6_control_B1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.89316769 C6_control_B2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.06180495 C6_control_B3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.74031499 C6_control_C1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.68981811 C6_control_C2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.51432309 C6_control_C3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.0099745 C6_chemical_A1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.27142468 C6_chemical_A3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.24600483 C6_chemical_B1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.78459101 C6_chemical_B2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.89817101 C6_chemical_B3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.62270157 C6_chemical_C1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.48080013 C6_chemical_C2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.50753458 C6_chemical_C3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.42440154 L4_control_A1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.71480869 L4_control_A2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.0991912 L4_control_A3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.84165756 L4_control_B1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.89085411 L4_control_B2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.96112319 L4_control_B3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.85196532 L4_control_C2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.06908024 L4_control_C3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.86544669 L4_chemical_A1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.27651907 L4_chemical_A2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.93643872 L4_chemical_A3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.6207375 L4_chemical_B1 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.38535455 L4_chemical_B2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.18926644 L4_chemical_B3 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.80028707 L4_chemical_C2 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 12.99337014 L4_chemical_C3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.512961876 C6_control_A1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.179235708 C6_control_A3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.041298237 C6_control_B1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.416795564 C6_control_B2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.298123762 C6_control_B3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.832036543 C6_control_C1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.389569492 C6_control_C2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.546712934 C6_control_C3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.04684875 C6_chemical_A1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.104250869 C6_chemical_A3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.390848746 C6_chemical_B1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.604833085 C6_chemical_B2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.21911661 C6_chemical_B3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.361463023 C6_chemical_C1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.600694707 C6_chemical_C2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.508208018 C6_chemical_C3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.114992121 L4_control_A1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.358200897 L4_control_A2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 4.809418055 L4_control_A3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.001007935 L4_control_B1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.422997088 L4_control_B2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.088707982 L4_control_B3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 6.149194793 L4_control_C2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.133836904 L4_control_C3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.032223206 L4_chemical_A1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.027091381 L4_chemical_A2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.085950715 L4_chemical_A3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.375223787 L4_chemical_B1 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.196984923 L4_chemical_B2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.243649299 L4_chemical_B3 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 6.266144018 L4_chemical_C2 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 4.970678611 L4_chemical_C3 +LQ04X022500 Probable cytochrome b5 isoform 2 4.942164281 C6_control_A1 +LQ04X022500 Probable cytochrome b5 isoform 2 6.113521989 C6_control_A3 +LQ04X022500 Probable cytochrome b5 isoform 2 5.234194705 C6_control_B1 +LQ04X022500 Probable cytochrome b5 isoform 2 5.026493195 C6_control_B2 +LQ04X022500 Probable cytochrome b5 isoform 2 5.124234887 C6_control_B3 +LQ04X022500 Probable cytochrome b5 isoform 2 4.820324892 C6_control_C1 +LQ04X022500 Probable cytochrome b5 isoform 2 4.910299262 C6_control_C2 +LQ04X022500 Probable cytochrome b5 isoform 2 4.806894914 C6_control_C3 +LQ04X022500 Probable cytochrome b5 isoform 2 5.208207355 C6_chemical_A1 +LQ04X022500 Probable cytochrome b5 isoform 2 6.404644156 C6_chemical_A3 +LQ04X022500 Probable cytochrome b5 isoform 2 4.934687569 C6_chemical_B1 +LQ04X022500 Probable cytochrome b5 isoform 2 4.932200066 C6_chemical_B2 +LQ04X022500 Probable cytochrome b5 isoform 2 5.059036871 C6_chemical_B3 +LQ04X022500 Probable cytochrome b5 isoform 2 4.691163557 C6_chemical_C1 +LQ04X022500 Probable cytochrome b5 isoform 2 4.747330947 C6_chemical_C2 +LQ04X022500 Probable cytochrome b5 isoform 2 4.982807772 C6_chemical_C3 +LQ04X022500 Probable cytochrome b5 isoform 2 4.791690338 L4_control_A1 +LQ04X022500 Probable cytochrome b5 isoform 2 5.437038527 L4_control_A2 +LQ04X022500 Probable cytochrome b5 isoform 2 5.346500352 L4_control_A3 +LQ04X022500 Probable cytochrome b5 isoform 2 5.836072932 L4_control_B1 +LQ04X022500 Probable cytochrome b5 isoform 2 5.155434889 L4_control_B2 +LQ04X022500 Probable cytochrome b5 isoform 2 4.964148714 L4_control_B3 +LQ04X022500 Probable cytochrome b5 isoform 2 5.075599902 L4_control_C2 +LQ04X022500 Probable cytochrome b5 isoform 2 5.088577734 L4_control_C3 +LQ04X022500 Probable cytochrome b5 isoform 2 4.99887331 L4_chemical_A1 +LQ04X022500 Probable cytochrome b5 isoform 2 5.051421041 L4_chemical_A2 +LQ04X022500 Probable cytochrome b5 isoform 2 5.976636353 L4_chemical_A3 +LQ04X022500 Probable cytochrome b5 isoform 2 5.65131967 L4_chemical_B1 +LQ04X022500 Probable cytochrome b5 isoform 2 4.950392101 L4_chemical_B2 +LQ04X022500 Probable cytochrome b5 isoform 2 4.690622729 L4_chemical_B3 +LQ04X022500 Probable cytochrome b5 isoform 2 4.767495005 L4_chemical_C2 +LQ04X022500 Probable cytochrome b5 isoform 2 5.278650039 L4_chemical_C3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.801288061 C6_control_A1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.409429718 C6_control_A3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.31321444 C6_control_B1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 8.948307181 C6_control_B2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.28026699 C6_control_B3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.622727966 C6_control_C1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 8.361095323 C6_control_C2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.184424594 C6_control_C3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.857554254 C6_chemical_A1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.225409028 C6_chemical_A3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.55461502 C6_chemical_B1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 8.806867272 C6_chemical_B2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.19822173 C6_chemical_B3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.532826629 C6_chemical_C1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.05290309 C6_chemical_C2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 8.898017072 C6_chemical_C3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.03645101 L4_control_A1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.91922305 L4_control_A2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.45408186 L4_control_A3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.871359991 L4_control_B1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.993086396 L4_control_B2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.37794053 L4_control_B3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.81164051 L4_control_C2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.28265193 L4_control_C3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 8.752878549 L4_chemical_A1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.04908633 L4_chemical_A2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.33502294 L4_chemical_A3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.550157281 L4_chemical_B1 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.35589071 L4_chemical_B2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.22376158 L4_chemical_B3 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.90750736 L4_chemical_C2 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 10.33322044 L4_chemical_C3 +LQ04X022550 Putative Probable glutathione S-transferase 5.213339921 C6_control_A1 +LQ04X022550 Putative Probable glutathione S-transferase 5.220533357 C6_control_A3 +LQ04X022550 Putative Probable glutathione S-transferase 4.828151525 C6_control_B1 +LQ04X022550 Putative Probable glutathione S-transferase 5.417497666 C6_control_B2 +LQ04X022550 Putative Probable glutathione S-transferase 5.863247062 C6_control_B3 +LQ04X022550 Putative Probable glutathione S-transferase 5.207348766 C6_control_C1 +LQ04X022550 Putative Probable glutathione S-transferase 5.233684097 C6_control_C2 +LQ04X022550 Putative Probable glutathione S-transferase 5.39421953 C6_control_C3 +LQ04X022550 Putative Probable glutathione S-transferase 5.378236068 C6_chemical_A1 +LQ04X022550 Putative Probable glutathione S-transferase 5.206967032 C6_chemical_A3 +LQ04X022550 Putative Probable glutathione S-transferase 5.156926724 C6_chemical_B1 +LQ04X022550 Putative Probable glutathione S-transferase 5.614579468 C6_chemical_B2 +LQ04X022550 Putative Probable glutathione S-transferase 6.029832227 C6_chemical_B3 +LQ04X022550 Putative Probable glutathione S-transferase 5.188054963 C6_chemical_C1 +LQ04X022550 Putative Probable glutathione S-transferase 5.152905765 C6_chemical_C2 +LQ04X022550 Putative Probable glutathione S-transferase 5.869054798 C6_chemical_C3 +LQ04X022550 Putative Probable glutathione S-transferase 6.328420438 L4_control_A1 +LQ04X022550 Putative Probable glutathione S-transferase 5.401595525 L4_control_A2 +LQ04X022550 Putative Probable glutathione S-transferase 5.574223917 L4_control_A3 +LQ04X022550 Putative Probable glutathione S-transferase 5.708210935 L4_control_B1 +LQ04X022550 Putative Probable glutathione S-transferase 5.243775539 L4_control_B2 +LQ04X022550 Putative Probable glutathione S-transferase 6.574491028 L4_control_B3 +LQ04X022550 Putative Probable glutathione S-transferase 7.876707416 L4_control_C2 +LQ04X022550 Putative Probable glutathione S-transferase 6.052582252 L4_control_C3 +LQ04X022550 Putative Probable glutathione S-transferase 8.247468114 L4_chemical_A1 +LQ04X022550 Putative Probable glutathione S-transferase 5.245398255 L4_chemical_A2 +LQ04X022550 Putative Probable glutathione S-transferase 6.398460737 L4_chemical_A3 +LQ04X022550 Putative Probable glutathione S-transferase 5.831949163 L4_chemical_B1 +LQ04X022550 Putative Probable glutathione S-transferase 5.614404657 L4_chemical_B2 +LQ04X022550 Putative Probable glutathione S-transferase 6.014861812 L4_chemical_B3 +LQ04X022550 Putative Probable glutathione S-transferase 8.064136858 L4_chemical_C2 +LQ04X022550 Putative Probable glutathione S-transferase 6.425477081 L4_chemical_C3 +LQ04X022610 Protein ABCI12, chloroplastic 8.752063263 C6_control_A1 +LQ04X022610 Protein ABCI12, chloroplastic 8.341274873 C6_control_A3 +LQ04X022610 Protein ABCI12, chloroplastic 7.760211686 C6_control_B1 +LQ04X022610 Protein ABCI12, chloroplastic 9.060276944 C6_control_B2 +LQ04X022610 Protein ABCI12, chloroplastic 8.302926767 C6_control_B3 +LQ04X022610 Protein ABCI12, chloroplastic 9.608818425 C6_control_C1 +LQ04X022610 Protein ABCI12, chloroplastic 9.276166134 C6_control_C2 +LQ04X022610 Protein ABCI12, chloroplastic 9.472888574 C6_control_C3 +LQ04X022610 Protein ABCI12, chloroplastic 8.593926931 C6_chemical_A1 +LQ04X022610 Protein ABCI12, chloroplastic 8.720434257 C6_chemical_A3 +LQ04X022610 Protein ABCI12, chloroplastic 7.376914061 C6_chemical_B1 +LQ04X022610 Protein ABCI12, chloroplastic 8.836710312 C6_chemical_B2 +LQ04X022610 Protein ABCI12, chloroplastic 8.026439154 C6_chemical_B3 +LQ04X022610 Protein ABCI12, chloroplastic 9.236246996 C6_chemical_C1 +LQ04X022610 Protein ABCI12, chloroplastic 9.629059494 C6_chemical_C2 +LQ04X022610 Protein ABCI12, chloroplastic 9.666432702 C6_chemical_C3 +LQ04X022610 Protein ABCI12, chloroplastic 8.548973995 L4_control_A1 +LQ04X022610 Protein ABCI12, chloroplastic 8.629341898 L4_control_A2 +LQ04X022610 Protein ABCI12, chloroplastic 9.133295212 L4_control_A3 +LQ04X022610 Protein ABCI12, chloroplastic 7.475856021 L4_control_B1 +LQ04X022610 Protein ABCI12, chloroplastic 8.2135366 L4_control_B2 +LQ04X022610 Protein ABCI12, chloroplastic 8.72452006 L4_control_B3 +LQ04X022610 Protein ABCI12, chloroplastic 9.691466115 L4_control_C2 +LQ04X022610 Protein ABCI12, chloroplastic 9.496289303 L4_control_C3 +LQ04X022610 Protein ABCI12, chloroplastic 8.419710321 L4_chemical_A1 +LQ04X022610 Protein ABCI12, chloroplastic 7.872075923 L4_chemical_A2 +LQ04X022610 Protein ABCI12, chloroplastic 8.964546755 L4_chemical_A3 +LQ04X022610 Protein ABCI12, chloroplastic 7.711434103 L4_chemical_B1 +LQ04X022610 Protein ABCI12, chloroplastic 8.025627539 L4_chemical_B2 +LQ04X022610 Protein ABCI12, chloroplastic 8.336598684 L4_chemical_B3 +LQ04X022610 Protein ABCI12, chloroplastic 8.930802746 L4_chemical_C2 +LQ04X022610 Protein ABCI12, chloroplastic 9.471320441 L4_chemical_C3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.69470656 C6_control_A1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.11518808 C6_control_A3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.00131232 C6_control_B1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.83372947 C6_control_B2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.09686318 C6_control_B3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.90902452 C6_control_C1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.67571528 C6_control_C2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 15.0326051 C6_control_C3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.74541367 C6_chemical_A1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.45602503 C6_chemical_A3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.81472251 C6_chemical_B1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.97425503 C6_chemical_B2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.90417139 C6_chemical_B3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.89756173 C6_chemical_C1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 15.05200468 C6_chemical_C2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.97031313 C6_chemical_C3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.49719492 L4_control_A1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.44020053 L4_control_A2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 12.73713853 L4_control_A3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.97258838 L4_control_B1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.06733184 L4_control_B2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.73953698 L4_control_B3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.88035043 L4_control_C2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.56615579 L4_control_C3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.36057717 L4_chemical_A1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.25013371 L4_chemical_A2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 12.58635044 L4_chemical_A3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.02279535 L4_chemical_B1 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.74367434 L4_chemical_B2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.81664592 L4_chemical_B3 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 14.10251081 L4_chemical_C2 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.75473875 L4_chemical_C3 +LQ04X022640 Catalytic, putative 9.9773131 C6_control_A1 +LQ04X022640 Catalytic, putative 9.930596856 C6_control_A3 +LQ04X022640 Catalytic, putative 10.33145864 C6_control_B1 +LQ04X022640 Catalytic, putative 10.10128601 C6_control_B2 +LQ04X022640 Catalytic, putative 10.7340425 C6_control_B3 +LQ04X022640 Catalytic, putative 10.33196028 C6_control_C1 +LQ04X022640 Catalytic, putative 10.91541602 C6_control_C2 +LQ04X022640 Catalytic, putative 10.1341247 C6_control_C3 +LQ04X022640 Catalytic, putative 10.53617167 C6_chemical_A1 +LQ04X022640 Catalytic, putative 10.10181674 C6_chemical_A3 +LQ04X022640 Catalytic, putative 10.65694295 C6_chemical_B1 +LQ04X022640 Catalytic, putative 10.23847935 C6_chemical_B2 +LQ04X022640 Catalytic, putative 10.81967938 C6_chemical_B3 +LQ04X022640 Catalytic, putative 10.83107101 C6_chemical_C1 +LQ04X022640 Catalytic, putative 10.86267403 C6_chemical_C2 +LQ04X022640 Catalytic, putative 11.0677694 C6_chemical_C3 +LQ04X022640 Catalytic, putative 10.51928626 L4_control_A1 +LQ04X022640 Catalytic, putative 10.56503441 L4_control_A2 +LQ04X022640 Catalytic, putative 10.53500002 L4_control_A3 +LQ04X022640 Catalytic, putative 10.9178589 L4_control_B1 +LQ04X022640 Catalytic, putative 11.444315 L4_control_B2 +LQ04X022640 Catalytic, putative 10.9429843 L4_control_B3 +LQ04X022640 Catalytic, putative 11.93514291 L4_control_C2 +LQ04X022640 Catalytic, putative 11.70649793 L4_control_C3 +LQ04X022640 Catalytic, putative 10.33639331 L4_chemical_A1 +LQ04X022640 Catalytic, putative 10.60974664 L4_chemical_A2 +LQ04X022640 Catalytic, putative 10.05516768 L4_chemical_A3 +LQ04X022640 Catalytic, putative 10.80427125 L4_chemical_B1 +LQ04X022640 Catalytic, putative 11.20058669 L4_chemical_B2 +LQ04X022640 Catalytic, putative 9.979427663 L4_chemical_B3 +LQ04X022640 Catalytic, putative 11.6234544 L4_chemical_C2 +LQ04X022640 Catalytic, putative 11.2531219 L4_chemical_C3 +LQ04X022660 Putative Guanylate kinase 11.86399184 C6_control_A1 +LQ04X022660 Putative Guanylate kinase 12.39885807 C6_control_A3 +LQ04X022660 Putative Guanylate kinase 11.5396323 C6_control_B1 +LQ04X022660 Putative Guanylate kinase 11.459274 C6_control_B2 +LQ04X022660 Putative Guanylate kinase 12.02747418 C6_control_B3 +LQ04X022660 Putative Guanylate kinase 12.32404075 C6_control_C1 +LQ04X022660 Putative Guanylate kinase 11.66441055 C6_control_C2 +LQ04X022660 Putative Guanylate kinase 12.47418324 C6_control_C3 +LQ04X022660 Putative Guanylate kinase 11.347651 C6_chemical_A1 +LQ04X022660 Putative Guanylate kinase 11.57385555 C6_chemical_A3 +LQ04X022660 Putative Guanylate kinase 11.17067485 C6_chemical_B1 +LQ04X022660 Putative Guanylate kinase 10.79359901 C6_chemical_B2 +LQ04X022660 Putative Guanylate kinase 11.80868131 C6_chemical_B3 +LQ04X022660 Putative Guanylate kinase 12.05835989 C6_chemical_C1 +LQ04X022660 Putative Guanylate kinase 11.74271371 C6_chemical_C2 +LQ04X022660 Putative Guanylate kinase 11.91682229 C6_chemical_C3 +LQ04X022660 Putative Guanylate kinase 11.61528857 L4_control_A1 +LQ04X022660 Putative Guanylate kinase 11.41065466 L4_control_A2 +LQ04X022660 Putative Guanylate kinase 12.43654447 L4_control_A3 +LQ04X022660 Putative Guanylate kinase 11.12182271 L4_control_B1 +LQ04X022660 Putative Guanylate kinase 10.46349053 L4_control_B2 +LQ04X022660 Putative Guanylate kinase 11.52793695 L4_control_B3 +LQ04X022660 Putative Guanylate kinase 11.24467963 L4_control_C2 +LQ04X022660 Putative Guanylate kinase 11.27547117 L4_control_C3 +LQ04X022660 Putative Guanylate kinase 10.91895499 L4_chemical_A1 +LQ04X022660 Putative Guanylate kinase 10.31016932 L4_chemical_A2 +LQ04X022660 Putative Guanylate kinase 12.398456 L4_chemical_A3 +LQ04X022660 Putative Guanylate kinase 11.04409148 L4_chemical_B1 +LQ04X022660 Putative Guanylate kinase 10.34387974 L4_chemical_B2 +LQ04X022660 Putative Guanylate kinase 11.27683397 L4_chemical_B3 +LQ04X022660 Putative Guanylate kinase 10.71534888 L4_chemical_C2 +LQ04X022660 Putative Guanylate kinase 11.52599587 L4_chemical_C3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.77774407 C6_control_A1 +LQ04X022670 Putative Speckle-type POZ protein-like 12.44664264 C6_control_A3 +LQ04X022670 Putative Speckle-type POZ protein-like 13.12855363 C6_control_B1 +LQ04X022670 Putative Speckle-type POZ protein-like 13.11806618 C6_control_B2 +LQ04X022670 Putative Speckle-type POZ protein-like 13.02196358 C6_control_B3 +LQ04X022670 Putative Speckle-type POZ protein-like 13.66541505 C6_control_C1 +LQ04X022670 Putative Speckle-type POZ protein-like 13.74484751 C6_control_C2 +LQ04X022670 Putative Speckle-type POZ protein-like 13.90612251 C6_control_C3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.59965884 C6_chemical_A1 +LQ04X022670 Putative Speckle-type POZ protein-like 12.40164597 C6_chemical_A3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.92582241 C6_chemical_B1 +LQ04X022670 Putative Speckle-type POZ protein-like 13.07375588 C6_chemical_B2 +LQ04X022670 Putative Speckle-type POZ protein-like 12.93991948 C6_chemical_B3 +LQ04X022670 Putative Speckle-type POZ protein-like 13.40359955 C6_chemical_C1 +LQ04X022670 Putative Speckle-type POZ protein-like 13.40818645 C6_chemical_C2 +LQ04X022670 Putative Speckle-type POZ protein-like 13.63012787 C6_chemical_C3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.14206678 L4_control_A1 +LQ04X022670 Putative Speckle-type POZ protein-like 12.35040404 L4_control_A2 +LQ04X022670 Putative Speckle-type POZ protein-like 11.81286753 L4_control_A3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.48595445 L4_control_B1 +LQ04X022670 Putative Speckle-type POZ protein-like 12.17458497 L4_control_B2 +LQ04X022670 Putative Speckle-type POZ protein-like 12.9404269 L4_control_B3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.72525208 L4_control_C2 +LQ04X022670 Putative Speckle-type POZ protein-like 12.39928924 L4_control_C3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.79748371 L4_chemical_A1 +LQ04X022670 Putative Speckle-type POZ protein-like 12.4807406 L4_chemical_A2 +LQ04X022670 Putative Speckle-type POZ protein-like 12.33651228 L4_chemical_A3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.37035715 L4_chemical_B1 +LQ04X022670 Putative Speckle-type POZ protein-like 12.39826109 L4_chemical_B2 +LQ04X022670 Putative Speckle-type POZ protein-like 12.59929635 L4_chemical_B3 +LQ04X022670 Putative Speckle-type POZ protein-like 12.88318928 L4_chemical_C2 +LQ04X022670 Putative Speckle-type POZ protein-like 12.60619296 L4_chemical_C3 +LQ04X022680 Mitogen-activated protein kinase 16 10.34827868 C6_control_A1 +LQ04X022680 Mitogen-activated protein kinase 16 10.38708177 C6_control_A3 +LQ04X022680 Mitogen-activated protein kinase 16 10.28357281 C6_control_B1 +LQ04X022680 Mitogen-activated protein kinase 16 10.70654856 C6_control_B2 +LQ04X022680 Mitogen-activated protein kinase 16 10.50584941 C6_control_B3 +LQ04X022680 Mitogen-activated protein kinase 16 11.79100451 C6_control_C1 +LQ04X022680 Mitogen-activated protein kinase 16 11.33425178 C6_control_C2 +LQ04X022680 Mitogen-activated protein kinase 16 11.33625342 C6_control_C3 +LQ04X022680 Mitogen-activated protein kinase 16 10.394666 C6_chemical_A1 +LQ04X022680 Mitogen-activated protein kinase 16 10.38482413 C6_chemical_A3 +LQ04X022680 Mitogen-activated protein kinase 16 10.37444323 C6_chemical_B1 +LQ04X022680 Mitogen-activated protein kinase 16 10.59480973 C6_chemical_B2 +LQ04X022680 Mitogen-activated protein kinase 16 10.42300593 C6_chemical_B3 +LQ04X022680 Mitogen-activated protein kinase 16 11.8552931 C6_chemical_C1 +LQ04X022680 Mitogen-activated protein kinase 16 11.48768997 C6_chemical_C2 +LQ04X022680 Mitogen-activated protein kinase 16 11.70707848 C6_chemical_C3 +LQ04X022680 Mitogen-activated protein kinase 16 10.46600985 L4_control_A1 +LQ04X022680 Mitogen-activated protein kinase 16 10.41205674 L4_control_A2 +LQ04X022680 Mitogen-activated protein kinase 16 9.906030368 L4_control_A3 +LQ04X022680 Mitogen-activated protein kinase 16 10.36277608 L4_control_B1 +LQ04X022680 Mitogen-activated protein kinase 16 10.66869794 L4_control_B2 +LQ04X022680 Mitogen-activated protein kinase 16 10.40555091 L4_control_B3 +LQ04X022680 Mitogen-activated protein kinase 16 10.48433389 L4_control_C2 +LQ04X022680 Mitogen-activated protein kinase 16 11.14831627 L4_control_C3 +LQ04X022680 Mitogen-activated protein kinase 16 10.62770949 L4_chemical_A1 +LQ04X022680 Mitogen-activated protein kinase 16 10.43296059 L4_chemical_A2 +LQ04X022680 Mitogen-activated protein kinase 16 9.732669615 L4_chemical_A3 +LQ04X022680 Mitogen-activated protein kinase 16 10.47559937 L4_chemical_B1 +LQ04X022680 Mitogen-activated protein kinase 16 10.29104859 L4_chemical_B2 +LQ04X022680 Mitogen-activated protein kinase 16 10.7327356 L4_chemical_B3 +LQ04X022680 Mitogen-activated protein kinase 16 10.51268937 L4_chemical_C2 +LQ04X022680 Mitogen-activated protein kinase 16 10.77526374 L4_chemical_C3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.7915372 C6_control_A1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.64316475 C6_control_A3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.84463161 C6_control_B1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.87839614 C6_control_B2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.62929216 C6_control_B3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.95644179 C6_control_C1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 15.10944951 C6_control_C2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.52607954 C6_control_C3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.60107499 C6_chemical_A1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.68228158 C6_chemical_A3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.57151082 C6_chemical_B1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.48828413 C6_chemical_B2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.50234622 C6_chemical_B3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.80672006 C6_chemical_C1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.65377488 C6_chemical_C2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.36494348 C6_chemical_C3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.32628541 L4_control_A1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.61223534 L4_control_A2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 13.39750584 L4_control_A3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.5395082 L4_control_B1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.47293597 L4_control_B2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.33859995 L4_control_B3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.55783888 L4_control_C2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.03437422 L4_control_C3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 13.97321055 L4_chemical_A1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.24471263 L4_chemical_A2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 13.46499744 L4_chemical_A3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.46917807 L4_chemical_B1 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.20245729 L4_chemical_B2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.48947366 L4_chemical_B3 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 13.88403782 L4_chemical_C2 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 13.87303371 L4_chemical_C3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.38980745 C6_control_A1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.47654767 C6_control_A3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.34901686 C6_control_B1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 13.06882773 C6_control_B2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.77704663 C6_control_B3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 13.01043286 C6_control_C1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 13.01191134 C6_control_C2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.6282113 C6_control_C3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.63363441 C6_chemical_A1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.83588829 C6_chemical_A3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.6578313 C6_chemical_B1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.21388908 C6_chemical_B2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.2566058 C6_chemical_B3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.54572885 C6_chemical_C1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.33771322 C6_chemical_C2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.78654309 C6_chemical_C3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.65308794 L4_control_A1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.25023475 L4_control_A2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.30821901 L4_control_A3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.14033741 L4_control_B1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.6578909 L4_control_B2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.39015899 L4_control_B3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.92060737 L4_control_C2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.7487765 L4_control_C3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.71420733 L4_chemical_A1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 10.83538032 L4_chemical_A2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 12.30408934 L4_chemical_A3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.44737799 L4_chemical_B1 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 10.8954369 L4_chemical_B2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.95798788 L4_chemical_B3 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.44682206 L4_chemical_C2 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.7909736 L4_chemical_C3 +LQ04X022750 Putative uncharacterized protein 7.088418331 C6_control_A1 +LQ04X022750 Putative uncharacterized protein 6.900966474 C6_control_A3 +LQ04X022750 Putative uncharacterized protein 8.387234795 C6_control_B1 +LQ04X022750 Putative uncharacterized protein 9.334475313 C6_control_B2 +LQ04X022750 Putative uncharacterized protein 9.35304569 C6_control_B3 +LQ04X022750 Putative uncharacterized protein 7.707632665 C6_control_C1 +LQ04X022750 Putative uncharacterized protein 7.8540551 C6_control_C2 +LQ04X022750 Putative uncharacterized protein 8.053600356 C6_control_C3 +LQ04X022750 Putative uncharacterized protein 8.601506432 C6_chemical_A1 +LQ04X022750 Putative uncharacterized protein 7.771641035 C6_chemical_A3 +LQ04X022750 Putative uncharacterized protein 10.42618609 C6_chemical_B1 +LQ04X022750 Putative uncharacterized protein 9.547453416 C6_chemical_B2 +LQ04X022750 Putative uncharacterized protein 11.13276016 C6_chemical_B3 +LQ04X022750 Putative uncharacterized protein 8.769120457 C6_chemical_C1 +LQ04X022750 Putative uncharacterized protein 8.405686372 C6_chemical_C2 +LQ04X022750 Putative uncharacterized protein 9.179049458 C6_chemical_C3 +LQ04X022750 Putative uncharacterized protein 8.047667574 L4_control_A1 +LQ04X022750 Putative uncharacterized protein 8.422614032 L4_control_A2 +LQ04X022750 Putative uncharacterized protein 9.008033482 L4_control_A3 +LQ04X022750 Putative uncharacterized protein 11.23447882 L4_control_B1 +LQ04X022750 Putative uncharacterized protein 9.9856193 L4_control_B2 +LQ04X022750 Putative uncharacterized protein 10.8406361 L4_control_B3 +LQ04X022750 Putative uncharacterized protein 10.28123004 L4_control_C2 +LQ04X022750 Putative uncharacterized protein 10.09340052 L4_control_C3 +LQ04X022750 Putative uncharacterized protein 8.42232855 L4_chemical_A1 +LQ04X022750 Putative uncharacterized protein 8.882666546 L4_chemical_A2 +LQ04X022750 Putative uncharacterized protein 9.794409717 L4_chemical_A3 +LQ04X022750 Putative uncharacterized protein 10.61635433 L4_chemical_B1 +LQ04X022750 Putative uncharacterized protein 11.02935764 L4_chemical_B2 +LQ04X022750 Putative uncharacterized protein 10.2255438 L4_chemical_B3 +LQ04X022750 Putative uncharacterized protein 10.0817032 L4_chemical_C2 +LQ04X022750 Putative uncharacterized protein 10.36274118 L4_chemical_C3 +LQ04X022790 Putative Serine incorporator 3 12.63561359 C6_control_A1 +LQ04X022790 Putative Serine incorporator 3 12.40043622 C6_control_A3 +LQ04X022790 Putative Serine incorporator 3 12.78002372 C6_control_B1 +LQ04X022790 Putative Serine incorporator 3 12.72286166 C6_control_B2 +LQ04X022790 Putative Serine incorporator 3 13.01801689 C6_control_B3 +LQ04X022790 Putative Serine incorporator 3 12.94304953 C6_control_C1 +LQ04X022790 Putative Serine incorporator 3 12.90124624 C6_control_C2 +LQ04X022790 Putative Serine incorporator 3 13.06482585 C6_control_C3 +LQ04X022790 Putative Serine incorporator 3 12.95685176 C6_chemical_A1 +LQ04X022790 Putative Serine incorporator 3 12.97871311 C6_chemical_A3 +LQ04X022790 Putative Serine incorporator 3 13.02762424 C6_chemical_B1 +LQ04X022790 Putative Serine incorporator 3 12.71325961 C6_chemical_B2 +LQ04X022790 Putative Serine incorporator 3 13.03731884 C6_chemical_B3 +LQ04X022790 Putative Serine incorporator 3 12.90996371 C6_chemical_C1 +LQ04X022790 Putative Serine incorporator 3 12.86295543 C6_chemical_C2 +LQ04X022790 Putative Serine incorporator 3 13.04877858 C6_chemical_C3 +LQ04X022790 Putative Serine incorporator 3 13.25055788 L4_control_A1 +LQ04X022790 Putative Serine incorporator 3 13.06838147 L4_control_A2 +LQ04X022790 Putative Serine incorporator 3 13.26662256 L4_control_A3 +LQ04X022790 Putative Serine incorporator 3 13.03963186 L4_control_B1 +LQ04X022790 Putative Serine incorporator 3 13.23146089 L4_control_B2 +LQ04X022790 Putative Serine incorporator 3 13.03480081 L4_control_B3 +LQ04X022790 Putative Serine incorporator 3 13.26128114 L4_control_C2 +LQ04X022790 Putative Serine incorporator 3 13.59092594 L4_control_C3 +LQ04X022790 Putative Serine incorporator 3 13.31435248 L4_chemical_A1 +LQ04X022790 Putative Serine incorporator 3 13.62654708 L4_chemical_A2 +LQ04X022790 Putative Serine incorporator 3 13.4314582 L4_chemical_A3 +LQ04X022790 Putative Serine incorporator 3 13.064747 L4_chemical_B1 +LQ04X022790 Putative Serine incorporator 3 13.21165176 L4_chemical_B2 +LQ04X022790 Putative Serine incorporator 3 13.20422889 L4_chemical_B3 +LQ04X022790 Putative Serine incorporator 3 13.39603731 L4_chemical_C2 +LQ04X022790 Putative Serine incorporator 3 13.53223185 L4_chemical_C3 +LQ04X022810 Predicted protein 10.16977373 C6_control_A1 +LQ04X022810 Predicted protein 10.25078199 C6_control_A3 +LQ04X022810 Predicted protein 10.27079286 C6_control_B1 +LQ04X022810 Predicted protein 9.920355627 C6_control_B2 +LQ04X022810 Predicted protein 9.694163303 C6_control_B3 +LQ04X022810 Predicted protein 10.09564596 C6_control_C1 +LQ04X022810 Predicted protein 10.15285369 C6_control_C2 +LQ04X022810 Predicted protein 9.542789129 C6_control_C3 +LQ04X022810 Predicted protein 10.60137615 C6_chemical_A1 +LQ04X022810 Predicted protein 10.41019064 C6_chemical_A3 +LQ04X022810 Predicted protein 10.31773266 C6_chemical_B1 +LQ04X022810 Predicted protein 10.42832825 C6_chemical_B2 +LQ04X022810 Predicted protein 9.83166142 C6_chemical_B3 +LQ04X022810 Predicted protein 10.65221915 C6_chemical_C1 +LQ04X022810 Predicted protein 10.33982742 C6_chemical_C2 +LQ04X022810 Predicted protein 10.04056553 C6_chemical_C3 +LQ04X022810 Predicted protein 10.67136217 L4_control_A1 +LQ04X022810 Predicted protein 10.71470889 L4_control_A2 +LQ04X022810 Predicted protein 10.98865221 L4_control_A3 +LQ04X022810 Predicted protein 10.16460388 L4_control_B1 +LQ04X022810 Predicted protein 10.21446545 L4_control_B2 +LQ04X022810 Predicted protein 9.942092682 L4_control_B3 +LQ04X022810 Predicted protein 10.64169687 L4_control_C2 +LQ04X022810 Predicted protein 10.39287403 L4_control_C3 +LQ04X022810 Predicted protein 10.71418888 L4_chemical_A1 +LQ04X022810 Predicted protein 10.98653354 L4_chemical_A2 +LQ04X022810 Predicted protein 11.01672055 L4_chemical_A3 +LQ04X022810 Predicted protein 10.25207443 L4_chemical_B1 +LQ04X022810 Predicted protein 10.11911695 L4_chemical_B2 +LQ04X022810 Predicted protein 9.877604236 L4_chemical_B3 +LQ04X022810 Predicted protein 10.67448592 L4_chemical_C2 +LQ04X022810 Predicted protein 10.41247229 L4_chemical_C3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.964724685 C6_control_A1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.7527967 C6_control_A3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.673078682 C6_control_B1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.522961789 C6_control_B2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.485812905 C6_control_B3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.032895944 C6_control_C1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.840719136 C6_control_C2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.261715647 C6_control_C3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.237914855 C6_chemical_A1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.540671675 C6_chemical_A3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.394655102 C6_chemical_B1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.414715367 C6_chemical_B2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.701342252 C6_chemical_B3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.901071417 C6_chemical_C1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.9927504 C6_chemical_C2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.361203651 C6_chemical_C3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.01799983 L4_control_A1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.506798306 L4_control_A2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.271922115 L4_control_A3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.193243974 L4_control_B1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.412560042 L4_control_B2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.68341706 L4_control_B3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.252868183 L4_control_C2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 4.877061381 L4_control_C3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.579977536 L4_chemical_A1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.400480884 L4_chemical_A2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.48581465 L4_chemical_A3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.002557368 L4_chemical_B1 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.965487213 L4_chemical_B2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.834050309 L4_chemical_B3 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.336844092 L4_chemical_C2 +LQ04X022820 Putative uncharacterized protein At5g19030.1 5.386343472 L4_chemical_C3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.284152299 C6_control_A1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.53691174 C6_control_A3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 4.813536084 C6_control_B1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.643564401 C6_control_B2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.192796034 C6_control_B3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.284248195 C6_control_C1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.364847784 C6_control_C2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.699382331 C6_control_C3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.596312728 C6_chemical_A1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.052768381 C6_chemical_A3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.253253576 C6_chemical_B1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.44536454 C6_chemical_B2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.132072846 C6_chemical_B3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.068317244 C6_chemical_C1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.512910189 C6_chemical_C2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.32092046 C6_chemical_C3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.358069878 L4_control_A1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.156437497 L4_control_A2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 6.26797725 L4_control_A3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.685409639 L4_control_B1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.194145195 L4_control_B2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 4.827034947 L4_control_B3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 4.970548202 L4_control_C2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.709672121 L4_control_C3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.006335452 L4_chemical_A1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.340710534 L4_chemical_A2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 6.917640219 L4_chemical_A3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.369640555 L4_chemical_B1 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.032316866 L4_chemical_B2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.265438776 L4_chemical_B3 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.525645307 L4_chemical_C2 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 4.825486638 L4_chemical_C3 +LQ04X022860 Putative uncharacterized protein 5.753732218 C6_control_A1 +LQ04X022860 Putative uncharacterized protein 5.848028658 C6_control_A3 +LQ04X022860 Putative uncharacterized protein 5.777971574 C6_control_B1 +LQ04X022860 Putative uncharacterized protein 5.195984936 C6_control_B2 +LQ04X022860 Putative uncharacterized protein 5.378230649 C6_control_B3 +LQ04X022860 Putative uncharacterized protein 5.143981842 C6_control_C1 +LQ04X022860 Putative uncharacterized protein 5.505908949 C6_control_C2 +LQ04X022860 Putative uncharacterized protein 5.047494228 C6_control_C3 +LQ04X022860 Putative uncharacterized protein 5.323672268 C6_chemical_A1 +LQ04X022860 Putative uncharacterized protein 5.509317861 C6_chemical_A3 +LQ04X022860 Putative uncharacterized protein 5.868207574 C6_chemical_B1 +LQ04X022860 Putative uncharacterized protein 5.420871368 C6_chemical_B2 +LQ04X022860 Putative uncharacterized protein 5.182044076 C6_chemical_B3 +LQ04X022860 Putative uncharacterized protein 4.931697781 C6_chemical_C1 +LQ04X022860 Putative uncharacterized protein 4.880215781 C6_chemical_C2 +LQ04X022860 Putative uncharacterized protein 5.214710455 C6_chemical_C3 +LQ04X022860 Putative uncharacterized protein 5.351942415 L4_control_A1 +LQ04X022860 Putative uncharacterized protein 5.282181608 L4_control_A2 +LQ04X022860 Putative uncharacterized protein 5.438838569 L4_control_A3 +LQ04X022860 Putative uncharacterized protein 5.347372676 L4_control_B1 +LQ04X022860 Putative uncharacterized protein 5.366109672 L4_control_B2 +LQ04X022860 Putative uncharacterized protein 5.371083376 L4_control_B3 +LQ04X022860 Putative uncharacterized protein 5.38382184 L4_control_C2 +LQ04X022860 Putative uncharacterized protein 6.209174073 L4_control_C3 +LQ04X022860 Putative uncharacterized protein 5.141268792 L4_chemical_A1 +LQ04X022860 Putative uncharacterized protein 5.091595881 L4_chemical_A2 +LQ04X022860 Putative uncharacterized protein 5.378798726 L4_chemical_A3 +LQ04X022860 Putative uncharacterized protein 5.499774915 L4_chemical_B1 +LQ04X022860 Putative uncharacterized protein 5.685055312 L4_chemical_B2 +LQ04X022860 Putative uncharacterized protein 5.034613058 L4_chemical_B3 +LQ04X022860 Putative uncharacterized protein 5.073532433 L4_chemical_C2 +LQ04X022860 Putative uncharacterized protein 5.824858263 L4_chemical_C3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.54340415 C6_control_A1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.33488834 C6_control_A3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.78809667 C6_control_B1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.60656333 C6_control_B2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 13.14144171 C6_control_B3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.35019775 C6_control_C1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.46421454 C6_control_C2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.77506444 C6_control_C3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.52565247 C6_chemical_A1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.43705717 C6_chemical_A3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.66279984 C6_chemical_B1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.39248404 C6_chemical_B2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 13.15388286 C6_chemical_B3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.10065916 C6_chemical_C1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.33496253 C6_chemical_C2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.26774834 C6_chemical_C3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.59537388 L4_control_A1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.44457575 L4_control_A2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.63966794 L4_control_A3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 13.09866893 L4_control_B1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 13.03373051 L4_control_B2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.89245162 L4_control_B3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.91375598 L4_control_C2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 13.04643301 L4_control_C3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.69435942 L4_chemical_A1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.68389069 L4_chemical_A2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.66140861 L4_chemical_A3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 13.14326556 L4_chemical_B1 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 13.10996518 L4_chemical_B2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.75520729 L4_chemical_B3 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.9611852 L4_chemical_C2 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 13.12314055 L4_chemical_C3 +LQ04X022880 Putative uncharacterized protein 10.33768862 C6_control_A1 +LQ04X022880 Putative uncharacterized protein 10.5101291 C6_control_A3 +LQ04X022880 Putative uncharacterized protein 10.70564351 C6_control_B1 +LQ04X022880 Putative uncharacterized protein 11.2206093 C6_control_B2 +LQ04X022880 Putative uncharacterized protein 11.26194371 C6_control_B3 +LQ04X022880 Putative uncharacterized protein 8.653930229 C6_control_C1 +LQ04X022880 Putative uncharacterized protein 8.226749266 C6_control_C2 +LQ04X022880 Putative uncharacterized protein 8.622414097 C6_control_C3 +LQ04X022880 Putative uncharacterized protein 10.13456586 C6_chemical_A1 +LQ04X022880 Putative uncharacterized protein 10.05127309 C6_chemical_A3 +LQ04X022880 Putative uncharacterized protein 10.28071953 C6_chemical_B1 +LQ04X022880 Putative uncharacterized protein 10.85346436 C6_chemical_B2 +LQ04X022880 Putative uncharacterized protein 9.807083263 C6_chemical_B3 +LQ04X022880 Putative uncharacterized protein 8.723041841 C6_chemical_C1 +LQ04X022880 Putative uncharacterized protein 8.071464924 C6_chemical_C2 +LQ04X022880 Putative uncharacterized protein 7.79111536 C6_chemical_C3 +LQ04X022880 Putative uncharacterized protein 10.55205208 L4_control_A1 +LQ04X022880 Putative uncharacterized protein 10.02004076 L4_control_A2 +LQ04X022880 Putative uncharacterized protein 9.945121925 L4_control_A3 +LQ04X022880 Putative uncharacterized protein 10.96910948 L4_control_B1 +LQ04X022880 Putative uncharacterized protein 9.647349065 L4_control_B2 +LQ04X022880 Putative uncharacterized protein 10.21321865 L4_control_B3 +LQ04X022880 Putative uncharacterized protein 7.663369492 L4_control_C2 +LQ04X022880 Putative uncharacterized protein 6.655141227 L4_control_C3 +LQ04X022880 Putative uncharacterized protein 9.428826865 L4_chemical_A1 +LQ04X022880 Putative uncharacterized protein 9.360887213 L4_chemical_A2 +LQ04X022880 Putative uncharacterized protein 9.185676429 L4_chemical_A3 +LQ04X022880 Putative uncharacterized protein 10.14829874 L4_chemical_B1 +LQ04X022880 Putative uncharacterized protein 9.741555276 L4_chemical_B2 +LQ04X022880 Putative uncharacterized protein 9.658407498 L4_chemical_B3 +LQ04X022880 Putative uncharacterized protein 7.328654915 L4_chemical_C2 +LQ04X022880 Putative uncharacterized protein 7.014726033 L4_chemical_C3 +LQ04X022910 Mahogunin, putative 12.23338622 C6_control_A1 +LQ04X022910 Mahogunin, putative 11.59892359 C6_control_A3 +LQ04X022910 Mahogunin, putative 12.53268008 C6_control_B1 +LQ04X022910 Mahogunin, putative 12.02169985 C6_control_B2 +LQ04X022910 Mahogunin, putative 12.56016122 C6_control_B3 +LQ04X022910 Mahogunin, putative 12.10947045 C6_control_C1 +LQ04X022910 Mahogunin, putative 11.63603042 C6_control_C2 +LQ04X022910 Mahogunin, putative 12.23394556 C6_control_C3 +LQ04X022910 Mahogunin, putative 12.25924331 C6_chemical_A1 +LQ04X022910 Mahogunin, putative 12.13684863 C6_chemical_A3 +LQ04X022910 Mahogunin, putative 12.37304055 C6_chemical_B1 +LQ04X022910 Mahogunin, putative 11.86103851 C6_chemical_B2 +LQ04X022910 Mahogunin, putative 12.56215324 C6_chemical_B3 +LQ04X022910 Mahogunin, putative 12.0571183 C6_chemical_C1 +LQ04X022910 Mahogunin, putative 11.72543973 C6_chemical_C2 +LQ04X022910 Mahogunin, putative 12.12780044 C6_chemical_C3 +LQ04X022910 Mahogunin, putative 12.13730698 L4_control_A1 +LQ04X022910 Mahogunin, putative 12.75762078 L4_control_A2 +LQ04X022910 Mahogunin, putative 12.40360181 L4_control_A3 +LQ04X022910 Mahogunin, putative 12.93525605 L4_control_B1 +LQ04X022910 Mahogunin, putative 13.03349685 L4_control_B2 +LQ04X022910 Mahogunin, putative 12.30485236 L4_control_B3 +LQ04X022910 Mahogunin, putative 12.83339471 L4_control_C2 +LQ04X022910 Mahogunin, putative 12.38582222 L4_control_C3 +LQ04X022910 Mahogunin, putative 12.37267249 L4_chemical_A1 +LQ04X022910 Mahogunin, putative 13.07610269 L4_chemical_A2 +LQ04X022910 Mahogunin, putative 12.44157623 L4_chemical_A3 +LQ04X022910 Mahogunin, putative 13.20599425 L4_chemical_B1 +LQ04X022910 Mahogunin, putative 13.3574904 L4_chemical_B2 +LQ04X022910 Mahogunin, putative 12.24090946 L4_chemical_B3 +LQ04X022910 Mahogunin, putative 12.81486163 L4_chemical_C2 +LQ04X022910 Mahogunin, putative 12.16242469 L4_chemical_C3 +LQ04X022920 Hypothetical protein 6.419194443 C6_control_A1 +LQ04X022920 Hypothetical protein 6.037833931 C6_control_A3 +LQ04X022920 Hypothetical protein 6.335035097 C6_control_B1 +LQ04X022920 Hypothetical protein 5.95010961 C6_control_B2 +LQ04X022920 Hypothetical protein 6.827436221 C6_control_B3 +LQ04X022920 Hypothetical protein 6.250932605 C6_control_C1 +LQ04X022920 Hypothetical protein 5.804142465 C6_control_C2 +LQ04X022920 Hypothetical protein 6.369672955 C6_control_C3 +LQ04X022920 Hypothetical protein 6.422608635 C6_chemical_A1 +LQ04X022920 Hypothetical protein 6.172231154 C6_chemical_A3 +LQ04X022920 Hypothetical protein 6.775584456 C6_chemical_B1 +LQ04X022920 Hypothetical protein 6.250477151 C6_chemical_B2 +LQ04X022920 Hypothetical protein 6.510681089 C6_chemical_B3 +LQ04X022920 Hypothetical protein 5.890875641 C6_chemical_C1 +LQ04X022920 Hypothetical protein 6.403384893 C6_chemical_C2 +LQ04X022920 Hypothetical protein 6.076937438 C6_chemical_C3 +LQ04X022920 Hypothetical protein 5.966733599 L4_control_A1 +LQ04X022920 Hypothetical protein 6.115832627 L4_control_A2 +LQ04X022920 Hypothetical protein 6.072705801 L4_control_A3 +LQ04X022920 Hypothetical protein 6.427961367 L4_control_B1 +LQ04X022920 Hypothetical protein 6.719814599 L4_control_B2 +LQ04X022920 Hypothetical protein 6.010152043 L4_control_B3 +LQ04X022920 Hypothetical protein 5.940313709 L4_control_C2 +LQ04X022920 Hypothetical protein 5.847248208 L4_control_C3 +LQ04X022920 Hypothetical protein 6.286250761 L4_chemical_A1 +LQ04X022920 Hypothetical protein 6.09435682 L4_chemical_A2 +LQ04X022920 Hypothetical protein 6.180401003 L4_chemical_A3 +LQ04X022920 Hypothetical protein 6.892131297 L4_chemical_B1 +LQ04X022920 Hypothetical protein 7.223103796 L4_chemical_B2 +LQ04X022920 Hypothetical protein 6.278825812 L4_chemical_B3 +LQ04X022920 Hypothetical protein 6.625165763 L4_chemical_C2 +LQ04X022920 Hypothetical protein 6.632225987 L4_chemical_C3 +LQ04X022940 Predicted protein (Fragment) 12.54240348 C6_control_A1 +LQ04X022940 Predicted protein (Fragment) 12.74708895 C6_control_A3 +LQ04X022940 Predicted protein (Fragment) 11.87348324 C6_control_B1 +LQ04X022940 Predicted protein (Fragment) 11.30290242 C6_control_B2 +LQ04X022940 Predicted protein (Fragment) 11.26279842 C6_control_B3 +LQ04X022940 Predicted protein (Fragment) 9.246271457 C6_control_C1 +LQ04X022940 Predicted protein (Fragment) 9.92734998 C6_control_C2 +LQ04X022940 Predicted protein (Fragment) 9.333804807 C6_control_C3 +LQ04X022940 Predicted protein (Fragment) 12.28364807 C6_chemical_A1 +LQ04X022940 Predicted protein (Fragment) 12.35136786 C6_chemical_A3 +LQ04X022940 Predicted protein (Fragment) 11.18816821 C6_chemical_B1 +LQ04X022940 Predicted protein (Fragment) 11.38848471 C6_chemical_B2 +LQ04X022940 Predicted protein (Fragment) 10.90724692 C6_chemical_B3 +LQ04X022940 Predicted protein (Fragment) 9.369580011 C6_chemical_C1 +LQ04X022940 Predicted protein (Fragment) 9.264577651 C6_chemical_C2 +LQ04X022940 Predicted protein (Fragment) 9.287929897 C6_chemical_C3 +LQ04X022940 Predicted protein (Fragment) 12.54006211 L4_control_A1 +LQ04X022940 Predicted protein (Fragment) 11.86871317 L4_control_A2 +LQ04X022940 Predicted protein (Fragment) 11.84545857 L4_control_A3 +LQ04X022940 Predicted protein (Fragment) 11.75641991 L4_control_B1 +LQ04X022940 Predicted protein (Fragment) 10.73558913 L4_control_B2 +LQ04X022940 Predicted protein (Fragment) 10.21892093 L4_control_B3 +LQ04X022940 Predicted protein (Fragment) 8.85616041 L4_control_C2 +LQ04X022940 Predicted protein (Fragment) 7.706413758 L4_control_C3 +LQ04X022940 Predicted protein (Fragment) 12.68292687 L4_chemical_A1 +LQ04X022940 Predicted protein (Fragment) 11.50220829 L4_chemical_A2 +LQ04X022940 Predicted protein (Fragment) 12.44341751 L4_chemical_A3 +LQ04X022940 Predicted protein (Fragment) 11.10692492 L4_chemical_B1 +LQ04X022940 Predicted protein (Fragment) 10.90919195 L4_chemical_B2 +LQ04X022940 Predicted protein (Fragment) 11.37909296 L4_chemical_B3 +LQ04X022940 Predicted protein (Fragment) 8.787288498 L4_chemical_C2 +LQ04X022940 Predicted protein (Fragment) 8.67400979 L4_chemical_C3 +LQ04X022950 Dual specificity protein phosphatase, putative 11.75558649 C6_control_A1 +LQ04X022950 Dual specificity protein phosphatase, putative 11.7610704 C6_control_A3 +LQ04X022950 Dual specificity protein phosphatase, putative 12.08320773 C6_control_B1 +LQ04X022950 Dual specificity protein phosphatase, putative 12.03157909 C6_control_B2 +LQ04X022950 Dual specificity protein phosphatase, putative 12.10893542 C6_control_B3 +LQ04X022950 Dual specificity protein phosphatase, putative 12.11275363 C6_control_C1 +LQ04X022950 Dual specificity protein phosphatase, putative 11.93779981 C6_control_C2 +LQ04X022950 Dual specificity protein phosphatase, putative 12.30129882 C6_control_C3 +LQ04X022950 Dual specificity protein phosphatase, putative 11.7374845 C6_chemical_A1 +LQ04X022950 Dual specificity protein phosphatase, putative 11.57505624 C6_chemical_A3 +LQ04X022950 Dual specificity protein phosphatase, putative 11.85754373 C6_chemical_B1 +LQ04X022950 Dual specificity protein phosphatase, putative 12.12891899 C6_chemical_B2 +LQ04X022950 Dual specificity protein phosphatase, putative 11.96304743 C6_chemical_B3 +LQ04X022950 Dual specificity protein phosphatase, putative 12.16729457 C6_chemical_C1 +LQ04X022950 Dual specificity protein phosphatase, putative 12.11989682 C6_chemical_C2 +LQ04X022950 Dual specificity protein phosphatase, putative 11.86918538 C6_chemical_C3 +LQ04X022950 Dual specificity protein phosphatase, putative 12.07159747 L4_control_A1 +LQ04X022950 Dual specificity protein phosphatase, putative 11.99696964 L4_control_A2 +LQ04X022950 Dual specificity protein phosphatase, putative 12.03613329 L4_control_A3 +LQ04X022950 Dual specificity protein phosphatase, putative 11.95365056 L4_control_B1 +LQ04X022950 Dual specificity protein phosphatase, putative 11.52542328 L4_control_B2 +LQ04X022950 Dual specificity protein phosphatase, putative 11.60835154 L4_control_B3 +LQ04X022950 Dual specificity protein phosphatase, putative 12.33159967 L4_control_C2 +LQ04X022950 Dual specificity protein phosphatase, putative 11.57123047 L4_control_C3 +LQ04X022950 Dual specificity protein phosphatase, putative 12.65999316 L4_chemical_A1 +LQ04X022950 Dual specificity protein phosphatase, putative 12.44823009 L4_chemical_A2 +LQ04X022950 Dual specificity protein phosphatase, putative 12.40040292 L4_chemical_A3 +LQ04X022950 Dual specificity protein phosphatase, putative 12.1210803 L4_chemical_B1 +LQ04X022950 Dual specificity protein phosphatase, putative 12.23766771 L4_chemical_B2 +LQ04X022950 Dual specificity protein phosphatase, putative 11.63134518 L4_chemical_B3 +LQ04X022950 Dual specificity protein phosphatase, putative 12.58670183 L4_chemical_C2 +LQ04X022950 Dual specificity protein phosphatase, putative 11.70606216 L4_chemical_C3 +LQ04X022980 Putative Basic 7S globulin 6.413993084 C6_control_A1 +LQ04X022980 Putative Basic 7S globulin 7.866318842 C6_control_A3 +LQ04X022980 Putative Basic 7S globulin 6.055792231 C6_control_B1 +LQ04X022980 Putative Basic 7S globulin 7.26599202 C6_control_B2 +LQ04X022980 Putative Basic 7S globulin 6.735934876 C6_control_B3 +LQ04X022980 Putative Basic 7S globulin 7.066919784 C6_control_C1 +LQ04X022980 Putative Basic 7S globulin 7.888871293 C6_control_C2 +LQ04X022980 Putative Basic 7S globulin 8.074043764 C6_control_C3 +LQ04X022980 Putative Basic 7S globulin 6.097503418 C6_chemical_A1 +LQ04X022980 Putative Basic 7S globulin 7.768279031 C6_chemical_A3 +LQ04X022980 Putative Basic 7S globulin 6.314965384 C6_chemical_B1 +LQ04X022980 Putative Basic 7S globulin 7.316470034 C6_chemical_B2 +LQ04X022980 Putative Basic 7S globulin 7.09119461 C6_chemical_B3 +LQ04X022980 Putative Basic 7S globulin 7.182182705 C6_chemical_C1 +LQ04X022980 Putative Basic 7S globulin 8.13638589 C6_chemical_C2 +LQ04X022980 Putative Basic 7S globulin 8.372491347 C6_chemical_C3 +LQ04X022980 Putative Basic 7S globulin 7.848039417 L4_control_A1 +LQ04X022980 Putative Basic 7S globulin 8.148141417 L4_control_A2 +LQ04X022980 Putative Basic 7S globulin 10.44204961 L4_control_A3 +LQ04X022980 Putative Basic 7S globulin 7.661440003 L4_control_B1 +LQ04X022980 Putative Basic 7S globulin 7.254619347 L4_control_B2 +LQ04X022980 Putative Basic 7S globulin 8.205363644 L4_control_B3 +LQ04X022980 Putative Basic 7S globulin 7.323012472 L4_control_C2 +LQ04X022980 Putative Basic 7S globulin 8.271772695 L4_control_C3 +LQ04X022980 Putative Basic 7S globulin 8.560500418 L4_chemical_A1 +LQ04X022980 Putative Basic 7S globulin 9.023252017 L4_chemical_A2 +LQ04X022980 Putative Basic 7S globulin 9.348078241 L4_chemical_A3 +LQ04X022980 Putative Basic 7S globulin 7.437583263 L4_chemical_B1 +LQ04X022980 Putative Basic 7S globulin 7.21289229 L4_chemical_B2 +LQ04X022980 Putative Basic 7S globulin 8.262286083 L4_chemical_B3 +LQ04X022980 Putative Basic 7S globulin 7.537533851 L4_chemical_C2 +LQ04X022980 Putative Basic 7S globulin 8.279721846 L4_chemical_C3 +LQ04X023000 Putative Basic 7S globulin 2 6.943695176 C6_control_A1 +LQ04X023000 Putative Basic 7S globulin 2 6.734387225 C6_control_A3 +LQ04X023000 Putative Basic 7S globulin 2 6.723681817 C6_control_B1 +LQ04X023000 Putative Basic 7S globulin 2 5.784885294 C6_control_B2 +LQ04X023000 Putative Basic 7S globulin 2 6.021699118 C6_control_B3 +LQ04X023000 Putative Basic 7S globulin 2 5.426644007 C6_control_C1 +LQ04X023000 Putative Basic 7S globulin 2 5.073305939 C6_control_C2 +LQ04X023000 Putative Basic 7S globulin 2 5.733465298 C6_control_C3 +LQ04X023000 Putative Basic 7S globulin 2 6.644397123 C6_chemical_A1 +LQ04X023000 Putative Basic 7S globulin 2 7.649222731 C6_chemical_A3 +LQ04X023000 Putative Basic 7S globulin 2 5.666391063 C6_chemical_B1 +LQ04X023000 Putative Basic 7S globulin 2 5.857787097 C6_chemical_B2 +LQ04X023000 Putative Basic 7S globulin 2 5.813878867 C6_chemical_B3 +LQ04X023000 Putative Basic 7S globulin 2 5.215467301 C6_chemical_C1 +LQ04X023000 Putative Basic 7S globulin 2 5.52957011 C6_chemical_C2 +LQ04X023000 Putative Basic 7S globulin 2 5.602790887 C6_chemical_C3 +LQ04X023000 Putative Basic 7S globulin 2 7.476940543 L4_control_A1 +LQ04X023000 Putative Basic 7S globulin 2 7.408333493 L4_control_A2 +LQ04X023000 Putative Basic 7S globulin 2 7.846857365 L4_control_A3 +LQ04X023000 Putative Basic 7S globulin 2 6.023649559 L4_control_B1 +LQ04X023000 Putative Basic 7S globulin 2 6.998680703 L4_control_B2 +LQ04X023000 Putative Basic 7S globulin 2 5.822031471 L4_control_B3 +LQ04X023000 Putative Basic 7S globulin 2 4.904977531 L4_control_C2 +LQ04X023000 Putative Basic 7S globulin 2 5.019231488 L4_control_C3 +LQ04X023000 Putative Basic 7S globulin 2 7.100882633 L4_chemical_A1 +LQ04X023000 Putative Basic 7S globulin 2 6.794140755 L4_chemical_A2 +LQ04X023000 Putative Basic 7S globulin 2 6.619739251 L4_chemical_A3 +LQ04X023000 Putative Basic 7S globulin 2 5.551401316 L4_chemical_B1 +LQ04X023000 Putative Basic 7S globulin 2 6.133134882 L4_chemical_B2 +LQ04X023000 Putative Basic 7S globulin 2 6.382278937 L4_chemical_B3 +LQ04X023000 Putative Basic 7S globulin 2 5.04887127 L4_chemical_C2 +LQ04X023000 Putative Basic 7S globulin 2 4.683973013 L4_chemical_C3 +LQ04X023040 Putative Stem-specific protein TSJT1 11.89470697 C6_control_A1 +LQ04X023040 Putative Stem-specific protein TSJT1 10.85690719 C6_control_A3 +LQ04X023040 Putative Stem-specific protein TSJT1 12.408804 C6_control_B1 +LQ04X023040 Putative Stem-specific protein TSJT1 11.42008586 C6_control_B2 +LQ04X023040 Putative Stem-specific protein TSJT1 11.83808274 C6_control_B3 +LQ04X023040 Putative Stem-specific protein TSJT1 12.26546088 C6_control_C1 +LQ04X023040 Putative Stem-specific protein TSJT1 11.56738262 C6_control_C2 +LQ04X023040 Putative Stem-specific protein TSJT1 11.18179023 C6_control_C3 +LQ04X023040 Putative Stem-specific protein TSJT1 11.87572163 C6_chemical_A1 +LQ04X023040 Putative Stem-specific protein TSJT1 11.32212189 C6_chemical_A3 +LQ04X023040 Putative Stem-specific protein TSJT1 12.458805 C6_chemical_B1 +LQ04X023040 Putative Stem-specific protein TSJT1 11.51654676 C6_chemical_B2 +LQ04X023040 Putative Stem-specific protein TSJT1 12.21573994 C6_chemical_B3 +LQ04X023040 Putative Stem-specific protein TSJT1 12.60652808 C6_chemical_C1 +LQ04X023040 Putative Stem-specific protein TSJT1 11.79079754 C6_chemical_C2 +LQ04X023040 Putative Stem-specific protein TSJT1 12.52955251 C6_chemical_C3 +LQ04X023040 Putative Stem-specific protein TSJT1 10.52116932 L4_control_A1 +LQ04X023040 Putative Stem-specific protein TSJT1 11.2504772 L4_control_A2 +LQ04X023040 Putative Stem-specific protein TSJT1 10.8161527 L4_control_A3 +LQ04X023040 Putative Stem-specific protein TSJT1 12.3255397 L4_control_B1 +LQ04X023040 Putative Stem-specific protein TSJT1 11.96222478 L4_control_B2 +LQ04X023040 Putative Stem-specific protein TSJT1 10.78239379 L4_control_B3 +LQ04X023040 Putative Stem-specific protein TSJT1 11.80542589 L4_control_C2 +LQ04X023040 Putative Stem-specific protein TSJT1 11.37752303 L4_control_C3 +LQ04X023040 Putative Stem-specific protein TSJT1 10.99507409 L4_chemical_A1 +LQ04X023040 Putative Stem-specific protein TSJT1 10.63384522 L4_chemical_A2 +LQ04X023040 Putative Stem-specific protein TSJT1 10.93130733 L4_chemical_A3 +LQ04X023040 Putative Stem-specific protein TSJT1 12.138764 L4_chemical_B1 +LQ04X023040 Putative Stem-specific protein TSJT1 11.66802166 L4_chemical_B2 +LQ04X023040 Putative Stem-specific protein TSJT1 11.64879813 L4_chemical_B3 +LQ04X023040 Putative Stem-specific protein TSJT1 11.68045688 L4_chemical_C2 +LQ04X023040 Putative Stem-specific protein TSJT1 11.65361972 L4_chemical_C3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.42770451 C6_control_A1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.65263621 C6_control_A3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.69481126 C6_control_B1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.34426808 C6_control_B2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.89874717 C6_control_B3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 11.0821548 C6_control_C1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.76917147 C6_control_C2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.85556956 C6_control_C3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.14038478 C6_chemical_A1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.76366579 C6_chemical_A3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.45617808 C6_chemical_B1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 9.988235651 C6_chemical_B2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.87566017 C6_chemical_B3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 11.00185749 C6_chemical_C1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.75429231 C6_chemical_C2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.66282646 C6_chemical_C3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.12951409 L4_control_A1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.72005958 L4_control_A2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.76851244 L4_control_A3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.67741275 L4_control_B1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.5277384 L4_control_B2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.53638494 L4_control_B3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.82803257 L4_control_C2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.88395802 L4_control_C3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.17300895 L4_chemical_A1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.95158558 L4_chemical_A2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.69308157 L4_chemical_A3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.58829272 L4_chemical_B1 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.43535208 L4_chemical_B2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.530568 L4_chemical_B3 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.6641021 L4_chemical_C2 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.89830712 L4_chemical_C3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.43041213 C6_control_A1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.21206494 C6_control_A3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.68539744 C6_control_B1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.88947205 C6_control_B2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.54461578 C6_control_B3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 13.11731374 C6_control_C1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 13.03292855 C6_control_C2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 13.2751606 C6_control_C3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.25837178 C6_chemical_A1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.3465897 C6_chemical_A3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.64003393 C6_chemical_B1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.81513114 C6_chemical_B2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.62457771 C6_chemical_B3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 13.15813845 C6_chemical_C1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 13.17348183 C6_chemical_C2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.75540369 C6_chemical_C3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.16811529 L4_control_A1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 10.87444473 L4_control_A2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 10.42034029 L4_control_A3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.25949237 L4_control_B1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.76417647 L4_control_B2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.32046387 L4_control_B3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.98954422 L4_control_C2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.60436203 L4_control_C3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.43138188 L4_chemical_A1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.07725737 L4_chemical_A2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 10.93977914 L4_chemical_A3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.88568179 L4_chemical_B1 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.39638863 L4_chemical_B2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.10151515 L4_chemical_B3 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.39247572 L4_chemical_C2 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 11.47906237 L4_chemical_C3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.347300927 C6_control_A1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.031011754 C6_control_A3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 6.54424946 C6_control_B1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.174057864 C6_control_B2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.294865385 C6_control_B3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.911352384 C6_control_C1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 9.349614956 C6_control_C2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.724890188 C6_control_C3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.925553161 C6_chemical_A1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.186094089 C6_chemical_A3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.126263829 C6_chemical_B1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.464713443 C6_chemical_B2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.146468302 C6_chemical_B3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 9.499760828 C6_chemical_C1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 9.86336978 C6_chemical_C2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 9.831354544 C6_chemical_C3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.31523192 L4_control_A1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.639450993 L4_control_A2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.12185617 L4_control_A3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.020904708 L4_control_B1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.722595018 L4_control_B2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.312549222 L4_control_B3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 9.257295242 L4_control_C2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 9.16973381 L4_control_C3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.113634349 L4_chemical_A1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.636128774 L4_chemical_A2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.646776449 L4_chemical_A3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.940364634 L4_chemical_B1 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.804089765 L4_chemical_B2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.272791404 L4_chemical_B3 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 8.628419294 L4_chemical_C2 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 9.270392468 L4_chemical_C3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.842834458 C6_control_A1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.73395238 C6_control_A3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 5.167234322 C6_control_B1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.934111986 C6_control_B2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.91332303 C6_control_B3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.618426397 C6_control_C1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.723445467 C6_control_C2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.602433129 C6_control_C3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.936209084 C6_chemical_A1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 5.090756855 C6_chemical_A3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.907560927 C6_chemical_B1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.790325235 C6_chemical_B2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.662175251 C6_chemical_B3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.563123374 C6_chemical_C1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.703780696 C6_chemical_C2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.714902514 C6_chemical_C3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.593536365 L4_control_A1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 5.48075886 L4_control_A2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.691799971 L4_control_A3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.96438713 L4_control_B1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 5.288781628 L4_control_B2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 5.16553006 L4_control_B3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.773568633 L4_control_C2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.758885263 L4_control_C3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.955748558 L4_chemical_A1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 5.007948221 L4_chemical_A2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.942696585 L4_chemical_A3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.689467998 L4_chemical_B1 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 5.010869394 L4_chemical_B2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.889042355 L4_chemical_B3 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.698369969 L4_chemical_C2 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.96187477 L4_chemical_C3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.00324749 C6_control_A1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.27559314 C6_control_A3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.6853969 C6_control_B1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.6342815 C6_control_B2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.6546207 C6_control_B3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.58116727 C6_control_C1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.21929452 C6_control_C2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.07334514 C6_control_C3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.86344772 C6_chemical_A1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.90319801 C6_chemical_A3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.68591255 C6_chemical_B1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.85884933 C6_chemical_B2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.65033707 C6_chemical_B3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.69868071 C6_chemical_C1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.5849432 C6_chemical_C2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.91538605 C6_chemical_C3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.11858967 L4_control_A1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.42631744 L4_control_A2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.30179796 L4_control_A3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.68335829 L4_control_B1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.19663214 L4_control_B2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.9948744 L4_control_B3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.53817298 L4_control_C2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.03926692 L4_control_C3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.1980641 L4_chemical_A1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.42448758 L4_chemical_A2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.37398205 L4_chemical_A3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.80697528 L4_chemical_B1 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.54040763 L4_chemical_B2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.34052512 L4_chemical_B3 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.67471031 L4_chemical_C2 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 13.28987753 L4_chemical_C3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.80579416 C6_control_A1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.94988787 C6_control_A3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 12.77971626 C6_control_B1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 12.26865744 C6_control_B2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 12.91686092 C6_control_B3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 8.851872322 C6_control_C1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 8.936918569 C6_control_C2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 8.694393993 C6_control_C3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.80323207 C6_chemical_A1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.56376282 C6_chemical_A3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 12.45306695 C6_chemical_B1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 12.22724163 C6_chemical_B2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.92834368 C6_chemical_B3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 8.737652754 C6_chemical_C1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 8.493099186 C6_chemical_C2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 7.923950376 C6_chemical_C3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.84774711 L4_control_A1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.68199693 L4_control_A2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.48954366 L4_control_A3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 13.59775728 L4_control_B1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 13.05260187 L4_control_B2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 13.23641229 L4_control_B3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 8.713961153 L4_control_C2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 9.980331993 L4_control_C3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.52793105 L4_chemical_A1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.20778061 L4_chemical_A2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.4585002 L4_chemical_A3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 13.06348852 L4_chemical_B1 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 13.00525579 L4_chemical_B2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 12.64788357 L4_chemical_B3 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 8.609057121 L4_chemical_C2 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 9.520377947 L4_chemical_C3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 11.91778861 C6_control_A1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 12.45262799 C6_control_A3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 10.27917561 C6_control_B1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 9.278265732 C6_control_B2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 9.294432552 C6_control_B3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.739021133 C6_control_C1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.442721881 C6_control_C2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 9.097231413 C6_control_C3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 11.50055938 C6_chemical_A1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 12.25127576 C6_chemical_A3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 9.022157711 C6_chemical_B1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.542745122 C6_chemical_B2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.982220599 C6_chemical_B3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.352594594 C6_chemical_C1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.177849556 C6_chemical_C2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.454289022 C6_chemical_C3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 12.07544482 L4_control_A1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 12.03255281 L4_control_A2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 12.74972994 L4_control_A3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.462644387 L4_control_B1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 9.891458551 L4_control_B2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.745774488 L4_control_B3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 9.03332141 L4_control_C2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.056976289 L4_control_C3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 11.17841276 L4_chemical_A1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 11.22533322 L4_chemical_A2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 12.4664923 L4_chemical_A3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 9.906166245 L4_chemical_B1 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 10.26739206 L4_chemical_B2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 10.66454609 L4_chemical_B3 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 8.413177284 L4_chemical_C2 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 7.947179718 L4_chemical_C3 +LQ04X023250 Putative uncharacterized protein 8.371158394 C6_control_A1 +LQ04X023250 Putative uncharacterized protein 7.507199607 C6_control_A3 +LQ04X023250 Putative uncharacterized protein 8.2832704 C6_control_B1 +LQ04X023250 Putative uncharacterized protein 7.769939282 C6_control_B2 +LQ04X023250 Putative uncharacterized protein 8.382265869 C6_control_B3 +LQ04X023250 Putative uncharacterized protein 7.704039758 C6_control_C1 +LQ04X023250 Putative uncharacterized protein 7.241055129 C6_control_C2 +LQ04X023250 Putative uncharacterized protein 7.957746124 C6_control_C3 +LQ04X023250 Putative uncharacterized protein 8.680534149 C6_chemical_A1 +LQ04X023250 Putative uncharacterized protein 8.329248619 C6_chemical_A3 +LQ04X023250 Putative uncharacterized protein 8.161435661 C6_chemical_B1 +LQ04X023250 Putative uncharacterized protein 8.023078343 C6_chemical_B2 +LQ04X023250 Putative uncharacterized protein 8.628704694 C6_chemical_B3 +LQ04X023250 Putative uncharacterized protein 7.803982505 C6_chemical_C1 +LQ04X023250 Putative uncharacterized protein 7.945284514 C6_chemical_C2 +LQ04X023250 Putative uncharacterized protein 7.704150738 C6_chemical_C3 +LQ04X023250 Putative uncharacterized protein 8.033940905 L4_control_A1 +LQ04X023250 Putative uncharacterized protein 9.56058043 L4_control_A2 +LQ04X023250 Putative uncharacterized protein 8.526793421 L4_control_A3 +LQ04X023250 Putative uncharacterized protein 8.731604881 L4_control_B1 +LQ04X023250 Putative uncharacterized protein 9.435808222 L4_control_B2 +LQ04X023250 Putative uncharacterized protein 8.625076077 L4_control_B3 +LQ04X023250 Putative uncharacterized protein 8.89483769 L4_control_C2 +LQ04X023250 Putative uncharacterized protein 6.595398896 L4_control_C3 +LQ04X023250 Putative uncharacterized protein 7.466266442 L4_chemical_A1 +LQ04X023250 Putative uncharacterized protein 9.222124851 L4_chemical_A2 +LQ04X023250 Putative uncharacterized protein 7.149691444 L4_chemical_A3 +LQ04X023250 Putative uncharacterized protein 9.201043602 L4_chemical_B1 +LQ04X023250 Putative uncharacterized protein 9.508369289 L4_chemical_B2 +LQ04X023250 Putative uncharacterized protein 8.999232534 L4_chemical_B3 +LQ04X023250 Putative uncharacterized protein 8.076853461 L4_chemical_C2 +LQ04X023250 Putative uncharacterized protein 8.06115573 L4_chemical_C3 +LQ04X023260 Protein phosphatase 2C 70 10.31321495 C6_control_A1 +LQ04X023260 Protein phosphatase 2C 70 10.37060785 C6_control_A3 +LQ04X023260 Protein phosphatase 2C 70 10.03978385 C6_control_B1 +LQ04X023260 Protein phosphatase 2C 70 10.20504858 C6_control_B2 +LQ04X023260 Protein phosphatase 2C 70 10.22617812 C6_control_B3 +LQ04X023260 Protein phosphatase 2C 70 10.45879221 C6_control_C1 +LQ04X023260 Protein phosphatase 2C 70 10.5852361 C6_control_C2 +LQ04X023260 Protein phosphatase 2C 70 9.939244255 C6_control_C3 +LQ04X023260 Protein phosphatase 2C 70 10.5851905 C6_chemical_A1 +LQ04X023260 Protein phosphatase 2C 70 10.44638063 C6_chemical_A3 +LQ04X023260 Protein phosphatase 2C 70 10.27293006 C6_chemical_B1 +LQ04X023260 Protein phosphatase 2C 70 10.41364692 C6_chemical_B2 +LQ04X023260 Protein phosphatase 2C 70 10.33564966 C6_chemical_B3 +LQ04X023260 Protein phosphatase 2C 70 10.60566573 C6_chemical_C1 +LQ04X023260 Protein phosphatase 2C 70 10.79852094 C6_chemical_C2 +LQ04X023260 Protein phosphatase 2C 70 10.43824137 C6_chemical_C3 +LQ04X023260 Protein phosphatase 2C 70 10.24950782 L4_control_A1 +LQ04X023260 Protein phosphatase 2C 70 10.5315453 L4_control_A2 +LQ04X023260 Protein phosphatase 2C 70 11.01540324 L4_control_A3 +LQ04X023260 Protein phosphatase 2C 70 10.15922801 L4_control_B1 +LQ04X023260 Protein phosphatase 2C 70 10.7699457 L4_control_B2 +LQ04X023260 Protein phosphatase 2C 70 10.34313738 L4_control_B3 +LQ04X023260 Protein phosphatase 2C 70 10.58079178 L4_control_C2 +LQ04X023260 Protein phosphatase 2C 70 10.63503371 L4_control_C3 +LQ04X023260 Protein phosphatase 2C 70 10.3230682 L4_chemical_A1 +LQ04X023260 Protein phosphatase 2C 70 10.44259618 L4_chemical_A2 +LQ04X023260 Protein phosphatase 2C 70 10.70105657 L4_chemical_A3 +LQ04X023260 Protein phosphatase 2C 70 10.11843111 L4_chemical_B1 +LQ04X023260 Protein phosphatase 2C 70 10.41481664 L4_chemical_B2 +LQ04X023260 Protein phosphatase 2C 70 9.975280769 L4_chemical_B3 +LQ04X023260 Protein phosphatase 2C 70 10.65750267 L4_chemical_C2 +LQ04X023260 Protein phosphatase 2C 70 10.49555296 L4_chemical_C3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.56663073 C6_control_A1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.54402221 C6_control_A3 +LQ04X023270 Putative Uncharacterized protein C9orf114 10.9833159 C6_control_B1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.28652812 C6_control_B2 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.03062512 C6_control_B3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.50205238 C6_control_C1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.59826583 C6_control_C2 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.49648087 C6_control_C3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.41518182 C6_chemical_A1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.62266552 C6_chemical_A3 +LQ04X023270 Putative Uncharacterized protein C9orf114 10.80020967 C6_chemical_B1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.76823783 C6_chemical_B2 +LQ04X023270 Putative Uncharacterized protein C9orf114 10.85129655 C6_chemical_B3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.63495293 C6_chemical_C1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.68432416 C6_chemical_C2 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.6605451 C6_chemical_C3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.81319482 L4_control_A1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.36253909 L4_control_A2 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.85403795 L4_control_A3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.45919617 L4_control_B1 +LQ04X023270 Putative Uncharacterized protein C9orf114 10.84121094 L4_control_B2 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.37342067 L4_control_B3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.66984591 L4_control_C2 +LQ04X023270 Putative Uncharacterized protein C9orf114 10.9440378 L4_control_C3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.87713272 L4_chemical_A1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.54846572 L4_chemical_A2 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.83891977 L4_chemical_A3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.45651751 L4_chemical_B1 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.29240344 L4_chemical_B2 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.51984215 L4_chemical_B3 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.51619968 L4_chemical_C2 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.07054473 L4_chemical_C3 +LQ04X023300 RAN GTPase-activating protein 2 5.616819806 C6_control_A1 +LQ04X023300 RAN GTPase-activating protein 2 5.988250544 C6_control_A3 +LQ04X023300 RAN GTPase-activating protein 2 6.123843956 C6_control_B1 +LQ04X023300 RAN GTPase-activating protein 2 5.467362172 C6_control_B2 +LQ04X023300 RAN GTPase-activating protein 2 6.157280376 C6_control_B3 +LQ04X023300 RAN GTPase-activating protein 2 5.132971849 C6_control_C1 +LQ04X023300 RAN GTPase-activating protein 2 5.618218033 C6_control_C2 +LQ04X023300 RAN GTPase-activating protein 2 5.335522458 C6_control_C3 +LQ04X023300 RAN GTPase-activating protein 2 5.461950487 C6_chemical_A1 +LQ04X023300 RAN GTPase-activating protein 2 5.401184577 C6_chemical_A3 +LQ04X023300 RAN GTPase-activating protein 2 6.309229277 C6_chemical_B1 +LQ04X023300 RAN GTPase-activating protein 2 5.212185446 C6_chemical_B2 +LQ04X023300 RAN GTPase-activating protein 2 5.559599518 C6_chemical_B3 +LQ04X023300 RAN GTPase-activating protein 2 5.181376913 C6_chemical_C1 +LQ04X023300 RAN GTPase-activating protein 2 5.595014578 C6_chemical_C2 +LQ04X023300 RAN GTPase-activating protein 2 5.286087084 C6_chemical_C3 +LQ04X023300 RAN GTPase-activating protein 2 5.976362578 L4_control_A1 +LQ04X023300 RAN GTPase-activating protein 2 5.575549306 L4_control_A2 +LQ04X023300 RAN GTPase-activating protein 2 5.512215524 L4_control_A3 +LQ04X023300 RAN GTPase-activating protein 2 6.085920012 L4_control_B1 +LQ04X023300 RAN GTPase-activating protein 2 6.359517113 L4_control_B2 +LQ04X023300 RAN GTPase-activating protein 2 5.92707097 L4_control_B3 +LQ04X023300 RAN GTPase-activating protein 2 5.561336133 L4_control_C2 +LQ04X023300 RAN GTPase-activating protein 2 5.704411985 L4_control_C3 +LQ04X023300 RAN GTPase-activating protein 2 5.951931861 L4_chemical_A1 +LQ04X023300 RAN GTPase-activating protein 2 5.807039542 L4_chemical_A2 +LQ04X023300 RAN GTPase-activating protein 2 5.310067616 L4_chemical_A3 +LQ04X023300 RAN GTPase-activating protein 2 6.231991077 L4_chemical_B1 +LQ04X023300 RAN GTPase-activating protein 2 6.118686027 L4_chemical_B2 +LQ04X023300 RAN GTPase-activating protein 2 5.978107758 L4_chemical_B3 +LQ04X023300 RAN GTPase-activating protein 2 5.86495694 L4_chemical_C2 +LQ04X023300 RAN GTPase-activating protein 2 7.166837375 L4_chemical_C3 +LQ04X023310 40S ribosomal protein S16 14.83764311 C6_control_A1 +LQ04X023310 40S ribosomal protein S16 15.34169043 C6_control_A3 +LQ04X023310 40S ribosomal protein S16 14.60087711 C6_control_B1 +LQ04X023310 40S ribosomal protein S16 14.26977093 C6_control_B2 +LQ04X023310 40S ribosomal protein S16 14.2758493 C6_control_B3 +LQ04X023310 40S ribosomal protein S16 14.26842293 C6_control_C1 +LQ04X023310 40S ribosomal protein S16 14.52227466 C6_control_C2 +LQ04X023310 40S ribosomal protein S16 14.11142112 C6_control_C3 +LQ04X023310 40S ribosomal protein S16 14.58429994 C6_chemical_A1 +LQ04X023310 40S ribosomal protein S16 14.87443389 C6_chemical_A3 +LQ04X023310 40S ribosomal protein S16 14.16303136 C6_chemical_B1 +LQ04X023310 40S ribosomal protein S16 13.89224001 C6_chemical_B2 +LQ04X023310 40S ribosomal protein S16 13.97166753 C6_chemical_B3 +LQ04X023310 40S ribosomal protein S16 14.17646581 C6_chemical_C1 +LQ04X023310 40S ribosomal protein S16 14.23649148 C6_chemical_C2 +LQ04X023310 40S ribosomal protein S16 13.87618823 C6_chemical_C3 +LQ04X023310 40S ribosomal protein S16 14.70627754 L4_control_A1 +LQ04X023310 40S ribosomal protein S16 13.72717496 L4_control_A2 +LQ04X023310 40S ribosomal protein S16 14.32999154 L4_control_A3 +LQ04X023310 40S ribosomal protein S16 13.87308623 L4_control_B1 +LQ04X023310 40S ribosomal protein S16 13.7601271 L4_control_B2 +LQ04X023310 40S ribosomal protein S16 13.74891274 L4_control_B3 +LQ04X023310 40S ribosomal protein S16 14.61782554 L4_control_C2 +LQ04X023310 40S ribosomal protein S16 14.37298078 L4_control_C3 +LQ04X023310 40S ribosomal protein S16 14.24606519 L4_chemical_A1 +LQ04X023310 40S ribosomal protein S16 13.0819567 L4_chemical_A2 +LQ04X023310 40S ribosomal protein S16 13.82610977 L4_chemical_A3 +LQ04X023310 40S ribosomal protein S16 14.28503234 L4_chemical_B1 +LQ04X023310 40S ribosomal protein S16 14.14144864 L4_chemical_B2 +LQ04X023310 40S ribosomal protein S16 13.87480905 L4_chemical_B3 +LQ04X023310 40S ribosomal protein S16 14.57560033 L4_chemical_C2 +LQ04X023310 40S ribosomal protein S16 14.14173357 L4_chemical_C3 +LQ04X023320 Catalytic, putative 6.333329724 C6_control_A1 +LQ04X023320 Catalytic, putative 6.133262535 C6_control_A3 +LQ04X023320 Catalytic, putative 6.200075167 C6_control_B1 +LQ04X023320 Catalytic, putative 6.706699432 C6_control_B2 +LQ04X023320 Catalytic, putative 6.818080745 C6_control_B3 +LQ04X023320 Catalytic, putative 9.969039631 C6_control_C1 +LQ04X023320 Catalytic, putative 9.995585414 C6_control_C2 +LQ04X023320 Catalytic, putative 10.17614889 C6_control_C3 +LQ04X023320 Catalytic, putative 6.174887764 C6_chemical_A1 +LQ04X023320 Catalytic, putative 6.501053608 C6_chemical_A3 +LQ04X023320 Catalytic, putative 5.820804594 C6_chemical_B1 +LQ04X023320 Catalytic, putative 6.918113558 C6_chemical_B2 +LQ04X023320 Catalytic, putative 6.913804131 C6_chemical_B3 +LQ04X023320 Catalytic, putative 9.429793373 C6_chemical_C1 +LQ04X023320 Catalytic, putative 10.17201781 C6_chemical_C2 +LQ04X023320 Catalytic, putative 10.50973212 C6_chemical_C3 +LQ04X023320 Catalytic, putative 6.832387419 L4_control_A1 +LQ04X023320 Catalytic, putative 6.150798071 L4_control_A2 +LQ04X023320 Catalytic, putative 8.070689692 L4_control_A3 +LQ04X023320 Catalytic, putative 7.559832953 L4_control_B1 +LQ04X023320 Catalytic, putative 7.250328447 L4_control_B2 +LQ04X023320 Catalytic, putative 7.972079668 L4_control_B3 +LQ04X023320 Catalytic, putative 10.22080631 L4_control_C2 +LQ04X023320 Catalytic, putative 10.73450332 L4_control_C3 +LQ04X023320 Catalytic, putative 8.299718229 L4_chemical_A1 +LQ04X023320 Catalytic, putative 7.599537764 L4_chemical_A2 +LQ04X023320 Catalytic, putative 8.765000251 L4_chemical_A3 +LQ04X023320 Catalytic, putative 8.213268993 L4_chemical_B1 +LQ04X023320 Catalytic, putative 7.074664099 L4_chemical_B2 +LQ04X023320 Catalytic, putative 7.464559314 L4_chemical_B3 +LQ04X023320 Catalytic, putative 9.655799732 L4_chemical_C2 +LQ04X023320 Catalytic, putative 10.38205565 L4_chemical_C3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 4.878108157 C6_control_A1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.376157071 C6_control_A3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.292170041 C6_control_B1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.258393809 C6_control_B2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.275952756 C6_control_B3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.118762985 C6_control_C1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.083768781 C6_control_C2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 4.841606373 C6_control_C3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.182189131 C6_chemical_A1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.18312296 C6_chemical_A3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.214189369 C6_chemical_B1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.327432824 C6_chemical_B2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.319276427 C6_chemical_B3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.041998932 C6_chemical_C1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.320085535 C6_chemical_C2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.099662765 C6_chemical_C3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.308023549 L4_control_A1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.267353694 L4_control_A2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.656433072 L4_control_A3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.156909981 L4_control_B1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.712754958 L4_control_B2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.976601829 L4_control_B3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.675693518 L4_control_C2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.572694348 L4_control_C3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.447993927 L4_chemical_A1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.283571481 L4_chemical_A2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.310551108 L4_chemical_A3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.08657612 L4_chemical_B1 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.329107256 L4_chemical_B2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.747668382 L4_chemical_B3 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.145674336 L4_chemical_C2 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 4.7069926 L4_chemical_C3 +LQ04X023340 Putative Vacuolar protein 8 9.638289727 C6_control_A1 +LQ04X023340 Putative Vacuolar protein 8 9.252294262 C6_control_A3 +LQ04X023340 Putative Vacuolar protein 8 9.99180291 C6_control_B1 +LQ04X023340 Putative Vacuolar protein 8 9.502872931 C6_control_B2 +LQ04X023340 Putative Vacuolar protein 8 9.949388703 C6_control_B3 +LQ04X023340 Putative Vacuolar protein 8 9.123992106 C6_control_C1 +LQ04X023340 Putative Vacuolar protein 8 8.907696326 C6_control_C2 +LQ04X023340 Putative Vacuolar protein 8 8.895545006 C6_control_C3 +LQ04X023340 Putative Vacuolar protein 8 10.03086949 C6_chemical_A1 +LQ04X023340 Putative Vacuolar protein 8 10.03006729 C6_chemical_A3 +LQ04X023340 Putative Vacuolar protein 8 10.43607815 C6_chemical_B1 +LQ04X023340 Putative Vacuolar protein 8 9.837606251 C6_chemical_B2 +LQ04X023340 Putative Vacuolar protein 8 10.38298742 C6_chemical_B3 +LQ04X023340 Putative Vacuolar protein 8 8.973105878 C6_chemical_C1 +LQ04X023340 Putative Vacuolar protein 8 9.291494794 C6_chemical_C2 +LQ04X023340 Putative Vacuolar protein 8 9.439568973 C6_chemical_C3 +LQ04X023340 Putative Vacuolar protein 8 9.823053974 L4_control_A1 +LQ04X023340 Putative Vacuolar protein 8 10.19911196 L4_control_A2 +LQ04X023340 Putative Vacuolar protein 8 10.3108961 L4_control_A3 +LQ04X023340 Putative Vacuolar protein 8 10.07162772 L4_control_B1 +LQ04X023340 Putative Vacuolar protein 8 11.23611476 L4_control_B2 +LQ04X023340 Putative Vacuolar protein 8 10.1086064 L4_control_B3 +LQ04X023340 Putative Vacuolar protein 8 10.28894302 L4_control_C2 +LQ04X023340 Putative Vacuolar protein 8 10.50022724 L4_control_C3 +LQ04X023340 Putative Vacuolar protein 8 9.447361327 L4_chemical_A1 +LQ04X023340 Putative Vacuolar protein 8 10.44275625 L4_chemical_A2 +LQ04X023340 Putative Vacuolar protein 8 9.547620623 L4_chemical_A3 +LQ04X023340 Putative Vacuolar protein 8 10.12864981 L4_chemical_B1 +LQ04X023340 Putative Vacuolar protein 8 10.68420928 L4_chemical_B2 +LQ04X023340 Putative Vacuolar protein 8 10.11542497 L4_chemical_B3 +LQ04X023340 Putative Vacuolar protein 8 10.37503285 L4_chemical_C2 +LQ04X023340 Putative Vacuolar protein 8 10.33102481 L4_chemical_C3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.55555179 C6_control_A1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.42919849 C6_control_A3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.97412661 C6_control_B1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.73671327 C6_control_B2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.62588523 C6_control_B3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.27965674 C6_control_C1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.55723202 C6_control_C2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.39321978 C6_control_C3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.45164557 C6_chemical_A1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.58137119 C6_chemical_A3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.88452116 C6_chemical_B1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.58614577 C6_chemical_B2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.55176284 C6_chemical_B3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.27251043 C6_chemical_C1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.43985936 C6_chemical_C2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.21405166 C6_chemical_C3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.19736004 L4_control_A1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.70750227 L4_control_A2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.31720616 L4_control_A3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.64935178 L4_control_B1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.41652312 L4_control_B2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.4587096 L4_control_B3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.03162064 L4_control_C2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 11.61250005 L4_control_C3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.94714817 L4_chemical_A1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.54560953 L4_chemical_A2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.13334309 L4_chemical_A3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.75344034 L4_chemical_B1 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.57229671 L4_chemical_B2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.15225772 L4_chemical_B3 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 12.26238413 L4_chemical_C2 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 11.23714167 L4_chemical_C3 +LQ04X023360 Putative uncharacterized protein 5.996718723 C6_control_A1 +LQ04X023360 Putative uncharacterized protein 5.841743296 C6_control_A3 +LQ04X023360 Putative uncharacterized protein 5.9655695 C6_control_B1 +LQ04X023360 Putative uncharacterized protein 5.421604141 C6_control_B2 +LQ04X023360 Putative uncharacterized protein 5.478661727 C6_control_B3 +LQ04X023360 Putative uncharacterized protein 5.116239033 C6_control_C1 +LQ04X023360 Putative uncharacterized protein 5.164596135 C6_control_C2 +LQ04X023360 Putative uncharacterized protein 5.10656835 C6_control_C3 +LQ04X023360 Putative uncharacterized protein 5.673834305 C6_chemical_A1 +LQ04X023360 Putative uncharacterized protein 6.597855684 C6_chemical_A3 +LQ04X023360 Putative uncharacterized protein 5.761284453 C6_chemical_B1 +LQ04X023360 Putative uncharacterized protein 5.560228788 C6_chemical_B2 +LQ04X023360 Putative uncharacterized protein 5.863173877 C6_chemical_B3 +LQ04X023360 Putative uncharacterized protein 5.497353274 C6_chemical_C1 +LQ04X023360 Putative uncharacterized protein 5.106322122 C6_chemical_C2 +LQ04X023360 Putative uncharacterized protein 5.46073421 C6_chemical_C3 +LQ04X023360 Putative uncharacterized protein 6.935371906 L4_control_A1 +LQ04X023360 Putative uncharacterized protein 5.729813883 L4_control_A2 +LQ04X023360 Putative uncharacterized protein 6.251599908 L4_control_A3 +LQ04X023360 Putative uncharacterized protein 5.770960916 L4_control_B1 +LQ04X023360 Putative uncharacterized protein 5.307813331 L4_control_B2 +LQ04X023360 Putative uncharacterized protein 5.267284695 L4_control_B3 +LQ04X023360 Putative uncharacterized protein 5.675992165 L4_control_C2 +LQ04X023360 Putative uncharacterized protein 5.739689274 L4_control_C3 +LQ04X023360 Putative uncharacterized protein 6.939914231 L4_chemical_A1 +LQ04X023360 Putative uncharacterized protein 5.947571227 L4_chemical_A2 +LQ04X023360 Putative uncharacterized protein 6.315574516 L4_chemical_A3 +LQ04X023360 Putative uncharacterized protein 5.816530059 L4_chemical_B1 +LQ04X023360 Putative uncharacterized protein 5.684249065 L4_chemical_B2 +LQ04X023360 Putative uncharacterized protein 5.754872334 L4_chemical_B3 +LQ04X023360 Putative uncharacterized protein 6.026313836 L4_chemical_C2 +LQ04X023360 Putative uncharacterized protein 5.495448612 L4_chemical_C3 +LQ04X023380 Predicted protein 5.072541897 C6_control_A1 +LQ04X023380 Predicted protein 5.160563174 C6_control_A3 +LQ04X023380 Predicted protein 5.223618468 C6_control_B1 +LQ04X023380 Predicted protein 4.938048665 C6_control_B2 +LQ04X023380 Predicted protein 5.226182414 C6_control_B3 +LQ04X023380 Predicted protein 5.030504151 C6_control_C1 +LQ04X023380 Predicted protein 5.143351337 C6_control_C2 +LQ04X023380 Predicted protein 4.957367281 C6_control_C3 +LQ04X023380 Predicted protein 5.134048054 C6_chemical_A1 +LQ04X023380 Predicted protein 5.546753188 C6_chemical_A3 +LQ04X023380 Predicted protein 5.565258859 C6_chemical_B1 +LQ04X023380 Predicted protein 5.026013795 C6_chemical_B2 +LQ04X023380 Predicted protein 5.412684421 C6_chemical_B3 +LQ04X023380 Predicted protein 5.191189469 C6_chemical_C1 +LQ04X023380 Predicted protein 5.25573452 C6_chemical_C2 +LQ04X023380 Predicted protein 4.843674377 C6_chemical_C3 +LQ04X023380 Predicted protein 5.063144936 L4_control_A1 +LQ04X023380 Predicted protein 5.261978537 L4_control_A2 +LQ04X023380 Predicted protein 5.530322421 L4_control_A3 +LQ04X023380 Predicted protein 5.340798535 L4_control_B1 +LQ04X023380 Predicted protein 5.016618751 L4_control_B2 +LQ04X023380 Predicted protein 5.10815536 L4_control_B3 +LQ04X023380 Predicted protein 5.182105008 L4_control_C2 +LQ04X023380 Predicted protein 5.594432389 L4_control_C3 +LQ04X023380 Predicted protein 5.338383049 L4_chemical_A1 +LQ04X023380 Predicted protein 5.560218976 L4_chemical_A2 +LQ04X023380 Predicted protein 6.186324556 L4_chemical_A3 +LQ04X023380 Predicted protein 5.457090166 L4_chemical_B1 +LQ04X023380 Predicted protein 5.694134933 L4_chemical_B2 +LQ04X023380 Predicted protein 4.891906544 L4_chemical_B3 +LQ04X023380 Predicted protein 5.398525368 L4_chemical_C2 +LQ04X023380 Predicted protein 4.858484314 L4_chemical_C3 +LQ04X023390 Cyclin-L1, putative 11.02538807 C6_control_A1 +LQ04X023390 Cyclin-L1, putative 10.29663793 C6_control_A3 +LQ04X023390 Cyclin-L1, putative 11.55246466 C6_control_B1 +LQ04X023390 Cyclin-L1, putative 11.63230308 C6_control_B2 +LQ04X023390 Cyclin-L1, putative 11.35404728 C6_control_B3 +LQ04X023390 Cyclin-L1, putative 12.43023703 C6_control_C1 +LQ04X023390 Cyclin-L1, putative 12.28795604 C6_control_C2 +LQ04X023390 Cyclin-L1, putative 12.72357039 C6_control_C3 +LQ04X023390 Cyclin-L1, putative 10.93352379 C6_chemical_A1 +LQ04X023390 Cyclin-L1, putative 10.41492891 C6_chemical_A3 +LQ04X023390 Cyclin-L1, putative 11.31550245 C6_chemical_B1 +LQ04X023390 Cyclin-L1, putative 10.86329154 C6_chemical_B2 +LQ04X023390 Cyclin-L1, putative 11.01351468 C6_chemical_B3 +LQ04X023390 Cyclin-L1, putative 12.17913105 C6_chemical_C1 +LQ04X023390 Cyclin-L1, putative 11.95331347 C6_chemical_C2 +LQ04X023390 Cyclin-L1, putative 12.16235068 C6_chemical_C3 +LQ04X023390 Cyclin-L1, putative 10.34633013 L4_control_A1 +LQ04X023390 Cyclin-L1, putative 10.1911086 L4_control_A2 +LQ04X023390 Cyclin-L1, putative 9.890952889 L4_control_A3 +LQ04X023390 Cyclin-L1, putative 11.17322632 L4_control_B1 +LQ04X023390 Cyclin-L1, putative 10.53990854 L4_control_B2 +LQ04X023390 Cyclin-L1, putative 11.27601454 L4_control_B3 +LQ04X023390 Cyclin-L1, putative 11.96156336 L4_control_C2 +LQ04X023390 Cyclin-L1, putative 11.67524941 L4_control_C3 +LQ04X023390 Cyclin-L1, putative 11.21432953 L4_chemical_A1 +LQ04X023390 Cyclin-L1, putative 10.35498056 L4_chemical_A2 +LQ04X023390 Cyclin-L1, putative 11.07224135 L4_chemical_A3 +LQ04X023390 Cyclin-L1, putative 11.04410372 L4_chemical_B1 +LQ04X023390 Cyclin-L1, putative 10.12852332 L4_chemical_B2 +LQ04X023390 Cyclin-L1, putative 11.00011197 L4_chemical_B3 +LQ04X023390 Cyclin-L1, putative 12.23705475 L4_chemical_C2 +LQ04X023390 Cyclin-L1, putative 11.92985146 L4_chemical_C3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 12.00470597 C6_control_A1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 12.1548099 C6_control_A3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.7438597 C6_control_B1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 12.90561975 C6_control_B2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 12.41489226 C6_control_B3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 14.51124176 C6_control_C1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 14.22523942 C6_control_C2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 14.48480438 C6_control_C3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.65144169 C6_chemical_A1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 12.31781471 C6_chemical_A3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.64326526 C6_chemical_B1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 12.69699145 C6_chemical_B2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 12.14498679 C6_chemical_B3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 14.08911073 C6_chemical_C1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 14.0622142 C6_chemical_C2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 14.15052417 C6_chemical_C3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.0208721 L4_control_A1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 10.63900281 L4_control_A2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.53444776 L4_control_A3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.49410931 L4_control_B1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.5191464 L4_control_B2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 12.78302302 L4_control_B3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 13.28872492 L4_control_C2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 13.61859609 L4_control_C3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.60863698 L4_chemical_A1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.07330209 L4_chemical_A2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.15737068 L4_chemical_A3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 10.99480134 L4_chemical_B1 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.21866954 L4_chemical_B2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.84779692 L4_chemical_B3 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 13.11781138 L4_chemical_C2 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 13.72644644 L4_chemical_C3 +LQ04X023440 Mavicyanin 6.032148021 C6_control_A1 +LQ04X023440 Mavicyanin 5.09586643 C6_control_A3 +LQ04X023440 Mavicyanin 5.65970867 C6_control_B1 +LQ04X023440 Mavicyanin 5.905877526 C6_control_B2 +LQ04X023440 Mavicyanin 5.487093215 C6_control_B3 +LQ04X023440 Mavicyanin 5.621627489 C6_control_C1 +LQ04X023440 Mavicyanin 5.232165541 C6_control_C2 +LQ04X023440 Mavicyanin 6.010812448 C6_control_C3 +LQ04X023440 Mavicyanin 5.751889901 C6_chemical_A1 +LQ04X023440 Mavicyanin 5.697868668 C6_chemical_A3 +LQ04X023440 Mavicyanin 5.736623085 C6_chemical_B1 +LQ04X023440 Mavicyanin 5.972603139 C6_chemical_B2 +LQ04X023440 Mavicyanin 5.781393798 C6_chemical_B3 +LQ04X023440 Mavicyanin 5.51130889 C6_chemical_C1 +LQ04X023440 Mavicyanin 5.383999367 C6_chemical_C2 +LQ04X023440 Mavicyanin 5.451137095 C6_chemical_C3 +LQ04X023440 Mavicyanin 5.836688193 L4_control_A1 +LQ04X023440 Mavicyanin 5.786308462 L4_control_A2 +LQ04X023440 Mavicyanin 5.480850014 L4_control_A3 +LQ04X023440 Mavicyanin 5.7572359 L4_control_B1 +LQ04X023440 Mavicyanin 5.618991289 L4_control_B2 +LQ04X023440 Mavicyanin 5.377754006 L4_control_B3 +LQ04X023440 Mavicyanin 6.26063393 L4_control_C2 +LQ04X023440 Mavicyanin 5.668865843 L4_control_C3 +LQ04X023440 Mavicyanin 5.69614403 L4_chemical_A1 +LQ04X023440 Mavicyanin 5.494446582 L4_chemical_A2 +LQ04X023440 Mavicyanin 5.32889934 L4_chemical_A3 +LQ04X023440 Mavicyanin 5.470219207 L4_chemical_B1 +LQ04X023440 Mavicyanin 5.760758788 L4_chemical_B2 +LQ04X023440 Mavicyanin 5.705711856 L4_chemical_B3 +LQ04X023440 Mavicyanin 5.522567457 L4_chemical_C2 +LQ04X023440 Mavicyanin 5.445899847 L4_chemical_C3 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.802251743 C6_control_A1 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.515627799 C6_control_A3 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.978359277 C6_control_B1 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.78069927 C6_control_B2 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.963363976 C6_control_B3 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.730819466 C6_control_C1 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.712278125 C6_control_C2 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.041865757 C6_control_C3 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.663300115 C6_chemical_A1 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.099278862 C6_chemical_A3 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.967934776 C6_chemical_B1 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.267840003 C6_chemical_B2 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.437248412 C6_chemical_B3 +LQ04X023460 Putative Protein TIME FOR COFFEE 7.184287921 C6_chemical_C1 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.680176744 C6_chemical_C2 +LQ04X023460 Putative Protein TIME FOR COFFEE 7.3102033 C6_chemical_C3 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.069312465 L4_control_A1 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.697837294 L4_control_A2 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.797702036 L4_control_A3 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.741758344 L4_control_B1 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.15115531 L4_control_B2 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.948195597 L4_control_B3 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.471906357 L4_control_C2 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.140735271 L4_control_C3 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.509820515 L4_chemical_A1 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.687057592 L4_chemical_A2 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.616587666 L4_chemical_A3 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.770676979 L4_chemical_B1 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.631037748 L4_chemical_B2 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.796285855 L4_chemical_B3 +LQ04X023460 Putative Protein TIME FOR COFFEE 5.713313826 L4_chemical_C2 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.278581041 L4_chemical_C3 +LQ04X023470 Putative Transmembrane protein 49 5.658123839 C6_control_A1 +LQ04X023470 Putative Transmembrane protein 49 6.083943011 C6_control_A3 +LQ04X023470 Putative Transmembrane protein 49 5.723811329 C6_control_B1 +LQ04X023470 Putative Transmembrane protein 49 5.513003615 C6_control_B2 +LQ04X023470 Putative Transmembrane protein 49 5.623347743 C6_control_B3 +LQ04X023470 Putative Transmembrane protein 49 5.433031993 C6_control_C1 +LQ04X023470 Putative Transmembrane protein 49 6.352944311 C6_control_C2 +LQ04X023470 Putative Transmembrane protein 49 5.476061424 C6_control_C3 +LQ04X023470 Putative Transmembrane protein 49 5.902813381 C6_chemical_A1 +LQ04X023470 Putative Transmembrane protein 49 5.524109733 C6_chemical_A3 +LQ04X023470 Putative Transmembrane protein 49 5.532769311 C6_chemical_B1 +LQ04X023470 Putative Transmembrane protein 49 5.446934502 C6_chemical_B2 +LQ04X023470 Putative Transmembrane protein 49 5.651964888 C6_chemical_B3 +LQ04X023470 Putative Transmembrane protein 49 5.707377717 C6_chemical_C1 +LQ04X023470 Putative Transmembrane protein 49 5.478638277 C6_chemical_C2 +LQ04X023470 Putative Transmembrane protein 49 5.457021464 C6_chemical_C3 +LQ04X023470 Putative Transmembrane protein 49 5.626743155 L4_control_A1 +LQ04X023470 Putative Transmembrane protein 49 5.670993063 L4_control_A2 +LQ04X023470 Putative Transmembrane protein 49 5.248218948 L4_control_A3 +LQ04X023470 Putative Transmembrane protein 49 4.965563433 L4_control_B1 +LQ04X023470 Putative Transmembrane protein 49 5.843261902 L4_control_B2 +LQ04X023470 Putative Transmembrane protein 49 5.618103928 L4_control_B3 +LQ04X023470 Putative Transmembrane protein 49 5.451218153 L4_control_C2 +LQ04X023470 Putative Transmembrane protein 49 5.08906875 L4_control_C3 +LQ04X023470 Putative Transmembrane protein 49 5.184822849 L4_chemical_A1 +LQ04X023470 Putative Transmembrane protein 49 5.564969793 L4_chemical_A2 +LQ04X023470 Putative Transmembrane protein 49 5.293715503 L4_chemical_A3 +LQ04X023470 Putative Transmembrane protein 49 5.929356393 L4_chemical_B1 +LQ04X023470 Putative Transmembrane protein 49 5.458264975 L4_chemical_B2 +LQ04X023470 Putative Transmembrane protein 49 5.444959648 L4_chemical_B3 +LQ04X023470 Putative Transmembrane protein 49 4.993532343 L4_chemical_C2 +LQ04X023470 Putative Transmembrane protein 49 5.542863313 L4_chemical_C3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.4449291 C6_control_A1 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.30721794 C6_control_A3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.40644977 C6_control_B1 +LQ04X023490 Lipoxygenase 5, chloroplastic 12.5789258 C6_control_B2 +LQ04X023490 Lipoxygenase 5, chloroplastic 12.81592166 C6_control_B3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.10284972 C6_control_C1 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.10648401 C6_control_C2 +LQ04X023490 Lipoxygenase 5, chloroplastic 12.72822248 C6_control_C3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.9905355 C6_chemical_A1 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.71248192 C6_chemical_A3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.73022819 C6_chemical_B1 +LQ04X023490 Lipoxygenase 5, chloroplastic 12.63472075 C6_chemical_B2 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.41161591 C6_chemical_B3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.15470677 C6_chemical_C1 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.10730984 C6_chemical_C2 +LQ04X023490 Lipoxygenase 5, chloroplastic 12.81252839 C6_chemical_C3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.6136824 L4_control_A1 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.60019717 L4_control_A2 +LQ04X023490 Lipoxygenase 5, chloroplastic 12.91404388 L4_control_A3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.0025394 L4_control_B1 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.63580192 L4_control_B2 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.29049907 L4_control_B3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.30465172 L4_control_C2 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.70891399 L4_control_C3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.19428004 L4_chemical_A1 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.3792026 L4_chemical_A2 +LQ04X023490 Lipoxygenase 5, chloroplastic 12.99860715 L4_chemical_A3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.38019079 L4_chemical_B1 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.36693247 L4_chemical_B2 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.18489334 L4_chemical_B3 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.55661286 L4_chemical_C2 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.59413955 L4_chemical_C3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.85080501 C6_control_A1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.68259092 C6_control_A3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.03391053 C6_control_B1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.35383941 C6_control_B2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.34386758 C6_control_B3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.42462271 C6_control_C1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.50050984 C6_control_C2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.42059619 C6_control_C3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.77177233 C6_chemical_A1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.73409667 C6_chemical_A3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.19215151 C6_chemical_B1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.34451803 C6_chemical_B2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.35631931 C6_chemical_B3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.76436527 C6_chemical_C1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.46330502 C6_chemical_C2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.08039436 C6_chemical_C3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.67924454 L4_control_A1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.29216959 L4_control_A2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.00864298 L4_control_A3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.37744895 L4_control_B1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.00604709 L4_control_B2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.43897596 L4_control_B3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.84395466 L4_control_C2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.23533693 L4_control_C3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.35632899 L4_chemical_A1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.97422354 L4_chemical_A2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.61123048 L4_chemical_A3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.59622137 L4_chemical_B1 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.90286381 L4_chemical_B2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.17513171 L4_chemical_B3 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.7253318 L4_chemical_C2 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 15.20449658 L4_chemical_C3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 9.247246713 C6_control_A1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 9.765500426 C6_control_A3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 7.13877613 C6_control_B1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 8.204211768 C6_control_B2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 6.075876842 C6_control_B3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 6.598507549 C6_control_C1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 6.564152482 C6_control_C2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 7.813470399 C6_control_C3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 9.411686377 C6_chemical_A1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 9.795321982 C6_chemical_A3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 6.840350471 C6_chemical_B1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 8.176693606 C6_chemical_B2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 7.150659015 C6_chemical_B3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 6.984244212 C6_chemical_C1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 7.089910616 C6_chemical_C2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 7.545715951 C6_chemical_C3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 10.64386545 L4_control_A1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 9.374185566 L4_control_A2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 8.979710015 L4_control_A3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 7.329883301 L4_control_B1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 6.960314641 L4_control_B2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 7.557964737 L4_control_B3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 5.956300106 L4_control_C2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 6.572359969 L4_control_C3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 10.72075974 L4_chemical_A1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 9.398961078 L4_chemical_A2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 9.890145648 L4_chemical_A3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 7.699553002 L4_chemical_B1 +LQ04X023510 Putative Uncharacterized protein C24B11.05 8.127442526 L4_chemical_B2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 8.271196684 L4_chemical_B3 +LQ04X023510 Putative Uncharacterized protein C24B11.05 5.648753154 L4_chemical_C2 +LQ04X023510 Putative Uncharacterized protein C24B11.05 5.985747103 L4_chemical_C3 +LQ04X023520 Putative Probable spermidine synthase 10.53326319 C6_control_A1 +LQ04X023520 Putative Probable spermidine synthase 10.58711504 C6_control_A3 +LQ04X023520 Putative Probable spermidine synthase 11.05179768 C6_control_B1 +LQ04X023520 Putative Probable spermidine synthase 10.48737471 C6_control_B2 +LQ04X023520 Putative Probable spermidine synthase 10.78569206 C6_control_B3 +LQ04X023520 Putative Probable spermidine synthase 5.163519937 C6_control_C1 +LQ04X023520 Putative Probable spermidine synthase 5.404499994 C6_control_C2 +LQ04X023520 Putative Probable spermidine synthase 6.411905143 C6_control_C3 +LQ04X023520 Putative Probable spermidine synthase 10.37462171 C6_chemical_A1 +LQ04X023520 Putative Probable spermidine synthase 11.03605544 C6_chemical_A3 +LQ04X023520 Putative Probable spermidine synthase 10.41938553 C6_chemical_B1 +LQ04X023520 Putative Probable spermidine synthase 10.3308953 C6_chemical_B2 +LQ04X023520 Putative Probable spermidine synthase 10.91615194 C6_chemical_B3 +LQ04X023520 Putative Probable spermidine synthase 5.708673716 C6_chemical_C1 +LQ04X023520 Putative Probable spermidine synthase 5.820085378 C6_chemical_C2 +LQ04X023520 Putative Probable spermidine synthase 6.151657037 C6_chemical_C3 +LQ04X023520 Putative Probable spermidine synthase 9.933247966 L4_control_A1 +LQ04X023520 Putative Probable spermidine synthase 10.19087397 L4_control_A2 +LQ04X023520 Putative Probable spermidine synthase 10.34971721 L4_control_A3 +LQ04X023520 Putative Probable spermidine synthase 10.84390111 L4_control_B1 +LQ04X023520 Putative Probable spermidine synthase 9.82449601 L4_control_B2 +LQ04X023520 Putative Probable spermidine synthase 9.99003905 L4_control_B3 +LQ04X023520 Putative Probable spermidine synthase 5.760794776 L4_control_C2 +LQ04X023520 Putative Probable spermidine synthase 4.907693296 L4_control_C3 +LQ04X023520 Putative Probable spermidine synthase 9.824482638 L4_chemical_A1 +LQ04X023520 Putative Probable spermidine synthase 10.38210505 L4_chemical_A2 +LQ04X023520 Putative Probable spermidine synthase 9.603621778 L4_chemical_A3 +LQ04X023520 Putative Probable spermidine synthase 10.32605173 L4_chemical_B1 +LQ04X023520 Putative Probable spermidine synthase 9.529756899 L4_chemical_B2 +LQ04X023520 Putative Probable spermidine synthase 11.15582782 L4_chemical_B3 +LQ04X023520 Putative Probable spermidine synthase 6.034276365 L4_chemical_C2 +LQ04X023520 Putative Probable spermidine synthase 5.859709196 L4_chemical_C3 +LQ04X023550 Primary amine oxidase (Fragment) 5.737414608 C6_control_A1 +LQ04X023550 Primary amine oxidase (Fragment) 5.683630167 C6_control_A3 +LQ04X023550 Primary amine oxidase (Fragment) 5.631130347 C6_control_B1 +LQ04X023550 Primary amine oxidase (Fragment) 7.035722056 C6_control_B2 +LQ04X023550 Primary amine oxidase (Fragment) 6.078166838 C6_control_B3 +LQ04X023550 Primary amine oxidase (Fragment) 6.708536375 C6_control_C1 +LQ04X023550 Primary amine oxidase (Fragment) 6.594118119 C6_control_C2 +LQ04X023550 Primary amine oxidase (Fragment) 6.717235695 C6_control_C3 +LQ04X023550 Primary amine oxidase (Fragment) 5.580324088 C6_chemical_A1 +LQ04X023550 Primary amine oxidase (Fragment) 5.918982202 C6_chemical_A3 +LQ04X023550 Primary amine oxidase (Fragment) 6.323870855 C6_chemical_B1 +LQ04X023550 Primary amine oxidase (Fragment) 7.287865188 C6_chemical_B2 +LQ04X023550 Primary amine oxidase (Fragment) 5.960778778 C6_chemical_B3 +LQ04X023550 Primary amine oxidase (Fragment) 6.614626561 C6_chemical_C1 +LQ04X023550 Primary amine oxidase (Fragment) 7.483275951 C6_chemical_C2 +LQ04X023550 Primary amine oxidase (Fragment) 6.801141528 C6_chemical_C3 +LQ04X023550 Primary amine oxidase (Fragment) 6.258949176 L4_control_A1 +LQ04X023550 Primary amine oxidase (Fragment) 6.011791292 L4_control_A2 +LQ04X023550 Primary amine oxidase (Fragment) 5.718424065 L4_control_A3 +LQ04X023550 Primary amine oxidase (Fragment) 5.890791581 L4_control_B1 +LQ04X023550 Primary amine oxidase (Fragment) 5.521489886 L4_control_B2 +LQ04X023550 Primary amine oxidase (Fragment) 6.495746494 L4_control_B3 +LQ04X023550 Primary amine oxidase (Fragment) 5.331750563 L4_control_C2 +LQ04X023550 Primary amine oxidase (Fragment) 6.091918968 L4_control_C3 +LQ04X023550 Primary amine oxidase (Fragment) 6.445206221 L4_chemical_A1 +LQ04X023550 Primary amine oxidase (Fragment) 5.715757055 L4_chemical_A2 +LQ04X023550 Primary amine oxidase (Fragment) 5.254606799 L4_chemical_A3 +LQ04X023550 Primary amine oxidase (Fragment) 6.16968381 L4_chemical_B1 +LQ04X023550 Primary amine oxidase (Fragment) 5.887497142 L4_chemical_B2 +LQ04X023550 Primary amine oxidase (Fragment) 6.229947758 L4_chemical_B3 +LQ04X023550 Primary amine oxidase (Fragment) 5.492647729 L4_chemical_C2 +LQ04X023550 Primary amine oxidase (Fragment) 6.081787351 L4_chemical_C3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.725351104 C6_control_A1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.643388227 C6_control_A3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.644026248 C6_control_B1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.592276221 C6_control_B2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.939838138 C6_control_B3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.167304085 C6_control_C1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.415275229 C6_control_C2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.501521251 C6_control_C3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.647392297 C6_chemical_A1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.626376415 C6_chemical_A3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 4.966358337 C6_chemical_B1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.503231497 C6_chemical_B2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.607733772 C6_chemical_B3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.076214107 C6_chemical_C1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.46670778 C6_chemical_C2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.166395735 C6_chemical_C3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.24094525 L4_control_A1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.354104888 L4_control_A2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 6.355672081 L4_control_A3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.209279637 L4_control_B1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.338457444 L4_control_B2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.277824103 L4_control_B3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.493631701 L4_control_C2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.562261429 L4_control_C3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.452594969 L4_chemical_A1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.794817621 L4_chemical_A2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.932320006 L4_chemical_A3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.222050192 L4_chemical_B1 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.485342024 L4_chemical_B2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.382884104 L4_chemical_B3 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.793203626 L4_chemical_C2 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.149491336 L4_chemical_C3 +LQ04X023570 Primary amine oxidase (Fragment) 11.93085047 C6_control_A1 +LQ04X023570 Primary amine oxidase (Fragment) 12.69722978 C6_control_A3 +LQ04X023570 Primary amine oxidase (Fragment) 12.07010607 C6_control_B1 +LQ04X023570 Primary amine oxidase (Fragment) 13.10681069 C6_control_B2 +LQ04X023570 Primary amine oxidase (Fragment) 12.53372988 C6_control_B3 +LQ04X023570 Primary amine oxidase (Fragment) 12.27851123 C6_control_C1 +LQ04X023570 Primary amine oxidase (Fragment) 13.32376841 C6_control_C2 +LQ04X023570 Primary amine oxidase (Fragment) 12.66158976 C6_control_C3 +LQ04X023570 Primary amine oxidase (Fragment) 12.52182918 C6_chemical_A1 +LQ04X023570 Primary amine oxidase (Fragment) 13.59886264 C6_chemical_A3 +LQ04X023570 Primary amine oxidase (Fragment) 12.70523491 C6_chemical_B1 +LQ04X023570 Primary amine oxidase (Fragment) 13.98373353 C6_chemical_B2 +LQ04X023570 Primary amine oxidase (Fragment) 12.48176033 C6_chemical_B3 +LQ04X023570 Primary amine oxidase (Fragment) 12.96016616 C6_chemical_C1 +LQ04X023570 Primary amine oxidase (Fragment) 12.87249942 C6_chemical_C2 +LQ04X023570 Primary amine oxidase (Fragment) 12.7434587 C6_chemical_C3 +LQ04X023570 Primary amine oxidase (Fragment) 13.89787078 L4_control_A1 +LQ04X023570 Primary amine oxidase (Fragment) 13.75983874 L4_control_A2 +LQ04X023570 Primary amine oxidase (Fragment) 14.21999802 L4_control_A3 +LQ04X023570 Primary amine oxidase (Fragment) 12.74378841 L4_control_B1 +LQ04X023570 Primary amine oxidase (Fragment) 13.17250393 L4_control_B2 +LQ04X023570 Primary amine oxidase (Fragment) 13.46991114 L4_control_B3 +LQ04X023570 Primary amine oxidase (Fragment) 10.47672384 L4_control_C2 +LQ04X023570 Primary amine oxidase (Fragment) 10.84816611 L4_control_C3 +LQ04X023570 Primary amine oxidase (Fragment) 14.26585276 L4_chemical_A1 +LQ04X023570 Primary amine oxidase (Fragment) 14.18525789 L4_chemical_A2 +LQ04X023570 Primary amine oxidase (Fragment) 14.02280544 L4_chemical_A3 +LQ04X023570 Primary amine oxidase (Fragment) 12.3426275 L4_chemical_B1 +LQ04X023570 Primary amine oxidase (Fragment) 12.86474075 L4_chemical_B2 +LQ04X023570 Primary amine oxidase (Fragment) 13.8052648 L4_chemical_B3 +LQ04X023570 Primary amine oxidase (Fragment) 11.18930655 L4_chemical_C2 +LQ04X023570 Primary amine oxidase (Fragment) 11.49272553 L4_chemical_C3 +LQ04X023610 Primary amine oxidase 4.559803356 C6_control_A1 +LQ04X023610 Primary amine oxidase 4.672794675 C6_control_A3 +LQ04X023610 Primary amine oxidase 4.641140899 C6_control_B1 +LQ04X023610 Primary amine oxidase 4.599096238 C6_control_B2 +LQ04X023610 Primary amine oxidase 4.654464935 C6_control_B3 +LQ04X023610 Primary amine oxidase 4.607708933 C6_control_C1 +LQ04X023610 Primary amine oxidase 4.574360823 C6_control_C2 +LQ04X023610 Primary amine oxidase 4.449632809 C6_control_C3 +LQ04X023610 Primary amine oxidase 4.631120847 C6_chemical_A1 +LQ04X023610 Primary amine oxidase 4.984818358 C6_chemical_A3 +LQ04X023610 Primary amine oxidase 4.865575124 C6_chemical_B1 +LQ04X023610 Primary amine oxidase 4.530016645 C6_chemical_B2 +LQ04X023610 Primary amine oxidase 4.746060363 C6_chemical_B3 +LQ04X023610 Primary amine oxidase 4.639753651 C6_chemical_C1 +LQ04X023610 Primary amine oxidase 4.448849251 C6_chemical_C2 +LQ04X023610 Primary amine oxidase 4.607153097 C6_chemical_C3 +LQ04X023610 Primary amine oxidase 4.567664897 L4_control_A1 +LQ04X023610 Primary amine oxidase 4.684519672 L4_control_A2 +LQ04X023610 Primary amine oxidase 5.038190702 L4_control_A3 +LQ04X023610 Primary amine oxidase 5.256809135 L4_control_B1 +LQ04X023610 Primary amine oxidase 4.764842663 L4_control_B2 +LQ04X023610 Primary amine oxidase 4.794107988 L4_control_B3 +LQ04X023610 Primary amine oxidase 4.717177132 L4_control_C2 +LQ04X023610 Primary amine oxidase 5.092856039 L4_control_C3 +LQ04X023610 Primary amine oxidase 4.789096899 L4_chemical_A1 +LQ04X023610 Primary amine oxidase 4.360143279 L4_chemical_A2 +LQ04X023610 Primary amine oxidase 5.207316828 L4_chemical_A3 +LQ04X023610 Primary amine oxidase 4.75993894 L4_chemical_B1 +LQ04X023610 Primary amine oxidase 4.710113506 L4_chemical_B2 +LQ04X023610 Primary amine oxidase 4.521877028 L4_chemical_B3 +LQ04X023610 Primary amine oxidase 4.607432502 L4_chemical_C2 +LQ04X023610 Primary amine oxidase 4.600732571 L4_chemical_C3 +LQ04X023660 Putative 5-nucleotidase surE 5.404065307 C6_control_A1 +LQ04X023660 Putative 5-nucleotidase surE 5.627409359 C6_control_A3 +LQ04X023660 Putative 5-nucleotidase surE 5.389912522 C6_control_B1 +LQ04X023660 Putative 5-nucleotidase surE 5.32095839 C6_control_B2 +LQ04X023660 Putative 5-nucleotidase surE 5.364170144 C6_control_B3 +LQ04X023660 Putative 5-nucleotidase surE 5.924315077 C6_control_C1 +LQ04X023660 Putative 5-nucleotidase surE 5.777417366 C6_control_C2 +LQ04X023660 Putative 5-nucleotidase surE 5.177168534 C6_control_C3 +LQ04X023660 Putative 5-nucleotidase surE 5.234258804 C6_chemical_A1 +LQ04X023660 Putative 5-nucleotidase surE 5.774864718 C6_chemical_A3 +LQ04X023660 Putative 5-nucleotidase surE 5.105372275 C6_chemical_B1 +LQ04X023660 Putative 5-nucleotidase surE 5.447428928 C6_chemical_B2 +LQ04X023660 Putative 5-nucleotidase surE 5.235048221 C6_chemical_B3 +LQ04X023660 Putative 5-nucleotidase surE 5.397244399 C6_chemical_C1 +LQ04X023660 Putative 5-nucleotidase surE 5.814106713 C6_chemical_C2 +LQ04X023660 Putative 5-nucleotidase surE 5.277990314 C6_chemical_C3 +LQ04X023660 Putative 5-nucleotidase surE 5.252678812 L4_control_A1 +LQ04X023660 Putative 5-nucleotidase surE 5.613802802 L4_control_A2 +LQ04X023660 Putative 5-nucleotidase surE 5.418686484 L4_control_A3 +LQ04X023660 Putative 5-nucleotidase surE 5.771389816 L4_control_B1 +LQ04X023660 Putative 5-nucleotidase surE 6.26829333 L4_control_B2 +LQ04X023660 Putative 5-nucleotidase surE 5.062839253 L4_control_B3 +LQ04X023660 Putative 5-nucleotidase surE 4.830767055 L4_control_C2 +LQ04X023660 Putative 5-nucleotidase surE 5.953252875 L4_control_C3 +LQ04X023660 Putative 5-nucleotidase surE 5.225114607 L4_chemical_A1 +LQ04X023660 Putative 5-nucleotidase surE 5.287560237 L4_chemical_A2 +LQ04X023660 Putative 5-nucleotidase surE 5.746935935 L4_chemical_A3 +LQ04X023660 Putative 5-nucleotidase surE 5.492441426 L4_chemical_B1 +LQ04X023660 Putative 5-nucleotidase surE 5.570346438 L4_chemical_B2 +LQ04X023660 Putative 5-nucleotidase surE 4.978760495 L4_chemical_B3 +LQ04X023660 Putative 5-nucleotidase surE 5.160880311 L4_chemical_C2 +LQ04X023660 Putative 5-nucleotidase surE 5.459941727 L4_chemical_C3 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.26218982 C6_control_A1 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.84764827 C6_control_A3 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.5663634 C6_control_B1 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.38823752 C6_control_B2 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.05276211 C6_control_B3 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.06277373 C6_control_C1 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.73047896 C6_control_C2 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.7963577 C6_control_C3 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.71234408 C6_chemical_A1 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.40702519 C6_chemical_A3 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.61271947 C6_chemical_B1 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.39091252 C6_chemical_B2 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.44465839 C6_chemical_B3 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.09970695 C6_chemical_C1 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.80596744 C6_chemical_C2 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.46389754 C6_chemical_C3 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.98654587 L4_control_A1 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.12715843 L4_control_A2 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.91528229 L4_control_A3 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.45546072 L4_control_B1 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.51108545 L4_control_B2 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.86538214 L4_control_B3 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.94641574 L4_control_C2 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.96010592 L4_control_C3 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.59593323 L4_chemical_A1 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.59168842 L4_chemical_A2 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.45181046 L4_chemical_A3 +LQ04X023670 Serine/threonine-protein kinase WNK1 14.16863668 L4_chemical_B1 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.43349005 L4_chemical_B2 +LQ04X023670 Serine/threonine-protein kinase WNK1 13.51171144 L4_chemical_B3 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.75636477 L4_chemical_C2 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.93483751 L4_chemical_C3 +LQ04X023720 40S ribosomal protein S24-2 11.88636684 C6_control_A1 +LQ04X023720 40S ribosomal protein S24-2 12.38605823 C6_control_A3 +LQ04X023720 40S ribosomal protein S24-2 11.30852135 C6_control_B1 +LQ04X023720 40S ribosomal protein S24-2 11.76988732 C6_control_B2 +LQ04X023720 40S ribosomal protein S24-2 11.2696856 C6_control_B3 +LQ04X023720 40S ribosomal protein S24-2 11.92030671 C6_control_C1 +LQ04X023720 40S ribosomal protein S24-2 11.2847514 C6_control_C2 +LQ04X023720 40S ribosomal protein S24-2 11.66432329 C6_control_C3 +LQ04X023720 40S ribosomal protein S24-2 11.0572602 C6_chemical_A1 +LQ04X023720 40S ribosomal protein S24-2 12.41511928 C6_chemical_A3 +LQ04X023720 40S ribosomal protein S24-2 10.94958958 C6_chemical_B1 +LQ04X023720 40S ribosomal protein S24-2 11.15905674 C6_chemical_B2 +LQ04X023720 40S ribosomal protein S24-2 10.72023048 C6_chemical_B3 +LQ04X023720 40S ribosomal protein S24-2 11.36447563 C6_chemical_C1 +LQ04X023720 40S ribosomal protein S24-2 11.43320599 C6_chemical_C2 +LQ04X023720 40S ribosomal protein S24-2 11.51466682 C6_chemical_C3 +LQ04X023720 40S ribosomal protein S24-2 12.27792901 L4_control_A1 +LQ04X023720 40S ribosomal protein S24-2 11.87671035 L4_control_A2 +LQ04X023720 40S ribosomal protein S24-2 11.79313153 L4_control_A3 +LQ04X023720 40S ribosomal protein S24-2 11.93900858 L4_control_B1 +LQ04X023720 40S ribosomal protein S24-2 11.12648439 L4_control_B2 +LQ04X023720 40S ribosomal protein S24-2 11.55911216 L4_control_B3 +LQ04X023720 40S ribosomal protein S24-2 11.70363586 L4_control_C2 +LQ04X023720 40S ribosomal protein S24-2 11.23452978 L4_control_C3 +LQ04X023720 40S ribosomal protein S24-2 12.31819317 L4_chemical_A1 +LQ04X023720 40S ribosomal protein S24-2 11.39026704 L4_chemical_A2 +LQ04X023720 40S ribosomal protein S24-2 11.30586098 L4_chemical_A3 +LQ04X023720 40S ribosomal protein S24-2 11.7668075 L4_chemical_B1 +LQ04X023720 40S ribosomal protein S24-2 11.54472533 L4_chemical_B2 +LQ04X023720 40S ribosomal protein S24-2 11.53292921 L4_chemical_B3 +LQ04X023720 40S ribosomal protein S24-2 11.91452811 L4_chemical_C2 +LQ04X023720 40S ribosomal protein S24-2 11.37381629 L4_chemical_C3 +LQ04X023730 Putative uncharacterized protein 11.73464512 C6_control_A1 +LQ04X023730 Putative uncharacterized protein 11.35666208 C6_control_A3 +LQ04X023730 Putative uncharacterized protein 11.59505645 C6_control_B1 +LQ04X023730 Putative uncharacterized protein 11.57984225 C6_control_B2 +LQ04X023730 Putative uncharacterized protein 11.70829399 C6_control_B3 +LQ04X023730 Putative uncharacterized protein 11.56203745 C6_control_C1 +LQ04X023730 Putative uncharacterized protein 11.67819207 C6_control_C2 +LQ04X023730 Putative uncharacterized protein 11.51053123 C6_control_C3 +LQ04X023730 Putative uncharacterized protein 11.73179203 C6_chemical_A1 +LQ04X023730 Putative uncharacterized protein 11.68754256 C6_chemical_A3 +LQ04X023730 Putative uncharacterized protein 11.65170497 C6_chemical_B1 +LQ04X023730 Putative uncharacterized protein 11.42886832 C6_chemical_B2 +LQ04X023730 Putative uncharacterized protein 11.75340624 C6_chemical_B3 +LQ04X023730 Putative uncharacterized protein 11.48881167 C6_chemical_C1 +LQ04X023730 Putative uncharacterized protein 11.47395914 C6_chemical_C2 +LQ04X023730 Putative uncharacterized protein 11.82818824 C6_chemical_C3 +LQ04X023730 Putative uncharacterized protein 12.36796674 L4_control_A1 +LQ04X023730 Putative uncharacterized protein 12.37947261 L4_control_A2 +LQ04X023730 Putative uncharacterized protein 12.60222714 L4_control_A3 +LQ04X023730 Putative uncharacterized protein 12.42371258 L4_control_B1 +LQ04X023730 Putative uncharacterized protein 12.93054124 L4_control_B2 +LQ04X023730 Putative uncharacterized protein 12.59237802 L4_control_B3 +LQ04X023730 Putative uncharacterized protein 12.26638964 L4_control_C2 +LQ04X023730 Putative uncharacterized protein 12.12131298 L4_control_C3 +LQ04X023730 Putative uncharacterized protein 12.49620724 L4_chemical_A1 +LQ04X023730 Putative uncharacterized protein 12.43642429 L4_chemical_A2 +LQ04X023730 Putative uncharacterized protein 12.55763079 L4_chemical_A3 +LQ04X023730 Putative uncharacterized protein 12.14694043 L4_chemical_B1 +LQ04X023730 Putative uncharacterized protein 12.64427778 L4_chemical_B2 +LQ04X023730 Putative uncharacterized protein 12.54938437 L4_chemical_B3 +LQ04X023730 Putative uncharacterized protein 12.17112751 L4_chemical_C2 +LQ04X023730 Putative uncharacterized protein 12.07171443 L4_chemical_C3 +LQ04X023760 Putative uncharacterized protein 5.383899954 C6_control_A1 +LQ04X023760 Putative uncharacterized protein 5.413386266 C6_control_A3 +LQ04X023760 Putative uncharacterized protein 5.257893948 C6_control_B1 +LQ04X023760 Putative uncharacterized protein 5.318423166 C6_control_B2 +LQ04X023760 Putative uncharacterized protein 5.253019745 C6_control_B3 +LQ04X023760 Putative uncharacterized protein 5.655006725 C6_control_C1 +LQ04X023760 Putative uncharacterized protein 5.64992227 C6_control_C2 +LQ04X023760 Putative uncharacterized protein 5.419184689 C6_control_C3 +LQ04X023760 Putative uncharacterized protein 5.015760341 C6_chemical_A1 +LQ04X023760 Putative uncharacterized protein 5.458962966 C6_chemical_A3 +LQ04X023760 Putative uncharacterized protein 5.600455589 C6_chemical_B1 +LQ04X023760 Putative uncharacterized protein 5.262169151 C6_chemical_B2 +LQ04X023760 Putative uncharacterized protein 5.088382275 C6_chemical_B3 +LQ04X023760 Putative uncharacterized protein 5.323856836 C6_chemical_C1 +LQ04X023760 Putative uncharacterized protein 5.523289397 C6_chemical_C2 +LQ04X023760 Putative uncharacterized protein 5.341382271 C6_chemical_C3 +LQ04X023760 Putative uncharacterized protein 4.994968906 L4_control_A1 +LQ04X023760 Putative uncharacterized protein 5.198595533 L4_control_A2 +LQ04X023760 Putative uncharacterized protein 4.935166695 L4_control_A3 +LQ04X023760 Putative uncharacterized protein 4.913831742 L4_control_B1 +LQ04X023760 Putative uncharacterized protein 4.85213499 L4_control_B2 +LQ04X023760 Putative uncharacterized protein 5.008569938 L4_control_B3 +LQ04X023760 Putative uncharacterized protein 5.274570228 L4_control_C2 +LQ04X023760 Putative uncharacterized protein 5.32002847 L4_control_C3 +LQ04X023760 Putative uncharacterized protein 4.763025985 L4_chemical_A1 +LQ04X023760 Putative uncharacterized protein 5.131405744 L4_chemical_A2 +LQ04X023760 Putative uncharacterized protein 4.876646577 L4_chemical_A3 +LQ04X023760 Putative uncharacterized protein 5.127878915 L4_chemical_B1 +LQ04X023760 Putative uncharacterized protein 5.089751728 L4_chemical_B2 +LQ04X023760 Putative uncharacterized protein 5.133247817 L4_chemical_B3 +LQ04X023760 Putative uncharacterized protein 5.431278508 L4_chemical_C2 +LQ04X023760 Putative uncharacterized protein 5.029855166 L4_chemical_C3 +LQ04X023770 Protein FRIGIDA, putative 15.21324466 C6_control_A1 +LQ04X023770 Protein FRIGIDA, putative 15.18549514 C6_control_A3 +LQ04X023770 Protein FRIGIDA, putative 15.1673583 C6_control_B1 +LQ04X023770 Protein FRIGIDA, putative 14.50581806 C6_control_B2 +LQ04X023770 Protein FRIGIDA, putative 14.89438514 C6_control_B3 +LQ04X023770 Protein FRIGIDA, putative 14.31640611 C6_control_C1 +LQ04X023770 Protein FRIGIDA, putative 14.31833776 C6_control_C2 +LQ04X023770 Protein FRIGIDA, putative 14.69887876 C6_control_C3 +LQ04X023770 Protein FRIGIDA, putative 15.1605255 C6_chemical_A1 +LQ04X023770 Protein FRIGIDA, putative 15.56150969 C6_chemical_A3 +LQ04X023770 Protein FRIGIDA, putative 15.19263282 C6_chemical_B1 +LQ04X023770 Protein FRIGIDA, putative 14.43554838 C6_chemical_B2 +LQ04X023770 Protein FRIGIDA, putative 15.18846635 C6_chemical_B3 +LQ04X023770 Protein FRIGIDA, putative 14.03927634 C6_chemical_C1 +LQ04X023770 Protein FRIGIDA, putative 14.21858196 C6_chemical_C2 +LQ04X023770 Protein FRIGIDA, putative 14.58322489 C6_chemical_C3 +LQ04X023770 Protein FRIGIDA, putative 15.33804019 L4_control_A1 +LQ04X023770 Protein FRIGIDA, putative 15.07061799 L4_control_A2 +LQ04X023770 Protein FRIGIDA, putative 15.58331565 L4_control_A3 +LQ04X023770 Protein FRIGIDA, putative 15.16437217 L4_control_B1 +LQ04X023770 Protein FRIGIDA, putative 15.31485221 L4_control_B2 +LQ04X023770 Protein FRIGIDA, putative 14.79079597 L4_control_B3 +LQ04X023770 Protein FRIGIDA, putative 15.1894341 L4_control_C2 +LQ04X023770 Protein FRIGIDA, putative 15.17079537 L4_control_C3 +LQ04X023770 Protein FRIGIDA, putative 15.55601284 L4_chemical_A1 +LQ04X023770 Protein FRIGIDA, putative 15.44013101 L4_chemical_A2 +LQ04X023770 Protein FRIGIDA, putative 15.6486724 L4_chemical_A3 +LQ04X023770 Protein FRIGIDA, putative 15.4607664 L4_chemical_B1 +LQ04X023770 Protein FRIGIDA, putative 15.2249035 L4_chemical_B2 +LQ04X023770 Protein FRIGIDA, putative 15.29241487 L4_chemical_B3 +LQ04X023770 Protein FRIGIDA, putative 14.98478862 L4_chemical_C2 +LQ04X023770 Protein FRIGIDA, putative 14.96791299 L4_chemical_C3 +LQ04X023780 Ferredoxin-1 14.48046319 C6_control_A1 +LQ04X023780 Ferredoxin-1 14.37196482 C6_control_A3 +LQ04X023780 Ferredoxin-1 14.4357113 C6_control_B1 +LQ04X023780 Ferredoxin-1 14.80589228 C6_control_B2 +LQ04X023780 Ferredoxin-1 14.62036684 C6_control_B3 +LQ04X023780 Ferredoxin-1 14.91049185 C6_control_C1 +LQ04X023780 Ferredoxin-1 14.71215812 C6_control_C2 +LQ04X023780 Ferredoxin-1 14.70388682 C6_control_C3 +LQ04X023780 Ferredoxin-1 14.36585345 C6_chemical_A1 +LQ04X023780 Ferredoxin-1 14.31191463 C6_chemical_A3 +LQ04X023780 Ferredoxin-1 14.81731038 C6_chemical_B1 +LQ04X023780 Ferredoxin-1 14.89745867 C6_chemical_B2 +LQ04X023780 Ferredoxin-1 14.3949434 C6_chemical_B3 +LQ04X023780 Ferredoxin-1 15.06161771 C6_chemical_C1 +LQ04X023780 Ferredoxin-1 14.94470417 C6_chemical_C2 +LQ04X023780 Ferredoxin-1 14.49138888 C6_chemical_C3 +LQ04X023780 Ferredoxin-1 14.07055802 L4_control_A1 +LQ04X023780 Ferredoxin-1 14.28941602 L4_control_A2 +LQ04X023780 Ferredoxin-1 12.84411274 L4_control_A3 +LQ04X023780 Ferredoxin-1 14.45031427 L4_control_B1 +LQ04X023780 Ferredoxin-1 13.95898536 L4_control_B2 +LQ04X023780 Ferredoxin-1 14.66242258 L4_control_B3 +LQ04X023780 Ferredoxin-1 14.54260639 L4_control_C2 +LQ04X023780 Ferredoxin-1 14.57262531 L4_control_C3 +LQ04X023780 Ferredoxin-1 14.07885194 L4_chemical_A1 +LQ04X023780 Ferredoxin-1 14.12419481 L4_chemical_A2 +LQ04X023780 Ferredoxin-1 12.77688685 L4_chemical_A3 +LQ04X023780 Ferredoxin-1 14.10313553 L4_chemical_B1 +LQ04X023780 Ferredoxin-1 14.51613807 L4_chemical_B2 +LQ04X023780 Ferredoxin-1 14.38367903 L4_chemical_B3 +LQ04X023780 Ferredoxin-1 14.63974031 L4_chemical_C2 +LQ04X023780 Ferredoxin-1 14.88181829 L4_chemical_C3 +LQ04X023820 Putative uncharacterized protein 5.311254557 C6_control_A1 +LQ04X023820 Putative uncharacterized protein 5.128667366 C6_control_A3 +LQ04X023820 Putative uncharacterized protein 5.458229339 C6_control_B1 +LQ04X023820 Putative uncharacterized protein 4.979045422 C6_control_B2 +LQ04X023820 Putative uncharacterized protein 5.58175201 C6_control_B3 +LQ04X023820 Putative uncharacterized protein 5.006946777 C6_control_C1 +LQ04X023820 Putative uncharacterized protein 5.049914086 C6_control_C2 +LQ04X023820 Putative uncharacterized protein 4.958464947 C6_control_C3 +LQ04X023820 Putative uncharacterized protein 5.467357105 C6_chemical_A1 +LQ04X023820 Putative uncharacterized protein 5.171801423 C6_chemical_A3 +LQ04X023820 Putative uncharacterized protein 5.23511473 C6_chemical_B1 +LQ04X023820 Putative uncharacterized protein 4.767912265 C6_chemical_B2 +LQ04X023820 Putative uncharacterized protein 5.609990423 C6_chemical_B3 +LQ04X023820 Putative uncharacterized protein 4.693610235 C6_chemical_C1 +LQ04X023820 Putative uncharacterized protein 4.977545797 C6_chemical_C2 +LQ04X023820 Putative uncharacterized protein 4.917375123 C6_chemical_C3 +LQ04X023820 Putative uncharacterized protein 5.435120891 L4_control_A1 +LQ04X023820 Putative uncharacterized protein 6.013925724 L4_control_A2 +LQ04X023820 Putative uncharacterized protein 5.728953579 L4_control_A3 +LQ04X023820 Putative uncharacterized protein 5.976137051 L4_control_B1 +LQ04X023820 Putative uncharacterized protein 5.660821593 L4_control_B2 +LQ04X023820 Putative uncharacterized protein 5.575050194 L4_control_B3 +LQ04X023820 Putative uncharacterized protein 5.865744096 L4_control_C2 +LQ04X023820 Putative uncharacterized protein 6.424952481 L4_control_C3 +LQ04X023820 Putative uncharacterized protein 5.587519204 L4_chemical_A1 +LQ04X023820 Putative uncharacterized protein 5.866994574 L4_chemical_A2 +LQ04X023820 Putative uncharacterized protein 5.632268134 L4_chemical_A3 +LQ04X023820 Putative uncharacterized protein 6.173173135 L4_chemical_B1 +LQ04X023820 Putative uncharacterized protein 5.660612037 L4_chemical_B2 +LQ04X023820 Putative uncharacterized protein 5.650302834 L4_chemical_B3 +LQ04X023820 Putative uncharacterized protein 5.649538068 L4_chemical_C2 +LQ04X023820 Putative uncharacterized protein 6.457600424 L4_chemical_C3 +LQ04X023840 Putative Lactoylglutathione lyase 9.867129468 C6_control_A1 +LQ04X023840 Putative Lactoylglutathione lyase 8.590166125 C6_control_A3 +LQ04X023840 Putative Lactoylglutathione lyase 9.828193343 C6_control_B1 +LQ04X023840 Putative Lactoylglutathione lyase 10.19019471 C6_control_B2 +LQ04X023840 Putative Lactoylglutathione lyase 9.216474862 C6_control_B3 +LQ04X023840 Putative Lactoylglutathione lyase 11.21304865 C6_control_C1 +LQ04X023840 Putative Lactoylglutathione lyase 10.71662878 C6_control_C2 +LQ04X023840 Putative Lactoylglutathione lyase 10.71707081 C6_control_C3 +LQ04X023840 Putative Lactoylglutathione lyase 9.544279058 C6_chemical_A1 +LQ04X023840 Putative Lactoylglutathione lyase 10.03377157 C6_chemical_A3 +LQ04X023840 Putative Lactoylglutathione lyase 9.331586853 C6_chemical_B1 +LQ04X023840 Putative Lactoylglutathione lyase 10.12219136 C6_chemical_B2 +LQ04X023840 Putative Lactoylglutathione lyase 9.079142052 C6_chemical_B3 +LQ04X023840 Putative Lactoylglutathione lyase 10.91898409 C6_chemical_C1 +LQ04X023840 Putative Lactoylglutathione lyase 10.95327778 C6_chemical_C2 +LQ04X023840 Putative Lactoylglutathione lyase 11.3967365 C6_chemical_C3 +LQ04X023840 Putative Lactoylglutathione lyase 10.83534304 L4_control_A1 +LQ04X023840 Putative Lactoylglutathione lyase 11.09611138 L4_control_A2 +LQ04X023840 Putative Lactoylglutathione lyase 9.364572168 L4_control_A3 +LQ04X023840 Putative Lactoylglutathione lyase 10.86560992 L4_control_B1 +LQ04X023840 Putative Lactoylglutathione lyase 10.09034422 L4_control_B2 +LQ04X023840 Putative Lactoylglutathione lyase 11.18120885 L4_control_B3 +LQ04X023840 Putative Lactoylglutathione lyase 11.78025746 L4_control_C2 +LQ04X023840 Putative Lactoylglutathione lyase 11.68772606 L4_control_C3 +LQ04X023840 Putative Lactoylglutathione lyase 11.75566888 L4_chemical_A1 +LQ04X023840 Putative Lactoylglutathione lyase 11.87525104 L4_chemical_A2 +LQ04X023840 Putative Lactoylglutathione lyase 10.27445516 L4_chemical_A3 +LQ04X023840 Putative Lactoylglutathione lyase 11.1813049 L4_chemical_B1 +LQ04X023840 Putative Lactoylglutathione lyase 10.9422039 L4_chemical_B2 +LQ04X023840 Putative Lactoylglutathione lyase 11.05983467 L4_chemical_B3 +LQ04X023840 Putative Lactoylglutathione lyase 11.80717928 L4_chemical_C2 +LQ04X023840 Putative Lactoylglutathione lyase 11.8535589 L4_chemical_C3 +LQ04X023890 Putative Predicted protein 5.961997831 C6_control_A1 +LQ04X023890 Putative Predicted protein 6.830465795 C6_control_A3 +LQ04X023890 Putative Predicted protein 5.880398523 C6_control_B1 +LQ04X023890 Putative Predicted protein 6.004892607 C6_control_B2 +LQ04X023890 Putative Predicted protein 6.168086042 C6_control_B3 +LQ04X023890 Putative Predicted protein 5.532186782 C6_control_C1 +LQ04X023890 Putative Predicted protein 7.596479401 C6_control_C2 +LQ04X023890 Putative Predicted protein 5.373059149 C6_control_C3 +LQ04X023890 Putative Predicted protein 5.8522971 C6_chemical_A1 +LQ04X023890 Putative Predicted protein 5.387533679 C6_chemical_A3 +LQ04X023890 Putative Predicted protein 5.726289589 C6_chemical_B1 +LQ04X023890 Putative Predicted protein 5.928734892 C6_chemical_B2 +LQ04X023890 Putative Predicted protein 5.282150627 C6_chemical_B3 +LQ04X023890 Putative Predicted protein 5.824794068 C6_chemical_C1 +LQ04X023890 Putative Predicted protein 6.467791298 C6_chemical_C2 +LQ04X023890 Putative Predicted protein 5.622764195 C6_chemical_C3 +LQ04X023890 Putative Predicted protein 6.313618517 L4_control_A1 +LQ04X023890 Putative Predicted protein 5.967101596 L4_control_A2 +LQ04X023890 Putative Predicted protein 6.016273891 L4_control_A3 +LQ04X023890 Putative Predicted protein 6.363684886 L4_control_B1 +LQ04X023890 Putative Predicted protein 6.129312539 L4_control_B2 +LQ04X023890 Putative Predicted protein 5.819020434 L4_control_B3 +LQ04X023890 Putative Predicted protein 5.94820012 L4_control_C2 +LQ04X023890 Putative Predicted protein 6.193986316 L4_control_C3 +LQ04X023890 Putative Predicted protein 6.350968415 L4_chemical_A1 +LQ04X023890 Putative Predicted protein 5.823520491 L4_chemical_A2 +LQ04X023890 Putative Predicted protein 5.43204664 L4_chemical_A3 +LQ04X023890 Putative Predicted protein 6.100869974 L4_chemical_B1 +LQ04X023890 Putative Predicted protein 6.444225474 L4_chemical_B2 +LQ04X023890 Putative Predicted protein 6.054176028 L4_chemical_B3 +LQ04X023890 Putative Predicted protein 6.184151299 L4_chemical_C2 +LQ04X023890 Putative Predicted protein 5.759951443 L4_chemical_C3 +LQ04X023910 Predicted protein 5.068384791 C6_control_A1 +LQ04X023910 Predicted protein 5.786614509 C6_control_A3 +LQ04X023910 Predicted protein 5.234682128 C6_control_B1 +LQ04X023910 Predicted protein 5.356021873 C6_control_B2 +LQ04X023910 Predicted protein 5.246190269 C6_control_B3 +LQ04X023910 Predicted protein 4.901685139 C6_control_C1 +LQ04X023910 Predicted protein 5.444727223 C6_control_C2 +LQ04X023910 Predicted protein 5.389529827 C6_control_C3 +LQ04X023910 Predicted protein 5.18287204 C6_chemical_A1 +LQ04X023910 Predicted protein 5.35902344 C6_chemical_A3 +LQ04X023910 Predicted protein 5.401105549 C6_chemical_B1 +LQ04X023910 Predicted protein 5.373547856 C6_chemical_B2 +LQ04X023910 Predicted protein 5.060597707 C6_chemical_B3 +LQ04X023910 Predicted protein 5.108760891 C6_chemical_C1 +LQ04X023910 Predicted protein 5.098069544 C6_chemical_C2 +LQ04X023910 Predicted protein 5.104432918 C6_chemical_C3 +LQ04X023910 Predicted protein 5.195921127 L4_control_A1 +LQ04X023910 Predicted protein 5.673338007 L4_control_A2 +LQ04X023910 Predicted protein 6.140174344 L4_control_A3 +LQ04X023910 Predicted protein 6.019246351 L4_control_B1 +LQ04X023910 Predicted protein 6.041801588 L4_control_B2 +LQ04X023910 Predicted protein 5.247638106 L4_control_B3 +LQ04X023910 Predicted protein 5.90521489 L4_control_C2 +LQ04X023910 Predicted protein 5.118931898 L4_control_C3 +LQ04X023910 Predicted protein 5.181258207 L4_chemical_A1 +LQ04X023910 Predicted protein 5.623971917 L4_chemical_A2 +LQ04X023910 Predicted protein 6.317636045 L4_chemical_A3 +LQ04X023910 Predicted protein 5.641941881 L4_chemical_B1 +LQ04X023910 Predicted protein 5.68820922 L4_chemical_B2 +LQ04X023910 Predicted protein 5.598635915 L4_chemical_B3 +LQ04X023910 Predicted protein 5.006902043 L4_chemical_C2 +LQ04X023910 Predicted protein 4.949595876 L4_chemical_C3 +LQ04X023930 Predicted protein 11.36682664 C6_control_A1 +LQ04X023930 Predicted protein 11.76136055 C6_control_A3 +LQ04X023930 Predicted protein 11.07151172 C6_control_B1 +LQ04X023930 Predicted protein 11.60475021 C6_control_B2 +LQ04X023930 Predicted protein 10.95398178 C6_control_B3 +LQ04X023930 Predicted protein 11.6183007 C6_control_C1 +LQ04X023930 Predicted protein 11.53234647 C6_control_C2 +LQ04X023930 Predicted protein 11.5307548 C6_control_C3 +LQ04X023930 Predicted protein 11.22618563 C6_chemical_A1 +LQ04X023930 Predicted protein 11.63457389 C6_chemical_A3 +LQ04X023930 Predicted protein 10.94729128 C6_chemical_B1 +LQ04X023930 Predicted protein 11.38532117 C6_chemical_B2 +LQ04X023930 Predicted protein 10.73803708 C6_chemical_B3 +LQ04X023930 Predicted protein 11.45840645 C6_chemical_C1 +LQ04X023930 Predicted protein 11.72235293 C6_chemical_C2 +LQ04X023930 Predicted protein 11.3060319 C6_chemical_C3 +LQ04X023930 Predicted protein 11.48509938 L4_control_A1 +LQ04X023930 Predicted protein 11.68203393 L4_control_A2 +LQ04X023930 Predicted protein 11.32671725 L4_control_A3 +LQ04X023930 Predicted protein 10.82294251 L4_control_B1 +LQ04X023930 Predicted protein 10.30898731 L4_control_B2 +LQ04X023930 Predicted protein 10.90997831 L4_control_B3 +LQ04X023930 Predicted protein 10.75780497 L4_control_C2 +LQ04X023930 Predicted protein 10.72458876 L4_control_C3 +LQ04X023930 Predicted protein 11.75668438 L4_chemical_A1 +LQ04X023930 Predicted protein 11.68435247 L4_chemical_A2 +LQ04X023930 Predicted protein 11.50868655 L4_chemical_A3 +LQ04X023930 Predicted protein 10.95309827 L4_chemical_B1 +LQ04X023930 Predicted protein 10.38888388 L4_chemical_B2 +LQ04X023930 Predicted protein 10.68357322 L4_chemical_B3 +LQ04X023930 Predicted protein 11.05309665 L4_chemical_C2 +LQ04X023930 Predicted protein 10.98255732 L4_chemical_C3 +LQ04X023960 Transporter, putative 11.87621827 C6_control_A1 +LQ04X023960 Transporter, putative 11.28217745 C6_control_A3 +LQ04X023960 Transporter, putative 12.12270557 C6_control_B1 +LQ04X023960 Transporter, putative 11.97032542 C6_control_B2 +LQ04X023960 Transporter, putative 11.7525344 C6_control_B3 +LQ04X023960 Transporter, putative 12.89159792 C6_control_C1 +LQ04X023960 Transporter, putative 12.09243217 C6_control_C2 +LQ04X023960 Transporter, putative 12.02317825 C6_control_C3 +LQ04X023960 Transporter, putative 12.0299409 C6_chemical_A1 +LQ04X023960 Transporter, putative 11.83454692 C6_chemical_A3 +LQ04X023960 Transporter, putative 12.22890687 C6_chemical_B1 +LQ04X023960 Transporter, putative 11.98595514 C6_chemical_B2 +LQ04X023960 Transporter, putative 11.67166572 C6_chemical_B3 +LQ04X023960 Transporter, putative 13.00183523 C6_chemical_C1 +LQ04X023960 Transporter, putative 12.6580718 C6_chemical_C2 +LQ04X023960 Transporter, putative 12.2046891 C6_chemical_C3 +LQ04X023960 Transporter, putative 11.59400129 L4_control_A1 +LQ04X023960 Transporter, putative 11.0558636 L4_control_A2 +LQ04X023960 Transporter, putative 11.16222175 L4_control_A3 +LQ04X023960 Transporter, putative 11.26732779 L4_control_B1 +LQ04X023960 Transporter, putative 11.14227357 L4_control_B2 +LQ04X023960 Transporter, putative 11.08556187 L4_control_B3 +LQ04X023960 Transporter, putative 11.58096356 L4_control_C2 +LQ04X023960 Transporter, putative 11.00958862 L4_control_C3 +LQ04X023960 Transporter, putative 11.53538708 L4_chemical_A1 +LQ04X023960 Transporter, putative 10.98268824 L4_chemical_A2 +LQ04X023960 Transporter, putative 11.26308989 L4_chemical_A3 +LQ04X023960 Transporter, putative 11.38005483 L4_chemical_B1 +LQ04X023960 Transporter, putative 11.144863 L4_chemical_B2 +LQ04X023960 Transporter, putative 11.37479213 L4_chemical_B3 +LQ04X023960 Transporter, putative 11.61559878 L4_chemical_C2 +LQ04X023960 Transporter, putative 11.00726884 L4_chemical_C3 +LQ04X023970 Predicted protein 8.469573001 C6_control_A1 +LQ04X023970 Predicted protein 8.930717711 C6_control_A3 +LQ04X023970 Predicted protein 8.838819507 C6_control_B1 +LQ04X023970 Predicted protein 8.178496835 C6_control_B2 +LQ04X023970 Predicted protein 9.574179874 C6_control_B3 +LQ04X023970 Predicted protein 9.202986994 C6_control_C1 +LQ04X023970 Predicted protein 9.317295792 C6_control_C2 +LQ04X023970 Predicted protein 8.866117366 C6_control_C3 +LQ04X023970 Predicted protein 8.940293199 C6_chemical_A1 +LQ04X023970 Predicted protein 8.921679488 C6_chemical_A3 +LQ04X023970 Predicted protein 9.341666972 C6_chemical_B1 +LQ04X023970 Predicted protein 8.629159458 C6_chemical_B2 +LQ04X023970 Predicted protein 10.21706598 C6_chemical_B3 +LQ04X023970 Predicted protein 9.291192425 C6_chemical_C1 +LQ04X023970 Predicted protein 9.332677694 C6_chemical_C2 +LQ04X023970 Predicted protein 9.610605642 C6_chemical_C3 +LQ04X023970 Predicted protein 9.502397154 L4_control_A1 +LQ04X023970 Predicted protein 9.298483403 L4_control_A2 +LQ04X023970 Predicted protein 10.24809194 L4_control_A3 +LQ04X023970 Predicted protein 8.950655925 L4_control_B1 +LQ04X023970 Predicted protein 9.125499701 L4_control_B2 +LQ04X023970 Predicted protein 8.571657387 L4_control_B3 +LQ04X023970 Predicted protein 10.30546224 L4_control_C2 +LQ04X023970 Predicted protein 9.32621055 L4_control_C3 +LQ04X023970 Predicted protein 8.24419683 L4_chemical_A1 +LQ04X023970 Predicted protein 8.516539435 L4_chemical_A2 +LQ04X023970 Predicted protein 9.706001596 L4_chemical_A3 +LQ04X023970 Predicted protein 9.070170142 L4_chemical_B1 +LQ04X023970 Predicted protein 8.828318729 L4_chemical_B2 +LQ04X023970 Predicted protein 9.428258786 L4_chemical_B3 +LQ04X023970 Predicted protein 9.033254883 L4_chemical_C2 +LQ04X023970 Predicted protein 9.305959372 L4_chemical_C3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 8.200607502 C6_control_A1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 8.543438763 C6_control_A3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 8.967446831 C6_control_B1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.63616567 C6_control_B2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.859527564 C6_control_B3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.360190769 C6_control_C1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 10.05464573 C6_control_C2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 10.16826995 C6_control_C3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 7.610197046 C6_chemical_A1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.086248059 C6_chemical_A3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.02772985 C6_chemical_B1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.669399835 C6_chemical_B2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 10.36549808 C6_chemical_B3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.297439768 C6_chemical_C1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 10.01327897 C6_chemical_C2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.939207099 C6_chemical_C3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 6.613889313 L4_control_A1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 5.429160372 L4_control_A2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 5.627662268 L4_control_A3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 7.364099136 L4_control_B1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 7.891375214 L4_control_B2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 8.479026022 L4_control_B3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 8.86859116 L4_control_C2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.535998979 L4_control_C3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 8.585323203 L4_chemical_A1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 8.435847454 L4_chemical_A2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 6.939304432 L4_chemical_A3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.524201698 L4_chemical_B1 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 8.17519083 L4_chemical_B2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 7.888127446 L4_chemical_B3 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 7.806255775 L4_chemical_C2 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 9.774009489 L4_chemical_C3 +LQ04X024010 Putative Parafibromin 11.88374561 C6_control_A1 +LQ04X024010 Putative Parafibromin 11.77780293 C6_control_A3 +LQ04X024010 Putative Parafibromin 11.72253996 C6_control_B1 +LQ04X024010 Putative Parafibromin 11.84464193 C6_control_B2 +LQ04X024010 Putative Parafibromin 11.99579875 C6_control_B3 +LQ04X024010 Putative Parafibromin 12.08651717 C6_control_C1 +LQ04X024010 Putative Parafibromin 12.19298503 C6_control_C2 +LQ04X024010 Putative Parafibromin 12.34974607 C6_control_C3 +LQ04X024010 Putative Parafibromin 11.72117745 C6_chemical_A1 +LQ04X024010 Putative Parafibromin 11.53377954 C6_chemical_A3 +LQ04X024010 Putative Parafibromin 11.80339638 C6_chemical_B1 +LQ04X024010 Putative Parafibromin 11.77120565 C6_chemical_B2 +LQ04X024010 Putative Parafibromin 11.77838807 C6_chemical_B3 +LQ04X024010 Putative Parafibromin 12.03687644 C6_chemical_C1 +LQ04X024010 Putative Parafibromin 12.24049977 C6_chemical_C2 +LQ04X024010 Putative Parafibromin 12.33179233 C6_chemical_C3 +LQ04X024010 Putative Parafibromin 11.42388993 L4_control_A1 +LQ04X024010 Putative Parafibromin 11.93704959 L4_control_A2 +LQ04X024010 Putative Parafibromin 10.98444931 L4_control_A3 +LQ04X024010 Putative Parafibromin 11.81667681 L4_control_B1 +LQ04X024010 Putative Parafibromin 11.34806588 L4_control_B2 +LQ04X024010 Putative Parafibromin 11.38869525 L4_control_B3 +LQ04X024010 Putative Parafibromin 11.58071663 L4_control_C2 +LQ04X024010 Putative Parafibromin 11.87225915 L4_control_C3 +LQ04X024010 Putative Parafibromin 11.42064315 L4_chemical_A1 +LQ04X024010 Putative Parafibromin 11.98395089 L4_chemical_A2 +LQ04X024010 Putative Parafibromin 10.94725387 L4_chemical_A3 +LQ04X024010 Putative Parafibromin 11.76324729 L4_chemical_B1 +LQ04X024010 Putative Parafibromin 11.68663907 L4_chemical_B2 +LQ04X024010 Putative Parafibromin 11.47924841 L4_chemical_B3 +LQ04X024010 Putative Parafibromin 11.6650494 L4_chemical_C2 +LQ04X024010 Putative Parafibromin 11.68019624 L4_chemical_C3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.633481953 C6_control_A1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.743732698 C6_control_A3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.87168618 C6_control_B1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 11.16568916 C6_control_B2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.96424582 C6_control_B3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.62202921 C6_control_C1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.820498216 C6_control_C2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.723708794 C6_control_C3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.985628452 C6_chemical_A1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.988352461 C6_chemical_A3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.60269598 C6_chemical_B1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.74485365 C6_chemical_B2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.68982494 C6_chemical_B3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.483549678 C6_chemical_C1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.417195415 C6_chemical_C2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 7.655303803 C6_chemical_C3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.794572156 L4_control_A1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.28021384 L4_control_A2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.05147217 L4_control_A3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 11.45808407 L4_control_B1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.89787817 L4_control_B2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 11.32762854 L4_control_B3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.290237031 L4_control_C2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.21502912 L4_control_C3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.767311904 L4_chemical_A1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.28024008 L4_chemical_A2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.765702995 L4_chemical_A3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 11.37839013 L4_chemical_B1 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 11.63653453 L4_chemical_B2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 10.16341622 L4_chemical_B3 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.194114242 L4_chemical_C2 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.907333424 L4_chemical_C3 +LQ04X024040 Lipid binding protein, putative 5.134389786 C6_control_A1 +LQ04X024040 Lipid binding protein, putative 5.112117289 C6_control_A3 +LQ04X024040 Lipid binding protein, putative 5.341003897 C6_control_B1 +LQ04X024040 Lipid binding protein, putative 5.083367707 C6_control_B2 +LQ04X024040 Lipid binding protein, putative 5.135439836 C6_control_B3 +LQ04X024040 Lipid binding protein, putative 5.107893992 C6_control_C1 +LQ04X024040 Lipid binding protein, putative 4.943774637 C6_control_C2 +LQ04X024040 Lipid binding protein, putative 4.983521847 C6_control_C3 +LQ04X024040 Lipid binding protein, putative 5.266307804 C6_chemical_A1 +LQ04X024040 Lipid binding protein, putative 5.548264642 C6_chemical_A3 +LQ04X024040 Lipid binding protein, putative 5.652121249 C6_chemical_B1 +LQ04X024040 Lipid binding protein, putative 4.940489885 C6_chemical_B2 +LQ04X024040 Lipid binding protein, putative 4.925762759 C6_chemical_B3 +LQ04X024040 Lipid binding protein, putative 5.354874875 C6_chemical_C1 +LQ04X024040 Lipid binding protein, putative 5.103931963 C6_chemical_C2 +LQ04X024040 Lipid binding protein, putative 5.234378031 C6_chemical_C3 +LQ04X024040 Lipid binding protein, putative 5.259034063 L4_control_A1 +LQ04X024040 Lipid binding protein, putative 5.293711406 L4_control_A2 +LQ04X024040 Lipid binding protein, putative 5.919038108 L4_control_A3 +LQ04X024040 Lipid binding protein, putative 5.452005061 L4_control_B1 +LQ04X024040 Lipid binding protein, putative 5.438258077 L4_control_B2 +LQ04X024040 Lipid binding protein, putative 5.360529308 L4_control_B3 +LQ04X024040 Lipid binding protein, putative 5.643521276 L4_control_C2 +LQ04X024040 Lipid binding protein, putative 5.37250696 L4_control_C3 +LQ04X024040 Lipid binding protein, putative 5.428576129 L4_chemical_A1 +LQ04X024040 Lipid binding protein, putative 4.97063092 L4_chemical_A2 +LQ04X024040 Lipid binding protein, putative 5.55872918 L4_chemical_A3 +LQ04X024040 Lipid binding protein, putative 5.650571561 L4_chemical_B1 +LQ04X024040 Lipid binding protein, putative 5.599859844 L4_chemical_B2 +LQ04X024040 Lipid binding protein, putative 5.467586429 L4_chemical_B3 +LQ04X024040 Lipid binding protein, putative 5.341591277 L4_chemical_C2 +LQ04X024040 Lipid binding protein, putative 5.054963284 L4_chemical_C3 +LQ04X024070 Proteasome subunit beta type-2-A 6.811148267 C6_control_A1 +LQ04X024070 Proteasome subunit beta type-2-A 7.743156088 C6_control_A3 +LQ04X024070 Proteasome subunit beta type-2-A 5.915195617 C6_control_B1 +LQ04X024070 Proteasome subunit beta type-2-A 5.759731745 C6_control_B2 +LQ04X024070 Proteasome subunit beta type-2-A 6.27653793 C6_control_B3 +LQ04X024070 Proteasome subunit beta type-2-A 6.399105348 C6_control_C1 +LQ04X024070 Proteasome subunit beta type-2-A 7.845955909 C6_control_C2 +LQ04X024070 Proteasome subunit beta type-2-A 5.949905048 C6_control_C3 +LQ04X024070 Proteasome subunit beta type-2-A 5.887664564 C6_chemical_A1 +LQ04X024070 Proteasome subunit beta type-2-A 5.940143468 C6_chemical_A3 +LQ04X024070 Proteasome subunit beta type-2-A 5.549049001 C6_chemical_B1 +LQ04X024070 Proteasome subunit beta type-2-A 5.924649052 C6_chemical_B2 +LQ04X024070 Proteasome subunit beta type-2-A 5.951400228 C6_chemical_B3 +LQ04X024070 Proteasome subunit beta type-2-A 5.826976892 C6_chemical_C1 +LQ04X024070 Proteasome subunit beta type-2-A 5.604083896 C6_chemical_C2 +LQ04X024070 Proteasome subunit beta type-2-A 5.813988686 C6_chemical_C3 +LQ04X024070 Proteasome subunit beta type-2-A 6.225507257 L4_control_A1 +LQ04X024070 Proteasome subunit beta type-2-A 6.133740225 L4_control_A2 +LQ04X024070 Proteasome subunit beta type-2-A 5.89035211 L4_control_A3 +LQ04X024070 Proteasome subunit beta type-2-A 5.550354156 L4_control_B1 +LQ04X024070 Proteasome subunit beta type-2-A 6.270416982 L4_control_B2 +LQ04X024070 Proteasome subunit beta type-2-A 5.942833343 L4_control_B3 +LQ04X024070 Proteasome subunit beta type-2-A 5.436538109 L4_control_C2 +LQ04X024070 Proteasome subunit beta type-2-A 6.299202635 L4_control_C3 +LQ04X024070 Proteasome subunit beta type-2-A 5.736707585 L4_chemical_A1 +LQ04X024070 Proteasome subunit beta type-2-A 6.316198396 L4_chemical_A2 +LQ04X024070 Proteasome subunit beta type-2-A 5.525447057 L4_chemical_A3 +LQ04X024070 Proteasome subunit beta type-2-A 5.696946671 L4_chemical_B1 +LQ04X024070 Proteasome subunit beta type-2-A 5.865492976 L4_chemical_B2 +LQ04X024070 Proteasome subunit beta type-2-A 6.089007902 L4_chemical_B3 +LQ04X024070 Proteasome subunit beta type-2-A 5.389258814 L4_chemical_C2 +LQ04X024070 Proteasome subunit beta type-2-A 5.628066115 L4_chemical_C3 +LQ04X024090 Vicilin 5.807640537 C6_control_A1 +LQ04X024090 Vicilin 5.501362785 C6_control_A3 +LQ04X024090 Vicilin 6.776096858 C6_control_B1 +LQ04X024090 Vicilin 5.942773535 C6_control_B2 +LQ04X024090 Vicilin 5.207305754 C6_control_B3 +LQ04X024090 Vicilin 5.745908787 C6_control_C1 +LQ04X024090 Vicilin 5.748443722 C6_control_C2 +LQ04X024090 Vicilin 5.936077597 C6_control_C3 +LQ04X024090 Vicilin 6.056626954 C6_chemical_A1 +LQ04X024090 Vicilin 5.766137601 C6_chemical_A3 +LQ04X024090 Vicilin 7.541562217 C6_chemical_B1 +LQ04X024090 Vicilin 5.632859924 C6_chemical_B2 +LQ04X024090 Vicilin 5.576933011 C6_chemical_B3 +LQ04X024090 Vicilin 5.919268355 C6_chemical_C1 +LQ04X024090 Vicilin 6.472337047 C6_chemical_C2 +LQ04X024090 Vicilin 6.436515413 C6_chemical_C3 +LQ04X024090 Vicilin 5.950132787 L4_control_A1 +LQ04X024090 Vicilin 5.864747186 L4_control_A2 +LQ04X024090 Vicilin 6.185627487 L4_control_A3 +LQ04X024090 Vicilin 5.413576125 L4_control_B1 +LQ04X024090 Vicilin 6.039406019 L4_control_B2 +LQ04X024090 Vicilin 5.863517929 L4_control_B3 +LQ04X024090 Vicilin 5.895290079 L4_control_C2 +LQ04X024090 Vicilin 5.625834863 L4_control_C3 +LQ04X024090 Vicilin 5.335464384 L4_chemical_A1 +LQ04X024090 Vicilin 6.05287929 L4_chemical_A2 +LQ04X024090 Vicilin 5.95951543 L4_chemical_A3 +LQ04X024090 Vicilin 5.81724953 L4_chemical_B1 +LQ04X024090 Vicilin 6.130998648 L4_chemical_B2 +LQ04X024090 Vicilin 5.818191745 L4_chemical_B3 +LQ04X024090 Vicilin 6.834398764 L4_chemical_C2 +LQ04X024090 Vicilin 5.183693263 L4_chemical_C3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.168745338 C6_control_A1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.810306957 C6_control_A3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.105803565 C6_control_B1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.65620303 C6_control_B2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.268020189 C6_control_B3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.222734121 C6_control_C1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.891499034 C6_control_C2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.596257701 C6_control_C3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.180994071 C6_chemical_A1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.502793802 C6_chemical_A3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.701485954 C6_chemical_B1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.82748604 C6_chemical_B2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.285167398 C6_chemical_B3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.191930272 C6_chemical_C1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.244224795 C6_chemical_C2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.475399898 C6_chemical_C3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.489181266 L4_control_A1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.406589504 L4_control_A2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.74373146 L4_control_A3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.5655114 L4_control_B1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.768804504 L4_control_B2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.781868948 L4_control_B3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.128023673 L4_control_C2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.587872876 L4_control_C3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.550561636 L4_chemical_A1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.450299648 L4_chemical_A2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.85037236 L4_chemical_A3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.104436465 L4_chemical_B1 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.299600216 L4_chemical_B2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.562976167 L4_chemical_B3 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.666299503 L4_chemical_C2 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.964812984 L4_chemical_C3 +LQ04X024150 Homocysteine S-methyltransferase 3 4.775140476 C6_control_A1 +LQ04X024150 Homocysteine S-methyltransferase 3 5.112202851 C6_control_A3 +LQ04X024150 Homocysteine S-methyltransferase 3 5.424495779 C6_control_B1 +LQ04X024150 Homocysteine S-methyltransferase 3 5.238765493 C6_control_B2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.141414934 C6_control_B3 +LQ04X024150 Homocysteine S-methyltransferase 3 5.45007836 C6_control_C1 +LQ04X024150 Homocysteine S-methyltransferase 3 5.303284148 C6_control_C2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.332088573 C6_control_C3 +LQ04X024150 Homocysteine S-methyltransferase 3 4.895420023 C6_chemical_A1 +LQ04X024150 Homocysteine S-methyltransferase 3 5.196034055 C6_chemical_A3 +LQ04X024150 Homocysteine S-methyltransferase 3 5.512913811 C6_chemical_B1 +LQ04X024150 Homocysteine S-methyltransferase 3 5.187448556 C6_chemical_B2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.070357125 C6_chemical_B3 +LQ04X024150 Homocysteine S-methyltransferase 3 5.598734891 C6_chemical_C1 +LQ04X024150 Homocysteine S-methyltransferase 3 5.348901761 C6_chemical_C2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.451686686 C6_chemical_C3 +LQ04X024150 Homocysteine S-methyltransferase 3 5.293261166 L4_control_A1 +LQ04X024150 Homocysteine S-methyltransferase 3 4.892103931 L4_control_A2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.242552096 L4_control_A3 +LQ04X024150 Homocysteine S-methyltransferase 3 4.832750487 L4_control_B1 +LQ04X024150 Homocysteine S-methyltransferase 3 5.095727254 L4_control_B2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.072985073 L4_control_B3 +LQ04X024150 Homocysteine S-methyltransferase 3 5.685429239 L4_control_C2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.626242066 L4_control_C3 +LQ04X024150 Homocysteine S-methyltransferase 3 5.0805077 L4_chemical_A1 +LQ04X024150 Homocysteine S-methyltransferase 3 4.920136087 L4_chemical_A2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.473493289 L4_chemical_A3 +LQ04X024150 Homocysteine S-methyltransferase 3 5.327591504 L4_chemical_B1 +LQ04X024150 Homocysteine S-methyltransferase 3 5.026111307 L4_chemical_B2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.045331678 L4_chemical_B3 +LQ04X024150 Homocysteine S-methyltransferase 3 6.030281346 L4_chemical_C2 +LQ04X024150 Homocysteine S-methyltransferase 3 5.900574882 L4_chemical_C3 +LQ04X024170 Predicted protein 12.84784353 C6_control_A1 +LQ04X024170 Predicted protein 12.08807463 C6_control_A3 +LQ04X024170 Predicted protein 12.05404813 C6_control_B1 +LQ04X024170 Predicted protein 11.67950769 C6_control_B2 +LQ04X024170 Predicted protein 11.92090987 C6_control_B3 +LQ04X024170 Predicted protein 9.145057713 C6_control_C1 +LQ04X024170 Predicted protein 10.05577815 C6_control_C2 +LQ04X024170 Predicted protein 10.40530867 C6_control_C3 +LQ04X024170 Predicted protein 12.46603691 C6_chemical_A1 +LQ04X024170 Predicted protein 12.68503424 C6_chemical_A3 +LQ04X024170 Predicted protein 11.77362686 C6_chemical_B1 +LQ04X024170 Predicted protein 11.9949392 C6_chemical_B2 +LQ04X024170 Predicted protein 11.84729105 C6_chemical_B3 +LQ04X024170 Predicted protein 8.80906219 C6_chemical_C1 +LQ04X024170 Predicted protein 8.981070171 C6_chemical_C2 +LQ04X024170 Predicted protein 9.676508485 C6_chemical_C3 +LQ04X024170 Predicted protein 12.71546392 L4_control_A1 +LQ04X024170 Predicted protein 13.02484041 L4_control_A2 +LQ04X024170 Predicted protein 13.41419048 L4_control_A3 +LQ04X024170 Predicted protein 11.49576114 L4_control_B1 +LQ04X024170 Predicted protein 12.49744747 L4_control_B2 +LQ04X024170 Predicted protein 12.19277735 L4_control_B3 +LQ04X024170 Predicted protein 9.230198558 L4_control_C2 +LQ04X024170 Predicted protein 10.43937908 L4_control_C3 +LQ04X024170 Predicted protein 12.05835659 L4_chemical_A1 +LQ04X024170 Predicted protein 12.46217954 L4_chemical_A2 +LQ04X024170 Predicted protein 13.00533323 L4_chemical_A3 +LQ04X024170 Predicted protein 11.29644549 L4_chemical_B1 +LQ04X024170 Predicted protein 11.87046073 L4_chemical_B2 +LQ04X024170 Predicted protein 13.05530418 L4_chemical_B3 +LQ04X024170 Predicted protein 8.58032802 L4_chemical_C2 +LQ04X024170 Predicted protein 9.991401546 L4_chemical_C3 +LQ04X024180 Protein binding protein, putative 6.130821816 C6_control_A1 +LQ04X024180 Protein binding protein, putative 5.46581637 C6_control_A3 +LQ04X024180 Protein binding protein, putative 6.993878682 C6_control_B1 +LQ04X024180 Protein binding protein, putative 5.991181041 C6_control_B2 +LQ04X024180 Protein binding protein, putative 5.926619246 C6_control_B3 +LQ04X024180 Protein binding protein, putative 5.51346523 C6_control_C1 +LQ04X024180 Protein binding protein, putative 5.520185845 C6_control_C2 +LQ04X024180 Protein binding protein, putative 5.503311323 C6_control_C3 +LQ04X024180 Protein binding protein, putative 7.332039694 C6_chemical_A1 +LQ04X024180 Protein binding protein, putative 7.117549013 C6_chemical_A3 +LQ04X024180 Protein binding protein, putative 7.706945484 C6_chemical_B1 +LQ04X024180 Protein binding protein, putative 6.516304757 C6_chemical_B2 +LQ04X024180 Protein binding protein, putative 7.485697957 C6_chemical_B3 +LQ04X024180 Protein binding protein, putative 6.166410391 C6_chemical_C1 +LQ04X024180 Protein binding protein, putative 5.838983306 C6_chemical_C2 +LQ04X024180 Protein binding protein, putative 5.531319017 C6_chemical_C3 +LQ04X024180 Protein binding protein, putative 7.614752918 L4_control_A1 +LQ04X024180 Protein binding protein, putative 6.681535913 L4_control_A2 +LQ04X024180 Protein binding protein, putative 6.052312818 L4_control_A3 +LQ04X024180 Protein binding protein, putative 8.075347924 L4_control_B1 +LQ04X024180 Protein binding protein, putative 6.989960428 L4_control_B2 +LQ04X024180 Protein binding protein, putative 7.521719481 L4_control_B3 +LQ04X024180 Protein binding protein, putative 6.244787337 L4_control_C2 +LQ04X024180 Protein binding protein, putative 5.782303789 L4_control_C3 +LQ04X024180 Protein binding protein, putative 7.429149989 L4_chemical_A1 +LQ04X024180 Protein binding protein, putative 6.869376698 L4_chemical_A2 +LQ04X024180 Protein binding protein, putative 5.856865564 L4_chemical_A3 +LQ04X024180 Protein binding protein, putative 8.17676898 L4_chemical_B1 +LQ04X024180 Protein binding protein, putative 7.231699761 L4_chemical_B2 +LQ04X024180 Protein binding protein, putative 7.917790748 L4_chemical_B3 +LQ04X024180 Protein binding protein, putative 5.288779399 L4_chemical_C2 +LQ04X024180 Protein binding protein, putative 5.65903052 L4_chemical_C3 +LQ04X024190 40S ribosomal protein S3a 5.387209181 C6_control_A1 +LQ04X024190 40S ribosomal protein S3a 6.270121009 C6_control_A3 +LQ04X024190 40S ribosomal protein S3a 5.286447302 C6_control_B1 +LQ04X024190 40S ribosomal protein S3a 5.586244529 C6_control_B2 +LQ04X024190 40S ribosomal protein S3a 5.741123122 C6_control_B3 +LQ04X024190 40S ribosomal protein S3a 5.575678143 C6_control_C1 +LQ04X024190 40S ribosomal protein S3a 5.903235862 C6_control_C2 +LQ04X024190 40S ribosomal protein S3a 5.399785074 C6_control_C3 +LQ04X024190 40S ribosomal protein S3a 5.529819473 C6_chemical_A1 +LQ04X024190 40S ribosomal protein S3a 5.797024771 C6_chemical_A3 +LQ04X024190 40S ribosomal protein S3a 5.448890309 C6_chemical_B1 +LQ04X024190 40S ribosomal protein S3a 5.468639109 C6_chemical_B2 +LQ04X024190 40S ribosomal protein S3a 5.542772392 C6_chemical_B3 +LQ04X024190 40S ribosomal protein S3a 5.448773863 C6_chemical_C1 +LQ04X024190 40S ribosomal protein S3a 5.758702638 C6_chemical_C2 +LQ04X024190 40S ribosomal protein S3a 5.189598862 C6_chemical_C3 +LQ04X024190 40S ribosomal protein S3a 5.496862689 L4_control_A1 +LQ04X024190 40S ribosomal protein S3a 5.178526916 L4_control_A2 +LQ04X024190 40S ribosomal protein S3a 6.068890913 L4_control_A3 +LQ04X024190 40S ribosomal protein S3a 5.406780678 L4_control_B1 +LQ04X024190 40S ribosomal protein S3a 5.172886325 L4_control_B2 +LQ04X024190 40S ribosomal protein S3a 5.356739837 L4_control_B3 +LQ04X024190 40S ribosomal protein S3a 5.043877484 L4_control_C2 +LQ04X024190 40S ribosomal protein S3a 6.12616574 L4_control_C3 +LQ04X024190 40S ribosomal protein S3a 5.580474512 L4_chemical_A1 +LQ04X024190 40S ribosomal protein S3a 5.520019667 L4_chemical_A2 +LQ04X024190 40S ribosomal protein S3a 5.28577314 L4_chemical_A3 +LQ04X024190 40S ribosomal protein S3a 5.251919005 L4_chemical_B1 +LQ04X024190 40S ribosomal protein S3a 5.677983582 L4_chemical_B2 +LQ04X024190 40S ribosomal protein S3a 5.483564712 L4_chemical_B3 +LQ04X024190 40S ribosomal protein S3a 5.274941779 L4_chemical_C2 +LQ04X024190 40S ribosomal protein S3a 5.917080204 L4_chemical_C3 +LQ04X024210 Predicted protein 6.448581078 C6_control_A1 +LQ04X024210 Predicted protein 7.274977136 C6_control_A3 +LQ04X024210 Predicted protein 6.565016475 C6_control_B1 +LQ04X024210 Predicted protein 6.876391617 C6_control_B2 +LQ04X024210 Predicted protein 6.880110167 C6_control_B3 +LQ04X024210 Predicted protein 6.714509064 C6_control_C1 +LQ04X024210 Predicted protein 6.822854411 C6_control_C2 +LQ04X024210 Predicted protein 7.212192083 C6_control_C3 +LQ04X024210 Predicted protein 6.490065813 C6_chemical_A1 +LQ04X024210 Predicted protein 6.569926867 C6_chemical_A3 +LQ04X024210 Predicted protein 6.336169615 C6_chemical_B1 +LQ04X024210 Predicted protein 6.538134543 C6_chemical_B2 +LQ04X024210 Predicted protein 6.188759508 C6_chemical_B3 +LQ04X024210 Predicted protein 6.543988157 C6_chemical_C1 +LQ04X024210 Predicted protein 7.12773912 C6_chemical_C2 +LQ04X024210 Predicted protein 6.927803059 C6_chemical_C3 +LQ04X024210 Predicted protein 6.614905966 L4_control_A1 +LQ04X024210 Predicted protein 6.511280344 L4_control_A2 +LQ04X024210 Predicted protein 7.210989371 L4_control_A3 +LQ04X024210 Predicted protein 6.503547217 L4_control_B1 +LQ04X024210 Predicted protein 7.250983871 L4_control_B2 +LQ04X024210 Predicted protein 6.071482519 L4_control_B3 +LQ04X024210 Predicted protein 6.264499399 L4_control_C2 +LQ04X024210 Predicted protein 6.834631039 L4_control_C3 +LQ04X024210 Predicted protein 6.214909267 L4_chemical_A1 +LQ04X024210 Predicted protein 6.474934923 L4_chemical_A2 +LQ04X024210 Predicted protein 7.241762017 L4_chemical_A3 +LQ04X024210 Predicted protein 7.222449075 L4_chemical_B1 +LQ04X024210 Predicted protein 6.630184183 L4_chemical_B2 +LQ04X024210 Predicted protein 6.371622708 L4_chemical_B3 +LQ04X024210 Predicted protein 7.239929081 L4_chemical_C2 +LQ04X024210 Predicted protein 7.069729077 L4_chemical_C3 +LQ04X024220 Sulfate transporter 3.1 5.21196877 C6_control_A1 +LQ04X024220 Sulfate transporter 3.1 5.450800365 C6_control_A3 +LQ04X024220 Sulfate transporter 3.1 5.014254867 C6_control_B1 +LQ04X024220 Sulfate transporter 3.1 5.334485672 C6_control_B2 +LQ04X024220 Sulfate transporter 3.1 5.006219901 C6_control_B3 +LQ04X024220 Sulfate transporter 3.1 5.502492076 C6_control_C1 +LQ04X024220 Sulfate transporter 3.1 5.220649301 C6_control_C2 +LQ04X024220 Sulfate transporter 3.1 5.116172288 C6_control_C3 +LQ04X024220 Sulfate transporter 3.1 5.215679118 C6_chemical_A1 +LQ04X024220 Sulfate transporter 3.1 5.622918638 C6_chemical_A3 +LQ04X024220 Sulfate transporter 3.1 5.742573753 C6_chemical_B1 +LQ04X024220 Sulfate transporter 3.1 5.212161935 C6_chemical_B2 +LQ04X024220 Sulfate transporter 3.1 5.155367609 C6_chemical_B3 +LQ04X024220 Sulfate transporter 3.1 5.435997344 C6_chemical_C1 +LQ04X024220 Sulfate transporter 3.1 5.325587333 C6_chemical_C2 +LQ04X024220 Sulfate transporter 3.1 5.166371863 C6_chemical_C3 +LQ04X024220 Sulfate transporter 3.1 5.208402726 L4_control_A1 +LQ04X024220 Sulfate transporter 3.1 5.807572067 L4_control_A2 +LQ04X024220 Sulfate transporter 3.1 6.004675699 L4_control_A3 +LQ04X024220 Sulfate transporter 3.1 6.250901548 L4_control_B1 +LQ04X024220 Sulfate transporter 3.1 5.382487531 L4_control_B2 +LQ04X024220 Sulfate transporter 3.1 5.202386313 L4_control_B3 +LQ04X024220 Sulfate transporter 3.1 5.183648566 L4_control_C2 +LQ04X024220 Sulfate transporter 3.1 5.435646044 L4_control_C3 +LQ04X024220 Sulfate transporter 3.1 5.266403372 L4_chemical_A1 +LQ04X024220 Sulfate transporter 3.1 5.55815701 L4_chemical_A2 +LQ04X024220 Sulfate transporter 3.1 5.919871529 L4_chemical_A3 +LQ04X024220 Sulfate transporter 3.1 5.779381812 L4_chemical_B1 +LQ04X024220 Sulfate transporter 3.1 5.297226392 L4_chemical_B2 +LQ04X024220 Sulfate transporter 3.1 5.131569152 L4_chemical_B3 +LQ04X024220 Sulfate transporter 3.1 5.134469357 L4_chemical_C2 +LQ04X024220 Sulfate transporter 3.1 5.203452393 L4_chemical_C3 +LQ04X024250 Putative uncharacterized protein 5.615915141 C6_control_A1 +LQ04X024250 Putative uncharacterized protein 5.456132704 C6_control_A3 +LQ04X024250 Putative uncharacterized protein 6.089569636 C6_control_B1 +LQ04X024250 Putative uncharacterized protein 5.890368904 C6_control_B2 +LQ04X024250 Putative uncharacterized protein 5.433303261 C6_control_B3 +LQ04X024250 Putative uncharacterized protein 5.798242032 C6_control_C1 +LQ04X024250 Putative uncharacterized protein 6.26311982 C6_control_C2 +LQ04X024250 Putative uncharacterized protein 5.537979945 C6_control_C3 +LQ04X024250 Putative uncharacterized protein 5.320557667 C6_chemical_A1 +LQ04X024250 Putative uncharacterized protein 5.629985965 C6_chemical_A3 +LQ04X024250 Putative uncharacterized protein 5.859364212 C6_chemical_B1 +LQ04X024250 Putative uncharacterized protein 5.646696954 C6_chemical_B2 +LQ04X024250 Putative uncharacterized protein 5.703353125 C6_chemical_B3 +LQ04X024250 Putative uncharacterized protein 5.766648298 C6_chemical_C1 +LQ04X024250 Putative uncharacterized protein 5.656195683 C6_chemical_C2 +LQ04X024250 Putative uncharacterized protein 5.688214412 C6_chemical_C3 +LQ04X024250 Putative uncharacterized protein 5.433483306 L4_control_A1 +LQ04X024250 Putative uncharacterized protein 5.136604791 L4_control_A2 +LQ04X024250 Putative uncharacterized protein 5.680836864 L4_control_A3 +LQ04X024250 Putative uncharacterized protein 5.07111485 L4_control_B1 +LQ04X024250 Putative uncharacterized protein 4.940666014 L4_control_B2 +LQ04X024250 Putative uncharacterized protein 5.591827199 L4_control_B3 +LQ04X024250 Putative uncharacterized protein 5.139448591 L4_control_C2 +LQ04X024250 Putative uncharacterized protein 5.524614287 L4_control_C3 +LQ04X024250 Putative uncharacterized protein 5.567930753 L4_chemical_A1 +LQ04X024250 Putative uncharacterized protein 5.748908773 L4_chemical_A2 +LQ04X024250 Putative uncharacterized protein 5.969956199 L4_chemical_A3 +LQ04X024250 Putative uncharacterized protein 5.329438847 L4_chemical_B1 +LQ04X024250 Putative uncharacterized protein 5.355766049 L4_chemical_B2 +LQ04X024250 Putative uncharacterized protein 5.619789222 L4_chemical_B3 +LQ04X024250 Putative uncharacterized protein 5.351103905 L4_chemical_C2 +LQ04X024250 Putative uncharacterized protein 5.266453411 L4_chemical_C3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 12.21461424 C6_control_A1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 11.95476352 C6_control_A3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 11.90055847 C6_control_B1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 12.78050285 C6_control_B2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 11.77288794 C6_control_B3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 13.49452295 C6_control_C1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 12.91638589 C6_control_C2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 13.18544458 C6_control_C3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 12.26564814 C6_chemical_A1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 11.6305539 C6_chemical_A3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 11.65023923 C6_chemical_B1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 12.51592134 C6_chemical_B2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 11.66954198 C6_chemical_B3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 13.50705658 C6_chemical_C1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 13.3146054 C6_chemical_C2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 13.04835038 C6_chemical_C3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 10.86514274 L4_control_A1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 9.701397903 L4_control_A2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 7.401098324 L4_control_A3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 7.662306846 L4_control_B1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 9.519282392 L4_control_B2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 8.931178197 L4_control_B3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 10.86226821 L4_control_C2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 8.254440643 L4_control_C3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 9.207341483 L4_chemical_A1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 9.002057578 L4_chemical_A2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 7.832421605 L4_chemical_A3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 10.29366086 L4_chemical_B1 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 8.775381863 L4_chemical_B2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 8.449998544 L4_chemical_B3 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 7.883773428 L4_chemical_C2 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 8.749260291 L4_chemical_C3 +LQ04X024310 Putative Protein TIFY 4B 11.75852818 C6_control_A1 +LQ04X024310 Putative Protein TIFY 4B 11.58744011 C6_control_A3 +LQ04X024310 Putative Protein TIFY 4B 11.4533507 C6_control_B1 +LQ04X024310 Putative Protein TIFY 4B 11.08271909 C6_control_B2 +LQ04X024310 Putative Protein TIFY 4B 11.11949044 C6_control_B3 +LQ04X024310 Putative Protein TIFY 4B 10.75750019 C6_control_C1 +LQ04X024310 Putative Protein TIFY 4B 10.78207489 C6_control_C2 +LQ04X024310 Putative Protein TIFY 4B 11.17513329 C6_control_C3 +LQ04X024310 Putative Protein TIFY 4B 11.84757082 C6_chemical_A1 +LQ04X024310 Putative Protein TIFY 4B 11.86419838 C6_chemical_A3 +LQ04X024310 Putative Protein TIFY 4B 11.01151629 C6_chemical_B1 +LQ04X024310 Putative Protein TIFY 4B 11.18274939 C6_chemical_B2 +LQ04X024310 Putative Protein TIFY 4B 11.18429267 C6_chemical_B3 +LQ04X024310 Putative Protein TIFY 4B 10.87753051 C6_chemical_C1 +LQ04X024310 Putative Protein TIFY 4B 11.11502592 C6_chemical_C2 +LQ04X024310 Putative Protein TIFY 4B 11.28418403 C6_chemical_C3 +LQ04X024310 Putative Protein TIFY 4B 11.56756869 L4_control_A1 +LQ04X024310 Putative Protein TIFY 4B 11.48550406 L4_control_A2 +LQ04X024310 Putative Protein TIFY 4B 11.28337663 L4_control_A3 +LQ04X024310 Putative Protein TIFY 4B 10.86287732 L4_control_B1 +LQ04X024310 Putative Protein TIFY 4B 10.89599345 L4_control_B2 +LQ04X024310 Putative Protein TIFY 4B 10.9324379 L4_control_B3 +LQ04X024310 Putative Protein TIFY 4B 10.73720009 L4_control_C2 +LQ04X024310 Putative Protein TIFY 4B 9.920550289 L4_control_C3 +LQ04X024310 Putative Protein TIFY 4B 11.52186838 L4_chemical_A1 +LQ04X024310 Putative Protein TIFY 4B 11.31664455 L4_chemical_A2 +LQ04X024310 Putative Protein TIFY 4B 11.29738294 L4_chemical_A3 +LQ04X024310 Putative Protein TIFY 4B 10.92646565 L4_chemical_B1 +LQ04X024310 Putative Protein TIFY 4B 10.96812683 L4_chemical_B2 +LQ04X024310 Putative Protein TIFY 4B 11.09732861 L4_chemical_B3 +LQ04X024310 Putative Protein TIFY 4B 10.64648912 L4_chemical_C2 +LQ04X024310 Putative Protein TIFY 4B 10.33073261 L4_chemical_C3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.43066937 C6_control_A1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 11.60072049 C6_control_A3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.97515817 C6_control_B1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 13.61218291 C6_control_B2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.46522211 C6_control_B3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 14.57528924 C6_control_C1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 14.71985582 C6_control_C2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 14.48652184 C6_control_C3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.89446882 C6_chemical_A1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.03421142 C6_chemical_A3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 13.39522384 C6_chemical_B1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 14.14306865 C6_chemical_B2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.68024313 C6_chemical_B3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 14.78763377 C6_chemical_C1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 14.85208615 C6_chemical_C2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 14.92254558 C6_chemical_C3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.20112522 L4_control_A1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.37956623 L4_control_A2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 11.52373543 L4_control_A3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.85735874 L4_control_B1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.55091369 L4_control_B2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.91013935 L4_control_B3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 13.9326849 L4_control_C2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 13.25578938 L4_control_C3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.51631963 L4_chemical_A1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.84295613 L4_chemical_A2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 11.83545431 L4_chemical_A3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.73566543 L4_chemical_B1 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 13.07824456 L4_chemical_B2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.42497601 L4_chemical_B3 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 14.04443526 L4_chemical_C2 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 13.60358518 L4_chemical_C3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.06994567 C6_control_A1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.78722182 C6_control_A3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.53913533 C6_control_B1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.68660208 C6_control_B2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.83953562 C6_control_B3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 15.01055165 C6_control_C1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.71766996 C6_control_C2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 15.06864035 C6_control_C3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.1793035 C6_chemical_A1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.96264697 C6_chemical_A3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.66785881 C6_chemical_B1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.96246241 C6_chemical_B2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.96556458 C6_chemical_B3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.82393678 C6_chemical_C1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 15.01773482 C6_chemical_C2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 15.07218114 C6_chemical_C3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.85121285 L4_control_A1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.12148563 L4_control_A2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.76335493 L4_control_A3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.40264104 L4_control_B1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.40332517 L4_control_B2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.14848577 L4_control_B3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.2270875 L4_control_C2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.91297093 L4_control_C3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.7587967 L4_chemical_A1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.57050663 L4_chemical_A2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.18167317 L4_chemical_A3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.30804721 L4_chemical_B1 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.61501646 L4_chemical_B2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.93266477 L4_chemical_B3 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.20159972 L4_chemical_C2 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 13.81342769 L4_chemical_C3 +LQ04X024350 Putative Dymeclin 5.627812851 C6_control_A1 +LQ04X024350 Putative Dymeclin 6.185229556 C6_control_A3 +LQ04X024350 Putative Dymeclin 5.461673674 C6_control_B1 +LQ04X024350 Putative Dymeclin 5.687480512 C6_control_B2 +LQ04X024350 Putative Dymeclin 5.782633954 C6_control_B3 +LQ04X024350 Putative Dymeclin 5.100025848 C6_control_C1 +LQ04X024350 Putative Dymeclin 6.226567518 C6_control_C2 +LQ04X024350 Putative Dymeclin 5.856436892 C6_control_C3 +LQ04X024350 Putative Dymeclin 5.248813461 C6_chemical_A1 +LQ04X024350 Putative Dymeclin 5.29232776 C6_chemical_A3 +LQ04X024350 Putative Dymeclin 5.821922793 C6_chemical_B1 +LQ04X024350 Putative Dymeclin 5.784398636 C6_chemical_B2 +LQ04X024350 Putative Dymeclin 5.575560786 C6_chemical_B3 +LQ04X024350 Putative Dymeclin 5.606412215 C6_chemical_C1 +LQ04X024350 Putative Dymeclin 5.131197852 C6_chemical_C2 +LQ04X024350 Putative Dymeclin 5.463233478 C6_chemical_C3 +LQ04X024350 Putative Dymeclin 5.436715579 L4_control_A1 +LQ04X024350 Putative Dymeclin 5.557876337 L4_control_A2 +LQ04X024350 Putative Dymeclin 6.053205343 L4_control_A3 +LQ04X024350 Putative Dymeclin 5.449011312 L4_control_B1 +LQ04X024350 Putative Dymeclin 5.869601069 L4_control_B2 +LQ04X024350 Putative Dymeclin 5.754807027 L4_control_B3 +LQ04X024350 Putative Dymeclin 5.565715907 L4_control_C2 +LQ04X024350 Putative Dymeclin 5.328370992 L4_control_C3 +LQ04X024350 Putative Dymeclin 5.164642088 L4_chemical_A1 +LQ04X024350 Putative Dymeclin 5.630676211 L4_chemical_A2 +LQ04X024350 Putative Dymeclin 5.888138638 L4_chemical_A3 +LQ04X024350 Putative Dymeclin 5.539305031 L4_chemical_B1 +LQ04X024350 Putative Dymeclin 6.020400342 L4_chemical_B2 +LQ04X024350 Putative Dymeclin 5.334329318 L4_chemical_B3 +LQ04X024350 Putative Dymeclin 6.06514531 L4_chemical_C2 +LQ04X024350 Putative Dymeclin 5.472954034 L4_chemical_C3 +LQ04X024360 Early light-induced protein, chloroplastic 14.6790796 C6_control_A1 +LQ04X024360 Early light-induced protein, chloroplastic 14.46051535 C6_control_A3 +LQ04X024360 Early light-induced protein, chloroplastic 14.47409244 C6_control_B1 +LQ04X024360 Early light-induced protein, chloroplastic 15.16270691 C6_control_B2 +LQ04X024360 Early light-induced protein, chloroplastic 13.39436334 C6_control_B3 +LQ04X024360 Early light-induced protein, chloroplastic 15.39878607 C6_control_C1 +LQ04X024360 Early light-induced protein, chloroplastic 14.33409595 C6_control_C2 +LQ04X024360 Early light-induced protein, chloroplastic 12.53476913 C6_control_C3 +LQ04X024360 Early light-induced protein, chloroplastic 15.49707677 C6_chemical_A1 +LQ04X024360 Early light-induced protein, chloroplastic 15.03102815 C6_chemical_A3 +LQ04X024360 Early light-induced protein, chloroplastic 15.41745903 C6_chemical_B1 +LQ04X024360 Early light-induced protein, chloroplastic 15.82146353 C6_chemical_B2 +LQ04X024360 Early light-induced protein, chloroplastic 13.99412752 C6_chemical_B3 +LQ04X024360 Early light-induced protein, chloroplastic 15.39495599 C6_chemical_C1 +LQ04X024360 Early light-induced protein, chloroplastic 15.42246691 C6_chemical_C2 +LQ04X024360 Early light-induced protein, chloroplastic 13.53737746 C6_chemical_C3 +LQ04X024360 Early light-induced protein, chloroplastic 14.91683077 L4_control_A1 +LQ04X024360 Early light-induced protein, chloroplastic 14.34776061 L4_control_A2 +LQ04X024360 Early light-induced protein, chloroplastic 14.08716974 L4_control_A3 +LQ04X024360 Early light-induced protein, chloroplastic 14.07802179 L4_control_B1 +LQ04X024360 Early light-induced protein, chloroplastic 14.28776078 L4_control_B2 +LQ04X024360 Early light-induced protein, chloroplastic 12.58281845 L4_control_B3 +LQ04X024360 Early light-induced protein, chloroplastic 15.1324613 L4_control_C2 +LQ04X024360 Early light-induced protein, chloroplastic 12.32018138 L4_control_C3 +LQ04X024360 Early light-induced protein, chloroplastic 15.38467895 L4_chemical_A1 +LQ04X024360 Early light-induced protein, chloroplastic 15.07628597 L4_chemical_A2 +LQ04X024360 Early light-induced protein, chloroplastic 14.44849325 L4_chemical_A3 +LQ04X024360 Early light-induced protein, chloroplastic 15.07689634 L4_chemical_B1 +LQ04X024360 Early light-induced protein, chloroplastic 14.97558444 L4_chemical_B2 +LQ04X024360 Early light-induced protein, chloroplastic 13.74294274 L4_chemical_B3 +LQ04X024360 Early light-induced protein, chloroplastic 15.22903943 L4_chemical_C2 +LQ04X024360 Early light-induced protein, chloroplastic 12.74308849 L4_chemical_C3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.89729712 C6_control_A1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.93596182 C6_control_A3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.93829124 C6_control_B1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.81083187 C6_control_B2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.08153175 C6_control_B3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.26403823 C6_control_C1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.1986907 C6_control_C2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.3103869 C6_control_C3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.90982228 C6_chemical_A1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.11831488 C6_chemical_A3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.92662857 C6_chemical_B1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.76447337 C6_chemical_B2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.74200965 C6_chemical_B3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.40690094 C6_chemical_C1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.24754876 C6_chemical_C2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.01449663 C6_chemical_C3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.03470904 L4_control_A1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.03520132 L4_control_A2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.14850925 L4_control_A3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.34929406 L4_control_B1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.6914603 L4_control_B2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.97170264 L4_control_B3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.21526971 L4_control_C2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.78741776 L4_control_C3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.03124368 L4_chemical_A1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.88803358 L4_chemical_A2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.20792273 L4_chemical_A3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.33716257 L4_chemical_B1 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.83247286 L4_chemical_B2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 13.03578775 L4_chemical_B3 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.33077067 L4_chemical_C2 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.8723118 L4_chemical_C3 +LQ04X024430 Putative Stem-specific protein TSJT1 13.14203802 C6_control_A1 +LQ04X024430 Putative Stem-specific protein TSJT1 12.96280229 C6_control_A3 +LQ04X024430 Putative Stem-specific protein TSJT1 12.99638315 C6_control_B1 +LQ04X024430 Putative Stem-specific protein TSJT1 12.32517793 C6_control_B2 +LQ04X024430 Putative Stem-specific protein TSJT1 12.94659855 C6_control_B3 +LQ04X024430 Putative Stem-specific protein TSJT1 11.99240521 C6_control_C1 +LQ04X024430 Putative Stem-specific protein TSJT1 11.75427301 C6_control_C2 +LQ04X024430 Putative Stem-specific protein TSJT1 11.95693526 C6_control_C3 +LQ04X024430 Putative Stem-specific protein TSJT1 13.1735059 C6_chemical_A1 +LQ04X024430 Putative Stem-specific protein TSJT1 13.11605384 C6_chemical_A3 +LQ04X024430 Putative Stem-specific protein TSJT1 12.79149271 C6_chemical_B1 +LQ04X024430 Putative Stem-specific protein TSJT1 12.18880478 C6_chemical_B2 +LQ04X024430 Putative Stem-specific protein TSJT1 12.76308136 C6_chemical_B3 +LQ04X024430 Putative Stem-specific protein TSJT1 12.1062345 C6_chemical_C1 +LQ04X024430 Putative Stem-specific protein TSJT1 11.61181346 C6_chemical_C2 +LQ04X024430 Putative Stem-specific protein TSJT1 11.47510395 C6_chemical_C3 +LQ04X024430 Putative Stem-specific protein TSJT1 13.04068151 L4_control_A1 +LQ04X024430 Putative Stem-specific protein TSJT1 12.59355444 L4_control_A2 +LQ04X024430 Putative Stem-specific protein TSJT1 12.59520193 L4_control_A3 +LQ04X024430 Putative Stem-specific protein TSJT1 12.4813127 L4_control_B1 +LQ04X024430 Putative Stem-specific protein TSJT1 12.32331635 L4_control_B2 +LQ04X024430 Putative Stem-specific protein TSJT1 12.38510399 L4_control_B3 +LQ04X024430 Putative Stem-specific protein TSJT1 12.12541651 L4_control_C2 +LQ04X024430 Putative Stem-specific protein TSJT1 12.09433741 L4_control_C3 +LQ04X024430 Putative Stem-specific protein TSJT1 12.99657984 L4_chemical_A1 +LQ04X024430 Putative Stem-specific protein TSJT1 12.70996297 L4_chemical_A2 +LQ04X024430 Putative Stem-specific protein TSJT1 12.79346066 L4_chemical_A3 +LQ04X024430 Putative Stem-specific protein TSJT1 13.14809232 L4_chemical_B1 +LQ04X024430 Putative Stem-specific protein TSJT1 12.54280031 L4_chemical_B2 +LQ04X024430 Putative Stem-specific protein TSJT1 12.8041136 L4_chemical_B3 +LQ04X024430 Putative Stem-specific protein TSJT1 12.34761336 L4_chemical_C2 +LQ04X024430 Putative Stem-specific protein TSJT1 11.75741004 L4_chemical_C3 +LQ04X024450 ATP binding protein, putative 9.083345371 C6_control_A1 +LQ04X024450 ATP binding protein, putative 8.904081716 C6_control_A3 +LQ04X024450 ATP binding protein, putative 8.954637199 C6_control_B1 +LQ04X024450 ATP binding protein, putative 9.271878501 C6_control_B2 +LQ04X024450 ATP binding protein, putative 9.194018765 C6_control_B3 +LQ04X024450 ATP binding protein, putative 9.824441956 C6_control_C1 +LQ04X024450 ATP binding protein, putative 9.345614811 C6_control_C2 +LQ04X024450 ATP binding protein, putative 9.780731678 C6_control_C3 +LQ04X024450 ATP binding protein, putative 8.988022324 C6_chemical_A1 +LQ04X024450 ATP binding protein, putative 9.200846581 C6_chemical_A3 +LQ04X024450 ATP binding protein, putative 8.535426579 C6_chemical_B1 +LQ04X024450 ATP binding protein, putative 9.148372763 C6_chemical_B2 +LQ04X024450 ATP binding protein, putative 9.308415174 C6_chemical_B3 +LQ04X024450 ATP binding protein, putative 9.609829811 C6_chemical_C1 +LQ04X024450 ATP binding protein, putative 9.598187047 C6_chemical_C2 +LQ04X024450 ATP binding protein, putative 9.881263147 C6_chemical_C3 +LQ04X024450 ATP binding protein, putative 9.542868637 L4_control_A1 +LQ04X024450 ATP binding protein, putative 9.075047675 L4_control_A2 +LQ04X024450 ATP binding protein, putative 9.26529914 L4_control_A3 +LQ04X024450 ATP binding protein, putative 8.730163572 L4_control_B1 +LQ04X024450 ATP binding protein, putative 8.600135141 L4_control_B2 +LQ04X024450 ATP binding protein, putative 9.838575209 L4_control_B3 +LQ04X024450 ATP binding protein, putative 9.112361605 L4_control_C2 +LQ04X024450 ATP binding protein, putative 8.932376999 L4_control_C3 +LQ04X024450 ATP binding protein, putative 9.197348358 L4_chemical_A1 +LQ04X024450 ATP binding protein, putative 8.644914112 L4_chemical_A2 +LQ04X024450 ATP binding protein, putative 9.085685265 L4_chemical_A3 +LQ04X024450 ATP binding protein, putative 8.490243299 L4_chemical_B1 +LQ04X024450 ATP binding protein, putative 8.036700076 L4_chemical_B2 +LQ04X024450 ATP binding protein, putative 9.40932162 L4_chemical_B3 +LQ04X024450 ATP binding protein, putative 8.683185325 L4_chemical_C2 +LQ04X024450 ATP binding protein, putative 9.16032239 L4_chemical_C3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.052892408 C6_control_A1 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.099623647 C6_control_A3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.149152662 C6_control_B1 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.772804763 C6_control_B2 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.94231427 C6_control_B3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.224884066 C6_control_C1 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.732148666 C6_control_C2 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.890241523 C6_control_C3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.192930324 C6_chemical_A1 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.983002275 C6_chemical_A3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.043984504 C6_chemical_B1 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.520927885 C6_chemical_B2 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.634373044 C6_chemical_B3 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.990489898 C6_chemical_C1 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.844110471 C6_chemical_C2 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.723259051 C6_chemical_C3 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.96126634 L4_control_A1 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.740272267 L4_control_A2 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.396754481 L4_control_A3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.116385912 L4_control_B1 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.908863429 L4_control_B2 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.831093296 L4_control_B3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.006600728 L4_control_C2 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.989224562 L4_control_C3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.103806045 L4_chemical_A1 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.356931907 L4_chemical_A2 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.890953176 L4_chemical_A3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.093169048 L4_chemical_B1 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.134738861 L4_chemical_B2 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.809505307 L4_chemical_B3 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.289632502 L4_chemical_C2 +LQ04X024460 3-ketoacyl-CoA synthase 11 4.970327249 L4_chemical_C3 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.470159793 C6_control_A1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.799861393 C6_control_A3 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.520965979 C6_control_B1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.434268963 C6_control_B2 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.710059846 C6_control_B3 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.542730642 C6_control_C1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.439225865 C6_control_C2 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.592137387 C6_control_C3 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.217006439 C6_chemical_A1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.345676818 C6_chemical_A3 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.962614633 C6_chemical_B1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.598537784 C6_chemical_B2 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.493647272 C6_chemical_B3 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.462986521 C6_chemical_C1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.579187473 C6_chemical_C2 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.504627879 C6_chemical_C3 +LQ04X024470 3-ketoacyl-CoA synthase 11 7.963404554 L4_control_A1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.16420607 L4_control_A2 +LQ04X024470 3-ketoacyl-CoA synthase 11 7.97937888 L4_control_A3 +LQ04X024470 3-ketoacyl-CoA synthase 11 9.112091789 L4_control_B1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.190724433 L4_control_B2 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.274010537 L4_control_B3 +LQ04X024470 3-ketoacyl-CoA synthase 11 9.268640888 L4_control_C2 +LQ04X024470 3-ketoacyl-CoA synthase 11 9.129663257 L4_control_C3 +LQ04X024470 3-ketoacyl-CoA synthase 11 7.880369982 L4_chemical_A1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.452336878 L4_chemical_A2 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.009601439 L4_chemical_A3 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.585837819 L4_chemical_B1 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.970079874 L4_chemical_B2 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.288420828 L4_chemical_B3 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.54150109 L4_chemical_C2 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.923611763 L4_chemical_C3 +LQ04X024480 Putative U-box domain-containing protein 43 6.169674864 C6_control_A1 +LQ04X024480 Putative U-box domain-containing protein 43 5.594716508 C6_control_A3 +LQ04X024480 Putative U-box domain-containing protein 43 6.046870497 C6_control_B1 +LQ04X024480 Putative U-box domain-containing protein 43 6.304418118 C6_control_B2 +LQ04X024480 Putative U-box domain-containing protein 43 5.650030077 C6_control_B3 +LQ04X024480 Putative U-box domain-containing protein 43 6.880472956 C6_control_C1 +LQ04X024480 Putative U-box domain-containing protein 43 6.43305748 C6_control_C2 +LQ04X024480 Putative U-box domain-containing protein 43 6.970026004 C6_control_C3 +LQ04X024480 Putative U-box domain-containing protein 43 6.153982668 C6_chemical_A1 +LQ04X024480 Putative U-box domain-containing protein 43 5.877502261 C6_chemical_A3 +LQ04X024480 Putative U-box domain-containing protein 43 5.69695942 C6_chemical_B1 +LQ04X024480 Putative U-box domain-containing protein 43 6.019447434 C6_chemical_B2 +LQ04X024480 Putative U-box domain-containing protein 43 5.982236447 C6_chemical_B3 +LQ04X024480 Putative U-box domain-containing protein 43 6.914736945 C6_chemical_C1 +LQ04X024480 Putative U-box domain-containing protein 43 6.958836103 C6_chemical_C2 +LQ04X024480 Putative U-box domain-containing protein 43 7.092476535 C6_chemical_C3 +LQ04X024480 Putative U-box domain-containing protein 43 5.80496496 L4_control_A1 +LQ04X024480 Putative U-box domain-containing protein 43 5.357538865 L4_control_A2 +LQ04X024480 Putative U-box domain-containing protein 43 5.818752484 L4_control_A3 +LQ04X024480 Putative U-box domain-containing protein 43 5.337182105 L4_control_B1 +LQ04X024480 Putative U-box domain-containing protein 43 5.445954602 L4_control_B2 +LQ04X024480 Putative U-box domain-containing protein 43 5.675707921 L4_control_B3 +LQ04X024480 Putative U-box domain-containing protein 43 5.95834613 L4_control_C2 +LQ04X024480 Putative U-box domain-containing protein 43 5.736051307 L4_control_C3 +LQ04X024480 Putative U-box domain-containing protein 43 6.045099477 L4_chemical_A1 +LQ04X024480 Putative U-box domain-containing protein 43 5.676693478 L4_chemical_A2 +LQ04X024480 Putative U-box domain-containing protein 43 5.657059204 L4_chemical_A3 +LQ04X024480 Putative U-box domain-containing protein 43 5.306578412 L4_chemical_B1 +LQ04X024480 Putative U-box domain-containing protein 43 5.241257433 L4_chemical_B2 +LQ04X024480 Putative U-box domain-containing protein 43 6.201816021 L4_chemical_B3 +LQ04X024480 Putative U-box domain-containing protein 43 5.66880659 L4_chemical_C2 +LQ04X024480 Putative U-box domain-containing protein 43 6.271704915 L4_chemical_C3 +LQ04X024500 At4g14615 6.745311701 C6_control_A1 +LQ04X024500 At4g14615 6.875433234 C6_control_A3 +LQ04X024500 At4g14615 5.309413 C6_control_B1 +LQ04X024500 At4g14615 6.778584887 C6_control_B2 +LQ04X024500 At4g14615 6.97429863 C6_control_B3 +LQ04X024500 At4g14615 6.875815052 C6_control_C1 +LQ04X024500 At4g14615 7.132514515 C6_control_C2 +LQ04X024500 At4g14615 6.780265958 C6_control_C3 +LQ04X024500 At4g14615 6.63748477 C6_chemical_A1 +LQ04X024500 At4g14615 6.528053557 C6_chemical_A3 +LQ04X024500 At4g14615 6.332105564 C6_chemical_B1 +LQ04X024500 At4g14615 6.622504924 C6_chemical_B2 +LQ04X024500 At4g14615 6.657183049 C6_chemical_B3 +LQ04X024500 At4g14615 6.835293559 C6_chemical_C1 +LQ04X024500 At4g14615 6.36752444 C6_chemical_C2 +LQ04X024500 At4g14615 6.875045163 C6_chemical_C3 +LQ04X024500 At4g14615 6.862664691 L4_control_A1 +LQ04X024500 At4g14615 6.979475889 L4_control_A2 +LQ04X024500 At4g14615 6.935144495 L4_control_A3 +LQ04X024500 At4g14615 6.577247707 L4_control_B1 +LQ04X024500 At4g14615 6.28975682 L4_control_B2 +LQ04X024500 At4g14615 6.168354224 L4_control_B3 +LQ04X024500 At4g14615 5.626888245 L4_control_C2 +LQ04X024500 At4g14615 6.654692944 L4_control_C3 +LQ04X024500 At4g14615 6.476582532 L4_chemical_A1 +LQ04X024500 At4g14615 6.460974962 L4_chemical_A2 +LQ04X024500 At4g14615 7.388934048 L4_chemical_A3 +LQ04X024500 At4g14615 6.679701414 L4_chemical_B1 +LQ04X024500 At4g14615 6.474653269 L4_chemical_B2 +LQ04X024500 At4g14615 6.340945482 L4_chemical_B3 +LQ04X024500 At4g14615 6.203517362 L4_chemical_C2 +LQ04X024500 At4g14615 6.028059389 L4_chemical_C3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.471197618 C6_control_A1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 7.581795664 C6_control_A3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.126120054 C6_control_B1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.776310042 C6_control_B2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.631412989 C6_control_B3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 10.11240021 C6_control_C1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 10.19258164 C6_control_C2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 10.13848995 C6_control_C3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.052809175 C6_chemical_A1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.35353167 C6_chemical_A3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.652654928 C6_chemical_B1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.727406761 C6_chemical_B2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.071541333 C6_chemical_B3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 10.43411845 C6_chemical_C1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 10.04057198 C6_chemical_C2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 10.04209548 C6_chemical_C3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.074664981 L4_control_A1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.847030513 L4_control_A2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.84049834 L4_control_A3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.011168641 L4_control_B1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.823172362 L4_control_B2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.591234413 L4_control_B3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 10.85102775 L4_control_C2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 10.28261492 L4_control_C3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.902468408 L4_chemical_A1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.407983047 L4_chemical_A2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.447766489 L4_chemical_A3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.092591417 L4_chemical_B1 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.149724606 L4_chemical_B2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.801999905 L4_chemical_B3 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 11.08668179 L4_chemical_C2 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 9.908119567 L4_chemical_C3 +LQ04X024540 Putative uncharacterized protein 13.13286562 C6_control_A1 +LQ04X024540 Putative uncharacterized protein 12.9579077 C6_control_A3 +LQ04X024540 Putative uncharacterized protein 13.89730042 C6_control_B1 +LQ04X024540 Putative uncharacterized protein 14.29048121 C6_control_B2 +LQ04X024540 Putative uncharacterized protein 14.51238652 C6_control_B3 +LQ04X024540 Putative uncharacterized protein 14.35900857 C6_control_C1 +LQ04X024540 Putative uncharacterized protein 14.55592979 C6_control_C2 +LQ04X024540 Putative uncharacterized protein 14.85661038 C6_control_C3 +LQ04X024540 Putative uncharacterized protein 12.92374743 C6_chemical_A1 +LQ04X024540 Putative uncharacterized protein 13.01036765 C6_chemical_A3 +LQ04X024540 Putative uncharacterized protein 13.9798532 C6_chemical_B1 +LQ04X024540 Putative uncharacterized protein 14.42057109 C6_chemical_B2 +LQ04X024540 Putative uncharacterized protein 14.43805472 C6_chemical_B3 +LQ04X024540 Putative uncharacterized protein 13.91258069 C6_chemical_C1 +LQ04X024540 Putative uncharacterized protein 14.25198104 C6_chemical_C2 +LQ04X024540 Putative uncharacterized protein 14.70886273 C6_chemical_C3 +LQ04X024540 Putative uncharacterized protein 12.20957358 L4_control_A1 +LQ04X024540 Putative uncharacterized protein 13.02829 L4_control_A2 +LQ04X024540 Putative uncharacterized protein 12.89545306 L4_control_A3 +LQ04X024540 Putative uncharacterized protein 13.52560452 L4_control_B1 +LQ04X024540 Putative uncharacterized protein 13.56406089 L4_control_B2 +LQ04X024540 Putative uncharacterized protein 14.75937185 L4_control_B3 +LQ04X024540 Putative uncharacterized protein 14.42545282 L4_control_C2 +LQ04X024540 Putative uncharacterized protein 14.70240786 L4_control_C3 +LQ04X024540 Putative uncharacterized protein 11.86459781 L4_chemical_A1 +LQ04X024540 Putative uncharacterized protein 12.83935699 L4_chemical_A2 +LQ04X024540 Putative uncharacterized protein 12.47641867 L4_chemical_A3 +LQ04X024540 Putative uncharacterized protein 13.25131351 L4_chemical_B1 +LQ04X024540 Putative uncharacterized protein 13.57545041 L4_chemical_B2 +LQ04X024540 Putative uncharacterized protein 13.66535775 L4_chemical_B3 +LQ04X024540 Putative uncharacterized protein 14.30397054 L4_chemical_C2 +LQ04X024540 Putative uncharacterized protein 14.89449588 L4_chemical_C3 +LQ04X024560 Putative uncharacterized protein 9.677576614 C6_control_A1 +LQ04X024560 Putative uncharacterized protein 9.092464443 C6_control_A3 +LQ04X024560 Putative uncharacterized protein 9.597251522 C6_control_B1 +LQ04X024560 Putative uncharacterized protein 10.48502754 C6_control_B2 +LQ04X024560 Putative uncharacterized protein 10.00759609 C6_control_B3 +LQ04X024560 Putative uncharacterized protein 9.370056375 C6_control_C1 +LQ04X024560 Putative uncharacterized protein 10.02169793 C6_control_C2 +LQ04X024560 Putative uncharacterized protein 10.22462541 C6_control_C3 +LQ04X024560 Putative uncharacterized protein 9.260095848 C6_chemical_A1 +LQ04X024560 Putative uncharacterized protein 9.459768305 C6_chemical_A3 +LQ04X024560 Putative uncharacterized protein 9.598059346 C6_chemical_B1 +LQ04X024560 Putative uncharacterized protein 10.271427 C6_chemical_B2 +LQ04X024560 Putative uncharacterized protein 10.39890752 C6_chemical_B3 +LQ04X024560 Putative uncharacterized protein 9.515976889 C6_chemical_C1 +LQ04X024560 Putative uncharacterized protein 9.554662642 C6_chemical_C2 +LQ04X024560 Putative uncharacterized protein 9.810915942 C6_chemical_C3 +LQ04X024560 Putative uncharacterized protein 9.852163875 L4_control_A1 +LQ04X024560 Putative uncharacterized protein 10.45569454 L4_control_A2 +LQ04X024560 Putative uncharacterized protein 10.56442117 L4_control_A3 +LQ04X024560 Putative uncharacterized protein 8.933681484 L4_control_B1 +LQ04X024560 Putative uncharacterized protein 9.318266985 L4_control_B2 +LQ04X024560 Putative uncharacterized protein 10.53311178 L4_control_B3 +LQ04X024560 Putative uncharacterized protein 8.554437719 L4_control_C2 +LQ04X024560 Putative uncharacterized protein 9.793619497 L4_control_C3 +LQ04X024560 Putative uncharacterized protein 9.493960175 L4_chemical_A1 +LQ04X024560 Putative uncharacterized protein 10.0750773 L4_chemical_A2 +LQ04X024560 Putative uncharacterized protein 10.40557107 L4_chemical_A3 +LQ04X024560 Putative uncharacterized protein 9.016488157 L4_chemical_B1 +LQ04X024560 Putative uncharacterized protein 9.386153232 L4_chemical_B2 +LQ04X024560 Putative uncharacterized protein 9.473774414 L4_chemical_B3 +LQ04X024560 Putative uncharacterized protein 8.273534291 L4_chemical_C2 +LQ04X024560 Putative uncharacterized protein 9.766995858 L4_chemical_C3 +LQ04X024570 Putative uncharacterized protein 11.75996093 C6_control_A1 +LQ04X024570 Putative uncharacterized protein 12.08199876 C6_control_A3 +LQ04X024570 Putative uncharacterized protein 11.7443728 C6_control_B1 +LQ04X024570 Putative uncharacterized protein 11.39823149 C6_control_B2 +LQ04X024570 Putative uncharacterized protein 11.80022755 C6_control_B3 +LQ04X024570 Putative uncharacterized protein 12.00572548 C6_control_C1 +LQ04X024570 Putative uncharacterized protein 11.83436758 C6_control_C2 +LQ04X024570 Putative uncharacterized protein 11.67626964 C6_control_C3 +LQ04X024570 Putative uncharacterized protein 11.55096942 C6_chemical_A1 +LQ04X024570 Putative uncharacterized protein 12.06369505 C6_chemical_A3 +LQ04X024570 Putative uncharacterized protein 11.45283395 C6_chemical_B1 +LQ04X024570 Putative uncharacterized protein 11.35567987 C6_chemical_B2 +LQ04X024570 Putative uncharacterized protein 11.55249374 C6_chemical_B3 +LQ04X024570 Putative uncharacterized protein 11.89972427 C6_chemical_C1 +LQ04X024570 Putative uncharacterized protein 11.60310094 C6_chemical_C2 +LQ04X024570 Putative uncharacterized protein 11.26442751 C6_chemical_C3 +LQ04X024570 Putative uncharacterized protein 11.93437644 L4_control_A1 +LQ04X024570 Putative uncharacterized protein 11.9133928 L4_control_A2 +LQ04X024570 Putative uncharacterized protein 12.32098131 L4_control_A3 +LQ04X024570 Putative uncharacterized protein 11.27167778 L4_control_B1 +LQ04X024570 Putative uncharacterized protein 11.70258489 L4_control_B2 +LQ04X024570 Putative uncharacterized protein 11.52961099 L4_control_B3 +LQ04X024570 Putative uncharacterized protein 11.6359436 L4_control_C2 +LQ04X024570 Putative uncharacterized protein 11.68068739 L4_control_C3 +LQ04X024570 Putative uncharacterized protein 11.65740679 L4_chemical_A1 +LQ04X024570 Putative uncharacterized protein 11.47355338 L4_chemical_A2 +LQ04X024570 Putative uncharacterized protein 12.15935219 L4_chemical_A3 +LQ04X024570 Putative uncharacterized protein 11.44662064 L4_chemical_B1 +LQ04X024570 Putative uncharacterized protein 11.14313458 L4_chemical_B2 +LQ04X024570 Putative uncharacterized protein 11.42323375 L4_chemical_B3 +LQ04X024570 Putative uncharacterized protein 11.26708984 L4_chemical_C2 +LQ04X024570 Putative uncharacterized protein 11.5304676 L4_chemical_C3 +LQ04X024590 Auxin-induced protein 22B 5.129420279 C6_control_A1 +LQ04X024590 Auxin-induced protein 22B 5.594014407 C6_control_A3 +LQ04X024590 Auxin-induced protein 22B 5.164233761 C6_control_B1 +LQ04X024590 Auxin-induced protein 22B 5.60868698 C6_control_B2 +LQ04X024590 Auxin-induced protein 22B 5.666900712 C6_control_B3 +LQ04X024590 Auxin-induced protein 22B 5.455885688 C6_control_C1 +LQ04X024590 Auxin-induced protein 22B 6.135187445 C6_control_C2 +LQ04X024590 Auxin-induced protein 22B 5.405781089 C6_control_C3 +LQ04X024590 Auxin-induced protein 22B 5.117953264 C6_chemical_A1 +LQ04X024590 Auxin-induced protein 22B 5.141757961 C6_chemical_A3 +LQ04X024590 Auxin-induced protein 22B 5.520386587 C6_chemical_B1 +LQ04X024590 Auxin-induced protein 22B 5.4857217 C6_chemical_B2 +LQ04X024590 Auxin-induced protein 22B 5.038687444 C6_chemical_B3 +LQ04X024590 Auxin-induced protein 22B 5.589054495 C6_chemical_C1 +LQ04X024590 Auxin-induced protein 22B 5.591785825 C6_chemical_C2 +LQ04X024590 Auxin-induced protein 22B 5.164761519 C6_chemical_C3 +LQ04X024590 Auxin-induced protein 22B 5.118025782 L4_control_A1 +LQ04X024590 Auxin-induced protein 22B 5.303839595 L4_control_A2 +LQ04X024590 Auxin-induced protein 22B 6.001737545 L4_control_A3 +LQ04X024590 Auxin-induced protein 22B 5.304993105 L4_control_B1 +LQ04X024590 Auxin-induced protein 22B 5.371706412 L4_control_B2 +LQ04X024590 Auxin-induced protein 22B 5.267468335 L4_control_B3 +LQ04X024590 Auxin-induced protein 22B 4.748451013 L4_control_C2 +LQ04X024590 Auxin-induced protein 22B 5.116193285 L4_control_C3 +LQ04X024590 Auxin-induced protein 22B 5.409932252 L4_chemical_A1 +LQ04X024590 Auxin-induced protein 22B 4.960535973 L4_chemical_A2 +LQ04X024590 Auxin-induced protein 22B 6.271920618 L4_chemical_A3 +LQ04X024590 Auxin-induced protein 22B 5.755413428 L4_chemical_B1 +LQ04X024590 Auxin-induced protein 22B 5.37811987 L4_chemical_B2 +LQ04X024590 Auxin-induced protein 22B 5.105776937 L4_chemical_B3 +LQ04X024590 Auxin-induced protein 22B 5.271039494 L4_chemical_C2 +LQ04X024590 Auxin-induced protein 22B 5.175231618 L4_chemical_C3 +LQ04X024600 Auxin-responsive protein IAA14 10.44827792 C6_control_A1 +LQ04X024600 Auxin-responsive protein IAA14 10.40729441 C6_control_A3 +LQ04X024600 Auxin-responsive protein IAA14 10.28532791 C6_control_B1 +LQ04X024600 Auxin-responsive protein IAA14 10.42927219 C6_control_B2 +LQ04X024600 Auxin-responsive protein IAA14 10.13888906 C6_control_B3 +LQ04X024600 Auxin-responsive protein IAA14 10.82985002 C6_control_C1 +LQ04X024600 Auxin-responsive protein IAA14 10.83529335 C6_control_C2 +LQ04X024600 Auxin-responsive protein IAA14 10.65188659 C6_control_C3 +LQ04X024600 Auxin-responsive protein IAA14 10.741404 C6_chemical_A1 +LQ04X024600 Auxin-responsive protein IAA14 10.95813397 C6_chemical_A3 +LQ04X024600 Auxin-responsive protein IAA14 10.24528098 C6_chemical_B1 +LQ04X024600 Auxin-responsive protein IAA14 10.43154376 C6_chemical_B2 +LQ04X024600 Auxin-responsive protein IAA14 10.61949948 C6_chemical_B3 +LQ04X024600 Auxin-responsive protein IAA14 10.525019 C6_chemical_C1 +LQ04X024600 Auxin-responsive protein IAA14 10.54073356 C6_chemical_C2 +LQ04X024600 Auxin-responsive protein IAA14 10.19226352 C6_chemical_C3 +LQ04X024600 Auxin-responsive protein IAA14 11.53818885 L4_control_A1 +LQ04X024600 Auxin-responsive protein IAA14 11.48410084 L4_control_A2 +LQ04X024600 Auxin-responsive protein IAA14 11.95656055 L4_control_A3 +LQ04X024600 Auxin-responsive protein IAA14 10.63689981 L4_control_B1 +LQ04X024600 Auxin-responsive protein IAA14 10.78090033 L4_control_B2 +LQ04X024600 Auxin-responsive protein IAA14 10.21611832 L4_control_B3 +LQ04X024600 Auxin-responsive protein IAA14 9.626655986 L4_control_C2 +LQ04X024600 Auxin-responsive protein IAA14 10.69736893 L4_control_C3 +LQ04X024600 Auxin-responsive protein IAA14 10.68955977 L4_chemical_A1 +LQ04X024600 Auxin-responsive protein IAA14 11.48244579 L4_chemical_A2 +LQ04X024600 Auxin-responsive protein IAA14 11.38015752 L4_chemical_A3 +LQ04X024600 Auxin-responsive protein IAA14 10.57883011 L4_chemical_B1 +LQ04X024600 Auxin-responsive protein IAA14 10.34053102 L4_chemical_B2 +LQ04X024600 Auxin-responsive protein IAA14 11.58120501 L4_chemical_B3 +LQ04X024600 Auxin-responsive protein IAA14 10.02096276 L4_chemical_C2 +LQ04X024600 Auxin-responsive protein IAA14 10.54472473 L4_chemical_C3 +LQ04X024640 Putative Protein transport protein SEC23 5.430829759 C6_control_A1 +LQ04X024640 Putative Protein transport protein SEC23 6.605769385 C6_control_A3 +LQ04X024640 Putative Protein transport protein SEC23 6.619671806 C6_control_B1 +LQ04X024640 Putative Protein transport protein SEC23 6.463648051 C6_control_B2 +LQ04X024640 Putative Protein transport protein SEC23 6.821128154 C6_control_B3 +LQ04X024640 Putative Protein transport protein SEC23 5.282134334 C6_control_C1 +LQ04X024640 Putative Protein transport protein SEC23 5.570191481 C6_control_C2 +LQ04X024640 Putative Protein transport protein SEC23 5.735119986 C6_control_C3 +LQ04X024640 Putative Protein transport protein SEC23 6.072311361 C6_chemical_A1 +LQ04X024640 Putative Protein transport protein SEC23 6.251476184 C6_chemical_A3 +LQ04X024640 Putative Protein transport protein SEC23 6.694954192 C6_chemical_B1 +LQ04X024640 Putative Protein transport protein SEC23 6.290680205 C6_chemical_B2 +LQ04X024640 Putative Protein transport protein SEC23 6.42102366 C6_chemical_B3 +LQ04X024640 Putative Protein transport protein SEC23 5.761008771 C6_chemical_C1 +LQ04X024640 Putative Protein transport protein SEC23 6.048136712 C6_chemical_C2 +LQ04X024640 Putative Protein transport protein SEC23 5.788692705 C6_chemical_C3 +LQ04X024640 Putative Protein transport protein SEC23 6.217496534 L4_control_A1 +LQ04X024640 Putative Protein transport protein SEC23 6.748407469 L4_control_A2 +LQ04X024640 Putative Protein transport protein SEC23 6.115184185 L4_control_A3 +LQ04X024640 Putative Protein transport protein SEC23 6.34019332 L4_control_B1 +LQ04X024640 Putative Protein transport protein SEC23 6.092176857 L4_control_B2 +LQ04X024640 Putative Protein transport protein SEC23 5.980892806 L4_control_B3 +LQ04X024640 Putative Protein transport protein SEC23 6.089068019 L4_control_C2 +LQ04X024640 Putative Protein transport protein SEC23 7.396093333 L4_control_C3 +LQ04X024640 Putative Protein transport protein SEC23 6.126903834 L4_chemical_A1 +LQ04X024640 Putative Protein transport protein SEC23 6.903949435 L4_chemical_A2 +LQ04X024640 Putative Protein transport protein SEC23 6.595773199 L4_chemical_A3 +LQ04X024640 Putative Protein transport protein SEC23 7.760578571 L4_chemical_B1 +LQ04X024640 Putative Protein transport protein SEC23 6.364377854 L4_chemical_B2 +LQ04X024640 Putative Protein transport protein SEC23 6.715881694 L4_chemical_B3 +LQ04X024640 Putative Protein transport protein SEC23 6.452702002 L4_chemical_C2 +LQ04X024640 Putative Protein transport protein SEC23 7.38301461 L4_chemical_C3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.045187836 C6_control_A1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.673366341 C6_control_A3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.537126674 C6_control_B1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.004465632 C6_control_B2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.103971487 C6_control_B3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.009321892 C6_control_C1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.962198012 C6_control_C2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.378594585 C6_control_C3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.49821257 C6_chemical_A1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.749489348 C6_chemical_A3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.729474681 C6_chemical_B1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.515378546 C6_chemical_B2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.859811977 C6_chemical_B3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.251601762 C6_chemical_C1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.111892809 C6_chemical_C2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.934621971 C6_chemical_C3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.410608908 L4_control_A1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.742722207 L4_control_A2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.446360558 L4_control_A3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.297360954 L4_control_B1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.875744579 L4_control_B2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 6.121827619 L4_control_B3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.697752896 L4_control_C2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.171570102 L4_control_C3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.740625093 L4_chemical_A1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.469552912 L4_chemical_A2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.287772535 L4_chemical_A3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.636008988 L4_chemical_B1 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.613781004 L4_chemical_B2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.838730599 L4_chemical_B3 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.948981944 L4_chemical_C2 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.753925896 L4_chemical_C3 +LQ04X024670 PRA1 family protein D 11.48181917 C6_control_A1 +LQ04X024670 PRA1 family protein D 11.75053841 C6_control_A3 +LQ04X024670 PRA1 family protein D 11.36063241 C6_control_B1 +LQ04X024670 PRA1 family protein D 11.57662174 C6_control_B2 +LQ04X024670 PRA1 family protein D 11.7050593 C6_control_B3 +LQ04X024670 PRA1 family protein D 11.73115789 C6_control_C1 +LQ04X024670 PRA1 family protein D 11.36066427 C6_control_C2 +LQ04X024670 PRA1 family protein D 11.55562345 C6_control_C3 +LQ04X024670 PRA1 family protein D 11.53467355 C6_chemical_A1 +LQ04X024670 PRA1 family protein D 10.53498199 C6_chemical_A3 +LQ04X024670 PRA1 family protein D 11.560016 C6_chemical_B1 +LQ04X024670 PRA1 family protein D 11.53912247 C6_chemical_B2 +LQ04X024670 PRA1 family protein D 11.46714646 C6_chemical_B3 +LQ04X024670 PRA1 family protein D 11.45491646 C6_chemical_C1 +LQ04X024670 PRA1 family protein D 11.4233497 C6_chemical_C2 +LQ04X024670 PRA1 family protein D 11.19494942 C6_chemical_C3 +LQ04X024670 PRA1 family protein D 11.40032082 L4_control_A1 +LQ04X024670 PRA1 family protein D 11.1930716 L4_control_A2 +LQ04X024670 PRA1 family protein D 11.65866769 L4_control_A3 +LQ04X024670 PRA1 family protein D 10.78789972 L4_control_B1 +LQ04X024670 PRA1 family protein D 10.76754145 L4_control_B2 +LQ04X024670 PRA1 family protein D 10.57218659 L4_control_B3 +LQ04X024670 PRA1 family protein D 10.87852448 L4_control_C2 +LQ04X024670 PRA1 family protein D 10.34644128 L4_control_C3 +LQ04X024670 PRA1 family protein D 11.09939179 L4_chemical_A1 +LQ04X024670 PRA1 family protein D 11.06515905 L4_chemical_A2 +LQ04X024670 PRA1 family protein D 11.5336307 L4_chemical_A3 +LQ04X024670 PRA1 family protein D 11.15769745 L4_chemical_B1 +LQ04X024670 PRA1 family protein D 11.28079204 L4_chemical_B2 +LQ04X024670 PRA1 family protein D 10.8649363 L4_chemical_B3 +LQ04X024670 PRA1 family protein D 11.10329937 L4_chemical_C2 +LQ04X024670 PRA1 family protein D 10.27843616 L4_chemical_C3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.29011816 C6_control_A1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.510053237 C6_control_A3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.409171718 C6_control_B1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.109684122 C6_control_B2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 4.96964977 C6_control_B3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.440501849 C6_control_C1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.637710266 C6_control_C2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.352200803 C6_control_C3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.156622172 C6_chemical_A1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.238358815 C6_chemical_A3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.205500554 C6_chemical_B1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.2882335 C6_chemical_B2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.019925315 C6_chemical_B3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.053067782 C6_chemical_C1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.064750879 C6_chemical_C2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.194856341 C6_chemical_C3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.032314577 L4_control_A1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.313971495 L4_control_A2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 6.412601164 L4_control_A3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.327872608 L4_control_B1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.424311874 L4_control_B2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 4.938170363 L4_control_B3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.128507837 L4_control_C2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.223560346 L4_control_C3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.278581101 L4_chemical_A1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.028691799 L4_chemical_A2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.616191265 L4_chemical_A3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.606809472 L4_chemical_B1 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.658767832 L4_chemical_B2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 4.870659375 L4_chemical_B3 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 4.981358273 L4_chemical_C2 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.093288941 L4_chemical_C3 +LQ04X024750 40S ribosomal protein S15 14.74394348 C6_control_A1 +LQ04X024750 40S ribosomal protein S15 14.65068023 C6_control_A3 +LQ04X024750 40S ribosomal protein S15 14.15540929 C6_control_B1 +LQ04X024750 40S ribosomal protein S15 14.32006179 C6_control_B2 +LQ04X024750 40S ribosomal protein S15 14.21055349 C6_control_B3 +LQ04X024750 40S ribosomal protein S15 14.02162737 C6_control_C1 +LQ04X024750 40S ribosomal protein S15 13.46876723 C6_control_C2 +LQ04X024750 40S ribosomal protein S15 13.70727396 C6_control_C3 +LQ04X024750 40S ribosomal protein S15 14.5475852 C6_chemical_A1 +LQ04X024750 40S ribosomal protein S15 14.44273853 C6_chemical_A3 +LQ04X024750 40S ribosomal protein S15 13.93170683 C6_chemical_B1 +LQ04X024750 40S ribosomal protein S15 13.85205767 C6_chemical_B2 +LQ04X024750 40S ribosomal protein S15 14.07704362 C6_chemical_B3 +LQ04X024750 40S ribosomal protein S15 13.95951178 C6_chemical_C1 +LQ04X024750 40S ribosomal protein S15 13.65895279 C6_chemical_C2 +LQ04X024750 40S ribosomal protein S15 13.68568998 C6_chemical_C3 +LQ04X024750 40S ribosomal protein S15 15.00005254 L4_control_A1 +LQ04X024750 40S ribosomal protein S15 14.4837086 L4_control_A2 +LQ04X024750 40S ribosomal protein S15 14.82045817 L4_control_A3 +LQ04X024750 40S ribosomal protein S15 13.86427376 L4_control_B1 +LQ04X024750 40S ribosomal protein S15 13.4934822 L4_control_B2 +LQ04X024750 40S ribosomal protein S15 14.07023815 L4_control_B3 +LQ04X024750 40S ribosomal protein S15 13.72104228 L4_control_C2 +LQ04X024750 40S ribosomal protein S15 14.08342417 L4_control_C3 +LQ04X024750 40S ribosomal protein S15 14.73455854 L4_chemical_A1 +LQ04X024750 40S ribosomal protein S15 14.24899628 L4_chemical_A2 +LQ04X024750 40S ribosomal protein S15 14.60617285 L4_chemical_A3 +LQ04X024750 40S ribosomal protein S15 14.13325424 L4_chemical_B1 +LQ04X024750 40S ribosomal protein S15 13.86561405 L4_chemical_B2 +LQ04X024750 40S ribosomal protein S15 14.26284424 L4_chemical_B3 +LQ04X024750 40S ribosomal protein S15 13.51129511 L4_chemical_C2 +LQ04X024750 40S ribosomal protein S15 13.9034251 L4_chemical_C3 +LQ04X024760 Putative uncharacterized protein 11.4777293 C6_control_A1 +LQ04X024760 Putative uncharacterized protein 11.63802843 C6_control_A3 +LQ04X024760 Putative uncharacterized protein 11.57486261 C6_control_B1 +LQ04X024760 Putative uncharacterized protein 10.75992216 C6_control_B2 +LQ04X024760 Putative uncharacterized protein 11.20525219 C6_control_B3 +LQ04X024760 Putative uncharacterized protein 10.6347243 C6_control_C1 +LQ04X024760 Putative uncharacterized protein 10.32098798 C6_control_C2 +LQ04X024760 Putative uncharacterized protein 10.43007957 C6_control_C3 +LQ04X024760 Putative uncharacterized protein 11.64406496 C6_chemical_A1 +LQ04X024760 Putative uncharacterized protein 11.88009034 C6_chemical_A3 +LQ04X024760 Putative uncharacterized protein 11.73119118 C6_chemical_B1 +LQ04X024760 Putative uncharacterized protein 11.1555065 C6_chemical_B2 +LQ04X024760 Putative uncharacterized protein 11.05724134 C6_chemical_B3 +LQ04X024760 Putative uncharacterized protein 10.33180773 C6_chemical_C1 +LQ04X024760 Putative uncharacterized protein 10.38672288 C6_chemical_C2 +LQ04X024760 Putative uncharacterized protein 10.02850433 C6_chemical_C3 +LQ04X024760 Putative uncharacterized protein 11.56862621 L4_control_A1 +LQ04X024760 Putative uncharacterized protein 11.52819101 L4_control_A2 +LQ04X024760 Putative uncharacterized protein 12.54983498 L4_control_A3 +LQ04X024760 Putative uncharacterized protein 11.61679551 L4_control_B1 +LQ04X024760 Putative uncharacterized protein 11.63546427 L4_control_B2 +LQ04X024760 Putative uncharacterized protein 11.4864822 L4_control_B3 +LQ04X024760 Putative uncharacterized protein 10.7581586 L4_control_C2 +LQ04X024760 Putative uncharacterized protein 11.04609516 L4_control_C3 +LQ04X024760 Putative uncharacterized protein 11.70830092 L4_chemical_A1 +LQ04X024760 Putative uncharacterized protein 11.41237496 L4_chemical_A2 +LQ04X024760 Putative uncharacterized protein 12.35483748 L4_chemical_A3 +LQ04X024760 Putative uncharacterized protein 11.7363179 L4_chemical_B1 +LQ04X024760 Putative uncharacterized protein 11.19251858 L4_chemical_B2 +LQ04X024760 Putative uncharacterized protein 11.54593571 L4_chemical_B3 +LQ04X024760 Putative uncharacterized protein 10.69226613 L4_chemical_C2 +LQ04X024760 Putative uncharacterized protein 10.94817364 L4_chemical_C3 +LQ04X024770 Xpa-binding protein, putative 10.73025455 C6_control_A1 +LQ04X024770 Xpa-binding protein, putative 11.27721039 C6_control_A3 +LQ04X024770 Xpa-binding protein, putative 10.3462148 C6_control_B1 +LQ04X024770 Xpa-binding protein, putative 10.87075117 C6_control_B2 +LQ04X024770 Xpa-binding protein, putative 10.73890129 C6_control_B3 +LQ04X024770 Xpa-binding protein, putative 11.06631317 C6_control_C1 +LQ04X024770 Xpa-binding protein, putative 11.39834396 C6_control_C2 +LQ04X024770 Xpa-binding protein, putative 11.07157241 C6_control_C3 +LQ04X024770 Xpa-binding protein, putative 10.54391582 C6_chemical_A1 +LQ04X024770 Xpa-binding protein, putative 10.91948513 C6_chemical_A3 +LQ04X024770 Xpa-binding protein, putative 10.1485798 C6_chemical_B1 +LQ04X024770 Xpa-binding protein, putative 10.77323268 C6_chemical_B2 +LQ04X024770 Xpa-binding protein, putative 10.32256018 C6_chemical_B3 +LQ04X024770 Xpa-binding protein, putative 11.0211082 C6_chemical_C1 +LQ04X024770 Xpa-binding protein, putative 11.17593586 C6_chemical_C2 +LQ04X024770 Xpa-binding protein, putative 11.11637576 C6_chemical_C3 +LQ04X024770 Xpa-binding protein, putative 11.00431265 L4_control_A1 +LQ04X024770 Xpa-binding protein, putative 11.27404108 L4_control_A2 +LQ04X024770 Xpa-binding protein, putative 11.33274705 L4_control_A3 +LQ04X024770 Xpa-binding protein, putative 10.41852224 L4_control_B1 +LQ04X024770 Xpa-binding protein, putative 10.35213097 L4_control_B2 +LQ04X024770 Xpa-binding protein, putative 10.87400886 L4_control_B3 +LQ04X024770 Xpa-binding protein, putative 10.58854088 L4_control_C2 +LQ04X024770 Xpa-binding protein, putative 11.01951417 L4_control_C3 +LQ04X024770 Xpa-binding protein, putative 11.25882558 L4_chemical_A1 +LQ04X024770 Xpa-binding protein, putative 11.41686693 L4_chemical_A2 +LQ04X024770 Xpa-binding protein, putative 11.1895156 L4_chemical_A3 +LQ04X024770 Xpa-binding protein, putative 10.29868201 L4_chemical_B1 +LQ04X024770 Xpa-binding protein, putative 10.1912793 L4_chemical_B2 +LQ04X024770 Xpa-binding protein, putative 10.79027362 L4_chemical_B3 +LQ04X024770 Xpa-binding protein, putative 10.75404279 L4_chemical_C2 +LQ04X024770 Xpa-binding protein, putative 11.00087234 L4_chemical_C3 +LQ04X024780 Putative uncharacterized protein 5.783055071 C6_control_A1 +LQ04X024780 Putative uncharacterized protein 6.077058129 C6_control_A3 +LQ04X024780 Putative uncharacterized protein 5.985643983 C6_control_B1 +LQ04X024780 Putative uncharacterized protein 6.024972366 C6_control_B2 +LQ04X024780 Putative uncharacterized protein 5.9979591 C6_control_B3 +LQ04X024780 Putative uncharacterized protein 6.516860566 C6_control_C1 +LQ04X024780 Putative uncharacterized protein 6.040207485 C6_control_C2 +LQ04X024780 Putative uncharacterized protein 6.601082086 C6_control_C3 +LQ04X024780 Putative uncharacterized protein 5.76060561 C6_chemical_A1 +LQ04X024780 Putative uncharacterized protein 6.221095507 C6_chemical_A3 +LQ04X024780 Putative uncharacterized protein 5.956652851 C6_chemical_B1 +LQ04X024780 Putative uncharacterized protein 6.185270824 C6_chemical_B2 +LQ04X024780 Putative uncharacterized protein 5.767372263 C6_chemical_B3 +LQ04X024780 Putative uncharacterized protein 7.10822755 C6_chemical_C1 +LQ04X024780 Putative uncharacterized protein 6.380621957 C6_chemical_C2 +LQ04X024780 Putative uncharacterized protein 6.870006184 C6_chemical_C3 +LQ04X024780 Putative uncharacterized protein 5.907483302 L4_control_A1 +LQ04X024780 Putative uncharacterized protein 5.775988611 L4_control_A2 +LQ04X024780 Putative uncharacterized protein 6.090463228 L4_control_A3 +LQ04X024780 Putative uncharacterized protein 6.453589228 L4_control_B1 +LQ04X024780 Putative uncharacterized protein 5.714505398 L4_control_B2 +LQ04X024780 Putative uncharacterized protein 5.953023948 L4_control_B3 +LQ04X024780 Putative uncharacterized protein 5.783709603 L4_control_C2 +LQ04X024780 Putative uncharacterized protein 6.034761439 L4_control_C3 +LQ04X024780 Putative uncharacterized protein 6.366555101 L4_chemical_A1 +LQ04X024780 Putative uncharacterized protein 5.874367706 L4_chemical_A2 +LQ04X024780 Putative uncharacterized protein 6.934942961 L4_chemical_A3 +LQ04X024780 Putative uncharacterized protein 6.47567829 L4_chemical_B1 +LQ04X024780 Putative uncharacterized protein 5.711676682 L4_chemical_B2 +LQ04X024780 Putative uncharacterized protein 6.099711318 L4_chemical_B3 +LQ04X024780 Putative uncharacterized protein 6.818333844 L4_chemical_C2 +LQ04X024780 Putative uncharacterized protein 6.278443421 L4_chemical_C3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.66390494 C6_control_A1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.02932929 C6_control_A3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.13017067 C6_control_B1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.58843734 C6_control_B2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.10478956 C6_control_B3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.22829313 C6_control_C1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.41530893 C6_control_C2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.53541746 C6_control_C3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.8432455 C6_chemical_A1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.11045561 C6_chemical_A3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.10201726 C6_chemical_B1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.64539001 C6_chemical_B2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.16080609 C6_chemical_B3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.33721373 C6_chemical_C1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.18482246 C6_chemical_C2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.26308355 C6_chemical_C3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.41988398 L4_control_A1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.90745385 L4_control_A2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.33707061 L4_control_A3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.35446016 L4_control_B1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.4446645 L4_control_B2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.3017072 L4_control_B3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.01535238 L4_control_C2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.16710773 L4_control_C3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.83822701 L4_chemical_A1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.01586524 L4_chemical_A2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.54521903 L4_chemical_A3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.32637523 L4_chemical_B1 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.56055787 L4_chemical_B2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 14.09581207 L4_chemical_B3 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.35071702 L4_chemical_C2 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.32402368 L4_chemical_C3 +LQ04X024800 Putative uncharacterized protein 4.926265135 C6_control_A1 +LQ04X024800 Putative uncharacterized protein 5.038752319 C6_control_A3 +LQ04X024800 Putative uncharacterized protein 5.673225947 C6_control_B1 +LQ04X024800 Putative uncharacterized protein 4.811988197 C6_control_B2 +LQ04X024800 Putative uncharacterized protein 5.43257718 C6_control_B3 +LQ04X024800 Putative uncharacterized protein 4.874758152 C6_control_C1 +LQ04X024800 Putative uncharacterized protein 4.655193359 C6_control_C2 +LQ04X024800 Putative uncharacterized protein 4.683344569 C6_control_C3 +LQ04X024800 Putative uncharacterized protein 5.261326376 C6_chemical_A1 +LQ04X024800 Putative uncharacterized protein 4.771033375 C6_chemical_A3 +LQ04X024800 Putative uncharacterized protein 4.97801877 C6_chemical_B1 +LQ04X024800 Putative uncharacterized protein 4.718732432 C6_chemical_B2 +LQ04X024800 Putative uncharacterized protein 5.663183582 C6_chemical_B3 +LQ04X024800 Putative uncharacterized protein 4.90047658 C6_chemical_C1 +LQ04X024800 Putative uncharacterized protein 4.808735046 C6_chemical_C2 +LQ04X024800 Putative uncharacterized protein 4.877967123 C6_chemical_C3 +LQ04X024800 Putative uncharacterized protein 5.346689806 L4_control_A1 +LQ04X024800 Putative uncharacterized protein 5.166091039 L4_control_A2 +LQ04X024800 Putative uncharacterized protein 5.532362085 L4_control_A3 +LQ04X024800 Putative uncharacterized protein 5.433780175 L4_control_B1 +LQ04X024800 Putative uncharacterized protein 5.183791889 L4_control_B2 +LQ04X024800 Putative uncharacterized protein 5.35228666 L4_control_B3 +LQ04X024800 Putative uncharacterized protein 5.494943195 L4_control_C2 +LQ04X024800 Putative uncharacterized protein 6.485285074 L4_control_C3 +LQ04X024800 Putative uncharacterized protein 5.260262143 L4_chemical_A1 +LQ04X024800 Putative uncharacterized protein 5.464098393 L4_chemical_A2 +LQ04X024800 Putative uncharacterized protein 5.502011114 L4_chemical_A3 +LQ04X024800 Putative uncharacterized protein 5.307507614 L4_chemical_B1 +LQ04X024800 Putative uncharacterized protein 5.324182898 L4_chemical_B2 +LQ04X024800 Putative uncharacterized protein 4.960173338 L4_chemical_B3 +LQ04X024800 Putative uncharacterized protein 5.197841135 L4_chemical_C2 +LQ04X024800 Putative uncharacterized protein 5.461365075 L4_chemical_C3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.73774716 C6_control_A1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.59564069 C6_control_A3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.70434577 C6_control_B1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.76865034 C6_control_B2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.6409159 C6_control_B3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.77927672 C6_control_C1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.59239555 C6_control_C2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.49841815 C6_control_C3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.96929457 C6_chemical_A1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.70169654 C6_chemical_A3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.75440508 C6_chemical_B1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.4889905 C6_chemical_B2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.7481452 C6_chemical_B3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.81654374 C6_chemical_C1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.50718887 C6_chemical_C2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.28307684 C6_chemical_C3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.59554313 L4_control_A1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.35325594 L4_control_A2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.64003228 L4_control_A3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.65245515 L4_control_B1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.29030344 L4_control_B2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.94855612 L4_control_B3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.76625152 L4_control_C2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.3531465 L4_control_C3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.66621865 L4_chemical_A1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.66675676 L4_chemical_A2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.58712935 L4_chemical_A3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.66508765 L4_chemical_B1 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.55930307 L4_chemical_B2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.07938545 L4_chemical_B3 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.64927331 L4_chemical_C2 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 12.25362937 L4_chemical_C3 +LQ04X024860 Nucleic acid binding protein, putative 5.880466647 C6_control_A1 +LQ04X024860 Nucleic acid binding protein, putative 5.37922108 C6_control_A3 +LQ04X024860 Nucleic acid binding protein, putative 5.579117049 C6_control_B1 +LQ04X024860 Nucleic acid binding protein, putative 5.297022292 C6_control_B2 +LQ04X024860 Nucleic acid binding protein, putative 5.806392973 C6_control_B3 +LQ04X024860 Nucleic acid binding protein, putative 5.433945205 C6_control_C1 +LQ04X024860 Nucleic acid binding protein, putative 5.440468975 C6_control_C2 +LQ04X024860 Nucleic acid binding protein, putative 5.347837032 C6_control_C3 +LQ04X024860 Nucleic acid binding protein, putative 6.130320101 C6_chemical_A1 +LQ04X024860 Nucleic acid binding protein, putative 5.799038608 C6_chemical_A3 +LQ04X024860 Nucleic acid binding protein, putative 5.718116056 C6_chemical_B1 +LQ04X024860 Nucleic acid binding protein, putative 5.453004068 C6_chemical_B2 +LQ04X024860 Nucleic acid binding protein, putative 5.694849866 C6_chemical_B3 +LQ04X024860 Nucleic acid binding protein, putative 5.562597969 C6_chemical_C1 +LQ04X024860 Nucleic acid binding protein, putative 5.594267268 C6_chemical_C2 +LQ04X024860 Nucleic acid binding protein, putative 5.755525784 C6_chemical_C3 +LQ04X024860 Nucleic acid binding protein, putative 5.910972548 L4_control_A1 +LQ04X024860 Nucleic acid binding protein, putative 5.853643415 L4_control_A2 +LQ04X024860 Nucleic acid binding protein, putative 5.578121191 L4_control_A3 +LQ04X024860 Nucleic acid binding protein, putative 5.63874037 L4_control_B1 +LQ04X024860 Nucleic acid binding protein, putative 6.053866234 L4_control_B2 +LQ04X024860 Nucleic acid binding protein, putative 5.867629738 L4_control_B3 +LQ04X024860 Nucleic acid binding protein, putative 5.817733408 L4_control_C2 +LQ04X024860 Nucleic acid binding protein, putative 5.309871689 L4_control_C3 +LQ04X024860 Nucleic acid binding protein, putative 5.911749044 L4_chemical_A1 +LQ04X024860 Nucleic acid binding protein, putative 5.778655228 L4_chemical_A2 +LQ04X024860 Nucleic acid binding protein, putative 5.54618194 L4_chemical_A3 +LQ04X024860 Nucleic acid binding protein, putative 5.67430229 L4_chemical_B1 +LQ04X024860 Nucleic acid binding protein, putative 6.341957458 L4_chemical_B2 +LQ04X024860 Nucleic acid binding protein, putative 5.751876368 L4_chemical_B3 +LQ04X024860 Nucleic acid binding protein, putative 5.780651695 L4_chemical_C2 +LQ04X024860 Nucleic acid binding protein, putative 5.640355652 L4_chemical_C3 +LQ04X024900 Predicted protein 7.52607493 C6_control_A1 +LQ04X024900 Predicted protein 9.092437363 C6_control_A3 +LQ04X024900 Predicted protein 6.786671336 C6_control_B1 +LQ04X024900 Predicted protein 7.938644397 C6_control_B2 +LQ04X024900 Predicted protein 7.667696429 C6_control_B3 +LQ04X024900 Predicted protein 8.955326238 C6_control_C1 +LQ04X024900 Predicted protein 10.41728573 C6_control_C2 +LQ04X024900 Predicted protein 9.231144125 C6_control_C3 +LQ04X024900 Predicted protein 9.195652878 C6_chemical_A1 +LQ04X024900 Predicted protein 9.189791527 C6_chemical_A3 +LQ04X024900 Predicted protein 9.305806979 C6_chemical_B1 +LQ04X024900 Predicted protein 9.344219186 C6_chemical_B2 +LQ04X024900 Predicted protein 9.733978599 C6_chemical_B3 +LQ04X024900 Predicted protein 10.45518892 C6_chemical_C1 +LQ04X024900 Predicted protein 10.43161766 C6_chemical_C2 +LQ04X024900 Predicted protein 10.677137 C6_chemical_C3 +LQ04X024900 Predicted protein 9.240406654 L4_control_A1 +LQ04X024900 Predicted protein 8.887126319 L4_control_A2 +LQ04X024900 Predicted protein 9.478374834 L4_control_A3 +LQ04X024900 Predicted protein 8.148494806 L4_control_B1 +LQ04X024900 Predicted protein 8.483629795 L4_control_B2 +LQ04X024900 Predicted protein 9.649481742 L4_control_B3 +LQ04X024900 Predicted protein 9.640307858 L4_control_C2 +LQ04X024900 Predicted protein 10.25921043 L4_control_C3 +LQ04X024900 Predicted protein 8.911691017 L4_chemical_A1 +LQ04X024900 Predicted protein 9.322747314 L4_chemical_A2 +LQ04X024900 Predicted protein 8.996426634 L4_chemical_A3 +LQ04X024900 Predicted protein 8.237152835 L4_chemical_B1 +LQ04X024900 Predicted protein 8.202257369 L4_chemical_B2 +LQ04X024900 Predicted protein 9.441770038 L4_chemical_B3 +LQ04X024900 Predicted protein 9.561941277 L4_chemical_C2 +LQ04X024900 Predicted protein 9.963252665 L4_chemical_C3 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.42743517 C6_control_A1 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.24747834 C6_control_A3 +LQ04X024960 Putative Cellulose synthase-like protein G2 7.475365511 C6_control_B1 +LQ04X024960 Putative Cellulose synthase-like protein G2 8.75289057 C6_control_B2 +LQ04X024960 Putative Cellulose synthase-like protein G2 7.605958398 C6_control_B3 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.35057812 C6_control_C1 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.51123703 C6_control_C2 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.10961452 C6_control_C3 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.18284702 C6_chemical_A1 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.08552439 C6_chemical_A3 +LQ04X024960 Putative Cellulose synthase-like protein G2 7.081234915 C6_chemical_B1 +LQ04X024960 Putative Cellulose synthase-like protein G2 7.977632214 C6_chemical_B2 +LQ04X024960 Putative Cellulose synthase-like protein G2 8.179412802 C6_chemical_B3 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.6028283 C6_chemical_C1 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.40552677 C6_chemical_C2 +LQ04X024960 Putative Cellulose synthase-like protein G2 12.51848017 C6_chemical_C3 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.9763848 L4_control_A1 +LQ04X024960 Putative Cellulose synthase-like protein G2 12.03349575 L4_control_A2 +LQ04X024960 Putative Cellulose synthase-like protein G2 12.61499882 L4_control_A3 +LQ04X024960 Putative Cellulose synthase-like protein G2 9.931039496 L4_control_B1 +LQ04X024960 Putative Cellulose synthase-like protein G2 8.690357479 L4_control_B2 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.46266687 L4_control_B3 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.29417777 L4_control_C2 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.17166264 L4_control_C3 +LQ04X024960 Putative Cellulose synthase-like protein G2 12.5392369 L4_chemical_A1 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.9913516 L4_chemical_A2 +LQ04X024960 Putative Cellulose synthase-like protein G2 12.68900917 L4_chemical_A3 +LQ04X024960 Putative Cellulose synthase-like protein G2 9.726158252 L4_chemical_B1 +LQ04X024960 Putative Cellulose synthase-like protein G2 9.947777474 L4_chemical_B2 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.24059419 L4_chemical_B3 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.96006583 L4_chemical_C2 +LQ04X024960 Putative Cellulose synthase-like protein G2 11.59987401 L4_chemical_C3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.133298225 C6_control_A1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.265676407 C6_control_A3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.752522447 C6_control_B1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.04662869 C6_control_B2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.892425891 C6_control_B3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.172114122 C6_control_C1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.967414517 C6_control_C2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.025721829 C6_control_C3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.990286304 C6_chemical_A1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.192847184 C6_chemical_A3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.984506568 C6_chemical_B1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.952887358 C6_chemical_B2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.089042216 C6_chemical_B3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.440318084 C6_chemical_C1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.184390143 C6_chemical_C2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.178181266 C6_chemical_C3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.260320255 L4_control_A1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.184056215 L4_control_A2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.710109055 L4_control_A3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.949073432 L4_control_B1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.480451556 L4_control_B2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.11889667 L4_control_B3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.905684948 L4_control_C2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.926861324 L4_control_C3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.192077025 L4_chemical_A1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.126280033 L4_chemical_A2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 6.015861364 L4_chemical_A3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.061636045 L4_chemical_B1 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.965344229 L4_chemical_B2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.096899547 L4_chemical_B3 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 5.219392537 L4_chemical_C2 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 6.197714969 L4_chemical_C3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.636192357 C6_control_A1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.466698752 C6_control_A3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.185549925 C6_control_B1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.244615797 C6_control_B2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.590938629 C6_control_B3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.511353311 C6_control_C1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.066950355 C6_control_C2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.338275238 C6_control_C3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.455484122 C6_chemical_A1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.743163075 C6_chemical_A3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.609953317 C6_chemical_B1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.184033633 C6_chemical_B2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.712358639 C6_chemical_B3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.126034656 C6_chemical_C1 +LQ04X024970 Putative Cellulose synthase-like protein G2 4.968046411 C6_chemical_C2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.065181802 C6_chemical_C3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.712502313 L4_control_A1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.384278248 L4_control_A2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.159962372 L4_control_A3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.770086282 L4_control_B1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.614099283 L4_control_B2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.956889697 L4_control_B3 +LQ04X024970 Putative Cellulose synthase-like protein G2 6.321969679 L4_control_C2 +LQ04X024970 Putative Cellulose synthase-like protein G2 6.197051877 L4_control_C3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.850634452 L4_chemical_A1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.608564659 L4_chemical_A2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.522399799 L4_chemical_A3 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.849391656 L4_chemical_B1 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.805555357 L4_chemical_B2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.575109272 L4_chemical_B3 +LQ04X024970 Putative Cellulose synthase-like protein G2 6.026619901 L4_chemical_C2 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.789183808 L4_chemical_C3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.136060553 C6_control_A1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.0541954 C6_control_A3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.282085481 C6_control_B1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 4.809941381 C6_control_B2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 4.883292944 C6_control_B3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.552044979 C6_control_C1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 4.94249705 C6_control_C2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 4.98329568 C6_control_C3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.088145505 C6_chemical_A1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.223581181 C6_chemical_A3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.448261575 C6_chemical_B1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.063285753 C6_chemical_B2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.644393129 C6_chemical_B3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.279271005 C6_chemical_C1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 4.991351975 C6_chemical_C2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 4.894580421 C6_chemical_C3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.138596308 L4_control_A1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.097417705 L4_control_A2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.283766787 L4_control_A3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.068148777 L4_control_B1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.374907703 L4_control_B2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.613544187 L4_control_B3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.17256601 L4_control_C2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 7.281674741 L4_control_C3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.259121219 L4_chemical_A1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.296362828 L4_chemical_A2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.094792756 L4_chemical_A3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.04989492 L4_chemical_B1 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.472698569 L4_chemical_B2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.218220231 L4_chemical_B3 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.122922804 L4_chemical_C2 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.743802518 L4_chemical_C3 +LQ04X025010 Ethylene receptor 2 6.626493387 C6_control_A1 +LQ04X025010 Ethylene receptor 2 6.146161701 C6_control_A3 +LQ04X025010 Ethylene receptor 2 6.984473116 C6_control_B1 +LQ04X025010 Ethylene receptor 2 6.330439437 C6_control_B2 +LQ04X025010 Ethylene receptor 2 6.873244972 C6_control_B3 +LQ04X025010 Ethylene receptor 2 6.432784286 C6_control_C1 +LQ04X025010 Ethylene receptor 2 6.155888333 C6_control_C2 +LQ04X025010 Ethylene receptor 2 6.53980832 C6_control_C3 +LQ04X025010 Ethylene receptor 2 6.585294755 C6_chemical_A1 +LQ04X025010 Ethylene receptor 2 6.596895878 C6_chemical_A3 +LQ04X025010 Ethylene receptor 2 7.142226719 C6_chemical_B1 +LQ04X025010 Ethylene receptor 2 6.181601945 C6_chemical_B2 +LQ04X025010 Ethylene receptor 2 6.390731522 C6_chemical_B3 +LQ04X025010 Ethylene receptor 2 6.705520634 C6_chemical_C1 +LQ04X025010 Ethylene receptor 2 6.620514733 C6_chemical_C2 +LQ04X025010 Ethylene receptor 2 6.54174072 C6_chemical_C3 +LQ04X025010 Ethylene receptor 2 6.231256263 L4_control_A1 +LQ04X025010 Ethylene receptor 2 6.525824104 L4_control_A2 +LQ04X025010 Ethylene receptor 2 7.154780472 L4_control_A3 +LQ04X025010 Ethylene receptor 2 6.769464217 L4_control_B1 +LQ04X025010 Ethylene receptor 2 7.527871224 L4_control_B2 +LQ04X025010 Ethylene receptor 2 6.355934293 L4_control_B3 +LQ04X025010 Ethylene receptor 2 7.059585882 L4_control_C2 +LQ04X025010 Ethylene receptor 2 6.655060337 L4_control_C3 +LQ04X025010 Ethylene receptor 2 6.771900111 L4_chemical_A1 +LQ04X025010 Ethylene receptor 2 6.562307165 L4_chemical_A2 +LQ04X025010 Ethylene receptor 2 6.330923991 L4_chemical_A3 +LQ04X025010 Ethylene receptor 2 7.290322498 L4_chemical_B1 +LQ04X025010 Ethylene receptor 2 7.66680283 L4_chemical_B2 +LQ04X025010 Ethylene receptor 2 6.364748867 L4_chemical_B3 +LQ04X025010 Ethylene receptor 2 6.643087393 L4_chemical_C2 +LQ04X025010 Ethylene receptor 2 6.68116879 L4_chemical_C3 +LQ04X025020 DNA binding protein, putative 5.383909763 C6_control_A1 +LQ04X025020 DNA binding protein, putative 5.225209801 C6_control_A3 +LQ04X025020 DNA binding protein, putative 5.415469346 C6_control_B1 +LQ04X025020 DNA binding protein, putative 5.398912032 C6_control_B2 +LQ04X025020 DNA binding protein, putative 5.430028496 C6_control_B3 +LQ04X025020 DNA binding protein, putative 5.8260043 C6_control_C1 +LQ04X025020 DNA binding protein, putative 5.553198948 C6_control_C2 +LQ04X025020 DNA binding protein, putative 5.37791889 C6_control_C3 +LQ04X025020 DNA binding protein, putative 5.474483449 C6_chemical_A1 +LQ04X025020 DNA binding protein, putative 5.62811982 C6_chemical_A3 +LQ04X025020 DNA binding protein, putative 5.593745347 C6_chemical_B1 +LQ04X025020 DNA binding protein, putative 5.437081281 C6_chemical_B2 +LQ04X025020 DNA binding protein, putative 6.135699905 C6_chemical_B3 +LQ04X025020 DNA binding protein, putative 6.033504558 C6_chemical_C1 +LQ04X025020 DNA binding protein, putative 5.774587129 C6_chemical_C2 +LQ04X025020 DNA binding protein, putative 5.785673834 C6_chemical_C3 +LQ04X025020 DNA binding protein, putative 5.602598105 L4_control_A1 +LQ04X025020 DNA binding protein, putative 5.35201204 L4_control_A2 +LQ04X025020 DNA binding protein, putative 5.80723424 L4_control_A3 +LQ04X025020 DNA binding protein, putative 5.269463771 L4_control_B1 +LQ04X025020 DNA binding protein, putative 5.461478754 L4_control_B2 +LQ04X025020 DNA binding protein, putative 5.480702071 L4_control_B3 +LQ04X025020 DNA binding protein, putative 6.076004259 L4_control_C2 +LQ04X025020 DNA binding protein, putative 6.639501023 L4_control_C3 +LQ04X025020 DNA binding protein, putative 5.439015269 L4_chemical_A1 +LQ04X025020 DNA binding protein, putative 5.907818469 L4_chemical_A2 +LQ04X025020 DNA binding protein, putative 5.753528858 L4_chemical_A3 +LQ04X025020 DNA binding protein, putative 5.439937427 L4_chemical_B1 +LQ04X025020 DNA binding protein, putative 5.917494767 L4_chemical_B2 +LQ04X025020 DNA binding protein, putative 5.764648552 L4_chemical_B3 +LQ04X025020 DNA binding protein, putative 5.484428353 L4_chemical_C2 +LQ04X025020 DNA binding protein, putative 5.75567184 L4_chemical_C3 +LQ04X025050 Putative Secologanin synthase 8.907996889 C6_control_A1 +LQ04X025050 Putative Secologanin synthase 7.118371928 C6_control_A3 +LQ04X025050 Putative Secologanin synthase 10.6373729 C6_control_B1 +LQ04X025050 Putative Secologanin synthase 10.61247268 C6_control_B2 +LQ04X025050 Putative Secologanin synthase 10.37845759 C6_control_B3 +LQ04X025050 Putative Secologanin synthase 10.38099077 C6_control_C1 +LQ04X025050 Putative Secologanin synthase 10.15371203 C6_control_C2 +LQ04X025050 Putative Secologanin synthase 9.549060539 C6_control_C3 +LQ04X025050 Putative Secologanin synthase 9.219039655 C6_chemical_A1 +LQ04X025050 Putative Secologanin synthase 8.142038263 C6_chemical_A3 +LQ04X025050 Putative Secologanin synthase 10.64625662 C6_chemical_B1 +LQ04X025050 Putative Secologanin synthase 10.43878836 C6_chemical_B2 +LQ04X025050 Putative Secologanin synthase 10.34979621 C6_chemical_B3 +LQ04X025050 Putative Secologanin synthase 9.968930128 C6_chemical_C1 +LQ04X025050 Putative Secologanin synthase 9.645880476 C6_chemical_C2 +LQ04X025050 Putative Secologanin synthase 8.630866252 C6_chemical_C3 +LQ04X025050 Putative Secologanin synthase 8.882869369 L4_control_A1 +LQ04X025050 Putative Secologanin synthase 10.25067749 L4_control_A2 +LQ04X025050 Putative Secologanin synthase 8.463219773 L4_control_A3 +LQ04X025050 Putative Secologanin synthase 10.81048514 L4_control_B1 +LQ04X025050 Putative Secologanin synthase 10.40767027 L4_control_B2 +LQ04X025050 Putative Secologanin synthase 9.805907951 L4_control_B3 +LQ04X025050 Putative Secologanin synthase 10.79132962 L4_control_C2 +LQ04X025050 Putative Secologanin synthase 10.33586164 L4_control_C3 +LQ04X025050 Putative Secologanin synthase 9.122250175 L4_chemical_A1 +LQ04X025050 Putative Secologanin synthase 9.267062435 L4_chemical_A2 +LQ04X025050 Putative Secologanin synthase 8.505796626 L4_chemical_A3 +LQ04X025050 Putative Secologanin synthase 10.91049292 L4_chemical_B1 +LQ04X025050 Putative Secologanin synthase 10.21740142 L4_chemical_B2 +LQ04X025050 Putative Secologanin synthase 9.987265383 L4_chemical_B3 +LQ04X025050 Putative Secologanin synthase 10.48133603 L4_chemical_C2 +LQ04X025050 Putative Secologanin synthase 10.75045354 L4_chemical_C3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.88540849 C6_control_A1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.85427251 C6_control_A3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.14027216 C6_control_B1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.02761023 C6_control_B2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.22963554 C6_control_B3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 12.72828558 C6_control_C1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 12.93733448 C6_control_C2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 12.48730351 C6_control_C3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.18910234 C6_chemical_A1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.11267634 C6_chemical_A3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.45637879 C6_chemical_B1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.60228023 C6_chemical_B2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.09330156 C6_chemical_B3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.06227952 C6_chemical_C1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 12.89784294 C6_chemical_C2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 12.88963089 C6_chemical_C3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.05795966 L4_control_A1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.4963236 L4_control_A2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.65210269 L4_control_A3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.95222562 L4_control_B1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.331772 L4_control_B2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.62029656 L4_control_B3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.23956276 L4_control_C2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.00663106 L4_control_C3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.45896953 L4_chemical_A1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.73585553 L4_chemical_A2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.85823773 L4_chemical_A3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 15.33661701 L4_chemical_B1 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 15.10671893 L4_chemical_B2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.81100769 L4_chemical_B3 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.00306879 L4_chemical_C2 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 13.86630039 L4_chemical_C3 +LQ04X025130 AT4g14430/dl3255c 12.12120634 C6_control_A1 +LQ04X025130 AT4g14430/dl3255c 12.31406322 C6_control_A3 +LQ04X025130 AT4g14430/dl3255c 11.9496391 C6_control_B1 +LQ04X025130 AT4g14430/dl3255c 11.79301706 C6_control_B2 +LQ04X025130 AT4g14430/dl3255c 12.37133291 C6_control_B3 +LQ04X025130 AT4g14430/dl3255c 12.44690476 C6_control_C1 +LQ04X025130 AT4g14430/dl3255c 11.97811483 C6_control_C2 +LQ04X025130 AT4g14430/dl3255c 12.82351424 C6_control_C3 +LQ04X025130 AT4g14430/dl3255c 12.34767642 C6_chemical_A1 +LQ04X025130 AT4g14430/dl3255c 12.34954867 C6_chemical_A3 +LQ04X025130 AT4g14430/dl3255c 11.96351046 C6_chemical_B1 +LQ04X025130 AT4g14430/dl3255c 11.69648979 C6_chemical_B2 +LQ04X025130 AT4g14430/dl3255c 12.42485908 C6_chemical_B3 +LQ04X025130 AT4g14430/dl3255c 12.39558537 C6_chemical_C1 +LQ04X025130 AT4g14430/dl3255c 12.50381845 C6_chemical_C2 +LQ04X025130 AT4g14430/dl3255c 12.54909634 C6_chemical_C3 +LQ04X025130 AT4g14430/dl3255c 12.11933005 L4_control_A1 +LQ04X025130 AT4g14430/dl3255c 11.73612158 L4_control_A2 +LQ04X025130 AT4g14430/dl3255c 12.07230964 L4_control_A3 +LQ04X025130 AT4g14430/dl3255c 12.27013566 L4_control_B1 +LQ04X025130 AT4g14430/dl3255c 11.96400865 L4_control_B2 +LQ04X025130 AT4g14430/dl3255c 12.15330379 L4_control_B3 +LQ04X025130 AT4g14430/dl3255c 12.61311637 L4_control_C2 +LQ04X025130 AT4g14430/dl3255c 13.13312947 L4_control_C3 +LQ04X025130 AT4g14430/dl3255c 12.48586988 L4_chemical_A1 +LQ04X025130 AT4g14430/dl3255c 12.50050646 L4_chemical_A2 +LQ04X025130 AT4g14430/dl3255c 12.20501506 L4_chemical_A3 +LQ04X025130 AT4g14430/dl3255c 12.73557793 L4_chemical_B1 +LQ04X025130 AT4g14430/dl3255c 12.63054698 L4_chemical_B2 +LQ04X025130 AT4g14430/dl3255c 12.34037354 L4_chemical_B3 +LQ04X025130 AT4g14430/dl3255c 12.65528139 L4_chemical_C2 +LQ04X025130 AT4g14430/dl3255c 12.95946259 L4_chemical_C3 +LQ04X025150 Nicotiana lesion-inducing like 5.575581502 C6_control_A1 +LQ04X025150 Nicotiana lesion-inducing like 6.017685906 C6_control_A3 +LQ04X025150 Nicotiana lesion-inducing like 5.582330911 C6_control_B1 +LQ04X025150 Nicotiana lesion-inducing like 5.345192053 C6_control_B2 +LQ04X025150 Nicotiana lesion-inducing like 5.70389083 C6_control_B3 +LQ04X025150 Nicotiana lesion-inducing like 5.139883579 C6_control_C1 +LQ04X025150 Nicotiana lesion-inducing like 6.176052422 C6_control_C2 +LQ04X025150 Nicotiana lesion-inducing like 5.424534545 C6_control_C3 +LQ04X025150 Nicotiana lesion-inducing like 5.526168029 C6_chemical_A1 +LQ04X025150 Nicotiana lesion-inducing like 5.019815567 C6_chemical_A3 +LQ04X025150 Nicotiana lesion-inducing like 5.335412992 C6_chemical_B1 +LQ04X025150 Nicotiana lesion-inducing like 5.264962724 C6_chemical_B2 +LQ04X025150 Nicotiana lesion-inducing like 5.439400955 C6_chemical_B3 +LQ04X025150 Nicotiana lesion-inducing like 5.251590203 C6_chemical_C1 +LQ04X025150 Nicotiana lesion-inducing like 5.223937177 C6_chemical_C2 +LQ04X025150 Nicotiana lesion-inducing like 5.431922441 C6_chemical_C3 +LQ04X025150 Nicotiana lesion-inducing like 4.907613579 L4_control_A1 +LQ04X025150 Nicotiana lesion-inducing like 5.179327294 L4_control_A2 +LQ04X025150 Nicotiana lesion-inducing like 5.015285763 L4_control_A3 +LQ04X025150 Nicotiana lesion-inducing like 5.574809811 L4_control_B1 +LQ04X025150 Nicotiana lesion-inducing like 5.462004041 L4_control_B2 +LQ04X025150 Nicotiana lesion-inducing like 5.549872487 L4_control_B3 +LQ04X025150 Nicotiana lesion-inducing like 5.125556321 L4_control_C2 +LQ04X025150 Nicotiana lesion-inducing like 5.318566644 L4_control_C3 +LQ04X025150 Nicotiana lesion-inducing like 4.904794736 L4_chemical_A1 +LQ04X025150 Nicotiana lesion-inducing like 5.180844889 L4_chemical_A2 +LQ04X025150 Nicotiana lesion-inducing like 4.833756024 L4_chemical_A3 +LQ04X025150 Nicotiana lesion-inducing like 5.460006709 L4_chemical_B1 +LQ04X025150 Nicotiana lesion-inducing like 5.29301661 L4_chemical_B2 +LQ04X025150 Nicotiana lesion-inducing like 5.152697364 L4_chemical_B3 +LQ04X025150 Nicotiana lesion-inducing like 4.829325175 L4_chemical_C2 +LQ04X025150 Nicotiana lesion-inducing like 5.309822312 L4_chemical_C3 +LQ04X025160 Putative uncharacterized protein 13.56934202 C6_control_A1 +LQ04X025160 Putative uncharacterized protein 13.50855464 C6_control_A3 +LQ04X025160 Putative uncharacterized protein 13.28797332 C6_control_B1 +LQ04X025160 Putative uncharacterized protein 13.70344841 C6_control_B2 +LQ04X025160 Putative uncharacterized protein 13.3892509 C6_control_B3 +LQ04X025160 Putative uncharacterized protein 12.09134888 C6_control_C1 +LQ04X025160 Putative uncharacterized protein 12.97005775 C6_control_C2 +LQ04X025160 Putative uncharacterized protein 12.85422663 C6_control_C3 +LQ04X025160 Putative uncharacterized protein 13.705791 C6_chemical_A1 +LQ04X025160 Putative uncharacterized protein 13.29633989 C6_chemical_A3 +LQ04X025160 Putative uncharacterized protein 13.21183482 C6_chemical_B1 +LQ04X025160 Putative uncharacterized protein 13.97922109 C6_chemical_B2 +LQ04X025160 Putative uncharacterized protein 13.28278127 C6_chemical_B3 +LQ04X025160 Putative uncharacterized protein 12.31318096 C6_chemical_C1 +LQ04X025160 Putative uncharacterized protein 12.74066794 C6_chemical_C2 +LQ04X025160 Putative uncharacterized protein 12.75260913 C6_chemical_C3 +LQ04X025160 Putative uncharacterized protein 13.23819345 L4_control_A1 +LQ04X025160 Putative uncharacterized protein 13.58008466 L4_control_A2 +LQ04X025160 Putative uncharacterized protein 12.64168142 L4_control_A3 +LQ04X025160 Putative uncharacterized protein 12.60889303 L4_control_B1 +LQ04X025160 Putative uncharacterized protein 12.84988389 L4_control_B2 +LQ04X025160 Putative uncharacterized protein 12.92075196 L4_control_B3 +LQ04X025160 Putative uncharacterized protein 12.1910802 L4_control_C2 +LQ04X025160 Putative uncharacterized protein 12.45875128 L4_control_C3 +LQ04X025160 Putative uncharacterized protein 12.97042492 L4_chemical_A1 +LQ04X025160 Putative uncharacterized protein 13.0012701 L4_chemical_A2 +LQ04X025160 Putative uncharacterized protein 12.7250008 L4_chemical_A3 +LQ04X025160 Putative uncharacterized protein 12.59228939 L4_chemical_B1 +LQ04X025160 Putative uncharacterized protein 12.78245881 L4_chemical_B2 +LQ04X025160 Putative uncharacterized protein 13.37977954 L4_chemical_B3 +LQ04X025160 Putative uncharacterized protein 12.20455631 L4_chemical_C2 +LQ04X025160 Putative uncharacterized protein 12.0908219 L4_chemical_C3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.33082318 C6_control_A1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 11.30790703 C6_control_A3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.46258799 C6_control_B1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.42090965 C6_control_B2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 11.9088246 C6_control_B3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 13.0635303 C6_control_C1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.84011643 C6_control_C2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.75706476 C6_control_C3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.46650471 C6_chemical_A1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.11394632 C6_chemical_A3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.48839856 C6_chemical_B1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.61469619 C6_chemical_B2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.37911556 C6_chemical_B3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.8618006 C6_chemical_C1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.8225363 C6_chemical_C2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 13.34029407 C6_chemical_C3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.39039437 L4_control_A1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.93729038 L4_control_A2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.29291814 L4_control_A3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 13.28587428 L4_control_B1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.94493304 L4_control_B2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 13.73859383 L4_control_B3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 13.53138409 L4_control_C2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 13.85049719 L4_control_C3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.12039479 L4_chemical_A1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.49503657 L4_chemical_A2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.3882341 L4_chemical_A3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.69959648 L4_chemical_B1 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.83733846 L4_chemical_B2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.82430335 L4_chemical_B3 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 13.58906486 L4_chemical_C2 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 13.75011122 L4_chemical_C3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.130074474 C6_control_A1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.279810192 C6_control_A3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.846353726 C6_control_B1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.472793348 C6_control_B2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.975514499 C6_control_B3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.415795331 C6_control_C1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.036899289 C6_control_C2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.457977134 C6_control_C3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.428769666 C6_chemical_A1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.099511039 C6_chemical_A3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.667372389 C6_chemical_B1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.059216255 C6_chemical_B2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.385728043 C6_chemical_B3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.430780168 C6_chemical_C1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.146788023 C6_chemical_C2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.116459358 C6_chemical_C3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.34593639 L4_control_A1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.038503761 L4_control_A2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.16851321 L4_control_A3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.529326209 L4_control_B1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.962199176 L4_control_B2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.499697805 L4_control_B3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.944984125 L4_control_C2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 6.390756964 L4_control_C3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.309349405 L4_chemical_A1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.172109353 L4_chemical_A2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 6.111031025 L4_chemical_A3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.511776098 L4_chemical_B1 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.951866205 L4_chemical_B2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.552170235 L4_chemical_B3 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.358023233 L4_chemical_C2 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.952429592 L4_chemical_C3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.773475173 C6_control_A1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.639422202 C6_control_A3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.855384675 C6_control_B1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.448344189 C6_control_B2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.548934927 C6_control_B3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.658032719 C6_control_C1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.327272527 C6_control_C2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.033201892 C6_control_C3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.548794978 C6_chemical_A1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.898134669 C6_chemical_A3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 7.568656537 C6_chemical_B1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.274244691 C6_chemical_B2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.390104925 C6_chemical_B3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.754727602 C6_chemical_C1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.556918628 C6_chemical_C2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.798807702 C6_chemical_C3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.717262941 L4_control_A1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.028647949 L4_control_A2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.909737879 L4_control_A3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.393290442 L4_control_B1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.850340126 L4_control_B2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.637023976 L4_control_B3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.929516668 L4_control_C2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.336853982 L4_control_C3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.4153775 L4_chemical_A1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.745419221 L4_chemical_A2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.813901392 L4_chemical_A3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.870538887 L4_chemical_B1 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.052764747 L4_chemical_B2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.50121779 L4_chemical_B3 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.418439185 L4_chemical_C2 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.132596491 L4_chemical_C3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.461856368 C6_control_A1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.454100417 C6_control_A3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.942416923 C6_control_B1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.439149146 C6_control_B2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.044655555 C6_control_B3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.969601639 C6_control_C1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.20061385 C6_control_C2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.879256788 C6_control_C3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.458656132 C6_chemical_A1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.700691192 C6_chemical_A3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.162186788 C6_chemical_B1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.244225368 C6_chemical_B2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.296967636 C6_chemical_B3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.06886606 C6_chemical_C1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.13401586 C6_chemical_C2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.02632396 C6_chemical_C3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.811112054 L4_control_A1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.466737598 L4_control_A2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.47503542 L4_control_A3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.064385363 L4_control_B1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.424073035 L4_control_B2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.763031485 L4_control_B3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.988495863 L4_control_C2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.21621341 L4_control_C3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.53828138 L4_chemical_A1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.321127068 L4_chemical_A2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 10.352125 L4_chemical_A3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.756520897 L4_chemical_B1 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.840104352 L4_chemical_B2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.205625864 L4_chemical_B3 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.775733345 L4_chemical_C2 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.857425981 L4_chemical_C3 +LQ04X025350 Transcription factor bHLH104 6.398331649 C6_control_A1 +LQ04X025350 Transcription factor bHLH104 7.422326732 C6_control_A3 +LQ04X025350 Transcription factor bHLH104 6.277534185 C6_control_B1 +LQ04X025350 Transcription factor bHLH104 6.035332509 C6_control_B2 +LQ04X025350 Transcription factor bHLH104 5.705490919 C6_control_B3 +LQ04X025350 Transcription factor bHLH104 6.605534155 C6_control_C1 +LQ04X025350 Transcription factor bHLH104 7.750413722 C6_control_C2 +LQ04X025350 Transcription factor bHLH104 5.699555235 C6_control_C3 +LQ04X025350 Transcription factor bHLH104 6.093080933 C6_chemical_A1 +LQ04X025350 Transcription factor bHLH104 4.971083619 C6_chemical_A3 +LQ04X025350 Transcription factor bHLH104 6.21395718 C6_chemical_B1 +LQ04X025350 Transcription factor bHLH104 6.504852736 C6_chemical_B2 +LQ04X025350 Transcription factor bHLH104 5.392070234 C6_chemical_B3 +LQ04X025350 Transcription factor bHLH104 5.869136428 C6_chemical_C1 +LQ04X025350 Transcription factor bHLH104 5.859098276 C6_chemical_C2 +LQ04X025350 Transcription factor bHLH104 5.70309595 C6_chemical_C3 +LQ04X025350 Transcription factor bHLH104 5.166735792 L4_control_A1 +LQ04X025350 Transcription factor bHLH104 4.757921573 L4_control_A2 +LQ04X025350 Transcription factor bHLH104 4.848238372 L4_control_A3 +LQ04X025350 Transcription factor bHLH104 5.205487329 L4_control_B1 +LQ04X025350 Transcription factor bHLH104 5.069039657 L4_control_B2 +LQ04X025350 Transcription factor bHLH104 5.217490217 L4_control_B3 +LQ04X025350 Transcription factor bHLH104 5.704139737 L4_control_C2 +LQ04X025350 Transcription factor bHLH104 5.482631295 L4_control_C3 +LQ04X025350 Transcription factor bHLH104 5.025993476 L4_chemical_A1 +LQ04X025350 Transcription factor bHLH104 4.834188901 L4_chemical_A2 +LQ04X025350 Transcription factor bHLH104 5.143758324 L4_chemical_A3 +LQ04X025350 Transcription factor bHLH104 5.41161771 L4_chemical_B1 +LQ04X025350 Transcription factor bHLH104 5.234447299 L4_chemical_B2 +LQ04X025350 Transcription factor bHLH104 5.225712983 L4_chemical_B3 +LQ04X025350 Transcription factor bHLH104 6.052843345 L4_chemical_C2 +LQ04X025350 Transcription factor bHLH104 6.241645896 L4_chemical_C3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.09587117 C6_control_A1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.14943403 C6_control_A3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.24200569 C6_control_B1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.83522496 C6_control_B2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.51467401 C6_control_B3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.14983509 C6_control_C1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.00961626 C6_control_C2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.14224549 C6_control_C3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 10.85769886 C6_chemical_A1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 10.93582296 C6_chemical_A3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 10.98428141 C6_chemical_B1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.71396233 C6_chemical_B2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.23021874 C6_chemical_B3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.09326693 C6_chemical_C1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.34013808 C6_chemical_C2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.85310026 C6_chemical_C3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.56513482 L4_control_A1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.60111599 L4_control_A2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.61363183 L4_control_A3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.81708395 L4_control_B1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.1865173 L4_control_B2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.92949538 L4_control_B3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.66595497 L4_control_C2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.20871731 L4_control_C3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.09534545 L4_chemical_A1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.39509154 L4_chemical_A2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.8898551 L4_chemical_A3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.79001421 L4_chemical_B1 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.90568346 L4_chemical_B2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.80065662 L4_chemical_B3 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 11.76909137 L4_chemical_C2 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 12.35413548 L4_chemical_C3 +LQ04X025410 Ethylene-responsive transcription factor 1B 8.47778251 C6_control_A1 +LQ04X025410 Ethylene-responsive transcription factor 1B 6.929679735 C6_control_A3 +LQ04X025410 Ethylene-responsive transcription factor 1B 5.075650173 C6_control_B1 +LQ04X025410 Ethylene-responsive transcription factor 1B 6.521601271 C6_control_B2 +LQ04X025410 Ethylene-responsive transcription factor 1B 7.591169405 C6_control_B3 +LQ04X025410 Ethylene-responsive transcription factor 1B 6.754126294 C6_control_C1 +LQ04X025410 Ethylene-responsive transcription factor 1B 8.406687278 C6_control_C2 +LQ04X025410 Ethylene-responsive transcription factor 1B 12.18198087 C6_control_C3 +LQ04X025410 Ethylene-responsive transcription factor 1B 6.462075182 C6_chemical_A1 +LQ04X025410 Ethylene-responsive transcription factor 1B 7.842512323 C6_chemical_A3 +LQ04X025410 Ethylene-responsive transcription factor 1B 4.781258589 C6_chemical_B1 +LQ04X025410 Ethylene-responsive transcription factor 1B 6.976364339 C6_chemical_B2 +LQ04X025410 Ethylene-responsive transcription factor 1B 9.007624495 C6_chemical_B3 +LQ04X025410 Ethylene-responsive transcription factor 1B 7.664996397 C6_chemical_C1 +LQ04X025410 Ethylene-responsive transcription factor 1B 8.992447058 C6_chemical_C2 +LQ04X025410 Ethylene-responsive transcription factor 1B 12.79568628 C6_chemical_C3 +LQ04X025410 Ethylene-responsive transcription factor 1B 6.874184949 L4_control_A1 +LQ04X025410 Ethylene-responsive transcription factor 1B 9.960305845 L4_control_A2 +LQ04X025410 Ethylene-responsive transcription factor 1B 8.792977674 L4_control_A3 +LQ04X025410 Ethylene-responsive transcription factor 1B 5.895860432 L4_control_B1 +LQ04X025410 Ethylene-responsive transcription factor 1B 5.616712328 L4_control_B2 +LQ04X025410 Ethylene-responsive transcription factor 1B 11.10852582 L4_control_B3 +LQ04X025410 Ethylene-responsive transcription factor 1B 8.98379439 L4_control_C2 +LQ04X025410 Ethylene-responsive transcription factor 1B 11.54660485 L4_control_C3 +LQ04X025410 Ethylene-responsive transcription factor 1B 9.823845887 L4_chemical_A1 +LQ04X025410 Ethylene-responsive transcription factor 1B 8.638324105 L4_chemical_A2 +LQ04X025410 Ethylene-responsive transcription factor 1B 9.760838093 L4_chemical_A3 +LQ04X025410 Ethylene-responsive transcription factor 1B 8.707479937 L4_chemical_B1 +LQ04X025410 Ethylene-responsive transcription factor 1B 6.212492418 L4_chemical_B2 +LQ04X025410 Ethylene-responsive transcription factor 1B 9.060169453 L4_chemical_B3 +LQ04X025410 Ethylene-responsive transcription factor 1B 9.662015033 L4_chemical_C2 +LQ04X025410 Ethylene-responsive transcription factor 1B 12.21015797 L4_chemical_C3 +LQ04X025440 Hypothetical protein 5.77385894 C6_control_A1 +LQ04X025440 Hypothetical protein 5.488337575 C6_control_A3 +LQ04X025440 Hypothetical protein 5.281271649 C6_control_B1 +LQ04X025440 Hypothetical protein 5.98809857 C6_control_B2 +LQ04X025440 Hypothetical protein 5.934566538 C6_control_B3 +LQ04X025440 Hypothetical protein 5.855856729 C6_control_C1 +LQ04X025440 Hypothetical protein 5.629081851 C6_control_C2 +LQ04X025440 Hypothetical protein 6.286470524 C6_control_C3 +LQ04X025440 Hypothetical protein 5.607247297 C6_chemical_A1 +LQ04X025440 Hypothetical protein 5.487070851 C6_chemical_A3 +LQ04X025440 Hypothetical protein 5.547196922 C6_chemical_B1 +LQ04X025440 Hypothetical protein 5.977655008 C6_chemical_B2 +LQ04X025440 Hypothetical protein 5.608968862 C6_chemical_B3 +LQ04X025440 Hypothetical protein 5.919219298 C6_chemical_C1 +LQ04X025440 Hypothetical protein 6.311347832 C6_chemical_C2 +LQ04X025440 Hypothetical protein 6.285980068 C6_chemical_C3 +LQ04X025440 Hypothetical protein 5.796192919 L4_control_A1 +LQ04X025440 Hypothetical protein 6.403427024 L4_control_A2 +LQ04X025440 Hypothetical protein 5.697462401 L4_control_A3 +LQ04X025440 Hypothetical protein 5.368591861 L4_control_B1 +LQ04X025440 Hypothetical protein 5.656832953 L4_control_B2 +LQ04X025440 Hypothetical protein 5.78963608 L4_control_B3 +LQ04X025440 Hypothetical protein 6.002459938 L4_control_C2 +LQ04X025440 Hypothetical protein 5.008198237 L4_control_C3 +LQ04X025440 Hypothetical protein 6.183798289 L4_chemical_A1 +LQ04X025440 Hypothetical protein 6.043045576 L4_chemical_A2 +LQ04X025440 Hypothetical protein 6.100719232 L4_chemical_A3 +LQ04X025440 Hypothetical protein 5.386859121 L4_chemical_B1 +LQ04X025440 Hypothetical protein 6.218056858 L4_chemical_B2 +LQ04X025440 Hypothetical protein 5.440255295 L4_chemical_B3 +LQ04X025440 Hypothetical protein 5.275499111 L4_chemical_C2 +LQ04X025440 Hypothetical protein 5.189953595 L4_chemical_C3 +LQ04X025450 Putative proline-rich cell wall protein 12.32735194 C6_control_A1 +LQ04X025450 Putative proline-rich cell wall protein 11.68264619 C6_control_A3 +LQ04X025450 Putative proline-rich cell wall protein 12.15634478 C6_control_B1 +LQ04X025450 Putative proline-rich cell wall protein 12.06497809 C6_control_B2 +LQ04X025450 Putative proline-rich cell wall protein 12.36122868 C6_control_B3 +LQ04X025450 Putative proline-rich cell wall protein 11.42843904 C6_control_C1 +LQ04X025450 Putative proline-rich cell wall protein 10.72406469 C6_control_C2 +LQ04X025450 Putative proline-rich cell wall protein 12.34756796 C6_control_C3 +LQ04X025450 Putative proline-rich cell wall protein 11.31403477 C6_chemical_A1 +LQ04X025450 Putative proline-rich cell wall protein 12.20980209 C6_chemical_A3 +LQ04X025450 Putative proline-rich cell wall protein 11.89468388 C6_chemical_B1 +LQ04X025450 Putative proline-rich cell wall protein 11.0225234 C6_chemical_B2 +LQ04X025450 Putative proline-rich cell wall protein 13.13034776 C6_chemical_B3 +LQ04X025450 Putative proline-rich cell wall protein 11.37615523 C6_chemical_C1 +LQ04X025450 Putative proline-rich cell wall protein 10.90454195 C6_chemical_C2 +LQ04X025450 Putative proline-rich cell wall protein 12.64527241 C6_chemical_C3 +LQ04X025450 Putative proline-rich cell wall protein 13.42235888 L4_control_A1 +LQ04X025450 Putative proline-rich cell wall protein 10.82466594 L4_control_A2 +LQ04X025450 Putative proline-rich cell wall protein 12.62658321 L4_control_A3 +LQ04X025450 Putative proline-rich cell wall protein 14.49018534 L4_control_B1 +LQ04X025450 Putative proline-rich cell wall protein 12.10548189 L4_control_B2 +LQ04X025450 Putative proline-rich cell wall protein 13.56701409 L4_control_B3 +LQ04X025450 Putative proline-rich cell wall protein 12.54632958 L4_control_C2 +LQ04X025450 Putative proline-rich cell wall protein 12.87191511 L4_control_C3 +LQ04X025450 Putative proline-rich cell wall protein 14.19051092 L4_chemical_A1 +LQ04X025450 Putative proline-rich cell wall protein 12.9868439 L4_chemical_A2 +LQ04X025450 Putative proline-rich cell wall protein 13.72931489 L4_chemical_A3 +LQ04X025450 Putative proline-rich cell wall protein 14.36892785 L4_chemical_B1 +LQ04X025450 Putative proline-rich cell wall protein 13.8718759 L4_chemical_B2 +LQ04X025450 Putative proline-rich cell wall protein 13.67162678 L4_chemical_B3 +LQ04X025450 Putative proline-rich cell wall protein 13.52984483 L4_chemical_C2 +LQ04X025450 Putative proline-rich cell wall protein 12.63650506 L4_chemical_C3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 4.930763943 C6_control_A1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.521871614 C6_control_A3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.414173477 C6_control_B1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.880764664 C6_control_B2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 6.236185954 C6_control_B3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.707523603 C6_control_C1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 7.228282005 C6_control_C2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.97068401 C6_control_C3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.25341958 C6_chemical_A1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.195251785 C6_chemical_A3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.282837245 C6_chemical_B1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.980541882 C6_chemical_B2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.979552749 C6_chemical_B3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.734569018 C6_chemical_C1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.882605316 C6_chemical_C2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.592734421 C6_chemical_C3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.618371222 L4_control_A1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.726005833 L4_control_A2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.223948612 L4_control_A3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.533719867 L4_control_B1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.065215734 L4_control_B2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.638968914 L4_control_B3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.471746891 L4_control_C2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 6.736946271 L4_control_C3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.824042212 L4_chemical_A1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.721020557 L4_chemical_A2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.261845084 L4_chemical_A3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.925391446 L4_chemical_B1 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.764870637 L4_chemical_B2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.535602709 L4_chemical_B3 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.31306226 L4_chemical_C2 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.624495585 L4_chemical_C3 +LQ04X025510 Cryptochrome-2 5.624241852 C6_control_A1 +LQ04X025510 Cryptochrome-2 5.4079247 C6_control_A3 +LQ04X025510 Cryptochrome-2 5.229326427 C6_control_B1 +LQ04X025510 Cryptochrome-2 5.64100958 C6_control_B2 +LQ04X025510 Cryptochrome-2 5.522322638 C6_control_B3 +LQ04X025510 Cryptochrome-2 5.940378686 C6_control_C1 +LQ04X025510 Cryptochrome-2 6.3979531 C6_control_C2 +LQ04X025510 Cryptochrome-2 6.216262255 C6_control_C3 +LQ04X025510 Cryptochrome-2 5.193111145 C6_chemical_A1 +LQ04X025510 Cryptochrome-2 5.367107253 C6_chemical_A3 +LQ04X025510 Cryptochrome-2 5.568115425 C6_chemical_B1 +LQ04X025510 Cryptochrome-2 5.670036037 C6_chemical_B2 +LQ04X025510 Cryptochrome-2 5.473461677 C6_chemical_B3 +LQ04X025510 Cryptochrome-2 5.25938441 C6_chemical_C1 +LQ04X025510 Cryptochrome-2 5.778693479 C6_chemical_C2 +LQ04X025510 Cryptochrome-2 6.446622291 C6_chemical_C3 +LQ04X025510 Cryptochrome-2 5.177745733 L4_control_A1 +LQ04X025510 Cryptochrome-2 5.302481284 L4_control_A2 +LQ04X025510 Cryptochrome-2 5.840330427 L4_control_A3 +LQ04X025510 Cryptochrome-2 5.932069209 L4_control_B1 +LQ04X025510 Cryptochrome-2 5.175061758 L4_control_B2 +LQ04X025510 Cryptochrome-2 5.292920265 L4_control_B3 +LQ04X025510 Cryptochrome-2 5.976183495 L4_control_C2 +LQ04X025510 Cryptochrome-2 5.037165237 L4_control_C3 +LQ04X025510 Cryptochrome-2 4.879652599 L4_chemical_A1 +LQ04X025510 Cryptochrome-2 5.50967933 L4_chemical_A2 +LQ04X025510 Cryptochrome-2 5.713902748 L4_chemical_A3 +LQ04X025510 Cryptochrome-2 5.344789845 L4_chemical_B1 +LQ04X025510 Cryptochrome-2 5.349383452 L4_chemical_B2 +LQ04X025510 Cryptochrome-2 5.266993528 L4_chemical_B3 +LQ04X025510 Cryptochrome-2 6.413445073 L4_chemical_C2 +LQ04X025510 Cryptochrome-2 5.80977623 L4_chemical_C3 +LQ04X025520 Actin-depolymerizing factor 13.15999847 C6_control_A1 +LQ04X025520 Actin-depolymerizing factor 13.38093377 C6_control_A3 +LQ04X025520 Actin-depolymerizing factor 13.33031951 C6_control_B1 +LQ04X025520 Actin-depolymerizing factor 13.31440909 C6_control_B2 +LQ04X025520 Actin-depolymerizing factor 13.16241535 C6_control_B3 +LQ04X025520 Actin-depolymerizing factor 13.80154607 C6_control_C1 +LQ04X025520 Actin-depolymerizing factor 13.66246989 C6_control_C2 +LQ04X025520 Actin-depolymerizing factor 14.1483905 C6_control_C3 +LQ04X025520 Actin-depolymerizing factor 13.33559009 C6_chemical_A1 +LQ04X025520 Actin-depolymerizing factor 13.74265979 C6_chemical_A3 +LQ04X025520 Actin-depolymerizing factor 13.28742083 C6_chemical_B1 +LQ04X025520 Actin-depolymerizing factor 13.24953173 C6_chemical_B2 +LQ04X025520 Actin-depolymerizing factor 13.47447491 C6_chemical_B3 +LQ04X025520 Actin-depolymerizing factor 13.58486317 C6_chemical_C1 +LQ04X025520 Actin-depolymerizing factor 13.77404904 C6_chemical_C2 +LQ04X025520 Actin-depolymerizing factor 13.74593441 C6_chemical_C3 +LQ04X025520 Actin-depolymerizing factor 13.41098659 L4_control_A1 +LQ04X025520 Actin-depolymerizing factor 13.36713965 L4_control_A2 +LQ04X025520 Actin-depolymerizing factor 13.73616153 L4_control_A3 +LQ04X025520 Actin-depolymerizing factor 13.28681194 L4_control_B1 +LQ04X025520 Actin-depolymerizing factor 12.53593353 L4_control_B2 +LQ04X025520 Actin-depolymerizing factor 13.70245726 L4_control_B3 +LQ04X025520 Actin-depolymerizing factor 13.489452 L4_control_C2 +LQ04X025520 Actin-depolymerizing factor 13.6484007 L4_control_C3 +LQ04X025520 Actin-depolymerizing factor 13.78210404 L4_chemical_A1 +LQ04X025520 Actin-depolymerizing factor 13.95300029 L4_chemical_A2 +LQ04X025520 Actin-depolymerizing factor 13.97891038 L4_chemical_A3 +LQ04X025520 Actin-depolymerizing factor 13.6170276 L4_chemical_B1 +LQ04X025520 Actin-depolymerizing factor 13.1994061 L4_chemical_B2 +LQ04X025520 Actin-depolymerizing factor 13.66731085 L4_chemical_B3 +LQ04X025520 Actin-depolymerizing factor 13.29421962 L4_chemical_C2 +LQ04X025520 Actin-depolymerizing factor 13.70771443 L4_chemical_C3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.84080911 C6_control_A1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.94000615 C6_control_A3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.54116572 C6_control_B1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.76109174 C6_control_B2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.61361577 C6_control_B3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.19337182 C6_control_C1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.44062525 C6_control_C2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.09290026 C6_control_C3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.94906522 C6_chemical_A1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.84913349 C6_chemical_A3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.39102801 C6_chemical_B1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.51182555 C6_chemical_B2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.39898989 C6_chemical_B3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.28175702 C6_chemical_C1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.36333 C6_chemical_C2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.0573541 C6_chemical_C3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 15.28799205 L4_control_A1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.95144721 L4_control_A2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 15.04032731 L4_control_A3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.73959388 L4_control_B1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.67653407 L4_control_B2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.57598035 L4_control_B3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.15952281 L4_control_C2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.60727184 L4_control_C3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.82564509 L4_chemical_A1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.64771176 L4_chemical_A2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 15.12808999 L4_chemical_A3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.74958133 L4_chemical_B1 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.44455744 L4_chemical_B2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.6380037 L4_chemical_B3 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.55946252 L4_chemical_C2 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.70492564 L4_chemical_C3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.81692619 C6_control_A1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.66059496 C6_control_A3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.64948409 C6_control_B1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.93637586 C6_control_B2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.18131776 C6_control_B3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 13.62279719 C6_control_C1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 13.75429571 C6_control_C2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 13.65652167 C6_control_C3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.98297452 C6_chemical_A1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.14263869 C6_chemical_A3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.73717164 C6_chemical_B1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 13.08142862 C6_chemical_B2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.32739657 C6_chemical_B3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 13.75886574 C6_chemical_C1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 13.64598655 C6_chemical_C2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 13.81234169 C6_chemical_C3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.58109848 L4_control_A1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.09718926 L4_control_A2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.16645984 L4_control_A3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.11126679 L4_control_B1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.47386799 L4_control_B2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.43304671 L4_control_B3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.62578051 L4_control_C2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.56344978 L4_control_C3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.14529221 L4_chemical_A1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.52868939 L4_chemical_A2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.17198033 L4_chemical_A3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.83679898 L4_chemical_B1 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.83983598 L4_chemical_B2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.2060305 L4_chemical_B3 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.59293957 L4_chemical_C2 +LQ04X025540 Pre-mRNA-splicing factor SLU7 12.62208858 L4_chemical_C3 +LQ04X025560 Probable glutathione S-transferase 9.326239866 C6_control_A1 +LQ04X025560 Probable glutathione S-transferase 10.32042581 C6_control_A3 +LQ04X025560 Probable glutathione S-transferase 10.54182712 C6_control_B1 +LQ04X025560 Probable glutathione S-transferase 13.30611793 C6_control_B2 +LQ04X025560 Probable glutathione S-transferase 12.09016075 C6_control_B3 +LQ04X025560 Probable glutathione S-transferase 15.03677259 C6_control_C1 +LQ04X025560 Probable glutathione S-transferase 15.37436723 C6_control_C2 +LQ04X025560 Probable glutathione S-transferase 14.90323673 C6_control_C3 +LQ04X025560 Probable glutathione S-transferase 9.076699788 C6_chemical_A1 +LQ04X025560 Probable glutathione S-transferase 10.12243676 C6_chemical_A3 +LQ04X025560 Probable glutathione S-transferase 10.51725534 C6_chemical_B1 +LQ04X025560 Probable glutathione S-transferase 13.14554378 C6_chemical_B2 +LQ04X025560 Probable glutathione S-transferase 12.78317742 C6_chemical_B3 +LQ04X025560 Probable glutathione S-transferase 14.64592382 C6_chemical_C1 +LQ04X025560 Probable glutathione S-transferase 14.7400293 C6_chemical_C2 +LQ04X025560 Probable glutathione S-transferase 14.72650431 C6_chemical_C3 +LQ04X025560 Probable glutathione S-transferase 9.40578864 L4_control_A1 +LQ04X025560 Probable glutathione S-transferase 9.05113718 L4_control_A2 +LQ04X025560 Probable glutathione S-transferase 7.833372533 L4_control_A3 +LQ04X025560 Probable glutathione S-transferase 11.32668241 L4_control_B1 +LQ04X025560 Probable glutathione S-transferase 9.705900656 L4_control_B2 +LQ04X025560 Probable glutathione S-transferase 13.76268914 L4_control_B3 +LQ04X025560 Probable glutathione S-transferase 14.44062054 L4_control_C2 +LQ04X025560 Probable glutathione S-transferase 13.63091287 L4_control_C3 +LQ04X025560 Probable glutathione S-transferase 12.55986012 L4_chemical_A1 +LQ04X025560 Probable glutathione S-transferase 10.58953763 L4_chemical_A2 +LQ04X025560 Probable glutathione S-transferase 9.431381002 L4_chemical_A3 +LQ04X025560 Probable glutathione S-transferase 11.27496953 L4_chemical_B1 +LQ04X025560 Probable glutathione S-transferase 9.953162462 L4_chemical_B2 +LQ04X025560 Probable glutathione S-transferase 11.70772154 L4_chemical_B3 +LQ04X025560 Probable glutathione S-transferase 13.90382523 L4_chemical_C2 +LQ04X025560 Probable glutathione S-transferase 13.89797442 L4_chemical_C3 +LQ04X025590 Legumin B 5.364178227 C6_control_A1 +LQ04X025590 Legumin B 4.821408147 C6_control_A3 +LQ04X025590 Legumin B 5.58121862 C6_control_B1 +LQ04X025590 Legumin B 5.265202275 C6_control_B2 +LQ04X025590 Legumin B 5.550067462 C6_control_B3 +LQ04X025590 Legumin B 8.864996488 C6_control_C1 +LQ04X025590 Legumin B 9.026520894 C6_control_C2 +LQ04X025590 Legumin B 10.19060458 C6_control_C3 +LQ04X025590 Legumin B 5.252513088 C6_chemical_A1 +LQ04X025590 Legumin B 4.982732849 C6_chemical_A3 +LQ04X025590 Legumin B 5.599096759 C6_chemical_B1 +LQ04X025590 Legumin B 5.089409487 C6_chemical_B2 +LQ04X025590 Legumin B 4.807339721 C6_chemical_B3 +LQ04X025590 Legumin B 8.180513541 C6_chemical_C1 +LQ04X025590 Legumin B 9.553880966 C6_chemical_C2 +LQ04X025590 Legumin B 8.633986203 C6_chemical_C3 +LQ04X025590 Legumin B 5.06880991 L4_control_A1 +LQ04X025590 Legumin B 5.105911011 L4_control_A2 +LQ04X025590 Legumin B 5.257353645 L4_control_A3 +LQ04X025590 Legumin B 4.892954195 L4_control_B1 +LQ04X025590 Legumin B 4.956519568 L4_control_B2 +LQ04X025590 Legumin B 5.05577857 L4_control_B3 +LQ04X025590 Legumin B 5.983002063 L4_control_C2 +LQ04X025590 Legumin B 5.490977321 L4_control_C3 +LQ04X025590 Legumin B 5.31839224 L4_chemical_A1 +LQ04X025590 Legumin B 4.843706187 L4_chemical_A2 +LQ04X025590 Legumin B 5.164266254 L4_chemical_A3 +LQ04X025590 Legumin B 4.861208732 L4_chemical_B1 +LQ04X025590 Legumin B 5.621766521 L4_chemical_B2 +LQ04X025590 Legumin B 5.002814103 L4_chemical_B3 +LQ04X025590 Legumin B 5.412283361 L4_chemical_C2 +LQ04X025590 Legumin B 5.588077788 L4_chemical_C3 +LQ04X025620 Putative uncharacterized protein 12.93217181 C6_control_A1 +LQ04X025620 Putative uncharacterized protein 12.81544928 C6_control_A3 +LQ04X025620 Putative uncharacterized protein 13.9699299 C6_control_B1 +LQ04X025620 Putative uncharacterized protein 13.20511447 C6_control_B2 +LQ04X025620 Putative uncharacterized protein 14.03919026 C6_control_B3 +LQ04X025620 Putative uncharacterized protein 13.38256311 C6_control_C1 +LQ04X025620 Putative uncharacterized protein 13.22306634 C6_control_C2 +LQ04X025620 Putative uncharacterized protein 13.26996394 C6_control_C3 +LQ04X025620 Putative uncharacterized protein 12.6495993 C6_chemical_A1 +LQ04X025620 Putative uncharacterized protein 12.88416243 C6_chemical_A3 +LQ04X025620 Putative uncharacterized protein 13.93754439 C6_chemical_B1 +LQ04X025620 Putative uncharacterized protein 13.2313442 C6_chemical_B2 +LQ04X025620 Putative uncharacterized protein 13.901747 C6_chemical_B3 +LQ04X025620 Putative uncharacterized protein 13.08862616 C6_chemical_C1 +LQ04X025620 Putative uncharacterized protein 12.91695667 C6_chemical_C2 +LQ04X025620 Putative uncharacterized protein 13.26385312 C6_chemical_C3 +LQ04X025620 Putative uncharacterized protein 12.22306157 L4_control_A1 +LQ04X025620 Putative uncharacterized protein 11.74282712 L4_control_A2 +LQ04X025620 Putative uncharacterized protein 12.30477467 L4_control_A3 +LQ04X025620 Putative uncharacterized protein 13.74715664 L4_control_B1 +LQ04X025620 Putative uncharacterized protein 13.69878357 L4_control_B2 +LQ04X025620 Putative uncharacterized protein 13.32048459 L4_control_B3 +LQ04X025620 Putative uncharacterized protein 13.99396034 L4_control_C2 +LQ04X025620 Putative uncharacterized protein 13.98902237 L4_control_C3 +LQ04X025620 Putative uncharacterized protein 12.61069304 L4_chemical_A1 +LQ04X025620 Putative uncharacterized protein 12.0906094 L4_chemical_A2 +LQ04X025620 Putative uncharacterized protein 12.33829825 L4_chemical_A3 +LQ04X025620 Putative uncharacterized protein 13.64746939 L4_chemical_B1 +LQ04X025620 Putative uncharacterized protein 13.21709122 L4_chemical_B2 +LQ04X025620 Putative uncharacterized protein 13.06034485 L4_chemical_B3 +LQ04X025620 Putative uncharacterized protein 13.90528813 L4_chemical_C2 +LQ04X025620 Putative uncharacterized protein 13.91429584 L4_chemical_C3 +LQ04X025640 Probable methyltransferase PMT8 5.59520439 C6_control_A1 +LQ04X025640 Probable methyltransferase PMT8 6.191029512 C6_control_A3 +LQ04X025640 Probable methyltransferase PMT8 5.529417473 C6_control_B1 +LQ04X025640 Probable methyltransferase PMT8 5.508279779 C6_control_B2 +LQ04X025640 Probable methyltransferase PMT8 5.438717663 C6_control_B3 +LQ04X025640 Probable methyltransferase PMT8 5.76181153 C6_control_C1 +LQ04X025640 Probable methyltransferase PMT8 6.034874365 C6_control_C2 +LQ04X025640 Probable methyltransferase PMT8 5.294250706 C6_control_C3 +LQ04X025640 Probable methyltransferase PMT8 5.771856788 C6_chemical_A1 +LQ04X025640 Probable methyltransferase PMT8 5.807412843 C6_chemical_A3 +LQ04X025640 Probable methyltransferase PMT8 5.463385287 C6_chemical_B1 +LQ04X025640 Probable methyltransferase PMT8 5.592061851 C6_chemical_B2 +LQ04X025640 Probable methyltransferase PMT8 5.800338941 C6_chemical_B3 +LQ04X025640 Probable methyltransferase PMT8 6.042181089 C6_chemical_C1 +LQ04X025640 Probable methyltransferase PMT8 5.52214705 C6_chemical_C2 +LQ04X025640 Probable methyltransferase PMT8 5.113682456 C6_chemical_C3 +LQ04X025640 Probable methyltransferase PMT8 5.683700248 L4_control_A1 +LQ04X025640 Probable methyltransferase PMT8 5.87601838 L4_control_A2 +LQ04X025640 Probable methyltransferase PMT8 5.551639538 L4_control_A3 +LQ04X025640 Probable methyltransferase PMT8 5.51912249 L4_control_B1 +LQ04X025640 Probable methyltransferase PMT8 5.922511339 L4_control_B2 +LQ04X025640 Probable methyltransferase PMT8 5.945698194 L4_control_B3 +LQ04X025640 Probable methyltransferase PMT8 5.472056428 L4_control_C2 +LQ04X025640 Probable methyltransferase PMT8 5.60879305 L4_control_C3 +LQ04X025640 Probable methyltransferase PMT8 5.539404641 L4_chemical_A1 +LQ04X025640 Probable methyltransferase PMT8 5.782918854 L4_chemical_A2 +LQ04X025640 Probable methyltransferase PMT8 5.504473509 L4_chemical_A3 +LQ04X025640 Probable methyltransferase PMT8 5.509797314 L4_chemical_B1 +LQ04X025640 Probable methyltransferase PMT8 5.269833366 L4_chemical_B2 +LQ04X025640 Probable methyltransferase PMT8 5.668476845 L4_chemical_B3 +LQ04X025640 Probable methyltransferase PMT8 5.057291674 L4_chemical_C2 +LQ04X025640 Probable methyltransferase PMT8 5.411811366 L4_chemical_C3 +LQ04X025660 Calcium ion binding protein, putative 5.357699422 C6_control_A1 +LQ04X025660 Calcium ion binding protein, putative 5.477091085 C6_control_A3 +LQ04X025660 Calcium ion binding protein, putative 5.359541822 C6_control_B1 +LQ04X025660 Calcium ion binding protein, putative 5.42091606 C6_control_B2 +LQ04X025660 Calcium ion binding protein, putative 6.069496108 C6_control_B3 +LQ04X025660 Calcium ion binding protein, putative 5.463023132 C6_control_C1 +LQ04X025660 Calcium ion binding protein, putative 5.566758867 C6_control_C2 +LQ04X025660 Calcium ion binding protein, putative 5.477285473 C6_control_C3 +LQ04X025660 Calcium ion binding protein, putative 5.573384285 C6_chemical_A1 +LQ04X025660 Calcium ion binding protein, putative 5.377664402 C6_chemical_A3 +LQ04X025660 Calcium ion binding protein, putative 5.474825265 C6_chemical_B1 +LQ04X025660 Calcium ion binding protein, putative 5.458653449 C6_chemical_B2 +LQ04X025660 Calcium ion binding protein, putative 6.016438849 C6_chemical_B3 +LQ04X025660 Calcium ion binding protein, putative 5.323564264 C6_chemical_C1 +LQ04X025660 Calcium ion binding protein, putative 5.738934866 C6_chemical_C2 +LQ04X025660 Calcium ion binding protein, putative 5.48354274 C6_chemical_C3 +LQ04X025660 Calcium ion binding protein, putative 5.832800253 L4_control_A1 +LQ04X025660 Calcium ion binding protein, putative 5.536126972 L4_control_A2 +LQ04X025660 Calcium ion binding protein, putative 5.318347285 L4_control_A3 +LQ04X025660 Calcium ion binding protein, putative 5.572648683 L4_control_B1 +LQ04X025660 Calcium ion binding protein, putative 6.10756635 L4_control_B2 +LQ04X025660 Calcium ion binding protein, putative 5.964556018 L4_control_B3 +LQ04X025660 Calcium ion binding protein, putative 5.29986878 L4_control_C2 +LQ04X025660 Calcium ion binding protein, putative 5.859163471 L4_control_C3 +LQ04X025660 Calcium ion binding protein, putative 5.543837754 L4_chemical_A1 +LQ04X025660 Calcium ion binding protein, putative 5.689478704 L4_chemical_A2 +LQ04X025660 Calcium ion binding protein, putative 5.230250765 L4_chemical_A3 +LQ04X025660 Calcium ion binding protein, putative 5.665281582 L4_chemical_B1 +LQ04X025660 Calcium ion binding protein, putative 6.206734425 L4_chemical_B2 +LQ04X025660 Calcium ion binding protein, putative 5.540772624 L4_chemical_B3 +LQ04X025660 Calcium ion binding protein, putative 5.706029381 L4_chemical_C2 +LQ04X025660 Calcium ion binding protein, putative 5.363206685 L4_chemical_C3 +LQ04X025670 Casein kinase I isoform delta-like 13.53246689 C6_control_A1 +LQ04X025670 Casein kinase I isoform delta-like 12.84637724 C6_control_A3 +LQ04X025670 Casein kinase I isoform delta-like 13.62999488 C6_control_B1 +LQ04X025670 Casein kinase I isoform delta-like 14.07532621 C6_control_B2 +LQ04X025670 Casein kinase I isoform delta-like 13.42917801 C6_control_B3 +LQ04X025670 Casein kinase I isoform delta-like 13.45491898 C6_control_C1 +LQ04X025670 Casein kinase I isoform delta-like 13.31903692 C6_control_C2 +LQ04X025670 Casein kinase I isoform delta-like 13.53652888 C6_control_C3 +LQ04X025670 Casein kinase I isoform delta-like 13.59582834 C6_chemical_A1 +LQ04X025670 Casein kinase I isoform delta-like 13.16882676 C6_chemical_A3 +LQ04X025670 Casein kinase I isoform delta-like 13.54821316 C6_chemical_B1 +LQ04X025670 Casein kinase I isoform delta-like 13.87194003 C6_chemical_B2 +LQ04X025670 Casein kinase I isoform delta-like 13.68733989 C6_chemical_B3 +LQ04X025670 Casein kinase I isoform delta-like 13.33771382 C6_chemical_C1 +LQ04X025670 Casein kinase I isoform delta-like 13.55991631 C6_chemical_C2 +LQ04X025670 Casein kinase I isoform delta-like 13.40297782 C6_chemical_C3 +LQ04X025670 Casein kinase I isoform delta-like 13.42076497 L4_control_A1 +LQ04X025670 Casein kinase I isoform delta-like 13.41393527 L4_control_A2 +LQ04X025670 Casein kinase I isoform delta-like 13.1834036 L4_control_A3 +LQ04X025670 Casein kinase I isoform delta-like 13.59328229 L4_control_B1 +LQ04X025670 Casein kinase I isoform delta-like 12.87922903 L4_control_B2 +LQ04X025670 Casein kinase I isoform delta-like 14.18336008 L4_control_B3 +LQ04X025670 Casein kinase I isoform delta-like 12.93018941 L4_control_C2 +LQ04X025670 Casein kinase I isoform delta-like 12.69798356 L4_control_C3 +LQ04X025670 Casein kinase I isoform delta-like 13.53994331 L4_chemical_A1 +LQ04X025670 Casein kinase I isoform delta-like 13.56491897 L4_chemical_A2 +LQ04X025670 Casein kinase I isoform delta-like 13.57578057 L4_chemical_A3 +LQ04X025670 Casein kinase I isoform delta-like 13.30078221 L4_chemical_B1 +LQ04X025670 Casein kinase I isoform delta-like 13.20526525 L4_chemical_B2 +LQ04X025670 Casein kinase I isoform delta-like 13.94559387 L4_chemical_B3 +LQ04X025670 Casein kinase I isoform delta-like 13.03612913 L4_chemical_C2 +LQ04X025670 Casein kinase I isoform delta-like 12.80930709 L4_chemical_C3 +LQ04X025770 60S ribosomal protein L14-2 15.33552952 C6_control_A1 +LQ04X025770 60S ribosomal protein L14-2 15.39705062 C6_control_A3 +LQ04X025770 60S ribosomal protein L14-2 15.16853831 C6_control_B1 +LQ04X025770 60S ribosomal protein L14-2 15.22692623 C6_control_B2 +LQ04X025770 60S ribosomal protein L14-2 14.91135881 C6_control_B3 +LQ04X025770 60S ribosomal protein L14-2 14.71802019 C6_control_C1 +LQ04X025770 60S ribosomal protein L14-2 14.77862186 C6_control_C2 +LQ04X025770 60S ribosomal protein L14-2 14.70863186 C6_control_C3 +LQ04X025770 60S ribosomal protein L14-2 15.07366399 C6_chemical_A1 +LQ04X025770 60S ribosomal protein L14-2 15.17008419 C6_chemical_A3 +LQ04X025770 60S ribosomal protein L14-2 14.89689389 C6_chemical_B1 +LQ04X025770 60S ribosomal protein L14-2 14.82072492 C6_chemical_B2 +LQ04X025770 60S ribosomal protein L14-2 14.71593336 C6_chemical_B3 +LQ04X025770 60S ribosomal protein L14-2 14.96923869 C6_chemical_C1 +LQ04X025770 60S ribosomal protein L14-2 14.81561032 C6_chemical_C2 +LQ04X025770 60S ribosomal protein L14-2 14.54376507 C6_chemical_C3 +LQ04X025770 60S ribosomal protein L14-2 15.57524316 L4_control_A1 +LQ04X025770 60S ribosomal protein L14-2 15.43245535 L4_control_A2 +LQ04X025770 60S ribosomal protein L14-2 15.50298682 L4_control_A3 +LQ04X025770 60S ribosomal protein L14-2 14.89973308 L4_control_B1 +LQ04X025770 60S ribosomal protein L14-2 14.60755024 L4_control_B2 +LQ04X025770 60S ribosomal protein L14-2 14.85734211 L4_control_B3 +LQ04X025770 60S ribosomal protein L14-2 14.6676056 L4_control_C2 +LQ04X025770 60S ribosomal protein L14-2 14.65937487 L4_control_C3 +LQ04X025770 60S ribosomal protein L14-2 15.57695939 L4_chemical_A1 +LQ04X025770 60S ribosomal protein L14-2 15.2630857 L4_chemical_A2 +LQ04X025770 60S ribosomal protein L14-2 15.32584767 L4_chemical_A3 +LQ04X025770 60S ribosomal protein L14-2 15.1395541 L4_chemical_B1 +LQ04X025770 60S ribosomal protein L14-2 15.0021143 L4_chemical_B2 +LQ04X025770 60S ribosomal protein L14-2 15.00370749 L4_chemical_B3 +LQ04X025770 60S ribosomal protein L14-2 14.86011463 L4_chemical_C2 +LQ04X025770 60S ribosomal protein L14-2 14.66397166 L4_chemical_C3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.69743932 C6_control_A1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.99400181 C6_control_A3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.89051977 C6_control_B1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.7952729 C6_control_B2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.69617075 C6_control_B3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 12.86667888 C6_control_C1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.0177095 C6_control_C2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.01742544 C6_control_C3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.50551054 C6_chemical_A1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.74745179 C6_chemical_A3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.52793685 C6_chemical_B1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.92614514 C6_chemical_B2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.3657143 C6_chemical_B3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 12.55021099 C6_chemical_C1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 12.83072937 C6_chemical_C2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 12.26292913 C6_chemical_C3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.43115571 L4_control_A1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.39953722 L4_control_A2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 12.84439189 L4_control_A3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.05725292 L4_control_B1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.07204178 L4_control_B2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 12.6440981 L4_control_B3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 11.41487498 L4_control_C2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 11.60459917 L4_control_C3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.5809649 L4_chemical_A1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.42598962 L4_chemical_A2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.13789372 L4_chemical_A3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.36905678 L4_chemical_B1 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.10334692 L4_chemical_B2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.35643006 L4_chemical_B3 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 11.61787614 L4_chemical_C2 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 11.57167133 L4_chemical_C3 +LQ04X025811 Putative Ubiquitin 12.07053124 C6_control_A1 +LQ04X025811 Putative Ubiquitin 11.96097095 C6_control_A3 +LQ04X025811 Putative Ubiquitin 11.82043539 C6_control_B1 +LQ04X025811 Putative Ubiquitin 12.03612704 C6_control_B2 +LQ04X025811 Putative Ubiquitin 11.68255894 C6_control_B3 +LQ04X025811 Putative Ubiquitin 12.5471933 C6_control_C1 +LQ04X025811 Putative Ubiquitin 12.51257277 C6_control_C2 +LQ04X025811 Putative Ubiquitin 11.94331578 C6_control_C3 +LQ04X025811 Putative Ubiquitin 11.9876745 C6_chemical_A1 +LQ04X025811 Putative Ubiquitin 11.82087896 C6_chemical_A3 +LQ04X025811 Putative Ubiquitin 11.76212378 C6_chemical_B1 +LQ04X025811 Putative Ubiquitin 12.00791186 C6_chemical_B2 +LQ04X025811 Putative Ubiquitin 11.46715916 C6_chemical_B3 +LQ04X025811 Putative Ubiquitin 12.46114248 C6_chemical_C1 +LQ04X025811 Putative Ubiquitin 12.56167463 C6_chemical_C2 +LQ04X025811 Putative Ubiquitin 11.95770894 C6_chemical_C3 +LQ04X025811 Putative Ubiquitin 12.31627392 L4_control_A1 +LQ04X025811 Putative Ubiquitin 12.47626727 L4_control_A2 +LQ04X025811 Putative Ubiquitin 12.49046388 L4_control_A3 +LQ04X025811 Putative Ubiquitin 12.33256567 L4_control_B1 +LQ04X025811 Putative Ubiquitin 11.93335066 L4_control_B2 +LQ04X025811 Putative Ubiquitin 11.82851797 L4_control_B3 +LQ04X025811 Putative Ubiquitin 12.4927501 L4_control_C2 +LQ04X025811 Putative Ubiquitin 12.02847575 L4_control_C3 +LQ04X025811 Putative Ubiquitin 12.65844968 L4_chemical_A1 +LQ04X025811 Putative Ubiquitin 12.3257987 L4_chemical_A2 +LQ04X025811 Putative Ubiquitin 12.45972266 L4_chemical_A3 +LQ04X025811 Putative Ubiquitin 12.35076209 L4_chemical_B1 +LQ04X025811 Putative Ubiquitin 11.95461359 L4_chemical_B2 +LQ04X025811 Putative Ubiquitin 11.62779104 L4_chemical_B3 +LQ04X025811 Putative Ubiquitin 12.38198384 L4_chemical_C2 +LQ04X025811 Putative Ubiquitin 12.12318009 L4_chemical_C3 +LQ04X025820 Putative uncharacterized protein 5.078987086 C6_control_A1 +LQ04X025820 Putative uncharacterized protein 5.139081904 C6_control_A3 +LQ04X025820 Putative uncharacterized protein 4.98417022 C6_control_B1 +LQ04X025820 Putative uncharacterized protein 5.089543988 C6_control_B2 +LQ04X025820 Putative uncharacterized protein 4.808887109 C6_control_B3 +LQ04X025820 Putative uncharacterized protein 4.935908927 C6_control_C1 +LQ04X025820 Putative uncharacterized protein 4.857173394 C6_control_C2 +LQ04X025820 Putative uncharacterized protein 4.919868698 C6_control_C3 +LQ04X025820 Putative uncharacterized protein 5.10894768 C6_chemical_A1 +LQ04X025820 Putative uncharacterized protein 5.022662014 C6_chemical_A3 +LQ04X025820 Putative uncharacterized protein 5.121209355 C6_chemical_B1 +LQ04X025820 Putative uncharacterized protein 4.892677127 C6_chemical_B2 +LQ04X025820 Putative uncharacterized protein 4.879558775 C6_chemical_B3 +LQ04X025820 Putative uncharacterized protein 4.839642811 C6_chemical_C1 +LQ04X025820 Putative uncharacterized protein 4.806215451 C6_chemical_C2 +LQ04X025820 Putative uncharacterized protein 4.700776544 C6_chemical_C3 +LQ04X025820 Putative uncharacterized protein 4.964857849 L4_control_A1 +LQ04X025820 Putative uncharacterized protein 5.199533668 L4_control_A2 +LQ04X025820 Putative uncharacterized protein 5.196974288 L4_control_A3 +LQ04X025820 Putative uncharacterized protein 5.057120753 L4_control_B1 +LQ04X025820 Putative uncharacterized protein 5.09338573 L4_control_B2 +LQ04X025820 Putative uncharacterized protein 5.189200483 L4_control_B3 +LQ04X025820 Putative uncharacterized protein 5.515708671 L4_control_C2 +LQ04X025820 Putative uncharacterized protein 4.934001849 L4_control_C3 +LQ04X025820 Putative uncharacterized protein 5.036764182 L4_chemical_A1 +LQ04X025820 Putative uncharacterized protein 4.879229975 L4_chemical_A2 +LQ04X025820 Putative uncharacterized protein 5.323749878 L4_chemical_A3 +LQ04X025820 Putative uncharacterized protein 4.982436985 L4_chemical_B1 +LQ04X025820 Putative uncharacterized protein 4.931408443 L4_chemical_B2 +LQ04X025820 Putative uncharacterized protein 4.975196789 L4_chemical_B3 +LQ04X025820 Putative uncharacterized protein 5.018287916 L4_chemical_C2 +LQ04X025820 Putative uncharacterized protein 5.108148353 L4_chemical_C3 +LQ04X025830 Predicted protein 12.77934729 C6_control_A1 +LQ04X025830 Predicted protein 12.22638271 C6_control_A3 +LQ04X025830 Predicted protein 12.38730208 C6_control_B1 +LQ04X025830 Predicted protein 12.57470651 C6_control_B2 +LQ04X025830 Predicted protein 11.85361136 C6_control_B3 +LQ04X025830 Predicted protein 13.74082835 C6_control_C1 +LQ04X025830 Predicted protein 13.20671581 C6_control_C2 +LQ04X025830 Predicted protein 12.84106524 C6_control_C3 +LQ04X025830 Predicted protein 12.75390538 C6_chemical_A1 +LQ04X025830 Predicted protein 12.65307984 C6_chemical_A3 +LQ04X025830 Predicted protein 12.60998805 C6_chemical_B1 +LQ04X025830 Predicted protein 12.85562975 C6_chemical_B2 +LQ04X025830 Predicted protein 11.94499482 C6_chemical_B3 +LQ04X025830 Predicted protein 13.52096272 C6_chemical_C1 +LQ04X025830 Predicted protein 13.5622152 C6_chemical_C2 +LQ04X025830 Predicted protein 12.97268052 C6_chemical_C3 +LQ04X025830 Predicted protein 12.17955875 L4_control_A1 +LQ04X025830 Predicted protein 12.98769492 L4_control_A2 +LQ04X025830 Predicted protein 12.35768739 L4_control_A3 +LQ04X025830 Predicted protein 12.48275202 L4_control_B1 +LQ04X025830 Predicted protein 12.10033555 L4_control_B2 +LQ04X025830 Predicted protein 12.0016206 L4_control_B3 +LQ04X025830 Predicted protein 12.93762034 L4_control_C2 +LQ04X025830 Predicted protein 12.61921215 L4_control_C3 +LQ04X025830 Predicted protein 11.93429401 L4_chemical_A1 +LQ04X025830 Predicted protein 12.47771646 L4_chemical_A2 +LQ04X025830 Predicted protein 11.77562736 L4_chemical_A3 +LQ04X025830 Predicted protein 12.51951875 L4_chemical_B1 +LQ04X025830 Predicted protein 12.33958906 L4_chemical_B2 +LQ04X025830 Predicted protein 11.83989661 L4_chemical_B3 +LQ04X025830 Predicted protein 12.89761052 L4_chemical_C2 +LQ04X025830 Predicted protein 12.82949413 L4_chemical_C3 +LQ04X025850 Predicted protein 10.75049716 C6_control_A1 +LQ04X025850 Predicted protein 8.272181628 C6_control_A3 +LQ04X025850 Predicted protein 12.73092193 C6_control_B1 +LQ04X025850 Predicted protein 13.57606452 C6_control_B2 +LQ04X025850 Predicted protein 13.43620996 C6_control_B3 +LQ04X025850 Predicted protein 12.58120861 C6_control_C1 +LQ04X025850 Predicted protein 12.48286321 C6_control_C2 +LQ04X025850 Predicted protein 12.34659152 C6_control_C3 +LQ04X025850 Predicted protein 10.59060335 C6_chemical_A1 +LQ04X025850 Predicted protein 8.995682735 C6_chemical_A3 +LQ04X025850 Predicted protein 12.80478484 C6_chemical_B1 +LQ04X025850 Predicted protein 13.63317755 C6_chemical_B2 +LQ04X025850 Predicted protein 13.52459842 C6_chemical_B3 +LQ04X025850 Predicted protein 12.23919907 C6_chemical_C1 +LQ04X025850 Predicted protein 12.42719833 C6_chemical_C2 +LQ04X025850 Predicted protein 12.15036138 C6_chemical_C3 +LQ04X025850 Predicted protein 9.210291752 L4_control_A1 +LQ04X025850 Predicted protein 11.39834218 L4_control_A2 +LQ04X025850 Predicted protein 9.669472505 L4_control_A3 +LQ04X025850 Predicted protein 13.88773499 L4_control_B1 +LQ04X025850 Predicted protein 13.48097256 L4_control_B2 +LQ04X025850 Predicted protein 14.13955916 L4_control_B3 +LQ04X025850 Predicted protein 12.36178812 L4_control_C2 +LQ04X025850 Predicted protein 12.65006227 L4_control_C3 +LQ04X025850 Predicted protein 7.970320451 L4_chemical_A1 +LQ04X025850 Predicted protein 11.19480796 L4_chemical_A2 +LQ04X025850 Predicted protein 8.591508811 L4_chemical_A3 +LQ04X025850 Predicted protein 12.90600214 L4_chemical_B1 +LQ04X025850 Predicted protein 12.96580621 L4_chemical_B2 +LQ04X025850 Predicted protein 13.37134576 L4_chemical_B3 +LQ04X025850 Predicted protein 12.2928586 L4_chemical_C2 +LQ04X025850 Predicted protein 12.42407853 L4_chemical_C3 +LQ04X025870 Hypothetical protein 4.594950689 C6_control_A1 +LQ04X025870 Hypothetical protein 4.628036321 C6_control_A3 +LQ04X025870 Hypothetical protein 5.445049712 C6_control_B1 +LQ04X025870 Hypothetical protein 4.716511442 C6_control_B2 +LQ04X025870 Hypothetical protein 4.694452807 C6_control_B3 +LQ04X025870 Hypothetical protein 5.387652346 C6_control_C1 +LQ04X025870 Hypothetical protein 4.586753824 C6_control_C2 +LQ04X025870 Hypothetical protein 4.581831351 C6_control_C3 +LQ04X025870 Hypothetical protein 4.511541221 C6_chemical_A1 +LQ04X025870 Hypothetical protein 4.744634114 C6_chemical_A3 +LQ04X025870 Hypothetical protein 5.280848897 C6_chemical_B1 +LQ04X025870 Hypothetical protein 4.604405348 C6_chemical_B2 +LQ04X025870 Hypothetical protein 5.128420855 C6_chemical_B3 +LQ04X025870 Hypothetical protein 4.926770412 C6_chemical_C1 +LQ04X025870 Hypothetical protein 4.623756393 C6_chemical_C2 +LQ04X025870 Hypothetical protein 4.742954949 C6_chemical_C3 +LQ04X025870 Hypothetical protein 4.79744718 L4_control_A1 +LQ04X025870 Hypothetical protein 4.957324857 L4_control_A2 +LQ04X025870 Hypothetical protein 4.901637172 L4_control_A3 +LQ04X025870 Hypothetical protein 4.866054318 L4_control_B1 +LQ04X025870 Hypothetical protein 4.981029367 L4_control_B2 +LQ04X025870 Hypothetical protein 4.803319838 L4_control_B3 +LQ04X025870 Hypothetical protein 5.458879074 L4_control_C2 +LQ04X025870 Hypothetical protein 5.389298316 L4_control_C3 +LQ04X025870 Hypothetical protein 4.609798093 L4_chemical_A1 +LQ04X025870 Hypothetical protein 4.904992761 L4_chemical_A2 +LQ04X025870 Hypothetical protein 4.935740442 L4_chemical_A3 +LQ04X025870 Hypothetical protein 4.854390331 L4_chemical_B1 +LQ04X025870 Hypothetical protein 4.677397894 L4_chemical_B2 +LQ04X025870 Hypothetical protein 4.927677702 L4_chemical_B3 +LQ04X025870 Hypothetical protein 5.677443837 L4_chemical_C2 +LQ04X025870 Hypothetical protein 5.212063476 L4_chemical_C3 +LQ04X025890 Peroxisomal membrane protein PMP22 11.90824725 C6_control_A1 +LQ04X025890 Peroxisomal membrane protein PMP22 11.88914573 C6_control_A3 +LQ04X025890 Peroxisomal membrane protein PMP22 10.88240905 C6_control_B1 +LQ04X025890 Peroxisomal membrane protein PMP22 10.1410356 C6_control_B2 +LQ04X025890 Peroxisomal membrane protein PMP22 9.864656504 C6_control_B3 +LQ04X025890 Peroxisomal membrane protein PMP22 10.26486369 C6_control_C1 +LQ04X025890 Peroxisomal membrane protein PMP22 10.21738697 C6_control_C2 +LQ04X025890 Peroxisomal membrane protein PMP22 10.83227563 C6_control_C3 +LQ04X025890 Peroxisomal membrane protein PMP22 11.52140445 C6_chemical_A1 +LQ04X025890 Peroxisomal membrane protein PMP22 11.66396245 C6_chemical_A3 +LQ04X025890 Peroxisomal membrane protein PMP22 10.23760154 C6_chemical_B1 +LQ04X025890 Peroxisomal membrane protein PMP22 9.772176792 C6_chemical_B2 +LQ04X025890 Peroxisomal membrane protein PMP22 9.947875167 C6_chemical_B3 +LQ04X025890 Peroxisomal membrane protein PMP22 10.18240041 C6_chemical_C1 +LQ04X025890 Peroxisomal membrane protein PMP22 10.11172826 C6_chemical_C2 +LQ04X025890 Peroxisomal membrane protein PMP22 10.46555826 C6_chemical_C3 +LQ04X025890 Peroxisomal membrane protein PMP22 12.37475975 L4_control_A1 +LQ04X025890 Peroxisomal membrane protein PMP22 11.48030487 L4_control_A2 +LQ04X025890 Peroxisomal membrane protein PMP22 11.46886227 L4_control_A3 +LQ04X025890 Peroxisomal membrane protein PMP22 9.825836668 L4_control_B1 +LQ04X025890 Peroxisomal membrane protein PMP22 9.771226267 L4_control_B2 +LQ04X025890 Peroxisomal membrane protein PMP22 9.627239515 L4_control_B3 +LQ04X025890 Peroxisomal membrane protein PMP22 10.13908716 L4_control_C2 +LQ04X025890 Peroxisomal membrane protein PMP22 9.885960667 L4_control_C3 +LQ04X025890 Peroxisomal membrane protein PMP22 12.30207533 L4_chemical_A1 +LQ04X025890 Peroxisomal membrane protein PMP22 11.24373837 L4_chemical_A2 +LQ04X025890 Peroxisomal membrane protein PMP22 12.22321756 L4_chemical_A3 +LQ04X025890 Peroxisomal membrane protein PMP22 10.82914929 L4_chemical_B1 +LQ04X025890 Peroxisomal membrane protein PMP22 10.27094779 L4_chemical_B2 +LQ04X025890 Peroxisomal membrane protein PMP22 10.63996142 L4_chemical_B3 +LQ04X025890 Peroxisomal membrane protein PMP22 10.58338551 L4_chemical_C2 +LQ04X025890 Peroxisomal membrane protein PMP22 9.870168189 L4_chemical_C3 +LQ04X025900 Putative uncharacterized protein 5.120941479 C6_control_A1 +LQ04X025900 Putative uncharacterized protein 5.664835628 C6_control_A3 +LQ04X025900 Putative uncharacterized protein 4.869417166 C6_control_B1 +LQ04X025900 Putative uncharacterized protein 5.32868231 C6_control_B2 +LQ04X025900 Putative uncharacterized protein 5.039387545 C6_control_B3 +LQ04X025900 Putative uncharacterized protein 5.379957785 C6_control_C1 +LQ04X025900 Putative uncharacterized protein 6.042993308 C6_control_C2 +LQ04X025900 Putative uncharacterized protein 5.762058613 C6_control_C3 +LQ04X025900 Putative uncharacterized protein 5.152678208 C6_chemical_A1 +LQ04X025900 Putative uncharacterized protein 5.371892201 C6_chemical_A3 +LQ04X025900 Putative uncharacterized protein 5.247178128 C6_chemical_B1 +LQ04X025900 Putative uncharacterized protein 5.280494402 C6_chemical_B2 +LQ04X025900 Putative uncharacterized protein 5.476854541 C6_chemical_B3 +LQ04X025900 Putative uncharacterized protein 5.22761442 C6_chemical_C1 +LQ04X025900 Putative uncharacterized protein 5.392965771 C6_chemical_C2 +LQ04X025900 Putative uncharacterized protein 5.394469963 C6_chemical_C3 +LQ04X025900 Putative uncharacterized protein 5.294992134 L4_control_A1 +LQ04X025900 Putative uncharacterized protein 5.232981015 L4_control_A2 +LQ04X025900 Putative uncharacterized protein 5.257426187 L4_control_A3 +LQ04X025900 Putative uncharacterized protein 5.243770551 L4_control_B1 +LQ04X025900 Putative uncharacterized protein 5.598008336 L4_control_B2 +LQ04X025900 Putative uncharacterized protein 5.626464145 L4_control_B3 +LQ04X025900 Putative uncharacterized protein 5.565827812 L4_control_C2 +LQ04X025900 Putative uncharacterized protein 5.547023704 L4_control_C3 +LQ04X025900 Putative uncharacterized protein 5.272792723 L4_chemical_A1 +LQ04X025900 Putative uncharacterized protein 5.202035215 L4_chemical_A2 +LQ04X025900 Putative uncharacterized protein 5.008746566 L4_chemical_A3 +LQ04X025900 Putative uncharacterized protein 5.354446068 L4_chemical_B1 +LQ04X025900 Putative uncharacterized protein 5.30656869 L4_chemical_B2 +LQ04X025900 Putative uncharacterized protein 5.241364463 L4_chemical_B3 +LQ04X025900 Putative uncharacterized protein 5.235733591 L4_chemical_C2 +LQ04X025900 Putative uncharacterized protein 5.37579821 L4_chemical_C3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.082001693 C6_control_A1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.483832028 C6_control_A3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.436167792 C6_control_B1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.319180969 C6_control_B2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.393485088 C6_control_B3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.726912254 C6_control_C1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.736499542 C6_control_C2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 6.531958637 C6_control_C3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.501801047 C6_chemical_A1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.705497409 C6_chemical_A3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.43894535 C6_chemical_B1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.573579896 C6_chemical_B2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.292385575 C6_chemical_B3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 6.462501312 C6_chemical_C1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 6.315940273 C6_chemical_C2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 6.579538192 C6_chemical_C3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.842931937 L4_control_A1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 4.889643783 L4_control_A2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.134717921 L4_control_A3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.074050221 L4_control_B1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 4.934652152 L4_control_B2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 6.049604605 L4_control_B3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.6242992 L4_control_C2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 6.732396489 L4_control_C3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.433978879 L4_chemical_A1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.232920492 L4_chemical_A2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.398152921 L4_chemical_A3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.427327161 L4_chemical_B1 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 4.864476744 L4_chemical_B2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.404212739 L4_chemical_B3 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.50165429 L4_chemical_C2 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 6.509807795 L4_chemical_C3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.87640602 C6_control_A1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.04919856 C6_control_A3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.15339506 C6_control_B1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.05141719 C6_control_B2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.70202198 C6_control_B3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.82619058 C6_control_C1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.88917336 C6_control_C2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.65400856 C6_control_C3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.64467991 C6_chemical_A1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.46285602 C6_chemical_A3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.07046683 C6_chemical_B1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.95458924 C6_chemical_B2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.11748056 C6_chemical_B3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.33274081 C6_chemical_C1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.68197801 C6_chemical_C2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.59166572 C6_chemical_C3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.66651564 L4_control_A1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.97689308 L4_control_A2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.9626145 L4_control_A3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.04545989 L4_control_B1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.40964603 L4_control_B2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.24949761 L4_control_B3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.59873889 L4_control_C2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.06624185 L4_control_C3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.2074524 L4_chemical_A1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.64143656 L4_chemical_A2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.53123114 L4_chemical_A3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.8829192 L4_chemical_B1 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.50565986 L4_chemical_B2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.16155242 L4_chemical_B3 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.35045642 L4_chemical_C2 +LQ04X025930 50S ribosomal protein L28, chloroplastic 14.16620358 L4_chemical_C3 +LQ04X025940 Putative uncharacterized protein 6.902232659 C6_control_A1 +LQ04X025940 Putative uncharacterized protein 6.769739081 C6_control_A3 +LQ04X025940 Putative uncharacterized protein 7.147017332 C6_control_B1 +LQ04X025940 Putative uncharacterized protein 6.972151248 C6_control_B2 +LQ04X025940 Putative uncharacterized protein 7.416525546 C6_control_B3 +LQ04X025940 Putative uncharacterized protein 6.467089987 C6_control_C1 +LQ04X025940 Putative uncharacterized protein 7.198436653 C6_control_C2 +LQ04X025940 Putative uncharacterized protein 6.190857592 C6_control_C3 +LQ04X025940 Putative uncharacterized protein 6.547781089 C6_chemical_A1 +LQ04X025940 Putative uncharacterized protein 5.943651835 C6_chemical_A3 +LQ04X025940 Putative uncharacterized protein 7.067155927 C6_chemical_B1 +LQ04X025940 Putative uncharacterized protein 6.791577949 C6_chemical_B2 +LQ04X025940 Putative uncharacterized protein 7.290074413 C6_chemical_B3 +LQ04X025940 Putative uncharacterized protein 6.741718685 C6_chemical_C1 +LQ04X025940 Putative uncharacterized protein 6.291793132 C6_chemical_C2 +LQ04X025940 Putative uncharacterized protein 5.981462681 C6_chemical_C3 +LQ04X025940 Putative uncharacterized protein 5.916673145 L4_control_A1 +LQ04X025940 Putative uncharacterized protein 6.882471369 L4_control_A2 +LQ04X025940 Putative uncharacterized protein 6.521553899 L4_control_A3 +LQ04X025940 Putative uncharacterized protein 6.513586109 L4_control_B1 +LQ04X025940 Putative uncharacterized protein 7.028217375 L4_control_B2 +LQ04X025940 Putative uncharacterized protein 7.578882743 L4_control_B3 +LQ04X025940 Putative uncharacterized protein 6.974086142 L4_control_C2 +LQ04X025940 Putative uncharacterized protein 5.76542071 L4_control_C3 +LQ04X025940 Putative uncharacterized protein 6.248943943 L4_chemical_A1 +LQ04X025940 Putative uncharacterized protein 6.689203098 L4_chemical_A2 +LQ04X025940 Putative uncharacterized protein 6.169430457 L4_chemical_A3 +LQ04X025940 Putative uncharacterized protein 7.012593231 L4_chemical_B1 +LQ04X025940 Putative uncharacterized protein 7.165243385 L4_chemical_B2 +LQ04X025940 Putative uncharacterized protein 7.189200048 L4_chemical_B3 +LQ04X025940 Putative uncharacterized protein 6.793495842 L4_chemical_C2 +LQ04X025940 Putative uncharacterized protein 5.985019606 L4_chemical_C3 +LQ04X025950 Putative uncharacterized protein 14.2040318 C6_control_A1 +LQ04X025950 Putative uncharacterized protein 13.44262498 C6_control_A3 +LQ04X025950 Putative uncharacterized protein 13.82571998 C6_control_B1 +LQ04X025950 Putative uncharacterized protein 15.19055753 C6_control_B2 +LQ04X025950 Putative uncharacterized protein 13.9762325 C6_control_B3 +LQ04X025950 Putative uncharacterized protein 14.80155029 C6_control_C1 +LQ04X025950 Putative uncharacterized protein 14.41235507 C6_control_C2 +LQ04X025950 Putative uncharacterized protein 14.69693139 C6_control_C3 +LQ04X025950 Putative uncharacterized protein 14.26846334 C6_chemical_A1 +LQ04X025950 Putative uncharacterized protein 14.28840829 C6_chemical_A3 +LQ04X025950 Putative uncharacterized protein 13.94439371 C6_chemical_B1 +LQ04X025950 Putative uncharacterized protein 14.69329226 C6_chemical_B2 +LQ04X025950 Putative uncharacterized protein 13.88632101 C6_chemical_B3 +LQ04X025950 Putative uncharacterized protein 14.41933911 C6_chemical_C1 +LQ04X025950 Putative uncharacterized protein 14.88415701 C6_chemical_C2 +LQ04X025950 Putative uncharacterized protein 14.6561064 C6_chemical_C3 +LQ04X025950 Putative uncharacterized protein 13.80468523 L4_control_A1 +LQ04X025950 Putative uncharacterized protein 13.8724014 L4_control_A2 +LQ04X025950 Putative uncharacterized protein 13.62639468 L4_control_A3 +LQ04X025950 Putative uncharacterized protein 13.68252682 L4_control_B1 +LQ04X025950 Putative uncharacterized protein 13.71072783 L4_control_B2 +LQ04X025950 Putative uncharacterized protein 14.31802478 L4_control_B3 +LQ04X025950 Putative uncharacterized protein 14.28540642 L4_control_C2 +LQ04X025950 Putative uncharacterized protein 13.75623723 L4_control_C3 +LQ04X025950 Putative uncharacterized protein 13.84411547 L4_chemical_A1 +LQ04X025950 Putative uncharacterized protein 13.98161595 L4_chemical_A2 +LQ04X025950 Putative uncharacterized protein 13.34132664 L4_chemical_A3 +LQ04X025950 Putative uncharacterized protein 13.55725687 L4_chemical_B1 +LQ04X025950 Putative uncharacterized protein 14.11084249 L4_chemical_B2 +LQ04X025950 Putative uncharacterized protein 13.75562355 L4_chemical_B3 +LQ04X025950 Putative uncharacterized protein 14.27776296 L4_chemical_C2 +LQ04X025950 Putative uncharacterized protein 13.81650103 L4_chemical_C3 +LQ04X025960 Cyanate hydratase 13.0253224 C6_control_A1 +LQ04X025960 Cyanate hydratase 13.26234391 C6_control_A3 +LQ04X025960 Cyanate hydratase 12.89890429 C6_control_B1 +LQ04X025960 Cyanate hydratase 13.22971624 C6_control_B2 +LQ04X025960 Cyanate hydratase 12.90797694 C6_control_B3 +LQ04X025960 Cyanate hydratase 13.06327619 C6_control_C1 +LQ04X025960 Cyanate hydratase 13.05989588 C6_control_C2 +LQ04X025960 Cyanate hydratase 12.59845509 C6_control_C3 +LQ04X025960 Cyanate hydratase 13.10575871 C6_chemical_A1 +LQ04X025960 Cyanate hydratase 12.80997092 C6_chemical_A3 +LQ04X025960 Cyanate hydratase 13.01771954 C6_chemical_B1 +LQ04X025960 Cyanate hydratase 13.16915745 C6_chemical_B2 +LQ04X025960 Cyanate hydratase 12.76902209 C6_chemical_B3 +LQ04X025960 Cyanate hydratase 13.08297684 C6_chemical_C1 +LQ04X025960 Cyanate hydratase 13.15404403 C6_chemical_C2 +LQ04X025960 Cyanate hydratase 12.48405007 C6_chemical_C3 +LQ04X025960 Cyanate hydratase 12.82826663 L4_control_A1 +LQ04X025960 Cyanate hydratase 12.64442074 L4_control_A2 +LQ04X025960 Cyanate hydratase 13.12922006 L4_control_A3 +LQ04X025960 Cyanate hydratase 12.72974367 L4_control_B1 +LQ04X025960 Cyanate hydratase 12.25792738 L4_control_B2 +LQ04X025960 Cyanate hydratase 12.74693765 L4_control_B3 +LQ04X025960 Cyanate hydratase 12.83164715 L4_control_C2 +LQ04X025960 Cyanate hydratase 12.16218854 L4_control_C3 +LQ04X025960 Cyanate hydratase 13.22226416 L4_chemical_A1 +LQ04X025960 Cyanate hydratase 13.25460779 L4_chemical_A2 +LQ04X025960 Cyanate hydratase 13.15071869 L4_chemical_A3 +LQ04X025960 Cyanate hydratase 13.09916595 L4_chemical_B1 +LQ04X025960 Cyanate hydratase 12.77167532 L4_chemical_B2 +LQ04X025960 Cyanate hydratase 12.81813693 L4_chemical_B3 +LQ04X025960 Cyanate hydratase 12.96667015 L4_chemical_C2 +LQ04X025960 Cyanate hydratase 12.29954866 L4_chemical_C3 +LQ04X025990 Cyclopropane fatty acid synthase 14.13738691 C6_control_A1 +LQ04X025990 Cyclopropane fatty acid synthase 13.13839023 C6_control_A3 +LQ04X025990 Cyclopropane fatty acid synthase 13.966172 C6_control_B1 +LQ04X025990 Cyclopropane fatty acid synthase 13.92370591 C6_control_B2 +LQ04X025990 Cyclopropane fatty acid synthase 13.53077168 C6_control_B3 +LQ04X025990 Cyclopropane fatty acid synthase 14.03487673 C6_control_C1 +LQ04X025990 Cyclopropane fatty acid synthase 13.36764311 C6_control_C2 +LQ04X025990 Cyclopropane fatty acid synthase 12.21257493 C6_control_C3 +LQ04X025990 Cyclopropane fatty acid synthase 13.89235177 C6_chemical_A1 +LQ04X025990 Cyclopropane fatty acid synthase 13.27504598 C6_chemical_A3 +LQ04X025990 Cyclopropane fatty acid synthase 13.97381118 C6_chemical_B1 +LQ04X025990 Cyclopropane fatty acid synthase 14.12600977 C6_chemical_B2 +LQ04X025990 Cyclopropane fatty acid synthase 13.11605847 C6_chemical_B3 +LQ04X025990 Cyclopropane fatty acid synthase 14.24251818 C6_chemical_C1 +LQ04X025990 Cyclopropane fatty acid synthase 13.42588115 C6_chemical_C2 +LQ04X025990 Cyclopropane fatty acid synthase 11.90020401 C6_chemical_C3 +LQ04X025990 Cyclopropane fatty acid synthase 13.31977781 L4_control_A1 +LQ04X025990 Cyclopropane fatty acid synthase 13.32301958 L4_control_A2 +LQ04X025990 Cyclopropane fatty acid synthase 12.94408798 L4_control_A3 +LQ04X025990 Cyclopropane fatty acid synthase 13.48798713 L4_control_B1 +LQ04X025990 Cyclopropane fatty acid synthase 13.55967936 L4_control_B2 +LQ04X025990 Cyclopropane fatty acid synthase 12.93678231 L4_control_B3 +LQ04X025990 Cyclopropane fatty acid synthase 12.87038753 L4_control_C2 +LQ04X025990 Cyclopropane fatty acid synthase 11.44211348 L4_control_C3 +LQ04X025990 Cyclopropane fatty acid synthase 13.34005556 L4_chemical_A1 +LQ04X025990 Cyclopropane fatty acid synthase 13.09159327 L4_chemical_A2 +LQ04X025990 Cyclopropane fatty acid synthase 13.19814051 L4_chemical_A3 +LQ04X025990 Cyclopropane fatty acid synthase 13.46825719 L4_chemical_B1 +LQ04X025990 Cyclopropane fatty acid synthase 13.25143765 L4_chemical_B2 +LQ04X025990 Cyclopropane fatty acid synthase 12.94448187 L4_chemical_B3 +LQ04X025990 Cyclopropane fatty acid synthase 12.73166331 L4_chemical_C2 +LQ04X025990 Cyclopropane fatty acid synthase 11.80420201 L4_chemical_C3 +LQ04X026080 Predicted protein 14.06693409 C6_control_A1 +LQ04X026080 Predicted protein 14.30059181 C6_control_A3 +LQ04X026080 Predicted protein 13.9340122 C6_control_B1 +LQ04X026080 Predicted protein 13.56325518 C6_control_B2 +LQ04X026080 Predicted protein 14.03859765 C6_control_B3 +LQ04X026080 Predicted protein 14.34768262 C6_control_C1 +LQ04X026080 Predicted protein 14.01220543 C6_control_C2 +LQ04X026080 Predicted protein 14.51721395 C6_control_C3 +LQ04X026080 Predicted protein 14.13474372 C6_chemical_A1 +LQ04X026080 Predicted protein 14.5387841 C6_chemical_A3 +LQ04X026080 Predicted protein 13.83764994 C6_chemical_B1 +LQ04X026080 Predicted protein 13.26389796 C6_chemical_B2 +LQ04X026080 Predicted protein 14.14535907 C6_chemical_B3 +LQ04X026080 Predicted protein 13.97035566 C6_chemical_C1 +LQ04X026080 Predicted protein 13.99197015 C6_chemical_C2 +LQ04X026080 Predicted protein 14.59589084 C6_chemical_C3 +LQ04X026080 Predicted protein 14.33362742 L4_control_A1 +LQ04X026080 Predicted protein 14.28396405 L4_control_A2 +LQ04X026080 Predicted protein 14.72849571 L4_control_A3 +LQ04X026080 Predicted protein 13.92839557 L4_control_B1 +LQ04X026080 Predicted protein 13.71619764 L4_control_B2 +LQ04X026080 Predicted protein 14.2672642 L4_control_B3 +LQ04X026080 Predicted protein 14.39991736 L4_control_C2 +LQ04X026080 Predicted protein 14.65558887 L4_control_C3 +LQ04X026080 Predicted protein 14.51200372 L4_chemical_A1 +LQ04X026080 Predicted protein 14.24203131 L4_chemical_A2 +LQ04X026080 Predicted protein 14.53380292 L4_chemical_A3 +LQ04X026080 Predicted protein 13.94980424 L4_chemical_B1 +LQ04X026080 Predicted protein 13.70728426 L4_chemical_B2 +LQ04X026080 Predicted protein 14.46295963 L4_chemical_B3 +LQ04X026080 Predicted protein 14.40075171 L4_chemical_C2 +LQ04X026080 Predicted protein 14.39222333 L4_chemical_C3 +LQ04X026100 Putative Predicted protein 12.89097549 C6_control_A1 +LQ04X026100 Putative Predicted protein 13.1007041 C6_control_A3 +LQ04X026100 Putative Predicted protein 11.90947625 C6_control_B1 +LQ04X026100 Putative Predicted protein 9.32439234 C6_control_B2 +LQ04X026100 Putative Predicted protein 9.242261467 C6_control_B3 +LQ04X026100 Putative Predicted protein 6.456572727 C6_control_C1 +LQ04X026100 Putative Predicted protein 5.78736613 C6_control_C2 +LQ04X026100 Putative Predicted protein 6.476303657 C6_control_C3 +LQ04X026100 Putative Predicted protein 12.50090578 C6_chemical_A1 +LQ04X026100 Putative Predicted protein 12.86571268 C6_chemical_A3 +LQ04X026100 Putative Predicted protein 10.5612797 C6_chemical_B1 +LQ04X026100 Putative Predicted protein 8.829555403 C6_chemical_B2 +LQ04X026100 Putative Predicted protein 8.659128576 C6_chemical_B3 +LQ04X026100 Putative Predicted protein 6.869673613 C6_chemical_C1 +LQ04X026100 Putative Predicted protein 5.946706148 C6_chemical_C2 +LQ04X026100 Putative Predicted protein 6.314548373 C6_chemical_C3 +LQ04X026100 Putative Predicted protein 12.22900261 L4_control_A1 +LQ04X026100 Putative Predicted protein 11.93295158 L4_control_A2 +LQ04X026100 Putative Predicted protein 12.17202259 L4_control_A3 +LQ04X026100 Putative Predicted protein 9.304803104 L4_control_B1 +LQ04X026100 Putative Predicted protein 10.49901916 L4_control_B2 +LQ04X026100 Putative Predicted protein 7.724319021 L4_control_B3 +LQ04X026100 Putative Predicted protein 5.178841384 L4_control_C2 +LQ04X026100 Putative Predicted protein 5.869082658 L4_control_C3 +LQ04X026100 Putative Predicted protein 11.72553917 L4_chemical_A1 +LQ04X026100 Putative Predicted protein 10.9002666 L4_chemical_A2 +LQ04X026100 Putative Predicted protein 12.26151429 L4_chemical_A3 +LQ04X026100 Putative Predicted protein 11.22923024 L4_chemical_B1 +LQ04X026100 Putative Predicted protein 10.85245977 L4_chemical_B2 +LQ04X026100 Putative Predicted protein 11.3966685 L4_chemical_B3 +LQ04X026100 Putative Predicted protein 5.379602556 L4_chemical_C2 +LQ04X026100 Putative Predicted protein 5.282120209 L4_chemical_C3 +LQ04X026120 Putative uncharacterized protein 9.311561351 C6_control_A1 +LQ04X026120 Putative uncharacterized protein 8.794823409 C6_control_A3 +LQ04X026120 Putative uncharacterized protein 8.866661529 C6_control_B1 +LQ04X026120 Putative uncharacterized protein 8.51999058 C6_control_B2 +LQ04X026120 Putative uncharacterized protein 7.958116009 C6_control_B3 +LQ04X026120 Putative uncharacterized protein 9.342787672 C6_control_C1 +LQ04X026120 Putative uncharacterized protein 9.036827853 C6_control_C2 +LQ04X026120 Putative uncharacterized protein 8.354929114 C6_control_C3 +LQ04X026120 Putative uncharacterized protein 9.438929487 C6_chemical_A1 +LQ04X026120 Putative uncharacterized protein 9.091495258 C6_chemical_A3 +LQ04X026120 Putative uncharacterized protein 9.345464457 C6_chemical_B1 +LQ04X026120 Putative uncharacterized protein 8.909787515 C6_chemical_B2 +LQ04X026120 Putative uncharacterized protein 8.342553223 C6_chemical_B3 +LQ04X026120 Putative uncharacterized protein 9.812835657 C6_chemical_C1 +LQ04X026120 Putative uncharacterized protein 9.424869091 C6_chemical_C2 +LQ04X026120 Putative uncharacterized protein 8.490497421 C6_chemical_C3 +LQ04X026120 Putative uncharacterized protein 9.719631967 L4_control_A1 +LQ04X026120 Putative uncharacterized protein 10.27505347 L4_control_A2 +LQ04X026120 Putative uncharacterized protein 9.89040444 L4_control_A3 +LQ04X026120 Putative uncharacterized protein 8.771753685 L4_control_B1 +LQ04X026120 Putative uncharacterized protein 9.291068952 L4_control_B2 +LQ04X026120 Putative uncharacterized protein 8.273187962 L4_control_B3 +LQ04X026120 Putative uncharacterized protein 9.571919107 L4_control_C2 +LQ04X026120 Putative uncharacterized protein 8.403240007 L4_control_C3 +LQ04X026120 Putative uncharacterized protein 10.10369134 L4_chemical_A1 +LQ04X026120 Putative uncharacterized protein 10.77630032 L4_chemical_A2 +LQ04X026120 Putative uncharacterized protein 10.51269366 L4_chemical_A3 +LQ04X026120 Putative uncharacterized protein 9.273553576 L4_chemical_B1 +LQ04X026120 Putative uncharacterized protein 9.901481227 L4_chemical_B2 +LQ04X026120 Putative uncharacterized protein 8.789685169 L4_chemical_B3 +LQ04X026120 Putative uncharacterized protein 10.50163693 L4_chemical_C2 +LQ04X026120 Putative uncharacterized protein 8.501135065 L4_chemical_C3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.220208588 C6_control_A1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.234236879 C6_control_A3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.921629492 C6_control_B1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.6006103 C6_control_B2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.338591358 C6_control_B3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.43694096 C6_control_C1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.543438731 C6_control_C2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.390890549 C6_control_C3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.575060348 C6_chemical_A1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.253342902 C6_chemical_A3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.470145915 C6_chemical_B1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.672033031 C6_chemical_B2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.116550934 C6_chemical_B3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.285702514 C6_chemical_C1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.449060195 C6_chemical_C2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.756877699 C6_chemical_C3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.471325642 L4_control_A1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.398568141 L4_control_A2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.103216686 L4_control_A3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.131254186 L4_control_B1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.14412565 L4_control_B2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.366101284 L4_control_B3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.735446921 L4_control_C2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 6.09677108 L4_control_C3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.258538613 L4_chemical_A1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.418942213 L4_chemical_A2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.130911857 L4_chemical_A3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.099861081 L4_chemical_B1 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.196979647 L4_chemical_B2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.306931907 L4_chemical_B3 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 4.943697503 L4_chemical_C2 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.181236099 L4_chemical_C3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.73079171 C6_control_A1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.01161546 C6_control_A3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.30707279 C6_control_B1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.1733826 C6_control_B2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.40413829 C6_control_B3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.37856966 C6_control_C1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.26177846 C6_control_C2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.35892275 C6_control_C3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.6309493 C6_chemical_A1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.62470926 C6_chemical_A3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.26101497 C6_chemical_B1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.28251593 C6_chemical_B2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.5348148 C6_chemical_B3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.20725927 C6_chemical_C1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.46194083 C6_chemical_C2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 14.43456807 C6_chemical_C3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.63998693 L4_control_A1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.83426249 L4_control_A2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.18964754 L4_control_A3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.36538183 L4_control_B1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 12.82505515 L4_control_B2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.79991974 L4_control_B3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 12.76625995 L4_control_C2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.81696663 L4_control_C3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.91816562 L4_chemical_A1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.8259443 L4_chemical_A2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.16323274 L4_chemical_A3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.08061176 L4_chemical_B1 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.39363683 L4_chemical_B2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.70229089 L4_chemical_B3 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.10799026 L4_chemical_C2 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.66824068 L4_chemical_C3 +LQ04X026150 Caleosin 6.475040912 C6_control_A1 +LQ04X026150 Caleosin 5.908125405 C6_control_A3 +LQ04X026150 Caleosin 6.386317109 C6_control_B1 +LQ04X026150 Caleosin 6.191829887 C6_control_B2 +LQ04X026150 Caleosin 6.392225984 C6_control_B3 +LQ04X026150 Caleosin 6.692415712 C6_control_C1 +LQ04X026150 Caleosin 6.29108552 C6_control_C2 +LQ04X026150 Caleosin 6.552953592 C6_control_C3 +LQ04X026150 Caleosin 6.182801 C6_chemical_A1 +LQ04X026150 Caleosin 6.017818389 C6_chemical_A3 +LQ04X026150 Caleosin 6.958604818 C6_chemical_B1 +LQ04X026150 Caleosin 6.221052057 C6_chemical_B2 +LQ04X026150 Caleosin 6.665786714 C6_chemical_B3 +LQ04X026150 Caleosin 6.591048532 C6_chemical_C1 +LQ04X026150 Caleosin 6.146512246 C6_chemical_C2 +LQ04X026150 Caleosin 6.157429775 C6_chemical_C3 +LQ04X026150 Caleosin 6.142149974 L4_control_A1 +LQ04X026150 Caleosin 6.254282867 L4_control_A2 +LQ04X026150 Caleosin 6.195131686 L4_control_A3 +LQ04X026150 Caleosin 6.305596053 L4_control_B1 +LQ04X026150 Caleosin 5.628410503 L4_control_B2 +LQ04X026150 Caleosin 6.097082826 L4_control_B3 +LQ04X026150 Caleosin 6.302002939 L4_control_C2 +LQ04X026150 Caleosin 6.084950855 L4_control_C3 +LQ04X026150 Caleosin 6.000943085 L4_chemical_A1 +LQ04X026150 Caleosin 6.383377012 L4_chemical_A2 +LQ04X026150 Caleosin 6.073355306 L4_chemical_A3 +LQ04X026150 Caleosin 6.16010179 L4_chemical_B1 +LQ04X026150 Caleosin 6.117822986 L4_chemical_B2 +LQ04X026150 Caleosin 6.017102618 L4_chemical_B3 +LQ04X026150 Caleosin 5.81049538 L4_chemical_C2 +LQ04X026150 Caleosin 5.756910927 L4_chemical_C3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.707715915 C6_control_A1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.802286852 C6_control_A3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.243314036 C6_control_B1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.595428292 C6_control_B2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.678275571 C6_control_B3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 4.948359263 C6_control_C1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 4.894461282 C6_control_C2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.101440929 C6_control_C3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.77108162 C6_chemical_A1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.520997178 C6_chemical_A3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.00067553 C6_chemical_B1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.465347013 C6_chemical_B2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.420870043 C6_chemical_B3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 4.94956926 C6_chemical_C1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.160288462 C6_chemical_C2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.093233156 C6_chemical_C3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.611592821 L4_control_A1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 6.105671411 L4_control_A2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 6.380421224 L4_control_A3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 6.37112741 L4_control_B1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.368233017 L4_control_B2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.016900108 L4_control_B3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.265726157 L4_control_C2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.324734884 L4_control_C3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.154581049 L4_chemical_A1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 6.002027675 L4_chemical_A2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 6.444059231 L4_chemical_A3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.840180317 L4_chemical_B1 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.514879086 L4_chemical_B2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.349974412 L4_chemical_B3 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.381192841 L4_chemical_C2 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.347371603 L4_chemical_C3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.559567521 C6_control_A1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.198492159 C6_control_A3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.441534943 C6_control_B1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.311113809 C6_control_B2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.624131536 C6_control_B3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 5.775142469 C6_control_C1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 5.738609493 C6_control_C2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 5.99810019 C6_control_C3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.784854666 C6_chemical_A1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.738968227 C6_chemical_A3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.571201659 C6_chemical_B1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.144007676 C6_chemical_B2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.249356219 C6_chemical_B3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.078569409 C6_chemical_C1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 5.790212386 C6_chemical_C2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 5.889226356 C6_chemical_C3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.624404773 L4_control_A1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 7.262713762 L4_control_A2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 7.007846306 L4_control_A3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.425883823 L4_control_B1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.7645366 L4_control_B2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.510796045 L4_control_B3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.107528784 L4_control_C2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.61622252 L4_control_C3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.265714038 L4_chemical_A1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.977061117 L4_chemical_A2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.991104846 L4_chemical_A3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.216849987 L4_chemical_B1 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 7.199138715 L4_chemical_B2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.691317288 L4_chemical_B3 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.638603241 L4_chemical_C2 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.267484678 L4_chemical_C3 +LQ04X026210 60S ribosomal protein L23 15.0505427 C6_control_A1 +LQ04X026210 60S ribosomal protein L23 15.58290936 C6_control_A3 +LQ04X026210 60S ribosomal protein L23 15.31270541 C6_control_B1 +LQ04X026210 60S ribosomal protein L23 14.96736346 C6_control_B2 +LQ04X026210 60S ribosomal protein L23 14.81251422 C6_control_B3 +LQ04X026210 60S ribosomal protein L23 14.34799987 C6_control_C1 +LQ04X026210 60S ribosomal protein L23 14.63367942 C6_control_C2 +LQ04X026210 60S ribosomal protein L23 14.30040451 C6_control_C3 +LQ04X026210 60S ribosomal protein L23 14.9892896 C6_chemical_A1 +LQ04X026210 60S ribosomal protein L23 14.81296293 C6_chemical_A3 +LQ04X026210 60S ribosomal protein L23 14.84226153 C6_chemical_B1 +LQ04X026210 60S ribosomal protein L23 14.36452143 C6_chemical_B2 +LQ04X026210 60S ribosomal protein L23 14.7677813 C6_chemical_B3 +LQ04X026210 60S ribosomal protein L23 14.47717448 C6_chemical_C1 +LQ04X026210 60S ribosomal protein L23 14.34619812 C6_chemical_C2 +LQ04X026210 60S ribosomal protein L23 14.21482772 C6_chemical_C3 +LQ04X026210 60S ribosomal protein L23 15.22218053 L4_control_A1 +LQ04X026210 60S ribosomal protein L23 15.0567842 L4_control_A2 +LQ04X026210 60S ribosomal protein L23 14.98916027 L4_control_A3 +LQ04X026210 60S ribosomal protein L23 14.20736779 L4_control_B1 +LQ04X026210 60S ribosomal protein L23 13.96661674 L4_control_B2 +LQ04X026210 60S ribosomal protein L23 14.31028576 L4_control_B3 +LQ04X026210 60S ribosomal protein L23 14.21341169 L4_control_C2 +LQ04X026210 60S ribosomal protein L23 14.34200955 L4_control_C3 +LQ04X026210 60S ribosomal protein L23 15.05059431 L4_chemical_A1 +LQ04X026210 60S ribosomal protein L23 14.65179559 L4_chemical_A2 +LQ04X026210 60S ribosomal protein L23 14.69485632 L4_chemical_A3 +LQ04X026210 60S ribosomal protein L23 14.73050807 L4_chemical_B1 +LQ04X026210 60S ribosomal protein L23 14.4775712 L4_chemical_B2 +LQ04X026210 60S ribosomal protein L23 14.71509655 L4_chemical_B3 +LQ04X026210 60S ribosomal protein L23 14.48592038 L4_chemical_C2 +LQ04X026210 60S ribosomal protein L23 14.2003661 L4_chemical_C3 +LQ04X026220 Putative uncharacterized protein 12.45013571 C6_control_A1 +LQ04X026220 Putative uncharacterized protein 12.13116927 C6_control_A3 +LQ04X026220 Putative uncharacterized protein 12.25259865 C6_control_B1 +LQ04X026220 Putative uncharacterized protein 11.45858585 C6_control_B2 +LQ04X026220 Putative uncharacterized protein 12.3167416 C6_control_B3 +LQ04X026220 Putative uncharacterized protein 12.4030706 C6_control_C1 +LQ04X026220 Putative uncharacterized protein 12.35773653 C6_control_C2 +LQ04X026220 Putative uncharacterized protein 12.36230874 C6_control_C3 +LQ04X026220 Putative uncharacterized protein 12.35068892 C6_chemical_A1 +LQ04X026220 Putative uncharacterized protein 11.80764532 C6_chemical_A3 +LQ04X026220 Putative uncharacterized protein 12.18641908 C6_chemical_B1 +LQ04X026220 Putative uncharacterized protein 11.32928491 C6_chemical_B2 +LQ04X026220 Putative uncharacterized protein 12.29936416 C6_chemical_B3 +LQ04X026220 Putative uncharacterized protein 12.33274959 C6_chemical_C1 +LQ04X026220 Putative uncharacterized protein 12.11996168 C6_chemical_C2 +LQ04X026220 Putative uncharacterized protein 12.37397882 C6_chemical_C3 +LQ04X026220 Putative uncharacterized protein 12.27651722 L4_control_A1 +LQ04X026220 Putative uncharacterized protein 12.2730891 L4_control_A2 +LQ04X026220 Putative uncharacterized protein 12.64536388 L4_control_A3 +LQ04X026220 Putative uncharacterized protein 11.9012408 L4_control_B1 +LQ04X026220 Putative uncharacterized protein 12.34356551 L4_control_B2 +LQ04X026220 Putative uncharacterized protein 11.74604863 L4_control_B3 +LQ04X026220 Putative uncharacterized protein 13.19569757 L4_control_C2 +LQ04X026220 Putative uncharacterized protein 13.25545408 L4_control_C3 +LQ04X026220 Putative uncharacterized protein 12.31869356 L4_chemical_A1 +LQ04X026220 Putative uncharacterized protein 12.51280925 L4_chemical_A2 +LQ04X026220 Putative uncharacterized protein 12.70451638 L4_chemical_A3 +LQ04X026220 Putative uncharacterized protein 12.55979418 L4_chemical_B1 +LQ04X026220 Putative uncharacterized protein 12.04882801 L4_chemical_B2 +LQ04X026220 Putative uncharacterized protein 11.68682122 L4_chemical_B3 +LQ04X026220 Putative uncharacterized protein 13.0160262 L4_chemical_C2 +LQ04X026220 Putative uncharacterized protein 12.99103062 L4_chemical_C3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.48870892 C6_control_A1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.45978185 C6_control_A3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.61570214 C6_control_B1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.77845051 C6_control_B2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.59813148 C6_control_B3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.47291546 C6_control_C1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.34301685 C6_control_C2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.80384314 C6_control_C3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.38388505 C6_chemical_A1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.43987296 C6_chemical_A3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.57354606 C6_chemical_B1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.68204344 C6_chemical_B2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.4116512 C6_chemical_B3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.54967056 C6_chemical_C1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.41511475 C6_chemical_C2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.08100752 C6_chemical_C3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.94530825 L4_control_A1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.52592965 L4_control_A2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 12.62580892 L4_control_A3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.5800727 L4_control_B1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.05951217 L4_control_B2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.26807105 L4_control_B3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.40363225 L4_control_C2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.15738624 L4_control_C3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.44084451 L4_chemical_A1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.00415797 L4_chemical_A2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 12.17578574 L4_chemical_A3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.73319074 L4_chemical_B1 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 10.57872543 L4_chemical_B2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.19486574 L4_chemical_B3 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.38737401 L4_chemical_C2 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.14294368 L4_chemical_C3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.655580648 C6_control_A1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.220977152 C6_control_A3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.774834619 C6_control_B1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.916295509 C6_control_B2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.237603139 C6_control_B3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 8.486979915 C6_control_C1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 7.994008391 C6_control_C2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 8.052988546 C6_control_C3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.149720804 C6_chemical_A1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.539429235 C6_chemical_A3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.38154974 C6_chemical_B1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.878776655 C6_chemical_B2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.47268746 C6_chemical_B3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 8.35064545 C6_chemical_C1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 8.568084349 C6_chemical_C2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 7.272264763 C6_chemical_C3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.38840099 L4_control_A1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.027804104 L4_control_A2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 5.296942014 L4_control_A3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.041128935 L4_control_B1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 5.557803434 L4_control_B2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.152171323 L4_control_B3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 7.909095515 L4_control_C2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.92999883 L4_control_C3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 5.87676167 L4_chemical_A1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.394424535 L4_chemical_A2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 5.551720648 L4_chemical_A3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.523467893 L4_chemical_B1 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.349810076 L4_chemical_B2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 5.878095634 L4_chemical_B3 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 8.308436926 L4_chemical_C2 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.54321922 L4_chemical_C3 +LQ04X026300 Putative uncharacterized protein 5.780921158 C6_control_A1 +LQ04X026300 Putative uncharacterized protein 5.164363068 C6_control_A3 +LQ04X026300 Putative uncharacterized protein 5.546645233 C6_control_B1 +LQ04X026300 Putative uncharacterized protein 5.792999623 C6_control_B2 +LQ04X026300 Putative uncharacterized protein 5.422645465 C6_control_B3 +LQ04X026300 Putative uncharacterized protein 7.234049256 C6_control_C1 +LQ04X026300 Putative uncharacterized protein 6.327209557 C6_control_C2 +LQ04X026300 Putative uncharacterized protein 6.861625891 C6_control_C3 +LQ04X026300 Putative uncharacterized protein 5.637286642 C6_chemical_A1 +LQ04X026300 Putative uncharacterized protein 5.870574186 C6_chemical_A3 +LQ04X026300 Putative uncharacterized protein 5.900566793 C6_chemical_B1 +LQ04X026300 Putative uncharacterized protein 5.510636496 C6_chemical_B2 +LQ04X026300 Putative uncharacterized protein 5.33320217 C6_chemical_B3 +LQ04X026300 Putative uncharacterized protein 6.894308086 C6_chemical_C1 +LQ04X026300 Putative uncharacterized protein 6.40254944 C6_chemical_C2 +LQ04X026300 Putative uncharacterized protein 7.284003102 C6_chemical_C3 +LQ04X026300 Putative uncharacterized protein 5.811776335 L4_control_A1 +LQ04X026300 Putative uncharacterized protein 5.727624913 L4_control_A2 +LQ04X026300 Putative uncharacterized protein 5.302463789 L4_control_A3 +LQ04X026300 Putative uncharacterized protein 5.304754122 L4_control_B1 +LQ04X026300 Putative uncharacterized protein 5.570559329 L4_control_B2 +LQ04X026300 Putative uncharacterized protein 5.988824137 L4_control_B3 +LQ04X026300 Putative uncharacterized protein 6.709842763 L4_control_C2 +LQ04X026300 Putative uncharacterized protein 7.723489313 L4_control_C3 +LQ04X026300 Putative uncharacterized protein 7.605046976 L4_chemical_A1 +LQ04X026300 Putative uncharacterized protein 6.199697057 L4_chemical_A2 +LQ04X026300 Putative uncharacterized protein 5.425495933 L4_chemical_A3 +LQ04X026300 Putative uncharacterized protein 6.029228198 L4_chemical_B1 +LQ04X026300 Putative uncharacterized protein 5.249604655 L4_chemical_B2 +LQ04X026300 Putative uncharacterized protein 5.799846417 L4_chemical_B3 +LQ04X026300 Putative uncharacterized protein 6.825420336 L4_chemical_C2 +LQ04X026300 Putative uncharacterized protein 6.207268523 L4_chemical_C3 +LQ04X026430 Auxin-responsive protein IAA13 12.72539486 C6_control_A1 +LQ04X026430 Auxin-responsive protein IAA13 13.10601805 C6_control_A3 +LQ04X026430 Auxin-responsive protein IAA13 12.1439561 C6_control_B1 +LQ04X026430 Auxin-responsive protein IAA13 11.44546326 C6_control_B2 +LQ04X026430 Auxin-responsive protein IAA13 11.37964668 C6_control_B3 +LQ04X026430 Auxin-responsive protein IAA13 10.60743786 C6_control_C1 +LQ04X026430 Auxin-responsive protein IAA13 10.00352323 C6_control_C2 +LQ04X026430 Auxin-responsive protein IAA13 11.25015008 C6_control_C3 +LQ04X026430 Auxin-responsive protein IAA13 12.64245186 C6_chemical_A1 +LQ04X026430 Auxin-responsive protein IAA13 12.69381873 C6_chemical_A3 +LQ04X026430 Auxin-responsive protein IAA13 11.58510515 C6_chemical_B1 +LQ04X026430 Auxin-responsive protein IAA13 11.35161176 C6_chemical_B2 +LQ04X026430 Auxin-responsive protein IAA13 11.75838162 C6_chemical_B3 +LQ04X026430 Auxin-responsive protein IAA13 10.32806487 C6_chemical_C1 +LQ04X026430 Auxin-responsive protein IAA13 9.922841294 C6_chemical_C2 +LQ04X026430 Auxin-responsive protein IAA13 10.15487296 C6_chemical_C3 +LQ04X026430 Auxin-responsive protein IAA13 12.96357547 L4_control_A1 +LQ04X026430 Auxin-responsive protein IAA13 12.70281482 L4_control_A2 +LQ04X026430 Auxin-responsive protein IAA13 13.00795819 L4_control_A3 +LQ04X026430 Auxin-responsive protein IAA13 10.84678207 L4_control_B1 +LQ04X026430 Auxin-responsive protein IAA13 11.24463292 L4_control_B2 +LQ04X026430 Auxin-responsive protein IAA13 10.3683417 L4_control_B3 +LQ04X026430 Auxin-responsive protein IAA13 8.896856401 L4_control_C2 +LQ04X026430 Auxin-responsive protein IAA13 9.271186914 L4_control_C3 +LQ04X026430 Auxin-responsive protein IAA13 11.77074224 L4_chemical_A1 +LQ04X026430 Auxin-responsive protein IAA13 12.15611011 L4_chemical_A2 +LQ04X026430 Auxin-responsive protein IAA13 12.58059034 L4_chemical_A3 +LQ04X026430 Auxin-responsive protein IAA13 11.52853121 L4_chemical_B1 +LQ04X026430 Auxin-responsive protein IAA13 11.25243138 L4_chemical_B2 +LQ04X026430 Auxin-responsive protein IAA13 12.00398784 L4_chemical_B3 +LQ04X026430 Auxin-responsive protein IAA13 9.32240144 L4_chemical_C2 +LQ04X026430 Auxin-responsive protein IAA13 8.662001801 L4_chemical_C3 +LQ04X026450 3-isopropylmalate dehydratase 5.631765367 C6_control_A1 +LQ04X026450 3-isopropylmalate dehydratase 5.476685335 C6_control_A3 +LQ04X026450 3-isopropylmalate dehydratase 5.355214437 C6_control_B1 +LQ04X026450 3-isopropylmalate dehydratase 5.923507985 C6_control_B2 +LQ04X026450 3-isopropylmalate dehydratase 5.817640503 C6_control_B3 +LQ04X026450 3-isopropylmalate dehydratase 5.623406759 C6_control_C1 +LQ04X026450 3-isopropylmalate dehydratase 6.234132517 C6_control_C2 +LQ04X026450 3-isopropylmalate dehydratase 6.17210999 C6_control_C3 +LQ04X026450 3-isopropylmalate dehydratase 5.850930271 C6_chemical_A1 +LQ04X026450 3-isopropylmalate dehydratase 5.519567893 C6_chemical_A3 +LQ04X026450 3-isopropylmalate dehydratase 5.586043372 C6_chemical_B1 +LQ04X026450 3-isopropylmalate dehydratase 6.180970744 C6_chemical_B2 +LQ04X026450 3-isopropylmalate dehydratase 5.946323402 C6_chemical_B3 +LQ04X026450 3-isopropylmalate dehydratase 5.799599165 C6_chemical_C1 +LQ04X026450 3-isopropylmalate dehydratase 6.114285543 C6_chemical_C2 +LQ04X026450 3-isopropylmalate dehydratase 5.548097984 C6_chemical_C3 +LQ04X026450 3-isopropylmalate dehydratase 5.433946069 L4_control_A1 +LQ04X026450 3-isopropylmalate dehydratase 5.653778443 L4_control_A2 +LQ04X026450 3-isopropylmalate dehydratase 5.591445581 L4_control_A3 +LQ04X026450 3-isopropylmalate dehydratase 5.877867817 L4_control_B1 +LQ04X026450 3-isopropylmalate dehydratase 5.60381421 L4_control_B2 +LQ04X026450 3-isopropylmalate dehydratase 5.845160185 L4_control_B3 +LQ04X026450 3-isopropylmalate dehydratase 5.599633599 L4_control_C2 +LQ04X026450 3-isopropylmalate dehydratase 5.293954898 L4_control_C3 +LQ04X026450 3-isopropylmalate dehydratase 5.618575099 L4_chemical_A1 +LQ04X026450 3-isopropylmalate dehydratase 5.704706275 L4_chemical_A2 +LQ04X026450 3-isopropylmalate dehydratase 5.890874974 L4_chemical_A3 +LQ04X026450 3-isopropylmalate dehydratase 5.779405198 L4_chemical_B1 +LQ04X026450 3-isopropylmalate dehydratase 5.973858693 L4_chemical_B2 +LQ04X026450 3-isopropylmalate dehydratase 5.796783421 L4_chemical_B3 +LQ04X026450 3-isopropylmalate dehydratase 5.361704691 L4_chemical_C2 +LQ04X026450 3-isopropylmalate dehydratase 5.146231636 L4_chemical_C3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.005221402 C6_control_A1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.485537213 C6_control_A3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.238456532 C6_control_B1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.351028868 C6_control_B2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.689934747 C6_control_B3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.394047718 C6_control_C1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.967691313 C6_control_C2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.302160491 C6_control_C3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.974480752 C6_chemical_A1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.051524056 C6_chemical_A3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.860971547 C6_chemical_B1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.402135742 C6_chemical_B2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.813456651 C6_chemical_B3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.540934034 C6_chemical_C1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.518726639 C6_chemical_C2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.489704468 C6_chemical_C3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.989814509 L4_control_A1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.506138178 L4_control_A2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.658184039 L4_control_A3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.762724268 L4_control_B1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.639575786 L4_control_B2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.891084707 L4_control_B3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.596153147 L4_control_C2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.701973739 L4_control_C3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.477315027 L4_chemical_A1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.715291478 L4_chemical_A2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.833211439 L4_chemical_A3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.626010819 L4_chemical_B1 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.835572649 L4_chemical_B2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.585989298 L4_chemical_B3 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.33778663 L4_chemical_C2 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 9.430292992 L4_chemical_C3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.1977318 C6_control_A1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.0684097 C6_control_A3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.91237429 C6_control_B1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.84478838 C6_control_B2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.55259987 C6_control_B3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.25453338 C6_control_C1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.59228773 C6_control_C2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.41326782 C6_control_C3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.08947877 C6_chemical_A1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.89990813 C6_chemical_A3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.62312086 C6_chemical_B1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.72376844 C6_chemical_B2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.34095306 C6_chemical_B3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.37632345 C6_chemical_C1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.69517861 C6_chemical_C2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.3818677 C6_chemical_C3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.07089834 L4_control_A1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.491237 L4_control_A2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.72336684 L4_control_A3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.22430637 L4_control_B1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.50460461 L4_control_B2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.82502431 L4_control_B3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.32156725 L4_control_C2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.99688509 L4_control_C3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.43511554 L4_chemical_A1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.52243667 L4_chemical_A2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.12390318 L4_chemical_A3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.19535441 L4_chemical_B1 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.43517621 L4_chemical_B2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 11.79206643 L4_chemical_B3 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.46890895 L4_chemical_C2 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.14749344 L4_chemical_C3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.092482737 C6_control_A1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.481077685 C6_control_A3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.327871648 C6_control_B1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.227428616 C6_control_B2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.464100528 C6_control_B3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.342531497 C6_control_C1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.850084713 C6_control_C2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.531958045 C6_control_C3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.08400335 C6_chemical_A1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 4.876185136 C6_chemical_A3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 4.992321417 C6_chemical_B1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.360102154 C6_chemical_B2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 4.800909333 C6_chemical_B3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.897090504 C6_chemical_C1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.276448861 C6_chemical_C2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.212504801 C6_chemical_C3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.292912904 L4_control_A1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.529184756 L4_control_A2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 4.890787534 L4_control_A3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.331491278 L4_control_B1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.642763142 L4_control_B2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.425306041 L4_control_B3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.564402257 L4_control_C2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.193484875 L4_control_C3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.314124266 L4_chemical_A1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.262099199 L4_chemical_A2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.410617887 L4_chemical_A3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.126922163 L4_chemical_B1 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.742611303 L4_chemical_B2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.485074706 L4_chemical_B3 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.731954036 L4_chemical_C2 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.836060382 L4_chemical_C3 +LQ04X026550 Putative Uncharacterized protein L728 9.894348669 C6_control_A1 +LQ04X026550 Putative Uncharacterized protein L728 9.555492909 C6_control_A3 +LQ04X026550 Putative Uncharacterized protein L728 9.858873192 C6_control_B1 +LQ04X026550 Putative Uncharacterized protein L728 10.09043159 C6_control_B2 +LQ04X026550 Putative Uncharacterized protein L728 9.707346308 C6_control_B3 +LQ04X026550 Putative Uncharacterized protein L728 11.7086926 C6_control_C1 +LQ04X026550 Putative Uncharacterized protein L728 11.57687876 C6_control_C2 +LQ04X026550 Putative Uncharacterized protein L728 11.52542498 C6_control_C3 +LQ04X026550 Putative Uncharacterized protein L728 10.18408159 C6_chemical_A1 +LQ04X026550 Putative Uncharacterized protein L728 10.06793996 C6_chemical_A3 +LQ04X026550 Putative Uncharacterized protein L728 9.671389985 C6_chemical_B1 +LQ04X026550 Putative Uncharacterized protein L728 9.886979756 C6_chemical_B2 +LQ04X026550 Putative Uncharacterized protein L728 9.790241388 C6_chemical_B3 +LQ04X026550 Putative Uncharacterized protein L728 11.6376716 C6_chemical_C1 +LQ04X026550 Putative Uncharacterized protein L728 11.35806994 C6_chemical_C2 +LQ04X026550 Putative Uncharacterized protein L728 11.19019202 C6_chemical_C3 +LQ04X026550 Putative Uncharacterized protein L728 9.780614131 L4_control_A1 +LQ04X026550 Putative Uncharacterized protein L728 10.06251844 L4_control_A2 +LQ04X026550 Putative Uncharacterized protein L728 10.21371295 L4_control_A3 +LQ04X026550 Putative Uncharacterized protein L728 9.049988339 L4_control_B1 +LQ04X026550 Putative Uncharacterized protein L728 8.512364054 L4_control_B2 +LQ04X026550 Putative Uncharacterized protein L728 9.718857029 L4_control_B3 +LQ04X026550 Putative Uncharacterized protein L728 11.178579 L4_control_C2 +LQ04X026550 Putative Uncharacterized protein L728 11.02896477 L4_control_C3 +LQ04X026550 Putative Uncharacterized protein L728 9.98213444 L4_chemical_A1 +LQ04X026550 Putative Uncharacterized protein L728 10.13073 L4_chemical_A2 +LQ04X026550 Putative Uncharacterized protein L728 10.29394512 L4_chemical_A3 +LQ04X026550 Putative Uncharacterized protein L728 9.146323416 L4_chemical_B1 +LQ04X026550 Putative Uncharacterized protein L728 8.913039311 L4_chemical_B2 +LQ04X026550 Putative Uncharacterized protein L728 9.356584558 L4_chemical_B3 +LQ04X026550 Putative Uncharacterized protein L728 10.81288244 L4_chemical_C2 +LQ04X026550 Putative Uncharacterized protein L728 10.6242873 L4_chemical_C3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.111710734 C6_control_A1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 4.913139925 C6_control_A3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.572295251 C6_control_B1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.452878751 C6_control_B2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 4.902260941 C6_control_B3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.071336757 C6_control_C1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 4.878848906 C6_control_C2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.163680824 C6_control_C3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.154347221 C6_chemical_A1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.316907809 C6_chemical_A3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.023295716 C6_chemical_B1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.058170052 C6_chemical_B2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.414379749 C6_chemical_B3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.489435147 C6_chemical_C1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.476926285 C6_chemical_C2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 4.78724029 C6_chemical_C3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.289196829 L4_control_A1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.200719452 L4_control_A2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 4.99171434 L4_control_A3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 4.997049007 L4_control_B1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.086916166 L4_control_B2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.327736444 L4_control_B3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 4.846616861 L4_control_C2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.319872486 L4_control_C3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.450327102 L4_chemical_A1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.514369221 L4_chemical_A2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.089564164 L4_chemical_A3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.316217576 L4_chemical_B1 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.305835212 L4_chemical_B2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.33379751 L4_chemical_B3 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.045003597 L4_chemical_C2 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.603569258 L4_chemical_C3 +LQ04X026600 Predicted protein 6.502826181 C6_control_A1 +LQ04X026600 Predicted protein 6.193174137 C6_control_A3 +LQ04X026600 Predicted protein 7.258501417 C6_control_B1 +LQ04X026600 Predicted protein 6.191664471 C6_control_B2 +LQ04X026600 Predicted protein 7.28293081 C6_control_B3 +LQ04X026600 Predicted protein 5.814907347 C6_control_C1 +LQ04X026600 Predicted protein 6.233613386 C6_control_C2 +LQ04X026600 Predicted protein 5.906435525 C6_control_C3 +LQ04X026600 Predicted protein 6.296355773 C6_chemical_A1 +LQ04X026600 Predicted protein 5.861774106 C6_chemical_A3 +LQ04X026600 Predicted protein 6.81602663 C6_chemical_B1 +LQ04X026600 Predicted protein 6.294554237 C6_chemical_B2 +LQ04X026600 Predicted protein 6.392411942 C6_chemical_B3 +LQ04X026600 Predicted protein 5.901885504 C6_chemical_C1 +LQ04X026600 Predicted protein 6.085360194 C6_chemical_C2 +LQ04X026600 Predicted protein 6.104182021 C6_chemical_C3 +LQ04X026600 Predicted protein 6.215976669 L4_control_A1 +LQ04X026600 Predicted protein 6.768196185 L4_control_A2 +LQ04X026600 Predicted protein 6.102067056 L4_control_A3 +LQ04X026600 Predicted protein 6.311114233 L4_control_B1 +LQ04X026600 Predicted protein 6.850853065 L4_control_B2 +LQ04X026600 Predicted protein 6.735567079 L4_control_B3 +LQ04X026600 Predicted protein 6.344375885 L4_control_C2 +LQ04X026600 Predicted protein 6.47250172 L4_control_C3 +LQ04X026600 Predicted protein 6.117676874 L4_chemical_A1 +LQ04X026600 Predicted protein 6.606277786 L4_chemical_A2 +LQ04X026600 Predicted protein 5.353315854 L4_chemical_A3 +LQ04X026600 Predicted protein 6.355937269 L4_chemical_B1 +LQ04X026600 Predicted protein 6.502310463 L4_chemical_B2 +LQ04X026600 Predicted protein 6.579895374 L4_chemical_B3 +LQ04X026600 Predicted protein 6.25353199 L4_chemical_C2 +LQ04X026600 Predicted protein 6.387103344 L4_chemical_C3 +LQ04X026610 Caldesmon, putative 11.94773976 C6_control_A1 +LQ04X026610 Caldesmon, putative 12.33693972 C6_control_A3 +LQ04X026610 Caldesmon, putative 11.77599174 C6_control_B1 +LQ04X026610 Caldesmon, putative 12.2693798 C6_control_B2 +LQ04X026610 Caldesmon, putative 12.10905355 C6_control_B3 +LQ04X026610 Caldesmon, putative 12.98306909 C6_control_C1 +LQ04X026610 Caldesmon, putative 12.49605548 C6_control_C2 +LQ04X026610 Caldesmon, putative 13.25337453 C6_control_C3 +LQ04X026610 Caldesmon, putative 11.60628742 C6_chemical_A1 +LQ04X026610 Caldesmon, putative 12.10735304 C6_chemical_A3 +LQ04X026610 Caldesmon, putative 11.63648307 C6_chemical_B1 +LQ04X026610 Caldesmon, putative 12.07541693 C6_chemical_B2 +LQ04X026610 Caldesmon, putative 12.17249807 C6_chemical_B3 +LQ04X026610 Caldesmon, putative 12.57421631 C6_chemical_C1 +LQ04X026610 Caldesmon, putative 12.4903477 C6_chemical_C2 +LQ04X026610 Caldesmon, putative 12.9027768 C6_chemical_C3 +LQ04X026610 Caldesmon, putative 11.98658683 L4_control_A1 +LQ04X026610 Caldesmon, putative 12.08395161 L4_control_A2 +LQ04X026610 Caldesmon, putative 11.93143135 L4_control_A3 +LQ04X026610 Caldesmon, putative 11.67409944 L4_control_B1 +LQ04X026610 Caldesmon, putative 11.33704092 L4_control_B2 +LQ04X026610 Caldesmon, putative 12.15141398 L4_control_B3 +LQ04X026610 Caldesmon, putative 11.93759863 L4_control_C2 +LQ04X026610 Caldesmon, putative 11.94574084 L4_control_C3 +LQ04X026610 Caldesmon, putative 11.84898558 L4_chemical_A1 +LQ04X026610 Caldesmon, putative 12.02281951 L4_chemical_A2 +LQ04X026610 Caldesmon, putative 12.00063398 L4_chemical_A3 +LQ04X026610 Caldesmon, putative 11.65443141 L4_chemical_B1 +LQ04X026610 Caldesmon, putative 11.72663342 L4_chemical_B2 +LQ04X026610 Caldesmon, putative 11.8412397 L4_chemical_B3 +LQ04X026610 Caldesmon, putative 11.44773906 L4_chemical_C2 +LQ04X026610 Caldesmon, putative 11.96793859 L4_chemical_C3 +LQ04X026640 Predicted protein (Fragment) 4.869165176 C6_control_A1 +LQ04X026640 Predicted protein (Fragment) 4.834024176 C6_control_A3 +LQ04X026640 Predicted protein (Fragment) 4.986963262 C6_control_B1 +LQ04X026640 Predicted protein (Fragment) 4.89184531 C6_control_B2 +LQ04X026640 Predicted protein (Fragment) 4.993057489 C6_control_B3 +LQ04X026640 Predicted protein (Fragment) 5.134754151 C6_control_C1 +LQ04X026640 Predicted protein (Fragment) 4.857904221 C6_control_C2 +LQ04X026640 Predicted protein (Fragment) 5.206086683 C6_control_C3 +LQ04X026640 Predicted protein (Fragment) 4.897085739 C6_chemical_A1 +LQ04X026640 Predicted protein (Fragment) 4.826372573 C6_chemical_A3 +LQ04X026640 Predicted protein (Fragment) 5.075243374 C6_chemical_B1 +LQ04X026640 Predicted protein (Fragment) 4.981555962 C6_chemical_B2 +LQ04X026640 Predicted protein (Fragment) 4.873419824 C6_chemical_B3 +LQ04X026640 Predicted protein (Fragment) 5.632454267 C6_chemical_C1 +LQ04X026640 Predicted protein (Fragment) 4.829122252 C6_chemical_C2 +LQ04X026640 Predicted protein (Fragment) 4.967328461 C6_chemical_C3 +LQ04X026640 Predicted protein (Fragment) 4.941156585 L4_control_A1 +LQ04X026640 Predicted protein (Fragment) 5.168644913 L4_control_A2 +LQ04X026640 Predicted protein (Fragment) 5.358090817 L4_control_A3 +LQ04X026640 Predicted protein (Fragment) 5.307052922 L4_control_B1 +LQ04X026640 Predicted protein (Fragment) 5.534857114 L4_control_B2 +LQ04X026640 Predicted protein (Fragment) 5.176158024 L4_control_B3 +LQ04X026640 Predicted protein (Fragment) 6.197555027 L4_control_C2 +LQ04X026640 Predicted protein (Fragment) 5.234995058 L4_control_C3 +LQ04X026640 Predicted protein (Fragment) 5.050341627 L4_chemical_A1 +LQ04X026640 Predicted protein (Fragment) 5.155345171 L4_chemical_A2 +LQ04X026640 Predicted protein (Fragment) 5.139545782 L4_chemical_A3 +LQ04X026640 Predicted protein (Fragment) 4.868137478 L4_chemical_B1 +LQ04X026640 Predicted protein (Fragment) 4.789317337 L4_chemical_B2 +LQ04X026640 Predicted protein (Fragment) 5.111702371 L4_chemical_B3 +LQ04X026640 Predicted protein (Fragment) 5.52626655 L4_chemical_C2 +LQ04X026640 Predicted protein (Fragment) 5.353108396 L4_chemical_C3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.989895622 C6_control_A1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.210066131 C6_control_A3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.614934046 C6_control_B1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.100928735 C6_control_B2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.049693793 C6_control_B3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.94491583 C6_control_C1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.366237903 C6_control_C2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.004878716 C6_control_C3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.172916416 C6_chemical_A1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.393154051 C6_chemical_A3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.682652612 C6_chemical_B1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.945607727 C6_chemical_B2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.339167191 C6_chemical_B3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.856324195 C6_chemical_C1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.947633417 C6_chemical_C2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.929502121 C6_chemical_C3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.131012001 L4_control_A1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.148667801 L4_control_A2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.27774871 L4_control_A3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.631381332 L4_control_B1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.147702371 L4_control_B2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.889591106 L4_control_B3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.334801373 L4_control_C2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.507685791 L4_control_C3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.998883037 L4_chemical_A1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.837613242 L4_chemical_A2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.149945345 L4_chemical_A3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.671039024 L4_chemical_B1 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.987509494 L4_chemical_B2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.776593675 L4_chemical_B3 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.395670666 L4_chemical_C2 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 4.930923615 L4_chemical_C3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.509771101 C6_control_A1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.926445141 C6_control_A3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.191007901 C6_control_B1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.396811336 C6_control_B2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.190390068 C6_control_B3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.480220753 C6_control_C1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 6.464992533 C6_control_C2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.403871725 C6_control_C3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.34542154 C6_chemical_A1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.118154783 C6_chemical_A3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.037631633 C6_chemical_B1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.370263812 C6_chemical_B2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.614963768 C6_chemical_B3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.567842317 C6_chemical_C1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.550983154 C6_chemical_C2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.105625433 C6_chemical_C3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.271608273 L4_control_A1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.260148144 L4_control_A2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.399544796 L4_control_A3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 4.983321976 L4_control_B1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.716318879 L4_control_B2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 4.993988008 L4_control_B3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.154724029 L4_control_C2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 6.135065603 L4_control_C3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.233050227 L4_chemical_A1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.311927463 L4_chemical_A2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.144276812 L4_chemical_A3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.488961988 L4_chemical_B1 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.357007858 L4_chemical_B2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.276904181 L4_chemical_B3 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 4.716307648 L4_chemical_C2 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.231157382 L4_chemical_C3 +LQ04X026690 Ammonium transporter 1 member 1 10.52029734 C6_control_A1 +LQ04X026690 Ammonium transporter 1 member 1 8.175709467 C6_control_A3 +LQ04X026690 Ammonium transporter 1 member 1 11.24102735 C6_control_B1 +LQ04X026690 Ammonium transporter 1 member 1 10.28875305 C6_control_B2 +LQ04X026690 Ammonium transporter 1 member 1 11.22777726 C6_control_B3 +LQ04X026690 Ammonium transporter 1 member 1 12.26117553 C6_control_C1 +LQ04X026690 Ammonium transporter 1 member 1 10.66443327 C6_control_C2 +LQ04X026690 Ammonium transporter 1 member 1 11.45148951 C6_control_C3 +LQ04X026690 Ammonium transporter 1 member 1 10.20355531 C6_chemical_A1 +LQ04X026690 Ammonium transporter 1 member 1 8.892558136 C6_chemical_A3 +LQ04X026690 Ammonium transporter 1 member 1 11.48208358 C6_chemical_B1 +LQ04X026690 Ammonium transporter 1 member 1 10.54233773 C6_chemical_B2 +LQ04X026690 Ammonium transporter 1 member 1 11.59169968 C6_chemical_B3 +LQ04X026690 Ammonium transporter 1 member 1 11.89341776 C6_chemical_C1 +LQ04X026690 Ammonium transporter 1 member 1 11.20233851 C6_chemical_C2 +LQ04X026690 Ammonium transporter 1 member 1 12.11975337 C6_chemical_C3 +LQ04X026690 Ammonium transporter 1 member 1 9.288496084 L4_control_A1 +LQ04X026690 Ammonium transporter 1 member 1 10.07171554 L4_control_A2 +LQ04X026690 Ammonium transporter 1 member 1 9.516591542 L4_control_A3 +LQ04X026690 Ammonium transporter 1 member 1 11.71268346 L4_control_B1 +LQ04X026690 Ammonium transporter 1 member 1 11.38792179 L4_control_B2 +LQ04X026690 Ammonium transporter 1 member 1 10.73317931 L4_control_B3 +LQ04X026690 Ammonium transporter 1 member 1 12.43805667 L4_control_C2 +LQ04X026690 Ammonium transporter 1 member 1 12.35561648 L4_control_C3 +LQ04X026690 Ammonium transporter 1 member 1 9.396866904 L4_chemical_A1 +LQ04X026690 Ammonium transporter 1 member 1 9.67821461 L4_chemical_A2 +LQ04X026690 Ammonium transporter 1 member 1 10.01791975 L4_chemical_A3 +LQ04X026690 Ammonium transporter 1 member 1 12.11589676 L4_chemical_B1 +LQ04X026690 Ammonium transporter 1 member 1 10.6811215 L4_chemical_B2 +LQ04X026690 Ammonium transporter 1 member 1 11.02080501 L4_chemical_B3 +LQ04X026690 Ammonium transporter 1 member 1 12.24898274 L4_chemical_C2 +LQ04X026690 Ammonium transporter 1 member 1 12.04937045 L4_chemical_C3 +LQ04X026720 Putative uncharacterized protein 5.474285213 C6_control_A1 +LQ04X026720 Putative uncharacterized protein 5.411572226 C6_control_A3 +LQ04X026720 Putative uncharacterized protein 5.173393942 C6_control_B1 +LQ04X026720 Putative uncharacterized protein 7.869330206 C6_control_B2 +LQ04X026720 Putative uncharacterized protein 5.571260429 C6_control_B3 +LQ04X026720 Putative uncharacterized protein 8.585770775 C6_control_C1 +LQ04X026720 Putative uncharacterized protein 8.179664186 C6_control_C2 +LQ04X026720 Putative uncharacterized protein 8.379989955 C6_control_C3 +LQ04X026720 Putative uncharacterized protein 5.55312893 C6_chemical_A1 +LQ04X026720 Putative uncharacterized protein 5.560098848 C6_chemical_A3 +LQ04X026720 Putative uncharacterized protein 5.220811449 C6_chemical_B1 +LQ04X026720 Putative uncharacterized protein 7.956791768 C6_chemical_B2 +LQ04X026720 Putative uncharacterized protein 5.899764254 C6_chemical_B3 +LQ04X026720 Putative uncharacterized protein 8.65884308 C6_chemical_C1 +LQ04X026720 Putative uncharacterized protein 8.699323599 C6_chemical_C2 +LQ04X026720 Putative uncharacterized protein 7.87345348 C6_chemical_C3 +LQ04X026720 Putative uncharacterized protein 5.901764454 L4_control_A1 +LQ04X026720 Putative uncharacterized protein 5.166404902 L4_control_A2 +LQ04X026720 Putative uncharacterized protein 5.485217167 L4_control_A3 +LQ04X026720 Putative uncharacterized protein 5.555179917 L4_control_B1 +LQ04X026720 Putative uncharacterized protein 5.175133291 L4_control_B2 +LQ04X026720 Putative uncharacterized protein 7.528588522 L4_control_B3 +LQ04X026720 Putative uncharacterized protein 4.972485537 L4_control_C2 +LQ04X026720 Putative uncharacterized protein 5.447245179 L4_control_C3 +LQ04X026720 Putative uncharacterized protein 6.124599464 L4_chemical_A1 +LQ04X026720 Putative uncharacterized protein 5.183159435 L4_chemical_A2 +LQ04X026720 Putative uncharacterized protein 5.286321618 L4_chemical_A3 +LQ04X026720 Putative uncharacterized protein 4.654301857 L4_chemical_B1 +LQ04X026720 Putative uncharacterized protein 5.02266716 L4_chemical_B2 +LQ04X026720 Putative uncharacterized protein 6.383597176 L4_chemical_B3 +LQ04X026720 Putative uncharacterized protein 4.914696 L4_chemical_C2 +LQ04X026720 Putative uncharacterized protein 5.384491645 L4_chemical_C3 +LQ04X026730 Predicted protein 13.024908 C6_control_A1 +LQ04X026730 Predicted protein 12.58485337 C6_control_A3 +LQ04X026730 Predicted protein 12.98884295 C6_control_B1 +LQ04X026730 Predicted protein 13.39442471 C6_control_B2 +LQ04X026730 Predicted protein 13.00799773 C6_control_B3 +LQ04X026730 Predicted protein 12.92151396 C6_control_C1 +LQ04X026730 Predicted protein 12.5118262 C6_control_C2 +LQ04X026730 Predicted protein 13.05781427 C6_control_C3 +LQ04X026730 Predicted protein 12.98881399 C6_chemical_A1 +LQ04X026730 Predicted protein 12.20157997 C6_chemical_A3 +LQ04X026730 Predicted protein 12.82544505 C6_chemical_B1 +LQ04X026730 Predicted protein 13.38695952 C6_chemical_B2 +LQ04X026730 Predicted protein 12.87312679 C6_chemical_B3 +LQ04X026730 Predicted protein 12.87569206 C6_chemical_C1 +LQ04X026730 Predicted protein 13.23175381 C6_chemical_C2 +LQ04X026730 Predicted protein 12.82363347 C6_chemical_C3 +LQ04X026730 Predicted protein 13.33383218 L4_control_A1 +LQ04X026730 Predicted protein 13.34920449 L4_control_A2 +LQ04X026730 Predicted protein 13.39357579 L4_control_A3 +LQ04X026730 Predicted protein 13.30457121 L4_control_B1 +LQ04X026730 Predicted protein 11.9889913 L4_control_B2 +LQ04X026730 Predicted protein 12.85455537 L4_control_B3 +LQ04X026730 Predicted protein 12.64902389 L4_control_C2 +LQ04X026730 Predicted protein 12.33674429 L4_control_C3 +LQ04X026730 Predicted protein 13.14130336 L4_chemical_A1 +LQ04X026730 Predicted protein 13.24332532 L4_chemical_A2 +LQ04X026730 Predicted protein 13.3247254 L4_chemical_A3 +LQ04X026730 Predicted protein 13.03140954 L4_chemical_B1 +LQ04X026730 Predicted protein 13.08255455 L4_chemical_B2 +LQ04X026730 Predicted protein 13.0732352 L4_chemical_B3 +LQ04X026730 Predicted protein 12.58418577 L4_chemical_C2 +LQ04X026730 Predicted protein 12.55363215 L4_chemical_C3 +LQ04X026760 Protein MOS2 6.225192108 C6_control_A1 +LQ04X026760 Protein MOS2 5.786632022 C6_control_A3 +LQ04X026760 Protein MOS2 5.646721318 C6_control_B1 +LQ04X026760 Protein MOS2 5.892448572 C6_control_B2 +LQ04X026760 Protein MOS2 5.918574788 C6_control_B3 +LQ04X026760 Protein MOS2 5.440390733 C6_control_C1 +LQ04X026760 Protein MOS2 5.254313769 C6_control_C2 +LQ04X026760 Protein MOS2 5.575824429 C6_control_C3 +LQ04X026760 Protein MOS2 6.256941963 C6_chemical_A1 +LQ04X026760 Protein MOS2 5.721628029 C6_chemical_A3 +LQ04X026760 Protein MOS2 5.425266086 C6_chemical_B1 +LQ04X026760 Protein MOS2 5.808869751 C6_chemical_B2 +LQ04X026760 Protein MOS2 6.254235532 C6_chemical_B3 +LQ04X026760 Protein MOS2 5.646720197 C6_chemical_C1 +LQ04X026760 Protein MOS2 5.339618405 C6_chemical_C2 +LQ04X026760 Protein MOS2 5.279013026 C6_chemical_C3 +LQ04X026760 Protein MOS2 5.682317471 L4_control_A1 +LQ04X026760 Protein MOS2 6.293207028 L4_control_A2 +LQ04X026760 Protein MOS2 5.886308934 L4_control_A3 +LQ04X026760 Protein MOS2 5.590847346 L4_control_B1 +LQ04X026760 Protein MOS2 5.490969072 L4_control_B2 +LQ04X026760 Protein MOS2 5.841766174 L4_control_B3 +LQ04X026760 Protein MOS2 5.390989038 L4_control_C2 +LQ04X026760 Protein MOS2 5.64294248 L4_control_C3 +LQ04X026760 Protein MOS2 6.279883876 L4_chemical_A1 +LQ04X026760 Protein MOS2 6.231481946 L4_chemical_A2 +LQ04X026760 Protein MOS2 5.742725653 L4_chemical_A3 +LQ04X026760 Protein MOS2 5.295492596 L4_chemical_B1 +LQ04X026760 Protein MOS2 5.269825658 L4_chemical_B2 +LQ04X026760 Protein MOS2 5.786586663 L4_chemical_B3 +LQ04X026760 Protein MOS2 5.440696237 L4_chemical_C2 +LQ04X026760 Protein MOS2 5.219792866 L4_chemical_C3 +LQ04X026770 Nucleotide binding protein, putative 12.11579226 C6_control_A1 +LQ04X026770 Nucleotide binding protein, putative 11.99742633 C6_control_A3 +LQ04X026770 Nucleotide binding protein, putative 12.28449313 C6_control_B1 +LQ04X026770 Nucleotide binding protein, putative 11.81464162 C6_control_B2 +LQ04X026770 Nucleotide binding protein, putative 12.30159347 C6_control_B3 +LQ04X026770 Nucleotide binding protein, putative 12.74030956 C6_control_C1 +LQ04X026770 Nucleotide binding protein, putative 12.28365893 C6_control_C2 +LQ04X026770 Nucleotide binding protein, putative 12.40310773 C6_control_C3 +LQ04X026770 Nucleotide binding protein, putative 12.20313694 C6_chemical_A1 +LQ04X026770 Nucleotide binding protein, putative 12.14705025 C6_chemical_A3 +LQ04X026770 Nucleotide binding protein, putative 12.35931875 C6_chemical_B1 +LQ04X026770 Nucleotide binding protein, putative 11.55577533 C6_chemical_B2 +LQ04X026770 Nucleotide binding protein, putative 12.47437293 C6_chemical_B3 +LQ04X026770 Nucleotide binding protein, putative 12.64019257 C6_chemical_C1 +LQ04X026770 Nucleotide binding protein, putative 12.28952925 C6_chemical_C2 +LQ04X026770 Nucleotide binding protein, putative 12.40397134 C6_chemical_C3 +LQ04X026770 Nucleotide binding protein, putative 12.49865921 L4_control_A1 +LQ04X026770 Nucleotide binding protein, putative 12.26827824 L4_control_A2 +LQ04X026770 Nucleotide binding protein, putative 12.847473 L4_control_A3 +LQ04X026770 Nucleotide binding protein, putative 12.420515 L4_control_B1 +LQ04X026770 Nucleotide binding protein, putative 13.0757789 L4_control_B2 +LQ04X026770 Nucleotide binding protein, putative 12.42481695 L4_control_B3 +LQ04X026770 Nucleotide binding protein, putative 13.50948172 L4_control_C2 +LQ04X026770 Nucleotide binding protein, putative 12.87877303 L4_control_C3 +LQ04X026770 Nucleotide binding protein, putative 12.43223489 L4_chemical_A1 +LQ04X026770 Nucleotide binding protein, putative 12.42929693 L4_chemical_A2 +LQ04X026770 Nucleotide binding protein, putative 12.85776408 L4_chemical_A3 +LQ04X026770 Nucleotide binding protein, putative 12.57750063 L4_chemical_B1 +LQ04X026770 Nucleotide binding protein, putative 13.14639458 L4_chemical_B2 +LQ04X026770 Nucleotide binding protein, putative 12.55153303 L4_chemical_B3 +LQ04X026770 Nucleotide binding protein, putative 13.33072943 L4_chemical_C2 +LQ04X026770 Nucleotide binding protein, putative 12.96668877 L4_chemical_C3 +LQ04X026780 Beta-amylase 1, chloroplastic 9.863521528 C6_control_A1 +LQ04X026780 Beta-amylase 1, chloroplastic 8.962652785 C6_control_A3 +LQ04X026780 Beta-amylase 1, chloroplastic 10.78126169 C6_control_B1 +LQ04X026780 Beta-amylase 1, chloroplastic 10.41136935 C6_control_B2 +LQ04X026780 Beta-amylase 1, chloroplastic 10.14149454 C6_control_B3 +LQ04X026780 Beta-amylase 1, chloroplastic 13.44413044 C6_control_C1 +LQ04X026780 Beta-amylase 1, chloroplastic 12.53314019 C6_control_C2 +LQ04X026780 Beta-amylase 1, chloroplastic 12.00953722 C6_control_C3 +LQ04X026780 Beta-amylase 1, chloroplastic 10.72528631 C6_chemical_A1 +LQ04X026780 Beta-amylase 1, chloroplastic 10.43660935 C6_chemical_A3 +LQ04X026780 Beta-amylase 1, chloroplastic 12.04671713 C6_chemical_B1 +LQ04X026780 Beta-amylase 1, chloroplastic 11.01046433 C6_chemical_B2 +LQ04X026780 Beta-amylase 1, chloroplastic 10.79420957 C6_chemical_B3 +LQ04X026780 Beta-amylase 1, chloroplastic 13.64142179 C6_chemical_C1 +LQ04X026780 Beta-amylase 1, chloroplastic 12.77786714 C6_chemical_C2 +LQ04X026780 Beta-amylase 1, chloroplastic 13.22326594 C6_chemical_C3 +LQ04X026780 Beta-amylase 1, chloroplastic 10.23499893 L4_control_A1 +LQ04X026780 Beta-amylase 1, chloroplastic 10.00873366 L4_control_A2 +LQ04X026780 Beta-amylase 1, chloroplastic 11.10011188 L4_control_A3 +LQ04X026780 Beta-amylase 1, chloroplastic 11.46024942 L4_control_B1 +LQ04X026780 Beta-amylase 1, chloroplastic 10.31114516 L4_control_B2 +LQ04X026780 Beta-amylase 1, chloroplastic 10.71507634 L4_control_B3 +LQ04X026780 Beta-amylase 1, chloroplastic 12.68096006 L4_control_C2 +LQ04X026780 Beta-amylase 1, chloroplastic 12.552285 L4_control_C3 +LQ04X026780 Beta-amylase 1, chloroplastic 12.4614849 L4_chemical_A1 +LQ04X026780 Beta-amylase 1, chloroplastic 12.34607948 L4_chemical_A2 +LQ04X026780 Beta-amylase 1, chloroplastic 11.85749407 L4_chemical_A3 +LQ04X026780 Beta-amylase 1, chloroplastic 11.62118652 L4_chemical_B1 +LQ04X026780 Beta-amylase 1, chloroplastic 11.05274204 L4_chemical_B2 +LQ04X026780 Beta-amylase 1, chloroplastic 11.23829606 L4_chemical_B3 +LQ04X026780 Beta-amylase 1, chloroplastic 12.73526801 L4_chemical_C2 +LQ04X026780 Beta-amylase 1, chloroplastic 12.7895368 L4_chemical_C3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.331387802 C6_control_A1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.291356532 C6_control_A3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.402364241 C6_control_B1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 4.961913403 C6_control_B2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.03627239 C6_control_B3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.203525286 C6_control_C1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.372504344 C6_control_C2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 4.900828606 C6_control_C3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.115636954 C6_chemical_A1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.239949068 C6_chemical_A3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 4.976943163 C6_chemical_B1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.212992964 C6_chemical_B2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.084900688 C6_chemical_B3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 4.983461657 C6_chemical_C1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.20909774 C6_chemical_C2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.389323616 C6_chemical_C3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.285307163 L4_control_A1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.449238758 L4_control_A2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.876097263 L4_control_A3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.293406119 L4_control_B1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.548174621 L4_control_B2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.17319153 L4_control_B3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.267496241 L4_control_C2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.194747912 L4_control_C3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.286111647 L4_chemical_A1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.045493716 L4_chemical_A2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.580591772 L4_chemical_A3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.050437443 L4_chemical_B1 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 4.645395265 L4_chemical_B2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.181182403 L4_chemical_B3 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.439454532 L4_chemical_C2 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.694977761 L4_chemical_C3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.82871846 C6_control_A1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.9129754 C6_control_A3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.80476105 C6_control_B1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 12.11298628 C6_control_B2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.93073386 C6_control_B3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 12.55429709 C6_control_C1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 12.29448244 C6_control_C2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 12.62034298 C6_control_C3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.49108164 C6_chemical_A1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.54968566 C6_chemical_A3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.58899297 C6_chemical_B1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 12.13310092 C6_chemical_B2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.84207993 C6_chemical_B3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 12.48814332 C6_chemical_C1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 12.43397598 C6_chemical_C2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 12.63383831 C6_chemical_C3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.52375185 L4_control_A1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.17416952 L4_control_A2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.10991283 L4_control_A3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.2869042 L4_control_B1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 10.43266445 L4_control_B2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.51565175 L4_control_B3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.33761062 L4_control_C2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.13627253 L4_control_C3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.95398182 L4_chemical_A1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.45576009 L4_chemical_A2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.42329234 L4_chemical_A3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.12377409 L4_chemical_B1 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 10.79108369 L4_chemical_B2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.39251432 L4_chemical_B3 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 10.97196495 L4_chemical_C2 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.32694723 L4_chemical_C3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.376261341 C6_control_A1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.83806415 C6_control_A3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.587647631 C6_control_B1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.930682962 C6_control_B2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.522843489 C6_control_B3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.774705099 C6_control_C1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.832604215 C6_control_C2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.973886149 C6_control_C3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.34206901 C6_chemical_A1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.627076151 C6_chemical_A3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.896921891 C6_chemical_B1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.017082981 C6_chemical_B2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.074005846 C6_chemical_B3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.809836837 C6_chemical_C1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.883529744 C6_chemical_C2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.849223111 C6_chemical_C3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.956155206 L4_control_A1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.405348249 L4_control_A2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.177433241 L4_control_A3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.492954444 L4_control_B1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.292138534 L4_control_B2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.15603148 L4_control_B3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 4.831341569 L4_control_C2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 6.018409756 L4_control_C3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.148457068 L4_chemical_A1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.344160101 L4_chemical_A2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.344638582 L4_chemical_A3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.405898495 L4_chemical_B1 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.947105093 L4_chemical_B2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.281450331 L4_chemical_B3 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.457270942 L4_chemical_C2 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.739181856 L4_chemical_C3 +LQ04X026880 BI1-like protein 5.450306969 C6_control_A1 +LQ04X026880 BI1-like protein 6.013863326 C6_control_A3 +LQ04X026880 BI1-like protein 5.090269766 C6_control_B1 +LQ04X026880 BI1-like protein 5.98325702 C6_control_B2 +LQ04X026880 BI1-like protein 5.128997951 C6_control_B3 +LQ04X026880 BI1-like protein 5.615725705 C6_control_C1 +LQ04X026880 BI1-like protein 6.735393961 C6_control_C2 +LQ04X026880 BI1-like protein 6.15434999 C6_control_C3 +LQ04X026880 BI1-like protein 5.843689373 C6_chemical_A1 +LQ04X026880 BI1-like protein 5.899053648 C6_chemical_A3 +LQ04X026880 BI1-like protein 5.319706469 C6_chemical_B1 +LQ04X026880 BI1-like protein 5.823284405 C6_chemical_B2 +LQ04X026880 BI1-like protein 5.303538122 C6_chemical_B3 +LQ04X026880 BI1-like protein 5.847490408 C6_chemical_C1 +LQ04X026880 BI1-like protein 6.470289901 C6_chemical_C2 +LQ04X026880 BI1-like protein 5.376280178 C6_chemical_C3 +LQ04X026880 BI1-like protein 5.540402802 L4_control_A1 +LQ04X026880 BI1-like protein 5.592442211 L4_control_A2 +LQ04X026880 BI1-like protein 5.509915022 L4_control_A3 +LQ04X026880 BI1-like protein 5.571320287 L4_control_B1 +LQ04X026880 BI1-like protein 5.830221489 L4_control_B2 +LQ04X026880 BI1-like protein 5.777520179 L4_control_B3 +LQ04X026880 BI1-like protein 5.790245616 L4_control_C2 +LQ04X026880 BI1-like protein 5.405594808 L4_control_C3 +LQ04X026880 BI1-like protein 5.01783217 L4_chemical_A1 +LQ04X026880 BI1-like protein 5.504107443 L4_chemical_A2 +LQ04X026880 BI1-like protein 5.88366167 L4_chemical_A3 +LQ04X026880 BI1-like protein 5.781766904 L4_chemical_B1 +LQ04X026880 BI1-like protein 5.512687752 L4_chemical_B2 +LQ04X026880 BI1-like protein 5.98964855 L4_chemical_B3 +LQ04X026880 BI1-like protein 5.363592586 L4_chemical_C2 +LQ04X026880 BI1-like protein 5.105276285 L4_chemical_C3 +LQ04X026890 Synapse-associated protein, putative 4.88560218 C6_control_A1 +LQ04X026890 Synapse-associated protein, putative 4.889518325 C6_control_A3 +LQ04X026890 Synapse-associated protein, putative 4.60574935 C6_control_B1 +LQ04X026890 Synapse-associated protein, putative 4.869674358 C6_control_B2 +LQ04X026890 Synapse-associated protein, putative 4.71778681 C6_control_B3 +LQ04X026890 Synapse-associated protein, putative 4.799991051 C6_control_C1 +LQ04X026890 Synapse-associated protein, putative 5.057631259 C6_control_C2 +LQ04X026890 Synapse-associated protein, putative 4.789082407 C6_control_C3 +LQ04X026890 Synapse-associated protein, putative 4.875863361 C6_chemical_A1 +LQ04X026890 Synapse-associated protein, putative 5.266947001 C6_chemical_A3 +LQ04X026890 Synapse-associated protein, putative 4.730455245 C6_chemical_B1 +LQ04X026890 Synapse-associated protein, putative 4.914855624 C6_chemical_B2 +LQ04X026890 Synapse-associated protein, putative 4.532499004 C6_chemical_B3 +LQ04X026890 Synapse-associated protein, putative 4.957765071 C6_chemical_C1 +LQ04X026890 Synapse-associated protein, putative 4.827817769 C6_chemical_C2 +LQ04X026890 Synapse-associated protein, putative 4.945714188 C6_chemical_C3 +LQ04X026890 Synapse-associated protein, putative 4.645230562 L4_control_A1 +LQ04X026890 Synapse-associated protein, putative 4.981069851 L4_control_A2 +LQ04X026890 Synapse-associated protein, putative 5.281092724 L4_control_A3 +LQ04X026890 Synapse-associated protein, putative 5.357150126 L4_control_B1 +LQ04X026890 Synapse-associated protein, putative 4.895264052 L4_control_B2 +LQ04X026890 Synapse-associated protein, putative 4.680647139 L4_control_B3 +LQ04X026890 Synapse-associated protein, putative 4.810107241 L4_control_C2 +LQ04X026890 Synapse-associated protein, putative 4.900541167 L4_control_C3 +LQ04X026890 Synapse-associated protein, putative 4.610412957 L4_chemical_A1 +LQ04X026890 Synapse-associated protein, putative 4.553918179 L4_chemical_A2 +LQ04X026890 Synapse-associated protein, putative 5.100188182 L4_chemical_A3 +LQ04X026890 Synapse-associated protein, putative 4.889097136 L4_chemical_B1 +LQ04X026890 Synapse-associated protein, putative 5.194693234 L4_chemical_B2 +LQ04X026890 Synapse-associated protein, putative 4.689992237 L4_chemical_B3 +LQ04X026890 Synapse-associated protein, putative 5.099629554 L4_chemical_C2 +LQ04X026890 Synapse-associated protein, putative 4.783679548 L4_chemical_C3 +LQ04X026900 Putative Calcium-binding protein 39 6.818091021 C6_control_A1 +LQ04X026900 Putative Calcium-binding protein 39 8.038098202 C6_control_A3 +LQ04X026900 Putative Calcium-binding protein 39 6.798980489 C6_control_B1 +LQ04X026900 Putative Calcium-binding protein 39 6.3090741 C6_control_B2 +LQ04X026900 Putative Calcium-binding protein 39 6.639748012 C6_control_B3 +LQ04X026900 Putative Calcium-binding protein 39 6.594173952 C6_control_C1 +LQ04X026900 Putative Calcium-binding protein 39 8.220884 C6_control_C2 +LQ04X026900 Putative Calcium-binding protein 39 5.952631565 C6_control_C3 +LQ04X026900 Putative Calcium-binding protein 39 6.261940841 C6_chemical_A1 +LQ04X026900 Putative Calcium-binding protein 39 6.144028192 C6_chemical_A3 +LQ04X026900 Putative Calcium-binding protein 39 6.592368703 C6_chemical_B1 +LQ04X026900 Putative Calcium-binding protein 39 6.418013342 C6_chemical_B2 +LQ04X026900 Putative Calcium-binding protein 39 6.200340206 C6_chemical_B3 +LQ04X026900 Putative Calcium-binding protein 39 6.351445491 C6_chemical_C1 +LQ04X026900 Putative Calcium-binding protein 39 5.908950141 C6_chemical_C2 +LQ04X026900 Putative Calcium-binding protein 39 5.58227088 C6_chemical_C3 +LQ04X026900 Putative Calcium-binding protein 39 6.227686589 L4_control_A1 +LQ04X026900 Putative Calcium-binding protein 39 6.292365186 L4_control_A2 +LQ04X026900 Putative Calcium-binding protein 39 5.94885877 L4_control_A3 +LQ04X026900 Putative Calcium-binding protein 39 5.972551864 L4_control_B1 +LQ04X026900 Putative Calcium-binding protein 39 6.106742101 L4_control_B2 +LQ04X026900 Putative Calcium-binding protein 39 6.432321082 L4_control_B3 +LQ04X026900 Putative Calcium-binding protein 39 6.052843158 L4_control_C2 +LQ04X026900 Putative Calcium-binding protein 39 6.697429692 L4_control_C3 +LQ04X026900 Putative Calcium-binding protein 39 6.050091907 L4_chemical_A1 +LQ04X026900 Putative Calcium-binding protein 39 5.845286111 L4_chemical_A2 +LQ04X026900 Putative Calcium-binding protein 39 6.839879876 L4_chemical_A3 +LQ04X026900 Putative Calcium-binding protein 39 7.285620575 L4_chemical_B1 +LQ04X026900 Putative Calcium-binding protein 39 5.7518793 L4_chemical_B2 +LQ04X026900 Putative Calcium-binding protein 39 6.367557747 L4_chemical_B3 +LQ04X026900 Putative Calcium-binding protein 39 5.96180603 L4_chemical_C2 +LQ04X026900 Putative Calcium-binding protein 39 6.588781337 L4_chemical_C3 +LQ04X026910 F-box/LRR-repeat protein 4 11.13989248 C6_control_A1 +LQ04X026910 F-box/LRR-repeat protein 4 10.92927145 C6_control_A3 +LQ04X026910 F-box/LRR-repeat protein 4 11.46767025 C6_control_B1 +LQ04X026910 F-box/LRR-repeat protein 4 11.5354901 C6_control_B2 +LQ04X026910 F-box/LRR-repeat protein 4 11.69969695 C6_control_B3 +LQ04X026910 F-box/LRR-repeat protein 4 11.39912876 C6_control_C1 +LQ04X026910 F-box/LRR-repeat protein 4 10.90329034 C6_control_C2 +LQ04X026910 F-box/LRR-repeat protein 4 11.91444492 C6_control_C3 +LQ04X026910 F-box/LRR-repeat protein 4 10.99440436 C6_chemical_A1 +LQ04X026910 F-box/LRR-repeat protein 4 11.37860465 C6_chemical_A3 +LQ04X026910 F-box/LRR-repeat protein 4 11.42169712 C6_chemical_B1 +LQ04X026910 F-box/LRR-repeat protein 4 11.11290349 C6_chemical_B2 +LQ04X026910 F-box/LRR-repeat protein 4 11.56333067 C6_chemical_B3 +LQ04X026910 F-box/LRR-repeat protein 4 11.38021762 C6_chemical_C1 +LQ04X026910 F-box/LRR-repeat protein 4 11.27567063 C6_chemical_C2 +LQ04X026910 F-box/LRR-repeat protein 4 11.85175848 C6_chemical_C3 +LQ04X026910 F-box/LRR-repeat protein 4 11.2135909 L4_control_A1 +LQ04X026910 F-box/LRR-repeat protein 4 11.55357342 L4_control_A2 +LQ04X026910 F-box/LRR-repeat protein 4 11.21579957 L4_control_A3 +LQ04X026910 F-box/LRR-repeat protein 4 11.6413597 L4_control_B1 +LQ04X026910 F-box/LRR-repeat protein 4 11.4497762 L4_control_B2 +LQ04X026910 F-box/LRR-repeat protein 4 11.55676574 L4_control_B3 +LQ04X026910 F-box/LRR-repeat protein 4 11.50468458 L4_control_C2 +LQ04X026910 F-box/LRR-repeat protein 4 11.64076366 L4_control_C3 +LQ04X026910 F-box/LRR-repeat protein 4 11.31396321 L4_chemical_A1 +LQ04X026910 F-box/LRR-repeat protein 4 11.87951298 L4_chemical_A2 +LQ04X026910 F-box/LRR-repeat protein 4 11.24338527 L4_chemical_A3 +LQ04X026910 F-box/LRR-repeat protein 4 11.89067357 L4_chemical_B1 +LQ04X026910 F-box/LRR-repeat protein 4 11.52481579 L4_chemical_B2 +LQ04X026910 F-box/LRR-repeat protein 4 11.78990158 L4_chemical_B3 +LQ04X026910 F-box/LRR-repeat protein 4 11.66177253 L4_chemical_C2 +LQ04X026910 F-box/LRR-repeat protein 4 11.61874301 L4_chemical_C3 +LQ04X026970 Uncharacterized protein C216.04c 5.466749764 C6_control_A1 +LQ04X026970 Uncharacterized protein C216.04c 6.619951823 C6_control_A3 +LQ04X026970 Uncharacterized protein C216.04c 4.934358695 C6_control_B1 +LQ04X026970 Uncharacterized protein C216.04c 5.961142339 C6_control_B2 +LQ04X026970 Uncharacterized protein C216.04c 5.570837304 C6_control_B3 +LQ04X026970 Uncharacterized protein C216.04c 5.377328118 C6_control_C1 +LQ04X026970 Uncharacterized protein C216.04c 6.267763162 C6_control_C2 +LQ04X026970 Uncharacterized protein C216.04c 5.409054138 C6_control_C3 +LQ04X026970 Uncharacterized protein C216.04c 5.630334674 C6_chemical_A1 +LQ04X026970 Uncharacterized protein C216.04c 5.116456522 C6_chemical_A3 +LQ04X026970 Uncharacterized protein C216.04c 5.270973299 C6_chemical_B1 +LQ04X026970 Uncharacterized protein C216.04c 5.730805592 C6_chemical_B2 +LQ04X026970 Uncharacterized protein C216.04c 5.178617613 C6_chemical_B3 +LQ04X026970 Uncharacterized protein C216.04c 5.379499673 C6_chemical_C1 +LQ04X026970 Uncharacterized protein C216.04c 5.572592756 C6_chemical_C2 +LQ04X026970 Uncharacterized protein C216.04c 5.23704941 C6_chemical_C3 +LQ04X026970 Uncharacterized protein C216.04c 5.631779442 L4_control_A1 +LQ04X026970 Uncharacterized protein C216.04c 5.452569633 L4_control_A2 +LQ04X026970 Uncharacterized protein C216.04c 5.717605179 L4_control_A3 +LQ04X026970 Uncharacterized protein C216.04c 4.895866838 L4_control_B1 +LQ04X026970 Uncharacterized protein C216.04c 5.367172398 L4_control_B2 +LQ04X026970 Uncharacterized protein C216.04c 5.339345869 L4_control_B3 +LQ04X026970 Uncharacterized protein C216.04c 5.560012013 L4_control_C2 +LQ04X026970 Uncharacterized protein C216.04c 5.053033512 L4_control_C3 +LQ04X026970 Uncharacterized protein C216.04c 5.757383174 L4_chemical_A1 +LQ04X026970 Uncharacterized protein C216.04c 5.677472996 L4_chemical_A2 +LQ04X026970 Uncharacterized protein C216.04c 5.940868554 L4_chemical_A3 +LQ04X026970 Uncharacterized protein C216.04c 5.587616224 L4_chemical_B1 +LQ04X026970 Uncharacterized protein C216.04c 5.105113072 L4_chemical_B2 +LQ04X026970 Uncharacterized protein C216.04c 5.726056848 L4_chemical_B3 +LQ04X026970 Uncharacterized protein C216.04c 5.254995407 L4_chemical_C2 +LQ04X026970 Uncharacterized protein C216.04c 5.455194299 L4_chemical_C3 +LQ04X027000 Predicted protein 4.724627731 C6_control_A1 +LQ04X027000 Predicted protein 5.275170629 C6_control_A3 +LQ04X027000 Predicted protein 4.920182392 C6_control_B1 +LQ04X027000 Predicted protein 4.665733313 C6_control_B2 +LQ04X027000 Predicted protein 4.81694683 C6_control_B3 +LQ04X027000 Predicted protein 5.054818425 C6_control_C1 +LQ04X027000 Predicted protein 5.209984661 C6_control_C2 +LQ04X027000 Predicted protein 4.947622051 C6_control_C3 +LQ04X027000 Predicted protein 4.852845855 C6_chemical_A1 +LQ04X027000 Predicted protein 4.999308137 C6_chemical_A3 +LQ04X027000 Predicted protein 5.321991232 C6_chemical_B1 +LQ04X027000 Predicted protein 4.931813696 C6_chemical_B2 +LQ04X027000 Predicted protein 4.635474058 C6_chemical_B3 +LQ04X027000 Predicted protein 5.077882524 C6_chemical_C1 +LQ04X027000 Predicted protein 5.053740026 C6_chemical_C2 +LQ04X027000 Predicted protein 4.989795828 C6_chemical_C3 +LQ04X027000 Predicted protein 4.833686011 L4_control_A1 +LQ04X027000 Predicted protein 4.597662823 L4_control_A2 +LQ04X027000 Predicted protein 5.011074341 L4_control_A3 +LQ04X027000 Predicted protein 4.806788209 L4_control_B1 +LQ04X027000 Predicted protein 4.900687521 L4_control_B2 +LQ04X027000 Predicted protein 4.803179061 L4_control_B3 +LQ04X027000 Predicted protein 5.5859485 L4_control_C2 +LQ04X027000 Predicted protein 5.296998654 L4_control_C3 +LQ04X027000 Predicted protein 4.856458022 L4_chemical_A1 +LQ04X027000 Predicted protein 4.815870594 L4_chemical_A2 +LQ04X027000 Predicted protein 5.024808592 L4_chemical_A3 +LQ04X027000 Predicted protein 4.686441322 L4_chemical_B1 +LQ04X027000 Predicted protein 4.950092054 L4_chemical_B2 +LQ04X027000 Predicted protein 4.53169342 L4_chemical_B3 +LQ04X027000 Predicted protein 5.378730129 L4_chemical_C2 +LQ04X027000 Predicted protein 5.61174453 L4_chemical_C3 +LQ04X027010 Putative uncharacterized protein 7.502573756 C6_control_A1 +LQ04X027010 Putative uncharacterized protein 7.202904788 C6_control_A3 +LQ04X027010 Putative uncharacterized protein 8.412883644 C6_control_B1 +LQ04X027010 Putative uncharacterized protein 6.961953892 C6_control_B2 +LQ04X027010 Putative uncharacterized protein 8.043898529 C6_control_B3 +LQ04X027010 Putative uncharacterized protein 6.438672815 C6_control_C1 +LQ04X027010 Putative uncharacterized protein 6.308834281 C6_control_C2 +LQ04X027010 Putative uncharacterized protein 6.843140439 C6_control_C3 +LQ04X027010 Putative uncharacterized protein 7.436949646 C6_chemical_A1 +LQ04X027010 Putative uncharacterized protein 7.15457547 C6_chemical_A3 +LQ04X027010 Putative uncharacterized protein 8.273016396 C6_chemical_B1 +LQ04X027010 Putative uncharacterized protein 6.613750841 C6_chemical_B2 +LQ04X027010 Putative uncharacterized protein 7.720659697 C6_chemical_B3 +LQ04X027010 Putative uncharacterized protein 6.764331394 C6_chemical_C1 +LQ04X027010 Putative uncharacterized protein 6.642500917 C6_chemical_C2 +LQ04X027010 Putative uncharacterized protein 6.771321889 C6_chemical_C3 +LQ04X027010 Putative uncharacterized protein 7.147589957 L4_control_A1 +LQ04X027010 Putative uncharacterized protein 7.754638728 L4_control_A2 +LQ04X027010 Putative uncharacterized protein 8.347980824 L4_control_A3 +LQ04X027010 Putative uncharacterized protein 6.904931932 L4_control_B1 +LQ04X027010 Putative uncharacterized protein 8.442567668 L4_control_B2 +LQ04X027010 Putative uncharacterized protein 7.74486319 L4_control_B3 +LQ04X027010 Putative uncharacterized protein 8.414075717 L4_control_C2 +LQ04X027010 Putative uncharacterized protein 7.792173196 L4_control_C3 +LQ04X027010 Putative uncharacterized protein 7.078804124 L4_chemical_A1 +LQ04X027010 Putative uncharacterized protein 7.995508503 L4_chemical_A2 +LQ04X027010 Putative uncharacterized protein 7.679283537 L4_chemical_A3 +LQ04X027010 Putative uncharacterized protein 7.968753417 L4_chemical_B1 +LQ04X027010 Putative uncharacterized protein 8.473465879 L4_chemical_B2 +LQ04X027010 Putative uncharacterized protein 7.72400842 L4_chemical_B3 +LQ04X027010 Putative uncharacterized protein 7.935717122 L4_chemical_C2 +LQ04X027010 Putative uncharacterized protein 7.985531816 L4_chemical_C3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 6.806772031 C6_control_A1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 6.424856966 C6_control_A3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 8.652534039 C6_control_B1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 11.35198247 C6_control_B2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 9.556066423 C6_control_B3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 14.11554498 C6_control_C1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 13.4624949 C6_control_C2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 14.30209525 C6_control_C3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 7.264903788 C6_chemical_A1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 6.514431375 C6_chemical_A3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 9.727193003 C6_chemical_B1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 11.36758975 C6_chemical_B2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 10.42162737 C6_chemical_B3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 13.95116627 C6_chemical_C1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 13.77566723 C6_chemical_C2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 14.29211685 C6_chemical_C3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 7.487648313 L4_control_A1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 7.032029506 L4_control_A2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 6.232531103 L4_control_A3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 8.273451926 L4_control_B1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 7.430798175 L4_control_B2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 10.41920791 L4_control_B3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 12.31371614 L4_control_C2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 12.21870799 L4_control_C3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 7.548687155 L4_chemical_A1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 6.796314006 L4_chemical_A2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 6.349931522 L4_chemical_A3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 7.25285691 L4_chemical_B1 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 7.969729583 L4_chemical_B2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 8.695364512 L4_chemical_B3 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 11.88448211 L4_chemical_C2 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 12.68157314 L4_chemical_C3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.734902729 C6_control_A1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.098855836 C6_control_A3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.685986872 C6_control_B1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.660943573 C6_control_B2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.322575514 C6_control_B3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.264565548 C6_control_C1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.314520604 C6_control_C2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.522855387 C6_control_C3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.877943345 C6_chemical_A1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.807379731 C6_chemical_A3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.723309897 C6_chemical_B1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.655275904 C6_chemical_B2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.042688297 C6_chemical_B3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.005477476 C6_chemical_C1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.587090493 C6_chemical_C2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.564478756 C6_chemical_C3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.653721918 L4_control_A1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.203574458 L4_control_A2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.467175576 L4_control_A3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.791353041 L4_control_B1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.870609567 L4_control_B2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.9558213 L4_control_B3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.332829462 L4_control_C2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.811612402 L4_control_C3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.90697328 L4_chemical_A1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.231115004 L4_chemical_A2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.201956055 L4_chemical_A3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.362291712 L4_chemical_B1 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.09004631 L4_chemical_B2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 6.03535128 L4_chemical_B3 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.805136938 L4_chemical_C2 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.84136309 L4_chemical_C3 +LQ04X027070 Predicted protein 5.505330135 C6_control_A1 +LQ04X027070 Predicted protein 5.626666494 C6_control_A3 +LQ04X027070 Predicted protein 5.523546222 C6_control_B1 +LQ04X027070 Predicted protein 5.857150667 C6_control_B2 +LQ04X027070 Predicted protein 5.349439834 C6_control_B3 +LQ04X027070 Predicted protein 6.54238585 C6_control_C1 +LQ04X027070 Predicted protein 6.304507046 C6_control_C2 +LQ04X027070 Predicted protein 6.209990748 C6_control_C3 +LQ04X027070 Predicted protein 5.856219153 C6_chemical_A1 +LQ04X027070 Predicted protein 5.325539582 C6_chemical_A3 +LQ04X027070 Predicted protein 5.465532243 C6_chemical_B1 +LQ04X027070 Predicted protein 6.092089913 C6_chemical_B2 +LQ04X027070 Predicted protein 5.663601288 C6_chemical_B3 +LQ04X027070 Predicted protein 6.312979222 C6_chemical_C1 +LQ04X027070 Predicted protein 6.686008473 C6_chemical_C2 +LQ04X027070 Predicted protein 6.314333969 C6_chemical_C3 +LQ04X027070 Predicted protein 5.353218392 L4_control_A1 +LQ04X027070 Predicted protein 5.536970805 L4_control_A2 +LQ04X027070 Predicted protein 5.625802945 L4_control_A3 +LQ04X027070 Predicted protein 6.112168358 L4_control_B1 +LQ04X027070 Predicted protein 5.653657848 L4_control_B2 +LQ04X027070 Predicted protein 5.368584201 L4_control_B3 +LQ04X027070 Predicted protein 5.331425323 L4_control_C2 +LQ04X027070 Predicted protein 5.611565397 L4_control_C3 +LQ04X027070 Predicted protein 5.111560274 L4_chemical_A1 +LQ04X027070 Predicted protein 5.604098203 L4_chemical_A2 +LQ04X027070 Predicted protein 5.140344655 L4_chemical_A3 +LQ04X027070 Predicted protein 5.38171379 L4_chemical_B1 +LQ04X027070 Predicted protein 5.828926525 L4_chemical_B2 +LQ04X027070 Predicted protein 5.547771582 L4_chemical_B3 +LQ04X027070 Predicted protein 5.774549745 L4_chemical_C2 +LQ04X027070 Predicted protein 5.861285584 L4_chemical_C3 +LQ04X027080 Predicted protein 5.13492481 C6_control_A1 +LQ04X027080 Predicted protein 5.333386816 C6_control_A3 +LQ04X027080 Predicted protein 5.27967499 C6_control_B1 +LQ04X027080 Predicted protein 5.338422173 C6_control_B2 +LQ04X027080 Predicted protein 5.295085855 C6_control_B3 +LQ04X027080 Predicted protein 5.611059293 C6_control_C1 +LQ04X027080 Predicted protein 5.391192223 C6_control_C2 +LQ04X027080 Predicted protein 5.503418215 C6_control_C3 +LQ04X027080 Predicted protein 5.115097927 C6_chemical_A1 +LQ04X027080 Predicted protein 5.504077173 C6_chemical_A3 +LQ04X027080 Predicted protein 5.644930269 C6_chemical_B1 +LQ04X027080 Predicted protein 5.400273488 C6_chemical_B2 +LQ04X027080 Predicted protein 5.560440293 C6_chemical_B3 +LQ04X027080 Predicted protein 5.252556044 C6_chemical_C1 +LQ04X027080 Predicted protein 5.343693658 C6_chemical_C2 +LQ04X027080 Predicted protein 6.202944735 C6_chemical_C3 +LQ04X027080 Predicted protein 5.781724079 L4_control_A1 +LQ04X027080 Predicted protein 5.798367837 L4_control_A2 +LQ04X027080 Predicted protein 5.877084064 L4_control_A3 +LQ04X027080 Predicted protein 5.974269033 L4_control_B1 +LQ04X027080 Predicted protein 6.070039501 L4_control_B2 +LQ04X027080 Predicted protein 5.820787073 L4_control_B3 +LQ04X027080 Predicted protein 6.606884025 L4_control_C2 +LQ04X027080 Predicted protein 6.370863215 L4_control_C3 +LQ04X027080 Predicted protein 5.336932032 L4_chemical_A1 +LQ04X027080 Predicted protein 5.32222015 L4_chemical_A2 +LQ04X027080 Predicted protein 5.552850422 L4_chemical_A3 +LQ04X027080 Predicted protein 5.674315723 L4_chemical_B1 +LQ04X027080 Predicted protein 5.848640915 L4_chemical_B2 +LQ04X027080 Predicted protein 5.540565382 L4_chemical_B3 +LQ04X027080 Predicted protein 6.463721122 L4_chemical_C2 +LQ04X027080 Predicted protein 6.138832021 L4_chemical_C3 +LQ04X027090 Putative uncharacterized protein 12.05454395 C6_control_A1 +LQ04X027090 Putative uncharacterized protein 11.25781517 C6_control_A3 +LQ04X027090 Putative uncharacterized protein 12.8687588 C6_control_B1 +LQ04X027090 Putative uncharacterized protein 12.21279766 C6_control_B2 +LQ04X027090 Putative uncharacterized protein 12.3049754 C6_control_B3 +LQ04X027090 Putative uncharacterized protein 12.71173824 C6_control_C1 +LQ04X027090 Putative uncharacterized protein 12.73590538 C6_control_C2 +LQ04X027090 Putative uncharacterized protein 12.31291914 C6_control_C3 +LQ04X027090 Putative uncharacterized protein 12.14964025 C6_chemical_A1 +LQ04X027090 Putative uncharacterized protein 11.51078272 C6_chemical_A3 +LQ04X027090 Putative uncharacterized protein 13.12950126 C6_chemical_B1 +LQ04X027090 Putative uncharacterized protein 12.34017314 C6_chemical_B2 +LQ04X027090 Putative uncharacterized protein 12.17283918 C6_chemical_B3 +LQ04X027090 Putative uncharacterized protein 12.71374283 C6_chemical_C1 +LQ04X027090 Putative uncharacterized protein 12.78823925 C6_chemical_C2 +LQ04X027090 Putative uncharacterized protein 12.77098709 C6_chemical_C3 +LQ04X027090 Putative uncharacterized protein 10.64261427 L4_control_A1 +LQ04X027090 Putative uncharacterized protein 10.85510585 L4_control_A2 +LQ04X027090 Putative uncharacterized protein 11.10196383 L4_control_A3 +LQ04X027090 Putative uncharacterized protein 12.60979451 L4_control_B1 +LQ04X027090 Putative uncharacterized protein 13.10418269 L4_control_B2 +LQ04X027090 Putative uncharacterized protein 12.07938188 L4_control_B3 +LQ04X027090 Putative uncharacterized protein 13.23894562 L4_control_C2 +LQ04X027090 Putative uncharacterized protein 12.69264177 L4_control_C3 +LQ04X027090 Putative uncharacterized protein 11.40869521 L4_chemical_A1 +LQ04X027090 Putative uncharacterized protein 11.59008427 L4_chemical_A2 +LQ04X027090 Putative uncharacterized protein 10.88583109 L4_chemical_A3 +LQ04X027090 Putative uncharacterized protein 12.96538926 L4_chemical_B1 +LQ04X027090 Putative uncharacterized protein 13.03853181 L4_chemical_B2 +LQ04X027090 Putative uncharacterized protein 11.6613105 L4_chemical_B3 +LQ04X027090 Putative uncharacterized protein 13.61242716 L4_chemical_C2 +LQ04X027090 Putative uncharacterized protein 13.25091803 L4_chemical_C3 +LQ04X027110 Predicted protein 12.8218183 C6_control_A1 +LQ04X027110 Predicted protein 12.79958161 C6_control_A3 +LQ04X027110 Predicted protein 12.89111921 C6_control_B1 +LQ04X027110 Predicted protein 12.79868687 C6_control_B2 +LQ04X027110 Predicted protein 13.03608283 C6_control_B3 +LQ04X027110 Predicted protein 12.04979744 C6_control_C1 +LQ04X027110 Predicted protein 11.94163476 C6_control_C2 +LQ04X027110 Predicted protein 12.27000442 C6_control_C3 +LQ04X027110 Predicted protein 12.60562098 C6_chemical_A1 +LQ04X027110 Predicted protein 12.53307851 C6_chemical_A3 +LQ04X027110 Predicted protein 12.92691359 C6_chemical_B1 +LQ04X027110 Predicted protein 12.75907932 C6_chemical_B2 +LQ04X027110 Predicted protein 12.75238243 C6_chemical_B3 +LQ04X027110 Predicted protein 12.13652251 C6_chemical_C1 +LQ04X027110 Predicted protein 11.85825069 C6_chemical_C2 +LQ04X027110 Predicted protein 12.30297217 C6_chemical_C3 +LQ04X027110 Predicted protein 12.13712447 L4_control_A1 +LQ04X027110 Predicted protein 12.10295447 L4_control_A2 +LQ04X027110 Predicted protein 11.37935033 L4_control_A3 +LQ04X027110 Predicted protein 12.90939609 L4_control_B1 +LQ04X027110 Predicted protein 12.590679 L4_control_B2 +LQ04X027110 Predicted protein 12.61044587 L4_control_B3 +LQ04X027110 Predicted protein 11.92023394 L4_control_C2 +LQ04X027110 Predicted protein 12.07086328 L4_control_C3 +LQ04X027110 Predicted protein 12.59632338 L4_chemical_A1 +LQ04X027110 Predicted protein 12.50728265 L4_chemical_A2 +LQ04X027110 Predicted protein 11.96747601 L4_chemical_A3 +LQ04X027110 Predicted protein 12.96265502 L4_chemical_B1 +LQ04X027110 Predicted protein 12.74115554 L4_chemical_B2 +LQ04X027110 Predicted protein 12.7265816 L4_chemical_B3 +LQ04X027110 Predicted protein 12.07854036 L4_chemical_C2 +LQ04X027110 Predicted protein 11.9575866 L4_chemical_C3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.82559418 C6_control_A1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.8086243 C6_control_A3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.90331481 C6_control_B1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 11.55532726 C6_control_B2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 11.06137119 C6_control_B3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.55477246 C6_control_C1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.40566171 C6_control_C2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.43338157 C6_control_C3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.84124974 C6_chemical_A1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.33521161 C6_chemical_A3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.6053921 C6_chemical_B1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 11.71295743 C6_chemical_B2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.53723869 C6_chemical_B3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.63404847 C6_chemical_C1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.49041287 C6_chemical_C2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 9.602559106 C6_chemical_C3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 9.797110577 L4_control_A1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 9.840670737 L4_control_A2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 8.739379457 L4_control_A3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.10225368 L4_control_B1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 9.341776132 L4_control_B2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.31442996 L4_control_B3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 8.394033452 L4_control_C2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 8.675237866 L4_control_C3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 9.980873031 L4_chemical_A1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 9.386421723 L4_chemical_A2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 8.833632898 L4_chemical_A3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 9.810982461 L4_chemical_B1 +LQ04X027120 Histidine-containing phosphotransfer protein 1 9.459418481 L4_chemical_B2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.68878843 L4_chemical_B3 +LQ04X027120 Histidine-containing phosphotransfer protein 1 8.999121803 L4_chemical_C2 +LQ04X027120 Histidine-containing phosphotransfer protein 1 8.262874336 L4_chemical_C3 +LQ04X027140 Putative uncharacterized protein 5.667056561 C6_control_A1 +LQ04X027140 Putative uncharacterized protein 6.022160731 C6_control_A3 +LQ04X027140 Putative uncharacterized protein 5.331276132 C6_control_B1 +LQ04X027140 Putative uncharacterized protein 6.165175092 C6_control_B2 +LQ04X027140 Putative uncharacterized protein 5.710756875 C6_control_B3 +LQ04X027140 Putative uncharacterized protein 6.229750047 C6_control_C1 +LQ04X027140 Putative uncharacterized protein 6.191534812 C6_control_C2 +LQ04X027140 Putative uncharacterized protein 5.884532511 C6_control_C3 +LQ04X027140 Putative uncharacterized protein 5.630704811 C6_chemical_A1 +LQ04X027140 Putative uncharacterized protein 5.721537725 C6_chemical_A3 +LQ04X027140 Putative uncharacterized protein 5.832073406 C6_chemical_B1 +LQ04X027140 Putative uncharacterized protein 6.062362299 C6_chemical_B2 +LQ04X027140 Putative uncharacterized protein 5.461906692 C6_chemical_B3 +LQ04X027140 Putative uncharacterized protein 6.127969239 C6_chemical_C1 +LQ04X027140 Putative uncharacterized protein 6.634948975 C6_chemical_C2 +LQ04X027140 Putative uncharacterized protein 5.643046933 C6_chemical_C3 +LQ04X027140 Putative uncharacterized protein 5.570417842 L4_control_A1 +LQ04X027140 Putative uncharacterized protein 5.861912882 L4_control_A2 +LQ04X027140 Putative uncharacterized protein 5.860252413 L4_control_A3 +LQ04X027140 Putative uncharacterized protein 5.177794327 L4_control_B1 +LQ04X027140 Putative uncharacterized protein 5.276190196 L4_control_B2 +LQ04X027140 Putative uncharacterized protein 5.886351074 L4_control_B3 +LQ04X027140 Putative uncharacterized protein 5.584833068 L4_control_C2 +LQ04X027140 Putative uncharacterized protein 6.207732592 L4_control_C3 +LQ04X027140 Putative uncharacterized protein 5.828043872 L4_chemical_A1 +LQ04X027140 Putative uncharacterized protein 5.526955758 L4_chemical_A2 +LQ04X027140 Putative uncharacterized protein 6.339754585 L4_chemical_A3 +LQ04X027140 Putative uncharacterized protein 5.731926705 L4_chemical_B1 +LQ04X027140 Putative uncharacterized protein 5.833212023 L4_chemical_B2 +LQ04X027140 Putative uncharacterized protein 5.820155895 L4_chemical_B3 +LQ04X027140 Putative uncharacterized protein 6.274320857 L4_chemical_C2 +LQ04X027140 Putative uncharacterized protein 6.276776638 L4_chemical_C3 +LQ04X027160 Sugar transporter ERD6-like 16 9.855772695 C6_control_A1 +LQ04X027160 Sugar transporter ERD6-like 16 9.626864893 C6_control_A3 +LQ04X027160 Sugar transporter ERD6-like 16 10.91416343 C6_control_B1 +LQ04X027160 Sugar transporter ERD6-like 16 10.66499768 C6_control_B2 +LQ04X027160 Sugar transporter ERD6-like 16 11.31235553 C6_control_B3 +LQ04X027160 Sugar transporter ERD6-like 16 10.06930708 C6_control_C1 +LQ04X027160 Sugar transporter ERD6-like 16 11.27054295 C6_control_C2 +LQ04X027160 Sugar transporter ERD6-like 16 11.91207589 C6_control_C3 +LQ04X027160 Sugar transporter ERD6-like 16 8.304012729 C6_chemical_A1 +LQ04X027160 Sugar transporter ERD6-like 16 9.609468557 C6_chemical_A3 +LQ04X027160 Sugar transporter ERD6-like 16 10.00115701 C6_chemical_B1 +LQ04X027160 Sugar transporter ERD6-like 16 10.67334888 C6_chemical_B2 +LQ04X027160 Sugar transporter ERD6-like 16 11.28744108 C6_chemical_B3 +LQ04X027160 Sugar transporter ERD6-like 16 9.182190933 C6_chemical_C1 +LQ04X027160 Sugar transporter ERD6-like 16 10.52742263 C6_chemical_C2 +LQ04X027160 Sugar transporter ERD6-like 16 12.05655096 C6_chemical_C3 +LQ04X027160 Sugar transporter ERD6-like 16 10.22291071 L4_control_A1 +LQ04X027160 Sugar transporter ERD6-like 16 11.27525755 L4_control_A2 +LQ04X027160 Sugar transporter ERD6-like 16 11.02166448 L4_control_A3 +LQ04X027160 Sugar transporter ERD6-like 16 11.79210478 L4_control_B1 +LQ04X027160 Sugar transporter ERD6-like 16 12.17200168 L4_control_B2 +LQ04X027160 Sugar transporter ERD6-like 16 12.55323453 L4_control_B3 +LQ04X027160 Sugar transporter ERD6-like 16 11.72703887 L4_control_C2 +LQ04X027160 Sugar transporter ERD6-like 16 13.02223564 L4_control_C3 +LQ04X027160 Sugar transporter ERD6-like 16 10.33364983 L4_chemical_A1 +LQ04X027160 Sugar transporter ERD6-like 16 10.84491274 L4_chemical_A2 +LQ04X027160 Sugar transporter ERD6-like 16 10.49382593 L4_chemical_A3 +LQ04X027160 Sugar transporter ERD6-like 16 10.99505783 L4_chemical_B1 +LQ04X027160 Sugar transporter ERD6-like 16 10.90778251 L4_chemical_B2 +LQ04X027160 Sugar transporter ERD6-like 16 12.32481335 L4_chemical_B3 +LQ04X027160 Sugar transporter ERD6-like 16 11.34083907 L4_chemical_C2 +LQ04X027160 Sugar transporter ERD6-like 16 11.99709484 L4_chemical_C3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.457905409 C6_control_A1 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.280645269 C6_control_A3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.560460476 C6_control_B1 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.121516813 C6_control_B2 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.502725698 C6_control_B3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.372168232 C6_control_C1 +LQ04X027170 Squamosa promoter-binding-like protein 7 4.916882494 C6_control_C2 +LQ04X027170 Squamosa promoter-binding-like protein 7 4.88290656 C6_control_C3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.00491173 C6_chemical_A1 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.418343295 C6_chemical_A3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.251713743 C6_chemical_B1 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.098740507 C6_chemical_B2 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.051286632 C6_chemical_B3 +LQ04X027170 Squamosa promoter-binding-like protein 7 4.987705105 C6_chemical_C1 +LQ04X027170 Squamosa promoter-binding-like protein 7 4.996976844 C6_chemical_C2 +LQ04X027170 Squamosa promoter-binding-like protein 7 4.812551758 C6_chemical_C3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.074492961 L4_control_A1 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.686492132 L4_control_A2 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.863211487 L4_control_A3 +LQ04X027170 Squamosa promoter-binding-like protein 7 4.927392496 L4_control_B1 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.81548024 L4_control_B2 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.548115032 L4_control_B3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.808538419 L4_control_C2 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.265902501 L4_control_C3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.566235441 L4_chemical_A1 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.610485944 L4_chemical_A2 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.765258196 L4_chemical_A3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.381909519 L4_chemical_B1 +LQ04X027170 Squamosa promoter-binding-like protein 7 6.217669491 L4_chemical_B2 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.06506727 L4_chemical_B3 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.041684594 L4_chemical_C2 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.811160587 L4_chemical_C3 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.073823867 C6_control_A1 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.251376585 C6_control_A3 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.551586057 C6_control_B1 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.760127354 C6_control_B2 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.766185947 C6_control_B3 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.788899448 C6_control_C1 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.569898357 C6_control_C2 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.865125895 C6_control_C3 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.978767341 C6_chemical_A1 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.865567415 C6_chemical_A3 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.674420503 C6_chemical_B1 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.010246484 C6_chemical_B2 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.701823779 C6_chemical_B3 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.848683062 C6_chemical_C1 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.159450464 C6_chemical_C2 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.662850074 C6_chemical_C3 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.774756701 L4_control_A1 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.16285796 L4_control_A2 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.930184906 L4_control_A3 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.647403203 L4_control_B1 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.91454453 L4_control_B2 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.433664726 L4_control_B3 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.634805718 L4_control_C2 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.735062991 L4_control_C3 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.754874952 L4_chemical_A1 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.12407215 L4_chemical_A2 +LQ04X027180 Serine/arginine rich splicing factor, putative 7.216364655 L4_chemical_A3 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.152331971 L4_chemical_B1 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.585969836 L4_chemical_B2 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.378711626 L4_chemical_B3 +LQ04X027180 Serine/arginine rich splicing factor, putative 6.087365214 L4_chemical_C2 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.907084214 L4_chemical_C3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.0755447 C6_control_A1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.60188187 C6_control_A3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.92591684 C6_control_B1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.66747941 C6_control_B2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.77864268 C6_control_B3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.15211673 C6_control_C1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 12.92133887 C6_control_C2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 12.75087605 C6_control_C3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.11574041 C6_chemical_A1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.06389306 C6_chemical_A3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.9095739 C6_chemical_B1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.31678782 C6_chemical_B2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.24893178 C6_chemical_B3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.18321243 C6_chemical_C1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 12.89817311 C6_chemical_C2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 12.51680252 C6_chemical_C3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.37558163 L4_control_A1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.14444132 L4_control_A2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.48241698 L4_control_A3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.74591366 L4_control_B1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.11700931 L4_control_B2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.21711908 L4_control_B3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.2064498 L4_control_C2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 12.69650739 L4_control_C3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.97236187 L4_chemical_A1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.92710705 L4_chemical_A2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.25618703 L4_chemical_A3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.93215679 L4_chemical_B1 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.78388046 L4_chemical_B2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.71463666 L4_chemical_B3 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 13.25305217 L4_chemical_C2 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 12.73870296 L4_chemical_C3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.63379154 C6_control_A1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.1026271 C6_control_A3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.39116681 C6_control_B1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.02814659 C6_control_B2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.27132695 C6_control_B3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 11.80221908 C6_control_C1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 12.45242198 C6_control_C2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.09231347 C6_control_C3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.73250341 C6_chemical_A1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.27255103 C6_chemical_A3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.70065754 C6_chemical_B1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.33996469 C6_chemical_B2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.27411076 C6_chemical_B3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 11.46281913 C6_chemical_C1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 11.88475558 C6_chemical_C2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 12.70384921 C6_chemical_C3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.43150179 L4_control_A1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.39520773 L4_control_A2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 14.07030288 L4_control_A3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.20183646 L4_control_B1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.76038211 L4_control_B2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.54987037 L4_control_B3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 11.62562614 L4_control_C2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.18811509 L4_control_C3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.190573 L4_chemical_A1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.26908914 L4_chemical_A2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.84228981 L4_chemical_A3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 12.98255825 L4_chemical_B1 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.04427481 L4_chemical_B2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.68612439 L4_chemical_B3 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 11.25881028 L4_chemical_C2 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.2510143 L4_chemical_C3 +LQ04X027220 Peroxidase 24 5.224351402 C6_control_A1 +LQ04X027220 Peroxidase 24 4.825517358 C6_control_A3 +LQ04X027220 Peroxidase 24 5.052099417 C6_control_B1 +LQ04X027220 Peroxidase 24 5.061148565 C6_control_B2 +LQ04X027220 Peroxidase 24 5.122130027 C6_control_B3 +LQ04X027220 Peroxidase 24 5.4280392 C6_control_C1 +LQ04X027220 Peroxidase 24 4.976684698 C6_control_C2 +LQ04X027220 Peroxidase 24 5.0418229 C6_control_C3 +LQ04X027220 Peroxidase 24 5.1394689 C6_chemical_A1 +LQ04X027220 Peroxidase 24 4.918594774 C6_chemical_A3 +LQ04X027220 Peroxidase 24 5.272484553 C6_chemical_B1 +LQ04X027220 Peroxidase 24 5.03876077 C6_chemical_B2 +LQ04X027220 Peroxidase 24 5.092840484 C6_chemical_B3 +LQ04X027220 Peroxidase 24 5.326844096 C6_chemical_C1 +LQ04X027220 Peroxidase 24 5.066291472 C6_chemical_C2 +LQ04X027220 Peroxidase 24 4.793412154 C6_chemical_C3 +LQ04X027220 Peroxidase 24 4.888434343 L4_control_A1 +LQ04X027220 Peroxidase 24 5.07260955 L4_control_A2 +LQ04X027220 Peroxidase 24 4.87225343 L4_control_A3 +LQ04X027220 Peroxidase 24 5.044838089 L4_control_B1 +LQ04X027220 Peroxidase 24 5.053957878 L4_control_B2 +LQ04X027220 Peroxidase 24 5.113165652 L4_control_B3 +LQ04X027220 Peroxidase 24 5.872055036 L4_control_C2 +LQ04X027220 Peroxidase 24 4.988050874 L4_control_C3 +LQ04X027220 Peroxidase 24 4.942427942 L4_chemical_A1 +LQ04X027220 Peroxidase 24 5.088637293 L4_chemical_A2 +LQ04X027220 Peroxidase 24 5.136464219 L4_chemical_A3 +LQ04X027220 Peroxidase 24 5.116714365 L4_chemical_B1 +LQ04X027220 Peroxidase 24 5.027446232 L4_chemical_B2 +LQ04X027220 Peroxidase 24 4.897187427 L4_chemical_B3 +LQ04X027220 Peroxidase 24 5.47251108 L4_chemical_C2 +LQ04X027220 Peroxidase 24 5.017015356 L4_chemical_C3 +LQ04X027250 Putative uncharacterized protein 12.26497424 C6_control_A1 +LQ04X027250 Putative uncharacterized protein 12.50226297 C6_control_A3 +LQ04X027250 Putative uncharacterized protein 11.99023426 C6_control_B1 +LQ04X027250 Putative uncharacterized protein 12.32014555 C6_control_B2 +LQ04X027250 Putative uncharacterized protein 11.89966403 C6_control_B3 +LQ04X027250 Putative uncharacterized protein 11.97811744 C6_control_C1 +LQ04X027250 Putative uncharacterized protein 12.08547444 C6_control_C2 +LQ04X027250 Putative uncharacterized protein 12.11742264 C6_control_C3 +LQ04X027250 Putative uncharacterized protein 12.255239 C6_chemical_A1 +LQ04X027250 Putative uncharacterized protein 11.72869544 C6_chemical_A3 +LQ04X027250 Putative uncharacterized protein 11.86303203 C6_chemical_B1 +LQ04X027250 Putative uncharacterized protein 12.32289152 C6_chemical_B2 +LQ04X027250 Putative uncharacterized protein 11.66332876 C6_chemical_B3 +LQ04X027250 Putative uncharacterized protein 12.16580055 C6_chemical_C1 +LQ04X027250 Putative uncharacterized protein 12.13722233 C6_chemical_C2 +LQ04X027250 Putative uncharacterized protein 11.92262454 C6_chemical_C3 +LQ04X027250 Putative uncharacterized protein 12.56457839 L4_control_A1 +LQ04X027250 Putative uncharacterized protein 12.50013755 L4_control_A2 +LQ04X027250 Putative uncharacterized protein 12.42111168 L4_control_A3 +LQ04X027250 Putative uncharacterized protein 11.59320234 L4_control_B1 +LQ04X027250 Putative uncharacterized protein 10.45079578 L4_control_B2 +LQ04X027250 Putative uncharacterized protein 11.74313992 L4_control_B3 +LQ04X027250 Putative uncharacterized protein 11.59421109 L4_control_C2 +LQ04X027250 Putative uncharacterized protein 10.9928841 L4_control_C3 +LQ04X027250 Putative uncharacterized protein 12.39722632 L4_chemical_A1 +LQ04X027250 Putative uncharacterized protein 12.42710484 L4_chemical_A2 +LQ04X027250 Putative uncharacterized protein 12.46518559 L4_chemical_A3 +LQ04X027250 Putative uncharacterized protein 11.55474687 L4_chemical_B1 +LQ04X027250 Putative uncharacterized protein 11.11186491 L4_chemical_B2 +LQ04X027250 Putative uncharacterized protein 11.73783537 L4_chemical_B3 +LQ04X027250 Putative uncharacterized protein 11.72403635 L4_chemical_C2 +LQ04X027250 Putative uncharacterized protein 11.28236229 L4_chemical_C3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.406303427 C6_control_A1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.646494582 C6_control_A3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.20173333 C6_control_B1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.643437401 C6_control_B2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.229777847 C6_control_B3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.701806883 C6_control_C1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.239537739 C6_control_C2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.534921771 C6_control_C3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.194283058 C6_chemical_A1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.043718564 C6_chemical_A3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.083669663 C6_chemical_B1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.687246041 C6_chemical_B2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.840890063 C6_chemical_B3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.081390077 C6_chemical_C1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.656838488 C6_chemical_C2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.746601243 C6_chemical_C3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.772649499 L4_control_A1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.655174799 L4_control_A2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.872303206 L4_control_A3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.645436071 L4_control_B1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.496546032 L4_control_B2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.214029024 L4_control_B3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.231253021 L4_control_C2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.37759166 L4_control_C3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.848911279 L4_chemical_A1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.893642905 L4_chemical_A2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.616165172 L4_chemical_A3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.028797661 L4_chemical_B1 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.323012965 L4_chemical_B2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.328075169 L4_chemical_B3 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.700782171 L4_chemical_C2 +LQ04X027270 Pax transcription activation domain interacting protein, putative 5.475490567 L4_chemical_C3 +LQ04X027280 Putative Predicted protein 7.314295805 C6_control_A1 +LQ04X027280 Putative Predicted protein 5.723941001 C6_control_A3 +LQ04X027280 Putative Predicted protein 6.291602681 C6_control_B1 +LQ04X027280 Putative Predicted protein 7.756236022 C6_control_B2 +LQ04X027280 Putative Predicted protein 6.971709143 C6_control_B3 +LQ04X027280 Putative Predicted protein 8.658110424 C6_control_C1 +LQ04X027280 Putative Predicted protein 6.839286378 C6_control_C2 +LQ04X027280 Putative Predicted protein 8.096433879 C6_control_C3 +LQ04X027280 Putative Predicted protein 7.741027243 C6_chemical_A1 +LQ04X027280 Putative Predicted protein 7.74971901 C6_chemical_A3 +LQ04X027280 Putative Predicted protein 7.201265451 C6_chemical_B1 +LQ04X027280 Putative Predicted protein 8.19415492 C6_chemical_B2 +LQ04X027280 Putative Predicted protein 7.963653202 C6_chemical_B3 +LQ04X027280 Putative Predicted protein 8.713205747 C6_chemical_C1 +LQ04X027280 Putative Predicted protein 8.718026536 C6_chemical_C2 +LQ04X027280 Putative Predicted protein 8.750819717 C6_chemical_C3 +LQ04X027280 Putative Predicted protein 7.61163002 L4_control_A1 +LQ04X027280 Putative Predicted protein 6.666624535 L4_control_A2 +LQ04X027280 Putative Predicted protein 6.128711934 L4_control_A3 +LQ04X027280 Putative Predicted protein 6.143204451 L4_control_B1 +LQ04X027280 Putative Predicted protein 7.060604318 L4_control_B2 +LQ04X027280 Putative Predicted protein 8.085428293 L4_control_B3 +LQ04X027280 Putative Predicted protein 7.99069729 L4_control_C2 +LQ04X027280 Putative Predicted protein 7.398324608 L4_control_C3 +LQ04X027280 Putative Predicted protein 7.53232156 L4_chemical_A1 +LQ04X027280 Putative Predicted protein 6.403223423 L4_chemical_A2 +LQ04X027280 Putative Predicted protein 6.300325256 L4_chemical_A3 +LQ04X027280 Putative Predicted protein 6.224479218 L4_chemical_B1 +LQ04X027280 Putative Predicted protein 6.466457638 L4_chemical_B2 +LQ04X027280 Putative Predicted protein 7.712976588 L4_chemical_B3 +LQ04X027280 Putative Predicted protein 8.137785328 L4_chemical_C2 +LQ04X027280 Putative Predicted protein 7.8242184 L4_chemical_C3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.90523313 C6_control_A1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.90028275 C6_control_A3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.53368585 C6_control_B1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.38853326 C6_control_B2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.19826426 C6_control_B3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.19909615 C6_control_C1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.23207101 C6_control_C2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.20300669 C6_control_C3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.67372697 C6_chemical_A1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.7424323 C6_chemical_A3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.18770348 C6_chemical_B1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.21533947 C6_chemical_B2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.05686142 C6_chemical_B3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.17367216 C6_chemical_C1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.39673898 C6_chemical_C2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.69964599 C6_chemical_C3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.51585947 L4_control_A1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.66157682 L4_control_A2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.08518826 L4_control_A3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.61136387 L4_control_B1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.18203258 L4_control_B2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.71312439 L4_control_B3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.56869704 L4_control_C2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.18002461 L4_control_C3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 11.64150878 L4_chemical_A1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.52624062 L4_chemical_A2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.90144491 L4_chemical_A3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.44780607 L4_chemical_B1 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.21019202 L4_chemical_B2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.99053703 L4_chemical_B3 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.68218826 L4_chemical_C2 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.79036218 L4_chemical_C3 +LQ04X027310 Hypothetical protein 5.462164595 C6_control_A1 +LQ04X027310 Hypothetical protein 5.602322533 C6_control_A3 +LQ04X027310 Hypothetical protein 6.168086316 C6_control_B1 +LQ04X027310 Hypothetical protein 6.15444309 C6_control_B2 +LQ04X027310 Hypothetical protein 6.072647687 C6_control_B3 +LQ04X027310 Hypothetical protein 6.338491351 C6_control_C1 +LQ04X027310 Hypothetical protein 7.613413312 C6_control_C2 +LQ04X027310 Hypothetical protein 6.215733889 C6_control_C3 +LQ04X027310 Hypothetical protein 5.340485537 C6_chemical_A1 +LQ04X027310 Hypothetical protein 5.169321303 C6_chemical_A3 +LQ04X027310 Hypothetical protein 6.165888861 C6_chemical_B1 +LQ04X027310 Hypothetical protein 6.067642958 C6_chemical_B2 +LQ04X027310 Hypothetical protein 5.470781726 C6_chemical_B3 +LQ04X027310 Hypothetical protein 6.401915092 C6_chemical_C1 +LQ04X027310 Hypothetical protein 5.982559976 C6_chemical_C2 +LQ04X027310 Hypothetical protein 6.108989384 C6_chemical_C3 +LQ04X027310 Hypothetical protein 5.292727336 L4_control_A1 +LQ04X027310 Hypothetical protein 5.024949973 L4_control_A2 +LQ04X027310 Hypothetical protein 4.93358997 L4_control_A3 +LQ04X027310 Hypothetical protein 5.110539713 L4_control_B1 +LQ04X027310 Hypothetical protein 4.907642134 L4_control_B2 +LQ04X027310 Hypothetical protein 5.042611387 L4_control_B3 +LQ04X027310 Hypothetical protein 5.38730417 L4_control_C2 +LQ04X027310 Hypothetical protein 5.51424907 L4_control_C3 +LQ04X027310 Hypothetical protein 5.932911947 L4_chemical_A1 +LQ04X027310 Hypothetical protein 4.945667794 L4_chemical_A2 +LQ04X027310 Hypothetical protein 4.56713368 L4_chemical_A3 +LQ04X027310 Hypothetical protein 5.184487984 L4_chemical_B1 +LQ04X027310 Hypothetical protein 5.122540915 L4_chemical_B2 +LQ04X027310 Hypothetical protein 5.343679544 L4_chemical_B3 +LQ04X027310 Hypothetical protein 5.193575812 L4_chemical_C2 +LQ04X027310 Hypothetical protein 5.070002159 L4_chemical_C3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.135517566 C6_control_A1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.564799448 C6_control_A3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.927941991 C6_control_B1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.654357786 C6_control_B2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.15269802 C6_control_B3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.989946621 C6_control_C1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.628556496 C6_control_C2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.010694299 C6_control_C3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.216199533 C6_chemical_A1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.736753351 C6_chemical_A3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.760766945 C6_chemical_B1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.04688166 C6_chemical_B2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.15608541 C6_chemical_B3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.709319509 C6_chemical_C1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.735795566 C6_chemical_C2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.855827687 C6_chemical_C3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.221609558 L4_control_A1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.045330474 L4_control_A2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.960811489 L4_control_A3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.743989884 L4_control_B1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.113134762 L4_control_B2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.677458069 L4_control_B3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.091016542 L4_control_C2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.901098486 L4_control_C3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.329676863 L4_chemical_A1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.960942388 L4_chemical_A2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.867390646 L4_chemical_A3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.951275952 L4_chemical_B1 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.859366847 L4_chemical_B2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 5.828769816 L4_chemical_B3 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.146415039 L4_chemical_C2 +LQ04X027320 Putative uncharacterized protein At5g18700.1 4.942733594 L4_chemical_C3 +LQ04X027330 Putative Predicted protein 5.424881084 C6_control_A1 +LQ04X027330 Putative Predicted protein 5.668443344 C6_control_A3 +LQ04X027330 Putative Predicted protein 5.353227415 C6_control_B1 +LQ04X027330 Putative Predicted protein 5.582632821 C6_control_B2 +LQ04X027330 Putative Predicted protein 5.198833429 C6_control_B3 +LQ04X027330 Putative Predicted protein 6.351312666 C6_control_C1 +LQ04X027330 Putative Predicted protein 5.142036253 C6_control_C2 +LQ04X027330 Putative Predicted protein 5.578414261 C6_control_C3 +LQ04X027330 Putative Predicted protein 5.633624794 C6_chemical_A1 +LQ04X027330 Putative Predicted protein 5.824184949 C6_chemical_A3 +LQ04X027330 Putative Predicted protein 5.602992401 C6_chemical_B1 +LQ04X027330 Putative Predicted protein 5.351108892 C6_chemical_B2 +LQ04X027330 Putative Predicted protein 5.682588942 C6_chemical_B3 +LQ04X027330 Putative Predicted protein 6.119280614 C6_chemical_C1 +LQ04X027330 Putative Predicted protein 5.645224169 C6_chemical_C2 +LQ04X027330 Putative Predicted protein 5.201104454 C6_chemical_C3 +LQ04X027330 Putative Predicted protein 5.787027417 L4_control_A1 +LQ04X027330 Putative Predicted protein 5.783787982 L4_control_A2 +LQ04X027330 Putative Predicted protein 5.84605023 L4_control_A3 +LQ04X027330 Putative Predicted protein 6.332407577 L4_control_B1 +LQ04X027330 Putative Predicted protein 6.876270043 L4_control_B2 +LQ04X027330 Putative Predicted protein 5.755417188 L4_control_B3 +LQ04X027330 Putative Predicted protein 5.805876543 L4_control_C2 +LQ04X027330 Putative Predicted protein 5.477731844 L4_control_C3 +LQ04X027330 Putative Predicted protein 5.935820124 L4_chemical_A1 +LQ04X027330 Putative Predicted protein 6.16059496 L4_chemical_A2 +LQ04X027330 Putative Predicted protein 6.15273956 L4_chemical_A3 +LQ04X027330 Putative Predicted protein 6.368239314 L4_chemical_B1 +LQ04X027330 Putative Predicted protein 6.559684707 L4_chemical_B2 +LQ04X027330 Putative Predicted protein 5.468103681 L4_chemical_B3 +LQ04X027330 Putative Predicted protein 7.526949532 L4_chemical_C2 +LQ04X027330 Putative Predicted protein 6.014490301 L4_chemical_C3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.32520492 C6_control_A1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.33439155 C6_control_A3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.5151292 C6_control_B1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.01763841 C6_control_B2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.97247859 C6_control_B3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.55277942 C6_control_C1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.01086547 C6_control_C2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.68066349 C6_control_C3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.16072582 C6_chemical_A1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.96625655 C6_chemical_A3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.47400955 C6_chemical_B1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.5916972 C6_chemical_B2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.08388416 C6_chemical_B3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.65735603 C6_chemical_C1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.00701274 C6_chemical_C2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.32757073 C6_chemical_C3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.79649829 L4_control_A1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.17196586 L4_control_A2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.9734916 L4_control_A3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.79843524 L4_control_B1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.7307025 L4_control_B2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.09809709 L4_control_B3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.00675766 L4_control_C2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.45691355 L4_control_C3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.75764429 L4_chemical_A1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.49965304 L4_chemical_A2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.00137594 L4_chemical_A3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.49105286 L4_chemical_B1 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.9879682 L4_chemical_B2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 13.34693901 L4_chemical_B3 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.04134864 L4_chemical_C2 +LQ04X027340 Acyl carrier protein 1, chloroplastic 11.49145848 L4_chemical_C3 +LQ04X027360 Putative uncharacterized protein 8.159752068 C6_control_A1 +LQ04X027360 Putative uncharacterized protein 8.311661883 C6_control_A3 +LQ04X027360 Putative uncharacterized protein 8.117990492 C6_control_B1 +LQ04X027360 Putative uncharacterized protein 8.537129071 C6_control_B2 +LQ04X027360 Putative uncharacterized protein 8.338364043 C6_control_B3 +LQ04X027360 Putative uncharacterized protein 8.199698739 C6_control_C1 +LQ04X027360 Putative uncharacterized protein 8.314761919 C6_control_C2 +LQ04X027360 Putative uncharacterized protein 8.256941744 C6_control_C3 +LQ04X027360 Putative uncharacterized protein 8.193796799 C6_chemical_A1 +LQ04X027360 Putative uncharacterized protein 7.903563634 C6_chemical_A3 +LQ04X027360 Putative uncharacterized protein 8.228841712 C6_chemical_B1 +LQ04X027360 Putative uncharacterized protein 8.172261162 C6_chemical_B2 +LQ04X027360 Putative uncharacterized protein 8.325940041 C6_chemical_B3 +LQ04X027360 Putative uncharacterized protein 8.224007 C6_chemical_C1 +LQ04X027360 Putative uncharacterized protein 8.61676732 C6_chemical_C2 +LQ04X027360 Putative uncharacterized protein 8.487891878 C6_chemical_C3 +LQ04X027360 Putative uncharacterized protein 7.998883199 L4_control_A1 +LQ04X027360 Putative uncharacterized protein 8.165281748 L4_control_A2 +LQ04X027360 Putative uncharacterized protein 8.706876158 L4_control_A3 +LQ04X027360 Putative uncharacterized protein 8.214365119 L4_control_B1 +LQ04X027360 Putative uncharacterized protein 9.039403973 L4_control_B2 +LQ04X027360 Putative uncharacterized protein 8.098698743 L4_control_B3 +LQ04X027360 Putative uncharacterized protein 8.603437785 L4_control_C2 +LQ04X027360 Putative uncharacterized protein 8.448961693 L4_control_C3 +LQ04X027360 Putative uncharacterized protein 7.427578407 L4_chemical_A1 +LQ04X027360 Putative uncharacterized protein 8.192562991 L4_chemical_A2 +LQ04X027360 Putative uncharacterized protein 8.409961537 L4_chemical_A3 +LQ04X027360 Putative uncharacterized protein 8.008143545 L4_chemical_B1 +LQ04X027360 Putative uncharacterized protein 8.650586911 L4_chemical_B2 +LQ04X027360 Putative uncharacterized protein 7.750121002 L4_chemical_B3 +LQ04X027360 Putative uncharacterized protein 8.925394992 L4_chemical_C2 +LQ04X027360 Putative uncharacterized protein 8.536796177 L4_chemical_C3 +LQ04X027370 Sodium/hydrogen exchanger 2 12.17079661 C6_control_A1 +LQ04X027370 Sodium/hydrogen exchanger 2 12.39088962 C6_control_A3 +LQ04X027370 Sodium/hydrogen exchanger 2 12.28403313 C6_control_B1 +LQ04X027370 Sodium/hydrogen exchanger 2 11.91079349 C6_control_B2 +LQ04X027370 Sodium/hydrogen exchanger 2 12.44585831 C6_control_B3 +LQ04X027370 Sodium/hydrogen exchanger 2 12.13402034 C6_control_C1 +LQ04X027370 Sodium/hydrogen exchanger 2 12.21734596 C6_control_C2 +LQ04X027370 Sodium/hydrogen exchanger 2 12.81687208 C6_control_C3 +LQ04X027370 Sodium/hydrogen exchanger 2 12.17503896 C6_chemical_A1 +LQ04X027370 Sodium/hydrogen exchanger 2 12.88224524 C6_chemical_A3 +LQ04X027370 Sodium/hydrogen exchanger 2 12.0640225 C6_chemical_B1 +LQ04X027370 Sodium/hydrogen exchanger 2 11.91998565 C6_chemical_B2 +LQ04X027370 Sodium/hydrogen exchanger 2 12.50220639 C6_chemical_B3 +LQ04X027370 Sodium/hydrogen exchanger 2 11.94582341 C6_chemical_C1 +LQ04X027370 Sodium/hydrogen exchanger 2 12.41661708 C6_chemical_C2 +LQ04X027370 Sodium/hydrogen exchanger 2 12.85019079 C6_chemical_C3 +LQ04X027370 Sodium/hydrogen exchanger 2 13.15023636 L4_control_A1 +LQ04X027370 Sodium/hydrogen exchanger 2 13.20583679 L4_control_A2 +LQ04X027370 Sodium/hydrogen exchanger 2 13.29783484 L4_control_A3 +LQ04X027370 Sodium/hydrogen exchanger 2 12.92751893 L4_control_B1 +LQ04X027370 Sodium/hydrogen exchanger 2 13.03622187 L4_control_B2 +LQ04X027370 Sodium/hydrogen exchanger 2 12.86964074 L4_control_B3 +LQ04X027370 Sodium/hydrogen exchanger 2 13.14794403 L4_control_C2 +LQ04X027370 Sodium/hydrogen exchanger 2 13.33187141 L4_control_C3 +LQ04X027370 Sodium/hydrogen exchanger 2 13.05344304 L4_chemical_A1 +LQ04X027370 Sodium/hydrogen exchanger 2 13.48541665 L4_chemical_A2 +LQ04X027370 Sodium/hydrogen exchanger 2 13.3434965 L4_chemical_A3 +LQ04X027370 Sodium/hydrogen exchanger 2 12.87104073 L4_chemical_B1 +LQ04X027370 Sodium/hydrogen exchanger 2 13.21255717 L4_chemical_B2 +LQ04X027370 Sodium/hydrogen exchanger 2 13.22566693 L4_chemical_B3 +LQ04X027370 Sodium/hydrogen exchanger 2 13.42646619 L4_chemical_C2 +LQ04X027370 Sodium/hydrogen exchanger 2 13.38617144 L4_chemical_C3 +LQ04X027420 Putative uncharacterized protein 5.000942444 C6_control_A1 +LQ04X027420 Putative uncharacterized protein 5.735506509 C6_control_A3 +LQ04X027420 Putative uncharacterized protein 5.213139827 C6_control_B1 +LQ04X027420 Putative uncharacterized protein 5.040875206 C6_control_B2 +LQ04X027420 Putative uncharacterized protein 5.254818032 C6_control_B3 +LQ04X027420 Putative uncharacterized protein 5.214060383 C6_control_C1 +LQ04X027420 Putative uncharacterized protein 5.438404835 C6_control_C2 +LQ04X027420 Putative uncharacterized protein 5.291102197 C6_control_C3 +LQ04X027420 Putative uncharacterized protein 5.401254742 C6_chemical_A1 +LQ04X027420 Putative uncharacterized protein 5.560353396 C6_chemical_A3 +LQ04X027420 Putative uncharacterized protein 5.186720478 C6_chemical_B1 +LQ04X027420 Putative uncharacterized protein 5.257013549 C6_chemical_B2 +LQ04X027420 Putative uncharacterized protein 5.51375581 C6_chemical_B3 +LQ04X027420 Putative uncharacterized protein 5.278980794 C6_chemical_C1 +LQ04X027420 Putative uncharacterized protein 5.277135289 C6_chemical_C2 +LQ04X027420 Putative uncharacterized protein 5.505741162 C6_chemical_C3 +LQ04X027420 Putative uncharacterized protein 5.490054253 L4_control_A1 +LQ04X027420 Putative uncharacterized protein 5.134167838 L4_control_A2 +LQ04X027420 Putative uncharacterized protein 5.600405953 L4_control_A3 +LQ04X027420 Putative uncharacterized protein 5.439665412 L4_control_B1 +LQ04X027420 Putative uncharacterized protein 5.267844867 L4_control_B2 +LQ04X027420 Putative uncharacterized protein 5.179338505 L4_control_B3 +LQ04X027420 Putative uncharacterized protein 4.958469134 L4_control_C2 +LQ04X027420 Putative uncharacterized protein 4.759996142 L4_control_C3 +LQ04X027420 Putative uncharacterized protein 5.345362256 L4_chemical_A1 +LQ04X027420 Putative uncharacterized protein 5.614503786 L4_chemical_A2 +LQ04X027420 Putative uncharacterized protein 5.474344111 L4_chemical_A3 +LQ04X027420 Putative uncharacterized protein 5.550714867 L4_chemical_B1 +LQ04X027420 Putative uncharacterized protein 5.672289612 L4_chemical_B2 +LQ04X027420 Putative uncharacterized protein 5.209571841 L4_chemical_B3 +LQ04X027420 Putative uncharacterized protein 5.311197198 L4_chemical_C2 +LQ04X027420 Putative uncharacterized protein 4.924886178 L4_chemical_C3 +LQ04X027440 Inactive beta-amylase 9 7.311771726 C6_control_A1 +LQ04X027440 Inactive beta-amylase 9 6.392133272 C6_control_A3 +LQ04X027440 Inactive beta-amylase 9 5.774009185 C6_control_B1 +LQ04X027440 Inactive beta-amylase 9 8.565698645 C6_control_B2 +LQ04X027440 Inactive beta-amylase 9 6.336511221 C6_control_B3 +LQ04X027440 Inactive beta-amylase 9 10.42867178 C6_control_C1 +LQ04X027440 Inactive beta-amylase 9 8.924205558 C6_control_C2 +LQ04X027440 Inactive beta-amylase 9 8.323738156 C6_control_C3 +LQ04X027440 Inactive beta-amylase 9 7.493843478 C6_chemical_A1 +LQ04X027440 Inactive beta-amylase 9 6.867447404 C6_chemical_A3 +LQ04X027440 Inactive beta-amylase 9 6.712298287 C6_chemical_B1 +LQ04X027440 Inactive beta-amylase 9 8.761401758 C6_chemical_B2 +LQ04X027440 Inactive beta-amylase 9 7.260015994 C6_chemical_B3 +LQ04X027440 Inactive beta-amylase 9 10.82535199 C6_chemical_C1 +LQ04X027440 Inactive beta-amylase 9 9.730292402 C6_chemical_C2 +LQ04X027440 Inactive beta-amylase 9 10.06423658 C6_chemical_C3 +LQ04X027440 Inactive beta-amylase 9 7.007772651 L4_control_A1 +LQ04X027440 Inactive beta-amylase 9 7.253661097 L4_control_A2 +LQ04X027440 Inactive beta-amylase 9 7.290045742 L4_control_A3 +LQ04X027440 Inactive beta-amylase 9 7.315258276 L4_control_B1 +LQ04X027440 Inactive beta-amylase 9 6.698505915 L4_control_B2 +LQ04X027440 Inactive beta-amylase 9 8.0653828 L4_control_B3 +LQ04X027440 Inactive beta-amylase 9 5.606164501 L4_control_C2 +LQ04X027440 Inactive beta-amylase 9 6.03145896 L4_control_C3 +LQ04X027440 Inactive beta-amylase 9 8.533872575 L4_chemical_A1 +LQ04X027440 Inactive beta-amylase 9 8.300537549 L4_chemical_A2 +LQ04X027440 Inactive beta-amylase 9 7.536631347 L4_chemical_A3 +LQ04X027440 Inactive beta-amylase 9 6.958927352 L4_chemical_B1 +LQ04X027440 Inactive beta-amylase 9 7.104938537 L4_chemical_B2 +LQ04X027440 Inactive beta-amylase 9 7.449957372 L4_chemical_B3 +LQ04X027440 Inactive beta-amylase 9 6.31533754 L4_chemical_C2 +LQ04X027440 Inactive beta-amylase 9 6.472113517 L4_chemical_C3 +LQ04X027450 Hypothetical protein 5.34835688 C6_control_A1 +LQ04X027450 Hypothetical protein 5.74717943 C6_control_A3 +LQ04X027450 Hypothetical protein 5.087372961 C6_control_B1 +LQ04X027450 Hypothetical protein 5.006726831 C6_control_B2 +LQ04X027450 Hypothetical protein 5.258967522 C6_control_B3 +LQ04X027450 Hypothetical protein 5.376095824 C6_control_C1 +LQ04X027450 Hypothetical protein 5.131462637 C6_control_C2 +LQ04X027450 Hypothetical protein 5.084616907 C6_control_C3 +LQ04X027450 Hypothetical protein 4.962017241 C6_chemical_A1 +LQ04X027450 Hypothetical protein 5.504384337 C6_chemical_A3 +LQ04X027450 Hypothetical protein 5.153152955 C6_chemical_B1 +LQ04X027450 Hypothetical protein 4.93333354 C6_chemical_B2 +LQ04X027450 Hypothetical protein 4.98194728 C6_chemical_B3 +LQ04X027450 Hypothetical protein 4.976943972 C6_chemical_C1 +LQ04X027450 Hypothetical protein 5.119391608 C6_chemical_C2 +LQ04X027450 Hypothetical protein 5.376263319 C6_chemical_C3 +LQ04X027450 Hypothetical protein 5.48171463 L4_control_A1 +LQ04X027450 Hypothetical protein 5.318570702 L4_control_A2 +LQ04X027450 Hypothetical protein 5.196018276 L4_control_A3 +LQ04X027450 Hypothetical protein 5.229013739 L4_control_B1 +LQ04X027450 Hypothetical protein 4.946296857 L4_control_B2 +LQ04X027450 Hypothetical protein 4.686863964 L4_control_B3 +LQ04X027450 Hypothetical protein 5.190626569 L4_control_C2 +LQ04X027450 Hypothetical protein 6.126455544 L4_control_C3 +LQ04X027450 Hypothetical protein 4.968719487 L4_chemical_A1 +LQ04X027450 Hypothetical protein 5.301106958 L4_chemical_A2 +LQ04X027450 Hypothetical protein 5.284315779 L4_chemical_A3 +LQ04X027450 Hypothetical protein 5.596647033 L4_chemical_B1 +LQ04X027450 Hypothetical protein 5.620557871 L4_chemical_B2 +LQ04X027450 Hypothetical protein 5.105766406 L4_chemical_B3 +LQ04X027450 Hypothetical protein 5.032756738 L4_chemical_C2 +LQ04X027450 Hypothetical protein 5.285350505 L4_chemical_C3 +LQ04X027470 Predicted protein 12.75578189 C6_control_A1 +LQ04X027470 Predicted protein 12.0380747 C6_control_A3 +LQ04X027470 Predicted protein 12.80733646 C6_control_B1 +LQ04X027470 Predicted protein 12.4733362 C6_control_B2 +LQ04X027470 Predicted protein 12.6274948 C6_control_B3 +LQ04X027470 Predicted protein 12.03653975 C6_control_C1 +LQ04X027470 Predicted protein 12.31701606 C6_control_C2 +LQ04X027470 Predicted protein 12.30506008 C6_control_C3 +LQ04X027470 Predicted protein 12.61328455 C6_chemical_A1 +LQ04X027470 Predicted protein 12.16225606 C6_chemical_A3 +LQ04X027470 Predicted protein 12.66204652 C6_chemical_B1 +LQ04X027470 Predicted protein 12.6521863 C6_chemical_B2 +LQ04X027470 Predicted protein 12.35826321 C6_chemical_B3 +LQ04X027470 Predicted protein 12.05657986 C6_chemical_C1 +LQ04X027470 Predicted protein 12.10053261 C6_chemical_C2 +LQ04X027470 Predicted protein 12.15407404 C6_chemical_C3 +LQ04X027470 Predicted protein 11.88904911 L4_control_A1 +LQ04X027470 Predicted protein 12.00953377 L4_control_A2 +LQ04X027470 Predicted protein 11.77658208 L4_control_A3 +LQ04X027470 Predicted protein 12.26534941 L4_control_B1 +LQ04X027470 Predicted protein 12.78070827 L4_control_B2 +LQ04X027470 Predicted protein 12.16288609 L4_control_B3 +LQ04X027470 Predicted protein 12.51322056 L4_control_C2 +LQ04X027470 Predicted protein 12.1665239 L4_control_C3 +LQ04X027470 Predicted protein 12.29754768 L4_chemical_A1 +LQ04X027470 Predicted protein 12.2353314 L4_chemical_A2 +LQ04X027470 Predicted protein 12.19371622 L4_chemical_A3 +LQ04X027470 Predicted protein 12.36952416 L4_chemical_B1 +LQ04X027470 Predicted protein 12.502737 L4_chemical_B2 +LQ04X027470 Predicted protein 12.01380677 L4_chemical_B3 +LQ04X027470 Predicted protein 12.48031422 L4_chemical_C2 +LQ04X027470 Predicted protein 12.39385913 L4_chemical_C3 +LQ04X027490 Putative uncharacterized protein 5.604069064 C6_control_A1 +LQ04X027490 Putative uncharacterized protein 5.248403341 C6_control_A3 +LQ04X027490 Putative uncharacterized protein 5.351427627 C6_control_B1 +LQ04X027490 Putative uncharacterized protein 5.247776033 C6_control_B2 +LQ04X027490 Putative uncharacterized protein 5.538185577 C6_control_B3 +LQ04X027490 Putative uncharacterized protein 5.129740975 C6_control_C1 +LQ04X027490 Putative uncharacterized protein 5.48065186 C6_control_C2 +LQ04X027490 Putative uncharacterized protein 5.271603615 C6_control_C3 +LQ04X027490 Putative uncharacterized protein 5.748289606 C6_chemical_A1 +LQ04X027490 Putative uncharacterized protein 5.396453998 C6_chemical_A3 +LQ04X027490 Putative uncharacterized protein 5.439995352 C6_chemical_B1 +LQ04X027490 Putative uncharacterized protein 5.598180678 C6_chemical_B2 +LQ04X027490 Putative uncharacterized protein 5.505816143 C6_chemical_B3 +LQ04X027490 Putative uncharacterized protein 5.264899872 C6_chemical_C1 +LQ04X027490 Putative uncharacterized protein 5.088435743 C6_chemical_C2 +LQ04X027490 Putative uncharacterized protein 5.211992363 C6_chemical_C3 +LQ04X027490 Putative uncharacterized protein 5.753778595 L4_control_A1 +LQ04X027490 Putative uncharacterized protein 5.768070542 L4_control_A2 +LQ04X027490 Putative uncharacterized protein 5.506493246 L4_control_A3 +LQ04X027490 Putative uncharacterized protein 5.611376992 L4_control_B1 +LQ04X027490 Putative uncharacterized protein 5.172696767 L4_control_B2 +LQ04X027490 Putative uncharacterized protein 5.647262881 L4_control_B3 +LQ04X027490 Putative uncharacterized protein 5.645028866 L4_control_C2 +LQ04X027490 Putative uncharacterized protein 5.737211877 L4_control_C3 +LQ04X027490 Putative uncharacterized protein 5.442214892 L4_chemical_A1 +LQ04X027490 Putative uncharacterized protein 5.509009694 L4_chemical_A2 +LQ04X027490 Putative uncharacterized protein 5.432674143 L4_chemical_A3 +LQ04X027490 Putative uncharacterized protein 5.333097117 L4_chemical_B1 +LQ04X027490 Putative uncharacterized protein 5.698048147 L4_chemical_B2 +LQ04X027490 Putative uncharacterized protein 5.657252926 L4_chemical_B3 +LQ04X027490 Putative uncharacterized protein 5.77680116 L4_chemical_C2 +LQ04X027490 Putative uncharacterized protein 5.548721807 L4_chemical_C3 +LQ04X027510 Predicted protein 10.02702357 C6_control_A1 +LQ04X027510 Predicted protein 9.823650378 C6_control_A3 +LQ04X027510 Predicted protein 10.00222498 C6_control_B1 +LQ04X027510 Predicted protein 11.18022973 C6_control_B2 +LQ04X027510 Predicted protein 10.05699376 C6_control_B3 +LQ04X027510 Predicted protein 10.64115011 C6_control_C1 +LQ04X027510 Predicted protein 11.26907385 C6_control_C2 +LQ04X027510 Predicted protein 10.52460786 C6_control_C3 +LQ04X027510 Predicted protein 10.0851514 C6_chemical_A1 +LQ04X027510 Predicted protein 9.662215792 C6_chemical_A3 +LQ04X027510 Predicted protein 9.975950685 C6_chemical_B1 +LQ04X027510 Predicted protein 11.18035349 C6_chemical_B2 +LQ04X027510 Predicted protein 9.909137191 C6_chemical_B3 +LQ04X027510 Predicted protein 10.60608387 C6_chemical_C1 +LQ04X027510 Predicted protein 11.23182526 C6_chemical_C2 +LQ04X027510 Predicted protein 10.44621572 C6_chemical_C3 +LQ04X027510 Predicted protein 9.520848175 L4_control_A1 +LQ04X027510 Predicted protein 10.91458735 L4_control_A2 +LQ04X027510 Predicted protein 10.03174209 L4_control_A3 +LQ04X027510 Predicted protein 10.29837047 L4_control_B1 +LQ04X027510 Predicted protein 10.53823735 L4_control_B2 +LQ04X027510 Predicted protein 11.05181124 L4_control_B3 +LQ04X027510 Predicted protein 10.44791653 L4_control_C2 +LQ04X027510 Predicted protein 10.55957435 L4_control_C3 +LQ04X027510 Predicted protein 9.376116605 L4_chemical_A1 +LQ04X027510 Predicted protein 10.43048727 L4_chemical_A2 +LQ04X027510 Predicted protein 9.3304049 L4_chemical_A3 +LQ04X027510 Predicted protein 9.748845373 L4_chemical_B1 +LQ04X027510 Predicted protein 10.15226037 L4_chemical_B2 +LQ04X027510 Predicted protein 10.38038489 L4_chemical_B3 +LQ04X027510 Predicted protein 10.69495203 L4_chemical_C2 +LQ04X027510 Predicted protein 10.84091 L4_chemical_C3 +LQ04X027520 UPF0497 membrane protein 12 5.031226833 C6_control_A1 +LQ04X027520 UPF0497 membrane protein 12 5.110563804 C6_control_A3 +LQ04X027520 UPF0497 membrane protein 12 5.282226081 C6_control_B1 +LQ04X027520 UPF0497 membrane protein 12 5.047786957 C6_control_B2 +LQ04X027520 UPF0497 membrane protein 12 5.683607939 C6_control_B3 +LQ04X027520 UPF0497 membrane protein 12 5.218386196 C6_control_C1 +LQ04X027520 UPF0497 membrane protein 12 4.929416231 C6_control_C2 +LQ04X027520 UPF0497 membrane protein 12 4.906687296 C6_control_C3 +LQ04X027520 UPF0497 membrane protein 12 5.141514506 C6_chemical_A1 +LQ04X027520 UPF0497 membrane protein 12 5.278528253 C6_chemical_A3 +LQ04X027520 UPF0497 membrane protein 12 5.362921614 C6_chemical_B1 +LQ04X027520 UPF0497 membrane protein 12 5.225464184 C6_chemical_B2 +LQ04X027520 UPF0497 membrane protein 12 4.978031486 C6_chemical_B3 +LQ04X027520 UPF0497 membrane protein 12 5.320836177 C6_chemical_C1 +LQ04X027520 UPF0497 membrane protein 12 5.008940837 C6_chemical_C2 +LQ04X027520 UPF0497 membrane protein 12 5.122148441 C6_chemical_C3 +LQ04X027520 UPF0497 membrane protein 12 5.158896292 L4_control_A1 +LQ04X027520 UPF0497 membrane protein 12 5.828197304 L4_control_A2 +LQ04X027520 UPF0497 membrane protein 12 5.41577557 L4_control_A3 +LQ04X027520 UPF0497 membrane protein 12 5.271395217 L4_control_B1 +LQ04X027520 UPF0497 membrane protein 12 5.462735031 L4_control_B2 +LQ04X027520 UPF0497 membrane protein 12 5.502671159 L4_control_B3 +LQ04X027520 UPF0497 membrane protein 12 5.121882784 L4_control_C2 +LQ04X027520 UPF0497 membrane protein 12 5.004194406 L4_control_C3 +LQ04X027520 UPF0497 membrane protein 12 5.533753082 L4_chemical_A1 +LQ04X027520 UPF0497 membrane protein 12 5.202475503 L4_chemical_A2 +LQ04X027520 UPF0497 membrane protein 12 5.616687265 L4_chemical_A3 +LQ04X027520 UPF0497 membrane protein 12 5.184234445 L4_chemical_B1 +LQ04X027520 UPF0497 membrane protein 12 5.072198225 L4_chemical_B2 +LQ04X027520 UPF0497 membrane protein 12 5.40636189 L4_chemical_B3 +LQ04X027520 UPF0497 membrane protein 12 5.052218355 L4_chemical_C2 +LQ04X027520 UPF0497 membrane protein 12 5.335362148 L4_chemical_C3 +LQ04X027530 UPF0497 membrane protein 4 14.07298055 C6_control_A1 +LQ04X027530 UPF0497 membrane protein 4 13.2326456 C6_control_A3 +LQ04X027530 UPF0497 membrane protein 4 14.72064691 C6_control_B1 +LQ04X027530 UPF0497 membrane protein 4 14.45428092 C6_control_B2 +LQ04X027530 UPF0497 membrane protein 4 14.94166836 C6_control_B3 +LQ04X027530 UPF0497 membrane protein 4 12.98150188 C6_control_C1 +LQ04X027530 UPF0497 membrane protein 4 13.42512219 C6_control_C2 +LQ04X027530 UPF0497 membrane protein 4 13.38400616 C6_control_C3 +LQ04X027530 UPF0497 membrane protein 4 14.06802306 C6_chemical_A1 +LQ04X027530 UPF0497 membrane protein 4 13.28530381 C6_chemical_A3 +LQ04X027530 UPF0497 membrane protein 4 14.89323951 C6_chemical_B1 +LQ04X027530 UPF0497 membrane protein 4 14.59213295 C6_chemical_B2 +LQ04X027530 UPF0497 membrane protein 4 14.9088867 C6_chemical_B3 +LQ04X027530 UPF0497 membrane protein 4 12.90916098 C6_chemical_C1 +LQ04X027530 UPF0497 membrane protein 4 13.40960978 C6_chemical_C2 +LQ04X027530 UPF0497 membrane protein 4 13.84290967 C6_chemical_C3 +LQ04X027530 UPF0497 membrane protein 4 13.3342703 L4_control_A1 +LQ04X027530 UPF0497 membrane protein 4 13.17246825 L4_control_A2 +LQ04X027530 UPF0497 membrane protein 4 12.94431572 L4_control_A3 +LQ04X027530 UPF0497 membrane protein 4 14.70564865 L4_control_B1 +LQ04X027530 UPF0497 membrane protein 4 14.23933341 L4_control_B2 +LQ04X027530 UPF0497 membrane protein 4 14.25799406 L4_control_B3 +LQ04X027530 UPF0497 membrane protein 4 13.40351228 L4_control_C2 +LQ04X027530 UPF0497 membrane protein 4 13.91902293 L4_control_C3 +LQ04X027530 UPF0497 membrane protein 4 12.86661686 L4_chemical_A1 +LQ04X027530 UPF0497 membrane protein 4 13.51991367 L4_chemical_A2 +LQ04X027530 UPF0497 membrane protein 4 13.06896031 L4_chemical_A3 +LQ04X027530 UPF0497 membrane protein 4 14.95913356 L4_chemical_B1 +LQ04X027530 UPF0497 membrane protein 4 14.89606483 L4_chemical_B2 +LQ04X027530 UPF0497 membrane protein 4 14.57934414 L4_chemical_B3 +LQ04X027530 UPF0497 membrane protein 4 14.04589401 L4_chemical_C2 +LQ04X027530 UPF0497 membrane protein 4 13.96277637 L4_chemical_C3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.436844562 C6_control_A1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.764037128 C6_control_A3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.389298156 C6_control_B1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.05236757 C6_control_B2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.905480283 C6_control_B3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.695580105 C6_control_C1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.524888694 C6_control_C2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.324709724 C6_control_C3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 7.681774384 C6_chemical_A1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.738009856 C6_chemical_A3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 7.143887609 C6_chemical_B1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.660703295 C6_chemical_B2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.566058507 C6_chemical_B3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.418628287 C6_chemical_C1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.103251986 C6_chemical_C2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.643869086 C6_chemical_C3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.307930382 L4_control_A1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.111105613 L4_control_A2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.810913607 L4_control_A3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.164915976 L4_control_B1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.757402177 L4_control_B2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.915890106 L4_control_B3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.441930506 L4_control_C2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 10.08411973 L4_control_C3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.167219047 L4_chemical_A1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 10.48206014 L4_chemical_A2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.241121042 L4_chemical_A3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 8.971700909 L4_chemical_B1 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.603198497 L4_chemical_B2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.05381413 L4_chemical_B3 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.667200004 L4_chemical_C2 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 9.954013094 L4_chemical_C3 +LQ04X027600 Predicted protein 13.1505677 C6_control_A1 +LQ04X027600 Predicted protein 12.46747324 C6_control_A3 +LQ04X027600 Predicted protein 12.74864838 C6_control_B1 +LQ04X027600 Predicted protein 12.93611722 C6_control_B2 +LQ04X027600 Predicted protein 12.76627241 C6_control_B3 +LQ04X027600 Predicted protein 12.82397402 C6_control_C1 +LQ04X027600 Predicted protein 12.61525297 C6_control_C2 +LQ04X027600 Predicted protein 12.43797346 C6_control_C3 +LQ04X027600 Predicted protein 13.10673093 C6_chemical_A1 +LQ04X027600 Predicted protein 12.67194143 C6_chemical_A3 +LQ04X027600 Predicted protein 12.85178364 C6_chemical_B1 +LQ04X027600 Predicted protein 13.31239545 C6_chemical_B2 +LQ04X027600 Predicted protein 12.54383567 C6_chemical_B3 +LQ04X027600 Predicted protein 12.90782634 C6_chemical_C1 +LQ04X027600 Predicted protein 12.74309691 C6_chemical_C2 +LQ04X027600 Predicted protein 12.52239806 C6_chemical_C3 +LQ04X027600 Predicted protein 12.80272637 L4_control_A1 +LQ04X027600 Predicted protein 12.39942477 L4_control_A2 +LQ04X027600 Predicted protein 12.42057647 L4_control_A3 +LQ04X027600 Predicted protein 12.48276602 L4_control_B1 +LQ04X027600 Predicted protein 12.44697119 L4_control_B2 +LQ04X027600 Predicted protein 12.48876692 L4_control_B3 +LQ04X027600 Predicted protein 12.30327506 L4_control_C2 +LQ04X027600 Predicted protein 12.16331048 L4_control_C3 +LQ04X027600 Predicted protein 12.90970332 L4_chemical_A1 +LQ04X027600 Predicted protein 12.72866921 L4_chemical_A2 +LQ04X027600 Predicted protein 12.4140162 L4_chemical_A3 +LQ04X027600 Predicted protein 12.53276542 L4_chemical_B1 +LQ04X027600 Predicted protein 12.57100073 L4_chemical_B2 +LQ04X027600 Predicted protein 12.39759597 L4_chemical_B3 +LQ04X027600 Predicted protein 12.44369626 L4_chemical_C2 +LQ04X027600 Predicted protein 12.24870015 L4_chemical_C3 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.797665254 C6_control_A1 +LQ04X027640 Serine/threonine-protein kinase PBS1 8.935811657 C6_control_A3 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.15396498 C6_control_B1 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.904864557 C6_control_B2 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.13149074 C6_control_B3 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.26934547 C6_control_C1 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.29123478 C6_control_C2 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.07448259 C6_control_C3 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.00968273 C6_chemical_A1 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.35385803 C6_chemical_A3 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.19754241 C6_chemical_B1 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.25460289 C6_chemical_B2 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.1912254 C6_chemical_B3 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.2359455 C6_chemical_C1 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.993483111 C6_chemical_C2 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.46655862 C6_chemical_C3 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.02226713 L4_control_A1 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.067601164 L4_control_A2 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.610569482 L4_control_A3 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.62578036 L4_control_B1 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.17959844 L4_control_B2 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.70512704 L4_control_B3 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.45485258 L4_control_C2 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.22280497 L4_control_C3 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.46608527 L4_chemical_A1 +LQ04X027640 Serine/threonine-protein kinase PBS1 8.799410021 L4_chemical_A2 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.584020746 L4_chemical_A3 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.398516574 L4_chemical_B1 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.597266377 L4_chemical_B2 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.05209404 L4_chemical_B3 +LQ04X027640 Serine/threonine-protein kinase PBS1 9.724859163 L4_chemical_C2 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.16265608 L4_chemical_C3 +LQ04X027670 Acyl-CoA binding protein, putative 5.50036958 C6_control_A1 +LQ04X027670 Acyl-CoA binding protein, putative 5.717280876 C6_control_A3 +LQ04X027670 Acyl-CoA binding protein, putative 5.640252605 C6_control_B1 +LQ04X027670 Acyl-CoA binding protein, putative 5.256528818 C6_control_B2 +LQ04X027670 Acyl-CoA binding protein, putative 5.482899719 C6_control_B3 +LQ04X027670 Acyl-CoA binding protein, putative 5.047611359 C6_control_C1 +LQ04X027670 Acyl-CoA binding protein, putative 5.264196612 C6_control_C2 +LQ04X027670 Acyl-CoA binding protein, putative 5.133917576 C6_control_C3 +LQ04X027670 Acyl-CoA binding protein, putative 5.950988681 C6_chemical_A1 +LQ04X027670 Acyl-CoA binding protein, putative 5.620115918 C6_chemical_A3 +LQ04X027670 Acyl-CoA binding protein, putative 5.548979931 C6_chemical_B1 +LQ04X027670 Acyl-CoA binding protein, putative 5.267335916 C6_chemical_B2 +LQ04X027670 Acyl-CoA binding protein, putative 4.901806396 C6_chemical_B3 +LQ04X027670 Acyl-CoA binding protein, putative 5.009290125 C6_chemical_C1 +LQ04X027670 Acyl-CoA binding protein, putative 5.306316363 C6_chemical_C2 +LQ04X027670 Acyl-CoA binding protein, putative 4.883146967 C6_chemical_C3 +LQ04X027670 Acyl-CoA binding protein, putative 5.393086057 L4_control_A1 +LQ04X027670 Acyl-CoA binding protein, putative 6.143231057 L4_control_A2 +LQ04X027670 Acyl-CoA binding protein, putative 6.099656364 L4_control_A3 +LQ04X027670 Acyl-CoA binding protein, putative 5.019318003 L4_control_B1 +LQ04X027670 Acyl-CoA binding protein, putative 6.0047604 L4_control_B2 +LQ04X027670 Acyl-CoA binding protein, putative 5.198149198 L4_control_B3 +LQ04X027670 Acyl-CoA binding protein, putative 4.904851654 L4_control_C2 +LQ04X027670 Acyl-CoA binding protein, putative 4.909178531 L4_control_C3 +LQ04X027670 Acyl-CoA binding protein, putative 5.437871313 L4_chemical_A1 +LQ04X027670 Acyl-CoA binding protein, putative 5.786085994 L4_chemical_A2 +LQ04X027670 Acyl-CoA binding protein, putative 5.70501759 L4_chemical_A3 +LQ04X027670 Acyl-CoA binding protein, putative 5.392248635 L4_chemical_B1 +LQ04X027670 Acyl-CoA binding protein, putative 5.857674971 L4_chemical_B2 +LQ04X027670 Acyl-CoA binding protein, putative 5.252734958 L4_chemical_B3 +LQ04X027670 Acyl-CoA binding protein, putative 5.210923108 L4_chemical_C2 +LQ04X027670 Acyl-CoA binding protein, putative 5.092989113 L4_chemical_C3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.490433582 C6_control_A1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.13812774 C6_control_A3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.289776723 C6_control_B1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 10.14269391 C6_control_B2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.099920688 C6_control_B3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 10.78232584 C6_control_C1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.994089337 C6_control_C2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 11.00373201 C6_control_C3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.029363585 C6_chemical_A1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.223931978 C6_chemical_A3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 8.767211513 C6_chemical_B1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 10.16305118 C6_chemical_B2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.035670226 C6_chemical_B3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 10.78899004 C6_chemical_C1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 10.5171737 C6_chemical_C2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 10.69380457 C6_chemical_C3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.491495786 L4_control_A1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.152044618 L4_control_A2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.094971132 L4_control_A3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 8.938206476 L4_control_B1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.038457683 L4_control_B2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.531820481 L4_control_B3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.263690273 L4_control_C2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.377331123 L4_control_C3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 10.0400271 L4_chemical_A1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 8.973913814 L4_chemical_A2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.220908327 L4_chemical_A3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 8.907953464 L4_chemical_B1 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.427607453 L4_chemical_B2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.212922187 L4_chemical_B3 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.525927894 L4_chemical_C2 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.747718105 L4_chemical_C3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.13430676 C6_control_A1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.64597411 C6_control_A3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.88906761 C6_control_B1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.23090878 C6_control_B2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.48996122 C6_control_B3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.10918233 C6_control_C1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.43987474 C6_control_C2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 10.77132869 C6_control_C3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.01811231 C6_chemical_A1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.71562335 C6_chemical_A3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.81756928 C6_chemical_B1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.06392328 C6_chemical_B2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.69493046 C6_chemical_B3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.0334481 C6_chemical_C1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 10.77480171 C6_chemical_C2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.0118206 C6_chemical_C3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.71078374 L4_control_A1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.30028569 L4_control_A2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.9091705 L4_control_A3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.92401156 L4_control_B1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.56190334 L4_control_B2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.09331829 L4_control_B3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.62279419 L4_control_C2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.05809849 L4_control_C3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.07276455 L4_chemical_A1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.81334143 L4_chemical_A2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.66987887 L4_chemical_A3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.03775491 L4_chemical_B1 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.87500013 L4_chemical_B2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.10292919 L4_chemical_B3 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 11.48076813 L4_chemical_C2 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.05975226 L4_chemical_C3 +LQ04X027710 Serine/threonine protein kinase, putative 8.837943091 C6_control_A1 +LQ04X027710 Serine/threonine protein kinase, putative 8.31394587 C6_control_A3 +LQ04X027710 Serine/threonine protein kinase, putative 6.640281367 C6_control_B1 +LQ04X027710 Serine/threonine protein kinase, putative 6.306120082 C6_control_B2 +LQ04X027710 Serine/threonine protein kinase, putative 6.500221219 C6_control_B3 +LQ04X027710 Serine/threonine protein kinase, putative 6.111438644 C6_control_C1 +LQ04X027710 Serine/threonine protein kinase, putative 6.075574435 C6_control_C2 +LQ04X027710 Serine/threonine protein kinase, putative 6.184430257 C6_control_C3 +LQ04X027710 Serine/threonine protein kinase, putative 7.912776932 C6_chemical_A1 +LQ04X027710 Serine/threonine protein kinase, putative 8.381483678 C6_chemical_A3 +LQ04X027710 Serine/threonine protein kinase, putative 6.011187164 C6_chemical_B1 +LQ04X027710 Serine/threonine protein kinase, putative 6.148855614 C6_chemical_B2 +LQ04X027710 Serine/threonine protein kinase, putative 6.125443724 C6_chemical_B3 +LQ04X027710 Serine/threonine protein kinase, putative 6.306443637 C6_chemical_C1 +LQ04X027710 Serine/threonine protein kinase, putative 6.541085065 C6_chemical_C2 +LQ04X027710 Serine/threonine protein kinase, putative 6.47475587 C6_chemical_C3 +LQ04X027710 Serine/threonine protein kinase, putative 9.281503621 L4_control_A1 +LQ04X027710 Serine/threonine protein kinase, putative 8.197162777 L4_control_A2 +LQ04X027710 Serine/threonine protein kinase, putative 8.741003539 L4_control_A3 +LQ04X027710 Serine/threonine protein kinase, putative 5.989128654 L4_control_B1 +LQ04X027710 Serine/threonine protein kinase, putative 6.266695474 L4_control_B2 +LQ04X027710 Serine/threonine protein kinase, putative 6.40537844 L4_control_B3 +LQ04X027710 Serine/threonine protein kinase, putative 6.539286809 L4_control_C2 +LQ04X027710 Serine/threonine protein kinase, putative 6.477207365 L4_control_C3 +LQ04X027710 Serine/threonine protein kinase, putative 8.255318079 L4_chemical_A1 +LQ04X027710 Serine/threonine protein kinase, putative 6.657354093 L4_chemical_A2 +LQ04X027710 Serine/threonine protein kinase, putative 7.690253881 L4_chemical_A3 +LQ04X027710 Serine/threonine protein kinase, putative 6.724804677 L4_chemical_B1 +LQ04X027710 Serine/threonine protein kinase, putative 6.705235204 L4_chemical_B2 +LQ04X027710 Serine/threonine protein kinase, putative 6.374730448 L4_chemical_B3 +LQ04X027710 Serine/threonine protein kinase, putative 5.533766818 L4_chemical_C2 +LQ04X027710 Serine/threonine protein kinase, putative 6.493393153 L4_chemical_C3 +LQ04X027760 Always early, putative 12.7954183 C6_control_A1 +LQ04X027760 Always early, putative 12.66997184 C6_control_A3 +LQ04X027760 Always early, putative 12.52400564 C6_control_B1 +LQ04X027760 Always early, putative 12.15419762 C6_control_B2 +LQ04X027760 Always early, putative 12.61705197 C6_control_B3 +LQ04X027760 Always early, putative 12.94233452 C6_control_C1 +LQ04X027760 Always early, putative 12.68894838 C6_control_C2 +LQ04X027760 Always early, putative 13.16103242 C6_control_C3 +LQ04X027760 Always early, putative 12.32135029 C6_chemical_A1 +LQ04X027760 Always early, putative 12.72511657 C6_chemical_A3 +LQ04X027760 Always early, putative 12.32967691 C6_chemical_B1 +LQ04X027760 Always early, putative 11.71491928 C6_chemical_B2 +LQ04X027760 Always early, putative 12.33024255 C6_chemical_B3 +LQ04X027760 Always early, putative 12.87870387 C6_chemical_C1 +LQ04X027760 Always early, putative 12.5573908 C6_chemical_C2 +LQ04X027760 Always early, putative 13.03938257 C6_chemical_C3 +LQ04X027760 Always early, putative 12.80663997 L4_control_A1 +LQ04X027760 Always early, putative 12.32656913 L4_control_A2 +LQ04X027760 Always early, putative 12.69239995 L4_control_A3 +LQ04X027760 Always early, putative 12.93382039 L4_control_B1 +LQ04X027760 Always early, putative 12.52439063 L4_control_B2 +LQ04X027760 Always early, putative 12.65118644 L4_control_B3 +LQ04X027760 Always early, putative 13.51771593 L4_control_C2 +LQ04X027760 Always early, putative 13.1306437 L4_control_C3 +LQ04X027760 Always early, putative 12.80392267 L4_chemical_A1 +LQ04X027760 Always early, putative 12.58254811 L4_chemical_A2 +LQ04X027760 Always early, putative 12.94043537 L4_chemical_A3 +LQ04X027760 Always early, putative 13.23143617 L4_chemical_B1 +LQ04X027760 Always early, putative 12.96293887 L4_chemical_B2 +LQ04X027760 Always early, putative 12.66126202 L4_chemical_B3 +LQ04X027760 Always early, putative 13.30303531 L4_chemical_C2 +LQ04X027760 Always early, putative 13.2935555 L4_chemical_C3 +LQ04X027800 Putative uncharacterized protein 5.19826133 C6_control_A1 +LQ04X027800 Putative uncharacterized protein 5.888484207 C6_control_A3 +LQ04X027800 Putative uncharacterized protein 5.417719017 C6_control_B1 +LQ04X027800 Putative uncharacterized protein 5.395627818 C6_control_B2 +LQ04X027800 Putative uncharacterized protein 5.461775546 C6_control_B3 +LQ04X027800 Putative uncharacterized protein 5.420332526 C6_control_C1 +LQ04X027800 Putative uncharacterized protein 5.903437518 C6_control_C2 +LQ04X027800 Putative uncharacterized protein 5.51479871 C6_control_C3 +LQ04X027800 Putative uncharacterized protein 5.161269633 C6_chemical_A1 +LQ04X027800 Putative uncharacterized protein 4.957369954 C6_chemical_A3 +LQ04X027800 Putative uncharacterized protein 5.045025037 C6_chemical_B1 +LQ04X027800 Putative uncharacterized protein 5.477154009 C6_chemical_B2 +LQ04X027800 Putative uncharacterized protein 5.032104483 C6_chemical_B3 +LQ04X027800 Putative uncharacterized protein 5.255326193 C6_chemical_C1 +LQ04X027800 Putative uncharacterized protein 5.406728027 C6_chemical_C2 +LQ04X027800 Putative uncharacterized protein 5.146227757 C6_chemical_C3 +LQ04X027800 Putative uncharacterized protein 4.947935879 L4_control_A1 +LQ04X027800 Putative uncharacterized protein 4.877382468 L4_control_A2 +LQ04X027800 Putative uncharacterized protein 5.561419442 L4_control_A3 +LQ04X027800 Putative uncharacterized protein 5.217035675 L4_control_B1 +LQ04X027800 Putative uncharacterized protein 5.039342504 L4_control_B2 +LQ04X027800 Putative uncharacterized protein 4.934461139 L4_control_B3 +LQ04X027800 Putative uncharacterized protein 5.233287902 L4_control_C2 +LQ04X027800 Putative uncharacterized protein 6.0693447 L4_control_C3 +LQ04X027800 Putative uncharacterized protein 5.065213076 L4_chemical_A1 +LQ04X027800 Putative uncharacterized protein 5.137575098 L4_chemical_A2 +LQ04X027800 Putative uncharacterized protein 5.240124867 L4_chemical_A3 +LQ04X027800 Putative uncharacterized protein 5.475230808 L4_chemical_B1 +LQ04X027800 Putative uncharacterized protein 5.365145046 L4_chemical_B2 +LQ04X027800 Putative uncharacterized protein 5.205388834 L4_chemical_B3 +LQ04X027800 Putative uncharacterized protein 4.916658679 L4_chemical_C2 +LQ04X027800 Putative uncharacterized protein 5.349846807 L4_chemical_C3 +LQ04X027810 Putative uncharacterized protein 4.817579798 C6_control_A1 +LQ04X027810 Putative uncharacterized protein 4.876332364 C6_control_A3 +LQ04X027810 Putative uncharacterized protein 5.209741193 C6_control_B1 +LQ04X027810 Putative uncharacterized protein 5.050934875 C6_control_B2 +LQ04X027810 Putative uncharacterized protein 5.439127197 C6_control_B3 +LQ04X027810 Putative uncharacterized protein 5.488644737 C6_control_C1 +LQ04X027810 Putative uncharacterized protein 5.148506103 C6_control_C2 +LQ04X027810 Putative uncharacterized protein 5.396031655 C6_control_C3 +LQ04X027810 Putative uncharacterized protein 5.235989676 C6_chemical_A1 +LQ04X027810 Putative uncharacterized protein 4.998544905 C6_chemical_A3 +LQ04X027810 Putative uncharacterized protein 5.09452845 C6_chemical_B1 +LQ04X027810 Putative uncharacterized protein 5.039694354 C6_chemical_B2 +LQ04X027810 Putative uncharacterized protein 4.923286249 C6_chemical_B3 +LQ04X027810 Putative uncharacterized protein 5.166952584 C6_chemical_C1 +LQ04X027810 Putative uncharacterized protein 5.150036377 C6_chemical_C2 +LQ04X027810 Putative uncharacterized protein 5.66512225 C6_chemical_C3 +LQ04X027810 Putative uncharacterized protein 5.335186997 L4_control_A1 +LQ04X027810 Putative uncharacterized protein 5.21074785 L4_control_A2 +LQ04X027810 Putative uncharacterized protein 6.221896425 L4_control_A3 +LQ04X027810 Putative uncharacterized protein 5.198891269 L4_control_B1 +LQ04X027810 Putative uncharacterized protein 4.832193848 L4_control_B2 +LQ04X027810 Putative uncharacterized protein 5.2241789 L4_control_B3 +LQ04X027810 Putative uncharacterized protein 5.897177366 L4_control_C2 +LQ04X027810 Putative uncharacterized protein 5.741786442 L4_control_C3 +LQ04X027810 Putative uncharacterized protein 5.259800291 L4_chemical_A1 +LQ04X027810 Putative uncharacterized protein 5.388539164 L4_chemical_A2 +LQ04X027810 Putative uncharacterized protein 5.552226646 L4_chemical_A3 +LQ04X027810 Putative uncharacterized protein 5.072785287 L4_chemical_B1 +LQ04X027810 Putative uncharacterized protein 5.336983122 L4_chemical_B2 +LQ04X027810 Putative uncharacterized protein 5.392603491 L4_chemical_B3 +LQ04X027810 Putative uncharacterized protein 5.875556223 L4_chemical_C2 +LQ04X027810 Putative uncharacterized protein 5.400320287 L4_chemical_C3 +LQ04X027840 Predicted protein 12.37642999 C6_control_A1 +LQ04X027840 Predicted protein 12.16919449 C6_control_A3 +LQ04X027840 Predicted protein 12.33207936 C6_control_B1 +LQ04X027840 Predicted protein 11.96461719 C6_control_B2 +LQ04X027840 Predicted protein 12.03222616 C6_control_B3 +LQ04X027840 Predicted protein 12.04792488 C6_control_C1 +LQ04X027840 Predicted protein 11.74847265 C6_control_C2 +LQ04X027840 Predicted protein 11.90269958 C6_control_C3 +LQ04X027840 Predicted protein 12.18253885 C6_chemical_A1 +LQ04X027840 Predicted protein 12.46675934 C6_chemical_A3 +LQ04X027840 Predicted protein 12.01186163 C6_chemical_B1 +LQ04X027840 Predicted protein 11.85186051 C6_chemical_B2 +LQ04X027840 Predicted protein 12.08218588 C6_chemical_B3 +LQ04X027840 Predicted protein 11.74282171 C6_chemical_C1 +LQ04X027840 Predicted protein 11.76126264 C6_chemical_C2 +LQ04X027840 Predicted protein 12.07981309 C6_chemical_C3 +LQ04X027840 Predicted protein 12.35940322 L4_control_A1 +LQ04X027840 Predicted protein 12.02765949 L4_control_A2 +LQ04X027840 Predicted protein 12.23824364 L4_control_A3 +LQ04X027840 Predicted protein 12.18246902 L4_control_B1 +LQ04X027840 Predicted protein 12.23851374 L4_control_B2 +LQ04X027840 Predicted protein 12.19817618 L4_control_B3 +LQ04X027840 Predicted protein 12.26560506 L4_control_C2 +LQ04X027840 Predicted protein 12.03047678 L4_control_C3 +LQ04X027840 Predicted protein 12.15115364 L4_chemical_A1 +LQ04X027840 Predicted protein 12.08563829 L4_chemical_A2 +LQ04X027840 Predicted protein 12.44607599 L4_chemical_A3 +LQ04X027840 Predicted protein 12.54945857 L4_chemical_B1 +LQ04X027840 Predicted protein 12.30033784 L4_chemical_B2 +LQ04X027840 Predicted protein 12.06248076 L4_chemical_B3 +LQ04X027840 Predicted protein 12.1124765 L4_chemical_C2 +LQ04X027840 Predicted protein 12.15517371 L4_chemical_C3 +LQ04X027870 Putative Protein SRG1 5.40140324 C6_control_A1 +LQ04X027870 Putative Protein SRG1 6.029551469 C6_control_A3 +LQ04X027870 Putative Protein SRG1 5.00966678 C6_control_B1 +LQ04X027870 Putative Protein SRG1 5.272248668 C6_control_B2 +LQ04X027870 Putative Protein SRG1 5.113109535 C6_control_B3 +LQ04X027870 Putative Protein SRG1 4.988662748 C6_control_C1 +LQ04X027870 Putative Protein SRG1 5.085744969 C6_control_C2 +LQ04X027870 Putative Protein SRG1 5.283306941 C6_control_C3 +LQ04X027870 Putative Protein SRG1 5.569115681 C6_chemical_A1 +LQ04X027870 Putative Protein SRG1 5.525526242 C6_chemical_A3 +LQ04X027870 Putative Protein SRG1 5.632101379 C6_chemical_B1 +LQ04X027870 Putative Protein SRG1 5.394483591 C6_chemical_B2 +LQ04X027870 Putative Protein SRG1 5.424015131 C6_chemical_B3 +LQ04X027870 Putative Protein SRG1 5.121840083 C6_chemical_C1 +LQ04X027870 Putative Protein SRG1 5.615498072 C6_chemical_C2 +LQ04X027870 Putative Protein SRG1 4.951224686 C6_chemical_C3 +LQ04X027870 Putative Protein SRG1 5.190434461 L4_control_A1 +LQ04X027870 Putative Protein SRG1 5.442949301 L4_control_A2 +LQ04X027870 Putative Protein SRG1 5.824445303 L4_control_A3 +LQ04X027870 Putative Protein SRG1 5.453071914 L4_control_B1 +LQ04X027870 Putative Protein SRG1 5.405648098 L4_control_B2 +LQ04X027870 Putative Protein SRG1 4.886740569 L4_control_B3 +LQ04X027870 Putative Protein SRG1 5.326834666 L4_control_C2 +LQ04X027870 Putative Protein SRG1 4.792058771 L4_control_C3 +LQ04X027870 Putative Protein SRG1 5.383911957 L4_chemical_A1 +LQ04X027870 Putative Protein SRG1 5.03919573 L4_chemical_A2 +LQ04X027870 Putative Protein SRG1 6.045088213 L4_chemical_A3 +LQ04X027870 Putative Protein SRG1 5.531061587 L4_chemical_B1 +LQ04X027870 Putative Protein SRG1 5.109585257 L4_chemical_B2 +LQ04X027870 Putative Protein SRG1 5.18430691 L4_chemical_B3 +LQ04X027870 Putative Protein SRG1 5.081678171 L4_chemical_C2 +LQ04X027870 Putative Protein SRG1 5.220785465 L4_chemical_C3 +LQ04X027880 Cullin-1 13.4570101 C6_control_A1 +LQ04X027880 Cullin-1 14.08241228 C6_control_A3 +LQ04X027880 Cullin-1 13.94045291 C6_control_B1 +LQ04X027880 Cullin-1 13.62791475 C6_control_B2 +LQ04X027880 Cullin-1 13.88358517 C6_control_B3 +LQ04X027880 Cullin-1 13.64627619 C6_control_C1 +LQ04X027880 Cullin-1 13.86464975 C6_control_C2 +LQ04X027880 Cullin-1 13.90949487 C6_control_C3 +LQ04X027880 Cullin-1 13.58084928 C6_chemical_A1 +LQ04X027880 Cullin-1 14.03934953 C6_chemical_A3 +LQ04X027880 Cullin-1 13.85496109 C6_chemical_B1 +LQ04X027880 Cullin-1 13.49366165 C6_chemical_B2 +LQ04X027880 Cullin-1 13.97174694 C6_chemical_B3 +LQ04X027880 Cullin-1 13.68590409 C6_chemical_C1 +LQ04X027880 Cullin-1 13.76049014 C6_chemical_C2 +LQ04X027880 Cullin-1 13.91761963 C6_chemical_C3 +LQ04X027880 Cullin-1 13.83001028 L4_control_A1 +LQ04X027880 Cullin-1 13.63895186 L4_control_A2 +LQ04X027880 Cullin-1 13.12767721 L4_control_A3 +LQ04X027880 Cullin-1 13.59565374 L4_control_B1 +LQ04X027880 Cullin-1 13.52146954 L4_control_B2 +LQ04X027880 Cullin-1 13.44875108 L4_control_B3 +LQ04X027880 Cullin-1 13.48505603 L4_control_C2 +LQ04X027880 Cullin-1 13.43486744 L4_control_C3 +LQ04X027880 Cullin-1 13.20810103 L4_chemical_A1 +LQ04X027880 Cullin-1 13.55403973 L4_chemical_A2 +LQ04X027880 Cullin-1 13.06178313 L4_chemical_A3 +LQ04X027880 Cullin-1 13.62896896 L4_chemical_B1 +LQ04X027880 Cullin-1 13.36478087 L4_chemical_B2 +LQ04X027880 Cullin-1 13.71972807 L4_chemical_B3 +LQ04X027880 Cullin-1 13.32663545 L4_chemical_C2 +LQ04X027880 Cullin-1 13.43907579 L4_chemical_C3 +LQ04X027920 Predicted protein 7.249732184 C6_control_A1 +LQ04X027920 Predicted protein 6.349930369 C6_control_A3 +LQ04X027920 Predicted protein 6.98293053 C6_control_B1 +LQ04X027920 Predicted protein 6.716496592 C6_control_B2 +LQ04X027920 Predicted protein 6.516618944 C6_control_B3 +LQ04X027920 Predicted protein 6.703689839 C6_control_C1 +LQ04X027920 Predicted protein 6.24457166 C6_control_C2 +LQ04X027920 Predicted protein 7.275628783 C6_control_C3 +LQ04X027920 Predicted protein 6.652494575 C6_chemical_A1 +LQ04X027920 Predicted protein 6.589582061 C6_chemical_A3 +LQ04X027920 Predicted protein 6.775199789 C6_chemical_B1 +LQ04X027920 Predicted protein 6.827227957 C6_chemical_B2 +LQ04X027920 Predicted protein 6.827336505 C6_chemical_B3 +LQ04X027920 Predicted protein 6.390466864 C6_chemical_C1 +LQ04X027920 Predicted protein 6.820164786 C6_chemical_C2 +LQ04X027920 Predicted protein 7.115884752 C6_chemical_C3 +LQ04X027920 Predicted protein 6.342851743 L4_control_A1 +LQ04X027920 Predicted protein 6.505156724 L4_control_A2 +LQ04X027920 Predicted protein 5.427532127 L4_control_A3 +LQ04X027920 Predicted protein 7.088108711 L4_control_B1 +LQ04X027920 Predicted protein 6.131157467 L4_control_B2 +LQ04X027920 Predicted protein 6.13614807 L4_control_B3 +LQ04X027920 Predicted protein 7.252267746 L4_control_C2 +LQ04X027920 Predicted protein 6.193806734 L4_control_C3 +LQ04X027920 Predicted protein 6.162764162 L4_chemical_A1 +LQ04X027920 Predicted protein 6.585005057 L4_chemical_A2 +LQ04X027920 Predicted protein 5.830887507 L4_chemical_A3 +LQ04X027920 Predicted protein 6.919608317 L4_chemical_B1 +LQ04X027920 Predicted protein 6.556956022 L4_chemical_B2 +LQ04X027920 Predicted protein 5.968857999 L4_chemical_B3 +LQ04X027920 Predicted protein 6.115331354 L4_chemical_C2 +LQ04X027920 Predicted protein 6.735037465 L4_chemical_C3 +LQ04X027930 Putative uncharacterized protein 8.576326568 C6_control_A1 +LQ04X027930 Putative uncharacterized protein 9.162074313 C6_control_A3 +LQ04X027930 Putative uncharacterized protein 7.644198905 C6_control_B1 +LQ04X027930 Putative uncharacterized protein 9.266553796 C6_control_B2 +LQ04X027930 Putative uncharacterized protein 7.540638272 C6_control_B3 +LQ04X027930 Putative uncharacterized protein 9.056849301 C6_control_C1 +LQ04X027930 Putative uncharacterized protein 8.7990831 C6_control_C2 +LQ04X027930 Putative uncharacterized protein 8.667980684 C6_control_C3 +LQ04X027930 Putative uncharacterized protein 8.163802344 C6_chemical_A1 +LQ04X027930 Putative uncharacterized protein 9.143019514 C6_chemical_A3 +LQ04X027930 Putative uncharacterized protein 7.469039444 C6_chemical_B1 +LQ04X027930 Putative uncharacterized protein 9.245607973 C6_chemical_B2 +LQ04X027930 Putative uncharacterized protein 7.74612909 C6_chemical_B3 +LQ04X027930 Putative uncharacterized protein 9.108144011 C6_chemical_C1 +LQ04X027930 Putative uncharacterized protein 8.864685706 C6_chemical_C2 +LQ04X027930 Putative uncharacterized protein 8.679119417 C6_chemical_C3 +LQ04X027930 Putative uncharacterized protein 8.708380749 L4_control_A1 +LQ04X027930 Putative uncharacterized protein 7.319324526 L4_control_A2 +LQ04X027930 Putative uncharacterized protein 7.920157418 L4_control_A3 +LQ04X027930 Putative uncharacterized protein 7.773963793 L4_control_B1 +LQ04X027930 Putative uncharacterized protein 6.71389425 L4_control_B2 +LQ04X027930 Putative uncharacterized protein 7.400079235 L4_control_B3 +LQ04X027930 Putative uncharacterized protein 7.818279682 L4_control_C2 +LQ04X027930 Putative uncharacterized protein 7.25569366 L4_control_C3 +LQ04X027930 Putative uncharacterized protein 8.21663595 L4_chemical_A1 +LQ04X027930 Putative uncharacterized protein 6.558140206 L4_chemical_A2 +LQ04X027930 Putative uncharacterized protein 7.796902447 L4_chemical_A3 +LQ04X027930 Putative uncharacterized protein 6.729589439 L4_chemical_B1 +LQ04X027930 Putative uncharacterized protein 5.909894876 L4_chemical_B2 +LQ04X027930 Putative uncharacterized protein 7.636663416 L4_chemical_B3 +LQ04X027930 Putative uncharacterized protein 7.786795153 L4_chemical_C2 +LQ04X027930 Putative uncharacterized protein 7.107489372 L4_chemical_C3 +LQ04X027950 Hypothetical protein 5.243012808 C6_control_A1 +LQ04X027950 Hypothetical protein 5.162926527 C6_control_A3 +LQ04X027950 Hypothetical protein 5.064894008 C6_control_B1 +LQ04X027950 Hypothetical protein 4.891603726 C6_control_B2 +LQ04X027950 Hypothetical protein 5.26366623 C6_control_B3 +LQ04X027950 Hypothetical protein 4.938906077 C6_control_C1 +LQ04X027950 Hypothetical protein 4.962358077 C6_control_C2 +LQ04X027950 Hypothetical protein 4.996142326 C6_control_C3 +LQ04X027950 Hypothetical protein 4.958356515 C6_chemical_A1 +LQ04X027950 Hypothetical protein 4.895978419 C6_chemical_A3 +LQ04X027950 Hypothetical protein 4.986162371 C6_chemical_B1 +LQ04X027950 Hypothetical protein 4.92728836 C6_chemical_B2 +LQ04X027950 Hypothetical protein 5.197400376 C6_chemical_B3 +LQ04X027950 Hypothetical protein 4.90758635 C6_chemical_C1 +LQ04X027950 Hypothetical protein 5.01430276 C6_chemical_C2 +LQ04X027950 Hypothetical protein 4.968787572 C6_chemical_C3 +LQ04X027950 Hypothetical protein 5.101468462 L4_control_A1 +LQ04X027950 Hypothetical protein 5.820674912 L4_control_A2 +LQ04X027950 Hypothetical protein 5.754683149 L4_control_A3 +LQ04X027950 Hypothetical protein 5.695086837 L4_control_B1 +LQ04X027950 Hypothetical protein 5.240192619 L4_control_B2 +LQ04X027950 Hypothetical protein 5.515140733 L4_control_B3 +LQ04X027950 Hypothetical protein 5.069094701 L4_control_C2 +LQ04X027950 Hypothetical protein 5.19417341 L4_control_C3 +LQ04X027950 Hypothetical protein 4.998784357 L4_chemical_A1 +LQ04X027950 Hypothetical protein 5.323883411 L4_chemical_A2 +LQ04X027950 Hypothetical protein 5.757655607 L4_chemical_A3 +LQ04X027950 Hypothetical protein 5.085467116 L4_chemical_B1 +LQ04X027950 Hypothetical protein 5.401329102 L4_chemical_B2 +LQ04X027950 Hypothetical protein 5.087787485 L4_chemical_B3 +LQ04X027950 Hypothetical protein 5.280245707 L4_chemical_C2 +LQ04X027950 Hypothetical protein 5.008601697 L4_chemical_C3 +LQ04X027960 Cold-regulated protein 6.84605235 C6_control_A1 +LQ04X027960 Cold-regulated protein 6.808779624 C6_control_A3 +LQ04X027960 Cold-regulated protein 7.555511639 C6_control_B1 +LQ04X027960 Cold-regulated protein 6.305550403 C6_control_B2 +LQ04X027960 Cold-regulated protein 7.955394862 C6_control_B3 +LQ04X027960 Cold-regulated protein 5.656399217 C6_control_C1 +LQ04X027960 Cold-regulated protein 6.520426355 C6_control_C2 +LQ04X027960 Cold-regulated protein 6.122101757 C6_control_C3 +LQ04X027960 Cold-regulated protein 6.777555456 C6_chemical_A1 +LQ04X027960 Cold-regulated protein 6.920073013 C6_chemical_A3 +LQ04X027960 Cold-regulated protein 7.498634767 C6_chemical_B1 +LQ04X027960 Cold-regulated protein 6.396336629 C6_chemical_B2 +LQ04X027960 Cold-regulated protein 7.171573447 C6_chemical_B3 +LQ04X027960 Cold-regulated protein 5.632165812 C6_chemical_C1 +LQ04X027960 Cold-regulated protein 5.914124335 C6_chemical_C2 +LQ04X027960 Cold-regulated protein 5.957254479 C6_chemical_C3 +LQ04X027960 Cold-regulated protein 6.497078095 L4_control_A1 +LQ04X027960 Cold-regulated protein 7.690370977 L4_control_A2 +LQ04X027960 Cold-regulated protein 7.348843518 L4_control_A3 +LQ04X027960 Cold-regulated protein 7.273044152 L4_control_B1 +LQ04X027960 Cold-regulated protein 7.944997586 L4_control_B2 +LQ04X027960 Cold-regulated protein 7.688261164 L4_control_B3 +LQ04X027960 Cold-regulated protein 7.840532232 L4_control_C2 +LQ04X027960 Cold-regulated protein 7.045603385 L4_control_C3 +LQ04X027960 Cold-regulated protein 6.480230677 L4_chemical_A1 +LQ04X027960 Cold-regulated protein 7.353245012 L4_chemical_A2 +LQ04X027960 Cold-regulated protein 6.487218398 L4_chemical_A3 +LQ04X027960 Cold-regulated protein 7.874258601 L4_chemical_B1 +LQ04X027960 Cold-regulated protein 7.948700691 L4_chemical_B2 +LQ04X027960 Cold-regulated protein 7.548007963 L4_chemical_B3 +LQ04X027960 Cold-regulated protein 7.085029675 L4_chemical_C2 +LQ04X027960 Cold-regulated protein 7.632769152 L4_chemical_C3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.92998813 C6_control_A1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 13.45798635 C6_control_A3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.99654148 C6_control_B1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.37679934 C6_control_B2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.81347929 C6_control_B3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.06648445 C6_control_C1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.54931135 C6_control_C2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.02358152 C6_control_C3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.43332127 C6_chemical_A1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.3851093 C6_chemical_A3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.64364326 C6_chemical_B1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.7160945 C6_chemical_B2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.384333 C6_chemical_B3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.00188141 C6_chemical_C1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.25014714 C6_chemical_C2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.7237795 C6_chemical_C3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.34757115 L4_control_A1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.54747566 L4_control_A2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.27881456 L4_control_A3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.70121601 L4_control_B1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.45113533 L4_control_B2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.27615109 L4_control_B3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.0700059 L4_control_C2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.94745212 L4_control_C3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.80497587 L4_chemical_A1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.4495754 L4_chemical_A2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.76305195 L4_chemical_A3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.99863623 L4_chemical_B1 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.77007588 L4_chemical_B2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.36681051 L4_chemical_B3 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.97672548 L4_chemical_C2 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 11.49377589 L4_chemical_C3 +LQ04X027990 Predicted protein 7.569527766 C6_control_A1 +LQ04X027990 Predicted protein 5.76727844 C6_control_A3 +LQ04X027990 Predicted protein 7.285776655 C6_control_B1 +LQ04X027990 Predicted protein 5.869568572 C6_control_B2 +LQ04X027990 Predicted protein 6.30829612 C6_control_B3 +LQ04X027990 Predicted protein 6.144643876 C6_control_C1 +LQ04X027990 Predicted protein 6.577801554 C6_control_C2 +LQ04X027990 Predicted protein 6.141105694 C6_control_C3 +LQ04X027990 Predicted protein 6.394035042 C6_chemical_A1 +LQ04X027990 Predicted protein 6.667222118 C6_chemical_A3 +LQ04X027990 Predicted protein 6.325862832 C6_chemical_B1 +LQ04X027990 Predicted protein 5.995832949 C6_chemical_B2 +LQ04X027990 Predicted protein 6.269447312 C6_chemical_B3 +LQ04X027990 Predicted protein 6.042526745 C6_chemical_C1 +LQ04X027990 Predicted protein 6.114089776 C6_chemical_C2 +LQ04X027990 Predicted protein 6.484860049 C6_chemical_C3 +LQ04X027990 Predicted protein 7.094791864 L4_control_A1 +LQ04X027990 Predicted protein 5.757258487 L4_control_A2 +LQ04X027990 Predicted protein 5.939628108 L4_control_A3 +LQ04X027990 Predicted protein 7.169528884 L4_control_B1 +LQ04X027990 Predicted protein 6.301762918 L4_control_B2 +LQ04X027990 Predicted protein 6.120359777 L4_control_B3 +LQ04X027990 Predicted protein 6.820625739 L4_control_C2 +LQ04X027990 Predicted protein 5.818024705 L4_control_C3 +LQ04X027990 Predicted protein 8.27629303 L4_chemical_A1 +LQ04X027990 Predicted protein 8.622669048 L4_chemical_A2 +LQ04X027990 Predicted protein 6.855653908 L4_chemical_A3 +LQ04X027990 Predicted protein 8.944967327 L4_chemical_B1 +LQ04X027990 Predicted protein 6.681934987 L4_chemical_B2 +LQ04X027990 Predicted protein 5.97334227 L4_chemical_B3 +LQ04X027990 Predicted protein 8.630444761 L4_chemical_C2 +LQ04X027990 Predicted protein 5.396057988 L4_chemical_C3 +LQ04X028000 Vesicle-associated membrane protein 724 10.16910046 C6_control_A1 +LQ04X028000 Vesicle-associated membrane protein 724 9.901394743 C6_control_A3 +LQ04X028000 Vesicle-associated membrane protein 724 10.20373571 C6_control_B1 +LQ04X028000 Vesicle-associated membrane protein 724 10.59258749 C6_control_B2 +LQ04X028000 Vesicle-associated membrane protein 724 10.18370073 C6_control_B3 +LQ04X028000 Vesicle-associated membrane protein 724 11.15622276 C6_control_C1 +LQ04X028000 Vesicle-associated membrane protein 724 10.56619703 C6_control_C2 +LQ04X028000 Vesicle-associated membrane protein 724 10.66206416 C6_control_C3 +LQ04X028000 Vesicle-associated membrane protein 724 10.16003643 C6_chemical_A1 +LQ04X028000 Vesicle-associated membrane protein 724 10.02792953 C6_chemical_A3 +LQ04X028000 Vesicle-associated membrane protein 724 10.33055247 C6_chemical_B1 +LQ04X028000 Vesicle-associated membrane protein 724 10.72148628 C6_chemical_B2 +LQ04X028000 Vesicle-associated membrane protein 724 10.28009035 C6_chemical_B3 +LQ04X028000 Vesicle-associated membrane protein 724 11.23741923 C6_chemical_C1 +LQ04X028000 Vesicle-associated membrane protein 724 11.05005644 C6_chemical_C2 +LQ04X028000 Vesicle-associated membrane protein 724 10.9980866 C6_chemical_C3 +LQ04X028000 Vesicle-associated membrane protein 724 9.356900329 L4_control_A1 +LQ04X028000 Vesicle-associated membrane protein 724 9.715580887 L4_control_A2 +LQ04X028000 Vesicle-associated membrane protein 724 9.17169591 L4_control_A3 +LQ04X028000 Vesicle-associated membrane protein 724 10.36534276 L4_control_B1 +LQ04X028000 Vesicle-associated membrane protein 724 10.01017973 L4_control_B2 +LQ04X028000 Vesicle-associated membrane protein 724 10.04903636 L4_control_B3 +LQ04X028000 Vesicle-associated membrane protein 724 10.36460386 L4_control_C2 +LQ04X028000 Vesicle-associated membrane protein 724 11.12074933 L4_control_C3 +LQ04X028000 Vesicle-associated membrane protein 724 10.22854099 L4_chemical_A1 +LQ04X028000 Vesicle-associated membrane protein 724 10.24831677 L4_chemical_A2 +LQ04X028000 Vesicle-associated membrane protein 724 9.138901859 L4_chemical_A3 +LQ04X028000 Vesicle-associated membrane protein 724 10.14079404 L4_chemical_B1 +LQ04X028000 Vesicle-associated membrane protein 724 10.44386761 L4_chemical_B2 +LQ04X028000 Vesicle-associated membrane protein 724 9.47632155 L4_chemical_B3 +LQ04X028000 Vesicle-associated membrane protein 724 11.0184769 L4_chemical_C2 +LQ04X028000 Vesicle-associated membrane protein 724 10.84798238 L4_chemical_C3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.907708735 C6_control_A1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.902692197 C6_control_A3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.966927702 C6_control_B1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.450896814 C6_control_B2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.76388502 C6_control_B3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 6.269279184 C6_control_C1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.749469945 C6_control_C2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.557251905 C6_control_C3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.5220799 C6_chemical_A1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.485437697 C6_chemical_A3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.718319381 C6_chemical_B1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.794590765 C6_chemical_B2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.887827041 C6_chemical_B3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.485396293 C6_chemical_C1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.588407244 C6_chemical_C2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.555860601 C6_chemical_C3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.942863884 L4_control_A1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.262611675 L4_control_A2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.702547672 L4_control_A3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.483696622 L4_control_B1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.690547096 L4_control_B2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.554654528 L4_control_B3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.538414899 L4_control_C2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 6.029999839 L4_control_C3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.373089424 L4_chemical_A1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 6.033661904 L4_chemical_A2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.433083494 L4_chemical_A3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.970456824 L4_chemical_B1 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.321591331 L4_chemical_B2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.625768024 L4_chemical_B3 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.602267694 L4_chemical_C2 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.734560216 L4_chemical_C3 +LQ04X028040 Probable protein phosphatase 2C 40 5.075187108 C6_control_A1 +LQ04X028040 Probable protein phosphatase 2C 40 4.960426487 C6_control_A3 +LQ04X028040 Probable protein phosphatase 2C 40 5.708812826 C6_control_B1 +LQ04X028040 Probable protein phosphatase 2C 40 4.937897378 C6_control_B2 +LQ04X028040 Probable protein phosphatase 2C 40 5.09334205 C6_control_B3 +LQ04X028040 Probable protein phosphatase 2C 40 5.204673814 C6_control_C1 +LQ04X028040 Probable protein phosphatase 2C 40 5.1389451 C6_control_C2 +LQ04X028040 Probable protein phosphatase 2C 40 5.152781039 C6_control_C3 +LQ04X028040 Probable protein phosphatase 2C 40 5.2036014 C6_chemical_A1 +LQ04X028040 Probable protein phosphatase 2C 40 5.005776512 C6_chemical_A3 +LQ04X028040 Probable protein phosphatase 2C 40 6.047635399 C6_chemical_B1 +LQ04X028040 Probable protein phosphatase 2C 40 4.969834682 C6_chemical_B2 +LQ04X028040 Probable protein phosphatase 2C 40 5.231376351 C6_chemical_B3 +LQ04X028040 Probable protein phosphatase 2C 40 4.964592765 C6_chemical_C1 +LQ04X028040 Probable protein phosphatase 2C 40 4.923609149 C6_chemical_C2 +LQ04X028040 Probable protein phosphatase 2C 40 5.008613719 C6_chemical_C3 +LQ04X028040 Probable protein phosphatase 2C 40 5.153286161 L4_control_A1 +LQ04X028040 Probable protein phosphatase 2C 40 5.070270128 L4_control_A2 +LQ04X028040 Probable protein phosphatase 2C 40 5.090236093 L4_control_A3 +LQ04X028040 Probable protein phosphatase 2C 40 5.210082121 L4_control_B1 +LQ04X028040 Probable protein phosphatase 2C 40 5.235254909 L4_control_B2 +LQ04X028040 Probable protein phosphatase 2C 40 5.140402683 L4_control_B3 +LQ04X028040 Probable protein phosphatase 2C 40 4.946558943 L4_control_C2 +LQ04X028040 Probable protein phosphatase 2C 40 4.889412035 L4_control_C3 +LQ04X028040 Probable protein phosphatase 2C 40 5.109422399 L4_chemical_A1 +LQ04X028040 Probable protein phosphatase 2C 40 5.336308583 L4_chemical_A2 +LQ04X028040 Probable protein phosphatase 2C 40 4.885440292 L4_chemical_A3 +LQ04X028040 Probable protein phosphatase 2C 40 5.258194867 L4_chemical_B1 +LQ04X028040 Probable protein phosphatase 2C 40 5.570648953 L4_chemical_B2 +LQ04X028040 Probable protein phosphatase 2C 40 4.668098215 L4_chemical_B3 +LQ04X028040 Probable protein phosphatase 2C 40 4.941892708 L4_chemical_C2 +LQ04X028040 Probable protein phosphatase 2C 40 4.999006269 L4_chemical_C3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.78395958 C6_control_A1 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.56066444 C6_control_A3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.41202314 C6_control_B1 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.630653 C6_control_B2 +LQ04X028050 Putative Alanyl-tRNA synthetase 10.92383639 C6_control_B3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.85630346 C6_control_C1 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.37465656 C6_control_C2 +LQ04X028050 Putative Alanyl-tRNA synthetase 10.88803314 C6_control_C3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.72921363 C6_chemical_A1 +LQ04X028050 Putative Alanyl-tRNA synthetase 12.02168378 C6_chemical_A3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.19334512 C6_chemical_B1 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.73192345 C6_chemical_B2 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.02391043 C6_chemical_B3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.76685669 C6_chemical_C1 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.58158429 C6_chemical_C2 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.34359405 C6_chemical_C3 +LQ04X028050 Putative Alanyl-tRNA synthetase 12.20551034 L4_control_A1 +LQ04X028050 Putative Alanyl-tRNA synthetase 12.13710301 L4_control_A2 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.86400095 L4_control_A3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.39552917 L4_control_B1 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.52554401 L4_control_B2 +LQ04X028050 Putative Alanyl-tRNA synthetase 10.61446947 L4_control_B3 +LQ04X028050 Putative Alanyl-tRNA synthetase 10.86614599 L4_control_C2 +LQ04X028050 Putative Alanyl-tRNA synthetase 10.12404633 L4_control_C3 +LQ04X028050 Putative Alanyl-tRNA synthetase 12.5338082 L4_chemical_A1 +LQ04X028050 Putative Alanyl-tRNA synthetase 12.01044514 L4_chemical_A2 +LQ04X028050 Putative Alanyl-tRNA synthetase 12.00774741 L4_chemical_A3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.90240175 L4_chemical_B1 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.72270092 L4_chemical_B2 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.25192175 L4_chemical_B3 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.10924617 L4_chemical_C2 +LQ04X028050 Putative Alanyl-tRNA synthetase 10.29842998 L4_chemical_C3 +LQ04X028080 RALFL33, putative 5.768741951 C6_control_A1 +LQ04X028080 RALFL33, putative 5.419441241 C6_control_A3 +LQ04X028080 RALFL33, putative 5.132682703 C6_control_B1 +LQ04X028080 RALFL33, putative 5.499162075 C6_control_B2 +LQ04X028080 RALFL33, putative 4.775006455 C6_control_B3 +LQ04X028080 RALFL33, putative 5.903825999 C6_control_C1 +LQ04X028080 RALFL33, putative 6.357167901 C6_control_C2 +LQ04X028080 RALFL33, putative 5.794063725 C6_control_C3 +LQ04X028080 RALFL33, putative 5.289958903 C6_chemical_A1 +LQ04X028080 RALFL33, putative 5.41941 C6_chemical_A3 +LQ04X028080 RALFL33, putative 5.282545843 C6_chemical_B1 +LQ04X028080 RALFL33, putative 5.296592145 C6_chemical_B2 +LQ04X028080 RALFL33, putative 5.142302785 C6_chemical_B3 +LQ04X028080 RALFL33, putative 6.238455368 C6_chemical_C1 +LQ04X028080 RALFL33, putative 5.790590776 C6_chemical_C2 +LQ04X028080 RALFL33, putative 5.749083626 C6_chemical_C3 +LQ04X028080 RALFL33, putative 5.233698003 L4_control_A1 +LQ04X028080 RALFL33, putative 5.081196687 L4_control_A2 +LQ04X028080 RALFL33, putative 4.870775532 L4_control_A3 +LQ04X028080 RALFL33, putative 5.376572995 L4_control_B1 +LQ04X028080 RALFL33, putative 5.064061133 L4_control_B2 +LQ04X028080 RALFL33, putative 5.14065122 L4_control_B3 +LQ04X028080 RALFL33, putative 5.241602772 L4_control_C2 +LQ04X028080 RALFL33, putative 4.889974274 L4_control_C3 +LQ04X028080 RALFL33, putative 5.100225143 L4_chemical_A1 +LQ04X028080 RALFL33, putative 5.291854722 L4_chemical_A2 +LQ04X028080 RALFL33, putative 6.275885681 L4_chemical_A3 +LQ04X028080 RALFL33, putative 5.217467957 L4_chemical_B1 +LQ04X028080 RALFL33, putative 5.151729412 L4_chemical_B2 +LQ04X028080 RALFL33, putative 5.384024051 L4_chemical_B3 +LQ04X028080 RALFL33, putative 5.81312353 L4_chemical_C2 +LQ04X028080 RALFL33, putative 5.780609825 L4_chemical_C3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.36897798 C6_control_A1 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.14061969 C6_control_A3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.10976746 C6_control_B1 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.93667958 C6_control_B2 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.11509285 C6_control_B3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.78229168 C6_control_C1 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.9657644 C6_control_C2 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.98139637 C6_control_C3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.27452611 C6_chemical_A1 +LQ04X028090 Putative Heat shock factor-binding protein 1 11.52834005 C6_chemical_A3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.01701079 C6_chemical_B1 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.83115982 C6_chemical_B2 +LQ04X028090 Putative Heat shock factor-binding protein 1 11.84793772 C6_chemical_B3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.79286609 C6_chemical_C1 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.90152687 C6_chemical_C2 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.43524667 C6_chemical_C3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.2320894 L4_control_A1 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.95414387 L4_control_A2 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.03789065 L4_control_A3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.27199517 L4_control_B1 +LQ04X028090 Putative Heat shock factor-binding protein 1 11.7740409 L4_control_B2 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.84585341 L4_control_B3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.45753273 L4_control_C2 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.25751528 L4_control_C3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.26885386 L4_chemical_A1 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.67150599 L4_chemical_A2 +LQ04X028090 Putative Heat shock factor-binding protein 1 11.99559734 L4_chemical_A3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.06622526 L4_chemical_B1 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.63495344 L4_chemical_B2 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.39603856 L4_chemical_B3 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.54746677 L4_chemical_C2 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.48300268 L4_chemical_C3 +LQ04X028110 Putative glycosyltransferase 2 10.89177302 C6_control_A1 +LQ04X028110 Putative glycosyltransferase 2 10.50550116 C6_control_A3 +LQ04X028110 Putative glycosyltransferase 2 10.51926732 C6_control_B1 +LQ04X028110 Putative glycosyltransferase 2 10.34149428 C6_control_B2 +LQ04X028110 Putative glycosyltransferase 2 10.63266286 C6_control_B3 +LQ04X028110 Putative glycosyltransferase 2 9.733180216 C6_control_C1 +LQ04X028110 Putative glycosyltransferase 2 9.588874355 C6_control_C2 +LQ04X028110 Putative glycosyltransferase 2 9.526692583 C6_control_C3 +LQ04X028110 Putative glycosyltransferase 2 10.64263262 C6_chemical_A1 +LQ04X028110 Putative glycosyltransferase 2 10.57133793 C6_chemical_A3 +LQ04X028110 Putative glycosyltransferase 2 10.29113995 C6_chemical_B1 +LQ04X028110 Putative glycosyltransferase 2 10.16789234 C6_chemical_B2 +LQ04X028110 Putative glycosyltransferase 2 9.99006093 C6_chemical_B3 +LQ04X028110 Putative glycosyltransferase 2 9.651758582 C6_chemical_C1 +LQ04X028110 Putative glycosyltransferase 2 9.605282418 C6_chemical_C2 +LQ04X028110 Putative glycosyltransferase 2 9.881837294 C6_chemical_C3 +LQ04X028110 Putative glycosyltransferase 2 10.89117425 L4_control_A1 +LQ04X028110 Putative glycosyltransferase 2 10.80462408 L4_control_A2 +LQ04X028110 Putative glycosyltransferase 2 10.45196807 L4_control_A3 +LQ04X028110 Putative glycosyltransferase 2 10.37155532 L4_control_B1 +LQ04X028110 Putative glycosyltransferase 2 10.51639278 L4_control_B2 +LQ04X028110 Putative glycosyltransferase 2 9.858488119 L4_control_B3 +LQ04X028110 Putative glycosyltransferase 2 9.848985469 L4_control_C2 +LQ04X028110 Putative glycosyltransferase 2 8.809325016 L4_control_C3 +LQ04X028110 Putative glycosyltransferase 2 10.36396747 L4_chemical_A1 +LQ04X028110 Putative glycosyltransferase 2 9.895969861 L4_chemical_A2 +LQ04X028110 Putative glycosyltransferase 2 10.33566233 L4_chemical_A3 +LQ04X028110 Putative glycosyltransferase 2 10.24773778 L4_chemical_B1 +LQ04X028110 Putative glycosyltransferase 2 10.11103095 L4_chemical_B2 +LQ04X028110 Putative glycosyltransferase 2 10.0326253 L4_chemical_B3 +LQ04X028110 Putative glycosyltransferase 2 9.489945584 L4_chemical_C2 +LQ04X028110 Putative glycosyltransferase 2 8.901107271 L4_chemical_C3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.20798352 C6_control_A1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.15400738 C6_control_A3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.3336814 C6_control_B1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.04440863 C6_control_B2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.02436571 C6_control_B3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.72425026 C6_control_C1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.70800513 C6_control_C2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.46552824 C6_control_C3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.27616162 C6_chemical_A1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.26477249 C6_chemical_A3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.55447178 C6_chemical_B1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.25888032 C6_chemical_B2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.23458089 C6_chemical_B3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 12.1327136 C6_chemical_C1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 12.08203385 C6_chemical_C2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.69860763 C6_chemical_C3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.43008177 L4_control_A1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.39070226 L4_control_A2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.52760263 L4_control_A3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 10.45092225 L4_control_B1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.04063524 L4_control_B2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.0839872 L4_control_B3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.39447167 L4_control_C2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.35548577 L4_control_C3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.01762102 L4_chemical_A1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.13127952 L4_chemical_A2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.36994348 L4_chemical_A3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 10.34547853 L4_chemical_B1 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 10.44602874 L4_chemical_B2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.09359324 L4_chemical_B3 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.26243622 L4_chemical_C2 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.58736659 L4_chemical_C3 +LQ04X028130 Predicted protein 8.382869632 C6_control_A1 +LQ04X028130 Predicted protein 7.759014197 C6_control_A3 +LQ04X028130 Predicted protein 8.542999426 C6_control_B1 +LQ04X028130 Predicted protein 9.25730696 C6_control_B2 +LQ04X028130 Predicted protein 7.876673745 C6_control_B3 +LQ04X028130 Predicted protein 10.78163641 C6_control_C1 +LQ04X028130 Predicted protein 10.31097433 C6_control_C2 +LQ04X028130 Predicted protein 9.810469443 C6_control_C3 +LQ04X028130 Predicted protein 8.387231936 C6_chemical_A1 +LQ04X028130 Predicted protein 8.328572244 C6_chemical_A3 +LQ04X028130 Predicted protein 8.406788902 C6_chemical_B1 +LQ04X028130 Predicted protein 8.93772665 C6_chemical_B2 +LQ04X028130 Predicted protein 7.619258334 C6_chemical_B3 +LQ04X028130 Predicted protein 11.04372469 C6_chemical_C1 +LQ04X028130 Predicted protein 10.37031718 C6_chemical_C2 +LQ04X028130 Predicted protein 9.934542968 C6_chemical_C3 +LQ04X028130 Predicted protein 8.037535254 L4_control_A1 +LQ04X028130 Predicted protein 8.237675037 L4_control_A2 +LQ04X028130 Predicted protein 7.019774046 L4_control_A3 +LQ04X028130 Predicted protein 7.983749329 L4_control_B1 +LQ04X028130 Predicted protein 7.705143123 L4_control_B2 +LQ04X028130 Predicted protein 8.490554055 L4_control_B3 +LQ04X028130 Predicted protein 9.428599516 L4_control_C2 +LQ04X028130 Predicted protein 8.139409794 L4_control_C3 +LQ04X028130 Predicted protein 8.364389585 L4_chemical_A1 +LQ04X028130 Predicted protein 8.320141454 L4_chemical_A2 +LQ04X028130 Predicted protein 6.656384788 L4_chemical_A3 +LQ04X028130 Predicted protein 7.572378217 L4_chemical_B1 +LQ04X028130 Predicted protein 6.935942607 L4_chemical_B2 +LQ04X028130 Predicted protein 7.767084711 L4_chemical_B3 +LQ04X028130 Predicted protein 9.025344662 L4_chemical_C2 +LQ04X028130 Predicted protein 8.316575899 L4_chemical_C3 +LQ04X028150 Clasp, putative 9.613657938 C6_control_A1 +LQ04X028150 Clasp, putative 10.82273669 C6_control_A3 +LQ04X028150 Clasp, putative 8.11382323 C6_control_B1 +LQ04X028150 Clasp, putative 7.485627337 C6_control_B2 +LQ04X028150 Clasp, putative 6.295621707 C6_control_B3 +LQ04X028150 Clasp, putative 6.833278067 C6_control_C1 +LQ04X028150 Clasp, putative 5.966071065 C6_control_C2 +LQ04X028150 Clasp, putative 7.024448243 C6_control_C3 +LQ04X028150 Clasp, putative 8.857225861 C6_chemical_A1 +LQ04X028150 Clasp, putative 10.55736859 C6_chemical_A3 +LQ04X028150 Clasp, putative 6.556148604 C6_chemical_B1 +LQ04X028150 Clasp, putative 6.97246428 C6_chemical_B2 +LQ04X028150 Clasp, putative 6.07415349 C6_chemical_B3 +LQ04X028150 Clasp, putative 6.74987699 C6_chemical_C1 +LQ04X028150 Clasp, putative 6.288350761 C6_chemical_C2 +LQ04X028150 Clasp, putative 6.801803908 C6_chemical_C3 +LQ04X028150 Clasp, putative 8.986533134 L4_control_A1 +LQ04X028150 Clasp, putative 9.410709172 L4_control_A2 +LQ04X028150 Clasp, putative 9.460841328 L4_control_A3 +LQ04X028150 Clasp, putative 5.937359282 L4_control_B1 +LQ04X028150 Clasp, putative 7.200668407 L4_control_B2 +LQ04X028150 Clasp, putative 6.625495174 L4_control_B3 +LQ04X028150 Clasp, putative 5.628046751 L4_control_C2 +LQ04X028150 Clasp, putative 6.818344346 L4_control_C3 +LQ04X028150 Clasp, putative 9.101762809 L4_chemical_A1 +LQ04X028150 Clasp, putative 8.301397359 L4_chemical_A2 +LQ04X028150 Clasp, putative 9.021733539 L4_chemical_A3 +LQ04X028150 Clasp, putative 7.151504462 L4_chemical_B1 +LQ04X028150 Clasp, putative 6.912122204 L4_chemical_B2 +LQ04X028150 Clasp, putative 8.102361682 L4_chemical_B3 +LQ04X028150 Clasp, putative 5.517610648 L4_chemical_C2 +LQ04X028150 Clasp, putative 5.926029224 L4_chemical_C3 +LQ04X028170 Putative uncharacterized protein 9.943128196 C6_control_A1 +LQ04X028170 Putative uncharacterized protein 10.01603258 C6_control_A3 +LQ04X028170 Putative uncharacterized protein 10.25677273 C6_control_B1 +LQ04X028170 Putative uncharacterized protein 8.686086911 C6_control_B2 +LQ04X028170 Putative uncharacterized protein 10.57290097 C6_control_B3 +LQ04X028170 Putative uncharacterized protein 9.447829783 C6_control_C1 +LQ04X028170 Putative uncharacterized protein 7.62686876 C6_control_C2 +LQ04X028170 Putative uncharacterized protein 9.826368881 C6_control_C3 +LQ04X028170 Putative uncharacterized protein 10.48725973 C6_chemical_A1 +LQ04X028170 Putative uncharacterized protein 8.925391242 C6_chemical_A3 +LQ04X028170 Putative uncharacterized protein 10.43788991 C6_chemical_B1 +LQ04X028170 Putative uncharacterized protein 8.679112183 C6_chemical_B2 +LQ04X028170 Putative uncharacterized protein 11.56116911 C6_chemical_B3 +LQ04X028170 Putative uncharacterized protein 9.37114125 C6_chemical_C1 +LQ04X028170 Putative uncharacterized protein 8.51086596 C6_chemical_C2 +LQ04X028170 Putative uncharacterized protein 9.914906983 C6_chemical_C3 +LQ04X028170 Putative uncharacterized protein 12.38302238 L4_control_A1 +LQ04X028170 Putative uncharacterized protein 11.46911714 L4_control_A2 +LQ04X028170 Putative uncharacterized protein 11.59452015 L4_control_A3 +LQ04X028170 Putative uncharacterized protein 13.6458202 L4_control_B1 +LQ04X028170 Putative uncharacterized protein 11.76650286 L4_control_B2 +LQ04X028170 Putative uncharacterized protein 8.977319317 L4_control_B3 +LQ04X028170 Putative uncharacterized protein 12.22214634 L4_control_C2 +LQ04X028170 Putative uncharacterized protein 11.86757866 L4_control_C3 +LQ04X028170 Putative uncharacterized protein 12.31684789 L4_chemical_A1 +LQ04X028170 Putative uncharacterized protein 11.60503715 L4_chemical_A2 +LQ04X028170 Putative uncharacterized protein 12.54154624 L4_chemical_A3 +LQ04X028170 Putative uncharacterized protein 11.96404314 L4_chemical_B1 +LQ04X028170 Putative uncharacterized protein 11.79595588 L4_chemical_B2 +LQ04X028170 Putative uncharacterized protein 9.003867643 L4_chemical_B3 +LQ04X028170 Putative uncharacterized protein 12.72793089 L4_chemical_C2 +LQ04X028170 Putative uncharacterized protein 11.8207368 L4_chemical_C3 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.004652776 C6_control_A1 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.146214232 C6_control_A3 +LQ04X028180 Sentrin/sumo-specific protease, putative 7.662448856 C6_control_B1 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.218734704 C6_control_B2 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.138081034 C6_control_B3 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.461128541 C6_control_C1 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.653942165 C6_control_C2 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.245967878 C6_control_C3 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.13220337 C6_chemical_A1 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.054435488 C6_chemical_A3 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.94498098 C6_chemical_B1 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.111343823 C6_chemical_B2 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.163387055 C6_chemical_B3 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.656427546 C6_chemical_C1 +LQ04X028180 Sentrin/sumo-specific protease, putative 10.14837086 C6_chemical_C2 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.789239911 C6_chemical_C3 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.069708171 L4_control_A1 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.851037854 L4_control_A2 +LQ04X028180 Sentrin/sumo-specific protease, putative 10.06022632 L4_control_A3 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.382855135 L4_control_B1 +LQ04X028180 Sentrin/sumo-specific protease, putative 7.634725665 L4_control_B2 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.949649379 L4_control_B3 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.976713913 L4_control_C2 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.722906899 L4_control_C3 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.571439029 L4_chemical_A1 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.638524305 L4_chemical_A2 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.397201574 L4_chemical_A3 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.831254447 L4_chemical_B1 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.749728355 L4_chemical_B2 +LQ04X028180 Sentrin/sumo-specific protease, putative 8.787545984 L4_chemical_B3 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.789929833 L4_chemical_C2 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.840396899 L4_chemical_C3 +LQ04X028190 Kif4, putative 12.0837656 C6_control_A1 +LQ04X028190 Kif4, putative 12.34370677 C6_control_A3 +LQ04X028190 Kif4, putative 12.38690278 C6_control_B1 +LQ04X028190 Kif4, putative 12.36244161 C6_control_B2 +LQ04X028190 Kif4, putative 12.27369074 C6_control_B3 +LQ04X028190 Kif4, putative 11.46381705 C6_control_C1 +LQ04X028190 Kif4, putative 11.09820089 C6_control_C2 +LQ04X028190 Kif4, putative 11.54731864 C6_control_C3 +LQ04X028190 Kif4, putative 12.17352384 C6_chemical_A1 +LQ04X028190 Kif4, putative 12.33180903 C6_chemical_A3 +LQ04X028190 Kif4, putative 12.26367854 C6_chemical_B1 +LQ04X028190 Kif4, putative 12.09921943 C6_chemical_B2 +LQ04X028190 Kif4, putative 11.98000964 C6_chemical_B3 +LQ04X028190 Kif4, putative 11.17376504 C6_chemical_C1 +LQ04X028190 Kif4, putative 10.80333474 C6_chemical_C2 +LQ04X028190 Kif4, putative 11.15612623 C6_chemical_C3 +LQ04X028190 Kif4, putative 12.22559051 L4_control_A1 +LQ04X028190 Kif4, putative 11.8455722 L4_control_A2 +LQ04X028190 Kif4, putative 12.20146899 L4_control_A3 +LQ04X028190 Kif4, putative 11.70297544 L4_control_B1 +LQ04X028190 Kif4, putative 12.24820687 L4_control_B2 +LQ04X028190 Kif4, putative 12.10682396 L4_control_B3 +LQ04X028190 Kif4, putative 10.56784413 L4_control_C2 +LQ04X028190 Kif4, putative 10.23577295 L4_control_C3 +LQ04X028190 Kif4, putative 11.79419983 L4_chemical_A1 +LQ04X028190 Kif4, putative 11.89108289 L4_chemical_A2 +LQ04X028190 Kif4, putative 11.9178417 L4_chemical_A3 +LQ04X028190 Kif4, putative 12.09482521 L4_chemical_B1 +LQ04X028190 Kif4, putative 12.15677994 L4_chemical_B2 +LQ04X028190 Kif4, putative 12.31364688 L4_chemical_B3 +LQ04X028190 Kif4, putative 10.63127451 L4_chemical_C2 +LQ04X028190 Kif4, putative 10.11902439 L4_chemical_C3 +LQ04X028220 Putative uncharacterized protein 4.791169474 C6_control_A1 +LQ04X028220 Putative uncharacterized protein 5.011059178 C6_control_A3 +LQ04X028220 Putative uncharacterized protein 5.185128489 C6_control_B1 +LQ04X028220 Putative uncharacterized protein 4.894285895 C6_control_B2 +LQ04X028220 Putative uncharacterized protein 5.171792334 C6_control_B3 +LQ04X028220 Putative uncharacterized protein 4.978128423 C6_control_C1 +LQ04X028220 Putative uncharacterized protein 4.795759948 C6_control_C2 +LQ04X028220 Putative uncharacterized protein 4.612672368 C6_control_C3 +LQ04X028220 Putative uncharacterized protein 5.54534834 C6_chemical_A1 +LQ04X028220 Putative uncharacterized protein 4.932511539 C6_chemical_A3 +LQ04X028220 Putative uncharacterized protein 4.813139394 C6_chemical_B1 +LQ04X028220 Putative uncharacterized protein 4.716828543 C6_chemical_B2 +LQ04X028220 Putative uncharacterized protein 4.70839852 C6_chemical_B3 +LQ04X028220 Putative uncharacterized protein 4.983982071 C6_chemical_C1 +LQ04X028220 Putative uncharacterized protein 4.7028711 C6_chemical_C2 +LQ04X028220 Putative uncharacterized protein 4.779831169 C6_chemical_C3 +LQ04X028220 Putative uncharacterized protein 5.136234896 L4_control_A1 +LQ04X028220 Putative uncharacterized protein 5.268515585 L4_control_A2 +LQ04X028220 Putative uncharacterized protein 4.996539906 L4_control_A3 +LQ04X028220 Putative uncharacterized protein 6.226971676 L4_control_B1 +LQ04X028220 Putative uncharacterized protein 5.442302607 L4_control_B2 +LQ04X028220 Putative uncharacterized protein 4.83754065 L4_control_B3 +LQ04X028220 Putative uncharacterized protein 6.600452191 L4_control_C2 +LQ04X028220 Putative uncharacterized protein 5.488526227 L4_control_C3 +LQ04X028220 Putative uncharacterized protein 5.395139517 L4_chemical_A1 +LQ04X028220 Putative uncharacterized protein 5.063151367 L4_chemical_A2 +LQ04X028220 Putative uncharacterized protein 5.059218174 L4_chemical_A3 +LQ04X028220 Putative uncharacterized protein 5.357998485 L4_chemical_B1 +LQ04X028220 Putative uncharacterized protein 5.445967963 L4_chemical_B2 +LQ04X028220 Putative uncharacterized protein 4.515131027 L4_chemical_B3 +LQ04X028220 Putative uncharacterized protein 5.912269283 L4_chemical_C2 +LQ04X028220 Putative uncharacterized protein 5.570458468 L4_chemical_C3 +LQ04X028280 Putative uncharacterized protein 14.10034227 C6_control_A1 +LQ04X028280 Putative uncharacterized protein 12.61071354 C6_control_A3 +LQ04X028280 Putative uncharacterized protein 13.33687325 C6_control_B1 +LQ04X028280 Putative uncharacterized protein 12.92970278 C6_control_B2 +LQ04X028280 Putative uncharacterized protein 13.24143994 C6_control_B3 +LQ04X028280 Putative uncharacterized protein 8.146001671 C6_control_C1 +LQ04X028280 Putative uncharacterized protein 7.931225162 C6_control_C2 +LQ04X028280 Putative uncharacterized protein 8.500925323 C6_control_C3 +LQ04X028280 Putative uncharacterized protein 13.82357435 C6_chemical_A1 +LQ04X028280 Putative uncharacterized protein 12.65301037 C6_chemical_A3 +LQ04X028280 Putative uncharacterized protein 13.0830645 C6_chemical_B1 +LQ04X028280 Putative uncharacterized protein 12.78729056 C6_chemical_B2 +LQ04X028280 Putative uncharacterized protein 13.13153779 C6_chemical_B3 +LQ04X028280 Putative uncharacterized protein 8.007792368 C6_chemical_C1 +LQ04X028280 Putative uncharacterized protein 6.482599649 C6_chemical_C2 +LQ04X028280 Putative uncharacterized protein 7.603948602 C6_chemical_C3 +LQ04X028280 Putative uncharacterized protein 12.64833159 L4_control_A1 +LQ04X028280 Putative uncharacterized protein 13.47230764 L4_control_A2 +LQ04X028280 Putative uncharacterized protein 12.27581084 L4_control_A3 +LQ04X028280 Putative uncharacterized protein 12.39184139 L4_control_B1 +LQ04X028280 Putative uncharacterized protein 12.86397024 L4_control_B2 +LQ04X028280 Putative uncharacterized protein 11.30052327 L4_control_B3 +LQ04X028280 Putative uncharacterized protein 6.136702952 L4_control_C2 +LQ04X028280 Putative uncharacterized protein 5.287317657 L4_control_C3 +LQ04X028280 Putative uncharacterized protein 12.22391919 L4_chemical_A1 +LQ04X028280 Putative uncharacterized protein 13.8589399 L4_chemical_A2 +LQ04X028280 Putative uncharacterized protein 12.54113942 L4_chemical_A3 +LQ04X028280 Putative uncharacterized protein 13.16001715 L4_chemical_B1 +LQ04X028280 Putative uncharacterized protein 13.11010264 L4_chemical_B2 +LQ04X028280 Putative uncharacterized protein 12.94756818 L4_chemical_B3 +LQ04X028280 Putative uncharacterized protein 5.736394501 L4_chemical_C2 +LQ04X028280 Putative uncharacterized protein 5.355329229 L4_chemical_C3 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.03683997 C6_control_A1 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.51907903 C6_control_A3 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.37385627 C6_control_B1 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.90147646 C6_control_B2 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.48406502 C6_control_B3 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.43171068 C6_control_C1 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.08103646 C6_control_C2 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.07643406 C6_control_C3 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.96928481 C6_chemical_A1 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.40805282 C6_chemical_A3 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.34094298 C6_chemical_B1 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.57938091 C6_chemical_B2 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.29166677 C6_chemical_B3 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.0956657 C6_chemical_C1 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.23680482 C6_chemical_C2 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.90459299 C6_chemical_C3 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.61791149 L4_control_A1 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.43703052 L4_control_A2 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.60796609 L4_control_A3 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.00778733 L4_control_B1 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.54117729 L4_control_B2 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.50981669 L4_control_B3 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.53502882 L4_control_C2 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.5211025 L4_control_C3 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.63821229 L4_chemical_A1 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.45846539 L4_chemical_A2 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.51208551 L4_chemical_A3 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.95496068 L4_chemical_B1 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.57226197 L4_chemical_B2 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.54276082 L4_chemical_B3 +LQ04X028290 Protein pleiotropic regulatory locus 1 12.52924227 L4_chemical_C2 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.47055728 L4_chemical_C3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.84806393 C6_control_A1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.90707588 C6_control_A3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.09933532 C6_control_B1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.49317203 C6_control_B2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.02392328 C6_control_B3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.30946041 C6_control_C1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.25595677 C6_control_C2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.30284435 C6_control_C3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.72067858 C6_chemical_A1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.91857319 C6_chemical_A3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 12.99832857 C6_chemical_B1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.23828343 C6_chemical_B2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 12.9824279 C6_chemical_B3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.28046054 C6_chemical_C1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.21172653 C6_chemical_C2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.31637109 C6_chemical_C3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.87734996 L4_control_A1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 14.05241097 L4_control_A2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 14.32492699 L4_control_A3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.20852338 L4_control_B1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.44091095 L4_control_B2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.04779832 L4_control_B3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.29712656 L4_control_C2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.14901368 L4_control_C3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.9730341 L4_chemical_A1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.72826252 L4_chemical_A2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.94845003 L4_chemical_A3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.38377071 L4_chemical_B1 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.31419651 L4_chemical_B2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.28478299 L4_chemical_B3 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.39372291 L4_chemical_C2 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.15037408 L4_chemical_C3 +LQ04X028320 60S ribosomal protein L22-2 6.573712184 C6_control_A1 +LQ04X028320 60S ribosomal protein L22-2 6.781789963 C6_control_A3 +LQ04X028320 60S ribosomal protein L22-2 6.069122751 C6_control_B1 +LQ04X028320 60S ribosomal protein L22-2 6.479040907 C6_control_B2 +LQ04X028320 60S ribosomal protein L22-2 6.507805423 C6_control_B3 +LQ04X028320 60S ribosomal protein L22-2 6.647625887 C6_control_C1 +LQ04X028320 60S ribosomal protein L22-2 6.831368944 C6_control_C2 +LQ04X028320 60S ribosomal protein L22-2 6.841552438 C6_control_C3 +LQ04X028320 60S ribosomal protein L22-2 6.393420337 C6_chemical_A1 +LQ04X028320 60S ribosomal protein L22-2 6.43158359 C6_chemical_A3 +LQ04X028320 60S ribosomal protein L22-2 6.132712523 C6_chemical_B1 +LQ04X028320 60S ribosomal protein L22-2 6.0046316 C6_chemical_B2 +LQ04X028320 60S ribosomal protein L22-2 6.490220984 C6_chemical_B3 +LQ04X028320 60S ribosomal protein L22-2 6.030772769 C6_chemical_C1 +LQ04X028320 60S ribosomal protein L22-2 6.433149076 C6_chemical_C2 +LQ04X028320 60S ribosomal protein L22-2 6.163989762 C6_chemical_C3 +LQ04X028320 60S ribosomal protein L22-2 6.73156948 L4_control_A1 +LQ04X028320 60S ribosomal protein L22-2 6.335737129 L4_control_A2 +LQ04X028320 60S ribosomal protein L22-2 6.256290947 L4_control_A3 +LQ04X028320 60S ribosomal protein L22-2 6.360744464 L4_control_B1 +LQ04X028320 60S ribosomal protein L22-2 5.893089883 L4_control_B2 +LQ04X028320 60S ribosomal protein L22-2 6.24937014 L4_control_B3 +LQ04X028320 60S ribosomal protein L22-2 6.155738449 L4_control_C2 +LQ04X028320 60S ribosomal protein L22-2 6.748555969 L4_control_C3 +LQ04X028320 60S ribosomal protein L22-2 6.477323343 L4_chemical_A1 +LQ04X028320 60S ribosomal protein L22-2 6.642077649 L4_chemical_A2 +LQ04X028320 60S ribosomal protein L22-2 6.243500437 L4_chemical_A3 +LQ04X028320 60S ribosomal protein L22-2 6.576688107 L4_chemical_B1 +LQ04X028320 60S ribosomal protein L22-2 6.296719271 L4_chemical_B2 +LQ04X028320 60S ribosomal protein L22-2 6.200197315 L4_chemical_B3 +LQ04X028320 60S ribosomal protein L22-2 6.189010173 L4_chemical_C2 +LQ04X028320 60S ribosomal protein L22-2 6.756970345 L4_chemical_C3 +LQ04X028330 Predicted protein 5.463032159 C6_control_A1 +LQ04X028330 Predicted protein 5.028088983 C6_control_A3 +LQ04X028330 Predicted protein 5.750961498 C6_control_B1 +LQ04X028330 Predicted protein 4.879361416 C6_control_B2 +LQ04X028330 Predicted protein 5.323833078 C6_control_B3 +LQ04X028330 Predicted protein 5.333357228 C6_control_C1 +LQ04X028330 Predicted protein 5.405978645 C6_control_C2 +LQ04X028330 Predicted protein 5.203544013 C6_control_C3 +LQ04X028330 Predicted protein 5.049590613 C6_chemical_A1 +LQ04X028330 Predicted protein 5.825905176 C6_chemical_A3 +LQ04X028330 Predicted protein 5.807722698 C6_chemical_B1 +LQ04X028330 Predicted protein 5.012654178 C6_chemical_B2 +LQ04X028330 Predicted protein 5.294966578 C6_chemical_B3 +LQ04X028330 Predicted protein 5.798459082 C6_chemical_C1 +LQ04X028330 Predicted protein 5.429720102 C6_chemical_C2 +LQ04X028330 Predicted protein 5.659548749 C6_chemical_C3 +LQ04X028330 Predicted protein 5.06258668 L4_control_A1 +LQ04X028330 Predicted protein 5.083764539 L4_control_A2 +LQ04X028330 Predicted protein 5.065472873 L4_control_A3 +LQ04X028330 Predicted protein 5.153731132 L4_control_B1 +LQ04X028330 Predicted protein 4.877643353 L4_control_B2 +LQ04X028330 Predicted protein 5.163454461 L4_control_B3 +LQ04X028330 Predicted protein 5.994401434 L4_control_C2 +LQ04X028330 Predicted protein 5.612702286 L4_control_C3 +LQ04X028330 Predicted protein 5.720031583 L4_chemical_A1 +LQ04X028330 Predicted protein 5.345493619 L4_chemical_A2 +LQ04X028330 Predicted protein 5.172009963 L4_chemical_A3 +LQ04X028330 Predicted protein 5.629347213 L4_chemical_B1 +LQ04X028330 Predicted protein 5.79412179 L4_chemical_B2 +LQ04X028330 Predicted protein 5.259660187 L4_chemical_B3 +LQ04X028330 Predicted protein 5.60231444 L4_chemical_C2 +LQ04X028330 Predicted protein 5.484712693 L4_chemical_C3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 11.88562214 C6_control_A1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 12.95074182 C6_control_A3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 11.13855396 C6_control_B1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 12.69345451 C6_control_B2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 12.80040759 C6_control_B3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 14.97736058 C6_control_C1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.03241632 C6_control_C2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.2752822 C6_control_C3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 12.27262432 C6_chemical_A1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 13.61489737 C6_chemical_A3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 12.62923455 C6_chemical_B1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 12.40755534 C6_chemical_B2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 13.86053315 C6_chemical_B3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.0872594 C6_chemical_C1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.02340646 C6_chemical_C2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.53006603 C6_chemical_C3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 13.24433775 L4_control_A1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 12.74077764 L4_control_A2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 14.38826699 L4_control_A3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 13.73685382 L4_control_B1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 13.64483645 L4_control_B2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.04476834 L4_control_B3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 14.98590638 L4_control_C2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.34979603 L4_control_C3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.27300478 L4_chemical_A1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.37425385 L4_chemical_A2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 14.69517776 L4_chemical_A3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 13.78214641 L4_chemical_B1 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 14.52228502 L4_chemical_B2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 13.84917296 L4_chemical_B3 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 15.33975454 L4_chemical_C2 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 14.82422901 L4_chemical_C3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.53897656 C6_control_A1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.99590276 C6_control_A3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.26502312 C6_control_B1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.72831605 C6_control_B2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.64416087 C6_control_B3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.84108935 C6_control_C1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.42849167 C6_control_C2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.89782032 C6_control_C3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.25514225 C6_chemical_A1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.35332125 C6_chemical_A3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.26943622 C6_chemical_B1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.65796785 C6_chemical_B2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.50768304 C6_chemical_B3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.58315349 C6_chemical_C1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.0554218 C6_chemical_C2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 12.0309806 C6_chemical_C3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.12303656 L4_control_A1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.94303735 L4_control_A2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.92027683 L4_control_A3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.30115905 L4_control_B1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.83754907 L4_control_B2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 12.25685028 L4_control_B3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.78878783 L4_control_C2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.97251321 L4_control_C3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.90472267 L4_chemical_A1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.60149436 L4_chemical_A2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.91089301 L4_chemical_A3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.05136053 L4_chemical_B1 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.61012998 L4_chemical_B2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.71659035 L4_chemical_B3 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.58234362 L4_chemical_C2 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 11.98965507 L4_chemical_C3 +LQ04X028370 Putative uncharacterized protein 6.89615044 C6_control_A1 +LQ04X028370 Putative uncharacterized protein 6.462743833 C6_control_A3 +LQ04X028370 Putative uncharacterized protein 6.116134833 C6_control_B1 +LQ04X028370 Putative uncharacterized protein 4.790775548 C6_control_B2 +LQ04X028370 Putative uncharacterized protein 5.395237172 C6_control_B3 +LQ04X028370 Putative uncharacterized protein 5.029960086 C6_control_C1 +LQ04X028370 Putative uncharacterized protein 4.827978902 C6_control_C2 +LQ04X028370 Putative uncharacterized protein 5.119495457 C6_control_C3 +LQ04X028370 Putative uncharacterized protein 6.127717994 C6_chemical_A1 +LQ04X028370 Putative uncharacterized protein 7.497500896 C6_chemical_A3 +LQ04X028370 Putative uncharacterized protein 5.038696486 C6_chemical_B1 +LQ04X028370 Putative uncharacterized protein 4.746072998 C6_chemical_B2 +LQ04X028370 Putative uncharacterized protein 5.576175111 C6_chemical_B3 +LQ04X028370 Putative uncharacterized protein 5.177842359 C6_chemical_C1 +LQ04X028370 Putative uncharacterized protein 4.944286358 C6_chemical_C2 +LQ04X028370 Putative uncharacterized protein 5.248563745 C6_chemical_C3 +LQ04X028370 Putative uncharacterized protein 7.559728044 L4_control_A1 +LQ04X028370 Putative uncharacterized protein 5.870054734 L4_control_A2 +LQ04X028370 Putative uncharacterized protein 6.834304754 L4_control_A3 +LQ04X028370 Putative uncharacterized protein 5.229736527 L4_control_B1 +LQ04X028370 Putative uncharacterized protein 5.328844679 L4_control_B2 +LQ04X028370 Putative uncharacterized protein 5.459909699 L4_control_B3 +LQ04X028370 Putative uncharacterized protein 5.426571411 L4_control_C2 +LQ04X028370 Putative uncharacterized protein 5.68419127 L4_control_C3 +LQ04X028370 Putative uncharacterized protein 6.300512961 L4_chemical_A1 +LQ04X028370 Putative uncharacterized protein 5.3421722 L4_chemical_A2 +LQ04X028370 Putative uncharacterized protein 6.671953832 L4_chemical_A3 +LQ04X028370 Putative uncharacterized protein 5.144530883 L4_chemical_B1 +LQ04X028370 Putative uncharacterized protein 5.547510312 L4_chemical_B2 +LQ04X028370 Putative uncharacterized protein 6.294789604 L4_chemical_B3 +LQ04X028370 Putative uncharacterized protein 5.675656539 L4_chemical_C2 +LQ04X028370 Putative uncharacterized protein 5.261314544 L4_chemical_C3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.99239213 C6_control_A1 +LQ04X028380 Dynein light chain 1, cytoplasmic 14.19390156 C6_control_A3 +LQ04X028380 Dynein light chain 1, cytoplasmic 14.00883735 C6_control_B1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.88691538 C6_control_B2 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.57804366 C6_control_B3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.31873267 C6_control_C1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.32569923 C6_control_C2 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.18691652 C6_control_C3 +LQ04X028380 Dynein light chain 1, cytoplasmic 14.0770981 C6_chemical_A1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.98617131 C6_chemical_A3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.91029976 C6_chemical_B1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.96701528 C6_chemical_B2 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.53532652 C6_chemical_B3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.40300433 C6_chemical_C1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.28831738 C6_chemical_C2 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.13222176 C6_chemical_C3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.75254566 L4_control_A1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.85906055 L4_control_A2 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.29160417 L4_control_A3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.28545388 L4_control_B1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.14530133 L4_control_B2 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.5247775 L4_control_B3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.15789695 L4_control_C2 +LQ04X028380 Dynein light chain 1, cytoplasmic 12.43666148 L4_control_C3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.62212249 L4_chemical_A1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.75248702 L4_chemical_A2 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.21107651 L4_chemical_A3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.46156884 L4_chemical_B1 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.68742648 L4_chemical_B2 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.61925801 L4_chemical_B3 +LQ04X028380 Dynein light chain 1, cytoplasmic 13.20017355 L4_chemical_C2 +LQ04X028380 Dynein light chain 1, cytoplasmic 12.46343386 L4_chemical_C3 +LQ04X028390 Predicted protein 9.039603545 C6_control_A1 +LQ04X028390 Predicted protein 11.31461662 C6_control_A3 +LQ04X028390 Predicted protein 8.915562347 C6_control_B1 +LQ04X028390 Predicted protein 11.95556335 C6_control_B2 +LQ04X028390 Predicted protein 10.48997838 C6_control_B3 +LQ04X028390 Predicted protein 11.19424515 C6_control_C1 +LQ04X028390 Predicted protein 11.59062557 C6_control_C2 +LQ04X028390 Predicted protein 12.07478137 C6_control_C3 +LQ04X028390 Predicted protein 9.366273283 C6_chemical_A1 +LQ04X028390 Predicted protein 11.10584849 C6_chemical_A3 +LQ04X028390 Predicted protein 9.493193198 C6_chemical_B1 +LQ04X028390 Predicted protein 11.54679678 C6_chemical_B2 +LQ04X028390 Predicted protein 11.63033867 C6_chemical_B3 +LQ04X028390 Predicted protein 11.85089003 C6_chemical_C1 +LQ04X028390 Predicted protein 11.72216797 C6_chemical_C2 +LQ04X028390 Predicted protein 11.6189597 C6_chemical_C3 +LQ04X028390 Predicted protein 10.8502926 L4_control_A1 +LQ04X028390 Predicted protein 9.578874193 L4_control_A2 +LQ04X028390 Predicted protein 10.56373668 L4_control_A3 +LQ04X028390 Predicted protein 10.07621641 L4_control_B1 +LQ04X028390 Predicted protein 9.075315042 L4_control_B2 +LQ04X028390 Predicted protein 11.9239473 L4_control_B3 +LQ04X028390 Predicted protein 10.688018 L4_control_C2 +LQ04X028390 Predicted protein 9.508361227 L4_control_C3 +LQ04X028390 Predicted protein 11.28299506 L4_chemical_A1 +LQ04X028390 Predicted protein 11.0691293 L4_chemical_A2 +LQ04X028390 Predicted protein 11.31904824 L4_chemical_A3 +LQ04X028390 Predicted protein 10.24582709 L4_chemical_B1 +LQ04X028390 Predicted protein 11.15869365 L4_chemical_B2 +LQ04X028390 Predicted protein 10.58096092 L4_chemical_B3 +LQ04X028390 Predicted protein 11.44957048 L4_chemical_C2 +LQ04X028390 Predicted protein 10.48623662 L4_chemical_C3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.77248895 C6_control_A1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.27014303 C6_control_A3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.4748572 C6_control_B1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.79096132 C6_control_B2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.00802017 C6_control_B3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.81654696 C6_control_C1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.67955451 C6_control_C2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.72945278 C6_control_C3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.81674475 C6_chemical_A1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.26770295 C6_chemical_A3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.31232136 C6_chemical_B1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.75315751 C6_chemical_B2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.77399336 C6_chemical_B3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.55939514 C6_chemical_C1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.61722209 C6_chemical_C2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 11.50724917 C6_chemical_C3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.47906657 L4_control_A1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.21277309 L4_control_A2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.49450053 L4_control_A3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.86862253 L4_control_B1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.88208732 L4_control_B2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.20159588 L4_control_B3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.78558057 L4_control_C2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.80171957 L4_control_C3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.43431662 L4_chemical_A1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.34210889 L4_chemical_A2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.59745323 L4_chemical_A3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.28277218 L4_chemical_B1 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.74715324 L4_chemical_B2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.41455319 L4_chemical_B3 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 13.05540435 L4_chemical_C2 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.89621641 L4_chemical_C3 +LQ04X028470 RING-H2 finger protein ATL3F 6.732897921 C6_control_A1 +LQ04X028470 RING-H2 finger protein ATL3F 5.99352222 C6_control_A3 +LQ04X028470 RING-H2 finger protein ATL3F 7.267832542 C6_control_B1 +LQ04X028470 RING-H2 finger protein ATL3F 6.375309824 C6_control_B2 +LQ04X028470 RING-H2 finger protein ATL3F 8.354844768 C6_control_B3 +LQ04X028470 RING-H2 finger protein ATL3F 6.168306286 C6_control_C1 +LQ04X028470 RING-H2 finger protein ATL3F 5.859199407 C6_control_C2 +LQ04X028470 RING-H2 finger protein ATL3F 5.584974918 C6_control_C3 +LQ04X028470 RING-H2 finger protein ATL3F 6.457351028 C6_chemical_A1 +LQ04X028470 RING-H2 finger protein ATL3F 7.049009393 C6_chemical_A3 +LQ04X028470 RING-H2 finger protein ATL3F 7.606157703 C6_chemical_B1 +LQ04X028470 RING-H2 finger protein ATL3F 6.616151295 C6_chemical_B2 +LQ04X028470 RING-H2 finger protein ATL3F 7.384074967 C6_chemical_B3 +LQ04X028470 RING-H2 finger protein ATL3F 5.782536244 C6_chemical_C1 +LQ04X028470 RING-H2 finger protein ATL3F 6.347472493 C6_chemical_C2 +LQ04X028470 RING-H2 finger protein ATL3F 5.72977584 C6_chemical_C3 +LQ04X028470 RING-H2 finger protein ATL3F 6.429753245 L4_control_A1 +LQ04X028470 RING-H2 finger protein ATL3F 7.480075868 L4_control_A2 +LQ04X028470 RING-H2 finger protein ATL3F 6.246349369 L4_control_A3 +LQ04X028470 RING-H2 finger protein ATL3F 7.462215717 L4_control_B1 +LQ04X028470 RING-H2 finger protein ATL3F 8.2491636 L4_control_B2 +LQ04X028470 RING-H2 finger protein ATL3F 7.634813089 L4_control_B3 +LQ04X028470 RING-H2 finger protein ATL3F 6.545748161 L4_control_C2 +LQ04X028470 RING-H2 finger protein ATL3F 5.545736071 L4_control_C3 +LQ04X028470 RING-H2 finger protein ATL3F 6.386407893 L4_chemical_A1 +LQ04X028470 RING-H2 finger protein ATL3F 6.786167061 L4_chemical_A2 +LQ04X028470 RING-H2 finger protein ATL3F 6.255395597 L4_chemical_A3 +LQ04X028470 RING-H2 finger protein ATL3F 7.511888841 L4_chemical_B1 +LQ04X028470 RING-H2 finger protein ATL3F 8.781320688 L4_chemical_B2 +LQ04X028470 RING-H2 finger protein ATL3F 7.558032811 L4_chemical_B3 +LQ04X028470 RING-H2 finger protein ATL3F 7.128178876 L4_chemical_C2 +LQ04X028470 RING-H2 finger protein ATL3F 6.816650928 L4_chemical_C3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.685798763 C6_control_A1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.426480928 C6_control_A3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.432931126 C6_control_B1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.411938033 C6_control_B2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.597808664 C6_control_B3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.46057636 C6_control_C1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.328889535 C6_control_C2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.069958783 C6_control_C3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.581694502 C6_chemical_A1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.23118411 C6_chemical_A3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.695847456 C6_chemical_B1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.415810203 C6_chemical_B2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.438292149 C6_chemical_B3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.019734439 C6_chemical_C1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.337213719 C6_chemical_C2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 4.906476771 C6_chemical_C3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.205498148 L4_control_A1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.190191337 L4_control_A2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.14572967 L4_control_A3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.178462825 L4_control_B1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.278348549 L4_control_B2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.249648998 L4_control_B3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.393129372 L4_control_C2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.409118537 L4_control_C3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.188688254 L4_chemical_A1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.558316064 L4_chemical_A2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.537030527 L4_chemical_A3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.277833797 L4_chemical_B1 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.112245964 L4_chemical_B2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.468811402 L4_chemical_B3 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.492593355 L4_chemical_C2 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.80350498 L4_chemical_C3 +LQ04X028590 DAG protein, chloroplast, putative 6.095262688 C6_control_A1 +LQ04X028590 DAG protein, chloroplast, putative 6.081376676 C6_control_A3 +LQ04X028590 DAG protein, chloroplast, putative 5.541351967 C6_control_B1 +LQ04X028590 DAG protein, chloroplast, putative 5.905279106 C6_control_B2 +LQ04X028590 DAG protein, chloroplast, putative 6.336236372 C6_control_B3 +LQ04X028590 DAG protein, chloroplast, putative 5.9509121 C6_control_C1 +LQ04X028590 DAG protein, chloroplast, putative 5.902537429 C6_control_C2 +LQ04X028590 DAG protein, chloroplast, putative 6.034133882 C6_control_C3 +LQ04X028590 DAG protein, chloroplast, putative 5.847083669 C6_chemical_A1 +LQ04X028590 DAG protein, chloroplast, putative 6.403740445 C6_chemical_A3 +LQ04X028590 DAG protein, chloroplast, putative 5.505491828 C6_chemical_B1 +LQ04X028590 DAG protein, chloroplast, putative 6.357014012 C6_chemical_B2 +LQ04X028590 DAG protein, chloroplast, putative 5.742852498 C6_chemical_B3 +LQ04X028590 DAG protein, chloroplast, putative 5.867289136 C6_chemical_C1 +LQ04X028590 DAG protein, chloroplast, putative 6.009630641 C6_chemical_C2 +LQ04X028590 DAG protein, chloroplast, putative 5.874152376 C6_chemical_C3 +LQ04X028590 DAG protein, chloroplast, putative 6.074294418 L4_control_A1 +LQ04X028590 DAG protein, chloroplast, putative 6.032707634 L4_control_A2 +LQ04X028590 DAG protein, chloroplast, putative 5.491683185 L4_control_A3 +LQ04X028590 DAG protein, chloroplast, putative 5.70380149 L4_control_B1 +LQ04X028590 DAG protein, chloroplast, putative 5.864928224 L4_control_B2 +LQ04X028590 DAG protein, chloroplast, putative 5.711170104 L4_control_B3 +LQ04X028590 DAG protein, chloroplast, putative 5.611357651 L4_control_C2 +LQ04X028590 DAG protein, chloroplast, putative 5.834535025 L4_control_C3 +LQ04X028590 DAG protein, chloroplast, putative 5.929170878 L4_chemical_A1 +LQ04X028590 DAG protein, chloroplast, putative 6.110109158 L4_chemical_A2 +LQ04X028590 DAG protein, chloroplast, putative 5.432167592 L4_chemical_A3 +LQ04X028590 DAG protein, chloroplast, putative 5.93841102 L4_chemical_B1 +LQ04X028590 DAG protein, chloroplast, putative 6.001446613 L4_chemical_B2 +LQ04X028590 DAG protein, chloroplast, putative 5.831652178 L4_chemical_B3 +LQ04X028590 DAG protein, chloroplast, putative 5.643557746 L4_chemical_C2 +LQ04X028590 DAG protein, chloroplast, putative 5.976423653 L4_chemical_C3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.38894259 C6_control_A1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.48945601 C6_control_A3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.69354319 C6_control_B1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.06306184 C6_control_B2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.63996312 C6_control_B3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 14.72281451 C6_control_C1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 14.46304158 C6_control_C2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 14.176279 C6_control_C3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.65640104 C6_chemical_A1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 14.09996023 C6_chemical_A3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.80172039 C6_chemical_B1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.02642733 C6_chemical_B2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.90975245 C6_chemical_B3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 14.7729445 C6_chemical_C1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 14.48679602 C6_chemical_C2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.99373064 C6_chemical_C3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.21744085 L4_control_A1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.4615288 L4_control_A2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.85500904 L4_control_A3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.51871105 L4_control_B1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.90538887 L4_control_B2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.33577294 L4_control_B3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.61195894 L4_control_C2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.76513057 L4_control_C3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 14.52378608 L4_chemical_A1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.72658452 L4_chemical_A2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.83104178 L4_chemical_A3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.80082561 L4_chemical_B1 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.17821638 L4_chemical_B2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.54231201 L4_chemical_B3 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.68903092 L4_chemical_C2 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 12.62733013 L4_chemical_C3 +LQ04X028630 60S ribosomal protein L19-2 15.16029589 C6_control_A1 +LQ04X028630 60S ribosomal protein L19-2 15.37457961 C6_control_A3 +LQ04X028630 60S ribosomal protein L19-2 14.77556359 C6_control_B1 +LQ04X028630 60S ribosomal protein L19-2 14.9387641 C6_control_B2 +LQ04X028630 60S ribosomal protein L19-2 14.69810314 C6_control_B3 +LQ04X028630 60S ribosomal protein L19-2 15.01568314 C6_control_C1 +LQ04X028630 60S ribosomal protein L19-2 15.18826438 C6_control_C2 +LQ04X028630 60S ribosomal protein L19-2 14.91935515 C6_control_C3 +LQ04X028630 60S ribosomal protein L19-2 15.05028299 C6_chemical_A1 +LQ04X028630 60S ribosomal protein L19-2 14.82530664 C6_chemical_A3 +LQ04X028630 60S ribosomal protein L19-2 14.77177532 C6_chemical_B1 +LQ04X028630 60S ribosomal protein L19-2 14.57141407 C6_chemical_B2 +LQ04X028630 60S ribosomal protein L19-2 14.74739007 C6_chemical_B3 +LQ04X028630 60S ribosomal protein L19-2 14.85521727 C6_chemical_C1 +LQ04X028630 60S ribosomal protein L19-2 14.67472522 C6_chemical_C2 +LQ04X028630 60S ribosomal protein L19-2 14.49143988 C6_chemical_C3 +LQ04X028630 60S ribosomal protein L19-2 15.11366092 L4_control_A1 +LQ04X028630 60S ribosomal protein L19-2 14.6669006 L4_control_A2 +LQ04X028630 60S ribosomal protein L19-2 14.89029298 L4_control_A3 +LQ04X028630 60S ribosomal protein L19-2 14.28555565 L4_control_B1 +LQ04X028630 60S ribosomal protein L19-2 14.03268916 L4_control_B2 +LQ04X028630 60S ribosomal protein L19-2 14.40958517 L4_control_B3 +LQ04X028630 60S ribosomal protein L19-2 14.26650436 L4_control_C2 +LQ04X028630 60S ribosomal protein L19-2 14.21691482 L4_control_C3 +LQ04X028630 60S ribosomal protein L19-2 14.94395822 L4_chemical_A1 +LQ04X028630 60S ribosomal protein L19-2 14.52973548 L4_chemical_A2 +LQ04X028630 60S ribosomal protein L19-2 14.83082344 L4_chemical_A3 +LQ04X028630 60S ribosomal protein L19-2 14.50340221 L4_chemical_B1 +LQ04X028630 60S ribosomal protein L19-2 13.94150594 L4_chemical_B2 +LQ04X028630 60S ribosomal protein L19-2 14.7282477 L4_chemical_B3 +LQ04X028630 60S ribosomal protein L19-2 14.03884199 L4_chemical_C2 +LQ04X028630 60S ribosomal protein L19-2 14.120612 L4_chemical_C3 +LQ04X028650 Probable protein phosphatase 2C 73 11.19162189 C6_control_A1 +LQ04X028650 Probable protein phosphatase 2C 73 10.39647618 C6_control_A3 +LQ04X028650 Probable protein phosphatase 2C 73 11.31598561 C6_control_B1 +LQ04X028650 Probable protein phosphatase 2C 73 10.39959273 C6_control_B2 +LQ04X028650 Probable protein phosphatase 2C 73 10.43484367 C6_control_B3 +LQ04X028650 Probable protein phosphatase 2C 73 11.75836059 C6_control_C1 +LQ04X028650 Probable protein phosphatase 2C 73 11.35803138 C6_control_C2 +LQ04X028650 Probable protein phosphatase 2C 73 10.99415322 C6_control_C3 +LQ04X028650 Probable protein phosphatase 2C 73 11.6653025 C6_chemical_A1 +LQ04X028650 Probable protein phosphatase 2C 73 11.1670224 C6_chemical_A3 +LQ04X028650 Probable protein phosphatase 2C 73 11.44630558 C6_chemical_B1 +LQ04X028650 Probable protein phosphatase 2C 73 10.8452684 C6_chemical_B2 +LQ04X028650 Probable protein phosphatase 2C 73 10.61572368 C6_chemical_B3 +LQ04X028650 Probable protein phosphatase 2C 73 11.77145696 C6_chemical_C1 +LQ04X028650 Probable protein phosphatase 2C 73 11.57344456 C6_chemical_C2 +LQ04X028650 Probable protein phosphatase 2C 73 11.26295462 C6_chemical_C3 +LQ04X028650 Probable protein phosphatase 2C 73 10.64585681 L4_control_A1 +LQ04X028650 Probable protein phosphatase 2C 73 10.81885559 L4_control_A2 +LQ04X028650 Probable protein phosphatase 2C 73 8.638003776 L4_control_A3 +LQ04X028650 Probable protein phosphatase 2C 73 11.00760185 L4_control_B1 +LQ04X028650 Probable protein phosphatase 2C 73 10.93606855 L4_control_B2 +LQ04X028650 Probable protein phosphatase 2C 73 9.470020474 L4_control_B3 +LQ04X028650 Probable protein phosphatase 2C 73 10.09325706 L4_control_C2 +LQ04X028650 Probable protein phosphatase 2C 73 9.882352242 L4_control_C3 +LQ04X028650 Probable protein phosphatase 2C 73 10.58376593 L4_chemical_A1 +LQ04X028650 Probable protein phosphatase 2C 73 11.40602478 L4_chemical_A2 +LQ04X028650 Probable protein phosphatase 2C 73 10.22283555 L4_chemical_A3 +LQ04X028650 Probable protein phosphatase 2C 73 11.52816528 L4_chemical_B1 +LQ04X028650 Probable protein phosphatase 2C 73 10.84251499 L4_chemical_B2 +LQ04X028650 Probable protein phosphatase 2C 73 10.86112974 L4_chemical_B3 +LQ04X028650 Probable protein phosphatase 2C 73 10.56192195 L4_chemical_C2 +LQ04X028650 Probable protein phosphatase 2C 73 9.568800529 L4_chemical_C3 +LQ04X028670 Predicted protein 5.56937669 C6_control_A1 +LQ04X028670 Predicted protein 6.026979085 C6_control_A3 +LQ04X028670 Predicted protein 6.37564957 C6_control_B1 +LQ04X028670 Predicted protein 6.050082668 C6_control_B2 +LQ04X028670 Predicted protein 5.750367514 C6_control_B3 +LQ04X028670 Predicted protein 6.146691954 C6_control_C1 +LQ04X028670 Predicted protein 5.937144233 C6_control_C2 +LQ04X028670 Predicted protein 5.561326111 C6_control_C3 +LQ04X028670 Predicted protein 5.555140909 C6_chemical_A1 +LQ04X028670 Predicted protein 5.955680796 C6_chemical_A3 +LQ04X028670 Predicted protein 6.090870094 C6_chemical_B1 +LQ04X028670 Predicted protein 5.824880543 C6_chemical_B2 +LQ04X028670 Predicted protein 5.779314292 C6_chemical_B3 +LQ04X028670 Predicted protein 5.746199323 C6_chemical_C1 +LQ04X028670 Predicted protein 5.694917993 C6_chemical_C2 +LQ04X028670 Predicted protein 5.187342765 C6_chemical_C3 +LQ04X028670 Predicted protein 5.560856412 L4_control_A1 +LQ04X028670 Predicted protein 5.667381096 L4_control_A2 +LQ04X028670 Predicted protein 5.532428214 L4_control_A3 +LQ04X028670 Predicted protein 5.713725232 L4_control_B1 +LQ04X028670 Predicted protein 5.377764427 L4_control_B2 +LQ04X028670 Predicted protein 5.661310577 L4_control_B3 +LQ04X028670 Predicted protein 5.47224321 L4_control_C2 +LQ04X028670 Predicted protein 6.93256305 L4_control_C3 +LQ04X028670 Predicted protein 5.317184496 L4_chemical_A1 +LQ04X028670 Predicted protein 5.56372525 L4_chemical_A2 +LQ04X028670 Predicted protein 5.435523461 L4_chemical_A3 +LQ04X028670 Predicted protein 6.176364912 L4_chemical_B1 +LQ04X028670 Predicted protein 5.625232982 L4_chemical_B2 +LQ04X028670 Predicted protein 5.875185788 L4_chemical_B3 +LQ04X028670 Predicted protein 5.491363985 L4_chemical_C2 +LQ04X028670 Predicted protein 5.952997297 L4_chemical_C3 +LQ04X028690 Putative uncharacterized protein 5.212872932 C6_control_A1 +LQ04X028690 Putative uncharacterized protein 5.224960706 C6_control_A3 +LQ04X028690 Putative uncharacterized protein 5.270938228 C6_control_B1 +LQ04X028690 Putative uncharacterized protein 4.925271751 C6_control_B2 +LQ04X028690 Putative uncharacterized protein 5.413927995 C6_control_B3 +LQ04X028690 Putative uncharacterized protein 4.838544377 C6_control_C1 +LQ04X028690 Putative uncharacterized protein 5.171870946 C6_control_C2 +LQ04X028690 Putative uncharacterized protein 4.873154952 C6_control_C3 +LQ04X028690 Putative uncharacterized protein 4.951476883 C6_chemical_A1 +LQ04X028690 Putative uncharacterized protein 5.264551093 C6_chemical_A3 +LQ04X028690 Putative uncharacterized protein 5.072315574 C6_chemical_B1 +LQ04X028690 Putative uncharacterized protein 5.102691901 C6_chemical_B2 +LQ04X028690 Putative uncharacterized protein 5.820533893 C6_chemical_B3 +LQ04X028690 Putative uncharacterized protein 4.965964939 C6_chemical_C1 +LQ04X028690 Putative uncharacterized protein 4.868004769 C6_chemical_C2 +LQ04X028690 Putative uncharacterized protein 4.800752305 C6_chemical_C3 +LQ04X028690 Putative uncharacterized protein 5.1846711 L4_control_A1 +LQ04X028690 Putative uncharacterized protein 5.074209085 L4_control_A2 +LQ04X028690 Putative uncharacterized protein 5.472973542 L4_control_A3 +LQ04X028690 Putative uncharacterized protein 5.316243922 L4_control_B1 +LQ04X028690 Putative uncharacterized protein 5.019976195 L4_control_B2 +LQ04X028690 Putative uncharacterized protein 5.508356197 L4_control_B3 +LQ04X028690 Putative uncharacterized protein 4.461770925 L4_control_C2 +LQ04X028690 Putative uncharacterized protein 5.036597715 L4_control_C3 +LQ04X028690 Putative uncharacterized protein 4.991892611 L4_chemical_A1 +LQ04X028690 Putative uncharacterized protein 5.00993257 L4_chemical_A2 +LQ04X028690 Putative uncharacterized protein 5.254974223 L4_chemical_A3 +LQ04X028690 Putative uncharacterized protein 4.960433161 L4_chemical_B1 +LQ04X028690 Putative uncharacterized protein 5.063893129 L4_chemical_B2 +LQ04X028690 Putative uncharacterized protein 5.341318139 L4_chemical_B3 +LQ04X028690 Putative uncharacterized protein 5.250695849 L4_chemical_C2 +LQ04X028690 Putative uncharacterized protein 4.626913023 L4_chemical_C3 +LQ04X028710 Probable polygalacturonase 10.62298175 C6_control_A1 +LQ04X028710 Probable polygalacturonase 9.694897318 C6_control_A3 +LQ04X028710 Probable polygalacturonase 11.01916126 C6_control_B1 +LQ04X028710 Probable polygalacturonase 9.685070685 C6_control_B2 +LQ04X028710 Probable polygalacturonase 10.36927828 C6_control_B3 +LQ04X028710 Probable polygalacturonase 9.269464872 C6_control_C1 +LQ04X028710 Probable polygalacturonase 8.561863021 C6_control_C2 +LQ04X028710 Probable polygalacturonase 8.503119494 C6_control_C3 +LQ04X028710 Probable polygalacturonase 10.26404623 C6_chemical_A1 +LQ04X028710 Probable polygalacturonase 9.94688167 C6_chemical_A3 +LQ04X028710 Probable polygalacturonase 10.5479294 C6_chemical_B1 +LQ04X028710 Probable polygalacturonase 9.581938788 C6_chemical_B2 +LQ04X028710 Probable polygalacturonase 10.17641773 C6_chemical_B3 +LQ04X028710 Probable polygalacturonase 9.311629037 C6_chemical_C1 +LQ04X028710 Probable polygalacturonase 9.120301205 C6_chemical_C2 +LQ04X028710 Probable polygalacturonase 8.915225227 C6_chemical_C3 +LQ04X028710 Probable polygalacturonase 9.550218465 L4_control_A1 +LQ04X028710 Probable polygalacturonase 9.942005 L4_control_A2 +LQ04X028710 Probable polygalacturonase 9.639738302 L4_control_A3 +LQ04X028710 Probable polygalacturonase 9.630735051 L4_control_B1 +LQ04X028710 Probable polygalacturonase 10.44309954 L4_control_B2 +LQ04X028710 Probable polygalacturonase 8.775167261 L4_control_B3 +LQ04X028710 Probable polygalacturonase 9.488576024 L4_control_C2 +LQ04X028710 Probable polygalacturonase 9.602645244 L4_control_C3 +LQ04X028710 Probable polygalacturonase 9.328607312 L4_chemical_A1 +LQ04X028710 Probable polygalacturonase 9.613905643 L4_chemical_A2 +LQ04X028710 Probable polygalacturonase 9.757560857 L4_chemical_A3 +LQ04X028710 Probable polygalacturonase 10.33212574 L4_chemical_B1 +LQ04X028710 Probable polygalacturonase 9.91537709 L4_chemical_B2 +LQ04X028710 Probable polygalacturonase 9.510323551 L4_chemical_B3 +LQ04X028710 Probable polygalacturonase 9.630613839 L4_chemical_C2 +LQ04X028710 Probable polygalacturonase 8.926050709 L4_chemical_C3 +LQ04X028720 Predicted protein 11.24520301 C6_control_A1 +LQ04X028720 Predicted protein 11.47926062 C6_control_A3 +LQ04X028720 Predicted protein 11.2692251 C6_control_B1 +LQ04X028720 Predicted protein 10.70581944 C6_control_B2 +LQ04X028720 Predicted protein 11.10497988 C6_control_B3 +LQ04X028720 Predicted protein 10.94836378 C6_control_C1 +LQ04X028720 Predicted protein 10.91057983 C6_control_C2 +LQ04X028720 Predicted protein 11.06836225 C6_control_C3 +LQ04X028720 Predicted protein 10.94895999 C6_chemical_A1 +LQ04X028720 Predicted protein 11.39404551 C6_chemical_A3 +LQ04X028720 Predicted protein 10.79623211 C6_chemical_B1 +LQ04X028720 Predicted protein 10.33942872 C6_chemical_B2 +LQ04X028720 Predicted protein 10.91092778 C6_chemical_B3 +LQ04X028720 Predicted protein 10.75761066 C6_chemical_C1 +LQ04X028720 Predicted protein 10.90622087 C6_chemical_C2 +LQ04X028720 Predicted protein 11.1058602 C6_chemical_C3 +LQ04X028720 Predicted protein 11.06037108 L4_control_A1 +LQ04X028720 Predicted protein 9.391467835 L4_control_A2 +LQ04X028720 Predicted protein 10.62265053 L4_control_A3 +LQ04X028720 Predicted protein 10.19419325 L4_control_B1 +LQ04X028720 Predicted protein 10.36231556 L4_control_B2 +LQ04X028720 Predicted protein 10.49601189 L4_control_B3 +LQ04X028720 Predicted protein 11.26190225 L4_control_C2 +LQ04X028720 Predicted protein 11.45960117 L4_control_C3 +LQ04X028720 Predicted protein 10.72093722 L4_chemical_A1 +LQ04X028720 Predicted protein 9.201478699 L4_chemical_A2 +LQ04X028720 Predicted protein 10.33397854 L4_chemical_A3 +LQ04X028720 Predicted protein 10.31192928 L4_chemical_B1 +LQ04X028720 Predicted protein 10.40738428 L4_chemical_B2 +LQ04X028720 Predicted protein 10.31850606 L4_chemical_B3 +LQ04X028720 Predicted protein 11.18991663 L4_chemical_C2 +LQ04X028720 Predicted protein 11.40988936 L4_chemical_C3 +LQ04X028730 Putative uncharacterized protein 8.523897257 C6_control_A1 +LQ04X028730 Putative uncharacterized protein 7.227927107 C6_control_A3 +LQ04X028730 Putative uncharacterized protein 9.68866424 C6_control_B1 +LQ04X028730 Putative uncharacterized protein 9.880445354 C6_control_B2 +LQ04X028730 Putative uncharacterized protein 9.885449925 C6_control_B3 +LQ04X028730 Putative uncharacterized protein 9.869981796 C6_control_C1 +LQ04X028730 Putative uncharacterized protein 9.558427782 C6_control_C2 +LQ04X028730 Putative uncharacterized protein 9.738457245 C6_control_C3 +LQ04X028730 Putative uncharacterized protein 8.390254229 C6_chemical_A1 +LQ04X028730 Putative uncharacterized protein 8.197745382 C6_chemical_A3 +LQ04X028730 Putative uncharacterized protein 9.892707364 C6_chemical_B1 +LQ04X028730 Putative uncharacterized protein 10.11920316 C6_chemical_B2 +LQ04X028730 Putative uncharacterized protein 9.517385587 C6_chemical_B3 +LQ04X028730 Putative uncharacterized protein 9.934920433 C6_chemical_C1 +LQ04X028730 Putative uncharacterized protein 9.793310196 C6_chemical_C2 +LQ04X028730 Putative uncharacterized protein 8.876522184 C6_chemical_C3 +LQ04X028730 Putative uncharacterized protein 8.387020633 L4_control_A1 +LQ04X028730 Putative uncharacterized protein 9.848405132 L4_control_A2 +LQ04X028730 Putative uncharacterized protein 7.595664427 L4_control_A3 +LQ04X028730 Putative uncharacterized protein 10.69032246 L4_control_B1 +LQ04X028730 Putative uncharacterized protein 10.35592624 L4_control_B2 +LQ04X028730 Putative uncharacterized protein 9.043216879 L4_control_B3 +LQ04X028730 Putative uncharacterized protein 10.21623696 L4_control_C2 +LQ04X028730 Putative uncharacterized protein 7.992257028 L4_control_C3 +LQ04X028730 Putative uncharacterized protein 10.72927749 L4_chemical_A1 +LQ04X028730 Putative uncharacterized protein 11.51653359 L4_chemical_A2 +LQ04X028730 Putative uncharacterized protein 9.46701069 L4_chemical_A3 +LQ04X028730 Putative uncharacterized protein 10.93459717 L4_chemical_B1 +LQ04X028730 Putative uncharacterized protein 10.77862501 L4_chemical_B2 +LQ04X028730 Putative uncharacterized protein 9.661050967 L4_chemical_B3 +LQ04X028730 Putative uncharacterized protein 10.05943175 L4_chemical_C2 +LQ04X028730 Putative uncharacterized protein 8.656335735 L4_chemical_C3 +LQ04X028750 Putative Major allergen Pru av 1 9.426017304 C6_control_A1 +LQ04X028750 Putative Major allergen Pru av 1 9.162855451 C6_control_A3 +LQ04X028750 Putative Major allergen Pru av 1 8.907048716 C6_control_B1 +LQ04X028750 Putative Major allergen Pru av 1 9.272066902 C6_control_B2 +LQ04X028750 Putative Major allergen Pru av 1 9.58107192 C6_control_B3 +LQ04X028750 Putative Major allergen Pru av 1 9.513421856 C6_control_C1 +LQ04X028750 Putative Major allergen Pru av 1 9.816188162 C6_control_C2 +LQ04X028750 Putative Major allergen Pru av 1 10.60728374 C6_control_C3 +LQ04X028750 Putative Major allergen Pru av 1 9.359456953 C6_chemical_A1 +LQ04X028750 Putative Major allergen Pru av 1 9.382275149 C6_chemical_A3 +LQ04X028750 Putative Major allergen Pru av 1 8.39259513 C6_chemical_B1 +LQ04X028750 Putative Major allergen Pru av 1 9.66417615 C6_chemical_B2 +LQ04X028750 Putative Major allergen Pru av 1 10.00266157 C6_chemical_B3 +LQ04X028750 Putative Major allergen Pru av 1 9.653290452 C6_chemical_C1 +LQ04X028750 Putative Major allergen Pru av 1 9.788534965 C6_chemical_C2 +LQ04X028750 Putative Major allergen Pru av 1 10.50917929 C6_chemical_C3 +LQ04X028750 Putative Major allergen Pru av 1 9.313770266 L4_control_A1 +LQ04X028750 Putative Major allergen Pru av 1 8.77796294 L4_control_A2 +LQ04X028750 Putative Major allergen Pru av 1 9.31357122 L4_control_A3 +LQ04X028750 Putative Major allergen Pru av 1 9.229680269 L4_control_B1 +LQ04X028750 Putative Major allergen Pru av 1 7.123733943 L4_control_B2 +LQ04X028750 Putative Major allergen Pru av 1 9.307204959 L4_control_B3 +LQ04X028750 Putative Major allergen Pru av 1 8.457273765 L4_control_C2 +LQ04X028750 Putative Major allergen Pru av 1 9.745305575 L4_control_C3 +LQ04X028750 Putative Major allergen Pru av 1 11.10312311 L4_chemical_A1 +LQ04X028750 Putative Major allergen Pru av 1 10.41262181 L4_chemical_A2 +LQ04X028750 Putative Major allergen Pru av 1 11.00306894 L4_chemical_A3 +LQ04X028750 Putative Major allergen Pru av 1 9.551462212 L4_chemical_B1 +LQ04X028750 Putative Major allergen Pru av 1 8.591182977 L4_chemical_B2 +LQ04X028750 Putative Major allergen Pru av 1 9.341008324 L4_chemical_B3 +LQ04X028750 Putative Major allergen Pru av 1 9.601243853 L4_chemical_C2 +LQ04X028750 Putative Major allergen Pru av 1 9.92437404 L4_chemical_C3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.24118181 C6_control_A1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.76555525 C6_control_A3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.18321523 C6_control_B1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.33618416 C6_control_B2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.02122242 C6_control_B3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.09859464 C6_control_C1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.14010173 C6_control_C2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.97150207 C6_control_C3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.9781586 C6_chemical_A1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.21883935 C6_chemical_A3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.90601446 C6_chemical_B1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.15573963 C6_chemical_B2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.73140799 C6_chemical_B3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.15447119 C6_chemical_C1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.88996273 C6_chemical_C2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.86040453 C6_chemical_C3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.16030105 L4_control_A1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.73350935 L4_control_A2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.91887052 L4_control_A3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.55141976 L4_control_B1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.66880178 L4_control_B2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.83424888 L4_control_B3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.3965775 L4_control_C2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.45513072 L4_control_C3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.13223012 L4_chemical_A1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.77169692 L4_chemical_A2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.65388945 L4_chemical_A3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.80762329 L4_chemical_B1 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.71357097 L4_chemical_B2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 13.05466723 L4_chemical_B3 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.46071444 L4_chemical_C2 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.41587707 L4_chemical_C3 +LQ04X028780 Major allergen Pru ar 1 5.637976693 C6_control_A1 +LQ04X028780 Major allergen Pru ar 1 5.396123151 C6_control_A3 +LQ04X028780 Major allergen Pru ar 1 5.715737875 C6_control_B1 +LQ04X028780 Major allergen Pru ar 1 5.449839463 C6_control_B2 +LQ04X028780 Major allergen Pru ar 1 5.82841343 C6_control_B3 +LQ04X028780 Major allergen Pru ar 1 5.557633419 C6_control_C1 +LQ04X028780 Major allergen Pru ar 1 5.348312728 C6_control_C2 +LQ04X028780 Major allergen Pru ar 1 5.935696249 C6_control_C3 +LQ04X028780 Major allergen Pru ar 1 5.294726215 C6_chemical_A1 +LQ04X028780 Major allergen Pru ar 1 5.630090029 C6_chemical_A3 +LQ04X028780 Major allergen Pru ar 1 5.267119685 C6_chemical_B1 +LQ04X028780 Major allergen Pru ar 1 5.384382894 C6_chemical_B2 +LQ04X028780 Major allergen Pru ar 1 5.569165183 C6_chemical_B3 +LQ04X028780 Major allergen Pru ar 1 5.831601701 C6_chemical_C1 +LQ04X028780 Major allergen Pru ar 1 5.336237922 C6_chemical_C2 +LQ04X028780 Major allergen Pru ar 1 5.34056597 C6_chemical_C3 +LQ04X028780 Major allergen Pru ar 1 5.73228236 L4_control_A1 +LQ04X028780 Major allergen Pru ar 1 5.910512246 L4_control_A2 +LQ04X028780 Major allergen Pru ar 1 6.174539016 L4_control_A3 +LQ04X028780 Major allergen Pru ar 1 5.35882225 L4_control_B1 +LQ04X028780 Major allergen Pru ar 1 5.404671673 L4_control_B2 +LQ04X028780 Major allergen Pru ar 1 5.907253148 L4_control_B3 +LQ04X028780 Major allergen Pru ar 1 5.727778084 L4_control_C2 +LQ04X028780 Major allergen Pru ar 1 5.320452972 L4_control_C3 +LQ04X028780 Major allergen Pru ar 1 5.808159957 L4_chemical_A1 +LQ04X028780 Major allergen Pru ar 1 5.6460904 L4_chemical_A2 +LQ04X028780 Major allergen Pru ar 1 5.848272266 L4_chemical_A3 +LQ04X028780 Major allergen Pru ar 1 5.63549035 L4_chemical_B1 +LQ04X028780 Major allergen Pru ar 1 6.113974366 L4_chemical_B2 +LQ04X028780 Major allergen Pru ar 1 5.725063026 L4_chemical_B3 +LQ04X028780 Major allergen Pru ar 1 6.155327289 L4_chemical_C2 +LQ04X028780 Major allergen Pru ar 1 5.125488335 L4_chemical_C3 +LQ04X028840 Major allergen Pru ar 1 5.253501314 C6_control_A1 +LQ04X028840 Major allergen Pru ar 1 5.231207695 C6_control_A3 +LQ04X028840 Major allergen Pru ar 1 4.905599033 C6_control_B1 +LQ04X028840 Major allergen Pru ar 1 4.674351821 C6_control_B2 +LQ04X028840 Major allergen Pru ar 1 5.024545104 C6_control_B3 +LQ04X028840 Major allergen Pru ar 1 4.829015082 C6_control_C1 +LQ04X028840 Major allergen Pru ar 1 4.870723863 C6_control_C2 +LQ04X028840 Major allergen Pru ar 1 4.707750084 C6_control_C3 +LQ04X028840 Major allergen Pru ar 1 5.407423614 C6_chemical_A1 +LQ04X028840 Major allergen Pru ar 1 5.083237887 C6_chemical_A3 +LQ04X028840 Major allergen Pru ar 1 5.14297754 C6_chemical_B1 +LQ04X028840 Major allergen Pru ar 1 4.868984592 C6_chemical_B2 +LQ04X028840 Major allergen Pru ar 1 5.080894757 C6_chemical_B3 +LQ04X028840 Major allergen Pru ar 1 4.869080366 C6_chemical_C1 +LQ04X028840 Major allergen Pru ar 1 4.998919597 C6_chemical_C2 +LQ04X028840 Major allergen Pru ar 1 4.802501323 C6_chemical_C3 +LQ04X028840 Major allergen Pru ar 1 4.896607163 L4_control_A1 +LQ04X028840 Major allergen Pru ar 1 4.967799031 L4_control_A2 +LQ04X028840 Major allergen Pru ar 1 5.22694761 L4_control_A3 +LQ04X028840 Major allergen Pru ar 1 5.07929827 L4_control_B1 +LQ04X028840 Major allergen Pru ar 1 5.105973168 L4_control_B2 +LQ04X028840 Major allergen Pru ar 1 4.986222574 L4_control_B3 +LQ04X028840 Major allergen Pru ar 1 5.085090721 L4_control_C2 +LQ04X028840 Major allergen Pru ar 1 5.189242921 L4_control_C3 +LQ04X028840 Major allergen Pru ar 1 5.069507388 L4_chemical_A1 +LQ04X028840 Major allergen Pru ar 1 5.011932007 L4_chemical_A2 +LQ04X028840 Major allergen Pru ar 1 5.24161608 L4_chemical_A3 +LQ04X028840 Major allergen Pru ar 1 5.321390573 L4_chemical_B1 +LQ04X028840 Major allergen Pru ar 1 5.259256054 L4_chemical_B2 +LQ04X028840 Major allergen Pru ar 1 5.029286282 L4_chemical_B3 +LQ04X028840 Major allergen Pru ar 1 5.117061554 L4_chemical_C2 +LQ04X028840 Major allergen Pru ar 1 5.202641252 L4_chemical_C3 +LQ04X028860 Major allergen Pru ar 1 5.151510639 C6_control_A1 +LQ04X028860 Major allergen Pru ar 1 4.87426908 C6_control_A3 +LQ04X028860 Major allergen Pru ar 1 5.258107466 C6_control_B1 +LQ04X028860 Major allergen Pru ar 1 5.176291248 C6_control_B2 +LQ04X028860 Major allergen Pru ar 1 5.0839913 C6_control_B3 +LQ04X028860 Major allergen Pru ar 1 5.96917879 C6_control_C1 +LQ04X028860 Major allergen Pru ar 1 5.301449683 C6_control_C2 +LQ04X028860 Major allergen Pru ar 1 5.31744881 C6_control_C3 +LQ04X028860 Major allergen Pru ar 1 5.07920632 C6_chemical_A1 +LQ04X028860 Major allergen Pru ar 1 4.992067854 C6_chemical_A3 +LQ04X028860 Major allergen Pru ar 1 5.360346757 C6_chemical_B1 +LQ04X028860 Major allergen Pru ar 1 5.061107156 C6_chemical_B2 +LQ04X028860 Major allergen Pru ar 1 5.40008331 C6_chemical_B3 +LQ04X028860 Major allergen Pru ar 1 6.144944327 C6_chemical_C1 +LQ04X028860 Major allergen Pru ar 1 5.578801751 C6_chemical_C2 +LQ04X028860 Major allergen Pru ar 1 5.238322095 C6_chemical_C3 +LQ04X028860 Major allergen Pru ar 1 5.59396796 L4_control_A1 +LQ04X028860 Major allergen Pru ar 1 5.080296677 L4_control_A2 +LQ04X028860 Major allergen Pru ar 1 4.96622814 L4_control_A3 +LQ04X028860 Major allergen Pru ar 1 4.877778488 L4_control_B1 +LQ04X028860 Major allergen Pru ar 1 5.074811879 L4_control_B2 +LQ04X028860 Major allergen Pru ar 1 4.867425287 L4_control_B3 +LQ04X028860 Major allergen Pru ar 1 5.212331847 L4_control_C2 +LQ04X028860 Major allergen Pru ar 1 5.040410547 L4_control_C3 +LQ04X028860 Major allergen Pru ar 1 6.531655503 L4_chemical_A1 +LQ04X028860 Major allergen Pru ar 1 5.279294148 L4_chemical_A2 +LQ04X028860 Major allergen Pru ar 1 5.628073419 L4_chemical_A3 +LQ04X028860 Major allergen Pru ar 1 5.066472489 L4_chemical_B1 +LQ04X028860 Major allergen Pru ar 1 5.392129682 L4_chemical_B2 +LQ04X028860 Major allergen Pru ar 1 4.891435271 L4_chemical_B3 +LQ04X028860 Major allergen Pru ar 1 5.107285034 L4_chemical_C2 +LQ04X028860 Major allergen Pru ar 1 5.351914477 L4_chemical_C3 +LQ04X028900 Major allergen Pru ar 1 5.048609087 C6_control_A1 +LQ04X028900 Major allergen Pru ar 1 4.825421322 C6_control_A3 +LQ04X028900 Major allergen Pru ar 1 5.256026385 C6_control_B1 +LQ04X028900 Major allergen Pru ar 1 5.366212588 C6_control_B2 +LQ04X028900 Major allergen Pru ar 1 5.619112047 C6_control_B3 +LQ04X028900 Major allergen Pru ar 1 5.317264605 C6_control_C1 +LQ04X028900 Major allergen Pru ar 1 5.633981193 C6_control_C2 +LQ04X028900 Major allergen Pru ar 1 5.627456351 C6_control_C3 +LQ04X028900 Major allergen Pru ar 1 5.278657468 C6_chemical_A1 +LQ04X028900 Major allergen Pru ar 1 5.265435769 C6_chemical_A3 +LQ04X028900 Major allergen Pru ar 1 5.869587571 C6_chemical_B1 +LQ04X028900 Major allergen Pru ar 1 5.243515039 C6_chemical_B2 +LQ04X028900 Major allergen Pru ar 1 5.724384857 C6_chemical_B3 +LQ04X028900 Major allergen Pru ar 1 5.449764284 C6_chemical_C1 +LQ04X028900 Major allergen Pru ar 1 5.883132464 C6_chemical_C2 +LQ04X028900 Major allergen Pru ar 1 5.520183085 C6_chemical_C3 +LQ04X028900 Major allergen Pru ar 1 5.372115766 L4_control_A1 +LQ04X028900 Major allergen Pru ar 1 5.585110384 L4_control_A2 +LQ04X028900 Major allergen Pru ar 1 4.985635787 L4_control_A3 +LQ04X028900 Major allergen Pru ar 1 5.494648019 L4_control_B1 +LQ04X028900 Major allergen Pru ar 1 5.366983778 L4_control_B2 +LQ04X028900 Major allergen Pru ar 1 5.744462164 L4_control_B3 +LQ04X028900 Major allergen Pru ar 1 5.533328266 L4_control_C2 +LQ04X028900 Major allergen Pru ar 1 5.476111898 L4_control_C3 +LQ04X028900 Major allergen Pru ar 1 5.676799088 L4_chemical_A1 +LQ04X028900 Major allergen Pru ar 1 5.528557738 L4_chemical_A2 +LQ04X028900 Major allergen Pru ar 1 4.984312188 L4_chemical_A3 +LQ04X028900 Major allergen Pru ar 1 5.552717356 L4_chemical_B1 +LQ04X028900 Major allergen Pru ar 1 5.311605832 L4_chemical_B2 +LQ04X028900 Major allergen Pru ar 1 5.451418382 L4_chemical_B3 +LQ04X028900 Major allergen Pru ar 1 5.729869491 L4_chemical_C2 +LQ04X028900 Major allergen Pru ar 1 5.87472504 L4_chemical_C3 +LQ04X028910 Hypothetical protein 7.11379675 C6_control_A1 +LQ04X028910 Hypothetical protein 7.022917055 C6_control_A3 +LQ04X028910 Hypothetical protein 7.803268207 C6_control_B1 +LQ04X028910 Hypothetical protein 6.80166034 C6_control_B2 +LQ04X028910 Hypothetical protein 7.465152896 C6_control_B3 +LQ04X028910 Hypothetical protein 6.199212812 C6_control_C1 +LQ04X028910 Hypothetical protein 6.145457247 C6_control_C2 +LQ04X028910 Hypothetical protein 6.765600052 C6_control_C3 +LQ04X028910 Hypothetical protein 7.105485422 C6_chemical_A1 +LQ04X028910 Hypothetical protein 7.351958131 C6_chemical_A3 +LQ04X028910 Hypothetical protein 7.402853821 C6_chemical_B1 +LQ04X028910 Hypothetical protein 6.713014831 C6_chemical_B2 +LQ04X028910 Hypothetical protein 7.195988609 C6_chemical_B3 +LQ04X028910 Hypothetical protein 6.325538875 C6_chemical_C1 +LQ04X028910 Hypothetical protein 6.405447852 C6_chemical_C2 +LQ04X028910 Hypothetical protein 6.325777799 C6_chemical_C3 +LQ04X028910 Hypothetical protein 7.041283867 L4_control_A1 +LQ04X028910 Hypothetical protein 7.720508598 L4_control_A2 +LQ04X028910 Hypothetical protein 7.902647321 L4_control_A3 +LQ04X028910 Hypothetical protein 6.876410696 L4_control_B1 +LQ04X028910 Hypothetical protein 7.599275991 L4_control_B2 +LQ04X028910 Hypothetical protein 7.537098594 L4_control_B3 +LQ04X028910 Hypothetical protein 7.229469525 L4_control_C2 +LQ04X028910 Hypothetical protein 7.165039392 L4_control_C3 +LQ04X028910 Hypothetical protein 7.060703951 L4_chemical_A1 +LQ04X028910 Hypothetical protein 7.854911433 L4_chemical_A2 +LQ04X028910 Hypothetical protein 7.056067072 L4_chemical_A3 +LQ04X028910 Hypothetical protein 7.442433631 L4_chemical_B1 +LQ04X028910 Hypothetical protein 8.047082568 L4_chemical_B2 +LQ04X028910 Hypothetical protein 7.357533237 L4_chemical_B3 +LQ04X028910 Hypothetical protein 7.552626392 L4_chemical_C2 +LQ04X028910 Hypothetical protein 7.384015065 L4_chemical_C3 +LQ04X028930 Major allergen Pru av 1 5.045022241 C6_control_A1 +LQ04X028930 Major allergen Pru av 1 5.099429572 C6_control_A3 +LQ04X028930 Major allergen Pru av 1 5.395449 C6_control_B1 +LQ04X028930 Major allergen Pru av 1 5.433415122 C6_control_B2 +LQ04X028930 Major allergen Pru av 1 4.989146325 C6_control_B3 +LQ04X028930 Major allergen Pru av 1 5.286339542 C6_control_C1 +LQ04X028930 Major allergen Pru av 1 5.044296879 C6_control_C2 +LQ04X028930 Major allergen Pru av 1 5.194981514 C6_control_C3 +LQ04X028930 Major allergen Pru av 1 5.301822526 C6_chemical_A1 +LQ04X028930 Major allergen Pru av 1 5.03314887 C6_chemical_A3 +LQ04X028930 Major allergen Pru av 1 5.50408019 C6_chemical_B1 +LQ04X028930 Major allergen Pru av 1 5.25914146 C6_chemical_B2 +LQ04X028930 Major allergen Pru av 1 4.849381367 C6_chemical_B3 +LQ04X028930 Major allergen Pru av 1 5.265347782 C6_chemical_C1 +LQ04X028930 Major allergen Pru av 1 5.277380234 C6_chemical_C2 +LQ04X028930 Major allergen Pru av 1 5.215897634 C6_chemical_C3 +LQ04X028930 Major allergen Pru av 1 5.101187146 L4_control_A1 +LQ04X028930 Major allergen Pru av 1 5.498138776 L4_control_A2 +LQ04X028930 Major allergen Pru av 1 5.468472356 L4_control_A3 +LQ04X028930 Major allergen Pru av 1 5.384900303 L4_control_B1 +LQ04X028930 Major allergen Pru av 1 5.119718599 L4_control_B2 +LQ04X028930 Major allergen Pru av 1 5.047703957 L4_control_B3 +LQ04X028930 Major allergen Pru av 1 4.961105484 L4_control_C2 +LQ04X028930 Major allergen Pru av 1 6.003933332 L4_control_C3 +LQ04X028930 Major allergen Pru av 1 5.200273986 L4_chemical_A1 +LQ04X028930 Major allergen Pru av 1 5.298828145 L4_chemical_A2 +LQ04X028930 Major allergen Pru av 1 5.303300179 L4_chemical_A3 +LQ04X028930 Major allergen Pru av 1 5.165516887 L4_chemical_B1 +LQ04X028930 Major allergen Pru av 1 4.893496277 L4_chemical_B2 +LQ04X028930 Major allergen Pru av 1 5.130142858 L4_chemical_B3 +LQ04X028930 Major allergen Pru av 1 4.735428886 L4_chemical_C2 +LQ04X028930 Major allergen Pru av 1 5.498980808 L4_chemical_C3 +LQ04X028960 Putative uncharacterized protein 11.86749491 C6_control_A1 +LQ04X028960 Putative uncharacterized protein 11.84624689 C6_control_A3 +LQ04X028960 Putative uncharacterized protein 12.02498365 C6_control_B1 +LQ04X028960 Putative uncharacterized protein 11.38031984 C6_control_B2 +LQ04X028960 Putative uncharacterized protein 11.82306066 C6_control_B3 +LQ04X028960 Putative uncharacterized protein 11.72704643 C6_control_C1 +LQ04X028960 Putative uncharacterized protein 11.89569168 C6_control_C2 +LQ04X028960 Putative uncharacterized protein 12.28187306 C6_control_C3 +LQ04X028960 Putative uncharacterized protein 12.04077502 C6_chemical_A1 +LQ04X028960 Putative uncharacterized protein 12.11294108 C6_chemical_A3 +LQ04X028960 Putative uncharacterized protein 11.98306467 C6_chemical_B1 +LQ04X028960 Putative uncharacterized protein 11.0910909 C6_chemical_B2 +LQ04X028960 Putative uncharacterized protein 11.75375222 C6_chemical_B3 +LQ04X028960 Putative uncharacterized protein 12.17420906 C6_chemical_C1 +LQ04X028960 Putative uncharacterized protein 12.26652403 C6_chemical_C2 +LQ04X028960 Putative uncharacterized protein 11.78985233 C6_chemical_C3 +LQ04X028960 Putative uncharacterized protein 11.68010501 L4_control_A1 +LQ04X028960 Putative uncharacterized protein 12.12265457 L4_control_A2 +LQ04X028960 Putative uncharacterized protein 12.4999732 L4_control_A3 +LQ04X028960 Putative uncharacterized protein 12.4977859 L4_control_B1 +LQ04X028960 Putative uncharacterized protein 12.26406794 L4_control_B2 +LQ04X028960 Putative uncharacterized protein 11.9360895 L4_control_B3 +LQ04X028960 Putative uncharacterized protein 12.470796 L4_control_C2 +LQ04X028960 Putative uncharacterized protein 12.76879583 L4_control_C3 +LQ04X028960 Putative uncharacterized protein 11.92890521 L4_chemical_A1 +LQ04X028960 Putative uncharacterized protein 12.72868291 L4_chemical_A2 +LQ04X028960 Putative uncharacterized protein 12.43086454 L4_chemical_A3 +LQ04X028960 Putative uncharacterized protein 12.36305016 L4_chemical_B1 +LQ04X028960 Putative uncharacterized protein 12.7487899 L4_chemical_B2 +LQ04X028960 Putative uncharacterized protein 11.91148061 L4_chemical_B3 +LQ04X028960 Putative uncharacterized protein 12.73471728 L4_chemical_C2 +LQ04X028960 Putative uncharacterized protein 12.59742345 L4_chemical_C3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.3837952 C6_control_A1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.684600481 C6_control_A3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.869605311 C6_control_B1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.561847333 C6_control_B2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.016158585 C6_control_B3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.558197335 C6_control_C1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.39563403 C6_control_C2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.747399099 C6_control_C3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.165059349 C6_chemical_A1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.863214421 C6_chemical_A3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.53507547 C6_chemical_B1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.577926222 C6_chemical_B2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.068374473 C6_chemical_B3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.623542398 C6_chemical_C1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.013883027 C6_chemical_C2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.697450975 C6_chemical_C3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.737473944 L4_control_A1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.772166098 L4_control_A2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.422152347 L4_control_A3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.184617697 L4_control_B1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.136688359 L4_control_B2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.947465954 L4_control_B3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.654164645 L4_control_C2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.761265505 L4_control_C3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.716339037 L4_chemical_A1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.497985758 L4_chemical_A2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.290750577 L4_chemical_A3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.593213305 L4_chemical_B1 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.876077652 L4_chemical_B2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 5.761137595 L4_chemical_B3 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.055648886 L4_chemical_C2 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.595526361 L4_chemical_C3 +LQ04X028980 Exonuclease, putative 5.673552061 C6_control_A1 +LQ04X028980 Exonuclease, putative 5.29566068 C6_control_A3 +LQ04X028980 Exonuclease, putative 5.205940284 C6_control_B1 +LQ04X028980 Exonuclease, putative 5.41597101 C6_control_B2 +LQ04X028980 Exonuclease, putative 5.212186619 C6_control_B3 +LQ04X028980 Exonuclease, putative 5.399090533 C6_control_C1 +LQ04X028980 Exonuclease, putative 5.497634926 C6_control_C2 +LQ04X028980 Exonuclease, putative 5.385587738 C6_control_C3 +LQ04X028980 Exonuclease, putative 5.731263645 C6_chemical_A1 +LQ04X028980 Exonuclease, putative 5.181387908 C6_chemical_A3 +LQ04X028980 Exonuclease, putative 4.89236603 C6_chemical_B1 +LQ04X028980 Exonuclease, putative 5.6009641 C6_chemical_B2 +LQ04X028980 Exonuclease, putative 5.328524655 C6_chemical_B3 +LQ04X028980 Exonuclease, putative 5.418210153 C6_chemical_C1 +LQ04X028980 Exonuclease, putative 5.32176784 C6_chemical_C2 +LQ04X028980 Exonuclease, putative 5.589753861 C6_chemical_C3 +LQ04X028980 Exonuclease, putative 5.808609965 L4_control_A1 +LQ04X028980 Exonuclease, putative 5.361578286 L4_control_A2 +LQ04X028980 Exonuclease, putative 5.707954104 L4_control_A3 +LQ04X028980 Exonuclease, putative 5.553023613 L4_control_B1 +LQ04X028980 Exonuclease, putative 4.899625033 L4_control_B2 +LQ04X028980 Exonuclease, putative 5.627090759 L4_control_B3 +LQ04X028980 Exonuclease, putative 5.595788904 L4_control_C2 +LQ04X028980 Exonuclease, putative 5.353229389 L4_control_C3 +LQ04X028980 Exonuclease, putative 5.505494229 L4_chemical_A1 +LQ04X028980 Exonuclease, putative 5.358211721 L4_chemical_A2 +LQ04X028980 Exonuclease, putative 5.699553144 L4_chemical_A3 +LQ04X028980 Exonuclease, putative 5.691205575 L4_chemical_B1 +LQ04X028980 Exonuclease, putative 5.9080858 L4_chemical_B2 +LQ04X028980 Exonuclease, putative 5.667839126 L4_chemical_B3 +LQ04X028980 Exonuclease, putative 5.28493265 L4_chemical_C2 +LQ04X028980 Exonuclease, putative 5.114282358 L4_chemical_C3 +LQ04X028990 Two-component response regulator ARR2 8.209550261 C6_control_A1 +LQ04X028990 Two-component response regulator ARR2 8.225614093 C6_control_A3 +LQ04X028990 Two-component response regulator ARR2 8.413147845 C6_control_B1 +LQ04X028990 Two-component response regulator ARR2 8.277361731 C6_control_B2 +LQ04X028990 Two-component response regulator ARR2 8.72621331 C6_control_B3 +LQ04X028990 Two-component response regulator ARR2 8.939288183 C6_control_C1 +LQ04X028990 Two-component response regulator ARR2 9.105966461 C6_control_C2 +LQ04X028990 Two-component response regulator ARR2 8.894714522 C6_control_C3 +LQ04X028990 Two-component response regulator ARR2 8.390342788 C6_chemical_A1 +LQ04X028990 Two-component response regulator ARR2 8.324247867 C6_chemical_A3 +LQ04X028990 Two-component response regulator ARR2 8.825840762 C6_chemical_B1 +LQ04X028990 Two-component response regulator ARR2 8.38903651 C6_chemical_B2 +LQ04X028990 Two-component response regulator ARR2 9.022688551 C6_chemical_B3 +LQ04X028990 Two-component response regulator ARR2 9.272574455 C6_chemical_C1 +LQ04X028990 Two-component response regulator ARR2 9.120029381 C6_chemical_C2 +LQ04X028990 Two-component response regulator ARR2 9.234746257 C6_chemical_C3 +LQ04X028990 Two-component response regulator ARR2 9.056686763 L4_control_A1 +LQ04X028990 Two-component response regulator ARR2 8.472541201 L4_control_A2 +LQ04X028990 Two-component response regulator ARR2 8.928269038 L4_control_A3 +LQ04X028990 Two-component response regulator ARR2 8.998982641 L4_control_B1 +LQ04X028990 Two-component response regulator ARR2 9.805612835 L4_control_B2 +LQ04X028990 Two-component response regulator ARR2 9.162561329 L4_control_B3 +LQ04X028990 Two-component response regulator ARR2 10.38921586 L4_control_C2 +LQ04X028990 Two-component response regulator ARR2 10.65568738 L4_control_C3 +LQ04X028990 Two-component response regulator ARR2 8.487097633 L4_chemical_A1 +LQ04X028990 Two-component response regulator ARR2 7.985027673 L4_chemical_A2 +LQ04X028990 Two-component response regulator ARR2 8.089868411 L4_chemical_A3 +LQ04X028990 Two-component response regulator ARR2 8.69782233 L4_chemical_B1 +LQ04X028990 Two-component response regulator ARR2 8.895819443 L4_chemical_B2 +LQ04X028990 Two-component response regulator ARR2 8.88203088 L4_chemical_B3 +LQ04X028990 Two-component response regulator ARR2 9.876155661 L4_chemical_C2 +LQ04X028990 Two-component response regulator ARR2 10.12318832 L4_chemical_C3 +LQ04X029010 Hypothetical protein 6.131178883 C6_control_A1 +LQ04X029010 Hypothetical protein 5.923520518 C6_control_A3 +LQ04X029010 Hypothetical protein 5.913248217 C6_control_B1 +LQ04X029010 Hypothetical protein 5.610857729 C6_control_B2 +LQ04X029010 Hypothetical protein 6.323300279 C6_control_B3 +LQ04X029010 Hypothetical protein 5.501585983 C6_control_C1 +LQ04X029010 Hypothetical protein 5.244883274 C6_control_C2 +LQ04X029010 Hypothetical protein 5.659893786 C6_control_C3 +LQ04X029010 Hypothetical protein 6.281970661 C6_chemical_A1 +LQ04X029010 Hypothetical protein 5.944095349 C6_chemical_A3 +LQ04X029010 Hypothetical protein 6.819955856 C6_chemical_B1 +LQ04X029010 Hypothetical protein 5.739220537 C6_chemical_B2 +LQ04X029010 Hypothetical protein 6.318543984 C6_chemical_B3 +LQ04X029010 Hypothetical protein 5.644114386 C6_chemical_C1 +LQ04X029010 Hypothetical protein 5.661000884 C6_chemical_C2 +LQ04X029010 Hypothetical protein 5.402679443 C6_chemical_C3 +LQ04X029010 Hypothetical protein 6.240386547 L4_control_A1 +LQ04X029010 Hypothetical protein 6.161086401 L4_control_A2 +LQ04X029010 Hypothetical protein 5.886526597 L4_control_A3 +LQ04X029010 Hypothetical protein 7.131621151 L4_control_B1 +LQ04X029010 Hypothetical protein 6.557927264 L4_control_B2 +LQ04X029010 Hypothetical protein 6.05687051 L4_control_B3 +LQ04X029010 Hypothetical protein 5.736663026 L4_control_C2 +LQ04X029010 Hypothetical protein 7.097523348 L4_control_C3 +LQ04X029010 Hypothetical protein 6.103984436 L4_chemical_A1 +LQ04X029010 Hypothetical protein 6.270411115 L4_chemical_A2 +LQ04X029010 Hypothetical protein 7.314571177 L4_chemical_A3 +LQ04X029010 Hypothetical protein 6.299824118 L4_chemical_B1 +LQ04X029010 Hypothetical protein 6.541305522 L4_chemical_B2 +LQ04X029010 Hypothetical protein 5.969036747 L4_chemical_B3 +LQ04X029010 Hypothetical protein 7.219037069 L4_chemical_C2 +LQ04X029010 Hypothetical protein 5.900283693 L4_chemical_C3 +LQ04X029020 GATA transcription factor 15 5.623898991 C6_control_A1 +LQ04X029020 GATA transcription factor 15 6.236354337 C6_control_A3 +LQ04X029020 GATA transcription factor 15 5.483405761 C6_control_B1 +LQ04X029020 GATA transcription factor 15 5.430229548 C6_control_B2 +LQ04X029020 GATA transcription factor 15 6.008754991 C6_control_B3 +LQ04X029020 GATA transcription factor 15 5.383376268 C6_control_C1 +LQ04X029020 GATA transcription factor 15 5.579491622 C6_control_C2 +LQ04X029020 GATA transcription factor 15 5.539732423 C6_control_C3 +LQ04X029020 GATA transcription factor 15 5.836854066 C6_chemical_A1 +LQ04X029020 GATA transcription factor 15 6.096895043 C6_chemical_A3 +LQ04X029020 GATA transcription factor 15 5.869661399 C6_chemical_B1 +LQ04X029020 GATA transcription factor 15 5.572876156 C6_chemical_B2 +LQ04X029020 GATA transcription factor 15 5.105813321 C6_chemical_B3 +LQ04X029020 GATA transcription factor 15 5.277961572 C6_chemical_C1 +LQ04X029020 GATA transcription factor 15 5.693209475 C6_chemical_C2 +LQ04X029020 GATA transcription factor 15 5.693122301 C6_chemical_C3 +LQ04X029020 GATA transcription factor 15 6.067155287 L4_control_A1 +LQ04X029020 GATA transcription factor 15 5.734020342 L4_control_A2 +LQ04X029020 GATA transcription factor 15 6.488315657 L4_control_A3 +LQ04X029020 GATA transcription factor 15 5.891633137 L4_control_B1 +LQ04X029020 GATA transcription factor 15 5.609865877 L4_control_B2 +LQ04X029020 GATA transcription factor 15 5.610753851 L4_control_B3 +LQ04X029020 GATA transcription factor 15 5.229952163 L4_control_C2 +LQ04X029020 GATA transcription factor 15 5.131961173 L4_control_C3 +LQ04X029020 GATA transcription factor 15 5.491812099 L4_chemical_A1 +LQ04X029020 GATA transcription factor 15 5.60750539 L4_chemical_A2 +LQ04X029020 GATA transcription factor 15 6.253709136 L4_chemical_A3 +LQ04X029020 GATA transcription factor 15 6.430142816 L4_chemical_B1 +LQ04X029020 GATA transcription factor 15 5.884223794 L4_chemical_B2 +LQ04X029020 GATA transcription factor 15 5.68516648 L4_chemical_B3 +LQ04X029020 GATA transcription factor 15 6.24314538 L4_chemical_C2 +LQ04X029020 GATA transcription factor 15 5.448192601 L4_chemical_C3 +LQ04X029030 Importin subunit alpha-1 9.255384068 C6_control_A1 +LQ04X029030 Importin subunit alpha-1 9.286605061 C6_control_A3 +LQ04X029030 Importin subunit alpha-1 9.142492179 C6_control_B1 +LQ04X029030 Importin subunit alpha-1 8.980931689 C6_control_B2 +LQ04X029030 Importin subunit alpha-1 9.138886225 C6_control_B3 +LQ04X029030 Importin subunit alpha-1 9.670889487 C6_control_C1 +LQ04X029030 Importin subunit alpha-1 9.562236928 C6_control_C2 +LQ04X029030 Importin subunit alpha-1 9.005473196 C6_control_C3 +LQ04X029030 Importin subunit alpha-1 9.447078654 C6_chemical_A1 +LQ04X029030 Importin subunit alpha-1 9.880695907 C6_chemical_A3 +LQ04X029030 Importin subunit alpha-1 8.960537777 C6_chemical_B1 +LQ04X029030 Importin subunit alpha-1 8.947302553 C6_chemical_B2 +LQ04X029030 Importin subunit alpha-1 9.180405441 C6_chemical_B3 +LQ04X029030 Importin subunit alpha-1 9.738612117 C6_chemical_C1 +LQ04X029030 Importin subunit alpha-1 9.782223544 C6_chemical_C2 +LQ04X029030 Importin subunit alpha-1 9.724068798 C6_chemical_C3 +LQ04X029030 Importin subunit alpha-1 10.25658596 L4_control_A1 +LQ04X029030 Importin subunit alpha-1 9.814642174 L4_control_A2 +LQ04X029030 Importin subunit alpha-1 10.82272548 L4_control_A3 +LQ04X029030 Importin subunit alpha-1 9.079958969 L4_control_B1 +LQ04X029030 Importin subunit alpha-1 10.45011589 L4_control_B2 +LQ04X029030 Importin subunit alpha-1 9.612557285 L4_control_B3 +LQ04X029030 Importin subunit alpha-1 10.61172111 L4_control_C2 +LQ04X029030 Importin subunit alpha-1 10.4908275 L4_control_C3 +LQ04X029030 Importin subunit alpha-1 9.311852985 L4_chemical_A1 +LQ04X029030 Importin subunit alpha-1 9.341913975 L4_chemical_A2 +LQ04X029030 Importin subunit alpha-1 10.28248847 L4_chemical_A3 +LQ04X029030 Importin subunit alpha-1 9.328527843 L4_chemical_B1 +LQ04X029030 Importin subunit alpha-1 9.721500597 L4_chemical_B2 +LQ04X029030 Importin subunit alpha-1 9.481033742 L4_chemical_B3 +LQ04X029030 Importin subunit alpha-1 10.35365837 L4_chemical_C2 +LQ04X029030 Importin subunit alpha-1 10.40773361 L4_chemical_C3 +LQ04X029120 Putative STAM-binding protein 6.06928512 C6_control_A1 +LQ04X029120 Putative STAM-binding protein 5.602058853 C6_control_A3 +LQ04X029120 Putative STAM-binding protein 5.527934782 C6_control_B1 +LQ04X029120 Putative STAM-binding protein 6.010265834 C6_control_B2 +LQ04X029120 Putative STAM-binding protein 5.976241604 C6_control_B3 +LQ04X029120 Putative STAM-binding protein 6.255220221 C6_control_C1 +LQ04X029120 Putative STAM-binding protein 5.513579951 C6_control_C2 +LQ04X029120 Putative STAM-binding protein 5.858391395 C6_control_C3 +LQ04X029120 Putative STAM-binding protein 6.05004764 C6_chemical_A1 +LQ04X029120 Putative STAM-binding protein 5.839449349 C6_chemical_A3 +LQ04X029120 Putative STAM-binding protein 5.640858566 C6_chemical_B1 +LQ04X029120 Putative STAM-binding protein 5.48947243 C6_chemical_B2 +LQ04X029120 Putative STAM-binding protein 5.99175033 C6_chemical_B3 +LQ04X029120 Putative STAM-binding protein 5.698416807 C6_chemical_C1 +LQ04X029120 Putative STAM-binding protein 5.959521 C6_chemical_C2 +LQ04X029120 Putative STAM-binding protein 6.184049896 C6_chemical_C3 +LQ04X029120 Putative STAM-binding protein 5.4212691 L4_control_A1 +LQ04X029120 Putative STAM-binding protein 5.953683315 L4_control_A2 +LQ04X029120 Putative STAM-binding protein 6.016110869 L4_control_A3 +LQ04X029120 Putative STAM-binding protein 6.064829926 L4_control_B1 +LQ04X029120 Putative STAM-binding protein 5.752363203 L4_control_B2 +LQ04X029120 Putative STAM-binding protein 6.304867328 L4_control_B3 +LQ04X029120 Putative STAM-binding protein 6.03489232 L4_control_C2 +LQ04X029120 Putative STAM-binding protein 5.355099011 L4_control_C3 +LQ04X029120 Putative STAM-binding protein 5.737016963 L4_chemical_A1 +LQ04X029120 Putative STAM-binding protein 5.929847505 L4_chemical_A2 +LQ04X029120 Putative STAM-binding protein 6.801447409 L4_chemical_A3 +LQ04X029120 Putative STAM-binding protein 5.223977726 L4_chemical_B1 +LQ04X029120 Putative STAM-binding protein 5.531242527 L4_chemical_B2 +LQ04X029120 Putative STAM-binding protein 5.920751277 L4_chemical_B3 +LQ04X029120 Putative STAM-binding protein 5.434716849 L4_chemical_C2 +LQ04X029120 Putative STAM-binding protein 5.297258946 L4_chemical_C3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.075080756 C6_control_A1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.303816267 C6_control_A3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 4.930037847 C6_control_B1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.002283196 C6_control_B2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.141613218 C6_control_B3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 4.931920848 C6_control_C1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.068564123 C6_control_C2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.179332101 C6_control_C3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.918095669 C6_chemical_A1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.843295791 C6_chemical_A3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.118459246 C6_chemical_B1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.106563492 C6_chemical_B2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 4.819999066 C6_chemical_B3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.039777781 C6_chemical_C1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.29664684 C6_chemical_C2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 4.737926086 C6_chemical_C3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.432974751 L4_control_A1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.183989107 L4_control_A2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.000818191 L4_control_A3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.277577444 L4_control_B1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.52353827 L4_control_B2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 4.894620038 L4_control_B3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.172748961 L4_control_C2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 4.865355545 L4_control_C3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.19953882 L4_chemical_A1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.114914664 L4_chemical_A2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.282530441 L4_chemical_A3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.00198403 L4_chemical_B1 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.440760979 L4_chemical_B2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 4.972511147 L4_chemical_B3 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.194425063 L4_chemical_C2 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 4.924577638 L4_chemical_C3 +LQ04X029150 Putative uncharacterized protein 14.01801192 C6_control_A1 +LQ04X029150 Putative uncharacterized protein 14.04483951 C6_control_A3 +LQ04X029150 Putative uncharacterized protein 14.36539116 C6_control_B1 +LQ04X029150 Putative uncharacterized protein 15.17060502 C6_control_B2 +LQ04X029150 Putative uncharacterized protein 14.94764879 C6_control_B3 +LQ04X029150 Putative uncharacterized protein 13.31172992 C6_control_C1 +LQ04X029150 Putative uncharacterized protein 14.15324069 C6_control_C2 +LQ04X029150 Putative uncharacterized protein 13.8885439 C6_control_C3 +LQ04X029150 Putative uncharacterized protein 13.83691991 C6_chemical_A1 +LQ04X029150 Putative uncharacterized protein 13.59034688 C6_chemical_A3 +LQ04X029150 Putative uncharacterized protein 14.34342374 C6_chemical_B1 +LQ04X029150 Putative uncharacterized protein 14.89525257 C6_chemical_B2 +LQ04X029150 Putative uncharacterized protein 14.51095259 C6_chemical_B3 +LQ04X029150 Putative uncharacterized protein 13.20171018 C6_chemical_C1 +LQ04X029150 Putative uncharacterized protein 13.50205826 C6_chemical_C2 +LQ04X029150 Putative uncharacterized protein 13.42684442 C6_chemical_C3 +LQ04X029150 Putative uncharacterized protein 14.15653558 L4_control_A1 +LQ04X029150 Putative uncharacterized protein 14.14902147 L4_control_A2 +LQ04X029150 Putative uncharacterized protein 13.83109585 L4_control_A3 +LQ04X029150 Putative uncharacterized protein 14.51843753 L4_control_B1 +LQ04X029150 Putative uncharacterized protein 13.74054993 L4_control_B2 +LQ04X029150 Putative uncharacterized protein 14.65547476 L4_control_B3 +LQ04X029150 Putative uncharacterized protein 12.2787342 L4_control_C2 +LQ04X029150 Putative uncharacterized protein 13.10698094 L4_control_C3 +LQ04X029150 Putative uncharacterized protein 13.51624448 L4_chemical_A1 +LQ04X029150 Putative uncharacterized protein 13.71350858 L4_chemical_A2 +LQ04X029150 Putative uncharacterized protein 13.6285883 L4_chemical_A3 +LQ04X029150 Putative uncharacterized protein 13.75207631 L4_chemical_B1 +LQ04X029150 Putative uncharacterized protein 13.89011078 L4_chemical_B2 +LQ04X029150 Putative uncharacterized protein 14.60745332 L4_chemical_B3 +LQ04X029150 Putative uncharacterized protein 12.14386138 L4_chemical_C2 +LQ04X029150 Putative uncharacterized protein 13.43957514 L4_chemical_C3 +LQ04X029160 Beta-D-xylosidase 1 5.692977944 C6_control_A1 +LQ04X029160 Beta-D-xylosidase 1 5.477089321 C6_control_A3 +LQ04X029160 Beta-D-xylosidase 1 6.967035406 C6_control_B1 +LQ04X029160 Beta-D-xylosidase 1 8.731033149 C6_control_B2 +LQ04X029160 Beta-D-xylosidase 1 7.416665636 C6_control_B3 +LQ04X029160 Beta-D-xylosidase 1 7.984323005 C6_control_C1 +LQ04X029160 Beta-D-xylosidase 1 7.012288472 C6_control_C2 +LQ04X029160 Beta-D-xylosidase 1 7.100802949 C6_control_C3 +LQ04X029160 Beta-D-xylosidase 1 5.533378555 C6_chemical_A1 +LQ04X029160 Beta-D-xylosidase 1 5.474212629 C6_chemical_A3 +LQ04X029160 Beta-D-xylosidase 1 6.898726591 C6_chemical_B1 +LQ04X029160 Beta-D-xylosidase 1 8.752795601 C6_chemical_B2 +LQ04X029160 Beta-D-xylosidase 1 9.20406517 C6_chemical_B3 +LQ04X029160 Beta-D-xylosidase 1 7.293723543 C6_chemical_C1 +LQ04X029160 Beta-D-xylosidase 1 7.393605391 C6_chemical_C2 +LQ04X029160 Beta-D-xylosidase 1 7.481564796 C6_chemical_C3 +LQ04X029160 Beta-D-xylosidase 1 6.279746905 L4_control_A1 +LQ04X029160 Beta-D-xylosidase 1 6.008754937 L4_control_A2 +LQ04X029160 Beta-D-xylosidase 1 8.991123236 L4_control_A3 +LQ04X029160 Beta-D-xylosidase 1 6.461559744 L4_control_B1 +LQ04X029160 Beta-D-xylosidase 1 7.335432086 L4_control_B2 +LQ04X029160 Beta-D-xylosidase 1 9.688707493 L4_control_B3 +LQ04X029160 Beta-D-xylosidase 1 6.285314807 L4_control_C2 +LQ04X029160 Beta-D-xylosidase 1 8.883343477 L4_control_C3 +LQ04X029160 Beta-D-xylosidase 1 9.052229328 L4_chemical_A1 +LQ04X029160 Beta-D-xylosidase 1 8.702908993 L4_chemical_A2 +LQ04X029160 Beta-D-xylosidase 1 7.251431044 L4_chemical_A3 +LQ04X029160 Beta-D-xylosidase 1 7.222480717 L4_chemical_B1 +LQ04X029160 Beta-D-xylosidase 1 7.319883063 L4_chemical_B2 +LQ04X029160 Beta-D-xylosidase 1 8.418871954 L4_chemical_B3 +LQ04X029160 Beta-D-xylosidase 1 6.119178861 L4_chemical_C2 +LQ04X029160 Beta-D-xylosidase 1 7.880413599 L4_chemical_C3 +LQ04X029180 Putative Endochitinase 12.40084777 C6_control_A1 +LQ04X029180 Putative Endochitinase 12.74055096 C6_control_A3 +LQ04X029180 Putative Endochitinase 13.66598836 C6_control_B1 +LQ04X029180 Putative Endochitinase 15.33298505 C6_control_B2 +LQ04X029180 Putative Endochitinase 15.00710436 C6_control_B3 +LQ04X029180 Putative Endochitinase 11.55566125 C6_control_C1 +LQ04X029180 Putative Endochitinase 12.07247172 C6_control_C2 +LQ04X029180 Putative Endochitinase 12.00869586 C6_control_C3 +LQ04X029180 Putative Endochitinase 12.99044738 C6_chemical_A1 +LQ04X029180 Putative Endochitinase 12.66283654 C6_chemical_A3 +LQ04X029180 Putative Endochitinase 14.35740414 C6_chemical_B1 +LQ04X029180 Putative Endochitinase 14.95663225 C6_chemical_B2 +LQ04X029180 Putative Endochitinase 15.09387551 C6_chemical_B3 +LQ04X029180 Putative Endochitinase 11.52278516 C6_chemical_C1 +LQ04X029180 Putative Endochitinase 11.02392811 C6_chemical_C2 +LQ04X029180 Putative Endochitinase 10.72917056 C6_chemical_C3 +LQ04X029180 Putative Endochitinase 13.39662732 L4_control_A1 +LQ04X029180 Putative Endochitinase 13.4242106 L4_control_A2 +LQ04X029180 Putative Endochitinase 13.86153145 L4_control_A3 +LQ04X029180 Putative Endochitinase 15.34956431 L4_control_B1 +LQ04X029180 Putative Endochitinase 14.95181234 L4_control_B2 +LQ04X029180 Putative Endochitinase 15.44312193 L4_control_B3 +LQ04X029180 Putative Endochitinase 10.6428877 L4_control_C2 +LQ04X029180 Putative Endochitinase 12.35644051 L4_control_C3 +LQ04X029180 Putative Endochitinase 13.2287813 L4_chemical_A1 +LQ04X029180 Putative Endochitinase 13.3261215 L4_chemical_A2 +LQ04X029180 Putative Endochitinase 13.19955854 L4_chemical_A3 +LQ04X029180 Putative Endochitinase 14.58731083 L4_chemical_B1 +LQ04X029180 Putative Endochitinase 15.0047152 L4_chemical_B2 +LQ04X029180 Putative Endochitinase 14.87317062 L4_chemical_B3 +LQ04X029180 Putative Endochitinase 10.99949872 L4_chemical_C2 +LQ04X029180 Putative Endochitinase 11.48394446 L4_chemical_C3 +LQ04X029190 Calmodulin-binding transcription activator 5 5.097942417 C6_control_A1 +LQ04X029190 Calmodulin-binding transcription activator 5 5.307063272 C6_control_A3 +LQ04X029190 Calmodulin-binding transcription activator 5 4.928283992 C6_control_B1 +LQ04X029190 Calmodulin-binding transcription activator 5 4.811707382 C6_control_B2 +LQ04X029190 Calmodulin-binding transcription activator 5 4.849458686 C6_control_B3 +LQ04X029190 Calmodulin-binding transcription activator 5 4.773262371 C6_control_C1 +LQ04X029190 Calmodulin-binding transcription activator 5 4.966005076 C6_control_C2 +LQ04X029190 Calmodulin-binding transcription activator 5 4.761190279 C6_control_C3 +LQ04X029190 Calmodulin-binding transcription activator 5 5.041766106 C6_chemical_A1 +LQ04X029190 Calmodulin-binding transcription activator 5 5.291324843 C6_chemical_A3 +LQ04X029190 Calmodulin-binding transcription activator 5 4.708891589 C6_chemical_B1 +LQ04X029190 Calmodulin-binding transcription activator 5 4.996917519 C6_chemical_B2 +LQ04X029190 Calmodulin-binding transcription activator 5 4.515496756 C6_chemical_B3 +LQ04X029190 Calmodulin-binding transcription activator 5 4.910792801 C6_chemical_C1 +LQ04X029190 Calmodulin-binding transcription activator 5 5.122864564 C6_chemical_C2 +LQ04X029190 Calmodulin-binding transcription activator 5 4.754995499 C6_chemical_C3 +LQ04X029190 Calmodulin-binding transcription activator 5 4.814398641 L4_control_A1 +LQ04X029190 Calmodulin-binding transcription activator 5 5.020475463 L4_control_A2 +LQ04X029190 Calmodulin-binding transcription activator 5 5.613746715 L4_control_A3 +LQ04X029190 Calmodulin-binding transcription activator 5 5.377718369 L4_control_B1 +LQ04X029190 Calmodulin-binding transcription activator 5 5.097419193 L4_control_B2 +LQ04X029190 Calmodulin-binding transcription activator 5 5.023671389 L4_control_B3 +LQ04X029190 Calmodulin-binding transcription activator 5 4.930584638 L4_control_C2 +LQ04X029190 Calmodulin-binding transcription activator 5 4.853399034 L4_control_C3 +LQ04X029190 Calmodulin-binding transcription activator 5 4.931644238 L4_chemical_A1 +LQ04X029190 Calmodulin-binding transcription activator 5 5.133862943 L4_chemical_A2 +LQ04X029190 Calmodulin-binding transcription activator 5 5.805663465 L4_chemical_A3 +LQ04X029190 Calmodulin-binding transcription activator 5 5.221119995 L4_chemical_B1 +LQ04X029190 Calmodulin-binding transcription activator 5 5.2441304 L4_chemical_B2 +LQ04X029190 Calmodulin-binding transcription activator 5 4.793489581 L4_chemical_B3 +LQ04X029190 Calmodulin-binding transcription activator 5 4.862763796 L4_chemical_C2 +LQ04X029190 Calmodulin-binding transcription activator 5 4.846751707 L4_chemical_C3 +LQ04X029200 GTP-binding protein SAR1A 14.0509692 C6_control_A1 +LQ04X029200 GTP-binding protein SAR1A 13.47927768 C6_control_A3 +LQ04X029200 GTP-binding protein SAR1A 14.64095899 C6_control_B1 +LQ04X029200 GTP-binding protein SAR1A 14.20957142 C6_control_B2 +LQ04X029200 GTP-binding protein SAR1A 14.09316049 C6_control_B3 +LQ04X029200 GTP-binding protein SAR1A 14.2137847 C6_control_C1 +LQ04X029200 GTP-binding protein SAR1A 13.74682883 C6_control_C2 +LQ04X029200 GTP-binding protein SAR1A 13.72065906 C6_control_C3 +LQ04X029200 GTP-binding protein SAR1A 14.67086286 C6_chemical_A1 +LQ04X029200 GTP-binding protein SAR1A 13.4414961 C6_chemical_A3 +LQ04X029200 GTP-binding protein SAR1A 14.9298293 C6_chemical_B1 +LQ04X029200 GTP-binding protein SAR1A 14.68742219 C6_chemical_B2 +LQ04X029200 GTP-binding protein SAR1A 14.09292746 C6_chemical_B3 +LQ04X029200 GTP-binding protein SAR1A 14.57213053 C6_chemical_C1 +LQ04X029200 GTP-binding protein SAR1A 14.06041947 C6_chemical_C2 +LQ04X029200 GTP-binding protein SAR1A 13.24926682 C6_chemical_C3 +LQ04X029200 GTP-binding protein SAR1A 13.54178632 L4_control_A1 +LQ04X029200 GTP-binding protein SAR1A 13.80235327 L4_control_A2 +LQ04X029200 GTP-binding protein SAR1A 12.96915158 L4_control_A3 +LQ04X029200 GTP-binding protein SAR1A 14.35102595 L4_control_B1 +LQ04X029200 GTP-binding protein SAR1A 14.57337563 L4_control_B2 +LQ04X029200 GTP-binding protein SAR1A 13.4442228 L4_control_B3 +LQ04X029200 GTP-binding protein SAR1A 14.73863025 L4_control_C2 +LQ04X029200 GTP-binding protein SAR1A 13.89816311 L4_control_C3 +LQ04X029200 GTP-binding protein SAR1A 14.24683139 L4_chemical_A1 +LQ04X029200 GTP-binding protein SAR1A 14.12314354 L4_chemical_A2 +LQ04X029200 GTP-binding protein SAR1A 13.3787749 L4_chemical_A3 +LQ04X029200 GTP-binding protein SAR1A 15.18434989 L4_chemical_B1 +LQ04X029200 GTP-binding protein SAR1A 14.96581518 L4_chemical_B2 +LQ04X029200 GTP-binding protein SAR1A 13.73103133 L4_chemical_B3 +LQ04X029200 GTP-binding protein SAR1A 15.06249984 L4_chemical_C2 +LQ04X029200 GTP-binding protein SAR1A 14.03642536 L4_chemical_C3 +LQ04X029210 GTP-binding protein SAR1A 6.038575398 C6_control_A1 +LQ04X029210 GTP-binding protein SAR1A 6.335928916 C6_control_A3 +LQ04X029210 GTP-binding protein SAR1A 5.863696216 C6_control_B1 +LQ04X029210 GTP-binding protein SAR1A 5.905405719 C6_control_B2 +LQ04X029210 GTP-binding protein SAR1A 5.809667792 C6_control_B3 +LQ04X029210 GTP-binding protein SAR1A 5.809091759 C6_control_C1 +LQ04X029210 GTP-binding protein SAR1A 5.914204959 C6_control_C2 +LQ04X029210 GTP-binding protein SAR1A 5.878729238 C6_control_C3 +LQ04X029210 GTP-binding protein SAR1A 5.445420623 C6_chemical_A1 +LQ04X029210 GTP-binding protein SAR1A 5.835189235 C6_chemical_A3 +LQ04X029210 GTP-binding protein SAR1A 5.645976247 C6_chemical_B1 +LQ04X029210 GTP-binding protein SAR1A 5.973838419 C6_chemical_B2 +LQ04X029210 GTP-binding protein SAR1A 5.56425926 C6_chemical_B3 +LQ04X029210 GTP-binding protein SAR1A 5.872896883 C6_chemical_C1 +LQ04X029210 GTP-binding protein SAR1A 5.656088721 C6_chemical_C2 +LQ04X029210 GTP-binding protein SAR1A 5.663756775 C6_chemical_C3 +LQ04X029210 GTP-binding protein SAR1A 5.70752017 L4_control_A1 +LQ04X029210 GTP-binding protein SAR1A 6.148298111 L4_control_A2 +LQ04X029210 GTP-binding protein SAR1A 5.87512405 L4_control_A3 +LQ04X029210 GTP-binding protein SAR1A 5.569396239 L4_control_B1 +LQ04X029210 GTP-binding protein SAR1A 5.81819609 L4_control_B2 +LQ04X029210 GTP-binding protein SAR1A 5.758285496 L4_control_B3 +LQ04X029210 GTP-binding protein SAR1A 5.637510097 L4_control_C2 +LQ04X029210 GTP-binding protein SAR1A 6.198817353 L4_control_C3 +LQ04X029210 GTP-binding protein SAR1A 5.831828542 L4_chemical_A1 +LQ04X029210 GTP-binding protein SAR1A 5.822164135 L4_chemical_A2 +LQ04X029210 GTP-binding protein SAR1A 5.624014395 L4_chemical_A3 +LQ04X029210 GTP-binding protein SAR1A 6.081015708 L4_chemical_B1 +LQ04X029210 GTP-binding protein SAR1A 5.934639131 L4_chemical_B2 +LQ04X029210 GTP-binding protein SAR1A 5.95500139 L4_chemical_B3 +LQ04X029210 GTP-binding protein SAR1A 6.263717496 L4_chemical_C2 +LQ04X029210 GTP-binding protein SAR1A 6.612537523 L4_chemical_C3 +LQ04X029220 60S ribosomal protein L29-1 6.136349394 C6_control_A1 +LQ04X029220 60S ribosomal protein L29-1 6.182018884 C6_control_A3 +LQ04X029220 60S ribosomal protein L29-1 5.855414521 C6_control_B1 +LQ04X029220 60S ribosomal protein L29-1 5.94220366 C6_control_B2 +LQ04X029220 60S ribosomal protein L29-1 5.704141723 C6_control_B3 +LQ04X029220 60S ribosomal protein L29-1 6.573745972 C6_control_C1 +LQ04X029220 60S ribosomal protein L29-1 5.675293471 C6_control_C2 +LQ04X029220 60S ribosomal protein L29-1 6.071928719 C6_control_C3 +LQ04X029220 60S ribosomal protein L29-1 5.675166347 C6_chemical_A1 +LQ04X029220 60S ribosomal protein L29-1 5.499340718 C6_chemical_A3 +LQ04X029220 60S ribosomal protein L29-1 6.050505773 C6_chemical_B1 +LQ04X029220 60S ribosomal protein L29-1 5.742561355 C6_chemical_B2 +LQ04X029220 60S ribosomal protein L29-1 6.049382111 C6_chemical_B3 +LQ04X029220 60S ribosomal protein L29-1 5.934110963 C6_chemical_C1 +LQ04X029220 60S ribosomal protein L29-1 5.57962249 C6_chemical_C2 +LQ04X029220 60S ribosomal protein L29-1 5.945740285 C6_chemical_C3 +LQ04X029220 60S ribosomal protein L29-1 5.943071893 L4_control_A1 +LQ04X029220 60S ribosomal protein L29-1 5.854099417 L4_control_A2 +LQ04X029220 60S ribosomal protein L29-1 6.312204644 L4_control_A3 +LQ04X029220 60S ribosomal protein L29-1 5.293124904 L4_control_B1 +LQ04X029220 60S ribosomal protein L29-1 5.399918392 L4_control_B2 +LQ04X029220 60S ribosomal protein L29-1 5.957221243 L4_control_B3 +LQ04X029220 60S ribosomal protein L29-1 6.726605218 L4_control_C2 +LQ04X029220 60S ribosomal protein L29-1 5.843850382 L4_control_C3 +LQ04X029220 60S ribosomal protein L29-1 5.915205011 L4_chemical_A1 +LQ04X029220 60S ribosomal protein L29-1 5.877345158 L4_chemical_A2 +LQ04X029220 60S ribosomal protein L29-1 6.646438174 L4_chemical_A3 +LQ04X029220 60S ribosomal protein L29-1 5.462196935 L4_chemical_B1 +LQ04X029220 60S ribosomal protein L29-1 5.604684636 L4_chemical_B2 +LQ04X029220 60S ribosomal protein L29-1 5.983664244 L4_chemical_B3 +LQ04X029220 60S ribosomal protein L29-1 5.994300785 L4_chemical_C2 +LQ04X029220 60S ribosomal protein L29-1 6.089902953 L4_chemical_C3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.831344439 C6_control_A1 +LQ04X029230 Dihydrolipoyl dehydrogenase 7.395205507 C6_control_A3 +LQ04X029230 Dihydrolipoyl dehydrogenase 5.847783489 C6_control_B1 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.709574785 C6_control_B2 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.232355628 C6_control_B3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.651057918 C6_control_C1 +LQ04X029230 Dihydrolipoyl dehydrogenase 7.824551918 C6_control_C2 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.35239687 C6_control_C3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.636726677 C6_chemical_A1 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.107845832 C6_chemical_A3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.176228933 C6_chemical_B1 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.638298055 C6_chemical_B2 +LQ04X029230 Dihydrolipoyl dehydrogenase 5.442004625 C6_chemical_B3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.722829847 C6_chemical_C1 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.971433201 C6_chemical_C2 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.769362644 C6_chemical_C3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.590835563 L4_control_A1 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.256091401 L4_control_A2 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.470917439 L4_control_A3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.188750329 L4_control_B1 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.947259809 L4_control_B2 +LQ04X029230 Dihydrolipoyl dehydrogenase 5.948452171 L4_control_B3 +LQ04X029230 Dihydrolipoyl dehydrogenase 5.890828563 L4_control_C2 +LQ04X029230 Dihydrolipoyl dehydrogenase 5.751818296 L4_control_C3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.130942611 L4_chemical_A1 +LQ04X029230 Dihydrolipoyl dehydrogenase 5.99339986 L4_chemical_A2 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.18552403 L4_chemical_A3 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.297538768 L4_chemical_B1 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.53193244 L4_chemical_B2 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.316916086 L4_chemical_B3 +LQ04X029230 Dihydrolipoyl dehydrogenase 5.763698261 L4_chemical_C2 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.574235243 L4_chemical_C3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.54915676 C6_control_A1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.08755538 C6_control_A3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.68308026 C6_control_B1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.6410675 C6_control_B2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.85335179 C6_control_B3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.23587028 C6_control_C1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.86600494 C6_control_C2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.33380583 C6_control_C3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.45827227 C6_chemical_A1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.53166327 C6_chemical_A3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.66160511 C6_chemical_B1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.21189726 C6_chemical_B2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.5408815 C6_chemical_B3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.31164446 C6_chemical_C1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.08473581 C6_chemical_C2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.26206417 C6_chemical_C3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.4461499 L4_control_A1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.53211782 L4_control_A2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.26426814 L4_control_A3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.06749089 L4_control_B1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.22615254 L4_control_B2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.13684984 L4_control_B3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.69036027 L4_control_C2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.36378404 L4_control_C3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.8142717 L4_chemical_A1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.90039109 L4_chemical_A2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.50298298 L4_chemical_A3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.23795081 L4_chemical_B1 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.16786711 L4_chemical_B2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.909546 L4_chemical_B3 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.51207152 L4_chemical_C2 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 12.38172417 L4_chemical_C3 +LQ04X029270 Hypothetical protein 12.43758491 C6_control_A1 +LQ04X029270 Hypothetical protein 12.90231987 C6_control_A3 +LQ04X029270 Hypothetical protein 12.54698967 C6_control_B1 +LQ04X029270 Hypothetical protein 12.13405418 C6_control_B2 +LQ04X029270 Hypothetical protein 12.22918372 C6_control_B3 +LQ04X029270 Hypothetical protein 12.47004545 C6_control_C1 +LQ04X029270 Hypothetical protein 12.43049189 C6_control_C2 +LQ04X029270 Hypothetical protein 12.1604279 C6_control_C3 +LQ04X029270 Hypothetical protein 12.35784891 C6_chemical_A1 +LQ04X029270 Hypothetical protein 12.877666 C6_chemical_A3 +LQ04X029270 Hypothetical protein 12.50330843 C6_chemical_B1 +LQ04X029270 Hypothetical protein 11.98797989 C6_chemical_B2 +LQ04X029270 Hypothetical protein 12.36358734 C6_chemical_B3 +LQ04X029270 Hypothetical protein 12.53399292 C6_chemical_C1 +LQ04X029270 Hypothetical protein 12.44514897 C6_chemical_C2 +LQ04X029270 Hypothetical protein 12.37856359 C6_chemical_C3 +LQ04X029270 Hypothetical protein 12.20888624 L4_control_A1 +LQ04X029270 Hypothetical protein 11.60782723 L4_control_A2 +LQ04X029270 Hypothetical protein 11.774487 L4_control_A3 +LQ04X029270 Hypothetical protein 12.15611738 L4_control_B1 +LQ04X029270 Hypothetical protein 12.21494118 L4_control_B2 +LQ04X029270 Hypothetical protein 12.02547268 L4_control_B3 +LQ04X029270 Hypothetical protein 12.28868767 L4_control_C2 +LQ04X029270 Hypothetical protein 11.95450276 L4_control_C3 +LQ04X029270 Hypothetical protein 12.52045492 L4_chemical_A1 +LQ04X029270 Hypothetical protein 12.30987918 L4_chemical_A2 +LQ04X029270 Hypothetical protein 12.05186497 L4_chemical_A3 +LQ04X029270 Hypothetical protein 12.40311891 L4_chemical_B1 +LQ04X029270 Hypothetical protein 12.23338914 L4_chemical_B2 +LQ04X029270 Hypothetical protein 12.30064851 L4_chemical_B3 +LQ04X029270 Hypothetical protein 12.29243408 L4_chemical_C2 +LQ04X029270 Hypothetical protein 11.81174701 L4_chemical_C3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.6391225 C6_control_A1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.47923258 C6_control_A3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.285729467 C6_control_B1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.361040299 C6_control_B2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.799478643 C6_control_B3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.044583277 C6_control_C1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.385278184 C6_control_C2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.054103413 C6_control_C3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.379263503 C6_chemical_A1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.43103218 C6_chemical_A3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.59445535 C6_chemical_B1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.337691586 C6_chemical_B2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.439127985 C6_chemical_B3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.294040336 C6_chemical_C1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.119454403 C6_chemical_C2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.189260633 C6_chemical_C3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.658555184 L4_control_A1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.412034423 L4_control_A2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.493315742 L4_control_A3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.417273378 L4_control_B1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.469943629 L4_control_B2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.2085046 L4_control_B3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.055669219 L4_control_C2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.808259713 L4_control_C3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.644776828 L4_chemical_A1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.200745386 L4_chemical_A2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.708051825 L4_chemical_A3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.750012962 L4_chemical_B1 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.341430816 L4_chemical_B2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.244222167 L4_chemical_B3 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.634556063 L4_chemical_C2 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.308021005 L4_chemical_C3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.576422256 C6_control_A1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 7.224786454 C6_control_A3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.468381341 C6_control_B1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.299766686 C6_control_B2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.334371847 C6_control_B3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 6.016954917 C6_control_C1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.232546031 C6_control_C2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.933171892 C6_control_C3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 6.104440417 C6_chemical_A1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 9.443734039 C6_chemical_A3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.586693585 C6_chemical_B1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 6.713764217 C6_chemical_B2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 7.47388095 C6_chemical_B3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.287537679 C6_chemical_C1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 5.263798135 C6_chemical_C2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 6.016275606 C6_chemical_C3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 11.814123 L4_control_A1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 8.695724331 L4_control_A2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 11.30510426 L4_control_A3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 10.52958194 L4_control_B1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 7.353536267 L4_control_B2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 6.854473401 L4_control_B3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 7.206669065 L4_control_C2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 9.01332692 L4_control_C3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 14.3237391 L4_chemical_A1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 13.94276227 L4_chemical_A2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 13.90129987 L4_chemical_A3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 14.09830414 L4_chemical_B1 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 11.91265848 L4_chemical_B2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 10.01545304 L4_chemical_B3 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 7.205877153 L4_chemical_C2 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 8.959307009 L4_chemical_C3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.00752008 C6_control_A1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 8.718677922 C6_control_A3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.242256024 C6_control_B1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.268589881 C6_control_B2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 8.622502284 C6_control_B3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.926713772 C6_control_C1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 8.706394478 C6_control_C2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.620834173 C6_control_C3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.054066951 C6_chemical_A1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.608568524 C6_chemical_A3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 8.955976047 C6_chemical_B1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 8.773653044 C6_chemical_B2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 8.741874111 C6_chemical_B3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.691702584 C6_chemical_C1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.614656527 C6_chemical_C2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.680765466 C6_chemical_C3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.337171788 L4_control_A1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.032069891 L4_control_A2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.158618516 L4_control_A3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 8.916709478 L4_control_B1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.391782514 L4_control_B2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.013208261 L4_control_B3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 10.29983432 L4_control_C2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.567476884 L4_control_C3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.5047264 L4_chemical_A1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.075244715 L4_chemical_A2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.069787615 L4_chemical_A3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.179480192 L4_chemical_B1 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.270923158 L4_chemical_B2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 8.7711112 L4_chemical_B3 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.828117506 L4_chemical_C2 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.415257939 L4_chemical_C3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.748882756 C6_control_A1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.783366432 C6_control_A3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 4.894381762 C6_control_B1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.363577129 C6_control_B2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.297571876 C6_control_B3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.415772965 C6_control_C1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 6.227628022 C6_control_C2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.228072804 C6_control_C3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.613714035 C6_chemical_A1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.37642791 C6_chemical_A3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.155520651 C6_chemical_B1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.584165385 C6_chemical_B2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.141733218 C6_chemical_B3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.43119303 C6_chemical_C1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.616664725 C6_chemical_C2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.021573121 C6_chemical_C3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.29429845 L4_control_A1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.182412287 L4_control_A2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.396760635 L4_control_A3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.028921153 L4_control_B1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.500880133 L4_control_B2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.020394346 L4_control_B3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.847082447 L4_control_C2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.135227666 L4_control_C3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.010576719 L4_chemical_A1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 4.944171942 L4_chemical_A2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.58633302 L4_chemical_A3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.431554729 L4_chemical_B1 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.509262363 L4_chemical_B2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.294043305 L4_chemical_B3 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.676995526 L4_chemical_C2 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.005710433 L4_chemical_C3 +LQ04X029340 Hypothetical protein 5.424349865 C6_control_A1 +LQ04X029340 Hypothetical protein 5.178564849 C6_control_A3 +LQ04X029340 Hypothetical protein 5.121267553 C6_control_B1 +LQ04X029340 Hypothetical protein 5.125469639 C6_control_B2 +LQ04X029340 Hypothetical protein 4.977416864 C6_control_B3 +LQ04X029340 Hypothetical protein 5.146135311 C6_control_C1 +LQ04X029340 Hypothetical protein 5.364863753 C6_control_C2 +LQ04X029340 Hypothetical protein 4.967978395 C6_control_C3 +LQ04X029340 Hypothetical protein 4.992615262 C6_chemical_A1 +LQ04X029340 Hypothetical protein 5.037244344 C6_chemical_A3 +LQ04X029340 Hypothetical protein 4.773947585 C6_chemical_B1 +LQ04X029340 Hypothetical protein 5.201212379 C6_chemical_B2 +LQ04X029340 Hypothetical protein 4.850889097 C6_chemical_B3 +LQ04X029340 Hypothetical protein 5.073460899 C6_chemical_C1 +LQ04X029340 Hypothetical protein 5.432873221 C6_chemical_C2 +LQ04X029340 Hypothetical protein 5.261242599 C6_chemical_C3 +LQ04X029340 Hypothetical protein 4.83943253 L4_control_A1 +LQ04X029340 Hypothetical protein 5.239771153 L4_control_A2 +LQ04X029340 Hypothetical protein 5.234240329 L4_control_A3 +LQ04X029340 Hypothetical protein 5.08701517 L4_control_B1 +LQ04X029340 Hypothetical protein 5.059995149 L4_control_B2 +LQ04X029340 Hypothetical protein 5.089122094 L4_control_B3 +LQ04X029340 Hypothetical protein 4.920340683 L4_control_C2 +LQ04X029340 Hypothetical protein 5.332155325 L4_control_C3 +LQ04X029340 Hypothetical protein 4.582052076 L4_chemical_A1 +LQ04X029340 Hypothetical protein 5.087711743 L4_chemical_A2 +LQ04X029340 Hypothetical protein 4.901254757 L4_chemical_A3 +LQ04X029340 Hypothetical protein 5.247706611 L4_chemical_B1 +LQ04X029340 Hypothetical protein 4.903906308 L4_chemical_B2 +LQ04X029340 Hypothetical protein 5.21339798 L4_chemical_B3 +LQ04X029340 Hypothetical protein 5.349405913 L4_chemical_C2 +LQ04X029340 Hypothetical protein 5.275399069 L4_chemical_C3 +LQ04X029350 Putative Ocs element-binding factor 1 5.195354739 C6_control_A1 +LQ04X029350 Putative Ocs element-binding factor 1 5.455682727 C6_control_A3 +LQ04X029350 Putative Ocs element-binding factor 1 4.827187441 C6_control_B1 +LQ04X029350 Putative Ocs element-binding factor 1 5.312952429 C6_control_B2 +LQ04X029350 Putative Ocs element-binding factor 1 5.318495032 C6_control_B3 +LQ04X029350 Putative Ocs element-binding factor 1 5.460929169 C6_control_C1 +LQ04X029350 Putative Ocs element-binding factor 1 6.427187904 C6_control_C2 +LQ04X029350 Putative Ocs element-binding factor 1 5.457265344 C6_control_C3 +LQ04X029350 Putative Ocs element-binding factor 1 5.236775351 C6_chemical_A1 +LQ04X029350 Putative Ocs element-binding factor 1 5.562763844 C6_chemical_A3 +LQ04X029350 Putative Ocs element-binding factor 1 5.009197395 C6_chemical_B1 +LQ04X029350 Putative Ocs element-binding factor 1 5.286571389 C6_chemical_B2 +LQ04X029350 Putative Ocs element-binding factor 1 5.244924745 C6_chemical_B3 +LQ04X029350 Putative Ocs element-binding factor 1 5.496678443 C6_chemical_C1 +LQ04X029350 Putative Ocs element-binding factor 1 6.077890628 C6_chemical_C2 +LQ04X029350 Putative Ocs element-binding factor 1 5.278767284 C6_chemical_C3 +LQ04X029350 Putative Ocs element-binding factor 1 5.361324896 L4_control_A1 +LQ04X029350 Putative Ocs element-binding factor 1 5.532656712 L4_control_A2 +LQ04X029350 Putative Ocs element-binding factor 1 5.716680979 L4_control_A3 +LQ04X029350 Putative Ocs element-binding factor 1 5.664593783 L4_control_B1 +LQ04X029350 Putative Ocs element-binding factor 1 5.262953865 L4_control_B2 +LQ04X029350 Putative Ocs element-binding factor 1 5.3441653 L4_control_B3 +LQ04X029350 Putative Ocs element-binding factor 1 5.35127809 L4_control_C2 +LQ04X029350 Putative Ocs element-binding factor 1 5.751409946 L4_control_C3 +LQ04X029350 Putative Ocs element-binding factor 1 5.79125483 L4_chemical_A1 +LQ04X029350 Putative Ocs element-binding factor 1 6.187740179 L4_chemical_A2 +LQ04X029350 Putative Ocs element-binding factor 1 5.842210654 L4_chemical_A3 +LQ04X029350 Putative Ocs element-binding factor 1 5.634746718 L4_chemical_B1 +LQ04X029350 Putative Ocs element-binding factor 1 5.277736293 L4_chemical_B2 +LQ04X029350 Putative Ocs element-binding factor 1 5.275324078 L4_chemical_B3 +LQ04X029350 Putative Ocs element-binding factor 1 5.490631852 L4_chemical_C2 +LQ04X029350 Putative Ocs element-binding factor 1 5.515111098 L4_chemical_C3 +LQ04X029360 Seed maturation protein PM36 5.494171627 C6_control_A1 +LQ04X029360 Seed maturation protein PM36 5.412470266 C6_control_A3 +LQ04X029360 Seed maturation protein PM36 5.311338653 C6_control_B1 +LQ04X029360 Seed maturation protein PM36 5.645151087 C6_control_B2 +LQ04X029360 Seed maturation protein PM36 5.60011983 C6_control_B3 +LQ04X029360 Seed maturation protein PM36 5.580698707 C6_control_C1 +LQ04X029360 Seed maturation protein PM36 5.222090877 C6_control_C2 +LQ04X029360 Seed maturation protein PM36 5.703375395 C6_control_C3 +LQ04X029360 Seed maturation protein PM36 5.452954979 C6_chemical_A1 +LQ04X029360 Seed maturation protein PM36 5.79477664 C6_chemical_A3 +LQ04X029360 Seed maturation protein PM36 6.326847768 C6_chemical_B1 +LQ04X029360 Seed maturation protein PM36 5.50554409 C6_chemical_B2 +LQ04X029360 Seed maturation protein PM36 5.510656886 C6_chemical_B3 +LQ04X029360 Seed maturation protein PM36 5.442407526 C6_chemical_C1 +LQ04X029360 Seed maturation protein PM36 5.615591318 C6_chemical_C2 +LQ04X029360 Seed maturation protein PM36 5.800771922 C6_chemical_C3 +LQ04X029360 Seed maturation protein PM36 5.512316547 L4_control_A1 +LQ04X029360 Seed maturation protein PM36 5.250143761 L4_control_A2 +LQ04X029360 Seed maturation protein PM36 5.523654948 L4_control_A3 +LQ04X029360 Seed maturation protein PM36 5.495536853 L4_control_B1 +LQ04X029360 Seed maturation protein PM36 5.367985631 L4_control_B2 +LQ04X029360 Seed maturation protein PM36 5.694797848 L4_control_B3 +LQ04X029360 Seed maturation protein PM36 5.602086331 L4_control_C2 +LQ04X029360 Seed maturation protein PM36 5.439062552 L4_control_C3 +LQ04X029360 Seed maturation protein PM36 5.526957062 L4_chemical_A1 +LQ04X029360 Seed maturation protein PM36 5.879988699 L4_chemical_A2 +LQ04X029360 Seed maturation protein PM36 5.689078365 L4_chemical_A3 +LQ04X029360 Seed maturation protein PM36 5.383782046 L4_chemical_B1 +LQ04X029360 Seed maturation protein PM36 5.618967396 L4_chemical_B2 +LQ04X029360 Seed maturation protein PM36 5.508034134 L4_chemical_B3 +LQ04X029360 Seed maturation protein PM36 5.011458544 L4_chemical_C2 +LQ04X029360 Seed maturation protein PM36 4.865604667 L4_chemical_C3 +LQ04X029370 Nicotianamine synthase 5.123855272 C6_control_A1 +LQ04X029370 Nicotianamine synthase 5.207756292 C6_control_A3 +LQ04X029370 Nicotianamine synthase 5.374528458 C6_control_B1 +LQ04X029370 Nicotianamine synthase 4.943736128 C6_control_B2 +LQ04X029370 Nicotianamine synthase 5.040071465 C6_control_B3 +LQ04X029370 Nicotianamine synthase 4.888369028 C6_control_C1 +LQ04X029370 Nicotianamine synthase 4.89151571 C6_control_C2 +LQ04X029370 Nicotianamine synthase 5.492413823 C6_control_C3 +LQ04X029370 Nicotianamine synthase 4.881073616 C6_chemical_A1 +LQ04X029370 Nicotianamine synthase 5.032503008 C6_chemical_A3 +LQ04X029370 Nicotianamine synthase 5.367978089 C6_chemical_B1 +LQ04X029370 Nicotianamine synthase 4.809654146 C6_chemical_B2 +LQ04X029370 Nicotianamine synthase 4.853350158 C6_chemical_B3 +LQ04X029370 Nicotianamine synthase 4.931987852 C6_chemical_C1 +LQ04X029370 Nicotianamine synthase 4.770802786 C6_chemical_C2 +LQ04X029370 Nicotianamine synthase 5.063102882 C6_chemical_C3 +LQ04X029370 Nicotianamine synthase 5.178713332 L4_control_A1 +LQ04X029370 Nicotianamine synthase 5.309469125 L4_control_A2 +LQ04X029370 Nicotianamine synthase 5.29402327 L4_control_A3 +LQ04X029370 Nicotianamine synthase 5.627725377 L4_control_B1 +LQ04X029370 Nicotianamine synthase 4.866809657 L4_control_B2 +LQ04X029370 Nicotianamine synthase 5.467562079 L4_control_B3 +LQ04X029370 Nicotianamine synthase 5.354984464 L4_control_C2 +LQ04X029370 Nicotianamine synthase 5.278614139 L4_control_C3 +LQ04X029370 Nicotianamine synthase 5.25028503 L4_chemical_A1 +LQ04X029370 Nicotianamine synthase 5.266216696 L4_chemical_A2 +LQ04X029370 Nicotianamine synthase 5.509109088 L4_chemical_A3 +LQ04X029370 Nicotianamine synthase 5.502311862 L4_chemical_B1 +LQ04X029370 Nicotianamine synthase 4.776158858 L4_chemical_B2 +LQ04X029370 Nicotianamine synthase 5.148432543 L4_chemical_B3 +LQ04X029370 Nicotianamine synthase 5.451539882 L4_chemical_C2 +LQ04X029370 Nicotianamine synthase 5.282382078 L4_chemical_C3 +LQ04X029400 Ubiquitin carrier protein E2 32 12.7926426 C6_control_A1 +LQ04X029400 Ubiquitin carrier protein E2 32 12.96843951 C6_control_A3 +LQ04X029400 Ubiquitin carrier protein E2 32 13.20184404 C6_control_B1 +LQ04X029400 Ubiquitin carrier protein E2 32 12.86182869 C6_control_B2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.51299082 C6_control_B3 +LQ04X029400 Ubiquitin carrier protein E2 32 12.94501071 C6_control_C1 +LQ04X029400 Ubiquitin carrier protein E2 32 12.89915999 C6_control_C2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.47334418 C6_control_C3 +LQ04X029400 Ubiquitin carrier protein E2 32 12.93449898 C6_chemical_A1 +LQ04X029400 Ubiquitin carrier protein E2 32 13.19342245 C6_chemical_A3 +LQ04X029400 Ubiquitin carrier protein E2 32 13.21978618 C6_chemical_B1 +LQ04X029400 Ubiquitin carrier protein E2 32 12.93302765 C6_chemical_B2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.61094681 C6_chemical_B3 +LQ04X029400 Ubiquitin carrier protein E2 32 12.93689757 C6_chemical_C1 +LQ04X029400 Ubiquitin carrier protein E2 32 12.83384223 C6_chemical_C2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.41788384 C6_chemical_C3 +LQ04X029400 Ubiquitin carrier protein E2 32 13.01797842 L4_control_A1 +LQ04X029400 Ubiquitin carrier protein E2 32 13.23615614 L4_control_A2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.57598374 L4_control_A3 +LQ04X029400 Ubiquitin carrier protein E2 32 13.02617323 L4_control_B1 +LQ04X029400 Ubiquitin carrier protein E2 32 13.54373953 L4_control_B2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.20462351 L4_control_B3 +LQ04X029400 Ubiquitin carrier protein E2 32 13.46266122 L4_control_C2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.5758974 L4_control_C3 +LQ04X029400 Ubiquitin carrier protein E2 32 12.96870503 L4_chemical_A1 +LQ04X029400 Ubiquitin carrier protein E2 32 13.19141436 L4_chemical_A2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.48289984 L4_chemical_A3 +LQ04X029400 Ubiquitin carrier protein E2 32 13.46489926 L4_chemical_B1 +LQ04X029400 Ubiquitin carrier protein E2 32 13.36263235 L4_chemical_B2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.35248063 L4_chemical_B3 +LQ04X029400 Ubiquitin carrier protein E2 32 13.55022876 L4_chemical_C2 +LQ04X029400 Ubiquitin carrier protein E2 32 13.55451613 L4_chemical_C3 +LQ04X029430 Putative Universal stress protein A-like protein 13.8228664 C6_control_A1 +LQ04X029430 Putative Universal stress protein A-like protein 13.68716599 C6_control_A3 +LQ04X029430 Putative Universal stress protein A-like protein 13.60686968 C6_control_B1 +LQ04X029430 Putative Universal stress protein A-like protein 14.15697362 C6_control_B2 +LQ04X029430 Putative Universal stress protein A-like protein 14.16100441 C6_control_B3 +LQ04X029430 Putative Universal stress protein A-like protein 13.93869928 C6_control_C1 +LQ04X029430 Putative Universal stress protein A-like protein 13.90012939 C6_control_C2 +LQ04X029430 Putative Universal stress protein A-like protein 13.88284657 C6_control_C3 +LQ04X029430 Putative Universal stress protein A-like protein 14.0543633 C6_chemical_A1 +LQ04X029430 Putative Universal stress protein A-like protein 13.90443091 C6_chemical_A3 +LQ04X029430 Putative Universal stress protein A-like protein 13.78006881 C6_chemical_B1 +LQ04X029430 Putative Universal stress protein A-like protein 14.10563288 C6_chemical_B2 +LQ04X029430 Putative Universal stress protein A-like protein 14.17566726 C6_chemical_B3 +LQ04X029430 Putative Universal stress protein A-like protein 14.16527385 C6_chemical_C1 +LQ04X029430 Putative Universal stress protein A-like protein 14.04263813 C6_chemical_C2 +LQ04X029430 Putative Universal stress protein A-like protein 13.81533454 C6_chemical_C3 +LQ04X029430 Putative Universal stress protein A-like protein 13.77712254 L4_control_A1 +LQ04X029430 Putative Universal stress protein A-like protein 13.67020702 L4_control_A2 +LQ04X029430 Putative Universal stress protein A-like protein 13.65309538 L4_control_A3 +LQ04X029430 Putative Universal stress protein A-like protein 13.4235749 L4_control_B1 +LQ04X029430 Putative Universal stress protein A-like protein 12.92812241 L4_control_B2 +LQ04X029430 Putative Universal stress protein A-like protein 13.73512457 L4_control_B3 +LQ04X029430 Putative Universal stress protein A-like protein 13.12078869 L4_control_C2 +LQ04X029430 Putative Universal stress protein A-like protein 12.57218807 L4_control_C3 +LQ04X029430 Putative Universal stress protein A-like protein 13.83569679 L4_chemical_A1 +LQ04X029430 Putative Universal stress protein A-like protein 14.1515178 L4_chemical_A2 +LQ04X029430 Putative Universal stress protein A-like protein 13.67744794 L4_chemical_A3 +LQ04X029430 Putative Universal stress protein A-like protein 13.56832747 L4_chemical_B1 +LQ04X029430 Putative Universal stress protein A-like protein 13.34662476 L4_chemical_B2 +LQ04X029430 Putative Universal stress protein A-like protein 14.21230312 L4_chemical_B3 +LQ04X029430 Putative Universal stress protein A-like protein 13.21311293 L4_chemical_C2 +LQ04X029430 Putative Universal stress protein A-like protein 12.70348141 L4_chemical_C3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.74201648 C6_control_A1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.76830895 C6_control_A3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.52791614 C6_control_B1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.58157772 C6_control_B2 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.392679 C6_control_B3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.2430668 C6_control_C1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.16507357 C6_control_C2 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.10577875 C6_control_C3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.74352701 C6_chemical_A1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.89372233 C6_chemical_A3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.3230962 C6_chemical_B1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.58391839 C6_chemical_B2 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.35653624 C6_chemical_B3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.19764978 C6_chemical_C1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.09198535 C6_chemical_C2 +LQ04X029450 Aldehyde dehydrogenase 22A1 10.99001461 C6_chemical_C3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.9722825 L4_control_A1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.72779097 L4_control_A2 +LQ04X029450 Aldehyde dehydrogenase 22A1 12.44434343 L4_control_A3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.08887769 L4_control_B1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.07078981 L4_control_B2 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.16845992 L4_control_B3 +LQ04X029450 Aldehyde dehydrogenase 22A1 10.67576698 L4_control_C2 +LQ04X029450 Aldehyde dehydrogenase 22A1 10.60915716 L4_control_C3 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.70101676 L4_chemical_A1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.5064436 L4_chemical_A2 +LQ04X029450 Aldehyde dehydrogenase 22A1 12.21297892 L4_chemical_A3 +LQ04X029450 Aldehyde dehydrogenase 22A1 10.9702808 L4_chemical_B1 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.0469567 L4_chemical_B2 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.47590112 L4_chemical_B3 +LQ04X029450 Aldehyde dehydrogenase 22A1 10.94420806 L4_chemical_C2 +LQ04X029450 Aldehyde dehydrogenase 22A1 10.82813712 L4_chemical_C3 +LQ04X029460 Putative uncharacterized protein 4.659098983 C6_control_A1 +LQ04X029460 Putative uncharacterized protein 4.782897861 C6_control_A3 +LQ04X029460 Putative uncharacterized protein 4.868212968 C6_control_B1 +LQ04X029460 Putative uncharacterized protein 4.828945791 C6_control_B2 +LQ04X029460 Putative uncharacterized protein 4.928060883 C6_control_B3 +LQ04X029460 Putative uncharacterized protein 4.877628729 C6_control_C1 +LQ04X029460 Putative uncharacterized protein 4.638720096 C6_control_C2 +LQ04X029460 Putative uncharacterized protein 4.745299411 C6_control_C3 +LQ04X029460 Putative uncharacterized protein 4.773262932 C6_chemical_A1 +LQ04X029460 Putative uncharacterized protein 4.8762927 C6_chemical_A3 +LQ04X029460 Putative uncharacterized protein 4.933847357 C6_chemical_B1 +LQ04X029460 Putative uncharacterized protein 4.810444986 C6_chemical_B2 +LQ04X029460 Putative uncharacterized protein 4.864682174 C6_chemical_B3 +LQ04X029460 Putative uncharacterized protein 4.830388237 C6_chemical_C1 +LQ04X029460 Putative uncharacterized protein 4.672523808 C6_chemical_C2 +LQ04X029460 Putative uncharacterized protein 4.751078979 C6_chemical_C3 +LQ04X029460 Putative uncharacterized protein 4.820327586 L4_control_A1 +LQ04X029460 Putative uncharacterized protein 5.022136835 L4_control_A2 +LQ04X029460 Putative uncharacterized protein 5.859327224 L4_control_A3 +LQ04X029460 Putative uncharacterized protein 4.843877315 L4_control_B1 +LQ04X029460 Putative uncharacterized protein 5.055107118 L4_control_B2 +LQ04X029460 Putative uncharacterized protein 4.743406851 L4_control_B3 +LQ04X029460 Putative uncharacterized protein 4.833801367 L4_control_C2 +LQ04X029460 Putative uncharacterized protein 5.26022554 L4_control_C3 +LQ04X029460 Putative uncharacterized protein 4.816112797 L4_chemical_A1 +LQ04X029460 Putative uncharacterized protein 4.948088679 L4_chemical_A2 +LQ04X029460 Putative uncharacterized protein 5.804215642 L4_chemical_A3 +LQ04X029460 Putative uncharacterized protein 4.722839186 L4_chemical_B1 +LQ04X029460 Putative uncharacterized protein 5.030419662 L4_chemical_B2 +LQ04X029460 Putative uncharacterized protein 4.753439074 L4_chemical_B3 +LQ04X029460 Putative uncharacterized protein 5.083196337 L4_chemical_C2 +LQ04X029460 Putative uncharacterized protein 5.176752408 L4_chemical_C3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.40820464 C6_control_A1 +LQ04X029500 Pre-mRNA splicing factor, putative 11.54522413 C6_control_A3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.49088242 C6_control_B1 +LQ04X029500 Pre-mRNA splicing factor, putative 12.6689327 C6_control_B2 +LQ04X029500 Pre-mRNA splicing factor, putative 12.21070441 C6_control_B3 +LQ04X029500 Pre-mRNA splicing factor, putative 13.43317324 C6_control_C1 +LQ04X029500 Pre-mRNA splicing factor, putative 13.49526588 C6_control_C2 +LQ04X029500 Pre-mRNA splicing factor, putative 13.20449504 C6_control_C3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.5299678 C6_chemical_A1 +LQ04X029500 Pre-mRNA splicing factor, putative 11.99713487 C6_chemical_A3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.65026079 C6_chemical_B1 +LQ04X029500 Pre-mRNA splicing factor, putative 12.91460472 C6_chemical_B2 +LQ04X029500 Pre-mRNA splicing factor, putative 12.3563174 C6_chemical_B3 +LQ04X029500 Pre-mRNA splicing factor, putative 13.44830215 C6_chemical_C1 +LQ04X029500 Pre-mRNA splicing factor, putative 13.36867401 C6_chemical_C2 +LQ04X029500 Pre-mRNA splicing factor, putative 13.32450892 C6_chemical_C3 +LQ04X029500 Pre-mRNA splicing factor, putative 11.88278107 L4_control_A1 +LQ04X029500 Pre-mRNA splicing factor, putative 12.8539207 L4_control_A2 +LQ04X029500 Pre-mRNA splicing factor, putative 11.9690427 L4_control_A3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.94059813 L4_control_B1 +LQ04X029500 Pre-mRNA splicing factor, putative 13.27851098 L4_control_B2 +LQ04X029500 Pre-mRNA splicing factor, putative 12.62329742 L4_control_B3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.99396686 L4_control_C2 +LQ04X029500 Pre-mRNA splicing factor, putative 13.18359191 L4_control_C3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.08425825 L4_chemical_A1 +LQ04X029500 Pre-mRNA splicing factor, putative 12.98896408 L4_chemical_A2 +LQ04X029500 Pre-mRNA splicing factor, putative 11.94849643 L4_chemical_A3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.94662407 L4_chemical_B1 +LQ04X029500 Pre-mRNA splicing factor, putative 12.90184345 L4_chemical_B2 +LQ04X029500 Pre-mRNA splicing factor, putative 12.42311031 L4_chemical_B3 +LQ04X029500 Pre-mRNA splicing factor, putative 12.99538676 L4_chemical_C2 +LQ04X029500 Pre-mRNA splicing factor, putative 13.53259686 L4_chemical_C3 +LQ04X029510 Putative uncharacterized protein 4.715786651 C6_control_A1 +LQ04X029510 Putative uncharacterized protein 4.971337733 C6_control_A3 +LQ04X029510 Putative uncharacterized protein 4.697969149 C6_control_B1 +LQ04X029510 Putative uncharacterized protein 4.621603399 C6_control_B2 +LQ04X029510 Putative uncharacterized protein 4.857896361 C6_control_B3 +LQ04X029510 Putative uncharacterized protein 4.902150157 C6_control_C1 +LQ04X029510 Putative uncharacterized protein 4.670884924 C6_control_C2 +LQ04X029510 Putative uncharacterized protein 5.047128118 C6_control_C3 +LQ04X029510 Putative uncharacterized protein 4.565760738 C6_chemical_A1 +LQ04X029510 Putative uncharacterized protein 4.812527097 C6_chemical_A3 +LQ04X029510 Putative uncharacterized protein 4.694745367 C6_chemical_B1 +LQ04X029510 Putative uncharacterized protein 4.618416401 C6_chemical_B2 +LQ04X029510 Putative uncharacterized protein 4.726906896 C6_chemical_B3 +LQ04X029510 Putative uncharacterized protein 4.768096863 C6_chemical_C1 +LQ04X029510 Putative uncharacterized protein 4.779152544 C6_chemical_C2 +LQ04X029510 Putative uncharacterized protein 4.567981462 C6_chemical_C3 +LQ04X029510 Putative uncharacterized protein 4.607772326 L4_control_A1 +LQ04X029510 Putative uncharacterized protein 4.81525722 L4_control_A2 +LQ04X029510 Putative uncharacterized protein 4.696088132 L4_control_A3 +LQ04X029510 Putative uncharacterized protein 5.556073009 L4_control_B1 +LQ04X029510 Putative uncharacterized protein 6.032771056 L4_control_B2 +LQ04X029510 Putative uncharacterized protein 4.655082196 L4_control_B3 +LQ04X029510 Putative uncharacterized protein 4.969551943 L4_control_C2 +LQ04X029510 Putative uncharacterized protein 4.855129919 L4_control_C3 +LQ04X029510 Putative uncharacterized protein 4.908183774 L4_chemical_A1 +LQ04X029510 Putative uncharacterized protein 4.701923919 L4_chemical_A2 +LQ04X029510 Putative uncharacterized protein 4.965626118 L4_chemical_A3 +LQ04X029510 Putative uncharacterized protein 5.198978029 L4_chemical_B1 +LQ04X029510 Putative uncharacterized protein 5.302627726 L4_chemical_B2 +LQ04X029510 Putative uncharacterized protein 4.887065494 L4_chemical_B3 +LQ04X029510 Putative uncharacterized protein 5.190559798 L4_chemical_C2 +LQ04X029510 Putative uncharacterized protein 4.871490818 L4_chemical_C3 +LQ04X029570 Probable ATP-citrate synthase 5.303720836 C6_control_A1 +LQ04X029570 Probable ATP-citrate synthase 5.702693121 C6_control_A3 +LQ04X029570 Probable ATP-citrate synthase 5.289878565 C6_control_B1 +LQ04X029570 Probable ATP-citrate synthase 5.532687614 C6_control_B2 +LQ04X029570 Probable ATP-citrate synthase 5.16589722 C6_control_B3 +LQ04X029570 Probable ATP-citrate synthase 5.003985023 C6_control_C1 +LQ04X029570 Probable ATP-citrate synthase 5.438279587 C6_control_C2 +LQ04X029570 Probable ATP-citrate synthase 5.449468327 C6_control_C3 +LQ04X029570 Probable ATP-citrate synthase 5.405628569 C6_chemical_A1 +LQ04X029570 Probable ATP-citrate synthase 5.126977402 C6_chemical_A3 +LQ04X029570 Probable ATP-citrate synthase 5.53351713 C6_chemical_B1 +LQ04X029570 Probable ATP-citrate synthase 5.487789938 C6_chemical_B2 +LQ04X029570 Probable ATP-citrate synthase 5.256728869 C6_chemical_B3 +LQ04X029570 Probable ATP-citrate synthase 5.261355202 C6_chemical_C1 +LQ04X029570 Probable ATP-citrate synthase 5.206083951 C6_chemical_C2 +LQ04X029570 Probable ATP-citrate synthase 5.205466621 C6_chemical_C3 +LQ04X029570 Probable ATP-citrate synthase 5.834692032 L4_control_A1 +LQ04X029570 Probable ATP-citrate synthase 5.805585526 L4_control_A2 +LQ04X029570 Probable ATP-citrate synthase 5.393263624 L4_control_A3 +LQ04X029570 Probable ATP-citrate synthase 5.106326591 L4_control_B1 +LQ04X029570 Probable ATP-citrate synthase 5.136634801 L4_control_B2 +LQ04X029570 Probable ATP-citrate synthase 5.386146801 L4_control_B3 +LQ04X029570 Probable ATP-citrate synthase 5.393045487 L4_control_C2 +LQ04X029570 Probable ATP-citrate synthase 5.005672701 L4_control_C3 +LQ04X029570 Probable ATP-citrate synthase 4.792989536 L4_chemical_A1 +LQ04X029570 Probable ATP-citrate synthase 5.375673432 L4_chemical_A2 +LQ04X029570 Probable ATP-citrate synthase 5.395212909 L4_chemical_A3 +LQ04X029570 Probable ATP-citrate synthase 5.000261859 L4_chemical_B1 +LQ04X029570 Probable ATP-citrate synthase 5.166118307 L4_chemical_B2 +LQ04X029570 Probable ATP-citrate synthase 5.345058879 L4_chemical_B3 +LQ04X029570 Probable ATP-citrate synthase 5.415789384 L4_chemical_C2 +LQ04X029570 Probable ATP-citrate synthase 5.458021117 L4_chemical_C3 +LQ04X029580 Phytochrome B 11.49072746 C6_control_A1 +LQ04X029580 Phytochrome B 10.99322878 C6_control_A3 +LQ04X029580 Phytochrome B 11.91564677 C6_control_B1 +LQ04X029580 Phytochrome B 11.57866224 C6_control_B2 +LQ04X029580 Phytochrome B 11.90974195 C6_control_B3 +LQ04X029580 Phytochrome B 12.48597646 C6_control_C1 +LQ04X029580 Phytochrome B 12.42992831 C6_control_C2 +LQ04X029580 Phytochrome B 12.78829766 C6_control_C3 +LQ04X029580 Phytochrome B 11.50129601 C6_chemical_A1 +LQ04X029580 Phytochrome B 11.25060552 C6_chemical_A3 +LQ04X029580 Phytochrome B 11.879808 C6_chemical_B1 +LQ04X029580 Phytochrome B 11.4249943 C6_chemical_B2 +LQ04X029580 Phytochrome B 12.02605355 C6_chemical_B3 +LQ04X029580 Phytochrome B 12.5071721 C6_chemical_C1 +LQ04X029580 Phytochrome B 12.52704148 C6_chemical_C2 +LQ04X029580 Phytochrome B 12.33659249 C6_chemical_C3 +LQ04X029580 Phytochrome B 11.37263809 L4_control_A1 +LQ04X029580 Phytochrome B 11.66770883 L4_control_A2 +LQ04X029580 Phytochrome B 11.44178969 L4_control_A3 +LQ04X029580 Phytochrome B 12.40443872 L4_control_B1 +LQ04X029580 Phytochrome B 12.67045642 L4_control_B2 +LQ04X029580 Phytochrome B 11.96621953 L4_control_B3 +LQ04X029580 Phytochrome B 13.35966752 L4_control_C2 +LQ04X029580 Phytochrome B 13.22833423 L4_control_C3 +LQ04X029580 Phytochrome B 11.3597283 L4_chemical_A1 +LQ04X029580 Phytochrome B 12.0050842 L4_chemical_A2 +LQ04X029580 Phytochrome B 11.22007122 L4_chemical_A3 +LQ04X029580 Phytochrome B 12.46004647 L4_chemical_B1 +LQ04X029580 Phytochrome B 13.10364887 L4_chemical_B2 +LQ04X029580 Phytochrome B 11.78123856 L4_chemical_B3 +LQ04X029580 Phytochrome B 13.28374987 L4_chemical_C2 +LQ04X029580 Phytochrome B 13.36811112 L4_chemical_C3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.32396056 C6_control_A1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.72274801 C6_control_A3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.52355489 C6_control_B1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.03287103 C6_control_B2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.74807833 C6_control_B3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.29911646 C6_control_C1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.54630142 C6_control_C2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.45104032 C6_control_C3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.16441858 C6_chemical_A1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.70929155 C6_chemical_A3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.37482886 C6_chemical_B1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 12.88889517 C6_chemical_B2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.57877036 C6_chemical_B3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 12.9531039 C6_chemical_C1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.25535136 C6_chemical_C2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.36470184 C6_chemical_C3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.31477734 L4_control_A1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.53265641 L4_control_A2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.51106351 L4_control_A3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.63796083 L4_control_B1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.75441154 L4_control_B2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.49936554 L4_control_B3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.86042876 L4_control_C2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.99878405 L4_control_C3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.39165818 L4_chemical_A1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.6049742 L4_chemical_A2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.63132187 L4_chemical_A3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.95992282 L4_chemical_B1 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.55106756 L4_chemical_B2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.59537353 L4_chemical_B3 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.79093951 L4_chemical_C2 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.95986888 L4_chemical_C3 +LQ04X029670 Putative uncharacterized protein 5.273414503 C6_control_A1 +LQ04X029670 Putative uncharacterized protein 5.01473477 C6_control_A3 +LQ04X029670 Putative uncharacterized protein 5.994180774 C6_control_B1 +LQ04X029670 Putative uncharacterized protein 5.109071936 C6_control_B2 +LQ04X029670 Putative uncharacterized protein 5.258778481 C6_control_B3 +LQ04X029670 Putative uncharacterized protein 5.255064368 C6_control_C1 +LQ04X029670 Putative uncharacterized protein 5.087917793 C6_control_C2 +LQ04X029670 Putative uncharacterized protein 5.009249642 C6_control_C3 +LQ04X029670 Putative uncharacterized protein 4.791860159 C6_chemical_A1 +LQ04X029670 Putative uncharacterized protein 5.33287428 C6_chemical_A3 +LQ04X029670 Putative uncharacterized protein 5.37876291 C6_chemical_B1 +LQ04X029670 Putative uncharacterized protein 5.297297418 C6_chemical_B2 +LQ04X029670 Putative uncharacterized protein 5.220398748 C6_chemical_B3 +LQ04X029670 Putative uncharacterized protein 5.27002421 C6_chemical_C1 +LQ04X029670 Putative uncharacterized protein 5.254688001 C6_chemical_C2 +LQ04X029670 Putative uncharacterized protein 5.525792411 C6_chemical_C3 +LQ04X029670 Putative uncharacterized protein 5.35100916 L4_control_A1 +LQ04X029670 Putative uncharacterized protein 5.338604356 L4_control_A2 +LQ04X029670 Putative uncharacterized protein 5.301056547 L4_control_A3 +LQ04X029670 Putative uncharacterized protein 5.423280057 L4_control_B1 +LQ04X029670 Putative uncharacterized protein 5.146852603 L4_control_B2 +LQ04X029670 Putative uncharacterized protein 5.073941546 L4_control_B3 +LQ04X029670 Putative uncharacterized protein 5.431479749 L4_control_C2 +LQ04X029670 Putative uncharacterized protein 5.692325543 L4_control_C3 +LQ04X029670 Putative uncharacterized protein 5.347978307 L4_chemical_A1 +LQ04X029670 Putative uncharacterized protein 5.33646415 L4_chemical_A2 +LQ04X029670 Putative uncharacterized protein 5.214367281 L4_chemical_A3 +LQ04X029670 Putative uncharacterized protein 5.201294762 L4_chemical_B1 +LQ04X029670 Putative uncharacterized protein 4.961324214 L4_chemical_B2 +LQ04X029670 Putative uncharacterized protein 5.040261645 L4_chemical_B3 +LQ04X029670 Putative uncharacterized protein 5.112296208 L4_chemical_C2 +LQ04X029670 Putative uncharacterized protein 5.556170665 L4_chemical_C3 +LQ04X029690 Putative uncharacterized protein 10.37027587 C6_control_A1 +LQ04X029690 Putative uncharacterized protein 10.57393532 C6_control_A3 +LQ04X029690 Putative uncharacterized protein 10.07609245 C6_control_B1 +LQ04X029690 Putative uncharacterized protein 9.176440954 C6_control_B2 +LQ04X029690 Putative uncharacterized protein 10.02626723 C6_control_B3 +LQ04X029690 Putative uncharacterized protein 9.031599013 C6_control_C1 +LQ04X029690 Putative uncharacterized protein 9.897351872 C6_control_C2 +LQ04X029690 Putative uncharacterized protein 8.8023996 C6_control_C3 +LQ04X029690 Putative uncharacterized protein 11.03582727 C6_chemical_A1 +LQ04X029690 Putative uncharacterized protein 10.55607787 C6_chemical_A3 +LQ04X029690 Putative uncharacterized protein 10.76296023 C6_chemical_B1 +LQ04X029690 Putative uncharacterized protein 9.880605558 C6_chemical_B2 +LQ04X029690 Putative uncharacterized protein 10.42227343 C6_chemical_B3 +LQ04X029690 Putative uncharacterized protein 9.700338879 C6_chemical_C1 +LQ04X029690 Putative uncharacterized protein 9.548137742 C6_chemical_C2 +LQ04X029690 Putative uncharacterized protein 9.040573574 C6_chemical_C3 +LQ04X029690 Putative uncharacterized protein 10.67464992 L4_control_A1 +LQ04X029690 Putative uncharacterized protein 10.86857755 L4_control_A2 +LQ04X029690 Putative uncharacterized protein 11.61521892 L4_control_A3 +LQ04X029690 Putative uncharacterized protein 10.9752814 L4_control_B1 +LQ04X029690 Putative uncharacterized protein 11.944187 L4_control_B2 +LQ04X029690 Putative uncharacterized protein 10.12696832 L4_control_B3 +LQ04X029690 Putative uncharacterized protein 11.23974334 L4_control_C2 +LQ04X029690 Putative uncharacterized protein 11.4843039 L4_control_C3 +LQ04X029690 Putative uncharacterized protein 10.23543619 L4_chemical_A1 +LQ04X029690 Putative uncharacterized protein 10.94786377 L4_chemical_A2 +LQ04X029690 Putative uncharacterized protein 11.33807287 L4_chemical_A3 +LQ04X029690 Putative uncharacterized protein 11.54489707 L4_chemical_B1 +LQ04X029690 Putative uncharacterized protein 11.6861264 L4_chemical_B2 +LQ04X029690 Putative uncharacterized protein 10.20246928 L4_chemical_B3 +LQ04X029690 Putative uncharacterized protein 11.41566609 L4_chemical_C2 +LQ04X029690 Putative uncharacterized protein 11.18278312 L4_chemical_C3 +LQ04X029700 Putative Calmodulin-4 6.976475712 C6_control_A1 +LQ04X029700 Putative Calmodulin-4 6.482639195 C6_control_A3 +LQ04X029700 Putative Calmodulin-4 6.259075466 C6_control_B1 +LQ04X029700 Putative Calmodulin-4 5.603238887 C6_control_B2 +LQ04X029700 Putative Calmodulin-4 6.304645707 C6_control_B3 +LQ04X029700 Putative Calmodulin-4 5.359883932 C6_control_C1 +LQ04X029700 Putative Calmodulin-4 5.590101892 C6_control_C2 +LQ04X029700 Putative Calmodulin-4 5.634913954 C6_control_C3 +LQ04X029700 Putative Calmodulin-4 6.498995147 C6_chemical_A1 +LQ04X029700 Putative Calmodulin-4 6.732621293 C6_chemical_A3 +LQ04X029700 Putative Calmodulin-4 6.190475082 C6_chemical_B1 +LQ04X029700 Putative Calmodulin-4 5.819562859 C6_chemical_B2 +LQ04X029700 Putative Calmodulin-4 6.409090959 C6_chemical_B3 +LQ04X029700 Putative Calmodulin-4 5.067456209 C6_chemical_C1 +LQ04X029700 Putative Calmodulin-4 5.344604581 C6_chemical_C2 +LQ04X029700 Putative Calmodulin-4 5.438483734 C6_chemical_C3 +LQ04X029700 Putative Calmodulin-4 5.876822009 L4_control_A1 +LQ04X029700 Putative Calmodulin-4 6.97651375 L4_control_A2 +LQ04X029700 Putative Calmodulin-4 6.763050709 L4_control_A3 +LQ04X029700 Putative Calmodulin-4 6.142022799 L4_control_B1 +LQ04X029700 Putative Calmodulin-4 6.082952883 L4_control_B2 +LQ04X029700 Putative Calmodulin-4 6.000902427 L4_control_B3 +LQ04X029700 Putative Calmodulin-4 6.058344083 L4_control_C2 +LQ04X029700 Putative Calmodulin-4 4.669490408 L4_control_C3 +LQ04X029700 Putative Calmodulin-4 5.864470339 L4_chemical_A1 +LQ04X029700 Putative Calmodulin-4 6.668229788 L4_chemical_A2 +LQ04X029700 Putative Calmodulin-4 6.386677102 L4_chemical_A3 +LQ04X029700 Putative Calmodulin-4 6.651442966 L4_chemical_B1 +LQ04X029700 Putative Calmodulin-4 5.697205651 L4_chemical_B2 +LQ04X029700 Putative Calmodulin-4 6.145761067 L4_chemical_B3 +LQ04X029700 Putative Calmodulin-4 5.887782141 L4_chemical_C2 +LQ04X029700 Putative Calmodulin-4 5.921931555 L4_chemical_C3 +LQ04X029760 Hypothetical protein 5.296478329 C6_control_A1 +LQ04X029760 Hypothetical protein 4.95327651 C6_control_A3 +LQ04X029760 Hypothetical protein 5.206354878 C6_control_B1 +LQ04X029760 Hypothetical protein 5.619338872 C6_control_B2 +LQ04X029760 Hypothetical protein 5.496477673 C6_control_B3 +LQ04X029760 Hypothetical protein 5.667639627 C6_control_C1 +LQ04X029760 Hypothetical protein 5.039229456 C6_control_C2 +LQ04X029760 Hypothetical protein 5.204000772 C6_control_C3 +LQ04X029760 Hypothetical protein 5.59588599 C6_chemical_A1 +LQ04X029760 Hypothetical protein 5.309747562 C6_chemical_A3 +LQ04X029760 Hypothetical protein 5.52431096 C6_chemical_B1 +LQ04X029760 Hypothetical protein 5.377225704 C6_chemical_B2 +LQ04X029760 Hypothetical protein 5.762976789 C6_chemical_B3 +LQ04X029760 Hypothetical protein 5.155596817 C6_chemical_C1 +LQ04X029760 Hypothetical protein 5.236818672 C6_chemical_C2 +LQ04X029760 Hypothetical protein 5.46378347 C6_chemical_C3 +LQ04X029760 Hypothetical protein 5.169401981 L4_control_A1 +LQ04X029760 Hypothetical protein 5.025534747 L4_control_A2 +LQ04X029760 Hypothetical protein 4.95600885 L4_control_A3 +LQ04X029760 Hypothetical protein 5.131127993 L4_control_B1 +LQ04X029760 Hypothetical protein 5.137461129 L4_control_B2 +LQ04X029760 Hypothetical protein 5.088216273 L4_control_B3 +LQ04X029760 Hypothetical protein 5.377975372 L4_control_C2 +LQ04X029760 Hypothetical protein 5.454149995 L4_control_C3 +LQ04X029760 Hypothetical protein 5.327126226 L4_chemical_A1 +LQ04X029760 Hypothetical protein 5.273324542 L4_chemical_A2 +LQ04X029760 Hypothetical protein 5.236009104 L4_chemical_A3 +LQ04X029760 Hypothetical protein 4.984563922 L4_chemical_B1 +LQ04X029760 Hypothetical protein 5.582653085 L4_chemical_B2 +LQ04X029760 Hypothetical protein 4.820986861 L4_chemical_B3 +LQ04X029760 Hypothetical protein 4.802185398 L4_chemical_C2 +LQ04X029760 Hypothetical protein 5.390913126 L4_chemical_C3 +LQ04X029780 Transcription factor bHLH148 12.53439762 C6_control_A1 +LQ04X029780 Transcription factor bHLH148 11.97180531 C6_control_A3 +LQ04X029780 Transcription factor bHLH148 13.39061354 C6_control_B1 +LQ04X029780 Transcription factor bHLH148 13.15593837 C6_control_B2 +LQ04X029780 Transcription factor bHLH148 13.87090002 C6_control_B3 +LQ04X029780 Transcription factor bHLH148 12.96575636 C6_control_C1 +LQ04X029780 Transcription factor bHLH148 12.28271174 C6_control_C2 +LQ04X029780 Transcription factor bHLH148 13.39650959 C6_control_C3 +LQ04X029780 Transcription factor bHLH148 12.81473028 C6_chemical_A1 +LQ04X029780 Transcription factor bHLH148 13.15467106 C6_chemical_A3 +LQ04X029780 Transcription factor bHLH148 13.62112027 C6_chemical_B1 +LQ04X029780 Transcription factor bHLH148 13.03153994 C6_chemical_B2 +LQ04X029780 Transcription factor bHLH148 14.25688764 C6_chemical_B3 +LQ04X029780 Transcription factor bHLH148 13.03452927 C6_chemical_C1 +LQ04X029780 Transcription factor bHLH148 12.84138073 C6_chemical_C2 +LQ04X029780 Transcription factor bHLH148 13.71471512 C6_chemical_C3 +LQ04X029780 Transcription factor bHLH148 12.87507134 L4_control_A1 +LQ04X029780 Transcription factor bHLH148 13.34850076 L4_control_A2 +LQ04X029780 Transcription factor bHLH148 13.75733599 L4_control_A3 +LQ04X029780 Transcription factor bHLH148 14.19908918 L4_control_B1 +LQ04X029780 Transcription factor bHLH148 14.51873505 L4_control_B2 +LQ04X029780 Transcription factor bHLH148 13.76644461 L4_control_B3 +LQ04X029780 Transcription factor bHLH148 14.39207221 L4_control_C2 +LQ04X029780 Transcription factor bHLH148 14.01544535 L4_control_C3 +LQ04X029780 Transcription factor bHLH148 13.29134347 L4_chemical_A1 +LQ04X029780 Transcription factor bHLH148 14.03029799 L4_chemical_A2 +LQ04X029780 Transcription factor bHLH148 13.84557302 L4_chemical_A3 +LQ04X029780 Transcription factor bHLH148 14.40027416 L4_chemical_B1 +LQ04X029780 Transcription factor bHLH148 14.44383179 L4_chemical_B2 +LQ04X029780 Transcription factor bHLH148 13.96501938 L4_chemical_B3 +LQ04X029780 Transcription factor bHLH148 14.30325451 L4_chemical_C2 +LQ04X029780 Transcription factor bHLH148 13.84452443 L4_chemical_C3 +LQ04X029790 Probable prefoldin subunit 3 12.99624861 C6_control_A1 +LQ04X029790 Probable prefoldin subunit 3 13.34474671 C6_control_A3 +LQ04X029790 Probable prefoldin subunit 3 12.96628414 C6_control_B1 +LQ04X029790 Probable prefoldin subunit 3 12.71811497 C6_control_B2 +LQ04X029790 Probable prefoldin subunit 3 12.57993186 C6_control_B3 +LQ04X029790 Probable prefoldin subunit 3 12.68545208 C6_control_C1 +LQ04X029790 Probable prefoldin subunit 3 12.6458213 C6_control_C2 +LQ04X029790 Probable prefoldin subunit 3 12.69062813 C6_control_C3 +LQ04X029790 Probable prefoldin subunit 3 12.83694789 C6_chemical_A1 +LQ04X029790 Probable prefoldin subunit 3 13.35203043 C6_chemical_A3 +LQ04X029790 Probable prefoldin subunit 3 12.80251229 C6_chemical_B1 +LQ04X029790 Probable prefoldin subunit 3 12.60509399 C6_chemical_B2 +LQ04X029790 Probable prefoldin subunit 3 12.41735261 C6_chemical_B3 +LQ04X029790 Probable prefoldin subunit 3 12.78389266 C6_chemical_C1 +LQ04X029790 Probable prefoldin subunit 3 12.55505332 C6_chemical_C2 +LQ04X029790 Probable prefoldin subunit 3 12.93293205 C6_chemical_C3 +LQ04X029790 Probable prefoldin subunit 3 13.15589708 L4_control_A1 +LQ04X029790 Probable prefoldin subunit 3 13.01004498 L4_control_A2 +LQ04X029790 Probable prefoldin subunit 3 13.00371181 L4_control_A3 +LQ04X029790 Probable prefoldin subunit 3 12.83600953 L4_control_B1 +LQ04X029790 Probable prefoldin subunit 3 12.69820257 L4_control_B2 +LQ04X029790 Probable prefoldin subunit 3 12.610657 L4_control_B3 +LQ04X029790 Probable prefoldin subunit 3 13.04052975 L4_control_C2 +LQ04X029790 Probable prefoldin subunit 3 13.22855222 L4_control_C3 +LQ04X029790 Probable prefoldin subunit 3 13.18663757 L4_chemical_A1 +LQ04X029790 Probable prefoldin subunit 3 12.84631882 L4_chemical_A2 +LQ04X029790 Probable prefoldin subunit 3 13.04235138 L4_chemical_A3 +LQ04X029790 Probable prefoldin subunit 3 12.92179291 L4_chemical_B1 +LQ04X029790 Probable prefoldin subunit 3 12.74700528 L4_chemical_B2 +LQ04X029790 Probable prefoldin subunit 3 13.01772239 L4_chemical_B3 +LQ04X029790 Probable prefoldin subunit 3 12.83860037 L4_chemical_C2 +LQ04X029790 Probable prefoldin subunit 3 13.12251938 L4_chemical_C3 +LQ04X029800 WRKY transcription factor 31 7.449905658 C6_control_A1 +LQ04X029800 WRKY transcription factor 31 7.263203508 C6_control_A3 +LQ04X029800 WRKY transcription factor 31 7.841113388 C6_control_B1 +LQ04X029800 WRKY transcription factor 31 7.934083288 C6_control_B2 +LQ04X029800 WRKY transcription factor 31 8.753765243 C6_control_B3 +LQ04X029800 WRKY transcription factor 31 9.423370775 C6_control_C1 +LQ04X029800 WRKY transcription factor 31 8.707411642 C6_control_C2 +LQ04X029800 WRKY transcription factor 31 9.029242207 C6_control_C3 +LQ04X029800 WRKY transcription factor 31 7.442116695 C6_chemical_A1 +LQ04X029800 WRKY transcription factor 31 8.4159457 C6_chemical_A3 +LQ04X029800 WRKY transcription factor 31 7.90291733 C6_chemical_B1 +LQ04X029800 WRKY transcription factor 31 7.20359787 C6_chemical_B2 +LQ04X029800 WRKY transcription factor 31 7.982639276 C6_chemical_B3 +LQ04X029800 WRKY transcription factor 31 9.079668782 C6_chemical_C1 +LQ04X029800 WRKY transcription factor 31 9.049285562 C6_chemical_C2 +LQ04X029800 WRKY transcription factor 31 8.816136923 C6_chemical_C3 +LQ04X029800 WRKY transcription factor 31 8.493320092 L4_control_A1 +LQ04X029800 WRKY transcription factor 31 8.491668279 L4_control_A2 +LQ04X029800 WRKY transcription factor 31 8.850366234 L4_control_A3 +LQ04X029800 WRKY transcription factor 31 9.02090815 L4_control_B1 +LQ04X029800 WRKY transcription factor 31 9.252224467 L4_control_B2 +LQ04X029800 WRKY transcription factor 31 8.598908616 L4_control_B3 +LQ04X029800 WRKY transcription factor 31 10.94618035 L4_control_C2 +LQ04X029800 WRKY transcription factor 31 11.0580788 L4_control_C3 +LQ04X029800 WRKY transcription factor 31 9.23559471 L4_chemical_A1 +LQ04X029800 WRKY transcription factor 31 8.69095712 L4_chemical_A2 +LQ04X029800 WRKY transcription factor 31 9.223884365 L4_chemical_A3 +LQ04X029800 WRKY transcription factor 31 9.337123739 L4_chemical_B1 +LQ04X029800 WRKY transcription factor 31 9.022955993 L4_chemical_B2 +LQ04X029800 WRKY transcription factor 31 8.184439812 L4_chemical_B3 +LQ04X029800 WRKY transcription factor 31 10.45068138 L4_chemical_C2 +LQ04X029800 WRKY transcription factor 31 11.08123899 L4_chemical_C3 +LQ04X029810 Hypothetical protein 5.419566036 C6_control_A1 +LQ04X029810 Hypothetical protein 4.977138334 C6_control_A3 +LQ04X029810 Hypothetical protein 5.058514014 C6_control_B1 +LQ04X029810 Hypothetical protein 5.497197425 C6_control_B2 +LQ04X029810 Hypothetical protein 5.188872907 C6_control_B3 +LQ04X029810 Hypothetical protein 5.764374116 C6_control_C1 +LQ04X029810 Hypothetical protein 5.261051189 C6_control_C2 +LQ04X029810 Hypothetical protein 5.56232846 C6_control_C3 +LQ04X029810 Hypothetical protein 5.554563056 C6_chemical_A1 +LQ04X029810 Hypothetical protein 5.171145263 C6_chemical_A3 +LQ04X029810 Hypothetical protein 5.289697626 C6_chemical_B1 +LQ04X029810 Hypothetical protein 5.536668845 C6_chemical_B2 +LQ04X029810 Hypothetical protein 5.432727554 C6_chemical_B3 +LQ04X029810 Hypothetical protein 5.902294384 C6_chemical_C1 +LQ04X029810 Hypothetical protein 6.005374092 C6_chemical_C2 +LQ04X029810 Hypothetical protein 5.394059914 C6_chemical_C3 +LQ04X029810 Hypothetical protein 4.89689222 L4_control_A1 +LQ04X029810 Hypothetical protein 5.149182867 L4_control_A2 +LQ04X029810 Hypothetical protein 5.446915562 L4_control_A3 +LQ04X029810 Hypothetical protein 5.465012052 L4_control_B1 +LQ04X029810 Hypothetical protein 5.350767922 L4_control_B2 +LQ04X029810 Hypothetical protein 5.177927769 L4_control_B3 +LQ04X029810 Hypothetical protein 5.164302178 L4_control_C2 +LQ04X029810 Hypothetical protein 6.037165907 L4_control_C3 +LQ04X029810 Hypothetical protein 5.41305108 L4_chemical_A1 +LQ04X029810 Hypothetical protein 5.324493727 L4_chemical_A2 +LQ04X029810 Hypothetical protein 5.201826501 L4_chemical_A3 +LQ04X029810 Hypothetical protein 5.563683271 L4_chemical_B1 +LQ04X029810 Hypothetical protein 5.950305837 L4_chemical_B2 +LQ04X029810 Hypothetical protein 5.058199065 L4_chemical_B3 +LQ04X029810 Hypothetical protein 5.786573836 L4_chemical_C2 +LQ04X029810 Hypothetical protein 5.201302108 L4_chemical_C3 +LQ04X029830 Putative Flowering time control protein FCA 4.950679928 C6_control_A1 +LQ04X029830 Putative Flowering time control protein FCA 5.497616263 C6_control_A3 +LQ04X029830 Putative Flowering time control protein FCA 5.272908953 C6_control_B1 +LQ04X029830 Putative Flowering time control protein FCA 5.135110188 C6_control_B2 +LQ04X029830 Putative Flowering time control protein FCA 4.912114824 C6_control_B3 +LQ04X029830 Putative Flowering time control protein FCA 5.081799152 C6_control_C1 +LQ04X029830 Putative Flowering time control protein FCA 5.103299473 C6_control_C2 +LQ04X029830 Putative Flowering time control protein FCA 4.839141055 C6_control_C3 +LQ04X029830 Putative Flowering time control protein FCA 5.201920679 C6_chemical_A1 +LQ04X029830 Putative Flowering time control protein FCA 5.535214847 C6_chemical_A3 +LQ04X029830 Putative Flowering time control protein FCA 5.011089121 C6_chemical_B1 +LQ04X029830 Putative Flowering time control protein FCA 5.110983116 C6_chemical_B2 +LQ04X029830 Putative Flowering time control protein FCA 4.96816155 C6_chemical_B3 +LQ04X029830 Putative Flowering time control protein FCA 4.850087691 C6_chemical_C1 +LQ04X029830 Putative Flowering time control protein FCA 5.359276782 C6_chemical_C2 +LQ04X029830 Putative Flowering time control protein FCA 4.853816125 C6_chemical_C3 +LQ04X029830 Putative Flowering time control protein FCA 4.942487011 L4_control_A1 +LQ04X029830 Putative Flowering time control protein FCA 5.423466503 L4_control_A2 +LQ04X029830 Putative Flowering time control protein FCA 5.457223186 L4_control_A3 +LQ04X029830 Putative Flowering time control protein FCA 5.603049676 L4_control_B1 +LQ04X029830 Putative Flowering time control protein FCA 5.532160868 L4_control_B2 +LQ04X029830 Putative Flowering time control protein FCA 5.057766926 L4_control_B3 +LQ04X029830 Putative Flowering time control protein FCA 4.987757407 L4_control_C2 +LQ04X029830 Putative Flowering time control protein FCA 5.350306637 L4_control_C3 +LQ04X029830 Putative Flowering time control protein FCA 5.504730036 L4_chemical_A1 +LQ04X029830 Putative Flowering time control protein FCA 5.363670626 L4_chemical_A2 +LQ04X029830 Putative Flowering time control protein FCA 6.014027916 L4_chemical_A3 +LQ04X029830 Putative Flowering time control protein FCA 6.077299504 L4_chemical_B1 +LQ04X029830 Putative Flowering time control protein FCA 5.247168757 L4_chemical_B2 +LQ04X029830 Putative Flowering time control protein FCA 4.983578798 L4_chemical_B3 +LQ04X029830 Putative Flowering time control protein FCA 4.516603997 L4_chemical_C2 +LQ04X029830 Putative Flowering time control protein FCA 5.578349801 L4_chemical_C3 +LQ04X029850 Galactokinase 12.61525026 C6_control_A1 +LQ04X029850 Galactokinase 12.55965469 C6_control_A3 +LQ04X029850 Galactokinase 12.23236888 C6_control_B1 +LQ04X029850 Galactokinase 12.47276788 C6_control_B2 +LQ04X029850 Galactokinase 12.30279807 C6_control_B3 +LQ04X029850 Galactokinase 12.52990282 C6_control_C1 +LQ04X029850 Galactokinase 12.67089822 C6_control_C2 +LQ04X029850 Galactokinase 12.28939918 C6_control_C3 +LQ04X029850 Galactokinase 12.66387336 C6_chemical_A1 +LQ04X029850 Galactokinase 12.44923737 C6_chemical_A3 +LQ04X029850 Galactokinase 12.36768703 C6_chemical_B1 +LQ04X029850 Galactokinase 12.68818302 C6_chemical_B2 +LQ04X029850 Galactokinase 12.14926118 C6_chemical_B3 +LQ04X029850 Galactokinase 12.66550727 C6_chemical_C1 +LQ04X029850 Galactokinase 12.53308745 C6_chemical_C2 +LQ04X029850 Galactokinase 12.3422516 C6_chemical_C3 +LQ04X029850 Galactokinase 12.59526026 L4_control_A1 +LQ04X029850 Galactokinase 12.4674884 L4_control_A2 +LQ04X029850 Galactokinase 12.63052732 L4_control_A3 +LQ04X029850 Galactokinase 11.70837053 L4_control_B1 +LQ04X029850 Galactokinase 11.66257026 L4_control_B2 +LQ04X029850 Galactokinase 12.01861812 L4_control_B3 +LQ04X029850 Galactokinase 11.86434997 L4_control_C2 +LQ04X029850 Galactokinase 11.73595089 L4_control_C3 +LQ04X029850 Galactokinase 13.27886076 L4_chemical_A1 +LQ04X029850 Galactokinase 12.85007262 L4_chemical_A2 +LQ04X029850 Galactokinase 12.98228774 L4_chemical_A3 +LQ04X029850 Galactokinase 12.14214055 L4_chemical_B1 +LQ04X029850 Galactokinase 11.70479149 L4_chemical_B2 +LQ04X029850 Galactokinase 12.25456087 L4_chemical_B3 +LQ04X029850 Galactokinase 11.8638823 L4_chemical_C2 +LQ04X029850 Galactokinase 12.2281836 L4_chemical_C3 +LQ04X029900 Putative Pectinesterase inhibitor 5.083907944 C6_control_A1 +LQ04X029900 Putative Pectinesterase inhibitor 5.10837176 C6_control_A3 +LQ04X029900 Putative Pectinesterase inhibitor 4.908109977 C6_control_B1 +LQ04X029900 Putative Pectinesterase inhibitor 5.378016825 C6_control_B2 +LQ04X029900 Putative Pectinesterase inhibitor 5.473219797 C6_control_B3 +LQ04X029900 Putative Pectinesterase inhibitor 5.204223961 C6_control_C1 +LQ04X029900 Putative Pectinesterase inhibitor 5.24694446 C6_control_C2 +LQ04X029900 Putative Pectinesterase inhibitor 5.447649968 C6_control_C3 +LQ04X029900 Putative Pectinesterase inhibitor 5.525839626 C6_chemical_A1 +LQ04X029900 Putative Pectinesterase inhibitor 5.387426997 C6_chemical_A3 +LQ04X029900 Putative Pectinesterase inhibitor 5.170041104 C6_chemical_B1 +LQ04X029900 Putative Pectinesterase inhibitor 5.263287949 C6_chemical_B2 +LQ04X029900 Putative Pectinesterase inhibitor 5.360053726 C6_chemical_B3 +LQ04X029900 Putative Pectinesterase inhibitor 5.116466219 C6_chemical_C1 +LQ04X029900 Putative Pectinesterase inhibitor 5.397863439 C6_chemical_C2 +LQ04X029900 Putative Pectinesterase inhibitor 5.675108392 C6_chemical_C3 +LQ04X029900 Putative Pectinesterase inhibitor 5.334683427 L4_control_A1 +LQ04X029900 Putative Pectinesterase inhibitor 5.191885184 L4_control_A2 +LQ04X029900 Putative Pectinesterase inhibitor 5.88057227 L4_control_A3 +LQ04X029900 Putative Pectinesterase inhibitor 5.525974107 L4_control_B1 +LQ04X029900 Putative Pectinesterase inhibitor 5.306419142 L4_control_B2 +LQ04X029900 Putative Pectinesterase inhibitor 4.942646061 L4_control_B3 +LQ04X029900 Putative Pectinesterase inhibitor 5.274579255 L4_control_C2 +LQ04X029900 Putative Pectinesterase inhibitor 4.883054832 L4_control_C3 +LQ04X029900 Putative Pectinesterase inhibitor 5.159816788 L4_chemical_A1 +LQ04X029900 Putative Pectinesterase inhibitor 5.592259559 L4_chemical_A2 +LQ04X029900 Putative Pectinesterase inhibitor 5.60984452 L4_chemical_A3 +LQ04X029900 Putative Pectinesterase inhibitor 5.222121424 L4_chemical_B1 +LQ04X029900 Putative Pectinesterase inhibitor 5.378472331 L4_chemical_B2 +LQ04X029900 Putative Pectinesterase inhibitor 5.498585214 L4_chemical_B3 +LQ04X029900 Putative Pectinesterase inhibitor 5.89051645 L4_chemical_C2 +LQ04X029900 Putative Pectinesterase inhibitor 4.958892998 L4_chemical_C3 +LQ04X029920 Predicted protein 5.540720496 C6_control_A1 +LQ04X029920 Predicted protein 5.58109804 C6_control_A3 +LQ04X029920 Predicted protein 6.159163479 C6_control_B1 +LQ04X029920 Predicted protein 6.132210095 C6_control_B2 +LQ04X029920 Predicted protein 6.143198721 C6_control_B3 +LQ04X029920 Predicted protein 6.287498418 C6_control_C1 +LQ04X029920 Predicted protein 6.134039918 C6_control_C2 +LQ04X029920 Predicted protein 6.669686983 C6_control_C3 +LQ04X029920 Predicted protein 5.687749299 C6_chemical_A1 +LQ04X029920 Predicted protein 5.74952449 C6_chemical_A3 +LQ04X029920 Predicted protein 6.263089717 C6_chemical_B1 +LQ04X029920 Predicted protein 6.097086387 C6_chemical_B2 +LQ04X029920 Predicted protein 5.78137325 C6_chemical_B3 +LQ04X029920 Predicted protein 5.963574673 C6_chemical_C1 +LQ04X029920 Predicted protein 5.891706752 C6_chemical_C2 +LQ04X029920 Predicted protein 6.35134858 C6_chemical_C3 +LQ04X029920 Predicted protein 5.899587904 L4_control_A1 +LQ04X029920 Predicted protein 5.374396523 L4_control_A2 +LQ04X029920 Predicted protein 5.38899768 L4_control_A3 +LQ04X029920 Predicted protein 6.168199677 L4_control_B1 +LQ04X029920 Predicted protein 5.967933447 L4_control_B2 +LQ04X029920 Predicted protein 6.257960825 L4_control_B3 +LQ04X029920 Predicted protein 6.070288967 L4_control_C2 +LQ04X029920 Predicted protein 6.230464219 L4_control_C3 +LQ04X029920 Predicted protein 5.762659619 L4_chemical_A1 +LQ04X029920 Predicted protein 5.829255501 L4_chemical_A2 +LQ04X029920 Predicted protein 5.729629687 L4_chemical_A3 +LQ04X029920 Predicted protein 6.503452928 L4_chemical_B1 +LQ04X029920 Predicted protein 6.22756077 L4_chemical_B2 +LQ04X029920 Predicted protein 5.76593917 L4_chemical_B3 +LQ04X029920 Predicted protein 6.012419097 L4_chemical_C2 +LQ04X029920 Predicted protein 6.201013003 L4_chemical_C3 +LQ04X029930 Hypothetical protein 13.42725891 C6_control_A1 +LQ04X029930 Hypothetical protein 13.8282393 C6_control_A3 +LQ04X029930 Hypothetical protein 12.43990545 C6_control_B1 +LQ04X029930 Hypothetical protein 12.23686974 C6_control_B2 +LQ04X029930 Hypothetical protein 12.16026076 C6_control_B3 +LQ04X029930 Hypothetical protein 12.44042724 C6_control_C1 +LQ04X029930 Hypothetical protein 12.42087782 C6_control_C2 +LQ04X029930 Hypothetical protein 12.72031662 C6_control_C3 +LQ04X029930 Hypothetical protein 13.22367772 C6_chemical_A1 +LQ04X029930 Hypothetical protein 13.82412225 C6_chemical_A3 +LQ04X029930 Hypothetical protein 12.15428155 C6_chemical_B1 +LQ04X029930 Hypothetical protein 12.18483821 C6_chemical_B2 +LQ04X029930 Hypothetical protein 12.00110784 C6_chemical_B3 +LQ04X029930 Hypothetical protein 12.31702284 C6_chemical_C1 +LQ04X029930 Hypothetical protein 12.33353288 C6_chemical_C2 +LQ04X029930 Hypothetical protein 12.46647275 C6_chemical_C3 +LQ04X029930 Hypothetical protein 13.8579782 L4_control_A1 +LQ04X029930 Hypothetical protein 12.95944975 L4_control_A2 +LQ04X029930 Hypothetical protein 13.80141556 L4_control_A3 +LQ04X029930 Hypothetical protein 11.46245984 L4_control_B1 +LQ04X029930 Hypothetical protein 11.67045025 L4_control_B2 +LQ04X029930 Hypothetical protein 12.33954254 L4_control_B3 +LQ04X029930 Hypothetical protein 12.53947094 L4_control_C2 +LQ04X029930 Hypothetical protein 12.631488 L4_control_C3 +LQ04X029930 Hypothetical protein 13.09401675 L4_chemical_A1 +LQ04X029930 Hypothetical protein 12.61666788 L4_chemical_A2 +LQ04X029930 Hypothetical protein 13.51125385 L4_chemical_A3 +LQ04X029930 Hypothetical protein 12.14856642 L4_chemical_B1 +LQ04X029930 Hypothetical protein 11.7647911 L4_chemical_B2 +LQ04X029930 Hypothetical protein 12.76623442 L4_chemical_B3 +LQ04X029930 Hypothetical protein 12.37660543 L4_chemical_C2 +LQ04X029930 Hypothetical protein 12.32399378 L4_chemical_C3 +LQ04X029960 Putative Transmembrane protein 93 13.74124666 C6_control_A1 +LQ04X029960 Putative Transmembrane protein 93 13.69349883 C6_control_A3 +LQ04X029960 Putative Transmembrane protein 93 13.52902281 C6_control_B1 +LQ04X029960 Putative Transmembrane protein 93 13.51262625 C6_control_B2 +LQ04X029960 Putative Transmembrane protein 93 13.55359675 C6_control_B3 +LQ04X029960 Putative Transmembrane protein 93 13.05628308 C6_control_C1 +LQ04X029960 Putative Transmembrane protein 93 13.27316485 C6_control_C2 +LQ04X029960 Putative Transmembrane protein 93 13.2787025 C6_control_C3 +LQ04X029960 Putative Transmembrane protein 93 13.64622164 C6_chemical_A1 +LQ04X029960 Putative Transmembrane protein 93 13.29911978 C6_chemical_A3 +LQ04X029960 Putative Transmembrane protein 93 13.42698327 C6_chemical_B1 +LQ04X029960 Putative Transmembrane protein 93 13.49964056 C6_chemical_B2 +LQ04X029960 Putative Transmembrane protein 93 13.25403146 C6_chemical_B3 +LQ04X029960 Putative Transmembrane protein 93 13.14346139 C6_chemical_C1 +LQ04X029960 Putative Transmembrane protein 93 13.18781503 C6_chemical_C2 +LQ04X029960 Putative Transmembrane protein 93 12.74153833 C6_chemical_C3 +LQ04X029960 Putative Transmembrane protein 93 13.63141019 L4_control_A1 +LQ04X029960 Putative Transmembrane protein 93 13.49649914 L4_control_A2 +LQ04X029960 Putative Transmembrane protein 93 13.76526102 L4_control_A3 +LQ04X029960 Putative Transmembrane protein 93 13.39652092 L4_control_B1 +LQ04X029960 Putative Transmembrane protein 93 12.78490903 L4_control_B2 +LQ04X029960 Putative Transmembrane protein 93 13.11857007 L4_control_B3 +LQ04X029960 Putative Transmembrane protein 93 12.90482852 L4_control_C2 +LQ04X029960 Putative Transmembrane protein 93 13.237356 L4_control_C3 +LQ04X029960 Putative Transmembrane protein 93 13.99834769 L4_chemical_A1 +LQ04X029960 Putative Transmembrane protein 93 13.50737032 L4_chemical_A2 +LQ04X029960 Putative Transmembrane protein 93 13.92581621 L4_chemical_A3 +LQ04X029960 Putative Transmembrane protein 93 13.328343 L4_chemical_B1 +LQ04X029960 Putative Transmembrane protein 93 13.28562504 L4_chemical_B2 +LQ04X029960 Putative Transmembrane protein 93 13.15451622 L4_chemical_B3 +LQ04X029960 Putative Transmembrane protein 93 12.96560269 L4_chemical_C2 +LQ04X029960 Putative Transmembrane protein 93 13.10279413 L4_chemical_C3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.663401075 C6_control_A1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.471260558 C6_control_A3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.446199745 C6_control_B1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.943925478 C6_control_B2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.354121238 C6_control_B3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 9.720076816 C6_control_C1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 10.10083108 C6_control_C2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 10.02001459 C6_control_C3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.444090079 C6_chemical_A1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.746193357 C6_chemical_A3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.059051388 C6_chemical_B1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.987921812 C6_chemical_B2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.179225982 C6_chemical_B3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 9.83140126 C6_chemical_C1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 9.910509739 C6_chemical_C2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 9.52955189 C6_chemical_C3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.219285227 L4_control_A1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.072256015 L4_control_A2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 6.095172335 L4_control_A3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 7.586113317 L4_control_B1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 7.976196584 L4_control_B2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.894575306 L4_control_B3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.367295524 L4_control_C2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.980623907 L4_control_C3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.396927247 L4_chemical_A1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.447835696 L4_chemical_A2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 6.365675406 L4_chemical_A3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 7.397304407 L4_chemical_B1 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 7.59686789 L4_chemical_B2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.081914043 L4_chemical_B3 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.88823682 L4_chemical_C2 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 9.356354712 L4_chemical_C3 +LQ04X029980 Desiccation-related protein PCC13-62 5.565446063 C6_control_A1 +LQ04X029980 Desiccation-related protein PCC13-62 5.118624933 C6_control_A3 +LQ04X029980 Desiccation-related protein PCC13-62 5.807140235 C6_control_B1 +LQ04X029980 Desiccation-related protein PCC13-62 5.319997647 C6_control_B2 +LQ04X029980 Desiccation-related protein PCC13-62 6.088093452 C6_control_B3 +LQ04X029980 Desiccation-related protein PCC13-62 5.599512261 C6_control_C1 +LQ04X029980 Desiccation-related protein PCC13-62 5.425803401 C6_control_C2 +LQ04X029980 Desiccation-related protein PCC13-62 6.240641944 C6_control_C3 +LQ04X029980 Desiccation-related protein PCC13-62 5.57813669 C6_chemical_A1 +LQ04X029980 Desiccation-related protein PCC13-62 5.768487336 C6_chemical_A3 +LQ04X029980 Desiccation-related protein PCC13-62 5.8845402 C6_chemical_B1 +LQ04X029980 Desiccation-related protein PCC13-62 5.362482243 C6_chemical_B2 +LQ04X029980 Desiccation-related protein PCC13-62 5.322202939 C6_chemical_B3 +LQ04X029980 Desiccation-related protein PCC13-62 5.501043323 C6_chemical_C1 +LQ04X029980 Desiccation-related protein PCC13-62 5.742680576 C6_chemical_C2 +LQ04X029980 Desiccation-related protein PCC13-62 5.980051891 C6_chemical_C3 +LQ04X029980 Desiccation-related protein PCC13-62 5.512610506 L4_control_A1 +LQ04X029980 Desiccation-related protein PCC13-62 5.789519591 L4_control_A2 +LQ04X029980 Desiccation-related protein PCC13-62 5.820448626 L4_control_A3 +LQ04X029980 Desiccation-related protein PCC13-62 5.192194476 L4_control_B1 +LQ04X029980 Desiccation-related protein PCC13-62 5.955693491 L4_control_B2 +LQ04X029980 Desiccation-related protein PCC13-62 5.999757179 L4_control_B3 +LQ04X029980 Desiccation-related protein PCC13-62 5.949829827 L4_control_C2 +LQ04X029980 Desiccation-related protein PCC13-62 5.43495808 L4_control_C3 +LQ04X029980 Desiccation-related protein PCC13-62 5.618391686 L4_chemical_A1 +LQ04X029980 Desiccation-related protein PCC13-62 5.78933254 L4_chemical_A2 +LQ04X029980 Desiccation-related protein PCC13-62 5.103547857 L4_chemical_A3 +LQ04X029980 Desiccation-related protein PCC13-62 5.393917958 L4_chemical_B1 +LQ04X029980 Desiccation-related protein PCC13-62 5.746321316 L4_chemical_B2 +LQ04X029980 Desiccation-related protein PCC13-62 5.286160278 L4_chemical_B3 +LQ04X029980 Desiccation-related protein PCC13-62 5.92503418 L4_chemical_C2 +LQ04X029980 Desiccation-related protein PCC13-62 5.667925723 L4_chemical_C3 +LQ04X030000 Putative uncharacterized protein 10.91325557 C6_control_A1 +LQ04X030000 Putative uncharacterized protein 10.75012852 C6_control_A3 +LQ04X030000 Putative uncharacterized protein 11.31655084 C6_control_B1 +LQ04X030000 Putative uncharacterized protein 10.45764698 C6_control_B2 +LQ04X030000 Putative uncharacterized protein 11.19609034 C6_control_B3 +LQ04X030000 Putative uncharacterized protein 10.66612391 C6_control_C1 +LQ04X030000 Putative uncharacterized protein 10.86627641 C6_control_C2 +LQ04X030000 Putative uncharacterized protein 10.01427346 C6_control_C3 +LQ04X030000 Putative uncharacterized protein 10.83469281 C6_chemical_A1 +LQ04X030000 Putative uncharacterized protein 10.79423531 C6_chemical_A3 +LQ04X030000 Putative uncharacterized protein 11.27510468 C6_chemical_B1 +LQ04X030000 Putative uncharacterized protein 10.4952228 C6_chemical_B2 +LQ04X030000 Putative uncharacterized protein 10.86006538 C6_chemical_B3 +LQ04X030000 Putative uncharacterized protein 10.79032478 C6_chemical_C1 +LQ04X030000 Putative uncharacterized protein 11.13191506 C6_chemical_C2 +LQ04X030000 Putative uncharacterized protein 10.64496445 C6_chemical_C3 +LQ04X030000 Putative uncharacterized protein 10.56086439 L4_control_A1 +LQ04X030000 Putative uncharacterized protein 10.81764082 L4_control_A2 +LQ04X030000 Putative uncharacterized protein 11.31048324 L4_control_A3 +LQ04X030000 Putative uncharacterized protein 11.16616215 L4_control_B1 +LQ04X030000 Putative uncharacterized protein 12.14727816 L4_control_B2 +LQ04X030000 Putative uncharacterized protein 10.98441437 L4_control_B3 +LQ04X030000 Putative uncharacterized protein 12.48598268 L4_control_C2 +LQ04X030000 Putative uncharacterized protein 12.40047299 L4_control_C3 +LQ04X030000 Putative uncharacterized protein 10.48721939 L4_chemical_A1 +LQ04X030000 Putative uncharacterized protein 10.87831049 L4_chemical_A2 +LQ04X030000 Putative uncharacterized protein 10.87355068 L4_chemical_A3 +LQ04X030000 Putative uncharacterized protein 11.07494121 L4_chemical_B1 +LQ04X030000 Putative uncharacterized protein 11.88866497 L4_chemical_B2 +LQ04X030000 Putative uncharacterized protein 10.74063654 L4_chemical_B3 +LQ04X030000 Putative uncharacterized protein 12.34869445 L4_chemical_C2 +LQ04X030000 Putative uncharacterized protein 12.18994507 L4_chemical_C3 +LQ04X030020 RNA binding protein, putative 9.315783958 C6_control_A1 +LQ04X030020 RNA binding protein, putative 9.757621602 C6_control_A3 +LQ04X030020 RNA binding protein, putative 8.620089462 C6_control_B1 +LQ04X030020 RNA binding protein, putative 8.43627053 C6_control_B2 +LQ04X030020 RNA binding protein, putative 7.555368741 C6_control_B3 +LQ04X030020 RNA binding protein, putative 10.61970518 C6_control_C1 +LQ04X030020 RNA binding protein, putative 9.925877377 C6_control_C2 +LQ04X030020 RNA binding protein, putative 9.82381716 C6_control_C3 +LQ04X030020 RNA binding protein, putative 9.59322422 C6_chemical_A1 +LQ04X030020 RNA binding protein, putative 9.935322382 C6_chemical_A3 +LQ04X030020 RNA binding protein, putative 8.471278718 C6_chemical_B1 +LQ04X030020 RNA binding protein, putative 8.570229461 C6_chemical_B2 +LQ04X030020 RNA binding protein, putative 7.55465419 C6_chemical_B3 +LQ04X030020 RNA binding protein, putative 11.08936514 C6_chemical_C1 +LQ04X030020 RNA binding protein, putative 10.66321791 C6_chemical_C2 +LQ04X030020 RNA binding protein, putative 10.0512454 C6_chemical_C3 +LQ04X030020 RNA binding protein, putative 10.44035749 L4_control_A1 +LQ04X030020 RNA binding protein, putative 9.832087408 L4_control_A2 +LQ04X030020 RNA binding protein, putative 10.50763086 L4_control_A3 +LQ04X030020 RNA binding protein, putative 9.394480619 L4_control_B1 +LQ04X030020 RNA binding protein, putative 9.59455821 L4_control_B2 +LQ04X030020 RNA binding protein, putative 9.01561618 L4_control_B3 +LQ04X030020 RNA binding protein, putative 11.0020017 L4_control_C2 +LQ04X030020 RNA binding protein, putative 10.7521604 L4_control_C3 +LQ04X030020 RNA binding protein, putative 9.518342769 L4_chemical_A1 +LQ04X030020 RNA binding protein, putative 9.30913425 L4_chemical_A2 +LQ04X030020 RNA binding protein, putative 10.3827303 L4_chemical_A3 +LQ04X030020 RNA binding protein, putative 9.862028236 L4_chemical_B1 +LQ04X030020 RNA binding protein, putative 9.620991753 L4_chemical_B2 +LQ04X030020 RNA binding protein, putative 8.931514749 L4_chemical_B3 +LQ04X030020 RNA binding protein, putative 10.99040679 L4_chemical_C2 +LQ04X030020 RNA binding protein, putative 10.80512764 L4_chemical_C3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.123612019 C6_control_A1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.479393484 C6_control_A3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.073393118 C6_control_B1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.30752384 C6_control_B2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.630266225 C6_control_B3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.352855264 C6_control_C1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.232315663 C6_control_C2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.479341455 C6_control_C3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.349678514 C6_chemical_A1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.162187 C6_chemical_A3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.148628315 C6_chemical_B1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.364291953 C6_chemical_B2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.371877521 C6_chemical_B3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.056725206 C6_chemical_C1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.579627611 C6_chemical_C2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.328485679 C6_chemical_C3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.129509749 L4_control_A1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.018396745 L4_control_A2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.293312033 L4_control_A3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.900839338 L4_control_B1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.777507695 L4_control_B2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.225267841 L4_control_B3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.116627071 L4_control_C2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.575111575 L4_control_C3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 4.895769006 L4_chemical_A1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.129662013 L4_chemical_A2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.100508315 L4_chemical_A3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.696239602 L4_chemical_B1 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.123676646 L4_chemical_B2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 4.968795063 L4_chemical_B3 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 4.862424126 L4_chemical_C2 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.507718301 L4_chemical_C3 +LQ04X030050 Hypothetical protein 12.67976699 C6_control_A1 +LQ04X030050 Hypothetical protein 13.0585568 C6_control_A3 +LQ04X030050 Hypothetical protein 12.55239166 C6_control_B1 +LQ04X030050 Hypothetical protein 10.35724397 C6_control_B2 +LQ04X030050 Hypothetical protein 12.05661685 C6_control_B3 +LQ04X030050 Hypothetical protein 9.398558872 C6_control_C1 +LQ04X030050 Hypothetical protein 8.43836018 C6_control_C2 +LQ04X030050 Hypothetical protein 10.67137617 C6_control_C3 +LQ04X030050 Hypothetical protein 12.35572621 C6_chemical_A1 +LQ04X030050 Hypothetical protein 12.89618089 C6_chemical_A3 +LQ04X030050 Hypothetical protein 11.21823664 C6_chemical_B1 +LQ04X030050 Hypothetical protein 9.837206998 C6_chemical_B2 +LQ04X030050 Hypothetical protein 10.9065597 C6_chemical_B3 +LQ04X030050 Hypothetical protein 8.370208782 C6_chemical_C1 +LQ04X030050 Hypothetical protein 8.953497933 C6_chemical_C2 +LQ04X030050 Hypothetical protein 8.503417299 C6_chemical_C3 +LQ04X030050 Hypothetical protein 12.44941232 L4_control_A1 +LQ04X030050 Hypothetical protein 11.76466946 L4_control_A2 +LQ04X030050 Hypothetical protein 12.24389205 L4_control_A3 +LQ04X030050 Hypothetical protein 10.68942693 L4_control_B1 +LQ04X030050 Hypothetical protein 11.4871213 L4_control_B2 +LQ04X030050 Hypothetical protein 9.711952738 L4_control_B3 +LQ04X030050 Hypothetical protein 9.819738458 L4_control_C2 +LQ04X030050 Hypothetical protein 9.828020587 L4_control_C3 +LQ04X030050 Hypothetical protein 10.76786929 L4_chemical_A1 +LQ04X030050 Hypothetical protein 10.50100485 L4_chemical_A2 +LQ04X030050 Hypothetical protein 12.05599003 L4_chemical_A3 +LQ04X030050 Hypothetical protein 10.67984381 L4_chemical_B1 +LQ04X030050 Hypothetical protein 11.30204027 L4_chemical_B2 +LQ04X030050 Hypothetical protein 12.13420243 L4_chemical_B3 +LQ04X030050 Hypothetical protein 9.884907938 L4_chemical_C2 +LQ04X030050 Hypothetical protein 9.325868043 L4_chemical_C3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.311205847 C6_control_A1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.051277374 C6_control_A3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 6.677708939 C6_control_B1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.435801421 C6_control_B2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 6.099450427 C6_control_B3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.421298652 C6_control_C1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.404914912 C6_control_C2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.434880009 C6_control_C3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.291772961 C6_chemical_A1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.067652188 C6_chemical_A3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.885062953 C6_chemical_B1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.406739755 C6_chemical_B2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.933150421 C6_chemical_B3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.049278483 C6_chemical_C1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.120745936 C6_chemical_C2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.379872364 C6_chemical_C3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.467841381 L4_control_A1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.463196741 L4_control_A2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.564772863 L4_control_A3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 6.469636741 L4_control_B1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.819514213 L4_control_B2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.381788782 L4_control_B3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 6.290571583 L4_control_C2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.913918012 L4_control_C3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 6.127789631 L4_chemical_A1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.392082305 L4_chemical_A2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.444256726 L4_chemical_A3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.458652724 L4_chemical_B1 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.424737253 L4_chemical_B2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.375152581 L4_chemical_B3 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 6.312279478 L4_chemical_C2 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.742753492 L4_chemical_C3 +LQ04X030070 Beta-fructofuranosidase, putative 12.22363423 C6_control_A1 +LQ04X030070 Beta-fructofuranosidase, putative 12.98353711 C6_control_A3 +LQ04X030070 Beta-fructofuranosidase, putative 12.16915218 C6_control_B1 +LQ04X030070 Beta-fructofuranosidase, putative 12.28902397 C6_control_B2 +LQ04X030070 Beta-fructofuranosidase, putative 12.51579489 C6_control_B3 +LQ04X030070 Beta-fructofuranosidase, putative 12.59245737 C6_control_C1 +LQ04X030070 Beta-fructofuranosidase, putative 13.39572632 C6_control_C2 +LQ04X030070 Beta-fructofuranosidase, putative 13.15824032 C6_control_C3 +LQ04X030070 Beta-fructofuranosidase, putative 12.12504915 C6_chemical_A1 +LQ04X030070 Beta-fructofuranosidase, putative 13.02320189 C6_chemical_A3 +LQ04X030070 Beta-fructofuranosidase, putative 12.27489889 C6_chemical_B1 +LQ04X030070 Beta-fructofuranosidase, putative 12.14668254 C6_chemical_B2 +LQ04X030070 Beta-fructofuranosidase, putative 12.88921214 C6_chemical_B3 +LQ04X030070 Beta-fructofuranosidase, putative 12.75659152 C6_chemical_C1 +LQ04X030070 Beta-fructofuranosidase, putative 13.28615255 C6_chemical_C2 +LQ04X030070 Beta-fructofuranosidase, putative 14.17567298 C6_chemical_C3 +LQ04X030070 Beta-fructofuranosidase, putative 11.90594907 L4_control_A1 +LQ04X030070 Beta-fructofuranosidase, putative 12.50595789 L4_control_A2 +LQ04X030070 Beta-fructofuranosidase, putative 13.25375993 L4_control_A3 +LQ04X030070 Beta-fructofuranosidase, putative 12.30612509 L4_control_B1 +LQ04X030070 Beta-fructofuranosidase, putative 12.84340212 L4_control_B2 +LQ04X030070 Beta-fructofuranosidase, putative 13.75252118 L4_control_B3 +LQ04X030070 Beta-fructofuranosidase, putative 13.54251154 L4_control_C2 +LQ04X030070 Beta-fructofuranosidase, putative 13.95772342 L4_control_C3 +LQ04X030070 Beta-fructofuranosidase, putative 14.27525949 L4_chemical_A1 +LQ04X030070 Beta-fructofuranosidase, putative 14.02929744 L4_chemical_A2 +LQ04X030070 Beta-fructofuranosidase, putative 13.2077322 L4_chemical_A3 +LQ04X030070 Beta-fructofuranosidase, putative 13.15563286 L4_chemical_B1 +LQ04X030070 Beta-fructofuranosidase, putative 12.77818441 L4_chemical_B2 +LQ04X030070 Beta-fructofuranosidase, putative 13.90270626 L4_chemical_B3 +LQ04X030070 Beta-fructofuranosidase, putative 13.42825572 L4_chemical_C2 +LQ04X030070 Beta-fructofuranosidase, putative 14.24746645 L4_chemical_C3 +LQ04X030080 Predicted protein 6.94343642 C6_control_A1 +LQ04X030080 Predicted protein 6.469164935 C6_control_A3 +LQ04X030080 Predicted protein 6.551572122 C6_control_B1 +LQ04X030080 Predicted protein 7.024064594 C6_control_B2 +LQ04X030080 Predicted protein 7.332438044 C6_control_B3 +LQ04X030080 Predicted protein 6.57260932 C6_control_C1 +LQ04X030080 Predicted protein 6.08845335 C6_control_C2 +LQ04X030080 Predicted protein 6.893349338 C6_control_C3 +LQ04X030080 Predicted protein 6.705489386 C6_chemical_A1 +LQ04X030080 Predicted protein 7.452889162 C6_chemical_A3 +LQ04X030080 Predicted protein 6.251151493 C6_chemical_B1 +LQ04X030080 Predicted protein 6.85863519 C6_chemical_B2 +LQ04X030080 Predicted protein 6.786258435 C6_chemical_B3 +LQ04X030080 Predicted protein 6.150701344 C6_chemical_C1 +LQ04X030080 Predicted protein 6.449601356 C6_chemical_C2 +LQ04X030080 Predicted protein 6.587895047 C6_chemical_C3 +LQ04X030080 Predicted protein 7.110997639 L4_control_A1 +LQ04X030080 Predicted protein 7.61472649 L4_control_A2 +LQ04X030080 Predicted protein 7.395264036 L4_control_A3 +LQ04X030080 Predicted protein 7.264244908 L4_control_B1 +LQ04X030080 Predicted protein 7.013387095 L4_control_B2 +LQ04X030080 Predicted protein 7.596611907 L4_control_B3 +LQ04X030080 Predicted protein 6.678613146 L4_control_C2 +LQ04X030080 Predicted protein 6.654032108 L4_control_C3 +LQ04X030080 Predicted protein 8.19435033 L4_chemical_A1 +LQ04X030080 Predicted protein 8.223027273 L4_chemical_A2 +LQ04X030080 Predicted protein 7.892390025 L4_chemical_A3 +LQ04X030080 Predicted protein 8.047773855 L4_chemical_B1 +LQ04X030080 Predicted protein 7.710433997 L4_chemical_B2 +LQ04X030080 Predicted protein 7.903601211 L4_chemical_B3 +LQ04X030080 Predicted protein 5.924228966 L4_chemical_C2 +LQ04X030080 Predicted protein 6.346808299 L4_chemical_C3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.249656687 C6_control_A1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.300019858 C6_control_A3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.324726401 C6_control_B1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.824244863 C6_control_B2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.557609446 C6_control_B3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 6.242234903 C6_control_C1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 6.27386594 C6_control_C2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 6.051046647 C6_control_C3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 4.858589248 C6_chemical_A1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.223319579 C6_chemical_A3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.497288776 C6_chemical_B1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.839120482 C6_chemical_B2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.34652807 C6_chemical_B3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 6.232266644 C6_chemical_C1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 6.314257725 C6_chemical_C2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.957453832 C6_chemical_C3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.443957957 L4_control_A1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.035348904 L4_control_A2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 4.924137634 L4_control_A3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.063925999 L4_control_B1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.455713489 L4_control_B2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.171066104 L4_control_B3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.652365435 L4_control_C2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.119148985 L4_control_C3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.753725446 L4_chemical_A1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.423000356 L4_chemical_A2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.306526455 L4_chemical_A3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.21094631 L4_chemical_B1 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.781389739 L4_chemical_B2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.400080098 L4_chemical_B3 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.443630737 L4_chemical_C2 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 5.175226448 L4_chemical_C3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.108171415 C6_control_A1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.802234059 C6_control_A3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.136573445 C6_control_B1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.067364947 C6_control_B2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.362618726 C6_control_B3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.424740911 C6_control_C1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.817714973 C6_control_C2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.819294779 C6_control_C3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.327746936 C6_chemical_A1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.01349359 C6_chemical_A3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.154139297 C6_chemical_B1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.854131426 C6_chemical_B2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.555520533 C6_chemical_B3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.174587458 C6_chemical_C1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.03887402 C6_chemical_C2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.849543877 C6_chemical_C3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.867879891 L4_control_A1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.092981932 L4_control_A2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.887589785 L4_control_A3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.905727963 L4_control_B1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.148750875 L4_control_B2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.375923203 L4_control_B3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.436688258 L4_control_C2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.45048588 L4_control_C3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.040657192 L4_chemical_A1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.107220071 L4_chemical_A2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 4.993873998 L4_chemical_A3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.065265413 L4_chemical_B1 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.398011879 L4_chemical_B2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.329712018 L4_chemical_B3 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.585208209 L4_chemical_C2 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.389523551 L4_chemical_C3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.86186141 C6_control_A1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.53515737 C6_control_A3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.92238524 C6_control_B1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.48350489 C6_control_B2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.15436248 C6_control_B3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.28235993 C6_control_C1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.13180882 C6_control_C2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.00040259 C6_control_C3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.72348293 C6_chemical_A1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.97322361 C6_chemical_A3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.21819899 C6_chemical_B1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.31065154 C6_chemical_B2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.883346 C6_chemical_B3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.82154885 C6_chemical_C1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.90611127 C6_chemical_C2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.45826915 C6_chemical_C3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.53177423 L4_control_A1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.91076647 L4_control_A2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.70114493 L4_control_A3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.00051323 L4_control_B1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.96242037 L4_control_B2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.93538029 L4_control_B3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 14.02517495 L4_control_C2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.8429616 L4_control_C3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.11126689 L4_chemical_A1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.61218598 L4_chemical_A2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.40549572 L4_chemical_A3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.70421761 L4_chemical_B1 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.511601 L4_chemical_B2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.86485007 L4_chemical_B3 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.92060796 L4_chemical_C2 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.9525144 L4_chemical_C3 +LQ04X030140 Putative uncharacterized protein 6.116702304 C6_control_A1 +LQ04X030140 Putative uncharacterized protein 5.8310015 C6_control_A3 +LQ04X030140 Putative uncharacterized protein 5.813666255 C6_control_B1 +LQ04X030140 Putative uncharacterized protein 5.9431554 C6_control_B2 +LQ04X030140 Putative uncharacterized protein 5.975957814 C6_control_B3 +LQ04X030140 Putative uncharacterized protein 5.581823878 C6_control_C1 +LQ04X030140 Putative uncharacterized protein 5.538247206 C6_control_C2 +LQ04X030140 Putative uncharacterized protein 5.899825678 C6_control_C3 +LQ04X030140 Putative uncharacterized protein 6.328641232 C6_chemical_A1 +LQ04X030140 Putative uncharacterized protein 6.198357443 C6_chemical_A3 +LQ04X030140 Putative uncharacterized protein 6.345640221 C6_chemical_B1 +LQ04X030140 Putative uncharacterized protein 5.917708504 C6_chemical_B2 +LQ04X030140 Putative uncharacterized protein 6.469077664 C6_chemical_B3 +LQ04X030140 Putative uncharacterized protein 5.904251578 C6_chemical_C1 +LQ04X030140 Putative uncharacterized protein 5.598973801 C6_chemical_C2 +LQ04X030140 Putative uncharacterized protein 5.764146708 C6_chemical_C3 +LQ04X030140 Putative uncharacterized protein 6.411927833 L4_control_A1 +LQ04X030140 Putative uncharacterized protein 6.123296301 L4_control_A2 +LQ04X030140 Putative uncharacterized protein 5.909835178 L4_control_A3 +LQ04X030140 Putative uncharacterized protein 6.281530784 L4_control_B1 +LQ04X030140 Putative uncharacterized protein 5.588308616 L4_control_B2 +LQ04X030140 Putative uncharacterized protein 6.243439233 L4_control_B3 +LQ04X030140 Putative uncharacterized protein 6.972321361 L4_control_C2 +LQ04X030140 Putative uncharacterized protein 6.320233811 L4_control_C3 +LQ04X030140 Putative uncharacterized protein 6.541649116 L4_chemical_A1 +LQ04X030140 Putative uncharacterized protein 6.924824694 L4_chemical_A2 +LQ04X030140 Putative uncharacterized protein 6.08442787 L4_chemical_A3 +LQ04X030140 Putative uncharacterized protein 6.617862993 L4_chemical_B1 +LQ04X030140 Putative uncharacterized protein 6.171855124 L4_chemical_B2 +LQ04X030140 Putative uncharacterized protein 6.282561436 L4_chemical_B3 +LQ04X030140 Putative uncharacterized protein 6.633151362 L4_chemical_C2 +LQ04X030140 Putative uncharacterized protein 6.342468468 L4_chemical_C3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.33164376 C6_control_A1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.36258904 C6_control_A3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.27209175 C6_control_B1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.29298766 C6_control_B2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.43009124 C6_control_B3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 14.24850625 C6_control_C1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.69449769 C6_control_C2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.56167163 C6_control_C3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.48084923 C6_chemical_A1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.55439682 C6_chemical_A3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.45990491 C6_chemical_B1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.3671668 C6_chemical_B2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.32277737 C6_chemical_B3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 14.32545254 C6_chemical_C1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.63901956 C6_chemical_C2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.59437252 C6_chemical_C3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.3094275 L4_control_A1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 12.64511601 L4_control_A2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.33773414 L4_control_A3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 12.99568165 L4_control_B1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.52850626 L4_control_B2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.66398055 L4_control_B3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.23326977 L4_control_C2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.39040875 L4_control_C3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.3878498 L4_chemical_A1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 12.61022394 L4_chemical_A2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.227441 L4_chemical_A3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 12.93675684 L4_chemical_B1 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 12.93317976 L4_chemical_B2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.21112318 L4_chemical_B3 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.24750172 L4_chemical_C2 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.658677 L4_chemical_C3 +LQ04X030160 Probable protein phosphatase 2C 13 5.305180586 C6_control_A1 +LQ04X030160 Probable protein phosphatase 2C 13 5.662332517 C6_control_A3 +LQ04X030160 Probable protein phosphatase 2C 13 5.45866942 C6_control_B1 +LQ04X030160 Probable protein phosphatase 2C 13 5.583024544 C6_control_B2 +LQ04X030160 Probable protein phosphatase 2C 13 5.882081426 C6_control_B3 +LQ04X030160 Probable protein phosphatase 2C 13 5.720452166 C6_control_C1 +LQ04X030160 Probable protein phosphatase 2C 13 6.333897965 C6_control_C2 +LQ04X030160 Probable protein phosphatase 2C 13 5.563307643 C6_control_C3 +LQ04X030160 Probable protein phosphatase 2C 13 5.155354716 C6_chemical_A1 +LQ04X030160 Probable protein phosphatase 2C 13 5.251158555 C6_chemical_A3 +LQ04X030160 Probable protein phosphatase 2C 13 5.290867125 C6_chemical_B1 +LQ04X030160 Probable protein phosphatase 2C 13 5.745633212 C6_chemical_B2 +LQ04X030160 Probable protein phosphatase 2C 13 5.345546436 C6_chemical_B3 +LQ04X030160 Probable protein phosphatase 2C 13 6.183607452 C6_chemical_C1 +LQ04X030160 Probable protein phosphatase 2C 13 5.557294473 C6_chemical_C2 +LQ04X030160 Probable protein phosphatase 2C 13 5.521412282 C6_chemical_C3 +LQ04X030160 Probable protein phosphatase 2C 13 5.401127057 L4_control_A1 +LQ04X030160 Probable protein phosphatase 2C 13 5.678793258 L4_control_A2 +LQ04X030160 Probable protein phosphatase 2C 13 5.483977393 L4_control_A3 +LQ04X030160 Probable protein phosphatase 2C 13 4.896266174 L4_control_B1 +LQ04X030160 Probable protein phosphatase 2C 13 5.38999686 L4_control_B2 +LQ04X030160 Probable protein phosphatase 2C 13 5.449376644 L4_control_B3 +LQ04X030160 Probable protein phosphatase 2C 13 6.018115189 L4_control_C2 +LQ04X030160 Probable protein phosphatase 2C 13 5.146184422 L4_control_C3 +LQ04X030160 Probable protein phosphatase 2C 13 5.344610149 L4_chemical_A1 +LQ04X030160 Probable protein phosphatase 2C 13 5.484756066 L4_chemical_A2 +LQ04X030160 Probable protein phosphatase 2C 13 5.193162615 L4_chemical_A3 +LQ04X030160 Probable protein phosphatase 2C 13 5.717415526 L4_chemical_B1 +LQ04X030160 Probable protein phosphatase 2C 13 5.681525789 L4_chemical_B2 +LQ04X030160 Probable protein phosphatase 2C 13 5.408385595 L4_chemical_B3 +LQ04X030160 Probable protein phosphatase 2C 13 5.592059366 L4_chemical_C2 +LQ04X030160 Probable protein phosphatase 2C 13 5.744072204 L4_chemical_C3 +LQ04X030190 Predicted protein 5.529045393 C6_control_A1 +LQ04X030190 Predicted protein 5.219592505 C6_control_A3 +LQ04X030190 Predicted protein 6.520731352 C6_control_B1 +LQ04X030190 Predicted protein 5.517351127 C6_control_B2 +LQ04X030190 Predicted protein 6.017158638 C6_control_B3 +LQ04X030190 Predicted protein 6.126977724 C6_control_C1 +LQ04X030190 Predicted protein 6.20451066 C6_control_C2 +LQ04X030190 Predicted protein 6.578513742 C6_control_C3 +LQ04X030190 Predicted protein 5.661951195 C6_chemical_A1 +LQ04X030190 Predicted protein 5.584109219 C6_chemical_A3 +LQ04X030190 Predicted protein 7.482360211 C6_chemical_B1 +LQ04X030190 Predicted protein 5.741880826 C6_chemical_B2 +LQ04X030190 Predicted protein 7.212754563 C6_chemical_B3 +LQ04X030190 Predicted protein 7.001199619 C6_chemical_C1 +LQ04X030190 Predicted protein 6.572447436 C6_chemical_C2 +LQ04X030190 Predicted protein 6.880611612 C6_chemical_C3 +LQ04X030190 Predicted protein 5.568739124 L4_control_A1 +LQ04X030190 Predicted protein 5.649832097 L4_control_A2 +LQ04X030190 Predicted protein 4.962448333 L4_control_A3 +LQ04X030190 Predicted protein 5.350639797 L4_control_B1 +LQ04X030190 Predicted protein 6.415986755 L4_control_B2 +LQ04X030190 Predicted protein 5.52088002 L4_control_B3 +LQ04X030190 Predicted protein 6.326592767 L4_control_C2 +LQ04X030190 Predicted protein 5.4280968 L4_control_C3 +LQ04X030190 Predicted protein 6.040610032 L4_chemical_A1 +LQ04X030190 Predicted protein 5.578989558 L4_chemical_A2 +LQ04X030190 Predicted protein 5.045839508 L4_chemical_A3 +LQ04X030190 Predicted protein 5.964365961 L4_chemical_B1 +LQ04X030190 Predicted protein 5.148024306 L4_chemical_B2 +LQ04X030190 Predicted protein 5.723891819 L4_chemical_B3 +LQ04X030190 Predicted protein 5.315884486 L4_chemical_C2 +LQ04X030190 Predicted protein 5.884317745 L4_chemical_C3 +LQ04X030230 Polygalacturonase At1g48100 10.07783874 C6_control_A1 +LQ04X030230 Polygalacturonase At1g48100 8.234726334 C6_control_A3 +LQ04X030230 Polygalacturonase At1g48100 10.75414377 C6_control_B1 +LQ04X030230 Polygalacturonase At1g48100 8.360834474 C6_control_B2 +LQ04X030230 Polygalacturonase At1g48100 7.593995204 C6_control_B3 +LQ04X030230 Polygalacturonase At1g48100 5.46117718 C6_control_C1 +LQ04X030230 Polygalacturonase At1g48100 5.070134208 C6_control_C2 +LQ04X030230 Polygalacturonase At1g48100 5.059549961 C6_control_C3 +LQ04X030230 Polygalacturonase At1g48100 11.66376589 C6_chemical_A1 +LQ04X030230 Polygalacturonase At1g48100 9.902977058 C6_chemical_A3 +LQ04X030230 Polygalacturonase At1g48100 11.94826738 C6_chemical_B1 +LQ04X030230 Polygalacturonase At1g48100 9.070117103 C6_chemical_B2 +LQ04X030230 Polygalacturonase At1g48100 8.206465987 C6_chemical_B3 +LQ04X030230 Polygalacturonase At1g48100 5.023629428 C6_chemical_C1 +LQ04X030230 Polygalacturonase At1g48100 5.151206963 C6_chemical_C2 +LQ04X030230 Polygalacturonase At1g48100 5.213591908 C6_chemical_C3 +LQ04X030230 Polygalacturonase At1g48100 10.06909482 L4_control_A1 +LQ04X030230 Polygalacturonase At1g48100 10.28183932 L4_control_A2 +LQ04X030230 Polygalacturonase At1g48100 8.364785044 L4_control_A3 +LQ04X030230 Polygalacturonase At1g48100 10.86485755 L4_control_B1 +LQ04X030230 Polygalacturonase At1g48100 10.82069987 L4_control_B2 +LQ04X030230 Polygalacturonase At1g48100 6.485107693 L4_control_B3 +LQ04X030230 Polygalacturonase At1g48100 5.597298511 L4_control_C2 +LQ04X030230 Polygalacturonase At1g48100 6.429688164 L4_control_C3 +LQ04X030230 Polygalacturonase At1g48100 10.22879638 L4_chemical_A1 +LQ04X030230 Polygalacturonase At1g48100 11.36480995 L4_chemical_A2 +LQ04X030230 Polygalacturonase At1g48100 8.585660283 L4_chemical_A3 +LQ04X030230 Polygalacturonase At1g48100 11.76636088 L4_chemical_B1 +LQ04X030230 Polygalacturonase At1g48100 11.55948679 L4_chemical_B2 +LQ04X030230 Polygalacturonase At1g48100 8.994494899 L4_chemical_B3 +LQ04X030230 Polygalacturonase At1g48100 5.028983893 L4_chemical_C2 +LQ04X030230 Polygalacturonase At1g48100 5.599134806 L4_chemical_C3 +LQ04X030270 Yth domain-containing protein, putative 5.132467146 C6_control_A1 +LQ04X030270 Yth domain-containing protein, putative 5.348990832 C6_control_A3 +LQ04X030270 Yth domain-containing protein, putative 5.454097413 C6_control_B1 +LQ04X030270 Yth domain-containing protein, putative 5.133868599 C6_control_B2 +LQ04X030270 Yth domain-containing protein, putative 5.176389011 C6_control_B3 +LQ04X030270 Yth domain-containing protein, putative 5.247200432 C6_control_C1 +LQ04X030270 Yth domain-containing protein, putative 5.941480202 C6_control_C2 +LQ04X030270 Yth domain-containing protein, putative 5.930280238 C6_control_C3 +LQ04X030270 Yth domain-containing protein, putative 5.009871407 C6_chemical_A1 +LQ04X030270 Yth domain-containing protein, putative 4.922280569 C6_chemical_A3 +LQ04X030270 Yth domain-containing protein, putative 5.287849075 C6_chemical_B1 +LQ04X030270 Yth domain-containing protein, putative 5.359676059 C6_chemical_B2 +LQ04X030270 Yth domain-containing protein, putative 5.232362341 C6_chemical_B3 +LQ04X030270 Yth domain-containing protein, putative 5.239974719 C6_chemical_C1 +LQ04X030270 Yth domain-containing protein, putative 5.425752264 C6_chemical_C2 +LQ04X030270 Yth domain-containing protein, putative 6.056803858 C6_chemical_C3 +LQ04X030270 Yth domain-containing protein, putative 5.411391287 L4_control_A1 +LQ04X030270 Yth domain-containing protein, putative 5.64927579 L4_control_A2 +LQ04X030270 Yth domain-containing protein, putative 5.067858445 L4_control_A3 +LQ04X030270 Yth domain-containing protein, putative 4.982934473 L4_control_B1 +LQ04X030270 Yth domain-containing protein, putative 5.706661259 L4_control_B2 +LQ04X030270 Yth domain-containing protein, putative 5.008151007 L4_control_B3 +LQ04X030270 Yth domain-containing protein, putative 5.459983239 L4_control_C2 +LQ04X030270 Yth domain-containing protein, putative 5.059444022 L4_control_C3 +LQ04X030270 Yth domain-containing protein, putative 5.036191861 L4_chemical_A1 +LQ04X030270 Yth domain-containing protein, putative 5.340095848 L4_chemical_A2 +LQ04X030270 Yth domain-containing protein, putative 5.382455224 L4_chemical_A3 +LQ04X030270 Yth domain-containing protein, putative 5.190656476 L4_chemical_B1 +LQ04X030270 Yth domain-containing protein, putative 5.248045709 L4_chemical_B2 +LQ04X030270 Yth domain-containing protein, putative 5.179868382 L4_chemical_B3 +LQ04X030270 Yth domain-containing protein, putative 5.558141618 L4_chemical_C2 +LQ04X030270 Yth domain-containing protein, putative 5.386263895 L4_chemical_C3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.96520188 C6_control_A1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.15588022 C6_control_A3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.04269682 C6_control_B1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.4899706 C6_control_B2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.88997181 C6_control_B3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.85562304 C6_control_C1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.75811497 C6_control_C2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.98567164 C6_control_C3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.64374364 C6_chemical_A1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.08293097 C6_chemical_A3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.34690535 C6_chemical_B1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.43516733 C6_chemical_B2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.75772215 C6_chemical_B3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.58518806 C6_chemical_C1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.74623624 C6_chemical_C2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.56118429 C6_chemical_C3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.23239982 L4_control_A1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.3212048 L4_control_A2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.22569532 L4_control_A3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.27329209 L4_control_B1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.89319631 L4_control_B2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.11393415 L4_control_B3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.11801181 L4_control_C2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.02521245 L4_control_C3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.95509231 L4_chemical_A1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.31779893 L4_chemical_A2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 9.970969177 L4_chemical_A3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.94907092 L4_chemical_B1 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.51141524 L4_chemical_B2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.19661868 L4_chemical_B3 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 11.17378211 L4_chemical_C2 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.91791944 L4_chemical_C3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.236639801 C6_control_A1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.005473036 C6_control_A3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.145246042 C6_control_B1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.289599581 C6_control_B2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.964131821 C6_control_B3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.127050163 C6_control_C1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.458703244 C6_control_C2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.036164621 C6_control_C3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.993070215 C6_chemical_A1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.020417295 C6_chemical_A3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.054308487 C6_chemical_B1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.242778764 C6_chemical_B2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.671923694 C6_chemical_B3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.135489496 C6_chemical_C1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.35745235 C6_chemical_C2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.217359409 C6_chemical_C3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.903316545 L4_control_A1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.821342677 L4_control_A2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.97265961 L4_control_A3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.425298998 L4_control_B1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.917033185 L4_control_B2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.819948823 L4_control_B3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.778754689 L4_control_C2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.065693425 L4_control_C3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.006229197 L4_chemical_A1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.862695968 L4_chemical_A2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.94034136 L4_chemical_A3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.554121569 L4_chemical_B1 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.936177169 L4_chemical_B2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.043515258 L4_chemical_B3 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.946000469 L4_chemical_C2 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 5.513274076 L4_chemical_C3 +LQ04X030330 Protein transporter, putative 5.207321983 C6_control_A1 +LQ04X030330 Protein transporter, putative 5.460921159 C6_control_A3 +LQ04X030330 Protein transporter, putative 5.23625526 C6_control_B1 +LQ04X030330 Protein transporter, putative 4.955187518 C6_control_B2 +LQ04X030330 Protein transporter, putative 5.308963099 C6_control_B3 +LQ04X030330 Protein transporter, putative 4.787822746 C6_control_C1 +LQ04X030330 Protein transporter, putative 4.960380024 C6_control_C2 +LQ04X030330 Protein transporter, putative 4.927612651 C6_control_C3 +LQ04X030330 Protein transporter, putative 5.45088296 C6_chemical_A1 +LQ04X030330 Protein transporter, putative 5.92271463 C6_chemical_A3 +LQ04X030330 Protein transporter, putative 5.285554997 C6_chemical_B1 +LQ04X030330 Protein transporter, putative 4.885849948 C6_chemical_B2 +LQ04X030330 Protein transporter, putative 4.778051112 C6_chemical_B3 +LQ04X030330 Protein transporter, putative 4.704576462 C6_chemical_C1 +LQ04X030330 Protein transporter, putative 5.162066758 C6_chemical_C2 +LQ04X030330 Protein transporter, putative 4.859584785 C6_chemical_C3 +LQ04X030330 Protein transporter, putative 5.075062637 L4_control_A1 +LQ04X030330 Protein transporter, putative 5.311527342 L4_control_A2 +LQ04X030330 Protein transporter, putative 6.209964931 L4_control_A3 +LQ04X030330 Protein transporter, putative 5.313577169 L4_control_B1 +LQ04X030330 Protein transporter, putative 5.40466425 L4_control_B2 +LQ04X030330 Protein transporter, putative 5.276645509 L4_control_B3 +LQ04X030330 Protein transporter, putative 5.129059889 L4_control_C2 +LQ04X030330 Protein transporter, putative 5.28384032 L4_control_C3 +LQ04X030330 Protein transporter, putative 4.964520844 L4_chemical_A1 +LQ04X030330 Protein transporter, putative 5.066015527 L4_chemical_A2 +LQ04X030330 Protein transporter, putative 5.201813529 L4_chemical_A3 +LQ04X030330 Protein transporter, putative 5.429397481 L4_chemical_B1 +LQ04X030330 Protein transporter, putative 5.552921681 L4_chemical_B2 +LQ04X030330 Protein transporter, putative 5.103366867 L4_chemical_B3 +LQ04X030330 Protein transporter, putative 5.335981819 L4_chemical_C2 +LQ04X030330 Protein transporter, putative 5.423737252 L4_chemical_C3 +LQ04X030350 Putative uncharacterized protein 5.903102966 C6_control_A1 +LQ04X030350 Putative uncharacterized protein 5.551119856 C6_control_A3 +LQ04X030350 Putative uncharacterized protein 5.798917296 C6_control_B1 +LQ04X030350 Putative uncharacterized protein 5.772913623 C6_control_B2 +LQ04X030350 Putative uncharacterized protein 5.38520003 C6_control_B3 +LQ04X030350 Putative uncharacterized protein 5.430499771 C6_control_C1 +LQ04X030350 Putative uncharacterized protein 5.494678601 C6_control_C2 +LQ04X030350 Putative uncharacterized protein 5.579436662 C6_control_C3 +LQ04X030350 Putative uncharacterized protein 5.574161699 C6_chemical_A1 +LQ04X030350 Putative uncharacterized protein 5.659280429 C6_chemical_A3 +LQ04X030350 Putative uncharacterized protein 5.47274947 C6_chemical_B1 +LQ04X030350 Putative uncharacterized protein 5.640597336 C6_chemical_B2 +LQ04X030350 Putative uncharacterized protein 5.745625383 C6_chemical_B3 +LQ04X030350 Putative uncharacterized protein 5.455315268 C6_chemical_C1 +LQ04X030350 Putative uncharacterized protein 5.796598391 C6_chemical_C2 +LQ04X030350 Putative uncharacterized protein 5.601577242 C6_chemical_C3 +LQ04X030350 Putative uncharacterized protein 5.798126947 L4_control_A1 +LQ04X030350 Putative uncharacterized protein 5.818783689 L4_control_A2 +LQ04X030350 Putative uncharacterized protein 5.887084824 L4_control_A3 +LQ04X030350 Putative uncharacterized protein 5.761218971 L4_control_B1 +LQ04X030350 Putative uncharacterized protein 6.211142366 L4_control_B2 +LQ04X030350 Putative uncharacterized protein 5.948599159 L4_control_B3 +LQ04X030350 Putative uncharacterized protein 5.243782197 L4_control_C2 +LQ04X030350 Putative uncharacterized protein 5.241772391 L4_control_C3 +LQ04X030350 Putative uncharacterized protein 5.411603743 L4_chemical_A1 +LQ04X030350 Putative uncharacterized protein 5.572217563 L4_chemical_A2 +LQ04X030350 Putative uncharacterized protein 5.928696017 L4_chemical_A3 +LQ04X030350 Putative uncharacterized protein 5.755834847 L4_chemical_B1 +LQ04X030350 Putative uncharacterized protein 5.885720338 L4_chemical_B2 +LQ04X030350 Putative uncharacterized protein 5.718015494 L4_chemical_B3 +LQ04X030350 Putative uncharacterized protein 5.137097741 L4_chemical_C2 +LQ04X030350 Putative uncharacterized protein 6.03927411 L4_chemical_C3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.12041475 C6_control_A1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.235828773 C6_control_A3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.392897387 C6_control_B1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.162426919 C6_control_B2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.160560485 C6_control_B3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.014134012 C6_control_C1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.103653098 C6_control_C2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.836175616 C6_control_C3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.214684419 C6_chemical_A1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.768075745 C6_chemical_A3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.270278727 C6_chemical_B1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.642458952 C6_chemical_B2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.068805009 C6_chemical_B3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.958606496 C6_chemical_C1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.835851525 C6_chemical_C2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.99603484 C6_chemical_C3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.819215418 L4_control_A1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.212650942 L4_control_A2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.806682801 L4_control_A3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.902844146 L4_control_B1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.042441817 L4_control_B2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.921066204 L4_control_B3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.310690114 L4_control_C2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 6.160036577 L4_control_C3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.909997602 L4_chemical_A1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.812621384 L4_chemical_A2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.906220594 L4_chemical_A3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.887518942 L4_chemical_B1 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.297659487 L4_chemical_B2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 4.927764554 L4_chemical_B3 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.4795038 L4_chemical_C2 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.448182709 L4_chemical_C3 +LQ04X030390 BWF1-like protein 12.37677766 C6_control_A1 +LQ04X030390 BWF1-like protein 12.09676475 C6_control_A3 +LQ04X030390 BWF1-like protein 12.3877876 C6_control_B1 +LQ04X030390 BWF1-like protein 12.08441821 C6_control_B2 +LQ04X030390 BWF1-like protein 12.16087209 C6_control_B3 +LQ04X030390 BWF1-like protein 12.28431684 C6_control_C1 +LQ04X030390 BWF1-like protein 12.26090379 C6_control_C2 +LQ04X030390 BWF1-like protein 12.23830416 C6_control_C3 +LQ04X030390 BWF1-like protein 12.49572164 C6_chemical_A1 +LQ04X030390 BWF1-like protein 12.05179091 C6_chemical_A3 +LQ04X030390 BWF1-like protein 12.55104544 C6_chemical_B1 +LQ04X030390 BWF1-like protein 12.00108246 C6_chemical_B2 +LQ04X030390 BWF1-like protein 12.22883101 C6_chemical_B3 +LQ04X030390 BWF1-like protein 12.45728294 C6_chemical_C1 +LQ04X030390 BWF1-like protein 12.15099725 C6_chemical_C2 +LQ04X030390 BWF1-like protein 12.34766998 C6_chemical_C3 +LQ04X030390 BWF1-like protein 12.75843551 L4_control_A1 +LQ04X030390 BWF1-like protein 12.45943234 L4_control_A2 +LQ04X030390 BWF1-like protein 12.40086345 L4_control_A3 +LQ04X030390 BWF1-like protein 12.89973974 L4_control_B1 +LQ04X030390 BWF1-like protein 12.84257164 L4_control_B2 +LQ04X030390 BWF1-like protein 12.50444025 L4_control_B3 +LQ04X030390 BWF1-like protein 12.86933707 L4_control_C2 +LQ04X030390 BWF1-like protein 12.64086624 L4_control_C3 +LQ04X030390 BWF1-like protein 12.9889425 L4_chemical_A1 +LQ04X030390 BWF1-like protein 12.70090834 L4_chemical_A2 +LQ04X030390 BWF1-like protein 13.0741658 L4_chemical_A3 +LQ04X030390 BWF1-like protein 13.13169822 L4_chemical_B1 +LQ04X030390 BWF1-like protein 13.11763949 L4_chemical_B2 +LQ04X030390 BWF1-like protein 12.56736991 L4_chemical_B3 +LQ04X030390 BWF1-like protein 12.80616294 L4_chemical_C2 +LQ04X030390 BWF1-like protein 12.80632531 L4_chemical_C3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.231524756 C6_control_A1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.726393579 C6_control_A3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.159748181 C6_control_B1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.380181167 C6_control_B2 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.192224523 C6_control_B3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.720826976 C6_control_C1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.662415357 C6_control_C2 +LQ04X030400 Putative Proteasome assembly chaperone 4 6.066855277 C6_control_C3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.125588668 C6_chemical_A1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.525109182 C6_chemical_A3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.325448744 C6_chemical_B1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.399282157 C6_chemical_B2 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.233916329 C6_chemical_B3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.562357451 C6_chemical_C1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.458115257 C6_chemical_C2 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.973021202 C6_chemical_C3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.221275627 L4_control_A1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.552634846 L4_control_A2 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.518928559 L4_control_A3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.654012218 L4_control_B1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.498754631 L4_control_B2 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.557714633 L4_control_B3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.385996278 L4_control_C2 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.566285479 L4_control_C3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.313869504 L4_chemical_A1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.484085012 L4_chemical_A2 +LQ04X030400 Putative Proteasome assembly chaperone 4 6.465627619 L4_chemical_A3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.60160374 L4_chemical_B1 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.124783614 L4_chemical_B2 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.193998486 L4_chemical_B3 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.147849677 L4_chemical_C2 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.447960869 L4_chemical_C3 +LQ04X030460 S-adenosylmethionine synthase 2 13.68684287 C6_control_A1 +LQ04X030460 S-adenosylmethionine synthase 2 13.7689351 C6_control_A3 +LQ04X030460 S-adenosylmethionine synthase 2 13.50197876 C6_control_B1 +LQ04X030460 S-adenosylmethionine synthase 2 13.5385799 C6_control_B2 +LQ04X030460 S-adenosylmethionine synthase 2 13.47602674 C6_control_B3 +LQ04X030460 S-adenosylmethionine synthase 2 11.77750538 C6_control_C1 +LQ04X030460 S-adenosylmethionine synthase 2 12.42593878 C6_control_C2 +LQ04X030460 S-adenosylmethionine synthase 2 11.96376924 C6_control_C3 +LQ04X030460 S-adenosylmethionine synthase 2 13.73121751 C6_chemical_A1 +LQ04X030460 S-adenosylmethionine synthase 2 13.84738824 C6_chemical_A3 +LQ04X030460 S-adenosylmethionine synthase 2 13.27612512 C6_chemical_B1 +LQ04X030460 S-adenosylmethionine synthase 2 13.36393426 C6_chemical_B2 +LQ04X030460 S-adenosylmethionine synthase 2 13.96575271 C6_chemical_B3 +LQ04X030460 S-adenosylmethionine synthase 2 12.08161654 C6_chemical_C1 +LQ04X030460 S-adenosylmethionine synthase 2 12.22107489 C6_chemical_C2 +LQ04X030460 S-adenosylmethionine synthase 2 12.27253136 C6_chemical_C3 +LQ04X030460 S-adenosylmethionine synthase 2 13.91870192 L4_control_A1 +LQ04X030460 S-adenosylmethionine synthase 2 14.11057766 L4_control_A2 +LQ04X030460 S-adenosylmethionine synthase 2 13.76390069 L4_control_A3 +LQ04X030460 S-adenosylmethionine synthase 2 13.13826402 L4_control_B1 +LQ04X030460 S-adenosylmethionine synthase 2 13.98979567 L4_control_B2 +LQ04X030460 S-adenosylmethionine synthase 2 14.51800488 L4_control_B3 +LQ04X030460 S-adenosylmethionine synthase 2 12.16419651 L4_control_C2 +LQ04X030460 S-adenosylmethionine synthase 2 13.00298777 L4_control_C3 +LQ04X030460 S-adenosylmethionine synthase 2 13.20998592 L4_chemical_A1 +LQ04X030460 S-adenosylmethionine synthase 2 13.10526341 L4_chemical_A2 +LQ04X030460 S-adenosylmethionine synthase 2 13.67226248 L4_chemical_A3 +LQ04X030460 S-adenosylmethionine synthase 2 13.27210597 L4_chemical_B1 +LQ04X030460 S-adenosylmethionine synthase 2 13.15940971 L4_chemical_B2 +LQ04X030460 S-adenosylmethionine synthase 2 13.82580136 L4_chemical_B3 +LQ04X030460 S-adenosylmethionine synthase 2 12.17379935 L4_chemical_C2 +LQ04X030460 S-adenosylmethionine synthase 2 12.4191127 L4_chemical_C3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.985118033 C6_control_A1 +LQ04X030470 Pleiotropic drug resistance protein 3 5.482726279 C6_control_A3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.796984041 C6_control_B1 +LQ04X030470 Pleiotropic drug resistance protein 3 5.13912128 C6_control_B2 +LQ04X030470 Pleiotropic drug resistance protein 3 5.722370234 C6_control_B3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.249338423 C6_control_C1 +LQ04X030470 Pleiotropic drug resistance protein 3 4.857544364 C6_control_C2 +LQ04X030470 Pleiotropic drug resistance protein 3 4.981283215 C6_control_C3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.235490054 C6_chemical_A1 +LQ04X030470 Pleiotropic drug resistance protein 3 5.574417201 C6_chemical_A3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.754564584 C6_chemical_B1 +LQ04X030470 Pleiotropic drug resistance protein 3 5.26488029 C6_chemical_B2 +LQ04X030470 Pleiotropic drug resistance protein 3 5.767706497 C6_chemical_B3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.296007407 C6_chemical_C1 +LQ04X030470 Pleiotropic drug resistance protein 3 4.943787849 C6_chemical_C2 +LQ04X030470 Pleiotropic drug resistance protein 3 5.169859305 C6_chemical_C3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.616103786 L4_control_A1 +LQ04X030470 Pleiotropic drug resistance protein 3 5.320618589 L4_control_A2 +LQ04X030470 Pleiotropic drug resistance protein 3 6.811615179 L4_control_A3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.495974796 L4_control_B1 +LQ04X030470 Pleiotropic drug resistance protein 3 5.589038845 L4_control_B2 +LQ04X030470 Pleiotropic drug resistance protein 3 5.803868199 L4_control_B3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.218735427 L4_control_C2 +LQ04X030470 Pleiotropic drug resistance protein 3 5.784133648 L4_control_C3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.634992667 L4_chemical_A1 +LQ04X030470 Pleiotropic drug resistance protein 3 5.702935953 L4_chemical_A2 +LQ04X030470 Pleiotropic drug resistance protein 3 6.266768044 L4_chemical_A3 +LQ04X030470 Pleiotropic drug resistance protein 3 5.53431548 L4_chemical_B1 +LQ04X030470 Pleiotropic drug resistance protein 3 5.459007419 L4_chemical_B2 +LQ04X030470 Pleiotropic drug resistance protein 3 5.64961436 L4_chemical_B3 +LQ04X030470 Pleiotropic drug resistance protein 3 6.085327389 L4_chemical_C2 +LQ04X030470 Pleiotropic drug resistance protein 3 6.579166879 L4_chemical_C3 +LQ04X030480 Pleiotropic drug resistance protein 3 4.954566014 C6_control_A1 +LQ04X030480 Pleiotropic drug resistance protein 3 4.86196977 C6_control_A3 +LQ04X030480 Pleiotropic drug resistance protein 3 5.221706892 C6_control_B1 +LQ04X030480 Pleiotropic drug resistance protein 3 4.954683144 C6_control_B2 +LQ04X030480 Pleiotropic drug resistance protein 3 4.917658297 C6_control_B3 +LQ04X030480 Pleiotropic drug resistance protein 3 5.2286961 C6_control_C1 +LQ04X030480 Pleiotropic drug resistance protein 3 4.884283732 C6_control_C2 +LQ04X030480 Pleiotropic drug resistance protein 3 5.112894405 C6_control_C3 +LQ04X030480 Pleiotropic drug resistance protein 3 4.933162985 C6_chemical_A1 +LQ04X030480 Pleiotropic drug resistance protein 3 5.002519456 C6_chemical_A3 +LQ04X030480 Pleiotropic drug resistance protein 3 4.836362216 C6_chemical_B1 +LQ04X030480 Pleiotropic drug resistance protein 3 5.334075238 C6_chemical_B2 +LQ04X030480 Pleiotropic drug resistance protein 3 5.169368145 C6_chemical_B3 +LQ04X030480 Pleiotropic drug resistance protein 3 5.080457938 C6_chemical_C1 +LQ04X030480 Pleiotropic drug resistance protein 3 5.078264204 C6_chemical_C2 +LQ04X030480 Pleiotropic drug resistance protein 3 5.193152295 C6_chemical_C3 +LQ04X030480 Pleiotropic drug resistance protein 3 5.325856168 L4_control_A1 +LQ04X030480 Pleiotropic drug resistance protein 3 4.81173807 L4_control_A2 +LQ04X030480 Pleiotropic drug resistance protein 3 4.875405565 L4_control_A3 +LQ04X030480 Pleiotropic drug resistance protein 3 4.990835525 L4_control_B1 +LQ04X030480 Pleiotropic drug resistance protein 3 4.728320518 L4_control_B2 +LQ04X030480 Pleiotropic drug resistance protein 3 4.994161616 L4_control_B3 +LQ04X030480 Pleiotropic drug resistance protein 3 5.456378131 L4_control_C2 +LQ04X030480 Pleiotropic drug resistance protein 3 6.10080627 L4_control_C3 +LQ04X030480 Pleiotropic drug resistance protein 3 5.078499624 L4_chemical_A1 +LQ04X030480 Pleiotropic drug resistance protein 3 4.724883564 L4_chemical_A2 +LQ04X030480 Pleiotropic drug resistance protein 3 4.739266206 L4_chemical_A3 +LQ04X030480 Pleiotropic drug resistance protein 3 4.927736168 L4_chemical_B1 +LQ04X030480 Pleiotropic drug resistance protein 3 4.830528388 L4_chemical_B2 +LQ04X030480 Pleiotropic drug resistance protein 3 4.909441868 L4_chemical_B3 +LQ04X030480 Pleiotropic drug resistance protein 3 5.446424509 L4_chemical_C2 +LQ04X030480 Pleiotropic drug resistance protein 3 5.658185921 L4_chemical_C3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.437427289 C6_control_A1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.356916033 C6_control_A3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.378432354 C6_control_B1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.291739173 C6_control_B2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.441440618 C6_control_B3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.629046487 C6_control_C1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.405138901 C6_control_C2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.367460575 C6_control_C3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.577429774 C6_chemical_A1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.566069336 C6_chemical_A3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.149171588 C6_chemical_B1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.603415052 C6_chemical_B2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.58555962 C6_chemical_B3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.306080972 C6_chemical_C1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 6.053599522 C6_chemical_C2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.381322521 C6_chemical_C3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.341423274 L4_control_A1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.259905611 L4_control_A2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 6.026108317 L4_control_A3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 6.017911601 L4_control_B1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.671954648 L4_control_B2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.234840977 L4_control_B3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.303008529 L4_control_C2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.637871192 L4_control_C3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 4.956508982 L4_chemical_A1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.427932214 L4_chemical_A2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.423096853 L4_chemical_A3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 6.284150257 L4_chemical_B1 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.094007326 L4_chemical_B2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.18612948 L4_chemical_B3 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.307279032 L4_chemical_C2 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.91841987 L4_chemical_C3 +LQ04X030520 Putative uncharacterized protein 12.89893971 C6_control_A1 +LQ04X030520 Putative uncharacterized protein 12.6610129 C6_control_A3 +LQ04X030520 Putative uncharacterized protein 13.03262702 C6_control_B1 +LQ04X030520 Putative uncharacterized protein 13.31396314 C6_control_B2 +LQ04X030520 Putative uncharacterized protein 13.09127413 C6_control_B3 +LQ04X030520 Putative uncharacterized protein 11.32173282 C6_control_C1 +LQ04X030520 Putative uncharacterized protein 11.65570545 C6_control_C2 +LQ04X030520 Putative uncharacterized protein 11.52108657 C6_control_C3 +LQ04X030520 Putative uncharacterized protein 12.75331744 C6_chemical_A1 +LQ04X030520 Putative uncharacterized protein 12.57193534 C6_chemical_A3 +LQ04X030520 Putative uncharacterized protein 12.75336568 C6_chemical_B1 +LQ04X030520 Putative uncharacterized protein 13.22844063 C6_chemical_B2 +LQ04X030520 Putative uncharacterized protein 12.95632524 C6_chemical_B3 +LQ04X030520 Putative uncharacterized protein 11.53296798 C6_chemical_C1 +LQ04X030520 Putative uncharacterized protein 11.26292302 C6_chemical_C2 +LQ04X030520 Putative uncharacterized protein 11.05865764 C6_chemical_C3 +LQ04X030520 Putative uncharacterized protein 12.56437753 L4_control_A1 +LQ04X030520 Putative uncharacterized protein 12.93126591 L4_control_A2 +LQ04X030520 Putative uncharacterized protein 11.88137639 L4_control_A3 +LQ04X030520 Putative uncharacterized protein 12.38024796 L4_control_B1 +LQ04X030520 Putative uncharacterized protein 12.2833244 L4_control_B2 +LQ04X030520 Putative uncharacterized protein 12.74103524 L4_control_B3 +LQ04X030520 Putative uncharacterized protein 10.37367354 L4_control_C2 +LQ04X030520 Putative uncharacterized protein 9.747975183 L4_control_C3 +LQ04X030520 Putative uncharacterized protein 12.38812475 L4_chemical_A1 +LQ04X030520 Putative uncharacterized protein 12.5247627 L4_chemical_A2 +LQ04X030520 Putative uncharacterized protein 12.06912814 L4_chemical_A3 +LQ04X030520 Putative uncharacterized protein 12.50819016 L4_chemical_B1 +LQ04X030520 Putative uncharacterized protein 12.30057939 L4_chemical_B2 +LQ04X030520 Putative uncharacterized protein 13.16152091 L4_chemical_B3 +LQ04X030520 Putative uncharacterized protein 10.79085302 L4_chemical_C2 +LQ04X030520 Putative uncharacterized protein 10.11006538 L4_chemical_C3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.013602888 C6_control_A1 +LQ04X030540 Putative Solute carrier family 35 member C2 6.321932999 C6_control_A3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.407930278 C6_control_B1 +LQ04X030540 Putative Solute carrier family 35 member C2 6.167525154 C6_control_B2 +LQ04X030540 Putative Solute carrier family 35 member C2 6.081459686 C6_control_B3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.58785615 C6_control_C1 +LQ04X030540 Putative Solute carrier family 35 member C2 6.31375516 C6_control_C2 +LQ04X030540 Putative Solute carrier family 35 member C2 5.905982487 C6_control_C3 +LQ04X030540 Putative Solute carrier family 35 member C2 5.920727069 C6_chemical_A1 +LQ04X030540 Putative Solute carrier family 35 member C2 6.090057346 C6_chemical_A3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.432513708 C6_chemical_B1 +LQ04X030540 Putative Solute carrier family 35 member C2 6.232875368 C6_chemical_B2 +LQ04X030540 Putative Solute carrier family 35 member C2 5.716355732 C6_chemical_B3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.491857364 C6_chemical_C1 +LQ04X030540 Putative Solute carrier family 35 member C2 5.618637595 C6_chemical_C2 +LQ04X030540 Putative Solute carrier family 35 member C2 6.287705006 C6_chemical_C3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.325884958 L4_control_A1 +LQ04X030540 Putative Solute carrier family 35 member C2 6.044111822 L4_control_A2 +LQ04X030540 Putative Solute carrier family 35 member C2 5.268675397 L4_control_A3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.741338055 L4_control_B1 +LQ04X030540 Putative Solute carrier family 35 member C2 6.072732264 L4_control_B2 +LQ04X030540 Putative Solute carrier family 35 member C2 6.049149709 L4_control_B3 +LQ04X030540 Putative Solute carrier family 35 member C2 7.084068387 L4_control_C2 +LQ04X030540 Putative Solute carrier family 35 member C2 5.886132837 L4_control_C3 +LQ04X030540 Putative Solute carrier family 35 member C2 5.842888117 L4_chemical_A1 +LQ04X030540 Putative Solute carrier family 35 member C2 5.931980157 L4_chemical_A2 +LQ04X030540 Putative Solute carrier family 35 member C2 5.54866296 L4_chemical_A3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.244770088 L4_chemical_B1 +LQ04X030540 Putative Solute carrier family 35 member C2 5.613636251 L4_chemical_B2 +LQ04X030540 Putative Solute carrier family 35 member C2 5.867504346 L4_chemical_B3 +LQ04X030540 Putative Solute carrier family 35 member C2 6.498563849 L4_chemical_C2 +LQ04X030540 Putative Solute carrier family 35 member C2 6.971502503 L4_chemical_C3 +LQ04X030550 Novel plant SNARE 13 12.38038353 C6_control_A1 +LQ04X030550 Novel plant SNARE 13 12.5004676 C6_control_A3 +LQ04X030550 Novel plant SNARE 13 12.51260984 C6_control_B1 +LQ04X030550 Novel plant SNARE 13 12.18261411 C6_control_B2 +LQ04X030550 Novel plant SNARE 13 12.46290508 C6_control_B3 +LQ04X030550 Novel plant SNARE 13 12.03141227 C6_control_C1 +LQ04X030550 Novel plant SNARE 13 12.03548792 C6_control_C2 +LQ04X030550 Novel plant SNARE 13 11.72422544 C6_control_C3 +LQ04X030550 Novel plant SNARE 13 12.16656723 C6_chemical_A1 +LQ04X030550 Novel plant SNARE 13 12.55961159 C6_chemical_A3 +LQ04X030550 Novel plant SNARE 13 12.47102474 C6_chemical_B1 +LQ04X030550 Novel plant SNARE 13 12.15086751 C6_chemical_B2 +LQ04X030550 Novel plant SNARE 13 12.29573108 C6_chemical_B3 +LQ04X030550 Novel plant SNARE 13 12.11295269 C6_chemical_C1 +LQ04X030550 Novel plant SNARE 13 12.04380001 C6_chemical_C2 +LQ04X030550 Novel plant SNARE 13 11.62931617 C6_chemical_C3 +LQ04X030550 Novel plant SNARE 13 12.05339281 L4_control_A1 +LQ04X030550 Novel plant SNARE 13 11.95911628 L4_control_A2 +LQ04X030550 Novel plant SNARE 13 11.71418394 L4_control_A3 +LQ04X030550 Novel plant SNARE 13 12.30223264 L4_control_B1 +LQ04X030550 Novel plant SNARE 13 12.82420127 L4_control_B2 +LQ04X030550 Novel plant SNARE 13 12.26020371 L4_control_B3 +LQ04X030550 Novel plant SNARE 13 11.83881041 L4_control_C2 +LQ04X030550 Novel plant SNARE 13 11.63952363 L4_control_C3 +LQ04X030550 Novel plant SNARE 13 11.8955916 L4_chemical_A1 +LQ04X030550 Novel plant SNARE 13 11.99762791 L4_chemical_A2 +LQ04X030550 Novel plant SNARE 13 11.47808047 L4_chemical_A3 +LQ04X030550 Novel plant SNARE 13 12.40059358 L4_chemical_B1 +LQ04X030550 Novel plant SNARE 13 12.58473118 L4_chemical_B2 +LQ04X030550 Novel plant SNARE 13 12.2959573 L4_chemical_B3 +LQ04X030550 Novel plant SNARE 13 12.14768608 L4_chemical_C2 +LQ04X030550 Novel plant SNARE 13 11.73859569 L4_chemical_C3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.94920409 C6_control_A1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.29228144 C6_control_A3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.46278515 C6_control_B1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 10.9182467 C6_control_B2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 10.83938382 C6_control_B3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 12.40543275 C6_control_C1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.22348077 C6_control_C2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.07019463 C6_control_C3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.78180208 C6_chemical_A1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.70671405 C6_chemical_A3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.49226819 C6_chemical_B1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.01040503 C6_chemical_B2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 10.96307166 C6_chemical_B3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 12.41479065 C6_chemical_C1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 12.08135563 C6_chemical_C2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.86256303 C6_chemical_C3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.59857598 L4_control_A1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.59035683 L4_control_A2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.18370664 L4_control_A3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.04219234 L4_control_B1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.23255352 L4_control_B2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 10.16715838 L4_control_B3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.1852249 L4_control_C2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 10.6300772 L4_control_C3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.98747109 L4_chemical_A1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 12.17102939 L4_chemical_A2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.53993431 L4_chemical_A3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.8323462 L4_chemical_B1 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.25032906 L4_chemical_B2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 10.25317071 L4_chemical_B3 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.04794753 L4_chemical_C2 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 10.94808217 L4_chemical_C3 +LQ04X030570 Predicted protein 5.09948766 C6_control_A1 +LQ04X030570 Predicted protein 5.463125964 C6_control_A3 +LQ04X030570 Predicted protein 5.539720232 C6_control_B1 +LQ04X030570 Predicted protein 5.678313241 C6_control_B2 +LQ04X030570 Predicted protein 5.33413044 C6_control_B3 +LQ04X030570 Predicted protein 5.597122667 C6_control_C1 +LQ04X030570 Predicted protein 6.144995341 C6_control_C2 +LQ04X030570 Predicted protein 5.574480593 C6_control_C3 +LQ04X030570 Predicted protein 5.451880672 C6_chemical_A1 +LQ04X030570 Predicted protein 5.625075194 C6_chemical_A3 +LQ04X030570 Predicted protein 4.859624665 C6_chemical_B1 +LQ04X030570 Predicted protein 5.4121177 C6_chemical_B2 +LQ04X030570 Predicted protein 4.90087231 C6_chemical_B3 +LQ04X030570 Predicted protein 5.823147974 C6_chemical_C1 +LQ04X030570 Predicted protein 5.421399966 C6_chemical_C2 +LQ04X030570 Predicted protein 5.642629706 C6_chemical_C3 +LQ04X030570 Predicted protein 5.174049831 L4_control_A1 +LQ04X030570 Predicted protein 5.554495113 L4_control_A2 +LQ04X030570 Predicted protein 5.306522498 L4_control_A3 +LQ04X030570 Predicted protein 5.250977869 L4_control_B1 +LQ04X030570 Predicted protein 5.258822687 L4_control_B2 +LQ04X030570 Predicted protein 5.433714249 L4_control_B3 +LQ04X030570 Predicted protein 6.226806105 L4_control_C2 +LQ04X030570 Predicted protein 5.659735291 L4_control_C3 +LQ04X030570 Predicted protein 5.203541998 L4_chemical_A1 +LQ04X030570 Predicted protein 5.310020292 L4_chemical_A2 +LQ04X030570 Predicted protein 5.313425599 L4_chemical_A3 +LQ04X030570 Predicted protein 5.368457379 L4_chemical_B1 +LQ04X030570 Predicted protein 5.409755132 L4_chemical_B2 +LQ04X030570 Predicted protein 5.312626375 L4_chemical_B3 +LQ04X030570 Predicted protein 5.501414523 L4_chemical_C2 +LQ04X030570 Predicted protein 5.7225533 L4_chemical_C3 +LQ04X030580 DNA binding protein, putative 5.420668624 C6_control_A1 +LQ04X030580 DNA binding protein, putative 5.603555472 C6_control_A3 +LQ04X030580 DNA binding protein, putative 5.035618092 C6_control_B1 +LQ04X030580 DNA binding protein, putative 5.141563322 C6_control_B2 +LQ04X030580 DNA binding protein, putative 5.025998251 C6_control_B3 +LQ04X030580 DNA binding protein, putative 5.385899025 C6_control_C1 +LQ04X030580 DNA binding protein, putative 6.348069123 C6_control_C2 +LQ04X030580 DNA binding protein, putative 5.348233275 C6_control_C3 +LQ04X030580 DNA binding protein, putative 5.399853485 C6_chemical_A1 +LQ04X030580 DNA binding protein, putative 4.997055068 C6_chemical_A3 +LQ04X030580 DNA binding protein, putative 4.792369318 C6_chemical_B1 +LQ04X030580 DNA binding protein, putative 5.139691236 C6_chemical_B2 +LQ04X030580 DNA binding protein, putative 4.906057769 C6_chemical_B3 +LQ04X030580 DNA binding protein, putative 5.342473549 C6_chemical_C1 +LQ04X030580 DNA binding protein, putative 5.50993589 C6_chemical_C2 +LQ04X030580 DNA binding protein, putative 5.269975468 C6_chemical_C3 +LQ04X030580 DNA binding protein, putative 5.124882221 L4_control_A1 +LQ04X030580 DNA binding protein, putative 5.320280673 L4_control_A2 +LQ04X030580 DNA binding protein, putative 4.964957705 L4_control_A3 +LQ04X030580 DNA binding protein, putative 5.433275233 L4_control_B1 +LQ04X030580 DNA binding protein, putative 5.893165047 L4_control_B2 +LQ04X030580 DNA binding protein, putative 4.776097127 L4_control_B3 +LQ04X030580 DNA binding protein, putative 5.422126762 L4_control_C2 +LQ04X030580 DNA binding protein, putative 4.805831411 L4_control_C3 +LQ04X030580 DNA binding protein, putative 4.609871199 L4_chemical_A1 +LQ04X030580 DNA binding protein, putative 5.157443314 L4_chemical_A2 +LQ04X030580 DNA binding protein, putative 5.148511332 L4_chemical_A3 +LQ04X030580 DNA binding protein, putative 5.170536622 L4_chemical_B1 +LQ04X030580 DNA binding protein, putative 5.207684005 L4_chemical_B2 +LQ04X030580 DNA binding protein, putative 5.131401319 L4_chemical_B3 +LQ04X030580 DNA binding protein, putative 5.923146957 L4_chemical_C2 +LQ04X030580 DNA binding protein, putative 4.924091057 L4_chemical_C3 +LQ04X030610 Predicted protein 11.11439035 C6_control_A1 +LQ04X030610 Predicted protein 11.24386626 C6_control_A3 +LQ04X030610 Predicted protein 10.96198589 C6_control_B1 +LQ04X030610 Predicted protein 10.08453179 C6_control_B2 +LQ04X030610 Predicted protein 10.76814436 C6_control_B3 +LQ04X030610 Predicted protein 10.2430017 C6_control_C1 +LQ04X030610 Predicted protein 8.892900414 C6_control_C2 +LQ04X030610 Predicted protein 10.21829105 C6_control_C3 +LQ04X030610 Predicted protein 11.10045874 C6_chemical_A1 +LQ04X030610 Predicted protein 11.80483464 C6_chemical_A3 +LQ04X030610 Predicted protein 11.16788046 C6_chemical_B1 +LQ04X030610 Predicted protein 9.784099269 C6_chemical_B2 +LQ04X030610 Predicted protein 11.16827639 C6_chemical_B3 +LQ04X030610 Predicted protein 9.8829729 C6_chemical_C1 +LQ04X030610 Predicted protein 9.973549353 C6_chemical_C2 +LQ04X030610 Predicted protein 10.07984114 C6_chemical_C3 +LQ04X030610 Predicted protein 11.27886417 L4_control_A1 +LQ04X030610 Predicted protein 11.62359703 L4_control_A2 +LQ04X030610 Predicted protein 12.29034511 L4_control_A3 +LQ04X030610 Predicted protein 11.1499773 L4_control_B1 +LQ04X030610 Predicted protein 12.17022845 L4_control_B2 +LQ04X030610 Predicted protein 9.790510553 L4_control_B3 +LQ04X030610 Predicted protein 11.66418127 L4_control_C2 +LQ04X030610 Predicted protein 11.20989169 L4_control_C3 +LQ04X030610 Predicted protein 10.87649475 L4_chemical_A1 +LQ04X030610 Predicted protein 11.60395618 L4_chemical_A2 +LQ04X030610 Predicted protein 11.81948864 L4_chemical_A3 +LQ04X030610 Predicted protein 11.8696007 L4_chemical_B1 +LQ04X030610 Predicted protein 12.04691672 L4_chemical_B2 +LQ04X030610 Predicted protein 10.53025616 L4_chemical_B3 +LQ04X030610 Predicted protein 11.64787184 L4_chemical_C2 +LQ04X030610 Predicted protein 11.17753855 L4_chemical_C3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.162095949 C6_control_A1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.094512278 C6_control_A3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 6.657699805 C6_control_B1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.961531954 C6_control_B2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.355913877 C6_control_B3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 9.622722732 C6_control_C1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 9.413341226 C6_control_C2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 9.699197496 C6_control_C3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.683633461 C6_chemical_A1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.8907521 C6_chemical_A3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.807101087 C6_chemical_B1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.684076468 C6_chemical_B2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.412164838 C6_chemical_B3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 9.251909292 C6_chemical_C1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 9.242896871 C6_chemical_C2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 10.18485423 C6_chemical_C3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.727244928 L4_control_A1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.715220205 L4_control_A2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 6.79145469 L4_control_A3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.329511349 L4_control_B1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.614787718 L4_control_B2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.195126899 L4_control_B3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 9.081442778 L4_control_C2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.890124279 L4_control_C3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.795087116 L4_chemical_A1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.935549365 L4_chemical_A2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.735570077 L4_chemical_A3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.156155596 L4_chemical_B1 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 7.534210983 L4_chemical_B2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.236142315 L4_chemical_B3 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.899403826 L4_chemical_C2 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.896873787 L4_chemical_C3 +LQ04X030651 Putative uncharacterized protein 10.01545925 C6_control_A1 +LQ04X030651 Putative uncharacterized protein 9.280556232 C6_control_A3 +LQ04X030651 Putative uncharacterized protein 9.785651719 C6_control_B1 +LQ04X030651 Putative uncharacterized protein 9.190917027 C6_control_B2 +LQ04X030651 Putative uncharacterized protein 10.20219969 C6_control_B3 +LQ04X030651 Putative uncharacterized protein 10.17844421 C6_control_C1 +LQ04X030651 Putative uncharacterized protein 9.508814787 C6_control_C2 +LQ04X030651 Putative uncharacterized protein 10.15501858 C6_control_C3 +LQ04X030651 Putative uncharacterized protein 9.844629225 C6_chemical_A1 +LQ04X030651 Putative uncharacterized protein 10.06735366 C6_chemical_A3 +LQ04X030651 Putative uncharacterized protein 9.712982435 C6_chemical_B1 +LQ04X030651 Putative uncharacterized protein 9.184137974 C6_chemical_B2 +LQ04X030651 Putative uncharacterized protein 10.24191946 C6_chemical_B3 +LQ04X030651 Putative uncharacterized protein 10.23400359 C6_chemical_C1 +LQ04X030651 Putative uncharacterized protein 9.751410443 C6_chemical_C2 +LQ04X030651 Putative uncharacterized protein 10.11341542 C6_chemical_C3 +LQ04X030651 Putative uncharacterized protein 10.16416302 L4_control_A1 +LQ04X030651 Putative uncharacterized protein 9.971477141 L4_control_A2 +LQ04X030651 Putative uncharacterized protein 10.79081394 L4_control_A3 +LQ04X030651 Putative uncharacterized protein 10.1015326 L4_control_B1 +LQ04X030651 Putative uncharacterized protein 10.5134968 L4_control_B2 +LQ04X030651 Putative uncharacterized protein 10.37243833 L4_control_B3 +LQ04X030651 Putative uncharacterized protein 11.13253256 L4_control_C2 +LQ04X030651 Putative uncharacterized protein 10.43609911 L4_control_C3 +LQ04X030651 Putative uncharacterized protein 10.14844759 L4_chemical_A1 +LQ04X030651 Putative uncharacterized protein 9.852135919 L4_chemical_A2 +LQ04X030651 Putative uncharacterized protein 10.68801319 L4_chemical_A3 +LQ04X030651 Putative uncharacterized protein 9.600264294 L4_chemical_B1 +LQ04X030651 Putative uncharacterized protein 10.28579972 L4_chemical_B2 +LQ04X030651 Putative uncharacterized protein 10.02596379 L4_chemical_B3 +LQ04X030651 Putative uncharacterized protein 11.00229527 L4_chemical_C2 +LQ04X030651 Putative uncharacterized protein 10.39395388 L4_chemical_C3 +LQ04X030652 Putative uncharacterized protein 5.521698396 C6_control_A1 +LQ04X030652 Putative uncharacterized protein 5.162139438 C6_control_A3 +LQ04X030652 Putative uncharacterized protein 5.921397175 C6_control_B1 +LQ04X030652 Putative uncharacterized protein 5.71485256 C6_control_B2 +LQ04X030652 Putative uncharacterized protein 5.449105242 C6_control_B3 +LQ04X030652 Putative uncharacterized protein 6.175212142 C6_control_C1 +LQ04X030652 Putative uncharacterized protein 5.860563093 C6_control_C2 +LQ04X030652 Putative uncharacterized protein 6.147820007 C6_control_C3 +LQ04X030652 Putative uncharacterized protein 5.815096024 C6_chemical_A1 +LQ04X030652 Putative uncharacterized protein 5.157227357 C6_chemical_A3 +LQ04X030652 Putative uncharacterized protein 5.547915541 C6_chemical_B1 +LQ04X030652 Putative uncharacterized protein 5.61581718 C6_chemical_B2 +LQ04X030652 Putative uncharacterized protein 5.538753688 C6_chemical_B3 +LQ04X030652 Putative uncharacterized protein 5.965707062 C6_chemical_C1 +LQ04X030652 Putative uncharacterized protein 6.125503801 C6_chemical_C2 +LQ04X030652 Putative uncharacterized protein 5.656740418 C6_chemical_C3 +LQ04X030652 Putative uncharacterized protein 5.582150714 L4_control_A1 +LQ04X030652 Putative uncharacterized protein 5.16805012 L4_control_A2 +LQ04X030652 Putative uncharacterized protein 6.043204863 L4_control_A3 +LQ04X030652 Putative uncharacterized protein 5.719405014 L4_control_B1 +LQ04X030652 Putative uncharacterized protein 5.432263454 L4_control_B2 +LQ04X030652 Putative uncharacterized protein 5.449325255 L4_control_B3 +LQ04X030652 Putative uncharacterized protein 5.717305533 L4_control_C2 +LQ04X030652 Putative uncharacterized protein 5.907392269 L4_control_C3 +LQ04X030652 Putative uncharacterized protein 5.320567039 L4_chemical_A1 +LQ04X030652 Putative uncharacterized protein 5.514535983 L4_chemical_A2 +LQ04X030652 Putative uncharacterized protein 5.563030104 L4_chemical_A3 +LQ04X030652 Putative uncharacterized protein 5.788703834 L4_chemical_B1 +LQ04X030652 Putative uncharacterized protein 6.142972148 L4_chemical_B2 +LQ04X030652 Putative uncharacterized protein 5.438548412 L4_chemical_B3 +LQ04X030652 Putative uncharacterized protein 5.393724262 L4_chemical_C2 +LQ04X030652 Putative uncharacterized protein 5.685054514 L4_chemical_C3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.59733553 C6_control_A1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.44864496 C6_control_A3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.14805923 C6_control_B1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.66935932 C6_control_B2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.72011792 C6_control_B3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.55933359 C6_control_C1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.47273926 C6_control_C2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.02831372 C6_control_C3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.59222114 C6_chemical_A1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.31910942 C6_chemical_A3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.14583001 C6_chemical_B1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.80582966 C6_chemical_B2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.14441788 C6_chemical_B3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.48060216 C6_chemical_C1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.57115944 C6_chemical_C2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 9.623897924 C6_chemical_C3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.49084836 L4_control_A1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.75246489 L4_control_A2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 12.11395327 L4_control_A3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.48441156 L4_control_B1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.0656297 L4_control_B2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 9.924739041 L4_control_B3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.21039442 L4_control_C2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.14463834 L4_control_C3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.24289865 L4_chemical_A1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.58364763 L4_chemical_A2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.90127516 L4_chemical_A3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.80134629 L4_chemical_B1 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.06807607 L4_chemical_B2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.35564998 L4_chemical_B3 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.33166693 L4_chemical_C2 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 10.46924492 L4_chemical_C3 +LQ04X030680 Cyclic AMP receptor, putative 9.836799223 C6_control_A1 +LQ04X030680 Cyclic AMP receptor, putative 9.738304513 C6_control_A3 +LQ04X030680 Cyclic AMP receptor, putative 10.3700294 C6_control_B1 +LQ04X030680 Cyclic AMP receptor, putative 9.248717238 C6_control_B2 +LQ04X030680 Cyclic AMP receptor, putative 10.04630003 C6_control_B3 +LQ04X030680 Cyclic AMP receptor, putative 8.486808908 C6_control_C1 +LQ04X030680 Cyclic AMP receptor, putative 8.471905841 C6_control_C2 +LQ04X030680 Cyclic AMP receptor, putative 8.737253763 C6_control_C3 +LQ04X030680 Cyclic AMP receptor, putative 9.802852857 C6_chemical_A1 +LQ04X030680 Cyclic AMP receptor, putative 9.613482638 C6_chemical_A3 +LQ04X030680 Cyclic AMP receptor, putative 10.17305055 C6_chemical_B1 +LQ04X030680 Cyclic AMP receptor, putative 9.404514958 C6_chemical_B2 +LQ04X030680 Cyclic AMP receptor, putative 9.657270426 C6_chemical_B3 +LQ04X030680 Cyclic AMP receptor, putative 8.485683033 C6_chemical_C1 +LQ04X030680 Cyclic AMP receptor, putative 8.639174715 C6_chemical_C2 +LQ04X030680 Cyclic AMP receptor, putative 8.488320481 C6_chemical_C3 +LQ04X030680 Cyclic AMP receptor, putative 9.411755367 L4_control_A1 +LQ04X030680 Cyclic AMP receptor, putative 9.21561376 L4_control_A2 +LQ04X030680 Cyclic AMP receptor, putative 9.383083935 L4_control_A3 +LQ04X030680 Cyclic AMP receptor, putative 9.499039772 L4_control_B1 +LQ04X030680 Cyclic AMP receptor, putative 9.660218824 L4_control_B2 +LQ04X030680 Cyclic AMP receptor, putative 9.220532353 L4_control_B3 +LQ04X030680 Cyclic AMP receptor, putative 8.100105761 L4_control_C2 +LQ04X030680 Cyclic AMP receptor, putative 8.926785227 L4_control_C3 +LQ04X030680 Cyclic AMP receptor, putative 9.284836008 L4_chemical_A1 +LQ04X030680 Cyclic AMP receptor, putative 9.191308497 L4_chemical_A2 +LQ04X030680 Cyclic AMP receptor, putative 9.101210999 L4_chemical_A3 +LQ04X030680 Cyclic AMP receptor, putative 9.302325375 L4_chemical_B1 +LQ04X030680 Cyclic AMP receptor, putative 9.530944627 L4_chemical_B2 +LQ04X030680 Cyclic AMP receptor, putative 9.38744476 L4_chemical_B3 +LQ04X030680 Cyclic AMP receptor, putative 8.349348836 L4_chemical_C2 +LQ04X030680 Cyclic AMP receptor, putative 8.391845441 L4_chemical_C3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.799240788 C6_control_A1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.30550269 C6_control_A3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.66816689 C6_control_B1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.448681607 C6_control_B2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.305381815 C6_control_B3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.960999994 C6_control_C1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.22847836 C6_control_C2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.18267847 C6_control_C3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.680065263 C6_chemical_A1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.4098709 C6_chemical_A3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.036547154 C6_chemical_B1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.337390835 C6_chemical_B2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.420796156 C6_chemical_B3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.777533267 C6_chemical_C1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.18245992 C6_chemical_C2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.2399685 C6_chemical_C3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.17865077 L4_control_A1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.687431832 L4_control_A2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.53950146 L4_control_A3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.021775273 L4_control_B1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.19586403 L4_control_B2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.786175535 L4_control_B3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.07140897 L4_control_C2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.34214731 L4_control_C3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.841684452 L4_chemical_A1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.496606908 L4_chemical_A2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.65167937 L4_chemical_A3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.243680148 L4_chemical_B1 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.599071049 L4_chemical_B2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.459919207 L4_chemical_B3 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.12370195 L4_chemical_C2 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 10.4995773 L4_chemical_C3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.90639864 C6_control_A1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.97223781 C6_control_A3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.78780237 C6_control_B1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.68524469 C6_control_B2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.783648 C6_control_B3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.85744743 C6_control_C1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.46283537 C6_control_C2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.38139383 C6_control_C3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.74618239 C6_chemical_A1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.22022599 C6_chemical_A3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.76105102 C6_chemical_B1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.77633866 C6_chemical_B2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.62785376 C6_chemical_B3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.7657615 C6_chemical_C1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.78023701 C6_chemical_C2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.5051183 C6_chemical_C3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.12396732 L4_control_A1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.30589367 L4_control_A2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.02090274 L4_control_A3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.09775131 L4_control_B1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.45818762 L4_control_B2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.73134422 L4_control_B3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.07760612 L4_control_C2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.09935495 L4_control_C3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.92515863 L4_chemical_A1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.19789696 L4_chemical_A2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.83657615 L4_chemical_A3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.11435012 L4_chemical_B1 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.03842347 L4_chemical_B2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.84845062 L4_chemical_B3 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 13.12130839 L4_chemical_C2 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.91564428 L4_chemical_C3 +LQ04X030740 Aspartic proteinase oryzasin-1 8.963704892 C6_control_A1 +LQ04X030740 Aspartic proteinase oryzasin-1 7.584530309 C6_control_A3 +LQ04X030740 Aspartic proteinase oryzasin-1 9.195777771 C6_control_B1 +LQ04X030740 Aspartic proteinase oryzasin-1 10.81142357 C6_control_B2 +LQ04X030740 Aspartic proteinase oryzasin-1 10.57733816 C6_control_B3 +LQ04X030740 Aspartic proteinase oryzasin-1 10.7306645 C6_control_C1 +LQ04X030740 Aspartic proteinase oryzasin-1 10.66213869 C6_control_C2 +LQ04X030740 Aspartic proteinase oryzasin-1 10.7938132 C6_control_C3 +LQ04X030740 Aspartic proteinase oryzasin-1 9.288281646 C6_chemical_A1 +LQ04X030740 Aspartic proteinase oryzasin-1 8.362641176 C6_chemical_A3 +LQ04X030740 Aspartic proteinase oryzasin-1 9.745089085 C6_chemical_B1 +LQ04X030740 Aspartic proteinase oryzasin-1 10.8170549 C6_chemical_B2 +LQ04X030740 Aspartic proteinase oryzasin-1 10.97775398 C6_chemical_B3 +LQ04X030740 Aspartic proteinase oryzasin-1 10.25666077 C6_chemical_C1 +LQ04X030740 Aspartic proteinase oryzasin-1 10.52976494 C6_chemical_C2 +LQ04X030740 Aspartic proteinase oryzasin-1 9.706368511 C6_chemical_C3 +LQ04X030740 Aspartic proteinase oryzasin-1 8.760411147 L4_control_A1 +LQ04X030740 Aspartic proteinase oryzasin-1 8.344340756 L4_control_A2 +LQ04X030740 Aspartic proteinase oryzasin-1 8.789412533 L4_control_A3 +LQ04X030740 Aspartic proteinase oryzasin-1 8.837262658 L4_control_B1 +LQ04X030740 Aspartic proteinase oryzasin-1 9.394052281 L4_control_B2 +LQ04X030740 Aspartic proteinase oryzasin-1 11.5247381 L4_control_B3 +LQ04X030740 Aspartic proteinase oryzasin-1 9.92158399 L4_control_C2 +LQ04X030740 Aspartic proteinase oryzasin-1 9.901537298 L4_control_C3 +LQ04X030740 Aspartic proteinase oryzasin-1 9.018113743 L4_chemical_A1 +LQ04X030740 Aspartic proteinase oryzasin-1 8.487590092 L4_chemical_A2 +LQ04X030740 Aspartic proteinase oryzasin-1 9.245086333 L4_chemical_A3 +LQ04X030740 Aspartic proteinase oryzasin-1 8.507613607 L4_chemical_B1 +LQ04X030740 Aspartic proteinase oryzasin-1 8.304918517 L4_chemical_B2 +LQ04X030740 Aspartic proteinase oryzasin-1 9.327994315 L4_chemical_B3 +LQ04X030740 Aspartic proteinase oryzasin-1 9.36118466 L4_chemical_C2 +LQ04X030740 Aspartic proteinase oryzasin-1 10.37355488 L4_chemical_C3 +LQ04X030750 Putative uncharacterized protein 11.81371993 C6_control_A1 +LQ04X030750 Putative uncharacterized protein 11.40917393 C6_control_A3 +LQ04X030750 Putative uncharacterized protein 12.06352988 C6_control_B1 +LQ04X030750 Putative uncharacterized protein 12.17605358 C6_control_B2 +LQ04X030750 Putative uncharacterized protein 11.86745567 C6_control_B3 +LQ04X030750 Putative uncharacterized protein 13.10454944 C6_control_C1 +LQ04X030750 Putative uncharacterized protein 12.68513995 C6_control_C2 +LQ04X030750 Putative uncharacterized protein 12.3421808 C6_control_C3 +LQ04X030750 Putative uncharacterized protein 12.17717731 C6_chemical_A1 +LQ04X030750 Putative uncharacterized protein 11.51505435 C6_chemical_A3 +LQ04X030750 Putative uncharacterized protein 12.29925771 C6_chemical_B1 +LQ04X030750 Putative uncharacterized protein 11.95237092 C6_chemical_B2 +LQ04X030750 Putative uncharacterized protein 11.78650488 C6_chemical_B3 +LQ04X030750 Putative uncharacterized protein 13.03205368 C6_chemical_C1 +LQ04X030750 Putative uncharacterized protein 12.94873594 C6_chemical_C2 +LQ04X030750 Putative uncharacterized protein 12.59333317 C6_chemical_C3 +LQ04X030750 Putative uncharacterized protein 12.28376034 L4_control_A1 +LQ04X030750 Putative uncharacterized protein 12.19636414 L4_control_A2 +LQ04X030750 Putative uncharacterized protein 12.12045651 L4_control_A3 +LQ04X030750 Putative uncharacterized protein 12.51834696 L4_control_B1 +LQ04X030750 Putative uncharacterized protein 12.09665865 L4_control_B2 +LQ04X030750 Putative uncharacterized protein 11.48804128 L4_control_B3 +LQ04X030750 Putative uncharacterized protein 12.95765041 L4_control_C2 +LQ04X030750 Putative uncharacterized protein 12.22862542 L4_control_C3 +LQ04X030750 Putative uncharacterized protein 12.23185235 L4_chemical_A1 +LQ04X030750 Putative uncharacterized protein 12.28524429 L4_chemical_A2 +LQ04X030750 Putative uncharacterized protein 12.17061448 L4_chemical_A3 +LQ04X030750 Putative uncharacterized protein 12.62219403 L4_chemical_B1 +LQ04X030750 Putative uncharacterized protein 12.49576259 L4_chemical_B2 +LQ04X030750 Putative uncharacterized protein 11.71789418 L4_chemical_B3 +LQ04X030750 Putative uncharacterized protein 12.8208115 L4_chemical_C2 +LQ04X030750 Putative uncharacterized protein 12.29428506 L4_chemical_C3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.899747411 C6_control_A1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.796300981 C6_control_A3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.018754159 C6_control_B1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.772641888 C6_control_B2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.964117829 C6_control_B3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.73667028 C6_control_C1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.827175348 C6_control_C2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.954019787 C6_control_C3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.776988966 C6_chemical_A1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.041097459 C6_chemical_A3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.58851216 C6_chemical_B1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.693615557 C6_chemical_B2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.888243174 C6_chemical_B3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.773800937 C6_chemical_C1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.684970338 C6_chemical_C2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.828374467 C6_chemical_C3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.098650986 L4_control_A1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.696494021 L4_control_A2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.104187097 L4_control_A3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.100352734 L4_control_B1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.883187413 L4_control_B2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.001530978 L4_control_B3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.991007232 L4_control_C2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.974064253 L4_control_C3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.937642173 L4_chemical_A1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.937846091 L4_chemical_A2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.31915683 L4_chemical_A3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.723971488 L4_chemical_B1 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.091746769 L4_chemical_B2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.132429335 L4_chemical_B3 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.085925187 L4_chemical_C2 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.969484686 L4_chemical_C3 +LQ05X000010 Putative uncharacterized protein 11.89127728 C6_control_A1 +LQ05X000010 Putative uncharacterized protein 11.57032764 C6_control_A3 +LQ05X000010 Putative uncharacterized protein 11.38561923 C6_control_B1 +LQ05X000010 Putative uncharacterized protein 11.83586789 C6_control_B2 +LQ05X000010 Putative uncharacterized protein 11.64475484 C6_control_B3 +LQ05X000010 Putative uncharacterized protein 12.23818349 C6_control_C1 +LQ05X000010 Putative uncharacterized protein 12.05990732 C6_control_C2 +LQ05X000010 Putative uncharacterized protein 12.44382107 C6_control_C3 +LQ05X000010 Putative uncharacterized protein 11.84033879 C6_chemical_A1 +LQ05X000010 Putative uncharacterized protein 10.93307588 C6_chemical_A3 +LQ05X000010 Putative uncharacterized protein 11.29386151 C6_chemical_B1 +LQ05X000010 Putative uncharacterized protein 11.64786991 C6_chemical_B2 +LQ05X000010 Putative uncharacterized protein 12.28791178 C6_chemical_B3 +LQ05X000010 Putative uncharacterized protein 12.36075911 C6_chemical_C1 +LQ05X000010 Putative uncharacterized protein 11.88760299 C6_chemical_C2 +LQ05X000010 Putative uncharacterized protein 12.56625081 C6_chemical_C3 +LQ05X000010 Putative uncharacterized protein 11.54476285 L4_control_A1 +LQ05X000010 Putative uncharacterized protein 11.55897675 L4_control_A2 +LQ05X000010 Putative uncharacterized protein 11.08555078 L4_control_A3 +LQ05X000010 Putative uncharacterized protein 11.69543613 L4_control_B1 +LQ05X000010 Putative uncharacterized protein 9.518225679 L4_control_B2 +LQ05X000010 Putative uncharacterized protein 12.45559381 L4_control_B3 +LQ05X000010 Putative uncharacterized protein 11.52939776 L4_control_C2 +LQ05X000010 Putative uncharacterized protein 11.13125997 L4_control_C3 +LQ05X000010 Putative uncharacterized protein 11.81847279 L4_chemical_A1 +LQ05X000010 Putative uncharacterized protein 11.88237886 L4_chemical_A2 +LQ05X000010 Putative uncharacterized protein 11.40735254 L4_chemical_A3 +LQ05X000010 Putative uncharacterized protein 11.68923364 L4_chemical_B1 +LQ05X000010 Putative uncharacterized protein 11.31498791 L4_chemical_B2 +LQ05X000010 Putative uncharacterized protein 11.50257887 L4_chemical_B3 +LQ05X000010 Putative uncharacterized protein 11.51024896 L4_chemical_C2 +LQ05X000010 Putative uncharacterized protein 11.36094579 L4_chemical_C3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.49707676 C6_control_A1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.48488242 C6_control_A3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.15643739 C6_control_B1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.54136024 C6_control_B2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.89650845 C6_control_B3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.60124921 C6_control_C1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.61073665 C6_control_C2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.54525312 C6_control_C3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.44560965 C6_chemical_A1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 13.10524931 C6_chemical_A3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.11832633 C6_chemical_B1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.6569603 C6_chemical_B2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.80574117 C6_chemical_B3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.6976148 C6_chemical_C1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.57551394 C6_chemical_C2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 11.76107245 C6_chemical_C3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 13.30139173 L4_control_A1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.74794086 L4_control_A2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 13.45818884 L4_control_A3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.7692705 L4_control_B1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.79367833 L4_control_B2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.80885186 L4_control_B3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.9312726 L4_control_C2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.79602653 L4_control_C3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 13.36806752 L4_chemical_A1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.80550499 L4_chemical_A2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 13.4050387 L4_chemical_A3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.78084945 L4_chemical_B1 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.58224082 L4_chemical_B2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.9439 L4_chemical_B3 +LQ05X000030 Putative Uncharacterized protein C1683.06c 13.27887466 L4_chemical_C2 +LQ05X000030 Putative Uncharacterized protein C1683.06c 13.10676549 L4_chemical_C3 +LQ05X000050 Lupus la ribonucleoprotein, putative 11.95848422 C6_control_A1 +LQ05X000050 Lupus la ribonucleoprotein, putative 11.62041391 C6_control_A3 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.11604378 C6_control_B1 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.23790445 C6_control_B2 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.47121555 C6_control_B3 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.18461933 C6_control_C1 +LQ05X000050 Lupus la ribonucleoprotein, putative 11.82476194 C6_control_C2 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.24210339 C6_control_C3 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.48745491 C6_chemical_A1 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.20680127 C6_chemical_A3 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.8118337 C6_chemical_B1 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.18721002 C6_chemical_B2 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.81682321 C6_chemical_B3 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.03915398 C6_chemical_C1 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.63303156 C6_chemical_C2 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.42467249 C6_chemical_C3 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.23219131 L4_control_A1 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.73870145 L4_control_A2 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.94325487 L4_control_A3 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.08929068 L4_control_B1 +LQ05X000050 Lupus la ribonucleoprotein, putative 14.12880644 L4_control_B2 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.39252098 L4_control_B3 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.77713693 L4_control_C2 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.87204894 L4_control_C3 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.2325781 L4_chemical_A1 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.10859082 L4_chemical_A2 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.73174862 L4_chemical_A3 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.19422443 L4_chemical_B1 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.4807947 L4_chemical_B2 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.88001864 L4_chemical_B3 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.85857546 L4_chemical_C2 +LQ05X000050 Lupus la ribonucleoprotein, putative 13.73063084 L4_chemical_C3 +LQ05X000060 Predicted protein 5.08943342 C6_control_A1 +LQ05X000060 Predicted protein 5.309336304 C6_control_A3 +LQ05X000060 Predicted protein 4.672781804 C6_control_B1 +LQ05X000060 Predicted protein 5.015060027 C6_control_B2 +LQ05X000060 Predicted protein 4.962203153 C6_control_B3 +LQ05X000060 Predicted protein 4.750370832 C6_control_C1 +LQ05X000060 Predicted protein 5.261311012 C6_control_C2 +LQ05X000060 Predicted protein 4.821315676 C6_control_C3 +LQ05X000060 Predicted protein 4.912053288 C6_chemical_A1 +LQ05X000060 Predicted protein 5.142791407 C6_chemical_A3 +LQ05X000060 Predicted protein 4.583236814 C6_chemical_B1 +LQ05X000060 Predicted protein 4.915025769 C6_chemical_B2 +LQ05X000060 Predicted protein 4.857937331 C6_chemical_B3 +LQ05X000060 Predicted protein 5.295156091 C6_chemical_C1 +LQ05X000060 Predicted protein 4.652046663 C6_chemical_C2 +LQ05X000060 Predicted protein 4.929230231 C6_chemical_C3 +LQ05X000060 Predicted protein 4.938176408 L4_control_A1 +LQ05X000060 Predicted protein 5.01304044 L4_control_A2 +LQ05X000060 Predicted protein 5.242427909 L4_control_A3 +LQ05X000060 Predicted protein 4.733325189 L4_control_B1 +LQ05X000060 Predicted protein 4.953618012 L4_control_B2 +LQ05X000060 Predicted protein 4.581125976 L4_control_B3 +LQ05X000060 Predicted protein 4.657276141 L4_control_C2 +LQ05X000060 Predicted protein 5.276449116 L4_control_C3 +LQ05X000060 Predicted protein 4.896238866 L4_chemical_A1 +LQ05X000060 Predicted protein 5.269454914 L4_chemical_A2 +LQ05X000060 Predicted protein 5.411885888 L4_chemical_A3 +LQ05X000060 Predicted protein 4.902997351 L4_chemical_B1 +LQ05X000060 Predicted protein 4.939159536 L4_chemical_B2 +LQ05X000060 Predicted protein 4.651215944 L4_chemical_B3 +LQ05X000060 Predicted protein 5.020864948 L4_chemical_C2 +LQ05X000060 Predicted protein 4.81751562 L4_chemical_C3 +LQ05X000070 Probable thiol methyltransferase 2 5.829024051 C6_control_A1 +LQ05X000070 Probable thiol methyltransferase 2 5.8333209 C6_control_A3 +LQ05X000070 Probable thiol methyltransferase 2 5.475905688 C6_control_B1 +LQ05X000070 Probable thiol methyltransferase 2 5.809563526 C6_control_B2 +LQ05X000070 Probable thiol methyltransferase 2 5.552124144 C6_control_B3 +LQ05X000070 Probable thiol methyltransferase 2 4.874777082 C6_control_C1 +LQ05X000070 Probable thiol methyltransferase 2 5.521428034 C6_control_C2 +LQ05X000070 Probable thiol methyltransferase 2 5.296158756 C6_control_C3 +LQ05X000070 Probable thiol methyltransferase 2 5.617001901 C6_chemical_A1 +LQ05X000070 Probable thiol methyltransferase 2 5.719249647 C6_chemical_A3 +LQ05X000070 Probable thiol methyltransferase 2 5.297646032 C6_chemical_B1 +LQ05X000070 Probable thiol methyltransferase 2 5.950277777 C6_chemical_B2 +LQ05X000070 Probable thiol methyltransferase 2 5.719713679 C6_chemical_B3 +LQ05X000070 Probable thiol methyltransferase 2 5.029937243 C6_chemical_C1 +LQ05X000070 Probable thiol methyltransferase 2 5.469267481 C6_chemical_C2 +LQ05X000070 Probable thiol methyltransferase 2 5.245724701 C6_chemical_C3 +LQ05X000070 Probable thiol methyltransferase 2 5.504049476 L4_control_A1 +LQ05X000070 Probable thiol methyltransferase 2 5.93416083 L4_control_A2 +LQ05X000070 Probable thiol methyltransferase 2 6.098462163 L4_control_A3 +LQ05X000070 Probable thiol methyltransferase 2 6.12618778 L4_control_B1 +LQ05X000070 Probable thiol methyltransferase 2 6.025665521 L4_control_B2 +LQ05X000070 Probable thiol methyltransferase 2 5.908205666 L4_control_B3 +LQ05X000070 Probable thiol methyltransferase 2 5.451832803 L4_control_C2 +LQ05X000070 Probable thiol methyltransferase 2 5.368039454 L4_control_C3 +LQ05X000070 Probable thiol methyltransferase 2 5.270029611 L4_chemical_A1 +LQ05X000070 Probable thiol methyltransferase 2 5.699775908 L4_chemical_A2 +LQ05X000070 Probable thiol methyltransferase 2 6.070430175 L4_chemical_A3 +LQ05X000070 Probable thiol methyltransferase 2 6.145333405 L4_chemical_B1 +LQ05X000070 Probable thiol methyltransferase 2 5.650207441 L4_chemical_B2 +LQ05X000070 Probable thiol methyltransferase 2 5.469052374 L4_chemical_B3 +LQ05X000070 Probable thiol methyltransferase 2 5.922357548 L4_chemical_C2 +LQ05X000070 Probable thiol methyltransferase 2 4.791259202 L4_chemical_C3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.781136198 C6_control_A1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.271891932 C6_control_A3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.851757781 C6_control_B1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.813266549 C6_control_B2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.155038331 C6_control_B3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.73256914 C6_control_C1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.34545388 C6_control_C2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.31436332 C6_control_C3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.640318814 C6_chemical_A1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.647366234 C6_chemical_A3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.385137156 C6_chemical_B1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.436387851 C6_chemical_B2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.909360557 C6_chemical_B3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.73432441 C6_chemical_C1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.46634138 C6_chemical_C2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.06988502 C6_chemical_C3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.499371161 L4_control_A1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 7.978717399 L4_control_A2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.334671901 L4_control_A3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.883521085 L4_control_B1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.903462801 L4_control_B2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.278496618 L4_control_B3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 11.14521146 L4_control_C2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.36992036 L4_control_C3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.149865673 L4_chemical_A1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 7.885938313 L4_chemical_A2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.328876675 L4_chemical_A3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.372644876 L4_chemical_B1 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.275420432 L4_chemical_B2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 8.369715672 L4_chemical_B3 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.77445159 L4_chemical_C2 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 10.44786884 L4_chemical_C3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.89708217 C6_control_A1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.82376874 C6_control_A3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.41160596 C6_control_B1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.27704846 C6_control_B2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.22680785 C6_control_B3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.28073517 C6_control_C1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.32447268 C6_control_C2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.56436435 C6_control_C3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.57882702 C6_chemical_A1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.43925582 C6_chemical_A3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.19672284 C6_chemical_B1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 11.86457823 C6_chemical_B2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.45302537 C6_chemical_B3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 11.98225766 C6_chemical_C1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 11.92654988 C6_chemical_C2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.55964182 C6_chemical_C3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.36274784 L4_control_A1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.02022132 L4_control_A2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.14196144 L4_control_A3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.81833028 L4_control_B1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.82165607 L4_control_B2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.01082717 L4_control_B3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.8032363 L4_control_C2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.96638764 L4_control_C3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.38237302 L4_chemical_A1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.04940695 L4_chemical_A2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.36337377 L4_chemical_A3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.0485489 L4_chemical_B1 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.48847888 L4_chemical_B2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 13.05241748 L4_chemical_B3 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.94890126 L4_chemical_C2 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.64686214 L4_chemical_C3 +LQ05X000130 Putative uncharacterized protein 7.844634443 C6_control_A1 +LQ05X000130 Putative uncharacterized protein 7.415204597 C6_control_A3 +LQ05X000130 Putative uncharacterized protein 7.911897412 C6_control_B1 +LQ05X000130 Putative uncharacterized protein 9.080403392 C6_control_B2 +LQ05X000130 Putative uncharacterized protein 7.385920219 C6_control_B3 +LQ05X000130 Putative uncharacterized protein 9.519833773 C6_control_C1 +LQ05X000130 Putative uncharacterized protein 9.7432228 C6_control_C2 +LQ05X000130 Putative uncharacterized protein 9.406404814 C6_control_C3 +LQ05X000130 Putative uncharacterized protein 7.684516495 C6_chemical_A1 +LQ05X000130 Putative uncharacterized protein 8.32111236 C6_chemical_A3 +LQ05X000130 Putative uncharacterized protein 7.58850478 C6_chemical_B1 +LQ05X000130 Putative uncharacterized protein 9.248865894 C6_chemical_B2 +LQ05X000130 Putative uncharacterized protein 7.496383807 C6_chemical_B3 +LQ05X000130 Putative uncharacterized protein 9.217197947 C6_chemical_C1 +LQ05X000130 Putative uncharacterized protein 9.72585861 C6_chemical_C2 +LQ05X000130 Putative uncharacterized protein 9.34594096 C6_chemical_C3 +LQ05X000130 Putative uncharacterized protein 8.121258224 L4_control_A1 +LQ05X000130 Putative uncharacterized protein 8.032454957 L4_control_A2 +LQ05X000130 Putative uncharacterized protein 9.255622729 L4_control_A3 +LQ05X000130 Putative uncharacterized protein 6.794311078 L4_control_B1 +LQ05X000130 Putative uncharacterized protein 8.075717976 L4_control_B2 +LQ05X000130 Putative uncharacterized protein 8.865175552 L4_control_B3 +LQ05X000130 Putative uncharacterized protein 8.989679343 L4_control_C2 +LQ05X000130 Putative uncharacterized protein 8.777283924 L4_control_C3 +LQ05X000130 Putative uncharacterized protein 8.085116388 L4_chemical_A1 +LQ05X000130 Putative uncharacterized protein 8.123236291 L4_chemical_A2 +LQ05X000130 Putative uncharacterized protein 8.588723731 L4_chemical_A3 +LQ05X000130 Putative uncharacterized protein 7.110798791 L4_chemical_B1 +LQ05X000130 Putative uncharacterized protein 7.399368682 L4_chemical_B2 +LQ05X000130 Putative uncharacterized protein 8.179310434 L4_chemical_B3 +LQ05X000130 Putative uncharacterized protein 8.160495507 L4_chemical_C2 +LQ05X000130 Putative uncharacterized protein 9.102117369 L4_chemical_C3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.24902241 C6_control_A1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.936224162 C6_control_A3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.56223861 C6_control_B1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 11.72709667 C6_control_B2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.98014146 C6_control_B3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.04748902 C6_control_C1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.981397706 C6_control_C2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.10696737 C6_control_C3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.98315198 C6_chemical_A1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.758121756 C6_chemical_A3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.17959839 C6_chemical_B1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 11.45090653 C6_chemical_B2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.48586325 C6_chemical_B3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.793698034 C6_chemical_C1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.786274947 C6_chemical_C2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.09920573 C6_chemical_C3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.641090173 L4_control_A1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.67671612 L4_control_A2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 8.829353322 L4_control_A3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.45398912 L4_control_B1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.07913057 L4_control_B2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 11.23736696 L4_control_B3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 8.979383612 L4_control_C2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.2669311 L4_control_C3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.552049262 L4_chemical_A1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.77097798 L4_chemical_A2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 8.667191278 L4_chemical_A3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.824721924 L4_chemical_B1 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.376623745 L4_chemical_B2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 10.71605589 L4_chemical_B3 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 7.912792659 L4_chemical_C2 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 8.729453846 L4_chemical_C3 +LQ05X000170 Predicted protein 11.44774591 C6_control_A1 +LQ05X000170 Predicted protein 11.40837245 C6_control_A3 +LQ05X000170 Predicted protein 11.60969761 C6_control_B1 +LQ05X000170 Predicted protein 11.07255307 C6_control_B2 +LQ05X000170 Predicted protein 11.46159865 C6_control_B3 +LQ05X000170 Predicted protein 11.28035628 C6_control_C1 +LQ05X000170 Predicted protein 11.05541751 C6_control_C2 +LQ05X000170 Predicted protein 11.49223915 C6_control_C3 +LQ05X000170 Predicted protein 10.99144913 C6_chemical_A1 +LQ05X000170 Predicted protein 11.60123757 C6_chemical_A3 +LQ05X000170 Predicted protein 11.16847957 C6_chemical_B1 +LQ05X000170 Predicted protein 10.64702456 C6_chemical_B2 +LQ05X000170 Predicted protein 10.99533701 C6_chemical_B3 +LQ05X000170 Predicted protein 11.10049673 C6_chemical_C1 +LQ05X000170 Predicted protein 11.11807021 C6_chemical_C2 +LQ05X000170 Predicted protein 11.17587833 C6_chemical_C3 +LQ05X000170 Predicted protein 11.55887915 L4_control_A1 +LQ05X000170 Predicted protein 12.01346705 L4_control_A2 +LQ05X000170 Predicted protein 11.98903614 L4_control_A3 +LQ05X000170 Predicted protein 11.95177221 L4_control_B1 +LQ05X000170 Predicted protein 11.78483947 L4_control_B2 +LQ05X000170 Predicted protein 10.87523599 L4_control_B3 +LQ05X000170 Predicted protein 12.38055258 L4_control_C2 +LQ05X000170 Predicted protein 11.62510579 L4_control_C3 +LQ05X000170 Predicted protein 11.71316262 L4_chemical_A1 +LQ05X000170 Predicted protein 12.33667391 L4_chemical_A2 +LQ05X000170 Predicted protein 12.08366356 L4_chemical_A3 +LQ05X000170 Predicted protein 12.29057506 L4_chemical_B1 +LQ05X000170 Predicted protein 12.29778661 L4_chemical_B2 +LQ05X000170 Predicted protein 10.84244287 L4_chemical_B3 +LQ05X000170 Predicted protein 12.37784394 L4_chemical_C2 +LQ05X000170 Predicted protein 11.91637793 L4_chemical_C3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.250454945 C6_control_A1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.903139004 C6_control_A3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.757379027 C6_control_B1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.133595778 C6_control_B2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.032018566 C6_control_B3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.151276003 C6_control_C1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 7.28386966 C6_control_C2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.975296514 C6_control_C3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.174503309 C6_chemical_A1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.422504079 C6_chemical_A3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.412131411 C6_chemical_B1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.213817936 C6_chemical_B2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.98741089 C6_chemical_B3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.80352255 C6_chemical_C1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.735560937 C6_chemical_C2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.823146911 C6_chemical_C3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.984444351 L4_control_A1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.263897231 L4_control_A2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.503654875 L4_control_A3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.882090766 L4_control_B1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.292522513 L4_control_B2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.518212959 L4_control_B3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.929506445 L4_control_C2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.704075855 L4_control_C3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.072992856 L4_chemical_A1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 7.143718227 L4_chemical_A2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.180047904 L4_chemical_A3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.1359082 L4_chemical_B1 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.961945908 L4_chemical_B2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.676205383 L4_chemical_B3 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.999187221 L4_chemical_C2 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 5.30190827 L4_chemical_C3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.414080107 C6_control_A1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.13154664 C6_control_A3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.424444244 C6_control_B1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.548973035 C6_control_B2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.901045293 C6_control_B3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.213662614 C6_control_C1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.67706115 C6_control_C2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.41356513 C6_control_C3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.1978358 C6_chemical_A1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.118812816 C6_chemical_A3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.428986559 C6_chemical_B1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.790667776 C6_chemical_B2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.558164061 C6_chemical_B3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.568668652 C6_chemical_C1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.559362294 C6_chemical_C2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.428332366 C6_chemical_C3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.220634183 L4_control_A1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.221628742 L4_control_A2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.347838692 L4_control_A3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.786705576 L4_control_B1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.422117094 L4_control_B2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.6202341 L4_control_B3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 4.913041278 L4_control_C2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 4.888180618 L4_control_C3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.569623592 L4_chemical_A1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.630940664 L4_chemical_A2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.492364762 L4_chemical_A3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.42611817 L4_chemical_B1 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.43913314 L4_chemical_B2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.333632767 L4_chemical_B3 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.000304503 L4_chemical_C2 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.693334186 L4_chemical_C3 +LQ05X000230 Predicted protein 14.40399917 C6_control_A1 +LQ05X000230 Predicted protein 14.3185479 C6_control_A3 +LQ05X000230 Predicted protein 14.5787997 C6_control_B1 +LQ05X000230 Predicted protein 13.71426 C6_control_B2 +LQ05X000230 Predicted protein 14.48743833 C6_control_B3 +LQ05X000230 Predicted protein 12.33834752 C6_control_C1 +LQ05X000230 Predicted protein 12.69322627 C6_control_C2 +LQ05X000230 Predicted protein 12.60811303 C6_control_C3 +LQ05X000230 Predicted protein 14.27453652 C6_chemical_A1 +LQ05X000230 Predicted protein 14.52256664 C6_chemical_A3 +LQ05X000230 Predicted protein 14.33737222 C6_chemical_B1 +LQ05X000230 Predicted protein 13.98576382 C6_chemical_B2 +LQ05X000230 Predicted protein 14.17205369 C6_chemical_B3 +LQ05X000230 Predicted protein 12.65075785 C6_chemical_C1 +LQ05X000230 Predicted protein 12.62383015 C6_chemical_C2 +LQ05X000230 Predicted protein 13.04210893 C6_chemical_C3 +LQ05X000230 Predicted protein 13.86179081 L4_control_A1 +LQ05X000230 Predicted protein 13.3896722 L4_control_A2 +LQ05X000230 Predicted protein 14.15074696 L4_control_A3 +LQ05X000230 Predicted protein 14.32344295 L4_control_B1 +LQ05X000230 Predicted protein 14.31850021 L4_control_B2 +LQ05X000230 Predicted protein 13.50359757 L4_control_B3 +LQ05X000230 Predicted protein 12.95644857 L4_control_C2 +LQ05X000230 Predicted protein 13.16813747 L4_control_C3 +LQ05X000230 Predicted protein 14.72631979 L4_chemical_A1 +LQ05X000230 Predicted protein 14.28112041 L4_chemical_A2 +LQ05X000230 Predicted protein 14.44503823 L4_chemical_A3 +LQ05X000230 Predicted protein 14.71793045 L4_chemical_B1 +LQ05X000230 Predicted protein 14.39679547 L4_chemical_B2 +LQ05X000230 Predicted protein 14.19614141 L4_chemical_B3 +LQ05X000230 Predicted protein 13.36147253 L4_chemical_C2 +LQ05X000230 Predicted protein 12.90531611 L4_chemical_C3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.306518752 C6_control_A1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.342668961 C6_control_A3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.811409443 C6_control_B1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.948911559 C6_control_B2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.121594708 C6_control_B3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.808256461 C6_control_C1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.767591454 C6_control_C2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.217040453 C6_control_C3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.972858283 C6_chemical_A1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.262379059 C6_chemical_A3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.87721219 C6_chemical_B1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.004043295 C6_chemical_B2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.785669934 C6_chemical_B3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.992457764 C6_chemical_C1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.08499021 C6_chemical_C2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.095221689 C6_chemical_C3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.322153352 L4_control_A1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.89211967 L4_control_A2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.697732349 L4_control_A3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.247906153 L4_control_B1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.55433322 L4_control_B2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.726454017 L4_control_B3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.832683742 L4_control_C2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.934274118 L4_control_C3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.081680559 L4_chemical_A1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.130534298 L4_chemical_A2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.346492273 L4_chemical_A3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.82701807 L4_chemical_B1 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.199725724 L4_chemical_B2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.717658205 L4_chemical_B3 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.966920487 L4_chemical_C2 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 5.813652337 L4_chemical_C3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.16475927 C6_control_A1 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.04487559 C6_control_A3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.41499075 C6_control_B1 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.05158215 C6_control_B2 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.04704019 C6_control_B3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.91115632 C6_control_C1 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.44282537 C6_control_C2 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.669177 C6_control_C3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.31764633 C6_chemical_A1 +LQ05X000260 Putative D-alanine--D-alanine ligase 10.81803723 C6_chemical_A3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.3864925 C6_chemical_B1 +LQ05X000260 Putative D-alanine--D-alanine ligase 10.82034189 C6_chemical_B2 +LQ05X000260 Putative D-alanine--D-alanine ligase 10.75864897 C6_chemical_B3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.6718481 C6_chemical_C1 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.55789246 C6_chemical_C2 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.12433337 C6_chemical_C3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.07801572 L4_control_A1 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.36822922 L4_control_A2 +LQ05X000260 Putative D-alanine--D-alanine ligase 10.60316042 L4_control_A3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.34282052 L4_control_B1 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.79868589 L4_control_B2 +LQ05X000260 Putative D-alanine--D-alanine ligase 10.6884917 L4_control_B3 +LQ05X000260 Putative D-alanine--D-alanine ligase 12.08425309 L4_control_C2 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.56479008 L4_control_C3 +LQ05X000260 Putative D-alanine--D-alanine ligase 10.7153783 L4_chemical_A1 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.42143064 L4_chemical_A2 +LQ05X000260 Putative D-alanine--D-alanine ligase 10.59222397 L4_chemical_A3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.60499393 L4_chemical_B1 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.87636828 L4_chemical_B2 +LQ05X000260 Putative D-alanine--D-alanine ligase 10.50219304 L4_chemical_B3 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.8581136 L4_chemical_C2 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.57949879 L4_chemical_C3 +LQ05X000370 Putative uncharacterized protein 10.02874263 C6_control_A1 +LQ05X000370 Putative uncharacterized protein 9.953459985 C6_control_A3 +LQ05X000370 Putative uncharacterized protein 10.53250091 C6_control_B1 +LQ05X000370 Putative uncharacterized protein 10.36653463 C6_control_B2 +LQ05X000370 Putative uncharacterized protein 9.976561085 C6_control_B3 +LQ05X000370 Putative uncharacterized protein 10.36554325 C6_control_C1 +LQ05X000370 Putative uncharacterized protein 10.58850883 C6_control_C2 +LQ05X000370 Putative uncharacterized protein 10.54268049 C6_control_C3 +LQ05X000370 Putative uncharacterized protein 9.698112584 C6_chemical_A1 +LQ05X000370 Putative uncharacterized protein 10.35876371 C6_chemical_A3 +LQ05X000370 Putative uncharacterized protein 10.21165063 C6_chemical_B1 +LQ05X000370 Putative uncharacterized protein 10.46228205 C6_chemical_B2 +LQ05X000370 Putative uncharacterized protein 9.681238226 C6_chemical_B3 +LQ05X000370 Putative uncharacterized protein 10.31169801 C6_chemical_C1 +LQ05X000370 Putative uncharacterized protein 10.55721271 C6_chemical_C2 +LQ05X000370 Putative uncharacterized protein 10.7711179 C6_chemical_C3 +LQ05X000370 Putative uncharacterized protein 9.398007679 L4_control_A1 +LQ05X000370 Putative uncharacterized protein 9.989286614 L4_control_A2 +LQ05X000370 Putative uncharacterized protein 8.464951604 L4_control_A3 +LQ05X000370 Putative uncharacterized protein 10.01023222 L4_control_B1 +LQ05X000370 Putative uncharacterized protein 10.57737603 L4_control_B2 +LQ05X000370 Putative uncharacterized protein 10.56772023 L4_control_B3 +LQ05X000370 Putative uncharacterized protein 10.3693967 L4_control_C2 +LQ05X000370 Putative uncharacterized protein 10.62689933 L4_control_C3 +LQ05X000370 Putative uncharacterized protein 9.374323479 L4_chemical_A1 +LQ05X000370 Putative uncharacterized protein 10.10650125 L4_chemical_A2 +LQ05X000370 Putative uncharacterized protein 8.130652458 L4_chemical_A3 +LQ05X000370 Putative uncharacterized protein 9.90485419 L4_chemical_B1 +LQ05X000370 Putative uncharacterized protein 10.49957097 L4_chemical_B2 +LQ05X000370 Putative uncharacterized protein 10.15334235 L4_chemical_B3 +LQ05X000370 Putative uncharacterized protein 10.24617596 L4_chemical_C2 +LQ05X000370 Putative uncharacterized protein 10.0352766 L4_chemical_C3 +LQ05X000440 Predicted protein 11.29385964 C6_control_A1 +LQ05X000440 Predicted protein 11.06091445 C6_control_A3 +LQ05X000440 Predicted protein 11.72030645 C6_control_B1 +LQ05X000440 Predicted protein 11.11591706 C6_control_B2 +LQ05X000440 Predicted protein 11.53512299 C6_control_B3 +LQ05X000440 Predicted protein 11.29166469 C6_control_C1 +LQ05X000440 Predicted protein 11.04491764 C6_control_C2 +LQ05X000440 Predicted protein 11.00009524 C6_control_C3 +LQ05X000440 Predicted protein 11.1613562 C6_chemical_A1 +LQ05X000440 Predicted protein 11.27184661 C6_chemical_A3 +LQ05X000440 Predicted protein 11.48946166 C6_chemical_B1 +LQ05X000440 Predicted protein 11.0317255 C6_chemical_B2 +LQ05X000440 Predicted protein 11.41523532 C6_chemical_B3 +LQ05X000440 Predicted protein 11.11550214 C6_chemical_C1 +LQ05X000440 Predicted protein 10.91837676 C6_chemical_C2 +LQ05X000440 Predicted protein 11.05232742 C6_chemical_C3 +LQ05X000440 Predicted protein 11.05436305 L4_control_A1 +LQ05X000440 Predicted protein 10.84552094 L4_control_A2 +LQ05X000440 Predicted protein 10.42699726 L4_control_A3 +LQ05X000440 Predicted protein 11.17319259 L4_control_B1 +LQ05X000440 Predicted protein 11.01537209 L4_control_B2 +LQ05X000440 Predicted protein 10.93703599 L4_control_B3 +LQ05X000440 Predicted protein 10.66470653 L4_control_C2 +LQ05X000440 Predicted protein 10.85044438 L4_control_C3 +LQ05X000440 Predicted protein 10.58756416 L4_chemical_A1 +LQ05X000440 Predicted protein 10.34964299 L4_chemical_A2 +LQ05X000440 Predicted protein 10.33230198 L4_chemical_A3 +LQ05X000440 Predicted protein 11.30173649 L4_chemical_B1 +LQ05X000440 Predicted protein 10.79786702 L4_chemical_B2 +LQ05X000440 Predicted protein 10.98780313 L4_chemical_B3 +LQ05X000440 Predicted protein 10.26012499 L4_chemical_C2 +LQ05X000440 Predicted protein 10.86908808 L4_chemical_C3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.24726035 C6_control_A1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.17560135 C6_control_A3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.36454193 C6_control_B1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.30641236 C6_control_B2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.47423587 C6_control_B3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.7382412 C6_control_C1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.35230089 C6_control_C2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.78185729 C6_control_C3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.99380308 C6_chemical_A1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.65643131 C6_chemical_A3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.98097821 C6_chemical_B1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.91972873 C6_chemical_B2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.0573199 C6_chemical_B3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.70496813 C6_chemical_C1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.53945171 C6_chemical_C2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.42694919 C6_chemical_C3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.7794079 L4_control_A1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.66254811 L4_control_A2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.20439322 L4_control_A3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.86894563 L4_control_B1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.91841956 L4_control_B2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.95759097 L4_control_B3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.14762451 L4_control_C2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.46188929 L4_control_C3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.11087394 L4_chemical_A1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.82226787 L4_chemical_A2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.62501283 L4_chemical_A3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.10915641 L4_chemical_B1 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.14513755 L4_chemical_B2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.9959741 L4_chemical_B3 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.38753423 L4_chemical_C2 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 11.54247647 L4_chemical_C3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.963718184 C6_control_A1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.01408605 C6_control_A3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.844204717 C6_control_B1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.812876964 C6_control_B2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.30040031 C6_control_B3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.02721494 C6_control_C1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.45307571 C6_control_C2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.718475547 C6_control_C3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.11203588 C6_chemical_A1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.739315264 C6_chemical_A3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.21675769 C6_chemical_B1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.713017801 C6_chemical_B2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.24629684 C6_chemical_B3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.03611828 C6_chemical_C1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.965930097 C6_chemical_C2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.14047989 C6_chemical_C3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.520939172 L4_control_A1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.784651156 L4_control_A2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.550000006 L4_control_A3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.14700416 L4_control_B1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.22452926 L4_control_B2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.966098119 L4_control_B3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.998873729 L4_control_C2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.63653301 L4_control_C3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.474544281 L4_chemical_A1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.829289485 L4_chemical_A2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.689289521 L4_chemical_A3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.931559156 L4_chemical_B1 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.891251221 L4_chemical_B2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.817992523 L4_chemical_B3 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 9.920543509 L4_chemical_C2 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.02980072 L4_chemical_C3 +LQ05X000470 Hypothetical protein 8.001054512 C6_control_A1 +LQ05X000470 Hypothetical protein 7.666061534 C6_control_A3 +LQ05X000470 Hypothetical protein 8.340731622 C6_control_B1 +LQ05X000470 Hypothetical protein 8.122937995 C6_control_B2 +LQ05X000470 Hypothetical protein 7.742231736 C6_control_B3 +LQ05X000470 Hypothetical protein 6.514201891 C6_control_C1 +LQ05X000470 Hypothetical protein 6.60041903 C6_control_C2 +LQ05X000470 Hypothetical protein 6.636996595 C6_control_C3 +LQ05X000470 Hypothetical protein 8.389282391 C6_chemical_A1 +LQ05X000470 Hypothetical protein 8.58580569 C6_chemical_A3 +LQ05X000470 Hypothetical protein 9.199315665 C6_chemical_B1 +LQ05X000470 Hypothetical protein 7.981079248 C6_chemical_B2 +LQ05X000470 Hypothetical protein 8.431888057 C6_chemical_B3 +LQ05X000470 Hypothetical protein 6.729472639 C6_chemical_C1 +LQ05X000470 Hypothetical protein 6.421755932 C6_chemical_C2 +LQ05X000470 Hypothetical protein 6.377877456 C6_chemical_C3 +LQ05X000470 Hypothetical protein 8.091444563 L4_control_A1 +LQ05X000470 Hypothetical protein 7.519779671 L4_control_A2 +LQ05X000470 Hypothetical protein 7.200881058 L4_control_A3 +LQ05X000470 Hypothetical protein 7.423561513 L4_control_B1 +LQ05X000470 Hypothetical protein 8.003292285 L4_control_B2 +LQ05X000470 Hypothetical protein 8.210850656 L4_control_B3 +LQ05X000470 Hypothetical protein 6.519038262 L4_control_C2 +LQ05X000470 Hypothetical protein 6.554349937 L4_control_C3 +LQ05X000470 Hypothetical protein 8.037064893 L4_chemical_A1 +LQ05X000470 Hypothetical protein 7.284263967 L4_chemical_A2 +LQ05X000470 Hypothetical protein 6.601020462 L4_chemical_A3 +LQ05X000470 Hypothetical protein 8.214739243 L4_chemical_B1 +LQ05X000470 Hypothetical protein 7.290616775 L4_chemical_B2 +LQ05X000470 Hypothetical protein 8.006760825 L4_chemical_B3 +LQ05X000470 Hypothetical protein 6.022408323 L4_chemical_C2 +LQ05X000470 Hypothetical protein 5.657296631 L4_chemical_C3 +LQ05X000480 Putative Predicted protein 5.731376083 C6_control_A1 +LQ05X000480 Putative Predicted protein 5.395529989 C6_control_A3 +LQ05X000480 Putative Predicted protein 5.647854555 C6_control_B1 +LQ05X000480 Putative Predicted protein 5.943346109 C6_control_B2 +LQ05X000480 Putative Predicted protein 5.716328003 C6_control_B3 +LQ05X000480 Putative Predicted protein 6.538839732 C6_control_C1 +LQ05X000480 Putative Predicted protein 5.651813931 C6_control_C2 +LQ05X000480 Putative Predicted protein 6.655135561 C6_control_C3 +LQ05X000480 Putative Predicted protein 6.103419075 C6_chemical_A1 +LQ05X000480 Putative Predicted protein 6.284047804 C6_chemical_A3 +LQ05X000480 Putative Predicted protein 5.316296497 C6_chemical_B1 +LQ05X000480 Putative Predicted protein 5.906389012 C6_chemical_B2 +LQ05X000480 Putative Predicted protein 5.483137803 C6_chemical_B3 +LQ05X000480 Putative Predicted protein 5.958088689 C6_chemical_C1 +LQ05X000480 Putative Predicted protein 6.57419123 C6_chemical_C2 +LQ05X000480 Putative Predicted protein 7.375153135 C6_chemical_C3 +LQ05X000480 Putative Predicted protein 5.784997933 L4_control_A1 +LQ05X000480 Putative Predicted protein 6.648487486 L4_control_A2 +LQ05X000480 Putative Predicted protein 5.829570391 L4_control_A3 +LQ05X000480 Putative Predicted protein 5.419707015 L4_control_B1 +LQ05X000480 Putative Predicted protein 6.441368628 L4_control_B2 +LQ05X000480 Putative Predicted protein 6.302210421 L4_control_B3 +LQ05X000480 Putative Predicted protein 6.549764122 L4_control_C2 +LQ05X000480 Putative Predicted protein 5.951390067 L4_control_C3 +LQ05X000480 Putative Predicted protein 5.745534011 L4_chemical_A1 +LQ05X000480 Putative Predicted protein 6.637556108 L4_chemical_A2 +LQ05X000480 Putative Predicted protein 5.449420043 L4_chemical_A3 +LQ05X000480 Putative Predicted protein 5.985004514 L4_chemical_B1 +LQ05X000480 Putative Predicted protein 6.220190185 L4_chemical_B2 +LQ05X000480 Putative Predicted protein 5.900701147 L4_chemical_B3 +LQ05X000480 Putative Predicted protein 6.400710347 L4_chemical_C2 +LQ05X000480 Putative Predicted protein 5.416637756 L4_chemical_C3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.279769663 C6_control_A1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.4853889 C6_control_A3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.173242871 C6_control_B1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.996445176 C6_control_B2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.597481529 C6_control_B3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.493602817 C6_control_C1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.51982965 C6_control_C2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.493145287 C6_control_C3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.463895455 C6_chemical_A1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.77198468 C6_chemical_A3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.511861602 C6_chemical_B1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.661699258 C6_chemical_B2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.173697254 C6_chemical_B3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.210674529 C6_chemical_C1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 6.106024585 C6_chemical_C2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.830789196 C6_chemical_C3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.348690513 L4_control_A1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.748790526 L4_control_A2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.87046751 L4_control_A3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.968268284 L4_control_B1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.664089779 L4_control_B2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.432732421 L4_control_B3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.015315862 L4_control_C2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.289171328 L4_control_C3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.095791409 L4_chemical_A1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.935133538 L4_chemical_A2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 6.012249739 L4_chemical_A3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.79307102 L4_chemical_B1 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.570056466 L4_chemical_B2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.372967709 L4_chemical_B3 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.324450888 L4_chemical_C2 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.251580755 L4_chemical_C3 +LQ05X000500 Hypothetical protein 7.148065228 C6_control_A1 +LQ05X000500 Hypothetical protein 7.008160484 C6_control_A3 +LQ05X000500 Hypothetical protein 6.780536182 C6_control_B1 +LQ05X000500 Hypothetical protein 7.241180836 C6_control_B2 +LQ05X000500 Hypothetical protein 6.194507443 C6_control_B3 +LQ05X000500 Hypothetical protein 6.42635599 C6_control_C1 +LQ05X000500 Hypothetical protein 7.392256087 C6_control_C2 +LQ05X000500 Hypothetical protein 7.597158975 C6_control_C3 +LQ05X000500 Hypothetical protein 7.114530544 C6_chemical_A1 +LQ05X000500 Hypothetical protein 7.2648026 C6_chemical_A3 +LQ05X000500 Hypothetical protein 6.607935772 C6_chemical_B1 +LQ05X000500 Hypothetical protein 7.628535316 C6_chemical_B2 +LQ05X000500 Hypothetical protein 6.608451498 C6_chemical_B3 +LQ05X000500 Hypothetical protein 6.257951058 C6_chemical_C1 +LQ05X000500 Hypothetical protein 7.653999148 C6_chemical_C2 +LQ05X000500 Hypothetical protein 7.16341377 C6_chemical_C3 +LQ05X000500 Hypothetical protein 6.702716156 L4_control_A1 +LQ05X000500 Hypothetical protein 7.302279444 L4_control_A2 +LQ05X000500 Hypothetical protein 7.002847489 L4_control_A3 +LQ05X000500 Hypothetical protein 8.126921524 L4_control_B1 +LQ05X000500 Hypothetical protein 7.904358694 L4_control_B2 +LQ05X000500 Hypothetical protein 7.366393314 L4_control_B3 +LQ05X000500 Hypothetical protein 8.047316504 L4_control_C2 +LQ05X000500 Hypothetical protein 7.473485085 L4_control_C3 +LQ05X000500 Hypothetical protein 6.366833403 L4_chemical_A1 +LQ05X000500 Hypothetical protein 7.262238191 L4_chemical_A2 +LQ05X000500 Hypothetical protein 6.404268011 L4_chemical_A3 +LQ05X000500 Hypothetical protein 7.95689332 L4_chemical_B1 +LQ05X000500 Hypothetical protein 7.854217382 L4_chemical_B2 +LQ05X000500 Hypothetical protein 7.38616429 L4_chemical_B3 +LQ05X000500 Hypothetical protein 9.112184974 L4_chemical_C2 +LQ05X000500 Hypothetical protein 8.520935643 L4_chemical_C3 +LQ05X000550 Hypothetical protein 6.396646002 C6_control_A1 +LQ05X000550 Hypothetical protein 6.026673486 C6_control_A3 +LQ05X000550 Hypothetical protein 5.594276865 C6_control_B1 +LQ05X000550 Hypothetical protein 7.845788125 C6_control_B2 +LQ05X000550 Hypothetical protein 6.996713259 C6_control_B3 +LQ05X000550 Hypothetical protein 8.005740777 C6_control_C1 +LQ05X000550 Hypothetical protein 8.414589949 C6_control_C2 +LQ05X000550 Hypothetical protein 8.452932688 C6_control_C3 +LQ05X000550 Hypothetical protein 6.52104401 C6_chemical_A1 +LQ05X000550 Hypothetical protein 5.771610764 C6_chemical_A3 +LQ05X000550 Hypothetical protein 5.651068798 C6_chemical_B1 +LQ05X000550 Hypothetical protein 7.104422422 C6_chemical_B2 +LQ05X000550 Hypothetical protein 6.998286388 C6_chemical_B3 +LQ05X000550 Hypothetical protein 8.118514402 C6_chemical_C1 +LQ05X000550 Hypothetical protein 8.803956562 C6_chemical_C2 +LQ05X000550 Hypothetical protein 8.653245123 C6_chemical_C3 +LQ05X000550 Hypothetical protein 7.070957284 L4_control_A1 +LQ05X000550 Hypothetical protein 6.940143022 L4_control_A2 +LQ05X000550 Hypothetical protein 6.753776872 L4_control_A3 +LQ05X000550 Hypothetical protein 6.815573886 L4_control_B1 +LQ05X000550 Hypothetical protein 5.885212687 L4_control_B2 +LQ05X000550 Hypothetical protein 7.844086222 L4_control_B3 +LQ05X000550 Hypothetical protein 6.787103895 L4_control_C2 +LQ05X000550 Hypothetical protein 6.240848765 L4_control_C3 +LQ05X000550 Hypothetical protein 7.326030006 L4_chemical_A1 +LQ05X000550 Hypothetical protein 7.85479187 L4_chemical_A2 +LQ05X000550 Hypothetical protein 7.173190829 L4_chemical_A3 +LQ05X000550 Hypothetical protein 5.318256411 L4_chemical_B1 +LQ05X000550 Hypothetical protein 6.002436167 L4_chemical_B2 +LQ05X000550 Hypothetical protein 6.936561692 L4_chemical_B3 +LQ05X000550 Hypothetical protein 7.334951094 L4_chemical_C2 +LQ05X000550 Hypothetical protein 7.103616911 L4_chemical_C3 +LQ05X000560 Hypothetical protein 5.88415833 C6_control_A1 +LQ05X000560 Hypothetical protein 5.097394824 C6_control_A3 +LQ05X000560 Hypothetical protein 5.929454575 C6_control_B1 +LQ05X000560 Hypothetical protein 7.106946666 C6_control_B2 +LQ05X000560 Hypothetical protein 6.688645091 C6_control_B3 +LQ05X000560 Hypothetical protein 6.92106278 C6_control_C1 +LQ05X000560 Hypothetical protein 6.421370458 C6_control_C2 +LQ05X000560 Hypothetical protein 7.004211698 C6_control_C3 +LQ05X000560 Hypothetical protein 5.830277743 C6_chemical_A1 +LQ05X000560 Hypothetical protein 6.599088757 C6_chemical_A3 +LQ05X000560 Hypothetical protein 6.221259905 C6_chemical_B1 +LQ05X000560 Hypothetical protein 6.935108373 C6_chemical_B2 +LQ05X000560 Hypothetical protein 6.423968269 C6_chemical_B3 +LQ05X000560 Hypothetical protein 7.248598981 C6_chemical_C1 +LQ05X000560 Hypothetical protein 7.120954511 C6_chemical_C2 +LQ05X000560 Hypothetical protein 7.694176606 C6_chemical_C3 +LQ05X000560 Hypothetical protein 6.362968653 L4_control_A1 +LQ05X000560 Hypothetical protein 6.315474781 L4_control_A2 +LQ05X000560 Hypothetical protein 5.175216578 L4_control_A3 +LQ05X000560 Hypothetical protein 5.787903426 L4_control_B1 +LQ05X000560 Hypothetical protein 6.685709194 L4_control_B2 +LQ05X000560 Hypothetical protein 6.501829045 L4_control_B3 +LQ05X000560 Hypothetical protein 6.876523517 L4_control_C2 +LQ05X000560 Hypothetical protein 5.926920931 L4_control_C3 +LQ05X000560 Hypothetical protein 6.749793704 L4_chemical_A1 +LQ05X000560 Hypothetical protein 7.579590711 L4_chemical_A2 +LQ05X000560 Hypothetical protein 5.659428368 L4_chemical_A3 +LQ05X000560 Hypothetical protein 6.419717736 L4_chemical_B1 +LQ05X000560 Hypothetical protein 7.452338065 L4_chemical_B2 +LQ05X000560 Hypothetical protein 6.541113658 L4_chemical_B3 +LQ05X000560 Hypothetical protein 6.665532785 L4_chemical_C2 +LQ05X000560 Hypothetical protein 7.268306695 L4_chemical_C3 +LQ05X000570 Hypothetical protein 6.28674708 C6_control_A1 +LQ05X000570 Hypothetical protein 5.664565751 C6_control_A3 +LQ05X000570 Hypothetical protein 5.702431171 C6_control_B1 +LQ05X000570 Hypothetical protein 6.118175864 C6_control_B2 +LQ05X000570 Hypothetical protein 6.028334158 C6_control_B3 +LQ05X000570 Hypothetical protein 6.804734735 C6_control_C1 +LQ05X000570 Hypothetical protein 5.923054719 C6_control_C2 +LQ05X000570 Hypothetical protein 6.712037087 C6_control_C3 +LQ05X000570 Hypothetical protein 6.356009122 C6_chemical_A1 +LQ05X000570 Hypothetical protein 6.348353975 C6_chemical_A3 +LQ05X000570 Hypothetical protein 5.747546645 C6_chemical_B1 +LQ05X000570 Hypothetical protein 5.996330024 C6_chemical_B2 +LQ05X000570 Hypothetical protein 6.050050028 C6_chemical_B3 +LQ05X000570 Hypothetical protein 6.891490187 C6_chemical_C1 +LQ05X000570 Hypothetical protein 6.477412627 C6_chemical_C2 +LQ05X000570 Hypothetical protein 6.939359488 C6_chemical_C3 +LQ05X000570 Hypothetical protein 7.198768403 L4_control_A1 +LQ05X000570 Hypothetical protein 6.830784712 L4_control_A2 +LQ05X000570 Hypothetical protein 7.020418191 L4_control_A3 +LQ05X000570 Hypothetical protein 6.114372499 L4_control_B1 +LQ05X000570 Hypothetical protein 6.667695992 L4_control_B2 +LQ05X000570 Hypothetical protein 6.563750197 L4_control_B3 +LQ05X000570 Hypothetical protein 8.035292859 L4_control_C2 +LQ05X000570 Hypothetical protein 7.874052929 L4_control_C3 +LQ05X000570 Hypothetical protein 7.441366729 L4_chemical_A1 +LQ05X000570 Hypothetical protein 7.11398851 L4_chemical_A2 +LQ05X000570 Hypothetical protein 7.108046917 L4_chemical_A3 +LQ05X000570 Hypothetical protein 6.346564782 L4_chemical_B1 +LQ05X000570 Hypothetical protein 6.853972901 L4_chemical_B2 +LQ05X000570 Hypothetical protein 6.77467592 L4_chemical_B3 +LQ05X000570 Hypothetical protein 7.043410184 L4_chemical_C2 +LQ05X000570 Hypothetical protein 7.949182203 L4_chemical_C3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 5.843115212 C6_control_A1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 6.505245171 C6_control_A3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 5.100718485 C6_control_B1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 6.206189198 C6_control_B2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 6.313342648 C6_control_B3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.321446491 C6_control_C1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.140072622 C6_control_C2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.09128877 C6_control_C3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.274993005 C6_chemical_A1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.456242011 C6_chemical_A3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 5.844093221 C6_chemical_B1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 6.483435374 C6_chemical_B2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.080571972 C6_chemical_B3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.162041535 C6_chemical_C1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.126830985 C6_chemical_C2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.456017064 C6_chemical_C3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.985355982 L4_control_A1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.62817652 L4_control_A2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.553111089 L4_control_A3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.824405853 L4_control_B1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.491638024 L4_control_B2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.387354258 L4_control_B3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 9.299683665 L4_control_C2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.033519783 L4_control_C3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.751860274 L4_chemical_A1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.141565527 L4_chemical_A2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 9.036775363 L4_chemical_A3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.178928315 L4_chemical_B1 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.813385156 L4_chemical_B2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 6.886000729 L4_chemical_B3 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 9.215599561 L4_chemical_C2 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 8.878130112 L4_chemical_C3 +LQ05X000590 ATP synthase subunit a 6.117803551 C6_control_A1 +LQ05X000590 ATP synthase subunit a 6.032729739 C6_control_A3 +LQ05X000590 ATP synthase subunit a 5.53796972 C6_control_B1 +LQ05X000590 ATP synthase subunit a 6.467162919 C6_control_B2 +LQ05X000590 ATP synthase subunit a 6.208752418 C6_control_B3 +LQ05X000590 ATP synthase subunit a 6.270870605 C6_control_C1 +LQ05X000590 ATP synthase subunit a 6.966173568 C6_control_C2 +LQ05X000590 ATP synthase subunit a 6.747814349 C6_control_C3 +LQ05X000590 ATP synthase subunit a 6.224173403 C6_chemical_A1 +LQ05X000590 ATP synthase subunit a 6.156565742 C6_chemical_A3 +LQ05X000590 ATP synthase subunit a 5.824166803 C6_chemical_B1 +LQ05X000590 ATP synthase subunit a 7.138296683 C6_chemical_B2 +LQ05X000590 ATP synthase subunit a 5.958335459 C6_chemical_B3 +LQ05X000590 ATP synthase subunit a 6.877813294 C6_chemical_C1 +LQ05X000590 ATP synthase subunit a 7.282638711 C6_chemical_C2 +LQ05X000590 ATP synthase subunit a 7.816391171 C6_chemical_C3 +LQ05X000590 ATP synthase subunit a 6.469967193 L4_control_A1 +LQ05X000590 ATP synthase subunit a 7.099140043 L4_control_A2 +LQ05X000590 ATP synthase subunit a 6.169251127 L4_control_A3 +LQ05X000590 ATP synthase subunit a 7.814512624 L4_control_B1 +LQ05X000590 ATP synthase subunit a 6.552346622 L4_control_B2 +LQ05X000590 ATP synthase subunit a 8.207599972 L4_control_B3 +LQ05X000590 ATP synthase subunit a 6.612570004 L4_control_C2 +LQ05X000590 ATP synthase subunit a 6.814576276 L4_control_C3 +LQ05X000590 ATP synthase subunit a 7.565871647 L4_chemical_A1 +LQ05X000590 ATP synthase subunit a 8.133480079 L4_chemical_A2 +LQ05X000590 ATP synthase subunit a 6.432234018 L4_chemical_A3 +LQ05X000590 ATP synthase subunit a 6.484011729 L4_chemical_B1 +LQ05X000590 ATP synthase subunit a 7.661035975 L4_chemical_B2 +LQ05X000590 ATP synthase subunit a 7.287754557 L4_chemical_B3 +LQ05X000590 ATP synthase subunit a 7.043033004 L4_chemical_C2 +LQ05X000590 ATP synthase subunit a 5.884070072 L4_chemical_C3 +LQ05X000600 Putative uncharacterized protein 5.012447438 C6_control_A1 +LQ05X000600 Putative uncharacterized protein 4.905101823 C6_control_A3 +LQ05X000600 Putative uncharacterized protein 5.492136101 C6_control_B1 +LQ05X000600 Putative uncharacterized protein 4.932735061 C6_control_B2 +LQ05X000600 Putative uncharacterized protein 4.974358064 C6_control_B3 +LQ05X000600 Putative uncharacterized protein 4.86033745 C6_control_C1 +LQ05X000600 Putative uncharacterized protein 4.952307483 C6_control_C2 +LQ05X000600 Putative uncharacterized protein 5.249046603 C6_control_C3 +LQ05X000600 Putative uncharacterized protein 4.644822101 C6_chemical_A1 +LQ05X000600 Putative uncharacterized protein 5.012711641 C6_chemical_A3 +LQ05X000600 Putative uncharacterized protein 5.351599141 C6_chemical_B1 +LQ05X000600 Putative uncharacterized protein 4.815265202 C6_chemical_B2 +LQ05X000600 Putative uncharacterized protein 5.230215233 C6_chemical_B3 +LQ05X000600 Putative uncharacterized protein 4.879878108 C6_chemical_C1 +LQ05X000600 Putative uncharacterized protein 4.979022547 C6_chemical_C2 +LQ05X000600 Putative uncharacterized protein 5.152441643 C6_chemical_C3 +LQ05X000600 Putative uncharacterized protein 5.22568383 L4_control_A1 +LQ05X000600 Putative uncharacterized protein 5.035029326 L4_control_A2 +LQ05X000600 Putative uncharacterized protein 5.150267066 L4_control_A3 +LQ05X000600 Putative uncharacterized protein 5.175451022 L4_control_B1 +LQ05X000600 Putative uncharacterized protein 4.979338685 L4_control_B2 +LQ05X000600 Putative uncharacterized protein 4.760935938 L4_control_B3 +LQ05X000600 Putative uncharacterized protein 5.006905898 L4_control_C2 +LQ05X000600 Putative uncharacterized protein 5.521419303 L4_control_C3 +LQ05X000600 Putative uncharacterized protein 5.185050987 L4_chemical_A1 +LQ05X000600 Putative uncharacterized protein 5.197701168 L4_chemical_A2 +LQ05X000600 Putative uncharacterized protein 5.172570957 L4_chemical_A3 +LQ05X000600 Putative uncharacterized protein 4.815118026 L4_chemical_B1 +LQ05X000600 Putative uncharacterized protein 5.151556937 L4_chemical_B2 +LQ05X000600 Putative uncharacterized protein 4.873775772 L4_chemical_B3 +LQ05X000600 Putative uncharacterized protein 6.05115063 L4_chemical_C2 +LQ05X000600 Putative uncharacterized protein 5.073841909 L4_chemical_C3 +LQ05X000610 Ribosomal protein S4, mitochondrial 5.913883718 C6_control_A1 +LQ05X000610 Ribosomal protein S4, mitochondrial 6.018926756 C6_control_A3 +LQ05X000610 Ribosomal protein S4, mitochondrial 5.77169507 C6_control_B1 +LQ05X000610 Ribosomal protein S4, mitochondrial 6.24449934 C6_control_B2 +LQ05X000610 Ribosomal protein S4, mitochondrial 5.904729324 C6_control_B3 +LQ05X000610 Ribosomal protein S4, mitochondrial 6.39746459 C6_control_C1 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.204350101 C6_control_C2 +LQ05X000610 Ribosomal protein S4, mitochondrial 6.917920558 C6_control_C3 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.661509119 C6_chemical_A1 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.410352468 C6_chemical_A3 +LQ05X000610 Ribosomal protein S4, mitochondrial 6.736953222 C6_chemical_B1 +LQ05X000610 Ribosomal protein S4, mitochondrial 6.753553953 C6_chemical_B2 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.066206466 C6_chemical_B3 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.48554373 C6_chemical_C1 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.817615237 C6_chemical_C2 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.693290663 C6_chemical_C3 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.355313058 L4_control_A1 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.150772305 L4_control_A2 +LQ05X000610 Ribosomal protein S4, mitochondrial 5.511959418 L4_control_A3 +LQ05X000610 Ribosomal protein S4, mitochondrial 8.081850252 L4_control_B1 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.629156633 L4_control_B2 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.291519538 L4_control_B3 +LQ05X000610 Ribosomal protein S4, mitochondrial 8.81803628 L4_control_C2 +LQ05X000610 Ribosomal protein S4, mitochondrial 8.996372787 L4_control_C3 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.870840737 L4_chemical_A1 +LQ05X000610 Ribosomal protein S4, mitochondrial 8.288712534 L4_chemical_A2 +LQ05X000610 Ribosomal protein S4, mitochondrial 5.775124227 L4_chemical_A3 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.475944902 L4_chemical_B1 +LQ05X000610 Ribosomal protein S4, mitochondrial 8.902855429 L4_chemical_B2 +LQ05X000610 Ribosomal protein S4, mitochondrial 6.947923753 L4_chemical_B3 +LQ05X000610 Ribosomal protein S4, mitochondrial 9.738513353 L4_chemical_C2 +LQ05X000610 Ribosomal protein S4, mitochondrial 9.138421593 L4_chemical_C3 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.874125722 C6_control_A1 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.415828079 C6_control_A3 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.967973672 C6_control_B1 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.494434688 C6_control_B2 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.621008678 C6_control_B3 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.314708639 C6_control_C1 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.941793366 C6_control_C2 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.765030827 C6_control_C3 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.158400238 C6_chemical_A1 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.176087769 C6_chemical_A3 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.812496184 C6_chemical_B1 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.93491525 C6_chemical_B2 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.898336436 C6_chemical_B3 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.473174225 C6_chemical_C1 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.341818609 C6_chemical_C2 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.805872799 C6_chemical_C3 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.444271995 L4_control_A1 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.835016747 L4_control_A2 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.407986089 L4_control_A3 +LQ05X000640 Ribosomal protein S7, mitochondrial 4.878423323 L4_control_B1 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.358449387 L4_control_B2 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.047702185 L4_control_B3 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.331486552 L4_control_C2 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.993682563 L4_control_C3 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.437346955 L4_chemical_A1 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.41096067 L4_chemical_A2 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.687577113 L4_chemical_A3 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.925441478 L4_chemical_B1 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.189625285 L4_chemical_B2 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.790843995 L4_chemical_B3 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.066084661 L4_chemical_C2 +LQ05X000640 Ribosomal protein S7, mitochondrial 5.618630316 L4_chemical_C3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 10.60667427 C6_control_A1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.82661674 C6_control_A3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 10.36070449 C6_control_B1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 9.820474807 C6_control_B2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 10.59421827 C6_control_B3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 11.47594151 C6_control_C1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.68598641 C6_control_C2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 11.87445496 C6_control_C3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.33408907 C6_chemical_A1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.94145624 C6_chemical_A3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.91550299 C6_chemical_B1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.34629009 C6_chemical_B2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.06697581 C6_chemical_B3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.69398042 C6_chemical_C1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.46675851 C6_chemical_C2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.32492285 C6_chemical_C3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.84593414 L4_control_A1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 11.48774893 L4_control_A2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.33521941 L4_control_A3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 11.645592 L4_control_B1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.38524722 L4_control_B2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 11.47082373 L4_control_B3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.8845908 L4_control_C2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.55267242 L4_control_C3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.46572099 L4_chemical_A1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 11.94595094 L4_chemical_A2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.71531676 L4_chemical_A3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.12957286 L4_chemical_B1 +LQ05X000660 60S ribosomal protein L2, mitochondrial 12.23009896 L4_chemical_B2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 11.48259212 L4_chemical_B3 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.41229347 L4_chemical_C2 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.69955435 L4_chemical_C3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.747858197 C6_control_A1 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.738425047 C6_control_A3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.580415654 C6_control_B1 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.386813726 C6_control_B2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.575686637 C6_control_B3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.185683983 C6_control_C1 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.463611537 C6_control_C2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.13141337 C6_control_C3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.457691966 C6_chemical_A1 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.799425338 C6_chemical_A3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.457851607 C6_chemical_B1 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.59300793 C6_chemical_B2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.660545746 C6_chemical_B3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.637291184 C6_chemical_C1 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.254266432 C6_chemical_C2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.550041783 C6_chemical_C3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.387260298 L4_control_A1 +LQ05X000670 Ribosomal protein S3, mitochondrial 6.1831316 L4_control_A2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.704533515 L4_control_A3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.451579244 L4_control_B1 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.228901769 L4_control_B2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.130283959 L4_control_B3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.229715764 L4_control_C2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.132166804 L4_control_C3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.336755646 L4_chemical_A1 +LQ05X000670 Ribosomal protein S3, mitochondrial 6.326101496 L4_chemical_A2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.74277219 L4_chemical_A3 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.464261683 L4_chemical_B1 +LQ05X000670 Ribosomal protein S3, mitochondrial 6.167815913 L4_chemical_B2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.25275805 L4_chemical_B3 +LQ05X000670 Ribosomal protein S3, mitochondrial 6.412257029 L4_chemical_C2 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.35246723 L4_chemical_C3 +LQ05X000680 Hypothetical protein 5.084505503 C6_control_A1 +LQ05X000680 Hypothetical protein 5.171244187 C6_control_A3 +LQ05X000680 Hypothetical protein 4.95663137 C6_control_B1 +LQ05X000680 Hypothetical protein 5.411311072 C6_control_B2 +LQ05X000680 Hypothetical protein 4.964554652 C6_control_B3 +LQ05X000680 Hypothetical protein 5.450123596 C6_control_C1 +LQ05X000680 Hypothetical protein 4.928351244 C6_control_C2 +LQ05X000680 Hypothetical protein 5.130031159 C6_control_C3 +LQ05X000680 Hypothetical protein 5.271117485 C6_chemical_A1 +LQ05X000680 Hypothetical protein 4.686874912 C6_chemical_A3 +LQ05X000680 Hypothetical protein 5.17454176 C6_chemical_B1 +LQ05X000680 Hypothetical protein 5.106271149 C6_chemical_B2 +LQ05X000680 Hypothetical protein 5.051827028 C6_chemical_B3 +LQ05X000680 Hypothetical protein 5.517214632 C6_chemical_C1 +LQ05X000680 Hypothetical protein 5.298076447 C6_chemical_C2 +LQ05X000680 Hypothetical protein 5.143689513 C6_chemical_C3 +LQ05X000680 Hypothetical protein 4.979738369 L4_control_A1 +LQ05X000680 Hypothetical protein 5.336261747 L4_control_A2 +LQ05X000680 Hypothetical protein 5.642502187 L4_control_A3 +LQ05X000680 Hypothetical protein 5.211112671 L4_control_B1 +LQ05X000680 Hypothetical protein 5.250245769 L4_control_B2 +LQ05X000680 Hypothetical protein 5.035600761 L4_control_B3 +LQ05X000680 Hypothetical protein 5.369070809 L4_control_C2 +LQ05X000680 Hypothetical protein 4.975689701 L4_control_C3 +LQ05X000680 Hypothetical protein 5.351412136 L4_chemical_A1 +LQ05X000680 Hypothetical protein 5.221548013 L4_chemical_A2 +LQ05X000680 Hypothetical protein 5.175237682 L4_chemical_A3 +LQ05X000680 Hypothetical protein 5.013551708 L4_chemical_B1 +LQ05X000680 Hypothetical protein 4.898252939 L4_chemical_B2 +LQ05X000680 Hypothetical protein 5.070852241 L4_chemical_B3 +LQ05X000680 Hypothetical protein 5.19632983 L4_chemical_C2 +LQ05X000680 Hypothetical protein 4.779023691 L4_chemical_C3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.174872787 C6_control_A1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.664653738 C6_control_A3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.368306988 C6_control_B1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.705859324 C6_control_B2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.613065651 C6_control_B3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.38969547 C6_control_C1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.105767554 C6_control_C2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.457082529 C6_control_C3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.461716297 C6_chemical_A1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.646692595 C6_chemical_A3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.595018813 C6_chemical_B1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.772055346 C6_chemical_B2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.289266137 C6_chemical_B3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 8.085630735 C6_chemical_C1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.665814163 C6_chemical_C2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.048154361 C6_chemical_C3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.981715768 L4_control_A1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.99332526 L4_control_A2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.385355981 L4_control_A3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 5.814081321 L4_control_B1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.787532598 L4_control_B2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.150800701 L4_control_B3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 8.14876201 L4_control_C2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.213181249 L4_control_C3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.832029099 L4_chemical_A1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.238116074 L4_chemical_A2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.812936126 L4_chemical_A3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.633290693 L4_chemical_B1 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.883400476 L4_chemical_B2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.601852346 L4_chemical_B3 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.321348803 L4_chemical_C2 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 6.854144449 L4_chemical_C3 +LQ05X000710 Hypothetical protein 5.529008087 C6_control_A1 +LQ05X000710 Hypothetical protein 5.482834494 C6_control_A3 +LQ05X000710 Hypothetical protein 5.860701689 C6_control_B1 +LQ05X000710 Hypothetical protein 5.489252642 C6_control_B2 +LQ05X000710 Hypothetical protein 5.545364012 C6_control_B3 +LQ05X000710 Hypothetical protein 5.801609785 C6_control_C1 +LQ05X000710 Hypothetical protein 5.508282788 C6_control_C2 +LQ05X000710 Hypothetical protein 6.168592092 C6_control_C3 +LQ05X000710 Hypothetical protein 5.79765048 C6_chemical_A1 +LQ05X000710 Hypothetical protein 6.260650886 C6_chemical_A3 +LQ05X000710 Hypothetical protein 5.713121337 C6_chemical_B1 +LQ05X000710 Hypothetical protein 5.395117123 C6_chemical_B2 +LQ05X000710 Hypothetical protein 5.203706457 C6_chemical_B3 +LQ05X000710 Hypothetical protein 6.207169485 C6_chemical_C1 +LQ05X000710 Hypothetical protein 6.196203823 C6_chemical_C2 +LQ05X000710 Hypothetical protein 6.744967209 C6_chemical_C3 +LQ05X000710 Hypothetical protein 6.287421013 L4_control_A1 +LQ05X000710 Hypothetical protein 5.81019879 L4_control_A2 +LQ05X000710 Hypothetical protein 5.669499457 L4_control_A3 +LQ05X000710 Hypothetical protein 5.709325279 L4_control_B1 +LQ05X000710 Hypothetical protein 5.653977746 L4_control_B2 +LQ05X000710 Hypothetical protein 5.719295583 L4_control_B3 +LQ05X000710 Hypothetical protein 8.257746763 L4_control_C2 +LQ05X000710 Hypothetical protein 6.195542426 L4_control_C3 +LQ05X000710 Hypothetical protein 6.309757677 L4_chemical_A1 +LQ05X000710 Hypothetical protein 6.303918098 L4_chemical_A2 +LQ05X000710 Hypothetical protein 5.719509401 L4_chemical_A3 +LQ05X000710 Hypothetical protein 5.883093788 L4_chemical_B1 +LQ05X000710 Hypothetical protein 6.437578353 L4_chemical_B2 +LQ05X000710 Hypothetical protein 5.673177882 L4_chemical_B3 +LQ05X000710 Hypothetical protein 8.063732348 L4_chemical_C2 +LQ05X000710 Hypothetical protein 6.241280598 L4_chemical_C3 +LQ05X000730 Hypothetical protein 11.28291485 C6_control_A1 +LQ05X000730 Hypothetical protein 11.19283393 C6_control_A3 +LQ05X000730 Hypothetical protein 10.68393132 C6_control_B1 +LQ05X000730 Hypothetical protein 10.0698082 C6_control_B2 +LQ05X000730 Hypothetical protein 10.09724301 C6_control_B3 +LQ05X000730 Hypothetical protein 11.46190563 C6_control_C1 +LQ05X000730 Hypothetical protein 11.05861656 C6_control_C2 +LQ05X000730 Hypothetical protein 11.27957805 C6_control_C3 +LQ05X000730 Hypothetical protein 11.72957337 C6_chemical_A1 +LQ05X000730 Hypothetical protein 11.22225913 C6_chemical_A3 +LQ05X000730 Hypothetical protein 11.06482322 C6_chemical_B1 +LQ05X000730 Hypothetical protein 10.17841424 C6_chemical_B2 +LQ05X000730 Hypothetical protein 10.65159338 C6_chemical_B3 +LQ05X000730 Hypothetical protein 12.11035574 C6_chemical_C1 +LQ05X000730 Hypothetical protein 11.0305828 C6_chemical_C2 +LQ05X000730 Hypothetical protein 11.00490402 C6_chemical_C3 +LQ05X000730 Hypothetical protein 11.26190642 L4_control_A1 +LQ05X000730 Hypothetical protein 9.872976924 L4_control_A2 +LQ05X000730 Hypothetical protein 9.946578479 L4_control_A3 +LQ05X000730 Hypothetical protein 9.307239777 L4_control_B1 +LQ05X000730 Hypothetical protein 10.42348528 L4_control_B2 +LQ05X000730 Hypothetical protein 8.422819316 L4_control_B3 +LQ05X000730 Hypothetical protein 11.30087419 L4_control_C2 +LQ05X000730 Hypothetical protein 9.661361528 L4_control_C3 +LQ05X000730 Hypothetical protein 10.82951185 L4_chemical_A1 +LQ05X000730 Hypothetical protein 10.18693935 L4_chemical_A2 +LQ05X000730 Hypothetical protein 10.65784166 L4_chemical_A3 +LQ05X000730 Hypothetical protein 11.63934026 L4_chemical_B1 +LQ05X000730 Hypothetical protein 10.28724317 L4_chemical_B2 +LQ05X000730 Hypothetical protein 8.756004662 L4_chemical_B3 +LQ05X000730 Hypothetical protein 10.94753212 L4_chemical_C2 +LQ05X000730 Hypothetical protein 9.628019114 L4_chemical_C3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 7.650858587 C6_control_A1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.55393048 C6_control_A3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 7.351866443 C6_control_B1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 7.729840387 C6_control_B2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 7.910545198 C6_control_B3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 7.967900413 C6_control_C1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.603356086 C6_control_C2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 8.636777003 C6_control_C3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.408476365 C6_chemical_A1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.606171372 C6_chemical_A3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.123900403 C6_chemical_B1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.362398774 C6_chemical_B2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.761824587 C6_chemical_B3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.821689378 C6_chemical_C1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 10.26247906 C6_chemical_C2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 10.28558452 C6_chemical_C3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.604277193 L4_control_A1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.976020298 L4_control_A2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.971545711 L4_control_A3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.749547058 L4_control_B1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 8.838027423 L4_control_B2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.734444454 L4_control_B3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 10.76019814 L4_control_C2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 10.46197952 L4_control_C3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.416385019 L4_chemical_A1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 10.19500401 L4_chemical_A2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 10.04576572 L4_chemical_A3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.499799287 L4_chemical_B1 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.092222477 L4_chemical_B2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.409868714 L4_chemical_B3 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 10.83771535 L4_chemical_C2 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 10.30767525 L4_chemical_C3 +LQ05X000750 Hypothetical protein 5.515870602 C6_control_A1 +LQ05X000750 Hypothetical protein 5.164631433 C6_control_A3 +LQ05X000750 Hypothetical protein 5.39339714 C6_control_B1 +LQ05X000750 Hypothetical protein 5.543032803 C6_control_B2 +LQ05X000750 Hypothetical protein 5.187877044 C6_control_B3 +LQ05X000750 Hypothetical protein 5.766486925 C6_control_C1 +LQ05X000750 Hypothetical protein 5.169602724 C6_control_C2 +LQ05X000750 Hypothetical protein 5.559806029 C6_control_C3 +LQ05X000750 Hypothetical protein 5.880993402 C6_chemical_A1 +LQ05X000750 Hypothetical protein 5.380891534 C6_chemical_A3 +LQ05X000750 Hypothetical protein 5.256159939 C6_chemical_B1 +LQ05X000750 Hypothetical protein 5.310126697 C6_chemical_B2 +LQ05X000750 Hypothetical protein 5.149766548 C6_chemical_B3 +LQ05X000750 Hypothetical protein 5.772121917 C6_chemical_C1 +LQ05X000750 Hypothetical protein 5.813129761 C6_chemical_C2 +LQ05X000750 Hypothetical protein 6.047370392 C6_chemical_C3 +LQ05X000750 Hypothetical protein 5.818286887 L4_control_A1 +LQ05X000750 Hypothetical protein 6.277209951 L4_control_A2 +LQ05X000750 Hypothetical protein 5.862596079 L4_control_A3 +LQ05X000750 Hypothetical protein 5.123206402 L4_control_B1 +LQ05X000750 Hypothetical protein 4.881039356 L4_control_B2 +LQ05X000750 Hypothetical protein 5.499666156 L4_control_B3 +LQ05X000750 Hypothetical protein 5.586072484 L4_control_C2 +LQ05X000750 Hypothetical protein 5.570920707 L4_control_C3 +LQ05X000750 Hypothetical protein 5.578730121 L4_chemical_A1 +LQ05X000750 Hypothetical protein 6.165028872 L4_chemical_A2 +LQ05X000750 Hypothetical protein 5.340676031 L4_chemical_A3 +LQ05X000750 Hypothetical protein 5.611155421 L4_chemical_B1 +LQ05X000750 Hypothetical protein 5.514949229 L4_chemical_B2 +LQ05X000750 Hypothetical protein 5.794865343 L4_chemical_B3 +LQ05X000750 Hypothetical protein 4.825822111 L4_chemical_C2 +LQ05X000750 Hypothetical protein 6.399816594 L4_chemical_C3 +LQ05X000760 Hypothetical protein 5.15743989 C6_control_A1 +LQ05X000760 Hypothetical protein 5.645844441 C6_control_A3 +LQ05X000760 Hypothetical protein 5.457050881 C6_control_B1 +LQ05X000760 Hypothetical protein 5.351456316 C6_control_B2 +LQ05X000760 Hypothetical protein 5.332292548 C6_control_B3 +LQ05X000760 Hypothetical protein 5.50448489 C6_control_C1 +LQ05X000760 Hypothetical protein 5.467312575 C6_control_C2 +LQ05X000760 Hypothetical protein 5.471359714 C6_control_C3 +LQ05X000760 Hypothetical protein 5.499329301 C6_chemical_A1 +LQ05X000760 Hypothetical protein 6.385482976 C6_chemical_A3 +LQ05X000760 Hypothetical protein 5.378659237 C6_chemical_B1 +LQ05X000760 Hypothetical protein 5.248406177 C6_chemical_B2 +LQ05X000760 Hypothetical protein 5.639661401 C6_chemical_B3 +LQ05X000760 Hypothetical protein 5.674553088 C6_chemical_C1 +LQ05X000760 Hypothetical protein 5.783631893 C6_chemical_C2 +LQ05X000760 Hypothetical protein 5.690717041 C6_chemical_C3 +LQ05X000760 Hypothetical protein 6.727845152 L4_control_A1 +LQ05X000760 Hypothetical protein 6.031552257 L4_control_A2 +LQ05X000760 Hypothetical protein 5.941733806 L4_control_A3 +LQ05X000760 Hypothetical protein 6.231773348 L4_control_B1 +LQ05X000760 Hypothetical protein 5.800332635 L4_control_B2 +LQ05X000760 Hypothetical protein 5.711999691 L4_control_B3 +LQ05X000760 Hypothetical protein 7.148618563 L4_control_C2 +LQ05X000760 Hypothetical protein 5.780764528 L4_control_C3 +LQ05X000760 Hypothetical protein 6.977521087 L4_chemical_A1 +LQ05X000760 Hypothetical protein 6.073828436 L4_chemical_A2 +LQ05X000760 Hypothetical protein 5.837560379 L4_chemical_A3 +LQ05X000760 Hypothetical protein 5.922633578 L4_chemical_B1 +LQ05X000760 Hypothetical protein 6.009541019 L4_chemical_B2 +LQ05X000760 Hypothetical protein 5.690712238 L4_chemical_B3 +LQ05X000760 Hypothetical protein 6.390109972 L4_chemical_C2 +LQ05X000760 Hypothetical protein 6.412943557 L4_chemical_C3 +LQ05X000770 Hypothetical protein 5.723269765 C6_control_A1 +LQ05X000770 Hypothetical protein 6.430393577 C6_control_A3 +LQ05X000770 Hypothetical protein 6.109506004 C6_control_B1 +LQ05X000770 Hypothetical protein 7.288042771 C6_control_B2 +LQ05X000770 Hypothetical protein 6.767650774 C6_control_B3 +LQ05X000770 Hypothetical protein 8.479890335 C6_control_C1 +LQ05X000770 Hypothetical protein 7.901188775 C6_control_C2 +LQ05X000770 Hypothetical protein 8.853253212 C6_control_C3 +LQ05X000770 Hypothetical protein 5.930352192 C6_chemical_A1 +LQ05X000770 Hypothetical protein 6.789526645 C6_chemical_A3 +LQ05X000770 Hypothetical protein 6.084117575 C6_chemical_B1 +LQ05X000770 Hypothetical protein 6.277143822 C6_chemical_B2 +LQ05X000770 Hypothetical protein 7.056671486 C6_chemical_B3 +LQ05X000770 Hypothetical protein 7.926830051 C6_chemical_C1 +LQ05X000770 Hypothetical protein 8.183493687 C6_chemical_C2 +LQ05X000770 Hypothetical protein 8.81443729 C6_chemical_C3 +LQ05X000770 Hypothetical protein 7.938412295 L4_control_A1 +LQ05X000770 Hypothetical protein 7.736170862 L4_control_A2 +LQ05X000770 Hypothetical protein 7.863353682 L4_control_A3 +LQ05X000770 Hypothetical protein 7.307629634 L4_control_B1 +LQ05X000770 Hypothetical protein 6.502588787 L4_control_B2 +LQ05X000770 Hypothetical protein 8.000664503 L4_control_B3 +LQ05X000770 Hypothetical protein 8.497103919 L4_control_C2 +LQ05X000770 Hypothetical protein 7.47188009 L4_control_C3 +LQ05X000770 Hypothetical protein 8.638578395 L4_chemical_A1 +LQ05X000770 Hypothetical protein 8.613011888 L4_chemical_A2 +LQ05X000770 Hypothetical protein 7.3253851 L4_chemical_A3 +LQ05X000770 Hypothetical protein 7.409199932 L4_chemical_B1 +LQ05X000770 Hypothetical protein 7.594525883 L4_chemical_B2 +LQ05X000770 Hypothetical protein 7.417801016 L4_chemical_B3 +LQ05X000770 Hypothetical protein 9.31546127 L4_chemical_C2 +LQ05X000770 Hypothetical protein 9.023433295 L4_chemical_C3 +LQ05X000780 Hypothetical protein 5.888113044 C6_control_A1 +LQ05X000780 Hypothetical protein 5.971052516 C6_control_A3 +LQ05X000780 Hypothetical protein 5.699888914 C6_control_B1 +LQ05X000780 Hypothetical protein 5.451320297 C6_control_B2 +LQ05X000780 Hypothetical protein 5.764171213 C6_control_B3 +LQ05X000780 Hypothetical protein 5.423155403 C6_control_C1 +LQ05X000780 Hypothetical protein 5.236246248 C6_control_C2 +LQ05X000780 Hypothetical protein 6.116786753 C6_control_C3 +LQ05X000780 Hypothetical protein 6.232594833 C6_chemical_A1 +LQ05X000780 Hypothetical protein 6.460501847 C6_chemical_A3 +LQ05X000780 Hypothetical protein 6.55275934 C6_chemical_B1 +LQ05X000780 Hypothetical protein 5.548643131 C6_chemical_B2 +LQ05X000780 Hypothetical protein 5.994066723 C6_chemical_B3 +LQ05X000780 Hypothetical protein 5.954361651 C6_chemical_C1 +LQ05X000780 Hypothetical protein 5.632525434 C6_chemical_C2 +LQ05X000780 Hypothetical protein 5.966413541 C6_chemical_C3 +LQ05X000780 Hypothetical protein 5.68111128 L4_control_A1 +LQ05X000780 Hypothetical protein 5.183033331 L4_control_A2 +LQ05X000780 Hypothetical protein 6.014727749 L4_control_A3 +LQ05X000780 Hypothetical protein 5.835274785 L4_control_B1 +LQ05X000780 Hypothetical protein 5.645118064 L4_control_B2 +LQ05X000780 Hypothetical protein 5.644866523 L4_control_B3 +LQ05X000780 Hypothetical protein 5.813421133 L4_control_C2 +LQ05X000780 Hypothetical protein 5.504058828 L4_control_C3 +LQ05X000780 Hypothetical protein 5.799915385 L4_chemical_A1 +LQ05X000780 Hypothetical protein 5.658936939 L4_chemical_A2 +LQ05X000780 Hypothetical protein 6.279886122 L4_chemical_A3 +LQ05X000780 Hypothetical protein 6.207511106 L4_chemical_B1 +LQ05X000780 Hypothetical protein 5.745182965 L4_chemical_B2 +LQ05X000780 Hypothetical protein 5.51407642 L4_chemical_B3 +LQ05X000780 Hypothetical protein 5.375604468 L4_chemical_C2 +LQ05X000780 Hypothetical protein 6.091368147 L4_chemical_C3 +LQ05X000810 Putative uncharacterized protein 8.146679506 C6_control_A1 +LQ05X000810 Putative uncharacterized protein 10.03802827 C6_control_A3 +LQ05X000810 Putative uncharacterized protein 7.581729631 C6_control_B1 +LQ05X000810 Putative uncharacterized protein 7.300752489 C6_control_B2 +LQ05X000810 Putative uncharacterized protein 8.003710272 C6_control_B3 +LQ05X000810 Putative uncharacterized protein 7.946742513 C6_control_C1 +LQ05X000810 Putative uncharacterized protein 8.071197289 C6_control_C2 +LQ05X000810 Putative uncharacterized protein 8.42994579 C6_control_C3 +LQ05X000810 Putative uncharacterized protein 8.397812743 C6_chemical_A1 +LQ05X000810 Putative uncharacterized protein 10.71576765 C6_chemical_A3 +LQ05X000810 Putative uncharacterized protein 7.941344809 C6_chemical_B1 +LQ05X000810 Putative uncharacterized protein 7.180904844 C6_chemical_B2 +LQ05X000810 Putative uncharacterized protein 8.396552311 C6_chemical_B3 +LQ05X000810 Putative uncharacterized protein 8.33205255 C6_chemical_C1 +LQ05X000810 Putative uncharacterized protein 8.243979064 C6_chemical_C2 +LQ05X000810 Putative uncharacterized protein 9.185570353 C6_chemical_C3 +LQ05X000810 Putative uncharacterized protein 10.56899841 L4_control_A1 +LQ05X000810 Putative uncharacterized protein 10.00789432 L4_control_A2 +LQ05X000810 Putative uncharacterized protein 11.52837632 L4_control_A3 +LQ05X000810 Putative uncharacterized protein 9.18908971 L4_control_B1 +LQ05X000810 Putative uncharacterized protein 9.127044931 L4_control_B2 +LQ05X000810 Putative uncharacterized protein 9.118444114 L4_control_B3 +LQ05X000810 Putative uncharacterized protein 9.845980441 L4_control_C2 +LQ05X000810 Putative uncharacterized protein 10.69010494 L4_control_C3 +LQ05X000810 Putative uncharacterized protein 10.59317288 L4_chemical_A1 +LQ05X000810 Putative uncharacterized protein 10.01698726 L4_chemical_A2 +LQ05X000810 Putative uncharacterized protein 11.49114004 L4_chemical_A3 +LQ05X000810 Putative uncharacterized protein 9.490583195 L4_chemical_B1 +LQ05X000810 Putative uncharacterized protein 9.345849164 L4_chemical_B2 +LQ05X000810 Putative uncharacterized protein 9.402348884 L4_chemical_B3 +LQ05X000810 Putative uncharacterized protein 9.969336999 L4_chemical_C2 +LQ05X000810 Putative uncharacterized protein 10.96760206 L4_chemical_C3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.555331098 C6_control_A1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.424776848 C6_control_A3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.296880579 C6_control_B1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.630858156 C6_control_B2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.449041129 C6_control_B3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.387897449 C6_control_C1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.262864645 C6_control_C2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.523034908 C6_control_C3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.790388389 C6_chemical_A1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.488532462 C6_chemical_A3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.783148209 C6_chemical_B1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.955993859 C6_chemical_B2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.827171704 C6_chemical_B3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.632479622 C6_chemical_C1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.591615611 C6_chemical_C2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.669228106 C6_chemical_C3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.771663931 L4_control_A1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.586126397 L4_control_A2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 6.421257761 L4_control_A3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.694855539 L4_control_B1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.879748899 L4_control_B2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.900233209 L4_control_B3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.995973055 L4_control_C2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.280542564 L4_control_C3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 6.055366779 L4_chemical_A1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 6.238840156 L4_chemical_A2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.856274082 L4_chemical_A3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 6.059241823 L4_chemical_B1 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 6.180967829 L4_chemical_B2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.872285285 L4_chemical_B3 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.904417868 L4_chemical_C2 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.437802661 L4_chemical_C3 +LQ05X000830 Hypothetical protein 13.01849003 C6_control_A1 +LQ05X000830 Hypothetical protein 14.30696054 C6_control_A3 +LQ05X000830 Hypothetical protein 12.39962961 C6_control_B1 +LQ05X000830 Hypothetical protein 12.54650639 C6_control_B2 +LQ05X000830 Hypothetical protein 13.20027205 C6_control_B3 +LQ05X000830 Hypothetical protein 12.84363898 C6_control_C1 +LQ05X000830 Hypothetical protein 14.40630653 C6_control_C2 +LQ05X000830 Hypothetical protein 13.49309403 C6_control_C3 +LQ05X000830 Hypothetical protein 15.34847196 C6_chemical_A1 +LQ05X000830 Hypothetical protein 14.3097076 C6_chemical_A3 +LQ05X000830 Hypothetical protein 15.073799 C6_chemical_B1 +LQ05X000830 Hypothetical protein 14.83683629 C6_chemical_B2 +LQ05X000830 Hypothetical protein 15.21808764 C6_chemical_B3 +LQ05X000830 Hypothetical protein 15.43565477 C6_chemical_C1 +LQ05X000830 Hypothetical protein 14.89505534 C6_chemical_C2 +LQ05X000830 Hypothetical protein 15.08525857 C6_chemical_C3 +LQ05X000830 Hypothetical protein 14.5911141 L4_control_A1 +LQ05X000830 Hypothetical protein 13.77462788 L4_control_A2 +LQ05X000830 Hypothetical protein 13.98728469 L4_control_A3 +LQ05X000830 Hypothetical protein 13.5940621 L4_control_B1 +LQ05X000830 Hypothetical protein 14.16914287 L4_control_B2 +LQ05X000830 Hypothetical protein 13.13194898 L4_control_B3 +LQ05X000830 Hypothetical protein 15.10203995 L4_control_C2 +LQ05X000830 Hypothetical protein 14.12463682 L4_control_C3 +LQ05X000830 Hypothetical protein 13.58164567 L4_chemical_A1 +LQ05X000830 Hypothetical protein 13.88313579 L4_chemical_A2 +LQ05X000830 Hypothetical protein 14.53820929 L4_chemical_A3 +LQ05X000830 Hypothetical protein 14.11519939 L4_chemical_B1 +LQ05X000830 Hypothetical protein 13.77290142 L4_chemical_B2 +LQ05X000830 Hypothetical protein 13.27095505 L4_chemical_B3 +LQ05X000830 Hypothetical protein 14.28832519 L4_chemical_C2 +LQ05X000830 Hypothetical protein 14.02884688 L4_chemical_C3 +LQ05X000840 Putative uncharacterized protein 5.928658342 C6_control_A1 +LQ05X000840 Putative uncharacterized protein 6.127992247 C6_control_A3 +LQ05X000840 Putative uncharacterized protein 5.428830854 C6_control_B1 +LQ05X000840 Putative uncharacterized protein 6.017196827 C6_control_B2 +LQ05X000840 Putative uncharacterized protein 5.824153275 C6_control_B3 +LQ05X000840 Putative uncharacterized protein 6.446795919 C6_control_C1 +LQ05X000840 Putative uncharacterized protein 6.213800402 C6_control_C2 +LQ05X000840 Putative uncharacterized protein 6.154148447 C6_control_C3 +LQ05X000840 Putative uncharacterized protein 6.105129867 C6_chemical_A1 +LQ05X000840 Putative uncharacterized protein 6.18321662 C6_chemical_A3 +LQ05X000840 Putative uncharacterized protein 5.62759599 C6_chemical_B1 +LQ05X000840 Putative uncharacterized protein 5.562258316 C6_chemical_B2 +LQ05X000840 Putative uncharacterized protein 5.766958575 C6_chemical_B3 +LQ05X000840 Putative uncharacterized protein 6.170117101 C6_chemical_C1 +LQ05X000840 Putative uncharacterized protein 6.306768078 C6_chemical_C2 +LQ05X000840 Putative uncharacterized protein 5.978973876 C6_chemical_C3 +LQ05X000840 Putative uncharacterized protein 6.014269934 L4_control_A1 +LQ05X000840 Putative uncharacterized protein 6.450537247 L4_control_A2 +LQ05X000840 Putative uncharacterized protein 6.077011882 L4_control_A3 +LQ05X000840 Putative uncharacterized protein 5.426814364 L4_control_B1 +LQ05X000840 Putative uncharacterized protein 5.933706944 L4_control_B2 +LQ05X000840 Putative uncharacterized protein 5.631446347 L4_control_B3 +LQ05X000840 Putative uncharacterized protein 5.383378648 L4_control_C2 +LQ05X000840 Putative uncharacterized protein 6.005575246 L4_control_C3 +LQ05X000840 Putative uncharacterized protein 5.8735725 L4_chemical_A1 +LQ05X000840 Putative uncharacterized protein 6.187008118 L4_chemical_A2 +LQ05X000840 Putative uncharacterized protein 6.126882016 L4_chemical_A3 +LQ05X000840 Putative uncharacterized protein 6.024149876 L4_chemical_B1 +LQ05X000840 Putative uncharacterized protein 5.999240737 L4_chemical_B2 +LQ05X000840 Putative uncharacterized protein 5.721841417 L4_chemical_B3 +LQ05X000840 Putative uncharacterized protein 5.495461698 L4_chemical_C2 +LQ05X000840 Putative uncharacterized protein 5.567195594 L4_chemical_C3 +LQ05X000850 Hypothetical protein 10.3546716 C6_control_A1 +LQ05X000850 Hypothetical protein 10.69520943 C6_control_A3 +LQ05X000850 Hypothetical protein 9.824124235 C6_control_B1 +LQ05X000850 Hypothetical protein 9.886872779 C6_control_B2 +LQ05X000850 Hypothetical protein 10.62720733 C6_control_B3 +LQ05X000850 Hypothetical protein 9.738767094 C6_control_C1 +LQ05X000850 Hypothetical protein 11.62082581 C6_control_C2 +LQ05X000850 Hypothetical protein 10.41391593 C6_control_C3 +LQ05X000850 Hypothetical protein 12.7826279 C6_chemical_A1 +LQ05X000850 Hypothetical protein 11.31696304 C6_chemical_A3 +LQ05X000850 Hypothetical protein 12.44854129 C6_chemical_B1 +LQ05X000850 Hypothetical protein 12.55379324 C6_chemical_B2 +LQ05X000850 Hypothetical protein 13.0275716 C6_chemical_B3 +LQ05X000850 Hypothetical protein 12.27149986 C6_chemical_C1 +LQ05X000850 Hypothetical protein 12.34717482 C6_chemical_C2 +LQ05X000850 Hypothetical protein 12.20436592 C6_chemical_C3 +LQ05X000850 Hypothetical protein 10.49826885 L4_control_A1 +LQ05X000850 Hypothetical protein 10.1279462 L4_control_A2 +LQ05X000850 Hypothetical protein 6.561577978 L4_control_A3 +LQ05X000850 Hypothetical protein 9.071074754 L4_control_B1 +LQ05X000850 Hypothetical protein 10.55007854 L4_control_B2 +LQ05X000850 Hypothetical protein 9.624087306 L4_control_B3 +LQ05X000850 Hypothetical protein 11.30871596 L4_control_C2 +LQ05X000850 Hypothetical protein 9.494018004 L4_control_C3 +LQ05X000850 Hypothetical protein 9.828807022 L4_chemical_A1 +LQ05X000850 Hypothetical protein 10.07563395 L4_chemical_A2 +LQ05X000850 Hypothetical protein 8.181873033 L4_chemical_A3 +LQ05X000850 Hypothetical protein 10.04133936 L4_chemical_B1 +LQ05X000850 Hypothetical protein 9.763215488 L4_chemical_B2 +LQ05X000850 Hypothetical protein 9.343717885 L4_chemical_B3 +LQ05X000850 Hypothetical protein 10.44535829 L4_chemical_C2 +LQ05X000850 Hypothetical protein 9.226902964 L4_chemical_C3 +LQ05X000860 Succinate dehydrogenase subunit 3 5.991109307 C6_control_A1 +LQ05X000860 Succinate dehydrogenase subunit 3 5.951438059 C6_control_A3 +LQ05X000860 Succinate dehydrogenase subunit 3 5.369747823 C6_control_B1 +LQ05X000860 Succinate dehydrogenase subunit 3 5.514047249 C6_control_B2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.998944618 C6_control_B3 +LQ05X000860 Succinate dehydrogenase subunit 3 5.858219941 C6_control_C1 +LQ05X000860 Succinate dehydrogenase subunit 3 5.563424289 C6_control_C2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.343507968 C6_control_C3 +LQ05X000860 Succinate dehydrogenase subunit 3 6.146679767 C6_chemical_A1 +LQ05X000860 Succinate dehydrogenase subunit 3 6.737348263 C6_chemical_A3 +LQ05X000860 Succinate dehydrogenase subunit 3 5.824208947 C6_chemical_B1 +LQ05X000860 Succinate dehydrogenase subunit 3 5.663617845 C6_chemical_B2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.623329204 C6_chemical_B3 +LQ05X000860 Succinate dehydrogenase subunit 3 6.092551875 C6_chemical_C1 +LQ05X000860 Succinate dehydrogenase subunit 3 5.884753517 C6_chemical_C2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.833664747 C6_chemical_C3 +LQ05X000860 Succinate dehydrogenase subunit 3 7.128843706 L4_control_A1 +LQ05X000860 Succinate dehydrogenase subunit 3 6.064064398 L4_control_A2 +LQ05X000860 Succinate dehydrogenase subunit 3 6.644085286 L4_control_A3 +LQ05X000860 Succinate dehydrogenase subunit 3 5.498091595 L4_control_B1 +LQ05X000860 Succinate dehydrogenase subunit 3 6.090101619 L4_control_B2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.883657656 L4_control_B3 +LQ05X000860 Succinate dehydrogenase subunit 3 6.560197972 L4_control_C2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.386193573 L4_control_C3 +LQ05X000860 Succinate dehydrogenase subunit 3 6.516877378 L4_chemical_A1 +LQ05X000860 Succinate dehydrogenase subunit 3 5.778722237 L4_chemical_A2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.936580731 L4_chemical_A3 +LQ05X000860 Succinate dehydrogenase subunit 3 5.527890073 L4_chemical_B1 +LQ05X000860 Succinate dehydrogenase subunit 3 6.098481114 L4_chemical_B2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.769316392 L4_chemical_B3 +LQ05X000860 Succinate dehydrogenase subunit 3 5.880943313 L4_chemical_C2 +LQ05X000860 Succinate dehydrogenase subunit 3 5.78741947 L4_chemical_C3 +LQ05X000870 Hypothetical protein 5.371493115 C6_control_A1 +LQ05X000870 Hypothetical protein 5.536304877 C6_control_A3 +LQ05X000870 Hypothetical protein 6.06763312 C6_control_B1 +LQ05X000870 Hypothetical protein 5.167992771 C6_control_B2 +LQ05X000870 Hypothetical protein 5.453909566 C6_control_B3 +LQ05X000870 Hypothetical protein 5.477651072 C6_control_C1 +LQ05X000870 Hypothetical protein 5.277462605 C6_control_C2 +LQ05X000870 Hypothetical protein 5.223066976 C6_control_C3 +LQ05X000870 Hypothetical protein 5.773924499 C6_chemical_A1 +LQ05X000870 Hypothetical protein 5.402354883 C6_chemical_A3 +LQ05X000870 Hypothetical protein 5.837399678 C6_chemical_B1 +LQ05X000870 Hypothetical protein 5.232154377 C6_chemical_B2 +LQ05X000870 Hypothetical protein 5.348026478 C6_chemical_B3 +LQ05X000870 Hypothetical protein 5.490109873 C6_chemical_C1 +LQ05X000870 Hypothetical protein 5.16544684 C6_chemical_C2 +LQ05X000870 Hypothetical protein 5.46101599 C6_chemical_C3 +LQ05X000870 Hypothetical protein 5.783739068 L4_control_A1 +LQ05X000870 Hypothetical protein 5.6321301 L4_control_A2 +LQ05X000870 Hypothetical protein 5.730679159 L4_control_A3 +LQ05X000870 Hypothetical protein 5.925946401 L4_control_B1 +LQ05X000870 Hypothetical protein 5.045585774 L4_control_B2 +LQ05X000870 Hypothetical protein 5.742319736 L4_control_B3 +LQ05X000870 Hypothetical protein 5.604538788 L4_control_C2 +LQ05X000870 Hypothetical protein 5.301623307 L4_control_C3 +LQ05X000870 Hypothetical protein 5.24170371 L4_chemical_A1 +LQ05X000870 Hypothetical protein 6.001036157 L4_chemical_A2 +LQ05X000870 Hypothetical protein 6.371206393 L4_chemical_A3 +LQ05X000870 Hypothetical protein 5.398821071 L4_chemical_B1 +LQ05X000870 Hypothetical protein 5.182806058 L4_chemical_B2 +LQ05X000870 Hypothetical protein 5.435870289 L4_chemical_B3 +LQ05X000870 Hypothetical protein 5.911386166 L4_chemical_C2 +LQ05X000870 Hypothetical protein 5.363906938 L4_chemical_C3 +LQ05X000880 Hypothetical protein 5.018271618 C6_control_A1 +LQ05X000880 Hypothetical protein 4.984290083 C6_control_A3 +LQ05X000880 Hypothetical protein 5.556771358 C6_control_B1 +LQ05X000880 Hypothetical protein 5.389755754 C6_control_B2 +LQ05X000880 Hypothetical protein 5.119955444 C6_control_B3 +LQ05X000880 Hypothetical protein 5.660593902 C6_control_C1 +LQ05X000880 Hypothetical protein 5.686861538 C6_control_C2 +LQ05X000880 Hypothetical protein 5.969108237 C6_control_C3 +LQ05X000880 Hypothetical protein 5.035123492 C6_chemical_A1 +LQ05X000880 Hypothetical protein 5.263410532 C6_chemical_A3 +LQ05X000880 Hypothetical protein 5.495543508 C6_chemical_B1 +LQ05X000880 Hypothetical protein 5.21832445 C6_chemical_B2 +LQ05X000880 Hypothetical protein 4.982906398 C6_chemical_B3 +LQ05X000880 Hypothetical protein 6.065751655 C6_chemical_C1 +LQ05X000880 Hypothetical protein 5.996105611 C6_chemical_C2 +LQ05X000880 Hypothetical protein 6.046363749 C6_chemical_C3 +LQ05X000880 Hypothetical protein 4.822806066 L4_control_A1 +LQ05X000880 Hypothetical protein 4.884203799 L4_control_A2 +LQ05X000880 Hypothetical protein 5.450014583 L4_control_A3 +LQ05X000880 Hypothetical protein 5.01182676 L4_control_B1 +LQ05X000880 Hypothetical protein 5.138653319 L4_control_B2 +LQ05X000880 Hypothetical protein 5.238907598 L4_control_B3 +LQ05X000880 Hypothetical protein 6.654315693 L4_control_C2 +LQ05X000880 Hypothetical protein 5.73269053 L4_control_C3 +LQ05X000880 Hypothetical protein 4.90262444 L4_chemical_A1 +LQ05X000880 Hypothetical protein 5.050777815 L4_chemical_A2 +LQ05X000880 Hypothetical protein 5.025823519 L4_chemical_A3 +LQ05X000880 Hypothetical protein 4.932122264 L4_chemical_B1 +LQ05X000880 Hypothetical protein 5.270309751 L4_chemical_B2 +LQ05X000880 Hypothetical protein 5.065421856 L4_chemical_B3 +LQ05X000880 Hypothetical protein 6.601665514 L4_chemical_C2 +LQ05X000880 Hypothetical protein 6.139090742 L4_chemical_C3 +LQ05X000900 Predicted protein 5.329632317 C6_control_A1 +LQ05X000900 Predicted protein 5.132200437 C6_control_A3 +LQ05X000900 Predicted protein 5.412825669 C6_control_B1 +LQ05X000900 Predicted protein 5.579280748 C6_control_B2 +LQ05X000900 Predicted protein 5.728860076 C6_control_B3 +LQ05X000900 Predicted protein 5.251578908 C6_control_C1 +LQ05X000900 Predicted protein 5.346735679 C6_control_C2 +LQ05X000900 Predicted protein 5.431831179 C6_control_C3 +LQ05X000900 Predicted protein 5.395493171 C6_chemical_A1 +LQ05X000900 Predicted protein 5.583660032 C6_chemical_A3 +LQ05X000900 Predicted protein 6.132165164 C6_chemical_B1 +LQ05X000900 Predicted protein 5.653924171 C6_chemical_B2 +LQ05X000900 Predicted protein 5.190129775 C6_chemical_B3 +LQ05X000900 Predicted protein 5.010343247 C6_chemical_C1 +LQ05X000900 Predicted protein 5.443608896 C6_chemical_C2 +LQ05X000900 Predicted protein 5.63757822 C6_chemical_C3 +LQ05X000900 Predicted protein 6.198264902 L4_control_A1 +LQ05X000900 Predicted protein 5.995913226 L4_control_A2 +LQ05X000900 Predicted protein 5.42877813 L4_control_A3 +LQ05X000900 Predicted protein 5.78416961 L4_control_B1 +LQ05X000900 Predicted protein 5.941669162 L4_control_B2 +LQ05X000900 Predicted protein 5.679392102 L4_control_B3 +LQ05X000900 Predicted protein 4.988884766 L4_control_C2 +LQ05X000900 Predicted protein 5.548123464 L4_control_C3 +LQ05X000900 Predicted protein 5.909564447 L4_chemical_A1 +LQ05X000900 Predicted protein 5.944956361 L4_chemical_A2 +LQ05X000900 Predicted protein 5.258735001 L4_chemical_A3 +LQ05X000900 Predicted protein 5.750177832 L4_chemical_B1 +LQ05X000900 Predicted protein 5.678774388 L4_chemical_B2 +LQ05X000900 Predicted protein 5.81514242 L4_chemical_B3 +LQ05X000900 Predicted protein 5.889247518 L4_chemical_C2 +LQ05X000900 Predicted protein 6.175299552 L4_chemical_C3 +LQ05X000930 Hypothetical protein 5.540171349 C6_control_A1 +LQ05X000930 Hypothetical protein 4.929094897 C6_control_A3 +LQ05X000930 Hypothetical protein 5.223525495 C6_control_B1 +LQ05X000930 Hypothetical protein 5.221598119 C6_control_B2 +LQ05X000930 Hypothetical protein 5.435051734 C6_control_B3 +LQ05X000930 Hypothetical protein 5.380200498 C6_control_C1 +LQ05X000930 Hypothetical protein 5.329223774 C6_control_C2 +LQ05X000930 Hypothetical protein 5.515408092 C6_control_C3 +LQ05X000930 Hypothetical protein 5.255673989 C6_chemical_A1 +LQ05X000930 Hypothetical protein 5.277486704 C6_chemical_A3 +LQ05X000930 Hypothetical protein 5.44782919 C6_chemical_B1 +LQ05X000930 Hypothetical protein 5.114407563 C6_chemical_B2 +LQ05X000930 Hypothetical protein 5.525992504 C6_chemical_B3 +LQ05X000930 Hypothetical protein 5.409194618 C6_chemical_C1 +LQ05X000930 Hypothetical protein 5.574418101 C6_chemical_C2 +LQ05X000930 Hypothetical protein 5.202311002 C6_chemical_C3 +LQ05X000930 Hypothetical protein 5.093399364 L4_control_A1 +LQ05X000930 Hypothetical protein 5.652447655 L4_control_A2 +LQ05X000930 Hypothetical protein 5.522195003 L4_control_A3 +LQ05X000930 Hypothetical protein 4.921531272 L4_control_B1 +LQ05X000930 Hypothetical protein 5.093650037 L4_control_B2 +LQ05X000930 Hypothetical protein 5.261705474 L4_control_B3 +LQ05X000930 Hypothetical protein 5.410008296 L4_control_C2 +LQ05X000930 Hypothetical protein 5.923070329 L4_control_C3 +LQ05X000930 Hypothetical protein 5.61828809 L4_chemical_A1 +LQ05X000930 Hypothetical protein 5.383964749 L4_chemical_A2 +LQ05X000930 Hypothetical protein 5.070669617 L4_chemical_A3 +LQ05X000930 Hypothetical protein 5.757061506 L4_chemical_B1 +LQ05X000930 Hypothetical protein 6.038514484 L4_chemical_B2 +LQ05X000930 Hypothetical protein 5.517092956 L4_chemical_B3 +LQ05X000930 Hypothetical protein 4.989141704 L4_chemical_C2 +LQ05X000930 Hypothetical protein 6.152768964 L4_chemical_C3 +LQ05X000940 Ribosomal protein S10, mitochondrial 10.78951745 C6_control_A1 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.90542366 C6_control_A3 +LQ05X000940 Ribosomal protein S10, mitochondrial 10.27064087 C6_control_B1 +LQ05X000940 Ribosomal protein S10, mitochondrial 10.58249081 C6_control_B2 +LQ05X000940 Ribosomal protein S10, mitochondrial 11.48735881 C6_control_B3 +LQ05X000940 Ribosomal protein S10, mitochondrial 10.92449219 C6_control_C1 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.77456186 C6_control_C2 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.1543429 C6_control_C3 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.35109363 C6_chemical_A1 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.70915974 C6_chemical_A3 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.4497357 C6_chemical_B1 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.28642362 C6_chemical_B2 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.43499822 C6_chemical_B3 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.90064428 C6_chemical_C1 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.19044689 C6_chemical_C2 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.34235309 C6_chemical_C3 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.42847122 L4_control_A1 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.53541914 L4_control_A2 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.86997243 L4_control_A3 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.0927413 L4_control_B1 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.77880302 L4_control_B2 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.44704816 L4_control_B3 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.25910311 L4_control_C2 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.94516717 L4_control_C3 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.25612279 L4_chemical_A1 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.64576138 L4_chemical_A2 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.05708492 L4_chemical_A3 +LQ05X000940 Ribosomal protein S10, mitochondrial 12.62319173 L4_chemical_B1 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.47720406 L4_chemical_B2 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.09318262 L4_chemical_B3 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.16157585 L4_chemical_C2 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.26845853 L4_chemical_C3 +LQ05X000960 Cytochrome c oxidase subunit 2 5.92701563 C6_control_A1 +LQ05X000960 Cytochrome c oxidase subunit 2 6.304011902 C6_control_A3 +LQ05X000960 Cytochrome c oxidase subunit 2 6.127741527 C6_control_B1 +LQ05X000960 Cytochrome c oxidase subunit 2 6.679384564 C6_control_B2 +LQ05X000960 Cytochrome c oxidase subunit 2 6.679765686 C6_control_B3 +LQ05X000960 Cytochrome c oxidase subunit 2 6.921424666 C6_control_C1 +LQ05X000960 Cytochrome c oxidase subunit 2 6.949293054 C6_control_C2 +LQ05X000960 Cytochrome c oxidase subunit 2 7.077329325 C6_control_C3 +LQ05X000960 Cytochrome c oxidase subunit 2 7.184925839 C6_chemical_A1 +LQ05X000960 Cytochrome c oxidase subunit 2 7.194175351 C6_chemical_A3 +LQ05X000960 Cytochrome c oxidase subunit 2 7.196396553 C6_chemical_B1 +LQ05X000960 Cytochrome c oxidase subunit 2 7.036869965 C6_chemical_B2 +LQ05X000960 Cytochrome c oxidase subunit 2 7.100878902 C6_chemical_B3 +LQ05X000960 Cytochrome c oxidase subunit 2 7.491816231 C6_chemical_C1 +LQ05X000960 Cytochrome c oxidase subunit 2 7.366422845 C6_chemical_C2 +LQ05X000960 Cytochrome c oxidase subunit 2 7.89219573 C6_chemical_C3 +LQ05X000960 Cytochrome c oxidase subunit 2 7.526679889 L4_control_A1 +LQ05X000960 Cytochrome c oxidase subunit 2 7.73380764 L4_control_A2 +LQ05X000960 Cytochrome c oxidase subunit 2 7.813435624 L4_control_A3 +LQ05X000960 Cytochrome c oxidase subunit 2 7.816348878 L4_control_B1 +LQ05X000960 Cytochrome c oxidase subunit 2 6.740217184 L4_control_B2 +LQ05X000960 Cytochrome c oxidase subunit 2 8.246345829 L4_control_B3 +LQ05X000960 Cytochrome c oxidase subunit 2 8.522062008 L4_control_C2 +LQ05X000960 Cytochrome c oxidase subunit 2 8.635499682 L4_control_C3 +LQ05X000960 Cytochrome c oxidase subunit 2 7.848133316 L4_chemical_A1 +LQ05X000960 Cytochrome c oxidase subunit 2 7.641928225 L4_chemical_A2 +LQ05X000960 Cytochrome c oxidase subunit 2 8.289036792 L4_chemical_A3 +LQ05X000960 Cytochrome c oxidase subunit 2 7.515177188 L4_chemical_B1 +LQ05X000960 Cytochrome c oxidase subunit 2 8.555694055 L4_chemical_B2 +LQ05X000960 Cytochrome c oxidase subunit 2 7.653599653 L4_chemical_B3 +LQ05X000960 Cytochrome c oxidase subunit 2 8.38154805 L4_chemical_C2 +LQ05X000960 Cytochrome c oxidase subunit 2 8.73190595 L4_chemical_C3 +LQ05X000970 Hypothetical protein 5.767120824 C6_control_A1 +LQ05X000970 Hypothetical protein 5.737436873 C6_control_A3 +LQ05X000970 Hypothetical protein 5.010447532 C6_control_B1 +LQ05X000970 Hypothetical protein 5.77441382 C6_control_B2 +LQ05X000970 Hypothetical protein 5.297651153 C6_control_B3 +LQ05X000970 Hypothetical protein 5.088333601 C6_control_C1 +LQ05X000970 Hypothetical protein 5.460796194 C6_control_C2 +LQ05X000970 Hypothetical protein 6.052614214 C6_control_C3 +LQ05X000970 Hypothetical protein 6.30303768 C6_chemical_A1 +LQ05X000970 Hypothetical protein 5.530407352 C6_chemical_A3 +LQ05X000970 Hypothetical protein 5.23342369 C6_chemical_B1 +LQ05X000970 Hypothetical protein 5.744836875 C6_chemical_B2 +LQ05X000970 Hypothetical protein 5.765152244 C6_chemical_B3 +LQ05X000970 Hypothetical protein 5.497455201 C6_chemical_C1 +LQ05X000970 Hypothetical protein 5.668893473 C6_chemical_C2 +LQ05X000970 Hypothetical protein 5.754116791 C6_chemical_C3 +LQ05X000970 Hypothetical protein 5.696279682 L4_control_A1 +LQ05X000970 Hypothetical protein 6.167918544 L4_control_A2 +LQ05X000970 Hypothetical protein 5.860833441 L4_control_A3 +LQ05X000970 Hypothetical protein 5.53863876 L4_control_B1 +LQ05X000970 Hypothetical protein 5.644043718 L4_control_B2 +LQ05X000970 Hypothetical protein 5.399222495 L4_control_B3 +LQ05X000970 Hypothetical protein 6.000515335 L4_control_C2 +LQ05X000970 Hypothetical protein 5.174105526 L4_control_C3 +LQ05X000970 Hypothetical protein 5.528246643 L4_chemical_A1 +LQ05X000970 Hypothetical protein 6.075537135 L4_chemical_A2 +LQ05X000970 Hypothetical protein 5.936236386 L4_chemical_A3 +LQ05X000970 Hypothetical protein 5.852725227 L4_chemical_B1 +LQ05X000970 Hypothetical protein 6.480223609 L4_chemical_B2 +LQ05X000970 Hypothetical protein 5.370174128 L4_chemical_B3 +LQ05X000970 Hypothetical protein 6.313621655 L4_chemical_C2 +LQ05X000970 Hypothetical protein 5.595050195 L4_chemical_C3 +LQ05X000980 Hypothetical protein 5.083716933 C6_control_A1 +LQ05X000980 Hypothetical protein 5.316022947 C6_control_A3 +LQ05X000980 Hypothetical protein 5.00796485 C6_control_B1 +LQ05X000980 Hypothetical protein 4.940351057 C6_control_B2 +LQ05X000980 Hypothetical protein 4.928220225 C6_control_B3 +LQ05X000980 Hypothetical protein 5.041805154 C6_control_C1 +LQ05X000980 Hypothetical protein 5.198290891 C6_control_C2 +LQ05X000980 Hypothetical protein 5.016647387 C6_control_C3 +LQ05X000980 Hypothetical protein 5.60843822 C6_chemical_A1 +LQ05X000980 Hypothetical protein 5.191790544 C6_chemical_A3 +LQ05X000980 Hypothetical protein 5.039203413 C6_chemical_B1 +LQ05X000980 Hypothetical protein 4.875743171 C6_chemical_B2 +LQ05X000980 Hypothetical protein 5.352864089 C6_chemical_B3 +LQ05X000980 Hypothetical protein 5.209239992 C6_chemical_C1 +LQ05X000980 Hypothetical protein 5.236479561 C6_chemical_C2 +LQ05X000980 Hypothetical protein 5.06769231 C6_chemical_C3 +LQ05X000980 Hypothetical protein 5.535170175 L4_control_A1 +LQ05X000980 Hypothetical protein 5.444938749 L4_control_A2 +LQ05X000980 Hypothetical protein 6.177688874 L4_control_A3 +LQ05X000980 Hypothetical protein 4.884349829 L4_control_B1 +LQ05X000980 Hypothetical protein 5.123952113 L4_control_B2 +LQ05X000980 Hypothetical protein 5.436334329 L4_control_B3 +LQ05X000980 Hypothetical protein 5.639071389 L4_control_C2 +LQ05X000980 Hypothetical protein 5.684350225 L4_control_C3 +LQ05X000980 Hypothetical protein 5.849344757 L4_chemical_A1 +LQ05X000980 Hypothetical protein 5.369722364 L4_chemical_A2 +LQ05X000980 Hypothetical protein 5.456085203 L4_chemical_A3 +LQ05X000980 Hypothetical protein 5.231241893 L4_chemical_B1 +LQ05X000980 Hypothetical protein 5.307062939 L4_chemical_B2 +LQ05X000980 Hypothetical protein 5.230483854 L4_chemical_B3 +LQ05X000980 Hypothetical protein 5.346823738 L4_chemical_C2 +LQ05X000980 Hypothetical protein 5.16584605 L4_chemical_C3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.102168725 C6_control_A1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.043170963 C6_control_A3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 6.479977001 C6_control_B1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 6.957297263 C6_control_B2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 6.495292545 C6_control_B3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.556435577 C6_control_C1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.516640251 C6_control_C2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.108913396 C6_control_C3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.57699186 C6_chemical_A1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.808730662 C6_chemical_A3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.153496493 C6_chemical_B1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.424604974 C6_chemical_B2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.359194588 C6_chemical_B3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.587584336 C6_chemical_C1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.667543647 C6_chemical_C2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.099471085 C6_chemical_C3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.856492678 L4_control_A1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.483078984 L4_control_A2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 6.399159942 L4_control_A3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 6.660099916 L4_control_B1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.564151353 L4_control_B2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.055016615 L4_control_B3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.229016986 L4_control_C2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 6.90950908 L4_control_C3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.613538599 L4_chemical_A1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.547155372 L4_chemical_A2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 6.469682882 L4_chemical_A3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.498573621 L4_chemical_B1 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.255221859 L4_chemical_B2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 6.792000063 L4_chemical_B3 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.282522358 L4_chemical_C2 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 7.387027184 L4_chemical_C3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 7.909470881 C6_control_A1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.578717745 C6_control_A3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 7.884049075 C6_control_B1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 7.57364817 C6_control_B2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.114851197 C6_control_B3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.483055873 C6_control_C1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.116261223 C6_control_C2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.981996445 C6_control_C3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 9.146156785 C6_chemical_A1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.824696279 C6_chemical_A3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.509801191 C6_chemical_B1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 7.715510525 C6_chemical_B2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.141230544 C6_chemical_B3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.684272665 C6_chemical_C1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.886426944 C6_chemical_C2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.82330629 C6_chemical_C3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.245887257 L4_control_A1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.747626209 L4_control_A2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.452855789 L4_control_A3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.532656423 L4_control_B1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.443842773 L4_control_B2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 7.200813901 L4_control_B3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 9.045644011 L4_control_C2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 7.949419334 L4_control_C3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.006217962 L4_chemical_A1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 9.353887238 L4_chemical_A2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 8.348159127 L4_chemical_A3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 9.253828836 L4_chemical_B1 +LQ05X001000 Uncharacterized tatC-like protein ymf16 9.04813294 L4_chemical_B2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 6.891552252 L4_chemical_B3 +LQ05X001000 Uncharacterized tatC-like protein ymf16 9.402938153 L4_chemical_C2 +LQ05X001000 Uncharacterized tatC-like protein ymf16 9.056860592 L4_chemical_C3 +LQ05X001010 Hypothetical protein 7.504575087 C6_control_A1 +LQ05X001010 Hypothetical protein 8.339394367 C6_control_A3 +LQ05X001010 Hypothetical protein 6.879302097 C6_control_B1 +LQ05X001010 Hypothetical protein 7.611120551 C6_control_B2 +LQ05X001010 Hypothetical protein 8.039955948 C6_control_B3 +LQ05X001010 Hypothetical protein 7.945982996 C6_control_C1 +LQ05X001010 Hypothetical protein 8.910945066 C6_control_C2 +LQ05X001010 Hypothetical protein 8.711297042 C6_control_C3 +LQ05X001010 Hypothetical protein 9.053038866 C6_chemical_A1 +LQ05X001010 Hypothetical protein 8.71859085 C6_chemical_A3 +LQ05X001010 Hypothetical protein 9.332848777 C6_chemical_B1 +LQ05X001010 Hypothetical protein 8.653986389 C6_chemical_B2 +LQ05X001010 Hypothetical protein 9.456995869 C6_chemical_B3 +LQ05X001010 Hypothetical protein 9.420391625 C6_chemical_C1 +LQ05X001010 Hypothetical protein 9.775485442 C6_chemical_C2 +LQ05X001010 Hypothetical protein 9.674922102 C6_chemical_C3 +LQ05X001010 Hypothetical protein 9.575684678 L4_control_A1 +LQ05X001010 Hypothetical protein 10.37486456 L4_control_A2 +LQ05X001010 Hypothetical protein 9.825997925 L4_control_A3 +LQ05X001010 Hypothetical protein 10.58584751 L4_control_B1 +LQ05X001010 Hypothetical protein 10.477307 L4_control_B2 +LQ05X001010 Hypothetical protein 9.075955726 L4_control_B3 +LQ05X001010 Hypothetical protein 10.8514735 L4_control_C2 +LQ05X001010 Hypothetical protein 10.66054408 L4_control_C3 +LQ05X001010 Hypothetical protein 9.589107472 L4_chemical_A1 +LQ05X001010 Hypothetical protein 10.48267647 L4_chemical_A2 +LQ05X001010 Hypothetical protein 10.2714342 L4_chemical_A3 +LQ05X001010 Hypothetical protein 10.47775503 L4_chemical_B1 +LQ05X001010 Hypothetical protein 10.83009648 L4_chemical_B2 +LQ05X001010 Hypothetical protein 9.370439364 L4_chemical_B3 +LQ05X001010 Hypothetical protein 11.03971913 L4_chemical_C2 +LQ05X001010 Hypothetical protein 10.8373072 L4_chemical_C3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 7.123994351 C6_control_A1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.469481716 C6_control_A3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 7.313370602 C6_control_B1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 7.722201141 C6_control_B2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 7.676717734 C6_control_B3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 7.622496762 C6_control_C1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.017365751 C6_control_C2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.609751633 C6_control_C3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.085431874 C6_chemical_A1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.969486276 C6_chemical_A3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.226826821 C6_chemical_B1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.12986468 C6_chemical_B2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.34971215 C6_chemical_B3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.91130593 C6_chemical_C1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.442398449 C6_chemical_C2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.787181639 C6_chemical_C3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.865526578 L4_control_A1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.759513116 L4_control_A2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.149197506 L4_control_A3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.673773999 L4_control_B1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.436788038 L4_control_B2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.899707394 L4_control_B3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 10.01231208 L4_control_C2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.783312373 L4_control_C3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.600624948 L4_chemical_A1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.230583419 L4_chemical_A2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.651147962 L4_chemical_A3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.591430862 L4_chemical_B1 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.490099004 L4_chemical_B2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 8.605588633 L4_chemical_B3 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 10.35173767 L4_chemical_C2 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.805700697 L4_chemical_C3 +LQ05X001030 Hypothetical protein 8.871429146 C6_control_A1 +LQ05X001030 Hypothetical protein 9.177755893 C6_control_A3 +LQ05X001030 Hypothetical protein 7.931645575 C6_control_B1 +LQ05X001030 Hypothetical protein 8.742217613 C6_control_B2 +LQ05X001030 Hypothetical protein 8.167920272 C6_control_B3 +LQ05X001030 Hypothetical protein 9.5223948 C6_control_C1 +LQ05X001030 Hypothetical protein 9.610714043 C6_control_C2 +LQ05X001030 Hypothetical protein 9.318333786 C6_control_C3 +LQ05X001030 Hypothetical protein 8.71236472 C6_chemical_A1 +LQ05X001030 Hypothetical protein 9.026381892 C6_chemical_A3 +LQ05X001030 Hypothetical protein 7.95821134 C6_chemical_B1 +LQ05X001030 Hypothetical protein 8.334616388 C6_chemical_B2 +LQ05X001030 Hypothetical protein 7.745351675 C6_chemical_B3 +LQ05X001030 Hypothetical protein 9.467637467 C6_chemical_C1 +LQ05X001030 Hypothetical protein 9.54434335 C6_chemical_C2 +LQ05X001030 Hypothetical protein 9.242985893 C6_chemical_C3 +LQ05X001030 Hypothetical protein 9.142449248 L4_control_A1 +LQ05X001030 Hypothetical protein 8.760049122 L4_control_A2 +LQ05X001030 Hypothetical protein 9.072995438 L4_control_A3 +LQ05X001030 Hypothetical protein 7.560414571 L4_control_B1 +LQ05X001030 Hypothetical protein 7.758694817 L4_control_B2 +LQ05X001030 Hypothetical protein 7.985119778 L4_control_B3 +LQ05X001030 Hypothetical protein 9.503427535 L4_control_C2 +LQ05X001030 Hypothetical protein 8.655626644 L4_control_C3 +LQ05X001030 Hypothetical protein 8.789600658 L4_chemical_A1 +LQ05X001030 Hypothetical protein 8.500580049 L4_chemical_A2 +LQ05X001030 Hypothetical protein 9.073246744 L4_chemical_A3 +LQ05X001030 Hypothetical protein 7.98166669 L4_chemical_B1 +LQ05X001030 Hypothetical protein 8.106789473 L4_chemical_B2 +LQ05X001030 Hypothetical protein 7.771524648 L4_chemical_B3 +LQ05X001030 Hypothetical protein 9.441331013 L4_chemical_C2 +LQ05X001030 Hypothetical protein 9.477716561 L4_chemical_C3 +LQ05X001040 Hypothetical protein 7.266774403 C6_control_A1 +LQ05X001040 Hypothetical protein 6.536199573 C6_control_A3 +LQ05X001040 Hypothetical protein 7.878195983 C6_control_B1 +LQ05X001040 Hypothetical protein 6.728758698 C6_control_B2 +LQ05X001040 Hypothetical protein 8.006689545 C6_control_B3 +LQ05X001040 Hypothetical protein 7.273611033 C6_control_C1 +LQ05X001040 Hypothetical protein 6.671997011 C6_control_C2 +LQ05X001040 Hypothetical protein 7.401599374 C6_control_C3 +LQ05X001040 Hypothetical protein 7.925733954 C6_chemical_A1 +LQ05X001040 Hypothetical protein 7.914442959 C6_chemical_A3 +LQ05X001040 Hypothetical protein 8.213128315 C6_chemical_B1 +LQ05X001040 Hypothetical protein 7.177083652 C6_chemical_B2 +LQ05X001040 Hypothetical protein 7.564369294 C6_chemical_B3 +LQ05X001040 Hypothetical protein 7.178470697 C6_chemical_C1 +LQ05X001040 Hypothetical protein 7.606925672 C6_chemical_C2 +LQ05X001040 Hypothetical protein 7.770685001 C6_chemical_C3 +LQ05X001040 Hypothetical protein 7.565046251 L4_control_A1 +LQ05X001040 Hypothetical protein 7.36442125 L4_control_A2 +LQ05X001040 Hypothetical protein 6.535930346 L4_control_A3 +LQ05X001040 Hypothetical protein 8.153108104 L4_control_B1 +LQ05X001040 Hypothetical protein 8.318037579 L4_control_B2 +LQ05X001040 Hypothetical protein 7.284555399 L4_control_B3 +LQ05X001040 Hypothetical protein 8.984263453 L4_control_C2 +LQ05X001040 Hypothetical protein 8.642903086 L4_control_C3 +LQ05X001040 Hypothetical protein 7.423062971 L4_chemical_A1 +LQ05X001040 Hypothetical protein 7.581167395 L4_chemical_A2 +LQ05X001040 Hypothetical protein 7.090727843 L4_chemical_A3 +LQ05X001040 Hypothetical protein 8.230902802 L4_chemical_B1 +LQ05X001040 Hypothetical protein 8.755985939 L4_chemical_B2 +LQ05X001040 Hypothetical protein 7.021074588 L4_chemical_B3 +LQ05X001040 Hypothetical protein 8.366445421 L4_chemical_C2 +LQ05X001040 Hypothetical protein 9.142010603 L4_chemical_C3 +LQ05X001050 Maturase (Fragment) 7.472145755 C6_control_A1 +LQ05X001050 Maturase (Fragment) 7.496867276 C6_control_A3 +LQ05X001050 Maturase (Fragment) 7.603584593 C6_control_B1 +LQ05X001050 Maturase (Fragment) 6.29045548 C6_control_B2 +LQ05X001050 Maturase (Fragment) 7.935957483 C6_control_B3 +LQ05X001050 Maturase (Fragment) 6.852684926 C6_control_C1 +LQ05X001050 Maturase (Fragment) 6.326961244 C6_control_C2 +LQ05X001050 Maturase (Fragment) 7.181130996 C6_control_C3 +LQ05X001050 Maturase (Fragment) 7.802616399 C6_chemical_A1 +LQ05X001050 Maturase (Fragment) 7.755532723 C6_chemical_A3 +LQ05X001050 Maturase (Fragment) 8.029597457 C6_chemical_B1 +LQ05X001050 Maturase (Fragment) 6.446320292 C6_chemical_B2 +LQ05X001050 Maturase (Fragment) 8.036650871 C6_chemical_B3 +LQ05X001050 Maturase (Fragment) 7.022939097 C6_chemical_C1 +LQ05X001050 Maturase (Fragment) 7.39030284 C6_chemical_C2 +LQ05X001050 Maturase (Fragment) 7.411629493 C6_chemical_C3 +LQ05X001050 Maturase (Fragment) 7.584355679 L4_control_A1 +LQ05X001050 Maturase (Fragment) 7.236385407 L4_control_A2 +LQ05X001050 Maturase (Fragment) 7.564628319 L4_control_A3 +LQ05X001050 Maturase (Fragment) 7.140523607 L4_control_B1 +LQ05X001050 Maturase (Fragment) 7.20392456 L4_control_B2 +LQ05X001050 Maturase (Fragment) 7.369010866 L4_control_B3 +LQ05X001050 Maturase (Fragment) 8.507297576 L4_control_C2 +LQ05X001050 Maturase (Fragment) 6.914496513 L4_control_C3 +LQ05X001050 Maturase (Fragment) 7.237873039 L4_chemical_A1 +LQ05X001050 Maturase (Fragment) 7.60384162 L4_chemical_A2 +LQ05X001050 Maturase (Fragment) 7.940628249 L4_chemical_A3 +LQ05X001050 Maturase (Fragment) 7.641503188 L4_chemical_B1 +LQ05X001050 Maturase (Fragment) 7.276112303 L4_chemical_B2 +LQ05X001050 Maturase (Fragment) 7.391639146 L4_chemical_B3 +LQ05X001050 Maturase (Fragment) 8.22983332 L4_chemical_C2 +LQ05X001050 Maturase (Fragment) 7.518107048 L4_chemical_C3 +LQ05X001060 Hypothetical protein 5.705733703 C6_control_A1 +LQ05X001060 Hypothetical protein 6.348739369 C6_control_A3 +LQ05X001060 Hypothetical protein 6.816022195 C6_control_B1 +LQ05X001060 Hypothetical protein 5.882841818 C6_control_B2 +LQ05X001060 Hypothetical protein 6.386487937 C6_control_B3 +LQ05X001060 Hypothetical protein 5.903487649 C6_control_C1 +LQ05X001060 Hypothetical protein 6.800816119 C6_control_C2 +LQ05X001060 Hypothetical protein 6.505452897 C6_control_C3 +LQ05X001060 Hypothetical protein 6.252831299 C6_chemical_A1 +LQ05X001060 Hypothetical protein 6.154361253 C6_chemical_A3 +LQ05X001060 Hypothetical protein 6.373436005 C6_chemical_B1 +LQ05X001060 Hypothetical protein 6.555778352 C6_chemical_B2 +LQ05X001060 Hypothetical protein 6.640292313 C6_chemical_B3 +LQ05X001060 Hypothetical protein 6.052965142 C6_chemical_C1 +LQ05X001060 Hypothetical protein 6.466365799 C6_chemical_C2 +LQ05X001060 Hypothetical protein 6.707426732 C6_chemical_C3 +LQ05X001060 Hypothetical protein 6.167458195 L4_control_A1 +LQ05X001060 Hypothetical protein 5.77448655 L4_control_A2 +LQ05X001060 Hypothetical protein 5.337239849 L4_control_A3 +LQ05X001060 Hypothetical protein 5.893050726 L4_control_B1 +LQ05X001060 Hypothetical protein 5.764626547 L4_control_B2 +LQ05X001060 Hypothetical protein 6.483186453 L4_control_B3 +LQ05X001060 Hypothetical protein 6.011821917 L4_control_C2 +LQ05X001060 Hypothetical protein 7.283041631 L4_control_C3 +LQ05X001060 Hypothetical protein 6.593029488 L4_chemical_A1 +LQ05X001060 Hypothetical protein 6.118837889 L4_chemical_A2 +LQ05X001060 Hypothetical protein 5.065402092 L4_chemical_A3 +LQ05X001060 Hypothetical protein 6.291969745 L4_chemical_B1 +LQ05X001060 Hypothetical protein 6.150451807 L4_chemical_B2 +LQ05X001060 Hypothetical protein 6.176956916 L4_chemical_B3 +LQ05X001060 Hypothetical protein 6.854062389 L4_chemical_C2 +LQ05X001060 Hypothetical protein 6.635000425 L4_chemical_C3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 4.971780263 C6_control_A1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 4.974163182 C6_control_A3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.331716216 C6_control_B1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.1712188 C6_control_B2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.314350842 C6_control_B3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.389000344 C6_control_C1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.223596088 C6_control_C2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.878392959 C6_control_C3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 4.9883437 C6_chemical_A1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.463565184 C6_chemical_A3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.06504908 C6_chemical_B1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.047534252 C6_chemical_B2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 4.833382633 C6_chemical_B3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.267631693 C6_chemical_C1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.990280681 C6_chemical_C2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.596709244 C6_chemical_C3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.160214849 L4_control_A1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.639906097 L4_control_A2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.683360408 L4_control_A3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.676384685 L4_control_B1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.470061554 L4_control_B2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.655533556 L4_control_B3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 6.51469995 L4_control_C2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.696180332 L4_control_C3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.715889424 L4_chemical_A1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.808345276 L4_chemical_A2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 6.206517346 L4_chemical_A3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.734357449 L4_chemical_B1 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 6.027679927 L4_chemical_B2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 5.345750973 L4_chemical_B3 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 6.670133242 L4_chemical_C2 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 6.355777784 L4_chemical_C3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.885372607 C6_control_A1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.031172522 C6_control_A3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.378378084 C6_control_B1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.586775278 C6_control_B2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 6.616654553 C6_control_B3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 8.073855768 C6_control_C1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.076112467 C6_control_C2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.527263224 C6_control_C3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.938768573 C6_chemical_A1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.438354658 C6_chemical_A3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.595452775 C6_chemical_B1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 6.438996986 C6_chemical_B2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 6.891448607 C6_chemical_B3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.972658322 C6_chemical_C1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.618975408 C6_chemical_C2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.371806448 C6_chemical_C3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.947335518 L4_control_A1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.557631097 L4_control_A2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 8.199468254 L4_control_A3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.002013916 L4_control_B1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.64955822 L4_control_B2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 6.614252229 L4_control_B3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 8.141617901 L4_control_C2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 6.737680056 L4_control_C3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.691559504 L4_chemical_A1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.902565011 L4_chemical_A2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 8.655637164 L4_chemical_A3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.598875194 L4_chemical_B1 +LQ05X001080 60S ribosomal protein L5, mitochondrial 6.971117021 L4_chemical_B2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 6.522228831 L4_chemical_B3 +LQ05X001080 60S ribosomal protein L5, mitochondrial 8.474628783 L4_chemical_C2 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.415763225 L4_chemical_C3 +LQ05X001120 Ribosomal protein S12, mitochondrial 5.69533982 C6_control_A1 +LQ05X001120 Ribosomal protein S12, mitochondrial 5.758403459 C6_control_A3 +LQ05X001120 Ribosomal protein S12, mitochondrial 5.951701005 C6_control_B1 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.233545887 C6_control_B2 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.37519566 C6_control_B3 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.079577269 C6_control_C1 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.880576794 C6_control_C2 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.205142736 C6_control_C3 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.289026574 C6_chemical_A1 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.089518009 C6_chemical_A3 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.276780781 C6_chemical_B1 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.453416705 C6_chemical_B2 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.766314085 C6_chemical_B3 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.051190495 C6_chemical_C1 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.241155485 C6_chemical_C2 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.46772461 C6_chemical_C3 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.393293624 L4_control_A1 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.260275323 L4_control_A2 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.263933422 L4_control_A3 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.05021718 L4_control_B1 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.922091519 L4_control_B2 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.154096547 L4_control_B3 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.66844075 L4_control_C2 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.547077652 L4_control_C3 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.316569181 L4_chemical_A1 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.632527205 L4_chemical_A2 +LQ05X001120 Ribosomal protein S12, mitochondrial 5.84567441 L4_chemical_A3 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.18618495 L4_chemical_B1 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.918767645 L4_chemical_B2 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.187200786 L4_chemical_B3 +LQ05X001120 Ribosomal protein S12, mitochondrial 8.00659483 L4_chemical_C2 +LQ05X001120 Ribosomal protein S12, mitochondrial 7.118206443 L4_chemical_C3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.494601381 C6_control_A1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.299676159 C6_control_A3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.01896497 C6_control_B1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.935468688 C6_control_B2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.613794031 C6_control_B3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.254903501 C6_control_C1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.129653632 C6_control_C2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.532349851 C6_control_C3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.517591992 C6_chemical_A1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.974048082 C6_chemical_A3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.275301244 C6_chemical_B1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.707309671 C6_chemical_B2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.922184979 C6_chemical_B3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.403477689 C6_chemical_C1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.238806309 C6_chemical_C2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.439690582 C6_chemical_C3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.967341101 L4_control_A1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.745292744 L4_control_A2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.797087324 L4_control_A3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.691103673 L4_control_B1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.918788908 L4_control_B2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.535988691 L4_control_B3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.943502561 L4_control_C2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.712146874 L4_control_C3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.936609794 L4_chemical_A1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.467776091 L4_chemical_A2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.246191628 L4_chemical_A3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.541956606 L4_chemical_B1 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.534707384 L4_chemical_B2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.296152528 L4_chemical_B3 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.951437298 L4_chemical_C2 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.120350489 L4_chemical_C3 +LQ05X001150 Putative uncharacterized protein 7.206271361 C6_control_A1 +LQ05X001150 Putative uncharacterized protein 7.154880216 C6_control_A3 +LQ05X001150 Putative uncharacterized protein 8.193487147 C6_control_B1 +LQ05X001150 Putative uncharacterized protein 8.673207008 C6_control_B2 +LQ05X001150 Putative uncharacterized protein 8.618787752 C6_control_B3 +LQ05X001150 Putative uncharacterized protein 8.019297716 C6_control_C1 +LQ05X001150 Putative uncharacterized protein 7.751167723 C6_control_C2 +LQ05X001150 Putative uncharacterized protein 8.426091139 C6_control_C3 +LQ05X001150 Putative uncharacterized protein 7.445727888 C6_chemical_A1 +LQ05X001150 Putative uncharacterized protein 7.458298996 C6_chemical_A3 +LQ05X001150 Putative uncharacterized protein 8.210637886 C6_chemical_B1 +LQ05X001150 Putative uncharacterized protein 7.969592696 C6_chemical_B2 +LQ05X001150 Putative uncharacterized protein 8.450749948 C6_chemical_B3 +LQ05X001150 Putative uncharacterized protein 8.038981936 C6_chemical_C1 +LQ05X001150 Putative uncharacterized protein 8.64656133 C6_chemical_C2 +LQ05X001150 Putative uncharacterized protein 8.298406266 C6_chemical_C3 +LQ05X001150 Putative uncharacterized protein 8.26117799 L4_control_A1 +LQ05X001150 Putative uncharacterized protein 9.454388867 L4_control_A2 +LQ05X001150 Putative uncharacterized protein 8.695278781 L4_control_A3 +LQ05X001150 Putative uncharacterized protein 10.03263949 L4_control_B1 +LQ05X001150 Putative uncharacterized protein 10.03406349 L4_control_B2 +LQ05X001150 Putative uncharacterized protein 9.032732725 L4_control_B3 +LQ05X001150 Putative uncharacterized protein 9.938349435 L4_control_C2 +LQ05X001150 Putative uncharacterized protein 9.506631693 L4_control_C3 +LQ05X001150 Putative uncharacterized protein 8.438844226 L4_chemical_A1 +LQ05X001150 Putative uncharacterized protein 10.17505377 L4_chemical_A2 +LQ05X001150 Putative uncharacterized protein 8.131255989 L4_chemical_A3 +LQ05X001150 Putative uncharacterized protein 9.949357268 L4_chemical_B1 +LQ05X001150 Putative uncharacterized protein 10.94956076 L4_chemical_B2 +LQ05X001150 Putative uncharacterized protein 8.50216216 L4_chemical_B3 +LQ05X001150 Putative uncharacterized protein 10.79610177 L4_chemical_C2 +LQ05X001150 Putative uncharacterized protein 10.05174931 L4_chemical_C3 +LQ05X001160 Hypothetical protein 8.224815055 C6_control_A1 +LQ05X001160 Hypothetical protein 8.648490167 C6_control_A3 +LQ05X001160 Hypothetical protein 7.583736376 C6_control_B1 +LQ05X001160 Hypothetical protein 7.136394973 C6_control_B2 +LQ05X001160 Hypothetical protein 7.06262888 C6_control_B3 +LQ05X001160 Hypothetical protein 8.530666764 C6_control_C1 +LQ05X001160 Hypothetical protein 8.729972199 C6_control_C2 +LQ05X001160 Hypothetical protein 8.461455362 C6_control_C3 +LQ05X001160 Hypothetical protein 9.365137233 C6_chemical_A1 +LQ05X001160 Hypothetical protein 8.968765453 C6_chemical_A3 +LQ05X001160 Hypothetical protein 8.434280856 C6_chemical_B1 +LQ05X001160 Hypothetical protein 7.611416397 C6_chemical_B2 +LQ05X001160 Hypothetical protein 8.034371826 C6_chemical_B3 +LQ05X001160 Hypothetical protein 9.584901622 C6_chemical_C1 +LQ05X001160 Hypothetical protein 9.047630717 C6_chemical_C2 +LQ05X001160 Hypothetical protein 9.021324235 C6_chemical_C3 +LQ05X001160 Hypothetical protein 9.234398953 L4_control_A1 +LQ05X001160 Hypothetical protein 7.404419824 L4_control_A2 +LQ05X001160 Hypothetical protein 7.429863245 L4_control_A3 +LQ05X001160 Hypothetical protein 7.401248097 L4_control_B1 +LQ05X001160 Hypothetical protein 6.753533497 L4_control_B2 +LQ05X001160 Hypothetical protein 7.519463614 L4_control_B3 +LQ05X001160 Hypothetical protein 9.29308473 L4_control_C2 +LQ05X001160 Hypothetical protein 7.976525407 L4_control_C3 +LQ05X001160 Hypothetical protein 9.655291947 L4_chemical_A1 +LQ05X001160 Hypothetical protein 7.470589416 L4_chemical_A2 +LQ05X001160 Hypothetical protein 8.414757556 L4_chemical_A3 +LQ05X001160 Hypothetical protein 8.645142887 L4_chemical_B1 +LQ05X001160 Hypothetical protein 7.86155935 L4_chemical_B2 +LQ05X001160 Hypothetical protein 7.834977709 L4_chemical_B3 +LQ05X001160 Hypothetical protein 8.752503681 L4_chemical_C2 +LQ05X001160 Hypothetical protein 9.11740795 L4_chemical_C3 +LQ05X001180 Cytochrome b 6.167718288 C6_control_A1 +LQ05X001180 Cytochrome b 5.678630435 C6_control_A3 +LQ05X001180 Cytochrome b 5.71326209 C6_control_B1 +LQ05X001180 Cytochrome b 5.68711951 C6_control_B2 +LQ05X001180 Cytochrome b 5.903677713 C6_control_B3 +LQ05X001180 Cytochrome b 6.194169213 C6_control_C1 +LQ05X001180 Cytochrome b 6.858939412 C6_control_C2 +LQ05X001180 Cytochrome b 6.420682203 C6_control_C3 +LQ05X001180 Cytochrome b 6.570290736 C6_chemical_A1 +LQ05X001180 Cytochrome b 6.237662351 C6_chemical_A3 +LQ05X001180 Cytochrome b 6.541975763 C6_chemical_B1 +LQ05X001180 Cytochrome b 6.726178692 C6_chemical_B2 +LQ05X001180 Cytochrome b 6.418990581 C6_chemical_B3 +LQ05X001180 Cytochrome b 7.372621464 C6_chemical_C1 +LQ05X001180 Cytochrome b 8.006007634 C6_chemical_C2 +LQ05X001180 Cytochrome b 8.105898358 C6_chemical_C3 +LQ05X001180 Cytochrome b 6.441147269 L4_control_A1 +LQ05X001180 Cytochrome b 6.035525571 L4_control_A2 +LQ05X001180 Cytochrome b 6.272428524 L4_control_A3 +LQ05X001180 Cytochrome b 6.406717722 L4_control_B1 +LQ05X001180 Cytochrome b 5.725185557 L4_control_B2 +LQ05X001180 Cytochrome b 6.753898357 L4_control_B3 +LQ05X001180 Cytochrome b 7.535876067 L4_control_C2 +LQ05X001180 Cytochrome b 7.884731291 L4_control_C3 +LQ05X001180 Cytochrome b 6.642378623 L4_chemical_A1 +LQ05X001180 Cytochrome b 6.679438533 L4_chemical_A2 +LQ05X001180 Cytochrome b 5.760386481 L4_chemical_A3 +LQ05X001180 Cytochrome b 5.954281516 L4_chemical_B1 +LQ05X001180 Cytochrome b 6.651165831 L4_chemical_B2 +LQ05X001180 Cytochrome b 6.658823063 L4_chemical_B3 +LQ05X001180 Cytochrome b 7.274084208 L4_chemical_C2 +LQ05X001180 Cytochrome b 8.029640241 L4_chemical_C3 +LQ05X001190 Hypothetical protein 5.296776644 C6_control_A1 +LQ05X001190 Hypothetical protein 5.595289457 C6_control_A3 +LQ05X001190 Hypothetical protein 5.358916368 C6_control_B1 +LQ05X001190 Hypothetical protein 5.438412939 C6_control_B2 +LQ05X001190 Hypothetical protein 5.524357777 C6_control_B3 +LQ05X001190 Hypothetical protein 5.420715633 C6_control_C1 +LQ05X001190 Hypothetical protein 5.656917396 C6_control_C2 +LQ05X001190 Hypothetical protein 5.32711931 C6_control_C3 +LQ05X001190 Hypothetical protein 5.250790415 C6_chemical_A1 +LQ05X001190 Hypothetical protein 5.25871632 C6_chemical_A3 +LQ05X001190 Hypothetical protein 5.468229073 C6_chemical_B1 +LQ05X001190 Hypothetical protein 5.513322327 C6_chemical_B2 +LQ05X001190 Hypothetical protein 4.984951315 C6_chemical_B3 +LQ05X001190 Hypothetical protein 5.836609039 C6_chemical_C1 +LQ05X001190 Hypothetical protein 5.596833494 C6_chemical_C2 +LQ05X001190 Hypothetical protein 5.787709975 C6_chemical_C3 +LQ05X001190 Hypothetical protein 5.007201986 L4_control_A1 +LQ05X001190 Hypothetical protein 5.1996549 L4_control_A2 +LQ05X001190 Hypothetical protein 5.598303866 L4_control_A3 +LQ05X001190 Hypothetical protein 5.571160337 L4_control_B1 +LQ05X001190 Hypothetical protein 5.793260607 L4_control_B2 +LQ05X001190 Hypothetical protein 4.991272601 L4_control_B3 +LQ05X001190 Hypothetical protein 5.145481439 L4_control_C2 +LQ05X001190 Hypothetical protein 5.453856567 L4_control_C3 +LQ05X001190 Hypothetical protein 4.996634494 L4_chemical_A1 +LQ05X001190 Hypothetical protein 5.647567425 L4_chemical_A2 +LQ05X001190 Hypothetical protein 5.264719355 L4_chemical_A3 +LQ05X001190 Hypothetical protein 5.716871263 L4_chemical_B1 +LQ05X001190 Hypothetical protein 5.848212742 L4_chemical_B2 +LQ05X001190 Hypothetical protein 5.046970873 L4_chemical_B3 +LQ05X001190 Hypothetical protein 5.607854468 L4_chemical_C2 +LQ05X001190 Hypothetical protein 4.738533679 L4_chemical_C3 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.367748973 C6_control_A1 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.206292845 C6_control_A3 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.841758853 C6_control_B1 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.36055358 C6_control_B2 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.735291075 C6_control_B3 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.791490488 C6_control_C1 +LQ05X001200 Ribosomal protein S14, mitochondrial 6.399473027 C6_control_C2 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.825311409 C6_control_C3 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.722209143 C6_chemical_A1 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.352078159 C6_chemical_A3 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.36169729 C6_chemical_B1 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.051328981 C6_chemical_B2 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.197936934 C6_chemical_B3 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.190027495 C6_chemical_C1 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.670482987 C6_chemical_C2 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.823544919 C6_chemical_C3 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.11597321 L4_control_A1 +LQ05X001200 Ribosomal protein S14, mitochondrial 6.845341233 L4_control_A2 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.374926279 L4_control_A3 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.418524038 L4_control_B1 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.802103316 L4_control_B2 +LQ05X001200 Ribosomal protein S14, mitochondrial 6.649099172 L4_control_B3 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.871025799 L4_control_C2 +LQ05X001200 Ribosomal protein S14, mitochondrial 6.443364713 L4_control_C3 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.055914824 L4_chemical_A1 +LQ05X001200 Ribosomal protein S14, mitochondrial 6.606666116 L4_chemical_A2 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.5600464 L4_chemical_A3 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.642893339 L4_chemical_B1 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.962331873 L4_chemical_B2 +LQ05X001200 Ribosomal protein S14, mitochondrial 6.96557854 L4_chemical_B3 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.563621167 L4_chemical_C2 +LQ05X001200 Ribosomal protein S14, mitochondrial 7.629242766 L4_chemical_C3 +LQ05X001210 Hypothetical protein 6.144515822 C6_control_A1 +LQ05X001210 Hypothetical protein 5.87415772 C6_control_A3 +LQ05X001210 Hypothetical protein 5.988770475 C6_control_B1 +LQ05X001210 Hypothetical protein 6.045370685 C6_control_B2 +LQ05X001210 Hypothetical protein 5.643622717 C6_control_B3 +LQ05X001210 Hypothetical protein 6.794493675 C6_control_C1 +LQ05X001210 Hypothetical protein 6.935015018 C6_control_C2 +LQ05X001210 Hypothetical protein 6.557907554 C6_control_C3 +LQ05X001210 Hypothetical protein 6.657866965 C6_chemical_A1 +LQ05X001210 Hypothetical protein 6.519310905 C6_chemical_A3 +LQ05X001210 Hypothetical protein 5.6571387 C6_chemical_B1 +LQ05X001210 Hypothetical protein 5.983214073 C6_chemical_B2 +LQ05X001210 Hypothetical protein 5.175190507 C6_chemical_B3 +LQ05X001210 Hypothetical protein 7.262934572 C6_chemical_C1 +LQ05X001210 Hypothetical protein 7.530596474 C6_chemical_C2 +LQ05X001210 Hypothetical protein 6.64594815 C6_chemical_C3 +LQ05X001210 Hypothetical protein 6.101654079 L4_control_A1 +LQ05X001210 Hypothetical protein 6.2177563 L4_control_A2 +LQ05X001210 Hypothetical protein 5.768183942 L4_control_A3 +LQ05X001210 Hypothetical protein 5.61842766 L4_control_B1 +LQ05X001210 Hypothetical protein 5.705008303 L4_control_B2 +LQ05X001210 Hypothetical protein 5.910556328 L4_control_B3 +LQ05X001210 Hypothetical protein 5.848510363 L4_control_C2 +LQ05X001210 Hypothetical protein 5.298834495 L4_control_C3 +LQ05X001210 Hypothetical protein 6.284079792 L4_chemical_A1 +LQ05X001210 Hypothetical protein 6.072905288 L4_chemical_A2 +LQ05X001210 Hypothetical protein 6.037432131 L4_chemical_A3 +LQ05X001210 Hypothetical protein 6.030970781 L4_chemical_B1 +LQ05X001210 Hypothetical protein 5.56668254 L4_chemical_B2 +LQ05X001210 Hypothetical protein 5.837819769 L4_chemical_B3 +LQ05X001210 Hypothetical protein 6.483510124 L4_chemical_C2 +LQ05X001210 Hypothetical protein 6.204476154 L4_chemical_C3 +LQ05X001220 ORF 873 protein 10.94677409 C6_control_A1 +LQ05X001220 ORF 873 protein 12.17306077 C6_control_A3 +LQ05X001220 ORF 873 protein 11.20914399 C6_control_B1 +LQ05X001220 ORF 873 protein 10.87403402 C6_control_B2 +LQ05X001220 ORF 873 protein 11.16021868 C6_control_B3 +LQ05X001220 ORF 873 protein 11.09673421 C6_control_C1 +LQ05X001220 ORF 873 protein 11.35164327 C6_control_C2 +LQ05X001220 ORF 873 protein 11.47211138 C6_control_C3 +LQ05X001220 ORF 873 protein 10.59287122 C6_chemical_A1 +LQ05X001220 ORF 873 protein 12.10452789 C6_chemical_A3 +LQ05X001220 ORF 873 protein 11.02390286 C6_chemical_B1 +LQ05X001220 ORF 873 protein 10.08933209 C6_chemical_B2 +LQ05X001220 ORF 873 protein 10.96141943 C6_chemical_B3 +LQ05X001220 ORF 873 protein 11.21351635 C6_chemical_C1 +LQ05X001220 ORF 873 protein 11.74716192 C6_chemical_C2 +LQ05X001220 ORF 873 protein 11.72690679 C6_chemical_C3 +LQ05X001220 ORF 873 protein 12.58535212 L4_control_A1 +LQ05X001220 ORF 873 protein 13.04641174 L4_control_A2 +LQ05X001220 ORF 873 protein 12.56656322 L4_control_A3 +LQ05X001220 ORF 873 protein 12.63064076 L4_control_B1 +LQ05X001220 ORF 873 protein 13.41176264 L4_control_B2 +LQ05X001220 ORF 873 protein 11.32480378 L4_control_B3 +LQ05X001220 ORF 873 protein 13.37636642 L4_control_C2 +LQ05X001220 ORF 873 protein 12.31036701 L4_control_C3 +LQ05X001220 ORF 873 protein 12.62642745 L4_chemical_A1 +LQ05X001220 ORF 873 protein 13.92467385 L4_chemical_A2 +LQ05X001220 ORF 873 protein 12.15550576 L4_chemical_A3 +LQ05X001220 ORF 873 protein 13.04521619 L4_chemical_B1 +LQ05X001220 ORF 873 protein 13.75523668 L4_chemical_B2 +LQ05X001220 ORF 873 protein 11.11871107 L4_chemical_B3 +LQ05X001220 ORF 873 protein 13.83045925 L4_chemical_C2 +LQ05X001220 ORF 873 protein 12.62775792 L4_chemical_C3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.813850115 C6_control_A1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.996479097 C6_control_A3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.314486319 C6_control_B1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.84206143 C6_control_B2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 6.256513855 C6_control_B3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.371853587 C6_control_C1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.761712544 C6_control_C2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.670939826 C6_control_C3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.802078767 C6_chemical_A1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 6.104934723 C6_chemical_A3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.326779425 C6_chemical_B1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.868901082 C6_chemical_B2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 6.108896986 C6_chemical_B3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.548991564 C6_chemical_C1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.94608418 C6_chemical_C2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.587875521 C6_chemical_C3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.713216248 L4_control_A1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.938831545 L4_control_A2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 8.049797757 L4_control_A3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 6.459034039 L4_control_B1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.742976697 L4_control_B2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 6.200421698 L4_control_B3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.843179418 L4_control_C2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 6.139108289 L4_control_C3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.767599026 L4_chemical_A1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 6.474029626 L4_chemical_A2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 6.421528145 L4_chemical_A3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.922528439 L4_chemical_B1 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.806357538 L4_chemical_B2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.957656162 L4_chemical_B3 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.805365652 L4_chemical_C2 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.621643866 L4_chemical_C3 +LQ05X001240 Hypothetical protein 5.740004166 C6_control_A1 +LQ05X001240 Hypothetical protein 5.624905599 C6_control_A3 +LQ05X001240 Hypothetical protein 5.523232847 C6_control_B1 +LQ05X001240 Hypothetical protein 5.807354295 C6_control_B2 +LQ05X001240 Hypothetical protein 6.401420157 C6_control_B3 +LQ05X001240 Hypothetical protein 6.265219205 C6_control_C1 +LQ05X001240 Hypothetical protein 5.740865147 C6_control_C2 +LQ05X001240 Hypothetical protein 6.379910856 C6_control_C3 +LQ05X001240 Hypothetical protein 5.764964313 C6_chemical_A1 +LQ05X001240 Hypothetical protein 6.570172018 C6_chemical_A3 +LQ05X001240 Hypothetical protein 5.902195139 C6_chemical_B1 +LQ05X001240 Hypothetical protein 5.753280282 C6_chemical_B2 +LQ05X001240 Hypothetical protein 5.709979758 C6_chemical_B3 +LQ05X001240 Hypothetical protein 6.051957512 C6_chemical_C1 +LQ05X001240 Hypothetical protein 6.242340275 C6_chemical_C2 +LQ05X001240 Hypothetical protein 6.704953053 C6_chemical_C3 +LQ05X001240 Hypothetical protein 6.013755729 L4_control_A1 +LQ05X001240 Hypothetical protein 6.644502625 L4_control_A2 +LQ05X001240 Hypothetical protein 6.291735613 L4_control_A3 +LQ05X001240 Hypothetical protein 6.080518795 L4_control_B1 +LQ05X001240 Hypothetical protein 6.285315953 L4_control_B2 +LQ05X001240 Hypothetical protein 5.644591499 L4_control_B3 +LQ05X001240 Hypothetical protein 6.457780975 L4_control_C2 +LQ05X001240 Hypothetical protein 5.792312157 L4_control_C3 +LQ05X001240 Hypothetical protein 6.292790125 L4_chemical_A1 +LQ05X001240 Hypothetical protein 6.815985967 L4_chemical_A2 +LQ05X001240 Hypothetical protein 5.876123875 L4_chemical_A3 +LQ05X001240 Hypothetical protein 6.186317426 L4_chemical_B1 +LQ05X001240 Hypothetical protein 6.337600756 L4_chemical_B2 +LQ05X001240 Hypothetical protein 5.846734971 L4_chemical_B3 +LQ05X001240 Hypothetical protein 5.529569904 L4_chemical_C2 +LQ05X001240 Hypothetical protein 5.770492224 L4_chemical_C3 +LQ05X001250 Hypothetical protein 5.300925597 C6_control_A1 +LQ05X001250 Hypothetical protein 5.159532422 C6_control_A3 +LQ05X001250 Hypothetical protein 5.687383215 C6_control_B1 +LQ05X001250 Hypothetical protein 5.198085565 C6_control_B2 +LQ05X001250 Hypothetical protein 5.227388319 C6_control_B3 +LQ05X001250 Hypothetical protein 5.687163116 C6_control_C1 +LQ05X001250 Hypothetical protein 5.296128029 C6_control_C2 +LQ05X001250 Hypothetical protein 5.704878242 C6_control_C3 +LQ05X001250 Hypothetical protein 5.170679256 C6_chemical_A1 +LQ05X001250 Hypothetical protein 5.312346771 C6_chemical_A3 +LQ05X001250 Hypothetical protein 5.472803821 C6_chemical_B1 +LQ05X001250 Hypothetical protein 5.338697559 C6_chemical_B2 +LQ05X001250 Hypothetical protein 5.60088808 C6_chemical_B3 +LQ05X001250 Hypothetical protein 5.852734898 C6_chemical_C1 +LQ05X001250 Hypothetical protein 5.319359157 C6_chemical_C2 +LQ05X001250 Hypothetical protein 5.455316878 C6_chemical_C3 +LQ05X001250 Hypothetical protein 5.423874956 L4_control_A1 +LQ05X001250 Hypothetical protein 5.549500434 L4_control_A2 +LQ05X001250 Hypothetical protein 5.484894456 L4_control_A3 +LQ05X001250 Hypothetical protein 5.331983518 L4_control_B1 +LQ05X001250 Hypothetical protein 5.089414833 L4_control_B2 +LQ05X001250 Hypothetical protein 5.225930322 L4_control_B3 +LQ05X001250 Hypothetical protein 5.320932122 L4_control_C2 +LQ05X001250 Hypothetical protein 5.882132971 L4_control_C3 +LQ05X001250 Hypothetical protein 5.39378443 L4_chemical_A1 +LQ05X001250 Hypothetical protein 5.601384993 L4_chemical_A2 +LQ05X001250 Hypothetical protein 5.862950399 L4_chemical_A3 +LQ05X001250 Hypothetical protein 5.174332532 L4_chemical_B1 +LQ05X001250 Hypothetical protein 5.574703164 L4_chemical_B2 +LQ05X001250 Hypothetical protein 5.444966586 L4_chemical_B3 +LQ05X001250 Hypothetical protein 5.33841007 L4_chemical_C2 +LQ05X001250 Hypothetical protein 6.072380873 L4_chemical_C3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.267290819 C6_control_A1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.401463347 C6_control_A3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.850034925 C6_control_B1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.681377055 C6_control_B2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.23791663 C6_control_B3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.536427557 C6_control_C1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.423409573 C6_control_C2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.89995878 C6_control_C3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.150777967 C6_chemical_A1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.618671926 C6_chemical_A3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.121954077 C6_chemical_B1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.413209518 C6_chemical_B2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.663537291 C6_chemical_B3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.991240898 C6_chemical_C1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 8.112533687 C6_chemical_C2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 7.638812514 C6_chemical_C3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.225420834 L4_control_A1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.594337916 L4_control_A2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 4.619301956 L4_control_A3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.598119346 L4_control_B1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.010098133 L4_control_B2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 7.189415768 L4_control_B3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.97340783 L4_control_C2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 7.182434687 L4_control_C3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.930213008 L4_chemical_A1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 7.568311142 L4_chemical_A2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 4.921882374 L4_chemical_A3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.752103375 L4_chemical_B1 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.5686712 L4_chemical_B2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.117230888 L4_chemical_B3 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 6.546248342 L4_chemical_C2 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 7.459431883 L4_chemical_C3 +LQ05X001270 Hypothetical protein 10.4629584 C6_control_A1 +LQ05X001270 Hypothetical protein 11.93892235 C6_control_A3 +LQ05X001270 Hypothetical protein 9.899781849 C6_control_B1 +LQ05X001270 Hypothetical protein 10.66456687 C6_control_B2 +LQ05X001270 Hypothetical protein 10.47892439 C6_control_B3 +LQ05X001270 Hypothetical protein 10.97598631 C6_control_C1 +LQ05X001270 Hypothetical protein 11.74523767 C6_control_C2 +LQ05X001270 Hypothetical protein 11.44993995 C6_control_C3 +LQ05X001270 Hypothetical protein 11.23089609 C6_chemical_A1 +LQ05X001270 Hypothetical protein 11.40763002 C6_chemical_A3 +LQ05X001270 Hypothetical protein 10.63027188 C6_chemical_B1 +LQ05X001270 Hypothetical protein 10.77356779 C6_chemical_B2 +LQ05X001270 Hypothetical protein 11.24482408 C6_chemical_B3 +LQ05X001270 Hypothetical protein 11.96095393 C6_chemical_C1 +LQ05X001270 Hypothetical protein 11.8371186 C6_chemical_C2 +LQ05X001270 Hypothetical protein 11.93414351 C6_chemical_C3 +LQ05X001270 Hypothetical protein 11.9439501 L4_control_A1 +LQ05X001270 Hypothetical protein 11.65151088 L4_control_A2 +LQ05X001270 Hypothetical protein 12.00137534 L4_control_A3 +LQ05X001270 Hypothetical protein 10.63985276 L4_control_B1 +LQ05X001270 Hypothetical protein 9.835234876 L4_control_B2 +LQ05X001270 Hypothetical protein 10.52047205 L4_control_B3 +LQ05X001270 Hypothetical protein 10.47266611 L4_control_C2 +LQ05X001270 Hypothetical protein 10.70710038 L4_control_C3 +LQ05X001270 Hypothetical protein 11.7480157 L4_chemical_A1 +LQ05X001270 Hypothetical protein 11.34281504 L4_chemical_A2 +LQ05X001270 Hypothetical protein 11.99672494 L4_chemical_A3 +LQ05X001270 Hypothetical protein 11.00930039 L4_chemical_B1 +LQ05X001270 Hypothetical protein 10.44245646 L4_chemical_B2 +LQ05X001270 Hypothetical protein 10.68363462 L4_chemical_B3 +LQ05X001270 Hypothetical protein 10.32615706 L4_chemical_C2 +LQ05X001270 Hypothetical protein 10.98096399 L4_chemical_C3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.762452214 C6_control_A1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.610479897 C6_control_A3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.557583291 C6_control_B1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.688989652 C6_control_B2 +LQ05X001290 Cytochrome c oxidase subunit 3 5.682427394 C6_control_B3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.3449121 C6_control_C1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.181408546 C6_control_C2 +LQ05X001290 Cytochrome c oxidase subunit 3 5.339946625 C6_control_C3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.528616356 C6_chemical_A1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.189765147 C6_chemical_A3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.609545119 C6_chemical_B1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.776785203 C6_chemical_B2 +LQ05X001290 Cytochrome c oxidase subunit 3 5.699537763 C6_chemical_B3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.436683012 C6_chemical_C1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.462394781 C6_chemical_C2 +LQ05X001290 Cytochrome c oxidase subunit 3 5.165974079 C6_chemical_C3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.482770116 L4_control_A1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.939519349 L4_control_A2 +LQ05X001290 Cytochrome c oxidase subunit 3 5.409646507 L4_control_A3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.539710695 L4_control_B1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.569818653 L4_control_B2 +LQ05X001290 Cytochrome c oxidase subunit 3 5.756133104 L4_control_B3 +LQ05X001290 Cytochrome c oxidase subunit 3 4.973087192 L4_control_C2 +LQ05X001290 Cytochrome c oxidase subunit 3 4.926660039 L4_control_C3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.233497557 L4_chemical_A1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.71216423 L4_chemical_A2 +LQ05X001290 Cytochrome c oxidase subunit 3 5.901231682 L4_chemical_A3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.276173394 L4_chemical_B1 +LQ05X001290 Cytochrome c oxidase subunit 3 5.249106554 L4_chemical_B2 +LQ05X001290 Cytochrome c oxidase subunit 3 6.149041991 L4_chemical_B3 +LQ05X001290 Cytochrome c oxidase subunit 3 5.511245889 L4_chemical_C2 +LQ05X001290 Cytochrome c oxidase subunit 3 4.92573335 L4_chemical_C3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.520369272 C6_control_A1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.403101071 C6_control_A3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.770322978 C6_control_B1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.683096057 C6_control_B2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.568437812 C6_control_B3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.508337896 C6_control_C1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.43126488 C6_control_C2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.501893765 C6_control_C3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.539666277 C6_chemical_A1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.435190585 C6_chemical_A3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.447664188 C6_chemical_B1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.47758554 C6_chemical_B2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.239470385 C6_chemical_B3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.701121731 C6_chemical_C1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.610716917 C6_chemical_C2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.550148291 C6_chemical_C3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.296213054 L4_control_A1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.960903391 L4_control_A2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.341604681 L4_control_A3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.485000428 L4_control_B1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.490779319 L4_control_B2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.617473295 L4_control_B3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.61751036 L4_control_C2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.378556804 L4_control_C3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.272359854 L4_chemical_A1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.880343048 L4_chemical_A2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 6.354815147 L4_chemical_A3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.244318256 L4_chemical_B1 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.709069509 L4_chemical_B2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.240396103 L4_chemical_B3 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.368218822 L4_chemical_C2 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.456633912 L4_chemical_C3 +LQ05X001310 Putative DNA polymerase 5.20229604 C6_control_A1 +LQ05X001310 Putative DNA polymerase 5.389601986 C6_control_A3 +LQ05X001310 Putative DNA polymerase 4.971526424 C6_control_B1 +LQ05X001310 Putative DNA polymerase 5.845844376 C6_control_B2 +LQ05X001310 Putative DNA polymerase 5.125812727 C6_control_B3 +LQ05X001310 Putative DNA polymerase 6.019914872 C6_control_C1 +LQ05X001310 Putative DNA polymerase 5.656133538 C6_control_C2 +LQ05X001310 Putative DNA polymerase 5.702691643 C6_control_C3 +LQ05X001310 Putative DNA polymerase 5.723312677 C6_chemical_A1 +LQ05X001310 Putative DNA polymerase 5.496911624 C6_chemical_A3 +LQ05X001310 Putative DNA polymerase 4.786281691 C6_chemical_B1 +LQ05X001310 Putative DNA polymerase 5.615863514 C6_chemical_B2 +LQ05X001310 Putative DNA polymerase 5.283625265 C6_chemical_B3 +LQ05X001310 Putative DNA polymerase 5.615741653 C6_chemical_C1 +LQ05X001310 Putative DNA polymerase 5.958257118 C6_chemical_C2 +LQ05X001310 Putative DNA polymerase 6.060600241 C6_chemical_C3 +LQ05X001310 Putative DNA polymerase 5.99252881 L4_control_A1 +LQ05X001310 Putative DNA polymerase 6.253454542 L4_control_A2 +LQ05X001310 Putative DNA polymerase 6.556543858 L4_control_A3 +LQ05X001310 Putative DNA polymerase 6.052182104 L4_control_B1 +LQ05X001310 Putative DNA polymerase 5.618714213 L4_control_B2 +LQ05X001310 Putative DNA polymerase 5.655371561 L4_control_B3 +LQ05X001310 Putative DNA polymerase 6.270502367 L4_control_C2 +LQ05X001310 Putative DNA polymerase 5.342821674 L4_control_C3 +LQ05X001310 Putative DNA polymerase 6.367697825 L4_chemical_A1 +LQ05X001310 Putative DNA polymerase 6.089130702 L4_chemical_A2 +LQ05X001310 Putative DNA polymerase 5.793811221 L4_chemical_A3 +LQ05X001310 Putative DNA polymerase 6.450419361 L4_chemical_B1 +LQ05X001310 Putative DNA polymerase 6.350189275 L4_chemical_B2 +LQ05X001310 Putative DNA polymerase 5.53223946 L4_chemical_B3 +LQ05X001310 Putative DNA polymerase 6.225921333 L4_chemical_C2 +LQ05X001310 Putative DNA polymerase 5.078872883 L4_chemical_C3 +LQ05X001321 Putative uncharacterized protein 5.406487096 C6_control_A1 +LQ05X001321 Putative uncharacterized protein 4.9754448 C6_control_A3 +LQ05X001321 Putative uncharacterized protein 5.489010452 C6_control_B1 +LQ05X001321 Putative uncharacterized protein 5.064685547 C6_control_B2 +LQ05X001321 Putative uncharacterized protein 5.239949805 C6_control_B3 +LQ05X001321 Putative uncharacterized protein 5.099371544 C6_control_C1 +LQ05X001321 Putative uncharacterized protein 4.818233373 C6_control_C2 +LQ05X001321 Putative uncharacterized protein 4.838524948 C6_control_C3 +LQ05X001321 Putative uncharacterized protein 5.082863425 C6_chemical_A1 +LQ05X001321 Putative uncharacterized protein 5.05636093 C6_chemical_A3 +LQ05X001321 Putative uncharacterized protein 5.32865452 C6_chemical_B1 +LQ05X001321 Putative uncharacterized protein 4.909833865 C6_chemical_B2 +LQ05X001321 Putative uncharacterized protein 5.275477438 C6_chemical_B3 +LQ05X001321 Putative uncharacterized protein 5.078462956 C6_chemical_C1 +LQ05X001321 Putative uncharacterized protein 5.315845545 C6_chemical_C2 +LQ05X001321 Putative uncharacterized protein 5.116530125 C6_chemical_C3 +LQ05X001321 Putative uncharacterized protein 5.385564439 L4_control_A1 +LQ05X001321 Putative uncharacterized protein 5.447904826 L4_control_A2 +LQ05X001321 Putative uncharacterized protein 5.695951844 L4_control_A3 +LQ05X001321 Putative uncharacterized protein 5.170716549 L4_control_B1 +LQ05X001321 Putative uncharacterized protein 5.078039097 L4_control_B2 +LQ05X001321 Putative uncharacterized protein 5.268312211 L4_control_B3 +LQ05X001321 Putative uncharacterized protein 6.059938554 L4_control_C2 +LQ05X001321 Putative uncharacterized protein 5.287609992 L4_control_C3 +LQ05X001321 Putative uncharacterized protein 5.468393406 L4_chemical_A1 +LQ05X001321 Putative uncharacterized protein 5.166507473 L4_chemical_A2 +LQ05X001321 Putative uncharacterized protein 6.105191266 L4_chemical_A3 +LQ05X001321 Putative uncharacterized protein 5.274573808 L4_chemical_B1 +LQ05X001321 Putative uncharacterized protein 5.035450505 L4_chemical_B2 +LQ05X001321 Putative uncharacterized protein 5.06758834 L4_chemical_B3 +LQ05X001321 Putative uncharacterized protein 6.072014282 L4_chemical_C2 +LQ05X001321 Putative uncharacterized protein 5.244375179 L4_chemical_C3 +LQ05X001340 Hypothetical protein 5.383785292 C6_control_A1 +LQ05X001340 Hypothetical protein 5.471203914 C6_control_A3 +LQ05X001340 Hypothetical protein 4.964468812 C6_control_B1 +LQ05X001340 Hypothetical protein 5.137902304 C6_control_B2 +LQ05X001340 Hypothetical protein 5.439544339 C6_control_B3 +LQ05X001340 Hypothetical protein 6.080610692 C6_control_C1 +LQ05X001340 Hypothetical protein 5.56449433 C6_control_C2 +LQ05X001340 Hypothetical protein 5.577485549 C6_control_C3 +LQ05X001340 Hypothetical protein 5.485786461 C6_chemical_A1 +LQ05X001340 Hypothetical protein 5.267618209 C6_chemical_A3 +LQ05X001340 Hypothetical protein 5.570878906 C6_chemical_B1 +LQ05X001340 Hypothetical protein 5.352431599 C6_chemical_B2 +LQ05X001340 Hypothetical protein 5.24681449 C6_chemical_B3 +LQ05X001340 Hypothetical protein 5.752581499 C6_chemical_C1 +LQ05X001340 Hypothetical protein 5.91240359 C6_chemical_C2 +LQ05X001340 Hypothetical protein 5.807593549 C6_chemical_C3 +LQ05X001340 Hypothetical protein 6.235119767 L4_control_A1 +LQ05X001340 Hypothetical protein 6.25222239 L4_control_A2 +LQ05X001340 Hypothetical protein 6.113869939 L4_control_A3 +LQ05X001340 Hypothetical protein 6.723671654 L4_control_B1 +LQ05X001340 Hypothetical protein 5.217705009 L4_control_B2 +LQ05X001340 Hypothetical protein 6.283066635 L4_control_B3 +LQ05X001340 Hypothetical protein 5.523414098 L4_control_C2 +LQ05X001340 Hypothetical protein 6.15535274 L4_control_C3 +LQ05X001340 Hypothetical protein 6.429650149 L4_chemical_A1 +LQ05X001340 Hypothetical protein 6.443951515 L4_chemical_A2 +LQ05X001340 Hypothetical protein 6.431074316 L4_chemical_A3 +LQ05X001340 Hypothetical protein 5.266426235 L4_chemical_B1 +LQ05X001340 Hypothetical protein 6.167007755 L4_chemical_B2 +LQ05X001340 Hypothetical protein 5.879279496 L4_chemical_B3 +LQ05X001340 Hypothetical protein 7.236493133 L4_chemical_C2 +LQ05X001340 Hypothetical protein 5.929568402 L4_chemical_C3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.292995059 C6_control_A1 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.416450955 C6_control_A3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.002500128 C6_control_B1 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.636034657 C6_control_B2 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.437173517 C6_control_B3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.830441968 C6_control_C1 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.691290015 C6_control_C2 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.788820926 C6_control_C3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.503279744 C6_chemical_A1 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.393714903 C6_chemical_A3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.551992501 C6_chemical_B1 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.624448211 C6_chemical_B2 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.801189805 C6_chemical_B3 +LQ05X001360 Probable cytochrome c biosynthesis protein 6.307805265 C6_chemical_C1 +LQ05X001360 Probable cytochrome c biosynthesis protein 6.227112032 C6_chemical_C2 +LQ05X001360 Probable cytochrome c biosynthesis protein 6.554252823 C6_chemical_C3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.745850929 L4_control_A1 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.307078416 L4_control_A2 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.402676982 L4_control_A3 +LQ05X001360 Probable cytochrome c biosynthesis protein 6.507759341 L4_control_B1 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.460734785 L4_control_B2 +LQ05X001360 Probable cytochrome c biosynthesis protein 6.409839196 L4_control_B3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.865927052 L4_control_C2 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.748685818 L4_control_C3 +LQ05X001360 Probable cytochrome c biosynthesis protein 6.149103238 L4_chemical_A1 +LQ05X001360 Probable cytochrome c biosynthesis protein 6.481457149 L4_chemical_A2 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.370674245 L4_chemical_A3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.809023296 L4_chemical_B1 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.774398068 L4_chemical_B2 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.992521094 L4_chemical_B3 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.462965707 L4_chemical_C2 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.879406496 L4_chemical_C3 +LQ05X001370 Putative uncharacterized protein 6.025704588 C6_control_A1 +LQ05X001370 Putative uncharacterized protein 5.945108467 C6_control_A3 +LQ05X001370 Putative uncharacterized protein 6.058334432 C6_control_B1 +LQ05X001370 Putative uncharacterized protein 5.512285075 C6_control_B2 +LQ05X001370 Putative uncharacterized protein 5.714294216 C6_control_B3 +LQ05X001370 Putative uncharacterized protein 5.621026366 C6_control_C1 +LQ05X001370 Putative uncharacterized protein 5.728392161 C6_control_C2 +LQ05X001370 Putative uncharacterized protein 5.564905191 C6_control_C3 +LQ05X001370 Putative uncharacterized protein 6.439244746 C6_chemical_A1 +LQ05X001370 Putative uncharacterized protein 6.325040243 C6_chemical_A3 +LQ05X001370 Putative uncharacterized protein 5.689059155 C6_chemical_B1 +LQ05X001370 Putative uncharacterized protein 5.320919775 C6_chemical_B2 +LQ05X001370 Putative uncharacterized protein 5.51228765 C6_chemical_B3 +LQ05X001370 Putative uncharacterized protein 6.105724162 C6_chemical_C1 +LQ05X001370 Putative uncharacterized protein 5.764403742 C6_chemical_C2 +LQ05X001370 Putative uncharacterized protein 5.958304006 C6_chemical_C3 +LQ05X001370 Putative uncharacterized protein 6.671295775 L4_control_A1 +LQ05X001370 Putative uncharacterized protein 6.439046228 L4_control_A2 +LQ05X001370 Putative uncharacterized protein 6.167207797 L4_control_A3 +LQ05X001370 Putative uncharacterized protein 5.995229049 L4_control_B1 +LQ05X001370 Putative uncharacterized protein 5.277188447 L4_control_B2 +LQ05X001370 Putative uncharacterized protein 5.741344795 L4_control_B3 +LQ05X001370 Putative uncharacterized protein 7.240810399 L4_control_C2 +LQ05X001370 Putative uncharacterized protein 5.299486531 L4_control_C3 +LQ05X001370 Putative uncharacterized protein 6.943575732 L4_chemical_A1 +LQ05X001370 Putative uncharacterized protein 6.000951539 L4_chemical_A2 +LQ05X001370 Putative uncharacterized protein 6.488926017 L4_chemical_A3 +LQ05X001370 Putative uncharacterized protein 5.516543445 L4_chemical_B1 +LQ05X001370 Putative uncharacterized protein 6.028996509 L4_chemical_B2 +LQ05X001370 Putative uncharacterized protein 5.556748184 L4_chemical_B3 +LQ05X001370 Putative uncharacterized protein 6.358457235 L4_chemical_C2 +LQ05X001370 Putative uncharacterized protein 5.563420125 L4_chemical_C3 +LQ05X001380 Cytochrome c oxidase subunit 1 7.067782266 C6_control_A1 +LQ05X001380 Cytochrome c oxidase subunit 1 6.34463039 C6_control_A3 +LQ05X001380 Cytochrome c oxidase subunit 1 6.639846766 C6_control_B1 +LQ05X001380 Cytochrome c oxidase subunit 1 7.081182044 C6_control_B2 +LQ05X001380 Cytochrome c oxidase subunit 1 7.855989689 C6_control_B3 +LQ05X001380 Cytochrome c oxidase subunit 1 7.540621744 C6_control_C1 +LQ05X001380 Cytochrome c oxidase subunit 1 7.010374845 C6_control_C2 +LQ05X001380 Cytochrome c oxidase subunit 1 7.850276313 C6_control_C3 +LQ05X001380 Cytochrome c oxidase subunit 1 7.131382868 C6_chemical_A1 +LQ05X001380 Cytochrome c oxidase subunit 1 6.981440607 C6_chemical_A3 +LQ05X001380 Cytochrome c oxidase subunit 1 7.009565754 C6_chemical_B1 +LQ05X001380 Cytochrome c oxidase subunit 1 6.942220164 C6_chemical_B2 +LQ05X001380 Cytochrome c oxidase subunit 1 7.31960695 C6_chemical_B3 +LQ05X001380 Cytochrome c oxidase subunit 1 7.806522852 C6_chemical_C1 +LQ05X001380 Cytochrome c oxidase subunit 1 8.184335104 C6_chemical_C2 +LQ05X001380 Cytochrome c oxidase subunit 1 8.00863276 C6_chemical_C3 +LQ05X001380 Cytochrome c oxidase subunit 1 7.418819986 L4_control_A1 +LQ05X001380 Cytochrome c oxidase subunit 1 8.020252184 L4_control_A2 +LQ05X001380 Cytochrome c oxidase subunit 1 6.994617517 L4_control_A3 +LQ05X001380 Cytochrome c oxidase subunit 1 8.158607072 L4_control_B1 +LQ05X001380 Cytochrome c oxidase subunit 1 9.258072596 L4_control_B2 +LQ05X001380 Cytochrome c oxidase subunit 1 8.270900689 L4_control_B3 +LQ05X001380 Cytochrome c oxidase subunit 1 9.711373838 L4_control_C2 +LQ05X001380 Cytochrome c oxidase subunit 1 8.73855432 L4_control_C3 +LQ05X001380 Cytochrome c oxidase subunit 1 8.033638531 L4_chemical_A1 +LQ05X001380 Cytochrome c oxidase subunit 1 9.016548201 L4_chemical_A2 +LQ05X001380 Cytochrome c oxidase subunit 1 6.735096258 L4_chemical_A3 +LQ05X001380 Cytochrome c oxidase subunit 1 8.476493583 L4_chemical_B1 +LQ05X001380 Cytochrome c oxidase subunit 1 9.892725724 L4_chemical_B2 +LQ05X001380 Cytochrome c oxidase subunit 1 7.801694823 L4_chemical_B3 +LQ05X001380 Cytochrome c oxidase subunit 1 10.19340866 L4_chemical_C2 +LQ05X001380 Cytochrome c oxidase subunit 1 9.304469651 L4_chemical_C3 +LQ05X001410 Sex determination protein tasselseed-2 6.071279653 C6_control_A1 +LQ05X001410 Sex determination protein tasselseed-2 5.362342168 C6_control_A3 +LQ05X001410 Sex determination protein tasselseed-2 5.79878876 C6_control_B1 +LQ05X001410 Sex determination protein tasselseed-2 5.961651529 C6_control_B2 +LQ05X001410 Sex determination protein tasselseed-2 6.235765274 C6_control_B3 +LQ05X001410 Sex determination protein tasselseed-2 6.344009913 C6_control_C1 +LQ05X001410 Sex determination protein tasselseed-2 5.41638435 C6_control_C2 +LQ05X001410 Sex determination protein tasselseed-2 5.596013688 C6_control_C3 +LQ05X001410 Sex determination protein tasselseed-2 6.219034018 C6_chemical_A1 +LQ05X001410 Sex determination protein tasselseed-2 6.102633869 C6_chemical_A3 +LQ05X001410 Sex determination protein tasselseed-2 5.674318929 C6_chemical_B1 +LQ05X001410 Sex determination protein tasselseed-2 6.004580545 C6_chemical_B2 +LQ05X001410 Sex determination protein tasselseed-2 6.019630822 C6_chemical_B3 +LQ05X001410 Sex determination protein tasselseed-2 6.113907254 C6_chemical_C1 +LQ05X001410 Sex determination protein tasselseed-2 6.217120052 C6_chemical_C2 +LQ05X001410 Sex determination protein tasselseed-2 5.916978423 C6_chemical_C3 +LQ05X001410 Sex determination protein tasselseed-2 5.792682088 L4_control_A1 +LQ05X001410 Sex determination protein tasselseed-2 6.220642912 L4_control_A2 +LQ05X001410 Sex determination protein tasselseed-2 6.287449172 L4_control_A3 +LQ05X001410 Sex determination protein tasselseed-2 5.521080081 L4_control_B1 +LQ05X001410 Sex determination protein tasselseed-2 5.606502402 L4_control_B2 +LQ05X001410 Sex determination protein tasselseed-2 6.356094479 L4_control_B3 +LQ05X001410 Sex determination protein tasselseed-2 5.321513681 L4_control_C2 +LQ05X001410 Sex determination protein tasselseed-2 5.134758189 L4_control_C3 +LQ05X001410 Sex determination protein tasselseed-2 5.959424314 L4_chemical_A1 +LQ05X001410 Sex determination protein tasselseed-2 6.760692037 L4_chemical_A2 +LQ05X001410 Sex determination protein tasselseed-2 5.757669632 L4_chemical_A3 +LQ05X001410 Sex determination protein tasselseed-2 5.711864774 L4_chemical_B1 +LQ05X001410 Sex determination protein tasselseed-2 5.849165545 L4_chemical_B2 +LQ05X001410 Sex determination protein tasselseed-2 6.23028871 L4_chemical_B3 +LQ05X001410 Sex determination protein tasselseed-2 5.855498205 L4_chemical_C2 +LQ05X001410 Sex determination protein tasselseed-2 5.730518079 L4_chemical_C3 +LQ05X001430 Putative uncharacterized protein 12.90960725 C6_control_A1 +LQ05X001430 Putative uncharacterized protein 13.17997969 C6_control_A3 +LQ05X001430 Putative uncharacterized protein 12.80442556 C6_control_B1 +LQ05X001430 Putative uncharacterized protein 12.68369181 C6_control_B2 +LQ05X001430 Putative uncharacterized protein 13.06310227 C6_control_B3 +LQ05X001430 Putative uncharacterized protein 12.61629065 C6_control_C1 +LQ05X001430 Putative uncharacterized protein 12.47421356 C6_control_C2 +LQ05X001430 Putative uncharacterized protein 12.56451093 C6_control_C3 +LQ05X001430 Putative uncharacterized protein 12.87649633 C6_chemical_A1 +LQ05X001430 Putative uncharacterized protein 13.17885159 C6_chemical_A3 +LQ05X001430 Putative uncharacterized protein 12.59591072 C6_chemical_B1 +LQ05X001430 Putative uncharacterized protein 12.59065406 C6_chemical_B2 +LQ05X001430 Putative uncharacterized protein 13.08879022 C6_chemical_B3 +LQ05X001430 Putative uncharacterized protein 12.66469288 C6_chemical_C1 +LQ05X001430 Putative uncharacterized protein 12.55290403 C6_chemical_C2 +LQ05X001430 Putative uncharacterized protein 12.53406404 C6_chemical_C3 +LQ05X001430 Putative uncharacterized protein 13.30308489 L4_control_A1 +LQ05X001430 Putative uncharacterized protein 13.65522229 L4_control_A2 +LQ05X001430 Putative uncharacterized protein 13.63695843 L4_control_A3 +LQ05X001430 Putative uncharacterized protein 12.99753739 L4_control_B1 +LQ05X001430 Putative uncharacterized protein 12.59815973 L4_control_B2 +LQ05X001430 Putative uncharacterized protein 12.57233022 L4_control_B3 +LQ05X001430 Putative uncharacterized protein 13.06010272 L4_control_C2 +LQ05X001430 Putative uncharacterized protein 13.13857753 L4_control_C3 +LQ05X001430 Putative uncharacterized protein 13.32068254 L4_chemical_A1 +LQ05X001430 Putative uncharacterized protein 13.49575331 L4_chemical_A2 +LQ05X001430 Putative uncharacterized protein 13.60415853 L4_chemical_A3 +LQ05X001430 Putative uncharacterized protein 12.99706498 L4_chemical_B1 +LQ05X001430 Putative uncharacterized protein 13.13674421 L4_chemical_B2 +LQ05X001430 Putative uncharacterized protein 12.96732446 L4_chemical_B3 +LQ05X001430 Putative uncharacterized protein 12.72370369 L4_chemical_C2 +LQ05X001430 Putative uncharacterized protein 13.04658073 L4_chemical_C3 +LQ05X001450 Putative Solute carrier family 40 member 1 11.59744661 C6_control_A1 +LQ05X001450 Putative Solute carrier family 40 member 1 10.64768218 C6_control_A3 +LQ05X001450 Putative Solute carrier family 40 member 1 12.02035378 C6_control_B1 +LQ05X001450 Putative Solute carrier family 40 member 1 12.46315369 C6_control_B2 +LQ05X001450 Putative Solute carrier family 40 member 1 11.82772245 C6_control_B3 +LQ05X001450 Putative Solute carrier family 40 member 1 13.44447804 C6_control_C1 +LQ05X001450 Putative Solute carrier family 40 member 1 12.80839004 C6_control_C2 +LQ05X001450 Putative Solute carrier family 40 member 1 13.26074197 C6_control_C3 +LQ05X001450 Putative Solute carrier family 40 member 1 11.71282738 C6_chemical_A1 +LQ05X001450 Putative Solute carrier family 40 member 1 11.03641519 C6_chemical_A3 +LQ05X001450 Putative Solute carrier family 40 member 1 12.13469145 C6_chemical_B1 +LQ05X001450 Putative Solute carrier family 40 member 1 11.90691075 C6_chemical_B2 +LQ05X001450 Putative Solute carrier family 40 member 1 11.73568028 C6_chemical_B3 +LQ05X001450 Putative Solute carrier family 40 member 1 13.44977314 C6_chemical_C1 +LQ05X001450 Putative Solute carrier family 40 member 1 13.09642992 C6_chemical_C2 +LQ05X001450 Putative Solute carrier family 40 member 1 13.5533019 C6_chemical_C3 +LQ05X001450 Putative Solute carrier family 40 member 1 11.63179254 L4_control_A1 +LQ05X001450 Putative Solute carrier family 40 member 1 11.51956583 L4_control_A2 +LQ05X001450 Putative Solute carrier family 40 member 1 11.14565136 L4_control_A3 +LQ05X001450 Putative Solute carrier family 40 member 1 12.51174656 L4_control_B1 +LQ05X001450 Putative Solute carrier family 40 member 1 11.85673579 L4_control_B2 +LQ05X001450 Putative Solute carrier family 40 member 1 12.93521365 L4_control_B3 +LQ05X001450 Putative Solute carrier family 40 member 1 13.12253352 L4_control_C2 +LQ05X001450 Putative Solute carrier family 40 member 1 13.31774209 L4_control_C3 +LQ05X001450 Putative Solute carrier family 40 member 1 11.36319812 L4_chemical_A1 +LQ05X001450 Putative Solute carrier family 40 member 1 11.26180389 L4_chemical_A2 +LQ05X001450 Putative Solute carrier family 40 member 1 11.41978086 L4_chemical_A3 +LQ05X001450 Putative Solute carrier family 40 member 1 12.13326343 L4_chemical_B1 +LQ05X001450 Putative Solute carrier family 40 member 1 11.820082 L4_chemical_B2 +LQ05X001450 Putative Solute carrier family 40 member 1 11.86614862 L4_chemical_B3 +LQ05X001450 Putative Solute carrier family 40 member 1 13.02065284 L4_chemical_C2 +LQ05X001450 Putative Solute carrier family 40 member 1 13.12992945 L4_chemical_C3 +LQ05X001470 F-box/LRR-repeat protein 3 10.12708557 C6_control_A1 +LQ05X001470 F-box/LRR-repeat protein 3 10.21850413 C6_control_A3 +LQ05X001470 F-box/LRR-repeat protein 3 10.31686683 C6_control_B1 +LQ05X001470 F-box/LRR-repeat protein 3 10.73034851 C6_control_B2 +LQ05X001470 F-box/LRR-repeat protein 3 10.43856219 C6_control_B3 +LQ05X001470 F-box/LRR-repeat protein 3 11.000862 C6_control_C1 +LQ05X001470 F-box/LRR-repeat protein 3 11.6272474 C6_control_C2 +LQ05X001470 F-box/LRR-repeat protein 3 11.79605356 C6_control_C3 +LQ05X001470 F-box/LRR-repeat protein 3 9.860070771 C6_chemical_A1 +LQ05X001470 F-box/LRR-repeat protein 3 9.984785279 C6_chemical_A3 +LQ05X001470 F-box/LRR-repeat protein 3 10.185354 C6_chemical_B1 +LQ05X001470 F-box/LRR-repeat protein 3 10.55668652 C6_chemical_B2 +LQ05X001470 F-box/LRR-repeat protein 3 10.1395862 C6_chemical_B3 +LQ05X001470 F-box/LRR-repeat protein 3 10.76682406 C6_chemical_C1 +LQ05X001470 F-box/LRR-repeat protein 3 11.27937029 C6_chemical_C2 +LQ05X001470 F-box/LRR-repeat protein 3 11.77250401 C6_chemical_C3 +LQ05X001470 F-box/LRR-repeat protein 3 9.974960494 L4_control_A1 +LQ05X001470 F-box/LRR-repeat protein 3 9.888940777 L4_control_A2 +LQ05X001470 F-box/LRR-repeat protein 3 10.1654678 L4_control_A3 +LQ05X001470 F-box/LRR-repeat protein 3 10.46567041 L4_control_B1 +LQ05X001470 F-box/LRR-repeat protein 3 10.32514248 L4_control_B2 +LQ05X001470 F-box/LRR-repeat protein 3 11.07196031 L4_control_B3 +LQ05X001470 F-box/LRR-repeat protein 3 11.55244377 L4_control_C2 +LQ05X001470 F-box/LRR-repeat protein 3 11.39035948 L4_control_C3 +LQ05X001470 F-box/LRR-repeat protein 3 10.21268806 L4_chemical_A1 +LQ05X001470 F-box/LRR-repeat protein 3 10.25959249 L4_chemical_A2 +LQ05X001470 F-box/LRR-repeat protein 3 10.11451795 L4_chemical_A3 +LQ05X001470 F-box/LRR-repeat protein 3 10.23446933 L4_chemical_B1 +LQ05X001470 F-box/LRR-repeat protein 3 10.25938882 L4_chemical_B2 +LQ05X001470 F-box/LRR-repeat protein 3 10.62789523 L4_chemical_B3 +LQ05X001470 F-box/LRR-repeat protein 3 11.73723107 L4_chemical_C2 +LQ05X001470 F-box/LRR-repeat protein 3 11.32407117 L4_chemical_C3 +LQ05X001490 UPF0497 membrane protein At2g38480 5.85675755 C6_control_A1 +LQ05X001490 UPF0497 membrane protein At2g38480 5.284043061 C6_control_A3 +LQ05X001490 UPF0497 membrane protein At2g38480 6.290962142 C6_control_B1 +LQ05X001490 UPF0497 membrane protein At2g38480 5.454068799 C6_control_B2 +LQ05X001490 UPF0497 membrane protein At2g38480 6.281755849 C6_control_B3 +LQ05X001490 UPF0497 membrane protein At2g38480 5.390142693 C6_control_C1 +LQ05X001490 UPF0497 membrane protein At2g38480 5.063744056 C6_control_C2 +LQ05X001490 UPF0497 membrane protein At2g38480 5.237816993 C6_control_C3 +LQ05X001490 UPF0497 membrane protein At2g38480 5.879258177 C6_chemical_A1 +LQ05X001490 UPF0497 membrane protein At2g38480 5.707867279 C6_chemical_A3 +LQ05X001490 UPF0497 membrane protein At2g38480 5.585546573 C6_chemical_B1 +LQ05X001490 UPF0497 membrane protein At2g38480 5.452370397 C6_chemical_B2 +LQ05X001490 UPF0497 membrane protein At2g38480 5.311718476 C6_chemical_B3 +LQ05X001490 UPF0497 membrane protein At2g38480 5.288964841 C6_chemical_C1 +LQ05X001490 UPF0497 membrane protein At2g38480 5.086870788 C6_chemical_C2 +LQ05X001490 UPF0497 membrane protein At2g38480 5.078427523 C6_chemical_C3 +LQ05X001490 UPF0497 membrane protein At2g38480 5.969243171 L4_control_A1 +LQ05X001490 UPF0497 membrane protein At2g38480 6.27826877 L4_control_A2 +LQ05X001490 UPF0497 membrane protein At2g38480 6.63763709 L4_control_A3 +LQ05X001490 UPF0497 membrane protein At2g38480 6.080162124 L4_control_B1 +LQ05X001490 UPF0497 membrane protein At2g38480 5.52325557 L4_control_B2 +LQ05X001490 UPF0497 membrane protein At2g38480 5.893431285 L4_control_B3 +LQ05X001490 UPF0497 membrane protein At2g38480 5.806233953 L4_control_C2 +LQ05X001490 UPF0497 membrane protein At2g38480 5.524110013 L4_control_C3 +LQ05X001490 UPF0497 membrane protein At2g38480 6.225098725 L4_chemical_A1 +LQ05X001490 UPF0497 membrane protein At2g38480 6.470172868 L4_chemical_A2 +LQ05X001490 UPF0497 membrane protein At2g38480 6.67678949 L4_chemical_A3 +LQ05X001490 UPF0497 membrane protein At2g38480 6.366553777 L4_chemical_B1 +LQ05X001490 UPF0497 membrane protein At2g38480 6.226088264 L4_chemical_B2 +LQ05X001490 UPF0497 membrane protein At2g38480 5.759002344 L4_chemical_B3 +LQ05X001490 UPF0497 membrane protein At2g38480 5.852110186 L4_chemical_C2 +LQ05X001490 UPF0497 membrane protein At2g38480 5.74635678 L4_chemical_C3 +LQ05X001510 Putative uncharacterized protein 10.66562246 C6_control_A1 +LQ05X001510 Putative uncharacterized protein 11.54971526 C6_control_A3 +LQ05X001510 Putative uncharacterized protein 10.77205136 C6_control_B1 +LQ05X001510 Putative uncharacterized protein 9.461785446 C6_control_B2 +LQ05X001510 Putative uncharacterized protein 10.9177905 C6_control_B3 +LQ05X001510 Putative uncharacterized protein 8.133335475 C6_control_C1 +LQ05X001510 Putative uncharacterized protein 8.81900738 C6_control_C2 +LQ05X001510 Putative uncharacterized protein 8.947788818 C6_control_C3 +LQ05X001510 Putative uncharacterized protein 11.68640063 C6_chemical_A1 +LQ05X001510 Putative uncharacterized protein 10.55249577 C6_chemical_A3 +LQ05X001510 Putative uncharacterized protein 11.88720206 C6_chemical_B1 +LQ05X001510 Putative uncharacterized protein 9.956114461 C6_chemical_B2 +LQ05X001510 Putative uncharacterized protein 11.72005456 C6_chemical_B3 +LQ05X001510 Putative uncharacterized protein 8.558181211 C6_chemical_C1 +LQ05X001510 Putative uncharacterized protein 9.257144162 C6_chemical_C2 +LQ05X001510 Putative uncharacterized protein 9.606416306 C6_chemical_C3 +LQ05X001510 Putative uncharacterized protein 10.91700935 L4_control_A1 +LQ05X001510 Putative uncharacterized protein 11.66343499 L4_control_A2 +LQ05X001510 Putative uncharacterized protein 11.66495389 L4_control_A3 +LQ05X001510 Putative uncharacterized protein 11.30295996 L4_control_B1 +LQ05X001510 Putative uncharacterized protein 11.95439483 L4_control_B2 +LQ05X001510 Putative uncharacterized protein 10.0947188 L4_control_B3 +LQ05X001510 Putative uncharacterized protein 10.75806569 L4_control_C2 +LQ05X001510 Putative uncharacterized protein 10.72609822 L4_control_C3 +LQ05X001510 Putative uncharacterized protein 9.715606062 L4_chemical_A1 +LQ05X001510 Putative uncharacterized protein 11.18049473 L4_chemical_A2 +LQ05X001510 Putative uncharacterized protein 11.52618801 L4_chemical_A3 +LQ05X001510 Putative uncharacterized protein 11.80472397 L4_chemical_B1 +LQ05X001510 Putative uncharacterized protein 12.15996226 L4_chemical_B2 +LQ05X001510 Putative uncharacterized protein 10.73220594 L4_chemical_B3 +LQ05X001510 Putative uncharacterized protein 10.17765696 L4_chemical_C2 +LQ05X001510 Putative uncharacterized protein 10.30402679 L4_chemical_C3 +LQ05X001560 Patellin-6 12.53074061 C6_control_A1 +LQ05X001560 Patellin-6 13.1575788 C6_control_A3 +LQ05X001560 Patellin-6 11.79570466 C6_control_B1 +LQ05X001560 Patellin-6 11.33250532 C6_control_B2 +LQ05X001560 Patellin-6 11.7904838 C6_control_B3 +LQ05X001560 Patellin-6 8.976631406 C6_control_C1 +LQ05X001560 Patellin-6 8.446933166 C6_control_C2 +LQ05X001560 Patellin-6 8.862592241 C6_control_C3 +LQ05X001560 Patellin-6 12.04879398 C6_chemical_A1 +LQ05X001560 Patellin-6 13.03645691 C6_chemical_A3 +LQ05X001560 Patellin-6 11.40701858 C6_chemical_B1 +LQ05X001560 Patellin-6 10.80929766 C6_chemical_B2 +LQ05X001560 Patellin-6 11.23108698 C6_chemical_B3 +LQ05X001560 Patellin-6 8.956641146 C6_chemical_C1 +LQ05X001560 Patellin-6 8.135456961 C6_chemical_C2 +LQ05X001560 Patellin-6 8.323450732 C6_chemical_C3 +LQ05X001560 Patellin-6 13.04336832 L4_control_A1 +LQ05X001560 Patellin-6 12.1733356 L4_control_A2 +LQ05X001560 Patellin-6 13.27540783 L4_control_A3 +LQ05X001560 Patellin-6 11.54078216 L4_control_B1 +LQ05X001560 Patellin-6 11.99998972 L4_control_B2 +LQ05X001560 Patellin-6 11.39184427 L4_control_B3 +LQ05X001560 Patellin-6 8.987922063 L4_control_C2 +LQ05X001560 Patellin-6 8.423265755 L4_control_C3 +LQ05X001560 Patellin-6 11.66384317 L4_chemical_A1 +LQ05X001560 Patellin-6 11.10105407 L4_chemical_A2 +LQ05X001560 Patellin-6 12.79740226 L4_chemical_A3 +LQ05X001560 Patellin-6 11.04607545 L4_chemical_B1 +LQ05X001560 Patellin-6 11.33306913 L4_chemical_B2 +LQ05X001560 Patellin-6 11.95083491 L4_chemical_B3 +LQ05X001560 Patellin-6 8.859596364 L4_chemical_C2 +LQ05X001560 Patellin-6 8.413498074 L4_chemical_C3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.195664809 C6_control_A1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 7.011178774 C6_control_A3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.839462513 C6_control_B1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.67082271 C6_control_B2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.854523836 C6_control_B3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 7.725848917 C6_control_C1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.335031324 C6_control_C2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.783503223 C6_control_C3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 7.240135853 C6_chemical_A1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 6.874997515 C6_chemical_A3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.293263597 C6_chemical_B1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.37917571 C6_chemical_B2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 7.91509827 C6_chemical_B3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 7.339011573 C6_chemical_C1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.02880186 C6_chemical_C2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.226470763 C6_chemical_C3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 6.642662883 L4_control_A1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 5.958429761 L4_control_A2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 5.714109738 L4_control_A3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 5.611517597 L4_control_B1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 6.415135751 L4_control_B2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 8.085533061 L4_control_B3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 6.839570054 L4_control_C2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 6.414443563 L4_control_C3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 5.798552739 L4_chemical_A1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 5.85558523 L4_chemical_A2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 5.634242808 L4_chemical_A3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 6.899997898 L4_chemical_B1 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 5.474120325 L4_chemical_B2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 7.928280597 L4_chemical_B3 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 6.253523112 L4_chemical_C2 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 5.849189548 L4_chemical_C3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.623746489 C6_control_A1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 7.274514015 C6_control_A3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.745118894 C6_control_B1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 7.033822559 C6_control_B2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.775789667 C6_control_B3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.961783174 C6_control_C1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 7.730413862 C6_control_C2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 7.20515895 C6_control_C3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.608583959 C6_chemical_A1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.140595185 C6_chemical_A3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.545559174 C6_chemical_B1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.791202452 C6_chemical_B2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.383916711 C6_chemical_B3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.643244125 C6_chemical_C1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.49584639 C6_chemical_C2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.34540334 C6_chemical_C3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.519610779 L4_control_A1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.123669236 L4_control_A2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.341798427 L4_control_A3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.103114679 L4_control_B1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.088279916 L4_control_B2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.587871204 L4_control_B3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 5.836622283 L4_control_C2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.496506557 L4_control_C3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.432529811 L4_chemical_A1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 5.912733078 L4_chemical_A2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.422759901 L4_chemical_A3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.311721351 L4_chemical_B1 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.111213745 L4_chemical_B2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.338628329 L4_chemical_B3 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 5.736997876 L4_chemical_C2 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.436925766 L4_chemical_C3 +LQ05X001610 PRA1 family protein B4 10.96679884 C6_control_A1 +LQ05X001610 PRA1 family protein B4 10.37012753 C6_control_A3 +LQ05X001610 PRA1 family protein B4 11.96354043 C6_control_B1 +LQ05X001610 PRA1 family protein B4 11.29232509 C6_control_B2 +LQ05X001610 PRA1 family protein B4 12.13292 C6_control_B3 +LQ05X001610 PRA1 family protein B4 10.00232839 C6_control_C1 +LQ05X001610 PRA1 family protein B4 9.239522552 C6_control_C2 +LQ05X001610 PRA1 family protein B4 10.31638998 C6_control_C3 +LQ05X001610 PRA1 family protein B4 11.26845667 C6_chemical_A1 +LQ05X001610 PRA1 family protein B4 10.84545544 C6_chemical_A3 +LQ05X001610 PRA1 family protein B4 11.93967595 C6_chemical_B1 +LQ05X001610 PRA1 family protein B4 11.23948616 C6_chemical_B2 +LQ05X001610 PRA1 family protein B4 11.87008527 C6_chemical_B3 +LQ05X001610 PRA1 family protein B4 10.00441357 C6_chemical_C1 +LQ05X001610 PRA1 family protein B4 10.15992106 C6_chemical_C2 +LQ05X001610 PRA1 family protein B4 9.961827805 C6_chemical_C3 +LQ05X001610 PRA1 family protein B4 10.04172962 L4_control_A1 +LQ05X001610 PRA1 family protein B4 10.68094403 L4_control_A2 +LQ05X001610 PRA1 family protein B4 9.511894118 L4_control_A3 +LQ05X001610 PRA1 family protein B4 12.06253325 L4_control_B1 +LQ05X001610 PRA1 family protein B4 12.60624775 L4_control_B2 +LQ05X001610 PRA1 family protein B4 11.18996663 L4_control_B3 +LQ05X001610 PRA1 family protein B4 10.78724092 L4_control_C2 +LQ05X001610 PRA1 family protein B4 10.43422222 L4_control_C3 +LQ05X001610 PRA1 family protein B4 10.10393668 L4_chemical_A1 +LQ05X001610 PRA1 family protein B4 10.45387488 L4_chemical_A2 +LQ05X001610 PRA1 family protein B4 9.849652246 L4_chemical_A3 +LQ05X001610 PRA1 family protein B4 11.53882346 L4_chemical_B1 +LQ05X001610 PRA1 family protein B4 12.12028351 L4_chemical_B2 +LQ05X001610 PRA1 family protein B4 11.20748344 L4_chemical_B3 +LQ05X001610 PRA1 family protein B4 10.58133075 L4_chemical_C2 +LQ05X001610 PRA1 family protein B4 10.7322038 L4_chemical_C3 +LQ05X001630 Putative uncharacterized protein 6.370108668 C6_control_A1 +LQ05X001630 Putative uncharacterized protein 6.086611565 C6_control_A3 +LQ05X001630 Putative uncharacterized protein 5.884111652 C6_control_B1 +LQ05X001630 Putative uncharacterized protein 6.913064744 C6_control_B2 +LQ05X001630 Putative uncharacterized protein 6.033957079 C6_control_B3 +LQ05X001630 Putative uncharacterized protein 6.621864968 C6_control_C1 +LQ05X001630 Putative uncharacterized protein 6.48867689 C6_control_C2 +LQ05X001630 Putative uncharacterized protein 6.406064573 C6_control_C3 +LQ05X001630 Putative uncharacterized protein 6.496885198 C6_chemical_A1 +LQ05X001630 Putative uncharacterized protein 5.613216392 C6_chemical_A3 +LQ05X001630 Putative uncharacterized protein 6.482916102 C6_chemical_B1 +LQ05X001630 Putative uncharacterized protein 7.046336569 C6_chemical_B2 +LQ05X001630 Putative uncharacterized protein 5.691223496 C6_chemical_B3 +LQ05X001630 Putative uncharacterized protein 6.5418488 C6_chemical_C1 +LQ05X001630 Putative uncharacterized protein 6.973596406 C6_chemical_C2 +LQ05X001630 Putative uncharacterized protein 6.734088012 C6_chemical_C3 +LQ05X001630 Putative uncharacterized protein 6.028733504 L4_control_A1 +LQ05X001630 Putative uncharacterized protein 5.961397301 L4_control_A2 +LQ05X001630 Putative uncharacterized protein 5.85821094 L4_control_A3 +LQ05X001630 Putative uncharacterized protein 6.713170637 L4_control_B1 +LQ05X001630 Putative uncharacterized protein 6.016915965 L4_control_B2 +LQ05X001630 Putative uncharacterized protein 5.807744333 L4_control_B3 +LQ05X001630 Putative uncharacterized protein 6.108565534 L4_control_C2 +LQ05X001630 Putative uncharacterized protein 6.068447049 L4_control_C3 +LQ05X001630 Putative uncharacterized protein 6.065392305 L4_chemical_A1 +LQ05X001630 Putative uncharacterized protein 6.180789728 L4_chemical_A2 +LQ05X001630 Putative uncharacterized protein 5.946833496 L4_chemical_A3 +LQ05X001630 Putative uncharacterized protein 6.183351037 L4_chemical_B1 +LQ05X001630 Putative uncharacterized protein 6.036890607 L4_chemical_B2 +LQ05X001630 Putative uncharacterized protein 5.896780857 L4_chemical_B3 +LQ05X001630 Putative uncharacterized protein 6.275664543 L4_chemical_C2 +LQ05X001630 Putative uncharacterized protein 5.973369849 L4_chemical_C3 +LQ05X001640 Hypothetical protein 5.174358142 C6_control_A1 +LQ05X001640 Hypothetical protein 5.570105192 C6_control_A3 +LQ05X001640 Hypothetical protein 5.650030412 C6_control_B1 +LQ05X001640 Hypothetical protein 5.81588791 C6_control_B2 +LQ05X001640 Hypothetical protein 5.164594156 C6_control_B3 +LQ05X001640 Hypothetical protein 8.254617609 C6_control_C1 +LQ05X001640 Hypothetical protein 7.474110805 C6_control_C2 +LQ05X001640 Hypothetical protein 7.126901444 C6_control_C3 +LQ05X001640 Hypothetical protein 5.387594805 C6_chemical_A1 +LQ05X001640 Hypothetical protein 5.217315536 C6_chemical_A3 +LQ05X001640 Hypothetical protein 5.353871419 C6_chemical_B1 +LQ05X001640 Hypothetical protein 6.022134828 C6_chemical_B2 +LQ05X001640 Hypothetical protein 5.303563598 C6_chemical_B3 +LQ05X001640 Hypothetical protein 8.019352637 C6_chemical_C1 +LQ05X001640 Hypothetical protein 7.620688392 C6_chemical_C2 +LQ05X001640 Hypothetical protein 7.328714943 C6_chemical_C3 +LQ05X001640 Hypothetical protein 5.301508723 L4_control_A1 +LQ05X001640 Hypothetical protein 5.080357404 L4_control_A2 +LQ05X001640 Hypothetical protein 5.350297275 L4_control_A3 +LQ05X001640 Hypothetical protein 6.3350973 L4_control_B1 +LQ05X001640 Hypothetical protein 5.527930795 L4_control_B2 +LQ05X001640 Hypothetical protein 5.20425591 L4_control_B3 +LQ05X001640 Hypothetical protein 6.386232806 L4_control_C2 +LQ05X001640 Hypothetical protein 5.727333369 L4_control_C3 +LQ05X001640 Hypothetical protein 6.879422091 L4_chemical_A1 +LQ05X001640 Hypothetical protein 5.664329882 L4_chemical_A2 +LQ05X001640 Hypothetical protein 5.868537818 L4_chemical_A3 +LQ05X001640 Hypothetical protein 5.783967063 L4_chemical_B1 +LQ05X001640 Hypothetical protein 5.357262888 L4_chemical_B2 +LQ05X001640 Hypothetical protein 5.216558555 L4_chemical_B3 +LQ05X001640 Hypothetical protein 5.390748541 L4_chemical_C2 +LQ05X001640 Hypothetical protein 5.747698903 L4_chemical_C3 +LQ05X001720 Abscisic acid receptor PYL4 5.902583681 C6_control_A1 +LQ05X001720 Abscisic acid receptor PYL4 5.379110247 C6_control_A3 +LQ05X001720 Abscisic acid receptor PYL4 6.272614213 C6_control_B1 +LQ05X001720 Abscisic acid receptor PYL4 5.375404479 C6_control_B2 +LQ05X001720 Abscisic acid receptor PYL4 5.876584399 C6_control_B3 +LQ05X001720 Abscisic acid receptor PYL4 5.573625687 C6_control_C1 +LQ05X001720 Abscisic acid receptor PYL4 5.144212274 C6_control_C2 +LQ05X001720 Abscisic acid receptor PYL4 5.303542171 C6_control_C3 +LQ05X001720 Abscisic acid receptor PYL4 5.478712768 C6_chemical_A1 +LQ05X001720 Abscisic acid receptor PYL4 5.407563356 C6_chemical_A3 +LQ05X001720 Abscisic acid receptor PYL4 5.41951861 C6_chemical_B1 +LQ05X001720 Abscisic acid receptor PYL4 5.252838019 C6_chemical_B2 +LQ05X001720 Abscisic acid receptor PYL4 6.192998341 C6_chemical_B3 +LQ05X001720 Abscisic acid receptor PYL4 5.824594803 C6_chemical_C1 +LQ05X001720 Abscisic acid receptor PYL4 5.380567369 C6_chemical_C2 +LQ05X001720 Abscisic acid receptor PYL4 5.58042477 C6_chemical_C3 +LQ05X001720 Abscisic acid receptor PYL4 5.32503641 L4_control_A1 +LQ05X001720 Abscisic acid receptor PYL4 5.763030668 L4_control_A2 +LQ05X001720 Abscisic acid receptor PYL4 5.510733532 L4_control_A3 +LQ05X001720 Abscisic acid receptor PYL4 5.420344915 L4_control_B1 +LQ05X001720 Abscisic acid receptor PYL4 5.62617385 L4_control_B2 +LQ05X001720 Abscisic acid receptor PYL4 5.518455744 L4_control_B3 +LQ05X001720 Abscisic acid receptor PYL4 5.577513547 L4_control_C2 +LQ05X001720 Abscisic acid receptor PYL4 5.841433159 L4_control_C3 +LQ05X001720 Abscisic acid receptor PYL4 5.114606271 L4_chemical_A1 +LQ05X001720 Abscisic acid receptor PYL4 5.656619708 L4_chemical_A2 +LQ05X001720 Abscisic acid receptor PYL4 5.376557578 L4_chemical_A3 +LQ05X001720 Abscisic acid receptor PYL4 5.302005516 L4_chemical_B1 +LQ05X001720 Abscisic acid receptor PYL4 5.457974856 L4_chemical_B2 +LQ05X001720 Abscisic acid receptor PYL4 5.368545453 L4_chemical_B3 +LQ05X001720 Abscisic acid receptor PYL4 6.011279821 L4_chemical_C2 +LQ05X001720 Abscisic acid receptor PYL4 5.937210535 L4_chemical_C3 +LQ05X001730 Uncharacterized protein At5g01610 13.29178401 C6_control_A1 +LQ05X001730 Uncharacterized protein At5g01610 12.61584377 C6_control_A3 +LQ05X001730 Uncharacterized protein At5g01610 12.90598592 C6_control_B1 +LQ05X001730 Uncharacterized protein At5g01610 13.42735436 C6_control_B2 +LQ05X001730 Uncharacterized protein At5g01610 13.19865946 C6_control_B3 +LQ05X001730 Uncharacterized protein At5g01610 13.09064442 C6_control_C1 +LQ05X001730 Uncharacterized protein At5g01610 13.18384476 C6_control_C2 +LQ05X001730 Uncharacterized protein At5g01610 13.08709881 C6_control_C3 +LQ05X001730 Uncharacterized protein At5g01610 13.13310896 C6_chemical_A1 +LQ05X001730 Uncharacterized protein At5g01610 12.84169615 C6_chemical_A3 +LQ05X001730 Uncharacterized protein At5g01610 12.79204526 C6_chemical_B1 +LQ05X001730 Uncharacterized protein At5g01610 13.60658367 C6_chemical_B2 +LQ05X001730 Uncharacterized protein At5g01610 13.38894838 C6_chemical_B3 +LQ05X001730 Uncharacterized protein At5g01610 13.12580847 C6_chemical_C1 +LQ05X001730 Uncharacterized protein At5g01610 13.24226928 C6_chemical_C2 +LQ05X001730 Uncharacterized protein At5g01610 13.41037309 C6_chemical_C3 +LQ05X001730 Uncharacterized protein At5g01610 12.90179471 L4_control_A1 +LQ05X001730 Uncharacterized protein At5g01610 12.95009197 L4_control_A2 +LQ05X001730 Uncharacterized protein At5g01610 12.88790197 L4_control_A3 +LQ05X001730 Uncharacterized protein At5g01610 12.84783969 L4_control_B1 +LQ05X001730 Uncharacterized protein At5g01610 12.58235551 L4_control_B2 +LQ05X001730 Uncharacterized protein At5g01610 12.95405136 L4_control_B3 +LQ05X001730 Uncharacterized protein At5g01610 12.82724417 L4_control_C2 +LQ05X001730 Uncharacterized protein At5g01610 13.08521436 L4_control_C3 +LQ05X001730 Uncharacterized protein At5g01610 13.17982616 L4_chemical_A1 +LQ05X001730 Uncharacterized protein At5g01610 13.35976582 L4_chemical_A2 +LQ05X001730 Uncharacterized protein At5g01610 13.06156601 L4_chemical_A3 +LQ05X001730 Uncharacterized protein At5g01610 13.11101757 L4_chemical_B1 +LQ05X001730 Uncharacterized protein At5g01610 13.00119903 L4_chemical_B2 +LQ05X001730 Uncharacterized protein At5g01610 12.97473916 L4_chemical_B3 +LQ05X001730 Uncharacterized protein At5g01610 12.72413713 L4_chemical_C2 +LQ05X001730 Uncharacterized protein At5g01610 13.05383916 L4_chemical_C3 +LQ05X001740 Putative Mitoferrin 5.500713409 C6_control_A1 +LQ05X001740 Putative Mitoferrin 5.15228195 C6_control_A3 +LQ05X001740 Putative Mitoferrin 6.210895847 C6_control_B1 +LQ05X001740 Putative Mitoferrin 5.604312538 C6_control_B2 +LQ05X001740 Putative Mitoferrin 5.898332922 C6_control_B3 +LQ05X001740 Putative Mitoferrin 7.596698468 C6_control_C1 +LQ05X001740 Putative Mitoferrin 6.345032938 C6_control_C2 +LQ05X001740 Putative Mitoferrin 6.374628863 C6_control_C3 +LQ05X001740 Putative Mitoferrin 5.885963951 C6_chemical_A1 +LQ05X001740 Putative Mitoferrin 5.310797662 C6_chemical_A3 +LQ05X001740 Putative Mitoferrin 5.088220272 C6_chemical_B1 +LQ05X001740 Putative Mitoferrin 5.649103892 C6_chemical_B2 +LQ05X001740 Putative Mitoferrin 5.809816696 C6_chemical_B3 +LQ05X001740 Putative Mitoferrin 7.385229014 C6_chemical_C1 +LQ05X001740 Putative Mitoferrin 6.616465758 C6_chemical_C2 +LQ05X001740 Putative Mitoferrin 6.08155339 C6_chemical_C3 +LQ05X001740 Putative Mitoferrin 5.283382442 L4_control_A1 +LQ05X001740 Putative Mitoferrin 5.244660746 L4_control_A2 +LQ05X001740 Putative Mitoferrin 5.495885262 L4_control_A3 +LQ05X001740 Putative Mitoferrin 6.413843408 L4_control_B1 +LQ05X001740 Putative Mitoferrin 5.432539883 L4_control_B2 +LQ05X001740 Putative Mitoferrin 5.095205286 L4_control_B3 +LQ05X001740 Putative Mitoferrin 7.434478346 L4_control_C2 +LQ05X001740 Putative Mitoferrin 6.324698812 L4_control_C3 +LQ05X001740 Putative Mitoferrin 5.57401051 L4_chemical_A1 +LQ05X001740 Putative Mitoferrin 5.031618466 L4_chemical_A2 +LQ05X001740 Putative Mitoferrin 5.428009885 L4_chemical_A3 +LQ05X001740 Putative Mitoferrin 5.818479727 L4_chemical_B1 +LQ05X001740 Putative Mitoferrin 5.387788604 L4_chemical_B2 +LQ05X001740 Putative Mitoferrin 5.495327804 L4_chemical_B3 +LQ05X001740 Putative Mitoferrin 5.36028355 L4_chemical_C2 +LQ05X001740 Putative Mitoferrin 6.043170824 L4_chemical_C3 +LQ05X001750 Ferritin-3, chloroplastic 10.91506825 C6_control_A1 +LQ05X001750 Ferritin-3, chloroplastic 10.42797807 C6_control_A3 +LQ05X001750 Ferritin-3, chloroplastic 11.82220897 C6_control_B1 +LQ05X001750 Ferritin-3, chloroplastic 12.27184169 C6_control_B2 +LQ05X001750 Ferritin-3, chloroplastic 13.38386663 C6_control_B3 +LQ05X001750 Ferritin-3, chloroplastic 11.7236905 C6_control_C1 +LQ05X001750 Ferritin-3, chloroplastic 14.25671545 C6_control_C2 +LQ05X001750 Ferritin-3, chloroplastic 11.98886507 C6_control_C3 +LQ05X001750 Ferritin-3, chloroplastic 10.47962139 C6_chemical_A1 +LQ05X001750 Ferritin-3, chloroplastic 11.06614583 C6_chemical_A3 +LQ05X001750 Ferritin-3, chloroplastic 12.05833385 C6_chemical_B1 +LQ05X001750 Ferritin-3, chloroplastic 11.2618304 C6_chemical_B2 +LQ05X001750 Ferritin-3, chloroplastic 12.04722783 C6_chemical_B3 +LQ05X001750 Ferritin-3, chloroplastic 11.52228504 C6_chemical_C1 +LQ05X001750 Ferritin-3, chloroplastic 12.1439566 C6_chemical_C2 +LQ05X001750 Ferritin-3, chloroplastic 14.48741468 C6_chemical_C3 +LQ05X001750 Ferritin-3, chloroplastic 9.66616017 L4_control_A1 +LQ05X001750 Ferritin-3, chloroplastic 10.05150561 L4_control_A2 +LQ05X001750 Ferritin-3, chloroplastic 10.67426698 L4_control_A3 +LQ05X001750 Ferritin-3, chloroplastic 11.08849804 L4_control_B1 +LQ05X001750 Ferritin-3, chloroplastic 10.67924831 L4_control_B2 +LQ05X001750 Ferritin-3, chloroplastic 8.642733149 L4_control_B3 +LQ05X001750 Ferritin-3, chloroplastic 11.39422803 L4_control_C2 +LQ05X001750 Ferritin-3, chloroplastic 10.97821529 L4_control_C3 +LQ05X001750 Ferritin-3, chloroplastic 12.30950881 L4_chemical_A1 +LQ05X001750 Ferritin-3, chloroplastic 12.35319555 L4_chemical_A2 +LQ05X001750 Ferritin-3, chloroplastic 11.76384561 L4_chemical_A3 +LQ05X001750 Ferritin-3, chloroplastic 12.31666896 L4_chemical_B1 +LQ05X001750 Ferritin-3, chloroplastic 10.90887678 L4_chemical_B2 +LQ05X001750 Ferritin-3, chloroplastic 10.34419648 L4_chemical_B3 +LQ05X001750 Ferritin-3, chloroplastic 11.56081356 L4_chemical_C2 +LQ05X001750 Ferritin-3, chloroplastic 11.10159671 L4_chemical_C3 +LQ05X001770 40S ribosomal protein S4 5.114102676 C6_control_A1 +LQ05X001770 40S ribosomal protein S4 6.908403794 C6_control_A3 +LQ05X001770 40S ribosomal protein S4 5.702403945 C6_control_B1 +LQ05X001770 40S ribosomal protein S4 5.439019729 C6_control_B2 +LQ05X001770 40S ribosomal protein S4 5.691279615 C6_control_B3 +LQ05X001770 40S ribosomal protein S4 5.308069112 C6_control_C1 +LQ05X001770 40S ribosomal protein S4 6.985412476 C6_control_C2 +LQ05X001770 40S ribosomal protein S4 5.411631257 C6_control_C3 +LQ05X001770 40S ribosomal protein S4 5.103228631 C6_chemical_A1 +LQ05X001770 40S ribosomal protein S4 5.32391414 C6_chemical_A3 +LQ05X001770 40S ribosomal protein S4 5.544040453 C6_chemical_B1 +LQ05X001770 40S ribosomal protein S4 5.147600751 C6_chemical_B2 +LQ05X001770 40S ribosomal protein S4 5.195498902 C6_chemical_B3 +LQ05X001770 40S ribosomal protein S4 5.242277551 C6_chemical_C1 +LQ05X001770 40S ribosomal protein S4 5.545891101 C6_chemical_C2 +LQ05X001770 40S ribosomal protein S4 4.904886648 C6_chemical_C3 +LQ05X001770 40S ribosomal protein S4 5.578202524 L4_control_A1 +LQ05X001770 40S ribosomal protein S4 5.041994137 L4_control_A2 +LQ05X001770 40S ribosomal protein S4 5.764496254 L4_control_A3 +LQ05X001770 40S ribosomal protein S4 5.469397402 L4_control_B1 +LQ05X001770 40S ribosomal protein S4 5.205048739 L4_control_B2 +LQ05X001770 40S ribosomal protein S4 5.338096277 L4_control_B3 +LQ05X001770 40S ribosomal protein S4 5.307162689 L4_control_C2 +LQ05X001770 40S ribosomal protein S4 5.533526668 L4_control_C3 +LQ05X001770 40S ribosomal protein S4 5.447878765 L4_chemical_A1 +LQ05X001770 40S ribosomal protein S4 4.890539197 L4_chemical_A2 +LQ05X001770 40S ribosomal protein S4 5.76871844 L4_chemical_A3 +LQ05X001770 40S ribosomal protein S4 5.732076445 L4_chemical_B1 +LQ05X001770 40S ribosomal protein S4 5.533131878 L4_chemical_B2 +LQ05X001770 40S ribosomal protein S4 5.696091579 L4_chemical_B3 +LQ05X001770 40S ribosomal protein S4 5.091633821 L4_chemical_C2 +LQ05X001770 40S ribosomal protein S4 5.28780005 L4_chemical_C3 +LQ05X001790 Putative uncharacterized protein At5g01590 10.15122266 C6_control_A1 +LQ05X001790 Putative uncharacterized protein At5g01590 10.71881904 C6_control_A3 +LQ05X001790 Putative uncharacterized protein At5g01590 10.19082196 C6_control_B1 +LQ05X001790 Putative uncharacterized protein At5g01590 11.91786618 C6_control_B2 +LQ05X001790 Putative uncharacterized protein At5g01590 10.33374813 C6_control_B3 +LQ05X001790 Putative uncharacterized protein At5g01590 11.88800362 C6_control_C1 +LQ05X001790 Putative uncharacterized protein At5g01590 12.09569307 C6_control_C2 +LQ05X001790 Putative uncharacterized protein At5g01590 12.3821568 C6_control_C3 +LQ05X001790 Putative uncharacterized protein At5g01590 9.920650358 C6_chemical_A1 +LQ05X001790 Putative uncharacterized protein At5g01590 10.35350369 C6_chemical_A3 +LQ05X001790 Putative uncharacterized protein At5g01590 9.623384623 C6_chemical_B1 +LQ05X001790 Putative uncharacterized protein At5g01590 11.89365775 C6_chemical_B2 +LQ05X001790 Putative uncharacterized protein At5g01590 10.00397057 C6_chemical_B3 +LQ05X001790 Putative uncharacterized protein At5g01590 12.0482433 C6_chemical_C1 +LQ05X001790 Putative uncharacterized protein At5g01590 12.3078442 C6_chemical_C2 +LQ05X001790 Putative uncharacterized protein At5g01590 12.06284007 C6_chemical_C3 +LQ05X001790 Putative uncharacterized protein At5g01590 9.442800038 L4_control_A1 +LQ05X001790 Putative uncharacterized protein At5g01590 9.343375774 L4_control_A2 +LQ05X001790 Putative uncharacterized protein At5g01590 6.154393028 L4_control_A3 +LQ05X001790 Putative uncharacterized protein At5g01590 9.886057004 L4_control_B1 +LQ05X001790 Putative uncharacterized protein At5g01590 8.711998234 L4_control_B2 +LQ05X001790 Putative uncharacterized protein At5g01590 10.63237719 L4_control_B3 +LQ05X001790 Putative uncharacterized protein At5g01590 9.271152822 L4_control_C2 +LQ05X001790 Putative uncharacterized protein At5g01590 9.017612748 L4_control_C3 +LQ05X001790 Putative uncharacterized protein At5g01590 9.490749712 L4_chemical_A1 +LQ05X001790 Putative uncharacterized protein At5g01590 8.806720499 L4_chemical_A2 +LQ05X001790 Putative uncharacterized protein At5g01590 6.780109264 L4_chemical_A3 +LQ05X001790 Putative uncharacterized protein At5g01590 8.314967741 L4_chemical_B1 +LQ05X001790 Putative uncharacterized protein At5g01590 8.165941088 L4_chemical_B2 +LQ05X001790 Putative uncharacterized protein At5g01590 10.56353528 L4_chemical_B3 +LQ05X001790 Putative uncharacterized protein At5g01590 8.606573233 L4_chemical_C2 +LQ05X001790 Putative uncharacterized protein At5g01590 10.03464801 L4_chemical_C3 +LQ05X001880 Putative Importin subunit beta-1 13.86964843 C6_control_A1 +LQ05X001880 Putative Importin subunit beta-1 14.43023288 C6_control_A3 +LQ05X001880 Putative Importin subunit beta-1 13.21472993 C6_control_B1 +LQ05X001880 Putative Importin subunit beta-1 12.71725538 C6_control_B2 +LQ05X001880 Putative Importin subunit beta-1 12.98408479 C6_control_B3 +LQ05X001880 Putative Importin subunit beta-1 12.73947463 C6_control_C1 +LQ05X001880 Putative Importin subunit beta-1 12.71044179 C6_control_C2 +LQ05X001880 Putative Importin subunit beta-1 12.91253727 C6_control_C3 +LQ05X001880 Putative Importin subunit beta-1 13.53633829 C6_chemical_A1 +LQ05X001880 Putative Importin subunit beta-1 14.45901219 C6_chemical_A3 +LQ05X001880 Putative Importin subunit beta-1 12.64710537 C6_chemical_B1 +LQ05X001880 Putative Importin subunit beta-1 12.02158746 C6_chemical_B2 +LQ05X001880 Putative Importin subunit beta-1 12.69318994 C6_chemical_B3 +LQ05X001880 Putative Importin subunit beta-1 12.50221766 C6_chemical_C1 +LQ05X001880 Putative Importin subunit beta-1 12.51350702 C6_chemical_C2 +LQ05X001880 Putative Importin subunit beta-1 12.81641007 C6_chemical_C3 +LQ05X001880 Putative Importin subunit beta-1 14.28004391 L4_control_A1 +LQ05X001880 Putative Importin subunit beta-1 13.94337069 L4_control_A2 +LQ05X001880 Putative Importin subunit beta-1 14.00985535 L4_control_A3 +LQ05X001880 Putative Importin subunit beta-1 12.77517746 L4_control_B1 +LQ05X001880 Putative Importin subunit beta-1 13.06734468 L4_control_B2 +LQ05X001880 Putative Importin subunit beta-1 12.73033149 L4_control_B3 +LQ05X001880 Putative Importin subunit beta-1 12.84515157 L4_control_C2 +LQ05X001880 Putative Importin subunit beta-1 12.95163685 L4_control_C3 +LQ05X001880 Putative Importin subunit beta-1 13.61305905 L4_chemical_A1 +LQ05X001880 Putative Importin subunit beta-1 13.29309767 L4_chemical_A2 +LQ05X001880 Putative Importin subunit beta-1 13.77052651 L4_chemical_A3 +LQ05X001880 Putative Importin subunit beta-1 13.16868206 L4_chemical_B1 +LQ05X001880 Putative Importin subunit beta-1 13.03473974 L4_chemical_B2 +LQ05X001880 Putative Importin subunit beta-1 13.3864551 L4_chemical_B3 +LQ05X001880 Putative Importin subunit beta-1 12.60037986 L4_chemical_C2 +LQ05X001880 Putative Importin subunit beta-1 12.79724034 L4_chemical_C3 +LQ05X001900 Ethylene-overproduction protein 1 8.136897476 C6_control_A1 +LQ05X001900 Ethylene-overproduction protein 1 5.9657522 C6_control_A3 +LQ05X001900 Ethylene-overproduction protein 1 7.767969084 C6_control_B1 +LQ05X001900 Ethylene-overproduction protein 1 8.199164634 C6_control_B2 +LQ05X001900 Ethylene-overproduction protein 1 7.6482681 C6_control_B3 +LQ05X001900 Ethylene-overproduction protein 1 8.789540904 C6_control_C1 +LQ05X001900 Ethylene-overproduction protein 1 8.056297288 C6_control_C2 +LQ05X001900 Ethylene-overproduction protein 1 8.614260369 C6_control_C3 +LQ05X001900 Ethylene-overproduction protein 1 8.265391005 C6_chemical_A1 +LQ05X001900 Ethylene-overproduction protein 1 7.744449042 C6_chemical_A3 +LQ05X001900 Ethylene-overproduction protein 1 8.290198854 C6_chemical_B1 +LQ05X001900 Ethylene-overproduction protein 1 8.489581737 C6_chemical_B2 +LQ05X001900 Ethylene-overproduction protein 1 8.392437724 C6_chemical_B3 +LQ05X001900 Ethylene-overproduction protein 1 8.617013922 C6_chemical_C1 +LQ05X001900 Ethylene-overproduction protein 1 8.791901789 C6_chemical_C2 +LQ05X001900 Ethylene-overproduction protein 1 8.76656982 C6_chemical_C3 +LQ05X001900 Ethylene-overproduction protein 1 8.392798758 L4_control_A1 +LQ05X001900 Ethylene-overproduction protein 1 7.584603131 L4_control_A2 +LQ05X001900 Ethylene-overproduction protein 1 8.063358646 L4_control_A3 +LQ05X001900 Ethylene-overproduction protein 1 8.353711543 L4_control_B1 +LQ05X001900 Ethylene-overproduction protein 1 8.708558432 L4_control_B2 +LQ05X001900 Ethylene-overproduction protein 1 9.282318688 L4_control_B3 +LQ05X001900 Ethylene-overproduction protein 1 8.096963536 L4_control_C2 +LQ05X001900 Ethylene-overproduction protein 1 8.486723582 L4_control_C3 +LQ05X001900 Ethylene-overproduction protein 1 8.371197926 L4_chemical_A1 +LQ05X001900 Ethylene-overproduction protein 1 8.312422876 L4_chemical_A2 +LQ05X001900 Ethylene-overproduction protein 1 8.356023238 L4_chemical_A3 +LQ05X001900 Ethylene-overproduction protein 1 7.641677647 L4_chemical_B1 +LQ05X001900 Ethylene-overproduction protein 1 7.345185949 L4_chemical_B2 +LQ05X001900 Ethylene-overproduction protein 1 9.184411267 L4_chemical_B3 +LQ05X001900 Ethylene-overproduction protein 1 7.66786427 L4_chemical_C2 +LQ05X001900 Ethylene-overproduction protein 1 8.571298037 L4_chemical_C3 +LQ05X001930 Hypothetical protein 12.06851896 C6_control_A1 +LQ05X001930 Hypothetical protein 11.05751967 C6_control_A3 +LQ05X001930 Hypothetical protein 13.36307639 C6_control_B1 +LQ05X001930 Hypothetical protein 13.32791394 C6_control_B2 +LQ05X001930 Hypothetical protein 13.7895511 C6_control_B3 +LQ05X001930 Hypothetical protein 12.56721798 C6_control_C1 +LQ05X001930 Hypothetical protein 12.58946724 C6_control_C2 +LQ05X001930 Hypothetical protein 13.80342477 C6_control_C3 +LQ05X001930 Hypothetical protein 12.0423877 C6_chemical_A1 +LQ05X001930 Hypothetical protein 11.58409997 C6_chemical_A3 +LQ05X001930 Hypothetical protein 13.54215407 C6_chemical_B1 +LQ05X001930 Hypothetical protein 13.47314526 C6_chemical_B2 +LQ05X001930 Hypothetical protein 13.60405405 C6_chemical_B3 +LQ05X001930 Hypothetical protein 12.23917389 C6_chemical_C1 +LQ05X001930 Hypothetical protein 12.99320153 C6_chemical_C2 +LQ05X001930 Hypothetical protein 13.24518908 C6_chemical_C3 +LQ05X001930 Hypothetical protein 11.98173186 L4_control_A1 +LQ05X001930 Hypothetical protein 12.97867186 L4_control_A2 +LQ05X001930 Hypothetical protein 12.24719134 L4_control_A3 +LQ05X001930 Hypothetical protein 14.39885104 L4_control_B1 +LQ05X001930 Hypothetical protein 14.03083029 L4_control_B2 +LQ05X001930 Hypothetical protein 13.77625389 L4_control_B3 +LQ05X001930 Hypothetical protein 13.94134382 L4_control_C2 +LQ05X001930 Hypothetical protein 14.0461588 L4_control_C3 +LQ05X001930 Hypothetical protein 11.08147449 L4_chemical_A1 +LQ05X001930 Hypothetical protein 13.05631622 L4_chemical_A2 +LQ05X001930 Hypothetical protein 12.07707515 L4_chemical_A3 +LQ05X001930 Hypothetical protein 14.12329882 L4_chemical_B1 +LQ05X001930 Hypothetical protein 14.21764958 L4_chemical_B2 +LQ05X001930 Hypothetical protein 13.59153823 L4_chemical_B3 +LQ05X001930 Hypothetical protein 14.04264393 L4_chemical_C2 +LQ05X001930 Hypothetical protein 14.00010292 L4_chemical_C3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.78742643 C6_control_A1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.91740457 C6_control_A3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.7570108 C6_control_B1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.95099913 C6_control_B2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.96420105 C6_control_B3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.62386167 C6_control_C1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 12.09556605 C6_control_C2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.67303263 C6_control_C3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.75298185 C6_chemical_A1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.61221871 C6_chemical_A3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.66920309 C6_chemical_B1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 12.01812411 C6_chemical_B2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.43582729 C6_chemical_B3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.82709928 C6_chemical_C1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.96482033 C6_chemical_C2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.3757833 C6_chemical_C3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.42957884 L4_control_A1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.55223141 L4_control_A2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.66059136 L4_control_A3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.36276367 L4_control_B1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.23765639 L4_control_B2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.11378424 L4_control_B3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.60751528 L4_control_C2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.55572802 L4_control_C3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.22410015 L4_chemical_A1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.25957968 L4_chemical_A2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.84041933 L4_chemical_A3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.38133497 L4_chemical_B1 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.62754753 L4_chemical_B2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.26959521 L4_chemical_B3 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.58557752 L4_chemical_C2 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.39823198 L4_chemical_C3 +LQ05X001970 Putative UPF0098 protein MTH_273 5.848118876 C6_control_A1 +LQ05X001970 Putative UPF0098 protein MTH_273 5.562942622 C6_control_A3 +LQ05X001970 Putative UPF0098 protein MTH_273 6.393809724 C6_control_B1 +LQ05X001970 Putative UPF0098 protein MTH_273 6.971523603 C6_control_B2 +LQ05X001970 Putative UPF0098 protein MTH_273 6.714113654 C6_control_B3 +LQ05X001970 Putative UPF0098 protein MTH_273 5.984652006 C6_control_C1 +LQ05X001970 Putative UPF0098 protein MTH_273 5.845595443 C6_control_C2 +LQ05X001970 Putative UPF0098 protein MTH_273 6.254242073 C6_control_C3 +LQ05X001970 Putative UPF0098 protein MTH_273 6.0209668 C6_chemical_A1 +LQ05X001970 Putative UPF0098 protein MTH_273 5.797568123 C6_chemical_A3 +LQ05X001970 Putative UPF0098 protein MTH_273 8.187467843 C6_chemical_B1 +LQ05X001970 Putative UPF0098 protein MTH_273 7.553754553 C6_chemical_B2 +LQ05X001970 Putative UPF0098 protein MTH_273 5.797103128 C6_chemical_B3 +LQ05X001970 Putative UPF0098 protein MTH_273 6.028391939 C6_chemical_C1 +LQ05X001970 Putative UPF0098 protein MTH_273 6.429268261 C6_chemical_C2 +LQ05X001970 Putative UPF0098 protein MTH_273 6.284867886 C6_chemical_C3 +LQ05X001970 Putative UPF0098 protein MTH_273 6.220673875 L4_control_A1 +LQ05X001970 Putative UPF0098 protein MTH_273 6.427970194 L4_control_A2 +LQ05X001970 Putative UPF0098 protein MTH_273 6.45629364 L4_control_A3 +LQ05X001970 Putative UPF0098 protein MTH_273 10.02182409 L4_control_B1 +LQ05X001970 Putative UPF0098 protein MTH_273 8.790192814 L4_control_B2 +LQ05X001970 Putative UPF0098 protein MTH_273 6.531807588 L4_control_B3 +LQ05X001970 Putative UPF0098 protein MTH_273 5.74487903 L4_control_C2 +LQ05X001970 Putative UPF0098 protein MTH_273 6.080205239 L4_control_C3 +LQ05X001970 Putative UPF0098 protein MTH_273 7.94480781 L4_chemical_A1 +LQ05X001970 Putative UPF0098 protein MTH_273 9.264133317 L4_chemical_A2 +LQ05X001970 Putative UPF0098 protein MTH_273 6.257851551 L4_chemical_A3 +LQ05X001970 Putative UPF0098 protein MTH_273 10.32206699 L4_chemical_B1 +LQ05X001970 Putative UPF0098 protein MTH_273 11.16268389 L4_chemical_B2 +LQ05X001970 Putative UPF0098 protein MTH_273 7.520355996 L4_chemical_B3 +LQ05X001970 Putative UPF0098 protein MTH_273 6.192200622 L4_chemical_C2 +LQ05X001970 Putative UPF0098 protein MTH_273 5.720219503 L4_chemical_C3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.426246886 C6_control_A1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 4.921840833 C6_control_A3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.558386529 C6_control_B1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.276664824 C6_control_B2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.624653253 C6_control_B3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.497054462 C6_control_C1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.393079487 C6_control_C2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.64843626 C6_control_C3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.833923991 C6_chemical_A1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.38950676 C6_chemical_A3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.33731361 C6_chemical_B1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.534769577 C6_chemical_B2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.291704629 C6_chemical_B3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.499540302 C6_chemical_C1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.656106222 C6_chemical_C2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.553260114 C6_chemical_C3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.774136823 L4_control_A1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.227140661 L4_control_A2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.174718237 L4_control_A3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.450110877 L4_control_B1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.346335829 L4_control_B2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.304082621 L4_control_B3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.08513209 L4_control_C2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.192092854 L4_control_C3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.414006972 L4_chemical_A1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.60114076 L4_chemical_A2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.432093846 L4_chemical_A3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.150253997 L4_chemical_B1 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.194178363 L4_chemical_B2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.290973494 L4_chemical_B3 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.404952971 L4_chemical_C2 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.95449525 L4_chemical_C3 +LQ05X002050 Transcription factor bHLH140 6.868033855 C6_control_A1 +LQ05X002050 Transcription factor bHLH140 5.671132095 C6_control_A3 +LQ05X002050 Transcription factor bHLH140 6.596054635 C6_control_B1 +LQ05X002050 Transcription factor bHLH140 5.814694678 C6_control_B2 +LQ05X002050 Transcription factor bHLH140 6.392713843 C6_control_B3 +LQ05X002050 Transcription factor bHLH140 7.215869055 C6_control_C1 +LQ05X002050 Transcription factor bHLH140 5.722261732 C6_control_C2 +LQ05X002050 Transcription factor bHLH140 6.358856413 C6_control_C3 +LQ05X002050 Transcription factor bHLH140 7.336885487 C6_chemical_A1 +LQ05X002050 Transcription factor bHLH140 6.981696885 C6_chemical_A3 +LQ05X002050 Transcription factor bHLH140 6.723716792 C6_chemical_B1 +LQ05X002050 Transcription factor bHLH140 6.575811543 C6_chemical_B2 +LQ05X002050 Transcription factor bHLH140 6.749294387 C6_chemical_B3 +LQ05X002050 Transcription factor bHLH140 7.418245301 C6_chemical_C1 +LQ05X002050 Transcription factor bHLH140 7.138889157 C6_chemical_C2 +LQ05X002050 Transcription factor bHLH140 6.906085386 C6_chemical_C3 +LQ05X002050 Transcription factor bHLH140 7.394259091 L4_control_A1 +LQ05X002050 Transcription factor bHLH140 6.784672661 L4_control_A2 +LQ05X002050 Transcription factor bHLH140 7.970302211 L4_control_A3 +LQ05X002050 Transcription factor bHLH140 6.65663073 L4_control_B1 +LQ05X002050 Transcription factor bHLH140 7.310308518 L4_control_B2 +LQ05X002050 Transcription factor bHLH140 7.358411223 L4_control_B3 +LQ05X002050 Transcription factor bHLH140 7.316591832 L4_control_C2 +LQ05X002050 Transcription factor bHLH140 6.639707413 L4_control_C3 +LQ05X002050 Transcription factor bHLH140 7.075603014 L4_chemical_A1 +LQ05X002050 Transcription factor bHLH140 6.957328264 L4_chemical_A2 +LQ05X002050 Transcription factor bHLH140 7.005566521 L4_chemical_A3 +LQ05X002050 Transcription factor bHLH140 6.370300419 L4_chemical_B1 +LQ05X002050 Transcription factor bHLH140 7.028702013 L4_chemical_B2 +LQ05X002050 Transcription factor bHLH140 6.808412523 L4_chemical_B3 +LQ05X002050 Transcription factor bHLH140 7.262318085 L4_chemical_C2 +LQ05X002050 Transcription factor bHLH140 8.104262699 L4_chemical_C3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.04279639 C6_control_A1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.88971187 C6_control_A3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.57686019 C6_control_B1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.60675855 C6_control_B2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.11635339 C6_control_B3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.14801112 C6_control_C1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 9.424056773 C6_control_C2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 9.216115023 C6_control_C3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.63750201 C6_chemical_A1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.17280182 C6_chemical_A3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 12.00678179 C6_chemical_B1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.81429732 C6_chemical_B2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.75808123 C6_chemical_B3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.41560831 C6_chemical_C1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 9.319418862 C6_chemical_C2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 8.738494523 C6_chemical_C3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.52919314 L4_control_A1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.49161995 L4_control_A2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.5131412 L4_control_A3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.18622645 L4_control_B1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.74712559 L4_control_B2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 9.645478657 L4_control_B3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.0708427 L4_control_C2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.06700277 L4_control_C3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 14.27832428 L4_chemical_A1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 12.89527149 L4_chemical_A2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 12.62515242 L4_chemical_A3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 12.02300578 L4_chemical_B1 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.61283081 L4_chemical_B2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.86864209 L4_chemical_B3 +LQ05X002060 Pyruvate decarboxylase isozyme 2 9.768754585 L4_chemical_C2 +LQ05X002060 Pyruvate decarboxylase isozyme 2 10.17710639 L4_chemical_C3 +LQ05X002140 Ran-binding protein 1 homolog b 6.495529251 C6_control_A1 +LQ05X002140 Ran-binding protein 1 homolog b 5.867974922 C6_control_A3 +LQ05X002140 Ran-binding protein 1 homolog b 6.563072547 C6_control_B1 +LQ05X002140 Ran-binding protein 1 homolog b 6.525992276 C6_control_B2 +LQ05X002140 Ran-binding protein 1 homolog b 6.300070502 C6_control_B3 +LQ05X002140 Ran-binding protein 1 homolog b 6.990809475 C6_control_C1 +LQ05X002140 Ran-binding protein 1 homolog b 6.552735551 C6_control_C2 +LQ05X002140 Ran-binding protein 1 homolog b 6.752073796 C6_control_C3 +LQ05X002140 Ran-binding protein 1 homolog b 5.875340238 C6_chemical_A1 +LQ05X002140 Ran-binding protein 1 homolog b 5.797987028 C6_chemical_A3 +LQ05X002140 Ran-binding protein 1 homolog b 6.080436598 C6_chemical_B1 +LQ05X002140 Ran-binding protein 1 homolog b 6.516430995 C6_chemical_B2 +LQ05X002140 Ran-binding protein 1 homolog b 6.079411818 C6_chemical_B3 +LQ05X002140 Ran-binding protein 1 homolog b 6.474699288 C6_chemical_C1 +LQ05X002140 Ran-binding protein 1 homolog b 6.329579577 C6_chemical_C2 +LQ05X002140 Ran-binding protein 1 homolog b 6.707912609 C6_chemical_C3 +LQ05X002140 Ran-binding protein 1 homolog b 6.436944547 L4_control_A1 +LQ05X002140 Ran-binding protein 1 homolog b 5.950270939 L4_control_A2 +LQ05X002140 Ran-binding protein 1 homolog b 5.477921709 L4_control_A3 +LQ05X002140 Ran-binding protein 1 homolog b 5.301818052 L4_control_B1 +LQ05X002140 Ran-binding protein 1 homolog b 5.459661047 L4_control_B2 +LQ05X002140 Ran-binding protein 1 homolog b 5.91348009 L4_control_B3 +LQ05X002140 Ran-binding protein 1 homolog b 5.067770111 L4_control_C2 +LQ05X002140 Ran-binding protein 1 homolog b 5.315920865 L4_control_C3 +LQ05X002140 Ran-binding protein 1 homolog b 5.595618107 L4_chemical_A1 +LQ05X002140 Ran-binding protein 1 homolog b 5.565492933 L4_chemical_A2 +LQ05X002140 Ran-binding protein 1 homolog b 5.828486312 L4_chemical_A3 +LQ05X002140 Ran-binding protein 1 homolog b 5.828501224 L4_chemical_B1 +LQ05X002140 Ran-binding protein 1 homolog b 5.575547636 L4_chemical_B2 +LQ05X002140 Ran-binding protein 1 homolog b 5.805909061 L4_chemical_B3 +LQ05X002140 Ran-binding protein 1 homolog b 6.550043407 L4_chemical_C2 +LQ05X002140 Ran-binding protein 1 homolog b 5.963631615 L4_chemical_C3 +LQ05X002150 Proliferation-associated protein 2G4 6.042002156 C6_control_A1 +LQ05X002150 Proliferation-associated protein 2G4 7.010980385 C6_control_A3 +LQ05X002150 Proliferation-associated protein 2G4 6.670016788 C6_control_B1 +LQ05X002150 Proliferation-associated protein 2G4 6.264064484 C6_control_B2 +LQ05X002150 Proliferation-associated protein 2G4 6.38860604 C6_control_B3 +LQ05X002150 Proliferation-associated protein 2G4 6.030702353 C6_control_C1 +LQ05X002150 Proliferation-associated protein 2G4 6.920418103 C6_control_C2 +LQ05X002150 Proliferation-associated protein 2G4 6.119717907 C6_control_C3 +LQ05X002150 Proliferation-associated protein 2G4 6.065852569 C6_chemical_A1 +LQ05X002150 Proliferation-associated protein 2G4 6.63673953 C6_chemical_A3 +LQ05X002150 Proliferation-associated protein 2G4 6.761531555 C6_chemical_B1 +LQ05X002150 Proliferation-associated protein 2G4 6.103411314 C6_chemical_B2 +LQ05X002150 Proliferation-associated protein 2G4 6.299626755 C6_chemical_B3 +LQ05X002150 Proliferation-associated protein 2G4 5.955142859 C6_chemical_C1 +LQ05X002150 Proliferation-associated protein 2G4 5.87263714 C6_chemical_C2 +LQ05X002150 Proliferation-associated protein 2G4 6.204791796 C6_chemical_C3 +LQ05X002150 Proliferation-associated protein 2G4 6.055990686 L4_control_A1 +LQ05X002150 Proliferation-associated protein 2G4 6.233762696 L4_control_A2 +LQ05X002150 Proliferation-associated protein 2G4 6.388769764 L4_control_A3 +LQ05X002150 Proliferation-associated protein 2G4 6.962202483 L4_control_B1 +LQ05X002150 Proliferation-associated protein 2G4 6.023867057 L4_control_B2 +LQ05X002150 Proliferation-associated protein 2G4 6.369013847 L4_control_B3 +LQ05X002150 Proliferation-associated protein 2G4 6.217217943 L4_control_C2 +LQ05X002150 Proliferation-associated protein 2G4 5.563009581 L4_control_C3 +LQ05X002150 Proliferation-associated protein 2G4 5.966381083 L4_chemical_A1 +LQ05X002150 Proliferation-associated protein 2G4 6.471663263 L4_chemical_A2 +LQ05X002150 Proliferation-associated protein 2G4 5.840551629 L4_chemical_A3 +LQ05X002150 Proliferation-associated protein 2G4 6.445015118 L4_chemical_B1 +LQ05X002150 Proliferation-associated protein 2G4 6.925568171 L4_chemical_B2 +LQ05X002150 Proliferation-associated protein 2G4 6.583723118 L4_chemical_B3 +LQ05X002150 Proliferation-associated protein 2G4 5.845333956 L4_chemical_C2 +LQ05X002150 Proliferation-associated protein 2G4 6.189918467 L4_chemical_C3 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.794331676 C6_control_A1 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.195917745 C6_control_A3 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.553406758 C6_control_B1 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.762791605 C6_control_B2 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.809842268 C6_control_B3 +LQ05X002160 Late embryogenesis abundant protein B19.3 8.271079434 C6_control_C1 +LQ05X002160 Late embryogenesis abundant protein B19.3 6.979690628 C6_control_C2 +LQ05X002160 Late embryogenesis abundant protein B19.3 8.249573131 C6_control_C3 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.15566649 C6_chemical_A1 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.676771074 C6_chemical_A3 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.44220204 C6_chemical_B1 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.462383521 C6_chemical_B2 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.446896053 C6_chemical_B3 +LQ05X002160 Late embryogenesis abundant protein B19.3 7.869303843 C6_chemical_C1 +LQ05X002160 Late embryogenesis abundant protein B19.3 7.626780959 C6_chemical_C2 +LQ05X002160 Late embryogenesis abundant protein B19.3 7.594926255 C6_chemical_C3 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.34565069 L4_control_A1 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.482753637 L4_control_A2 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.587178853 L4_control_A3 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.145447651 L4_control_B1 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.306644171 L4_control_B2 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.910868759 L4_control_B3 +LQ05X002160 Late embryogenesis abundant protein B19.3 9.123441733 L4_control_C2 +LQ05X002160 Late embryogenesis abundant protein B19.3 9.651942138 L4_control_C3 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.577608681 L4_chemical_A1 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.374963214 L4_chemical_A2 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.763082708 L4_chemical_A3 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.553811654 L4_chemical_B1 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.142980929 L4_chemical_B2 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.611672629 L4_chemical_B3 +LQ05X002160 Late embryogenesis abundant protein B19.3 9.473801446 L4_chemical_C2 +LQ05X002160 Late embryogenesis abundant protein B19.3 9.210732928 L4_chemical_C3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.23842279 C6_control_A1 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.23567653 C6_control_A3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.64572069 C6_control_B1 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.62071457 C6_control_B2 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.47358833 C6_control_B3 +LQ05X002170 Chlorophyll synthase, chloroplastic 12.22214974 C6_control_C1 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.76988075 C6_control_C2 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.96056656 C6_control_C3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.2051485 C6_chemical_A1 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.94433053 C6_chemical_A3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.55837241 C6_chemical_B1 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.83598028 C6_chemical_B2 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.50439546 C6_chemical_B3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.84814766 C6_chemical_C1 +LQ05X002170 Chlorophyll synthase, chloroplastic 12.15258865 C6_chemical_C2 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.69424579 C6_chemical_C3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.37490407 L4_control_A1 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.80113143 L4_control_A2 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.6491248 L4_control_A3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.69390953 L4_control_B1 +LQ05X002170 Chlorophyll synthase, chloroplastic 12.28581475 L4_control_B2 +LQ05X002170 Chlorophyll synthase, chloroplastic 12.21905529 L4_control_B3 +LQ05X002170 Chlorophyll synthase, chloroplastic 13.1283603 L4_control_C2 +LQ05X002170 Chlorophyll synthase, chloroplastic 12.22300915 L4_control_C3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.05825022 L4_chemical_A1 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.35619661 L4_chemical_A2 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.25923549 L4_chemical_A3 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.31142234 L4_chemical_B1 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.9231857 L4_chemical_B2 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.63411382 L4_chemical_B3 +LQ05X002170 Chlorophyll synthase, chloroplastic 12.86524841 L4_chemical_C2 +LQ05X002170 Chlorophyll synthase, chloroplastic 12.68774429 L4_chemical_C3 +LQ05X002200 AMP deaminase 4.831502182 C6_control_A1 +LQ05X002200 AMP deaminase 4.866273391 C6_control_A3 +LQ05X002200 AMP deaminase 5.097566115 C6_control_B1 +LQ05X002200 AMP deaminase 4.865391315 C6_control_B2 +LQ05X002200 AMP deaminase 4.960362717 C6_control_B3 +LQ05X002200 AMP deaminase 5.503719012 C6_control_C1 +LQ05X002200 AMP deaminase 5.136568471 C6_control_C2 +LQ05X002200 AMP deaminase 4.976129097 C6_control_C3 +LQ05X002200 AMP deaminase 5.1468939 C6_chemical_A1 +LQ05X002200 AMP deaminase 4.937577461 C6_chemical_A3 +LQ05X002200 AMP deaminase 5.098730095 C6_chemical_B1 +LQ05X002200 AMP deaminase 5.206512426 C6_chemical_B2 +LQ05X002200 AMP deaminase 5.901002266 C6_chemical_B3 +LQ05X002200 AMP deaminase 5.410644006 C6_chemical_C1 +LQ05X002200 AMP deaminase 5.142162259 C6_chemical_C2 +LQ05X002200 AMP deaminase 5.30971447 C6_chemical_C3 +LQ05X002200 AMP deaminase 5.087763783 L4_control_A1 +LQ05X002200 AMP deaminase 5.057766985 L4_control_A2 +LQ05X002200 AMP deaminase 5.482607762 L4_control_A3 +LQ05X002200 AMP deaminase 4.754980162 L4_control_B1 +LQ05X002200 AMP deaminase 4.733820146 L4_control_B2 +LQ05X002200 AMP deaminase 4.80903015 L4_control_B3 +LQ05X002200 AMP deaminase 5.762292771 L4_control_C2 +LQ05X002200 AMP deaminase 5.199051865 L4_control_C3 +LQ05X002200 AMP deaminase 5.332405122 L4_chemical_A1 +LQ05X002200 AMP deaminase 4.778998544 L4_chemical_A2 +LQ05X002200 AMP deaminase 4.914793888 L4_chemical_A3 +LQ05X002200 AMP deaminase 5.109953971 L4_chemical_B1 +LQ05X002200 AMP deaminase 5.057185172 L4_chemical_B2 +LQ05X002200 AMP deaminase 4.722440608 L4_chemical_B3 +LQ05X002200 AMP deaminase 5.235027113 L4_chemical_C2 +LQ05X002200 AMP deaminase 5.220394468 L4_chemical_C3 +LQ05X002210 Predicted protein 5.377512741 C6_control_A1 +LQ05X002210 Predicted protein 5.132048856 C6_control_A3 +LQ05X002210 Predicted protein 5.315183126 C6_control_B1 +LQ05X002210 Predicted protein 5.403148843 C6_control_B2 +LQ05X002210 Predicted protein 5.316666684 C6_control_B3 +LQ05X002210 Predicted protein 5.663920344 C6_control_C1 +LQ05X002210 Predicted protein 5.710969393 C6_control_C2 +LQ05X002210 Predicted protein 5.773332817 C6_control_C3 +LQ05X002210 Predicted protein 5.249379297 C6_chemical_A1 +LQ05X002210 Predicted protein 5.017842147 C6_chemical_A3 +LQ05X002210 Predicted protein 5.619790243 C6_chemical_B1 +LQ05X002210 Predicted protein 5.597327116 C6_chemical_B2 +LQ05X002210 Predicted protein 5.156742897 C6_chemical_B3 +LQ05X002210 Predicted protein 5.585122187 C6_chemical_C1 +LQ05X002210 Predicted protein 5.606121669 C6_chemical_C2 +LQ05X002210 Predicted protein 5.26353464 C6_chemical_C3 +LQ05X002210 Predicted protein 5.222778161 L4_control_A1 +LQ05X002210 Predicted protein 5.460349266 L4_control_A2 +LQ05X002210 Predicted protein 5.190305495 L4_control_A3 +LQ05X002210 Predicted protein 5.409466258 L4_control_B1 +LQ05X002210 Predicted protein 5.090444351 L4_control_B2 +LQ05X002210 Predicted protein 5.720061909 L4_control_B3 +LQ05X002210 Predicted protein 6.16480638 L4_control_C2 +LQ05X002210 Predicted protein 5.473405971 L4_control_C3 +LQ05X002210 Predicted protein 5.428077805 L4_chemical_A1 +LQ05X002210 Predicted protein 5.675252912 L4_chemical_A2 +LQ05X002210 Predicted protein 5.607848973 L4_chemical_A3 +LQ05X002210 Predicted protein 5.646075549 L4_chemical_B1 +LQ05X002210 Predicted protein 5.361830757 L4_chemical_B2 +LQ05X002210 Predicted protein 5.297730047 L4_chemical_B3 +LQ05X002210 Predicted protein 5.233290454 L4_chemical_C2 +LQ05X002210 Predicted protein 5.168400977 L4_chemical_C3 +LQ05X002220 Predicted protein 12.55947896 C6_control_A1 +LQ05X002220 Predicted protein 12.56202277 C6_control_A3 +LQ05X002220 Predicted protein 12.80750679 C6_control_B1 +LQ05X002220 Predicted protein 13.23226593 C6_control_B2 +LQ05X002220 Predicted protein 12.52063626 C6_control_B3 +LQ05X002220 Predicted protein 13.3135055 C6_control_C1 +LQ05X002220 Predicted protein 13.18764523 C6_control_C2 +LQ05X002220 Predicted protein 12.89861429 C6_control_C3 +LQ05X002220 Predicted protein 13.19501618 C6_chemical_A1 +LQ05X002220 Predicted protein 12.24611762 C6_chemical_A3 +LQ05X002220 Predicted protein 13.17458892 C6_chemical_B1 +LQ05X002220 Predicted protein 13.7522291 C6_chemical_B2 +LQ05X002220 Predicted protein 12.46811391 C6_chemical_B3 +LQ05X002220 Predicted protein 13.88780293 C6_chemical_C1 +LQ05X002220 Predicted protein 13.92939896 C6_chemical_C2 +LQ05X002220 Predicted protein 13.04470926 C6_chemical_C3 +LQ05X002220 Predicted protein 12.44956307 L4_control_A1 +LQ05X002220 Predicted protein 12.69829992 L4_control_A2 +LQ05X002220 Predicted protein 11.46536761 L4_control_A3 +LQ05X002220 Predicted protein 12.3793872 L4_control_B1 +LQ05X002220 Predicted protein 11.59136657 L4_control_B2 +LQ05X002220 Predicted protein 12.33600312 L4_control_B3 +LQ05X002220 Predicted protein 12.56348342 L4_control_C2 +LQ05X002220 Predicted protein 12.13644715 L4_control_C3 +LQ05X002220 Predicted protein 12.66485751 L4_chemical_A1 +LQ05X002220 Predicted protein 13.41497101 L4_chemical_A2 +LQ05X002220 Predicted protein 11.53184537 L4_chemical_A3 +LQ05X002220 Predicted protein 12.63661575 L4_chemical_B1 +LQ05X002220 Predicted protein 12.89817854 L4_chemical_B2 +LQ05X002220 Predicted protein 12.28515074 L4_chemical_B3 +LQ05X002220 Predicted protein 12.87798211 L4_chemical_C2 +LQ05X002220 Predicted protein 12.10511209 L4_chemical_C3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.768949611 C6_control_A1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 6.507990117 C6_control_A3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.327882142 C6_control_B1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.680374243 C6_control_B2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.877032692 C6_control_B3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.505163044 C6_control_C1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 6.625684251 C6_control_C2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.639602738 C6_control_C3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.591396222 C6_chemical_A1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.646088262 C6_chemical_A3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.281562354 C6_chemical_B1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.582813041 C6_chemical_B2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.543376954 C6_chemical_B3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.496527912 C6_chemical_C1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.981874785 C6_chemical_C2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.901998084 C6_chemical_C3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.499409727 L4_control_A1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 6.167208325 L4_control_A2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.974579824 L4_control_A3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.893220397 L4_control_B1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 6.512655683 L4_control_B2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.585026349 L4_control_B3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.655896765 L4_control_C2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.185077087 L4_control_C3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.361625106 L4_chemical_A1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.881716952 L4_chemical_A2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.663592597 L4_chemical_A3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 6.009638416 L4_chemical_B1 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.917921974 L4_chemical_B2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 6.043605517 L4_chemical_B3 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.650813469 L4_chemical_C2 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.384847192 L4_chemical_C3 +LQ05X002260 Transcription factor HBP-1b, putative 5.683779246 C6_control_A1 +LQ05X002260 Transcription factor HBP-1b, putative 5.851445092 C6_control_A3 +LQ05X002260 Transcription factor HBP-1b, putative 5.932033889 C6_control_B1 +LQ05X002260 Transcription factor HBP-1b, putative 5.744683586 C6_control_B2 +LQ05X002260 Transcription factor HBP-1b, putative 5.759044092 C6_control_B3 +LQ05X002260 Transcription factor HBP-1b, putative 5.719874406 C6_control_C1 +LQ05X002260 Transcription factor HBP-1b, putative 5.670080572 C6_control_C2 +LQ05X002260 Transcription factor HBP-1b, putative 5.542316104 C6_control_C3 +LQ05X002260 Transcription factor HBP-1b, putative 5.995908081 C6_chemical_A1 +LQ05X002260 Transcription factor HBP-1b, putative 5.672660182 C6_chemical_A3 +LQ05X002260 Transcription factor HBP-1b, putative 5.026755593 C6_chemical_B1 +LQ05X002260 Transcription factor HBP-1b, putative 5.639773495 C6_chemical_B2 +LQ05X002260 Transcription factor HBP-1b, putative 5.502766814 C6_chemical_B3 +LQ05X002260 Transcription factor HBP-1b, putative 5.566317328 C6_chemical_C1 +LQ05X002260 Transcription factor HBP-1b, putative 5.737419622 C6_chemical_C2 +LQ05X002260 Transcription factor HBP-1b, putative 5.622554453 C6_chemical_C3 +LQ05X002260 Transcription factor HBP-1b, putative 5.975450705 L4_control_A1 +LQ05X002260 Transcription factor HBP-1b, putative 6.484469259 L4_control_A2 +LQ05X002260 Transcription factor HBP-1b, putative 6.412806844 L4_control_A3 +LQ05X002260 Transcription factor HBP-1b, putative 6.81523088 L4_control_B1 +LQ05X002260 Transcription factor HBP-1b, putative 6.698880621 L4_control_B2 +LQ05X002260 Transcription factor HBP-1b, putative 5.907077944 L4_control_B3 +LQ05X002260 Transcription factor HBP-1b, putative 5.386745153 L4_control_C2 +LQ05X002260 Transcription factor HBP-1b, putative 5.331512279 L4_control_C3 +LQ05X002260 Transcription factor HBP-1b, putative 6.250469047 L4_chemical_A1 +LQ05X002260 Transcription factor HBP-1b, putative 6.04829383 L4_chemical_A2 +LQ05X002260 Transcription factor HBP-1b, putative 6.74526903 L4_chemical_A3 +LQ05X002260 Transcription factor HBP-1b, putative 6.7854855 L4_chemical_B1 +LQ05X002260 Transcription factor HBP-1b, putative 6.065308576 L4_chemical_B2 +LQ05X002260 Transcription factor HBP-1b, putative 5.873679513 L4_chemical_B3 +LQ05X002260 Transcription factor HBP-1b, putative 5.301249664 L4_chemical_C2 +LQ05X002260 Transcription factor HBP-1b, putative 5.360834973 L4_chemical_C3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.51198806 C6_control_A1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.14804359 C6_control_A3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.41423189 C6_control_B1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.37934292 C6_control_B2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.32015832 C6_control_B3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.41752306 C6_control_C1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.54044775 C6_control_C2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.67279612 C6_control_C3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.35570771 C6_chemical_A1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 11.95318178 C6_chemical_A3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.26155213 C6_chemical_B1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.24111297 C6_chemical_B2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.42892088 C6_chemical_B3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.32054843 C6_chemical_C1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.65811091 C6_chemical_C2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.72067194 C6_chemical_C3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.29633861 L4_control_A1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.39846748 L4_control_A2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.67734044 L4_control_A3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.93933487 L4_control_B1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.40532167 L4_control_B2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.68567604 L4_control_B3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 13.47482906 L4_control_C2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.62185113 L4_control_C3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 13.80673165 L4_chemical_A1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 13.42842272 L4_chemical_A2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 13.59436084 L4_chemical_A3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 13.16934062 L4_chemical_B1 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.95020821 L4_chemical_B2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.67881112 L4_chemical_B3 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 13.56793828 L4_chemical_C2 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 13.14513116 L4_chemical_C3 +LQ05X002300 Hypothetical protein 9.030401405 C6_control_A1 +LQ05X002300 Hypothetical protein 9.314183839 C6_control_A3 +LQ05X002300 Hypothetical protein 8.894238883 C6_control_B1 +LQ05X002300 Hypothetical protein 9.757347803 C6_control_B2 +LQ05X002300 Hypothetical protein 9.558153638 C6_control_B3 +LQ05X002300 Hypothetical protein 9.144923574 C6_control_C1 +LQ05X002300 Hypothetical protein 9.623512782 C6_control_C2 +LQ05X002300 Hypothetical protein 9.377705144 C6_control_C3 +LQ05X002300 Hypothetical protein 9.645359032 C6_chemical_A1 +LQ05X002300 Hypothetical protein 6.94533309 C6_chemical_A3 +LQ05X002300 Hypothetical protein 9.754103665 C6_chemical_B1 +LQ05X002300 Hypothetical protein 10.61297193 C6_chemical_B2 +LQ05X002300 Hypothetical protein 9.886196424 C6_chemical_B3 +LQ05X002300 Hypothetical protein 10.19951671 C6_chemical_C1 +LQ05X002300 Hypothetical protein 10.1702889 C6_chemical_C2 +LQ05X002300 Hypothetical protein 9.972589489 C6_chemical_C3 +LQ05X002300 Hypothetical protein 9.403024474 L4_control_A1 +LQ05X002300 Hypothetical protein 9.886911487 L4_control_A2 +LQ05X002300 Hypothetical protein 9.994735094 L4_control_A3 +LQ05X002300 Hypothetical protein 9.513115755 L4_control_B1 +LQ05X002300 Hypothetical protein 8.121575468 L4_control_B2 +LQ05X002300 Hypothetical protein 10.23026023 L4_control_B3 +LQ05X002300 Hypothetical protein 10.43184303 L4_control_C2 +LQ05X002300 Hypothetical protein 9.090888838 L4_control_C3 +LQ05X002300 Hypothetical protein 8.303880345 L4_chemical_A1 +LQ05X002300 Hypothetical protein 9.765262688 L4_chemical_A2 +LQ05X002300 Hypothetical protein 9.990808482 L4_chemical_A3 +LQ05X002300 Hypothetical protein 10.700229 L4_chemical_B1 +LQ05X002300 Hypothetical protein 9.922136164 L4_chemical_B2 +LQ05X002300 Hypothetical protein 9.984859001 L4_chemical_B3 +LQ05X002300 Hypothetical protein 10.24125163 L4_chemical_C2 +LQ05X002300 Hypothetical protein 9.560556411 L4_chemical_C3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.681639353 C6_control_A1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.320495564 C6_control_A3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.86461883 C6_control_B1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.327212045 C6_control_B2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.93480213 C6_control_B3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.381361381 C6_control_C1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 6.961617873 C6_control_C2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 7.810927725 C6_control_C3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.421266967 C6_chemical_A1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.58355504 C6_chemical_A3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.235552212 C6_chemical_B1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.458008658 C6_chemical_B2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.182094259 C6_chemical_B3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.133768809 C6_chemical_C1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 7.634116971 C6_chemical_C2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 7.696426536 C6_chemical_C3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.923214085 L4_control_A1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 9.410351778 L4_control_A2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 9.486028177 L4_control_A3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 9.086916099 L4_control_B1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 9.309244766 L4_control_B2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 9.374340625 L4_control_B3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.149726234 L4_control_C2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.604685811 L4_control_C3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 9.048443865 L4_chemical_A1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.887896148 L4_chemical_A2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 9.18460265 L4_chemical_A3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.836054244 L4_chemical_B1 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 7.951587548 L4_chemical_B2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 9.55961137 L4_chemical_B3 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 7.413952122 L4_chemical_C2 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.058848333 L4_chemical_C3 +LQ05X002380 Calcium-dependent protein kinase 13 11.08353349 C6_control_A1 +LQ05X002380 Calcium-dependent protein kinase 13 11.10464689 C6_control_A3 +LQ05X002380 Calcium-dependent protein kinase 13 10.24589191 C6_control_B1 +LQ05X002380 Calcium-dependent protein kinase 13 9.827891803 C6_control_B2 +LQ05X002380 Calcium-dependent protein kinase 13 10.53570332 C6_control_B3 +LQ05X002380 Calcium-dependent protein kinase 13 9.230731892 C6_control_C1 +LQ05X002380 Calcium-dependent protein kinase 13 8.689337935 C6_control_C2 +LQ05X002380 Calcium-dependent protein kinase 13 8.962405586 C6_control_C3 +LQ05X002380 Calcium-dependent protein kinase 13 11.28635451 C6_chemical_A1 +LQ05X002380 Calcium-dependent protein kinase 13 11.16371994 C6_chemical_A3 +LQ05X002380 Calcium-dependent protein kinase 13 10.36870355 C6_chemical_B1 +LQ05X002380 Calcium-dependent protein kinase 13 10.52608808 C6_chemical_B2 +LQ05X002380 Calcium-dependent protein kinase 13 10.34831266 C6_chemical_B3 +LQ05X002380 Calcium-dependent protein kinase 13 8.979443859 C6_chemical_C1 +LQ05X002380 Calcium-dependent protein kinase 13 8.941069633 C6_chemical_C2 +LQ05X002380 Calcium-dependent protein kinase 13 8.944437155 C6_chemical_C3 +LQ05X002380 Calcium-dependent protein kinase 13 11.67395582 L4_control_A1 +LQ05X002380 Calcium-dependent protein kinase 13 11.69549814 L4_control_A2 +LQ05X002380 Calcium-dependent protein kinase 13 12.41870576 L4_control_A3 +LQ05X002380 Calcium-dependent protein kinase 13 10.54528942 L4_control_B1 +LQ05X002380 Calcium-dependent protein kinase 13 11.31889995 L4_control_B2 +LQ05X002380 Calcium-dependent protein kinase 13 10.64137744 L4_control_B3 +LQ05X002380 Calcium-dependent protein kinase 13 9.509833681 L4_control_C2 +LQ05X002380 Calcium-dependent protein kinase 13 9.884393275 L4_control_C3 +LQ05X002380 Calcium-dependent protein kinase 13 11.04032063 L4_chemical_A1 +LQ05X002380 Calcium-dependent protein kinase 13 11.1626357 L4_chemical_A2 +LQ05X002380 Calcium-dependent protein kinase 13 11.93557779 L4_chemical_A3 +LQ05X002380 Calcium-dependent protein kinase 13 10.6210283 L4_chemical_B1 +LQ05X002380 Calcium-dependent protein kinase 13 10.89729175 L4_chemical_B2 +LQ05X002380 Calcium-dependent protein kinase 13 10.96914918 L4_chemical_B3 +LQ05X002380 Calcium-dependent protein kinase 13 9.68548817 L4_chemical_C2 +LQ05X002380 Calcium-dependent protein kinase 13 9.838413443 L4_chemical_C3 +LQ05X002390 Hypothetical protein 5.403711212 C6_control_A1 +LQ05X002390 Hypothetical protein 4.912467695 C6_control_A3 +LQ05X002390 Hypothetical protein 5.311590604 C6_control_B1 +LQ05X002390 Hypothetical protein 5.270817245 C6_control_B2 +LQ05X002390 Hypothetical protein 5.188955832 C6_control_B3 +LQ05X002390 Hypothetical protein 5.367733386 C6_control_C1 +LQ05X002390 Hypothetical protein 5.079494882 C6_control_C2 +LQ05X002390 Hypothetical protein 5.207937118 C6_control_C3 +LQ05X002390 Hypothetical protein 5.066222447 C6_chemical_A1 +LQ05X002390 Hypothetical protein 4.893455896 C6_chemical_A3 +LQ05X002390 Hypothetical protein 4.945013732 C6_chemical_B1 +LQ05X002390 Hypothetical protein 5.048386306 C6_chemical_B2 +LQ05X002390 Hypothetical protein 5.862685804 C6_chemical_B3 +LQ05X002390 Hypothetical protein 5.095281738 C6_chemical_C1 +LQ05X002390 Hypothetical protein 5.483574855 C6_chemical_C2 +LQ05X002390 Hypothetical protein 5.0608378 C6_chemical_C3 +LQ05X002390 Hypothetical protein 5.30207569 L4_control_A1 +LQ05X002390 Hypothetical protein 5.044004271 L4_control_A2 +LQ05X002390 Hypothetical protein 4.966398034 L4_control_A3 +LQ05X002390 Hypothetical protein 5.320923899 L4_control_B1 +LQ05X002390 Hypothetical protein 5.051509878 L4_control_B2 +LQ05X002390 Hypothetical protein 5.1941944 L4_control_B3 +LQ05X002390 Hypothetical protein 5.096775132 L4_control_C2 +LQ05X002390 Hypothetical protein 5.467562318 L4_control_C3 +LQ05X002390 Hypothetical protein 5.004564008 L4_chemical_A1 +LQ05X002390 Hypothetical protein 5.015831275 L4_chemical_A2 +LQ05X002390 Hypothetical protein 5.031811467 L4_chemical_A3 +LQ05X002390 Hypothetical protein 4.882339162 L4_chemical_B1 +LQ05X002390 Hypothetical protein 4.778731732 L4_chemical_B2 +LQ05X002390 Hypothetical protein 5.142279567 L4_chemical_B3 +LQ05X002390 Hypothetical protein 5.421882517 L4_chemical_C2 +LQ05X002390 Hypothetical protein 5.566641953 L4_chemical_C3 +LQ05X002430 PHD finger protein At5g26210 5.736138083 C6_control_A1 +LQ05X002430 PHD finger protein At5g26210 5.932796823 C6_control_A3 +LQ05X002430 PHD finger protein At5g26210 5.955265747 C6_control_B1 +LQ05X002430 PHD finger protein At5g26210 5.20927554 C6_control_B2 +LQ05X002430 PHD finger protein At5g26210 5.609197238 C6_control_B3 +LQ05X002430 PHD finger protein At5g26210 5.956047004 C6_control_C1 +LQ05X002430 PHD finger protein At5g26210 5.928197421 C6_control_C2 +LQ05X002430 PHD finger protein At5g26210 5.724726203 C6_control_C3 +LQ05X002430 PHD finger protein At5g26210 5.369467799 C6_chemical_A1 +LQ05X002430 PHD finger protein At5g26210 5.424573635 C6_chemical_A3 +LQ05X002430 PHD finger protein At5g26210 6.096383647 C6_chemical_B1 +LQ05X002430 PHD finger protein At5g26210 5.51735743 C6_chemical_B2 +LQ05X002430 PHD finger protein At5g26210 5.668913322 C6_chemical_B3 +LQ05X002430 PHD finger protein At5g26210 5.942912154 C6_chemical_C1 +LQ05X002430 PHD finger protein At5g26210 5.53191871 C6_chemical_C2 +LQ05X002430 PHD finger protein At5g26210 5.243733217 C6_chemical_C3 +LQ05X002430 PHD finger protein At5g26210 5.707946894 L4_control_A1 +LQ05X002430 PHD finger protein At5g26210 5.908268206 L4_control_A2 +LQ05X002430 PHD finger protein At5g26210 5.488433164 L4_control_A3 +LQ05X002430 PHD finger protein At5g26210 6.213228957 L4_control_B1 +LQ05X002430 PHD finger protein At5g26210 5.768970834 L4_control_B2 +LQ05X002430 PHD finger protein At5g26210 5.673650178 L4_control_B3 +LQ05X002430 PHD finger protein At5g26210 6.035749623 L4_control_C2 +LQ05X002430 PHD finger protein At5g26210 5.737386389 L4_control_C3 +LQ05X002430 PHD finger protein At5g26210 5.668081298 L4_chemical_A1 +LQ05X002430 PHD finger protein At5g26210 5.940548262 L4_chemical_A2 +LQ05X002430 PHD finger protein At5g26210 5.169453846 L4_chemical_A3 +LQ05X002430 PHD finger protein At5g26210 6.005634351 L4_chemical_B1 +LQ05X002430 PHD finger protein At5g26210 5.421243905 L4_chemical_B2 +LQ05X002430 PHD finger protein At5g26210 5.882650853 L4_chemical_B3 +LQ05X002430 PHD finger protein At5g26210 6.055133785 L4_chemical_C2 +LQ05X002430 PHD finger protein At5g26210 5.631957438 L4_chemical_C3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.4474763 C6_control_A1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.46670339 C6_control_A3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.54129354 C6_control_B1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.03416298 C6_control_B2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.41814673 C6_control_B3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 13.80733946 C6_control_C1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 13.88327355 C6_control_C2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 13.88828711 C6_control_C3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.30637097 C6_chemical_A1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.47328724 C6_chemical_A3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.30930578 C6_chemical_B1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 13.79367357 C6_chemical_B2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.40247593 C6_chemical_B3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 13.8955644 C6_chemical_C1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 13.96800523 C6_chemical_C2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 13.84235646 C6_chemical_C3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.46038329 L4_control_A1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.65410392 L4_control_A2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.14072434 L4_control_A3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.58493592 L4_control_B1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.14981894 L4_control_B2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.01753139 L4_control_B3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.13701548 L4_control_C2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.43407648 L4_control_C3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.597957 L4_chemical_A1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.65716372 L4_chemical_A2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.68745077 L4_chemical_A3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.24566967 L4_chemical_B1 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.20786986 L4_chemical_B2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.37328206 L4_chemical_B3 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 13.87427008 L4_chemical_C2 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.36421687 L4_chemical_C3 +LQ05X002450 Predicted protein 5.632709409 C6_control_A1 +LQ05X002450 Predicted protein 5.093382267 C6_control_A3 +LQ05X002450 Predicted protein 5.100286448 C6_control_B1 +LQ05X002450 Predicted protein 4.751954452 C6_control_B2 +LQ05X002450 Predicted protein 4.870111045 C6_control_B3 +LQ05X002450 Predicted protein 4.737250955 C6_control_C1 +LQ05X002450 Predicted protein 4.660047396 C6_control_C2 +LQ05X002450 Predicted protein 5.038199682 C6_control_C3 +LQ05X002450 Predicted protein 6.195782522 C6_chemical_A1 +LQ05X002450 Predicted protein 5.481481306 C6_chemical_A3 +LQ05X002450 Predicted protein 5.105114237 C6_chemical_B1 +LQ05X002450 Predicted protein 4.773808521 C6_chemical_B2 +LQ05X002450 Predicted protein 4.962631643 C6_chemical_B3 +LQ05X002450 Predicted protein 4.593412486 C6_chemical_C1 +LQ05X002450 Predicted protein 4.88279599 C6_chemical_C2 +LQ05X002450 Predicted protein 4.782817434 C6_chemical_C3 +LQ05X002450 Predicted protein 4.789315365 L4_control_A1 +LQ05X002450 Predicted protein 4.884841283 L4_control_A2 +LQ05X002450 Predicted protein 5.700663992 L4_control_A3 +LQ05X002450 Predicted protein 5.446077537 L4_control_B1 +LQ05X002450 Predicted protein 5.276442098 L4_control_B2 +LQ05X002450 Predicted protein 5.102478651 L4_control_B3 +LQ05X002450 Predicted protein 5.071841688 L4_control_C2 +LQ05X002450 Predicted protein 4.668977482 L4_control_C3 +LQ05X002450 Predicted protein 4.91901111 L4_chemical_A1 +LQ05X002450 Predicted protein 5.496512147 L4_chemical_A2 +LQ05X002450 Predicted protein 5.587132941 L4_chemical_A3 +LQ05X002450 Predicted protein 4.98904271 L4_chemical_B1 +LQ05X002450 Predicted protein 5.764354366 L4_chemical_B2 +LQ05X002450 Predicted protein 4.984056759 L4_chemical_B3 +LQ05X002450 Predicted protein 4.93116794 L4_chemical_C2 +LQ05X002450 Predicted protein 4.789419389 L4_chemical_C3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.39943125 C6_control_A1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.91088414 C6_control_A3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.02370821 C6_control_B1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.05769724 C6_control_B2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.64021593 C6_control_B3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 14.43533881 C6_control_C1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.62553771 C6_control_C2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.4221024 C6_control_C3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.25514903 C6_chemical_A1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.96514139 C6_chemical_A3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.22404985 C6_chemical_B1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.74462548 C6_chemical_B2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.4820955 C6_chemical_B3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 14.17822707 C6_chemical_C1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.52635917 C6_chemical_C2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.40709302 C6_chemical_C3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.59101297 L4_control_A1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.55332249 L4_control_A2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.18037739 L4_control_A3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.48080449 L4_control_B1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.82046542 L4_control_B2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.32437562 L4_control_B3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 14.05482781 L4_control_C2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.31307744 L4_control_C3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.36943518 L4_chemical_A1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.41991875 L4_chemical_A2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 11.9162874 L4_chemical_A3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.80586632 L4_chemical_B1 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 12.46022422 L4_chemical_B2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 11.90812645 L4_chemical_B3 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.54589165 L4_chemical_C2 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.3654485 L4_chemical_C3 +LQ05X002480 Ubiquitin-protein ligase, putative 10.6682604 C6_control_A1 +LQ05X002480 Ubiquitin-protein ligase, putative 10.29605135 C6_control_A3 +LQ05X002480 Ubiquitin-protein ligase, putative 11.0010261 C6_control_B1 +LQ05X002480 Ubiquitin-protein ligase, putative 10.50678981 C6_control_B2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.51026733 C6_control_B3 +LQ05X002480 Ubiquitin-protein ligase, putative 9.996865604 C6_control_C1 +LQ05X002480 Ubiquitin-protein ligase, putative 9.501331647 C6_control_C2 +LQ05X002480 Ubiquitin-protein ligase, putative 9.792152751 C6_control_C3 +LQ05X002480 Ubiquitin-protein ligase, putative 11.26039735 C6_chemical_A1 +LQ05X002480 Ubiquitin-protein ligase, putative 10.9591169 C6_chemical_A3 +LQ05X002480 Ubiquitin-protein ligase, putative 11.2633043 C6_chemical_B1 +LQ05X002480 Ubiquitin-protein ligase, putative 10.71141186 C6_chemical_B2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.41719305 C6_chemical_B3 +LQ05X002480 Ubiquitin-protein ligase, putative 10.19988704 C6_chemical_C1 +LQ05X002480 Ubiquitin-protein ligase, putative 9.659697257 C6_chemical_C2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.1447973 C6_chemical_C3 +LQ05X002480 Ubiquitin-protein ligase, putative 11.02831578 L4_control_A1 +LQ05X002480 Ubiquitin-protein ligase, putative 11.02769941 L4_control_A2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.18217611 L4_control_A3 +LQ05X002480 Ubiquitin-protein ligase, putative 11.00584154 L4_control_B1 +LQ05X002480 Ubiquitin-protein ligase, putative 11.91795901 L4_control_B2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.68444381 L4_control_B3 +LQ05X002480 Ubiquitin-protein ligase, putative 10.35245257 L4_control_C2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.4661648 L4_control_C3 +LQ05X002480 Ubiquitin-protein ligase, putative 10.69806549 L4_chemical_A1 +LQ05X002480 Ubiquitin-protein ligase, putative 10.7924375 L4_chemical_A2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.05995861 L4_chemical_A3 +LQ05X002480 Ubiquitin-protein ligase, putative 11.22312807 L4_chemical_B1 +LQ05X002480 Ubiquitin-protein ligase, putative 11.54176063 L4_chemical_B2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.69407729 L4_chemical_B3 +LQ05X002480 Ubiquitin-protein ligase, putative 10.34728886 L4_chemical_C2 +LQ05X002480 Ubiquitin-protein ligase, putative 10.37342966 L4_chemical_C3 +LQ05X002490 LIMR family protein At5g01460 5.643463154 C6_control_A1 +LQ05X002490 LIMR family protein At5g01460 5.817691969 C6_control_A3 +LQ05X002490 LIMR family protein At5g01460 5.601990875 C6_control_B1 +LQ05X002490 LIMR family protein At5g01460 5.852722153 C6_control_B2 +LQ05X002490 LIMR family protein At5g01460 5.225464741 C6_control_B3 +LQ05X002490 LIMR family protein At5g01460 6.075444396 C6_control_C1 +LQ05X002490 LIMR family protein At5g01460 6.364265451 C6_control_C2 +LQ05X002490 LIMR family protein At5g01460 5.659973342 C6_control_C3 +LQ05X002490 LIMR family protein At5g01460 5.712428355 C6_chemical_A1 +LQ05X002490 LIMR family protein At5g01460 5.622426544 C6_chemical_A3 +LQ05X002490 LIMR family protein At5g01460 5.582089241 C6_chemical_B1 +LQ05X002490 LIMR family protein At5g01460 6.087005282 C6_chemical_B2 +LQ05X002490 LIMR family protein At5g01460 5.404148045 C6_chemical_B3 +LQ05X002490 LIMR family protein At5g01460 6.070629345 C6_chemical_C1 +LQ05X002490 LIMR family protein At5g01460 5.85740187 C6_chemical_C2 +LQ05X002490 LIMR family protein At5g01460 5.855171871 C6_chemical_C3 +LQ05X002490 LIMR family protein At5g01460 5.510248911 L4_control_A1 +LQ05X002490 LIMR family protein At5g01460 5.816939159 L4_control_A2 +LQ05X002490 LIMR family protein At5g01460 5.369410192 L4_control_A3 +LQ05X002490 LIMR family protein At5g01460 6.201203319 L4_control_B1 +LQ05X002490 LIMR family protein At5g01460 4.892418397 L4_control_B2 +LQ05X002490 LIMR family protein At5g01460 5.404491896 L4_control_B3 +LQ05X002490 LIMR family protein At5g01460 5.972905374 L4_control_C2 +LQ05X002490 LIMR family protein At5g01460 6.330644393 L4_control_C3 +LQ05X002490 LIMR family protein At5g01460 5.888496211 L4_chemical_A1 +LQ05X002490 LIMR family protein At5g01460 5.284084944 L4_chemical_A2 +LQ05X002490 LIMR family protein At5g01460 5.35907418 L4_chemical_A3 +LQ05X002490 LIMR family protein At5g01460 5.487423522 L4_chemical_B1 +LQ05X002490 LIMR family protein At5g01460 4.554040689 L4_chemical_B2 +LQ05X002490 LIMR family protein At5g01460 5.587948093 L4_chemical_B3 +LQ05X002490 LIMR family protein At5g01460 6.256425227 L4_chemical_C2 +LQ05X002490 LIMR family protein At5g01460 5.685266464 L4_chemical_C3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.39028175 C6_control_A1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.64324316 C6_control_A3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.90658527 C6_control_B1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.96810863 C6_control_B2 +LQ05X002500 GDSL esterase/lipase CPRD49 13.05626569 C6_control_B3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.6488556 C6_control_C1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.62552384 C6_control_C2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.2629032 C6_control_C3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.28242982 C6_chemical_A1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.29516921 C6_chemical_A3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.73377741 C6_chemical_B1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.69525498 C6_chemical_B2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.55372758 C6_chemical_B3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.68225358 C6_chemical_C1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.51488315 C6_chemical_C2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.04765234 C6_chemical_C3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.75559561 L4_control_A1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.47184457 L4_control_A2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.85395 L4_control_A3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.81823903 L4_control_B1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.33907091 L4_control_B2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.80952042 L4_control_B3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.3568865 L4_control_C2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.35682984 L4_control_C3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.58073714 L4_chemical_A1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.21370379 L4_chemical_A2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.81491663 L4_chemical_A3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.50264447 L4_chemical_B1 +LQ05X002500 GDSL esterase/lipase CPRD49 12.14099908 L4_chemical_B2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.66964791 L4_chemical_B3 +LQ05X002500 GDSL esterase/lipase CPRD49 12.31560121 L4_chemical_C2 +LQ05X002500 GDSL esterase/lipase CPRD49 12.13836512 L4_chemical_C3 +LQ05X002530 Putative uncharacterized protein 5.333904239 C6_control_A1 +LQ05X002530 Putative uncharacterized protein 5.487038158 C6_control_A3 +LQ05X002530 Putative uncharacterized protein 5.929735314 C6_control_B1 +LQ05X002530 Putative uncharacterized protein 5.222720913 C6_control_B2 +LQ05X002530 Putative uncharacterized protein 5.611746158 C6_control_B3 +LQ05X002530 Putative uncharacterized protein 5.403268964 C6_control_C1 +LQ05X002530 Putative uncharacterized protein 5.448664763 C6_control_C2 +LQ05X002530 Putative uncharacterized protein 5.243322195 C6_control_C3 +LQ05X002530 Putative uncharacterized protein 5.451034054 C6_chemical_A1 +LQ05X002530 Putative uncharacterized protein 5.335795277 C6_chemical_A3 +LQ05X002530 Putative uncharacterized protein 5.964828315 C6_chemical_B1 +LQ05X002530 Putative uncharacterized protein 5.384678212 C6_chemical_B2 +LQ05X002530 Putative uncharacterized protein 5.730413841 C6_chemical_B3 +LQ05X002530 Putative uncharacterized protein 5.217441383 C6_chemical_C1 +LQ05X002530 Putative uncharacterized protein 5.424244118 C6_chemical_C2 +LQ05X002530 Putative uncharacterized protein 5.176523079 C6_chemical_C3 +LQ05X002530 Putative uncharacterized protein 5.271795466 L4_control_A1 +LQ05X002530 Putative uncharacterized protein 5.516169184 L4_control_A2 +LQ05X002530 Putative uncharacterized protein 5.539111072 L4_control_A3 +LQ05X002530 Putative uncharacterized protein 5.418944621 L4_control_B1 +LQ05X002530 Putative uncharacterized protein 5.50146679 L4_control_B2 +LQ05X002530 Putative uncharacterized protein 5.386611412 L4_control_B3 +LQ05X002530 Putative uncharacterized protein 5.694734858 L4_control_C2 +LQ05X002530 Putative uncharacterized protein 6.668288213 L4_control_C3 +LQ05X002530 Putative uncharacterized protein 5.653597187 L4_chemical_A1 +LQ05X002530 Putative uncharacterized protein 5.302601491 L4_chemical_A2 +LQ05X002530 Putative uncharacterized protein 5.42398298 L4_chemical_A3 +LQ05X002530 Putative uncharacterized protein 5.609571048 L4_chemical_B1 +LQ05X002530 Putative uncharacterized protein 5.752086118 L4_chemical_B2 +LQ05X002530 Putative uncharacterized protein 5.518541222 L4_chemical_B3 +LQ05X002530 Putative uncharacterized protein 6.052549416 L4_chemical_C2 +LQ05X002530 Putative uncharacterized protein 5.553282136 L4_chemical_C3 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.16712394 C6_control_A1 +LQ05X002540 Vacuolar cation/proton exchanger 3 14.0695598 C6_control_A3 +LQ05X002540 Vacuolar cation/proton exchanger 3 12.09215687 C6_control_B1 +LQ05X002540 Vacuolar cation/proton exchanger 3 11.61132642 C6_control_B2 +LQ05X002540 Vacuolar cation/proton exchanger 3 11.61026853 C6_control_B3 +LQ05X002540 Vacuolar cation/proton exchanger 3 9.270240236 C6_control_C1 +LQ05X002540 Vacuolar cation/proton exchanger 3 9.305020606 C6_control_C2 +LQ05X002540 Vacuolar cation/proton exchanger 3 8.900764846 C6_control_C3 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.82572658 C6_chemical_A1 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.71373205 C6_chemical_A3 +LQ05X002540 Vacuolar cation/proton exchanger 3 12.81249737 C6_chemical_B1 +LQ05X002540 Vacuolar cation/proton exchanger 3 11.65154362 C6_chemical_B2 +LQ05X002540 Vacuolar cation/proton exchanger 3 12.40895818 C6_chemical_B3 +LQ05X002540 Vacuolar cation/proton exchanger 3 8.806656402 C6_chemical_C1 +LQ05X002540 Vacuolar cation/proton exchanger 3 9.14889223 C6_chemical_C2 +LQ05X002540 Vacuolar cation/proton exchanger 3 8.224684552 C6_chemical_C3 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.80431468 L4_control_A1 +LQ05X002540 Vacuolar cation/proton exchanger 3 12.64767191 L4_control_A2 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.77118308 L4_control_A3 +LQ05X002540 Vacuolar cation/proton exchanger 3 12.03446675 L4_control_B1 +LQ05X002540 Vacuolar cation/proton exchanger 3 12.56249631 L4_control_B2 +LQ05X002540 Vacuolar cation/proton exchanger 3 11.50965176 L4_control_B3 +LQ05X002540 Vacuolar cation/proton exchanger 3 8.114680397 L4_control_C2 +LQ05X002540 Vacuolar cation/proton exchanger 3 10.10282675 L4_control_C3 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.76679979 L4_chemical_A1 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.64041469 L4_chemical_A2 +LQ05X002540 Vacuolar cation/proton exchanger 3 14.08968617 L4_chemical_A3 +LQ05X002540 Vacuolar cation/proton exchanger 3 12.63437689 L4_chemical_B1 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.03613511 L4_chemical_B2 +LQ05X002540 Vacuolar cation/proton exchanger 3 12.77735567 L4_chemical_B3 +LQ05X002540 Vacuolar cation/proton exchanger 3 7.708620522 L4_chemical_C2 +LQ05X002540 Vacuolar cation/proton exchanger 3 10.36860365 L4_chemical_C3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.272035585 C6_control_A1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 6.089246249 C6_control_A3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.104029246 C6_control_B1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.203715131 C6_control_B2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.29981652 C6_control_B3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.208310716 C6_control_C1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.958349791 C6_control_C2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.256854374 C6_control_C3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 4.862856212 C6_chemical_A1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.047777168 C6_chemical_A3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.432539806 C6_chemical_B1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.466139723 C6_chemical_B2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.48637105 C6_chemical_B3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.610079601 C6_chemical_C1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.22082549 C6_chemical_C2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.103313908 C6_chemical_C3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.42657386 L4_control_A1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.123093619 L4_control_A2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.246265104 L4_control_A3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.045092912 L4_control_B1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.093389386 L4_control_B2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.248916323 L4_control_B3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.302347982 L4_control_C2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.900085771 L4_control_C3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.346889397 L4_chemical_A1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.164391304 L4_chemical_A2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.3925125 L4_chemical_A3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.200359782 L4_chemical_B1 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.332325706 L4_chemical_B2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.211639424 L4_chemical_B3 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.54897259 L4_chemical_C2 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 5.698732452 L4_chemical_C3 +LQ05X002580 Predicted protein 8.995528953 C6_control_A1 +LQ05X002580 Predicted protein 8.130547417 C6_control_A3 +LQ05X002580 Predicted protein 9.821954812 C6_control_B1 +LQ05X002580 Predicted protein 10.32465411 C6_control_B2 +LQ05X002580 Predicted protein 9.619815018 C6_control_B3 +LQ05X002580 Predicted protein 10.56322497 C6_control_C1 +LQ05X002580 Predicted protein 10.64078834 C6_control_C2 +LQ05X002580 Predicted protein 10.31824468 C6_control_C3 +LQ05X002580 Predicted protein 9.302196475 C6_chemical_A1 +LQ05X002580 Predicted protein 8.991655621 C6_chemical_A3 +LQ05X002580 Predicted protein 10.31901046 C6_chemical_B1 +LQ05X002580 Predicted protein 10.63942522 C6_chemical_B2 +LQ05X002580 Predicted protein 10.05774922 C6_chemical_B3 +LQ05X002580 Predicted protein 11.06108392 C6_chemical_C1 +LQ05X002580 Predicted protein 10.90240954 C6_chemical_C2 +LQ05X002580 Predicted protein 11.20082869 C6_chemical_C3 +LQ05X002580 Predicted protein 8.610484675 L4_control_A1 +LQ05X002580 Predicted protein 8.730543589 L4_control_A2 +LQ05X002580 Predicted protein 7.67243162 L4_control_A3 +LQ05X002580 Predicted protein 10.06997388 L4_control_B1 +LQ05X002580 Predicted protein 9.261890983 L4_control_B2 +LQ05X002580 Predicted protein 10.0245377 L4_control_B3 +LQ05X002580 Predicted protein 9.98940928 L4_control_C2 +LQ05X002580 Predicted protein 9.671478079 L4_control_C3 +LQ05X002580 Predicted protein 9.05280875 L4_chemical_A1 +LQ05X002580 Predicted protein 9.537730027 L4_chemical_A2 +LQ05X002580 Predicted protein 7.490478408 L4_chemical_A3 +LQ05X002580 Predicted protein 9.987093945 L4_chemical_B1 +LQ05X002580 Predicted protein 9.499078 L4_chemical_B2 +LQ05X002580 Predicted protein 9.650881356 L4_chemical_B3 +LQ05X002580 Predicted protein 9.935876061 L4_chemical_C2 +LQ05X002580 Predicted protein 9.434071353 L4_chemical_C3 +LQ05X002590 AT3G51880 protein 6.728661523 C6_control_A1 +LQ05X002590 AT3G51880 protein 6.475631313 C6_control_A3 +LQ05X002590 AT3G51880 protein 6.77993531 C6_control_B1 +LQ05X002590 AT3G51880 protein 6.293709713 C6_control_B2 +LQ05X002590 AT3G51880 protein 6.850782317 C6_control_B3 +LQ05X002590 AT3G51880 protein 6.665564008 C6_control_C1 +LQ05X002590 AT3G51880 protein 6.951001012 C6_control_C2 +LQ05X002590 AT3G51880 protein 6.502730959 C6_control_C3 +LQ05X002590 AT3G51880 protein 6.058416873 C6_chemical_A1 +LQ05X002590 AT3G51880 protein 6.693458319 C6_chemical_A3 +LQ05X002590 AT3G51880 protein 7.483697001 C6_chemical_B1 +LQ05X002590 AT3G51880 protein 6.354020992 C6_chemical_B2 +LQ05X002590 AT3G51880 protein 6.970079317 C6_chemical_B3 +LQ05X002590 AT3G51880 protein 6.363579698 C6_chemical_C1 +LQ05X002590 AT3G51880 protein 6.66568219 C6_chemical_C2 +LQ05X002590 AT3G51880 protein 6.571360967 C6_chemical_C3 +LQ05X002590 AT3G51880 protein 6.423195966 L4_control_A1 +LQ05X002590 AT3G51880 protein 6.189415408 L4_control_A2 +LQ05X002590 AT3G51880 protein 6.306093757 L4_control_A3 +LQ05X002590 AT3G51880 protein 6.300928312 L4_control_B1 +LQ05X002590 AT3G51880 protein 6.632551833 L4_control_B2 +LQ05X002590 AT3G51880 protein 6.943314909 L4_control_B3 +LQ05X002590 AT3G51880 protein 7.289493018 L4_control_C2 +LQ05X002590 AT3G51880 protein 7.283019629 L4_control_C3 +LQ05X002590 AT3G51880 protein 6.701969044 L4_chemical_A1 +LQ05X002590 AT3G51880 protein 6.510074527 L4_chemical_A2 +LQ05X002590 AT3G51880 protein 6.258460141 L4_chemical_A3 +LQ05X002590 AT3G51880 protein 6.822464061 L4_chemical_B1 +LQ05X002590 AT3G51880 protein 6.732306472 L4_chemical_B2 +LQ05X002590 AT3G51880 protein 7.005421087 L4_chemical_B3 +LQ05X002590 AT3G51880 protein 7.232737255 L4_chemical_C2 +LQ05X002590 AT3G51880 protein 7.905885791 L4_chemical_C3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.37976119 C6_control_A1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.16336976 C6_control_A3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.41226149 C6_control_B1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.55736912 C6_control_B2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.57109485 C6_control_B3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.61039947 C6_control_C1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.19479747 C6_control_C2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.53538926 C6_control_C3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.39170235 C6_chemical_A1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.27138971 C6_chemical_A3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.73646518 C6_chemical_B1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.34730021 C6_chemical_B2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.5093558 C6_chemical_B3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 14.99510264 C6_chemical_C1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.30009664 C6_chemical_C2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.29855183 C6_chemical_C3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.45115378 L4_control_A1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.52070424 L4_control_A2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.46550402 L4_control_A3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.56188253 L4_control_B1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.55910325 L4_control_B2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.63528627 L4_control_B3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.38546018 L4_control_C2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.60448663 L4_control_C3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 14.90232819 L4_chemical_A1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.33721802 L4_chemical_A2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.18044842 L4_chemical_A3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.2039586 L4_chemical_B1 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.2007304 L4_chemical_B2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.61742046 L4_chemical_B3 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.26422009 L4_chemical_C2 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.55530252 L4_chemical_C3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.7532235 C6_control_A1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.53565241 C6_control_A3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.46714385 C6_control_B1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.82760262 C6_control_B2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.95897625 C6_control_B3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.28281125 C6_control_C1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.34425695 C6_control_C2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.21387382 C6_control_C3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.40651321 C6_chemical_A1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.26681394 C6_chemical_A3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.31460887 C6_chemical_B1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.61051719 C6_chemical_B2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.75967802 C6_chemical_B3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.47633911 C6_chemical_C1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.60293929 C6_chemical_C2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 10.98564272 C6_chemical_C3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.32058194 L4_control_A1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.8962886 L4_control_A2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.67895193 L4_control_A3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.80616682 L4_control_B1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.27126464 L4_control_B2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.16839359 L4_control_B3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.05906629 L4_control_C2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.58780576 L4_control_C3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.34081142 L4_chemical_A1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.73887062 L4_chemical_A2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.60324823 L4_chemical_A3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.24875545 L4_chemical_B1 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.33138652 L4_chemical_B2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.24083365 L4_chemical_B3 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.14861814 L4_chemical_C2 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 11.93500915 L4_chemical_C3 +LQ05X002620 Protein yippee-like 6.356259151 C6_control_A1 +LQ05X002620 Protein yippee-like 5.98154617 C6_control_A3 +LQ05X002620 Protein yippee-like 6.215440561 C6_control_B1 +LQ05X002620 Protein yippee-like 5.265820368 C6_control_B2 +LQ05X002620 Protein yippee-like 5.987165094 C6_control_B3 +LQ05X002620 Protein yippee-like 5.719661924 C6_control_C1 +LQ05X002620 Protein yippee-like 5.052081514 C6_control_C2 +LQ05X002620 Protein yippee-like 5.67237877 C6_control_C3 +LQ05X002620 Protein yippee-like 5.8640934 C6_chemical_A1 +LQ05X002620 Protein yippee-like 6.214235783 C6_chemical_A3 +LQ05X002620 Protein yippee-like 5.708712946 C6_chemical_B1 +LQ05X002620 Protein yippee-like 5.46328646 C6_chemical_B2 +LQ05X002620 Protein yippee-like 5.938957324 C6_chemical_B3 +LQ05X002620 Protein yippee-like 5.300109308 C6_chemical_C1 +LQ05X002620 Protein yippee-like 5.213771013 C6_chemical_C2 +LQ05X002620 Protein yippee-like 5.789379432 C6_chemical_C3 +LQ05X002620 Protein yippee-like 5.930627062 L4_control_A1 +LQ05X002620 Protein yippee-like 6.336511963 L4_control_A2 +LQ05X002620 Protein yippee-like 7.039134157 L4_control_A3 +LQ05X002620 Protein yippee-like 5.96384018 L4_control_B1 +LQ05X002620 Protein yippee-like 6.133629233 L4_control_B2 +LQ05X002620 Protein yippee-like 5.818225135 L4_control_B3 +LQ05X002620 Protein yippee-like 6.004214397 L4_control_C2 +LQ05X002620 Protein yippee-like 5.465142867 L4_control_C3 +LQ05X002620 Protein yippee-like 6.095175784 L4_chemical_A1 +LQ05X002620 Protein yippee-like 6.137238888 L4_chemical_A2 +LQ05X002620 Protein yippee-like 6.849839361 L4_chemical_A3 +LQ05X002620 Protein yippee-like 6.192095633 L4_chemical_B1 +LQ05X002620 Protein yippee-like 5.86603532 L4_chemical_B2 +LQ05X002620 Protein yippee-like 5.66242854 L4_chemical_B3 +LQ05X002620 Protein yippee-like 5.504061924 L4_chemical_C2 +LQ05X002620 Protein yippee-like 5.638462776 L4_chemical_C3 +LQ05X002630 Predicted protein 7.878894863 C6_control_A1 +LQ05X002630 Predicted protein 8.579070001 C6_control_A3 +LQ05X002630 Predicted protein 6.560663864 C6_control_B1 +LQ05X002630 Predicted protein 6.012752188 C6_control_B2 +LQ05X002630 Predicted protein 5.926732163 C6_control_B3 +LQ05X002630 Predicted protein 6.123815766 C6_control_C1 +LQ05X002630 Predicted protein 5.903298851 C6_control_C2 +LQ05X002630 Predicted protein 6.055221462 C6_control_C3 +LQ05X002630 Predicted protein 7.888364516 C6_chemical_A1 +LQ05X002630 Predicted protein 8.91431566 C6_chemical_A3 +LQ05X002630 Predicted protein 6.568234906 C6_chemical_B1 +LQ05X002630 Predicted protein 6.095784165 C6_chemical_B2 +LQ05X002630 Predicted protein 6.355767013 C6_chemical_B3 +LQ05X002630 Predicted protein 6.083383143 C6_chemical_C1 +LQ05X002630 Predicted protein 6.199245041 C6_chemical_C2 +LQ05X002630 Predicted protein 6.20586849 C6_chemical_C3 +LQ05X002630 Predicted protein 8.177666408 L4_control_A1 +LQ05X002630 Predicted protein 7.710317932 L4_control_A2 +LQ05X002630 Predicted protein 7.349193036 L4_control_A3 +LQ05X002630 Predicted protein 5.983033185 L4_control_B1 +LQ05X002630 Predicted protein 6.581910341 L4_control_B2 +LQ05X002630 Predicted protein 5.958972097 L4_control_B3 +LQ05X002630 Predicted protein 5.096654997 L4_control_C2 +LQ05X002630 Predicted protein 5.949097611 L4_control_C3 +LQ05X002630 Predicted protein 7.886616832 L4_chemical_A1 +LQ05X002630 Predicted protein 7.167524129 L4_chemical_A2 +LQ05X002630 Predicted protein 6.944606082 L4_chemical_A3 +LQ05X002630 Predicted protein 6.188090353 L4_chemical_B1 +LQ05X002630 Predicted protein 7.036982549 L4_chemical_B2 +LQ05X002630 Predicted protein 6.897065214 L4_chemical_B3 +LQ05X002630 Predicted protein 5.563671391 L4_chemical_C2 +LQ05X002630 Predicted protein 5.617176768 L4_chemical_C3 +LQ05X002660 Putative Clathrin light chain B 10.46246582 C6_control_A1 +LQ05X002660 Putative Clathrin light chain B 10.13510805 C6_control_A3 +LQ05X002660 Putative Clathrin light chain B 10.77000004 C6_control_B1 +LQ05X002660 Putative Clathrin light chain B 10.70497728 C6_control_B2 +LQ05X002660 Putative Clathrin light chain B 10.94180795 C6_control_B3 +LQ05X002660 Putative Clathrin light chain B 11.60800163 C6_control_C1 +LQ05X002660 Putative Clathrin light chain B 10.87832425 C6_control_C2 +LQ05X002660 Putative Clathrin light chain B 11.88977202 C6_control_C3 +LQ05X002660 Putative Clathrin light chain B 10.84691664 C6_chemical_A1 +LQ05X002660 Putative Clathrin light chain B 10.92387241 C6_chemical_A3 +LQ05X002660 Putative Clathrin light chain B 10.65518396 C6_chemical_B1 +LQ05X002660 Putative Clathrin light chain B 10.90517849 C6_chemical_B2 +LQ05X002660 Putative Clathrin light chain B 10.8606296 C6_chemical_B3 +LQ05X002660 Putative Clathrin light chain B 11.28577375 C6_chemical_C1 +LQ05X002660 Putative Clathrin light chain B 11.2642486 C6_chemical_C2 +LQ05X002660 Putative Clathrin light chain B 11.6160045 C6_chemical_C3 +LQ05X002660 Putative Clathrin light chain B 10.81735153 L4_control_A1 +LQ05X002660 Putative Clathrin light chain B 11.1321316 L4_control_A2 +LQ05X002660 Putative Clathrin light chain B 10.52802812 L4_control_A3 +LQ05X002660 Putative Clathrin light chain B 11.3688205 L4_control_B1 +LQ05X002660 Putative Clathrin light chain B 11.2923306 L4_control_B2 +LQ05X002660 Putative Clathrin light chain B 10.99595941 L4_control_B3 +LQ05X002660 Putative Clathrin light chain B 11.64893274 L4_control_C2 +LQ05X002660 Putative Clathrin light chain B 11.96265666 L4_control_C3 +LQ05X002660 Putative Clathrin light chain B 11.66527887 L4_chemical_A1 +LQ05X002660 Putative Clathrin light chain B 12.01377169 L4_chemical_A2 +LQ05X002660 Putative Clathrin light chain B 11.19079875 L4_chemical_A3 +LQ05X002660 Putative Clathrin light chain B 11.92269217 L4_chemical_B1 +LQ05X002660 Putative Clathrin light chain B 11.57560719 L4_chemical_B2 +LQ05X002660 Putative Clathrin light chain B 10.99847778 L4_chemical_B3 +LQ05X002660 Putative Clathrin light chain B 11.61383999 L4_chemical_C2 +LQ05X002660 Putative Clathrin light chain B 11.54414908 L4_chemical_C3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.787284574 C6_control_A1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.711912573 C6_control_A3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.073972072 C6_control_B1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.849507255 C6_control_B2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.745718453 C6_control_B3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.851374017 C6_control_C1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.037192324 C6_control_C2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.597414428 C6_control_C3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.812786293 C6_chemical_A1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.754735892 C6_chemical_A3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.052740868 C6_chemical_B1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.943248586 C6_chemical_B2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.668894324 C6_chemical_B3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.343877166 C6_chemical_C1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.329902371 C6_chemical_C2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.919669801 C6_chemical_C3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.101197625 L4_control_A1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.563627238 L4_control_A2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.136733356 L4_control_A3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.80161012 L4_control_B1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.646573543 L4_control_B2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.643657436 L4_control_B3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.726458806 L4_control_C2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.954337583 L4_control_C3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.166549078 L4_chemical_A1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.532552629 L4_chemical_A2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.683944206 L4_chemical_A3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.705648119 L4_chemical_B1 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.0280904 L4_chemical_B2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.697071238 L4_chemical_B3 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 6.709239885 L4_chemical_C2 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 5.325561457 L4_chemical_C3 +LQ05X002690 Putative uncharacterized protein 5.643852334 C6_control_A1 +LQ05X002690 Putative uncharacterized protein 5.069755676 C6_control_A3 +LQ05X002690 Putative uncharacterized protein 5.225147442 C6_control_B1 +LQ05X002690 Putative uncharacterized protein 5.1622646 C6_control_B2 +LQ05X002690 Putative uncharacterized protein 5.237077574 C6_control_B3 +LQ05X002690 Putative uncharacterized protein 5.390517342 C6_control_C1 +LQ05X002690 Putative uncharacterized protein 5.884633499 C6_control_C2 +LQ05X002690 Putative uncharacterized protein 5.180905916 C6_control_C3 +LQ05X002690 Putative uncharacterized protein 5.270477299 C6_chemical_A1 +LQ05X002690 Putative uncharacterized protein 5.175520458 C6_chemical_A3 +LQ05X002690 Putative uncharacterized protein 5.163275243 C6_chemical_B1 +LQ05X002690 Putative uncharacterized protein 5.374080411 C6_chemical_B2 +LQ05X002690 Putative uncharacterized protein 5.322258655 C6_chemical_B3 +LQ05X002690 Putative uncharacterized protein 5.730836462 C6_chemical_C1 +LQ05X002690 Putative uncharacterized protein 5.475869421 C6_chemical_C2 +LQ05X002690 Putative uncharacterized protein 5.234651134 C6_chemical_C3 +LQ05X002690 Putative uncharacterized protein 5.212536576 L4_control_A1 +LQ05X002690 Putative uncharacterized protein 5.826720809 L4_control_A2 +LQ05X002690 Putative uncharacterized protein 5.259232063 L4_control_A3 +LQ05X002690 Putative uncharacterized protein 5.622904045 L4_control_B1 +LQ05X002690 Putative uncharacterized protein 4.979003584 L4_control_B2 +LQ05X002690 Putative uncharacterized protein 5.488014287 L4_control_B3 +LQ05X002690 Putative uncharacterized protein 5.034236163 L4_control_C2 +LQ05X002690 Putative uncharacterized protein 5.799664253 L4_control_C3 +LQ05X002690 Putative uncharacterized protein 5.257885844 L4_chemical_A1 +LQ05X002690 Putative uncharacterized protein 5.842852723 L4_chemical_A2 +LQ05X002690 Putative uncharacterized protein 5.637779192 L4_chemical_A3 +LQ05X002690 Putative uncharacterized protein 5.245316293 L4_chemical_B1 +LQ05X002690 Putative uncharacterized protein 5.533662984 L4_chemical_B2 +LQ05X002690 Putative uncharacterized protein 5.66431649 L4_chemical_B3 +LQ05X002690 Putative uncharacterized protein 5.43305068 L4_chemical_C2 +LQ05X002690 Putative uncharacterized protein 5.014342403 L4_chemical_C3 +LQ05X002700 Hypothetical protein 6.070238045 C6_control_A1 +LQ05X002700 Hypothetical protein 5.127163249 C6_control_A3 +LQ05X002700 Hypothetical protein 5.902652355 C6_control_B1 +LQ05X002700 Hypothetical protein 5.96657311 C6_control_B2 +LQ05X002700 Hypothetical protein 5.217924126 C6_control_B3 +LQ05X002700 Hypothetical protein 6.683354617 C6_control_C1 +LQ05X002700 Hypothetical protein 5.611320067 C6_control_C2 +LQ05X002700 Hypothetical protein 5.658094598 C6_control_C3 +LQ05X002700 Hypothetical protein 5.879518236 C6_chemical_A1 +LQ05X002700 Hypothetical protein 5.20501925 C6_chemical_A3 +LQ05X002700 Hypothetical protein 6.322344784 C6_chemical_B1 +LQ05X002700 Hypothetical protein 6.366669422 C6_chemical_B2 +LQ05X002700 Hypothetical protein 5.367494899 C6_chemical_B3 +LQ05X002700 Hypothetical protein 7.156514841 C6_chemical_C1 +LQ05X002700 Hypothetical protein 6.424711006 C6_chemical_C2 +LQ05X002700 Hypothetical protein 6.036943988 C6_chemical_C3 +LQ05X002700 Hypothetical protein 5.318065368 L4_control_A1 +LQ05X002700 Hypothetical protein 5.671181346 L4_control_A2 +LQ05X002700 Hypothetical protein 5.488651984 L4_control_A3 +LQ05X002700 Hypothetical protein 5.794491044 L4_control_B1 +LQ05X002700 Hypothetical protein 5.809554162 L4_control_B2 +LQ05X002700 Hypothetical protein 5.128702798 L4_control_B3 +LQ05X002700 Hypothetical protein 4.90648764 L4_control_C2 +LQ05X002700 Hypothetical protein 4.574727303 L4_control_C3 +LQ05X002700 Hypothetical protein 5.092709941 L4_chemical_A1 +LQ05X002700 Hypothetical protein 5.170152415 L4_chemical_A2 +LQ05X002700 Hypothetical protein 5.501954994 L4_chemical_A3 +LQ05X002700 Hypothetical protein 5.594024886 L4_chemical_B1 +LQ05X002700 Hypothetical protein 5.508049037 L4_chemical_B2 +LQ05X002700 Hypothetical protein 5.309567477 L4_chemical_B3 +LQ05X002700 Hypothetical protein 5.242079165 L4_chemical_C2 +LQ05X002700 Hypothetical protein 5.405808123 L4_chemical_C3 +LQ05X002750 Putative uncharacterized protein At2g38150 11.95414886 C6_control_A1 +LQ05X002750 Putative uncharacterized protein At2g38150 11.63618511 C6_control_A3 +LQ05X002750 Putative uncharacterized protein At2g38150 12.18821074 C6_control_B1 +LQ05X002750 Putative uncharacterized protein At2g38150 9.65275444 C6_control_B2 +LQ05X002750 Putative uncharacterized protein At2g38150 10.25419317 C6_control_B3 +LQ05X002750 Putative uncharacterized protein At2g38150 9.90072601 C6_control_C1 +LQ05X002750 Putative uncharacterized protein At2g38150 9.50769865 C6_control_C2 +LQ05X002750 Putative uncharacterized protein At2g38150 9.839970315 C6_control_C3 +LQ05X002750 Putative uncharacterized protein At2g38150 12.51076662 C6_chemical_A1 +LQ05X002750 Putative uncharacterized protein At2g38150 10.65441067 C6_chemical_A3 +LQ05X002750 Putative uncharacterized protein At2g38150 11.76794828 C6_chemical_B1 +LQ05X002750 Putative uncharacterized protein At2g38150 9.396332466 C6_chemical_B2 +LQ05X002750 Putative uncharacterized protein At2g38150 11.01218715 C6_chemical_B3 +LQ05X002750 Putative uncharacterized protein At2g38150 9.872751115 C6_chemical_C1 +LQ05X002750 Putative uncharacterized protein At2g38150 8.947682658 C6_chemical_C2 +LQ05X002750 Putative uncharacterized protein At2g38150 9.701124903 C6_chemical_C3 +LQ05X002750 Putative uncharacterized protein At2g38150 11.28234781 L4_control_A1 +LQ05X002750 Putative uncharacterized protein At2g38150 12.24461625 L4_control_A2 +LQ05X002750 Putative uncharacterized protein At2g38150 10.73355242 L4_control_A3 +LQ05X002750 Putative uncharacterized protein At2g38150 8.321490398 L4_control_B1 +LQ05X002750 Putative uncharacterized protein At2g38150 12.14584321 L4_control_B2 +LQ05X002750 Putative uncharacterized protein At2g38150 8.55134536 L4_control_B3 +LQ05X002750 Putative uncharacterized protein At2g38150 7.106767438 L4_control_C2 +LQ05X002750 Putative uncharacterized protein At2g38150 10.03861604 L4_control_C3 +LQ05X002750 Putative uncharacterized protein At2g38150 9.738343928 L4_chemical_A1 +LQ05X002750 Putative uncharacterized protein At2g38150 11.54506457 L4_chemical_A2 +LQ05X002750 Putative uncharacterized protein At2g38150 9.510236858 L4_chemical_A3 +LQ05X002750 Putative uncharacterized protein At2g38150 10.7430515 L4_chemical_B1 +LQ05X002750 Putative uncharacterized protein At2g38150 11.34660332 L4_chemical_B2 +LQ05X002750 Putative uncharacterized protein At2g38150 11.82720112 L4_chemical_B3 +LQ05X002750 Putative uncharacterized protein At2g38150 7.507377099 L4_chemical_C2 +LQ05X002750 Putative uncharacterized protein At2g38150 9.254162626 L4_chemical_C3 +LQ05X002780 Auxin transporter-like protein 2 6.434250667 C6_control_A1 +LQ05X002780 Auxin transporter-like protein 2 5.93555108 C6_control_A3 +LQ05X002780 Auxin transporter-like protein 2 6.969753532 C6_control_B1 +LQ05X002780 Auxin transporter-like protein 2 6.326335234 C6_control_B2 +LQ05X002780 Auxin transporter-like protein 2 5.880500609 C6_control_B3 +LQ05X002780 Auxin transporter-like protein 2 8.132539875 C6_control_C1 +LQ05X002780 Auxin transporter-like protein 2 6.998765148 C6_control_C2 +LQ05X002780 Auxin transporter-like protein 2 6.871639744 C6_control_C3 +LQ05X002780 Auxin transporter-like protein 2 6.461759037 C6_chemical_A1 +LQ05X002780 Auxin transporter-like protein 2 6.384296188 C6_chemical_A3 +LQ05X002780 Auxin transporter-like protein 2 6.389338307 C6_chemical_B1 +LQ05X002780 Auxin transporter-like protein 2 6.650914733 C6_chemical_B2 +LQ05X002780 Auxin transporter-like protein 2 5.974014939 C6_chemical_B3 +LQ05X002780 Auxin transporter-like protein 2 8.035495327 C6_chemical_C1 +LQ05X002780 Auxin transporter-like protein 2 7.442991499 C6_chemical_C2 +LQ05X002780 Auxin transporter-like protein 2 7.094465888 C6_chemical_C3 +LQ05X002780 Auxin transporter-like protein 2 6.296682877 L4_control_A1 +LQ05X002780 Auxin transporter-like protein 2 6.144943513 L4_control_A2 +LQ05X002780 Auxin transporter-like protein 2 6.410695931 L4_control_A3 +LQ05X002780 Auxin transporter-like protein 2 6.710777126 L4_control_B1 +LQ05X002780 Auxin transporter-like protein 2 6.34787105 L4_control_B2 +LQ05X002780 Auxin transporter-like protein 2 6.311285693 L4_control_B3 +LQ05X002780 Auxin transporter-like protein 2 7.397124673 L4_control_C2 +LQ05X002780 Auxin transporter-like protein 2 6.971681487 L4_control_C3 +LQ05X002780 Auxin transporter-like protein 2 6.346753549 L4_chemical_A1 +LQ05X002780 Auxin transporter-like protein 2 6.7623759 L4_chemical_A2 +LQ05X002780 Auxin transporter-like protein 2 5.893968339 L4_chemical_A3 +LQ05X002780 Auxin transporter-like protein 2 6.107809368 L4_chemical_B1 +LQ05X002780 Auxin transporter-like protein 2 5.416046739 L4_chemical_B2 +LQ05X002780 Auxin transporter-like protein 2 6.358545078 L4_chemical_B3 +LQ05X002780 Auxin transporter-like protein 2 6.989556117 L4_chemical_C2 +LQ05X002780 Auxin transporter-like protein 2 6.592207115 L4_chemical_C3 +LQ05X002810 Probable aquaporin PIP1-4 5.550821306 C6_control_A1 +LQ05X002810 Probable aquaporin PIP1-4 5.431828879 C6_control_A3 +LQ05X002810 Probable aquaporin PIP1-4 5.357769447 C6_control_B1 +LQ05X002810 Probable aquaporin PIP1-4 5.903605529 C6_control_B2 +LQ05X002810 Probable aquaporin PIP1-4 5.369828246 C6_control_B3 +LQ05X002810 Probable aquaporin PIP1-4 5.754633162 C6_control_C1 +LQ05X002810 Probable aquaporin PIP1-4 5.460829048 C6_control_C2 +LQ05X002810 Probable aquaporin PIP1-4 5.912208719 C6_control_C3 +LQ05X002810 Probable aquaporin PIP1-4 5.824038157 C6_chemical_A1 +LQ05X002810 Probable aquaporin PIP1-4 5.311436279 C6_chemical_A3 +LQ05X002810 Probable aquaporin PIP1-4 5.402699507 C6_chemical_B1 +LQ05X002810 Probable aquaporin PIP1-4 5.738817612 C6_chemical_B2 +LQ05X002810 Probable aquaporin PIP1-4 5.265255084 C6_chemical_B3 +LQ05X002810 Probable aquaporin PIP1-4 5.631309653 C6_chemical_C1 +LQ05X002810 Probable aquaporin PIP1-4 6.104086083 C6_chemical_C2 +LQ05X002810 Probable aquaporin PIP1-4 5.879080547 C6_chemical_C3 +LQ05X002810 Probable aquaporin PIP1-4 5.524902485 L4_control_A1 +LQ05X002810 Probable aquaporin PIP1-4 5.676732999 L4_control_A2 +LQ05X002810 Probable aquaporin PIP1-4 5.741440908 L4_control_A3 +LQ05X002810 Probable aquaporin PIP1-4 6.636398334 L4_control_B1 +LQ05X002810 Probable aquaporin PIP1-4 5.673420976 L4_control_B2 +LQ05X002810 Probable aquaporin PIP1-4 5.615019152 L4_control_B3 +LQ05X002810 Probable aquaporin PIP1-4 5.245868161 L4_control_C2 +LQ05X002810 Probable aquaporin PIP1-4 5.071107406 L4_control_C3 +LQ05X002810 Probable aquaporin PIP1-4 5.397134312 L4_chemical_A1 +LQ05X002810 Probable aquaporin PIP1-4 5.819733613 L4_chemical_A2 +LQ05X002810 Probable aquaporin PIP1-4 6.284641095 L4_chemical_A3 +LQ05X002810 Probable aquaporin PIP1-4 5.689483825 L4_chemical_B1 +LQ05X002810 Probable aquaporin PIP1-4 5.422065986 L4_chemical_B2 +LQ05X002810 Probable aquaporin PIP1-4 5.338541454 L4_chemical_B3 +LQ05X002810 Probable aquaporin PIP1-4 5.747253329 L4_chemical_C2 +LQ05X002810 Probable aquaporin PIP1-4 5.39446244 L4_chemical_C3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.31375724 C6_control_A1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.40519605 C6_control_A3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.49712337 C6_control_B1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.21191167 C6_control_B2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.94909192 C6_control_B3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.96799603 C6_control_C1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.87131847 C6_control_C2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.96699874 C6_control_C3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.05872969 C6_chemical_A1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.24185768 C6_chemical_A3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.23345853 C6_chemical_B1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.01095181 C6_chemical_B2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.57719465 C6_chemical_B3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.83138995 C6_chemical_C1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.73324606 C6_chemical_C2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.79367586 C6_chemical_C3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.52818331 L4_control_A1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.57665079 L4_control_A2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.14004459 L4_control_A3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.81110792 L4_control_B1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.57486183 L4_control_B2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.32587186 L4_control_B3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 11.98315696 L4_control_C2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.50342158 L4_control_C3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.41599929 L4_chemical_A1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.34375573 L4_chemical_A2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.42094274 L4_chemical_A3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.70645917 L4_chemical_B1 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.2662885 L4_chemical_B2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.36503206 L4_chemical_B3 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.08446593 L4_chemical_C2 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 12.55119676 L4_chemical_C3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.181246248 C6_control_A1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.94605903 C6_control_A3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.512637597 C6_control_B1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 4.905008184 C6_control_B2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.319692343 C6_control_B3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.024065086 C6_control_C1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.269301086 C6_control_C2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 4.836644839 C6_control_C3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.124988514 C6_chemical_A1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.276618294 C6_chemical_A3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.737772043 C6_chemical_B1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.26299336 C6_chemical_B2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.454839076 C6_chemical_B3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 4.880827738 C6_chemical_C1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 4.888559982 C6_chemical_C2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 4.977746365 C6_chemical_C3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.053531629 L4_control_A1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.420887328 L4_control_A2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.448197079 L4_control_A3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.626387592 L4_control_B1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.778070542 L4_control_B2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.185785097 L4_control_B3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.395191701 L4_control_C2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.338087157 L4_control_C3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.251394407 L4_chemical_A1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.069232416 L4_chemical_A2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 4.812945978 L4_chemical_A3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.296357407 L4_chemical_B1 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.496560227 L4_chemical_B2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.323597562 L4_chemical_B3 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.594788299 L4_chemical_C2 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 6.185494519 L4_chemical_C3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 15.02501837 C6_control_A1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.55035719 C6_control_A3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.61683649 C6_control_B1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 13.87018289 C6_control_B2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.28215385 C6_control_B3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.56961646 C6_control_C1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.33802642 C6_control_C2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.63525452 C6_control_C3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.76748313 C6_chemical_A1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.68559215 C6_chemical_A3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.30959667 C6_chemical_B1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 13.65223939 C6_chemical_B2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.47377798 C6_chemical_B3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.29302145 C6_chemical_C1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.2973473 C6_chemical_C2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.20890068 C6_chemical_C3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 15.19527973 L4_control_A1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.84658479 L4_control_A2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 15.17652074 L4_control_A3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.17476427 L4_control_B1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.36217811 L4_control_B2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 13.885308 L4_control_B3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.05531968 L4_control_C2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 13.78658987 L4_control_C3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.49259744 L4_chemical_A1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.21292232 L4_chemical_A2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 15.20874402 L4_chemical_A3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.6211074 L4_chemical_B1 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.19827569 L4_chemical_B2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.9163826 L4_chemical_B3 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.12162594 L4_chemical_C2 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 13.96958239 L4_chemical_C3 +LQ05X002870 Putative BAHD acyltransferase DCR 9.669985565 C6_control_A1 +LQ05X002870 Putative BAHD acyltransferase DCR 8.840732572 C6_control_A3 +LQ05X002870 Putative BAHD acyltransferase DCR 10.86809281 C6_control_B1 +LQ05X002870 Putative BAHD acyltransferase DCR 10.41620387 C6_control_B2 +LQ05X002870 Putative BAHD acyltransferase DCR 11.10289134 C6_control_B3 +LQ05X002870 Putative BAHD acyltransferase DCR 12.06795187 C6_control_C1 +LQ05X002870 Putative BAHD acyltransferase DCR 11.94372451 C6_control_C2 +LQ05X002870 Putative BAHD acyltransferase DCR 13.02351866 C6_control_C3 +LQ05X002870 Putative BAHD acyltransferase DCR 8.895890477 C6_chemical_A1 +LQ05X002870 Putative BAHD acyltransferase DCR 9.47179856 C6_chemical_A3 +LQ05X002870 Putative BAHD acyltransferase DCR 10.90222341 C6_chemical_B1 +LQ05X002870 Putative BAHD acyltransferase DCR 10.38727337 C6_chemical_B2 +LQ05X002870 Putative BAHD acyltransferase DCR 11.41897972 C6_chemical_B3 +LQ05X002870 Putative BAHD acyltransferase DCR 11.62023148 C6_chemical_C1 +LQ05X002870 Putative BAHD acyltransferase DCR 11.92150374 C6_chemical_C2 +LQ05X002870 Putative BAHD acyltransferase DCR 13.10056541 C6_chemical_C3 +LQ05X002870 Putative BAHD acyltransferase DCR 9.236394738 L4_control_A1 +LQ05X002870 Putative BAHD acyltransferase DCR 8.371198764 L4_control_A2 +LQ05X002870 Putative BAHD acyltransferase DCR 8.536983236 L4_control_A3 +LQ05X002870 Putative BAHD acyltransferase DCR 11.29360072 L4_control_B1 +LQ05X002870 Putative BAHD acyltransferase DCR 10.98023038 L4_control_B2 +LQ05X002870 Putative BAHD acyltransferase DCR 10.50741857 L4_control_B3 +LQ05X002870 Putative BAHD acyltransferase DCR 11.7662102 L4_control_C2 +LQ05X002870 Putative BAHD acyltransferase DCR 12.57413398 L4_control_C3 +LQ05X002870 Putative BAHD acyltransferase DCR 9.690697988 L4_chemical_A1 +LQ05X002870 Putative BAHD acyltransferase DCR 7.990747945 L4_chemical_A2 +LQ05X002870 Putative BAHD acyltransferase DCR 8.347380884 L4_chemical_A3 +LQ05X002870 Putative BAHD acyltransferase DCR 11.44417493 L4_chemical_B1 +LQ05X002870 Putative BAHD acyltransferase DCR 10.58113581 L4_chemical_B2 +LQ05X002870 Putative BAHD acyltransferase DCR 10.54133646 L4_chemical_B3 +LQ05X002870 Putative BAHD acyltransferase DCR 11.2963546 L4_chemical_C2 +LQ05X002870 Putative BAHD acyltransferase DCR 12.10284218 L4_chemical_C3 +LQ05X002890 DNA binding protein, putative 10.30796276 C6_control_A1 +LQ05X002890 DNA binding protein, putative 9.900814422 C6_control_A3 +LQ05X002890 DNA binding protein, putative 10.31832382 C6_control_B1 +LQ05X002890 DNA binding protein, putative 9.047661105 C6_control_B2 +LQ05X002890 DNA binding protein, putative 10.31645427 C6_control_B3 +LQ05X002890 DNA binding protein, putative 9.494632407 C6_control_C1 +LQ05X002890 DNA binding protein, putative 8.593195182 C6_control_C2 +LQ05X002890 DNA binding protein, putative 9.145594384 C6_control_C3 +LQ05X002890 DNA binding protein, putative 9.910159151 C6_chemical_A1 +LQ05X002890 DNA binding protein, putative 9.852800506 C6_chemical_A3 +LQ05X002890 DNA binding protein, putative 9.95978131 C6_chemical_B1 +LQ05X002890 DNA binding protein, putative 8.733993905 C6_chemical_B2 +LQ05X002890 DNA binding protein, putative 10.39693922 C6_chemical_B3 +LQ05X002890 DNA binding protein, putative 9.119302263 C6_chemical_C1 +LQ05X002890 DNA binding protein, putative 8.58338418 C6_chemical_C2 +LQ05X002890 DNA binding protein, putative 8.618928569 C6_chemical_C3 +LQ05X002890 DNA binding protein, putative 9.908985219 L4_control_A1 +LQ05X002890 DNA binding protein, putative 9.687611259 L4_control_A2 +LQ05X002890 DNA binding protein, putative 9.281196837 L4_control_A3 +LQ05X002890 DNA binding protein, putative 9.710446562 L4_control_B1 +LQ05X002890 DNA binding protein, putative 10.37566735 L4_control_B2 +LQ05X002890 DNA binding protein, putative 10.00170857 L4_control_B3 +LQ05X002890 DNA binding protein, putative 9.934835358 L4_control_C2 +LQ05X002890 DNA binding protein, putative 9.960476833 L4_control_C3 +LQ05X002890 DNA binding protein, putative 9.722046558 L4_chemical_A1 +LQ05X002890 DNA binding protein, putative 9.516652677 L4_chemical_A2 +LQ05X002890 DNA binding protein, putative 10.02281674 L4_chemical_A3 +LQ05X002890 DNA binding protein, putative 9.804634285 L4_chemical_B1 +LQ05X002890 DNA binding protein, putative 9.19358879 L4_chemical_B2 +LQ05X002890 DNA binding protein, putative 9.894406896 L4_chemical_B3 +LQ05X002890 DNA binding protein, putative 9.51883894 L4_chemical_C2 +LQ05X002890 DNA binding protein, putative 9.382060195 L4_chemical_C3 +LQ05X002920 Peptide transporter PTR1 10.08172578 C6_control_A1 +LQ05X002920 Peptide transporter PTR1 9.738384218 C6_control_A3 +LQ05X002920 Peptide transporter PTR1 8.924156129 C6_control_B1 +LQ05X002920 Peptide transporter PTR1 10.81316022 C6_control_B2 +LQ05X002920 Peptide transporter PTR1 9.524921011 C6_control_B3 +LQ05X002920 Peptide transporter PTR1 9.238278926 C6_control_C1 +LQ05X002920 Peptide transporter PTR1 9.544337842 C6_control_C2 +LQ05X002920 Peptide transporter PTR1 9.333103565 C6_control_C3 +LQ05X002920 Peptide transporter PTR1 9.385549688 C6_chemical_A1 +LQ05X002920 Peptide transporter PTR1 9.056650516 C6_chemical_A3 +LQ05X002920 Peptide transporter PTR1 6.573650579 C6_chemical_B1 +LQ05X002920 Peptide transporter PTR1 10.08016559 C6_chemical_B2 +LQ05X002920 Peptide transporter PTR1 8.843158963 C6_chemical_B3 +LQ05X002920 Peptide transporter PTR1 8.886700483 C6_chemical_C1 +LQ05X002920 Peptide transporter PTR1 8.582653124 C6_chemical_C2 +LQ05X002920 Peptide transporter PTR1 9.090715894 C6_chemical_C3 +LQ05X002920 Peptide transporter PTR1 9.388243113 L4_control_A1 +LQ05X002920 Peptide transporter PTR1 9.164550236 L4_control_A2 +LQ05X002920 Peptide transporter PTR1 7.82143372 L4_control_A3 +LQ05X002920 Peptide transporter PTR1 7.672268577 L4_control_B1 +LQ05X002920 Peptide transporter PTR1 8.215814725 L4_control_B2 +LQ05X002920 Peptide transporter PTR1 8.629597047 L4_control_B3 +LQ05X002920 Peptide transporter PTR1 6.943872192 L4_control_C2 +LQ05X002920 Peptide transporter PTR1 6.637702234 L4_control_C3 +LQ05X002920 Peptide transporter PTR1 9.461558171 L4_chemical_A1 +LQ05X002920 Peptide transporter PTR1 8.021417332 L4_chemical_A2 +LQ05X002920 Peptide transporter PTR1 8.471093155 L4_chemical_A3 +LQ05X002920 Peptide transporter PTR1 7.830639857 L4_chemical_B1 +LQ05X002920 Peptide transporter PTR1 7.339525515 L4_chemical_B2 +LQ05X002920 Peptide transporter PTR1 8.471873769 L4_chemical_B3 +LQ05X002920 Peptide transporter PTR1 6.188175949 L4_chemical_C2 +LQ05X002920 Peptide transporter PTR1 6.218315267 L4_chemical_C3 +LQ05X002930 Putative uncharacterized protein 8.921629879 C6_control_A1 +LQ05X002930 Putative uncharacterized protein 8.856809182 C6_control_A3 +LQ05X002930 Putative uncharacterized protein 8.24097721 C6_control_B1 +LQ05X002930 Putative uncharacterized protein 8.773765258 C6_control_B2 +LQ05X002930 Putative uncharacterized protein 8.553920204 C6_control_B3 +LQ05X002930 Putative uncharacterized protein 8.288729763 C6_control_C1 +LQ05X002930 Putative uncharacterized protein 8.359274755 C6_control_C2 +LQ05X002930 Putative uncharacterized protein 8.300572233 C6_control_C3 +LQ05X002930 Putative uncharacterized protein 8.486877994 C6_chemical_A1 +LQ05X002930 Putative uncharacterized protein 8.856429603 C6_chemical_A3 +LQ05X002930 Putative uncharacterized protein 7.976517811 C6_chemical_B1 +LQ05X002930 Putative uncharacterized protein 8.261740921 C6_chemical_B2 +LQ05X002930 Putative uncharacterized protein 7.961434775 C6_chemical_B3 +LQ05X002930 Putative uncharacterized protein 8.404234729 C6_chemical_C1 +LQ05X002930 Putative uncharacterized protein 8.149197165 C6_chemical_C2 +LQ05X002930 Putative uncharacterized protein 7.803993652 C6_chemical_C3 +LQ05X002930 Putative uncharacterized protein 9.484695337 L4_control_A1 +LQ05X002930 Putative uncharacterized protein 9.238930394 L4_control_A2 +LQ05X002930 Putative uncharacterized protein 9.929087456 L4_control_A3 +LQ05X002930 Putative uncharacterized protein 8.367981967 L4_control_B1 +LQ05X002930 Putative uncharacterized protein 8.425854469 L4_control_B2 +LQ05X002930 Putative uncharacterized protein 8.437700631 L4_control_B3 +LQ05X002930 Putative uncharacterized protein 9.039419267 L4_control_C2 +LQ05X002930 Putative uncharacterized protein 8.300877247 L4_control_C3 +LQ05X002930 Putative uncharacterized protein 9.093684238 L4_chemical_A1 +LQ05X002930 Putative uncharacterized protein 8.735140563 L4_chemical_A2 +LQ05X002930 Putative uncharacterized protein 9.645906693 L4_chemical_A3 +LQ05X002930 Putative uncharacterized protein 8.395918561 L4_chemical_B1 +LQ05X002930 Putative uncharacterized protein 9.006828711 L4_chemical_B2 +LQ05X002930 Putative uncharacterized protein 8.203965991 L4_chemical_B3 +LQ05X002930 Putative uncharacterized protein 9.435683081 L4_chemical_C2 +LQ05X002930 Putative uncharacterized protein 8.937457762 L4_chemical_C3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.820180783 C6_control_A1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.538394747 C6_control_A3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.915258371 C6_control_B1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.503619416 C6_control_B2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.356648762 C6_control_B3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.583827006 C6_control_C1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.184401238 C6_control_C2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.340162526 C6_control_C3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.830932018 C6_chemical_A1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.762440902 C6_chemical_A3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 6.091093108 C6_chemical_B1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.350890008 C6_chemical_B2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.711812607 C6_chemical_B3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.846425133 C6_chemical_C1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.594457554 C6_chemical_C2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.571264029 C6_chemical_C3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.978857764 L4_control_A1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.674060386 L4_control_A2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.418404194 L4_control_A3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.30815008 L4_control_B1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.186323486 L4_control_B2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.538348663 L4_control_B3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.507097539 L4_control_C2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.500561854 L4_control_C3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.443140371 L4_chemical_A1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.607557845 L4_chemical_A2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.870666582 L4_chemical_A3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.186341113 L4_chemical_B1 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.38383891 L4_chemical_B2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.561992808 L4_chemical_B3 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.371928601 L4_chemical_C2 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.225283561 L4_chemical_C3 +LQ05X003010 Putative uncharacterized protein 11.68000707 C6_control_A1 +LQ05X003010 Putative uncharacterized protein 11.01721748 C6_control_A3 +LQ05X003010 Putative uncharacterized protein 11.60415264 C6_control_B1 +LQ05X003010 Putative uncharacterized protein 12.39463585 C6_control_B2 +LQ05X003010 Putative uncharacterized protein 11.20075206 C6_control_B3 +LQ05X003010 Putative uncharacterized protein 12.11056165 C6_control_C1 +LQ05X003010 Putative uncharacterized protein 11.82187738 C6_control_C2 +LQ05X003010 Putative uncharacterized protein 11.73067665 C6_control_C3 +LQ05X003010 Putative uncharacterized protein 11.61881646 C6_chemical_A1 +LQ05X003010 Putative uncharacterized protein 11.49652029 C6_chemical_A3 +LQ05X003010 Putative uncharacterized protein 11.4170259 C6_chemical_B1 +LQ05X003010 Putative uncharacterized protein 12.38201504 C6_chemical_B2 +LQ05X003010 Putative uncharacterized protein 11.39530095 C6_chemical_B3 +LQ05X003010 Putative uncharacterized protein 11.83560878 C6_chemical_C1 +LQ05X003010 Putative uncharacterized protein 11.99569644 C6_chemical_C2 +LQ05X003010 Putative uncharacterized protein 11.78642971 C6_chemical_C3 +LQ05X003010 Putative uncharacterized protein 11.05065286 L4_control_A1 +LQ05X003010 Putative uncharacterized protein 11.05695289 L4_control_A2 +LQ05X003010 Putative uncharacterized protein 10.71648881 L4_control_A3 +LQ05X003010 Putative uncharacterized protein 10.97353699 L4_control_B1 +LQ05X003010 Putative uncharacterized protein 10.99564002 L4_control_B2 +LQ05X003010 Putative uncharacterized protein 11.08307869 L4_control_B3 +LQ05X003010 Putative uncharacterized protein 10.69788447 L4_control_C2 +LQ05X003010 Putative uncharacterized protein 10.60589057 L4_control_C3 +LQ05X003010 Putative uncharacterized protein 11.057709 L4_chemical_A1 +LQ05X003010 Putative uncharacterized protein 10.9238958 L4_chemical_A2 +LQ05X003010 Putative uncharacterized protein 10.72522337 L4_chemical_A3 +LQ05X003010 Putative uncharacterized protein 11.10036278 L4_chemical_B1 +LQ05X003010 Putative uncharacterized protein 10.78881387 L4_chemical_B2 +LQ05X003010 Putative uncharacterized protein 10.95706296 L4_chemical_B3 +LQ05X003010 Putative uncharacterized protein 10.76883201 L4_chemical_C2 +LQ05X003010 Putative uncharacterized protein 10.13180696 L4_chemical_C3 +LQ05X003040 Probable steroid reductase DET2 5.420124081 C6_control_A1 +LQ05X003040 Probable steroid reductase DET2 5.157442056 C6_control_A3 +LQ05X003040 Probable steroid reductase DET2 5.520699132 C6_control_B1 +LQ05X003040 Probable steroid reductase DET2 5.632875065 C6_control_B2 +LQ05X003040 Probable steroid reductase DET2 5.637589605 C6_control_B3 +LQ05X003040 Probable steroid reductase DET2 5.648823421 C6_control_C1 +LQ05X003040 Probable steroid reductase DET2 5.638389148 C6_control_C2 +LQ05X003040 Probable steroid reductase DET2 5.79244763 C6_control_C3 +LQ05X003040 Probable steroid reductase DET2 5.526043015 C6_chemical_A1 +LQ05X003040 Probable steroid reductase DET2 5.937138835 C6_chemical_A3 +LQ05X003040 Probable steroid reductase DET2 5.614532731 C6_chemical_B1 +LQ05X003040 Probable steroid reductase DET2 5.739981996 C6_chemical_B2 +LQ05X003040 Probable steroid reductase DET2 5.065121408 C6_chemical_B3 +LQ05X003040 Probable steroid reductase DET2 5.554178951 C6_chemical_C1 +LQ05X003040 Probable steroid reductase DET2 5.916338377 C6_chemical_C2 +LQ05X003040 Probable steroid reductase DET2 5.914801043 C6_chemical_C3 +LQ05X003040 Probable steroid reductase DET2 5.377104152 L4_control_A1 +LQ05X003040 Probable steroid reductase DET2 5.83547019 L4_control_A2 +LQ05X003040 Probable steroid reductase DET2 5.677442097 L4_control_A3 +LQ05X003040 Probable steroid reductase DET2 5.45603233 L4_control_B1 +LQ05X003040 Probable steroid reductase DET2 5.114146107 L4_control_B2 +LQ05X003040 Probable steroid reductase DET2 5.599942278 L4_control_B3 +LQ05X003040 Probable steroid reductase DET2 5.306366685 L4_control_C2 +LQ05X003040 Probable steroid reductase DET2 5.687867389 L4_control_C3 +LQ05X003040 Probable steroid reductase DET2 5.19390932 L4_chemical_A1 +LQ05X003040 Probable steroid reductase DET2 5.519369728 L4_chemical_A2 +LQ05X003040 Probable steroid reductase DET2 5.733927729 L4_chemical_A3 +LQ05X003040 Probable steroid reductase DET2 5.976414308 L4_chemical_B1 +LQ05X003040 Probable steroid reductase DET2 5.340279492 L4_chemical_B2 +LQ05X003040 Probable steroid reductase DET2 5.566655738 L4_chemical_B3 +LQ05X003040 Probable steroid reductase DET2 5.317835336 L4_chemical_C2 +LQ05X003040 Probable steroid reductase DET2 5.810575319 L4_chemical_C3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.31744045 C6_control_A1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.46749709 C6_control_A3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.80583511 C6_control_B1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.22131188 C6_control_B2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.14185974 C6_control_B3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.06057705 C6_control_C1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.78738489 C6_control_C2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.5688189 C6_control_C3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.07520594 C6_chemical_A1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.41240462 C6_chemical_A3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.35267329 C6_chemical_B1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.07600367 C6_chemical_B2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.60085608 C6_chemical_B3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.19923856 C6_chemical_C1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.83037741 C6_chemical_C2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.13612483 C6_chemical_C3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.86466288 L4_control_A1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.55113692 L4_control_A2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.97586152 L4_control_A3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.30588763 L4_control_B1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.62601561 L4_control_B2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.05567538 L4_control_B3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.29485833 L4_control_C2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.98170661 L4_control_C3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.69189786 L4_chemical_A1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.31816174 L4_chemical_A2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.29593255 L4_chemical_A3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.86939436 L4_chemical_B1 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.56394001 L4_chemical_B2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 12.84023939 L4_chemical_B3 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.37794465 L4_chemical_C2 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.34417199 L4_chemical_C3 +LQ05X003070 Ataxin-3 homolog 13.28950211 C6_control_A1 +LQ05X003070 Ataxin-3 homolog 13.28759323 C6_control_A3 +LQ05X003070 Ataxin-3 homolog 13.19918597 C6_control_B1 +LQ05X003070 Ataxin-3 homolog 12.79900911 C6_control_B2 +LQ05X003070 Ataxin-3 homolog 13.11580832 C6_control_B3 +LQ05X003070 Ataxin-3 homolog 12.59546035 C6_control_C1 +LQ05X003070 Ataxin-3 homolog 12.49950821 C6_control_C2 +LQ05X003070 Ataxin-3 homolog 12.74150967 C6_control_C3 +LQ05X003070 Ataxin-3 homolog 13.16400194 C6_chemical_A1 +LQ05X003070 Ataxin-3 homolog 13.02059042 C6_chemical_A3 +LQ05X003070 Ataxin-3 homolog 12.89290038 C6_chemical_B1 +LQ05X003070 Ataxin-3 homolog 12.46546743 C6_chemical_B2 +LQ05X003070 Ataxin-3 homolog 13.00013317 C6_chemical_B3 +LQ05X003070 Ataxin-3 homolog 12.47266855 C6_chemical_C1 +LQ05X003070 Ataxin-3 homolog 12.37931161 C6_chemical_C2 +LQ05X003070 Ataxin-3 homolog 12.50925059 C6_chemical_C3 +LQ05X003070 Ataxin-3 homolog 13.53236226 L4_control_A1 +LQ05X003070 Ataxin-3 homolog 13.60284283 L4_control_A2 +LQ05X003070 Ataxin-3 homolog 13.60312053 L4_control_A3 +LQ05X003070 Ataxin-3 homolog 13.22932684 L4_control_B1 +LQ05X003070 Ataxin-3 homolog 12.48797089 L4_control_B2 +LQ05X003070 Ataxin-3 homolog 12.92641025 L4_control_B3 +LQ05X003070 Ataxin-3 homolog 12.58507938 L4_control_C2 +LQ05X003070 Ataxin-3 homolog 12.74022809 L4_control_C3 +LQ05X003070 Ataxin-3 homolog 13.57536861 L4_chemical_A1 +LQ05X003070 Ataxin-3 homolog 13.4637675 L4_chemical_A2 +LQ05X003070 Ataxin-3 homolog 14.07683101 L4_chemical_A3 +LQ05X003070 Ataxin-3 homolog 13.28223 L4_chemical_B1 +LQ05X003070 Ataxin-3 homolog 12.86578704 L4_chemical_B2 +LQ05X003070 Ataxin-3 homolog 13.03779995 L4_chemical_B3 +LQ05X003070 Ataxin-3 homolog 12.43837479 L4_chemical_C2 +LQ05X003070 Ataxin-3 homolog 12.75919933 L4_chemical_C3 +LQ05X003080 Reticulon-like protein B12 5.826129376 C6_control_A1 +LQ05X003080 Reticulon-like protein B12 5.52669432 C6_control_A3 +LQ05X003080 Reticulon-like protein B12 5.702133065 C6_control_B1 +LQ05X003080 Reticulon-like protein B12 6.023994174 C6_control_B2 +LQ05X003080 Reticulon-like protein B12 6.150059859 C6_control_B3 +LQ05X003080 Reticulon-like protein B12 6.181294082 C6_control_C1 +LQ05X003080 Reticulon-like protein B12 5.489208399 C6_control_C2 +LQ05X003080 Reticulon-like protein B12 5.91029525 C6_control_C3 +LQ05X003080 Reticulon-like protein B12 6.11553431 C6_chemical_A1 +LQ05X003080 Reticulon-like protein B12 5.579174859 C6_chemical_A3 +LQ05X003080 Reticulon-like protein B12 6.117888659 C6_chemical_B1 +LQ05X003080 Reticulon-like protein B12 6.013213862 C6_chemical_B2 +LQ05X003080 Reticulon-like protein B12 5.82052326 C6_chemical_B3 +LQ05X003080 Reticulon-like protein B12 5.846719651 C6_chemical_C1 +LQ05X003080 Reticulon-like protein B12 6.38446694 C6_chemical_C2 +LQ05X003080 Reticulon-like protein B12 5.995233848 C6_chemical_C3 +LQ05X003080 Reticulon-like protein B12 6.260822004 L4_control_A1 +LQ05X003080 Reticulon-like protein B12 6.241381374 L4_control_A2 +LQ05X003080 Reticulon-like protein B12 5.680278477 L4_control_A3 +LQ05X003080 Reticulon-like protein B12 5.261972765 L4_control_B1 +LQ05X003080 Reticulon-like protein B12 6.005659121 L4_control_B2 +LQ05X003080 Reticulon-like protein B12 5.76004156 L4_control_B3 +LQ05X003080 Reticulon-like protein B12 5.124078303 L4_control_C2 +LQ05X003080 Reticulon-like protein B12 5.596903398 L4_control_C3 +LQ05X003080 Reticulon-like protein B12 6.092594967 L4_chemical_A1 +LQ05X003080 Reticulon-like protein B12 5.804484068 L4_chemical_A2 +LQ05X003080 Reticulon-like protein B12 5.44882965 L4_chemical_A3 +LQ05X003080 Reticulon-like protein B12 5.4246456 L4_chemical_B1 +LQ05X003080 Reticulon-like protein B12 5.540297245 L4_chemical_B2 +LQ05X003080 Reticulon-like protein B12 5.574301589 L4_chemical_B3 +LQ05X003080 Reticulon-like protein B12 5.973149069 L4_chemical_C2 +LQ05X003080 Reticulon-like protein B12 5.274435975 L4_chemical_C3 +LQ05X003100 Putative uncharacterized protein 5.96445124 C6_control_A1 +LQ05X003100 Putative uncharacterized protein 5.552435305 C6_control_A3 +LQ05X003100 Putative uncharacterized protein 5.27166827 C6_control_B1 +LQ05X003100 Putative uncharacterized protein 5.381177526 C6_control_B2 +LQ05X003100 Putative uncharacterized protein 5.59702687 C6_control_B3 +LQ05X003100 Putative uncharacterized protein 5.388398727 C6_control_C1 +LQ05X003100 Putative uncharacterized protein 6.00907383 C6_control_C2 +LQ05X003100 Putative uncharacterized protein 5.596894969 C6_control_C3 +LQ05X003100 Putative uncharacterized protein 5.720892978 C6_chemical_A1 +LQ05X003100 Putative uncharacterized protein 5.774325719 C6_chemical_A3 +LQ05X003100 Putative uncharacterized protein 5.5991278 C6_chemical_B1 +LQ05X003100 Putative uncharacterized protein 5.554984559 C6_chemical_B2 +LQ05X003100 Putative uncharacterized protein 5.116212535 C6_chemical_B3 +LQ05X003100 Putative uncharacterized protein 5.182710178 C6_chemical_C1 +LQ05X003100 Putative uncharacterized protein 5.353002123 C6_chemical_C2 +LQ05X003100 Putative uncharacterized protein 5.610940816 C6_chemical_C3 +LQ05X003100 Putative uncharacterized protein 5.541862014 L4_control_A1 +LQ05X003100 Putative uncharacterized protein 5.524433698 L4_control_A2 +LQ05X003100 Putative uncharacterized protein 6.210816889 L4_control_A3 +LQ05X003100 Putative uncharacterized protein 5.686153802 L4_control_B1 +LQ05X003100 Putative uncharacterized protein 6.485853537 L4_control_B2 +LQ05X003100 Putative uncharacterized protein 5.568265474 L4_control_B3 +LQ05X003100 Putative uncharacterized protein 5.659139129 L4_control_C2 +LQ05X003100 Putative uncharacterized protein 5.321136948 L4_control_C3 +LQ05X003100 Putative uncharacterized protein 5.278881681 L4_chemical_A1 +LQ05X003100 Putative uncharacterized protein 5.682607242 L4_chemical_A2 +LQ05X003100 Putative uncharacterized protein 5.956795564 L4_chemical_A3 +LQ05X003100 Putative uncharacterized protein 6.050886021 L4_chemical_B1 +LQ05X003100 Putative uncharacterized protein 5.614322283 L4_chemical_B2 +LQ05X003100 Putative uncharacterized protein 5.483246078 L4_chemical_B3 +LQ05X003100 Putative uncharacterized protein 5.595932489 L4_chemical_C2 +LQ05X003100 Putative uncharacterized protein 5.159872065 L4_chemical_C3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.052449462 C6_control_A1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.082175944 C6_control_A3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.210333525 C6_control_B1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 4.956136077 C6_control_B2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 4.837662954 C6_control_B3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.487203582 C6_control_C1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.183028817 C6_control_C2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.22209793 C6_control_C3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.144104985 C6_chemical_A1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.041945204 C6_chemical_A3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.631074395 C6_chemical_B1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 4.920137753 C6_chemical_B2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.126011072 C6_chemical_B3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.412877186 C6_chemical_C1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 4.992325196 C6_chemical_C2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.256952312 C6_chemical_C3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.012974932 L4_control_A1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.270394407 L4_control_A2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.128737546 L4_control_A3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 4.737438969 L4_control_B1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 4.884497237 L4_control_B2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 4.823178154 L4_control_B3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.692256588 L4_control_C2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.820270239 L4_control_C3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.044319879 L4_chemical_A1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.468805305 L4_chemical_A2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.164207451 L4_chemical_A3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.102343049 L4_chemical_B1 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.245436707 L4_chemical_B2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.056837035 L4_chemical_B3 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 4.989844454 L4_chemical_C2 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.329984274 L4_chemical_C3 +LQ05X003120 Putative Solute carrier family 35 member E4 12.08640327 C6_control_A1 +LQ05X003120 Putative Solute carrier family 35 member E4 11.73358134 C6_control_A3 +LQ05X003120 Putative Solute carrier family 35 member E4 12.66542149 C6_control_B1 +LQ05X003120 Putative Solute carrier family 35 member E4 10.04229962 C6_control_B2 +LQ05X003120 Putative Solute carrier family 35 member E4 10.29171364 C6_control_B3 +LQ05X003120 Putative Solute carrier family 35 member E4 10.51696052 C6_control_C1 +LQ05X003120 Putative Solute carrier family 35 member E4 9.497267482 C6_control_C2 +LQ05X003120 Putative Solute carrier family 35 member E4 10.78617236 C6_control_C3 +LQ05X003120 Putative Solute carrier family 35 member E4 12.38480434 C6_chemical_A1 +LQ05X003120 Putative Solute carrier family 35 member E4 10.87330239 C6_chemical_A3 +LQ05X003120 Putative Solute carrier family 35 member E4 11.87308891 C6_chemical_B1 +LQ05X003120 Putative Solute carrier family 35 member E4 9.758720929 C6_chemical_B2 +LQ05X003120 Putative Solute carrier family 35 member E4 11.10140687 C6_chemical_B3 +LQ05X003120 Putative Solute carrier family 35 member E4 10.40331589 C6_chemical_C1 +LQ05X003120 Putative Solute carrier family 35 member E4 9.167465061 C6_chemical_C2 +LQ05X003120 Putative Solute carrier family 35 member E4 10.48343759 C6_chemical_C3 +LQ05X003120 Putative Solute carrier family 35 member E4 11.55520407 L4_control_A1 +LQ05X003120 Putative Solute carrier family 35 member E4 12.53079027 L4_control_A2 +LQ05X003120 Putative Solute carrier family 35 member E4 10.63270362 L4_control_A3 +LQ05X003120 Putative Solute carrier family 35 member E4 8.381509939 L4_control_B1 +LQ05X003120 Putative Solute carrier family 35 member E4 11.27673629 L4_control_B2 +LQ05X003120 Putative Solute carrier family 35 member E4 8.997175901 L4_control_B3 +LQ05X003120 Putative Solute carrier family 35 member E4 8.534793061 L4_control_C2 +LQ05X003120 Putative Solute carrier family 35 member E4 10.12548125 L4_control_C3 +LQ05X003120 Putative Solute carrier family 35 member E4 10.22417549 L4_chemical_A1 +LQ05X003120 Putative Solute carrier family 35 member E4 11.89614474 L4_chemical_A2 +LQ05X003120 Putative Solute carrier family 35 member E4 9.629840462 L4_chemical_A3 +LQ05X003120 Putative Solute carrier family 35 member E4 11.40219725 L4_chemical_B1 +LQ05X003120 Putative Solute carrier family 35 member E4 11.34738832 L4_chemical_B2 +LQ05X003120 Putative Solute carrier family 35 member E4 11.80070124 L4_chemical_B3 +LQ05X003120 Putative Solute carrier family 35 member E4 8.036767271 L4_chemical_C2 +LQ05X003120 Putative Solute carrier family 35 member E4 9.795767049 L4_chemical_C3 +LQ05X003150 60S ribosomal protein L35a-3 14.77343307 C6_control_A1 +LQ05X003150 60S ribosomal protein L35a-3 14.79317477 C6_control_A3 +LQ05X003150 60S ribosomal protein L35a-3 14.22336811 C6_control_B1 +LQ05X003150 60S ribosomal protein L35a-3 14.49851927 C6_control_B2 +LQ05X003150 60S ribosomal protein L35a-3 14.28275267 C6_control_B3 +LQ05X003150 60S ribosomal protein L35a-3 13.79094127 C6_control_C1 +LQ05X003150 60S ribosomal protein L35a-3 13.94394776 C6_control_C2 +LQ05X003150 60S ribosomal protein L35a-3 13.81819088 C6_control_C3 +LQ05X003150 60S ribosomal protein L35a-3 14.58404123 C6_chemical_A1 +LQ05X003150 60S ribosomal protein L35a-3 14.08721748 C6_chemical_A3 +LQ05X003150 60S ribosomal protein L35a-3 13.77431929 C6_chemical_B1 +LQ05X003150 60S ribosomal protein L35a-3 14.01569184 C6_chemical_B2 +LQ05X003150 60S ribosomal protein L35a-3 14.14564897 C6_chemical_B3 +LQ05X003150 60S ribosomal protein L35a-3 13.92849808 C6_chemical_C1 +LQ05X003150 60S ribosomal protein L35a-3 13.42823323 C6_chemical_C2 +LQ05X003150 60S ribosomal protein L35a-3 13.35057353 C6_chemical_C3 +LQ05X003150 60S ribosomal protein L35a-3 14.4567657 L4_control_A1 +LQ05X003150 60S ribosomal protein L35a-3 14.21632241 L4_control_A2 +LQ05X003150 60S ribosomal protein L35a-3 14.23920466 L4_control_A3 +LQ05X003150 60S ribosomal protein L35a-3 12.8307155 L4_control_B1 +LQ05X003150 60S ribosomal protein L35a-3 12.87003057 L4_control_B2 +LQ05X003150 60S ribosomal protein L35a-3 13.12382507 L4_control_B3 +LQ05X003150 60S ribosomal protein L35a-3 12.80137986 L4_control_C2 +LQ05X003150 60S ribosomal protein L35a-3 12.81177531 L4_control_C3 +LQ05X003150 60S ribosomal protein L35a-3 14.2201627 L4_chemical_A1 +LQ05X003150 60S ribosomal protein L35a-3 13.48597928 L4_chemical_A2 +LQ05X003150 60S ribosomal protein L35a-3 14.06730174 L4_chemical_A3 +LQ05X003150 60S ribosomal protein L35a-3 13.26672559 L4_chemical_B1 +LQ05X003150 60S ribosomal protein L35a-3 13.32375694 L4_chemical_B2 +LQ05X003150 60S ribosomal protein L35a-3 13.52366766 L4_chemical_B3 +LQ05X003150 60S ribosomal protein L35a-3 12.78419991 L4_chemical_C2 +LQ05X003150 60S ribosomal protein L35a-3 12.70922816 L4_chemical_C3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.16208884 C6_control_A1 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.59424415 C6_control_A3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.12928867 C6_control_B1 +LQ05X003160 Putative Uncharacterized protein C3orf32 9.843921844 C6_control_B2 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.57851243 C6_control_B3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.42515321 C6_control_C1 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.56908699 C6_control_C2 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.38951346 C6_control_C3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.25671841 C6_chemical_A1 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.56602719 C6_chemical_A3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.51268222 C6_chemical_B1 +LQ05X003160 Putative Uncharacterized protein C3orf32 9.78754303 C6_chemical_B2 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.69979408 C6_chemical_B3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.61566814 C6_chemical_C1 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.78963414 C6_chemical_C2 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.44062575 C6_chemical_C3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.11850179 L4_control_A1 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.48200344 L4_control_A2 +LQ05X003160 Putative Uncharacterized protein C3orf32 11.05684662 L4_control_A3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.19319357 L4_control_B1 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.97383408 L4_control_B2 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.39892509 L4_control_B3 +LQ05X003160 Putative Uncharacterized protein C3orf32 11.38034687 L4_control_C2 +LQ05X003160 Putative Uncharacterized protein C3orf32 11.18563449 L4_control_C3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.77100622 L4_chemical_A1 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.86382632 L4_chemical_A2 +LQ05X003160 Putative Uncharacterized protein C3orf32 11.45652464 L4_chemical_A3 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.58497849 L4_chemical_B1 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.57910087 L4_chemical_B2 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.47911589 L4_chemical_B3 +LQ05X003160 Putative Uncharacterized protein C3orf32 11.18926763 L4_chemical_C2 +LQ05X003160 Putative Uncharacterized protein C3orf32 11.02133618 L4_chemical_C3 +LQ05X003170 Putative uncharacterized protein 6.557055553 C6_control_A1 +LQ05X003170 Putative uncharacterized protein 5.762780506 C6_control_A3 +LQ05X003170 Putative uncharacterized protein 6.72040625 C6_control_B1 +LQ05X003170 Putative uncharacterized protein 6.366899265 C6_control_B2 +LQ05X003170 Putative uncharacterized protein 6.513011608 C6_control_B3 +LQ05X003170 Putative uncharacterized protein 5.849386858 C6_control_C1 +LQ05X003170 Putative uncharacterized protein 6.181581088 C6_control_C2 +LQ05X003170 Putative uncharacterized protein 5.702195686 C6_control_C3 +LQ05X003170 Putative uncharacterized protein 6.071769683 C6_chemical_A1 +LQ05X003170 Putative uncharacterized protein 6.092325951 C6_chemical_A3 +LQ05X003170 Putative uncharacterized protein 6.953624319 C6_chemical_B1 +LQ05X003170 Putative uncharacterized protein 6.447207319 C6_chemical_B2 +LQ05X003170 Putative uncharacterized protein 6.627982142 C6_chemical_B3 +LQ05X003170 Putative uncharacterized protein 5.516815308 C6_chemical_C1 +LQ05X003170 Putative uncharacterized protein 5.998832916 C6_chemical_C2 +LQ05X003170 Putative uncharacterized protein 6.147826749 C6_chemical_C3 +LQ05X003170 Putative uncharacterized protein 6.241616809 L4_control_A1 +LQ05X003170 Putative uncharacterized protein 6.740026567 L4_control_A2 +LQ05X003170 Putative uncharacterized protein 5.885242396 L4_control_A3 +LQ05X003170 Putative uncharacterized protein 5.838927272 L4_control_B1 +LQ05X003170 Putative uncharacterized protein 6.750246716 L4_control_B2 +LQ05X003170 Putative uncharacterized protein 6.707857355 L4_control_B3 +LQ05X003170 Putative uncharacterized protein 5.255306592 L4_control_C2 +LQ05X003170 Putative uncharacterized protein 5.943988036 L4_control_C3 +LQ05X003170 Putative uncharacterized protein 6.119940149 L4_chemical_A1 +LQ05X003170 Putative uncharacterized protein 6.584899933 L4_chemical_A2 +LQ05X003170 Putative uncharacterized protein 5.966988399 L4_chemical_A3 +LQ05X003170 Putative uncharacterized protein 5.879687192 L4_chemical_B1 +LQ05X003170 Putative uncharacterized protein 6.430687944 L4_chemical_B2 +LQ05X003170 Putative uncharacterized protein 6.43612501 L4_chemical_B3 +LQ05X003170 Putative uncharacterized protein 5.074673537 L4_chemical_C2 +LQ05X003170 Putative uncharacterized protein 5.591514993 L4_chemical_C3 +LQ05X003190 Putative Protein transport protein yos1 5.99035079 C6_control_A1 +LQ05X003190 Putative Protein transport protein yos1 5.797572735 C6_control_A3 +LQ05X003190 Putative Protein transport protein yos1 6.019128156 C6_control_B1 +LQ05X003190 Putative Protein transport protein yos1 5.107307487 C6_control_B2 +LQ05X003190 Putative Protein transport protein yos1 5.821154515 C6_control_B3 +LQ05X003190 Putative Protein transport protein yos1 5.536190353 C6_control_C1 +LQ05X003190 Putative Protein transport protein yos1 5.450734238 C6_control_C2 +LQ05X003190 Putative Protein transport protein yos1 5.390316161 C6_control_C3 +LQ05X003190 Putative Protein transport protein yos1 5.559489731 C6_chemical_A1 +LQ05X003190 Putative Protein transport protein yos1 5.634913904 C6_chemical_A3 +LQ05X003190 Putative Protein transport protein yos1 5.383732255 C6_chemical_B1 +LQ05X003190 Putative Protein transport protein yos1 5.483122019 C6_chemical_B2 +LQ05X003190 Putative Protein transport protein yos1 5.793196817 C6_chemical_B3 +LQ05X003190 Putative Protein transport protein yos1 5.202533099 C6_chemical_C1 +LQ05X003190 Putative Protein transport protein yos1 5.060113375 C6_chemical_C2 +LQ05X003190 Putative Protein transport protein yos1 5.576832387 C6_chemical_C3 +LQ05X003190 Putative Protein transport protein yos1 5.716313077 L4_control_A1 +LQ05X003190 Putative Protein transport protein yos1 5.785474974 L4_control_A2 +LQ05X003190 Putative Protein transport protein yos1 6.776805231 L4_control_A3 +LQ05X003190 Putative Protein transport protein yos1 5.913203821 L4_control_B1 +LQ05X003190 Putative Protein transport protein yos1 5.71174118 L4_control_B2 +LQ05X003190 Putative Protein transport protein yos1 6.041235109 L4_control_B3 +LQ05X003190 Putative Protein transport protein yos1 6.14193702 L4_control_C2 +LQ05X003190 Putative Protein transport protein yos1 5.56846371 L4_control_C3 +LQ05X003190 Putative Protein transport protein yos1 5.819428067 L4_chemical_A1 +LQ05X003190 Putative Protein transport protein yos1 5.747668092 L4_chemical_A2 +LQ05X003190 Putative Protein transport protein yos1 6.241064317 L4_chemical_A3 +LQ05X003190 Putative Protein transport protein yos1 5.914528825 L4_chemical_B1 +LQ05X003190 Putative Protein transport protein yos1 5.835051908 L4_chemical_B2 +LQ05X003190 Putative Protein transport protein yos1 5.635416233 L4_chemical_B3 +LQ05X003190 Putative Protein transport protein yos1 6.233223981 L4_chemical_C2 +LQ05X003190 Putative Protein transport protein yos1 6.426650687 L4_chemical_C3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.693150378 C6_control_A1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.854385809 C6_control_A3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.728225815 C6_control_B1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.753784832 C6_control_B2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.647996229 C6_control_B3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.940805244 C6_control_C1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.980336223 C6_control_C2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.151507933 C6_control_C3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.710616855 C6_chemical_A1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.211718659 C6_chemical_A3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.240261558 C6_chemical_B1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 6.286161298 C6_chemical_B2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.449895408 C6_chemical_B3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 6.365210265 C6_chemical_C1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.55790156 C6_chemical_C2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.623122188 C6_chemical_C3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.159173611 L4_control_A1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.559667043 L4_control_A2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.467425046 L4_control_A3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 6.267373987 L4_control_B1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.897007763 L4_control_B2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.12559439 L4_control_B3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 4.891505502 L4_control_C2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 4.997319968 L4_control_C3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 4.956501834 L4_chemical_A1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.838979311 L4_chemical_A2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.701502764 L4_chemical_A3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.885516267 L4_chemical_B1 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.840812862 L4_chemical_B2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.361098832 L4_chemical_B3 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 4.755125249 L4_chemical_C2 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 4.815518251 L4_chemical_C3 +LQ05X003220 Putative Agglutinin-2 6.135291571 C6_control_A1 +LQ05X003220 Putative Agglutinin-2 8.342093726 C6_control_A3 +LQ05X003220 Putative Agglutinin-2 6.635395932 C6_control_B1 +LQ05X003220 Putative Agglutinin-2 6.028086853 C6_control_B2 +LQ05X003220 Putative Agglutinin-2 5.727100129 C6_control_B3 +LQ05X003220 Putative Agglutinin-2 5.214522586 C6_control_C1 +LQ05X003220 Putative Agglutinin-2 5.950547658 C6_control_C2 +LQ05X003220 Putative Agglutinin-2 5.080841218 C6_control_C3 +LQ05X003220 Putative Agglutinin-2 5.379082447 C6_chemical_A1 +LQ05X003220 Putative Agglutinin-2 6.023963164 C6_chemical_A3 +LQ05X003220 Putative Agglutinin-2 5.791145719 C6_chemical_B1 +LQ05X003220 Putative Agglutinin-2 6.363407101 C6_chemical_B2 +LQ05X003220 Putative Agglutinin-2 5.647061879 C6_chemical_B3 +LQ05X003220 Putative Agglutinin-2 5.032540585 C6_chemical_C1 +LQ05X003220 Putative Agglutinin-2 5.482282119 C6_chemical_C2 +LQ05X003220 Putative Agglutinin-2 4.948496961 C6_chemical_C3 +LQ05X003220 Putative Agglutinin-2 6.189137293 L4_control_A1 +LQ05X003220 Putative Agglutinin-2 5.78648869 L4_control_A2 +LQ05X003220 Putative Agglutinin-2 5.771465161 L4_control_A3 +LQ05X003220 Putative Agglutinin-2 5.574085737 L4_control_B1 +LQ05X003220 Putative Agglutinin-2 6.150991097 L4_control_B2 +LQ05X003220 Putative Agglutinin-2 5.096292009 L4_control_B3 +LQ05X003220 Putative Agglutinin-2 5.558662631 L4_control_C2 +LQ05X003220 Putative Agglutinin-2 5.479843983 L4_control_C3 +LQ05X003220 Putative Agglutinin-2 5.55985663 L4_chemical_A1 +LQ05X003220 Putative Agglutinin-2 5.455317781 L4_chemical_A2 +LQ05X003220 Putative Agglutinin-2 5.738698319 L4_chemical_A3 +LQ05X003220 Putative Agglutinin-2 6.082479519 L4_chemical_B1 +LQ05X003220 Putative Agglutinin-2 5.540140689 L4_chemical_B2 +LQ05X003220 Putative Agglutinin-2 6.147095908 L4_chemical_B3 +LQ05X003220 Putative Agglutinin-2 5.217692534 L4_chemical_C2 +LQ05X003220 Putative Agglutinin-2 4.982636949 L4_chemical_C3 +LQ05X003230 Predicted protein 12.06100765 C6_control_A1 +LQ05X003230 Predicted protein 12.02078093 C6_control_A3 +LQ05X003230 Predicted protein 12.47442399 C6_control_B1 +LQ05X003230 Predicted protein 12.41149317 C6_control_B2 +LQ05X003230 Predicted protein 12.37680174 C6_control_B3 +LQ05X003230 Predicted protein 13.88701209 C6_control_C1 +LQ05X003230 Predicted protein 13.5164296 C6_control_C2 +LQ05X003230 Predicted protein 13.34438118 C6_control_C3 +LQ05X003230 Predicted protein 11.96091561 C6_chemical_A1 +LQ05X003230 Predicted protein 12.01668926 C6_chemical_A3 +LQ05X003230 Predicted protein 12.54021638 C6_chemical_B1 +LQ05X003230 Predicted protein 12.08106415 C6_chemical_B2 +LQ05X003230 Predicted protein 12.34466486 C6_chemical_B3 +LQ05X003230 Predicted protein 13.51132109 C6_chemical_C1 +LQ05X003230 Predicted protein 13.49693509 C6_chemical_C2 +LQ05X003230 Predicted protein 13.05569638 C6_chemical_C3 +LQ05X003230 Predicted protein 11.58357909 L4_control_A1 +LQ05X003230 Predicted protein 12.07951543 L4_control_A2 +LQ05X003230 Predicted protein 12.1209357 L4_control_A3 +LQ05X003230 Predicted protein 12.5287168 L4_control_B1 +LQ05X003230 Predicted protein 12.89535048 L4_control_B2 +LQ05X003230 Predicted protein 12.39226531 L4_control_B3 +LQ05X003230 Predicted protein 14.02365777 L4_control_C2 +LQ05X003230 Predicted protein 14.26394148 L4_control_C3 +LQ05X003230 Predicted protein 11.05785022 L4_chemical_A1 +LQ05X003230 Predicted protein 11.90200784 L4_chemical_A2 +LQ05X003230 Predicted protein 11.6838671 L4_chemical_A3 +LQ05X003230 Predicted protein 12.44413792 L4_chemical_B1 +LQ05X003230 Predicted protein 12.658157 L4_chemical_B2 +LQ05X003230 Predicted protein 11.68025704 L4_chemical_B3 +LQ05X003230 Predicted protein 13.94798861 L4_chemical_C2 +LQ05X003230 Predicted protein 14.157168 L4_chemical_C3 +LQ05X003240 Predicted protein (Fragment) 10.4093967 C6_control_A1 +LQ05X003240 Predicted protein (Fragment) 9.093917349 C6_control_A3 +LQ05X003240 Predicted protein (Fragment) 10.04069167 C6_control_B1 +LQ05X003240 Predicted protein (Fragment) 10.11811467 C6_control_B2 +LQ05X003240 Predicted protein (Fragment) 10.31011911 C6_control_B3 +LQ05X003240 Predicted protein (Fragment) 10.04725025 C6_control_C1 +LQ05X003240 Predicted protein (Fragment) 9.284980241 C6_control_C2 +LQ05X003240 Predicted protein (Fragment) 8.856947561 C6_control_C3 +LQ05X003240 Predicted protein (Fragment) 9.987283628 C6_chemical_A1 +LQ05X003240 Predicted protein (Fragment) 8.654993708 C6_chemical_A3 +LQ05X003240 Predicted protein (Fragment) 9.988159726 C6_chemical_B1 +LQ05X003240 Predicted protein (Fragment) 10.34553684 C6_chemical_B2 +LQ05X003240 Predicted protein (Fragment) 9.08565807 C6_chemical_B3 +LQ05X003240 Predicted protein (Fragment) 10.46265408 C6_chemical_C1 +LQ05X003240 Predicted protein (Fragment) 9.529236901 C6_chemical_C2 +LQ05X003240 Predicted protein (Fragment) 8.596428943 C6_chemical_C3 +LQ05X003240 Predicted protein (Fragment) 10.50199511 L4_control_A1 +LQ05X003240 Predicted protein (Fragment) 10.88291706 L4_control_A2 +LQ05X003240 Predicted protein (Fragment) 10.32806967 L4_control_A3 +LQ05X003240 Predicted protein (Fragment) 9.960656911 L4_control_B1 +LQ05X003240 Predicted protein (Fragment) 9.703056196 L4_control_B2 +LQ05X003240 Predicted protein (Fragment) 9.564079773 L4_control_B3 +LQ05X003240 Predicted protein (Fragment) 8.04128443 L4_control_C2 +LQ05X003240 Predicted protein (Fragment) 7.31027326 L4_control_C3 +LQ05X003240 Predicted protein (Fragment) 10.31476805 L4_chemical_A1 +LQ05X003240 Predicted protein (Fragment) 10.8023813 L4_chemical_A2 +LQ05X003240 Predicted protein (Fragment) 10.58622641 L4_chemical_A3 +LQ05X003240 Predicted protein (Fragment) 10.018714 L4_chemical_B1 +LQ05X003240 Predicted protein (Fragment) 10.30954035 L4_chemical_B2 +LQ05X003240 Predicted protein (Fragment) 10.41113103 L4_chemical_B3 +LQ05X003240 Predicted protein (Fragment) 7.987078761 L4_chemical_C2 +LQ05X003240 Predicted protein (Fragment) 8.991176326 L4_chemical_C3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.06424934 C6_control_A1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.201167684 C6_control_A3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.189866882 C6_control_B1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.185836454 C6_control_B2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.05820374 C6_control_B3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.47530804 C6_control_C1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.971199082 C6_control_C2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.129296884 C6_control_C3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.103865358 C6_chemical_A1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.205859391 C6_chemical_A3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.440776901 C6_chemical_B1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.390510294 C6_chemical_B2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.276076193 C6_chemical_B3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.105009583 C6_chemical_C1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.952231495 C6_chemical_C2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.841754109 C6_chemical_C3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.931171096 L4_control_A1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.851750664 L4_control_A2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.425477083 L4_control_A3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.149524695 L4_control_B1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.036442182 L4_control_B2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.121651913 L4_control_B3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.429253741 L4_control_C2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 6.509192633 L4_control_C3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.86063623 L4_chemical_A1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.874583068 L4_chemical_A2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.308220371 L4_chemical_A3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.058640327 L4_chemical_B1 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.212079762 L4_chemical_B2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.863944109 L4_chemical_B3 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 4.850668013 L4_chemical_C2 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.512634256 L4_chemical_C3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 7.042017954 C6_control_A1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 8.401110763 C6_control_A3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 6.908426416 C6_control_B1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 10.47391171 C6_control_B2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 7.676967446 C6_control_B3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 10.3874834 C6_control_C1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.30529865 C6_control_C2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 10.39292667 C6_control_C3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 6.520126882 C6_chemical_A1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 10.50857024 C6_chemical_A3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 6.642418204 C6_chemical_B1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 10.53605921 C6_chemical_B2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 7.868670196 C6_chemical_B3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 10.55054227 C6_chemical_C1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.88555132 C6_chemical_C2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 13.83791208 C6_chemical_C3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.4441751 L4_control_A1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.95920208 L4_control_A2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 9.227182944 L4_control_A3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 12.529392 L4_control_B1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.55283418 L4_control_B2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 13.41559888 L4_control_B3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.95833268 L4_control_C2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.79109609 L4_control_C3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.12129392 L4_chemical_A1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.50088398 L4_chemical_A2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 10.00183497 L4_chemical_A3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.47462911 L4_chemical_B1 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 11.43100878 L4_chemical_B2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 12.61676325 L4_chemical_B3 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 12.21503112 L4_chemical_C2 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 12.35710996 L4_chemical_C3 +LQ05X003270 Putative uncharacterized protein 9.295402843 C6_control_A1 +LQ05X003270 Putative uncharacterized protein 9.990222466 C6_control_A3 +LQ05X003270 Putative uncharacterized protein 9.609698451 C6_control_B1 +LQ05X003270 Putative uncharacterized protein 11.33934278 C6_control_B2 +LQ05X003270 Putative uncharacterized protein 10.38689974 C6_control_B3 +LQ05X003270 Putative uncharacterized protein 9.265347538 C6_control_C1 +LQ05X003270 Putative uncharacterized protein 8.672909198 C6_control_C2 +LQ05X003270 Putative uncharacterized protein 8.825679644 C6_control_C3 +LQ05X003270 Putative uncharacterized protein 9.734544986 C6_chemical_A1 +LQ05X003270 Putative uncharacterized protein 9.684115154 C6_chemical_A3 +LQ05X003270 Putative uncharacterized protein 9.913640309 C6_chemical_B1 +LQ05X003270 Putative uncharacterized protein 11.17581382 C6_chemical_B2 +LQ05X003270 Putative uncharacterized protein 10.45235093 C6_chemical_B3 +LQ05X003270 Putative uncharacterized protein 8.645737477 C6_chemical_C1 +LQ05X003270 Putative uncharacterized protein 8.448767253 C6_chemical_C2 +LQ05X003270 Putative uncharacterized protein 7.780320804 C6_chemical_C3 +LQ05X003270 Putative uncharacterized protein 9.588943799 L4_control_A1 +LQ05X003270 Putative uncharacterized protein 9.87069751 L4_control_A2 +LQ05X003270 Putative uncharacterized protein 10.00702528 L4_control_A3 +LQ05X003270 Putative uncharacterized protein 10.7266484 L4_control_B1 +LQ05X003270 Putative uncharacterized protein 9.392252865 L4_control_B2 +LQ05X003270 Putative uncharacterized protein 10.76355274 L4_control_B3 +LQ05X003270 Putative uncharacterized protein 9.607727572 L4_control_C2 +LQ05X003270 Putative uncharacterized protein 9.09367367 L4_control_C3 +LQ05X003270 Putative uncharacterized protein 10.42553757 L4_chemical_A1 +LQ05X003270 Putative uncharacterized protein 10.19131092 L4_chemical_A2 +LQ05X003270 Putative uncharacterized protein 9.883928938 L4_chemical_A3 +LQ05X003270 Putative uncharacterized protein 10.74146613 L4_chemical_B1 +LQ05X003270 Putative uncharacterized protein 9.860409935 L4_chemical_B2 +LQ05X003270 Putative uncharacterized protein 10.05287381 L4_chemical_B3 +LQ05X003270 Putative uncharacterized protein 9.073143083 L4_chemical_C2 +LQ05X003270 Putative uncharacterized protein 8.256945436 L4_chemical_C3 +LQ05X003290 Laccase-7 5.180281602 C6_control_A1 +LQ05X003290 Laccase-7 5.654653442 C6_control_A3 +LQ05X003290 Laccase-7 5.687808126 C6_control_B1 +LQ05X003290 Laccase-7 5.434984514 C6_control_B2 +LQ05X003290 Laccase-7 5.074840031 C6_control_B3 +LQ05X003290 Laccase-7 5.298272808 C6_control_C1 +LQ05X003290 Laccase-7 5.258651036 C6_control_C2 +LQ05X003290 Laccase-7 5.402966713 C6_control_C3 +LQ05X003290 Laccase-7 5.279878001 C6_chemical_A1 +LQ05X003290 Laccase-7 6.906939595 C6_chemical_A3 +LQ05X003290 Laccase-7 4.912582507 C6_chemical_B1 +LQ05X003290 Laccase-7 5.226298251 C6_chemical_B2 +LQ05X003290 Laccase-7 5.62020808 C6_chemical_B3 +LQ05X003290 Laccase-7 5.183801353 C6_chemical_C1 +LQ05X003290 Laccase-7 5.193520388 C6_chemical_C2 +LQ05X003290 Laccase-7 5.070658977 C6_chemical_C3 +LQ05X003290 Laccase-7 6.643190863 L4_control_A1 +LQ05X003290 Laccase-7 5.83261862 L4_control_A2 +LQ05X003290 Laccase-7 7.385375704 L4_control_A3 +LQ05X003290 Laccase-7 5.728246027 L4_control_B1 +LQ05X003290 Laccase-7 5.345081915 L4_control_B2 +LQ05X003290 Laccase-7 6.06744865 L4_control_B3 +LQ05X003290 Laccase-7 5.306741079 L4_control_C2 +LQ05X003290 Laccase-7 5.763617653 L4_control_C3 +LQ05X003290 Laccase-7 8.08842471 L4_chemical_A1 +LQ05X003290 Laccase-7 5.644128795 L4_chemical_A2 +LQ05X003290 Laccase-7 7.502229715 L4_chemical_A3 +LQ05X003290 Laccase-7 7.179129896 L4_chemical_B1 +LQ05X003290 Laccase-7 5.21441551 L4_chemical_B2 +LQ05X003290 Laccase-7 5.622097441 L4_chemical_B3 +LQ05X003290 Laccase-7 6.24501726 L4_chemical_C2 +LQ05X003290 Laccase-7 5.565834243 L4_chemical_C3 +LQ05X003310 Putative uncharacterized protein 6.249509955 C6_control_A1 +LQ05X003310 Putative uncharacterized protein 6.208303644 C6_control_A3 +LQ05X003310 Putative uncharacterized protein 6.737971718 C6_control_B1 +LQ05X003310 Putative uncharacterized protein 6.571761229 C6_control_B2 +LQ05X003310 Putative uncharacterized protein 6.161382921 C6_control_B3 +LQ05X003310 Putative uncharacterized protein 6.471792168 C6_control_C1 +LQ05X003310 Putative uncharacterized protein 6.229345585 C6_control_C2 +LQ05X003310 Putative uncharacterized protein 6.218004333 C6_control_C3 +LQ05X003310 Putative uncharacterized protein 6.355783303 C6_chemical_A1 +LQ05X003310 Putative uncharacterized protein 6.676301196 C6_chemical_A3 +LQ05X003310 Putative uncharacterized protein 6.38667934 C6_chemical_B1 +LQ05X003310 Putative uncharacterized protein 6.715555945 C6_chemical_B2 +LQ05X003310 Putative uncharacterized protein 6.273572743 C6_chemical_B3 +LQ05X003310 Putative uncharacterized protein 6.48142409 C6_chemical_C1 +LQ05X003310 Putative uncharacterized protein 6.816632054 C6_chemical_C2 +LQ05X003310 Putative uncharacterized protein 6.254562834 C6_chemical_C3 +LQ05X003310 Putative uncharacterized protein 5.959043764 L4_control_A1 +LQ05X003310 Putative uncharacterized protein 6.128960162 L4_control_A2 +LQ05X003310 Putative uncharacterized protein 6.88883992 L4_control_A3 +LQ05X003310 Putative uncharacterized protein 7.505797411 L4_control_B1 +LQ05X003310 Putative uncharacterized protein 7.017596183 L4_control_B2 +LQ05X003310 Putative uncharacterized protein 6.466170524 L4_control_B3 +LQ05X003310 Putative uncharacterized protein 6.130865058 L4_control_C2 +LQ05X003310 Putative uncharacterized protein 6.096001218 L4_control_C3 +LQ05X003310 Putative uncharacterized protein 6.134044095 L4_chemical_A1 +LQ05X003310 Putative uncharacterized protein 6.334801499 L4_chemical_A2 +LQ05X003310 Putative uncharacterized protein 6.146373086 L4_chemical_A3 +LQ05X003310 Putative uncharacterized protein 6.970504092 L4_chemical_B1 +LQ05X003310 Putative uncharacterized protein 7.517003841 L4_chemical_B2 +LQ05X003310 Putative uncharacterized protein 6.232773343 L4_chemical_B3 +LQ05X003310 Putative uncharacterized protein 6.031429611 L4_chemical_C2 +LQ05X003310 Putative uncharacterized protein 6.187900663 L4_chemical_C3 +LQ05X003330 Predicted protein 12.16906364 C6_control_A1 +LQ05X003330 Predicted protein 12.42787806 C6_control_A3 +LQ05X003330 Predicted protein 11.93931227 C6_control_B1 +LQ05X003330 Predicted protein 11.76903168 C6_control_B2 +LQ05X003330 Predicted protein 12.00176855 C6_control_B3 +LQ05X003330 Predicted protein 11.60997452 C6_control_C1 +LQ05X003330 Predicted protein 11.72557796 C6_control_C2 +LQ05X003330 Predicted protein 11.53697656 C6_control_C3 +LQ05X003330 Predicted protein 12.26323422 C6_chemical_A1 +LQ05X003330 Predicted protein 12.46816589 C6_chemical_A3 +LQ05X003330 Predicted protein 11.85786504 C6_chemical_B1 +LQ05X003330 Predicted protein 11.87226552 C6_chemical_B2 +LQ05X003330 Predicted protein 11.79776864 C6_chemical_B3 +LQ05X003330 Predicted protein 11.77518515 C6_chemical_C1 +LQ05X003330 Predicted protein 11.56292639 C6_chemical_C2 +LQ05X003330 Predicted protein 11.58036801 C6_chemical_C3 +LQ05X003330 Predicted protein 12.13380923 L4_control_A1 +LQ05X003330 Predicted protein 12.52023675 L4_control_A2 +LQ05X003330 Predicted protein 10.69917398 L4_control_A3 +LQ05X003330 Predicted protein 11.856946 L4_control_B1 +LQ05X003330 Predicted protein 12.50807413 L4_control_B2 +LQ05X003330 Predicted protein 12.24211322 L4_control_B3 +LQ05X003330 Predicted protein 11.43246958 L4_control_C2 +LQ05X003330 Predicted protein 11.80572403 L4_control_C3 +LQ05X003330 Predicted protein 11.53558296 L4_chemical_A1 +LQ05X003330 Predicted protein 12.45686909 L4_chemical_A2 +LQ05X003330 Predicted protein 10.81391804 L4_chemical_A3 +LQ05X003330 Predicted protein 11.89641389 L4_chemical_B1 +LQ05X003330 Predicted protein 12.16004686 L4_chemical_B2 +LQ05X003330 Predicted protein 12.23579268 L4_chemical_B3 +LQ05X003330 Predicted protein 11.62620927 L4_chemical_C2 +LQ05X003330 Predicted protein 11.25511513 L4_chemical_C3 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.23122671 C6_control_A1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.42270986 C6_control_A3 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.24296439 C6_control_B1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.19898341 C6_control_B2 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.31793804 C6_control_B3 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.94204132 C6_control_C1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.0084599 C6_control_C2 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.52932084 C6_control_C3 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.77954548 C6_chemical_A1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.17569108 C6_chemical_A3 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.19160491 C6_chemical_B1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.15535476 C6_chemical_B2 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.77552661 C6_chemical_B3 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.93226994 C6_chemical_C1 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.99551186 C6_chemical_C2 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.148688 C6_chemical_C3 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.64724181 L4_control_A1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.11334836 L4_control_A2 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.06225939 L4_control_A3 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.78851032 L4_control_B1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.25143683 L4_control_B2 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.36019451 L4_control_B3 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.84429459 L4_control_C2 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.16144786 L4_control_C3 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.44749153 L4_chemical_A1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.07222655 L4_chemical_A2 +LQ05X003350 Putative uncharacterized protein (Fragment) 10.7610948 L4_chemical_A3 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.04133332 L4_chemical_B1 +LQ05X003350 Putative uncharacterized protein (Fragment) 12.10562602 L4_chemical_B2 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.74710329 L4_chemical_B3 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.72128156 L4_chemical_C2 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.13742706 L4_chemical_C3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.175782118 C6_control_A1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.06019077 C6_control_A3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.381561761 C6_control_B1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.462128068 C6_control_B2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.475591594 C6_control_B3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.289208096 C6_control_C1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.150868587 C6_control_C2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.31070205 C6_control_C3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.093230606 C6_chemical_A1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.304721182 C6_chemical_A3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 6.022174122 C6_chemical_B1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.408864816 C6_chemical_B2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.291219374 C6_chemical_B3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.558646583 C6_chemical_C1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.491605572 C6_chemical_C2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.14166453 C6_chemical_C3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.094057552 L4_control_A1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.241134335 L4_control_A2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 4.884938418 L4_control_A3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.536244691 L4_control_B1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.446910258 L4_control_B2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.592040841 L4_control_B3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.256006438 L4_control_C2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.443184313 L4_control_C3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.143567995 L4_chemical_A1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.71011607 L4_chemical_A2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.405127159 L4_chemical_A3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.370973659 L4_chemical_B1 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.347824907 L4_chemical_B2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.510434432 L4_chemical_B3 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.010397357 L4_chemical_C2 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.345309211 L4_chemical_C3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.39451424 C6_control_A1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 9.722457045 C6_control_A3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.4731008 C6_control_B1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.1466623 C6_control_B2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.33615334 C6_control_B3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.55758577 C6_control_C1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.6388389 C6_control_C2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.67343859 C6_control_C3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.25963011 C6_chemical_A1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 9.869252096 C6_chemical_A3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.7289454 C6_chemical_B1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.07662128 C6_chemical_B2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.04546772 C6_chemical_B3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.057226 C6_chemical_C1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.22158621 C6_chemical_C2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.04029902 C6_chemical_C3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 9.291091148 L4_control_A1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 9.32220605 L4_control_A2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 7.727772012 L4_control_A3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.15190747 L4_control_B1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.28488555 L4_control_B2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 9.635815725 L4_control_B3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.44153076 L4_control_C2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 9.95307655 L4_control_C3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 9.704126545 L4_chemical_A1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.188315 L4_chemical_A2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 8.30588112 L4_chemical_A3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.10093314 L4_chemical_B1 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.70344344 L4_chemical_B2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.08919798 L4_chemical_B3 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 11.44522088 L4_chemical_C2 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.47860836 L4_chemical_C3 +LQ05X003430 17.3 kDa class I heat shock protein 5.987180546 C6_control_A1 +LQ05X003430 17.3 kDa class I heat shock protein 5.752414872 C6_control_A3 +LQ05X003430 17.3 kDa class I heat shock protein 6.331770498 C6_control_B1 +LQ05X003430 17.3 kDa class I heat shock protein 6.181447983 C6_control_B2 +LQ05X003430 17.3 kDa class I heat shock protein 6.576471045 C6_control_B3 +LQ05X003430 17.3 kDa class I heat shock protein 5.743243534 C6_control_C1 +LQ05X003430 17.3 kDa class I heat shock protein 6.233662157 C6_control_C2 +LQ05X003430 17.3 kDa class I heat shock protein 6.485778865 C6_control_C3 +LQ05X003430 17.3 kDa class I heat shock protein 6.448752442 C6_chemical_A1 +LQ05X003430 17.3 kDa class I heat shock protein 5.934653302 C6_chemical_A3 +LQ05X003430 17.3 kDa class I heat shock protein 6.529906629 C6_chemical_B1 +LQ05X003430 17.3 kDa class I heat shock protein 6.252248946 C6_chemical_B2 +LQ05X003430 17.3 kDa class I heat shock protein 6.678786045 C6_chemical_B3 +LQ05X003430 17.3 kDa class I heat shock protein 5.80874209 C6_chemical_C1 +LQ05X003430 17.3 kDa class I heat shock protein 6.337438133 C6_chemical_C2 +LQ05X003430 17.3 kDa class I heat shock protein 5.996125292 C6_chemical_C3 +LQ05X003430 17.3 kDa class I heat shock protein 6.543797381 L4_control_A1 +LQ05X003430 17.3 kDa class I heat shock protein 6.267053762 L4_control_A2 +LQ05X003430 17.3 kDa class I heat shock protein 6.247764731 L4_control_A3 +LQ05X003430 17.3 kDa class I heat shock protein 5.951084772 L4_control_B1 +LQ05X003430 17.3 kDa class I heat shock protein 6.681320804 L4_control_B2 +LQ05X003430 17.3 kDa class I heat shock protein 6.652260658 L4_control_B3 +LQ05X003430 17.3 kDa class I heat shock protein 7.096140211 L4_control_C2 +LQ05X003430 17.3 kDa class I heat shock protein 5.729319621 L4_control_C3 +LQ05X003430 17.3 kDa class I heat shock protein 6.343348066 L4_chemical_A1 +LQ05X003430 17.3 kDa class I heat shock protein 5.925290135 L4_chemical_A2 +LQ05X003430 17.3 kDa class I heat shock protein 5.999930609 L4_chemical_A3 +LQ05X003430 17.3 kDa class I heat shock protein 6.362288525 L4_chemical_B1 +LQ05X003430 17.3 kDa class I heat shock protein 6.420624849 L4_chemical_B2 +LQ05X003430 17.3 kDa class I heat shock protein 6.329427839 L4_chemical_B3 +LQ05X003430 17.3 kDa class I heat shock protein 5.593678931 L4_chemical_C2 +LQ05X003430 17.3 kDa class I heat shock protein 5.751135124 L4_chemical_C3 +LQ05X003440 Copper transporter 1 5.922525694 C6_control_A1 +LQ05X003440 Copper transporter 1 5.333906367 C6_control_A3 +LQ05X003440 Copper transporter 1 6.088343112 C6_control_B1 +LQ05X003440 Copper transporter 1 5.687757302 C6_control_B2 +LQ05X003440 Copper transporter 1 5.644196846 C6_control_B3 +LQ05X003440 Copper transporter 1 7.139565333 C6_control_C1 +LQ05X003440 Copper transporter 1 6.207531664 C6_control_C2 +LQ05X003440 Copper transporter 1 6.600087815 C6_control_C3 +LQ05X003440 Copper transporter 1 5.838117796 C6_chemical_A1 +LQ05X003440 Copper transporter 1 5.296195319 C6_chemical_A3 +LQ05X003440 Copper transporter 1 6.464079297 C6_chemical_B1 +LQ05X003440 Copper transporter 1 5.529193385 C6_chemical_B2 +LQ05X003440 Copper transporter 1 5.56616413 C6_chemical_B3 +LQ05X003440 Copper transporter 1 6.969702262 C6_chemical_C1 +LQ05X003440 Copper transporter 1 6.225464366 C6_chemical_C2 +LQ05X003440 Copper transporter 1 6.072293669 C6_chemical_C3 +LQ05X003440 Copper transporter 1 5.555729797 L4_control_A1 +LQ05X003440 Copper transporter 1 5.370859794 L4_control_A2 +LQ05X003440 Copper transporter 1 5.432727667 L4_control_A3 +LQ05X003440 Copper transporter 1 5.360598363 L4_control_B1 +LQ05X003440 Copper transporter 1 5.195060039 L4_control_B2 +LQ05X003440 Copper transporter 1 5.804200856 L4_control_B3 +LQ05X003440 Copper transporter 1 5.546746819 L4_control_C2 +LQ05X003440 Copper transporter 1 5.205860197 L4_control_C3 +LQ05X003440 Copper transporter 1 5.411159515 L4_chemical_A1 +LQ05X003440 Copper transporter 1 5.739840509 L4_chemical_A2 +LQ05X003440 Copper transporter 1 4.961857515 L4_chemical_A3 +LQ05X003440 Copper transporter 1 5.560230353 L4_chemical_B1 +LQ05X003440 Copper transporter 1 5.403475013 L4_chemical_B2 +LQ05X003440 Copper transporter 1 5.777037181 L4_chemical_B3 +LQ05X003440 Copper transporter 1 5.768315584 L4_chemical_C2 +LQ05X003440 Copper transporter 1 5.301696931 L4_chemical_C3 +LQ05X003460 Copper transporter 6.249883716 C6_control_A1 +LQ05X003460 Copper transporter 5.862584577 C6_control_A3 +LQ05X003460 Copper transporter 6.254364714 C6_control_B1 +LQ05X003460 Copper transporter 6.559032045 C6_control_B2 +LQ05X003460 Copper transporter 6.710867459 C6_control_B3 +LQ05X003460 Copper transporter 5.93484586 C6_control_C1 +LQ05X003460 Copper transporter 5.924602876 C6_control_C2 +LQ05X003460 Copper transporter 6.723447601 C6_control_C3 +LQ05X003460 Copper transporter 6.398030146 C6_chemical_A1 +LQ05X003460 Copper transporter 6.64653553 C6_chemical_A3 +LQ05X003460 Copper transporter 6.193298543 C6_chemical_B1 +LQ05X003460 Copper transporter 6.81923558 C6_chemical_B2 +LQ05X003460 Copper transporter 6.191674707 C6_chemical_B3 +LQ05X003460 Copper transporter 6.306929385 C6_chemical_C1 +LQ05X003460 Copper transporter 5.942343427 C6_chemical_C2 +LQ05X003460 Copper transporter 6.176022473 C6_chemical_C3 +LQ05X003460 Copper transporter 6.147235364 L4_control_A1 +LQ05X003460 Copper transporter 6.03628418 L4_control_A2 +LQ05X003460 Copper transporter 5.837883676 L4_control_A3 +LQ05X003460 Copper transporter 5.774318008 L4_control_B1 +LQ05X003460 Copper transporter 6.106510176 L4_control_B2 +LQ05X003460 Copper transporter 5.90929737 L4_control_B3 +LQ05X003460 Copper transporter 5.363349398 L4_control_C2 +LQ05X003460 Copper transporter 5.436764378 L4_control_C3 +LQ05X003460 Copper transporter 6.39678319 L4_chemical_A1 +LQ05X003460 Copper transporter 5.647059988 L4_chemical_A2 +LQ05X003460 Copper transporter 5.985579791 L4_chemical_A3 +LQ05X003460 Copper transporter 5.871173155 L4_chemical_B1 +LQ05X003460 Copper transporter 6.187554305 L4_chemical_B2 +LQ05X003460 Copper transporter 5.746867324 L4_chemical_B3 +LQ05X003460 Copper transporter 5.089171959 L4_chemical_C2 +LQ05X003460 Copper transporter 5.850612064 L4_chemical_C3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.96973926 C6_control_A1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 13.12379204 C6_control_A3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 13.01702463 C6_control_B1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.4706864 C6_control_B2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.83024363 C6_control_B3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.72490139 C6_control_C1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.58767816 C6_control_C2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.84286998 C6_control_C3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.84811925 C6_chemical_A1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 13.20808479 C6_chemical_A3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.92172214 C6_chemical_B1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.4289723 C6_chemical_B2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.8811687 C6_chemical_B3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.61490427 C6_chemical_C1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.68228776 C6_chemical_C2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.68884418 C6_chemical_C3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.74194814 L4_control_A1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.86067143 L4_control_A2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.19749544 L4_control_A3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.80632832 L4_control_B1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.81091834 L4_control_B2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.52680352 L4_control_B3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.4037198 L4_control_C2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.82823993 L4_control_C3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 13.01906462 L4_chemical_A1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 13.20043595 L4_chemical_A2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.58040401 L4_chemical_A3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 13.16619083 L4_chemical_B1 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.89536741 L4_chemical_B2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.71087871 L4_chemical_B3 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.63672768 L4_chemical_C2 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.9629285 L4_chemical_C3 +LQ05X003490 Putative uncharacterized protein 8.1889179 C6_control_A1 +LQ05X003490 Putative uncharacterized protein 6.674864339 C6_control_A3 +LQ05X003490 Putative uncharacterized protein 8.539106675 C6_control_B1 +LQ05X003490 Putative uncharacterized protein 7.089931189 C6_control_B2 +LQ05X003490 Putative uncharacterized protein 8.065032114 C6_control_B3 +LQ05X003490 Putative uncharacterized protein 8.170592728 C6_control_C1 +LQ05X003490 Putative uncharacterized protein 6.582565761 C6_control_C2 +LQ05X003490 Putative uncharacterized protein 7.551028855 C6_control_C3 +LQ05X003490 Putative uncharacterized protein 7.865235299 C6_chemical_A1 +LQ05X003490 Putative uncharacterized protein 8.158239852 C6_chemical_A3 +LQ05X003490 Putative uncharacterized protein 8.201238802 C6_chemical_B1 +LQ05X003490 Putative uncharacterized protein 6.749828288 C6_chemical_B2 +LQ05X003490 Putative uncharacterized protein 7.929943103 C6_chemical_B3 +LQ05X003490 Putative uncharacterized protein 7.899199421 C6_chemical_C1 +LQ05X003490 Putative uncharacterized protein 7.274300728 C6_chemical_C2 +LQ05X003490 Putative uncharacterized protein 7.529142258 C6_chemical_C3 +LQ05X003490 Putative uncharacterized protein 7.801671621 L4_control_A1 +LQ05X003490 Putative uncharacterized protein 7.568863779 L4_control_A2 +LQ05X003490 Putative uncharacterized protein 7.734143303 L4_control_A3 +LQ05X003490 Putative uncharacterized protein 7.584612725 L4_control_B1 +LQ05X003490 Putative uncharacterized protein 8.953623283 L4_control_B2 +LQ05X003490 Putative uncharacterized protein 7.54067139 L4_control_B3 +LQ05X003490 Putative uncharacterized protein 9.25350371 L4_control_C2 +LQ05X003490 Putative uncharacterized protein 9.639839081 L4_control_C3 +LQ05X003490 Putative uncharacterized protein 7.296315298 L4_chemical_A1 +LQ05X003490 Putative uncharacterized protein 6.922847776 L4_chemical_A2 +LQ05X003490 Putative uncharacterized protein 7.217457271 L4_chemical_A3 +LQ05X003490 Putative uncharacterized protein 8.220257609 L4_chemical_B1 +LQ05X003490 Putative uncharacterized protein 8.672107196 L4_chemical_B2 +LQ05X003490 Putative uncharacterized protein 7.880571936 L4_chemical_B3 +LQ05X003490 Putative uncharacterized protein 8.423127439 L4_chemical_C2 +LQ05X003490 Putative uncharacterized protein 8.985680496 L4_chemical_C3 +LQ05X003500 Putative Universal stress protein A-like protein 13.11320192 C6_control_A1 +LQ05X003500 Putative Universal stress protein A-like protein 13.58133674 C6_control_A3 +LQ05X003500 Putative Universal stress protein A-like protein 12.92515323 C6_control_B1 +LQ05X003500 Putative Universal stress protein A-like protein 12.0288813 C6_control_B2 +LQ05X003500 Putative Universal stress protein A-like protein 12.63428111 C6_control_B3 +LQ05X003500 Putative Universal stress protein A-like protein 11.18063976 C6_control_C1 +LQ05X003500 Putative Universal stress protein A-like protein 11.95569056 C6_control_C2 +LQ05X003500 Putative Universal stress protein A-like protein 12.25577685 C6_control_C3 +LQ05X003500 Putative Universal stress protein A-like protein 13.47199081 C6_chemical_A1 +LQ05X003500 Putative Universal stress protein A-like protein 13.61809123 C6_chemical_A3 +LQ05X003500 Putative Universal stress protein A-like protein 12.94020535 C6_chemical_B1 +LQ05X003500 Putative Universal stress protein A-like protein 12.12898412 C6_chemical_B2 +LQ05X003500 Putative Universal stress protein A-like protein 12.4402653 C6_chemical_B3 +LQ05X003500 Putative Universal stress protein A-like protein 11.05620737 C6_chemical_C1 +LQ05X003500 Putative Universal stress protein A-like protein 11.52516643 C6_chemical_C2 +LQ05X003500 Putative Universal stress protein A-like protein 11.32327799 C6_chemical_C3 +LQ05X003500 Putative Universal stress protein A-like protein 13.72379929 L4_control_A1 +LQ05X003500 Putative Universal stress protein A-like protein 13.54434378 L4_control_A2 +LQ05X003500 Putative Universal stress protein A-like protein 13.5824252 L4_control_A3 +LQ05X003500 Putative Universal stress protein A-like protein 12.49369579 L4_control_B1 +LQ05X003500 Putative Universal stress protein A-like protein 12.78063908 L4_control_B2 +LQ05X003500 Putative Universal stress protein A-like protein 12.59179561 L4_control_B3 +LQ05X003500 Putative Universal stress protein A-like protein 12.13880364 L4_control_C2 +LQ05X003500 Putative Universal stress protein A-like protein 13.02106457 L4_control_C3 +LQ05X003500 Putative Universal stress protein A-like protein 14.40691139 L4_chemical_A1 +LQ05X003500 Putative Universal stress protein A-like protein 14.20443709 L4_chemical_A2 +LQ05X003500 Putative Universal stress protein A-like protein 14.03557639 L4_chemical_A3 +LQ05X003500 Putative Universal stress protein A-like protein 13.36273987 L4_chemical_B1 +LQ05X003500 Putative Universal stress protein A-like protein 13.23945905 L4_chemical_B2 +LQ05X003500 Putative Universal stress protein A-like protein 12.89799656 L4_chemical_B3 +LQ05X003500 Putative Universal stress protein A-like protein 11.83405319 L4_chemical_C2 +LQ05X003500 Putative Universal stress protein A-like protein 12.94800817 L4_chemical_C3 +LQ05X003530 Probable glutathione S-transferase 6.159055812 C6_control_A1 +LQ05X003530 Probable glutathione S-transferase 5.931019254 C6_control_A3 +LQ05X003530 Probable glutathione S-transferase 5.702447684 C6_control_B1 +LQ05X003530 Probable glutathione S-transferase 5.788116176 C6_control_B2 +LQ05X003530 Probable glutathione S-transferase 5.55103817 C6_control_B3 +LQ05X003530 Probable glutathione S-transferase 5.487270286 C6_control_C1 +LQ05X003530 Probable glutathione S-transferase 6.521880024 C6_control_C2 +LQ05X003530 Probable glutathione S-transferase 6.026574169 C6_control_C3 +LQ05X003530 Probable glutathione S-transferase 5.749783671 C6_chemical_A1 +LQ05X003530 Probable glutathione S-transferase 6.041485647 C6_chemical_A3 +LQ05X003530 Probable glutathione S-transferase 5.410442344 C6_chemical_B1 +LQ05X003530 Probable glutathione S-transferase 6.043644109 C6_chemical_B2 +LQ05X003530 Probable glutathione S-transferase 5.560559445 C6_chemical_B3 +LQ05X003530 Probable glutathione S-transferase 5.743474354 C6_chemical_C1 +LQ05X003530 Probable glutathione S-transferase 5.580232219 C6_chemical_C2 +LQ05X003530 Probable glutathione S-transferase 5.614200431 C6_chemical_C3 +LQ05X003530 Probable glutathione S-transferase 5.561142645 L4_control_A1 +LQ05X003530 Probable glutathione S-transferase 6.276469998 L4_control_A2 +LQ05X003530 Probable glutathione S-transferase 6.574072658 L4_control_A3 +LQ05X003530 Probable glutathione S-transferase 5.335020912 L4_control_B1 +LQ05X003530 Probable glutathione S-transferase 6.447374726 L4_control_B2 +LQ05X003530 Probable glutathione S-transferase 5.911621895 L4_control_B3 +LQ05X003530 Probable glutathione S-transferase 6.546301917 L4_control_C2 +LQ05X003530 Probable glutathione S-transferase 5.595977112 L4_control_C3 +LQ05X003530 Probable glutathione S-transferase 5.77102814 L4_chemical_A1 +LQ05X003530 Probable glutathione S-transferase 5.865368683 L4_chemical_A2 +LQ05X003530 Probable glutathione S-transferase 5.795009252 L4_chemical_A3 +LQ05X003530 Probable glutathione S-transferase 5.940706671 L4_chemical_B1 +LQ05X003530 Probable glutathione S-transferase 6.328363287 L4_chemical_B2 +LQ05X003530 Probable glutathione S-transferase 5.755235379 L4_chemical_B3 +LQ05X003530 Probable glutathione S-transferase 6.083046369 L4_chemical_C2 +LQ05X003530 Probable glutathione S-transferase 6.061645919 L4_chemical_C3 +LQ05X003540 Probable glutathione S-transferase 5.307044821 C6_control_A1 +LQ05X003540 Probable glutathione S-transferase 5.069741223 C6_control_A3 +LQ05X003540 Probable glutathione S-transferase 5.843138361 C6_control_B1 +LQ05X003540 Probable glutathione S-transferase 5.592929349 C6_control_B2 +LQ05X003540 Probable glutathione S-transferase 5.367022112 C6_control_B3 +LQ05X003540 Probable glutathione S-transferase 6.412533139 C6_control_C1 +LQ05X003540 Probable glutathione S-transferase 5.676966849 C6_control_C2 +LQ05X003540 Probable glutathione S-transferase 5.620113633 C6_control_C3 +LQ05X003540 Probable glutathione S-transferase 5.39915033 C6_chemical_A1 +LQ05X003540 Probable glutathione S-transferase 5.717594036 C6_chemical_A3 +LQ05X003540 Probable glutathione S-transferase 5.467649942 C6_chemical_B1 +LQ05X003540 Probable glutathione S-transferase 5.501832688 C6_chemical_B2 +LQ05X003540 Probable glutathione S-transferase 5.398557335 C6_chemical_B3 +LQ05X003540 Probable glutathione S-transferase 6.423862917 C6_chemical_C1 +LQ05X003540 Probable glutathione S-transferase 5.976083062 C6_chemical_C2 +LQ05X003540 Probable glutathione S-transferase 5.969506111 C6_chemical_C3 +LQ05X003540 Probable glutathione S-transferase 6.011293079 L4_control_A1 +LQ05X003540 Probable glutathione S-transferase 6.13548853 L4_control_A2 +LQ05X003540 Probable glutathione S-transferase 5.660841885 L4_control_A3 +LQ05X003540 Probable glutathione S-transferase 5.777846378 L4_control_B1 +LQ05X003540 Probable glutathione S-transferase 5.881929767 L4_control_B2 +LQ05X003540 Probable glutathione S-transferase 6.267167191 L4_control_B3 +LQ05X003540 Probable glutathione S-transferase 6.129814502 L4_control_C2 +LQ05X003540 Probable glutathione S-transferase 6.173977805 L4_control_C3 +LQ05X003540 Probable glutathione S-transferase 6.083667173 L4_chemical_A1 +LQ05X003540 Probable glutathione S-transferase 6.096228578 L4_chemical_A2 +LQ05X003540 Probable glutathione S-transferase 5.570639302 L4_chemical_A3 +LQ05X003540 Probable glutathione S-transferase 6.341882562 L4_chemical_B1 +LQ05X003540 Probable glutathione S-transferase 6.216768666 L4_chemical_B2 +LQ05X003540 Probable glutathione S-transferase 6.554551499 L4_chemical_B3 +LQ05X003540 Probable glutathione S-transferase 7.724113796 L4_chemical_C2 +LQ05X003540 Probable glutathione S-transferase 6.558273233 L4_chemical_C3 +LQ05X003550 Predicted protein 10.56095211 C6_control_A1 +LQ05X003550 Predicted protein 11.79988289 C6_control_A3 +LQ05X003550 Predicted protein 10.56044658 C6_control_B1 +LQ05X003550 Predicted protein 11.74108038 C6_control_B2 +LQ05X003550 Predicted protein 11.6152514 C6_control_B3 +LQ05X003550 Predicted protein 10.25044162 C6_control_C1 +LQ05X003550 Predicted protein 10.19489941 C6_control_C2 +LQ05X003550 Predicted protein 11.72043934 C6_control_C3 +LQ05X003550 Predicted protein 11.70881053 C6_chemical_A1 +LQ05X003550 Predicted protein 12.39268484 C6_chemical_A3 +LQ05X003550 Predicted protein 12.13011742 C6_chemical_B1 +LQ05X003550 Predicted protein 12.27822937 C6_chemical_B2 +LQ05X003550 Predicted protein 12.23741112 C6_chemical_B3 +LQ05X003550 Predicted protein 11.75230239 C6_chemical_C1 +LQ05X003550 Predicted protein 10.07766249 C6_chemical_C2 +LQ05X003550 Predicted protein 11.19627792 C6_chemical_C3 +LQ05X003550 Predicted protein 11.52982517 L4_control_A1 +LQ05X003550 Predicted protein 12.40325117 L4_control_A2 +LQ05X003550 Predicted protein 12.92698827 L4_control_A3 +LQ05X003550 Predicted protein 12.57439099 L4_control_B1 +LQ05X003550 Predicted protein 12.10634314 L4_control_B2 +LQ05X003550 Predicted protein 13.02535019 L4_control_B3 +LQ05X003550 Predicted protein 8.424843263 L4_control_C2 +LQ05X003550 Predicted protein 11.39915077 L4_control_C3 +LQ05X003550 Predicted protein 11.32493825 L4_chemical_A1 +LQ05X003550 Predicted protein 14.21561408 L4_chemical_A2 +LQ05X003550 Predicted protein 11.3793194 L4_chemical_A3 +LQ05X003550 Predicted protein 12.44138939 L4_chemical_B1 +LQ05X003550 Predicted protein 14.07475339 L4_chemical_B2 +LQ05X003550 Predicted protein 13.94559431 L4_chemical_B3 +LQ05X003550 Predicted protein 10.74434066 L4_chemical_C2 +LQ05X003550 Predicted protein 12.62629568 L4_chemical_C3 +LQ05X003590 Putative uncharacterized protein 10.33545784 C6_control_A1 +LQ05X003590 Putative uncharacterized protein 11.22211846 C6_control_A3 +LQ05X003590 Putative uncharacterized protein 11.33539833 C6_control_B1 +LQ05X003590 Putative uncharacterized protein 10.76277181 C6_control_B2 +LQ05X003590 Putative uncharacterized protein 11.25904377 C6_control_B3 +LQ05X003590 Putative uncharacterized protein 11.59438077 C6_control_C1 +LQ05X003590 Putative uncharacterized protein 12.39712107 C6_control_C2 +LQ05X003590 Putative uncharacterized protein 12.40243127 C6_control_C3 +LQ05X003590 Putative uncharacterized protein 11.29337265 C6_chemical_A1 +LQ05X003590 Putative uncharacterized protein 12.72571691 C6_chemical_A3 +LQ05X003590 Putative uncharacterized protein 12.80824921 C6_chemical_B1 +LQ05X003590 Putative uncharacterized protein 11.62634099 C6_chemical_B2 +LQ05X003590 Putative uncharacterized protein 12.78233553 C6_chemical_B3 +LQ05X003590 Putative uncharacterized protein 12.54317964 C6_chemical_C1 +LQ05X003590 Putative uncharacterized protein 12.64979932 C6_chemical_C2 +LQ05X003590 Putative uncharacterized protein 13.56879003 C6_chemical_C3 +LQ05X003590 Putative uncharacterized protein 10.08947398 L4_control_A1 +LQ05X003590 Putative uncharacterized protein 10.10677248 L4_control_A2 +LQ05X003590 Putative uncharacterized protein 11.55757961 L4_control_A3 +LQ05X003590 Putative uncharacterized protein 12.50477504 L4_control_B1 +LQ05X003590 Putative uncharacterized protein 11.2757277 L4_control_B2 +LQ05X003590 Putative uncharacterized protein 10.85442486 L4_control_B3 +LQ05X003590 Putative uncharacterized protein 11.94776373 L4_control_C2 +LQ05X003590 Putative uncharacterized protein 12.54304448 L4_control_C3 +LQ05X003590 Putative uncharacterized protein 13.7372174 L4_chemical_A1 +LQ05X003590 Putative uncharacterized protein 13.59156061 L4_chemical_A2 +LQ05X003590 Putative uncharacterized protein 12.22497588 L4_chemical_A3 +LQ05X003590 Putative uncharacterized protein 13.18708417 L4_chemical_B1 +LQ05X003590 Putative uncharacterized protein 12.76111241 L4_chemical_B2 +LQ05X003590 Putative uncharacterized protein 12.68818726 L4_chemical_B3 +LQ05X003590 Putative uncharacterized protein 12.99884332 L4_chemical_C2 +LQ05X003590 Putative uncharacterized protein 13.25920095 L4_chemical_C3 +LQ05X003600 Putative uncharacterized protein 6.328150679 C6_control_A1 +LQ05X003600 Putative uncharacterized protein 5.996209511 C6_control_A3 +LQ05X003600 Putative uncharacterized protein 5.655737532 C6_control_B1 +LQ05X003600 Putative uncharacterized protein 6.217504998 C6_control_B2 +LQ05X003600 Putative uncharacterized protein 6.149616026 C6_control_B3 +LQ05X003600 Putative uncharacterized protein 6.909838147 C6_control_C1 +LQ05X003600 Putative uncharacterized protein 6.346427097 C6_control_C2 +LQ05X003600 Putative uncharacterized protein 6.103994128 C6_control_C3 +LQ05X003600 Putative uncharacterized protein 6.350494029 C6_chemical_A1 +LQ05X003600 Putative uncharacterized protein 5.743690691 C6_chemical_A3 +LQ05X003600 Putative uncharacterized protein 5.77967802 C6_chemical_B1 +LQ05X003600 Putative uncharacterized protein 6.20564719 C6_chemical_B2 +LQ05X003600 Putative uncharacterized protein 5.782666023 C6_chemical_B3 +LQ05X003600 Putative uncharacterized protein 6.849805383 C6_chemical_C1 +LQ05X003600 Putative uncharacterized protein 6.431792407 C6_chemical_C2 +LQ05X003600 Putative uncharacterized protein 6.627126046 C6_chemical_C3 +LQ05X003600 Putative uncharacterized protein 6.085372345 L4_control_A1 +LQ05X003600 Putative uncharacterized protein 6.064218608 L4_control_A2 +LQ05X003600 Putative uncharacterized protein 6.515773728 L4_control_A3 +LQ05X003600 Putative uncharacterized protein 6.269581708 L4_control_B1 +LQ05X003600 Putative uncharacterized protein 5.859549282 L4_control_B2 +LQ05X003600 Putative uncharacterized protein 5.955048553 L4_control_B3 +LQ05X003600 Putative uncharacterized protein 5.524342138 L4_control_C2 +LQ05X003600 Putative uncharacterized protein 6.021457678 L4_control_C3 +LQ05X003600 Putative uncharacterized protein 6.429940419 L4_chemical_A1 +LQ05X003600 Putative uncharacterized protein 6.30702138 L4_chemical_A2 +LQ05X003600 Putative uncharacterized protein 6.243749094 L4_chemical_A3 +LQ05X003600 Putative uncharacterized protein 6.555455224 L4_chemical_B1 +LQ05X003600 Putative uncharacterized protein 6.339647611 L4_chemical_B2 +LQ05X003600 Putative uncharacterized protein 5.867482937 L4_chemical_B3 +LQ05X003600 Putative uncharacterized protein 6.762538895 L4_chemical_C2 +LQ05X003600 Putative uncharacterized protein 5.780101036 L4_chemical_C3 +LQ05X003610 Probable proteasome inhibitor 12.0111712 C6_control_A1 +LQ05X003610 Probable proteasome inhibitor 12.00417637 C6_control_A3 +LQ05X003610 Probable proteasome inhibitor 11.80886658 C6_control_B1 +LQ05X003610 Probable proteasome inhibitor 11.84915699 C6_control_B2 +LQ05X003610 Probable proteasome inhibitor 11.77788826 C6_control_B3 +LQ05X003610 Probable proteasome inhibitor 12.59691882 C6_control_C1 +LQ05X003610 Probable proteasome inhibitor 12.02707935 C6_control_C2 +LQ05X003610 Probable proteasome inhibitor 12.16406273 C6_control_C3 +LQ05X003610 Probable proteasome inhibitor 12.21968784 C6_chemical_A1 +LQ05X003610 Probable proteasome inhibitor 12.1962225 C6_chemical_A3 +LQ05X003610 Probable proteasome inhibitor 11.96897294 C6_chemical_B1 +LQ05X003610 Probable proteasome inhibitor 12.03225503 C6_chemical_B2 +LQ05X003610 Probable proteasome inhibitor 11.88121372 C6_chemical_B3 +LQ05X003610 Probable proteasome inhibitor 12.93432042 C6_chemical_C1 +LQ05X003610 Probable proteasome inhibitor 12.49327689 C6_chemical_C2 +LQ05X003610 Probable proteasome inhibitor 12.09882257 C6_chemical_C3 +LQ05X003610 Probable proteasome inhibitor 11.92631578 L4_control_A1 +LQ05X003610 Probable proteasome inhibitor 11.97500641 L4_control_A2 +LQ05X003610 Probable proteasome inhibitor 11.72964435 L4_control_A3 +LQ05X003610 Probable proteasome inhibitor 12.00634711 L4_control_B1 +LQ05X003610 Probable proteasome inhibitor 11.3690861 L4_control_B2 +LQ05X003610 Probable proteasome inhibitor 12.04297243 L4_control_B3 +LQ05X003610 Probable proteasome inhibitor 11.31221304 L4_control_C2 +LQ05X003610 Probable proteasome inhibitor 11.90757772 L4_control_C3 +LQ05X003610 Probable proteasome inhibitor 12.75105354 L4_chemical_A1 +LQ05X003610 Probable proteasome inhibitor 12.26897808 L4_chemical_A2 +LQ05X003610 Probable proteasome inhibitor 12.06369526 L4_chemical_A3 +LQ05X003610 Probable proteasome inhibitor 11.99192223 L4_chemical_B1 +LQ05X003610 Probable proteasome inhibitor 11.89230544 L4_chemical_B2 +LQ05X003610 Probable proteasome inhibitor 12.2811612 L4_chemical_B3 +LQ05X003610 Probable proteasome inhibitor 11.55879971 L4_chemical_C2 +LQ05X003610 Probable proteasome inhibitor 11.91378066 L4_chemical_C3 +LQ05X003630 Putative uncharacterized protein 11.11156426 C6_control_A1 +LQ05X003630 Putative uncharacterized protein 10.25196072 C6_control_A3 +LQ05X003630 Putative uncharacterized protein 10.7482643 C6_control_B1 +LQ05X003630 Putative uncharacterized protein 13.0218886 C6_control_B2 +LQ05X003630 Putative uncharacterized protein 11.70067715 C6_control_B3 +LQ05X003630 Putative uncharacterized protein 12.96567381 C6_control_C1 +LQ05X003630 Putative uncharacterized protein 13.28479939 C6_control_C2 +LQ05X003630 Putative uncharacterized protein 12.92292777 C6_control_C3 +LQ05X003630 Putative uncharacterized protein 10.81259324 C6_chemical_A1 +LQ05X003630 Putative uncharacterized protein 9.968593906 C6_chemical_A3 +LQ05X003630 Putative uncharacterized protein 10.89163201 C6_chemical_B1 +LQ05X003630 Putative uncharacterized protein 13.47269571 C6_chemical_B2 +LQ05X003630 Putative uncharacterized protein 11.83355132 C6_chemical_B3 +LQ05X003630 Putative uncharacterized protein 13.14569467 C6_chemical_C1 +LQ05X003630 Putative uncharacterized protein 13.43849078 C6_chemical_C2 +LQ05X003630 Putative uncharacterized protein 13.32612738 C6_chemical_C3 +LQ05X003630 Putative uncharacterized protein 10.29209855 L4_control_A1 +LQ05X003630 Putative uncharacterized protein 10.02078638 L4_control_A2 +LQ05X003630 Putative uncharacterized protein 8.579239434 L4_control_A3 +LQ05X003630 Putative uncharacterized protein 11.2861203 L4_control_B1 +LQ05X003630 Putative uncharacterized protein 8.923443906 L4_control_B2 +LQ05X003630 Putative uncharacterized protein 11.40971685 L4_control_B3 +LQ05X003630 Putative uncharacterized protein 9.93845821 L4_control_C2 +LQ05X003630 Putative uncharacterized protein 9.371838546 L4_control_C3 +LQ05X003630 Putative uncharacterized protein 10.64973626 L4_chemical_A1 +LQ05X003630 Putative uncharacterized protein 10.02498171 L4_chemical_A2 +LQ05X003630 Putative uncharacterized protein 9.702896339 L4_chemical_A3 +LQ05X003630 Putative uncharacterized protein 9.13522036 L4_chemical_B1 +LQ05X003630 Putative uncharacterized protein 8.938590247 L4_chemical_B2 +LQ05X003630 Putative uncharacterized protein 11.04577767 L4_chemical_B3 +LQ05X003630 Putative uncharacterized protein 10.33397616 L4_chemical_C2 +LQ05X003630 Putative uncharacterized protein 9.728186878 L4_chemical_C3 +LQ05X003640 Putative Peptide transporter PTR1 5.662534459 C6_control_A1 +LQ05X003640 Putative Peptide transporter PTR1 5.322103265 C6_control_A3 +LQ05X003640 Putative Peptide transporter PTR1 5.335604152 C6_control_B1 +LQ05X003640 Putative Peptide transporter PTR1 5.530024257 C6_control_B2 +LQ05X003640 Putative Peptide transporter PTR1 5.363121234 C6_control_B3 +LQ05X003640 Putative Peptide transporter PTR1 5.584585766 C6_control_C1 +LQ05X003640 Putative Peptide transporter PTR1 5.540032417 C6_control_C2 +LQ05X003640 Putative Peptide transporter PTR1 5.430820838 C6_control_C3 +LQ05X003640 Putative Peptide transporter PTR1 5.415751523 C6_chemical_A1 +LQ05X003640 Putative Peptide transporter PTR1 5.36732732 C6_chemical_A3 +LQ05X003640 Putative Peptide transporter PTR1 5.482662483 C6_chemical_B1 +LQ05X003640 Putative Peptide transporter PTR1 5.301056813 C6_chemical_B2 +LQ05X003640 Putative Peptide transporter PTR1 5.484079371 C6_chemical_B3 +LQ05X003640 Putative Peptide transporter PTR1 5.688412584 C6_chemical_C1 +LQ05X003640 Putative Peptide transporter PTR1 5.752609578 C6_chemical_C2 +LQ05X003640 Putative Peptide transporter PTR1 5.452645679 C6_chemical_C3 +LQ05X003640 Putative Peptide transporter PTR1 5.204816944 L4_control_A1 +LQ05X003640 Putative Peptide transporter PTR1 5.072461684 L4_control_A2 +LQ05X003640 Putative Peptide transporter PTR1 5.461730869 L4_control_A3 +LQ05X003640 Putative Peptide transporter PTR1 5.508361094 L4_control_B1 +LQ05X003640 Putative Peptide transporter PTR1 5.690462004 L4_control_B2 +LQ05X003640 Putative Peptide transporter PTR1 5.369208569 L4_control_B3 +LQ05X003640 Putative Peptide transporter PTR1 5.491600125 L4_control_C2 +LQ05X003640 Putative Peptide transporter PTR1 5.437943423 L4_control_C3 +LQ05X003640 Putative Peptide transporter PTR1 4.998293676 L4_chemical_A1 +LQ05X003640 Putative Peptide transporter PTR1 5.234702448 L4_chemical_A2 +LQ05X003640 Putative Peptide transporter PTR1 6.204162935 L4_chemical_A3 +LQ05X003640 Putative Peptide transporter PTR1 5.660283611 L4_chemical_B1 +LQ05X003640 Putative Peptide transporter PTR1 5.325116549 L4_chemical_B2 +LQ05X003640 Putative Peptide transporter PTR1 5.522331457 L4_chemical_B3 +LQ05X003640 Putative Peptide transporter PTR1 5.595455311 L4_chemical_C2 +LQ05X003640 Putative Peptide transporter PTR1 5.644700781 L4_chemical_C3 +LQ05X003660 BEL1-like homeodomain protein 9 6.029565326 C6_control_A1 +LQ05X003660 BEL1-like homeodomain protein 9 5.580727802 C6_control_A3 +LQ05X003660 BEL1-like homeodomain protein 9 5.765313256 C6_control_B1 +LQ05X003660 BEL1-like homeodomain protein 9 5.343977497 C6_control_B2 +LQ05X003660 BEL1-like homeodomain protein 9 5.639723891 C6_control_B3 +LQ05X003660 BEL1-like homeodomain protein 9 5.200587775 C6_control_C1 +LQ05X003660 BEL1-like homeodomain protein 9 5.325959263 C6_control_C2 +LQ05X003660 BEL1-like homeodomain protein 9 5.46349652 C6_control_C3 +LQ05X003660 BEL1-like homeodomain protein 9 5.690121625 C6_chemical_A1 +LQ05X003660 BEL1-like homeodomain protein 9 5.963553222 C6_chemical_A3 +LQ05X003660 BEL1-like homeodomain protein 9 5.62039447 C6_chemical_B1 +LQ05X003660 BEL1-like homeodomain protein 9 5.52149558 C6_chemical_B2 +LQ05X003660 BEL1-like homeodomain protein 9 5.370651292 C6_chemical_B3 +LQ05X003660 BEL1-like homeodomain protein 9 5.206010074 C6_chemical_C1 +LQ05X003660 BEL1-like homeodomain protein 9 5.298227248 C6_chemical_C2 +LQ05X003660 BEL1-like homeodomain protein 9 5.915603347 C6_chemical_C3 +LQ05X003660 BEL1-like homeodomain protein 9 5.62746773 L4_control_A1 +LQ05X003660 BEL1-like homeodomain protein 9 5.455672348 L4_control_A2 +LQ05X003660 BEL1-like homeodomain protein 9 5.944190152 L4_control_A3 +LQ05X003660 BEL1-like homeodomain protein 9 5.962465837 L4_control_B1 +LQ05X003660 BEL1-like homeodomain protein 9 5.290817668 L4_control_B2 +LQ05X003660 BEL1-like homeodomain protein 9 5.490924709 L4_control_B3 +LQ05X003660 BEL1-like homeodomain protein 9 5.657622501 L4_control_C2 +LQ05X003660 BEL1-like homeodomain protein 9 5.417206443 L4_control_C3 +LQ05X003660 BEL1-like homeodomain protein 9 5.544422567 L4_chemical_A1 +LQ05X003660 BEL1-like homeodomain protein 9 5.406308656 L4_chemical_A2 +LQ05X003660 BEL1-like homeodomain protein 9 5.770009512 L4_chemical_A3 +LQ05X003660 BEL1-like homeodomain protein 9 5.277433145 L4_chemical_B1 +LQ05X003660 BEL1-like homeodomain protein 9 5.407209139 L4_chemical_B2 +LQ05X003660 BEL1-like homeodomain protein 9 5.544785328 L4_chemical_B3 +LQ05X003660 BEL1-like homeodomain protein 9 5.818718146 L4_chemical_C2 +LQ05X003660 BEL1-like homeodomain protein 9 5.979924694 L4_chemical_C3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.897572987 C6_control_A1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.045118418 C6_control_A3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.93793131 C6_control_B1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.990837083 C6_control_B2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.893609323 C6_control_B3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.082348814 C6_control_C1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.905661203 C6_control_C2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.352218889 C6_control_C3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.067612831 C6_chemical_A1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.06758562 C6_chemical_A3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.387296962 C6_chemical_B1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.104888753 C6_chemical_B2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.016545357 C6_chemical_B3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.348243913 C6_chemical_C1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.416545756 C6_chemical_C2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.680978603 C6_chemical_C3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.921484021 L4_control_A1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.225001599 L4_control_A2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.222656232 L4_control_A3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.172392109 L4_control_B1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.175640902 L4_control_B2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.995912563 L4_control_B3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.316550363 L4_control_C2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.609754658 L4_control_C3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.184089912 L4_chemical_A1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.954599519 L4_chemical_A2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.016537106 L4_chemical_A3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.7156394 L4_chemical_B1 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.87890357 L4_chemical_B2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.145365365 L4_chemical_B3 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 4.861557743 L4_chemical_C2 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.302896082 L4_chemical_C3 +LQ05X003770 PRA1 family protein A1 5.410488705 C6_control_A1 +LQ05X003770 PRA1 family protein A1 5.395579929 C6_control_A3 +LQ05X003770 PRA1 family protein A1 5.194726365 C6_control_B1 +LQ05X003770 PRA1 family protein A1 5.504426902 C6_control_B2 +LQ05X003770 PRA1 family protein A1 5.730895612 C6_control_B3 +LQ05X003770 PRA1 family protein A1 5.419392932 C6_control_C1 +LQ05X003770 PRA1 family protein A1 5.00832421 C6_control_C2 +LQ05X003770 PRA1 family protein A1 5.685489928 C6_control_C3 +LQ05X003770 PRA1 family protein A1 5.445590369 C6_chemical_A1 +LQ05X003770 PRA1 family protein A1 5.459716825 C6_chemical_A3 +LQ05X003770 PRA1 family protein A1 5.583457435 C6_chemical_B1 +LQ05X003770 PRA1 family protein A1 5.210995521 C6_chemical_B2 +LQ05X003770 PRA1 family protein A1 5.138244813 C6_chemical_B3 +LQ05X003770 PRA1 family protein A1 5.288040001 C6_chemical_C1 +LQ05X003770 PRA1 family protein A1 5.511985125 C6_chemical_C2 +LQ05X003770 PRA1 family protein A1 5.049877715 C6_chemical_C3 +LQ05X003770 PRA1 family protein A1 5.229714628 L4_control_A1 +LQ05X003770 PRA1 family protein A1 5.296747699 L4_control_A2 +LQ05X003770 PRA1 family protein A1 5.51505186 L4_control_A3 +LQ05X003770 PRA1 family protein A1 5.292466996 L4_control_B1 +LQ05X003770 PRA1 family protein A1 5.843099886 L4_control_B2 +LQ05X003770 PRA1 family protein A1 5.610509699 L4_control_B3 +LQ05X003770 PRA1 family protein A1 5.569514243 L4_control_C2 +LQ05X003770 PRA1 family protein A1 5.002953492 L4_control_C3 +LQ05X003770 PRA1 family protein A1 5.348028974 L4_chemical_A1 +LQ05X003770 PRA1 family protein A1 5.624357644 L4_chemical_A2 +LQ05X003770 PRA1 family protein A1 5.569572398 L4_chemical_A3 +LQ05X003770 PRA1 family protein A1 5.598752958 L4_chemical_B1 +LQ05X003770 PRA1 family protein A1 6.160167564 L4_chemical_B2 +LQ05X003770 PRA1 family protein A1 5.504954116 L4_chemical_B3 +LQ05X003770 PRA1 family protein A1 5.351413218 L4_chemical_C2 +LQ05X003770 PRA1 family protein A1 5.401636727 L4_chemical_C3 +LQ05X003771 Putative Ac-like transposase 6.132664387 C6_control_A1 +LQ05X003771 Putative Ac-like transposase 5.579693083 C6_control_A3 +LQ05X003771 Putative Ac-like transposase 6.291290585 C6_control_B1 +LQ05X003771 Putative Ac-like transposase 5.588121962 C6_control_B2 +LQ05X003771 Putative Ac-like transposase 5.941897108 C6_control_B3 +LQ05X003771 Putative Ac-like transposase 5.461384416 C6_control_C1 +LQ05X003771 Putative Ac-like transposase 5.132139883 C6_control_C2 +LQ05X003771 Putative Ac-like transposase 5.758787039 C6_control_C3 +LQ05X003771 Putative Ac-like transposase 5.693023622 C6_chemical_A1 +LQ05X003771 Putative Ac-like transposase 6.064079741 C6_chemical_A3 +LQ05X003771 Putative Ac-like transposase 5.344895965 C6_chemical_B1 +LQ05X003771 Putative Ac-like transposase 5.694416248 C6_chemical_B2 +LQ05X003771 Putative Ac-like transposase 5.919020544 C6_chemical_B3 +LQ05X003771 Putative Ac-like transposase 5.141903674 C6_chemical_C1 +LQ05X003771 Putative Ac-like transposase 5.17932357 C6_chemical_C2 +LQ05X003771 Putative Ac-like transposase 5.531029542 C6_chemical_C3 +LQ05X003771 Putative Ac-like transposase 5.552783299 L4_control_A1 +LQ05X003771 Putative Ac-like transposase 5.159715291 L4_control_A2 +LQ05X003771 Putative Ac-like transposase 5.619465319 L4_control_A3 +LQ05X003771 Putative Ac-like transposase 5.497550396 L4_control_B1 +LQ05X003771 Putative Ac-like transposase 5.791922734 L4_control_B2 +LQ05X003771 Putative Ac-like transposase 5.432638886 L4_control_B3 +LQ05X003771 Putative Ac-like transposase 5.469603531 L4_control_C2 +LQ05X003771 Putative Ac-like transposase 5.568339547 L4_control_C3 +LQ05X003771 Putative Ac-like transposase 5.339643254 L4_chemical_A1 +LQ05X003771 Putative Ac-like transposase 5.461542034 L4_chemical_A2 +LQ05X003771 Putative Ac-like transposase 5.295262574 L4_chemical_A3 +LQ05X003771 Putative Ac-like transposase 6.071696111 L4_chemical_B1 +LQ05X003771 Putative Ac-like transposase 5.67871135 L4_chemical_B2 +LQ05X003771 Putative Ac-like transposase 5.259494816 L4_chemical_B3 +LQ05X003771 Putative Ac-like transposase 5.208911237 L4_chemical_C2 +LQ05X003771 Putative Ac-like transposase 5.565381046 L4_chemical_C3 +LQ05X003780 Hypothetical protein 6.14504137 C6_control_A1 +LQ05X003780 Hypothetical protein 6.039695038 C6_control_A3 +LQ05X003780 Hypothetical protein 6.455136719 C6_control_B1 +LQ05X003780 Hypothetical protein 5.906187634 C6_control_B2 +LQ05X003780 Hypothetical protein 7.057482452 C6_control_B3 +LQ05X003780 Hypothetical protein 5.210781434 C6_control_C1 +LQ05X003780 Hypothetical protein 5.116366166 C6_control_C2 +LQ05X003780 Hypothetical protein 5.291855313 C6_control_C3 +LQ05X003780 Hypothetical protein 6.145700835 C6_chemical_A1 +LQ05X003780 Hypothetical protein 6.431023012 C6_chemical_A3 +LQ05X003780 Hypothetical protein 6.705724324 C6_chemical_B1 +LQ05X003780 Hypothetical protein 6.175412192 C6_chemical_B2 +LQ05X003780 Hypothetical protein 6.807139392 C6_chemical_B3 +LQ05X003780 Hypothetical protein 5.351184747 C6_chemical_C1 +LQ05X003780 Hypothetical protein 5.270654984 C6_chemical_C2 +LQ05X003780 Hypothetical protein 5.455695289 C6_chemical_C3 +LQ05X003780 Hypothetical protein 5.547059829 L4_control_A1 +LQ05X003780 Hypothetical protein 6.163839147 L4_control_A2 +LQ05X003780 Hypothetical protein 7.043640087 L4_control_A3 +LQ05X003780 Hypothetical protein 7.153552267 L4_control_B1 +LQ05X003780 Hypothetical protein 6.920781837 L4_control_B2 +LQ05X003780 Hypothetical protein 7.089200125 L4_control_B3 +LQ05X003780 Hypothetical protein 5.35682016 L4_control_C2 +LQ05X003780 Hypothetical protein 5.599401146 L4_control_C3 +LQ05X003780 Hypothetical protein 5.560595913 L4_chemical_A1 +LQ05X003780 Hypothetical protein 6.255911369 L4_chemical_A2 +LQ05X003780 Hypothetical protein 5.790218377 L4_chemical_A3 +LQ05X003780 Hypothetical protein 6.840540248 L4_chemical_B1 +LQ05X003780 Hypothetical protein 7.189288537 L4_chemical_B2 +LQ05X003780 Hypothetical protein 7.098121005 L4_chemical_B3 +LQ05X003780 Hypothetical protein 5.561279029 L4_chemical_C2 +LQ05X003780 Hypothetical protein 6.333011432 L4_chemical_C3 +LQ05X003800 Uracil phosphoribosyltransferase 12.73590911 C6_control_A1 +LQ05X003800 Uracil phosphoribosyltransferase 13.18367664 C6_control_A3 +LQ05X003800 Uracil phosphoribosyltransferase 12.19393151 C6_control_B1 +LQ05X003800 Uracil phosphoribosyltransferase 12.3442465 C6_control_B2 +LQ05X003800 Uracil phosphoribosyltransferase 11.81511514 C6_control_B3 +LQ05X003800 Uracil phosphoribosyltransferase 12.65653267 C6_control_C1 +LQ05X003800 Uracil phosphoribosyltransferase 12.56393428 C6_control_C2 +LQ05X003800 Uracil phosphoribosyltransferase 12.23430789 C6_control_C3 +LQ05X003800 Uracil phosphoribosyltransferase 12.7320484 C6_chemical_A1 +LQ05X003800 Uracil phosphoribosyltransferase 13.03895424 C6_chemical_A3 +LQ05X003800 Uracil phosphoribosyltransferase 12.09301669 C6_chemical_B1 +LQ05X003800 Uracil phosphoribosyltransferase 12.38432689 C6_chemical_B2 +LQ05X003800 Uracil phosphoribosyltransferase 11.72341505 C6_chemical_B3 +LQ05X003800 Uracil phosphoribosyltransferase 12.31255225 C6_chemical_C1 +LQ05X003800 Uracil phosphoribosyltransferase 12.95602152 C6_chemical_C2 +LQ05X003800 Uracil phosphoribosyltransferase 12.03384595 C6_chemical_C3 +LQ05X003800 Uracil phosphoribosyltransferase 12.40729844 L4_control_A1 +LQ05X003800 Uracil phosphoribosyltransferase 12.47809001 L4_control_A2 +LQ05X003800 Uracil phosphoribosyltransferase 12.73710236 L4_control_A3 +LQ05X003800 Uracil phosphoribosyltransferase 12.09904705 L4_control_B1 +LQ05X003800 Uracil phosphoribosyltransferase 12.92660772 L4_control_B2 +LQ05X003800 Uracil phosphoribosyltransferase 12.21323709 L4_control_B3 +LQ05X003800 Uracil phosphoribosyltransferase 13.13849525 L4_control_C2 +LQ05X003800 Uracil phosphoribosyltransferase 12.7829977 L4_control_C3 +LQ05X003800 Uracil phosphoribosyltransferase 12.00037104 L4_chemical_A1 +LQ05X003800 Uracil phosphoribosyltransferase 12.10398444 L4_chemical_A2 +LQ05X003800 Uracil phosphoribosyltransferase 12.08385463 L4_chemical_A3 +LQ05X003800 Uracil phosphoribosyltransferase 11.97962795 L4_chemical_B1 +LQ05X003800 Uracil phosphoribosyltransferase 12.65088274 L4_chemical_B2 +LQ05X003800 Uracil phosphoribosyltransferase 11.80521807 L4_chemical_B3 +LQ05X003800 Uracil phosphoribosyltransferase 13.28093295 L4_chemical_C2 +LQ05X003800 Uracil phosphoribosyltransferase 12.87545097 L4_chemical_C3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 11.90083924 C6_control_A1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.84599468 C6_control_A3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.15595504 C6_control_B1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.27046917 C6_control_B2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.67177892 C6_control_B3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 11.79622077 C6_control_C1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.77723465 C6_control_C2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.79979646 C6_control_C3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.66876056 C6_chemical_A1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 14.69154894 C6_chemical_A3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.82059918 C6_chemical_B1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.64666251 C6_chemical_B2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 13.25167182 C6_chemical_B3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 13.03617623 C6_chemical_C1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.88598568 C6_chemical_C2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.98005845 C6_chemical_C3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.54036082 L4_control_A1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 11.27882135 L4_control_A2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 13.26486249 L4_control_A3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.75398817 L4_control_B1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.65925664 L4_control_B2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 13.16312207 L4_control_B3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 11.4726485 L4_control_C2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.3675976 L4_control_C3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 15.38560199 L4_chemical_A1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 14.94833125 L4_chemical_A2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 14.72277799 L4_chemical_A3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 13.70525535 L4_chemical_B1 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 13.98537414 L4_chemical_B2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 13.43185309 L4_chemical_B3 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 11.88664909 L4_chemical_C2 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.88596126 L4_chemical_C3 +LQ05X003860 Putative Aldose reductase 5.627928209 C6_control_A1 +LQ05X003860 Putative Aldose reductase 5.440706702 C6_control_A3 +LQ05X003860 Putative Aldose reductase 4.951122744 C6_control_B1 +LQ05X003860 Putative Aldose reductase 5.266530469 C6_control_B2 +LQ05X003860 Putative Aldose reductase 5.347858065 C6_control_B3 +LQ05X003860 Putative Aldose reductase 5.04639895 C6_control_C1 +LQ05X003860 Putative Aldose reductase 5.313580658 C6_control_C2 +LQ05X003860 Putative Aldose reductase 5.581422966 C6_control_C3 +LQ05X003860 Putative Aldose reductase 5.626144835 C6_chemical_A1 +LQ05X003860 Putative Aldose reductase 5.256780903 C6_chemical_A3 +LQ05X003860 Putative Aldose reductase 5.101303387 C6_chemical_B1 +LQ05X003860 Putative Aldose reductase 5.267674123 C6_chemical_B2 +LQ05X003860 Putative Aldose reductase 5.211412128 C6_chemical_B3 +LQ05X003860 Putative Aldose reductase 5.169790812 C6_chemical_C1 +LQ05X003860 Putative Aldose reductase 5.282244236 C6_chemical_C2 +LQ05X003860 Putative Aldose reductase 5.233721381 C6_chemical_C3 +LQ05X003860 Putative Aldose reductase 5.366513319 L4_control_A1 +LQ05X003860 Putative Aldose reductase 5.609340235 L4_control_A2 +LQ05X003860 Putative Aldose reductase 5.407521737 L4_control_A3 +LQ05X003860 Putative Aldose reductase 5.299184426 L4_control_B1 +LQ05X003860 Putative Aldose reductase 5.583180262 L4_control_B2 +LQ05X003860 Putative Aldose reductase 4.917962752 L4_control_B3 +LQ05X003860 Putative Aldose reductase 4.867143646 L4_control_C2 +LQ05X003860 Putative Aldose reductase 5.132254325 L4_control_C3 +LQ05X003860 Putative Aldose reductase 5.158050027 L4_chemical_A1 +LQ05X003860 Putative Aldose reductase 5.223436663 L4_chemical_A2 +LQ05X003860 Putative Aldose reductase 5.484893009 L4_chemical_A3 +LQ05X003860 Putative Aldose reductase 4.934204718 L4_chemical_B1 +LQ05X003860 Putative Aldose reductase 5.267889007 L4_chemical_B2 +LQ05X003860 Putative Aldose reductase 5.287739743 L4_chemical_B3 +LQ05X003860 Putative Aldose reductase 5.192574954 L4_chemical_C2 +LQ05X003860 Putative Aldose reductase 4.603103631 L4_chemical_C3 +LQ05X003880 Putative Aldose reductase 13.05493777 C6_control_A1 +LQ05X003880 Putative Aldose reductase 12.9972279 C6_control_A3 +LQ05X003880 Putative Aldose reductase 13.27627785 C6_control_B1 +LQ05X003880 Putative Aldose reductase 13.61227467 C6_control_B2 +LQ05X003880 Putative Aldose reductase 13.39547093 C6_control_B3 +LQ05X003880 Putative Aldose reductase 14.6299875 C6_control_C1 +LQ05X003880 Putative Aldose reductase 14.39498678 C6_control_C2 +LQ05X003880 Putative Aldose reductase 14.3539271 C6_control_C3 +LQ05X003880 Putative Aldose reductase 13.16496287 C6_chemical_A1 +LQ05X003880 Putative Aldose reductase 13.24448406 C6_chemical_A3 +LQ05X003880 Putative Aldose reductase 13.43390269 C6_chemical_B1 +LQ05X003880 Putative Aldose reductase 13.50815739 C6_chemical_B2 +LQ05X003880 Putative Aldose reductase 13.26175434 C6_chemical_B3 +LQ05X003880 Putative Aldose reductase 14.29184497 C6_chemical_C1 +LQ05X003880 Putative Aldose reductase 14.07989324 C6_chemical_C2 +LQ05X003880 Putative Aldose reductase 14.03192763 C6_chemical_C3 +LQ05X003880 Putative Aldose reductase 13.06732348 L4_control_A1 +LQ05X003880 Putative Aldose reductase 12.3596694 L4_control_A2 +LQ05X003880 Putative Aldose reductase 12.35798352 L4_control_A3 +LQ05X003880 Putative Aldose reductase 12.81667678 L4_control_B1 +LQ05X003880 Putative Aldose reductase 12.92493501 L4_control_B2 +LQ05X003880 Putative Aldose reductase 13.33747641 L4_control_B3 +LQ05X003880 Putative Aldose reductase 14.28778145 L4_control_C2 +LQ05X003880 Putative Aldose reductase 13.56376479 L4_control_C3 +LQ05X003880 Putative Aldose reductase 13.01869298 L4_chemical_A1 +LQ05X003880 Putative Aldose reductase 12.43622224 L4_chemical_A2 +LQ05X003880 Putative Aldose reductase 12.62621578 L4_chemical_A3 +LQ05X003880 Putative Aldose reductase 12.91679257 L4_chemical_B1 +LQ05X003880 Putative Aldose reductase 12.39416331 L4_chemical_B2 +LQ05X003880 Putative Aldose reductase 12.49345265 L4_chemical_B3 +LQ05X003880 Putative Aldose reductase 13.53756229 L4_chemical_C2 +LQ05X003880 Putative Aldose reductase 13.64328514 L4_chemical_C3 +LQ05X003900 Putative Aldose reductase 5.210004738 C6_control_A1 +LQ05X003900 Putative Aldose reductase 5.282325312 C6_control_A3 +LQ05X003900 Putative Aldose reductase 5.902280681 C6_control_B1 +LQ05X003900 Putative Aldose reductase 4.999675534 C6_control_B2 +LQ05X003900 Putative Aldose reductase 5.449027631 C6_control_B3 +LQ05X003900 Putative Aldose reductase 5.544089578 C6_control_C1 +LQ05X003900 Putative Aldose reductase 5.594445151 C6_control_C2 +LQ05X003900 Putative Aldose reductase 6.269954078 C6_control_C3 +LQ05X003900 Putative Aldose reductase 5.23979529 C6_chemical_A1 +LQ05X003900 Putative Aldose reductase 5.292405211 C6_chemical_A3 +LQ05X003900 Putative Aldose reductase 5.621501908 C6_chemical_B1 +LQ05X003900 Putative Aldose reductase 5.279971282 C6_chemical_B2 +LQ05X003900 Putative Aldose reductase 5.242062195 C6_chemical_B3 +LQ05X003900 Putative Aldose reductase 5.352563094 C6_chemical_C1 +LQ05X003900 Putative Aldose reductase 5.284105673 C6_chemical_C2 +LQ05X003900 Putative Aldose reductase 5.279549131 C6_chemical_C3 +LQ05X003900 Putative Aldose reductase 5.478809238 L4_control_A1 +LQ05X003900 Putative Aldose reductase 4.97872052 L4_control_A2 +LQ05X003900 Putative Aldose reductase 5.123219413 L4_control_A3 +LQ05X003900 Putative Aldose reductase 5.131136552 L4_control_B1 +LQ05X003900 Putative Aldose reductase 5.168579126 L4_control_B2 +LQ05X003900 Putative Aldose reductase 5.237103301 L4_control_B3 +LQ05X003900 Putative Aldose reductase 6.039751187 L4_control_C2 +LQ05X003900 Putative Aldose reductase 5.275443179 L4_control_C3 +LQ05X003900 Putative Aldose reductase 5.502653304 L4_chemical_A1 +LQ05X003900 Putative Aldose reductase 5.276381269 L4_chemical_A2 +LQ05X003900 Putative Aldose reductase 5.164653207 L4_chemical_A3 +LQ05X003900 Putative Aldose reductase 4.858789678 L4_chemical_B1 +LQ05X003900 Putative Aldose reductase 5.253433135 L4_chemical_B2 +LQ05X003900 Putative Aldose reductase 5.476613653 L4_chemical_B3 +LQ05X003900 Putative Aldose reductase 5.367629975 L4_chemical_C2 +LQ05X003900 Putative Aldose reductase 5.705153006 L4_chemical_C3 +LQ05X003910 UPF0497 membrane protein At3g53850 10.96354963 C6_control_A1 +LQ05X003910 UPF0497 membrane protein At3g53850 11.25049727 C6_control_A3 +LQ05X003910 UPF0497 membrane protein At3g53850 10.28122814 C6_control_B1 +LQ05X003910 UPF0497 membrane protein At3g53850 10.37770632 C6_control_B2 +LQ05X003910 UPF0497 membrane protein At3g53850 10.23435671 C6_control_B3 +LQ05X003910 UPF0497 membrane protein At3g53850 8.908700543 C6_control_C1 +LQ05X003910 UPF0497 membrane protein At3g53850 9.068790568 C6_control_C2 +LQ05X003910 UPF0497 membrane protein At3g53850 8.557614503 C6_control_C3 +LQ05X003910 UPF0497 membrane protein At3g53850 10.67124621 C6_chemical_A1 +LQ05X003910 UPF0497 membrane protein At3g53850 10.860247 C6_chemical_A3 +LQ05X003910 UPF0497 membrane protein At3g53850 10.29508497 C6_chemical_B1 +LQ05X003910 UPF0497 membrane protein At3g53850 10.36325397 C6_chemical_B2 +LQ05X003910 UPF0497 membrane protein At3g53850 9.760792873 C6_chemical_B3 +LQ05X003910 UPF0497 membrane protein At3g53850 8.878928852 C6_chemical_C1 +LQ05X003910 UPF0497 membrane protein At3g53850 8.720195237 C6_chemical_C2 +LQ05X003910 UPF0497 membrane protein At3g53850 8.404716449 C6_chemical_C3 +LQ05X003910 UPF0497 membrane protein At3g53850 10.97383088 L4_control_A1 +LQ05X003910 UPF0497 membrane protein At3g53850 10.86201586 L4_control_A2 +LQ05X003910 UPF0497 membrane protein At3g53850 11.49759701 L4_control_A3 +LQ05X003910 UPF0497 membrane protein At3g53850 10.03433337 L4_control_B1 +LQ05X003910 UPF0497 membrane protein At3g53850 9.210872941 L4_control_B2 +LQ05X003910 UPF0497 membrane protein At3g53850 9.625218622 L4_control_B3 +LQ05X003910 UPF0497 membrane protein At3g53850 9.169614666 L4_control_C2 +LQ05X003910 UPF0497 membrane protein At3g53850 7.266422922 L4_control_C3 +LQ05X003910 UPF0497 membrane protein At3g53850 10.73653741 L4_chemical_A1 +LQ05X003910 UPF0497 membrane protein At3g53850 10.85317587 L4_chemical_A2 +LQ05X003910 UPF0497 membrane protein At3g53850 11.36235121 L4_chemical_A3 +LQ05X003910 UPF0497 membrane protein At3g53850 9.918233638 L4_chemical_B1 +LQ05X003910 UPF0497 membrane protein At3g53850 9.79673365 L4_chemical_B2 +LQ05X003910 UPF0497 membrane protein At3g53850 9.994911342 L4_chemical_B3 +LQ05X003910 UPF0497 membrane protein At3g53850 9.090872941 L4_chemical_C2 +LQ05X003910 UPF0497 membrane protein At3g53850 8.486307261 L4_chemical_C3 +LQ05X003960 Predicted protein 9.904503371 C6_control_A1 +LQ05X003960 Predicted protein 9.355875324 C6_control_A3 +LQ05X003960 Predicted protein 11.33737101 C6_control_B1 +LQ05X003960 Predicted protein 13.80368877 C6_control_B2 +LQ05X003960 Predicted protein 12.7692025 C6_control_B3 +LQ05X003960 Predicted protein 12.53744 C6_control_C1 +LQ05X003960 Predicted protein 13.49769421 C6_control_C2 +LQ05X003960 Predicted protein 12.9193667 C6_control_C3 +LQ05X003960 Predicted protein 10.0668539 C6_chemical_A1 +LQ05X003960 Predicted protein 9.044523314 C6_chemical_A3 +LQ05X003960 Predicted protein 11.83108834 C6_chemical_B1 +LQ05X003960 Predicted protein 13.4733733 C6_chemical_B2 +LQ05X003960 Predicted protein 13.67820509 C6_chemical_B3 +LQ05X003960 Predicted protein 12.07153116 C6_chemical_C1 +LQ05X003960 Predicted protein 12.6149678 C6_chemical_C2 +LQ05X003960 Predicted protein 12.91691075 C6_chemical_C3 +LQ05X003960 Predicted protein 9.971955316 L4_control_A1 +LQ05X003960 Predicted protein 11.20508537 L4_control_A2 +LQ05X003960 Predicted protein 11.07326386 L4_control_A3 +LQ05X003960 Predicted protein 13.5670333 L4_control_B1 +LQ05X003960 Predicted protein 13.23642248 L4_control_B2 +LQ05X003960 Predicted protein 14.95114553 L4_control_B3 +LQ05X003960 Predicted protein 13.75466489 L4_control_C2 +LQ05X003960 Predicted protein 13.9267049 L4_control_C3 +LQ05X003960 Predicted protein 10.50969389 L4_chemical_A1 +LQ05X003960 Predicted protein 11.58506282 L4_chemical_A2 +LQ05X003960 Predicted protein 10.5288274 L4_chemical_A3 +LQ05X003960 Predicted protein 12.48430351 L4_chemical_B1 +LQ05X003960 Predicted protein 13.84087291 L4_chemical_B2 +LQ05X003960 Predicted protein 13.31477528 L4_chemical_B3 +LQ05X003960 Predicted protein 13.11024663 L4_chemical_C2 +LQ05X003960 Predicted protein 13.37836999 L4_chemical_C3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.88583598 C6_control_A1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.09647271 C6_control_A3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.12875246 C6_control_B1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.72815964 C6_control_B2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.33097486 C6_control_B3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 11.43247959 C6_control_C1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 11.93407526 C6_control_C2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.56078557 C6_control_C3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.43293434 C6_chemical_A1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.74892424 C6_chemical_A3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.72816886 C6_chemical_B1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.26223031 C6_chemical_B2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.17916297 C6_chemical_B3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 11.59747613 C6_chemical_C1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 11.50728758 C6_chemical_C2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.73972059 C6_chemical_C3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.22094921 L4_control_A1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.42563494 L4_control_A2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.10632082 L4_control_A3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.7310108 L4_control_B1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.8572077 L4_control_B2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.41714115 L4_control_B3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.72665016 L4_control_C2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.5241741 L4_control_C3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.81153473 L4_chemical_A1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.58758032 L4_chemical_A2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.88227656 L4_chemical_A3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.36507946 L4_chemical_B1 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.97827464 L4_chemical_B2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 13.22917887 L4_chemical_B3 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.68197731 L4_chemical_C2 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.82196668 L4_chemical_C3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.856330298 C6_control_A1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.041504844 C6_control_A3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.139472953 C6_control_B1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.599573909 C6_control_B2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.930138754 C6_control_B3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.117567881 C6_control_C1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.923618086 C6_control_C2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.79817252 C6_control_C3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.874097729 C6_chemical_A1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.221580763 C6_chemical_A3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.984369073 C6_chemical_B1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.268539253 C6_chemical_B2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.983290441 C6_chemical_B3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.091176338 C6_chemical_C1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.105451351 C6_chemical_C2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.828728514 C6_chemical_C3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.111349642 L4_control_A1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.124493948 L4_control_A2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.133706486 L4_control_A3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.13361954 L4_control_B1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.93784618 L4_control_B2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.993019215 L4_control_B3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.250236719 L4_control_C2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.910460092 L4_control_C3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.094116612 L4_chemical_A1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.247784866 L4_chemical_A2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.909079634 L4_chemical_A3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.89895012 L4_chemical_B1 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.916077964 L4_chemical_B2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.86324277 L4_chemical_B3 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.101879678 L4_chemical_C2 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.1802023 L4_chemical_C3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.98236821 C6_control_A1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.81878705 C6_control_A3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.23901767 C6_control_B1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.31913053 C6_control_B2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.77720655 C6_control_B3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.91802091 C6_control_C1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.55211739 C6_control_C2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.77535396 C6_control_C3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.31704299 C6_chemical_A1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.8772972 C6_chemical_A3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.55706369 C6_chemical_B1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.2728968 C6_chemical_B2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.68536005 C6_chemical_B3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.99457884 C6_chemical_C1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.57486481 C6_chemical_C2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.3950868 C6_chemical_C3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.64346474 L4_control_A1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.32775206 L4_control_A2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.94603568 L4_control_A3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.22905829 L4_control_B1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.99504466 L4_control_B2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.04778796 L4_control_B3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.16445795 L4_control_C2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.22673652 L4_control_C3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.32271956 L4_chemical_A1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.73874547 L4_chemical_A2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.05893609 L4_chemical_A3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.56217051 L4_chemical_B1 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.5703829 L4_chemical_B2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.98901587 L4_chemical_B3 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.16818258 L4_chemical_C2 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 10.07873028 L4_chemical_C3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.49979114 C6_control_A1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.225403533 C6_control_A3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.254096397 C6_control_B1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.221388432 C6_control_B2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 4.929887137 C6_control_B3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.081094104 C6_control_C1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 4.777788363 C6_control_C2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.049495139 C6_control_C3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.391123725 C6_chemical_A1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.459030491 C6_chemical_A3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.051695649 C6_chemical_B1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 4.96312013 C6_chemical_B2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.343744628 C6_chemical_B3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.095490715 C6_chemical_C1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 4.95791872 C6_chemical_C2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 4.941858824 C6_chemical_C3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.161121227 L4_control_A1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.289633324 L4_control_A2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.924879651 L4_control_A3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.685511906 L4_control_B1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.573335935 L4_control_B2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 4.801289054 L4_control_B3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.636087805 L4_control_C2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 4.927338922 L4_control_C3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.241406451 L4_chemical_A1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.363829322 L4_chemical_A2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 6.013116913 L4_chemical_A3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.59334864 L4_chemical_B1 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.194131808 L4_chemical_B2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.35965828 L4_chemical_B3 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.201700339 L4_chemical_C2 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 4.806183991 L4_chemical_C3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.089477368 C6_control_A1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.831316873 C6_control_A3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.99601635 C6_control_B1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.801968807 C6_control_B2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.919176277 C6_control_B3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.86719046 C6_control_C1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.855128656 C6_control_C2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.049690993 C6_control_C3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.683639255 C6_chemical_A1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.96881048 C6_chemical_A3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.990225995 C6_chemical_B1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.896188216 C6_chemical_B2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.931121836 C6_chemical_B3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.806544601 C6_chemical_C1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.993613966 C6_chemical_C2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.874098219 C6_chemical_C3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.17047246 L4_control_A1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.186948301 L4_control_A2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.885976608 L4_control_A3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.873454625 L4_control_B1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.804647534 L4_control_B2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.170388103 L4_control_B3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 6.159230637 L4_control_C2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.97247084 L4_control_C3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 6.051754555 L4_chemical_A1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.132449126 L4_chemical_A2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.07253335 L4_chemical_A3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.978068017 L4_chemical_B1 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.2063034 L4_chemical_B2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.433299433 L4_chemical_B3 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 6.516143638 L4_chemical_C2 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 5.541313872 L4_chemical_C3 +LQ05X004220 Putative Uncharacterized protein ycf17 13.24623381 C6_control_A1 +LQ05X004220 Putative Uncharacterized protein ycf17 13.03990249 C6_control_A3 +LQ05X004220 Putative Uncharacterized protein ycf17 13.34246928 C6_control_B1 +LQ05X004220 Putative Uncharacterized protein ycf17 14.54997638 C6_control_B2 +LQ05X004220 Putative Uncharacterized protein ycf17 13.25283209 C6_control_B3 +LQ05X004220 Putative Uncharacterized protein ycf17 15.10377774 C6_control_C1 +LQ05X004220 Putative Uncharacterized protein ycf17 14.72728579 C6_control_C2 +LQ05X004220 Putative Uncharacterized protein ycf17 14.7238595 C6_control_C3 +LQ05X004220 Putative Uncharacterized protein ycf17 13.22921984 C6_chemical_A1 +LQ05X004220 Putative Uncharacterized protein ycf17 12.40896904 C6_chemical_A3 +LQ05X004220 Putative Uncharacterized protein ycf17 13.4327384 C6_chemical_B1 +LQ05X004220 Putative Uncharacterized protein ycf17 14.51643812 C6_chemical_B2 +LQ05X004220 Putative Uncharacterized protein ycf17 13.03304216 C6_chemical_B3 +LQ05X004220 Putative Uncharacterized protein ycf17 15.14291589 C6_chemical_C1 +LQ05X004220 Putative Uncharacterized protein ycf17 15.11512343 C6_chemical_C2 +LQ05X004220 Putative Uncharacterized protein ycf17 14.85715796 C6_chemical_C3 +LQ05X004220 Putative Uncharacterized protein ycf17 12.52016677 L4_control_A1 +LQ05X004220 Putative Uncharacterized protein ycf17 13.31905953 L4_control_A2 +LQ05X004220 Putative Uncharacterized protein ycf17 11.53842869 L4_control_A3 +LQ05X004220 Putative Uncharacterized protein ycf17 12.99202601 L4_control_B1 +LQ05X004220 Putative Uncharacterized protein ycf17 11.93532368 L4_control_B2 +LQ05X004220 Putative Uncharacterized protein ycf17 13.52648325 L4_control_B3 +LQ05X004220 Putative Uncharacterized protein ycf17 12.69557299 L4_control_C2 +LQ05X004220 Putative Uncharacterized protein ycf17 11.84801371 L4_control_C3 +LQ05X004220 Putative Uncharacterized protein ycf17 12.70069273 L4_chemical_A1 +LQ05X004220 Putative Uncharacterized protein ycf17 13.18069731 L4_chemical_A2 +LQ05X004220 Putative Uncharacterized protein ycf17 11.45455473 L4_chemical_A3 +LQ05X004220 Putative Uncharacterized protein ycf17 12.25556302 L4_chemical_B1 +LQ05X004220 Putative Uncharacterized protein ycf17 12.65187009 L4_chemical_B2 +LQ05X004220 Putative Uncharacterized protein ycf17 13.06128979 L4_chemical_B3 +LQ05X004220 Putative Uncharacterized protein ycf17 12.59595966 L4_chemical_C2 +LQ05X004220 Putative Uncharacterized protein ycf17 12.36353122 L4_chemical_C3 +LQ05X004230 Predicted protein 5.249679171 C6_control_A1 +LQ05X004230 Predicted protein 5.234274215 C6_control_A3 +LQ05X004230 Predicted protein 5.332210159 C6_control_B1 +LQ05X004230 Predicted protein 5.399156128 C6_control_B2 +LQ05X004230 Predicted protein 5.372871567 C6_control_B3 +LQ05X004230 Predicted protein 5.324166243 C6_control_C1 +LQ05X004230 Predicted protein 5.450171619 C6_control_C2 +LQ05X004230 Predicted protein 5.468347563 C6_control_C3 +LQ05X004230 Predicted protein 5.265024244 C6_chemical_A1 +LQ05X004230 Predicted protein 5.348892292 C6_chemical_A3 +LQ05X004230 Predicted protein 5.942725856 C6_chemical_B1 +LQ05X004230 Predicted protein 5.153751343 C6_chemical_B2 +LQ05X004230 Predicted protein 5.55208816 C6_chemical_B3 +LQ05X004230 Predicted protein 5.246692759 C6_chemical_C1 +LQ05X004230 Predicted protein 5.611568086 C6_chemical_C2 +LQ05X004230 Predicted protein 5.591511527 C6_chemical_C3 +LQ05X004230 Predicted protein 5.229876677 L4_control_A1 +LQ05X004230 Predicted protein 5.384909088 L4_control_A2 +LQ05X004230 Predicted protein 5.736727795 L4_control_A3 +LQ05X004230 Predicted protein 4.99471035 L4_control_B1 +LQ05X004230 Predicted protein 5.822368495 L4_control_B2 +LQ05X004230 Predicted protein 5.534377584 L4_control_B3 +LQ05X004230 Predicted protein 5.354056534 L4_control_C2 +LQ05X004230 Predicted protein 5.135722155 L4_control_C3 +LQ05X004230 Predicted protein 5.754374592 L4_chemical_A1 +LQ05X004230 Predicted protein 5.284508113 L4_chemical_A2 +LQ05X004230 Predicted protein 5.250224217 L4_chemical_A3 +LQ05X004230 Predicted protein 5.176159503 L4_chemical_B1 +LQ05X004230 Predicted protein 5.764080422 L4_chemical_B2 +LQ05X004230 Predicted protein 5.79441077 L4_chemical_B3 +LQ05X004230 Predicted protein 5.835090138 L4_chemical_C2 +LQ05X004230 Predicted protein 5.557653297 L4_chemical_C3 +LQ05X004240 Thaumatin-like protein 5.485321409 C6_control_A1 +LQ05X004240 Thaumatin-like protein 5.543995041 C6_control_A3 +LQ05X004240 Thaumatin-like protein 6.316814014 C6_control_B1 +LQ05X004240 Thaumatin-like protein 4.924425734 C6_control_B2 +LQ05X004240 Thaumatin-like protein 5.194958638 C6_control_B3 +LQ05X004240 Thaumatin-like protein 5.00814616 C6_control_C1 +LQ05X004240 Thaumatin-like protein 5.069529672 C6_control_C2 +LQ05X004240 Thaumatin-like protein 5.143408432 C6_control_C3 +LQ05X004240 Thaumatin-like protein 5.565495802 C6_chemical_A1 +LQ05X004240 Thaumatin-like protein 5.363843212 C6_chemical_A3 +LQ05X004240 Thaumatin-like protein 6.413706201 C6_chemical_B1 +LQ05X004240 Thaumatin-like protein 4.812522532 C6_chemical_B2 +LQ05X004240 Thaumatin-like protein 5.263496619 C6_chemical_B3 +LQ05X004240 Thaumatin-like protein 5.448067736 C6_chemical_C1 +LQ05X004240 Thaumatin-like protein 4.971199479 C6_chemical_C2 +LQ05X004240 Thaumatin-like protein 5.539595117 C6_chemical_C3 +LQ05X004240 Thaumatin-like protein 5.54643393 L4_control_A1 +LQ05X004240 Thaumatin-like protein 5.044385278 L4_control_A2 +LQ05X004240 Thaumatin-like protein 5.281248247 L4_control_A3 +LQ05X004240 Thaumatin-like protein 5.47538652 L4_control_B1 +LQ05X004240 Thaumatin-like protein 5.124544363 L4_control_B2 +LQ05X004240 Thaumatin-like protein 5.360382258 L4_control_B3 +LQ05X004240 Thaumatin-like protein 5.129954229 L4_control_C2 +LQ05X004240 Thaumatin-like protein 5.583816498 L4_control_C3 +LQ05X004240 Thaumatin-like protein 5.426216505 L4_chemical_A1 +LQ05X004240 Thaumatin-like protein 5.853058094 L4_chemical_A2 +LQ05X004240 Thaumatin-like protein 5.504610873 L4_chemical_A3 +LQ05X004240 Thaumatin-like protein 4.944662866 L4_chemical_B1 +LQ05X004240 Thaumatin-like protein 5.224257504 L4_chemical_B2 +LQ05X004240 Thaumatin-like protein 5.227097062 L4_chemical_B3 +LQ05X004240 Thaumatin-like protein 5.85223882 L4_chemical_C2 +LQ05X004240 Thaumatin-like protein 5.265466267 L4_chemical_C3 +LQ05X004260 Putative Hsp70-binding protein 1 5.710391217 C6_control_A1 +LQ05X004260 Putative Hsp70-binding protein 1 5.647043187 C6_control_A3 +LQ05X004260 Putative Hsp70-binding protein 1 6.307028881 C6_control_B1 +LQ05X004260 Putative Hsp70-binding protein 1 5.579235574 C6_control_B2 +LQ05X004260 Putative Hsp70-binding protein 1 6.647033562 C6_control_B3 +LQ05X004260 Putative Hsp70-binding protein 1 5.772156206 C6_control_C1 +LQ05X004260 Putative Hsp70-binding protein 1 5.591524748 C6_control_C2 +LQ05X004260 Putative Hsp70-binding protein 1 5.817076107 C6_control_C3 +LQ05X004260 Putative Hsp70-binding protein 1 5.971395403 C6_chemical_A1 +LQ05X004260 Putative Hsp70-binding protein 1 6.040335547 C6_chemical_A3 +LQ05X004260 Putative Hsp70-binding protein 1 6.362223887 C6_chemical_B1 +LQ05X004260 Putative Hsp70-binding protein 1 5.684618833 C6_chemical_B2 +LQ05X004260 Putative Hsp70-binding protein 1 6.184487717 C6_chemical_B3 +LQ05X004260 Putative Hsp70-binding protein 1 5.965923451 C6_chemical_C1 +LQ05X004260 Putative Hsp70-binding protein 1 6.008415337 C6_chemical_C2 +LQ05X004260 Putative Hsp70-binding protein 1 5.594858918 C6_chemical_C3 +LQ05X004260 Putative Hsp70-binding protein 1 5.648036067 L4_control_A1 +LQ05X004260 Putative Hsp70-binding protein 1 5.676041074 L4_control_A2 +LQ05X004260 Putative Hsp70-binding protein 1 6.048095165 L4_control_A3 +LQ05X004260 Putative Hsp70-binding protein 1 6.224140333 L4_control_B1 +LQ05X004260 Putative Hsp70-binding protein 1 6.070987965 L4_control_B2 +LQ05X004260 Putative Hsp70-binding protein 1 5.849968336 L4_control_B3 +LQ05X004260 Putative Hsp70-binding protein 1 5.330989358 L4_control_C2 +LQ05X004260 Putative Hsp70-binding protein 1 5.734656538 L4_control_C3 +LQ05X004260 Putative Hsp70-binding protein 1 5.623326863 L4_chemical_A1 +LQ05X004260 Putative Hsp70-binding protein 1 5.400259963 L4_chemical_A2 +LQ05X004260 Putative Hsp70-binding protein 1 5.44794061 L4_chemical_A3 +LQ05X004260 Putative Hsp70-binding protein 1 6.25109341 L4_chemical_B1 +LQ05X004260 Putative Hsp70-binding protein 1 5.68924071 L4_chemical_B2 +LQ05X004260 Putative Hsp70-binding protein 1 5.687848657 L4_chemical_B3 +LQ05X004260 Putative Hsp70-binding protein 1 5.552209514 L4_chemical_C2 +LQ05X004260 Putative Hsp70-binding protein 1 5.50607141 L4_chemical_C3 +LQ05X004270 Putative uncharacterized protein 10.80325713 C6_control_A1 +LQ05X004270 Putative uncharacterized protein 10.46860118 C6_control_A3 +LQ05X004270 Putative uncharacterized protein 9.371586867 C6_control_B1 +LQ05X004270 Putative uncharacterized protein 11.67444461 C6_control_B2 +LQ05X004270 Putative uncharacterized protein 10.80590541 C6_control_B3 +LQ05X004270 Putative uncharacterized protein 11.76081056 C6_control_C1 +LQ05X004270 Putative uncharacterized protein 12.01373357 C6_control_C2 +LQ05X004270 Putative uncharacterized protein 12.18503691 C6_control_C3 +LQ05X004270 Putative uncharacterized protein 10.50543102 C6_chemical_A1 +LQ05X004270 Putative uncharacterized protein 10.13730896 C6_chemical_A3 +LQ05X004270 Putative uncharacterized protein 9.201609578 C6_chemical_B1 +LQ05X004270 Putative uncharacterized protein 11.52872907 C6_chemical_B2 +LQ05X004270 Putative uncharacterized protein 10.8363728 C6_chemical_B3 +LQ05X004270 Putative uncharacterized protein 11.98340682 C6_chemical_C1 +LQ05X004270 Putative uncharacterized protein 12.02689143 C6_chemical_C2 +LQ05X004270 Putative uncharacterized protein 12.34967326 C6_chemical_C3 +LQ05X004270 Putative uncharacterized protein 10.15076194 L4_control_A1 +LQ05X004270 Putative uncharacterized protein 9.884557474 L4_control_A2 +LQ05X004270 Putative uncharacterized protein 9.114258254 L4_control_A3 +LQ05X004270 Putative uncharacterized protein 9.540913777 L4_control_B1 +LQ05X004270 Putative uncharacterized protein 8.557297901 L4_control_B2 +LQ05X004270 Putative uncharacterized protein 10.52682907 L4_control_B3 +LQ05X004270 Putative uncharacterized protein 9.52789857 L4_control_C2 +LQ05X004270 Putative uncharacterized protein 9.039396851 L4_control_C3 +LQ05X004270 Putative uncharacterized protein 10.36319042 L4_chemical_A1 +LQ05X004270 Putative uncharacterized protein 9.683003672 L4_chemical_A2 +LQ05X004270 Putative uncharacterized protein 9.433998569 L4_chemical_A3 +LQ05X004270 Putative uncharacterized protein 8.707348458 L4_chemical_B1 +LQ05X004270 Putative uncharacterized protein 8.249020861 L4_chemical_B2 +LQ05X004270 Putative uncharacterized protein 10.42546126 L4_chemical_B3 +LQ05X004270 Putative uncharacterized protein 9.321031051 L4_chemical_C2 +LQ05X004270 Putative uncharacterized protein 9.104365064 L4_chemical_C3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.782836061 C6_control_A1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.067072193 C6_control_A3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.80434808 C6_control_B1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.867717837 C6_control_B2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.505000542 C6_control_B3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.356286433 C6_control_C1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.377051329 C6_control_C2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.598786173 C6_control_C3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.622721353 C6_chemical_A1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.013978411 C6_chemical_A3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.63836638 C6_chemical_B1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.984523307 C6_chemical_B2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.180881319 C6_chemical_B3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.437069599 C6_chemical_C1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.803655797 C6_chemical_C2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.623733539 C6_chemical_C3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.621419601 L4_control_A1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.763007652 L4_control_A2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.948598369 L4_control_A3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.966369444 L4_control_B1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.291820487 L4_control_B2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.604132123 L4_control_B3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.563735201 L4_control_C2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.307973494 L4_control_C3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.767402757 L4_chemical_A1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.39793727 L4_chemical_A2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.55664078 L4_chemical_A3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.220271004 L4_chemical_B1 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.552991746 L4_chemical_B2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 7.533862334 L4_chemical_B3 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 5.693699172 L4_chemical_C2 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.600575358 L4_chemical_C3 +LQ05X004310 Laccase-17 8.385024561 C6_control_A1 +LQ05X004310 Laccase-17 8.388880663 C6_control_A3 +LQ05X004310 Laccase-17 12.48685199 C6_control_B1 +LQ05X004310 Laccase-17 13.10090644 C6_control_B2 +LQ05X004310 Laccase-17 13.40430818 C6_control_B3 +LQ05X004310 Laccase-17 7.909537099 C6_control_C1 +LQ05X004310 Laccase-17 7.321738197 C6_control_C2 +LQ05X004310 Laccase-17 8.470786201 C6_control_C3 +LQ05X004310 Laccase-17 8.742350372 C6_chemical_A1 +LQ05X004310 Laccase-17 9.069103703 C6_chemical_A3 +LQ05X004310 Laccase-17 12.28684822 C6_chemical_B1 +LQ05X004310 Laccase-17 12.50878961 C6_chemical_B2 +LQ05X004310 Laccase-17 12.16614321 C6_chemical_B3 +LQ05X004310 Laccase-17 7.677992645 C6_chemical_C1 +LQ05X004310 Laccase-17 7.741211439 C6_chemical_C2 +LQ05X004310 Laccase-17 7.876864802 C6_chemical_C3 +LQ05X004310 Laccase-17 9.075564763 L4_control_A1 +LQ05X004310 Laccase-17 8.99011225 L4_control_A2 +LQ05X004310 Laccase-17 9.466711086 L4_control_A3 +LQ05X004310 Laccase-17 13.43009007 L4_control_B1 +LQ05X004310 Laccase-17 13.27745453 L4_control_B2 +LQ05X004310 Laccase-17 13.33208468 L4_control_B3 +LQ05X004310 Laccase-17 6.389536109 L4_control_C2 +LQ05X004310 Laccase-17 7.182685466 L4_control_C3 +LQ05X004310 Laccase-17 8.590547215 L4_chemical_A1 +LQ05X004310 Laccase-17 8.463713373 L4_chemical_A2 +LQ05X004310 Laccase-17 8.640418123 L4_chemical_A3 +LQ05X004310 Laccase-17 12.07061311 L4_chemical_B1 +LQ05X004310 Laccase-17 12.38440328 L4_chemical_B2 +LQ05X004310 Laccase-17 11.70275797 L4_chemical_B3 +LQ05X004310 Laccase-17 7.095138545 L4_chemical_C2 +LQ05X004310 Laccase-17 7.135498864 L4_chemical_C3 +LQ05X004350 Putative uncharacterized protein 6.247655211 C6_control_A1 +LQ05X004350 Putative uncharacterized protein 5.720337393 C6_control_A3 +LQ05X004350 Putative uncharacterized protein 5.719209181 C6_control_B1 +LQ05X004350 Putative uncharacterized protein 5.872070261 C6_control_B2 +LQ05X004350 Putative uncharacterized protein 5.340092185 C6_control_B3 +LQ05X004350 Putative uncharacterized protein 6.247924342 C6_control_C1 +LQ05X004350 Putative uncharacterized protein 6.033563965 C6_control_C2 +LQ05X004350 Putative uncharacterized protein 5.995042779 C6_control_C3 +LQ05X004350 Putative uncharacterized protein 6.287892456 C6_chemical_A1 +LQ05X004350 Putative uncharacterized protein 5.577190436 C6_chemical_A3 +LQ05X004350 Putative uncharacterized protein 5.483397089 C6_chemical_B1 +LQ05X004350 Putative uncharacterized protein 5.80206927 C6_chemical_B2 +LQ05X004350 Putative uncharacterized protein 5.866941323 C6_chemical_B3 +LQ05X004350 Putative uncharacterized protein 6.105627591 C6_chemical_C1 +LQ05X004350 Putative uncharacterized protein 5.677823884 C6_chemical_C2 +LQ05X004350 Putative uncharacterized protein 5.660164357 C6_chemical_C3 +LQ05X004350 Putative uncharacterized protein 5.803269656 L4_control_A1 +LQ05X004350 Putative uncharacterized protein 5.825045807 L4_control_A2 +LQ05X004350 Putative uncharacterized protein 6.199462256 L4_control_A3 +LQ05X004350 Putative uncharacterized protein 5.107241164 L4_control_B1 +LQ05X004350 Putative uncharacterized protein 5.608706921 L4_control_B2 +LQ05X004350 Putative uncharacterized protein 5.458896356 L4_control_B3 +LQ05X004350 Putative uncharacterized protein 5.326579804 L4_control_C2 +LQ05X004350 Putative uncharacterized protein 6.601660368 L4_control_C3 +LQ05X004350 Putative uncharacterized protein 5.352565965 L4_chemical_A1 +LQ05X004350 Putative uncharacterized protein 5.450927137 L4_chemical_A2 +LQ05X004350 Putative uncharacterized protein 5.671778732 L4_chemical_A3 +LQ05X004350 Putative uncharacterized protein 5.252072698 L4_chemical_B1 +LQ05X004350 Putative uncharacterized protein 5.360976912 L4_chemical_B2 +LQ05X004350 Putative uncharacterized protein 5.618803744 L4_chemical_B3 +LQ05X004350 Putative uncharacterized protein 5.120809982 L4_chemical_C2 +LQ05X004350 Putative uncharacterized protein 5.659984752 L4_chemical_C3 +LQ05X004360 Laccase-17 7.452468649 C6_control_A1 +LQ05X004360 Laccase-17 6.565875469 C6_control_A3 +LQ05X004360 Laccase-17 10.26530113 C6_control_B1 +LQ05X004360 Laccase-17 11.30373136 C6_control_B2 +LQ05X004360 Laccase-17 11.60250467 C6_control_B3 +LQ05X004360 Laccase-17 7.218608277 C6_control_C1 +LQ05X004360 Laccase-17 6.14706681 C6_control_C2 +LQ05X004360 Laccase-17 7.103955034 C6_control_C3 +LQ05X004360 Laccase-17 7.538343327 C6_chemical_A1 +LQ05X004360 Laccase-17 8.077937581 C6_chemical_A3 +LQ05X004360 Laccase-17 11.7006142 C6_chemical_B1 +LQ05X004360 Laccase-17 11.39514759 C6_chemical_B2 +LQ05X004360 Laccase-17 12.37320019 C6_chemical_B3 +LQ05X004360 Laccase-17 6.934173296 C6_chemical_C1 +LQ05X004360 Laccase-17 5.543032279 C6_chemical_C2 +LQ05X004360 Laccase-17 6.839865213 C6_chemical_C3 +LQ05X004360 Laccase-17 8.386251503 L4_control_A1 +LQ05X004360 Laccase-17 8.600914175 L4_control_A2 +LQ05X004360 Laccase-17 9.534407035 L4_control_A3 +LQ05X004360 Laccase-17 11.2232315 L4_control_B1 +LQ05X004360 Laccase-17 11.14475649 L4_control_B2 +LQ05X004360 Laccase-17 14.01790159 L4_control_B3 +LQ05X004360 Laccase-17 5.922086113 L4_control_C2 +LQ05X004360 Laccase-17 9.674150485 L4_control_C3 +LQ05X004360 Laccase-17 8.039115544 L4_chemical_A1 +LQ05X004360 Laccase-17 7.635908987 L4_chemical_A2 +LQ05X004360 Laccase-17 7.695507436 L4_chemical_A3 +LQ05X004360 Laccase-17 10.24371811 L4_chemical_B1 +LQ05X004360 Laccase-17 11.09963628 L4_chemical_B2 +LQ05X004360 Laccase-17 11.83889882 L4_chemical_B3 +LQ05X004360 Laccase-17 5.339176524 L4_chemical_C2 +LQ05X004360 Laccase-17 7.301198802 L4_chemical_C3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.744311028 C6_control_A1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.646814357 C6_control_A3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.537060131 C6_control_B1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.37773553 C6_control_B2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.59541675 C6_control_B3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.360020315 C6_control_C1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.019030068 C6_control_C2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.556045078 C6_control_C3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.582471022 C6_chemical_A1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.977457918 C6_chemical_A3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.369714293 C6_chemical_B1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.424064504 C6_chemical_B2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.42742909 C6_chemical_B3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.201669168 C6_chemical_C1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.25919983 C6_chemical_C2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.126783853 C6_chemical_C3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.577791459 L4_control_A1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.818821027 L4_control_A2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.456853292 L4_control_A3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 4.838838158 L4_control_B1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.544629578 L4_control_B2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.223675483 L4_control_B3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.520085851 L4_control_C2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.423380782 L4_control_C3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.923992035 L4_chemical_A1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.900608648 L4_chemical_A2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 6.199809361 L4_chemical_A3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 4.643072612 L4_chemical_B1 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.418683803 L4_chemical_B2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.440501508 L4_chemical_B3 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.725489385 L4_chemical_C2 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.209529632 L4_chemical_C3 +LQ05X004400 Predicted protein 5.875611192 C6_control_A1 +LQ05X004400 Predicted protein 5.821990381 C6_control_A3 +LQ05X004400 Predicted protein 6.087596416 C6_control_B1 +LQ05X004400 Predicted protein 5.811392377 C6_control_B2 +LQ05X004400 Predicted protein 5.986876543 C6_control_B3 +LQ05X004400 Predicted protein 6.268025502 C6_control_C1 +LQ05X004400 Predicted protein 5.648814324 C6_control_C2 +LQ05X004400 Predicted protein 5.909482818 C6_control_C3 +LQ05X004400 Predicted protein 5.600328794 C6_chemical_A1 +LQ05X004400 Predicted protein 5.965333897 C6_chemical_A3 +LQ05X004400 Predicted protein 5.900600098 C6_chemical_B1 +LQ05X004400 Predicted protein 5.887629332 C6_chemical_B2 +LQ05X004400 Predicted protein 6.215092375 C6_chemical_B3 +LQ05X004400 Predicted protein 6.10476488 C6_chemical_C1 +LQ05X004400 Predicted protein 5.677529234 C6_chemical_C2 +LQ05X004400 Predicted protein 6.024033399 C6_chemical_C3 +LQ05X004400 Predicted protein 6.085966525 L4_control_A1 +LQ05X004400 Predicted protein 6.162422084 L4_control_A2 +LQ05X004400 Predicted protein 5.287866813 L4_control_A3 +LQ05X004400 Predicted protein 5.527721288 L4_control_B1 +LQ05X004400 Predicted protein 5.885436139 L4_control_B2 +LQ05X004400 Predicted protein 5.742020575 L4_control_B3 +LQ05X004400 Predicted protein 5.883220303 L4_control_C2 +LQ05X004400 Predicted protein 6.365923941 L4_control_C3 +LQ05X004400 Predicted protein 6.104703931 L4_chemical_A1 +LQ05X004400 Predicted protein 5.976862389 L4_chemical_A2 +LQ05X004400 Predicted protein 6.084490896 L4_chemical_A3 +LQ05X004400 Predicted protein 6.121214914 L4_chemical_B1 +LQ05X004400 Predicted protein 5.84307768 L4_chemical_B2 +LQ05X004400 Predicted protein 6.133449499 L4_chemical_B3 +LQ05X004400 Predicted protein 5.91747551 L4_chemical_C2 +LQ05X004400 Predicted protein 5.56209788 L4_chemical_C3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.230283377 C6_control_A1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.600929131 C6_control_A3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.224339242 C6_control_B1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.258265655 C6_control_B2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.618122873 C6_control_B3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 4.651780105 C6_control_C1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.579716029 C6_control_C2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.267861604 C6_control_C3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.080347358 C6_chemical_A1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.042430705 C6_chemical_A3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.948383789 C6_chemical_B1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.299465307 C6_chemical_B2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.379912825 C6_chemical_B3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 4.678744759 C6_chemical_C1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.536147319 C6_chemical_C2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.27366002 C6_chemical_C3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.237061522 L4_control_A1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.497360871 L4_control_A2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 4.845822306 L4_control_A3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.843347457 L4_control_B1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.61766751 L4_control_B2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.328216616 L4_control_B3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.545954678 L4_control_C2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 4.923191185 L4_control_C3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.248300813 L4_chemical_A1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.452343823 L4_chemical_A2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 4.930858513 L4_chemical_A3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.358143258 L4_chemical_B1 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.305498221 L4_chemical_B2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.348733702 L4_chemical_B3 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 6.364088697 L4_chemical_C2 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 4.775858356 L4_chemical_C3 +LQ05X004420 UPF0161 protein At3g09310 11.77368347 C6_control_A1 +LQ05X004420 UPF0161 protein At3g09310 11.83911358 C6_control_A3 +LQ05X004420 UPF0161 protein At3g09310 12.21920501 C6_control_B1 +LQ05X004420 UPF0161 protein At3g09310 12.26609986 C6_control_B2 +LQ05X004420 UPF0161 protein At3g09310 12.29779479 C6_control_B3 +LQ05X004420 UPF0161 protein At3g09310 12.90779316 C6_control_C1 +LQ05X004420 UPF0161 protein At3g09310 12.28875338 C6_control_C2 +LQ05X004420 UPF0161 protein At3g09310 12.17210228 C6_control_C3 +LQ05X004420 UPF0161 protein At3g09310 11.71081498 C6_chemical_A1 +LQ05X004420 UPF0161 protein At3g09310 11.43602092 C6_chemical_A3 +LQ05X004420 UPF0161 protein At3g09310 12.26217394 C6_chemical_B1 +LQ05X004420 UPF0161 protein At3g09310 12.35921874 C6_chemical_B2 +LQ05X004420 UPF0161 protein At3g09310 12.06560968 C6_chemical_B3 +LQ05X004420 UPF0161 protein At3g09310 13.00670701 C6_chemical_C1 +LQ05X004420 UPF0161 protein At3g09310 12.9643483 C6_chemical_C2 +LQ05X004420 UPF0161 protein At3g09310 12.33878133 C6_chemical_C3 +LQ05X004420 UPF0161 protein At3g09310 11.49517241 L4_control_A1 +LQ05X004420 UPF0161 protein At3g09310 11.9328617 L4_control_A2 +LQ05X004420 UPF0161 protein At3g09310 11.93181129 L4_control_A3 +LQ05X004420 UPF0161 protein At3g09310 11.89940115 L4_control_B1 +LQ05X004420 UPF0161 protein At3g09310 11.98408549 L4_control_B2 +LQ05X004420 UPF0161 protein At3g09310 11.63705453 L4_control_B3 +LQ05X004420 UPF0161 protein At3g09310 12.52279673 L4_control_C2 +LQ05X004420 UPF0161 protein At3g09310 12.35727473 L4_control_C3 +LQ05X004420 UPF0161 protein At3g09310 11.24600046 L4_chemical_A1 +LQ05X004420 UPF0161 protein At3g09310 11.80028638 L4_chemical_A2 +LQ05X004420 UPF0161 protein At3g09310 11.37973554 L4_chemical_A3 +LQ05X004420 UPF0161 protein At3g09310 12.15436752 L4_chemical_B1 +LQ05X004420 UPF0161 protein At3g09310 12.32861124 L4_chemical_B2 +LQ05X004420 UPF0161 protein At3g09310 11.30465838 L4_chemical_B3 +LQ05X004420 UPF0161 protein At3g09310 12.63914043 L4_chemical_C2 +LQ05X004420 UPF0161 protein At3g09310 12.17094601 L4_chemical_C3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.647649444 C6_control_A1 +LQ05X004450 Putative Oxysterol-binding protein 8 6.32946855 C6_control_A3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.997861264 C6_control_B1 +LQ05X004450 Putative Oxysterol-binding protein 8 5.553736374 C6_control_B2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.801882488 C6_control_B3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.500113702 C6_control_C1 +LQ05X004450 Putative Oxysterol-binding protein 8 5.782758285 C6_control_C2 +LQ05X004450 Putative Oxysterol-binding protein 8 6.325912784 C6_control_C3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.37156071 C6_chemical_A1 +LQ05X004450 Putative Oxysterol-binding protein 8 6.112131618 C6_chemical_A3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.779386505 C6_chemical_B1 +LQ05X004450 Putative Oxysterol-binding protein 8 5.612239526 C6_chemical_B2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.948939551 C6_chemical_B3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.587884545 C6_chemical_C1 +LQ05X004450 Putative Oxysterol-binding protein 8 5.638612838 C6_chemical_C2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.999193594 C6_chemical_C3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.257237052 L4_control_A1 +LQ05X004450 Putative Oxysterol-binding protein 8 5.81120898 L4_control_A2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.420226274 L4_control_A3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.691229561 L4_control_B1 +LQ05X004450 Putative Oxysterol-binding protein 8 5.732297006 L4_control_B2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.776712642 L4_control_B3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.834918778 L4_control_C2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.412210068 L4_control_C3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.356085058 L4_chemical_A1 +LQ05X004450 Putative Oxysterol-binding protein 8 5.847584553 L4_chemical_A2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.809817672 L4_chemical_A3 +LQ05X004450 Putative Oxysterol-binding protein 8 6.167232507 L4_chemical_B1 +LQ05X004450 Putative Oxysterol-binding protein 8 6.119462723 L4_chemical_B2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.531481959 L4_chemical_B3 +LQ05X004450 Putative Oxysterol-binding protein 8 5.470903945 L4_chemical_C2 +LQ05X004450 Putative Oxysterol-binding protein 8 5.132769006 L4_chemical_C3 +LQ05X004460 Putative uncharacterized protein 10.24708694 C6_control_A1 +LQ05X004460 Putative uncharacterized protein 10.29174411 C6_control_A3 +LQ05X004460 Putative uncharacterized protein 10.3675755 C6_control_B1 +LQ05X004460 Putative uncharacterized protein 10.21634666 C6_control_B2 +LQ05X004460 Putative uncharacterized protein 10.49390973 C6_control_B3 +LQ05X004460 Putative uncharacterized protein 9.085337964 C6_control_C1 +LQ05X004460 Putative uncharacterized protein 9.020142753 C6_control_C2 +LQ05X004460 Putative uncharacterized protein 8.955118179 C6_control_C3 +LQ05X004460 Putative uncharacterized protein 10.054488 C6_chemical_A1 +LQ05X004460 Putative uncharacterized protein 10.35614063 C6_chemical_A3 +LQ05X004460 Putative uncharacterized protein 9.758472337 C6_chemical_B1 +LQ05X004460 Putative uncharacterized protein 10.17101707 C6_chemical_B2 +LQ05X004460 Putative uncharacterized protein 10.15478087 C6_chemical_B3 +LQ05X004460 Putative uncharacterized protein 8.855570003 C6_chemical_C1 +LQ05X004460 Putative uncharacterized protein 8.340162619 C6_chemical_C2 +LQ05X004460 Putative uncharacterized protein 8.756073732 C6_chemical_C3 +LQ05X004460 Putative uncharacterized protein 10.72371266 L4_control_A1 +LQ05X004460 Putative uncharacterized protein 10.20599197 L4_control_A2 +LQ05X004460 Putative uncharacterized protein 11.09525711 L4_control_A3 +LQ05X004460 Putative uncharacterized protein 10.96024507 L4_control_B1 +LQ05X004460 Putative uncharacterized protein 10.69448229 L4_control_B2 +LQ05X004460 Putative uncharacterized protein 10.6862751 L4_control_B3 +LQ05X004460 Putative uncharacterized protein 9.1264978 L4_control_C2 +LQ05X004460 Putative uncharacterized protein 9.474769942 L4_control_C3 +LQ05X004460 Putative uncharacterized protein 10.56207197 L4_chemical_A1 +LQ05X004460 Putative uncharacterized protein 10.02163053 L4_chemical_A2 +LQ05X004460 Putative uncharacterized protein 11.11936681 L4_chemical_A3 +LQ05X004460 Putative uncharacterized protein 10.70869329 L4_chemical_B1 +LQ05X004460 Putative uncharacterized protein 10.49709519 L4_chemical_B2 +LQ05X004460 Putative uncharacterized protein 11.03065724 L4_chemical_B3 +LQ05X004460 Putative uncharacterized protein 9.711655433 L4_chemical_C2 +LQ05X004460 Putative uncharacterized protein 9.36406556 L4_chemical_C3 +LQ05X004480 Expansin-A4 13.378338 C6_control_A1 +LQ05X004480 Expansin-A4 13.72532609 C6_control_A3 +LQ05X004480 Expansin-A4 13.94650395 C6_control_B1 +LQ05X004480 Expansin-A4 12.51575051 C6_control_B2 +LQ05X004480 Expansin-A4 13.88111354 C6_control_B3 +LQ05X004480 Expansin-A4 10.03084971 C6_control_C1 +LQ05X004480 Expansin-A4 9.971805757 C6_control_C2 +LQ05X004480 Expansin-A4 9.850935048 C6_control_C3 +LQ05X004480 Expansin-A4 14.14184986 C6_chemical_A1 +LQ05X004480 Expansin-A4 13.88336635 C6_chemical_A3 +LQ05X004480 Expansin-A4 13.97758851 C6_chemical_B1 +LQ05X004480 Expansin-A4 12.87971214 C6_chemical_B2 +LQ05X004480 Expansin-A4 13.45971879 C6_chemical_B3 +LQ05X004480 Expansin-A4 9.186267662 C6_chemical_C1 +LQ05X004480 Expansin-A4 9.511505214 C6_chemical_C2 +LQ05X004480 Expansin-A4 10.04225817 C6_chemical_C3 +LQ05X004480 Expansin-A4 13.68348891 L4_control_A1 +LQ05X004480 Expansin-A4 13.65348662 L4_control_A2 +LQ05X004480 Expansin-A4 13.72148951 L4_control_A3 +LQ05X004480 Expansin-A4 13.89016871 L4_control_B1 +LQ05X004480 Expansin-A4 14.24199749 L4_control_B2 +LQ05X004480 Expansin-A4 11.98016484 L4_control_B3 +LQ05X004480 Expansin-A4 10.75652344 L4_control_C2 +LQ05X004480 Expansin-A4 10.4160726 L4_control_C3 +LQ05X004480 Expansin-A4 12.28156311 L4_chemical_A1 +LQ05X004480 Expansin-A4 13.3385533 L4_chemical_A2 +LQ05X004480 Expansin-A4 13.38280054 L4_chemical_A3 +LQ05X004480 Expansin-A4 14.03394591 L4_chemical_B1 +LQ05X004480 Expansin-A4 13.40913721 L4_chemical_B2 +LQ05X004480 Expansin-A4 13.54109911 L4_chemical_B3 +LQ05X004480 Expansin-A4 10.39317369 L4_chemical_C2 +LQ05X004480 Expansin-A4 10.00201392 L4_chemical_C3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.49423498 C6_control_A1 +LQ05X004500 Trafficking protein particle complex subunit 4 13.37831067 C6_control_A3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.34027092 C6_control_B1 +LQ05X004500 Trafficking protein particle complex subunit 4 13.58450508 C6_control_B2 +LQ05X004500 Trafficking protein particle complex subunit 4 13.29205798 C6_control_B3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.27025551 C6_control_C1 +LQ05X004500 Trafficking protein particle complex subunit 4 13.20249882 C6_control_C2 +LQ05X004500 Trafficking protein particle complex subunit 4 12.78053181 C6_control_C3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.30444393 C6_chemical_A1 +LQ05X004500 Trafficking protein particle complex subunit 4 12.94773491 C6_chemical_A3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.20069043 C6_chemical_B1 +LQ05X004500 Trafficking protein particle complex subunit 4 13.39602288 C6_chemical_B2 +LQ05X004500 Trafficking protein particle complex subunit 4 13.2087261 C6_chemical_B3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.34728363 C6_chemical_C1 +LQ05X004500 Trafficking protein particle complex subunit 4 12.82356275 C6_chemical_C2 +LQ05X004500 Trafficking protein particle complex subunit 4 12.92470607 C6_chemical_C3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.59767791 L4_control_A1 +LQ05X004500 Trafficking protein particle complex subunit 4 13.41398154 L4_control_A2 +LQ05X004500 Trafficking protein particle complex subunit 4 13.0446862 L4_control_A3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.02212324 L4_control_B1 +LQ05X004500 Trafficking protein particle complex subunit 4 12.22348413 L4_control_B2 +LQ05X004500 Trafficking protein particle complex subunit 4 13.3829017 L4_control_B3 +LQ05X004500 Trafficking protein particle complex subunit 4 12.05591926 L4_control_C2 +LQ05X004500 Trafficking protein particle complex subunit 4 11.84277511 L4_control_C3 +LQ05X004500 Trafficking protein particle complex subunit 4 13.41132655 L4_chemical_A1 +LQ05X004500 Trafficking protein particle complex subunit 4 13.21629048 L4_chemical_A2 +LQ05X004500 Trafficking protein particle complex subunit 4 13.3646309 L4_chemical_A3 +LQ05X004500 Trafficking protein particle complex subunit 4 12.70004183 L4_chemical_B1 +LQ05X004500 Trafficking protein particle complex subunit 4 12.63933226 L4_chemical_B2 +LQ05X004500 Trafficking protein particle complex subunit 4 13.22973716 L4_chemical_B3 +LQ05X004500 Trafficking protein particle complex subunit 4 12.11118971 L4_chemical_C2 +LQ05X004500 Trafficking protein particle complex subunit 4 11.66934484 L4_chemical_C3 +LQ05X004520 Transcription factor AS1 6.245285038 C6_control_A1 +LQ05X004520 Transcription factor AS1 5.997076254 C6_control_A3 +LQ05X004520 Transcription factor AS1 5.798751822 C6_control_B1 +LQ05X004520 Transcription factor AS1 6.329653792 C6_control_B2 +LQ05X004520 Transcription factor AS1 6.637085664 C6_control_B3 +LQ05X004520 Transcription factor AS1 6.630779088 C6_control_C1 +LQ05X004520 Transcription factor AS1 4.9245693 C6_control_C2 +LQ05X004520 Transcription factor AS1 6.607899122 C6_control_C3 +LQ05X004520 Transcription factor AS1 7.160285994 C6_chemical_A1 +LQ05X004520 Transcription factor AS1 5.859128517 C6_chemical_A3 +LQ05X004520 Transcription factor AS1 6.228827202 C6_chemical_B1 +LQ05X004520 Transcription factor AS1 5.748823937 C6_chemical_B2 +LQ05X004520 Transcription factor AS1 7.769655831 C6_chemical_B3 +LQ05X004520 Transcription factor AS1 6.569115229 C6_chemical_C1 +LQ05X004520 Transcription factor AS1 5.158150238 C6_chemical_C2 +LQ05X004520 Transcription factor AS1 6.854668945 C6_chemical_C3 +LQ05X004520 Transcription factor AS1 7.941332978 L4_control_A1 +LQ05X004520 Transcription factor AS1 7.733463972 L4_control_A2 +LQ05X004520 Transcription factor AS1 7.642272725 L4_control_A3 +LQ05X004520 Transcription factor AS1 9.075771758 L4_control_B1 +LQ05X004520 Transcription factor AS1 7.462450972 L4_control_B2 +LQ05X004520 Transcription factor AS1 6.03632907 L4_control_B3 +LQ05X004520 Transcription factor AS1 8.504538753 L4_control_C2 +LQ05X004520 Transcription factor AS1 8.523557989 L4_control_C3 +LQ05X004520 Transcription factor AS1 7.962261696 L4_chemical_A1 +LQ05X004520 Transcription factor AS1 7.831293957 L4_chemical_A2 +LQ05X004520 Transcription factor AS1 8.504127293 L4_chemical_A3 +LQ05X004520 Transcription factor AS1 6.862577274 L4_chemical_B1 +LQ05X004520 Transcription factor AS1 7.899512744 L4_chemical_B2 +LQ05X004520 Transcription factor AS1 6.330905635 L4_chemical_B3 +LQ05X004520 Transcription factor AS1 8.958723276 L4_chemical_C2 +LQ05X004520 Transcription factor AS1 8.361457202 L4_chemical_C3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.908653391 C6_control_A1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.776584697 C6_control_A3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.973842712 C6_control_B1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.970891671 C6_control_B2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.987404367 C6_control_B3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.440491603 C6_control_C1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.875797762 C6_control_C2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.620254425 C6_control_C3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.97328292 C6_chemical_A1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.796719472 C6_chemical_A3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.945474807 C6_chemical_B1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.792356465 C6_chemical_B2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.918384114 C6_chemical_B3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.197657131 C6_chemical_C1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.968315165 C6_chemical_C2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.427342135 C6_chemical_C3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.611379368 L4_control_A1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.057799675 L4_control_A2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.898476838 L4_control_A3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.856216957 L4_control_B1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.984792938 L4_control_B2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.997141188 L4_control_B3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.204296593 L4_control_C2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.848343715 L4_control_C3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.134895842 L4_chemical_A1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.543305803 L4_chemical_A2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.920378059 L4_chemical_A3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.914646415 L4_chemical_B1 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.032852693 L4_chemical_B2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.669397857 L4_chemical_B3 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.277494231 L4_chemical_C2 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 5.582003333 L4_chemical_C3 +LQ05X004580 Metallothionein-like protein type 2 5.012200502 C6_control_A1 +LQ05X004580 Metallothionein-like protein type 2 5.170461758 C6_control_A3 +LQ05X004580 Metallothionein-like protein type 2 4.970581424 C6_control_B1 +LQ05X004580 Metallothionein-like protein type 2 5.141100003 C6_control_B2 +LQ05X004580 Metallothionein-like protein type 2 5.31213258 C6_control_B3 +LQ05X004580 Metallothionein-like protein type 2 4.892311617 C6_control_C1 +LQ05X004580 Metallothionein-like protein type 2 5.017770329 C6_control_C2 +LQ05X004580 Metallothionein-like protein type 2 4.95947362 C6_control_C3 +LQ05X004580 Metallothionein-like protein type 2 5.030019108 C6_chemical_A1 +LQ05X004580 Metallothionein-like protein type 2 5.28401009 C6_chemical_A3 +LQ05X004580 Metallothionein-like protein type 2 5.141738545 C6_chemical_B1 +LQ05X004580 Metallothionein-like protein type 2 5.061739693 C6_chemical_B2 +LQ05X004580 Metallothionein-like protein type 2 5.157797572 C6_chemical_B3 +LQ05X004580 Metallothionein-like protein type 2 5.168261472 C6_chemical_C1 +LQ05X004580 Metallothionein-like protein type 2 5.27004206 C6_chemical_C2 +LQ05X004580 Metallothionein-like protein type 2 5.161982017 C6_chemical_C3 +LQ05X004580 Metallothionein-like protein type 2 5.090280402 L4_control_A1 +LQ05X004580 Metallothionein-like protein type 2 5.124672259 L4_control_A2 +LQ05X004580 Metallothionein-like protein type 2 5.520933551 L4_control_A3 +LQ05X004580 Metallothionein-like protein type 2 5.055150071 L4_control_B1 +LQ05X004580 Metallothionein-like protein type 2 5.036671165 L4_control_B2 +LQ05X004580 Metallothionein-like protein type 2 5.479122892 L4_control_B3 +LQ05X004580 Metallothionein-like protein type 2 5.752505264 L4_control_C2 +LQ05X004580 Metallothionein-like protein type 2 6.053835842 L4_control_C3 +LQ05X004580 Metallothionein-like protein type 2 5.189273911 L4_chemical_A1 +LQ05X004580 Metallothionein-like protein type 2 5.216344582 L4_chemical_A2 +LQ05X004580 Metallothionein-like protein type 2 5.066667842 L4_chemical_A3 +LQ05X004580 Metallothionein-like protein type 2 5.212406504 L4_chemical_B1 +LQ05X004580 Metallothionein-like protein type 2 5.438568969 L4_chemical_B2 +LQ05X004580 Metallothionein-like protein type 2 5.182090961 L4_chemical_B3 +LQ05X004580 Metallothionein-like protein type 2 5.165677527 L4_chemical_C2 +LQ05X004580 Metallothionein-like protein type 2 5.394344823 L4_chemical_C3 +LQ05X004630 Actin 13.41959257 C6_control_A1 +LQ05X004630 Actin 13.81884332 C6_control_A3 +LQ05X004630 Actin 12.7665939 C6_control_B1 +LQ05X004630 Actin 11.63758282 C6_control_B2 +LQ05X004630 Actin 11.87452495 C6_control_B3 +LQ05X004630 Actin 10.22924176 C6_control_C1 +LQ05X004630 Actin 10.14982185 C6_control_C2 +LQ05X004630 Actin 9.100961017 C6_control_C3 +LQ05X004630 Actin 13.25573677 C6_chemical_A1 +LQ05X004630 Actin 13.7033529 C6_chemical_A3 +LQ05X004630 Actin 12.76068169 C6_chemical_B1 +LQ05X004630 Actin 12.18698732 C6_chemical_B2 +LQ05X004630 Actin 11.16211425 C6_chemical_B3 +LQ05X004630 Actin 10.24959797 C6_chemical_C1 +LQ05X004630 Actin 9.929739586 C6_chemical_C2 +LQ05X004630 Actin 8.919754262 C6_chemical_C3 +LQ05X004630 Actin 13.87790756 L4_control_A1 +LQ05X004630 Actin 13.75239683 L4_control_A2 +LQ05X004630 Actin 13.85058666 L4_control_A3 +LQ05X004630 Actin 12.38211428 L4_control_B1 +LQ05X004630 Actin 13.45486176 L4_control_B2 +LQ05X004630 Actin 11.53269976 L4_control_B3 +LQ05X004630 Actin 10.08655725 L4_control_C2 +LQ05X004630 Actin 9.880302629 L4_control_C3 +LQ05X004630 Actin 12.86448923 L4_chemical_A1 +LQ05X004630 Actin 12.44830614 L4_chemical_A2 +LQ05X004630 Actin 13.24345237 L4_chemical_A3 +LQ05X004630 Actin 12.66303251 L4_chemical_B1 +LQ05X004630 Actin 12.8674504 L4_chemical_B2 +LQ05X004630 Actin 12.83359631 L4_chemical_B3 +LQ05X004630 Actin 9.6876941 L4_chemical_C2 +LQ05X004630 Actin 10.05647542 L4_chemical_C3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.864712057 C6_control_A1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.914087663 C6_control_A3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.767824959 C6_control_B1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.018609768 C6_control_B2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.197159329 C6_control_B3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.205021808 C6_control_C1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.24069928 C6_control_C2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.023311737 C6_control_C3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.773555865 C6_chemical_A1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.601181402 C6_chemical_A3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.506506518 C6_chemical_B1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.225164953 C6_chemical_B2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.304270638 C6_chemical_B3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 4.858325262 C6_chemical_C1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.175883857 C6_chemical_C2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 4.996591751 C6_chemical_C3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.206410528 L4_control_A1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.505910169 L4_control_A2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.456281969 L4_control_A3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.11631061 L4_control_B1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.161494981 L4_control_B2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.568795005 L4_control_B3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.016318166 L4_control_C2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.332218173 L4_control_C3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.21968334 L4_chemical_A1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.540055743 L4_chemical_A2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.537578149 L4_chemical_A3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.039860576 L4_chemical_B1 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.065627873 L4_chemical_B2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.120411192 L4_chemical_B3 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.363522965 L4_chemical_C2 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.00976118 L4_chemical_C3 +LQ05X004740 At5g02470 5.04735223 C6_control_A1 +LQ05X004740 At5g02470 5.115088414 C6_control_A3 +LQ05X004740 At5g02470 5.074004883 C6_control_B1 +LQ05X004740 At5g02470 4.797383809 C6_control_B2 +LQ05X004740 At5g02470 5.169517748 C6_control_B3 +LQ05X004740 At5g02470 4.820991609 C6_control_C1 +LQ05X004740 At5g02470 5.00796697 C6_control_C2 +LQ05X004740 At5g02470 4.854689472 C6_control_C3 +LQ05X004740 At5g02470 4.943287764 C6_chemical_A1 +LQ05X004740 At5g02470 5.159382818 C6_chemical_A3 +LQ05X004740 At5g02470 5.090809549 C6_chemical_B1 +LQ05X004740 At5g02470 4.813105882 C6_chemical_B2 +LQ05X004740 At5g02470 5.027800287 C6_chemical_B3 +LQ05X004740 At5g02470 4.84857711 C6_chemical_C1 +LQ05X004740 At5g02470 4.877488067 C6_chemical_C2 +LQ05X004740 At5g02470 5.135791503 C6_chemical_C3 +LQ05X004740 At5g02470 5.186684967 L4_control_A1 +LQ05X004740 At5g02470 4.85087835 L4_control_A2 +LQ05X004740 At5g02470 4.605858671 L4_control_A3 +LQ05X004740 At5g02470 4.785341672 L4_control_B1 +LQ05X004740 At5g02470 4.746611882 L4_control_B2 +LQ05X004740 At5g02470 5.018082377 L4_control_B3 +LQ05X004740 At5g02470 5.313742719 L4_control_C2 +LQ05X004740 At5g02470 5.580168264 L4_control_C3 +LQ05X004740 At5g02470 5.341080292 L4_chemical_A1 +LQ05X004740 At5g02470 4.792759384 L4_chemical_A2 +LQ05X004740 At5g02470 4.69751417 L4_chemical_A3 +LQ05X004740 At5g02470 5.269371993 L4_chemical_B1 +LQ05X004740 At5g02470 4.783740661 L4_chemical_B2 +LQ05X004740 At5g02470 4.806341828 L4_chemical_B3 +LQ05X004740 At5g02470 5.084510814 L4_chemical_C2 +LQ05X004740 At5g02470 4.906107217 L4_chemical_C3 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.61981564 C6_control_A1 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.511078744 C6_control_A3 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.483187609 C6_control_B1 +LQ05X004750 Acetylglucosaminyltransferase, putative 10.02779578 C6_control_B2 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.833277821 C6_control_B3 +LQ05X004750 Acetylglucosaminyltransferase, putative 8.575210412 C6_control_C1 +LQ05X004750 Acetylglucosaminyltransferase, putative 8.314384508 C6_control_C2 +LQ05X004750 Acetylglucosaminyltransferase, putative 8.555465258 C6_control_C3 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.367279561 C6_chemical_A1 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.97125858 C6_chemical_A3 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.286510095 C6_chemical_B1 +LQ05X004750 Acetylglucosaminyltransferase, putative 10.04622085 C6_chemical_B2 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.366742721 C6_chemical_B3 +LQ05X004750 Acetylglucosaminyltransferase, putative 8.524716977 C6_chemical_C1 +LQ05X004750 Acetylglucosaminyltransferase, putative 8.151868801 C6_chemical_C2 +LQ05X004750 Acetylglucosaminyltransferase, putative 8.535799275 C6_chemical_C3 +LQ05X004750 Acetylglucosaminyltransferase, putative 10.26522328 L4_control_A1 +LQ05X004750 Acetylglucosaminyltransferase, putative 10.24377987 L4_control_A2 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.880410567 L4_control_A3 +LQ05X004750 Acetylglucosaminyltransferase, putative 10.20409709 L4_control_B1 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.95418846 L4_control_B2 +LQ05X004750 Acetylglucosaminyltransferase, putative 11.04267672 L4_control_B3 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.013910809 L4_control_C2 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.019358213 L4_control_C3 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.946682908 L4_chemical_A1 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.713939714 L4_chemical_A2 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.852676576 L4_chemical_A3 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.646658367 L4_chemical_B1 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.591397754 L4_chemical_B2 +LQ05X004750 Acetylglucosaminyltransferase, putative 10.33849936 L4_chemical_B3 +LQ05X004750 Acetylglucosaminyltransferase, putative 8.630846047 L4_chemical_C2 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.089441405 L4_chemical_C3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.62483761 C6_control_A1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.81910563 C6_control_A3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.23415084 C6_control_B1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.30167608 C6_control_B2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.61540499 C6_control_B3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.00379298 C6_control_C1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 11.94168109 C6_control_C2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.08381027 C6_control_C3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.98464502 C6_chemical_A1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.2606028 C6_chemical_A3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.24662655 C6_chemical_B1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.13166923 C6_chemical_B2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.56088142 C6_chemical_B3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.11480958 C6_chemical_C1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 11.9432669 C6_chemical_C2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 11.36428219 C6_chemical_C3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.83964795 L4_control_A1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.59964348 L4_control_A2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.67846241 L4_control_A3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.59970081 L4_control_B1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.5069746 L4_control_B2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.46624985 L4_control_B3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 11.67543274 L4_control_C2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.16829426 L4_control_C3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.92799067 L4_chemical_A1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.32179777 L4_chemical_A2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.79385784 L4_chemical_A3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.31888719 L4_chemical_B1 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.53495699 L4_chemical_B2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 13.47292104 L4_chemical_B3 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.12022598 L4_chemical_C2 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.29861272 L4_chemical_C3 +LQ05X004780 Putative uncharacterized protein 10.17544276 C6_control_A1 +LQ05X004780 Putative uncharacterized protein 10.01579937 C6_control_A3 +LQ05X004780 Putative uncharacterized protein 10.8873045 C6_control_B1 +LQ05X004780 Putative uncharacterized protein 10.02879349 C6_control_B2 +LQ05X004780 Putative uncharacterized protein 11.21134275 C6_control_B3 +LQ05X004780 Putative uncharacterized protein 10.32780942 C6_control_C1 +LQ05X004780 Putative uncharacterized protein 10.31528022 C6_control_C2 +LQ05X004780 Putative uncharacterized protein 10.26880485 C6_control_C3 +LQ05X004780 Putative uncharacterized protein 10.45146714 C6_chemical_A1 +LQ05X004780 Putative uncharacterized protein 10.12548801 C6_chemical_A3 +LQ05X004780 Putative uncharacterized protein 11.52211878 C6_chemical_B1 +LQ05X004780 Putative uncharacterized protein 10.17982333 C6_chemical_B2 +LQ05X004780 Putative uncharacterized protein 11.63551169 C6_chemical_B3 +LQ05X004780 Putative uncharacterized protein 10.32811691 C6_chemical_C1 +LQ05X004780 Putative uncharacterized protein 10.0708887 C6_chemical_C2 +LQ05X004780 Putative uncharacterized protein 10.70907399 C6_chemical_C3 +LQ05X004780 Putative uncharacterized protein 10.35381467 L4_control_A1 +LQ05X004780 Putative uncharacterized protein 10.61449233 L4_control_A2 +LQ05X004780 Putative uncharacterized protein 11.33011266 L4_control_A3 +LQ05X004780 Putative uncharacterized protein 11.53093609 L4_control_B1 +LQ05X004780 Putative uncharacterized protein 11.93655896 L4_control_B2 +LQ05X004780 Putative uncharacterized protein 11.46001764 L4_control_B3 +LQ05X004780 Putative uncharacterized protein 11.66040722 L4_control_C2 +LQ05X004780 Putative uncharacterized protein 12.39364631 L4_control_C3 +LQ05X004780 Putative uncharacterized protein 10.4678007 L4_chemical_A1 +LQ05X004780 Putative uncharacterized protein 10.60403058 L4_chemical_A2 +LQ05X004780 Putative uncharacterized protein 11.5543165 L4_chemical_A3 +LQ05X004780 Putative uncharacterized protein 11.57023136 L4_chemical_B1 +LQ05X004780 Putative uncharacterized protein 11.14890703 L4_chemical_B2 +LQ05X004780 Putative uncharacterized protein 11.61231297 L4_chemical_B3 +LQ05X004780 Putative uncharacterized protein 11.72559516 L4_chemical_C2 +LQ05X004780 Putative uncharacterized protein 11.92043449 L4_chemical_C3 +LQ05X004790 Heat shock cognate 70 kDa protein 13.76489019 C6_control_A1 +LQ05X004790 Heat shock cognate 70 kDa protein 13.75816052 C6_control_A3 +LQ05X004790 Heat shock cognate 70 kDa protein 13.46540797 C6_control_B1 +LQ05X004790 Heat shock cognate 70 kDa protein 13.90644978 C6_control_B2 +LQ05X004790 Heat shock cognate 70 kDa protein 13.44971777 C6_control_B3 +LQ05X004790 Heat shock cognate 70 kDa protein 12.95356664 C6_control_C1 +LQ05X004790 Heat shock cognate 70 kDa protein 12.76509559 C6_control_C2 +LQ05X004790 Heat shock cognate 70 kDa protein 12.79861847 C6_control_C3 +LQ05X004790 Heat shock cognate 70 kDa protein 14.58866185 C6_chemical_A1 +LQ05X004790 Heat shock cognate 70 kDa protein 14.22751107 C6_chemical_A3 +LQ05X004790 Heat shock cognate 70 kDa protein 13.58824071 C6_chemical_B1 +LQ05X004790 Heat shock cognate 70 kDa protein 14.31437811 C6_chemical_B2 +LQ05X004790 Heat shock cognate 70 kDa protein 13.67220534 C6_chemical_B3 +LQ05X004790 Heat shock cognate 70 kDa protein 13.04038859 C6_chemical_C1 +LQ05X004790 Heat shock cognate 70 kDa protein 13.09648711 C6_chemical_C2 +LQ05X004790 Heat shock cognate 70 kDa protein 12.67381708 C6_chemical_C3 +LQ05X004790 Heat shock cognate 70 kDa protein 13.99644836 L4_control_A1 +LQ05X004790 Heat shock cognate 70 kDa protein 13.36937626 L4_control_A2 +LQ05X004790 Heat shock cognate 70 kDa protein 13.54208246 L4_control_A3 +LQ05X004790 Heat shock cognate 70 kDa protein 11.81229086 L4_control_B1 +LQ05X004790 Heat shock cognate 70 kDa protein 13.21191334 L4_control_B2 +LQ05X004790 Heat shock cognate 70 kDa protein 11.82105469 L4_control_B3 +LQ05X004790 Heat shock cognate 70 kDa protein 11.64583349 L4_control_C2 +LQ05X004790 Heat shock cognate 70 kDa protein 10.81286524 L4_control_C3 +LQ05X004790 Heat shock cognate 70 kDa protein 14.10888982 L4_chemical_A1 +LQ05X004790 Heat shock cognate 70 kDa protein 13.71466412 L4_chemical_A2 +LQ05X004790 Heat shock cognate 70 kDa protein 13.65797682 L4_chemical_A3 +LQ05X004790 Heat shock cognate 70 kDa protein 12.81293869 L4_chemical_B1 +LQ05X004790 Heat shock cognate 70 kDa protein 13.16070587 L4_chemical_B2 +LQ05X004790 Heat shock cognate 70 kDa protein 13.07971101 L4_chemical_B3 +LQ05X004790 Heat shock cognate 70 kDa protein 11.42276487 L4_chemical_C2 +LQ05X004790 Heat shock cognate 70 kDa protein 10.40891214 L4_chemical_C3 +LQ05X004870 Histone H4 13.3458163 C6_control_A1 +LQ05X004870 Histone H4 13.83305292 C6_control_A3 +LQ05X004870 Histone H4 11.60700657 C6_control_B1 +LQ05X004870 Histone H4 10.39571469 C6_control_B2 +LQ05X004870 Histone H4 10.19378623 C6_control_B3 +LQ05X004870 Histone H4 10.04363253 C6_control_C1 +LQ05X004870 Histone H4 10.88167975 C6_control_C2 +LQ05X004870 Histone H4 12.08173947 C6_control_C3 +LQ05X004870 Histone H4 12.70166958 C6_chemical_A1 +LQ05X004870 Histone H4 12.10353944 C6_chemical_A3 +LQ05X004870 Histone H4 10.1986574 C6_chemical_B1 +LQ05X004870 Histone H4 10.31781283 C6_chemical_B2 +LQ05X004870 Histone H4 10.1463872 C6_chemical_B3 +LQ05X004870 Histone H4 10.48971291 C6_chemical_C1 +LQ05X004870 Histone H4 10.73404762 C6_chemical_C2 +LQ05X004870 Histone H4 11.74198099 C6_chemical_C3 +LQ05X004870 Histone H4 12.00998402 L4_control_A1 +LQ05X004870 Histone H4 10.557159 L4_control_A2 +LQ05X004870 Histone H4 8.778584688 L4_control_A3 +LQ05X004870 Histone H4 5.846626367 L4_control_B1 +LQ05X004870 Histone H4 9.748195964 L4_control_B2 +LQ05X004870 Histone H4 5.398882412 L4_control_B3 +LQ05X004870 Histone H4 9.722248648 L4_control_C2 +LQ05X004870 Histone H4 5.298964809 L4_control_C3 +LQ05X004870 Histone H4 6.401323131 L4_chemical_A1 +LQ05X004870 Histone H4 5.213976598 L4_chemical_A2 +LQ05X004870 Histone H4 7.971014806 L4_chemical_A3 +LQ05X004870 Histone H4 9.364510896 L4_chemical_B1 +LQ05X004870 Histone H4 8.621737726 L4_chemical_B2 +LQ05X004870 Histone H4 7.043196677 L4_chemical_B3 +LQ05X004870 Histone H4 5.79436108 L4_chemical_C2 +LQ05X004870 Histone H4 5.336150385 L4_chemical_C3 +LQ05X004880 Histone H4 5.356072276 C6_control_A1 +LQ05X004880 Histone H4 6.091849844 C6_control_A3 +LQ05X004880 Histone H4 6.113762192 C6_control_B1 +LQ05X004880 Histone H4 5.711266956 C6_control_B2 +LQ05X004880 Histone H4 5.828701566 C6_control_B3 +LQ05X004880 Histone H4 5.994040754 C6_control_C1 +LQ05X004880 Histone H4 6.898501687 C6_control_C2 +LQ05X004880 Histone H4 6.363514861 C6_control_C3 +LQ05X004880 Histone H4 5.255599704 C6_chemical_A1 +LQ05X004880 Histone H4 5.818439412 C6_chemical_A3 +LQ05X004880 Histone H4 5.309152535 C6_chemical_B1 +LQ05X004880 Histone H4 5.866683789 C6_chemical_B2 +LQ05X004880 Histone H4 5.569887857 C6_chemical_B3 +LQ05X004880 Histone H4 5.891216781 C6_chemical_C1 +LQ05X004880 Histone H4 6.35024241 C6_chemical_C2 +LQ05X004880 Histone H4 5.541512358 C6_chemical_C3 +LQ05X004880 Histone H4 5.610139453 L4_control_A1 +LQ05X004880 Histone H4 5.495560841 L4_control_A2 +LQ05X004880 Histone H4 5.459131895 L4_control_A3 +LQ05X004880 Histone H4 5.398635235 L4_control_B1 +LQ05X004880 Histone H4 5.459357167 L4_control_B2 +LQ05X004880 Histone H4 5.592376318 L4_control_B3 +LQ05X004880 Histone H4 6.046584726 L4_control_C2 +LQ05X004880 Histone H4 5.673392066 L4_control_C3 +LQ05X004880 Histone H4 5.203464191 L4_chemical_A1 +LQ05X004880 Histone H4 5.334669377 L4_chemical_A2 +LQ05X004880 Histone H4 5.142654554 L4_chemical_A3 +LQ05X004880 Histone H4 5.950493323 L4_chemical_B1 +LQ05X004880 Histone H4 5.785007264 L4_chemical_B2 +LQ05X004880 Histone H4 6.060692575 L4_chemical_B3 +LQ05X004880 Histone H4 5.446550551 L4_chemical_C2 +LQ05X004880 Histone H4 4.788477459 L4_chemical_C3 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.27567761 C6_control_A1 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.18963594 C6_control_A3 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.5144959 C6_control_B1 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.88659434 C6_control_B2 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.86439158 C6_control_B3 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.95133061 C6_control_C1 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.13524558 C6_control_C2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.11090232 C6_control_C3 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.3886895 C6_chemical_A1 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.05461094 C6_chemical_A3 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.52718391 C6_chemical_B1 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.93496439 C6_chemical_B2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.10867854 C6_chemical_B3 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.70044682 C6_chemical_C1 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.08510742 C6_chemical_C2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.37168141 C6_chemical_C3 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.02133796 L4_control_A1 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.16646257 L4_control_A2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.43809444 L4_control_A3 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.56258 L4_control_B1 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.27444374 L4_control_B2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.19472142 L4_control_B3 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.58934782 L4_control_C2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.31890805 L4_control_C3 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.09645316 L4_chemical_A1 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.27921058 L4_chemical_A2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.42721279 L4_chemical_A3 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.48730695 L4_chemical_B1 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.15785986 L4_chemical_B2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.05591144 L4_chemical_B3 +LQ05X004890 Putative RNA and export factor-binding protein 2 13.70837513 L4_chemical_C2 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.19087995 L4_chemical_C3 +LQ05X004950 Putative Retinol dehydrogenase 12 14.85703803 C6_control_A1 +LQ05X004950 Putative Retinol dehydrogenase 12 13.8680391 C6_control_A3 +LQ05X004950 Putative Retinol dehydrogenase 12 15.29374572 C6_control_B1 +LQ05X004950 Putative Retinol dehydrogenase 12 14.95937328 C6_control_B2 +LQ05X004950 Putative Retinol dehydrogenase 12 15.37255309 C6_control_B3 +LQ05X004950 Putative Retinol dehydrogenase 12 14.19064544 C6_control_C1 +LQ05X004950 Putative Retinol dehydrogenase 12 14.04330367 C6_control_C2 +LQ05X004950 Putative Retinol dehydrogenase 12 14.37803842 C6_control_C3 +LQ05X004950 Putative Retinol dehydrogenase 12 14.53391609 C6_chemical_A1 +LQ05X004950 Putative Retinol dehydrogenase 12 13.82094212 C6_chemical_A3 +LQ05X004950 Putative Retinol dehydrogenase 12 15.16764759 C6_chemical_B1 +LQ05X004950 Putative Retinol dehydrogenase 12 14.77765156 C6_chemical_B2 +LQ05X004950 Putative Retinol dehydrogenase 12 15.25754851 C6_chemical_B3 +LQ05X004950 Putative Retinol dehydrogenase 12 13.42828722 C6_chemical_C1 +LQ05X004950 Putative Retinol dehydrogenase 12 13.62014836 C6_chemical_C2 +LQ05X004950 Putative Retinol dehydrogenase 12 14.03166773 C6_chemical_C3 +LQ05X004950 Putative Retinol dehydrogenase 12 14.17630859 L4_control_A1 +LQ05X004950 Putative Retinol dehydrogenase 12 14.62730776 L4_control_A2 +LQ05X004950 Putative Retinol dehydrogenase 12 13.8256128 L4_control_A3 +LQ05X004950 Putative Retinol dehydrogenase 12 15.38800628 L4_control_B1 +LQ05X004950 Putative Retinol dehydrogenase 12 15.19855132 L4_control_B2 +LQ05X004950 Putative Retinol dehydrogenase 12 14.98922558 L4_control_B3 +LQ05X004950 Putative Retinol dehydrogenase 12 14.35315787 L4_control_C2 +LQ05X004950 Putative Retinol dehydrogenase 12 14.78192613 L4_control_C3 +LQ05X004950 Putative Retinol dehydrogenase 12 13.59461407 L4_chemical_A1 +LQ05X004950 Putative Retinol dehydrogenase 12 14.38904837 L4_chemical_A2 +LQ05X004950 Putative Retinol dehydrogenase 12 14.12057276 L4_chemical_A3 +LQ05X004950 Putative Retinol dehydrogenase 12 15.28660474 L4_chemical_B1 +LQ05X004950 Putative Retinol dehydrogenase 12 15.09319009 L4_chemical_B2 +LQ05X004950 Putative Retinol dehydrogenase 12 15.38394142 L4_chemical_B3 +LQ05X004950 Putative Retinol dehydrogenase 12 13.91285057 L4_chemical_C2 +LQ05X004950 Putative Retinol dehydrogenase 12 14.54285929 L4_chemical_C3 +LQ05X004970 UNC93-like protein 9.935563861 C6_control_A1 +LQ05X004970 UNC93-like protein 9.435327218 C6_control_A3 +LQ05X004970 UNC93-like protein 9.468540166 C6_control_B1 +LQ05X004970 UNC93-like protein 8.897344922 C6_control_B2 +LQ05X004970 UNC93-like protein 8.329364387 C6_control_B3 +LQ05X004970 UNC93-like protein 8.911630334 C6_control_C1 +LQ05X004970 UNC93-like protein 8.198237841 C6_control_C2 +LQ05X004970 UNC93-like protein 7.82177155 C6_control_C3 +LQ05X004970 UNC93-like protein 9.710061071 C6_chemical_A1 +LQ05X004970 UNC93-like protein 9.699357822 C6_chemical_A3 +LQ05X004970 UNC93-like protein 9.275590411 C6_chemical_B1 +LQ05X004970 UNC93-like protein 8.642680082 C6_chemical_B2 +LQ05X004970 UNC93-like protein 8.799513795 C6_chemical_B3 +LQ05X004970 UNC93-like protein 8.874272301 C6_chemical_C1 +LQ05X004970 UNC93-like protein 8.414377056 C6_chemical_C2 +LQ05X004970 UNC93-like protein 8.36617225 C6_chemical_C3 +LQ05X004970 UNC93-like protein 9.659263234 L4_control_A1 +LQ05X004970 UNC93-like protein 9.716713594 L4_control_A2 +LQ05X004970 UNC93-like protein 9.913785494 L4_control_A3 +LQ05X004970 UNC93-like protein 9.398962506 L4_control_B1 +LQ05X004970 UNC93-like protein 9.196186106 L4_control_B2 +LQ05X004970 UNC93-like protein 8.824500705 L4_control_B3 +LQ05X004970 UNC93-like protein 8.599390259 L4_control_C2 +LQ05X004970 UNC93-like protein 8.256408624 L4_control_C3 +LQ05X004970 UNC93-like protein 9.301879797 L4_chemical_A1 +LQ05X004970 UNC93-like protein 9.626656775 L4_chemical_A2 +LQ05X004970 UNC93-like protein 9.476177234 L4_chemical_A3 +LQ05X004970 UNC93-like protein 9.49339411 L4_chemical_B1 +LQ05X004970 UNC93-like protein 9.057983345 L4_chemical_B2 +LQ05X004970 UNC93-like protein 9.026199536 L4_chemical_B3 +LQ05X004970 UNC93-like protein 9.09484436 L4_chemical_C2 +LQ05X004970 UNC93-like protein 8.813072438 L4_chemical_C3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.43481444 C6_control_A1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.40107678 C6_control_A3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.24332372 C6_control_B1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.93208931 C6_control_B2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.07558461 C6_control_B3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.57263612 C6_control_C1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.39778014 C6_control_C2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.34892364 C6_control_C3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.36382439 C6_chemical_A1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.14622546 C6_chemical_A3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.20710723 C6_chemical_B1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.0025458 C6_chemical_B2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.81494983 C6_chemical_B3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.71625961 C6_chemical_C1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.37151922 C6_chemical_C2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.84329142 C6_chemical_C3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.84044283 L4_control_A1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.33427721 L4_control_A2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.76191601 L4_control_A3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.71950139 L4_control_B1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.95071747 L4_control_B2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.53867709 L4_control_B3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.22193763 L4_control_C2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.9170576 L4_control_C3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.73516639 L4_chemical_A1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.20376552 L4_chemical_A2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.79004154 L4_chemical_A3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.66748772 L4_chemical_B1 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.74360713 L4_chemical_B2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.70990956 L4_chemical_B3 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 11.89683165 L4_chemical_C2 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.10233066 L4_chemical_C3 +LQ05X004990 Actin-depolymerizing factor 2 14.32170824 C6_control_A1 +LQ05X004990 Actin-depolymerizing factor 2 14.41706674 C6_control_A3 +LQ05X004990 Actin-depolymerizing factor 2 14.31739719 C6_control_B1 +LQ05X004990 Actin-depolymerizing factor 2 14.89738608 C6_control_B2 +LQ05X004990 Actin-depolymerizing factor 2 14.56100695 C6_control_B3 +LQ05X004990 Actin-depolymerizing factor 2 14.35776194 C6_control_C1 +LQ05X004990 Actin-depolymerizing factor 2 14.71005238 C6_control_C2 +LQ05X004990 Actin-depolymerizing factor 2 14.68816522 C6_control_C3 +LQ05X004990 Actin-depolymerizing factor 2 14.40374677 C6_chemical_A1 +LQ05X004990 Actin-depolymerizing factor 2 14.23156484 C6_chemical_A3 +LQ05X004990 Actin-depolymerizing factor 2 14.36520428 C6_chemical_B1 +LQ05X004990 Actin-depolymerizing factor 2 14.66360917 C6_chemical_B2 +LQ05X004990 Actin-depolymerizing factor 2 14.75617564 C6_chemical_B3 +LQ05X004990 Actin-depolymerizing factor 2 14.46098761 C6_chemical_C1 +LQ05X004990 Actin-depolymerizing factor 2 14.37319555 C6_chemical_C2 +LQ05X004990 Actin-depolymerizing factor 2 14.33225202 C6_chemical_C3 +LQ05X004990 Actin-depolymerizing factor 2 13.93216907 L4_control_A1 +LQ05X004990 Actin-depolymerizing factor 2 13.30573252 L4_control_A2 +LQ05X004990 Actin-depolymerizing factor 2 13.4212992 L4_control_A3 +LQ05X004990 Actin-depolymerizing factor 2 14.08445701 L4_control_B1 +LQ05X004990 Actin-depolymerizing factor 2 13.54008505 L4_control_B2 +LQ05X004990 Actin-depolymerizing factor 2 14.4049287 L4_control_B3 +LQ05X004990 Actin-depolymerizing factor 2 13.32628984 L4_control_C2 +LQ05X004990 Actin-depolymerizing factor 2 13.44231695 L4_control_C3 +LQ05X004990 Actin-depolymerizing factor 2 14.29906245 L4_chemical_A1 +LQ05X004990 Actin-depolymerizing factor 2 13.86187455 L4_chemical_A2 +LQ05X004990 Actin-depolymerizing factor 2 13.74144048 L4_chemical_A3 +LQ05X004990 Actin-depolymerizing factor 2 14.00410857 L4_chemical_B1 +LQ05X004990 Actin-depolymerizing factor 2 13.51913866 L4_chemical_B2 +LQ05X004990 Actin-depolymerizing factor 2 14.38279004 L4_chemical_B3 +LQ05X004990 Actin-depolymerizing factor 2 13.27120128 L4_chemical_C2 +LQ05X004990 Actin-depolymerizing factor 2 13.37486065 L4_chemical_C3 +LQ05X005000 DNA binding protein, putative 5.864706732 C6_control_A1 +LQ05X005000 DNA binding protein, putative 5.479248835 C6_control_A3 +LQ05X005000 DNA binding protein, putative 4.94949727 C6_control_B1 +LQ05X005000 DNA binding protein, putative 6.945792661 C6_control_B2 +LQ05X005000 DNA binding protein, putative 5.378227329 C6_control_B3 +LQ05X005000 DNA binding protein, putative 8.562302516 C6_control_C1 +LQ05X005000 DNA binding protein, putative 7.31490733 C6_control_C2 +LQ05X005000 DNA binding protein, putative 7.764184128 C6_control_C3 +LQ05X005000 DNA binding protein, putative 6.320066886 C6_chemical_A1 +LQ05X005000 DNA binding protein, putative 6.159680586 C6_chemical_A3 +LQ05X005000 DNA binding protein, putative 5.087498564 C6_chemical_B1 +LQ05X005000 DNA binding protein, putative 7.930104442 C6_chemical_B2 +LQ05X005000 DNA binding protein, putative 6.422094092 C6_chemical_B3 +LQ05X005000 DNA binding protein, putative 8.984033631 C6_chemical_C1 +LQ05X005000 DNA binding protein, putative 8.952929305 C6_chemical_C2 +LQ05X005000 DNA binding protein, putative 8.90519071 C6_chemical_C3 +LQ05X005000 DNA binding protein, putative 7.019464639 L4_control_A1 +LQ05X005000 DNA binding protein, putative 6.13029902 L4_control_A2 +LQ05X005000 DNA binding protein, putative 5.998340094 L4_control_A3 +LQ05X005000 DNA binding protein, putative 5.833386468 L4_control_B1 +LQ05X005000 DNA binding protein, putative 5.614569066 L4_control_B2 +LQ05X005000 DNA binding protein, putative 7.568233926 L4_control_B3 +LQ05X005000 DNA binding protein, putative 5.35602605 L4_control_C2 +LQ05X005000 DNA binding protein, putative 6.55751661 L4_control_C3 +LQ05X005000 DNA binding protein, putative 6.652433336 L4_chemical_A1 +LQ05X005000 DNA binding protein, putative 5.444859327 L4_chemical_A2 +LQ05X005000 DNA binding protein, putative 5.62663012 L4_chemical_A3 +LQ05X005000 DNA binding protein, putative 5.053944048 L4_chemical_B1 +LQ05X005000 DNA binding protein, putative 5.374809233 L4_chemical_B2 +LQ05X005000 DNA binding protein, putative 6.858795396 L4_chemical_B3 +LQ05X005000 DNA binding protein, putative 5.638281299 L4_chemical_C2 +LQ05X005000 DNA binding protein, putative 6.741842684 L4_chemical_C3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.934631375 C6_control_A1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.608420788 C6_control_A3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 6.64628944 C6_control_B1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.537351038 C6_control_B2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.718621679 C6_control_B3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.602241848 C6_control_C1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.147864719 C6_control_C2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.362455258 C6_control_C3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.449282714 C6_chemical_A1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.40119629 C6_chemical_A3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.850085082 C6_chemical_B1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.172793296 C6_chemical_B2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 6.203510148 C6_chemical_B3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.625604335 C6_chemical_C1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.550732073 C6_chemical_C2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.230809901 C6_chemical_C3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.742543501 L4_control_A1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.651548754 L4_control_A2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.212262064 L4_control_A3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.078283635 L4_control_B1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.899410667 L4_control_B2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.747634646 L4_control_B3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 6.488670751 L4_control_C2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 6.502949296 L4_control_C3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.808882074 L4_chemical_A1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.3047759 L4_chemical_A2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.212331514 L4_chemical_A3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.625654347 L4_chemical_B1 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.6668778 L4_chemical_B2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.628383677 L4_chemical_B3 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.88479242 L4_chemical_C2 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.585175005 L4_chemical_C3 +LQ05X005030 Putative uncharacterized protein 6.825570599 C6_control_A1 +LQ05X005030 Putative uncharacterized protein 7.640133907 C6_control_A3 +LQ05X005030 Putative uncharacterized protein 6.495396647 C6_control_B1 +LQ05X005030 Putative uncharacterized protein 7.178163012 C6_control_B2 +LQ05X005030 Putative uncharacterized protein 6.660199165 C6_control_B3 +LQ05X005030 Putative uncharacterized protein 7.148977292 C6_control_C1 +LQ05X005030 Putative uncharacterized protein 8.504615339 C6_control_C2 +LQ05X005030 Putative uncharacterized protein 6.407925496 C6_control_C3 +LQ05X005030 Putative uncharacterized protein 6.941659297 C6_chemical_A1 +LQ05X005030 Putative uncharacterized protein 6.443482892 C6_chemical_A3 +LQ05X005030 Putative uncharacterized protein 6.667668088 C6_chemical_B1 +LQ05X005030 Putative uncharacterized protein 7.098473926 C6_chemical_B2 +LQ05X005030 Putative uncharacterized protein 6.279737513 C6_chemical_B3 +LQ05X005030 Putative uncharacterized protein 7.405185126 C6_chemical_C1 +LQ05X005030 Putative uncharacterized protein 7.680949996 C6_chemical_C2 +LQ05X005030 Putative uncharacterized protein 6.37746941 C6_chemical_C3 +LQ05X005030 Putative uncharacterized protein 6.446511248 L4_control_A1 +LQ05X005030 Putative uncharacterized protein 5.790924488 L4_control_A2 +LQ05X005030 Putative uncharacterized protein 6.544022841 L4_control_A3 +LQ05X005030 Putative uncharacterized protein 5.625038677 L4_control_B1 +LQ05X005030 Putative uncharacterized protein 5.601929509 L4_control_B2 +LQ05X005030 Putative uncharacterized protein 5.859338222 L4_control_B3 +LQ05X005030 Putative uncharacterized protein 6.034486357 L4_control_C2 +LQ05X005030 Putative uncharacterized protein 6.426402961 L4_control_C3 +LQ05X005030 Putative uncharacterized protein 6.202899282 L4_chemical_A1 +LQ05X005030 Putative uncharacterized protein 6.522229539 L4_chemical_A2 +LQ05X005030 Putative uncharacterized protein 6.120879249 L4_chemical_A3 +LQ05X005030 Putative uncharacterized protein 6.74161358 L4_chemical_B1 +LQ05X005030 Putative uncharacterized protein 5.404692313 L4_chemical_B2 +LQ05X005030 Putative uncharacterized protein 6.284959371 L4_chemical_B3 +LQ05X005030 Putative uncharacterized protein 5.477185489 L4_chemical_C2 +LQ05X005030 Putative uncharacterized protein 5.704502666 L4_chemical_C3 +LQ05X005040 Histone H2A 6.544787279 C6_control_A1 +LQ05X005040 Histone H2A 6.314980892 C6_control_A3 +LQ05X005040 Histone H2A 7.002341999 C6_control_B1 +LQ05X005040 Histone H2A 6.652352292 C6_control_B2 +LQ05X005040 Histone H2A 6.841916717 C6_control_B3 +LQ05X005040 Histone H2A 7.318613056 C6_control_C1 +LQ05X005040 Histone H2A 7.73147889 C6_control_C2 +LQ05X005040 Histone H2A 6.93756281 C6_control_C3 +LQ05X005040 Histone H2A 6.146089516 C6_chemical_A1 +LQ05X005040 Histone H2A 5.995404346 C6_chemical_A3 +LQ05X005040 Histone H2A 6.440074101 C6_chemical_B1 +LQ05X005040 Histone H2A 6.970250358 C6_chemical_B2 +LQ05X005040 Histone H2A 7.31453799 C6_chemical_B3 +LQ05X005040 Histone H2A 7.138851679 C6_chemical_C1 +LQ05X005040 Histone H2A 7.202319864 C6_chemical_C2 +LQ05X005040 Histone H2A 6.667794029 C6_chemical_C3 +LQ05X005040 Histone H2A 6.19800314 L4_control_A1 +LQ05X005040 Histone H2A 5.882424692 L4_control_A2 +LQ05X005040 Histone H2A 6.041764183 L4_control_A3 +LQ05X005040 Histone H2A 6.313539945 L4_control_B1 +LQ05X005040 Histone H2A 6.804379809 L4_control_B2 +LQ05X005040 Histone H2A 5.927533171 L4_control_B3 +LQ05X005040 Histone H2A 7.409200798 L4_control_C2 +LQ05X005040 Histone H2A 7.425804192 L4_control_C3 +LQ05X005040 Histone H2A 5.602183103 L4_chemical_A1 +LQ05X005040 Histone H2A 5.877024961 L4_chemical_A2 +LQ05X005040 Histone H2A 6.397125959 L4_chemical_A3 +LQ05X005040 Histone H2A 6.792884122 L4_chemical_B1 +LQ05X005040 Histone H2A 6.93052461 L4_chemical_B2 +LQ05X005040 Histone H2A 6.605958092 L4_chemical_B3 +LQ05X005040 Histone H2A 6.513224789 L4_chemical_C2 +LQ05X005040 Histone H2A 6.868250224 L4_chemical_C3 +LQ05X005050 Histone H2B 14.36806216 C6_control_A1 +LQ05X005050 Histone H2B 14.74966657 C6_control_A3 +LQ05X005050 Histone H2B 13.51311216 C6_control_B1 +LQ05X005050 Histone H2B 13.01894506 C6_control_B2 +LQ05X005050 Histone H2B 12.6962217 C6_control_B3 +LQ05X005050 Histone H2B 12.16422821 C6_control_C1 +LQ05X005050 Histone H2B 13.14885881 C6_control_C2 +LQ05X005050 Histone H2B 12.99262633 C6_control_C3 +LQ05X005050 Histone H2B 14.19330512 C6_chemical_A1 +LQ05X005050 Histone H2B 14.47639629 C6_chemical_A3 +LQ05X005050 Histone H2B 13.30650658 C6_chemical_B1 +LQ05X005050 Histone H2B 13.256315 C6_chemical_B2 +LQ05X005050 Histone H2B 12.65032402 C6_chemical_B3 +LQ05X005050 Histone H2B 12.43693053 C6_chemical_C1 +LQ05X005050 Histone H2B 13.22499286 C6_chemical_C2 +LQ05X005050 Histone H2B 12.78777093 C6_chemical_C3 +LQ05X005050 Histone H2B 14.27529084 L4_control_A1 +LQ05X005050 Histone H2B 14.43188462 L4_control_A2 +LQ05X005050 Histone H2B 14.37565023 L4_control_A3 +LQ05X005050 Histone H2B 13.03008099 L4_control_B1 +LQ05X005050 Histone H2B 12.54608815 L4_control_B2 +LQ05X005050 Histone H2B 12.16851417 L4_control_B3 +LQ05X005050 Histone H2B 12.92880537 L4_control_C2 +LQ05X005050 Histone H2B 12.58214246 L4_control_C3 +LQ05X005050 Histone H2B 13.7746119 L4_chemical_A1 +LQ05X005050 Histone H2B 14.21820421 L4_chemical_A2 +LQ05X005050 Histone H2B 14.13225634 L4_chemical_A3 +LQ05X005050 Histone H2B 13.45118891 L4_chemical_B1 +LQ05X005050 Histone H2B 13.7128815 L4_chemical_B2 +LQ05X005050 Histone H2B 13.66484713 L4_chemical_B3 +LQ05X005050 Histone H2B 13.31605081 L4_chemical_C2 +LQ05X005050 Histone H2B 12.45654403 L4_chemical_C3 +LQ05X005060 Predicted protein 5.757537685 C6_control_A1 +LQ05X005060 Predicted protein 5.986244467 C6_control_A3 +LQ05X005060 Predicted protein 5.478686449 C6_control_B1 +LQ05X005060 Predicted protein 5.614223276 C6_control_B2 +LQ05X005060 Predicted protein 5.482361484 C6_control_B3 +LQ05X005060 Predicted protein 5.150169068 C6_control_C1 +LQ05X005060 Predicted protein 6.879925763 C6_control_C2 +LQ05X005060 Predicted protein 5.72057863 C6_control_C3 +LQ05X005060 Predicted protein 5.637423609 C6_chemical_A1 +LQ05X005060 Predicted protein 5.45997428 C6_chemical_A3 +LQ05X005060 Predicted protein 5.251475387 C6_chemical_B1 +LQ05X005060 Predicted protein 5.913383104 C6_chemical_B2 +LQ05X005060 Predicted protein 5.312949041 C6_chemical_B3 +LQ05X005060 Predicted protein 5.209758854 C6_chemical_C1 +LQ05X005060 Predicted protein 5.839245454 C6_chemical_C2 +LQ05X005060 Predicted protein 5.465151366 C6_chemical_C3 +LQ05X005060 Predicted protein 6.163852065 L4_control_A1 +LQ05X005060 Predicted protein 5.947779256 L4_control_A2 +LQ05X005060 Predicted protein 6.461964355 L4_control_A3 +LQ05X005060 Predicted protein 5.477339223 L4_control_B1 +LQ05X005060 Predicted protein 5.592547079 L4_control_B2 +LQ05X005060 Predicted protein 5.165309419 L4_control_B3 +LQ05X005060 Predicted protein 5.255413556 L4_control_C2 +LQ05X005060 Predicted protein 5.500834961 L4_control_C3 +LQ05X005060 Predicted protein 5.965159394 L4_chemical_A1 +LQ05X005060 Predicted protein 5.363516054 L4_chemical_A2 +LQ05X005060 Predicted protein 6.849684082 L4_chemical_A3 +LQ05X005060 Predicted protein 5.842670848 L4_chemical_B1 +LQ05X005060 Predicted protein 5.558775363 L4_chemical_B2 +LQ05X005060 Predicted protein 5.451116179 L4_chemical_B3 +LQ05X005060 Predicted protein 6.290241179 L4_chemical_C2 +LQ05X005060 Predicted protein 6.237101988 L4_chemical_C3 +LQ05X005070 Soluble inorganic pyrophosphatase 13.59575745 C6_control_A1 +LQ05X005070 Soluble inorganic pyrophosphatase 13.54263499 C6_control_A3 +LQ05X005070 Soluble inorganic pyrophosphatase 13.75145461 C6_control_B1 +LQ05X005070 Soluble inorganic pyrophosphatase 13.03402192 C6_control_B2 +LQ05X005070 Soluble inorganic pyrophosphatase 13.96794303 C6_control_B3 +LQ05X005070 Soluble inorganic pyrophosphatase 11.83045603 C6_control_C1 +LQ05X005070 Soluble inorganic pyrophosphatase 12.08948966 C6_control_C2 +LQ05X005070 Soluble inorganic pyrophosphatase 12.3874516 C6_control_C3 +LQ05X005070 Soluble inorganic pyrophosphatase 13.01422581 C6_chemical_A1 +LQ05X005070 Soluble inorganic pyrophosphatase 13.69996363 C6_chemical_A3 +LQ05X005070 Soluble inorganic pyrophosphatase 13.56372347 C6_chemical_B1 +LQ05X005070 Soluble inorganic pyrophosphatase 12.5573925 C6_chemical_B2 +LQ05X005070 Soluble inorganic pyrophosphatase 13.65951105 C6_chemical_B3 +LQ05X005070 Soluble inorganic pyrophosphatase 11.44209195 C6_chemical_C1 +LQ05X005070 Soluble inorganic pyrophosphatase 11.32462742 C6_chemical_C2 +LQ05X005070 Soluble inorganic pyrophosphatase 11.96363107 C6_chemical_C3 +LQ05X005070 Soluble inorganic pyrophosphatase 13.48567524 L4_control_A1 +LQ05X005070 Soluble inorganic pyrophosphatase 13.52890264 L4_control_A2 +LQ05X005070 Soluble inorganic pyrophosphatase 13.11293946 L4_control_A3 +LQ05X005070 Soluble inorganic pyrophosphatase 13.9273915 L4_control_B1 +LQ05X005070 Soluble inorganic pyrophosphatase 14.22622761 L4_control_B2 +LQ05X005070 Soluble inorganic pyrophosphatase 13.22285503 L4_control_B3 +LQ05X005070 Soluble inorganic pyrophosphatase 12.49574323 L4_control_C2 +LQ05X005070 Soluble inorganic pyrophosphatase 13.25244962 L4_control_C3 +LQ05X005070 Soluble inorganic pyrophosphatase 12.91321666 L4_chemical_A1 +LQ05X005070 Soluble inorganic pyrophosphatase 12.89227651 L4_chemical_A2 +LQ05X005070 Soluble inorganic pyrophosphatase 13.03285795 L4_chemical_A3 +LQ05X005070 Soluble inorganic pyrophosphatase 13.97695777 L4_chemical_B1 +LQ05X005070 Soluble inorganic pyrophosphatase 13.81801247 L4_chemical_B2 +LQ05X005070 Soluble inorganic pyrophosphatase 13.83634314 L4_chemical_B3 +LQ05X005070 Soluble inorganic pyrophosphatase 12.14543039 L4_chemical_C2 +LQ05X005070 Soluble inorganic pyrophosphatase 13.1057464 L4_chemical_C3 +LQ05X005080 Ras-related protein ARA-3 5.541737093 C6_control_A1 +LQ05X005080 Ras-related protein ARA-3 5.528127375 C6_control_A3 +LQ05X005080 Ras-related protein ARA-3 5.230658348 C6_control_B1 +LQ05X005080 Ras-related protein ARA-3 5.038071234 C6_control_B2 +LQ05X005080 Ras-related protein ARA-3 5.914787674 C6_control_B3 +LQ05X005080 Ras-related protein ARA-3 5.370717437 C6_control_C1 +LQ05X005080 Ras-related protein ARA-3 5.058098586 C6_control_C2 +LQ05X005080 Ras-related protein ARA-3 5.539337714 C6_control_C3 +LQ05X005080 Ras-related protein ARA-3 5.5602268 C6_chemical_A1 +LQ05X005080 Ras-related protein ARA-3 5.952903008 C6_chemical_A3 +LQ05X005080 Ras-related protein ARA-3 5.592055148 C6_chemical_B1 +LQ05X005080 Ras-related protein ARA-3 5.375815818 C6_chemical_B2 +LQ05X005080 Ras-related protein ARA-3 5.759213501 C6_chemical_B3 +LQ05X005080 Ras-related protein ARA-3 5.572926154 C6_chemical_C1 +LQ05X005080 Ras-related protein ARA-3 5.522009298 C6_chemical_C2 +LQ05X005080 Ras-related protein ARA-3 5.301725788 C6_chemical_C3 +LQ05X005080 Ras-related protein ARA-3 5.712930485 L4_control_A1 +LQ05X005080 Ras-related protein ARA-3 5.860948561 L4_control_A2 +LQ05X005080 Ras-related protein ARA-3 6.08162285 L4_control_A3 +LQ05X005080 Ras-related protein ARA-3 5.893330771 L4_control_B1 +LQ05X005080 Ras-related protein ARA-3 6.130444621 L4_control_B2 +LQ05X005080 Ras-related protein ARA-3 5.811355506 L4_control_B3 +LQ05X005080 Ras-related protein ARA-3 5.940738163 L4_control_C2 +LQ05X005080 Ras-related protein ARA-3 5.296796961 L4_control_C3 +LQ05X005080 Ras-related protein ARA-3 6.189718133 L4_chemical_A1 +LQ05X005080 Ras-related protein ARA-3 6.416410306 L4_chemical_A2 +LQ05X005080 Ras-related protein ARA-3 6.313550156 L4_chemical_A3 +LQ05X005080 Ras-related protein ARA-3 5.972022314 L4_chemical_B1 +LQ05X005080 Ras-related protein ARA-3 5.693136816 L4_chemical_B2 +LQ05X005080 Ras-related protein ARA-3 6.07660626 L4_chemical_B3 +LQ05X005080 Ras-related protein ARA-3 5.674915872 L4_chemical_C2 +LQ05X005080 Ras-related protein ARA-3 5.508515474 L4_chemical_C3 +LQ05X005090 Putative Auxin-induced protein 5NG4 10.33588972 C6_control_A1 +LQ05X005090 Putative Auxin-induced protein 5NG4 10.88640132 C6_control_A3 +LQ05X005090 Putative Auxin-induced protein 5NG4 10.23761658 C6_control_B1 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.663126509 C6_control_B2 +LQ05X005090 Putative Auxin-induced protein 5NG4 9.339053833 C6_control_B3 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.850104111 C6_control_C1 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.168274047 C6_control_C2 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.666977601 C6_control_C3 +LQ05X005090 Putative Auxin-induced protein 5NG4 9.58747974 C6_chemical_A1 +LQ05X005090 Putative Auxin-induced protein 5NG4 10.87250556 C6_chemical_A3 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.213626563 C6_chemical_B1 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.849117729 C6_chemical_B2 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.192811563 C6_chemical_B3 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.344765965 C6_chemical_C1 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.333192464 C6_chemical_C2 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.789428613 C6_chemical_C3 +LQ05X005090 Putative Auxin-induced protein 5NG4 10.24627875 L4_control_A1 +LQ05X005090 Putative Auxin-induced protein 5NG4 9.257691046 L4_control_A2 +LQ05X005090 Putative Auxin-induced protein 5NG4 9.471553317 L4_control_A3 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.359000882 L4_control_B1 +LQ05X005090 Putative Auxin-induced protein 5NG4 9.750182679 L4_control_B2 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.221114414 L4_control_B3 +LQ05X005090 Putative Auxin-induced protein 5NG4 9.143793674 L4_control_C2 +LQ05X005090 Putative Auxin-induced protein 5NG4 6.709699997 L4_control_C3 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.05674565 L4_chemical_A1 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.088438752 L4_chemical_A2 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.429296623 L4_chemical_A3 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.764526586 L4_chemical_B1 +LQ05X005090 Putative Auxin-induced protein 5NG4 7.591966794 L4_chemical_B2 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.608200272 L4_chemical_B3 +LQ05X005090 Putative Auxin-induced protein 5NG4 8.184022463 L4_chemical_C2 +LQ05X005090 Putative Auxin-induced protein 5NG4 6.888707911 L4_chemical_C3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.295322941 C6_control_A1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.102588482 C6_control_A3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.716922431 C6_control_B1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.388057581 C6_control_B2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.232860662 C6_control_B3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 4.858103969 C6_control_C1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 4.871631514 C6_control_C2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.523774807 C6_control_C3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.5465111 C6_chemical_A1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.403016461 C6_chemical_A3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 6.064561502 C6_chemical_B1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.203332685 C6_chemical_B2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.373156675 C6_chemical_B3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 4.984410601 C6_chemical_C1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.040876336 C6_chemical_C2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.543709704 C6_chemical_C3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.311036673 L4_control_A1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.269874284 L4_control_A2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.617739026 L4_control_A3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.566650699 L4_control_B1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.111141329 L4_control_B2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.315777146 L4_control_B3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 4.9414995 L4_control_C2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.074413546 L4_control_C3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.141922562 L4_chemical_A1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.331253323 L4_chemical_A2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.370835818 L4_chemical_A3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.751441306 L4_chemical_B1 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.149634412 L4_chemical_B2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.151062574 L4_chemical_B3 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.269244931 L4_chemical_C2 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 4.649479572 L4_chemical_C3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.84154455 C6_control_A1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 12.04235264 C6_control_A3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.9469871 C6_control_B1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.07500182 C6_control_B2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.7463702 C6_control_B3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 12.01277364 C6_control_C1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.08000904 C6_control_C2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.38512448 C6_control_C3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.89107012 C6_chemical_A1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 12.13665312 C6_chemical_A3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.38723948 C6_chemical_B1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.94340245 C6_chemical_B2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.61120724 C6_chemical_B3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.99039108 C6_chemical_C1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.49134907 C6_chemical_C2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.1416683 C6_chemical_C3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 12.15724212 L4_control_A1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 12.42860925 L4_control_A2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 13.27158922 L4_control_A3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.57679532 L4_control_B1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.26694054 L4_control_B2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.77862359 L4_control_B3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.28667543 L4_control_C2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.31876608 L4_control_C3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.91519784 L4_chemical_A1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.87079704 L4_chemical_A2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 12.83369002 L4_chemical_A3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.65668988 L4_chemical_B1 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.54252694 L4_chemical_B2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 10.9313623 L4_chemical_B3 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.22438203 L4_chemical_C2 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.28806943 L4_chemical_C3 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.208327884 C6_control_A1 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.267246947 C6_control_A3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.434546395 C6_control_B1 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.839328616 C6_control_B2 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.858258154 C6_control_B3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.618552894 C6_control_C1 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.645928154 C6_control_C2 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.812242844 C6_control_C3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.89086996 C6_chemical_A1 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.350045917 C6_chemical_A3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.243355914 C6_chemical_B1 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.932574106 C6_chemical_B2 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.900420193 C6_chemical_B3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.624446075 C6_chemical_C1 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.147488424 C6_chemical_C2 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.000304549 C6_chemical_C3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.890595252 L4_control_A1 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.814702064 L4_control_A2 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.303132151 L4_control_A3 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.184393647 L4_control_B1 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.214172357 L4_control_B2 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.898106571 L4_control_B3 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.138925451 L4_control_C2 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.394962297 L4_control_C3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.763085135 L4_chemical_A1 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.350335164 L4_chemical_A2 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.818764056 L4_chemical_A3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.925671299 L4_chemical_B1 +LQ05X005240 Serine/threonine-protein kinase AFC1 6.554509262 L4_chemical_B2 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.936254999 L4_chemical_B3 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.132521432 L4_chemical_C2 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.805901615 L4_chemical_C3 +LQ05X005250 Putative uncharacterized protein 8.801644162 C6_control_A1 +LQ05X005250 Putative uncharacterized protein 8.746872521 C6_control_A3 +LQ05X005250 Putative uncharacterized protein 8.416059435 C6_control_B1 +LQ05X005250 Putative uncharacterized protein 7.275269502 C6_control_B2 +LQ05X005250 Putative uncharacterized protein 7.717168786 C6_control_B3 +LQ05X005250 Putative uncharacterized protein 10.59144681 C6_control_C1 +LQ05X005250 Putative uncharacterized protein 10.47487021 C6_control_C2 +LQ05X005250 Putative uncharacterized protein 10.49293922 C6_control_C3 +LQ05X005250 Putative uncharacterized protein 8.414749242 C6_chemical_A1 +LQ05X005250 Putative uncharacterized protein 8.743388167 C6_chemical_A3 +LQ05X005250 Putative uncharacterized protein 7.676192087 C6_chemical_B1 +LQ05X005250 Putative uncharacterized protein 6.736459612 C6_chemical_B2 +LQ05X005250 Putative uncharacterized protein 7.485150938 C6_chemical_B3 +LQ05X005250 Putative uncharacterized protein 9.190115004 C6_chemical_C1 +LQ05X005250 Putative uncharacterized protein 9.531503069 C6_chemical_C2 +LQ05X005250 Putative uncharacterized protein 10.81483101 C6_chemical_C3 +LQ05X005250 Putative uncharacterized protein 9.157832986 L4_control_A1 +LQ05X005250 Putative uncharacterized protein 8.738350381 L4_control_A2 +LQ05X005250 Putative uncharacterized protein 9.448239122 L4_control_A3 +LQ05X005250 Putative uncharacterized protein 8.527793384 L4_control_B1 +LQ05X005250 Putative uncharacterized protein 7.645312566 L4_control_B2 +LQ05X005250 Putative uncharacterized protein 11.38018397 L4_control_B3 +LQ05X005250 Putative uncharacterized protein 12.4123673 L4_control_C2 +LQ05X005250 Putative uncharacterized protein 12.21459969 L4_control_C3 +LQ05X005250 Putative uncharacterized protein 9.946065438 L4_chemical_A1 +LQ05X005250 Putative uncharacterized protein 9.922798135 L4_chemical_A2 +LQ05X005250 Putative uncharacterized protein 9.252871981 L4_chemical_A3 +LQ05X005250 Putative uncharacterized protein 10.09218142 L4_chemical_B1 +LQ05X005250 Putative uncharacterized protein 9.060911166 L4_chemical_B2 +LQ05X005250 Putative uncharacterized protein 8.900525207 L4_chemical_B3 +LQ05X005250 Putative uncharacterized protein 12.24171126 L4_chemical_C2 +LQ05X005250 Putative uncharacterized protein 11.84311146 L4_chemical_C3 +LQ05X005260 Putative uncharacterized protein 12.4210612 C6_control_A1 +LQ05X005260 Putative uncharacterized protein 12.74078599 C6_control_A3 +LQ05X005260 Putative uncharacterized protein 11.65791102 C6_control_B1 +LQ05X005260 Putative uncharacterized protein 11.93200725 C6_control_B2 +LQ05X005260 Putative uncharacterized protein 11.54043479 C6_control_B3 +LQ05X005260 Putative uncharacterized protein 11.96667107 C6_control_C1 +LQ05X005260 Putative uncharacterized protein 11.83220226 C6_control_C2 +LQ05X005260 Putative uncharacterized protein 11.59333354 C6_control_C3 +LQ05X005260 Putative uncharacterized protein 12.33312988 C6_chemical_A1 +LQ05X005260 Putative uncharacterized protein 12.68415121 C6_chemical_A3 +LQ05X005260 Putative uncharacterized protein 11.34621765 C6_chemical_B1 +LQ05X005260 Putative uncharacterized protein 11.53267493 C6_chemical_B2 +LQ05X005260 Putative uncharacterized protein 11.37673561 C6_chemical_B3 +LQ05X005260 Putative uncharacterized protein 11.83397434 C6_chemical_C1 +LQ05X005260 Putative uncharacterized protein 12.00551108 C6_chemical_C2 +LQ05X005260 Putative uncharacterized protein 10.80779766 C6_chemical_C3 +LQ05X005260 Putative uncharacterized protein 12.11370063 L4_control_A1 +LQ05X005260 Putative uncharacterized protein 12.74227209 L4_control_A2 +LQ05X005260 Putative uncharacterized protein 12.39699959 L4_control_A3 +LQ05X005260 Putative uncharacterized protein 11.47729922 L4_control_B1 +LQ05X005260 Putative uncharacterized protein 12.71168743 L4_control_B2 +LQ05X005260 Putative uncharacterized protein 11.71200278 L4_control_B3 +LQ05X005260 Putative uncharacterized protein 13.04783866 L4_control_C2 +LQ05X005260 Putative uncharacterized protein 12.39769866 L4_control_C3 +LQ05X005260 Putative uncharacterized protein 11.59170571 L4_chemical_A1 +LQ05X005260 Putative uncharacterized protein 11.99436458 L4_chemical_A2 +LQ05X005260 Putative uncharacterized protein 11.57572931 L4_chemical_A3 +LQ05X005260 Putative uncharacterized protein 11.4527586 L4_chemical_B1 +LQ05X005260 Putative uncharacterized protein 12.69826722 L4_chemical_B2 +LQ05X005260 Putative uncharacterized protein 11.17229657 L4_chemical_B3 +LQ05X005260 Putative uncharacterized protein 13.01131305 L4_chemical_C2 +LQ05X005260 Putative uncharacterized protein 12.23172926 L4_chemical_C3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.41797681 C6_control_A1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.99723454 C6_control_A3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.5112876 C6_control_B1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.41573561 C6_control_B2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.51581615 C6_control_B3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.60102528 C6_control_C1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.28394846 C6_control_C2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.39005052 C6_control_C3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.61982156 C6_chemical_A1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.04791343 C6_chemical_A3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.59970976 C6_chemical_B1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.73126914 C6_chemical_B2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.33124828 C6_chemical_B3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.52239628 C6_chemical_C1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.20978795 C6_chemical_C2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.11309838 C6_chemical_C3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.56313693 L4_control_A1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.67301526 L4_control_A2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.94324635 L4_control_A3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.58369578 L4_control_B1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.81570391 L4_control_B2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.57640175 L4_control_B3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.30256341 L4_control_C2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.34518816 L4_control_C3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.34695594 L4_chemical_A1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.40238695 L4_chemical_A2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 13.08023788 L4_chemical_A3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.49669987 L4_chemical_B1 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.40617564 L4_chemical_B2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.71947751 L4_chemical_B3 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.18216693 L4_chemical_C2 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 11.4704559 L4_chemical_C3 +LQ05X005320 60S ribosomal protein L35 12.5582393 C6_control_A1 +LQ05X005320 60S ribosomal protein L35 13.71175855 C6_control_A3 +LQ05X005320 60S ribosomal protein L35 12.6384412 C6_control_B1 +LQ05X005320 60S ribosomal protein L35 13.59959566 C6_control_B2 +LQ05X005320 60S ribosomal protein L35 12.51431535 C6_control_B3 +LQ05X005320 60S ribosomal protein L35 12.99818496 C6_control_C1 +LQ05X005320 60S ribosomal protein L35 13.41545012 C6_control_C2 +LQ05X005320 60S ribosomal protein L35 13.33302092 C6_control_C3 +LQ05X005320 60S ribosomal protein L35 12.55730533 C6_chemical_A1 +LQ05X005320 60S ribosomal protein L35 12.43644454 C6_chemical_A3 +LQ05X005320 60S ribosomal protein L35 12.49905766 C6_chemical_B1 +LQ05X005320 60S ribosomal protein L35 13.37880163 C6_chemical_B2 +LQ05X005320 60S ribosomal protein L35 12.37177193 C6_chemical_B3 +LQ05X005320 60S ribosomal protein L35 13.10175513 C6_chemical_C1 +LQ05X005320 60S ribosomal protein L35 13.35570439 C6_chemical_C2 +LQ05X005320 60S ribosomal protein L35 13.17471708 C6_chemical_C3 +LQ05X005320 60S ribosomal protein L35 12.5864502 L4_control_A1 +LQ05X005320 60S ribosomal protein L35 12.44846538 L4_control_A2 +LQ05X005320 60S ribosomal protein L35 11.77667466 L4_control_A3 +LQ05X005320 60S ribosomal protein L35 12.27695549 L4_control_B1 +LQ05X005320 60S ribosomal protein L35 11.64646143 L4_control_B2 +LQ05X005320 60S ribosomal protein L35 12.49923685 L4_control_B3 +LQ05X005320 60S ribosomal protein L35 11.45960195 L4_control_C2 +LQ05X005320 60S ribosomal protein L35 12.59037856 L4_control_C3 +LQ05X005320 60S ribosomal protein L35 12.65913739 L4_chemical_A1 +LQ05X005320 60S ribosomal protein L35 12.21290669 L4_chemical_A2 +LQ05X005320 60S ribosomal protein L35 11.77904693 L4_chemical_A3 +LQ05X005320 60S ribosomal protein L35 11.99828926 L4_chemical_B1 +LQ05X005320 60S ribosomal protein L35 12.45019588 L4_chemical_B2 +LQ05X005320 60S ribosomal protein L35 12.48859467 L4_chemical_B3 +LQ05X005320 60S ribosomal protein L35 11.700031 L4_chemical_C2 +LQ05X005320 60S ribosomal protein L35 12.57333254 L4_chemical_C3 +LQ05X005330 Hypothetical protein 4.786194211 C6_control_A1 +LQ05X005330 Hypothetical protein 4.787996595 C6_control_A3 +LQ05X005330 Hypothetical protein 4.622941019 C6_control_B1 +LQ05X005330 Hypothetical protein 4.595042769 C6_control_B2 +LQ05X005330 Hypothetical protein 4.696489761 C6_control_B3 +LQ05X005330 Hypothetical protein 5.044325511 C6_control_C1 +LQ05X005330 Hypothetical protein 4.715695453 C6_control_C2 +LQ05X005330 Hypothetical protein 4.774714443 C6_control_C3 +LQ05X005330 Hypothetical protein 4.907217019 C6_chemical_A1 +LQ05X005330 Hypothetical protein 4.815118724 C6_chemical_A3 +LQ05X005330 Hypothetical protein 4.812964982 C6_chemical_B1 +LQ05X005330 Hypothetical protein 4.561377323 C6_chemical_B2 +LQ05X005330 Hypothetical protein 4.651262655 C6_chemical_B3 +LQ05X005330 Hypothetical protein 4.886746355 C6_chemical_C1 +LQ05X005330 Hypothetical protein 5.06449256 C6_chemical_C2 +LQ05X005330 Hypothetical protein 4.813526162 C6_chemical_C3 +LQ05X005330 Hypothetical protein 4.910992011 L4_control_A1 +LQ05X005330 Hypothetical protein 4.625757292 L4_control_A2 +LQ05X005330 Hypothetical protein 5.324388089 L4_control_A3 +LQ05X005330 Hypothetical protein 4.982066948 L4_control_B1 +LQ05X005330 Hypothetical protein 5.241023282 L4_control_B2 +LQ05X005330 Hypothetical protein 4.820085511 L4_control_B3 +LQ05X005330 Hypothetical protein 5.410361504 L4_control_C2 +LQ05X005330 Hypothetical protein 4.995591269 L4_control_C3 +LQ05X005330 Hypothetical protein 4.547277452 L4_chemical_A1 +LQ05X005330 Hypothetical protein 4.803509417 L4_chemical_A2 +LQ05X005330 Hypothetical protein 5.370278363 L4_chemical_A3 +LQ05X005330 Hypothetical protein 4.991878508 L4_chemical_B1 +LQ05X005330 Hypothetical protein 4.9977489 L4_chemical_B2 +LQ05X005330 Hypothetical protein 4.983998411 L4_chemical_B3 +LQ05X005330 Hypothetical protein 4.821895722 L4_chemical_C2 +LQ05X005330 Hypothetical protein 4.713975478 L4_chemical_C3 +LQ05X005350 Putative uncharacterized protein 9.502739157 C6_control_A1 +LQ05X005350 Putative uncharacterized protein 9.478180637 C6_control_A3 +LQ05X005350 Putative uncharacterized protein 9.699459873 C6_control_B1 +LQ05X005350 Putative uncharacterized protein 9.121295643 C6_control_B2 +LQ05X005350 Putative uncharacterized protein 9.638174007 C6_control_B3 +LQ05X005350 Putative uncharacterized protein 9.599129627 C6_control_C1 +LQ05X005350 Putative uncharacterized protein 8.65724876 C6_control_C2 +LQ05X005350 Putative uncharacterized protein 8.366985536 C6_control_C3 +LQ05X005350 Putative uncharacterized protein 9.58288366 C6_chemical_A1 +LQ05X005350 Putative uncharacterized protein 9.756408476 C6_chemical_A3 +LQ05X005350 Putative uncharacterized protein 9.812916406 C6_chemical_B1 +LQ05X005350 Putative uncharacterized protein 9.165151436 C6_chemical_B2 +LQ05X005350 Putative uncharacterized protein 9.872046011 C6_chemical_B3 +LQ05X005350 Putative uncharacterized protein 9.602146887 C6_chemical_C1 +LQ05X005350 Putative uncharacterized protein 8.978853289 C6_chemical_C2 +LQ05X005350 Putative uncharacterized protein 8.431530422 C6_chemical_C3 +LQ05X005350 Putative uncharacterized protein 9.140632594 L4_control_A1 +LQ05X005350 Putative uncharacterized protein 9.157718816 L4_control_A2 +LQ05X005350 Putative uncharacterized protein 9.422612121 L4_control_A3 +LQ05X005350 Putative uncharacterized protein 9.670661225 L4_control_B1 +LQ05X005350 Putative uncharacterized protein 9.286690985 L4_control_B2 +LQ05X005350 Putative uncharacterized protein 9.138881569 L4_control_B3 +LQ05X005350 Putative uncharacterized protein 8.937866397 L4_control_C2 +LQ05X005350 Putative uncharacterized protein 7.376342717 L4_control_C3 +LQ05X005350 Putative uncharacterized protein 8.975246011 L4_chemical_A1 +LQ05X005350 Putative uncharacterized protein 9.177356556 L4_chemical_A2 +LQ05X005350 Putative uncharacterized protein 8.781180227 L4_chemical_A3 +LQ05X005350 Putative uncharacterized protein 9.481356866 L4_chemical_B1 +LQ05X005350 Putative uncharacterized protein 9.087231045 L4_chemical_B2 +LQ05X005350 Putative uncharacterized protein 9.593571464 L4_chemical_B3 +LQ05X005350 Putative uncharacterized protein 9.279367589 L4_chemical_C2 +LQ05X005350 Putative uncharacterized protein 7.763544773 L4_chemical_C3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.872994721 C6_control_A1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.571005726 C6_control_A3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.65208608 C6_control_B1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.685705455 C6_control_B2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.532435605 C6_control_B3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.154240068 C6_control_C1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.151758948 C6_control_C2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.529231021 C6_control_C3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.565327961 C6_chemical_A1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.684520393 C6_chemical_A3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.352685522 C6_chemical_B1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.4765555 C6_chemical_B2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.098024707 C6_chemical_B3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 4.851043777 C6_chemical_C1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.318083851 C6_chemical_C2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.209937655 C6_chemical_C3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.447419696 L4_control_A1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.493470431 L4_control_A2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.284665796 L4_control_A3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 6.535019491 L4_control_B1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.385296834 L4_control_B2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.391930064 L4_control_B3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.081922931 L4_control_C2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.015275314 L4_control_C3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 4.998243354 L4_chemical_A1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.405627646 L4_chemical_A2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 6.142491388 L4_chemical_A3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.63336431 L4_chemical_B1 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 4.955902408 L4_chemical_B2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.510356628 L4_chemical_B3 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 4.69843403 L4_chemical_C2 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.500298472 L4_chemical_C3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.2876274 C6_control_A1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 11.72575865 C6_control_A3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.2627022 C6_control_B1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.38838691 C6_control_B2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.66462976 C6_control_B3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.43220564 C6_control_C1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.72496701 C6_control_C2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.80717553 C6_control_C3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.20617508 C6_chemical_A1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.47855363 C6_chemical_A3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.08000433 C6_chemical_B1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.52569118 C6_chemical_B2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.02017485 C6_chemical_B3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.49192975 C6_chemical_C1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.29548984 C6_chemical_C2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.87258115 C6_chemical_C3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 11.62572093 L4_control_A1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.41148309 L4_control_A2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 11.63967042 L4_control_A3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 11.89958585 L4_control_B1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 11.76162471 L4_control_B2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.13557965 L4_control_B3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.85820012 L4_control_C2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.38180523 L4_control_C3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.63026876 L4_chemical_A1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.16618845 L4_chemical_A2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.26723457 L4_chemical_A3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.68735527 L4_chemical_B1 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 11.93638428 L4_chemical_B2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.69367198 L4_chemical_B3 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.57879187 L4_chemical_C2 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 13.27568299 L4_chemical_C3 +LQ05X005400 Putative uncharacterized protein F11F8_14 9.726471704 C6_control_A1 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.95295179 C6_control_A3 +LQ05X005400 Putative uncharacterized protein F11F8_14 8.982287566 C6_control_B1 +LQ05X005400 Putative uncharacterized protein F11F8_14 9.311289411 C6_control_B2 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.13583135 C6_control_B3 +LQ05X005400 Putative uncharacterized protein F11F8_14 9.355853201 C6_control_C1 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.33591049 C6_control_C2 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.01139751 C6_control_C3 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.84214662 C6_chemical_A1 +LQ05X005400 Putative uncharacterized protein F11F8_14 9.0870663 C6_chemical_A3 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.81447779 C6_chemical_B1 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.0505828 C6_chemical_B2 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.04210238 C6_chemical_B3 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.40498021 C6_chemical_C1 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.47385982 C6_chemical_C2 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.70536422 C6_chemical_C3 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.01638044 L4_control_A1 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.52437002 L4_control_A2 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.96055346 L4_control_A3 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.11556404 L4_control_B1 +LQ05X005400 Putative uncharacterized protein F11F8_14 9.467540514 L4_control_B2 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.29645759 L4_control_B3 +LQ05X005400 Putative uncharacterized protein F11F8_14 11.39036981 L4_control_C2 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.39329219 L4_control_C3 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.43516778 L4_chemical_A1 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.82662119 L4_chemical_A2 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.85713732 L4_chemical_A3 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.95325676 L4_chemical_B1 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.56176313 L4_chemical_B2 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.69738622 L4_chemical_B3 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.90189484 L4_chemical_C2 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.83159823 L4_chemical_C3 +LQ05X005410 Lung seven transmembrane receptor, putative 12.64052213 C6_control_A1 +LQ05X005410 Lung seven transmembrane receptor, putative 11.91668137 C6_control_A3 +LQ05X005410 Lung seven transmembrane receptor, putative 12.98893587 C6_control_B1 +LQ05X005410 Lung seven transmembrane receptor, putative 12.35189074 C6_control_B2 +LQ05X005410 Lung seven transmembrane receptor, putative 13.31779387 C6_control_B3 +LQ05X005410 Lung seven transmembrane receptor, putative 11.78660688 C6_control_C1 +LQ05X005410 Lung seven transmembrane receptor, putative 10.87452942 C6_control_C2 +LQ05X005410 Lung seven transmembrane receptor, putative 11.52398057 C6_control_C3 +LQ05X005410 Lung seven transmembrane receptor, putative 12.78248964 C6_chemical_A1 +LQ05X005410 Lung seven transmembrane receptor, putative 12.86363746 C6_chemical_A3 +LQ05X005410 Lung seven transmembrane receptor, putative 13.11744592 C6_chemical_B1 +LQ05X005410 Lung seven transmembrane receptor, putative 12.33442746 C6_chemical_B2 +LQ05X005410 Lung seven transmembrane receptor, putative 12.8047931 C6_chemical_B3 +LQ05X005410 Lung seven transmembrane receptor, putative 11.72230384 C6_chemical_C1 +LQ05X005410 Lung seven transmembrane receptor, putative 11.26720251 C6_chemical_C2 +LQ05X005410 Lung seven transmembrane receptor, putative 11.80127523 C6_chemical_C3 +LQ05X005410 Lung seven transmembrane receptor, putative 12.3187422 L4_control_A1 +LQ05X005410 Lung seven transmembrane receptor, putative 12.70936405 L4_control_A2 +LQ05X005410 Lung seven transmembrane receptor, putative 11.41079665 L4_control_A3 +LQ05X005410 Lung seven transmembrane receptor, putative 13.0809256 L4_control_B1 +LQ05X005410 Lung seven transmembrane receptor, putative 14.02795265 L4_control_B2 +LQ05X005410 Lung seven transmembrane receptor, putative 13.02302795 L4_control_B3 +LQ05X005410 Lung seven transmembrane receptor, putative 12.76821886 L4_control_C2 +LQ05X005410 Lung seven transmembrane receptor, putative 12.90865424 L4_control_C3 +LQ05X005410 Lung seven transmembrane receptor, putative 12.29034011 L4_chemical_A1 +LQ05X005410 Lung seven transmembrane receptor, putative 12.24722959 L4_chemical_A2 +LQ05X005410 Lung seven transmembrane receptor, putative 11.94382139 L4_chemical_A3 +LQ05X005410 Lung seven transmembrane receptor, putative 13.30773167 L4_chemical_B1 +LQ05X005410 Lung seven transmembrane receptor, putative 13.76855926 L4_chemical_B2 +LQ05X005410 Lung seven transmembrane receptor, putative 12.74274019 L4_chemical_B3 +LQ05X005410 Lung seven transmembrane receptor, putative 12.32093008 L4_chemical_C2 +LQ05X005410 Lung seven transmembrane receptor, putative 12.73365036 L4_chemical_C3 +LQ05X005430 Putative uncharacterized protein 6.761642801 C6_control_A1 +LQ05X005430 Putative uncharacterized protein 6.841755448 C6_control_A3 +LQ05X005430 Putative uncharacterized protein 6.431923637 C6_control_B1 +LQ05X005430 Putative uncharacterized protein 6.036507307 C6_control_B2 +LQ05X005430 Putative uncharacterized protein 6.649826895 C6_control_B3 +LQ05X005430 Putative uncharacterized protein 5.622465113 C6_control_C1 +LQ05X005430 Putative uncharacterized protein 5.64693519 C6_control_C2 +LQ05X005430 Putative uncharacterized protein 5.980702803 C6_control_C3 +LQ05X005430 Putative uncharacterized protein 6.402111635 C6_chemical_A1 +LQ05X005430 Putative uncharacterized protein 7.194388419 C6_chemical_A3 +LQ05X005430 Putative uncharacterized protein 5.986001796 C6_chemical_B1 +LQ05X005430 Putative uncharacterized protein 5.986819867 C6_chemical_B2 +LQ05X005430 Putative uncharacterized protein 6.352887964 C6_chemical_B3 +LQ05X005430 Putative uncharacterized protein 5.69531951 C6_chemical_C1 +LQ05X005430 Putative uncharacterized protein 5.845086191 C6_chemical_C2 +LQ05X005430 Putative uncharacterized protein 5.629376567 C6_chemical_C3 +LQ05X005430 Putative uncharacterized protein 6.942339288 L4_control_A1 +LQ05X005430 Putative uncharacterized protein 7.346810071 L4_control_A2 +LQ05X005430 Putative uncharacterized protein 7.308767737 L4_control_A3 +LQ05X005430 Putative uncharacterized protein 6.36489854 L4_control_B1 +LQ05X005430 Putative uncharacterized protein 6.455296949 L4_control_B2 +LQ05X005430 Putative uncharacterized protein 7.049686012 L4_control_B3 +LQ05X005430 Putative uncharacterized protein 6.315015582 L4_control_C2 +LQ05X005430 Putative uncharacterized protein 6.295933598 L4_control_C3 +LQ05X005430 Putative uncharacterized protein 5.963172463 L4_chemical_A1 +LQ05X005430 Putative uncharacterized protein 6.720137826 L4_chemical_A2 +LQ05X005430 Putative uncharacterized protein 6.408293605 L4_chemical_A3 +LQ05X005430 Putative uncharacterized protein 6.470491646 L4_chemical_B1 +LQ05X005430 Putative uncharacterized protein 6.503269723 L4_chemical_B2 +LQ05X005430 Putative uncharacterized protein 6.745408935 L4_chemical_B3 +LQ05X005430 Putative uncharacterized protein 6.02052798 L4_chemical_C2 +LQ05X005430 Putative uncharacterized protein 6.30374392 L4_chemical_C3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.2688287 C6_control_A1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.518954157 C6_control_A3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.460230467 C6_control_B1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.082362792 C6_control_B2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.602109881 C6_control_B3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.079839447 C6_control_C1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 4.983934662 C6_control_C2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.300625832 C6_control_C3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.178545499 C6_chemical_A1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.27634492 C6_chemical_A3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.42337196 C6_chemical_B1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.317588983 C6_chemical_B2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.40526813 C6_chemical_B3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.424578984 C6_chemical_C1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.176787408 C6_chemical_C2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.313717908 C6_chemical_C3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.884679669 L4_control_A1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.015814805 L4_control_A2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.417633624 L4_control_A3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.458661085 L4_control_B1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.133129271 L4_control_B2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.112655726 L4_control_B3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.194370798 L4_control_C2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.775755939 L4_control_C3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.36649603 L4_chemical_A1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.159418699 L4_chemical_A2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.463454246 L4_chemical_A3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.683892989 L4_chemical_B1 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.245059604 L4_chemical_B2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.475190209 L4_chemical_B3 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.652243759 L4_chemical_C2 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.354799025 L4_chemical_C3 +LQ05X005450 ABC transporter G family member 2 5.155961323 C6_control_A1 +LQ05X005450 ABC transporter G family member 2 4.94371609 C6_control_A3 +LQ05X005450 ABC transporter G family member 2 5.533648613 C6_control_B1 +LQ05X005450 ABC transporter G family member 2 5.140172739 C6_control_B2 +LQ05X005450 ABC transporter G family member 2 5.181501734 C6_control_B3 +LQ05X005450 ABC transporter G family member 2 5.191061619 C6_control_C1 +LQ05X005450 ABC transporter G family member 2 5.112621252 C6_control_C2 +LQ05X005450 ABC transporter G family member 2 5.218484812 C6_control_C3 +LQ05X005450 ABC transporter G family member 2 5.327029441 C6_chemical_A1 +LQ05X005450 ABC transporter G family member 2 5.108162772 C6_chemical_A3 +LQ05X005450 ABC transporter G family member 2 5.00269652 C6_chemical_B1 +LQ05X005450 ABC transporter G family member 2 5.186471405 C6_chemical_B2 +LQ05X005450 ABC transporter G family member 2 5.509096986 C6_chemical_B3 +LQ05X005450 ABC transporter G family member 2 5.274305584 C6_chemical_C1 +LQ05X005450 ABC transporter G family member 2 5.420276731 C6_chemical_C2 +LQ05X005450 ABC transporter G family member 2 5.499606366 C6_chemical_C3 +LQ05X005450 ABC transporter G family member 2 4.80795905 L4_control_A1 +LQ05X005450 ABC transporter G family member 2 5.598469399 L4_control_A2 +LQ05X005450 ABC transporter G family member 2 5.919832984 L4_control_A3 +LQ05X005450 ABC transporter G family member 2 5.249358399 L4_control_B1 +LQ05X005450 ABC transporter G family member 2 5.442614486 L4_control_B2 +LQ05X005450 ABC transporter G family member 2 5.275897406 L4_control_B3 +LQ05X005450 ABC transporter G family member 2 5.264914482 L4_control_C2 +LQ05X005450 ABC transporter G family member 2 5.31139847 L4_control_C3 +LQ05X005450 ABC transporter G family member 2 5.057660822 L4_chemical_A1 +LQ05X005450 ABC transporter G family member 2 5.588475778 L4_chemical_A2 +LQ05X005450 ABC transporter G family member 2 5.565570515 L4_chemical_A3 +LQ05X005450 ABC transporter G family member 2 5.407950486 L4_chemical_B1 +LQ05X005450 ABC transporter G family member 2 5.614345793 L4_chemical_B2 +LQ05X005450 ABC transporter G family member 2 4.90339679 L4_chemical_B3 +LQ05X005450 ABC transporter G family member 2 4.858197896 L4_chemical_C2 +LQ05X005450 ABC transporter G family member 2 5.451566695 L4_chemical_C3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.1751525 C6_control_A1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.56542249 C6_control_A3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.370105601 C6_control_B1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.67863022 C6_control_B2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.540777326 C6_control_B3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.790916688 C6_control_C1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.595169 C6_control_C2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.654368444 C6_control_C3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.906990846 C6_chemical_A1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.926712889 C6_chemical_A3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 8.502213533 C6_chemical_B1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 8.803970359 C6_chemical_B2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.168819653 C6_chemical_B3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.510670889 C6_chemical_C1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.488172736 C6_chemical_C2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 8.636792454 C6_chemical_C3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.22265759 L4_control_A1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 11.10217075 L4_control_A2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 11.15655605 L4_control_A3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.246208822 L4_control_B1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.530148456 L4_control_B2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 8.935685969 L4_control_B3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.58723883 L4_control_C2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.12743212 L4_control_C3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.21593204 L4_chemical_A1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 11.13869274 L4_chemical_A2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.53557888 L4_chemical_A3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.790587237 L4_chemical_B1 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.4154939 L4_chemical_B2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.065851557 L4_chemical_B3 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.92016229 L4_chemical_C2 +LQ05X005490 Arginine/serine-rich splicing factor, putative 10.32341771 L4_chemical_C3 +LQ05X005520 Predicted protein 10.6267608 C6_control_A1 +LQ05X005520 Predicted protein 10.31590385 C6_control_A3 +LQ05X005520 Predicted protein 11.48851511 C6_control_B1 +LQ05X005520 Predicted protein 11.94012314 C6_control_B2 +LQ05X005520 Predicted protein 11.55828449 C6_control_B3 +LQ05X005520 Predicted protein 11.87002023 C6_control_C1 +LQ05X005520 Predicted protein 12.4227628 C6_control_C2 +LQ05X005520 Predicted protein 12.29627022 C6_control_C3 +LQ05X005520 Predicted protein 10.69277102 C6_chemical_A1 +LQ05X005520 Predicted protein 10.9798024 C6_chemical_A3 +LQ05X005520 Predicted protein 11.71980035 C6_chemical_B1 +LQ05X005520 Predicted protein 11.90465957 C6_chemical_B2 +LQ05X005520 Predicted protein 11.78182167 C6_chemical_B3 +LQ05X005520 Predicted protein 12.01946855 C6_chemical_C1 +LQ05X005520 Predicted protein 12.36732107 C6_chemical_C2 +LQ05X005520 Predicted protein 12.34471442 C6_chemical_C3 +LQ05X005520 Predicted protein 10.40925112 L4_control_A1 +LQ05X005520 Predicted protein 11.39109576 L4_control_A2 +LQ05X005520 Predicted protein 10.73542081 L4_control_A3 +LQ05X005520 Predicted protein 11.98081743 L4_control_B1 +LQ05X005520 Predicted protein 12.33608187 L4_control_B2 +LQ05X005520 Predicted protein 11.78159115 L4_control_B3 +LQ05X005520 Predicted protein 12.82970671 L4_control_C2 +LQ05X005520 Predicted protein 12.89070218 L4_control_C3 +LQ05X005520 Predicted protein 11.19655837 L4_chemical_A1 +LQ05X005520 Predicted protein 12.14333037 L4_chemical_A2 +LQ05X005520 Predicted protein 10.67328186 L4_chemical_A3 +LQ05X005520 Predicted protein 11.98079706 L4_chemical_B1 +LQ05X005520 Predicted protein 12.78085542 L4_chemical_B2 +LQ05X005520 Predicted protein 11.5930893 L4_chemical_B3 +LQ05X005520 Predicted protein 12.78938696 L4_chemical_C2 +LQ05X005520 Predicted protein 12.85934125 L4_chemical_C3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.529500088 C6_control_A1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.843615626 C6_control_A3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.468395185 C6_control_B1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.581716642 C6_control_B2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.980150974 C6_control_B3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.400492152 C6_control_C1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.166626549 C6_control_C2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.981135861 C6_control_C3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.997464789 C6_chemical_A1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.46010408 C6_chemical_A3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.483836801 C6_chemical_B1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.420520357 C6_chemical_B2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.739993063 C6_chemical_B3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.610472279 C6_chemical_C1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.92861446 C6_chemical_C2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.000186949 C6_chemical_C3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.854258729 L4_control_A1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.786299379 L4_control_A2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.507914874 L4_control_A3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.577780359 L4_control_B1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.040198953 L4_control_B2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.821137042 L4_control_B3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.594851047 L4_control_C2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.177990021 L4_control_C3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.110765625 L4_chemical_A1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.050985068 L4_chemical_A2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 7.056544676 L4_chemical_A3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 6.558931421 L4_chemical_B1 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.909952792 L4_chemical_B2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.933094526 L4_chemical_B3 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.755790646 L4_chemical_C2 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.969132608 L4_chemical_C3 +LQ05X005550 Putative uncharacterized protein 4.843515836 C6_control_A1 +LQ05X005550 Putative uncharacterized protein 5.076781006 C6_control_A3 +LQ05X005550 Putative uncharacterized protein 5.558682959 C6_control_B1 +LQ05X005550 Putative uncharacterized protein 5.23205431 C6_control_B2 +LQ05X005550 Putative uncharacterized protein 6.010688092 C6_control_B3 +LQ05X005550 Putative uncharacterized protein 5.573242666 C6_control_C1 +LQ05X005550 Putative uncharacterized protein 4.932513583 C6_control_C2 +LQ05X005550 Putative uncharacterized protein 4.993353982 C6_control_C3 +LQ05X005550 Putative uncharacterized protein 5.117190309 C6_chemical_A1 +LQ05X005550 Putative uncharacterized protein 5.353619824 C6_chemical_A3 +LQ05X005550 Putative uncharacterized protein 5.255082429 C6_chemical_B1 +LQ05X005550 Putative uncharacterized protein 5.279546178 C6_chemical_B2 +LQ05X005550 Putative uncharacterized protein 5.503555727 C6_chemical_B3 +LQ05X005550 Putative uncharacterized protein 5.235882756 C6_chemical_C1 +LQ05X005550 Putative uncharacterized protein 4.769335817 C6_chemical_C2 +LQ05X005550 Putative uncharacterized protein 5.303489958 C6_chemical_C3 +LQ05X005550 Putative uncharacterized protein 5.34724491 L4_control_A1 +LQ05X005550 Putative uncharacterized protein 5.321650528 L4_control_A2 +LQ05X005550 Putative uncharacterized protein 5.555991385 L4_control_A3 +LQ05X005550 Putative uncharacterized protein 5.442776531 L4_control_B1 +LQ05X005550 Putative uncharacterized protein 4.976551523 L4_control_B2 +LQ05X005550 Putative uncharacterized protein 5.376386878 L4_control_B3 +LQ05X005550 Putative uncharacterized protein 5.469363149 L4_control_C2 +LQ05X005550 Putative uncharacterized protein 6.177450452 L4_control_C3 +LQ05X005550 Putative uncharacterized protein 5.446524946 L4_chemical_A1 +LQ05X005550 Putative uncharacterized protein 5.326217524 L4_chemical_A2 +LQ05X005550 Putative uncharacterized protein 5.244255824 L4_chemical_A3 +LQ05X005550 Putative uncharacterized protein 5.514281237 L4_chemical_B1 +LQ05X005550 Putative uncharacterized protein 5.471859768 L4_chemical_B2 +LQ05X005550 Putative uncharacterized protein 5.483063308 L4_chemical_B3 +LQ05X005550 Putative uncharacterized protein 5.357380469 L4_chemical_C2 +LQ05X005550 Putative uncharacterized protein 5.517606777 L4_chemical_C3 +LQ05X005600 Zinc finger protein, putative 8.683350142 C6_control_A1 +LQ05X005600 Zinc finger protein, putative 8.234154414 C6_control_A3 +LQ05X005600 Zinc finger protein, putative 10.11639445 C6_control_B1 +LQ05X005600 Zinc finger protein, putative 9.679319783 C6_control_B2 +LQ05X005600 Zinc finger protein, putative 10.33356104 C6_control_B3 +LQ05X005600 Zinc finger protein, putative 10.9685563 C6_control_C1 +LQ05X005600 Zinc finger protein, putative 10.4145666 C6_control_C2 +LQ05X005600 Zinc finger protein, putative 10.59699669 C6_control_C3 +LQ05X005600 Zinc finger protein, putative 8.607853854 C6_chemical_A1 +LQ05X005600 Zinc finger protein, putative 9.012717002 C6_chemical_A3 +LQ05X005600 Zinc finger protein, putative 10.51350836 C6_chemical_B1 +LQ05X005600 Zinc finger protein, putative 9.591374982 C6_chemical_B2 +LQ05X005600 Zinc finger protein, putative 10.14967963 C6_chemical_B3 +LQ05X005600 Zinc finger protein, putative 11.01517519 C6_chemical_C1 +LQ05X005600 Zinc finger protein, putative 11.06465224 C6_chemical_C2 +LQ05X005600 Zinc finger protein, putative 10.42203223 C6_chemical_C3 +LQ05X005600 Zinc finger protein, putative 7.926154455 L4_control_A1 +LQ05X005600 Zinc finger protein, putative 8.947774119 L4_control_A2 +LQ05X005600 Zinc finger protein, putative 8.093079068 L4_control_A3 +LQ05X005600 Zinc finger protein, putative 11.03999515 L4_control_B1 +LQ05X005600 Zinc finger protein, putative 10.97374638 L4_control_B2 +LQ05X005600 Zinc finger protein, putative 10.85762808 L4_control_B3 +LQ05X005600 Zinc finger protein, putative 12.23319704 L4_control_C2 +LQ05X005600 Zinc finger protein, putative 12.45275536 L4_control_C3 +LQ05X005600 Zinc finger protein, putative 8.133617319 L4_chemical_A1 +LQ05X005600 Zinc finger protein, putative 8.879296369 L4_chemical_A2 +LQ05X005600 Zinc finger protein, putative 8.697688874 L4_chemical_A3 +LQ05X005600 Zinc finger protein, putative 10.41936665 L4_chemical_B1 +LQ05X005600 Zinc finger protein, putative 10.69579216 L4_chemical_B2 +LQ05X005600 Zinc finger protein, putative 9.699954729 L4_chemical_B3 +LQ05X005600 Zinc finger protein, putative 12.42905846 L4_chemical_C2 +LQ05X005600 Zinc finger protein, putative 12.25930052 L4_chemical_C3 +LQ05X005630 Probable protein phosphatase 2C 38 5.119532395 C6_control_A1 +LQ05X005630 Probable protein phosphatase 2C 38 5.041553661 C6_control_A3 +LQ05X005630 Probable protein phosphatase 2C 38 5.444128576 C6_control_B1 +LQ05X005630 Probable protein phosphatase 2C 38 4.992152713 C6_control_B2 +LQ05X005630 Probable protein phosphatase 2C 38 5.024454074 C6_control_B3 +LQ05X005630 Probable protein phosphatase 2C 38 5.116799135 C6_control_C1 +LQ05X005630 Probable protein phosphatase 2C 38 4.955679701 C6_control_C2 +LQ05X005630 Probable protein phosphatase 2C 38 4.786771057 C6_control_C3 +LQ05X005630 Probable protein phosphatase 2C 38 5.063764684 C6_chemical_A1 +LQ05X005630 Probable protein phosphatase 2C 38 5.016397435 C6_chemical_A3 +LQ05X005630 Probable protein phosphatase 2C 38 5.068969783 C6_chemical_B1 +LQ05X005630 Probable protein phosphatase 2C 38 4.976318192 C6_chemical_B2 +LQ05X005630 Probable protein phosphatase 2C 38 5.16369281 C6_chemical_B3 +LQ05X005630 Probable protein phosphatase 2C 38 4.859644745 C6_chemical_C1 +LQ05X005630 Probable protein phosphatase 2C 38 5.151274974 C6_chemical_C2 +LQ05X005630 Probable protein phosphatase 2C 38 4.889593043 C6_chemical_C3 +LQ05X005630 Probable protein phosphatase 2C 38 4.934397696 L4_control_A1 +LQ05X005630 Probable protein phosphatase 2C 38 4.951748751 L4_control_A2 +LQ05X005630 Probable protein phosphatase 2C 38 5.675458375 L4_control_A3 +LQ05X005630 Probable protein phosphatase 2C 38 5.317081058 L4_control_B1 +LQ05X005630 Probable protein phosphatase 2C 38 5.039725745 L4_control_B2 +LQ05X005630 Probable protein phosphatase 2C 38 5.0291871 L4_control_B3 +LQ05X005630 Probable protein phosphatase 2C 38 6.111641858 L4_control_C2 +LQ05X005630 Probable protein phosphatase 2C 38 5.210029433 L4_control_C3 +LQ05X005630 Probable protein phosphatase 2C 38 4.956321 L4_chemical_A1 +LQ05X005630 Probable protein phosphatase 2C 38 5.074553493 L4_chemical_A2 +LQ05X005630 Probable protein phosphatase 2C 38 5.351037894 L4_chemical_A3 +LQ05X005630 Probable protein phosphatase 2C 38 5.636174442 L4_chemical_B1 +LQ05X005630 Probable protein phosphatase 2C 38 5.517013695 L4_chemical_B2 +LQ05X005630 Probable protein phosphatase 2C 38 5.213738895 L4_chemical_B3 +LQ05X005630 Probable protein phosphatase 2C 38 5.659633972 L4_chemical_C2 +LQ05X005630 Probable protein phosphatase 2C 38 5.715685055 L4_chemical_C3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 10.92067973 C6_control_A1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.06812246 C6_control_A3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 10.61808113 C6_control_B1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 10.4651681 C6_control_B2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 10.64721128 C6_control_B3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.27434784 C6_control_C1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.05646493 C6_control_C2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.03390288 C6_control_C3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.63795241 C6_chemical_A1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.61188164 C6_chemical_A3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.22770987 C6_chemical_B1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.03948207 C6_chemical_B2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.38092746 C6_chemical_B3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.51995132 C6_chemical_C1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.53429313 C6_chemical_C2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.79977967 C6_chemical_C3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 12.02007811 L4_control_A1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.9729593 L4_control_A2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 12.51427138 L4_control_A3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.90808736 L4_control_B1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.91815379 L4_control_B2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 12.04367901 L4_control_B3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 12.46131749 L4_control_C2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 12.92603787 L4_control_C3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.88763495 L4_chemical_A1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.82099705 L4_chemical_A2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 12.39261177 L4_chemical_A3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.50792355 L4_chemical_B1 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.60485773 L4_chemical_B2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.35859803 L4_chemical_B3 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 12.31834611 L4_chemical_C2 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 12.18912256 L4_chemical_C3 +LQ05X005680 Protein IN2-1 homolog B 14.45819582 C6_control_A1 +LQ05X005680 Protein IN2-1 homolog B 14.09934723 C6_control_A3 +LQ05X005680 Protein IN2-1 homolog B 13.96475416 C6_control_B1 +LQ05X005680 Protein IN2-1 homolog B 14.47464118 C6_control_B2 +LQ05X005680 Protein IN2-1 homolog B 14.18059952 C6_control_B3 +LQ05X005680 Protein IN2-1 homolog B 15.15070249 C6_control_C1 +LQ05X005680 Protein IN2-1 homolog B 14.89427269 C6_control_C2 +LQ05X005680 Protein IN2-1 homolog B 15.24414681 C6_control_C3 +LQ05X005680 Protein IN2-1 homolog B 14.35884738 C6_chemical_A1 +LQ05X005680 Protein IN2-1 homolog B 14.23774093 C6_chemical_A3 +LQ05X005680 Protein IN2-1 homolog B 13.55881883 C6_chemical_B1 +LQ05X005680 Protein IN2-1 homolog B 14.28350605 C6_chemical_B2 +LQ05X005680 Protein IN2-1 homolog B 13.70041765 C6_chemical_B3 +LQ05X005680 Protein IN2-1 homolog B 15.02680784 C6_chemical_C1 +LQ05X005680 Protein IN2-1 homolog B 15.10809134 C6_chemical_C2 +LQ05X005680 Protein IN2-1 homolog B 14.82417837 C6_chemical_C3 +LQ05X005680 Protein IN2-1 homolog B 14.28325461 L4_control_A1 +LQ05X005680 Protein IN2-1 homolog B 14.72392547 L4_control_A2 +LQ05X005680 Protein IN2-1 homolog B 14.02187315 L4_control_A3 +LQ05X005680 Protein IN2-1 homolog B 13.98307577 L4_control_B1 +LQ05X005680 Protein IN2-1 homolog B 13.87862594 L4_control_B2 +LQ05X005680 Protein IN2-1 homolog B 14.67890095 L4_control_B3 +LQ05X005680 Protein IN2-1 homolog B 14.87973567 L4_control_C2 +LQ05X005680 Protein IN2-1 homolog B 14.83309653 L4_control_C3 +LQ05X005680 Protein IN2-1 homolog B 14.30077551 L4_chemical_A1 +LQ05X005680 Protein IN2-1 homolog B 14.33055492 L4_chemical_A2 +LQ05X005680 Protein IN2-1 homolog B 14.04929013 L4_chemical_A3 +LQ05X005680 Protein IN2-1 homolog B 14.11011592 L4_chemical_B1 +LQ05X005680 Protein IN2-1 homolog B 13.73405368 L4_chemical_B2 +LQ05X005680 Protein IN2-1 homolog B 14.08111703 L4_chemical_B3 +LQ05X005680 Protein IN2-1 homolog B 14.79173555 L4_chemical_C2 +LQ05X005680 Protein IN2-1 homolog B 14.85394373 L4_chemical_C3 +LQ05X005710 Putative WRKY transcription factor 44 5.923292603 C6_control_A1 +LQ05X005710 Putative WRKY transcription factor 44 6.217201785 C6_control_A3 +LQ05X005710 Putative WRKY transcription factor 44 5.676643227 C6_control_B1 +LQ05X005710 Putative WRKY transcription factor 44 5.70517798 C6_control_B2 +LQ05X005710 Putative WRKY transcription factor 44 5.930947423 C6_control_B3 +LQ05X005710 Putative WRKY transcription factor 44 5.50813907 C6_control_C1 +LQ05X005710 Putative WRKY transcription factor 44 6.04807775 C6_control_C2 +LQ05X005710 Putative WRKY transcription factor 44 5.458045422 C6_control_C3 +LQ05X005710 Putative WRKY transcription factor 44 5.996640698 C6_chemical_A1 +LQ05X005710 Putative WRKY transcription factor 44 5.968892961 C6_chemical_A3 +LQ05X005710 Putative WRKY transcription factor 44 5.7133334 C6_chemical_B1 +LQ05X005710 Putative WRKY transcription factor 44 5.647368429 C6_chemical_B2 +LQ05X005710 Putative WRKY transcription factor 44 5.780961224 C6_chemical_B3 +LQ05X005710 Putative WRKY transcription factor 44 5.750760816 C6_chemical_C1 +LQ05X005710 Putative WRKY transcription factor 44 5.495834309 C6_chemical_C2 +LQ05X005710 Putative WRKY transcription factor 44 5.749173172 C6_chemical_C3 +LQ05X005710 Putative WRKY transcription factor 44 6.310490311 L4_control_A1 +LQ05X005710 Putative WRKY transcription factor 44 5.359261673 L4_control_A2 +LQ05X005710 Putative WRKY transcription factor 44 6.268434948 L4_control_A3 +LQ05X005710 Putative WRKY transcription factor 44 5.35599797 L4_control_B1 +LQ05X005710 Putative WRKY transcription factor 44 5.498881886 L4_control_B2 +LQ05X005710 Putative WRKY transcription factor 44 5.572472045 L4_control_B3 +LQ05X005710 Putative WRKY transcription factor 44 6.423559939 L4_control_C2 +LQ05X005710 Putative WRKY transcription factor 44 5.645519618 L4_control_C3 +LQ05X005710 Putative WRKY transcription factor 44 6.00150801 L4_chemical_A1 +LQ05X005710 Putative WRKY transcription factor 44 5.718651668 L4_chemical_A2 +LQ05X005710 Putative WRKY transcription factor 44 6.191564984 L4_chemical_A3 +LQ05X005710 Putative WRKY transcription factor 44 6.119480276 L4_chemical_B1 +LQ05X005710 Putative WRKY transcription factor 44 5.791918275 L4_chemical_B2 +LQ05X005710 Putative WRKY transcription factor 44 5.55254051 L4_chemical_B3 +LQ05X005710 Putative WRKY transcription factor 44 5.809005544 L4_chemical_C2 +LQ05X005710 Putative WRKY transcription factor 44 6.086227601 L4_chemical_C3 +LQ05X005720 Two-component response regulator-like APRR7 13.38726961 C6_control_A1 +LQ05X005720 Two-component response regulator-like APRR7 12.89979679 C6_control_A3 +LQ05X005720 Two-component response regulator-like APRR7 13.08389549 C6_control_B1 +LQ05X005720 Two-component response regulator-like APRR7 13.91641581 C6_control_B2 +LQ05X005720 Two-component response regulator-like APRR7 12.92463075 C6_control_B3 +LQ05X005720 Two-component response regulator-like APRR7 13.68426032 C6_control_C1 +LQ05X005720 Two-component response regulator-like APRR7 13.88239211 C6_control_C2 +LQ05X005720 Two-component response regulator-like APRR7 14.03603565 C6_control_C3 +LQ05X005720 Two-component response regulator-like APRR7 13.24511126 C6_chemical_A1 +LQ05X005720 Two-component response regulator-like APRR7 13.39183508 C6_chemical_A3 +LQ05X005720 Two-component response regulator-like APRR7 12.95314987 C6_chemical_B1 +LQ05X005720 Two-component response regulator-like APRR7 14.31835559 C6_chemical_B2 +LQ05X005720 Two-component response regulator-like APRR7 13.12916447 C6_chemical_B3 +LQ05X005720 Two-component response regulator-like APRR7 13.50648244 C6_chemical_C1 +LQ05X005720 Two-component response regulator-like APRR7 14.05571936 C6_chemical_C2 +LQ05X005720 Two-component response regulator-like APRR7 14.01820958 C6_chemical_C3 +LQ05X005720 Two-component response regulator-like APRR7 13.44508696 L4_control_A1 +LQ05X005720 Two-component response regulator-like APRR7 13.51399654 L4_control_A2 +LQ05X005720 Two-component response regulator-like APRR7 13.6734105 L4_control_A3 +LQ05X005720 Two-component response regulator-like APRR7 13.50970548 L4_control_B1 +LQ05X005720 Two-component response regulator-like APRR7 13.19981907 L4_control_B2 +LQ05X005720 Two-component response regulator-like APRR7 14.00419706 L4_control_B3 +LQ05X005720 Two-component response regulator-like APRR7 13.39818436 L4_control_C2 +LQ05X005720 Two-component response regulator-like APRR7 13.49136461 L4_control_C3 +LQ05X005720 Two-component response regulator-like APRR7 14.21276097 L4_chemical_A1 +LQ05X005720 Two-component response regulator-like APRR7 13.64604244 L4_chemical_A2 +LQ05X005720 Two-component response regulator-like APRR7 13.8768527 L4_chemical_A3 +LQ05X005720 Two-component response regulator-like APRR7 13.09954342 L4_chemical_B1 +LQ05X005720 Two-component response regulator-like APRR7 13.34763047 L4_chemical_B2 +LQ05X005720 Two-component response regulator-like APRR7 13.9393235 L4_chemical_B3 +LQ05X005720 Two-component response regulator-like APRR7 13.58076598 L4_chemical_C2 +LQ05X005720 Two-component response regulator-like APRR7 13.57376243 L4_chemical_C3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.61387242 C6_control_A1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 11.83844391 C6_control_A3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.36412527 C6_control_B1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 9.540035051 C6_control_B2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.60152934 C6_control_B3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.59919736 C6_control_C1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 8.899895477 C6_control_C2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 9.135730162 C6_control_C3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.17422881 C6_chemical_A1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 11.3291184 C6_chemical_A3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 9.655671316 C6_chemical_B1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 9.106710374 C6_chemical_B2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 9.470654257 C6_chemical_B3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.39166377 C6_chemical_C1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 9.28700008 C6_chemical_C2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 8.528146019 C6_chemical_C3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 11.31237118 L4_control_A1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.86402465 L4_control_A2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 11.74118584 L4_control_A3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.61396486 L4_control_B1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.9437619 L4_control_B2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.17361867 L4_control_B3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.14771949 L4_control_C2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.33484152 L4_control_C3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.943602 L4_chemical_A1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.37844112 L4_chemical_A2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 11.12937476 L4_chemical_A3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.73534274 L4_chemical_B1 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.81993334 L4_chemical_B2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.0970859 L4_chemical_B3 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.11483917 L4_chemical_C2 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.21726824 L4_chemical_C3 +LQ05X005750 DNA topoisomerase 6 subunit A 11.02583903 C6_control_A1 +LQ05X005750 DNA topoisomerase 6 subunit A 11.60257277 C6_control_A3 +LQ05X005750 DNA topoisomerase 6 subunit A 10.98078379 C6_control_B1 +LQ05X005750 DNA topoisomerase 6 subunit A 11.25580206 C6_control_B2 +LQ05X005750 DNA topoisomerase 6 subunit A 10.85629269 C6_control_B3 +LQ05X005750 DNA topoisomerase 6 subunit A 11.63958963 C6_control_C1 +LQ05X005750 DNA topoisomerase 6 subunit A 11.13897378 C6_control_C2 +LQ05X005750 DNA topoisomerase 6 subunit A 11.25038575 C6_control_C3 +LQ05X005750 DNA topoisomerase 6 subunit A 10.97473343 C6_chemical_A1 +LQ05X005750 DNA topoisomerase 6 subunit A 11.84774712 C6_chemical_A3 +LQ05X005750 DNA topoisomerase 6 subunit A 10.77495264 C6_chemical_B1 +LQ05X005750 DNA topoisomerase 6 subunit A 11.29156378 C6_chemical_B2 +LQ05X005750 DNA topoisomerase 6 subunit A 10.79521996 C6_chemical_B3 +LQ05X005750 DNA topoisomerase 6 subunit A 11.76837764 C6_chemical_C1 +LQ05X005750 DNA topoisomerase 6 subunit A 11.47700836 C6_chemical_C2 +LQ05X005750 DNA topoisomerase 6 subunit A 11.15600558 C6_chemical_C3 +LQ05X005750 DNA topoisomerase 6 subunit A 11.06674425 L4_control_A1 +LQ05X005750 DNA topoisomerase 6 subunit A 9.969925648 L4_control_A2 +LQ05X005750 DNA topoisomerase 6 subunit A 10.38950599 L4_control_A3 +LQ05X005750 DNA topoisomerase 6 subunit A 10.96736491 L4_control_B1 +LQ05X005750 DNA topoisomerase 6 subunit A 10.34409606 L4_control_B2 +LQ05X005750 DNA topoisomerase 6 subunit A 10.79869063 L4_control_B3 +LQ05X005750 DNA topoisomerase 6 subunit A 10.66289708 L4_control_C2 +LQ05X005750 DNA topoisomerase 6 subunit A 10.38001108 L4_control_C3 +LQ05X005750 DNA topoisomerase 6 subunit A 11.28586776 L4_chemical_A1 +LQ05X005750 DNA topoisomerase 6 subunit A 9.944666121 L4_chemical_A2 +LQ05X005750 DNA topoisomerase 6 subunit A 10.42203125 L4_chemical_A3 +LQ05X005750 DNA topoisomerase 6 subunit A 10.47468457 L4_chemical_B1 +LQ05X005750 DNA topoisomerase 6 subunit A 10.4540547 L4_chemical_B2 +LQ05X005750 DNA topoisomerase 6 subunit A 10.59878461 L4_chemical_B3 +LQ05X005750 DNA topoisomerase 6 subunit A 10.56112684 L4_chemical_C2 +LQ05X005750 DNA topoisomerase 6 subunit A 10.65132055 L4_chemical_C3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.170452873 C6_control_A1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 8.442616783 C6_control_A3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.808124349 C6_control_B1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.49875932 C6_control_B2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.27889356 C6_control_B3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.38279387 C6_control_C1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.51112787 C6_control_C2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.23284957 C6_control_C3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.075630602 C6_chemical_A1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 8.870144489 C6_chemical_A3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.70940127 C6_chemical_B1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.29568795 C6_chemical_B2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.19393823 C6_chemical_B3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.48710168 C6_chemical_C1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.35406369 C6_chemical_C2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.7272505 C6_chemical_C3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 8.588681757 L4_control_A1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.447530163 L4_control_A2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 8.302430727 L4_control_A3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.410102 L4_control_B1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.13578348 L4_control_B2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.45551563 L4_control_B3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.87446919 L4_control_C2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.66698951 L4_control_C3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 8.5158798 L4_chemical_A1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.206329658 L4_chemical_A2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 8.696809359 L4_chemical_A3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.444678996 L4_chemical_B1 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.052421452 L4_chemical_B2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.2782014 L4_chemical_B3 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 10.7559291 L4_chemical_C2 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 11.84644509 L4_chemical_C3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.646029492 C6_control_A1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.471774898 C6_control_A3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.94080971 C6_control_B1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.658014905 C6_control_B2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.136635855 C6_control_B3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.378670739 C6_control_C1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.037832168 C6_control_C2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.781769518 C6_control_C3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.797661677 C6_chemical_A1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.966115422 C6_chemical_A3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.014150168 C6_chemical_B1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.705869142 C6_chemical_B2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.33355355 C6_chemical_B3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.582119488 C6_chemical_C1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.574803845 C6_chemical_C2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.164238649 C6_chemical_C3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.478049742 L4_control_A1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.869961325 L4_control_A2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.428155341 L4_control_A3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.853211216 L4_control_B1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.861491507 L4_control_B2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.290437718 L4_control_B3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.105291556 L4_control_C2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.127911768 L4_control_C3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.671002655 L4_chemical_A1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.659722205 L4_chemical_A2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.375845575 L4_chemical_A3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.988108546 L4_chemical_B1 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.018579942 L4_chemical_B2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.116177259 L4_chemical_B3 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.973004767 L4_chemical_C2 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 6.761971764 L4_chemical_C3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.01481288 C6_control_A1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.14537604 C6_control_A3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.87949179 C6_control_B1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.91938605 C6_control_B2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.86647756 C6_control_B3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 13.26442947 C6_control_C1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.86981835 C6_control_C2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.71023626 C6_control_C3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.08669712 C6_chemical_A1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.01141477 C6_chemical_A3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.14165735 C6_chemical_B1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.93567646 C6_chemical_B2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.84555644 C6_chemical_B3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 13.59595386 C6_chemical_C1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 13.50414318 C6_chemical_C2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 13.38946066 C6_chemical_C3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.23644021 L4_control_A1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.48674639 L4_control_A2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.55632272 L4_control_A3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.07425139 L4_control_B1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.04427718 L4_control_B2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.74371481 L4_control_B3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.66462741 L4_control_C2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.99683496 L4_control_C3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.28055856 L4_chemical_A1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.03892162 L4_chemical_A2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.09154471 L4_chemical_A3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.6742058 L4_chemical_B1 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.97459653 L4_chemical_B2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 11.17810174 L4_chemical_B3 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.37486316 L4_chemical_C2 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.39492377 L4_chemical_C3 +LQ05X005790 Putative Myb-like protein G 10.51071393 C6_control_A1 +LQ05X005790 Putative Myb-like protein G 8.701794923 C6_control_A3 +LQ05X005790 Putative Myb-like protein G 10.02877662 C6_control_B1 +LQ05X005790 Putative Myb-like protein G 9.201592974 C6_control_B2 +LQ05X005790 Putative Myb-like protein G 6.677512667 C6_control_B3 +LQ05X005790 Putative Myb-like protein G 11.46068742 C6_control_C1 +LQ05X005790 Putative Myb-like protein G 9.938156562 C6_control_C2 +LQ05X005790 Putative Myb-like protein G 9.186563184 C6_control_C3 +LQ05X005790 Putative Myb-like protein G 11.02761307 C6_chemical_A1 +LQ05X005790 Putative Myb-like protein G 9.453368216 C6_chemical_A3 +LQ05X005790 Putative Myb-like protein G 10.14248611 C6_chemical_B1 +LQ05X005790 Putative Myb-like protein G 9.440190722 C6_chemical_B2 +LQ05X005790 Putative Myb-like protein G 7.446319278 C6_chemical_B3 +LQ05X005790 Putative Myb-like protein G 11.76200815 C6_chemical_C1 +LQ05X005790 Putative Myb-like protein G 10.95304288 C6_chemical_C2 +LQ05X005790 Putative Myb-like protein G 10.41079219 C6_chemical_C3 +LQ05X005790 Putative Myb-like protein G 10.03221121 L4_control_A1 +LQ05X005790 Putative Myb-like protein G 8.984103815 L4_control_A2 +LQ05X005790 Putative Myb-like protein G 8.903354858 L4_control_A3 +LQ05X005790 Putative Myb-like protein G 9.160991643 L4_control_B1 +LQ05X005790 Putative Myb-like protein G 7.508564655 L4_control_B2 +LQ05X005790 Putative Myb-like protein G 6.981802461 L4_control_B3 +LQ05X005790 Putative Myb-like protein G 8.537502968 L4_control_C2 +LQ05X005790 Putative Myb-like protein G 8.689602808 L4_control_C3 +LQ05X005790 Putative Myb-like protein G 9.764908166 L4_chemical_A1 +LQ05X005790 Putative Myb-like protein G 9.411684455 L4_chemical_A2 +LQ05X005790 Putative Myb-like protein G 9.465470275 L4_chemical_A3 +LQ05X005790 Putative Myb-like protein G 9.699900008 L4_chemical_B1 +LQ05X005790 Putative Myb-like protein G 8.359384377 L4_chemical_B2 +LQ05X005790 Putative Myb-like protein G 7.037656962 L4_chemical_B3 +LQ05X005790 Putative Myb-like protein G 9.645723809 L4_chemical_C2 +LQ05X005790 Putative Myb-like protein G 8.90071922 L4_chemical_C3 +LQ05X005800 Putative uncharacterized protein 5.751249048 C6_control_A1 +LQ05X005800 Putative uncharacterized protein 5.626733001 C6_control_A3 +LQ05X005800 Putative uncharacterized protein 5.776702913 C6_control_B1 +LQ05X005800 Putative uncharacterized protein 5.942527379 C6_control_B2 +LQ05X005800 Putative uncharacterized protein 5.803278891 C6_control_B3 +LQ05X005800 Putative uncharacterized protein 6.342691684 C6_control_C1 +LQ05X005800 Putative uncharacterized protein 6.136328627 C6_control_C2 +LQ05X005800 Putative uncharacterized protein 6.3026091 C6_control_C3 +LQ05X005800 Putative uncharacterized protein 5.458300649 C6_chemical_A1 +LQ05X005800 Putative uncharacterized protein 6.028592232 C6_chemical_A3 +LQ05X005800 Putative uncharacterized protein 6.011121202 C6_chemical_B1 +LQ05X005800 Putative uncharacterized protein 5.615220219 C6_chemical_B2 +LQ05X005800 Putative uncharacterized protein 5.799077934 C6_chemical_B3 +LQ05X005800 Putative uncharacterized protein 6.189415447 C6_chemical_C1 +LQ05X005800 Putative uncharacterized protein 6.257642053 C6_chemical_C2 +LQ05X005800 Putative uncharacterized protein 6.41138275 C6_chemical_C3 +LQ05X005800 Putative uncharacterized protein 6.135299162 L4_control_A1 +LQ05X005800 Putative uncharacterized protein 6.436854366 L4_control_A2 +LQ05X005800 Putative uncharacterized protein 6.234870181 L4_control_A3 +LQ05X005800 Putative uncharacterized protein 5.833445545 L4_control_B1 +LQ05X005800 Putative uncharacterized protein 6.426045359 L4_control_B2 +LQ05X005800 Putative uncharacterized protein 5.828671482 L4_control_B3 +LQ05X005800 Putative uncharacterized protein 6.214901899 L4_control_C2 +LQ05X005800 Putative uncharacterized protein 6.240005944 L4_control_C3 +LQ05X005800 Putative uncharacterized protein 5.803083517 L4_chemical_A1 +LQ05X005800 Putative uncharacterized protein 6.151986384 L4_chemical_A2 +LQ05X005800 Putative uncharacterized protein 5.777009826 L4_chemical_A3 +LQ05X005800 Putative uncharacterized protein 6.039326689 L4_chemical_B1 +LQ05X005800 Putative uncharacterized protein 6.520877534 L4_chemical_B2 +LQ05X005800 Putative uncharacterized protein 5.780481214 L4_chemical_B3 +LQ05X005800 Putative uncharacterized protein 6.531096615 L4_chemical_C2 +LQ05X005800 Putative uncharacterized protein 6.081775557 L4_chemical_C3 +LQ05X005810 60S ribosomal protein L4-1 13.54383865 C6_control_A1 +LQ05X005810 60S ribosomal protein L4-1 14.16526486 C6_control_A3 +LQ05X005810 60S ribosomal protein L4-1 12.88683525 C6_control_B1 +LQ05X005810 60S ribosomal protein L4-1 12.61232758 C6_control_B2 +LQ05X005810 60S ribosomal protein L4-1 12.71091995 C6_control_B3 +LQ05X005810 60S ribosomal protein L4-1 12.32048951 C6_control_C1 +LQ05X005810 60S ribosomal protein L4-1 12.32461898 C6_control_C2 +LQ05X005810 60S ribosomal protein L4-1 12.1592023 C6_control_C3 +LQ05X005810 60S ribosomal protein L4-1 13.54982175 C6_chemical_A1 +LQ05X005810 60S ribosomal protein L4-1 14.04894913 C6_chemical_A3 +LQ05X005810 60S ribosomal protein L4-1 12.89968951 C6_chemical_B1 +LQ05X005810 60S ribosomal protein L4-1 12.25909843 C6_chemical_B2 +LQ05X005810 60S ribosomal protein L4-1 12.68719529 C6_chemical_B3 +LQ05X005810 60S ribosomal protein L4-1 12.35429346 C6_chemical_C1 +LQ05X005810 60S ribosomal protein L4-1 12.30713434 C6_chemical_C2 +LQ05X005810 60S ribosomal protein L4-1 12.14431779 C6_chemical_C3 +LQ05X005810 60S ribosomal protein L4-1 13.83597056 L4_control_A1 +LQ05X005810 60S ribosomal protein L4-1 13.72215775 L4_control_A2 +LQ05X005810 60S ribosomal protein L4-1 14.13299543 L4_control_A3 +LQ05X005810 60S ribosomal protein L4-1 12.44622396 L4_control_B1 +LQ05X005810 60S ribosomal protein L4-1 13.34975124 L4_control_B2 +LQ05X005810 60S ribosomal protein L4-1 12.71077296 L4_control_B3 +LQ05X005810 60S ribosomal protein L4-1 12.25872581 L4_control_C2 +LQ05X005810 60S ribosomal protein L4-1 13.08496886 L4_control_C3 +LQ05X005810 60S ribosomal protein L4-1 13.15983853 L4_chemical_A1 +LQ05X005810 60S ribosomal protein L4-1 13.11900488 L4_chemical_A2 +LQ05X005810 60S ribosomal protein L4-1 13.5623884 L4_chemical_A3 +LQ05X005810 60S ribosomal protein L4-1 12.87311825 L4_chemical_B1 +LQ05X005810 60S ribosomal protein L4-1 12.87797411 L4_chemical_B2 +LQ05X005810 60S ribosomal protein L4-1 13.23727988 L4_chemical_B3 +LQ05X005810 60S ribosomal protein L4-1 12.42114654 L4_chemical_C2 +LQ05X005810 60S ribosomal protein L4-1 12.90034389 L4_chemical_C3 +LQ05X005830 Predicted protein 12.12595483 C6_control_A1 +LQ05X005830 Predicted protein 11.55102557 C6_control_A3 +LQ05X005830 Predicted protein 12.35001952 C6_control_B1 +LQ05X005830 Predicted protein 12.151668 C6_control_B2 +LQ05X005830 Predicted protein 11.76858109 C6_control_B3 +LQ05X005830 Predicted protein 12.22151156 C6_control_C1 +LQ05X005830 Predicted protein 12.21812297 C6_control_C2 +LQ05X005830 Predicted protein 12.10173546 C6_control_C3 +LQ05X005830 Predicted protein 12.5228211 C6_chemical_A1 +LQ05X005830 Predicted protein 11.67133132 C6_chemical_A3 +LQ05X005830 Predicted protein 12.69077659 C6_chemical_B1 +LQ05X005830 Predicted protein 12.21242442 C6_chemical_B2 +LQ05X005830 Predicted protein 11.72265863 C6_chemical_B3 +LQ05X005830 Predicted protein 12.38008385 C6_chemical_C1 +LQ05X005830 Predicted protein 12.32033621 C6_chemical_C2 +LQ05X005830 Predicted protein 12.3163893 C6_chemical_C3 +LQ05X005830 Predicted protein 11.88001661 L4_control_A1 +LQ05X005830 Predicted protein 11.92355136 L4_control_A2 +LQ05X005830 Predicted protein 11.89967459 L4_control_A3 +LQ05X005830 Predicted protein 12.36051097 L4_control_B1 +LQ05X005830 Predicted protein 12.05042591 L4_control_B2 +LQ05X005830 Predicted protein 11.50541525 L4_control_B3 +LQ05X005830 Predicted protein 11.98153174 L4_control_C2 +LQ05X005830 Predicted protein 11.89254066 L4_control_C3 +LQ05X005830 Predicted protein 11.72708577 L4_chemical_A1 +LQ05X005830 Predicted protein 12.11001544 L4_chemical_A2 +LQ05X005830 Predicted protein 11.79301624 L4_chemical_A3 +LQ05X005830 Predicted protein 12.4134623 L4_chemical_B1 +LQ05X005830 Predicted protein 12.02206759 L4_chemical_B2 +LQ05X005830 Predicted protein 11.77708826 L4_chemical_B3 +LQ05X005830 Predicted protein 12.15751184 L4_chemical_C2 +LQ05X005830 Predicted protein 12.35044715 L4_chemical_C3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.422848607 C6_control_A1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.270427694 C6_control_A3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 4.968215693 C6_control_B1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.273325052 C6_control_B2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.548895203 C6_control_B3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.617194756 C6_control_C1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.026871461 C6_control_C2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.500133345 C6_control_C3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.244913101 C6_chemical_A1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.110823528 C6_chemical_A3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.297307054 C6_chemical_B1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.540125911 C6_chemical_B2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.450864906 C6_chemical_B3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.512281136 C6_chemical_C1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 4.954346893 C6_chemical_C2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.693240124 C6_chemical_C3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.16436411 L4_control_A1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.62163347 L4_control_A2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.676665247 L4_control_A3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.59463606 L4_control_B1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.614981822 L4_control_B2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.42956805 L4_control_B3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.486979005 L4_control_C2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 6.272354435 L4_control_C3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.422926224 L4_chemical_A1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.480395343 L4_chemical_A2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.466275622 L4_chemical_A3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.610253286 L4_chemical_B1 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.610564659 L4_chemical_B2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.272217191 L4_chemical_B3 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.880046181 L4_chemical_C2 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.467087925 L4_chemical_C3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.351778038 C6_control_A1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.12064746 C6_control_A3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 7.761087084 C6_control_B1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.029321148 C6_control_B2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.057258271 C6_control_B3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 9.284879966 C6_control_C1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.550583365 C6_control_C2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.665669689 C6_control_C3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.76119945 C6_chemical_A1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.92379224 C6_chemical_A3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.172937309 C6_chemical_B1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.220120836 C6_chemical_B2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.688154142 C6_chemical_B3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 9.298367284 C6_chemical_C1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.92690419 C6_chemical_C2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 9.835359254 C6_chemical_C3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.904732473 L4_control_A1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.820575035 L4_control_A2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.550468997 L4_control_A3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.584288198 L4_control_B1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.38730937 L4_control_B2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 9.709797713 L4_control_B3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 9.062276621 L4_control_C2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 9.942169546 L4_control_C3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.699975001 L4_chemical_A1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.221787723 L4_chemical_A2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 7.786637035 L4_chemical_A3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.042499291 L4_chemical_B1 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.108063669 L4_chemical_B2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.932581462 L4_chemical_B3 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.416384079 L4_chemical_C2 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 9.895800318 L4_chemical_C3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.65878198 C6_control_A1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.96633691 C6_control_A3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.07327643 C6_control_B1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.49930418 C6_control_B2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.25389634 C6_control_B3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.20700707 C6_control_C1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.58157046 C6_control_C2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.15269375 C6_control_C3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.57691835 C6_chemical_A1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 13.03402729 C6_chemical_A3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.03784177 C6_chemical_B1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.43766311 C6_chemical_B2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.13572853 C6_chemical_B3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.27473241 C6_chemical_C1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.84235513 C6_chemical_C2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.0738248 C6_chemical_C3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.90292539 L4_control_A1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 13.05375669 L4_control_A2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.76904905 L4_control_A3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.66753617 L4_control_B1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.3248129 L4_control_B2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 10.63165232 L4_control_B3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.48428536 L4_control_C2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.51818066 L4_control_C3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.36062575 L4_chemical_A1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.73623688 L4_chemical_A2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.46306461 L4_chemical_A3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.54993129 L4_chemical_B1 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.38082884 L4_chemical_B2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.360431 L4_chemical_B3 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.39164384 L4_chemical_C2 +LQ05X005860 Nuclear transcription factor Y subunit B-8 11.33341036 L4_chemical_C3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 5.52958476 C6_control_A1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 5.939696538 C6_control_A3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 5.890905455 C6_control_B1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.224468114 C6_control_B2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.261965734 C6_control_B3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.043346666 C6_control_C1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.770420794 C6_control_C2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.234070381 C6_control_C3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.20672305 C6_chemical_A1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 5.555599205 C6_chemical_A3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.119722455 C6_chemical_B1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 8.857133164 C6_chemical_B2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.550025684 C6_chemical_B3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 8.746312712 C6_chemical_C1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 9.271266927 C6_chemical_C2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 9.397658526 C6_chemical_C3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.033965313 L4_control_A1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.622415965 L4_control_A2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.838647765 L4_control_A3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.448901672 L4_control_B1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.512448852 L4_control_B2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 8.391138513 L4_control_B3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.972538723 L4_control_C2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.934571496 L4_control_C3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.707233183 L4_chemical_A1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.138649976 L4_chemical_A2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.009772308 L4_chemical_A3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.924853307 L4_chemical_B1 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 6.580088972 L4_chemical_B2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 8.307641802 L4_chemical_B3 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.201367098 L4_chemical_C2 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.777160532 L4_chemical_C3 +LQ05X005920 Hypothetical protein 11.34562132 C6_control_A1 +LQ05X005920 Hypothetical protein 11.52846775 C6_control_A3 +LQ05X005920 Hypothetical protein 9.206715179 C6_control_B1 +LQ05X005920 Hypothetical protein 8.154145351 C6_control_B2 +LQ05X005920 Hypothetical protein 7.748699183 C6_control_B3 +LQ05X005920 Hypothetical protein 8.360931456 C6_control_C1 +LQ05X005920 Hypothetical protein 7.382539186 C6_control_C2 +LQ05X005920 Hypothetical protein 7.971949356 C6_control_C3 +LQ05X005920 Hypothetical protein 10.94064695 C6_chemical_A1 +LQ05X005920 Hypothetical protein 11.54947993 C6_chemical_A3 +LQ05X005920 Hypothetical protein 8.03606916 C6_chemical_B1 +LQ05X005920 Hypothetical protein 7.885878593 C6_chemical_B2 +LQ05X005920 Hypothetical protein 6.925955287 C6_chemical_B3 +LQ05X005920 Hypothetical protein 8.21063221 C6_chemical_C1 +LQ05X005920 Hypothetical protein 8.06893617 C6_chemical_C2 +LQ05X005920 Hypothetical protein 9.097874306 C6_chemical_C3 +LQ05X005920 Hypothetical protein 11.95991313 L4_control_A1 +LQ05X005920 Hypothetical protein 11.25180642 L4_control_A2 +LQ05X005920 Hypothetical protein 11.83843312 L4_control_A3 +LQ05X005920 Hypothetical protein 8.177486336 L4_control_B1 +LQ05X005920 Hypothetical protein 9.033427061 L4_control_B2 +LQ05X005920 Hypothetical protein 7.769954351 L4_control_B3 +LQ05X005920 Hypothetical protein 8.136275387 L4_control_C2 +LQ05X005920 Hypothetical protein 6.908174661 L4_control_C3 +LQ05X005920 Hypothetical protein 11.55145265 L4_chemical_A1 +LQ05X005920 Hypothetical protein 10.68529876 L4_chemical_A2 +LQ05X005920 Hypothetical protein 11.7801119 L4_chemical_A3 +LQ05X005920 Hypothetical protein 9.103753388 L4_chemical_B1 +LQ05X005920 Hypothetical protein 9.899942568 L4_chemical_B2 +LQ05X005920 Hypothetical protein 9.073635217 L4_chemical_B3 +LQ05X005920 Hypothetical protein 7.909617488 L4_chemical_C2 +LQ05X005920 Hypothetical protein 7.236694967 L4_chemical_C3 +LQ05X005930 40S ribosomal protein S23 14.84415989 C6_control_A1 +LQ05X005930 40S ribosomal protein S23 15.33437183 C6_control_A3 +LQ05X005930 40S ribosomal protein S23 14.84376606 C6_control_B1 +LQ05X005930 40S ribosomal protein S23 14.67467334 C6_control_B2 +LQ05X005930 40S ribosomal protein S23 14.53584779 C6_control_B3 +LQ05X005930 40S ribosomal protein S23 14.39864237 C6_control_C1 +LQ05X005930 40S ribosomal protein S23 14.47489607 C6_control_C2 +LQ05X005930 40S ribosomal protein S23 14.40607264 C6_control_C3 +LQ05X005930 40S ribosomal protein S23 14.81644786 C6_chemical_A1 +LQ05X005930 40S ribosomal protein S23 14.93792909 C6_chemical_A3 +LQ05X005930 40S ribosomal protein S23 14.62849328 C6_chemical_B1 +LQ05X005930 40S ribosomal protein S23 14.20003648 C6_chemical_B2 +LQ05X005930 40S ribosomal protein S23 14.38943768 C6_chemical_B3 +LQ05X005930 40S ribosomal protein S23 14.33880507 C6_chemical_C1 +LQ05X005930 40S ribosomal protein S23 14.39704541 C6_chemical_C2 +LQ05X005930 40S ribosomal protein S23 14.00986842 C6_chemical_C3 +LQ05X005930 40S ribosomal protein S23 15.12828364 L4_control_A1 +LQ05X005930 40S ribosomal protein S23 14.8357577 L4_control_A2 +LQ05X005930 40S ribosomal protein S23 14.97065355 L4_control_A3 +LQ05X005930 40S ribosomal protein S23 14.50816552 L4_control_B1 +LQ05X005930 40S ribosomal protein S23 13.81657948 L4_control_B2 +LQ05X005930 40S ribosomal protein S23 14.50099642 L4_control_B3 +LQ05X005930 40S ribosomal protein S23 14.52879051 L4_control_C2 +LQ05X005930 40S ribosomal protein S23 14.02446596 L4_control_C3 +LQ05X005930 40S ribosomal protein S23 15.05250259 L4_chemical_A1 +LQ05X005930 40S ribosomal protein S23 14.64866671 L4_chemical_A2 +LQ05X005930 40S ribosomal protein S23 14.81951794 L4_chemical_A3 +LQ05X005930 40S ribosomal protein S23 14.67532031 L4_chemical_B1 +LQ05X005930 40S ribosomal protein S23 14.45481056 L4_chemical_B2 +LQ05X005930 40S ribosomal protein S23 14.84741221 L4_chemical_B3 +LQ05X005930 40S ribosomal protein S23 14.66378622 L4_chemical_C2 +LQ05X005930 40S ribosomal protein S23 14.1495766 L4_chemical_C3 +LQ05X005960 Predicted protein 5.63193217 C6_control_A1 +LQ05X005960 Predicted protein 5.621570958 C6_control_A3 +LQ05X005960 Predicted protein 5.316230135 C6_control_B1 +LQ05X005960 Predicted protein 5.666836683 C6_control_B2 +LQ05X005960 Predicted protein 5.391563106 C6_control_B3 +LQ05X005960 Predicted protein 5.621300954 C6_control_C1 +LQ05X005960 Predicted protein 6.181538342 C6_control_C2 +LQ05X005960 Predicted protein 5.300732547 C6_control_C3 +LQ05X005960 Predicted protein 5.59383187 C6_chemical_A1 +LQ05X005960 Predicted protein 4.964209991 C6_chemical_A3 +LQ05X005960 Predicted protein 5.700867565 C6_chemical_B1 +LQ05X005960 Predicted protein 5.79381024 C6_chemical_B2 +LQ05X005960 Predicted protein 5.379264395 C6_chemical_B3 +LQ05X005960 Predicted protein 5.403545318 C6_chemical_C1 +LQ05X005960 Predicted protein 5.631760769 C6_chemical_C2 +LQ05X005960 Predicted protein 5.52466594 C6_chemical_C3 +LQ05X005960 Predicted protein 5.328837633 L4_control_A1 +LQ05X005960 Predicted protein 5.285109672 L4_control_A2 +LQ05X005960 Predicted protein 5.370421789 L4_control_A3 +LQ05X005960 Predicted protein 5.901128194 L4_control_B1 +LQ05X005960 Predicted protein 5.131663007 L4_control_B2 +LQ05X005960 Predicted protein 5.400083826 L4_control_B3 +LQ05X005960 Predicted protein 5.390281624 L4_control_C2 +LQ05X005960 Predicted protein 5.559864449 L4_control_C3 +LQ05X005960 Predicted protein 5.269441226 L4_chemical_A1 +LQ05X005960 Predicted protein 5.654608249 L4_chemical_A2 +LQ05X005960 Predicted protein 5.558440702 L4_chemical_A3 +LQ05X005960 Predicted protein 5.231116447 L4_chemical_B1 +LQ05X005960 Predicted protein 5.044470971 L4_chemical_B2 +LQ05X005960 Predicted protein 5.436629703 L4_chemical_B3 +LQ05X005960 Predicted protein 5.602851622 L4_chemical_C2 +LQ05X005960 Predicted protein 5.517502135 L4_chemical_C3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 9.947449799 C6_control_A1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.40992798 C6_control_A3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.40945341 C6_control_B1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.61216105 C6_control_B2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.62800557 C6_control_B3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 8.687025963 C6_control_C1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 8.927895398 C6_control_C2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 8.779652549 C6_control_C3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 9.507459156 C6_chemical_A1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.3919687 C6_chemical_A3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.13418221 C6_chemical_B1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.55580778 C6_chemical_B2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.32722823 C6_chemical_B3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 8.625638691 C6_chemical_C1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 8.479058865 C6_chemical_C2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 8.808969883 C6_chemical_C3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.15224669 L4_control_A1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.16129638 L4_control_A2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.23650483 L4_control_A3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.02678495 L4_control_B1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.58582584 L4_control_B2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.36276002 L4_control_B3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 7.987155451 L4_control_C2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 8.390487234 L4_control_C3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 9.422890015 L4_chemical_A1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 9.422581572 L4_chemical_A2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 9.630039288 L4_chemical_A3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 9.765380463 L4_chemical_B1 +LQ05X005990 Putative Protein IQ-DOMAIN 1 9.765701383 L4_chemical_B2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 10.81603394 L4_chemical_B3 +LQ05X005990 Putative Protein IQ-DOMAIN 1 7.627301401 L4_chemical_C2 +LQ05X005990 Putative Protein IQ-DOMAIN 1 8.545084556 L4_chemical_C3 +LQ05X006000 Glycuronosyltransferase-like protein 5.7048494 C6_control_A1 +LQ05X006000 Glycuronosyltransferase-like protein 5.532763523 C6_control_A3 +LQ05X006000 Glycuronosyltransferase-like protein 6.620025303 C6_control_B1 +LQ05X006000 Glycuronosyltransferase-like protein 6.2196049 C6_control_B2 +LQ05X006000 Glycuronosyltransferase-like protein 6.312050402 C6_control_B3 +LQ05X006000 Glycuronosyltransferase-like protein 5.35101968 C6_control_C1 +LQ05X006000 Glycuronosyltransferase-like protein 4.914082762 C6_control_C2 +LQ05X006000 Glycuronosyltransferase-like protein 5.492053606 C6_control_C3 +LQ05X006000 Glycuronosyltransferase-like protein 6.637047393 C6_chemical_A1 +LQ05X006000 Glycuronosyltransferase-like protein 5.841466633 C6_chemical_A3 +LQ05X006000 Glycuronosyltransferase-like protein 5.731255179 C6_chemical_B1 +LQ05X006000 Glycuronosyltransferase-like protein 6.436118852 C6_chemical_B2 +LQ05X006000 Glycuronosyltransferase-like protein 5.953869672 C6_chemical_B3 +LQ05X006000 Glycuronosyltransferase-like protein 5.483621741 C6_chemical_C1 +LQ05X006000 Glycuronosyltransferase-like protein 5.256845544 C6_chemical_C2 +LQ05X006000 Glycuronosyltransferase-like protein 5.270430755 C6_chemical_C3 +LQ05X006000 Glycuronosyltransferase-like protein 5.885613774 L4_control_A1 +LQ05X006000 Glycuronosyltransferase-like protein 6.056311335 L4_control_A2 +LQ05X006000 Glycuronosyltransferase-like protein 6.01226002 L4_control_A3 +LQ05X006000 Glycuronosyltransferase-like protein 6.147370574 L4_control_B1 +LQ05X006000 Glycuronosyltransferase-like protein 5.860277269 L4_control_B2 +LQ05X006000 Glycuronosyltransferase-like protein 6.617597628 L4_control_B3 +LQ05X006000 Glycuronosyltransferase-like protein 5.809244113 L4_control_C2 +LQ05X006000 Glycuronosyltransferase-like protein 5.471455005 L4_control_C3 +LQ05X006000 Glycuronosyltransferase-like protein 6.142484422 L4_chemical_A1 +LQ05X006000 Glycuronosyltransferase-like protein 6.08472198 L4_chemical_A2 +LQ05X006000 Glycuronosyltransferase-like protein 6.676893601 L4_chemical_A3 +LQ05X006000 Glycuronosyltransferase-like protein 5.887561746 L4_chemical_B1 +LQ05X006000 Glycuronosyltransferase-like protein 6.334399613 L4_chemical_B2 +LQ05X006000 Glycuronosyltransferase-like protein 6.182597985 L4_chemical_B3 +LQ05X006000 Glycuronosyltransferase-like protein 6.445587925 L4_chemical_C2 +LQ05X006000 Glycuronosyltransferase-like protein 5.563871031 L4_chemical_C3 +LQ05X006010 Elongation factor 1-alpha 4.700250276 C6_control_A1 +LQ05X006010 Elongation factor 1-alpha 5.013901393 C6_control_A3 +LQ05X006010 Elongation factor 1-alpha 5.098090075 C6_control_B1 +LQ05X006010 Elongation factor 1-alpha 4.766827613 C6_control_B2 +LQ05X006010 Elongation factor 1-alpha 4.720359882 C6_control_B3 +LQ05X006010 Elongation factor 1-alpha 4.913552559 C6_control_C1 +LQ05X006010 Elongation factor 1-alpha 4.71768756 C6_control_C2 +LQ05X006010 Elongation factor 1-alpha 4.741721018 C6_control_C3 +LQ05X006010 Elongation factor 1-alpha 4.897937474 C6_chemical_A1 +LQ05X006010 Elongation factor 1-alpha 4.905756963 C6_chemical_A3 +LQ05X006010 Elongation factor 1-alpha 4.931903121 C6_chemical_B1 +LQ05X006010 Elongation factor 1-alpha 4.784309965 C6_chemical_B2 +LQ05X006010 Elongation factor 1-alpha 4.762713131 C6_chemical_B3 +LQ05X006010 Elongation factor 1-alpha 4.69973377 C6_chemical_C1 +LQ05X006010 Elongation factor 1-alpha 4.59991991 C6_chemical_C2 +LQ05X006010 Elongation factor 1-alpha 4.521580777 C6_chemical_C3 +LQ05X006010 Elongation factor 1-alpha 5.255975158 L4_control_A1 +LQ05X006010 Elongation factor 1-alpha 4.806208785 L4_control_A2 +LQ05X006010 Elongation factor 1-alpha 4.897196652 L4_control_A3 +LQ05X006010 Elongation factor 1-alpha 5.188134859 L4_control_B1 +LQ05X006010 Elongation factor 1-alpha 4.92649003 L4_control_B2 +LQ05X006010 Elongation factor 1-alpha 5.038438217 L4_control_B3 +LQ05X006010 Elongation factor 1-alpha 5.366488334 L4_control_C2 +LQ05X006010 Elongation factor 1-alpha 6.314989496 L4_control_C3 +LQ05X006010 Elongation factor 1-alpha 5.427728232 L4_chemical_A1 +LQ05X006010 Elongation factor 1-alpha 5.230528498 L4_chemical_A2 +LQ05X006010 Elongation factor 1-alpha 5.017991775 L4_chemical_A3 +LQ05X006010 Elongation factor 1-alpha 4.913335578 L4_chemical_B1 +LQ05X006010 Elongation factor 1-alpha 4.977673473 L4_chemical_B2 +LQ05X006010 Elongation factor 1-alpha 5.196206076 L4_chemical_B3 +LQ05X006010 Elongation factor 1-alpha 5.575506194 L4_chemical_C2 +LQ05X006010 Elongation factor 1-alpha 5.720376183 L4_chemical_C3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.463192673 C6_control_A1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 10.02147024 C6_control_A3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.347162505 C6_control_B1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.454186065 C6_control_B2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.383817485 C6_control_B3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 10.63262162 C6_control_C1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 10.41494632 C6_control_C2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 10.16789287 C6_control_C3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.895765745 C6_chemical_A1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.643599989 C6_chemical_A3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.90729982 C6_chemical_B1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.374341614 C6_chemical_B2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.038359993 C6_chemical_B3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 10.62761646 C6_chemical_C1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 10.59024754 C6_chemical_C2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.995628929 C6_chemical_C3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.432003704 L4_control_A1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.339148565 L4_control_A2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.296162989 L4_control_A3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.776428835 L4_control_B1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.713678581 L4_control_B2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.512646611 L4_control_B3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.863547553 L4_control_C2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.968909275 L4_control_C3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.389268178 L4_chemical_A1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.758437837 L4_chemical_A2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.303585042 L4_chemical_A3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.958696878 L4_chemical_B1 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 7.82897568 L4_chemical_B2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.572286463 L4_chemical_B3 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.708822858 L4_chemical_C2 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 9.749658214 L4_chemical_C3 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.68402131 C6_control_A1 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.69116963 C6_control_A3 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.08560909 C6_control_B1 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.58538257 C6_control_B2 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.1130481 C6_control_B3 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.0044433 C6_control_C1 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.83065395 C6_control_C2 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.51387058 C6_control_C3 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.50319323 C6_chemical_A1 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.5478446 C6_chemical_A3 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.65792562 C6_chemical_B1 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.54398449 C6_chemical_B2 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.66594007 C6_chemical_B3 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.01159776 C6_chemical_C1 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.01908418 C6_chemical_C2 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.36260943 C6_chemical_C3 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.67529804 L4_control_A1 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.92714281 L4_control_A2 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.02041459 L4_control_A3 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.34612776 L4_control_B1 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.33951488 L4_control_B2 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.88812846 L4_control_B3 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.13199388 L4_control_C2 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.11298742 L4_control_C3 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.7043658 L4_chemical_A1 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.57355966 L4_chemical_A2 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.91302262 L4_chemical_A3 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.45832784 L4_chemical_B1 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.74915792 L4_chemical_B2 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.81827628 L4_chemical_B3 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.85813229 L4_chemical_C2 +LQ05X006040 Putative Dolichyldiphosphatase 1 12.20513646 L4_chemical_C3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.942106554 C6_control_A1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 6.050508456 C6_control_A3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.801027051 C6_control_B1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.813743796 C6_control_B2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.955932143 C6_control_B3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.64955472 C6_control_C1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 6.220658387 C6_control_C2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.549070172 C6_control_C3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.558450415 C6_chemical_A1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.893160243 C6_chemical_A3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.402071244 C6_chemical_B1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.826366297 C6_chemical_B2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.390787286 C6_chemical_B3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.827349654 C6_chemical_C1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.684307491 C6_chemical_C2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.751123952 C6_chemical_C3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.212436435 L4_control_A1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.57778242 L4_control_A2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.351930889 L4_control_A3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.385691245 L4_control_B1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.834592785 L4_control_B2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.475829461 L4_control_B3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.238941868 L4_control_C2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.609736623 L4_control_C3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.199564071 L4_chemical_A1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.819080424 L4_chemical_A2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.635631418 L4_chemical_A3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.82605178 L4_chemical_B1 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 6.161761252 L4_chemical_B2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.476486783 L4_chemical_B3 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 6.082031788 L4_chemical_C2 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.292986553 L4_chemical_C3 +LQ05X006060 Putative uncharacterized protein 6.436624831 C6_control_A1 +LQ05X006060 Putative uncharacterized protein 6.553551607 C6_control_A3 +LQ05X006060 Putative uncharacterized protein 5.859005262 C6_control_B1 +LQ05X006060 Putative uncharacterized protein 5.528517254 C6_control_B2 +LQ05X006060 Putative uncharacterized protein 6.251082032 C6_control_B3 +LQ05X006060 Putative uncharacterized protein 5.553749643 C6_control_C1 +LQ05X006060 Putative uncharacterized protein 5.51694982 C6_control_C2 +LQ05X006060 Putative uncharacterized protein 6.046004121 C6_control_C3 +LQ05X006060 Putative uncharacterized protein 5.615646517 C6_chemical_A1 +LQ05X006060 Putative uncharacterized protein 6.295282974 C6_chemical_A3 +LQ05X006060 Putative uncharacterized protein 5.738396056 C6_chemical_B1 +LQ05X006060 Putative uncharacterized protein 5.566151455 C6_chemical_B2 +LQ05X006060 Putative uncharacterized protein 6.277267062 C6_chemical_B3 +LQ05X006060 Putative uncharacterized protein 6.013805595 C6_chemical_C1 +LQ05X006060 Putative uncharacterized protein 5.647842011 C6_chemical_C2 +LQ05X006060 Putative uncharacterized protein 6.138194532 C6_chemical_C3 +LQ05X006060 Putative uncharacterized protein 6.20267893 L4_control_A1 +LQ05X006060 Putative uncharacterized protein 5.919949755 L4_control_A2 +LQ05X006060 Putative uncharacterized protein 6.481688729 L4_control_A3 +LQ05X006060 Putative uncharacterized protein 5.689916833 L4_control_B1 +LQ05X006060 Putative uncharacterized protein 6.331244063 L4_control_B2 +LQ05X006060 Putative uncharacterized protein 6.047639817 L4_control_B3 +LQ05X006060 Putative uncharacterized protein 6.495097122 L4_control_C2 +LQ05X006060 Putative uncharacterized protein 6.043702113 L4_control_C3 +LQ05X006060 Putative uncharacterized protein 5.845583985 L4_chemical_A1 +LQ05X006060 Putative uncharacterized protein 6.113955673 L4_chemical_A2 +LQ05X006060 Putative uncharacterized protein 6.972649585 L4_chemical_A3 +LQ05X006060 Putative uncharacterized protein 5.66241878 L4_chemical_B1 +LQ05X006060 Putative uncharacterized protein 5.675945786 L4_chemical_B2 +LQ05X006060 Putative uncharacterized protein 6.136660073 L4_chemical_B3 +LQ05X006060 Putative uncharacterized protein 5.515060883 L4_chemical_C2 +LQ05X006060 Putative uncharacterized protein 6.387206322 L4_chemical_C3 +LQ05X006080 Predicted protein 13.41173067 C6_control_A1 +LQ05X006080 Predicted protein 12.49895716 C6_control_A3 +LQ05X006080 Predicted protein 13.57170802 C6_control_B1 +LQ05X006080 Predicted protein 13.32782443 C6_control_B2 +LQ05X006080 Predicted protein 13.56428133 C6_control_B3 +LQ05X006080 Predicted protein 13.41340072 C6_control_C1 +LQ05X006080 Predicted protein 13.17150712 C6_control_C2 +LQ05X006080 Predicted protein 13.1355754 C6_control_C3 +LQ05X006080 Predicted protein 13.46603136 C6_chemical_A1 +LQ05X006080 Predicted protein 12.19896177 C6_chemical_A3 +LQ05X006080 Predicted protein 13.56875615 C6_chemical_B1 +LQ05X006080 Predicted protein 13.57433793 C6_chemical_B2 +LQ05X006080 Predicted protein 13.30099962 C6_chemical_B3 +LQ05X006080 Predicted protein 13.0070988 C6_chemical_C1 +LQ05X006080 Predicted protein 13.14784214 C6_chemical_C2 +LQ05X006080 Predicted protein 13.23084968 C6_chemical_C3 +LQ05X006080 Predicted protein 12.89823056 L4_control_A1 +LQ05X006080 Predicted protein 13.59415729 L4_control_A2 +LQ05X006080 Predicted protein 12.84646059 L4_control_A3 +LQ05X006080 Predicted protein 13.41453197 L4_control_B1 +LQ05X006080 Predicted protein 13.06943557 L4_control_B2 +LQ05X006080 Predicted protein 13.00177385 L4_control_B3 +LQ05X006080 Predicted protein 13.04740466 L4_control_C2 +LQ05X006080 Predicted protein 12.54197792 L4_control_C3 +LQ05X006080 Predicted protein 12.83156208 L4_chemical_A1 +LQ05X006080 Predicted protein 13.6887978 L4_chemical_A2 +LQ05X006080 Predicted protein 12.90450116 L4_chemical_A3 +LQ05X006080 Predicted protein 13.58783426 L4_chemical_B1 +LQ05X006080 Predicted protein 13.44157573 L4_chemical_B2 +LQ05X006080 Predicted protein 13.7955938 L4_chemical_B3 +LQ05X006080 Predicted protein 13.14230988 L4_chemical_C2 +LQ05X006080 Predicted protein 12.57420519 L4_chemical_C3 +LQ05X006090 Putative uncharacterized protein 5.807979477 C6_control_A1 +LQ05X006090 Putative uncharacterized protein 6.216872528 C6_control_A3 +LQ05X006090 Putative uncharacterized protein 5.857018064 C6_control_B1 +LQ05X006090 Putative uncharacterized protein 6.523167386 C6_control_B2 +LQ05X006090 Putative uncharacterized protein 6.331182956 C6_control_B3 +LQ05X006090 Putative uncharacterized protein 5.960752146 C6_control_C1 +LQ05X006090 Putative uncharacterized protein 6.573669003 C6_control_C2 +LQ05X006090 Putative uncharacterized protein 6.097696905 C6_control_C3 +LQ05X006090 Putative uncharacterized protein 5.672696553 C6_chemical_A1 +LQ05X006090 Putative uncharacterized protein 6.315837303 C6_chemical_A3 +LQ05X006090 Putative uncharacterized protein 6.414907177 C6_chemical_B1 +LQ05X006090 Putative uncharacterized protein 6.511772118 C6_chemical_B2 +LQ05X006090 Putative uncharacterized protein 6.056039002 C6_chemical_B3 +LQ05X006090 Putative uncharacterized protein 6.150825624 C6_chemical_C1 +LQ05X006090 Putative uncharacterized protein 6.240827963 C6_chemical_C2 +LQ05X006090 Putative uncharacterized protein 6.147636237 C6_chemical_C3 +LQ05X006090 Putative uncharacterized protein 6.106490162 L4_control_A1 +LQ05X006090 Putative uncharacterized protein 5.813887906 L4_control_A2 +LQ05X006090 Putative uncharacterized protein 6.395055106 L4_control_A3 +LQ05X006090 Putative uncharacterized protein 5.983962561 L4_control_B1 +LQ05X006090 Putative uncharacterized protein 6.104839367 L4_control_B2 +LQ05X006090 Putative uncharacterized protein 6.490821268 L4_control_B3 +LQ05X006090 Putative uncharacterized protein 6.300160017 L4_control_C2 +LQ05X006090 Putative uncharacterized protein 5.786566543 L4_control_C3 +LQ05X006090 Putative uncharacterized protein 6.16344849 L4_chemical_A1 +LQ05X006090 Putative uncharacterized protein 6.100959459 L4_chemical_A2 +LQ05X006090 Putative uncharacterized protein 5.723438394 L4_chemical_A3 +LQ05X006090 Putative uncharacterized protein 6.585454878 L4_chemical_B1 +LQ05X006090 Putative uncharacterized protein 6.628638897 L4_chemical_B2 +LQ05X006090 Putative uncharacterized protein 6.416529862 L4_chemical_B3 +LQ05X006090 Putative uncharacterized protein 5.837549605 L4_chemical_C2 +LQ05X006090 Putative uncharacterized protein 5.902379505 L4_chemical_C3 +LQ05X006100 DNA-binding protein S1FA2 6.647692548 C6_control_A1 +LQ05X006100 DNA-binding protein S1FA2 7.090912512 C6_control_A3 +LQ05X006100 DNA-binding protein S1FA2 7.000030949 C6_control_B1 +LQ05X006100 DNA-binding protein S1FA2 6.276310035 C6_control_B2 +LQ05X006100 DNA-binding protein S1FA2 6.458654667 C6_control_B3 +LQ05X006100 DNA-binding protein S1FA2 6.082956027 C6_control_C1 +LQ05X006100 DNA-binding protein S1FA2 6.74694651 C6_control_C2 +LQ05X006100 DNA-binding protein S1FA2 6.356988673 C6_control_C3 +LQ05X006100 DNA-binding protein S1FA2 6.541295052 C6_chemical_A1 +LQ05X006100 DNA-binding protein S1FA2 5.809255227 C6_chemical_A3 +LQ05X006100 DNA-binding protein S1FA2 6.766066124 C6_chemical_B1 +LQ05X006100 DNA-binding protein S1FA2 6.322049411 C6_chemical_B2 +LQ05X006100 DNA-binding protein S1FA2 6.026508395 C6_chemical_B3 +LQ05X006100 DNA-binding protein S1FA2 6.494664616 C6_chemical_C1 +LQ05X006100 DNA-binding protein S1FA2 6.647478779 C6_chemical_C2 +LQ05X006100 DNA-binding protein S1FA2 5.937087966 C6_chemical_C3 +LQ05X006100 DNA-binding protein S1FA2 6.422593496 L4_control_A1 +LQ05X006100 DNA-binding protein S1FA2 6.128900662 L4_control_A2 +LQ05X006100 DNA-binding protein S1FA2 7.177820665 L4_control_A3 +LQ05X006100 DNA-binding protein S1FA2 5.501811043 L4_control_B1 +LQ05X006100 DNA-binding protein S1FA2 5.620835305 L4_control_B2 +LQ05X006100 DNA-binding protein S1FA2 6.393434211 L4_control_B3 +LQ05X006100 DNA-binding protein S1FA2 5.200289036 L4_control_C2 +LQ05X006100 DNA-binding protein S1FA2 5.814744267 L4_control_C3 +LQ05X006100 DNA-binding protein S1FA2 6.248261489 L4_chemical_A1 +LQ05X006100 DNA-binding protein S1FA2 6.451606284 L4_chemical_A2 +LQ05X006100 DNA-binding protein S1FA2 7.251461451 L4_chemical_A3 +LQ05X006100 DNA-binding protein S1FA2 6.354542804 L4_chemical_B1 +LQ05X006100 DNA-binding protein S1FA2 5.748517974 L4_chemical_B2 +LQ05X006100 DNA-binding protein S1FA2 6.563200599 L4_chemical_B3 +LQ05X006100 DNA-binding protein S1FA2 5.633952616 L4_chemical_C2 +LQ05X006100 DNA-binding protein S1FA2 5.618771537 L4_chemical_C3 +LQ05X006120 Peroxidase 21 5.268154422 C6_control_A1 +LQ05X006120 Peroxidase 21 4.924435009 C6_control_A3 +LQ05X006120 Peroxidase 21 5.590117303 C6_control_B1 +LQ05X006120 Peroxidase 21 5.202912698 C6_control_B2 +LQ05X006120 Peroxidase 21 5.58979234 C6_control_B3 +LQ05X006120 Peroxidase 21 5.051595934 C6_control_C1 +LQ05X006120 Peroxidase 21 4.980835921 C6_control_C2 +LQ05X006120 Peroxidase 21 5.160851248 C6_control_C3 +LQ05X006120 Peroxidase 21 4.931370034 C6_chemical_A1 +LQ05X006120 Peroxidase 21 5.277874021 C6_chemical_A3 +LQ05X006120 Peroxidase 21 5.621367922 C6_chemical_B1 +LQ05X006120 Peroxidase 21 4.960757574 C6_chemical_B2 +LQ05X006120 Peroxidase 21 5.228309226 C6_chemical_B3 +LQ05X006120 Peroxidase 21 4.946673016 C6_chemical_C1 +LQ05X006120 Peroxidase 21 5.040955356 C6_chemical_C2 +LQ05X006120 Peroxidase 21 4.815977818 C6_chemical_C3 +LQ05X006120 Peroxidase 21 5.166753381 L4_control_A1 +LQ05X006120 Peroxidase 21 5.229848291 L4_control_A2 +LQ05X006120 Peroxidase 21 5.660269965 L4_control_A3 +LQ05X006120 Peroxidase 21 5.060432244 L4_control_B1 +LQ05X006120 Peroxidase 21 5.295178175 L4_control_B2 +LQ05X006120 Peroxidase 21 5.151083245 L4_control_B3 +LQ05X006120 Peroxidase 21 5.12442947 L4_control_C2 +LQ05X006120 Peroxidase 21 5.746283122 L4_control_C3 +LQ05X006120 Peroxidase 21 5.18706412 L4_chemical_A1 +LQ05X006120 Peroxidase 21 5.589423164 L4_chemical_A2 +LQ05X006120 Peroxidase 21 5.755424036 L4_chemical_A3 +LQ05X006120 Peroxidase 21 5.362381318 L4_chemical_B1 +LQ05X006120 Peroxidase 21 5.69588863 L4_chemical_B2 +LQ05X006120 Peroxidase 21 5.130545854 L4_chemical_B3 +LQ05X006120 Peroxidase 21 5.450615526 L4_chemical_C2 +LQ05X006120 Peroxidase 21 5.826937411 L4_chemical_C3 +LQ05X006130 Putative uncharacterized protein 9.632369072 C6_control_A1 +LQ05X006130 Putative uncharacterized protein 9.310463934 C6_control_A3 +LQ05X006130 Putative uncharacterized protein 11.60067891 C6_control_B1 +LQ05X006130 Putative uncharacterized protein 11.60226544 C6_control_B2 +LQ05X006130 Putative uncharacterized protein 11.49933128 C6_control_B3 +LQ05X006130 Putative uncharacterized protein 12.19534519 C6_control_C1 +LQ05X006130 Putative uncharacterized protein 12.26627012 C6_control_C2 +LQ05X006130 Putative uncharacterized protein 11.87261159 C6_control_C3 +LQ05X006130 Putative uncharacterized protein 9.431245459 C6_chemical_A1 +LQ05X006130 Putative uncharacterized protein 10.46957825 C6_chemical_A3 +LQ05X006130 Putative uncharacterized protein 12.32743947 C6_chemical_B1 +LQ05X006130 Putative uncharacterized protein 11.59966165 C6_chemical_B2 +LQ05X006130 Putative uncharacterized protein 12.33869605 C6_chemical_B3 +LQ05X006130 Putative uncharacterized protein 12.86195764 C6_chemical_C1 +LQ05X006130 Putative uncharacterized protein 13.20825904 C6_chemical_C2 +LQ05X006130 Putative uncharacterized protein 13.5909039 C6_chemical_C3 +LQ05X006130 Putative uncharacterized protein 8.647737234 L4_control_A1 +LQ05X006130 Putative uncharacterized protein 9.100197254 L4_control_A2 +LQ05X006130 Putative uncharacterized protein 10.73432828 L4_control_A3 +LQ05X006130 Putative uncharacterized protein 11.68208928 L4_control_B1 +LQ05X006130 Putative uncharacterized protein 11.12422312 L4_control_B2 +LQ05X006130 Putative uncharacterized protein 10.98745311 L4_control_B3 +LQ05X006130 Putative uncharacterized protein 12.59985957 L4_control_C2 +LQ05X006130 Putative uncharacterized protein 12.13458045 L4_control_C3 +LQ05X006130 Putative uncharacterized protein 10.38529406 L4_chemical_A1 +LQ05X006130 Putative uncharacterized protein 11.3582967 L4_chemical_A2 +LQ05X006130 Putative uncharacterized protein 11.52359742 L4_chemical_A3 +LQ05X006130 Putative uncharacterized protein 12.5053114 L4_chemical_B1 +LQ05X006130 Putative uncharacterized protein 11.8115928 L4_chemical_B2 +LQ05X006130 Putative uncharacterized protein 10.88443051 L4_chemical_B3 +LQ05X006130 Putative uncharacterized protein 12.59704676 L4_chemical_C2 +LQ05X006130 Putative uncharacterized protein 12.3157535 L4_chemical_C3 +LQ05X006140 Putative MLO-like protein 3 4.786385831 C6_control_A1 +LQ05X006140 Putative MLO-like protein 3 5.004987872 C6_control_A3 +LQ05X006140 Putative MLO-like protein 3 5.051295562 C6_control_B1 +LQ05X006140 Putative MLO-like protein 3 4.939339802 C6_control_B2 +LQ05X006140 Putative MLO-like protein 3 5.073565284 C6_control_B3 +LQ05X006140 Putative MLO-like protein 3 4.898105841 C6_control_C1 +LQ05X006140 Putative MLO-like protein 3 4.926343232 C6_control_C2 +LQ05X006140 Putative MLO-like protein 3 4.850559429 C6_control_C3 +LQ05X006140 Putative MLO-like protein 3 4.967897153 C6_chemical_A1 +LQ05X006140 Putative MLO-like protein 3 5.305250983 C6_chemical_A3 +LQ05X006140 Putative MLO-like protein 3 4.915957062 C6_chemical_B1 +LQ05X006140 Putative MLO-like protein 3 4.823758197 C6_chemical_B2 +LQ05X006140 Putative MLO-like protein 3 5.413956041 C6_chemical_B3 +LQ05X006140 Putative MLO-like protein 3 5.32874692 C6_chemical_C1 +LQ05X006140 Putative MLO-like protein 3 5.1514595 C6_chemical_C2 +LQ05X006140 Putative MLO-like protein 3 5.284692472 C6_chemical_C3 +LQ05X006140 Putative MLO-like protein 3 5.089887775 L4_control_A1 +LQ05X006140 Putative MLO-like protein 3 5.298268675 L4_control_A2 +LQ05X006140 Putative MLO-like protein 3 5.761254786 L4_control_A3 +LQ05X006140 Putative MLO-like protein 3 5.794647041 L4_control_B1 +LQ05X006140 Putative MLO-like protein 3 5.467199768 L4_control_B2 +LQ05X006140 Putative MLO-like protein 3 5.128875163 L4_control_B3 +LQ05X006140 Putative MLO-like protein 3 5.303145487 L4_control_C2 +LQ05X006140 Putative MLO-like protein 3 4.805384328 L4_control_C3 +LQ05X006140 Putative MLO-like protein 3 5.363747686 L4_chemical_A1 +LQ05X006140 Putative MLO-like protein 3 5.317138267 L4_chemical_A2 +LQ05X006140 Putative MLO-like protein 3 5.270705776 L4_chemical_A3 +LQ05X006140 Putative MLO-like protein 3 4.85337372 L4_chemical_B1 +LQ05X006140 Putative MLO-like protein 3 5.517346403 L4_chemical_B2 +LQ05X006140 Putative MLO-like protein 3 5.122919001 L4_chemical_B3 +LQ05X006140 Putative MLO-like protein 3 5.337451905 L4_chemical_C2 +LQ05X006140 Putative MLO-like protein 3 5.191504942 L4_chemical_C3 +LQ05X006151 Ubiquitin 9.784726771 C6_control_A1 +LQ05X006151 Ubiquitin 9.66142613 C6_control_A3 +LQ05X006151 Ubiquitin 9.75689958 C6_control_B1 +LQ05X006151 Ubiquitin 10.02426013 C6_control_B2 +LQ05X006151 Ubiquitin 9.857511065 C6_control_B3 +LQ05X006151 Ubiquitin 9.896629303 C6_control_C1 +LQ05X006151 Ubiquitin 10.23935574 C6_control_C2 +LQ05X006151 Ubiquitin 9.876096304 C6_control_C3 +LQ05X006151 Ubiquitin 9.950411582 C6_chemical_A1 +LQ05X006151 Ubiquitin 9.92472375 C6_chemical_A3 +LQ05X006151 Ubiquitin 9.970104251 C6_chemical_B1 +LQ05X006151 Ubiquitin 9.840718037 C6_chemical_B2 +LQ05X006151 Ubiquitin 9.896326118 C6_chemical_B3 +LQ05X006151 Ubiquitin 9.764787718 C6_chemical_C1 +LQ05X006151 Ubiquitin 9.968794672 C6_chemical_C2 +LQ05X006151 Ubiquitin 10.01563213 C6_chemical_C3 +LQ05X006151 Ubiquitin 9.8177636 L4_control_A1 +LQ05X006151 Ubiquitin 9.64285222 L4_control_A2 +LQ05X006151 Ubiquitin 9.912305592 L4_control_A3 +LQ05X006151 Ubiquitin 9.729956263 L4_control_B1 +LQ05X006151 Ubiquitin 10.11544664 L4_control_B2 +LQ05X006151 Ubiquitin 9.99692888 L4_control_B3 +LQ05X006151 Ubiquitin 9.812009269 L4_control_C2 +LQ05X006151 Ubiquitin 10.15467152 L4_control_C3 +LQ05X006151 Ubiquitin 9.969678917 L4_chemical_A1 +LQ05X006151 Ubiquitin 9.745953936 L4_chemical_A2 +LQ05X006151 Ubiquitin 9.9022236 L4_chemical_A3 +LQ05X006151 Ubiquitin 9.591775703 L4_chemical_B1 +LQ05X006151 Ubiquitin 9.647640396 L4_chemical_B2 +LQ05X006151 Ubiquitin 9.970013086 L4_chemical_B3 +LQ05X006151 Ubiquitin 9.980030913 L4_chemical_C2 +LQ05X006151 Ubiquitin 10.02163577 L4_chemical_C3 +LQ05X006160 Protein binding protein, putative 9.307261669 C6_control_A1 +LQ05X006160 Protein binding protein, putative 7.752729489 C6_control_A3 +LQ05X006160 Protein binding protein, putative 9.928969893 C6_control_B1 +LQ05X006160 Protein binding protein, putative 10.01760118 C6_control_B2 +LQ05X006160 Protein binding protein, putative 9.641096371 C6_control_B3 +LQ05X006160 Protein binding protein, putative 11.0958529 C6_control_C1 +LQ05X006160 Protein binding protein, putative 10.44089641 C6_control_C2 +LQ05X006160 Protein binding protein, putative 11.22971143 C6_control_C3 +LQ05X006160 Protein binding protein, putative 8.951280738 C6_chemical_A1 +LQ05X006160 Protein binding protein, putative 8.483601208 C6_chemical_A3 +LQ05X006160 Protein binding protein, putative 9.747186953 C6_chemical_B1 +LQ05X006160 Protein binding protein, putative 9.735552759 C6_chemical_B2 +LQ05X006160 Protein binding protein, putative 9.597533193 C6_chemical_B3 +LQ05X006160 Protein binding protein, putative 10.77320448 C6_chemical_C1 +LQ05X006160 Protein binding protein, putative 10.22062985 C6_chemical_C2 +LQ05X006160 Protein binding protein, putative 11.11729448 C6_chemical_C3 +LQ05X006160 Protein binding protein, putative 7.400181025 L4_control_A1 +LQ05X006160 Protein binding protein, putative 6.071987955 L4_control_A2 +LQ05X006160 Protein binding protein, putative 5.406603856 L4_control_A3 +LQ05X006160 Protein binding protein, putative 7.523831963 L4_control_B1 +LQ05X006160 Protein binding protein, putative 7.481787688 L4_control_B2 +LQ05X006160 Protein binding protein, putative 7.948627539 L4_control_B3 +LQ05X006160 Protein binding protein, putative 9.543173445 L4_control_C2 +LQ05X006160 Protein binding protein, putative 8.657755925 L4_control_C3 +LQ05X006160 Protein binding protein, putative 8.210311435 L4_chemical_A1 +LQ05X006160 Protein binding protein, putative 6.565135403 L4_chemical_A2 +LQ05X006160 Protein binding protein, putative 6.290836548 L4_chemical_A3 +LQ05X006160 Protein binding protein, putative 8.413177591 L4_chemical_B1 +LQ05X006160 Protein binding protein, putative 7.427447957 L4_chemical_B2 +LQ05X006160 Protein binding protein, putative 7.221614212 L4_chemical_B3 +LQ05X006160 Protein binding protein, putative 6.839304182 L4_chemical_C2 +LQ05X006160 Protein binding protein, putative 8.35587664 L4_chemical_C3 +LQ05X006170 Syntaxin-71 13.43332457 C6_control_A1 +LQ05X006170 Syntaxin-71 13.77324532 C6_control_A3 +LQ05X006170 Syntaxin-71 13.61696037 C6_control_B1 +LQ05X006170 Syntaxin-71 13.16754425 C6_control_B2 +LQ05X006170 Syntaxin-71 13.4517505 C6_control_B3 +LQ05X006170 Syntaxin-71 11.9023899 C6_control_C1 +LQ05X006170 Syntaxin-71 12.23767259 C6_control_C2 +LQ05X006170 Syntaxin-71 11.81876139 C6_control_C3 +LQ05X006170 Syntaxin-71 13.14348193 C6_chemical_A1 +LQ05X006170 Syntaxin-71 13.63936711 C6_chemical_A3 +LQ05X006170 Syntaxin-71 13.41086081 C6_chemical_B1 +LQ05X006170 Syntaxin-71 13.31500254 C6_chemical_B2 +LQ05X006170 Syntaxin-71 13.37119274 C6_chemical_B3 +LQ05X006170 Syntaxin-71 11.88723211 C6_chemical_C1 +LQ05X006170 Syntaxin-71 11.86474215 C6_chemical_C2 +LQ05X006170 Syntaxin-71 11.82163724 C6_chemical_C3 +LQ05X006170 Syntaxin-71 13.35190189 L4_control_A1 +LQ05X006170 Syntaxin-71 13.1517356 L4_control_A2 +LQ05X006170 Syntaxin-71 13.06056768 L4_control_A3 +LQ05X006170 Syntaxin-71 13.38570461 L4_control_B1 +LQ05X006170 Syntaxin-71 13.35003191 L4_control_B2 +LQ05X006170 Syntaxin-71 13.30624805 L4_control_B3 +LQ05X006170 Syntaxin-71 12.21894083 L4_control_C2 +LQ05X006170 Syntaxin-71 12.17000735 L4_control_C3 +LQ05X006170 Syntaxin-71 12.82186983 L4_chemical_A1 +LQ05X006170 Syntaxin-71 12.63920624 L4_chemical_A2 +LQ05X006170 Syntaxin-71 12.96538783 L4_chemical_A3 +LQ05X006170 Syntaxin-71 13.27723029 L4_chemical_B1 +LQ05X006170 Syntaxin-71 13.01455534 L4_chemical_B2 +LQ05X006170 Syntaxin-71 13.47688735 L4_chemical_B3 +LQ05X006170 Syntaxin-71 12.37115685 L4_chemical_C2 +LQ05X006170 Syntaxin-71 12.16506586 L4_chemical_C3 +LQ05X006190 Zinc finger protein JACKDAW 11.99087508 C6_control_A1 +LQ05X006190 Zinc finger protein JACKDAW 12.31031182 C6_control_A3 +LQ05X006190 Zinc finger protein JACKDAW 11.14984068 C6_control_B1 +LQ05X006190 Zinc finger protein JACKDAW 11.15344824 C6_control_B2 +LQ05X006190 Zinc finger protein JACKDAW 11.35663079 C6_control_B3 +LQ05X006190 Zinc finger protein JACKDAW 12.20025373 C6_control_C1 +LQ05X006190 Zinc finger protein JACKDAW 12.73068216 C6_control_C2 +LQ05X006190 Zinc finger protein JACKDAW 12.9862443 C6_control_C3 +LQ05X006190 Zinc finger protein JACKDAW 12.06496453 C6_chemical_A1 +LQ05X006190 Zinc finger protein JACKDAW 12.33385687 C6_chemical_A3 +LQ05X006190 Zinc finger protein JACKDAW 11.22564454 C6_chemical_B1 +LQ05X006190 Zinc finger protein JACKDAW 11.17319116 C6_chemical_B2 +LQ05X006190 Zinc finger protein JACKDAW 11.69257204 C6_chemical_B3 +LQ05X006190 Zinc finger protein JACKDAW 12.41539516 C6_chemical_C1 +LQ05X006190 Zinc finger protein JACKDAW 12.07549724 C6_chemical_C2 +LQ05X006190 Zinc finger protein JACKDAW 12.58134787 C6_chemical_C3 +LQ05X006190 Zinc finger protein JACKDAW 11.95325886 L4_control_A1 +LQ05X006190 Zinc finger protein JACKDAW 11.58861181 L4_control_A2 +LQ05X006190 Zinc finger protein JACKDAW 11.32053577 L4_control_A3 +LQ05X006190 Zinc finger protein JACKDAW 11.3504681 L4_control_B1 +LQ05X006190 Zinc finger protein JACKDAW 10.97774466 L4_control_B2 +LQ05X006190 Zinc finger protein JACKDAW 11.19270655 L4_control_B3 +LQ05X006190 Zinc finger protein JACKDAW 12.18534569 L4_control_C2 +LQ05X006190 Zinc finger protein JACKDAW 12.48645175 L4_control_C3 +LQ05X006190 Zinc finger protein JACKDAW 11.95439242 L4_chemical_A1 +LQ05X006190 Zinc finger protein JACKDAW 11.73201294 L4_chemical_A2 +LQ05X006190 Zinc finger protein JACKDAW 11.56322035 L4_chemical_A3 +LQ05X006190 Zinc finger protein JACKDAW 11.66911991 L4_chemical_B1 +LQ05X006190 Zinc finger protein JACKDAW 11.39343777 L4_chemical_B2 +LQ05X006190 Zinc finger protein JACKDAW 11.42469091 L4_chemical_B3 +LQ05X006190 Zinc finger protein JACKDAW 11.939736 L4_chemical_C2 +LQ05X006190 Zinc finger protein JACKDAW 12.15515511 L4_chemical_C3 +LQ05X006200 Chaperone protein dnaJ, putative 9.986457532 C6_control_A1 +LQ05X006200 Chaperone protein dnaJ, putative 9.648176121 C6_control_A3 +LQ05X006200 Chaperone protein dnaJ, putative 10.11246727 C6_control_B1 +LQ05X006200 Chaperone protein dnaJ, putative 10.75373751 C6_control_B2 +LQ05X006200 Chaperone protein dnaJ, putative 9.476848008 C6_control_B3 +LQ05X006200 Chaperone protein dnaJ, putative 9.832847533 C6_control_C1 +LQ05X006200 Chaperone protein dnaJ, putative 10.07226245 C6_control_C2 +LQ05X006200 Chaperone protein dnaJ, putative 9.092187038 C6_control_C3 +LQ05X006200 Chaperone protein dnaJ, putative 10.8717802 C6_chemical_A1 +LQ05X006200 Chaperone protein dnaJ, putative 9.578500718 C6_chemical_A3 +LQ05X006200 Chaperone protein dnaJ, putative 10.51992284 C6_chemical_B1 +LQ05X006200 Chaperone protein dnaJ, putative 11.56986791 C6_chemical_B2 +LQ05X006200 Chaperone protein dnaJ, putative 8.977630995 C6_chemical_B3 +LQ05X006200 Chaperone protein dnaJ, putative 10.44195515 C6_chemical_C1 +LQ05X006200 Chaperone protein dnaJ, putative 10.30435649 C6_chemical_C2 +LQ05X006200 Chaperone protein dnaJ, putative 9.480577146 C6_chemical_C3 +LQ05X006200 Chaperone protein dnaJ, putative 8.941461876 L4_control_A1 +LQ05X006200 Chaperone protein dnaJ, putative 9.705983745 L4_control_A2 +LQ05X006200 Chaperone protein dnaJ, putative 6.206067807 L4_control_A3 +LQ05X006200 Chaperone protein dnaJ, putative 9.18978364 L4_control_B1 +LQ05X006200 Chaperone protein dnaJ, putative 10.12130584 L4_control_B2 +LQ05X006200 Chaperone protein dnaJ, putative 8.625866073 L4_control_B3 +LQ05X006200 Chaperone protein dnaJ, putative 8.495683158 L4_control_C2 +LQ05X006200 Chaperone protein dnaJ, putative 8.118506454 L4_control_C3 +LQ05X006200 Chaperone protein dnaJ, putative 9.408774571 L4_chemical_A1 +LQ05X006200 Chaperone protein dnaJ, putative 9.17953065 L4_chemical_A2 +LQ05X006200 Chaperone protein dnaJ, putative 6.952821315 L4_chemical_A3 +LQ05X006200 Chaperone protein dnaJ, putative 9.633584881 L4_chemical_B1 +LQ05X006200 Chaperone protein dnaJ, putative 9.656845194 L4_chemical_B2 +LQ05X006200 Chaperone protein dnaJ, putative 8.699048462 L4_chemical_B3 +LQ05X006200 Chaperone protein dnaJ, putative 7.993026644 L4_chemical_C2 +LQ05X006200 Chaperone protein dnaJ, putative 8.235666606 L4_chemical_C3 +LQ05X006220 Predicted protein 9.726396796 C6_control_A1 +LQ05X006220 Predicted protein 9.542846637 C6_control_A3 +LQ05X006220 Predicted protein 9.219100977 C6_control_B1 +LQ05X006220 Predicted protein 9.082429815 C6_control_B2 +LQ05X006220 Predicted protein 9.120223869 C6_control_B3 +LQ05X006220 Predicted protein 9.935200035 C6_control_C1 +LQ05X006220 Predicted protein 9.627895885 C6_control_C2 +LQ05X006220 Predicted protein 9.506095376 C6_control_C3 +LQ05X006220 Predicted protein 9.753156337 C6_chemical_A1 +LQ05X006220 Predicted protein 9.991686057 C6_chemical_A3 +LQ05X006220 Predicted protein 9.785235183 C6_chemical_B1 +LQ05X006220 Predicted protein 9.140500065 C6_chemical_B2 +LQ05X006220 Predicted protein 9.194495973 C6_chemical_B3 +LQ05X006220 Predicted protein 9.912065393 C6_chemical_C1 +LQ05X006220 Predicted protein 10.03914043 C6_chemical_C2 +LQ05X006220 Predicted protein 10.22856896 C6_chemical_C3 +LQ05X006220 Predicted protein 9.837401317 L4_control_A1 +LQ05X006220 Predicted protein 10.33798883 L4_control_A2 +LQ05X006220 Predicted protein 10.25173778 L4_control_A3 +LQ05X006220 Predicted protein 9.37818609 L4_control_B1 +LQ05X006220 Predicted protein 9.895064941 L4_control_B2 +LQ05X006220 Predicted protein 9.855779431 L4_control_B3 +LQ05X006220 Predicted protein 10.79187302 L4_control_C2 +LQ05X006220 Predicted protein 11.13839829 L4_control_C3 +LQ05X006220 Predicted protein 9.570047092 L4_chemical_A1 +LQ05X006220 Predicted protein 10.06648203 L4_chemical_A2 +LQ05X006220 Predicted protein 9.663105018 L4_chemical_A3 +LQ05X006220 Predicted protein 9.389208633 L4_chemical_B1 +LQ05X006220 Predicted protein 9.918778793 L4_chemical_B2 +LQ05X006220 Predicted protein 9.581917382 L4_chemical_B3 +LQ05X006220 Predicted protein 10.93886484 L4_chemical_C2 +LQ05X006220 Predicted protein 11.04029887 L4_chemical_C3 +LQ05X006230 Protein binding protein, putative 10.91138511 C6_control_A1 +LQ05X006230 Protein binding protein, putative 9.954934701 C6_control_A3 +LQ05X006230 Protein binding protein, putative 10.92265972 C6_control_B1 +LQ05X006230 Protein binding protein, putative 10.60813652 C6_control_B2 +LQ05X006230 Protein binding protein, putative 10.65795522 C6_control_B3 +LQ05X006230 Protein binding protein, putative 11.01009166 C6_control_C1 +LQ05X006230 Protein binding protein, putative 10.66099755 C6_control_C2 +LQ05X006230 Protein binding protein, putative 11.2415 C6_control_C3 +LQ05X006230 Protein binding protein, putative 10.43571645 C6_chemical_A1 +LQ05X006230 Protein binding protein, putative 10.20127301 C6_chemical_A3 +LQ05X006230 Protein binding protein, putative 10.99755105 C6_chemical_B1 +LQ05X006230 Protein binding protein, putative 10.71639335 C6_chemical_B2 +LQ05X006230 Protein binding protein, putative 10.81593942 C6_chemical_B3 +LQ05X006230 Protein binding protein, putative 10.80521797 C6_chemical_C1 +LQ05X006230 Protein binding protein, putative 10.85141373 C6_chemical_C2 +LQ05X006230 Protein binding protein, putative 11.13332974 C6_chemical_C3 +LQ05X006230 Protein binding protein, putative 10.08715071 L4_control_A1 +LQ05X006230 Protein binding protein, putative 10.54511652 L4_control_A2 +LQ05X006230 Protein binding protein, putative 10.46571561 L4_control_A3 +LQ05X006230 Protein binding protein, putative 11.07754097 L4_control_B1 +LQ05X006230 Protein binding protein, putative 10.4727188 L4_control_B2 +LQ05X006230 Protein binding protein, putative 10.75268931 L4_control_B3 +LQ05X006230 Protein binding protein, putative 10.85723865 L4_control_C2 +LQ05X006230 Protein binding protein, putative 10.26333532 L4_control_C3 +LQ05X006230 Protein binding protein, putative 10.979177 L4_chemical_A1 +LQ05X006230 Protein binding protein, putative 10.96752212 L4_chemical_A2 +LQ05X006230 Protein binding protein, putative 10.25787602 L4_chemical_A3 +LQ05X006230 Protein binding protein, putative 10.81556386 L4_chemical_B1 +LQ05X006230 Protein binding protein, putative 10.72721304 L4_chemical_B2 +LQ05X006230 Protein binding protein, putative 10.65067401 L4_chemical_B3 +LQ05X006230 Protein binding protein, putative 11.18004647 L4_chemical_C2 +LQ05X006230 Protein binding protein, putative 10.67310807 L4_chemical_C3 +LQ05X006240 Putative uncharacterized protein 12.93751782 C6_control_A1 +LQ05X006240 Putative uncharacterized protein 12.70214726 C6_control_A3 +LQ05X006240 Putative uncharacterized protein 13.39665174 C6_control_B1 +LQ05X006240 Putative uncharacterized protein 13.01053916 C6_control_B2 +LQ05X006240 Putative uncharacterized protein 13.18476193 C6_control_B3 +LQ05X006240 Putative uncharacterized protein 11.21305674 C6_control_C1 +LQ05X006240 Putative uncharacterized protein 11.37901676 C6_control_C2 +LQ05X006240 Putative uncharacterized protein 11.50772922 C6_control_C3 +LQ05X006240 Putative uncharacterized protein 12.74858591 C6_chemical_A1 +LQ05X006240 Putative uncharacterized protein 13.17090234 C6_chemical_A3 +LQ05X006240 Putative uncharacterized protein 13.19298851 C6_chemical_B1 +LQ05X006240 Putative uncharacterized protein 12.97928428 C6_chemical_B2 +LQ05X006240 Putative uncharacterized protein 13.16745122 C6_chemical_B3 +LQ05X006240 Putative uncharacterized protein 11.16983329 C6_chemical_C1 +LQ05X006240 Putative uncharacterized protein 11.28860154 C6_chemical_C2 +LQ05X006240 Putative uncharacterized protein 11.57782951 C6_chemical_C3 +LQ05X006240 Putative uncharacterized protein 12.42377108 L4_control_A1 +LQ05X006240 Putative uncharacterized protein 12.55010537 L4_control_A2 +LQ05X006240 Putative uncharacterized protein 12.3030779 L4_control_A3 +LQ05X006240 Putative uncharacterized protein 12.52637121 L4_control_B1 +LQ05X006240 Putative uncharacterized protein 12.62830212 L4_control_B2 +LQ05X006240 Putative uncharacterized protein 11.69648829 L4_control_B3 +LQ05X006240 Putative uncharacterized protein 10.79223658 L4_control_C2 +LQ05X006240 Putative uncharacterized protein 11.24225658 L4_control_C3 +LQ05X006240 Putative uncharacterized protein 12.23051078 L4_chemical_A1 +LQ05X006240 Putative uncharacterized protein 12.29971352 L4_chemical_A2 +LQ05X006240 Putative uncharacterized protein 12.29543054 L4_chemical_A3 +LQ05X006240 Putative uncharacterized protein 12.38705096 L4_chemical_B1 +LQ05X006240 Putative uncharacterized protein 12.37263965 L4_chemical_B2 +LQ05X006240 Putative uncharacterized protein 12.79953112 L4_chemical_B3 +LQ05X006240 Putative uncharacterized protein 11.01043077 L4_chemical_C2 +LQ05X006240 Putative uncharacterized protein 11.20830121 L4_chemical_C3 +LQ05X006250 Predicted protein 5.507880775 C6_control_A1 +LQ05X006250 Predicted protein 5.899902338 C6_control_A3 +LQ05X006250 Predicted protein 5.261886167 C6_control_B1 +LQ05X006250 Predicted protein 5.719073973 C6_control_B2 +LQ05X006250 Predicted protein 5.615316327 C6_control_B3 +LQ05X006250 Predicted protein 5.665120033 C6_control_C1 +LQ05X006250 Predicted protein 6.238559246 C6_control_C2 +LQ05X006250 Predicted protein 5.396740521 C6_control_C3 +LQ05X006250 Predicted protein 6.038645382 C6_chemical_A1 +LQ05X006250 Predicted protein 5.261498611 C6_chemical_A3 +LQ05X006250 Predicted protein 5.253794567 C6_chemical_B1 +LQ05X006250 Predicted protein 5.667616873 C6_chemical_B2 +LQ05X006250 Predicted protein 5.529016711 C6_chemical_B3 +LQ05X006250 Predicted protein 5.508041222 C6_chemical_C1 +LQ05X006250 Predicted protein 5.795059735 C6_chemical_C2 +LQ05X006250 Predicted protein 5.342306809 C6_chemical_C3 +LQ05X006250 Predicted protein 5.705115611 L4_control_A1 +LQ05X006250 Predicted protein 5.577182304 L4_control_A2 +LQ05X006250 Predicted protein 5.38679325 L4_control_A3 +LQ05X006250 Predicted protein 5.52027083 L4_control_B1 +LQ05X006250 Predicted protein 5.823323313 L4_control_B2 +LQ05X006250 Predicted protein 5.755096659 L4_control_B3 +LQ05X006250 Predicted protein 5.570616669 L4_control_C2 +LQ05X006250 Predicted protein 5.876725538 L4_control_C3 +LQ05X006250 Predicted protein 5.400081055 L4_chemical_A1 +LQ05X006250 Predicted protein 5.611510327 L4_chemical_A2 +LQ05X006250 Predicted protein 5.823916906 L4_chemical_A3 +LQ05X006250 Predicted protein 5.583286967 L4_chemical_B1 +LQ05X006250 Predicted protein 5.312483973 L4_chemical_B2 +LQ05X006250 Predicted protein 5.58682427 L4_chemical_B3 +LQ05X006250 Predicted protein 5.092410028 L4_chemical_C2 +LQ05X006250 Predicted protein 5.275876583 L4_chemical_C3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.548936019 C6_control_A1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.226663875 C6_control_A3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 7.672082371 C6_control_B1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 7.980135745 C6_control_B2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.055087389 C6_control_B3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.841321647 C6_control_C1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.572676765 C6_control_C2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.621997727 C6_control_C3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.169781013 C6_chemical_A1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.645593077 C6_chemical_A3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 7.302960323 C6_chemical_B1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 7.808799663 C6_chemical_B2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 7.7548863 C6_chemical_B3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.576355115 C6_chemical_C1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.392947755 C6_chemical_C2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.863393773 C6_chemical_C3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.405022081 L4_control_A1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.409323759 L4_control_A2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 9.141904819 L4_control_A3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.628778394 L4_control_B1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.455145893 L4_control_B2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.983463394 L4_control_B3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 9.440191557 L4_control_C2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.894432692 L4_control_C3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.643770692 L4_chemical_A1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.430543969 L4_chemical_A2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.924419332 L4_chemical_A3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.769059117 L4_chemical_B1 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 7.432385503 L4_chemical_B2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.366750247 L4_chemical_B3 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 9.039109802 L4_chemical_C2 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 9.008078022 L4_chemical_C3 +LQ05X006291 Hypothetical protein 5.283874369 C6_control_A1 +LQ05X006291 Hypothetical protein 5.141628853 C6_control_A3 +LQ05X006291 Hypothetical protein 5.145246665 C6_control_B1 +LQ05X006291 Hypothetical protein 5.04801729 C6_control_B2 +LQ05X006291 Hypothetical protein 5.355483817 C6_control_B3 +LQ05X006291 Hypothetical protein 5.397401852 C6_control_C1 +LQ05X006291 Hypothetical protein 4.972712772 C6_control_C2 +LQ05X006291 Hypothetical protein 4.999180355 C6_control_C3 +LQ05X006291 Hypothetical protein 5.119723611 C6_chemical_A1 +LQ05X006291 Hypothetical protein 4.928510059 C6_chemical_A3 +LQ05X006291 Hypothetical protein 5.455628717 C6_chemical_B1 +LQ05X006291 Hypothetical protein 5.176852354 C6_chemical_B2 +LQ05X006291 Hypothetical protein 5.263939229 C6_chemical_B3 +LQ05X006291 Hypothetical protein 5.229328358 C6_chemical_C1 +LQ05X006291 Hypothetical protein 4.963401586 C6_chemical_C2 +LQ05X006291 Hypothetical protein 5.316592497 C6_chemical_C3 +LQ05X006291 Hypothetical protein 5.197622335 L4_control_A1 +LQ05X006291 Hypothetical protein 5.369494617 L4_control_A2 +LQ05X006291 Hypothetical protein 5.238746966 L4_control_A3 +LQ05X006291 Hypothetical protein 5.542939946 L4_control_B1 +LQ05X006291 Hypothetical protein 5.168418862 L4_control_B2 +LQ05X006291 Hypothetical protein 5.444270121 L4_control_B3 +LQ05X006291 Hypothetical protein 5.300712788 L4_control_C2 +LQ05X006291 Hypothetical protein 5.32010031 L4_control_C3 +LQ05X006291 Hypothetical protein 4.889881426 L4_chemical_A1 +LQ05X006291 Hypothetical protein 5.286914307 L4_chemical_A2 +LQ05X006291 Hypothetical protein 5.056499508 L4_chemical_A3 +LQ05X006291 Hypothetical protein 4.873259824 L4_chemical_B1 +LQ05X006291 Hypothetical protein 4.942788635 L4_chemical_B2 +LQ05X006291 Hypothetical protein 5.079115494 L4_chemical_B3 +LQ05X006291 Hypothetical protein 5.640024284 L4_chemical_C2 +LQ05X006291 Hypothetical protein 5.495539123 L4_chemical_C3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.17298408 C6_control_A1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.330102496 C6_control_A3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.344479642 C6_control_B1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.11281797 C6_control_B2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.469451856 C6_control_B3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.250157521 C6_control_C1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.574712166 C6_control_C2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.118782505 C6_control_C3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.76439003 C6_chemical_A1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.595793594 C6_chemical_A3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.491692673 C6_chemical_B1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.26704101 C6_chemical_B2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.428391363 C6_chemical_B3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.358301724 C6_chemical_C1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.361100884 C6_chemical_C2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.267220609 C6_chemical_C3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.244477013 L4_control_A1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.483653687 L4_control_A2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 4.876643609 L4_control_A3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.710651566 L4_control_B1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.387824694 L4_control_B2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.632423452 L4_control_B3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 4.736289958 L4_control_C2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.485854191 L4_control_C3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.384151598 L4_chemical_A1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.48980007 L4_chemical_A2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.053125341 L4_chemical_A3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.607387011 L4_chemical_B1 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.428010289 L4_chemical_B2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.51680283 L4_chemical_B3 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.726443902 L4_chemical_C2 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.995731272 L4_chemical_C3 +LQ05X006360 V-type proton ATPase subunit G 5.289443288 C6_control_A1 +LQ05X006360 V-type proton ATPase subunit G 5.799221193 C6_control_A3 +LQ05X006360 V-type proton ATPase subunit G 5.128881276 C6_control_B1 +LQ05X006360 V-type proton ATPase subunit G 5.479858766 C6_control_B2 +LQ05X006360 V-type proton ATPase subunit G 5.378117504 C6_control_B3 +LQ05X006360 V-type proton ATPase subunit G 5.408686032 C6_control_C1 +LQ05X006360 V-type proton ATPase subunit G 6.280332513 C6_control_C2 +LQ05X006360 V-type proton ATPase subunit G 5.582725348 C6_control_C3 +LQ05X006360 V-type proton ATPase subunit G 5.584141524 C6_chemical_A1 +LQ05X006360 V-type proton ATPase subunit G 5.045188973 C6_chemical_A3 +LQ05X006360 V-type proton ATPase subunit G 5.608239926 C6_chemical_B1 +LQ05X006360 V-type proton ATPase subunit G 5.683272335 C6_chemical_B2 +LQ05X006360 V-type proton ATPase subunit G 5.490319746 C6_chemical_B3 +LQ05X006360 V-type proton ATPase subunit G 5.875816323 C6_chemical_C1 +LQ05X006360 V-type proton ATPase subunit G 5.813929359 C6_chemical_C2 +LQ05X006360 V-type proton ATPase subunit G 5.773273808 C6_chemical_C3 +LQ05X006360 V-type proton ATPase subunit G 5.415117948 L4_control_A1 +LQ05X006360 V-type proton ATPase subunit G 5.869402043 L4_control_A2 +LQ05X006360 V-type proton ATPase subunit G 6.173642909 L4_control_A3 +LQ05X006360 V-type proton ATPase subunit G 6.257261306 L4_control_B1 +LQ05X006360 V-type proton ATPase subunit G 6.094691524 L4_control_B2 +LQ05X006360 V-type proton ATPase subunit G 5.49155667 L4_control_B3 +LQ05X006360 V-type proton ATPase subunit G 5.788424946 L4_control_C2 +LQ05X006360 V-type proton ATPase subunit G 5.732333516 L4_control_C3 +LQ05X006360 V-type proton ATPase subunit G 5.822760984 L4_chemical_A1 +LQ05X006360 V-type proton ATPase subunit G 5.881605799 L4_chemical_A2 +LQ05X006360 V-type proton ATPase subunit G 5.794144481 L4_chemical_A3 +LQ05X006360 V-type proton ATPase subunit G 5.599944484 L4_chemical_B1 +LQ05X006360 V-type proton ATPase subunit G 5.165978315 L4_chemical_B2 +LQ05X006360 V-type proton ATPase subunit G 5.731163545 L4_chemical_B3 +LQ05X006360 V-type proton ATPase subunit G 5.897090611 L4_chemical_C2 +LQ05X006360 V-type proton ATPase subunit G 5.89899582 L4_chemical_C3 +LQ05X006370 Hypothetical protein 6.970627024 C6_control_A1 +LQ05X006370 Hypothetical protein 7.278794657 C6_control_A3 +LQ05X006370 Hypothetical protein 6.875115734 C6_control_B1 +LQ05X006370 Hypothetical protein 6.096192901 C6_control_B2 +LQ05X006370 Hypothetical protein 6.633970623 C6_control_B3 +LQ05X006370 Hypothetical protein 5.809181675 C6_control_C1 +LQ05X006370 Hypothetical protein 5.507943428 C6_control_C2 +LQ05X006370 Hypothetical protein 5.917116033 C6_control_C3 +LQ05X006370 Hypothetical protein 6.725440782 C6_chemical_A1 +LQ05X006370 Hypothetical protein 6.312080273 C6_chemical_A3 +LQ05X006370 Hypothetical protein 6.649310131 C6_chemical_B1 +LQ05X006370 Hypothetical protein 6.169989836 C6_chemical_B2 +LQ05X006370 Hypothetical protein 6.833686332 C6_chemical_B3 +LQ05X006370 Hypothetical protein 5.778386403 C6_chemical_C1 +LQ05X006370 Hypothetical protein 5.882640847 C6_chemical_C2 +LQ05X006370 Hypothetical protein 5.819082649 C6_chemical_C3 +LQ05X006370 Hypothetical protein 6.440609144 L4_control_A1 +LQ05X006370 Hypothetical protein 6.621191013 L4_control_A2 +LQ05X006370 Hypothetical protein 6.798490777 L4_control_A3 +LQ05X006370 Hypothetical protein 5.604913931 L4_control_B1 +LQ05X006370 Hypothetical protein 7.120714168 L4_control_B2 +LQ05X006370 Hypothetical protein 6.349797267 L4_control_B3 +LQ05X006370 Hypothetical protein 6.316611893 L4_control_C2 +LQ05X006370 Hypothetical protein 6.390068755 L4_control_C3 +LQ05X006370 Hypothetical protein 6.376404736 L4_chemical_A1 +LQ05X006370 Hypothetical protein 6.414003533 L4_chemical_A2 +LQ05X006370 Hypothetical protein 5.87917041 L4_chemical_A3 +LQ05X006370 Hypothetical protein 6.618985386 L4_chemical_B1 +LQ05X006370 Hypothetical protein 7.049936418 L4_chemical_B2 +LQ05X006370 Hypothetical protein 6.951274467 L4_chemical_B3 +LQ05X006370 Hypothetical protein 5.910284944 L4_chemical_C2 +LQ05X006370 Hypothetical protein 6.09827396 L4_chemical_C3 +LQ05X006380 Aquaporin PIP2-2 12.99996894 C6_control_A1 +LQ05X006380 Aquaporin PIP2-2 13.16965261 C6_control_A3 +LQ05X006380 Aquaporin PIP2-2 13.22950346 C6_control_B1 +LQ05X006380 Aquaporin PIP2-2 12.48681328 C6_control_B2 +LQ05X006380 Aquaporin PIP2-2 12.39952452 C6_control_B3 +LQ05X006380 Aquaporin PIP2-2 12.03552694 C6_control_C1 +LQ05X006380 Aquaporin PIP2-2 11.38729492 C6_control_C2 +LQ05X006380 Aquaporin PIP2-2 10.79493469 C6_control_C3 +LQ05X006380 Aquaporin PIP2-2 13.89200783 C6_chemical_A1 +LQ05X006380 Aquaporin PIP2-2 14.15463475 C6_chemical_A3 +LQ05X006380 Aquaporin PIP2-2 13.98545313 C6_chemical_B1 +LQ05X006380 Aquaporin PIP2-2 13.09358059 C6_chemical_B2 +LQ05X006380 Aquaporin PIP2-2 12.70920306 C6_chemical_B3 +LQ05X006380 Aquaporin PIP2-2 12.32281897 C6_chemical_C1 +LQ05X006380 Aquaporin PIP2-2 11.51730953 C6_chemical_C2 +LQ05X006380 Aquaporin PIP2-2 11.11743801 C6_chemical_C3 +LQ05X006380 Aquaporin PIP2-2 13.7277112 L4_control_A1 +LQ05X006380 Aquaporin PIP2-2 12.56836212 L4_control_A2 +LQ05X006380 Aquaporin PIP2-2 11.64092813 L4_control_A3 +LQ05X006380 Aquaporin PIP2-2 13.14370358 L4_control_B1 +LQ05X006380 Aquaporin PIP2-2 12.65442877 L4_control_B2 +LQ05X006380 Aquaporin PIP2-2 11.74358297 L4_control_B3 +LQ05X006380 Aquaporin PIP2-2 11.74075438 L4_control_C2 +LQ05X006380 Aquaporin PIP2-2 10.77442395 L4_control_C3 +LQ05X006380 Aquaporin PIP2-2 15.04785988 L4_chemical_A1 +LQ05X006380 Aquaporin PIP2-2 13.76859906 L4_chemical_A2 +LQ05X006380 Aquaporin PIP2-2 12.94654148 L4_chemical_A3 +LQ05X006380 Aquaporin PIP2-2 14.02806236 L4_chemical_B1 +LQ05X006380 Aquaporin PIP2-2 13.28061059 L4_chemical_B2 +LQ05X006380 Aquaporin PIP2-2 13.2070913 L4_chemical_B3 +LQ05X006380 Aquaporin PIP2-2 12.42849126 L4_chemical_C2 +LQ05X006380 Aquaporin PIP2-2 11.06023719 L4_chemical_C3 +LQ05X006410 60S ribosomal protein L12-3 12.34139587 C6_control_A1 +LQ05X006410 60S ribosomal protein L12-3 13.08184738 C6_control_A3 +LQ05X006410 60S ribosomal protein L12-3 12.25415242 C6_control_B1 +LQ05X006410 60S ribosomal protein L12-3 13.24528834 C6_control_B2 +LQ05X006410 60S ribosomal protein L12-3 11.91773195 C6_control_B3 +LQ05X006410 60S ribosomal protein L12-3 12.59787486 C6_control_C1 +LQ05X006410 60S ribosomal protein L12-3 13.11432258 C6_control_C2 +LQ05X006410 60S ribosomal protein L12-3 13.06812367 C6_control_C3 +LQ05X006410 60S ribosomal protein L12-3 11.93822997 C6_chemical_A1 +LQ05X006410 60S ribosomal protein L12-3 12.1199053 C6_chemical_A3 +LQ05X006410 60S ribosomal protein L12-3 11.78917318 C6_chemical_B1 +LQ05X006410 60S ribosomal protein L12-3 13.41656795 C6_chemical_B2 +LQ05X006410 60S ribosomal protein L12-3 11.79720886 C6_chemical_B3 +LQ05X006410 60S ribosomal protein L12-3 12.84598244 C6_chemical_C1 +LQ05X006410 60S ribosomal protein L12-3 13.13192569 C6_chemical_C2 +LQ05X006410 60S ribosomal protein L12-3 13.35552655 C6_chemical_C3 +LQ05X006410 60S ribosomal protein L12-3 12.67479718 L4_control_A1 +LQ05X006410 60S ribosomal protein L12-3 12.81934048 L4_control_A2 +LQ05X006410 60S ribosomal protein L12-3 11.9291794 L4_control_A3 +LQ05X006410 60S ribosomal protein L12-3 12.71643589 L4_control_B1 +LQ05X006410 60S ribosomal protein L12-3 11.14868467 L4_control_B2 +LQ05X006410 60S ribosomal protein L12-3 13.1453686 L4_control_B3 +LQ05X006410 60S ribosomal protein L12-3 11.45378035 L4_control_C2 +LQ05X006410 60S ribosomal protein L12-3 11.69053142 L4_control_C3 +LQ05X006410 60S ribosomal protein L12-3 12.85093607 L4_chemical_A1 +LQ05X006410 60S ribosomal protein L12-3 12.33823729 L4_chemical_A2 +LQ05X006410 60S ribosomal protein L12-3 12.21344183 L4_chemical_A3 +LQ05X006410 60S ribosomal protein L12-3 11.83120182 L4_chemical_B1 +LQ05X006410 60S ribosomal protein L12-3 12.19783612 L4_chemical_B2 +LQ05X006410 60S ribosomal protein L12-3 13.09863166 L4_chemical_B3 +LQ05X006410 60S ribosomal protein L12-3 11.72244858 L4_chemical_C2 +LQ05X006410 60S ribosomal protein L12-3 11.89540734 L4_chemical_C3 +LQ05X006420 Predicted protein 8.514794912 C6_control_A1 +LQ05X006420 Predicted protein 9.299184037 C6_control_A3 +LQ05X006420 Predicted protein 9.658029702 C6_control_B1 +LQ05X006420 Predicted protein 11.36304314 C6_control_B2 +LQ05X006420 Predicted protein 10.09072176 C6_control_B3 +LQ05X006420 Predicted protein 9.394921089 C6_control_C1 +LQ05X006420 Predicted protein 10.69869283 C6_control_C2 +LQ05X006420 Predicted protein 10.54900072 C6_control_C3 +LQ05X006420 Predicted protein 8.141975508 C6_chemical_A1 +LQ05X006420 Predicted protein 9.50435217 C6_chemical_A3 +LQ05X006420 Predicted protein 9.408660836 C6_chemical_B1 +LQ05X006420 Predicted protein 11.41959058 C6_chemical_B2 +LQ05X006420 Predicted protein 10.35222917 C6_chemical_B3 +LQ05X006420 Predicted protein 9.757222664 C6_chemical_C1 +LQ05X006420 Predicted protein 10.69182803 C6_chemical_C2 +LQ05X006420 Predicted protein 10.80850996 C6_chemical_C3 +LQ05X006420 Predicted protein 8.60015132 L4_control_A1 +LQ05X006420 Predicted protein 9.22889402 L4_control_A2 +LQ05X006420 Predicted protein 10.41511835 L4_control_A3 +LQ05X006420 Predicted protein 10.85370162 L4_control_B1 +LQ05X006420 Predicted protein 10.85365602 L4_control_B2 +LQ05X006420 Predicted protein 10.74128716 L4_control_B3 +LQ05X006420 Predicted protein 10.28083998 L4_control_C2 +LQ05X006420 Predicted protein 9.960196317 L4_control_C3 +LQ05X006420 Predicted protein 11.30892973 L4_chemical_A1 +LQ05X006420 Predicted protein 12.02057296 L4_chemical_A2 +LQ05X006420 Predicted protein 10.44184987 L4_chemical_A3 +LQ05X006420 Predicted protein 10.71427553 L4_chemical_B1 +LQ05X006420 Predicted protein 11.3519808 L4_chemical_B2 +LQ05X006420 Predicted protein 10.7626908 L4_chemical_B3 +LQ05X006420 Predicted protein 11.14114154 L4_chemical_C2 +LQ05X006420 Predicted protein 10.0681504 L4_chemical_C3 +LQ05X006430 Putative uncharacterized protein 11.55900296 C6_control_A1 +LQ05X006430 Putative uncharacterized protein 11.83338201 C6_control_A3 +LQ05X006430 Putative uncharacterized protein 12.84550909 C6_control_B1 +LQ05X006430 Putative uncharacterized protein 12.09983418 C6_control_B2 +LQ05X006430 Putative uncharacterized protein 12.91174365 C6_control_B3 +LQ05X006430 Putative uncharacterized protein 11.09823894 C6_control_C1 +LQ05X006430 Putative uncharacterized protein 11.57312699 C6_control_C2 +LQ05X006430 Putative uncharacterized protein 11.69939001 C6_control_C3 +LQ05X006430 Putative uncharacterized protein 11.39256964 C6_chemical_A1 +LQ05X006430 Putative uncharacterized protein 11.44098718 C6_chemical_A3 +LQ05X006430 Putative uncharacterized protein 12.80234148 C6_chemical_B1 +LQ05X006430 Putative uncharacterized protein 12.11163217 C6_chemical_B2 +LQ05X006430 Putative uncharacterized protein 12.43574409 C6_chemical_B3 +LQ05X006430 Putative uncharacterized protein 11.08046079 C6_chemical_C1 +LQ05X006430 Putative uncharacterized protein 11.19356802 C6_chemical_C2 +LQ05X006430 Putative uncharacterized protein 11.32342962 C6_chemical_C3 +LQ05X006430 Putative uncharacterized protein 10.81721137 L4_control_A1 +LQ05X006430 Putative uncharacterized protein 10.86364245 L4_control_A2 +LQ05X006430 Putative uncharacterized protein 10.59618486 L4_control_A3 +LQ05X006430 Putative uncharacterized protein 11.4005162 L4_control_B1 +LQ05X006430 Putative uncharacterized protein 11.50413434 L4_control_B2 +LQ05X006430 Putative uncharacterized protein 11.35566056 L4_control_B3 +LQ05X006430 Putative uncharacterized protein 11.31384854 L4_control_C2 +LQ05X006430 Putative uncharacterized protein 10.55420149 L4_control_C3 +LQ05X006430 Putative uncharacterized protein 10.7479605 L4_chemical_A1 +LQ05X006430 Putative uncharacterized protein 10.81745852 L4_chemical_A2 +LQ05X006430 Putative uncharacterized protein 10.54992266 L4_chemical_A3 +LQ05X006430 Putative uncharacterized protein 11.80680235 L4_chemical_B1 +LQ05X006430 Putative uncharacterized protein 11.77538981 L4_chemical_B2 +LQ05X006430 Putative uncharacterized protein 11.29420914 L4_chemical_B3 +LQ05X006430 Putative uncharacterized protein 11.33107893 L4_chemical_C2 +LQ05X006430 Putative uncharacterized protein 10.73735072 L4_chemical_C3 +LQ05X006440 UPF0497 membrane protein At2g37200 9.502399014 C6_control_A1 +LQ05X006440 UPF0497 membrane protein At2g37200 8.730574013 C6_control_A3 +LQ05X006440 UPF0497 membrane protein At2g37200 8.987140378 C6_control_B1 +LQ05X006440 UPF0497 membrane protein At2g37200 8.336772957 C6_control_B2 +LQ05X006440 UPF0497 membrane protein At2g37200 8.257194149 C6_control_B3 +LQ05X006440 UPF0497 membrane protein At2g37200 9.552795389 C6_control_C1 +LQ05X006440 UPF0497 membrane protein At2g37200 8.244302571 C6_control_C2 +LQ05X006440 UPF0497 membrane protein At2g37200 8.823292773 C6_control_C3 +LQ05X006440 UPF0497 membrane protein At2g37200 9.267021316 C6_chemical_A1 +LQ05X006440 UPF0497 membrane protein At2g37200 9.411793296 C6_chemical_A3 +LQ05X006440 UPF0497 membrane protein At2g37200 8.14099482 C6_chemical_B1 +LQ05X006440 UPF0497 membrane protein At2g37200 8.209254865 C6_chemical_B2 +LQ05X006440 UPF0497 membrane protein At2g37200 8.14256148 C6_chemical_B3 +LQ05X006440 UPF0497 membrane protein At2g37200 9.285490284 C6_chemical_C1 +LQ05X006440 UPF0497 membrane protein At2g37200 8.919662274 C6_chemical_C2 +LQ05X006440 UPF0497 membrane protein At2g37200 8.927586785 C6_chemical_C3 +LQ05X006440 UPF0497 membrane protein At2g37200 9.78948823 L4_control_A1 +LQ05X006440 UPF0497 membrane protein At2g37200 9.36452892 L4_control_A2 +LQ05X006440 UPF0497 membrane protein At2g37200 10.1190795 L4_control_A3 +LQ05X006440 UPF0497 membrane protein At2g37200 8.632361041 L4_control_B1 +LQ05X006440 UPF0497 membrane protein At2g37200 8.717089533 L4_control_B2 +LQ05X006440 UPF0497 membrane protein At2g37200 7.737173423 L4_control_B3 +LQ05X006440 UPF0497 membrane protein At2g37200 9.68708683 L4_control_C2 +LQ05X006440 UPF0497 membrane protein At2g37200 8.720901271 L4_control_C3 +LQ05X006440 UPF0497 membrane protein At2g37200 9.472840476 L4_chemical_A1 +LQ05X006440 UPF0497 membrane protein At2g37200 9.548217863 L4_chemical_A2 +LQ05X006440 UPF0497 membrane protein At2g37200 9.851706367 L4_chemical_A3 +LQ05X006440 UPF0497 membrane protein At2g37200 9.543828414 L4_chemical_B1 +LQ05X006440 UPF0497 membrane protein At2g37200 9.663139666 L4_chemical_B2 +LQ05X006440 UPF0497 membrane protein At2g37200 8.159486999 L4_chemical_B3 +LQ05X006440 UPF0497 membrane protein At2g37200 10.19400293 L4_chemical_C2 +LQ05X006440 UPF0497 membrane protein At2g37200 8.6856304 L4_chemical_C3 +LQ05X006450 Auxin response factor 18 5.715531158 C6_control_A1 +LQ05X006450 Auxin response factor 18 5.098340961 C6_control_A3 +LQ05X006450 Auxin response factor 18 4.94843914 C6_control_B1 +LQ05X006450 Auxin response factor 18 5.37809863 C6_control_B2 +LQ05X006450 Auxin response factor 18 5.052727583 C6_control_B3 +LQ05X006450 Auxin response factor 18 5.287999853 C6_control_C1 +LQ05X006450 Auxin response factor 18 4.912967253 C6_control_C2 +LQ05X006450 Auxin response factor 18 5.458208788 C6_control_C3 +LQ05X006450 Auxin response factor 18 5.843197043 C6_chemical_A1 +LQ05X006450 Auxin response factor 18 5.103248375 C6_chemical_A3 +LQ05X006450 Auxin response factor 18 5.628760735 C6_chemical_B1 +LQ05X006450 Auxin response factor 18 5.203638495 C6_chemical_B2 +LQ05X006450 Auxin response factor 18 5.874022838 C6_chemical_B3 +LQ05X006450 Auxin response factor 18 5.417759579 C6_chemical_C1 +LQ05X006450 Auxin response factor 18 5.421442158 C6_chemical_C2 +LQ05X006450 Auxin response factor 18 5.811031077 C6_chemical_C3 +LQ05X006450 Auxin response factor 18 5.737015141 L4_control_A1 +LQ05X006450 Auxin response factor 18 5.732376998 L4_control_A2 +LQ05X006450 Auxin response factor 18 5.477339412 L4_control_A3 +LQ05X006450 Auxin response factor 18 7.238947367 L4_control_B1 +LQ05X006450 Auxin response factor 18 6.015533447 L4_control_B2 +LQ05X006450 Auxin response factor 18 5.150769218 L4_control_B3 +LQ05X006450 Auxin response factor 18 6.824635066 L4_control_C2 +LQ05X006450 Auxin response factor 18 5.697398954 L4_control_C3 +LQ05X006450 Auxin response factor 18 6.25648104 L4_chemical_A1 +LQ05X006450 Auxin response factor 18 5.513627398 L4_chemical_A2 +LQ05X006450 Auxin response factor 18 6.082534765 L4_chemical_A3 +LQ05X006450 Auxin response factor 18 6.411615916 L4_chemical_B1 +LQ05X006450 Auxin response factor 18 6.298622568 L4_chemical_B2 +LQ05X006450 Auxin response factor 18 5.322149789 L4_chemical_B3 +LQ05X006450 Auxin response factor 18 5.971635583 L4_chemical_C2 +LQ05X006450 Auxin response factor 18 5.722690156 L4_chemical_C3 +LQ05X006490 UPF0717 protein At5g11950 8.160460978 C6_control_A1 +LQ05X006490 UPF0717 protein At5g11950 7.999347868 C6_control_A3 +LQ05X006490 UPF0717 protein At5g11950 7.422996728 C6_control_B1 +LQ05X006490 UPF0717 protein At5g11950 7.493649714 C6_control_B2 +LQ05X006490 UPF0717 protein At5g11950 8.611552457 C6_control_B3 +LQ05X006490 UPF0717 protein At5g11950 7.07786287 C6_control_C1 +LQ05X006490 UPF0717 protein At5g11950 7.388163147 C6_control_C2 +LQ05X006490 UPF0717 protein At5g11950 7.428909893 C6_control_C3 +LQ05X006490 UPF0717 protein At5g11950 8.062908748 C6_chemical_A1 +LQ05X006490 UPF0717 protein At5g11950 7.832605693 C6_chemical_A3 +LQ05X006490 UPF0717 protein At5g11950 7.687169122 C6_chemical_B1 +LQ05X006490 UPF0717 protein At5g11950 7.280611724 C6_chemical_B2 +LQ05X006490 UPF0717 protein At5g11950 7.908055536 C6_chemical_B3 +LQ05X006490 UPF0717 protein At5g11950 6.983432856 C6_chemical_C1 +LQ05X006490 UPF0717 protein At5g11950 7.70009576 C6_chemical_C2 +LQ05X006490 UPF0717 protein At5g11950 7.375277685 C6_chemical_C3 +LQ05X006490 UPF0717 protein At5g11950 7.641487865 L4_control_A1 +LQ05X006490 UPF0717 protein At5g11950 8.864342187 L4_control_A2 +LQ05X006490 UPF0717 protein At5g11950 8.905621905 L4_control_A3 +LQ05X006490 UPF0717 protein At5g11950 8.459206889 L4_control_B1 +LQ05X006490 UPF0717 protein At5g11950 8.242606795 L4_control_B2 +LQ05X006490 UPF0717 protein At5g11950 7.940560223 L4_control_B3 +LQ05X006490 UPF0717 protein At5g11950 8.322267738 L4_control_C2 +LQ05X006490 UPF0717 protein At5g11950 7.647326974 L4_control_C3 +LQ05X006490 UPF0717 protein At5g11950 7.645256764 L4_chemical_A1 +LQ05X006490 UPF0717 protein At5g11950 8.696209165 L4_chemical_A2 +LQ05X006490 UPF0717 protein At5g11950 8.834596629 L4_chemical_A3 +LQ05X006490 UPF0717 protein At5g11950 8.398260927 L4_chemical_B1 +LQ05X006490 UPF0717 protein At5g11950 8.266623989 L4_chemical_B2 +LQ05X006490 UPF0717 protein At5g11950 7.861885792 L4_chemical_B3 +LQ05X006490 UPF0717 protein At5g11950 8.468479603 L4_chemical_C2 +LQ05X006490 UPF0717 protein At5g11950 8.157782615 L4_chemical_C3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.88542313 C6_control_A1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.74718696 C6_control_A3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.82086945 C6_control_B1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.15591713 C6_control_B2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.36392692 C6_control_B3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.2708545 C6_control_C1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.0360343 C6_control_C2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.4239933 C6_control_C3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.80591894 C6_chemical_A1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.95476996 C6_chemical_A3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.70007639 C6_chemical_B1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.61728427 C6_chemical_B2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.07444109 C6_chemical_B3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.83264202 C6_chemical_C1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.04808418 C6_chemical_C2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.54898892 C6_chemical_C3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.56676088 L4_control_A1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.78118787 L4_control_A2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.06119598 L4_control_A3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.51856757 L4_control_B1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.662163 L4_control_B2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 15.35680135 L4_control_B3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.89388336 L4_control_C2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.89458198 L4_control_C3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.20743307 L4_chemical_A1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.28378217 L4_chemical_A2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.91249575 L4_chemical_A3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.0119854 L4_chemical_B1 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.47064433 L4_chemical_B2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.87160961 L4_chemical_B3 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.51473517 L4_chemical_C2 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.89151117 L4_chemical_C3 +LQ05X006540 Ethylene-insensitive protein 2 5.324300772 C6_control_A1 +LQ05X006540 Ethylene-insensitive protein 2 4.963105662 C6_control_A3 +LQ05X006540 Ethylene-insensitive protein 2 5.003637085 C6_control_B1 +LQ05X006540 Ethylene-insensitive protein 2 5.07447878 C6_control_B2 +LQ05X006540 Ethylene-insensitive protein 2 5.088114959 C6_control_B3 +LQ05X006540 Ethylene-insensitive protein 2 5.377096892 C6_control_C1 +LQ05X006540 Ethylene-insensitive protein 2 5.411110088 C6_control_C2 +LQ05X006540 Ethylene-insensitive protein 2 5.246577681 C6_control_C3 +LQ05X006540 Ethylene-insensitive protein 2 4.967175489 C6_chemical_A1 +LQ05X006540 Ethylene-insensitive protein 2 5.200234565 C6_chemical_A3 +LQ05X006540 Ethylene-insensitive protein 2 5.272962648 C6_chemical_B1 +LQ05X006540 Ethylene-insensitive protein 2 5.184573087 C6_chemical_B2 +LQ05X006540 Ethylene-insensitive protein 2 5.252829343 C6_chemical_B3 +LQ05X006540 Ethylene-insensitive protein 2 5.529597828 C6_chemical_C1 +LQ05X006540 Ethylene-insensitive protein 2 5.250948114 C6_chemical_C2 +LQ05X006540 Ethylene-insensitive protein 2 5.135360704 C6_chemical_C3 +LQ05X006540 Ethylene-insensitive protein 2 4.968932488 L4_control_A1 +LQ05X006540 Ethylene-insensitive protein 2 5.2915524 L4_control_A2 +LQ05X006540 Ethylene-insensitive protein 2 5.551116189 L4_control_A3 +LQ05X006540 Ethylene-insensitive protein 2 5.026924608 L4_control_B1 +LQ05X006540 Ethylene-insensitive protein 2 5.351056525 L4_control_B2 +LQ05X006540 Ethylene-insensitive protein 2 4.74764206 L4_control_B3 +LQ05X006540 Ethylene-insensitive protein 2 5.232215775 L4_control_C2 +LQ05X006540 Ethylene-insensitive protein 2 5.24068145 L4_control_C3 +LQ05X006540 Ethylene-insensitive protein 2 4.839636103 L4_chemical_A1 +LQ05X006540 Ethylene-insensitive protein 2 5.525361241 L4_chemical_A2 +LQ05X006540 Ethylene-insensitive protein 2 5.514574966 L4_chemical_A3 +LQ05X006540 Ethylene-insensitive protein 2 5.519769497 L4_chemical_B1 +LQ05X006540 Ethylene-insensitive protein 2 5.431180581 L4_chemical_B2 +LQ05X006540 Ethylene-insensitive protein 2 4.966410894 L4_chemical_B3 +LQ05X006540 Ethylene-insensitive protein 2 5.135385001 L4_chemical_C2 +LQ05X006540 Ethylene-insensitive protein 2 5.630062408 L4_chemical_C3 +LQ05X006550 Phenylalanine ammonia-lyase 12.91338449 C6_control_A1 +LQ05X006550 Phenylalanine ammonia-lyase 13.09875734 C6_control_A3 +LQ05X006550 Phenylalanine ammonia-lyase 11.4062372 C6_control_B1 +LQ05X006550 Phenylalanine ammonia-lyase 10.30595482 C6_control_B2 +LQ05X006550 Phenylalanine ammonia-lyase 9.405103555 C6_control_B3 +LQ05X006550 Phenylalanine ammonia-lyase 10.87642112 C6_control_C1 +LQ05X006550 Phenylalanine ammonia-lyase 10.38610744 C6_control_C2 +LQ05X006550 Phenylalanine ammonia-lyase 8.922208967 C6_control_C3 +LQ05X006550 Phenylalanine ammonia-lyase 13.52415582 C6_chemical_A1 +LQ05X006550 Phenylalanine ammonia-lyase 13.49247458 C6_chemical_A3 +LQ05X006550 Phenylalanine ammonia-lyase 11.61505938 C6_chemical_B1 +LQ05X006550 Phenylalanine ammonia-lyase 9.654595383 C6_chemical_B2 +LQ05X006550 Phenylalanine ammonia-lyase 11.49751181 C6_chemical_B3 +LQ05X006550 Phenylalanine ammonia-lyase 11.05436647 C6_chemical_C1 +LQ05X006550 Phenylalanine ammonia-lyase 9.769999162 C6_chemical_C2 +LQ05X006550 Phenylalanine ammonia-lyase 9.511634596 C6_chemical_C3 +LQ05X006550 Phenylalanine ammonia-lyase 14.4202924 L4_control_A1 +LQ05X006550 Phenylalanine ammonia-lyase 12.87785944 L4_control_A2 +LQ05X006550 Phenylalanine ammonia-lyase 13.32607644 L4_control_A3 +LQ05X006550 Phenylalanine ammonia-lyase 10.03654815 L4_control_B1 +LQ05X006550 Phenylalanine ammonia-lyase 11.06539235 L4_control_B2 +LQ05X006550 Phenylalanine ammonia-lyase 12.15271327 L4_control_B3 +LQ05X006550 Phenylalanine ammonia-lyase 9.712608076 L4_control_C2 +LQ05X006550 Phenylalanine ammonia-lyase 10.42959337 L4_control_C3 +LQ05X006550 Phenylalanine ammonia-lyase 13.39277766 L4_chemical_A1 +LQ05X006550 Phenylalanine ammonia-lyase 11.98923722 L4_chemical_A2 +LQ05X006550 Phenylalanine ammonia-lyase 13.95118568 L4_chemical_A3 +LQ05X006550 Phenylalanine ammonia-lyase 11.2064367 L4_chemical_B1 +LQ05X006550 Phenylalanine ammonia-lyase 10.89657717 L4_chemical_B2 +LQ05X006550 Phenylalanine ammonia-lyase 11.80556352 L4_chemical_B3 +LQ05X006550 Phenylalanine ammonia-lyase 9.501426987 L4_chemical_C2 +LQ05X006550 Phenylalanine ammonia-lyase 10.65592626 L4_chemical_C3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.95045428 C6_control_A1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.08119308 C6_control_A3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.60671921 C6_control_B1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.22136535 C6_control_B2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.69138158 C6_control_B3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.9920021 C6_control_C1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.99409808 C6_control_C2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.09600584 C6_control_C3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.76033618 C6_chemical_A1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.66614866 C6_chemical_A3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.24218902 C6_chemical_B1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.29525163 C6_chemical_B2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.53797992 C6_chemical_B3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.20934827 C6_chemical_C1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.93075118 C6_chemical_C2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.40634817 C6_chemical_C3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.83881721 L4_control_A1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.34503704 L4_control_A2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.04493362 L4_control_A3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.02121724 L4_control_B1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.56443125 L4_control_B2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.63932062 L4_control_B3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.2196864 L4_control_C2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.35931068 L4_control_C3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 14.03368032 L4_chemical_A1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.97236815 L4_chemical_A2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.55406298 L4_chemical_A3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.31989367 L4_chemical_B1 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.75154933 L4_chemical_B2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 13.75808283 L4_chemical_B3 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.37756491 L4_chemical_C2 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.52450237 L4_chemical_C3 +LQ05X006570 Hypothetical protein 6.714270343 C6_control_A1 +LQ05X006570 Hypothetical protein 6.957228534 C6_control_A3 +LQ05X006570 Hypothetical protein 6.502437782 C6_control_B1 +LQ05X006570 Hypothetical protein 6.772687839 C6_control_B2 +LQ05X006570 Hypothetical protein 7.007078961 C6_control_B3 +LQ05X006570 Hypothetical protein 6.525119666 C6_control_C1 +LQ05X006570 Hypothetical protein 6.332278928 C6_control_C2 +LQ05X006570 Hypothetical protein 6.321685036 C6_control_C3 +LQ05X006570 Hypothetical protein 6.595076988 C6_chemical_A1 +LQ05X006570 Hypothetical protein 6.650768834 C6_chemical_A3 +LQ05X006570 Hypothetical protein 6.0473695 C6_chemical_B1 +LQ05X006570 Hypothetical protein 6.64625936 C6_chemical_B2 +LQ05X006570 Hypothetical protein 6.15259025 C6_chemical_B3 +LQ05X006570 Hypothetical protein 6.908753012 C6_chemical_C1 +LQ05X006570 Hypothetical protein 6.683145887 C6_chemical_C2 +LQ05X006570 Hypothetical protein 6.265834 C6_chemical_C3 +LQ05X006570 Hypothetical protein 6.735672412 L4_control_A1 +LQ05X006570 Hypothetical protein 6.476962278 L4_control_A2 +LQ05X006570 Hypothetical protein 7.023290864 L4_control_A3 +LQ05X006570 Hypothetical protein 6.252870772 L4_control_B1 +LQ05X006570 Hypothetical protein 6.428145158 L4_control_B2 +LQ05X006570 Hypothetical protein 6.734093892 L4_control_B3 +LQ05X006570 Hypothetical protein 6.660928293 L4_control_C2 +LQ05X006570 Hypothetical protein 4.747179321 L4_control_C3 +LQ05X006570 Hypothetical protein 6.692408042 L4_chemical_A1 +LQ05X006570 Hypothetical protein 6.494212132 L4_chemical_A2 +LQ05X006570 Hypothetical protein 7.42651901 L4_chemical_A3 +LQ05X006570 Hypothetical protein 6.821175726 L4_chemical_B1 +LQ05X006570 Hypothetical protein 5.820138683 L4_chemical_B2 +LQ05X006570 Hypothetical protein 6.35733881 L4_chemical_B3 +LQ05X006570 Hypothetical protein 6.10440419 L4_chemical_C2 +LQ05X006570 Hypothetical protein 5.162712482 L4_chemical_C3 +LQ05X006580 Adenosine kinase 2 5.39934849 C6_control_A1 +LQ05X006580 Adenosine kinase 2 5.240378026 C6_control_A3 +LQ05X006580 Adenosine kinase 2 5.123808931 C6_control_B1 +LQ05X006580 Adenosine kinase 2 5.464883908 C6_control_B2 +LQ05X006580 Adenosine kinase 2 5.462897904 C6_control_B3 +LQ05X006580 Adenosine kinase 2 5.461546207 C6_control_C1 +LQ05X006580 Adenosine kinase 2 5.672284699 C6_control_C2 +LQ05X006580 Adenosine kinase 2 5.082729558 C6_control_C3 +LQ05X006580 Adenosine kinase 2 5.246897435 C6_chemical_A1 +LQ05X006580 Adenosine kinase 2 5.466151786 C6_chemical_A3 +LQ05X006580 Adenosine kinase 2 5.141057482 C6_chemical_B1 +LQ05X006580 Adenosine kinase 2 5.287987213 C6_chemical_B2 +LQ05X006580 Adenosine kinase 2 5.378952084 C6_chemical_B3 +LQ05X006580 Adenosine kinase 2 5.217962738 C6_chemical_C1 +LQ05X006580 Adenosine kinase 2 5.289146232 C6_chemical_C2 +LQ05X006580 Adenosine kinase 2 5.171039143 C6_chemical_C3 +LQ05X006580 Adenosine kinase 2 5.580325022 L4_control_A1 +LQ05X006580 Adenosine kinase 2 5.143808092 L4_control_A2 +LQ05X006580 Adenosine kinase 2 5.506602343 L4_control_A3 +LQ05X006580 Adenosine kinase 2 5.304046207 L4_control_B1 +LQ05X006580 Adenosine kinase 2 5.647897557 L4_control_B2 +LQ05X006580 Adenosine kinase 2 5.444882579 L4_control_B3 +LQ05X006580 Adenosine kinase 2 5.186392482 L4_control_C2 +LQ05X006580 Adenosine kinase 2 5.244017054 L4_control_C3 +LQ05X006580 Adenosine kinase 2 5.514934417 L4_chemical_A1 +LQ05X006580 Adenosine kinase 2 5.142625646 L4_chemical_A2 +LQ05X006580 Adenosine kinase 2 6.047309276 L4_chemical_A3 +LQ05X006580 Adenosine kinase 2 5.584518298 L4_chemical_B1 +LQ05X006580 Adenosine kinase 2 5.488262353 L4_chemical_B2 +LQ05X006580 Adenosine kinase 2 5.317987616 L4_chemical_B3 +LQ05X006580 Adenosine kinase 2 5.411544836 L4_chemical_C2 +LQ05X006580 Adenosine kinase 2 5.211694067 L4_chemical_C3 +LQ05X006590 Predicted protein 7.951259957 C6_control_A1 +LQ05X006590 Predicted protein 7.799123377 C6_control_A3 +LQ05X006590 Predicted protein 8.045515634 C6_control_B1 +LQ05X006590 Predicted protein 7.819684853 C6_control_B2 +LQ05X006590 Predicted protein 8.268248219 C6_control_B3 +LQ05X006590 Predicted protein 7.595229663 C6_control_C1 +LQ05X006590 Predicted protein 7.674786009 C6_control_C2 +LQ05X006590 Predicted protein 7.902752537 C6_control_C3 +LQ05X006590 Predicted protein 8.079227714 C6_chemical_A1 +LQ05X006590 Predicted protein 7.700498841 C6_chemical_A3 +LQ05X006590 Predicted protein 7.730086764 C6_chemical_B1 +LQ05X006590 Predicted protein 7.673739469 C6_chemical_B2 +LQ05X006590 Predicted protein 7.972898297 C6_chemical_B3 +LQ05X006590 Predicted protein 7.766227488 C6_chemical_C1 +LQ05X006590 Predicted protein 7.639782781 C6_chemical_C2 +LQ05X006590 Predicted protein 7.659651915 C6_chemical_C3 +LQ05X006590 Predicted protein 8.164268236 L4_control_A1 +LQ05X006590 Predicted protein 7.637488572 L4_control_A2 +LQ05X006590 Predicted protein 7.902717767 L4_control_A3 +LQ05X006590 Predicted protein 7.939972507 L4_control_B1 +LQ05X006590 Predicted protein 8.269920538 L4_control_B2 +LQ05X006590 Predicted protein 8.194329752 L4_control_B3 +LQ05X006590 Predicted protein 7.4437301 L4_control_C2 +LQ05X006590 Predicted protein 7.757174122 L4_control_C3 +LQ05X006590 Predicted protein 8.177862756 L4_chemical_A1 +LQ05X006590 Predicted protein 7.821051522 L4_chemical_A2 +LQ05X006590 Predicted protein 7.934444132 L4_chemical_A3 +LQ05X006590 Predicted protein 7.999847446 L4_chemical_B1 +LQ05X006590 Predicted protein 8.2474897 L4_chemical_B2 +LQ05X006590 Predicted protein 7.933235359 L4_chemical_B3 +LQ05X006590 Predicted protein 7.348805502 L4_chemical_C2 +LQ05X006590 Predicted protein 7.616363377 L4_chemical_C3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.93937863 C6_control_A1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.77753982 C6_control_A3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.56205924 C6_control_B1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.21760145 C6_control_B2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.62931454 C6_control_B3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 12.79210746 C6_control_C1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 12.99355997 C6_control_C2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.18505345 C6_control_C3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.62098315 C6_chemical_A1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.70363544 C6_chemical_A3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.46790245 C6_chemical_B1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.0269755 C6_chemical_B2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.59083982 C6_chemical_B3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 12.58092122 C6_chemical_C1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 12.81792631 C6_chemical_C2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 12.95621241 C6_chemical_C3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.64520018 L4_control_A1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.7250847 L4_control_A2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 14.00959311 L4_control_A3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.91370302 L4_control_B1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 14.32971675 L4_control_B2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.5138934 L4_control_B3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.71677505 L4_control_C2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.92391095 L4_control_C3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.31378415 L4_chemical_A1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.76150355 L4_chemical_A2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.79477637 L4_chemical_A3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 14.31371946 L4_chemical_B1 +LQ05X006620 Putative uncharacterized protein At2g37025.1 14.3306034 L4_chemical_B2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.84252276 L4_chemical_B3 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.66384729 L4_chemical_C2 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.82268153 L4_chemical_C3 +LQ05X006630 Putative Translin 5.796424565 C6_control_A1 +LQ05X006630 Putative Translin 6.523474751 C6_control_A3 +LQ05X006630 Putative Translin 5.848382541 C6_control_B1 +LQ05X006630 Putative Translin 5.11953157 C6_control_B2 +LQ05X006630 Putative Translin 5.598033434 C6_control_B3 +LQ05X006630 Putative Translin 5.718985673 C6_control_C1 +LQ05X006630 Putative Translin 6.182974719 C6_control_C2 +LQ05X006630 Putative Translin 5.52151396 C6_control_C3 +LQ05X006630 Putative Translin 5.080406801 C6_chemical_A1 +LQ05X006630 Putative Translin 5.295613841 C6_chemical_A3 +LQ05X006630 Putative Translin 6.518056789 C6_chemical_B1 +LQ05X006630 Putative Translin 5.136424207 C6_chemical_B2 +LQ05X006630 Putative Translin 5.450766989 C6_chemical_B3 +LQ05X006630 Putative Translin 5.969169393 C6_chemical_C1 +LQ05X006630 Putative Translin 6.266141561 C6_chemical_C2 +LQ05X006630 Putative Translin 5.390619646 C6_chemical_C3 +LQ05X006630 Putative Translin 5.586264394 L4_control_A1 +LQ05X006630 Putative Translin 4.991841124 L4_control_A2 +LQ05X006630 Putative Translin 4.60947828 L4_control_A3 +LQ05X006630 Putative Translin 5.001856893 L4_control_B1 +LQ05X006630 Putative Translin 5.017842919 L4_control_B2 +LQ05X006630 Putative Translin 5.577262202 L4_control_B3 +LQ05X006630 Putative Translin 6.655752663 L4_control_C2 +LQ05X006630 Putative Translin 5.145470702 L4_control_C3 +LQ05X006630 Putative Translin 5.804551559 L4_chemical_A1 +LQ05X006630 Putative Translin 5.116682107 L4_chemical_A2 +LQ05X006630 Putative Translin 4.849044922 L4_chemical_A3 +LQ05X006630 Putative Translin 5.104867109 L4_chemical_B1 +LQ05X006630 Putative Translin 5.407176971 L4_chemical_B2 +LQ05X006630 Putative Translin 5.187864605 L4_chemical_B3 +LQ05X006630 Putative Translin 5.940972734 L4_chemical_C2 +LQ05X006630 Putative Translin 5.878317007 L4_chemical_C3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 8.902683091 C6_control_A1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 8.819752353 C6_control_A3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 8.969126331 C6_control_B1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.368525159 C6_control_B2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.433761423 C6_control_B3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.991455333 C6_control_C1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.90037596 C6_control_C2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 10.54025003 C6_control_C3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.321884524 C6_chemical_A1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.288692143 C6_chemical_A3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.087734895 C6_chemical_B1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.517471209 C6_chemical_B2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.998199688 C6_chemical_B3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.800273311 C6_chemical_C1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.667717117 C6_chemical_C2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 10.39979362 C6_chemical_C3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.336938863 L4_control_A1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.272511694 L4_control_A2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 8.784512476 L4_control_A3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.367184492 L4_control_B1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.072896988 L4_control_B2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 10.10653383 L4_control_B3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.837374873 L4_control_C2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.948770171 L4_control_C3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 10.34657328 L4_chemical_A1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.832486156 L4_chemical_A2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.0173755 L4_chemical_A3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.420901621 L4_chemical_B1 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.315644668 L4_chemical_B2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 10.15875741 L4_chemical_B3 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.660953666 L4_chemical_C2 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.715842377 L4_chemical_C3 +LQ05X006660 Predicted protein 4.983161535 C6_control_A1 +LQ05X006660 Predicted protein 5.184723065 C6_control_A3 +LQ05X006660 Predicted protein 4.802794004 C6_control_B1 +LQ05X006660 Predicted protein 5.240324712 C6_control_B2 +LQ05X006660 Predicted protein 5.627805713 C6_control_B3 +LQ05X006660 Predicted protein 5.664055921 C6_control_C1 +LQ05X006660 Predicted protein 5.623292117 C6_control_C2 +LQ05X006660 Predicted protein 5.240820902 C6_control_C3 +LQ05X006660 Predicted protein 5.281840954 C6_chemical_A1 +LQ05X006660 Predicted protein 5.197447321 C6_chemical_A3 +LQ05X006660 Predicted protein 5.171791095 C6_chemical_B1 +LQ05X006660 Predicted protein 5.52332873 C6_chemical_B2 +LQ05X006660 Predicted protein 5.551461165 C6_chemical_B3 +LQ05X006660 Predicted protein 6.018823672 C6_chemical_C1 +LQ05X006660 Predicted protein 5.824287046 C6_chemical_C2 +LQ05X006660 Predicted protein 5.382765347 C6_chemical_C3 +LQ05X006660 Predicted protein 5.395086371 L4_control_A1 +LQ05X006660 Predicted protein 5.254020984 L4_control_A2 +LQ05X006660 Predicted protein 5.130290868 L4_control_A3 +LQ05X006660 Predicted protein 5.564922942 L4_control_B1 +LQ05X006660 Predicted protein 5.267472795 L4_control_B2 +LQ05X006660 Predicted protein 5.092378536 L4_control_B3 +LQ05X006660 Predicted protein 5.622528541 L4_control_C2 +LQ05X006660 Predicted protein 5.651485625 L4_control_C3 +LQ05X006660 Predicted protein 5.062484869 L4_chemical_A1 +LQ05X006660 Predicted protein 5.170459795 L4_chemical_A2 +LQ05X006660 Predicted protein 5.137083651 L4_chemical_A3 +LQ05X006660 Predicted protein 4.98103058 L4_chemical_B1 +LQ05X006660 Predicted protein 5.065485352 L4_chemical_B2 +LQ05X006660 Predicted protein 4.974579076 L4_chemical_B3 +LQ05X006660 Predicted protein 5.689109368 L4_chemical_C2 +LQ05X006660 Predicted protein 5.765759949 L4_chemical_C3 +LQ05X006710 Hypothetical protein 10.24934661 C6_control_A1 +LQ05X006710 Hypothetical protein 10.60246045 C6_control_A3 +LQ05X006710 Hypothetical protein 10.36422176 C6_control_B1 +LQ05X006710 Hypothetical protein 9.150181086 C6_control_B2 +LQ05X006710 Hypothetical protein 9.927805152 C6_control_B3 +LQ05X006710 Hypothetical protein 8.146570108 C6_control_C1 +LQ05X006710 Hypothetical protein 8.552238607 C6_control_C2 +LQ05X006710 Hypothetical protein 7.963273229 C6_control_C3 +LQ05X006710 Hypothetical protein 11.1631 C6_chemical_A1 +LQ05X006710 Hypothetical protein 10.34496986 C6_chemical_A3 +LQ05X006710 Hypothetical protein 10.8383409 C6_chemical_B1 +LQ05X006710 Hypothetical protein 9.680318089 C6_chemical_B2 +LQ05X006710 Hypothetical protein 9.983438873 C6_chemical_B3 +LQ05X006710 Hypothetical protein 9.341006646 C6_chemical_C1 +LQ05X006710 Hypothetical protein 8.342953546 C6_chemical_C2 +LQ05X006710 Hypothetical protein 8.504514516 C6_chemical_C3 +LQ05X006710 Hypothetical protein 10.88550762 L4_control_A1 +LQ05X006710 Hypothetical protein 11.5244411 L4_control_A2 +LQ05X006710 Hypothetical protein 11.38352984 L4_control_A3 +LQ05X006710 Hypothetical protein 11.43146864 L4_control_B1 +LQ05X006710 Hypothetical protein 11.25188411 L4_control_B2 +LQ05X006710 Hypothetical protein 9.070029136 L4_control_B3 +LQ05X006710 Hypothetical protein 9.129832774 L4_control_C2 +LQ05X006710 Hypothetical protein 8.846465141 L4_control_C3 +LQ05X006710 Hypothetical protein 11.35760763 L4_chemical_A1 +LQ05X006710 Hypothetical protein 11.70396956 L4_chemical_A2 +LQ05X006710 Hypothetical protein 11.20447216 L4_chemical_A3 +LQ05X006710 Hypothetical protein 11.34035904 L4_chemical_B1 +LQ05X006710 Hypothetical protein 11.5061937 L4_chemical_B2 +LQ05X006710 Hypothetical protein 10.05084983 L4_chemical_B3 +LQ05X006710 Hypothetical protein 9.513515084 L4_chemical_C2 +LQ05X006710 Hypothetical protein 9.343214775 L4_chemical_C3 +LQ05X006730 Putative DVL 5.104742299 C6_control_A1 +LQ05X006730 Putative DVL 5.72813915 C6_control_A3 +LQ05X006730 Putative DVL 5.341174894 C6_control_B1 +LQ05X006730 Putative DVL 4.949956175 C6_control_B2 +LQ05X006730 Putative DVL 4.920488057 C6_control_B3 +LQ05X006730 Putative DVL 5.230160329 C6_control_C1 +LQ05X006730 Putative DVL 5.019389334 C6_control_C2 +LQ05X006730 Putative DVL 4.968845266 C6_control_C3 +LQ05X006730 Putative DVL 5.147396259 C6_chemical_A1 +LQ05X006730 Putative DVL 5.443287871 C6_chemical_A3 +LQ05X006730 Putative DVL 5.344574357 C6_chemical_B1 +LQ05X006730 Putative DVL 5.184474811 C6_chemical_B2 +LQ05X006730 Putative DVL 4.975702832 C6_chemical_B3 +LQ05X006730 Putative DVL 5.320314273 C6_chemical_C1 +LQ05X006730 Putative DVL 4.928916435 C6_chemical_C2 +LQ05X006730 Putative DVL 5.141142151 C6_chemical_C3 +LQ05X006730 Putative DVL 5.401730791 L4_control_A1 +LQ05X006730 Putative DVL 5.06117706 L4_control_A2 +LQ05X006730 Putative DVL 5.466848926 L4_control_A3 +LQ05X006730 Putative DVL 5.4386531 L4_control_B1 +LQ05X006730 Putative DVL 5.202146435 L4_control_B2 +LQ05X006730 Putative DVL 5.30061441 L4_control_B3 +LQ05X006730 Putative DVL 5.75475996 L4_control_C2 +LQ05X006730 Putative DVL 5.193904143 L4_control_C3 +LQ05X006730 Putative DVL 5.269535679 L4_chemical_A1 +LQ05X006730 Putative DVL 5.527968807 L4_chemical_A2 +LQ05X006730 Putative DVL 5.141740053 L4_chemical_A3 +LQ05X006730 Putative DVL 5.046609506 L4_chemical_B1 +LQ05X006730 Putative DVL 5.155607614 L4_chemical_B2 +LQ05X006730 Putative DVL 5.246901967 L4_chemical_B3 +LQ05X006730 Putative DVL 5.48478236 L4_chemical_C2 +LQ05X006730 Putative DVL 5.40068813 L4_chemical_C3 +LQ05X006740 Cell division cycle protein 48 homolog 5.503926454 C6_control_A1 +LQ05X006740 Cell division cycle protein 48 homolog 5.650999889 C6_control_A3 +LQ05X006740 Cell division cycle protein 48 homolog 5.393075652 C6_control_B1 +LQ05X006740 Cell division cycle protein 48 homolog 5.472420655 C6_control_B2 +LQ05X006740 Cell division cycle protein 48 homolog 5.374701041 C6_control_B3 +LQ05X006740 Cell division cycle protein 48 homolog 5.351957166 C6_control_C1 +LQ05X006740 Cell division cycle protein 48 homolog 5.468189452 C6_control_C2 +LQ05X006740 Cell division cycle protein 48 homolog 5.631268767 C6_control_C3 +LQ05X006740 Cell division cycle protein 48 homolog 5.465443554 C6_chemical_A1 +LQ05X006740 Cell division cycle protein 48 homolog 5.523177825 C6_chemical_A3 +LQ05X006740 Cell division cycle protein 48 homolog 5.01211464 C6_chemical_B1 +LQ05X006740 Cell division cycle protein 48 homolog 5.4885077 C6_chemical_B2 +LQ05X006740 Cell division cycle protein 48 homolog 5.303163087 C6_chemical_B3 +LQ05X006740 Cell division cycle protein 48 homolog 5.518438272 C6_chemical_C1 +LQ05X006740 Cell division cycle protein 48 homolog 5.310532519 C6_chemical_C2 +LQ05X006740 Cell division cycle protein 48 homolog 5.696766119 C6_chemical_C3 +LQ05X006740 Cell division cycle protein 48 homolog 5.452281227 L4_control_A1 +LQ05X006740 Cell division cycle protein 48 homolog 5.036717328 L4_control_A2 +LQ05X006740 Cell division cycle protein 48 homolog 5.781176036 L4_control_A3 +LQ05X006740 Cell division cycle protein 48 homolog 5.487058484 L4_control_B1 +LQ05X006740 Cell division cycle protein 48 homolog 5.525805688 L4_control_B2 +LQ05X006740 Cell division cycle protein 48 homolog 5.456549656 L4_control_B3 +LQ05X006740 Cell division cycle protein 48 homolog 5.097446833 L4_control_C2 +LQ05X006740 Cell division cycle protein 48 homolog 5.002808006 L4_control_C3 +LQ05X006740 Cell division cycle protein 48 homolog 5.429961844 L4_chemical_A1 +LQ05X006740 Cell division cycle protein 48 homolog 5.423844829 L4_chemical_A2 +LQ05X006740 Cell division cycle protein 48 homolog 5.46417183 L4_chemical_A3 +LQ05X006740 Cell division cycle protein 48 homolog 5.462881888 L4_chemical_B1 +LQ05X006740 Cell division cycle protein 48 homolog 5.273428627 L4_chemical_B2 +LQ05X006740 Cell division cycle protein 48 homolog 5.21451016 L4_chemical_B3 +LQ05X006740 Cell division cycle protein 48 homolog 5.567003745 L4_chemical_C2 +LQ05X006740 Cell division cycle protein 48 homolog 5.239182136 L4_chemical_C3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.371746189 C6_control_A1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.115728715 C6_control_A3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.48721425 C6_control_B1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.266037864 C6_control_B2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.493193066 C6_control_B3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.312700242 C6_control_C1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.192065233 C6_control_C2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.491922148 C6_control_C3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.821675078 C6_chemical_A1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.254721276 C6_chemical_A3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.498529215 C6_chemical_B1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.160723461 C6_chemical_B2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.449206492 C6_chemical_B3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.149857104 C6_chemical_C1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.370545161 C6_chemical_C2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.462108002 C6_chemical_C3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.456721177 L4_control_A1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.759507425 L4_control_A2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.458983403 L4_control_A3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.695754048 L4_control_B1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.201065069 L4_control_B2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.745364454 L4_control_B3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 6.627095082 L4_control_C2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.924658298 L4_control_C3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.627782698 L4_chemical_A1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.5887212 L4_chemical_A2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.506872092 L4_chemical_A3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.649469205 L4_chemical_B1 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.446713689 L4_chemical_B2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.920414772 L4_chemical_B3 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 6.812099672 L4_chemical_C2 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 6.31095697 L4_chemical_C3 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.117724801 C6_control_A1 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.611960209 C6_control_A3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.729162969 C6_control_B1 +LQ05X006780 Putative Membrane magnesium transporter homolog 7.368620747 C6_control_B2 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.057030625 C6_control_B3 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.710089752 C6_control_C1 +LQ05X006780 Putative Membrane magnesium transporter homolog 7.299202254 C6_control_C2 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.565616193 C6_control_C3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.796699259 C6_chemical_A1 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.800095331 C6_chemical_A3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.640839368 C6_chemical_B1 +LQ05X006780 Putative Membrane magnesium transporter homolog 7.154399708 C6_chemical_B2 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.063609379 C6_chemical_B3 +LQ05X006780 Putative Membrane magnesium transporter homolog 7.250907986 C6_chemical_C1 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.746299924 C6_chemical_C2 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.571259511 C6_chemical_C3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.741877692 L4_control_A1 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.703887985 L4_control_A2 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.867340768 L4_control_A3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.336545745 L4_control_B1 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.353322667 L4_control_B2 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.55232663 L4_control_B3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.547771791 L4_control_C2 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.572987647 L4_control_C3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.663169336 L4_chemical_A1 +LQ05X006780 Putative Membrane magnesium transporter homolog 6.317386001 L4_chemical_A2 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.868271006 L4_chemical_A3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.224680078 L4_chemical_B1 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.068231524 L4_chemical_B2 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.913998368 L4_chemical_B3 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.250638024 L4_chemical_C2 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.898157468 L4_chemical_C3 +LQ05X006800 Predicted protein 5.369427779 C6_control_A1 +LQ05X006800 Predicted protein 4.998388809 C6_control_A3 +LQ05X006800 Predicted protein 4.831720855 C6_control_B1 +LQ05X006800 Predicted protein 5.248467527 C6_control_B2 +LQ05X006800 Predicted protein 5.213128866 C6_control_B3 +LQ05X006800 Predicted protein 5.278585686 C6_control_C1 +LQ05X006800 Predicted protein 5.216382545 C6_control_C2 +LQ05X006800 Predicted protein 4.911190706 C6_control_C3 +LQ05X006800 Predicted protein 5.105617254 C6_chemical_A1 +LQ05X006800 Predicted protein 5.370011649 C6_chemical_A3 +LQ05X006800 Predicted protein 5.033797837 C6_chemical_B1 +LQ05X006800 Predicted protein 5.235659588 C6_chemical_B2 +LQ05X006800 Predicted protein 5.205438835 C6_chemical_B3 +LQ05X006800 Predicted protein 5.260117871 C6_chemical_C1 +LQ05X006800 Predicted protein 5.039003525 C6_chemical_C2 +LQ05X006800 Predicted protein 5.180970726 C6_chemical_C3 +LQ05X006800 Predicted protein 5.316242012 L4_control_A1 +LQ05X006800 Predicted protein 5.246985821 L4_control_A2 +LQ05X006800 Predicted protein 5.007446424 L4_control_A3 +LQ05X006800 Predicted protein 5.206792568 L4_control_B1 +LQ05X006800 Predicted protein 5.293657811 L4_control_B2 +LQ05X006800 Predicted protein 5.784650744 L4_control_B3 +LQ05X006800 Predicted protein 5.615451117 L4_control_C2 +LQ05X006800 Predicted protein 5.091389543 L4_control_C3 +LQ05X006800 Predicted protein 5.334723687 L4_chemical_A1 +LQ05X006800 Predicted protein 5.263000163 L4_chemical_A2 +LQ05X006800 Predicted protein 4.9172788 L4_chemical_A3 +LQ05X006800 Predicted protein 5.140139821 L4_chemical_B1 +LQ05X006800 Predicted protein 5.542341176 L4_chemical_B2 +LQ05X006800 Predicted protein 5.630732408 L4_chemical_B3 +LQ05X006800 Predicted protein 5.794734943 L4_chemical_C2 +LQ05X006800 Predicted protein 5.391382979 L4_chemical_C3 +LQ05X006810 Predicted protein 6.412173983 C6_control_A1 +LQ05X006810 Predicted protein 7.554572905 C6_control_A3 +LQ05X006810 Predicted protein 6.29643298 C6_control_B1 +LQ05X006810 Predicted protein 6.094136844 C6_control_B2 +LQ05X006810 Predicted protein 5.74079166 C6_control_B3 +LQ05X006810 Predicted protein 6.181639702 C6_control_C1 +LQ05X006810 Predicted protein 7.033024829 C6_control_C2 +LQ05X006810 Predicted protein 6.030798036 C6_control_C3 +LQ05X006810 Predicted protein 6.156829637 C6_chemical_A1 +LQ05X006810 Predicted protein 6.032261188 C6_chemical_A3 +LQ05X006810 Predicted protein 5.736593661 C6_chemical_B1 +LQ05X006810 Predicted protein 6.557307916 C6_chemical_B2 +LQ05X006810 Predicted protein 6.220047473 C6_chemical_B3 +LQ05X006810 Predicted protein 6.204436922 C6_chemical_C1 +LQ05X006810 Predicted protein 6.743382817 C6_chemical_C2 +LQ05X006810 Predicted protein 6.140461145 C6_chemical_C3 +LQ05X006810 Predicted protein 6.208646507 L4_control_A1 +LQ05X006810 Predicted protein 6.236301646 L4_control_A2 +LQ05X006810 Predicted protein 5.910507323 L4_control_A3 +LQ05X006810 Predicted protein 6.535456299 L4_control_B1 +LQ05X006810 Predicted protein 6.484844615 L4_control_B2 +LQ05X006810 Predicted protein 6.09707866 L4_control_B3 +LQ05X006810 Predicted protein 5.767320081 L4_control_C2 +LQ05X006810 Predicted protein 6.39885772 L4_control_C3 +LQ05X006810 Predicted protein 5.819168341 L4_chemical_A1 +LQ05X006810 Predicted protein 5.884662308 L4_chemical_A2 +LQ05X006810 Predicted protein 5.781669553 L4_chemical_A3 +LQ05X006810 Predicted protein 6.373542274 L4_chemical_B1 +LQ05X006810 Predicted protein 6.211416568 L4_chemical_B2 +LQ05X006810 Predicted protein 5.957041387 L4_chemical_B3 +LQ05X006810 Predicted protein 6.083260328 L4_chemical_C2 +LQ05X006810 Predicted protein 7.031356969 L4_chemical_C3 +LQ05X007000 Predicted protein 12.95170817 C6_control_A1 +LQ05X007000 Predicted protein 13.42186706 C6_control_A3 +LQ05X007000 Predicted protein 13.39880067 C6_control_B1 +LQ05X007000 Predicted protein 14.68483971 C6_control_B2 +LQ05X007000 Predicted protein 14.28044708 C6_control_B3 +LQ05X007000 Predicted protein 13.49418431 C6_control_C1 +LQ05X007000 Predicted protein 14.34923102 C6_control_C2 +LQ05X007000 Predicted protein 14.06017613 C6_control_C3 +LQ05X007000 Predicted protein 13.03794717 C6_chemical_A1 +LQ05X007000 Predicted protein 13.41437603 C6_chemical_A3 +LQ05X007000 Predicted protein 13.55737276 C6_chemical_B1 +LQ05X007000 Predicted protein 14.17948847 C6_chemical_B2 +LQ05X007000 Predicted protein 14.5462965 C6_chemical_B3 +LQ05X007000 Predicted protein 13.70974984 C6_chemical_C1 +LQ05X007000 Predicted protein 13.6063537 C6_chemical_C2 +LQ05X007000 Predicted protein 14.34268619 C6_chemical_C3 +LQ05X007000 Predicted protein 13.12159237 L4_control_A1 +LQ05X007000 Predicted protein 13.38572268 L4_control_A2 +LQ05X007000 Predicted protein 12.21101761 L4_control_A3 +LQ05X007000 Predicted protein 13.67775273 L4_control_B1 +LQ05X007000 Predicted protein 13.73543728 L4_control_B2 +LQ05X007000 Predicted protein 14.48374128 L4_control_B3 +LQ05X007000 Predicted protein 13.93732811 L4_control_C2 +LQ05X007000 Predicted protein 13.38979422 L4_control_C3 +LQ05X007000 Predicted protein 14.27057346 L4_chemical_A1 +LQ05X007000 Predicted protein 13.67989429 L4_chemical_A2 +LQ05X007000 Predicted protein 12.38232234 L4_chemical_A3 +LQ05X007000 Predicted protein 13.45947454 L4_chemical_B1 +LQ05X007000 Predicted protein 13.49043814 L4_chemical_B2 +LQ05X007000 Predicted protein 13.54853397 L4_chemical_B3 +LQ05X007000 Predicted protein 13.22654459 L4_chemical_C2 +LQ05X007000 Predicted protein 13.30125015 L4_chemical_C3 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.030556156 C6_control_A1 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.312331582 C6_control_A3 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.600440696 C6_control_B1 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.799991505 C6_control_B2 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.686797048 C6_control_B3 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.810747888 C6_control_C1 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.933314662 C6_control_C2 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.631459405 C6_control_C3 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.548118587 C6_chemical_A1 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.322653248 C6_chemical_A3 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.636972786 C6_chemical_B1 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.878976911 C6_chemical_B2 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.680656236 C6_chemical_B3 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.79393651 C6_chemical_C1 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.810299624 C6_chemical_C2 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.666586863 C6_chemical_C3 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.902436406 L4_control_A1 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.959631826 L4_control_A2 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.754709238 L4_control_A3 +LQ05X007010 Histidyl-tRNA synthetase, putative 6.031703532 L4_control_B1 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.679476314 L4_control_B2 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.568006988 L4_control_B3 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.22786739 L4_control_C2 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.935866802 L4_control_C3 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.870302656 L4_chemical_A1 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.034010485 L4_chemical_A2 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.428046012 L4_chemical_A3 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.805527926 L4_chemical_B1 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.442590917 L4_chemical_B2 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.000186529 L4_chemical_B3 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.68074396 L4_chemical_C2 +LQ05X007010 Histidyl-tRNA synthetase, putative 4.670673681 L4_chemical_C3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.360942287 C6_control_A1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.988763959 C6_control_A3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.586266745 C6_control_B1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.430592258 C6_control_B2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.64803012 C6_control_B3 +LQ05X007020 Putative Histidyl-tRNA synthetase 6.031268948 C6_control_C1 +LQ05X007020 Putative Histidyl-tRNA synthetase 6.491519223 C6_control_C2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.360128657 C6_control_C3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.369004255 C6_chemical_A1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.701520367 C6_chemical_A3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.929421261 C6_chemical_B1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.68581022 C6_chemical_B2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.472030579 C6_chemical_B3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.573627105 C6_chemical_C1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.691730338 C6_chemical_C2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.220653985 C6_chemical_C3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.327972743 L4_control_A1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.424591512 L4_control_A2 +LQ05X007020 Putative Histidyl-tRNA synthetase 4.858710369 L4_control_A3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.148819385 L4_control_B1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.244722286 L4_control_B2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.355632658 L4_control_B3 +LQ05X007020 Putative Histidyl-tRNA synthetase 6.103305068 L4_control_C2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.610757646 L4_control_C3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.323375743 L4_chemical_A1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.400692186 L4_chemical_A2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.387449703 L4_chemical_A3 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.720062478 L4_chemical_B1 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.486217783 L4_chemical_B2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.553834292 L4_chemical_B3 +LQ05X007020 Putative Histidyl-tRNA synthetase 6.451234483 L4_chemical_C2 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.727787883 L4_chemical_C3 +LQ05X007030 Mannan synthase 1 4.879383702 C6_control_A1 +LQ05X007030 Mannan synthase 1 4.933305987 C6_control_A3 +LQ05X007030 Mannan synthase 1 4.97511331 C6_control_B1 +LQ05X007030 Mannan synthase 1 4.929237335 C6_control_B2 +LQ05X007030 Mannan synthase 1 4.891997639 C6_control_B3 +LQ05X007030 Mannan synthase 1 4.629244213 C6_control_C1 +LQ05X007030 Mannan synthase 1 4.648972873 C6_control_C2 +LQ05X007030 Mannan synthase 1 4.902175323 C6_control_C3 +LQ05X007030 Mannan synthase 1 4.721797367 C6_chemical_A1 +LQ05X007030 Mannan synthase 1 4.718350522 C6_chemical_A3 +LQ05X007030 Mannan synthase 1 5.323167706 C6_chemical_B1 +LQ05X007030 Mannan synthase 1 4.734947089 C6_chemical_B2 +LQ05X007030 Mannan synthase 1 4.623557188 C6_chemical_B3 +LQ05X007030 Mannan synthase 1 4.736667536 C6_chemical_C1 +LQ05X007030 Mannan synthase 1 4.600072532 C6_chemical_C2 +LQ05X007030 Mannan synthase 1 5.296204774 C6_chemical_C3 +LQ05X007030 Mannan synthase 1 4.876367671 L4_control_A1 +LQ05X007030 Mannan synthase 1 4.63100451 L4_control_A2 +LQ05X007030 Mannan synthase 1 5.297000631 L4_control_A3 +LQ05X007030 Mannan synthase 1 5.169213443 L4_control_B1 +LQ05X007030 Mannan synthase 1 4.751676879 L4_control_B2 +LQ05X007030 Mannan synthase 1 4.645466478 L4_control_B3 +LQ05X007030 Mannan synthase 1 5.055646505 L4_control_C2 +LQ05X007030 Mannan synthase 1 4.96778741 L4_control_C3 +LQ05X007030 Mannan synthase 1 5.054395165 L4_chemical_A1 +LQ05X007030 Mannan synthase 1 4.721153477 L4_chemical_A2 +LQ05X007030 Mannan synthase 1 5.339709323 L4_chemical_A3 +LQ05X007030 Mannan synthase 1 4.809042558 L4_chemical_B1 +LQ05X007030 Mannan synthase 1 4.928064345 L4_chemical_B2 +LQ05X007030 Mannan synthase 1 4.580616661 L4_chemical_B3 +LQ05X007030 Mannan synthase 1 4.805960039 L4_chemical_C2 +LQ05X007030 Mannan synthase 1 5.088608058 L4_chemical_C3 +LQ05X007050 DP1 12.68243167 C6_control_A1 +LQ05X007050 DP1 12.26766509 C6_control_A3 +LQ05X007050 DP1 12.68669169 C6_control_B1 +LQ05X007050 DP1 12.26949177 C6_control_B2 +LQ05X007050 DP1 12.69711414 C6_control_B3 +LQ05X007050 DP1 11.97175443 C6_control_C1 +LQ05X007050 DP1 12.02386527 C6_control_C2 +LQ05X007050 DP1 11.90396786 C6_control_C3 +LQ05X007050 DP1 12.34133083 C6_chemical_A1 +LQ05X007050 DP1 12.71373216 C6_chemical_A3 +LQ05X007050 DP1 12.63924947 C6_chemical_B1 +LQ05X007050 DP1 12.26104802 C6_chemical_B2 +LQ05X007050 DP1 12.65891516 C6_chemical_B3 +LQ05X007050 DP1 12.19284507 C6_chemical_C1 +LQ05X007050 DP1 12.00081911 C6_chemical_C2 +LQ05X007050 DP1 12.51412116 C6_chemical_C3 +LQ05X007050 DP1 12.35627924 L4_control_A1 +LQ05X007050 DP1 12.27984204 L4_control_A2 +LQ05X007050 DP1 12.60920531 L4_control_A3 +LQ05X007050 DP1 12.55310188 L4_control_B1 +LQ05X007050 DP1 13.04233924 L4_control_B2 +LQ05X007050 DP1 12.79509755 L4_control_B3 +LQ05X007050 DP1 12.64648414 L4_control_C2 +LQ05X007050 DP1 12.36945263 L4_control_C3 +LQ05X007050 DP1 11.64933663 L4_chemical_A1 +LQ05X007050 DP1 11.73476485 L4_chemical_A2 +LQ05X007050 DP1 12.0941341 L4_chemical_A3 +LQ05X007050 DP1 12.40959224 L4_chemical_B1 +LQ05X007050 DP1 12.3994914 L4_chemical_B2 +LQ05X007050 DP1 12.68056444 L4_chemical_B3 +LQ05X007050 DP1 12.33249057 L4_chemical_C2 +LQ05X007050 DP1 12.30361612 L4_chemical_C3 +LQ05X007060 Predicted protein 14.29592299 C6_control_A1 +LQ05X007060 Predicted protein 14.4658367 C6_control_A3 +LQ05X007060 Predicted protein 13.78101855 C6_control_B1 +LQ05X007060 Predicted protein 13.04784706 C6_control_B2 +LQ05X007060 Predicted protein 13.57559511 C6_control_B3 +LQ05X007060 Predicted protein 12.60674678 C6_control_C1 +LQ05X007060 Predicted protein 12.89721308 C6_control_C2 +LQ05X007060 Predicted protein 12.64292102 C6_control_C3 +LQ05X007060 Predicted protein 13.72757073 C6_chemical_A1 +LQ05X007060 Predicted protein 13.56273042 C6_chemical_A3 +LQ05X007060 Predicted protein 13.17114498 C6_chemical_B1 +LQ05X007060 Predicted protein 12.66586125 C6_chemical_B2 +LQ05X007060 Predicted protein 13.50643393 C6_chemical_B3 +LQ05X007060 Predicted protein 12.78827121 C6_chemical_C1 +LQ05X007060 Predicted protein 12.69109977 C6_chemical_C2 +LQ05X007060 Predicted protein 12.40571926 C6_chemical_C3 +LQ05X007060 Predicted protein 13.9906712 L4_control_A1 +LQ05X007060 Predicted protein 13.93212114 L4_control_A2 +LQ05X007060 Predicted protein 14.02585411 L4_control_A3 +LQ05X007060 Predicted protein 13.42443962 L4_control_B1 +LQ05X007060 Predicted protein 12.60324464 L4_control_B2 +LQ05X007060 Predicted protein 13.12496625 L4_control_B3 +LQ05X007060 Predicted protein 13.06115139 L4_control_C2 +LQ05X007060 Predicted protein 12.94172503 L4_control_C3 +LQ05X007060 Predicted protein 13.61426939 L4_chemical_A1 +LQ05X007060 Predicted protein 13.45661424 L4_chemical_A2 +LQ05X007060 Predicted protein 13.86785953 L4_chemical_A3 +LQ05X007060 Predicted protein 13.64692217 L4_chemical_B1 +LQ05X007060 Predicted protein 13.35137566 L4_chemical_B2 +LQ05X007060 Predicted protein 13.40578946 L4_chemical_B3 +LQ05X007060 Predicted protein 13.34569651 L4_chemical_C2 +LQ05X007060 Predicted protein 13.02004018 L4_chemical_C3 +LQ05X007070 ABC transporter B family member 1 5.171630708 C6_control_A1 +LQ05X007070 ABC transporter B family member 1 5.046952688 C6_control_A3 +LQ05X007070 ABC transporter B family member 1 5.822548752 C6_control_B1 +LQ05X007070 ABC transporter B family member 1 6.472714106 C6_control_B2 +LQ05X007070 ABC transporter B family member 1 6.026013994 C6_control_B3 +LQ05X007070 ABC transporter B family member 1 5.740583876 C6_control_C1 +LQ05X007070 ABC transporter B family member 1 6.229056441 C6_control_C2 +LQ05X007070 ABC transporter B family member 1 6.187372439 C6_control_C3 +LQ05X007070 ABC transporter B family member 1 5.169169781 C6_chemical_A1 +LQ05X007070 ABC transporter B family member 1 5.085502573 C6_chemical_A3 +LQ05X007070 ABC transporter B family member 1 5.521599357 C6_chemical_B1 +LQ05X007070 ABC transporter B family member 1 5.771212939 C6_chemical_B2 +LQ05X007070 ABC transporter B family member 1 5.213858994 C6_chemical_B3 +LQ05X007070 ABC transporter B family member 1 6.266789132 C6_chemical_C1 +LQ05X007070 ABC transporter B family member 1 6.094826544 C6_chemical_C2 +LQ05X007070 ABC transporter B family member 1 6.172250108 C6_chemical_C3 +LQ05X007070 ABC transporter B family member 1 5.614341794 L4_control_A1 +LQ05X007070 ABC transporter B family member 1 5.076284755 L4_control_A2 +LQ05X007070 ABC transporter B family member 1 5.600299614 L4_control_A3 +LQ05X007070 ABC transporter B family member 1 5.158277558 L4_control_B1 +LQ05X007070 ABC transporter B family member 1 5.486434259 L4_control_B2 +LQ05X007070 ABC transporter B family member 1 5.225014915 L4_control_B3 +LQ05X007070 ABC transporter B family member 1 5.489032126 L4_control_C2 +LQ05X007070 ABC transporter B family member 1 5.460667523 L4_control_C3 +LQ05X007070 ABC transporter B family member 1 5.214402655 L4_chemical_A1 +LQ05X007070 ABC transporter B family member 1 5.343173823 L4_chemical_A2 +LQ05X007070 ABC transporter B family member 1 5.354638042 L4_chemical_A3 +LQ05X007070 ABC transporter B family member 1 5.926832255 L4_chemical_B1 +LQ05X007070 ABC transporter B family member 1 5.254608747 L4_chemical_B2 +LQ05X007070 ABC transporter B family member 1 5.719712649 L4_chemical_B3 +LQ05X007070 ABC transporter B family member 1 5.81072252 L4_chemical_C2 +LQ05X007070 ABC transporter B family member 1 6.425332489 L4_chemical_C3 +LQ05X007080 Putative uncharacterized protein 6.157695005 C6_control_A1 +LQ05X007080 Putative uncharacterized protein 5.920220233 C6_control_A3 +LQ05X007080 Putative uncharacterized protein 7.199111252 C6_control_B1 +LQ05X007080 Putative uncharacterized protein 6.137624229 C6_control_B2 +LQ05X007080 Putative uncharacterized protein 7.510934395 C6_control_B3 +LQ05X007080 Putative uncharacterized protein 5.353534412 C6_control_C1 +LQ05X007080 Putative uncharacterized protein 5.848459202 C6_control_C2 +LQ05X007080 Putative uncharacterized protein 5.396372965 C6_control_C3 +LQ05X007080 Putative uncharacterized protein 6.277766916 C6_chemical_A1 +LQ05X007080 Putative uncharacterized protein 5.843593866 C6_chemical_A3 +LQ05X007080 Putative uncharacterized protein 7.439983722 C6_chemical_B1 +LQ05X007080 Putative uncharacterized protein 6.177988896 C6_chemical_B2 +LQ05X007080 Putative uncharacterized protein 6.3176923 C6_chemical_B3 +LQ05X007080 Putative uncharacterized protein 5.57038718 C6_chemical_C1 +LQ05X007080 Putative uncharacterized protein 5.607942422 C6_chemical_C2 +LQ05X007080 Putative uncharacterized protein 5.257725639 C6_chemical_C3 +LQ05X007080 Putative uncharacterized protein 6.163884787 L4_control_A1 +LQ05X007080 Putative uncharacterized protein 6.600029226 L4_control_A2 +LQ05X007080 Putative uncharacterized protein 6.43142818 L4_control_A3 +LQ05X007080 Putative uncharacterized protein 6.429448256 L4_control_B1 +LQ05X007080 Putative uncharacterized protein 6.350619458 L4_control_B2 +LQ05X007080 Putative uncharacterized protein 6.803549833 L4_control_B3 +LQ05X007080 Putative uncharacterized protein 6.126187074 L4_control_C2 +LQ05X007080 Putative uncharacterized protein 5.681248106 L4_control_C3 +LQ05X007080 Putative uncharacterized protein 6.203365415 L4_chemical_A1 +LQ05X007080 Putative uncharacterized protein 6.844405104 L4_chemical_A2 +LQ05X007080 Putative uncharacterized protein 6.638094365 L4_chemical_A3 +LQ05X007080 Putative uncharacterized protein 6.718407461 L4_chemical_B1 +LQ05X007080 Putative uncharacterized protein 6.546841001 L4_chemical_B2 +LQ05X007080 Putative uncharacterized protein 6.510520959 L4_chemical_B3 +LQ05X007080 Putative uncharacterized protein 6.742858458 L4_chemical_C2 +LQ05X007080 Putative uncharacterized protein 6.870004126 L4_chemical_C3 +LQ05X007120 S-adenosylmethionine synthase 2 13.39423774 C6_control_A1 +LQ05X007120 S-adenosylmethionine synthase 2 13.13821087 C6_control_A3 +LQ05X007120 S-adenosylmethionine synthase 2 13.49739829 C6_control_B1 +LQ05X007120 S-adenosylmethionine synthase 2 13.18819378 C6_control_B2 +LQ05X007120 S-adenosylmethionine synthase 2 13.60056027 C6_control_B3 +LQ05X007120 S-adenosylmethionine synthase 2 12.04682794 C6_control_C1 +LQ05X007120 S-adenosylmethionine synthase 2 12.41632531 C6_control_C2 +LQ05X007120 S-adenosylmethionine synthase 2 11.73604181 C6_control_C3 +LQ05X007120 S-adenosylmethionine synthase 2 13.26741325 C6_chemical_A1 +LQ05X007120 S-adenosylmethionine synthase 2 12.95954254 C6_chemical_A3 +LQ05X007120 S-adenosylmethionine synthase 2 13.42007269 C6_chemical_B1 +LQ05X007120 S-adenosylmethionine synthase 2 13.15255068 C6_chemical_B2 +LQ05X007120 S-adenosylmethionine synthase 2 13.03225846 C6_chemical_B3 +LQ05X007120 S-adenosylmethionine synthase 2 12.05133608 C6_chemical_C1 +LQ05X007120 S-adenosylmethionine synthase 2 11.96403712 C6_chemical_C2 +LQ05X007120 S-adenosylmethionine synthase 2 11.5804042 C6_chemical_C3 +LQ05X007120 S-adenosylmethionine synthase 2 13.05682241 L4_control_A1 +LQ05X007120 S-adenosylmethionine synthase 2 12.9702072 L4_control_A2 +LQ05X007120 S-adenosylmethionine synthase 2 12.85373063 L4_control_A3 +LQ05X007120 S-adenosylmethionine synthase 2 12.44468397 L4_control_B1 +LQ05X007120 S-adenosylmethionine synthase 2 13.56342739 L4_control_B2 +LQ05X007120 S-adenosylmethionine synthase 2 12.518693 L4_control_B3 +LQ05X007120 S-adenosylmethionine synthase 2 11.70156296 L4_control_C2 +LQ05X007120 S-adenosylmethionine synthase 2 10.82495948 L4_control_C3 +LQ05X007120 S-adenosylmethionine synthase 2 12.11975916 L4_chemical_A1 +LQ05X007120 S-adenosylmethionine synthase 2 12.07355887 L4_chemical_A2 +LQ05X007120 S-adenosylmethionine synthase 2 12.58308634 L4_chemical_A3 +LQ05X007120 S-adenosylmethionine synthase 2 12.37337856 L4_chemical_B1 +LQ05X007120 S-adenosylmethionine synthase 2 12.45339622 L4_chemical_B2 +LQ05X007120 S-adenosylmethionine synthase 2 12.31703178 L4_chemical_B3 +LQ05X007120 S-adenosylmethionine synthase 2 10.99735571 L4_chemical_C2 +LQ05X007120 S-adenosylmethionine synthase 2 10.57829573 L4_chemical_C3 +LQ05X007130 Thioredoxin, putative 11.3334153 C6_control_A1 +LQ05X007130 Thioredoxin, putative 11.58675061 C6_control_A3 +LQ05X007130 Thioredoxin, putative 10.97856126 C6_control_B1 +LQ05X007130 Thioredoxin, putative 10.92270233 C6_control_B2 +LQ05X007130 Thioredoxin, putative 10.94882242 C6_control_B3 +LQ05X007130 Thioredoxin, putative 10.71205029 C6_control_C1 +LQ05X007130 Thioredoxin, putative 10.79425896 C6_control_C2 +LQ05X007130 Thioredoxin, putative 10.96276019 C6_control_C3 +LQ05X007130 Thioredoxin, putative 10.8212605 C6_chemical_A1 +LQ05X007130 Thioredoxin, putative 11.47384745 C6_chemical_A3 +LQ05X007130 Thioredoxin, putative 10.40218981 C6_chemical_B1 +LQ05X007130 Thioredoxin, putative 10.61218594 C6_chemical_B2 +LQ05X007130 Thioredoxin, putative 10.64719765 C6_chemical_B3 +LQ05X007130 Thioredoxin, putative 10.64143526 C6_chemical_C1 +LQ05X007130 Thioredoxin, putative 10.92179453 C6_chemical_C2 +LQ05X007130 Thioredoxin, putative 10.61110979 C6_chemical_C3 +LQ05X007130 Thioredoxin, putative 10.90284284 L4_control_A1 +LQ05X007130 Thioredoxin, putative 10.3774605 L4_control_A2 +LQ05X007130 Thioredoxin, putative 10.04827498 L4_control_A3 +LQ05X007130 Thioredoxin, putative 10.74984845 L4_control_B1 +LQ05X007130 Thioredoxin, putative 10.07655474 L4_control_B2 +LQ05X007130 Thioredoxin, putative 10.78137681 L4_control_B3 +LQ05X007130 Thioredoxin, putative 11.45357629 L4_control_C2 +LQ05X007130 Thioredoxin, putative 10.46589667 L4_control_C3 +LQ05X007130 Thioredoxin, putative 11.03910028 L4_chemical_A1 +LQ05X007130 Thioredoxin, putative 10.5967805 L4_chemical_A2 +LQ05X007130 Thioredoxin, putative 10.68769087 L4_chemical_A3 +LQ05X007130 Thioredoxin, putative 10.99008248 L4_chemical_B1 +LQ05X007130 Thioredoxin, putative 10.79259491 L4_chemical_B2 +LQ05X007130 Thioredoxin, putative 10.38377153 L4_chemical_B3 +LQ05X007130 Thioredoxin, putative 10.9579293 L4_chemical_C2 +LQ05X007130 Thioredoxin, putative 10.68725241 L4_chemical_C3 +LQ05X007160 Putative uncharacterized protein 12.83664882 C6_control_A1 +LQ05X007160 Putative uncharacterized protein 12.53038111 C6_control_A3 +LQ05X007160 Putative uncharacterized protein 12.5271672 C6_control_B1 +LQ05X007160 Putative uncharacterized protein 12.63090433 C6_control_B2 +LQ05X007160 Putative uncharacterized protein 12.0171927 C6_control_B3 +LQ05X007160 Putative uncharacterized protein 12.40103098 C6_control_C1 +LQ05X007160 Putative uncharacterized protein 11.84565017 C6_control_C2 +LQ05X007160 Putative uncharacterized protein 11.6906302 C6_control_C3 +LQ05X007160 Putative uncharacterized protein 12.65647754 C6_chemical_A1 +LQ05X007160 Putative uncharacterized protein 12.32012088 C6_chemical_A3 +LQ05X007160 Putative uncharacterized protein 12.27080847 C6_chemical_B1 +LQ05X007160 Putative uncharacterized protein 12.52118487 C6_chemical_B2 +LQ05X007160 Putative uncharacterized protein 11.90070796 C6_chemical_B3 +LQ05X007160 Putative uncharacterized protein 12.23028418 C6_chemical_C1 +LQ05X007160 Putative uncharacterized protein 11.94506211 C6_chemical_C2 +LQ05X007160 Putative uncharacterized protein 11.75873555 C6_chemical_C3 +LQ05X007160 Putative uncharacterized protein 12.20119474 L4_control_A1 +LQ05X007160 Putative uncharacterized protein 12.20636434 L4_control_A2 +LQ05X007160 Putative uncharacterized protein 12.02185714 L4_control_A3 +LQ05X007160 Putative uncharacterized protein 12.15487874 L4_control_B1 +LQ05X007160 Putative uncharacterized protein 11.0162052 L4_control_B2 +LQ05X007160 Putative uncharacterized protein 12.13740747 L4_control_B3 +LQ05X007160 Putative uncharacterized protein 11.13631827 L4_control_C2 +LQ05X007160 Putative uncharacterized protein 10.54359407 L4_control_C3 +LQ05X007160 Putative uncharacterized protein 12.09719566 L4_chemical_A1 +LQ05X007160 Putative uncharacterized protein 12.16529257 L4_chemical_A2 +LQ05X007160 Putative uncharacterized protein 11.91339051 L4_chemical_A3 +LQ05X007160 Putative uncharacterized protein 11.61835338 L4_chemical_B1 +LQ05X007160 Putative uncharacterized protein 11.38502636 L4_chemical_B2 +LQ05X007160 Putative uncharacterized protein 11.8767722 L4_chemical_B3 +LQ05X007160 Putative uncharacterized protein 11.37401715 L4_chemical_C2 +LQ05X007160 Putative uncharacterized protein 11.02384135 L4_chemical_C3 +LQ05X007180 Predicted protein 8.722943621 C6_control_A1 +LQ05X007180 Predicted protein 9.376532691 C6_control_A3 +LQ05X007180 Predicted protein 8.556701516 C6_control_B1 +LQ05X007180 Predicted protein 9.072952221 C6_control_B2 +LQ05X007180 Predicted protein 8.613642482 C6_control_B3 +LQ05X007180 Predicted protein 9.414346616 C6_control_C1 +LQ05X007180 Predicted protein 10.39025683 C6_control_C2 +LQ05X007180 Predicted protein 9.535808969 C6_control_C3 +LQ05X007180 Predicted protein 9.672924775 C6_chemical_A1 +LQ05X007180 Predicted protein 9.51603064 C6_chemical_A3 +LQ05X007180 Predicted protein 9.649509141 C6_chemical_B1 +LQ05X007180 Predicted protein 10.02166313 C6_chemical_B2 +LQ05X007180 Predicted protein 9.403508729 C6_chemical_B3 +LQ05X007180 Predicted protein 10.17129168 C6_chemical_C1 +LQ05X007180 Predicted protein 10.41473563 C6_chemical_C2 +LQ05X007180 Predicted protein 10.39417863 C6_chemical_C3 +LQ05X007180 Predicted protein 9.426735646 L4_control_A1 +LQ05X007180 Predicted protein 9.14600187 L4_control_A2 +LQ05X007180 Predicted protein 9.279142072 L4_control_A3 +LQ05X007180 Predicted protein 9.362490378 L4_control_B1 +LQ05X007180 Predicted protein 8.691467011 L4_control_B2 +LQ05X007180 Predicted protein 9.34542532 L4_control_B3 +LQ05X007180 Predicted protein 9.696850622 L4_control_C2 +LQ05X007180 Predicted protein 9.821273562 L4_control_C3 +LQ05X007180 Predicted protein 9.424997997 L4_chemical_A1 +LQ05X007180 Predicted protein 9.245698116 L4_chemical_A2 +LQ05X007180 Predicted protein 9.597992443 L4_chemical_A3 +LQ05X007180 Predicted protein 9.376492931 L4_chemical_B1 +LQ05X007180 Predicted protein 9.400433423 L4_chemical_B2 +LQ05X007180 Predicted protein 9.184339674 L4_chemical_B3 +LQ05X007180 Predicted protein 8.680629574 L4_chemical_C2 +LQ05X007180 Predicted protein 9.52316286 L4_chemical_C3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.34131621 C6_control_A1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.36437684 C6_control_A3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.69708319 C6_control_B1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.11949311 C6_control_B2 +LQ05X007190 Dual specificity phosphatase Cdc25 13.45617808 C6_control_B3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.03155808 C6_control_C1 +LQ05X007190 Dual specificity phosphatase Cdc25 12.6903498 C6_control_C2 +LQ05X007190 Dual specificity phosphatase Cdc25 12.8830516 C6_control_C3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.50198185 C6_chemical_A1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.18443571 C6_chemical_A3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.66825848 C6_chemical_B1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.18669621 C6_chemical_B2 +LQ05X007190 Dual specificity phosphatase Cdc25 13.35633436 C6_chemical_B3 +LQ05X007190 Dual specificity phosphatase Cdc25 12.73567907 C6_chemical_C1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.0407085 C6_chemical_C2 +LQ05X007190 Dual specificity phosphatase Cdc25 12.91057242 C6_chemical_C3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.25448195 L4_control_A1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.35960705 L4_control_A2 +LQ05X007190 Dual specificity phosphatase Cdc25 13.24066304 L4_control_A3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.58147366 L4_control_B1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.19289955 L4_control_B2 +LQ05X007190 Dual specificity phosphatase Cdc25 12.99495546 L4_control_B3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.62041589 L4_control_C2 +LQ05X007190 Dual specificity phosphatase Cdc25 13.33630075 L4_control_C3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.13850312 L4_chemical_A1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.1503982 L4_chemical_A2 +LQ05X007190 Dual specificity phosphatase Cdc25 13.19120377 L4_chemical_A3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.83893064 L4_chemical_B1 +LQ05X007190 Dual specificity phosphatase Cdc25 13.67802958 L4_chemical_B2 +LQ05X007190 Dual specificity phosphatase Cdc25 13.23752056 L4_chemical_B3 +LQ05X007190 Dual specificity phosphatase Cdc25 13.57136569 L4_chemical_C2 +LQ05X007190 Dual specificity phosphatase Cdc25 13.45410275 L4_chemical_C3 +LQ05X007200 Putative uncharacterized protein 5.678801748 C6_control_A1 +LQ05X007200 Putative uncharacterized protein 5.94430088 C6_control_A3 +LQ05X007200 Putative uncharacterized protein 5.36171127 C6_control_B1 +LQ05X007200 Putative uncharacterized protein 5.277297301 C6_control_B2 +LQ05X007200 Putative uncharacterized protein 5.215994192 C6_control_B3 +LQ05X007200 Putative uncharacterized protein 5.095959318 C6_control_C1 +LQ05X007200 Putative uncharacterized protein 5.551804179 C6_control_C2 +LQ05X007200 Putative uncharacterized protein 5.433978344 C6_control_C3 +LQ05X007200 Putative uncharacterized protein 5.540904602 C6_chemical_A1 +LQ05X007200 Putative uncharacterized protein 5.737584629 C6_chemical_A3 +LQ05X007200 Putative uncharacterized protein 4.973382538 C6_chemical_B1 +LQ05X007200 Putative uncharacterized protein 5.325246745 C6_chemical_B2 +LQ05X007200 Putative uncharacterized protein 5.024828752 C6_chemical_B3 +LQ05X007200 Putative uncharacterized protein 5.676474348 C6_chemical_C1 +LQ05X007200 Putative uncharacterized protein 5.400128412 C6_chemical_C2 +LQ05X007200 Putative uncharacterized protein 5.422437913 C6_chemical_C3 +LQ05X007200 Putative uncharacterized protein 5.78660375 L4_control_A1 +LQ05X007200 Putative uncharacterized protein 5.549993877 L4_control_A2 +LQ05X007200 Putative uncharacterized protein 5.707755429 L4_control_A3 +LQ05X007200 Putative uncharacterized protein 5.504869792 L4_control_B1 +LQ05X007200 Putative uncharacterized protein 5.456642724 L4_control_B2 +LQ05X007200 Putative uncharacterized protein 5.373811707 L4_control_B3 +LQ05X007200 Putative uncharacterized protein 5.638828878 L4_control_C2 +LQ05X007200 Putative uncharacterized protein 4.898438244 L4_control_C3 +LQ05X007200 Putative uncharacterized protein 5.157452933 L4_chemical_A1 +LQ05X007200 Putative uncharacterized protein 5.486291354 L4_chemical_A2 +LQ05X007200 Putative uncharacterized protein 5.715970384 L4_chemical_A3 +LQ05X007200 Putative uncharacterized protein 5.36979011 L4_chemical_B1 +LQ05X007200 Putative uncharacterized protein 5.13269259 L4_chemical_B2 +LQ05X007200 Putative uncharacterized protein 5.164244828 L4_chemical_B3 +LQ05X007200 Putative uncharacterized protein 5.255631019 L4_chemical_C2 +LQ05X007200 Putative uncharacterized protein 5.51013976 L4_chemical_C3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.65862435 C6_control_A1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.25402291 C6_control_A3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.2227535 C6_control_B1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.1108437 C6_control_B2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.16073729 C6_control_B3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.84813675 C6_control_C1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.96041421 C6_control_C2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.6017392 C6_control_C3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.60447333 C6_chemical_A1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.11458379 C6_chemical_A3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.35414808 C6_chemical_B1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.16878408 C6_chemical_B2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.30803896 C6_chemical_B3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.38591997 C6_chemical_C1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.83795345 C6_chemical_C2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.99547655 C6_chemical_C3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.27096792 L4_control_A1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.20261109 L4_control_A2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.1309389 L4_control_A3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.68913015 L4_control_B1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.98296852 L4_control_B2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.88259639 L4_control_B3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.6962906 L4_control_C2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.87715817 L4_control_C3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 12.25830427 L4_chemical_A1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 12.78645997 L4_chemical_A2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 12.81318846 L4_chemical_A3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.87691237 L4_chemical_B1 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.46287546 L4_chemical_B2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.75647554 L4_chemical_B3 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.53367471 L4_chemical_C2 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 14.11675815 L4_chemical_C3 +LQ05X007490 Predicted protein 10.82850904 C6_control_A1 +LQ05X007490 Predicted protein 10.41823773 C6_control_A3 +LQ05X007490 Predicted protein 11.00286932 C6_control_B1 +LQ05X007490 Predicted protein 11.36695814 C6_control_B2 +LQ05X007490 Predicted protein 10.86090066 C6_control_B3 +LQ05X007490 Predicted protein 11.64306789 C6_control_C1 +LQ05X007490 Predicted protein 11.4644672 C6_control_C2 +LQ05X007490 Predicted protein 11.4596179 C6_control_C3 +LQ05X007490 Predicted protein 10.79940015 C6_chemical_A1 +LQ05X007490 Predicted protein 10.95337228 C6_chemical_A3 +LQ05X007490 Predicted protein 11.1638851 C6_chemical_B1 +LQ05X007490 Predicted protein 11.50178494 C6_chemical_B2 +LQ05X007490 Predicted protein 10.95411598 C6_chemical_B3 +LQ05X007490 Predicted protein 11.76336812 C6_chemical_C1 +LQ05X007490 Predicted protein 11.75354905 C6_chemical_C2 +LQ05X007490 Predicted protein 11.88061737 C6_chemical_C3 +LQ05X007490 Predicted protein 10.87858016 L4_control_A1 +LQ05X007490 Predicted protein 10.88143389 L4_control_A2 +LQ05X007490 Predicted protein 10.74773818 L4_control_A3 +LQ05X007490 Predicted protein 10.58957095 L4_control_B1 +LQ05X007490 Predicted protein 10.76099397 L4_control_B2 +LQ05X007490 Predicted protein 11.48154899 L4_control_B3 +LQ05X007490 Predicted protein 11.14595485 L4_control_C2 +LQ05X007490 Predicted protein 11.12984293 L4_control_C3 +LQ05X007490 Predicted protein 10.9810039 L4_chemical_A1 +LQ05X007490 Predicted protein 10.90204374 L4_chemical_A2 +LQ05X007490 Predicted protein 10.67583779 L4_chemical_A3 +LQ05X007490 Predicted protein 10.52438033 L4_chemical_B1 +LQ05X007490 Predicted protein 10.64484094 L4_chemical_B2 +LQ05X007490 Predicted protein 11.25972143 L4_chemical_B3 +LQ05X007490 Predicted protein 10.61075945 L4_chemical_C2 +LQ05X007490 Predicted protein 11.33712591 L4_chemical_C3 +LQ05X007500 Hypothetical protein 12.4178673 C6_control_A1 +LQ05X007500 Hypothetical protein 13.64068562 C6_control_A3 +LQ05X007500 Hypothetical protein 13.00030225 C6_control_B1 +LQ05X007500 Hypothetical protein 13.98769237 C6_control_B2 +LQ05X007500 Hypothetical protein 13.44035249 C6_control_B3 +LQ05X007500 Hypothetical protein 13.91623253 C6_control_C1 +LQ05X007500 Hypothetical protein 13.33874043 C6_control_C2 +LQ05X007500 Hypothetical protein 14.3524971 C6_control_C3 +LQ05X007500 Hypothetical protein 13.63193519 C6_chemical_A1 +LQ05X007500 Hypothetical protein 12.35820279 C6_chemical_A3 +LQ05X007500 Hypothetical protein 13.18602734 C6_chemical_B1 +LQ05X007500 Hypothetical protein 14.32877111 C6_chemical_B2 +LQ05X007500 Hypothetical protein 13.54266421 C6_chemical_B3 +LQ05X007500 Hypothetical protein 14.22786237 C6_chemical_C1 +LQ05X007500 Hypothetical protein 14.51714421 C6_chemical_C2 +LQ05X007500 Hypothetical protein 13.39246921 C6_chemical_C3 +LQ05X007500 Hypothetical protein 13.53850083 L4_control_A1 +LQ05X007500 Hypothetical protein 11.9132096 L4_control_A2 +LQ05X007500 Hypothetical protein 13.00249249 L4_control_A3 +LQ05X007500 Hypothetical protein 13.38146763 L4_control_B1 +LQ05X007500 Hypothetical protein 12.4274213 L4_control_B2 +LQ05X007500 Hypothetical protein 13.11766393 L4_control_B3 +LQ05X007500 Hypothetical protein 12.77861473 L4_control_C2 +LQ05X007500 Hypothetical protein 13.02836127 L4_control_C3 +LQ05X007500 Hypothetical protein 12.67603479 L4_chemical_A1 +LQ05X007500 Hypothetical protein 12.74833971 L4_chemical_A2 +LQ05X007500 Hypothetical protein 13.63827616 L4_chemical_A3 +LQ05X007500 Hypothetical protein 12.55240745 L4_chemical_B1 +LQ05X007500 Hypothetical protein 13.27510648 L4_chemical_B2 +LQ05X007500 Hypothetical protein 13.88806815 L4_chemical_B3 +LQ05X007500 Hypothetical protein 13.15920027 L4_chemical_C2 +LQ05X007500 Hypothetical protein 13.40913701 L4_chemical_C3 +LQ05X007510 Predicted protein 4.728174606 C6_control_A1 +LQ05X007510 Predicted protein 4.657658437 C6_control_A3 +LQ05X007510 Predicted protein 5.044831189 C6_control_B1 +LQ05X007510 Predicted protein 4.862920409 C6_control_B2 +LQ05X007510 Predicted protein 4.791458735 C6_control_B3 +LQ05X007510 Predicted protein 4.941204458 C6_control_C1 +LQ05X007510 Predicted protein 4.531844831 C6_control_C2 +LQ05X007510 Predicted protein 4.955106062 C6_control_C3 +LQ05X007510 Predicted protein 4.661689942 C6_chemical_A1 +LQ05X007510 Predicted protein 5.006987997 C6_chemical_A3 +LQ05X007510 Predicted protein 4.86616772 C6_chemical_B1 +LQ05X007510 Predicted protein 4.728396726 C6_chemical_B2 +LQ05X007510 Predicted protein 4.999482179 C6_chemical_B3 +LQ05X007510 Predicted protein 4.987814309 C6_chemical_C1 +LQ05X007510 Predicted protein 4.791668786 C6_chemical_C2 +LQ05X007510 Predicted protein 4.817030091 C6_chemical_C3 +LQ05X007510 Predicted protein 5.104804397 L4_control_A1 +LQ05X007510 Predicted protein 5.301446704 L4_control_A2 +LQ05X007510 Predicted protein 4.85648226 L4_control_A3 +LQ05X007510 Predicted protein 4.940240836 L4_control_B1 +LQ05X007510 Predicted protein 5.17972047 L4_control_B2 +LQ05X007510 Predicted protein 4.786902549 L4_control_B3 +LQ05X007510 Predicted protein 4.711718187 L4_control_C2 +LQ05X007510 Predicted protein 5.249309973 L4_control_C3 +LQ05X007510 Predicted protein 4.809050795 L4_chemical_A1 +LQ05X007510 Predicted protein 4.76229305 L4_chemical_A2 +LQ05X007510 Predicted protein 4.820227849 L4_chemical_A3 +LQ05X007510 Predicted protein 4.965122061 L4_chemical_B1 +LQ05X007510 Predicted protein 4.782001193 L4_chemical_B2 +LQ05X007510 Predicted protein 4.884444168 L4_chemical_B3 +LQ05X007510 Predicted protein 4.855900935 L4_chemical_C2 +LQ05X007510 Predicted protein 5.085677737 L4_chemical_C3 +LQ05X007520 Putative Cytochrome P450 97B2 12.24162786 C6_control_A1 +LQ05X007520 Putative Cytochrome P450 97B2 12.06546312 C6_control_A3 +LQ05X007520 Putative Cytochrome P450 97B2 12.53167814 C6_control_B1 +LQ05X007520 Putative Cytochrome P450 97B2 12.39189145 C6_control_B2 +LQ05X007520 Putative Cytochrome P450 97B2 12.4916118 C6_control_B3 +LQ05X007520 Putative Cytochrome P450 97B2 12.35222714 C6_control_C1 +LQ05X007520 Putative Cytochrome P450 97B2 12.19035735 C6_control_C2 +LQ05X007520 Putative Cytochrome P450 97B2 11.86606825 C6_control_C3 +LQ05X007520 Putative Cytochrome P450 97B2 12.12143814 C6_chemical_A1 +LQ05X007520 Putative Cytochrome P450 97B2 11.89552425 C6_chemical_A3 +LQ05X007520 Putative Cytochrome P450 97B2 12.47503992 C6_chemical_B1 +LQ05X007520 Putative Cytochrome P450 97B2 12.34013777 C6_chemical_B2 +LQ05X007520 Putative Cytochrome P450 97B2 12.03799472 C6_chemical_B3 +LQ05X007520 Putative Cytochrome P450 97B2 12.42664766 C6_chemical_C1 +LQ05X007520 Putative Cytochrome P450 97B2 12.12134178 C6_chemical_C2 +LQ05X007520 Putative Cytochrome P450 97B2 11.2427079 C6_chemical_C3 +LQ05X007520 Putative Cytochrome P450 97B2 11.83389408 L4_control_A1 +LQ05X007520 Putative Cytochrome P450 97B2 11.86314997 L4_control_A2 +LQ05X007520 Putative Cytochrome P450 97B2 11.83116054 L4_control_A3 +LQ05X007520 Putative Cytochrome P450 97B2 12.45472688 L4_control_B1 +LQ05X007520 Putative Cytochrome P450 97B2 12.39445509 L4_control_B2 +LQ05X007520 Putative Cytochrome P450 97B2 12.10148738 L4_control_B3 +LQ05X007520 Putative Cytochrome P450 97B2 12.89819991 L4_control_C2 +LQ05X007520 Putative Cytochrome P450 97B2 11.66318734 L4_control_C3 +LQ05X007520 Putative Cytochrome P450 97B2 11.32039813 L4_chemical_A1 +LQ05X007520 Putative Cytochrome P450 97B2 11.46085836 L4_chemical_A2 +LQ05X007520 Putative Cytochrome P450 97B2 12.03837182 L4_chemical_A3 +LQ05X007520 Putative Cytochrome P450 97B2 11.8862925 L4_chemical_B1 +LQ05X007520 Putative Cytochrome P450 97B2 12.02180633 L4_chemical_B2 +LQ05X007520 Putative Cytochrome P450 97B2 11.80794408 L4_chemical_B3 +LQ05X007520 Putative Cytochrome P450 97B2 12.69044315 L4_chemical_C2 +LQ05X007520 Putative Cytochrome P450 97B2 12.13857318 L4_chemical_C3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.84183924 C6_control_A1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 6.06254564 C6_control_A3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.759075556 C6_control_B1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 6.054176766 C6_control_B2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.59626508 C6_control_B3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.925320552 C6_control_C1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 6.53833026 C6_control_C2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.519165072 C6_control_C3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.655556222 C6_chemical_A1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.386279655 C6_chemical_A3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.428022421 C6_chemical_B1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.782624143 C6_chemical_B2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.553480473 C6_chemical_B3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 6.023672229 C6_chemical_C1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.948342672 C6_chemical_C2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.456947489 C6_chemical_C3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.387152924 L4_control_A1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.705401925 L4_control_A2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.629637258 L4_control_A3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.834712896 L4_control_B1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.874339017 L4_control_B2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.464548771 L4_control_B3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.868146359 L4_control_C2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.707033195 L4_control_C3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.727605953 L4_chemical_A1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.685465179 L4_chemical_A2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.682380048 L4_chemical_A3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.703778294 L4_chemical_B1 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.275385123 L4_chemical_B2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.760731006 L4_chemical_B3 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.442664739 L4_chemical_C2 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.438162229 L4_chemical_C3 +LQ05X007590 Predicted protein (Fragment) 6.052129935 C6_control_A1 +LQ05X007590 Predicted protein (Fragment) 5.515767824 C6_control_A3 +LQ05X007590 Predicted protein (Fragment) 5.763119365 C6_control_B1 +LQ05X007590 Predicted protein (Fragment) 5.702152203 C6_control_B2 +LQ05X007590 Predicted protein (Fragment) 5.945268716 C6_control_B3 +LQ05X007590 Predicted protein (Fragment) 6.179413176 C6_control_C1 +LQ05X007590 Predicted protein (Fragment) 5.781784059 C6_control_C2 +LQ05X007590 Predicted protein (Fragment) 5.875153635 C6_control_C3 +LQ05X007590 Predicted protein (Fragment) 5.843062569 C6_chemical_A1 +LQ05X007590 Predicted protein (Fragment) 5.753028979 C6_chemical_A3 +LQ05X007590 Predicted protein (Fragment) 5.494689444 C6_chemical_B1 +LQ05X007590 Predicted protein (Fragment) 5.521583737 C6_chemical_B2 +LQ05X007590 Predicted protein (Fragment) 5.327995625 C6_chemical_B3 +LQ05X007590 Predicted protein (Fragment) 6.13816607 C6_chemical_C1 +LQ05X007590 Predicted protein (Fragment) 5.915854725 C6_chemical_C2 +LQ05X007590 Predicted protein (Fragment) 5.509277677 C6_chemical_C3 +LQ05X007590 Predicted protein (Fragment) 6.221016932 L4_control_A1 +LQ05X007590 Predicted protein (Fragment) 6.14164259 L4_control_A2 +LQ05X007590 Predicted protein (Fragment) 6.628431847 L4_control_A3 +LQ05X007590 Predicted protein (Fragment) 6.144682582 L4_control_B1 +LQ05X007590 Predicted protein (Fragment) 6.450876674 L4_control_B2 +LQ05X007590 Predicted protein (Fragment) 6.363545367 L4_control_B3 +LQ05X007590 Predicted protein (Fragment) 6.362861483 L4_control_C2 +LQ05X007590 Predicted protein (Fragment) 5.556933073 L4_control_C3 +LQ05X007590 Predicted protein (Fragment) 5.894647093 L4_chemical_A1 +LQ05X007590 Predicted protein (Fragment) 6.316735714 L4_chemical_A2 +LQ05X007590 Predicted protein (Fragment) 6.452347515 L4_chemical_A3 +LQ05X007590 Predicted protein (Fragment) 5.983765014 L4_chemical_B1 +LQ05X007590 Predicted protein (Fragment) 6.779313528 L4_chemical_B2 +LQ05X007590 Predicted protein (Fragment) 6.021833088 L4_chemical_B3 +LQ05X007590 Predicted protein (Fragment) 6.529529944 L4_chemical_C2 +LQ05X007590 Predicted protein (Fragment) 5.6371206 L4_chemical_C3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.01070975 C6_control_A1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.30956953 C6_control_A3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.12451665 C6_control_B1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.99990308 C6_control_B2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.83751534 C6_control_B3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.32669463 C6_control_C1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.98903965 C6_control_C2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.94379322 C6_control_C3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.99690465 C6_chemical_A1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.27239712 C6_chemical_A3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.12287627 C6_chemical_B1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.90095856 C6_chemical_B2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.55291294 C6_chemical_B3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.36861395 C6_chemical_C1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.17155856 C6_chemical_C2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.94115361 C6_chemical_C3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.84713688 L4_control_A1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.29105758 L4_control_A2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 11.91385991 L4_control_A3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.84307677 L4_control_B1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.42646733 L4_control_B2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.73983047 L4_control_B3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.21051837 L4_control_C2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.2002456 L4_control_C3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.95267976 L4_chemical_A1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 13.08720709 L4_chemical_A2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 11.94152977 L4_chemical_A3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.87722525 L4_chemical_B1 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.61261618 L4_chemical_B2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.93614067 L4_chemical_B3 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.45744433 L4_chemical_C2 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.40382038 L4_chemical_C3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.54208552 C6_control_A1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.31232163 C6_control_A3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.79822678 C6_control_B1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.62547366 C6_control_B2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.90893397 C6_control_B3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 10.65883483 C6_control_C1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.03679603 C6_control_C2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 10.19201438 C6_control_C3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.36648828 C6_chemical_A1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.26630363 C6_chemical_A3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.73605945 C6_chemical_B1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.65404987 C6_chemical_B2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.66414383 C6_chemical_B3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 10.54291823 C6_chemical_C1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 10.71354884 C6_chemical_C2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 10.34001056 C6_chemical_C3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.60929952 L4_control_A1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 12.28476013 L4_control_A2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.60397652 L4_control_A3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.99212159 L4_control_B1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 12.6263168 L4_control_B2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.47787099 L4_control_B3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.01494362 L4_control_C2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 10.86281927 L4_control_C3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.50225658 L4_chemical_A1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 12.04672632 L4_chemical_A2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.61685746 L4_chemical_A3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.86139014 L4_chemical_B1 +LQ05X007650 Putative Aspartic proteinase-like protein 2 12.00665935 L4_chemical_B2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 12.09457709 L4_chemical_B3 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.00216603 L4_chemical_C2 +LQ05X007650 Putative Aspartic proteinase-like protein 2 10.7646242 L4_chemical_C3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.435975697 C6_control_A1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 6.226011737 C6_control_A3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.961659248 C6_control_B1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.574127872 C6_control_B2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.893458092 C6_control_B3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 6.192664478 C6_control_C1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 6.937525496 C6_control_C2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.37943132 C6_control_C3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.53146199 C6_chemical_A1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.611623989 C6_chemical_A3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.935717577 C6_chemical_B1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.954279121 C6_chemical_B2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.374067741 C6_chemical_B3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.913460203 C6_chemical_C1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.853493754 C6_chemical_C2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.471192916 C6_chemical_C3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.524848709 L4_control_A1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.266433144 L4_control_A2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.234410605 L4_control_A3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.234970912 L4_control_B1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.130370725 L4_control_B2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.214697352 L4_control_B3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 6.059074943 L4_control_C2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.387650951 L4_control_C3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.172350082 L4_chemical_A1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.253205952 L4_chemical_A2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.363276227 L4_chemical_A3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.275464304 L4_chemical_B1 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.551940394 L4_chemical_B2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.251611118 L4_chemical_B3 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.25528202 L4_chemical_C2 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 6.348246622 L4_chemical_C3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.026804554 C6_control_A1 +LQ05X007800 Probable glycosyltransferase At5g03795 5.226260927 C6_control_A3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.250862338 C6_control_B1 +LQ05X007800 Probable glycosyltransferase At5g03795 5.33652416 C6_control_B2 +LQ05X007800 Probable glycosyltransferase At5g03795 5.611034064 C6_control_B3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.574780154 C6_control_C1 +LQ05X007800 Probable glycosyltransferase At5g03795 6.759350491 C6_control_C2 +LQ05X007800 Probable glycosyltransferase At5g03795 5.390295879 C6_control_C3 +LQ05X007800 Probable glycosyltransferase At5g03795 4.982039319 C6_chemical_A1 +LQ05X007800 Probable glycosyltransferase At5g03795 4.863330214 C6_chemical_A3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.252310479 C6_chemical_B1 +LQ05X007800 Probable glycosyltransferase At5g03795 5.142563156 C6_chemical_B2 +LQ05X007800 Probable glycosyltransferase At5g03795 5.10900814 C6_chemical_B3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.935158831 C6_chemical_C1 +LQ05X007800 Probable glycosyltransferase At5g03795 5.991411075 C6_chemical_C2 +LQ05X007800 Probable glycosyltransferase At5g03795 5.368209335 C6_chemical_C3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.137964869 L4_control_A1 +LQ05X007800 Probable glycosyltransferase At5g03795 4.964394388 L4_control_A2 +LQ05X007800 Probable glycosyltransferase At5g03795 4.954850972 L4_control_A3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.018805266 L4_control_B1 +LQ05X007800 Probable glycosyltransferase At5g03795 5.309623769 L4_control_B2 +LQ05X007800 Probable glycosyltransferase At5g03795 5.183412777 L4_control_B3 +LQ05X007800 Probable glycosyltransferase At5g03795 6.319390622 L4_control_C2 +LQ05X007800 Probable glycosyltransferase At5g03795 6.159679142 L4_control_C3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.241257967 L4_chemical_A1 +LQ05X007800 Probable glycosyltransferase At5g03795 4.730708823 L4_chemical_A2 +LQ05X007800 Probable glycosyltransferase At5g03795 5.073968895 L4_chemical_A3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.272461022 L4_chemical_B1 +LQ05X007800 Probable glycosyltransferase At5g03795 5.236052421 L4_chemical_B2 +LQ05X007800 Probable glycosyltransferase At5g03795 5.319375538 L4_chemical_B3 +LQ05X007800 Probable glycosyltransferase At5g03795 5.050485019 L4_chemical_C2 +LQ05X007800 Probable glycosyltransferase At5g03795 5.440158594 L4_chemical_C3 +LQ05X007830 Putative Embryonic protein DC-8 5.551582071 C6_control_A1 +LQ05X007830 Putative Embryonic protein DC-8 5.11487834 C6_control_A3 +LQ05X007830 Putative Embryonic protein DC-8 5.514885685 C6_control_B1 +LQ05X007830 Putative Embryonic protein DC-8 5.165680122 C6_control_B2 +LQ05X007830 Putative Embryonic protein DC-8 5.798561283 C6_control_B3 +LQ05X007830 Putative Embryonic protein DC-8 5.264627342 C6_control_C1 +LQ05X007830 Putative Embryonic protein DC-8 4.861379654 C6_control_C2 +LQ05X007830 Putative Embryonic protein DC-8 5.175862985 C6_control_C3 +LQ05X007830 Putative Embryonic protein DC-8 5.128815883 C6_chemical_A1 +LQ05X007830 Putative Embryonic protein DC-8 4.961023505 C6_chemical_A3 +LQ05X007830 Putative Embryonic protein DC-8 5.446431036 C6_chemical_B1 +LQ05X007830 Putative Embryonic protein DC-8 5.007581842 C6_chemical_B2 +LQ05X007830 Putative Embryonic protein DC-8 5.031428073 C6_chemical_B3 +LQ05X007830 Putative Embryonic protein DC-8 5.317726737 C6_chemical_C1 +LQ05X007830 Putative Embryonic protein DC-8 4.98513306 C6_chemical_C2 +LQ05X007830 Putative Embryonic protein DC-8 5.139713434 C6_chemical_C3 +LQ05X007830 Putative Embryonic protein DC-8 5.457562152 L4_control_A1 +LQ05X007830 Putative Embryonic protein DC-8 5.323112043 L4_control_A2 +LQ05X007830 Putative Embryonic protein DC-8 5.376248977 L4_control_A3 +LQ05X007830 Putative Embryonic protein DC-8 5.984845694 L4_control_B1 +LQ05X007830 Putative Embryonic protein DC-8 5.03143327 L4_control_B2 +LQ05X007830 Putative Embryonic protein DC-8 5.650230673 L4_control_B3 +LQ05X007830 Putative Embryonic protein DC-8 5.424232935 L4_control_C2 +LQ05X007830 Putative Embryonic protein DC-8 5.51297037 L4_control_C3 +LQ05X007830 Putative Embryonic protein DC-8 5.162525542 L4_chemical_A1 +LQ05X007830 Putative Embryonic protein DC-8 5.28731511 L4_chemical_A2 +LQ05X007830 Putative Embryonic protein DC-8 5.79812823 L4_chemical_A3 +LQ05X007830 Putative Embryonic protein DC-8 5.30046935 L4_chemical_B1 +LQ05X007830 Putative Embryonic protein DC-8 5.254751547 L4_chemical_B2 +LQ05X007830 Putative Embryonic protein DC-8 5.564014121 L4_chemical_B3 +LQ05X007830 Putative Embryonic protein DC-8 4.952615275 L4_chemical_C2 +LQ05X007830 Putative Embryonic protein DC-8 5.137450736 L4_chemical_C3 +LQ05X007930 Putative Protein kinase dsk1 4.882485574 C6_control_A1 +LQ05X007930 Putative Protein kinase dsk1 4.866486417 C6_control_A3 +LQ05X007930 Putative Protein kinase dsk1 5.173719833 C6_control_B1 +LQ05X007930 Putative Protein kinase dsk1 4.955520888 C6_control_B2 +LQ05X007930 Putative Protein kinase dsk1 5.124418667 C6_control_B3 +LQ05X007930 Putative Protein kinase dsk1 4.865296448 C6_control_C1 +LQ05X007930 Putative Protein kinase dsk1 4.944555449 C6_control_C2 +LQ05X007930 Putative Protein kinase dsk1 4.871519659 C6_control_C3 +LQ05X007930 Putative Protein kinase dsk1 5.023848013 C6_chemical_A1 +LQ05X007930 Putative Protein kinase dsk1 5.005556732 C6_chemical_A3 +LQ05X007930 Putative Protein kinase dsk1 4.858700069 C6_chemical_B1 +LQ05X007930 Putative Protein kinase dsk1 4.936683607 C6_chemical_B2 +LQ05X007930 Putative Protein kinase dsk1 4.864368247 C6_chemical_B3 +LQ05X007930 Putative Protein kinase dsk1 4.822455203 C6_chemical_C1 +LQ05X007930 Putative Protein kinase dsk1 4.950038735 C6_chemical_C2 +LQ05X007930 Putative Protein kinase dsk1 4.892676589 C6_chemical_C3 +LQ05X007930 Putative Protein kinase dsk1 4.980148921 L4_control_A1 +LQ05X007930 Putative Protein kinase dsk1 5.239271132 L4_control_A2 +LQ05X007930 Putative Protein kinase dsk1 5.279466193 L4_control_A3 +LQ05X007930 Putative Protein kinase dsk1 5.185492394 L4_control_B1 +LQ05X007930 Putative Protein kinase dsk1 5.278446965 L4_control_B2 +LQ05X007930 Putative Protein kinase dsk1 5.211645539 L4_control_B3 +LQ05X007930 Putative Protein kinase dsk1 5.464608146 L4_control_C2 +LQ05X007930 Putative Protein kinase dsk1 5.318645805 L4_control_C3 +LQ05X007930 Putative Protein kinase dsk1 5.025062153 L4_chemical_A1 +LQ05X007930 Putative Protein kinase dsk1 5.058450611 L4_chemical_A2 +LQ05X007930 Putative Protein kinase dsk1 5.127086463 L4_chemical_A3 +LQ05X007930 Putative Protein kinase dsk1 5.072649222 L4_chemical_B1 +LQ05X007930 Putative Protein kinase dsk1 5.288762394 L4_chemical_B2 +LQ05X007930 Putative Protein kinase dsk1 4.867238514 L4_chemical_B3 +LQ05X007930 Putative Protein kinase dsk1 5.653716467 L4_chemical_C2 +LQ05X007930 Putative Protein kinase dsk1 5.922360436 L4_chemical_C3 +LQ05X007940 60S ribosomal protein L24 14.36544415 C6_control_A1 +LQ05X007940 60S ribosomal protein L24 14.65391492 C6_control_A3 +LQ05X007940 60S ribosomal protein L24 14.26357043 C6_control_B1 +LQ05X007940 60S ribosomal protein L24 14.55072434 C6_control_B2 +LQ05X007940 60S ribosomal protein L24 14.20399788 C6_control_B3 +LQ05X007940 60S ribosomal protein L24 14.31847724 C6_control_C1 +LQ05X007940 60S ribosomal protein L24 14.49774651 C6_control_C2 +LQ05X007940 60S ribosomal protein L24 14.42150889 C6_control_C3 +LQ05X007940 60S ribosomal protein L24 14.00719042 C6_chemical_A1 +LQ05X007940 60S ribosomal protein L24 14.40657084 C6_chemical_A3 +LQ05X007940 60S ribosomal protein L24 13.89140034 C6_chemical_B1 +LQ05X007940 60S ribosomal protein L24 14.10832861 C6_chemical_B2 +LQ05X007940 60S ribosomal protein L24 13.84184413 C6_chemical_B3 +LQ05X007940 60S ribosomal protein L24 14.49066443 C6_chemical_C1 +LQ05X007940 60S ribosomal protein L24 14.2748061 C6_chemical_C2 +LQ05X007940 60S ribosomal protein L24 14.35749651 C6_chemical_C3 +LQ05X007940 60S ribosomal protein L24 14.10523672 L4_control_A1 +LQ05X007940 60S ribosomal protein L24 14.49660697 L4_control_A2 +LQ05X007940 60S ribosomal protein L24 13.78264825 L4_control_A3 +LQ05X007940 60S ribosomal protein L24 14.34594557 L4_control_B1 +LQ05X007940 60S ribosomal protein L24 13.57692717 L4_control_B2 +LQ05X007940 60S ribosomal protein L24 14.21585347 L4_control_B3 +LQ05X007940 60S ribosomal protein L24 13.92633464 L4_control_C2 +LQ05X007940 60S ribosomal protein L24 13.97437671 L4_control_C3 +LQ05X007940 60S ribosomal protein L24 14.23000656 L4_chemical_A1 +LQ05X007940 60S ribosomal protein L24 14.13779439 L4_chemical_A2 +LQ05X007940 60S ribosomal protein L24 13.55187173 L4_chemical_A3 +LQ05X007940 60S ribosomal protein L24 13.8670593 L4_chemical_B1 +LQ05X007940 60S ribosomal protein L24 13.89697425 L4_chemical_B2 +LQ05X007940 60S ribosomal protein L24 14.35215075 L4_chemical_B3 +LQ05X007940 60S ribosomal protein L24 13.79100382 L4_chemical_C2 +LQ05X007940 60S ribosomal protein L24 13.98154818 L4_chemical_C3 +LQ05X007960 F-box protein PP2-A15 11.39843131 C6_control_A1 +LQ05X007960 F-box protein PP2-A15 11.4399647 C6_control_A3 +LQ05X007960 F-box protein PP2-A15 11.53179546 C6_control_B1 +LQ05X007960 F-box protein PP2-A15 11.55892566 C6_control_B2 +LQ05X007960 F-box protein PP2-A15 11.23074775 C6_control_B3 +LQ05X007960 F-box protein PP2-A15 11.60401541 C6_control_C1 +LQ05X007960 F-box protein PP2-A15 11.46270061 C6_control_C2 +LQ05X007960 F-box protein PP2-A15 11.3086321 C6_control_C3 +LQ05X007960 F-box protein PP2-A15 11.27810911 C6_chemical_A1 +LQ05X007960 F-box protein PP2-A15 11.19941695 C6_chemical_A3 +LQ05X007960 F-box protein PP2-A15 11.4882972 C6_chemical_B1 +LQ05X007960 F-box protein PP2-A15 11.52082259 C6_chemical_B2 +LQ05X007960 F-box protein PP2-A15 11.22518918 C6_chemical_B3 +LQ05X007960 F-box protein PP2-A15 11.66676342 C6_chemical_C1 +LQ05X007960 F-box protein PP2-A15 11.35030375 C6_chemical_C2 +LQ05X007960 F-box protein PP2-A15 11.13112265 C6_chemical_C3 +LQ05X007960 F-box protein PP2-A15 11.22890949 L4_control_A1 +LQ05X007960 F-box protein PP2-A15 10.57883464 L4_control_A2 +LQ05X007960 F-box protein PP2-A15 10.92773498 L4_control_A3 +LQ05X007960 F-box protein PP2-A15 10.70258175 L4_control_B1 +LQ05X007960 F-box protein PP2-A15 10.61761686 L4_control_B2 +LQ05X007960 F-box protein PP2-A15 11.59130438 L4_control_B3 +LQ05X007960 F-box protein PP2-A15 11.12459453 L4_control_C2 +LQ05X007960 F-box protein PP2-A15 11.23826596 L4_control_C3 +LQ05X007960 F-box protein PP2-A15 11.34203344 L4_chemical_A1 +LQ05X007960 F-box protein PP2-A15 10.41205645 L4_chemical_A2 +LQ05X007960 F-box protein PP2-A15 10.90894904 L4_chemical_A3 +LQ05X007960 F-box protein PP2-A15 10.63782428 L4_chemical_B1 +LQ05X007960 F-box protein PP2-A15 10.56505419 L4_chemical_B2 +LQ05X007960 F-box protein PP2-A15 11.2052837 L4_chemical_B3 +LQ05X007960 F-box protein PP2-A15 11.31633833 L4_chemical_C2 +LQ05X007960 F-box protein PP2-A15 11.1198623 L4_chemical_C3 +LQ05X007980 Putative uncharacterized protein 10.68117199 C6_control_A1 +LQ05X007980 Putative uncharacterized protein 10.89231137 C6_control_A3 +LQ05X007980 Putative uncharacterized protein 10.38734789 C6_control_B1 +LQ05X007980 Putative uncharacterized protein 10.49137896 C6_control_B2 +LQ05X007980 Putative uncharacterized protein 10.49219711 C6_control_B3 +LQ05X007980 Putative uncharacterized protein 10.62091975 C6_control_C1 +LQ05X007980 Putative uncharacterized protein 10.5549829 C6_control_C2 +LQ05X007980 Putative uncharacterized protein 10.88705183 C6_control_C3 +LQ05X007980 Putative uncharacterized protein 10.4564311 C6_chemical_A1 +LQ05X007980 Putative uncharacterized protein 10.85302341 C6_chemical_A3 +LQ05X007980 Putative uncharacterized protein 10.12342821 C6_chemical_B1 +LQ05X007980 Putative uncharacterized protein 10.42986713 C6_chemical_B2 +LQ05X007980 Putative uncharacterized protein 10.25075752 C6_chemical_B3 +LQ05X007980 Putative uncharacterized protein 10.38808768 C6_chemical_C1 +LQ05X007980 Putative uncharacterized protein 10.40168063 C6_chemical_C2 +LQ05X007980 Putative uncharacterized protein 10.59447611 C6_chemical_C3 +LQ05X007980 Putative uncharacterized protein 11.04427991 L4_control_A1 +LQ05X007980 Putative uncharacterized protein 11.09913529 L4_control_A2 +LQ05X007980 Putative uncharacterized protein 11.256372 L4_control_A3 +LQ05X007980 Putative uncharacterized protein 10.48455605 L4_control_B1 +LQ05X007980 Putative uncharacterized protein 10.6582322 L4_control_B2 +LQ05X007980 Putative uncharacterized protein 11.09206033 L4_control_B3 +LQ05X007980 Putative uncharacterized protein 11.22299321 L4_control_C2 +LQ05X007980 Putative uncharacterized protein 10.94765467 L4_control_C3 +LQ05X007980 Putative uncharacterized protein 13.02405045 L4_chemical_A1 +LQ05X007980 Putative uncharacterized protein 11.01500334 L4_chemical_A2 +LQ05X007980 Putative uncharacterized protein 11.78292261 L4_chemical_A3 +LQ05X007980 Putative uncharacterized protein 10.64167457 L4_chemical_B1 +LQ05X007980 Putative uncharacterized protein 10.73954036 L4_chemical_B2 +LQ05X007980 Putative uncharacterized protein 10.32842121 L4_chemical_B3 +LQ05X007980 Putative uncharacterized protein 11.27429204 L4_chemical_C2 +LQ05X007980 Putative uncharacterized protein 10.93613082 L4_chemical_C3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.807300615 C6_control_A1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.634887347 C6_control_A3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.031351633 C6_control_B1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 5.601968996 C6_control_B2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.507028401 C6_control_B3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.336049594 C6_control_C1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 5.268912799 C6_control_C2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.171677342 C6_control_C3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.461154831 C6_chemical_A1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.328386113 C6_chemical_A3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.247336029 C6_chemical_B1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 5.611415556 C6_chemical_B2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.4349271 C6_chemical_B3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.044472836 C6_chemical_C1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 5.85774963 C6_chemical_C2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.103715752 C6_chemical_C3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.51590383 L4_control_A1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.728149292 L4_control_A2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.399358869 L4_control_A3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 9.141125015 L4_control_B1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.611488203 L4_control_B2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.010836462 L4_control_B3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.887354413 L4_control_C2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.432370229 L4_control_C3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.489933136 L4_chemical_A1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 8.336441895 L4_chemical_A2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 8.689659108 L4_chemical_A3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 6.443762623 L4_chemical_B1 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.406194921 L4_chemical_B2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 5.991595954 L4_chemical_B3 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 9.068428516 L4_chemical_C2 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.801291613 L4_chemical_C3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.786106822 C6_control_A1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.89923865 C6_control_A3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.125813096 C6_control_B1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.951387181 C6_control_B2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.056344821 C6_control_B3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.784014119 C6_control_C1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.602964511 C6_control_C2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.812984838 C6_control_C3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.990136611 C6_chemical_A1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.169340484 C6_chemical_A3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.988221489 C6_chemical_B1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.901385802 C6_chemical_B2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.652880903 C6_chemical_B3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.868624925 C6_chemical_C1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.757866245 C6_chemical_C2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.976665022 C6_chemical_C3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.625755367 L4_control_A1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.624830299 L4_control_A2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.589153173 L4_control_A3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.64168358 L4_control_B1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.691316545 L4_control_B2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.142287992 L4_control_B3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.872910849 L4_control_C2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.600697192 L4_control_C3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.081165787 L4_chemical_A1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.226704174 L4_chemical_A2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.786056419 L4_chemical_A3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.77252663 L4_chemical_B1 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 7.004422317 L4_chemical_B2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 6.029191113 L4_chemical_B3 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.959374076 L4_chemical_C2 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 7.045465886 L4_chemical_C3 +LQ05X008151 Putative uncharacterized protein 5.113069586 C6_control_A1 +LQ05X008151 Putative uncharacterized protein 4.951671488 C6_control_A3 +LQ05X008151 Putative uncharacterized protein 5.041387186 C6_control_B1 +LQ05X008151 Putative uncharacterized protein 5.012943898 C6_control_B2 +LQ05X008151 Putative uncharacterized protein 4.95341306 C6_control_B3 +LQ05X008151 Putative uncharacterized protein 5.469840578 C6_control_C1 +LQ05X008151 Putative uncharacterized protein 5.242657666 C6_control_C2 +LQ05X008151 Putative uncharacterized protein 5.173876849 C6_control_C3 +LQ05X008151 Putative uncharacterized protein 5.120659298 C6_chemical_A1 +LQ05X008151 Putative uncharacterized protein 5.175209449 C6_chemical_A3 +LQ05X008151 Putative uncharacterized protein 5.253041285 C6_chemical_B1 +LQ05X008151 Putative uncharacterized protein 5.121333078 C6_chemical_B2 +LQ05X008151 Putative uncharacterized protein 5.666053856 C6_chemical_B3 +LQ05X008151 Putative uncharacterized protein 6.341035707 C6_chemical_C1 +LQ05X008151 Putative uncharacterized protein 5.510390958 C6_chemical_C2 +LQ05X008151 Putative uncharacterized protein 5.701840785 C6_chemical_C3 +LQ05X008151 Putative uncharacterized protein 5.948644301 L4_control_A1 +LQ05X008151 Putative uncharacterized protein 5.287078182 L4_control_A2 +LQ05X008151 Putative uncharacterized protein 5.225279492 L4_control_A3 +LQ05X008151 Putative uncharacterized protein 5.165384786 L4_control_B1 +LQ05X008151 Putative uncharacterized protein 5.4991358 L4_control_B2 +LQ05X008151 Putative uncharacterized protein 5.459882816 L4_control_B3 +LQ05X008151 Putative uncharacterized protein 5.449647668 L4_control_C2 +LQ05X008151 Putative uncharacterized protein 5.203659368 L4_control_C3 +LQ05X008151 Putative uncharacterized protein 6.069779799 L4_chemical_A1 +LQ05X008151 Putative uncharacterized protein 5.219044579 L4_chemical_A2 +LQ05X008151 Putative uncharacterized protein 5.201924999 L4_chemical_A3 +LQ05X008151 Putative uncharacterized protein 5.801938518 L4_chemical_B1 +LQ05X008151 Putative uncharacterized protein 5.102471869 L4_chemical_B2 +LQ05X008151 Putative uncharacterized protein 5.196865531 L4_chemical_B3 +LQ05X008151 Putative uncharacterized protein 5.430164766 L4_chemical_C2 +LQ05X008151 Putative uncharacterized protein 4.607825663 L4_chemical_C3 +LQ05X008170 DNA binding protein, putative 7.971860842 C6_control_A1 +LQ05X008170 DNA binding protein, putative 7.178344587 C6_control_A3 +LQ05X008170 DNA binding protein, putative 7.642877385 C6_control_B1 +LQ05X008170 DNA binding protein, putative 7.146916721 C6_control_B2 +LQ05X008170 DNA binding protein, putative 7.456558845 C6_control_B3 +LQ05X008170 DNA binding protein, putative 7.416477319 C6_control_C1 +LQ05X008170 DNA binding protein, putative 6.08081114 C6_control_C2 +LQ05X008170 DNA binding protein, putative 6.884661665 C6_control_C3 +LQ05X008170 DNA binding protein, putative 7.896458032 C6_chemical_A1 +LQ05X008170 DNA binding protein, putative 7.240542739 C6_chemical_A3 +LQ05X008170 DNA binding protein, putative 6.970984604 C6_chemical_B1 +LQ05X008170 DNA binding protein, putative 6.888215202 C6_chemical_B2 +LQ05X008170 DNA binding protein, putative 7.232879118 C6_chemical_B3 +LQ05X008170 DNA binding protein, putative 7.056616747 C6_chemical_C1 +LQ05X008170 DNA binding protein, putative 6.488191562 C6_chemical_C2 +LQ05X008170 DNA binding protein, putative 7.044591716 C6_chemical_C3 +LQ05X008170 DNA binding protein, putative 7.96038734 L4_control_A1 +LQ05X008170 DNA binding protein, putative 8.197215663 L4_control_A2 +LQ05X008170 DNA binding protein, putative 8.667823209 L4_control_A3 +LQ05X008170 DNA binding protein, putative 7.386631222 L4_control_B1 +LQ05X008170 DNA binding protein, putative 7.510562243 L4_control_B2 +LQ05X008170 DNA binding protein, putative 7.722481159 L4_control_B3 +LQ05X008170 DNA binding protein, putative 6.976813273 L4_control_C2 +LQ05X008170 DNA binding protein, putative 7.17041593 L4_control_C3 +LQ05X008170 DNA binding protein, putative 7.362459298 L4_chemical_A1 +LQ05X008170 DNA binding protein, putative 7.861577774 L4_chemical_A2 +LQ05X008170 DNA binding protein, putative 7.76925978 L4_chemical_A3 +LQ05X008170 DNA binding protein, putative 7.630200896 L4_chemical_B1 +LQ05X008170 DNA binding protein, putative 7.252930204 L4_chemical_B2 +LQ05X008170 DNA binding protein, putative 7.556226235 L4_chemical_B3 +LQ05X008170 DNA binding protein, putative 6.364316842 L4_chemical_C2 +LQ05X008170 DNA binding protein, putative 6.50606762 L4_chemical_C3 +LQ05X008180 Putative uncharacterized protein 5.73741204 C6_control_A1 +LQ05X008180 Putative uncharacterized protein 5.195917915 C6_control_A3 +LQ05X008180 Putative uncharacterized protein 5.421275345 C6_control_B1 +LQ05X008180 Putative uncharacterized protein 5.3118263 C6_control_B2 +LQ05X008180 Putative uncharacterized protein 5.522550703 C6_control_B3 +LQ05X008180 Putative uncharacterized protein 5.563499072 C6_control_C1 +LQ05X008180 Putative uncharacterized protein 5.315617599 C6_control_C2 +LQ05X008180 Putative uncharacterized protein 5.161599402 C6_control_C3 +LQ05X008180 Putative uncharacterized protein 5.406017009 C6_chemical_A1 +LQ05X008180 Putative uncharacterized protein 5.195482397 C6_chemical_A3 +LQ05X008180 Putative uncharacterized protein 5.530602934 C6_chemical_B1 +LQ05X008180 Putative uncharacterized protein 5.3523479 C6_chemical_B2 +LQ05X008180 Putative uncharacterized protein 5.4860652 C6_chemical_B3 +LQ05X008180 Putative uncharacterized protein 5.438844025 C6_chemical_C1 +LQ05X008180 Putative uncharacterized protein 5.349068015 C6_chemical_C2 +LQ05X008180 Putative uncharacterized protein 5.002223354 C6_chemical_C3 +LQ05X008180 Putative uncharacterized protein 5.084513727 L4_control_A1 +LQ05X008180 Putative uncharacterized protein 5.611810712 L4_control_A2 +LQ05X008180 Putative uncharacterized protein 5.242361012 L4_control_A3 +LQ05X008180 Putative uncharacterized protein 5.448710162 L4_control_B1 +LQ05X008180 Putative uncharacterized protein 5.293745966 L4_control_B2 +LQ05X008180 Putative uncharacterized protein 5.194262206 L4_control_B3 +LQ05X008180 Putative uncharacterized protein 5.464677351 L4_control_C2 +LQ05X008180 Putative uncharacterized protein 4.985726411 L4_control_C3 +LQ05X008180 Putative uncharacterized protein 5.137490191 L4_chemical_A1 +LQ05X008180 Putative uncharacterized protein 5.582761849 L4_chemical_A2 +LQ05X008180 Putative uncharacterized protein 5.35450313 L4_chemical_A3 +LQ05X008180 Putative uncharacterized protein 5.297990484 L4_chemical_B1 +LQ05X008180 Putative uncharacterized protein 5.658039157 L4_chemical_B2 +LQ05X008180 Putative uncharacterized protein 5.239249561 L4_chemical_B3 +LQ05X008180 Putative uncharacterized protein 6.268364447 L4_chemical_C2 +LQ05X008180 Putative uncharacterized protein 5.135750634 L4_chemical_C3 +LQ05X008190 Predicted protein 6.570626312 C6_control_A1 +LQ05X008190 Predicted protein 6.590287867 C6_control_A3 +LQ05X008190 Predicted protein 5.971982354 C6_control_B1 +LQ05X008190 Predicted protein 6.278197702 C6_control_B2 +LQ05X008190 Predicted protein 6.463929214 C6_control_B3 +LQ05X008190 Predicted protein 5.910708702 C6_control_C1 +LQ05X008190 Predicted protein 5.971569812 C6_control_C2 +LQ05X008190 Predicted protein 6.114433898 C6_control_C3 +LQ05X008190 Predicted protein 6.624188234 C6_chemical_A1 +LQ05X008190 Predicted protein 6.194930919 C6_chemical_A3 +LQ05X008190 Predicted protein 6.148521228 C6_chemical_B1 +LQ05X008190 Predicted protein 6.248076351 C6_chemical_B2 +LQ05X008190 Predicted protein 6.440571986 C6_chemical_B3 +LQ05X008190 Predicted protein 6.071394779 C6_chemical_C1 +LQ05X008190 Predicted protein 6.343133055 C6_chemical_C2 +LQ05X008190 Predicted protein 5.959739149 C6_chemical_C3 +LQ05X008190 Predicted protein 6.252717264 L4_control_A1 +LQ05X008190 Predicted protein 6.943484522 L4_control_A2 +LQ05X008190 Predicted protein 7.120648252 L4_control_A3 +LQ05X008190 Predicted protein 6.409084348 L4_control_B1 +LQ05X008190 Predicted protein 6.791034236 L4_control_B2 +LQ05X008190 Predicted protein 6.247086305 L4_control_B3 +LQ05X008190 Predicted protein 6.267870161 L4_control_C2 +LQ05X008190 Predicted protein 5.477862573 L4_control_C3 +LQ05X008190 Predicted protein 6.50615065 L4_chemical_A1 +LQ05X008190 Predicted protein 6.92459979 L4_chemical_A2 +LQ05X008190 Predicted protein 7.396271042 L4_chemical_A3 +LQ05X008190 Predicted protein 6.732107911 L4_chemical_B1 +LQ05X008190 Predicted protein 6.672755424 L4_chemical_B2 +LQ05X008190 Predicted protein 5.997947921 L4_chemical_B3 +LQ05X008190 Predicted protein 6.048609962 L4_chemical_C2 +LQ05X008190 Predicted protein 6.121043274 L4_chemical_C3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.476712753 C6_control_A1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 6.131008624 C6_control_A3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.826629445 C6_control_B1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.564779222 C6_control_B2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.837438033 C6_control_B3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.276104895 C6_control_C1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.187275059 C6_control_C2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 4.950537453 C6_control_C3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.450778521 C6_chemical_A1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.870665736 C6_chemical_A3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.236240736 C6_chemical_B1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.482100654 C6_chemical_B2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.984037421 C6_chemical_B3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.347451491 C6_chemical_C1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.031170067 C6_chemical_C2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 4.923201257 C6_chemical_C3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.823838519 L4_control_A1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.897153968 L4_control_A2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.445136031 L4_control_A3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.317482387 L4_control_B1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.562387261 L4_control_B2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.45450435 L4_control_B3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.148903523 L4_control_C2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.111745997 L4_control_C3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.808539151 L4_chemical_A1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.707765764 L4_chemical_A2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.505123931 L4_chemical_A3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.727053871 L4_chemical_B1 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.397463737 L4_chemical_B2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 6.005988199 L4_chemical_B3 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.600447743 L4_chemical_C2 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 4.994624999 L4_chemical_C3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.67606452 C6_control_A1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.66997886 C6_control_A3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.76600267 C6_control_B1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 15.18441278 C6_control_B2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 15.04881319 C6_control_B3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.89611622 C6_control_C1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 15.01003636 C6_control_C2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.67216011 C6_control_C3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.83218272 C6_chemical_A1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.89477312 C6_chemical_A3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 15.00123039 C6_chemical_B1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 15.02967446 C6_chemical_B2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.83429597 C6_chemical_B3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.65517848 C6_chemical_C1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.74653936 C6_chemical_C2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.0960368 C6_chemical_C3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.61027071 L4_control_A1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.75220256 L4_control_A2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.4674485 L4_control_A3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.43725009 L4_control_B1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.66627351 L4_control_B2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.46533149 L4_control_B3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.3207979 L4_control_C2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.08438088 L4_control_C3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 13.84450484 L4_chemical_A1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.44733363 L4_chemical_A2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 13.9272471 L4_chemical_A3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.42995502 L4_chemical_B1 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.63041964 L4_chemical_B2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.47780105 L4_chemical_B3 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.4215408 L4_chemical_C2 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 13.95214964 L4_chemical_C3 +LQ05X008230 Enolase 14.55534149 C6_control_A1 +LQ05X008230 Enolase 14.74077543 C6_control_A3 +LQ05X008230 Enolase 14.39326713 C6_control_B1 +LQ05X008230 Enolase 14.4714921 C6_control_B2 +LQ05X008230 Enolase 14.56530839 C6_control_B3 +LQ05X008230 Enolase 14.11455789 C6_control_C1 +LQ05X008230 Enolase 14.1640362 C6_control_C2 +LQ05X008230 Enolase 13.946604 C6_control_C3 +LQ05X008230 Enolase 14.75428363 C6_chemical_A1 +LQ05X008230 Enolase 14.71947623 C6_chemical_A3 +LQ05X008230 Enolase 14.43746034 C6_chemical_B1 +LQ05X008230 Enolase 14.50241966 C6_chemical_B2 +LQ05X008230 Enolase 14.3932242 C6_chemical_B3 +LQ05X008230 Enolase 14.26177694 C6_chemical_C1 +LQ05X008230 Enolase 14.29039479 C6_chemical_C2 +LQ05X008230 Enolase 13.72801241 C6_chemical_C3 +LQ05X008230 Enolase 14.92941303 L4_control_A1 +LQ05X008230 Enolase 14.91984321 L4_control_A2 +LQ05X008230 Enolase 14.41592179 L4_control_A3 +LQ05X008230 Enolase 14.45406413 L4_control_B1 +LQ05X008230 Enolase 14.51616005 L4_control_B2 +LQ05X008230 Enolase 14.61511362 L4_control_B3 +LQ05X008230 Enolase 13.92751296 L4_control_C2 +LQ05X008230 Enolase 14.35374734 L4_control_C3 +LQ05X008230 Enolase 14.68401689 L4_chemical_A1 +LQ05X008230 Enolase 14.56772075 L4_chemical_A2 +LQ05X008230 Enolase 14.2209321 L4_chemical_A3 +LQ05X008230 Enolase 14.24329716 L4_chemical_B1 +LQ05X008230 Enolase 14.45374903 L4_chemical_B2 +LQ05X008230 Enolase 14.7303329 L4_chemical_B3 +LQ05X008230 Enolase 14.17869224 L4_chemical_C2 +LQ05X008230 Enolase 14.21465814 L4_chemical_C3 +LQ05X008240 Putative Histone deacetylase HDT1 5.896504942 C6_control_A1 +LQ05X008240 Putative Histone deacetylase HDT1 5.96213342 C6_control_A3 +LQ05X008240 Putative Histone deacetylase HDT1 5.968510242 C6_control_B1 +LQ05X008240 Putative Histone deacetylase HDT1 6.213942604 C6_control_B2 +LQ05X008240 Putative Histone deacetylase HDT1 5.790737196 C6_control_B3 +LQ05X008240 Putative Histone deacetylase HDT1 5.554567001 C6_control_C1 +LQ05X008240 Putative Histone deacetylase HDT1 7.660751271 C6_control_C2 +LQ05X008240 Putative Histone deacetylase HDT1 5.802993939 C6_control_C3 +LQ05X008240 Putative Histone deacetylase HDT1 5.790850781 C6_chemical_A1 +LQ05X008240 Putative Histone deacetylase HDT1 6.133598641 C6_chemical_A3 +LQ05X008240 Putative Histone deacetylase HDT1 5.73111826 C6_chemical_B1 +LQ05X008240 Putative Histone deacetylase HDT1 5.957918412 C6_chemical_B2 +LQ05X008240 Putative Histone deacetylase HDT1 5.931173708 C6_chemical_B3 +LQ05X008240 Putative Histone deacetylase HDT1 6.221874433 C6_chemical_C1 +LQ05X008240 Putative Histone deacetylase HDT1 5.841628461 C6_chemical_C2 +LQ05X008240 Putative Histone deacetylase HDT1 5.494590841 C6_chemical_C3 +LQ05X008240 Putative Histone deacetylase HDT1 6.044846471 L4_control_A1 +LQ05X008240 Putative Histone deacetylase HDT1 5.697683753 L4_control_A2 +LQ05X008240 Putative Histone deacetylase HDT1 6.0164486 L4_control_A3 +LQ05X008240 Putative Histone deacetylase HDT1 5.330123935 L4_control_B1 +LQ05X008240 Putative Histone deacetylase HDT1 5.36124492 L4_control_B2 +LQ05X008240 Putative Histone deacetylase HDT1 5.790190611 L4_control_B3 +LQ05X008240 Putative Histone deacetylase HDT1 5.727712921 L4_control_C2 +LQ05X008240 Putative Histone deacetylase HDT1 5.724128038 L4_control_C3 +LQ05X008240 Putative Histone deacetylase HDT1 5.969521036 L4_chemical_A1 +LQ05X008240 Putative Histone deacetylase HDT1 5.807071448 L4_chemical_A2 +LQ05X008240 Putative Histone deacetylase HDT1 5.82487293 L4_chemical_A3 +LQ05X008240 Putative Histone deacetylase HDT1 5.569581615 L4_chemical_B1 +LQ05X008240 Putative Histone deacetylase HDT1 5.411870076 L4_chemical_B2 +LQ05X008240 Putative Histone deacetylase HDT1 5.826426088 L4_chemical_B3 +LQ05X008240 Putative Histone deacetylase HDT1 5.316591931 L4_chemical_C2 +LQ05X008240 Putative Histone deacetylase HDT1 5.20102442 L4_chemical_C3 +LQ05X008290 Putative Transcriptional activator DEMETER 8.330706574 C6_control_A1 +LQ05X008290 Putative Transcriptional activator DEMETER 8.231663536 C6_control_A3 +LQ05X008290 Putative Transcriptional activator DEMETER 6.989381493 C6_control_B1 +LQ05X008290 Putative Transcriptional activator DEMETER 6.977096236 C6_control_B2 +LQ05X008290 Putative Transcriptional activator DEMETER 6.41788008 C6_control_B3 +LQ05X008290 Putative Transcriptional activator DEMETER 7.667201266 C6_control_C1 +LQ05X008290 Putative Transcriptional activator DEMETER 6.568981137 C6_control_C2 +LQ05X008290 Putative Transcriptional activator DEMETER 6.977524634 C6_control_C3 +LQ05X008290 Putative Transcriptional activator DEMETER 8.137860375 C6_chemical_A1 +LQ05X008290 Putative Transcriptional activator DEMETER 8.468835121 C6_chemical_A3 +LQ05X008290 Putative Transcriptional activator DEMETER 6.481723614 C6_chemical_B1 +LQ05X008290 Putative Transcriptional activator DEMETER 6.578353409 C6_chemical_B2 +LQ05X008290 Putative Transcriptional activator DEMETER 6.597251952 C6_chemical_B3 +LQ05X008290 Putative Transcriptional activator DEMETER 7.257210519 C6_chemical_C1 +LQ05X008290 Putative Transcriptional activator DEMETER 6.994025329 C6_chemical_C2 +LQ05X008290 Putative Transcriptional activator DEMETER 6.89774662 C6_chemical_C3 +LQ05X008290 Putative Transcriptional activator DEMETER 8.605117013 L4_control_A1 +LQ05X008290 Putative Transcriptional activator DEMETER 8.081507342 L4_control_A2 +LQ05X008290 Putative Transcriptional activator DEMETER 7.214325417 L4_control_A3 +LQ05X008290 Putative Transcriptional activator DEMETER 5.777783138 L4_control_B1 +LQ05X008290 Putative Transcriptional activator DEMETER 5.661456249 L4_control_B2 +LQ05X008290 Putative Transcriptional activator DEMETER 6.597442008 L4_control_B3 +LQ05X008290 Putative Transcriptional activator DEMETER 5.959559729 L4_control_C2 +LQ05X008290 Putative Transcriptional activator DEMETER 6.312053441 L4_control_C3 +LQ05X008290 Putative Transcriptional activator DEMETER 7.966304158 L4_chemical_A1 +LQ05X008290 Putative Transcriptional activator DEMETER 7.412936914 L4_chemical_A2 +LQ05X008290 Putative Transcriptional activator DEMETER 7.682123614 L4_chemical_A3 +LQ05X008290 Putative Transcriptional activator DEMETER 5.163781911 L4_chemical_B1 +LQ05X008290 Putative Transcriptional activator DEMETER 5.760497624 L4_chemical_B2 +LQ05X008290 Putative Transcriptional activator DEMETER 6.856735243 L4_chemical_B3 +LQ05X008290 Putative Transcriptional activator DEMETER 5.519191244 L4_chemical_C2 +LQ05X008290 Putative Transcriptional activator DEMETER 5.21790968 L4_chemical_C3 +LQ05X008310 Putative phytosulfokines 6 4.822289943 C6_control_A1 +LQ05X008310 Putative phytosulfokines 6 4.76126934 C6_control_A3 +LQ05X008310 Putative phytosulfokines 6 4.518372268 C6_control_B1 +LQ05X008310 Putative phytosulfokines 6 4.694135651 C6_control_B2 +LQ05X008310 Putative phytosulfokines 6 4.527567284 C6_control_B3 +LQ05X008310 Putative phytosulfokines 6 5.112705395 C6_control_C1 +LQ05X008310 Putative phytosulfokines 6 4.600337214 C6_control_C2 +LQ05X008310 Putative phytosulfokines 6 4.384702318 C6_control_C3 +LQ05X008310 Putative phytosulfokines 6 4.935791124 C6_chemical_A1 +LQ05X008310 Putative phytosulfokines 6 4.941682766 C6_chemical_A3 +LQ05X008310 Putative phytosulfokines 6 4.900171564 C6_chemical_B1 +LQ05X008310 Putative phytosulfokines 6 4.958077328 C6_chemical_B2 +LQ05X008310 Putative phytosulfokines 6 4.872572724 C6_chemical_B3 +LQ05X008310 Putative phytosulfokines 6 5.098383439 C6_chemical_C1 +LQ05X008310 Putative phytosulfokines 6 5.076646291 C6_chemical_C2 +LQ05X008310 Putative phytosulfokines 6 4.805177282 C6_chemical_C3 +LQ05X008310 Putative phytosulfokines 6 4.810329678 L4_control_A1 +LQ05X008310 Putative phytosulfokines 6 4.887520428 L4_control_A2 +LQ05X008310 Putative phytosulfokines 6 5.672127239 L4_control_A3 +LQ05X008310 Putative phytosulfokines 6 6.029573463 L4_control_B1 +LQ05X008310 Putative phytosulfokines 6 4.791136432 L4_control_B2 +LQ05X008310 Putative phytosulfokines 6 5.178307024 L4_control_B3 +LQ05X008310 Putative phytosulfokines 6 5.46400822 L4_control_C2 +LQ05X008310 Putative phytosulfokines 6 7.079230692 L4_control_C3 +LQ05X008310 Putative phytosulfokines 6 4.835933666 L4_chemical_A1 +LQ05X008310 Putative phytosulfokines 6 4.567798879 L4_chemical_A2 +LQ05X008310 Putative phytosulfokines 6 6.490184606 L4_chemical_A3 +LQ05X008310 Putative phytosulfokines 6 5.118543006 L4_chemical_B1 +LQ05X008310 Putative phytosulfokines 6 4.228748731 L4_chemical_B2 +LQ05X008310 Putative phytosulfokines 6 5.331157328 L4_chemical_B3 +LQ05X008310 Putative phytosulfokines 6 5.359980657 L4_chemical_C2 +LQ05X008310 Putative phytosulfokines 6 5.616829772 L4_chemical_C3 +LQ05X008420 PAN domain-containing protein At5g03700 6.812283372 C6_control_A1 +LQ05X008420 PAN domain-containing protein At5g03700 6.805533975 C6_control_A3 +LQ05X008420 PAN domain-containing protein At5g03700 8.227096226 C6_control_B1 +LQ05X008420 PAN domain-containing protein At5g03700 7.566455316 C6_control_B2 +LQ05X008420 PAN domain-containing protein At5g03700 8.762601309 C6_control_B3 +LQ05X008420 PAN domain-containing protein At5g03700 10.16778813 C6_control_C1 +LQ05X008420 PAN domain-containing protein At5g03700 10.11041936 C6_control_C2 +LQ05X008420 PAN domain-containing protein At5g03700 11.11173552 C6_control_C3 +LQ05X008420 PAN domain-containing protein At5g03700 6.911209289 C6_chemical_A1 +LQ05X008420 PAN domain-containing protein At5g03700 7.574676429 C6_chemical_A3 +LQ05X008420 PAN domain-containing protein At5g03700 6.988617059 C6_chemical_B1 +LQ05X008420 PAN domain-containing protein At5g03700 6.317424641 C6_chemical_B2 +LQ05X008420 PAN domain-containing protein At5g03700 8.239972522 C6_chemical_B3 +LQ05X008420 PAN domain-containing protein At5g03700 9.400671367 C6_chemical_C1 +LQ05X008420 PAN domain-containing protein At5g03700 9.511166696 C6_chemical_C2 +LQ05X008420 PAN domain-containing protein At5g03700 10.83867247 C6_chemical_C3 +LQ05X008420 PAN domain-containing protein At5g03700 8.712089371 L4_control_A1 +LQ05X008420 PAN domain-containing protein At5g03700 8.344308701 L4_control_A2 +LQ05X008420 PAN domain-containing protein At5g03700 9.217181328 L4_control_A3 +LQ05X008420 PAN domain-containing protein At5g03700 9.827040697 L4_control_B1 +LQ05X008420 PAN domain-containing protein At5g03700 8.746481231 L4_control_B2 +LQ05X008420 PAN domain-containing protein At5g03700 10.73871779 L4_control_B3 +LQ05X008420 PAN domain-containing protein At5g03700 12.75620739 L4_control_C2 +LQ05X008420 PAN domain-containing protein At5g03700 12.78853332 L4_control_C3 +LQ05X008420 PAN domain-containing protein At5g03700 9.260509392 L4_chemical_A1 +LQ05X008420 PAN domain-containing protein At5g03700 8.633772667 L4_chemical_A2 +LQ05X008420 PAN domain-containing protein At5g03700 9.701660062 L4_chemical_A3 +LQ05X008420 PAN domain-containing protein At5g03700 10.50722314 L4_chemical_B1 +LQ05X008420 PAN domain-containing protein At5g03700 8.024379679 L4_chemical_B2 +LQ05X008420 PAN domain-containing protein At5g03700 9.448302402 L4_chemical_B3 +LQ05X008420 PAN domain-containing protein At5g03700 12.05398865 L4_chemical_C2 +LQ05X008420 PAN domain-containing protein At5g03700 12.57272226 L4_chemical_C3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.46924933 C6_control_A1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.56984841 C6_control_A3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.42386564 C6_control_B1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.29443748 C6_control_B2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.5072721 C6_control_B3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.15671182 C6_control_C1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.52247429 C6_control_C2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.18907048 C6_control_C3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.37058355 C6_chemical_A1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.53214881 C6_chemical_A3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.40776806 C6_chemical_B1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.10697123 C6_chemical_B2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.21049466 C6_chemical_B3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.01141281 C6_chemical_C1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.04563539 C6_chemical_C2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 12.81750488 C6_chemical_C3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.63945114 L4_control_A1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.18943679 L4_control_A2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.03065097 L4_control_A3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.18199853 L4_control_B1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.73260355 L4_control_B2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.07992324 L4_control_B3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.333632 L4_control_C2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.45201072 L4_control_C3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.92469108 L4_chemical_A1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.83685155 L4_chemical_A2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.98057482 L4_chemical_A3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.26055937 L4_chemical_B1 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.03816842 L4_chemical_B2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.29906991 L4_chemical_B3 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.06032945 L4_chemical_C2 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 13.22507927 L4_chemical_C3 +LQ05X008570 Putative UPF0481 protein At3g47200 4.947282227 C6_control_A1 +LQ05X008570 Putative UPF0481 protein At3g47200 4.998806806 C6_control_A3 +LQ05X008570 Putative UPF0481 protein At3g47200 5.013898336 C6_control_B1 +LQ05X008570 Putative UPF0481 protein At3g47200 4.793234835 C6_control_B2 +LQ05X008570 Putative UPF0481 protein At3g47200 4.843383024 C6_control_B3 +LQ05X008570 Putative UPF0481 protein At3g47200 4.761116369 C6_control_C1 +LQ05X008570 Putative UPF0481 protein At3g47200 4.872577867 C6_control_C2 +LQ05X008570 Putative UPF0481 protein At3g47200 4.717979052 C6_control_C3 +LQ05X008570 Putative UPF0481 protein At3g47200 5.009337535 C6_chemical_A1 +LQ05X008570 Putative UPF0481 protein At3g47200 5.17580846 C6_chemical_A3 +LQ05X008570 Putative UPF0481 protein At3g47200 4.961671392 C6_chemical_B1 +LQ05X008570 Putative UPF0481 protein At3g47200 4.89818963 C6_chemical_B2 +LQ05X008570 Putative UPF0481 protein At3g47200 4.643468957 C6_chemical_B3 +LQ05X008570 Putative UPF0481 protein At3g47200 4.924779054 C6_chemical_C1 +LQ05X008570 Putative UPF0481 protein At3g47200 4.78532355 C6_chemical_C2 +LQ05X008570 Putative UPF0481 protein At3g47200 4.938670783 C6_chemical_C3 +LQ05X008570 Putative UPF0481 protein At3g47200 5.216826044 L4_control_A1 +LQ05X008570 Putative UPF0481 protein At3g47200 5.612794799 L4_control_A2 +LQ05X008570 Putative UPF0481 protein At3g47200 5.239733961 L4_control_A3 +LQ05X008570 Putative UPF0481 protein At3g47200 5.022268773 L4_control_B1 +LQ05X008570 Putative UPF0481 protein At3g47200 4.793461726 L4_control_B2 +LQ05X008570 Putative UPF0481 protein At3g47200 5.052926741 L4_control_B3 +LQ05X008570 Putative UPF0481 protein At3g47200 5.42268323 L4_control_C2 +LQ05X008570 Putative UPF0481 protein At3g47200 4.966037626 L4_control_C3 +LQ05X008570 Putative UPF0481 protein At3g47200 5.346946498 L4_chemical_A1 +LQ05X008570 Putative UPF0481 protein At3g47200 5.320249755 L4_chemical_A2 +LQ05X008570 Putative UPF0481 protein At3g47200 5.51105724 L4_chemical_A3 +LQ05X008570 Putative UPF0481 protein At3g47200 4.707087036 L4_chemical_B1 +LQ05X008570 Putative UPF0481 protein At3g47200 4.752554534 L4_chemical_B2 +LQ05X008570 Putative UPF0481 protein At3g47200 5.028580861 L4_chemical_B3 +LQ05X008570 Putative UPF0481 protein At3g47200 5.029907657 L4_chemical_C2 +LQ05X008570 Putative UPF0481 protein At3g47200 4.677074797 L4_chemical_C3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.60552958 C6_control_A1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.67081807 C6_control_A3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.92675613 C6_control_B1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.0065691 C6_control_B2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.5071684 C6_control_B3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.68603222 C6_control_C1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.9493992 C6_control_C2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 14.03585465 C6_control_C3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.58279927 C6_chemical_A1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.79450064 C6_chemical_A3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.1625777 C6_chemical_B1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.09182325 C6_chemical_B2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.5599975 C6_chemical_B3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.28724993 C6_chemical_C1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.61073343 C6_chemical_C2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.97876869 C6_chemical_C3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.45426327 L4_control_A1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 11.79689051 L4_control_A2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.2961659 L4_control_A3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.17107828 L4_control_B1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.62103748 L4_control_B2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.25656494 L4_control_B3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 14.27254181 L4_control_C2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 14.16285508 L4_control_C3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.72816454 L4_chemical_A1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.36277579 L4_chemical_A2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.62445117 L4_chemical_A3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.22155682 L4_chemical_B1 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.40337721 L4_chemical_B2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.03091173 L4_chemical_B3 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 14.25396021 L4_chemical_C2 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 13.88215041 L4_chemical_C3 +LQ05X008620 Purple acid phosphatase 22 6.438066199 C6_control_A1 +LQ05X008620 Purple acid phosphatase 22 5.993860494 C6_control_A3 +LQ05X008620 Purple acid phosphatase 22 8.003943021 C6_control_B1 +LQ05X008620 Purple acid phosphatase 22 10.91175054 C6_control_B2 +LQ05X008620 Purple acid phosphatase 22 7.324691035 C6_control_B3 +LQ05X008620 Purple acid phosphatase 22 12.35828856 C6_control_C1 +LQ05X008620 Purple acid phosphatase 22 12.38663629 C6_control_C2 +LQ05X008620 Purple acid phosphatase 22 12.48763742 C6_control_C3 +LQ05X008620 Purple acid phosphatase 22 6.377006749 C6_chemical_A1 +LQ05X008620 Purple acid phosphatase 22 6.639524716 C6_chemical_A3 +LQ05X008620 Purple acid phosphatase 22 7.464771855 C6_chemical_B1 +LQ05X008620 Purple acid phosphatase 22 10.36325493 C6_chemical_B2 +LQ05X008620 Purple acid phosphatase 22 8.244960627 C6_chemical_B3 +LQ05X008620 Purple acid phosphatase 22 12.28588879 C6_chemical_C1 +LQ05X008620 Purple acid phosphatase 22 12.45163208 C6_chemical_C2 +LQ05X008620 Purple acid phosphatase 22 11.92134725 C6_chemical_C3 +LQ05X008620 Purple acid phosphatase 22 7.867854681 L4_control_A1 +LQ05X008620 Purple acid phosphatase 22 8.370863645 L4_control_A2 +LQ05X008620 Purple acid phosphatase 22 6.359058947 L4_control_A3 +LQ05X008620 Purple acid phosphatase 22 9.919234278 L4_control_B1 +LQ05X008620 Purple acid phosphatase 22 7.947481479 L4_control_B2 +LQ05X008620 Purple acid phosphatase 22 10.66989792 L4_control_B3 +LQ05X008620 Purple acid phosphatase 22 12.42897426 L4_control_C2 +LQ05X008620 Purple acid phosphatase 22 11.57020794 L4_control_C3 +LQ05X008620 Purple acid phosphatase 22 8.234462163 L4_chemical_A1 +LQ05X008620 Purple acid phosphatase 22 8.281233327 L4_chemical_A2 +LQ05X008620 Purple acid phosphatase 22 7.734374723 L4_chemical_A3 +LQ05X008620 Purple acid phosphatase 22 8.544880392 L4_chemical_B1 +LQ05X008620 Purple acid phosphatase 22 8.14733103 L4_chemical_B2 +LQ05X008620 Purple acid phosphatase 22 8.730911882 L4_chemical_B3 +LQ05X008620 Purple acid phosphatase 22 12.44028904 L4_chemical_C2 +LQ05X008620 Purple acid phosphatase 22 11.84624809 L4_chemical_C3 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.951704359 C6_control_A1 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.614949356 C6_control_A3 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.364260952 C6_control_B1 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.066153818 C6_control_B2 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.10966733 C6_control_B3 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.133031127 C6_control_C1 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.757715681 C6_control_C2 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.057000274 C6_control_C3 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.783185492 C6_chemical_A1 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.682255097 C6_chemical_A3 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.358817331 C6_chemical_B1 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.945665776 C6_chemical_B2 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.958674015 C6_chemical_B3 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.881411268 C6_chemical_C1 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.517544419 C6_chemical_C2 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.658607303 C6_chemical_C3 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.749640811 L4_control_A1 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.156108823 L4_control_A2 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.564578103 L4_control_A3 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.630899328 L4_control_B1 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.717275818 L4_control_B2 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.260445917 L4_control_B3 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.949458554 L4_control_C2 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.453591216 L4_control_C3 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.414849401 L4_chemical_A1 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.430934386 L4_chemical_A2 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.81129765 L4_chemical_A3 +LQ05X008630 Probable inactive purple acid phosphatase 20 6.042962058 L4_chemical_B1 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.494770286 L4_chemical_B2 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.613974484 L4_chemical_B3 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.90541178 L4_chemical_C2 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.875049187 L4_chemical_C3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.57690742 C6_control_A1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.94546822 C6_control_A3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.66775555 C6_control_B1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.53530406 C6_control_B2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.13856126 C6_control_B3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.09589456 C6_control_C1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.27201924 C6_control_C2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 10.95015593 C6_control_C3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.60861942 C6_chemical_A1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.70537318 C6_chemical_A3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.66539143 C6_chemical_B1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.77137983 C6_chemical_B2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 10.58954886 C6_chemical_B3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.16526793 C6_chemical_C1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.47206346 C6_chemical_C2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 10.71479838 C6_chemical_C3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.22582387 L4_control_A1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.93880776 L4_control_A2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.8725881 L4_control_A3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.49683976 L4_control_B1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.99768644 L4_control_B2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.43623382 L4_control_B3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.23309707 L4_control_C2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.10576593 L4_control_C3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.3280499 L4_chemical_A1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.8060147 L4_chemical_A2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.49309763 L4_chemical_A3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.68714355 L4_chemical_B1 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.74727735 L4_chemical_B2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.51325141 L4_chemical_B3 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 12.33991702 L4_chemical_C2 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.25513447 L4_chemical_C3 +LQ05X008690 Hypothetical protein 5.387639865 C6_control_A1 +LQ05X008690 Hypothetical protein 5.040632121 C6_control_A3 +LQ05X008690 Hypothetical protein 4.876159925 C6_control_B1 +LQ05X008690 Hypothetical protein 5.147982652 C6_control_B2 +LQ05X008690 Hypothetical protein 5.362563263 C6_control_B3 +LQ05X008690 Hypothetical protein 4.855173198 C6_control_C1 +LQ05X008690 Hypothetical protein 4.997114206 C6_control_C2 +LQ05X008690 Hypothetical protein 5.212141725 C6_control_C3 +LQ05X008690 Hypothetical protein 5.425639713 C6_chemical_A1 +LQ05X008690 Hypothetical protein 4.900428014 C6_chemical_A3 +LQ05X008690 Hypothetical protein 5.099694754 C6_chemical_B1 +LQ05X008690 Hypothetical protein 5.12466256 C6_chemical_B2 +LQ05X008690 Hypothetical protein 5.117678734 C6_chemical_B3 +LQ05X008690 Hypothetical protein 5.031878945 C6_chemical_C1 +LQ05X008690 Hypothetical protein 5.200299451 C6_chemical_C2 +LQ05X008690 Hypothetical protein 5.162709605 C6_chemical_C3 +LQ05X008690 Hypothetical protein 4.900486538 L4_control_A1 +LQ05X008690 Hypothetical protein 5.555808723 L4_control_A2 +LQ05X008690 Hypothetical protein 5.20795083 L4_control_A3 +LQ05X008690 Hypothetical protein 5.092048531 L4_control_B1 +LQ05X008690 Hypothetical protein 5.216498836 L4_control_B2 +LQ05X008690 Hypothetical protein 5.333265496 L4_control_B3 +LQ05X008690 Hypothetical protein 5.002002703 L4_control_C2 +LQ05X008690 Hypothetical protein 4.96180305 L4_control_C3 +LQ05X008690 Hypothetical protein 5.052174163 L4_chemical_A1 +LQ05X008690 Hypothetical protein 5.6602093 L4_chemical_A2 +LQ05X008690 Hypothetical protein 5.401449437 L4_chemical_A3 +LQ05X008690 Hypothetical protein 5.465365362 L4_chemical_B1 +LQ05X008690 Hypothetical protein 5.4814406 L4_chemical_B2 +LQ05X008690 Hypothetical protein 5.505281041 L4_chemical_B3 +LQ05X008690 Hypothetical protein 4.795107283 L4_chemical_C2 +LQ05X008690 Hypothetical protein 4.889077787 L4_chemical_C3 +LQ05X008720 CAAX prenyl protease 2 8.565308104 C6_control_A1 +LQ05X008720 CAAX prenyl protease 2 7.899130225 C6_control_A3 +LQ05X008720 CAAX prenyl protease 2 8.118669899 C6_control_B1 +LQ05X008720 CAAX prenyl protease 2 8.80192117 C6_control_B2 +LQ05X008720 CAAX prenyl protease 2 7.8780552 C6_control_B3 +LQ05X008720 CAAX prenyl protease 2 9.190896684 C6_control_C1 +LQ05X008720 CAAX prenyl protease 2 8.640941259 C6_control_C2 +LQ05X008720 CAAX prenyl protease 2 8.93082864 C6_control_C3 +LQ05X008720 CAAX prenyl protease 2 8.73106353 C6_chemical_A1 +LQ05X008720 CAAX prenyl protease 2 8.65542242 C6_chemical_A3 +LQ05X008720 CAAX prenyl protease 2 7.85220047 C6_chemical_B1 +LQ05X008720 CAAX prenyl protease 2 8.791903994 C6_chemical_B2 +LQ05X008720 CAAX prenyl protease 2 8.14241055 C6_chemical_B3 +LQ05X008720 CAAX prenyl protease 2 9.173611419 C6_chemical_C1 +LQ05X008720 CAAX prenyl protease 2 9.061737927 C6_chemical_C2 +LQ05X008720 CAAX prenyl protease 2 8.678567422 C6_chemical_C3 +LQ05X008720 CAAX prenyl protease 2 8.712223143 L4_control_A1 +LQ05X008720 CAAX prenyl protease 2 9.124703745 L4_control_A2 +LQ05X008720 CAAX prenyl protease 2 9.834163149 L4_control_A3 +LQ05X008720 CAAX prenyl protease 2 8.887102606 L4_control_B1 +LQ05X008720 CAAX prenyl protease 2 8.914374537 L4_control_B2 +LQ05X008720 CAAX prenyl protease 2 8.268930263 L4_control_B3 +LQ05X008720 CAAX prenyl protease 2 8.882316213 L4_control_C2 +LQ05X008720 CAAX prenyl protease 2 9.207492666 L4_control_C3 +LQ05X008720 CAAX prenyl protease 2 8.73941835 L4_chemical_A1 +LQ05X008720 CAAX prenyl protease 2 9.467223974 L4_chemical_A2 +LQ05X008720 CAAX prenyl protease 2 9.214222785 L4_chemical_A3 +LQ05X008720 CAAX prenyl protease 2 8.875710229 L4_chemical_B1 +LQ05X008720 CAAX prenyl protease 2 9.105832443 L4_chemical_B2 +LQ05X008720 CAAX prenyl protease 2 8.046088935 L4_chemical_B3 +LQ05X008720 CAAX prenyl protease 2 9.013129862 L4_chemical_C2 +LQ05X008720 CAAX prenyl protease 2 8.9404376 L4_chemical_C3 +LQ05X008730 Putative Protein YIPF7 12.78583676 C6_control_A1 +LQ05X008730 Putative Protein YIPF7 12.84126179 C6_control_A3 +LQ05X008730 Putative Protein YIPF7 13.22969172 C6_control_B1 +LQ05X008730 Putative Protein YIPF7 12.93335523 C6_control_B2 +LQ05X008730 Putative Protein YIPF7 13.18647694 C6_control_B3 +LQ05X008730 Putative Protein YIPF7 12.78307053 C6_control_C1 +LQ05X008730 Putative Protein YIPF7 12.69425297 C6_control_C2 +LQ05X008730 Putative Protein YIPF7 12.92749109 C6_control_C3 +LQ05X008730 Putative Protein YIPF7 12.67065999 C6_chemical_A1 +LQ05X008730 Putative Protein YIPF7 12.93302322 C6_chemical_A3 +LQ05X008730 Putative Protein YIPF7 13.0773656 C6_chemical_B1 +LQ05X008730 Putative Protein YIPF7 12.82392619 C6_chemical_B2 +LQ05X008730 Putative Protein YIPF7 13.16029627 C6_chemical_B3 +LQ05X008730 Putative Protein YIPF7 12.65919025 C6_chemical_C1 +LQ05X008730 Putative Protein YIPF7 12.91898958 C6_chemical_C2 +LQ05X008730 Putative Protein YIPF7 12.97915678 C6_chemical_C3 +LQ05X008730 Putative Protein YIPF7 12.78861703 L4_control_A1 +LQ05X008730 Putative Protein YIPF7 12.53470183 L4_control_A2 +LQ05X008730 Putative Protein YIPF7 12.51625764 L4_control_A3 +LQ05X008730 Putative Protein YIPF7 12.9983861 L4_control_B1 +LQ05X008730 Putative Protein YIPF7 13.06316132 L4_control_B2 +LQ05X008730 Putative Protein YIPF7 13.12094823 L4_control_B3 +LQ05X008730 Putative Protein YIPF7 13.03862685 L4_control_C2 +LQ05X008730 Putative Protein YIPF7 12.99046908 L4_control_C3 +LQ05X008730 Putative Protein YIPF7 13.01193481 L4_chemical_A1 +LQ05X008730 Putative Protein YIPF7 12.65739583 L4_chemical_A2 +LQ05X008730 Putative Protein YIPF7 12.62129702 L4_chemical_A3 +LQ05X008730 Putative Protein YIPF7 13.03542957 L4_chemical_B1 +LQ05X008730 Putative Protein YIPF7 13.34344037 L4_chemical_B2 +LQ05X008730 Putative Protein YIPF7 12.96219049 L4_chemical_B3 +LQ05X008730 Putative Protein YIPF7 13.11870881 L4_chemical_C2 +LQ05X008730 Putative Protein YIPF7 12.98302887 L4_chemical_C3 +LQ05X008782 Gag/pol polyprotein 5.415314372 C6_control_A1 +LQ05X008782 Gag/pol polyprotein 4.830342038 C6_control_A3 +LQ05X008782 Gag/pol polyprotein 4.502879731 C6_control_B1 +LQ05X008782 Gag/pol polyprotein 4.879316295 C6_control_B2 +LQ05X008782 Gag/pol polyprotein 5.299839154 C6_control_B3 +LQ05X008782 Gag/pol polyprotein 4.753946482 C6_control_C1 +LQ05X008782 Gag/pol polyprotein 4.698821759 C6_control_C2 +LQ05X008782 Gag/pol polyprotein 4.920796665 C6_control_C3 +LQ05X008782 Gag/pol polyprotein 5.075014664 C6_chemical_A1 +LQ05X008782 Gag/pol polyprotein 4.780469935 C6_chemical_A3 +LQ05X008782 Gag/pol polyprotein 4.77588072 C6_chemical_B1 +LQ05X008782 Gag/pol polyprotein 4.839222195 C6_chemical_B2 +LQ05X008782 Gag/pol polyprotein 5.045967377 C6_chemical_B3 +LQ05X008782 Gag/pol polyprotein 4.575073024 C6_chemical_C1 +LQ05X008782 Gag/pol polyprotein 4.977353611 C6_chemical_C2 +LQ05X008782 Gag/pol polyprotein 4.768358056 C6_chemical_C3 +LQ05X008782 Gag/pol polyprotein 4.929997229 L4_control_A1 +LQ05X008782 Gag/pol polyprotein 5.103980437 L4_control_A2 +LQ05X008782 Gag/pol polyprotein 4.944134533 L4_control_A3 +LQ05X008782 Gag/pol polyprotein 5.09760532 L4_control_B1 +LQ05X008782 Gag/pol polyprotein 5.230831104 L4_control_B2 +LQ05X008782 Gag/pol polyprotein 4.9687569 L4_control_B3 +LQ05X008782 Gag/pol polyprotein 4.994222825 L4_control_C2 +LQ05X008782 Gag/pol polyprotein 5.026492917 L4_control_C3 +LQ05X008782 Gag/pol polyprotein 4.970612332 L4_chemical_A1 +LQ05X008782 Gag/pol polyprotein 5.038935977 L4_chemical_A2 +LQ05X008782 Gag/pol polyprotein 5.626060985 L4_chemical_A3 +LQ05X008782 Gag/pol polyprotein 5.004882135 L4_chemical_B1 +LQ05X008782 Gag/pol polyprotein 4.804223546 L4_chemical_B2 +LQ05X008782 Gag/pol polyprotein 5.162847095 L4_chemical_B3 +LQ05X008782 Gag/pol polyprotein 5.437801796 L4_chemical_C2 +LQ05X008782 Gag/pol polyprotein 5.401772242 L4_chemical_C3 +LQ05X008810 Catalytic, putative 10.18900909 C6_control_A1 +LQ05X008810 Catalytic, putative 10.23446775 C6_control_A3 +LQ05X008810 Catalytic, putative 9.949121123 C6_control_B1 +LQ05X008810 Catalytic, putative 9.979641148 C6_control_B2 +LQ05X008810 Catalytic, putative 9.230150708 C6_control_B3 +LQ05X008810 Catalytic, putative 11.02907749 C6_control_C1 +LQ05X008810 Catalytic, putative 10.90688145 C6_control_C2 +LQ05X008810 Catalytic, putative 10.86085737 C6_control_C3 +LQ05X008810 Catalytic, putative 10.12334812 C6_chemical_A1 +LQ05X008810 Catalytic, putative 10.68493637 C6_chemical_A3 +LQ05X008810 Catalytic, putative 9.713401504 C6_chemical_B1 +LQ05X008810 Catalytic, putative 9.88920318 C6_chemical_B2 +LQ05X008810 Catalytic, putative 9.485524458 C6_chemical_B3 +LQ05X008810 Catalytic, putative 10.96953473 C6_chemical_C1 +LQ05X008810 Catalytic, putative 10.91262062 C6_chemical_C2 +LQ05X008810 Catalytic, putative 10.84509736 C6_chemical_C3 +LQ05X008810 Catalytic, putative 10.78489338 L4_control_A1 +LQ05X008810 Catalytic, putative 10.88068942 L4_control_A2 +LQ05X008810 Catalytic, putative 11.01982622 L4_control_A3 +LQ05X008810 Catalytic, putative 10.56191461 L4_control_B1 +LQ05X008810 Catalytic, putative 10.71257688 L4_control_B2 +LQ05X008810 Catalytic, putative 11.29689293 L4_control_B3 +LQ05X008810 Catalytic, putative 11.52654026 L4_control_C2 +LQ05X008810 Catalytic, putative 11.88749635 L4_control_C3 +LQ05X008810 Catalytic, putative 11.10548117 L4_chemical_A1 +LQ05X008810 Catalytic, putative 10.91707157 L4_chemical_A2 +LQ05X008810 Catalytic, putative 10.89508228 L4_chemical_A3 +LQ05X008810 Catalytic, putative 10.59116093 L4_chemical_B1 +LQ05X008810 Catalytic, putative 11.0305911 L4_chemical_B2 +LQ05X008810 Catalytic, putative 10.57480221 L4_chemical_B3 +LQ05X008810 Catalytic, putative 11.92390132 L4_chemical_C2 +LQ05X008810 Catalytic, putative 11.98189868 L4_chemical_C3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.407005738 C6_control_A1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.2506148 C6_control_A3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.427686293 C6_control_B1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.319933093 C6_control_B2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.667385087 C6_control_B3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.25193563 C6_control_C1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.160881049 C6_control_C2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.330531035 C6_control_C3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.216116132 C6_chemical_A1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.581683933 C6_chemical_A3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.482222393 C6_chemical_B1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.479494808 C6_chemical_B2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.30171509 C6_chemical_B3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.532059136 C6_chemical_C1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.684904414 C6_chemical_C2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.284045821 C6_chemical_C3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.090739136 L4_control_A1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.217512429 L4_control_A2 +LQ05X008860 Germin-like protein subfamily 3 member 2 6.012892765 L4_control_A3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.4246019 L4_control_B1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.44412197 L4_control_B2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.175648531 L4_control_B3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.934881609 L4_control_C2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.781541727 L4_control_C3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.251199111 L4_chemical_A1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.442048053 L4_chemical_A2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.700164549 L4_chemical_A3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.650123407 L4_chemical_B1 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.138602606 L4_chemical_B2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.157810272 L4_chemical_B3 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.206123715 L4_chemical_C2 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.677646938 L4_chemical_C3 +LQ05X008920 Cell division protein ftsZ 10.70919534 C6_control_A1 +LQ05X008920 Cell division protein ftsZ 10.35433161 C6_control_A3 +LQ05X008920 Cell division protein ftsZ 10.0330078 C6_control_B1 +LQ05X008920 Cell division protein ftsZ 11.90198017 C6_control_B2 +LQ05X008920 Cell division protein ftsZ 10.91305233 C6_control_B3 +LQ05X008920 Cell division protein ftsZ 12.30572523 C6_control_C1 +LQ05X008920 Cell division protein ftsZ 12.41326632 C6_control_C2 +LQ05X008920 Cell division protein ftsZ 12.13068507 C6_control_C3 +LQ05X008920 Cell division protein ftsZ 10.89045468 C6_chemical_A1 +LQ05X008920 Cell division protein ftsZ 10.50195295 C6_chemical_A3 +LQ05X008920 Cell division protein ftsZ 10.20748974 C6_chemical_B1 +LQ05X008920 Cell division protein ftsZ 12.02393129 C6_chemical_B2 +LQ05X008920 Cell division protein ftsZ 10.82758245 C6_chemical_B3 +LQ05X008920 Cell division protein ftsZ 12.12615341 C6_chemical_C1 +LQ05X008920 Cell division protein ftsZ 12.54586601 C6_chemical_C2 +LQ05X008920 Cell division protein ftsZ 11.92298725 C6_chemical_C3 +LQ05X008920 Cell division protein ftsZ 10.60030782 L4_control_A1 +LQ05X008920 Cell division protein ftsZ 10.74521902 L4_control_A2 +LQ05X008920 Cell division protein ftsZ 10.65441442 L4_control_A3 +LQ05X008920 Cell division protein ftsZ 9.972839524 L4_control_B1 +LQ05X008920 Cell division protein ftsZ 10.07710967 L4_control_B2 +LQ05X008920 Cell division protein ftsZ 12.08714619 L4_control_B3 +LQ05X008920 Cell division protein ftsZ 10.96393017 L4_control_C2 +LQ05X008920 Cell division protein ftsZ 10.70185462 L4_control_C3 +LQ05X008920 Cell division protein ftsZ 10.34557348 L4_chemical_A1 +LQ05X008920 Cell division protein ftsZ 10.40915442 L4_chemical_A2 +LQ05X008920 Cell division protein ftsZ 9.863361569 L4_chemical_A3 +LQ05X008920 Cell division protein ftsZ 8.739329436 L4_chemical_B1 +LQ05X008920 Cell division protein ftsZ 9.626298747 L4_chemical_B2 +LQ05X008920 Cell division protein ftsZ 10.97550447 L4_chemical_B3 +LQ05X008920 Cell division protein ftsZ 10.93492334 L4_chemical_C2 +LQ05X008920 Cell division protein ftsZ 10.80391251 L4_chemical_C3 +LQ05X008940 Hypothetical protein 6.361110312 C6_control_A1 +LQ05X008940 Hypothetical protein 6.331998335 C6_control_A3 +LQ05X008940 Hypothetical protein 6.677765623 C6_control_B1 +LQ05X008940 Hypothetical protein 6.10236438 C6_control_B2 +LQ05X008940 Hypothetical protein 6.998964224 C6_control_B3 +LQ05X008940 Hypothetical protein 5.920863174 C6_control_C1 +LQ05X008940 Hypothetical protein 5.580369833 C6_control_C2 +LQ05X008940 Hypothetical protein 5.994354997 C6_control_C3 +LQ05X008940 Hypothetical protein 6.202628933 C6_chemical_A1 +LQ05X008940 Hypothetical protein 6.226044711 C6_chemical_A3 +LQ05X008940 Hypothetical protein 6.479553282 C6_chemical_B1 +LQ05X008940 Hypothetical protein 5.780011647 C6_chemical_B2 +LQ05X008940 Hypothetical protein 6.535168566 C6_chemical_B3 +LQ05X008940 Hypothetical protein 5.313311752 C6_chemical_C1 +LQ05X008940 Hypothetical protein 5.723350229 C6_chemical_C2 +LQ05X008940 Hypothetical protein 5.975332513 C6_chemical_C3 +LQ05X008940 Hypothetical protein 6.102895543 L4_control_A1 +LQ05X008940 Hypothetical protein 6.437810067 L4_control_A2 +LQ05X008940 Hypothetical protein 6.958014619 L4_control_A3 +LQ05X008940 Hypothetical protein 5.99032027 L4_control_B1 +LQ05X008940 Hypothetical protein 6.072666423 L4_control_B2 +LQ05X008940 Hypothetical protein 6.015640328 L4_control_B3 +LQ05X008940 Hypothetical protein 5.737585731 L4_control_C2 +LQ05X008940 Hypothetical protein 6.592912932 L4_control_C3 +LQ05X008940 Hypothetical protein 5.849914922 L4_chemical_A1 +LQ05X008940 Hypothetical protein 6.707197822 L4_chemical_A2 +LQ05X008940 Hypothetical protein 7.037241928 L4_chemical_A3 +LQ05X008940 Hypothetical protein 6.712540361 L4_chemical_B1 +LQ05X008940 Hypothetical protein 6.25079084 L4_chemical_B2 +LQ05X008940 Hypothetical protein 6.338182264 L4_chemical_B3 +LQ05X008940 Hypothetical protein 5.941884089 L4_chemical_C2 +LQ05X008940 Hypothetical protein 6.29042715 L4_chemical_C3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.786787157 C6_control_A1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.882420049 C6_control_A3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.73682178 C6_control_B1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.60239933 C6_control_B2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.690986349 C6_control_B3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 11.12723096 C6_control_C1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 11.06007143 C6_control_C2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 11.38094223 C6_control_C3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.65812966 C6_chemical_A1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.95741729 C6_chemical_A3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.73007054 C6_chemical_B1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.43058952 C6_chemical_B2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.783168081 C6_chemical_B3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.91716928 C6_chemical_C1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 11.12129049 C6_chemical_C2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 11.65147612 C6_chemical_C3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.862010467 L4_control_A1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.67646949 L4_control_A2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.59642134 L4_control_A3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.57746367 L4_control_B1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 8.881632287 L4_control_B2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.22701616 L4_control_B3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.743323739 L4_control_C2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.256101413 L4_control_C3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.36343953 L4_chemical_A1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.49622524 L4_chemical_A2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.66097793 L4_chemical_A3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.641045315 L4_chemical_B1 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 8.812114859 L4_chemical_B2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.45572122 L4_chemical_B3 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.394431192 L4_chemical_C2 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 10.18085311 L4_chemical_C3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.45827892 C6_control_A1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.23564663 C6_control_A3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.77116488 C6_control_B1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.71817074 C6_control_B2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.81111473 C6_control_B3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.4592523 C6_control_C1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 12.84574253 C6_control_C2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.35767585 C6_control_C3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.30473453 C6_chemical_A1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.70093756 C6_chemical_A3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.58984773 C6_chemical_B1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.93347532 C6_chemical_B2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.451129 C6_chemical_B3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.64327715 C6_chemical_C1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.28149627 C6_chemical_C2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.08196816 C6_chemical_C3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.46971226 L4_control_A1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.49813202 L4_control_A2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.69644044 L4_control_A3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.09536337 L4_control_B1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.49793894 L4_control_B2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.82851186 L4_control_B3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.71733593 L4_control_C2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.46564066 L4_control_C3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.57774393 L4_chemical_A1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.49288062 L4_chemical_A2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.72290663 L4_chemical_A3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.2119884 L4_chemical_B1 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.39549701 L4_chemical_B2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.07119997 L4_chemical_B3 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.98670387 L4_chemical_C2 +LQ05X009020 Cytochrome b-c1 complex subunit 9 13.50182266 L4_chemical_C3 +LQ05X009030 60S ribosomal protein L10a-1 13.55838871 C6_control_A1 +LQ05X009030 60S ribosomal protein L10a-1 14.09498864 C6_control_A3 +LQ05X009030 60S ribosomal protein L10a-1 12.78733342 C6_control_B1 +LQ05X009030 60S ribosomal protein L10a-1 13.08521814 C6_control_B2 +LQ05X009030 60S ribosomal protein L10a-1 12.40925525 C6_control_B3 +LQ05X009030 60S ribosomal protein L10a-1 12.23925414 C6_control_C1 +LQ05X009030 60S ribosomal protein L10a-1 12.51681649 C6_control_C2 +LQ05X009030 60S ribosomal protein L10a-1 11.94254233 C6_control_C3 +LQ05X009030 60S ribosomal protein L10a-1 13.26060588 C6_chemical_A1 +LQ05X009030 60S ribosomal protein L10a-1 13.00714113 C6_chemical_A3 +LQ05X009030 60S ribosomal protein L10a-1 12.33550793 C6_chemical_B1 +LQ05X009030 60S ribosomal protein L10a-1 13.09954482 C6_chemical_B2 +LQ05X009030 60S ribosomal protein L10a-1 12.14378013 C6_chemical_B3 +LQ05X009030 60S ribosomal protein L10a-1 12.09516615 C6_chemical_C1 +LQ05X009030 60S ribosomal protein L10a-1 12.28003169 C6_chemical_C2 +LQ05X009030 60S ribosomal protein L10a-1 11.53830664 C6_chemical_C3 +LQ05X009030 60S ribosomal protein L10a-1 12.90474495 L4_control_A1 +LQ05X009030 60S ribosomal protein L10a-1 13.33004953 L4_control_A2 +LQ05X009030 60S ribosomal protein L10a-1 12.78680542 L4_control_A3 +LQ05X009030 60S ribosomal protein L10a-1 11.77347139 L4_control_B1 +LQ05X009030 60S ribosomal protein L10a-1 12.29423831 L4_control_B2 +LQ05X009030 60S ribosomal protein L10a-1 11.79287292 L4_control_B3 +LQ05X009030 60S ribosomal protein L10a-1 11.3066423 L4_control_C2 +LQ05X009030 60S ribosomal protein L10a-1 10.96754045 L4_control_C3 +LQ05X009030 60S ribosomal protein L10a-1 12.8029782 L4_chemical_A1 +LQ05X009030 60S ribosomal protein L10a-1 12.76793924 L4_chemical_A2 +LQ05X009030 60S ribosomal protein L10a-1 12.59267538 L4_chemical_A3 +LQ05X009030 60S ribosomal protein L10a-1 12.2464751 L4_chemical_B1 +LQ05X009030 60S ribosomal protein L10a-1 12.14266013 L4_chemical_B2 +LQ05X009030 60S ribosomal protein L10a-1 12.145821 L4_chemical_B3 +LQ05X009030 60S ribosomal protein L10a-1 11.41109236 L4_chemical_C2 +LQ05X009030 60S ribosomal protein L10a-1 11.18305752 L4_chemical_C3 +LQ05X009070 Uncharacterized protein At5g03900 13.2483688 C6_control_A1 +LQ05X009070 Uncharacterized protein At5g03900 13.23298094 C6_control_A3 +LQ05X009070 Uncharacterized protein At5g03900 13.66576539 C6_control_B1 +LQ05X009070 Uncharacterized protein At5g03900 13.16322281 C6_control_B2 +LQ05X009070 Uncharacterized protein At5g03900 13.55590526 C6_control_B3 +LQ05X009070 Uncharacterized protein At5g03900 14.36936183 C6_control_C1 +LQ05X009070 Uncharacterized protein At5g03900 13.95527517 C6_control_C2 +LQ05X009070 Uncharacterized protein At5g03900 14.16014769 C6_control_C3 +LQ05X009070 Uncharacterized protein At5g03900 13.03688484 C6_chemical_A1 +LQ05X009070 Uncharacterized protein At5g03900 13.01355485 C6_chemical_A3 +LQ05X009070 Uncharacterized protein At5g03900 13.52318018 C6_chemical_B1 +LQ05X009070 Uncharacterized protein At5g03900 13.27901167 C6_chemical_B2 +LQ05X009070 Uncharacterized protein At5g03900 13.44353814 C6_chemical_B3 +LQ05X009070 Uncharacterized protein At5g03900 14.14071987 C6_chemical_C1 +LQ05X009070 Uncharacterized protein At5g03900 13.84080481 C6_chemical_C2 +LQ05X009070 Uncharacterized protein At5g03900 13.93257778 C6_chemical_C3 +LQ05X009070 Uncharacterized protein At5g03900 12.94685429 L4_control_A1 +LQ05X009070 Uncharacterized protein At5g03900 12.53309666 L4_control_A2 +LQ05X009070 Uncharacterized protein At5g03900 12.78238176 L4_control_A3 +LQ05X009070 Uncharacterized protein At5g03900 13.32280443 L4_control_B1 +LQ05X009070 Uncharacterized protein At5g03900 13.08108929 L4_control_B2 +LQ05X009070 Uncharacterized protein At5g03900 13.42498885 L4_control_B3 +LQ05X009070 Uncharacterized protein At5g03900 14.40249378 L4_control_C2 +LQ05X009070 Uncharacterized protein At5g03900 13.85376697 L4_control_C3 +LQ05X009070 Uncharacterized protein At5g03900 12.7388918 L4_chemical_A1 +LQ05X009070 Uncharacterized protein At5g03900 12.45523528 L4_chemical_A2 +LQ05X009070 Uncharacterized protein At5g03900 12.7029465 L4_chemical_A3 +LQ05X009070 Uncharacterized protein At5g03900 13.30188096 L4_chemical_B1 +LQ05X009070 Uncharacterized protein At5g03900 13.12822773 L4_chemical_B2 +LQ05X009070 Uncharacterized protein At5g03900 13.06051252 L4_chemical_B3 +LQ05X009070 Uncharacterized protein At5g03900 13.99349038 L4_chemical_C2 +LQ05X009070 Uncharacterized protein At5g03900 14.03451626 L4_chemical_C3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 11.06331341 C6_control_A1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 11.39911216 C6_control_A3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.84154101 C6_control_B1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.81861075 C6_control_B2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.41285413 C6_control_B3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 11.25089521 C6_control_C1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.98104442 C6_control_C2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 11.11769061 C6_control_C3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.79300528 C6_chemical_A1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.90944905 C6_chemical_A3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.29441795 C6_chemical_B1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.43638489 C6_chemical_B2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 9.772701016 C6_chemical_B3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 11.07718386 C6_chemical_C1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 11.28263468 C6_chemical_C2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.7085622 C6_chemical_C3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 11.03470198 L4_control_A1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.88597433 L4_control_A2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 11.25044804 L4_control_A3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.27996686 L4_control_B1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.55165441 L4_control_B2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 9.776083932 L4_control_B3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.78681766 L4_control_C2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.023656 L4_control_C3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.76706221 L4_chemical_A1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.62098341 L4_chemical_A2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.95889667 L4_chemical_A3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.73277756 L4_chemical_B1 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.59080039 L4_chemical_B2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 9.889784882 L4_chemical_B3 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.61684704 L4_chemical_C2 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.65640055 L4_chemical_C3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.302471874 C6_control_A1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.224287705 C6_control_A3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.414672624 C6_control_B1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.632749452 C6_control_B2 +LQ05X009130 Putative uncharacterized protein (Fragment) 4.959009072 C6_control_B3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.601789538 C6_control_C1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.843005464 C6_control_C2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.2443989 C6_control_C3 +LQ05X009130 Putative uncharacterized protein (Fragment) 4.963751544 C6_chemical_A1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.178560131 C6_chemical_A3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.18162762 C6_chemical_B1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.348914495 C6_chemical_B2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.019843236 C6_chemical_B3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.311605418 C6_chemical_C1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.43605438 C6_chemical_C2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.2196881 C6_chemical_C3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.584122014 L4_control_A1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.121314718 L4_control_A2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.652358777 L4_control_A3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.033579745 L4_control_B1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.032491033 L4_control_B2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.179565238 L4_control_B3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.287405362 L4_control_C2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.071435142 L4_control_C3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.239938169 L4_chemical_A1 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.131330902 L4_chemical_A2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.775635197 L4_chemical_A3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.310234726 L4_chemical_B1 +LQ05X009130 Putative uncharacterized protein (Fragment) 4.90570274 L4_chemical_B2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.450504948 L4_chemical_B3 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.017669152 L4_chemical_C2 +LQ05X009130 Putative uncharacterized protein (Fragment) 5.254312063 L4_chemical_C3 +LQ05X009150 Hypothetical protein 4.743547427 C6_control_A1 +LQ05X009150 Hypothetical protein 4.551185672 C6_control_A3 +LQ05X009150 Hypothetical protein 5.350302736 C6_control_B1 +LQ05X009150 Hypothetical protein 4.589784244 C6_control_B2 +LQ05X009150 Hypothetical protein 4.994326783 C6_control_B3 +LQ05X009150 Hypothetical protein 4.84020935 C6_control_C1 +LQ05X009150 Hypothetical protein 4.765036849 C6_control_C2 +LQ05X009150 Hypothetical protein 4.918256756 C6_control_C3 +LQ05X009150 Hypothetical protein 4.790884989 C6_chemical_A1 +LQ05X009150 Hypothetical protein 4.881662368 C6_chemical_A3 +LQ05X009150 Hypothetical protein 5.059771883 C6_chemical_B1 +LQ05X009150 Hypothetical protein 4.796902774 C6_chemical_B2 +LQ05X009150 Hypothetical protein 5.011523081 C6_chemical_B3 +LQ05X009150 Hypothetical protein 4.623943118 C6_chemical_C1 +LQ05X009150 Hypothetical protein 4.787985012 C6_chemical_C2 +LQ05X009150 Hypothetical protein 4.827236838 C6_chemical_C3 +LQ05X009150 Hypothetical protein 4.673557656 L4_control_A1 +LQ05X009150 Hypothetical protein 4.846821411 L4_control_A2 +LQ05X009150 Hypothetical protein 4.968795472 L4_control_A3 +LQ05X009150 Hypothetical protein 4.785996905 L4_control_B1 +LQ05X009150 Hypothetical protein 5.06489677 L4_control_B2 +LQ05X009150 Hypothetical protein 4.995790304 L4_control_B3 +LQ05X009150 Hypothetical protein 4.973463471 L4_control_C2 +LQ05X009150 Hypothetical protein 5.334417717 L4_control_C3 +LQ05X009150 Hypothetical protein 4.90746762 L4_chemical_A1 +LQ05X009150 Hypothetical protein 4.705049033 L4_chemical_A2 +LQ05X009150 Hypothetical protein 5.249931141 L4_chemical_A3 +LQ05X009150 Hypothetical protein 4.854763784 L4_chemical_B1 +LQ05X009150 Hypothetical protein 4.684783124 L4_chemical_B2 +LQ05X009150 Hypothetical protein 4.774926248 L4_chemical_B3 +LQ05X009150 Hypothetical protein 4.811731466 L4_chemical_C2 +LQ05X009150 Hypothetical protein 5.124375974 L4_chemical_C3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 7.790858345 C6_control_A1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.746106075 C6_control_A3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.12340547 C6_control_B1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.73382504 C6_control_B2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 8.405021413 C6_control_B3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.95103167 C6_control_C1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 11.27766304 C6_control_C2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 11.16966384 C6_control_C3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 9.28641412 C6_chemical_A1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 6.054668864 C6_chemical_A3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.44832727 C6_chemical_B1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.78592368 C6_chemical_B2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 8.524201353 C6_chemical_B3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.94470822 C6_chemical_C1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.88676228 C6_chemical_C2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.64143316 C6_chemical_C3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 6.614999782 L4_control_A1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 7.066203603 L4_control_A2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 6.191084887 L4_control_A3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.5896683 L4_control_B1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 9.735851607 L4_control_B2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 9.448930451 L4_control_B3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 11.13982731 L4_control_C2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.81779356 L4_control_C3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 6.51775041 L4_chemical_A1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 9.253095399 L4_chemical_A2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 7.282451575 L4_chemical_A3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.25485584 L4_chemical_B1 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.36511775 L4_chemical_B2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 8.287691323 L4_chemical_B3 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 11.39152822 L4_chemical_C2 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 10.68636582 L4_chemical_C3 +LQ05X009180 Predicted protein 5.344025914 C6_control_A1 +LQ05X009180 Predicted protein 5.250124692 C6_control_A3 +LQ05X009180 Predicted protein 5.664366214 C6_control_B1 +LQ05X009180 Predicted protein 5.117934086 C6_control_B2 +LQ05X009180 Predicted protein 5.264664731 C6_control_B3 +LQ05X009180 Predicted protein 5.4282694 C6_control_C1 +LQ05X009180 Predicted protein 5.335537434 C6_control_C2 +LQ05X009180 Predicted protein 5.629482035 C6_control_C3 +LQ05X009180 Predicted protein 5.271574195 C6_chemical_A1 +LQ05X009180 Predicted protein 6.084939981 C6_chemical_A3 +LQ05X009180 Predicted protein 5.577116455 C6_chemical_B1 +LQ05X009180 Predicted protein 5.211289905 C6_chemical_B2 +LQ05X009180 Predicted protein 5.642992903 C6_chemical_B3 +LQ05X009180 Predicted protein 5.481050676 C6_chemical_C1 +LQ05X009180 Predicted protein 5.362488623 C6_chemical_C2 +LQ05X009180 Predicted protein 5.907387667 C6_chemical_C3 +LQ05X009180 Predicted protein 5.816316766 L4_control_A1 +LQ05X009180 Predicted protein 5.302156771 L4_control_A2 +LQ05X009180 Predicted protein 5.122958662 L4_control_A3 +LQ05X009180 Predicted protein 4.986274648 L4_control_B1 +LQ05X009180 Predicted protein 5.251858356 L4_control_B2 +LQ05X009180 Predicted protein 5.318309484 L4_control_B3 +LQ05X009180 Predicted protein 5.833815873 L4_control_C2 +LQ05X009180 Predicted protein 6.299162896 L4_control_C3 +LQ05X009180 Predicted protein 5.586683376 L4_chemical_A1 +LQ05X009180 Predicted protein 5.356668089 L4_chemical_A2 +LQ05X009180 Predicted protein 5.251692923 L4_chemical_A3 +LQ05X009180 Predicted protein 5.339167094 L4_chemical_B1 +LQ05X009180 Predicted protein 5.590578089 L4_chemical_B2 +LQ05X009180 Predicted protein 5.450845452 L4_chemical_B3 +LQ05X009180 Predicted protein 5.696660601 L4_chemical_C2 +LQ05X009180 Predicted protein 5.320858575 L4_chemical_C3 +LQ05X009200 Putative uncharacterized protein 12.32916897 C6_control_A1 +LQ05X009200 Putative uncharacterized protein 13.0807988 C6_control_A3 +LQ05X009200 Putative uncharacterized protein 11.4246182 C6_control_B1 +LQ05X009200 Putative uncharacterized protein 8.834078262 C6_control_B2 +LQ05X009200 Putative uncharacterized protein 8.039802653 C6_control_B3 +LQ05X009200 Putative uncharacterized protein 7.269883699 C6_control_C1 +LQ05X009200 Putative uncharacterized protein 6.826965803 C6_control_C2 +LQ05X009200 Putative uncharacterized protein 7.486622925 C6_control_C3 +LQ05X009200 Putative uncharacterized protein 11.97134943 C6_chemical_A1 +LQ05X009200 Putative uncharacterized protein 12.91212408 C6_chemical_A3 +LQ05X009200 Putative uncharacterized protein 9.874742156 C6_chemical_B1 +LQ05X009200 Putative uncharacterized protein 7.843442046 C6_chemical_B2 +LQ05X009200 Putative uncharacterized protein 7.291918474 C6_chemical_B3 +LQ05X009200 Putative uncharacterized protein 7.282465124 C6_chemical_C1 +LQ05X009200 Putative uncharacterized protein 7.424502089 C6_chemical_C2 +LQ05X009200 Putative uncharacterized protein 7.071098564 C6_chemical_C3 +LQ05X009200 Putative uncharacterized protein 12.31483191 L4_control_A1 +LQ05X009200 Putative uncharacterized protein 13.03892769 L4_control_A2 +LQ05X009200 Putative uncharacterized protein 13.25749348 L4_control_A3 +LQ05X009200 Putative uncharacterized protein 7.663996435 L4_control_B1 +LQ05X009200 Putative uncharacterized protein 9.720776075 L4_control_B2 +LQ05X009200 Putative uncharacterized protein 7.28867879 L4_control_B3 +LQ05X009200 Putative uncharacterized protein 6.281841802 L4_control_C2 +LQ05X009200 Putative uncharacterized protein 5.609929069 L4_control_C3 +LQ05X009200 Putative uncharacterized protein 11.8061123 L4_chemical_A1 +LQ05X009200 Putative uncharacterized protein 11.96185621 L4_chemical_A2 +LQ05X009200 Putative uncharacterized protein 13.0104639 L4_chemical_A3 +LQ05X009200 Putative uncharacterized protein 10.15246943 L4_chemical_B1 +LQ05X009200 Putative uncharacterized protein 10.14778376 L4_chemical_B2 +LQ05X009200 Putative uncharacterized protein 10.73892465 L4_chemical_B3 +LQ05X009200 Putative uncharacterized protein 5.963926747 L4_chemical_C2 +LQ05X009200 Putative uncharacterized protein 6.039187388 L4_chemical_C3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.378003841 C6_control_A1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.684643495 C6_control_A3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.165365566 C6_control_B1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.742332101 C6_control_B2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.544857259 C6_control_B3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.763041728 C6_control_C1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 6.773206775 C6_control_C2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.858091585 C6_control_C3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.268576387 C6_chemical_A1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.272380426 C6_chemical_A3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.198730758 C6_chemical_B1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.928923163 C6_chemical_B2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.263961084 C6_chemical_B3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.644205418 C6_chemical_C1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.715247326 C6_chemical_C2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.64146674 C6_chemical_C3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.344130327 L4_control_A1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.190843566 L4_control_A2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.378386319 L4_control_A3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.786348538 L4_control_B1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.30331126 L4_control_B2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.29113083 L4_control_B3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.376981726 L4_control_C2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.278869784 L4_control_C3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.264059207 L4_chemical_A1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.053434297 L4_chemical_A2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.378701994 L4_chemical_A3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.392059643 L4_chemical_B1 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.581625239 L4_chemical_B2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.317421033 L4_chemical_B3 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.252084626 L4_chemical_C2 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.486791489 L4_chemical_C3 +LQ05X009230 Nucleolar phosphoprotein, putative 6.230474605 C6_control_A1 +LQ05X009230 Nucleolar phosphoprotein, putative 5.782615686 C6_control_A3 +LQ05X009230 Nucleolar phosphoprotein, putative 5.435529382 C6_control_B1 +LQ05X009230 Nucleolar phosphoprotein, putative 6.157681032 C6_control_B2 +LQ05X009230 Nucleolar phosphoprotein, putative 6.325096117 C6_control_B3 +LQ05X009230 Nucleolar phosphoprotein, putative 6.162097185 C6_control_C1 +LQ05X009230 Nucleolar phosphoprotein, putative 5.915491486 C6_control_C2 +LQ05X009230 Nucleolar phosphoprotein, putative 6.484424539 C6_control_C3 +LQ05X009230 Nucleolar phosphoprotein, putative 6.274168636 C6_chemical_A1 +LQ05X009230 Nucleolar phosphoprotein, putative 6.134647703 C6_chemical_A3 +LQ05X009230 Nucleolar phosphoprotein, putative 5.694895056 C6_chemical_B1 +LQ05X009230 Nucleolar phosphoprotein, putative 6.207115124 C6_chemical_B2 +LQ05X009230 Nucleolar phosphoprotein, putative 5.759839754 C6_chemical_B3 +LQ05X009230 Nucleolar phosphoprotein, putative 5.364488154 C6_chemical_C1 +LQ05X009230 Nucleolar phosphoprotein, putative 6.215683909 C6_chemical_C2 +LQ05X009230 Nucleolar phosphoprotein, putative 6.239815404 C6_chemical_C3 +LQ05X009230 Nucleolar phosphoprotein, putative 5.865523321 L4_control_A1 +LQ05X009230 Nucleolar phosphoprotein, putative 6.41383911 L4_control_A2 +LQ05X009230 Nucleolar phosphoprotein, putative 6.39653392 L4_control_A3 +LQ05X009230 Nucleolar phosphoprotein, putative 6.641332655 L4_control_B1 +LQ05X009230 Nucleolar phosphoprotein, putative 6.790344896 L4_control_B2 +LQ05X009230 Nucleolar phosphoprotein, putative 6.029625603 L4_control_B3 +LQ05X009230 Nucleolar phosphoprotein, putative 6.893728908 L4_control_C2 +LQ05X009230 Nucleolar phosphoprotein, putative 5.209256496 L4_control_C3 +LQ05X009230 Nucleolar phosphoprotein, putative 5.759032595 L4_chemical_A1 +LQ05X009230 Nucleolar phosphoprotein, putative 6.287841162 L4_chemical_A2 +LQ05X009230 Nucleolar phosphoprotein, putative 6.160580643 L4_chemical_A3 +LQ05X009230 Nucleolar phosphoprotein, putative 5.945762548 L4_chemical_B1 +LQ05X009230 Nucleolar phosphoprotein, putative 6.464114821 L4_chemical_B2 +LQ05X009230 Nucleolar phosphoprotein, putative 5.660150249 L4_chemical_B3 +LQ05X009230 Nucleolar phosphoprotein, putative 5.823712416 L4_chemical_C2 +LQ05X009230 Nucleolar phosphoprotein, putative 6.126527083 L4_chemical_C3 +LQ05X009240 At4g18590 4.966674155 C6_control_A1 +LQ05X009240 At4g18590 5.505727039 C6_control_A3 +LQ05X009240 At4g18590 4.846443373 C6_control_B1 +LQ05X009240 At4g18590 4.898523128 C6_control_B2 +LQ05X009240 At4g18590 4.996536796 C6_control_B3 +LQ05X009240 At4g18590 4.923270109 C6_control_C1 +LQ05X009240 At4g18590 4.737031971 C6_control_C2 +LQ05X009240 At4g18590 4.986885378 C6_control_C3 +LQ05X009240 At4g18590 5.096467919 C6_chemical_A1 +LQ05X009240 At4g18590 5.042608776 C6_chemical_A3 +LQ05X009240 At4g18590 4.75245382 C6_chemical_B1 +LQ05X009240 At4g18590 4.848480494 C6_chemical_B2 +LQ05X009240 At4g18590 5.259769553 C6_chemical_B3 +LQ05X009240 At4g18590 5.070112866 C6_chemical_C1 +LQ05X009240 At4g18590 5.027876869 C6_chemical_C2 +LQ05X009240 At4g18590 4.828808486 C6_chemical_C3 +LQ05X009240 At4g18590 5.434176561 L4_control_A1 +LQ05X009240 At4g18590 5.392896253 L4_control_A2 +LQ05X009240 At4g18590 4.885208546 L4_control_A3 +LQ05X009240 At4g18590 5.183219991 L4_control_B1 +LQ05X009240 At4g18590 5.288325534 L4_control_B2 +LQ05X009240 At4g18590 4.847293755 L4_control_B3 +LQ05X009240 At4g18590 5.297294514 L4_control_C2 +LQ05X009240 At4g18590 4.576297946 L4_control_C3 +LQ05X009240 At4g18590 5.181661938 L4_chemical_A1 +LQ05X009240 At4g18590 5.11716557 L4_chemical_A2 +LQ05X009240 At4g18590 5.393128804 L4_chemical_A3 +LQ05X009240 At4g18590 5.272036546 L4_chemical_B1 +LQ05X009240 At4g18590 4.766947415 L4_chemical_B2 +LQ05X009240 At4g18590 5.154383067 L4_chemical_B3 +LQ05X009240 At4g18590 4.797611576 L4_chemical_C2 +LQ05X009240 At4g18590 4.835406307 L4_chemical_C3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.58727591 C6_control_A1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.71640915 C6_control_A3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.92974588 C6_control_B1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.30151491 C6_control_B2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.03696085 C6_control_B3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.30878307 C6_control_C1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.89173806 C6_control_C2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.21892343 C6_control_C3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.74312899 C6_chemical_A1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.87492023 C6_chemical_A3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.14531382 C6_chemical_B1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.44892069 C6_chemical_B2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.87601661 C6_chemical_B3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.0556157 C6_chemical_C1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.32157233 C6_chemical_C2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.14070386 C6_chemical_C3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.47382351 L4_control_A1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.34414662 L4_control_A2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.82453962 L4_control_A3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.51574397 L4_control_B1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.73464253 L4_control_B2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.09687971 L4_control_B3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.31235294 L4_control_C2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.99353274 L4_control_C3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.14401282 L4_chemical_A1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.35414606 L4_chemical_A2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.4179501 L4_chemical_A3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.4769452 L4_chemical_B1 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.43574878 L4_chemical_B2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.90135221 L4_chemical_B3 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 13.14835316 L4_chemical_C2 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.9299102 L4_chemical_C3 +LQ05X009290 Predicted protein 10.98937211 C6_control_A1 +LQ05X009290 Predicted protein 10.4320364 C6_control_A3 +LQ05X009290 Predicted protein 11.16168589 C6_control_B1 +LQ05X009290 Predicted protein 10.9759718 C6_control_B2 +LQ05X009290 Predicted protein 10.59304206 C6_control_B3 +LQ05X009290 Predicted protein 10.83643913 C6_control_C1 +LQ05X009290 Predicted protein 11.0168232 C6_control_C2 +LQ05X009290 Predicted protein 10.62271867 C6_control_C3 +LQ05X009290 Predicted protein 11.15952223 C6_chemical_A1 +LQ05X009290 Predicted protein 10.85141411 C6_chemical_A3 +LQ05X009290 Predicted protein 11.39334306 C6_chemical_B1 +LQ05X009290 Predicted protein 10.95340324 C6_chemical_B2 +LQ05X009290 Predicted protein 10.99951639 C6_chemical_B3 +LQ05X009290 Predicted protein 10.96794624 C6_chemical_C1 +LQ05X009290 Predicted protein 11.09656744 C6_chemical_C2 +LQ05X009290 Predicted protein 11.05879072 C6_chemical_C3 +LQ05X009290 Predicted protein 10.90611082 L4_control_A1 +LQ05X009290 Predicted protein 11.23447771 L4_control_A2 +LQ05X009290 Predicted protein 11.70997399 L4_control_A3 +LQ05X009290 Predicted protein 11.27187894 L4_control_B1 +LQ05X009290 Predicted protein 11.74394081 L4_control_B2 +LQ05X009290 Predicted protein 11.91836646 L4_control_B3 +LQ05X009290 Predicted protein 11.54775352 L4_control_C2 +LQ05X009290 Predicted protein 11.83099252 L4_control_C3 +LQ05X009290 Predicted protein 11.03531213 L4_chemical_A1 +LQ05X009290 Predicted protein 11.36531958 L4_chemical_A2 +LQ05X009290 Predicted protein 11.423858 L4_chemical_A3 +LQ05X009290 Predicted protein 11.49856848 L4_chemical_B1 +LQ05X009290 Predicted protein 11.61359935 L4_chemical_B2 +LQ05X009290 Predicted protein 11.45921259 L4_chemical_B3 +LQ05X009290 Predicted protein 11.50726977 L4_chemical_C2 +LQ05X009290 Predicted protein 11.66513307 L4_chemical_C3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 15.0196811 C6_control_A1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.91682318 C6_control_A3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.50137264 C6_control_B1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.69499026 C6_control_B2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.49710085 C6_control_B3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.72538173 C6_control_C1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 13.96436052 C6_control_C2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.6073777 C6_control_C3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.75913946 C6_chemical_A1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 15.00370378 C6_chemical_A3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 13.69714193 C6_chemical_B1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 13.91381296 C6_chemical_B2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.31424163 C6_chemical_B3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.48950815 C6_chemical_C1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.52847716 C6_chemical_C2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.29347528 C6_chemical_C3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.86290791 L4_control_A1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 15.03722081 L4_control_A2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.91695531 L4_control_A3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.1671507 L4_control_B1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 13.44436105 L4_control_B2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.43944958 L4_control_B3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.25956879 L4_control_C2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.1851492 L4_control_C3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.72377093 L4_chemical_A1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.33775393 L4_chemical_A2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.83512109 L4_chemical_A3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.20512883 L4_chemical_B1 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.03205969 L4_chemical_B2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.59184565 L4_chemical_B3 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.03626231 L4_chemical_C2 +LQ05X009300 Probable small nuclear ribonucleoprotein G 13.91954218 L4_chemical_C3 +LQ05X009350 Predicted protein 5.428700717 C6_control_A1 +LQ05X009350 Predicted protein 5.539249245 C6_control_A3 +LQ05X009350 Predicted protein 5.582387326 C6_control_B1 +LQ05X009350 Predicted protein 5.503656913 C6_control_B2 +LQ05X009350 Predicted protein 5.445682299 C6_control_B3 +LQ05X009350 Predicted protein 5.574636649 C6_control_C1 +LQ05X009350 Predicted protein 6.02232 C6_control_C2 +LQ05X009350 Predicted protein 5.722063501 C6_control_C3 +LQ05X009350 Predicted protein 5.427021747 C6_chemical_A1 +LQ05X009350 Predicted protein 5.549547342 C6_chemical_A3 +LQ05X009350 Predicted protein 5.059650803 C6_chemical_B1 +LQ05X009350 Predicted protein 5.473962278 C6_chemical_B2 +LQ05X009350 Predicted protein 5.502988063 C6_chemical_B3 +LQ05X009350 Predicted protein 5.584219952 C6_chemical_C1 +LQ05X009350 Predicted protein 5.604841813 C6_chemical_C2 +LQ05X009350 Predicted protein 5.318292309 C6_chemical_C3 +LQ05X009350 Predicted protein 5.601954382 L4_control_A1 +LQ05X009350 Predicted protein 5.348250784 L4_control_A2 +LQ05X009350 Predicted protein 5.418206596 L4_control_A3 +LQ05X009350 Predicted protein 5.47391609 L4_control_B1 +LQ05X009350 Predicted protein 5.09433305 L4_control_B2 +LQ05X009350 Predicted protein 5.25938921 L4_control_B3 +LQ05X009350 Predicted protein 5.220280397 L4_control_C2 +LQ05X009350 Predicted protein 5.024281053 L4_control_C3 +LQ05X009350 Predicted protein 5.490760769 L4_chemical_A1 +LQ05X009350 Predicted protein 5.327735217 L4_chemical_A2 +LQ05X009350 Predicted protein 5.369556705 L4_chemical_A3 +LQ05X009350 Predicted protein 5.189000123 L4_chemical_B1 +LQ05X009350 Predicted protein 5.722875753 L4_chemical_B2 +LQ05X009350 Predicted protein 5.395952092 L4_chemical_B3 +LQ05X009350 Predicted protein 6.944141551 L4_chemical_C2 +LQ05X009350 Predicted protein 4.831476192 L4_chemical_C3 +LQ05X009360 Predicted protein 10.36343195 C6_control_A1 +LQ05X009360 Predicted protein 10.36389724 C6_control_A3 +LQ05X009360 Predicted protein 9.879388259 C6_control_B1 +LQ05X009360 Predicted protein 5.482825092 C6_control_B2 +LQ05X009360 Predicted protein 4.923317789 C6_control_B3 +LQ05X009360 Predicted protein 5.369886497 C6_control_C1 +LQ05X009360 Predicted protein 4.969376817 C6_control_C2 +LQ05X009360 Predicted protein 5.741942474 C6_control_C3 +LQ05X009360 Predicted protein 9.605796917 C6_chemical_A1 +LQ05X009360 Predicted protein 11.22525874 C6_chemical_A3 +LQ05X009360 Predicted protein 7.929834022 C6_chemical_B1 +LQ05X009360 Predicted protein 5.26040554 C6_chemical_B2 +LQ05X009360 Predicted protein 8.85359694 C6_chemical_B3 +LQ05X009360 Predicted protein 5.153173591 C6_chemical_C1 +LQ05X009360 Predicted protein 5.038441165 C6_chemical_C2 +LQ05X009360 Predicted protein 5.54932247 C6_chemical_C3 +LQ05X009360 Predicted protein 10.92410646 L4_control_A1 +LQ05X009360 Predicted protein 10.26355701 L4_control_A2 +LQ05X009360 Predicted protein 10.31323999 L4_control_A3 +LQ05X009360 Predicted protein 6.662401088 L4_control_B1 +LQ05X009360 Predicted protein 7.989583384 L4_control_B2 +LQ05X009360 Predicted protein 5.058564749 L4_control_B3 +LQ05X009360 Predicted protein 5.082390658 L4_control_C2 +LQ05X009360 Predicted protein 5.03975742 L4_control_C3 +LQ05X009360 Predicted protein 13.17660983 L4_chemical_A1 +LQ05X009360 Predicted protein 12.88341247 L4_chemical_A2 +LQ05X009360 Predicted protein 12.84781329 L4_chemical_A3 +LQ05X009360 Predicted protein 12.54129535 L4_chemical_B1 +LQ05X009360 Predicted protein 9.666011303 L4_chemical_B2 +LQ05X009360 Predicted protein 8.388363319 L4_chemical_B3 +LQ05X009360 Predicted protein 5.66949969 L4_chemical_C2 +LQ05X009360 Predicted protein 4.793733513 L4_chemical_C3 +LQ05X009380 125 kDa kinesin-related protein 5.242078361 C6_control_A1 +LQ05X009380 125 kDa kinesin-related protein 5.156011769 C6_control_A3 +LQ05X009380 125 kDa kinesin-related protein 5.523279398 C6_control_B1 +LQ05X009380 125 kDa kinesin-related protein 5.245275279 C6_control_B2 +LQ05X009380 125 kDa kinesin-related protein 5.154149663 C6_control_B3 +LQ05X009380 125 kDa kinesin-related protein 5.096956756 C6_control_C1 +LQ05X009380 125 kDa kinesin-related protein 5.020784284 C6_control_C2 +LQ05X009380 125 kDa kinesin-related protein 5.143665882 C6_control_C3 +LQ05X009380 125 kDa kinesin-related protein 5.234964188 C6_chemical_A1 +LQ05X009380 125 kDa kinesin-related protein 5.459727944 C6_chemical_A3 +LQ05X009380 125 kDa kinesin-related protein 5.820709664 C6_chemical_B1 +LQ05X009380 125 kDa kinesin-related protein 5.215260409 C6_chemical_B2 +LQ05X009380 125 kDa kinesin-related protein 5.408252885 C6_chemical_B3 +LQ05X009380 125 kDa kinesin-related protein 5.051715109 C6_chemical_C1 +LQ05X009380 125 kDa kinesin-related protein 5.451238075 C6_chemical_C2 +LQ05X009380 125 kDa kinesin-related protein 5.409519516 C6_chemical_C3 +LQ05X009380 125 kDa kinesin-related protein 5.613629678 L4_control_A1 +LQ05X009380 125 kDa kinesin-related protein 5.252511033 L4_control_A2 +LQ05X009380 125 kDa kinesin-related protein 5.402254758 L4_control_A3 +LQ05X009380 125 kDa kinesin-related protein 4.843732387 L4_control_B1 +LQ05X009380 125 kDa kinesin-related protein 5.203192506 L4_control_B2 +LQ05X009380 125 kDa kinesin-related protein 5.141441024 L4_control_B3 +LQ05X009380 125 kDa kinesin-related protein 5.558428591 L4_control_C2 +LQ05X009380 125 kDa kinesin-related protein 4.971780864 L4_control_C3 +LQ05X009380 125 kDa kinesin-related protein 5.410986732 L4_chemical_A1 +LQ05X009380 125 kDa kinesin-related protein 5.392562503 L4_chemical_A2 +LQ05X009380 125 kDa kinesin-related protein 5.237344009 L4_chemical_A3 +LQ05X009380 125 kDa kinesin-related protein 5.472984801 L4_chemical_B1 +LQ05X009380 125 kDa kinesin-related protein 5.303003522 L4_chemical_B2 +LQ05X009380 125 kDa kinesin-related protein 5.251126398 L4_chemical_B3 +LQ05X009380 125 kDa kinesin-related protein 5.39790503 L4_chemical_C2 +LQ05X009380 125 kDa kinesin-related protein 5.026879789 L4_chemical_C3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.203034878 C6_control_A1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.096383869 C6_control_A3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.299762129 C6_control_B1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.181121926 C6_control_B2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.1997555 C6_control_B3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.104896571 C6_control_C1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.036889774 C6_control_C2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.332538334 C6_control_C3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.276021439 C6_chemical_A1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 4.960351678 C6_chemical_A3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.18992325 C6_chemical_B1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.166925259 C6_chemical_B2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.163823089 C6_chemical_B3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.109838576 C6_chemical_C1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.042198919 C6_chemical_C2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.503763382 C6_chemical_C3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.887394356 L4_control_A1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.047289263 L4_control_A2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.32031442 L4_control_A3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.160284374 L4_control_B1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 4.890725126 L4_control_B2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.180966947 L4_control_B3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.25874359 L4_control_C2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.444313821 L4_control_C3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.602042319 L4_chemical_A1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.544410666 L4_chemical_A2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.666764806 L4_chemical_A3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 4.658822782 L4_chemical_B1 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.599062793 L4_chemical_B2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.239679814 L4_chemical_B3 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.815201421 L4_chemical_C2 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.245785174 L4_chemical_C3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.488397977 C6_control_A1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.9643347 C6_control_A3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.326175218 C6_control_B1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.147760483 C6_control_B2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.792565296 C6_control_B3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.157599813 C6_control_C1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.106072896 C6_control_C2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.199081731 C6_control_C3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.47641224 C6_chemical_A1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.914873947 C6_chemical_A3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.199204793 C6_chemical_B1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.280847442 C6_chemical_B2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.285769333 C6_chemical_B3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.1785809 C6_chemical_C1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.544736875 C6_chemical_C2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.465611509 C6_chemical_C3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.297809716 L4_control_A1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.419786041 L4_control_A2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.920362195 L4_control_A3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 6.016966069 L4_control_B1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.346741727 L4_control_B2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.416359565 L4_control_B3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.196331511 L4_control_C2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 4.817448629 L4_control_C3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.351170417 L4_chemical_A1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.776021252 L4_chemical_A2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 6.028994509 L4_chemical_A3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.286243603 L4_chemical_B1 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.317890904 L4_chemical_B2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.416541725 L4_chemical_B3 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 4.967776733 L4_chemical_C2 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.241291809 L4_chemical_C3 +LQ05X009560 Ubiquitin 5.441363665 C6_control_A1 +LQ05X009560 Ubiquitin 6.176044769 C6_control_A3 +LQ05X009560 Ubiquitin 5.645571805 C6_control_B1 +LQ05X009560 Ubiquitin 6.118489642 C6_control_B2 +LQ05X009560 Ubiquitin 5.635820157 C6_control_B3 +LQ05X009560 Ubiquitin 5.72421179 C6_control_C1 +LQ05X009560 Ubiquitin 5.633254118 C6_control_C2 +LQ05X009560 Ubiquitin 5.773957424 C6_control_C3 +LQ05X009560 Ubiquitin 5.67265243 C6_chemical_A1 +LQ05X009560 Ubiquitin 5.897627671 C6_chemical_A3 +LQ05X009560 Ubiquitin 5.483871708 C6_chemical_B1 +LQ05X009560 Ubiquitin 5.966540361 C6_chemical_B2 +LQ05X009560 Ubiquitin 5.669452485 C6_chemical_B3 +LQ05X009560 Ubiquitin 5.423003491 C6_chemical_C1 +LQ05X009560 Ubiquitin 6.075056199 C6_chemical_C2 +LQ05X009560 Ubiquitin 5.813035361 C6_chemical_C3 +LQ05X009560 Ubiquitin 6.400534106 L4_control_A1 +LQ05X009560 Ubiquitin 6.466619211 L4_control_A2 +LQ05X009560 Ubiquitin 6.755536869 L4_control_A3 +LQ05X009560 Ubiquitin 5.904750075 L4_control_B1 +LQ05X009560 Ubiquitin 6.487516219 L4_control_B2 +LQ05X009560 Ubiquitin 5.74798692 L4_control_B3 +LQ05X009560 Ubiquitin 5.376692827 L4_control_C2 +LQ05X009560 Ubiquitin 6.618205973 L4_control_C3 +LQ05X009560 Ubiquitin 5.645218635 L4_chemical_A1 +LQ05X009560 Ubiquitin 6.147535335 L4_chemical_A2 +LQ05X009560 Ubiquitin 7.33402502 L4_chemical_A3 +LQ05X009560 Ubiquitin 6.159517518 L4_chemical_B1 +LQ05X009560 Ubiquitin 5.526107393 L4_chemical_B2 +LQ05X009560 Ubiquitin 5.935247589 L4_chemical_B3 +LQ05X009560 Ubiquitin 5.225730966 L4_chemical_C2 +LQ05X009560 Ubiquitin 5.520235831 L4_chemical_C3 +LQ05X009590 40S ribosomal protein S14 5.805836774 C6_control_A1 +LQ05X009590 40S ribosomal protein S14 5.83621394 C6_control_A3 +LQ05X009590 40S ribosomal protein S14 5.981085634 C6_control_B1 +LQ05X009590 40S ribosomal protein S14 6.629863711 C6_control_B2 +LQ05X009590 40S ribosomal protein S14 5.789780669 C6_control_B3 +LQ05X009590 40S ribosomal protein S14 6.75217328 C6_control_C1 +LQ05X009590 40S ribosomal protein S14 6.032487487 C6_control_C2 +LQ05X009590 40S ribosomal protein S14 6.573466975 C6_control_C3 +LQ05X009590 40S ribosomal protein S14 5.85779708 C6_chemical_A1 +LQ05X009590 40S ribosomal protein S14 6.028117527 C6_chemical_A3 +LQ05X009590 40S ribosomal protein S14 6.663715054 C6_chemical_B1 +LQ05X009590 40S ribosomal protein S14 6.166709832 C6_chemical_B2 +LQ05X009590 40S ribosomal protein S14 5.854696764 C6_chemical_B3 +LQ05X009590 40S ribosomal protein S14 6.52934548 C6_chemical_C1 +LQ05X009590 40S ribosomal protein S14 6.306062356 C6_chemical_C2 +LQ05X009590 40S ribosomal protein S14 6.350264177 C6_chemical_C3 +LQ05X009590 40S ribosomal protein S14 5.980571966 L4_control_A1 +LQ05X009590 40S ribosomal protein S14 5.770974788 L4_control_A2 +LQ05X009590 40S ribosomal protein S14 5.799780343 L4_control_A3 +LQ05X009590 40S ribosomal protein S14 5.371468144 L4_control_B1 +LQ05X009590 40S ribosomal protein S14 5.1212864 L4_control_B2 +LQ05X009590 40S ribosomal protein S14 5.66113371 L4_control_B3 +LQ05X009590 40S ribosomal protein S14 5.446319139 L4_control_C2 +LQ05X009590 40S ribosomal protein S14 5.793155601 L4_control_C3 +LQ05X009590 40S ribosomal protein S14 5.467259138 L4_chemical_A1 +LQ05X009590 40S ribosomal protein S14 5.614908024 L4_chemical_A2 +LQ05X009590 40S ribosomal protein S14 5.43640451 L4_chemical_A3 +LQ05X009590 40S ribosomal protein S14 5.754277612 L4_chemical_B1 +LQ05X009590 40S ribosomal protein S14 4.865662375 L4_chemical_B2 +LQ05X009590 40S ribosomal protein S14 6.143513529 L4_chemical_B3 +LQ05X009590 40S ribosomal protein S14 5.557284021 L4_chemical_C2 +LQ05X009590 40S ribosomal protein S14 6.080568299 L4_chemical_C3 +LQ05X009630 Putative uncharacterized protein 11.49499197 C6_control_A1 +LQ05X009630 Putative uncharacterized protein 11.36159417 C6_control_A3 +LQ05X009630 Putative uncharacterized protein 12.56456498 C6_control_B1 +LQ05X009630 Putative uncharacterized protein 13.96780453 C6_control_B2 +LQ05X009630 Putative uncharacterized protein 12.85594483 C6_control_B3 +LQ05X009630 Putative uncharacterized protein 13.81369052 C6_control_C1 +LQ05X009630 Putative uncharacterized protein 14.08055257 C6_control_C2 +LQ05X009630 Putative uncharacterized protein 14.19646897 C6_control_C3 +LQ05X009630 Putative uncharacterized protein 11.69263106 C6_chemical_A1 +LQ05X009630 Putative uncharacterized protein 11.75816207 C6_chemical_A3 +LQ05X009630 Putative uncharacterized protein 12.85087416 C6_chemical_B1 +LQ05X009630 Putative uncharacterized protein 14.07044898 C6_chemical_B2 +LQ05X009630 Putative uncharacterized protein 12.73499672 C6_chemical_B3 +LQ05X009630 Putative uncharacterized protein 13.51415544 C6_chemical_C1 +LQ05X009630 Putative uncharacterized protein 14.16694027 C6_chemical_C2 +LQ05X009630 Putative uncharacterized protein 13.94269422 C6_chemical_C3 +LQ05X009630 Putative uncharacterized protein 11.34007497 L4_control_A1 +LQ05X009630 Putative uncharacterized protein 11.85003877 L4_control_A2 +LQ05X009630 Putative uncharacterized protein 11.05942649 L4_control_A3 +LQ05X009630 Putative uncharacterized protein 12.80648716 L4_control_B1 +LQ05X009630 Putative uncharacterized protein 12.2939985 L4_control_B2 +LQ05X009630 Putative uncharacterized protein 13.40627106 L4_control_B3 +LQ05X009630 Putative uncharacterized protein 13.14385504 L4_control_C2 +LQ05X009630 Putative uncharacterized protein 12.53280589 L4_control_C3 +LQ05X009630 Putative uncharacterized protein 11.20188335 L4_chemical_A1 +LQ05X009630 Putative uncharacterized protein 11.91730841 L4_chemical_A2 +LQ05X009630 Putative uncharacterized protein 10.54639464 L4_chemical_A3 +LQ05X009630 Putative uncharacterized protein 12.18426814 L4_chemical_B1 +LQ05X009630 Putative uncharacterized protein 12.64652027 L4_chemical_B2 +LQ05X009630 Putative uncharacterized protein 12.92981403 L4_chemical_B3 +LQ05X009630 Putative uncharacterized protein 13.1128473 L4_chemical_C2 +LQ05X009630 Putative uncharacterized protein 12.94435029 L4_chemical_C3 +LQ05X009640 Putative Sorting nexin-2 12.67205656 C6_control_A1 +LQ05X009640 Putative Sorting nexin-2 12.62136238 C6_control_A3 +LQ05X009640 Putative Sorting nexin-2 12.90761137 C6_control_B1 +LQ05X009640 Putative Sorting nexin-2 12.89739445 C6_control_B2 +LQ05X009640 Putative Sorting nexin-2 12.71717912 C6_control_B3 +LQ05X009640 Putative Sorting nexin-2 12.92710139 C6_control_C1 +LQ05X009640 Putative Sorting nexin-2 12.91019161 C6_control_C2 +LQ05X009640 Putative Sorting nexin-2 13.05384131 C6_control_C3 +LQ05X009640 Putative Sorting nexin-2 12.79888094 C6_chemical_A1 +LQ05X009640 Putative Sorting nexin-2 12.41508189 C6_chemical_A3 +LQ05X009640 Putative Sorting nexin-2 12.85166555 C6_chemical_B1 +LQ05X009640 Putative Sorting nexin-2 12.81068993 C6_chemical_B2 +LQ05X009640 Putative Sorting nexin-2 12.59106353 C6_chemical_B3 +LQ05X009640 Putative Sorting nexin-2 12.57098655 C6_chemical_C1 +LQ05X009640 Putative Sorting nexin-2 12.81455195 C6_chemical_C2 +LQ05X009640 Putative Sorting nexin-2 12.78939978 C6_chemical_C3 +LQ05X009640 Putative Sorting nexin-2 12.44711893 L4_control_A1 +LQ05X009640 Putative Sorting nexin-2 11.56449444 L4_control_A2 +LQ05X009640 Putative Sorting nexin-2 11.91034092 L4_control_A3 +LQ05X009640 Putative Sorting nexin-2 12.0036943 L4_control_B1 +LQ05X009640 Putative Sorting nexin-2 12.12160521 L4_control_B2 +LQ05X009640 Putative Sorting nexin-2 12.60607224 L4_control_B3 +LQ05X009640 Putative Sorting nexin-2 12.10692546 L4_control_C2 +LQ05X009640 Putative Sorting nexin-2 12.2199065 L4_control_C3 +LQ05X009640 Putative Sorting nexin-2 12.688412 L4_chemical_A1 +LQ05X009640 Putative Sorting nexin-2 11.97374751 L4_chemical_A2 +LQ05X009640 Putative Sorting nexin-2 11.93689931 L4_chemical_A3 +LQ05X009640 Putative Sorting nexin-2 12.05579395 L4_chemical_B1 +LQ05X009640 Putative Sorting nexin-2 12.14833448 L4_chemical_B2 +LQ05X009640 Putative Sorting nexin-2 12.39476564 L4_chemical_B3 +LQ05X009640 Putative Sorting nexin-2 12.22533295 L4_chemical_C2 +LQ05X009640 Putative Sorting nexin-2 12.2609972 L4_chemical_C3 +LQ05X009680 Predicted protein 4.946059725 C6_control_A1 +LQ05X009680 Predicted protein 4.91731478 C6_control_A3 +LQ05X009680 Predicted protein 5.378382389 C6_control_B1 +LQ05X009680 Predicted protein 4.796989691 C6_control_B2 +LQ05X009680 Predicted protein 5.071774894 C6_control_B3 +LQ05X009680 Predicted protein 5.148597096 C6_control_C1 +LQ05X009680 Predicted protein 4.876268133 C6_control_C2 +LQ05X009680 Predicted protein 4.963909357 C6_control_C3 +LQ05X009680 Predicted protein 5.587345709 C6_chemical_A1 +LQ05X009680 Predicted protein 4.794835944 C6_chemical_A3 +LQ05X009680 Predicted protein 5.229257372 C6_chemical_B1 +LQ05X009680 Predicted protein 4.963865596 C6_chemical_B2 +LQ05X009680 Predicted protein 5.846735302 C6_chemical_B3 +LQ05X009680 Predicted protein 5.439010362 C6_chemical_C1 +LQ05X009680 Predicted protein 4.853901334 C6_chemical_C2 +LQ05X009680 Predicted protein 5.224860398 C6_chemical_C3 +LQ05X009680 Predicted protein 6.335335515 L4_control_A1 +LQ05X009680 Predicted protein 5.385795113 L4_control_A2 +LQ05X009680 Predicted protein 5.106312171 L4_control_A3 +LQ05X009680 Predicted protein 6.773181955 L4_control_B1 +LQ05X009680 Predicted protein 6.015709287 L4_control_B2 +LQ05X009680 Predicted protein 4.582886117 L4_control_B3 +LQ05X009680 Predicted protein 6.302745324 L4_control_C2 +LQ05X009680 Predicted protein 6.099062663 L4_control_C3 +LQ05X009680 Predicted protein 5.738864309 L4_chemical_A1 +LQ05X009680 Predicted protein 5.588397209 L4_chemical_A2 +LQ05X009680 Predicted protein 6.120193093 L4_chemical_A3 +LQ05X009680 Predicted protein 5.580973846 L4_chemical_B1 +LQ05X009680 Predicted protein 5.945313831 L4_chemical_B2 +LQ05X009680 Predicted protein 5.156410497 L4_chemical_B3 +LQ05X009680 Predicted protein 7.413549512 L4_chemical_C2 +LQ05X009680 Predicted protein 5.997259091 L4_chemical_C3 +LQ05X009710 Hypothetical protein 4.728520594 C6_control_A1 +LQ05X009710 Hypothetical protein 4.671675838 C6_control_A3 +LQ05X009710 Hypothetical protein 4.969179852 C6_control_B1 +LQ05X009710 Hypothetical protein 4.622766237 C6_control_B2 +LQ05X009710 Hypothetical protein 4.697042567 C6_control_B3 +LQ05X009710 Hypothetical protein 5.246037808 C6_control_C1 +LQ05X009710 Hypothetical protein 4.5746377 C6_control_C2 +LQ05X009710 Hypothetical protein 4.568320945 C6_control_C3 +LQ05X009710 Hypothetical protein 4.57732096 C6_chemical_A1 +LQ05X009710 Hypothetical protein 4.616565488 C6_chemical_A3 +LQ05X009710 Hypothetical protein 4.844459728 C6_chemical_B1 +LQ05X009710 Hypothetical protein 4.519462949 C6_chemical_B2 +LQ05X009710 Hypothetical protein 4.898711408 C6_chemical_B3 +LQ05X009710 Hypothetical protein 5.027085409 C6_chemical_C1 +LQ05X009710 Hypothetical protein 4.633349881 C6_chemical_C2 +LQ05X009710 Hypothetical protein 4.537072341 C6_chemical_C3 +LQ05X009710 Hypothetical protein 4.565096343 L4_control_A1 +LQ05X009710 Hypothetical protein 4.694185118 L4_control_A2 +LQ05X009710 Hypothetical protein 4.896118815 L4_control_A3 +LQ05X009710 Hypothetical protein 4.853488067 L4_control_B1 +LQ05X009710 Hypothetical protein 5.293139094 L4_control_B2 +LQ05X009710 Hypothetical protein 4.60818461 L4_control_B3 +LQ05X009710 Hypothetical protein 5.549932186 L4_control_C2 +LQ05X009710 Hypothetical protein 5.192151764 L4_control_C3 +LQ05X009710 Hypothetical protein 4.872063572 L4_chemical_A1 +LQ05X009710 Hypothetical protein 4.537651222 L4_chemical_A2 +LQ05X009710 Hypothetical protein 4.799597477 L4_chemical_A3 +LQ05X009710 Hypothetical protein 4.859723587 L4_chemical_B1 +LQ05X009710 Hypothetical protein 5.271343153 L4_chemical_B2 +LQ05X009710 Hypothetical protein 4.605742473 L4_chemical_B3 +LQ05X009710 Hypothetical protein 5.032772412 L4_chemical_C2 +LQ05X009710 Hypothetical protein 4.723706457 L4_chemical_C3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.82703628 C6_control_A1 +LQ05X009830 Putative Vacuolar protein sorting 55 12.41730768 C6_control_A3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.64468195 C6_control_B1 +LQ05X009830 Putative Vacuolar protein sorting 55 12.76841733 C6_control_B2 +LQ05X009830 Putative Vacuolar protein sorting 55 12.64093824 C6_control_B3 +LQ05X009830 Putative Vacuolar protein sorting 55 13.24332636 C6_control_C1 +LQ05X009830 Putative Vacuolar protein sorting 55 13.16479199 C6_control_C2 +LQ05X009830 Putative Vacuolar protein sorting 55 13.24860919 C6_control_C3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.84685026 C6_chemical_A1 +LQ05X009830 Putative Vacuolar protein sorting 55 12.19960919 C6_chemical_A3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.58920144 C6_chemical_B1 +LQ05X009830 Putative Vacuolar protein sorting 55 12.79149592 C6_chemical_B2 +LQ05X009830 Putative Vacuolar protein sorting 55 12.68763946 C6_chemical_B3 +LQ05X009830 Putative Vacuolar protein sorting 55 13.35215136 C6_chemical_C1 +LQ05X009830 Putative Vacuolar protein sorting 55 13.25437779 C6_chemical_C2 +LQ05X009830 Putative Vacuolar protein sorting 55 13.05878247 C6_chemical_C3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.4364292 L4_control_A1 +LQ05X009830 Putative Vacuolar protein sorting 55 12.49710356 L4_control_A2 +LQ05X009830 Putative Vacuolar protein sorting 55 11.84528292 L4_control_A3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.25992429 L4_control_B1 +LQ05X009830 Putative Vacuolar protein sorting 55 11.19758303 L4_control_B2 +LQ05X009830 Putative Vacuolar protein sorting 55 12.30716334 L4_control_B3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.43856346 L4_control_C2 +LQ05X009830 Putative Vacuolar protein sorting 55 12.09478139 L4_control_C3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.91235501 L4_chemical_A1 +LQ05X009830 Putative Vacuolar protein sorting 55 13.13301154 L4_chemical_A2 +LQ05X009830 Putative Vacuolar protein sorting 55 12.21488549 L4_chemical_A3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.32111098 L4_chemical_B1 +LQ05X009830 Putative Vacuolar protein sorting 55 12.24509856 L4_chemical_B2 +LQ05X009830 Putative Vacuolar protein sorting 55 12.52906363 L4_chemical_B3 +LQ05X009830 Putative Vacuolar protein sorting 55 12.52634773 L4_chemical_C2 +LQ05X009830 Putative Vacuolar protein sorting 55 12.17560521 L4_chemical_C3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.283624638 C6_control_A1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.685131898 C6_control_A3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.557008791 C6_control_B1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.202999658 C6_control_B2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.29093974 C6_control_B3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.435754973 C6_control_C1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.011585165 C6_control_C2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.665308363 C6_control_C3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.145276957 C6_chemical_A1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.293125656 C6_chemical_A3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.394740199 C6_chemical_B1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.414178382 C6_chemical_B2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.273236539 C6_chemical_B3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.641722161 C6_chemical_C1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.214178796 C6_chemical_C2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.293182559 C6_chemical_C3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.169448707 L4_control_A1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.357152029 L4_control_A2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.286846818 L4_control_A3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.447931218 L4_control_B1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.454085594 L4_control_B2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.201561994 L4_control_B3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.622150214 L4_control_C2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.279351628 L4_control_C3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.249451026 L4_chemical_A1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.446943751 L4_chemical_A2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.344148312 L4_chemical_A3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.218170625 L4_chemical_B1 +LQ05X010060 Putative Solute carrier family 35 member F1 5.394958732 L4_chemical_B2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.33764266 L4_chemical_B3 +LQ05X010060 Putative Solute carrier family 35 member F1 5.065865409 L4_chemical_C2 +LQ05X010060 Putative Solute carrier family 35 member F1 5.206516083 L4_chemical_C3 +LQ05X010080 Hypothetical protein 5.458000806 C6_control_A1 +LQ05X010080 Hypothetical protein 5.309130981 C6_control_A3 +LQ05X010080 Hypothetical protein 5.942567561 C6_control_B1 +LQ05X010080 Hypothetical protein 5.358535344 C6_control_B2 +LQ05X010080 Hypothetical protein 6.13535602 C6_control_B3 +LQ05X010080 Hypothetical protein 5.128266314 C6_control_C1 +LQ05X010080 Hypothetical protein 4.880652005 C6_control_C2 +LQ05X010080 Hypothetical protein 5.070621856 C6_control_C3 +LQ05X010080 Hypothetical protein 5.353165907 C6_chemical_A1 +LQ05X010080 Hypothetical protein 5.477124259 C6_chemical_A3 +LQ05X010080 Hypothetical protein 5.484140118 C6_chemical_B1 +LQ05X010080 Hypothetical protein 5.283348676 C6_chemical_B2 +LQ05X010080 Hypothetical protein 5.511807177 C6_chemical_B3 +LQ05X010080 Hypothetical protein 5.338726091 C6_chemical_C1 +LQ05X010080 Hypothetical protein 5.08393944 C6_chemical_C2 +LQ05X010080 Hypothetical protein 5.110493564 C6_chemical_C3 +LQ05X010080 Hypothetical protein 5.472821827 L4_control_A1 +LQ05X010080 Hypothetical protein 5.239712958 L4_control_A2 +LQ05X010080 Hypothetical protein 5.442591837 L4_control_A3 +LQ05X010080 Hypothetical protein 5.927529516 L4_control_B1 +LQ05X010080 Hypothetical protein 5.020625638 L4_control_B2 +LQ05X010080 Hypothetical protein 6.02358821 L4_control_B3 +LQ05X010080 Hypothetical protein 5.656423496 L4_control_C2 +LQ05X010080 Hypothetical protein 5.20147973 L4_control_C3 +LQ05X010080 Hypothetical protein 5.564829183 L4_chemical_A1 +LQ05X010080 Hypothetical protein 5.392325194 L4_chemical_A2 +LQ05X010080 Hypothetical protein 5.465265807 L4_chemical_A3 +LQ05X010080 Hypothetical protein 5.644710952 L4_chemical_B1 +LQ05X010080 Hypothetical protein 5.234368318 L4_chemical_B2 +LQ05X010080 Hypothetical protein 5.222314869 L4_chemical_B3 +LQ05X010080 Hypothetical protein 5.86817413 L4_chemical_C2 +LQ05X010080 Hypothetical protein 5.748598494 L4_chemical_C3 +LQ05X010100 Predicted protein 12.72506584 C6_control_A1 +LQ05X010100 Predicted protein 12.71790675 C6_control_A3 +LQ05X010100 Predicted protein 13.01262974 C6_control_B1 +LQ05X010100 Predicted protein 12.7533018 C6_control_B2 +LQ05X010100 Predicted protein 12.68364158 C6_control_B3 +LQ05X010100 Predicted protein 13.18839804 C6_control_C1 +LQ05X010100 Predicted protein 12.84880025 C6_control_C2 +LQ05X010100 Predicted protein 13.26248751 C6_control_C3 +LQ05X010100 Predicted protein 12.54390046 C6_chemical_A1 +LQ05X010100 Predicted protein 12.41325646 C6_chemical_A3 +LQ05X010100 Predicted protein 12.67630246 C6_chemical_B1 +LQ05X010100 Predicted protein 12.3434556 C6_chemical_B2 +LQ05X010100 Predicted protein 12.4933459 C6_chemical_B3 +LQ05X010100 Predicted protein 13.37734698 C6_chemical_C1 +LQ05X010100 Predicted protein 12.81424014 C6_chemical_C2 +LQ05X010100 Predicted protein 12.85439271 C6_chemical_C3 +LQ05X010100 Predicted protein 11.72674451 L4_control_A1 +LQ05X010100 Predicted protein 12.03541725 L4_control_A2 +LQ05X010100 Predicted protein 10.75434157 L4_control_A3 +LQ05X010100 Predicted protein 12.22396906 L4_control_B1 +LQ05X010100 Predicted protein 11.86106722 L4_control_B2 +LQ05X010100 Predicted protein 11.7814593 L4_control_B3 +LQ05X010100 Predicted protein 12.37755374 L4_control_C2 +LQ05X010100 Predicted protein 11.10514008 L4_control_C3 +LQ05X010100 Predicted protein 11.69055706 L4_chemical_A1 +LQ05X010100 Predicted protein 11.86311514 L4_chemical_A2 +LQ05X010100 Predicted protein 11.38467679 L4_chemical_A3 +LQ05X010100 Predicted protein 12.09202795 L4_chemical_B1 +LQ05X010100 Predicted protein 11.88812857 L4_chemical_B2 +LQ05X010100 Predicted protein 11.76537217 L4_chemical_B3 +LQ05X010100 Predicted protein 11.86370638 L4_chemical_C2 +LQ05X010100 Predicted protein 11.57538816 L4_chemical_C3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.86225027 C6_control_A1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.76022636 C6_control_A3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.77486133 C6_control_B1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.95855648 C6_control_B2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.65707833 C6_control_B3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.55406284 C6_control_C1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.49871145 C6_control_C2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.58869189 C6_control_C3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.15423906 C6_chemical_A1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.06757243 C6_chemical_A3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.99081708 C6_chemical_B1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.4385892 C6_chemical_B2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.69861729 C6_chemical_B3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.31839865 C6_chemical_C1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.47724041 C6_chemical_C2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.44613265 C6_chemical_C3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.290348 L4_control_A1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.06963783 L4_control_A2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.24680079 L4_control_A3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.72513193 L4_control_B1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.15125304 L4_control_B2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.4217237 L4_control_B3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.94775601 L4_control_C2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.59636232 L4_control_C3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.03144586 L4_chemical_A1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.80287326 L4_chemical_A2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.06436785 L4_chemical_A3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.11008967 L4_chemical_B1 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.95080046 L4_chemical_B2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.05708878 L4_chemical_B3 +LQ05X010140 Putative Uncharacterized protein C1683.06c 11.90967847 L4_chemical_C2 +LQ05X010140 Putative Uncharacterized protein C1683.06c 12.61107842 L4_chemical_C3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.808934101 C6_control_A1 +LQ05X010160 GDSL esterase/lipase At5g03610 5.675657522 C6_control_A3 +LQ05X010160 GDSL esterase/lipase At5g03610 6.057212656 C6_control_B1 +LQ05X010160 GDSL esterase/lipase At5g03610 5.755057695 C6_control_B2 +LQ05X010160 GDSL esterase/lipase At5g03610 6.05465087 C6_control_B3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.867959501 C6_control_C1 +LQ05X010160 GDSL esterase/lipase At5g03610 5.707432201 C6_control_C2 +LQ05X010160 GDSL esterase/lipase At5g03610 5.772483044 C6_control_C3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.67171876 C6_chemical_A1 +LQ05X010160 GDSL esterase/lipase At5g03610 6.341758834 C6_chemical_A3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.802746813 C6_chemical_B1 +LQ05X010160 GDSL esterase/lipase At5g03610 5.726390353 C6_chemical_B2 +LQ05X010160 GDSL esterase/lipase At5g03610 5.871374103 C6_chemical_B3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.285407738 C6_chemical_C1 +LQ05X010160 GDSL esterase/lipase At5g03610 5.700563364 C6_chemical_C2 +LQ05X010160 GDSL esterase/lipase At5g03610 5.617992099 C6_chemical_C3 +LQ05X010160 GDSL esterase/lipase At5g03610 6.156680038 L4_control_A1 +LQ05X010160 GDSL esterase/lipase At5g03610 6.286327566 L4_control_A2 +LQ05X010160 GDSL esterase/lipase At5g03610 6.47744975 L4_control_A3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.800491044 L4_control_B1 +LQ05X010160 GDSL esterase/lipase At5g03610 6.196216277 L4_control_B2 +LQ05X010160 GDSL esterase/lipase At5g03610 5.984234584 L4_control_B3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.398204637 L4_control_C2 +LQ05X010160 GDSL esterase/lipase At5g03610 5.663918328 L4_control_C3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.925515463 L4_chemical_A1 +LQ05X010160 GDSL esterase/lipase At5g03610 6.027200854 L4_chemical_A2 +LQ05X010160 GDSL esterase/lipase At5g03610 6.165586556 L4_chemical_A3 +LQ05X010160 GDSL esterase/lipase At5g03610 5.752668777 L4_chemical_B1 +LQ05X010160 GDSL esterase/lipase At5g03610 5.704377163 L4_chemical_B2 +LQ05X010160 GDSL esterase/lipase At5g03610 5.974995051 L4_chemical_B3 +LQ05X010160 GDSL esterase/lipase At5g03610 6.236694384 L4_chemical_C2 +LQ05X010160 GDSL esterase/lipase At5g03610 5.92032922 L4_chemical_C3 +LQ05X010320 Calmodulin binding protein, putative 4.632139871 C6_control_A1 +LQ05X010320 Calmodulin binding protein, putative 4.533969654 C6_control_A3 +LQ05X010320 Calmodulin binding protein, putative 4.811498824 C6_control_B1 +LQ05X010320 Calmodulin binding protein, putative 4.668464153 C6_control_B2 +LQ05X010320 Calmodulin binding protein, putative 4.993236521 C6_control_B3 +LQ05X010320 Calmodulin binding protein, putative 4.444247138 C6_control_C1 +LQ05X010320 Calmodulin binding protein, putative 4.578402191 C6_control_C2 +LQ05X010320 Calmodulin binding protein, putative 4.691693066 C6_control_C3 +LQ05X010320 Calmodulin binding protein, putative 4.431962101 C6_chemical_A1 +LQ05X010320 Calmodulin binding protein, putative 4.479190914 C6_chemical_A3 +LQ05X010320 Calmodulin binding protein, putative 6.059448225 C6_chemical_B1 +LQ05X010320 Calmodulin binding protein, putative 4.724725212 C6_chemical_B2 +LQ05X010320 Calmodulin binding protein, putative 4.788906477 C6_chemical_B3 +LQ05X010320 Calmodulin binding protein, putative 4.349032683 C6_chemical_C1 +LQ05X010320 Calmodulin binding protein, putative 4.60645429 C6_chemical_C2 +LQ05X010320 Calmodulin binding protein, putative 4.635872578 C6_chemical_C3 +LQ05X010320 Calmodulin binding protein, putative 4.492932494 L4_control_A1 +LQ05X010320 Calmodulin binding protein, putative 4.572217145 L4_control_A2 +LQ05X010320 Calmodulin binding protein, putative 4.503524853 L4_control_A3 +LQ05X010320 Calmodulin binding protein, putative 4.99111583 L4_control_B1 +LQ05X010320 Calmodulin binding protein, putative 4.719465384 L4_control_B2 +LQ05X010320 Calmodulin binding protein, putative 4.396370422 L4_control_B3 +LQ05X010320 Calmodulin binding protein, putative 4.920555773 L4_control_C2 +LQ05X010320 Calmodulin binding protein, putative 5.035299607 L4_control_C3 +LQ05X010320 Calmodulin binding protein, putative 4.564452029 L4_chemical_A1 +LQ05X010320 Calmodulin binding protein, putative 4.411018428 L4_chemical_A2 +LQ05X010320 Calmodulin binding protein, putative 4.692889733 L4_chemical_A3 +LQ05X010320 Calmodulin binding protein, putative 4.596062913 L4_chemical_B1 +LQ05X010320 Calmodulin binding protein, putative 4.431692996 L4_chemical_B2 +LQ05X010320 Calmodulin binding protein, putative 4.547161402 L4_chemical_B3 +LQ05X010320 Calmodulin binding protein, putative 4.981510855 L4_chemical_C2 +LQ05X010320 Calmodulin binding protein, putative 5.037593822 L4_chemical_C3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.500055367 C6_control_A1 +LQ05X010330 60S acidic ribosomal protein P2-4 6.024954392 C6_control_A3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.073989495 C6_control_B1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.62360138 C6_control_B2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.490596977 C6_control_B3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.520778297 C6_control_C1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.614469248 C6_control_C2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.15599914 C6_control_C3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.654475043 C6_chemical_A1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.126261106 C6_chemical_A3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.238566347 C6_chemical_B1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.406768162 C6_chemical_B2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.520131551 C6_chemical_B3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.249714114 C6_chemical_C1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.486975189 C6_chemical_C2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.009700794 C6_chemical_C3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.591872162 L4_control_A1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.501889545 L4_control_A2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.81790429 L4_control_A3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.468571225 L4_control_B1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.46922673 L4_control_B2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.480443775 L4_control_B3 +LQ05X010330 60S acidic ribosomal protein P2-4 6.029646704 L4_control_C2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.885445868 L4_control_C3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.529770519 L4_chemical_A1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.523815669 L4_chemical_A2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.631990814 L4_chemical_A3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.958574439 L4_chemical_B1 +LQ05X010330 60S acidic ribosomal protein P2-4 5.651936079 L4_chemical_B2 +LQ05X010330 60S acidic ribosomal protein P2-4 5.473308379 L4_chemical_B3 +LQ05X010330 60S acidic ribosomal protein P2-4 5.575524368 L4_chemical_C2 +LQ05X010330 60S acidic ribosomal protein P2-4 6.174747375 L4_chemical_C3 +LQ05X010340 Monodehydroascorbate reductase 5.922844171 C6_control_A1 +LQ05X010340 Monodehydroascorbate reductase 6.081386846 C6_control_A3 +LQ05X010340 Monodehydroascorbate reductase 5.640192592 C6_control_B1 +LQ05X010340 Monodehydroascorbate reductase 5.909749658 C6_control_B2 +LQ05X010340 Monodehydroascorbate reductase 6.626470618 C6_control_B3 +LQ05X010340 Monodehydroascorbate reductase 6.991226071 C6_control_C1 +LQ05X010340 Monodehydroascorbate reductase 7.312039911 C6_control_C2 +LQ05X010340 Monodehydroascorbate reductase 6.712402696 C6_control_C3 +LQ05X010340 Monodehydroascorbate reductase 6.011997586 C6_chemical_A1 +LQ05X010340 Monodehydroascorbate reductase 6.083982114 C6_chemical_A3 +LQ05X010340 Monodehydroascorbate reductase 5.561870303 C6_chemical_B1 +LQ05X010340 Monodehydroascorbate reductase 6.12888645 C6_chemical_B2 +LQ05X010340 Monodehydroascorbate reductase 5.737841624 C6_chemical_B3 +LQ05X010340 Monodehydroascorbate reductase 7.039282789 C6_chemical_C1 +LQ05X010340 Monodehydroascorbate reductase 6.346516599 C6_chemical_C2 +LQ05X010340 Monodehydroascorbate reductase 6.617037961 C6_chemical_C3 +LQ05X010340 Monodehydroascorbate reductase 6.159047263 L4_control_A1 +LQ05X010340 Monodehydroascorbate reductase 6.049344648 L4_control_A2 +LQ05X010340 Monodehydroascorbate reductase 5.738131114 L4_control_A3 +LQ05X010340 Monodehydroascorbate reductase 5.664742686 L4_control_B1 +LQ05X010340 Monodehydroascorbate reductase 6.021794145 L4_control_B2 +LQ05X010340 Monodehydroascorbate reductase 5.98130959 L4_control_B3 +LQ05X010340 Monodehydroascorbate reductase 6.90314001 L4_control_C2 +LQ05X010340 Monodehydroascorbate reductase 6.48313287 L4_control_C3 +LQ05X010340 Monodehydroascorbate reductase 5.990867844 L4_chemical_A1 +LQ05X010340 Monodehydroascorbate reductase 6.168416624 L4_chemical_A2 +LQ05X010340 Monodehydroascorbate reductase 5.796953942 L4_chemical_A3 +LQ05X010340 Monodehydroascorbate reductase 6.602519131 L4_chemical_B1 +LQ05X010340 Monodehydroascorbate reductase 6.839906012 L4_chemical_B2 +LQ05X010340 Monodehydroascorbate reductase 6.13538942 L4_chemical_B3 +LQ05X010340 Monodehydroascorbate reductase 6.49466237 L4_chemical_C2 +LQ05X010340 Monodehydroascorbate reductase 6.12898367 L4_chemical_C3 +LQ05X010390 Putative uncharacterized protein 6.444815945 C6_control_A1 +LQ05X010390 Putative uncharacterized protein 6.73800671 C6_control_A3 +LQ05X010390 Putative uncharacterized protein 6.604451046 C6_control_B1 +LQ05X010390 Putative uncharacterized protein 6.698339162 C6_control_B2 +LQ05X010390 Putative uncharacterized protein 6.771750255 C6_control_B3 +LQ05X010390 Putative uncharacterized protein 7.552611855 C6_control_C1 +LQ05X010390 Putative uncharacterized protein 8.287963215 C6_control_C2 +LQ05X010390 Putative uncharacterized protein 8.132375016 C6_control_C3 +LQ05X010390 Putative uncharacterized protein 6.025120757 C6_chemical_A1 +LQ05X010390 Putative uncharacterized protein 6.805037226 C6_chemical_A3 +LQ05X010390 Putative uncharacterized protein 6.955565502 C6_chemical_B1 +LQ05X010390 Putative uncharacterized protein 6.576703809 C6_chemical_B2 +LQ05X010390 Putative uncharacterized protein 6.384437145 C6_chemical_B3 +LQ05X010390 Putative uncharacterized protein 7.466909168 C6_chemical_C1 +LQ05X010390 Putative uncharacterized protein 7.856867522 C6_chemical_C2 +LQ05X010390 Putative uncharacterized protein 7.25893159 C6_chemical_C3 +LQ05X010390 Putative uncharacterized protein 6.009280175 L4_control_A1 +LQ05X010390 Putative uncharacterized protein 5.416516429 L4_control_A2 +LQ05X010390 Putative uncharacterized protein 5.85123052 L4_control_A3 +LQ05X010390 Putative uncharacterized protein 6.038440265 L4_control_B1 +LQ05X010390 Putative uncharacterized protein 6.189656549 L4_control_B2 +LQ05X010390 Putative uncharacterized protein 6.252464184 L4_control_B3 +LQ05X010390 Putative uncharacterized protein 7.298156718 L4_control_C2 +LQ05X010390 Putative uncharacterized protein 7.115103443 L4_control_C3 +LQ05X010390 Putative uncharacterized protein 6.630176245 L4_chemical_A1 +LQ05X010390 Putative uncharacterized protein 6.402932747 L4_chemical_A2 +LQ05X010390 Putative uncharacterized protein 5.625441499 L4_chemical_A3 +LQ05X010390 Putative uncharacterized protein 7.272117348 L4_chemical_B1 +LQ05X010390 Putative uncharacterized protein 5.791449943 L4_chemical_B2 +LQ05X010390 Putative uncharacterized protein 6.193729626 L4_chemical_B3 +LQ05X010390 Putative uncharacterized protein 7.502286074 L4_chemical_C2 +LQ05X010390 Putative uncharacterized protein 7.578349957 L4_chemical_C3 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.83838019 C6_control_A1 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.37801429 C6_control_A3 +LQ05X010520 IAA-amino acid hydrolase ILR1 11.10805159 C6_control_B1 +LQ05X010520 IAA-amino acid hydrolase ILR1 11.12677149 C6_control_B2 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.51558794 C6_control_B3 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.11156619 C6_control_C1 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.533427169 C6_control_C2 +LQ05X010520 IAA-amino acid hydrolase ILR1 8.963748464 C6_control_C3 +LQ05X010520 IAA-amino acid hydrolase ILR1 11.1085479 C6_chemical_A1 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.74585336 C6_chemical_A3 +LQ05X010520 IAA-amino acid hydrolase ILR1 11.22882625 C6_chemical_B1 +LQ05X010520 IAA-amino acid hydrolase ILR1 11.21673135 C6_chemical_B2 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.24451014 C6_chemical_B3 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.17455388 C6_chemical_C1 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.648702246 C6_chemical_C2 +LQ05X010520 IAA-amino acid hydrolase ILR1 8.581425218 C6_chemical_C3 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.70966328 L4_control_A1 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.2475655 L4_control_A2 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.585169636 L4_control_A3 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.819152002 L4_control_B1 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.46137094 L4_control_B2 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.881072895 L4_control_B3 +LQ05X010520 IAA-amino acid hydrolase ILR1 8.787241193 L4_control_C2 +LQ05X010520 IAA-amino acid hydrolase ILR1 8.84364998 L4_control_C3 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.56004217 L4_chemical_A1 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.35637941 L4_chemical_A2 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.201851868 L4_chemical_A3 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.2988442 L4_chemical_B1 +LQ05X010520 IAA-amino acid hydrolase ILR1 10.30626821 L4_chemical_B2 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.953314985 L4_chemical_B3 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.28433013 L4_chemical_C2 +LQ05X010520 IAA-amino acid hydrolase ILR1 9.601153025 L4_chemical_C3 +LQ05X010530 Putative uncharacterized protein 6.933144145 C6_control_A1 +LQ05X010530 Putative uncharacterized protein 7.195011924 C6_control_A3 +LQ05X010530 Putative uncharacterized protein 7.942012897 C6_control_B1 +LQ05X010530 Putative uncharacterized protein 8.200753725 C6_control_B2 +LQ05X010530 Putative uncharacterized protein 8.402799025 C6_control_B3 +LQ05X010530 Putative uncharacterized protein 9.646324474 C6_control_C1 +LQ05X010530 Putative uncharacterized protein 9.824842368 C6_control_C2 +LQ05X010530 Putative uncharacterized protein 10.5922637 C6_control_C3 +LQ05X010530 Putative uncharacterized protein 6.876701284 C6_chemical_A1 +LQ05X010530 Putative uncharacterized protein 6.999717537 C6_chemical_A3 +LQ05X010530 Putative uncharacterized protein 7.727437318 C6_chemical_B1 +LQ05X010530 Putative uncharacterized protein 7.720374723 C6_chemical_B2 +LQ05X010530 Putative uncharacterized protein 8.152362933 C6_chemical_B3 +LQ05X010530 Putative uncharacterized protein 9.223383526 C6_chemical_C1 +LQ05X010530 Putative uncharacterized protein 9.47676453 C6_chemical_C2 +LQ05X010530 Putative uncharacterized protein 10.43234123 C6_chemical_C3 +LQ05X010530 Putative uncharacterized protein 7.029005892 L4_control_A1 +LQ05X010530 Putative uncharacterized protein 6.944997032 L4_control_A2 +LQ05X010530 Putative uncharacterized protein 6.132388696 L4_control_A3 +LQ05X010530 Putative uncharacterized protein 7.248333304 L4_control_B1 +LQ05X010530 Putative uncharacterized protein 6.668570287 L4_control_B2 +LQ05X010530 Putative uncharacterized protein 8.217025357 L4_control_B3 +LQ05X010530 Putative uncharacterized protein 9.69868704 L4_control_C2 +LQ05X010530 Putative uncharacterized protein 9.875099991 L4_control_C3 +LQ05X010530 Putative uncharacterized protein 7.185012211 L4_chemical_A1 +LQ05X010530 Putative uncharacterized protein 7.259774506 L4_chemical_A2 +LQ05X010530 Putative uncharacterized protein 5.932969119 L4_chemical_A3 +LQ05X010530 Putative uncharacterized protein 7.657983833 L4_chemical_B1 +LQ05X010530 Putative uncharacterized protein 6.811685279 L4_chemical_B2 +LQ05X010530 Putative uncharacterized protein 7.540467323 L4_chemical_B3 +LQ05X010530 Putative uncharacterized protein 8.533847798 L4_chemical_C2 +LQ05X010530 Putative uncharacterized protein 9.975506277 L4_chemical_C3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.836899282 C6_control_A1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.674376154 C6_control_A3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.096992349 C6_control_B1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.898356292 C6_control_B2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.711401041 C6_control_B3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.248128613 C6_control_C1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.674831067 C6_control_C2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.500613321 C6_control_C3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.238547494 C6_chemical_A1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.592675533 C6_chemical_A3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.101208434 C6_chemical_B1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.924563377 C6_chemical_B2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.753017155 C6_chemical_B3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.45300087 C6_chemical_C1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.664828038 C6_chemical_C2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.498884424 C6_chemical_C3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.585424907 L4_control_A1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.351149672 L4_control_A2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.757926581 L4_control_A3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.056926919 L4_control_B1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.067519198 L4_control_B2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.866383388 L4_control_B3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.474396542 L4_control_C2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.339514506 L4_control_C3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.421983645 L4_chemical_A1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.333300551 L4_chemical_A2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.303438181 L4_chemical_A3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.477940988 L4_chemical_B1 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.297507439 L4_chemical_B2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.998239268 L4_chemical_B3 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.551607692 L4_chemical_C2 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.201276133 L4_chemical_C3 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.2985244 C6_control_A1 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.11075158 C6_control_A3 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.08412966 C6_control_B1 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.76922562 C6_control_B2 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.3713031 C6_control_B3 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.68315086 C6_control_C1 +LQ05X010760 Putative Transposon%2C En/Spm-like 12.19244623 C6_control_C2 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.89408247 C6_control_C3 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.23840861 C6_chemical_A1 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.68208062 C6_chemical_A3 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.50588686 C6_chemical_B1 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.77712163 C6_chemical_B2 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.33191467 C6_chemical_B3 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.85634971 C6_chemical_C1 +LQ05X010760 Putative Transposon%2C En/Spm-like 12.02600561 C6_chemical_C2 +LQ05X010760 Putative Transposon%2C En/Spm-like 12.32180535 C6_chemical_C3 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.92230741 L4_control_A1 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.26647684 L4_control_A2 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.71457125 L4_control_A3 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.37892157 L4_control_B1 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.11745368 L4_control_B2 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.87869767 L4_control_B3 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.68111766 L4_control_C2 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.73024688 L4_control_C3 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.02848045 L4_chemical_A1 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.50457072 L4_chemical_A2 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.50476414 L4_chemical_A3 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.53486177 L4_chemical_B1 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.55992708 L4_chemical_B2 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.98753371 L4_chemical_B3 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.85858016 L4_chemical_C2 +LQ05X010760 Putative Transposon%2C En/Spm-like 10.60569832 L4_chemical_C3 +LQ05X010830 BEL1-like homeodomain protein 1 12.92696023 C6_control_A1 +LQ05X010830 BEL1-like homeodomain protein 1 12.60980258 C6_control_A3 +LQ05X010830 BEL1-like homeodomain protein 1 13.88424569 C6_control_B1 +LQ05X010830 BEL1-like homeodomain protein 1 13.99215939 C6_control_B2 +LQ05X010830 BEL1-like homeodomain protein 1 14.17497084 C6_control_B3 +LQ05X010830 BEL1-like homeodomain protein 1 15.2519769 C6_control_C1 +LQ05X010830 BEL1-like homeodomain protein 1 15.0434596 C6_control_C2 +LQ05X010830 BEL1-like homeodomain protein 1 15.3351518 C6_control_C3 +LQ05X010830 BEL1-like homeodomain protein 1 13.04866567 C6_chemical_A1 +LQ05X010830 BEL1-like homeodomain protein 1 13.4300778 C6_chemical_A3 +LQ05X010830 BEL1-like homeodomain protein 1 14.22148713 C6_chemical_B1 +LQ05X010830 BEL1-like homeodomain protein 1 13.59765029 C6_chemical_B2 +LQ05X010830 BEL1-like homeodomain protein 1 14.7563332 C6_chemical_B3 +LQ05X010830 BEL1-like homeodomain protein 1 14.94447916 C6_chemical_C1 +LQ05X010830 BEL1-like homeodomain protein 1 14.73156164 C6_chemical_C2 +LQ05X010830 BEL1-like homeodomain protein 1 15.22460522 C6_chemical_C3 +LQ05X010830 BEL1-like homeodomain protein 1 12.70868759 L4_control_A1 +LQ05X010830 BEL1-like homeodomain protein 1 12.13792694 L4_control_A2 +LQ05X010830 BEL1-like homeodomain protein 1 12.37201025 L4_control_A3 +LQ05X010830 BEL1-like homeodomain protein 1 14.30744996 L4_control_B1 +LQ05X010830 BEL1-like homeodomain protein 1 13.79137698 L4_control_B2 +LQ05X010830 BEL1-like homeodomain protein 1 14.98322322 L4_control_B3 +LQ05X010830 BEL1-like homeodomain protein 1 15.00210378 L4_control_C2 +LQ05X010830 BEL1-like homeodomain protein 1 15.22097456 L4_control_C3 +LQ05X010830 BEL1-like homeodomain protein 1 14.22861538 L4_chemical_A1 +LQ05X010830 BEL1-like homeodomain protein 1 13.47270743 L4_chemical_A2 +LQ05X010830 BEL1-like homeodomain protein 1 13.3370636 L4_chemical_A3 +LQ05X010830 BEL1-like homeodomain protein 1 14.2081945 L4_chemical_B1 +LQ05X010830 BEL1-like homeodomain protein 1 13.89321875 L4_chemical_B2 +LQ05X010830 BEL1-like homeodomain protein 1 14.18707038 L4_chemical_B3 +LQ05X010830 BEL1-like homeodomain protein 1 14.85977113 L4_chemical_C2 +LQ05X010830 BEL1-like homeodomain protein 1 15.11189144 L4_chemical_C3 +LQ05X010840 Predicted protein 11.61194444 C6_control_A1 +LQ05X010840 Predicted protein 11.32789301 C6_control_A3 +LQ05X010840 Predicted protein 11.37551268 C6_control_B1 +LQ05X010840 Predicted protein 11.84750528 C6_control_B2 +LQ05X010840 Predicted protein 11.3286406 C6_control_B3 +LQ05X010840 Predicted protein 11.56054714 C6_control_C1 +LQ05X010840 Predicted protein 11.62908035 C6_control_C2 +LQ05X010840 Predicted protein 11.51396141 C6_control_C3 +LQ05X010840 Predicted protein 11.69094153 C6_chemical_A1 +LQ05X010840 Predicted protein 11.55283751 C6_chemical_A3 +LQ05X010840 Predicted protein 11.38272042 C6_chemical_B1 +LQ05X010840 Predicted protein 12.03600991 C6_chemical_B2 +LQ05X010840 Predicted protein 11.14679785 C6_chemical_B3 +LQ05X010840 Predicted protein 11.55279271 C6_chemical_C1 +LQ05X010840 Predicted protein 11.8716761 C6_chemical_C2 +LQ05X010840 Predicted protein 11.16073664 C6_chemical_C3 +LQ05X010840 Predicted protein 11.37834941 L4_control_A1 +LQ05X010840 Predicted protein 11.69181897 L4_control_A2 +LQ05X010840 Predicted protein 11.24957521 L4_control_A3 +LQ05X010840 Predicted protein 10.6803167 L4_control_B1 +LQ05X010840 Predicted protein 11.1162811 L4_control_B2 +LQ05X010840 Predicted protein 11.04956964 L4_control_B3 +LQ05X010840 Predicted protein 11.24278336 L4_control_C2 +LQ05X010840 Predicted protein 10.9028692 L4_control_C3 +LQ05X010840 Predicted protein 11.39081104 L4_chemical_A1 +LQ05X010840 Predicted protein 11.76399729 L4_chemical_A2 +LQ05X010840 Predicted protein 11.12950324 L4_chemical_A3 +LQ05X010840 Predicted protein 10.60722589 L4_chemical_B1 +LQ05X010840 Predicted protein 11.27555953 L4_chemical_B2 +LQ05X010840 Predicted protein 10.90546845 L4_chemical_B3 +LQ05X010840 Predicted protein 11.47518285 L4_chemical_C2 +LQ05X010840 Predicted protein 10.9776362 L4_chemical_C3 +LQ05X010980 F18C1.5 protein 12.43757249 C6_control_A1 +LQ05X010980 F18C1.5 protein 12.08946772 C6_control_A3 +LQ05X010980 F18C1.5 protein 12.77604069 C6_control_B1 +LQ05X010980 F18C1.5 protein 12.51777958 C6_control_B2 +LQ05X010980 F18C1.5 protein 12.55601433 C6_control_B3 +LQ05X010980 F18C1.5 protein 13.03057637 C6_control_C1 +LQ05X010980 F18C1.5 protein 12.56949701 C6_control_C2 +LQ05X010980 F18C1.5 protein 12.89292887 C6_control_C3 +LQ05X010980 F18C1.5 protein 12.24719132 C6_chemical_A1 +LQ05X010980 F18C1.5 protein 12.11375726 C6_chemical_A3 +LQ05X010980 F18C1.5 protein 12.63666723 C6_chemical_B1 +LQ05X010980 F18C1.5 protein 12.03336584 C6_chemical_B2 +LQ05X010980 F18C1.5 protein 12.36092743 C6_chemical_B3 +LQ05X010980 F18C1.5 protein 12.90582281 C6_chemical_C1 +LQ05X010980 F18C1.5 protein 12.54299523 C6_chemical_C2 +LQ05X010980 F18C1.5 protein 12.69948952 C6_chemical_C3 +LQ05X010980 F18C1.5 protein 12.43436122 L4_control_A1 +LQ05X010980 F18C1.5 protein 12.39155785 L4_control_A2 +LQ05X010980 F18C1.5 protein 11.9106291 L4_control_A3 +LQ05X010980 F18C1.5 protein 13.02788058 L4_control_B1 +LQ05X010980 F18C1.5 protein 12.87490425 L4_control_B2 +LQ05X010980 F18C1.5 protein 12.41086406 L4_control_B3 +LQ05X010980 F18C1.5 protein 13.20727607 L4_control_C2 +LQ05X010980 F18C1.5 protein 12.78495287 L4_control_C3 +LQ05X010980 F18C1.5 protein 12.80750019 L4_chemical_A1 +LQ05X010980 F18C1.5 protein 12.68266633 L4_chemical_A2 +LQ05X010980 F18C1.5 protein 12.00084753 L4_chemical_A3 +LQ05X010980 F18C1.5 protein 13.17147741 L4_chemical_B1 +LQ05X010980 F18C1.5 protein 13.1371887 L4_chemical_B2 +LQ05X010980 F18C1.5 protein 12.30556283 L4_chemical_B3 +LQ05X010980 F18C1.5 protein 13.30836334 L4_chemical_C2 +LQ05X010980 F18C1.5 protein 12.9378738 L4_chemical_C3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 4.967832801 C6_control_A1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.576110645 C6_control_A3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 4.718181544 C6_control_B1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.051307162 C6_control_B2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.154813092 C6_control_B3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.476695948 C6_control_C1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 4.988464176 C6_control_C2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.235329164 C6_control_C3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.197363781 C6_chemical_A1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.596616445 C6_chemical_A3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.159002575 C6_chemical_B1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.176653546 C6_chemical_B2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.245983128 C6_chemical_B3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.10980613 C6_chemical_C1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 4.830866611 C6_chemical_C2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.242058645 C6_chemical_C3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 4.976815946 L4_control_A1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.142916167 L4_control_A2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.476425123 L4_control_A3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 6.626572344 L4_control_B1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 6.002766775 L4_control_B2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.041535264 L4_control_B3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.548725164 L4_control_C2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.103123121 L4_control_C3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.136406017 L4_chemical_A1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.036622041 L4_chemical_A2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 6.10115369 L4_chemical_A3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.444288329 L4_chemical_B1 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.358640487 L4_chemical_B2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 4.816083981 L4_chemical_B3 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.698147819 L4_chemical_C2 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.514204574 L4_chemical_C3 +LQ05X011120 Predicted protein 5.279044037 C6_control_A1 +LQ05X011120 Predicted protein 5.730986616 C6_control_A3 +LQ05X011120 Predicted protein 5.397208184 C6_control_B1 +LQ05X011120 Predicted protein 5.145177054 C6_control_B2 +LQ05X011120 Predicted protein 5.0180516 C6_control_B3 +LQ05X011120 Predicted protein 5.019395166 C6_control_C1 +LQ05X011120 Predicted protein 5.011468483 C6_control_C2 +LQ05X011120 Predicted protein 4.998400122 C6_control_C3 +LQ05X011120 Predicted protein 5.160955517 C6_chemical_A1 +LQ05X011120 Predicted protein 5.501861802 C6_chemical_A3 +LQ05X011120 Predicted protein 5.162631581 C6_chemical_B1 +LQ05X011120 Predicted protein 5.265966299 C6_chemical_B2 +LQ05X011120 Predicted protein 5.906877805 C6_chemical_B3 +LQ05X011120 Predicted protein 5.238198978 C6_chemical_C1 +LQ05X011120 Predicted protein 4.933733609 C6_chemical_C2 +LQ05X011120 Predicted protein 5.093831825 C6_chemical_C3 +LQ05X011120 Predicted protein 5.570289935 L4_control_A1 +LQ05X011120 Predicted protein 5.84109144 L4_control_A2 +LQ05X011120 Predicted protein 5.397667607 L4_control_A3 +LQ05X011120 Predicted protein 5.365702649 L4_control_B1 +LQ05X011120 Predicted protein 5.189272013 L4_control_B2 +LQ05X011120 Predicted protein 5.434904785 L4_control_B3 +LQ05X011120 Predicted protein 5.009532598 L4_control_C2 +LQ05X011120 Predicted protein 5.561373416 L4_control_C3 +LQ05X011120 Predicted protein 5.261954902 L4_chemical_A1 +LQ05X011120 Predicted protein 5.606018511 L4_chemical_A2 +LQ05X011120 Predicted protein 5.598198173 L4_chemical_A3 +LQ05X011120 Predicted protein 5.311385823 L4_chemical_B1 +LQ05X011120 Predicted protein 5.632563561 L4_chemical_B2 +LQ05X011120 Predicted protein 5.184499623 L4_chemical_B3 +LQ05X011120 Predicted protein 5.550719724 L4_chemical_C2 +LQ05X011120 Predicted protein 5.503617842 L4_chemical_C3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.429117218 C6_control_A1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.944203329 C6_control_A3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.034363929 C6_control_B1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 8.304372503 C6_control_B2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.124591919 C6_control_B3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 8.369069069 C6_control_C1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 8.366442734 C6_control_C2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 8.289121956 C6_control_C3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.946506105 C6_chemical_A1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.295111055 C6_chemical_A3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.238354815 C6_chemical_B1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 8.41151698 C6_chemical_B2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.338718543 C6_chemical_B3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.955930302 C6_chemical_C1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.978725052 C6_chemical_C2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 8.103221119 C6_chemical_C3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.044528325 L4_control_A1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.336266508 L4_control_A2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.263782783 L4_control_A3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.558854044 L4_control_B1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.834215305 L4_control_B2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.508089203 L4_control_B3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 8.039528216 L4_control_C2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 8.3343775 L4_control_C3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.334620549 L4_chemical_A1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.750453732 L4_chemical_A2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.104401732 L4_chemical_A3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.264552563 L4_chemical_B1 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.221481731 L4_chemical_B2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 6.807513613 L4_chemical_B3 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.920052616 L4_chemical_C2 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.731606009 L4_chemical_C3 +LQ05X011430 Hypothetical protein 8.796568941 C6_control_A1 +LQ05X011430 Hypothetical protein 7.874756333 C6_control_A3 +LQ05X011430 Hypothetical protein 8.808630269 C6_control_B1 +LQ05X011430 Hypothetical protein 11.13486164 C6_control_B2 +LQ05X011430 Hypothetical protein 8.368865406 C6_control_B3 +LQ05X011430 Hypothetical protein 11.36449611 C6_control_C1 +LQ05X011430 Hypothetical protein 11.81007143 C6_control_C2 +LQ05X011430 Hypothetical protein 11.42344111 C6_control_C3 +LQ05X011430 Hypothetical protein 9.120341015 C6_chemical_A1 +LQ05X011430 Hypothetical protein 7.828294341 C6_chemical_A3 +LQ05X011430 Hypothetical protein 8.010060377 C6_chemical_B1 +LQ05X011430 Hypothetical protein 11.2720838 C6_chemical_B2 +LQ05X011430 Hypothetical protein 8.253726908 C6_chemical_B3 +LQ05X011430 Hypothetical protein 12.20998365 C6_chemical_C1 +LQ05X011430 Hypothetical protein 11.63096263 C6_chemical_C2 +LQ05X011430 Hypothetical protein 11.01662331 C6_chemical_C3 +LQ05X011430 Hypothetical protein 7.531488324 L4_control_A1 +LQ05X011430 Hypothetical protein 5.823361352 L4_control_A2 +LQ05X011430 Hypothetical protein 5.976130147 L4_control_A3 +LQ05X011430 Hypothetical protein 5.580001377 L4_control_B1 +LQ05X011430 Hypothetical protein 5.422610385 L4_control_B2 +LQ05X011430 Hypothetical protein 7.392263358 L4_control_B3 +LQ05X011430 Hypothetical protein 4.918708043 L4_control_C2 +LQ05X011430 Hypothetical protein 5.905689972 L4_control_C3 +LQ05X011430 Hypothetical protein 7.750177099 L4_chemical_A1 +LQ05X011430 Hypothetical protein 6.632686161 L4_chemical_A2 +LQ05X011430 Hypothetical protein 6.582590074 L4_chemical_A3 +LQ05X011430 Hypothetical protein 7.067373651 L4_chemical_B1 +LQ05X011430 Hypothetical protein 6.133516008 L4_chemical_B2 +LQ05X011430 Hypothetical protein 7.382663237 L4_chemical_B3 +LQ05X011430 Hypothetical protein 6.111240286 L4_chemical_C2 +LQ05X011430 Hypothetical protein 5.287199629 L4_chemical_C3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.76318051 C6_control_A1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.65479424 C6_control_A3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.8148398 C6_control_B1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.15883866 C6_control_B2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.99988568 C6_control_B3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.47150414 C6_control_C1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.03121392 C6_control_C2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.25273191 C6_control_C3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.12200406 C6_chemical_A1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.03774855 C6_chemical_A3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.83792138 C6_chemical_B1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.26089373 C6_chemical_B2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.04321596 C6_chemical_B3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.31289074 C6_chemical_C1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.32232446 C6_chemical_C2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.87362534 C6_chemical_C3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.77717201 L4_control_A1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.67268346 L4_control_A2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.83524517 L4_control_A3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.80647925 L4_control_B1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.67440664 L4_control_B2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.29121174 L4_control_B3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.04581324 L4_control_C2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.31902651 L4_control_C3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.58630163 L4_chemical_A1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.59812883 L4_chemical_A2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.71757233 L4_chemical_A3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.29326939 L4_chemical_B1 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.63975367 L4_chemical_B2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 13.96124657 L4_chemical_B3 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.1047202 L4_chemical_C2 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.25858354 L4_chemical_C3 +LQ05X011470 Hypothetical protein 5.184490855 C6_control_A1 +LQ05X011470 Hypothetical protein 4.921557499 C6_control_A3 +LQ05X011470 Hypothetical protein 5.817732308 C6_control_B1 +LQ05X011470 Hypothetical protein 5.056963955 C6_control_B2 +LQ05X011470 Hypothetical protein 5.124340938 C6_control_B3 +LQ05X011470 Hypothetical protein 5.177884895 C6_control_C1 +LQ05X011470 Hypothetical protein 4.836496542 C6_control_C2 +LQ05X011470 Hypothetical protein 5.088721511 C6_control_C3 +LQ05X011470 Hypothetical protein 5.138121174 C6_chemical_A1 +LQ05X011470 Hypothetical protein 5.519453976 C6_chemical_A3 +LQ05X011470 Hypothetical protein 5.790125598 C6_chemical_B1 +LQ05X011470 Hypothetical protein 5.053330297 C6_chemical_B2 +LQ05X011470 Hypothetical protein 5.235511988 C6_chemical_B3 +LQ05X011470 Hypothetical protein 5.122257953 C6_chemical_C1 +LQ05X011470 Hypothetical protein 5.063054056 C6_chemical_C2 +LQ05X011470 Hypothetical protein 5.134869857 C6_chemical_C3 +LQ05X011470 Hypothetical protein 5.577315417 L4_control_A1 +LQ05X011470 Hypothetical protein 5.073212358 L4_control_A2 +LQ05X011470 Hypothetical protein 5.273284834 L4_control_A3 +LQ05X011470 Hypothetical protein 5.203350155 L4_control_B1 +LQ05X011470 Hypothetical protein 4.863641997 L4_control_B2 +LQ05X011470 Hypothetical protein 5.37093472 L4_control_B3 +LQ05X011470 Hypothetical protein 5.306911394 L4_control_C2 +LQ05X011470 Hypothetical protein 5.362973099 L4_control_C3 +LQ05X011470 Hypothetical protein 5.26895186 L4_chemical_A1 +LQ05X011470 Hypothetical protein 5.197752752 L4_chemical_A2 +LQ05X011470 Hypothetical protein 5.125356805 L4_chemical_A3 +LQ05X011470 Hypothetical protein 5.481361157 L4_chemical_B1 +LQ05X011470 Hypothetical protein 5.353020703 L4_chemical_B2 +LQ05X011470 Hypothetical protein 5.19198943 L4_chemical_B3 +LQ05X011470 Hypothetical protein 4.693900371 L4_chemical_C2 +LQ05X011470 Hypothetical protein 4.871350764 L4_chemical_C3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.66225024 C6_control_A1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.10360538 C6_control_A3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 13.41902055 C6_control_B1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 13.11713145 C6_control_B2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 13.45954282 C6_control_B3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 10.34129896 C6_control_C1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 10.67617262 C6_control_C2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 9.35072543 C6_control_C3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.60549126 C6_chemical_A1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 11.97877451 C6_chemical_A3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 13.39368169 C6_chemical_B1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.89764702 C6_chemical_B2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 13.11741806 C6_chemical_B3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 10.49760899 C6_chemical_C1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 9.678017112 C6_chemical_C2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 8.508045105 C6_chemical_C3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 11.03970208 L4_control_A1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.24803811 L4_control_A2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 11.69615901 L4_control_A3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.7737494 L4_control_B1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.90232516 L4_control_B2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.15695651 L4_control_B3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 8.480602131 L4_control_C2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 7.564866427 L4_control_C3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 10.99526632 L4_chemical_A1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.14065515 L4_chemical_A2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 11.37766368 L4_chemical_A3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.87198474 L4_chemical_B1 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.38246185 L4_chemical_B2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.83633568 L4_chemical_B3 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 6.848903748 L4_chemical_C2 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 8.002946491 L4_chemical_C3 +LQ05X011570 Putative uncharacterized protein 5.270056111 C6_control_A1 +LQ05X011570 Putative uncharacterized protein 5.192927193 C6_control_A3 +LQ05X011570 Putative uncharacterized protein 5.288524934 C6_control_B1 +LQ05X011570 Putative uncharacterized protein 5.030522826 C6_control_B2 +LQ05X011570 Putative uncharacterized protein 5.100244917 C6_control_B3 +LQ05X011570 Putative uncharacterized protein 5.208673801 C6_control_C1 +LQ05X011570 Putative uncharacterized protein 4.854059137 C6_control_C2 +LQ05X011570 Putative uncharacterized protein 5.271710698 C6_control_C3 +LQ05X011570 Putative uncharacterized protein 4.717321563 C6_chemical_A1 +LQ05X011570 Putative uncharacterized protein 5.291561824 C6_chemical_A3 +LQ05X011570 Putative uncharacterized protein 5.09272103 C6_chemical_B1 +LQ05X011570 Putative uncharacterized protein 5.055650577 C6_chemical_B2 +LQ05X011570 Putative uncharacterized protein 5.346449653 C6_chemical_B3 +LQ05X011570 Putative uncharacterized protein 5.436386213 C6_chemical_C1 +LQ05X011570 Putative uncharacterized protein 5.190667921 C6_chemical_C2 +LQ05X011570 Putative uncharacterized protein 5.197787633 C6_chemical_C3 +LQ05X011570 Putative uncharacterized protein 5.354392928 L4_control_A1 +LQ05X011570 Putative uncharacterized protein 5.315275227 L4_control_A2 +LQ05X011570 Putative uncharacterized protein 5.484185633 L4_control_A3 +LQ05X011570 Putative uncharacterized protein 5.506618982 L4_control_B1 +LQ05X011570 Putative uncharacterized protein 4.932732198 L4_control_B2 +LQ05X011570 Putative uncharacterized protein 4.990536703 L4_control_B3 +LQ05X011570 Putative uncharacterized protein 5.447750105 L4_control_C2 +LQ05X011570 Putative uncharacterized protein 6.023477589 L4_control_C3 +LQ05X011570 Putative uncharacterized protein 5.09237273 L4_chemical_A1 +LQ05X011570 Putative uncharacterized protein 5.117310472 L4_chemical_A2 +LQ05X011570 Putative uncharacterized protein 5.497051422 L4_chemical_A3 +LQ05X011570 Putative uncharacterized protein 5.15870042 L4_chemical_B1 +LQ05X011570 Putative uncharacterized protein 4.945767947 L4_chemical_B2 +LQ05X011570 Putative uncharacterized protein 5.402285226 L4_chemical_B3 +LQ05X011570 Putative uncharacterized protein 5.38863166 L4_chemical_C2 +LQ05X011570 Putative uncharacterized protein 5.544782811 L4_chemical_C3 +LQ05X011590 Putative Predicted protein 5.979777837 C6_control_A1 +LQ05X011590 Putative Predicted protein 6.224619029 C6_control_A3 +LQ05X011590 Putative Predicted protein 5.961522092 C6_control_B1 +LQ05X011590 Putative Predicted protein 6.087731233 C6_control_B2 +LQ05X011590 Putative Predicted protein 6.5806487 C6_control_B3 +LQ05X011590 Putative Predicted protein 5.912550056 C6_control_C1 +LQ05X011590 Putative Predicted protein 6.33769524 C6_control_C2 +LQ05X011590 Putative Predicted protein 5.68745686 C6_control_C3 +LQ05X011590 Putative Predicted protein 5.59029 C6_chemical_A1 +LQ05X011590 Putative Predicted protein 6.054696372 C6_chemical_A3 +LQ05X011590 Putative Predicted protein 5.793889925 C6_chemical_B1 +LQ05X011590 Putative Predicted protein 6.297052005 C6_chemical_B2 +LQ05X011590 Putative Predicted protein 5.691785928 C6_chemical_B3 +LQ05X011590 Putative Predicted protein 5.756878146 C6_chemical_C1 +LQ05X011590 Putative Predicted protein 5.397028224 C6_chemical_C2 +LQ05X011590 Putative Predicted protein 5.44334024 C6_chemical_C3 +LQ05X011590 Putative Predicted protein 5.877351733 L4_control_A1 +LQ05X011590 Putative Predicted protein 6.383032557 L4_control_A2 +LQ05X011590 Putative Predicted protein 5.872874945 L4_control_A3 +LQ05X011590 Putative Predicted protein 5.880672882 L4_control_B1 +LQ05X011590 Putative Predicted protein 6.058393692 L4_control_B2 +LQ05X011590 Putative Predicted protein 6.262578803 L4_control_B3 +LQ05X011590 Putative Predicted protein 6.118522563 L4_control_C2 +LQ05X011590 Putative Predicted protein 5.86937857 L4_control_C3 +LQ05X011590 Putative Predicted protein 5.577021228 L4_chemical_A1 +LQ05X011590 Putative Predicted protein 6.036354044 L4_chemical_A2 +LQ05X011590 Putative Predicted protein 5.875152191 L4_chemical_A3 +LQ05X011590 Putative Predicted protein 5.836353035 L4_chemical_B1 +LQ05X011590 Putative Predicted protein 5.863132451 L4_chemical_B2 +LQ05X011590 Putative Predicted protein 6.054776977 L4_chemical_B3 +LQ05X011590 Putative Predicted protein 5.718118778 L4_chemical_C2 +LQ05X011590 Putative Predicted protein 5.850486443 L4_chemical_C3 +LQ05X011630 Hairpin-inducing protein 8.435110346 C6_control_A1 +LQ05X011630 Hairpin-inducing protein 9.405981573 C6_control_A3 +LQ05X011630 Hairpin-inducing protein 10.09186967 C6_control_B1 +LQ05X011630 Hairpin-inducing protein 11.21256562 C6_control_B2 +LQ05X011630 Hairpin-inducing protein 11.7338109 C6_control_B3 +LQ05X011630 Hairpin-inducing protein 10.40267472 C6_control_C1 +LQ05X011630 Hairpin-inducing protein 11.12131798 C6_control_C2 +LQ05X011630 Hairpin-inducing protein 11.47426492 C6_control_C3 +LQ05X011630 Hairpin-inducing protein 8.626112571 C6_chemical_A1 +LQ05X011630 Hairpin-inducing protein 9.655929668 C6_chemical_A3 +LQ05X011630 Hairpin-inducing protein 10.27448668 C6_chemical_B1 +LQ05X011630 Hairpin-inducing protein 10.84783304 C6_chemical_B2 +LQ05X011630 Hairpin-inducing protein 12.04209204 C6_chemical_B3 +LQ05X011630 Hairpin-inducing protein 9.987972358 C6_chemical_C1 +LQ05X011630 Hairpin-inducing protein 10.84808186 C6_chemical_C2 +LQ05X011630 Hairpin-inducing protein 10.91660385 C6_chemical_C3 +LQ05X011630 Hairpin-inducing protein 10.29471065 L4_control_A1 +LQ05X011630 Hairpin-inducing protein 9.479726252 L4_control_A2 +LQ05X011630 Hairpin-inducing protein 10.4535407 L4_control_A3 +LQ05X011630 Hairpin-inducing protein 11.13641298 L4_control_B1 +LQ05X011630 Hairpin-inducing protein 10.12614514 L4_control_B2 +LQ05X011630 Hairpin-inducing protein 12.40466978 L4_control_B3 +LQ05X011630 Hairpin-inducing protein 11.91500088 L4_control_C2 +LQ05X011630 Hairpin-inducing protein 11.70415044 L4_control_C3 +LQ05X011630 Hairpin-inducing protein 12.719992 L4_chemical_A1 +LQ05X011630 Hairpin-inducing protein 9.648408213 L4_chemical_A2 +LQ05X011630 Hairpin-inducing protein 11.41898562 L4_chemical_A3 +LQ05X011630 Hairpin-inducing protein 11.17517857 L4_chemical_B1 +LQ05X011630 Hairpin-inducing protein 10.57909711 L4_chemical_B2 +LQ05X011630 Hairpin-inducing protein 11.2581099 L4_chemical_B3 +LQ05X011630 Hairpin-inducing protein 11.58576661 L4_chemical_C2 +LQ05X011630 Hairpin-inducing protein 12.01400862 L4_chemical_C3 +LQ05X011670 Putative uncharacterized protein 13.51164859 C6_control_A1 +LQ05X011670 Putative uncharacterized protein 12.06418853 C6_control_A3 +LQ05X011670 Putative uncharacterized protein 14.22635141 C6_control_B1 +LQ05X011670 Putative uncharacterized protein 15.64108794 C6_control_B2 +LQ05X011670 Putative uncharacterized protein 14.88461651 C6_control_B3 +LQ05X011670 Putative uncharacterized protein 14.14228523 C6_control_C1 +LQ05X011670 Putative uncharacterized protein 14.06638514 C6_control_C2 +LQ05X011670 Putative uncharacterized protein 14.06006698 C6_control_C3 +LQ05X011670 Putative uncharacterized protein 13.24484675 C6_chemical_A1 +LQ05X011670 Putative uncharacterized protein 11.99116709 C6_chemical_A3 +LQ05X011670 Putative uncharacterized protein 14.12156824 C6_chemical_B1 +LQ05X011670 Putative uncharacterized protein 15.0358774 C6_chemical_B2 +LQ05X011670 Putative uncharacterized protein 14.67217265 C6_chemical_B3 +LQ05X011670 Putative uncharacterized protein 13.91750702 C6_chemical_C1 +LQ05X011670 Putative uncharacterized protein 13.30693473 C6_chemical_C2 +LQ05X011670 Putative uncharacterized protein 13.13198852 C6_chemical_C3 +LQ05X011670 Putative uncharacterized protein 12.71153249 L4_control_A1 +LQ05X011670 Putative uncharacterized protein 13.47168074 L4_control_A2 +LQ05X011670 Putative uncharacterized protein 13.05200956 L4_control_A3 +LQ05X011670 Putative uncharacterized protein 14.59387362 L4_control_B1 +LQ05X011670 Putative uncharacterized protein 14.28292582 L4_control_B2 +LQ05X011670 Putative uncharacterized protein 15.21446868 L4_control_B3 +LQ05X011670 Putative uncharacterized protein 12.55956812 L4_control_C2 +LQ05X011670 Putative uncharacterized protein 13.02008649 L4_control_C3 +LQ05X011670 Putative uncharacterized protein 13.36163926 L4_chemical_A1 +LQ05X011670 Putative uncharacterized protein 14.05447985 L4_chemical_A2 +LQ05X011670 Putative uncharacterized protein 13.51147677 L4_chemical_A3 +LQ05X011670 Putative uncharacterized protein 14.11028726 L4_chemical_B1 +LQ05X011670 Putative uncharacterized protein 13.86371265 L4_chemical_B2 +LQ05X011670 Putative uncharacterized protein 14.94356253 L4_chemical_B3 +LQ05X011670 Putative uncharacterized protein 12.53467802 L4_chemical_C2 +LQ05X011670 Putative uncharacterized protein 12.76991281 L4_chemical_C3 +LQ05X011720 Hypothetical protein 5.021472761 C6_control_A1 +LQ05X011720 Hypothetical protein 4.729721055 C6_control_A3 +LQ05X011720 Hypothetical protein 5.365167247 C6_control_B1 +LQ05X011720 Hypothetical protein 5.13416231 C6_control_B2 +LQ05X011720 Hypothetical protein 5.069660481 C6_control_B3 +LQ05X011720 Hypothetical protein 5.256728575 C6_control_C1 +LQ05X011720 Hypothetical protein 5.168201559 C6_control_C2 +LQ05X011720 Hypothetical protein 5.122542 C6_control_C3 +LQ05X011720 Hypothetical protein 5.150834059 C6_chemical_A1 +LQ05X011720 Hypothetical protein 5.060066956 C6_chemical_A3 +LQ05X011720 Hypothetical protein 5.336220261 C6_chemical_B1 +LQ05X011720 Hypothetical protein 5.207487028 C6_chemical_B2 +LQ05X011720 Hypothetical protein 5.21965759 C6_chemical_B3 +LQ05X011720 Hypothetical protein 5.414754307 C6_chemical_C1 +LQ05X011720 Hypothetical protein 5.359634798 C6_chemical_C2 +LQ05X011720 Hypothetical protein 5.288161544 C6_chemical_C3 +LQ05X011720 Hypothetical protein 4.972638625 L4_control_A1 +LQ05X011720 Hypothetical protein 4.762753185 L4_control_A2 +LQ05X011720 Hypothetical protein 4.960375904 L4_control_A3 +LQ05X011720 Hypothetical protein 5.071628903 L4_control_B1 +LQ05X011720 Hypothetical protein 5.146426575 L4_control_B2 +LQ05X011720 Hypothetical protein 4.894132665 L4_control_B3 +LQ05X011720 Hypothetical protein 5.41363436 L4_control_C2 +LQ05X011720 Hypothetical protein 5.443355402 L4_control_C3 +LQ05X011720 Hypothetical protein 4.997664453 L4_chemical_A1 +LQ05X011720 Hypothetical protein 4.817806562 L4_chemical_A2 +LQ05X011720 Hypothetical protein 5.289277138 L4_chemical_A3 +LQ05X011720 Hypothetical protein 5.331531466 L4_chemical_B1 +LQ05X011720 Hypothetical protein 5.197344813 L4_chemical_B2 +LQ05X011720 Hypothetical protein 4.995038631 L4_chemical_B3 +LQ05X011720 Hypothetical protein 5.519808065 L4_chemical_C2 +LQ05X011720 Hypothetical protein 5.618614249 L4_chemical_C3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.672153861 C6_control_A1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 7.007088838 C6_control_A3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.79974283 C6_control_B1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.915813278 C6_control_B2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.819191122 C6_control_B3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.865074527 C6_control_C1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 8.219207426 C6_control_C2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 7.027511233 C6_control_C3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.605111248 C6_chemical_A1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.17745784 C6_chemical_A3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.674916716 C6_chemical_B1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.969578189 C6_chemical_B2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.505586862 C6_chemical_B3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 7.050870899 C6_chemical_C1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 7.015749373 C6_chemical_C2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.706409924 C6_chemical_C3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.44811278 L4_control_A1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.257601024 L4_control_A2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 5.853916619 L4_control_A3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 5.483540639 L4_control_B1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.240742029 L4_control_B2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.34188518 L4_control_B3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 5.760957796 L4_control_C2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 7.015377074 L4_control_C3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.429908336 L4_chemical_A1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.280539819 L4_chemical_A2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.103342001 L4_chemical_A3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.836281784 L4_chemical_B1 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.407476562 L4_chemical_B2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.88213002 L4_chemical_B3 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 7.344826765 L4_chemical_C2 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.12330123 L4_chemical_C3 +LQ05X011780 Hypothetical protein 4.946594286 C6_control_A1 +LQ05X011780 Hypothetical protein 5.444117114 C6_control_A3 +LQ05X011780 Hypothetical protein 5.251535191 C6_control_B1 +LQ05X011780 Hypothetical protein 5.668291958 C6_control_B2 +LQ05X011780 Hypothetical protein 5.313793831 C6_control_B3 +LQ05X011780 Hypothetical protein 5.445316176 C6_control_C1 +LQ05X011780 Hypothetical protein 5.393946108 C6_control_C2 +LQ05X011780 Hypothetical protein 5.547478933 C6_control_C3 +LQ05X011780 Hypothetical protein 5.447252662 C6_chemical_A1 +LQ05X011780 Hypothetical protein 5.557997043 C6_chemical_A3 +LQ05X011780 Hypothetical protein 5.529388418 C6_chemical_B1 +LQ05X011780 Hypothetical protein 5.420960872 C6_chemical_B2 +LQ05X011780 Hypothetical protein 5.279763984 C6_chemical_B3 +LQ05X011780 Hypothetical protein 5.701825415 C6_chemical_C1 +LQ05X011780 Hypothetical protein 5.426375309 C6_chemical_C2 +LQ05X011780 Hypothetical protein 5.684034518 C6_chemical_C3 +LQ05X011780 Hypothetical protein 5.110906202 L4_control_A1 +LQ05X011780 Hypothetical protein 5.162062224 L4_control_A2 +LQ05X011780 Hypothetical protein 5.825300469 L4_control_A3 +LQ05X011780 Hypothetical protein 5.301117842 L4_control_B1 +LQ05X011780 Hypothetical protein 5.642390487 L4_control_B2 +LQ05X011780 Hypothetical protein 5.474654904 L4_control_B3 +LQ05X011780 Hypothetical protein 5.816452979 L4_control_C2 +LQ05X011780 Hypothetical protein 4.911187507 L4_control_C3 +LQ05X011780 Hypothetical protein 5.429014103 L4_chemical_A1 +LQ05X011780 Hypothetical protein 5.202630708 L4_chemical_A2 +LQ05X011780 Hypothetical protein 5.302290322 L4_chemical_A3 +LQ05X011780 Hypothetical protein 5.492892111 L4_chemical_B1 +LQ05X011780 Hypothetical protein 5.109965651 L4_chemical_B2 +LQ05X011780 Hypothetical protein 5.215558507 L4_chemical_B3 +LQ05X011780 Hypothetical protein 5.180996871 L4_chemical_C2 +LQ05X011780 Hypothetical protein 5.086985347 L4_chemical_C3 +LQ05X011820 Putative uncharacterized protein 5.683958761 C6_control_A1 +LQ05X011820 Putative uncharacterized protein 5.907517252 C6_control_A3 +LQ05X011820 Putative uncharacterized protein 5.820855266 C6_control_B1 +LQ05X011820 Putative uncharacterized protein 5.704847717 C6_control_B2 +LQ05X011820 Putative uncharacterized protein 6.152660449 C6_control_B3 +LQ05X011820 Putative uncharacterized protein 6.703013736 C6_control_C1 +LQ05X011820 Putative uncharacterized protein 5.824820802 C6_control_C2 +LQ05X011820 Putative uncharacterized protein 6.345786796 C6_control_C3 +LQ05X011820 Putative uncharacterized protein 6.292388196 C6_chemical_A1 +LQ05X011820 Putative uncharacterized protein 6.619294416 C6_chemical_A3 +LQ05X011820 Putative uncharacterized protein 6.381003893 C6_chemical_B1 +LQ05X011820 Putative uncharacterized protein 6.137283996 C6_chemical_B2 +LQ05X011820 Putative uncharacterized protein 6.052037738 C6_chemical_B3 +LQ05X011820 Putative uncharacterized protein 7.375988829 C6_chemical_C1 +LQ05X011820 Putative uncharacterized protein 6.553932338 C6_chemical_C2 +LQ05X011820 Putative uncharacterized protein 7.574340558 C6_chemical_C3 +LQ05X011820 Putative uncharacterized protein 7.332560513 L4_control_A1 +LQ05X011820 Putative uncharacterized protein 6.933508846 L4_control_A2 +LQ05X011820 Putative uncharacterized protein 6.926086584 L4_control_A3 +LQ05X011820 Putative uncharacterized protein 6.842017973 L4_control_B1 +LQ05X011820 Putative uncharacterized protein 6.233803739 L4_control_B2 +LQ05X011820 Putative uncharacterized protein 7.496519069 L4_control_B3 +LQ05X011820 Putative uncharacterized protein 7.491320374 L4_control_C2 +LQ05X011820 Putative uncharacterized protein 8.153453466 L4_control_C3 +LQ05X011820 Putative uncharacterized protein 7.406865402 L4_chemical_A1 +LQ05X011820 Putative uncharacterized protein 7.459689439 L4_chemical_A2 +LQ05X011820 Putative uncharacterized protein 7.389374751 L4_chemical_A3 +LQ05X011820 Putative uncharacterized protein 6.802158004 L4_chemical_B1 +LQ05X011820 Putative uncharacterized protein 7.392311776 L4_chemical_B2 +LQ05X011820 Putative uncharacterized protein 7.686559785 L4_chemical_B3 +LQ05X011820 Putative uncharacterized protein 8.56015162 L4_chemical_C2 +LQ05X011820 Putative uncharacterized protein 7.949441621 L4_chemical_C3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.57135448 C6_control_A1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.44478327 C6_control_A3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.3423705 C6_control_B1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.820961293 C6_control_B2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.890490429 C6_control_B3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.646887429 C6_control_C1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.707860574 C6_control_C2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.264995031 C6_control_C3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.34332397 C6_chemical_A1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.30090221 C6_chemical_A3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.1235914 C6_chemical_B1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.722523517 C6_chemical_B2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.634724142 C6_chemical_B3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.560411847 C6_chemical_C1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.533085048 C6_chemical_C2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.073002712 C6_chemical_C3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.15037626 L4_control_A1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.5370428 L4_control_A2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.65109692 L4_control_A3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.76791247 L4_control_B1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.4469683 L4_control_B2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.955947746 L4_control_B3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.98458283 L4_control_C2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.31202452 L4_control_C3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.24925898 L4_chemical_A1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.2931685 L4_chemical_A2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.38516474 L4_chemical_A3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.16766132 L4_chemical_B1 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.880261181 L4_chemical_B2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 9.413321493 L4_chemical_B3 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.03790774 L4_chemical_C2 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.02765182 L4_chemical_C3 +LQ05X011860 Momilactone A synthase 5.717417991 C6_control_A1 +LQ05X011860 Momilactone A synthase 6.041409345 C6_control_A3 +LQ05X011860 Momilactone A synthase 5.533770074 C6_control_B1 +LQ05X011860 Momilactone A synthase 5.245732071 C6_control_B2 +LQ05X011860 Momilactone A synthase 5.622296154 C6_control_B3 +LQ05X011860 Momilactone A synthase 5.386512027 C6_control_C1 +LQ05X011860 Momilactone A synthase 5.089381354 C6_control_C2 +LQ05X011860 Momilactone A synthase 5.624719294 C6_control_C3 +LQ05X011860 Momilactone A synthase 5.425378113 C6_chemical_A1 +LQ05X011860 Momilactone A synthase 5.793121602 C6_chemical_A3 +LQ05X011860 Momilactone A synthase 5.252715467 C6_chemical_B1 +LQ05X011860 Momilactone A synthase 5.530404049 C6_chemical_B2 +LQ05X011860 Momilactone A synthase 5.219433829 C6_chemical_B3 +LQ05X011860 Momilactone A synthase 5.608824385 C6_chemical_C1 +LQ05X011860 Momilactone A synthase 5.138021516 C6_chemical_C2 +LQ05X011860 Momilactone A synthase 5.512529648 C6_chemical_C3 +LQ05X011860 Momilactone A synthase 5.42454618 L4_control_A1 +LQ05X011860 Momilactone A synthase 5.687734219 L4_control_A2 +LQ05X011860 Momilactone A synthase 5.432864816 L4_control_A3 +LQ05X011860 Momilactone A synthase 5.916386785 L4_control_B1 +LQ05X011860 Momilactone A synthase 5.5695726 L4_control_B2 +LQ05X011860 Momilactone A synthase 6.234953223 L4_control_B3 +LQ05X011860 Momilactone A synthase 5.333108816 L4_control_C2 +LQ05X011860 Momilactone A synthase 5.956994273 L4_control_C3 +LQ05X011860 Momilactone A synthase 5.909169787 L4_chemical_A1 +LQ05X011860 Momilactone A synthase 5.918019466 L4_chemical_A2 +LQ05X011860 Momilactone A synthase 5.846401448 L4_chemical_A3 +LQ05X011860 Momilactone A synthase 5.595872092 L4_chemical_B1 +LQ05X011860 Momilactone A synthase 5.955341108 L4_chemical_B2 +LQ05X011860 Momilactone A synthase 5.746139748 L4_chemical_B3 +LQ05X011860 Momilactone A synthase 5.14497721 L4_chemical_C2 +LQ05X011860 Momilactone A synthase 6.018554139 L4_chemical_C3 +LQ05X011900 Momilactone A synthase 10.49884434 C6_control_A1 +LQ05X011900 Momilactone A synthase 12.85913792 C6_control_A3 +LQ05X011900 Momilactone A synthase 11.01674979 C6_control_B1 +LQ05X011900 Momilactone A synthase 13.25038666 C6_control_B2 +LQ05X011900 Momilactone A synthase 11.34421741 C6_control_B3 +LQ05X011900 Momilactone A synthase 13.27255033 C6_control_C1 +LQ05X011900 Momilactone A synthase 14.47209727 C6_control_C2 +LQ05X011900 Momilactone A synthase 13.24308481 C6_control_C3 +LQ05X011900 Momilactone A synthase 10.53837616 C6_chemical_A1 +LQ05X011900 Momilactone A synthase 12.7073154 C6_chemical_A3 +LQ05X011900 Momilactone A synthase 11.17259858 C6_chemical_B1 +LQ05X011900 Momilactone A synthase 12.69179766 C6_chemical_B2 +LQ05X011900 Momilactone A synthase 12.29632247 C6_chemical_B3 +LQ05X011900 Momilactone A synthase 11.70109803 C6_chemical_C1 +LQ05X011900 Momilactone A synthase 13.46352527 C6_chemical_C2 +LQ05X011900 Momilactone A synthase 13.69278545 C6_chemical_C3 +LQ05X011900 Momilactone A synthase 12.9476086 L4_control_A1 +LQ05X011900 Momilactone A synthase 12.52941971 L4_control_A2 +LQ05X011900 Momilactone A synthase 12.26105685 L4_control_A3 +LQ05X011900 Momilactone A synthase 12.94017417 L4_control_B1 +LQ05X011900 Momilactone A synthase 12.60678195 L4_control_B2 +LQ05X011900 Momilactone A synthase 13.33640511 L4_control_B3 +LQ05X011900 Momilactone A synthase 14.84580065 L4_control_C2 +LQ05X011900 Momilactone A synthase 14.38874811 L4_control_C3 +LQ05X011900 Momilactone A synthase 14.38573604 L4_chemical_A1 +LQ05X011900 Momilactone A synthase 13.18223225 L4_chemical_A2 +LQ05X011900 Momilactone A synthase 12.90362564 L4_chemical_A3 +LQ05X011900 Momilactone A synthase 12.616736 L4_chemical_B1 +LQ05X011900 Momilactone A synthase 12.54602855 L4_chemical_B2 +LQ05X011900 Momilactone A synthase 12.12981669 L4_chemical_B3 +LQ05X011900 Momilactone A synthase 14.02571323 L4_chemical_C2 +LQ05X011900 Momilactone A synthase 14.24909627 L4_chemical_C3 +LQ05X012240 Hypothetical protein 5.002277471 C6_control_A1 +LQ05X012240 Hypothetical protein 4.817719399 C6_control_A3 +LQ05X012240 Hypothetical protein 4.927247679 C6_control_B1 +LQ05X012240 Hypothetical protein 4.861333447 C6_control_B2 +LQ05X012240 Hypothetical protein 4.987349086 C6_control_B3 +LQ05X012240 Hypothetical protein 4.872752447 C6_control_C1 +LQ05X012240 Hypothetical protein 4.692603328 C6_control_C2 +LQ05X012240 Hypothetical protein 5.273941964 C6_control_C3 +LQ05X012240 Hypothetical protein 5.058106618 C6_chemical_A1 +LQ05X012240 Hypothetical protein 4.843464224 C6_chemical_A3 +LQ05X012240 Hypothetical protein 4.939884082 C6_chemical_B1 +LQ05X012240 Hypothetical protein 4.775487614 C6_chemical_B2 +LQ05X012240 Hypothetical protein 5.033599197 C6_chemical_B3 +LQ05X012240 Hypothetical protein 4.808674977 C6_chemical_C1 +LQ05X012240 Hypothetical protein 4.886785466 C6_chemical_C2 +LQ05X012240 Hypothetical protein 5.105771673 C6_chemical_C3 +LQ05X012240 Hypothetical protein 4.866383538 L4_control_A1 +LQ05X012240 Hypothetical protein 4.796640325 L4_control_A2 +LQ05X012240 Hypothetical protein 5.264255119 L4_control_A3 +LQ05X012240 Hypothetical protein 5.111209976 L4_control_B1 +LQ05X012240 Hypothetical protein 4.935881185 L4_control_B2 +LQ05X012240 Hypothetical protein 4.795544893 L4_control_B3 +LQ05X012240 Hypothetical protein 5.428026475 L4_control_C2 +LQ05X012240 Hypothetical protein 4.808407823 L4_control_C3 +LQ05X012240 Hypothetical protein 4.907305752 L4_chemical_A1 +LQ05X012240 Hypothetical protein 4.831052776 L4_chemical_A2 +LQ05X012240 Hypothetical protein 5.336058604 L4_chemical_A3 +LQ05X012240 Hypothetical protein 4.505134562 L4_chemical_B1 +LQ05X012240 Hypothetical protein 5.300956164 L4_chemical_B2 +LQ05X012240 Hypothetical protein 4.732140355 L4_chemical_B3 +LQ05X012240 Hypothetical protein 5.32342642 L4_chemical_C2 +LQ05X012240 Hypothetical protein 4.560095495 L4_chemical_C3 +LQ05X012260 Hypothetical protein 4.649763597 C6_control_A1 +LQ05X012260 Hypothetical protein 5.060327135 C6_control_A3 +LQ05X012260 Hypothetical protein 5.127341258 C6_control_B1 +LQ05X012260 Hypothetical protein 4.615222943 C6_control_B2 +LQ05X012260 Hypothetical protein 4.901677234 C6_control_B3 +LQ05X012260 Hypothetical protein 4.634551329 C6_control_C1 +LQ05X012260 Hypothetical protein 4.650755021 C6_control_C2 +LQ05X012260 Hypothetical protein 4.628890589 C6_control_C3 +LQ05X012260 Hypothetical protein 4.899181392 C6_chemical_A1 +LQ05X012260 Hypothetical protein 5.007808741 C6_chemical_A3 +LQ05X012260 Hypothetical protein 5.039408971 C6_chemical_B1 +LQ05X012260 Hypothetical protein 4.535582605 C6_chemical_B2 +LQ05X012260 Hypothetical protein 4.834944791 C6_chemical_B3 +LQ05X012260 Hypothetical protein 4.595850051 C6_chemical_C1 +LQ05X012260 Hypothetical protein 4.765302877 C6_chemical_C2 +LQ05X012260 Hypothetical protein 4.665636403 C6_chemical_C3 +LQ05X012260 Hypothetical protein 4.567775724 L4_control_A1 +LQ05X012260 Hypothetical protein 4.843529257 L4_control_A2 +LQ05X012260 Hypothetical protein 4.939221251 L4_control_A3 +LQ05X012260 Hypothetical protein 4.730958368 L4_control_B1 +LQ05X012260 Hypothetical protein 5.134162467 L4_control_B2 +LQ05X012260 Hypothetical protein 4.844696196 L4_control_B3 +LQ05X012260 Hypothetical protein 5.272561362 L4_control_C2 +LQ05X012260 Hypothetical protein 5.000133328 L4_control_C3 +LQ05X012260 Hypothetical protein 5.172128607 L4_chemical_A1 +LQ05X012260 Hypothetical protein 4.616100454 L4_chemical_A2 +LQ05X012260 Hypothetical protein 4.944052104 L4_chemical_A3 +LQ05X012260 Hypothetical protein 4.780598127 L4_chemical_B1 +LQ05X012260 Hypothetical protein 4.904036022 L4_chemical_B2 +LQ05X012260 Hypothetical protein 4.650912188 L4_chemical_B3 +LQ05X012260 Hypothetical protein 4.922006853 L4_chemical_C2 +LQ05X012260 Hypothetical protein 5.018802836 L4_chemical_C3 +LQ05X012311 Hypothetical protein 4.729240122 C6_control_A1 +LQ05X012311 Hypothetical protein 4.99167156 C6_control_A3 +LQ05X012311 Hypothetical protein 5.04688925 C6_control_B1 +LQ05X012311 Hypothetical protein 4.798585605 C6_control_B2 +LQ05X012311 Hypothetical protein 4.904274517 C6_control_B3 +LQ05X012311 Hypothetical protein 4.60775145 C6_control_C1 +LQ05X012311 Hypothetical protein 4.909495735 C6_control_C2 +LQ05X012311 Hypothetical protein 4.849696321 C6_control_C3 +LQ05X012311 Hypothetical protein 4.717415834 C6_chemical_A1 +LQ05X012311 Hypothetical protein 4.760738857 C6_chemical_A3 +LQ05X012311 Hypothetical protein 4.70907192 C6_chemical_B1 +LQ05X012311 Hypothetical protein 4.80312185 C6_chemical_B2 +LQ05X012311 Hypothetical protein 4.784667134 C6_chemical_B3 +LQ05X012311 Hypothetical protein 4.671245557 C6_chemical_C1 +LQ05X012311 Hypothetical protein 4.829533017 C6_chemical_C2 +LQ05X012311 Hypothetical protein 5.210515316 C6_chemical_C3 +LQ05X012311 Hypothetical protein 4.986200862 L4_control_A1 +LQ05X012311 Hypothetical protein 4.80195681 L4_control_A2 +LQ05X012311 Hypothetical protein 5.044396649 L4_control_A3 +LQ05X012311 Hypothetical protein 4.805488347 L4_control_B1 +LQ05X012311 Hypothetical protein 4.960517557 L4_control_B2 +LQ05X012311 Hypothetical protein 4.774484082 L4_control_B3 +LQ05X012311 Hypothetical protein 5.281424183 L4_control_C2 +LQ05X012311 Hypothetical protein 5.024444992 L4_control_C3 +LQ05X012311 Hypothetical protein 4.577390985 L4_chemical_A1 +LQ05X012311 Hypothetical protein 4.625420481 L4_chemical_A2 +LQ05X012311 Hypothetical protein 5.152074897 L4_chemical_A3 +LQ05X012311 Hypothetical protein 4.940243739 L4_chemical_B1 +LQ05X012311 Hypothetical protein 4.579194233 L4_chemical_B2 +LQ05X012311 Hypothetical protein 4.768385607 L4_chemical_B3 +LQ05X012311 Hypothetical protein 5.072903096 L4_chemical_C2 +LQ05X012311 Hypothetical protein 5.493326717 L4_chemical_C3 +LQ05X012703 Putative Copia protein 5.164330449 C6_control_A1 +LQ05X012703 Putative Copia protein 5.384701158 C6_control_A3 +LQ05X012703 Putative Copia protein 5.240887112 C6_control_B1 +LQ05X012703 Putative Copia protein 5.230026604 C6_control_B2 +LQ05X012703 Putative Copia protein 4.856888032 C6_control_B3 +LQ05X012703 Putative Copia protein 5.651245266 C6_control_C1 +LQ05X012703 Putative Copia protein 5.259768579 C6_control_C2 +LQ05X012703 Putative Copia protein 5.674366049 C6_control_C3 +LQ05X012703 Putative Copia protein 5.365382233 C6_chemical_A1 +LQ05X012703 Putative Copia protein 5.337507571 C6_chemical_A3 +LQ05X012703 Putative Copia protein 5.180111062 C6_chemical_B1 +LQ05X012703 Putative Copia protein 5.647360277 C6_chemical_B2 +LQ05X012703 Putative Copia protein 6.00248538 C6_chemical_B3 +LQ05X012703 Putative Copia protein 5.619741315 C6_chemical_C1 +LQ05X012703 Putative Copia protein 5.530939308 C6_chemical_C2 +LQ05X012703 Putative Copia protein 6.339083896 C6_chemical_C3 +LQ05X012703 Putative Copia protein 5.496781017 L4_control_A1 +LQ05X012703 Putative Copia protein 5.78785984 L4_control_A2 +LQ05X012703 Putative Copia protein 5.453526013 L4_control_A3 +LQ05X012703 Putative Copia protein 6.282116022 L4_control_B1 +LQ05X012703 Putative Copia protein 5.186904794 L4_control_B2 +LQ05X012703 Putative Copia protein 6.035394711 L4_control_B3 +LQ05X012703 Putative Copia protein 4.882188629 L4_control_C2 +LQ05X012703 Putative Copia protein 5.377394242 L4_control_C3 +LQ05X012703 Putative Copia protein 6.515683968 L4_chemical_A1 +LQ05X012703 Putative Copia protein 5.942923084 L4_chemical_A2 +LQ05X012703 Putative Copia protein 5.784077284 L4_chemical_A3 +LQ05X012703 Putative Copia protein 5.595486518 L4_chemical_B1 +LQ05X012703 Putative Copia protein 5.728966721 L4_chemical_B2 +LQ05X012703 Putative Copia protein 6.400277168 L4_chemical_B3 +LQ05X012703 Putative Copia protein 6.110201396 L4_chemical_C2 +LQ05X012703 Putative Copia protein 6.039132881 L4_chemical_C3 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.05785954 C6_control_A1 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.27144396 C6_control_A3 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.41000448 C6_control_B1 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.7456373 C6_control_B2 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.34722343 C6_control_B3 +LQ05X012720 Putative Phosphoglycolate phosphatase 14.06749547 C6_control_C1 +LQ05X012720 Putative Phosphoglycolate phosphatase 14.0256576 C6_control_C2 +LQ05X012720 Putative Phosphoglycolate phosphatase 13.8167025 C6_control_C3 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.97579652 C6_chemical_A1 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.55327015 C6_chemical_A3 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.7394605 C6_chemical_B1 +LQ05X012720 Putative Phosphoglycolate phosphatase 13.1754055 C6_chemical_B2 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.25125563 C6_chemical_B3 +LQ05X012720 Putative Phosphoglycolate phosphatase 13.90794117 C6_chemical_C1 +LQ05X012720 Putative Phosphoglycolate phosphatase 14.15237267 C6_chemical_C2 +LQ05X012720 Putative Phosphoglycolate phosphatase 14.2724935 C6_chemical_C3 +LQ05X012720 Putative Phosphoglycolate phosphatase 10.66710117 L4_control_A1 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.07183376 L4_control_A2 +LQ05X012720 Putative Phosphoglycolate phosphatase 10.68444299 L4_control_A3 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.17082841 L4_control_B1 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.86344896 L4_control_B2 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.26008507 L4_control_B3 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.8964145 L4_control_C2 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.57753532 L4_control_C3 +LQ05X012720 Putative Phosphoglycolate phosphatase 10.77619453 L4_chemical_A1 +LQ05X012720 Putative Phosphoglycolate phosphatase 10.97573032 L4_chemical_A2 +LQ05X012720 Putative Phosphoglycolate phosphatase 10.71061391 L4_chemical_A3 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.90330289 L4_chemical_B1 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.33172823 L4_chemical_B2 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.50370546 L4_chemical_B3 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.7396283 L4_chemical_C2 +LQ05X012720 Putative Phosphoglycolate phosphatase 12.9452153 L4_chemical_C3 +LQ05X012960 Predicted protein 5.435130564 C6_control_A1 +LQ05X012960 Predicted protein 5.325323155 C6_control_A3 +LQ05X012960 Predicted protein 5.386350482 C6_control_B1 +LQ05X012960 Predicted protein 5.376817672 C6_control_B2 +LQ05X012960 Predicted protein 5.147744112 C6_control_B3 +LQ05X012960 Predicted protein 5.099780785 C6_control_C1 +LQ05X012960 Predicted protein 5.554830017 C6_control_C2 +LQ05X012960 Predicted protein 5.216158399 C6_control_C3 +LQ05X012960 Predicted protein 5.43243182 C6_chemical_A1 +LQ05X012960 Predicted protein 5.0809492 C6_chemical_A3 +LQ05X012960 Predicted protein 5.293931827 C6_chemical_B1 +LQ05X012960 Predicted protein 5.296675255 C6_chemical_B2 +LQ05X012960 Predicted protein 4.980700419 C6_chemical_B3 +LQ05X012960 Predicted protein 5.018397655 C6_chemical_C1 +LQ05X012960 Predicted protein 5.357635547 C6_chemical_C2 +LQ05X012960 Predicted protein 5.166217089 C6_chemical_C3 +LQ05X012960 Predicted protein 5.070829092 L4_control_A1 +LQ05X012960 Predicted protein 5.044825013 L4_control_A2 +LQ05X012960 Predicted protein 5.350558071 L4_control_A3 +LQ05X012960 Predicted protein 5.258456375 L4_control_B1 +LQ05X012960 Predicted protein 5.869644454 L4_control_B2 +LQ05X012960 Predicted protein 5.556527021 L4_control_B3 +LQ05X012960 Predicted protein 5.485457617 L4_control_C2 +LQ05X012960 Predicted protein 5.059967992 L4_control_C3 +LQ05X012960 Predicted protein 4.980583682 L4_chemical_A1 +LQ05X012960 Predicted protein 5.255226285 L4_chemical_A2 +LQ05X012960 Predicted protein 5.076767338 L4_chemical_A3 +LQ05X012960 Predicted protein 4.99849571 L4_chemical_B1 +LQ05X012960 Predicted protein 5.239100716 L4_chemical_B2 +LQ05X012960 Predicted protein 5.319782952 L4_chemical_B3 +LQ05X012960 Predicted protein 5.911479634 L4_chemical_C2 +LQ05X012960 Predicted protein 5.237311221 L4_chemical_C3 +LQ05X013200 Hypothetical protein 4.986692123 C6_control_A1 +LQ05X013200 Hypothetical protein 4.947496214 C6_control_A3 +LQ05X013200 Hypothetical protein 6.102422371 C6_control_B1 +LQ05X013200 Hypothetical protein 5.190851638 C6_control_B2 +LQ05X013200 Hypothetical protein 5.53693191 C6_control_B3 +LQ05X013200 Hypothetical protein 5.370557094 C6_control_C1 +LQ05X013200 Hypothetical protein 5.24891877 C6_control_C2 +LQ05X013200 Hypothetical protein 5.184328089 C6_control_C3 +LQ05X013200 Hypothetical protein 5.043555138 C6_chemical_A1 +LQ05X013200 Hypothetical protein 5.258663204 C6_chemical_A3 +LQ05X013200 Hypothetical protein 5.401249636 C6_chemical_B1 +LQ05X013200 Hypothetical protein 5.140878601 C6_chemical_B2 +LQ05X013200 Hypothetical protein 5.506644326 C6_chemical_B3 +LQ05X013200 Hypothetical protein 5.275385431 C6_chemical_C1 +LQ05X013200 Hypothetical protein 5.155941898 C6_chemical_C2 +LQ05X013200 Hypothetical protein 5.137376266 C6_chemical_C3 +LQ05X013200 Hypothetical protein 5.356521348 L4_control_A1 +LQ05X013200 Hypothetical protein 5.004038014 L4_control_A2 +LQ05X013200 Hypothetical protein 5.046126676 L4_control_A3 +LQ05X013200 Hypothetical protein 5.20346428 L4_control_B1 +LQ05X013200 Hypothetical protein 4.891972943 L4_control_B2 +LQ05X013200 Hypothetical protein 5.44507999 L4_control_B3 +LQ05X013200 Hypothetical protein 4.924540672 L4_control_C2 +LQ05X013200 Hypothetical protein 6.2102396 L4_control_C3 +LQ05X013200 Hypothetical protein 5.166890786 L4_chemical_A1 +LQ05X013200 Hypothetical protein 4.965514798 L4_chemical_A2 +LQ05X013200 Hypothetical protein 4.997178153 L4_chemical_A3 +LQ05X013200 Hypothetical protein 5.096402829 L4_chemical_B1 +LQ05X013200 Hypothetical protein 5.022494585 L4_chemical_B2 +LQ05X013200 Hypothetical protein 5.188835746 L4_chemical_B3 +LQ05X013200 Hypothetical protein 5.42895158 L4_chemical_C2 +LQ05X013200 Hypothetical protein 5.596667954 L4_chemical_C3 +LQ05X013400 Hypothetical protein 5.071958434 C6_control_A1 +LQ05X013400 Hypothetical protein 5.122698068 C6_control_A3 +LQ05X013400 Hypothetical protein 5.035405272 C6_control_B1 +LQ05X013400 Hypothetical protein 4.827766972 C6_control_B2 +LQ05X013400 Hypothetical protein 5.140744696 C6_control_B3 +LQ05X013400 Hypothetical protein 5.213881174 C6_control_C1 +LQ05X013400 Hypothetical protein 4.90668655 C6_control_C2 +LQ05X013400 Hypothetical protein 5.04798215 C6_control_C3 +LQ05X013400 Hypothetical protein 4.990140807 C6_chemical_A1 +LQ05X013400 Hypothetical protein 5.156309729 C6_chemical_A3 +LQ05X013400 Hypothetical protein 4.647022696 C6_chemical_B1 +LQ05X013400 Hypothetical protein 4.819673387 C6_chemical_B2 +LQ05X013400 Hypothetical protein 5.053311358 C6_chemical_B3 +LQ05X013400 Hypothetical protein 5.1871761 C6_chemical_C1 +LQ05X013400 Hypothetical protein 4.957906475 C6_chemical_C2 +LQ05X013400 Hypothetical protein 5.321290001 C6_chemical_C3 +LQ05X013400 Hypothetical protein 4.868568571 L4_control_A1 +LQ05X013400 Hypothetical protein 5.388942461 L4_control_A2 +LQ05X013400 Hypothetical protein 5.057762289 L4_control_A3 +LQ05X013400 Hypothetical protein 5.130819954 L4_control_B1 +LQ05X013400 Hypothetical protein 5.12645755 L4_control_B2 +LQ05X013400 Hypothetical protein 4.970505183 L4_control_B3 +LQ05X013400 Hypothetical protein 5.175511351 L4_control_C2 +LQ05X013400 Hypothetical protein 6.436741542 L4_control_C3 +LQ05X013400 Hypothetical protein 4.840873031 L4_chemical_A1 +LQ05X013400 Hypothetical protein 5.125401489 L4_chemical_A2 +LQ05X013400 Hypothetical protein 6.079956038 L4_chemical_A3 +LQ05X013400 Hypothetical protein 5.042332805 L4_chemical_B1 +LQ05X013400 Hypothetical protein 4.605559782 L4_chemical_B2 +LQ05X013400 Hypothetical protein 5.151839326 L4_chemical_B3 +LQ05X013400 Hypothetical protein 5.267638661 L4_chemical_C2 +LQ05X013400 Hypothetical protein 5.095966894 L4_chemical_C3 +LQ05X013500 Putative uncharacterized protein 5.561832311 C6_control_A1 +LQ05X013500 Putative uncharacterized protein 5.380329672 C6_control_A3 +LQ05X013500 Putative uncharacterized protein 5.288469792 C6_control_B1 +LQ05X013500 Putative uncharacterized protein 7.338946269 C6_control_B2 +LQ05X013500 Putative uncharacterized protein 5.232062269 C6_control_B3 +LQ05X013500 Putative uncharacterized protein 8.162176508 C6_control_C1 +LQ05X013500 Putative uncharacterized protein 8.021911418 C6_control_C2 +LQ05X013500 Putative uncharacterized protein 8.035402338 C6_control_C3 +LQ05X013500 Putative uncharacterized protein 5.973963251 C6_chemical_A1 +LQ05X013500 Putative uncharacterized protein 5.242717062 C6_chemical_A3 +LQ05X013500 Putative uncharacterized protein 5.191368735 C6_chemical_B1 +LQ05X013500 Putative uncharacterized protein 8.761473726 C6_chemical_B2 +LQ05X013500 Putative uncharacterized protein 5.673348019 C6_chemical_B3 +LQ05X013500 Putative uncharacterized protein 8.371101472 C6_chemical_C1 +LQ05X013500 Putative uncharacterized protein 8.634378034 C6_chemical_C2 +LQ05X013500 Putative uncharacterized protein 8.377298295 C6_chemical_C3 +LQ05X013500 Putative uncharacterized protein 5.492910635 L4_control_A1 +LQ05X013500 Putative uncharacterized protein 5.280721325 L4_control_A2 +LQ05X013500 Putative uncharacterized protein 5.422957874 L4_control_A3 +LQ05X013500 Putative uncharacterized protein 5.403204616 L4_control_B1 +LQ05X013500 Putative uncharacterized protein 5.256095214 L4_control_B2 +LQ05X013500 Putative uncharacterized protein 5.972369933 L4_control_B3 +LQ05X013500 Putative uncharacterized protein 5.187549384 L4_control_C2 +LQ05X013500 Putative uncharacterized protein 4.864446795 L4_control_C3 +LQ05X013500 Putative uncharacterized protein 5.601221 L4_chemical_A1 +LQ05X013500 Putative uncharacterized protein 5.305749844 L4_chemical_A2 +LQ05X013500 Putative uncharacterized protein 5.577177805 L4_chemical_A3 +LQ05X013500 Putative uncharacterized protein 5.125052931 L4_chemical_B1 +LQ05X013500 Putative uncharacterized protein 5.115997676 L4_chemical_B2 +LQ05X013500 Putative uncharacterized protein 5.61471518 L4_chemical_B3 +LQ05X013500 Putative uncharacterized protein 5.024988959 L4_chemical_C2 +LQ05X013500 Putative uncharacterized protein 5.21365891 L4_chemical_C3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.71371494 C6_control_A1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.179750725 C6_control_A3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.631934512 C6_control_B1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.846363854 C6_control_B2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.47931414 C6_control_B3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 6.083266953 C6_control_C1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 6.18466036 C6_control_C2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 6.157147936 C6_control_C3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.547130968 C6_chemical_A1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.388946381 C6_chemical_A3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.771319901 C6_chemical_B1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 6.391932743 C6_chemical_B2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.9971034 C6_chemical_B3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.717396409 C6_chemical_C1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 6.693314516 C6_chemical_C2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 6.339214812 C6_chemical_C3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.549583665 L4_control_A1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.792057212 L4_control_A2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.183082649 L4_control_A3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.864157223 L4_control_B1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.282440856 L4_control_B2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 6.173712884 L4_control_B3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.107884592 L4_control_C2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.555299461 L4_control_C3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.582845698 L4_chemical_A1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.581532077 L4_chemical_A2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.066458533 L4_chemical_A3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.673741837 L4_chemical_B1 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.72231574 L4_chemical_B2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.468476678 L4_chemical_B3 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.455154887 L4_chemical_C2 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.27009256 L4_chemical_C3 +LQ05X013570 Hypothetical protein 4.985237812 C6_control_A1 +LQ05X013570 Hypothetical protein 4.821008658 C6_control_A3 +LQ05X013570 Hypothetical protein 5.651299849 C6_control_B1 +LQ05X013570 Hypothetical protein 4.943825689 C6_control_B2 +LQ05X013570 Hypothetical protein 5.124363008 C6_control_B3 +LQ05X013570 Hypothetical protein 5.334698034 C6_control_C1 +LQ05X013570 Hypothetical protein 4.698135699 C6_control_C2 +LQ05X013570 Hypothetical protein 5.041308476 C6_control_C3 +LQ05X013570 Hypothetical protein 4.779929402 C6_chemical_A1 +LQ05X013570 Hypothetical protein 4.881376442 C6_chemical_A3 +LQ05X013570 Hypothetical protein 5.014358422 C6_chemical_B1 +LQ05X013570 Hypothetical protein 4.795586447 C6_chemical_B2 +LQ05X013570 Hypothetical protein 4.954260322 C6_chemical_B3 +LQ05X013570 Hypothetical protein 5.225117571 C6_chemical_C1 +LQ05X013570 Hypothetical protein 5.100289168 C6_chemical_C2 +LQ05X013570 Hypothetical protein 4.878004753 C6_chemical_C3 +LQ05X013570 Hypothetical protein 4.697556372 L4_control_A1 +LQ05X013570 Hypothetical protein 4.756870523 L4_control_A2 +LQ05X013570 Hypothetical protein 4.898262954 L4_control_A3 +LQ05X013570 Hypothetical protein 4.685685849 L4_control_B1 +LQ05X013570 Hypothetical protein 4.939985718 L4_control_B2 +LQ05X013570 Hypothetical protein 4.82116797 L4_control_B3 +LQ05X013570 Hypothetical protein 4.835924969 L4_control_C2 +LQ05X013570 Hypothetical protein 5.197408433 L4_control_C3 +LQ05X013570 Hypothetical protein 4.96714422 L4_chemical_A1 +LQ05X013570 Hypothetical protein 4.611482118 L4_chemical_A2 +LQ05X013570 Hypothetical protein 4.915638708 L4_chemical_A3 +LQ05X013570 Hypothetical protein 4.997616476 L4_chemical_B1 +LQ05X013570 Hypothetical protein 4.821296566 L4_chemical_B2 +LQ05X013570 Hypothetical protein 4.753153261 L4_chemical_B3 +LQ05X013570 Hypothetical protein 5.123485768 L4_chemical_C2 +LQ05X013570 Hypothetical protein 5.34135548 L4_chemical_C3 +LQ05X013700 Ribonuclease H2 subunit A 5.605460941 C6_control_A1 +LQ05X013700 Ribonuclease H2 subunit A 5.532524454 C6_control_A3 +LQ05X013700 Ribonuclease H2 subunit A 5.497616056 C6_control_B1 +LQ05X013700 Ribonuclease H2 subunit A 5.24614423 C6_control_B2 +LQ05X013700 Ribonuclease H2 subunit A 5.136712672 C6_control_B3 +LQ05X013700 Ribonuclease H2 subunit A 5.483003984 C6_control_C1 +LQ05X013700 Ribonuclease H2 subunit A 5.449384504 C6_control_C2 +LQ05X013700 Ribonuclease H2 subunit A 5.119222671 C6_control_C3 +LQ05X013700 Ribonuclease H2 subunit A 5.548144144 C6_chemical_A1 +LQ05X013700 Ribonuclease H2 subunit A 5.608662832 C6_chemical_A3 +LQ05X013700 Ribonuclease H2 subunit A 5.538074525 C6_chemical_B1 +LQ05X013700 Ribonuclease H2 subunit A 4.856980376 C6_chemical_B2 +LQ05X013700 Ribonuclease H2 subunit A 4.953516158 C6_chemical_B3 +LQ05X013700 Ribonuclease H2 subunit A 5.430807972 C6_chemical_C1 +LQ05X013700 Ribonuclease H2 subunit A 5.244611607 C6_chemical_C2 +LQ05X013700 Ribonuclease H2 subunit A 5.198914405 C6_chemical_C3 +LQ05X013700 Ribonuclease H2 subunit A 5.39078515 L4_control_A1 +LQ05X013700 Ribonuclease H2 subunit A 5.499388929 L4_control_A2 +LQ05X013700 Ribonuclease H2 subunit A 5.39493878 L4_control_A3 +LQ05X013700 Ribonuclease H2 subunit A 5.441140365 L4_control_B1 +LQ05X013700 Ribonuclease H2 subunit A 5.680792139 L4_control_B2 +LQ05X013700 Ribonuclease H2 subunit A 5.296867906 L4_control_B3 +LQ05X013700 Ribonuclease H2 subunit A 5.828969401 L4_control_C2 +LQ05X013700 Ribonuclease H2 subunit A 5.440928832 L4_control_C3 +LQ05X013700 Ribonuclease H2 subunit A 5.524762546 L4_chemical_A1 +LQ05X013700 Ribonuclease H2 subunit A 5.30977598 L4_chemical_A2 +LQ05X013700 Ribonuclease H2 subunit A 4.926879965 L4_chemical_A3 +LQ05X013700 Ribonuclease H2 subunit A 5.607992586 L4_chemical_B1 +LQ05X013700 Ribonuclease H2 subunit A 6.065101845 L4_chemical_B2 +LQ05X013700 Ribonuclease H2 subunit A 5.516483749 L4_chemical_B3 +LQ05X013700 Ribonuclease H2 subunit A 5.350865558 L4_chemical_C2 +LQ05X013700 Ribonuclease H2 subunit A 5.096080473 L4_chemical_C3 +LQ05X013790 Hypothetical protein 4.827922973 C6_control_A1 +LQ05X013790 Hypothetical protein 4.636699212 C6_control_A3 +LQ05X013790 Hypothetical protein 5.206994447 C6_control_B1 +LQ05X013790 Hypothetical protein 4.889846384 C6_control_B2 +LQ05X013790 Hypothetical protein 5.062774564 C6_control_B3 +LQ05X013790 Hypothetical protein 5.178611847 C6_control_C1 +LQ05X013790 Hypothetical protein 4.730993816 C6_control_C2 +LQ05X013790 Hypothetical protein 4.866931853 C6_control_C3 +LQ05X013790 Hypothetical protein 4.660550624 C6_chemical_A1 +LQ05X013790 Hypothetical protein 4.714460751 C6_chemical_A3 +LQ05X013790 Hypothetical protein 4.742480771 C6_chemical_B1 +LQ05X013790 Hypothetical protein 4.920569698 C6_chemical_B2 +LQ05X013790 Hypothetical protein 5.071027071 C6_chemical_B3 +LQ05X013790 Hypothetical protein 4.734674864 C6_chemical_C1 +LQ05X013790 Hypothetical protein 4.738529339 C6_chemical_C2 +LQ05X013790 Hypothetical protein 4.786244419 C6_chemical_C3 +LQ05X013790 Hypothetical protein 4.576397096 L4_control_A1 +LQ05X013790 Hypothetical protein 4.934152635 L4_control_A2 +LQ05X013790 Hypothetical protein 4.683584585 L4_control_A3 +LQ05X013790 Hypothetical protein 4.75723289 L4_control_B1 +LQ05X013790 Hypothetical protein 4.991930002 L4_control_B2 +LQ05X013790 Hypothetical protein 5.18939964 L4_control_B3 +LQ05X013790 Hypothetical protein 4.946468882 L4_control_C2 +LQ05X013790 Hypothetical protein 5.901552843 L4_control_C3 +LQ05X013790 Hypothetical protein 4.849820329 L4_chemical_A1 +LQ05X013790 Hypothetical protein 4.834977065 L4_chemical_A2 +LQ05X013790 Hypothetical protein 5.074806541 L4_chemical_A3 +LQ05X013790 Hypothetical protein 5.018117671 L4_chemical_B1 +LQ05X013790 Hypothetical protein 4.574361642 L4_chemical_B2 +LQ05X013790 Hypothetical protein 4.902133404 L4_chemical_B3 +LQ05X013790 Hypothetical protein 4.982808047 L4_chemical_C2 +LQ05X013790 Hypothetical protein 5.159283199 L4_chemical_C3 +LQ05X013820 Putative UNC93-like protein C922.05c 4.993805996 C6_control_A1 +LQ05X013820 Putative UNC93-like protein C922.05c 5.248541282 C6_control_A3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.625632876 C6_control_B1 +LQ05X013820 Putative UNC93-like protein C922.05c 5.021999496 C6_control_B2 +LQ05X013820 Putative UNC93-like protein C922.05c 5.043920675 C6_control_B3 +LQ05X013820 Putative UNC93-like protein C922.05c 4.979278226 C6_control_C1 +LQ05X013820 Putative UNC93-like protein C922.05c 5.367452876 C6_control_C2 +LQ05X013820 Putative UNC93-like protein C922.05c 4.806328654 C6_control_C3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.07518305 C6_chemical_A1 +LQ05X013820 Putative UNC93-like protein C922.05c 5.504094033 C6_chemical_A3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.384200003 C6_chemical_B1 +LQ05X013820 Putative UNC93-like protein C922.05c 5.012772179 C6_chemical_B2 +LQ05X013820 Putative UNC93-like protein C922.05c 4.81372097 C6_chemical_B3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.08578514 C6_chemical_C1 +LQ05X013820 Putative UNC93-like protein C922.05c 4.863422845 C6_chemical_C2 +LQ05X013820 Putative UNC93-like protein C922.05c 5.005246883 C6_chemical_C3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.074461593 L4_control_A1 +LQ05X013820 Putative UNC93-like protein C922.05c 4.9683624 L4_control_A2 +LQ05X013820 Putative UNC93-like protein C922.05c 5.094395781 L4_control_A3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.784615753 L4_control_B1 +LQ05X013820 Putative UNC93-like protein C922.05c 5.082723409 L4_control_B2 +LQ05X013820 Putative UNC93-like protein C922.05c 4.850588529 L4_control_B3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.285501501 L4_control_C2 +LQ05X013820 Putative UNC93-like protein C922.05c 5.306556338 L4_control_C3 +LQ05X013820 Putative UNC93-like protein C922.05c 4.924615682 L4_chemical_A1 +LQ05X013820 Putative UNC93-like protein C922.05c 5.109103718 L4_chemical_A2 +LQ05X013820 Putative UNC93-like protein C922.05c 5.343385874 L4_chemical_A3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.082837453 L4_chemical_B1 +LQ05X013820 Putative UNC93-like protein C922.05c 4.941728713 L4_chemical_B2 +LQ05X013820 Putative UNC93-like protein C922.05c 5.036253134 L4_chemical_B3 +LQ05X013820 Putative UNC93-like protein C922.05c 5.471610885 L4_chemical_C2 +LQ05X013820 Putative UNC93-like protein C922.05c 5.460154925 L4_chemical_C3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.02215039 C6_control_A1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.19823299 C6_control_A3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.53991618 C6_control_B1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 15.00013685 C6_control_B2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.7381952 C6_control_B3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 12.51709203 C6_control_C1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.61348797 C6_control_C2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.41055505 C6_control_C3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.03251935 C6_chemical_A1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.46203531 C6_chemical_A3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.39400188 C6_chemical_B1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.69369839 C6_chemical_B2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.65031743 C6_chemical_B3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 12.41926019 C6_chemical_C1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.16076002 C6_chemical_C2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.65705023 C6_chemical_C3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.10476797 L4_control_A1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.523069 L4_control_A2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.90178391 L4_control_A3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.93318034 L4_control_B1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.52815001 L4_control_B2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 15.17068037 L4_control_B3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.21325442 L4_control_C2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.31066066 L4_control_C3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.26279227 L4_chemical_A1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.95348701 L4_chemical_A2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.58354992 L4_chemical_A3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.79314984 L4_chemical_B1 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.93279915 L4_chemical_B2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.75990526 L4_chemical_B3 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.70020868 L4_chemical_C2 +LQ05X013840 Tubulin beta-3 chain (Fragment) 13.17054705 L4_chemical_C3 +LQ05X013890 Putative uncharacterized protein 5.81205728 C6_control_A1 +LQ05X013890 Putative uncharacterized protein 6.90923271 C6_control_A3 +LQ05X013890 Putative uncharacterized protein 6.73733032 C6_control_B1 +LQ05X013890 Putative uncharacterized protein 6.425873967 C6_control_B2 +LQ05X013890 Putative uncharacterized protein 6.322432536 C6_control_B3 +LQ05X013890 Putative uncharacterized protein 5.787823977 C6_control_C1 +LQ05X013890 Putative uncharacterized protein 5.509736538 C6_control_C2 +LQ05X013890 Putative uncharacterized protein 5.638167703 C6_control_C3 +LQ05X013890 Putative uncharacterized protein 6.123992745 C6_chemical_A1 +LQ05X013890 Putative uncharacterized protein 6.060897347 C6_chemical_A3 +LQ05X013890 Putative uncharacterized protein 6.944202484 C6_chemical_B1 +LQ05X013890 Putative uncharacterized protein 6.369932341 C6_chemical_B2 +LQ05X013890 Putative uncharacterized protein 6.229756559 C6_chemical_B3 +LQ05X013890 Putative uncharacterized protein 5.546744587 C6_chemical_C1 +LQ05X013890 Putative uncharacterized protein 5.722339592 C6_chemical_C2 +LQ05X013890 Putative uncharacterized protein 5.45420335 C6_chemical_C3 +LQ05X013890 Putative uncharacterized protein 6.035538571 L4_control_A1 +LQ05X013890 Putative uncharacterized protein 5.86726447 L4_control_A2 +LQ05X013890 Putative uncharacterized protein 5.935472438 L4_control_A3 +LQ05X013890 Putative uncharacterized protein 6.088275013 L4_control_B1 +LQ05X013890 Putative uncharacterized protein 6.439299623 L4_control_B2 +LQ05X013890 Putative uncharacterized protein 6.162655039 L4_control_B3 +LQ05X013890 Putative uncharacterized protein 5.959701056 L4_control_C2 +LQ05X013890 Putative uncharacterized protein 6.839883823 L4_control_C3 +LQ05X013890 Putative uncharacterized protein 5.652924292 L4_chemical_A1 +LQ05X013890 Putative uncharacterized protein 6.263687919 L4_chemical_A2 +LQ05X013890 Putative uncharacterized protein 6.008792854 L4_chemical_A3 +LQ05X013890 Putative uncharacterized protein 6.277971015 L4_chemical_B1 +LQ05X013890 Putative uncharacterized protein 5.844196859 L4_chemical_B2 +LQ05X013890 Putative uncharacterized protein 6.164672362 L4_chemical_B3 +LQ05X013890 Putative uncharacterized protein 6.181247965 L4_chemical_C2 +LQ05X013890 Putative uncharacterized protein 7.009644427 L4_chemical_C3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 13.29567112 C6_control_A1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 13.93951409 C6_control_A3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 12.13086768 C6_control_B1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.25987378 C6_control_B2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.03042477 C6_control_B3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.030404 C6_control_C1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.71306329 C6_control_C2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.59279128 C6_control_C3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 12.48504103 C6_chemical_A1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 14.0101612 C6_chemical_A3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.56894272 C6_chemical_B1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 9.651540325 C6_chemical_B2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 9.205523191 C6_chemical_B3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 9.900349883 C6_chemical_C1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.20618433 C6_chemical_C2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 9.908285774 C6_chemical_C3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 12.85414624 L4_control_A1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 13.70008077 L4_control_A2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 13.45982321 L4_control_A3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 9.579129043 L4_control_B1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.74064487 L4_control_B2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 9.806543556 L4_control_B3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 9.05067601 L4_control_C2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 9.894423876 L4_control_C3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 13.13445257 L4_chemical_A1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 12.65343993 L4_chemical_A2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 13.62016843 L4_chemical_A3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 11.62708854 L4_chemical_B1 +LQ05X013900 G2/mitotic-specific cyclin S13-6 11.09995153 L4_chemical_B2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 12.61456585 L4_chemical_B3 +LQ05X013900 G2/mitotic-specific cyclin S13-6 8.633962285 L4_chemical_C2 +LQ05X013900 G2/mitotic-specific cyclin S13-6 10.15929998 L4_chemical_C3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.886806266 C6_control_A1 +LQ05X013960 Cysteine proteinase inhibitor 7 5.816417408 C6_control_A3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.286658228 C6_control_B1 +LQ05X013960 Cysteine proteinase inhibitor 7 5.938106762 C6_control_B2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.709316142 C6_control_B3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.692692282 C6_control_C1 +LQ05X013960 Cysteine proteinase inhibitor 7 7.025341969 C6_control_C2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.916447902 C6_control_C3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.774052018 C6_chemical_A1 +LQ05X013960 Cysteine proteinase inhibitor 7 5.582229429 C6_chemical_A3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.532833656 C6_chemical_B1 +LQ05X013960 Cysteine proteinase inhibitor 7 6.06212442 C6_chemical_B2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.429241136 C6_chemical_B3 +LQ05X013960 Cysteine proteinase inhibitor 7 6.372993557 C6_chemical_C1 +LQ05X013960 Cysteine proteinase inhibitor 7 6.052116657 C6_chemical_C2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.802037916 C6_chemical_C3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.690809918 L4_control_A1 +LQ05X013960 Cysteine proteinase inhibitor 7 5.344014663 L4_control_A2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.595531294 L4_control_A3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.776733739 L4_control_B1 +LQ05X013960 Cysteine proteinase inhibitor 7 6.271166482 L4_control_B2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.417589215 L4_control_B3 +LQ05X013960 Cysteine proteinase inhibitor 7 4.938164013 L4_control_C2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.177817272 L4_control_C3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.762696087 L4_chemical_A1 +LQ05X013960 Cysteine proteinase inhibitor 7 5.858346091 L4_chemical_A2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.581735716 L4_chemical_A3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.57743844 L4_chemical_B1 +LQ05X013960 Cysteine proteinase inhibitor 7 5.881248185 L4_chemical_B2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.652200424 L4_chemical_B3 +LQ05X013960 Cysteine proteinase inhibitor 7 5.506053143 L4_chemical_C2 +LQ05X013960 Cysteine proteinase inhibitor 7 5.549391726 L4_chemical_C3 +LQ05X013970 Cytochrome P450 98A2 6.154965271 C6_control_A1 +LQ05X013970 Cytochrome P450 98A2 5.702328644 C6_control_A3 +LQ05X013970 Cytochrome P450 98A2 6.185920384 C6_control_B1 +LQ05X013970 Cytochrome P450 98A2 6.403459521 C6_control_B2 +LQ05X013970 Cytochrome P450 98A2 6.082202441 C6_control_B3 +LQ05X013970 Cytochrome P450 98A2 7.656994891 C6_control_C1 +LQ05X013970 Cytochrome P450 98A2 6.569888209 C6_control_C2 +LQ05X013970 Cytochrome P450 98A2 6.727028966 C6_control_C3 +LQ05X013970 Cytochrome P450 98A2 5.972118641 C6_chemical_A1 +LQ05X013970 Cytochrome P450 98A2 5.884066762 C6_chemical_A3 +LQ05X013970 Cytochrome P450 98A2 5.982788228 C6_chemical_B1 +LQ05X013970 Cytochrome P450 98A2 6.414269238 C6_chemical_B2 +LQ05X013970 Cytochrome P450 98A2 5.924654319 C6_chemical_B3 +LQ05X013970 Cytochrome P450 98A2 7.595665292 C6_chemical_C1 +LQ05X013970 Cytochrome P450 98A2 7.19405058 C6_chemical_C2 +LQ05X013970 Cytochrome P450 98A2 6.839722479 C6_chemical_C3 +LQ05X013970 Cytochrome P450 98A2 5.878056852 L4_control_A1 +LQ05X013970 Cytochrome P450 98A2 6.044888604 L4_control_A2 +LQ05X013970 Cytochrome P450 98A2 5.500081135 L4_control_A3 +LQ05X013970 Cytochrome P450 98A2 6.051021346 L4_control_B1 +LQ05X013970 Cytochrome P450 98A2 6.394045036 L4_control_B2 +LQ05X013970 Cytochrome P450 98A2 6.211330568 L4_control_B3 +LQ05X013970 Cytochrome P450 98A2 7.57418122 L4_control_C2 +LQ05X013970 Cytochrome P450 98A2 6.094608866 L4_control_C3 +LQ05X013970 Cytochrome P450 98A2 5.71611252 L4_chemical_A1 +LQ05X013970 Cytochrome P450 98A2 6.293102318 L4_chemical_A2 +LQ05X013970 Cytochrome P450 98A2 5.164911657 L4_chemical_A3 +LQ05X013970 Cytochrome P450 98A2 6.263381408 L4_chemical_B1 +LQ05X013970 Cytochrome P450 98A2 6.469129942 L4_chemical_B2 +LQ05X013970 Cytochrome P450 98A2 6.033079871 L4_chemical_B3 +LQ05X013970 Cytochrome P450 98A2 7.02333675 L4_chemical_C2 +LQ05X013970 Cytochrome P450 98A2 6.62474255 L4_chemical_C3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.756552018 C6_control_A1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.171397498 C6_control_A3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.070025129 C6_control_B1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.866814141 C6_control_B2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.007125292 C6_control_B3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.106110977 C6_control_C1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.419592708 C6_control_C2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.899620065 C6_control_C3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.793385838 C6_chemical_A1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.839220352 C6_chemical_A3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.167363754 C6_chemical_B1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.064600184 C6_chemical_B2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.015701444 C6_chemical_B3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.328496337 C6_chemical_C1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.718223453 C6_chemical_C2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.06737622 C6_chemical_C3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.990792084 L4_control_A1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.849537245 L4_control_A2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.356411073 L4_control_A3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.227957748 L4_control_B1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.79154572 L4_control_B2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.770886683 L4_control_B3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.533735881 L4_control_C2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.841674981 L4_control_C3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.987612484 L4_chemical_A1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.884275459 L4_chemical_A2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.209119507 L4_chemical_A3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.148095324 L4_chemical_B1 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.231522146 L4_chemical_B2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.84822367 L4_chemical_B3 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.881458027 L4_chemical_C2 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 5.740274827 L4_chemical_C3 +LQ05X014020 Predicted protein 14.03600102 C6_control_A1 +LQ05X014020 Predicted protein 13.89000321 C6_control_A3 +LQ05X014020 Predicted protein 14.15678202 C6_control_B1 +LQ05X014020 Predicted protein 13.84066965 C6_control_B2 +LQ05X014020 Predicted protein 13.93307254 C6_control_B3 +LQ05X014020 Predicted protein 13.91083779 C6_control_C1 +LQ05X014020 Predicted protein 13.9099795 C6_control_C2 +LQ05X014020 Predicted protein 14.09498368 C6_control_C3 +LQ05X014020 Predicted protein 14.21238545 C6_chemical_A1 +LQ05X014020 Predicted protein 14.67519345 C6_chemical_A3 +LQ05X014020 Predicted protein 14.43367768 C6_chemical_B1 +LQ05X014020 Predicted protein 13.99460829 C6_chemical_B2 +LQ05X014020 Predicted protein 14.48866902 C6_chemical_B3 +LQ05X014020 Predicted protein 13.48349591 C6_chemical_C1 +LQ05X014020 Predicted protein 13.83596324 C6_chemical_C2 +LQ05X014020 Predicted protein 14.17101939 C6_chemical_C3 +LQ05X014020 Predicted protein 13.7787709 L4_control_A1 +LQ05X014020 Predicted protein 13.76228904 L4_control_A2 +LQ05X014020 Predicted protein 14.03547386 L4_control_A3 +LQ05X014020 Predicted protein 14.06022249 L4_control_B1 +LQ05X014020 Predicted protein 14.55857643 L4_control_B2 +LQ05X014020 Predicted protein 14.25587326 L4_control_B3 +LQ05X014020 Predicted protein 14.42664403 L4_control_C2 +LQ05X014020 Predicted protein 14.96052233 L4_control_C3 +LQ05X014020 Predicted protein 14.39580345 L4_chemical_A1 +LQ05X014020 Predicted protein 13.97672111 L4_chemical_A2 +LQ05X014020 Predicted protein 13.95261635 L4_chemical_A3 +LQ05X014020 Predicted protein 14.04129515 L4_chemical_B1 +LQ05X014020 Predicted protein 14.399908 L4_chemical_B2 +LQ05X014020 Predicted protein 14.2458568 L4_chemical_B3 +LQ05X014020 Predicted protein 14.42661963 L4_chemical_C2 +LQ05X014020 Predicted protein 14.68906511 L4_chemical_C3 +LQ05X014150 DNA binding protein, putative 6.882098758 C6_control_A1 +LQ05X014150 DNA binding protein, putative 6.969056516 C6_control_A3 +LQ05X014150 DNA binding protein, putative 6.748087506 C6_control_B1 +LQ05X014150 DNA binding protein, putative 6.910764857 C6_control_B2 +LQ05X014150 DNA binding protein, putative 6.727559631 C6_control_B3 +LQ05X014150 DNA binding protein, putative 6.377956426 C6_control_C1 +LQ05X014150 DNA binding protein, putative 7.868811976 C6_control_C2 +LQ05X014150 DNA binding protein, putative 6.195588649 C6_control_C3 +LQ05X014150 DNA binding protein, putative 6.666647724 C6_chemical_A1 +LQ05X014150 DNA binding protein, putative 6.632039335 C6_chemical_A3 +LQ05X014150 DNA binding protein, putative 6.380393972 C6_chemical_B1 +LQ05X014150 DNA binding protein, putative 7.04831624 C6_chemical_B2 +LQ05X014150 DNA binding protein, putative 6.140235326 C6_chemical_B3 +LQ05X014150 DNA binding protein, putative 7.205856753 C6_chemical_C1 +LQ05X014150 DNA binding protein, putative 7.566128217 C6_chemical_C2 +LQ05X014150 DNA binding protein, putative 6.678781275 C6_chemical_C3 +LQ05X014150 DNA binding protein, putative 6.786175665 L4_control_A1 +LQ05X014150 DNA binding protein, putative 7.002140825 L4_control_A2 +LQ05X014150 DNA binding protein, putative 6.146583418 L4_control_A3 +LQ05X014150 DNA binding protein, putative 6.581025454 L4_control_B1 +LQ05X014150 DNA binding protein, putative 6.295207704 L4_control_B2 +LQ05X014150 DNA binding protein, putative 6.694905804 L4_control_B3 +LQ05X014150 DNA binding protein, putative 7.022028051 L4_control_C2 +LQ05X014150 DNA binding protein, putative 6.746499981 L4_control_C3 +LQ05X014150 DNA binding protein, putative 6.724238901 L4_chemical_A1 +LQ05X014150 DNA binding protein, putative 6.756865012 L4_chemical_A2 +LQ05X014150 DNA binding protein, putative 6.25809828 L4_chemical_A3 +LQ05X014150 DNA binding protein, putative 7.585830085 L4_chemical_B1 +LQ05X014150 DNA binding protein, putative 6.716432715 L4_chemical_B2 +LQ05X014150 DNA binding protein, putative 6.897047942 L4_chemical_B3 +LQ05X014150 DNA binding protein, putative 6.786641863 L4_chemical_C2 +LQ05X014150 DNA binding protein, putative 7.083378964 L4_chemical_C3 +LQ05X014210 Hypothetical protein 4.994831533 C6_control_A1 +LQ05X014210 Hypothetical protein 5.508560663 C6_control_A3 +LQ05X014210 Hypothetical protein 4.966347402 C6_control_B1 +LQ05X014210 Hypothetical protein 4.763314956 C6_control_B2 +LQ05X014210 Hypothetical protein 4.799454811 C6_control_B3 +LQ05X014210 Hypothetical protein 4.471351166 C6_control_C1 +LQ05X014210 Hypothetical protein 4.890320605 C6_control_C2 +LQ05X014210 Hypothetical protein 4.787644453 C6_control_C3 +LQ05X014210 Hypothetical protein 5.464704297 C6_chemical_A1 +LQ05X014210 Hypothetical protein 5.26303153 C6_chemical_A3 +LQ05X014210 Hypothetical protein 4.781585256 C6_chemical_B1 +LQ05X014210 Hypothetical protein 4.869849581 C6_chemical_B2 +LQ05X014210 Hypothetical protein 4.943834221 C6_chemical_B3 +LQ05X014210 Hypothetical protein 4.641450263 C6_chemical_C1 +LQ05X014210 Hypothetical protein 5.106565569 C6_chemical_C2 +LQ05X014210 Hypothetical protein 4.761246568 C6_chemical_C3 +LQ05X014210 Hypothetical protein 5.113658578 L4_control_A1 +LQ05X014210 Hypothetical protein 5.382742794 L4_control_A2 +LQ05X014210 Hypothetical protein 5.642620691 L4_control_A3 +LQ05X014210 Hypothetical protein 5.169031672 L4_control_B1 +LQ05X014210 Hypothetical protein 5.601386222 L4_control_B2 +LQ05X014210 Hypothetical protein 4.967426066 L4_control_B3 +LQ05X014210 Hypothetical protein 5.198140408 L4_control_C2 +LQ05X014210 Hypothetical protein 4.907282307 L4_control_C3 +LQ05X014210 Hypothetical protein 4.781802811 L4_chemical_A1 +LQ05X014210 Hypothetical protein 5.157152922 L4_chemical_A2 +LQ05X014210 Hypothetical protein 5.414533966 L4_chemical_A3 +LQ05X014210 Hypothetical protein 4.71806353 L4_chemical_B1 +LQ05X014210 Hypothetical protein 4.901093511 L4_chemical_B2 +LQ05X014210 Hypothetical protein 5.266458433 L4_chemical_B3 +LQ05X014210 Hypothetical protein 5.019694163 L4_chemical_C2 +LQ05X014210 Hypothetical protein 5.026574787 L4_chemical_C3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 8.9428011 C6_control_A1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 7.391387503 C6_control_A3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.708741214 C6_control_B1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 10.46190257 C6_control_B2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.640061765 C6_control_B3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 10.73793016 C6_control_C1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 10.98557679 C6_control_C2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.996613314 C6_control_C3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.916755278 C6_chemical_A1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 8.459122293 C6_chemical_A3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 10.60919268 C6_chemical_B1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 10.7878102 C6_chemical_B2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.837742421 C6_chemical_B3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 11.34890281 C6_chemical_C1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 11.60859528 C6_chemical_C2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 10.49025073 C6_chemical_C3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 8.250545445 L4_control_A1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.184448996 L4_control_A2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 8.560327268 L4_control_A3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.819940475 L4_control_B1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 10.70717918 L4_control_B2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.538952147 L4_control_B3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 11.7805375 L4_control_C2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 11.15376723 L4_control_C3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 8.650512208 L4_chemical_A1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.525340488 L4_chemical_A2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 8.668953425 L4_chemical_A3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.982312233 L4_chemical_B1 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 10.85469149 L4_chemical_B2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 8.930600714 L4_chemical_B3 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 11.76194703 L4_chemical_C2 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 11.01235398 L4_chemical_C3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.91781691 C6_control_A1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.24360318 C6_control_A3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.19123453 C6_control_B1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.68488897 C6_control_B2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.71167513 C6_control_B3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 15.30771235 C6_control_C1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 15.20744055 C6_control_C2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 15.02905793 C6_control_C3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.83946892 C6_chemical_A1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.66983445 C6_chemical_A3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.13235975 C6_chemical_B1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.64940209 C6_chemical_B2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.52121295 C6_chemical_B3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 15.15872743 C6_chemical_C1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 15.1156243 C6_chemical_C2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 15.04650411 C6_chemical_C3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.72918107 L4_control_A1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.74918951 L4_control_A2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.49138543 L4_control_A3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.67005119 L4_control_B1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.22940557 L4_control_B2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.28481475 L4_control_B3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.88672352 L4_control_C2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.82930944 L4_control_C3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.01506223 L4_chemical_A1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.98617831 L4_chemical_A2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.4723257 L4_chemical_A3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.31645543 L4_chemical_B1 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.05224502 L4_chemical_B2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.66260324 L4_chemical_B3 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 13.94952585 L4_chemical_C2 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 14.06336711 L4_chemical_C3 +LQ05X014400 Hypothetical protein 7.728675627 C6_control_A1 +LQ05X014400 Hypothetical protein 6.472773032 C6_control_A3 +LQ05X014400 Hypothetical protein 8.263624152 C6_control_B1 +LQ05X014400 Hypothetical protein 8.889641918 C6_control_B2 +LQ05X014400 Hypothetical protein 9.877197281 C6_control_B3 +LQ05X014400 Hypothetical protein 5.27773077 C6_control_C1 +LQ05X014400 Hypothetical protein 5.406449675 C6_control_C2 +LQ05X014400 Hypothetical protein 6.600960296 C6_control_C3 +LQ05X014400 Hypothetical protein 7.530376796 C6_chemical_A1 +LQ05X014400 Hypothetical protein 7.724541789 C6_chemical_A3 +LQ05X014400 Hypothetical protein 8.173289056 C6_chemical_B1 +LQ05X014400 Hypothetical protein 8.763320299 C6_chemical_B2 +LQ05X014400 Hypothetical protein 8.546770112 C6_chemical_B3 +LQ05X014400 Hypothetical protein 5.809312605 C6_chemical_C1 +LQ05X014400 Hypothetical protein 5.670188895 C6_chemical_C2 +LQ05X014400 Hypothetical protein 6.055043849 C6_chemical_C3 +LQ05X014400 Hypothetical protein 7.816070499 L4_control_A1 +LQ05X014400 Hypothetical protein 8.602075496 L4_control_A2 +LQ05X014400 Hypothetical protein 6.859387974 L4_control_A3 +LQ05X014400 Hypothetical protein 7.566654969 L4_control_B1 +LQ05X014400 Hypothetical protein 7.483990335 L4_control_B2 +LQ05X014400 Hypothetical protein 8.703937823 L4_control_B3 +LQ05X014400 Hypothetical protein 5.602449961 L4_control_C2 +LQ05X014400 Hypothetical protein 6.557546637 L4_control_C3 +LQ05X014400 Hypothetical protein 8.785186777 L4_chemical_A1 +LQ05X014400 Hypothetical protein 8.33154598 L4_chemical_A2 +LQ05X014400 Hypothetical protein 7.212623681 L4_chemical_A3 +LQ05X014400 Hypothetical protein 9.012702479 L4_chemical_B1 +LQ05X014400 Hypothetical protein 8.990327192 L4_chemical_B2 +LQ05X014400 Hypothetical protein 7.875228503 L4_chemical_B3 +LQ05X014400 Hypothetical protein 5.592914241 L4_chemical_C2 +LQ05X014400 Hypothetical protein 5.711008144 L4_chemical_C3 +LQ05X014480 Hypothetical protein 8.457654436 C6_control_A1 +LQ05X014480 Hypothetical protein 6.562356962 C6_control_A3 +LQ05X014480 Hypothetical protein 8.781822537 C6_control_B1 +LQ05X014480 Hypothetical protein 10.42736285 C6_control_B2 +LQ05X014480 Hypothetical protein 9.50863836 C6_control_B3 +LQ05X014480 Hypothetical protein 9.794883061 C6_control_C1 +LQ05X014480 Hypothetical protein 9.856166108 C6_control_C2 +LQ05X014480 Hypothetical protein 10.4963652 C6_control_C3 +LQ05X014480 Hypothetical protein 8.233970082 C6_chemical_A1 +LQ05X014480 Hypothetical protein 7.787969557 C6_chemical_A3 +LQ05X014480 Hypothetical protein 8.644158687 C6_chemical_B1 +LQ05X014480 Hypothetical protein 10.27399262 C6_chemical_B2 +LQ05X014480 Hypothetical protein 8.986306457 C6_chemical_B3 +LQ05X014480 Hypothetical protein 10.11093406 C6_chemical_C1 +LQ05X014480 Hypothetical protein 10.37260027 C6_chemical_C2 +LQ05X014480 Hypothetical protein 10.7405757 C6_chemical_C3 +LQ05X014480 Hypothetical protein 8.940183573 L4_control_A1 +LQ05X014480 Hypothetical protein 9.400330373 L4_control_A2 +LQ05X014480 Hypothetical protein 7.990700222 L4_control_A3 +LQ05X014480 Hypothetical protein 10.34058803 L4_control_B1 +LQ05X014480 Hypothetical protein 9.004326955 L4_control_B2 +LQ05X014480 Hypothetical protein 9.99272259 L4_control_B3 +LQ05X014480 Hypothetical protein 9.039123365 L4_control_C2 +LQ05X014480 Hypothetical protein 9.316247625 L4_control_C3 +LQ05X014480 Hypothetical protein 10.53606248 L4_chemical_A1 +LQ05X014480 Hypothetical protein 10.78619079 L4_chemical_A2 +LQ05X014480 Hypothetical protein 9.847663731 L4_chemical_A3 +LQ05X014480 Hypothetical protein 9.851437522 L4_chemical_B1 +LQ05X014480 Hypothetical protein 9.734898494 L4_chemical_B2 +LQ05X014480 Hypothetical protein 9.6031535 L4_chemical_B3 +LQ05X014480 Hypothetical protein 9.201708164 L4_chemical_C2 +LQ05X014480 Hypothetical protein 9.35170754 L4_chemical_C3 +LQ05X014600 Hypothetical protein 9.913896026 C6_control_A1 +LQ05X014600 Hypothetical protein 8.851248513 C6_control_A3 +LQ05X014600 Hypothetical protein 10.1491528 C6_control_B1 +LQ05X014600 Hypothetical protein 10.96056649 C6_control_B2 +LQ05X014600 Hypothetical protein 10.23733471 C6_control_B3 +LQ05X014600 Hypothetical protein 11.11915772 C6_control_C1 +LQ05X014600 Hypothetical protein 10.8029257 C6_control_C2 +LQ05X014600 Hypothetical protein 11.24607676 C6_control_C3 +LQ05X014600 Hypothetical protein 10.07597627 C6_chemical_A1 +LQ05X014600 Hypothetical protein 9.432318973 C6_chemical_A3 +LQ05X014600 Hypothetical protein 10.16173982 C6_chemical_B1 +LQ05X014600 Hypothetical protein 11.03259351 C6_chemical_B2 +LQ05X014600 Hypothetical protein 9.323735256 C6_chemical_B3 +LQ05X014600 Hypothetical protein 10.98801525 C6_chemical_C1 +LQ05X014600 Hypothetical protein 10.94666468 C6_chemical_C2 +LQ05X014600 Hypothetical protein 11.19739516 C6_chemical_C3 +LQ05X014600 Hypothetical protein 9.896425006 L4_control_A1 +LQ05X014600 Hypothetical protein 10.41773823 L4_control_A2 +LQ05X014600 Hypothetical protein 10.00541509 L4_control_A3 +LQ05X014600 Hypothetical protein 10.62027761 L4_control_B1 +LQ05X014600 Hypothetical protein 10.31313583 L4_control_B2 +LQ05X014600 Hypothetical protein 11.07069538 L4_control_B3 +LQ05X014600 Hypothetical protein 10.62708738 L4_control_C2 +LQ05X014600 Hypothetical protein 9.667662959 L4_control_C3 +LQ05X014600 Hypothetical protein 10.82001879 L4_chemical_A1 +LQ05X014600 Hypothetical protein 11.06279419 L4_chemical_A2 +LQ05X014600 Hypothetical protein 10.18752021 L4_chemical_A3 +LQ05X014600 Hypothetical protein 10.23862019 L4_chemical_B1 +LQ05X014600 Hypothetical protein 10.55348126 L4_chemical_B2 +LQ05X014600 Hypothetical protein 10.28936618 L4_chemical_B3 +LQ05X014600 Hypothetical protein 10.95014444 L4_chemical_C2 +LQ05X014600 Hypothetical protein 10.64690173 L4_chemical_C3 +LQ05X014610 Putative uncharacterized protein 11.90411773 C6_control_A1 +LQ05X014610 Putative uncharacterized protein 12.12797687 C6_control_A3 +LQ05X014610 Putative uncharacterized protein 12.15800168 C6_control_B1 +LQ05X014610 Putative uncharacterized protein 12.09168379 C6_control_B2 +LQ05X014610 Putative uncharacterized protein 12.36573212 C6_control_B3 +LQ05X014610 Putative uncharacterized protein 12.95530204 C6_control_C1 +LQ05X014610 Putative uncharacterized protein 12.93663692 C6_control_C2 +LQ05X014610 Putative uncharacterized protein 12.47153431 C6_control_C3 +LQ05X014610 Putative uncharacterized protein 12.1946201 C6_chemical_A1 +LQ05X014610 Putative uncharacterized protein 12.21903056 C6_chemical_A3 +LQ05X014610 Putative uncharacterized protein 12.3145693 C6_chemical_B1 +LQ05X014610 Putative uncharacterized protein 12.1725633 C6_chemical_B2 +LQ05X014610 Putative uncharacterized protein 12.27587124 C6_chemical_B3 +LQ05X014610 Putative uncharacterized protein 12.9591004 C6_chemical_C1 +LQ05X014610 Putative uncharacterized protein 12.93589545 C6_chemical_C2 +LQ05X014610 Putative uncharacterized protein 12.24270079 C6_chemical_C3 +LQ05X014610 Putative uncharacterized protein 11.76143775 L4_control_A1 +LQ05X014610 Putative uncharacterized protein 11.91179013 L4_control_A2 +LQ05X014610 Putative uncharacterized protein 12.33319265 L4_control_A3 +LQ05X014610 Putative uncharacterized protein 11.8355687 L4_control_B1 +LQ05X014610 Putative uncharacterized protein 12.18911305 L4_control_B2 +LQ05X014610 Putative uncharacterized protein 12.33410192 L4_control_B3 +LQ05X014610 Putative uncharacterized protein 13.02415241 L4_control_C2 +LQ05X014610 Putative uncharacterized protein 12.5087122 L4_control_C3 +LQ05X014610 Putative uncharacterized protein 11.96187297 L4_chemical_A1 +LQ05X014610 Putative uncharacterized protein 11.91787173 L4_chemical_A2 +LQ05X014610 Putative uncharacterized protein 12.12666966 L4_chemical_A3 +LQ05X014610 Putative uncharacterized protein 11.80337562 L4_chemical_B1 +LQ05X014610 Putative uncharacterized protein 11.94382438 L4_chemical_B2 +LQ05X014610 Putative uncharacterized protein 11.64326773 L4_chemical_B3 +LQ05X014610 Putative uncharacterized protein 12.96821491 L4_chemical_C2 +LQ05X014610 Putative uncharacterized protein 12.77909289 L4_chemical_C3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.922817542 C6_control_A1 +LQ05X014650 Putative Origin recognition complex subunit 4 6.043080828 C6_control_A3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.647260873 C6_control_B1 +LQ05X014650 Putative Origin recognition complex subunit 4 5.613403054 C6_control_B2 +LQ05X014650 Putative Origin recognition complex subunit 4 5.490768559 C6_control_B3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.846870009 C6_control_C1 +LQ05X014650 Putative Origin recognition complex subunit 4 6.469817464 C6_control_C2 +LQ05X014650 Putative Origin recognition complex subunit 4 6.022537326 C6_control_C3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.551939907 C6_chemical_A1 +LQ05X014650 Putative Origin recognition complex subunit 4 5.127705405 C6_chemical_A3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.057725834 C6_chemical_B1 +LQ05X014650 Putative Origin recognition complex subunit 4 5.614463163 C6_chemical_B2 +LQ05X014650 Putative Origin recognition complex subunit 4 5.199421201 C6_chemical_B3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.679076215 C6_chemical_C1 +LQ05X014650 Putative Origin recognition complex subunit 4 6.071437992 C6_chemical_C2 +LQ05X014650 Putative Origin recognition complex subunit 4 5.625466209 C6_chemical_C3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.400141554 L4_control_A1 +LQ05X014650 Putative Origin recognition complex subunit 4 5.505187827 L4_control_A2 +LQ05X014650 Putative Origin recognition complex subunit 4 5.010713578 L4_control_A3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.341559138 L4_control_B1 +LQ05X014650 Putative Origin recognition complex subunit 4 5.566338495 L4_control_B2 +LQ05X014650 Putative Origin recognition complex subunit 4 5.238308273 L4_control_B3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.727533835 L4_control_C2 +LQ05X014650 Putative Origin recognition complex subunit 4 6.533037093 L4_control_C3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.467346243 L4_chemical_A1 +LQ05X014650 Putative Origin recognition complex subunit 4 5.599472144 L4_chemical_A2 +LQ05X014650 Putative Origin recognition complex subunit 4 5.003341244 L4_chemical_A3 +LQ05X014650 Putative Origin recognition complex subunit 4 5.971677497 L4_chemical_B1 +LQ05X014650 Putative Origin recognition complex subunit 4 6.212225568 L4_chemical_B2 +LQ05X014650 Putative Origin recognition complex subunit 4 5.291294147 L4_chemical_B3 +LQ05X014650 Putative Origin recognition complex subunit 4 6.596477812 L4_chemical_C2 +LQ05X014650 Putative Origin recognition complex subunit 4 6.06767615 L4_chemical_C3 +LQ05X014680 Expressed protein 4.74460318 C6_control_A1 +LQ05X014680 Expressed protein 5.320134907 C6_control_A3 +LQ05X014680 Expressed protein 5.009288762 C6_control_B1 +LQ05X014680 Expressed protein 4.808184928 C6_control_B2 +LQ05X014680 Expressed protein 4.657474069 C6_control_B3 +LQ05X014680 Expressed protein 4.892533993 C6_control_C1 +LQ05X014680 Expressed protein 4.68082179 C6_control_C2 +LQ05X014680 Expressed protein 4.873686853 C6_control_C3 +LQ05X014680 Expressed protein 4.712227642 C6_chemical_A1 +LQ05X014680 Expressed protein 4.81436726 C6_chemical_A3 +LQ05X014680 Expressed protein 4.728338712 C6_chemical_B1 +LQ05X014680 Expressed protein 4.820981193 C6_chemical_B2 +LQ05X014680 Expressed protein 4.872038818 C6_chemical_B3 +LQ05X014680 Expressed protein 4.781930674 C6_chemical_C1 +LQ05X014680 Expressed protein 4.737031503 C6_chemical_C2 +LQ05X014680 Expressed protein 5.047085239 C6_chemical_C3 +LQ05X014680 Expressed protein 4.806600465 L4_control_A1 +LQ05X014680 Expressed protein 5.174520502 L4_control_A2 +LQ05X014680 Expressed protein 4.888315206 L4_control_A3 +LQ05X014680 Expressed protein 5.03053828 L4_control_B1 +LQ05X014680 Expressed protein 5.05535193 L4_control_B2 +LQ05X014680 Expressed protein 4.990329594 L4_control_B3 +LQ05X014680 Expressed protein 5.819710528 L4_control_C2 +LQ05X014680 Expressed protein 4.660874214 L4_control_C3 +LQ05X014680 Expressed protein 4.845614205 L4_chemical_A1 +LQ05X014680 Expressed protein 4.927663822 L4_chemical_A2 +LQ05X014680 Expressed protein 4.906903501 L4_chemical_A3 +LQ05X014680 Expressed protein 5.012218011 L4_chemical_B1 +LQ05X014680 Expressed protein 4.73689384 L4_chemical_B2 +LQ05X014680 Expressed protein 4.953926148 L4_chemical_B3 +LQ05X014680 Expressed protein 5.364700872 L4_chemical_C2 +LQ05X014680 Expressed protein 4.883433683 L4_chemical_C3 +LQ05X014830 Putative uncharacterized protein 5.816478487 C6_control_A1 +LQ05X014830 Putative uncharacterized protein 5.246186691 C6_control_A3 +LQ05X014830 Putative uncharacterized protein 5.735817696 C6_control_B1 +LQ05X014830 Putative uncharacterized protein 5.497289373 C6_control_B2 +LQ05X014830 Putative uncharacterized protein 5.601266572 C6_control_B3 +LQ05X014830 Putative uncharacterized protein 5.346917325 C6_control_C1 +LQ05X014830 Putative uncharacterized protein 5.26915987 C6_control_C2 +LQ05X014830 Putative uncharacterized protein 5.282275895 C6_control_C3 +LQ05X014830 Putative uncharacterized protein 5.902402383 C6_chemical_A1 +LQ05X014830 Putative uncharacterized protein 5.755765798 C6_chemical_A3 +LQ05X014830 Putative uncharacterized protein 5.461099483 C6_chemical_B1 +LQ05X014830 Putative uncharacterized protein 5.345038672 C6_chemical_B2 +LQ05X014830 Putative uncharacterized protein 5.53521189 C6_chemical_B3 +LQ05X014830 Putative uncharacterized protein 5.182146804 C6_chemical_C1 +LQ05X014830 Putative uncharacterized protein 5.776234195 C6_chemical_C2 +LQ05X014830 Putative uncharacterized protein 5.481271007 C6_chemical_C3 +LQ05X014830 Putative uncharacterized protein 5.424327034 L4_control_A1 +LQ05X014830 Putative uncharacterized protein 5.760987745 L4_control_A2 +LQ05X014830 Putative uncharacterized protein 5.336785152 L4_control_A3 +LQ05X014830 Putative uncharacterized protein 5.706647007 L4_control_B1 +LQ05X014830 Putative uncharacterized protein 5.779052021 L4_control_B2 +LQ05X014830 Putative uncharacterized protein 5.806051779 L4_control_B3 +LQ05X014830 Putative uncharacterized protein 5.76267721 L4_control_C2 +LQ05X014830 Putative uncharacterized protein 5.77087927 L4_control_C3 +LQ05X014830 Putative uncharacterized protein 5.696133048 L4_chemical_A1 +LQ05X014830 Putative uncharacterized protein 5.35753232 L4_chemical_A2 +LQ05X014830 Putative uncharacterized protein 5.107918875 L4_chemical_A3 +LQ05X014830 Putative uncharacterized protein 5.753575725 L4_chemical_B1 +LQ05X014830 Putative uncharacterized protein 5.477334301 L4_chemical_B2 +LQ05X014830 Putative uncharacterized protein 5.550671774 L4_chemical_B3 +LQ05X014830 Putative uncharacterized protein 5.439461633 L4_chemical_C2 +LQ05X014830 Putative uncharacterized protein 5.333746813 L4_chemical_C3 +LQ05X014900 Putative uncharacterized protein 6.759017315 C6_control_A1 +LQ05X014900 Putative uncharacterized protein 5.779141173 C6_control_A3 +LQ05X014900 Putative uncharacterized protein 6.723193576 C6_control_B1 +LQ05X014900 Putative uncharacterized protein 7.1575138 C6_control_B2 +LQ05X014900 Putative uncharacterized protein 6.818196647 C6_control_B3 +LQ05X014900 Putative uncharacterized protein 7.941756045 C6_control_C1 +LQ05X014900 Putative uncharacterized protein 7.994510899 C6_control_C2 +LQ05X014900 Putative uncharacterized protein 8.224160081 C6_control_C3 +LQ05X014900 Putative uncharacterized protein 6.517897885 C6_chemical_A1 +LQ05X014900 Putative uncharacterized protein 6.197583446 C6_chemical_A3 +LQ05X014900 Putative uncharacterized protein 6.443505075 C6_chemical_B1 +LQ05X014900 Putative uncharacterized protein 6.836105593 C6_chemical_B2 +LQ05X014900 Putative uncharacterized protein 7.156154466 C6_chemical_B3 +LQ05X014900 Putative uncharacterized protein 7.909360837 C6_chemical_C1 +LQ05X014900 Putative uncharacterized protein 7.770195783 C6_chemical_C2 +LQ05X014900 Putative uncharacterized protein 8.375563467 C6_chemical_C3 +LQ05X014900 Putative uncharacterized protein 6.574216694 L4_control_A1 +LQ05X014900 Putative uncharacterized protein 6.450981146 L4_control_A2 +LQ05X014900 Putative uncharacterized protein 6.233066556 L4_control_A3 +LQ05X014900 Putative uncharacterized protein 7.241234257 L4_control_B1 +LQ05X014900 Putative uncharacterized protein 7.242969406 L4_control_B2 +LQ05X014900 Putative uncharacterized protein 7.453499446 L4_control_B3 +LQ05X014900 Putative uncharacterized protein 8.358849289 L4_control_C2 +LQ05X014900 Putative uncharacterized protein 7.909575025 L4_control_C3 +LQ05X014900 Putative uncharacterized protein 7.225349636 L4_chemical_A1 +LQ05X014900 Putative uncharacterized protein 7.017426277 L4_chemical_A2 +LQ05X014900 Putative uncharacterized protein 6.816833311 L4_chemical_A3 +LQ05X014900 Putative uncharacterized protein 7.326386795 L4_chemical_B1 +LQ05X014900 Putative uncharacterized protein 7.468596676 L4_chemical_B2 +LQ05X014900 Putative uncharacterized protein 7.088435893 L4_chemical_B3 +LQ05X014900 Putative uncharacterized protein 7.952314379 L4_chemical_C2 +LQ05X014900 Putative uncharacterized protein 7.829966118 L4_chemical_C3 +LQ05X014910 Predicted protein 10.30067473 C6_control_A1 +LQ05X014910 Predicted protein 10.2658778 C6_control_A3 +LQ05X014910 Predicted protein 10.36840601 C6_control_B1 +LQ05X014910 Predicted protein 9.964014173 C6_control_B2 +LQ05X014910 Predicted protein 10.30221082 C6_control_B3 +LQ05X014910 Predicted protein 10.9698045 C6_control_C1 +LQ05X014910 Predicted protein 11.06211869 C6_control_C2 +LQ05X014910 Predicted protein 11.43189208 C6_control_C3 +LQ05X014910 Predicted protein 10.19325636 C6_chemical_A1 +LQ05X014910 Predicted protein 10.23868622 C6_chemical_A3 +LQ05X014910 Predicted protein 10.56848921 C6_chemical_B1 +LQ05X014910 Predicted protein 9.808251308 C6_chemical_B2 +LQ05X014910 Predicted protein 10.36101892 C6_chemical_B3 +LQ05X014910 Predicted protein 10.77086846 C6_chemical_C1 +LQ05X014910 Predicted protein 10.80140067 C6_chemical_C2 +LQ05X014910 Predicted protein 11.17986646 C6_chemical_C3 +LQ05X014910 Predicted protein 10.29894482 L4_control_A1 +LQ05X014910 Predicted protein 10.37048965 L4_control_A2 +LQ05X014910 Predicted protein 10.90117536 L4_control_A3 +LQ05X014910 Predicted protein 10.46716404 L4_control_B1 +LQ05X014910 Predicted protein 10.65229924 L4_control_B2 +LQ05X014910 Predicted protein 10.54983596 L4_control_B3 +LQ05X014910 Predicted protein 11.83061917 L4_control_C2 +LQ05X014910 Predicted protein 11.85263846 L4_control_C3 +LQ05X014910 Predicted protein 10.76184533 L4_chemical_A1 +LQ05X014910 Predicted protein 10.80468105 L4_chemical_A2 +LQ05X014910 Predicted protein 11.15835142 L4_chemical_A3 +LQ05X014910 Predicted protein 10.45909503 L4_chemical_B1 +LQ05X014910 Predicted protein 10.38226399 L4_chemical_B2 +LQ05X014910 Predicted protein 10.42925247 L4_chemical_B3 +LQ05X014910 Predicted protein 11.7910673 L4_chemical_C2 +LQ05X014910 Predicted protein 11.74946493 L4_chemical_C3 +LQ05X014990 Transcription factor BTF3 14.52948834 C6_control_A1 +LQ05X014990 Transcription factor BTF3 14.79976386 C6_control_A3 +LQ05X014990 Transcription factor BTF3 14.24189362 C6_control_B1 +LQ05X014990 Transcription factor BTF3 14.78155935 C6_control_B2 +LQ05X014990 Transcription factor BTF3 14.37468835 C6_control_B3 +LQ05X014990 Transcription factor BTF3 14.26468135 C6_control_C1 +LQ05X014990 Transcription factor BTF3 14.36772184 C6_control_C2 +LQ05X014990 Transcription factor BTF3 14.41727239 C6_control_C3 +LQ05X014990 Transcription factor BTF3 14.3009104 C6_chemical_A1 +LQ05X014990 Transcription factor BTF3 14.32584129 C6_chemical_A3 +LQ05X014990 Transcription factor BTF3 14.09050333 C6_chemical_B1 +LQ05X014990 Transcription factor BTF3 14.31698452 C6_chemical_B2 +LQ05X014990 Transcription factor BTF3 14.09055131 C6_chemical_B3 +LQ05X014990 Transcription factor BTF3 14.16754829 C6_chemical_C1 +LQ05X014990 Transcription factor BTF3 14.31769105 C6_chemical_C2 +LQ05X014990 Transcription factor BTF3 14.04798391 C6_chemical_C3 +LQ05X014990 Transcription factor BTF3 14.64660283 L4_control_A1 +LQ05X014990 Transcription factor BTF3 14.48267701 L4_control_A2 +LQ05X014990 Transcription factor BTF3 14.51078992 L4_control_A3 +LQ05X014990 Transcription factor BTF3 14.17873725 L4_control_B1 +LQ05X014990 Transcription factor BTF3 13.91058054 L4_control_B2 +LQ05X014990 Transcription factor BTF3 14.4508051 L4_control_B3 +LQ05X014990 Transcription factor BTF3 14.21102868 L4_control_C2 +LQ05X014990 Transcription factor BTF3 13.97488737 L4_control_C3 +LQ05X014990 Transcription factor BTF3 14.57327991 L4_chemical_A1 +LQ05X014990 Transcription factor BTF3 14.26317205 L4_chemical_A2 +LQ05X014990 Transcription factor BTF3 14.46969865 L4_chemical_A3 +LQ05X014990 Transcription factor BTF3 14.40631696 L4_chemical_B1 +LQ05X014990 Transcription factor BTF3 14.21813337 L4_chemical_B2 +LQ05X014990 Transcription factor BTF3 14.38460298 L4_chemical_B3 +LQ05X014990 Transcription factor BTF3 14.11470354 L4_chemical_C2 +LQ05X014990 Transcription factor BTF3 14.06832288 L4_chemical_C3 +LQ05X015080 Kinesin heavy chain, putative 7.807083504 C6_control_A1 +LQ05X015080 Kinesin heavy chain, putative 6.665477573 C6_control_A3 +LQ05X015080 Kinesin heavy chain, putative 8.528875592 C6_control_B1 +LQ05X015080 Kinesin heavy chain, putative 8.206987009 C6_control_B2 +LQ05X015080 Kinesin heavy chain, putative 8.113857473 C6_control_B3 +LQ05X015080 Kinesin heavy chain, putative 9.094859949 C6_control_C1 +LQ05X015080 Kinesin heavy chain, putative 9.172774276 C6_control_C2 +LQ05X015080 Kinesin heavy chain, putative 8.406825601 C6_control_C3 +LQ05X015080 Kinesin heavy chain, putative 8.068821213 C6_chemical_A1 +LQ05X015080 Kinesin heavy chain, putative 7.237922457 C6_chemical_A3 +LQ05X015080 Kinesin heavy chain, putative 8.441608033 C6_chemical_B1 +LQ05X015080 Kinesin heavy chain, putative 8.441187489 C6_chemical_B2 +LQ05X015080 Kinesin heavy chain, putative 7.666249201 C6_chemical_B3 +LQ05X015080 Kinesin heavy chain, putative 9.136652063 C6_chemical_C1 +LQ05X015080 Kinesin heavy chain, putative 9.142123349 C6_chemical_C2 +LQ05X015080 Kinesin heavy chain, putative 8.257346824 C6_chemical_C3 +LQ05X015080 Kinesin heavy chain, putative 5.08338244 L4_control_A1 +LQ05X015080 Kinesin heavy chain, putative 5.323870929 L4_control_A2 +LQ05X015080 Kinesin heavy chain, putative 5.392711067 L4_control_A3 +LQ05X015080 Kinesin heavy chain, putative 6.398149961 L4_control_B1 +LQ05X015080 Kinesin heavy chain, putative 5.236759663 L4_control_B2 +LQ05X015080 Kinesin heavy chain, putative 5.48380834 L4_control_B3 +LQ05X015080 Kinesin heavy chain, putative 5.403546844 L4_control_C2 +LQ05X015080 Kinesin heavy chain, putative 5.227736355 L4_control_C3 +LQ05X015080 Kinesin heavy chain, putative 5.43126827 L4_chemical_A1 +LQ05X015080 Kinesin heavy chain, putative 5.36273115 L4_chemical_A2 +LQ05X015080 Kinesin heavy chain, putative 5.78727768 L4_chemical_A3 +LQ05X015080 Kinesin heavy chain, putative 5.539199526 L4_chemical_B1 +LQ05X015080 Kinesin heavy chain, putative 4.925467701 L4_chemical_B2 +LQ05X015080 Kinesin heavy chain, putative 5.051560646 L4_chemical_B3 +LQ05X015080 Kinesin heavy chain, putative 5.087528957 L4_chemical_C2 +LQ05X015080 Kinesin heavy chain, putative 4.777203362 L4_chemical_C3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.4515863 C6_control_A1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 12.77301876 C6_control_A3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.49097596 C6_control_B1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 12.85069487 C6_control_B2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 12.01926682 C6_control_B3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 14.65377424 C6_control_C1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.92465242 C6_control_C2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.81462003 C6_control_C3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.53486073 C6_chemical_A1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.26811132 C6_chemical_A3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 14.13487023 C6_chemical_B1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.63694622 C6_chemical_B2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.4478316 C6_chemical_B3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 14.78855864 C6_chemical_C1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 14.41193113 C6_chemical_C2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 14.92353246 C6_chemical_C3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 12.59267876 L4_control_A1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 11.53482705 L4_control_A2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 11.90177477 L4_control_A3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.20971135 L4_control_B1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 12.80333107 L4_control_B2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 12.76177226 L4_control_B3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.87220544 L4_control_C2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.99237599 L4_control_C3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.9513187 L4_chemical_A1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.77261719 L4_chemical_A2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 12.48674645 L4_chemical_A3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.72899259 L4_chemical_B1 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.6556797 L4_chemical_B2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 12.745701 L4_chemical_B3 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 14.35238689 L4_chemical_C2 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.85736139 L4_chemical_C3 +LQ05X015170 Hypothetical protein 5.295356927 C6_control_A1 +LQ05X015170 Hypothetical protein 5.530990385 C6_control_A3 +LQ05X015170 Hypothetical protein 5.162099792 C6_control_B1 +LQ05X015170 Hypothetical protein 5.237100895 C6_control_B2 +LQ05X015170 Hypothetical protein 5.419638245 C6_control_B3 +LQ05X015170 Hypothetical protein 5.422484578 C6_control_C1 +LQ05X015170 Hypothetical protein 5.037872209 C6_control_C2 +LQ05X015170 Hypothetical protein 4.968838535 C6_control_C3 +LQ05X015170 Hypothetical protein 5.328568025 C6_chemical_A1 +LQ05X015170 Hypothetical protein 5.578516121 C6_chemical_A3 +LQ05X015170 Hypothetical protein 4.918332069 C6_chemical_B1 +LQ05X015170 Hypothetical protein 5.079084023 C6_chemical_B2 +LQ05X015170 Hypothetical protein 5.265080847 C6_chemical_B3 +LQ05X015170 Hypothetical protein 5.058442501 C6_chemical_C1 +LQ05X015170 Hypothetical protein 5.134826046 C6_chemical_C2 +LQ05X015170 Hypothetical protein 4.899535059 C6_chemical_C3 +LQ05X015170 Hypothetical protein 5.312696814 L4_control_A1 +LQ05X015170 Hypothetical protein 5.531203258 L4_control_A2 +LQ05X015170 Hypothetical protein 5.661904382 L4_control_A3 +LQ05X015170 Hypothetical protein 6.103252471 L4_control_B1 +LQ05X015170 Hypothetical protein 5.83703633 L4_control_B2 +LQ05X015170 Hypothetical protein 5.299190209 L4_control_B3 +LQ05X015170 Hypothetical protein 5.082937668 L4_control_C2 +LQ05X015170 Hypothetical protein 5.295815829 L4_control_C3 +LQ05X015170 Hypothetical protein 4.983262614 L4_chemical_A1 +LQ05X015170 Hypothetical protein 5.111966224 L4_chemical_A2 +LQ05X015170 Hypothetical protein 5.684594557 L4_chemical_A3 +LQ05X015170 Hypothetical protein 5.384909829 L4_chemical_B1 +LQ05X015170 Hypothetical protein 5.589411557 L4_chemical_B2 +LQ05X015170 Hypothetical protein 5.11948152 L4_chemical_B3 +LQ05X015170 Hypothetical protein 5.609926399 L4_chemical_C2 +LQ05X015170 Hypothetical protein 5.540863664 L4_chemical_C3 +LQ05X015240 Putative Strictosidine synthase 1 7.116484309 C6_control_A1 +LQ05X015240 Putative Strictosidine synthase 1 7.056453164 C6_control_A3 +LQ05X015240 Putative Strictosidine synthase 1 7.155178957 C6_control_B1 +LQ05X015240 Putative Strictosidine synthase 1 6.579810736 C6_control_B2 +LQ05X015240 Putative Strictosidine synthase 1 6.683705661 C6_control_B3 +LQ05X015240 Putative Strictosidine synthase 1 6.306832362 C6_control_C1 +LQ05X015240 Putative Strictosidine synthase 1 6.130719331 C6_control_C2 +LQ05X015240 Putative Strictosidine synthase 1 5.65930758 C6_control_C3 +LQ05X015240 Putative Strictosidine synthase 1 6.679429255 C6_chemical_A1 +LQ05X015240 Putative Strictosidine synthase 1 6.704176019 C6_chemical_A3 +LQ05X015240 Putative Strictosidine synthase 1 7.023274237 C6_chemical_B1 +LQ05X015240 Putative Strictosidine synthase 1 6.267632459 C6_chemical_B2 +LQ05X015240 Putative Strictosidine synthase 1 6.379108121 C6_chemical_B3 +LQ05X015240 Putative Strictosidine synthase 1 6.723051098 C6_chemical_C1 +LQ05X015240 Putative Strictosidine synthase 1 6.248462977 C6_chemical_C2 +LQ05X015240 Putative Strictosidine synthase 1 6.430427625 C6_chemical_C3 +LQ05X015240 Putative Strictosidine synthase 1 6.405141151 L4_control_A1 +LQ05X015240 Putative Strictosidine synthase 1 7.027567484 L4_control_A2 +LQ05X015240 Putative Strictosidine synthase 1 5.900414544 L4_control_A3 +LQ05X015240 Putative Strictosidine synthase 1 6.841808621 L4_control_B1 +LQ05X015240 Putative Strictosidine synthase 1 6.061159675 L4_control_B2 +LQ05X015240 Putative Strictosidine synthase 1 6.775330099 L4_control_B3 +LQ05X015240 Putative Strictosidine synthase 1 5.486571875 L4_control_C2 +LQ05X015240 Putative Strictosidine synthase 1 6.127623023 L4_control_C3 +LQ05X015240 Putative Strictosidine synthase 1 6.403538189 L4_chemical_A1 +LQ05X015240 Putative Strictosidine synthase 1 6.785634526 L4_chemical_A2 +LQ05X015240 Putative Strictosidine synthase 1 6.184135861 L4_chemical_A3 +LQ05X015240 Putative Strictosidine synthase 1 6.287484466 L4_chemical_B1 +LQ05X015240 Putative Strictosidine synthase 1 6.997350212 L4_chemical_B2 +LQ05X015240 Putative Strictosidine synthase 1 6.656017395 L4_chemical_B3 +LQ05X015240 Putative Strictosidine synthase 1 6.715257891 L4_chemical_C2 +LQ05X015240 Putative Strictosidine synthase 1 7.021960533 L4_chemical_C3 +LQ05X015250 Hypothetical protein 5.156829122 C6_control_A1 +LQ05X015250 Hypothetical protein 4.934224292 C6_control_A3 +LQ05X015250 Hypothetical protein 4.86855848 C6_control_B1 +LQ05X015250 Hypothetical protein 4.950579692 C6_control_B2 +LQ05X015250 Hypothetical protein 5.429388531 C6_control_B3 +LQ05X015250 Hypothetical protein 4.959018445 C6_control_C1 +LQ05X015250 Hypothetical protein 4.891369725 C6_control_C2 +LQ05X015250 Hypothetical protein 5.131812531 C6_control_C3 +LQ05X015250 Hypothetical protein 5.010336217 C6_chemical_A1 +LQ05X015250 Hypothetical protein 4.826676684 C6_chemical_A3 +LQ05X015250 Hypothetical protein 5.332073247 C6_chemical_B1 +LQ05X015250 Hypothetical protein 4.981026009 C6_chemical_B2 +LQ05X015250 Hypothetical protein 4.987016685 C6_chemical_B3 +LQ05X015250 Hypothetical protein 4.931144207 C6_chemical_C1 +LQ05X015250 Hypothetical protein 5.325417691 C6_chemical_C2 +LQ05X015250 Hypothetical protein 5.277449542 C6_chemical_C3 +LQ05X015250 Hypothetical protein 5.337176043 L4_control_A1 +LQ05X015250 Hypothetical protein 5.240404915 L4_control_A2 +LQ05X015250 Hypothetical protein 5.142307546 L4_control_A3 +LQ05X015250 Hypothetical protein 5.501334815 L4_control_B1 +LQ05X015250 Hypothetical protein 5.963604606 L4_control_B2 +LQ05X015250 Hypothetical protein 5.038871254 L4_control_B3 +LQ05X015250 Hypothetical protein 6.272286605 L4_control_C2 +LQ05X015250 Hypothetical protein 5.760298754 L4_control_C3 +LQ05X015250 Hypothetical protein 5.186582183 L4_chemical_A1 +LQ05X015250 Hypothetical protein 4.976456639 L4_chemical_A2 +LQ05X015250 Hypothetical protein 5.34875343 L4_chemical_A3 +LQ05X015250 Hypothetical protein 5.534165604 L4_chemical_B1 +LQ05X015250 Hypothetical protein 6.119248606 L4_chemical_B2 +LQ05X015250 Hypothetical protein 4.837868361 L4_chemical_B3 +LQ05X015250 Hypothetical protein 5.512816586 L4_chemical_C2 +LQ05X015250 Hypothetical protein 6.210031441 L4_chemical_C3 +LQ05X015330 Putative uncharacterized protein 12.11356448 C6_control_A1 +LQ05X015330 Putative uncharacterized protein 11.73292372 C6_control_A3 +LQ05X015330 Putative uncharacterized protein 12.12815157 C6_control_B1 +LQ05X015330 Putative uncharacterized protein 11.93450942 C6_control_B2 +LQ05X015330 Putative uncharacterized protein 12.18310883 C6_control_B3 +LQ05X015330 Putative uncharacterized protein 12.44587123 C6_control_C1 +LQ05X015330 Putative uncharacterized protein 12.36865188 C6_control_C2 +LQ05X015330 Putative uncharacterized protein 12.40496903 C6_control_C3 +LQ05X015330 Putative uncharacterized protein 12.38885908 C6_chemical_A1 +LQ05X015330 Putative uncharacterized protein 11.93895873 C6_chemical_A3 +LQ05X015330 Putative uncharacterized protein 12.474269 C6_chemical_B1 +LQ05X015330 Putative uncharacterized protein 12.23232233 C6_chemical_B2 +LQ05X015330 Putative uncharacterized protein 12.28729585 C6_chemical_B3 +LQ05X015330 Putative uncharacterized protein 12.74286134 C6_chemical_C1 +LQ05X015330 Putative uncharacterized protein 12.45711959 C6_chemical_C2 +LQ05X015330 Putative uncharacterized protein 12.71578964 C6_chemical_C3 +LQ05X015330 Putative uncharacterized protein 12.35458918 L4_control_A1 +LQ05X015330 Putative uncharacterized protein 12.45252702 L4_control_A2 +LQ05X015330 Putative uncharacterized protein 12.10851058 L4_control_A3 +LQ05X015330 Putative uncharacterized protein 12.61912489 L4_control_B1 +LQ05X015330 Putative uncharacterized protein 12.15318068 L4_control_B2 +LQ05X015330 Putative uncharacterized protein 12.46444855 L4_control_B3 +LQ05X015330 Putative uncharacterized protein 13.1424111 L4_control_C2 +LQ05X015330 Putative uncharacterized protein 12.8108324 L4_control_C3 +LQ05X015330 Putative uncharacterized protein 12.93200007 L4_chemical_A1 +LQ05X015330 Putative uncharacterized protein 12.66219665 L4_chemical_A2 +LQ05X015330 Putative uncharacterized protein 12.45432887 L4_chemical_A3 +LQ05X015330 Putative uncharacterized protein 12.45387755 L4_chemical_B1 +LQ05X015330 Putative uncharacterized protein 12.27200647 L4_chemical_B2 +LQ05X015330 Putative uncharacterized protein 12.1441869 L4_chemical_B3 +LQ05X015330 Putative uncharacterized protein 13.11786814 L4_chemical_C2 +LQ05X015330 Putative uncharacterized protein 12.55708131 L4_chemical_C3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.46416671 C6_control_A1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.67310047 C6_control_A3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.17668031 C6_control_B1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.83468938 C6_control_B2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.27064728 C6_control_B3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.72573903 C6_control_C1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.46626839 C6_control_C2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.6098699 C6_control_C3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.3583156 C6_chemical_A1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.76271703 C6_chemical_A3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.83247719 C6_chemical_B1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.53999443 C6_chemical_B2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.00162618 C6_chemical_B3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.78658561 C6_chemical_C1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.46732383 C6_chemical_C2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.12361369 C6_chemical_C3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 13.14091313 L4_control_A1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.24795649 L4_control_A2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.91260095 L4_control_A3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.65724991 L4_control_B1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.26446468 L4_control_B2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.21395242 L4_control_B3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.39648065 L4_control_C2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.20832066 L4_control_C3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.92760452 L4_chemical_A1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.08062475 L4_chemical_A2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.63154553 L4_chemical_A3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.95441185 L4_chemical_B1 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.98412422 L4_chemical_B2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.08390896 L4_chemical_B3 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.73896432 L4_chemical_C2 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 11.44000349 L4_chemical_C3 +LQ05X015350 Putative Tubulin-specific chaperone B 12.2933809 C6_control_A1 +LQ05X015350 Putative Tubulin-specific chaperone B 12.61320954 C6_control_A3 +LQ05X015350 Putative Tubulin-specific chaperone B 12.056047 C6_control_B1 +LQ05X015350 Putative Tubulin-specific chaperone B 11.83508773 C6_control_B2 +LQ05X015350 Putative Tubulin-specific chaperone B 12.05815567 C6_control_B3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.43940677 C6_control_C1 +LQ05X015350 Putative Tubulin-specific chaperone B 11.66765543 C6_control_C2 +LQ05X015350 Putative Tubulin-specific chaperone B 11.45954235 C6_control_C3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.95242262 C6_chemical_A1 +LQ05X015350 Putative Tubulin-specific chaperone B 12.18166263 C6_chemical_A3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.88936802 C6_chemical_B1 +LQ05X015350 Putative Tubulin-specific chaperone B 11.71541945 C6_chemical_B2 +LQ05X015350 Putative Tubulin-specific chaperone B 11.77139001 C6_chemical_B3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.33105102 C6_chemical_C1 +LQ05X015350 Putative Tubulin-specific chaperone B 11.23816264 C6_chemical_C2 +LQ05X015350 Putative Tubulin-specific chaperone B 11.19001031 C6_chemical_C3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.88316764 L4_control_A1 +LQ05X015350 Putative Tubulin-specific chaperone B 11.09921345 L4_control_A2 +LQ05X015350 Putative Tubulin-specific chaperone B 11.97102915 L4_control_A3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.24128751 L4_control_B1 +LQ05X015350 Putative Tubulin-specific chaperone B 11.31307445 L4_control_B2 +LQ05X015350 Putative Tubulin-specific chaperone B 11.08898591 L4_control_B3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.35346782 L4_control_C2 +LQ05X015350 Putative Tubulin-specific chaperone B 10.59398717 L4_control_C3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.33546084 L4_chemical_A1 +LQ05X015350 Putative Tubulin-specific chaperone B 10.84951832 L4_chemical_A2 +LQ05X015350 Putative Tubulin-specific chaperone B 11.97112707 L4_chemical_A3 +LQ05X015350 Putative Tubulin-specific chaperone B 11.56811171 L4_chemical_B1 +LQ05X015350 Putative Tubulin-specific chaperone B 11.09028053 L4_chemical_B2 +LQ05X015350 Putative Tubulin-specific chaperone B 11.36998659 L4_chemical_B3 +LQ05X015350 Putative Tubulin-specific chaperone B 10.97274994 L4_chemical_C2 +LQ05X015350 Putative Tubulin-specific chaperone B 10.91256017 L4_chemical_C3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 13.72600451 C6_control_A1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 13.50250234 C6_control_A3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.66964803 C6_control_B1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.02408358 C6_control_B2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.63180238 C6_control_B3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.17042072 C6_control_C1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.85666159 C6_control_C2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.97669691 C6_control_C3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 13.7322304 C6_chemical_A1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 13.916244 C6_chemical_A3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.33692271 C6_chemical_B1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.54910514 C6_chemical_B2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.60504374 C6_chemical_B3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.13085517 C6_chemical_C1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.67466046 C6_chemical_C2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.14220034 C6_chemical_C3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 14.12122736 L4_control_A1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 13.07111799 L4_control_A2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.92060601 L4_control_A3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 10.8644263 L4_control_B1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.6877057 L4_control_B2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.13704228 L4_control_B3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 10.96663927 L4_control_C2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.03141642 L4_control_C3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.96042659 L4_chemical_A1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.22005832 L4_chemical_A2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 13.51418841 L4_chemical_A3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 12.06878457 L4_chemical_B1 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.56929053 L4_chemical_B2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.64288756 L4_chemical_B3 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 10.98141223 L4_chemical_C2 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 11.35054691 L4_chemical_C3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.26023036 C6_control_A1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.72557892 C6_control_A3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.20310288 C6_control_B1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.80160796 C6_control_B2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.26303364 C6_control_B3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.4350192 C6_control_C1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.6193551 C6_control_C2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.89789813 C6_control_C3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.61254777 C6_chemical_A1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.48502862 C6_chemical_A3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.63213165 C6_chemical_B1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 14.12037837 C6_chemical_B2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.46955697 C6_chemical_B3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.83488645 C6_chemical_C1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.7960086 C6_chemical_C2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.96222884 C6_chemical_C3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.43187441 L4_control_A1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 12.5786418 L4_control_A2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 12.67867229 L4_control_A3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 12.76518377 L4_control_B1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 12.15995828 L4_control_B2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.06678438 L4_control_B3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.27524576 L4_control_C2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.21680145 L4_control_C3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.35668628 L4_chemical_A1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 12.4512768 L4_chemical_A2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 12.67426566 L4_chemical_A3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 12.98310774 L4_chemical_B1 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 12.46912091 L4_chemical_B2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.09439268 L4_chemical_B3 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.23519704 L4_chemical_C2 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.05399554 L4_chemical_C3 +LQ05X015450 Putative methyltransferase DDBG0268948 9.00308898 C6_control_A1 +LQ05X015450 Putative methyltransferase DDBG0268948 9.061662039 C6_control_A3 +LQ05X015450 Putative methyltransferase DDBG0268948 8.285328123 C6_control_B1 +LQ05X015450 Putative methyltransferase DDBG0268948 8.61423427 C6_control_B2 +LQ05X015450 Putative methyltransferase DDBG0268948 8.294410926 C6_control_B3 +LQ05X015450 Putative methyltransferase DDBG0268948 9.531908 C6_control_C1 +LQ05X015450 Putative methyltransferase DDBG0268948 9.298670172 C6_control_C2 +LQ05X015450 Putative methyltransferase DDBG0268948 9.524121807 C6_control_C3 +LQ05X015450 Putative methyltransferase DDBG0268948 9.125613314 C6_chemical_A1 +LQ05X015450 Putative methyltransferase DDBG0268948 9.041311405 C6_chemical_A3 +LQ05X015450 Putative methyltransferase DDBG0268948 8.571970658 C6_chemical_B1 +LQ05X015450 Putative methyltransferase DDBG0268948 8.730372183 C6_chemical_B2 +LQ05X015450 Putative methyltransferase DDBG0268948 8.386647375 C6_chemical_B3 +LQ05X015450 Putative methyltransferase DDBG0268948 9.266780964 C6_chemical_C1 +LQ05X015450 Putative methyltransferase DDBG0268948 9.171829895 C6_chemical_C2 +LQ05X015450 Putative methyltransferase DDBG0268948 9.528900951 C6_chemical_C3 +LQ05X015450 Putative methyltransferase DDBG0268948 8.504459126 L4_control_A1 +LQ05X015450 Putative methyltransferase DDBG0268948 8.897278754 L4_control_A2 +LQ05X015450 Putative methyltransferase DDBG0268948 9.189438278 L4_control_A3 +LQ05X015450 Putative methyltransferase DDBG0268948 7.187749155 L4_control_B1 +LQ05X015450 Putative methyltransferase DDBG0268948 6.928462571 L4_control_B2 +LQ05X015450 Putative methyltransferase DDBG0268948 6.956224998 L4_control_B3 +LQ05X015450 Putative methyltransferase DDBG0268948 8.989393747 L4_control_C2 +LQ05X015450 Putative methyltransferase DDBG0268948 7.373628171 L4_control_C3 +LQ05X015450 Putative methyltransferase DDBG0268948 8.968309592 L4_chemical_A1 +LQ05X015450 Putative methyltransferase DDBG0268948 9.561226213 L4_chemical_A2 +LQ05X015450 Putative methyltransferase DDBG0268948 8.851309456 L4_chemical_A3 +LQ05X015450 Putative methyltransferase DDBG0268948 8.450890144 L4_chemical_B1 +LQ05X015450 Putative methyltransferase DDBG0268948 7.840344683 L4_chemical_B2 +LQ05X015450 Putative methyltransferase DDBG0268948 7.715992726 L4_chemical_B3 +LQ05X015450 Putative methyltransferase DDBG0268948 8.311138039 L4_chemical_C2 +LQ05X015450 Putative methyltransferase DDBG0268948 7.050193144 L4_chemical_C3 +LQ05X015480 Putative uncharacterized protein 5.530115119 C6_control_A1 +LQ05X015480 Putative uncharacterized protein 4.703813913 C6_control_A3 +LQ05X015480 Putative uncharacterized protein 5.293613834 C6_control_B1 +LQ05X015480 Putative uncharacterized protein 5.083068424 C6_control_B2 +LQ05X015480 Putative uncharacterized protein 5.107505434 C6_control_B3 +LQ05X015480 Putative uncharacterized protein 4.762874874 C6_control_C1 +LQ05X015480 Putative uncharacterized protein 4.643572298 C6_control_C2 +LQ05X015480 Putative uncharacterized protein 4.708441308 C6_control_C3 +LQ05X015480 Putative uncharacterized protein 5.981263033 C6_chemical_A1 +LQ05X015480 Putative uncharacterized protein 4.906599991 C6_chemical_A3 +LQ05X015480 Putative uncharacterized protein 5.113945521 C6_chemical_B1 +LQ05X015480 Putative uncharacterized protein 4.815671307 C6_chemical_B2 +LQ05X015480 Putative uncharacterized protein 5.224893366 C6_chemical_B3 +LQ05X015480 Putative uncharacterized protein 5.128679937 C6_chemical_C1 +LQ05X015480 Putative uncharacterized protein 5.253048982 C6_chemical_C2 +LQ05X015480 Putative uncharacterized protein 5.066161095 C6_chemical_C3 +LQ05X015480 Putative uncharacterized protein 5.078896024 L4_control_A1 +LQ05X015480 Putative uncharacterized protein 5.819413749 L4_control_A2 +LQ05X015480 Putative uncharacterized protein 4.686797864 L4_control_A3 +LQ05X015480 Putative uncharacterized protein 5.322072193 L4_control_B1 +LQ05X015480 Putative uncharacterized protein 5.321188151 L4_control_B2 +LQ05X015480 Putative uncharacterized protein 5.088139585 L4_control_B3 +LQ05X015480 Putative uncharacterized protein 5.145494675 L4_control_C2 +LQ05X015480 Putative uncharacterized protein 5.043308241 L4_control_C3 +LQ05X015480 Putative uncharacterized protein 5.651972883 L4_chemical_A1 +LQ05X015480 Putative uncharacterized protein 5.372966072 L4_chemical_A2 +LQ05X015480 Putative uncharacterized protein 4.903172996 L4_chemical_A3 +LQ05X015480 Putative uncharacterized protein 4.901237378 L4_chemical_B1 +LQ05X015480 Putative uncharacterized protein 5.245148825 L4_chemical_B2 +LQ05X015480 Putative uncharacterized protein 5.002313898 L4_chemical_B3 +LQ05X015480 Putative uncharacterized protein 5.570021541 L4_chemical_C2 +LQ05X015480 Putative uncharacterized protein 5.23773031 L4_chemical_C3 +LQ05X015530 Putative uncharacterized protein 13.38094913 C6_control_A1 +LQ05X015530 Putative uncharacterized protein 13.49291297 C6_control_A3 +LQ05X015530 Putative uncharacterized protein 13.19120127 C6_control_B1 +LQ05X015530 Putative uncharacterized protein 13.78387473 C6_control_B2 +LQ05X015530 Putative uncharacterized protein 13.39745734 C6_control_B3 +LQ05X015530 Putative uncharacterized protein 13.88875033 C6_control_C1 +LQ05X015530 Putative uncharacterized protein 13.98628673 C6_control_C2 +LQ05X015530 Putative uncharacterized protein 14.1738467 C6_control_C3 +LQ05X015530 Putative uncharacterized protein 13.568517 C6_chemical_A1 +LQ05X015530 Putative uncharacterized protein 13.20646535 C6_chemical_A3 +LQ05X015530 Putative uncharacterized protein 13.36366812 C6_chemical_B1 +LQ05X015530 Putative uncharacterized protein 14.0065825 C6_chemical_B2 +LQ05X015530 Putative uncharacterized protein 13.34433785 C6_chemical_B3 +LQ05X015530 Putative uncharacterized protein 13.81915691 C6_chemical_C1 +LQ05X015530 Putative uncharacterized protein 14.15597636 C6_chemical_C2 +LQ05X015530 Putative uncharacterized protein 14.15507092 C6_chemical_C3 +LQ05X015530 Putative uncharacterized protein 13.1871724 L4_control_A1 +LQ05X015530 Putative uncharacterized protein 13.28353254 L4_control_A2 +LQ05X015530 Putative uncharacterized protein 13.40047361 L4_control_A3 +LQ05X015530 Putative uncharacterized protein 13.25074453 L4_control_B1 +LQ05X015530 Putative uncharacterized protein 13.47355454 L4_control_B2 +LQ05X015530 Putative uncharacterized protein 13.47907925 L4_control_B3 +LQ05X015530 Putative uncharacterized protein 13.85010699 L4_control_C2 +LQ05X015530 Putative uncharacterized protein 13.49118458 L4_control_C3 +LQ05X015530 Putative uncharacterized protein 13.75238503 L4_chemical_A1 +LQ05X015530 Putative uncharacterized protein 13.61941476 L4_chemical_A2 +LQ05X015530 Putative uncharacterized protein 13.2687466 L4_chemical_A3 +LQ05X015530 Putative uncharacterized protein 13.17173415 L4_chemical_B1 +LQ05X015530 Putative uncharacterized protein 13.7555705 L4_chemical_B2 +LQ05X015530 Putative uncharacterized protein 13.17589161 L4_chemical_B3 +LQ05X015530 Putative uncharacterized protein 13.82912418 L4_chemical_C2 +LQ05X015530 Putative uncharacterized protein 13.61846931 L4_chemical_C3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.030246832 C6_control_A1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.047208775 C6_control_A3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.157685076 C6_control_B1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.693605904 C6_control_B2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.841215035 C6_control_B3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.700005964 C6_control_C1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.557032173 C6_control_C2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.572677328 C6_control_C3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.393803 C6_chemical_A1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.906038586 C6_chemical_A3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.352823312 C6_chemical_B1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.019648997 C6_chemical_B2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.454782842 C6_chemical_B3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.026977235 C6_chemical_C1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.879982982 C6_chemical_C2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.679688184 C6_chemical_C3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.759314969 L4_control_A1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.312509465 L4_control_A2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.82013134 L4_control_A3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.484803503 L4_control_B1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.582238962 L4_control_B2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.683226713 L4_control_B3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.396277628 L4_control_C2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.701968207 L4_control_C3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.839786292 L4_chemical_A1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.609245712 L4_chemical_A2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.049006077 L4_chemical_A3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.126812514 L4_chemical_B1 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.458935154 L4_chemical_B2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.969378429 L4_chemical_B3 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.956948587 L4_chemical_C2 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 6.131391636 L4_chemical_C3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.635932131 C6_control_A1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.362855052 C6_control_A3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.651327413 C6_control_B1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.720168254 C6_control_B2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.581480891 C6_control_B3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.439418317 C6_control_C1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.288329097 C6_control_C2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.201952923 C6_control_C3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.221466086 C6_chemical_A1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.473772667 C6_chemical_A3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.983510447 C6_chemical_B1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.676678221 C6_chemical_B2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.334874162 C6_chemical_B3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.508660607 C6_chemical_C1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.672672964 C6_chemical_C2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.632331096 C6_chemical_C3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.410148925 L4_control_A1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.747562065 L4_control_A2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.457296752 L4_control_A3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.590386591 L4_control_B1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.716080707 L4_control_B2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.709615701 L4_control_B3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.747435907 L4_control_C2 +LQ05X015580 Ubiquitin carrier protein E2 22 6.221703988 L4_control_C3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.872397205 L4_chemical_A1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.378183252 L4_chemical_A2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.395467386 L4_chemical_A3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.383011273 L4_chemical_B1 +LQ05X015580 Ubiquitin carrier protein E2 22 5.132650367 L4_chemical_B2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.614546323 L4_chemical_B3 +LQ05X015580 Ubiquitin carrier protein E2 22 5.21445484 L4_chemical_C2 +LQ05X015580 Ubiquitin carrier protein E2 22 5.40306525 L4_chemical_C3 +LQ05X015620 Putative uncharacterized protein 10.12541808 C6_control_A1 +LQ05X015620 Putative uncharacterized protein 9.896326182 C6_control_A3 +LQ05X015620 Putative uncharacterized protein 8.119137715 C6_control_B1 +LQ05X015620 Putative uncharacterized protein 6.566934967 C6_control_B2 +LQ05X015620 Putative uncharacterized protein 5.903860646 C6_control_B3 +LQ05X015620 Putative uncharacterized protein 5.776556866 C6_control_C1 +LQ05X015620 Putative uncharacterized protein 5.133778929 C6_control_C2 +LQ05X015620 Putative uncharacterized protein 5.546142198 C6_control_C3 +LQ05X015620 Putative uncharacterized protein 10.21672942 C6_chemical_A1 +LQ05X015620 Putative uncharacterized protein 9.671082744 C6_chemical_A3 +LQ05X015620 Putative uncharacterized protein 7.002824602 C6_chemical_B1 +LQ05X015620 Putative uncharacterized protein 6.01005873 C6_chemical_B2 +LQ05X015620 Putative uncharacterized protein 5.845973361 C6_chemical_B3 +LQ05X015620 Putative uncharacterized protein 6.62207051 C6_chemical_C1 +LQ05X015620 Putative uncharacterized protein 5.018715019 C6_chemical_C2 +LQ05X015620 Putative uncharacterized protein 5.429066704 C6_chemical_C3 +LQ05X015620 Putative uncharacterized protein 9.100767315 L4_control_A1 +LQ05X015620 Putative uncharacterized protein 8.673589242 L4_control_A2 +LQ05X015620 Putative uncharacterized protein 6.596427421 L4_control_A3 +LQ05X015620 Putative uncharacterized protein 5.493696667 L4_control_B1 +LQ05X015620 Putative uncharacterized protein 5.938581287 L4_control_B2 +LQ05X015620 Putative uncharacterized protein 5.22871848 L4_control_B3 +LQ05X015620 Putative uncharacterized protein 4.894797043 L4_control_C2 +LQ05X015620 Putative uncharacterized protein 5.469735962 L4_control_C3 +LQ05X015620 Putative uncharacterized protein 9.097754489 L4_chemical_A1 +LQ05X015620 Putative uncharacterized protein 7.74810571 L4_chemical_A2 +LQ05X015620 Putative uncharacterized protein 8.299217797 L4_chemical_A3 +LQ05X015620 Putative uncharacterized protein 6.487372028 L4_chemical_B1 +LQ05X015620 Putative uncharacterized protein 6.155773545 L4_chemical_B2 +LQ05X015620 Putative uncharacterized protein 7.49754792 L4_chemical_B3 +LQ05X015620 Putative uncharacterized protein 4.929889822 L4_chemical_C2 +LQ05X015620 Putative uncharacterized protein 6.284390715 L4_chemical_C3 +LQ05X015630 Predicted protein (Fragment) 5.715948455 C6_control_A1 +LQ05X015630 Predicted protein (Fragment) 5.780534699 C6_control_A3 +LQ05X015630 Predicted protein (Fragment) 5.334582174 C6_control_B1 +LQ05X015630 Predicted protein (Fragment) 5.56925893 C6_control_B2 +LQ05X015630 Predicted protein (Fragment) 5.206254693 C6_control_B3 +LQ05X015630 Predicted protein (Fragment) 5.6424793 C6_control_C1 +LQ05X015630 Predicted protein (Fragment) 5.190108223 C6_control_C2 +LQ05X015630 Predicted protein (Fragment) 5.856523755 C6_control_C3 +LQ05X015630 Predicted protein (Fragment) 5.763609179 C6_chemical_A1 +LQ05X015630 Predicted protein (Fragment) 5.858069921 C6_chemical_A3 +LQ05X015630 Predicted protein (Fragment) 5.307390665 C6_chemical_B1 +LQ05X015630 Predicted protein (Fragment) 5.495226795 C6_chemical_B2 +LQ05X015630 Predicted protein (Fragment) 5.479135336 C6_chemical_B3 +LQ05X015630 Predicted protein (Fragment) 5.794733913 C6_chemical_C1 +LQ05X015630 Predicted protein (Fragment) 5.533207444 C6_chemical_C2 +LQ05X015630 Predicted protein (Fragment) 5.877057171 C6_chemical_C3 +LQ05X015630 Predicted protein (Fragment) 6.005279733 L4_control_A1 +LQ05X015630 Predicted protein (Fragment) 6.342541521 L4_control_A2 +LQ05X015630 Predicted protein (Fragment) 6.056866324 L4_control_A3 +LQ05X015630 Predicted protein (Fragment) 5.611835291 L4_control_B1 +LQ05X015630 Predicted protein (Fragment) 5.45015028 L4_control_B2 +LQ05X015630 Predicted protein (Fragment) 5.797696296 L4_control_B3 +LQ05X015630 Predicted protein (Fragment) 5.132374724 L4_control_C2 +LQ05X015630 Predicted protein (Fragment) 5.36999645 L4_control_C3 +LQ05X015630 Predicted protein (Fragment) 5.960479764 L4_chemical_A1 +LQ05X015630 Predicted protein (Fragment) 6.105681647 L4_chemical_A2 +LQ05X015630 Predicted protein (Fragment) 6.045122788 L4_chemical_A3 +LQ05X015630 Predicted protein (Fragment) 5.230830425 L4_chemical_B1 +LQ05X015630 Predicted protein (Fragment) 5.266284507 L4_chemical_B2 +LQ05X015630 Predicted protein (Fragment) 5.452998695 L4_chemical_B3 +LQ05X015630 Predicted protein (Fragment) 5.338273976 L4_chemical_C2 +LQ05X015630 Predicted protein (Fragment) 5.525584727 L4_chemical_C3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.306362598 C6_control_A1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 4.883101348 C6_control_A3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.134220276 C6_control_B1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.095271913 C6_control_B2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.898044126 C6_control_B3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 4.954696137 C6_control_C1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.117794374 C6_control_C2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 4.915667178 C6_control_C3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.016992101 C6_chemical_A1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.032308828 C6_chemical_A3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.551360038 C6_chemical_B1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 4.950466214 C6_chemical_B2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.282046876 C6_chemical_B3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.137209228 C6_chemical_C1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.032206235 C6_chemical_C2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.068278215 C6_chemical_C3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.452826494 L4_control_A1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.706174276 L4_control_A2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.104198725 L4_control_A3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 6.202893722 L4_control_B1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.610626559 L4_control_B2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.557319065 L4_control_B3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 6.358941178 L4_control_C2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.102875985 L4_control_C3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.185927367 L4_chemical_A1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.653816667 L4_chemical_A2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.245474328 L4_chemical_A3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.211137744 L4_chemical_B1 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.484222037 L4_chemical_B2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.308651548 L4_chemical_B3 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.250713986 L4_chemical_C2 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.259775398 L4_chemical_C3 +LQ05X015710 Predicted protein 10.61931574 C6_control_A1 +LQ05X015710 Predicted protein 11.31807563 C6_control_A3 +LQ05X015710 Predicted protein 11.492417 C6_control_B1 +LQ05X015710 Predicted protein 11.51124735 C6_control_B2 +LQ05X015710 Predicted protein 11.92447224 C6_control_B3 +LQ05X015710 Predicted protein 10.71779508 C6_control_C1 +LQ05X015710 Predicted protein 10.78637447 C6_control_C2 +LQ05X015710 Predicted protein 11.20308162 C6_control_C3 +LQ05X015710 Predicted protein 10.43646291 C6_chemical_A1 +LQ05X015710 Predicted protein 11.42180458 C6_chemical_A3 +LQ05X015710 Predicted protein 11.35399546 C6_chemical_B1 +LQ05X015710 Predicted protein 11.1473937 C6_chemical_B2 +LQ05X015710 Predicted protein 11.41690313 C6_chemical_B3 +LQ05X015710 Predicted protein 10.45718105 C6_chemical_C1 +LQ05X015710 Predicted protein 10.67245634 C6_chemical_C2 +LQ05X015710 Predicted protein 11.00795176 C6_chemical_C3 +LQ05X015710 Predicted protein 11.17773567 L4_control_A1 +LQ05X015710 Predicted protein 11.24834709 L4_control_A2 +LQ05X015710 Predicted protein 12.08293462 L4_control_A3 +LQ05X015710 Predicted protein 11.72867677 L4_control_B1 +LQ05X015710 Predicted protein 11.75205032 L4_control_B2 +LQ05X015710 Predicted protein 11.24628351 L4_control_B3 +LQ05X015710 Predicted protein 11.12324151 L4_control_C2 +LQ05X015710 Predicted protein 10.92628867 L4_control_C3 +LQ05X015710 Predicted protein 10.9353755 L4_chemical_A1 +LQ05X015710 Predicted protein 11.05709673 L4_chemical_A2 +LQ05X015710 Predicted protein 11.71176879 L4_chemical_A3 +LQ05X015710 Predicted protein 11.82395305 L4_chemical_B1 +LQ05X015710 Predicted protein 11.61337845 L4_chemical_B2 +LQ05X015710 Predicted protein 11.24232897 L4_chemical_B3 +LQ05X015710 Predicted protein 10.8932627 L4_chemical_C2 +LQ05X015710 Predicted protein 10.95976491 L4_chemical_C3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.119296293 C6_control_A1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.709582972 C6_control_A3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.986982782 C6_control_B1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.374571348 C6_control_B2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.757857846 C6_control_B3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.640965264 C6_control_C1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 7.33632231 C6_control_C2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.500258556 C6_control_C3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.868419946 C6_chemical_A1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 7.119883513 C6_chemical_A3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.617486279 C6_chemical_B1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.831488514 C6_chemical_B2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.824940895 C6_chemical_B3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 8.314228645 C6_chemical_C1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 8.516084925 C6_chemical_C2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 9.147319152 C6_chemical_C3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 7.72321716 L4_control_A1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.922086979 L4_control_A2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.380950102 L4_control_A3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 7.580228962 L4_control_B1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.716800121 L4_control_B2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 7.943149811 L4_control_B3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 9.077233255 L4_control_C2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 8.639305434 L4_control_C3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 7.348231564 L4_chemical_A1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.916539791 L4_chemical_A2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.359249477 L4_chemical_A3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.954661248 L4_chemical_B1 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 5.943731136 L4_chemical_B2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 7.504204307 L4_chemical_B3 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 8.89659457 L4_chemical_C2 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 8.638045454 L4_chemical_C3 +LQ05X015750 Predicted protein 6.324801792 C6_control_A1 +LQ05X015750 Predicted protein 6.428481792 C6_control_A3 +LQ05X015750 Predicted protein 6.044111899 C6_control_B1 +LQ05X015750 Predicted protein 5.624297286 C6_control_B2 +LQ05X015750 Predicted protein 6.059905986 C6_control_B3 +LQ05X015750 Predicted protein 5.138274123 C6_control_C1 +LQ05X015750 Predicted protein 6.203761828 C6_control_C2 +LQ05X015750 Predicted protein 5.286639837 C6_control_C3 +LQ05X015750 Predicted protein 5.929307623 C6_chemical_A1 +LQ05X015750 Predicted protein 5.783586337 C6_chemical_A3 +LQ05X015750 Predicted protein 5.767055282 C6_chemical_B1 +LQ05X015750 Predicted protein 5.617783421 C6_chemical_B2 +LQ05X015750 Predicted protein 5.33659858 C6_chemical_B3 +LQ05X015750 Predicted protein 5.609082841 C6_chemical_C1 +LQ05X015750 Predicted protein 5.134215014 C6_chemical_C2 +LQ05X015750 Predicted protein 4.978316701 C6_chemical_C3 +LQ05X015750 Predicted protein 5.252178932 L4_control_A1 +LQ05X015750 Predicted protein 5.802858638 L4_control_A2 +LQ05X015750 Predicted protein 6.108951716 L4_control_A3 +LQ05X015750 Predicted protein 5.672943456 L4_control_B1 +LQ05X015750 Predicted protein 5.132029332 L4_control_B2 +LQ05X015750 Predicted protein 5.369114458 L4_control_B3 +LQ05X015750 Predicted protein 5.847113431 L4_control_C2 +LQ05X015750 Predicted protein 5.667679902 L4_control_C3 +LQ05X015750 Predicted protein 5.548446168 L4_chemical_A1 +LQ05X015750 Predicted protein 5.747583018 L4_chemical_A2 +LQ05X015750 Predicted protein 5.615251691 L4_chemical_A3 +LQ05X015750 Predicted protein 5.86116537 L4_chemical_B1 +LQ05X015750 Predicted protein 5.418820175 L4_chemical_B2 +LQ05X015750 Predicted protein 5.346830447 L4_chemical_B3 +LQ05X015750 Predicted protein 5.415643289 L4_chemical_C2 +LQ05X015750 Predicted protein 5.335930466 L4_chemical_C3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.829985366 C6_control_A1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.687443358 C6_control_A3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.923523544 C6_control_B1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.596236321 C6_control_B2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.479949681 C6_control_B3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.739028206 C6_control_C1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.522871624 C6_control_C2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.597618389 C6_control_C3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.908405535 C6_chemical_A1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.809242696 C6_chemical_A3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.499695015 C6_chemical_B1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.769296568 C6_chemical_B2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.448977309 C6_chemical_B3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.731105591 C6_chemical_C1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.473970823 C6_chemical_C2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.62899663 C6_chemical_C3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.117504671 L4_control_A1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.046975095 L4_control_A2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.909423295 L4_control_A3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.306226202 L4_control_B1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.008890733 L4_control_B2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.316498317 L4_control_B3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.138679371 L4_control_C2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.766979283 L4_control_C3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.202642732 L4_chemical_A1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.010998484 L4_chemical_A2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.847466078 L4_chemical_A3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.809397841 L4_chemical_B1 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.149628204 L4_chemical_B2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.10776238 L4_chemical_B3 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.100125543 L4_chemical_C2 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 5.067585991 L4_chemical_C3 +LQ05X015920 Putative uncharacterized protein 5.53978973 C6_control_A1 +LQ05X015920 Putative uncharacterized protein 5.931767781 C6_control_A3 +LQ05X015920 Putative uncharacterized protein 5.247182929 C6_control_B1 +LQ05X015920 Putative uncharacterized protein 5.62551371 C6_control_B2 +LQ05X015920 Putative uncharacterized protein 5.638379465 C6_control_B3 +LQ05X015920 Putative uncharacterized protein 5.22307775 C6_control_C1 +LQ05X015920 Putative uncharacterized protein 5.90097178 C6_control_C2 +LQ05X015920 Putative uncharacterized protein 5.392818186 C6_control_C3 +LQ05X015920 Putative uncharacterized protein 5.829076155 C6_chemical_A1 +LQ05X015920 Putative uncharacterized protein 5.627553237 C6_chemical_A3 +LQ05X015920 Putative uncharacterized protein 5.188929191 C6_chemical_B1 +LQ05X015920 Putative uncharacterized protein 5.695203472 C6_chemical_B2 +LQ05X015920 Putative uncharacterized protein 5.332965564 C6_chemical_B3 +LQ05X015920 Putative uncharacterized protein 5.438118352 C6_chemical_C1 +LQ05X015920 Putative uncharacterized protein 5.457308444 C6_chemical_C2 +LQ05X015920 Putative uncharacterized protein 5.094639306 C6_chemical_C3 +LQ05X015920 Putative uncharacterized protein 5.183954235 L4_control_A1 +LQ05X015920 Putative uncharacterized protein 5.205975368 L4_control_A2 +LQ05X015920 Putative uncharacterized protein 6.248726537 L4_control_A3 +LQ05X015920 Putative uncharacterized protein 5.414924859 L4_control_B1 +LQ05X015920 Putative uncharacterized protein 5.286808562 L4_control_B2 +LQ05X015920 Putative uncharacterized protein 5.434236074 L4_control_B3 +LQ05X015920 Putative uncharacterized protein 5.43614029 L4_control_C2 +LQ05X015920 Putative uncharacterized protein 5.121055334 L4_control_C3 +LQ05X015920 Putative uncharacterized protein 5.128396 L4_chemical_A1 +LQ05X015920 Putative uncharacterized protein 5.465541353 L4_chemical_A2 +LQ05X015920 Putative uncharacterized protein 6.414041122 L4_chemical_A3 +LQ05X015920 Putative uncharacterized protein 5.39480097 L4_chemical_B1 +LQ05X015920 Putative uncharacterized protein 5.716394517 L4_chemical_B2 +LQ05X015920 Putative uncharacterized protein 5.252628091 L4_chemical_B3 +LQ05X015920 Putative uncharacterized protein 5.912743474 L4_chemical_C2 +LQ05X015920 Putative uncharacterized protein 5.821368996 L4_chemical_C3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 14.95632697 C6_control_A1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 14.85839342 C6_control_A3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.31842696 C6_control_B1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.06271808 C6_control_B2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 14.92224144 C6_control_B3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.24771427 C6_control_C1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.03811732 C6_control_C2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.24037963 C6_control_C3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.21249362 C6_chemical_A1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.26359105 C6_chemical_A3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.18267069 C6_chemical_B1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.29653734 C6_chemical_B2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.23337282 C6_chemical_B3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.05088994 C6_chemical_C1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.15365899 C6_chemical_C2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.32331621 C6_chemical_C3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 14.69369611 L4_control_A1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.45952157 L4_control_A2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 14.72628577 L4_control_A3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.29028043 L4_control_B1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.44325677 L4_control_B2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.41993204 L4_control_B3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.21357447 L4_control_C2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.17326061 L4_control_C3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 14.86990422 L4_chemical_A1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.2231715 L4_chemical_A2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 14.76272728 L4_chemical_A3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.12960868 L4_chemical_B1 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.31074803 L4_chemical_B2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.04555245 L4_chemical_B3 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.17887589 L4_chemical_C2 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.55529268 L4_chemical_C3 +LQ05X015960 Hypothetical protein 5.339567715 C6_control_A1 +LQ05X015960 Hypothetical protein 5.291499663 C6_control_A3 +LQ05X015960 Hypothetical protein 5.682433778 C6_control_B1 +LQ05X015960 Hypothetical protein 6.028420071 C6_control_B2 +LQ05X015960 Hypothetical protein 5.443229596 C6_control_B3 +LQ05X015960 Hypothetical protein 5.762382786 C6_control_C1 +LQ05X015960 Hypothetical protein 5.433741167 C6_control_C2 +LQ05X015960 Hypothetical protein 6.009000813 C6_control_C3 +LQ05X015960 Hypothetical protein 5.19920955 C6_chemical_A1 +LQ05X015960 Hypothetical protein 5.513471878 C6_chemical_A3 +LQ05X015960 Hypothetical protein 5.504476706 C6_chemical_B1 +LQ05X015960 Hypothetical protein 6.013733365 C6_chemical_B2 +LQ05X015960 Hypothetical protein 5.442829632 C6_chemical_B3 +LQ05X015960 Hypothetical protein 5.643173377 C6_chemical_C1 +LQ05X015960 Hypothetical protein 6.135066334 C6_chemical_C2 +LQ05X015960 Hypothetical protein 7.237097143 C6_chemical_C3 +LQ05X015960 Hypothetical protein 5.07491217 L4_control_A1 +LQ05X015960 Hypothetical protein 5.801182808 L4_control_A2 +LQ05X015960 Hypothetical protein 5.205203128 L4_control_A3 +LQ05X015960 Hypothetical protein 4.992239584 L4_control_B1 +LQ05X015960 Hypothetical protein 5.228983314 L4_control_B2 +LQ05X015960 Hypothetical protein 5.61407999 L4_control_B3 +LQ05X015960 Hypothetical protein 5.327052007 L4_control_C2 +LQ05X015960 Hypothetical protein 5.645503573 L4_control_C3 +LQ05X015960 Hypothetical protein 5.103419297 L4_chemical_A1 +LQ05X015960 Hypothetical protein 5.255822546 L4_chemical_A2 +LQ05X015960 Hypothetical protein 5.507189665 L4_chemical_A3 +LQ05X015960 Hypothetical protein 5.08299753 L4_chemical_B1 +LQ05X015960 Hypothetical protein 5.167248323 L4_chemical_B2 +LQ05X015960 Hypothetical protein 5.255726327 L4_chemical_B3 +LQ05X015960 Hypothetical protein 5.900276737 L4_chemical_C2 +LQ05X015960 Hypothetical protein 5.119934549 L4_chemical_C3 +LQ05X016040 Putative Nucleolar protein 10 9.850026731 C6_control_A1 +LQ05X016040 Putative Nucleolar protein 10 9.985682 C6_control_A3 +LQ05X016040 Putative Nucleolar protein 10 10.34906024 C6_control_B1 +LQ05X016040 Putative Nucleolar protein 10 9.098926258 C6_control_B2 +LQ05X016040 Putative Nucleolar protein 10 10.25445457 C6_control_B3 +LQ05X016040 Putative Nucleolar protein 10 9.694095849 C6_control_C1 +LQ05X016040 Putative Nucleolar protein 10 9.68668459 C6_control_C2 +LQ05X016040 Putative Nucleolar protein 10 9.61204738 C6_control_C3 +LQ05X016040 Putative Nucleolar protein 10 9.806831305 C6_chemical_A1 +LQ05X016040 Putative Nucleolar protein 10 9.2951364 C6_chemical_A3 +LQ05X016040 Putative Nucleolar protein 10 10.46057932 C6_chemical_B1 +LQ05X016040 Putative Nucleolar protein 10 8.871144126 C6_chemical_B2 +LQ05X016040 Putative Nucleolar protein 10 10.16012863 C6_chemical_B3 +LQ05X016040 Putative Nucleolar protein 10 9.82333242 C6_chemical_C1 +LQ05X016040 Putative Nucleolar protein 10 9.73175121 C6_chemical_C2 +LQ05X016040 Putative Nucleolar protein 10 9.686796832 C6_chemical_C3 +LQ05X016040 Putative Nucleolar protein 10 8.359218232 L4_control_A1 +LQ05X016040 Putative Nucleolar protein 10 7.965985991 L4_control_A2 +LQ05X016040 Putative Nucleolar protein 10 8.589354427 L4_control_A3 +LQ05X016040 Putative Nucleolar protein 10 8.681953229 L4_control_B1 +LQ05X016040 Putative Nucleolar protein 10 9.262705323 L4_control_B2 +LQ05X016040 Putative Nucleolar protein 10 7.920264997 L4_control_B3 +LQ05X016040 Putative Nucleolar protein 10 10.15945852 L4_control_C2 +LQ05X016040 Putative Nucleolar protein 10 9.426263883 L4_control_C3 +LQ05X016040 Putative Nucleolar protein 10 7.430292033 L4_chemical_A1 +LQ05X016040 Putative Nucleolar protein 10 7.737121741 L4_chemical_A2 +LQ05X016040 Putative Nucleolar protein 10 8.412279788 L4_chemical_A3 +LQ05X016040 Putative Nucleolar protein 10 9.834542608 L4_chemical_B1 +LQ05X016040 Putative Nucleolar protein 10 8.975418852 L4_chemical_B2 +LQ05X016040 Putative Nucleolar protein 10 7.69357721 L4_chemical_B3 +LQ05X016040 Putative Nucleolar protein 10 8.780047007 L4_chemical_C2 +LQ05X016040 Putative Nucleolar protein 10 9.206897148 L4_chemical_C3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.070868365 C6_control_A1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.256430782 C6_control_A3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.100488071 C6_control_B1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 6.057033759 C6_control_B2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.124958777 C6_control_B3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 7.93929491 C6_control_C1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 6.32580341 C6_control_C2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 6.078186295 C6_control_C3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.225465524 C6_chemical_A1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 4.97421226 C6_chemical_A3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.273474367 C6_chemical_B1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.525824143 C6_chemical_B2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 6.203379876 C6_chemical_B3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.783065236 C6_chemical_C1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 6.535216372 C6_chemical_C2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.468054609 C6_chemical_C3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.983974603 L4_control_A1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 4.98471112 L4_control_A2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.06223047 L4_control_A3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.592386994 L4_control_B1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 4.691358933 L4_control_B2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.355126136 L4_control_B3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 8.604346338 L4_control_C2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 6.699075814 L4_control_C3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 7.248720878 L4_chemical_A1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.255181223 L4_chemical_A2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.329932865 L4_chemical_A3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 7.893116879 L4_chemical_B1 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.32997524 L4_chemical_B2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.765432572 L4_chemical_B3 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 6.120299767 L4_chemical_C2 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 6.335729115 L4_chemical_C3 +LQ05X016080 Hypothetical protein 5.464483787 C6_control_A1 +LQ05X016080 Hypothetical protein 5.304112927 C6_control_A3 +LQ05X016080 Hypothetical protein 5.643695928 C6_control_B1 +LQ05X016080 Hypothetical protein 5.966761547 C6_control_B2 +LQ05X016080 Hypothetical protein 5.55007826 C6_control_B3 +LQ05X016080 Hypothetical protein 6.517780087 C6_control_C1 +LQ05X016080 Hypothetical protein 5.967229209 C6_control_C2 +LQ05X016080 Hypothetical protein 6.999497705 C6_control_C3 +LQ05X016080 Hypothetical protein 5.260492215 C6_chemical_A1 +LQ05X016080 Hypothetical protein 5.425338029 C6_chemical_A3 +LQ05X016080 Hypothetical protein 6.385262175 C6_chemical_B1 +LQ05X016080 Hypothetical protein 6.219166573 C6_chemical_B2 +LQ05X016080 Hypothetical protein 5.53419481 C6_chemical_B3 +LQ05X016080 Hypothetical protein 6.386769734 C6_chemical_C1 +LQ05X016080 Hypothetical protein 6.694425473 C6_chemical_C2 +LQ05X016080 Hypothetical protein 7.375826821 C6_chemical_C3 +LQ05X016080 Hypothetical protein 5.152232319 L4_control_A1 +LQ05X016080 Hypothetical protein 5.379597774 L4_control_A2 +LQ05X016080 Hypothetical protein 4.876827578 L4_control_A3 +LQ05X016080 Hypothetical protein 5.174972448 L4_control_B1 +LQ05X016080 Hypothetical protein 6.061551711 L4_control_B2 +LQ05X016080 Hypothetical protein 5.570789888 L4_control_B3 +LQ05X016080 Hypothetical protein 6.130513807 L4_control_C2 +LQ05X016080 Hypothetical protein 5.532064871 L4_control_C3 +LQ05X016080 Hypothetical protein 5.425434697 L4_chemical_A1 +LQ05X016080 Hypothetical protein 5.228630016 L4_chemical_A2 +LQ05X016080 Hypothetical protein 5.048394405 L4_chemical_A3 +LQ05X016080 Hypothetical protein 5.458600346 L4_chemical_B1 +LQ05X016080 Hypothetical protein 5.3926317 L4_chemical_B2 +LQ05X016080 Hypothetical protein 5.587561107 L4_chemical_B3 +LQ05X016080 Hypothetical protein 6.25851774 L4_chemical_C2 +LQ05X016080 Hypothetical protein 5.434008224 L4_chemical_C3 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.16049459 C6_control_A1 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.36854468 C6_control_A3 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.671207518 C6_control_B1 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.4936899 C6_control_B2 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.278477072 C6_control_B3 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.735715763 C6_control_C1 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.602030296 C6_control_C2 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.852867206 C6_control_C3 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.01252616 C6_chemical_A1 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.89642143 C6_chemical_A3 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.383085647 C6_chemical_B1 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.35060245 C6_chemical_B2 +LQ05X016120 Probable inactive purple acid phosphatase 16 8.844424884 C6_chemical_B3 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.769218141 C6_chemical_C1 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.98743908 C6_chemical_C2 +LQ05X016120 Probable inactive purple acid phosphatase 16 9.720667949 C6_chemical_C3 +LQ05X016120 Probable inactive purple acid phosphatase 16 11.27799402 L4_control_A1 +LQ05X016120 Probable inactive purple acid phosphatase 16 12.21746487 L4_control_A2 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.73652526 L4_control_A3 +LQ05X016120 Probable inactive purple acid phosphatase 16 12.20865905 L4_control_B1 +LQ05X016120 Probable inactive purple acid phosphatase 16 11.16362422 L4_control_B2 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.77411836 L4_control_B3 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.05251787 L4_control_C2 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.25680888 L4_control_C3 +LQ05X016120 Probable inactive purple acid phosphatase 16 11.47413945 L4_chemical_A1 +LQ05X016120 Probable inactive purple acid phosphatase 16 12.07501638 L4_chemical_A2 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.96486485 L4_chemical_A3 +LQ05X016120 Probable inactive purple acid phosphatase 16 11.07398537 L4_chemical_B1 +LQ05X016120 Probable inactive purple acid phosphatase 16 11.60295866 L4_chemical_B2 +LQ05X016120 Probable inactive purple acid phosphatase 16 11.06301448 L4_chemical_B3 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.46416936 L4_chemical_C2 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.31484259 L4_chemical_C3 +LQ05X016170 Putative uncharacterized protein 7.700428994 C6_control_A1 +LQ05X016170 Putative uncharacterized protein 8.365160823 C6_control_A3 +LQ05X016170 Putative uncharacterized protein 6.503467572 C6_control_B1 +LQ05X016170 Putative uncharacterized protein 5.386572526 C6_control_B2 +LQ05X016170 Putative uncharacterized protein 7.497013389 C6_control_B3 +LQ05X016170 Putative uncharacterized protein 7.503226665 C6_control_C1 +LQ05X016170 Putative uncharacterized protein 4.869238188 C6_control_C2 +LQ05X016170 Putative uncharacterized protein 7.344278489 C6_control_C3 +LQ05X016170 Putative uncharacterized protein 8.919745313 C6_chemical_A1 +LQ05X016170 Putative uncharacterized protein 7.329870214 C6_chemical_A3 +LQ05X016170 Putative uncharacterized protein 8.36847361 C6_chemical_B1 +LQ05X016170 Putative uncharacterized protein 5.443717261 C6_chemical_B2 +LQ05X016170 Putative uncharacterized protein 9.487606776 C6_chemical_B3 +LQ05X016170 Putative uncharacterized protein 7.145000811 C6_chemical_C1 +LQ05X016170 Putative uncharacterized protein 5.407589303 C6_chemical_C2 +LQ05X016170 Putative uncharacterized protein 7.787700276 C6_chemical_C3 +LQ05X016170 Putative uncharacterized protein 9.494914041 L4_control_A1 +LQ05X016170 Putative uncharacterized protein 9.360395205 L4_control_A2 +LQ05X016170 Putative uncharacterized protein 9.362438128 L4_control_A3 +LQ05X016170 Putative uncharacterized protein 11.26404466 L4_control_B1 +LQ05X016170 Putative uncharacterized protein 9.35853469 L4_control_B2 +LQ05X016170 Putative uncharacterized protein 7.261160874 L4_control_B3 +LQ05X016170 Putative uncharacterized protein 10.15148903 L4_control_C2 +LQ05X016170 Putative uncharacterized protein 10.351462 L4_control_C3 +LQ05X016170 Putative uncharacterized protein 8.968282145 L4_chemical_A1 +LQ05X016170 Putative uncharacterized protein 9.575480723 L4_chemical_A2 +LQ05X016170 Putative uncharacterized protein 10.61922791 L4_chemical_A3 +LQ05X016170 Putative uncharacterized protein 9.328351544 L4_chemical_B1 +LQ05X016170 Putative uncharacterized protein 9.218140963 L4_chemical_B2 +LQ05X016170 Putative uncharacterized protein 7.882621668 L4_chemical_B3 +LQ05X016170 Putative uncharacterized protein 10.65486857 L4_chemical_C2 +LQ05X016170 Putative uncharacterized protein 10.13643 L4_chemical_C3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.929353289 C6_control_A1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 7.007912752 C6_control_A3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.109606841 C6_control_B1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.565429861 C6_control_B2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.45754585 C6_control_B3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.221448125 C6_control_C1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 6.106945039 C6_control_C2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.300653867 C6_control_C3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.73565792 C6_chemical_A1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.835491537 C6_chemical_A3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.27626338 C6_chemical_B1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 6.093656466 C6_chemical_B2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.02199353 C6_chemical_B3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.431153212 C6_chemical_C1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.355731006 C6_chemical_C2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.349042583 C6_chemical_C3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.794787063 L4_control_A1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.75175256 L4_control_A2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 6.699223476 L4_control_A3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.813530472 L4_control_B1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.546591953 L4_control_B2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.494302263 L4_control_B3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 4.991220772 L4_control_C2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.493142257 L4_control_C3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.990757785 L4_chemical_A1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.642463238 L4_chemical_A2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 6.195510241 L4_chemical_A3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.200952947 L4_chemical_B1 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.413527052 L4_chemical_B2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.334054219 L4_chemical_B3 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.174506659 L4_chemical_C2 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.421554686 L4_chemical_C3 +LQ05X016210 Apurinic endonuclease-redox protein 9.170758757 C6_control_A1 +LQ05X016210 Apurinic endonuclease-redox protein 9.209591913 C6_control_A3 +LQ05X016210 Apurinic endonuclease-redox protein 8.995571126 C6_control_B1 +LQ05X016210 Apurinic endonuclease-redox protein 8.521125628 C6_control_B2 +LQ05X016210 Apurinic endonuclease-redox protein 8.946179813 C6_control_B3 +LQ05X016210 Apurinic endonuclease-redox protein 9.566371653 C6_control_C1 +LQ05X016210 Apurinic endonuclease-redox protein 10.0022708 C6_control_C2 +LQ05X016210 Apurinic endonuclease-redox protein 10.01505644 C6_control_C3 +LQ05X016210 Apurinic endonuclease-redox protein 8.546741309 C6_chemical_A1 +LQ05X016210 Apurinic endonuclease-redox protein 9.336892761 C6_chemical_A3 +LQ05X016210 Apurinic endonuclease-redox protein 8.883660426 C6_chemical_B1 +LQ05X016210 Apurinic endonuclease-redox protein 8.767261078 C6_chemical_B2 +LQ05X016210 Apurinic endonuclease-redox protein 8.723469093 C6_chemical_B3 +LQ05X016210 Apurinic endonuclease-redox protein 9.128516541 C6_chemical_C1 +LQ05X016210 Apurinic endonuclease-redox protein 9.884051204 C6_chemical_C2 +LQ05X016210 Apurinic endonuclease-redox protein 10.25755506 C6_chemical_C3 +LQ05X016210 Apurinic endonuclease-redox protein 9.140846572 L4_control_A1 +LQ05X016210 Apurinic endonuclease-redox protein 8.512938538 L4_control_A2 +LQ05X016210 Apurinic endonuclease-redox protein 8.03397188 L4_control_A3 +LQ05X016210 Apurinic endonuclease-redox protein 9.341436083 L4_control_B1 +LQ05X016210 Apurinic endonuclease-redox protein 9.14682556 L4_control_B2 +LQ05X016210 Apurinic endonuclease-redox protein 9.009969406 L4_control_B3 +LQ05X016210 Apurinic endonuclease-redox protein 10.59478618 L4_control_C2 +LQ05X016210 Apurinic endonuclease-redox protein 10.26924006 L4_control_C3 +LQ05X016210 Apurinic endonuclease-redox protein 9.103690747 L4_chemical_A1 +LQ05X016210 Apurinic endonuclease-redox protein 8.427259441 L4_chemical_A2 +LQ05X016210 Apurinic endonuclease-redox protein 7.727584061 L4_chemical_A3 +LQ05X016210 Apurinic endonuclease-redox protein 8.658982663 L4_chemical_B1 +LQ05X016210 Apurinic endonuclease-redox protein 8.596932084 L4_chemical_B2 +LQ05X016210 Apurinic endonuclease-redox protein 8.328340453 L4_chemical_B3 +LQ05X016210 Apurinic endonuclease-redox protein 10.62182621 L4_chemical_C2 +LQ05X016210 Apurinic endonuclease-redox protein 10.31799693 L4_chemical_C3 +LQ05X016220 Predicted protein 5.267413577 C6_control_A1 +LQ05X016220 Predicted protein 5.62239228 C6_control_A3 +LQ05X016220 Predicted protein 5.203102314 C6_control_B1 +LQ05X016220 Predicted protein 5.1114431 C6_control_B2 +LQ05X016220 Predicted protein 5.533096547 C6_control_B3 +LQ05X016220 Predicted protein 5.098889121 C6_control_C1 +LQ05X016220 Predicted protein 5.239590014 C6_control_C2 +LQ05X016220 Predicted protein 5.060660684 C6_control_C3 +LQ05X016220 Predicted protein 5.224424339 C6_chemical_A1 +LQ05X016220 Predicted protein 5.251605824 C6_chemical_A3 +LQ05X016220 Predicted protein 5.349295728 C6_chemical_B1 +LQ05X016220 Predicted protein 5.166072473 C6_chemical_B2 +LQ05X016220 Predicted protein 5.456298908 C6_chemical_B3 +LQ05X016220 Predicted protein 5.406651848 C6_chemical_C1 +LQ05X016220 Predicted protein 5.064298767 C6_chemical_C2 +LQ05X016220 Predicted protein 4.929747953 C6_chemical_C3 +LQ05X016220 Predicted protein 5.336760701 L4_control_A1 +LQ05X016220 Predicted protein 4.836611566 L4_control_A2 +LQ05X016220 Predicted protein 5.473301404 L4_control_A3 +LQ05X016220 Predicted protein 5.049620797 L4_control_B1 +LQ05X016220 Predicted protein 5.712427525 L4_control_B2 +LQ05X016220 Predicted protein 5.21222197 L4_control_B3 +LQ05X016220 Predicted protein 5.393336311 L4_control_C2 +LQ05X016220 Predicted protein 5.564791728 L4_control_C3 +LQ05X016220 Predicted protein 5.121340104 L4_chemical_A1 +LQ05X016220 Predicted protein 5.234110409 L4_chemical_A2 +LQ05X016220 Predicted protein 5.876995939 L4_chemical_A3 +LQ05X016220 Predicted protein 5.163126312 L4_chemical_B1 +LQ05X016220 Predicted protein 5.296239608 L4_chemical_B2 +LQ05X016220 Predicted protein 5.219656492 L4_chemical_B3 +LQ05X016220 Predicted protein 5.483827107 L4_chemical_C2 +LQ05X016220 Predicted protein 5.290106937 L4_chemical_C3 +LQ05X016230 Hypothetical protein 5.424499337 C6_control_A1 +LQ05X016230 Hypothetical protein 5.444335792 C6_control_A3 +LQ05X016230 Hypothetical protein 5.334518048 C6_control_B1 +LQ05X016230 Hypothetical protein 5.322608622 C6_control_B2 +LQ05X016230 Hypothetical protein 5.504345462 C6_control_B3 +LQ05X016230 Hypothetical protein 6.107103124 C6_control_C1 +LQ05X016230 Hypothetical protein 5.296863295 C6_control_C2 +LQ05X016230 Hypothetical protein 5.579662397 C6_control_C3 +LQ05X016230 Hypothetical protein 5.446858157 C6_chemical_A1 +LQ05X016230 Hypothetical protein 5.256703577 C6_chemical_A3 +LQ05X016230 Hypothetical protein 5.088172184 C6_chemical_B1 +LQ05X016230 Hypothetical protein 5.471947762 C6_chemical_B2 +LQ05X016230 Hypothetical protein 5.491094013 C6_chemical_B3 +LQ05X016230 Hypothetical protein 5.691840439 C6_chemical_C1 +LQ05X016230 Hypothetical protein 6.101215588 C6_chemical_C2 +LQ05X016230 Hypothetical protein 6.063819501 C6_chemical_C3 +LQ05X016230 Hypothetical protein 5.702718732 L4_control_A1 +LQ05X016230 Hypothetical protein 5.34605042 L4_control_A2 +LQ05X016230 Hypothetical protein 5.750783412 L4_control_A3 +LQ05X016230 Hypothetical protein 5.773233811 L4_control_B1 +LQ05X016230 Hypothetical protein 4.954683385 L4_control_B2 +LQ05X016230 Hypothetical protein 5.710582897 L4_control_B3 +LQ05X016230 Hypothetical protein 5.365024376 L4_control_C2 +LQ05X016230 Hypothetical protein 6.728459457 L4_control_C3 +LQ05X016230 Hypothetical protein 5.401012496 L4_chemical_A1 +LQ05X016230 Hypothetical protein 5.341286899 L4_chemical_A2 +LQ05X016230 Hypothetical protein 5.804740526 L4_chemical_A3 +LQ05X016230 Hypothetical protein 5.372336362 L4_chemical_B1 +LQ05X016230 Hypothetical protein 5.094901184 L4_chemical_B2 +LQ05X016230 Hypothetical protein 5.227712917 L4_chemical_B3 +LQ05X016230 Hypothetical protein 5.206669281 L4_chemical_C2 +LQ05X016230 Hypothetical protein 5.181038557 L4_chemical_C3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.312069231 C6_control_A1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.168588881 C6_control_A3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.216140276 C6_control_B1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.438042652 C6_control_B2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.44107648 C6_control_B3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.957919381 C6_control_C1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.726594922 C6_control_C2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.914782458 C6_control_C3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.244330296 C6_chemical_A1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.118387362 C6_chemical_A3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.091018289 C6_chemical_B1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.403881907 C6_chemical_B2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.132530566 C6_chemical_B3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 6.06071934 C6_chemical_C1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 6.397405901 C6_chemical_C2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 6.167633875 C6_chemical_C3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 4.991642531 L4_control_A1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.338663503 L4_control_A2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.18652308 L4_control_A3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.307061271 L4_control_B1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.323202508 L4_control_B2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.014812059 L4_control_B3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.538368966 L4_control_C2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.037822729 L4_control_C3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.067185245 L4_chemical_A1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.20072159 L4_chemical_A2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.056109942 L4_chemical_A3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.322312593 L4_chemical_B1 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.617720276 L4_chemical_B2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.123564003 L4_chemical_B3 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.697493921 L4_chemical_C2 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.53137553 L4_chemical_C3 +LQ05X016260 Putative Peptide chain release factor 2 13.33793977 C6_control_A1 +LQ05X016260 Putative Peptide chain release factor 2 13.32884725 C6_control_A3 +LQ05X016260 Putative Peptide chain release factor 2 13.40810467 C6_control_B1 +LQ05X016260 Putative Peptide chain release factor 2 13.60863789 C6_control_B2 +LQ05X016260 Putative Peptide chain release factor 2 13.31431274 C6_control_B3 +LQ05X016260 Putative Peptide chain release factor 2 14.66749174 C6_control_C1 +LQ05X016260 Putative Peptide chain release factor 2 14.46696465 C6_control_C2 +LQ05X016260 Putative Peptide chain release factor 2 13.96931654 C6_control_C3 +LQ05X016260 Putative Peptide chain release factor 2 13.46949697 C6_chemical_A1 +LQ05X016260 Putative Peptide chain release factor 2 13.3923252 C6_chemical_A3 +LQ05X016260 Putative Peptide chain release factor 2 13.63596751 C6_chemical_B1 +LQ05X016260 Putative Peptide chain release factor 2 13.77112134 C6_chemical_B2 +LQ05X016260 Putative Peptide chain release factor 2 13.1339707 C6_chemical_B3 +LQ05X016260 Putative Peptide chain release factor 2 14.45030008 C6_chemical_C1 +LQ05X016260 Putative Peptide chain release factor 2 14.46193633 C6_chemical_C2 +LQ05X016260 Putative Peptide chain release factor 2 14.00234987 C6_chemical_C3 +LQ05X016260 Putative Peptide chain release factor 2 12.95407847 L4_control_A1 +LQ05X016260 Putative Peptide chain release factor 2 13.33053449 L4_control_A2 +LQ05X016260 Putative Peptide chain release factor 2 12.92271273 L4_control_A3 +LQ05X016260 Putative Peptide chain release factor 2 12.96661449 L4_control_B1 +LQ05X016260 Putative Peptide chain release factor 2 13.68318468 L4_control_B2 +LQ05X016260 Putative Peptide chain release factor 2 13.69569261 L4_control_B3 +LQ05X016260 Putative Peptide chain release factor 2 14.25821738 L4_control_C2 +LQ05X016260 Putative Peptide chain release factor 2 13.8781559 L4_control_C3 +LQ05X016260 Putative Peptide chain release factor 2 13.00010744 L4_chemical_A1 +LQ05X016260 Putative Peptide chain release factor 2 13.44472011 L4_chemical_A2 +LQ05X016260 Putative Peptide chain release factor 2 12.53060924 L4_chemical_A3 +LQ05X016260 Putative Peptide chain release factor 2 12.96625624 L4_chemical_B1 +LQ05X016260 Putative Peptide chain release factor 2 13.30648781 L4_chemical_B2 +LQ05X016260 Putative Peptide chain release factor 2 12.82715628 L4_chemical_B3 +LQ05X016260 Putative Peptide chain release factor 2 14.32339031 L4_chemical_C2 +LQ05X016260 Putative Peptide chain release factor 2 13.91017431 L4_chemical_C3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.78171495 C6_control_A1 +LQ05X016280 Putative Uncharacterized protein yqeH 5.601385504 C6_control_A3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.514661535 C6_control_B1 +LQ05X016280 Putative Uncharacterized protein yqeH 5.57241234 C6_control_B2 +LQ05X016280 Putative Uncharacterized protein yqeH 6.178986964 C6_control_B3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.493969753 C6_control_C1 +LQ05X016280 Putative Uncharacterized protein yqeH 5.934624413 C6_control_C2 +LQ05X016280 Putative Uncharacterized protein yqeH 5.501644076 C6_control_C3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.641553144 C6_chemical_A1 +LQ05X016280 Putative Uncharacterized protein yqeH 5.718675948 C6_chemical_A3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.201969985 C6_chemical_B1 +LQ05X016280 Putative Uncharacterized protein yqeH 5.499073729 C6_chemical_B2 +LQ05X016280 Putative Uncharacterized protein yqeH 5.489681165 C6_chemical_B3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.578858975 C6_chemical_C1 +LQ05X016280 Putative Uncharacterized protein yqeH 6.084404131 C6_chemical_C2 +LQ05X016280 Putative Uncharacterized protein yqeH 5.496414744 C6_chemical_C3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.524531632 L4_control_A1 +LQ05X016280 Putative Uncharacterized protein yqeH 6.105149958 L4_control_A2 +LQ05X016280 Putative Uncharacterized protein yqeH 5.293290868 L4_control_A3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.185510186 L4_control_B1 +LQ05X016280 Putative Uncharacterized protein yqeH 5.437292562 L4_control_B2 +LQ05X016280 Putative Uncharacterized protein yqeH 5.588971604 L4_control_B3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.870597558 L4_control_C2 +LQ05X016280 Putative Uncharacterized protein yqeH 5.632086289 L4_control_C3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.29439455 L4_chemical_A1 +LQ05X016280 Putative Uncharacterized protein yqeH 5.531804212 L4_chemical_A2 +LQ05X016280 Putative Uncharacterized protein yqeH 5.690395129 L4_chemical_A3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.740157203 L4_chemical_B1 +LQ05X016280 Putative Uncharacterized protein yqeH 5.632510326 L4_chemical_B2 +LQ05X016280 Putative Uncharacterized protein yqeH 5.319548213 L4_chemical_B3 +LQ05X016280 Putative Uncharacterized protein yqeH 5.327854821 L4_chemical_C2 +LQ05X016280 Putative Uncharacterized protein yqeH 6.061816861 L4_chemical_C3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.078893494 C6_control_A1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.90406453 C6_control_A3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.902162765 C6_control_B1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.721709589 C6_control_B2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.952089558 C6_control_B3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 6.931732438 C6_control_C1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 6.498537546 C6_control_C2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 6.840871463 C6_control_C3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.250554802 C6_chemical_A1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.94845429 C6_chemical_A3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.421802805 C6_chemical_B1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.535337359 C6_chemical_B2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.053675923 C6_chemical_B3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 7.089637777 C6_chemical_C1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 6.500262706 C6_chemical_C2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 6.215967107 C6_chemical_C3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.928310764 L4_control_A1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.008096236 L4_control_A2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.811190172 L4_control_A3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.894084964 L4_control_B1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.001117387 L4_control_B2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.373884704 L4_control_B3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.193643142 L4_control_C2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.285598608 L4_control_C3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.284822202 L4_chemical_A1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.96463101 L4_chemical_A2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.930915839 L4_chemical_A3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 4.954706606 L4_chemical_B1 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.346365723 L4_chemical_B2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.212294528 L4_chemical_B3 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.552743419 L4_chemical_C2 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.278047317 L4_chemical_C3 +LQ05X016320 Protein GAST1 15.2914877 C6_control_A1 +LQ05X016320 Protein GAST1 14.6785079 C6_control_A3 +LQ05X016320 Protein GAST1 15.557813 C6_control_B1 +LQ05X016320 Protein GAST1 15.09165114 C6_control_B2 +LQ05X016320 Protein GAST1 15.49469277 C6_control_B3 +LQ05X016320 Protein GAST1 7.073897845 C6_control_C1 +LQ05X016320 Protein GAST1 6.238349323 C6_control_C2 +LQ05X016320 Protein GAST1 7.523761987 C6_control_C3 +LQ05X016320 Protein GAST1 15.14721524 C6_chemical_A1 +LQ05X016320 Protein GAST1 14.42835072 C6_chemical_A3 +LQ05X016320 Protein GAST1 15.40865857 C6_chemical_B1 +LQ05X016320 Protein GAST1 14.99167276 C6_chemical_B2 +LQ05X016320 Protein GAST1 15.19052229 C6_chemical_B3 +LQ05X016320 Protein GAST1 7.230636531 C6_chemical_C1 +LQ05X016320 Protein GAST1 6.718726497 C6_chemical_C2 +LQ05X016320 Protein GAST1 8.645446621 C6_chemical_C3 +LQ05X016320 Protein GAST1 14.18395114 L4_control_A1 +LQ05X016320 Protein GAST1 15.08842718 L4_control_A2 +LQ05X016320 Protein GAST1 14.05251288 L4_control_A3 +LQ05X016320 Protein GAST1 14.9329037 L4_control_B1 +LQ05X016320 Protein GAST1 15.15505526 L4_control_B2 +LQ05X016320 Protein GAST1 12.35292047 L4_control_B3 +LQ05X016320 Protein GAST1 6.967801527 L4_control_C2 +LQ05X016320 Protein GAST1 6.69615703 L4_control_C3 +LQ05X016320 Protein GAST1 13.53656306 L4_chemical_A1 +LQ05X016320 Protein GAST1 15.13748649 L4_chemical_A2 +LQ05X016320 Protein GAST1 13.0941616 L4_chemical_A3 +LQ05X016320 Protein GAST1 15.66088376 L4_chemical_B1 +LQ05X016320 Protein GAST1 15.3212967 L4_chemical_B2 +LQ05X016320 Protein GAST1 15.3287211 L4_chemical_B3 +LQ05X016320 Protein GAST1 7.236962958 L4_chemical_C2 +LQ05X016320 Protein GAST1 6.721989316 L4_chemical_C3 +LQ05X016390 Putative uncharacterized protein 6.780210931 C6_control_A1 +LQ05X016390 Putative uncharacterized protein 6.252879891 C6_control_A3 +LQ05X016390 Putative uncharacterized protein 7.090830639 C6_control_B1 +LQ05X016390 Putative uncharacterized protein 6.092752554 C6_control_B2 +LQ05X016390 Putative uncharacterized protein 7.253803968 C6_control_B3 +LQ05X016390 Putative uncharacterized protein 5.87924245 C6_control_C1 +LQ05X016390 Putative uncharacterized protein 5.655132916 C6_control_C2 +LQ05X016390 Putative uncharacterized protein 6.26627301 C6_control_C3 +LQ05X016390 Putative uncharacterized protein 6.144983787 C6_chemical_A1 +LQ05X016390 Putative uncharacterized protein 6.532743017 C6_chemical_A3 +LQ05X016390 Putative uncharacterized protein 6.245488927 C6_chemical_B1 +LQ05X016390 Putative uncharacterized protein 6.354685231 C6_chemical_B2 +LQ05X016390 Putative uncharacterized protein 6.561630708 C6_chemical_B3 +LQ05X016390 Putative uncharacterized protein 5.463149431 C6_chemical_C1 +LQ05X016390 Putative uncharacterized protein 6.338956182 C6_chemical_C2 +LQ05X016390 Putative uncharacterized protein 6.039654868 C6_chemical_C3 +LQ05X016390 Putative uncharacterized protein 6.51840902 L4_control_A1 +LQ05X016390 Putative uncharacterized protein 7.20039188 L4_control_A2 +LQ05X016390 Putative uncharacterized protein 7.096265462 L4_control_A3 +LQ05X016390 Putative uncharacterized protein 6.928386289 L4_control_B1 +LQ05X016390 Putative uncharacterized protein 7.769461549 L4_control_B2 +LQ05X016390 Putative uncharacterized protein 6.985651581 L4_control_B3 +LQ05X016390 Putative uncharacterized protein 6.970720089 L4_control_C2 +LQ05X016390 Putative uncharacterized protein 6.092122116 L4_control_C3 +LQ05X016390 Putative uncharacterized protein 5.971989868 L4_chemical_A1 +LQ05X016390 Putative uncharacterized protein 6.906202174 L4_chemical_A2 +LQ05X016390 Putative uncharacterized protein 6.351781115 L4_chemical_A3 +LQ05X016390 Putative uncharacterized protein 7.687952225 L4_chemical_B1 +LQ05X016390 Putative uncharacterized protein 8.075597296 L4_chemical_B2 +LQ05X016390 Putative uncharacterized protein 6.844477539 L4_chemical_B3 +LQ05X016390 Putative uncharacterized protein 6.8288785 L4_chemical_C2 +LQ05X016390 Putative uncharacterized protein 5.890609225 L4_chemical_C3 +LQ05X016410 Hypothetical protein 5.083991162 C6_control_A1 +LQ05X016410 Hypothetical protein 4.983901253 C6_control_A3 +LQ05X016410 Hypothetical protein 5.306878392 C6_control_B1 +LQ05X016410 Hypothetical protein 4.925054356 C6_control_B2 +LQ05X016410 Hypothetical protein 4.711258836 C6_control_B3 +LQ05X016410 Hypothetical protein 4.726665752 C6_control_C1 +LQ05X016410 Hypothetical protein 4.884694061 C6_control_C2 +LQ05X016410 Hypothetical protein 4.856095796 C6_control_C3 +LQ05X016410 Hypothetical protein 5.313770043 C6_chemical_A1 +LQ05X016410 Hypothetical protein 5.348989629 C6_chemical_A3 +LQ05X016410 Hypothetical protein 4.896368288 C6_chemical_B1 +LQ05X016410 Hypothetical protein 5.058000711 C6_chemical_B2 +LQ05X016410 Hypothetical protein 4.775324856 C6_chemical_B3 +LQ05X016410 Hypothetical protein 4.963929883 C6_chemical_C1 +LQ05X016410 Hypothetical protein 5.275202323 C6_chemical_C2 +LQ05X016410 Hypothetical protein 4.990579416 C6_chemical_C3 +LQ05X016410 Hypothetical protein 4.873643978 L4_control_A1 +LQ05X016410 Hypothetical protein 5.214138471 L4_control_A2 +LQ05X016410 Hypothetical protein 5.46505983 L4_control_A3 +LQ05X016410 Hypothetical protein 4.921588077 L4_control_B1 +LQ05X016410 Hypothetical protein 5.667706942 L4_control_B2 +LQ05X016410 Hypothetical protein 4.736531855 L4_control_B3 +LQ05X016410 Hypothetical protein 5.546133841 L4_control_C2 +LQ05X016410 Hypothetical protein 5.53045929 L4_control_C3 +LQ05X016410 Hypothetical protein 5.050793318 L4_chemical_A1 +LQ05X016410 Hypothetical protein 4.964632114 L4_chemical_A2 +LQ05X016410 Hypothetical protein 5.531280866 L4_chemical_A3 +LQ05X016410 Hypothetical protein 5.123083689 L4_chemical_B1 +LQ05X016410 Hypothetical protein 5.571364712 L4_chemical_B2 +LQ05X016410 Hypothetical protein 4.671711023 L4_chemical_B3 +LQ05X016410 Hypothetical protein 4.998504069 L4_chemical_C2 +LQ05X016410 Hypothetical protein 5.346167229 L4_chemical_C3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.447845607 C6_control_A1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 4.938778818 C6_control_A3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.188371509 C6_control_B1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.929042433 C6_control_B2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.844000619 C6_control_B3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.636008216 C6_control_C1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.967701063 C6_control_C2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.518414072 C6_control_C3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 6.064707898 C6_chemical_A1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.28292913 C6_chemical_A3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 6.370964484 C6_chemical_B1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.995445137 C6_chemical_B2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 6.68545214 C6_chemical_B3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 7.171537072 C6_chemical_C1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 7.329819399 C6_chemical_C2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 6.811044431 C6_chemical_C3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.456733182 L4_control_A1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.713619078 L4_control_A2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 4.989372777 L4_control_A3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.239604426 L4_control_B1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.604079769 L4_control_B2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 6.479009154 L4_control_B3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.994384862 L4_control_C2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.943181706 L4_control_C3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.488761121 L4_chemical_A1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.396940964 L4_chemical_A2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.594294302 L4_chemical_A3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.156662382 L4_chemical_B1 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.505163194 L4_chemical_B2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 6.259840959 L4_chemical_B3 +LQ05X016530 Putative Probable disease resistance protein At4g27220 6.278051059 L4_chemical_C2 +LQ05X016530 Putative Probable disease resistance protein At4g27220 5.534077675 L4_chemical_C3 +LQ05X016660 Putative Insulin-degrading enzyme 11.57321836 C6_control_A1 +LQ05X016660 Putative Insulin-degrading enzyme 11.8149148 C6_control_A3 +LQ05X016660 Putative Insulin-degrading enzyme 11.08347005 C6_control_B1 +LQ05X016660 Putative Insulin-degrading enzyme 12.42103467 C6_control_B2 +LQ05X016660 Putative Insulin-degrading enzyme 11.73584496 C6_control_B3 +LQ05X016660 Putative Insulin-degrading enzyme 12.07201797 C6_control_C1 +LQ05X016660 Putative Insulin-degrading enzyme 11.98571684 C6_control_C2 +LQ05X016660 Putative Insulin-degrading enzyme 12.18371017 C6_control_C3 +LQ05X016660 Putative Insulin-degrading enzyme 11.46965864 C6_chemical_A1 +LQ05X016660 Putative Insulin-degrading enzyme 10.98326067 C6_chemical_A3 +LQ05X016660 Putative Insulin-degrading enzyme 10.78301867 C6_chemical_B1 +LQ05X016660 Putative Insulin-degrading enzyme 11.96950399 C6_chemical_B2 +LQ05X016660 Putative Insulin-degrading enzyme 11.30916048 C6_chemical_B3 +LQ05X016660 Putative Insulin-degrading enzyme 12.13675422 C6_chemical_C1 +LQ05X016660 Putative Insulin-degrading enzyme 12.21173521 C6_chemical_C2 +LQ05X016660 Putative Insulin-degrading enzyme 12.00131244 C6_chemical_C3 +LQ05X016660 Putative Insulin-degrading enzyme 12.00098034 L4_control_A1 +LQ05X016660 Putative Insulin-degrading enzyme 11.90766812 L4_control_A2 +LQ05X016660 Putative Insulin-degrading enzyme 11.85675244 L4_control_A3 +LQ05X016660 Putative Insulin-degrading enzyme 10.7573316 L4_control_B1 +LQ05X016660 Putative Insulin-degrading enzyme 9.996374865 L4_control_B2 +LQ05X016660 Putative Insulin-degrading enzyme 11.38838483 L4_control_B3 +LQ05X016660 Putative Insulin-degrading enzyme 10.33247627 L4_control_C2 +LQ05X016660 Putative Insulin-degrading enzyme 9.701399459 L4_control_C3 +LQ05X016660 Putative Insulin-degrading enzyme 11.86260418 L4_chemical_A1 +LQ05X016660 Putative Insulin-degrading enzyme 11.94078212 L4_chemical_A2 +LQ05X016660 Putative Insulin-degrading enzyme 12.03983893 L4_chemical_A3 +LQ05X016660 Putative Insulin-degrading enzyme 10.86750107 L4_chemical_B1 +LQ05X016660 Putative Insulin-degrading enzyme 9.675944213 L4_chemical_B2 +LQ05X016660 Putative Insulin-degrading enzyme 11.7295191 L4_chemical_B3 +LQ05X016660 Putative Insulin-degrading enzyme 10.56987545 L4_chemical_C2 +LQ05X016660 Putative Insulin-degrading enzyme 10.04085515 L4_chemical_C3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.887582906 C6_control_A1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.027273992 C6_control_A3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.843367986 C6_control_B1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.917083007 C6_control_B2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.877778677 C6_control_B3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.20251282 C6_control_C1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.393314435 C6_control_C2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.880765972 C6_control_C3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.16119868 C6_chemical_A1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.908894412 C6_chemical_A3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.97209677 C6_chemical_B1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.802803281 C6_chemical_B2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.826765635 C6_chemical_B3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.693428963 C6_chemical_C1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.36472358 C6_chemical_C2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.522484696 C6_chemical_C3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.593507805 L4_control_A1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.817533581 L4_control_A2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.968606193 L4_control_A3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.667929973 L4_control_B1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.828660341 L4_control_B2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.852192099 L4_control_B3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.877848992 L4_control_C2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.144712415 L4_control_C3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.42817937 L4_chemical_A1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.813062057 L4_chemical_A2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.87191849 L4_chemical_A3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.69662994 L4_chemical_B1 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.256510415 L4_chemical_B2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.224215542 L4_chemical_B3 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.954896537 L4_chemical_C2 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.790417946 L4_chemical_C3 +LQ05X016710 Putative uncharacterized protein 5.220657299 C6_control_A1 +LQ05X016710 Putative uncharacterized protein 5.300589048 C6_control_A3 +LQ05X016710 Putative uncharacterized protein 5.081692975 C6_control_B1 +LQ05X016710 Putative uncharacterized protein 5.316690955 C6_control_B2 +LQ05X016710 Putative uncharacterized protein 5.838574385 C6_control_B3 +LQ05X016710 Putative uncharacterized protein 5.673413805 C6_control_C1 +LQ05X016710 Putative uncharacterized protein 5.115150039 C6_control_C2 +LQ05X016710 Putative uncharacterized protein 5.124105623 C6_control_C3 +LQ05X016710 Putative uncharacterized protein 5.074335376 C6_chemical_A1 +LQ05X016710 Putative uncharacterized protein 5.070210463 C6_chemical_A3 +LQ05X016710 Putative uncharacterized protein 5.202431303 C6_chemical_B1 +LQ05X016710 Putative uncharacterized protein 5.42512788 C6_chemical_B2 +LQ05X016710 Putative uncharacterized protein 5.618145337 C6_chemical_B3 +LQ05X016710 Putative uncharacterized protein 5.320761229 C6_chemical_C1 +LQ05X016710 Putative uncharacterized protein 5.443098553 C6_chemical_C2 +LQ05X016710 Putative uncharacterized protein 5.055255431 C6_chemical_C3 +LQ05X016710 Putative uncharacterized protein 5.389630324 L4_control_A1 +LQ05X016710 Putative uncharacterized protein 5.288568362 L4_control_A2 +LQ05X016710 Putative uncharacterized protein 5.564252541 L4_control_A3 +LQ05X016710 Putative uncharacterized protein 5.899433631 L4_control_B1 +LQ05X016710 Putative uncharacterized protein 4.989263036 L4_control_B2 +LQ05X016710 Putative uncharacterized protein 5.232406991 L4_control_B3 +LQ05X016710 Putative uncharacterized protein 4.923004524 L4_control_C2 +LQ05X016710 Putative uncharacterized protein 5.058041195 L4_control_C3 +LQ05X016710 Putative uncharacterized protein 5.095393962 L4_chemical_A1 +LQ05X016710 Putative uncharacterized protein 5.190508447 L4_chemical_A2 +LQ05X016710 Putative uncharacterized protein 5.232265422 L4_chemical_A3 +LQ05X016710 Putative uncharacterized protein 4.913846668 L4_chemical_B1 +LQ05X016710 Putative uncharacterized protein 5.327034957 L4_chemical_B2 +LQ05X016710 Putative uncharacterized protein 5.337874147 L4_chemical_B3 +LQ05X016710 Putative uncharacterized protein 5.757726307 L4_chemical_C2 +LQ05X016710 Putative uncharacterized protein 4.843437442 L4_chemical_C3 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.68717264 C6_control_A1 +LQ05X016720 Putative Magnesium-chelatase subunit H 12.33905467 C6_control_A3 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.97388231 C6_control_B1 +LQ05X016720 Putative Magnesium-chelatase subunit H 14.43279697 C6_control_B2 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.38260464 C6_control_B3 +LQ05X016720 Putative Magnesium-chelatase subunit H 14.76005682 C6_control_C1 +LQ05X016720 Putative Magnesium-chelatase subunit H 15.01158361 C6_control_C2 +LQ05X016720 Putative Magnesium-chelatase subunit H 14.2336087 C6_control_C3 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.76607387 C6_chemical_A1 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.09490734 C6_chemical_A3 +LQ05X016720 Putative Magnesium-chelatase subunit H 14.49468127 C6_chemical_B1 +LQ05X016720 Putative Magnesium-chelatase subunit H 15.09489962 C6_chemical_B2 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.23496834 C6_chemical_B3 +LQ05X016720 Putative Magnesium-chelatase subunit H 14.63742822 C6_chemical_C1 +LQ05X016720 Putative Magnesium-chelatase subunit H 14.84653626 C6_chemical_C2 +LQ05X016720 Putative Magnesium-chelatase subunit H 15.20375472 C6_chemical_C3 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.4764778 L4_control_A1 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.45754712 L4_control_A2 +LQ05X016720 Putative Magnesium-chelatase subunit H 12.73207799 L4_control_A3 +LQ05X016720 Putative Magnesium-chelatase subunit H 14.10505378 L4_control_B1 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.88792469 L4_control_B2 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.70064268 L4_control_B3 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.6583351 L4_control_C2 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.35173962 L4_control_C3 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.22663886 L4_chemical_A1 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.37196826 L4_chemical_A2 +LQ05X016720 Putative Magnesium-chelatase subunit H 12.75110296 L4_chemical_A3 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.31818429 L4_chemical_B1 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.45512674 L4_chemical_B2 +LQ05X016720 Putative Magnesium-chelatase subunit H 14.05941762 L4_chemical_B3 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.48599719 L4_chemical_C2 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.92400976 L4_chemical_C3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.734094954 C6_control_A1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 6.231398467 C6_control_A3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.471278497 C6_control_B1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 4.959449968 C6_control_B2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.48788495 C6_control_B3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.178419143 C6_control_C1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.696037201 C6_control_C2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.03180115 C6_control_C3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.630402009 C6_chemical_A1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.489576079 C6_chemical_A3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.62152199 C6_chemical_B1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.268918789 C6_chemical_B2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.135635847 C6_chemical_B3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.252591711 C6_chemical_C1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.522366918 C6_chemical_C2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.056590208 C6_chemical_C3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.403176564 L4_control_A1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.294995577 L4_control_A2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.480565243 L4_control_A3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.363457089 L4_control_B1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.296702434 L4_control_B2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.366129693 L4_control_B3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.554614591 L4_control_C2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.571060918 L4_control_C3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.338812524 L4_chemical_A1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.322883485 L4_chemical_A2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.807375842 L4_chemical_A3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.443936887 L4_chemical_B1 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.425263478 L4_chemical_B2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.450155831 L4_chemical_B3 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.203931395 L4_chemical_C2 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.863857812 L4_chemical_C3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.59370168 C6_control_A1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.37433251 C6_control_A3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.32227114 C6_control_B1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.27461954 C6_control_B2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.20471582 C6_control_B3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.30494556 C6_control_C1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.39236991 C6_control_C2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.0743844 C6_control_C3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.33080285 C6_chemical_A1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.88401758 C6_chemical_A3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.22825614 C6_chemical_B1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.23700098 C6_chemical_B2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.9142897 C6_chemical_B3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.35401694 C6_chemical_C1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.38746526 C6_chemical_C2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.9475977 C6_chemical_C3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.36907391 L4_control_A1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.46472248 L4_control_A2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.87764297 L4_control_A3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.42437948 L4_control_B1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.35635519 L4_control_B2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.38858906 L4_control_B3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.18610649 L4_control_C2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.12428279 L4_control_C3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.34275304 L4_chemical_A1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.64366472 L4_chemical_A2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.00023085 L4_chemical_A3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.16985125 L4_chemical_B1 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.54429718 L4_chemical_B2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.67354472 L4_chemical_B3 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.04327646 L4_chemical_C2 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 11.20198314 L4_chemical_C3 +LQ05X016780 Villin-2 5.463165959 C6_control_A1 +LQ05X016780 Villin-2 5.87125029 C6_control_A3 +LQ05X016780 Villin-2 5.179948455 C6_control_B1 +LQ05X016780 Villin-2 6.499153107 C6_control_B2 +LQ05X016780 Villin-2 5.829092815 C6_control_B3 +LQ05X016780 Villin-2 6.53687495 C6_control_C1 +LQ05X016780 Villin-2 7.638403492 C6_control_C2 +LQ05X016780 Villin-2 7.353362235 C6_control_C3 +LQ05X016780 Villin-2 6.711007658 C6_chemical_A1 +LQ05X016780 Villin-2 6.11756163 C6_chemical_A3 +LQ05X016780 Villin-2 6.216818279 C6_chemical_B1 +LQ05X016780 Villin-2 6.893048295 C6_chemical_B2 +LQ05X016780 Villin-2 7.001265318 C6_chemical_B3 +LQ05X016780 Villin-2 7.513135303 C6_chemical_C1 +LQ05X016780 Villin-2 7.545249731 C6_chemical_C2 +LQ05X016780 Villin-2 7.953344396 C6_chemical_C3 +LQ05X016780 Villin-2 7.138779573 L4_control_A1 +LQ05X016780 Villin-2 6.833287043 L4_control_A2 +LQ05X016780 Villin-2 6.914466833 L4_control_A3 +LQ05X016780 Villin-2 5.867550133 L4_control_B1 +LQ05X016780 Villin-2 5.250086796 L4_control_B2 +LQ05X016780 Villin-2 7.004791243 L4_control_B3 +LQ05X016780 Villin-2 5.90045889 L4_control_C2 +LQ05X016780 Villin-2 6.702690602 L4_control_C3 +LQ05X016780 Villin-2 7.191800021 L4_chemical_A1 +LQ05X016780 Villin-2 7.040213593 L4_chemical_A2 +LQ05X016780 Villin-2 8.268169804 L4_chemical_A3 +LQ05X016780 Villin-2 5.87339347 L4_chemical_B1 +LQ05X016780 Villin-2 5.36495973 L4_chemical_B2 +LQ05X016780 Villin-2 7.178102161 L4_chemical_B3 +LQ05X016780 Villin-2 6.773901426 L4_chemical_C2 +LQ05X016780 Villin-2 6.637933679 L4_chemical_C3 +LQ05X016790 Predicted protein (Fragment) 12.87687118 C6_control_A1 +LQ05X016790 Predicted protein (Fragment) 11.70690508 C6_control_A3 +LQ05X016790 Predicted protein (Fragment) 13.12516971 C6_control_B1 +LQ05X016790 Predicted protein (Fragment) 13.56007232 C6_control_B2 +LQ05X016790 Predicted protein (Fragment) 13.65171307 C6_control_B3 +LQ05X016790 Predicted protein (Fragment) 11.28825023 C6_control_C1 +LQ05X016790 Predicted protein (Fragment) 12.0828253 C6_control_C2 +LQ05X016790 Predicted protein (Fragment) 11.02427218 C6_control_C3 +LQ05X016790 Predicted protein (Fragment) 12.84493462 C6_chemical_A1 +LQ05X016790 Predicted protein (Fragment) 11.82413351 C6_chemical_A3 +LQ05X016790 Predicted protein (Fragment) 13.36591696 C6_chemical_B1 +LQ05X016790 Predicted protein (Fragment) 13.91002334 C6_chemical_B2 +LQ05X016790 Predicted protein (Fragment) 13.49691631 C6_chemical_B3 +LQ05X016790 Predicted protein (Fragment) 11.48034532 C6_chemical_C1 +LQ05X016790 Predicted protein (Fragment) 11.34056301 C6_chemical_C2 +LQ05X016790 Predicted protein (Fragment) 11.1476608 C6_chemical_C3 +LQ05X016790 Predicted protein (Fragment) 11.89873835 L4_control_A1 +LQ05X016790 Predicted protein (Fragment) 13.14719777 L4_control_A2 +LQ05X016790 Predicted protein (Fragment) 11.57160145 L4_control_A3 +LQ05X016790 Predicted protein (Fragment) 13.4991795 L4_control_B1 +LQ05X016790 Predicted protein (Fragment) 13.36007679 L4_control_B2 +LQ05X016790 Predicted protein (Fragment) 13.62351577 L4_control_B3 +LQ05X016790 Predicted protein (Fragment) 11.44802965 L4_control_C2 +LQ05X016790 Predicted protein (Fragment) 10.96975329 L4_control_C3 +LQ05X016790 Predicted protein (Fragment) 11.22477493 L4_chemical_A1 +LQ05X016790 Predicted protein (Fragment) 12.88258963 L4_chemical_A2 +LQ05X016790 Predicted protein (Fragment) 11.11451204 L4_chemical_A3 +LQ05X016790 Predicted protein (Fragment) 12.90755079 L4_chemical_B1 +LQ05X016790 Predicted protein (Fragment) 13.29327737 L4_chemical_B2 +LQ05X016790 Predicted protein (Fragment) 13.78618878 L4_chemical_B3 +LQ05X016790 Predicted protein (Fragment) 11.35935275 L4_chemical_C2 +LQ05X016790 Predicted protein (Fragment) 10.77925168 L4_chemical_C3 +LQ05X016800 Putative uncharacterized protein 11.79817365 C6_control_A1 +LQ05X016800 Putative uncharacterized protein 12.29047633 C6_control_A3 +LQ05X016800 Putative uncharacterized protein 11.21606811 C6_control_B1 +LQ05X016800 Putative uncharacterized protein 11.55330459 C6_control_B2 +LQ05X016800 Putative uncharacterized protein 11.23087439 C6_control_B3 +LQ05X016800 Putative uncharacterized protein 12.0516778 C6_control_C1 +LQ05X016800 Putative uncharacterized protein 12.02668868 C6_control_C2 +LQ05X016800 Putative uncharacterized protein 12.44030952 C6_control_C3 +LQ05X016800 Putative uncharacterized protein 11.45505242 C6_chemical_A1 +LQ05X016800 Putative uncharacterized protein 11.29017026 C6_chemical_A3 +LQ05X016800 Putative uncharacterized protein 10.19062396 C6_chemical_B1 +LQ05X016800 Putative uncharacterized protein 10.70984397 C6_chemical_B2 +LQ05X016800 Putative uncharacterized protein 10.99805901 C6_chemical_B3 +LQ05X016800 Putative uncharacterized protein 11.63568544 C6_chemical_C1 +LQ05X016800 Putative uncharacterized protein 11.887412 C6_chemical_C2 +LQ05X016800 Putative uncharacterized protein 11.88528747 C6_chemical_C3 +LQ05X016800 Putative uncharacterized protein 12.57900874 L4_control_A1 +LQ05X016800 Putative uncharacterized protein 12.3405508 L4_control_A2 +LQ05X016800 Putative uncharacterized protein 13.03897519 L4_control_A3 +LQ05X016800 Putative uncharacterized protein 11.57330445 L4_control_B1 +LQ05X016800 Putative uncharacterized protein 11.25302884 L4_control_B2 +LQ05X016800 Putative uncharacterized protein 11.90756036 L4_control_B3 +LQ05X016800 Putative uncharacterized protein 12.66842317 L4_control_C2 +LQ05X016800 Putative uncharacterized protein 12.43480346 L4_control_C3 +LQ05X016800 Putative uncharacterized protein 12.44229049 L4_chemical_A1 +LQ05X016800 Putative uncharacterized protein 12.05321556 L4_chemical_A2 +LQ05X016800 Putative uncharacterized protein 12.73813939 L4_chemical_A3 +LQ05X016800 Putative uncharacterized protein 11.5187827 L4_chemical_B1 +LQ05X016800 Putative uncharacterized protein 11.88080592 L4_chemical_B2 +LQ05X016800 Putative uncharacterized protein 11.57323101 L4_chemical_B3 +LQ05X016800 Putative uncharacterized protein 12.6678766 L4_chemical_C2 +LQ05X016800 Putative uncharacterized protein 12.19471336 L4_chemical_C3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.169405785 C6_control_A1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.091110557 C6_control_A3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.435382456 C6_control_B1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.907555068 C6_control_B2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.203596779 C6_control_B3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.818176064 C6_control_C1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.992604527 C6_control_C2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.877467392 C6_control_C3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.99096412 C6_chemical_A1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.313169418 C6_chemical_A3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.984919421 C6_chemical_B1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.834339394 C6_chemical_B2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.936503024 C6_chemical_B3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.182682011 C6_chemical_C1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.830599684 C6_chemical_C2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.8728391 C6_chemical_C3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.268383741 L4_control_A1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.301743146 L4_control_A2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.322831011 L4_control_A3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.85248749 L4_control_B1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.161391365 L4_control_B2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.316209909 L4_control_B3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.060754549 L4_control_C2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.093057864 L4_control_C3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.262422807 L4_chemical_A1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.217060864 L4_chemical_A2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.23224376 L4_chemical_A3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.015620666 L4_chemical_B1 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.366652178 L4_chemical_B2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.948959433 L4_chemical_B3 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.421560655 L4_chemical_C2 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 5.144965093 L4_chemical_C3 +LQ05X016940 Chalcone synthase 5.844713379 C6_control_A1 +LQ05X016940 Chalcone synthase 6.171780329 C6_control_A3 +LQ05X016940 Chalcone synthase 6.475810807 C6_control_B1 +LQ05X016940 Chalcone synthase 5.779172684 C6_control_B2 +LQ05X016940 Chalcone synthase 5.438922145 C6_control_B3 +LQ05X016940 Chalcone synthase 5.408498656 C6_control_C1 +LQ05X016940 Chalcone synthase 5.042594593 C6_control_C2 +LQ05X016940 Chalcone synthase 4.980507448 C6_control_C3 +LQ05X016940 Chalcone synthase 6.069636845 C6_chemical_A1 +LQ05X016940 Chalcone synthase 8.098497817 C6_chemical_A3 +LQ05X016940 Chalcone synthase 5.890413494 C6_chemical_B1 +LQ05X016940 Chalcone synthase 5.431028279 C6_chemical_B2 +LQ05X016940 Chalcone synthase 6.00984903 C6_chemical_B3 +LQ05X016940 Chalcone synthase 5.300521317 C6_chemical_C1 +LQ05X016940 Chalcone synthase 5.248269108 C6_chemical_C2 +LQ05X016940 Chalcone synthase 5.32560657 C6_chemical_C3 +LQ05X016940 Chalcone synthase 8.703352197 L4_control_A1 +LQ05X016940 Chalcone synthase 9.050904742 L4_control_A2 +LQ05X016940 Chalcone synthase 8.762868002 L4_control_A3 +LQ05X016940 Chalcone synthase 7.608298122 L4_control_B1 +LQ05X016940 Chalcone synthase 7.223611054 L4_control_B2 +LQ05X016940 Chalcone synthase 7.372370518 L4_control_B3 +LQ05X016940 Chalcone synthase 5.571198332 L4_control_C2 +LQ05X016940 Chalcone synthase 7.061283335 L4_control_C3 +LQ05X016940 Chalcone synthase 9.171888501 L4_chemical_A1 +LQ05X016940 Chalcone synthase 8.86221539 L4_chemical_A2 +LQ05X016940 Chalcone synthase 8.588060831 L4_chemical_A3 +LQ05X016940 Chalcone synthase 6.653556268 L4_chemical_B1 +LQ05X016940 Chalcone synthase 6.739377458 L4_chemical_B2 +LQ05X016940 Chalcone synthase 7.878228495 L4_chemical_B3 +LQ05X016940 Chalcone synthase 4.973853992 L4_chemical_C2 +LQ05X016940 Chalcone synthase 6.208378426 L4_chemical_C3 +LQ05X016980 Heat stress transcription factor B-3 5.223192074 C6_control_A1 +LQ05X016980 Heat stress transcription factor B-3 5.483357243 C6_control_A3 +LQ05X016980 Heat stress transcription factor B-3 5.112304129 C6_control_B1 +LQ05X016980 Heat stress transcription factor B-3 5.035273595 C6_control_B2 +LQ05X016980 Heat stress transcription factor B-3 4.985890286 C6_control_B3 +LQ05X016980 Heat stress transcription factor B-3 4.861300099 C6_control_C1 +LQ05X016980 Heat stress transcription factor B-3 4.705950832 C6_control_C2 +LQ05X016980 Heat stress transcription factor B-3 4.913437987 C6_control_C3 +LQ05X016980 Heat stress transcription factor B-3 5.180660193 C6_chemical_A1 +LQ05X016980 Heat stress transcription factor B-3 5.265664339 C6_chemical_A3 +LQ05X016980 Heat stress transcription factor B-3 5.017183039 C6_chemical_B1 +LQ05X016980 Heat stress transcription factor B-3 5.115910248 C6_chemical_B2 +LQ05X016980 Heat stress transcription factor B-3 5.002997103 C6_chemical_B3 +LQ05X016980 Heat stress transcription factor B-3 4.947665016 C6_chemical_C1 +LQ05X016980 Heat stress transcription factor B-3 5.072005856 C6_chemical_C2 +LQ05X016980 Heat stress transcription factor B-3 4.907267473 C6_chemical_C3 +LQ05X016980 Heat stress transcription factor B-3 5.00376702 L4_control_A1 +LQ05X016980 Heat stress transcription factor B-3 5.0870932 L4_control_A2 +LQ05X016980 Heat stress transcription factor B-3 6.044114784 L4_control_A3 +LQ05X016980 Heat stress transcription factor B-3 5.823228445 L4_control_B1 +LQ05X016980 Heat stress transcription factor B-3 5.555304594 L4_control_B2 +LQ05X016980 Heat stress transcription factor B-3 5.529869323 L4_control_B3 +LQ05X016980 Heat stress transcription factor B-3 4.816773138 L4_control_C2 +LQ05X016980 Heat stress transcription factor B-3 4.832459359 L4_control_C3 +LQ05X016980 Heat stress transcription factor B-3 4.792947626 L4_chemical_A1 +LQ05X016980 Heat stress transcription factor B-3 5.367059958 L4_chemical_A2 +LQ05X016980 Heat stress transcription factor B-3 5.987422654 L4_chemical_A3 +LQ05X016980 Heat stress transcription factor B-3 5.230318607 L4_chemical_B1 +LQ05X016980 Heat stress transcription factor B-3 5.898768589 L4_chemical_B2 +LQ05X016980 Heat stress transcription factor B-3 5.518973743 L4_chemical_B3 +LQ05X016980 Heat stress transcription factor B-3 4.992423069 L4_chemical_C2 +LQ05X016980 Heat stress transcription factor B-3 4.833410358 L4_chemical_C3 +LQ05X017060 Thioredoxin reductase 5.611129172 C6_control_A1 +LQ05X017060 Thioredoxin reductase 5.910417611 C6_control_A3 +LQ05X017060 Thioredoxin reductase 5.530638935 C6_control_B1 +LQ05X017060 Thioredoxin reductase 5.329985558 C6_control_B2 +LQ05X017060 Thioredoxin reductase 5.373682435 C6_control_B3 +LQ05X017060 Thioredoxin reductase 5.688427336 C6_control_C1 +LQ05X017060 Thioredoxin reductase 7.891860651 C6_control_C2 +LQ05X017060 Thioredoxin reductase 5.746510773 C6_control_C3 +LQ05X017060 Thioredoxin reductase 5.156766956 C6_chemical_A1 +LQ05X017060 Thioredoxin reductase 4.992201837 C6_chemical_A3 +LQ05X017060 Thioredoxin reductase 5.552301213 C6_chemical_B1 +LQ05X017060 Thioredoxin reductase 6.179935852 C6_chemical_B2 +LQ05X017060 Thioredoxin reductase 5.302949397 C6_chemical_B3 +LQ05X017060 Thioredoxin reductase 6.461148535 C6_chemical_C1 +LQ05X017060 Thioredoxin reductase 5.804937111 C6_chemical_C2 +LQ05X017060 Thioredoxin reductase 5.617904623 C6_chemical_C3 +LQ05X017060 Thioredoxin reductase 5.086606557 L4_control_A1 +LQ05X017060 Thioredoxin reductase 5.532233159 L4_control_A2 +LQ05X017060 Thioredoxin reductase 4.717855274 L4_control_A3 +LQ05X017060 Thioredoxin reductase 5.381355522 L4_control_B1 +LQ05X017060 Thioredoxin reductase 4.870087803 L4_control_B2 +LQ05X017060 Thioredoxin reductase 5.359589068 L4_control_B3 +LQ05X017060 Thioredoxin reductase 5.157245503 L4_control_C2 +LQ05X017060 Thioredoxin reductase 5.669351603 L4_control_C3 +LQ05X017060 Thioredoxin reductase 5.378741554 L4_chemical_A1 +LQ05X017060 Thioredoxin reductase 5.116840396 L4_chemical_A2 +LQ05X017060 Thioredoxin reductase 5.30924655 L4_chemical_A3 +LQ05X017060 Thioredoxin reductase 5.180237486 L4_chemical_B1 +LQ05X017060 Thioredoxin reductase 4.782767159 L4_chemical_B2 +LQ05X017060 Thioredoxin reductase 5.549639734 L4_chemical_B3 +LQ05X017060 Thioredoxin reductase 5.469753957 L4_chemical_C2 +LQ05X017060 Thioredoxin reductase 5.701003402 L4_chemical_C3 +LQ05X017160 Putative uncharacterized protein 5.681385643 C6_control_A1 +LQ05X017160 Putative uncharacterized protein 5.353363643 C6_control_A3 +LQ05X017160 Putative uncharacterized protein 5.460109557 C6_control_B1 +LQ05X017160 Putative uncharacterized protein 5.6859113 C6_control_B2 +LQ05X017160 Putative uncharacterized protein 5.346034685 C6_control_B3 +LQ05X017160 Putative uncharacterized protein 5.871642626 C6_control_C1 +LQ05X017160 Putative uncharacterized protein 5.481069477 C6_control_C2 +LQ05X017160 Putative uncharacterized protein 5.774067816 C6_control_C3 +LQ05X017160 Putative uncharacterized protein 5.654875134 C6_chemical_A1 +LQ05X017160 Putative uncharacterized protein 5.229283262 C6_chemical_A3 +LQ05X017160 Putative uncharacterized protein 5.371438518 C6_chemical_B1 +LQ05X017160 Putative uncharacterized protein 5.732459101 C6_chemical_B2 +LQ05X017160 Putative uncharacterized protein 5.186978056 C6_chemical_B3 +LQ05X017160 Putative uncharacterized protein 6.127222681 C6_chemical_C1 +LQ05X017160 Putative uncharacterized protein 5.67498072 C6_chemical_C2 +LQ05X017160 Putative uncharacterized protein 5.89835603 C6_chemical_C3 +LQ05X017160 Putative uncharacterized protein 5.586983625 L4_control_A1 +LQ05X017160 Putative uncharacterized protein 5.816080147 L4_control_A2 +LQ05X017160 Putative uncharacterized protein 5.671420478 L4_control_A3 +LQ05X017160 Putative uncharacterized protein 5.679806173 L4_control_B1 +LQ05X017160 Putative uncharacterized protein 6.304066828 L4_control_B2 +LQ05X017160 Putative uncharacterized protein 5.391035924 L4_control_B3 +LQ05X017160 Putative uncharacterized protein 6.574631362 L4_control_C2 +LQ05X017160 Putative uncharacterized protein 5.888109225 L4_control_C3 +LQ05X017160 Putative uncharacterized protein 5.309879533 L4_chemical_A1 +LQ05X017160 Putative uncharacterized protein 6.065569205 L4_chemical_A2 +LQ05X017160 Putative uncharacterized protein 6.336496383 L4_chemical_A3 +LQ05X017160 Putative uncharacterized protein 5.786897871 L4_chemical_B1 +LQ05X017160 Putative uncharacterized protein 6.432111948 L4_chemical_B2 +LQ05X017160 Putative uncharacterized protein 5.466726658 L4_chemical_B3 +LQ05X017160 Putative uncharacterized protein 6.722251626 L4_chemical_C2 +LQ05X017160 Putative uncharacterized protein 6.491346802 L4_chemical_C3 +LQ05X017220 Glycosyltransferase, putative 5.3400022 C6_control_A1 +LQ05X017220 Glycosyltransferase, putative 5.101141463 C6_control_A3 +LQ05X017220 Glycosyltransferase, putative 5.123059437 C6_control_B1 +LQ05X017220 Glycosyltransferase, putative 4.832663132 C6_control_B2 +LQ05X017220 Glycosyltransferase, putative 4.855669987 C6_control_B3 +LQ05X017220 Glycosyltransferase, putative 5.163988312 C6_control_C1 +LQ05X017220 Glycosyltransferase, putative 5.737620664 C6_control_C2 +LQ05X017220 Glycosyltransferase, putative 5.045489316 C6_control_C3 +LQ05X017220 Glycosyltransferase, putative 4.827850092 C6_chemical_A1 +LQ05X017220 Glycosyltransferase, putative 5.210225374 C6_chemical_A3 +LQ05X017220 Glycosyltransferase, putative 5.151206729 C6_chemical_B1 +LQ05X017220 Glycosyltransferase, putative 4.712196653 C6_chemical_B2 +LQ05X017220 Glycosyltransferase, putative 4.800393113 C6_chemical_B3 +LQ05X017220 Glycosyltransferase, putative 5.10736156 C6_chemical_C1 +LQ05X017220 Glycosyltransferase, putative 5.063168697 C6_chemical_C2 +LQ05X017220 Glycosyltransferase, putative 4.950254378 C6_chemical_C3 +LQ05X017220 Glycosyltransferase, putative 4.753844926 L4_control_A1 +LQ05X017220 Glycosyltransferase, putative 4.928816279 L4_control_A2 +LQ05X017220 Glycosyltransferase, putative 4.988892633 L4_control_A3 +LQ05X017220 Glycosyltransferase, putative 5.42063518 L4_control_B1 +LQ05X017220 Glycosyltransferase, putative 5.262842528 L4_control_B2 +LQ05X017220 Glycosyltransferase, putative 5.04998465 L4_control_B3 +LQ05X017220 Glycosyltransferase, putative 5.007811753 L4_control_C2 +LQ05X017220 Glycosyltransferase, putative 4.727040745 L4_control_C3 +LQ05X017220 Glycosyltransferase, putative 5.017260319 L4_chemical_A1 +LQ05X017220 Glycosyltransferase, putative 4.865350101 L4_chemical_A2 +LQ05X017220 Glycosyltransferase, putative 5.067353883 L4_chemical_A3 +LQ05X017220 Glycosyltransferase, putative 5.099356346 L4_chemical_B1 +LQ05X017220 Glycosyltransferase, putative 5.075902787 L4_chemical_B2 +LQ05X017220 Glycosyltransferase, putative 5.062334021 L4_chemical_B3 +LQ05X017220 Glycosyltransferase, putative 5.354913532 L4_chemical_C2 +LQ05X017220 Glycosyltransferase, putative 5.583202975 L4_chemical_C3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.22432781 C6_control_A1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.50373274 C6_control_A3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.91452349 C6_control_B1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.59937954 C6_control_B2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.89004932 C6_control_B3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.89240398 C6_control_C1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.91874542 C6_control_C2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.92665908 C6_control_C3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.14786359 C6_chemical_A1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.54883627 C6_chemical_A3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.83214178 C6_chemical_B1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.67509278 C6_chemical_B2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.94456301 C6_chemical_B3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.9766177 C6_chemical_C1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.99056236 C6_chemical_C2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.03517798 C6_chemical_C3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.50682451 L4_control_A1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.76092458 L4_control_A2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 13.06462951 L4_control_A3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.20066961 L4_control_B1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.06886402 L4_control_B2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.0397329 L4_control_B3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.44595025 L4_control_C2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.79222409 L4_control_C3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.39951881 L4_chemical_A1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.77480907 L4_chemical_A2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.88168883 L4_chemical_A3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.23035096 L4_chemical_B1 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.10334501 L4_chemical_B2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 11.90023242 L4_chemical_B3 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.38372145 L4_chemical_C2 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.7955038 L4_chemical_C3 +LQ05X017270 Transcription initiation factor IIB-2 12.37667099 C6_control_A1 +LQ05X017270 Transcription initiation factor IIB-2 12.53289992 C6_control_A3 +LQ05X017270 Transcription initiation factor IIB-2 12.10665393 C6_control_B1 +LQ05X017270 Transcription initiation factor IIB-2 11.98172334 C6_control_B2 +LQ05X017270 Transcription initiation factor IIB-2 11.93550145 C6_control_B3 +LQ05X017270 Transcription initiation factor IIB-2 11.68993726 C6_control_C1 +LQ05X017270 Transcription initiation factor IIB-2 11.74209931 C6_control_C2 +LQ05X017270 Transcription initiation factor IIB-2 11.73555254 C6_control_C3 +LQ05X017270 Transcription initiation factor IIB-2 12.04288383 C6_chemical_A1 +LQ05X017270 Transcription initiation factor IIB-2 11.96006618 C6_chemical_A3 +LQ05X017270 Transcription initiation factor IIB-2 11.79324082 C6_chemical_B1 +LQ05X017270 Transcription initiation factor IIB-2 12.02718083 C6_chemical_B2 +LQ05X017270 Transcription initiation factor IIB-2 11.61965054 C6_chemical_B3 +LQ05X017270 Transcription initiation factor IIB-2 11.78518154 C6_chemical_C1 +LQ05X017270 Transcription initiation factor IIB-2 11.64613801 C6_chemical_C2 +LQ05X017270 Transcription initiation factor IIB-2 11.50580203 C6_chemical_C3 +LQ05X017270 Transcription initiation factor IIB-2 11.97835173 L4_control_A1 +LQ05X017270 Transcription initiation factor IIB-2 11.65412246 L4_control_A2 +LQ05X017270 Transcription initiation factor IIB-2 11.06792722 L4_control_A3 +LQ05X017270 Transcription initiation factor IIB-2 11.52187122 L4_control_B1 +LQ05X017270 Transcription initiation factor IIB-2 11.03039168 L4_control_B2 +LQ05X017270 Transcription initiation factor IIB-2 11.31718363 L4_control_B3 +LQ05X017270 Transcription initiation factor IIB-2 10.81642151 L4_control_C2 +LQ05X017270 Transcription initiation factor IIB-2 10.5370334 L4_control_C3 +LQ05X017270 Transcription initiation factor IIB-2 11.92605091 L4_chemical_A1 +LQ05X017270 Transcription initiation factor IIB-2 11.20003279 L4_chemical_A2 +LQ05X017270 Transcription initiation factor IIB-2 11.29079402 L4_chemical_A3 +LQ05X017270 Transcription initiation factor IIB-2 11.40696062 L4_chemical_B1 +LQ05X017270 Transcription initiation factor IIB-2 11.00631888 L4_chemical_B2 +LQ05X017270 Transcription initiation factor IIB-2 11.35037186 L4_chemical_B3 +LQ05X017270 Transcription initiation factor IIB-2 10.40431018 L4_chemical_C2 +LQ05X017270 Transcription initiation factor IIB-2 10.54102998 L4_chemical_C3 +LQ05X017290 Putative copia-like polyprotein 4.587524804 C6_control_A1 +LQ05X017290 Putative copia-like polyprotein 4.989850741 C6_control_A3 +LQ05X017290 Putative copia-like polyprotein 4.785375184 C6_control_B1 +LQ05X017290 Putative copia-like polyprotein 5.000322475 C6_control_B2 +LQ05X017290 Putative copia-like polyprotein 4.909154608 C6_control_B3 +LQ05X017290 Putative copia-like polyprotein 4.752645022 C6_control_C1 +LQ05X017290 Putative copia-like polyprotein 4.879245985 C6_control_C2 +LQ05X017290 Putative copia-like polyprotein 4.787343527 C6_control_C3 +LQ05X017290 Putative copia-like polyprotein 4.935622688 C6_chemical_A1 +LQ05X017290 Putative copia-like polyprotein 4.787513668 C6_chemical_A3 +LQ05X017290 Putative copia-like polyprotein 5.148870687 C6_chemical_B1 +LQ05X017290 Putative copia-like polyprotein 4.989754317 C6_chemical_B2 +LQ05X017290 Putative copia-like polyprotein 4.901748059 C6_chemical_B3 +LQ05X017290 Putative copia-like polyprotein 4.7454986 C6_chemical_C1 +LQ05X017290 Putative copia-like polyprotein 5.134550914 C6_chemical_C2 +LQ05X017290 Putative copia-like polyprotein 4.862557975 C6_chemical_C3 +LQ05X017290 Putative copia-like polyprotein 4.899733203 L4_control_A1 +LQ05X017290 Putative copia-like polyprotein 5.248695233 L4_control_A2 +LQ05X017290 Putative copia-like polyprotein 5.323799794 L4_control_A3 +LQ05X017290 Putative copia-like polyprotein 4.935831339 L4_control_B1 +LQ05X017290 Putative copia-like polyprotein 4.940918872 L4_control_B2 +LQ05X017290 Putative copia-like polyprotein 4.859096603 L4_control_B3 +LQ05X017290 Putative copia-like polyprotein 5.116504953 L4_control_C2 +LQ05X017290 Putative copia-like polyprotein 5.561324275 L4_control_C3 +LQ05X017290 Putative copia-like polyprotein 4.947904539 L4_chemical_A1 +LQ05X017290 Putative copia-like polyprotein 5.133649697 L4_chemical_A2 +LQ05X017290 Putative copia-like polyprotein 4.897403425 L4_chemical_A3 +LQ05X017290 Putative copia-like polyprotein 5.446913228 L4_chemical_B1 +LQ05X017290 Putative copia-like polyprotein 4.653614062 L4_chemical_B2 +LQ05X017290 Putative copia-like polyprotein 4.810183478 L4_chemical_B3 +LQ05X017290 Putative copia-like polyprotein 4.921834498 L4_chemical_C2 +LQ05X017290 Putative copia-like polyprotein 4.917873231 L4_chemical_C3 +LQ05X017350 Putative uncharacterized protein 11.47778612 C6_control_A1 +LQ05X017350 Putative uncharacterized protein 11.82404651 C6_control_A3 +LQ05X017350 Putative uncharacterized protein 11.91833288 C6_control_B1 +LQ05X017350 Putative uncharacterized protein 11.38734133 C6_control_B2 +LQ05X017350 Putative uncharacterized protein 11.73408181 C6_control_B3 +LQ05X017350 Putative uncharacterized protein 11.30324117 C6_control_C1 +LQ05X017350 Putative uncharacterized protein 11.32656158 C6_control_C2 +LQ05X017350 Putative uncharacterized protein 11.47459414 C6_control_C3 +LQ05X017350 Putative uncharacterized protein 11.33006022 C6_chemical_A1 +LQ05X017350 Putative uncharacterized protein 11.97849269 C6_chemical_A3 +LQ05X017350 Putative uncharacterized protein 11.68864153 C6_chemical_B1 +LQ05X017350 Putative uncharacterized protein 11.36954877 C6_chemical_B2 +LQ05X017350 Putative uncharacterized protein 11.62695052 C6_chemical_B3 +LQ05X017350 Putative uncharacterized protein 11.43230844 C6_chemical_C1 +LQ05X017350 Putative uncharacterized protein 11.4823747 C6_chemical_C2 +LQ05X017350 Putative uncharacterized protein 11.39472057 C6_chemical_C3 +LQ05X017350 Putative uncharacterized protein 10.56359989 L4_control_A1 +LQ05X017350 Putative uncharacterized protein 10.62284854 L4_control_A2 +LQ05X017350 Putative uncharacterized protein 9.932455107 L4_control_A3 +LQ05X017350 Putative uncharacterized protein 11.41062066 L4_control_B1 +LQ05X017350 Putative uncharacterized protein 9.835072882 L4_control_B2 +LQ05X017350 Putative uncharacterized protein 11.49359755 L4_control_B3 +LQ05X017350 Putative uncharacterized protein 10.96972321 L4_control_C2 +LQ05X017350 Putative uncharacterized protein 10.77501588 L4_control_C3 +LQ05X017350 Putative uncharacterized protein 10.84665455 L4_chemical_A1 +LQ05X017350 Putative uncharacterized protein 10.57320103 L4_chemical_A2 +LQ05X017350 Putative uncharacterized protein 10.07662825 L4_chemical_A3 +LQ05X017350 Putative uncharacterized protein 11.25847554 L4_chemical_B1 +LQ05X017350 Putative uncharacterized protein 9.528566973 L4_chemical_B2 +LQ05X017350 Putative uncharacterized protein 11.15330753 L4_chemical_B3 +LQ05X017350 Putative uncharacterized protein 11.09187624 L4_chemical_C2 +LQ05X017350 Putative uncharacterized protein 10.94860694 L4_chemical_C3 +LQ05X017360 Uncharacterized protein At2g41620 12.25833435 C6_control_A1 +LQ05X017360 Uncharacterized protein At2g41620 12.47432141 C6_control_A3 +LQ05X017360 Uncharacterized protein At2g41620 11.51482653 C6_control_B1 +LQ05X017360 Uncharacterized protein At2g41620 12.07928235 C6_control_B2 +LQ05X017360 Uncharacterized protein At2g41620 11.84761814 C6_control_B3 +LQ05X017360 Uncharacterized protein At2g41620 11.86810305 C6_control_C1 +LQ05X017360 Uncharacterized protein At2g41620 12.03615426 C6_control_C2 +LQ05X017360 Uncharacterized protein At2g41620 12.20250419 C6_control_C3 +LQ05X017360 Uncharacterized protein At2g41620 12.02953182 C6_chemical_A1 +LQ05X017360 Uncharacterized protein At2g41620 12.42663099 C6_chemical_A3 +LQ05X017360 Uncharacterized protein At2g41620 11.04833331 C6_chemical_B1 +LQ05X017360 Uncharacterized protein At2g41620 11.82628618 C6_chemical_B2 +LQ05X017360 Uncharacterized protein At2g41620 11.72269924 C6_chemical_B3 +LQ05X017360 Uncharacterized protein At2g41620 11.96372064 C6_chemical_C1 +LQ05X017360 Uncharacterized protein At2g41620 11.9245107 C6_chemical_C2 +LQ05X017360 Uncharacterized protein At2g41620 12.03537314 C6_chemical_C3 +LQ05X017360 Uncharacterized protein At2g41620 12.60724614 L4_control_A1 +LQ05X017360 Uncharacterized protein At2g41620 12.82453446 L4_control_A2 +LQ05X017360 Uncharacterized protein At2g41620 12.6251344 L4_control_A3 +LQ05X017360 Uncharacterized protein At2g41620 11.63287867 L4_control_B1 +LQ05X017360 Uncharacterized protein At2g41620 11.95180319 L4_control_B2 +LQ05X017360 Uncharacterized protein At2g41620 12.23422843 L4_control_B3 +LQ05X017360 Uncharacterized protein At2g41620 11.74382295 L4_control_C2 +LQ05X017360 Uncharacterized protein At2g41620 12.04490576 L4_control_C3 +LQ05X017360 Uncharacterized protein At2g41620 12.29027365 L4_chemical_A1 +LQ05X017360 Uncharacterized protein At2g41620 12.45628547 L4_chemical_A2 +LQ05X017360 Uncharacterized protein At2g41620 12.30798733 L4_chemical_A3 +LQ05X017360 Uncharacterized protein At2g41620 11.62529975 L4_chemical_B1 +LQ05X017360 Uncharacterized protein At2g41620 11.9917102 L4_chemical_B2 +LQ05X017360 Uncharacterized protein At2g41620 12.23948942 L4_chemical_B3 +LQ05X017360 Uncharacterized protein At2g41620 11.6902935 L4_chemical_C2 +LQ05X017360 Uncharacterized protein At2g41620 12.20948443 L4_chemical_C3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.90130174 C6_control_A1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.84081133 C6_control_A3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.61452294 C6_control_B1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 11.39055943 C6_control_B2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.50759999 C6_control_B3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.91562658 C6_control_C1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 11.93514717 C6_control_C2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.68586178 C6_control_C3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.70488366 C6_chemical_A1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.97664669 C6_chemical_A3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.32464849 C6_chemical_B1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 11.07127049 C6_chemical_B2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.63172191 C6_chemical_B3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.67167472 C6_chemical_C1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.0681335 C6_chemical_C2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.57079629 C6_chemical_C3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.01132807 L4_control_A1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.8376316 L4_control_A2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.36469614 L4_control_A3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.82131319 L4_control_B1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.41331159 L4_control_B2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.32865455 L4_control_B3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.15829331 L4_control_C2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.38009091 L4_control_C3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.68265628 L4_chemical_A1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.87728265 L4_chemical_A2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.51493388 L4_chemical_A3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.58051552 L4_chemical_B1 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.92502689 L4_chemical_B2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.08207403 L4_chemical_B3 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.96028472 L4_chemical_C2 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 13.46941022 L4_chemical_C3 +LQ05X017390 Putative Solute carrier family 35 member E4 12.79990049 C6_control_A1 +LQ05X017390 Putative Solute carrier family 35 member E4 12.39891257 C6_control_A3 +LQ05X017390 Putative Solute carrier family 35 member E4 12.6162265 C6_control_B1 +LQ05X017390 Putative Solute carrier family 35 member E4 12.54048489 C6_control_B2 +LQ05X017390 Putative Solute carrier family 35 member E4 12.45865442 C6_control_B3 +LQ05X017390 Putative Solute carrier family 35 member E4 10.93473791 C6_control_C1 +LQ05X017390 Putative Solute carrier family 35 member E4 11.21554544 C6_control_C2 +LQ05X017390 Putative Solute carrier family 35 member E4 10.60640309 C6_control_C3 +LQ05X017390 Putative Solute carrier family 35 member E4 12.83832001 C6_chemical_A1 +LQ05X017390 Putative Solute carrier family 35 member E4 12.29783536 C6_chemical_A3 +LQ05X017390 Putative Solute carrier family 35 member E4 12.52407598 C6_chemical_B1 +LQ05X017390 Putative Solute carrier family 35 member E4 12.58339479 C6_chemical_B2 +LQ05X017390 Putative Solute carrier family 35 member E4 11.98595023 C6_chemical_B3 +LQ05X017390 Putative Solute carrier family 35 member E4 11.19074399 C6_chemical_C1 +LQ05X017390 Putative Solute carrier family 35 member E4 11.04927854 C6_chemical_C2 +LQ05X017390 Putative Solute carrier family 35 member E4 10.26751156 C6_chemical_C3 +LQ05X017390 Putative Solute carrier family 35 member E4 12.48119622 L4_control_A1 +LQ05X017390 Putative Solute carrier family 35 member E4 12.14425059 L4_control_A2 +LQ05X017390 Putative Solute carrier family 35 member E4 11.86554408 L4_control_A3 +LQ05X017390 Putative Solute carrier family 35 member E4 11.80173204 L4_control_B1 +LQ05X017390 Putative Solute carrier family 35 member E4 11.93755488 L4_control_B2 +LQ05X017390 Putative Solute carrier family 35 member E4 11.03978985 L4_control_B3 +LQ05X017390 Putative Solute carrier family 35 member E4 10.10012247 L4_control_C2 +LQ05X017390 Putative Solute carrier family 35 member E4 9.0206886 L4_control_C3 +LQ05X017390 Putative Solute carrier family 35 member E4 11.97602251 L4_chemical_A1 +LQ05X017390 Putative Solute carrier family 35 member E4 11.85965667 L4_chemical_A2 +LQ05X017390 Putative Solute carrier family 35 member E4 11.97536138 L4_chemical_A3 +LQ05X017390 Putative Solute carrier family 35 member E4 11.86144737 L4_chemical_B1 +LQ05X017390 Putative Solute carrier family 35 member E4 12.02667286 L4_chemical_B2 +LQ05X017390 Putative Solute carrier family 35 member E4 12.20184113 L4_chemical_B3 +LQ05X017390 Putative Solute carrier family 35 member E4 10.58095802 L4_chemical_C2 +LQ05X017390 Putative Solute carrier family 35 member E4 9.467287527 L4_chemical_C3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.35651956 C6_control_A1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.54978097 C6_control_A3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.30359182 C6_control_B1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.03882481 C6_control_B2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.26007937 C6_control_B3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.85387801 C6_control_C1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.84982152 C6_control_C2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.81193924 C6_control_C3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.24011904 C6_chemical_A1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.48813147 C6_chemical_A3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.21055402 C6_chemical_B1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.08658863 C6_chemical_B2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.21640286 C6_chemical_B3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.55229955 C6_chemical_C1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.7546635 C6_chemical_C2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.619128 C6_chemical_C3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.41800761 L4_control_A1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.08901549 L4_control_A2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.74134915 L4_control_A3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.17695172 L4_control_B1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.28741177 L4_control_B2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.91061292 L4_control_B3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.89737003 L4_control_C2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.43587074 L4_control_C3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.52023995 L4_chemical_A1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.32095586 L4_chemical_A2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 12.52070376 L4_chemical_A3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.37662251 L4_chemical_B1 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.16836566 L4_chemical_B2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.2731194 L4_chemical_B3 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.0674746 L4_chemical_C2 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.4542045 L4_chemical_C3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.459372725 C6_control_A1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.288806529 C6_control_A3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.666754957 C6_control_B1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.203903721 C6_control_B2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.299438566 C6_control_B3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 4.908420244 C6_control_C1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.25243085 C6_control_C2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.120922243 C6_control_C3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.320763321 C6_chemical_A1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.184638237 C6_chemical_A3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.611089349 C6_chemical_B1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.113233811 C6_chemical_B2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.215408644 C6_chemical_B3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 4.837586365 C6_chemical_C1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 4.824015728 C6_chemical_C2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 4.845680101 C6_chemical_C3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.017326131 L4_control_A1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.599645083 L4_control_A2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.331300378 L4_control_A3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.480353793 L4_control_B1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.756317279 L4_control_B2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.074152203 L4_control_B3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.332666446 L4_control_C2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.483331232 L4_control_C3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.10706986 L4_chemical_A1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.710408057 L4_chemical_A2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.161860124 L4_chemical_A3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.257807386 L4_chemical_B1 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.227906301 L4_chemical_B2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.375733443 L4_chemical_B3 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.462679233 L4_chemical_C2 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.786842878 L4_chemical_C3 +LQ05X017560 Hypothetical protein 5.457782706 C6_control_A1 +LQ05X017560 Hypothetical protein 5.200213025 C6_control_A3 +LQ05X017560 Hypothetical protein 5.511539909 C6_control_B1 +LQ05X017560 Hypothetical protein 5.708430712 C6_control_B2 +LQ05X017560 Hypothetical protein 5.254281554 C6_control_B3 +LQ05X017560 Hypothetical protein 5.682809005 C6_control_C1 +LQ05X017560 Hypothetical protein 5.154733054 C6_control_C2 +LQ05X017560 Hypothetical protein 5.780788865 C6_control_C3 +LQ05X017560 Hypothetical protein 5.329451483 C6_chemical_A1 +LQ05X017560 Hypothetical protein 5.312197168 C6_chemical_A3 +LQ05X017560 Hypothetical protein 5.286692858 C6_chemical_B1 +LQ05X017560 Hypothetical protein 5.453980999 C6_chemical_B2 +LQ05X017560 Hypothetical protein 5.283205097 C6_chemical_B3 +LQ05X017560 Hypothetical protein 5.411801082 C6_chemical_C1 +LQ05X017560 Hypothetical protein 5.342568272 C6_chemical_C2 +LQ05X017560 Hypothetical protein 5.832233045 C6_chemical_C3 +LQ05X017560 Hypothetical protein 5.628331918 L4_control_A1 +LQ05X017560 Hypothetical protein 5.096418217 L4_control_A2 +LQ05X017560 Hypothetical protein 5.780600804 L4_control_A3 +LQ05X017560 Hypothetical protein 5.303056068 L4_control_B1 +LQ05X017560 Hypothetical protein 5.160104845 L4_control_B2 +LQ05X017560 Hypothetical protein 5.210101662 L4_control_B3 +LQ05X017560 Hypothetical protein 5.158891965 L4_control_C2 +LQ05X017560 Hypothetical protein 5.559264393 L4_control_C3 +LQ05X017560 Hypothetical protein 5.001236011 L4_chemical_A1 +LQ05X017560 Hypothetical protein 5.448143686 L4_chemical_A2 +LQ05X017560 Hypothetical protein 5.640554693 L4_chemical_A3 +LQ05X017560 Hypothetical protein 5.169107781 L4_chemical_B1 +LQ05X017560 Hypothetical protein 5.029981839 L4_chemical_B2 +LQ05X017560 Hypothetical protein 5.259848382 L4_chemical_B3 +LQ05X017560 Hypothetical protein 5.074002949 L4_chemical_C2 +LQ05X017560 Hypothetical protein 5.225658716 L4_chemical_C3 +LQ05X017570 Predicted protein 13.17084798 C6_control_A1 +LQ05X017570 Predicted protein 12.44827387 C6_control_A3 +LQ05X017570 Predicted protein 13.28311184 C6_control_B1 +LQ05X017570 Predicted protein 13.50305177 C6_control_B2 +LQ05X017570 Predicted protein 13.41684358 C6_control_B3 +LQ05X017570 Predicted protein 12.71895893 C6_control_C1 +LQ05X017570 Predicted protein 13.71922299 C6_control_C2 +LQ05X017570 Predicted protein 13.66404427 C6_control_C3 +LQ05X017570 Predicted protein 12.82196184 C6_chemical_A1 +LQ05X017570 Predicted protein 12.63426273 C6_chemical_A3 +LQ05X017570 Predicted protein 13.40625306 C6_chemical_B1 +LQ05X017570 Predicted protein 13.56868483 C6_chemical_B2 +LQ05X017570 Predicted protein 13.69076842 C6_chemical_B3 +LQ05X017570 Predicted protein 12.71394152 C6_chemical_C1 +LQ05X017570 Predicted protein 13.36092081 C6_chemical_C2 +LQ05X017570 Predicted protein 13.79127795 C6_chemical_C3 +LQ05X017570 Predicted protein 12.33326579 L4_control_A1 +LQ05X017570 Predicted protein 12.08759578 L4_control_A2 +LQ05X017570 Predicted protein 12.29890985 L4_control_A3 +LQ05X017570 Predicted protein 13.51652986 L4_control_B1 +LQ05X017570 Predicted protein 13.11903085 L4_control_B2 +LQ05X017570 Predicted protein 13.31671799 L4_control_B3 +LQ05X017570 Predicted protein 13.39791047 L4_control_C2 +LQ05X017570 Predicted protein 13.28214387 L4_control_C3 +LQ05X017570 Predicted protein 13.26406556 L4_chemical_A1 +LQ05X017570 Predicted protein 12.92914048 L4_chemical_A2 +LQ05X017570 Predicted protein 12.68311114 L4_chemical_A3 +LQ05X017570 Predicted protein 12.98519678 L4_chemical_B1 +LQ05X017570 Predicted protein 13.32796913 L4_chemical_B2 +LQ05X017570 Predicted protein 12.90815191 L4_chemical_B3 +LQ05X017570 Predicted protein 13.50737789 L4_chemical_C2 +LQ05X017570 Predicted protein 13.5367637 L4_chemical_C3 +LQ05X017590 Probable calcium-binding protein CML35 14.22003556 C6_control_A1 +LQ05X017590 Probable calcium-binding protein CML35 14.57655408 C6_control_A3 +LQ05X017590 Probable calcium-binding protein CML35 13.82551205 C6_control_B1 +LQ05X017590 Probable calcium-binding protein CML35 13.83505848 C6_control_B2 +LQ05X017590 Probable calcium-binding protein CML35 14.06489009 C6_control_B3 +LQ05X017590 Probable calcium-binding protein CML35 14.15503615 C6_control_C1 +LQ05X017590 Probable calcium-binding protein CML35 14.33157781 C6_control_C2 +LQ05X017590 Probable calcium-binding protein CML35 14.39563012 C6_control_C3 +LQ05X017590 Probable calcium-binding protein CML35 14.36122184 C6_chemical_A1 +LQ05X017590 Probable calcium-binding protein CML35 14.41836336 C6_chemical_A3 +LQ05X017590 Probable calcium-binding protein CML35 14.05792593 C6_chemical_B1 +LQ05X017590 Probable calcium-binding protein CML35 13.77783282 C6_chemical_B2 +LQ05X017590 Probable calcium-binding protein CML35 14.41157056 C6_chemical_B3 +LQ05X017590 Probable calcium-binding protein CML35 14.14506164 C6_chemical_C1 +LQ05X017590 Probable calcium-binding protein CML35 14.20447337 C6_chemical_C2 +LQ05X017590 Probable calcium-binding protein CML35 14.10555993 C6_chemical_C3 +LQ05X017590 Probable calcium-binding protein CML35 14.35374422 L4_control_A1 +LQ05X017590 Probable calcium-binding protein CML35 14.46304554 L4_control_A2 +LQ05X017590 Probable calcium-binding protein CML35 14.47725908 L4_control_A3 +LQ05X017590 Probable calcium-binding protein CML35 14.44240593 L4_control_B1 +LQ05X017590 Probable calcium-binding protein CML35 14.43635064 L4_control_B2 +LQ05X017590 Probable calcium-binding protein CML35 14.47339999 L4_control_B3 +LQ05X017590 Probable calcium-binding protein CML35 14.83058291 L4_control_C2 +LQ05X017590 Probable calcium-binding protein CML35 14.70848254 L4_control_C3 +LQ05X017590 Probable calcium-binding protein CML35 14.94591438 L4_chemical_A1 +LQ05X017590 Probable calcium-binding protein CML35 14.8045339 L4_chemical_A2 +LQ05X017590 Probable calcium-binding protein CML35 14.8289803 L4_chemical_A3 +LQ05X017590 Probable calcium-binding protein CML35 14.83734612 L4_chemical_B1 +LQ05X017590 Probable calcium-binding protein CML35 14.41712058 L4_chemical_B2 +LQ05X017590 Probable calcium-binding protein CML35 14.6483114 L4_chemical_B3 +LQ05X017590 Probable calcium-binding protein CML35 14.82513101 L4_chemical_C2 +LQ05X017590 Probable calcium-binding protein CML35 14.85397647 L4_chemical_C3 +LQ05X017640 Hypothetical protein 5.277154553 C6_control_A1 +LQ05X017640 Hypothetical protein 4.614944595 C6_control_A3 +LQ05X017640 Hypothetical protein 5.283836838 C6_control_B1 +LQ05X017640 Hypothetical protein 4.91163881 C6_control_B2 +LQ05X017640 Hypothetical protein 5.185056285 C6_control_B3 +LQ05X017640 Hypothetical protein 4.961700609 C6_control_C1 +LQ05X017640 Hypothetical protein 4.706215791 C6_control_C2 +LQ05X017640 Hypothetical protein 4.879559028 C6_control_C3 +LQ05X017640 Hypothetical protein 4.896225007 C6_chemical_A1 +LQ05X017640 Hypothetical protein 4.93636079 C6_chemical_A3 +LQ05X017640 Hypothetical protein 5.162905847 C6_chemical_B1 +LQ05X017640 Hypothetical protein 4.666773647 C6_chemical_B2 +LQ05X017640 Hypothetical protein 5.17276253 C6_chemical_B3 +LQ05X017640 Hypothetical protein 4.88615771 C6_chemical_C1 +LQ05X017640 Hypothetical protein 4.93606101 C6_chemical_C2 +LQ05X017640 Hypothetical protein 4.973405192 C6_chemical_C3 +LQ05X017640 Hypothetical protein 4.867482881 L4_control_A1 +LQ05X017640 Hypothetical protein 5.370904954 L4_control_A2 +LQ05X017640 Hypothetical protein 4.777678811 L4_control_A3 +LQ05X017640 Hypothetical protein 5.362430186 L4_control_B1 +LQ05X017640 Hypothetical protein 5.030519455 L4_control_B2 +LQ05X017640 Hypothetical protein 4.964012829 L4_control_B3 +LQ05X017640 Hypothetical protein 5.151045815 L4_control_C2 +LQ05X017640 Hypothetical protein 5.565463075 L4_control_C3 +LQ05X017640 Hypothetical protein 4.887010073 L4_chemical_A1 +LQ05X017640 Hypothetical protein 5.05996092 L4_chemical_A2 +LQ05X017640 Hypothetical protein 5.129007817 L4_chemical_A3 +LQ05X017640 Hypothetical protein 4.810134931 L4_chemical_B1 +LQ05X017640 Hypothetical protein 5.19527698 L4_chemical_B2 +LQ05X017640 Hypothetical protein 5.110086519 L4_chemical_B3 +LQ05X017640 Hypothetical protein 5.004447396 L4_chemical_C2 +LQ05X017640 Hypothetical protein 6.119731769 L4_chemical_C3 +LQ05X017670 Putative Predicted protein 10.51744899 C6_control_A1 +LQ05X017670 Putative Predicted protein 10.26233822 C6_control_A3 +LQ05X017670 Putative Predicted protein 10.75892893 C6_control_B1 +LQ05X017670 Putative Predicted protein 9.701518392 C6_control_B2 +LQ05X017670 Putative Predicted protein 9.854555457 C6_control_B3 +LQ05X017670 Putative Predicted protein 9.389041567 C6_control_C1 +LQ05X017670 Putative Predicted protein 10.7422845 C6_control_C2 +LQ05X017670 Putative Predicted protein 9.344470022 C6_control_C3 +LQ05X017670 Putative Predicted protein 9.857260122 C6_chemical_A1 +LQ05X017670 Putative Predicted protein 9.47902359 C6_chemical_A3 +LQ05X017670 Putative Predicted protein 10.30292964 C6_chemical_B1 +LQ05X017670 Putative Predicted protein 9.027595467 C6_chemical_B2 +LQ05X017670 Putative Predicted protein 10.89945702 C6_chemical_B3 +LQ05X017670 Putative Predicted protein 8.474456226 C6_chemical_C1 +LQ05X017670 Putative Predicted protein 10.45120479 C6_chemical_C2 +LQ05X017670 Putative Predicted protein 8.103020787 C6_chemical_C3 +LQ05X017670 Putative Predicted protein 10.64314176 L4_control_A1 +LQ05X017670 Putative Predicted protein 10.54166593 L4_control_A2 +LQ05X017670 Putative Predicted protein 10.91930144 L4_control_A3 +LQ05X017670 Putative Predicted protein 9.65060372 L4_control_B1 +LQ05X017670 Putative Predicted protein 9.646081396 L4_control_B2 +LQ05X017670 Putative Predicted protein 9.383075302 L4_control_B3 +LQ05X017670 Putative Predicted protein 10.47758189 L4_control_C2 +LQ05X017670 Putative Predicted protein 7.940128353 L4_control_C3 +LQ05X017670 Putative Predicted protein 11.95363998 L4_chemical_A1 +LQ05X017670 Putative Predicted protein 11.26262651 L4_chemical_A2 +LQ05X017670 Putative Predicted protein 13.12647162 L4_chemical_A3 +LQ05X017670 Putative Predicted protein 12.1415552 L4_chemical_B1 +LQ05X017670 Putative Predicted protein 10.18346164 L4_chemical_B2 +LQ05X017670 Putative Predicted protein 10.32075181 L4_chemical_B3 +LQ05X017670 Putative Predicted protein 7.631414551 L4_chemical_C2 +LQ05X017670 Putative Predicted protein 7.602232276 L4_chemical_C3 +LQ05X017720 Hypothetical protein 12.62495438 C6_control_A1 +LQ05X017720 Hypothetical protein 12.88863871 C6_control_A3 +LQ05X017720 Hypothetical protein 13.07224628 C6_control_B1 +LQ05X017720 Hypothetical protein 11.93332112 C6_control_B2 +LQ05X017720 Hypothetical protein 12.83226217 C6_control_B3 +LQ05X017720 Hypothetical protein 12.37062451 C6_control_C1 +LQ05X017720 Hypothetical protein 12.3267662 C6_control_C2 +LQ05X017720 Hypothetical protein 12.11492666 C6_control_C3 +LQ05X017720 Hypothetical protein 12.57416943 C6_chemical_A1 +LQ05X017720 Hypothetical protein 12.82041731 C6_chemical_A3 +LQ05X017720 Hypothetical protein 13.10967206 C6_chemical_B1 +LQ05X017720 Hypothetical protein 12.03903984 C6_chemical_B2 +LQ05X017720 Hypothetical protein 12.93362559 C6_chemical_B3 +LQ05X017720 Hypothetical protein 12.04933799 C6_chemical_C1 +LQ05X017720 Hypothetical protein 12.21742169 C6_chemical_C2 +LQ05X017720 Hypothetical protein 12.06670686 C6_chemical_C3 +LQ05X017720 Hypothetical protein 12.65055848 L4_control_A1 +LQ05X017720 Hypothetical protein 12.34890908 L4_control_A2 +LQ05X017720 Hypothetical protein 13.08778171 L4_control_A3 +LQ05X017720 Hypothetical protein 13.22250327 L4_control_B1 +LQ05X017720 Hypothetical protein 13.56712403 L4_control_B2 +LQ05X017720 Hypothetical protein 12.63163133 L4_control_B3 +LQ05X017720 Hypothetical protein 13.48027077 L4_control_C2 +LQ05X017720 Hypothetical protein 13.64132374 L4_control_C3 +LQ05X017720 Hypothetical protein 12.78314346 L4_chemical_A1 +LQ05X017720 Hypothetical protein 12.63335387 L4_chemical_A2 +LQ05X017720 Hypothetical protein 12.99603583 L4_chemical_A3 +LQ05X017720 Hypothetical protein 13.68449035 L4_chemical_B1 +LQ05X017720 Hypothetical protein 13.30695726 L4_chemical_B2 +LQ05X017720 Hypothetical protein 12.56239287 L4_chemical_B3 +LQ05X017720 Hypothetical protein 13.52526728 L4_chemical_C2 +LQ05X017720 Hypothetical protein 13.38774313 L4_chemical_C3 +LQ05X017750 Predicted protein 5.782531153 C6_control_A1 +LQ05X017750 Predicted protein 5.680117026 C6_control_A3 +LQ05X017750 Predicted protein 5.608111976 C6_control_B1 +LQ05X017750 Predicted protein 5.768770365 C6_control_B2 +LQ05X017750 Predicted protein 5.615862615 C6_control_B3 +LQ05X017750 Predicted protein 5.626937226 C6_control_C1 +LQ05X017750 Predicted protein 5.793588155 C6_control_C2 +LQ05X017750 Predicted protein 5.562522704 C6_control_C3 +LQ05X017750 Predicted protein 6.370105639 C6_chemical_A1 +LQ05X017750 Predicted protein 5.821191154 C6_chemical_A3 +LQ05X017750 Predicted protein 5.568771218 C6_chemical_B1 +LQ05X017750 Predicted protein 5.582647668 C6_chemical_B2 +LQ05X017750 Predicted protein 5.973568903 C6_chemical_B3 +LQ05X017750 Predicted protein 5.460733433 C6_chemical_C1 +LQ05X017750 Predicted protein 5.917969676 C6_chemical_C2 +LQ05X017750 Predicted protein 5.714741043 C6_chemical_C3 +LQ05X017750 Predicted protein 5.566462921 L4_control_A1 +LQ05X017750 Predicted protein 6.675985891 L4_control_A2 +LQ05X017750 Predicted protein 6.592622796 L4_control_A3 +LQ05X017750 Predicted protein 6.413051594 L4_control_B1 +LQ05X017750 Predicted protein 5.36460003 L4_control_B2 +LQ05X017750 Predicted protein 5.913249889 L4_control_B3 +LQ05X017750 Predicted protein 5.633858945 L4_control_C2 +LQ05X017750 Predicted protein 5.804735978 L4_control_C3 +LQ05X017750 Predicted protein 5.769144915 L4_chemical_A1 +LQ05X017750 Predicted protein 6.346324577 L4_chemical_A2 +LQ05X017750 Predicted protein 6.837636563 L4_chemical_A3 +LQ05X017750 Predicted protein 6.165170039 L4_chemical_B1 +LQ05X017750 Predicted protein 5.431146254 L4_chemical_B2 +LQ05X017750 Predicted protein 5.98658864 L4_chemical_B3 +LQ05X017750 Predicted protein 6.053885047 L4_chemical_C2 +LQ05X017750 Predicted protein 5.672913692 L4_chemical_C3 +LQ05X017800 Putative uncharacterized protein 5.808748162 C6_control_A1 +LQ05X017800 Putative uncharacterized protein 5.729683273 C6_control_A3 +LQ05X017800 Putative uncharacterized protein 6.164729355 C6_control_B1 +LQ05X017800 Putative uncharacterized protein 6.275075363 C6_control_B2 +LQ05X017800 Putative uncharacterized protein 6.222254519 C6_control_B3 +LQ05X017800 Putative uncharacterized protein 8.364304062 C6_control_C1 +LQ05X017800 Putative uncharacterized protein 7.253981842 C6_control_C2 +LQ05X017800 Putative uncharacterized protein 7.573852433 C6_control_C3 +LQ05X017800 Putative uncharacterized protein 6.219144221 C6_chemical_A1 +LQ05X017800 Putative uncharacterized protein 6.161519984 C6_chemical_A3 +LQ05X017800 Putative uncharacterized protein 5.826527683 C6_chemical_B1 +LQ05X017800 Putative uncharacterized protein 6.464968336 C6_chemical_B2 +LQ05X017800 Putative uncharacterized protein 6.235920799 C6_chemical_B3 +LQ05X017800 Putative uncharacterized protein 7.883551099 C6_chemical_C1 +LQ05X017800 Putative uncharacterized protein 8.16780829 C6_chemical_C2 +LQ05X017800 Putative uncharacterized protein 7.601276055 C6_chemical_C3 +LQ05X017800 Putative uncharacterized protein 6.507088936 L4_control_A1 +LQ05X017800 Putative uncharacterized protein 5.469161555 L4_control_A2 +LQ05X017800 Putative uncharacterized protein 6.44566346 L4_control_A3 +LQ05X017800 Putative uncharacterized protein 6.297417971 L4_control_B1 +LQ05X017800 Putative uncharacterized protein 5.500090014 L4_control_B2 +LQ05X017800 Putative uncharacterized protein 6.437664507 L4_control_B3 +LQ05X017800 Putative uncharacterized protein 7.858173978 L4_control_C2 +LQ05X017800 Putative uncharacterized protein 7.668267195 L4_control_C3 +LQ05X017800 Putative uncharacterized protein 6.810493112 L4_chemical_A1 +LQ05X017800 Putative uncharacterized protein 5.937940542 L4_chemical_A2 +LQ05X017800 Putative uncharacterized protein 6.51279368 L4_chemical_A3 +LQ05X017800 Putative uncharacterized protein 5.371708202 L4_chemical_B1 +LQ05X017800 Putative uncharacterized protein 5.441796925 L4_chemical_B2 +LQ05X017800 Putative uncharacterized protein 6.217321885 L4_chemical_B3 +LQ05X017800 Putative uncharacterized protein 6.326816257 L4_chemical_C2 +LQ05X017800 Putative uncharacterized protein 6.554132053 L4_chemical_C3 +LQ05X017850 ATOZI1, putative 14.53776744 C6_control_A1 +LQ05X017850 ATOZI1, putative 14.64347931 C6_control_A3 +LQ05X017850 ATOZI1, putative 14.74187041 C6_control_B1 +LQ05X017850 ATOZI1, putative 14.7592017 C6_control_B2 +LQ05X017850 ATOZI1, putative 14.43879125 C6_control_B3 +LQ05X017850 ATOZI1, putative 14.75872457 C6_control_C1 +LQ05X017850 ATOZI1, putative 14.27686563 C6_control_C2 +LQ05X017850 ATOZI1, putative 14.61132796 C6_control_C3 +LQ05X017850 ATOZI1, putative 14.7459537 C6_chemical_A1 +LQ05X017850 ATOZI1, putative 14.28055703 C6_chemical_A3 +LQ05X017850 ATOZI1, putative 14.80484649 C6_chemical_B1 +LQ05X017850 ATOZI1, putative 14.61436241 C6_chemical_B2 +LQ05X017850 ATOZI1, putative 14.47766962 C6_chemical_B3 +LQ05X017850 ATOZI1, putative 14.78221493 C6_chemical_C1 +LQ05X017850 ATOZI1, putative 14.51053155 C6_chemical_C2 +LQ05X017850 ATOZI1, putative 14.38790109 C6_chemical_C3 +LQ05X017850 ATOZI1, putative 14.50456814 L4_control_A1 +LQ05X017850 ATOZI1, putative 14.10937185 L4_control_A2 +LQ05X017850 ATOZI1, putative 14.10538033 L4_control_A3 +LQ05X017850 ATOZI1, putative 14.46540173 L4_control_B1 +LQ05X017850 ATOZI1, putative 13.38255555 L4_control_B2 +LQ05X017850 ATOZI1, putative 14.47447845 L4_control_B3 +LQ05X017850 ATOZI1, putative 14.11407616 L4_control_C2 +LQ05X017850 ATOZI1, putative 13.85322016 L4_control_C3 +LQ05X017850 ATOZI1, putative 14.8538009 L4_chemical_A1 +LQ05X017850 ATOZI1, putative 14.07767585 L4_chemical_A2 +LQ05X017850 ATOZI1, putative 14.46984836 L4_chemical_A3 +LQ05X017850 ATOZI1, putative 14.33397085 L4_chemical_B1 +LQ05X017850 ATOZI1, putative 14.1331596 L4_chemical_B2 +LQ05X017850 ATOZI1, putative 14.55956417 L4_chemical_B3 +LQ05X017850 ATOZI1, putative 14.42897637 L4_chemical_C2 +LQ05X017850 ATOZI1, putative 14.02745976 L4_chemical_C3 +LQ05X017870 Predicted protein 4.758078948 C6_control_A1 +LQ05X017870 Predicted protein 4.78415495 C6_control_A3 +LQ05X017870 Predicted protein 4.865079039 C6_control_B1 +LQ05X017870 Predicted protein 4.814887567 C6_control_B2 +LQ05X017870 Predicted protein 4.894873314 C6_control_B3 +LQ05X017870 Predicted protein 4.892829763 C6_control_C1 +LQ05X017870 Predicted protein 4.81786547 C6_control_C2 +LQ05X017870 Predicted protein 4.763412425 C6_control_C3 +LQ05X017870 Predicted protein 5.178217185 C6_chemical_A1 +LQ05X017870 Predicted protein 5.108618839 C6_chemical_A3 +LQ05X017870 Predicted protein 4.822395335 C6_chemical_B1 +LQ05X017870 Predicted protein 4.943951745 C6_chemical_B2 +LQ05X017870 Predicted protein 4.874823225 C6_chemical_B3 +LQ05X017870 Predicted protein 5.079059961 C6_chemical_C1 +LQ05X017870 Predicted protein 4.921624925 C6_chemical_C2 +LQ05X017870 Predicted protein 4.776021968 C6_chemical_C3 +LQ05X017870 Predicted protein 4.863739716 L4_control_A1 +LQ05X017870 Predicted protein 5.327753077 L4_control_A2 +LQ05X017870 Predicted protein 5.040961946 L4_control_A3 +LQ05X017870 Predicted protein 5.494724177 L4_control_B1 +LQ05X017870 Predicted protein 4.992730228 L4_control_B2 +LQ05X017870 Predicted protein 4.818502855 L4_control_B3 +LQ05X017870 Predicted protein 4.99897637 L4_control_C2 +LQ05X017870 Predicted protein 4.748814143 L4_control_C3 +LQ05X017870 Predicted protein 4.843638515 L4_chemical_A1 +LQ05X017870 Predicted protein 5.125624994 L4_chemical_A2 +LQ05X017870 Predicted protein 5.199192161 L4_chemical_A3 +LQ05X017870 Predicted protein 4.876755156 L4_chemical_B1 +LQ05X017870 Predicted protein 5.298760724 L4_chemical_B2 +LQ05X017870 Predicted protein 4.766017656 L4_chemical_B3 +LQ05X017870 Predicted protein 5.166300839 L4_chemical_C2 +LQ05X017870 Predicted protein 4.88966429 L4_chemical_C3 +LQ05X017890 Putative uncharacterized protein 8.680617672 C6_control_A1 +LQ05X017890 Putative uncharacterized protein 10.2174053 C6_control_A3 +LQ05X017890 Putative uncharacterized protein 6.598553684 C6_control_B1 +LQ05X017890 Putative uncharacterized protein 5.860961987 C6_control_B2 +LQ05X017890 Putative uncharacterized protein 6.326512664 C6_control_B3 +LQ05X017890 Putative uncharacterized protein 5.769147035 C6_control_C1 +LQ05X017890 Putative uncharacterized protein 5.124900016 C6_control_C2 +LQ05X017890 Putative uncharacterized protein 5.618595019 C6_control_C3 +LQ05X017890 Putative uncharacterized protein 7.902674317 C6_chemical_A1 +LQ05X017890 Putative uncharacterized protein 9.564637058 C6_chemical_A3 +LQ05X017890 Putative uncharacterized protein 6.664206432 C6_chemical_B1 +LQ05X017890 Putative uncharacterized protein 5.601096735 C6_chemical_B2 +LQ05X017890 Putative uncharacterized protein 5.813385816 C6_chemical_B3 +LQ05X017890 Putative uncharacterized protein 5.184731455 C6_chemical_C1 +LQ05X017890 Putative uncharacterized protein 5.168995489 C6_chemical_C2 +LQ05X017890 Putative uncharacterized protein 5.214836718 C6_chemical_C3 +LQ05X017890 Putative uncharacterized protein 9.654811428 L4_control_A1 +LQ05X017890 Putative uncharacterized protein 8.502834334 L4_control_A2 +LQ05X017890 Putative uncharacterized protein 10.39416041 L4_control_A3 +LQ05X017890 Putative uncharacterized protein 5.831402135 L4_control_B1 +LQ05X017890 Putative uncharacterized protein 6.066246699 L4_control_B2 +LQ05X017890 Putative uncharacterized protein 6.319287186 L4_control_B3 +LQ05X017890 Putative uncharacterized protein 5.191356714 L4_control_C2 +LQ05X017890 Putative uncharacterized protein 6.079537506 L4_control_C3 +LQ05X017890 Putative uncharacterized protein 7.974829072 L4_chemical_A1 +LQ05X017890 Putative uncharacterized protein 7.057941827 L4_chemical_A2 +LQ05X017890 Putative uncharacterized protein 9.92498369 L4_chemical_A3 +LQ05X017890 Putative uncharacterized protein 6.090561662 L4_chemical_B1 +LQ05X017890 Putative uncharacterized protein 6.676130026 L4_chemical_B2 +LQ05X017890 Putative uncharacterized protein 7.037272856 L4_chemical_B3 +LQ05X017890 Putative uncharacterized protein 5.631066875 L4_chemical_C2 +LQ05X017890 Putative uncharacterized protein 5.29755008 L4_chemical_C3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.584943882 C6_control_A1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.982328115 C6_control_A3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.362982139 C6_control_B1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.002477217 C6_control_B2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.816520849 C6_control_B3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.104210582 C6_control_C1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.773939463 C6_control_C2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.909824385 C6_control_C3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.657305091 C6_chemical_A1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.836915025 C6_chemical_A3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.594984059 C6_chemical_B1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.558550445 C6_chemical_B2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.985956505 C6_chemical_B3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.843088822 C6_chemical_C1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.519996 C6_chemical_C2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.047824667 C6_chemical_C3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.659239032 L4_control_A1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.993086747 L4_control_A2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.150482352 L4_control_A3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.310998637 L4_control_B1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.313033403 L4_control_B2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.802345066 L4_control_B3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.556075624 L4_control_C2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.173323438 L4_control_C3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.091226983 L4_chemical_A1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.361726761 L4_chemical_A2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.838565669 L4_chemical_A3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.680127184 L4_chemical_B1 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.783968555 L4_chemical_B2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.696873038 L4_chemical_B3 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.24996561 L4_chemical_C2 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 5.8408598 L4_chemical_C3 +LQ05X017950 Predicted protein 5.817989323 C6_control_A1 +LQ05X017950 Predicted protein 5.586572832 C6_control_A3 +LQ05X017950 Predicted protein 5.569809008 C6_control_B1 +LQ05X017950 Predicted protein 6.035064732 C6_control_B2 +LQ05X017950 Predicted protein 6.041393035 C6_control_B3 +LQ05X017950 Predicted protein 5.496488571 C6_control_C1 +LQ05X017950 Predicted protein 6.00857527 C6_control_C2 +LQ05X017950 Predicted protein 5.768807659 C6_control_C3 +LQ05X017950 Predicted protein 5.408471193 C6_chemical_A1 +LQ05X017950 Predicted protein 5.93881106 C6_chemical_A3 +LQ05X017950 Predicted protein 5.934514467 C6_chemical_B1 +LQ05X017950 Predicted protein 6.125003294 C6_chemical_B2 +LQ05X017950 Predicted protein 5.812762575 C6_chemical_B3 +LQ05X017950 Predicted protein 5.720866746 C6_chemical_C1 +LQ05X017950 Predicted protein 6.018126795 C6_chemical_C2 +LQ05X017950 Predicted protein 5.599252451 C6_chemical_C3 +LQ05X017950 Predicted protein 5.814406218 L4_control_A1 +LQ05X017950 Predicted protein 5.349413148 L4_control_A2 +LQ05X017950 Predicted protein 5.203206129 L4_control_A3 +LQ05X017950 Predicted protein 5.345761631 L4_control_B1 +LQ05X017950 Predicted protein 6.402282257 L4_control_B2 +LQ05X017950 Predicted protein 6.22955308 L4_control_B3 +LQ05X017950 Predicted protein 7.009757548 L4_control_C2 +LQ05X017950 Predicted protein 5.36426545 L4_control_C3 +LQ05X017950 Predicted protein 5.620699318 L4_chemical_A1 +LQ05X017950 Predicted protein 5.922169788 L4_chemical_A2 +LQ05X017950 Predicted protein 6.1567668 L4_chemical_A3 +LQ05X017950 Predicted protein 6.188854332 L4_chemical_B1 +LQ05X017950 Predicted protein 6.447643426 L4_chemical_B2 +LQ05X017950 Predicted protein 5.595077239 L4_chemical_B3 +LQ05X017950 Predicted protein 5.94479467 L4_chemical_C2 +LQ05X017950 Predicted protein 6.083849102 L4_chemical_C3 +LQ05X017970 Hypothetical protein 5.680175423 C6_control_A1 +LQ05X017970 Hypothetical protein 6.222081147 C6_control_A3 +LQ05X017970 Hypothetical protein 6.613008668 C6_control_B1 +LQ05X017970 Hypothetical protein 6.799608595 C6_control_B2 +LQ05X017970 Hypothetical protein 6.957902608 C6_control_B3 +LQ05X017970 Hypothetical protein 5.440954893 C6_control_C1 +LQ05X017970 Hypothetical protein 7.161001057 C6_control_C2 +LQ05X017970 Hypothetical protein 5.405533 C6_control_C3 +LQ05X017970 Hypothetical protein 5.946002555 C6_chemical_A1 +LQ05X017970 Hypothetical protein 5.63914909 C6_chemical_A3 +LQ05X017970 Hypothetical protein 6.436227277 C6_chemical_B1 +LQ05X017970 Hypothetical protein 6.904042485 C6_chemical_B2 +LQ05X017970 Hypothetical protein 6.447775628 C6_chemical_B3 +LQ05X017970 Hypothetical protein 5.592351445 C6_chemical_C1 +LQ05X017970 Hypothetical protein 6.012151222 C6_chemical_C2 +LQ05X017970 Hypothetical protein 5.500432899 C6_chemical_C3 +LQ05X017970 Hypothetical protein 5.549526199 L4_control_A1 +LQ05X017970 Hypothetical protein 5.751135735 L4_control_A2 +LQ05X017970 Hypothetical protein 5.637469445 L4_control_A3 +LQ05X017970 Hypothetical protein 5.620368784 L4_control_B1 +LQ05X017970 Hypothetical protein 6.361012892 L4_control_B2 +LQ05X017970 Hypothetical protein 6.620081803 L4_control_B3 +LQ05X017970 Hypothetical protein 5.474716176 L4_control_C2 +LQ05X017970 Hypothetical protein 5.398081857 L4_control_C3 +LQ05X017970 Hypothetical protein 5.903857819 L4_chemical_A1 +LQ05X017970 Hypothetical protein 5.513234069 L4_chemical_A2 +LQ05X017970 Hypothetical protein 5.186538015 L4_chemical_A3 +LQ05X017970 Hypothetical protein 5.897098179 L4_chemical_B1 +LQ05X017970 Hypothetical protein 6.374820065 L4_chemical_B2 +LQ05X017970 Hypothetical protein 5.994064598 L4_chemical_B3 +LQ05X017970 Hypothetical protein 5.222183546 L4_chemical_C2 +LQ05X017970 Hypothetical protein 6.201568361 L4_chemical_C3 +LQ05X017990 ATP binding protein, putative 4.879695943 C6_control_A1 +LQ05X017990 ATP binding protein, putative 5.055150071 C6_control_A3 +LQ05X017990 ATP binding protein, putative 4.973788322 C6_control_B1 +LQ05X017990 ATP binding protein, putative 5.420229992 C6_control_B2 +LQ05X017990 ATP binding protein, putative 5.278244599 C6_control_B3 +LQ05X017990 ATP binding protein, putative 5.342309932 C6_control_C1 +LQ05X017990 ATP binding protein, putative 5.492964483 C6_control_C2 +LQ05X017990 ATP binding protein, putative 5.328955162 C6_control_C3 +LQ05X017990 ATP binding protein, putative 5.061561317 C6_chemical_A1 +LQ05X017990 ATP binding protein, putative 5.150678588 C6_chemical_A3 +LQ05X017990 ATP binding protein, putative 5.363643563 C6_chemical_B1 +LQ05X017990 ATP binding protein, putative 5.555891656 C6_chemical_B2 +LQ05X017990 ATP binding protein, putative 4.97464203 C6_chemical_B3 +LQ05X017990 ATP binding protein, putative 5.158188335 C6_chemical_C1 +LQ05X017990 ATP binding protein, putative 5.273844139 C6_chemical_C2 +LQ05X017990 ATP binding protein, putative 5.277402344 C6_chemical_C3 +LQ05X017990 ATP binding protein, putative 5.018414191 L4_control_A1 +LQ05X017990 ATP binding protein, putative 4.928801131 L4_control_A2 +LQ05X017990 ATP binding protein, putative 5.136472465 L4_control_A3 +LQ05X017990 ATP binding protein, putative 4.808709075 L4_control_B1 +LQ05X017990 ATP binding protein, putative 5.13449406 L4_control_B2 +LQ05X017990 ATP binding protein, putative 4.991956831 L4_control_B3 +LQ05X017990 ATP binding protein, putative 5.337776281 L4_control_C2 +LQ05X017990 ATP binding protein, putative 6.203580439 L4_control_C3 +LQ05X017990 ATP binding protein, putative 5.296718183 L4_chemical_A1 +LQ05X017990 ATP binding protein, putative 5.131271097 L4_chemical_A2 +LQ05X017990 ATP binding protein, putative 4.8512702 L4_chemical_A3 +LQ05X017990 ATP binding protein, putative 4.905539112 L4_chemical_B1 +LQ05X017990 ATP binding protein, putative 5.226794788 L4_chemical_B2 +LQ05X017990 ATP binding protein, putative 4.943684321 L4_chemical_B3 +LQ05X017990 ATP binding protein, putative 5.609952995 L4_chemical_C2 +LQ05X017990 ATP binding protein, putative 5.511005136 L4_chemical_C3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.29244769 C6_control_A1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.28037753 C6_control_A3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.29176618 C6_control_B1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.42189916 C6_control_B2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.35053219 C6_control_B3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.83341349 C6_control_C1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.26021481 C6_control_C2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.33129585 C6_control_C3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.25187814 C6_chemical_A1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.43461878 C6_chemical_A3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.0388219 C6_chemical_B1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.19728717 C6_chemical_B2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.38028225 C6_chemical_B3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.48842929 C6_chemical_C1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.30358909 C6_chemical_C2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.16910431 C6_chemical_C3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.35518048 L4_control_A1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 13.99160405 L4_control_A2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.21910636 L4_control_A3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.16479501 L4_control_B1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 13.96913286 L4_control_B2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.38126793 L4_control_B3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.09566092 L4_control_C2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 13.94031014 L4_control_C3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.34195031 L4_chemical_A1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.18009962 L4_chemical_A2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.30378024 L4_chemical_A3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.07130006 L4_chemical_B1 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.12907088 L4_chemical_B2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.36967455 L4_chemical_B3 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.01228923 L4_chemical_C2 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.04779539 L4_chemical_C3 +LQ05X018060 Putative uncharacterized protein 14.09916155 C6_control_A1 +LQ05X018060 Putative uncharacterized protein 13.986406 C6_control_A3 +LQ05X018060 Putative uncharacterized protein 14.32977933 C6_control_B1 +LQ05X018060 Putative uncharacterized protein 14.34548247 C6_control_B2 +LQ05X018060 Putative uncharacterized protein 14.42809706 C6_control_B3 +LQ05X018060 Putative uncharacterized protein 13.11038646 C6_control_C1 +LQ05X018060 Putative uncharacterized protein 13.75164207 C6_control_C2 +LQ05X018060 Putative uncharacterized protein 13.40106064 C6_control_C3 +LQ05X018060 Putative uncharacterized protein 13.93879887 C6_chemical_A1 +LQ05X018060 Putative uncharacterized protein 13.84756323 C6_chemical_A3 +LQ05X018060 Putative uncharacterized protein 14.46059579 C6_chemical_B1 +LQ05X018060 Putative uncharacterized protein 14.32697751 C6_chemical_B2 +LQ05X018060 Putative uncharacterized protein 14.68688927 C6_chemical_B3 +LQ05X018060 Putative uncharacterized protein 13.01536776 C6_chemical_C1 +LQ05X018060 Putative uncharacterized protein 13.04362523 C6_chemical_C2 +LQ05X018060 Putative uncharacterized protein 12.89916593 C6_chemical_C3 +LQ05X018060 Putative uncharacterized protein 14.40085605 L4_control_A1 +LQ05X018060 Putative uncharacterized protein 14.65449545 L4_control_A2 +LQ05X018060 Putative uncharacterized protein 14.10760629 L4_control_A3 +LQ05X018060 Putative uncharacterized protein 14.58914135 L4_control_B1 +LQ05X018060 Putative uncharacterized protein 14.16160446 L4_control_B2 +LQ05X018060 Putative uncharacterized protein 14.6010969 L4_control_B3 +LQ05X018060 Putative uncharacterized protein 12.91076849 L4_control_C2 +LQ05X018060 Putative uncharacterized protein 13.46366485 L4_control_C3 +LQ05X018060 Putative uncharacterized protein 13.9885269 L4_chemical_A1 +LQ05X018060 Putative uncharacterized protein 14.29041022 L4_chemical_A2 +LQ05X018060 Putative uncharacterized protein 14.18085382 L4_chemical_A3 +LQ05X018060 Putative uncharacterized protein 14.14889257 L4_chemical_B1 +LQ05X018060 Putative uncharacterized protein 14.43825946 L4_chemical_B2 +LQ05X018060 Putative uncharacterized protein 14.24771233 L4_chemical_B3 +LQ05X018060 Putative uncharacterized protein 13.333647 L4_chemical_C2 +LQ05X018060 Putative uncharacterized protein 13.50682618 L4_chemical_C3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.10218088 C6_control_A1 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.27273663 C6_control_A3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.27107932 C6_control_B1 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.61639877 C6_control_B2 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.12440169 C6_control_B3 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.80809682 C6_control_C1 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.18363058 C6_control_C2 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.41831457 C6_control_C3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.3422105 C6_chemical_A1 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.72275062 C6_chemical_A3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.30080906 C6_chemical_B1 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.49517578 C6_chemical_B2 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.13797778 C6_chemical_B3 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.84626728 C6_chemical_C1 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.5295921 C6_chemical_C2 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.06285248 C6_chemical_C3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.04361785 L4_control_A1 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.76410306 L4_control_A2 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.07027801 L4_control_A3 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.9113233 L4_control_B1 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.55572228 L4_control_B2 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.36111134 L4_control_B3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.22259089 L4_control_C2 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.0242374 L4_control_C3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.07352978 L4_chemical_A1 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.96801097 L4_chemical_A2 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.9339431 L4_chemical_A3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.58336022 L4_chemical_B1 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.54902955 L4_chemical_B2 +LQ05X018070 Putative uncharacterized protein F15B8.20 13.70275046 L4_chemical_B3 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.3506089 L4_chemical_C2 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.20211271 L4_chemical_C3 +LQ05X018100 Putative Transcription factor bHLH60 13.9090493 C6_control_A1 +LQ05X018100 Putative Transcription factor bHLH60 13.67221935 C6_control_A3 +LQ05X018100 Putative Transcription factor bHLH60 14.07565225 C6_control_B1 +LQ05X018100 Putative Transcription factor bHLH60 13.90672454 C6_control_B2 +LQ05X018100 Putative Transcription factor bHLH60 14.00353164 C6_control_B3 +LQ05X018100 Putative Transcription factor bHLH60 13.2553251 C6_control_C1 +LQ05X018100 Putative Transcription factor bHLH60 13.48498369 C6_control_C2 +LQ05X018100 Putative Transcription factor bHLH60 13.19824849 C6_control_C3 +LQ05X018100 Putative Transcription factor bHLH60 13.71690856 C6_chemical_A1 +LQ05X018100 Putative Transcription factor bHLH60 13.69734109 C6_chemical_A3 +LQ05X018100 Putative Transcription factor bHLH60 13.71638979 C6_chemical_B1 +LQ05X018100 Putative Transcription factor bHLH60 13.87524066 C6_chemical_B2 +LQ05X018100 Putative Transcription factor bHLH60 13.90795766 C6_chemical_B3 +LQ05X018100 Putative Transcription factor bHLH60 13.06645304 C6_chemical_C1 +LQ05X018100 Putative Transcription factor bHLH60 13.17783607 C6_chemical_C2 +LQ05X018100 Putative Transcription factor bHLH60 12.9523342 C6_chemical_C3 +LQ05X018100 Putative Transcription factor bHLH60 13.53898473 L4_control_A1 +LQ05X018100 Putative Transcription factor bHLH60 13.95106424 L4_control_A2 +LQ05X018100 Putative Transcription factor bHLH60 13.22254768 L4_control_A3 +LQ05X018100 Putative Transcription factor bHLH60 14.0350372 L4_control_B1 +LQ05X018100 Putative Transcription factor bHLH60 14.0387755 L4_control_B2 +LQ05X018100 Putative Transcription factor bHLH60 13.92545701 L4_control_B3 +LQ05X018100 Putative Transcription factor bHLH60 12.99025123 L4_control_C2 +LQ05X018100 Putative Transcription factor bHLH60 13.3696878 L4_control_C3 +LQ05X018100 Putative Transcription factor bHLH60 13.27015838 L4_chemical_A1 +LQ05X018100 Putative Transcription factor bHLH60 13.72301903 L4_chemical_A2 +LQ05X018100 Putative Transcription factor bHLH60 13.19862814 L4_chemical_A3 +LQ05X018100 Putative Transcription factor bHLH60 13.65932006 L4_chemical_B1 +LQ05X018100 Putative Transcription factor bHLH60 13.49324238 L4_chemical_B2 +LQ05X018100 Putative Transcription factor bHLH60 14.33968215 L4_chemical_B3 +LQ05X018100 Putative Transcription factor bHLH60 12.66956397 L4_chemical_C2 +LQ05X018100 Putative Transcription factor bHLH60 13.20832884 L4_chemical_C3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.41208567 C6_control_A1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.22868079 C6_control_A3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.92564141 C6_control_B1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.81887236 C6_control_B2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.85365348 C6_control_B3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.15927642 C6_control_C1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 10.86761495 C6_control_C2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.14454557 C6_control_C3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.53142391 C6_chemical_A1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.27421593 C6_chemical_A3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.68015251 C6_chemical_B1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.77666701 C6_chemical_B2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.48240862 C6_chemical_B3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.10422459 C6_chemical_C1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 10.73668351 C6_chemical_C2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 10.77211422 C6_chemical_C3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.33289652 L4_control_A1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.76238414 L4_control_A2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.32138812 L4_control_A3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.18238588 L4_control_B1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 10.81265776 L4_control_B2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.1749364 L4_control_B3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 10.67269594 L4_control_C2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 9.845779261 L4_control_C3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.23757967 L4_chemical_A1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.76330642 L4_chemical_A2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.56038827 L4_chemical_A3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.31450079 L4_chemical_B1 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.28078473 L4_chemical_B2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.71616053 L4_chemical_B3 +LQ05X018110 Putative ER-derived vesicles protein ERV14 11.05913967 L4_chemical_C2 +LQ05X018110 Putative ER-derived vesicles protein ERV14 10.33707643 L4_chemical_C3 +LQ05X018140 Predicted protein 9.297050316 C6_control_A1 +LQ05X018140 Predicted protein 8.865579654 C6_control_A3 +LQ05X018140 Predicted protein 9.395435338 C6_control_B1 +LQ05X018140 Predicted protein 11.25185161 C6_control_B2 +LQ05X018140 Predicted protein 9.397875862 C6_control_B3 +LQ05X018140 Predicted protein 11.37304786 C6_control_C1 +LQ05X018140 Predicted protein 11.68281599 C6_control_C2 +LQ05X018140 Predicted protein 11.50303379 C6_control_C3 +LQ05X018140 Predicted protein 9.001337859 C6_chemical_A1 +LQ05X018140 Predicted protein 9.43363285 C6_chemical_A3 +LQ05X018140 Predicted protein 9.161531726 C6_chemical_B1 +LQ05X018140 Predicted protein 11.33586619 C6_chemical_B2 +LQ05X018140 Predicted protein 9.207685736 C6_chemical_B3 +LQ05X018140 Predicted protein 11.64768607 C6_chemical_C1 +LQ05X018140 Predicted protein 11.50259347 C6_chemical_C2 +LQ05X018140 Predicted protein 11.56621151 C6_chemical_C3 +LQ05X018140 Predicted protein 9.12226666 L4_control_A1 +LQ05X018140 Predicted protein 8.391727399 L4_control_A2 +LQ05X018140 Predicted protein 6.567075199 L4_control_A3 +LQ05X018140 Predicted protein 9.995295372 L4_control_B1 +LQ05X018140 Predicted protein 9.515719179 L4_control_B2 +LQ05X018140 Predicted protein 10.74685393 L4_control_B3 +LQ05X018140 Predicted protein 9.533674816 L4_control_C2 +LQ05X018140 Predicted protein 9.217634177 L4_control_C3 +LQ05X018140 Predicted protein 9.527453042 L4_chemical_A1 +LQ05X018140 Predicted protein 8.892055386 L4_chemical_A2 +LQ05X018140 Predicted protein 6.820182755 L4_chemical_A3 +LQ05X018140 Predicted protein 9.451574916 L4_chemical_B1 +LQ05X018140 Predicted protein 9.180149737 L4_chemical_B2 +LQ05X018140 Predicted protein 10.34669283 L4_chemical_B3 +LQ05X018140 Predicted protein 9.920567966 L4_chemical_C2 +LQ05X018140 Predicted protein 9.684808996 L4_chemical_C3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.555646305 C6_control_A1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.650615511 C6_control_A3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.033423777 C6_control_B1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.614143153 C6_control_B2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.427142863 C6_control_B3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 4.943629222 C6_control_C1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 4.99378172 C6_control_C2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 4.833285134 C6_control_C3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.651853621 C6_chemical_A1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.646465746 C6_chemical_A3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.018507882 C6_chemical_B1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.370677496 C6_chemical_B2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.505945311 C6_chemical_B3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 4.929650308 C6_chemical_C1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.242021094 C6_chemical_C2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 4.975073195 C6_chemical_C3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 6.055610204 L4_control_A1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.65823183 L4_control_A2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.960896617 L4_control_A3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.263062585 L4_control_B1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.771174946 L4_control_B2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.340932825 L4_control_B3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 4.924607109 L4_control_C2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 6.00095762 L4_control_C3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.300256688 L4_chemical_A1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.354241159 L4_chemical_A2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 6.098770263 L4_chemical_A3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.205735616 L4_chemical_B1 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.256123712 L4_chemical_B2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.178944409 L4_chemical_B3 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.083911976 L4_chemical_C2 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.301537238 L4_chemical_C3 +LQ05X018170 Transcription factor bHLH130 8.31386313 C6_control_A1 +LQ05X018170 Transcription factor bHLH130 7.890065508 C6_control_A3 +LQ05X018170 Transcription factor bHLH130 8.17932744 C6_control_B1 +LQ05X018170 Transcription factor bHLH130 7.650146042 C6_control_B2 +LQ05X018170 Transcription factor bHLH130 8.417101747 C6_control_B3 +LQ05X018170 Transcription factor bHLH130 7.535954562 C6_control_C1 +LQ05X018170 Transcription factor bHLH130 6.569508218 C6_control_C2 +LQ05X018170 Transcription factor bHLH130 7.314141824 C6_control_C3 +LQ05X018170 Transcription factor bHLH130 8.048177266 C6_chemical_A1 +LQ05X018170 Transcription factor bHLH130 7.888394579 C6_chemical_A3 +LQ05X018170 Transcription factor bHLH130 8.224684807 C6_chemical_B1 +LQ05X018170 Transcription factor bHLH130 7.533881288 C6_chemical_B2 +LQ05X018170 Transcription factor bHLH130 8.023195082 C6_chemical_B3 +LQ05X018170 Transcription factor bHLH130 7.188401207 C6_chemical_C1 +LQ05X018170 Transcription factor bHLH130 7.373468032 C6_chemical_C2 +LQ05X018170 Transcription factor bHLH130 6.999824621 C6_chemical_C3 +LQ05X018170 Transcription factor bHLH130 7.718151061 L4_control_A1 +LQ05X018170 Transcription factor bHLH130 8.891064437 L4_control_A2 +LQ05X018170 Transcription factor bHLH130 8.839356446 L4_control_A3 +LQ05X018170 Transcription factor bHLH130 8.494639909 L4_control_B1 +LQ05X018170 Transcription factor bHLH130 8.357735917 L4_control_B2 +LQ05X018170 Transcription factor bHLH130 8.039529982 L4_control_B3 +LQ05X018170 Transcription factor bHLH130 8.089393597 L4_control_C2 +LQ05X018170 Transcription factor bHLH130 7.682441754 L4_control_C3 +LQ05X018170 Transcription factor bHLH130 7.730337159 L4_chemical_A1 +LQ05X018170 Transcription factor bHLH130 8.817948282 L4_chemical_A2 +LQ05X018170 Transcription factor bHLH130 8.503065619 L4_chemical_A3 +LQ05X018170 Transcription factor bHLH130 8.341571172 L4_chemical_B1 +LQ05X018170 Transcription factor bHLH130 8.560153827 L4_chemical_B2 +LQ05X018170 Transcription factor bHLH130 7.750809968 L4_chemical_B3 +LQ05X018170 Transcription factor bHLH130 8.338887636 L4_chemical_C2 +LQ05X018170 Transcription factor bHLH130 8.178070619 L4_chemical_C3 +LQ05X018200 Putative Cytochrome P450 93A1 5.533327656 C6_control_A1 +LQ05X018200 Putative Cytochrome P450 93A1 5.427288399 C6_control_A3 +LQ05X018200 Putative Cytochrome P450 93A1 5.529455166 C6_control_B1 +LQ05X018200 Putative Cytochrome P450 93A1 5.932778152 C6_control_B2 +LQ05X018200 Putative Cytochrome P450 93A1 5.572566262 C6_control_B3 +LQ05X018200 Putative Cytochrome P450 93A1 5.353517807 C6_control_C1 +LQ05X018200 Putative Cytochrome P450 93A1 5.729110407 C6_control_C2 +LQ05X018200 Putative Cytochrome P450 93A1 5.825911766 C6_control_C3 +LQ05X018200 Putative Cytochrome P450 93A1 5.628240085 C6_chemical_A1 +LQ05X018200 Putative Cytochrome P450 93A1 5.465791413 C6_chemical_A3 +LQ05X018200 Putative Cytochrome P450 93A1 5.792452046 C6_chemical_B1 +LQ05X018200 Putative Cytochrome P450 93A1 5.7467933 C6_chemical_B2 +LQ05X018200 Putative Cytochrome P450 93A1 5.566941836 C6_chemical_B3 +LQ05X018200 Putative Cytochrome P450 93A1 5.671359115 C6_chemical_C1 +LQ05X018200 Putative Cytochrome P450 93A1 5.561849517 C6_chemical_C2 +LQ05X018200 Putative Cytochrome P450 93A1 6.383559381 C6_chemical_C3 +LQ05X018200 Putative Cytochrome P450 93A1 5.588926991 L4_control_A1 +LQ05X018200 Putative Cytochrome P450 93A1 5.686145047 L4_control_A2 +LQ05X018200 Putative Cytochrome P450 93A1 6.660601907 L4_control_A3 +LQ05X018200 Putative Cytochrome P450 93A1 5.548943594 L4_control_B1 +LQ05X018200 Putative Cytochrome P450 93A1 5.961049703 L4_control_B2 +LQ05X018200 Putative Cytochrome P450 93A1 5.665511957 L4_control_B3 +LQ05X018200 Putative Cytochrome P450 93A1 5.92655418 L4_control_C2 +LQ05X018200 Putative Cytochrome P450 93A1 5.320160406 L4_control_C3 +LQ05X018200 Putative Cytochrome P450 93A1 5.235509662 L4_chemical_A1 +LQ05X018200 Putative Cytochrome P450 93A1 5.735805061 L4_chemical_A2 +LQ05X018200 Putative Cytochrome P450 93A1 5.86947801 L4_chemical_A3 +LQ05X018200 Putative Cytochrome P450 93A1 5.48453537 L4_chemical_B1 +LQ05X018200 Putative Cytochrome P450 93A1 5.130154406 L4_chemical_B2 +LQ05X018200 Putative Cytochrome P450 93A1 5.549427934 L4_chemical_B3 +LQ05X018200 Putative Cytochrome P450 93A1 6.326364324 L4_chemical_C2 +LQ05X018200 Putative Cytochrome P450 93A1 5.679757163 L4_chemical_C3 +LQ05X018230 Cytochrome P450 93A1 5.40869781 C6_control_A1 +LQ05X018230 Cytochrome P450 93A1 4.694450596 C6_control_A3 +LQ05X018230 Cytochrome P450 93A1 5.252746949 C6_control_B1 +LQ05X018230 Cytochrome P450 93A1 5.442423506 C6_control_B2 +LQ05X018230 Cytochrome P450 93A1 5.923680173 C6_control_B3 +LQ05X018230 Cytochrome P450 93A1 6.165149413 C6_control_C1 +LQ05X018230 Cytochrome P450 93A1 5.274451727 C6_control_C2 +LQ05X018230 Cytochrome P450 93A1 6.327773064 C6_control_C3 +LQ05X018230 Cytochrome P450 93A1 5.42261881 C6_chemical_A1 +LQ05X018230 Cytochrome P450 93A1 5.13418504 C6_chemical_A3 +LQ05X018230 Cytochrome P450 93A1 6.001643101 C6_chemical_B1 +LQ05X018230 Cytochrome P450 93A1 5.463295799 C6_chemical_B2 +LQ05X018230 Cytochrome P450 93A1 5.273876922 C6_chemical_B3 +LQ05X018230 Cytochrome P450 93A1 6.163237678 C6_chemical_C1 +LQ05X018230 Cytochrome P450 93A1 5.714315591 C6_chemical_C2 +LQ05X018230 Cytochrome P450 93A1 6.359911242 C6_chemical_C3 +LQ05X018230 Cytochrome P450 93A1 5.096069904 L4_control_A1 +LQ05X018230 Cytochrome P450 93A1 5.120989225 L4_control_A2 +LQ05X018230 Cytochrome P450 93A1 4.850471013 L4_control_A3 +LQ05X018230 Cytochrome P450 93A1 5.363977738 L4_control_B1 +LQ05X018230 Cytochrome P450 93A1 5.796479312 L4_control_B2 +LQ05X018230 Cytochrome P450 93A1 5.900951959 L4_control_B3 +LQ05X018230 Cytochrome P450 93A1 5.470080064 L4_control_C2 +LQ05X018230 Cytochrome P450 93A1 4.964174259 L4_control_C3 +LQ05X018230 Cytochrome P450 93A1 5.399426179 L4_chemical_A1 +LQ05X018230 Cytochrome P450 93A1 5.426820099 L4_chemical_A2 +LQ05X018230 Cytochrome P450 93A1 5.274520712 L4_chemical_A3 +LQ05X018230 Cytochrome P450 93A1 4.859004872 L4_chemical_B1 +LQ05X018230 Cytochrome P450 93A1 5.600838867 L4_chemical_B2 +LQ05X018230 Cytochrome P450 93A1 5.54618815 L4_chemical_B3 +LQ05X018230 Cytochrome P450 93A1 5.133619067 L4_chemical_C2 +LQ05X018230 Cytochrome P450 93A1 5.661003845 L4_chemical_C3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.66277564 C6_control_A1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.66048462 C6_control_A3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.76215674 C6_control_B1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.18423555 C6_control_B2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.33742989 C6_control_B3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.68993373 C6_control_C1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.85734064 C6_control_C2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.67043951 C6_control_C3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.83826848 C6_chemical_A1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.78736538 C6_chemical_A3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.83049696 C6_chemical_B1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.39964269 C6_chemical_B2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.28300089 C6_chemical_B3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.82119668 C6_chemical_C1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.8795015 C6_chemical_C2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.14137588 C6_chemical_C3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.02099327 L4_control_A1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.34773938 L4_control_A2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.5700684 L4_control_A3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.26583216 L4_control_B1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.31682953 L4_control_B2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.76449786 L4_control_B3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.16887741 L4_control_C2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.04563397 L4_control_C3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.29181751 L4_chemical_A1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.39574158 L4_chemical_A2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 12.33450186 L4_chemical_A3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.11758386 L4_chemical_B1 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.43688076 L4_chemical_B2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.90966178 L4_chemical_B3 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.62999745 L4_chemical_C2 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.08110165 L4_chemical_C3 +LQ05X018310 60S ribosomal protein L6 4.981701693 C6_control_A1 +LQ05X018310 60S ribosomal protein L6 4.643657384 C6_control_A3 +LQ05X018310 60S ribosomal protein L6 5.172077647 C6_control_B1 +LQ05X018310 60S ribosomal protein L6 4.914818503 C6_control_B2 +LQ05X018310 60S ribosomal protein L6 5.018966234 C6_control_B3 +LQ05X018310 60S ribosomal protein L6 5.718576753 C6_control_C1 +LQ05X018310 60S ribosomal protein L6 4.843975541 C6_control_C2 +LQ05X018310 60S ribosomal protein L6 4.95685248 C6_control_C3 +LQ05X018310 60S ribosomal protein L6 4.692982964 C6_chemical_A1 +LQ05X018310 60S ribosomal protein L6 4.629958077 C6_chemical_A3 +LQ05X018310 60S ribosomal protein L6 5.224272789 C6_chemical_B1 +LQ05X018310 60S ribosomal protein L6 4.72887725 C6_chemical_B2 +LQ05X018310 60S ribosomal protein L6 5.125759575 C6_chemical_B3 +LQ05X018310 60S ribosomal protein L6 5.647086495 C6_chemical_C1 +LQ05X018310 60S ribosomal protein L6 4.689089933 C6_chemical_C2 +LQ05X018310 60S ribosomal protein L6 5.147524787 C6_chemical_C3 +LQ05X018310 60S ribosomal protein L6 4.863516714 L4_control_A1 +LQ05X018310 60S ribosomal protein L6 4.812371758 L4_control_A2 +LQ05X018310 60S ribosomal protein L6 4.754246597 L4_control_A3 +LQ05X018310 60S ribosomal protein L6 4.990278646 L4_control_B1 +LQ05X018310 60S ribosomal protein L6 5.023371383 L4_control_B2 +LQ05X018310 60S ribosomal protein L6 4.973293081 L4_control_B3 +LQ05X018310 60S ribosomal protein L6 5.620878497 L4_control_C2 +LQ05X018310 60S ribosomal protein L6 5.069097729 L4_control_C3 +LQ05X018310 60S ribosomal protein L6 4.933645672 L4_chemical_A1 +LQ05X018310 60S ribosomal protein L6 4.774370478 L4_chemical_A2 +LQ05X018310 60S ribosomal protein L6 5.070050971 L4_chemical_A3 +LQ05X018310 60S ribosomal protein L6 4.971122249 L4_chemical_B1 +LQ05X018310 60S ribosomal protein L6 4.751028316 L4_chemical_B2 +LQ05X018310 60S ribosomal protein L6 4.811632808 L4_chemical_B3 +LQ05X018310 60S ribosomal protein L6 4.964880514 L4_chemical_C2 +LQ05X018310 60S ribosomal protein L6 5.020739198 L4_chemical_C3 +LQ05X018330 60S ribosomal protein L6 14.67135105 C6_control_A1 +LQ05X018330 60S ribosomal protein L6 14.90527202 C6_control_A3 +LQ05X018330 60S ribosomal protein L6 14.13984935 C6_control_B1 +LQ05X018330 60S ribosomal protein L6 14.80659175 C6_control_B2 +LQ05X018330 60S ribosomal protein L6 14.47390139 C6_control_B3 +LQ05X018330 60S ribosomal protein L6 14.41074673 C6_control_C1 +LQ05X018330 60S ribosomal protein L6 14.40704168 C6_control_C2 +LQ05X018330 60S ribosomal protein L6 14.55572024 C6_control_C3 +LQ05X018330 60S ribosomal protein L6 14.46707314 C6_chemical_A1 +LQ05X018330 60S ribosomal protein L6 14.63786311 C6_chemical_A3 +LQ05X018330 60S ribosomal protein L6 13.77671298 C6_chemical_B1 +LQ05X018330 60S ribosomal protein L6 14.5656252 C6_chemical_B2 +LQ05X018330 60S ribosomal protein L6 14.11781622 C6_chemical_B3 +LQ05X018330 60S ribosomal protein L6 14.37566832 C6_chemical_C1 +LQ05X018330 60S ribosomal protein L6 14.42509798 C6_chemical_C2 +LQ05X018330 60S ribosomal protein L6 14.25532006 C6_chemical_C3 +LQ05X018330 60S ribosomal protein L6 14.73849741 L4_control_A1 +LQ05X018330 60S ribosomal protein L6 14.99990215 L4_control_A2 +LQ05X018330 60S ribosomal protein L6 14.82318939 L4_control_A3 +LQ05X018330 60S ribosomal protein L6 13.88383159 L4_control_B1 +LQ05X018330 60S ribosomal protein L6 14.0282024 L4_control_B2 +LQ05X018330 60S ribosomal protein L6 14.40978789 L4_control_B3 +LQ05X018330 60S ribosomal protein L6 13.93903225 L4_control_C2 +LQ05X018330 60S ribosomal protein L6 13.8165825 L4_control_C3 +LQ05X018330 60S ribosomal protein L6 14.66655713 L4_chemical_A1 +LQ05X018330 60S ribosomal protein L6 14.53164782 L4_chemical_A2 +LQ05X018330 60S ribosomal protein L6 14.45041801 L4_chemical_A3 +LQ05X018330 60S ribosomal protein L6 13.86608492 L4_chemical_B1 +LQ05X018330 60S ribosomal protein L6 14.10774561 L4_chemical_B2 +LQ05X018330 60S ribosomal protein L6 14.74481362 L4_chemical_B3 +LQ05X018330 60S ribosomal protein L6 13.8437443 L4_chemical_C2 +LQ05X018330 60S ribosomal protein L6 13.96082873 L4_chemical_C3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.299410067 C6_control_A1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.058275415 C6_control_A3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 4.949717964 C6_control_B1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.054304634 C6_control_B2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.369979998 C6_control_B3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.190765016 C6_control_C1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.24424254 C6_control_C2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.792537333 C6_control_C3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.270356201 C6_chemical_A1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.75682822 C6_chemical_A3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.197814487 C6_chemical_B1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.21992155 C6_chemical_B2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.807322846 C6_chemical_B3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.250044798 C6_chemical_C1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.141601367 C6_chemical_C2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.767405918 C6_chemical_C3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.925755082 L4_control_A1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.501781345 L4_control_A2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.294350743 L4_control_A3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.632622017 L4_control_B1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.775854971 L4_control_B2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 6.079406782 L4_control_B3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.828009652 L4_control_C2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 6.123191831 L4_control_C3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.569229012 L4_chemical_A1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.273637716 L4_chemical_A2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 4.861864473 L4_chemical_A3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.157390001 L4_chemical_B1 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.749102162 L4_chemical_B2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 6.002522566 L4_chemical_B3 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 6.004885524 L4_chemical_C2 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 6.005581756 L4_chemical_C3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.60941755 C6_control_A1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.79483091 C6_control_A3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.7229561 C6_control_B1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.77966248 C6_control_B2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.99648822 C6_control_B3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.32251319 C6_control_C1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.5332867 C6_control_C2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.03998192 C6_control_C3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.35233083 C6_chemical_A1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 9.444785348 C6_chemical_A3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.56354635 C6_chemical_B1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.53698132 C6_chemical_B2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.62216365 C6_chemical_B3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.27552142 C6_chemical_C1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 9.911549221 C6_chemical_C2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 9.485724966 C6_chemical_C3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.53818121 L4_control_A1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.40310079 L4_control_A2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.48594792 L4_control_A3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.68301458 L4_control_B1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.51178927 L4_control_B2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.77834899 L4_control_B3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 9.545804968 L4_control_C2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.2430268 L4_control_C3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.07163807 L4_chemical_A1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 9.677136928 L4_chemical_A2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.31161615 L4_chemical_A3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.28767899 L4_chemical_B1 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 9.376645692 L4_chemical_B2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.70169645 L4_chemical_B3 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 9.391633116 L4_chemical_C2 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.24238642 L4_chemical_C3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.83992064 C6_control_A1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.30822331 C6_control_A3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.63690346 C6_control_B1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.17592921 C6_control_B2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.44110374 C6_control_B3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.45478134 C6_control_C1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.38987018 C6_control_C2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.01047429 C6_control_C3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.63943714 C6_chemical_A1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.43948983 C6_chemical_A3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.53516411 C6_chemical_B1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 10.74573971 C6_chemical_B2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 10.89084235 C6_chemical_B3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.53739744 C6_chemical_C1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.27518631 C6_chemical_C2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 10.60160851 C6_chemical_C3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.36437264 L4_control_A1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.45671888 L4_control_A2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.98308682 L4_control_A3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.35734596 L4_control_B1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.44059987 L4_control_B2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.7846823 L4_control_B3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.14155106 L4_control_C2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.11147463 L4_control_C3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.4153634 L4_chemical_A1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.1834546 L4_chemical_A2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.69793901 L4_chemical_A3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.16460669 L4_chemical_B1 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.27067665 L4_chemical_B2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.5085478 L4_chemical_B3 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.50641233 L4_chemical_C2 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 12.35536312 L4_chemical_C3 +LQ05X018680 Metal tolerance protein C2 11.82820976 C6_control_A1 +LQ05X018680 Metal tolerance protein C2 12.01895794 C6_control_A3 +LQ05X018680 Metal tolerance protein C2 11.64101439 C6_control_B1 +LQ05X018680 Metal tolerance protein C2 11.57009235 C6_control_B2 +LQ05X018680 Metal tolerance protein C2 11.67670871 C6_control_B3 +LQ05X018680 Metal tolerance protein C2 11.87814013 C6_control_C1 +LQ05X018680 Metal tolerance protein C2 11.81602903 C6_control_C2 +LQ05X018680 Metal tolerance protein C2 11.78395862 C6_control_C3 +LQ05X018680 Metal tolerance protein C2 11.45674111 C6_chemical_A1 +LQ05X018680 Metal tolerance protein C2 11.62220887 C6_chemical_A3 +LQ05X018680 Metal tolerance protein C2 11.61203516 C6_chemical_B1 +LQ05X018680 Metal tolerance protein C2 11.3484922 C6_chemical_B2 +LQ05X018680 Metal tolerance protein C2 11.38426979 C6_chemical_B3 +LQ05X018680 Metal tolerance protein C2 11.85450548 C6_chemical_C1 +LQ05X018680 Metal tolerance protein C2 11.82989832 C6_chemical_C2 +LQ05X018680 Metal tolerance protein C2 11.80131315 C6_chemical_C3 +LQ05X018680 Metal tolerance protein C2 11.85631785 L4_control_A1 +LQ05X018680 Metal tolerance protein C2 12.01247118 L4_control_A2 +LQ05X018680 Metal tolerance protein C2 11.61936819 L4_control_A3 +LQ05X018680 Metal tolerance protein C2 11.65214894 L4_control_B1 +LQ05X018680 Metal tolerance protein C2 11.02457774 L4_control_B2 +LQ05X018680 Metal tolerance protein C2 11.66255229 L4_control_B3 +LQ05X018680 Metal tolerance protein C2 11.42144422 L4_control_C2 +LQ05X018680 Metal tolerance protein C2 11.82642096 L4_control_C3 +LQ05X018680 Metal tolerance protein C2 11.91830229 L4_chemical_A1 +LQ05X018680 Metal tolerance protein C2 11.58474412 L4_chemical_A2 +LQ05X018680 Metal tolerance protein C2 11.88404891 L4_chemical_A3 +LQ05X018680 Metal tolerance protein C2 11.63208898 L4_chemical_B1 +LQ05X018680 Metal tolerance protein C2 11.18034406 L4_chemical_B2 +LQ05X018680 Metal tolerance protein C2 11.91090332 L4_chemical_B3 +LQ05X018680 Metal tolerance protein C2 11.56595386 L4_chemical_C2 +LQ05X018680 Metal tolerance protein C2 11.54900245 L4_chemical_C3 +LQ05X018730 Heat shock protein binding protein, putative 7.85207567 C6_control_A1 +LQ05X018730 Heat shock protein binding protein, putative 7.615462013 C6_control_A3 +LQ05X018730 Heat shock protein binding protein, putative 6.938591439 C6_control_B1 +LQ05X018730 Heat shock protein binding protein, putative 9.729300256 C6_control_B2 +LQ05X018730 Heat shock protein binding protein, putative 6.731353054 C6_control_B3 +LQ05X018730 Heat shock protein binding protein, putative 10.46285816 C6_control_C1 +LQ05X018730 Heat shock protein binding protein, putative 10.68880741 C6_control_C2 +LQ05X018730 Heat shock protein binding protein, putative 10.45102972 C6_control_C3 +LQ05X018730 Heat shock protein binding protein, putative 7.354576843 C6_chemical_A1 +LQ05X018730 Heat shock protein binding protein, putative 7.536371104 C6_chemical_A3 +LQ05X018730 Heat shock protein binding protein, putative 6.829226609 C6_chemical_B1 +LQ05X018730 Heat shock protein binding protein, putative 9.919525682 C6_chemical_B2 +LQ05X018730 Heat shock protein binding protein, putative 6.6889765 C6_chemical_B3 +LQ05X018730 Heat shock protein binding protein, putative 10.2693151 C6_chemical_C1 +LQ05X018730 Heat shock protein binding protein, putative 10.74502698 C6_chemical_C2 +LQ05X018730 Heat shock protein binding protein, putative 10.42230578 C6_chemical_C3 +LQ05X018730 Heat shock protein binding protein, putative 7.303416035 L4_control_A1 +LQ05X018730 Heat shock protein binding protein, putative 7.65824836 L4_control_A2 +LQ05X018730 Heat shock protein binding protein, putative 6.352940016 L4_control_A3 +LQ05X018730 Heat shock protein binding protein, putative 6.084907018 L4_control_B1 +LQ05X018730 Heat shock protein binding protein, putative 6.209420306 L4_control_B2 +LQ05X018730 Heat shock protein binding protein, putative 8.260768553 L4_control_B3 +LQ05X018730 Heat shock protein binding protein, putative 6.615868975 L4_control_C2 +LQ05X018730 Heat shock protein binding protein, putative 6.536834459 L4_control_C3 +LQ05X018730 Heat shock protein binding protein, putative 7.45212867 L4_chemical_A1 +LQ05X018730 Heat shock protein binding protein, putative 6.976430445 L4_chemical_A2 +LQ05X018730 Heat shock protein binding protein, putative 5.782158111 L4_chemical_A3 +LQ05X018730 Heat shock protein binding protein, putative 6.052707225 L4_chemical_B1 +LQ05X018730 Heat shock protein binding protein, putative 5.845814119 L4_chemical_B2 +LQ05X018730 Heat shock protein binding protein, putative 7.53337229 L4_chemical_B3 +LQ05X018730 Heat shock protein binding protein, putative 7.012995683 L4_chemical_C2 +LQ05X018730 Heat shock protein binding protein, putative 7.501853148 L4_chemical_C3 +LQ05X018740 Actin-97 11.49638317 C6_control_A1 +LQ05X018740 Actin-97 12.0310947 C6_control_A3 +LQ05X018740 Actin-97 10.8397912 C6_control_B1 +LQ05X018740 Actin-97 10.19252942 C6_control_B2 +LQ05X018740 Actin-97 11.1378167 C6_control_B3 +LQ05X018740 Actin-97 8.132385367 C6_control_C1 +LQ05X018740 Actin-97 7.843106503 C6_control_C2 +LQ05X018740 Actin-97 8.642287009 C6_control_C3 +LQ05X018740 Actin-97 10.81015583 C6_chemical_A1 +LQ05X018740 Actin-97 11.7091057 C6_chemical_A3 +LQ05X018740 Actin-97 10.03972188 C6_chemical_B1 +LQ05X018740 Actin-97 9.90867367 C6_chemical_B2 +LQ05X018740 Actin-97 10.12490464 C6_chemical_B3 +LQ05X018740 Actin-97 8.074443639 C6_chemical_C1 +LQ05X018740 Actin-97 7.957016325 C6_chemical_C2 +LQ05X018740 Actin-97 7.982891579 C6_chemical_C3 +LQ05X018740 Actin-97 11.98325762 L4_control_A1 +LQ05X018740 Actin-97 12.04537016 L4_control_A2 +LQ05X018740 Actin-97 10.13835921 L4_control_A3 +LQ05X018740 Actin-97 10.6049406 L4_control_B1 +LQ05X018740 Actin-97 11.66755455 L4_control_B2 +LQ05X018740 Actin-97 9.69732501 L4_control_B3 +LQ05X018740 Actin-97 6.276161579 L4_control_C2 +LQ05X018740 Actin-97 7.850765289 L4_control_C3 +LQ05X018740 Actin-97 11.20690324 L4_chemical_A1 +LQ05X018740 Actin-97 10.86325993 L4_chemical_A2 +LQ05X018740 Actin-97 10.38225136 L4_chemical_A3 +LQ05X018740 Actin-97 10.12556319 L4_chemical_B1 +LQ05X018740 Actin-97 11.15670488 L4_chemical_B2 +LQ05X018740 Actin-97 11.46556951 L4_chemical_B3 +LQ05X018740 Actin-97 7.38404887 L4_chemical_C2 +LQ05X018740 Actin-97 8.085546582 L4_chemical_C3 +LQ05X018750 Probable protein phosphatase 2C 68 5.429822866 C6_control_A1 +LQ05X018750 Probable protein phosphatase 2C 68 7.013331337 C6_control_A3 +LQ05X018750 Probable protein phosphatase 2C 68 5.478034273 C6_control_B1 +LQ05X018750 Probable protein phosphatase 2C 68 6.48565278 C6_control_B2 +LQ05X018750 Probable protein phosphatase 2C 68 5.785724055 C6_control_B3 +LQ05X018750 Probable protein phosphatase 2C 68 5.871167893 C6_control_C1 +LQ05X018750 Probable protein phosphatase 2C 68 7.252216204 C6_control_C2 +LQ05X018750 Probable protein phosphatase 2C 68 5.803815702 C6_control_C3 +LQ05X018750 Probable protein phosphatase 2C 68 5.372796556 C6_chemical_A1 +LQ05X018750 Probable protein phosphatase 2C 68 5.827066911 C6_chemical_A3 +LQ05X018750 Probable protein phosphatase 2C 68 5.395336502 C6_chemical_B1 +LQ05X018750 Probable protein phosphatase 2C 68 5.978476725 C6_chemical_B2 +LQ05X018750 Probable protein phosphatase 2C 68 6.013722136 C6_chemical_B3 +LQ05X018750 Probable protein phosphatase 2C 68 5.492016244 C6_chemical_C1 +LQ05X018750 Probable protein phosphatase 2C 68 6.018013358 C6_chemical_C2 +LQ05X018750 Probable protein phosphatase 2C 68 5.556828894 C6_chemical_C3 +LQ05X018750 Probable protein phosphatase 2C 68 5.713139239 L4_control_A1 +LQ05X018750 Probable protein phosphatase 2C 68 5.627323858 L4_control_A2 +LQ05X018750 Probable protein phosphatase 2C 68 5.421665752 L4_control_A3 +LQ05X018750 Probable protein phosphatase 2C 68 5.78509231 L4_control_B1 +LQ05X018750 Probable protein phosphatase 2C 68 5.098022592 L4_control_B2 +LQ05X018750 Probable protein phosphatase 2C 68 5.116621211 L4_control_B3 +LQ05X018750 Probable protein phosphatase 2C 68 5.761208222 L4_control_C2 +LQ05X018750 Probable protein phosphatase 2C 68 5.579659577 L4_control_C3 +LQ05X018750 Probable protein phosphatase 2C 68 5.657426552 L4_chemical_A1 +LQ05X018750 Probable protein phosphatase 2C 68 5.272772228 L4_chemical_A2 +LQ05X018750 Probable protein phosphatase 2C 68 5.971083536 L4_chemical_A3 +LQ05X018750 Probable protein phosphatase 2C 68 5.644615831 L4_chemical_B1 +LQ05X018750 Probable protein phosphatase 2C 68 6.095971581 L4_chemical_B2 +LQ05X018750 Probable protein phosphatase 2C 68 5.213979934 L4_chemical_B3 +LQ05X018750 Probable protein phosphatase 2C 68 5.044448491 L4_chemical_C2 +LQ05X018750 Probable protein phosphatase 2C 68 5.422018271 L4_chemical_C3 +LQ05X018760 Putative uncharacterized protein 13.52843976 C6_control_A1 +LQ05X018760 Putative uncharacterized protein 14.38573406 C6_control_A3 +LQ05X018760 Putative uncharacterized protein 12.8243824 C6_control_B1 +LQ05X018760 Putative uncharacterized protein 9.414616269 C6_control_B2 +LQ05X018760 Putative uncharacterized protein 9.053922181 C6_control_B3 +LQ05X018760 Putative uncharacterized protein 6.861125649 C6_control_C1 +LQ05X018760 Putative uncharacterized protein 6.724085568 C6_control_C2 +LQ05X018760 Putative uncharacterized protein 7.999076528 C6_control_C3 +LQ05X018760 Putative uncharacterized protein 12.93927704 C6_chemical_A1 +LQ05X018760 Putative uncharacterized protein 13.88572714 C6_chemical_A3 +LQ05X018760 Putative uncharacterized protein 11.14666088 C6_chemical_B1 +LQ05X018760 Putative uncharacterized protein 7.500157233 C6_chemical_B2 +LQ05X018760 Putative uncharacterized protein 8.195445384 C6_chemical_B3 +LQ05X018760 Putative uncharacterized protein 7.298904723 C6_chemical_C1 +LQ05X018760 Putative uncharacterized protein 6.849597131 C6_chemical_C2 +LQ05X018760 Putative uncharacterized protein 6.689549797 C6_chemical_C3 +LQ05X018760 Putative uncharacterized protein 12.97687609 L4_control_A1 +LQ05X018760 Putative uncharacterized protein 13.67030713 L4_control_A2 +LQ05X018760 Putative uncharacterized protein 13.63192371 L4_control_A3 +LQ05X018760 Putative uncharacterized protein 8.434874771 L4_control_B1 +LQ05X018760 Putative uncharacterized protein 10.23389988 L4_control_B2 +LQ05X018760 Putative uncharacterized protein 8.217095115 L4_control_B3 +LQ05X018760 Putative uncharacterized protein 5.429977048 L4_control_C2 +LQ05X018760 Putative uncharacterized protein 6.300845734 L4_control_C3 +LQ05X018760 Putative uncharacterized protein 13.01911132 L4_chemical_A1 +LQ05X018760 Putative uncharacterized protein 12.50719437 L4_chemical_A2 +LQ05X018760 Putative uncharacterized protein 13.73292377 L4_chemical_A3 +LQ05X018760 Putative uncharacterized protein 11.92370761 L4_chemical_B1 +LQ05X018760 Putative uncharacterized protein 10.54077369 L4_chemical_B2 +LQ05X018760 Putative uncharacterized protein 12.33634008 L4_chemical_B3 +LQ05X018760 Putative uncharacterized protein 5.697475229 L4_chemical_C2 +LQ05X018760 Putative uncharacterized protein 6.294659332 L4_chemical_C3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 9.203823006 C6_control_A1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 9.527766515 C6_control_A3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 9.073697864 C6_control_B1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 9.426289028 C6_control_B2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 8.965543241 C6_control_B3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.25735824 C6_control_C1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.00514739 C6_control_C2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.27916733 C6_control_C3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 8.934899276 C6_chemical_A1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 9.442680222 C6_chemical_A3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 8.915909157 C6_chemical_B1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 9.432929793 C6_chemical_B2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 8.56851113 C6_chemical_B3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.28080683 C6_chemical_C1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.41113015 C6_chemical_C2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.41922085 C6_chemical_C3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.63147635 L4_control_A1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.86953767 L4_control_A2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.8411779 L4_control_A3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 11.61394724 L4_control_B1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.54359177 L4_control_B2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 11.58663819 L4_control_B3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 11.60901568 L4_control_C2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 12.74037446 L4_control_C3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 11.09187761 L4_chemical_A1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 10.67781165 L4_chemical_A2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 11.12381023 L4_chemical_A3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 11.17512132 L4_chemical_B1 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 11.18364573 L4_chemical_B2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 11.09806914 L4_chemical_B3 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 12.32179507 L4_chemical_C2 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 12.67129686 L4_chemical_C3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.301384881 C6_control_A1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.362940092 C6_control_A3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.002424666 C6_control_B1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.856779747 C6_control_B2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.080292568 C6_control_B3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.332797095 C6_control_C1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.495484177 C6_control_C2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.914610792 C6_control_C3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.720623952 C6_chemical_A1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.896440167 C6_chemical_A3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.448511414 C6_chemical_B1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.196556067 C6_chemical_B2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.417910348 C6_chemical_B3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.174732595 C6_chemical_C1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.990487967 C6_chemical_C2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.245709944 C6_chemical_C3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.303252945 L4_control_A1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.667691192 L4_control_A2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.278625426 L4_control_A3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.802897431 L4_control_B1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.52279146 L4_control_B2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.711919166 L4_control_B3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.01622899 L4_control_C2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.662139098 L4_control_C3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.034793248 L4_chemical_A1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.989947329 L4_chemical_A2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 7.13552979 L4_chemical_A3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.966501116 L4_chemical_B1 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.336971858 L4_chemical_B2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 6.265531302 L4_chemical_B3 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.835591289 L4_chemical_C2 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.741178351 L4_chemical_C3 +LQ05X018840 18 kDa seed maturation protein 5.761979747 C6_control_A1 +LQ05X018840 18 kDa seed maturation protein 5.806393339 C6_control_A3 +LQ05X018840 18 kDa seed maturation protein 5.83787154 C6_control_B1 +LQ05X018840 18 kDa seed maturation protein 5.452772093 C6_control_B2 +LQ05X018840 18 kDa seed maturation protein 6.082404043 C6_control_B3 +LQ05X018840 18 kDa seed maturation protein 5.732512191 C6_control_C1 +LQ05X018840 18 kDa seed maturation protein 5.439243565 C6_control_C2 +LQ05X018840 18 kDa seed maturation protein 5.865443422 C6_control_C3 +LQ05X018840 18 kDa seed maturation protein 5.802847575 C6_chemical_A1 +LQ05X018840 18 kDa seed maturation protein 5.693972791 C6_chemical_A3 +LQ05X018840 18 kDa seed maturation protein 5.388112825 C6_chemical_B1 +LQ05X018840 18 kDa seed maturation protein 5.733303138 C6_chemical_B2 +LQ05X018840 18 kDa seed maturation protein 5.809711842 C6_chemical_B3 +LQ05X018840 18 kDa seed maturation protein 5.564946471 C6_chemical_C1 +LQ05X018840 18 kDa seed maturation protein 5.824262754 C6_chemical_C2 +LQ05X018840 18 kDa seed maturation protein 5.775664553 C6_chemical_C3 +LQ05X018840 18 kDa seed maturation protein 5.121930631 L4_control_A1 +LQ05X018840 18 kDa seed maturation protein 5.843253639 L4_control_A2 +LQ05X018840 18 kDa seed maturation protein 5.833900434 L4_control_A3 +LQ05X018840 18 kDa seed maturation protein 5.835388342 L4_control_B1 +LQ05X018840 18 kDa seed maturation protein 5.451494283 L4_control_B2 +LQ05X018840 18 kDa seed maturation protein 5.492053921 L4_control_B3 +LQ05X018840 18 kDa seed maturation protein 5.414080922 L4_control_C2 +LQ05X018840 18 kDa seed maturation protein 6.308612659 L4_control_C3 +LQ05X018840 18 kDa seed maturation protein 5.432993831 L4_chemical_A1 +LQ05X018840 18 kDa seed maturation protein 5.841292934 L4_chemical_A2 +LQ05X018840 18 kDa seed maturation protein 5.791172483 L4_chemical_A3 +LQ05X018840 18 kDa seed maturation protein 5.924702581 L4_chemical_B1 +LQ05X018840 18 kDa seed maturation protein 5.712057822 L4_chemical_B2 +LQ05X018840 18 kDa seed maturation protein 5.319377378 L4_chemical_B3 +LQ05X018840 18 kDa seed maturation protein 5.89233808 L4_chemical_C2 +LQ05X018840 18 kDa seed maturation protein 6.115704212 L4_chemical_C3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.39433538 C6_control_A1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.53374228 C6_control_A3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.26660433 C6_control_B1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.06603023 C6_control_B2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.10035144 C6_control_B3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.18840879 C6_control_C1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.13908046 C6_control_C2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.39735434 C6_control_C3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.37726172 C6_chemical_A1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.79216524 C6_chemical_A3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.10922077 C6_chemical_B1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 12.76783695 C6_chemical_B2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.07590065 C6_chemical_B3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 12.87483556 C6_chemical_C1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 12.75845781 C6_chemical_C2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.2909941 C6_chemical_C3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.39557174 L4_control_A1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 12.82381784 L4_control_A2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.42091308 L4_control_A3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.01457592 L4_control_B1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.21461037 L4_control_B2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.17999848 L4_control_B3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.70376162 L4_control_C2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.35888117 L4_control_C3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.24640384 L4_chemical_A1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 12.37897181 L4_chemical_A2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.35287854 L4_chemical_A3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.01817274 L4_chemical_B1 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 12.846921 L4_chemical_B2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.17633423 L4_chemical_B3 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.61582841 L4_chemical_C2 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.10684362 L4_chemical_C3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.75394011 C6_control_A1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.71524781 C6_control_A3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.78589131 C6_control_B1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.23316756 C6_control_B2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.92377192 C6_control_B3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 10.79007382 C6_control_C1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 10.30602275 C6_control_C2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 9.956781394 C6_control_C3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.51378222 C6_chemical_A1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.35385778 C6_chemical_A3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.6304904 C6_chemical_B1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 11.95753262 C6_chemical_B2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.15969145 C6_chemical_B3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 10.59744011 C6_chemical_C1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 10.18206274 C6_chemical_C2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 8.663513931 C6_chemical_C3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 13.26615597 L4_control_A1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.99607256 L4_control_A2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 13.13369783 L4_control_A3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 13.08272744 L4_control_B1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 13.35330871 L4_control_B2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 10.97074397 L4_control_B3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 10.89431703 L4_control_C2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 9.88096956 L4_control_C3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.58014996 L4_chemical_A1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.59446368 L4_chemical_A2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 13.13899209 L4_chemical_A3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.88537494 L4_chemical_B1 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.98865998 L4_chemical_B2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.56270375 L4_chemical_B3 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 10.81150386 L4_chemical_C2 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 10.12614407 L4_chemical_C3 +LQ05X018880 Putative uncharacterized protein 11.54839413 C6_control_A1 +LQ05X018880 Putative uncharacterized protein 11.62857849 C6_control_A3 +LQ05X018880 Putative uncharacterized protein 11.3263983 C6_control_B1 +LQ05X018880 Putative uncharacterized protein 11.43540838 C6_control_B2 +LQ05X018880 Putative uncharacterized protein 11.59904714 C6_control_B3 +LQ05X018880 Putative uncharacterized protein 12.29634453 C6_control_C1 +LQ05X018880 Putative uncharacterized protein 12.23827996 C6_control_C2 +LQ05X018880 Putative uncharacterized protein 12.24049427 C6_control_C3 +LQ05X018880 Putative uncharacterized protein 11.26817917 C6_chemical_A1 +LQ05X018880 Putative uncharacterized protein 11.64712385 C6_chemical_A3 +LQ05X018880 Putative uncharacterized protein 11.15134007 C6_chemical_B1 +LQ05X018880 Putative uncharacterized protein 11.15130549 C6_chemical_B2 +LQ05X018880 Putative uncharacterized protein 11.24492267 C6_chemical_B3 +LQ05X018880 Putative uncharacterized protein 12.19513504 C6_chemical_C1 +LQ05X018880 Putative uncharacterized protein 11.93109946 C6_chemical_C2 +LQ05X018880 Putative uncharacterized protein 12.34541858 C6_chemical_C3 +LQ05X018880 Putative uncharacterized protein 11.38400425 L4_control_A1 +LQ05X018880 Putative uncharacterized protein 11.18067457 L4_control_A2 +LQ05X018880 Putative uncharacterized protein 11.41059109 L4_control_A3 +LQ05X018880 Putative uncharacterized protein 10.66873479 L4_control_B1 +LQ05X018880 Putative uncharacterized protein 11.05391815 L4_control_B2 +LQ05X018880 Putative uncharacterized protein 10.82643071 L4_control_B3 +LQ05X018880 Putative uncharacterized protein 11.95335522 L4_control_C2 +LQ05X018880 Putative uncharacterized protein 11.28370938 L4_control_C3 +LQ05X018880 Putative uncharacterized protein 10.87209738 L4_chemical_A1 +LQ05X018880 Putative uncharacterized protein 10.92371268 L4_chemical_A2 +LQ05X018880 Putative uncharacterized protein 11.45053098 L4_chemical_A3 +LQ05X018880 Putative uncharacterized protein 11.12167745 L4_chemical_B1 +LQ05X018880 Putative uncharacterized protein 10.76007881 L4_chemical_B2 +LQ05X018880 Putative uncharacterized protein 10.6101701 L4_chemical_B3 +LQ05X018880 Putative uncharacterized protein 11.50880739 L4_chemical_C2 +LQ05X018880 Putative uncharacterized protein 11.29043577 L4_chemical_C3 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.517629788 C6_control_A1 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.657508446 C6_control_A3 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.127437638 C6_control_B1 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.362451635 C6_control_B2 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.620808724 C6_control_B3 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.285611972 C6_control_C1 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.143653085 C6_control_C2 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.053283832 C6_control_C3 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.517545897 C6_chemical_A1 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.904820515 C6_chemical_A3 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.827815336 C6_chemical_B1 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.486758272 C6_chemical_B2 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.532216607 C6_chemical_B3 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.285641071 C6_chemical_C1 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.247864741 C6_chemical_C2 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.715791203 C6_chemical_C3 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.552780744 L4_control_A1 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.90939029 L4_control_A2 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.872324883 L4_control_A3 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.026018408 L4_control_B1 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.31316141 L4_control_B2 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.014364839 L4_control_B3 +LQ05X018890 Putative uncharacterized protein T10K17.190 10.2085082 L4_control_C2 +LQ05X018890 Putative uncharacterized protein T10K17.190 10.27289868 L4_control_C3 +LQ05X018890 Putative uncharacterized protein T10K17.190 7.94930803 L4_chemical_A1 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.316297952 L4_chemical_A2 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.827318533 L4_chemical_A3 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.141378843 L4_chemical_B1 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.171526888 L4_chemical_B2 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.790366695 L4_chemical_B3 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.843317699 L4_chemical_C2 +LQ05X018890 Putative uncharacterized protein T10K17.190 9.999571248 L4_chemical_C3 +LQ05X018910 Putative uncharacterized protein 11.32383951 C6_control_A1 +LQ05X018910 Putative uncharacterized protein 11.72089587 C6_control_A3 +LQ05X018910 Putative uncharacterized protein 11.05403669 C6_control_B1 +LQ05X018910 Putative uncharacterized protein 10.87794619 C6_control_B2 +LQ05X018910 Putative uncharacterized protein 11.01093896 C6_control_B3 +LQ05X018910 Putative uncharacterized protein 11.20546273 C6_control_C1 +LQ05X018910 Putative uncharacterized protein 11.06565235 C6_control_C2 +LQ05X018910 Putative uncharacterized protein 11.06001904 C6_control_C3 +LQ05X018910 Putative uncharacterized protein 11.0441828 C6_chemical_A1 +LQ05X018910 Putative uncharacterized protein 11.47732692 C6_chemical_A3 +LQ05X018910 Putative uncharacterized protein 10.85785825 C6_chemical_B1 +LQ05X018910 Putative uncharacterized protein 10.72353791 C6_chemical_B2 +LQ05X018910 Putative uncharacterized protein 10.78106742 C6_chemical_B3 +LQ05X018910 Putative uncharacterized protein 11.2945908 C6_chemical_C1 +LQ05X018910 Putative uncharacterized protein 11.03742711 C6_chemical_C2 +LQ05X018910 Putative uncharacterized protein 10.8539292 C6_chemical_C3 +LQ05X018910 Putative uncharacterized protein 11.44593848 L4_control_A1 +LQ05X018910 Putative uncharacterized protein 11.36739744 L4_control_A2 +LQ05X018910 Putative uncharacterized protein 11.90153937 L4_control_A3 +LQ05X018910 Putative uncharacterized protein 10.9878826 L4_control_B1 +LQ05X018910 Putative uncharacterized protein 10.91909081 L4_control_B2 +LQ05X018910 Putative uncharacterized protein 10.99703439 L4_control_B3 +LQ05X018910 Putative uncharacterized protein 11.13685171 L4_control_C2 +LQ05X018910 Putative uncharacterized protein 10.92602208 L4_control_C3 +LQ05X018910 Putative uncharacterized protein 11.38259071 L4_chemical_A1 +LQ05X018910 Putative uncharacterized protein 11.35520088 L4_chemical_A2 +LQ05X018910 Putative uncharacterized protein 11.71006197 L4_chemical_A3 +LQ05X018910 Putative uncharacterized protein 11.09408682 L4_chemical_B1 +LQ05X018910 Putative uncharacterized protein 10.77161801 L4_chemical_B2 +LQ05X018910 Putative uncharacterized protein 10.96759863 L4_chemical_B3 +LQ05X018910 Putative uncharacterized protein 10.64074165 L4_chemical_C2 +LQ05X018910 Putative uncharacterized protein 10.73864802 L4_chemical_C3 +LQ05X018920 Predicted protein 10.31301896 C6_control_A1 +LQ05X018920 Predicted protein 10.43096883 C6_control_A3 +LQ05X018920 Predicted protein 10.50253893 C6_control_B1 +LQ05X018920 Predicted protein 10.1618342 C6_control_B2 +LQ05X018920 Predicted protein 10.25024271 C6_control_B3 +LQ05X018920 Predicted protein 11.38543083 C6_control_C1 +LQ05X018920 Predicted protein 10.9651162 C6_control_C2 +LQ05X018920 Predicted protein 11.60603458 C6_control_C3 +LQ05X018920 Predicted protein 10.17101177 C6_chemical_A1 +LQ05X018920 Predicted protein 10.76189412 C6_chemical_A3 +LQ05X018920 Predicted protein 10.1827157 C6_chemical_B1 +LQ05X018920 Predicted protein 10.20531091 C6_chemical_B2 +LQ05X018920 Predicted protein 9.917919991 C6_chemical_B3 +LQ05X018920 Predicted protein 11.03250897 C6_chemical_C1 +LQ05X018920 Predicted protein 11.6658501 C6_chemical_C2 +LQ05X018920 Predicted protein 11.58818234 C6_chemical_C3 +LQ05X018920 Predicted protein 10.3632849 L4_control_A1 +LQ05X018920 Predicted protein 10.10951058 L4_control_A2 +LQ05X018920 Predicted protein 9.777803429 L4_control_A3 +LQ05X018920 Predicted protein 9.544578444 L4_control_B1 +LQ05X018920 Predicted protein 9.543866684 L4_control_B2 +LQ05X018920 Predicted protein 9.353129863 L4_control_B3 +LQ05X018920 Predicted protein 11.46831123 L4_control_C2 +LQ05X018920 Predicted protein 11.01458088 L4_control_C3 +LQ05X018920 Predicted protein 9.492241174 L4_chemical_A1 +LQ05X018920 Predicted protein 9.464374289 L4_chemical_A2 +LQ05X018920 Predicted protein 8.333823363 L4_chemical_A3 +LQ05X018920 Predicted protein 9.818342698 L4_chemical_B1 +LQ05X018920 Predicted protein 9.661500849 L4_chemical_B2 +LQ05X018920 Predicted protein 9.777390218 L4_chemical_B3 +LQ05X018920 Predicted protein 10.80237521 L4_chemical_C2 +LQ05X018920 Predicted protein 11.01696573 L4_chemical_C3 +LQ05X018960 Hypothetical protein 7.857159435 C6_control_A1 +LQ05X018960 Hypothetical protein 7.067053193 C6_control_A3 +LQ05X018960 Hypothetical protein 7.576856174 C6_control_B1 +LQ05X018960 Hypothetical protein 7.88588509 C6_control_B2 +LQ05X018960 Hypothetical protein 8.31956414 C6_control_B3 +LQ05X018960 Hypothetical protein 11.26141176 C6_control_C1 +LQ05X018960 Hypothetical protein 10.82796425 C6_control_C2 +LQ05X018960 Hypothetical protein 11.80090427 C6_control_C3 +LQ05X018960 Hypothetical protein 7.87371585 C6_chemical_A1 +LQ05X018960 Hypothetical protein 7.57085779 C6_chemical_A3 +LQ05X018960 Hypothetical protein 7.347666195 C6_chemical_B1 +LQ05X018960 Hypothetical protein 8.092386021 C6_chemical_B2 +LQ05X018960 Hypothetical protein 6.930985811 C6_chemical_B3 +LQ05X018960 Hypothetical protein 11.19871868 C6_chemical_C1 +LQ05X018960 Hypothetical protein 11.24930587 C6_chemical_C2 +LQ05X018960 Hypothetical protein 11.26521133 C6_chemical_C3 +LQ05X018960 Hypothetical protein 7.052875649 L4_control_A1 +LQ05X018960 Hypothetical protein 6.470793561 L4_control_A2 +LQ05X018960 Hypothetical protein 6.686972385 L4_control_A3 +LQ05X018960 Hypothetical protein 8.029923951 L4_control_B1 +LQ05X018960 Hypothetical protein 7.621718936 L4_control_B2 +LQ05X018960 Hypothetical protein 9.571682478 L4_control_B3 +LQ05X018960 Hypothetical protein 11.19134497 L4_control_C2 +LQ05X018960 Hypothetical protein 10.94838715 L4_control_C3 +LQ05X018960 Hypothetical protein 7.521568794 L4_chemical_A1 +LQ05X018960 Hypothetical protein 6.424526659 L4_chemical_A2 +LQ05X018960 Hypothetical protein 6.699759178 L4_chemical_A3 +LQ05X018960 Hypothetical protein 7.032096295 L4_chemical_B1 +LQ05X018960 Hypothetical protein 7.55201672 L4_chemical_B2 +LQ05X018960 Hypothetical protein 7.735829157 L4_chemical_B3 +LQ05X018960 Hypothetical protein 10.68005564 L4_chemical_C2 +LQ05X018960 Hypothetical protein 10.69620976 L4_chemical_C3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.425414743 C6_control_A1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.913746328 C6_control_A3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.165969386 C6_control_B1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.338295796 C6_control_B2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.700452454 C6_control_B3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.674689379 C6_control_C1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 6.212758387 C6_control_C2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.125853525 C6_control_C3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.262488444 C6_chemical_A1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.217908888 C6_chemical_A3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.393913683 C6_chemical_B1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.664352404 C6_chemical_B2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.332519878 C6_chemical_B3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.671941263 C6_chemical_C1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.402819437 C6_chemical_C2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 4.996394176 C6_chemical_C3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.294749899 L4_control_A1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.285826204 L4_control_A2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.070355608 L4_control_A3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.620814616 L4_control_B1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.272560219 L4_control_B2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.552009727 L4_control_B3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.17983784 L4_control_C2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.1561702 L4_control_C3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.10415375 L4_chemical_A1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.141141712 L4_chemical_A2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.546882725 L4_chemical_A3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.189884847 L4_chemical_B1 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.524703285 L4_chemical_B2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.17062449 L4_chemical_B3 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.043553384 L4_chemical_C2 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.38639628 L4_chemical_C3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.317272131 C6_control_A1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.830733854 C6_control_A3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.103019922 C6_control_B1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.900259876 C6_control_B2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.19241069 C6_control_B3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.037561344 C6_control_C1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.864126931 C6_control_C2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.986700616 C6_control_C3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.001351281 C6_chemical_A1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.160719923 C6_chemical_A3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.328017067 C6_chemical_B1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.925989697 C6_chemical_B2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.174134746 C6_chemical_B3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.870913043 C6_chemical_C1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.876962526 C6_chemical_C2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.873995907 C6_chemical_C3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.193575465 L4_control_A1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.468182574 L4_control_A2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.391788285 L4_control_A3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.203481758 L4_control_B1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.660982381 L4_control_B2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.903468804 L4_control_B3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.436053054 L4_control_C2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.750396388 L4_control_C3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.323043812 L4_chemical_A1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.995729229 L4_chemical_A2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.219833515 L4_chemical_A3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.652386432 L4_chemical_B1 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.409325228 L4_chemical_B2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 4.810876922 L4_chemical_B3 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.913045136 L4_chemical_C2 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.433113642 L4_chemical_C3 +LQ05X019030 Histidyl-tRNA synthetase 5.385790663 C6_control_A1 +LQ05X019030 Histidyl-tRNA synthetase 5.368686986 C6_control_A3 +LQ05X019030 Histidyl-tRNA synthetase 5.342929277 C6_control_B1 +LQ05X019030 Histidyl-tRNA synthetase 5.449654184 C6_control_B2 +LQ05X019030 Histidyl-tRNA synthetase 5.118356714 C6_control_B3 +LQ05X019030 Histidyl-tRNA synthetase 5.505714614 C6_control_C1 +LQ05X019030 Histidyl-tRNA synthetase 5.659194458 C6_control_C2 +LQ05X019030 Histidyl-tRNA synthetase 5.393200391 C6_control_C3 +LQ05X019030 Histidyl-tRNA synthetase 5.482260476 C6_chemical_A1 +LQ05X019030 Histidyl-tRNA synthetase 5.506301187 C6_chemical_A3 +LQ05X019030 Histidyl-tRNA synthetase 5.005986123 C6_chemical_B1 +LQ05X019030 Histidyl-tRNA synthetase 5.201815146 C6_chemical_B2 +LQ05X019030 Histidyl-tRNA synthetase 5.198127187 C6_chemical_B3 +LQ05X019030 Histidyl-tRNA synthetase 5.378256441 C6_chemical_C1 +LQ05X019030 Histidyl-tRNA synthetase 5.89252576 C6_chemical_C2 +LQ05X019030 Histidyl-tRNA synthetase 5.281454284 C6_chemical_C3 +LQ05X019030 Histidyl-tRNA synthetase 5.282107193 L4_control_A1 +LQ05X019030 Histidyl-tRNA synthetase 5.094928944 L4_control_A2 +LQ05X019030 Histidyl-tRNA synthetase 4.875040878 L4_control_A3 +LQ05X019030 Histidyl-tRNA synthetase 5.299017654 L4_control_B1 +LQ05X019030 Histidyl-tRNA synthetase 5.022893621 L4_control_B2 +LQ05X019030 Histidyl-tRNA synthetase 5.201903829 L4_control_B3 +LQ05X019030 Histidyl-tRNA synthetase 5.92155838 L4_control_C2 +LQ05X019030 Histidyl-tRNA synthetase 5.259291113 L4_control_C3 +LQ05X019030 Histidyl-tRNA synthetase 4.906697607 L4_chemical_A1 +LQ05X019030 Histidyl-tRNA synthetase 5.283785309 L4_chemical_A2 +LQ05X019030 Histidyl-tRNA synthetase 5.28680024 L4_chemical_A3 +LQ05X019030 Histidyl-tRNA synthetase 5.408764278 L4_chemical_B1 +LQ05X019030 Histidyl-tRNA synthetase 5.327813087 L4_chemical_B2 +LQ05X019030 Histidyl-tRNA synthetase 5.211421863 L4_chemical_B3 +LQ05X019030 Histidyl-tRNA synthetase 5.986994062 L4_chemical_C2 +LQ05X019030 Histidyl-tRNA synthetase 4.929299148 L4_chemical_C3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.960546546 C6_control_A1 +LQ05X019060 Regulator of ribonuclease-like protein 2 6.365654817 C6_control_A3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.888291149 C6_control_B1 +LQ05X019060 Regulator of ribonuclease-like protein 2 6.546817788 C6_control_B2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.983998752 C6_control_B3 +LQ05X019060 Regulator of ribonuclease-like protein 2 6.291385061 C6_control_C1 +LQ05X019060 Regulator of ribonuclease-like protein 2 6.781523732 C6_control_C2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.831186502 C6_control_C3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.59957485 C6_chemical_A1 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.47772066 C6_chemical_A3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.343430612 C6_chemical_B1 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.549834997 C6_chemical_B2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.312377478 C6_chemical_B3 +LQ05X019060 Regulator of ribonuclease-like protein 2 6.238938402 C6_chemical_C1 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.681985736 C6_chemical_C2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.829767156 C6_chemical_C3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.386193292 L4_control_A1 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.856531908 L4_control_A2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.294030047 L4_control_A3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.057981575 L4_control_B1 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.086875433 L4_control_B2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.444662057 L4_control_B3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.203557607 L4_control_C2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.239882097 L4_control_C3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.712007999 L4_chemical_A1 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.875191043 L4_chemical_A2 +LQ05X019060 Regulator of ribonuclease-like protein 2 6.020837664 L4_chemical_A3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.715100003 L4_chemical_B1 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.577906051 L4_chemical_B2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.639292396 L4_chemical_B3 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.404002586 L4_chemical_C2 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.804868175 L4_chemical_C3 +LQ05X019070 Protein HOTHEAD 6.78034571 C6_control_A1 +LQ05X019070 Protein HOTHEAD 5.703687659 C6_control_A3 +LQ05X019070 Protein HOTHEAD 6.009046105 C6_control_B1 +LQ05X019070 Protein HOTHEAD 6.272802172 C6_control_B2 +LQ05X019070 Protein HOTHEAD 5.950401627 C6_control_B3 +LQ05X019070 Protein HOTHEAD 6.442509719 C6_control_C1 +LQ05X019070 Protein HOTHEAD 5.675410363 C6_control_C2 +LQ05X019070 Protein HOTHEAD 6.163484698 C6_control_C3 +LQ05X019070 Protein HOTHEAD 6.573473226 C6_chemical_A1 +LQ05X019070 Protein HOTHEAD 6.715468121 C6_chemical_A3 +LQ05X019070 Protein HOTHEAD 5.716309807 C6_chemical_B1 +LQ05X019070 Protein HOTHEAD 5.616865339 C6_chemical_B2 +LQ05X019070 Protein HOTHEAD 6.450383662 C6_chemical_B3 +LQ05X019070 Protein HOTHEAD 6.165730574 C6_chemical_C1 +LQ05X019070 Protein HOTHEAD 6.149746713 C6_chemical_C2 +LQ05X019070 Protein HOTHEAD 5.829116419 C6_chemical_C3 +LQ05X019070 Protein HOTHEAD 5.689241021 L4_control_A1 +LQ05X019070 Protein HOTHEAD 5.576346646 L4_control_A2 +LQ05X019070 Protein HOTHEAD 6.06039393 L4_control_A3 +LQ05X019070 Protein HOTHEAD 5.099744397 L4_control_B1 +LQ05X019070 Protein HOTHEAD 4.995155438 L4_control_B2 +LQ05X019070 Protein HOTHEAD 5.552641179 L4_control_B3 +LQ05X019070 Protein HOTHEAD 5.257844888 L4_control_C2 +LQ05X019070 Protein HOTHEAD 5.904078018 L4_control_C3 +LQ05X019070 Protein HOTHEAD 5.829407472 L4_chemical_A1 +LQ05X019070 Protein HOTHEAD 5.557547377 L4_chemical_A2 +LQ05X019070 Protein HOTHEAD 5.532163404 L4_chemical_A3 +LQ05X019070 Protein HOTHEAD 5.371254843 L4_chemical_B1 +LQ05X019070 Protein HOTHEAD 5.485107833 L4_chemical_B2 +LQ05X019070 Protein HOTHEAD 5.790251885 L4_chemical_B3 +LQ05X019070 Protein HOTHEAD 5.87179973 L4_chemical_C2 +LQ05X019070 Protein HOTHEAD 5.382046194 L4_chemical_C3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.186570627 C6_control_A1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.645639132 C6_control_A3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.17698467 C6_control_B1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.501315623 C6_control_B2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.101282866 C6_control_B3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.673068726 C6_control_C1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 7.302969317 C6_control_C2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.214136519 C6_control_C3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.135230526 C6_chemical_A1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.133166986 C6_chemical_A3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 5.778935938 C6_chemical_B1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.851303932 C6_chemical_B2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 5.826795195 C6_chemical_B3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.516021543 C6_chemical_C1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.527594651 C6_chemical_C2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.577225888 C6_chemical_C3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.134633806 L4_control_A1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.311397909 L4_control_A2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.7572404 L4_control_A3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 5.717045214 L4_control_B1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.688252973 L4_control_B2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.191480168 L4_control_B3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 5.479531481 L4_control_C2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 7.068890632 L4_control_C3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.141914938 L4_chemical_A1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 5.903092937 L4_chemical_A2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 7.185222086 L4_chemical_A3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.340866232 L4_chemical_B1 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.362539357 L4_chemical_B2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.415739217 L4_chemical_B3 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 5.675904113 L4_chemical_C2 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 5.449316641 L4_chemical_C3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.917717408 C6_control_A1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.05073168 C6_control_A3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.601905871 C6_control_B1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.175175299 C6_control_B2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.784602967 C6_control_B3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.349130469 C6_control_C1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.743961564 C6_control_C2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.914051173 C6_control_C3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.736061553 C6_chemical_A1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.491659643 C6_chemical_A3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.080712021 C6_chemical_B1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.224227008 C6_chemical_B2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.261138026 C6_chemical_B3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.928200888 C6_chemical_C1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.015372117 C6_chemical_C2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.043044994 C6_chemical_C3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.501028274 L4_control_A1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.608273729 L4_control_A2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.442612216 L4_control_A3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.575792056 L4_control_B1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.773306426 L4_control_B2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.360545173 L4_control_B3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.140239456 L4_control_C2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.269872638 L4_control_C3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.4779696 L4_chemical_A1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.124464636 L4_chemical_A2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 6.320010835 L4_chemical_A3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.59121804 L4_chemical_B1 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.526781332 L4_chemical_B2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.825172352 L4_chemical_B3 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.015476191 L4_chemical_C2 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 4.967018722 L4_chemical_C3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.999884792 C6_control_A1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.39092685 C6_control_A3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.86243096 C6_control_B1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.038482419 C6_control_B2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.428281497 C6_control_B3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.166231675 C6_control_C1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.547663267 C6_control_C2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.000367615 C6_control_C3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.726977813 C6_chemical_A1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.716814052 C6_chemical_A3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.042654725 C6_chemical_B1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.12963976 C6_chemical_B2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.667739026 C6_chemical_B3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.104579482 C6_chemical_C1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.898267331 C6_chemical_C2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.697760983 C6_chemical_C3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.679788435 L4_control_A1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.906027071 L4_control_A2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.484278468 L4_control_A3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.910389958 L4_control_B1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.322711012 L4_control_B2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.047919054 L4_control_B3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.120843001 L4_control_C2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 7.563663003 L4_control_C3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.055318075 L4_chemical_A1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.296748911 L4_chemical_A2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.591219337 L4_chemical_A3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.834246625 L4_chemical_B1 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.408046473 L4_chemical_B2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.805313264 L4_chemical_B3 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.357528037 L4_chemical_C2 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 6.116430749 L4_chemical_C3 +LQ05X019190 60S ribosomal protein L26-1 9.487158338 C6_control_A1 +LQ05X019190 60S ribosomal protein L26-1 8.448796237 C6_control_A3 +LQ05X019190 60S ribosomal protein L26-1 8.362294892 C6_control_B1 +LQ05X019190 60S ribosomal protein L26-1 10.54215931 C6_control_B2 +LQ05X019190 60S ribosomal protein L26-1 9.352814801 C6_control_B3 +LQ05X019190 60S ribosomal protein L26-1 9.794514072 C6_control_C1 +LQ05X019190 60S ribosomal protein L26-1 10.3392503 C6_control_C2 +LQ05X019190 60S ribosomal protein L26-1 10.82486565 C6_control_C3 +LQ05X019190 60S ribosomal protein L26-1 9.208040479 C6_chemical_A1 +LQ05X019190 60S ribosomal protein L26-1 8.192882245 C6_chemical_A3 +LQ05X019190 60S ribosomal protein L26-1 8.46454808 C6_chemical_B1 +LQ05X019190 60S ribosomal protein L26-1 10.49656372 C6_chemical_B2 +LQ05X019190 60S ribosomal protein L26-1 9.283961092 C6_chemical_B3 +LQ05X019190 60S ribosomal protein L26-1 9.941437139 C6_chemical_C1 +LQ05X019190 60S ribosomal protein L26-1 10.52486931 C6_chemical_C2 +LQ05X019190 60S ribosomal protein L26-1 10.58986205 C6_chemical_C3 +LQ05X019190 60S ribosomal protein L26-1 8.730725665 L4_control_A1 +LQ05X019190 60S ribosomal protein L26-1 8.234137678 L4_control_A2 +LQ05X019190 60S ribosomal protein L26-1 8.281522329 L4_control_A3 +LQ05X019190 60S ribosomal protein L26-1 6.72567983 L4_control_B1 +LQ05X019190 60S ribosomal protein L26-1 5.453239597 L4_control_B2 +LQ05X019190 60S ribosomal protein L26-1 8.881650122 L4_control_B3 +LQ05X019190 60S ribosomal protein L26-1 7.835075893 L4_control_C2 +LQ05X019190 60S ribosomal protein L26-1 6.882398048 L4_control_C3 +LQ05X019190 60S ribosomal protein L26-1 8.45459066 L4_chemical_A1 +LQ05X019190 60S ribosomal protein L26-1 8.137461792 L4_chemical_A2 +LQ05X019190 60S ribosomal protein L26-1 8.314845638 L4_chemical_A3 +LQ05X019190 60S ribosomal protein L26-1 6.82169064 L4_chemical_B1 +LQ05X019190 60S ribosomal protein L26-1 5.279487969 L4_chemical_B2 +LQ05X019190 60S ribosomal protein L26-1 8.845273579 L4_chemical_B3 +LQ05X019190 60S ribosomal protein L26-1 9.798962018 L4_chemical_C2 +LQ05X019190 60S ribosomal protein L26-1 5.820474858 L4_chemical_C3 +LQ05X019270 Probable protein phosphatase 2C 33 6.706736725 C6_control_A1 +LQ05X019270 Probable protein phosphatase 2C 33 5.669497949 C6_control_A3 +LQ05X019270 Probable protein phosphatase 2C 33 5.783752783 C6_control_B1 +LQ05X019270 Probable protein phosphatase 2C 33 5.953263151 C6_control_B2 +LQ05X019270 Probable protein phosphatase 2C 33 5.799815338 C6_control_B3 +LQ05X019270 Probable protein phosphatase 2C 33 6.345819014 C6_control_C1 +LQ05X019270 Probable protein phosphatase 2C 33 5.926379712 C6_control_C2 +LQ05X019270 Probable protein phosphatase 2C 33 5.550699964 C6_control_C3 +LQ05X019270 Probable protein phosphatase 2C 33 6.761675538 C6_chemical_A1 +LQ05X019270 Probable protein phosphatase 2C 33 5.439342407 C6_chemical_A3 +LQ05X019270 Probable protein phosphatase 2C 33 5.564878093 C6_chemical_B1 +LQ05X019270 Probable protein phosphatase 2C 33 5.838214641 C6_chemical_B2 +LQ05X019270 Probable protein phosphatase 2C 33 5.644027223 C6_chemical_B3 +LQ05X019270 Probable protein phosphatase 2C 33 6.218821919 C6_chemical_C1 +LQ05X019270 Probable protein phosphatase 2C 33 5.374758471 C6_chemical_C2 +LQ05X019270 Probable protein phosphatase 2C 33 5.275801343 C6_chemical_C3 +LQ05X019270 Probable protein phosphatase 2C 33 5.889944153 L4_control_A1 +LQ05X019270 Probable protein phosphatase 2C 33 6.285438491 L4_control_A2 +LQ05X019270 Probable protein phosphatase 2C 33 5.965130441 L4_control_A3 +LQ05X019270 Probable protein phosphatase 2C 33 5.654152769 L4_control_B1 +LQ05X019270 Probable protein phosphatase 2C 33 6.397213383 L4_control_B2 +LQ05X019270 Probable protein phosphatase 2C 33 5.420527643 L4_control_B3 +LQ05X019270 Probable protein phosphatase 2C 33 5.593270135 L4_control_C2 +LQ05X019270 Probable protein phosphatase 2C 33 5.17475796 L4_control_C3 +LQ05X019270 Probable protein phosphatase 2C 33 5.643660844 L4_chemical_A1 +LQ05X019270 Probable protein phosphatase 2C 33 5.91046035 L4_chemical_A2 +LQ05X019270 Probable protein phosphatase 2C 33 6.067858816 L4_chemical_A3 +LQ05X019270 Probable protein phosphatase 2C 33 5.747456854 L4_chemical_B1 +LQ05X019270 Probable protein phosphatase 2C 33 6.368336051 L4_chemical_B2 +LQ05X019270 Probable protein phosphatase 2C 33 5.966164911 L4_chemical_B3 +LQ05X019270 Probable protein phosphatase 2C 33 5.209037218 L4_chemical_C2 +LQ05X019270 Probable protein phosphatase 2C 33 5.113832927 L4_chemical_C3 +LQ05X019320 Putative Programmed cell death protein 2 6.440294939 C6_control_A1 +LQ05X019320 Putative Programmed cell death protein 2 7.138799939 C6_control_A3 +LQ05X019320 Putative Programmed cell death protein 2 5.674918337 C6_control_B1 +LQ05X019320 Putative Programmed cell death protein 2 5.741142727 C6_control_B2 +LQ05X019320 Putative Programmed cell death protein 2 6.142530149 C6_control_B3 +LQ05X019320 Putative Programmed cell death protein 2 6.166498859 C6_control_C1 +LQ05X019320 Putative Programmed cell death protein 2 6.422934205 C6_control_C2 +LQ05X019320 Putative Programmed cell death protein 2 5.766395052 C6_control_C3 +LQ05X019320 Putative Programmed cell death protein 2 6.316390109 C6_chemical_A1 +LQ05X019320 Putative Programmed cell death protein 2 6.121027402 C6_chemical_A3 +LQ05X019320 Putative Programmed cell death protein 2 6.045377849 C6_chemical_B1 +LQ05X019320 Putative Programmed cell death protein 2 5.828850471 C6_chemical_B2 +LQ05X019320 Putative Programmed cell death protein 2 6.027987701 C6_chemical_B3 +LQ05X019320 Putative Programmed cell death protein 2 5.901566333 C6_chemical_C1 +LQ05X019320 Putative Programmed cell death protein 2 6.140137767 C6_chemical_C2 +LQ05X019320 Putative Programmed cell death protein 2 5.745799929 C6_chemical_C3 +LQ05X019320 Putative Programmed cell death protein 2 5.892108216 L4_control_A1 +LQ05X019320 Putative Programmed cell death protein 2 5.724562632 L4_control_A2 +LQ05X019320 Putative Programmed cell death protein 2 5.52210215 L4_control_A3 +LQ05X019320 Putative Programmed cell death protein 2 6.403922052 L4_control_B1 +LQ05X019320 Putative Programmed cell death protein 2 5.646044613 L4_control_B2 +LQ05X019320 Putative Programmed cell death protein 2 5.857599546 L4_control_B3 +LQ05X019320 Putative Programmed cell death protein 2 5.692704643 L4_control_C2 +LQ05X019320 Putative Programmed cell death protein 2 5.459271469 L4_control_C3 +LQ05X019320 Putative Programmed cell death protein 2 5.689704001 L4_chemical_A1 +LQ05X019320 Putative Programmed cell death protein 2 5.946900771 L4_chemical_A2 +LQ05X019320 Putative Programmed cell death protein 2 5.712035954 L4_chemical_A3 +LQ05X019320 Putative Programmed cell death protein 2 5.861299661 L4_chemical_B1 +LQ05X019320 Putative Programmed cell death protein 2 5.667251263 L4_chemical_B2 +LQ05X019320 Putative Programmed cell death protein 2 5.970573335 L4_chemical_B3 +LQ05X019320 Putative Programmed cell death protein 2 5.956881726 L4_chemical_C2 +LQ05X019320 Putative Programmed cell death protein 2 6.232622879 L4_chemical_C3 +LQ05X019340 Aspartic proteinase-like protein 2 8.410427981 C6_control_A1 +LQ05X019340 Aspartic proteinase-like protein 2 8.413553404 C6_control_A3 +LQ05X019340 Aspartic proteinase-like protein 2 8.40815905 C6_control_B1 +LQ05X019340 Aspartic proteinase-like protein 2 8.925105211 C6_control_B2 +LQ05X019340 Aspartic proteinase-like protein 2 8.98710746 C6_control_B3 +LQ05X019340 Aspartic proteinase-like protein 2 9.049243692 C6_control_C1 +LQ05X019340 Aspartic proteinase-like protein 2 9.956803405 C6_control_C2 +LQ05X019340 Aspartic proteinase-like protein 2 9.908484672 C6_control_C3 +LQ05X019340 Aspartic proteinase-like protein 2 9.376702339 C6_chemical_A1 +LQ05X019340 Aspartic proteinase-like protein 2 8.277982186 C6_chemical_A3 +LQ05X019340 Aspartic proteinase-like protein 2 9.39851551 C6_chemical_B1 +LQ05X019340 Aspartic proteinase-like protein 2 9.716549766 C6_chemical_B2 +LQ05X019340 Aspartic proteinase-like protein 2 10.07904541 C6_chemical_B3 +LQ05X019340 Aspartic proteinase-like protein 2 10.30754016 C6_chemical_C1 +LQ05X019340 Aspartic proteinase-like protein 2 10.12924557 C6_chemical_C2 +LQ05X019340 Aspartic proteinase-like protein 2 10.9047271 C6_chemical_C3 +LQ05X019340 Aspartic proteinase-like protein 2 9.599787618 L4_control_A1 +LQ05X019340 Aspartic proteinase-like protein 2 10.0019931 L4_control_A2 +LQ05X019340 Aspartic proteinase-like protein 2 9.370562846 L4_control_A3 +LQ05X019340 Aspartic proteinase-like protein 2 10.68825248 L4_control_B1 +LQ05X019340 Aspartic proteinase-like protein 2 9.490730694 L4_control_B2 +LQ05X019340 Aspartic proteinase-like protein 2 10.56815046 L4_control_B3 +LQ05X019340 Aspartic proteinase-like protein 2 10.49334509 L4_control_C2 +LQ05X019340 Aspartic proteinase-like protein 2 11.13635946 L4_control_C3 +LQ05X019340 Aspartic proteinase-like protein 2 10.21690971 L4_chemical_A1 +LQ05X019340 Aspartic proteinase-like protein 2 10.29679175 L4_chemical_A2 +LQ05X019340 Aspartic proteinase-like protein 2 10.09722842 L4_chemical_A3 +LQ05X019340 Aspartic proteinase-like protein 2 10.4268834 L4_chemical_B1 +LQ05X019340 Aspartic proteinase-like protein 2 10.51895497 L4_chemical_B2 +LQ05X019340 Aspartic proteinase-like protein 2 10.39386193 L4_chemical_B3 +LQ05X019340 Aspartic proteinase-like protein 2 10.62693787 L4_chemical_C2 +LQ05X019340 Aspartic proteinase-like protein 2 11.109804 L4_chemical_C3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.29872626 C6_control_A1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 12.05508815 C6_control_A3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.66035681 C6_control_B1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.97680055 C6_control_B2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.1562465 C6_control_B3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 15.25350056 C6_control_C1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.64647488 C6_control_C2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 15.04185761 C6_control_C3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.46624625 C6_chemical_A1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 12.40824719 C6_chemical_A3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.02397776 C6_chemical_B1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.30161382 C6_chemical_B2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.64840534 C6_chemical_B3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 15.02705435 C6_chemical_C1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 15.01920082 C6_chemical_C2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 15.17092014 C6_chemical_C3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 12.84686615 L4_control_A1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 12.68205962 L4_control_A2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 11.62211933 L4_control_A3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.05943857 L4_control_B1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.24287941 L4_control_B2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.20656098 L4_control_B3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.49581323 L4_control_C2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.27316325 L4_control_C3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 12.98511647 L4_chemical_A1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 12.29540378 L4_chemical_A2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 11.89594931 L4_chemical_A3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.50540663 L4_chemical_B1 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.49912269 L4_chemical_B2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.18221233 L4_chemical_B3 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.57323028 L4_chemical_C2 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 14.67479313 L4_chemical_C3 +LQ05X019380 Putative cation-transporting ATPase 8.062267817 C6_control_A1 +LQ05X019380 Putative cation-transporting ATPase 6.687398952 C6_control_A3 +LQ05X019380 Putative cation-transporting ATPase 7.559741103 C6_control_B1 +LQ05X019380 Putative cation-transporting ATPase 8.28893166 C6_control_B2 +LQ05X019380 Putative cation-transporting ATPase 7.624910809 C6_control_B3 +LQ05X019380 Putative cation-transporting ATPase 8.899408303 C6_control_C1 +LQ05X019380 Putative cation-transporting ATPase 8.285477249 C6_control_C2 +LQ05X019380 Putative cation-transporting ATPase 8.224094646 C6_control_C3 +LQ05X019380 Putative cation-transporting ATPase 8.62358183 C6_chemical_A1 +LQ05X019380 Putative cation-transporting ATPase 7.974024774 C6_chemical_A3 +LQ05X019380 Putative cation-transporting ATPase 7.691296859 C6_chemical_B1 +LQ05X019380 Putative cation-transporting ATPase 8.547940151 C6_chemical_B2 +LQ05X019380 Putative cation-transporting ATPase 7.653547373 C6_chemical_B3 +LQ05X019380 Putative cation-transporting ATPase 8.928765941 C6_chemical_C1 +LQ05X019380 Putative cation-transporting ATPase 9.118830025 C6_chemical_C2 +LQ05X019380 Putative cation-transporting ATPase 8.765542341 C6_chemical_C3 +LQ05X019380 Putative cation-transporting ATPase 7.698683076 L4_control_A1 +LQ05X019380 Putative cation-transporting ATPase 6.502707794 L4_control_A2 +LQ05X019380 Putative cation-transporting ATPase 6.596042473 L4_control_A3 +LQ05X019380 Putative cation-transporting ATPase 6.249302906 L4_control_B1 +LQ05X019380 Putative cation-transporting ATPase 7.184440777 L4_control_B2 +LQ05X019380 Putative cation-transporting ATPase 7.684806596 L4_control_B3 +LQ05X019380 Putative cation-transporting ATPase 7.301244032 L4_control_C2 +LQ05X019380 Putative cation-transporting ATPase 7.227896765 L4_control_C3 +LQ05X019380 Putative cation-transporting ATPase 7.798005972 L4_chemical_A1 +LQ05X019380 Putative cation-transporting ATPase 7.133094153 L4_chemical_A2 +LQ05X019380 Putative cation-transporting ATPase 6.337020703 L4_chemical_A3 +LQ05X019380 Putative cation-transporting ATPase 5.999693948 L4_chemical_B1 +LQ05X019380 Putative cation-transporting ATPase 6.756899405 L4_chemical_B2 +LQ05X019380 Putative cation-transporting ATPase 7.482519781 L4_chemical_B3 +LQ05X019380 Putative cation-transporting ATPase 6.854972882 L4_chemical_C2 +LQ05X019380 Putative cation-transporting ATPase 6.653276044 L4_chemical_C3 +LQ05X019390 Putative Predicted protein 5.453916735 C6_control_A1 +LQ05X019390 Putative Predicted protein 5.648591934 C6_control_A3 +LQ05X019390 Putative Predicted protein 5.28831604 C6_control_B1 +LQ05X019390 Putative Predicted protein 5.176804574 C6_control_B2 +LQ05X019390 Putative Predicted protein 5.707833792 C6_control_B3 +LQ05X019390 Putative Predicted protein 6.373704504 C6_control_C1 +LQ05X019390 Putative Predicted protein 6.333123373 C6_control_C2 +LQ05X019390 Putative Predicted protein 6.263057616 C6_control_C3 +LQ05X019390 Putative Predicted protein 5.322553251 C6_chemical_A1 +LQ05X019390 Putative Predicted protein 5.341944992 C6_chemical_A3 +LQ05X019390 Putative Predicted protein 6.79605228 C6_chemical_B1 +LQ05X019390 Putative Predicted protein 5.017478027 C6_chemical_B2 +LQ05X019390 Putative Predicted protein 5.697537804 C6_chemical_B3 +LQ05X019390 Putative Predicted protein 5.771631532 C6_chemical_C1 +LQ05X019390 Putative Predicted protein 5.411663618 C6_chemical_C2 +LQ05X019390 Putative Predicted protein 6.174065751 C6_chemical_C3 +LQ05X019390 Putative Predicted protein 5.578703362 L4_control_A1 +LQ05X019390 Putative Predicted protein 5.425683544 L4_control_A2 +LQ05X019390 Putative Predicted protein 5.469691806 L4_control_A3 +LQ05X019390 Putative Predicted protein 5.482911575 L4_control_B1 +LQ05X019390 Putative Predicted protein 5.162020657 L4_control_B2 +LQ05X019390 Putative Predicted protein 5.562926997 L4_control_B3 +LQ05X019390 Putative Predicted protein 5.655125246 L4_control_C2 +LQ05X019390 Putative Predicted protein 5.274518452 L4_control_C3 +LQ05X019390 Putative Predicted protein 5.538254112 L4_chemical_A1 +LQ05X019390 Putative Predicted protein 5.596307801 L4_chemical_A2 +LQ05X019390 Putative Predicted protein 5.863332331 L4_chemical_A3 +LQ05X019390 Putative Predicted protein 5.035709368 L4_chemical_B1 +LQ05X019390 Putative Predicted protein 5.872549824 L4_chemical_B2 +LQ05X019390 Putative Predicted protein 5.430087016 L4_chemical_B3 +LQ05X019390 Putative Predicted protein 5.757644273 L4_chemical_C2 +LQ05X019390 Putative Predicted protein 5.634238893 L4_chemical_C3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.110509479 C6_control_A1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.107595557 C6_control_A3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.532847381 C6_control_B1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.024711119 C6_control_B2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.22265968 C6_control_B3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.129878779 C6_control_C1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.758774625 C6_control_C2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.349840753 C6_control_C3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.187088503 C6_chemical_A1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.402739894 C6_chemical_A3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.67542292 C6_chemical_B1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.051762855 C6_chemical_B2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.3467143 C6_chemical_B3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.928762527 C6_chemical_C1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.816236201 C6_chemical_C2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.902624415 C6_chemical_C3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.108062571 L4_control_A1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.042080997 L4_control_A2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 6.110753682 L4_control_A3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.76471276 L4_control_B1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.963409865 L4_control_B2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.794331305 L4_control_B3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 6.816825969 L4_control_C2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 6.102146047 L4_control_C3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.054606309 L4_chemical_A1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.809683868 L4_chemical_A2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.668088662 L4_chemical_A3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.108007152 L4_chemical_B1 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.954248511 L4_chemical_B2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 4.837828719 L4_chemical_B3 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 6.137981273 L4_chemical_C2 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.966208506 L4_chemical_C3 +LQ05X019480 Putative uncharacterized protein 5.854957872 C6_control_A1 +LQ05X019480 Putative uncharacterized protein 6.438146929 C6_control_A3 +LQ05X019480 Putative uncharacterized protein 5.716012022 C6_control_B1 +LQ05X019480 Putative uncharacterized protein 5.874453296 C6_control_B2 +LQ05X019480 Putative uncharacterized protein 5.592580656 C6_control_B3 +LQ05X019480 Putative uncharacterized protein 6.288310686 C6_control_C1 +LQ05X019480 Putative uncharacterized protein 7.268956399 C6_control_C2 +LQ05X019480 Putative uncharacterized protein 6.327154469 C6_control_C3 +LQ05X019480 Putative uncharacterized protein 5.896805327 C6_chemical_A1 +LQ05X019480 Putative uncharacterized protein 5.8189028 C6_chemical_A3 +LQ05X019480 Putative uncharacterized protein 5.791144326 C6_chemical_B1 +LQ05X019480 Putative uncharacterized protein 6.040088092 C6_chemical_B2 +LQ05X019480 Putative uncharacterized protein 5.541420884 C6_chemical_B3 +LQ05X019480 Putative uncharacterized protein 6.185032955 C6_chemical_C1 +LQ05X019480 Putative uncharacterized protein 6.155640378 C6_chemical_C2 +LQ05X019480 Putative uncharacterized protein 5.900557433 C6_chemical_C3 +LQ05X019480 Putative uncharacterized protein 5.848039542 L4_control_A1 +LQ05X019480 Putative uncharacterized protein 5.446576708 L4_control_A2 +LQ05X019480 Putative uncharacterized protein 6.064337429 L4_control_A3 +LQ05X019480 Putative uncharacterized protein 5.939802687 L4_control_B1 +LQ05X019480 Putative uncharacterized protein 5.832799577 L4_control_B2 +LQ05X019480 Putative uncharacterized protein 6.245335345 L4_control_B3 +LQ05X019480 Putative uncharacterized protein 6.332649442 L4_control_C2 +LQ05X019480 Putative uncharacterized protein 5.934186027 L4_control_C3 +LQ05X019480 Putative uncharacterized protein 5.900057493 L4_chemical_A1 +LQ05X019480 Putative uncharacterized protein 6.000356152 L4_chemical_A2 +LQ05X019480 Putative uncharacterized protein 5.997332983 L4_chemical_A3 +LQ05X019480 Putative uncharacterized protein 6.450478371 L4_chemical_B1 +LQ05X019480 Putative uncharacterized protein 6.606561917 L4_chemical_B2 +LQ05X019480 Putative uncharacterized protein 5.791493759 L4_chemical_B3 +LQ05X019480 Putative uncharacterized protein 5.897625441 L4_chemical_C2 +LQ05X019480 Putative uncharacterized protein 5.517832233 L4_chemical_C3 +LQ05X019500 Putative Protein KRI1 homolog 6.841605466 C6_control_A1 +LQ05X019500 Putative Protein KRI1 homolog 7.122246082 C6_control_A3 +LQ05X019500 Putative Protein KRI1 homolog 7.014109414 C6_control_B1 +LQ05X019500 Putative Protein KRI1 homolog 6.80269308 C6_control_B2 +LQ05X019500 Putative Protein KRI1 homolog 7.139152768 C6_control_B3 +LQ05X019500 Putative Protein KRI1 homolog 6.199718992 C6_control_C1 +LQ05X019500 Putative Protein KRI1 homolog 6.16167796 C6_control_C2 +LQ05X019500 Putative Protein KRI1 homolog 6.40140107 C6_control_C3 +LQ05X019500 Putative Protein KRI1 homolog 6.992082726 C6_chemical_A1 +LQ05X019500 Putative Protein KRI1 homolog 7.226107913 C6_chemical_A3 +LQ05X019500 Putative Protein KRI1 homolog 6.969569126 C6_chemical_B1 +LQ05X019500 Putative Protein KRI1 homolog 6.716968245 C6_chemical_B2 +LQ05X019500 Putative Protein KRI1 homolog 7.307174049 C6_chemical_B3 +LQ05X019500 Putative Protein KRI1 homolog 5.775624144 C6_chemical_C1 +LQ05X019500 Putative Protein KRI1 homolog 6.411856037 C6_chemical_C2 +LQ05X019500 Putative Protein KRI1 homolog 6.108133118 C6_chemical_C3 +LQ05X019500 Putative Protein KRI1 homolog 6.995701178 L4_control_A1 +LQ05X019500 Putative Protein KRI1 homolog 7.636245926 L4_control_A2 +LQ05X019500 Putative Protein KRI1 homolog 7.607134601 L4_control_A3 +LQ05X019500 Putative Protein KRI1 homolog 8.089938444 L4_control_B1 +LQ05X019500 Putative Protein KRI1 homolog 7.104405514 L4_control_B2 +LQ05X019500 Putative Protein KRI1 homolog 6.575877567 L4_control_B3 +LQ05X019500 Putative Protein KRI1 homolog 6.20467456 L4_control_C2 +LQ05X019500 Putative Protein KRI1 homolog 7.133708961 L4_control_C3 +LQ05X019500 Putative Protein KRI1 homolog 6.8832467 L4_chemical_A1 +LQ05X019500 Putative Protein KRI1 homolog 7.954044537 L4_chemical_A2 +LQ05X019500 Putative Protein KRI1 homolog 8.333815739 L4_chemical_A3 +LQ05X019500 Putative Protein KRI1 homolog 7.119297438 L4_chemical_B1 +LQ05X019500 Putative Protein KRI1 homolog 7.2061371 L4_chemical_B2 +LQ05X019500 Putative Protein KRI1 homolog 6.663498058 L4_chemical_B3 +LQ05X019500 Putative Protein KRI1 homolog 6.708120042 L4_chemical_C2 +LQ05X019500 Putative Protein KRI1 homolog 6.228479246 L4_chemical_C3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.520460396 C6_control_A1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 8.668674662 C6_control_A3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.788477814 C6_control_B1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.936676463 C6_control_B2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.378749736 C6_control_B3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.213299479 C6_control_C1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 8.733494937 C6_control_C2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.050572871 C6_control_C3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.558233258 C6_chemical_A1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.5000239 C6_chemical_A3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.788155505 C6_chemical_B1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 10.06296203 C6_chemical_B2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.492199675 C6_chemical_B3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.288025876 C6_chemical_C1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 8.816238152 C6_chemical_C2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.410353373 C6_chemical_C3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.884942683 L4_control_A1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.14904075 L4_control_A2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.979505063 L4_control_A3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 10.05593485 L4_control_B1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.360496261 L4_control_B2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 10.50492219 L4_control_B3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 7.732992014 L4_control_C2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.496734898 L4_control_C3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.992133012 L4_chemical_A1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.140414798 L4_chemical_A2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 10.32317613 L4_chemical_A3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.295279451 L4_chemical_B1 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.001761884 L4_chemical_B2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 10.46728298 L4_chemical_B3 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 8.150250868 L4_chemical_C2 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.07577487 L4_chemical_C3 +LQ05X019580 Putative LUC7 related 10.79281915 C6_control_A1 +LQ05X019580 Putative LUC7 related 11.50167294 C6_control_A3 +LQ05X019580 Putative LUC7 related 10.58337594 C6_control_B1 +LQ05X019580 Putative LUC7 related 10.75899593 C6_control_B2 +LQ05X019580 Putative LUC7 related 10.56546949 C6_control_B3 +LQ05X019580 Putative LUC7 related 10.7421457 C6_control_C1 +LQ05X019580 Putative LUC7 related 11.32018691 C6_control_C2 +LQ05X019580 Putative LUC7 related 10.6597893 C6_control_C3 +LQ05X019580 Putative LUC7 related 10.99502958 C6_chemical_A1 +LQ05X019580 Putative LUC7 related 11.40468952 C6_chemical_A3 +LQ05X019580 Putative LUC7 related 10.80360946 C6_chemical_B1 +LQ05X019580 Putative LUC7 related 11.02025297 C6_chemical_B2 +LQ05X019580 Putative LUC7 related 10.87068128 C6_chemical_B3 +LQ05X019580 Putative LUC7 related 11.12543573 C6_chemical_C1 +LQ05X019580 Putative LUC7 related 11.14636984 C6_chemical_C2 +LQ05X019580 Putative LUC7 related 11.10724845 C6_chemical_C3 +LQ05X019580 Putative LUC7 related 11.25044513 L4_control_A1 +LQ05X019580 Putative LUC7 related 11.36833374 L4_control_A2 +LQ05X019580 Putative LUC7 related 11.46525063 L4_control_A3 +LQ05X019580 Putative LUC7 related 10.54953616 L4_control_B1 +LQ05X019580 Putative LUC7 related 10.30287217 L4_control_B2 +LQ05X019580 Putative LUC7 related 10.877911 L4_control_B3 +LQ05X019580 Putative LUC7 related 10.59796931 L4_control_C2 +LQ05X019580 Putative LUC7 related 11.11319034 L4_control_C3 +LQ05X019580 Putative LUC7 related 11.16356309 L4_chemical_A1 +LQ05X019580 Putative LUC7 related 11.22417006 L4_chemical_A2 +LQ05X019580 Putative LUC7 related 11.50251952 L4_chemical_A3 +LQ05X019580 Putative LUC7 related 10.52710103 L4_chemical_B1 +LQ05X019580 Putative LUC7 related 10.17336239 L4_chemical_B2 +LQ05X019580 Putative LUC7 related 10.75547342 L4_chemical_B3 +LQ05X019580 Putative LUC7 related 10.21785985 L4_chemical_C2 +LQ05X019580 Putative LUC7 related 10.75403321 L4_chemical_C3 +LQ05X019590 Predicted protein 5.438546518 C6_control_A1 +LQ05X019590 Predicted protein 6.369161272 C6_control_A3 +LQ05X019590 Predicted protein 5.412686772 C6_control_B1 +LQ05X019590 Predicted protein 5.932398421 C6_control_B2 +LQ05X019590 Predicted protein 5.407580472 C6_control_B3 +LQ05X019590 Predicted protein 5.574535334 C6_control_C1 +LQ05X019590 Predicted protein 5.902964471 C6_control_C2 +LQ05X019590 Predicted protein 5.549054466 C6_control_C3 +LQ05X019590 Predicted protein 5.447604916 C6_chemical_A1 +LQ05X019590 Predicted protein 6.144380628 C6_chemical_A3 +LQ05X019590 Predicted protein 5.502140005 C6_chemical_B1 +LQ05X019590 Predicted protein 5.977854472 C6_chemical_B2 +LQ05X019590 Predicted protein 6.038488632 C6_chemical_B3 +LQ05X019590 Predicted protein 5.211858699 C6_chemical_C1 +LQ05X019590 Predicted protein 5.720730208 C6_chemical_C2 +LQ05X019590 Predicted protein 5.21731534 C6_chemical_C3 +LQ05X019590 Predicted protein 5.415069686 L4_control_A1 +LQ05X019590 Predicted protein 5.401314062 L4_control_A2 +LQ05X019590 Predicted protein 5.709967731 L4_control_A3 +LQ05X019590 Predicted protein 5.719310833 L4_control_B1 +LQ05X019590 Predicted protein 5.450914735 L4_control_B2 +LQ05X019590 Predicted protein 5.668698298 L4_control_B3 +LQ05X019590 Predicted protein 5.387661025 L4_control_C2 +LQ05X019590 Predicted protein 5.311523311 L4_control_C3 +LQ05X019590 Predicted protein 5.304735005 L4_chemical_A1 +LQ05X019590 Predicted protein 5.694787481 L4_chemical_A2 +LQ05X019590 Predicted protein 5.919209137 L4_chemical_A3 +LQ05X019590 Predicted protein 6.008278252 L4_chemical_B1 +LQ05X019590 Predicted protein 5.144628825 L4_chemical_B2 +LQ05X019590 Predicted protein 5.396511216 L4_chemical_B3 +LQ05X019590 Predicted protein 5.162413233 L4_chemical_C2 +LQ05X019590 Predicted protein 5.137500358 L4_chemical_C3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.07803462 C6_control_A1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.1737102 C6_control_A3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.26238776 C6_control_B1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.20433016 C6_control_B2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.67961246 C6_control_B3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.02082759 C6_control_C1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.11613238 C6_control_C2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.53687657 C6_control_C3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.73265529 C6_chemical_A1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.25591907 C6_chemical_A3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 11.90426353 C6_chemical_B1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.87721154 C6_chemical_B2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.53135396 C6_chemical_B3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.82512518 C6_chemical_C1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.85631025 C6_chemical_C2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.09185825 C6_chemical_C3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.8769138 L4_control_A1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.16868772 L4_control_A2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.60883305 L4_control_A3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 11.89275914 L4_control_B1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 10.76748319 L4_control_B2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 13.22090173 L4_control_B3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.02487956 L4_control_C2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.26739867 L4_control_C3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.93086918 L4_chemical_A1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.83827117 L4_chemical_A2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.45352429 L4_chemical_A3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 11.86668633 L4_chemical_B1 +LQ05X019600 Probable nucleolar GTP-binding protein 1 11.34407572 L4_chemical_B2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.91495207 L4_chemical_B3 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.2959025 L4_chemical_C2 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.37652906 L4_chemical_C3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.840132727 C6_control_A1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.659554117 C6_control_A3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.996492227 C6_control_B1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.804266556 C6_control_B2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.58512867 C6_control_B3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.274603954 C6_control_C1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.540761858 C6_control_C2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.139414713 C6_control_C3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.772906354 C6_chemical_A1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.924795888 C6_chemical_A3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.330800428 C6_chemical_B1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.107275104 C6_chemical_B2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.381437799 C6_chemical_B3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.293039616 C6_chemical_C1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.893027979 C6_chemical_C2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.981161266 C6_chemical_C3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.574475416 L4_control_A1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.460120508 L4_control_A2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.74090024 L4_control_A3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.471120087 L4_control_B1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.534717015 L4_control_B2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.166617121 L4_control_B3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.508410117 L4_control_C2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.225014279 L4_control_C3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.742083241 L4_chemical_A1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.944854302 L4_chemical_A2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.761213124 L4_chemical_A3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 6.188664754 L4_chemical_B1 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.581952684 L4_chemical_B2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.963165556 L4_chemical_B3 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.758776242 L4_chemical_C2 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.898942059 L4_chemical_C3 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.167083966 C6_control_A1 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.038706054 C6_control_A3 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.998781897 C6_control_B1 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.072347674 C6_control_B2 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.757080596 C6_control_B3 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.587076655 C6_control_C1 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.703667214 C6_control_C2 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.880367821 C6_control_C3 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.858841489 C6_chemical_A1 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.021328358 C6_chemical_A3 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.65270585 C6_chemical_B1 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.916284953 C6_chemical_B2 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.788631645 C6_chemical_B3 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.738231638 C6_chemical_C1 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.730320529 C6_chemical_C2 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.973262488 C6_chemical_C3 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.942835738 L4_control_A1 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.903143827 L4_control_A2 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.323939066 L4_control_A3 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.565230522 L4_control_B1 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.714355416 L4_control_B2 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.093142096 L4_control_B3 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.366723954 L4_control_C2 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.545626457 L4_control_C3 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.377846516 L4_chemical_A1 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.918051049 L4_chemical_A2 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.28817952 L4_chemical_A3 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.360051721 L4_chemical_B1 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.020279445 L4_chemical_B2 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.772510789 L4_chemical_B3 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.521550292 L4_chemical_C2 +LQ05X019640 Putative Gamma-tubulin complex component 2 5.069006966 L4_chemical_C3 +LQ05X019680 Beta-glucosidase 42 9.173299399 C6_control_A1 +LQ05X019680 Beta-glucosidase 42 10.08921381 C6_control_A3 +LQ05X019680 Beta-glucosidase 42 9.510787934 C6_control_B1 +LQ05X019680 Beta-glucosidase 42 9.05319987 C6_control_B2 +LQ05X019680 Beta-glucosidase 42 9.149386817 C6_control_B3 +LQ05X019680 Beta-glucosidase 42 8.818451441 C6_control_C1 +LQ05X019680 Beta-glucosidase 42 7.927703996 C6_control_C2 +LQ05X019680 Beta-glucosidase 42 8.43152601 C6_control_C3 +LQ05X019680 Beta-glucosidase 42 9.382947283 C6_chemical_A1 +LQ05X019680 Beta-glucosidase 42 10.95028801 C6_chemical_A3 +LQ05X019680 Beta-glucosidase 42 9.480758532 C6_chemical_B1 +LQ05X019680 Beta-glucosidase 42 9.017797171 C6_chemical_B2 +LQ05X019680 Beta-glucosidase 42 8.507357872 C6_chemical_B3 +LQ05X019680 Beta-glucosidase 42 9.369651989 C6_chemical_C1 +LQ05X019680 Beta-glucosidase 42 7.994627136 C6_chemical_C2 +LQ05X019680 Beta-glucosidase 42 8.670764128 C6_chemical_C3 +LQ05X019680 Beta-glucosidase 42 9.720456565 L4_control_A1 +LQ05X019680 Beta-glucosidase 42 10.17276495 L4_control_A2 +LQ05X019680 Beta-glucosidase 42 9.793056029 L4_control_A3 +LQ05X019680 Beta-glucosidase 42 8.843127834 L4_control_B1 +LQ05X019680 Beta-glucosidase 42 10.79739464 L4_control_B2 +LQ05X019680 Beta-glucosidase 42 9.65735882 L4_control_B3 +LQ05X019680 Beta-glucosidase 42 8.171058385 L4_control_C2 +LQ05X019680 Beta-glucosidase 42 8.4705503 L4_control_C3 +LQ05X019680 Beta-glucosidase 42 8.992555101 L4_chemical_A1 +LQ05X019680 Beta-glucosidase 42 9.776391127 L4_chemical_A2 +LQ05X019680 Beta-glucosidase 42 9.204098249 L4_chemical_A3 +LQ05X019680 Beta-glucosidase 42 9.108486139 L4_chemical_B1 +LQ05X019680 Beta-glucosidase 42 9.711578977 L4_chemical_B2 +LQ05X019680 Beta-glucosidase 42 9.634958634 L4_chemical_B3 +LQ05X019680 Beta-glucosidase 42 8.630190402 L4_chemical_C2 +LQ05X019680 Beta-glucosidase 42 9.580983936 L4_chemical_C3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.492389589 C6_control_A1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.778023735 C6_control_A3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.978048704 C6_control_B1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.741343371 C6_control_B2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.790853931 C6_control_B3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.842130346 C6_control_C1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.733562105 C6_control_C2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 8.025074093 C6_control_C3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.497242901 C6_chemical_A1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.352576942 C6_chemical_A3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.654508692 C6_chemical_B1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.701324732 C6_chemical_B2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.237215907 C6_chemical_B3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.780988394 C6_chemical_C1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.927941761 C6_chemical_C2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 8.398387844 C6_chemical_C3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.902189255 L4_control_A1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.619072389 L4_control_A2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.525025158 L4_control_A3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.553874916 L4_control_B1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.505286901 L4_control_B2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 8.355004423 L4_control_B3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.444797598 L4_control_C2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.353358863 L4_control_C3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 8.493398075 L4_chemical_A1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 8.243618203 L4_chemical_A2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.821522969 L4_chemical_A3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.415081215 L4_chemical_B1 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.905352438 L4_chemical_B2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.773401431 L4_chemical_B3 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 6.254319287 L4_chemical_C2 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.056344964 L4_chemical_C3 +LQ05X019800 Predicted protein 4.881336139 C6_control_A1 +LQ05X019800 Predicted protein 4.782787846 C6_control_A3 +LQ05X019800 Predicted protein 4.901428414 C6_control_B1 +LQ05X019800 Predicted protein 4.868978064 C6_control_B2 +LQ05X019800 Predicted protein 5.158320816 C6_control_B3 +LQ05X019800 Predicted protein 4.85726201 C6_control_C1 +LQ05X019800 Predicted protein 4.831432902 C6_control_C2 +LQ05X019800 Predicted protein 4.884938917 C6_control_C3 +LQ05X019800 Predicted protein 4.94739504 C6_chemical_A1 +LQ05X019800 Predicted protein 5.17487363 C6_chemical_A3 +LQ05X019800 Predicted protein 5.39723815 C6_chemical_B1 +LQ05X019800 Predicted protein 5.037061893 C6_chemical_B2 +LQ05X019800 Predicted protein 4.971296048 C6_chemical_B3 +LQ05X019800 Predicted protein 4.783193148 C6_chemical_C1 +LQ05X019800 Predicted protein 5.053036569 C6_chemical_C2 +LQ05X019800 Predicted protein 4.766689204 C6_chemical_C3 +LQ05X019800 Predicted protein 4.918530494 L4_control_A1 +LQ05X019800 Predicted protein 4.870290429 L4_control_A2 +LQ05X019800 Predicted protein 5.262609459 L4_control_A3 +LQ05X019800 Predicted protein 5.25152696 L4_control_B1 +LQ05X019800 Predicted protein 4.734172773 L4_control_B2 +LQ05X019800 Predicted protein 4.804701228 L4_control_B3 +LQ05X019800 Predicted protein 5.277399234 L4_control_C2 +LQ05X019800 Predicted protein 5.37194721 L4_control_C3 +LQ05X019800 Predicted protein 4.673827282 L4_chemical_A1 +LQ05X019800 Predicted protein 5.001025554 L4_chemical_A2 +LQ05X019800 Predicted protein 5.013415202 L4_chemical_A3 +LQ05X019800 Predicted protein 5.227632024 L4_chemical_B1 +LQ05X019800 Predicted protein 4.923674069 L4_chemical_B2 +LQ05X019800 Predicted protein 5.287108254 L4_chemical_B3 +LQ05X019800 Predicted protein 4.7724738 L4_chemical_C2 +LQ05X019800 Predicted protein 4.912196475 L4_chemical_C3 +LQ05X019830 Predicted protein 4.941182457 C6_control_A1 +LQ05X019830 Predicted protein 5.04613526 C6_control_A3 +LQ05X019830 Predicted protein 5.211845849 C6_control_B1 +LQ05X019830 Predicted protein 4.986746988 C6_control_B2 +LQ05X019830 Predicted protein 4.860315469 C6_control_B3 +LQ05X019830 Predicted protein 4.743096487 C6_control_C1 +LQ05X019830 Predicted protein 4.957844871 C6_control_C2 +LQ05X019830 Predicted protein 4.955212079 C6_control_C3 +LQ05X019830 Predicted protein 4.863662825 C6_chemical_A1 +LQ05X019830 Predicted protein 4.705664869 C6_chemical_A3 +LQ05X019830 Predicted protein 4.88844136 C6_chemical_B1 +LQ05X019830 Predicted protein 5.016351994 C6_chemical_B2 +LQ05X019830 Predicted protein 5.172324771 C6_chemical_B3 +LQ05X019830 Predicted protein 5.089323202 C6_chemical_C1 +LQ05X019830 Predicted protein 4.942531616 C6_chemical_C2 +LQ05X019830 Predicted protein 5.036747686 C6_chemical_C3 +LQ05X019830 Predicted protein 4.991778487 L4_control_A1 +LQ05X019830 Predicted protein 4.90919606 L4_control_A2 +LQ05X019830 Predicted protein 4.919579207 L4_control_A3 +LQ05X019830 Predicted protein 4.945584127 L4_control_B1 +LQ05X019830 Predicted protein 5.116177838 L4_control_B2 +LQ05X019830 Predicted protein 4.907892096 L4_control_B3 +LQ05X019830 Predicted protein 5.129588054 L4_control_C2 +LQ05X019830 Predicted protein 5.063836134 L4_control_C3 +LQ05X019830 Predicted protein 5.073818259 L4_chemical_A1 +LQ05X019830 Predicted protein 4.871087607 L4_chemical_A2 +LQ05X019830 Predicted protein 4.803247797 L4_chemical_A3 +LQ05X019830 Predicted protein 4.731628891 L4_chemical_B1 +LQ05X019830 Predicted protein 5.469272456 L4_chemical_B2 +LQ05X019830 Predicted protein 4.992051292 L4_chemical_B3 +LQ05X019830 Predicted protein 4.67378001 L4_chemical_C2 +LQ05X019830 Predicted protein 5.090629252 L4_chemical_C3 +LQ05X019880 Predicted protein (Fragment) 4.60763742 C6_control_A1 +LQ05X019880 Predicted protein (Fragment) 4.847482721 C6_control_A3 +LQ05X019880 Predicted protein (Fragment) 4.746320608 C6_control_B1 +LQ05X019880 Predicted protein (Fragment) 4.714889535 C6_control_B2 +LQ05X019880 Predicted protein (Fragment) 4.643445115 C6_control_B3 +LQ05X019880 Predicted protein (Fragment) 4.764170476 C6_control_C1 +LQ05X019880 Predicted protein (Fragment) 4.550197652 C6_control_C2 +LQ05X019880 Predicted protein (Fragment) 4.723856254 C6_control_C3 +LQ05X019880 Predicted protein (Fragment) 4.581140829 C6_chemical_A1 +LQ05X019880 Predicted protein (Fragment) 4.643779416 C6_chemical_A3 +LQ05X019880 Predicted protein (Fragment) 4.748262205 C6_chemical_B1 +LQ05X019880 Predicted protein (Fragment) 4.636210504 C6_chemical_B2 +LQ05X019880 Predicted protein (Fragment) 4.77369435 C6_chemical_B3 +LQ05X019880 Predicted protein (Fragment) 4.846702438 C6_chemical_C1 +LQ05X019880 Predicted protein (Fragment) 4.612958451 C6_chemical_C2 +LQ05X019880 Predicted protein (Fragment) 4.616915205 C6_chemical_C3 +LQ05X019880 Predicted protein (Fragment) 4.906003632 L4_control_A1 +LQ05X019880 Predicted protein (Fragment) 4.9044548 L4_control_A2 +LQ05X019880 Predicted protein (Fragment) 5.167475158 L4_control_A3 +LQ05X019880 Predicted protein (Fragment) 4.796355193 L4_control_B1 +LQ05X019880 Predicted protein (Fragment) 4.805264179 L4_control_B2 +LQ05X019880 Predicted protein (Fragment) 4.614881101 L4_control_B3 +LQ05X019880 Predicted protein (Fragment) 5.335605943 L4_control_C2 +LQ05X019880 Predicted protein (Fragment) 5.640928853 L4_control_C3 +LQ05X019880 Predicted protein (Fragment) 4.810212958 L4_chemical_A1 +LQ05X019880 Predicted protein (Fragment) 4.652025222 L4_chemical_A2 +LQ05X019880 Predicted protein (Fragment) 5.005440783 L4_chemical_A3 +LQ05X019880 Predicted protein (Fragment) 5.125002456 L4_chemical_B1 +LQ05X019880 Predicted protein (Fragment) 4.757289075 L4_chemical_B2 +LQ05X019880 Predicted protein (Fragment) 4.617535014 L4_chemical_B3 +LQ05X019880 Predicted protein (Fragment) 5.815553511 L4_chemical_C2 +LQ05X019880 Predicted protein (Fragment) 4.904675786 L4_chemical_C3 +LQ05X019890 Calreticulin-3 13.68612182 C6_control_A1 +LQ05X019890 Calreticulin-3 14.15205415 C6_control_A3 +LQ05X019890 Calreticulin-3 13.32149062 C6_control_B1 +LQ05X019890 Calreticulin-3 13.21356301 C6_control_B2 +LQ05X019890 Calreticulin-3 13.0552559 C6_control_B3 +LQ05X019890 Calreticulin-3 12.77194873 C6_control_C1 +LQ05X019890 Calreticulin-3 13.06110686 C6_control_C2 +LQ05X019890 Calreticulin-3 12.6525721 C6_control_C3 +LQ05X019890 Calreticulin-3 13.35534295 C6_chemical_A1 +LQ05X019890 Calreticulin-3 13.52530611 C6_chemical_A3 +LQ05X019890 Calreticulin-3 12.93966757 C6_chemical_B1 +LQ05X019890 Calreticulin-3 12.90110069 C6_chemical_B2 +LQ05X019890 Calreticulin-3 12.57288703 C6_chemical_B3 +LQ05X019890 Calreticulin-3 12.81599578 C6_chemical_C1 +LQ05X019890 Calreticulin-3 12.84255843 C6_chemical_C2 +LQ05X019890 Calreticulin-3 12.40385431 C6_chemical_C3 +LQ05X019890 Calreticulin-3 14.08202076 L4_control_A1 +LQ05X019890 Calreticulin-3 13.72420544 L4_control_A2 +LQ05X019890 Calreticulin-3 13.58411334 L4_control_A3 +LQ05X019890 Calreticulin-3 13.09561097 L4_control_B1 +LQ05X019890 Calreticulin-3 12.75577746 L4_control_B2 +LQ05X019890 Calreticulin-3 12.90704076 L4_control_B3 +LQ05X019890 Calreticulin-3 12.80885894 L4_control_C2 +LQ05X019890 Calreticulin-3 13.11606066 L4_control_C3 +LQ05X019890 Calreticulin-3 13.93630263 L4_chemical_A1 +LQ05X019890 Calreticulin-3 13.46308873 L4_chemical_A2 +LQ05X019890 Calreticulin-3 13.41959581 L4_chemical_A3 +LQ05X019890 Calreticulin-3 13.24528227 L4_chemical_B1 +LQ05X019890 Calreticulin-3 13.08285464 L4_chemical_B2 +LQ05X019890 Calreticulin-3 13.32806106 L4_chemical_B3 +LQ05X019890 Calreticulin-3 13.16989064 L4_chemical_C2 +LQ05X019890 Calreticulin-3 13.11314534 L4_chemical_C3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.795060217 C6_control_A1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.8286218 C6_control_A3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.872970321 C6_control_B1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.803741673 C6_control_B2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.444065411 C6_control_B3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.989895618 C6_control_C1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.693477264 C6_control_C2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.009132207 C6_control_C3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.039038009 C6_chemical_A1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.042145101 C6_chemical_A3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.366607194 C6_chemical_B1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.824554321 C6_chemical_B2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.637011904 C6_chemical_B3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.616287854 C6_chemical_C1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.758556456 C6_chemical_C2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.917640971 C6_chemical_C3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.946159983 L4_control_A1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.624352024 L4_control_A2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.352560276 L4_control_A3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.870989759 L4_control_B1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.888787145 L4_control_B2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.787338593 L4_control_B3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.552703314 L4_control_C2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.455995171 L4_control_C3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.638227041 L4_chemical_A1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.082575396 L4_chemical_A2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.206054907 L4_chemical_A3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.47659415 L4_chemical_B1 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.897180932 L4_chemical_B2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.68777169 L4_chemical_B3 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.687856811 L4_chemical_C2 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 5.448805593 L4_chemical_C3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.85519053 C6_control_A1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.63039 C6_control_A3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.78272723 C6_control_B1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.79958489 C6_control_B2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.89276614 C6_control_B3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.05540991 C6_control_C1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.15024448 C6_control_C2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.14112342 C6_control_C3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.73748328 C6_chemical_A1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.17509274 C6_chemical_A3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.63766304 C6_chemical_B1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.6025173 C6_chemical_B2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.90381771 C6_chemical_B3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.91947601 C6_chemical_C1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.09538173 C6_chemical_C2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.20333259 C6_chemical_C3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.98185362 L4_control_A1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.83272356 L4_control_A2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.48482813 L4_control_A3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.36812397 L4_control_B1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.19164855 L4_control_B2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.436003 L4_control_B3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.94687409 L4_control_C2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.9022376 L4_control_C3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.16920788 L4_chemical_A1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.01782587 L4_chemical_A2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.51970312 L4_chemical_A3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.36696795 L4_chemical_B1 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.04584823 L4_chemical_B2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.1872788 L4_chemical_B3 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.57857498 L4_chemical_C2 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 12.82707262 L4_chemical_C3 +LQ05X019990 Putative Predicted protein 5.313050556 C6_control_A1 +LQ05X019990 Putative Predicted protein 5.267197932 C6_control_A3 +LQ05X019990 Putative Predicted protein 5.005908317 C6_control_B1 +LQ05X019990 Putative Predicted protein 5.162039883 C6_control_B2 +LQ05X019990 Putative Predicted protein 5.465548006 C6_control_B3 +LQ05X019990 Putative Predicted protein 5.653033108 C6_control_C1 +LQ05X019990 Putative Predicted protein 5.497785681 C6_control_C2 +LQ05X019990 Putative Predicted protein 5.218822647 C6_control_C3 +LQ05X019990 Putative Predicted protein 4.948996453 C6_chemical_A1 +LQ05X019990 Putative Predicted protein 5.037323215 C6_chemical_A3 +LQ05X019990 Putative Predicted protein 5.701020088 C6_chemical_B1 +LQ05X019990 Putative Predicted protein 5.337251443 C6_chemical_B2 +LQ05X019990 Putative Predicted protein 5.459485146 C6_chemical_B3 +LQ05X019990 Putative Predicted protein 5.681845472 C6_chemical_C1 +LQ05X019990 Putative Predicted protein 5.527729676 C6_chemical_C2 +LQ05X019990 Putative Predicted protein 5.208467053 C6_chemical_C3 +LQ05X019990 Putative Predicted protein 4.839194077 L4_control_A1 +LQ05X019990 Putative Predicted protein 4.891793467 L4_control_A2 +LQ05X019990 Putative Predicted protein 5.12231688 L4_control_A3 +LQ05X019990 Putative Predicted protein 4.753665098 L4_control_B1 +LQ05X019990 Putative Predicted protein 5.182778442 L4_control_B2 +LQ05X019990 Putative Predicted protein 5.192861043 L4_control_B3 +LQ05X019990 Putative Predicted protein 5.064828996 L4_control_C2 +LQ05X019990 Putative Predicted protein 5.675556876 L4_control_C3 +LQ05X019990 Putative Predicted protein 5.166881136 L4_chemical_A1 +LQ05X019990 Putative Predicted protein 4.71471994 L4_chemical_A2 +LQ05X019990 Putative Predicted protein 5.169250518 L4_chemical_A3 +LQ05X019990 Putative Predicted protein 4.966155856 L4_chemical_B1 +LQ05X019990 Putative Predicted protein 5.048935736 L4_chemical_B2 +LQ05X019990 Putative Predicted protein 4.925717155 L4_chemical_B3 +LQ05X019990 Putative Predicted protein 5.398582146 L4_chemical_C2 +LQ05X019990 Putative Predicted protein 5.392463545 L4_chemical_C3 +LQ05X020000 F-box protein At5g06550 5.700359265 C6_control_A1 +LQ05X020000 F-box protein At5g06550 5.138794701 C6_control_A3 +LQ05X020000 F-box protein At5g06550 5.649610907 C6_control_B1 +LQ05X020000 F-box protein At5g06550 5.969250655 C6_control_B2 +LQ05X020000 F-box protein At5g06550 6.13902654 C6_control_B3 +LQ05X020000 F-box protein At5g06550 6.034568506 C6_control_C1 +LQ05X020000 F-box protein At5g06550 5.774196746 C6_control_C2 +LQ05X020000 F-box protein At5g06550 6.42371664 C6_control_C3 +LQ05X020000 F-box protein At5g06550 5.935819832 C6_chemical_A1 +LQ05X020000 F-box protein At5g06550 5.415588221 C6_chemical_A3 +LQ05X020000 F-box protein At5g06550 6.062390346 C6_chemical_B1 +LQ05X020000 F-box protein At5g06550 5.969402176 C6_chemical_B2 +LQ05X020000 F-box protein At5g06550 5.737498409 C6_chemical_B3 +LQ05X020000 F-box protein At5g06550 5.96517065 C6_chemical_C1 +LQ05X020000 F-box protein At5g06550 6.194693916 C6_chemical_C2 +LQ05X020000 F-box protein At5g06550 6.517860619 C6_chemical_C3 +LQ05X020000 F-box protein At5g06550 5.958274794 L4_control_A1 +LQ05X020000 F-box protein At5g06550 6.048478133 L4_control_A2 +LQ05X020000 F-box protein At5g06550 6.053314176 L4_control_A3 +LQ05X020000 F-box protein At5g06550 6.20859084 L4_control_B1 +LQ05X020000 F-box protein At5g06550 5.461984265 L4_control_B2 +LQ05X020000 F-box protein At5g06550 6.450975403 L4_control_B3 +LQ05X020000 F-box protein At5g06550 5.722364899 L4_control_C2 +LQ05X020000 F-box protein At5g06550 6.182123842 L4_control_C3 +LQ05X020000 F-box protein At5g06550 6.18288456 L4_chemical_A1 +LQ05X020000 F-box protein At5g06550 6.451996963 L4_chemical_A2 +LQ05X020000 F-box protein At5g06550 5.838428094 L4_chemical_A3 +LQ05X020000 F-box protein At5g06550 5.590399888 L4_chemical_B1 +LQ05X020000 F-box protein At5g06550 5.820799963 L4_chemical_B2 +LQ05X020000 F-box protein At5g06550 5.983305351 L4_chemical_B3 +LQ05X020000 F-box protein At5g06550 5.485996674 L4_chemical_C2 +LQ05X020000 F-box protein At5g06550 5.929867681 L4_chemical_C3 +LQ05X020010 Putative uncharacterized protein 13.05408505 C6_control_A1 +LQ05X020010 Putative uncharacterized protein 13.0559269 C6_control_A3 +LQ05X020010 Putative uncharacterized protein 13.33522704 C6_control_B1 +LQ05X020010 Putative uncharacterized protein 13.47218116 C6_control_B2 +LQ05X020010 Putative uncharacterized protein 13.33761875 C6_control_B3 +LQ05X020010 Putative uncharacterized protein 13.52028757 C6_control_C1 +LQ05X020010 Putative uncharacterized protein 13.52662917 C6_control_C2 +LQ05X020010 Putative uncharacterized protein 13.89067567 C6_control_C3 +LQ05X020010 Putative uncharacterized protein 12.81082745 C6_chemical_A1 +LQ05X020010 Putative uncharacterized protein 12.68531526 C6_chemical_A3 +LQ05X020010 Putative uncharacterized protein 13.2185739 C6_chemical_B1 +LQ05X020010 Putative uncharacterized protein 13.24907672 C6_chemical_B2 +LQ05X020010 Putative uncharacterized protein 13.40125058 C6_chemical_B3 +LQ05X020010 Putative uncharacterized protein 13.6687229 C6_chemical_C1 +LQ05X020010 Putative uncharacterized protein 13.43215362 C6_chemical_C2 +LQ05X020010 Putative uncharacterized protein 13.77614825 C6_chemical_C3 +LQ05X020010 Putative uncharacterized protein 13.00660584 L4_control_A1 +LQ05X020010 Putative uncharacterized protein 12.07568083 L4_control_A2 +LQ05X020010 Putative uncharacterized protein 12.58000152 L4_control_A3 +LQ05X020010 Putative uncharacterized protein 12.87371093 L4_control_B1 +LQ05X020010 Putative uncharacterized protein 12.46182528 L4_control_B2 +LQ05X020010 Putative uncharacterized protein 13.14867337 L4_control_B3 +LQ05X020010 Putative uncharacterized protein 13.03637095 L4_control_C2 +LQ05X020010 Putative uncharacterized protein 12.49259174 L4_control_C3 +LQ05X020010 Putative uncharacterized protein 12.91617833 L4_chemical_A1 +LQ05X020010 Putative uncharacterized protein 12.49287485 L4_chemical_A2 +LQ05X020010 Putative uncharacterized protein 12.5984119 L4_chemical_A3 +LQ05X020010 Putative uncharacterized protein 12.52394365 L4_chemical_B1 +LQ05X020010 Putative uncharacterized protein 12.82062578 L4_chemical_B2 +LQ05X020010 Putative uncharacterized protein 13.15157709 L4_chemical_B3 +LQ05X020010 Putative uncharacterized protein 13.15261219 L4_chemical_C2 +LQ05X020010 Putative uncharacterized protein 12.49288137 L4_chemical_C3 +LQ05X020060 Flavonol sulfotransferase-like 9.755264032 C6_control_A1 +LQ05X020060 Flavonol sulfotransferase-like 9.995208538 C6_control_A3 +LQ05X020060 Flavonol sulfotransferase-like 9.233461029 C6_control_B1 +LQ05X020060 Flavonol sulfotransferase-like 7.880950031 C6_control_B2 +LQ05X020060 Flavonol sulfotransferase-like 7.405690758 C6_control_B3 +LQ05X020060 Flavonol sulfotransferase-like 7.623692743 C6_control_C1 +LQ05X020060 Flavonol sulfotransferase-like 6.919252484 C6_control_C2 +LQ05X020060 Flavonol sulfotransferase-like 6.895871478 C6_control_C3 +LQ05X020060 Flavonol sulfotransferase-like 9.386982008 C6_chemical_A1 +LQ05X020060 Flavonol sulfotransferase-like 9.372670643 C6_chemical_A3 +LQ05X020060 Flavonol sulfotransferase-like 7.514843948 C6_chemical_B1 +LQ05X020060 Flavonol sulfotransferase-like 8.147422768 C6_chemical_B2 +LQ05X020060 Flavonol sulfotransferase-like 7.079031027 C6_chemical_B3 +LQ05X020060 Flavonol sulfotransferase-like 7.557648101 C6_chemical_C1 +LQ05X020060 Flavonol sulfotransferase-like 6.927718947 C6_chemical_C2 +LQ05X020060 Flavonol sulfotransferase-like 6.494676271 C6_chemical_C3 +LQ05X020060 Flavonol sulfotransferase-like 9.344714671 L4_control_A1 +LQ05X020060 Flavonol sulfotransferase-like 9.555851374 L4_control_A2 +LQ05X020060 Flavonol sulfotransferase-like 9.252068672 L4_control_A3 +LQ05X020060 Flavonol sulfotransferase-like 7.746159725 L4_control_B1 +LQ05X020060 Flavonol sulfotransferase-like 8.217958635 L4_control_B2 +LQ05X020060 Flavonol sulfotransferase-like 6.625067042 L4_control_B3 +LQ05X020060 Flavonol sulfotransferase-like 6.405403485 L4_control_C2 +LQ05X020060 Flavonol sulfotransferase-like 6.261731844 L4_control_C3 +LQ05X020060 Flavonol sulfotransferase-like 9.054462219 L4_chemical_A1 +LQ05X020060 Flavonol sulfotransferase-like 8.928991701 L4_chemical_A2 +LQ05X020060 Flavonol sulfotransferase-like 8.920145684 L4_chemical_A3 +LQ05X020060 Flavonol sulfotransferase-like 8.146233929 L4_chemical_B1 +LQ05X020060 Flavonol sulfotransferase-like 8.501495759 L4_chemical_B2 +LQ05X020060 Flavonol sulfotransferase-like 7.826732254 L4_chemical_B3 +LQ05X020060 Flavonol sulfotransferase-like 6.589409923 L4_chemical_C2 +LQ05X020060 Flavonol sulfotransferase-like 6.416729468 L4_chemical_C3 +LQ05X020120 Putative uncharacterized protein At5g06590 7.694242386 C6_control_A1 +LQ05X020120 Putative uncharacterized protein At5g06590 7.364387868 C6_control_A3 +LQ05X020120 Putative uncharacterized protein At5g06590 5.971174844 C6_control_B1 +LQ05X020120 Putative uncharacterized protein At5g06590 5.916730143 C6_control_B2 +LQ05X020120 Putative uncharacterized protein At5g06590 5.223345029 C6_control_B3 +LQ05X020120 Putative uncharacterized protein At5g06590 6.303884813 C6_control_C1 +LQ05X020120 Putative uncharacterized protein At5g06590 5.665275602 C6_control_C2 +LQ05X020120 Putative uncharacterized protein At5g06590 6.133950303 C6_control_C3 +LQ05X020120 Putative uncharacterized protein At5g06590 8.030997083 C6_chemical_A1 +LQ05X020120 Putative uncharacterized protein At5g06590 7.521109442 C6_chemical_A3 +LQ05X020120 Putative uncharacterized protein At5g06590 5.14111563 C6_chemical_B1 +LQ05X020120 Putative uncharacterized protein At5g06590 5.851130219 C6_chemical_B2 +LQ05X020120 Putative uncharacterized protein At5g06590 5.614386116 C6_chemical_B3 +LQ05X020120 Putative uncharacterized protein At5g06590 6.417615604 C6_chemical_C1 +LQ05X020120 Putative uncharacterized protein At5g06590 5.9724501 C6_chemical_C2 +LQ05X020120 Putative uncharacterized protein At5g06590 6.553693817 C6_chemical_C3 +LQ05X020120 Putative uncharacterized protein At5g06590 7.638126384 L4_control_A1 +LQ05X020120 Putative uncharacterized protein At5g06590 6.786362254 L4_control_A2 +LQ05X020120 Putative uncharacterized protein At5g06590 7.890790993 L4_control_A3 +LQ05X020120 Putative uncharacterized protein At5g06590 5.822744873 L4_control_B1 +LQ05X020120 Putative uncharacterized protein At5g06590 4.88953871 L4_control_B2 +LQ05X020120 Putative uncharacterized protein At5g06590 5.811842207 L4_control_B3 +LQ05X020120 Putative uncharacterized protein At5g06590 5.678587533 L4_control_C2 +LQ05X020120 Putative uncharacterized protein At5g06590 5.495854805 L4_control_C3 +LQ05X020120 Putative uncharacterized protein At5g06590 7.482561612 L4_chemical_A1 +LQ05X020120 Putative uncharacterized protein At5g06590 6.71644022 L4_chemical_A2 +LQ05X020120 Putative uncharacterized protein At5g06590 8.637615756 L4_chemical_A3 +LQ05X020120 Putative uncharacterized protein At5g06590 4.985936683 L4_chemical_B1 +LQ05X020120 Putative uncharacterized protein At5g06590 5.426625527 L4_chemical_B2 +LQ05X020120 Putative uncharacterized protein At5g06590 6.729876946 L4_chemical_B3 +LQ05X020120 Putative uncharacterized protein At5g06590 5.273312439 L4_chemical_C2 +LQ05X020120 Putative uncharacterized protein At5g06590 4.892402021 L4_chemical_C3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.826297569 C6_control_A1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.114599079 C6_control_A3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.511673721 C6_control_B1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.247600752 C6_control_B2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.894114698 C6_control_B3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.914210643 C6_control_C1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.800169106 C6_control_C2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.332804521 C6_control_C3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.194338638 C6_chemical_A1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.816596314 C6_chemical_A3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.187056689 C6_chemical_B1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.384783882 C6_chemical_B2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.089991482 C6_chemical_B3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 10.12289394 C6_chemical_C1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 10.07698579 C6_chemical_C2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 10.09900258 C6_chemical_C3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.201034877 L4_control_A1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 7.739548939 L4_control_A2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 7.521787726 L4_control_A3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.830719329 L4_control_B1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.853189455 L4_control_B2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.205647082 L4_control_B3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.977219328 L4_control_C2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.445443134 L4_control_C3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.191186974 L4_chemical_A1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 7.621672694 L4_chemical_A2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 7.499053993 L4_chemical_A3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 7.974237106 L4_chemical_B1 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.923404977 L4_chemical_B2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.15815095 L4_chemical_B3 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 8.954188369 L4_chemical_C2 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.80480954 L4_chemical_C3 +LQ05X020180 Uncharacterized protein At3g58460 9.929895839 C6_control_A1 +LQ05X020180 Uncharacterized protein At3g58460 9.618987468 C6_control_A3 +LQ05X020180 Uncharacterized protein At3g58460 9.723505462 C6_control_B1 +LQ05X020180 Uncharacterized protein At3g58460 10.49841845 C6_control_B2 +LQ05X020180 Uncharacterized protein At3g58460 10.48604957 C6_control_B3 +LQ05X020180 Uncharacterized protein At3g58460 10.54989052 C6_control_C1 +LQ05X020180 Uncharacterized protein At3g58460 10.09868624 C6_control_C2 +LQ05X020180 Uncharacterized protein At3g58460 11.00498544 C6_control_C3 +LQ05X020180 Uncharacterized protein At3g58460 9.765410225 C6_chemical_A1 +LQ05X020180 Uncharacterized protein At3g58460 10.38408495 C6_chemical_A3 +LQ05X020180 Uncharacterized protein At3g58460 9.598489686 C6_chemical_B1 +LQ05X020180 Uncharacterized protein At3g58460 10.42839313 C6_chemical_B2 +LQ05X020180 Uncharacterized protein At3g58460 10.47513372 C6_chemical_B3 +LQ05X020180 Uncharacterized protein At3g58460 10.71714623 C6_chemical_C1 +LQ05X020180 Uncharacterized protein At3g58460 10.22832844 C6_chemical_C2 +LQ05X020180 Uncharacterized protein At3g58460 11.10304404 C6_chemical_C3 +LQ05X020180 Uncharacterized protein At3g58460 10.11684832 L4_control_A1 +LQ05X020180 Uncharacterized protein At3g58460 9.176884627 L4_control_A2 +LQ05X020180 Uncharacterized protein At3g58460 8.783764262 L4_control_A3 +LQ05X020180 Uncharacterized protein At3g58460 9.609893894 L4_control_B1 +LQ05X020180 Uncharacterized protein At3g58460 9.335574938 L4_control_B2 +LQ05X020180 Uncharacterized protein At3g58460 10.00292492 L4_control_B3 +LQ05X020180 Uncharacterized protein At3g58460 10.08412486 L4_control_C2 +LQ05X020180 Uncharacterized protein At3g58460 9.067104674 L4_control_C3 +LQ05X020180 Uncharacterized protein At3g58460 9.960555386 L4_chemical_A1 +LQ05X020180 Uncharacterized protein At3g58460 9.387579516 L4_chemical_A2 +LQ05X020180 Uncharacterized protein At3g58460 8.997527468 L4_chemical_A3 +LQ05X020180 Uncharacterized protein At3g58460 9.542771808 L4_chemical_B1 +LQ05X020180 Uncharacterized protein At3g58460 9.244490274 L4_chemical_B2 +LQ05X020180 Uncharacterized protein At3g58460 10.0875012 L4_chemical_B3 +LQ05X020180 Uncharacterized protein At3g58460 8.997712931 L4_chemical_C2 +LQ05X020180 Uncharacterized protein At3g58460 9.46764266 L4_chemical_C3 +LQ05X020210 40S ribosomal protein S5-2 6.551609276 C6_control_A1 +LQ05X020210 40S ribosomal protein S5-2 7.475665545 C6_control_A3 +LQ05X020210 40S ribosomal protein S5-2 6.564470978 C6_control_B1 +LQ05X020210 40S ribosomal protein S5-2 6.901519612 C6_control_B2 +LQ05X020210 40S ribosomal protein S5-2 6.819456875 C6_control_B3 +LQ05X020210 40S ribosomal protein S5-2 6.877023413 C6_control_C1 +LQ05X020210 40S ribosomal protein S5-2 7.837626323 C6_control_C2 +LQ05X020210 40S ribosomal protein S5-2 7.016775597 C6_control_C3 +LQ05X020210 40S ribosomal protein S5-2 6.486305082 C6_chemical_A1 +LQ05X020210 40S ribosomal protein S5-2 6.38126545 C6_chemical_A3 +LQ05X020210 40S ribosomal protein S5-2 5.83437643 C6_chemical_B1 +LQ05X020210 40S ribosomal protein S5-2 6.8057885 C6_chemical_B2 +LQ05X020210 40S ribosomal protein S5-2 5.960202934 C6_chemical_B3 +LQ05X020210 40S ribosomal protein S5-2 6.898571709 C6_chemical_C1 +LQ05X020210 40S ribosomal protein S5-2 6.869868567 C6_chemical_C2 +LQ05X020210 40S ribosomal protein S5-2 6.436143784 C6_chemical_C3 +LQ05X020210 40S ribosomal protein S5-2 6.510274253 L4_control_A1 +LQ05X020210 40S ribosomal protein S5-2 6.680262817 L4_control_A2 +LQ05X020210 40S ribosomal protein S5-2 6.518292646 L4_control_A3 +LQ05X020210 40S ribosomal protein S5-2 5.72497773 L4_control_B1 +LQ05X020210 40S ribosomal protein S5-2 5.457152619 L4_control_B2 +LQ05X020210 40S ribosomal protein S5-2 6.009100377 L4_control_B3 +LQ05X020210 40S ribosomal protein S5-2 6.309959504 L4_control_C2 +LQ05X020210 40S ribosomal protein S5-2 6.399775899 L4_control_C3 +LQ05X020210 40S ribosomal protein S5-2 6.472838184 L4_chemical_A1 +LQ05X020210 40S ribosomal protein S5-2 6.308742242 L4_chemical_A2 +LQ05X020210 40S ribosomal protein S5-2 7.067173726 L4_chemical_A3 +LQ05X020210 40S ribosomal protein S5-2 6.53345064 L4_chemical_B1 +LQ05X020210 40S ribosomal protein S5-2 6.082366629 L4_chemical_B2 +LQ05X020210 40S ribosomal protein S5-2 6.393465182 L4_chemical_B3 +LQ05X020210 40S ribosomal protein S5-2 5.792088649 L4_chemical_C2 +LQ05X020210 40S ribosomal protein S5-2 6.102561858 L4_chemical_C3 +LQ05X020220 40S ribosomal protein S28 15.29069603 C6_control_A1 +LQ05X020220 40S ribosomal protein S28 15.55306506 C6_control_A3 +LQ05X020220 40S ribosomal protein S28 14.9067728 C6_control_B1 +LQ05X020220 40S ribosomal protein S28 14.8165752 C6_control_B2 +LQ05X020220 40S ribosomal protein S28 14.83807514 C6_control_B3 +LQ05X020220 40S ribosomal protein S28 14.14121463 C6_control_C1 +LQ05X020220 40S ribosomal protein S28 14.10999259 C6_control_C2 +LQ05X020220 40S ribosomal protein S28 14.1559596 C6_control_C3 +LQ05X020220 40S ribosomal protein S28 15.10418111 C6_chemical_A1 +LQ05X020220 40S ribosomal protein S28 14.43816388 C6_chemical_A3 +LQ05X020220 40S ribosomal protein S28 14.51544788 C6_chemical_B1 +LQ05X020220 40S ribosomal protein S28 14.03347382 C6_chemical_B2 +LQ05X020220 40S ribosomal protein S28 14.36465385 C6_chemical_B3 +LQ05X020220 40S ribosomal protein S28 13.99713903 C6_chemical_C1 +LQ05X020220 40S ribosomal protein S28 13.95630112 C6_chemical_C2 +LQ05X020220 40S ribosomal protein S28 13.83920437 C6_chemical_C3 +LQ05X020220 40S ribosomal protein S28 15.27217514 L4_control_A1 +LQ05X020220 40S ribosomal protein S28 15.23116479 L4_control_A2 +LQ05X020220 40S ribosomal protein S28 15.49855908 L4_control_A3 +LQ05X020220 40S ribosomal protein S28 14.72586036 L4_control_B1 +LQ05X020220 40S ribosomal protein S28 14.36983635 L4_control_B2 +LQ05X020220 40S ribosomal protein S28 14.45939328 L4_control_B3 +LQ05X020220 40S ribosomal protein S28 14.64064566 L4_control_C2 +LQ05X020220 40S ribosomal protein S28 14.77298832 L4_control_C3 +LQ05X020220 40S ribosomal protein S28 15.12533613 L4_chemical_A1 +LQ05X020220 40S ribosomal protein S28 15.01997205 L4_chemical_A2 +LQ05X020220 40S ribosomal protein S28 15.33917334 L4_chemical_A3 +LQ05X020220 40S ribosomal protein S28 15.21022907 L4_chemical_B1 +LQ05X020220 40S ribosomal protein S28 15.0401305 L4_chemical_B2 +LQ05X020220 40S ribosomal protein S28 14.81475605 L4_chemical_B3 +LQ05X020220 40S ribosomal protein S28 14.73594905 L4_chemical_C2 +LQ05X020220 40S ribosomal protein S28 14.65856219 L4_chemical_C3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.26547922 C6_control_A1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.1755676 C6_control_A3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.96099536 C6_control_B1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.722309734 C6_control_B2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.642602117 C6_control_B3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.861140306 C6_control_C1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.92611241 C6_control_C2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.885760215 C6_control_C3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.43721526 C6_chemical_A1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.88963065 C6_chemical_A3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.04852131 C6_chemical_B1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.57728922 C6_chemical_B2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.69308751 C6_chemical_B3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.17490784 C6_chemical_C1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.16575434 C6_chemical_C2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.57443433 C6_chemical_C3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.12849169 L4_control_A1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.75837974 L4_control_A2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.56480883 L4_control_A3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.835213312 L4_control_B1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.188404241 L4_control_B2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.43671839 L4_control_B3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.90395352 L4_control_C2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.52945421 L4_control_C3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.6254163 L4_chemical_A1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.39305553 L4_chemical_A2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.06674871 L4_chemical_A3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.896053024 L4_chemical_B1 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.472956341 L4_chemical_B2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 9.832418436 L4_chemical_B3 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.83820203 L4_chemical_C2 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 10.46892336 L4_chemical_C3 +LQ05X020260 Calcium ion binding protein, putative 6.223190315 C6_control_A1 +LQ05X020260 Calcium ion binding protein, putative 6.199905352 C6_control_A3 +LQ05X020260 Calcium ion binding protein, putative 6.508510507 C6_control_B1 +LQ05X020260 Calcium ion binding protein, putative 5.405647323 C6_control_B2 +LQ05X020260 Calcium ion binding protein, putative 6.275717587 C6_control_B3 +LQ05X020260 Calcium ion binding protein, putative 5.571580761 C6_control_C1 +LQ05X020260 Calcium ion binding protein, putative 6.187613703 C6_control_C2 +LQ05X020260 Calcium ion binding protein, putative 5.475370621 C6_control_C3 +LQ05X020260 Calcium ion binding protein, putative 5.604180661 C6_chemical_A1 +LQ05X020260 Calcium ion binding protein, putative 5.893213944 C6_chemical_A3 +LQ05X020260 Calcium ion binding protein, putative 6.222956143 C6_chemical_B1 +LQ05X020260 Calcium ion binding protein, putative 5.962508062 C6_chemical_B2 +LQ05X020260 Calcium ion binding protein, putative 5.694157838 C6_chemical_B3 +LQ05X020260 Calcium ion binding protein, putative 5.326737841 C6_chemical_C1 +LQ05X020260 Calcium ion binding protein, putative 5.484638128 C6_chemical_C2 +LQ05X020260 Calcium ion binding protein, putative 5.256255584 C6_chemical_C3 +LQ05X020260 Calcium ion binding protein, putative 6.536164164 L4_control_A1 +LQ05X020260 Calcium ion binding protein, putative 5.824932491 L4_control_A2 +LQ05X020260 Calcium ion binding protein, putative 5.610001342 L4_control_A3 +LQ05X020260 Calcium ion binding protein, putative 5.294729047 L4_control_B1 +LQ05X020260 Calcium ion binding protein, putative 5.126084103 L4_control_B2 +LQ05X020260 Calcium ion binding protein, putative 5.943888538 L4_control_B3 +LQ05X020260 Calcium ion binding protein, putative 6.363281199 L4_control_C2 +LQ05X020260 Calcium ion binding protein, putative 6.322658403 L4_control_C3 +LQ05X020260 Calcium ion binding protein, putative 6.480833554 L4_chemical_A1 +LQ05X020260 Calcium ion binding protein, putative 6.114220044 L4_chemical_A2 +LQ05X020260 Calcium ion binding protein, putative 6.303537473 L4_chemical_A3 +LQ05X020260 Calcium ion binding protein, putative 5.642048684 L4_chemical_B1 +LQ05X020260 Calcium ion binding protein, putative 5.885186893 L4_chemical_B2 +LQ05X020260 Calcium ion binding protein, putative 6.012493187 L4_chemical_B3 +LQ05X020260 Calcium ion binding protein, putative 5.830388629 L4_chemical_C2 +LQ05X020260 Calcium ion binding protein, putative 5.752280056 L4_chemical_C3 +LQ05X020270 Putative uncharacterized protein 5.446335845 C6_control_A1 +LQ05X020270 Putative uncharacterized protein 5.488494699 C6_control_A3 +LQ05X020270 Putative uncharacterized protein 5.706871362 C6_control_B1 +LQ05X020270 Putative uncharacterized protein 4.825722785 C6_control_B2 +LQ05X020270 Putative uncharacterized protein 5.988952082 C6_control_B3 +LQ05X020270 Putative uncharacterized protein 5.150530866 C6_control_C1 +LQ05X020270 Putative uncharacterized protein 5.1830191 C6_control_C2 +LQ05X020270 Putative uncharacterized protein 4.995518872 C6_control_C3 +LQ05X020270 Putative uncharacterized protein 5.35384443 C6_chemical_A1 +LQ05X020270 Putative uncharacterized protein 5.188110234 C6_chemical_A3 +LQ05X020270 Putative uncharacterized protein 5.737159415 C6_chemical_B1 +LQ05X020270 Putative uncharacterized protein 5.044381173 C6_chemical_B2 +LQ05X020270 Putative uncharacterized protein 5.362901159 C6_chemical_B3 +LQ05X020270 Putative uncharacterized protein 5.060659036 C6_chemical_C1 +LQ05X020270 Putative uncharacterized protein 4.969141516 C6_chemical_C2 +LQ05X020270 Putative uncharacterized protein 4.92392822 C6_chemical_C3 +LQ05X020270 Putative uncharacterized protein 5.056175714 L4_control_A1 +LQ05X020270 Putative uncharacterized protein 6.059709039 L4_control_A2 +LQ05X020270 Putative uncharacterized protein 5.968929842 L4_control_A3 +LQ05X020270 Putative uncharacterized protein 5.531829781 L4_control_B1 +LQ05X020270 Putative uncharacterized protein 5.172686689 L4_control_B2 +LQ05X020270 Putative uncharacterized protein 5.737994087 L4_control_B3 +LQ05X020270 Putative uncharacterized protein 5.729457603 L4_control_C2 +LQ05X020270 Putative uncharacterized protein 5.253700115 L4_control_C3 +LQ05X020270 Putative uncharacterized protein 5.53481912 L4_chemical_A1 +LQ05X020270 Putative uncharacterized protein 5.511831918 L4_chemical_A2 +LQ05X020270 Putative uncharacterized protein 5.968681379 L4_chemical_A3 +LQ05X020270 Putative uncharacterized protein 5.650902469 L4_chemical_B1 +LQ05X020270 Putative uncharacterized protein 6.048640393 L4_chemical_B2 +LQ05X020270 Putative uncharacterized protein 5.618292523 L4_chemical_B3 +LQ05X020270 Putative uncharacterized protein 5.843056241 L4_chemical_C2 +LQ05X020270 Putative uncharacterized protein 4.936797416 L4_chemical_C3 +LQ05X020290 Putative uncharacterized protein 9.477520085 C6_control_A1 +LQ05X020290 Putative uncharacterized protein 9.072217222 C6_control_A3 +LQ05X020290 Putative uncharacterized protein 9.308434735 C6_control_B1 +LQ05X020290 Putative uncharacterized protein 10.85977058 C6_control_B2 +LQ05X020290 Putative uncharacterized protein 9.35079215 C6_control_B3 +LQ05X020290 Putative uncharacterized protein 11.03376672 C6_control_C1 +LQ05X020290 Putative uncharacterized protein 11.29386363 C6_control_C2 +LQ05X020290 Putative uncharacterized protein 11.72292642 C6_control_C3 +LQ05X020290 Putative uncharacterized protein 9.27192106 C6_chemical_A1 +LQ05X020290 Putative uncharacterized protein 8.565899405 C6_chemical_A3 +LQ05X020290 Putative uncharacterized protein 8.564407176 C6_chemical_B1 +LQ05X020290 Putative uncharacterized protein 10.70390989 C6_chemical_B2 +LQ05X020290 Putative uncharacterized protein 9.388798761 C6_chemical_B3 +LQ05X020290 Putative uncharacterized protein 11.00465946 C6_chemical_C1 +LQ05X020290 Putative uncharacterized protein 11.3841304 C6_chemical_C2 +LQ05X020290 Putative uncharacterized protein 11.3847243 C6_chemical_C3 +LQ05X020290 Putative uncharacterized protein 8.777811288 L4_control_A1 +LQ05X020290 Putative uncharacterized protein 9.273717309 L4_control_A2 +LQ05X020290 Putative uncharacterized protein 7.355622992 L4_control_A3 +LQ05X020290 Putative uncharacterized protein 9.194292207 L4_control_B1 +LQ05X020290 Putative uncharacterized protein 8.440121041 L4_control_B2 +LQ05X020290 Putative uncharacterized protein 10.33398966 L4_control_B3 +LQ05X020290 Putative uncharacterized protein 9.532624422 L4_control_C2 +LQ05X020290 Putative uncharacterized protein 9.852449906 L4_control_C3 +LQ05X020290 Putative uncharacterized protein 8.927237895 L4_chemical_A1 +LQ05X020290 Putative uncharacterized protein 9.305301916 L4_chemical_A2 +LQ05X020290 Putative uncharacterized protein 8.006049806 L4_chemical_A3 +LQ05X020290 Putative uncharacterized protein 8.761746307 L4_chemical_B1 +LQ05X020290 Putative uncharacterized protein 8.750176452 L4_chemical_B2 +LQ05X020290 Putative uncharacterized protein 10.06952482 L4_chemical_B3 +LQ05X020290 Putative uncharacterized protein 9.518796225 L4_chemical_C2 +LQ05X020290 Putative uncharacterized protein 9.515125807 L4_chemical_C3 +LQ05X020310 Putative Protein RRP5 homolog 9.729661292 C6_control_A1 +LQ05X020310 Putative Protein RRP5 homolog 10.00186416 C6_control_A3 +LQ05X020310 Putative Protein RRP5 homolog 9.211584497 C6_control_B1 +LQ05X020310 Putative Protein RRP5 homolog 9.649170985 C6_control_B2 +LQ05X020310 Putative Protein RRP5 homolog 9.182936278 C6_control_B3 +LQ05X020310 Putative Protein RRP5 homolog 9.505878598 C6_control_C1 +LQ05X020310 Putative Protein RRP5 homolog 9.690045449 C6_control_C2 +LQ05X020310 Putative Protein RRP5 homolog 9.261704685 C6_control_C3 +LQ05X020310 Putative Protein RRP5 homolog 9.58833162 C6_chemical_A1 +LQ05X020310 Putative Protein RRP5 homolog 9.368776832 C6_chemical_A3 +LQ05X020310 Putative Protein RRP5 homolog 8.297495813 C6_chemical_B1 +LQ05X020310 Putative Protein RRP5 homolog 9.082731685 C6_chemical_B2 +LQ05X020310 Putative Protein RRP5 homolog 8.889301381 C6_chemical_B3 +LQ05X020310 Putative Protein RRP5 homolog 9.207908202 C6_chemical_C1 +LQ05X020310 Putative Protein RRP5 homolog 9.574527636 C6_chemical_C2 +LQ05X020310 Putative Protein RRP5 homolog 9.379589925 C6_chemical_C3 +LQ05X020310 Putative Protein RRP5 homolog 10.36935677 L4_control_A1 +LQ05X020310 Putative Protein RRP5 homolog 10.15732242 L4_control_A2 +LQ05X020310 Putative Protein RRP5 homolog 10.65539135 L4_control_A3 +LQ05X020310 Putative Protein RRP5 homolog 8.54981867 L4_control_B1 +LQ05X020310 Putative Protein RRP5 homolog 9.459127144 L4_control_B2 +LQ05X020310 Putative Protein RRP5 homolog 9.60368114 L4_control_B3 +LQ05X020310 Putative Protein RRP5 homolog 9.147034497 L4_control_C2 +LQ05X020310 Putative Protein RRP5 homolog 8.866015977 L4_control_C3 +LQ05X020310 Putative Protein RRP5 homolog 9.866891795 L4_chemical_A1 +LQ05X020310 Putative Protein RRP5 homolog 9.45154005 L4_chemical_A2 +LQ05X020310 Putative Protein RRP5 homolog 9.975484624 L4_chemical_A3 +LQ05X020310 Putative Protein RRP5 homolog 8.27657565 L4_chemical_B1 +LQ05X020310 Putative Protein RRP5 homolog 9.118185008 L4_chemical_B2 +LQ05X020310 Putative Protein RRP5 homolog 9.118055968 L4_chemical_B3 +LQ05X020310 Putative Protein RRP5 homolog 8.944900743 L4_chemical_C2 +LQ05X020310 Putative Protein RRP5 homolog 8.391676004 L4_chemical_C3 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.61455056 C6_control_A1 +LQ05X020320 Serine/arginine rich splicing factor, putative 12.94359085 C6_control_A3 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.15638653 C6_control_B1 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.54226477 C6_control_B2 +LQ05X020320 Serine/arginine rich splicing factor, putative 12.09933761 C6_control_B3 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.33659914 C6_control_C1 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.88639399 C6_control_C2 +LQ05X020320 Serine/arginine rich splicing factor, putative 12.93516496 C6_control_C3 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.7152366 C6_chemical_A1 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.60272623 C6_chemical_A3 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.19175834 C6_chemical_B1 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.22705836 C6_chemical_B2 +LQ05X020320 Serine/arginine rich splicing factor, putative 12.64257635 C6_chemical_B3 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.88076682 C6_chemical_C1 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.50197726 C6_chemical_C2 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.35257874 C6_chemical_C3 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.14589852 L4_control_A1 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.40546472 L4_control_A2 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.38015227 L4_control_A3 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.45163872 L4_control_B1 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.88659298 L4_control_B2 +LQ05X020320 Serine/arginine rich splicing factor, putative 12.63191703 L4_control_B3 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.47795721 L4_control_C2 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.60425187 L4_control_C3 +LQ05X020320 Serine/arginine rich splicing factor, putative 15.14950301 L4_chemical_A1 +LQ05X020320 Serine/arginine rich splicing factor, putative 15.24147797 L4_chemical_A2 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.66573976 L4_chemical_A3 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.27547473 L4_chemical_B1 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.73269639 L4_chemical_B2 +LQ05X020320 Serine/arginine rich splicing factor, putative 12.38541004 L4_chemical_B3 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.78925663 L4_chemical_C2 +LQ05X020320 Serine/arginine rich splicing factor, putative 13.37678788 L4_chemical_C3 +LQ05X020330 F-box family protein 6.275992913 C6_control_A1 +LQ05X020330 F-box family protein 5.563809822 C6_control_A3 +LQ05X020330 F-box family protein 5.641022256 C6_control_B1 +LQ05X020330 F-box family protein 5.724520463 C6_control_B2 +LQ05X020330 F-box family protein 6.024596715 C6_control_B3 +LQ05X020330 F-box family protein 6.657954446 C6_control_C1 +LQ05X020330 F-box family protein 6.533213498 C6_control_C2 +LQ05X020330 F-box family protein 7.511123418 C6_control_C3 +LQ05X020330 F-box family protein 6.785089307 C6_chemical_A1 +LQ05X020330 F-box family protein 6.970829139 C6_chemical_A3 +LQ05X020330 F-box family protein 6.062452753 C6_chemical_B1 +LQ05X020330 F-box family protein 5.805756356 C6_chemical_B2 +LQ05X020330 F-box family protein 6.504314786 C6_chemical_B3 +LQ05X020330 F-box family protein 7.516952557 C6_chemical_C1 +LQ05X020330 F-box family protein 7.341659466 C6_chemical_C2 +LQ05X020330 F-box family protein 8.158949627 C6_chemical_C3 +LQ05X020330 F-box family protein 6.92670963 L4_control_A1 +LQ05X020330 F-box family protein 6.220305767 L4_control_A2 +LQ05X020330 F-box family protein 8.112765491 L4_control_A3 +LQ05X020330 F-box family protein 6.836627567 L4_control_B1 +LQ05X020330 F-box family protein 6.856566471 L4_control_B2 +LQ05X020330 F-box family protein 6.830891551 L4_control_B3 +LQ05X020330 F-box family protein 8.455786127 L4_control_C2 +LQ05X020330 F-box family protein 8.672382099 L4_control_C3 +LQ05X020330 F-box family protein 7.759753912 L4_chemical_A1 +LQ05X020330 F-box family protein 6.931547512 L4_chemical_A2 +LQ05X020330 F-box family protein 8.11939562 L4_chemical_A3 +LQ05X020330 F-box family protein 6.849021306 L4_chemical_B1 +LQ05X020330 F-box family protein 7.691713583 L4_chemical_B2 +LQ05X020330 F-box family protein 6.935370071 L4_chemical_B3 +LQ05X020330 F-box family protein 8.783548617 L4_chemical_C2 +LQ05X020330 F-box family protein 8.068919745 L4_chemical_C3 +LQ05X020340 Predicted protein 10.77517371 C6_control_A1 +LQ05X020340 Predicted protein 10.6826703 C6_control_A3 +LQ05X020340 Predicted protein 9.76769512 C6_control_B1 +LQ05X020340 Predicted protein 10.75303511 C6_control_B2 +LQ05X020340 Predicted protein 9.181176002 C6_control_B3 +LQ05X020340 Predicted protein 11.07915839 C6_control_C1 +LQ05X020340 Predicted protein 9.870539333 C6_control_C2 +LQ05X020340 Predicted protein 9.813338101 C6_control_C3 +LQ05X020340 Predicted protein 10.77917246 C6_chemical_A1 +LQ05X020340 Predicted protein 10.25388967 C6_chemical_A3 +LQ05X020340 Predicted protein 9.050801145 C6_chemical_B1 +LQ05X020340 Predicted protein 10.35471899 C6_chemical_B2 +LQ05X020340 Predicted protein 8.439339363 C6_chemical_B3 +LQ05X020340 Predicted protein 10.77618741 C6_chemical_C1 +LQ05X020340 Predicted protein 9.933493002 C6_chemical_C2 +LQ05X020340 Predicted protein 9.006810143 C6_chemical_C3 +LQ05X020340 Predicted protein 10.49875479 L4_control_A1 +LQ05X020340 Predicted protein 9.842030208 L4_control_A2 +LQ05X020340 Predicted protein 10.39186737 L4_control_A3 +LQ05X020340 Predicted protein 9.409050813 L4_control_B1 +LQ05X020340 Predicted protein 8.247826238 L4_control_B2 +LQ05X020340 Predicted protein 9.493408285 L4_control_B3 +LQ05X020340 Predicted protein 8.61719346 L4_control_C2 +LQ05X020340 Predicted protein 6.671096995 L4_control_C3 +LQ05X020340 Predicted protein 9.825334184 L4_chemical_A1 +LQ05X020340 Predicted protein 9.400324451 L4_chemical_A2 +LQ05X020340 Predicted protein 9.939453586 L4_chemical_A3 +LQ05X020340 Predicted protein 8.224416276 L4_chemical_B1 +LQ05X020340 Predicted protein 8.604084966 L4_chemical_B2 +LQ05X020340 Predicted protein 9.238507429 L4_chemical_B3 +LQ05X020340 Predicted protein 8.107804791 L4_chemical_C2 +LQ05X020340 Predicted protein 7.349355255 L4_chemical_C3 +LQ05X020430 Hypothetical protein 5.181066961 C6_control_A1 +LQ05X020430 Hypothetical protein 5.103637286 C6_control_A3 +LQ05X020430 Hypothetical protein 4.78990601 C6_control_B1 +LQ05X020430 Hypothetical protein 4.778500906 C6_control_B2 +LQ05X020430 Hypothetical protein 4.99302131 C6_control_B3 +LQ05X020430 Hypothetical protein 5.080864834 C6_control_C1 +LQ05X020430 Hypothetical protein 4.912047933 C6_control_C2 +LQ05X020430 Hypothetical protein 5.217628506 C6_control_C3 +LQ05X020430 Hypothetical protein 4.993288056 C6_chemical_A1 +LQ05X020430 Hypothetical protein 4.747285404 C6_chemical_A3 +LQ05X020430 Hypothetical protein 4.75246708 C6_chemical_B1 +LQ05X020430 Hypothetical protein 5.036175465 C6_chemical_B2 +LQ05X020430 Hypothetical protein 5.667267702 C6_chemical_B3 +LQ05X020430 Hypothetical protein 5.197684611 C6_chemical_C1 +LQ05X020430 Hypothetical protein 4.974413013 C6_chemical_C2 +LQ05X020430 Hypothetical protein 5.169958266 C6_chemical_C3 +LQ05X020430 Hypothetical protein 5.154352183 L4_control_A1 +LQ05X020430 Hypothetical protein 4.835502245 L4_control_A2 +LQ05X020430 Hypothetical protein 5.216986435 L4_control_A3 +LQ05X020430 Hypothetical protein 5.464543491 L4_control_B1 +LQ05X020430 Hypothetical protein 4.784668989 L4_control_B2 +LQ05X020430 Hypothetical protein 5.130311932 L4_control_B3 +LQ05X020430 Hypothetical protein 4.712651326 L4_control_C2 +LQ05X020430 Hypothetical protein 4.982257587 L4_control_C3 +LQ05X020430 Hypothetical protein 5.187353285 L4_chemical_A1 +LQ05X020430 Hypothetical protein 4.895074098 L4_chemical_A2 +LQ05X020430 Hypothetical protein 5.231216477 L4_chemical_A3 +LQ05X020430 Hypothetical protein 4.907208826 L4_chemical_B1 +LQ05X020430 Hypothetical protein 4.880743839 L4_chemical_B2 +LQ05X020430 Hypothetical protein 4.983983381 L4_chemical_B3 +LQ05X020430 Hypothetical protein 5.052835694 L4_chemical_C2 +LQ05X020430 Hypothetical protein 4.96550736 L4_chemical_C3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.627471917 C6_control_A1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.204546478 C6_control_A3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 8.041845268 C6_control_B1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.201178785 C6_control_B2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 8.031706067 C6_control_B3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 6.689123634 C6_control_C1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 6.312279262 C6_control_C2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 6.904067558 C6_control_C3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.514159704 C6_chemical_A1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.635755987 C6_chemical_A3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 8.223615877 C6_chemical_B1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.271960961 C6_chemical_B2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.478707526 C6_chemical_B3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 6.548558207 C6_chemical_C1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 6.83052478 C6_chemical_C2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.012325223 C6_chemical_C3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.34719756 L4_control_A1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 8.092259596 L4_control_A2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 8.41957417 L4_control_A3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.205529312 L4_control_B1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.251059733 L4_control_B2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.801435671 L4_control_B3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.589263818 L4_control_C2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.534788429 L4_control_C3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.115129956 L4_chemical_A1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.899108183 L4_chemical_A2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.64278772 L4_chemical_A3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.422307236 L4_chemical_B1 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 8.131814895 L4_chemical_B2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.523374644 L4_chemical_B3 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.060179017 L4_chemical_C2 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.218792158 L4_chemical_C3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.16721559 C6_control_A1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.06791809 C6_control_A3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.06137901 C6_control_B1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.48556699 C6_control_B2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.80488756 C6_control_B3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.49142324 C6_control_C1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.23991054 C6_control_C2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.46123519 C6_control_C3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.40446354 C6_chemical_A1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.84451559 C6_chemical_A3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.08790441 C6_chemical_B1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.83228395 C6_chemical_B2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.0729455 C6_chemical_B3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.62103061 C6_chemical_C1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.55472262 C6_chemical_C2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.89862197 C6_chemical_C3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.28785417 L4_control_A1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.16486965 L4_control_A2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.26773958 L4_control_A3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.77591157 L4_control_B1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.42063437 L4_control_B2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.62975838 L4_control_B3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.18529993 L4_control_C2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.97148679 L4_control_C3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.27184249 L4_chemical_A1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.11774355 L4_chemical_A2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.1367131 L4_chemical_A3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.96644807 L4_chemical_B1 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.22210017 L4_chemical_B2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.62542963 L4_chemical_B3 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.87040288 L4_chemical_C2 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 13.98046619 L4_chemical_C3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.479772608 C6_control_A1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.273967649 C6_control_A3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.565998413 C6_control_B1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.198246869 C6_control_B2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.479721151 C6_control_B3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.611122666 C6_control_C1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.5171638 C6_control_C2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.038938673 C6_control_C3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.9497627 C6_chemical_A1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.768735851 C6_chemical_A3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.806969596 C6_chemical_B1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.122599249 C6_chemical_B2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.741878328 C6_chemical_B3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.800744625 C6_chemical_C1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.773005437 C6_chemical_C2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.828463184 C6_chemical_C3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.061080606 L4_control_A1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.618247924 L4_control_A2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.91221592 L4_control_A3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.340660002 L4_control_B1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.238255795 L4_control_B2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.202171403 L4_control_B3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.603370042 L4_control_C2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.690898293 L4_control_C3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.981540577 L4_chemical_A1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.851162894 L4_chemical_A2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 7.377090866 L4_chemical_A3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.115694297 L4_chemical_B1 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.377756645 L4_chemical_B2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.152709628 L4_chemical_B3 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.458950848 L4_chemical_C2 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 6.019291734 L4_chemical_C3 +LQ05X020580 Predicted protein (Fragment) 7.088874067 C6_control_A1 +LQ05X020580 Predicted protein (Fragment) 5.812105778 C6_control_A3 +LQ05X020580 Predicted protein (Fragment) 5.967886294 C6_control_B1 +LQ05X020580 Predicted protein (Fragment) 7.270093001 C6_control_B2 +LQ05X020580 Predicted protein (Fragment) 6.860843472 C6_control_B3 +LQ05X020580 Predicted protein (Fragment) 6.942345907 C6_control_C1 +LQ05X020580 Predicted protein (Fragment) 6.122316118 C6_control_C2 +LQ05X020580 Predicted protein (Fragment) 7.550112165 C6_control_C3 +LQ05X020580 Predicted protein (Fragment) 6.883499873 C6_chemical_A1 +LQ05X020580 Predicted protein (Fragment) 7.103321372 C6_chemical_A3 +LQ05X020580 Predicted protein (Fragment) 5.80220449 C6_chemical_B1 +LQ05X020580 Predicted protein (Fragment) 6.44064396 C6_chemical_B2 +LQ05X020580 Predicted protein (Fragment) 6.171289458 C6_chemical_B3 +LQ05X020580 Predicted protein (Fragment) 7.536893985 C6_chemical_C1 +LQ05X020580 Predicted protein (Fragment) 6.902330072 C6_chemical_C2 +LQ05X020580 Predicted protein (Fragment) 7.245593602 C6_chemical_C3 +LQ05X020580 Predicted protein (Fragment) 7.074669404 L4_control_A1 +LQ05X020580 Predicted protein (Fragment) 8.19194217 L4_control_A2 +LQ05X020580 Predicted protein (Fragment) 7.424640177 L4_control_A3 +LQ05X020580 Predicted protein (Fragment) 6.422396244 L4_control_B1 +LQ05X020580 Predicted protein (Fragment) 6.793973606 L4_control_B2 +LQ05X020580 Predicted protein (Fragment) 6.909962495 L4_control_B3 +LQ05X020580 Predicted protein (Fragment) 7.018971921 L4_control_C2 +LQ05X020580 Predicted protein (Fragment) 8.13343677 L4_control_C3 +LQ05X020580 Predicted protein (Fragment) 7.761279169 L4_chemical_A1 +LQ05X020580 Predicted protein (Fragment) 8.372338166 L4_chemical_A2 +LQ05X020580 Predicted protein (Fragment) 7.406274914 L4_chemical_A3 +LQ05X020580 Predicted protein (Fragment) 7.237358782 L4_chemical_B1 +LQ05X020580 Predicted protein (Fragment) 6.986852634 L4_chemical_B2 +LQ05X020580 Predicted protein (Fragment) 6.687231387 L4_chemical_B3 +LQ05X020580 Predicted protein (Fragment) 7.329077225 L4_chemical_C2 +LQ05X020580 Predicted protein (Fragment) 8.000661011 L4_chemical_C3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.9165619 C6_control_A1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.001928 C6_control_A3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.22404854 C6_control_B1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.74581791 C6_control_B2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.96351178 C6_control_B3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.38833632 C6_control_C1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.86324074 C6_control_C2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.14915474 C6_control_C3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.96425135 C6_chemical_A1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.28122817 C6_chemical_A3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.11098931 C6_chemical_B1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.4983231 C6_chemical_B2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.90629118 C6_chemical_B3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.2438918 C6_chemical_C1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.85584382 C6_chemical_C2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.06790579 C6_chemical_C3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.04061636 L4_control_A1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.93135682 L4_control_A2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.50720941 L4_control_A3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.30551117 L4_control_B1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.20724399 L4_control_B2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.95793308 L4_control_B3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.73285514 L4_control_C2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.1326662 L4_control_C3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.04134664 L4_chemical_A1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.05076241 L4_chemical_A2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.4305156 L4_chemical_A3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.47456451 L4_chemical_B1 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.16566044 L4_chemical_B2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.0506674 L4_chemical_B3 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.59915927 L4_chemical_C2 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 14.1347042 L4_chemical_C3 +LQ05X020630 60S ribosomal protein L21-1 15.45249547 C6_control_A1 +LQ05X020630 60S ribosomal protein L21-1 15.55947391 C6_control_A3 +LQ05X020630 60S ribosomal protein L21-1 15.36529709 C6_control_B1 +LQ05X020630 60S ribosomal protein L21-1 14.8881309 C6_control_B2 +LQ05X020630 60S ribosomal protein L21-1 14.9294738 C6_control_B3 +LQ05X020630 60S ribosomal protein L21-1 14.47705264 C6_control_C1 +LQ05X020630 60S ribosomal protein L21-1 14.35100451 C6_control_C2 +LQ05X020630 60S ribosomal protein L21-1 14.13797136 C6_control_C3 +LQ05X020630 60S ribosomal protein L21-1 15.40848868 C6_chemical_A1 +LQ05X020630 60S ribosomal protein L21-1 15.33759873 C6_chemical_A3 +LQ05X020630 60S ribosomal protein L21-1 15.06624839 C6_chemical_B1 +LQ05X020630 60S ribosomal protein L21-1 14.24681899 C6_chemical_B2 +LQ05X020630 60S ribosomal protein L21-1 14.83180736 C6_chemical_B3 +LQ05X020630 60S ribosomal protein L21-1 14.44733952 C6_chemical_C1 +LQ05X020630 60S ribosomal protein L21-1 14.25689719 C6_chemical_C2 +LQ05X020630 60S ribosomal protein L21-1 13.97629683 C6_chemical_C3 +LQ05X020630 60S ribosomal protein L21-1 15.16034606 L4_control_A1 +LQ05X020630 60S ribosomal protein L21-1 14.73633221 L4_control_A2 +LQ05X020630 60S ribosomal protein L21-1 15.30991742 L4_control_A3 +LQ05X020630 60S ribosomal protein L21-1 14.73201859 L4_control_B1 +LQ05X020630 60S ribosomal protein L21-1 14.60024906 L4_control_B2 +LQ05X020630 60S ribosomal protein L21-1 14.4753862 L4_control_B3 +LQ05X020630 60S ribosomal protein L21-1 14.93075944 L4_control_C2 +LQ05X020630 60S ribosomal protein L21-1 14.74091871 L4_control_C3 +LQ05X020630 60S ribosomal protein L21-1 15.05861739 L4_chemical_A1 +LQ05X020630 60S ribosomal protein L21-1 14.5598792 L4_chemical_A2 +LQ05X020630 60S ribosomal protein L21-1 14.95015657 L4_chemical_A3 +LQ05X020630 60S ribosomal protein L21-1 15.18879764 L4_chemical_B1 +LQ05X020630 60S ribosomal protein L21-1 14.82894878 L4_chemical_B2 +LQ05X020630 60S ribosomal protein L21-1 15.13015222 L4_chemical_B3 +LQ05X020630 60S ribosomal protein L21-1 15.01348396 L4_chemical_C2 +LQ05X020630 60S ribosomal protein L21-1 14.49930881 L4_chemical_C3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.480564842 C6_control_A1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.94942616 C6_control_A3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.823849174 C6_control_B1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.82856914 C6_control_B2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.712477646 C6_control_B3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 6.312083721 C6_control_C1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.552924851 C6_control_C2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 6.069218648 C6_control_C3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.658157044 C6_chemical_A1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.57381422 C6_chemical_A3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.545453143 C6_chemical_B1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.842591959 C6_chemical_B2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 6.015059236 C6_chemical_B3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.253577211 C6_chemical_C1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.985685794 C6_chemical_C2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.706909858 C6_chemical_C3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.662421453 L4_control_A1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.723660631 L4_control_A2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.892781895 L4_control_A3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.487923839 L4_control_B1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.737035418 L4_control_B2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.638515168 L4_control_B3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.960144569 L4_control_C2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.617337518 L4_control_C3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.551775827 L4_chemical_A1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 6.041407092 L4_chemical_A2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.629742968 L4_chemical_A3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.87623214 L4_chemical_B1 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.881813347 L4_chemical_B2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.688041747 L4_chemical_B3 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 6.232920669 L4_chemical_C2 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.563460145 L4_chemical_C3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.04179506 C6_control_A1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.23329614 C6_control_A3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.46558469 C6_control_B1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.09093865 C6_control_B2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.41563674 C6_control_B3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.93891118 C6_control_C1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.0852282 C6_control_C2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.14445406 C6_control_C3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.92478148 C6_chemical_A1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.32805744 C6_chemical_A3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.97727169 C6_chemical_B1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.04262744 C6_chemical_B2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.16119818 C6_chemical_B3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.87958446 C6_chemical_C1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.86061538 C6_chemical_C2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.83844067 C6_chemical_C3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.17620812 L4_control_A1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.96994141 L4_control_A2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.28400539 L4_control_A3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.89618256 L4_control_B1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.56623707 L4_control_B2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.04552587 L4_control_B3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.66358919 L4_control_C2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.34602156 L4_control_C3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.9686242 L4_chemical_A1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.32238104 L4_chemical_A2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.30659873 L4_chemical_A3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.45929898 L4_chemical_B1 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.98534178 L4_chemical_B2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 13.32778463 L4_chemical_B3 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.54601581 L4_chemical_C2 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 11.50838039 L4_chemical_C3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.39653174 C6_control_A1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 13.54211706 C6_control_A3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.65394629 C6_control_B1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.51247457 C6_control_B2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.28504238 C6_control_B3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.67209721 C6_control_C1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.61909303 C6_control_C2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.64401489 C6_control_C3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.53596713 C6_chemical_A1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 13.80310227 C6_chemical_A3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.09675946 C6_chemical_B1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.20548065 C6_chemical_B2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.07338443 C6_chemical_B3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.17742681 C6_chemical_C1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.62987728 C6_chemical_C2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.38151605 C6_chemical_C3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 13.84962784 L4_control_A1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.08216712 L4_control_A2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.05492436 L4_control_A3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.19582305 L4_control_B1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.89891504 L4_control_B2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.44444941 L4_control_B3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.35855656 L4_control_C2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.07676666 L4_control_C3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 12.71889849 L4_chemical_A1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 13.92125986 L4_chemical_A2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 13.20410178 L4_chemical_A3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.56704634 L4_chemical_B1 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.88427975 L4_chemical_B2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.68680402 L4_chemical_B3 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.4383081 L4_chemical_C2 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 15.17498105 L4_chemical_C3 +LQ05X020800 Transcription factor, putative 8.595720285 C6_control_A1 +LQ05X020800 Transcription factor, putative 7.907235301 C6_control_A3 +LQ05X020800 Transcription factor, putative 8.238441189 C6_control_B1 +LQ05X020800 Transcription factor, putative 8.628375543 C6_control_B2 +LQ05X020800 Transcription factor, putative 8.351255457 C6_control_B3 +LQ05X020800 Transcription factor, putative 8.700479049 C6_control_C1 +LQ05X020800 Transcription factor, putative 8.604702462 C6_control_C2 +LQ05X020800 Transcription factor, putative 8.197464717 C6_control_C3 +LQ05X020800 Transcription factor, putative 8.864863273 C6_chemical_A1 +LQ05X020800 Transcription factor, putative 7.598935981 C6_chemical_A3 +LQ05X020800 Transcription factor, putative 8.468394194 C6_chemical_B1 +LQ05X020800 Transcription factor, putative 8.800144953 C6_chemical_B2 +LQ05X020800 Transcription factor, putative 8.638534702 C6_chemical_B3 +LQ05X020800 Transcription factor, putative 8.72254175 C6_chemical_C1 +LQ05X020800 Transcription factor, putative 9.680964621 C6_chemical_C2 +LQ05X020800 Transcription factor, putative 8.276002157 C6_chemical_C3 +LQ05X020800 Transcription factor, putative 7.827243956 L4_control_A1 +LQ05X020800 Transcription factor, putative 8.426491228 L4_control_A2 +LQ05X020800 Transcription factor, putative 8.188064186 L4_control_A3 +LQ05X020800 Transcription factor, putative 7.713369188 L4_control_B1 +LQ05X020800 Transcription factor, putative 8.503580488 L4_control_B2 +LQ05X020800 Transcription factor, putative 8.268119856 L4_control_B3 +LQ05X020800 Transcription factor, putative 8.529411621 L4_control_C2 +LQ05X020800 Transcription factor, putative 7.498924253 L4_control_C3 +LQ05X020800 Transcription factor, putative 7.748016808 L4_chemical_A1 +LQ05X020800 Transcription factor, putative 8.122548234 L4_chemical_A2 +LQ05X020800 Transcription factor, putative 8.220589866 L4_chemical_A3 +LQ05X020800 Transcription factor, putative 7.974543372 L4_chemical_B1 +LQ05X020800 Transcription factor, putative 8.639980854 L4_chemical_B2 +LQ05X020800 Transcription factor, putative 7.9826829 L4_chemical_B3 +LQ05X020800 Transcription factor, putative 8.837601501 L4_chemical_C2 +LQ05X020800 Transcription factor, putative 7.4020807 L4_chemical_C3 +LQ05X020810 WRKY transcription factor, putative 9.046427647 C6_control_A1 +LQ05X020810 WRKY transcription factor, putative 8.855178188 C6_control_A3 +LQ05X020810 WRKY transcription factor, putative 9.144845767 C6_control_B1 +LQ05X020810 WRKY transcription factor, putative 8.943635595 C6_control_B2 +LQ05X020810 WRKY transcription factor, putative 9.084075175 C6_control_B3 +LQ05X020810 WRKY transcription factor, putative 9.142595605 C6_control_C1 +LQ05X020810 WRKY transcription factor, putative 8.598794974 C6_control_C2 +LQ05X020810 WRKY transcription factor, putative 8.367372028 C6_control_C3 +LQ05X020810 WRKY transcription factor, putative 8.829003074 C6_chemical_A1 +LQ05X020810 WRKY transcription factor, putative 9.36584766 C6_chemical_A3 +LQ05X020810 WRKY transcription factor, putative 8.975312383 C6_chemical_B1 +LQ05X020810 WRKY transcription factor, putative 8.534000409 C6_chemical_B2 +LQ05X020810 WRKY transcription factor, putative 8.691769254 C6_chemical_B3 +LQ05X020810 WRKY transcription factor, putative 8.829178463 C6_chemical_C1 +LQ05X020810 WRKY transcription factor, putative 8.338298494 C6_chemical_C2 +LQ05X020810 WRKY transcription factor, putative 8.008265877 C6_chemical_C3 +LQ05X020810 WRKY transcription factor, putative 9.322032378 L4_control_A1 +LQ05X020810 WRKY transcription factor, putative 8.975214321 L4_control_A2 +LQ05X020810 WRKY transcription factor, putative 9.009795888 L4_control_A3 +LQ05X020810 WRKY transcription factor, putative 8.988197322 L4_control_B1 +LQ05X020810 WRKY transcription factor, putative 9.458324104 L4_control_B2 +LQ05X020810 WRKY transcription factor, putative 9.025800507 L4_control_B3 +LQ05X020810 WRKY transcription factor, putative 8.573389289 L4_control_C2 +LQ05X020810 WRKY transcription factor, putative 6.951341743 L4_control_C3 +LQ05X020810 WRKY transcription factor, putative 8.970303973 L4_chemical_A1 +LQ05X020810 WRKY transcription factor, putative 7.923018065 L4_chemical_A2 +LQ05X020810 WRKY transcription factor, putative 8.830997332 L4_chemical_A3 +LQ05X020810 WRKY transcription factor, putative 8.939078979 L4_chemical_B1 +LQ05X020810 WRKY transcription factor, putative 8.567565797 L4_chemical_B2 +LQ05X020810 WRKY transcription factor, putative 9.131979825 L4_chemical_B3 +LQ05X020810 WRKY transcription factor, putative 7.984839136 L4_chemical_C2 +LQ05X020810 WRKY transcription factor, putative 8.259391641 L4_chemical_C3 +LQ05X020820 Putative uncharacterized protein 5.355958788 C6_control_A1 +LQ05X020820 Putative uncharacterized protein 4.921863498 C6_control_A3 +LQ05X020820 Putative uncharacterized protein 5.533992635 C6_control_B1 +LQ05X020820 Putative uncharacterized protein 5.275727665 C6_control_B2 +LQ05X020820 Putative uncharacterized protein 5.071101053 C6_control_B3 +LQ05X020820 Putative uncharacterized protein 5.584024814 C6_control_C1 +LQ05X020820 Putative uncharacterized protein 5.299737826 C6_control_C2 +LQ05X020820 Putative uncharacterized protein 5.310568223 C6_control_C3 +LQ05X020820 Putative uncharacterized protein 5.110244035 C6_chemical_A1 +LQ05X020820 Putative uncharacterized protein 5.344794495 C6_chemical_A3 +LQ05X020820 Putative uncharacterized protein 5.361745126 C6_chemical_B1 +LQ05X020820 Putative uncharacterized protein 5.383774762 C6_chemical_B2 +LQ05X020820 Putative uncharacterized protein 5.060178672 C6_chemical_B3 +LQ05X020820 Putative uncharacterized protein 5.328865826 C6_chemical_C1 +LQ05X020820 Putative uncharacterized protein 5.612100709 C6_chemical_C2 +LQ05X020820 Putative uncharacterized protein 5.410042783 C6_chemical_C3 +LQ05X020820 Putative uncharacterized protein 5.378091108 L4_control_A1 +LQ05X020820 Putative uncharacterized protein 5.281013911 L4_control_A2 +LQ05X020820 Putative uncharacterized protein 5.557610819 L4_control_A3 +LQ05X020820 Putative uncharacterized protein 5.289211181 L4_control_B1 +LQ05X020820 Putative uncharacterized protein 5.368913752 L4_control_B2 +LQ05X020820 Putative uncharacterized protein 5.22689827 L4_control_B3 +LQ05X020820 Putative uncharacterized protein 5.191433116 L4_control_C2 +LQ05X020820 Putative uncharacterized protein 5.188241187 L4_control_C3 +LQ05X020820 Putative uncharacterized protein 5.225313875 L4_chemical_A1 +LQ05X020820 Putative uncharacterized protein 5.579222903 L4_chemical_A2 +LQ05X020820 Putative uncharacterized protein 5.575543666 L4_chemical_A3 +LQ05X020820 Putative uncharacterized protein 5.241597784 L4_chemical_B1 +LQ05X020820 Putative uncharacterized protein 5.622867933 L4_chemical_B2 +LQ05X020820 Putative uncharacterized protein 5.42976195 L4_chemical_B3 +LQ05X020820 Putative uncharacterized protein 5.373945239 L4_chemical_C2 +LQ05X020820 Putative uncharacterized protein 4.875387827 L4_chemical_C3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.33440725 C6_control_A1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.176734818 C6_control_A3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.00210932 C6_control_B1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.991620719 C6_control_B2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.39603081 C6_control_B3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.074418803 C6_control_C1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.783616391 C6_control_C2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.00967638 C6_control_C3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.422954019 C6_chemical_A1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.164742874 C6_chemical_A3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.785539549 C6_chemical_B1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.050710396 C6_chemical_B2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.677701438 C6_chemical_B3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.683078875 C6_chemical_C1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.252538253 C6_chemical_C2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.802368261 C6_chemical_C3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.1083683 L4_control_A1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.649631353 L4_control_A2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.67903115 L4_control_A3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.874400553 L4_control_B1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.859404699 L4_control_B2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.37329717 L4_control_B3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.615259888 L4_control_C2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.19739355 L4_control_C3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.906714136 L4_chemical_A1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.923544942 L4_chemical_A2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.02414005 L4_chemical_A3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.127779134 L4_chemical_B1 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.396691066 L4_chemical_B2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.30357602 L4_chemical_B3 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.631150557 L4_chemical_C2 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 8.117653432 L4_chemical_C3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.019956078 C6_control_A1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.037880547 C6_control_A3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.016937315 C6_control_B1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.103135558 C6_control_B2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.95206704 C6_control_B3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.025398616 C6_control_C1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.334046047 C6_control_C2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.190868892 C6_control_C3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.892306958 C6_chemical_A1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.186674944 C6_chemical_A3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.408551567 C6_chemical_B1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.058078261 C6_chemical_B2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.248834391 C6_chemical_B3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.179753503 C6_chemical_C1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.082058406 C6_chemical_C2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.865794639 C6_chemical_C3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.978849433 L4_control_A1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.864804723 L4_control_A2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.257510434 L4_control_A3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.777642759 L4_control_B1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.075983083 L4_control_B2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.683737953 L4_control_B3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.295137311 L4_control_C2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.306016239 L4_control_C3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.065292495 L4_chemical_A1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.827828127 L4_chemical_A2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.266768285 L4_chemical_A3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.885748266 L4_chemical_B1 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.900246639 L4_chemical_B2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.835938578 L4_chemical_B3 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 5.40011721 L4_chemical_C2 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.992921062 L4_chemical_C3 +LQ05X020940 Miraculin 5.068562695 C6_control_A1 +LQ05X020940 Miraculin 5.240375796 C6_control_A3 +LQ05X020940 Miraculin 5.595825417 C6_control_B1 +LQ05X020940 Miraculin 5.164869075 C6_control_B2 +LQ05X020940 Miraculin 5.261378254 C6_control_B3 +LQ05X020940 Miraculin 5.383811249 C6_control_C1 +LQ05X020940 Miraculin 5.092339338 C6_control_C2 +LQ05X020940 Miraculin 5.246093479 C6_control_C3 +LQ05X020940 Miraculin 5.415393427 C6_chemical_A1 +LQ05X020940 Miraculin 5.131490488 C6_chemical_A3 +LQ05X020940 Miraculin 5.310627541 C6_chemical_B1 +LQ05X020940 Miraculin 5.405679987 C6_chemical_B2 +LQ05X020940 Miraculin 5.860344768 C6_chemical_B3 +LQ05X020940 Miraculin 5.542222804 C6_chemical_C1 +LQ05X020940 Miraculin 5.366046563 C6_chemical_C2 +LQ05X020940 Miraculin 5.0990733 C6_chemical_C3 +LQ05X020940 Miraculin 4.911681661 L4_control_A1 +LQ05X020940 Miraculin 5.605241924 L4_control_A2 +LQ05X020940 Miraculin 5.474130432 L4_control_A3 +LQ05X020940 Miraculin 5.477878831 L4_control_B1 +LQ05X020940 Miraculin 5.119172872 L4_control_B2 +LQ05X020940 Miraculin 5.593618984 L4_control_B3 +LQ05X020940 Miraculin 5.205431975 L4_control_C2 +LQ05X020940 Miraculin 4.963740667 L4_control_C3 +LQ05X020940 Miraculin 5.729799161 L4_chemical_A1 +LQ05X020940 Miraculin 5.59703933 L4_chemical_A2 +LQ05X020940 Miraculin 5.348329218 L4_chemical_A3 +LQ05X020940 Miraculin 5.775279129 L4_chemical_B1 +LQ05X020940 Miraculin 5.024047318 L4_chemical_B2 +LQ05X020940 Miraculin 5.345070271 L4_chemical_B3 +LQ05X020940 Miraculin 5.112711156 L4_chemical_C2 +LQ05X020940 Miraculin 5.778046421 L4_chemical_C3 +LQ05X020950 Miraculin 5.226699907 C6_control_A1 +LQ05X020950 Miraculin 5.146982 C6_control_A3 +LQ05X020950 Miraculin 4.831310474 C6_control_B1 +LQ05X020950 Miraculin 5.045687677 C6_control_B2 +LQ05X020950 Miraculin 5.095505605 C6_control_B3 +LQ05X020950 Miraculin 5.10589978 C6_control_C1 +LQ05X020950 Miraculin 5.252426279 C6_control_C2 +LQ05X020950 Miraculin 5.242592037 C6_control_C3 +LQ05X020950 Miraculin 5.230209518 C6_chemical_A1 +LQ05X020950 Miraculin 5.235749341 C6_chemical_A3 +LQ05X020950 Miraculin 5.605544374 C6_chemical_B1 +LQ05X020950 Miraculin 5.246669534 C6_chemical_B2 +LQ05X020950 Miraculin 4.815457862 C6_chemical_B3 +LQ05X020950 Miraculin 5.216564152 C6_chemical_C1 +LQ05X020950 Miraculin 5.137336875 C6_chemical_C2 +LQ05X020950 Miraculin 4.947979796 C6_chemical_C3 +LQ05X020950 Miraculin 4.987659861 L4_control_A1 +LQ05X020950 Miraculin 5.322840681 L4_control_A2 +LQ05X020950 Miraculin 5.426467043 L4_control_A3 +LQ05X020950 Miraculin 5.550658105 L4_control_B1 +LQ05X020950 Miraculin 5.203263691 L4_control_B2 +LQ05X020950 Miraculin 5.021330716 L4_control_B3 +LQ05X020950 Miraculin 5.680403077 L4_control_C2 +LQ05X020950 Miraculin 5.192662763 L4_control_C3 +LQ05X020950 Miraculin 4.773401629 L4_chemical_A1 +LQ05X020950 Miraculin 5.098945419 L4_chemical_A2 +LQ05X020950 Miraculin 5.287790857 L4_chemical_A3 +LQ05X020950 Miraculin 5.073596575 L4_chemical_B1 +LQ05X020950 Miraculin 4.97664233 L4_chemical_B2 +LQ05X020950 Miraculin 4.973703971 L4_chemical_B3 +LQ05X020950 Miraculin 5.292966462 L4_chemical_C2 +LQ05X020950 Miraculin 5.520734571 L4_chemical_C3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.598423172 C6_control_A1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.087259805 C6_control_A3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.939084897 C6_control_B1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.524716345 C6_control_B2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.536569416 C6_control_B3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.538833364 C6_control_C1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.63475742 C6_control_C2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.699866564 C6_control_C3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.835076857 C6_chemical_A1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.163420986 C6_chemical_A3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.879255749 C6_chemical_B1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.400803404 C6_chemical_B2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.408205444 C6_chemical_B3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.424368431 C6_chemical_C1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.730999334 C6_chemical_C2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.511008829 C6_chemical_C3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.612103822 L4_control_A1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.356149051 L4_control_A2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.423986309 L4_control_A3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 6.569068813 L4_control_B1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.551891162 L4_control_B2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.298035578 L4_control_B3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 6.430956647 L4_control_C2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.525715289 L4_control_C3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.252334256 L4_chemical_A1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.1766506 L4_chemical_A2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.48428538 L4_chemical_A3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.480777957 L4_chemical_B1 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.947335502 L4_chemical_B2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.249018342 L4_chemical_B3 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 6.151743352 L4_chemical_C2 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.637418747 L4_chemical_C3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.24654414 C6_control_A1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.23494678 C6_control_A3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.76182348 C6_control_B1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.50256073 C6_control_B2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.83686332 C6_control_B3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.00931212 C6_control_C1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.65736902 C6_control_C2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.96312856 C6_control_C3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.965146 C6_chemical_A1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.58394737 C6_chemical_A3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.71398221 C6_chemical_B1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.48948274 C6_chemical_B2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.88323078 C6_chemical_B3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.38724324 C6_chemical_C1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.45262245 C6_chemical_C2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.61106453 C6_chemical_C3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.99886061 L4_control_A1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.45927565 L4_control_A2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.74337866 L4_control_A3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.36773346 L4_control_B1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.08533174 L4_control_B2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.96871328 L4_control_B3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 13.22384696 L4_control_C2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 13.29613215 L4_control_C3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.42937964 L4_chemical_A1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.83021262 L4_chemical_A2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.31086472 L4_chemical_A3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.88529596 L4_chemical_B1 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.92915699 L4_chemical_B2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.25885106 L4_chemical_B3 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 13.26578297 L4_chemical_C2 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 12.99373134 L4_chemical_C3 +LQ05X020980 DNA-binding protein RHL1 5.068672176 C6_control_A1 +LQ05X020980 DNA-binding protein RHL1 5.194873167 C6_control_A3 +LQ05X020980 DNA-binding protein RHL1 5.12596348 C6_control_B1 +LQ05X020980 DNA-binding protein RHL1 5.100087776 C6_control_B2 +LQ05X020980 DNA-binding protein RHL1 5.516197257 C6_control_B3 +LQ05X020980 DNA-binding protein RHL1 4.910755716 C6_control_C1 +LQ05X020980 DNA-binding protein RHL1 4.995237907 C6_control_C2 +LQ05X020980 DNA-binding protein RHL1 5.032285101 C6_control_C3 +LQ05X020980 DNA-binding protein RHL1 4.97743993 C6_chemical_A1 +LQ05X020980 DNA-binding protein RHL1 4.923273557 C6_chemical_A3 +LQ05X020980 DNA-binding protein RHL1 5.652393554 C6_chemical_B1 +LQ05X020980 DNA-binding protein RHL1 5.115832725 C6_chemical_B2 +LQ05X020980 DNA-binding protein RHL1 5.385526977 C6_chemical_B3 +LQ05X020980 DNA-binding protein RHL1 5.10785176 C6_chemical_C1 +LQ05X020980 DNA-binding protein RHL1 5.218512165 C6_chemical_C2 +LQ05X020980 DNA-binding protein RHL1 4.969102791 C6_chemical_C3 +LQ05X020980 DNA-binding protein RHL1 5.16417317 L4_control_A1 +LQ05X020980 DNA-binding protein RHL1 5.034230429 L4_control_A2 +LQ05X020980 DNA-binding protein RHL1 5.228247709 L4_control_A3 +LQ05X020980 DNA-binding protein RHL1 5.00698563 L4_control_B1 +LQ05X020980 DNA-binding protein RHL1 5.743155378 L4_control_B2 +LQ05X020980 DNA-binding protein RHL1 5.011065659 L4_control_B3 +LQ05X020980 DNA-binding protein RHL1 4.751128387 L4_control_C2 +LQ05X020980 DNA-binding protein RHL1 5.332205706 L4_control_C3 +LQ05X020980 DNA-binding protein RHL1 5.032453949 L4_chemical_A1 +LQ05X020980 DNA-binding protein RHL1 4.920254846 L4_chemical_A2 +LQ05X020980 DNA-binding protein RHL1 5.348396237 L4_chemical_A3 +LQ05X020980 DNA-binding protein RHL1 5.018286262 L4_chemical_B1 +LQ05X020980 DNA-binding protein RHL1 5.035078909 L4_chemical_B2 +LQ05X020980 DNA-binding protein RHL1 4.913706835 L4_chemical_B3 +LQ05X020980 DNA-binding protein RHL1 5.200725303 L4_chemical_C2 +LQ05X020980 DNA-binding protein RHL1 5.530891423 L4_chemical_C3 +LQ05X021030 Putative Phospholipase C 3 10.89612059 C6_control_A1 +LQ05X021030 Putative Phospholipase C 3 11.9174167 C6_control_A3 +LQ05X021030 Putative Phospholipase C 3 10.74928257 C6_control_B1 +LQ05X021030 Putative Phospholipase C 3 9.850494235 C6_control_B2 +LQ05X021030 Putative Phospholipase C 3 11.49327067 C6_control_B3 +LQ05X021030 Putative Phospholipase C 3 9.714692634 C6_control_C1 +LQ05X021030 Putative Phospholipase C 3 10.01023013 C6_control_C2 +LQ05X021030 Putative Phospholipase C 3 10.20379996 C6_control_C3 +LQ05X021030 Putative Phospholipase C 3 10.35071342 C6_chemical_A1 +LQ05X021030 Putative Phospholipase C 3 11.36170613 C6_chemical_A3 +LQ05X021030 Putative Phospholipase C 3 10.39570583 C6_chemical_B1 +LQ05X021030 Putative Phospholipase C 3 9.718416622 C6_chemical_B2 +LQ05X021030 Putative Phospholipase C 3 11.81205943 C6_chemical_B3 +LQ05X021030 Putative Phospholipase C 3 9.600573124 C6_chemical_C1 +LQ05X021030 Putative Phospholipase C 3 9.733418028 C6_chemical_C2 +LQ05X021030 Putative Phospholipase C 3 10.26790785 C6_chemical_C3 +LQ05X021030 Putative Phospholipase C 3 12.14905816 L4_control_A1 +LQ05X021030 Putative Phospholipase C 3 12.27229805 L4_control_A2 +LQ05X021030 Putative Phospholipase C 3 13.37767707 L4_control_A3 +LQ05X021030 Putative Phospholipase C 3 11.48743773 L4_control_B1 +LQ05X021030 Putative Phospholipase C 3 12.37265021 L4_control_B2 +LQ05X021030 Putative Phospholipase C 3 11.99035489 L4_control_B3 +LQ05X021030 Putative Phospholipase C 3 10.77661001 L4_control_C2 +LQ05X021030 Putative Phospholipase C 3 11.41884465 L4_control_C3 +LQ05X021030 Putative Phospholipase C 3 12.30675594 L4_chemical_A1 +LQ05X021030 Putative Phospholipase C 3 12.12920675 L4_chemical_A2 +LQ05X021030 Putative Phospholipase C 3 13.13308973 L4_chemical_A3 +LQ05X021030 Putative Phospholipase C 3 12.05063775 L4_chemical_B1 +LQ05X021030 Putative Phospholipase C 3 11.74677146 L4_chemical_B2 +LQ05X021030 Putative Phospholipase C 3 12.50892026 L4_chemical_B3 +LQ05X021030 Putative Phospholipase C 3 10.6609628 L4_chemical_C2 +LQ05X021030 Putative Phospholipase C 3 11.30139879 L4_chemical_C3 +LQ05X021040 AMP dependent ligase, putative 8.916610081 C6_control_A1 +LQ05X021040 AMP dependent ligase, putative 8.277978293 C6_control_A3 +LQ05X021040 AMP dependent ligase, putative 8.982709546 C6_control_B1 +LQ05X021040 AMP dependent ligase, putative 9.279472662 C6_control_B2 +LQ05X021040 AMP dependent ligase, putative 8.797255593 C6_control_B3 +LQ05X021040 AMP dependent ligase, putative 9.95030482 C6_control_C1 +LQ05X021040 AMP dependent ligase, putative 9.735600899 C6_control_C2 +LQ05X021040 AMP dependent ligase, putative 9.844377837 C6_control_C3 +LQ05X021040 AMP dependent ligase, putative 8.606226057 C6_chemical_A1 +LQ05X021040 AMP dependent ligase, putative 8.910684452 C6_chemical_A3 +LQ05X021040 AMP dependent ligase, putative 8.847933696 C6_chemical_B1 +LQ05X021040 AMP dependent ligase, putative 9.150166381 C6_chemical_B2 +LQ05X021040 AMP dependent ligase, putative 8.527542375 C6_chemical_B3 +LQ05X021040 AMP dependent ligase, putative 9.778654582 C6_chemical_C1 +LQ05X021040 AMP dependent ligase, putative 9.836460767 C6_chemical_C2 +LQ05X021040 AMP dependent ligase, putative 10.15958332 C6_chemical_C3 +LQ05X021040 AMP dependent ligase, putative 9.229105157 L4_control_A1 +LQ05X021040 AMP dependent ligase, putative 9.213147781 L4_control_A2 +LQ05X021040 AMP dependent ligase, putative 8.296887017 L4_control_A3 +LQ05X021040 AMP dependent ligase, putative 9.02702704 L4_control_B1 +LQ05X021040 AMP dependent ligase, putative 8.25541451 L4_control_B2 +LQ05X021040 AMP dependent ligase, putative 9.288922377 L4_control_B3 +LQ05X021040 AMP dependent ligase, putative 9.742905539 L4_control_C2 +LQ05X021040 AMP dependent ligase, putative 9.726863536 L4_control_C3 +LQ05X021040 AMP dependent ligase, putative 9.528153836 L4_chemical_A1 +LQ05X021040 AMP dependent ligase, putative 9.761692808 L4_chemical_A2 +LQ05X021040 AMP dependent ligase, putative 8.469840319 L4_chemical_A3 +LQ05X021040 AMP dependent ligase, putative 8.917015731 L4_chemical_B1 +LQ05X021040 AMP dependent ligase, putative 8.540796947 L4_chemical_B2 +LQ05X021040 AMP dependent ligase, putative 8.901114506 L4_chemical_B3 +LQ05X021040 AMP dependent ligase, putative 9.927076928 L4_chemical_C2 +LQ05X021040 AMP dependent ligase, putative 9.568828955 L4_chemical_C3 +LQ05X021180 DNA-binding protein smubp-2, putative 4.845239131 C6_control_A1 +LQ05X021180 DNA-binding protein smubp-2, putative 5.270574421 C6_control_A3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.001723379 C6_control_B1 +LQ05X021180 DNA-binding protein smubp-2, putative 4.715948563 C6_control_B2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.94133736 C6_control_B3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.276195505 C6_control_C1 +LQ05X021180 DNA-binding protein smubp-2, putative 4.9017413 C6_control_C2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.906837397 C6_control_C3 +LQ05X021180 DNA-binding protein smubp-2, putative 4.746034935 C6_chemical_A1 +LQ05X021180 DNA-binding protein smubp-2, putative 4.857725939 C6_chemical_A3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.12029571 C6_chemical_B1 +LQ05X021180 DNA-binding protein smubp-2, putative 4.753949785 C6_chemical_B2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.761745408 C6_chemical_B3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.363762102 C6_chemical_C1 +LQ05X021180 DNA-binding protein smubp-2, putative 5.094840646 C6_chemical_C2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.716615117 C6_chemical_C3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.156973802 L4_control_A1 +LQ05X021180 DNA-binding protein smubp-2, putative 4.989097333 L4_control_A2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.784683404 L4_control_A3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.181128591 L4_control_B1 +LQ05X021180 DNA-binding protein smubp-2, putative 5.213383645 L4_control_B2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.854089864 L4_control_B3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.054760706 L4_control_C2 +LQ05X021180 DNA-binding protein smubp-2, putative 5.365921083 L4_control_C3 +LQ05X021180 DNA-binding protein smubp-2, putative 4.985210782 L4_chemical_A1 +LQ05X021180 DNA-binding protein smubp-2, putative 4.946595077 L4_chemical_A2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.887315087 L4_chemical_A3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.189135422 L4_chemical_B1 +LQ05X021180 DNA-binding protein smubp-2, putative 5.16574545 L4_chemical_B2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.771922152 L4_chemical_B3 +LQ05X021180 DNA-binding protein smubp-2, putative 5.103633402 L4_chemical_C2 +LQ05X021180 DNA-binding protein smubp-2, putative 4.744038439 L4_chemical_C3 +LQ05X021190 Hypothetical protein 4.912195831 C6_control_A1 +LQ05X021190 Hypothetical protein 4.680758544 C6_control_A3 +LQ05X021190 Hypothetical protein 4.896063041 C6_control_B1 +LQ05X021190 Hypothetical protein 5.103552711 C6_control_B2 +LQ05X021190 Hypothetical protein 5.04889671 C6_control_B3 +LQ05X021190 Hypothetical protein 5.184697814 C6_control_C1 +LQ05X021190 Hypothetical protein 4.746166361 C6_control_C2 +LQ05X021190 Hypothetical protein 5.156014235 C6_control_C3 +LQ05X021190 Hypothetical protein 4.849792838 C6_chemical_A1 +LQ05X021190 Hypothetical protein 4.813980477 C6_chemical_A3 +LQ05X021190 Hypothetical protein 4.992544391 C6_chemical_B1 +LQ05X021190 Hypothetical protein 4.742236648 C6_chemical_B2 +LQ05X021190 Hypothetical protein 5.301508675 C6_chemical_B3 +LQ05X021190 Hypothetical protein 5.055443445 C6_chemical_C1 +LQ05X021190 Hypothetical protein 5.243249423 C6_chemical_C2 +LQ05X021190 Hypothetical protein 5.081028755 C6_chemical_C3 +LQ05X021190 Hypothetical protein 5.18746457 L4_control_A1 +LQ05X021190 Hypothetical protein 5.469555766 L4_control_A2 +LQ05X021190 Hypothetical protein 5.650649511 L4_control_A3 +LQ05X021190 Hypothetical protein 5.662783921 L4_control_B1 +LQ05X021190 Hypothetical protein 5.47859179 L4_control_B2 +LQ05X021190 Hypothetical protein 4.941755255 L4_control_B3 +LQ05X021190 Hypothetical protein 5.16981466 L4_control_C2 +LQ05X021190 Hypothetical protein 5.675832813 L4_control_C3 +LQ05X021190 Hypothetical protein 5.236478167 L4_chemical_A1 +LQ05X021190 Hypothetical protein 5.170545286 L4_chemical_A2 +LQ05X021190 Hypothetical protein 5.832591286 L4_chemical_A3 +LQ05X021190 Hypothetical protein 4.942519599 L4_chemical_B1 +LQ05X021190 Hypothetical protein 5.131871558 L4_chemical_B2 +LQ05X021190 Hypothetical protein 5.119601879 L4_chemical_B3 +LQ05X021190 Hypothetical protein 5.309354316 L4_chemical_C2 +LQ05X021190 Hypothetical protein 6.024196012 L4_chemical_C3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.262760008 C6_control_A1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.226079231 C6_control_A3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.555262687 C6_control_B1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.80461789 C6_control_B2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.25820963 C6_control_B3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.877754172 C6_control_C1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.67518617 C6_control_C2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.204875796 C6_control_C3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.479406411 C6_chemical_A1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.241539359 C6_chemical_A3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.050144827 C6_chemical_B1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.800683184 C6_chemical_B2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.452456806 C6_chemical_B3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.696439845 C6_chemical_C1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.859312052 C6_chemical_C2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.159580186 C6_chemical_C3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.394656204 L4_control_A1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.938492507 L4_control_A2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.490585377 L4_control_A3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.066138247 L4_control_B1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.306353744 L4_control_B2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.187713005 L4_control_B3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.468844259 L4_control_C2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.870802996 L4_control_C3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.326935586 L4_chemical_A1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.83653199 L4_chemical_A2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.829167625 L4_chemical_A3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.102714574 L4_chemical_B1 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.242715954 L4_chemical_B2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.638767311 L4_chemical_B3 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.695898742 L4_chemical_C2 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.015452944 L4_chemical_C3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.679257603 C6_control_A1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.815403587 C6_control_A3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.888054271 C6_control_B1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.303794278 C6_control_B2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.700808472 C6_control_B3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 10.43731199 C6_control_C1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.972869212 C6_control_C2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 10.94945182 C6_control_C3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.093604867 C6_chemical_A1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 8.777307698 C6_chemical_A3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.316116346 C6_chemical_B1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 8.935236253 C6_chemical_B2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.715021942 C6_chemical_B3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.816962553 C6_chemical_C1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.767414197 C6_chemical_C2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 10.11040971 C6_chemical_C3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.971891316 L4_control_A1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.871169706 L4_control_A2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.690786787 L4_control_A3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.07118523 L4_control_B1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.866512781 L4_control_B2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.298654088 L4_control_B3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 6.490601645 L4_control_C2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.383862709 L4_control_C3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.114935955 L4_chemical_A1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.028505212 L4_chemical_A2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.757430782 L4_chemical_A3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.377188913 L4_chemical_B1 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.012903902 L4_chemical_B2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.34094702 L4_chemical_B3 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.662914852 L4_chemical_C2 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 4.945169585 L4_chemical_C3 +LQ05X021380 Predicted protein 11.74599308 C6_control_A1 +LQ05X021380 Predicted protein 12.17535472 C6_control_A3 +LQ05X021380 Predicted protein 10.90342865 C6_control_B1 +LQ05X021380 Predicted protein 10.44738196 C6_control_B2 +LQ05X021380 Predicted protein 10.40605916 C6_control_B3 +LQ05X021380 Predicted protein 10.05449297 C6_control_C1 +LQ05X021380 Predicted protein 9.856123738 C6_control_C2 +LQ05X021380 Predicted protein 9.880252278 C6_control_C3 +LQ05X021380 Predicted protein 11.31076499 C6_chemical_A1 +LQ05X021380 Predicted protein 12.20525022 C6_chemical_A3 +LQ05X021380 Predicted protein 10.70951633 C6_chemical_B1 +LQ05X021380 Predicted protein 10.18159097 C6_chemical_B2 +LQ05X021380 Predicted protein 10.20148368 C6_chemical_B3 +LQ05X021380 Predicted protein 9.77528252 C6_chemical_C1 +LQ05X021380 Predicted protein 9.65039085 C6_chemical_C2 +LQ05X021380 Predicted protein 9.419321161 C6_chemical_C3 +LQ05X021380 Predicted protein 12.23747799 L4_control_A1 +LQ05X021380 Predicted protein 11.61539341 L4_control_A2 +LQ05X021380 Predicted protein 12.13447244 L4_control_A3 +LQ05X021380 Predicted protein 9.633888096 L4_control_B1 +LQ05X021380 Predicted protein 9.702174599 L4_control_B2 +LQ05X021380 Predicted protein 9.911999952 L4_control_B3 +LQ05X021380 Predicted protein 8.795261903 L4_control_C2 +LQ05X021380 Predicted protein 8.506176613 L4_control_C3 +LQ05X021380 Predicted protein 11.39571228 L4_chemical_A1 +LQ05X021380 Predicted protein 10.80831914 L4_chemical_A2 +LQ05X021380 Predicted protein 11.88209614 L4_chemical_A3 +LQ05X021380 Predicted protein 9.744099808 L4_chemical_B1 +LQ05X021380 Predicted protein 10.1079042 L4_chemical_B2 +LQ05X021380 Predicted protein 10.71460236 L4_chemical_B3 +LQ05X021380 Predicted protein 8.230760583 L4_chemical_C2 +LQ05X021380 Predicted protein 9.055562338 L4_chemical_C3 +LQ05X021390 ATP binding protein, putative 12.7699512 C6_control_A1 +LQ05X021390 ATP binding protein, putative 12.42640312 C6_control_A3 +LQ05X021390 ATP binding protein, putative 12.49999524 C6_control_B1 +LQ05X021390 ATP binding protein, putative 13.57227591 C6_control_B2 +LQ05X021390 ATP binding protein, putative 12.9182977 C6_control_B3 +LQ05X021390 ATP binding protein, putative 13.41392972 C6_control_C1 +LQ05X021390 ATP binding protein, putative 13.43177356 C6_control_C2 +LQ05X021390 ATP binding protein, putative 13.62693803 C6_control_C3 +LQ05X021390 ATP binding protein, putative 12.44918851 C6_chemical_A1 +LQ05X021390 ATP binding protein, putative 12.1298481 C6_chemical_A3 +LQ05X021390 ATP binding protein, putative 12.48295786 C6_chemical_B1 +LQ05X021390 ATP binding protein, putative 13.36821147 C6_chemical_B2 +LQ05X021390 ATP binding protein, putative 12.93165475 C6_chemical_B3 +LQ05X021390 ATP binding protein, putative 13.22269178 C6_chemical_C1 +LQ05X021390 ATP binding protein, putative 13.18646937 C6_chemical_C2 +LQ05X021390 ATP binding protein, putative 13.26971394 C6_chemical_C3 +LQ05X021390 ATP binding protein, putative 12.0524953 L4_control_A1 +LQ05X021390 ATP binding protein, putative 11.15496907 L4_control_A2 +LQ05X021390 ATP binding protein, putative 9.803849567 L4_control_A3 +LQ05X021390 ATP binding protein, putative 11.92067483 L4_control_B1 +LQ05X021390 ATP binding protein, putative 11.40150042 L4_control_B2 +LQ05X021390 ATP binding protein, putative 11.83813239 L4_control_B3 +LQ05X021390 ATP binding protein, putative 12.16371676 L4_control_C2 +LQ05X021390 ATP binding protein, putative 11.54331332 L4_control_C3 +LQ05X021390 ATP binding protein, putative 12.03860921 L4_chemical_A1 +LQ05X021390 ATP binding protein, putative 10.88544905 L4_chemical_A2 +LQ05X021390 ATP binding protein, putative 11.19995798 L4_chemical_A3 +LQ05X021390 ATP binding protein, putative 11.79738719 L4_chemical_B1 +LQ05X021390 ATP binding protein, putative 11.42783536 L4_chemical_B2 +LQ05X021390 ATP binding protein, putative 12.01766006 L4_chemical_B3 +LQ05X021390 ATP binding protein, putative 11.55273551 L4_chemical_C2 +LQ05X021390 ATP binding protein, putative 11.62725574 L4_chemical_C3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 12.87886007 C6_control_A1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 11.90482963 C6_control_A3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.2309572 C6_control_B1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.21199311 C6_control_B2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.43480109 C6_control_B3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 15.02792254 C6_control_C1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.86111376 C6_control_C2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.89085949 C6_control_C3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.24887093 C6_chemical_A1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 12.33693724 C6_chemical_A3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.63941656 C6_chemical_B1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.3919949 C6_chemical_B2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.57100386 C6_chemical_B3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.97827329 C6_chemical_C1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.95325559 C6_chemical_C2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 15.06533803 C6_chemical_C3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 12.78210074 L4_control_A1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.38841404 L4_control_A2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 12.22204979 L4_control_A3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.72983372 L4_control_B1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.21554635 L4_control_B2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.70484395 L4_control_B3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.09876229 L4_control_C2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.05697828 L4_control_C3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.17659009 L4_chemical_A1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.74354581 L4_chemical_A2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 12.54285081 L4_chemical_A3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.27765131 L4_chemical_B1 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.39280819 L4_chemical_B2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.29142943 L4_chemical_B3 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.18580599 L4_chemical_C2 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 14.42600087 L4_chemical_C3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.80605988 C6_control_A1 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.85783002 C6_control_A3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.70133505 C6_control_B1 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.92851865 C6_control_B2 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.73490235 C6_control_B3 +LQ05X021430 Putative Tuftelin-interacting protein 11 12.20792655 C6_control_C1 +LQ05X021430 Putative Tuftelin-interacting protein 11 12.47930928 C6_control_C2 +LQ05X021430 Putative Tuftelin-interacting protein 11 12.3322633 C6_control_C3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.75224562 C6_chemical_A1 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.73380426 C6_chemical_A3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.52306555 C6_chemical_B1 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.87603253 C6_chemical_B2 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.77217036 C6_chemical_B3 +LQ05X021430 Putative Tuftelin-interacting protein 11 12.51612434 C6_chemical_C1 +LQ05X021430 Putative Tuftelin-interacting protein 11 12.40821068 C6_chemical_C2 +LQ05X021430 Putative Tuftelin-interacting protein 11 12.28638409 C6_chemical_C3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.57178257 L4_control_A1 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.96250684 L4_control_A2 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.20946818 L4_control_A3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.60487691 L4_control_B1 +LQ05X021430 Putative Tuftelin-interacting protein 11 10.9810998 L4_control_B2 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.22713949 L4_control_B3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.72765786 L4_control_C2 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.33862936 L4_control_C3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.83720823 L4_chemical_A1 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.95145704 L4_chemical_A2 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.23433856 L4_chemical_A3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.55425276 L4_chemical_B1 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.52683227 L4_chemical_B2 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.27863058 L4_chemical_B3 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.77426438 L4_chemical_C2 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.39744063 L4_chemical_C3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.34762935 C6_control_A1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.618765312 C6_control_A3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.402285282 C6_control_B1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.539653942 C6_control_B2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.678696396 C6_control_B3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.3241948 C6_control_C1 +LQ05X021440 Maltose excess protein 1, chloroplastic 6.789707741 C6_control_C2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.269537343 C6_control_C3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.058923783 C6_chemical_A1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.350987671 C6_chemical_A3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.355726241 C6_chemical_B1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.696666396 C6_chemical_B2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.109718956 C6_chemical_B3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.477302234 C6_chemical_C1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.615142026 C6_chemical_C2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.102532441 C6_chemical_C3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.086090944 L4_control_A1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.300500563 L4_control_A2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.055937446 L4_control_A3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.305896435 L4_control_B1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.221383777 L4_control_B2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.148432834 L4_control_B3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.370107863 L4_control_C2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.184678357 L4_control_C3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.102941031 L4_chemical_A1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.273648602 L4_chemical_A2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.005066058 L4_chemical_A3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.793166854 L4_chemical_B1 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.549363975 L4_chemical_B2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.131049756 L4_chemical_B3 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.233694321 L4_chemical_C2 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.304049371 L4_chemical_C3 +LQ05X021490 Putative 30S ribosomal protein S5 10.59923291 C6_control_A1 +LQ05X021490 Putative 30S ribosomal protein S5 11.08573812 C6_control_A3 +LQ05X021490 Putative 30S ribosomal protein S5 9.907658172 C6_control_B1 +LQ05X021490 Putative 30S ribosomal protein S5 10.2828355 C6_control_B2 +LQ05X021490 Putative 30S ribosomal protein S5 9.849838788 C6_control_B3 +LQ05X021490 Putative 30S ribosomal protein S5 10.68184522 C6_control_C1 +LQ05X021490 Putative 30S ribosomal protein S5 10.7365304 C6_control_C2 +LQ05X021490 Putative 30S ribosomal protein S5 10.41544477 C6_control_C3 +LQ05X021490 Putative 30S ribosomal protein S5 10.07179659 C6_chemical_A1 +LQ05X021490 Putative 30S ribosomal protein S5 10.78487391 C6_chemical_A3 +LQ05X021490 Putative 30S ribosomal protein S5 8.64128471 C6_chemical_B1 +LQ05X021490 Putative 30S ribosomal protein S5 10.23406874 C6_chemical_B2 +LQ05X021490 Putative 30S ribosomal protein S5 9.44109485 C6_chemical_B3 +LQ05X021490 Putative 30S ribosomal protein S5 10.37026688 C6_chemical_C1 +LQ05X021490 Putative 30S ribosomal protein S5 10.51881881 C6_chemical_C2 +LQ05X021490 Putative 30S ribosomal protein S5 10.16228189 C6_chemical_C3 +LQ05X021490 Putative 30S ribosomal protein S5 10.67405527 L4_control_A1 +LQ05X021490 Putative 30S ribosomal protein S5 11.02255504 L4_control_A2 +LQ05X021490 Putative 30S ribosomal protein S5 10.4283623 L4_control_A3 +LQ05X021490 Putative 30S ribosomal protein S5 8.991842204 L4_control_B1 +LQ05X021490 Putative 30S ribosomal protein S5 8.952868103 L4_control_B2 +LQ05X021490 Putative 30S ribosomal protein S5 9.735519427 L4_control_B3 +LQ05X021490 Putative 30S ribosomal protein S5 10.08434428 L4_control_C2 +LQ05X021490 Putative 30S ribosomal protein S5 9.833982353 L4_control_C3 +LQ05X021490 Putative 30S ribosomal protein S5 10.27182483 L4_chemical_A1 +LQ05X021490 Putative 30S ribosomal protein S5 10.10182129 L4_chemical_A2 +LQ05X021490 Putative 30S ribosomal protein S5 10.16577788 L4_chemical_A3 +LQ05X021490 Putative 30S ribosomal protein S5 8.721245327 L4_chemical_B1 +LQ05X021490 Putative 30S ribosomal protein S5 8.624353942 L4_chemical_B2 +LQ05X021490 Putative 30S ribosomal protein S5 9.623926067 L4_chemical_B3 +LQ05X021490 Putative 30S ribosomal protein S5 9.692128717 L4_chemical_C2 +LQ05X021490 Putative 30S ribosomal protein S5 9.906663868 L4_chemical_C3 +LQ05X021520 At1g09815 15.26839472 C6_control_A1 +LQ05X021520 At1g09815 15.09925785 C6_control_A3 +LQ05X021520 At1g09815 14.02667506 C6_control_B1 +LQ05X021520 At1g09815 13.63227819 C6_control_B2 +LQ05X021520 At1g09815 13.64785412 C6_control_B3 +LQ05X021520 At1g09815 14.34144927 C6_control_C1 +LQ05X021520 At1g09815 14.3119206 C6_control_C2 +LQ05X021520 At1g09815 14.07970653 C6_control_C3 +LQ05X021520 At1g09815 14.92136625 C6_chemical_A1 +LQ05X021520 At1g09815 14.76275845 C6_chemical_A3 +LQ05X021520 At1g09815 13.43555491 C6_chemical_B1 +LQ05X021520 At1g09815 13.2565134 C6_chemical_B2 +LQ05X021520 At1g09815 13.29607526 C6_chemical_B3 +LQ05X021520 At1g09815 14.18853688 C6_chemical_C1 +LQ05X021520 At1g09815 14.21355424 C6_chemical_C2 +LQ05X021520 At1g09815 14.02265455 C6_chemical_C3 +LQ05X021520 At1g09815 15.25812115 L4_control_A1 +LQ05X021520 At1g09815 15.23014742 L4_control_A2 +LQ05X021520 At1g09815 14.90926883 L4_control_A3 +LQ05X021520 At1g09815 12.99523752 L4_control_B1 +LQ05X021520 At1g09815 12.54066975 L4_control_B2 +LQ05X021520 At1g09815 12.72159806 L4_control_B3 +LQ05X021520 At1g09815 13.60239599 L4_control_C2 +LQ05X021520 At1g09815 13.18255066 L4_control_C3 +LQ05X021520 At1g09815 14.82400575 L4_chemical_A1 +LQ05X021520 At1g09815 14.96508351 L4_chemical_A2 +LQ05X021520 At1g09815 14.8901753 L4_chemical_A3 +LQ05X021520 At1g09815 13.60910453 L4_chemical_B1 +LQ05X021520 At1g09815 13.67512485 L4_chemical_B2 +LQ05X021520 At1g09815 13.73501186 L4_chemical_B3 +LQ05X021520 At1g09815 13.32072682 L4_chemical_C2 +LQ05X021520 At1g09815 12.95223475 L4_chemical_C3 +LQ05X021570 Cytochrome P450 89A2 6.532288797 C6_control_A1 +LQ05X021570 Cytochrome P450 89A2 5.824880271 C6_control_A3 +LQ05X021570 Cytochrome P450 89A2 7.415171139 C6_control_B1 +LQ05X021570 Cytochrome P450 89A2 8.485101994 C6_control_B2 +LQ05X021570 Cytochrome P450 89A2 7.673562863 C6_control_B3 +LQ05X021570 Cytochrome P450 89A2 9.862084023 C6_control_C1 +LQ05X021570 Cytochrome P450 89A2 9.278369238 C6_control_C2 +LQ05X021570 Cytochrome P450 89A2 9.797935935 C6_control_C3 +LQ05X021570 Cytochrome P450 89A2 6.269210671 C6_chemical_A1 +LQ05X021570 Cytochrome P450 89A2 6.765854457 C6_chemical_A3 +LQ05X021570 Cytochrome P450 89A2 8.064789073 C6_chemical_B1 +LQ05X021570 Cytochrome P450 89A2 8.562171936 C6_chemical_B2 +LQ05X021570 Cytochrome P450 89A2 8.215899341 C6_chemical_B3 +LQ05X021570 Cytochrome P450 89A2 9.669019239 C6_chemical_C1 +LQ05X021570 Cytochrome P450 89A2 9.927087481 C6_chemical_C2 +LQ05X021570 Cytochrome P450 89A2 9.713427221 C6_chemical_C3 +LQ05X021570 Cytochrome P450 89A2 7.165011817 L4_control_A1 +LQ05X021570 Cytochrome P450 89A2 6.24850845 L4_control_A2 +LQ05X021570 Cytochrome P450 89A2 6.702402816 L4_control_A3 +LQ05X021570 Cytochrome P450 89A2 7.853569304 L4_control_B1 +LQ05X021570 Cytochrome P450 89A2 7.179227129 L4_control_B2 +LQ05X021570 Cytochrome P450 89A2 9.008700624 L4_control_B3 +LQ05X021570 Cytochrome P450 89A2 10.69335685 L4_control_C2 +LQ05X021570 Cytochrome P450 89A2 10.53451388 L4_control_C3 +LQ05X021570 Cytochrome P450 89A2 7.213569676 L4_chemical_A1 +LQ05X021570 Cytochrome P450 89A2 6.713541737 L4_chemical_A2 +LQ05X021570 Cytochrome P450 89A2 5.76523633 L4_chemical_A3 +LQ05X021570 Cytochrome P450 89A2 7.464908971 L4_chemical_B1 +LQ05X021570 Cytochrome P450 89A2 7.138544017 L4_chemical_B2 +LQ05X021570 Cytochrome P450 89A2 7.832705387 L4_chemical_B3 +LQ05X021570 Cytochrome P450 89A2 10.29319613 L4_chemical_C2 +LQ05X021570 Cytochrome P450 89A2 10.48512186 L4_chemical_C3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.046969839 C6_control_A1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.0693609 C6_control_A3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.015671927 C6_control_B1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.533610654 C6_control_B2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.257415837 C6_control_B3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.469406454 C6_control_C1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.26748169 C6_control_C2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.1435168 C6_control_C3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.676982857 C6_chemical_A1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.068993839 C6_chemical_A3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.480541542 C6_chemical_B1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.482825826 C6_chemical_B2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.508634757 C6_chemical_B3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.161266565 C6_chemical_C1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.739069065 C6_chemical_C2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.015545297 C6_chemical_C3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.008701934 L4_control_A1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.740206797 L4_control_A2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.478550229 L4_control_A3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.085442842 L4_control_B1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.580704231 L4_control_B2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.76823999 L4_control_B3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.321445177 L4_control_C2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.104955581 L4_control_C3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.331811959 L4_chemical_A1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.097530596 L4_chemical_A2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.503478937 L4_chemical_A3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.230434647 L4_chemical_B1 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.180875745 L4_chemical_B2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.854116333 L4_chemical_B3 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.50982915 L4_chemical_C2 +LQ05X021580 50S ribosomal protein L17, chloroplastic 6.246948076 L4_chemical_C3 +LQ05X021590 Cytochrome P450 89A2 5.057009382 C6_control_A1 +LQ05X021590 Cytochrome P450 89A2 5.644111714 C6_control_A3 +LQ05X021590 Cytochrome P450 89A2 5.170762882 C6_control_B1 +LQ05X021590 Cytochrome P450 89A2 5.511997726 C6_control_B2 +LQ05X021590 Cytochrome P450 89A2 4.978663357 C6_control_B3 +LQ05X021590 Cytochrome P450 89A2 7.489240502 C6_control_C1 +LQ05X021590 Cytochrome P450 89A2 7.753703744 C6_control_C2 +LQ05X021590 Cytochrome P450 89A2 7.233771933 C6_control_C3 +LQ05X021590 Cytochrome P450 89A2 5.18813744 C6_chemical_A1 +LQ05X021590 Cytochrome P450 89A2 5.318314165 C6_chemical_A3 +LQ05X021590 Cytochrome P450 89A2 4.599959233 C6_chemical_B1 +LQ05X021590 Cytochrome P450 89A2 5.391187743 C6_chemical_B2 +LQ05X021590 Cytochrome P450 89A2 5.466871595 C6_chemical_B3 +LQ05X021590 Cytochrome P450 89A2 7.853794705 C6_chemical_C1 +LQ05X021590 Cytochrome P450 89A2 7.876198923 C6_chemical_C2 +LQ05X021590 Cytochrome P450 89A2 7.978862495 C6_chemical_C3 +LQ05X021590 Cytochrome P450 89A2 5.158787016 L4_control_A1 +LQ05X021590 Cytochrome P450 89A2 5.870929862 L4_control_A2 +LQ05X021590 Cytochrome P450 89A2 5.918974756 L4_control_A3 +LQ05X021590 Cytochrome P450 89A2 5.366176364 L4_control_B1 +LQ05X021590 Cytochrome P450 89A2 5.449484705 L4_control_B2 +LQ05X021590 Cytochrome P450 89A2 5.811312494 L4_control_B3 +LQ05X021590 Cytochrome P450 89A2 8.910354981 L4_control_C2 +LQ05X021590 Cytochrome P450 89A2 8.970478254 L4_control_C3 +LQ05X021590 Cytochrome P450 89A2 6.180004582 L4_chemical_A1 +LQ05X021590 Cytochrome P450 89A2 6.914559055 L4_chemical_A2 +LQ05X021590 Cytochrome P450 89A2 6.144475837 L4_chemical_A3 +LQ05X021590 Cytochrome P450 89A2 5.485432884 L4_chemical_B1 +LQ05X021590 Cytochrome P450 89A2 6.073628861 L4_chemical_B2 +LQ05X021590 Cytochrome P450 89A2 5.405289787 L4_chemical_B3 +LQ05X021590 Cytochrome P450 89A2 8.016501959 L4_chemical_C2 +LQ05X021590 Cytochrome P450 89A2 6.696896272 L4_chemical_C3 +LQ05X021780 Hypothetical protein 4.998461566 C6_control_A1 +LQ05X021780 Hypothetical protein 4.719673166 C6_control_A3 +LQ05X021780 Hypothetical protein 4.930359469 C6_control_B1 +LQ05X021780 Hypothetical protein 5.077499144 C6_control_B2 +LQ05X021780 Hypothetical protein 5.011855636 C6_control_B3 +LQ05X021780 Hypothetical protein 5.053992674 C6_control_C1 +LQ05X021780 Hypothetical protein 5.139514818 C6_control_C2 +LQ05X021780 Hypothetical protein 5.054898119 C6_control_C3 +LQ05X021780 Hypothetical protein 5.00824731 C6_chemical_A1 +LQ05X021780 Hypothetical protein 5.227539707 C6_chemical_A3 +LQ05X021780 Hypothetical protein 5.079012623 C6_chemical_B1 +LQ05X021780 Hypothetical protein 5.016909248 C6_chemical_B2 +LQ05X021780 Hypothetical protein 5.127378663 C6_chemical_B3 +LQ05X021780 Hypothetical protein 5.218835418 C6_chemical_C1 +LQ05X021780 Hypothetical protein 5.03979715 C6_chemical_C2 +LQ05X021780 Hypothetical protein 5.039409842 C6_chemical_C3 +LQ05X021780 Hypothetical protein 5.121301784 L4_control_A1 +LQ05X021780 Hypothetical protein 5.052682274 L4_control_A2 +LQ05X021780 Hypothetical protein 5.045946874 L4_control_A3 +LQ05X021780 Hypothetical protein 5.12176069 L4_control_B1 +LQ05X021780 Hypothetical protein 4.909590762 L4_control_B2 +LQ05X021780 Hypothetical protein 5.214491497 L4_control_B3 +LQ05X021780 Hypothetical protein 5.011879451 L4_control_C2 +LQ05X021780 Hypothetical protein 5.521949029 L4_control_C3 +LQ05X021780 Hypothetical protein 5.049971497 L4_chemical_A1 +LQ05X021780 Hypothetical protein 5.12022448 L4_chemical_A2 +LQ05X021780 Hypothetical protein 5.342568669 L4_chemical_A3 +LQ05X021780 Hypothetical protein 4.847961566 L4_chemical_B1 +LQ05X021780 Hypothetical protein 4.864870892 L4_chemical_B2 +LQ05X021780 Hypothetical protein 5.376524451 L4_chemical_B3 +LQ05X021780 Hypothetical protein 5.022520628 L4_chemical_C2 +LQ05X021780 Hypothetical protein 5.237256956 L4_chemical_C3 +LQ05X021810 Hypothetical protein 11.35756211 C6_control_A1 +LQ05X021810 Hypothetical protein 11.28799083 C6_control_A3 +LQ05X021810 Hypothetical protein 11.86463852 C6_control_B1 +LQ05X021810 Hypothetical protein 11.33066183 C6_control_B2 +LQ05X021810 Hypothetical protein 12.38255992 C6_control_B3 +LQ05X021810 Hypothetical protein 10.50183299 C6_control_C1 +LQ05X021810 Hypothetical protein 10.59530735 C6_control_C2 +LQ05X021810 Hypothetical protein 11.42944578 C6_control_C3 +LQ05X021810 Hypothetical protein 10.86819458 C6_chemical_A1 +LQ05X021810 Hypothetical protein 10.9701465 C6_chemical_A3 +LQ05X021810 Hypothetical protein 11.67387082 C6_chemical_B1 +LQ05X021810 Hypothetical protein 10.99707705 C6_chemical_B2 +LQ05X021810 Hypothetical protein 12.48475318 C6_chemical_B3 +LQ05X021810 Hypothetical protein 10.36238759 C6_chemical_C1 +LQ05X021810 Hypothetical protein 10.637519 C6_chemical_C2 +LQ05X021810 Hypothetical protein 11.16306622 C6_chemical_C3 +LQ05X021810 Hypothetical protein 10.10503649 L4_control_A1 +LQ05X021810 Hypothetical protein 10.42943789 L4_control_A2 +LQ05X021810 Hypothetical protein 11.54955445 L4_control_A3 +LQ05X021810 Hypothetical protein 11.68508406 L4_control_B1 +LQ05X021810 Hypothetical protein 11.23150141 L4_control_B2 +LQ05X021810 Hypothetical protein 11.15013827 L4_control_B3 +LQ05X021810 Hypothetical protein 11.15820623 L4_control_C2 +LQ05X021810 Hypothetical protein 11.62088771 L4_control_C3 +LQ05X021810 Hypothetical protein 10.40763642 L4_chemical_A1 +LQ05X021810 Hypothetical protein 10.8288817 L4_chemical_A2 +LQ05X021810 Hypothetical protein 11.65713106 L4_chemical_A3 +LQ05X021810 Hypothetical protein 11.7856973 L4_chemical_B1 +LQ05X021810 Hypothetical protein 11.72918058 L4_chemical_B2 +LQ05X021810 Hypothetical protein 11.40301356 L4_chemical_B3 +LQ05X021810 Hypothetical protein 11.87621832 L4_chemical_C2 +LQ05X021810 Hypothetical protein 11.59328203 L4_chemical_C3 +LQ05X021820 Phosphoprotein phosphatase, putative 6.023865328 C6_control_A1 +LQ05X021820 Phosphoprotein phosphatase, putative 6.94749981 C6_control_A3 +LQ05X021820 Phosphoprotein phosphatase, putative 6.569090088 C6_control_B1 +LQ05X021820 Phosphoprotein phosphatase, putative 6.514624197 C6_control_B2 +LQ05X021820 Phosphoprotein phosphatase, putative 7.266421446 C6_control_B3 +LQ05X021820 Phosphoprotein phosphatase, putative 6.149214788 C6_control_C1 +LQ05X021820 Phosphoprotein phosphatase, putative 8.013034893 C6_control_C2 +LQ05X021820 Phosphoprotein phosphatase, putative 7.062090851 C6_control_C3 +LQ05X021820 Phosphoprotein phosphatase, putative 7.051312549 C6_chemical_A1 +LQ05X021820 Phosphoprotein phosphatase, putative 6.668876905 C6_chemical_A3 +LQ05X021820 Phosphoprotein phosphatase, putative 7.294008074 C6_chemical_B1 +LQ05X021820 Phosphoprotein phosphatase, putative 7.54837963 C6_chemical_B2 +LQ05X021820 Phosphoprotein phosphatase, putative 9.070646612 C6_chemical_B3 +LQ05X021820 Phosphoprotein phosphatase, putative 7.481138689 C6_chemical_C1 +LQ05X021820 Phosphoprotein phosphatase, putative 7.6156053 C6_chemical_C2 +LQ05X021820 Phosphoprotein phosphatase, putative 8.93406659 C6_chemical_C3 +LQ05X021820 Phosphoprotein phosphatase, putative 7.086689513 L4_control_A1 +LQ05X021820 Phosphoprotein phosphatase, putative 6.593907913 L4_control_A2 +LQ05X021820 Phosphoprotein phosphatase, putative 6.282350802 L4_control_A3 +LQ05X021820 Phosphoprotein phosphatase, putative 8.16807188 L4_control_B1 +LQ05X021820 Phosphoprotein phosphatase, putative 7.178958423 L4_control_B2 +LQ05X021820 Phosphoprotein phosphatase, putative 7.693903478 L4_control_B3 +LQ05X021820 Phosphoprotein phosphatase, putative 8.227656188 L4_control_C2 +LQ05X021820 Phosphoprotein phosphatase, putative 7.413758454 L4_control_C3 +LQ05X021820 Phosphoprotein phosphatase, putative 7.209032714 L4_chemical_A1 +LQ05X021820 Phosphoprotein phosphatase, putative 6.8488837 L4_chemical_A2 +LQ05X021820 Phosphoprotein phosphatase, putative 6.893407139 L4_chemical_A3 +LQ05X021820 Phosphoprotein phosphatase, putative 7.353902368 L4_chemical_B1 +LQ05X021820 Phosphoprotein phosphatase, putative 7.836801176 L4_chemical_B2 +LQ05X021820 Phosphoprotein phosphatase, putative 7.574843622 L4_chemical_B3 +LQ05X021820 Phosphoprotein phosphatase, putative 8.275983905 L4_chemical_C2 +LQ05X021820 Phosphoprotein phosphatase, putative 8.417565266 L4_chemical_C3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.188421855 C6_control_A1 +LQ05X021850 Putative Disease resistance protein At4g27190 5.25721148 C6_control_A3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.031247079 C6_control_B1 +LQ05X021850 Putative Disease resistance protein At4g27190 4.968356493 C6_control_B2 +LQ05X021850 Putative Disease resistance protein At4g27190 4.965806208 C6_control_B3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.125150556 C6_control_C1 +LQ05X021850 Putative Disease resistance protein At4g27190 5.860180002 C6_control_C2 +LQ05X021850 Putative Disease resistance protein At4g27190 5.011562553 C6_control_C3 +LQ05X021850 Putative Disease resistance protein At4g27190 4.902588952 C6_chemical_A1 +LQ05X021850 Putative Disease resistance protein At4g27190 4.889218175 C6_chemical_A3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.371072215 C6_chemical_B1 +LQ05X021850 Putative Disease resistance protein At4g27190 5.518375267 C6_chemical_B2 +LQ05X021850 Putative Disease resistance protein At4g27190 4.871659524 C6_chemical_B3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.219873498 C6_chemical_C1 +LQ05X021850 Putative Disease resistance protein At4g27190 4.996786287 C6_chemical_C2 +LQ05X021850 Putative Disease resistance protein At4g27190 5.611959324 C6_chemical_C3 +LQ05X021850 Putative Disease resistance protein At4g27190 4.705946413 L4_control_A1 +LQ05X021850 Putative Disease resistance protein At4g27190 4.719945431 L4_control_A2 +LQ05X021850 Putative Disease resistance protein At4g27190 5.054075073 L4_control_A3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.217184296 L4_control_B1 +LQ05X021850 Putative Disease resistance protein At4g27190 4.965576037 L4_control_B2 +LQ05X021850 Putative Disease resistance protein At4g27190 4.870463298 L4_control_B3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.05983985 L4_control_C2 +LQ05X021850 Putative Disease resistance protein At4g27190 4.892682975 L4_control_C3 +LQ05X021850 Putative Disease resistance protein At4g27190 4.728105076 L4_chemical_A1 +LQ05X021850 Putative Disease resistance protein At4g27190 4.881746463 L4_chemical_A2 +LQ05X021850 Putative Disease resistance protein At4g27190 4.741618393 L4_chemical_A3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.118696828 L4_chemical_B1 +LQ05X021850 Putative Disease resistance protein At4g27190 5.199768077 L4_chemical_B2 +LQ05X021850 Putative Disease resistance protein At4g27190 4.899960794 L4_chemical_B3 +LQ05X021850 Putative Disease resistance protein At4g27190 5.01943383 L4_chemical_C2 +LQ05X021850 Putative Disease resistance protein At4g27190 5.25781531 L4_chemical_C3 +LQ05X021910 Putative uncharacterized protein 12.05412929 C6_control_A1 +LQ05X021910 Putative uncharacterized protein 12.00568987 C6_control_A3 +LQ05X021910 Putative uncharacterized protein 12.90391553 C6_control_B1 +LQ05X021910 Putative uncharacterized protein 12.74413231 C6_control_B2 +LQ05X021910 Putative uncharacterized protein 13.25320184 C6_control_B3 +LQ05X021910 Putative uncharacterized protein 12.20847112 C6_control_C1 +LQ05X021910 Putative uncharacterized protein 12.82669535 C6_control_C2 +LQ05X021910 Putative uncharacterized protein 12.9747909 C6_control_C3 +LQ05X021910 Putative uncharacterized protein 12.20159176 C6_chemical_A1 +LQ05X021910 Putative uncharacterized protein 12.05438311 C6_chemical_A3 +LQ05X021910 Putative uncharacterized protein 13.00911626 C6_chemical_B1 +LQ05X021910 Putative uncharacterized protein 12.71401747 C6_chemical_B2 +LQ05X021910 Putative uncharacterized protein 13.42950196 C6_chemical_B3 +LQ05X021910 Putative uncharacterized protein 11.78142509 C6_chemical_C1 +LQ05X021910 Putative uncharacterized protein 12.91029874 C6_chemical_C2 +LQ05X021910 Putative uncharacterized protein 12.61769641 C6_chemical_C3 +LQ05X021910 Putative uncharacterized protein 11.27727889 L4_control_A1 +LQ05X021910 Putative uncharacterized protein 11.960792 L4_control_A2 +LQ05X021910 Putative uncharacterized protein 11.87126237 L4_control_A3 +LQ05X021910 Putative uncharacterized protein 12.70108849 L4_control_B1 +LQ05X021910 Putative uncharacterized protein 13.93224752 L4_control_B2 +LQ05X021910 Putative uncharacterized protein 13.07068748 L4_control_B3 +LQ05X021910 Putative uncharacterized protein 14.54437651 L4_control_C2 +LQ05X021910 Putative uncharacterized protein 14.54781075 L4_control_C3 +LQ05X021910 Putative uncharacterized protein 10.64615988 L4_chemical_A1 +LQ05X021910 Putative uncharacterized protein 11.73267281 L4_chemical_A2 +LQ05X021910 Putative uncharacterized protein 11.5423511 L4_chemical_A3 +LQ05X021910 Putative uncharacterized protein 12.68446812 L4_chemical_B1 +LQ05X021910 Putative uncharacterized protein 13.60415458 L4_chemical_B2 +LQ05X021910 Putative uncharacterized protein 12.66306141 L4_chemical_B3 +LQ05X021910 Putative uncharacterized protein 14.74350122 L4_chemical_C2 +LQ05X021910 Putative uncharacterized protein 14.42592578 L4_chemical_C3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.787024098 C6_control_A1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.872036496 C6_control_A3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.739099251 C6_control_B1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.884964152 C6_control_B2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.971991084 C6_control_B3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.95913988 C6_control_C1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.90883322 C6_control_C2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.738171283 C6_control_C3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.960655749 C6_chemical_A1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.7381237 C6_chemical_A3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.121077122 C6_chemical_B1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.790452041 C6_chemical_B2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.946998187 C6_chemical_B3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.840898927 C6_chemical_C1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.928092872 C6_chemical_C2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.995766363 C6_chemical_C3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.70497365 L4_control_A1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.718095037 L4_control_A2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.130113373 L4_control_A3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.713091759 L4_control_B1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.21589237 L4_control_B2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.754346958 L4_control_B3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.741099684 L4_control_C2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.996610447 L4_control_C3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.036839199 L4_chemical_A1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.018391215 L4_chemical_A2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.107527622 L4_chemical_A3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.136944244 L4_chemical_B1 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.730669714 L4_chemical_B2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.572236967 L4_chemical_B3 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.386984371 L4_chemical_C2 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.715348438 L4_chemical_C3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.710317047 C6_control_A1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 6.886402675 C6_control_A3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.209298417 C6_control_B1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.727896224 C6_control_B2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.283547492 C6_control_B3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.262200554 C6_control_C1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 6.626454462 C6_control_C2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.646883453 C6_control_C3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.589460409 C6_chemical_A1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.74352364 C6_chemical_A3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.577632016 C6_chemical_B1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.670674372 C6_chemical_B2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.307551937 C6_chemical_B3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.794849217 C6_chemical_C1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.90883105 C6_chemical_C2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.235627608 C6_chemical_C3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.236430782 L4_control_A1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.502175979 L4_control_A2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.468874218 L4_control_A3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.629779129 L4_control_B1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.583291489 L4_control_B2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.220552775 L4_control_B3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 6.677305715 L4_control_C2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.738594488 L4_control_C3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.108415727 L4_chemical_A1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.13722054 L4_chemical_A2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.707075477 L4_chemical_A3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.242956863 L4_chemical_B1 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.070390811 L4_chemical_B2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.263352334 L4_chemical_B3 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.344670714 L4_chemical_C2 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.029636142 L4_chemical_C3 +LQ05X022010 Putative Transducin beta-like protein 3 6.521483676 C6_control_A1 +LQ05X022010 Putative Transducin beta-like protein 3 5.923413182 C6_control_A3 +LQ05X022010 Putative Transducin beta-like protein 3 6.140011094 C6_control_B1 +LQ05X022010 Putative Transducin beta-like protein 3 6.107202219 C6_control_B2 +LQ05X022010 Putative Transducin beta-like protein 3 6.29899424 C6_control_B3 +LQ05X022010 Putative Transducin beta-like protein 3 7.141922298 C6_control_C1 +LQ05X022010 Putative Transducin beta-like protein 3 6.670470755 C6_control_C2 +LQ05X022010 Putative Transducin beta-like protein 3 6.988552413 C6_control_C3 +LQ05X022010 Putative Transducin beta-like protein 3 6.602164857 C6_chemical_A1 +LQ05X022010 Putative Transducin beta-like protein 3 7.301202041 C6_chemical_A3 +LQ05X022010 Putative Transducin beta-like protein 3 6.518482361 C6_chemical_B1 +LQ05X022010 Putative Transducin beta-like protein 3 6.022340801 C6_chemical_B2 +LQ05X022010 Putative Transducin beta-like protein 3 6.407512167 C6_chemical_B3 +LQ05X022010 Putative Transducin beta-like protein 3 6.943915 C6_chemical_C1 +LQ05X022010 Putative Transducin beta-like protein 3 6.943835528 C6_chemical_C2 +LQ05X022010 Putative Transducin beta-like protein 3 7.763877859 C6_chemical_C3 +LQ05X022010 Putative Transducin beta-like protein 3 7.775237583 L4_control_A1 +LQ05X022010 Putative Transducin beta-like protein 3 7.39696781 L4_control_A2 +LQ05X022010 Putative Transducin beta-like protein 3 7.759414495 L4_control_A3 +LQ05X022010 Putative Transducin beta-like protein 3 5.530148762 L4_control_B1 +LQ05X022010 Putative Transducin beta-like protein 3 6.667102131 L4_control_B2 +LQ05X022010 Putative Transducin beta-like protein 3 8.001580687 L4_control_B3 +LQ05X022010 Putative Transducin beta-like protein 3 7.399984477 L4_control_C2 +LQ05X022010 Putative Transducin beta-like protein 3 8.894096723 L4_control_C3 +LQ05X022010 Putative Transducin beta-like protein 3 7.232640646 L4_chemical_A1 +LQ05X022010 Putative Transducin beta-like protein 3 6.399244969 L4_chemical_A2 +LQ05X022010 Putative Transducin beta-like protein 3 6.015870314 L4_chemical_A3 +LQ05X022010 Putative Transducin beta-like protein 3 5.61251135 L4_chemical_B1 +LQ05X022010 Putative Transducin beta-like protein 3 6.101697825 L4_chemical_B2 +LQ05X022010 Putative Transducin beta-like protein 3 7.295050134 L4_chemical_B3 +LQ05X022010 Putative Transducin beta-like protein 3 6.406919409 L4_chemical_C2 +LQ05X022010 Putative Transducin beta-like protein 3 8.176664686 L4_chemical_C3 +LQ05X022070 Putative S-norcoclaurine synthase 5.950895987 C6_control_A1 +LQ05X022070 Putative S-norcoclaurine synthase 5.82567021 C6_control_A3 +LQ05X022070 Putative S-norcoclaurine synthase 5.54028479 C6_control_B1 +LQ05X022070 Putative S-norcoclaurine synthase 5.362788056 C6_control_B2 +LQ05X022070 Putative S-norcoclaurine synthase 5.387631962 C6_control_B3 +LQ05X022070 Putative S-norcoclaurine synthase 5.325849358 C6_control_C1 +LQ05X022070 Putative S-norcoclaurine synthase 5.57738829 C6_control_C2 +LQ05X022070 Putative S-norcoclaurine synthase 5.566390774 C6_control_C3 +LQ05X022070 Putative S-norcoclaurine synthase 5.667711319 C6_chemical_A1 +LQ05X022070 Putative S-norcoclaurine synthase 5.428392978 C6_chemical_A3 +LQ05X022070 Putative S-norcoclaurine synthase 5.627670736 C6_chemical_B1 +LQ05X022070 Putative S-norcoclaurine synthase 5.124092176 C6_chemical_B2 +LQ05X022070 Putative S-norcoclaurine synthase 5.143479618 C6_chemical_B3 +LQ05X022070 Putative S-norcoclaurine synthase 5.21304573 C6_chemical_C1 +LQ05X022070 Putative S-norcoclaurine synthase 5.289453112 C6_chemical_C2 +LQ05X022070 Putative S-norcoclaurine synthase 5.209465657 C6_chemical_C3 +LQ05X022070 Putative S-norcoclaurine synthase 6.082573234 L4_control_A1 +LQ05X022070 Putative S-norcoclaurine synthase 5.857658361 L4_control_A2 +LQ05X022070 Putative S-norcoclaurine synthase 5.627711443 L4_control_A3 +LQ05X022070 Putative S-norcoclaurine synthase 5.389249225 L4_control_B1 +LQ05X022070 Putative S-norcoclaurine synthase 5.886276909 L4_control_B2 +LQ05X022070 Putative S-norcoclaurine synthase 5.553759522 L4_control_B3 +LQ05X022070 Putative S-norcoclaurine synthase 5.098701196 L4_control_C2 +LQ05X022070 Putative S-norcoclaurine synthase 4.935198678 L4_control_C3 +LQ05X022070 Putative S-norcoclaurine synthase 5.872371347 L4_chemical_A1 +LQ05X022070 Putative S-norcoclaurine synthase 5.62537698 L4_chemical_A2 +LQ05X022070 Putative S-norcoclaurine synthase 5.994468552 L4_chemical_A3 +LQ05X022070 Putative S-norcoclaurine synthase 5.455629359 L4_chemical_B1 +LQ05X022070 Putative S-norcoclaurine synthase 5.472964322 L4_chemical_B2 +LQ05X022070 Putative S-norcoclaurine synthase 5.969589099 L4_chemical_B3 +LQ05X022070 Putative S-norcoclaurine synthase 5.562357787 L4_chemical_C2 +LQ05X022070 Putative S-norcoclaurine synthase 5.111759629 L4_chemical_C3 +LQ05X022080 Putative S-norcoclaurine synthase 4.878252274 C6_control_A1 +LQ05X022080 Putative S-norcoclaurine synthase 4.640212692 C6_control_A3 +LQ05X022080 Putative S-norcoclaurine synthase 4.968135496 C6_control_B1 +LQ05X022080 Putative S-norcoclaurine synthase 4.868943481 C6_control_B2 +LQ05X022080 Putative S-norcoclaurine synthase 5.328454451 C6_control_B3 +LQ05X022080 Putative S-norcoclaurine synthase 5.587910709 C6_control_C1 +LQ05X022080 Putative S-norcoclaurine synthase 4.948861469 C6_control_C2 +LQ05X022080 Putative S-norcoclaurine synthase 5.011306053 C6_control_C3 +LQ05X022080 Putative S-norcoclaurine synthase 4.755602748 C6_chemical_A1 +LQ05X022080 Putative S-norcoclaurine synthase 4.815787237 C6_chemical_A3 +LQ05X022080 Putative S-norcoclaurine synthase 4.949640963 C6_chemical_B1 +LQ05X022080 Putative S-norcoclaurine synthase 4.947094966 C6_chemical_B2 +LQ05X022080 Putative S-norcoclaurine synthase 5.04699768 C6_chemical_B3 +LQ05X022080 Putative S-norcoclaurine synthase 4.83065009 C6_chemical_C1 +LQ05X022080 Putative S-norcoclaurine synthase 5.180228546 C6_chemical_C2 +LQ05X022080 Putative S-norcoclaurine synthase 4.989436021 C6_chemical_C3 +LQ05X022080 Putative S-norcoclaurine synthase 4.805073001 L4_control_A1 +LQ05X022080 Putative S-norcoclaurine synthase 5.317875184 L4_control_A2 +LQ05X022080 Putative S-norcoclaurine synthase 4.602919942 L4_control_A3 +LQ05X022080 Putative S-norcoclaurine synthase 4.961541313 L4_control_B1 +LQ05X022080 Putative S-norcoclaurine synthase 4.923003864 L4_control_B2 +LQ05X022080 Putative S-norcoclaurine synthase 5.074599952 L4_control_B3 +LQ05X022080 Putative S-norcoclaurine synthase 5.019784916 L4_control_C2 +LQ05X022080 Putative S-norcoclaurine synthase 5.054644218 L4_control_C3 +LQ05X022080 Putative S-norcoclaurine synthase 4.969685148 L4_chemical_A1 +LQ05X022080 Putative S-norcoclaurine synthase 4.95404954 L4_chemical_A2 +LQ05X022080 Putative S-norcoclaurine synthase 4.779967649 L4_chemical_A3 +LQ05X022080 Putative S-norcoclaurine synthase 5.377613446 L4_chemical_B1 +LQ05X022080 Putative S-norcoclaurine synthase 5.272934776 L4_chemical_B2 +LQ05X022080 Putative S-norcoclaurine synthase 5.273496281 L4_chemical_B3 +LQ05X022080 Putative S-norcoclaurine synthase 5.30638105 L4_chemical_C2 +LQ05X022080 Putative S-norcoclaurine synthase 6.196557356 L4_chemical_C3 +LQ05X022110 Putative S-norcoclaurine synthase 7.847309879 C6_control_A1 +LQ05X022110 Putative S-norcoclaurine synthase 6.440292573 C6_control_A3 +LQ05X022110 Putative S-norcoclaurine synthase 10.99230602 C6_control_B1 +LQ05X022110 Putative S-norcoclaurine synthase 12.50723593 C6_control_B2 +LQ05X022110 Putative S-norcoclaurine synthase 12.39608512 C6_control_B3 +LQ05X022110 Putative S-norcoclaurine synthase 14.12557395 C6_control_C1 +LQ05X022110 Putative S-norcoclaurine synthase 14.59611481 C6_control_C2 +LQ05X022110 Putative S-norcoclaurine synthase 14.36881542 C6_control_C3 +LQ05X022110 Putative S-norcoclaurine synthase 6.981024662 C6_chemical_A1 +LQ05X022110 Putative S-norcoclaurine synthase 7.055150166 C6_chemical_A3 +LQ05X022110 Putative S-norcoclaurine synthase 11.33297264 C6_chemical_B1 +LQ05X022110 Putative S-norcoclaurine synthase 12.33763128 C6_chemical_B2 +LQ05X022110 Putative S-norcoclaurine synthase 12.71892456 C6_chemical_B3 +LQ05X022110 Putative S-norcoclaurine synthase 14.05162258 C6_chemical_C1 +LQ05X022110 Putative S-norcoclaurine synthase 14.39692538 C6_chemical_C2 +LQ05X022110 Putative S-norcoclaurine synthase 14.38796897 C6_chemical_C3 +LQ05X022110 Putative S-norcoclaurine synthase 6.702950993 L4_control_A1 +LQ05X022110 Putative S-norcoclaurine synthase 7.936925878 L4_control_A2 +LQ05X022110 Putative S-norcoclaurine synthase 8.463543918 L4_control_A3 +LQ05X022110 Putative S-norcoclaurine synthase 12.68628768 L4_control_B1 +LQ05X022110 Putative S-norcoclaurine synthase 11.40782222 L4_control_B2 +LQ05X022110 Putative S-norcoclaurine synthase 13.49475607 L4_control_B3 +LQ05X022110 Putative S-norcoclaurine synthase 14.0704744 L4_control_C2 +LQ05X022110 Putative S-norcoclaurine synthase 14.80833371 L4_control_C3 +LQ05X022110 Putative S-norcoclaurine synthase 7.840396088 L4_chemical_A1 +LQ05X022110 Putative S-norcoclaurine synthase 9.730193754 L4_chemical_A2 +LQ05X022110 Putative S-norcoclaurine synthase 8.180202015 L4_chemical_A3 +LQ05X022110 Putative S-norcoclaurine synthase 11.74222614 L4_chemical_B1 +LQ05X022110 Putative S-norcoclaurine synthase 12.27300571 L4_chemical_B2 +LQ05X022110 Putative S-norcoclaurine synthase 11.95407782 L4_chemical_B3 +LQ05X022110 Putative S-norcoclaurine synthase 14.49652708 L4_chemical_C2 +LQ05X022110 Putative S-norcoclaurine synthase 14.62887221 L4_chemical_C3 +LQ05X022120 Hypothetical protein 4.844362047 C6_control_A1 +LQ05X022120 Hypothetical protein 4.862734974 C6_control_A3 +LQ05X022120 Hypothetical protein 5.161569862 C6_control_B1 +LQ05X022120 Hypothetical protein 4.91598081 C6_control_B2 +LQ05X022120 Hypothetical protein 4.858076826 C6_control_B3 +LQ05X022120 Hypothetical protein 4.709469829 C6_control_C1 +LQ05X022120 Hypothetical protein 4.858053095 C6_control_C2 +LQ05X022120 Hypothetical protein 4.759086186 C6_control_C3 +LQ05X022120 Hypothetical protein 4.89579011 C6_chemical_A1 +LQ05X022120 Hypothetical protein 4.906770881 C6_chemical_A3 +LQ05X022120 Hypothetical protein 5.019629959 C6_chemical_B1 +LQ05X022120 Hypothetical protein 4.689706202 C6_chemical_B2 +LQ05X022120 Hypothetical protein 4.704028178 C6_chemical_B3 +LQ05X022120 Hypothetical protein 4.656151363 C6_chemical_C1 +LQ05X022120 Hypothetical protein 4.963747234 C6_chemical_C2 +LQ05X022120 Hypothetical protein 4.702970955 C6_chemical_C3 +LQ05X022120 Hypothetical protein 4.835021003 L4_control_A1 +LQ05X022120 Hypothetical protein 4.844900729 L4_control_A2 +LQ05X022120 Hypothetical protein 5.284043771 L4_control_A3 +LQ05X022120 Hypothetical protein 5.097986659 L4_control_B1 +LQ05X022120 Hypothetical protein 4.896211755 L4_control_B2 +LQ05X022120 Hypothetical protein 4.845060693 L4_control_B3 +LQ05X022120 Hypothetical protein 5.238844716 L4_control_C2 +LQ05X022120 Hypothetical protein 4.984661413 L4_control_C3 +LQ05X022120 Hypothetical protein 5.227513732 L4_chemical_A1 +LQ05X022120 Hypothetical protein 4.930372025 L4_chemical_A2 +LQ05X022120 Hypothetical protein 5.330350674 L4_chemical_A3 +LQ05X022120 Hypothetical protein 4.990159868 L4_chemical_B1 +LQ05X022120 Hypothetical protein 4.790012536 L4_chemical_B2 +LQ05X022120 Hypothetical protein 4.714505109 L4_chemical_B3 +LQ05X022120 Hypothetical protein 5.463183789 L4_chemical_C2 +LQ05X022120 Hypothetical protein 5.161020629 L4_chemical_C3 +LQ05X022140 Putative THO complex subunit 7 homolog 13.02923944 C6_control_A1 +LQ05X022140 Putative THO complex subunit 7 homolog 12.95091288 C6_control_A3 +LQ05X022140 Putative THO complex subunit 7 homolog 13.07800487 C6_control_B1 +LQ05X022140 Putative THO complex subunit 7 homolog 13.12535227 C6_control_B2 +LQ05X022140 Putative THO complex subunit 7 homolog 12.9348004 C6_control_B3 +LQ05X022140 Putative THO complex subunit 7 homolog 13.72409526 C6_control_C1 +LQ05X022140 Putative THO complex subunit 7 homolog 13.48852754 C6_control_C2 +LQ05X022140 Putative THO complex subunit 7 homolog 13.54085768 C6_control_C3 +LQ05X022140 Putative THO complex subunit 7 homolog 12.86485596 C6_chemical_A1 +LQ05X022140 Putative THO complex subunit 7 homolog 12.78345294 C6_chemical_A3 +LQ05X022140 Putative THO complex subunit 7 homolog 12.98471879 C6_chemical_B1 +LQ05X022140 Putative THO complex subunit 7 homolog 12.99087513 C6_chemical_B2 +LQ05X022140 Putative THO complex subunit 7 homolog 12.74274408 C6_chemical_B3 +LQ05X022140 Putative THO complex subunit 7 homolog 13.65937191 C6_chemical_C1 +LQ05X022140 Putative THO complex subunit 7 homolog 13.57053206 C6_chemical_C2 +LQ05X022140 Putative THO complex subunit 7 homolog 13.4222422 C6_chemical_C3 +LQ05X022140 Putative THO complex subunit 7 homolog 12.93348399 L4_control_A1 +LQ05X022140 Putative THO complex subunit 7 homolog 13.22227651 L4_control_A2 +LQ05X022140 Putative THO complex subunit 7 homolog 10.82900863 L4_control_A3 +LQ05X022140 Putative THO complex subunit 7 homolog 13.09109918 L4_control_B1 +LQ05X022140 Putative THO complex subunit 7 homolog 12.67524302 L4_control_B2 +LQ05X022140 Putative THO complex subunit 7 homolog 13.0561416 L4_control_B3 +LQ05X022140 Putative THO complex subunit 7 homolog 13.32865669 L4_control_C2 +LQ05X022140 Putative THO complex subunit 7 homolog 13.55509223 L4_control_C3 +LQ05X022140 Putative THO complex subunit 7 homolog 13.00351391 L4_chemical_A1 +LQ05X022140 Putative THO complex subunit 7 homolog 13.03627085 L4_chemical_A2 +LQ05X022140 Putative THO complex subunit 7 homolog 11.24170854 L4_chemical_A3 +LQ05X022140 Putative THO complex subunit 7 homolog 12.95924428 L4_chemical_B1 +LQ05X022140 Putative THO complex subunit 7 homolog 13.05798344 L4_chemical_B2 +LQ05X022140 Putative THO complex subunit 7 homolog 13.06987962 L4_chemical_B3 +LQ05X022140 Putative THO complex subunit 7 homolog 13.47386657 L4_chemical_C2 +LQ05X022140 Putative THO complex subunit 7 homolog 13.54856639 L4_chemical_C3 +LQ05X022160 N-acetyltransferase, putative 12.03885644 C6_control_A1 +LQ05X022160 N-acetyltransferase, putative 11.98158811 C6_control_A3 +LQ05X022160 N-acetyltransferase, putative 12.03496631 C6_control_B1 +LQ05X022160 N-acetyltransferase, putative 11.73474613 C6_control_B2 +LQ05X022160 N-acetyltransferase, putative 11.9857559 C6_control_B3 +LQ05X022160 N-acetyltransferase, putative 12.26807875 C6_control_C1 +LQ05X022160 N-acetyltransferase, putative 12.25267501 C6_control_C2 +LQ05X022160 N-acetyltransferase, putative 12.26445151 C6_control_C3 +LQ05X022160 N-acetyltransferase, putative 12.02128693 C6_chemical_A1 +LQ05X022160 N-acetyltransferase, putative 12.06660274 C6_chemical_A3 +LQ05X022160 N-acetyltransferase, putative 11.54219465 C6_chemical_B1 +LQ05X022160 N-acetyltransferase, putative 12.08850137 C6_chemical_B2 +LQ05X022160 N-acetyltransferase, putative 12.00763385 C6_chemical_B3 +LQ05X022160 N-acetyltransferase, putative 12.38939702 C6_chemical_C1 +LQ05X022160 N-acetyltransferase, putative 12.1589631 C6_chemical_C2 +LQ05X022160 N-acetyltransferase, putative 12.36056075 C6_chemical_C3 +LQ05X022160 N-acetyltransferase, putative 12.16629943 L4_control_A1 +LQ05X022160 N-acetyltransferase, putative 12.30264755 L4_control_A2 +LQ05X022160 N-acetyltransferase, putative 12.65724087 L4_control_A3 +LQ05X022160 N-acetyltransferase, putative 12.16672808 L4_control_B1 +LQ05X022160 N-acetyltransferase, putative 12.08693422 L4_control_B2 +LQ05X022160 N-acetyltransferase, putative 12.23651995 L4_control_B3 +LQ05X022160 N-acetyltransferase, putative 12.33902919 L4_control_C2 +LQ05X022160 N-acetyltransferase, putative 12.28282716 L4_control_C3 +LQ05X022160 N-acetyltransferase, putative 12.93004146 L4_chemical_A1 +LQ05X022160 N-acetyltransferase, putative 12.72281096 L4_chemical_A2 +LQ05X022160 N-acetyltransferase, putative 13.04334224 L4_chemical_A3 +LQ05X022160 N-acetyltransferase, putative 12.4683617 L4_chemical_B1 +LQ05X022160 N-acetyltransferase, putative 12.09356632 L4_chemical_B2 +LQ05X022160 N-acetyltransferase, putative 12.11444731 L4_chemical_B3 +LQ05X022160 N-acetyltransferase, putative 12.3726046 L4_chemical_C2 +LQ05X022160 N-acetyltransferase, putative 12.25030162 L4_chemical_C3 +LQ05X022170 ATP binding protein, putative 10.3679567 C6_control_A1 +LQ05X022170 ATP binding protein, putative 10.1256207 C6_control_A3 +LQ05X022170 ATP binding protein, putative 10.5362099 C6_control_B1 +LQ05X022170 ATP binding protein, putative 11.04169837 C6_control_B2 +LQ05X022170 ATP binding protein, putative 10.61547029 C6_control_B3 +LQ05X022170 ATP binding protein, putative 11.8232984 C6_control_C1 +LQ05X022170 ATP binding protein, putative 11.55657098 C6_control_C2 +LQ05X022170 ATP binding protein, putative 11.87179831 C6_control_C3 +LQ05X022170 ATP binding protein, putative 10.20904407 C6_chemical_A1 +LQ05X022170 ATP binding protein, putative 10.44413786 C6_chemical_A3 +LQ05X022170 ATP binding protein, putative 10.54682036 C6_chemical_B1 +LQ05X022170 ATP binding protein, putative 10.95978164 C6_chemical_B2 +LQ05X022170 ATP binding protein, putative 10.31585023 C6_chemical_B3 +LQ05X022170 ATP binding protein, putative 11.84559892 C6_chemical_C1 +LQ05X022170 ATP binding protein, putative 11.70656223 C6_chemical_C2 +LQ05X022170 ATP binding protein, putative 11.90642155 C6_chemical_C3 +LQ05X022170 ATP binding protein, putative 10.65744912 L4_control_A1 +LQ05X022170 ATP binding protein, putative 10.73059786 L4_control_A2 +LQ05X022170 ATP binding protein, putative 11.00031914 L4_control_A3 +LQ05X022170 ATP binding protein, putative 11.13915321 L4_control_B1 +LQ05X022170 ATP binding protein, putative 10.82945196 L4_control_B2 +LQ05X022170 ATP binding protein, putative 11.98425923 L4_control_B3 +LQ05X022170 ATP binding protein, putative 12.43912303 L4_control_C2 +LQ05X022170 ATP binding protein, putative 11.96201281 L4_control_C3 +LQ05X022170 ATP binding protein, putative 10.61684952 L4_chemical_A1 +LQ05X022170 ATP binding protein, putative 10.53833027 L4_chemical_A2 +LQ05X022170 ATP binding protein, putative 10.74792355 L4_chemical_A3 +LQ05X022170 ATP binding protein, putative 10.7575021 L4_chemical_B1 +LQ05X022170 ATP binding protein, putative 10.74065419 L4_chemical_B2 +LQ05X022170 ATP binding protein, putative 10.8929886 L4_chemical_B3 +LQ05X022170 ATP binding protein, putative 12.31628094 L4_chemical_C2 +LQ05X022170 ATP binding protein, putative 11.97657066 L4_chemical_C3 +LQ05X022180 Heat stress transcription factor A-1 4.724036244 C6_control_A1 +LQ05X022180 Heat stress transcription factor A-1 4.800407887 C6_control_A3 +LQ05X022180 Heat stress transcription factor A-1 4.990198254 C6_control_B1 +LQ05X022180 Heat stress transcription factor A-1 4.750015223 C6_control_B2 +LQ05X022180 Heat stress transcription factor A-1 4.616008757 C6_control_B3 +LQ05X022180 Heat stress transcription factor A-1 4.996288791 C6_control_C1 +LQ05X022180 Heat stress transcription factor A-1 4.760995512 C6_control_C2 +LQ05X022180 Heat stress transcription factor A-1 4.809786914 C6_control_C3 +LQ05X022180 Heat stress transcription factor A-1 4.777411513 C6_chemical_A1 +LQ05X022180 Heat stress transcription factor A-1 4.85627828 C6_chemical_A3 +LQ05X022180 Heat stress transcription factor A-1 4.748581254 C6_chemical_B1 +LQ05X022180 Heat stress transcription factor A-1 4.698598564 C6_chemical_B2 +LQ05X022180 Heat stress transcription factor A-1 4.726394291 C6_chemical_B3 +LQ05X022180 Heat stress transcription factor A-1 4.85257175 C6_chemical_C1 +LQ05X022180 Heat stress transcription factor A-1 4.719401192 C6_chemical_C2 +LQ05X022180 Heat stress transcription factor A-1 4.610579376 C6_chemical_C3 +LQ05X022180 Heat stress transcription factor A-1 5.084479161 L4_control_A1 +LQ05X022180 Heat stress transcription factor A-1 4.82648029 L4_control_A2 +LQ05X022180 Heat stress transcription factor A-1 5.37899471 L4_control_A3 +LQ05X022180 Heat stress transcription factor A-1 4.697632051 L4_control_B1 +LQ05X022180 Heat stress transcription factor A-1 4.782091385 L4_control_B2 +LQ05X022180 Heat stress transcription factor A-1 5.133050364 L4_control_B3 +LQ05X022180 Heat stress transcription factor A-1 5.070742521 L4_control_C2 +LQ05X022180 Heat stress transcription factor A-1 5.284118736 L4_control_C3 +LQ05X022180 Heat stress transcription factor A-1 5.073812644 L4_chemical_A1 +LQ05X022180 Heat stress transcription factor A-1 4.707288234 L4_chemical_A2 +LQ05X022180 Heat stress transcription factor A-1 5.472792479 L4_chemical_A3 +LQ05X022180 Heat stress transcription factor A-1 4.602515278 L4_chemical_B1 +LQ05X022180 Heat stress transcription factor A-1 4.899209599 L4_chemical_B2 +LQ05X022180 Heat stress transcription factor A-1 4.785683287 L4_chemical_B3 +LQ05X022180 Heat stress transcription factor A-1 4.917197031 L4_chemical_C2 +LQ05X022180 Heat stress transcription factor A-1 4.585572189 L4_chemical_C3 +LQ05X022190 Syntaxin-21 12.15134904 C6_control_A1 +LQ05X022190 Syntaxin-21 11.93915371 C6_control_A3 +LQ05X022190 Syntaxin-21 12.13588369 C6_control_B1 +LQ05X022190 Syntaxin-21 12.43075497 C6_control_B2 +LQ05X022190 Syntaxin-21 12.43831845 C6_control_B3 +LQ05X022190 Syntaxin-21 12.38616984 C6_control_C1 +LQ05X022190 Syntaxin-21 12.27492385 C6_control_C2 +LQ05X022190 Syntaxin-21 12.28017001 C6_control_C3 +LQ05X022190 Syntaxin-21 12.05618781 C6_chemical_A1 +LQ05X022190 Syntaxin-21 11.93153644 C6_chemical_A3 +LQ05X022190 Syntaxin-21 12.05010001 C6_chemical_B1 +LQ05X022190 Syntaxin-21 12.31461474 C6_chemical_B2 +LQ05X022190 Syntaxin-21 12.29409412 C6_chemical_B3 +LQ05X022190 Syntaxin-21 12.449678 C6_chemical_C1 +LQ05X022190 Syntaxin-21 12.35421442 C6_chemical_C2 +LQ05X022190 Syntaxin-21 12.48286309 C6_chemical_C3 +LQ05X022190 Syntaxin-21 11.90021852 L4_control_A1 +LQ05X022190 Syntaxin-21 12.03515735 L4_control_A2 +LQ05X022190 Syntaxin-21 12.21809313 L4_control_A3 +LQ05X022190 Syntaxin-21 12.75389718 L4_control_B1 +LQ05X022190 Syntaxin-21 12.72037004 L4_control_B2 +LQ05X022190 Syntaxin-21 13.5229481 L4_control_B3 +LQ05X022190 Syntaxin-21 12.7965711 L4_control_C2 +LQ05X022190 Syntaxin-21 12.95611477 L4_control_C3 +LQ05X022190 Syntaxin-21 12.09616885 L4_chemical_A1 +LQ05X022190 Syntaxin-21 12.3544311 L4_chemical_A2 +LQ05X022190 Syntaxin-21 12.26828268 L4_chemical_A3 +LQ05X022190 Syntaxin-21 12.52620507 L4_chemical_B1 +LQ05X022190 Syntaxin-21 12.5570734 L4_chemical_B2 +LQ05X022190 Syntaxin-21 12.60414903 L4_chemical_B3 +LQ05X022190 Syntaxin-21 12.65341221 L4_chemical_C2 +LQ05X022190 Syntaxin-21 12.91729125 L4_chemical_C3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.643550105 C6_control_A1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.760466794 C6_control_A3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.492440064 C6_control_B1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.264236926 C6_control_B2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.445349714 C6_control_B3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.423517978 C6_control_C1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.23732785 C6_control_C2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.54813453 C6_control_C3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.639924189 C6_chemical_A1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.639098482 C6_chemical_A3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.359341453 C6_chemical_B1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.103200114 C6_chemical_B2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.479214752 C6_chemical_B3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.10931124 C6_chemical_C1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.063156933 C6_chemical_C2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.473705176 C6_chemical_C3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.066947298 L4_control_A1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.473958175 L4_control_A2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.753459759 L4_control_A3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 6.429018019 L4_control_B1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 6.126432333 L4_control_B2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.383953767 L4_control_B3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 4.982947441 L4_control_C2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.064708009 L4_control_C3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 4.953674363 L4_chemical_A1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.413872191 L4_chemical_A2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 6.139305717 L4_chemical_A3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.247662867 L4_chemical_B1 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.315708957 L4_chemical_B2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.202174353 L4_chemical_B3 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.315738745 L4_chemical_C2 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.648676778 L4_chemical_C3 +LQ05X022210 Nucleic acid binding protein, putative 14.11693842 C6_control_A1 +LQ05X022210 Nucleic acid binding protein, putative 13.64534132 C6_control_A3 +LQ05X022210 Nucleic acid binding protein, putative 14.10004018 C6_control_B1 +LQ05X022210 Nucleic acid binding protein, putative 13.74388544 C6_control_B2 +LQ05X022210 Nucleic acid binding protein, putative 14.07154313 C6_control_B3 +LQ05X022210 Nucleic acid binding protein, putative 14.47401202 C6_control_C1 +LQ05X022210 Nucleic acid binding protein, putative 14.32326594 C6_control_C2 +LQ05X022210 Nucleic acid binding protein, putative 14.12308513 C6_control_C3 +LQ05X022210 Nucleic acid binding protein, putative 13.89416305 C6_chemical_A1 +LQ05X022210 Nucleic acid binding protein, putative 13.87419014 C6_chemical_A3 +LQ05X022210 Nucleic acid binding protein, putative 14.17768681 C6_chemical_B1 +LQ05X022210 Nucleic acid binding protein, putative 13.8778382 C6_chemical_B2 +LQ05X022210 Nucleic acid binding protein, putative 14.19581522 C6_chemical_B3 +LQ05X022210 Nucleic acid binding protein, putative 14.39212641 C6_chemical_C1 +LQ05X022210 Nucleic acid binding protein, putative 14.12128637 C6_chemical_C2 +LQ05X022210 Nucleic acid binding protein, putative 14.00444294 C6_chemical_C3 +LQ05X022210 Nucleic acid binding protein, putative 13.95234987 L4_control_A1 +LQ05X022210 Nucleic acid binding protein, putative 13.2380607 L4_control_A2 +LQ05X022210 Nucleic acid binding protein, putative 13.68334609 L4_control_A3 +LQ05X022210 Nucleic acid binding protein, putative 13.86774784 L4_control_B1 +LQ05X022210 Nucleic acid binding protein, putative 14.1727431 L4_control_B2 +LQ05X022210 Nucleic acid binding protein, putative 14.04617654 L4_control_B3 +LQ05X022210 Nucleic acid binding protein, putative 14.22012625 L4_control_C2 +LQ05X022210 Nucleic acid binding protein, putative 14.07222444 L4_control_C3 +LQ05X022210 Nucleic acid binding protein, putative 14.31058782 L4_chemical_A1 +LQ05X022210 Nucleic acid binding protein, putative 13.5761695 L4_chemical_A2 +LQ05X022210 Nucleic acid binding protein, putative 13.91701927 L4_chemical_A3 +LQ05X022210 Nucleic acid binding protein, putative 14.02135355 L4_chemical_B1 +LQ05X022210 Nucleic acid binding protein, putative 14.14404349 L4_chemical_B2 +LQ05X022210 Nucleic acid binding protein, putative 13.77181866 L4_chemical_B3 +LQ05X022210 Nucleic acid binding protein, putative 14.36479796 L4_chemical_C2 +LQ05X022210 Nucleic acid binding protein, putative 14.0374284 L4_chemical_C3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.04594923 C6_control_A1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.42005688 C6_control_A3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.77760485 C6_control_B1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.78718624 C6_control_B2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.22673475 C6_control_B3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.47930094 C6_control_C1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.09009991 C6_control_C2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.23540516 C6_control_C3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.58294291 C6_chemical_A1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.13229551 C6_chemical_A3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.3175661 C6_chemical_B1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.79185598 C6_chemical_B2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.73312674 C6_chemical_B3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.43772415 C6_chemical_C1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.1962462 C6_chemical_C2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 9.721575299 C6_chemical_C3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.86549044 L4_control_A1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.07706386 L4_control_A2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.09097709 L4_control_A3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.34595467 L4_control_B1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.70705246 L4_control_B2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.51758168 L4_control_B3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.93898655 L4_control_C2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.70204684 L4_control_C3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.60331715 L4_chemical_A1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.42604808 L4_chemical_A2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.62879461 L4_chemical_A3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.73264111 L4_chemical_B1 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.76231395 L4_chemical_B2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.92262848 L4_chemical_B3 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.00022412 L4_chemical_C2 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 10.99921215 L4_chemical_C3 +LQ05X022280 Protein transporter, putative 12.45986029 C6_control_A1 +LQ05X022280 Protein transporter, putative 12.54084606 C6_control_A3 +LQ05X022280 Protein transporter, putative 12.55311114 C6_control_B1 +LQ05X022280 Protein transporter, putative 12.5356239 C6_control_B2 +LQ05X022280 Protein transporter, putative 12.57610614 C6_control_B3 +LQ05X022280 Protein transporter, putative 12.63172735 C6_control_C1 +LQ05X022280 Protein transporter, putative 12.79167457 C6_control_C2 +LQ05X022280 Protein transporter, putative 12.35197191 C6_control_C3 +LQ05X022280 Protein transporter, putative 12.62475053 C6_chemical_A1 +LQ05X022280 Protein transporter, putative 12.69278549 C6_chemical_A3 +LQ05X022280 Protein transporter, putative 12.63214436 C6_chemical_B1 +LQ05X022280 Protein transporter, putative 12.6377972 C6_chemical_B2 +LQ05X022280 Protein transporter, putative 12.56847877 C6_chemical_B3 +LQ05X022280 Protein transporter, putative 12.71120897 C6_chemical_C1 +LQ05X022280 Protein transporter, putative 12.52176702 C6_chemical_C2 +LQ05X022280 Protein transporter, putative 12.57888844 C6_chemical_C3 +LQ05X022280 Protein transporter, putative 11.73629622 L4_control_A1 +LQ05X022280 Protein transporter, putative 12.00905441 L4_control_A2 +LQ05X022280 Protein transporter, putative 11.28889109 L4_control_A3 +LQ05X022280 Protein transporter, putative 12.50191863 L4_control_B1 +LQ05X022280 Protein transporter, putative 12.49092364 L4_control_B2 +LQ05X022280 Protein transporter, putative 12.57597426 L4_control_B3 +LQ05X022280 Protein transporter, putative 12.03207569 L4_control_C2 +LQ05X022280 Protein transporter, putative 12.79328033 L4_control_C3 +LQ05X022280 Protein transporter, putative 11.8912307 L4_chemical_A1 +LQ05X022280 Protein transporter, putative 11.73300081 L4_chemical_A2 +LQ05X022280 Protein transporter, putative 11.12820387 L4_chemical_A3 +LQ05X022280 Protein transporter, putative 12.37060521 L4_chemical_B1 +LQ05X022280 Protein transporter, putative 12.00739269 L4_chemical_B2 +LQ05X022280 Protein transporter, putative 12.47282349 L4_chemical_B3 +LQ05X022280 Protein transporter, putative 11.72721783 L4_chemical_C2 +LQ05X022280 Protein transporter, putative 12.47944785 L4_chemical_C3 +LQ05X022310 Catalytic, putative 5.814463573 C6_control_A1 +LQ05X022310 Catalytic, putative 5.33650305 C6_control_A3 +LQ05X022310 Catalytic, putative 5.920353882 C6_control_B1 +LQ05X022310 Catalytic, putative 5.570416997 C6_control_B2 +LQ05X022310 Catalytic, putative 5.987975944 C6_control_B3 +LQ05X022310 Catalytic, putative 5.245703262 C6_control_C1 +LQ05X022310 Catalytic, putative 6.062344057 C6_control_C2 +LQ05X022310 Catalytic, putative 5.724564143 C6_control_C3 +LQ05X022310 Catalytic, putative 5.837342534 C6_chemical_A1 +LQ05X022310 Catalytic, putative 5.247598467 C6_chemical_A3 +LQ05X022310 Catalytic, putative 6.159072905 C6_chemical_B1 +LQ05X022310 Catalytic, putative 5.800625737 C6_chemical_B2 +LQ05X022310 Catalytic, putative 6.110513999 C6_chemical_B3 +LQ05X022310 Catalytic, putative 5.604336374 C6_chemical_C1 +LQ05X022310 Catalytic, putative 5.305228654 C6_chemical_C2 +LQ05X022310 Catalytic, putative 5.395107062 C6_chemical_C3 +LQ05X022310 Catalytic, putative 5.697926646 L4_control_A1 +LQ05X022310 Catalytic, putative 5.913303945 L4_control_A2 +LQ05X022310 Catalytic, putative 5.832436943 L4_control_A3 +LQ05X022310 Catalytic, putative 5.478714214 L4_control_B1 +LQ05X022310 Catalytic, putative 5.857530826 L4_control_B2 +LQ05X022310 Catalytic, putative 5.700154267 L4_control_B3 +LQ05X022310 Catalytic, putative 5.201856394 L4_control_C2 +LQ05X022310 Catalytic, putative 5.496959828 L4_control_C3 +LQ05X022310 Catalytic, putative 5.589438652 L4_chemical_A1 +LQ05X022310 Catalytic, putative 5.415628087 L4_chemical_A2 +LQ05X022310 Catalytic, putative 5.821999838 L4_chemical_A3 +LQ05X022310 Catalytic, putative 5.565013687 L4_chemical_B1 +LQ05X022310 Catalytic, putative 6.155079903 L4_chemical_B2 +LQ05X022310 Catalytic, putative 5.630183833 L4_chemical_B3 +LQ05X022310 Catalytic, putative 6.028875927 L4_chemical_C2 +LQ05X022310 Catalytic, putative 6.374666646 L4_chemical_C3 +LQ05X022350 Cellulose synthase-like protein D3 7.098405439 C6_control_A1 +LQ05X022350 Cellulose synthase-like protein D3 6.646919612 C6_control_A3 +LQ05X022350 Cellulose synthase-like protein D3 7.61334315 C6_control_B1 +LQ05X022350 Cellulose synthase-like protein D3 6.802185483 C6_control_B2 +LQ05X022350 Cellulose synthase-like protein D3 8.337643655 C6_control_B3 +LQ05X022350 Cellulose synthase-like protein D3 5.531109424 C6_control_C1 +LQ05X022350 Cellulose synthase-like protein D3 5.492449135 C6_control_C2 +LQ05X022350 Cellulose synthase-like protein D3 5.869481214 C6_control_C3 +LQ05X022350 Cellulose synthase-like protein D3 6.923349226 C6_chemical_A1 +LQ05X022350 Cellulose synthase-like protein D3 7.010957251 C6_chemical_A3 +LQ05X022350 Cellulose synthase-like protein D3 7.393952283 C6_chemical_B1 +LQ05X022350 Cellulose synthase-like protein D3 6.949941127 C6_chemical_B2 +LQ05X022350 Cellulose synthase-like protein D3 7.587483018 C6_chemical_B3 +LQ05X022350 Cellulose synthase-like protein D3 5.72696473 C6_chemical_C1 +LQ05X022350 Cellulose synthase-like protein D3 5.928594721 C6_chemical_C2 +LQ05X022350 Cellulose synthase-like protein D3 6.326658827 C6_chemical_C3 +LQ05X022350 Cellulose synthase-like protein D3 6.656890835 L4_control_A1 +LQ05X022350 Cellulose synthase-like protein D3 7.565515674 L4_control_A2 +LQ05X022350 Cellulose synthase-like protein D3 7.775030548 L4_control_A3 +LQ05X022350 Cellulose synthase-like protein D3 7.867842844 L4_control_B1 +LQ05X022350 Cellulose synthase-like protein D3 6.796698016 L4_control_B2 +LQ05X022350 Cellulose synthase-like protein D3 7.603309858 L4_control_B3 +LQ05X022350 Cellulose synthase-like protein D3 6.833824989 L4_control_C2 +LQ05X022350 Cellulose synthase-like protein D3 7.654974172 L4_control_C3 +LQ05X022350 Cellulose synthase-like protein D3 6.619826986 L4_chemical_A1 +LQ05X022350 Cellulose synthase-like protein D3 7.214366352 L4_chemical_A2 +LQ05X022350 Cellulose synthase-like protein D3 7.445600671 L4_chemical_A3 +LQ05X022350 Cellulose synthase-like protein D3 7.452092286 L4_chemical_B1 +LQ05X022350 Cellulose synthase-like protein D3 7.270433456 L4_chemical_B2 +LQ05X022350 Cellulose synthase-like protein D3 7.421854387 L4_chemical_B3 +LQ05X022350 Cellulose synthase-like protein D3 6.239621326 L4_chemical_C2 +LQ05X022350 Cellulose synthase-like protein D3 7.309756805 L4_chemical_C3 +LQ05X022370 Hypothetical protein 5.125854523 C6_control_A1 +LQ05X022370 Hypothetical protein 5.261322515 C6_control_A3 +LQ05X022370 Hypothetical protein 5.261098321 C6_control_B1 +LQ05X022370 Hypothetical protein 5.338404491 C6_control_B2 +LQ05X022370 Hypothetical protein 5.016925003 C6_control_B3 +LQ05X022370 Hypothetical protein 5.150754874 C6_control_C1 +LQ05X022370 Hypothetical protein 5.055371042 C6_control_C2 +LQ05X022370 Hypothetical protein 5.16578247 C6_control_C3 +LQ05X022370 Hypothetical protein 5.053184049 C6_chemical_A1 +LQ05X022370 Hypothetical protein 5.093058957 C6_chemical_A3 +LQ05X022370 Hypothetical protein 5.239839756 C6_chemical_B1 +LQ05X022370 Hypothetical protein 5.312653853 C6_chemical_B2 +LQ05X022370 Hypothetical protein 5.023554165 C6_chemical_B3 +LQ05X022370 Hypothetical protein 5.284348078 C6_chemical_C1 +LQ05X022370 Hypothetical protein 5.049496676 C6_chemical_C2 +LQ05X022370 Hypothetical protein 5.03011789 C6_chemical_C3 +LQ05X022370 Hypothetical protein 5.150674888 L4_control_A1 +LQ05X022370 Hypothetical protein 5.392178673 L4_control_A2 +LQ05X022370 Hypothetical protein 5.68848599 L4_control_A3 +LQ05X022370 Hypothetical protein 5.744233544 L4_control_B1 +LQ05X022370 Hypothetical protein 5.11979196 L4_control_B2 +LQ05X022370 Hypothetical protein 4.991273817 L4_control_B3 +LQ05X022370 Hypothetical protein 5.061740001 L4_control_C2 +LQ05X022370 Hypothetical protein 4.850526435 L4_control_C3 +LQ05X022370 Hypothetical protein 5.03567709 L4_chemical_A1 +LQ05X022370 Hypothetical protein 5.151493745 L4_chemical_A2 +LQ05X022370 Hypothetical protein 5.434496955 L4_chemical_A3 +LQ05X022370 Hypothetical protein 5.229378614 L4_chemical_B1 +LQ05X022370 Hypothetical protein 5.153538933 L4_chemical_B2 +LQ05X022370 Hypothetical protein 5.114834584 L4_chemical_B3 +LQ05X022370 Hypothetical protein 4.948620198 L4_chemical_C2 +LQ05X022370 Hypothetical protein 5.33321203 L4_chemical_C3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.174879656 C6_control_A1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 8.448971352 C6_control_A3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.113306902 C6_control_B1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.050830282 C6_control_B2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.180379235 C6_control_B3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.618793769 C6_control_C1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 7.980725026 C6_control_C2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.920246465 C6_control_C3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.965797605 C6_chemical_A1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.270262437 C6_chemical_A3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.876234675 C6_chemical_B1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.419408114 C6_chemical_B2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.266293788 C6_chemical_B3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.638172672 C6_chemical_C1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.49102998 C6_chemical_C2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.593393527 C6_chemical_C3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.925087085 L4_control_A1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.59245667 L4_control_A2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 4.973281052 L4_control_A3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 4.734555467 L4_control_B1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.466081204 L4_control_B2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.416889294 L4_control_B3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.354132817 L4_control_C2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 6.043719348 L4_control_C3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.589989967 L4_chemical_A1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.730155421 L4_chemical_A2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.227155203 L4_chemical_A3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.538564749 L4_chemical_B1 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.196844299 L4_chemical_B2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.978215279 L4_chemical_B3 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.170059769 L4_chemical_C2 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.758096099 L4_chemical_C3 +LQ05X022440 D-xylose-proton symporter-like 2 12.0441096 C6_control_A1 +LQ05X022440 D-xylose-proton symporter-like 2 11.98049752 C6_control_A3 +LQ05X022440 D-xylose-proton symporter-like 2 12.24013998 C6_control_B1 +LQ05X022440 D-xylose-proton symporter-like 2 11.78980495 C6_control_B2 +LQ05X022440 D-xylose-proton symporter-like 2 11.83280974 C6_control_B3 +LQ05X022440 D-xylose-proton symporter-like 2 12.08086126 C6_control_C1 +LQ05X022440 D-xylose-proton symporter-like 2 11.66186409 C6_control_C2 +LQ05X022440 D-xylose-proton symporter-like 2 11.3190578 C6_control_C3 +LQ05X022440 D-xylose-proton symporter-like 2 12.33570564 C6_chemical_A1 +LQ05X022440 D-xylose-proton symporter-like 2 11.84131326 C6_chemical_A3 +LQ05X022440 D-xylose-proton symporter-like 2 12.47834594 C6_chemical_B1 +LQ05X022440 D-xylose-proton symporter-like 2 11.69141692 C6_chemical_B2 +LQ05X022440 D-xylose-proton symporter-like 2 11.98241781 C6_chemical_B3 +LQ05X022440 D-xylose-proton symporter-like 2 12.08471459 C6_chemical_C1 +LQ05X022440 D-xylose-proton symporter-like 2 11.74072571 C6_chemical_C2 +LQ05X022440 D-xylose-proton symporter-like 2 11.64853341 C6_chemical_C3 +LQ05X022440 D-xylose-proton symporter-like 2 11.95293674 L4_control_A1 +LQ05X022440 D-xylose-proton symporter-like 2 12.55581272 L4_control_A2 +LQ05X022440 D-xylose-proton symporter-like 2 11.79425846 L4_control_A3 +LQ05X022440 D-xylose-proton symporter-like 2 11.33426535 L4_control_B1 +LQ05X022440 D-xylose-proton symporter-like 2 12.17139899 L4_control_B2 +LQ05X022440 D-xylose-proton symporter-like 2 11.88926329 L4_control_B3 +LQ05X022440 D-xylose-proton symporter-like 2 11.87395689 L4_control_C2 +LQ05X022440 D-xylose-proton symporter-like 2 12.09737617 L4_control_C3 +LQ05X022440 D-xylose-proton symporter-like 2 11.92727641 L4_chemical_A1 +LQ05X022440 D-xylose-proton symporter-like 2 12.24792081 L4_chemical_A2 +LQ05X022440 D-xylose-proton symporter-like 2 11.79320187 L4_chemical_A3 +LQ05X022440 D-xylose-proton symporter-like 2 11.38326715 L4_chemical_B1 +LQ05X022440 D-xylose-proton symporter-like 2 11.71207648 L4_chemical_B2 +LQ05X022440 D-xylose-proton symporter-like 2 11.82143711 L4_chemical_B3 +LQ05X022440 D-xylose-proton symporter-like 2 11.51885985 L4_chemical_C2 +LQ05X022440 D-xylose-proton symporter-like 2 11.95536296 L4_chemical_C3 +LQ05X022520 Putative Predicted protein 5.1282199 C6_control_A1 +LQ05X022520 Putative Predicted protein 5.481315768 C6_control_A3 +LQ05X022520 Putative Predicted protein 5.010711705 C6_control_B1 +LQ05X022520 Putative Predicted protein 4.863096767 C6_control_B2 +LQ05X022520 Putative Predicted protein 5.388026154 C6_control_B3 +LQ05X022520 Putative Predicted protein 4.937498914 C6_control_C1 +LQ05X022520 Putative Predicted protein 4.81771518 C6_control_C2 +LQ05X022520 Putative Predicted protein 5.170793592 C6_control_C3 +LQ05X022520 Putative Predicted protein 5.238405301 C6_chemical_A1 +LQ05X022520 Putative Predicted protein 4.948848973 C6_chemical_A3 +LQ05X022520 Putative Predicted protein 5.338824096 C6_chemical_B1 +LQ05X022520 Putative Predicted protein 4.794959322 C6_chemical_B2 +LQ05X022520 Putative Predicted protein 5.041364706 C6_chemical_B3 +LQ05X022520 Putative Predicted protein 4.85388682 C6_chemical_C1 +LQ05X022520 Putative Predicted protein 5.074126068 C6_chemical_C2 +LQ05X022520 Putative Predicted protein 4.951085479 C6_chemical_C3 +LQ05X022520 Putative Predicted protein 5.309468328 L4_control_A1 +LQ05X022520 Putative Predicted protein 5.584274783 L4_control_A2 +LQ05X022520 Putative Predicted protein 5.853477657 L4_control_A3 +LQ05X022520 Putative Predicted protein 7.375734109 L4_control_B1 +LQ05X022520 Putative Predicted protein 5.006213255 L4_control_B2 +LQ05X022520 Putative Predicted protein 5.523934073 L4_control_B3 +LQ05X022520 Putative Predicted protein 5.234179321 L4_control_C2 +LQ05X022520 Putative Predicted protein 5.639984969 L4_control_C3 +LQ05X022520 Putative Predicted protein 5.002440541 L4_chemical_A1 +LQ05X022520 Putative Predicted protein 5.287860811 L4_chemical_A2 +LQ05X022520 Putative Predicted protein 6.237953422 L4_chemical_A3 +LQ05X022520 Putative Predicted protein 5.84278288 L4_chemical_B1 +LQ05X022520 Putative Predicted protein 5.337961056 L4_chemical_B2 +LQ05X022520 Putative Predicted protein 5.114759509 L4_chemical_B3 +LQ05X022520 Putative Predicted protein 5.59803848 L4_chemical_C2 +LQ05X022520 Putative Predicted protein 5.335609119 L4_chemical_C3 +LQ05X022572 Hypothetical protein 5.452796451 C6_control_A1 +LQ05X022572 Hypothetical protein 5.570847889 C6_control_A3 +LQ05X022572 Hypothetical protein 5.636938777 C6_control_B1 +LQ05X022572 Hypothetical protein 5.289436057 C6_control_B2 +LQ05X022572 Hypothetical protein 5.570979171 C6_control_B3 +LQ05X022572 Hypothetical protein 5.209252594 C6_control_C1 +LQ05X022572 Hypothetical protein 5.150616567 C6_control_C2 +LQ05X022572 Hypothetical protein 5.027621857 C6_control_C3 +LQ05X022572 Hypothetical protein 5.678345565 C6_chemical_A1 +LQ05X022572 Hypothetical protein 5.545051108 C6_chemical_A3 +LQ05X022572 Hypothetical protein 5.10652725 C6_chemical_B1 +LQ05X022572 Hypothetical protein 5.40409899 C6_chemical_B2 +LQ05X022572 Hypothetical protein 5.323032433 C6_chemical_B3 +LQ05X022572 Hypothetical protein 5.223661136 C6_chemical_C1 +LQ05X022572 Hypothetical protein 5.604343357 C6_chemical_C2 +LQ05X022572 Hypothetical protein 5.291265723 C6_chemical_C3 +LQ05X022572 Hypothetical protein 5.440506685 L4_control_A1 +LQ05X022572 Hypothetical protein 5.533783295 L4_control_A2 +LQ05X022572 Hypothetical protein 5.549909365 L4_control_A3 +LQ05X022572 Hypothetical protein 5.968032809 L4_control_B1 +LQ05X022572 Hypothetical protein 5.740599566 L4_control_B2 +LQ05X022572 Hypothetical protein 5.400417628 L4_control_B3 +LQ05X022572 Hypothetical protein 6.026515073 L4_control_C2 +LQ05X022572 Hypothetical protein 5.377142241 L4_control_C3 +LQ05X022572 Hypothetical protein 5.471023915 L4_chemical_A1 +LQ05X022572 Hypothetical protein 5.644152631 L4_chemical_A2 +LQ05X022572 Hypothetical protein 5.634662392 L4_chemical_A3 +LQ05X022572 Hypothetical protein 5.7882133 L4_chemical_B1 +LQ05X022572 Hypothetical protein 6.017560585 L4_chemical_B2 +LQ05X022572 Hypothetical protein 5.501950717 L4_chemical_B3 +LQ05X022572 Hypothetical protein 5.108765377 L4_chemical_C2 +LQ05X022572 Hypothetical protein 4.814944022 L4_chemical_C3 +LQ05X022610 Putative Disease resistance protein RPM1 8.041968829 C6_control_A1 +LQ05X022610 Putative Disease resistance protein RPM1 8.273930474 C6_control_A3 +LQ05X022610 Putative Disease resistance protein RPM1 7.372471335 C6_control_B1 +LQ05X022610 Putative Disease resistance protein RPM1 8.138279867 C6_control_B2 +LQ05X022610 Putative Disease resistance protein RPM1 7.247463706 C6_control_B3 +LQ05X022610 Putative Disease resistance protein RPM1 7.697877658 C6_control_C1 +LQ05X022610 Putative Disease resistance protein RPM1 7.619098955 C6_control_C2 +LQ05X022610 Putative Disease resistance protein RPM1 7.478238037 C6_control_C3 +LQ05X022610 Putative Disease resistance protein RPM1 7.826268527 C6_chemical_A1 +LQ05X022610 Putative Disease resistance protein RPM1 8.184622089 C6_chemical_A3 +LQ05X022610 Putative Disease resistance protein RPM1 6.394150419 C6_chemical_B1 +LQ05X022610 Putative Disease resistance protein RPM1 8.093718938 C6_chemical_B2 +LQ05X022610 Putative Disease resistance protein RPM1 7.740868628 C6_chemical_B3 +LQ05X022610 Putative Disease resistance protein RPM1 7.365292026 C6_chemical_C1 +LQ05X022610 Putative Disease resistance protein RPM1 7.02502934 C6_chemical_C2 +LQ05X022610 Putative Disease resistance protein RPM1 7.886516889 C6_chemical_C3 +LQ05X022610 Putative Disease resistance protein RPM1 8.14924649 L4_control_A1 +LQ05X022610 Putative Disease resistance protein RPM1 7.719320756 L4_control_A2 +LQ05X022610 Putative Disease resistance protein RPM1 6.063025028 L4_control_A3 +LQ05X022610 Putative Disease resistance protein RPM1 6.388863239 L4_control_B1 +LQ05X022610 Putative Disease resistance protein RPM1 6.887251368 L4_control_B2 +LQ05X022610 Putative Disease resistance protein RPM1 7.256670987 L4_control_B3 +LQ05X022610 Putative Disease resistance protein RPM1 5.400140527 L4_control_C2 +LQ05X022610 Putative Disease resistance protein RPM1 5.437512584 L4_control_C3 +LQ05X022610 Putative Disease resistance protein RPM1 8.490270425 L4_chemical_A1 +LQ05X022610 Putative Disease resistance protein RPM1 7.288950209 L4_chemical_A2 +LQ05X022610 Putative Disease resistance protein RPM1 7.185323343 L4_chemical_A3 +LQ05X022610 Putative Disease resistance protein RPM1 6.776691364 L4_chemical_B1 +LQ05X022610 Putative Disease resistance protein RPM1 6.510529419 L4_chemical_B2 +LQ05X022610 Putative Disease resistance protein RPM1 7.793273916 L4_chemical_B3 +LQ05X022610 Putative Disease resistance protein RPM1 5.425425438 L4_chemical_C2 +LQ05X022610 Putative Disease resistance protein RPM1 5.219847269 L4_chemical_C3 +LQ05X022650 Putative uncharacterized protein 11.55502559 C6_control_A1 +LQ05X022650 Putative uncharacterized protein 11.61781583 C6_control_A3 +LQ05X022650 Putative uncharacterized protein 10.93644927 C6_control_B1 +LQ05X022650 Putative uncharacterized protein 11.53263158 C6_control_B2 +LQ05X022650 Putative uncharacterized protein 10.71382012 C6_control_B3 +LQ05X022650 Putative uncharacterized protein 10.98442656 C6_control_C1 +LQ05X022650 Putative uncharacterized protein 10.85165581 C6_control_C2 +LQ05X022650 Putative uncharacterized protein 10.9696274 C6_control_C3 +LQ05X022650 Putative uncharacterized protein 11.49069953 C6_chemical_A1 +LQ05X022650 Putative uncharacterized protein 11.5168911 C6_chemical_A3 +LQ05X022650 Putative uncharacterized protein 10.71046764 C6_chemical_B1 +LQ05X022650 Putative uncharacterized protein 11.57522848 C6_chemical_B2 +LQ05X022650 Putative uncharacterized protein 10.15585557 C6_chemical_B3 +LQ05X022650 Putative uncharacterized protein 10.83841182 C6_chemical_C1 +LQ05X022650 Putative uncharacterized protein 11.095254 C6_chemical_C2 +LQ05X022650 Putative uncharacterized protein 10.91955354 C6_chemical_C3 +LQ05X022650 Putative uncharacterized protein 11.97522163 L4_control_A1 +LQ05X022650 Putative uncharacterized protein 12.13270766 L4_control_A2 +LQ05X022650 Putative uncharacterized protein 12.1048605 L4_control_A3 +LQ05X022650 Putative uncharacterized protein 11.16925427 L4_control_B1 +LQ05X022650 Putative uncharacterized protein 10.67982193 L4_control_B2 +LQ05X022650 Putative uncharacterized protein 11.26865127 L4_control_B3 +LQ05X022650 Putative uncharacterized protein 10.94642868 L4_control_C2 +LQ05X022650 Putative uncharacterized protein 10.85645665 L4_control_C3 +LQ05X022650 Putative uncharacterized protein 12.18465393 L4_chemical_A1 +LQ05X022650 Putative uncharacterized protein 12.1127209 L4_chemical_A2 +LQ05X022650 Putative uncharacterized protein 12.14701104 L4_chemical_A3 +LQ05X022650 Putative uncharacterized protein 10.97217315 L4_chemical_B1 +LQ05X022650 Putative uncharacterized protein 11.32667171 L4_chemical_B2 +LQ05X022650 Putative uncharacterized protein 11.59955417 L4_chemical_B3 +LQ05X022650 Putative uncharacterized protein 11.16048287 L4_chemical_C2 +LQ05X022650 Putative uncharacterized protein 11.03753564 L4_chemical_C3 +LQ05X022690 Putative uncharacterized protein 5.479407055 C6_control_A1 +LQ05X022690 Putative uncharacterized protein 5.602404319 C6_control_A3 +LQ05X022690 Putative uncharacterized protein 5.279391227 C6_control_B1 +LQ05X022690 Putative uncharacterized protein 5.410491506 C6_control_B2 +LQ05X022690 Putative uncharacterized protein 5.885448351 C6_control_B3 +LQ05X022690 Putative uncharacterized protein 5.127402393 C6_control_C1 +LQ05X022690 Putative uncharacterized protein 5.752605643 C6_control_C2 +LQ05X022690 Putative uncharacterized protein 5.593282657 C6_control_C3 +LQ05X022690 Putative uncharacterized protein 5.347849314 C6_chemical_A1 +LQ05X022690 Putative uncharacterized protein 5.424456363 C6_chemical_A3 +LQ05X022690 Putative uncharacterized protein 5.739744519 C6_chemical_B1 +LQ05X022690 Putative uncharacterized protein 5.361621626 C6_chemical_B2 +LQ05X022690 Putative uncharacterized protein 5.32504624 C6_chemical_B3 +LQ05X022690 Putative uncharacterized protein 5.516943202 C6_chemical_C1 +LQ05X022690 Putative uncharacterized protein 5.468618972 C6_chemical_C2 +LQ05X022690 Putative uncharacterized protein 5.295855645 C6_chemical_C3 +LQ05X022690 Putative uncharacterized protein 5.26758193 L4_control_A1 +LQ05X022690 Putative uncharacterized protein 5.351322805 L4_control_A2 +LQ05X022690 Putative uncharacterized protein 5.464404841 L4_control_A3 +LQ05X022690 Putative uncharacterized protein 5.324087432 L4_control_B1 +LQ05X022690 Putative uncharacterized protein 5.195112096 L4_control_B2 +LQ05X022690 Putative uncharacterized protein 5.302189252 L4_control_B3 +LQ05X022690 Putative uncharacterized protein 6.066417621 L4_control_C2 +LQ05X022690 Putative uncharacterized protein 5.275236382 L4_control_C3 +LQ05X022690 Putative uncharacterized protein 5.511686761 L4_chemical_A1 +LQ05X022690 Putative uncharacterized protein 5.742185477 L4_chemical_A2 +LQ05X022690 Putative uncharacterized protein 5.027119992 L4_chemical_A3 +LQ05X022690 Putative uncharacterized protein 5.407238736 L4_chemical_B1 +LQ05X022690 Putative uncharacterized protein 5.436123527 L4_chemical_B2 +LQ05X022690 Putative uncharacterized protein 5.556049205 L4_chemical_B3 +LQ05X022690 Putative uncharacterized protein 5.283280294 L4_chemical_C2 +LQ05X022690 Putative uncharacterized protein 5.245328683 L4_chemical_C3 +LQ05X022710 Predicted protein 12.2099539 C6_control_A1 +LQ05X022710 Predicted protein 11.95324049 C6_control_A3 +LQ05X022710 Predicted protein 11.98517376 C6_control_B1 +LQ05X022710 Predicted protein 13.09543526 C6_control_B2 +LQ05X022710 Predicted protein 12.4156131 C6_control_B3 +LQ05X022710 Predicted protein 13.55227237 C6_control_C1 +LQ05X022710 Predicted protein 13.54066997 C6_control_C2 +LQ05X022710 Predicted protein 13.72041346 C6_control_C3 +LQ05X022710 Predicted protein 12.35040416 C6_chemical_A1 +LQ05X022710 Predicted protein 11.71102642 C6_chemical_A3 +LQ05X022710 Predicted protein 12.12493349 C6_chemical_B1 +LQ05X022710 Predicted protein 13.51688897 C6_chemical_B2 +LQ05X022710 Predicted protein 12.49150466 C6_chemical_B3 +LQ05X022710 Predicted protein 13.75409318 C6_chemical_C1 +LQ05X022710 Predicted protein 13.72933227 C6_chemical_C2 +LQ05X022710 Predicted protein 13.77000858 C6_chemical_C3 +LQ05X022710 Predicted protein 11.27927099 L4_control_A1 +LQ05X022710 Predicted protein 10.66765856 L4_control_A2 +LQ05X022710 Predicted protein 10.33331553 L4_control_A3 +LQ05X022710 Predicted protein 12.23914652 L4_control_B1 +LQ05X022710 Predicted protein 10.58939805 L4_control_B2 +LQ05X022710 Predicted protein 13.00576607 L4_control_B3 +LQ05X022710 Predicted protein 12.44523027 L4_control_C2 +LQ05X022710 Predicted protein 12.08769032 L4_control_C3 +LQ05X022710 Predicted protein 11.98733577 L4_chemical_A1 +LQ05X022710 Predicted protein 11.19748763 L4_chemical_A2 +LQ05X022710 Predicted protein 10.96617069 L4_chemical_A3 +LQ05X022710 Predicted protein 11.28964241 L4_chemical_B1 +LQ05X022710 Predicted protein 11.32170594 L4_chemical_B2 +LQ05X022710 Predicted protein 12.66375548 L4_chemical_B3 +LQ05X022710 Predicted protein 13.15519543 L4_chemical_C2 +LQ05X022710 Predicted protein 12.54810091 L4_chemical_C3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.491464813 C6_control_A1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.622846333 C6_control_A3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 5.543289485 C6_control_B1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 7.09577975 C6_control_B2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.691781441 C6_control_B3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 7.55575531 C6_control_C1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.744516927 C6_control_C2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 7.543078289 C6_control_C3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.376484329 C6_chemical_A1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.198369422 C6_chemical_A3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 5.556431474 C6_chemical_B1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.237053092 C6_chemical_B2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.338029506 C6_chemical_B3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 7.077185557 C6_chemical_C1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.946160173 C6_chemical_C2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.639484742 C6_chemical_C3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.828170436 L4_control_A1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.279681287 L4_control_A2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.986313219 L4_control_A3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 5.380135738 L4_control_B1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.465444773 L4_control_B2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 7.038475128 L4_control_B3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.615663934 L4_control_C2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 7.761684243 L4_control_C3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.817938593 L4_chemical_A1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.1106013 L4_chemical_A2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.584796818 L4_chemical_A3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 5.700266269 L4_chemical_B1 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 5.685295073 L4_chemical_B2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.549512434 L4_chemical_B3 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.47247688 L4_chemical_C2 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.603552253 L4_chemical_C3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.511765552 C6_control_A1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.260964262 C6_control_A3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.532223523 C6_control_B1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.350073708 C6_control_B2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.872215384 C6_control_B3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.264416274 C6_control_C1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.283732195 C6_control_C2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.064766922 C6_control_C3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.441311831 C6_chemical_A1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.442110427 C6_chemical_A3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.411291797 C6_chemical_B1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.432143576 C6_chemical_B2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.523142122 C6_chemical_B3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.28877193 C6_chemical_C1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.398341791 C6_chemical_C2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.112608521 C6_chemical_C3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.482649128 L4_control_A1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.579092332 L4_control_A2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.516206981 L4_control_A3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 6.312005182 L4_control_B1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.595680113 L4_control_B2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.367855735 L4_control_B3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.819072023 L4_control_C2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.814857512 L4_control_C3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.429576333 L4_chemical_A1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.568945847 L4_chemical_A2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.634519366 L4_chemical_A3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 6.122535039 L4_chemical_B1 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.850068032 L4_chemical_B2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.355734524 L4_chemical_B3 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.14115097 L4_chemical_C2 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.137804114 L4_chemical_C3 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.54009994 C6_control_A1 +LQ05X022770 Inhibitor of trypsin and hageman factor 15.10361268 C6_control_A3 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.29745282 C6_control_B1 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.3860269 C6_control_B2 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.86205738 C6_control_B3 +LQ05X022770 Inhibitor of trypsin and hageman factor 13.00018986 C6_control_C1 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.46018132 C6_control_C2 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.59928443 C6_control_C3 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.90964511 C6_chemical_A1 +LQ05X022770 Inhibitor of trypsin and hageman factor 15.03838727 C6_chemical_A3 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.7283859 C6_chemical_B1 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.93488376 C6_chemical_B2 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.78319823 C6_chemical_B3 +LQ05X022770 Inhibitor of trypsin and hageman factor 12.95859575 C6_chemical_C1 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.17336439 C6_chemical_C2 +LQ05X022770 Inhibitor of trypsin and hageman factor 13.19588456 C6_chemical_C3 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.60779638 L4_control_A1 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.47330734 L4_control_A2 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.33262058 L4_control_A3 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.38934055 L4_control_B1 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.18836537 L4_control_B2 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.6743095 L4_control_B3 +LQ05X022770 Inhibitor of trypsin and hageman factor 12.68850242 L4_control_C2 +LQ05X022770 Inhibitor of trypsin and hageman factor 13.43383072 L4_control_C3 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.80643648 L4_chemical_A1 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.28332534 L4_chemical_A2 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.89898217 L4_chemical_A3 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.15502945 L4_chemical_B1 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.55494018 L4_chemical_B2 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.89962404 L4_chemical_B3 +LQ05X022770 Inhibitor of trypsin and hageman factor 13.18952267 L4_chemical_C2 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.37480199 L4_chemical_C3 +LQ05X022780 Protease inhibitor HPI 5.682328875 C6_control_A1 +LQ05X022780 Protease inhibitor HPI 5.850140196 C6_control_A3 +LQ05X022780 Protease inhibitor HPI 5.739433159 C6_control_B1 +LQ05X022780 Protease inhibitor HPI 5.421265769 C6_control_B2 +LQ05X022780 Protease inhibitor HPI 5.792346126 C6_control_B3 +LQ05X022780 Protease inhibitor HPI 6.045847002 C6_control_C1 +LQ05X022780 Protease inhibitor HPI 6.432341736 C6_control_C2 +LQ05X022780 Protease inhibitor HPI 6.13271219 C6_control_C3 +LQ05X022780 Protease inhibitor HPI 5.876859524 C6_chemical_A1 +LQ05X022780 Protease inhibitor HPI 5.311417601 C6_chemical_A3 +LQ05X022780 Protease inhibitor HPI 5.675080669 C6_chemical_B1 +LQ05X022780 Protease inhibitor HPI 5.917155269 C6_chemical_B2 +LQ05X022780 Protease inhibitor HPI 5.713694385 C6_chemical_B3 +LQ05X022780 Protease inhibitor HPI 5.843502044 C6_chemical_C1 +LQ05X022780 Protease inhibitor HPI 5.800520439 C6_chemical_C2 +LQ05X022780 Protease inhibitor HPI 5.501155467 C6_chemical_C3 +LQ05X022780 Protease inhibitor HPI 5.493588684 L4_control_A1 +LQ05X022780 Protease inhibitor HPI 5.481847422 L4_control_A2 +LQ05X022780 Protease inhibitor HPI 5.301042379 L4_control_A3 +LQ05X022780 Protease inhibitor HPI 5.373450861 L4_control_B1 +LQ05X022780 Protease inhibitor HPI 5.621110066 L4_control_B2 +LQ05X022780 Protease inhibitor HPI 5.71321798 L4_control_B3 +LQ05X022780 Protease inhibitor HPI 5.814329158 L4_control_C2 +LQ05X022780 Protease inhibitor HPI 5.646764303 L4_control_C3 +LQ05X022780 Protease inhibitor HPI 5.388779349 L4_chemical_A1 +LQ05X022780 Protease inhibitor HPI 5.847051322 L4_chemical_A2 +LQ05X022780 Protease inhibitor HPI 5.21089428 L4_chemical_A3 +LQ05X022780 Protease inhibitor HPI 5.062008412 L4_chemical_B1 +LQ05X022780 Protease inhibitor HPI 5.885302019 L4_chemical_B2 +LQ05X022780 Protease inhibitor HPI 5.575603004 L4_chemical_B3 +LQ05X022780 Protease inhibitor HPI 5.39168664 L4_chemical_C2 +LQ05X022780 Protease inhibitor HPI 5.4577035 L4_chemical_C3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.108299095 C6_control_A1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.211926007 C6_control_A3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 7.310689943 C6_control_B1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 6.177840052 C6_control_B2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 7.400525349 C6_control_B3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.761279873 C6_control_C1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.128235486 C6_control_C2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.528687865 C6_control_C3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.28338226 C6_chemical_A1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 9.207980738 C6_chemical_A3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 6.347698376 C6_chemical_B1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.762760192 C6_chemical_B2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 7.371343649 C6_chemical_B3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.296212185 C6_chemical_C1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.599155739 C6_chemical_C2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.92689491 C6_chemical_C3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 9.170813065 L4_control_A1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 9.578934428 L4_control_A2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 9.638283199 L4_control_A3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.175991837 L4_control_B1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.739894936 L4_control_B2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 7.56279694 L4_control_B3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.82196719 L4_control_C2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 6.378244817 L4_control_C3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.911309643 L4_chemical_A1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.71114955 L4_chemical_A2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 9.349696149 L4_chemical_A3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 9.561974893 L4_chemical_B1 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 9.251889391 L4_chemical_B2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.483483434 L4_chemical_B3 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.050737855 L4_chemical_C2 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 5.960525063 L4_chemical_C3 +LQ05X022810 Putative uncharacterized protein 11.13490893 C6_control_A1 +LQ05X022810 Putative uncharacterized protein 11.63654799 C6_control_A3 +LQ05X022810 Putative uncharacterized protein 11.14922196 C6_control_B1 +LQ05X022810 Putative uncharacterized protein 10.2295732 C6_control_B2 +LQ05X022810 Putative uncharacterized protein 10.97604757 C6_control_B3 +LQ05X022810 Putative uncharacterized protein 10.14126753 C6_control_C1 +LQ05X022810 Putative uncharacterized protein 10.49729762 C6_control_C2 +LQ05X022810 Putative uncharacterized protein 9.678009799 C6_control_C3 +LQ05X022810 Putative uncharacterized protein 11.12897818 C6_chemical_A1 +LQ05X022810 Putative uncharacterized protein 11.52103096 C6_chemical_A3 +LQ05X022810 Putative uncharacterized protein 11.19583368 C6_chemical_B1 +LQ05X022810 Putative uncharacterized protein 10.422015 C6_chemical_B2 +LQ05X022810 Putative uncharacterized protein 11.02954853 C6_chemical_B3 +LQ05X022810 Putative uncharacterized protein 10.48120024 C6_chemical_C1 +LQ05X022810 Putative uncharacterized protein 10.43330727 C6_chemical_C2 +LQ05X022810 Putative uncharacterized protein 9.837148528 C6_chemical_C3 +LQ05X022810 Putative uncharacterized protein 10.75832736 L4_control_A1 +LQ05X022810 Putative uncharacterized protein 11.28355736 L4_control_A2 +LQ05X022810 Putative uncharacterized protein 10.3679077 L4_control_A3 +LQ05X022810 Putative uncharacterized protein 11.5178718 L4_control_B1 +LQ05X022810 Putative uncharacterized protein 11.86513995 L4_control_B2 +LQ05X022810 Putative uncharacterized protein 10.67891061 L4_control_B3 +LQ05X022810 Putative uncharacterized protein 10.66389194 L4_control_C2 +LQ05X022810 Putative uncharacterized protein 10.57498286 L4_control_C3 +LQ05X022810 Putative uncharacterized protein 10.59964837 L4_chemical_A1 +LQ05X022810 Putative uncharacterized protein 11.17008691 L4_chemical_A2 +LQ05X022810 Putative uncharacterized protein 10.09488172 L4_chemical_A3 +LQ05X022810 Putative uncharacterized protein 11.31053137 L4_chemical_B1 +LQ05X022810 Putative uncharacterized protein 12.01029038 L4_chemical_B2 +LQ05X022810 Putative uncharacterized protein 10.79577468 L4_chemical_B3 +LQ05X022810 Putative uncharacterized protein 10.91807563 L4_chemical_C2 +LQ05X022810 Putative uncharacterized protein 10.41812987 L4_chemical_C3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.553333748 C6_control_A1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 6.599084204 C6_control_A3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.743375906 C6_control_B1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.999355823 C6_control_B2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.587820464 C6_control_B3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.338845846 C6_control_C1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 7.638733952 C6_control_C2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.763200063 C6_control_C3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.389952136 C6_chemical_A1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.692095979 C6_chemical_A3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.25320942 C6_chemical_B1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.819724395 C6_chemical_B2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.334764676 C6_chemical_B3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.448712804 C6_chemical_C1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.595228344 C6_chemical_C2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.397320112 C6_chemical_C3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.255180458 L4_control_A1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.848796049 L4_control_A2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.788413628 L4_control_A3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 4.990644206 L4_control_B1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.511213075 L4_control_B2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.355014993 L4_control_B3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.571264021 L4_control_C2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.943046226 L4_control_C3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.36179336 L4_chemical_A1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.384192885 L4_chemical_A2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.262188087 L4_chemical_A3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.552919166 L4_chemical_B1 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.249091833 L4_chemical_B2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.257156172 L4_chemical_B3 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.312528194 L4_chemical_C2 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.46079446 L4_chemical_C3 +LQ05X022850 Predicted protein 5.014178565 C6_control_A1 +LQ05X022850 Predicted protein 5.689876551 C6_control_A3 +LQ05X022850 Predicted protein 7.523462645 C6_control_B1 +LQ05X022850 Predicted protein 5.567364432 C6_control_B2 +LQ05X022850 Predicted protein 7.012203116 C6_control_B3 +LQ05X022850 Predicted protein 6.227580349 C6_control_C1 +LQ05X022850 Predicted protein 6.666818748 C6_control_C2 +LQ05X022850 Predicted protein 6.28367482 C6_control_C3 +LQ05X022850 Predicted protein 7.271207301 C6_chemical_A1 +LQ05X022850 Predicted protein 6.778122977 C6_chemical_A3 +LQ05X022850 Predicted protein 7.836699637 C6_chemical_B1 +LQ05X022850 Predicted protein 6.981699185 C6_chemical_B2 +LQ05X022850 Predicted protein 9.259190115 C6_chemical_B3 +LQ05X022850 Predicted protein 8.433393544 C6_chemical_C1 +LQ05X022850 Predicted protein 7.197936934 C6_chemical_C2 +LQ05X022850 Predicted protein 6.916436203 C6_chemical_C3 +LQ05X022850 Predicted protein 5.821880504 L4_control_A1 +LQ05X022850 Predicted protein 4.766621879 L4_control_A2 +LQ05X022850 Predicted protein 4.841449265 L4_control_A3 +LQ05X022850 Predicted protein 5.602606974 L4_control_B1 +LQ05X022850 Predicted protein 5.133730274 L4_control_B2 +LQ05X022850 Predicted protein 6.328211585 L4_control_B3 +LQ05X022850 Predicted protein 8.682407081 L4_control_C2 +LQ05X022850 Predicted protein 9.691206684 L4_control_C3 +LQ05X022850 Predicted protein 6.16416981 L4_chemical_A1 +LQ05X022850 Predicted protein 4.942122122 L4_chemical_A2 +LQ05X022850 Predicted protein 4.990327439 L4_chemical_A3 +LQ05X022850 Predicted protein 5.712888827 L4_chemical_B1 +LQ05X022850 Predicted protein 4.900543301 L4_chemical_B2 +LQ05X022850 Predicted protein 5.187237312 L4_chemical_B3 +LQ05X022850 Predicted protein 5.558344684 L4_chemical_C2 +LQ05X022850 Predicted protein 7.455537897 L4_chemical_C3 +LQ05X022860 Putative uncharacterized protein 11.77166801 C6_control_A1 +LQ05X022860 Putative uncharacterized protein 11.43958123 C6_control_A3 +LQ05X022860 Putative uncharacterized protein 12.13429663 C6_control_B1 +LQ05X022860 Putative uncharacterized protein 12.29116744 C6_control_B2 +LQ05X022860 Putative uncharacterized protein 12.38070762 C6_control_B3 +LQ05X022860 Putative uncharacterized protein 13.15807758 C6_control_C1 +LQ05X022860 Putative uncharacterized protein 12.86183245 C6_control_C2 +LQ05X022860 Putative uncharacterized protein 13.18957291 C6_control_C3 +LQ05X022860 Putative uncharacterized protein 11.88876961 C6_chemical_A1 +LQ05X022860 Putative uncharacterized protein 11.49554026 C6_chemical_A3 +LQ05X022860 Putative uncharacterized protein 12.17495735 C6_chemical_B1 +LQ05X022860 Putative uncharacterized protein 11.96149067 C6_chemical_B2 +LQ05X022860 Putative uncharacterized protein 12.32878319 C6_chemical_B3 +LQ05X022860 Putative uncharacterized protein 12.9621842 C6_chemical_C1 +LQ05X022860 Putative uncharacterized protein 12.79768883 C6_chemical_C2 +LQ05X022860 Putative uncharacterized protein 12.98672258 C6_chemical_C3 +LQ05X022860 Putative uncharacterized protein 11.64463142 L4_control_A1 +LQ05X022860 Putative uncharacterized protein 11.78545537 L4_control_A2 +LQ05X022860 Putative uncharacterized protein 11.47281752 L4_control_A3 +LQ05X022860 Putative uncharacterized protein 12.03107593 L4_control_B1 +LQ05X022860 Putative uncharacterized protein 11.53584329 L4_control_B2 +LQ05X022860 Putative uncharacterized protein 11.96054392 L4_control_B3 +LQ05X022860 Putative uncharacterized protein 12.6213603 L4_control_C2 +LQ05X022860 Putative uncharacterized protein 12.44173392 L4_control_C3 +LQ05X022860 Putative uncharacterized protein 12.01258433 L4_chemical_A1 +LQ05X022860 Putative uncharacterized protein 12.32189718 L4_chemical_A2 +LQ05X022860 Putative uncharacterized protein 11.76233885 L4_chemical_A3 +LQ05X022860 Putative uncharacterized protein 12.19359864 L4_chemical_B1 +LQ05X022860 Putative uncharacterized protein 11.96153816 L4_chemical_B2 +LQ05X022860 Putative uncharacterized protein 11.72828175 L4_chemical_B3 +LQ05X022860 Putative uncharacterized protein 12.66222195 L4_chemical_C2 +LQ05X022860 Putative uncharacterized protein 12.44196069 L4_chemical_C3 +LQ05X022870 Tubulin-specific chaperone A 13.93400825 C6_control_A1 +LQ05X022870 Tubulin-specific chaperone A 14.4428319 C6_control_A3 +LQ05X022870 Tubulin-specific chaperone A 13.55222229 C6_control_B1 +LQ05X022870 Tubulin-specific chaperone A 13.60201697 C6_control_B2 +LQ05X022870 Tubulin-specific chaperone A 13.72845483 C6_control_B3 +LQ05X022870 Tubulin-specific chaperone A 13.47262894 C6_control_C1 +LQ05X022870 Tubulin-specific chaperone A 13.44670406 C6_control_C2 +LQ05X022870 Tubulin-specific chaperone A 13.76595033 C6_control_C3 +LQ05X022870 Tubulin-specific chaperone A 13.848715 C6_chemical_A1 +LQ05X022870 Tubulin-specific chaperone A 13.94697038 C6_chemical_A3 +LQ05X022870 Tubulin-specific chaperone A 13.20873895 C6_chemical_B1 +LQ05X022870 Tubulin-specific chaperone A 13.71561083 C6_chemical_B2 +LQ05X022870 Tubulin-specific chaperone A 13.78585907 C6_chemical_B3 +LQ05X022870 Tubulin-specific chaperone A 13.34934561 C6_chemical_C1 +LQ05X022870 Tubulin-specific chaperone A 13.57533304 C6_chemical_C2 +LQ05X022870 Tubulin-specific chaperone A 13.2907257 C6_chemical_C3 +LQ05X022870 Tubulin-specific chaperone A 14.31981857 L4_control_A1 +LQ05X022870 Tubulin-specific chaperone A 14.47759187 L4_control_A2 +LQ05X022870 Tubulin-specific chaperone A 14.29217887 L4_control_A3 +LQ05X022870 Tubulin-specific chaperone A 13.98068166 L4_control_B1 +LQ05X022870 Tubulin-specific chaperone A 12.7835589 L4_control_B2 +LQ05X022870 Tubulin-specific chaperone A 13.85753248 L4_control_B3 +LQ05X022870 Tubulin-specific chaperone A 13.57417801 L4_control_C2 +LQ05X022870 Tubulin-specific chaperone A 13.37666171 L4_control_C3 +LQ05X022870 Tubulin-specific chaperone A 14.07339431 L4_chemical_A1 +LQ05X022870 Tubulin-specific chaperone A 14.13529508 L4_chemical_A2 +LQ05X022870 Tubulin-specific chaperone A 14.2982923 L4_chemical_A3 +LQ05X022870 Tubulin-specific chaperone A 13.97153223 L4_chemical_B1 +LQ05X022870 Tubulin-specific chaperone A 13.76569751 L4_chemical_B2 +LQ05X022870 Tubulin-specific chaperone A 13.91930122 L4_chemical_B3 +LQ05X022870 Tubulin-specific chaperone A 14.05152332 L4_chemical_C2 +LQ05X022870 Tubulin-specific chaperone A 13.83603863 L4_chemical_C3 +LQ05X022880 Putative uncharacterized protein 5.974368926 C6_control_A1 +LQ05X022880 Putative uncharacterized protein 5.667702104 C6_control_A3 +LQ05X022880 Putative uncharacterized protein 5.941820718 C6_control_B1 +LQ05X022880 Putative uncharacterized protein 5.713130185 C6_control_B2 +LQ05X022880 Putative uncharacterized protein 5.77072919 C6_control_B3 +LQ05X022880 Putative uncharacterized protein 5.925474192 C6_control_C1 +LQ05X022880 Putative uncharacterized protein 6.344568733 C6_control_C2 +LQ05X022880 Putative uncharacterized protein 6.14033051 C6_control_C3 +LQ05X022880 Putative uncharacterized protein 5.791252361 C6_chemical_A1 +LQ05X022880 Putative uncharacterized protein 5.47940999 C6_chemical_A3 +LQ05X022880 Putative uncharacterized protein 5.43347114 C6_chemical_B1 +LQ05X022880 Putative uncharacterized protein 5.919448565 C6_chemical_B2 +LQ05X022880 Putative uncharacterized protein 5.719509877 C6_chemical_B3 +LQ05X022880 Putative uncharacterized protein 5.633192185 C6_chemical_C1 +LQ05X022880 Putative uncharacterized protein 5.93978591 C6_chemical_C2 +LQ05X022880 Putative uncharacterized protein 6.227106018 C6_chemical_C3 +LQ05X022880 Putative uncharacterized protein 5.812868297 L4_control_A1 +LQ05X022880 Putative uncharacterized protein 5.978977958 L4_control_A2 +LQ05X022880 Putative uncharacterized protein 5.795139411 L4_control_A3 +LQ05X022880 Putative uncharacterized protein 5.276531639 L4_control_B1 +LQ05X022880 Putative uncharacterized protein 5.988065826 L4_control_B2 +LQ05X022880 Putative uncharacterized protein 5.714936341 L4_control_B3 +LQ05X022880 Putative uncharacterized protein 6.061447494 L4_control_C2 +LQ05X022880 Putative uncharacterized protein 6.354188197 L4_control_C3 +LQ05X022880 Putative uncharacterized protein 5.332594838 L4_chemical_A1 +LQ05X022880 Putative uncharacterized protein 5.524844715 L4_chemical_A2 +LQ05X022880 Putative uncharacterized protein 5.336462025 L4_chemical_A3 +LQ05X022880 Putative uncharacterized protein 5.792266579 L4_chemical_B1 +LQ05X022880 Putative uncharacterized protein 6.006210023 L4_chemical_B2 +LQ05X022880 Putative uncharacterized protein 5.918255573 L4_chemical_B3 +LQ05X022880 Putative uncharacterized protein 5.661126094 L4_chemical_C2 +LQ05X022880 Putative uncharacterized protein 6.060667779 L4_chemical_C3 +LQ05X022890 Putative uncharacterized protein 4.699716546 C6_control_A1 +LQ05X022890 Putative uncharacterized protein 4.663367483 C6_control_A3 +LQ05X022890 Putative uncharacterized protein 4.773419607 C6_control_B1 +LQ05X022890 Putative uncharacterized protein 4.825736217 C6_control_B2 +LQ05X022890 Putative uncharacterized protein 4.79229131 C6_control_B3 +LQ05X022890 Putative uncharacterized protein 4.929520081 C6_control_C1 +LQ05X022890 Putative uncharacterized protein 4.725347888 C6_control_C2 +LQ05X022890 Putative uncharacterized protein 5.337904588 C6_control_C3 +LQ05X022890 Putative uncharacterized protein 4.629285074 C6_chemical_A1 +LQ05X022890 Putative uncharacterized protein 4.881330266 C6_chemical_A3 +LQ05X022890 Putative uncharacterized protein 4.898505054 C6_chemical_B1 +LQ05X022890 Putative uncharacterized protein 4.548507804 C6_chemical_B2 +LQ05X022890 Putative uncharacterized protein 4.703570507 C6_chemical_B3 +LQ05X022890 Putative uncharacterized protein 4.703717422 C6_chemical_C1 +LQ05X022890 Putative uncharacterized protein 4.77840693 C6_chemical_C2 +LQ05X022890 Putative uncharacterized protein 5.005182594 C6_chemical_C3 +LQ05X022890 Putative uncharacterized protein 4.749439064 L4_control_A1 +LQ05X022890 Putative uncharacterized protein 4.882043485 L4_control_A2 +LQ05X022890 Putative uncharacterized protein 5.030866114 L4_control_A3 +LQ05X022890 Putative uncharacterized protein 5.037572647 L4_control_B1 +LQ05X022890 Putative uncharacterized protein 5.071869833 L4_control_B2 +LQ05X022890 Putative uncharacterized protein 4.822910821 L4_control_B3 +LQ05X022890 Putative uncharacterized protein 4.804248421 L4_control_C2 +LQ05X022890 Putative uncharacterized protein 5.026657466 L4_control_C3 +LQ05X022890 Putative uncharacterized protein 4.861572706 L4_chemical_A1 +LQ05X022890 Putative uncharacterized protein 4.530226481 L4_chemical_A2 +LQ05X022890 Putative uncharacterized protein 5.079075887 L4_chemical_A3 +LQ05X022890 Putative uncharacterized protein 4.992677303 L4_chemical_B1 +LQ05X022890 Putative uncharacterized protein 5.031271912 L4_chemical_B2 +LQ05X022890 Putative uncharacterized protein 4.670620366 L4_chemical_B3 +LQ05X022890 Putative uncharacterized protein 5.108966555 L4_chemical_C2 +LQ05X022890 Putative uncharacterized protein 4.796488648 L4_chemical_C3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.65805575 C6_control_A1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.9819555 C6_control_A3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.13120946 C6_control_B1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.33253474 C6_control_B2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.55327145 C6_control_B3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.76181126 C6_control_C1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.00381977 C6_control_C2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 11.99467988 C6_control_C3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.1717775 C6_chemical_A1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.86488032 C6_chemical_A3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.83763285 C6_chemical_B1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.20234695 C6_chemical_B2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.42172047 C6_chemical_B3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.63071968 C6_chemical_C1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.27509856 C6_chemical_C2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 11.85278373 C6_chemical_C3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.35804808 L4_control_A1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.94789647 L4_control_A2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.13896156 L4_control_A3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.38494922 L4_control_B1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.40151843 L4_control_B2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 11.40055 L4_control_B3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.52078792 L4_control_C2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 11.86070455 L4_control_C3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.93677625 L4_chemical_A1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.75949076 L4_chemical_A2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.9131953 L4_chemical_A3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.08590482 L4_chemical_B1 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.73838285 L4_chemical_B2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.64254021 L4_chemical_B3 +LQ05X022920 Putative Upstream activation factor subunit UAF30 12.26484466 L4_chemical_C2 +LQ05X022920 Putative Upstream activation factor subunit UAF30 11.7704863 L4_chemical_C3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.866431313 C6_control_A1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.282115 C6_control_A3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.780890738 C6_control_B1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.487644923 C6_control_B2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.483311489 C6_control_B3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.827795896 C6_control_C1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.434894901 C6_control_C2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.36380217 C6_control_C3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.880295685 C6_chemical_A1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.666540991 C6_chemical_A3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.315365901 C6_chemical_B1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.378272843 C6_chemical_B2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.531885663 C6_chemical_B3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.838172036 C6_chemical_C1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.508791108 C6_chemical_C2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.878181087 C6_chemical_C3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.854836726 L4_control_A1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.51095802 L4_control_A2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 6.827640851 L4_control_A3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.894479945 L4_control_B1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.789498185 L4_control_B2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.934089928 L4_control_B3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 6.547732597 L4_control_C2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 6.032312299 L4_control_C3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 6.272211853 L4_chemical_A1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 6.14008351 L4_chemical_A2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.583628309 L4_chemical_A3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.200131634 L4_chemical_B1 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 6.114233506 L4_chemical_B2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.881214835 L4_chemical_B3 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 6.586714893 L4_chemical_C2 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 6.616794607 L4_chemical_C3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.371366912 C6_control_A1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 6.015043273 C6_control_A3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.201309156 C6_control_B1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.308973072 C6_control_B2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.247394547 C6_control_B3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.60049568 C6_control_C1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 7.10044904 C6_control_C2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.11457866 C6_control_C3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.25498093 C6_chemical_A1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.250641249 C6_chemical_A3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 6.413717466 C6_chemical_B1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.624697611 C6_chemical_B2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.404126313 C6_chemical_B3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.643429689 C6_chemical_C1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.34066011 C6_chemical_C2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.146549405 C6_chemical_C3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.329603707 L4_control_A1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.303787729 L4_control_A2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.314647445 L4_control_A3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.666488859 L4_control_B1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.117903856 L4_control_B2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.00768523 L4_control_B3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 4.781503293 L4_control_C2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.679866477 L4_control_C3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 4.801075556 L4_chemical_A1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.221875231 L4_chemical_A2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.410454371 L4_chemical_A3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.531954932 L4_chemical_B1 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.295037223 L4_chemical_B2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.312123894 L4_chemical_B3 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 4.978913756 L4_chemical_C2 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.379509087 L4_chemical_C3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 11.7014156 C6_control_A1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.45316893 C6_control_A3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 11.48745003 C6_control_B1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 10.90150016 C6_control_B2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.15732146 C6_control_B3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.32826953 C6_control_C1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.3018597 C6_control_C2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.49556301 C6_control_C3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 11.26803869 C6_chemical_A1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.40144783 C6_chemical_A3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 11.10733928 C6_chemical_B1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 11.03392022 C6_chemical_B2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.12517482 C6_chemical_B3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.1777999 C6_chemical_C1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.28175734 C6_chemical_C2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.81310294 C6_chemical_C3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.44523515 L4_control_A1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.5948902 L4_control_A2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.39384499 L4_control_A3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.44725952 L4_control_B1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 11.55615033 L4_control_B2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 13.04121242 L4_control_B3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 13.40141938 L4_control_C2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 13.71116786 L4_control_C3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.92665183 L4_chemical_A1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.24831163 L4_chemical_A2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.73181553 L4_chemical_A3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.61780458 L4_chemical_B1 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 12.0195275 L4_chemical_B2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 13.05478553 L4_chemical_B3 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 13.16336726 L4_chemical_C2 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 13.55332489 L4_chemical_C3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.32763046 C6_control_A1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.098349868 C6_control_A3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.009567767 C6_control_B1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.79262809 C6_control_B2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.140740505 C6_control_B3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.707192024 C6_control_C1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.422506184 C6_control_C2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.891933237 C6_control_C3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.2529314 C6_chemical_A1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.402503785 C6_chemical_A3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.032999613 C6_chemical_B1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.423680274 C6_chemical_B2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 4.92824854 C6_chemical_B3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.67302856 C6_chemical_C1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.397274414 C6_chemical_C2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.717852148 C6_chemical_C3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.199440953 L4_control_A1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.020349421 L4_control_A2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 4.973055421 L4_control_A3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 4.590363214 L4_control_B1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.300485922 L4_control_B2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.21766838 L4_control_B3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.264531784 L4_control_C2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.542282095 L4_control_C3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.161596566 L4_chemical_A1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 4.767072664 L4_chemical_A2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.804211055 L4_chemical_A3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 4.899711438 L4_chemical_B1 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.073743829 L4_chemical_B2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.163489164 L4_chemical_B3 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.003729691 L4_chemical_C2 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.017628211 L4_chemical_C3 +LQ05X023100 MLO-like protein 1 10.57824548 C6_control_A1 +LQ05X023100 MLO-like protein 1 9.667874339 C6_control_A3 +LQ05X023100 MLO-like protein 1 11.06137679 C6_control_B1 +LQ05X023100 MLO-like protein 1 11.38918044 C6_control_B2 +LQ05X023100 MLO-like protein 1 11.06366497 C6_control_B3 +LQ05X023100 MLO-like protein 1 11.81668984 C6_control_C1 +LQ05X023100 MLO-like protein 1 11.84621739 C6_control_C2 +LQ05X023100 MLO-like protein 1 11.21946173 C6_control_C3 +LQ05X023100 MLO-like protein 1 10.68938845 C6_chemical_A1 +LQ05X023100 MLO-like protein 1 10.07742305 C6_chemical_A3 +LQ05X023100 MLO-like protein 1 11.3879326 C6_chemical_B1 +LQ05X023100 MLO-like protein 1 11.53620766 C6_chemical_B2 +LQ05X023100 MLO-like protein 1 11.34648639 C6_chemical_B3 +LQ05X023100 MLO-like protein 1 11.80912239 C6_chemical_C1 +LQ05X023100 MLO-like protein 1 11.9441656 C6_chemical_C2 +LQ05X023100 MLO-like protein 1 11.43026028 C6_chemical_C3 +LQ05X023100 MLO-like protein 1 9.991109422 L4_control_A1 +LQ05X023100 MLO-like protein 1 9.050387988 L4_control_A2 +LQ05X023100 MLO-like protein 1 8.838811785 L4_control_A3 +LQ05X023100 MLO-like protein 1 10.60264251 L4_control_B1 +LQ05X023100 MLO-like protein 1 10.97721748 L4_control_B2 +LQ05X023100 MLO-like protein 1 11.60037393 L4_control_B3 +LQ05X023100 MLO-like protein 1 11.60781116 L4_control_C2 +LQ05X023100 MLO-like protein 1 11.03975656 L4_control_C3 +LQ05X023100 MLO-like protein 1 9.782770285 L4_chemical_A1 +LQ05X023100 MLO-like protein 1 8.853419027 L4_chemical_A2 +LQ05X023100 MLO-like protein 1 9.018546722 L4_chemical_A3 +LQ05X023100 MLO-like protein 1 10.47876254 L4_chemical_B1 +LQ05X023100 MLO-like protein 1 10.3493855 L4_chemical_B2 +LQ05X023100 MLO-like protein 1 10.72024273 L4_chemical_B3 +LQ05X023100 MLO-like protein 1 11.21589096 L4_chemical_C2 +LQ05X023100 MLO-like protein 1 11.50243972 L4_chemical_C3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.98062217 C6_control_A1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.390298581 C6_control_A3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.384910316 C6_control_B1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.805225044 C6_control_B2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.711834194 C6_control_B3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.693357351 C6_control_C1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.75401726 C6_control_C2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 6.263038024 C6_control_C3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 6.415182532 C6_chemical_A1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.804940088 C6_chemical_A3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.577342959 C6_chemical_B1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.958329199 C6_chemical_B2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.546945722 C6_chemical_B3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.925808261 C6_chemical_C1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 6.224546102 C6_chemical_C2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 6.112595707 C6_chemical_C3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.748911686 L4_control_A1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.935112998 L4_control_A2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.551942815 L4_control_A3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.19206554 L4_control_B1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.860818329 L4_control_B2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 6.116461138 L4_control_B3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.923552616 L4_control_C2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.53570528 L4_control_C3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.757222771 L4_chemical_A1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 6.402136643 L4_chemical_A2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.438443417 L4_chemical_A3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.445901429 L4_chemical_B1 +LQ05X023110 Putative TATA-binding protein-associated factor 172 6.163739727 L4_chemical_B2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.696417082 L4_chemical_B3 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.361929572 L4_chemical_C2 +LQ05X023110 Putative TATA-binding protein-associated factor 172 5.874370278 L4_chemical_C3 +LQ05X023140 Putative uncharacterized protein 9.594890466 C6_control_A1 +LQ05X023140 Putative uncharacterized protein 10.37442329 C6_control_A3 +LQ05X023140 Putative uncharacterized protein 9.564552144 C6_control_B1 +LQ05X023140 Putative uncharacterized protein 9.255984723 C6_control_B2 +LQ05X023140 Putative uncharacterized protein 9.273624527 C6_control_B3 +LQ05X023140 Putative uncharacterized protein 9.513024656 C6_control_C1 +LQ05X023140 Putative uncharacterized protein 9.506857437 C6_control_C2 +LQ05X023140 Putative uncharacterized protein 9.135482833 C6_control_C3 +LQ05X023140 Putative uncharacterized protein 9.013609547 C6_chemical_A1 +LQ05X023140 Putative uncharacterized protein 10.58278206 C6_chemical_A3 +LQ05X023140 Putative uncharacterized protein 8.724722383 C6_chemical_B1 +LQ05X023140 Putative uncharacterized protein 9.34082818 C6_chemical_B2 +LQ05X023140 Putative uncharacterized protein 8.980193274 C6_chemical_B3 +LQ05X023140 Putative uncharacterized protein 9.532054243 C6_chemical_C1 +LQ05X023140 Putative uncharacterized protein 9.504502938 C6_chemical_C2 +LQ05X023140 Putative uncharacterized protein 9.239284032 C6_chemical_C3 +LQ05X023140 Putative uncharacterized protein 9.820968412 L4_control_A1 +LQ05X023140 Putative uncharacterized protein 9.63301389 L4_control_A2 +LQ05X023140 Putative uncharacterized protein 10.28065525 L4_control_A3 +LQ05X023140 Putative uncharacterized protein 8.930924197 L4_control_B1 +LQ05X023140 Putative uncharacterized protein 8.932297785 L4_control_B2 +LQ05X023140 Putative uncharacterized protein 9.681313355 L4_control_B3 +LQ05X023140 Putative uncharacterized protein 9.869769024 L4_control_C2 +LQ05X023140 Putative uncharacterized protein 9.156944594 L4_control_C3 +LQ05X023140 Putative uncharacterized protein 9.660975149 L4_chemical_A1 +LQ05X023140 Putative uncharacterized protein 9.077792411 L4_chemical_A2 +LQ05X023140 Putative uncharacterized protein 10.15056805 L4_chemical_A3 +LQ05X023140 Putative uncharacterized protein 9.121454472 L4_chemical_B1 +LQ05X023140 Putative uncharacterized protein 8.774917573 L4_chemical_B2 +LQ05X023140 Putative uncharacterized protein 9.486023885 L4_chemical_B3 +LQ05X023140 Putative uncharacterized protein 9.40393811 L4_chemical_C2 +LQ05X023140 Putative uncharacterized protein 9.480533753 L4_chemical_C3 +LQ05X023150 Putative uncharacterized protein 6.414117032 C6_control_A1 +LQ05X023150 Putative uncharacterized protein 6.824329844 C6_control_A3 +LQ05X023150 Putative uncharacterized protein 6.330278445 C6_control_B1 +LQ05X023150 Putative uncharacterized protein 6.64334101 C6_control_B2 +LQ05X023150 Putative uncharacterized protein 6.645995033 C6_control_B3 +LQ05X023150 Putative uncharacterized protein 6.668587459 C6_control_C1 +LQ05X023150 Putative uncharacterized protein 7.040230395 C6_control_C2 +LQ05X023150 Putative uncharacterized protein 6.832180513 C6_control_C3 +LQ05X023150 Putative uncharacterized protein 6.732970015 C6_chemical_A1 +LQ05X023150 Putative uncharacterized protein 6.765701415 C6_chemical_A3 +LQ05X023150 Putative uncharacterized protein 6.417682938 C6_chemical_B1 +LQ05X023150 Putative uncharacterized protein 6.369028143 C6_chemical_B2 +LQ05X023150 Putative uncharacterized protein 6.345858375 C6_chemical_B3 +LQ05X023150 Putative uncharacterized protein 6.672735169 C6_chemical_C1 +LQ05X023150 Putative uncharacterized protein 6.624851981 C6_chemical_C2 +LQ05X023150 Putative uncharacterized protein 6.941292961 C6_chemical_C3 +LQ05X023150 Putative uncharacterized protein 6.432886343 L4_control_A1 +LQ05X023150 Putative uncharacterized protein 6.049807315 L4_control_A2 +LQ05X023150 Putative uncharacterized protein 6.867170151 L4_control_A3 +LQ05X023150 Putative uncharacterized protein 6.89673324 L4_control_B1 +LQ05X023150 Putative uncharacterized protein 7.400123996 L4_control_B2 +LQ05X023150 Putative uncharacterized protein 6.20795742 L4_control_B3 +LQ05X023150 Putative uncharacterized protein 6.157200144 L4_control_C2 +LQ05X023150 Putative uncharacterized protein 5.628998496 L4_control_C3 +LQ05X023150 Putative uncharacterized protein 6.500320649 L4_chemical_A1 +LQ05X023150 Putative uncharacterized protein 6.475602199 L4_chemical_A2 +LQ05X023150 Putative uncharacterized protein 6.724523048 L4_chemical_A3 +LQ05X023150 Putative uncharacterized protein 6.92615439 L4_chemical_B1 +LQ05X023150 Putative uncharacterized protein 6.821811672 L4_chemical_B2 +LQ05X023150 Putative uncharacterized protein 6.245406048 L4_chemical_B3 +LQ05X023150 Putative uncharacterized protein 5.85310179 L4_chemical_C2 +LQ05X023150 Putative uncharacterized protein 6.337576696 L4_chemical_C3 +LQ05X023160 Predicted protein 11.1765173 C6_control_A1 +LQ05X023160 Predicted protein 11.53241482 C6_control_A3 +LQ05X023160 Predicted protein 11.54089941 C6_control_B1 +LQ05X023160 Predicted protein 11.01906754 C6_control_B2 +LQ05X023160 Predicted protein 11.40847571 C6_control_B3 +LQ05X023160 Predicted protein 11.29403812 C6_control_C1 +LQ05X023160 Predicted protein 11.4785208 C6_control_C2 +LQ05X023160 Predicted protein 11.04368721 C6_control_C3 +LQ05X023160 Predicted protein 11.06514203 C6_chemical_A1 +LQ05X023160 Predicted protein 10.8829339 C6_chemical_A3 +LQ05X023160 Predicted protein 11.42267091 C6_chemical_B1 +LQ05X023160 Predicted protein 11.41908928 C6_chemical_B2 +LQ05X023160 Predicted protein 11.19981052 C6_chemical_B3 +LQ05X023160 Predicted protein 11.48960281 C6_chemical_C1 +LQ05X023160 Predicted protein 11.15049556 C6_chemical_C2 +LQ05X023160 Predicted protein 11.0292983 C6_chemical_C3 +LQ05X023160 Predicted protein 11.12034171 L4_control_A1 +LQ05X023160 Predicted protein 11.07223727 L4_control_A2 +LQ05X023160 Predicted protein 11.74163692 L4_control_A3 +LQ05X023160 Predicted protein 11.03224882 L4_control_B1 +LQ05X023160 Predicted protein 10.98182179 L4_control_B2 +LQ05X023160 Predicted protein 11.55831026 L4_control_B3 +LQ05X023160 Predicted protein 11.51152806 L4_control_C2 +LQ05X023160 Predicted protein 11.5384107 L4_control_C3 +LQ05X023160 Predicted protein 11.15138197 L4_chemical_A1 +LQ05X023160 Predicted protein 11.01371879 L4_chemical_A2 +LQ05X023160 Predicted protein 11.49973136 L4_chemical_A3 +LQ05X023160 Predicted protein 11.06944533 L4_chemical_B1 +LQ05X023160 Predicted protein 10.72240026 L4_chemical_B2 +LQ05X023160 Predicted protein 10.90596023 L4_chemical_B3 +LQ05X023160 Predicted protein 11.44472711 L4_chemical_C2 +LQ05X023160 Predicted protein 11.46792847 L4_chemical_C3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 12.95759142 C6_control_A1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 12.21092727 C6_control_A3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 12.36290519 C6_control_B1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.14261433 C6_control_B2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 9.990462765 C6_control_B3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.61271404 C6_control_C1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 10.07512308 C6_control_C2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 8.505647684 C6_control_C3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 13.94486471 C6_chemical_A1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 12.82128009 C6_chemical_A3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 12.88004651 C6_chemical_B1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.41609702 C6_chemical_B2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 9.703962786 C6_chemical_B3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.38085307 C6_chemical_C1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 10.3991286 C6_chemical_C2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 8.926148686 C6_chemical_C3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 13.17726069 L4_control_A1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 12.20577418 L4_control_A2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.78215466 L4_control_A3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 10.64022455 L4_control_B1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.76124236 L4_control_B2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 8.340457812 L4_control_B3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 9.883348511 L4_control_C2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 7.955507327 L4_control_C3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 12.36995404 L4_chemical_A1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.82870069 L4_chemical_A2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.95893787 L4_chemical_A3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.37154945 L4_chemical_B1 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 11.4676148 L4_chemical_B2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 10.39940835 L4_chemical_B3 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 9.523961229 L4_chemical_C2 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 8.830504643 L4_chemical_C3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.17143644 C6_control_A1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.88026921 C6_control_A3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.58243629 C6_control_B1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.07397362 C6_control_B2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.20561595 C6_control_B3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.98206032 C6_control_C1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.9025955 C6_control_C2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.67091617 C6_control_C3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.48706715 C6_chemical_A1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.72469362 C6_chemical_A3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.81110866 C6_chemical_B1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.53874818 C6_chemical_B2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.38575748 C6_chemical_B3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.01816167 C6_chemical_C1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.02324277 C6_chemical_C2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.8358898 C6_chemical_C3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 9.692129218 L4_control_A1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 9.89278712 L4_control_A2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 8.941943182 L4_control_A3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.18520356 L4_control_B1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.49473486 L4_control_B2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.22994345 L4_control_B3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.48128991 L4_control_C2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.47447353 L4_control_C3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 9.150596713 L4_chemical_A1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 9.128883069 L4_chemical_A2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 8.748052778 L4_chemical_A3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.08693357 L4_chemical_B1 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 10.58049056 L4_chemical_B2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 9.776556626 L4_chemical_B3 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.19317759 L4_chemical_C2 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.26453296 L4_chemical_C3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.50683142 C6_control_A1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.78005851 C6_control_A3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.20869274 C6_control_B1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.44327476 C6_control_B2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.09771868 C6_control_B3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.9598792 C6_control_C1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.48503109 C6_control_C2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.57830546 C6_control_C3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.73264748 C6_chemical_A1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.97499473 C6_chemical_A3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.06166092 C6_chemical_B1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.06273293 C6_chemical_B2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.08020739 C6_chemical_B3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.96584302 C6_chemical_C1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.29553123 C6_chemical_C2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.69728228 C6_chemical_C3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.56862293 L4_control_A1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.27744119 L4_control_A2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.06854332 L4_control_A3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.50735915 L4_control_B1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.82894646 L4_control_B2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.53997403 L4_control_B3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.94868827 L4_control_C2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.51491434 L4_control_C3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.50153871 L4_chemical_A1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.04824187 L4_chemical_A2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.17637269 L4_chemical_A3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.6951516 L4_chemical_B1 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.26256287 L4_chemical_B2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.0671685 L4_chemical_B3 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.60072706 L4_chemical_C2 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 11.56328879 L4_chemical_C3 +LQ05X023220 Putative uncharacterized protein 11.82065181 C6_control_A1 +LQ05X023220 Putative uncharacterized protein 11.5597642 C6_control_A3 +LQ05X023220 Putative uncharacterized protein 11.73358379 C6_control_B1 +LQ05X023220 Putative uncharacterized protein 12.93155779 C6_control_B2 +LQ05X023220 Putative uncharacterized protein 11.59894277 C6_control_B3 +LQ05X023220 Putative uncharacterized protein 12.78293859 C6_control_C1 +LQ05X023220 Putative uncharacterized protein 12.72085558 C6_control_C2 +LQ05X023220 Putative uncharacterized protein 12.10680172 C6_control_C3 +LQ05X023220 Putative uncharacterized protein 11.93720129 C6_chemical_A1 +LQ05X023220 Putative uncharacterized protein 11.92968578 C6_chemical_A3 +LQ05X023220 Putative uncharacterized protein 11.63211984 C6_chemical_B1 +LQ05X023220 Putative uncharacterized protein 13.03293243 C6_chemical_B2 +LQ05X023220 Putative uncharacterized protein 11.63139163 C6_chemical_B3 +LQ05X023220 Putative uncharacterized protein 13.01293012 C6_chemical_C1 +LQ05X023220 Putative uncharacterized protein 12.71010304 C6_chemical_C2 +LQ05X023220 Putative uncharacterized protein 12.07823886 C6_chemical_C3 +LQ05X023220 Putative uncharacterized protein 10.64616522 L4_control_A1 +LQ05X023220 Putative uncharacterized protein 11.48844508 L4_control_A2 +LQ05X023220 Putative uncharacterized protein 10.42077599 L4_control_A3 +LQ05X023220 Putative uncharacterized protein 11.07379671 L4_control_B1 +LQ05X023220 Putative uncharacterized protein 11.28827398 L4_control_B2 +LQ05X023220 Putative uncharacterized protein 11.64527531 L4_control_B3 +LQ05X023220 Putative uncharacterized protein 11.4182271 L4_control_C2 +LQ05X023220 Putative uncharacterized protein 11.4698444 L4_control_C3 +LQ05X023220 Putative uncharacterized protein 10.33895887 L4_chemical_A1 +LQ05X023220 Putative uncharacterized protein 10.72518382 L4_chemical_A2 +LQ05X023220 Putative uncharacterized protein 9.547762564 L4_chemical_A3 +LQ05X023220 Putative uncharacterized protein 9.981181548 L4_chemical_B1 +LQ05X023220 Putative uncharacterized protein 10.98166486 L4_chemical_B2 +LQ05X023220 Putative uncharacterized protein 11.07610237 L4_chemical_B3 +LQ05X023220 Putative uncharacterized protein 11.57120408 L4_chemical_C2 +LQ05X023220 Putative uncharacterized protein 11.67506412 L4_chemical_C3 +LQ05X023250 Putative Predicted protein 4.836097125 C6_control_A1 +LQ05X023250 Putative Predicted protein 4.918697211 C6_control_A3 +LQ05X023250 Putative Predicted protein 4.920332413 C6_control_B1 +LQ05X023250 Putative Predicted protein 4.821650362 C6_control_B2 +LQ05X023250 Putative Predicted protein 5.155850684 C6_control_B3 +LQ05X023250 Putative Predicted protein 4.955143128 C6_control_C1 +LQ05X023250 Putative Predicted protein 5.247646901 C6_control_C2 +LQ05X023250 Putative Predicted protein 4.588317382 C6_control_C3 +LQ05X023250 Putative Predicted protein 4.705406087 C6_chemical_A1 +LQ05X023250 Putative Predicted protein 5.059855948 C6_chemical_A3 +LQ05X023250 Putative Predicted protein 4.697958476 C6_chemical_B1 +LQ05X023250 Putative Predicted protein 4.917188118 C6_chemical_B2 +LQ05X023250 Putative Predicted protein 4.769124051 C6_chemical_B3 +LQ05X023250 Putative Predicted protein 4.995195891 C6_chemical_C1 +LQ05X023250 Putative Predicted protein 4.764488507 C6_chemical_C2 +LQ05X023250 Putative Predicted protein 5.002318016 C6_chemical_C3 +LQ05X023250 Putative Predicted protein 4.832476763 L4_control_A1 +LQ05X023250 Putative Predicted protein 4.925810909 L4_control_A2 +LQ05X023250 Putative Predicted protein 5.395938607 L4_control_A3 +LQ05X023250 Putative Predicted protein 4.823429793 L4_control_B1 +LQ05X023250 Putative Predicted protein 5.001868801 L4_control_B2 +LQ05X023250 Putative Predicted protein 5.039422735 L4_control_B3 +LQ05X023250 Putative Predicted protein 5.139033165 L4_control_C2 +LQ05X023250 Putative Predicted protein 5.338097636 L4_control_C3 +LQ05X023250 Putative Predicted protein 4.965413772 L4_chemical_A1 +LQ05X023250 Putative Predicted protein 5.046855053 L4_chemical_A2 +LQ05X023250 Putative Predicted protein 5.221136915 L4_chemical_A3 +LQ05X023250 Putative Predicted protein 5.352705716 L4_chemical_B1 +LQ05X023250 Putative Predicted protein 5.238827503 L4_chemical_B2 +LQ05X023250 Putative Predicted protein 5.070795424 L4_chemical_B3 +LQ05X023250 Putative Predicted protein 5.040534637 L4_chemical_C2 +LQ05X023250 Putative Predicted protein 5.398080725 L4_chemical_C3 +LQ05X023260 Putative F-box protein At5g07610 5.238514137 C6_control_A1 +LQ05X023260 Putative F-box protein At5g07610 5.183310831 C6_control_A3 +LQ05X023260 Putative F-box protein At5g07610 5.268925889 C6_control_B1 +LQ05X023260 Putative F-box protein At5g07610 5.148576546 C6_control_B2 +LQ05X023260 Putative F-box protein At5g07610 5.46324268 C6_control_B3 +LQ05X023260 Putative F-box protein At5g07610 5.686511857 C6_control_C1 +LQ05X023260 Putative F-box protein At5g07610 5.833918843 C6_control_C2 +LQ05X023260 Putative F-box protein At5g07610 5.226853072 C6_control_C3 +LQ05X023260 Putative F-box protein At5g07610 5.170855923 C6_chemical_A1 +LQ05X023260 Putative F-box protein At5g07610 5.205986826 C6_chemical_A3 +LQ05X023260 Putative F-box protein At5g07610 5.345326422 C6_chemical_B1 +LQ05X023260 Putative F-box protein At5g07610 5.478171633 C6_chemical_B2 +LQ05X023260 Putative F-box protein At5g07610 5.36996452 C6_chemical_B3 +LQ05X023260 Putative F-box protein At5g07610 5.228950052 C6_chemical_C1 +LQ05X023260 Putative F-box protein At5g07610 5.331764682 C6_chemical_C2 +LQ05X023260 Putative F-box protein At5g07610 5.110602765 C6_chemical_C3 +LQ05X023260 Putative F-box protein At5g07610 5.031661195 L4_control_A1 +LQ05X023260 Putative F-box protein At5g07610 4.951722499 L4_control_A2 +LQ05X023260 Putative F-box protein At5g07610 5.499738789 L4_control_A3 +LQ05X023260 Putative F-box protein At5g07610 5.341975121 L4_control_B1 +LQ05X023260 Putative F-box protein At5g07610 5.012467847 L4_control_B2 +LQ05X023260 Putative F-box protein At5g07610 5.361808185 L4_control_B3 +LQ05X023260 Putative F-box protein At5g07610 5.327763217 L4_control_C2 +LQ05X023260 Putative F-box protein At5g07610 4.686408897 L4_control_C3 +LQ05X023260 Putative F-box protein At5g07610 5.262420828 L4_chemical_A1 +LQ05X023260 Putative F-box protein At5g07610 4.823956641 L4_chemical_A2 +LQ05X023260 Putative F-box protein At5g07610 5.083505043 L4_chemical_A3 +LQ05X023260 Putative F-box protein At5g07610 4.956947871 L4_chemical_B1 +LQ05X023260 Putative F-box protein At5g07610 5.271519274 L4_chemical_B2 +LQ05X023260 Putative F-box protein At5g07610 4.916171343 L4_chemical_B3 +LQ05X023260 Putative F-box protein At5g07610 5.596639081 L4_chemical_C2 +LQ05X023260 Putative F-box protein At5g07610 5.920851332 L4_chemical_C3 +LQ05X023410 F-box protein SKIP24 4.460835118 C6_control_A1 +LQ05X023410 F-box protein SKIP24 5.117638682 C6_control_A3 +LQ05X023410 F-box protein SKIP24 5.28543697 C6_control_B1 +LQ05X023410 F-box protein SKIP24 4.817970857 C6_control_B2 +LQ05X023410 F-box protein SKIP24 4.692321015 C6_control_B3 +LQ05X023410 F-box protein SKIP24 4.912506549 C6_control_C1 +LQ05X023410 F-box protein SKIP24 4.588453523 C6_control_C2 +LQ05X023410 F-box protein SKIP24 4.979814026 C6_control_C3 +LQ05X023410 F-box protein SKIP24 4.845710927 C6_chemical_A1 +LQ05X023410 F-box protein SKIP24 4.845521017 C6_chemical_A3 +LQ05X023410 F-box protein SKIP24 4.912798716 C6_chemical_B1 +LQ05X023410 F-box protein SKIP24 4.648796949 C6_chemical_B2 +LQ05X023410 F-box protein SKIP24 4.761117679 C6_chemical_B3 +LQ05X023410 F-box protein SKIP24 4.990869836 C6_chemical_C1 +LQ05X023410 F-box protein SKIP24 4.833343231 C6_chemical_C2 +LQ05X023410 F-box protein SKIP24 5.071804175 C6_chemical_C3 +LQ05X023410 F-box protein SKIP24 4.654631038 L4_control_A1 +LQ05X023410 F-box protein SKIP24 5.109657101 L4_control_A2 +LQ05X023410 F-box protein SKIP24 5.196774549 L4_control_A3 +LQ05X023410 F-box protein SKIP24 4.818316875 L4_control_B1 +LQ05X023410 F-box protein SKIP24 4.937803621 L4_control_B2 +LQ05X023410 F-box protein SKIP24 4.772811993 L4_control_B3 +LQ05X023410 F-box protein SKIP24 5.215191372 L4_control_C2 +LQ05X023410 F-box protein SKIP24 4.853474733 L4_control_C3 +LQ05X023410 F-box protein SKIP24 4.94564878 L4_chemical_A1 +LQ05X023410 F-box protein SKIP24 5.078568999 L4_chemical_A2 +LQ05X023410 F-box protein SKIP24 5.322222414 L4_chemical_A3 +LQ05X023410 F-box protein SKIP24 4.502279451 L4_chemical_B1 +LQ05X023410 F-box protein SKIP24 5.164779856 L4_chemical_B2 +LQ05X023410 F-box protein SKIP24 4.778598086 L4_chemical_B3 +LQ05X023410 F-box protein SKIP24 5.413268065 L4_chemical_C2 +LQ05X023410 F-box protein SKIP24 4.849682474 L4_chemical_C3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.265297447 C6_control_A1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.488886274 C6_control_A3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.568836555 C6_control_B1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.066203489 C6_control_B2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.110340622 C6_control_B3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.010591122 C6_control_C1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.223486997 C6_control_C2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.311744785 C6_control_C3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.746695026 C6_chemical_A1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.106735606 C6_chemical_A3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.366626464 C6_chemical_B1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.289038638 C6_chemical_B2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.828476085 C6_chemical_B3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.568286849 C6_chemical_C1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.918118114 C6_chemical_C2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.004674495 C6_chemical_C3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.915813902 L4_control_A1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.851588791 L4_control_A2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.076997007 L4_control_A3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.090189338 L4_control_B1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.872990444 L4_control_B2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.825477732 L4_control_B3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.802786578 L4_control_C2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.385602039 L4_control_C3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.745711422 L4_chemical_A1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.896484169 L4_chemical_A2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 6.158568386 L4_chemical_A3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.832611743 L4_chemical_B1 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.790170642 L4_chemical_B2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.644361936 L4_chemical_B3 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.363203579 L4_chemical_C2 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.542716514 L4_chemical_C3 +LQ05X023470 Uncharacterized protein At5g17780.2 10.91914712 C6_control_A1 +LQ05X023470 Uncharacterized protein At5g17780.2 9.313071643 C6_control_A3 +LQ05X023470 Uncharacterized protein At5g17780.2 11.60535902 C6_control_B1 +LQ05X023470 Uncharacterized protein At5g17780.2 11.71631611 C6_control_B2 +LQ05X023470 Uncharacterized protein At5g17780.2 10.7992016 C6_control_B3 +LQ05X023470 Uncharacterized protein At5g17780.2 11.82964828 C6_control_C1 +LQ05X023470 Uncharacterized protein At5g17780.2 11.04392022 C6_control_C2 +LQ05X023470 Uncharacterized protein At5g17780.2 8.868008431 C6_control_C3 +LQ05X023470 Uncharacterized protein At5g17780.2 12.0991414 C6_chemical_A1 +LQ05X023470 Uncharacterized protein At5g17780.2 9.472474664 C6_chemical_A3 +LQ05X023470 Uncharacterized protein At5g17780.2 12.27467281 C6_chemical_B1 +LQ05X023470 Uncharacterized protein At5g17780.2 12.37444174 C6_chemical_B2 +LQ05X023470 Uncharacterized protein At5g17780.2 10.48889474 C6_chemical_B3 +LQ05X023470 Uncharacterized protein At5g17780.2 12.69149377 C6_chemical_C1 +LQ05X023470 Uncharacterized protein At5g17780.2 11.48206895 C6_chemical_C2 +LQ05X023470 Uncharacterized protein At5g17780.2 9.696243118 C6_chemical_C3 +LQ05X023470 Uncharacterized protein At5g17780.2 10.25975112 L4_control_A1 +LQ05X023470 Uncharacterized protein At5g17780.2 10.33449673 L4_control_A2 +LQ05X023470 Uncharacterized protein At5g17780.2 8.997898427 L4_control_A3 +LQ05X023470 Uncharacterized protein At5g17780.2 10.69363203 L4_control_B1 +LQ05X023470 Uncharacterized protein At5g17780.2 11.08425882 L4_control_B2 +LQ05X023470 Uncharacterized protein At5g17780.2 9.811573651 L4_control_B3 +LQ05X023470 Uncharacterized protein At5g17780.2 10.70270053 L4_control_C2 +LQ05X023470 Uncharacterized protein At5g17780.2 8.983737246 L4_control_C3 +LQ05X023470 Uncharacterized protein At5g17780.2 10.39783478 L4_chemical_A1 +LQ05X023470 Uncharacterized protein At5g17780.2 11.1215684 L4_chemical_A2 +LQ05X023470 Uncharacterized protein At5g17780.2 8.963377232 L4_chemical_A3 +LQ05X023470 Uncharacterized protein At5g17780.2 10.7727418 L4_chemical_B1 +LQ05X023470 Uncharacterized protein At5g17780.2 10.72681912 L4_chemical_B2 +LQ05X023470 Uncharacterized protein At5g17780.2 9.528683517 L4_chemical_B3 +LQ05X023470 Uncharacterized protein At5g17780.2 10.69317035 L4_chemical_C2 +LQ05X023470 Uncharacterized protein At5g17780.2 9.973406199 L4_chemical_C3 +LQ05X023510 Putative amidase C869.01 11.02225167 C6_control_A1 +LQ05X023510 Putative amidase C869.01 11.51333228 C6_control_A3 +LQ05X023510 Putative amidase C869.01 10.91055597 C6_control_B1 +LQ05X023510 Putative amidase C869.01 10.42343061 C6_control_B2 +LQ05X023510 Putative amidase C869.01 10.76625177 C6_control_B3 +LQ05X023510 Putative amidase C869.01 10.29246959 C6_control_C1 +LQ05X023510 Putative amidase C869.01 10.57403731 C6_control_C2 +LQ05X023510 Putative amidase C869.01 10.36939454 C6_control_C3 +LQ05X023510 Putative amidase C869.01 10.99038261 C6_chemical_A1 +LQ05X023510 Putative amidase C869.01 11.55358325 C6_chemical_A3 +LQ05X023510 Putative amidase C869.01 10.83813325 C6_chemical_B1 +LQ05X023510 Putative amidase C869.01 10.4503681 C6_chemical_B2 +LQ05X023510 Putative amidase C869.01 10.81097545 C6_chemical_B3 +LQ05X023510 Putative amidase C869.01 10.10808637 C6_chemical_C1 +LQ05X023510 Putative amidase C869.01 10.34110164 C6_chemical_C2 +LQ05X023510 Putative amidase C869.01 9.867045309 C6_chemical_C3 +LQ05X023510 Putative amidase C869.01 11.45534666 L4_control_A1 +LQ05X023510 Putative amidase C869.01 10.76077869 L4_control_A2 +LQ05X023510 Putative amidase C869.01 12.09808388 L4_control_A3 +LQ05X023510 Putative amidase C869.01 11.12582073 L4_control_B1 +LQ05X023510 Putative amidase C869.01 11.54796656 L4_control_B2 +LQ05X023510 Putative amidase C869.01 11.85001313 L4_control_B3 +LQ05X023510 Putative amidase C869.01 10.57040041 L4_control_C2 +LQ05X023510 Putative amidase C869.01 11.21084628 L4_control_C3 +LQ05X023510 Putative amidase C869.01 11.11367636 L4_chemical_A1 +LQ05X023510 Putative amidase C869.01 9.793733603 L4_chemical_A2 +LQ05X023510 Putative amidase C869.01 11.47685194 L4_chemical_A3 +LQ05X023510 Putative amidase C869.01 10.98313664 L4_chemical_B1 +LQ05X023510 Putative amidase C869.01 11.05248081 L4_chemical_B2 +LQ05X023510 Putative amidase C869.01 11.0665164 L4_chemical_B3 +LQ05X023510 Putative amidase C869.01 11.06744957 L4_chemical_C2 +LQ05X023510 Putative amidase C869.01 11.13875376 L4_chemical_C3 +LQ05X023520 Putative Sulfotransferase 17 5.292649327 C6_control_A1 +LQ05X023520 Putative Sulfotransferase 17 5.182062211 C6_control_A3 +LQ05X023520 Putative Sulfotransferase 17 5.155719868 C6_control_B1 +LQ05X023520 Putative Sulfotransferase 17 6.085792807 C6_control_B2 +LQ05X023520 Putative Sulfotransferase 17 5.541890743 C6_control_B3 +LQ05X023520 Putative Sulfotransferase 17 6.237426204 C6_control_C1 +LQ05X023520 Putative Sulfotransferase 17 5.619211766 C6_control_C2 +LQ05X023520 Putative Sulfotransferase 17 6.223782135 C6_control_C3 +LQ05X023520 Putative Sulfotransferase 17 5.769142558 C6_chemical_A1 +LQ05X023520 Putative Sulfotransferase 17 5.369863311 C6_chemical_A3 +LQ05X023520 Putative Sulfotransferase 17 5.322413605 C6_chemical_B1 +LQ05X023520 Putative Sulfotransferase 17 5.712201624 C6_chemical_B2 +LQ05X023520 Putative Sulfotransferase 17 5.239896887 C6_chemical_B3 +LQ05X023520 Putative Sulfotransferase 17 6.245635585 C6_chemical_C1 +LQ05X023520 Putative Sulfotransferase 17 6.34932541 C6_chemical_C2 +LQ05X023520 Putative Sulfotransferase 17 5.746879171 C6_chemical_C3 +LQ05X023520 Putative Sulfotransferase 17 5.564002995 L4_control_A1 +LQ05X023520 Putative Sulfotransferase 17 5.502509765 L4_control_A2 +LQ05X023520 Putative Sulfotransferase 17 6.008880638 L4_control_A3 +LQ05X023520 Putative Sulfotransferase 17 5.987992242 L4_control_B1 +LQ05X023520 Putative Sulfotransferase 17 5.62221165 L4_control_B2 +LQ05X023520 Putative Sulfotransferase 17 5.87036112 L4_control_B3 +LQ05X023520 Putative Sulfotransferase 17 5.327111352 L4_control_C2 +LQ05X023520 Putative Sulfotransferase 17 5.230009661 L4_control_C3 +LQ05X023520 Putative Sulfotransferase 17 6.220066854 L4_chemical_A1 +LQ05X023520 Putative Sulfotransferase 17 5.396227711 L4_chemical_A2 +LQ05X023520 Putative Sulfotransferase 17 6.557944439 L4_chemical_A3 +LQ05X023520 Putative Sulfotransferase 17 5.340520971 L4_chemical_B1 +LQ05X023520 Putative Sulfotransferase 17 5.334131784 L4_chemical_B2 +LQ05X023520 Putative Sulfotransferase 17 5.757157509 L4_chemical_B3 +LQ05X023520 Putative Sulfotransferase 17 6.150084714 L4_chemical_C2 +LQ05X023520 Putative Sulfotransferase 17 5.264730766 L4_chemical_C3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.547984535 C6_control_A1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.735974847 C6_control_A3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.877279202 C6_control_B1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.716110739 C6_control_B2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.917338166 C6_control_B3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.555051407 C6_control_C1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.813708745 C6_control_C2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 5.015455454 C6_control_C3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.957180794 C6_chemical_A1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.625594481 C6_chemical_A3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.655570802 C6_chemical_B1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.75776394 C6_chemical_B2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.830818115 C6_chemical_B3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.789658859 C6_chemical_C1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.726881584 C6_chemical_C2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.756630973 C6_chemical_C3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 5.029926338 L4_control_A1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 5.203611601 L4_control_A2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.845119223 L4_control_A3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.754708363 L4_control_B1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.79532716 L4_control_B2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.954147917 L4_control_B3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 5.658054378 L4_control_C2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.958668223 L4_control_C3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 5.380783295 L4_chemical_A1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.685535115 L4_chemical_A2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.931736888 L4_chemical_A3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.672581769 L4_chemical_B1 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 5.056351548 L4_chemical_B2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.824971184 L4_chemical_B3 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 5.285270883 L4_chemical_C2 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 5.691976349 L4_chemical_C3 +LQ05X023560 Predicted protein (Fragment) 5.335261138 C6_control_A1 +LQ05X023560 Predicted protein (Fragment) 5.313588548 C6_control_A3 +LQ05X023560 Predicted protein (Fragment) 5.213004743 C6_control_B1 +LQ05X023560 Predicted protein (Fragment) 5.06679512 C6_control_B2 +LQ05X023560 Predicted protein (Fragment) 5.300924658 C6_control_B3 +LQ05X023560 Predicted protein (Fragment) 4.804954246 C6_control_C1 +LQ05X023560 Predicted protein (Fragment) 5.519448459 C6_control_C2 +LQ05X023560 Predicted protein (Fragment) 5.115813387 C6_control_C3 +LQ05X023560 Predicted protein (Fragment) 5.053396994 C6_chemical_A1 +LQ05X023560 Predicted protein (Fragment) 5.058307098 C6_chemical_A3 +LQ05X023560 Predicted protein (Fragment) 5.103100988 C6_chemical_B1 +LQ05X023560 Predicted protein (Fragment) 5.233807131 C6_chemical_B2 +LQ05X023560 Predicted protein (Fragment) 5.29642023 C6_chemical_B3 +LQ05X023560 Predicted protein (Fragment) 5.111429919 C6_chemical_C1 +LQ05X023560 Predicted protein (Fragment) 5.253308617 C6_chemical_C2 +LQ05X023560 Predicted protein (Fragment) 5.129700417 C6_chemical_C3 +LQ05X023560 Predicted protein (Fragment) 5.090154499 L4_control_A1 +LQ05X023560 Predicted protein (Fragment) 5.491944512 L4_control_A2 +LQ05X023560 Predicted protein (Fragment) 5.332866913 L4_control_A3 +LQ05X023560 Predicted protein (Fragment) 5.547598634 L4_control_B1 +LQ05X023560 Predicted protein (Fragment) 4.945090698 L4_control_B2 +LQ05X023560 Predicted protein (Fragment) 5.174781656 L4_control_B3 +LQ05X023560 Predicted protein (Fragment) 5.006463813 L4_control_C2 +LQ05X023560 Predicted protein (Fragment) 4.956600756 L4_control_C3 +LQ05X023560 Predicted protein (Fragment) 4.885733978 L4_chemical_A1 +LQ05X023560 Predicted protein (Fragment) 5.45699988 L4_chemical_A2 +LQ05X023560 Predicted protein (Fragment) 5.17859572 L4_chemical_A3 +LQ05X023560 Predicted protein (Fragment) 5.230277846 L4_chemical_B1 +LQ05X023560 Predicted protein (Fragment) 5.313498414 L4_chemical_B2 +LQ05X023560 Predicted protein (Fragment) 5.003418802 L4_chemical_B3 +LQ05X023560 Predicted protein (Fragment) 5.283680927 L4_chemical_C2 +LQ05X023560 Predicted protein (Fragment) 5.579934931 L4_chemical_C3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.356598476 C6_control_A1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 6.055952552 C6_control_A3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.21295225 C6_control_B1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 6.066386175 C6_control_B2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.714344957 C6_control_B3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.149159013 C6_control_C1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 6.77986836 C6_control_C2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.249643579 C6_control_C3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.246708988 C6_chemical_A1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.844346222 C6_chemical_A3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.351421692 C6_chemical_B1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.93709035 C6_chemical_B2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.750615274 C6_chemical_B3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 6.096074265 C6_chemical_C1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.932709369 C6_chemical_C2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.82072439 C6_chemical_C3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.4990819 L4_control_A1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.789697474 L4_control_A2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.944066006 L4_control_A3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.493017467 L4_control_B1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.753013589 L4_control_B2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.638058775 L4_control_B3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.478587193 L4_control_C2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.07336939 L4_control_C3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.635311779 L4_chemical_A1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.509965323 L4_chemical_A2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.484996751 L4_chemical_A3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.561164511 L4_chemical_B1 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.633446683 L4_chemical_B2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.487653499 L4_chemical_B3 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.414666093 L4_chemical_C2 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.520399761 L4_chemical_C3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.156120043 C6_control_A1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 6.258874234 C6_control_A3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.639127744 C6_control_B1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.105784733 C6_control_B2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.039328944 C6_control_B3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.859542843 C6_control_C1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.420165119 C6_control_C2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.89848245 C6_control_C3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.096805045 C6_chemical_A1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.201656872 C6_chemical_A3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.526495298 C6_chemical_B1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.014715651 C6_chemical_B2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.563803394 C6_chemical_B3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.808010539 C6_chemical_C1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 9.008624139 C6_chemical_C2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 9.195466292 C6_chemical_C3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.626336799 L4_control_A1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.324549334 L4_control_A2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.411401488 L4_control_A3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 6.988806482 L4_control_B1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.322686223 L4_control_B2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.38739295 L4_control_B3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.668588695 L4_control_C2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.55880789 L4_control_C3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.110287227 L4_chemical_A1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 8.208936639 L4_chemical_A2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.686465965 L4_chemical_A3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.499283335 L4_chemical_B1 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.293776312 L4_chemical_B2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.42467378 L4_chemical_B3 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.239718418 L4_chemical_C2 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.759120602 L4_chemical_C3 +LQ05X023590 Putative Speckle-type POZ protein 8.219787063 C6_control_A1 +LQ05X023590 Putative Speckle-type POZ protein 9.295152206 C6_control_A3 +LQ05X023590 Putative Speckle-type POZ protein 7.504674708 C6_control_B1 +LQ05X023590 Putative Speckle-type POZ protein 8.052597332 C6_control_B2 +LQ05X023590 Putative Speckle-type POZ protein 7.793371948 C6_control_B3 +LQ05X023590 Putative Speckle-type POZ protein 9.057839736 C6_control_C1 +LQ05X023590 Putative Speckle-type POZ protein 10.35412122 C6_control_C2 +LQ05X023590 Putative Speckle-type POZ protein 9.588930154 C6_control_C3 +LQ05X023590 Putative Speckle-type POZ protein 9.317288506 C6_chemical_A1 +LQ05X023590 Putative Speckle-type POZ protein 9.38158585 C6_chemical_A3 +LQ05X023590 Putative Speckle-type POZ protein 9.127014725 C6_chemical_B1 +LQ05X023590 Putative Speckle-type POZ protein 9.173785147 C6_chemical_B2 +LQ05X023590 Putative Speckle-type POZ protein 9.141862821 C6_chemical_B3 +LQ05X023590 Putative Speckle-type POZ protein 10.42284915 C6_chemical_C1 +LQ05X023590 Putative Speckle-type POZ protein 10.30571946 C6_chemical_C2 +LQ05X023590 Putative Speckle-type POZ protein 10.4955229 C6_chemical_C3 +LQ05X023590 Putative Speckle-type POZ protein 8.93474164 L4_control_A1 +LQ05X023590 Putative Speckle-type POZ protein 8.537597109 L4_control_A2 +LQ05X023590 Putative Speckle-type POZ protein 9.025714432 L4_control_A3 +LQ05X023590 Putative Speckle-type POZ protein 8.590880216 L4_control_B1 +LQ05X023590 Putative Speckle-type POZ protein 7.876396237 L4_control_B2 +LQ05X023590 Putative Speckle-type POZ protein 8.824547491 L4_control_B3 +LQ05X023590 Putative Speckle-type POZ protein 10.06110834 L4_control_C2 +LQ05X023590 Putative Speckle-type POZ protein 9.596742056 L4_control_C3 +LQ05X023590 Putative Speckle-type POZ protein 9.093128334 L4_chemical_A1 +LQ05X023590 Putative Speckle-type POZ protein 8.843550321 L4_chemical_A2 +LQ05X023590 Putative Speckle-type POZ protein 10.00680974 L4_chemical_A3 +LQ05X023590 Putative Speckle-type POZ protein 7.755614739 L4_chemical_B1 +LQ05X023590 Putative Speckle-type POZ protein 7.783541205 L4_chemical_B2 +LQ05X023590 Putative Speckle-type POZ protein 8.716880577 L4_chemical_B3 +LQ05X023590 Putative Speckle-type POZ protein 9.99045303 L4_chemical_C2 +LQ05X023590 Putative Speckle-type POZ protein 9.845113265 L4_chemical_C3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.514931054 C6_control_A1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 6.6405948 C6_control_A3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.042627805 C6_control_B1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.428394276 C6_control_B2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.37413212 C6_control_B3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.372790005 C6_control_C1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 6.471071907 C6_control_C2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.470062286 C6_control_C3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.483553181 C6_chemical_A1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.565382822 C6_chemical_A3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 4.868776139 C6_chemical_B1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.540337939 C6_chemical_B2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.397150948 C6_chemical_B3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.62449063 C6_chemical_C1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.473780229 C6_chemical_C2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.64353129 C6_chemical_C3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.36425753 L4_control_A1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.943686396 L4_control_A2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.827834811 L4_control_A3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.18974655 L4_control_B1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.160849229 L4_control_B2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.746941766 L4_control_B3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.374900345 L4_control_C2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.808140228 L4_control_C3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.502066232 L4_chemical_A1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.346783502 L4_chemical_A2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.870871703 L4_chemical_A3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 6.211069663 L4_chemical_B1 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.49733246 L4_chemical_B2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.941400674 L4_chemical_B3 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.965963523 L4_chemical_C2 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.086262402 L4_chemical_C3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.69958377 C6_control_A1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.11051844 C6_control_A3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.8676773 C6_control_B1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.6112646 C6_control_B2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.18145719 C6_control_B3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.61390301 C6_control_C1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.87865245 C6_control_C2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.06362443 C6_control_C3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.57733464 C6_chemical_A1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.29398287 C6_chemical_A3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.78315081 C6_chemical_B1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.98129908 C6_chemical_B2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.78097546 C6_chemical_B3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.05562315 C6_chemical_C1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.57580357 C6_chemical_C2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.33419241 C6_chemical_C3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.65844084 L4_control_A1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.788228818 L4_control_A2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.59904368 L4_control_A3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.70111374 L4_control_B1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.58373591 L4_control_B2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 11.34367912 L4_control_B3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.1958522 L4_control_C2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.970036986 L4_control_C3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.23416353 L4_chemical_A1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.681800981 L4_chemical_A2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.30184095 L4_chemical_A3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.04209583 L4_chemical_B1 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.1312875 L4_chemical_B2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.63772607 L4_chemical_B3 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.07709555 L4_chemical_C2 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.789518082 L4_chemical_C3 +LQ05X023660 Predicted protein 5.696043473 C6_control_A1 +LQ05X023660 Predicted protein 6.279977274 C6_control_A3 +LQ05X023660 Predicted protein 5.235553411 C6_control_B1 +LQ05X023660 Predicted protein 6.859398348 C6_control_B2 +LQ05X023660 Predicted protein 5.651361697 C6_control_B3 +LQ05X023660 Predicted protein 8.368183292 C6_control_C1 +LQ05X023660 Predicted protein 8.991684969 C6_control_C2 +LQ05X023660 Predicted protein 7.776767966 C6_control_C3 +LQ05X023660 Predicted protein 6.236070097 C6_chemical_A1 +LQ05X023660 Predicted protein 7.356625307 C6_chemical_A3 +LQ05X023660 Predicted protein 7.151300208 C6_chemical_B1 +LQ05X023660 Predicted protein 7.962779503 C6_chemical_B2 +LQ05X023660 Predicted protein 7.57755203 C6_chemical_B3 +LQ05X023660 Predicted protein 9.366612313 C6_chemical_C1 +LQ05X023660 Predicted protein 9.309081908 C6_chemical_C2 +LQ05X023660 Predicted protein 9.321932493 C6_chemical_C3 +LQ05X023660 Predicted protein 9.04272926 L4_control_A1 +LQ05X023660 Predicted protein 8.363115819 L4_control_A2 +LQ05X023660 Predicted protein 8.436084128 L4_control_A3 +LQ05X023660 Predicted protein 7.486008523 L4_control_B1 +LQ05X023660 Predicted protein 6.797426214 L4_control_B2 +LQ05X023660 Predicted protein 9.514889184 L4_control_B3 +LQ05X023660 Predicted protein 8.989323923 L4_control_C2 +LQ05X023660 Predicted protein 9.543256671 L4_control_C3 +LQ05X023660 Predicted protein 11.85256196 L4_chemical_A1 +LQ05X023660 Predicted protein 9.766026608 L4_chemical_A2 +LQ05X023660 Predicted protein 10.36248697 L4_chemical_A3 +LQ05X023660 Predicted protein 8.640016755 L4_chemical_B1 +LQ05X023660 Predicted protein 6.919279362 L4_chemical_B2 +LQ05X023660 Predicted protein 8.126810633 L4_chemical_B3 +LQ05X023660 Predicted protein 8.875219989 L4_chemical_C2 +LQ05X023660 Predicted protein 9.133896247 L4_chemical_C3 +LQ05X023680 Predicted protein 11.1010415 C6_control_A1 +LQ05X023680 Predicted protein 11.05271454 C6_control_A3 +LQ05X023680 Predicted protein 10.80180224 C6_control_B1 +LQ05X023680 Predicted protein 10.36412722 C6_control_B2 +LQ05X023680 Predicted protein 11.10950859 C6_control_B3 +LQ05X023680 Predicted protein 11.37409254 C6_control_C1 +LQ05X023680 Predicted protein 11.40117536 C6_control_C2 +LQ05X023680 Predicted protein 11.56693446 C6_control_C3 +LQ05X023680 Predicted protein 10.88196383 C6_chemical_A1 +LQ05X023680 Predicted protein 11.25455895 C6_chemical_A3 +LQ05X023680 Predicted protein 10.2611125 C6_chemical_B1 +LQ05X023680 Predicted protein 10.12667352 C6_chemical_B2 +LQ05X023680 Predicted protein 11.387322 C6_chemical_B3 +LQ05X023680 Predicted protein 11.12441908 C6_chemical_C1 +LQ05X023680 Predicted protein 11.07019005 C6_chemical_C2 +LQ05X023680 Predicted protein 11.44244807 C6_chemical_C3 +LQ05X023680 Predicted protein 11.38537482 L4_control_A1 +LQ05X023680 Predicted protein 10.86880642 L4_control_A2 +LQ05X023680 Predicted protein 11.78789107 L4_control_A3 +LQ05X023680 Predicted protein 11.00855622 L4_control_B1 +LQ05X023680 Predicted protein 10.93689197 L4_control_B2 +LQ05X023680 Predicted protein 11.80710334 L4_control_B3 +LQ05X023680 Predicted protein 12.07924303 L4_control_C2 +LQ05X023680 Predicted protein 12.23158723 L4_control_C3 +LQ05X023680 Predicted protein 11.15947483 L4_chemical_A1 +LQ05X023680 Predicted protein 10.66469347 L4_chemical_A2 +LQ05X023680 Predicted protein 11.55209588 L4_chemical_A3 +LQ05X023680 Predicted protein 10.92221941 L4_chemical_B1 +LQ05X023680 Predicted protein 10.72511499 L4_chemical_B2 +LQ05X023680 Predicted protein 11.1695454 L4_chemical_B3 +LQ05X023680 Predicted protein 11.84732241 L4_chemical_C2 +LQ05X023680 Predicted protein 12.11174329 L4_chemical_C3 +LQ05X023720 Hypothetical protein 6.390111655 C6_control_A1 +LQ05X023720 Hypothetical protein 6.439329783 C6_control_A3 +LQ05X023720 Hypothetical protein 6.425888352 C6_control_B1 +LQ05X023720 Hypothetical protein 6.007987127 C6_control_B2 +LQ05X023720 Hypothetical protein 6.687517535 C6_control_B3 +LQ05X023720 Hypothetical protein 6.89286847 C6_control_C1 +LQ05X023720 Hypothetical protein 5.701808375 C6_control_C2 +LQ05X023720 Hypothetical protein 6.343459801 C6_control_C3 +LQ05X023720 Hypothetical protein 6.358687193 C6_chemical_A1 +LQ05X023720 Hypothetical protein 5.930692943 C6_chemical_A3 +LQ05X023720 Hypothetical protein 6.533966095 C6_chemical_B1 +LQ05X023720 Hypothetical protein 6.009712267 C6_chemical_B2 +LQ05X023720 Hypothetical protein 6.76040386 C6_chemical_B3 +LQ05X023720 Hypothetical protein 6.377146563 C6_chemical_C1 +LQ05X023720 Hypothetical protein 6.164784658 C6_chemical_C2 +LQ05X023720 Hypothetical protein 5.831684708 C6_chemical_C3 +LQ05X023720 Hypothetical protein 5.952164496 L4_control_A1 +LQ05X023720 Hypothetical protein 6.160007444 L4_control_A2 +LQ05X023720 Hypothetical protein 6.402508266 L4_control_A3 +LQ05X023720 Hypothetical protein 5.581947474 L4_control_B1 +LQ05X023720 Hypothetical protein 5.880398352 L4_control_B2 +LQ05X023720 Hypothetical protein 6.278631583 L4_control_B3 +LQ05X023720 Hypothetical protein 5.814544098 L4_control_C2 +LQ05X023720 Hypothetical protein 6.518160534 L4_control_C3 +LQ05X023720 Hypothetical protein 6.597192281 L4_chemical_A1 +LQ05X023720 Hypothetical protein 6.533104757 L4_chemical_A2 +LQ05X023720 Hypothetical protein 6.255541391 L4_chemical_A3 +LQ05X023720 Hypothetical protein 5.979739662 L4_chemical_B1 +LQ05X023720 Hypothetical protein 6.702172208 L4_chemical_B2 +LQ05X023720 Hypothetical protein 5.907282119 L4_chemical_B3 +LQ05X023720 Hypothetical protein 6.484149437 L4_chemical_C2 +LQ05X023720 Hypothetical protein 6.855439019 L4_chemical_C3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 15.04302194 C6_control_A1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.77492367 C6_control_A3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.83606115 C6_control_B1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.9823509 C6_control_B2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.79963801 C6_control_B3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.44452865 C6_control_C1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.43720362 C6_control_C2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.08274558 C6_control_C3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.82983393 C6_chemical_A1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.73532044 C6_chemical_A3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.85020431 C6_chemical_B1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.33896361 C6_chemical_B2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 15.18438678 C6_chemical_B3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.74507805 C6_chemical_C1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.11992827 C6_chemical_C2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.41027314 C6_chemical_C3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.90086246 L4_control_A1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.53625018 L4_control_A2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.52023559 L4_control_A3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 15.05886876 L4_control_B1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.94626793 L4_control_B2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 15.11741088 L4_control_B3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.86354425 L4_control_C2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.73915301 L4_control_C3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.56078617 L4_chemical_A1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.94789062 L4_chemical_A2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.36837845 L4_chemical_A3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.59589783 L4_chemical_B1 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.84206698 L4_chemical_B2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.84764366 L4_chemical_B3 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.78348687 L4_chemical_C2 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 13.72543385 L4_chemical_C3 +LQ05X023760 Putative uncharacterized protein 5.239495305 C6_control_A1 +LQ05X023760 Putative uncharacterized protein 5.282175764 C6_control_A3 +LQ05X023760 Putative uncharacterized protein 4.918994953 C6_control_B1 +LQ05X023760 Putative uncharacterized protein 4.710480194 C6_control_B2 +LQ05X023760 Putative uncharacterized protein 5.303389464 C6_control_B3 +LQ05X023760 Putative uncharacterized protein 5.146204898 C6_control_C1 +LQ05X023760 Putative uncharacterized protein 4.98163424 C6_control_C2 +LQ05X023760 Putative uncharacterized protein 4.747526823 C6_control_C3 +LQ05X023760 Putative uncharacterized protein 5.413002273 C6_chemical_A1 +LQ05X023760 Putative uncharacterized protein 5.44397916 C6_chemical_A3 +LQ05X023760 Putative uncharacterized protein 5.364633654 C6_chemical_B1 +LQ05X023760 Putative uncharacterized protein 4.771704539 C6_chemical_B2 +LQ05X023760 Putative uncharacterized protein 4.618934281 C6_chemical_B3 +LQ05X023760 Putative uncharacterized protein 4.9914058 C6_chemical_C1 +LQ05X023760 Putative uncharacterized protein 4.856778895 C6_chemical_C2 +LQ05X023760 Putative uncharacterized protein 4.673491685 C6_chemical_C3 +LQ05X023760 Putative uncharacterized protein 4.966538465 L4_control_A1 +LQ05X023760 Putative uncharacterized protein 5.258888321 L4_control_A2 +LQ05X023760 Putative uncharacterized protein 5.495886979 L4_control_A3 +LQ05X023760 Putative uncharacterized protein 4.973211971 L4_control_B1 +LQ05X023760 Putative uncharacterized protein 4.741989871 L4_control_B2 +LQ05X023760 Putative uncharacterized protein 4.810977244 L4_control_B3 +LQ05X023760 Putative uncharacterized protein 5.136788531 L4_control_C2 +LQ05X023760 Putative uncharacterized protein 5.002348528 L4_control_C3 +LQ05X023760 Putative uncharacterized protein 4.87954538 L4_chemical_A1 +LQ05X023760 Putative uncharacterized protein 4.9763687 L4_chemical_A2 +LQ05X023760 Putative uncharacterized protein 5.489856501 L4_chemical_A3 +LQ05X023760 Putative uncharacterized protein 5.057614673 L4_chemical_B1 +LQ05X023760 Putative uncharacterized protein 5.700105618 L4_chemical_B2 +LQ05X023760 Putative uncharacterized protein 5.106128324 L4_chemical_B3 +LQ05X023760 Putative uncharacterized protein 5.003520416 L4_chemical_C2 +LQ05X023760 Putative uncharacterized protein 4.976969857 L4_chemical_C3 +LQ05X023770 Predicted protein (Fragment) 5.582042817 C6_control_A1 +LQ05X023770 Predicted protein (Fragment) 5.591634133 C6_control_A3 +LQ05X023770 Predicted protein (Fragment) 5.021795821 C6_control_B1 +LQ05X023770 Predicted protein (Fragment) 5.862839179 C6_control_B2 +LQ05X023770 Predicted protein (Fragment) 5.615127863 C6_control_B3 +LQ05X023770 Predicted protein (Fragment) 5.619766172 C6_control_C1 +LQ05X023770 Predicted protein (Fragment) 6.131074062 C6_control_C2 +LQ05X023770 Predicted protein (Fragment) 5.313301568 C6_control_C3 +LQ05X023770 Predicted protein (Fragment) 5.664917868 C6_chemical_A1 +LQ05X023770 Predicted protein (Fragment) 5.41810527 C6_chemical_A3 +LQ05X023770 Predicted protein (Fragment) 5.354801635 C6_chemical_B1 +LQ05X023770 Predicted protein (Fragment) 5.733483378 C6_chemical_B2 +LQ05X023770 Predicted protein (Fragment) 5.331759687 C6_chemical_B3 +LQ05X023770 Predicted protein (Fragment) 5.577530847 C6_chemical_C1 +LQ05X023770 Predicted protein (Fragment) 5.842778807 C6_chemical_C2 +LQ05X023770 Predicted protein (Fragment) 5.61037834 C6_chemical_C3 +LQ05X023770 Predicted protein (Fragment) 5.345076396 L4_control_A1 +LQ05X023770 Predicted protein (Fragment) 5.437892751 L4_control_A2 +LQ05X023770 Predicted protein (Fragment) 5.207676893 L4_control_A3 +LQ05X023770 Predicted protein (Fragment) 6.004726583 L4_control_B1 +LQ05X023770 Predicted protein (Fragment) 5.498112285 L4_control_B2 +LQ05X023770 Predicted protein (Fragment) 5.326385635 L4_control_B3 +LQ05X023770 Predicted protein (Fragment) 5.200532168 L4_control_C2 +LQ05X023770 Predicted protein (Fragment) 5.404052667 L4_control_C3 +LQ05X023770 Predicted protein (Fragment) 5.517294477 L4_chemical_A1 +LQ05X023770 Predicted protein (Fragment) 5.614640469 L4_chemical_A2 +LQ05X023770 Predicted protein (Fragment) 5.199461765 L4_chemical_A3 +LQ05X023770 Predicted protein (Fragment) 5.776222627 L4_chemical_B1 +LQ05X023770 Predicted protein (Fragment) 5.271429124 L4_chemical_B2 +LQ05X023770 Predicted protein (Fragment) 5.282288894 L4_chemical_B3 +LQ05X023770 Predicted protein (Fragment) 5.114069248 L4_chemical_C2 +LQ05X023770 Predicted protein (Fragment) 5.191219409 L4_chemical_C3 +LQ05X023780 Putative uncharacterized protein 6.401592547 C6_control_A1 +LQ05X023780 Putative uncharacterized protein 6.313084064 C6_control_A3 +LQ05X023780 Putative uncharacterized protein 6.350000977 C6_control_B1 +LQ05X023780 Putative uncharacterized protein 5.825989849 C6_control_B2 +LQ05X023780 Putative uncharacterized protein 6.692378805 C6_control_B3 +LQ05X023780 Putative uncharacterized protein 6.166887692 C6_control_C1 +LQ05X023780 Putative uncharacterized protein 5.841931486 C6_control_C2 +LQ05X023780 Putative uncharacterized protein 5.865392832 C6_control_C3 +LQ05X023780 Putative uncharacterized protein 6.65942311 C6_chemical_A1 +LQ05X023780 Putative uncharacterized protein 6.241980282 C6_chemical_A3 +LQ05X023780 Putative uncharacterized protein 5.83603247 C6_chemical_B1 +LQ05X023780 Putative uncharacterized protein 5.862890562 C6_chemical_B2 +LQ05X023780 Putative uncharacterized protein 6.228401284 C6_chemical_B3 +LQ05X023780 Putative uncharacterized protein 6.387898252 C6_chemical_C1 +LQ05X023780 Putative uncharacterized protein 6.542263409 C6_chemical_C2 +LQ05X023780 Putative uncharacterized protein 6.538829062 C6_chemical_C3 +LQ05X023780 Putative uncharacterized protein 6.810528043 L4_control_A1 +LQ05X023780 Putative uncharacterized protein 7.005834795 L4_control_A2 +LQ05X023780 Putative uncharacterized protein 7.795361056 L4_control_A3 +LQ05X023780 Putative uncharacterized protein 6.470612274 L4_control_B1 +LQ05X023780 Putative uncharacterized protein 6.199738334 L4_control_B2 +LQ05X023780 Putative uncharacterized protein 7.140701575 L4_control_B3 +LQ05X023780 Putative uncharacterized protein 8.050622083 L4_control_C2 +LQ05X023780 Putative uncharacterized protein 7.986056074 L4_control_C3 +LQ05X023780 Putative uncharacterized protein 6.50124203 L4_chemical_A1 +LQ05X023780 Putative uncharacterized protein 6.976089633 L4_chemical_A2 +LQ05X023780 Putative uncharacterized protein 6.881829165 L4_chemical_A3 +LQ05X023780 Putative uncharacterized protein 6.287001232 L4_chemical_B1 +LQ05X023780 Putative uncharacterized protein 6.120353779 L4_chemical_B2 +LQ05X023780 Putative uncharacterized protein 6.902606521 L4_chemical_B3 +LQ05X023780 Putative uncharacterized protein 6.946160586 L4_chemical_C2 +LQ05X023780 Putative uncharacterized protein 8.405034699 L4_chemical_C3 +LQ05X023800 Hypothetical protein 6.093381013 C6_control_A1 +LQ05X023800 Hypothetical protein 5.685994806 C6_control_A3 +LQ05X023800 Hypothetical protein 5.308151196 C6_control_B1 +LQ05X023800 Hypothetical protein 5.374617997 C6_control_B2 +LQ05X023800 Hypothetical protein 5.908034848 C6_control_B3 +LQ05X023800 Hypothetical protein 5.430047332 C6_control_C1 +LQ05X023800 Hypothetical protein 5.370333223 C6_control_C2 +LQ05X023800 Hypothetical protein 5.770263176 C6_control_C3 +LQ05X023800 Hypothetical protein 5.80412925 C6_chemical_A1 +LQ05X023800 Hypothetical protein 5.859855595 C6_chemical_A3 +LQ05X023800 Hypothetical protein 5.280380321 C6_chemical_B1 +LQ05X023800 Hypothetical protein 5.656510188 C6_chemical_B2 +LQ05X023800 Hypothetical protein 5.567116914 C6_chemical_B3 +LQ05X023800 Hypothetical protein 5.491011161 C6_chemical_C1 +LQ05X023800 Hypothetical protein 5.663814319 C6_chemical_C2 +LQ05X023800 Hypothetical protein 6.137035717 C6_chemical_C3 +LQ05X023800 Hypothetical protein 5.738851175 L4_control_A1 +LQ05X023800 Hypothetical protein 5.687775122 L4_control_A2 +LQ05X023800 Hypothetical protein 5.761177734 L4_control_A3 +LQ05X023800 Hypothetical protein 5.969214338 L4_control_B1 +LQ05X023800 Hypothetical protein 5.194207408 L4_control_B2 +LQ05X023800 Hypothetical protein 5.95682577 L4_control_B3 +LQ05X023800 Hypothetical protein 5.536435468 L4_control_C2 +LQ05X023800 Hypothetical protein 5.466978174 L4_control_C3 +LQ05X023800 Hypothetical protein 5.512851888 L4_chemical_A1 +LQ05X023800 Hypothetical protein 5.947087529 L4_chemical_A2 +LQ05X023800 Hypothetical protein 5.967135818 L4_chemical_A3 +LQ05X023800 Hypothetical protein 5.831344061 L4_chemical_B1 +LQ05X023800 Hypothetical protein 5.812419122 L4_chemical_B2 +LQ05X023800 Hypothetical protein 5.777173876 L4_chemical_B3 +LQ05X023800 Hypothetical protein 5.772952023 L4_chemical_C2 +LQ05X023800 Hypothetical protein 5.368699701 L4_chemical_C3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.252980991 C6_control_A1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.094176437 C6_control_A3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.415414959 C6_control_B1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.129765167 C6_control_B2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.169582576 C6_control_B3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 4.674255272 C6_control_C1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.022756823 C6_control_C2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.029348619 C6_control_C3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.107156991 C6_chemical_A1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.031575097 C6_chemical_A3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.468074852 C6_chemical_B1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.127583349 C6_chemical_B2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.044554938 C6_chemical_B3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 4.814283545 C6_chemical_C1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.005616402 C6_chemical_C2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.465282773 C6_chemical_C3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.269582231 L4_control_A1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.782612118 L4_control_A2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.649365585 L4_control_A3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.031263363 L4_control_B1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.095947569 L4_control_B2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.330967317 L4_control_B3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.450086073 L4_control_C2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 4.90956203 L4_control_C3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.39874099 L4_chemical_A1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.275668862 L4_chemical_A2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.480992919 L4_chemical_A3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.242741701 L4_chemical_B1 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.010945103 L4_chemical_B2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.257749902 L4_chemical_B3 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.638140403 L4_chemical_C2 +LQ05X023810 Caffeic acid 3-O-methyltransferase 4.863847281 L4_chemical_C3 +LQ05X023970 Putative Predicted protein 4.926674315 C6_control_A1 +LQ05X023970 Putative Predicted protein 5.054920254 C6_control_A3 +LQ05X023970 Putative Predicted protein 5.188900203 C6_control_B1 +LQ05X023970 Putative Predicted protein 5.191552058 C6_control_B2 +LQ05X023970 Putative Predicted protein 4.918995585 C6_control_B3 +LQ05X023970 Putative Predicted protein 5.290051979 C6_control_C1 +LQ05X023970 Putative Predicted protein 5.142394008 C6_control_C2 +LQ05X023970 Putative Predicted protein 5.056060472 C6_control_C3 +LQ05X023970 Putative Predicted protein 5.023741457 C6_chemical_A1 +LQ05X023970 Putative Predicted protein 5.155383803 C6_chemical_A3 +LQ05X023970 Putative Predicted protein 5.331956186 C6_chemical_B1 +LQ05X023970 Putative Predicted protein 5.164999306 C6_chemical_B2 +LQ05X023970 Putative Predicted protein 4.911706913 C6_chemical_B3 +LQ05X023970 Putative Predicted protein 5.258329928 C6_chemical_C1 +LQ05X023970 Putative Predicted protein 5.109460032 C6_chemical_C2 +LQ05X023970 Putative Predicted protein 5.133904745 C6_chemical_C3 +LQ05X023970 Putative Predicted protein 5.232876177 L4_control_A1 +LQ05X023970 Putative Predicted protein 5.232534083 L4_control_A2 +LQ05X023970 Putative Predicted protein 5.453950672 L4_control_A3 +LQ05X023970 Putative Predicted protein 5.307913941 L4_control_B1 +LQ05X023970 Putative Predicted protein 5.313344695 L4_control_B2 +LQ05X023970 Putative Predicted protein 5.036666853 L4_control_B3 +LQ05X023970 Putative Predicted protein 5.567256709 L4_control_C2 +LQ05X023970 Putative Predicted protein 4.925764958 L4_control_C3 +LQ05X023970 Putative Predicted protein 4.945301646 L4_chemical_A1 +LQ05X023970 Putative Predicted protein 4.941247922 L4_chemical_A2 +LQ05X023970 Putative Predicted protein 5.293228855 L4_chemical_A3 +LQ05X023970 Putative Predicted protein 4.960086711 L4_chemical_B1 +LQ05X023970 Putative Predicted protein 5.685432123 L4_chemical_B2 +LQ05X023970 Putative Predicted protein 4.953750965 L4_chemical_B3 +LQ05X023970 Putative Predicted protein 5.174800126 L4_chemical_C2 +LQ05X023970 Putative Predicted protein 5.425847111 L4_chemical_C3 +LQ05X023980 Putative Annexin D8 9.133574584 C6_control_A1 +LQ05X023980 Putative Annexin D8 7.645091598 C6_control_A3 +LQ05X023980 Putative Annexin D8 9.06364374 C6_control_B1 +LQ05X023980 Putative Annexin D8 8.419994486 C6_control_B2 +LQ05X023980 Putative Annexin D8 7.890579803 C6_control_B3 +LQ05X023980 Putative Annexin D8 6.856500791 C6_control_C1 +LQ05X023980 Putative Annexin D8 5.681130219 C6_control_C2 +LQ05X023980 Putative Annexin D8 5.477009488 C6_control_C3 +LQ05X023980 Putative Annexin D8 8.568205992 C6_chemical_A1 +LQ05X023980 Putative Annexin D8 8.099763268 C6_chemical_A3 +LQ05X023980 Putative Annexin D8 8.314738362 C6_chemical_B1 +LQ05X023980 Putative Annexin D8 8.391723081 C6_chemical_B2 +LQ05X023980 Putative Annexin D8 7.374922206 C6_chemical_B3 +LQ05X023980 Putative Annexin D8 6.903769437 C6_chemical_C1 +LQ05X023980 Putative Annexin D8 5.660632578 C6_chemical_C2 +LQ05X023980 Putative Annexin D8 5.736037018 C6_chemical_C3 +LQ05X023980 Putative Annexin D8 7.933387782 L4_control_A1 +LQ05X023980 Putative Annexin D8 8.904983921 L4_control_A2 +LQ05X023980 Putative Annexin D8 6.929689531 L4_control_A3 +LQ05X023980 Putative Annexin D8 7.739248705 L4_control_B1 +LQ05X023980 Putative Annexin D8 9.210123854 L4_control_B2 +LQ05X023980 Putative Annexin D8 6.933301749 L4_control_B3 +LQ05X023980 Putative Annexin D8 6.57574534 L4_control_C2 +LQ05X023980 Putative Annexin D8 5.802843232 L4_control_C3 +LQ05X023980 Putative Annexin D8 7.313238152 L4_chemical_A1 +LQ05X023980 Putative Annexin D8 7.110329188 L4_chemical_A2 +LQ05X023980 Putative Annexin D8 5.693768875 L4_chemical_A3 +LQ05X023980 Putative Annexin D8 8.257252034 L4_chemical_B1 +LQ05X023980 Putative Annexin D8 8.440226963 L4_chemical_B2 +LQ05X023980 Putative Annexin D8 7.44659459 L4_chemical_B3 +LQ05X023980 Putative Annexin D8 5.802895842 L4_chemical_C2 +LQ05X023980 Putative Annexin D8 6.083871652 L4_chemical_C3 +LQ05X024000 Predicted protein 5.850541687 C6_control_A1 +LQ05X024000 Predicted protein 6.087375024 C6_control_A3 +LQ05X024000 Predicted protein 5.525939177 C6_control_B1 +LQ05X024000 Predicted protein 5.928680448 C6_control_B2 +LQ05X024000 Predicted protein 6.084579368 C6_control_B3 +LQ05X024000 Predicted protein 5.48851326 C6_control_C1 +LQ05X024000 Predicted protein 5.68333584 C6_control_C2 +LQ05X024000 Predicted protein 5.761168426 C6_control_C3 +LQ05X024000 Predicted protein 5.522708 C6_chemical_A1 +LQ05X024000 Predicted protein 5.933594352 C6_chemical_A3 +LQ05X024000 Predicted protein 5.424422625 C6_chemical_B1 +LQ05X024000 Predicted protein 5.988838457 C6_chemical_B2 +LQ05X024000 Predicted protein 5.754554117 C6_chemical_B3 +LQ05X024000 Predicted protein 5.654549001 C6_chemical_C1 +LQ05X024000 Predicted protein 5.757269523 C6_chemical_C2 +LQ05X024000 Predicted protein 5.29741752 C6_chemical_C3 +LQ05X024000 Predicted protein 5.538991448 L4_control_A1 +LQ05X024000 Predicted protein 5.459586733 L4_control_A2 +LQ05X024000 Predicted protein 6.189720411 L4_control_A3 +LQ05X024000 Predicted protein 5.600844312 L4_control_B1 +LQ05X024000 Predicted protein 5.916511967 L4_control_B2 +LQ05X024000 Predicted protein 5.663527648 L4_control_B3 +LQ05X024000 Predicted protein 5.242494438 L4_control_C2 +LQ05X024000 Predicted protein 5.24344915 L4_control_C3 +LQ05X024000 Predicted protein 5.43918624 L4_chemical_A1 +LQ05X024000 Predicted protein 5.525445749 L4_chemical_A2 +LQ05X024000 Predicted protein 5.77409148 L4_chemical_A3 +LQ05X024000 Predicted protein 6.303374077 L4_chemical_B1 +LQ05X024000 Predicted protein 6.156720059 L4_chemical_B2 +LQ05X024000 Predicted protein 5.81794679 L4_chemical_B3 +LQ05X024000 Predicted protein 4.95379453 L4_chemical_C2 +LQ05X024000 Predicted protein 5.221511956 L4_chemical_C3 +LQ05X024010 Predicted protein 12.68418112 C6_control_A1 +LQ05X024010 Predicted protein 12.17025731 C6_control_A3 +LQ05X024010 Predicted protein 12.71079924 C6_control_B1 +LQ05X024010 Predicted protein 12.41542153 C6_control_B2 +LQ05X024010 Predicted protein 12.73405244 C6_control_B3 +LQ05X024010 Predicted protein 12.87465095 C6_control_C1 +LQ05X024010 Predicted protein 12.19177162 C6_control_C2 +LQ05X024010 Predicted protein 12.70936428 C6_control_C3 +LQ05X024010 Predicted protein 12.7912501 C6_chemical_A1 +LQ05X024010 Predicted protein 12.29165378 C6_chemical_A3 +LQ05X024010 Predicted protein 12.74433257 C6_chemical_B1 +LQ05X024010 Predicted protein 12.15609833 C6_chemical_B2 +LQ05X024010 Predicted protein 12.6927529 C6_chemical_B3 +LQ05X024010 Predicted protein 12.69555603 C6_chemical_C1 +LQ05X024010 Predicted protein 12.37377336 C6_chemical_C2 +LQ05X024010 Predicted protein 12.53941152 C6_chemical_C3 +LQ05X024010 Predicted protein 13.02740906 L4_control_A1 +LQ05X024010 Predicted protein 12.87052811 L4_control_A2 +LQ05X024010 Predicted protein 12.99180426 L4_control_A3 +LQ05X024010 Predicted protein 12.96006974 L4_control_B1 +LQ05X024010 Predicted protein 13.19815723 L4_control_B2 +LQ05X024010 Predicted protein 12.69555881 L4_control_B3 +LQ05X024010 Predicted protein 13.22139532 L4_control_C2 +LQ05X024010 Predicted protein 12.93721089 L4_control_C3 +LQ05X024010 Predicted protein 12.70112173 L4_chemical_A1 +LQ05X024010 Predicted protein 13.17404468 L4_chemical_A2 +LQ05X024010 Predicted protein 13.13864472 L4_chemical_A3 +LQ05X024010 Predicted protein 13.08686894 L4_chemical_B1 +LQ05X024010 Predicted protein 13.37268108 L4_chemical_B2 +LQ05X024010 Predicted protein 13.03414797 L4_chemical_B3 +LQ05X024010 Predicted protein 13.24347942 L4_chemical_C2 +LQ05X024010 Predicted protein 13.00053081 L4_chemical_C3 +LQ05X024030 Predicted protein 7.589593539 C6_control_A1 +LQ05X024030 Predicted protein 7.244899557 C6_control_A3 +LQ05X024030 Predicted protein 7.99650598 C6_control_B1 +LQ05X024030 Predicted protein 7.489875053 C6_control_B2 +LQ05X024030 Predicted protein 7.873703456 C6_control_B3 +LQ05X024030 Predicted protein 9.384334525 C6_control_C1 +LQ05X024030 Predicted protein 7.970266546 C6_control_C2 +LQ05X024030 Predicted protein 7.663961843 C6_control_C3 +LQ05X024030 Predicted protein 7.849050366 C6_chemical_A1 +LQ05X024030 Predicted protein 8.00648128 C6_chemical_A3 +LQ05X024030 Predicted protein 7.954070268 C6_chemical_B1 +LQ05X024030 Predicted protein 7.853417254 C6_chemical_B2 +LQ05X024030 Predicted protein 7.811252366 C6_chemical_B3 +LQ05X024030 Predicted protein 9.409319436 C6_chemical_C1 +LQ05X024030 Predicted protein 8.17987428 C6_chemical_C2 +LQ05X024030 Predicted protein 8.000818414 C6_chemical_C3 +LQ05X024030 Predicted protein 7.760712534 L4_control_A1 +LQ05X024030 Predicted protein 7.855907646 L4_control_A2 +LQ05X024030 Predicted protein 7.77385736 L4_control_A3 +LQ05X024030 Predicted protein 8.067759844 L4_control_B1 +LQ05X024030 Predicted protein 8.376838947 L4_control_B2 +LQ05X024030 Predicted protein 7.866069933 L4_control_B3 +LQ05X024030 Predicted protein 8.883756293 L4_control_C2 +LQ05X024030 Predicted protein 7.88664842 L4_control_C3 +LQ05X024030 Predicted protein 8.332063667 L4_chemical_A1 +LQ05X024030 Predicted protein 8.139187803 L4_chemical_A2 +LQ05X024030 Predicted protein 7.641890149 L4_chemical_A3 +LQ05X024030 Predicted protein 8.184112813 L4_chemical_B1 +LQ05X024030 Predicted protein 8.298751599 L4_chemical_B2 +LQ05X024030 Predicted protein 7.968013339 L4_chemical_B3 +LQ05X024030 Predicted protein 8.343186822 L4_chemical_C2 +LQ05X024030 Predicted protein 7.87885267 L4_chemical_C3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.721182654 C6_control_A1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.287352456 C6_control_A3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.547544439 C6_control_B1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.28734021 C6_control_B2 +LQ05X024040 Putative Lysosomal beta glucosidase 6.063846583 C6_control_B3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.163069949 C6_control_C1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.361121009 C6_control_C2 +LQ05X024040 Putative Lysosomal beta glucosidase 5.263491145 C6_control_C3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.683627719 C6_chemical_A1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.924855328 C6_chemical_A3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.590910611 C6_chemical_B1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.197431517 C6_chemical_B2 +LQ05X024040 Putative Lysosomal beta glucosidase 5.485136645 C6_chemical_B3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.095908017 C6_chemical_C1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.716343947 C6_chemical_C2 +LQ05X024040 Putative Lysosomal beta glucosidase 5.532602074 C6_chemical_C3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.598209329 L4_control_A1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.834131709 L4_control_A2 +LQ05X024040 Putative Lysosomal beta glucosidase 6.732923166 L4_control_A3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.233014169 L4_control_B1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.603997457 L4_control_B2 +LQ05X024040 Putative Lysosomal beta glucosidase 5.422502341 L4_control_B3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.260202577 L4_control_C2 +LQ05X024040 Putative Lysosomal beta glucosidase 5.009146541 L4_control_C3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.877694992 L4_chemical_A1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.376755491 L4_chemical_A2 +LQ05X024040 Putative Lysosomal beta glucosidase 6.554691508 L4_chemical_A3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.406128168 L4_chemical_B1 +LQ05X024040 Putative Lysosomal beta glucosidase 5.657275009 L4_chemical_B2 +LQ05X024040 Putative Lysosomal beta glucosidase 5.289333464 L4_chemical_B3 +LQ05X024040 Putative Lysosomal beta glucosidase 5.255400681 L4_chemical_C2 +LQ05X024040 Putative Lysosomal beta glucosidase 5.258889984 L4_chemical_C3 +LQ05X024070 Putative syntaxin-131 6.192649142 C6_control_A1 +LQ05X024070 Putative syntaxin-131 8.077501284 C6_control_A3 +LQ05X024070 Putative syntaxin-131 5.740485547 C6_control_B1 +LQ05X024070 Putative syntaxin-131 5.736172827 C6_control_B2 +LQ05X024070 Putative syntaxin-131 6.590644803 C6_control_B3 +LQ05X024070 Putative syntaxin-131 5.377492145 C6_control_C1 +LQ05X024070 Putative syntaxin-131 5.800010374 C6_control_C2 +LQ05X024070 Putative syntaxin-131 5.121185157 C6_control_C3 +LQ05X024070 Putative syntaxin-131 5.755333791 C6_chemical_A1 +LQ05X024070 Putative syntaxin-131 6.860102263 C6_chemical_A3 +LQ05X024070 Putative syntaxin-131 6.1838224 C6_chemical_B1 +LQ05X024070 Putative syntaxin-131 6.204332609 C6_chemical_B2 +LQ05X024070 Putative syntaxin-131 5.562967835 C6_chemical_B3 +LQ05X024070 Putative syntaxin-131 5.532234964 C6_chemical_C1 +LQ05X024070 Putative syntaxin-131 5.654087615 C6_chemical_C2 +LQ05X024070 Putative syntaxin-131 5.18129057 C6_chemical_C3 +LQ05X024070 Putative syntaxin-131 5.816417843 L4_control_A1 +LQ05X024070 Putative syntaxin-131 5.622566551 L4_control_A2 +LQ05X024070 Putative syntaxin-131 5.880823391 L4_control_A3 +LQ05X024070 Putative syntaxin-131 5.486365115 L4_control_B1 +LQ05X024070 Putative syntaxin-131 5.448548326 L4_control_B2 +LQ05X024070 Putative syntaxin-131 5.504583509 L4_control_B3 +LQ05X024070 Putative syntaxin-131 5.979588712 L4_control_C2 +LQ05X024070 Putative syntaxin-131 6.44045674 L4_control_C3 +LQ05X024070 Putative syntaxin-131 5.302567128 L4_chemical_A1 +LQ05X024070 Putative syntaxin-131 5.691223519 L4_chemical_A2 +LQ05X024070 Putative syntaxin-131 5.53243805 L4_chemical_A3 +LQ05X024070 Putative syntaxin-131 5.389021417 L4_chemical_B1 +LQ05X024070 Putative syntaxin-131 6.272819553 L4_chemical_B2 +LQ05X024070 Putative syntaxin-131 6.16723224 L4_chemical_B3 +LQ05X024070 Putative syntaxin-131 5.254311427 L4_chemical_C2 +LQ05X024070 Putative syntaxin-131 6.123446457 L4_chemical_C3 +LQ05X024080 Putative auxin-independent growth promoter protein 4.885815998 C6_control_A1 +LQ05X024080 Putative auxin-independent growth promoter protein 5.117699026 C6_control_A3 +LQ05X024080 Putative auxin-independent growth promoter protein 5.389949405 C6_control_B1 +LQ05X024080 Putative auxin-independent growth promoter protein 4.987163573 C6_control_B2 +LQ05X024080 Putative auxin-independent growth promoter protein 5.100976657 C6_control_B3 +LQ05X024080 Putative auxin-independent growth promoter protein 4.924532583 C6_control_C1 +LQ05X024080 Putative auxin-independent growth promoter protein 5.483838421 C6_control_C2 +LQ05X024080 Putative auxin-independent growth promoter protein 5.029803314 C6_control_C3 +LQ05X024080 Putative auxin-independent growth promoter protein 5.003336862 C6_chemical_A1 +LQ05X024080 Putative auxin-independent growth promoter protein 5.140329203 C6_chemical_A3 +LQ05X024080 Putative auxin-independent growth promoter protein 4.954047606 C6_chemical_B1 +LQ05X024080 Putative auxin-independent growth promoter protein 4.913983219 C6_chemical_B2 +LQ05X024080 Putative auxin-independent growth promoter protein 4.792939072 C6_chemical_B3 +LQ05X024080 Putative auxin-independent growth promoter protein 5.237422506 C6_chemical_C1 +LQ05X024080 Putative auxin-independent growth promoter protein 5.189823614 C6_chemical_C2 +LQ05X024080 Putative auxin-independent growth promoter protein 5.156791181 C6_chemical_C3 +LQ05X024080 Putative auxin-independent growth promoter protein 5.333016357 L4_control_A1 +LQ05X024080 Putative auxin-independent growth promoter protein 5.071916849 L4_control_A2 +LQ05X024080 Putative auxin-independent growth promoter protein 5.28209008 L4_control_A3 +LQ05X024080 Putative auxin-independent growth promoter protein 4.858085969 L4_control_B1 +LQ05X024080 Putative auxin-independent growth promoter protein 5.056801041 L4_control_B2 +LQ05X024080 Putative auxin-independent growth promoter protein 5.046288874 L4_control_B3 +LQ05X024080 Putative auxin-independent growth promoter protein 5.017943369 L4_control_C2 +LQ05X024080 Putative auxin-independent growth promoter protein 5.253490803 L4_control_C3 +LQ05X024080 Putative auxin-independent growth promoter protein 5.162976366 L4_chemical_A1 +LQ05X024080 Putative auxin-independent growth promoter protein 5.376715483 L4_chemical_A2 +LQ05X024080 Putative auxin-independent growth promoter protein 5.109984581 L4_chemical_A3 +LQ05X024080 Putative auxin-independent growth promoter protein 4.980465188 L4_chemical_B1 +LQ05X024080 Putative auxin-independent growth promoter protein 5.395263702 L4_chemical_B2 +LQ05X024080 Putative auxin-independent growth promoter protein 5.126531154 L4_chemical_B3 +LQ05X024080 Putative auxin-independent growth promoter protein 5.635250685 L4_chemical_C2 +LQ05X024080 Putative auxin-independent growth promoter protein 4.941524829 L4_chemical_C3 +LQ05X024090 Exostosin-like 12.60524149 C6_control_A1 +LQ05X024090 Exostosin-like 11.77532569 C6_control_A3 +LQ05X024090 Exostosin-like 13.37954385 C6_control_B1 +LQ05X024090 Exostosin-like 10.93823329 C6_control_B2 +LQ05X024090 Exostosin-like 11.28230721 C6_control_B3 +LQ05X024090 Exostosin-like 11.77306295 C6_control_C1 +LQ05X024090 Exostosin-like 10.63802297 C6_control_C2 +LQ05X024090 Exostosin-like 11.84175205 C6_control_C3 +LQ05X024090 Exostosin-like 12.81575554 C6_chemical_A1 +LQ05X024090 Exostosin-like 11.06210356 C6_chemical_A3 +LQ05X024090 Exostosin-like 12.98927452 C6_chemical_B1 +LQ05X024090 Exostosin-like 10.78547423 C6_chemical_B2 +LQ05X024090 Exostosin-like 12.38691377 C6_chemical_B3 +LQ05X024090 Exostosin-like 11.42869896 C6_chemical_C1 +LQ05X024090 Exostosin-like 10.10070831 C6_chemical_C2 +LQ05X024090 Exostosin-like 11.59887981 C6_chemical_C3 +LQ05X024090 Exostosin-like 11.53555158 L4_control_A1 +LQ05X024090 Exostosin-like 11.72316124 L4_control_A2 +LQ05X024090 Exostosin-like 9.766735648 L4_control_A3 +LQ05X024090 Exostosin-like 9.562957325 L4_control_B1 +LQ05X024090 Exostosin-like 12.39289719 L4_control_B2 +LQ05X024090 Exostosin-like 9.646184208 L4_control_B3 +LQ05X024090 Exostosin-like 9.21460649 L4_control_C2 +LQ05X024090 Exostosin-like 10.91964743 L4_control_C3 +LQ05X024090 Exostosin-like 10.26907663 L4_chemical_A1 +LQ05X024090 Exostosin-like 11.26040692 L4_chemical_A2 +LQ05X024090 Exostosin-like 8.198168854 L4_chemical_A3 +LQ05X024090 Exostosin-like 11.76166311 L4_chemical_B1 +LQ05X024090 Exostosin-like 12.18428235 L4_chemical_B2 +LQ05X024090 Exostosin-like 12.45918281 L4_chemical_B3 +LQ05X024090 Exostosin-like 8.525659456 L4_chemical_C2 +LQ05X024090 Exostosin-like 10.41068921 L4_chemical_C3 +LQ05X024100 Exostosin-like 11.96645236 C6_control_A1 +LQ05X024100 Exostosin-like 10.58230441 C6_control_A3 +LQ05X024100 Exostosin-like 11.53901862 C6_control_B1 +LQ05X024100 Exostosin-like 9.151294324 C6_control_B2 +LQ05X024100 Exostosin-like 9.384306586 C6_control_B3 +LQ05X024100 Exostosin-like 9.941939683 C6_control_C1 +LQ05X024100 Exostosin-like 8.944571168 C6_control_C2 +LQ05X024100 Exostosin-like 10.07033685 C6_control_C3 +LQ05X024100 Exostosin-like 12.14068725 C6_chemical_A1 +LQ05X024100 Exostosin-like 10.07790243 C6_chemical_A3 +LQ05X024100 Exostosin-like 10.93697563 C6_chemical_B1 +LQ05X024100 Exostosin-like 8.599921763 C6_chemical_B2 +LQ05X024100 Exostosin-like 10.46999273 C6_chemical_B3 +LQ05X024100 Exostosin-like 9.774566293 C6_chemical_C1 +LQ05X024100 Exostosin-like 8.385221126 C6_chemical_C2 +LQ05X024100 Exostosin-like 9.813218987 C6_chemical_C3 +LQ05X024100 Exostosin-like 11.05697692 L4_control_A1 +LQ05X024100 Exostosin-like 11.49798508 L4_control_A2 +LQ05X024100 Exostosin-like 10.55265189 L4_control_A3 +LQ05X024100 Exostosin-like 7.477261585 L4_control_B1 +LQ05X024100 Exostosin-like 10.68518564 L4_control_B2 +LQ05X024100 Exostosin-like 8.576097234 L4_control_B3 +LQ05X024100 Exostosin-like 8.157698438 L4_control_C2 +LQ05X024100 Exostosin-like 9.939535262 L4_control_C3 +LQ05X024100 Exostosin-like 9.755809353 L4_chemical_A1 +LQ05X024100 Exostosin-like 10.84502054 L4_chemical_A2 +LQ05X024100 Exostosin-like 9.914461138 L4_chemical_A3 +LQ05X024100 Exostosin-like 10.09857948 L4_chemical_B1 +LQ05X024100 Exostosin-like 10.49933977 L4_chemical_B2 +LQ05X024100 Exostosin-like 11.27020972 L4_chemical_B3 +LQ05X024100 Exostosin-like 7.537370771 L4_chemical_C2 +LQ05X024100 Exostosin-like 9.319578092 L4_chemical_C3 +LQ05X024150 Putative Importin-5 7.614871706 C6_control_A1 +LQ05X024150 Putative Importin-5 7.386144965 C6_control_A3 +LQ05X024150 Putative Importin-5 8.457983609 C6_control_B1 +LQ05X024150 Putative Importin-5 6.882589327 C6_control_B2 +LQ05X024150 Putative Importin-5 7.237363475 C6_control_B3 +LQ05X024150 Putative Importin-5 6.60876728 C6_control_C1 +LQ05X024150 Putative Importin-5 5.716149093 C6_control_C2 +LQ05X024150 Putative Importin-5 6.731547035 C6_control_C3 +LQ05X024150 Putative Importin-5 7.708951772 C6_chemical_A1 +LQ05X024150 Putative Importin-5 7.612289953 C6_chemical_A3 +LQ05X024150 Putative Importin-5 8.521655194 C6_chemical_B1 +LQ05X024150 Putative Importin-5 6.85468364 C6_chemical_B2 +LQ05X024150 Putative Importin-5 7.919069479 C6_chemical_B3 +LQ05X024150 Putative Importin-5 7.339637085 C6_chemical_C1 +LQ05X024150 Putative Importin-5 7.214943636 C6_chemical_C2 +LQ05X024150 Putative Importin-5 7.460492533 C6_chemical_C3 +LQ05X024150 Putative Importin-5 7.962745447 L4_control_A1 +LQ05X024150 Putative Importin-5 8.319070142 L4_control_A2 +LQ05X024150 Putative Importin-5 9.486110387 L4_control_A3 +LQ05X024150 Putative Importin-5 7.995749646 L4_control_B1 +LQ05X024150 Putative Importin-5 7.56633032 L4_control_B2 +LQ05X024150 Putative Importin-5 8.340275012 L4_control_B3 +LQ05X024150 Putative Importin-5 9.270135302 L4_control_C2 +LQ05X024150 Putative Importin-5 9.800164091 L4_control_C3 +LQ05X024150 Putative Importin-5 7.660449543 L4_chemical_A1 +LQ05X024150 Putative Importin-5 7.84102027 L4_chemical_A2 +LQ05X024150 Putative Importin-5 9.053095607 L4_chemical_A3 +LQ05X024150 Putative Importin-5 8.257772956 L4_chemical_B1 +LQ05X024150 Putative Importin-5 8.07317489 L4_chemical_B2 +LQ05X024150 Putative Importin-5 7.88135794 L4_chemical_B3 +LQ05X024150 Putative Importin-5 9.401094719 L4_chemical_C2 +LQ05X024150 Putative Importin-5 9.566808107 L4_chemical_C3 +LQ05X024170 Tubulin alpha-3 chain 14.67910549 C6_control_A1 +LQ05X024170 Tubulin alpha-3 chain 14.04798536 C6_control_A3 +LQ05X024170 Tubulin alpha-3 chain 14.88212466 C6_control_B1 +LQ05X024170 Tubulin alpha-3 chain 14.90736692 C6_control_B2 +LQ05X024170 Tubulin alpha-3 chain 15.04070737 C6_control_B3 +LQ05X024170 Tubulin alpha-3 chain 14.22890969 C6_control_C1 +LQ05X024170 Tubulin alpha-3 chain 14.31434359 C6_control_C2 +LQ05X024170 Tubulin alpha-3 chain 14.08142787 C6_control_C3 +LQ05X024170 Tubulin alpha-3 chain 14.04116968 C6_chemical_A1 +LQ05X024170 Tubulin alpha-3 chain 14.28848571 C6_chemical_A3 +LQ05X024170 Tubulin alpha-3 chain 14.61361137 C6_chemical_B1 +LQ05X024170 Tubulin alpha-3 chain 14.71579143 C6_chemical_B2 +LQ05X024170 Tubulin alpha-3 chain 15.00282882 C6_chemical_B3 +LQ05X024170 Tubulin alpha-3 chain 14.16772924 C6_chemical_C1 +LQ05X024170 Tubulin alpha-3 chain 14.02205853 C6_chemical_C2 +LQ05X024170 Tubulin alpha-3 chain 14.25276449 C6_chemical_C3 +LQ05X024170 Tubulin alpha-3 chain 14.38238656 L4_control_A1 +LQ05X024170 Tubulin alpha-3 chain 14.0255211 L4_control_A2 +LQ05X024170 Tubulin alpha-3 chain 13.83480031 L4_control_A3 +LQ05X024170 Tubulin alpha-3 chain 14.83150751 L4_control_B1 +LQ05X024170 Tubulin alpha-3 chain 14.73575985 L4_control_B2 +LQ05X024170 Tubulin alpha-3 chain 14.76713261 L4_control_B3 +LQ05X024170 Tubulin alpha-3 chain 14.11821696 L4_control_C2 +LQ05X024170 Tubulin alpha-3 chain 14.50728716 L4_control_C3 +LQ05X024170 Tubulin alpha-3 chain 13.96178281 L4_chemical_A1 +LQ05X024170 Tubulin alpha-3 chain 13.52796283 L4_chemical_A2 +LQ05X024170 Tubulin alpha-3 chain 13.85374606 L4_chemical_A3 +LQ05X024170 Tubulin alpha-3 chain 14.17734289 L4_chemical_B1 +LQ05X024170 Tubulin alpha-3 chain 14.20345849 L4_chemical_B2 +LQ05X024170 Tubulin alpha-3 chain 14.84707773 L4_chemical_B3 +LQ05X024170 Tubulin alpha-3 chain 14.1936006 L4_chemical_C2 +LQ05X024170 Tubulin alpha-3 chain 14.39008353 L4_chemical_C3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.64072234 C6_control_A1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.33238739 C6_control_A3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.44036139 C6_control_B1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 14.11537 C6_control_B2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.44973112 C6_control_B3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 14.0933083 C6_control_C1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.73831308 C6_control_C2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 14.11717953 C6_control_C3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.4765874 C6_chemical_A1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 12.97832636 C6_chemical_A3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.41837201 C6_chemical_B1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 14.01443067 C6_chemical_B2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.45009239 C6_chemical_B3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.92603293 C6_chemical_C1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 14.02995566 C6_chemical_C2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.96324937 C6_chemical_C3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.10038839 L4_control_A1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.621168 L4_control_A2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.08766901 L4_control_A3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.12545225 L4_control_B1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 12.4282121 L4_control_B2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.81215167 L4_control_B3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.0992157 L4_control_C2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.24369133 L4_control_C3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.06832116 L4_chemical_A1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.69457744 L4_chemical_A2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 12.8578339 L4_chemical_A3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 12.77693404 L4_chemical_B1 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 12.9840951 L4_chemical_B2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.56089434 L4_chemical_B3 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.40922658 L4_chemical_C2 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.27749074 L4_chemical_C3 +LQ05X024220 Cellulose synthase-like protein E6 6.432387771 C6_control_A1 +LQ05X024220 Cellulose synthase-like protein E6 5.507378002 C6_control_A3 +LQ05X024220 Cellulose synthase-like protein E6 7.552125973 C6_control_B1 +LQ05X024220 Cellulose synthase-like protein E6 9.460505524 C6_control_B2 +LQ05X024220 Cellulose synthase-like protein E6 8.655905149 C6_control_B3 +LQ05X024220 Cellulose synthase-like protein E6 11.16883222 C6_control_C1 +LQ05X024220 Cellulose synthase-like protein E6 11.42939178 C6_control_C2 +LQ05X024220 Cellulose synthase-like protein E6 11.57111825 C6_control_C3 +LQ05X024220 Cellulose synthase-like protein E6 6.363075565 C6_chemical_A1 +LQ05X024220 Cellulose synthase-like protein E6 6.473566844 C6_chemical_A3 +LQ05X024220 Cellulose synthase-like protein E6 7.976092464 C6_chemical_B1 +LQ05X024220 Cellulose synthase-like protein E6 9.216684875 C6_chemical_B2 +LQ05X024220 Cellulose synthase-like protein E6 9.418924533 C6_chemical_B3 +LQ05X024220 Cellulose synthase-like protein E6 10.93814723 C6_chemical_C1 +LQ05X024220 Cellulose synthase-like protein E6 11.17996532 C6_chemical_C2 +LQ05X024220 Cellulose synthase-like protein E6 11.6092335 C6_chemical_C3 +LQ05X024220 Cellulose synthase-like protein E6 6.702517615 L4_control_A1 +LQ05X024220 Cellulose synthase-like protein E6 5.696350087 L4_control_A2 +LQ05X024220 Cellulose synthase-like protein E6 5.749100707 L4_control_A3 +LQ05X024220 Cellulose synthase-like protein E6 5.529524029 L4_control_B1 +LQ05X024220 Cellulose synthase-like protein E6 7.044096768 L4_control_B2 +LQ05X024220 Cellulose synthase-like protein E6 7.705027827 L4_control_B3 +LQ05X024220 Cellulose synthase-like protein E6 10.74440823 L4_control_C2 +LQ05X024220 Cellulose synthase-like protein E6 10.1928789 L4_control_C3 +LQ05X024220 Cellulose synthase-like protein E6 6.47435348 L4_chemical_A1 +LQ05X024220 Cellulose synthase-like protein E6 6.196758186 L4_chemical_A2 +LQ05X024220 Cellulose synthase-like protein E6 5.704668598 L4_chemical_A3 +LQ05X024220 Cellulose synthase-like protein E6 6.503137826 L4_chemical_B1 +LQ05X024220 Cellulose synthase-like protein E6 5.94005373 L4_chemical_B2 +LQ05X024220 Cellulose synthase-like protein E6 6.956869235 L4_chemical_B3 +LQ05X024220 Cellulose synthase-like protein E6 9.286783178 L4_chemical_C2 +LQ05X024220 Cellulose synthase-like protein E6 9.419240891 L4_chemical_C3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.677428823 C6_control_A1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.849391892 C6_control_A3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.3546865 C6_control_B1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.397390389 C6_control_B2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.135149783 C6_control_B3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.099128555 C6_control_C1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 8.162438661 C6_control_C2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.43492397 C6_control_C3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.024799338 C6_chemical_A1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.718022786 C6_chemical_A3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.416587701 C6_chemical_B1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.853905466 C6_chemical_B2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.644796174 C6_chemical_B3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.390089375 C6_chemical_C1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.773038584 C6_chemical_C2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.814712581 C6_chemical_C3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.990498621 L4_control_A1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.432964834 L4_control_A2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.017633778 L4_control_A3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.881833537 L4_control_B1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.007952686 L4_control_B2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.954985046 L4_control_B3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.011026156 L4_control_C2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.409971764 L4_control_C3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.118430927 L4_chemical_A1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.512624499 L4_chemical_A2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.573157967 L4_chemical_A3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.748666656 L4_chemical_B1 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.926906605 L4_chemical_B2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.287779516 L4_chemical_B3 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 5.691075822 L4_chemical_C2 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.528715948 L4_chemical_C3 +LQ05X024240 Predicted protein 5.252713192 C6_control_A1 +LQ05X024240 Predicted protein 4.911756861 C6_control_A3 +LQ05X024240 Predicted protein 5.29731018 C6_control_B1 +LQ05X024240 Predicted protein 5.128455114 C6_control_B2 +LQ05X024240 Predicted protein 5.334904663 C6_control_B3 +LQ05X024240 Predicted protein 4.950645035 C6_control_C1 +LQ05X024240 Predicted protein 4.923420183 C6_control_C2 +LQ05X024240 Predicted protein 5.186481476 C6_control_C3 +LQ05X024240 Predicted protein 5.469897272 C6_chemical_A1 +LQ05X024240 Predicted protein 5.250862528 C6_chemical_A3 +LQ05X024240 Predicted protein 5.607019704 C6_chemical_B1 +LQ05X024240 Predicted protein 5.066943595 C6_chemical_B2 +LQ05X024240 Predicted protein 5.370380109 C6_chemical_B3 +LQ05X024240 Predicted protein 5.071910479 C6_chemical_C1 +LQ05X024240 Predicted protein 5.04798463 C6_chemical_C2 +LQ05X024240 Predicted protein 5.009261141 C6_chemical_C3 +LQ05X024240 Predicted protein 5.072877814 L4_control_A1 +LQ05X024240 Predicted protein 5.272245438 L4_control_A2 +LQ05X024240 Predicted protein 4.869818277 L4_control_A3 +LQ05X024240 Predicted protein 5.314579298 L4_control_B1 +LQ05X024240 Predicted protein 5.061680018 L4_control_B2 +LQ05X024240 Predicted protein 5.253909714 L4_control_B3 +LQ05X024240 Predicted protein 4.965691687 L4_control_C2 +LQ05X024240 Predicted protein 5.293923006 L4_control_C3 +LQ05X024240 Predicted protein 5.466813365 L4_chemical_A1 +LQ05X024240 Predicted protein 5.021232221 L4_chemical_A2 +LQ05X024240 Predicted protein 4.897992907 L4_chemical_A3 +LQ05X024240 Predicted protein 5.13995993 L4_chemical_B1 +LQ05X024240 Predicted protein 5.119018323 L4_chemical_B2 +LQ05X024240 Predicted protein 5.009739436 L4_chemical_B3 +LQ05X024240 Predicted protein 4.670349869 L4_chemical_C2 +LQ05X024240 Predicted protein 5.447564654 L4_chemical_C3 +LQ05X024250 Predicted protein 5.543698731 C6_control_A1 +LQ05X024250 Predicted protein 5.638806902 C6_control_A3 +LQ05X024250 Predicted protein 5.974850581 C6_control_B1 +LQ05X024250 Predicted protein 5.855319568 C6_control_B2 +LQ05X024250 Predicted protein 5.767698155 C6_control_B3 +LQ05X024250 Predicted protein 5.462650167 C6_control_C1 +LQ05X024250 Predicted protein 6.072087561 C6_control_C2 +LQ05X024250 Predicted protein 5.508331357 C6_control_C3 +LQ05X024250 Predicted protein 5.504603936 C6_chemical_A1 +LQ05X024250 Predicted protein 5.682816664 C6_chemical_A3 +LQ05X024250 Predicted protein 5.791050554 C6_chemical_B1 +LQ05X024250 Predicted protein 5.718744033 C6_chemical_B2 +LQ05X024250 Predicted protein 5.545656365 C6_chemical_B3 +LQ05X024250 Predicted protein 5.345161011 C6_chemical_C1 +LQ05X024250 Predicted protein 5.763705121 C6_chemical_C2 +LQ05X024250 Predicted protein 5.72901768 C6_chemical_C3 +LQ05X024250 Predicted protein 5.434172524 L4_control_A1 +LQ05X024250 Predicted protein 5.82215 L4_control_A2 +LQ05X024250 Predicted protein 5.933741086 L4_control_A3 +LQ05X024250 Predicted protein 5.877222812 L4_control_B1 +LQ05X024250 Predicted protein 5.752496734 L4_control_B2 +LQ05X024250 Predicted protein 6.288960128 L4_control_B3 +LQ05X024250 Predicted protein 5.902681821 L4_control_C2 +LQ05X024250 Predicted protein 5.834274191 L4_control_C3 +LQ05X024250 Predicted protein 5.594398359 L4_chemical_A1 +LQ05X024250 Predicted protein 6.261386097 L4_chemical_A2 +LQ05X024250 Predicted protein 5.684280545 L4_chemical_A3 +LQ05X024250 Predicted protein 6.237347001 L4_chemical_B1 +LQ05X024250 Predicted protein 6.168021065 L4_chemical_B2 +LQ05X024250 Predicted protein 6.339132903 L4_chemical_B3 +LQ05X024250 Predicted protein 5.86556406 L4_chemical_C2 +LQ05X024250 Predicted protein 6.270867094 L4_chemical_C3 +LQ05X024260 Hypothetical protein 5.043658282 C6_control_A1 +LQ05X024260 Hypothetical protein 4.803330629 C6_control_A3 +LQ05X024260 Hypothetical protein 5.152987924 C6_control_B1 +LQ05X024260 Hypothetical protein 4.916389152 C6_control_B2 +LQ05X024260 Hypothetical protein 5.092512722 C6_control_B3 +LQ05X024260 Hypothetical protein 5.265149241 C6_control_C1 +LQ05X024260 Hypothetical protein 4.832980749 C6_control_C2 +LQ05X024260 Hypothetical protein 5.189184028 C6_control_C3 +LQ05X024260 Hypothetical protein 4.639843273 C6_chemical_A1 +LQ05X024260 Hypothetical protein 4.688304499 C6_chemical_A3 +LQ05X024260 Hypothetical protein 5.123765631 C6_chemical_B1 +LQ05X024260 Hypothetical protein 4.736088752 C6_chemical_B2 +LQ05X024260 Hypothetical protein 5.632575471 C6_chemical_B3 +LQ05X024260 Hypothetical protein 4.966906616 C6_chemical_C1 +LQ05X024260 Hypothetical protein 4.854645566 C6_chemical_C2 +LQ05X024260 Hypothetical protein 4.922048465 C6_chemical_C3 +LQ05X024260 Hypothetical protein 4.848620914 L4_control_A1 +LQ05X024260 Hypothetical protein 4.936391809 L4_control_A2 +LQ05X024260 Hypothetical protein 4.801790722 L4_control_A3 +LQ05X024260 Hypothetical protein 5.0432544 L4_control_B1 +LQ05X024260 Hypothetical protein 4.969781976 L4_control_B2 +LQ05X024260 Hypothetical protein 4.920598419 L4_control_B3 +LQ05X024260 Hypothetical protein 5.415585486 L4_control_C2 +LQ05X024260 Hypothetical protein 5.663192289 L4_control_C3 +LQ05X024260 Hypothetical protein 4.919790953 L4_chemical_A1 +LQ05X024260 Hypothetical protein 4.869922071 L4_chemical_A2 +LQ05X024260 Hypothetical protein 4.977688471 L4_chemical_A3 +LQ05X024260 Hypothetical protein 5.626326171 L4_chemical_B1 +LQ05X024260 Hypothetical protein 5.154280063 L4_chemical_B2 +LQ05X024260 Hypothetical protein 4.784388645 L4_chemical_B3 +LQ05X024260 Hypothetical protein 5.099494058 L4_chemical_C2 +LQ05X024260 Hypothetical protein 5.554900035 L4_chemical_C3 +LQ05X024270 Putative uncharacterized protein 13.02134077 C6_control_A1 +LQ05X024270 Putative uncharacterized protein 12.72219247 C6_control_A3 +LQ05X024270 Putative uncharacterized protein 13.50207475 C6_control_B1 +LQ05X024270 Putative uncharacterized protein 13.41923961 C6_control_B2 +LQ05X024270 Putative uncharacterized protein 13.43617963 C6_control_B3 +LQ05X024270 Putative uncharacterized protein 13.50585713 C6_control_C1 +LQ05X024270 Putative uncharacterized protein 13.69439714 C6_control_C2 +LQ05X024270 Putative uncharacterized protein 13.47072132 C6_control_C3 +LQ05X024270 Putative uncharacterized protein 12.9344178 C6_chemical_A1 +LQ05X024270 Putative uncharacterized protein 12.53574272 C6_chemical_A3 +LQ05X024270 Putative uncharacterized protein 13.44237164 C6_chemical_B1 +LQ05X024270 Putative uncharacterized protein 13.49375736 C6_chemical_B2 +LQ05X024270 Putative uncharacterized protein 13.2023459 C6_chemical_B3 +LQ05X024270 Putative uncharacterized protein 13.39481803 C6_chemical_C1 +LQ05X024270 Putative uncharacterized protein 13.48564997 C6_chemical_C2 +LQ05X024270 Putative uncharacterized protein 13.61760901 C6_chemical_C3 +LQ05X024270 Putative uncharacterized protein 12.90686592 L4_control_A1 +LQ05X024270 Putative uncharacterized protein 13.1016747 L4_control_A2 +LQ05X024270 Putative uncharacterized protein 12.16385158 L4_control_A3 +LQ05X024270 Putative uncharacterized protein 13.25121406 L4_control_B1 +LQ05X024270 Putative uncharacterized protein 13.23058566 L4_control_B2 +LQ05X024270 Putative uncharacterized protein 12.96003726 L4_control_B3 +LQ05X024270 Putative uncharacterized protein 12.61900879 L4_control_C2 +LQ05X024270 Putative uncharacterized protein 12.81371586 L4_control_C3 +LQ05X024270 Putative uncharacterized protein 12.82382402 L4_chemical_A1 +LQ05X024270 Putative uncharacterized protein 13.26620337 L4_chemical_A2 +LQ05X024270 Putative uncharacterized protein 12.19120479 L4_chemical_A3 +LQ05X024270 Putative uncharacterized protein 12.88325173 L4_chemical_B1 +LQ05X024270 Putative uncharacterized protein 12.93941998 L4_chemical_B2 +LQ05X024270 Putative uncharacterized protein 13.4699799 L4_chemical_B3 +LQ05X024270 Putative uncharacterized protein 12.60307196 L4_chemical_C2 +LQ05X024270 Putative uncharacterized protein 12.59288245 L4_chemical_C3 +LQ05X024280 Predicted protein 5.507279476 C6_control_A1 +LQ05X024280 Predicted protein 5.380027218 C6_control_A3 +LQ05X024280 Predicted protein 5.23870064 C6_control_B1 +LQ05X024280 Predicted protein 6.895929189 C6_control_B2 +LQ05X024280 Predicted protein 5.500207459 C6_control_B3 +LQ05X024280 Predicted protein 6.667396965 C6_control_C1 +LQ05X024280 Predicted protein 6.261180481 C6_control_C2 +LQ05X024280 Predicted protein 6.335894171 C6_control_C3 +LQ05X024280 Predicted protein 5.30754664 C6_chemical_A1 +LQ05X024280 Predicted protein 5.316708894 C6_chemical_A3 +LQ05X024280 Predicted protein 5.548885088 C6_chemical_B1 +LQ05X024280 Predicted protein 6.307193255 C6_chemical_B2 +LQ05X024280 Predicted protein 5.651655013 C6_chemical_B3 +LQ05X024280 Predicted protein 6.87912254 C6_chemical_C1 +LQ05X024280 Predicted protein 6.618923543 C6_chemical_C2 +LQ05X024280 Predicted protein 6.504045086 C6_chemical_C3 +LQ05X024280 Predicted protein 5.343225433 L4_control_A1 +LQ05X024280 Predicted protein 5.290394375 L4_control_A2 +LQ05X024280 Predicted protein 5.104654772 L4_control_A3 +LQ05X024280 Predicted protein 6.007023358 L4_control_B1 +LQ05X024280 Predicted protein 5.739534998 L4_control_B2 +LQ05X024280 Predicted protein 5.995062944 L4_control_B3 +LQ05X024280 Predicted protein 6.536966757 L4_control_C2 +LQ05X024280 Predicted protein 5.909630948 L4_control_C3 +LQ05X024280 Predicted protein 5.901410576 L4_chemical_A1 +LQ05X024280 Predicted protein 5.944310674 L4_chemical_A2 +LQ05X024280 Predicted protein 5.607883897 L4_chemical_A3 +LQ05X024280 Predicted protein 5.670086328 L4_chemical_B1 +LQ05X024280 Predicted protein 5.388926533 L4_chemical_B2 +LQ05X024280 Predicted protein 5.68284764 L4_chemical_B3 +LQ05X024280 Predicted protein 5.933424455 L4_chemical_C2 +LQ05X024280 Predicted protein 5.367346246 L4_chemical_C3 +LQ05X024310 Putative Predicted protein 5.010275449 C6_control_A1 +LQ05X024310 Putative Predicted protein 5.206767747 C6_control_A3 +LQ05X024310 Putative Predicted protein 6.531433205 C6_control_B1 +LQ05X024310 Putative Predicted protein 5.438808627 C6_control_B2 +LQ05X024310 Putative Predicted protein 4.720363997 C6_control_B3 +LQ05X024310 Putative Predicted protein 5.849650103 C6_control_C1 +LQ05X024310 Putative Predicted protein 5.495497307 C6_control_C2 +LQ05X024310 Putative Predicted protein 5.228989015 C6_control_C3 +LQ05X024310 Putative Predicted protein 4.856806222 C6_chemical_A1 +LQ05X024310 Putative Predicted protein 4.963777852 C6_chemical_A3 +LQ05X024310 Putative Predicted protein 5.475831406 C6_chemical_B1 +LQ05X024310 Putative Predicted protein 5.450402226 C6_chemical_B2 +LQ05X024310 Putative Predicted protein 5.365836517 C6_chemical_B3 +LQ05X024310 Putative Predicted protein 5.523751462 C6_chemical_C1 +LQ05X024310 Putative Predicted protein 5.841585743 C6_chemical_C2 +LQ05X024310 Putative Predicted protein 6.137395001 C6_chemical_C3 +LQ05X024310 Putative Predicted protein 5.128250986 L4_control_A1 +LQ05X024310 Putative Predicted protein 5.122894756 L4_control_A2 +LQ05X024310 Putative Predicted protein 5.317188584 L4_control_A3 +LQ05X024310 Putative Predicted protein 5.234524441 L4_control_B1 +LQ05X024310 Putative Predicted protein 5.137050898 L4_control_B2 +LQ05X024310 Putative Predicted protein 5.274547152 L4_control_B3 +LQ05X024310 Putative Predicted protein 4.65180757 L4_control_C2 +LQ05X024310 Putative Predicted protein 5.281418431 L4_control_C3 +LQ05X024310 Putative Predicted protein 5.111557078 L4_chemical_A1 +LQ05X024310 Putative Predicted protein 5.011480859 L4_chemical_A2 +LQ05X024310 Putative Predicted protein 5.069193682 L4_chemical_A3 +LQ05X024310 Putative Predicted protein 4.826860982 L4_chemical_B1 +LQ05X024310 Putative Predicted protein 5.161511224 L4_chemical_B2 +LQ05X024310 Putative Predicted protein 4.970584257 L4_chemical_B3 +LQ05X024310 Putative Predicted protein 5.967916115 L4_chemical_C2 +LQ05X024310 Putative Predicted protein 4.905436608 L4_chemical_C3 +LQ05X024330 Putative Predicted protein 5.723145963 C6_control_A1 +LQ05X024330 Putative Predicted protein 5.376098353 C6_control_A3 +LQ05X024330 Putative Predicted protein 6.30718851 C6_control_B1 +LQ05X024330 Putative Predicted protein 5.329651105 C6_control_B2 +LQ05X024330 Putative Predicted protein 5.923342461 C6_control_B3 +LQ05X024330 Putative Predicted protein 5.019546191 C6_control_C1 +LQ05X024330 Putative Predicted protein 5.511277575 C6_control_C2 +LQ05X024330 Putative Predicted protein 5.490055251 C6_control_C3 +LQ05X024330 Putative Predicted protein 5.428057118 C6_chemical_A1 +LQ05X024330 Putative Predicted protein 5.678117544 C6_chemical_A3 +LQ05X024330 Putative Predicted protein 6.326221459 C6_chemical_B1 +LQ05X024330 Putative Predicted protein 5.292561536 C6_chemical_B2 +LQ05X024330 Putative Predicted protein 5.585173131 C6_chemical_B3 +LQ05X024330 Putative Predicted protein 4.959407898 C6_chemical_C1 +LQ05X024330 Putative Predicted protein 5.181684596 C6_chemical_C2 +LQ05X024330 Putative Predicted protein 5.484128098 C6_chemical_C3 +LQ05X024330 Putative Predicted protein 5.37923105 L4_control_A1 +LQ05X024330 Putative Predicted protein 6.117649997 L4_control_A2 +LQ05X024330 Putative Predicted protein 5.565137237 L4_control_A3 +LQ05X024330 Putative Predicted protein 5.523063746 L4_control_B1 +LQ05X024330 Putative Predicted protein 6.046819262 L4_control_B2 +LQ05X024330 Putative Predicted protein 5.728106196 L4_control_B3 +LQ05X024330 Putative Predicted protein 6.270865731 L4_control_C2 +LQ05X024330 Putative Predicted protein 5.756072252 L4_control_C3 +LQ05X024330 Putative Predicted protein 5.268810905 L4_chemical_A1 +LQ05X024330 Putative Predicted protein 6.118990237 L4_chemical_A2 +LQ05X024330 Putative Predicted protein 5.803783083 L4_chemical_A3 +LQ05X024330 Putative Predicted protein 5.551895126 L4_chemical_B1 +LQ05X024330 Putative Predicted protein 5.451688913 L4_chemical_B2 +LQ05X024330 Putative Predicted protein 5.738214289 L4_chemical_B3 +LQ05X024330 Putative Predicted protein 5.881530827 L4_chemical_C2 +LQ05X024330 Putative Predicted protein 5.455221103 L4_chemical_C3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 13.1208144 C6_control_A1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 13.38185876 C6_control_A3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.56552284 C6_control_B1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.73373371 C6_control_B2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.11558774 C6_control_B3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 13.04511192 C6_control_C1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.31046473 C6_control_C2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.33896011 C6_control_C3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 13.18016998 C6_chemical_A1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.08334333 C6_chemical_A3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.35789509 C6_chemical_B1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.56948157 C6_chemical_B2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.17039278 C6_chemical_B3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 13.01357461 C6_chemical_C1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.67834422 C6_chemical_C2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.01361437 C6_chemical_C3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 13.08375673 L4_control_A1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.77898834 L4_control_A2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.17098144 L4_control_A3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 11.72733336 L4_control_B1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 10.90364614 L4_control_B2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.22011398 L4_control_B3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 11.89927233 L4_control_C2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 10.74090498 L4_control_C3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.87146907 L4_chemical_A1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.65003391 L4_chemical_A2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.32727178 L4_chemical_A3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 12.23626652 L4_chemical_B1 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 11.85064525 L4_chemical_B2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 11.9701801 L4_chemical_B3 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 11.58957658 L4_chemical_C2 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 11.17961766 L4_chemical_C3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.501265506 C6_control_A1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.230219369 C6_control_A3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 6.172410314 C6_control_B1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.823773595 C6_control_B2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.48322183 C6_control_B3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.242408688 C6_control_C1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.187415772 C6_control_C2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.26287844 C6_control_C3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.568514635 C6_chemical_A1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.479055473 C6_chemical_A3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.961654218 C6_chemical_B1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.538000974 C6_chemical_B2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 6.133272927 C6_chemical_B3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.195765139 C6_chemical_C1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.347940965 C6_chemical_C2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.542652953 C6_chemical_C3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.419255008 L4_control_A1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.464797771 L4_control_A2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 6.035271811 L4_control_A3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.416987773 L4_control_B1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.526252307 L4_control_B2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.373257085 L4_control_B3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.60831333 L4_control_C2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 6.110760943 L4_control_C3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.209821731 L4_chemical_A1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.618525582 L4_chemical_A2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 6.144976378 L4_chemical_A3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.7090646 L4_chemical_B1 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.057208785 L4_chemical_B2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.324408707 L4_chemical_B3 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 6.253074433 L4_chemical_C2 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 6.443031922 L4_chemical_C3 +LQ05X024410 Putative uncharacterized protein 12.92846452 C6_control_A1 +LQ05X024410 Putative uncharacterized protein 12.87953752 C6_control_A3 +LQ05X024410 Putative uncharacterized protein 12.65195251 C6_control_B1 +LQ05X024410 Putative uncharacterized protein 13.08942672 C6_control_B2 +LQ05X024410 Putative uncharacterized protein 12.82034011 C6_control_B3 +LQ05X024410 Putative uncharacterized protein 12.90224484 C6_control_C1 +LQ05X024410 Putative uncharacterized protein 12.75204544 C6_control_C2 +LQ05X024410 Putative uncharacterized protein 12.70142551 C6_control_C3 +LQ05X024410 Putative uncharacterized protein 12.8784029 C6_chemical_A1 +LQ05X024410 Putative uncharacterized protein 12.57522581 C6_chemical_A3 +LQ05X024410 Putative uncharacterized protein 12.42806491 C6_chemical_B1 +LQ05X024410 Putative uncharacterized protein 13.17602474 C6_chemical_B2 +LQ05X024410 Putative uncharacterized protein 12.57206153 C6_chemical_B3 +LQ05X024410 Putative uncharacterized protein 12.72046979 C6_chemical_C1 +LQ05X024410 Putative uncharacterized protein 12.59072022 C6_chemical_C2 +LQ05X024410 Putative uncharacterized protein 12.39144265 C6_chemical_C3 +LQ05X024410 Putative uncharacterized protein 12.73053712 L4_control_A1 +LQ05X024410 Putative uncharacterized protein 11.9915074 L4_control_A2 +LQ05X024410 Putative uncharacterized protein 12.22013728 L4_control_A3 +LQ05X024410 Putative uncharacterized protein 11.96399352 L4_control_B1 +LQ05X024410 Putative uncharacterized protein 10.9537751 L4_control_B2 +LQ05X024410 Putative uncharacterized protein 11.94468506 L4_control_B3 +LQ05X024410 Putative uncharacterized protein 11.28361529 L4_control_C2 +LQ05X024410 Putative uncharacterized protein 10.64928398 L4_control_C3 +LQ05X024410 Putative uncharacterized protein 12.48146589 L4_chemical_A1 +LQ05X024410 Putative uncharacterized protein 11.78049543 L4_chemical_A2 +LQ05X024410 Putative uncharacterized protein 12.39732804 L4_chemical_A3 +LQ05X024410 Putative uncharacterized protein 11.71370592 L4_chemical_B1 +LQ05X024410 Putative uncharacterized protein 11.20238152 L4_chemical_B2 +LQ05X024410 Putative uncharacterized protein 12.30535869 L4_chemical_B3 +LQ05X024410 Putative uncharacterized protein 10.98483065 L4_chemical_C2 +LQ05X024410 Putative uncharacterized protein 10.79599326 L4_chemical_C3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.591601403 C6_control_A1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.780278163 C6_control_A3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.596660848 C6_control_B1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.541454881 C6_control_B2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.655088091 C6_control_B3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.384517738 C6_control_C1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.718409266 C6_control_C2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.601810325 C6_control_C3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.50793603 C6_chemical_A1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.547990595 C6_chemical_A3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.000990421 C6_chemical_B1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.744437674 C6_chemical_B2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.406966221 C6_chemical_B3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.421837822 C6_chemical_C1 +LQ05X024460 Protease Do-like 1, chloroplastic 6.085543015 C6_chemical_C2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.529725174 C6_chemical_C3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.355874099 L4_control_A1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.733326116 L4_control_A2 +LQ05X024460 Protease Do-like 1, chloroplastic 6.088459961 L4_control_A3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.838955391 L4_control_B1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.745597696 L4_control_B2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.359874143 L4_control_B3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.417377621 L4_control_C2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.104616029 L4_control_C3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.284669305 L4_chemical_A1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.688831571 L4_chemical_A2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.592459574 L4_chemical_A3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.876935017 L4_chemical_B1 +LQ05X024460 Protease Do-like 1, chloroplastic 5.446224834 L4_chemical_B2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.56372488 L4_chemical_B3 +LQ05X024460 Protease Do-like 1, chloroplastic 5.290172148 L4_chemical_C2 +LQ05X024460 Protease Do-like 1, chloroplastic 5.47666961 L4_chemical_C3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.327420056 C6_control_A1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.949106537 C6_control_A3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.56580505 C6_control_B1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.948081523 C6_control_B2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.553111695 C6_control_B3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.806985462 C6_control_C1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.723167801 C6_control_C2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.06736849 C6_control_C3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.695375827 C6_chemical_A1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.29504118 C6_chemical_A3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.281049619 C6_chemical_B1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.552916525 C6_chemical_B2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.576207395 C6_chemical_B3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.753382874 C6_chemical_C1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.30692445 C6_chemical_C2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.354331489 C6_chemical_C3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.902142931 L4_control_A1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.816783618 L4_control_A2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.484075414 L4_control_A3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 4.820092038 L4_control_B1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.247199739 L4_control_B2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.364964592 L4_control_B3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 4.99961842 L4_control_C2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.739183622 L4_control_C3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.403315297 L4_chemical_A1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.974464086 L4_chemical_A2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.796657028 L4_chemical_A3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.328591087 L4_chemical_B1 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.320636683 L4_chemical_B2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.430285701 L4_chemical_B3 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.318947432 L4_chemical_C2 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.546838733 L4_chemical_C3 +LQ05X024520 Putative uncharacterized protein 12.5164587 C6_control_A1 +LQ05X024520 Putative uncharacterized protein 12.22865182 C6_control_A3 +LQ05X024520 Putative uncharacterized protein 12.8916299 C6_control_B1 +LQ05X024520 Putative uncharacterized protein 13.10726859 C6_control_B2 +LQ05X024520 Putative uncharacterized protein 12.78057861 C6_control_B3 +LQ05X024520 Putative uncharacterized protein 12.54848325 C6_control_C1 +LQ05X024520 Putative uncharacterized protein 12.88792582 C6_control_C2 +LQ05X024520 Putative uncharacterized protein 12.80152082 C6_control_C3 +LQ05X024520 Putative uncharacterized protein 12.47470753 C6_chemical_A1 +LQ05X024520 Putative uncharacterized protein 12.16870648 C6_chemical_A3 +LQ05X024520 Putative uncharacterized protein 12.92790224 C6_chemical_B1 +LQ05X024520 Putative uncharacterized protein 12.89906611 C6_chemical_B2 +LQ05X024520 Putative uncharacterized protein 12.75781719 C6_chemical_B3 +LQ05X024520 Putative uncharacterized protein 12.49607171 C6_chemical_C1 +LQ05X024520 Putative uncharacterized protein 12.73246713 C6_chemical_C2 +LQ05X024520 Putative uncharacterized protein 12.5796479 C6_chemical_C3 +LQ05X024520 Putative uncharacterized protein 11.93733744 L4_control_A1 +LQ05X024520 Putative uncharacterized protein 12.22762044 L4_control_A2 +LQ05X024520 Putative uncharacterized protein 11.28500405 L4_control_A3 +LQ05X024520 Putative uncharacterized protein 12.8832988 L4_control_B1 +LQ05X024520 Putative uncharacterized protein 12.68656382 L4_control_B2 +LQ05X024520 Putative uncharacterized protein 12.77779398 L4_control_B3 +LQ05X024520 Putative uncharacterized protein 12.65529526 L4_control_C2 +LQ05X024520 Putative uncharacterized protein 12.31517746 L4_control_C3 +LQ05X024520 Putative uncharacterized protein 12.38427655 L4_chemical_A1 +LQ05X024520 Putative uncharacterized protein 12.5900647 L4_chemical_A2 +LQ05X024520 Putative uncharacterized protein 11.74492794 L4_chemical_A3 +LQ05X024520 Putative uncharacterized protein 12.80755561 L4_chemical_B1 +LQ05X024520 Putative uncharacterized protein 12.72293966 L4_chemical_B2 +LQ05X024520 Putative uncharacterized protein 12.75382522 L4_chemical_B3 +LQ05X024520 Putative uncharacterized protein 12.82515402 L4_chemical_C2 +LQ05X024520 Putative uncharacterized protein 12.36428761 L4_chemical_C3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.96626622 C6_control_A1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 15.07924413 C6_control_A3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.96777148 C6_control_B1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.61128036 C6_control_B2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 15.12818498 C6_control_B3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.94743608 C6_control_C1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.17230486 C6_control_C2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.85546179 C6_control_C3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.80755663 C6_chemical_A1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.68003175 C6_chemical_A3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.86137 C6_chemical_B1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.51005331 C6_chemical_B2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.72628025 C6_chemical_B3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.91015679 C6_chemical_C1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.79511074 C6_chemical_C2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.53777566 C6_chemical_C3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.52771904 L4_control_A1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.22985296 L4_control_A2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.9921814 L4_control_A3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.39626253 L4_control_B1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.41113671 L4_control_B2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.05464191 L4_control_B3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.82694419 L4_control_C2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.59317008 L4_control_C3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.87727785 L4_chemical_A1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.87575088 L4_chemical_A2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.82646204 L4_chemical_A3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.55797045 L4_chemical_B1 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.60271646 L4_chemical_B2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.74502506 L4_chemical_B3 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.03083828 L4_chemical_C2 +LQ05X024590 Acyl carrier protein 1, chloroplastic 13.56023074 L4_chemical_C3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.251727739 C6_control_A1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.355612716 C6_control_A3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.399916276 C6_control_B1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.181029364 C6_control_B2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.243320529 C6_control_B3 +LQ05X024620 Sodium/hydrogen exchanger 2 4.747240061 C6_control_C1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.593842221 C6_control_C2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.056733922 C6_control_C3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.207995284 C6_chemical_A1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.200195887 C6_chemical_A3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.457911051 C6_chemical_B1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.122754287 C6_chemical_B2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.527430201 C6_chemical_B3 +LQ05X024620 Sodium/hydrogen exchanger 2 4.980964963 C6_chemical_C1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.078170262 C6_chemical_C2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.184720903 C6_chemical_C3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.45595463 L4_control_A1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.782548737 L4_control_A2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.69396586 L4_control_A3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.187261021 L4_control_B1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.789773201 L4_control_B2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.282490135 L4_control_B3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.159237452 L4_control_C2 +LQ05X024620 Sodium/hydrogen exchanger 2 6.006002501 L4_control_C3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.144534225 L4_chemical_A1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.83973974 L4_chemical_A2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.829842739 L4_chemical_A3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.331595195 L4_chemical_B1 +LQ05X024620 Sodium/hydrogen exchanger 2 5.727482646 L4_chemical_B2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.347236064 L4_chemical_B3 +LQ05X024620 Sodium/hydrogen exchanger 2 5.254338911 L4_chemical_C2 +LQ05X024620 Sodium/hydrogen exchanger 2 5.421670509 L4_chemical_C3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.79776509 C6_control_A1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.393470403 C6_control_A3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.635016275 C6_control_B1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.329133951 C6_control_B2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.158276773 C6_control_B3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.866756133 C6_control_C1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 9.613460071 C6_control_C2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 9.469167598 C6_control_C3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.498132947 C6_chemical_A1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.662403141 C6_chemical_A3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.913730974 C6_chemical_B1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.563740385 C6_chemical_B2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.448309625 C6_chemical_B3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 9.485050363 C6_chemical_C1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 9.381949331 C6_chemical_C2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 10.07481614 C6_chemical_C3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.999369761 L4_control_A1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.152883494 L4_control_A2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.047262492 L4_control_A3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.946364071 L4_control_B1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.672438095 L4_control_B2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 9.359821823 L4_control_B3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.591684016 L4_control_C2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.503280075 L4_control_C3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.51722663 L4_chemical_A1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.524816803 L4_chemical_A2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.386307196 L4_chemical_A3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.082176522 L4_chemical_B1 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.63532326 L4_chemical_B2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.807859496 L4_chemical_B3 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 7.149551466 L4_chemical_C2 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.65126311 L4_chemical_C3 +LQ05X024640 Hypothetical protein 14.53484573 C6_control_A1 +LQ05X024640 Hypothetical protein 15.00797867 C6_control_A3 +LQ05X024640 Hypothetical protein 14.37500656 C6_control_B1 +LQ05X024640 Hypothetical protein 13.63894024 C6_control_B2 +LQ05X024640 Hypothetical protein 14.10245525 C6_control_B3 +LQ05X024640 Hypothetical protein 12.7372715 C6_control_C1 +LQ05X024640 Hypothetical protein 12.37367212 C6_control_C2 +LQ05X024640 Hypothetical protein 12.06101204 C6_control_C3 +LQ05X024640 Hypothetical protein 15.37821741 C6_chemical_A1 +LQ05X024640 Hypothetical protein 13.56901129 C6_chemical_A3 +LQ05X024640 Hypothetical protein 14.76954861 C6_chemical_B1 +LQ05X024640 Hypothetical protein 14.20776606 C6_chemical_B2 +LQ05X024640 Hypothetical protein 13.78817803 C6_chemical_B3 +LQ05X024640 Hypothetical protein 13.20415459 C6_chemical_C1 +LQ05X024640 Hypothetical protein 13.03742665 C6_chemical_C2 +LQ05X024640 Hypothetical protein 11.77637849 C6_chemical_C3 +LQ05X024640 Hypothetical protein 14.93403595 L4_control_A1 +LQ05X024640 Hypothetical protein 14.69249267 L4_control_A2 +LQ05X024640 Hypothetical protein 14.5084921 L4_control_A3 +LQ05X024640 Hypothetical protein 13.53554901 L4_control_B1 +LQ05X024640 Hypothetical protein 13.13436059 L4_control_B2 +LQ05X024640 Hypothetical protein 12.14142652 L4_control_B3 +LQ05X024640 Hypothetical protein 11.94708016 L4_control_C2 +LQ05X024640 Hypothetical protein 11.35338066 L4_control_C3 +LQ05X024640 Hypothetical protein 14.76854279 L4_chemical_A1 +LQ05X024640 Hypothetical protein 14.9676163 L4_chemical_A2 +LQ05X024640 Hypothetical protein 14.96748228 L4_chemical_A3 +LQ05X024640 Hypothetical protein 14.70468281 L4_chemical_B1 +LQ05X024640 Hypothetical protein 14.42056434 L4_chemical_B2 +LQ05X024640 Hypothetical protein 13.74232742 L4_chemical_B3 +LQ05X024640 Hypothetical protein 12.46717682 L4_chemical_C2 +LQ05X024640 Hypothetical protein 11.53486847 L4_chemical_C3 +LQ05X024720 Hypothetical protein 5.096116774 C6_control_A1 +LQ05X024720 Hypothetical protein 5.600720569 C6_control_A3 +LQ05X024720 Hypothetical protein 5.086531997 C6_control_B1 +LQ05X024720 Hypothetical protein 5.327517148 C6_control_B2 +LQ05X024720 Hypothetical protein 5.081150166 C6_control_B3 +LQ05X024720 Hypothetical protein 5.880987608 C6_control_C1 +LQ05X024720 Hypothetical protein 5.126764871 C6_control_C2 +LQ05X024720 Hypothetical protein 5.279229472 C6_control_C3 +LQ05X024720 Hypothetical protein 5.313346133 C6_chemical_A1 +LQ05X024720 Hypothetical protein 5.323800914 C6_chemical_A3 +LQ05X024720 Hypothetical protein 5.241933811 C6_chemical_B1 +LQ05X024720 Hypothetical protein 5.220218472 C6_chemical_B2 +LQ05X024720 Hypothetical protein 5.672057551 C6_chemical_B3 +LQ05X024720 Hypothetical protein 5.436129407 C6_chemical_C1 +LQ05X024720 Hypothetical protein 5.386383868 C6_chemical_C2 +LQ05X024720 Hypothetical protein 5.223404038 C6_chemical_C3 +LQ05X024720 Hypothetical protein 5.362373805 L4_control_A1 +LQ05X024720 Hypothetical protein 5.188668914 L4_control_A2 +LQ05X024720 Hypothetical protein 5.404516889 L4_control_A3 +LQ05X024720 Hypothetical protein 5.177956781 L4_control_B1 +LQ05X024720 Hypothetical protein 5.087930235 L4_control_B2 +LQ05X024720 Hypothetical protein 5.315183284 L4_control_B3 +LQ05X024720 Hypothetical protein 4.847127373 L4_control_C2 +LQ05X024720 Hypothetical protein 5.673469116 L4_control_C3 +LQ05X024720 Hypothetical protein 5.265467959 L4_chemical_A1 +LQ05X024720 Hypothetical protein 5.484092917 L4_chemical_A2 +LQ05X024720 Hypothetical protein 5.602749403 L4_chemical_A3 +LQ05X024720 Hypothetical protein 4.915520162 L4_chemical_B1 +LQ05X024720 Hypothetical protein 5.586126222 L4_chemical_B2 +LQ05X024720 Hypothetical protein 5.185541023 L4_chemical_B3 +LQ05X024720 Hypothetical protein 5.585095004 L4_chemical_C2 +LQ05X024720 Hypothetical protein 5.228552497 L4_chemical_C3 +LQ05X024730 Hypothetical protein 5.029287358 C6_control_A1 +LQ05X024730 Hypothetical protein 4.808921436 C6_control_A3 +LQ05X024730 Hypothetical protein 4.799628158 C6_control_B1 +LQ05X024730 Hypothetical protein 5.20102148 C6_control_B2 +LQ05X024730 Hypothetical protein 5.038095625 C6_control_B3 +LQ05X024730 Hypothetical protein 5.400887725 C6_control_C1 +LQ05X024730 Hypothetical protein 4.90645002 C6_control_C2 +LQ05X024730 Hypothetical protein 4.834463509 C6_control_C3 +LQ05X024730 Hypothetical protein 4.887697374 C6_chemical_A1 +LQ05X024730 Hypothetical protein 5.068757417 C6_chemical_A3 +LQ05X024730 Hypothetical protein 4.657444631 C6_chemical_B1 +LQ05X024730 Hypothetical protein 4.691220084 C6_chemical_B2 +LQ05X024730 Hypothetical protein 5.026180426 C6_chemical_B3 +LQ05X024730 Hypothetical protein 5.346541509 C6_chemical_C1 +LQ05X024730 Hypothetical protein 4.79183287 C6_chemical_C2 +LQ05X024730 Hypothetical protein 4.958660881 C6_chemical_C3 +LQ05X024730 Hypothetical protein 5.021026062 L4_control_A1 +LQ05X024730 Hypothetical protein 5.081047205 L4_control_A2 +LQ05X024730 Hypothetical protein 4.872940647 L4_control_A3 +LQ05X024730 Hypothetical protein 5.272366773 L4_control_B1 +LQ05X024730 Hypothetical protein 5.066844389 L4_control_B2 +LQ05X024730 Hypothetical protein 5.07810662 L4_control_B3 +LQ05X024730 Hypothetical protein 5.628805744 L4_control_C2 +LQ05X024730 Hypothetical protein 5.241168063 L4_control_C3 +LQ05X024730 Hypothetical protein 4.786684075 L4_chemical_A1 +LQ05X024730 Hypothetical protein 4.996054217 L4_chemical_A2 +LQ05X024730 Hypothetical protein 4.908292362 L4_chemical_A3 +LQ05X024730 Hypothetical protein 4.696435891 L4_chemical_B1 +LQ05X024730 Hypothetical protein 5.206242387 L4_chemical_B2 +LQ05X024730 Hypothetical protein 5.163083371 L4_chemical_B3 +LQ05X024730 Hypothetical protein 5.460122382 L4_chemical_C2 +LQ05X024730 Hypothetical protein 4.796907704 L4_chemical_C3 +LQ05X024740 Hypothetical protein 5.371396701 C6_control_A1 +LQ05X024740 Hypothetical protein 5.244776509 C6_control_A3 +LQ05X024740 Hypothetical protein 5.430752712 C6_control_B1 +LQ05X024740 Hypothetical protein 5.674345759 C6_control_B2 +LQ05X024740 Hypothetical protein 5.611372571 C6_control_B3 +LQ05X024740 Hypothetical protein 5.627985987 C6_control_C1 +LQ05X024740 Hypothetical protein 5.600292074 C6_control_C2 +LQ05X024740 Hypothetical protein 5.69232712 C6_control_C3 +LQ05X024740 Hypothetical protein 5.499796132 C6_chemical_A1 +LQ05X024740 Hypothetical protein 5.338121205 C6_chemical_A3 +LQ05X024740 Hypothetical protein 5.54453527 C6_chemical_B1 +LQ05X024740 Hypothetical protein 5.525507705 C6_chemical_B2 +LQ05X024740 Hypothetical protein 5.329711554 C6_chemical_B3 +LQ05X024740 Hypothetical protein 5.600440287 C6_chemical_C1 +LQ05X024740 Hypothetical protein 5.987204895 C6_chemical_C2 +LQ05X024740 Hypothetical protein 5.369789916 C6_chemical_C3 +LQ05X024740 Hypothetical protein 5.214669229 L4_control_A1 +LQ05X024740 Hypothetical protein 5.457485868 L4_control_A2 +LQ05X024740 Hypothetical protein 5.181320646 L4_control_A3 +LQ05X024740 Hypothetical protein 5.692299423 L4_control_B1 +LQ05X024740 Hypothetical protein 5.650155397 L4_control_B2 +LQ05X024740 Hypothetical protein 5.208811891 L4_control_B3 +LQ05X024740 Hypothetical protein 5.733757073 L4_control_C2 +LQ05X024740 Hypothetical protein 5.422956845 L4_control_C3 +LQ05X024740 Hypothetical protein 5.45109061 L4_chemical_A1 +LQ05X024740 Hypothetical protein 5.436355023 L4_chemical_A2 +LQ05X024740 Hypothetical protein 5.593259619 L4_chemical_A3 +LQ05X024740 Hypothetical protein 5.637072677 L4_chemical_B1 +LQ05X024740 Hypothetical protein 5.762204807 L4_chemical_B2 +LQ05X024740 Hypothetical protein 5.364095451 L4_chemical_B3 +LQ05X024740 Hypothetical protein 5.451137148 L4_chemical_C2 +LQ05X024740 Hypothetical protein 5.127204718 L4_chemical_C3 +LQ05X024750 Hypothetical protein 6.309494774 C6_control_A1 +LQ05X024750 Hypothetical protein 6.086777368 C6_control_A3 +LQ05X024750 Hypothetical protein 5.907207121 C6_control_B1 +LQ05X024750 Hypothetical protein 6.325720297 C6_control_B2 +LQ05X024750 Hypothetical protein 6.886527458 C6_control_B3 +LQ05X024750 Hypothetical protein 6.356780492 C6_control_C1 +LQ05X024750 Hypothetical protein 6.093826911 C6_control_C2 +LQ05X024750 Hypothetical protein 6.60745759 C6_control_C3 +LQ05X024750 Hypothetical protein 6.431264566 C6_chemical_A1 +LQ05X024750 Hypothetical protein 6.050501663 C6_chemical_A3 +LQ05X024750 Hypothetical protein 6.1136938 C6_chemical_B1 +LQ05X024750 Hypothetical protein 6.539028941 C6_chemical_B2 +LQ05X024750 Hypothetical protein 6.685293034 C6_chemical_B3 +LQ05X024750 Hypothetical protein 6.087165217 C6_chemical_C1 +LQ05X024750 Hypothetical protein 6.713040161 C6_chemical_C2 +LQ05X024750 Hypothetical protein 6.171463294 C6_chemical_C3 +LQ05X024750 Hypothetical protein 6.17102223 L4_control_A1 +LQ05X024750 Hypothetical protein 6.61993059 L4_control_A2 +LQ05X024750 Hypothetical protein 6.281162476 L4_control_A3 +LQ05X024750 Hypothetical protein 6.069021941 L4_control_B1 +LQ05X024750 Hypothetical protein 6.039479028 L4_control_B2 +LQ05X024750 Hypothetical protein 6.325586113 L4_control_B3 +LQ05X024750 Hypothetical protein 5.556090596 L4_control_C2 +LQ05X024750 Hypothetical protein 6.259871641 L4_control_C3 +LQ05X024750 Hypothetical protein 5.7996808 L4_chemical_A1 +LQ05X024750 Hypothetical protein 6.539946338 L4_chemical_A2 +LQ05X024750 Hypothetical protein 6.465407952 L4_chemical_A3 +LQ05X024750 Hypothetical protein 6.041063076 L4_chemical_B1 +LQ05X024750 Hypothetical protein 6.548262934 L4_chemical_B2 +LQ05X024750 Hypothetical protein 6.130517625 L4_chemical_B3 +LQ05X024750 Hypothetical protein 6.018419339 L4_chemical_C2 +LQ05X024750 Hypothetical protein 6.031054388 L4_chemical_C3 +LQ05X024760 Hypothetical protein 11.03768442 C6_control_A1 +LQ05X024760 Hypothetical protein 10.28327804 C6_control_A3 +LQ05X024760 Hypothetical protein 11.33413725 C6_control_B1 +LQ05X024760 Hypothetical protein 11.76250847 C6_control_B2 +LQ05X024760 Hypothetical protein 11.07501421 C6_control_B3 +LQ05X024760 Hypothetical protein 11.73107894 C6_control_C1 +LQ05X024760 Hypothetical protein 10.98337225 C6_control_C2 +LQ05X024760 Hypothetical protein 12.06769875 C6_control_C3 +LQ05X024760 Hypothetical protein 11.50125592 C6_chemical_A1 +LQ05X024760 Hypothetical protein 10.80587406 C6_chemical_A3 +LQ05X024760 Hypothetical protein 11.65138199 C6_chemical_B1 +LQ05X024760 Hypothetical protein 11.83728627 C6_chemical_B2 +LQ05X024760 Hypothetical protein 11.65281696 C6_chemical_B3 +LQ05X024760 Hypothetical protein 11.84109857 C6_chemical_C1 +LQ05X024760 Hypothetical protein 12.25348868 C6_chemical_C2 +LQ05X024760 Hypothetical protein 12.2687295 C6_chemical_C3 +LQ05X024760 Hypothetical protein 10.10030345 L4_control_A1 +LQ05X024760 Hypothetical protein 9.79227744 L4_control_A2 +LQ05X024760 Hypothetical protein 9.800662107 L4_control_A3 +LQ05X024760 Hypothetical protein 9.560420028 L4_control_B1 +LQ05X024760 Hypothetical protein 10.11683787 L4_control_B2 +LQ05X024760 Hypothetical protein 10.438314 L4_control_B3 +LQ05X024760 Hypothetical protein 11.73552931 L4_control_C2 +LQ05X024760 Hypothetical protein 9.476628589 L4_control_C3 +LQ05X024760 Hypothetical protein 10.05844134 L4_chemical_A1 +LQ05X024760 Hypothetical protein 9.49591156 L4_chemical_A2 +LQ05X024760 Hypothetical protein 10.09783767 L4_chemical_A3 +LQ05X024760 Hypothetical protein 12.0213597 L4_chemical_B1 +LQ05X024760 Hypothetical protein 9.875082654 L4_chemical_B2 +LQ05X024760 Hypothetical protein 10.65919453 L4_chemical_B3 +LQ05X024760 Hypothetical protein 9.473045305 L4_chemical_C2 +LQ05X024760 Hypothetical protein 9.532574657 L4_chemical_C3 +LQ05X024910 Hypothetical protein 6.940257797 C6_control_A1 +LQ05X024910 Hypothetical protein 7.210069779 C6_control_A3 +LQ05X024910 Hypothetical protein 5.855105112 C6_control_B1 +LQ05X024910 Hypothetical protein 5.50782254 C6_control_B2 +LQ05X024910 Hypothetical protein 5.704658635 C6_control_B3 +LQ05X024910 Hypothetical protein 5.455595448 C6_control_C1 +LQ05X024910 Hypothetical protein 5.187613501 C6_control_C2 +LQ05X024910 Hypothetical protein 5.708738965 C6_control_C3 +LQ05X024910 Hypothetical protein 6.76771718 C6_chemical_A1 +LQ05X024910 Hypothetical protein 6.829968963 C6_chemical_A3 +LQ05X024910 Hypothetical protein 5.705004058 C6_chemical_B1 +LQ05X024910 Hypothetical protein 5.333163744 C6_chemical_B2 +LQ05X024910 Hypothetical protein 5.823629946 C6_chemical_B3 +LQ05X024910 Hypothetical protein 6.07953993 C6_chemical_C1 +LQ05X024910 Hypothetical protein 5.141759885 C6_chemical_C2 +LQ05X024910 Hypothetical protein 5.964376815 C6_chemical_C3 +LQ05X024910 Hypothetical protein 8.509499715 L4_control_A1 +LQ05X024910 Hypothetical protein 7.673480872 L4_control_A2 +LQ05X024910 Hypothetical protein 9.657603124 L4_control_A3 +LQ05X024910 Hypothetical protein 7.932109963 L4_control_B1 +LQ05X024910 Hypothetical protein 6.306284562 L4_control_B2 +LQ05X024910 Hypothetical protein 8.241166836 L4_control_B3 +LQ05X024910 Hypothetical protein 6.89620839 L4_control_C2 +LQ05X024910 Hypothetical protein 8.442768537 L4_control_C3 +LQ05X024910 Hypothetical protein 10.38129476 L4_chemical_A1 +LQ05X024910 Hypothetical protein 9.133627863 L4_chemical_A2 +LQ05X024910 Hypothetical protein 10.93242166 L4_chemical_A3 +LQ05X024910 Hypothetical protein 9.281704003 L4_chemical_B1 +LQ05X024910 Hypothetical protein 6.662057225 L4_chemical_B2 +LQ05X024910 Hypothetical protein 8.157936831 L4_chemical_B3 +LQ05X024910 Hypothetical protein 7.896398054 L4_chemical_C2 +LQ05X024910 Hypothetical protein 8.15382191 L4_chemical_C3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.455927842 C6_control_A1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.640334253 C6_control_A3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.225357907 C6_control_B1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.734920213 C6_control_B2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.556853325 C6_control_B3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.90603015 C6_control_C1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.551993322 C6_control_C2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.876629809 C6_control_C3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.750490344 C6_chemical_A1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.913996516 C6_chemical_A3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.923018129 C6_chemical_B1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.560210704 C6_chemical_B2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.141665723 C6_chemical_B3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.484093558 C6_chemical_C1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.608505393 C6_chemical_C2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.842991002 C6_chemical_C3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.709371749 L4_control_A1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.007960178 L4_control_A2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.714864997 L4_control_A3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.567122866 L4_control_B1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.994623963 L4_control_B2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.435548135 L4_control_B3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.975231903 L4_control_C2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.231284927 L4_control_C3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.89440811 L4_chemical_A1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.591301416 L4_chemical_A2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.990215169 L4_chemical_A3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.981265389 L4_chemical_B1 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.872201668 L4_chemical_B2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.856451642 L4_chemical_B3 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.76770701 L4_chemical_C2 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.979476913 L4_chemical_C3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.42990409 C6_control_A1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.46245817 C6_control_A3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.51322979 C6_control_B1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.97422384 C6_control_B2 +LQ05X024970 Ubiquitin-protein ligase, putative 13.50911166 C6_control_B3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.88925622 C6_control_C1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.96954879 C6_control_C2 +LQ05X024970 Ubiquitin-protein ligase, putative 14.04593121 C6_control_C3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.33670174 C6_chemical_A1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.53615438 C6_chemical_A3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.35082838 C6_chemical_B1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.35899423 C6_chemical_B2 +LQ05X024970 Ubiquitin-protein ligase, putative 13.71143552 C6_chemical_B3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.67514547 C6_chemical_C1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.87754066 C6_chemical_C2 +LQ05X024970 Ubiquitin-protein ligase, putative 13.81676109 C6_chemical_C3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.69412154 L4_control_A1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.69239773 L4_control_A2 +LQ05X024970 Ubiquitin-protein ligase, putative 13.32533649 L4_control_A3 +LQ05X024970 Ubiquitin-protein ligase, putative 14.09462437 L4_control_B1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.17293831 L4_control_B2 +LQ05X024970 Ubiquitin-protein ligase, putative 13.83107338 L4_control_B3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.41392746 L4_control_C2 +LQ05X024970 Ubiquitin-protein ligase, putative 13.61363977 L4_control_C3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.95689271 L4_chemical_A1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.7177283 L4_chemical_A2 +LQ05X024970 Ubiquitin-protein ligase, putative 13.81964678 L4_chemical_A3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.37695794 L4_chemical_B1 +LQ05X024970 Ubiquitin-protein ligase, putative 13.27067144 L4_chemical_B2 +LQ05X024970 Ubiquitin-protein ligase, putative 14.08206575 L4_chemical_B3 +LQ05X024970 Ubiquitin-protein ligase, putative 13.37004422 L4_chemical_C2 +LQ05X024970 Ubiquitin-protein ligase, putative 13.72117367 L4_chemical_C3 +LQ05X024980 Thioredoxin-like 1 12.52137258 C6_control_A1 +LQ05X024980 Thioredoxin-like 1 12.81655694 C6_control_A3 +LQ05X024980 Thioredoxin-like 1 13.0480318 C6_control_B1 +LQ05X024980 Thioredoxin-like 1 13.63704963 C6_control_B2 +LQ05X024980 Thioredoxin-like 1 13.03528707 C6_control_B3 +LQ05X024980 Thioredoxin-like 1 14.78963501 C6_control_C1 +LQ05X024980 Thioredoxin-like 1 14.87459554 C6_control_C2 +LQ05X024980 Thioredoxin-like 1 14.70203249 C6_control_C3 +LQ05X024980 Thioredoxin-like 1 13.00422272 C6_chemical_A1 +LQ05X024980 Thioredoxin-like 1 13.61880915 C6_chemical_A3 +LQ05X024980 Thioredoxin-like 1 13.93060689 C6_chemical_B1 +LQ05X024980 Thioredoxin-like 1 14.20406145 C6_chemical_B2 +LQ05X024980 Thioredoxin-like 1 13.78294925 C6_chemical_B3 +LQ05X024980 Thioredoxin-like 1 15.23435127 C6_chemical_C1 +LQ05X024980 Thioredoxin-like 1 14.95940622 C6_chemical_C2 +LQ05X024980 Thioredoxin-like 1 15.31347819 C6_chemical_C3 +LQ05X024980 Thioredoxin-like 1 11.90469179 L4_control_A1 +LQ05X024980 Thioredoxin-like 1 13.07205585 L4_control_A2 +LQ05X024980 Thioredoxin-like 1 13.93756332 L4_control_A3 +LQ05X024980 Thioredoxin-like 1 13.57133042 L4_control_B1 +LQ05X024980 Thioredoxin-like 1 13.914257 L4_control_B2 +LQ05X024980 Thioredoxin-like 1 14.40148192 L4_control_B3 +LQ05X024980 Thioredoxin-like 1 14.55330366 L4_control_C2 +LQ05X024980 Thioredoxin-like 1 14.84482858 L4_control_C3 +LQ05X024980 Thioredoxin-like 1 13.6764919 L4_chemical_A1 +LQ05X024980 Thioredoxin-like 1 14.52749698 L4_chemical_A2 +LQ05X024980 Thioredoxin-like 1 13.49062781 L4_chemical_A3 +LQ05X024980 Thioredoxin-like 1 13.67534864 L4_chemical_B1 +LQ05X024980 Thioredoxin-like 1 13.94613134 L4_chemical_B2 +LQ05X024980 Thioredoxin-like 1 13.87035026 L4_chemical_B3 +LQ05X024980 Thioredoxin-like 1 14.85089348 L4_chemical_C2 +LQ05X024980 Thioredoxin-like 1 14.96872556 L4_chemical_C3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.143210303 C6_control_A1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.221283086 C6_control_A3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.144758212 C6_control_B1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.373256788 C6_control_B2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 4.837136611 C6_control_B3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.530704395 C6_control_C1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.311129308 C6_control_C2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.143383683 C6_control_C3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 4.795321953 C6_chemical_A1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.147905801 C6_chemical_A3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.446046487 C6_chemical_B1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.088383377 C6_chemical_B2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.243422191 C6_chemical_B3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.433711043 C6_chemical_C1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.304183529 C6_chemical_C2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.020096319 C6_chemical_C3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.339775745 L4_control_A1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 4.795603931 L4_control_A2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.423434656 L4_control_A3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.315393455 L4_control_B1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.302447326 L4_control_B2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.078444491 L4_control_B3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 4.956539642 L4_control_C2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.621407223 L4_control_C3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.068076176 L4_chemical_A1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.021656011 L4_chemical_A2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.288929355 L4_chemical_A3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.157958074 L4_chemical_B1 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 4.914072423 L4_chemical_B2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.346271714 L4_chemical_B3 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 4.884658325 L4_chemical_C2 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 5.691336261 L4_chemical_C3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.512720281 C6_control_A1 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.486172068 C6_control_A3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.378326693 C6_control_B1 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.854075964 C6_control_B2 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.554913783 C6_control_B3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.779191138 C6_control_C1 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.828255022 C6_control_C2 +LQ05X025020 NAC domain-containing protein 21/22, putative 6.192297635 C6_control_C3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.439844311 C6_chemical_A1 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.275961244 C6_chemical_A3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.79907218 C6_chemical_B1 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.790798603 C6_chemical_B2 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.459535185 C6_chemical_B3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.425701257 C6_chemical_C1 +LQ05X025020 NAC domain-containing protein 21/22, putative 6.222051233 C6_chemical_C2 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.926286179 C6_chemical_C3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.469711037 L4_control_A1 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.18201949 L4_control_A2 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.253158738 L4_control_A3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.667398613 L4_control_B1 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.462483626 L4_control_B2 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.709254442 L4_control_B3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.833850415 L4_control_C2 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.35372088 L4_control_C3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.584948929 L4_chemical_A1 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.348470597 L4_chemical_A2 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.259164489 L4_chemical_A3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.310628169 L4_chemical_B1 +LQ05X025020 NAC domain-containing protein 21/22, putative 6.532441282 L4_chemical_B2 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.421766629 L4_chemical_B3 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.456035179 L4_chemical_C2 +LQ05X025020 NAC domain-containing protein 21/22, putative 4.906623157 L4_chemical_C3 +LQ05X025030 Putative uncharacterized protein 13.46574109 C6_control_A1 +LQ05X025030 Putative uncharacterized protein 13.33966677 C6_control_A3 +LQ05X025030 Putative uncharacterized protein 13.70344196 C6_control_B1 +LQ05X025030 Putative uncharacterized protein 13.29765732 C6_control_B2 +LQ05X025030 Putative uncharacterized protein 13.88593211 C6_control_B3 +LQ05X025030 Putative uncharacterized protein 13.56253175 C6_control_C1 +LQ05X025030 Putative uncharacterized protein 13.39139971 C6_control_C2 +LQ05X025030 Putative uncharacterized protein 13.66843324 C6_control_C3 +LQ05X025030 Putative uncharacterized protein 13.46529591 C6_chemical_A1 +LQ05X025030 Putative uncharacterized protein 13.90334484 C6_chemical_A3 +LQ05X025030 Putative uncharacterized protein 14.01199874 C6_chemical_B1 +LQ05X025030 Putative uncharacterized protein 13.12046109 C6_chemical_B2 +LQ05X025030 Putative uncharacterized protein 13.92818381 C6_chemical_B3 +LQ05X025030 Putative uncharacterized protein 13.3350226 C6_chemical_C1 +LQ05X025030 Putative uncharacterized protein 13.4436058 C6_chemical_C2 +LQ05X025030 Putative uncharacterized protein 13.50243663 C6_chemical_C3 +LQ05X025030 Putative uncharacterized protein 13.12941595 L4_control_A1 +LQ05X025030 Putative uncharacterized protein 12.94461818 L4_control_A2 +LQ05X025030 Putative uncharacterized protein 12.95523517 L4_control_A3 +LQ05X025030 Putative uncharacterized protein 13.81421486 L4_control_B1 +LQ05X025030 Putative uncharacterized protein 13.93921163 L4_control_B2 +LQ05X025030 Putative uncharacterized protein 13.98719425 L4_control_B3 +LQ05X025030 Putative uncharacterized protein 14.00839698 L4_control_C2 +LQ05X025030 Putative uncharacterized protein 13.93614968 L4_control_C3 +LQ05X025030 Putative uncharacterized protein 13.99429627 L4_chemical_A1 +LQ05X025030 Putative uncharacterized protein 13.70127797 L4_chemical_A2 +LQ05X025030 Putative uncharacterized protein 13.51941522 L4_chemical_A3 +LQ05X025030 Putative uncharacterized protein 14.2344313 L4_chemical_B1 +LQ05X025030 Putative uncharacterized protein 13.85046895 L4_chemical_B2 +LQ05X025030 Putative uncharacterized protein 13.64812802 L4_chemical_B3 +LQ05X025030 Putative uncharacterized protein 14.2720916 L4_chemical_C2 +LQ05X025030 Putative uncharacterized protein 14.17976725 L4_chemical_C3 +LQ05X025040 NAC domain-containing protein 29 5.755250395 C6_control_A1 +LQ05X025040 NAC domain-containing protein 29 5.496394973 C6_control_A3 +LQ05X025040 NAC domain-containing protein 29 6.607419483 C6_control_B1 +LQ05X025040 NAC domain-containing protein 29 5.536422732 C6_control_B2 +LQ05X025040 NAC domain-containing protein 29 6.459144553 C6_control_B3 +LQ05X025040 NAC domain-containing protein 29 5.802161425 C6_control_C1 +LQ05X025040 NAC domain-containing protein 29 5.620931414 C6_control_C2 +LQ05X025040 NAC domain-containing protein 29 5.650213605 C6_control_C3 +LQ05X025040 NAC domain-containing protein 29 5.557116578 C6_chemical_A1 +LQ05X025040 NAC domain-containing protein 29 6.046209809 C6_chemical_A3 +LQ05X025040 NAC domain-containing protein 29 6.665951257 C6_chemical_B1 +LQ05X025040 NAC domain-containing protein 29 5.658594408 C6_chemical_B2 +LQ05X025040 NAC domain-containing protein 29 5.924185656 C6_chemical_B3 +LQ05X025040 NAC domain-containing protein 29 6.738639499 C6_chemical_C1 +LQ05X025040 NAC domain-containing protein 29 5.757385376 C6_chemical_C2 +LQ05X025040 NAC domain-containing protein 29 6.281473714 C6_chemical_C3 +LQ05X025040 NAC domain-containing protein 29 5.684612717 L4_control_A1 +LQ05X025040 NAC domain-containing protein 29 5.693858935 L4_control_A2 +LQ05X025040 NAC domain-containing protein 29 5.983677697 L4_control_A3 +LQ05X025040 NAC domain-containing protein 29 6.338671194 L4_control_B1 +LQ05X025040 NAC domain-containing protein 29 7.025386534 L4_control_B2 +LQ05X025040 NAC domain-containing protein 29 5.807474071 L4_control_B3 +LQ05X025040 NAC domain-containing protein 29 7.989206965 L4_control_C2 +LQ05X025040 NAC domain-containing protein 29 7.283820153 L4_control_C3 +LQ05X025040 NAC domain-containing protein 29 5.928148321 L4_chemical_A1 +LQ05X025040 NAC domain-containing protein 29 5.667141931 L4_chemical_A2 +LQ05X025040 NAC domain-containing protein 29 5.914490615 L4_chemical_A3 +LQ05X025040 NAC domain-containing protein 29 6.819041103 L4_chemical_B1 +LQ05X025040 NAC domain-containing protein 29 7.600494579 L4_chemical_B2 +LQ05X025040 NAC domain-containing protein 29 5.572500295 L4_chemical_B3 +LQ05X025040 NAC domain-containing protein 29 7.53666899 L4_chemical_C2 +LQ05X025040 NAC domain-containing protein 29 7.661759789 L4_chemical_C3 +LQ05X025060 Nucleoside-triphosphatase 11.56224735 C6_control_A1 +LQ05X025060 Nucleoside-triphosphatase 11.41597754 C6_control_A3 +LQ05X025060 Nucleoside-triphosphatase 11.42335159 C6_control_B1 +LQ05X025060 Nucleoside-triphosphatase 11.70434 C6_control_B2 +LQ05X025060 Nucleoside-triphosphatase 11.34184916 C6_control_B3 +LQ05X025060 Nucleoside-triphosphatase 10.21073605 C6_control_C1 +LQ05X025060 Nucleoside-triphosphatase 10.44687525 C6_control_C2 +LQ05X025060 Nucleoside-triphosphatase 10.09704434 C6_control_C3 +LQ05X025060 Nucleoside-triphosphatase 11.69373392 C6_chemical_A1 +LQ05X025060 Nucleoside-triphosphatase 11.25365776 C6_chemical_A3 +LQ05X025060 Nucleoside-triphosphatase 11.19525461 C6_chemical_B1 +LQ05X025060 Nucleoside-triphosphatase 11.61274626 C6_chemical_B2 +LQ05X025060 Nucleoside-triphosphatase 11.13691378 C6_chemical_B3 +LQ05X025060 Nucleoside-triphosphatase 10.09679027 C6_chemical_C1 +LQ05X025060 Nucleoside-triphosphatase 9.904001601 C6_chemical_C2 +LQ05X025060 Nucleoside-triphosphatase 9.96233078 C6_chemical_C3 +LQ05X025060 Nucleoside-triphosphatase 12.23666725 L4_control_A1 +LQ05X025060 Nucleoside-triphosphatase 12.11477162 L4_control_A2 +LQ05X025060 Nucleoside-triphosphatase 12.07577495 L4_control_A3 +LQ05X025060 Nucleoside-triphosphatase 11.38302803 L4_control_B1 +LQ05X025060 Nucleoside-triphosphatase 11.78594234 L4_control_B2 +LQ05X025060 Nucleoside-triphosphatase 11.40259986 L4_control_B3 +LQ05X025060 Nucleoside-triphosphatase 9.156833929 L4_control_C2 +LQ05X025060 Nucleoside-triphosphatase 9.867874066 L4_control_C3 +LQ05X025060 Nucleoside-triphosphatase 11.4833873 L4_chemical_A1 +LQ05X025060 Nucleoside-triphosphatase 11.4057194 L4_chemical_A2 +LQ05X025060 Nucleoside-triphosphatase 11.88584859 L4_chemical_A3 +LQ05X025060 Nucleoside-triphosphatase 11.05247381 L4_chemical_B1 +LQ05X025060 Nucleoside-triphosphatase 11.37492085 L4_chemical_B2 +LQ05X025060 Nucleoside-triphosphatase 12.16385332 L4_chemical_B3 +LQ05X025060 Nucleoside-triphosphatase 8.744019222 L4_chemical_C2 +LQ05X025060 Nucleoside-triphosphatase 9.810240244 L4_chemical_C3 +LQ05X025070 Aquaporin SIP1-1 12.98472885 C6_control_A1 +LQ05X025070 Aquaporin SIP1-1 13.09763019 C6_control_A3 +LQ05X025070 Aquaporin SIP1-1 13.69822866 C6_control_B1 +LQ05X025070 Aquaporin SIP1-1 13.26851733 C6_control_B2 +LQ05X025070 Aquaporin SIP1-1 13.59764093 C6_control_B3 +LQ05X025070 Aquaporin SIP1-1 13.71491799 C6_control_C1 +LQ05X025070 Aquaporin SIP1-1 13.28531372 C6_control_C2 +LQ05X025070 Aquaporin SIP1-1 13.02708498 C6_control_C3 +LQ05X025070 Aquaporin SIP1-1 13.13468078 C6_chemical_A1 +LQ05X025070 Aquaporin SIP1-1 13.01209202 C6_chemical_A3 +LQ05X025070 Aquaporin SIP1-1 13.94593608 C6_chemical_B1 +LQ05X025070 Aquaporin SIP1-1 13.23290677 C6_chemical_B2 +LQ05X025070 Aquaporin SIP1-1 13.58655523 C6_chemical_B3 +LQ05X025070 Aquaporin SIP1-1 13.84862919 C6_chemical_C1 +LQ05X025070 Aquaporin SIP1-1 13.41898563 C6_chemical_C2 +LQ05X025070 Aquaporin SIP1-1 12.89933087 C6_chemical_C3 +LQ05X025070 Aquaporin SIP1-1 12.91551438 L4_control_A1 +LQ05X025070 Aquaporin SIP1-1 12.6219292 L4_control_A2 +LQ05X025070 Aquaporin SIP1-1 13.17157206 L4_control_A3 +LQ05X025070 Aquaporin SIP1-1 13.84873212 L4_control_B1 +LQ05X025070 Aquaporin SIP1-1 13.8805224 L4_control_B2 +LQ05X025070 Aquaporin SIP1-1 13.10037566 L4_control_B3 +LQ05X025070 Aquaporin SIP1-1 13.80516791 L4_control_C2 +LQ05X025070 Aquaporin SIP1-1 13.30874669 L4_control_C3 +LQ05X025070 Aquaporin SIP1-1 13.14231713 L4_chemical_A1 +LQ05X025070 Aquaporin SIP1-1 13.24719046 L4_chemical_A2 +LQ05X025070 Aquaporin SIP1-1 13.2933609 L4_chemical_A3 +LQ05X025070 Aquaporin SIP1-1 13.91475247 L4_chemical_B1 +LQ05X025070 Aquaporin SIP1-1 13.66341296 L4_chemical_B2 +LQ05X025070 Aquaporin SIP1-1 13.24927007 L4_chemical_B3 +LQ05X025070 Aquaporin SIP1-1 13.8957698 L4_chemical_C2 +LQ05X025070 Aquaporin SIP1-1 13.43715023 L4_chemical_C3 +LQ05X025080 Syntaxin-related protein KNOLLE 6.208305842 C6_control_A1 +LQ05X025080 Syntaxin-related protein KNOLLE 5.596725306 C6_control_A3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.918324239 C6_control_B1 +LQ05X025080 Syntaxin-related protein KNOLLE 5.823046025 C6_control_B2 +LQ05X025080 Syntaxin-related protein KNOLLE 6.305242714 C6_control_B3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.665738367 C6_control_C1 +LQ05X025080 Syntaxin-related protein KNOLLE 6.056067943 C6_control_C2 +LQ05X025080 Syntaxin-related protein KNOLLE 5.97470914 C6_control_C3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.984019558 C6_chemical_A1 +LQ05X025080 Syntaxin-related protein KNOLLE 5.924613143 C6_chemical_A3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.892670437 C6_chemical_B1 +LQ05X025080 Syntaxin-related protein KNOLLE 6.001626132 C6_chemical_B2 +LQ05X025080 Syntaxin-related protein KNOLLE 5.806536005 C6_chemical_B3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.612750791 C6_chemical_C1 +LQ05X025080 Syntaxin-related protein KNOLLE 6.384195631 C6_chemical_C2 +LQ05X025080 Syntaxin-related protein KNOLLE 6.069668582 C6_chemical_C3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.997967954 L4_control_A1 +LQ05X025080 Syntaxin-related protein KNOLLE 6.070364656 L4_control_A2 +LQ05X025080 Syntaxin-related protein KNOLLE 6.138243598 L4_control_A3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.823734008 L4_control_B1 +LQ05X025080 Syntaxin-related protein KNOLLE 6.030200884 L4_control_B2 +LQ05X025080 Syntaxin-related protein KNOLLE 6.107737216 L4_control_B3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.998986554 L4_control_C2 +LQ05X025080 Syntaxin-related protein KNOLLE 5.980198084 L4_control_C3 +LQ05X025080 Syntaxin-related protein KNOLLE 6.196524667 L4_chemical_A1 +LQ05X025080 Syntaxin-related protein KNOLLE 5.911426436 L4_chemical_A2 +LQ05X025080 Syntaxin-related protein KNOLLE 5.625021632 L4_chemical_A3 +LQ05X025080 Syntaxin-related protein KNOLLE 5.685009815 L4_chemical_B1 +LQ05X025080 Syntaxin-related protein KNOLLE 5.912220127 L4_chemical_B2 +LQ05X025080 Syntaxin-related protein KNOLLE 5.92176358 L4_chemical_B3 +LQ05X025080 Syntaxin-related protein KNOLLE 6.62066536 L4_chemical_C2 +LQ05X025080 Syntaxin-related protein KNOLLE 5.947641195 L4_chemical_C3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.822609551 C6_control_A1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.891417306 C6_control_A3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.475988946 C6_control_B1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.884056741 C6_control_B2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.912658679 C6_control_B3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.947937942 C6_control_C1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.795914123 C6_control_C2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.937313824 C6_control_C3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.13074296 C6_chemical_A1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.870229447 C6_chemical_A3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.174751604 C6_chemical_B1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.985945378 C6_chemical_B2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.709107271 C6_chemical_B3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.766221608 C6_chemical_C1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.856514187 C6_chemical_C2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.932330674 C6_chemical_C3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.082086962 L4_control_A1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.999095828 L4_control_A2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.247339133 L4_control_A3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.327102772 L4_control_B1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.033842422 L4_control_B2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.861517204 L4_control_B3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.277901472 L4_control_C2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.019138524 L4_control_C3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.155840982 L4_chemical_A1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.889045411 L4_chemical_A2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.309479754 L4_chemical_A3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.880925962 L4_chemical_B1 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.127183433 L4_chemical_B2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.003870687 L4_chemical_B3 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.858237316 L4_chemical_C2 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 4.771324375 L4_chemical_C3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.891654914 C6_control_A1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.155447906 C6_control_A3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.696848634 C6_control_B1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.92609748 C6_control_B2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.059676358 C6_control_B3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.159564685 C6_control_C1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.624950843 C6_control_C2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.797861726 C6_control_C3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.820462454 C6_chemical_A1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.094987514 C6_chemical_A3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.117232411 C6_chemical_B1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.862281322 C6_chemical_B2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.309345117 C6_chemical_B3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.831287167 C6_chemical_C1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.839806296 C6_chemical_C2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.807215164 C6_chemical_C3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.956930162 L4_control_A1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.902139787 L4_control_A2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.516372102 L4_control_A3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.181147138 L4_control_B1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.06883365 L4_control_B2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.890785148 L4_control_B3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.462642883 L4_control_C2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.182927354 L4_control_C3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.132571531 L4_chemical_A1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.851636992 L4_chemical_A2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.642202492 L4_chemical_A3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.164913109 L4_chemical_B1 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.386009393 L4_chemical_B2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 5.117193463 L4_chemical_B3 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.899715777 L4_chemical_C2 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 6.556004014 L4_chemical_C3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.33551926 C6_control_A1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.516956889 C6_control_A3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 4.8757136 C6_control_B1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.481129664 C6_control_B2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.73743699 C6_control_B3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.740393102 C6_control_C1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.485141166 C6_control_C2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.98841799 C6_control_C3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.352628757 C6_chemical_A1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.031239533 C6_chemical_A3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.134573005 C6_chemical_B1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.451445251 C6_chemical_B2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.392185397 C6_chemical_B3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.384454684 C6_chemical_C1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 6.162747179 C6_chemical_C2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.797781384 C6_chemical_C3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.311861195 L4_control_A1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.989643445 L4_control_A2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 4.942958279 L4_control_A3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.10753716 L4_control_B1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.253101208 L4_control_B2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.091643095 L4_control_B3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.63242612 L4_control_C2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.139274035 L4_control_C3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.380258754 L4_chemical_A1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.98474134 L4_chemical_A2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.327190799 L4_chemical_A3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.343288522 L4_chemical_B1 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.161056794 L4_chemical_B2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.362242667 L4_chemical_B3 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.544394105 L4_chemical_C2 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 4.829245058 L4_chemical_C3 +LQ05X025220 Predicted protein 11.65214491 C6_control_A1 +LQ05X025220 Predicted protein 11.36994617 C6_control_A3 +LQ05X025220 Predicted protein 12.0247428 C6_control_B1 +LQ05X025220 Predicted protein 12.12101145 C6_control_B2 +LQ05X025220 Predicted protein 11.60229897 C6_control_B3 +LQ05X025220 Predicted protein 13.45812029 C6_control_C1 +LQ05X025220 Predicted protein 13.14970285 C6_control_C2 +LQ05X025220 Predicted protein 13.05550592 C6_control_C3 +LQ05X025220 Predicted protein 11.51388412 C6_chemical_A1 +LQ05X025220 Predicted protein 11.56838304 C6_chemical_A3 +LQ05X025220 Predicted protein 11.86643715 C6_chemical_B1 +LQ05X025220 Predicted protein 12.06834967 C6_chemical_B2 +LQ05X025220 Predicted protein 11.62390304 C6_chemical_B3 +LQ05X025220 Predicted protein 13.40909979 C6_chemical_C1 +LQ05X025220 Predicted protein 13.34050622 C6_chemical_C2 +LQ05X025220 Predicted protein 12.75080402 C6_chemical_C3 +LQ05X025220 Predicted protein 11.41072731 L4_control_A1 +LQ05X025220 Predicted protein 11.56825614 L4_control_A2 +LQ05X025220 Predicted protein 11.40808828 L4_control_A3 +LQ05X025220 Predicted protein 12.00067468 L4_control_B1 +LQ05X025220 Predicted protein 11.51417263 L4_control_B2 +LQ05X025220 Predicted protein 11.68842909 L4_control_B3 +LQ05X025220 Predicted protein 12.94634732 L4_control_C2 +LQ05X025220 Predicted protein 12.51826987 L4_control_C3 +LQ05X025220 Predicted protein 11.7534969 L4_chemical_A1 +LQ05X025220 Predicted protein 11.95366571 L4_chemical_A2 +LQ05X025220 Predicted protein 11.2908818 L4_chemical_A3 +LQ05X025220 Predicted protein 12.22256051 L4_chemical_B1 +LQ05X025220 Predicted protein 11.7516314 L4_chemical_B2 +LQ05X025220 Predicted protein 11.65300868 L4_chemical_B3 +LQ05X025220 Predicted protein 12.7508553 L4_chemical_C2 +LQ05X025220 Predicted protein 12.50871925 L4_chemical_C3 +LQ05X025270 Predicted protein 12.77103147 C6_control_A1 +LQ05X025270 Predicted protein 12.65404522 C6_control_A3 +LQ05X025270 Predicted protein 12.45658849 C6_control_B1 +LQ05X025270 Predicted protein 12.38585626 C6_control_B2 +LQ05X025270 Predicted protein 12.49887024 C6_control_B3 +LQ05X025270 Predicted protein 12.35773944 C6_control_C1 +LQ05X025270 Predicted protein 12.06264704 C6_control_C2 +LQ05X025270 Predicted protein 12.36971638 C6_control_C3 +LQ05X025270 Predicted protein 12.44192606 C6_chemical_A1 +LQ05X025270 Predicted protein 12.15150132 C6_chemical_A3 +LQ05X025270 Predicted protein 12.230733 C6_chemical_B1 +LQ05X025270 Predicted protein 11.93152254 C6_chemical_B2 +LQ05X025270 Predicted protein 12.16803464 C6_chemical_B3 +LQ05X025270 Predicted protein 12.32383408 C6_chemical_C1 +LQ05X025270 Predicted protein 12.23842636 C6_chemical_C2 +LQ05X025270 Predicted protein 11.96808611 C6_chemical_C3 +LQ05X025270 Predicted protein 12.69711125 L4_control_A1 +LQ05X025270 Predicted protein 12.76897488 L4_control_A2 +LQ05X025270 Predicted protein 12.51908471 L4_control_A3 +LQ05X025270 Predicted protein 12.01976641 L4_control_B1 +LQ05X025270 Predicted protein 11.59580073 L4_control_B2 +LQ05X025270 Predicted protein 11.92997984 L4_control_B3 +LQ05X025270 Predicted protein 12.44009539 L4_control_C2 +LQ05X025270 Predicted protein 12.23793997 L4_control_C3 +LQ05X025270 Predicted protein 12.52080568 L4_chemical_A1 +LQ05X025270 Predicted protein 12.52581971 L4_chemical_A2 +LQ05X025270 Predicted protein 12.70932518 L4_chemical_A3 +LQ05X025270 Predicted protein 12.68471695 L4_chemical_B1 +LQ05X025270 Predicted protein 12.2439179 L4_chemical_B2 +LQ05X025270 Predicted protein 12.3041235 L4_chemical_B3 +LQ05X025270 Predicted protein 12.62448919 L4_chemical_C2 +LQ05X025270 Predicted protein 12.33043963 L4_chemical_C3 +LQ05X025290 Putative uncharacterized protein 5.886248341 C6_control_A1 +LQ05X025290 Putative uncharacterized protein 6.376091855 C6_control_A3 +LQ05X025290 Putative uncharacterized protein 5.78844839 C6_control_B1 +LQ05X025290 Putative uncharacterized protein 5.773389408 C6_control_B2 +LQ05X025290 Putative uncharacterized protein 5.853452706 C6_control_B3 +LQ05X025290 Putative uncharacterized protein 6.234616326 C6_control_C1 +LQ05X025290 Putative uncharacterized protein 7.077468303 C6_control_C2 +LQ05X025290 Putative uncharacterized protein 6.047551039 C6_control_C3 +LQ05X025290 Putative uncharacterized protein 5.265352287 C6_chemical_A1 +LQ05X025290 Putative uncharacterized protein 5.408529751 C6_chemical_A3 +LQ05X025290 Putative uncharacterized protein 5.738059471 C6_chemical_B1 +LQ05X025290 Putative uncharacterized protein 5.51662452 C6_chemical_B2 +LQ05X025290 Putative uncharacterized protein 5.289074252 C6_chemical_B3 +LQ05X025290 Putative uncharacterized protein 6.266141655 C6_chemical_C1 +LQ05X025290 Putative uncharacterized protein 5.556609922 C6_chemical_C2 +LQ05X025290 Putative uncharacterized protein 5.4576893 C6_chemical_C3 +LQ05X025290 Putative uncharacterized protein 5.019930661 L4_control_A1 +LQ05X025290 Putative uncharacterized protein 5.140210422 L4_control_A2 +LQ05X025290 Putative uncharacterized protein 5.514894127 L4_control_A3 +LQ05X025290 Putative uncharacterized protein 5.518546285 L4_control_B1 +LQ05X025290 Putative uncharacterized protein 5.608651234 L4_control_B2 +LQ05X025290 Putative uncharacterized protein 5.354908181 L4_control_B3 +LQ05X025290 Putative uncharacterized protein 5.403562092 L4_control_C2 +LQ05X025290 Putative uncharacterized protein 6.235619895 L4_control_C3 +LQ05X025290 Putative uncharacterized protein 4.853213062 L4_chemical_A1 +LQ05X025290 Putative uncharacterized protein 4.792361896 L4_chemical_A2 +LQ05X025290 Putative uncharacterized protein 5.193563753 L4_chemical_A3 +LQ05X025290 Putative uncharacterized protein 5.533185304 L4_chemical_B1 +LQ05X025290 Putative uncharacterized protein 5.279653202 L4_chemical_B2 +LQ05X025290 Putative uncharacterized protein 5.077519576 L4_chemical_B3 +LQ05X025290 Putative uncharacterized protein 5.008356141 L4_chemical_C2 +LQ05X025290 Putative uncharacterized protein 6.159899439 L4_chemical_C3 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.991373423 C6_control_A1 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.036404938 C6_control_A3 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.779311983 C6_control_B1 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.685542599 C6_control_B2 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.057605451 C6_control_B3 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.604584754 C6_control_C1 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.875072224 C6_control_C2 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.797388196 C6_control_C3 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.029918551 C6_chemical_A1 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.166707156 C6_chemical_A3 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.685826051 C6_chemical_B1 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.825349 C6_chemical_B2 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.809746517 C6_chemical_B3 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.129416989 C6_chemical_C1 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.678926923 C6_chemical_C2 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.90030991 C6_chemical_C3 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.756292529 L4_control_A1 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.842881188 L4_control_A2 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.037893587 L4_control_A3 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.174091586 L4_control_B1 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.671818206 L4_control_B2 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.435183159 L4_control_B3 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.13950775 L4_control_C2 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.607738766 L4_control_C3 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.621808376 L4_chemical_A1 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.622938748 L4_chemical_A2 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.061168415 L4_chemical_A3 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.124055733 L4_chemical_B1 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.121202368 L4_chemical_B2 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.711965204 L4_chemical_B3 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.472092899 L4_chemical_C2 +LQ05X025310 Germin-like protein subfamily 1 member 13 4.461212691 L4_chemical_C3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.519290788 C6_control_A1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.811147251 C6_control_A3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.572009936 C6_control_B1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.712440101 C6_control_B2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.29372314 C6_control_B3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.592865603 C6_control_C1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.694008849 C6_control_C2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.524251877 C6_control_C3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.565474464 C6_chemical_A1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.555870069 C6_chemical_A3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.471948846 C6_chemical_B1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.809534847 C6_chemical_B2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.717946382 C6_chemical_B3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.674679823 C6_chemical_C1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.650136501 C6_chemical_C2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.433892607 C6_chemical_C3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.293519147 L4_control_A1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.090423411 L4_control_A2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.831108598 L4_control_A3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.768186149 L4_control_B1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.421629031 L4_control_B2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.363674247 L4_control_B3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.453810812 L4_control_C2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.997254075 L4_control_C3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.510281403 L4_chemical_A1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.690351443 L4_chemical_A2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.94356079 L4_chemical_A3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.7087836 L4_chemical_B1 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.827259755 L4_chemical_B2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.385508392 L4_chemical_B3 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.835672345 L4_chemical_C2 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.5116661 L4_chemical_C3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.460775736 C6_control_A1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.201152223 C6_control_A3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.406807612 C6_control_B1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.49958227 C6_control_B2 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.3484059 C6_control_B3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.434825618 C6_control_C1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.191588291 C6_control_C2 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.553333821 C6_control_C3 +LQ05X025450 Germin-like protein subfamily 1 member 13 4.741648773 C6_chemical_A1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.087286298 C6_chemical_A3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.236914025 C6_chemical_B1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.087834671 C6_chemical_B2 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.204633185 C6_chemical_B3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.433270939 C6_chemical_C1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.290192625 C6_chemical_C2 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.093606202 C6_chemical_C3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.187348308 L4_control_A1 +LQ05X025450 Germin-like protein subfamily 1 member 13 4.804120239 L4_control_A2 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.235412899 L4_control_A3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.365630542 L4_control_B1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.235409219 L4_control_B2 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.187710676 L4_control_B3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.276936999 L4_control_C2 +LQ05X025450 Germin-like protein subfamily 1 member 13 6.310385069 L4_control_C3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.483147276 L4_chemical_A1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.180947045 L4_chemical_A2 +LQ05X025450 Germin-like protein subfamily 1 member 13 4.987173369 L4_chemical_A3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.511676796 L4_chemical_B1 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.268374592 L4_chemical_B2 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.221527536 L4_chemical_B3 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.548700573 L4_chemical_C2 +LQ05X025450 Germin-like protein subfamily 1 member 13 5.343078031 L4_chemical_C3 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.719377847 C6_control_A1 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.80509609 C6_control_A3 +LQ05X025470 Germin-like protein subfamily 1 member 7 5.004014107 C6_control_B1 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.561445632 C6_control_B2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.869288814 C6_control_B3 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.632278019 C6_control_C1 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.828292462 C6_control_C2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.424529445 C6_control_C3 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.737827294 C6_chemical_A1 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.842890567 C6_chemical_A3 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.862109764 C6_chemical_B1 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.658589156 C6_chemical_B2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.836675339 C6_chemical_B3 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.749550617 C6_chemical_C1 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.898124557 C6_chemical_C2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.445717037 C6_chemical_C3 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.78703289 L4_control_A1 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.883866212 L4_control_A2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.706592788 L4_control_A3 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.854070413 L4_control_B1 +LQ05X025470 Germin-like protein subfamily 1 member 7 5.160816083 L4_control_B2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.752434666 L4_control_B3 +LQ05X025470 Germin-like protein subfamily 1 member 7 5.154089748 L4_control_C2 +LQ05X025470 Germin-like protein subfamily 1 member 7 5.010038605 L4_control_C3 +LQ05X025470 Germin-like protein subfamily 1 member 7 5.382590151 L4_chemical_A1 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.741117781 L4_chemical_A2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.823769219 L4_chemical_A3 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.770244407 L4_chemical_B1 +LQ05X025470 Germin-like protein subfamily 1 member 7 5.090446028 L4_chemical_B2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.783308569 L4_chemical_B3 +LQ05X025470 Germin-like protein subfamily 1 member 7 5.147527757 L4_chemical_C2 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.971608503 L4_chemical_C3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.020056215 C6_control_A1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.081758861 C6_control_A3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.223277513 C6_control_B1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.007275746 C6_control_B2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.116698278 C6_control_B3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.785719592 C6_control_C1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.609505712 C6_control_C2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.392302488 C6_control_C3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.380335194 C6_chemical_A1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.257073328 C6_chemical_A3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.212824288 C6_chemical_B1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.240528935 C6_chemical_B2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.367174688 C6_chemical_B3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.22893765 C6_chemical_C1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.552828625 C6_chemical_C2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.26584951 C6_chemical_C3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.029867107 L4_control_A1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 4.811660698 L4_control_A2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.193251691 L4_control_A3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.121660492 L4_control_B1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.231337849 L4_control_B2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.270873385 L4_control_B3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.795032926 L4_control_C2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.698568529 L4_control_C3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.314326268 L4_chemical_A1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 4.981994594 L4_chemical_A2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.506072591 L4_chemical_A3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.364030045 L4_chemical_B1 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.304448388 L4_chemical_B2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.073649627 L4_chemical_B3 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 6.245999402 L4_chemical_C2 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.33112978 L4_chemical_C3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.487723508 C6_control_A1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.037788002 C6_control_A3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 6.007884054 C6_control_B1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.187149218 C6_control_B2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.030778439 C6_control_B3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 6.519298933 C6_control_C1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.462197229 C6_control_C2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.890546631 C6_control_C3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.187920536 C6_chemical_A1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.100191622 C6_chemical_A3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.321308468 C6_chemical_B1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.273684772 C6_chemical_B2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.271823109 C6_chemical_B3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 6.176597934 C6_chemical_C1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.670206731 C6_chemical_C2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.380478676 C6_chemical_C3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.182839346 L4_control_A1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.918877195 L4_control_A2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.804342842 L4_control_A3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.959192962 L4_control_B1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.753531868 L4_control_B2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.089073716 L4_control_B3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.720029233 L4_control_C2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.159720357 L4_control_C3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.326675163 L4_chemical_A1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.310394038 L4_chemical_A2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.926685698 L4_chemical_A3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.258527608 L4_chemical_B1 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.756968766 L4_chemical_B2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 4.786793228 L4_chemical_B3 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.403832542 L4_chemical_C2 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.295960581 L4_chemical_C3 +LQ05X025570 Protein PIR 11.18513614 C6_control_A1 +LQ05X025570 Protein PIR 10.87262298 C6_control_A3 +LQ05X025570 Protein PIR 11.16395079 C6_control_B1 +LQ05X025570 Protein PIR 11.23457005 C6_control_B2 +LQ05X025570 Protein PIR 10.70031517 C6_control_B3 +LQ05X025570 Protein PIR 10.7774902 C6_control_C1 +LQ05X025570 Protein PIR 10.5422667 C6_control_C2 +LQ05X025570 Protein PIR 10.5803986 C6_control_C3 +LQ05X025570 Protein PIR 11.20410082 C6_chemical_A1 +LQ05X025570 Protein PIR 10.79070187 C6_chemical_A3 +LQ05X025570 Protein PIR 10.77204363 C6_chemical_B1 +LQ05X025570 Protein PIR 11.23385141 C6_chemical_B2 +LQ05X025570 Protein PIR 10.62685164 C6_chemical_B3 +LQ05X025570 Protein PIR 10.96122215 C6_chemical_C1 +LQ05X025570 Protein PIR 10.9312274 C6_chemical_C2 +LQ05X025570 Protein PIR 10.40545037 C6_chemical_C3 +LQ05X025570 Protein PIR 10.6504647 L4_control_A1 +LQ05X025570 Protein PIR 10.41612698 L4_control_A2 +LQ05X025570 Protein PIR 8.504125213 L4_control_A3 +LQ05X025570 Protein PIR 11.16043105 L4_control_B1 +LQ05X025570 Protein PIR 9.991925959 L4_control_B2 +LQ05X025570 Protein PIR 10.75137629 L4_control_B3 +LQ05X025570 Protein PIR 10.13119414 L4_control_C2 +LQ05X025570 Protein PIR 9.739558191 L4_control_C3 +LQ05X025570 Protein PIR 10.43590161 L4_chemical_A1 +LQ05X025570 Protein PIR 10.33732735 L4_chemical_A2 +LQ05X025570 Protein PIR 9.255784127 L4_chemical_A3 +LQ05X025570 Protein PIR 10.22197518 L4_chemical_B1 +LQ05X025570 Protein PIR 10.17342996 L4_chemical_B2 +LQ05X025570 Protein PIR 10.87223763 L4_chemical_B3 +LQ05X025570 Protein PIR 10.14146974 L4_chemical_C2 +LQ05X025570 Protein PIR 10.12150428 L4_chemical_C3 +LQ05X025580 Protein PIR 4.853741766 C6_control_A1 +LQ05X025580 Protein PIR 4.980010918 C6_control_A3 +LQ05X025580 Protein PIR 5.073339701 C6_control_B1 +LQ05X025580 Protein PIR 4.665671496 C6_control_B2 +LQ05X025580 Protein PIR 5.2415639 C6_control_B3 +LQ05X025580 Protein PIR 4.912370319 C6_control_C1 +LQ05X025580 Protein PIR 4.757978818 C6_control_C2 +LQ05X025580 Protein PIR 4.777728386 C6_control_C3 +LQ05X025580 Protein PIR 4.814173252 C6_chemical_A1 +LQ05X025580 Protein PIR 4.79167341 C6_chemical_A3 +LQ05X025580 Protein PIR 5.396536137 C6_chemical_B1 +LQ05X025580 Protein PIR 4.753816977 C6_chemical_B2 +LQ05X025580 Protein PIR 5.129550359 C6_chemical_B3 +LQ05X025580 Protein PIR 5.20346913 C6_chemical_C1 +LQ05X025580 Protein PIR 4.866242261 C6_chemical_C2 +LQ05X025580 Protein PIR 4.882115163 C6_chemical_C3 +LQ05X025580 Protein PIR 4.811519749 L4_control_A1 +LQ05X025580 Protein PIR 5.36855044 L4_control_A2 +LQ05X025580 Protein PIR 5.214561537 L4_control_A3 +LQ05X025580 Protein PIR 5.363571329 L4_control_B1 +LQ05X025580 Protein PIR 5.15092426 L4_control_B2 +LQ05X025580 Protein PIR 5.071572639 L4_control_B3 +LQ05X025580 Protein PIR 4.972802144 L4_control_C2 +LQ05X025580 Protein PIR 5.659285243 L4_control_C3 +LQ05X025580 Protein PIR 4.959999093 L4_chemical_A1 +LQ05X025580 Protein PIR 4.971244711 L4_chemical_A2 +LQ05X025580 Protein PIR 5.137795126 L4_chemical_A3 +LQ05X025580 Protein PIR 5.081647038 L4_chemical_B1 +LQ05X025580 Protein PIR 5.010271617 L4_chemical_B2 +LQ05X025580 Protein PIR 5.009015414 L4_chemical_B3 +LQ05X025580 Protein PIR 6.232263075 L4_chemical_C2 +LQ05X025580 Protein PIR 5.098088888 L4_chemical_C3 +LQ05X025640 GDSL esterase/lipase At5g33370 14.32697127 C6_control_A1 +LQ05X025640 GDSL esterase/lipase At5g33370 13.15237189 C6_control_A3 +LQ05X025640 GDSL esterase/lipase At5g33370 15.55626598 C6_control_B1 +LQ05X025640 GDSL esterase/lipase At5g33370 14.97109828 C6_control_B2 +LQ05X025640 GDSL esterase/lipase At5g33370 15.64031841 C6_control_B3 +LQ05X025640 GDSL esterase/lipase At5g33370 6.452795671 C6_control_C1 +LQ05X025640 GDSL esterase/lipase At5g33370 5.76465154 C6_control_C2 +LQ05X025640 GDSL esterase/lipase At5g33370 7.705304198 C6_control_C3 +LQ05X025640 GDSL esterase/lipase At5g33370 13.96636201 C6_chemical_A1 +LQ05X025640 GDSL esterase/lipase At5g33370 13.21508411 C6_chemical_A3 +LQ05X025640 GDSL esterase/lipase At5g33370 15.63194652 C6_chemical_B1 +LQ05X025640 GDSL esterase/lipase At5g33370 15.20811199 C6_chemical_B2 +LQ05X025640 GDSL esterase/lipase At5g33370 15.3156651 C6_chemical_B3 +LQ05X025640 GDSL esterase/lipase At5g33370 6.722500965 C6_chemical_C1 +LQ05X025640 GDSL esterase/lipase At5g33370 6.394323088 C6_chemical_C2 +LQ05X025640 GDSL esterase/lipase At5g33370 8.243581616 C6_chemical_C3 +LQ05X025640 GDSL esterase/lipase At5g33370 13.53857915 L4_control_A1 +LQ05X025640 GDSL esterase/lipase At5g33370 14.49896153 L4_control_A2 +LQ05X025640 GDSL esterase/lipase At5g33370 14.3124493 L4_control_A3 +LQ05X025640 GDSL esterase/lipase At5g33370 15.60403024 L4_control_B1 +LQ05X025640 GDSL esterase/lipase At5g33370 15.61051481 L4_control_B2 +LQ05X025640 GDSL esterase/lipase At5g33370 14.11590176 L4_control_B3 +LQ05X025640 GDSL esterase/lipase At5g33370 7.492117451 L4_control_C2 +LQ05X025640 GDSL esterase/lipase At5g33370 6.422337452 L4_control_C3 +LQ05X025640 GDSL esterase/lipase At5g33370 12.69408661 L4_chemical_A1 +LQ05X025640 GDSL esterase/lipase At5g33370 14.46556217 L4_chemical_A2 +LQ05X025640 GDSL esterase/lipase At5g33370 13.73118707 L4_chemical_A3 +LQ05X025640 GDSL esterase/lipase At5g33370 15.27655029 L4_chemical_B1 +LQ05X025640 GDSL esterase/lipase At5g33370 14.96462872 L4_chemical_B2 +LQ05X025640 GDSL esterase/lipase At5g33370 15.58957764 L4_chemical_B3 +LQ05X025640 GDSL esterase/lipase At5g33370 8.414485603 L4_chemical_C2 +LQ05X025640 GDSL esterase/lipase At5g33370 6.674840961 L4_chemical_C3 +LQ05X025650 GDSL esterase/lipase LTL1 15.16061483 C6_control_A1 +LQ05X025650 GDSL esterase/lipase LTL1 14.19558723 C6_control_A3 +LQ05X025650 GDSL esterase/lipase LTL1 14.96898652 C6_control_B1 +LQ05X025650 GDSL esterase/lipase LTL1 13.25379694 C6_control_B2 +LQ05X025650 GDSL esterase/lipase LTL1 14.19389412 C6_control_B3 +LQ05X025650 GDSL esterase/lipase LTL1 5.406607942 C6_control_C1 +LQ05X025650 GDSL esterase/lipase LTL1 5.383906992 C6_control_C2 +LQ05X025650 GDSL esterase/lipase LTL1 5.837926615 C6_control_C3 +LQ05X025650 GDSL esterase/lipase LTL1 15.03286618 C6_chemical_A1 +LQ05X025650 GDSL esterase/lipase LTL1 14.56093329 C6_chemical_A3 +LQ05X025650 GDSL esterase/lipase LTL1 14.73546822 C6_chemical_B1 +LQ05X025650 GDSL esterase/lipase LTL1 13.27079704 C6_chemical_B2 +LQ05X025650 GDSL esterase/lipase LTL1 14.29260417 C6_chemical_B3 +LQ05X025650 GDSL esterase/lipase LTL1 5.357760392 C6_chemical_C1 +LQ05X025650 GDSL esterase/lipase LTL1 5.274124001 C6_chemical_C2 +LQ05X025650 GDSL esterase/lipase LTL1 6.636807536 C6_chemical_C3 +LQ05X025650 GDSL esterase/lipase LTL1 15.01809795 L4_control_A1 +LQ05X025650 GDSL esterase/lipase LTL1 15.15886337 L4_control_A2 +LQ05X025650 GDSL esterase/lipase LTL1 14.77282325 L4_control_A3 +LQ05X025650 GDSL esterase/lipase LTL1 13.05522078 L4_control_B1 +LQ05X025650 GDSL esterase/lipase LTL1 15.12133899 L4_control_B2 +LQ05X025650 GDSL esterase/lipase LTL1 10.51789385 L4_control_B3 +LQ05X025650 GDSL esterase/lipase LTL1 5.238386311 L4_control_C2 +LQ05X025650 GDSL esterase/lipase LTL1 5.120128051 L4_control_C3 +LQ05X025650 GDSL esterase/lipase LTL1 13.87735596 L4_chemical_A1 +LQ05X025650 GDSL esterase/lipase LTL1 14.25498882 L4_chemical_A2 +LQ05X025650 GDSL esterase/lipase LTL1 14.51998343 L4_chemical_A3 +LQ05X025650 GDSL esterase/lipase LTL1 14.78070414 L4_chemical_B1 +LQ05X025650 GDSL esterase/lipase LTL1 14.80811155 L4_chemical_B2 +LQ05X025650 GDSL esterase/lipase LTL1 14.63186525 L4_chemical_B3 +LQ05X025650 GDSL esterase/lipase LTL1 5.752959822 L4_chemical_C2 +LQ05X025650 GDSL esterase/lipase LTL1 5.239030931 L4_chemical_C3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.613402004 C6_control_A1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.351638455 C6_control_A3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.706487686 C6_control_B1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.520357556 C6_control_B2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.947301083 C6_control_B3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 5.848952546 C6_control_C1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.208314678 C6_control_C2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.406664541 C6_control_C3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.275402641 C6_chemical_A1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.614747803 C6_chemical_A3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 7.114887288 C6_chemical_B1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.702583979 C6_chemical_B2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.681397624 C6_chemical_B3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.248845602 C6_chemical_C1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.306119989 C6_chemical_C2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.446969603 C6_chemical_C3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.45065896 L4_control_A1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 7.045290983 L4_control_A2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.97056952 L4_control_A3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 8.132940185 L4_control_B1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 7.516407388 L4_control_B2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.74311214 L4_control_B3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 7.271554375 L4_control_C2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.314407732 L4_control_C3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.637671689 L4_chemical_A1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.977589359 L4_chemical_A2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.657850121 L4_chemical_A3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 7.60588073 L4_chemical_B1 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 7.748182062 L4_chemical_B2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 7.048216104 L4_chemical_B3 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 7.843467681 L4_chemical_C2 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.772802571 L4_chemical_C3 +LQ05X025680 Putative Translational activator GCN1 6.20869803 C6_control_A1 +LQ05X025680 Putative Translational activator GCN1 6.421405046 C6_control_A3 +LQ05X025680 Putative Translational activator GCN1 5.40665088 C6_control_B1 +LQ05X025680 Putative Translational activator GCN1 5.343741223 C6_control_B2 +LQ05X025680 Putative Translational activator GCN1 5.325186196 C6_control_B3 +LQ05X025680 Putative Translational activator GCN1 5.331653494 C6_control_C1 +LQ05X025680 Putative Translational activator GCN1 5.378569669 C6_control_C2 +LQ05X025680 Putative Translational activator GCN1 5.234111503 C6_control_C3 +LQ05X025680 Putative Translational activator GCN1 5.795457703 C6_chemical_A1 +LQ05X025680 Putative Translational activator GCN1 5.610970245 C6_chemical_A3 +LQ05X025680 Putative Translational activator GCN1 4.884309351 C6_chemical_B1 +LQ05X025680 Putative Translational activator GCN1 5.139566984 C6_chemical_B2 +LQ05X025680 Putative Translational activator GCN1 5.431697786 C6_chemical_B3 +LQ05X025680 Putative Translational activator GCN1 5.270765533 C6_chemical_C1 +LQ05X025680 Putative Translational activator GCN1 4.785741543 C6_chemical_C2 +LQ05X025680 Putative Translational activator GCN1 5.342893866 C6_chemical_C3 +LQ05X025680 Putative Translational activator GCN1 4.732257296 L4_control_A1 +LQ05X025680 Putative Translational activator GCN1 5.683525605 L4_control_A2 +LQ05X025680 Putative Translational activator GCN1 6.050959613 L4_control_A3 +LQ05X025680 Putative Translational activator GCN1 6.282788851 L4_control_B1 +LQ05X025680 Putative Translational activator GCN1 5.652184155 L4_control_B2 +LQ05X025680 Putative Translational activator GCN1 5.008685257 L4_control_B3 +LQ05X025680 Putative Translational activator GCN1 6.503568229 L4_control_C2 +LQ05X025680 Putative Translational activator GCN1 5.842034735 L4_control_C3 +LQ05X025680 Putative Translational activator GCN1 5.213943185 L4_chemical_A1 +LQ05X025680 Putative Translational activator GCN1 5.56978825 L4_chemical_A2 +LQ05X025680 Putative Translational activator GCN1 6.067719126 L4_chemical_A3 +LQ05X025680 Putative Translational activator GCN1 6.32704274 L4_chemical_B1 +LQ05X025680 Putative Translational activator GCN1 5.634670965 L4_chemical_B2 +LQ05X025680 Putative Translational activator GCN1 5.10219417 L4_chemical_B3 +LQ05X025680 Putative Translational activator GCN1 6.464122664 L4_chemical_C2 +LQ05X025680 Putative Translational activator GCN1 6.101592111 L4_chemical_C3 +LQ05X025690 Putative uncharacterized protein 6.00494984 C6_control_A1 +LQ05X025690 Putative uncharacterized protein 6.380424664 C6_control_A3 +LQ05X025690 Putative uncharacterized protein 6.193606584 C6_control_B1 +LQ05X025690 Putative uncharacterized protein 6.125331587 C6_control_B2 +LQ05X025690 Putative uncharacterized protein 6.64829032 C6_control_B3 +LQ05X025690 Putative uncharacterized protein 5.535042093 C6_control_C1 +LQ05X025690 Putative uncharacterized protein 5.403296691 C6_control_C2 +LQ05X025690 Putative uncharacterized protein 5.691688425 C6_control_C3 +LQ05X025690 Putative uncharacterized protein 6.189925059 C6_chemical_A1 +LQ05X025690 Putative uncharacterized protein 5.964554998 C6_chemical_A3 +LQ05X025690 Putative uncharacterized protein 6.828550336 C6_chemical_B1 +LQ05X025690 Putative uncharacterized protein 6.050909516 C6_chemical_B2 +LQ05X025690 Putative uncharacterized protein 6.674735733 C6_chemical_B3 +LQ05X025690 Putative uncharacterized protein 5.313516812 C6_chemical_C1 +LQ05X025690 Putative uncharacterized protein 5.940619678 C6_chemical_C2 +LQ05X025690 Putative uncharacterized protein 5.356213875 C6_chemical_C3 +LQ05X025690 Putative uncharacterized protein 6.107713678 L4_control_A1 +LQ05X025690 Putative uncharacterized protein 5.513150581 L4_control_A2 +LQ05X025690 Putative uncharacterized protein 5.373782236 L4_control_A3 +LQ05X025690 Putative uncharacterized protein 5.760729162 L4_control_B1 +LQ05X025690 Putative uncharacterized protein 5.910584772 L4_control_B2 +LQ05X025690 Putative uncharacterized protein 6.000916195 L4_control_B3 +LQ05X025690 Putative uncharacterized protein 5.362734497 L4_control_C2 +LQ05X025690 Putative uncharacterized protein 5.832551068 L4_control_C3 +LQ05X025690 Putative uncharacterized protein 5.605828821 L4_chemical_A1 +LQ05X025690 Putative uncharacterized protein 5.848122736 L4_chemical_A2 +LQ05X025690 Putative uncharacterized protein 5.348967161 L4_chemical_A3 +LQ05X025690 Putative uncharacterized protein 6.373767156 L4_chemical_B1 +LQ05X025690 Putative uncharacterized protein 6.401357919 L4_chemical_B2 +LQ05X025690 Putative uncharacterized protein 6.045420719 L4_chemical_B3 +LQ05X025690 Putative uncharacterized protein 5.181257785 L4_chemical_C2 +LQ05X025690 Putative uncharacterized protein 5.286125025 L4_chemical_C3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.0452558 C6_control_A1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.49524634 C6_control_A3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 10.77694136 C6_control_B1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.11443998 C6_control_B2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 11.21435582 C6_control_B3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.09676399 C6_control_C1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.63405832 C6_control_C2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.69394769 C6_control_C3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 11.47455862 C6_chemical_A1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 11.77148579 C6_chemical_A3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 10.30314837 C6_chemical_B1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.0787749 C6_chemical_B2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 11.19955674 C6_chemical_B3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.28536857 C6_chemical_C1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.73540941 C6_chemical_C2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 13.30346088 C6_chemical_C3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.41808376 L4_control_A1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.00650441 L4_control_A2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.40805175 L4_control_A3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 11.92920957 L4_control_B1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 10.07149803 L4_control_B2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.30825133 L4_control_B3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 11.10873703 L4_control_C2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 11.66524088 L4_control_C3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.61283983 L4_chemical_A1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.25524811 L4_chemical_A2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 13.02613973 L4_chemical_A3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 10.87526806 L4_chemical_B1 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 10.45082412 L4_chemical_B2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.17568759 L4_chemical_B3 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 10.82219025 L4_chemical_C2 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 12.03731235 L4_chemical_C3 +LQ05X025780 Putative uncharacterized protein 10.25559456 C6_control_A1 +LQ05X025780 Putative uncharacterized protein 9.935334816 C6_control_A3 +LQ05X025780 Putative uncharacterized protein 10.89527566 C6_control_B1 +LQ05X025780 Putative uncharacterized protein 11.28672871 C6_control_B2 +LQ05X025780 Putative uncharacterized protein 11.0505709 C6_control_B3 +LQ05X025780 Putative uncharacterized protein 12.49733015 C6_control_C1 +LQ05X025780 Putative uncharacterized protein 12.08615497 C6_control_C2 +LQ05X025780 Putative uncharacterized protein 12.37530259 C6_control_C3 +LQ05X025780 Putative uncharacterized protein 10.48240712 C6_chemical_A1 +LQ05X025780 Putative uncharacterized protein 10.53721973 C6_chemical_A3 +LQ05X025780 Putative uncharacterized protein 11.21017875 C6_chemical_B1 +LQ05X025780 Putative uncharacterized protein 11.01236372 C6_chemical_B2 +LQ05X025780 Putative uncharacterized protein 11.13023596 C6_chemical_B3 +LQ05X025780 Putative uncharacterized protein 12.25113362 C6_chemical_C1 +LQ05X025780 Putative uncharacterized protein 12.33920728 C6_chemical_C2 +LQ05X025780 Putative uncharacterized protein 12.48406831 C6_chemical_C3 +LQ05X025780 Putative uncharacterized protein 10.28423077 L4_control_A1 +LQ05X025780 Putative uncharacterized protein 10.65161419 L4_control_A2 +LQ05X025780 Putative uncharacterized protein 10.73594942 L4_control_A3 +LQ05X025780 Putative uncharacterized protein 11.26780039 L4_control_B1 +LQ05X025780 Putative uncharacterized protein 11.58181224 L4_control_B2 +LQ05X025780 Putative uncharacterized protein 11.52215823 L4_control_B3 +LQ05X025780 Putative uncharacterized protein 13.47440382 L4_control_C2 +LQ05X025780 Putative uncharacterized protein 12.93159115 L4_control_C3 +LQ05X025780 Putative uncharacterized protein 10.23158374 L4_chemical_A1 +LQ05X025780 Putative uncharacterized protein 11.03528209 L4_chemical_A2 +LQ05X025780 Putative uncharacterized protein 10.35264525 L4_chemical_A3 +LQ05X025780 Putative uncharacterized protein 11.00358467 L4_chemical_B1 +LQ05X025780 Putative uncharacterized protein 11.53868218 L4_chemical_B2 +LQ05X025780 Putative uncharacterized protein 10.38253157 L4_chemical_B3 +LQ05X025780 Putative uncharacterized protein 13.05364857 L4_chemical_C2 +LQ05X025780 Putative uncharacterized protein 12.60301884 L4_chemical_C3 +LQ05X025800 Glycogenin, putative 11.47306194 C6_control_A1 +LQ05X025800 Glycogenin, putative 11.64961598 C6_control_A3 +LQ05X025800 Glycogenin, putative 11.93233898 C6_control_B1 +LQ05X025800 Glycogenin, putative 11.63270082 C6_control_B2 +LQ05X025800 Glycogenin, putative 11.46921807 C6_control_B3 +LQ05X025800 Glycogenin, putative 11.59306664 C6_control_C1 +LQ05X025800 Glycogenin, putative 11.5878488 C6_control_C2 +LQ05X025800 Glycogenin, putative 11.86182054 C6_control_C3 +LQ05X025800 Glycogenin, putative 11.48881013 C6_chemical_A1 +LQ05X025800 Glycogenin, putative 11.39388809 C6_chemical_A3 +LQ05X025800 Glycogenin, putative 11.88244724 C6_chemical_B1 +LQ05X025800 Glycogenin, putative 11.42984713 C6_chemical_B2 +LQ05X025800 Glycogenin, putative 11.36958916 C6_chemical_B3 +LQ05X025800 Glycogenin, putative 11.55994529 C6_chemical_C1 +LQ05X025800 Glycogenin, putative 11.68675547 C6_chemical_C2 +LQ05X025800 Glycogenin, putative 12.04203523 C6_chemical_C3 +LQ05X025800 Glycogenin, putative 11.16526687 L4_control_A1 +LQ05X025800 Glycogenin, putative 10.97452784 L4_control_A2 +LQ05X025800 Glycogenin, putative 10.81111727 L4_control_A3 +LQ05X025800 Glycogenin, putative 11.32167066 L4_control_B1 +LQ05X025800 Glycogenin, putative 11.08986659 L4_control_B2 +LQ05X025800 Glycogenin, putative 11.22958931 L4_control_B3 +LQ05X025800 Glycogenin, putative 11.14757074 L4_control_C2 +LQ05X025800 Glycogenin, putative 10.83794297 L4_control_C3 +LQ05X025800 Glycogenin, putative 11.05775278 L4_chemical_A1 +LQ05X025800 Glycogenin, putative 10.67080403 L4_chemical_A2 +LQ05X025800 Glycogenin, putative 10.83102717 L4_chemical_A3 +LQ05X025800 Glycogenin, putative 11.61997684 L4_chemical_B1 +LQ05X025800 Glycogenin, putative 11.08715183 L4_chemical_B2 +LQ05X025800 Glycogenin, putative 11.27298213 L4_chemical_B3 +LQ05X025800 Glycogenin, putative 11.22348095 L4_chemical_C2 +LQ05X025800 Glycogenin, putative 10.8059285 L4_chemical_C3 +LQ05X025820 Putative disease resistance protein RGA1 4.981679945 C6_control_A1 +LQ05X025820 Putative disease resistance protein RGA1 5.382185055 C6_control_A3 +LQ05X025820 Putative disease resistance protein RGA1 4.901970061 C6_control_B1 +LQ05X025820 Putative disease resistance protein RGA1 4.859189311 C6_control_B2 +LQ05X025820 Putative disease resistance protein RGA1 4.934743504 C6_control_B3 +LQ05X025820 Putative disease resistance protein RGA1 5.148642065 C6_control_C1 +LQ05X025820 Putative disease resistance protein RGA1 4.992792818 C6_control_C2 +LQ05X025820 Putative disease resistance protein RGA1 5.082402138 C6_control_C3 +LQ05X025820 Putative disease resistance protein RGA1 5.045154594 C6_chemical_A1 +LQ05X025820 Putative disease resistance protein RGA1 5.013467317 C6_chemical_A3 +LQ05X025820 Putative disease resistance protein RGA1 5.438743152 C6_chemical_B1 +LQ05X025820 Putative disease resistance protein RGA1 4.891733306 C6_chemical_B2 +LQ05X025820 Putative disease resistance protein RGA1 4.691107979 C6_chemical_B3 +LQ05X025820 Putative disease resistance protein RGA1 4.999350456 C6_chemical_C1 +LQ05X025820 Putative disease resistance protein RGA1 5.132909279 C6_chemical_C2 +LQ05X025820 Putative disease resistance protein RGA1 5.176532044 C6_chemical_C3 +LQ05X025820 Putative disease resistance protein RGA1 5.043444951 L4_control_A1 +LQ05X025820 Putative disease resistance protein RGA1 5.127878177 L4_control_A2 +LQ05X025820 Putative disease resistance protein RGA1 4.966930922 L4_control_A3 +LQ05X025820 Putative disease resistance protein RGA1 5.09752773 L4_control_B1 +LQ05X025820 Putative disease resistance protein RGA1 4.853927718 L4_control_B2 +LQ05X025820 Putative disease resistance protein RGA1 4.761492924 L4_control_B3 +LQ05X025820 Putative disease resistance protein RGA1 5.465431849 L4_control_C2 +LQ05X025820 Putative disease resistance protein RGA1 5.163868394 L4_control_C3 +LQ05X025820 Putative disease resistance protein RGA1 4.870091421 L4_chemical_A1 +LQ05X025820 Putative disease resistance protein RGA1 5.019486877 L4_chemical_A2 +LQ05X025820 Putative disease resistance protein RGA1 4.877091517 L4_chemical_A3 +LQ05X025820 Putative disease resistance protein RGA1 5.545176169 L4_chemical_B1 +LQ05X025820 Putative disease resistance protein RGA1 4.756766899 L4_chemical_B2 +LQ05X025820 Putative disease resistance protein RGA1 4.767451846 L4_chemical_B3 +LQ05X025820 Putative disease resistance protein RGA1 4.945126834 L4_chemical_C2 +LQ05X025820 Putative disease resistance protein RGA1 5.476240847 L4_chemical_C3 +LQ05X025830 Hypothetical protein 5.48979065 C6_control_A1 +LQ05X025830 Hypothetical protein 5.210394895 C6_control_A3 +LQ05X025830 Hypothetical protein 6.030749202 C6_control_B1 +LQ05X025830 Hypothetical protein 5.84505199 C6_control_B2 +LQ05X025830 Hypothetical protein 5.83299197 C6_control_B3 +LQ05X025830 Hypothetical protein 5.956189287 C6_control_C1 +LQ05X025830 Hypothetical protein 5.658333516 C6_control_C2 +LQ05X025830 Hypothetical protein 5.993175227 C6_control_C3 +LQ05X025830 Hypothetical protein 5.258302317 C6_chemical_A1 +LQ05X025830 Hypothetical protein 5.669476403 C6_chemical_A3 +LQ05X025830 Hypothetical protein 5.736042956 C6_chemical_B1 +LQ05X025830 Hypothetical protein 5.872333107 C6_chemical_B2 +LQ05X025830 Hypothetical protein 5.311354205 C6_chemical_B3 +LQ05X025830 Hypothetical protein 6.115854268 C6_chemical_C1 +LQ05X025830 Hypothetical protein 5.960924413 C6_chemical_C2 +LQ05X025830 Hypothetical protein 6.714251273 C6_chemical_C3 +LQ05X025830 Hypothetical protein 5.624901334 L4_control_A1 +LQ05X025830 Hypothetical protein 5.290939122 L4_control_A2 +LQ05X025830 Hypothetical protein 5.329428963 L4_control_A3 +LQ05X025830 Hypothetical protein 5.43514589 L4_control_B1 +LQ05X025830 Hypothetical protein 5.211629263 L4_control_B2 +LQ05X025830 Hypothetical protein 5.80893001 L4_control_B3 +LQ05X025830 Hypothetical protein 5.591153581 L4_control_C2 +LQ05X025830 Hypothetical protein 5.407606056 L4_control_C3 +LQ05X025830 Hypothetical protein 5.998437937 L4_chemical_A1 +LQ05X025830 Hypothetical protein 5.853093638 L4_chemical_A2 +LQ05X025830 Hypothetical protein 5.821927509 L4_chemical_A3 +LQ05X025830 Hypothetical protein 5.339177849 L4_chemical_B1 +LQ05X025830 Hypothetical protein 5.912409959 L4_chemical_B2 +LQ05X025830 Hypothetical protein 5.312642214 L4_chemical_B3 +LQ05X025830 Hypothetical protein 5.463440863 L4_chemical_C2 +LQ05X025830 Hypothetical protein 6.635636816 L4_chemical_C3 +LQ05X025920 Putative uncharacterized protein 5.105775897 C6_control_A1 +LQ05X025920 Putative uncharacterized protein 4.866820763 C6_control_A3 +LQ05X025920 Putative uncharacterized protein 4.704057305 C6_control_B1 +LQ05X025920 Putative uncharacterized protein 4.548007448 C6_control_B2 +LQ05X025920 Putative uncharacterized protein 4.779358592 C6_control_B3 +LQ05X025920 Putative uncharacterized protein 4.4003912 C6_control_C1 +LQ05X025920 Putative uncharacterized protein 4.572258014 C6_control_C2 +LQ05X025920 Putative uncharacterized protein 4.357686655 C6_control_C3 +LQ05X025920 Putative uncharacterized protein 5.005312438 C6_chemical_A1 +LQ05X025920 Putative uncharacterized protein 4.821876972 C6_chemical_A3 +LQ05X025920 Putative uncharacterized protein 4.928520337 C6_chemical_B1 +LQ05X025920 Putative uncharacterized protein 4.507808458 C6_chemical_B2 +LQ05X025920 Putative uncharacterized protein 4.724888322 C6_chemical_B3 +LQ05X025920 Putative uncharacterized protein 4.549253285 C6_chemical_C1 +LQ05X025920 Putative uncharacterized protein 4.493821361 C6_chemical_C2 +LQ05X025920 Putative uncharacterized protein 4.515347728 C6_chemical_C3 +LQ05X025920 Putative uncharacterized protein 4.689507323 L4_control_A1 +LQ05X025920 Putative uncharacterized protein 4.813287079 L4_control_A2 +LQ05X025920 Putative uncharacterized protein 5.248907153 L4_control_A3 +LQ05X025920 Putative uncharacterized protein 4.896842645 L4_control_B1 +LQ05X025920 Putative uncharacterized protein 5.163004907 L4_control_B2 +LQ05X025920 Putative uncharacterized protein 4.376878323 L4_control_B3 +LQ05X025920 Putative uncharacterized protein 4.899621284 L4_control_C2 +LQ05X025920 Putative uncharacterized protein 4.590623521 L4_control_C3 +LQ05X025920 Putative uncharacterized protein 4.798841789 L4_chemical_A1 +LQ05X025920 Putative uncharacterized protein 4.777197144 L4_chemical_A2 +LQ05X025920 Putative uncharacterized protein 5.225500917 L4_chemical_A3 +LQ05X025920 Putative uncharacterized protein 5.006857839 L4_chemical_B1 +LQ05X025920 Putative uncharacterized protein 5.068132895 L4_chemical_B2 +LQ05X025920 Putative uncharacterized protein 4.656208378 L4_chemical_B3 +LQ05X025920 Putative uncharacterized protein 4.591042457 L4_chemical_C2 +LQ05X025920 Putative uncharacterized protein 4.728304252 L4_chemical_C3 +LQ05X025930 Predicted protein 12.93973773 C6_control_A1 +LQ05X025930 Predicted protein 12.70178663 C6_control_A3 +LQ05X025930 Predicted protein 13.04141879 C6_control_B1 +LQ05X025930 Predicted protein 13.69243395 C6_control_B2 +LQ05X025930 Predicted protein 13.28264759 C6_control_B3 +LQ05X025930 Predicted protein 14.04696035 C6_control_C1 +LQ05X025930 Predicted protein 14.21787793 C6_control_C2 +LQ05X025930 Predicted protein 14.27805277 C6_control_C3 +LQ05X025930 Predicted protein 13.14832539 C6_chemical_A1 +LQ05X025930 Predicted protein 12.69946387 C6_chemical_A3 +LQ05X025930 Predicted protein 13.29326582 C6_chemical_B1 +LQ05X025930 Predicted protein 13.65501048 C6_chemical_B2 +LQ05X025930 Predicted protein 13.55544531 C6_chemical_B3 +LQ05X025930 Predicted protein 13.9923996 C6_chemical_C1 +LQ05X025930 Predicted protein 14.06059302 C6_chemical_C2 +LQ05X025930 Predicted protein 14.53234822 C6_chemical_C3 +LQ05X025930 Predicted protein 12.5735012 L4_control_A1 +LQ05X025930 Predicted protein 13.03861707 L4_control_A2 +LQ05X025930 Predicted protein 13.00180318 L4_control_A3 +LQ05X025930 Predicted protein 13.70265672 L4_control_B1 +LQ05X025930 Predicted protein 13.24811589 L4_control_B2 +LQ05X025930 Predicted protein 14.30083346 L4_control_B3 +LQ05X025930 Predicted protein 14.00268216 L4_control_C2 +LQ05X025930 Predicted protein 14.36020524 L4_control_C3 +LQ05X025930 Predicted protein 13.66449497 L4_chemical_A1 +LQ05X025930 Predicted protein 14.1445641 L4_chemical_A2 +LQ05X025930 Predicted protein 13.25618585 L4_chemical_A3 +LQ05X025930 Predicted protein 13.70231538 L4_chemical_B1 +LQ05X025930 Predicted protein 13.58712786 L4_chemical_B2 +LQ05X025930 Predicted protein 13.53526669 L4_chemical_B3 +LQ05X025930 Predicted protein 14.11760307 L4_chemical_C2 +LQ05X025930 Predicted protein 14.19702512 L4_chemical_C3 +LQ05X025940 Hypothetical protein 4.790979487 C6_control_A1 +LQ05X025940 Hypothetical protein 4.874127074 C6_control_A3 +LQ05X025940 Hypothetical protein 5.165968746 C6_control_B1 +LQ05X025940 Hypothetical protein 4.925689875 C6_control_B2 +LQ05X025940 Hypothetical protein 5.114816766 C6_control_B3 +LQ05X025940 Hypothetical protein 4.852970271 C6_control_C1 +LQ05X025940 Hypothetical protein 4.735849933 C6_control_C2 +LQ05X025940 Hypothetical protein 4.906335495 C6_control_C3 +LQ05X025940 Hypothetical protein 4.857329754 C6_chemical_A1 +LQ05X025940 Hypothetical protein 4.924117488 C6_chemical_A3 +LQ05X025940 Hypothetical protein 4.96141822 C6_chemical_B1 +LQ05X025940 Hypothetical protein 4.738966492 C6_chemical_B2 +LQ05X025940 Hypothetical protein 4.812289466 C6_chemical_B3 +LQ05X025940 Hypothetical protein 4.703189632 C6_chemical_C1 +LQ05X025940 Hypothetical protein 4.852652509 C6_chemical_C2 +LQ05X025940 Hypothetical protein 4.831789615 C6_chemical_C3 +LQ05X025940 Hypothetical protein 5.038862265 L4_control_A1 +LQ05X025940 Hypothetical protein 5.277998045 L4_control_A2 +LQ05X025940 Hypothetical protein 4.85246229 L4_control_A3 +LQ05X025940 Hypothetical protein 5.965455885 L4_control_B1 +LQ05X025940 Hypothetical protein 5.690014218 L4_control_B2 +LQ05X025940 Hypothetical protein 4.805580995 L4_control_B3 +LQ05X025940 Hypothetical protein 5.579581674 L4_control_C2 +LQ05X025940 Hypothetical protein 5.247259201 L4_control_C3 +LQ05X025940 Hypothetical protein 5.142459168 L4_chemical_A1 +LQ05X025940 Hypothetical protein 5.268535056 L4_chemical_A2 +LQ05X025940 Hypothetical protein 4.756790924 L4_chemical_A3 +LQ05X025940 Hypothetical protein 5.063444233 L4_chemical_B1 +LQ05X025940 Hypothetical protein 5.024761816 L4_chemical_B2 +LQ05X025940 Hypothetical protein 4.964578435 L4_chemical_B3 +LQ05X025940 Hypothetical protein 4.957860437 L4_chemical_C2 +LQ05X025940 Hypothetical protein 4.836115471 L4_chemical_C3 +LQ05X026080 Putative uncharacterized protein 5.24909002 C6_control_A1 +LQ05X026080 Putative uncharacterized protein 5.15685636 C6_control_A3 +LQ05X026080 Putative uncharacterized protein 5.137288601 C6_control_B1 +LQ05X026080 Putative uncharacterized protein 5.364372033 C6_control_B2 +LQ05X026080 Putative uncharacterized protein 5.378621705 C6_control_B3 +LQ05X026080 Putative uncharacterized protein 5.566036572 C6_control_C1 +LQ05X026080 Putative uncharacterized protein 5.147410815 C6_control_C2 +LQ05X026080 Putative uncharacterized protein 5.796919822 C6_control_C3 +LQ05X026080 Putative uncharacterized protein 5.328929573 C6_chemical_A1 +LQ05X026080 Putative uncharacterized protein 5.558498827 C6_chemical_A3 +LQ05X026080 Putative uncharacterized protein 5.434498587 C6_chemical_B1 +LQ05X026080 Putative uncharacterized protein 5.186775372 C6_chemical_B2 +LQ05X026080 Putative uncharacterized protein 5.659818008 C6_chemical_B3 +LQ05X026080 Putative uncharacterized protein 5.310132205 C6_chemical_C1 +LQ05X026080 Putative uncharacterized protein 5.456925471 C6_chemical_C2 +LQ05X026080 Putative uncharacterized protein 5.469535705 C6_chemical_C3 +LQ05X026080 Putative uncharacterized protein 5.380946811 L4_control_A1 +LQ05X026080 Putative uncharacterized protein 5.181136372 L4_control_A2 +LQ05X026080 Putative uncharacterized protein 5.463870168 L4_control_A3 +LQ05X026080 Putative uncharacterized protein 4.783074507 L4_control_B1 +LQ05X026080 Putative uncharacterized protein 5.166883329 L4_control_B2 +LQ05X026080 Putative uncharacterized protein 4.933271212 L4_control_B3 +LQ05X026080 Putative uncharacterized protein 5.369415708 L4_control_C2 +LQ05X026080 Putative uncharacterized protein 4.801988236 L4_control_C3 +LQ05X026080 Putative uncharacterized protein 5.198451991 L4_chemical_A1 +LQ05X026080 Putative uncharacterized protein 5.502795198 L4_chemical_A2 +LQ05X026080 Putative uncharacterized protein 5.714531476 L4_chemical_A3 +LQ05X026080 Putative uncharacterized protein 5.319159676 L4_chemical_B1 +LQ05X026080 Putative uncharacterized protein 5.395850286 L4_chemical_B2 +LQ05X026080 Putative uncharacterized protein 4.945042056 L4_chemical_B3 +LQ05X026080 Putative uncharacterized protein 5.33630343 L4_chemical_C2 +LQ05X026080 Putative uncharacterized protein 4.818708112 L4_chemical_C3 +LQ05X026170 Putative uncharacterized protein 8.915432579 C6_control_A1 +LQ05X026170 Putative uncharacterized protein 9.110109378 C6_control_A3 +LQ05X026170 Putative uncharacterized protein 9.886128475 C6_control_B1 +LQ05X026170 Putative uncharacterized protein 10.00442604 C6_control_B2 +LQ05X026170 Putative uncharacterized protein 10.00719868 C6_control_B3 +LQ05X026170 Putative uncharacterized protein 10.49394805 C6_control_C1 +LQ05X026170 Putative uncharacterized protein 11.11937901 C6_control_C2 +LQ05X026170 Putative uncharacterized protein 10.86703786 C6_control_C3 +LQ05X026170 Putative uncharacterized protein 9.505526454 C6_chemical_A1 +LQ05X026170 Putative uncharacterized protein 8.717805613 C6_chemical_A3 +LQ05X026170 Putative uncharacterized protein 10.01632588 C6_chemical_B1 +LQ05X026170 Putative uncharacterized protein 10.77727742 C6_chemical_B2 +LQ05X026170 Putative uncharacterized protein 10.63302379 C6_chemical_B3 +LQ05X026170 Putative uncharacterized protein 11.03154653 C6_chemical_C1 +LQ05X026170 Putative uncharacterized protein 11.10739138 C6_chemical_C2 +LQ05X026170 Putative uncharacterized protein 11.57942816 C6_chemical_C3 +LQ05X026170 Putative uncharacterized protein 9.221951419 L4_control_A1 +LQ05X026170 Putative uncharacterized protein 9.676014013 L4_control_A2 +LQ05X026170 Putative uncharacterized protein 8.857021452 L4_control_A3 +LQ05X026170 Putative uncharacterized protein 11.10257416 L4_control_B1 +LQ05X026170 Putative uncharacterized protein 9.905680328 L4_control_B2 +LQ05X026170 Putative uncharacterized protein 11.26512309 L4_control_B3 +LQ05X026170 Putative uncharacterized protein 10.49750465 L4_control_C2 +LQ05X026170 Putative uncharacterized protein 11.12328618 L4_control_C3 +LQ05X026170 Putative uncharacterized protein 9.284835047 L4_chemical_A1 +LQ05X026170 Putative uncharacterized protein 9.745165031 L4_chemical_A2 +LQ05X026170 Putative uncharacterized protein 8.467680979 L4_chemical_A3 +LQ05X026170 Putative uncharacterized protein 9.798636862 L4_chemical_B1 +LQ05X026170 Putative uncharacterized protein 10.00840392 L4_chemical_B2 +LQ05X026170 Putative uncharacterized protein 10.53958407 L4_chemical_B3 +LQ05X026170 Putative uncharacterized protein 10.35110801 L4_chemical_C2 +LQ05X026170 Putative uncharacterized protein 11.25047323 L4_chemical_C3 +LQ05X026180 Protein binding protein, putative 6.176968617 C6_control_A1 +LQ05X026180 Protein binding protein, putative 7.067726515 C6_control_A3 +LQ05X026180 Protein binding protein, putative 6.169088985 C6_control_B1 +LQ05X026180 Protein binding protein, putative 6.238512057 C6_control_B2 +LQ05X026180 Protein binding protein, putative 6.010504501 C6_control_B3 +LQ05X026180 Protein binding protein, putative 5.468923598 C6_control_C1 +LQ05X026180 Protein binding protein, putative 6.430381548 C6_control_C2 +LQ05X026180 Protein binding protein, putative 5.748536714 C6_control_C3 +LQ05X026180 Protein binding protein, putative 6.558084347 C6_chemical_A1 +LQ05X026180 Protein binding protein, putative 6.024534822 C6_chemical_A3 +LQ05X026180 Protein binding protein, putative 5.944198529 C6_chemical_B1 +LQ05X026180 Protein binding protein, putative 6.124284058 C6_chemical_B2 +LQ05X026180 Protein binding protein, putative 6.127587824 C6_chemical_B3 +LQ05X026180 Protein binding protein, putative 5.454204046 C6_chemical_C1 +LQ05X026180 Protein binding protein, putative 5.979209812 C6_chemical_C2 +LQ05X026180 Protein binding protein, putative 5.514434826 C6_chemical_C3 +LQ05X026180 Protein binding protein, putative 6.136375983 L4_control_A1 +LQ05X026180 Protein binding protein, putative 6.474199913 L4_control_A2 +LQ05X026180 Protein binding protein, putative 6.44779026 L4_control_A3 +LQ05X026180 Protein binding protein, putative 6.789282076 L4_control_B1 +LQ05X026180 Protein binding protein, putative 6.072703078 L4_control_B2 +LQ05X026180 Protein binding protein, putative 6.399091489 L4_control_B3 +LQ05X026180 Protein binding protein, putative 5.785042237 L4_control_C2 +LQ05X026180 Protein binding protein, putative 6.147095292 L4_control_C3 +LQ05X026180 Protein binding protein, putative 5.749986912 L4_chemical_A1 +LQ05X026180 Protein binding protein, putative 6.339409443 L4_chemical_A2 +LQ05X026180 Protein binding protein, putative 6.552208322 L4_chemical_A3 +LQ05X026180 Protein binding protein, putative 6.370958238 L4_chemical_B1 +LQ05X026180 Protein binding protein, putative 7.029077885 L4_chemical_B2 +LQ05X026180 Protein binding protein, putative 6.268098621 L4_chemical_B3 +LQ05X026180 Protein binding protein, putative 5.936157437 L4_chemical_C2 +LQ05X026180 Protein binding protein, putative 5.21931708 L4_chemical_C3 +LQ05X026190 ATP-binding domain-containing protein 4 5.46931987 C6_control_A1 +LQ05X026190 ATP-binding domain-containing protein 4 5.207333043 C6_control_A3 +LQ05X026190 ATP-binding domain-containing protein 4 5.514150993 C6_control_B1 +LQ05X026190 ATP-binding domain-containing protein 4 5.518362526 C6_control_B2 +LQ05X026190 ATP-binding domain-containing protein 4 6.06610373 C6_control_B3 +LQ05X026190 ATP-binding domain-containing protein 4 6.136001037 C6_control_C1 +LQ05X026190 ATP-binding domain-containing protein 4 5.754664159 C6_control_C2 +LQ05X026190 ATP-binding domain-containing protein 4 5.68561858 C6_control_C3 +LQ05X026190 ATP-binding domain-containing protein 4 5.166260102 C6_chemical_A1 +LQ05X026190 ATP-binding domain-containing protein 4 5.415343066 C6_chemical_A3 +LQ05X026190 ATP-binding domain-containing protein 4 5.649020844 C6_chemical_B1 +LQ05X026190 ATP-binding domain-containing protein 4 5.518110411 C6_chemical_B2 +LQ05X026190 ATP-binding domain-containing protein 4 5.399373741 C6_chemical_B3 +LQ05X026190 ATP-binding domain-containing protein 4 5.999451511 C6_chemical_C1 +LQ05X026190 ATP-binding domain-containing protein 4 5.715863719 C6_chemical_C2 +LQ05X026190 ATP-binding domain-containing protein 4 5.867134446 C6_chemical_C3 +LQ05X026190 ATP-binding domain-containing protein 4 5.485639024 L4_control_A1 +LQ05X026190 ATP-binding domain-containing protein 4 5.788373299 L4_control_A2 +LQ05X026190 ATP-binding domain-containing protein 4 5.924785121 L4_control_A3 +LQ05X026190 ATP-binding domain-containing protein 4 5.014286419 L4_control_B1 +LQ05X026190 ATP-binding domain-containing protein 4 5.546725878 L4_control_B2 +LQ05X026190 ATP-binding domain-containing protein 4 5.636355633 L4_control_B3 +LQ05X026190 ATP-binding domain-containing protein 4 6.035497821 L4_control_C2 +LQ05X026190 ATP-binding domain-containing protein 4 5.994693931 L4_control_C3 +LQ05X026190 ATP-binding domain-containing protein 4 5.300798317 L4_chemical_A1 +LQ05X026190 ATP-binding domain-containing protein 4 5.844800402 L4_chemical_A2 +LQ05X026190 ATP-binding domain-containing protein 4 5.693053375 L4_chemical_A3 +LQ05X026190 ATP-binding domain-containing protein 4 5.539627805 L4_chemical_B1 +LQ05X026190 ATP-binding domain-containing protein 4 6.177359874 L4_chemical_B2 +LQ05X026190 ATP-binding domain-containing protein 4 5.532782908 L4_chemical_B3 +LQ05X026190 ATP-binding domain-containing protein 4 5.167105103 L4_chemical_C2 +LQ05X026190 ATP-binding domain-containing protein 4 5.605742012 L4_chemical_C3 +LQ05X026200 Predicted protein 5.233615568 C6_control_A1 +LQ05X026200 Predicted protein 5.20055629 C6_control_A3 +LQ05X026200 Predicted protein 5.16631251 C6_control_B1 +LQ05X026200 Predicted protein 5.310232971 C6_control_B2 +LQ05X026200 Predicted protein 5.070848463 C6_control_B3 +LQ05X026200 Predicted protein 5.092418044 C6_control_C1 +LQ05X026200 Predicted protein 5.286012972 C6_control_C2 +LQ05X026200 Predicted protein 5.339294882 C6_control_C3 +LQ05X026200 Predicted protein 5.269638568 C6_chemical_A1 +LQ05X026200 Predicted protein 5.449910013 C6_chemical_A3 +LQ05X026200 Predicted protein 4.898186368 C6_chemical_B1 +LQ05X026200 Predicted protein 5.205328437 C6_chemical_B2 +LQ05X026200 Predicted protein 5.199014383 C6_chemical_B3 +LQ05X026200 Predicted protein 5.120243272 C6_chemical_C1 +LQ05X026200 Predicted protein 5.428381314 C6_chemical_C2 +LQ05X026200 Predicted protein 4.978135562 C6_chemical_C3 +LQ05X026200 Predicted protein 5.389506816 L4_control_A1 +LQ05X026200 Predicted protein 5.392071958 L4_control_A2 +LQ05X026200 Predicted protein 5.181571071 L4_control_A3 +LQ05X026200 Predicted protein 5.259276493 L4_control_B1 +LQ05X026200 Predicted protein 5.596294838 L4_control_B2 +LQ05X026200 Predicted protein 4.919784127 L4_control_B3 +LQ05X026200 Predicted protein 4.539563046 L4_control_C2 +LQ05X026200 Predicted protein 4.842578928 L4_control_C3 +LQ05X026200 Predicted protein 5.456537738 L4_chemical_A1 +LQ05X026200 Predicted protein 5.277084127 L4_chemical_A2 +LQ05X026200 Predicted protein 5.369166076 L4_chemical_A3 +LQ05X026200 Predicted protein 4.920844284 L4_chemical_B1 +LQ05X026200 Predicted protein 5.478206221 L4_chemical_B2 +LQ05X026200 Predicted protein 5.396777227 L4_chemical_B3 +LQ05X026200 Predicted protein 4.949968915 L4_chemical_C2 +LQ05X026200 Predicted protein 5.102178348 L4_chemical_C3 +LQ05X026210 Casein kinase I isoform delta-like 11.46808246 C6_control_A1 +LQ05X026210 Casein kinase I isoform delta-like 11.25087275 C6_control_A3 +LQ05X026210 Casein kinase I isoform delta-like 11.84407921 C6_control_B1 +LQ05X026210 Casein kinase I isoform delta-like 11.33029481 C6_control_B2 +LQ05X026210 Casein kinase I isoform delta-like 11.55006197 C6_control_B3 +LQ05X026210 Casein kinase I isoform delta-like 10.57909713 C6_control_C1 +LQ05X026210 Casein kinase I isoform delta-like 10.4459794 C6_control_C2 +LQ05X026210 Casein kinase I isoform delta-like 10.66691639 C6_control_C3 +LQ05X026210 Casein kinase I isoform delta-like 11.28195501 C6_chemical_A1 +LQ05X026210 Casein kinase I isoform delta-like 11.35190261 C6_chemical_A3 +LQ05X026210 Casein kinase I isoform delta-like 11.70713558 C6_chemical_B1 +LQ05X026210 Casein kinase I isoform delta-like 11.41899956 C6_chemical_B2 +LQ05X026210 Casein kinase I isoform delta-like 11.2954814 C6_chemical_B3 +LQ05X026210 Casein kinase I isoform delta-like 10.31488958 C6_chemical_C1 +LQ05X026210 Casein kinase I isoform delta-like 10.3343853 C6_chemical_C2 +LQ05X026210 Casein kinase I isoform delta-like 10.27296743 C6_chemical_C3 +LQ05X026210 Casein kinase I isoform delta-like 11.70855441 L4_control_A1 +LQ05X026210 Casein kinase I isoform delta-like 11.51139544 L4_control_A2 +LQ05X026210 Casein kinase I isoform delta-like 11.53822164 L4_control_A3 +LQ05X026210 Casein kinase I isoform delta-like 11.84122162 L4_control_B1 +LQ05X026210 Casein kinase I isoform delta-like 11.2258672 L4_control_B2 +LQ05X026210 Casein kinase I isoform delta-like 11.3696785 L4_control_B3 +LQ05X026210 Casein kinase I isoform delta-like 10.28116383 L4_control_C2 +LQ05X026210 Casein kinase I isoform delta-like 10.35176673 L4_control_C3 +LQ05X026210 Casein kinase I isoform delta-like 11.75061477 L4_chemical_A1 +LQ05X026210 Casein kinase I isoform delta-like 11.26843218 L4_chemical_A2 +LQ05X026210 Casein kinase I isoform delta-like 11.46155489 L4_chemical_A3 +LQ05X026210 Casein kinase I isoform delta-like 11.75923041 L4_chemical_B1 +LQ05X026210 Casein kinase I isoform delta-like 11.0399461 L4_chemical_B2 +LQ05X026210 Casein kinase I isoform delta-like 11.82702962 L4_chemical_B3 +LQ05X026210 Casein kinase I isoform delta-like 10.36358034 L4_chemical_C2 +LQ05X026210 Casein kinase I isoform delta-like 10.70090164 L4_chemical_C3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.58921116 C6_control_A1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.12442824 C6_control_A3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 9.810936186 C6_control_B1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.37626726 C6_control_B2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.10240485 C6_control_B3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.53580462 C6_control_C1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.56338809 C6_control_C2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.36367864 C6_control_C3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.62784308 C6_chemical_A1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 9.965474761 C6_chemical_A3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 9.93358186 C6_chemical_B1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.26982252 C6_chemical_B2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 9.925587162 C6_chemical_B3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.514438 C6_chemical_C1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.37700371 C6_chemical_C2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.46928703 C6_chemical_C3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.1429129 L4_control_A1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.31245673 L4_control_A2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.27709913 L4_control_A3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 9.88522558 L4_control_B1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.54267711 L4_control_B2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.64885749 L4_control_B3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.8987653 L4_control_C2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.67929545 L4_control_C3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 9.8179062 L4_chemical_A1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.07910312 L4_chemical_A2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.212979 L4_chemical_A3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 9.771141159 L4_chemical_B1 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 9.660040359 L4_chemical_B2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.23275712 L4_chemical_B3 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.57337435 L4_chemical_C2 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.58198388 L4_chemical_C3 +LQ05X026260 Putative uncharacterized protein 11.07294107 C6_control_A1 +LQ05X026260 Putative uncharacterized protein 11.13759551 C6_control_A3 +LQ05X026260 Putative uncharacterized protein 10.26416252 C6_control_B1 +LQ05X026260 Putative uncharacterized protein 11.95248981 C6_control_B2 +LQ05X026260 Putative uncharacterized protein 11.10321464 C6_control_B3 +LQ05X026260 Putative uncharacterized protein 12.2551285 C6_control_C1 +LQ05X026260 Putative uncharacterized protein 11.53643721 C6_control_C2 +LQ05X026260 Putative uncharacterized protein 12.34739663 C6_control_C3 +LQ05X026260 Putative uncharacterized protein 11.29977875 C6_chemical_A1 +LQ05X026260 Putative uncharacterized protein 11.20288235 C6_chemical_A3 +LQ05X026260 Putative uncharacterized protein 10.34726675 C6_chemical_B1 +LQ05X026260 Putative uncharacterized protein 11.87951923 C6_chemical_B2 +LQ05X026260 Putative uncharacterized protein 10.84259442 C6_chemical_B3 +LQ05X026260 Putative uncharacterized protein 12.40420359 C6_chemical_C1 +LQ05X026260 Putative uncharacterized protein 12.24589866 C6_chemical_C2 +LQ05X026260 Putative uncharacterized protein 12.38507448 C6_chemical_C3 +LQ05X026260 Putative uncharacterized protein 10.91918327 L4_control_A1 +LQ05X026260 Putative uncharacterized protein 11.65723932 L4_control_A2 +LQ05X026260 Putative uncharacterized protein 10.38271196 L4_control_A3 +LQ05X026260 Putative uncharacterized protein 10.37765424 L4_control_B1 +LQ05X026260 Putative uncharacterized protein 10.02209602 L4_control_B2 +LQ05X026260 Putative uncharacterized protein 11.13974853 L4_control_B3 +LQ05X026260 Putative uncharacterized protein 10.72447389 L4_control_C2 +LQ05X026260 Putative uncharacterized protein 10.8877394 L4_control_C3 +LQ05X026260 Putative uncharacterized protein 11.32808872 L4_chemical_A1 +LQ05X026260 Putative uncharacterized protein 12.29812391 L4_chemical_A2 +LQ05X026260 Putative uncharacterized protein 10.60201586 L4_chemical_A3 +LQ05X026260 Putative uncharacterized protein 10.15152661 L4_chemical_B1 +LQ05X026260 Putative uncharacterized protein 10.8795782 L4_chemical_B2 +LQ05X026260 Putative uncharacterized protein 11.43065506 L4_chemical_B3 +LQ05X026260 Putative uncharacterized protein 10.91277544 L4_chemical_C2 +LQ05X026260 Putative uncharacterized protein 10.91214526 L4_chemical_C3 +LQ05X026270 Transcription factor, putative 5.654578988 C6_control_A1 +LQ05X026270 Transcription factor, putative 6.024532347 C6_control_A3 +LQ05X026270 Transcription factor, putative 5.42858101 C6_control_B1 +LQ05X026270 Transcription factor, putative 6.043120998 C6_control_B2 +LQ05X026270 Transcription factor, putative 5.237026841 C6_control_B3 +LQ05X026270 Transcription factor, putative 5.815029679 C6_control_C1 +LQ05X026270 Transcription factor, putative 6.752888426 C6_control_C2 +LQ05X026270 Transcription factor, putative 5.540726293 C6_control_C3 +LQ05X026270 Transcription factor, putative 5.459272504 C6_chemical_A1 +LQ05X026270 Transcription factor, putative 5.347752597 C6_chemical_A3 +LQ05X026270 Transcription factor, putative 4.804412143 C6_chemical_B1 +LQ05X026270 Transcription factor, putative 5.909743017 C6_chemical_B2 +LQ05X026270 Transcription factor, putative 5.301182316 C6_chemical_B3 +LQ05X026270 Transcription factor, putative 6.374201295 C6_chemical_C1 +LQ05X026270 Transcription factor, putative 6.400310171 C6_chemical_C2 +LQ05X026270 Transcription factor, putative 6.054432978 C6_chemical_C3 +LQ05X026270 Transcription factor, putative 5.589597402 L4_control_A1 +LQ05X026270 Transcription factor, putative 5.94463468 L4_control_A2 +LQ05X026270 Transcription factor, putative 6.456379969 L4_control_A3 +LQ05X026270 Transcription factor, putative 5.720290261 L4_control_B1 +LQ05X026270 Transcription factor, putative 5.46177179 L4_control_B2 +LQ05X026270 Transcription factor, putative 5.551284264 L4_control_B3 +LQ05X026270 Transcription factor, putative 6.110466353 L4_control_C2 +LQ05X026270 Transcription factor, putative 5.477034521 L4_control_C3 +LQ05X026270 Transcription factor, putative 5.402519072 L4_chemical_A1 +LQ05X026270 Transcription factor, putative 5.54702045 L4_chemical_A2 +LQ05X026270 Transcription factor, putative 6.536170413 L4_chemical_A3 +LQ05X026270 Transcription factor, putative 5.121356727 L4_chemical_B1 +LQ05X026270 Transcription factor, putative 5.952018056 L4_chemical_B2 +LQ05X026270 Transcription factor, putative 5.498210214 L4_chemical_B3 +LQ05X026270 Transcription factor, putative 5.146793128 L4_chemical_C2 +LQ05X026270 Transcription factor, putative 6.245013306 L4_chemical_C3 +LQ05X026290 Putative uncharacterized protein 9.667615282 C6_control_A1 +LQ05X026290 Putative uncharacterized protein 10.7694813 C6_control_A3 +LQ05X026290 Putative uncharacterized protein 10.89456128 C6_control_B1 +LQ05X026290 Putative uncharacterized protein 11.39730647 C6_control_B2 +LQ05X026290 Putative uncharacterized protein 12.08697093 C6_control_B3 +LQ05X026290 Putative uncharacterized protein 11.87942985 C6_control_C1 +LQ05X026290 Putative uncharacterized protein 11.60303468 C6_control_C2 +LQ05X026290 Putative uncharacterized protein 12.44876009 C6_control_C3 +LQ05X026290 Putative uncharacterized protein 9.679075989 C6_chemical_A1 +LQ05X026290 Putative uncharacterized protein 10.70541553 C6_chemical_A3 +LQ05X026290 Putative uncharacterized protein 11.02501032 C6_chemical_B1 +LQ05X026290 Putative uncharacterized protein 10.92577969 C6_chemical_B2 +LQ05X026290 Putative uncharacterized protein 12.25394214 C6_chemical_B3 +LQ05X026290 Putative uncharacterized protein 11.33008462 C6_chemical_C1 +LQ05X026290 Putative uncharacterized protein 11.35913705 C6_chemical_C2 +LQ05X026290 Putative uncharacterized protein 10.96715556 C6_chemical_C3 +LQ05X026290 Putative uncharacterized protein 10.40559925 L4_control_A1 +LQ05X026290 Putative uncharacterized protein 9.488780367 L4_control_A2 +LQ05X026290 Putative uncharacterized protein 11.52678222 L4_control_A3 +LQ05X026290 Putative uncharacterized protein 10.52511869 L4_control_B1 +LQ05X026290 Putative uncharacterized protein 10.78360105 L4_control_B2 +LQ05X026290 Putative uncharacterized protein 12.13151839 L4_control_B3 +LQ05X026290 Putative uncharacterized protein 12.32991781 L4_control_C2 +LQ05X026290 Putative uncharacterized protein 11.98058086 L4_control_C3 +LQ05X026290 Putative uncharacterized protein 10.56678602 L4_chemical_A1 +LQ05X026290 Putative uncharacterized protein 9.378680109 L4_chemical_A2 +LQ05X026290 Putative uncharacterized protein 11.37969357 L4_chemical_A3 +LQ05X026290 Putative uncharacterized protein 10.21760329 L4_chemical_B1 +LQ05X026290 Putative uncharacterized protein 10.82905417 L4_chemical_B2 +LQ05X026290 Putative uncharacterized protein 10.92351544 L4_chemical_B3 +LQ05X026290 Putative uncharacterized protein 11.96405823 L4_chemical_C2 +LQ05X026290 Putative uncharacterized protein 12.38242113 L4_chemical_C3 +LQ05X026300 Hypothetical protein 4.570176024 C6_control_A1 +LQ05X026300 Hypothetical protein 4.917367548 C6_control_A3 +LQ05X026300 Hypothetical protein 4.774134908 C6_control_B1 +LQ05X026300 Hypothetical protein 4.550175724 C6_control_B2 +LQ05X026300 Hypothetical protein 4.619640556 C6_control_B3 +LQ05X026300 Hypothetical protein 4.55799211 C6_control_C1 +LQ05X026300 Hypothetical protein 4.920646217 C6_control_C2 +LQ05X026300 Hypothetical protein 4.668940221 C6_control_C3 +LQ05X026300 Hypothetical protein 4.653526438 C6_chemical_A1 +LQ05X026300 Hypothetical protein 5.022200584 C6_chemical_A3 +LQ05X026300 Hypothetical protein 4.615944521 C6_chemical_B1 +LQ05X026300 Hypothetical protein 4.597339532 C6_chemical_B2 +LQ05X026300 Hypothetical protein 4.747799471 C6_chemical_B3 +LQ05X026300 Hypothetical protein 4.616738847 C6_chemical_C1 +LQ05X026300 Hypothetical protein 4.956443065 C6_chemical_C2 +LQ05X026300 Hypothetical protein 4.712899666 C6_chemical_C3 +LQ05X026300 Hypothetical protein 4.603558144 L4_control_A1 +LQ05X026300 Hypothetical protein 4.729545581 L4_control_A2 +LQ05X026300 Hypothetical protein 4.788945548 L4_control_A3 +LQ05X026300 Hypothetical protein 4.969907539 L4_control_B1 +LQ05X026300 Hypothetical protein 4.82341015 L4_control_B2 +LQ05X026300 Hypothetical protein 4.814734431 L4_control_B3 +LQ05X026300 Hypothetical protein 4.923069839 L4_control_C2 +LQ05X026300 Hypothetical protein 5.189176897 L4_control_C3 +LQ05X026300 Hypothetical protein 4.685776008 L4_chemical_A1 +LQ05X026300 Hypothetical protein 4.69882853 L4_chemical_A2 +LQ05X026300 Hypothetical protein 4.819851341 L4_chemical_A3 +LQ05X026300 Hypothetical protein 4.627294123 L4_chemical_B1 +LQ05X026300 Hypothetical protein 4.590166109 L4_chemical_B2 +LQ05X026300 Hypothetical protein 4.509907406 L4_chemical_B3 +LQ05X026300 Hypothetical protein 4.757823687 L4_chemical_C2 +LQ05X026300 Hypothetical protein 4.881027922 L4_chemical_C3 +LQ05X026310 Cell division cycle 5-like protein 5.34335877 C6_control_A1 +LQ05X026310 Cell division cycle 5-like protein 5.627286577 C6_control_A3 +LQ05X026310 Cell division cycle 5-like protein 5.156008333 C6_control_B1 +LQ05X026310 Cell division cycle 5-like protein 5.673987521 C6_control_B2 +LQ05X026310 Cell division cycle 5-like protein 4.784919086 C6_control_B3 +LQ05X026310 Cell division cycle 5-like protein 5.576046036 C6_control_C1 +LQ05X026310 Cell division cycle 5-like protein 5.775384912 C6_control_C2 +LQ05X026310 Cell division cycle 5-like protein 5.039816706 C6_control_C3 +LQ05X026310 Cell division cycle 5-like protein 5.330665872 C6_chemical_A1 +LQ05X026310 Cell division cycle 5-like protein 5.867242053 C6_chemical_A3 +LQ05X026310 Cell division cycle 5-like protein 5.144589545 C6_chemical_B1 +LQ05X026310 Cell division cycle 5-like protein 5.47810099 C6_chemical_B2 +LQ05X026310 Cell division cycle 5-like protein 4.877212864 C6_chemical_B3 +LQ05X026310 Cell division cycle 5-like protein 5.174044296 C6_chemical_C1 +LQ05X026310 Cell division cycle 5-like protein 5.654929872 C6_chemical_C2 +LQ05X026310 Cell division cycle 5-like protein 5.147221721 C6_chemical_C3 +LQ05X026310 Cell division cycle 5-like protein 5.232307771 L4_control_A1 +LQ05X026310 Cell division cycle 5-like protein 5.177945696 L4_control_A2 +LQ05X026310 Cell division cycle 5-like protein 6.413118759 L4_control_A3 +LQ05X026310 Cell division cycle 5-like protein 5.554510863 L4_control_B1 +LQ05X026310 Cell division cycle 5-like protein 5.618756113 L4_control_B2 +LQ05X026310 Cell division cycle 5-like protein 5.207277426 L4_control_B3 +LQ05X026310 Cell division cycle 5-like protein 5.228056579 L4_control_C2 +LQ05X026310 Cell division cycle 5-like protein 5.454415391 L4_control_C3 +LQ05X026310 Cell division cycle 5-like protein 5.72117726 L4_chemical_A1 +LQ05X026310 Cell division cycle 5-like protein 5.345908056 L4_chemical_A2 +LQ05X026310 Cell division cycle 5-like protein 5.641008929 L4_chemical_A3 +LQ05X026310 Cell division cycle 5-like protein 5.048940383 L4_chemical_B1 +LQ05X026310 Cell division cycle 5-like protein 5.596446701 L4_chemical_B2 +LQ05X026310 Cell division cycle 5-like protein 5.297804366 L4_chemical_B3 +LQ05X026310 Cell division cycle 5-like protein 5.668681945 L4_chemical_C2 +LQ05X026310 Cell division cycle 5-like protein 5.425940206 L4_chemical_C3 +LQ05X026320 Predicted protein 5.291991218 C6_control_A1 +LQ05X026320 Predicted protein 5.808536127 C6_control_A3 +LQ05X026320 Predicted protein 5.512453901 C6_control_B1 +LQ05X026320 Predicted protein 5.545192971 C6_control_B2 +LQ05X026320 Predicted protein 4.811831544 C6_control_B3 +LQ05X026320 Predicted protein 6.178403651 C6_control_C1 +LQ05X026320 Predicted protein 6.116906574 C6_control_C2 +LQ05X026320 Predicted protein 5.655412913 C6_control_C3 +LQ05X026320 Predicted protein 5.513618427 C6_chemical_A1 +LQ05X026320 Predicted protein 5.248245436 C6_chemical_A3 +LQ05X026320 Predicted protein 5.000000199 C6_chemical_B1 +LQ05X026320 Predicted protein 5.664755304 C6_chemical_B2 +LQ05X026320 Predicted protein 5.042872381 C6_chemical_B3 +LQ05X026320 Predicted protein 5.900140484 C6_chemical_C1 +LQ05X026320 Predicted protein 5.568716083 C6_chemical_C2 +LQ05X026320 Predicted protein 5.349389748 C6_chemical_C3 +LQ05X026320 Predicted protein 5.759461554 L4_control_A1 +LQ05X026320 Predicted protein 5.466189859 L4_control_A2 +LQ05X026320 Predicted protein 5.845838279 L4_control_A3 +LQ05X026320 Predicted protein 6.152851104 L4_control_B1 +LQ05X026320 Predicted protein 5.558248101 L4_control_B2 +LQ05X026320 Predicted protein 4.974579859 L4_control_B3 +LQ05X026320 Predicted protein 5.887078787 L4_control_C2 +LQ05X026320 Predicted protein 5.369816962 L4_control_C3 +LQ05X026320 Predicted protein 5.546224732 L4_chemical_A1 +LQ05X026320 Predicted protein 5.176359895 L4_chemical_A2 +LQ05X026320 Predicted protein 5.584381991 L4_chemical_A3 +LQ05X026320 Predicted protein 5.817043588 L4_chemical_B1 +LQ05X026320 Predicted protein 5.176449422 L4_chemical_B2 +LQ05X026320 Predicted protein 5.088481109 L4_chemical_B3 +LQ05X026320 Predicted protein 6.504218783 L4_chemical_C2 +LQ05X026320 Predicted protein 5.054506425 L4_chemical_C3 +LQ05X026340 Predicted protein 10.64643768 C6_control_A1 +LQ05X026340 Predicted protein 11.02265843 C6_control_A3 +LQ05X026340 Predicted protein 11.14680889 C6_control_B1 +LQ05X026340 Predicted protein 10.30247416 C6_control_B2 +LQ05X026340 Predicted protein 11.36656785 C6_control_B3 +LQ05X026340 Predicted protein 10.53274699 C6_control_C1 +LQ05X026340 Predicted protein 10.03639217 C6_control_C2 +LQ05X026340 Predicted protein 10.61758657 C6_control_C3 +LQ05X026340 Predicted protein 10.70897629 C6_chemical_A1 +LQ05X026340 Predicted protein 11.71438538 C6_chemical_A3 +LQ05X026340 Predicted protein 10.88026935 C6_chemical_B1 +LQ05X026340 Predicted protein 9.362840694 C6_chemical_B2 +LQ05X026340 Predicted protein 11.13361944 C6_chemical_B3 +LQ05X026340 Predicted protein 10.20598538 C6_chemical_C1 +LQ05X026340 Predicted protein 10.59236671 C6_chemical_C2 +LQ05X026340 Predicted protein 10.22820031 C6_chemical_C3 +LQ05X026340 Predicted protein 10.55090548 L4_control_A1 +LQ05X026340 Predicted protein 10.79320024 L4_control_A2 +LQ05X026340 Predicted protein 11.7837161 L4_control_A3 +LQ05X026340 Predicted protein 11.57865751 L4_control_B1 +LQ05X026340 Predicted protein 12.03068221 L4_control_B2 +LQ05X026340 Predicted protein 11.63327129 L4_control_B3 +LQ05X026340 Predicted protein 12.42337608 L4_control_C2 +LQ05X026340 Predicted protein 13.2697602 L4_control_C3 +LQ05X026340 Predicted protein 10.1879683 L4_chemical_A1 +LQ05X026340 Predicted protein 10.09116601 L4_chemical_A2 +LQ05X026340 Predicted protein 11.56247846 L4_chemical_A3 +LQ05X026340 Predicted protein 11.41928918 L4_chemical_B1 +LQ05X026340 Predicted protein 10.94446142 L4_chemical_B2 +LQ05X026340 Predicted protein 11.62460749 L4_chemical_B3 +LQ05X026340 Predicted protein 12.71191393 L4_chemical_C2 +LQ05X026340 Predicted protein 12.98798252 L4_chemical_C3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.417670583 C6_control_A1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 8.46328675 C6_control_A3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.1616353 C6_control_B1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.299993853 C6_control_B2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.964049396 C6_control_B3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.936522 C6_control_C1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 8.397652503 C6_control_C2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.885022468 C6_control_C3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.544532158 C6_chemical_A1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.322871829 C6_chemical_A3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.994610473 C6_chemical_B1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.301148619 C6_chemical_B2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.768649869 C6_chemical_B3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.952348599 C6_chemical_C1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.307675743 C6_chemical_C2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.665362052 C6_chemical_C3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.132334208 L4_control_A1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.4845922 L4_control_A2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.937766135 L4_control_A3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.932201487 L4_control_B1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.087279754 L4_control_B2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.935452039 L4_control_B3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.086181769 L4_control_C2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.026162574 L4_control_C3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.812973847 L4_chemical_A1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.285459113 L4_chemical_A2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.806166742 L4_chemical_A3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.511464816 L4_chemical_B1 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.86048339 L4_chemical_B2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.846879362 L4_chemical_B3 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.203201169 L4_chemical_C2 +LQ05X026350 Serine/threonine-protein phosphatase PP1 6.704161577 L4_chemical_C3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.18591557 C6_control_A1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.58360914 C6_control_A3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.892853221 C6_control_B1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.385817916 C6_control_B2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.636820023 C6_control_B3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.144018519 C6_control_C1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.548443939 C6_control_C2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.35146809 C6_control_C3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.44444091 C6_chemical_A1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.02006673 C6_chemical_A3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.72350999 C6_chemical_B1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.146964125 C6_chemical_B2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.732816835 C6_chemical_B3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 8.928379745 C6_chemical_C1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.313454951 C6_chemical_C2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.847962575 C6_chemical_C3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.867380053 L4_control_A1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.89069106 L4_control_A2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.7425977 L4_control_A3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.25303711 L4_control_B1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.597403512 L4_control_B2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.190219882 L4_control_B3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.926998871 L4_control_C2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.05729216 L4_control_C3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.0793638 L4_chemical_A1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.7513239 L4_chemical_A2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.42466364 L4_chemical_A3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.2270177 L4_chemical_B1 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.52623365 L4_chemical_B2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.530376347 L4_chemical_B3 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.895873072 L4_chemical_C2 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 9.616180943 L4_chemical_C3 +LQ05X026370 Hypothetical protein 7.014629032 C6_control_A1 +LQ05X026370 Hypothetical protein 7.032992421 C6_control_A3 +LQ05X026370 Hypothetical protein 7.046694204 C6_control_B1 +LQ05X026370 Hypothetical protein 6.413086652 C6_control_B2 +LQ05X026370 Hypothetical protein 6.347357694 C6_control_B3 +LQ05X026370 Hypothetical protein 6.457471006 C6_control_C1 +LQ05X026370 Hypothetical protein 6.025076321 C6_control_C2 +LQ05X026370 Hypothetical protein 6.180393748 C6_control_C3 +LQ05X026370 Hypothetical protein 7.139838689 C6_chemical_A1 +LQ05X026370 Hypothetical protein 7.001467099 C6_chemical_A3 +LQ05X026370 Hypothetical protein 6.855292163 C6_chemical_B1 +LQ05X026370 Hypothetical protein 6.2748716 C6_chemical_B2 +LQ05X026370 Hypothetical protein 6.709645474 C6_chemical_B3 +LQ05X026370 Hypothetical protein 5.869409513 C6_chemical_C1 +LQ05X026370 Hypothetical protein 6.089404483 C6_chemical_C2 +LQ05X026370 Hypothetical protein 6.396600709 C6_chemical_C3 +LQ05X026370 Hypothetical protein 7.267170246 L4_control_A1 +LQ05X026370 Hypothetical protein 6.679476525 L4_control_A2 +LQ05X026370 Hypothetical protein 6.848424072 L4_control_A3 +LQ05X026370 Hypothetical protein 6.607801447 L4_control_B1 +LQ05X026370 Hypothetical protein 6.742306319 L4_control_B2 +LQ05X026370 Hypothetical protein 6.506411336 L4_control_B3 +LQ05X026370 Hypothetical protein 7.084732513 L4_control_C2 +LQ05X026370 Hypothetical protein 6.499157818 L4_control_C3 +LQ05X026370 Hypothetical protein 7.056016841 L4_chemical_A1 +LQ05X026370 Hypothetical protein 6.194350429 L4_chemical_A2 +LQ05X026370 Hypothetical protein 6.722513958 L4_chemical_A3 +LQ05X026370 Hypothetical protein 7.172228753 L4_chemical_B1 +LQ05X026370 Hypothetical protein 7.083184991 L4_chemical_B2 +LQ05X026370 Hypothetical protein 6.826226073 L4_chemical_B3 +LQ05X026370 Hypothetical protein 7.084938981 L4_chemical_C2 +LQ05X026370 Hypothetical protein 6.627752903 L4_chemical_C3 +LQ05X026440 Hypothetical protein 4.875897246 C6_control_A1 +LQ05X026440 Hypothetical protein 5.45050404 C6_control_A3 +LQ05X026440 Hypothetical protein 5.36426369 C6_control_B1 +LQ05X026440 Hypothetical protein 5.216281707 C6_control_B2 +LQ05X026440 Hypothetical protein 5.149269625 C6_control_B3 +LQ05X026440 Hypothetical protein 5.15388399 C6_control_C1 +LQ05X026440 Hypothetical protein 4.856045146 C6_control_C2 +LQ05X026440 Hypothetical protein 5.170967702 C6_control_C3 +LQ05X026440 Hypothetical protein 5.286927947 C6_chemical_A1 +LQ05X026440 Hypothetical protein 5.492902121 C6_chemical_A3 +LQ05X026440 Hypothetical protein 4.786429405 C6_chemical_B1 +LQ05X026440 Hypothetical protein 5.095168171 C6_chemical_B2 +LQ05X026440 Hypothetical protein 5.146128764 C6_chemical_B3 +LQ05X026440 Hypothetical protein 5.011764687 C6_chemical_C1 +LQ05X026440 Hypothetical protein 5.115616066 C6_chemical_C2 +LQ05X026440 Hypothetical protein 5.336620478 C6_chemical_C3 +LQ05X026440 Hypothetical protein 5.528248622 L4_control_A1 +LQ05X026440 Hypothetical protein 5.321938219 L4_control_A2 +LQ05X026440 Hypothetical protein 6.269204535 L4_control_A3 +LQ05X026440 Hypothetical protein 5.440554234 L4_control_B1 +LQ05X026440 Hypothetical protein 6.180138128 L4_control_B2 +LQ05X026440 Hypothetical protein 5.01869109 L4_control_B3 +LQ05X026440 Hypothetical protein 5.020753183 L4_control_C2 +LQ05X026440 Hypothetical protein 5.795346894 L4_control_C3 +LQ05X026440 Hypothetical protein 5.46064149 L4_chemical_A1 +LQ05X026440 Hypothetical protein 5.224469472 L4_chemical_A2 +LQ05X026440 Hypothetical protein 5.666158649 L4_chemical_A3 +LQ05X026440 Hypothetical protein 5.935950126 L4_chemical_B1 +LQ05X026440 Hypothetical protein 5.871921994 L4_chemical_B2 +LQ05X026440 Hypothetical protein 5.135407489 L4_chemical_B3 +LQ05X026440 Hypothetical protein 5.047135889 L4_chemical_C2 +LQ05X026440 Hypothetical protein 6.227018148 L4_chemical_C3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.599470899 C6_control_A1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.871852592 C6_control_A3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.966256825 C6_control_B1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.786903818 C6_control_B2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.57862659 C6_control_B3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.824254876 C6_control_C1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.899044217 C6_control_C2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.800929047 C6_control_C3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.846129824 C6_chemical_A1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.005200152 C6_chemical_A3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.75426723 C6_chemical_B1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.759047595 C6_chemical_B2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.855921408 C6_chemical_B3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.746531752 C6_chemical_C1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.959354147 C6_chemical_C2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.63358951 C6_chemical_C3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.743404544 L4_control_A1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.865001123 L4_control_A2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.210230748 L4_control_A3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.907142645 L4_control_B1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.107014964 L4_control_B2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.876121081 L4_control_B3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.000204457 L4_control_C2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.035997965 L4_control_C3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.156339296 L4_chemical_A1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.836650112 L4_chemical_A2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.22022765 L4_chemical_A3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.072822224 L4_chemical_B1 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.95784226 L4_chemical_B2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.587399473 L4_chemical_B3 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.761591064 L4_chemical_C2 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.877660316 L4_chemical_C3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.923455737 C6_control_A1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.866977509 C6_control_A3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.407645441 C6_control_B1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.081632115 C6_control_B2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.893688448 C6_control_B3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.322238753 C6_control_C1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.938959061 C6_control_C2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.855419314 C6_control_C3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.080613316 C6_chemical_A1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.005600074 C6_chemical_A3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.981051398 C6_chemical_B1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.825230516 C6_chemical_B2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.006926129 C6_chemical_B3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.028787683 C6_chemical_C1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.078670512 C6_chemical_C2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.933279976 C6_chemical_C3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.15198185 L4_control_A1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.743642273 L4_control_A2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.969518508 L4_control_A3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.036604382 L4_control_B1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.938962026 L4_control_B2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.091939934 L4_control_B3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.523500341 L4_control_C2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.64517053 L4_control_C3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.315542612 L4_chemical_A1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.514621843 L4_chemical_A2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.05235065 L4_chemical_A3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.145451339 L4_chemical_B1 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 4.921462543 L4_chemical_B2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.071939987 L4_chemical_B3 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.356581416 L4_chemical_C2 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.075225003 L4_chemical_C3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.15084605 C6_control_A1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.687511896 C6_control_A3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.246347727 C6_control_B1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.500408273 C6_control_B2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.307894898 C6_control_B3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.414019247 C6_control_C1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.46446576 C6_control_C2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.38785846 C6_control_C3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.190654967 C6_chemical_A1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.750392387 C6_chemical_A3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.060303634 C6_chemical_B1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.293400491 C6_chemical_B2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.263107642 C6_chemical_B3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.253448822 C6_chemical_C1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.177428296 C6_chemical_C2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.242529173 C6_chemical_C3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 4.989913826 L4_control_A1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.269123989 L4_control_A2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.493942936 L4_control_A3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.84615536 L4_control_B1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.420100406 L4_control_B2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.135896654 L4_control_B3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.254853534 L4_control_C2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 4.822355932 L4_control_C3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.097210568 L4_chemical_A1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.182098425 L4_chemical_A2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.357247013 L4_chemical_A3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.939291261 L4_chemical_B1 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.242771063 L4_chemical_B2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.268406862 L4_chemical_B3 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.45934425 L4_chemical_C2 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.643529004 L4_chemical_C3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.569172758 C6_control_A1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.809247524 C6_control_A3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.961596416 C6_control_B1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.606968699 C6_control_B2 +LQ05X026630 Putative Methyltransferase-like protein 6 5.461047422 C6_control_B3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.388213132 C6_control_C1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.445305144 C6_control_C2 +LQ05X026630 Putative Methyltransferase-like protein 6 5.408199677 C6_control_C3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.695564433 C6_chemical_A1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.492178969 C6_chemical_A3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.279523212 C6_chemical_B1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.663905366 C6_chemical_B2 +LQ05X026630 Putative Methyltransferase-like protein 6 5.209884382 C6_chemical_B3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.304168964 C6_chemical_C1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.586831675 C6_chemical_C2 +LQ05X026630 Putative Methyltransferase-like protein 6 5.64502801 C6_chemical_C3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.408014905 L4_control_A1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.550320379 L4_control_A2 +LQ05X026630 Putative Methyltransferase-like protein 6 6.415212574 L4_control_A3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.400017839 L4_control_B1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.852447949 L4_control_B2 +LQ05X026630 Putative Methyltransferase-like protein 6 5.258406682 L4_control_B3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.565886119 L4_control_C2 +LQ05X026630 Putative Methyltransferase-like protein 6 5.145952291 L4_control_C3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.443304152 L4_chemical_A1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.672970049 L4_chemical_A2 +LQ05X026630 Putative Methyltransferase-like protein 6 6.950691607 L4_chemical_A3 +LQ05X026630 Putative Methyltransferase-like protein 6 5.783748197 L4_chemical_B1 +LQ05X026630 Putative Methyltransferase-like protein 6 5.45001576 L4_chemical_B2 +LQ05X026630 Putative Methyltransferase-like protein 6 5.432230253 L4_chemical_B3 +LQ05X026630 Putative Methyltransferase-like protein 6 6.065898926 L4_chemical_C2 +LQ05X026630 Putative Methyltransferase-like protein 6 5.760437482 L4_chemical_C3 +LQ05X026640 Protein EIN4 5.470771313 C6_control_A1 +LQ05X026640 Protein EIN4 5.468144392 C6_control_A3 +LQ05X026640 Protein EIN4 5.607067212 C6_control_B1 +LQ05X026640 Protein EIN4 5.118092337 C6_control_B2 +LQ05X026640 Protein EIN4 5.396094737 C6_control_B3 +LQ05X026640 Protein EIN4 5.605354394 C6_control_C1 +LQ05X026640 Protein EIN4 6.486036457 C6_control_C2 +LQ05X026640 Protein EIN4 5.343805946 C6_control_C3 +LQ05X026640 Protein EIN4 5.286408571 C6_chemical_A1 +LQ05X026640 Protein EIN4 5.936141073 C6_chemical_A3 +LQ05X026640 Protein EIN4 5.159585903 C6_chemical_B1 +LQ05X026640 Protein EIN4 5.204893491 C6_chemical_B2 +LQ05X026640 Protein EIN4 5.328736723 C6_chemical_B3 +LQ05X026640 Protein EIN4 5.194491019 C6_chemical_C1 +LQ05X026640 Protein EIN4 5.679695285 C6_chemical_C2 +LQ05X026640 Protein EIN4 5.425961025 C6_chemical_C3 +LQ05X026640 Protein EIN4 5.244144405 L4_control_A1 +LQ05X026640 Protein EIN4 5.470703084 L4_control_A2 +LQ05X026640 Protein EIN4 5.900257377 L4_control_A3 +LQ05X026640 Protein EIN4 5.684733726 L4_control_B1 +LQ05X026640 Protein EIN4 5.295747194 L4_control_B2 +LQ05X026640 Protein EIN4 5.411263428 L4_control_B3 +LQ05X026640 Protein EIN4 5.764014956 L4_control_C2 +LQ05X026640 Protein EIN4 5.308565853 L4_control_C3 +LQ05X026640 Protein EIN4 5.368905283 L4_chemical_A1 +LQ05X026640 Protein EIN4 5.237677204 L4_chemical_A2 +LQ05X026640 Protein EIN4 5.637386294 L4_chemical_A3 +LQ05X026640 Protein EIN4 6.388068248 L4_chemical_B1 +LQ05X026640 Protein EIN4 5.193080956 L4_chemical_B2 +LQ05X026640 Protein EIN4 5.336500315 L4_chemical_B3 +LQ05X026640 Protein EIN4 4.640764992 L4_chemical_C2 +LQ05X026640 Protein EIN4 5.576009635 L4_chemical_C3 +LQ05X026650 Putative uncharacterized protein 10.85488134 C6_control_A1 +LQ05X026650 Putative uncharacterized protein 10.94920375 C6_control_A3 +LQ05X026650 Putative uncharacterized protein 11.03825815 C6_control_B1 +LQ05X026650 Putative uncharacterized protein 11.32618002 C6_control_B2 +LQ05X026650 Putative uncharacterized protein 11.39791764 C6_control_B3 +LQ05X026650 Putative uncharacterized protein 11.91482421 C6_control_C1 +LQ05X026650 Putative uncharacterized protein 11.52921089 C6_control_C2 +LQ05X026650 Putative uncharacterized protein 12.14638965 C6_control_C3 +LQ05X026650 Putative uncharacterized protein 10.78545396 C6_chemical_A1 +LQ05X026650 Putative uncharacterized protein 11.46342585 C6_chemical_A3 +LQ05X026650 Putative uncharacterized protein 11.18997827 C6_chemical_B1 +LQ05X026650 Putative uncharacterized protein 11.47753134 C6_chemical_B2 +LQ05X026650 Putative uncharacterized protein 11.31808245 C6_chemical_B3 +LQ05X026650 Putative uncharacterized protein 11.5720869 C6_chemical_C1 +LQ05X026650 Putative uncharacterized protein 12.20787802 C6_chemical_C2 +LQ05X026650 Putative uncharacterized protein 11.9251088 C6_chemical_C3 +LQ05X026650 Putative uncharacterized protein 10.86734148 L4_control_A1 +LQ05X026650 Putative uncharacterized protein 11.18885189 L4_control_A2 +LQ05X026650 Putative uncharacterized protein 11.40900818 L4_control_A3 +LQ05X026650 Putative uncharacterized protein 11.61886434 L4_control_B1 +LQ05X026650 Putative uncharacterized protein 11.549793 L4_control_B2 +LQ05X026650 Putative uncharacterized protein 11.71358334 L4_control_B3 +LQ05X026650 Putative uncharacterized protein 13.01073178 L4_control_C2 +LQ05X026650 Putative uncharacterized protein 13.14129981 L4_control_C3 +LQ05X026650 Putative uncharacterized protein 10.43465449 L4_chemical_A1 +LQ05X026650 Putative uncharacterized protein 11.11040064 L4_chemical_A2 +LQ05X026650 Putative uncharacterized protein 10.88560956 L4_chemical_A3 +LQ05X026650 Putative uncharacterized protein 11.45833812 L4_chemical_B1 +LQ05X026650 Putative uncharacterized protein 11.64801899 L4_chemical_B2 +LQ05X026650 Putative uncharacterized protein 11.21147099 L4_chemical_B3 +LQ05X026650 Putative uncharacterized protein 12.93103566 L4_chemical_C2 +LQ05X026650 Putative uncharacterized protein 13.06612548 L4_chemical_C3 +LQ05X026660 Predicted protein 11.27281904 C6_control_A1 +LQ05X026660 Predicted protein 10.82541031 C6_control_A3 +LQ05X026660 Predicted protein 11.52960043 C6_control_B1 +LQ05X026660 Predicted protein 11.68345774 C6_control_B2 +LQ05X026660 Predicted protein 11.62208894 C6_control_B3 +LQ05X026660 Predicted protein 9.306502994 C6_control_C1 +LQ05X026660 Predicted protein 8.956653697 C6_control_C2 +LQ05X026660 Predicted protein 9.255916263 C6_control_C3 +LQ05X026660 Predicted protein 11.11555953 C6_chemical_A1 +LQ05X026660 Predicted protein 10.88317058 C6_chemical_A3 +LQ05X026660 Predicted protein 11.20434299 C6_chemical_B1 +LQ05X026660 Predicted protein 11.50267142 C6_chemical_B2 +LQ05X026660 Predicted protein 11.1589014 C6_chemical_B3 +LQ05X026660 Predicted protein 8.867874865 C6_chemical_C1 +LQ05X026660 Predicted protein 9.141701964 C6_chemical_C2 +LQ05X026660 Predicted protein 9.132483489 C6_chemical_C3 +LQ05X026660 Predicted protein 11.40626737 L4_control_A1 +LQ05X026660 Predicted protein 11.74525618 L4_control_A2 +LQ05X026660 Predicted protein 11.54522921 L4_control_A3 +LQ05X026660 Predicted protein 11.44201307 L4_control_B1 +LQ05X026660 Predicted protein 11.08742292 L4_control_B2 +LQ05X026660 Predicted protein 11.45481108 L4_control_B3 +LQ05X026660 Predicted protein 10.15242014 L4_control_C2 +LQ05X026660 Predicted protein 9.672044372 L4_control_C3 +LQ05X026660 Predicted protein 10.79741085 L4_chemical_A1 +LQ05X026660 Predicted protein 11.2110901 L4_chemical_A2 +LQ05X026660 Predicted protein 11.29113634 L4_chemical_A3 +LQ05X026660 Predicted protein 11.30066957 L4_chemical_B1 +LQ05X026660 Predicted protein 11.65363632 L4_chemical_B2 +LQ05X026660 Predicted protein 11.11610128 L4_chemical_B3 +LQ05X026660 Predicted protein 9.997053575 L4_chemical_C2 +LQ05X026660 Predicted protein 10.14926099 L4_chemical_C3 +LQ05X026720 Predicted protein 7.138592967 C6_control_A1 +LQ05X026720 Predicted protein 6.547789435 C6_control_A3 +LQ05X026720 Predicted protein 5.695866967 C6_control_B1 +LQ05X026720 Predicted protein 6.259864401 C6_control_B2 +LQ05X026720 Predicted protein 5.592822431 C6_control_B3 +LQ05X026720 Predicted protein 5.314654575 C6_control_C1 +LQ05X026720 Predicted protein 4.874696393 C6_control_C2 +LQ05X026720 Predicted protein 5.52077016 C6_control_C3 +LQ05X026720 Predicted protein 6.364699289 C6_chemical_A1 +LQ05X026720 Predicted protein 7.016162752 C6_chemical_A3 +LQ05X026720 Predicted protein 5.156596659 C6_chemical_B1 +LQ05X026720 Predicted protein 5.642277437 C6_chemical_B2 +LQ05X026720 Predicted protein 5.788927642 C6_chemical_B3 +LQ05X026720 Predicted protein 5.442092772 C6_chemical_C1 +LQ05X026720 Predicted protein 5.364511635 C6_chemical_C2 +LQ05X026720 Predicted protein 5.614286427 C6_chemical_C3 +LQ05X026720 Predicted protein 6.110621104 L4_control_A1 +LQ05X026720 Predicted protein 6.359909092 L4_control_A2 +LQ05X026720 Predicted protein 6.318106623 L4_control_A3 +LQ05X026720 Predicted protein 6.093593359 L4_control_B1 +LQ05X026720 Predicted protein 6.117670967 L4_control_B2 +LQ05X026720 Predicted protein 5.616963291 L4_control_B3 +LQ05X026720 Predicted protein 5.511207156 L4_control_C2 +LQ05X026720 Predicted protein 5.263357857 L4_control_C3 +LQ05X026720 Predicted protein 6.171000122 L4_chemical_A1 +LQ05X026720 Predicted protein 5.792945813 L4_chemical_A2 +LQ05X026720 Predicted protein 6.508359211 L4_chemical_A3 +LQ05X026720 Predicted protein 5.248312557 L4_chemical_B1 +LQ05X026720 Predicted protein 5.209775269 L4_chemical_B2 +LQ05X026720 Predicted protein 5.559445338 L4_chemical_B3 +LQ05X026720 Predicted protein 5.663572711 L4_chemical_C2 +LQ05X026720 Predicted protein 5.537138336 L4_chemical_C3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.73590614 C6_control_A1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.78173331 C6_control_A3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.41581168 C6_control_B1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.38511859 C6_control_B2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.46825808 C6_control_B3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 11.06100164 C6_control_C1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.8961159 C6_control_C2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 11.11248485 C6_control_C3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.48423053 C6_chemical_A1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.7413712 C6_chemical_A3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.36164087 C6_chemical_B1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.11116588 C6_chemical_B2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.17042514 C6_chemical_B3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.96243327 C6_chemical_C1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.88412122 C6_chemical_C2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.80301355 C6_chemical_C3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.93685362 L4_control_A1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 11.02797333 L4_control_A2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 11.45866962 L4_control_A3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.4663514 L4_control_B1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.73609277 L4_control_B2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 9.753738264 L4_control_B3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 11.39876522 L4_control_C2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.87322823 L4_control_C3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.44805435 L4_chemical_A1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.78495739 L4_chemical_A2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 11.23353994 L4_chemical_A3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 11.00376997 L4_chemical_B1 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.74685376 L4_chemical_B2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 9.993943836 L4_chemical_B3 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 11.20878445 L4_chemical_C2 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.96762765 L4_chemical_C3 +LQ05X026740 Putative uncharacterized protein 4.683949104 C6_control_A1 +LQ05X026740 Putative uncharacterized protein 4.750604236 C6_control_A3 +LQ05X026740 Putative uncharacterized protein 5.052684659 C6_control_B1 +LQ05X026740 Putative uncharacterized protein 4.925614162 C6_control_B2 +LQ05X026740 Putative uncharacterized protein 5.095639773 C6_control_B3 +LQ05X026740 Putative uncharacterized protein 5.270906455 C6_control_C1 +LQ05X026740 Putative uncharacterized protein 4.81408712 C6_control_C2 +LQ05X026740 Putative uncharacterized protein 5.185105817 C6_control_C3 +LQ05X026740 Putative uncharacterized protein 4.947546012 C6_chemical_A1 +LQ05X026740 Putative uncharacterized protein 4.761877268 C6_chemical_A3 +LQ05X026740 Putative uncharacterized protein 5.087524533 C6_chemical_B1 +LQ05X026740 Putative uncharacterized protein 4.953138608 C6_chemical_B2 +LQ05X026740 Putative uncharacterized protein 5.032613442 C6_chemical_B3 +LQ05X026740 Putative uncharacterized protein 5.274922944 C6_chemical_C1 +LQ05X026740 Putative uncharacterized protein 5.018152491 C6_chemical_C2 +LQ05X026740 Putative uncharacterized protein 5.499487783 C6_chemical_C3 +LQ05X026740 Putative uncharacterized protein 4.828899868 L4_control_A1 +LQ05X026740 Putative uncharacterized protein 4.801099341 L4_control_A2 +LQ05X026740 Putative uncharacterized protein 4.851888569 L4_control_A3 +LQ05X026740 Putative uncharacterized protein 5.240720446 L4_control_B1 +LQ05X026740 Putative uncharacterized protein 5.314691804 L4_control_B2 +LQ05X026740 Putative uncharacterized protein 4.837163357 L4_control_B3 +LQ05X026740 Putative uncharacterized protein 5.125113516 L4_control_C2 +LQ05X026740 Putative uncharacterized protein 5.718625027 L4_control_C3 +LQ05X026740 Putative uncharacterized protein 4.991445337 L4_chemical_A1 +LQ05X026740 Putative uncharacterized protein 4.841488292 L4_chemical_A2 +LQ05X026740 Putative uncharacterized protein 5.050286552 L4_chemical_A3 +LQ05X026740 Putative uncharacterized protein 5.141306427 L4_chemical_B1 +LQ05X026740 Putative uncharacterized protein 5.3323803 L4_chemical_B2 +LQ05X026740 Putative uncharacterized protein 5.037778598 L4_chemical_B3 +LQ05X026740 Putative uncharacterized protein 5.329048104 L4_chemical_C2 +LQ05X026740 Putative uncharacterized protein 5.777566766 L4_chemical_C3 +LQ05X026750 60S ribosomal protein L10a-3 15.10485008 C6_control_A1 +LQ05X026750 60S ribosomal protein L10a-3 15.44538831 C6_control_A3 +LQ05X026750 60S ribosomal protein L10a-3 15.00204974 C6_control_B1 +LQ05X026750 60S ribosomal protein L10a-3 14.83855833 C6_control_B2 +LQ05X026750 60S ribosomal protein L10a-3 14.77192252 C6_control_B3 +LQ05X026750 60S ribosomal protein L10a-3 14.60700048 C6_control_C1 +LQ05X026750 60S ribosomal protein L10a-3 14.69405414 C6_control_C2 +LQ05X026750 60S ribosomal protein L10a-3 14.46058354 C6_control_C3 +LQ05X026750 60S ribosomal protein L10a-3 14.71247022 C6_chemical_A1 +LQ05X026750 60S ribosomal protein L10a-3 15.12318238 C6_chemical_A3 +LQ05X026750 60S ribosomal protein L10a-3 14.78483991 C6_chemical_B1 +LQ05X026750 60S ribosomal protein L10a-3 14.41757867 C6_chemical_B2 +LQ05X026750 60S ribosomal protein L10a-3 14.71116577 C6_chemical_B3 +LQ05X026750 60S ribosomal protein L10a-3 14.60461879 C6_chemical_C1 +LQ05X026750 60S ribosomal protein L10a-3 14.29722564 C6_chemical_C2 +LQ05X026750 60S ribosomal protein L10a-3 14.19041363 C6_chemical_C3 +LQ05X026750 60S ribosomal protein L10a-3 14.95365824 L4_control_A1 +LQ05X026750 60S ribosomal protein L10a-3 14.73785531 L4_control_A2 +LQ05X026750 60S ribosomal protein L10a-3 14.71465626 L4_control_A3 +LQ05X026750 60S ribosomal protein L10a-3 14.55170388 L4_control_B1 +LQ05X026750 60S ribosomal protein L10a-3 14.82893193 L4_control_B2 +LQ05X026750 60S ribosomal protein L10a-3 14.74457091 L4_control_B3 +LQ05X026750 60S ribosomal protein L10a-3 14.90393377 L4_control_C2 +LQ05X026750 60S ribosomal protein L10a-3 14.65945677 L4_control_C3 +LQ05X026750 60S ribosomal protein L10a-3 14.89524898 L4_chemical_A1 +LQ05X026750 60S ribosomal protein L10a-3 14.34122036 L4_chemical_A2 +LQ05X026750 60S ribosomal protein L10a-3 14.3736891 L4_chemical_A3 +LQ05X026750 60S ribosomal protein L10a-3 14.91240545 L4_chemical_B1 +LQ05X026750 60S ribosomal protein L10a-3 14.9039024 L4_chemical_B2 +LQ05X026750 60S ribosomal protein L10a-3 14.7458726 L4_chemical_B3 +LQ05X026750 60S ribosomal protein L10a-3 14.9296204 L4_chemical_C2 +LQ05X026750 60S ribosomal protein L10a-3 14.64847387 L4_chemical_C3 +LQ05X026820 Putative Predicted protein 5.121949357 C6_control_A1 +LQ05X026820 Putative Predicted protein 5.058541639 C6_control_A3 +LQ05X026820 Putative Predicted protein 5.366772248 C6_control_B1 +LQ05X026820 Putative Predicted protein 4.886781543 C6_control_B2 +LQ05X026820 Putative Predicted protein 5.040918071 C6_control_B3 +LQ05X026820 Putative Predicted protein 5.036025153 C6_control_C1 +LQ05X026820 Putative Predicted protein 5.207689523 C6_control_C2 +LQ05X026820 Putative Predicted protein 5.074754823 C6_control_C3 +LQ05X026820 Putative Predicted protein 4.970813837 C6_chemical_A1 +LQ05X026820 Putative Predicted protein 4.977049627 C6_chemical_A3 +LQ05X026820 Putative Predicted protein 5.003480724 C6_chemical_B1 +LQ05X026820 Putative Predicted protein 5.085774363 C6_chemical_B2 +LQ05X026820 Putative Predicted protein 5.073891045 C6_chemical_B3 +LQ05X026820 Putative Predicted protein 4.962239775 C6_chemical_C1 +LQ05X026820 Putative Predicted protein 5.071009054 C6_chemical_C2 +LQ05X026820 Putative Predicted protein 5.032593949 C6_chemical_C3 +LQ05X026820 Putative Predicted protein 5.274865331 L4_control_A1 +LQ05X026820 Putative Predicted protein 5.566780909 L4_control_A2 +LQ05X026820 Putative Predicted protein 5.498457096 L4_control_A3 +LQ05X026820 Putative Predicted protein 5.156865514 L4_control_B1 +LQ05X026820 Putative Predicted protein 5.113272533 L4_control_B2 +LQ05X026820 Putative Predicted protein 5.233598736 L4_control_B3 +LQ05X026820 Putative Predicted protein 5.169136067 L4_control_C2 +LQ05X026820 Putative Predicted protein 5.254378264 L4_control_C3 +LQ05X026820 Putative Predicted protein 5.580341532 L4_chemical_A1 +LQ05X026820 Putative Predicted protein 5.358522875 L4_chemical_A2 +LQ05X026820 Putative Predicted protein 5.031825732 L4_chemical_A3 +LQ05X026820 Putative Predicted protein 5.599952885 L4_chemical_B1 +LQ05X026820 Putative Predicted protein 5.245002581 L4_chemical_B2 +LQ05X026820 Putative Predicted protein 4.958271123 L4_chemical_B3 +LQ05X026820 Putative Predicted protein 5.325892541 L4_chemical_C2 +LQ05X026820 Putative Predicted protein 5.9454652 L4_chemical_C3 +LQ05X027000 GDSL esterase/lipase At4g10955 8.860865227 C6_control_A1 +LQ05X027000 GDSL esterase/lipase At4g10955 6.345360053 C6_control_A3 +LQ05X027000 GDSL esterase/lipase At4g10955 10.23942867 C6_control_B1 +LQ05X027000 GDSL esterase/lipase At4g10955 11.92762234 C6_control_B2 +LQ05X027000 GDSL esterase/lipase At4g10955 11.77075262 C6_control_B3 +LQ05X027000 GDSL esterase/lipase At4g10955 11.32153254 C6_control_C1 +LQ05X027000 GDSL esterase/lipase At4g10955 13.25029826 C6_control_C2 +LQ05X027000 GDSL esterase/lipase At4g10955 12.63166828 C6_control_C3 +LQ05X027000 GDSL esterase/lipase At4g10955 8.111313115 C6_chemical_A1 +LQ05X027000 GDSL esterase/lipase At4g10955 8.130242953 C6_chemical_A3 +LQ05X027000 GDSL esterase/lipase At4g10955 9.475803472 C6_chemical_B1 +LQ05X027000 GDSL esterase/lipase At4g10955 11.19108877 C6_chemical_B2 +LQ05X027000 GDSL esterase/lipase At4g10955 11.47311822 C6_chemical_B3 +LQ05X027000 GDSL esterase/lipase At4g10955 10.15812879 C6_chemical_C1 +LQ05X027000 GDSL esterase/lipase At4g10955 12.19711165 C6_chemical_C2 +LQ05X027000 GDSL esterase/lipase At4g10955 14.15589995 C6_chemical_C3 +LQ05X027000 GDSL esterase/lipase At4g10955 7.200323385 L4_control_A1 +LQ05X027000 GDSL esterase/lipase At4g10955 10.42765389 L4_control_A2 +LQ05X027000 GDSL esterase/lipase At4g10955 7.363849037 L4_control_A3 +LQ05X027000 GDSL esterase/lipase At4g10955 11.24485272 L4_control_B1 +LQ05X027000 GDSL esterase/lipase At4g10955 11.40783794 L4_control_B2 +LQ05X027000 GDSL esterase/lipase At4g10955 11.92794907 L4_control_B3 +LQ05X027000 GDSL esterase/lipase At4g10955 12.21535728 L4_control_C2 +LQ05X027000 GDSL esterase/lipase At4g10955 13.11455515 L4_control_C3 +LQ05X027000 GDSL esterase/lipase At4g10955 9.066731212 L4_chemical_A1 +LQ05X027000 GDSL esterase/lipase At4g10955 10.07276778 L4_chemical_A2 +LQ05X027000 GDSL esterase/lipase At4g10955 7.846570109 L4_chemical_A3 +LQ05X027000 GDSL esterase/lipase At4g10955 11.13871086 L4_chemical_B1 +LQ05X027000 GDSL esterase/lipase At4g10955 9.996457765 L4_chemical_B2 +LQ05X027000 GDSL esterase/lipase At4g10955 10.72637957 L4_chemical_B3 +LQ05X027000 GDSL esterase/lipase At4g10955 12.94446267 L4_chemical_C2 +LQ05X027000 GDSL esterase/lipase At4g10955 12.36229101 L4_chemical_C3 +LQ05X027010 Putative Gb|AAF32477.1 7.860302365 C6_control_A1 +LQ05X027010 Putative Gb|AAF32477.1 5.713262939 C6_control_A3 +LQ05X027010 Putative Gb|AAF32477.1 8.638924443 C6_control_B1 +LQ05X027010 Putative Gb|AAF32477.1 10.6338613 C6_control_B2 +LQ05X027010 Putative Gb|AAF32477.1 10.37953258 C6_control_B3 +LQ05X027010 Putative Gb|AAF32477.1 10.53420653 C6_control_C1 +LQ05X027010 Putative Gb|AAF32477.1 11.05377949 C6_control_C2 +LQ05X027010 Putative Gb|AAF32477.1 11.01424066 C6_control_C3 +LQ05X027010 Putative Gb|AAF32477.1 6.851176898 C6_chemical_A1 +LQ05X027010 Putative Gb|AAF32477.1 6.459508067 C6_chemical_A3 +LQ05X027010 Putative Gb|AAF32477.1 7.286241742 C6_chemical_B1 +LQ05X027010 Putative Gb|AAF32477.1 10.16029307 C6_chemical_B2 +LQ05X027010 Putative Gb|AAF32477.1 9.862466505 C6_chemical_B3 +LQ05X027010 Putative Gb|AAF32477.1 9.153822564 C6_chemical_C1 +LQ05X027010 Putative Gb|AAF32477.1 10.18822292 C6_chemical_C2 +LQ05X027010 Putative Gb|AAF32477.1 11.66350918 C6_chemical_C3 +LQ05X027010 Putative Gb|AAF32477.1 6.066226546 L4_control_A1 +LQ05X027010 Putative Gb|AAF32477.1 8.211399159 L4_control_A2 +LQ05X027010 Putative Gb|AAF32477.1 5.584243737 L4_control_A3 +LQ05X027010 Putative Gb|AAF32477.1 9.506968798 L4_control_B1 +LQ05X027010 Putative Gb|AAF32477.1 9.752201019 L4_control_B2 +LQ05X027010 Putative Gb|AAF32477.1 10.50724693 L4_control_B3 +LQ05X027010 Putative Gb|AAF32477.1 10.15923253 L4_control_C2 +LQ05X027010 Putative Gb|AAF32477.1 10.89739062 L4_control_C3 +LQ05X027010 Putative Gb|AAF32477.1 7.169359452 L4_chemical_A1 +LQ05X027010 Putative Gb|AAF32477.1 8.074889858 L4_chemical_A2 +LQ05X027010 Putative Gb|AAF32477.1 6.44034567 L4_chemical_A3 +LQ05X027010 Putative Gb|AAF32477.1 9.287950777 L4_chemical_B1 +LQ05X027010 Putative Gb|AAF32477.1 7.957167051 L4_chemical_B2 +LQ05X027010 Putative Gb|AAF32477.1 9.301877257 L4_chemical_B3 +LQ05X027010 Putative Gb|AAF32477.1 10.10815175 L4_chemical_C2 +LQ05X027010 Putative Gb|AAF32477.1 10.04330598 L4_chemical_C3 +LQ05X027020 Putative uncharacterized protein 10.53675029 C6_control_A1 +LQ05X027020 Putative uncharacterized protein 7.120178266 C6_control_A3 +LQ05X027020 Putative uncharacterized protein 12.92210118 C6_control_B1 +LQ05X027020 Putative uncharacterized protein 14.14860851 C6_control_B2 +LQ05X027020 Putative uncharacterized protein 13.90215529 C6_control_B3 +LQ05X027020 Putative uncharacterized protein 14.5127691 C6_control_C1 +LQ05X027020 Putative uncharacterized protein 15.07445758 C6_control_C2 +LQ05X027020 Putative uncharacterized protein 14.71651477 C6_control_C3 +LQ05X027020 Putative uncharacterized protein 10.59614098 C6_chemical_A1 +LQ05X027020 Putative uncharacterized protein 9.342767392 C6_chemical_A3 +LQ05X027020 Putative uncharacterized protein 12.48452881 C6_chemical_B1 +LQ05X027020 Putative uncharacterized protein 13.64119882 C6_chemical_B2 +LQ05X027020 Putative uncharacterized protein 13.73574857 C6_chemical_B3 +LQ05X027020 Putative uncharacterized protein 13.6220562 C6_chemical_C1 +LQ05X027020 Putative uncharacterized protein 14.52119219 C6_chemical_C2 +LQ05X027020 Putative uncharacterized protein 14.97652556 C6_chemical_C3 +LQ05X027020 Putative uncharacterized protein 9.380352229 L4_control_A1 +LQ05X027020 Putative uncharacterized protein 11.46446513 L4_control_A2 +LQ05X027020 Putative uncharacterized protein 6.519266311 L4_control_A3 +LQ05X027020 Putative uncharacterized protein 14.13108285 L4_control_B1 +LQ05X027020 Putative uncharacterized protein 14.13434432 L4_control_B2 +LQ05X027020 Putative uncharacterized protein 14.61164245 L4_control_B3 +LQ05X027020 Putative uncharacterized protein 14.58365514 L4_control_C2 +LQ05X027020 Putative uncharacterized protein 14.84532594 L4_control_C3 +LQ05X027020 Putative uncharacterized protein 10.53440131 L4_chemical_A1 +LQ05X027020 Putative uncharacterized protein 12.33458381 L4_chemical_A2 +LQ05X027020 Putative uncharacterized protein 9.397697857 L4_chemical_A3 +LQ05X027020 Putative uncharacterized protein 13.72008554 L4_chemical_B1 +LQ05X027020 Putative uncharacterized protein 13.69927281 L4_chemical_B2 +LQ05X027020 Putative uncharacterized protein 13.51281095 L4_chemical_B3 +LQ05X027020 Putative uncharacterized protein 14.67791469 L4_chemical_C2 +LQ05X027020 Putative uncharacterized protein 14.32474057 L4_chemical_C3 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.231475559 C6_control_A1 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.024718475 C6_control_A3 +LQ05X027050 Putative Poly(rC)-binding protein 1 8.260972094 C6_control_B1 +LQ05X027050 Putative Poly(rC)-binding protein 1 10.36118519 C6_control_B2 +LQ05X027050 Putative Poly(rC)-binding protein 1 8.625708841 C6_control_B3 +LQ05X027050 Putative Poly(rC)-binding protein 1 10.74216026 C6_control_C1 +LQ05X027050 Putative Poly(rC)-binding protein 1 11.02844349 C6_control_C2 +LQ05X027050 Putative Poly(rC)-binding protein 1 10.92643282 C6_control_C3 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.102479418 C6_chemical_A1 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.254344827 C6_chemical_A3 +LQ05X027050 Putative Poly(rC)-binding protein 1 8.263411798 C6_chemical_B1 +LQ05X027050 Putative Poly(rC)-binding protein 1 10.65137477 C6_chemical_B2 +LQ05X027050 Putative Poly(rC)-binding protein 1 8.860243259 C6_chemical_B3 +LQ05X027050 Putative Poly(rC)-binding protein 1 11.05636115 C6_chemical_C1 +LQ05X027050 Putative Poly(rC)-binding protein 1 11.19379013 C6_chemical_C2 +LQ05X027050 Putative Poly(rC)-binding protein 1 11.48687197 C6_chemical_C3 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.138834736 L4_control_A1 +LQ05X027050 Putative Poly(rC)-binding protein 1 8.484294369 L4_control_A2 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.532198681 L4_control_A3 +LQ05X027050 Putative Poly(rC)-binding protein 1 7.357680134 L4_control_B1 +LQ05X027050 Putative Poly(rC)-binding protein 1 7.873417943 L4_control_B2 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.958017598 L4_control_B3 +LQ05X027050 Putative Poly(rC)-binding protein 1 7.562944898 L4_control_C2 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.146049412 L4_control_C3 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.19162428 L4_chemical_A1 +LQ05X027050 Putative Poly(rC)-binding protein 1 8.113646935 L4_chemical_A2 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.104183704 L4_chemical_A3 +LQ05X027050 Putative Poly(rC)-binding protein 1 7.872168195 L4_chemical_B1 +LQ05X027050 Putative Poly(rC)-binding protein 1 7.67434667 L4_chemical_B2 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.399671194 L4_chemical_B3 +LQ05X027050 Putative Poly(rC)-binding protein 1 7.579492426 L4_chemical_C2 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.01130983 L4_chemical_C3 +LQ05X027070 Putative uncharacterized protein 13.40520622 C6_control_A1 +LQ05X027070 Putative uncharacterized protein 13.331431 C6_control_A3 +LQ05X027070 Putative uncharacterized protein 12.87061838 C6_control_B1 +LQ05X027070 Putative uncharacterized protein 12.7380803 C6_control_B2 +LQ05X027070 Putative uncharacterized protein 12.64192473 C6_control_B3 +LQ05X027070 Putative uncharacterized protein 12.99193709 C6_control_C1 +LQ05X027070 Putative uncharacterized protein 13.10649771 C6_control_C2 +LQ05X027070 Putative uncharacterized protein 12.64181114 C6_control_C3 +LQ05X027070 Putative uncharacterized protein 13.10104014 C6_chemical_A1 +LQ05X027070 Putative uncharacterized protein 13.3987748 C6_chemical_A3 +LQ05X027070 Putative uncharacterized protein 12.6925027 C6_chemical_B1 +LQ05X027070 Putative uncharacterized protein 12.62627035 C6_chemical_B2 +LQ05X027070 Putative uncharacterized protein 12.57704813 C6_chemical_B3 +LQ05X027070 Putative uncharacterized protein 12.90658559 C6_chemical_C1 +LQ05X027070 Putative uncharacterized protein 12.76125054 C6_chemical_C2 +LQ05X027070 Putative uncharacterized protein 12.72953982 C6_chemical_C3 +LQ05X027070 Putative uncharacterized protein 13.57158004 L4_control_A1 +LQ05X027070 Putative uncharacterized protein 13.25282856 L4_control_A2 +LQ05X027070 Putative uncharacterized protein 13.22665089 L4_control_A3 +LQ05X027070 Putative uncharacterized protein 12.20761594 L4_control_B1 +LQ05X027070 Putative uncharacterized protein 12.93702646 L4_control_B2 +LQ05X027070 Putative uncharacterized protein 12.63607195 L4_control_B3 +LQ05X027070 Putative uncharacterized protein 12.28020772 L4_control_C2 +LQ05X027070 Putative uncharacterized protein 12.36980119 L4_control_C3 +LQ05X027070 Putative uncharacterized protein 13.02921977 L4_chemical_A1 +LQ05X027070 Putative uncharacterized protein 12.73332195 L4_chemical_A2 +LQ05X027070 Putative uncharacterized protein 13.25254999 L4_chemical_A3 +LQ05X027070 Putative uncharacterized protein 12.26535268 L4_chemical_B1 +LQ05X027070 Putative uncharacterized protein 12.51688073 L4_chemical_B2 +LQ05X027070 Putative uncharacterized protein 13.00814433 L4_chemical_B3 +LQ05X027070 Putative uncharacterized protein 12.13504701 L4_chemical_C2 +LQ05X027070 Putative uncharacterized protein 12.38695883 L4_chemical_C3 +LQ05X027090 Histone H1.2 12.64330205 C6_control_A1 +LQ05X027090 Histone H1.2 12.96292576 C6_control_A3 +LQ05X027090 Histone H1.2 11.82244552 C6_control_B1 +LQ05X027090 Histone H1.2 11.81578335 C6_control_B2 +LQ05X027090 Histone H1.2 11.64658379 C6_control_B3 +LQ05X027090 Histone H1.2 12.16822743 C6_control_C1 +LQ05X027090 Histone H1.2 12.49755332 C6_control_C2 +LQ05X027090 Histone H1.2 13.28909685 C6_control_C3 +LQ05X027090 Histone H1.2 12.56861824 C6_chemical_A1 +LQ05X027090 Histone H1.2 13.14527792 C6_chemical_A3 +LQ05X027090 Histone H1.2 12.17172876 C6_chemical_B1 +LQ05X027090 Histone H1.2 12.05312515 C6_chemical_B2 +LQ05X027090 Histone H1.2 12.12505802 C6_chemical_B3 +LQ05X027090 Histone H1.2 12.24989945 C6_chemical_C1 +LQ05X027090 Histone H1.2 12.41951607 C6_chemical_C2 +LQ05X027090 Histone H1.2 13.60390981 C6_chemical_C3 +LQ05X027090 Histone H1.2 12.27725859 L4_control_A1 +LQ05X027090 Histone H1.2 11.5703099 L4_control_A2 +LQ05X027090 Histone H1.2 12.06589369 L4_control_A3 +LQ05X027090 Histone H1.2 11.66723354 L4_control_B1 +LQ05X027090 Histone H1.2 11.05076276 L4_control_B2 +LQ05X027090 Histone H1.2 11.87580525 L4_control_B3 +LQ05X027090 Histone H1.2 12.18667168 L4_control_C2 +LQ05X027090 Histone H1.2 12.71446823 L4_control_C3 +LQ05X027090 Histone H1.2 11.73890937 L4_chemical_A1 +LQ05X027090 Histone H1.2 11.15316596 L4_chemical_A2 +LQ05X027090 Histone H1.2 11.87120487 L4_chemical_A3 +LQ05X027090 Histone H1.2 11.66159503 L4_chemical_B1 +LQ05X027090 Histone H1.2 10.99396707 L4_chemical_B2 +LQ05X027090 Histone H1.2 12.18599177 L4_chemical_B3 +LQ05X027090 Histone H1.2 12.24406276 L4_chemical_C2 +LQ05X027090 Histone H1.2 12.5901493 L4_chemical_C3 +LQ05X027100 Probable WRKY transcription factor 74 10.03628937 C6_control_A1 +LQ05X027100 Probable WRKY transcription factor 74 10.23278644 C6_control_A3 +LQ05X027100 Probable WRKY transcription factor 74 9.953996681 C6_control_B1 +LQ05X027100 Probable WRKY transcription factor 74 9.515562083 C6_control_B2 +LQ05X027100 Probable WRKY transcription factor 74 9.674663394 C6_control_B3 +LQ05X027100 Probable WRKY transcription factor 74 10.27629406 C6_control_C1 +LQ05X027100 Probable WRKY transcription factor 74 10.02521045 C6_control_C2 +LQ05X027100 Probable WRKY transcription factor 74 10.74677399 C6_control_C3 +LQ05X027100 Probable WRKY transcription factor 74 10.25335678 C6_chemical_A1 +LQ05X027100 Probable WRKY transcription factor 74 10.30777488 C6_chemical_A3 +LQ05X027100 Probable WRKY transcription factor 74 9.316143841 C6_chemical_B1 +LQ05X027100 Probable WRKY transcription factor 74 9.628187648 C6_chemical_B2 +LQ05X027100 Probable WRKY transcription factor 74 9.569988762 C6_chemical_B3 +LQ05X027100 Probable WRKY transcription factor 74 10.24102089 C6_chemical_C1 +LQ05X027100 Probable WRKY transcription factor 74 9.756463412 C6_chemical_C2 +LQ05X027100 Probable WRKY transcription factor 74 10.12549865 C6_chemical_C3 +LQ05X027100 Probable WRKY transcription factor 74 10.17993628 L4_control_A1 +LQ05X027100 Probable WRKY transcription factor 74 9.575313345 L4_control_A2 +LQ05X027100 Probable WRKY transcription factor 74 9.820517645 L4_control_A3 +LQ05X027100 Probable WRKY transcription factor 74 9.555295497 L4_control_B1 +LQ05X027100 Probable WRKY transcription factor 74 9.063859581 L4_control_B2 +LQ05X027100 Probable WRKY transcription factor 74 9.020674608 L4_control_B3 +LQ05X027100 Probable WRKY transcription factor 74 9.69928043 L4_control_C2 +LQ05X027100 Probable WRKY transcription factor 74 9.813602755 L4_control_C3 +LQ05X027100 Probable WRKY transcription factor 74 10.35217501 L4_chemical_A1 +LQ05X027100 Probable WRKY transcription factor 74 9.926765116 L4_chemical_A2 +LQ05X027100 Probable WRKY transcription factor 74 10.33034262 L4_chemical_A3 +LQ05X027100 Probable WRKY transcription factor 74 9.738547048 L4_chemical_B1 +LQ05X027100 Probable WRKY transcription factor 74 9.250917866 L4_chemical_B2 +LQ05X027100 Probable WRKY transcription factor 74 9.485525931 L4_chemical_B3 +LQ05X027100 Probable WRKY transcription factor 74 9.803735003 L4_chemical_C2 +LQ05X027100 Probable WRKY transcription factor 74 9.49450721 L4_chemical_C3 +LQ05X027120 Putative uncharacterized protein 7.81908997 C6_control_A1 +LQ05X027120 Putative uncharacterized protein 7.124745697 C6_control_A3 +LQ05X027120 Putative uncharacterized protein 6.512991105 C6_control_B1 +LQ05X027120 Putative uncharacterized protein 6.640611708 C6_control_B2 +LQ05X027120 Putative uncharacterized protein 7.662803095 C6_control_B3 +LQ05X027120 Putative uncharacterized protein 5.943209792 C6_control_C1 +LQ05X027120 Putative uncharacterized protein 6.354716604 C6_control_C2 +LQ05X027120 Putative uncharacterized protein 7.033179975 C6_control_C3 +LQ05X027120 Putative uncharacterized protein 7.476522647 C6_chemical_A1 +LQ05X027120 Putative uncharacterized protein 7.014621479 C6_chemical_A3 +LQ05X027120 Putative uncharacterized protein 6.666192214 C6_chemical_B1 +LQ05X027120 Putative uncharacterized protein 6.473279203 C6_chemical_B2 +LQ05X027120 Putative uncharacterized protein 7.084695006 C6_chemical_B3 +LQ05X027120 Putative uncharacterized protein 6.312536621 C6_chemical_C1 +LQ05X027120 Putative uncharacterized protein 6.622254246 C6_chemical_C2 +LQ05X027120 Putative uncharacterized protein 7.087534031 C6_chemical_C3 +LQ05X027120 Putative uncharacterized protein 7.101598306 L4_control_A1 +LQ05X027120 Putative uncharacterized protein 8.4964831 L4_control_A2 +LQ05X027120 Putative uncharacterized protein 8.077404581 L4_control_A3 +LQ05X027120 Putative uncharacterized protein 7.178477219 L4_control_B1 +LQ05X027120 Putative uncharacterized protein 7.507101206 L4_control_B2 +LQ05X027120 Putative uncharacterized protein 7.434191815 L4_control_B3 +LQ05X027120 Putative uncharacterized protein 8.311229329 L4_control_C2 +LQ05X027120 Putative uncharacterized protein 7.65355134 L4_control_C3 +LQ05X027120 Putative uncharacterized protein 7.261325528 L4_chemical_A1 +LQ05X027120 Putative uncharacterized protein 8.622304805 L4_chemical_A2 +LQ05X027120 Putative uncharacterized protein 8.731882079 L4_chemical_A3 +LQ05X027120 Putative uncharacterized protein 7.407331553 L4_chemical_B1 +LQ05X027120 Putative uncharacterized protein 7.706776717 L4_chemical_B2 +LQ05X027120 Putative uncharacterized protein 7.497910919 L4_chemical_B3 +LQ05X027120 Putative uncharacterized protein 7.949046106 L4_chemical_C2 +LQ05X027120 Putative uncharacterized protein 7.824691384 L4_chemical_C3 +LQ05X027160 Ring finger protein, putative 5.191565118 C6_control_A1 +LQ05X027160 Ring finger protein, putative 5.743101473 C6_control_A3 +LQ05X027160 Ring finger protein, putative 5.38352836 C6_control_B1 +LQ05X027160 Ring finger protein, putative 5.207624499 C6_control_B2 +LQ05X027160 Ring finger protein, putative 5.264605133 C6_control_B3 +LQ05X027160 Ring finger protein, putative 4.841781726 C6_control_C1 +LQ05X027160 Ring finger protein, putative 5.233759957 C6_control_C2 +LQ05X027160 Ring finger protein, putative 4.96290364 C6_control_C3 +LQ05X027160 Ring finger protein, putative 5.419193339 C6_chemical_A1 +LQ05X027160 Ring finger protein, putative 5.263640839 C6_chemical_A3 +LQ05X027160 Ring finger protein, putative 5.58764519 C6_chemical_B1 +LQ05X027160 Ring finger protein, putative 4.959457241 C6_chemical_B2 +LQ05X027160 Ring finger protein, putative 5.150662314 C6_chemical_B3 +LQ05X027160 Ring finger protein, putative 5.303685355 C6_chemical_C1 +LQ05X027160 Ring finger protein, putative 5.216041726 C6_chemical_C2 +LQ05X027160 Ring finger protein, putative 4.959477052 C6_chemical_C3 +LQ05X027160 Ring finger protein, putative 5.392416085 L4_control_A1 +LQ05X027160 Ring finger protein, putative 5.235600333 L4_control_A2 +LQ05X027160 Ring finger protein, putative 5.818151824 L4_control_A3 +LQ05X027160 Ring finger protein, putative 5.087006071 L4_control_B1 +LQ05X027160 Ring finger protein, putative 5.549284755 L4_control_B2 +LQ05X027160 Ring finger protein, putative 4.935279112 L4_control_B3 +LQ05X027160 Ring finger protein, putative 5.207531034 L4_control_C2 +LQ05X027160 Ring finger protein, putative 5.468465937 L4_control_C3 +LQ05X027160 Ring finger protein, putative 5.643059504 L4_chemical_A1 +LQ05X027160 Ring finger protein, putative 5.479971336 L4_chemical_A2 +LQ05X027160 Ring finger protein, putative 5.936773744 L4_chemical_A3 +LQ05X027160 Ring finger protein, putative 5.83010407 L4_chemical_B1 +LQ05X027160 Ring finger protein, putative 5.530615491 L4_chemical_B2 +LQ05X027160 Ring finger protein, putative 5.030849148 L4_chemical_B3 +LQ05X027160 Ring finger protein, putative 5.326320729 L4_chemical_C2 +LQ05X027160 Ring finger protein, putative 4.876808872 L4_chemical_C3 +LQ05X027210 Pathogenesis-related protein PR-4B 7.896898282 C6_control_A1 +LQ05X027210 Pathogenesis-related protein PR-4B 6.201525293 C6_control_A3 +LQ05X027210 Pathogenesis-related protein PR-4B 9.573572058 C6_control_B1 +LQ05X027210 Pathogenesis-related protein PR-4B 9.70267736 C6_control_B2 +LQ05X027210 Pathogenesis-related protein PR-4B 10.64100469 C6_control_B3 +LQ05X027210 Pathogenesis-related protein PR-4B 5.269816154 C6_control_C1 +LQ05X027210 Pathogenesis-related protein PR-4B 5.588774977 C6_control_C2 +LQ05X027210 Pathogenesis-related protein PR-4B 5.266071452 C6_control_C3 +LQ05X027210 Pathogenesis-related protein PR-4B 7.770302807 C6_chemical_A1 +LQ05X027210 Pathogenesis-related protein PR-4B 7.760046009 C6_chemical_A3 +LQ05X027210 Pathogenesis-related protein PR-4B 9.492169786 C6_chemical_B1 +LQ05X027210 Pathogenesis-related protein PR-4B 9.673533845 C6_chemical_B2 +LQ05X027210 Pathogenesis-related protein PR-4B 9.859733371 C6_chemical_B3 +LQ05X027210 Pathogenesis-related protein PR-4B 6.180079238 C6_chemical_C1 +LQ05X027210 Pathogenesis-related protein PR-4B 5.329369336 C6_chemical_C2 +LQ05X027210 Pathogenesis-related protein PR-4B 6.13950961 C6_chemical_C3 +LQ05X027210 Pathogenesis-related protein PR-4B 7.347139211 L4_control_A1 +LQ05X027210 Pathogenesis-related protein PR-4B 8.118215516 L4_control_A2 +LQ05X027210 Pathogenesis-related protein PR-4B 6.578370806 L4_control_A3 +LQ05X027210 Pathogenesis-related protein PR-4B 10.44173129 L4_control_B1 +LQ05X027210 Pathogenesis-related protein PR-4B 10.43541122 L4_control_B2 +LQ05X027210 Pathogenesis-related protein PR-4B 10.0544991 L4_control_B3 +LQ05X027210 Pathogenesis-related protein PR-4B 5.968482034 L4_control_C2 +LQ05X027210 Pathogenesis-related protein PR-4B 5.092392644 L4_control_C3 +LQ05X027210 Pathogenesis-related protein PR-4B 6.944483839 L4_chemical_A1 +LQ05X027210 Pathogenesis-related protein PR-4B 7.845611068 L4_chemical_A2 +LQ05X027210 Pathogenesis-related protein PR-4B 6.104248917 L4_chemical_A3 +LQ05X027210 Pathogenesis-related protein PR-4B 9.871542148 L4_chemical_B1 +LQ05X027210 Pathogenesis-related protein PR-4B 10.60474836 L4_chemical_B2 +LQ05X027210 Pathogenesis-related protein PR-4B 9.605600033 L4_chemical_B3 +LQ05X027210 Pathogenesis-related protein PR-4B 5.714410431 L4_chemical_C2 +LQ05X027210 Pathogenesis-related protein PR-4B 6.043949147 L4_chemical_C3 +LQ05X027220 Pathogenesis-related protein P2 5.649766583 C6_control_A1 +LQ05X027220 Pathogenesis-related protein P2 5.570138409 C6_control_A3 +LQ05X027220 Pathogenesis-related protein P2 5.459007292 C6_control_B1 +LQ05X027220 Pathogenesis-related protein P2 5.398739288 C6_control_B2 +LQ05X027220 Pathogenesis-related protein P2 5.446194216 C6_control_B3 +LQ05X027220 Pathogenesis-related protein P2 4.986826052 C6_control_C1 +LQ05X027220 Pathogenesis-related protein P2 5.096523148 C6_control_C2 +LQ05X027220 Pathogenesis-related protein P2 5.535645688 C6_control_C3 +LQ05X027220 Pathogenesis-related protein P2 5.787875166 C6_chemical_A1 +LQ05X027220 Pathogenesis-related protein P2 5.274787641 C6_chemical_A3 +LQ05X027220 Pathogenesis-related protein P2 5.31116672 C6_chemical_B1 +LQ05X027220 Pathogenesis-related protein P2 5.472278104 C6_chemical_B2 +LQ05X027220 Pathogenesis-related protein P2 5.873327377 C6_chemical_B3 +LQ05X027220 Pathogenesis-related protein P2 5.066846664 C6_chemical_C1 +LQ05X027220 Pathogenesis-related protein P2 5.029704452 C6_chemical_C2 +LQ05X027220 Pathogenesis-related protein P2 5.346021286 C6_chemical_C3 +LQ05X027220 Pathogenesis-related protein P2 5.264263965 L4_control_A1 +LQ05X027220 Pathogenesis-related protein P2 5.748884228 L4_control_A2 +LQ05X027220 Pathogenesis-related protein P2 5.839361257 L4_control_A3 +LQ05X027220 Pathogenesis-related protein P2 5.3980181 L4_control_B1 +LQ05X027220 Pathogenesis-related protein P2 5.460341384 L4_control_B2 +LQ05X027220 Pathogenesis-related protein P2 5.460766688 L4_control_B3 +LQ05X027220 Pathogenesis-related protein P2 5.320023161 L4_control_C2 +LQ05X027220 Pathogenesis-related protein P2 5.366706743 L4_control_C3 +LQ05X027220 Pathogenesis-related protein P2 5.330104057 L4_chemical_A1 +LQ05X027220 Pathogenesis-related protein P2 5.508790155 L4_chemical_A2 +LQ05X027220 Pathogenesis-related protein P2 5.907876666 L4_chemical_A3 +LQ05X027220 Pathogenesis-related protein P2 5.927292066 L4_chemical_B1 +LQ05X027220 Pathogenesis-related protein P2 5.974623165 L4_chemical_B2 +LQ05X027220 Pathogenesis-related protein P2 5.612481928 L4_chemical_B3 +LQ05X027220 Pathogenesis-related protein P2 5.358033834 L4_chemical_C2 +LQ05X027220 Pathogenesis-related protein P2 5.315853094 L4_chemical_C3 +LQ05X027250 Pathogenesis-related protein P2 10.79867221 C6_control_A1 +LQ05X027250 Pathogenesis-related protein P2 12.87047609 C6_control_A3 +LQ05X027250 Pathogenesis-related protein P2 9.83441107 C6_control_B1 +LQ05X027250 Pathogenesis-related protein P2 11.96022694 C6_control_B2 +LQ05X027250 Pathogenesis-related protein P2 11.83607731 C6_control_B3 +LQ05X027250 Pathogenesis-related protein P2 15.27186194 C6_control_C1 +LQ05X027250 Pathogenesis-related protein P2 15.01960702 C6_control_C2 +LQ05X027250 Pathogenesis-related protein P2 15.6097647 C6_control_C3 +LQ05X027250 Pathogenesis-related protein P2 11.9743403 C6_chemical_A1 +LQ05X027250 Pathogenesis-related protein P2 13.58323956 C6_chemical_A3 +LQ05X027250 Pathogenesis-related protein P2 9.537631349 C6_chemical_B1 +LQ05X027250 Pathogenesis-related protein P2 11.53755907 C6_chemical_B2 +LQ05X027250 Pathogenesis-related protein P2 12.83143607 C6_chemical_B3 +LQ05X027250 Pathogenesis-related protein P2 15.3512545 C6_chemical_C1 +LQ05X027250 Pathogenesis-related protein P2 15.63086432 C6_chemical_C2 +LQ05X027250 Pathogenesis-related protein P2 14.89810675 C6_chemical_C3 +LQ05X027250 Pathogenesis-related protein P2 12.28573357 L4_control_A1 +LQ05X027250 Pathogenesis-related protein P2 11.89791171 L4_control_A2 +LQ05X027250 Pathogenesis-related protein P2 13.05106855 L4_control_A3 +LQ05X027250 Pathogenesis-related protein P2 11.36643877 L4_control_B1 +LQ05X027250 Pathogenesis-related protein P2 10.77481899 L4_control_B2 +LQ05X027250 Pathogenesis-related protein P2 15.07051914 L4_control_B3 +LQ05X027250 Pathogenesis-related protein P2 14.52910662 L4_control_C2 +LQ05X027250 Pathogenesis-related protein P2 14.79779729 L4_control_C3 +LQ05X027250 Pathogenesis-related protein P2 13.22314953 L4_chemical_A1 +LQ05X027250 Pathogenesis-related protein P2 13.00720227 L4_chemical_A2 +LQ05X027250 Pathogenesis-related protein P2 13.02940716 L4_chemical_A3 +LQ05X027250 Pathogenesis-related protein P2 12.75726147 L4_chemical_B1 +LQ05X027250 Pathogenesis-related protein P2 12.39330518 L4_chemical_B2 +LQ05X027250 Pathogenesis-related protein P2 13.54649678 L4_chemical_B3 +LQ05X027250 Pathogenesis-related protein P2 14.67487404 L4_chemical_C2 +LQ05X027250 Pathogenesis-related protein P2 15.39887225 L4_chemical_C3 +LQ05X027320 Pro-hevein 5.992378605 C6_control_A1 +LQ05X027320 Pro-hevein 5.070603133 C6_control_A3 +LQ05X027320 Pro-hevein 5.857009005 C6_control_B1 +LQ05X027320 Pro-hevein 5.822140429 C6_control_B2 +LQ05X027320 Pro-hevein 5.358976434 C6_control_B3 +LQ05X027320 Pro-hevein 5.800496128 C6_control_C1 +LQ05X027320 Pro-hevein 5.893523216 C6_control_C2 +LQ05X027320 Pro-hevein 6.418071535 C6_control_C3 +LQ05X027320 Pro-hevein 5.964075144 C6_chemical_A1 +LQ05X027320 Pro-hevein 6.040478953 C6_chemical_A3 +LQ05X027320 Pro-hevein 5.269346562 C6_chemical_B1 +LQ05X027320 Pro-hevein 6.322492278 C6_chemical_B2 +LQ05X027320 Pro-hevein 5.702209468 C6_chemical_B3 +LQ05X027320 Pro-hevein 5.936873007 C6_chemical_C1 +LQ05X027320 Pro-hevein 6.172685597 C6_chemical_C2 +LQ05X027320 Pro-hevein 7.781119545 C6_chemical_C3 +LQ05X027320 Pro-hevein 6.922338313 L4_control_A1 +LQ05X027320 Pro-hevein 5.500381568 L4_control_A2 +LQ05X027320 Pro-hevein 6.349003327 L4_control_A3 +LQ05X027320 Pro-hevein 6.314218634 L4_control_B1 +LQ05X027320 Pro-hevein 5.514697011 L4_control_B2 +LQ05X027320 Pro-hevein 5.86443638 L4_control_B3 +LQ05X027320 Pro-hevein 5.224476134 L4_control_C2 +LQ05X027320 Pro-hevein 7.598908977 L4_control_C3 +LQ05X027320 Pro-hevein 9.136607597 L4_chemical_A1 +LQ05X027320 Pro-hevein 8.479886993 L4_chemical_A2 +LQ05X027320 Pro-hevein 7.686086591 L4_chemical_A3 +LQ05X027320 Pro-hevein 9.718518259 L4_chemical_B1 +LQ05X027320 Pro-hevein 6.806729873 L4_chemical_B2 +LQ05X027320 Pro-hevein 5.924677038 L4_chemical_B3 +LQ05X027320 Pro-hevein 5.831571378 L4_chemical_C2 +LQ05X027320 Pro-hevein 6.789971036 L4_chemical_C3 +LQ05X027350 Auxin-responsive protein IAA16 5.621943734 C6_control_A1 +LQ05X027350 Auxin-responsive protein IAA16 5.381612132 C6_control_A3 +LQ05X027350 Auxin-responsive protein IAA16 5.541169474 C6_control_B1 +LQ05X027350 Auxin-responsive protein IAA16 5.90096255 C6_control_B2 +LQ05X027350 Auxin-responsive protein IAA16 5.775349882 C6_control_B3 +LQ05X027350 Auxin-responsive protein IAA16 5.517080684 C6_control_C1 +LQ05X027350 Auxin-responsive protein IAA16 6.603711145 C6_control_C2 +LQ05X027350 Auxin-responsive protein IAA16 5.476396913 C6_control_C3 +LQ05X027350 Auxin-responsive protein IAA16 5.474613676 C6_chemical_A1 +LQ05X027350 Auxin-responsive protein IAA16 5.37402632 C6_chemical_A3 +LQ05X027350 Auxin-responsive protein IAA16 5.726354212 C6_chemical_B1 +LQ05X027350 Auxin-responsive protein IAA16 5.69006357 C6_chemical_B2 +LQ05X027350 Auxin-responsive protein IAA16 5.587966248 C6_chemical_B3 +LQ05X027350 Auxin-responsive protein IAA16 5.535273739 C6_chemical_C1 +LQ05X027350 Auxin-responsive protein IAA16 5.286666158 C6_chemical_C2 +LQ05X027350 Auxin-responsive protein IAA16 5.576669424 C6_chemical_C3 +LQ05X027350 Auxin-responsive protein IAA16 5.536254239 L4_control_A1 +LQ05X027350 Auxin-responsive protein IAA16 5.35205722 L4_control_A2 +LQ05X027350 Auxin-responsive protein IAA16 5.501184934 L4_control_A3 +LQ05X027350 Auxin-responsive protein IAA16 5.539277005 L4_control_B1 +LQ05X027350 Auxin-responsive protein IAA16 5.489443997 L4_control_B2 +LQ05X027350 Auxin-responsive protein IAA16 5.513359585 L4_control_B3 +LQ05X027350 Auxin-responsive protein IAA16 5.497199613 L4_control_C2 +LQ05X027350 Auxin-responsive protein IAA16 5.668876409 L4_control_C3 +LQ05X027350 Auxin-responsive protein IAA16 5.406013575 L4_chemical_A1 +LQ05X027350 Auxin-responsive protein IAA16 5.362064725 L4_chemical_A2 +LQ05X027350 Auxin-responsive protein IAA16 5.513232298 L4_chemical_A3 +LQ05X027350 Auxin-responsive protein IAA16 5.178803586 L4_chemical_B1 +LQ05X027350 Auxin-responsive protein IAA16 5.384013447 L4_chemical_B2 +LQ05X027350 Auxin-responsive protein IAA16 5.669515259 L4_chemical_B3 +LQ05X027350 Auxin-responsive protein IAA16 5.655894632 L4_chemical_C2 +LQ05X027350 Auxin-responsive protein IAA16 5.472429407 L4_chemical_C3 +LQ05X027360 Auxin-induced protein 22D 12.89906451 C6_control_A1 +LQ05X027360 Auxin-induced protein 22D 13.0490058 C6_control_A3 +LQ05X027360 Auxin-induced protein 22D 12.60675313 C6_control_B1 +LQ05X027360 Auxin-induced protein 22D 11.46896363 C6_control_B2 +LQ05X027360 Auxin-induced protein 22D 12.93875452 C6_control_B3 +LQ05X027360 Auxin-induced protein 22D 10.42062567 C6_control_C1 +LQ05X027360 Auxin-induced protein 22D 10.70950307 C6_control_C2 +LQ05X027360 Auxin-induced protein 22D 12.12256504 C6_control_C3 +LQ05X027360 Auxin-induced protein 22D 12.46116309 C6_chemical_A1 +LQ05X027360 Auxin-induced protein 22D 13.21167892 C6_chemical_A3 +LQ05X027360 Auxin-induced protein 22D 12.06122817 C6_chemical_B1 +LQ05X027360 Auxin-induced protein 22D 11.42277597 C6_chemical_B2 +LQ05X027360 Auxin-induced protein 22D 13.27091677 C6_chemical_B3 +LQ05X027360 Auxin-induced protein 22D 10.4998392 C6_chemical_C1 +LQ05X027360 Auxin-induced protein 22D 9.587295071 C6_chemical_C2 +LQ05X027360 Auxin-induced protein 22D 11.31746225 C6_chemical_C3 +LQ05X027360 Auxin-induced protein 22D 12.64244099 L4_control_A1 +LQ05X027360 Auxin-induced protein 22D 13.071421 L4_control_A2 +LQ05X027360 Auxin-induced protein 22D 12.96940193 L4_control_A3 +LQ05X027360 Auxin-induced protein 22D 11.94449585 L4_control_B1 +LQ05X027360 Auxin-induced protein 22D 13.06127416 L4_control_B2 +LQ05X027360 Auxin-induced protein 22D 11.24547138 L4_control_B3 +LQ05X027360 Auxin-induced protein 22D 10.46952075 L4_control_C2 +LQ05X027360 Auxin-induced protein 22D 12.3449718 L4_control_C3 +LQ05X027360 Auxin-induced protein 22D 12.91588707 L4_chemical_A1 +LQ05X027360 Auxin-induced protein 22D 13.6137506 L4_chemical_A2 +LQ05X027360 Auxin-induced protein 22D 12.9328518 L4_chemical_A3 +LQ05X027360 Auxin-induced protein 22D 12.39597019 L4_chemical_B1 +LQ05X027360 Auxin-induced protein 22D 12.4237179 L4_chemical_B2 +LQ05X027360 Auxin-induced protein 22D 12.85032357 L4_chemical_B3 +LQ05X027360 Auxin-induced protein 22D 10.85768318 L4_chemical_C2 +LQ05X027360 Auxin-induced protein 22D 12.44786487 L4_chemical_C3 +LQ05X027380 Transcription factor UNE12 12.00906208 C6_control_A1 +LQ05X027380 Transcription factor UNE12 12.16824879 C6_control_A3 +LQ05X027380 Transcription factor UNE12 12.18642806 C6_control_B1 +LQ05X027380 Transcription factor UNE12 12.20848319 C6_control_B2 +LQ05X027380 Transcription factor UNE12 12.67415012 C6_control_B3 +LQ05X027380 Transcription factor UNE12 13.1026562 C6_control_C1 +LQ05X027380 Transcription factor UNE12 12.6164695 C6_control_C2 +LQ05X027380 Transcription factor UNE12 13.29975497 C6_control_C3 +LQ05X027380 Transcription factor UNE12 12.0320021 C6_chemical_A1 +LQ05X027380 Transcription factor UNE12 12.7635253 C6_chemical_A3 +LQ05X027380 Transcription factor UNE12 12.03455441 C6_chemical_B1 +LQ05X027380 Transcription factor UNE12 11.82739958 C6_chemical_B2 +LQ05X027380 Transcription factor UNE12 12.77687029 C6_chemical_B3 +LQ05X027380 Transcription factor UNE12 12.89634162 C6_chemical_C1 +LQ05X027380 Transcription factor UNE12 12.81213494 C6_chemical_C2 +LQ05X027380 Transcription factor UNE12 13.07103241 C6_chemical_C3 +LQ05X027380 Transcription factor UNE12 12.95310727 L4_control_A1 +LQ05X027380 Transcription factor UNE12 12.54640563 L4_control_A2 +LQ05X027380 Transcription factor UNE12 12.80850358 L4_control_A3 +LQ05X027380 Transcription factor UNE12 13.01328195 L4_control_B1 +LQ05X027380 Transcription factor UNE12 12.5679536 L4_control_B2 +LQ05X027380 Transcription factor UNE12 13.61799327 L4_control_B3 +LQ05X027380 Transcription factor UNE12 13.63641594 L4_control_C2 +LQ05X027380 Transcription factor UNE12 13.87392428 L4_control_C3 +LQ05X027380 Transcription factor UNE12 12.45146567 L4_chemical_A1 +LQ05X027380 Transcription factor UNE12 12.55684723 L4_chemical_A2 +LQ05X027380 Transcription factor UNE12 13.13466318 L4_chemical_A3 +LQ05X027380 Transcription factor UNE12 12.66553766 L4_chemical_B1 +LQ05X027380 Transcription factor UNE12 12.52205574 L4_chemical_B2 +LQ05X027380 Transcription factor UNE12 12.94295404 L4_chemical_B3 +LQ05X027380 Transcription factor UNE12 13.34546016 L4_chemical_C2 +LQ05X027380 Transcription factor UNE12 13.48676263 L4_chemical_C3 +LQ05X027390 Putative uncharacterized protein 13.32501203 C6_control_A1 +LQ05X027390 Putative uncharacterized protein 13.52133248 C6_control_A3 +LQ05X027390 Putative uncharacterized protein 13.26990266 C6_control_B1 +LQ05X027390 Putative uncharacterized protein 13.71002582 C6_control_B2 +LQ05X027390 Putative uncharacterized protein 13.36405804 C6_control_B3 +LQ05X027390 Putative uncharacterized protein 13.98144349 C6_control_C1 +LQ05X027390 Putative uncharacterized protein 13.96758202 C6_control_C2 +LQ05X027390 Putative uncharacterized protein 14.25710086 C6_control_C3 +LQ05X027390 Putative uncharacterized protein 13.1131668 C6_chemical_A1 +LQ05X027390 Putative uncharacterized protein 13.24442855 C6_chemical_A3 +LQ05X027390 Putative uncharacterized protein 13.00233776 C6_chemical_B1 +LQ05X027390 Putative uncharacterized protein 13.88217286 C6_chemical_B2 +LQ05X027390 Putative uncharacterized protein 13.44356899 C6_chemical_B3 +LQ05X027390 Putative uncharacterized protein 13.87875877 C6_chemical_C1 +LQ05X027390 Putative uncharacterized protein 14.00764425 C6_chemical_C2 +LQ05X027390 Putative uncharacterized protein 13.99720749 C6_chemical_C3 +LQ05X027390 Putative uncharacterized protein 12.87905409 L4_control_A1 +LQ05X027390 Putative uncharacterized protein 12.66550242 L4_control_A2 +LQ05X027390 Putative uncharacterized protein 11.73106512 L4_control_A3 +LQ05X027390 Putative uncharacterized protein 12.8832308 L4_control_B1 +LQ05X027390 Putative uncharacterized protein 12.00393265 L4_control_B2 +LQ05X027390 Putative uncharacterized protein 13.3803074 L4_control_B3 +LQ05X027390 Putative uncharacterized protein 13.05435808 L4_control_C2 +LQ05X027390 Putative uncharacterized protein 12.83800275 L4_control_C3 +LQ05X027390 Putative uncharacterized protein 12.86907667 L4_chemical_A1 +LQ05X027390 Putative uncharacterized protein 12.4068083 L4_chemical_A2 +LQ05X027390 Putative uncharacterized protein 11.67832774 L4_chemical_A3 +LQ05X027390 Putative uncharacterized protein 12.59608627 L4_chemical_B1 +LQ05X027390 Putative uncharacterized protein 12.72397302 L4_chemical_B2 +LQ05X027390 Putative uncharacterized protein 13.14349767 L4_chemical_B3 +LQ05X027390 Putative uncharacterized protein 13.14655187 L4_chemical_C2 +LQ05X027390 Putative uncharacterized protein 12.97288486 L4_chemical_C3 +LQ05X027410 Light-inducible protein CPRF2 5.014043054 C6_control_A1 +LQ05X027410 Light-inducible protein CPRF2 5.052482035 C6_control_A3 +LQ05X027410 Light-inducible protein CPRF2 4.949229256 C6_control_B1 +LQ05X027410 Light-inducible protein CPRF2 5.189672811 C6_control_B2 +LQ05X027410 Light-inducible protein CPRF2 5.082670629 C6_control_B3 +LQ05X027410 Light-inducible protein CPRF2 4.915870649 C6_control_C1 +LQ05X027410 Light-inducible protein CPRF2 5.042664964 C6_control_C2 +LQ05X027410 Light-inducible protein CPRF2 5.030976322 C6_control_C3 +LQ05X027410 Light-inducible protein CPRF2 5.406073398 C6_chemical_A1 +LQ05X027410 Light-inducible protein CPRF2 5.143162065 C6_chemical_A3 +LQ05X027410 Light-inducible protein CPRF2 5.273720199 C6_chemical_B1 +LQ05X027410 Light-inducible protein CPRF2 5.111203746 C6_chemical_B2 +LQ05X027410 Light-inducible protein CPRF2 5.047340143 C6_chemical_B3 +LQ05X027410 Light-inducible protein CPRF2 5.055672448 C6_chemical_C1 +LQ05X027410 Light-inducible protein CPRF2 5.368411363 C6_chemical_C2 +LQ05X027410 Light-inducible protein CPRF2 5.037895339 C6_chemical_C3 +LQ05X027410 Light-inducible protein CPRF2 5.378714473 L4_control_A1 +LQ05X027410 Light-inducible protein CPRF2 5.373079764 L4_control_A2 +LQ05X027410 Light-inducible protein CPRF2 5.289287079 L4_control_A3 +LQ05X027410 Light-inducible protein CPRF2 5.739058974 L4_control_B1 +LQ05X027410 Light-inducible protein CPRF2 5.158316556 L4_control_B2 +LQ05X027410 Light-inducible protein CPRF2 4.990960255 L4_control_B3 +LQ05X027410 Light-inducible protein CPRF2 4.86358727 L4_control_C2 +LQ05X027410 Light-inducible protein CPRF2 6.044934526 L4_control_C3 +LQ05X027410 Light-inducible protein CPRF2 5.143952582 L4_chemical_A1 +LQ05X027410 Light-inducible protein CPRF2 5.126683353 L4_chemical_A2 +LQ05X027410 Light-inducible protein CPRF2 5.377275341 L4_chemical_A3 +LQ05X027410 Light-inducible protein CPRF2 5.009499794 L4_chemical_B1 +LQ05X027410 Light-inducible protein CPRF2 5.2196101 L4_chemical_B2 +LQ05X027410 Light-inducible protein CPRF2 5.188300207 L4_chemical_B3 +LQ05X027410 Light-inducible protein CPRF2 5.900422306 L4_chemical_C2 +LQ05X027410 Light-inducible protein CPRF2 6.056900194 L4_chemical_C3 +LQ05X027420 V-type proton ATPase subunit F 5.183771427 C6_control_A1 +LQ05X027420 V-type proton ATPase subunit F 5.528625699 C6_control_A3 +LQ05X027420 V-type proton ATPase subunit F 5.429476758 C6_control_B1 +LQ05X027420 V-type proton ATPase subunit F 5.485069524 C6_control_B2 +LQ05X027420 V-type proton ATPase subunit F 4.963854723 C6_control_B3 +LQ05X027420 V-type proton ATPase subunit F 5.498353039 C6_control_C1 +LQ05X027420 V-type proton ATPase subunit F 6.715798627 C6_control_C2 +LQ05X027420 V-type proton ATPase subunit F 5.282750343 C6_control_C3 +LQ05X027420 V-type proton ATPase subunit F 4.989876597 C6_chemical_A1 +LQ05X027420 V-type proton ATPase subunit F 4.779113307 C6_chemical_A3 +LQ05X027420 V-type proton ATPase subunit F 5.342377152 C6_chemical_B1 +LQ05X027420 V-type proton ATPase subunit F 5.398352278 C6_chemical_B2 +LQ05X027420 V-type proton ATPase subunit F 5.333556553 C6_chemical_B3 +LQ05X027420 V-type proton ATPase subunit F 5.537335033 C6_chemical_C1 +LQ05X027420 V-type proton ATPase subunit F 5.402202786 C6_chemical_C2 +LQ05X027420 V-type proton ATPase subunit F 5.331307813 C6_chemical_C3 +LQ05X027420 V-type proton ATPase subunit F 4.970546896 L4_control_A1 +LQ05X027420 V-type proton ATPase subunit F 4.724246702 L4_control_A2 +LQ05X027420 V-type proton ATPase subunit F 5.879491181 L4_control_A3 +LQ05X027420 V-type proton ATPase subunit F 5.352979241 L4_control_B1 +LQ05X027420 V-type proton ATPase subunit F 4.793696495 L4_control_B2 +LQ05X027420 V-type proton ATPase subunit F 4.82411005 L4_control_B3 +LQ05X027420 V-type proton ATPase subunit F 5.426155471 L4_control_C2 +LQ05X027420 V-type proton ATPase subunit F 5.40719438 L4_control_C3 +LQ05X027420 V-type proton ATPase subunit F 4.632547291 L4_chemical_A1 +LQ05X027420 V-type proton ATPase subunit F 4.928718325 L4_chemical_A2 +LQ05X027420 V-type proton ATPase subunit F 5.610069549 L4_chemical_A3 +LQ05X027420 V-type proton ATPase subunit F 5.052945794 L4_chemical_B1 +LQ05X027420 V-type proton ATPase subunit F 5.008540918 L4_chemical_B2 +LQ05X027420 V-type proton ATPase subunit F 5.345985783 L4_chemical_B3 +LQ05X027420 V-type proton ATPase subunit F 5.021101939 L4_chemical_C2 +LQ05X027420 V-type proton ATPase subunit F 5.19138799 L4_chemical_C3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.02257066 C6_control_A1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.91615512 C6_control_A3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.06250803 C6_control_B1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.26111432 C6_control_B2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.8355122 C6_control_B3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.21939681 C6_control_C1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.572882 C6_control_C2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.04145016 C6_control_C3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.29792434 C6_chemical_A1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.42601949 C6_chemical_A3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.99164813 C6_chemical_B1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.82205309 C6_chemical_B2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.91293169 C6_chemical_B3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.93751525 C6_chemical_C1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.85931127 C6_chemical_C2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 13.81018728 C6_chemical_C3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.39551803 L4_control_A1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.33244468 L4_control_A2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.34457549 L4_control_A3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.99713019 L4_control_B1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.02752271 L4_control_B2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.5152047 L4_control_B3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.99149882 L4_control_C2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.67086673 L4_control_C3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.0684403 L4_chemical_A1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.93751993 L4_chemical_A2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.34214718 L4_chemical_A3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.94745082 L4_chemical_B1 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.66275729 L4_chemical_B2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.82538712 L4_chemical_B3 +LQ05X027430 GDP-mannose 3,5-epimerase 1 14.73991275 L4_chemical_C2 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.01366384 L4_chemical_C3 +LQ05X027440 Calcium ion binding protein, putative 11.13273538 C6_control_A1 +LQ05X027440 Calcium ion binding protein, putative 10.84268452 C6_control_A3 +LQ05X027440 Calcium ion binding protein, putative 11.65935368 C6_control_B1 +LQ05X027440 Calcium ion binding protein, putative 11.47705869 C6_control_B2 +LQ05X027440 Calcium ion binding protein, putative 11.61169008 C6_control_B3 +LQ05X027440 Calcium ion binding protein, putative 12.06502323 C6_control_C1 +LQ05X027440 Calcium ion binding protein, putative 11.60253856 C6_control_C2 +LQ05X027440 Calcium ion binding protein, putative 11.22332148 C6_control_C3 +LQ05X027440 Calcium ion binding protein, putative 11.24669737 C6_chemical_A1 +LQ05X027440 Calcium ion binding protein, putative 11.2813341 C6_chemical_A3 +LQ05X027440 Calcium ion binding protein, putative 11.65833505 C6_chemical_B1 +LQ05X027440 Calcium ion binding protein, putative 11.53663516 C6_chemical_B2 +LQ05X027440 Calcium ion binding protein, putative 11.63100402 C6_chemical_B3 +LQ05X027440 Calcium ion binding protein, putative 11.74986567 C6_chemical_C1 +LQ05X027440 Calcium ion binding protein, putative 11.55142819 C6_chemical_C2 +LQ05X027440 Calcium ion binding protein, putative 11.18233485 C6_chemical_C3 +LQ05X027440 Calcium ion binding protein, putative 10.98813319 L4_control_A1 +LQ05X027440 Calcium ion binding protein, putative 10.89237974 L4_control_A2 +LQ05X027440 Calcium ion binding protein, putative 11.12105973 L4_control_A3 +LQ05X027440 Calcium ion binding protein, putative 11.55807466 L4_control_B1 +LQ05X027440 Calcium ion binding protein, putative 11.81866293 L4_control_B2 +LQ05X027440 Calcium ion binding protein, putative 12.33348781 L4_control_B3 +LQ05X027440 Calcium ion binding protein, putative 12.00698871 L4_control_C2 +LQ05X027440 Calcium ion binding protein, putative 11.96603217 L4_control_C3 +LQ05X027440 Calcium ion binding protein, putative 11.11497602 L4_chemical_A1 +LQ05X027440 Calcium ion binding protein, putative 10.6412175 L4_chemical_A2 +LQ05X027440 Calcium ion binding protein, putative 10.94043229 L4_chemical_A3 +LQ05X027440 Calcium ion binding protein, putative 11.64685162 L4_chemical_B1 +LQ05X027440 Calcium ion binding protein, putative 11.30652448 L4_chemical_B2 +LQ05X027440 Calcium ion binding protein, putative 11.8942277 L4_chemical_B3 +LQ05X027440 Calcium ion binding protein, putative 11.86485089 L4_chemical_C2 +LQ05X027440 Calcium ion binding protein, putative 11.97834921 L4_chemical_C3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.711428128 C6_control_A1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.484946996 C6_control_A3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.446048182 C6_control_B1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 6.183045788 C6_control_B2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.643247876 C6_control_B3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 7.655520919 C6_control_C1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 7.600987652 C6_control_C2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 7.417716733 C6_control_C3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.59058603 C6_chemical_A1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.913114784 C6_chemical_A3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.883104582 C6_chemical_B1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 6.473885778 C6_chemical_B2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.279392574 C6_chemical_B3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 7.970944595 C6_chemical_C1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 7.581731111 C6_chemical_C2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 7.243447496 C6_chemical_C3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.264504343 L4_control_A1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.304831669 L4_control_A2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 4.938739893 L4_control_A3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.631857319 L4_control_B1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.819275984 L4_control_B2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.519508372 L4_control_B3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 6.955972571 L4_control_C2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.881114131 L4_control_C3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.369812547 L4_chemical_A1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.167215262 L4_chemical_A2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 4.912174272 L4_chemical_A3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.338262755 L4_chemical_B1 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.556722832 L4_chemical_B2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.42784441 L4_chemical_B3 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 6.730123301 L4_chemical_C2 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 6.157247373 L4_chemical_C3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.96461197 C6_control_A1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.10153778 C6_control_A3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.4510617 C6_control_B1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.63640735 C6_control_B2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.31941348 C6_control_B3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.28409894 C6_control_C1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.27204324 C6_control_C2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.16766191 C6_control_C3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.89279789 C6_chemical_A1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.87633415 C6_chemical_A3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.35526377 C6_chemical_B1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.92668297 C6_chemical_B2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.42353793 C6_chemical_B3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.38236807 C6_chemical_C1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.20044851 C6_chemical_C2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.0275536 C6_chemical_C3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.73422315 L4_control_A1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.24426149 L4_control_A2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.86360428 L4_control_A3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.46762195 L4_control_B1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.40418348 L4_control_B2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.44100202 L4_control_B3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.53460035 L4_control_C2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.64327308 L4_control_C3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.64219709 L4_chemical_A1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 9.999178623 L4_chemical_A2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.0418328 L4_chemical_A3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.26161961 L4_chemical_B1 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.32270699 L4_chemical_B2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.58193326 L4_chemical_B3 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 11.38702976 L4_chemical_C2 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.66997735 L4_chemical_C3 +LQ05X027610 Auxin-induced protein PCNT115 11.15237812 C6_control_A1 +LQ05X027610 Auxin-induced protein PCNT115 11.18331237 C6_control_A3 +LQ05X027610 Auxin-induced protein PCNT115 10.76959306 C6_control_B1 +LQ05X027610 Auxin-induced protein PCNT115 10.40821174 C6_control_B2 +LQ05X027610 Auxin-induced protein PCNT115 10.60116326 C6_control_B3 +LQ05X027610 Auxin-induced protein PCNT115 13.47631635 C6_control_C1 +LQ05X027610 Auxin-induced protein PCNT115 13.37137758 C6_control_C2 +LQ05X027610 Auxin-induced protein PCNT115 13.10017582 C6_control_C3 +LQ05X027610 Auxin-induced protein PCNT115 10.9116434 C6_chemical_A1 +LQ05X027610 Auxin-induced protein PCNT115 10.88839775 C6_chemical_A3 +LQ05X027610 Auxin-induced protein PCNT115 10.41637339 C6_chemical_B1 +LQ05X027610 Auxin-induced protein PCNT115 10.23364552 C6_chemical_B2 +LQ05X027610 Auxin-induced protein PCNT115 10.63038851 C6_chemical_B3 +LQ05X027610 Auxin-induced protein PCNT115 12.96691673 C6_chemical_C1 +LQ05X027610 Auxin-induced protein PCNT115 12.93936332 C6_chemical_C2 +LQ05X027610 Auxin-induced protein PCNT115 12.79128115 C6_chemical_C3 +LQ05X027610 Auxin-induced protein PCNT115 10.22158523 L4_control_A1 +LQ05X027610 Auxin-induced protein PCNT115 10.01592393 L4_control_A2 +LQ05X027610 Auxin-induced protein PCNT115 10.32064249 L4_control_A3 +LQ05X027610 Auxin-induced protein PCNT115 9.600067607 L4_control_B1 +LQ05X027610 Auxin-induced protein PCNT115 9.962429308 L4_control_B2 +LQ05X027610 Auxin-induced protein PCNT115 9.889628019 L4_control_B3 +LQ05X027610 Auxin-induced protein PCNT115 13.7338442 L4_control_C2 +LQ05X027610 Auxin-induced protein PCNT115 12.72469207 L4_control_C3 +LQ05X027610 Auxin-induced protein PCNT115 10.93912115 L4_chemical_A1 +LQ05X027610 Auxin-induced protein PCNT115 9.982872066 L4_chemical_A2 +LQ05X027610 Auxin-induced protein PCNT115 10.53323072 L4_chemical_A3 +LQ05X027610 Auxin-induced protein PCNT115 10.68559513 L4_chemical_B1 +LQ05X027610 Auxin-induced protein PCNT115 9.670790375 L4_chemical_B2 +LQ05X027610 Auxin-induced protein PCNT115 8.838513061 L4_chemical_B3 +LQ05X027610 Auxin-induced protein PCNT115 12.7977152 L4_chemical_C2 +LQ05X027610 Auxin-induced protein PCNT115 12.40608537 L4_chemical_C3 +LQ05X027680 Putative Vinorine synthase 9.62511421 C6_control_A1 +LQ05X027680 Putative Vinorine synthase 11.34445334 C6_control_A3 +LQ05X027680 Putative Vinorine synthase 5.230492214 C6_control_B1 +LQ05X027680 Putative Vinorine synthase 5.460314033 C6_control_B2 +LQ05X027680 Putative Vinorine synthase 5.803557773 C6_control_B3 +LQ05X027680 Putative Vinorine synthase 5.906820381 C6_control_C1 +LQ05X027680 Putative Vinorine synthase 5.614950767 C6_control_C2 +LQ05X027680 Putative Vinorine synthase 5.681865359 C6_control_C3 +LQ05X027680 Putative Vinorine synthase 8.64560303 C6_chemical_A1 +LQ05X027680 Putative Vinorine synthase 10.39869521 C6_chemical_A3 +LQ05X027680 Putative Vinorine synthase 5.448958573 C6_chemical_B1 +LQ05X027680 Putative Vinorine synthase 5.507842391 C6_chemical_B2 +LQ05X027680 Putative Vinorine synthase 5.138345745 C6_chemical_B3 +LQ05X027680 Putative Vinorine synthase 5.372466864 C6_chemical_C1 +LQ05X027680 Putative Vinorine synthase 5.979217021 C6_chemical_C2 +LQ05X027680 Putative Vinorine synthase 5.345228359 C6_chemical_C3 +LQ05X027680 Putative Vinorine synthase 10.97677513 L4_control_A1 +LQ05X027680 Putative Vinorine synthase 9.779469015 L4_control_A2 +LQ05X027680 Putative Vinorine synthase 11.11609163 L4_control_A3 +LQ05X027680 Putative Vinorine synthase 5.4093947 L4_control_B1 +LQ05X027680 Putative Vinorine synthase 6.393744329 L4_control_B2 +LQ05X027680 Putative Vinorine synthase 5.726844532 L4_control_B3 +LQ05X027680 Putative Vinorine synthase 5.296042973 L4_control_C2 +LQ05X027680 Putative Vinorine synthase 5.128857257 L4_control_C3 +LQ05X027680 Putative Vinorine synthase 9.814998348 L4_chemical_A1 +LQ05X027680 Putative Vinorine synthase 7.427268847 L4_chemical_A2 +LQ05X027680 Putative Vinorine synthase 10.91893449 L4_chemical_A3 +LQ05X027680 Putative Vinorine synthase 5.178970587 L4_chemical_B1 +LQ05X027680 Putative Vinorine synthase 5.401929477 L4_chemical_B2 +LQ05X027680 Putative Vinorine synthase 6.604599064 L4_chemical_B3 +LQ05X027680 Putative Vinorine synthase 5.044893885 L4_chemical_C2 +LQ05X027680 Putative Vinorine synthase 6.394128266 L4_chemical_C3 +LQ05X027700 UPF0424 protein At3g04780 5.336923771 C6_control_A1 +LQ05X027700 UPF0424 protein At3g04780 5.408585842 C6_control_A3 +LQ05X027700 UPF0424 protein At3g04780 5.197561908 C6_control_B1 +LQ05X027700 UPF0424 protein At3g04780 5.528227556 C6_control_B2 +LQ05X027700 UPF0424 protein At3g04780 5.101708588 C6_control_B3 +LQ05X027700 UPF0424 protein At3g04780 6.019335045 C6_control_C1 +LQ05X027700 UPF0424 protein At3g04780 5.829903144 C6_control_C2 +LQ05X027700 UPF0424 protein At3g04780 5.921864655 C6_control_C3 +LQ05X027700 UPF0424 protein At3g04780 5.56327865 C6_chemical_A1 +LQ05X027700 UPF0424 protein At3g04780 5.558060033 C6_chemical_A3 +LQ05X027700 UPF0424 protein At3g04780 4.981167081 C6_chemical_B1 +LQ05X027700 UPF0424 protein At3g04780 5.575663687 C6_chemical_B2 +LQ05X027700 UPF0424 protein At3g04780 5.44897953 C6_chemical_B3 +LQ05X027700 UPF0424 protein At3g04780 5.676897921 C6_chemical_C1 +LQ05X027700 UPF0424 protein At3g04780 5.742861457 C6_chemical_C2 +LQ05X027700 UPF0424 protein At3g04780 6.010972957 C6_chemical_C3 +LQ05X027700 UPF0424 protein At3g04780 5.377689527 L4_control_A1 +LQ05X027700 UPF0424 protein At3g04780 4.57143797 L4_control_A2 +LQ05X027700 UPF0424 protein At3g04780 5.002560342 L4_control_A3 +LQ05X027700 UPF0424 protein At3g04780 4.903380694 L4_control_B1 +LQ05X027700 UPF0424 protein At3g04780 5.030021659 L4_control_B2 +LQ05X027700 UPF0424 protein At3g04780 5.000951531 L4_control_B3 +LQ05X027700 UPF0424 protein At3g04780 4.967076813 L4_control_C2 +LQ05X027700 UPF0424 protein At3g04780 5.507713983 L4_control_C3 +LQ05X027700 UPF0424 protein At3g04780 5.218010847 L4_chemical_A1 +LQ05X027700 UPF0424 protein At3g04780 5.067365895 L4_chemical_A2 +LQ05X027700 UPF0424 protein At3g04780 5.101803962 L4_chemical_A3 +LQ05X027700 UPF0424 protein At3g04780 4.869822865 L4_chemical_B1 +LQ05X027700 UPF0424 protein At3g04780 5.026451355 L4_chemical_B2 +LQ05X027700 UPF0424 protein At3g04780 4.827195894 L4_chemical_B3 +LQ05X027700 UPF0424 protein At3g04780 5.059360204 L4_chemical_C2 +LQ05X027700 UPF0424 protein At3g04780 5.313541759 L4_chemical_C3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.879919113 C6_control_A1 +LQ05X027710 Probable ribose-5-phosphate isomerase 7.299131797 C6_control_A3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.318683007 C6_control_B1 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.395979485 C6_control_B2 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.500943752 C6_control_B3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.613838581 C6_control_C1 +LQ05X027710 Probable ribose-5-phosphate isomerase 7.450272141 C6_control_C2 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.260817866 C6_control_C3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.69661968 C6_chemical_A1 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.731669743 C6_chemical_A3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.407075583 C6_chemical_B1 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.705544847 C6_chemical_B2 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.323733821 C6_chemical_B3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.186474279 C6_chemical_C1 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.900144249 C6_chemical_C2 +LQ05X027710 Probable ribose-5-phosphate isomerase 5.831697434 C6_chemical_C3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.492144808 L4_control_A1 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.717951231 L4_control_A2 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.159189765 L4_control_A3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.490181163 L4_control_B1 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.417841377 L4_control_B2 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.62714886 L4_control_B3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.212332785 L4_control_C2 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.358863688 L4_control_C3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.416787676 L4_chemical_A1 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.688384342 L4_chemical_A2 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.26598824 L4_chemical_A3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.710889873 L4_chemical_B1 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.903266934 L4_chemical_B2 +LQ05X027710 Probable ribose-5-phosphate isomerase 5.963859446 L4_chemical_B3 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.218953197 L4_chemical_C2 +LQ05X027710 Probable ribose-5-phosphate isomerase 5.142867751 L4_chemical_C3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.48534428 C6_control_A1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 12.08716909 C6_control_A3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.3369205 C6_control_B1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.68326295 C6_control_B2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.1216871 C6_control_B3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.6784581 C6_control_C1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.78077213 C6_control_C2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.59945719 C6_control_C3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.47409486 C6_chemical_A1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.81416491 C6_chemical_A3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.22739166 C6_chemical_B1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.41370772 C6_chemical_B2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.10734877 C6_chemical_B3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.57079334 C6_chemical_C1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.53722265 C6_chemical_C2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.38650152 C6_chemical_C3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.85883829 L4_control_A1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.3182419 L4_control_A2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.10042305 L4_control_A3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.12767934 L4_control_B1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.0710252 L4_control_B2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.39530042 L4_control_B3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.19807175 L4_control_C2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.19761628 L4_control_C3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.79378015 L4_chemical_A1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.02522109 L4_chemical_A2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 10.99721935 L4_chemical_A3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 10.81854425 L4_chemical_B1 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 10.82704333 L4_chemical_B2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.34217692 L4_chemical_B3 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.12821334 L4_chemical_C2 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.24767244 L4_chemical_C3 +LQ05X027790 40S ribosomal protein S3a-1 6.146051312 C6_control_A1 +LQ05X027790 40S ribosomal protein S3a-1 6.505849767 C6_control_A3 +LQ05X027790 40S ribosomal protein S3a-1 5.722532915 C6_control_B1 +LQ05X027790 40S ribosomal protein S3a-1 5.929217477 C6_control_B2 +LQ05X027790 40S ribosomal protein S3a-1 6.28080058 C6_control_B3 +LQ05X027790 40S ribosomal protein S3a-1 6.278412397 C6_control_C1 +LQ05X027790 40S ribosomal protein S3a-1 6.761960083 C6_control_C2 +LQ05X027790 40S ribosomal protein S3a-1 5.862597263 C6_control_C3 +LQ05X027790 40S ribosomal protein S3a-1 5.96396668 C6_chemical_A1 +LQ05X027790 40S ribosomal protein S3a-1 6.047473257 C6_chemical_A3 +LQ05X027790 40S ribosomal protein S3a-1 5.430072788 C6_chemical_B1 +LQ05X027790 40S ribosomal protein S3a-1 6.052384128 C6_chemical_B2 +LQ05X027790 40S ribosomal protein S3a-1 6.625182721 C6_chemical_B3 +LQ05X027790 40S ribosomal protein S3a-1 6.439730118 C6_chemical_C1 +LQ05X027790 40S ribosomal protein S3a-1 6.265039297 C6_chemical_C2 +LQ05X027790 40S ribosomal protein S3a-1 6.310015728 C6_chemical_C3 +LQ05X027790 40S ribosomal protein S3a-1 6.243375632 L4_control_A1 +LQ05X027790 40S ribosomal protein S3a-1 6.510055938 L4_control_A2 +LQ05X027790 40S ribosomal protein S3a-1 6.92547015 L4_control_A3 +LQ05X027790 40S ribosomal protein S3a-1 5.643598152 L4_control_B1 +LQ05X027790 40S ribosomal protein S3a-1 6.840219708 L4_control_B2 +LQ05X027790 40S ribosomal protein S3a-1 6.287360461 L4_control_B3 +LQ05X027790 40S ribosomal protein S3a-1 5.262947985 L4_control_C2 +LQ05X027790 40S ribosomal protein S3a-1 6.064153027 L4_control_C3 +LQ05X027790 40S ribosomal protein S3a-1 6.102543149 L4_chemical_A1 +LQ05X027790 40S ribosomal protein S3a-1 6.162740912 L4_chemical_A2 +LQ05X027790 40S ribosomal protein S3a-1 6.566430958 L4_chemical_A3 +LQ05X027790 40S ribosomal protein S3a-1 5.768313434 L4_chemical_B1 +LQ05X027790 40S ribosomal protein S3a-1 6.149103742 L4_chemical_B2 +LQ05X027790 40S ribosomal protein S3a-1 6.65948149 L4_chemical_B3 +LQ05X027790 40S ribosomal protein S3a-1 6.655221123 L4_chemical_C2 +LQ05X027790 40S ribosomal protein S3a-1 6.099174734 L4_chemical_C3 +LQ05X027800 Tso1, putative 5.514329487 C6_control_A1 +LQ05X027800 Tso1, putative 5.106358645 C6_control_A3 +LQ05X027800 Tso1, putative 5.468843908 C6_control_B1 +LQ05X027800 Tso1, putative 5.523148557 C6_control_B2 +LQ05X027800 Tso1, putative 5.466074275 C6_control_B3 +LQ05X027800 Tso1, putative 7.039410039 C6_control_C1 +LQ05X027800 Tso1, putative 6.009237866 C6_control_C2 +LQ05X027800 Tso1, putative 5.37298185 C6_control_C3 +LQ05X027800 Tso1, putative 5.552191785 C6_chemical_A1 +LQ05X027800 Tso1, putative 5.431602329 C6_chemical_A3 +LQ05X027800 Tso1, putative 6.02125918 C6_chemical_B1 +LQ05X027800 Tso1, putative 5.512434442 C6_chemical_B2 +LQ05X027800 Tso1, putative 4.97543219 C6_chemical_B3 +LQ05X027800 Tso1, putative 7.577234264 C6_chemical_C1 +LQ05X027800 Tso1, putative 6.645598343 C6_chemical_C2 +LQ05X027800 Tso1, putative 5.263649338 C6_chemical_C3 +LQ05X027800 Tso1, putative 5.943216671 L4_control_A1 +LQ05X027800 Tso1, putative 5.397550565 L4_control_A2 +LQ05X027800 Tso1, putative 5.46087335 L4_control_A3 +LQ05X027800 Tso1, putative 5.090414509 L4_control_B1 +LQ05X027800 Tso1, putative 5.077956561 L4_control_B2 +LQ05X027800 Tso1, putative 5.225559343 L4_control_B3 +LQ05X027800 Tso1, putative 6.166369881 L4_control_C2 +LQ05X027800 Tso1, putative 5.92392249 L4_control_C3 +LQ05X027800 Tso1, putative 5.979498884 L4_chemical_A1 +LQ05X027800 Tso1, putative 5.346101452 L4_chemical_A2 +LQ05X027800 Tso1, putative 5.271789555 L4_chemical_A3 +LQ05X027800 Tso1, putative 5.611377953 L4_chemical_B1 +LQ05X027800 Tso1, putative 5.469972905 L4_chemical_B2 +LQ05X027800 Tso1, putative 5.030067441 L4_chemical_B3 +LQ05X027800 Tso1, putative 5.874291798 L4_chemical_C2 +LQ05X027800 Tso1, putative 5.477310737 L4_chemical_C3 +LQ05X027810 Putative uncharacterized protein 8.824073149 C6_control_A1 +LQ05X027810 Putative uncharacterized protein 9.15445026 C6_control_A3 +LQ05X027810 Putative uncharacterized protein 5.916320135 C6_control_B1 +LQ05X027810 Putative uncharacterized protein 5.21689921 C6_control_B2 +LQ05X027810 Putative uncharacterized protein 5.097407781 C6_control_B3 +LQ05X027810 Putative uncharacterized protein 5.16668475 C6_control_C1 +LQ05X027810 Putative uncharacterized protein 4.924876818 C6_control_C2 +LQ05X027810 Putative uncharacterized protein 4.862068454 C6_control_C3 +LQ05X027810 Putative uncharacterized protein 8.584500504 C6_chemical_A1 +LQ05X027810 Putative uncharacterized protein 9.445053805 C6_chemical_A3 +LQ05X027810 Putative uncharacterized protein 5.24126988 C6_chemical_B1 +LQ05X027810 Putative uncharacterized protein 5.029691081 C6_chemical_B2 +LQ05X027810 Putative uncharacterized protein 5.0609075 C6_chemical_B3 +LQ05X027810 Putative uncharacterized protein 5.057323447 C6_chemical_C1 +LQ05X027810 Putative uncharacterized protein 4.844647946 C6_chemical_C2 +LQ05X027810 Putative uncharacterized protein 4.890251099 C6_chemical_C3 +LQ05X027810 Putative uncharacterized protein 9.577417239 L4_control_A1 +LQ05X027810 Putative uncharacterized protein 8.695087467 L4_control_A2 +LQ05X027810 Putative uncharacterized protein 9.664617086 L4_control_A3 +LQ05X027810 Putative uncharacterized protein 5.203147119 L4_control_B1 +LQ05X027810 Putative uncharacterized protein 5.453458627 L4_control_B2 +LQ05X027810 Putative uncharacterized protein 5.207791286 L4_control_B3 +LQ05X027810 Putative uncharacterized protein 5.149338894 L4_control_C2 +LQ05X027810 Putative uncharacterized protein 4.656944577 L4_control_C3 +LQ05X027810 Putative uncharacterized protein 8.056259716 L4_chemical_A1 +LQ05X027810 Putative uncharacterized protein 6.63818746 L4_chemical_A2 +LQ05X027810 Putative uncharacterized protein 9.685975689 L4_chemical_A3 +LQ05X027810 Putative uncharacterized protein 5.14745172 L4_chemical_B1 +LQ05X027810 Putative uncharacterized protein 5.53220324 L4_chemical_B2 +LQ05X027810 Putative uncharacterized protein 7.218454939 L4_chemical_B3 +LQ05X027810 Putative uncharacterized protein 5.222154099 L4_chemical_C2 +LQ05X027810 Putative uncharacterized protein 4.895543627 L4_chemical_C3 +LQ05X027880 Predicted protein 11.51041617 C6_control_A1 +LQ05X027880 Predicted protein 11.63267687 C6_control_A3 +LQ05X027880 Predicted protein 12.03076214 C6_control_B1 +LQ05X027880 Predicted protein 11.84241408 C6_control_B2 +LQ05X027880 Predicted protein 12.04574678 C6_control_B3 +LQ05X027880 Predicted protein 10.71420311 C6_control_C1 +LQ05X027880 Predicted protein 11.92963638 C6_control_C2 +LQ05X027880 Predicted protein 11.12110024 C6_control_C3 +LQ05X027880 Predicted protein 11.29159839 C6_chemical_A1 +LQ05X027880 Predicted protein 11.29799258 C6_chemical_A3 +LQ05X027880 Predicted protein 12.05394817 C6_chemical_B1 +LQ05X027880 Predicted protein 12.20859612 C6_chemical_B2 +LQ05X027880 Predicted protein 12.01252712 C6_chemical_B3 +LQ05X027880 Predicted protein 10.50270891 C6_chemical_C1 +LQ05X027880 Predicted protein 11.66752278 C6_chemical_C2 +LQ05X027880 Predicted protein 11.79117741 C6_chemical_C3 +LQ05X027880 Predicted protein 10.70993019 L4_control_A1 +LQ05X027880 Predicted protein 12.14271245 L4_control_A2 +LQ05X027880 Predicted protein 10.49266266 L4_control_A3 +LQ05X027880 Predicted protein 12.1184216 L4_control_B1 +LQ05X027880 Predicted protein 12.45233754 L4_control_B2 +LQ05X027880 Predicted protein 12.18454614 L4_control_B3 +LQ05X027880 Predicted protein 11.79303731 L4_control_C2 +LQ05X027880 Predicted protein 12.16852679 L4_control_C3 +LQ05X027880 Predicted protein 10.15391473 L4_chemical_A1 +LQ05X027880 Predicted protein 11.71773921 L4_chemical_A2 +LQ05X027880 Predicted protein 10.20860567 L4_chemical_A3 +LQ05X027880 Predicted protein 11.59468068 L4_chemical_B1 +LQ05X027880 Predicted protein 12.12303607 L4_chemical_B2 +LQ05X027880 Predicted protein 12.10594268 L4_chemical_B3 +LQ05X027880 Predicted protein 11.65280077 L4_chemical_C2 +LQ05X027880 Predicted protein 12.05793584 L4_chemical_C3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.43958142 C6_control_A1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.84677144 C6_control_A3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.54329606 C6_control_B1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.50368561 C6_control_B2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.06342843 C6_control_B3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.5587166 C6_control_C1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.6298071 C6_control_C2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.81816031 C6_control_C3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.43587488 C6_chemical_A1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.76741987 C6_chemical_A3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.59467805 C6_chemical_B1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.57668092 C6_chemical_B2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.0741725 C6_chemical_B3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.51741426 C6_chemical_C1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.4908611 C6_chemical_C2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.47274655 C6_chemical_C3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.19799011 L4_control_A1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.71943039 L4_control_A2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 12.91437483 L4_control_A3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.50434963 L4_control_B1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.37789049 L4_control_B2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.48163909 L4_control_B3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.5512218 L4_control_C2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.0848961 L4_control_C3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.50311801 L4_chemical_A1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.94075074 L4_chemical_A2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.07127499 L4_chemical_A3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.08382266 L4_chemical_B1 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.2914244 L4_chemical_B2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.65620851 L4_chemical_B3 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.46265641 L4_chemical_C2 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 14.09773658 L4_chemical_C3 +LQ05X027940 Putative uncharacterized protein 5.397006819 C6_control_A1 +LQ05X027940 Putative uncharacterized protein 4.949140944 C6_control_A3 +LQ05X027940 Putative uncharacterized protein 6.100902243 C6_control_B1 +LQ05X027940 Putative uncharacterized protein 5.52511346 C6_control_B2 +LQ05X027940 Putative uncharacterized protein 5.456104132 C6_control_B3 +LQ05X027940 Putative uncharacterized protein 5.158494815 C6_control_C1 +LQ05X027940 Putative uncharacterized protein 5.216116457 C6_control_C2 +LQ05X027940 Putative uncharacterized protein 5.481216941 C6_control_C3 +LQ05X027940 Putative uncharacterized protein 5.072118875 C6_chemical_A1 +LQ05X027940 Putative uncharacterized protein 5.431899087 C6_chemical_A3 +LQ05X027940 Putative uncharacterized protein 5.729622743 C6_chemical_B1 +LQ05X027940 Putative uncharacterized protein 5.377149609 C6_chemical_B2 +LQ05X027940 Putative uncharacterized protein 5.452329609 C6_chemical_B3 +LQ05X027940 Putative uncharacterized protein 5.227765843 C6_chemical_C1 +LQ05X027940 Putative uncharacterized protein 5.601883382 C6_chemical_C2 +LQ05X027940 Putative uncharacterized protein 5.217558956 C6_chemical_C3 +LQ05X027940 Putative uncharacterized protein 5.414807516 L4_control_A1 +LQ05X027940 Putative uncharacterized protein 5.451284493 L4_control_A2 +LQ05X027940 Putative uncharacterized protein 5.415497479 L4_control_A3 +LQ05X027940 Putative uncharacterized protein 5.126288318 L4_control_B1 +LQ05X027940 Putative uncharacterized protein 6.287225067 L4_control_B2 +LQ05X027940 Putative uncharacterized protein 5.59716566 L4_control_B3 +LQ05X027940 Putative uncharacterized protein 5.166365569 L4_control_C2 +LQ05X027940 Putative uncharacterized protein 5.826927195 L4_control_C3 +LQ05X027940 Putative uncharacterized protein 5.514090732 L4_chemical_A1 +LQ05X027940 Putative uncharacterized protein 5.784441678 L4_chemical_A2 +LQ05X027940 Putative uncharacterized protein 5.424495618 L4_chemical_A3 +LQ05X027940 Putative uncharacterized protein 5.484043762 L4_chemical_B1 +LQ05X027940 Putative uncharacterized protein 5.308177985 L4_chemical_B2 +LQ05X027940 Putative uncharacterized protein 5.298509594 L4_chemical_B3 +LQ05X027940 Putative uncharacterized protein 4.99986076 L4_chemical_C2 +LQ05X027940 Putative uncharacterized protein 5.452772234 L4_chemical_C3 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.32875989 C6_control_A1 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.97612292 C6_control_A3 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.29672568 C6_control_B1 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.05871666 C6_control_B2 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.19954211 C6_control_B3 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.77909023 C6_control_C1 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.59968594 C6_control_C2 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.91413949 C6_control_C3 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.12845037 C6_chemical_A1 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.19796858 C6_chemical_A3 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.01896811 C6_chemical_B1 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.6248465 C6_chemical_B2 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.95284548 C6_chemical_B3 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.81632306 C6_chemical_C1 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.80052321 C6_chemical_C2 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.46792067 C6_chemical_C3 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.3501531 L4_control_A1 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.4293987 L4_control_A2 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.46724213 L4_control_A3 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.64557815 L4_control_B1 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.16956024 L4_control_B2 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.9000599 L4_control_B3 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.78825022 L4_control_C2 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.57696536 L4_control_C3 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.34278846 L4_chemical_A1 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.25123747 L4_chemical_A2 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.66254691 L4_chemical_A3 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.31762633 L4_chemical_B1 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.98817171 L4_chemical_B2 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.47362371 L4_chemical_B3 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.93003494 L4_chemical_C2 +LQ05X027970 Serine/threonine-protein kinase WNK1 12.69263403 L4_chemical_C3 +LQ05X027980 Putative uncharacterized protein 9.025733182 C6_control_A1 +LQ05X027980 Putative uncharacterized protein 7.699870158 C6_control_A3 +LQ05X027980 Putative uncharacterized protein 9.034610367 C6_control_B1 +LQ05X027980 Putative uncharacterized protein 11.10334755 C6_control_B2 +LQ05X027980 Putative uncharacterized protein 9.20845463 C6_control_B3 +LQ05X027980 Putative uncharacterized protein 12.75842937 C6_control_C1 +LQ05X027980 Putative uncharacterized protein 13.05384744 C6_control_C2 +LQ05X027980 Putative uncharacterized protein 12.51302364 C6_control_C3 +LQ05X027980 Putative uncharacterized protein 8.951553291 C6_chemical_A1 +LQ05X027980 Putative uncharacterized protein 8.170577405 C6_chemical_A3 +LQ05X027980 Putative uncharacterized protein 9.041876551 C6_chemical_B1 +LQ05X027980 Putative uncharacterized protein 11.38397234 C6_chemical_B2 +LQ05X027980 Putative uncharacterized protein 9.535146488 C6_chemical_B3 +LQ05X027980 Putative uncharacterized protein 12.60447883 C6_chemical_C1 +LQ05X027980 Putative uncharacterized protein 13.40940579 C6_chemical_C2 +LQ05X027980 Putative uncharacterized protein 13.08567075 C6_chemical_C3 +LQ05X027980 Putative uncharacterized protein 8.314934481 L4_control_A1 +LQ05X027980 Putative uncharacterized protein 9.234740303 L4_control_A2 +LQ05X027980 Putative uncharacterized protein 8.066631888 L4_control_A3 +LQ05X027980 Putative uncharacterized protein 9.185878962 L4_control_B1 +LQ05X027980 Putative uncharacterized protein 9.617501714 L4_control_B2 +LQ05X027980 Putative uncharacterized protein 10.46673286 L4_control_B3 +LQ05X027980 Putative uncharacterized protein 12.2019854 L4_control_C2 +LQ05X027980 Putative uncharacterized protein 12.14386345 L4_control_C3 +LQ05X027980 Putative uncharacterized protein 8.099469047 L4_chemical_A1 +LQ05X027980 Putative uncharacterized protein 8.750229997 L4_chemical_A2 +LQ05X027980 Putative uncharacterized protein 7.802085116 L4_chemical_A3 +LQ05X027980 Putative uncharacterized protein 8.681186814 L4_chemical_B1 +LQ05X027980 Putative uncharacterized protein 9.386454651 L4_chemical_B2 +LQ05X027980 Putative uncharacterized protein 9.164065318 L4_chemical_B3 +LQ05X027980 Putative uncharacterized protein 12.02819968 L4_chemical_C2 +LQ05X027980 Putative uncharacterized protein 12.17923745 L4_chemical_C3 +LQ05X027990 40S ribosomal protein S24-2 14.41064627 C6_control_A1 +LQ05X027990 40S ribosomal protein S24-2 14.75598835 C6_control_A3 +LQ05X027990 40S ribosomal protein S24-2 14.18776165 C6_control_B1 +LQ05X027990 40S ribosomal protein S24-2 14.2055521 C6_control_B2 +LQ05X027990 40S ribosomal protein S24-2 14.01426151 C6_control_B3 +LQ05X027990 40S ribosomal protein S24-2 13.59637201 C6_control_C1 +LQ05X027990 40S ribosomal protein S24-2 13.72225917 C6_control_C2 +LQ05X027990 40S ribosomal protein S24-2 13.44923639 C6_control_C3 +LQ05X027990 40S ribosomal protein S24-2 14.0654456 C6_chemical_A1 +LQ05X027990 40S ribosomal protein S24-2 14.21810847 C6_chemical_A3 +LQ05X027990 40S ribosomal protein S24-2 13.74118479 C6_chemical_B1 +LQ05X027990 40S ribosomal protein S24-2 13.69267902 C6_chemical_B2 +LQ05X027990 40S ribosomal protein S24-2 13.63793612 C6_chemical_B3 +LQ05X027990 40S ribosomal protein S24-2 13.523121 C6_chemical_C1 +LQ05X027990 40S ribosomal protein S24-2 13.48673157 C6_chemical_C2 +LQ05X027990 40S ribosomal protein S24-2 13.21477147 C6_chemical_C3 +LQ05X027990 40S ribosomal protein S24-2 14.51780963 L4_control_A1 +LQ05X027990 40S ribosomal protein S24-2 14.48937988 L4_control_A2 +LQ05X027990 40S ribosomal protein S24-2 14.37509592 L4_control_A3 +LQ05X027990 40S ribosomal protein S24-2 13.65084231 L4_control_B1 +LQ05X027990 40S ribosomal protein S24-2 13.38978734 L4_control_B2 +LQ05X027990 40S ribosomal protein S24-2 13.66967046 L4_control_B3 +LQ05X027990 40S ribosomal protein S24-2 13.12413454 L4_control_C2 +LQ05X027990 40S ribosomal protein S24-2 13.23181604 L4_control_C3 +LQ05X027990 40S ribosomal protein S24-2 14.36641843 L4_chemical_A1 +LQ05X027990 40S ribosomal protein S24-2 13.93097229 L4_chemical_A2 +LQ05X027990 40S ribosomal protein S24-2 14.03629316 L4_chemical_A3 +LQ05X027990 40S ribosomal protein S24-2 14.05589569 L4_chemical_B1 +LQ05X027990 40S ribosomal protein S24-2 13.69298225 L4_chemical_B2 +LQ05X027990 40S ribosomal protein S24-2 14.09554745 L4_chemical_B3 +LQ05X027990 40S ribosomal protein S24-2 13.12526731 L4_chemical_C2 +LQ05X027990 40S ribosomal protein S24-2 13.40865982 L4_chemical_C3 +LQ05X028010 Putative Guanine deaminase 13.25580549 C6_control_A1 +LQ05X028010 Putative Guanine deaminase 13.85006291 C6_control_A3 +LQ05X028010 Putative Guanine deaminase 13.0770348 C6_control_B1 +LQ05X028010 Putative Guanine deaminase 12.75256864 C6_control_B2 +LQ05X028010 Putative Guanine deaminase 13.2087303 C6_control_B3 +LQ05X028010 Putative Guanine deaminase 12.17924071 C6_control_C1 +LQ05X028010 Putative Guanine deaminase 12.03288802 C6_control_C2 +LQ05X028010 Putative Guanine deaminase 12.1872966 C6_control_C3 +LQ05X028010 Putative Guanine deaminase 12.97847189 C6_chemical_A1 +LQ05X028010 Putative Guanine deaminase 13.42422724 C6_chemical_A3 +LQ05X028010 Putative Guanine deaminase 12.78031093 C6_chemical_B1 +LQ05X028010 Putative Guanine deaminase 12.81608658 C6_chemical_B2 +LQ05X028010 Putative Guanine deaminase 12.76968055 C6_chemical_B3 +LQ05X028010 Putative Guanine deaminase 11.96178365 C6_chemical_C1 +LQ05X028010 Putative Guanine deaminase 11.90687973 C6_chemical_C2 +LQ05X028010 Putative Guanine deaminase 11.98455885 C6_chemical_C3 +LQ05X028010 Putative Guanine deaminase 13.57645841 L4_control_A1 +LQ05X028010 Putative Guanine deaminase 13.47124779 L4_control_A2 +LQ05X028010 Putative Guanine deaminase 13.52823624 L4_control_A3 +LQ05X028010 Putative Guanine deaminase 13.00609456 L4_control_B1 +LQ05X028010 Putative Guanine deaminase 13.07414014 L4_control_B2 +LQ05X028010 Putative Guanine deaminase 12.98816167 L4_control_B3 +LQ05X028010 Putative Guanine deaminase 11.98991707 L4_control_C2 +LQ05X028010 Putative Guanine deaminase 11.85633481 L4_control_C3 +LQ05X028010 Putative Guanine deaminase 13.84794109 L4_chemical_A1 +LQ05X028010 Putative Guanine deaminase 13.33460969 L4_chemical_A2 +LQ05X028010 Putative Guanine deaminase 13.83577083 L4_chemical_A3 +LQ05X028010 Putative Guanine deaminase 13.38754066 L4_chemical_B1 +LQ05X028010 Putative Guanine deaminase 13.19360771 L4_chemical_B2 +LQ05X028010 Putative Guanine deaminase 13.42893825 L4_chemical_B3 +LQ05X028010 Putative Guanine deaminase 11.7228411 L4_chemical_C2 +LQ05X028010 Putative Guanine deaminase 12.19153334 L4_chemical_C3 +LQ05X028030 Transcription regulator, putative 9.18977774 C6_control_A1 +LQ05X028030 Transcription regulator, putative 8.841464946 C6_control_A3 +LQ05X028030 Transcription regulator, putative 9.093676151 C6_control_B1 +LQ05X028030 Transcription regulator, putative 10.65115986 C6_control_B2 +LQ05X028030 Transcription regulator, putative 9.710330485 C6_control_B3 +LQ05X028030 Transcription regulator, putative 10.55224867 C6_control_C1 +LQ05X028030 Transcription regulator, putative 10.7262956 C6_control_C2 +LQ05X028030 Transcription regulator, putative 10.31724626 C6_control_C3 +LQ05X028030 Transcription regulator, putative 9.356323534 C6_chemical_A1 +LQ05X028030 Transcription regulator, putative 9.701691309 C6_chemical_A3 +LQ05X028030 Transcription regulator, putative 8.927480667 C6_chemical_B1 +LQ05X028030 Transcription regulator, putative 11.1364884 C6_chemical_B2 +LQ05X028030 Transcription regulator, putative 9.934517308 C6_chemical_B3 +LQ05X028030 Transcription regulator, putative 10.87837567 C6_chemical_C1 +LQ05X028030 Transcription regulator, putative 10.66859344 C6_chemical_C2 +LQ05X028030 Transcription regulator, putative 11.07094563 C6_chemical_C3 +LQ05X028030 Transcription regulator, putative 8.860037399 L4_control_A1 +LQ05X028030 Transcription regulator, putative 9.321039605 L4_control_A2 +LQ05X028030 Transcription regulator, putative 7.885591026 L4_control_A3 +LQ05X028030 Transcription regulator, putative 9.727675538 L4_control_B1 +LQ05X028030 Transcription regulator, putative 9.528639777 L4_control_B2 +LQ05X028030 Transcription regulator, putative 10.74989727 L4_control_B3 +LQ05X028030 Transcription regulator, putative 8.908196961 L4_control_C2 +LQ05X028030 Transcription regulator, putative 9.369263632 L4_control_C3 +LQ05X028030 Transcription regulator, putative 9.480818395 L4_chemical_A1 +LQ05X028030 Transcription regulator, putative 8.991283949 L4_chemical_A2 +LQ05X028030 Transcription regulator, putative 8.537533524 L4_chemical_A3 +LQ05X028030 Transcription regulator, putative 8.912834106 L4_chemical_B1 +LQ05X028030 Transcription regulator, putative 8.966356579 L4_chemical_B2 +LQ05X028030 Transcription regulator, putative 9.996407137 L4_chemical_B3 +LQ05X028030 Transcription regulator, putative 8.684949373 L4_chemical_C2 +LQ05X028030 Transcription regulator, putative 9.148359778 L4_chemical_C3 +LQ05X028040 Putative Rubredoxin 13.11880258 C6_control_A1 +LQ05X028040 Putative Rubredoxin 13.35686622 C6_control_A3 +LQ05X028040 Putative Rubredoxin 13.54054752 C6_control_B1 +LQ05X028040 Putative Rubredoxin 14.36950071 C6_control_B2 +LQ05X028040 Putative Rubredoxin 14.04237586 C6_control_B3 +LQ05X028040 Putative Rubredoxin 14.3879868 C6_control_C1 +LQ05X028040 Putative Rubredoxin 14.78031449 C6_control_C2 +LQ05X028040 Putative Rubredoxin 14.52969585 C6_control_C3 +LQ05X028040 Putative Rubredoxin 13.34160826 C6_chemical_A1 +LQ05X028040 Putative Rubredoxin 13.46916365 C6_chemical_A3 +LQ05X028040 Putative Rubredoxin 13.6920831 C6_chemical_B1 +LQ05X028040 Putative Rubredoxin 14.32995965 C6_chemical_B2 +LQ05X028040 Putative Rubredoxin 13.90606178 C6_chemical_B3 +LQ05X028040 Putative Rubredoxin 14.27906104 C6_chemical_C1 +LQ05X028040 Putative Rubredoxin 14.7819676 C6_chemical_C2 +LQ05X028040 Putative Rubredoxin 14.43752616 C6_chemical_C3 +LQ05X028040 Putative Rubredoxin 13.12929114 L4_control_A1 +LQ05X028040 Putative Rubredoxin 13.71790358 L4_control_A2 +LQ05X028040 Putative Rubredoxin 12.83479135 L4_control_A3 +LQ05X028040 Putative Rubredoxin 13.33682317 L4_control_B1 +LQ05X028040 Putative Rubredoxin 13.31667144 L4_control_B2 +LQ05X028040 Putative Rubredoxin 14.31749972 L4_control_B3 +LQ05X028040 Putative Rubredoxin 14.48501796 L4_control_C2 +LQ05X028040 Putative Rubredoxin 14.50117655 L4_control_C3 +LQ05X028040 Putative Rubredoxin 12.93246646 L4_chemical_A1 +LQ05X028040 Putative Rubredoxin 13.67012278 L4_chemical_A2 +LQ05X028040 Putative Rubredoxin 12.38893206 L4_chemical_A3 +LQ05X028040 Putative Rubredoxin 12.97825601 L4_chemical_B1 +LQ05X028040 Putative Rubredoxin 13.89876126 L4_chemical_B2 +LQ05X028040 Putative Rubredoxin 13.73229199 L4_chemical_B3 +LQ05X028040 Putative Rubredoxin 14.55100483 L4_chemical_C2 +LQ05X028040 Putative Rubredoxin 14.47840343 L4_chemical_C3 +LQ05X028060 Probable protein Pop3 5.389930819 C6_control_A1 +LQ05X028060 Probable protein Pop3 5.520682615 C6_control_A3 +LQ05X028060 Probable protein Pop3 5.534008666 C6_control_B1 +LQ05X028060 Probable protein Pop3 5.539359707 C6_control_B2 +LQ05X028060 Probable protein Pop3 5.693110074 C6_control_B3 +LQ05X028060 Probable protein Pop3 5.896522695 C6_control_C1 +LQ05X028060 Probable protein Pop3 5.511173686 C6_control_C2 +LQ05X028060 Probable protein Pop3 5.342366269 C6_control_C3 +LQ05X028060 Probable protein Pop3 5.863826344 C6_chemical_A1 +LQ05X028060 Probable protein Pop3 5.334135202 C6_chemical_A3 +LQ05X028060 Probable protein Pop3 5.599407936 C6_chemical_B1 +LQ05X028060 Probable protein Pop3 5.87098597 C6_chemical_B2 +LQ05X028060 Probable protein Pop3 5.566357328 C6_chemical_B3 +LQ05X028060 Probable protein Pop3 5.762171269 C6_chemical_C1 +LQ05X028060 Probable protein Pop3 5.656931918 C6_chemical_C2 +LQ05X028060 Probable protein Pop3 5.038964548 C6_chemical_C3 +LQ05X028060 Probable protein Pop3 5.742275436 L4_control_A1 +LQ05X028060 Probable protein Pop3 5.728889797 L4_control_A2 +LQ05X028060 Probable protein Pop3 6.205667883 L4_control_A3 +LQ05X028060 Probable protein Pop3 5.81022188 L4_control_B1 +LQ05X028060 Probable protein Pop3 5.319865628 L4_control_B2 +LQ05X028060 Probable protein Pop3 5.454362389 L4_control_B3 +LQ05X028060 Probable protein Pop3 5.352776236 L4_control_C2 +LQ05X028060 Probable protein Pop3 5.174755415 L4_control_C3 +LQ05X028060 Probable protein Pop3 5.385407083 L4_chemical_A1 +LQ05X028060 Probable protein Pop3 5.707578373 L4_chemical_A2 +LQ05X028060 Probable protein Pop3 5.64510155 L4_chemical_A3 +LQ05X028060 Probable protein Pop3 5.473477741 L4_chemical_B1 +LQ05X028060 Probable protein Pop3 6.353092013 L4_chemical_B2 +LQ05X028060 Probable protein Pop3 5.327713522 L4_chemical_B3 +LQ05X028060 Probable protein Pop3 5.861292733 L4_chemical_C2 +LQ05X028060 Probable protein Pop3 5.016628143 L4_chemical_C3 +LQ05X028080 Cysteine synthase 13.16329576 C6_control_A1 +LQ05X028080 Cysteine synthase 13.63319599 C6_control_A3 +LQ05X028080 Cysteine synthase 13.26807439 C6_control_B1 +LQ05X028080 Cysteine synthase 13.59147074 C6_control_B2 +LQ05X028080 Cysteine synthase 13.46638682 C6_control_B3 +LQ05X028080 Cysteine synthase 14.24636319 C6_control_C1 +LQ05X028080 Cysteine synthase 14.20352135 C6_control_C2 +LQ05X028080 Cysteine synthase 14.09096568 C6_control_C3 +LQ05X028080 Cysteine synthase 13.35431869 C6_chemical_A1 +LQ05X028080 Cysteine synthase 13.63909088 C6_chemical_A3 +LQ05X028080 Cysteine synthase 13.20560284 C6_chemical_B1 +LQ05X028080 Cysteine synthase 13.39285752 C6_chemical_B2 +LQ05X028080 Cysteine synthase 13.56403879 C6_chemical_B3 +LQ05X028080 Cysteine synthase 14.6257831 C6_chemical_C1 +LQ05X028080 Cysteine synthase 14.0560429 C6_chemical_C2 +LQ05X028080 Cysteine synthase 14.38739007 C6_chemical_C3 +LQ05X028080 Cysteine synthase 13.67902055 L4_control_A1 +LQ05X028080 Cysteine synthase 13.24300956 L4_control_A2 +LQ05X028080 Cysteine synthase 13.51592455 L4_control_A3 +LQ05X028080 Cysteine synthase 13.48352119 L4_control_B1 +LQ05X028080 Cysteine synthase 13.47830419 L4_control_B2 +LQ05X028080 Cysteine synthase 14.08607623 L4_control_B3 +LQ05X028080 Cysteine synthase 14.26106655 L4_control_C2 +LQ05X028080 Cysteine synthase 14.24603122 L4_control_C3 +LQ05X028080 Cysteine synthase 13.9143513 L4_chemical_A1 +LQ05X028080 Cysteine synthase 13.03354204 L4_chemical_A2 +LQ05X028080 Cysteine synthase 13.59459744 L4_chemical_A3 +LQ05X028080 Cysteine synthase 13.36658751 L4_chemical_B1 +LQ05X028080 Cysteine synthase 13.30835941 L4_chemical_B2 +LQ05X028080 Cysteine synthase 13.24188605 L4_chemical_B3 +LQ05X028080 Cysteine synthase 14.1570614 L4_chemical_C2 +LQ05X028080 Cysteine synthase 14.12266215 L4_chemical_C3 +LQ05X028100 Predicted protein 4.698914439 C6_control_A1 +LQ05X028100 Predicted protein 4.782411496 C6_control_A3 +LQ05X028100 Predicted protein 4.956517675 C6_control_B1 +LQ05X028100 Predicted protein 4.616821144 C6_control_B2 +LQ05X028100 Predicted protein 4.647916738 C6_control_B3 +LQ05X028100 Predicted protein 4.601223441 C6_control_C1 +LQ05X028100 Predicted protein 4.654800268 C6_control_C2 +LQ05X028100 Predicted protein 4.497787178 C6_control_C3 +LQ05X028100 Predicted protein 4.780968236 C6_chemical_A1 +LQ05X028100 Predicted protein 4.87531021 C6_chemical_A3 +LQ05X028100 Predicted protein 4.725355949 C6_chemical_B1 +LQ05X028100 Predicted protein 4.581383885 C6_chemical_B2 +LQ05X028100 Predicted protein 4.579713792 C6_chemical_B3 +LQ05X028100 Predicted protein 4.491471004 C6_chemical_C1 +LQ05X028100 Predicted protein 4.577986363 C6_chemical_C2 +LQ05X028100 Predicted protein 4.642280716 C6_chemical_C3 +LQ05X028100 Predicted protein 5.000087451 L4_control_A1 +LQ05X028100 Predicted protein 5.024431444 L4_control_A2 +LQ05X028100 Predicted protein 5.25367297 L4_control_A3 +LQ05X028100 Predicted protein 5.202676713 L4_control_B1 +LQ05X028100 Predicted protein 5.344530784 L4_control_B2 +LQ05X028100 Predicted protein 4.59834777 L4_control_B3 +LQ05X028100 Predicted protein 6.366297965 L4_control_C2 +LQ05X028100 Predicted protein 4.829492443 L4_control_C3 +LQ05X028100 Predicted protein 5.095875181 L4_chemical_A1 +LQ05X028100 Predicted protein 5.096172688 L4_chemical_A2 +LQ05X028100 Predicted protein 5.355191992 L4_chemical_A3 +LQ05X028100 Predicted protein 5.399491194 L4_chemical_B1 +LQ05X028100 Predicted protein 5.658744895 L4_chemical_B2 +LQ05X028100 Predicted protein 4.858507674 L4_chemical_B3 +LQ05X028100 Predicted protein 5.245936427 L4_chemical_C2 +LQ05X028100 Predicted protein 5.498721464 L4_chemical_C3 +LQ05X028110 Predicted protein 11.98635687 C6_control_A1 +LQ05X028110 Predicted protein 12.17941559 C6_control_A3 +LQ05X028110 Predicted protein 11.53362372 C6_control_B1 +LQ05X028110 Predicted protein 11.77942769 C6_control_B2 +LQ05X028110 Predicted protein 11.67132835 C6_control_B3 +LQ05X028110 Predicted protein 11.67619521 C6_control_C1 +LQ05X028110 Predicted protein 11.72427162 C6_control_C2 +LQ05X028110 Predicted protein 11.82952972 C6_control_C3 +LQ05X028110 Predicted protein 11.45303558 C6_chemical_A1 +LQ05X028110 Predicted protein 11.8500041 C6_chemical_A3 +LQ05X028110 Predicted protein 11.02177305 C6_chemical_B1 +LQ05X028110 Predicted protein 11.52947455 C6_chemical_B2 +LQ05X028110 Predicted protein 11.24644318 C6_chemical_B3 +LQ05X028110 Predicted protein 11.4148353 C6_chemical_C1 +LQ05X028110 Predicted protein 11.59224015 C6_chemical_C2 +LQ05X028110 Predicted protein 11.77203427 C6_chemical_C3 +LQ05X028110 Predicted protein 12.44408267 L4_control_A1 +LQ05X028110 Predicted protein 12.80160809 L4_control_A2 +LQ05X028110 Predicted protein 12.73821013 L4_control_A3 +LQ05X028110 Predicted protein 12.061306 L4_control_B1 +LQ05X028110 Predicted protein 11.93806507 L4_control_B2 +LQ05X028110 Predicted protein 11.84541921 L4_control_B3 +LQ05X028110 Predicted protein 12.29764793 L4_control_C2 +LQ05X028110 Predicted protein 12.57306417 L4_control_C3 +LQ05X028110 Predicted protein 12.25211847 L4_chemical_A1 +LQ05X028110 Predicted protein 12.26397623 L4_chemical_A2 +LQ05X028110 Predicted protein 12.3717773 L4_chemical_A3 +LQ05X028110 Predicted protein 12.2302794 L4_chemical_B1 +LQ05X028110 Predicted protein 12.09465626 L4_chemical_B2 +LQ05X028110 Predicted protein 12.0079282 L4_chemical_B3 +LQ05X028110 Predicted protein 12.224477 L4_chemical_C2 +LQ05X028110 Predicted protein 12.43273564 L4_chemical_C3 +LQ05X028140 Cysteine synthase 4.564085786 C6_control_A1 +LQ05X028140 Cysteine synthase 4.576855324 C6_control_A3 +LQ05X028140 Cysteine synthase 5.423318761 C6_control_B1 +LQ05X028140 Cysteine synthase 4.723761728 C6_control_B2 +LQ05X028140 Cysteine synthase 4.743384268 C6_control_B3 +LQ05X028140 Cysteine synthase 5.059111687 C6_control_C1 +LQ05X028140 Cysteine synthase 4.953938326 C6_control_C2 +LQ05X028140 Cysteine synthase 5.014702671 C6_control_C3 +LQ05X028140 Cysteine synthase 4.716307601 C6_chemical_A1 +LQ05X028140 Cysteine synthase 4.699952768 C6_chemical_A3 +LQ05X028140 Cysteine synthase 5.739393409 C6_chemical_B1 +LQ05X028140 Cysteine synthase 4.890530231 C6_chemical_B2 +LQ05X028140 Cysteine synthase 4.867739035 C6_chemical_B3 +LQ05X028140 Cysteine synthase 5.600311565 C6_chemical_C1 +LQ05X028140 Cysteine synthase 5.174604862 C6_chemical_C2 +LQ05X028140 Cysteine synthase 5.604551935 C6_chemical_C3 +LQ05X028140 Cysteine synthase 4.603897949 L4_control_A1 +LQ05X028140 Cysteine synthase 4.822853532 L4_control_A2 +LQ05X028140 Cysteine synthase 5.031693377 L4_control_A3 +LQ05X028140 Cysteine synthase 4.802773913 L4_control_B1 +LQ05X028140 Cysteine synthase 4.628613317 L4_control_B2 +LQ05X028140 Cysteine synthase 5.233589671 L4_control_B3 +LQ05X028140 Cysteine synthase 6.174223808 L4_control_C2 +LQ05X028140 Cysteine synthase 5.141974566 L4_control_C3 +LQ05X028140 Cysteine synthase 4.798228701 L4_chemical_A1 +LQ05X028140 Cysteine synthase 4.897481135 L4_chemical_A2 +LQ05X028140 Cysteine synthase 4.8630497 L4_chemical_A3 +LQ05X028140 Cysteine synthase 5.319259634 L4_chemical_B1 +LQ05X028140 Cysteine synthase 5.371775942 L4_chemical_B2 +LQ05X028140 Cysteine synthase 4.610347897 L4_chemical_B3 +LQ05X028140 Cysteine synthase 5.33339968 L4_chemical_C2 +LQ05X028140 Cysteine synthase 5.611561464 L4_chemical_C3 +LQ05X028230 Probable RNA helicase SDE3 5.154994798 C6_control_A1 +LQ05X028230 Probable RNA helicase SDE3 5.013555435 C6_control_A3 +LQ05X028230 Probable RNA helicase SDE3 5.196718113 C6_control_B1 +LQ05X028230 Probable RNA helicase SDE3 5.049858848 C6_control_B2 +LQ05X028230 Probable RNA helicase SDE3 5.173906068 C6_control_B3 +LQ05X028230 Probable RNA helicase SDE3 4.821394431 C6_control_C1 +LQ05X028230 Probable RNA helicase SDE3 4.790654313 C6_control_C2 +LQ05X028230 Probable RNA helicase SDE3 4.696832833 C6_control_C3 +LQ05X028230 Probable RNA helicase SDE3 5.117055049 C6_chemical_A1 +LQ05X028230 Probable RNA helicase SDE3 5.152453267 C6_chemical_A3 +LQ05X028230 Probable RNA helicase SDE3 4.99204153 C6_chemical_B1 +LQ05X028230 Probable RNA helicase SDE3 5.043093082 C6_chemical_B2 +LQ05X028230 Probable RNA helicase SDE3 4.687925089 C6_chemical_B3 +LQ05X028230 Probable RNA helicase SDE3 5.259230657 C6_chemical_C1 +LQ05X028230 Probable RNA helicase SDE3 5.237672273 C6_chemical_C2 +LQ05X028230 Probable RNA helicase SDE3 4.899187963 C6_chemical_C3 +LQ05X028230 Probable RNA helicase SDE3 5.320524107 L4_control_A1 +LQ05X028230 Probable RNA helicase SDE3 4.93954141 L4_control_A2 +LQ05X028230 Probable RNA helicase SDE3 5.517652021 L4_control_A3 +LQ05X028230 Probable RNA helicase SDE3 5.233971721 L4_control_B1 +LQ05X028230 Probable RNA helicase SDE3 4.767717399 L4_control_B2 +LQ05X028230 Probable RNA helicase SDE3 4.90951805 L4_control_B3 +LQ05X028230 Probable RNA helicase SDE3 4.841349431 L4_control_C2 +LQ05X028230 Probable RNA helicase SDE3 5.002567155 L4_control_C3 +LQ05X028230 Probable RNA helicase SDE3 5.614491086 L4_chemical_A1 +LQ05X028230 Probable RNA helicase SDE3 5.044428636 L4_chemical_A2 +LQ05X028230 Probable RNA helicase SDE3 5.223484761 L4_chemical_A3 +LQ05X028230 Probable RNA helicase SDE3 5.314623835 L4_chemical_B1 +LQ05X028230 Probable RNA helicase SDE3 5.120775429 L4_chemical_B2 +LQ05X028230 Probable RNA helicase SDE3 4.701915167 L4_chemical_B3 +LQ05X028230 Probable RNA helicase SDE3 5.361189931 L4_chemical_C2 +LQ05X028230 Probable RNA helicase SDE3 4.95652845 L4_chemical_C3 +LQ05X028240 Putative defensin-like protein 184 12.17355852 C6_control_A1 +LQ05X028240 Putative defensin-like protein 184 11.77524815 C6_control_A3 +LQ05X028240 Putative defensin-like protein 184 12.40223803 C6_control_B1 +LQ05X028240 Putative defensin-like protein 184 12.53431365 C6_control_B2 +LQ05X028240 Putative defensin-like protein 184 12.51631358 C6_control_B3 +LQ05X028240 Putative defensin-like protein 184 11.40039668 C6_control_C1 +LQ05X028240 Putative defensin-like protein 184 11.55913395 C6_control_C2 +LQ05X028240 Putative defensin-like protein 184 11.7547942 C6_control_C3 +LQ05X028240 Putative defensin-like protein 184 12.13909167 C6_chemical_A1 +LQ05X028240 Putative defensin-like protein 184 11.93687854 C6_chemical_A3 +LQ05X028240 Putative defensin-like protein 184 12.1993285 C6_chemical_B1 +LQ05X028240 Putative defensin-like protein 184 12.3711188 C6_chemical_B2 +LQ05X028240 Putative defensin-like protein 184 12.18372882 C6_chemical_B3 +LQ05X028240 Putative defensin-like protein 184 11.6164139 C6_chemical_C1 +LQ05X028240 Putative defensin-like protein 184 11.65849605 C6_chemical_C2 +LQ05X028240 Putative defensin-like protein 184 11.66087596 C6_chemical_C3 +LQ05X028240 Putative defensin-like protein 184 12.02556119 L4_control_A1 +LQ05X028240 Putative defensin-like protein 184 12.516295 L4_control_A2 +LQ05X028240 Putative defensin-like protein 184 12.12844886 L4_control_A3 +LQ05X028240 Putative defensin-like protein 184 11.88733364 L4_control_B1 +LQ05X028240 Putative defensin-like protein 184 12.07067314 L4_control_B2 +LQ05X028240 Putative defensin-like protein 184 12.30211701 L4_control_B3 +LQ05X028240 Putative defensin-like protein 184 10.89965624 L4_control_C2 +LQ05X028240 Putative defensin-like protein 184 11.31569146 L4_control_C3 +LQ05X028240 Putative defensin-like protein 184 11.70684782 L4_chemical_A1 +LQ05X028240 Putative defensin-like protein 184 11.9973054 L4_chemical_A2 +LQ05X028240 Putative defensin-like protein 184 11.69956829 L4_chemical_A3 +LQ05X028240 Putative defensin-like protein 184 11.82241572 L4_chemical_B1 +LQ05X028240 Putative defensin-like protein 184 11.73732534 L4_chemical_B2 +LQ05X028240 Putative defensin-like protein 184 12.11474102 L4_chemical_B3 +LQ05X028240 Putative defensin-like protein 184 10.83547423 L4_chemical_C2 +LQ05X028240 Putative defensin-like protein 184 11.63148164 L4_chemical_C3 +LQ05X028250 Predicted protein 9.373957997 C6_control_A1 +LQ05X028250 Predicted protein 9.581910605 C6_control_A3 +LQ05X028250 Predicted protein 9.792504839 C6_control_B1 +LQ05X028250 Predicted protein 9.652491216 C6_control_B2 +LQ05X028250 Predicted protein 9.461553662 C6_control_B3 +LQ05X028250 Predicted protein 10.24584138 C6_control_C1 +LQ05X028250 Predicted protein 10.63005846 C6_control_C2 +LQ05X028250 Predicted protein 10.28169601 C6_control_C3 +LQ05X028250 Predicted protein 9.478069671 C6_chemical_A1 +LQ05X028250 Predicted protein 9.650135928 C6_chemical_A3 +LQ05X028250 Predicted protein 9.799044875 C6_chemical_B1 +LQ05X028250 Predicted protein 9.988012176 C6_chemical_B2 +LQ05X028250 Predicted protein 9.545358218 C6_chemical_B3 +LQ05X028250 Predicted protein 10.41663573 C6_chemical_C1 +LQ05X028250 Predicted protein 10.71776986 C6_chemical_C2 +LQ05X028250 Predicted protein 10.64374221 C6_chemical_C3 +LQ05X028250 Predicted protein 9.685883379 L4_control_A1 +LQ05X028250 Predicted protein 9.863245261 L4_control_A2 +LQ05X028250 Predicted protein 10.3703844 L4_control_A3 +LQ05X028250 Predicted protein 10.05104882 L4_control_B1 +LQ05X028250 Predicted protein 10.26442285 L4_control_B2 +LQ05X028250 Predicted protein 10.41464641 L4_control_B3 +LQ05X028250 Predicted protein 10.85713408 L4_control_C2 +LQ05X028250 Predicted protein 10.77622452 L4_control_C3 +LQ05X028250 Predicted protein 9.420528039 L4_chemical_A1 +LQ05X028250 Predicted protein 9.610243684 L4_chemical_A2 +LQ05X028250 Predicted protein 10.19729048 L4_chemical_A3 +LQ05X028250 Predicted protein 9.780799199 L4_chemical_B1 +LQ05X028250 Predicted protein 9.790475327 L4_chemical_B2 +LQ05X028250 Predicted protein 9.676284363 L4_chemical_B3 +LQ05X028250 Predicted protein 10.83266148 L4_chemical_C2 +LQ05X028250 Predicted protein 10.90094996 L4_chemical_C3 +LQ05X028260 Putative WD repeat-containing protein 48 8.13373036 C6_control_A1 +LQ05X028260 Putative WD repeat-containing protein 48 8.096784996 C6_control_A3 +LQ05X028260 Putative WD repeat-containing protein 48 7.955276304 C6_control_B1 +LQ05X028260 Putative WD repeat-containing protein 48 8.282375129 C6_control_B2 +LQ05X028260 Putative WD repeat-containing protein 48 8.625320967 C6_control_B3 +LQ05X028260 Putative WD repeat-containing protein 48 8.914874434 C6_control_C1 +LQ05X028260 Putative WD repeat-containing protein 48 8.659280207 C6_control_C2 +LQ05X028260 Putative WD repeat-containing protein 48 8.56566138 C6_control_C3 +LQ05X028260 Putative WD repeat-containing protein 48 8.692530164 C6_chemical_A1 +LQ05X028260 Putative WD repeat-containing protein 48 8.697886593 C6_chemical_A3 +LQ05X028260 Putative WD repeat-containing protein 48 8.730668828 C6_chemical_B1 +LQ05X028260 Putative WD repeat-containing protein 48 8.383455407 C6_chemical_B2 +LQ05X028260 Putative WD repeat-containing protein 48 9.02668617 C6_chemical_B3 +LQ05X028260 Putative WD repeat-containing protein 48 9.110209063 C6_chemical_C1 +LQ05X028260 Putative WD repeat-containing protein 48 9.246919894 C6_chemical_C2 +LQ05X028260 Putative WD repeat-containing protein 48 9.121173513 C6_chemical_C3 +LQ05X028260 Putative WD repeat-containing protein 48 8.92990365 L4_control_A1 +LQ05X028260 Putative WD repeat-containing protein 48 9.04784529 L4_control_A2 +LQ05X028260 Putative WD repeat-containing protein 48 9.884857478 L4_control_A3 +LQ05X028260 Putative WD repeat-containing protein 48 8.322528959 L4_control_B1 +LQ05X028260 Putative WD repeat-containing protein 48 8.701171651 L4_control_B2 +LQ05X028260 Putative WD repeat-containing protein 48 9.41393449 L4_control_B3 +LQ05X028260 Putative WD repeat-containing protein 48 9.85645866 L4_control_C2 +LQ05X028260 Putative WD repeat-containing protein 48 10.07971362 L4_control_C3 +LQ05X028260 Putative WD repeat-containing protein 48 8.684812224 L4_chemical_A1 +LQ05X028260 Putative WD repeat-containing protein 48 8.939228688 L4_chemical_A2 +LQ05X028260 Putative WD repeat-containing protein 48 9.793831068 L4_chemical_A3 +LQ05X028260 Putative WD repeat-containing protein 48 8.048223828 L4_chemical_B1 +LQ05X028260 Putative WD repeat-containing protein 48 8.644054621 L4_chemical_B2 +LQ05X028260 Putative WD repeat-containing protein 48 8.878404063 L4_chemical_B3 +LQ05X028260 Putative WD repeat-containing protein 48 9.445006919 L4_chemical_C2 +LQ05X028260 Putative WD repeat-containing protein 48 9.858461286 L4_chemical_C3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.65955558 C6_control_A1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.38453055 C6_control_A3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.00707416 C6_control_B1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.90405088 C6_control_B2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.90254309 C6_control_B3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.61746152 C6_control_C1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.92751477 C6_control_C2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.92924129 C6_control_C3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.8225506 C6_chemical_A1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.65470117 C6_chemical_A3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.78651385 C6_chemical_B1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.67908516 C6_chemical_B2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.09599006 C6_chemical_B3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.89315443 C6_chemical_C1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.97769797 C6_chemical_C2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.37521497 C6_chemical_C3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.4136883 L4_control_A1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.7361662 L4_control_A2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.24027017 L4_control_A3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.81798453 L4_control_B1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.76382133 L4_control_B2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.38542865 L4_control_B3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.55653279 L4_control_C2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.51423396 L4_control_C3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.35202737 L4_chemical_A1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.35877576 L4_chemical_A2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.22056915 L4_chemical_A3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.26817438 L4_chemical_B1 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.11811995 L4_chemical_B2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.55052589 L4_chemical_B3 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.84393376 L4_chemical_C2 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 14.46671257 L4_chemical_C3 +LQ05X028280 Putative Predicted protein 11.44567415 C6_control_A1 +LQ05X028280 Putative Predicted protein 10.72518408 C6_control_A3 +LQ05X028280 Putative Predicted protein 12.23384634 C6_control_B1 +LQ05X028280 Putative Predicted protein 12.65625253 C6_control_B2 +LQ05X028280 Putative Predicted protein 12.19785163 C6_control_B3 +LQ05X028280 Putative Predicted protein 13.63670981 C6_control_C1 +LQ05X028280 Putative Predicted protein 13.7283229 C6_control_C2 +LQ05X028280 Putative Predicted protein 13.50724783 C6_control_C3 +LQ05X028280 Putative Predicted protein 11.68973847 C6_chemical_A1 +LQ05X028280 Putative Predicted protein 11.3256125 C6_chemical_A3 +LQ05X028280 Putative Predicted protein 11.99169176 C6_chemical_B1 +LQ05X028280 Putative Predicted protein 12.21109533 C6_chemical_B2 +LQ05X028280 Putative Predicted protein 12.73139597 C6_chemical_B3 +LQ05X028280 Putative Predicted protein 13.36803446 C6_chemical_C1 +LQ05X028280 Putative Predicted protein 13.11102603 C6_chemical_C2 +LQ05X028280 Putative Predicted protein 13.20391493 C6_chemical_C3 +LQ05X028280 Putative Predicted protein 10.68090398 L4_control_A1 +LQ05X028280 Putative Predicted protein 11.40259689 L4_control_A2 +LQ05X028280 Putative Predicted protein 10.83736557 L4_control_A3 +LQ05X028280 Putative Predicted protein 12.08588409 L4_control_B1 +LQ05X028280 Putative Predicted protein 13.18389481 L4_control_B2 +LQ05X028280 Putative Predicted protein 12.07944746 L4_control_B3 +LQ05X028280 Putative Predicted protein 13.48169855 L4_control_C2 +LQ05X028280 Putative Predicted protein 13.40403135 L4_control_C3 +LQ05X028280 Putative Predicted protein 10.20424136 L4_chemical_A1 +LQ05X028280 Putative Predicted protein 11.51050727 L4_chemical_A2 +LQ05X028280 Putative Predicted protein 10.45584474 L4_chemical_A3 +LQ05X028280 Putative Predicted protein 11.9319905 L4_chemical_B1 +LQ05X028280 Putative Predicted protein 12.41355151 L4_chemical_B2 +LQ05X028280 Putative Predicted protein 11.9067196 L4_chemical_B3 +LQ05X028280 Putative Predicted protein 13.66117723 L4_chemical_C2 +LQ05X028280 Putative Predicted protein 13.09526303 L4_chemical_C3 +LQ05X028310 Probable nucleolar protein 5-1 13.39995139 C6_control_A1 +LQ05X028310 Probable nucleolar protein 5-1 14.12727953 C6_control_A3 +LQ05X028310 Probable nucleolar protein 5-1 12.41720288 C6_control_B1 +LQ05X028310 Probable nucleolar protein 5-1 12.79425316 C6_control_B2 +LQ05X028310 Probable nucleolar protein 5-1 12.48639264 C6_control_B3 +LQ05X028310 Probable nucleolar protein 5-1 12.88868757 C6_control_C1 +LQ05X028310 Probable nucleolar protein 5-1 13.5824484 C6_control_C2 +LQ05X028310 Probable nucleolar protein 5-1 13.76167207 C6_control_C3 +LQ05X028310 Probable nucleolar protein 5-1 12.99428616 C6_chemical_A1 +LQ05X028310 Probable nucleolar protein 5-1 13.57393502 C6_chemical_A3 +LQ05X028310 Probable nucleolar protein 5-1 11.86604884 C6_chemical_B1 +LQ05X028310 Probable nucleolar protein 5-1 12.44706995 C6_chemical_B2 +LQ05X028310 Probable nucleolar protein 5-1 12.24262152 C6_chemical_B3 +LQ05X028310 Probable nucleolar protein 5-1 12.72599 C6_chemical_C1 +LQ05X028310 Probable nucleolar protein 5-1 13.29671662 C6_chemical_C2 +LQ05X028310 Probable nucleolar protein 5-1 13.18296385 C6_chemical_C3 +LQ05X028310 Probable nucleolar protein 5-1 13.55375292 L4_control_A1 +LQ05X028310 Probable nucleolar protein 5-1 13.17115106 L4_control_A2 +LQ05X028310 Probable nucleolar protein 5-1 13.13722766 L4_control_A3 +LQ05X028310 Probable nucleolar protein 5-1 12.69962534 L4_control_B1 +LQ05X028310 Probable nucleolar protein 5-1 12.37414202 L4_control_B2 +LQ05X028310 Probable nucleolar protein 5-1 12.76181496 L4_control_B3 +LQ05X028310 Probable nucleolar protein 5-1 13.30123215 L4_control_C2 +LQ05X028310 Probable nucleolar protein 5-1 13.31919516 L4_control_C3 +LQ05X028310 Probable nucleolar protein 5-1 13.29711815 L4_chemical_A1 +LQ05X028310 Probable nucleolar protein 5-1 12.70262604 L4_chemical_A2 +LQ05X028310 Probable nucleolar protein 5-1 12.81871407 L4_chemical_A3 +LQ05X028310 Probable nucleolar protein 5-1 12.80404986 L4_chemical_B1 +LQ05X028310 Probable nucleolar protein 5-1 12.35567286 L4_chemical_B2 +LQ05X028310 Probable nucleolar protein 5-1 12.71584819 L4_chemical_B3 +LQ05X028310 Probable nucleolar protein 5-1 13.21469917 L4_chemical_C2 +LQ05X028310 Probable nucleolar protein 5-1 13.27761197 L4_chemical_C3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 7.936936461 C6_control_A1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.776168248 C6_control_A3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.52397639 C6_control_B1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 7.325221108 C6_control_B2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.628929439 C6_control_B3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.366950809 C6_control_C1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 6.839305337 C6_control_C2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.638590799 C6_control_C3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.644060107 C6_chemical_A1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 7.380530227 C6_chemical_A3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.849314725 C6_chemical_B1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 7.249998874 C6_chemical_B2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 9.718451562 C6_chemical_B3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.166421227 C6_chemical_C1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 7.637568403 C6_chemical_C2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.416169827 C6_chemical_C3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 9.142163199 L4_control_A1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.927443415 L4_control_A2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 9.300569939 L4_control_A3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 11.0031625 L4_control_B1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 9.254003526 L4_control_B2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 6.722562772 L4_control_B3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 9.845989566 L4_control_C2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 10.22363953 L4_control_C3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.875260763 L4_chemical_A1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 9.044321948 L4_chemical_A2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 10.24237733 L4_chemical_A3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 9.315449927 L4_chemical_B1 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.995262385 L4_chemical_B2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 7.094931801 L4_chemical_B3 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 10.30072281 L4_chemical_C2 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 9.90177336 L4_chemical_C3 +LQ05X028360 Putative uncharacterized protein 5.65084072 C6_control_A1 +LQ05X028360 Putative uncharacterized protein 5.307909979 C6_control_A3 +LQ05X028360 Putative uncharacterized protein 5.394835039 C6_control_B1 +LQ05X028360 Putative uncharacterized protein 6.646260155 C6_control_B2 +LQ05X028360 Putative uncharacterized protein 5.897508895 C6_control_B3 +LQ05X028360 Putative uncharacterized protein 6.234108764 C6_control_C1 +LQ05X028360 Putative uncharacterized protein 7.194030809 C6_control_C2 +LQ05X028360 Putative uncharacterized protein 6.666476707 C6_control_C3 +LQ05X028360 Putative uncharacterized protein 5.571342603 C6_chemical_A1 +LQ05X028360 Putative uncharacterized protein 5.263158901 C6_chemical_A3 +LQ05X028360 Putative uncharacterized protein 6.307232332 C6_chemical_B1 +LQ05X028360 Putative uncharacterized protein 6.864975878 C6_chemical_B2 +LQ05X028360 Putative uncharacterized protein 5.871714743 C6_chemical_B3 +LQ05X028360 Putative uncharacterized protein 6.206227609 C6_chemical_C1 +LQ05X028360 Putative uncharacterized protein 6.859202903 C6_chemical_C2 +LQ05X028360 Putative uncharacterized protein 7.057946497 C6_chemical_C3 +LQ05X028360 Putative uncharacterized protein 4.84841843 L4_control_A1 +LQ05X028360 Putative uncharacterized protein 5.09474169 L4_control_A2 +LQ05X028360 Putative uncharacterized protein 5.056977016 L4_control_A3 +LQ05X028360 Putative uncharacterized protein 6.028070462 L4_control_B1 +LQ05X028360 Putative uncharacterized protein 5.173769195 L4_control_B2 +LQ05X028360 Putative uncharacterized protein 5.076802592 L4_control_B3 +LQ05X028360 Putative uncharacterized protein 5.011219675 L4_control_C2 +LQ05X028360 Putative uncharacterized protein 5.109895235 L4_control_C3 +LQ05X028360 Putative uncharacterized protein 4.971321821 L4_chemical_A1 +LQ05X028360 Putative uncharacterized protein 4.944499435 L4_chemical_A2 +LQ05X028360 Putative uncharacterized protein 4.941007764 L4_chemical_A3 +LQ05X028360 Putative uncharacterized protein 5.028419811 L4_chemical_B1 +LQ05X028360 Putative uncharacterized protein 5.391840415 L4_chemical_B2 +LQ05X028360 Putative uncharacterized protein 5.157218511 L4_chemical_B3 +LQ05X028360 Putative uncharacterized protein 5.120535951 L4_chemical_C2 +LQ05X028360 Putative uncharacterized protein 5.008542108 L4_chemical_C3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.10244817 C6_control_A1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.16525738 C6_control_A3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.29671558 C6_control_B1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.35506366 C6_control_B2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.64159855 C6_control_B3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.66369461 C6_control_C1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.12594773 C6_control_C2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 11.89156723 C6_control_C3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 11.97920876 C6_chemical_A1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.28293183 C6_chemical_A3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.31239264 C6_chemical_B1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.2721661 C6_chemical_B2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.64705276 C6_chemical_B3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.59333694 C6_chemical_C1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.29949497 C6_chemical_C2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.09262509 C6_chemical_C3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.56749849 L4_control_A1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.62208506 L4_control_A2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.89984677 L4_control_A3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.63014786 L4_control_B1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.35531229 L4_control_B2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.49613825 L4_control_B3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 11.9191063 L4_control_C2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.26624356 L4_control_C3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 13.17345032 L4_chemical_A1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.78522851 L4_chemical_A2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 13.2096362 L4_chemical_A3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.6001543 L4_chemical_B1 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.04575784 L4_chemical_B2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.66217195 L4_chemical_B3 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 11.87658661 L4_chemical_C2 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 12.29915558 L4_chemical_C3 +LQ05X028380 Putative GATA transcription factor 9 12.26778892 C6_control_A1 +LQ05X028380 Putative GATA transcription factor 9 12.37544721 C6_control_A3 +LQ05X028380 Putative GATA transcription factor 9 12.00095214 C6_control_B1 +LQ05X028380 Putative GATA transcription factor 9 12.0731973 C6_control_B2 +LQ05X028380 Putative GATA transcription factor 9 11.95719226 C6_control_B3 +LQ05X028380 Putative GATA transcription factor 9 9.373382604 C6_control_C1 +LQ05X028380 Putative GATA transcription factor 9 9.771607084 C6_control_C2 +LQ05X028380 Putative GATA transcription factor 9 9.465056404 C6_control_C3 +LQ05X028380 Putative GATA transcription factor 9 12.19744781 C6_chemical_A1 +LQ05X028380 Putative GATA transcription factor 9 12.41745343 C6_chemical_A3 +LQ05X028380 Putative GATA transcription factor 9 12.21877208 C6_chemical_B1 +LQ05X028380 Putative GATA transcription factor 9 12.27096864 C6_chemical_B2 +LQ05X028380 Putative GATA transcription factor 9 12.27378917 C6_chemical_B3 +LQ05X028380 Putative GATA transcription factor 9 9.579091366 C6_chemical_C1 +LQ05X028380 Putative GATA transcription factor 9 9.049005055 C6_chemical_C2 +LQ05X028380 Putative GATA transcription factor 9 9.168017807 C6_chemical_C3 +LQ05X028380 Putative GATA transcription factor 9 12.67244185 L4_control_A1 +LQ05X028380 Putative GATA transcription factor 9 12.64793133 L4_control_A2 +LQ05X028380 Putative GATA transcription factor 9 12.67400814 L4_control_A3 +LQ05X028380 Putative GATA transcription factor 9 12.17449132 L4_control_B1 +LQ05X028380 Putative GATA transcription factor 9 12.33414244 L4_control_B2 +LQ05X028380 Putative GATA transcription factor 9 11.99094047 L4_control_B3 +LQ05X028380 Putative GATA transcription factor 9 8.461422804 L4_control_C2 +LQ05X028380 Putative GATA transcription factor 9 9.486452375 L4_control_C3 +LQ05X028380 Putative GATA transcription factor 9 12.4615907 L4_chemical_A1 +LQ05X028380 Putative GATA transcription factor 9 12.3469253 L4_chemical_A2 +LQ05X028380 Putative GATA transcription factor 9 12.60770312 L4_chemical_A3 +LQ05X028380 Putative GATA transcription factor 9 12.29132855 L4_chemical_B1 +LQ05X028380 Putative GATA transcription factor 9 12.16051056 L4_chemical_B2 +LQ05X028380 Putative GATA transcription factor 9 12.67423638 L4_chemical_B3 +LQ05X028380 Putative GATA transcription factor 9 9.01604268 L4_chemical_C2 +LQ05X028380 Putative GATA transcription factor 9 9.818547846 L4_chemical_C3 +LQ05X028400 TATA-box-binding protein 11.27410372 C6_control_A1 +LQ05X028400 TATA-box-binding protein 10.76458622 C6_control_A3 +LQ05X028400 TATA-box-binding protein 10.43265087 C6_control_B1 +LQ05X028400 TATA-box-binding protein 10.7828274 C6_control_B2 +LQ05X028400 TATA-box-binding protein 10.89730987 C6_control_B3 +LQ05X028400 TATA-box-binding protein 10.5471837 C6_control_C1 +LQ05X028400 TATA-box-binding protein 10.49358728 C6_control_C2 +LQ05X028400 TATA-box-binding protein 10.58704645 C6_control_C3 +LQ05X028400 TATA-box-binding protein 11.19146541 C6_chemical_A1 +LQ05X028400 TATA-box-binding protein 10.9635249 C6_chemical_A3 +LQ05X028400 TATA-box-binding protein 10.28528951 C6_chemical_B1 +LQ05X028400 TATA-box-binding protein 10.49968767 C6_chemical_B2 +LQ05X028400 TATA-box-binding protein 10.67389472 C6_chemical_B3 +LQ05X028400 TATA-box-binding protein 10.38203769 C6_chemical_C1 +LQ05X028400 TATA-box-binding protein 10.68371622 C6_chemical_C2 +LQ05X028400 TATA-box-binding protein 10.30310214 C6_chemical_C3 +LQ05X028400 TATA-box-binding protein 10.89641968 L4_control_A1 +LQ05X028400 TATA-box-binding protein 10.86486681 L4_control_A2 +LQ05X028400 TATA-box-binding protein 11.76854525 L4_control_A3 +LQ05X028400 TATA-box-binding protein 10.20163025 L4_control_B1 +LQ05X028400 TATA-box-binding protein 10.46372935 L4_control_B2 +LQ05X028400 TATA-box-binding protein 10.40726249 L4_control_B3 +LQ05X028400 TATA-box-binding protein 10.46766878 L4_control_C2 +LQ05X028400 TATA-box-binding protein 10.37433454 L4_control_C3 +LQ05X028400 TATA-box-binding protein 10.58513626 L4_chemical_A1 +LQ05X028400 TATA-box-binding protein 10.79291836 L4_chemical_A2 +LQ05X028400 TATA-box-binding protein 11.44984312 L4_chemical_A3 +LQ05X028400 TATA-box-binding protein 10.39745582 L4_chemical_B1 +LQ05X028400 TATA-box-binding protein 10.46069592 L4_chemical_B2 +LQ05X028400 TATA-box-binding protein 10.65912237 L4_chemical_B3 +LQ05X028400 TATA-box-binding protein 10.78233994 L4_chemical_C2 +LQ05X028400 TATA-box-binding protein 10.05116114 L4_chemical_C3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.792493452 C6_control_A1 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.482761088 C6_control_A3 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.365254766 C6_control_B1 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.69088705 C6_control_B2 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.589947861 C6_control_B3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.393284929 C6_control_C1 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.651507905 C6_control_C2 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.600703366 C6_control_C3 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.123838358 C6_chemical_A1 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.411831526 C6_chemical_A3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.662102779 C6_chemical_B1 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.903740307 C6_chemical_B2 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.51658637 C6_chemical_B3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.634244784 C6_chemical_C1 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.692811669 C6_chemical_C2 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.591530733 C6_chemical_C3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.637494106 L4_control_A1 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.13453138 L4_control_A2 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.976522503 L4_control_A3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.810996397 L4_control_B1 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.946060796 L4_control_B2 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.989838744 L4_control_B3 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.103862454 L4_control_C2 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.86463527 L4_control_C3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.607777985 L4_chemical_A1 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.883571892 L4_chemical_A2 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.612983435 L4_chemical_A3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.342192294 L4_chemical_B1 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.590992706 L4_chemical_B2 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.899149382 L4_chemical_B3 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.271301961 L4_chemical_C2 +LQ05X028420 Short-chain type dehydrogenase/reductase 5.946274615 L4_chemical_C3 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.909803183 C6_control_A1 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.353750886 C6_control_A3 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.054751714 C6_control_B1 +LQ05X028430 Short-chain type dehydrogenase/reductase 9.394579897 C6_control_B2 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.961425213 C6_control_B3 +LQ05X028430 Short-chain type dehydrogenase/reductase 10.1934816 C6_control_C1 +LQ05X028430 Short-chain type dehydrogenase/reductase 10.12052817 C6_control_C2 +LQ05X028430 Short-chain type dehydrogenase/reductase 10.94363557 C6_control_C3 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.193528861 C6_chemical_A1 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.747648119 C6_chemical_A3 +LQ05X028430 Short-chain type dehydrogenase/reductase 7.448048207 C6_chemical_B1 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.879324046 C6_chemical_B2 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.363152035 C6_chemical_B3 +LQ05X028430 Short-chain type dehydrogenase/reductase 9.596797495 C6_chemical_C1 +LQ05X028430 Short-chain type dehydrogenase/reductase 9.936405544 C6_chemical_C2 +LQ05X028430 Short-chain type dehydrogenase/reductase 10.18783521 C6_chemical_C3 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.859724968 L4_control_A1 +LQ05X028430 Short-chain type dehydrogenase/reductase 9.60208102 L4_control_A2 +LQ05X028430 Short-chain type dehydrogenase/reductase 9.290309423 L4_control_A3 +LQ05X028430 Short-chain type dehydrogenase/reductase 7.683769945 L4_control_B1 +LQ05X028430 Short-chain type dehydrogenase/reductase 9.228233065 L4_control_B2 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.851705584 L4_control_B3 +LQ05X028430 Short-chain type dehydrogenase/reductase 10.7120706 L4_control_C2 +LQ05X028430 Short-chain type dehydrogenase/reductase 10.2685379 L4_control_C3 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.4035454 L4_chemical_A1 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.818530166 L4_chemical_A2 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.675627188 L4_chemical_A3 +LQ05X028430 Short-chain type dehydrogenase/reductase 7.661959614 L4_chemical_B1 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.628790088 L4_chemical_B2 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.226715586 L4_chemical_B3 +LQ05X028430 Short-chain type dehydrogenase/reductase 10.34584074 L4_chemical_C2 +LQ05X028430 Short-chain type dehydrogenase/reductase 10.15123676 L4_chemical_C3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.63863875 C6_control_A1 +LQ05X028450 Putative Inhibitor of growth protein 4 11.77519151 C6_control_A3 +LQ05X028450 Putative Inhibitor of growth protein 4 10.92205685 C6_control_B1 +LQ05X028450 Putative Inhibitor of growth protein 4 11.05714274 C6_control_B2 +LQ05X028450 Putative Inhibitor of growth protein 4 10.93374136 C6_control_B3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.44087671 C6_control_C1 +LQ05X028450 Putative Inhibitor of growth protein 4 11.0266979 C6_control_C2 +LQ05X028450 Putative Inhibitor of growth protein 4 11.43080213 C6_control_C3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.31577399 C6_chemical_A1 +LQ05X028450 Putative Inhibitor of growth protein 4 11.79320542 C6_chemical_A3 +LQ05X028450 Putative Inhibitor of growth protein 4 10.56496534 C6_chemical_B1 +LQ05X028450 Putative Inhibitor of growth protein 4 10.79237763 C6_chemical_B2 +LQ05X028450 Putative Inhibitor of growth protein 4 10.74956313 C6_chemical_B3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.34218927 C6_chemical_C1 +LQ05X028450 Putative Inhibitor of growth protein 4 11.0946736 C6_chemical_C2 +LQ05X028450 Putative Inhibitor of growth protein 4 11.32549293 C6_chemical_C3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.85060753 L4_control_A1 +LQ05X028450 Putative Inhibitor of growth protein 4 11.8854941 L4_control_A2 +LQ05X028450 Putative Inhibitor of growth protein 4 12.12742152 L4_control_A3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.34602322 L4_control_B1 +LQ05X028450 Putative Inhibitor of growth protein 4 10.74392955 L4_control_B2 +LQ05X028450 Putative Inhibitor of growth protein 4 11.22912726 L4_control_B3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.13776002 L4_control_C2 +LQ05X028450 Putative Inhibitor of growth protein 4 10.94125582 L4_control_C3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.45509908 L4_chemical_A1 +LQ05X028450 Putative Inhibitor of growth protein 4 11.56281019 L4_chemical_A2 +LQ05X028450 Putative Inhibitor of growth protein 4 11.85275428 L4_chemical_A3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.21313699 L4_chemical_B1 +LQ05X028450 Putative Inhibitor of growth protein 4 10.99510502 L4_chemical_B2 +LQ05X028450 Putative Inhibitor of growth protein 4 11.03384558 L4_chemical_B3 +LQ05X028450 Putative Inhibitor of growth protein 4 11.01364776 L4_chemical_C2 +LQ05X028450 Putative Inhibitor of growth protein 4 11.11056127 L4_chemical_C3 +LQ05X028470 Putative uncharacterized protein 12.21096038 C6_control_A1 +LQ05X028470 Putative uncharacterized protein 11.79242744 C6_control_A3 +LQ05X028470 Putative uncharacterized protein 12.61973504 C6_control_B1 +LQ05X028470 Putative uncharacterized protein 13.46667191 C6_control_B2 +LQ05X028470 Putative uncharacterized protein 13.13413567 C6_control_B3 +LQ05X028470 Putative uncharacterized protein 13.75115142 C6_control_C1 +LQ05X028470 Putative uncharacterized protein 14.08865425 C6_control_C2 +LQ05X028470 Putative uncharacterized protein 14.14977808 C6_control_C3 +LQ05X028470 Putative uncharacterized protein 12.02006387 C6_chemical_A1 +LQ05X028470 Putative uncharacterized protein 12.3519348 C6_chemical_A3 +LQ05X028470 Putative uncharacterized protein 12.68570232 C6_chemical_B1 +LQ05X028470 Putative uncharacterized protein 13.39096872 C6_chemical_B2 +LQ05X028470 Putative uncharacterized protein 12.9884297 C6_chemical_B3 +LQ05X028470 Putative uncharacterized protein 13.28156923 C6_chemical_C1 +LQ05X028470 Putative uncharacterized protein 13.90959741 C6_chemical_C2 +LQ05X028470 Putative uncharacterized protein 14.12867154 C6_chemical_C3 +LQ05X028470 Putative uncharacterized protein 11.10996256 L4_control_A1 +LQ05X028470 Putative uncharacterized protein 12.52983175 L4_control_A2 +LQ05X028470 Putative uncharacterized protein 12.70528173 L4_control_A3 +LQ05X028470 Putative uncharacterized protein 12.61109777 L4_control_B1 +LQ05X028470 Putative uncharacterized protein 13.27779603 L4_control_B2 +LQ05X028470 Putative uncharacterized protein 14.15823435 L4_control_B3 +LQ05X028470 Putative uncharacterized protein 13.96349662 L4_control_C2 +LQ05X028470 Putative uncharacterized protein 13.87793367 L4_control_C3 +LQ05X028470 Putative uncharacterized protein 11.0458137 L4_chemical_A1 +LQ05X028470 Putative uncharacterized protein 12.33192909 L4_chemical_A2 +LQ05X028470 Putative uncharacterized protein 12.08183233 L4_chemical_A3 +LQ05X028470 Putative uncharacterized protein 11.87679156 L4_chemical_B1 +LQ05X028470 Putative uncharacterized protein 12.84526848 L4_chemical_B2 +LQ05X028470 Putative uncharacterized protein 13.00713193 L4_chemical_B3 +LQ05X028470 Putative uncharacterized protein 13.94265787 L4_chemical_C2 +LQ05X028470 Putative uncharacterized protein 14.0132207 L4_chemical_C3 +LQ05X028490 T-complex protein 1 subunit theta 13.91847481 C6_control_A1 +LQ05X028490 T-complex protein 1 subunit theta 13.95239051 C6_control_A3 +LQ05X028490 T-complex protein 1 subunit theta 13.44955654 C6_control_B1 +LQ05X028490 T-complex protein 1 subunit theta 13.31513751 C6_control_B2 +LQ05X028490 T-complex protein 1 subunit theta 13.44878474 C6_control_B3 +LQ05X028490 T-complex protein 1 subunit theta 13.46875148 C6_control_C1 +LQ05X028490 T-complex protein 1 subunit theta 13.47346596 C6_control_C2 +LQ05X028490 T-complex protein 1 subunit theta 13.28287207 C6_control_C3 +LQ05X028490 T-complex protein 1 subunit theta 13.80602564 C6_chemical_A1 +LQ05X028490 T-complex protein 1 subunit theta 14.08153099 C6_chemical_A3 +LQ05X028490 T-complex protein 1 subunit theta 13.2365153 C6_chemical_B1 +LQ05X028490 T-complex protein 1 subunit theta 13.10248741 C6_chemical_B2 +LQ05X028490 T-complex protein 1 subunit theta 13.17137231 C6_chemical_B3 +LQ05X028490 T-complex protein 1 subunit theta 13.61906242 C6_chemical_C1 +LQ05X028490 T-complex protein 1 subunit theta 13.3544747 C6_chemical_C2 +LQ05X028490 T-complex protein 1 subunit theta 13.22282517 C6_chemical_C3 +LQ05X028490 T-complex protein 1 subunit theta 14.01859087 L4_control_A1 +LQ05X028490 T-complex protein 1 subunit theta 13.58950628 L4_control_A2 +LQ05X028490 T-complex protein 1 subunit theta 13.77491752 L4_control_A3 +LQ05X028490 T-complex protein 1 subunit theta 13.25829524 L4_control_B1 +LQ05X028490 T-complex protein 1 subunit theta 13.55734689 L4_control_B2 +LQ05X028490 T-complex protein 1 subunit theta 13.13480697 L4_control_B3 +LQ05X028490 T-complex protein 1 subunit theta 13.47588688 L4_control_C2 +LQ05X028490 T-complex protein 1 subunit theta 13.14461027 L4_control_C3 +LQ05X028490 T-complex protein 1 subunit theta 13.84588547 L4_chemical_A1 +LQ05X028490 T-complex protein 1 subunit theta 13.47311016 L4_chemical_A2 +LQ05X028490 T-complex protein 1 subunit theta 13.72549295 L4_chemical_A3 +LQ05X028490 T-complex protein 1 subunit theta 13.18969703 L4_chemical_B1 +LQ05X028490 T-complex protein 1 subunit theta 13.51108016 L4_chemical_B2 +LQ05X028490 T-complex protein 1 subunit theta 13.28626629 L4_chemical_B3 +LQ05X028490 T-complex protein 1 subunit theta 13.58615425 L4_chemical_C2 +LQ05X028490 T-complex protein 1 subunit theta 13.42013424 L4_chemical_C3 +LQ05X028500 Yth domain-containing protein, putative 12.87236714 C6_control_A1 +LQ05X028500 Yth domain-containing protein, putative 13.42875091 C6_control_A3 +LQ05X028500 Yth domain-containing protein, putative 12.61218872 C6_control_B1 +LQ05X028500 Yth domain-containing protein, putative 12.2366449 C6_control_B2 +LQ05X028500 Yth domain-containing protein, putative 12.30851519 C6_control_B3 +LQ05X028500 Yth domain-containing protein, putative 13.14662632 C6_control_C1 +LQ05X028500 Yth domain-containing protein, putative 12.86713468 C6_control_C2 +LQ05X028500 Yth domain-containing protein, putative 13.01354898 C6_control_C3 +LQ05X028500 Yth domain-containing protein, putative 12.87862503 C6_chemical_A1 +LQ05X028500 Yth domain-containing protein, putative 13.33755349 C6_chemical_A3 +LQ05X028500 Yth domain-containing protein, putative 12.29893956 C6_chemical_B1 +LQ05X028500 Yth domain-containing protein, putative 12.07486031 C6_chemical_B2 +LQ05X028500 Yth domain-containing protein, putative 12.28217111 C6_chemical_B3 +LQ05X028500 Yth domain-containing protein, putative 12.93589381 C6_chemical_C1 +LQ05X028500 Yth domain-containing protein, putative 13.0619981 C6_chemical_C2 +LQ05X028500 Yth domain-containing protein, putative 12.86334238 C6_chemical_C3 +LQ05X028500 Yth domain-containing protein, putative 13.48306635 L4_control_A1 +LQ05X028500 Yth domain-containing protein, putative 13.49354447 L4_control_A2 +LQ05X028500 Yth domain-containing protein, putative 13.60501113 L4_control_A3 +LQ05X028500 Yth domain-containing protein, putative 12.88578434 L4_control_B1 +LQ05X028500 Yth domain-containing protein, putative 12.82570717 L4_control_B2 +LQ05X028500 Yth domain-containing protein, putative 12.70006718 L4_control_B3 +LQ05X028500 Yth domain-containing protein, putative 13.90142013 L4_control_C2 +LQ05X028500 Yth domain-containing protein, putative 13.66220482 L4_control_C3 +LQ05X028500 Yth domain-containing protein, putative 13.45313943 L4_chemical_A1 +LQ05X028500 Yth domain-containing protein, putative 12.99913083 L4_chemical_A2 +LQ05X028500 Yth domain-containing protein, putative 13.18456955 L4_chemical_A3 +LQ05X028500 Yth domain-containing protein, putative 13.07530446 L4_chemical_B1 +LQ05X028500 Yth domain-containing protein, putative 12.83919163 L4_chemical_B2 +LQ05X028500 Yth domain-containing protein, putative 12.62090645 L4_chemical_B3 +LQ05X028500 Yth domain-containing protein, putative 13.45562892 L4_chemical_C2 +LQ05X028500 Yth domain-containing protein, putative 13.60356836 L4_chemical_C3 +LQ05X028520 Casein kinase, putative 13.02336225 C6_control_A1 +LQ05X028520 Casein kinase, putative 12.64051497 C6_control_A3 +LQ05X028520 Casein kinase, putative 13.0814484 C6_control_B1 +LQ05X028520 Casein kinase, putative 13.61392475 C6_control_B2 +LQ05X028520 Casein kinase, putative 13.23991336 C6_control_B3 +LQ05X028520 Casein kinase, putative 14.26797334 C6_control_C1 +LQ05X028520 Casein kinase, putative 13.95118953 C6_control_C2 +LQ05X028520 Casein kinase, putative 14.02346993 C6_control_C3 +LQ05X028520 Casein kinase, putative 13.21016503 C6_chemical_A1 +LQ05X028520 Casein kinase, putative 13.08820942 C6_chemical_A3 +LQ05X028520 Casein kinase, putative 13.39158254 C6_chemical_B1 +LQ05X028520 Casein kinase, putative 13.96410917 C6_chemical_B2 +LQ05X028520 Casein kinase, putative 13.39452875 C6_chemical_B3 +LQ05X028520 Casein kinase, putative 14.42546836 C6_chemical_C1 +LQ05X028520 Casein kinase, putative 14.03669839 C6_chemical_C2 +LQ05X028520 Casein kinase, putative 14.16074178 C6_chemical_C3 +LQ05X028520 Casein kinase, putative 13.23812666 L4_control_A1 +LQ05X028520 Casein kinase, putative 13.01777997 L4_control_A2 +LQ05X028520 Casein kinase, putative 13.30784202 L4_control_A3 +LQ05X028520 Casein kinase, putative 13.38761473 L4_control_B1 +LQ05X028520 Casein kinase, putative 13.09301354 L4_control_B2 +LQ05X028520 Casein kinase, putative 13.62790201 L4_control_B3 +LQ05X028520 Casein kinase, putative 13.38578232 L4_control_C2 +LQ05X028520 Casein kinase, putative 13.42205407 L4_control_C3 +LQ05X028520 Casein kinase, putative 13.77242003 L4_chemical_A1 +LQ05X028520 Casein kinase, putative 13.46983797 L4_chemical_A2 +LQ05X028520 Casein kinase, putative 13.58806666 L4_chemical_A3 +LQ05X028520 Casein kinase, putative 13.13961694 L4_chemical_B1 +LQ05X028520 Casein kinase, putative 13.25698711 L4_chemical_B2 +LQ05X028520 Casein kinase, putative 13.32863978 L4_chemical_B3 +LQ05X028520 Casein kinase, putative 13.31157272 L4_chemical_C2 +LQ05X028520 Casein kinase, putative 13.57384385 L4_chemical_C3 +LQ05X028540 Hypothetical protein 5.228400787 C6_control_A1 +LQ05X028540 Hypothetical protein 5.56397652 C6_control_A3 +LQ05X028540 Hypothetical protein 5.991204728 C6_control_B1 +LQ05X028540 Hypothetical protein 5.753282433 C6_control_B2 +LQ05X028540 Hypothetical protein 5.133218363 C6_control_B3 +LQ05X028540 Hypothetical protein 5.605714602 C6_control_C1 +LQ05X028540 Hypothetical protein 5.659982168 C6_control_C2 +LQ05X028540 Hypothetical protein 5.110389395 C6_control_C3 +LQ05X028540 Hypothetical protein 5.095079807 C6_chemical_A1 +LQ05X028540 Hypothetical protein 5.298076084 C6_chemical_A3 +LQ05X028540 Hypothetical protein 5.038948351 C6_chemical_B1 +LQ05X028540 Hypothetical protein 5.168717064 C6_chemical_B2 +LQ05X028540 Hypothetical protein 5.338390473 C6_chemical_B3 +LQ05X028540 Hypothetical protein 5.514458726 C6_chemical_C1 +LQ05X028540 Hypothetical protein 5.538677918 C6_chemical_C2 +LQ05X028540 Hypothetical protein 5.435606108 C6_chemical_C3 +LQ05X028540 Hypothetical protein 5.494207403 L4_control_A1 +LQ05X028540 Hypothetical protein 5.50094853 L4_control_A2 +LQ05X028540 Hypothetical protein 5.382278832 L4_control_A3 +LQ05X028540 Hypothetical protein 5.42520481 L4_control_B1 +LQ05X028540 Hypothetical protein 5.274907726 L4_control_B2 +LQ05X028540 Hypothetical protein 5.381147265 L4_control_B3 +LQ05X028540 Hypothetical protein 5.506668768 L4_control_C2 +LQ05X028540 Hypothetical protein 6.669045932 L4_control_C3 +LQ05X028540 Hypothetical protein 5.467536674 L4_chemical_A1 +LQ05X028540 Hypothetical protein 5.462949568 L4_chemical_A2 +LQ05X028540 Hypothetical protein 5.356299279 L4_chemical_A3 +LQ05X028540 Hypothetical protein 5.729185829 L4_chemical_B1 +LQ05X028540 Hypothetical protein 5.684128935 L4_chemical_B2 +LQ05X028540 Hypothetical protein 5.342906281 L4_chemical_B3 +LQ05X028540 Hypothetical protein 4.975616749 L4_chemical_C2 +LQ05X028540 Hypothetical protein 5.564966062 L4_chemical_C3 +LQ05X028550 Glutamate dehydrogenase 1 9.835730375 C6_control_A1 +LQ05X028550 Glutamate dehydrogenase 1 10.08803173 C6_control_A3 +LQ05X028550 Glutamate dehydrogenase 1 10.2440224 C6_control_B1 +LQ05X028550 Glutamate dehydrogenase 1 9.539761375 C6_control_B2 +LQ05X028550 Glutamate dehydrogenase 1 10.0747839 C6_control_B3 +LQ05X028550 Glutamate dehydrogenase 1 9.797618975 C6_control_C1 +LQ05X028550 Glutamate dehydrogenase 1 9.411663468 C6_control_C2 +LQ05X028550 Glutamate dehydrogenase 1 9.496744956 C6_control_C3 +LQ05X028550 Glutamate dehydrogenase 1 9.430137041 C6_chemical_A1 +LQ05X028550 Glutamate dehydrogenase 1 10.66004303 C6_chemical_A3 +LQ05X028550 Glutamate dehydrogenase 1 9.684499097 C6_chemical_B1 +LQ05X028550 Glutamate dehydrogenase 1 9.164031501 C6_chemical_B2 +LQ05X028550 Glutamate dehydrogenase 1 10.42888813 C6_chemical_B3 +LQ05X028550 Glutamate dehydrogenase 1 9.690723092 C6_chemical_C1 +LQ05X028550 Glutamate dehydrogenase 1 9.252995761 C6_chemical_C2 +LQ05X028550 Glutamate dehydrogenase 1 9.146258242 C6_chemical_C3 +LQ05X028550 Glutamate dehydrogenase 1 9.845102162 L4_control_A1 +LQ05X028550 Glutamate dehydrogenase 1 8.792084103 L4_control_A2 +LQ05X028550 Glutamate dehydrogenase 1 10.10232214 L4_control_A3 +LQ05X028550 Glutamate dehydrogenase 1 9.290213695 L4_control_B1 +LQ05X028550 Glutamate dehydrogenase 1 9.448170359 L4_control_B2 +LQ05X028550 Glutamate dehydrogenase 1 8.878352494 L4_control_B3 +LQ05X028550 Glutamate dehydrogenase 1 9.632041886 L4_control_C2 +LQ05X028550 Glutamate dehydrogenase 1 9.285997631 L4_control_C3 +LQ05X028550 Glutamate dehydrogenase 1 12.09346814 L4_chemical_A1 +LQ05X028550 Glutamate dehydrogenase 1 11.53726537 L4_chemical_A2 +LQ05X028550 Glutamate dehydrogenase 1 11.88681514 L4_chemical_A3 +LQ05X028550 Glutamate dehydrogenase 1 10.56431861 L4_chemical_B1 +LQ05X028550 Glutamate dehydrogenase 1 8.776996263 L4_chemical_B2 +LQ05X028550 Glutamate dehydrogenase 1 9.818270038 L4_chemical_B3 +LQ05X028550 Glutamate dehydrogenase 1 9.178302645 L4_chemical_C2 +LQ05X028550 Glutamate dehydrogenase 1 8.847127031 L4_chemical_C3 +LQ05X028560 Predicted protein 9.892441039 C6_control_A1 +LQ05X028560 Predicted protein 10.88228636 C6_control_A3 +LQ05X028560 Predicted protein 9.372366663 C6_control_B1 +LQ05X028560 Predicted protein 8.999544565 C6_control_B2 +LQ05X028560 Predicted protein 9.774435779 C6_control_B3 +LQ05X028560 Predicted protein 9.023499406 C6_control_C1 +LQ05X028560 Predicted protein 9.045453617 C6_control_C2 +LQ05X028560 Predicted protein 9.943259269 C6_control_C3 +LQ05X028560 Predicted protein 9.316105867 C6_chemical_A1 +LQ05X028560 Predicted protein 10.49876075 C6_chemical_A3 +LQ05X028560 Predicted protein 8.155503803 C6_chemical_B1 +LQ05X028560 Predicted protein 8.712988907 C6_chemical_B2 +LQ05X028560 Predicted protein 9.368660602 C6_chemical_B3 +LQ05X028560 Predicted protein 8.891265631 C6_chemical_C1 +LQ05X028560 Predicted protein 8.53251411 C6_chemical_C2 +LQ05X028560 Predicted protein 10.42475785 C6_chemical_C3 +LQ05X028560 Predicted protein 10.88827781 L4_control_A1 +LQ05X028560 Predicted protein 10.77626176 L4_control_A2 +LQ05X028560 Predicted protein 10.86693957 L4_control_A3 +LQ05X028560 Predicted protein 10.06318408 L4_control_B1 +LQ05X028560 Predicted protein 10.53764356 L4_control_B2 +LQ05X028560 Predicted protein 10.99975015 L4_control_B3 +LQ05X028560 Predicted protein 9.716705754 L4_control_C2 +LQ05X028560 Predicted protein 9.200508312 L4_control_C3 +LQ05X028560 Predicted protein 10.79524714 L4_chemical_A1 +LQ05X028560 Predicted protein 10.10440446 L4_chemical_A2 +LQ05X028560 Predicted protein 11.23132197 L4_chemical_A3 +LQ05X028560 Predicted protein 9.989096271 L4_chemical_B1 +LQ05X028560 Predicted protein 10.62445499 L4_chemical_B2 +LQ05X028560 Predicted protein 10.58292649 L4_chemical_B3 +LQ05X028560 Predicted protein 10.49539504 L4_chemical_C2 +LQ05X028560 Predicted protein 9.567018632 L4_chemical_C3 +LQ05X028590 Disease resistance protein RPS2, putative 5.364783147 C6_control_A1 +LQ05X028590 Disease resistance protein RPS2, putative 5.371998752 C6_control_A3 +LQ05X028590 Disease resistance protein RPS2, putative 4.997779018 C6_control_B1 +LQ05X028590 Disease resistance protein RPS2, putative 5.386701001 C6_control_B2 +LQ05X028590 Disease resistance protein RPS2, putative 5.518675253 C6_control_B3 +LQ05X028590 Disease resistance protein RPS2, putative 5.390057496 C6_control_C1 +LQ05X028590 Disease resistance protein RPS2, putative 5.278225633 C6_control_C2 +LQ05X028590 Disease resistance protein RPS2, putative 5.420933931 C6_control_C3 +LQ05X028590 Disease resistance protein RPS2, putative 5.168919515 C6_chemical_A1 +LQ05X028590 Disease resistance protein RPS2, putative 5.311777013 C6_chemical_A3 +LQ05X028590 Disease resistance protein RPS2, putative 5.085583942 C6_chemical_B1 +LQ05X028590 Disease resistance protein RPS2, putative 5.291050231 C6_chemical_B2 +LQ05X028590 Disease resistance protein RPS2, putative 5.19442924 C6_chemical_B3 +LQ05X028590 Disease resistance protein RPS2, putative 5.424903988 C6_chemical_C1 +LQ05X028590 Disease resistance protein RPS2, putative 5.479773909 C6_chemical_C2 +LQ05X028590 Disease resistance protein RPS2, putative 5.263634956 C6_chemical_C3 +LQ05X028590 Disease resistance protein RPS2, putative 5.413580456 L4_control_A1 +LQ05X028590 Disease resistance protein RPS2, putative 5.760369969 L4_control_A2 +LQ05X028590 Disease resistance protein RPS2, putative 5.735428915 L4_control_A3 +LQ05X028590 Disease resistance protein RPS2, putative 5.733597687 L4_control_B1 +LQ05X028590 Disease resistance protein RPS2, putative 6.008326595 L4_control_B2 +LQ05X028590 Disease resistance protein RPS2, putative 5.303252289 L4_control_B3 +LQ05X028590 Disease resistance protein RPS2, putative 6.233116404 L4_control_C2 +LQ05X028590 Disease resistance protein RPS2, putative 5.853628282 L4_control_C3 +LQ05X028590 Disease resistance protein RPS2, putative 5.388823708 L4_chemical_A1 +LQ05X028590 Disease resistance protein RPS2, putative 5.817865181 L4_chemical_A2 +LQ05X028590 Disease resistance protein RPS2, putative 5.835675169 L4_chemical_A3 +LQ05X028590 Disease resistance protein RPS2, putative 5.256518253 L4_chemical_B1 +LQ05X028590 Disease resistance protein RPS2, putative 5.152947826 L4_chemical_B2 +LQ05X028590 Disease resistance protein RPS2, putative 5.457849312 L4_chemical_B3 +LQ05X028590 Disease resistance protein RPS2, putative 6.322705299 L4_chemical_C2 +LQ05X028590 Disease resistance protein RPS2, putative 5.238945413 L4_chemical_C3 +LQ05X028600 Phosphoprotein phosphatase, putative 4.955128173 C6_control_A1 +LQ05X028600 Phosphoprotein phosphatase, putative 4.807322421 C6_control_A3 +LQ05X028600 Phosphoprotein phosphatase, putative 5.189476705 C6_control_B1 +LQ05X028600 Phosphoprotein phosphatase, putative 5.26201343 C6_control_B2 +LQ05X028600 Phosphoprotein phosphatase, putative 4.765811986 C6_control_B3 +LQ05X028600 Phosphoprotein phosphatase, putative 5.228473047 C6_control_C1 +LQ05X028600 Phosphoprotein phosphatase, putative 4.897537001 C6_control_C2 +LQ05X028600 Phosphoprotein phosphatase, putative 5.243536795 C6_control_C3 +LQ05X028600 Phosphoprotein phosphatase, putative 4.903512952 C6_chemical_A1 +LQ05X028600 Phosphoprotein phosphatase, putative 5.034149822 C6_chemical_A3 +LQ05X028600 Phosphoprotein phosphatase, putative 4.911052238 C6_chemical_B1 +LQ05X028600 Phosphoprotein phosphatase, putative 4.865113472 C6_chemical_B2 +LQ05X028600 Phosphoprotein phosphatase, putative 4.905782276 C6_chemical_B3 +LQ05X028600 Phosphoprotein phosphatase, putative 5.03480936 C6_chemical_C1 +LQ05X028600 Phosphoprotein phosphatase, putative 5.046937976 C6_chemical_C2 +LQ05X028600 Phosphoprotein phosphatase, putative 5.203034534 C6_chemical_C3 +LQ05X028600 Phosphoprotein phosphatase, putative 4.842900704 L4_control_A1 +LQ05X028600 Phosphoprotein phosphatase, putative 4.904543218 L4_control_A2 +LQ05X028600 Phosphoprotein phosphatase, putative 5.387078726 L4_control_A3 +LQ05X028600 Phosphoprotein phosphatase, putative 4.843837978 L4_control_B1 +LQ05X028600 Phosphoprotein phosphatase, putative 5.320648566 L4_control_B2 +LQ05X028600 Phosphoprotein phosphatase, putative 4.741320639 L4_control_B3 +LQ05X028600 Phosphoprotein phosphatase, putative 5.783760794 L4_control_C2 +LQ05X028600 Phosphoprotein phosphatase, putative 5.772231759 L4_control_C3 +LQ05X028600 Phosphoprotein phosphatase, putative 5.110663779 L4_chemical_A1 +LQ05X028600 Phosphoprotein phosphatase, putative 4.739626138 L4_chemical_A2 +LQ05X028600 Phosphoprotein phosphatase, putative 5.166712679 L4_chemical_A3 +LQ05X028600 Phosphoprotein phosphatase, putative 5.070973996 L4_chemical_B1 +LQ05X028600 Phosphoprotein phosphatase, putative 5.0049343 L4_chemical_B2 +LQ05X028600 Phosphoprotein phosphatase, putative 4.810307344 L4_chemical_B3 +LQ05X028600 Phosphoprotein phosphatase, putative 5.539585657 L4_chemical_C2 +LQ05X028600 Phosphoprotein phosphatase, putative 4.943602041 L4_chemical_C3 +LQ05X028650 Disease resistance protein RPS2, putative 6.173674674 C6_control_A1 +LQ05X028650 Disease resistance protein RPS2, putative 6.221095857 C6_control_A3 +LQ05X028650 Disease resistance protein RPS2, putative 5.99625222 C6_control_B1 +LQ05X028650 Disease resistance protein RPS2, putative 5.816097436 C6_control_B2 +LQ05X028650 Disease resistance protein RPS2, putative 6.156174531 C6_control_B3 +LQ05X028650 Disease resistance protein RPS2, putative 5.584409619 C6_control_C1 +LQ05X028650 Disease resistance protein RPS2, putative 5.438016571 C6_control_C2 +LQ05X028650 Disease resistance protein RPS2, putative 5.581336891 C6_control_C3 +LQ05X028650 Disease resistance protein RPS2, putative 6.046965783 C6_chemical_A1 +LQ05X028650 Disease resistance protein RPS2, putative 6.480397743 C6_chemical_A3 +LQ05X028650 Disease resistance protein RPS2, putative 6.322593217 C6_chemical_B1 +LQ05X028650 Disease resistance protein RPS2, putative 5.585221578 C6_chemical_B2 +LQ05X028650 Disease resistance protein RPS2, putative 5.93321011 C6_chemical_B3 +LQ05X028650 Disease resistance protein RPS2, putative 5.378228623 C6_chemical_C1 +LQ05X028650 Disease resistance protein RPS2, putative 5.951621582 C6_chemical_C2 +LQ05X028650 Disease resistance protein RPS2, putative 5.942651224 C6_chemical_C3 +LQ05X028650 Disease resistance protein RPS2, putative 6.232939124 L4_control_A1 +LQ05X028650 Disease resistance protein RPS2, putative 6.632385702 L4_control_A2 +LQ05X028650 Disease resistance protein RPS2, putative 7.511535612 L4_control_A3 +LQ05X028650 Disease resistance protein RPS2, putative 5.997573959 L4_control_B1 +LQ05X028650 Disease resistance protein RPS2, putative 6.287185115 L4_control_B2 +LQ05X028650 Disease resistance protein RPS2, putative 6.035966936 L4_control_B3 +LQ05X028650 Disease resistance protein RPS2, putative 6.073912441 L4_control_C2 +LQ05X028650 Disease resistance protein RPS2, putative 5.96322483 L4_control_C3 +LQ05X028650 Disease resistance protein RPS2, putative 6.23726014 L4_chemical_A1 +LQ05X028650 Disease resistance protein RPS2, putative 6.633930379 L4_chemical_A2 +LQ05X028650 Disease resistance protein RPS2, putative 7.814566274 L4_chemical_A3 +LQ05X028650 Disease resistance protein RPS2, putative 6.029204673 L4_chemical_B1 +LQ05X028650 Disease resistance protein RPS2, putative 6.216633916 L4_chemical_B2 +LQ05X028650 Disease resistance protein RPS2, putative 6.234894559 L4_chemical_B3 +LQ05X028650 Disease resistance protein RPS2, putative 6.176609349 L4_chemical_C2 +LQ05X028650 Disease resistance protein RPS2, putative 7.139115999 L4_chemical_C3 +LQ05X028680 Predicted protein 5.286143281 C6_control_A1 +LQ05X028680 Predicted protein 5.392887042 C6_control_A3 +LQ05X028680 Predicted protein 6.185050183 C6_control_B1 +LQ05X028680 Predicted protein 5.773738381 C6_control_B2 +LQ05X028680 Predicted protein 5.821842927 C6_control_B3 +LQ05X028680 Predicted protein 6.32118521 C6_control_C1 +LQ05X028680 Predicted protein 6.098983765 C6_control_C2 +LQ05X028680 Predicted protein 5.834481468 C6_control_C3 +LQ05X028680 Predicted protein 5.625797203 C6_chemical_A1 +LQ05X028680 Predicted protein 5.641020036 C6_chemical_A3 +LQ05X028680 Predicted protein 5.614203105 C6_chemical_B1 +LQ05X028680 Predicted protein 5.695854619 C6_chemical_B2 +LQ05X028680 Predicted protein 5.886409386 C6_chemical_B3 +LQ05X028680 Predicted protein 6.320909808 C6_chemical_C1 +LQ05X028680 Predicted protein 6.135415194 C6_chemical_C2 +LQ05X028680 Predicted protein 5.988797309 C6_chemical_C3 +LQ05X028680 Predicted protein 5.272783645 L4_control_A1 +LQ05X028680 Predicted protein 5.376010687 L4_control_A2 +LQ05X028680 Predicted protein 5.677711404 L4_control_A3 +LQ05X028680 Predicted protein 6.034451192 L4_control_B1 +LQ05X028680 Predicted protein 6.215459493 L4_control_B2 +LQ05X028680 Predicted protein 5.602928722 L4_control_B3 +LQ05X028680 Predicted protein 5.873806364 L4_control_C2 +LQ05X028680 Predicted protein 6.146777741 L4_control_C3 +LQ05X028680 Predicted protein 5.376584752 L4_chemical_A1 +LQ05X028680 Predicted protein 5.663423172 L4_chemical_A2 +LQ05X028680 Predicted protein 5.325351026 L4_chemical_A3 +LQ05X028680 Predicted protein 5.737223703 L4_chemical_B1 +LQ05X028680 Predicted protein 6.615762787 L4_chemical_B2 +LQ05X028680 Predicted protein 5.796966411 L4_chemical_B3 +LQ05X028680 Predicted protein 5.986981874 L4_chemical_C2 +LQ05X028680 Predicted protein 6.199266515 L4_chemical_C3 +LQ05X028690 Putative Disease resistance protein At4g27190 10.4271001 C6_control_A1 +LQ05X028690 Putative Disease resistance protein At4g27190 9.470337578 C6_control_A3 +LQ05X028690 Putative Disease resistance protein At4g27190 10.71670966 C6_control_B1 +LQ05X028690 Putative Disease resistance protein At4g27190 10.71879355 C6_control_B2 +LQ05X028690 Putative Disease resistance protein At4g27190 10.87970358 C6_control_B3 +LQ05X028690 Putative Disease resistance protein At4g27190 11.16782413 C6_control_C1 +LQ05X028690 Putative Disease resistance protein At4g27190 11.03006204 C6_control_C2 +LQ05X028690 Putative Disease resistance protein At4g27190 11.30103816 C6_control_C3 +LQ05X028690 Putative Disease resistance protein At4g27190 10.5706641 C6_chemical_A1 +LQ05X028690 Putative Disease resistance protein At4g27190 10.28944262 C6_chemical_A3 +LQ05X028690 Putative Disease resistance protein At4g27190 10.81352734 C6_chemical_B1 +LQ05X028690 Putative Disease resistance protein At4g27190 10.4607828 C6_chemical_B2 +LQ05X028690 Putative Disease resistance protein At4g27190 11.43771509 C6_chemical_B3 +LQ05X028690 Putative Disease resistance protein At4g27190 10.67137408 C6_chemical_C1 +LQ05X028690 Putative Disease resistance protein At4g27190 10.9649524 C6_chemical_C2 +LQ05X028690 Putative Disease resistance protein At4g27190 12.06341221 C6_chemical_C3 +LQ05X028690 Putative Disease resistance protein At4g27190 9.693380706 L4_control_A1 +LQ05X028690 Putative Disease resistance protein At4g27190 9.580711488 L4_control_A2 +LQ05X028690 Putative Disease resistance protein At4g27190 9.621983762 L4_control_A3 +LQ05X028690 Putative Disease resistance protein At4g27190 11.00673256 L4_control_B1 +LQ05X028690 Putative Disease resistance protein At4g27190 10.37067062 L4_control_B2 +LQ05X028690 Putative Disease resistance protein At4g27190 11.69766552 L4_control_B3 +LQ05X028690 Putative Disease resistance protein At4g27190 11.47210756 L4_control_C2 +LQ05X028690 Putative Disease resistance protein At4g27190 12.18284508 L4_control_C3 +LQ05X028690 Putative Disease resistance protein At4g27190 9.874693815 L4_chemical_A1 +LQ05X028690 Putative Disease resistance protein At4g27190 9.464720193 L4_chemical_A2 +LQ05X028690 Putative Disease resistance protein At4g27190 9.702638016 L4_chemical_A3 +LQ05X028690 Putative Disease resistance protein At4g27190 10.5059231 L4_chemical_B1 +LQ05X028690 Putative Disease resistance protein At4g27190 10.15091487 L4_chemical_B2 +LQ05X028690 Putative Disease resistance protein At4g27190 10.93549479 L4_chemical_B3 +LQ05X028690 Putative Disease resistance protein At4g27190 11.41817155 L4_chemical_C2 +LQ05X028690 Putative Disease resistance protein At4g27190 12.0541309 L4_chemical_C3 +LQ05X028720 Hypothetical protein 5.715255906 C6_control_A1 +LQ05X028720 Hypothetical protein 5.710240989 C6_control_A3 +LQ05X028720 Hypothetical protein 5.415481695 C6_control_B1 +LQ05X028720 Hypothetical protein 5.776293061 C6_control_B2 +LQ05X028720 Hypothetical protein 5.965814286 C6_control_B3 +LQ05X028720 Hypothetical protein 5.884434332 C6_control_C1 +LQ05X028720 Hypothetical protein 7.031099016 C6_control_C2 +LQ05X028720 Hypothetical protein 5.945509649 C6_control_C3 +LQ05X028720 Hypothetical protein 5.415564843 C6_chemical_A1 +LQ05X028720 Hypothetical protein 5.500473308 C6_chemical_A3 +LQ05X028720 Hypothetical protein 6.337348916 C6_chemical_B1 +LQ05X028720 Hypothetical protein 5.773813012 C6_chemical_B2 +LQ05X028720 Hypothetical protein 5.899087041 C6_chemical_B3 +LQ05X028720 Hypothetical protein 5.550632839 C6_chemical_C1 +LQ05X028720 Hypothetical protein 5.926962223 C6_chemical_C2 +LQ05X028720 Hypothetical protein 5.840651322 C6_chemical_C3 +LQ05X028720 Hypothetical protein 5.614274442 L4_control_A1 +LQ05X028720 Hypothetical protein 5.280248825 L4_control_A2 +LQ05X028720 Hypothetical protein 5.109253987 L4_control_A3 +LQ05X028720 Hypothetical protein 5.61660567 L4_control_B1 +LQ05X028720 Hypothetical protein 5.691757731 L4_control_B2 +LQ05X028720 Hypothetical protein 5.704592652 L4_control_B3 +LQ05X028720 Hypothetical protein 6.221591555 L4_control_C2 +LQ05X028720 Hypothetical protein 5.754860851 L4_control_C3 +LQ05X028720 Hypothetical protein 5.544033105 L4_chemical_A1 +LQ05X028720 Hypothetical protein 5.14588267 L4_chemical_A2 +LQ05X028720 Hypothetical protein 4.882078884 L4_chemical_A3 +LQ05X028720 Hypothetical protein 5.384253892 L4_chemical_B1 +LQ05X028720 Hypothetical protein 5.223829504 L4_chemical_B2 +LQ05X028720 Hypothetical protein 5.725935437 L4_chemical_B3 +LQ05X028720 Hypothetical protein 5.538532686 L4_chemical_C2 +LQ05X028720 Hypothetical protein 5.311456419 L4_chemical_C3 +LQ05X028760 Histone H2AX 5.221660051 C6_control_A1 +LQ05X028760 Histone H2AX 4.640416531 C6_control_A3 +LQ05X028760 Histone H2AX 5.601609513 C6_control_B1 +LQ05X028760 Histone H2AX 4.707571853 C6_control_B2 +LQ05X028760 Histone H2AX 4.917042931 C6_control_B3 +LQ05X028760 Histone H2AX 5.158558498 C6_control_C1 +LQ05X028760 Histone H2AX 5.06414817 C6_control_C2 +LQ05X028760 Histone H2AX 5.050565569 C6_control_C3 +LQ05X028760 Histone H2AX 4.868270252 C6_chemical_A1 +LQ05X028760 Histone H2AX 5.076629565 C6_chemical_A3 +LQ05X028760 Histone H2AX 5.240039913 C6_chemical_B1 +LQ05X028760 Histone H2AX 4.954244451 C6_chemical_B2 +LQ05X028760 Histone H2AX 5.016196846 C6_chemical_B3 +LQ05X028760 Histone H2AX 5.376610446 C6_chemical_C1 +LQ05X028760 Histone H2AX 4.964699415 C6_chemical_C2 +LQ05X028760 Histone H2AX 5.111777544 C6_chemical_C3 +LQ05X028760 Histone H2AX 5.214635493 L4_control_A1 +LQ05X028760 Histone H2AX 5.10812628 L4_control_A2 +LQ05X028760 Histone H2AX 4.829270471 L4_control_A3 +LQ05X028760 Histone H2AX 4.772010594 L4_control_B1 +LQ05X028760 Histone H2AX 4.799972229 L4_control_B2 +LQ05X028760 Histone H2AX 5.106970014 L4_control_B3 +LQ05X028760 Histone H2AX 5.266955797 L4_control_C2 +LQ05X028760 Histone H2AX 4.912028713 L4_control_C3 +LQ05X028760 Histone H2AX 4.996051088 L4_chemical_A1 +LQ05X028760 Histone H2AX 5.061330056 L4_chemical_A2 +LQ05X028760 Histone H2AX 4.551977067 L4_chemical_A3 +LQ05X028760 Histone H2AX 4.875811781 L4_chemical_B1 +LQ05X028760 Histone H2AX 4.712212992 L4_chemical_B2 +LQ05X028760 Histone H2AX 5.222027879 L4_chemical_B3 +LQ05X028760 Histone H2AX 5.497223652 L4_chemical_C2 +LQ05X028760 Histone H2AX 5.879424371 L4_chemical_C3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.422473137 C6_control_A1 +LQ05X028770 Probable gibberellin receptor GID1L3 5.40562047 C6_control_A3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.108181117 C6_control_B1 +LQ05X028770 Probable gibberellin receptor GID1L3 5.195390434 C6_control_B2 +LQ05X028770 Probable gibberellin receptor GID1L3 5.786499674 C6_control_B3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.444760725 C6_control_C1 +LQ05X028770 Probable gibberellin receptor GID1L3 6.285601811 C6_control_C2 +LQ05X028770 Probable gibberellin receptor GID1L3 4.864659541 C6_control_C3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.510428141 C6_chemical_A1 +LQ05X028770 Probable gibberellin receptor GID1L3 4.937900407 C6_chemical_A3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.317243143 C6_chemical_B1 +LQ05X028770 Probable gibberellin receptor GID1L3 5.3538464 C6_chemical_B2 +LQ05X028770 Probable gibberellin receptor GID1L3 4.913375863 C6_chemical_B3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.424991354 C6_chemical_C1 +LQ05X028770 Probable gibberellin receptor GID1L3 5.296439719 C6_chemical_C2 +LQ05X028770 Probable gibberellin receptor GID1L3 5.233938782 C6_chemical_C3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.165758957 L4_control_A1 +LQ05X028770 Probable gibberellin receptor GID1L3 5.464817757 L4_control_A2 +LQ05X028770 Probable gibberellin receptor GID1L3 5.079529816 L4_control_A3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.048487073 L4_control_B1 +LQ05X028770 Probable gibberellin receptor GID1L3 5.145223105 L4_control_B2 +LQ05X028770 Probable gibberellin receptor GID1L3 5.155337291 L4_control_B3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.047659135 L4_control_C2 +LQ05X028770 Probable gibberellin receptor GID1L3 5.804591265 L4_control_C3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.260174061 L4_chemical_A1 +LQ05X028770 Probable gibberellin receptor GID1L3 5.075592443 L4_chemical_A2 +LQ05X028770 Probable gibberellin receptor GID1L3 5.372288995 L4_chemical_A3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.754053918 L4_chemical_B1 +LQ05X028770 Probable gibberellin receptor GID1L3 5.686724842 L4_chemical_B2 +LQ05X028770 Probable gibberellin receptor GID1L3 5.193517787 L4_chemical_B3 +LQ05X028770 Probable gibberellin receptor GID1L3 5.289106195 L4_chemical_C2 +LQ05X028770 Probable gibberellin receptor GID1L3 5.588474 L4_chemical_C3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.664152199 C6_control_A1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.476810181 C6_control_A3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 5.283838973 C6_control_B1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.902722295 C6_control_B2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.353762392 C6_control_B3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 9.009384729 C6_control_C1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 10.19672533 C6_control_C2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 8.102281522 C6_control_C3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.467301498 C6_chemical_A1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.551571316 C6_chemical_A3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.735687607 C6_chemical_B1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 8.894559215 C6_chemical_B2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.961468114 C6_chemical_B3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 9.977125384 C6_chemical_C1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 9.857214265 C6_chemical_C2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 9.300529682 C6_chemical_C3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.999223687 L4_control_A1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.723176452 L4_control_A2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 8.006781279 L4_control_A3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.771079374 L4_control_B1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.494320144 L4_control_B2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 8.849818471 L4_control_B3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 9.283142156 L4_control_C2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 8.615561728 L4_control_C3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.874671579 L4_chemical_A1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.069323213 L4_chemical_A2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.409596811 L4_chemical_A3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.122833872 L4_chemical_B1 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.585864106 L4_chemical_B2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 6.956894038 L4_chemical_B3 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 9.320714148 L4_chemical_C2 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 9.1217107 L4_chemical_C3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.64259446 C6_control_A1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.316910625 C6_control_A3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.713930035 C6_control_B1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 7.046225289 C6_control_B2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 6.863798446 C6_control_B3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 4.770606257 C6_control_C1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.309721576 C6_control_C2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.032839656 C6_control_C3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.210579341 C6_chemical_A1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.328245664 C6_chemical_A3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.716961881 C6_chemical_B1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 6.694395276 C6_chemical_B2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 6.0895824 C6_chemical_B3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 4.962433654 C6_chemical_C1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 4.91825151 C6_chemical_C2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 4.818446745 C6_chemical_C3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.356337026 L4_control_A1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.373188155 L4_control_A2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.039068701 L4_control_A3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.722626869 L4_control_B1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 6.114359044 L4_control_B2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.714756956 L4_control_B3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.555994065 L4_control_C2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.168371819 L4_control_C3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.00493812 L4_chemical_A1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.414394796 L4_chemical_A2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.011680939 L4_chemical_A3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.92443112 L4_chemical_B1 +LQ05X028800 Histidine-containing phosphotransfer protein 1 6.158642223 L4_chemical_B2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.862548832 L4_chemical_B3 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.253075742 L4_chemical_C2 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.400143154 L4_chemical_C3 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.732954882 C6_control_A1 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.731598761 C6_control_A3 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.477931531 C6_control_B1 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.654218087 C6_control_B2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.502996435 C6_control_B3 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.080561389 C6_control_C1 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.546776355 C6_control_C2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.632962808 C6_control_C3 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.361501799 C6_chemical_A1 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.641427073 C6_chemical_A3 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.470225268 C6_chemical_B1 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.554898429 C6_chemical_B2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.35110492 C6_chemical_B3 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.333449263 C6_chemical_C1 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.822580724 C6_chemical_C2 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.08015075 C6_chemical_C3 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.4834072 L4_control_A1 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.289076058 L4_control_A2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.59474951 L4_control_A3 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.767690364 L4_control_B1 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.270684065 L4_control_B2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.37533463 L4_control_B3 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.41534003 L4_control_C2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.396240999 L4_control_C3 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.650232305 L4_chemical_A1 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.674576455 L4_chemical_A2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.231104315 L4_chemical_A3 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.192537288 L4_chemical_B1 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.598173707 L4_chemical_B2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.3790655 L4_chemical_B3 +LQ05X028810 Breast carcinoma amplified sequence, putative 6.055525255 L4_chemical_C2 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.742054911 L4_chemical_C3 +LQ05X028870 Sugar transporter ERD6-like 15 6.766795929 C6_control_A1 +LQ05X028870 Sugar transporter ERD6-like 15 7.230795661 C6_control_A3 +LQ05X028870 Sugar transporter ERD6-like 15 6.247551518 C6_control_B1 +LQ05X028870 Sugar transporter ERD6-like 15 6.73385084 C6_control_B2 +LQ05X028870 Sugar transporter ERD6-like 15 6.727990577 C6_control_B3 +LQ05X028870 Sugar transporter ERD6-like 15 5.847347219 C6_control_C1 +LQ05X028870 Sugar transporter ERD6-like 15 8.213595325 C6_control_C2 +LQ05X028870 Sugar transporter ERD6-like 15 6.084500173 C6_control_C3 +LQ05X028870 Sugar transporter ERD6-like 15 5.616590655 C6_chemical_A1 +LQ05X028870 Sugar transporter ERD6-like 15 6.679721183 C6_chemical_A3 +LQ05X028870 Sugar transporter ERD6-like 15 6.264060854 C6_chemical_B1 +LQ05X028870 Sugar transporter ERD6-like 15 6.926255358 C6_chemical_B2 +LQ05X028870 Sugar transporter ERD6-like 15 6.187167033 C6_chemical_B3 +LQ05X028870 Sugar transporter ERD6-like 15 6.49119206 C6_chemical_C1 +LQ05X028870 Sugar transporter ERD6-like 15 6.70390532 C6_chemical_C2 +LQ05X028870 Sugar transporter ERD6-like 15 5.604698928 C6_chemical_C3 +LQ05X028870 Sugar transporter ERD6-like 15 6.538426703 L4_control_A1 +LQ05X028870 Sugar transporter ERD6-like 15 6.580362774 L4_control_A2 +LQ05X028870 Sugar transporter ERD6-like 15 6.291324626 L4_control_A3 +LQ05X028870 Sugar transporter ERD6-like 15 6.487256961 L4_control_B1 +LQ05X028870 Sugar transporter ERD6-like 15 6.15143577 L4_control_B2 +LQ05X028870 Sugar transporter ERD6-like 15 6.180964132 L4_control_B3 +LQ05X028870 Sugar transporter ERD6-like 15 5.837437521 L4_control_C2 +LQ05X028870 Sugar transporter ERD6-like 15 6.37357332 L4_control_C3 +LQ05X028870 Sugar transporter ERD6-like 15 5.884002756 L4_chemical_A1 +LQ05X028870 Sugar transporter ERD6-like 15 6.609988876 L4_chemical_A2 +LQ05X028870 Sugar transporter ERD6-like 15 5.614465727 L4_chemical_A3 +LQ05X028870 Sugar transporter ERD6-like 15 6.785246306 L4_chemical_B1 +LQ05X028870 Sugar transporter ERD6-like 15 5.815081133 L4_chemical_B2 +LQ05X028870 Sugar transporter ERD6-like 15 6.335815823 L4_chemical_B3 +LQ05X028870 Sugar transporter ERD6-like 15 5.828263111 L4_chemical_C2 +LQ05X028870 Sugar transporter ERD6-like 15 5.748434666 L4_chemical_C3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.262250197 C6_control_A1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.613839013 C6_control_A3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.328291486 C6_control_B1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.582783706 C6_control_B2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 4.895441819 C6_control_B3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.196627754 C6_control_C1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.510895512 C6_control_C2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.103374206 C6_control_C3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.026539909 C6_chemical_A1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.432444538 C6_chemical_A3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.452219023 C6_chemical_B1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.357844001 C6_chemical_B2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.083951815 C6_chemical_B3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.239092496 C6_chemical_C1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 4.887135082 C6_chemical_C2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 4.938166772 C6_chemical_C3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.329975918 L4_control_A1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.186461995 L4_control_A2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.104160576 L4_control_A3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 4.947829609 L4_control_B1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.278362059 L4_control_B2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.202059005 L4_control_B3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.659833997 L4_control_C2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.099893303 L4_control_C3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 4.746490357 L4_chemical_A1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.07021048 L4_chemical_A2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.528106298 L4_chemical_A3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 4.90953507 L4_chemical_B1 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.160634797 L4_chemical_B2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.023693644 L4_chemical_B3 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.100052954 L4_chemical_C2 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.078689907 L4_chemical_C3 +LQ05X028940 Sugar transporter ERD6-like 5 8.980697336 C6_control_A1 +LQ05X028940 Sugar transporter ERD6-like 5 8.947245967 C6_control_A3 +LQ05X028940 Sugar transporter ERD6-like 5 8.284964793 C6_control_B1 +LQ05X028940 Sugar transporter ERD6-like 5 8.288743158 C6_control_B2 +LQ05X028940 Sugar transporter ERD6-like 5 9.007564655 C6_control_B3 +LQ05X028940 Sugar transporter ERD6-like 5 8.910411042 C6_control_C1 +LQ05X028940 Sugar transporter ERD6-like 5 8.93814159 C6_control_C2 +LQ05X028940 Sugar transporter ERD6-like 5 9.749868077 C6_control_C3 +LQ05X028940 Sugar transporter ERD6-like 5 8.665444712 C6_chemical_A1 +LQ05X028940 Sugar transporter ERD6-like 5 9.130344599 C6_chemical_A3 +LQ05X028940 Sugar transporter ERD6-like 5 8.154823208 C6_chemical_B1 +LQ05X028940 Sugar transporter ERD6-like 5 8.661880995 C6_chemical_B2 +LQ05X028940 Sugar transporter ERD6-like 5 9.418049066 C6_chemical_B3 +LQ05X028940 Sugar transporter ERD6-like 5 8.152307793 C6_chemical_C1 +LQ05X028940 Sugar transporter ERD6-like 5 9.000872335 C6_chemical_C2 +LQ05X028940 Sugar transporter ERD6-like 5 9.494138593 C6_chemical_C3 +LQ05X028940 Sugar transporter ERD6-like 5 9.409737206 L4_control_A1 +LQ05X028940 Sugar transporter ERD6-like 5 8.903827098 L4_control_A2 +LQ05X028940 Sugar transporter ERD6-like 5 10.19151742 L4_control_A3 +LQ05X028940 Sugar transporter ERD6-like 5 7.759128519 L4_control_B1 +LQ05X028940 Sugar transporter ERD6-like 5 8.738935837 L4_control_B2 +LQ05X028940 Sugar transporter ERD6-like 5 9.42034277 L4_control_B3 +LQ05X028940 Sugar transporter ERD6-like 5 8.85706189 L4_control_C2 +LQ05X028940 Sugar transporter ERD6-like 5 10.1140822 L4_control_C3 +LQ05X028940 Sugar transporter ERD6-like 5 10.43545613 L4_chemical_A1 +LQ05X028940 Sugar transporter ERD6-like 5 9.99236146 L4_chemical_A2 +LQ05X028940 Sugar transporter ERD6-like 5 10.71744584 L4_chemical_A3 +LQ05X028940 Sugar transporter ERD6-like 5 8.613711286 L4_chemical_B1 +LQ05X028940 Sugar transporter ERD6-like 5 8.645107093 L4_chemical_B2 +LQ05X028940 Sugar transporter ERD6-like 5 9.089742209 L4_chemical_B3 +LQ05X028940 Sugar transporter ERD6-like 5 8.757304361 L4_chemical_C2 +LQ05X028940 Sugar transporter ERD6-like 5 10.45109281 L4_chemical_C3 +LQ05X028950 Predicted protein 9.717851114 C6_control_A1 +LQ05X028950 Predicted protein 9.848635327 C6_control_A3 +LQ05X028950 Predicted protein 10.08694909 C6_control_B1 +LQ05X028950 Predicted protein 10.04911488 C6_control_B2 +LQ05X028950 Predicted protein 10.08811473 C6_control_B3 +LQ05X028950 Predicted protein 11.73920433 C6_control_C1 +LQ05X028950 Predicted protein 11.07982128 C6_control_C2 +LQ05X028950 Predicted protein 11.32320806 C6_control_C3 +LQ05X028950 Predicted protein 9.581428853 C6_chemical_A1 +LQ05X028950 Predicted protein 9.967429065 C6_chemical_A3 +LQ05X028950 Predicted protein 9.385781706 C6_chemical_B1 +LQ05X028950 Predicted protein 8.854772043 C6_chemical_B2 +LQ05X028950 Predicted protein 8.404466498 C6_chemical_B3 +LQ05X028950 Predicted protein 10.06496852 C6_chemical_C1 +LQ05X028950 Predicted protein 10.24294373 C6_chemical_C2 +LQ05X028950 Predicted protein 10.49358462 C6_chemical_C3 +LQ05X028950 Predicted protein 9.203091452 L4_control_A1 +LQ05X028950 Predicted protein 9.40883975 L4_control_A2 +LQ05X028950 Predicted protein 10.07830198 L4_control_A3 +LQ05X028950 Predicted protein 6.403139654 L4_control_B1 +LQ05X028950 Predicted protein 10.17501101 L4_control_B2 +LQ05X028950 Predicted protein 8.316861797 L4_control_B3 +LQ05X028950 Predicted protein 11.41016796 L4_control_C2 +LQ05X028950 Predicted protein 10.41487903 L4_control_C3 +LQ05X028950 Predicted protein 7.632873107 L4_chemical_A1 +LQ05X028950 Predicted protein 8.570851439 L4_chemical_A2 +LQ05X028950 Predicted protein 8.475349984 L4_chemical_A3 +LQ05X028950 Predicted protein 6.699100308 L4_chemical_B1 +LQ05X028950 Predicted protein 8.266183584 L4_chemical_B2 +LQ05X028950 Predicted protein 8.56463422 L4_chemical_B3 +LQ05X028950 Predicted protein 10.93626456 L4_chemical_C2 +LQ05X028950 Predicted protein 9.865126677 L4_chemical_C3 +LQ05X028960 Putative BUD13 homolog 5.432099024 C6_control_A1 +LQ05X028960 Putative BUD13 homolog 5.449812198 C6_control_A3 +LQ05X028960 Putative BUD13 homolog 5.612347202 C6_control_B1 +LQ05X028960 Putative BUD13 homolog 5.378728602 C6_control_B2 +LQ05X028960 Putative BUD13 homolog 5.675877425 C6_control_B3 +LQ05X028960 Putative BUD13 homolog 5.04527785 C6_control_C1 +LQ05X028960 Putative BUD13 homolog 5.423337328 C6_control_C2 +LQ05X028960 Putative BUD13 homolog 4.93603036 C6_control_C3 +LQ05X028960 Putative BUD13 homolog 5.703991716 C6_chemical_A1 +LQ05X028960 Putative BUD13 homolog 5.3717924 C6_chemical_A3 +LQ05X028960 Putative BUD13 homolog 5.356842453 C6_chemical_B1 +LQ05X028960 Putative BUD13 homolog 5.109936525 C6_chemical_B2 +LQ05X028960 Putative BUD13 homolog 4.896951006 C6_chemical_B3 +LQ05X028960 Putative BUD13 homolog 5.108715208 C6_chemical_C1 +LQ05X028960 Putative BUD13 homolog 5.263619859 C6_chemical_C2 +LQ05X028960 Putative BUD13 homolog 5.305828278 C6_chemical_C3 +LQ05X028960 Putative BUD13 homolog 5.261523573 L4_control_A1 +LQ05X028960 Putative BUD13 homolog 6.029634296 L4_control_A2 +LQ05X028960 Putative BUD13 homolog 6.243489185 L4_control_A3 +LQ05X028960 Putative BUD13 homolog 5.72750025 L4_control_B1 +LQ05X028960 Putative BUD13 homolog 5.254970416 L4_control_B2 +LQ05X028960 Putative BUD13 homolog 5.387526077 L4_control_B3 +LQ05X028960 Putative BUD13 homolog 5.316213939 L4_control_C2 +LQ05X028960 Putative BUD13 homolog 5.144772103 L4_control_C3 +LQ05X028960 Putative BUD13 homolog 5.502429262 L4_chemical_A1 +LQ05X028960 Putative BUD13 homolog 5.748401432 L4_chemical_A2 +LQ05X028960 Putative BUD13 homolog 6.294583847 L4_chemical_A3 +LQ05X028960 Putative BUD13 homolog 5.547796625 L4_chemical_B1 +LQ05X028960 Putative BUD13 homolog 5.179946144 L4_chemical_B2 +LQ05X028960 Putative BUD13 homolog 5.149402459 L4_chemical_B3 +LQ05X028960 Putative BUD13 homolog 5.243958146 L4_chemical_C2 +LQ05X028960 Putative BUD13 homolog 5.000529975 L4_chemical_C3 +LQ05X028970 Putative uncharacterized protein 5.44367533 C6_control_A1 +LQ05X028970 Putative uncharacterized protein 4.730177469 C6_control_A3 +LQ05X028970 Putative uncharacterized protein 4.9241048 C6_control_B1 +LQ05X028970 Putative uncharacterized protein 4.782049398 C6_control_B2 +LQ05X028970 Putative uncharacterized protein 4.752652847 C6_control_B3 +LQ05X028970 Putative uncharacterized protein 4.974705442 C6_control_C1 +LQ05X028970 Putative uncharacterized protein 4.530821741 C6_control_C2 +LQ05X028970 Putative uncharacterized protein 4.882027276 C6_control_C3 +LQ05X028970 Putative uncharacterized protein 4.812022369 C6_chemical_A1 +LQ05X028970 Putative uncharacterized protein 4.726816082 C6_chemical_A3 +LQ05X028970 Putative uncharacterized protein 4.908581753 C6_chemical_B1 +LQ05X028970 Putative uncharacterized protein 4.554482912 C6_chemical_B2 +LQ05X028970 Putative uncharacterized protein 4.997707684 C6_chemical_B3 +LQ05X028970 Putative uncharacterized protein 4.87404066 C6_chemical_C1 +LQ05X028970 Putative uncharacterized protein 4.741055158 C6_chemical_C2 +LQ05X028970 Putative uncharacterized protein 5.253387604 C6_chemical_C3 +LQ05X028970 Putative uncharacterized protein 4.797637351 L4_control_A1 +LQ05X028970 Putative uncharacterized protein 4.806515732 L4_control_A2 +LQ05X028970 Putative uncharacterized protein 4.995687259 L4_control_A3 +LQ05X028970 Putative uncharacterized protein 4.881120597 L4_control_B1 +LQ05X028970 Putative uncharacterized protein 4.834656304 L4_control_B2 +LQ05X028970 Putative uncharacterized protein 4.879848316 L4_control_B3 +LQ05X028970 Putative uncharacterized protein 4.924111305 L4_control_C2 +LQ05X028970 Putative uncharacterized protein 5.115187173 L4_control_C3 +LQ05X028970 Putative uncharacterized protein 4.786407307 L4_chemical_A1 +LQ05X028970 Putative uncharacterized protein 4.682620335 L4_chemical_A2 +LQ05X028970 Putative uncharacterized protein 5.027861292 L4_chemical_A3 +LQ05X028970 Putative uncharacterized protein 4.978437518 L4_chemical_B1 +LQ05X028970 Putative uncharacterized protein 4.746345966 L4_chemical_B2 +LQ05X028970 Putative uncharacterized protein 4.942900252 L4_chemical_B3 +LQ05X028970 Putative uncharacterized protein 5.369611416 L4_chemical_C2 +LQ05X028970 Putative uncharacterized protein 5.09721319 L4_chemical_C3 +LQ05X029060 Hypothetical protein 5.520040991 C6_control_A1 +LQ05X029060 Hypothetical protein 5.387500165 C6_control_A3 +LQ05X029060 Hypothetical protein 5.275946647 C6_control_B1 +LQ05X029060 Hypothetical protein 5.180366473 C6_control_B2 +LQ05X029060 Hypothetical protein 5.746694681 C6_control_B3 +LQ05X029060 Hypothetical protein 5.096311689 C6_control_C1 +LQ05X029060 Hypothetical protein 4.843718658 C6_control_C2 +LQ05X029060 Hypothetical protein 5.106288673 C6_control_C3 +LQ05X029060 Hypothetical protein 5.335506971 C6_chemical_A1 +LQ05X029060 Hypothetical protein 5.210284007 C6_chemical_A3 +LQ05X029060 Hypothetical protein 5.073314233 C6_chemical_B1 +LQ05X029060 Hypothetical protein 5.279334617 C6_chemical_B2 +LQ05X029060 Hypothetical protein 5.457784894 C6_chemical_B3 +LQ05X029060 Hypothetical protein 5.206131006 C6_chemical_C1 +LQ05X029060 Hypothetical protein 5.283580819 C6_chemical_C2 +LQ05X029060 Hypothetical protein 4.839598101 C6_chemical_C3 +LQ05X029060 Hypothetical protein 4.933989861 L4_control_A1 +LQ05X029060 Hypothetical protein 5.3838989 L4_control_A2 +LQ05X029060 Hypothetical protein 5.595794436 L4_control_A3 +LQ05X029060 Hypothetical protein 4.845668878 L4_control_B1 +LQ05X029060 Hypothetical protein 5.081719496 L4_control_B2 +LQ05X029060 Hypothetical protein 5.410198131 L4_control_B3 +LQ05X029060 Hypothetical protein 5.068518551 L4_control_C2 +LQ05X029060 Hypothetical protein 4.702588197 L4_control_C3 +LQ05X029060 Hypothetical protein 5.136187067 L4_chemical_A1 +LQ05X029060 Hypothetical protein 5.598629294 L4_chemical_A2 +LQ05X029060 Hypothetical protein 5.574525397 L4_chemical_A3 +LQ05X029060 Hypothetical protein 4.801240322 L4_chemical_B1 +LQ05X029060 Hypothetical protein 5.495598178 L4_chemical_B2 +LQ05X029060 Hypothetical protein 5.819897734 L4_chemical_B3 +LQ05X029060 Hypothetical protein 5.343745034 L4_chemical_C2 +LQ05X029060 Hypothetical protein 4.74812733 L4_chemical_C3 +LQ05X029230 Lipoxygenase 1 9.652686508 C6_control_A1 +LQ05X029230 Lipoxygenase 1 9.593491676 C6_control_A3 +LQ05X029230 Lipoxygenase 1 10.46773321 C6_control_B1 +LQ05X029230 Lipoxygenase 1 10.39817787 C6_control_B2 +LQ05X029230 Lipoxygenase 1 10.72949642 C6_control_B3 +LQ05X029230 Lipoxygenase 1 11.89745838 C6_control_C1 +LQ05X029230 Lipoxygenase 1 11.61816547 C6_control_C2 +LQ05X029230 Lipoxygenase 1 12.09609476 C6_control_C3 +LQ05X029230 Lipoxygenase 1 9.529119347 C6_chemical_A1 +LQ05X029230 Lipoxygenase 1 10.04847401 C6_chemical_A3 +LQ05X029230 Lipoxygenase 1 10.440647 C6_chemical_B1 +LQ05X029230 Lipoxygenase 1 10.41164292 C6_chemical_B2 +LQ05X029230 Lipoxygenase 1 10.56574754 C6_chemical_B3 +LQ05X029230 Lipoxygenase 1 11.41680265 C6_chemical_C1 +LQ05X029230 Lipoxygenase 1 11.55965141 C6_chemical_C2 +LQ05X029230 Lipoxygenase 1 12.0364981 C6_chemical_C3 +LQ05X029230 Lipoxygenase 1 9.947617609 L4_control_A1 +LQ05X029230 Lipoxygenase 1 10.22577272 L4_control_A2 +LQ05X029230 Lipoxygenase 1 9.309560736 L4_control_A3 +LQ05X029230 Lipoxygenase 1 10.55390555 L4_control_B1 +LQ05X029230 Lipoxygenase 1 10.85534194 L4_control_B2 +LQ05X029230 Lipoxygenase 1 11.55202021 L4_control_B3 +LQ05X029230 Lipoxygenase 1 11.48794148 L4_control_C2 +LQ05X029230 Lipoxygenase 1 12.09838544 L4_control_C3 +LQ05X029230 Lipoxygenase 1 10.13828247 L4_chemical_A1 +LQ05X029230 Lipoxygenase 1 9.938844119 L4_chemical_A2 +LQ05X029230 Lipoxygenase 1 9.303399233 L4_chemical_A3 +LQ05X029230 Lipoxygenase 1 10.17341208 L4_chemical_B1 +LQ05X029230 Lipoxygenase 1 10.50486939 L4_chemical_B2 +LQ05X029230 Lipoxygenase 1 10.95715887 L4_chemical_B3 +LQ05X029230 Lipoxygenase 1 11.10284616 L4_chemical_C2 +LQ05X029230 Lipoxygenase 1 11.94545903 L4_chemical_C3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.40505265 C6_control_A1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.21371182 C6_control_A3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.54476208 C6_control_B1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.744306 C6_control_B2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.03359235 C6_control_B3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.10368802 C6_control_C1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.07541043 C6_control_C2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.22843826 C6_control_C3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.12533992 C6_chemical_A1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.30218242 C6_chemical_A3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.59765337 C6_chemical_B1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.56109231 C6_chemical_B2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.71225381 C6_chemical_B3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.87354483 C6_chemical_C1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.93240801 C6_chemical_C2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.10585116 C6_chemical_C3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 10.71908874 L4_control_A1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.51472116 L4_control_A2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.58101054 L4_control_A3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.65822703 L4_control_B1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.84729375 L4_control_B2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.197934 L4_control_B3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.37477004 L4_control_C2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.74489396 L4_control_C3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 10.78487287 L4_chemical_A1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.30067419 L4_chemical_A2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.67477068 L4_chemical_A3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.4044652 L4_chemical_B1 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.72912658 L4_chemical_B2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.77685666 L4_chemical_B3 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.38064945 L4_chemical_C2 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 12.89990027 L4_chemical_C3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.351993223 C6_control_A1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.663516265 C6_control_A3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.513110649 C6_control_B1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.915571709 C6_control_B2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.635480902 C6_control_B3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.94826657 C6_control_C1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.85744834 C6_control_C2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 11.41799878 C6_control_C3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.123536454 C6_chemical_A1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.493593718 C6_chemical_A3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.322660038 C6_chemical_B1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.705813036 C6_chemical_B2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.210417745 C6_chemical_B3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.63937446 C6_chemical_C1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.96702771 C6_chemical_C2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 11.10705978 C6_chemical_C3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.363049331 L4_control_A1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.688671388 L4_control_A2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 8.129232253 L4_control_A3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.835883111 L4_control_B1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.170903582 L4_control_B2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.561988127 L4_control_B3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.57655252 L4_control_C2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.34809026 L4_control_C3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.00630059 L4_chemical_A1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.48686258 L4_chemical_A2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 8.775978625 L4_chemical_A3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.717899465 L4_chemical_B1 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.043686864 L4_chemical_B2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.263082141 L4_chemical_B3 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.687548034 L4_chemical_C2 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 10.19130552 L4_chemical_C3 +LQ05X029330 Putative uncharacterized protein 8.910548188 C6_control_A1 +LQ05X029330 Putative uncharacterized protein 8.447135764 C6_control_A3 +LQ05X029330 Putative uncharacterized protein 9.839869703 C6_control_B1 +LQ05X029330 Putative uncharacterized protein 11.65919314 C6_control_B2 +LQ05X029330 Putative uncharacterized protein 10.45895543 C6_control_B3 +LQ05X029330 Putative uncharacterized protein 12.66174265 C6_control_C1 +LQ05X029330 Putative uncharacterized protein 13.03468781 C6_control_C2 +LQ05X029330 Putative uncharacterized protein 12.92937631 C6_control_C3 +LQ05X029330 Putative uncharacterized protein 8.508399643 C6_chemical_A1 +LQ05X029330 Putative uncharacterized protein 8.862185299 C6_chemical_A3 +LQ05X029330 Putative uncharacterized protein 9.952522417 C6_chemical_B1 +LQ05X029330 Putative uncharacterized protein 11.55976748 C6_chemical_B2 +LQ05X029330 Putative uncharacterized protein 10.14440788 C6_chemical_B3 +LQ05X029330 Putative uncharacterized protein 12.45916813 C6_chemical_C1 +LQ05X029330 Putative uncharacterized protein 13.14839876 C6_chemical_C2 +LQ05X029330 Putative uncharacterized protein 13.20186052 C6_chemical_C3 +LQ05X029330 Putative uncharacterized protein 9.121833402 L4_control_A1 +LQ05X029330 Putative uncharacterized protein 10.30883013 L4_control_A2 +LQ05X029330 Putative uncharacterized protein 9.644282013 L4_control_A3 +LQ05X029330 Putative uncharacterized protein 11.48337282 L4_control_B1 +LQ05X029330 Putative uncharacterized protein 10.73318571 L4_control_B2 +LQ05X029330 Putative uncharacterized protein 12.28416334 L4_control_B3 +LQ05X029330 Putative uncharacterized protein 12.43068706 L4_control_C2 +LQ05X029330 Putative uncharacterized protein 12.47249572 L4_control_C3 +LQ05X029330 Putative uncharacterized protein 9.912848564 L4_chemical_A1 +LQ05X029330 Putative uncharacterized protein 11.17061675 L4_chemical_A2 +LQ05X029330 Putative uncharacterized protein 9.366234062 L4_chemical_A3 +LQ05X029330 Putative uncharacterized protein 10.68131516 L4_chemical_B1 +LQ05X029330 Putative uncharacterized protein 11.25488875 L4_chemical_B2 +LQ05X029330 Putative uncharacterized protein 10.77417567 L4_chemical_B3 +LQ05X029330 Putative uncharacterized protein 12.60778756 L4_chemical_C2 +LQ05X029330 Putative uncharacterized protein 12.67935156 L4_chemical_C3 +LQ05X029360 Kinesin-3, putative 5.586634872 C6_control_A1 +LQ05X029360 Kinesin-3, putative 5.791010145 C6_control_A3 +LQ05X029360 Kinesin-3, putative 5.567728557 C6_control_B1 +LQ05X029360 Kinesin-3, putative 5.809463244 C6_control_B2 +LQ05X029360 Kinesin-3, putative 5.278235776 C6_control_B3 +LQ05X029360 Kinesin-3, putative 6.592161823 C6_control_C1 +LQ05X029360 Kinesin-3, putative 7.200522202 C6_control_C2 +LQ05X029360 Kinesin-3, putative 6.472012361 C6_control_C3 +LQ05X029360 Kinesin-3, putative 5.655629791 C6_chemical_A1 +LQ05X029360 Kinesin-3, putative 5.220598694 C6_chemical_A3 +LQ05X029360 Kinesin-3, putative 5.688322449 C6_chemical_B1 +LQ05X029360 Kinesin-3, putative 5.40417229 C6_chemical_B2 +LQ05X029360 Kinesin-3, putative 5.343581243 C6_chemical_B3 +LQ05X029360 Kinesin-3, putative 6.060573289 C6_chemical_C1 +LQ05X029360 Kinesin-3, putative 7.240391738 C6_chemical_C2 +LQ05X029360 Kinesin-3, putative 6.58911821 C6_chemical_C3 +LQ05X029360 Kinesin-3, putative 5.381022169 L4_control_A1 +LQ05X029360 Kinesin-3, putative 5.838673368 L4_control_A2 +LQ05X029360 Kinesin-3, putative 6.040442429 L4_control_A3 +LQ05X029360 Kinesin-3, putative 6.439119033 L4_control_B1 +LQ05X029360 Kinesin-3, putative 5.452296719 L4_control_B2 +LQ05X029360 Kinesin-3, putative 5.821210007 L4_control_B3 +LQ05X029360 Kinesin-3, putative 5.79322596 L4_control_C2 +LQ05X029360 Kinesin-3, putative 6.106758668 L4_control_C3 +LQ05X029360 Kinesin-3, putative 5.716430339 L4_chemical_A1 +LQ05X029360 Kinesin-3, putative 5.72698925 L4_chemical_A2 +LQ05X029360 Kinesin-3, putative 5.641625877 L4_chemical_A3 +LQ05X029360 Kinesin-3, putative 5.521269828 L4_chemical_B1 +LQ05X029360 Kinesin-3, putative 5.672958494 L4_chemical_B2 +LQ05X029360 Kinesin-3, putative 5.559507075 L4_chemical_B3 +LQ05X029360 Kinesin-3, putative 6.702467206 L4_chemical_C2 +LQ05X029360 Kinesin-3, putative 5.721420719 L4_chemical_C3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.587022707 C6_control_A1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.892887636 C6_control_A3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.350831766 C6_control_B1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.55347844 C6_control_B2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.769819725 C6_control_B3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.468950881 C6_control_C1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 6.060910323 C6_control_C2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.49523733 C6_control_C3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.515027116 C6_chemical_A1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.273838714 C6_chemical_A3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.345231936 C6_chemical_B1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.580705052 C6_chemical_B2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.324389497 C6_chemical_B3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.46484206 C6_chemical_C1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.714498097 C6_chemical_C2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.350349633 C6_chemical_C3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.320414064 L4_control_A1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 4.934924474 L4_control_A2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.544221675 L4_control_A3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.180194354 L4_control_B1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.421198505 L4_control_B2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 4.945579409 L4_control_B3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.220581686 L4_control_C2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.446717892 L4_control_C3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.672351866 L4_chemical_A1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.281673239 L4_chemical_A2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.556840688 L4_chemical_A3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.465155407 L4_chemical_B1 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.317096653 L4_chemical_B2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.414487734 L4_chemical_B3 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.377789296 L4_chemical_C2 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.379697629 L4_chemical_C3 +LQ05X029380 Predicted protein 5.136026846 C6_control_A1 +LQ05X029380 Predicted protein 5.222968604 C6_control_A3 +LQ05X029380 Predicted protein 5.482793331 C6_control_B1 +LQ05X029380 Predicted protein 5.124069874 C6_control_B2 +LQ05X029380 Predicted protein 5.419196092 C6_control_B3 +LQ05X029380 Predicted protein 5.248921101 C6_control_C1 +LQ05X029380 Predicted protein 5.010884451 C6_control_C2 +LQ05X029380 Predicted protein 5.14799099 C6_control_C3 +LQ05X029380 Predicted protein 5.344690437 C6_chemical_A1 +LQ05X029380 Predicted protein 5.302059352 C6_chemical_A3 +LQ05X029380 Predicted protein 4.936982396 C6_chemical_B1 +LQ05X029380 Predicted protein 5.04520021 C6_chemical_B2 +LQ05X029380 Predicted protein 5.225582128 C6_chemical_B3 +LQ05X029380 Predicted protein 5.079864469 C6_chemical_C1 +LQ05X029380 Predicted protein 5.099678749 C6_chemical_C2 +LQ05X029380 Predicted protein 5.509428292 C6_chemical_C3 +LQ05X029380 Predicted protein 5.394708927 L4_control_A1 +LQ05X029380 Predicted protein 5.873763683 L4_control_A2 +LQ05X029380 Predicted protein 5.484049637 L4_control_A3 +LQ05X029380 Predicted protein 5.288170659 L4_control_B1 +LQ05X029380 Predicted protein 5.164983384 L4_control_B2 +LQ05X029380 Predicted protein 5.376753718 L4_control_B3 +LQ05X029380 Predicted protein 5.139189887 L4_control_C2 +LQ05X029380 Predicted protein 4.963487664 L4_control_C3 +LQ05X029380 Predicted protein 5.5698487 L4_chemical_A1 +LQ05X029380 Predicted protein 5.686797862 L4_chemical_A2 +LQ05X029380 Predicted protein 5.39206597 L4_chemical_A3 +LQ05X029380 Predicted protein 5.148827549 L4_chemical_B1 +LQ05X029380 Predicted protein 4.938759103 L4_chemical_B2 +LQ05X029380 Predicted protein 5.504543494 L4_chemical_B3 +LQ05X029380 Predicted protein 5.049092013 L4_chemical_C2 +LQ05X029380 Predicted protein 5.052221645 L4_chemical_C3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 10.11464744 C6_control_A1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 10.21543706 C6_control_A3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 8.795308207 C6_control_B1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 8.141402867 C6_control_B2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 8.321788137 C6_control_B3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 6.022673961 C6_control_C1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 5.323818319 C6_control_C2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 6.125239655 C6_control_C3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 9.809917492 C6_chemical_A1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 10.53032302 C6_chemical_A3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 7.868274399 C6_chemical_B1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 7.999345591 C6_chemical_B2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 8.226271665 C6_chemical_B3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 5.822412693 C6_chemical_C1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 5.285826324 C6_chemical_C2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 5.763202686 C6_chemical_C3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 10.23309594 L4_control_A1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 9.627356453 L4_control_A2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 10.99460449 L4_control_A3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 8.204675936 L4_control_B1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 8.497490956 L4_control_B2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 7.268926404 L4_control_B3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 5.059053326 L4_control_C2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 5.735374478 L4_control_C3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 9.147230898 L4_chemical_A1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 8.114940563 L4_chemical_A2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 10.47957311 L4_chemical_A3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 7.718917035 L4_chemical_B1 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 7.343794636 L4_chemical_B2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 8.27204345 L4_chemical_B3 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 5.089933391 L4_chemical_C2 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 5.21619437 L4_chemical_C3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.945910721 C6_control_A1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.282371055 C6_control_A3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.810078581 C6_control_B1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.801663245 C6_control_B2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.706934254 C6_control_B3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.725849981 C6_control_C1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 6.01971768 C6_control_C2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.634363201 C6_control_C3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.869185986 C6_chemical_A1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.438473663 C6_chemical_A3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.107573065 C6_chemical_B1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.849273523 C6_chemical_B2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.214329455 C6_chemical_B3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.523381994 C6_chemical_C1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.675558548 C6_chemical_C2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.707696313 C6_chemical_C3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.16016654 L4_control_A1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 6.226554578 L4_control_A2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.366951949 L4_control_A3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.410098507 L4_control_B1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 6.014696589 L4_control_B2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.341891136 L4_control_B3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.96577354 L4_control_C2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.166314192 L4_control_C3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.412515635 L4_chemical_A1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.602677885 L4_chemical_A2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.980484564 L4_chemical_A3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.501456421 L4_chemical_B1 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.563887322 L4_chemical_B2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.222020111 L4_chemical_B3 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 6.202095623 L4_chemical_C2 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.488000894 L4_chemical_C3 +LQ05X029460 At5g27490 5.799389063 C6_control_A1 +LQ05X029460 At5g27490 5.391162335 C6_control_A3 +LQ05X029460 At5g27490 5.341119562 C6_control_B1 +LQ05X029460 At5g27490 5.521475395 C6_control_B2 +LQ05X029460 At5g27490 5.560633639 C6_control_B3 +LQ05X029460 At5g27490 5.471886071 C6_control_C1 +LQ05X029460 At5g27490 5.599959379 C6_control_C2 +LQ05X029460 At5g27490 5.168975956 C6_control_C3 +LQ05X029460 At5g27490 5.087926398 C6_chemical_A1 +LQ05X029460 At5g27490 5.070385239 C6_chemical_A3 +LQ05X029460 At5g27490 5.660506479 C6_chemical_B1 +LQ05X029460 At5g27490 5.71066208 C6_chemical_B2 +LQ05X029460 At5g27490 5.420311579 C6_chemical_B3 +LQ05X029460 At5g27490 5.415569069 C6_chemical_C1 +LQ05X029460 At5g27490 5.23050729 C6_chemical_C2 +LQ05X029460 At5g27490 5.361674562 C6_chemical_C3 +LQ05X029460 At5g27490 5.587726585 L4_control_A1 +LQ05X029460 At5g27490 5.699843508 L4_control_A2 +LQ05X029460 At5g27490 5.030051648 L4_control_A3 +LQ05X029460 At5g27490 5.518241968 L4_control_B1 +LQ05X029460 At5g27490 5.613642494 L4_control_B2 +LQ05X029460 At5g27490 5.946010271 L4_control_B3 +LQ05X029460 At5g27490 5.446903504 L4_control_C2 +LQ05X029460 At5g27490 6.374900814 L4_control_C3 +LQ05X029460 At5g27490 5.446582685 L4_chemical_A1 +LQ05X029460 At5g27490 5.50330571 L4_chemical_A2 +LQ05X029460 At5g27490 5.269062816 L4_chemical_A3 +LQ05X029460 At5g27490 5.90028122 L4_chemical_B1 +LQ05X029460 At5g27490 5.655951143 L4_chemical_B2 +LQ05X029460 At5g27490 5.724361037 L4_chemical_B3 +LQ05X029460 At5g27490 6.9908442 L4_chemical_C2 +LQ05X029460 At5g27490 6.729530735 L4_chemical_C3 +LQ05X029510 Mevalonate kinase 5.383563864 C6_control_A1 +LQ05X029510 Mevalonate kinase 5.472151755 C6_control_A3 +LQ05X029510 Mevalonate kinase 5.17071948 C6_control_B1 +LQ05X029510 Mevalonate kinase 4.918725131 C6_control_B2 +LQ05X029510 Mevalonate kinase 4.86308017 C6_control_B3 +LQ05X029510 Mevalonate kinase 5.007597124 C6_control_C1 +LQ05X029510 Mevalonate kinase 5.424007759 C6_control_C2 +LQ05X029510 Mevalonate kinase 5.079646187 C6_control_C3 +LQ05X029510 Mevalonate kinase 4.92663782 C6_chemical_A1 +LQ05X029510 Mevalonate kinase 5.409290691 C6_chemical_A3 +LQ05X029510 Mevalonate kinase 5.848699787 C6_chemical_B1 +LQ05X029510 Mevalonate kinase 5.148748435 C6_chemical_B2 +LQ05X029510 Mevalonate kinase 5.071159856 C6_chemical_B3 +LQ05X029510 Mevalonate kinase 5.204555195 C6_chemical_C1 +LQ05X029510 Mevalonate kinase 5.161928483 C6_chemical_C2 +LQ05X029510 Mevalonate kinase 5.223202858 C6_chemical_C3 +LQ05X029510 Mevalonate kinase 5.336189935 L4_control_A1 +LQ05X029510 Mevalonate kinase 5.085035519 L4_control_A2 +LQ05X029510 Mevalonate kinase 4.706047277 L4_control_A3 +LQ05X029510 Mevalonate kinase 5.151588442 L4_control_B1 +LQ05X029510 Mevalonate kinase 5.108164683 L4_control_B2 +LQ05X029510 Mevalonate kinase 5.083096002 L4_control_B3 +LQ05X029510 Mevalonate kinase 5.225274716 L4_control_C2 +LQ05X029510 Mevalonate kinase 6.201581725 L4_control_C3 +LQ05X029510 Mevalonate kinase 5.307048218 L4_chemical_A1 +LQ05X029510 Mevalonate kinase 5.118901013 L4_chemical_A2 +LQ05X029510 Mevalonate kinase 4.962052939 L4_chemical_A3 +LQ05X029510 Mevalonate kinase 5.099004188 L4_chemical_B1 +LQ05X029510 Mevalonate kinase 5.370532238 L4_chemical_B2 +LQ05X029510 Mevalonate kinase 4.864833149 L4_chemical_B3 +LQ05X029510 Mevalonate kinase 6.21717646 L4_chemical_C2 +LQ05X029510 Mevalonate kinase 5.48901998 L4_chemical_C3 +LQ05X029550 Protein binding protein, putative 6.078202943 C6_control_A1 +LQ05X029550 Protein binding protein, putative 5.610151606 C6_control_A3 +LQ05X029550 Protein binding protein, putative 6.588390677 C6_control_B1 +LQ05X029550 Protein binding protein, putative 6.23251007 C6_control_B2 +LQ05X029550 Protein binding protein, putative 6.045699248 C6_control_B3 +LQ05X029550 Protein binding protein, putative 5.979758419 C6_control_C1 +LQ05X029550 Protein binding protein, putative 6.386290589 C6_control_C2 +LQ05X029550 Protein binding protein, putative 6.69124753 C6_control_C3 +LQ05X029550 Protein binding protein, putative 5.775008414 C6_chemical_A1 +LQ05X029550 Protein binding protein, putative 5.457961162 C6_chemical_A3 +LQ05X029550 Protein binding protein, putative 5.721534519 C6_chemical_B1 +LQ05X029550 Protein binding protein, putative 6.172529396 C6_chemical_B2 +LQ05X029550 Protein binding protein, putative 5.651393285 C6_chemical_B3 +LQ05X029550 Protein binding protein, putative 6.074312802 C6_chemical_C1 +LQ05X029550 Protein binding protein, putative 5.941493462 C6_chemical_C2 +LQ05X029550 Protein binding protein, putative 6.088069611 C6_chemical_C3 +LQ05X029550 Protein binding protein, putative 5.688587296 L4_control_A1 +LQ05X029550 Protein binding protein, putative 6.588396384 L4_control_A2 +LQ05X029550 Protein binding protein, putative 6.430330936 L4_control_A3 +LQ05X029550 Protein binding protein, putative 5.528471726 L4_control_B1 +LQ05X029550 Protein binding protein, putative 6.54005092 L4_control_B2 +LQ05X029550 Protein binding protein, putative 6.077327948 L4_control_B3 +LQ05X029550 Protein binding protein, putative 5.816524187 L4_control_C2 +LQ05X029550 Protein binding protein, putative 5.658836534 L4_control_C3 +LQ05X029550 Protein binding protein, putative 6.016172867 L4_chemical_A1 +LQ05X029550 Protein binding protein, putative 6.543125895 L4_chemical_A2 +LQ05X029550 Protein binding protein, putative 6.283933427 L4_chemical_A3 +LQ05X029550 Protein binding protein, putative 5.90164889 L4_chemical_B1 +LQ05X029550 Protein binding protein, putative 6.067718159 L4_chemical_B2 +LQ05X029550 Protein binding protein, putative 5.818851055 L4_chemical_B3 +LQ05X029550 Protein binding protein, putative 6.579844675 L4_chemical_C2 +LQ05X029550 Protein binding protein, putative 5.945808359 L4_chemical_C3 +LQ05X029570 Putative Predicted protein 9.914071342 C6_control_A1 +LQ05X029570 Putative Predicted protein 9.853241527 C6_control_A3 +LQ05X029570 Putative Predicted protein 9.923422638 C6_control_B1 +LQ05X029570 Putative Predicted protein 10.1452126 C6_control_B2 +LQ05X029570 Putative Predicted protein 9.986524973 C6_control_B3 +LQ05X029570 Putative Predicted protein 9.400471998 C6_control_C1 +LQ05X029570 Putative Predicted protein 8.76595101 C6_control_C2 +LQ05X029570 Putative Predicted protein 9.099267188 C6_control_C3 +LQ05X029570 Putative Predicted protein 9.438384395 C6_chemical_A1 +LQ05X029570 Putative Predicted protein 10.04945888 C6_chemical_A3 +LQ05X029570 Putative Predicted protein 8.943217353 C6_chemical_B1 +LQ05X029570 Putative Predicted protein 9.825147423 C6_chemical_B2 +LQ05X029570 Putative Predicted protein 8.57807957 C6_chemical_B3 +LQ05X029570 Putative Predicted protein 8.801135734 C6_chemical_C1 +LQ05X029570 Putative Predicted protein 9.322589022 C6_chemical_C2 +LQ05X029570 Putative Predicted protein 9.080320375 C6_chemical_C3 +LQ05X029570 Putative Predicted protein 10.53439461 L4_control_A1 +LQ05X029570 Putative Predicted protein 10.87399076 L4_control_A2 +LQ05X029570 Putative Predicted protein 10.69222985 L4_control_A3 +LQ05X029570 Putative Predicted protein 11.20950888 L4_control_B1 +LQ05X029570 Putative Predicted protein 9.521125028 L4_control_B2 +LQ05X029570 Putative Predicted protein 10.10126655 L4_control_B3 +LQ05X029570 Putative Predicted protein 9.88473977 L4_control_C2 +LQ05X029570 Putative Predicted protein 9.849307762 L4_control_C3 +LQ05X029570 Putative Predicted protein 10.51725537 L4_chemical_A1 +LQ05X029570 Putative Predicted protein 10.51590655 L4_chemical_A2 +LQ05X029570 Putative Predicted protein 10.59628336 L4_chemical_A3 +LQ05X029570 Putative Predicted protein 10.31481432 L4_chemical_B1 +LQ05X029570 Putative Predicted protein 10.10653041 L4_chemical_B2 +LQ05X029570 Putative Predicted protein 10.44093617 L4_chemical_B3 +LQ05X029570 Putative Predicted protein 10.17346626 L4_chemical_C2 +LQ05X029570 Putative Predicted protein 10.39506479 L4_chemical_C3 +LQ05X029590 Putative Predicted protein 4.680304266 C6_control_A1 +LQ05X029590 Putative Predicted protein 4.978710208 C6_control_A3 +LQ05X029590 Putative Predicted protein 4.874216919 C6_control_B1 +LQ05X029590 Putative Predicted protein 4.661146262 C6_control_B2 +LQ05X029590 Putative Predicted protein 4.797303444 C6_control_B3 +LQ05X029590 Putative Predicted protein 4.644484101 C6_control_C1 +LQ05X029590 Putative Predicted protein 4.713105655 C6_control_C2 +LQ05X029590 Putative Predicted protein 4.63132827 C6_control_C3 +LQ05X029590 Putative Predicted protein 4.755320511 C6_chemical_A1 +LQ05X029590 Putative Predicted protein 4.767173911 C6_chemical_A3 +LQ05X029590 Putative Predicted protein 4.863408882 C6_chemical_B1 +LQ05X029590 Putative Predicted protein 4.560808595 C6_chemical_B2 +LQ05X029590 Putative Predicted protein 4.783920068 C6_chemical_B3 +LQ05X029590 Putative Predicted protein 4.965236029 C6_chemical_C1 +LQ05X029590 Putative Predicted protein 4.602075727 C6_chemical_C2 +LQ05X029590 Putative Predicted protein 4.858707591 C6_chemical_C3 +LQ05X029590 Putative Predicted protein 4.802255781 L4_control_A1 +LQ05X029590 Putative Predicted protein 4.634906655 L4_control_A2 +LQ05X029590 Putative Predicted protein 5.251123697 L4_control_A3 +LQ05X029590 Putative Predicted protein 5.201412504 L4_control_B1 +LQ05X029590 Putative Predicted protein 5.055568827 L4_control_B2 +LQ05X029590 Putative Predicted protein 4.767975434 L4_control_B3 +LQ05X029590 Putative Predicted protein 4.723871102 L4_control_C2 +LQ05X029590 Putative Predicted protein 5.353029665 L4_control_C3 +LQ05X029590 Putative Predicted protein 4.951643938 L4_chemical_A1 +LQ05X029590 Putative Predicted protein 4.907560753 L4_chemical_A2 +LQ05X029590 Putative Predicted protein 5.373521632 L4_chemical_A3 +LQ05X029590 Putative Predicted protein 4.516083692 L4_chemical_B1 +LQ05X029590 Putative Predicted protein 4.912212083 L4_chemical_B2 +LQ05X029590 Putative Predicted protein 5.138722 L4_chemical_B3 +LQ05X029590 Putative Predicted protein 4.963762219 L4_chemical_C2 +LQ05X029590 Putative Predicted protein 4.888850997 L4_chemical_C3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.13003301 C6_control_A1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.3909256 C6_control_A3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.25898072 C6_control_B1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.09148864 C6_control_B2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.2765623 C6_control_B3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.2271416 C6_control_C1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 11.90075015 C6_control_C2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.42869001 C6_control_C3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.05793519 C6_chemical_A1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.42881341 C6_chemical_A3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.11401608 C6_chemical_B1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 11.96429868 C6_chemical_B2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.15415434 C6_chemical_B3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.02409225 C6_chemical_C1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 11.7783707 C6_chemical_C2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.4298361 C6_chemical_C3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.56785098 L4_control_A1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.57328249 L4_control_A2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.11574709 L4_control_A3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.98041341 L4_control_B1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.55964929 L4_control_B2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.80125344 L4_control_B3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.71899958 L4_control_C2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.21794948 L4_control_C3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.31639134 L4_chemical_A1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.57326086 L4_chemical_A2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.91286048 L4_chemical_A3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.19670637 L4_chemical_B1 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.02852419 L4_chemical_B2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.98301059 L4_chemical_B3 +LQ05X029620 Nuclear transcription factor Y subunit C-9 12.64642186 L4_chemical_C2 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.15927552 L4_chemical_C3 +LQ05X029630 Putative Cation/calcium exchanger 4 8.124914768 C6_control_A1 +LQ05X029630 Putative Cation/calcium exchanger 4 7.858705189 C6_control_A3 +LQ05X029630 Putative Cation/calcium exchanger 4 7.533828531 C6_control_B1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.123356438 C6_control_B2 +LQ05X029630 Putative Cation/calcium exchanger 4 7.896641001 C6_control_B3 +LQ05X029630 Putative Cation/calcium exchanger 4 7.784250259 C6_control_C1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.518334052 C6_control_C2 +LQ05X029630 Putative Cation/calcium exchanger 4 7.441581015 C6_control_C3 +LQ05X029630 Putative Cation/calcium exchanger 4 8.224751104 C6_chemical_A1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.433528633 C6_chemical_A3 +LQ05X029630 Putative Cation/calcium exchanger 4 7.960697773 C6_chemical_B1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.61493687 C6_chemical_B2 +LQ05X029630 Putative Cation/calcium exchanger 4 8.191779677 C6_chemical_B3 +LQ05X029630 Putative Cation/calcium exchanger 4 8.218156512 C6_chemical_C1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.901467051 C6_chemical_C2 +LQ05X029630 Putative Cation/calcium exchanger 4 8.578885462 C6_chemical_C3 +LQ05X029630 Putative Cation/calcium exchanger 4 8.378138367 L4_control_A1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.82664691 L4_control_A2 +LQ05X029630 Putative Cation/calcium exchanger 4 8.855824207 L4_control_A3 +LQ05X029630 Putative Cation/calcium exchanger 4 8.599058427 L4_control_B1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.811655812 L4_control_B2 +LQ05X029630 Putative Cation/calcium exchanger 4 8.877875494 L4_control_B3 +LQ05X029630 Putative Cation/calcium exchanger 4 9.269338452 L4_control_C2 +LQ05X029630 Putative Cation/calcium exchanger 4 9.521279196 L4_control_C3 +LQ05X029630 Putative Cation/calcium exchanger 4 8.639974128 L4_chemical_A1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.770347758 L4_chemical_A2 +LQ05X029630 Putative Cation/calcium exchanger 4 8.251164099 L4_chemical_A3 +LQ05X029630 Putative Cation/calcium exchanger 4 8.702982179 L4_chemical_B1 +LQ05X029630 Putative Cation/calcium exchanger 4 8.13945048 L4_chemical_B2 +LQ05X029630 Putative Cation/calcium exchanger 4 8.277685816 L4_chemical_B3 +LQ05X029630 Putative Cation/calcium exchanger 4 8.611289001 L4_chemical_C2 +LQ05X029630 Putative Cation/calcium exchanger 4 9.289665029 L4_chemical_C3 +LQ05X029660 Hypothetical protein 14.26982509 C6_control_A1 +LQ05X029660 Hypothetical protein 14.05645442 C6_control_A3 +LQ05X029660 Hypothetical protein 14.30712689 C6_control_B1 +LQ05X029660 Hypothetical protein 13.8431852 C6_control_B2 +LQ05X029660 Hypothetical protein 14.26918215 C6_control_B3 +LQ05X029660 Hypothetical protein 12.05381672 C6_control_C1 +LQ05X029660 Hypothetical protein 11.85530672 C6_control_C2 +LQ05X029660 Hypothetical protein 12.98594393 C6_control_C3 +LQ05X029660 Hypothetical protein 13.93331697 C6_chemical_A1 +LQ05X029660 Hypothetical protein 13.91864612 C6_chemical_A3 +LQ05X029660 Hypothetical protein 13.86991098 C6_chemical_B1 +LQ05X029660 Hypothetical protein 13.73513446 C6_chemical_B2 +LQ05X029660 Hypothetical protein 14.0925652 C6_chemical_B3 +LQ05X029660 Hypothetical protein 11.57319668 C6_chemical_C1 +LQ05X029660 Hypothetical protein 11.89013943 C6_chemical_C2 +LQ05X029660 Hypothetical protein 12.39196272 C6_chemical_C3 +LQ05X029660 Hypothetical protein 14.32314829 L4_control_A1 +LQ05X029660 Hypothetical protein 14.4088634 L4_control_A2 +LQ05X029660 Hypothetical protein 14.5281678 L4_control_A3 +LQ05X029660 Hypothetical protein 14.15269759 L4_control_B1 +LQ05X029660 Hypothetical protein 13.54797367 L4_control_B2 +LQ05X029660 Hypothetical protein 12.86448003 L4_control_B3 +LQ05X029660 Hypothetical protein 12.18730306 L4_control_C2 +LQ05X029660 Hypothetical protein 11.98828528 L4_control_C3 +LQ05X029660 Hypothetical protein 13.8624107 L4_chemical_A1 +LQ05X029660 Hypothetical protein 14.12450148 L4_chemical_A2 +LQ05X029660 Hypothetical protein 14.46267414 L4_chemical_A3 +LQ05X029660 Hypothetical protein 14.15666567 L4_chemical_B1 +LQ05X029660 Hypothetical protein 14.20209981 L4_chemical_B2 +LQ05X029660 Hypothetical protein 14.51999314 L4_chemical_B3 +LQ05X029660 Hypothetical protein 12.13274764 L4_chemical_C2 +LQ05X029660 Hypothetical protein 12.09817424 L4_chemical_C3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.833812377 C6_control_A1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.530592813 C6_control_A3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.754092716 C6_control_B1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.758269207 C6_control_B2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.624064835 C6_control_B3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.888311231 C6_control_C1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.003258075 C6_control_C2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 7.116544717 C6_control_C3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.178262905 C6_chemical_A1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 7.066724572 C6_chemical_A3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.616814198 C6_chemical_B1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.601717003 C6_chemical_B2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.903599657 C6_chemical_B3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.369706652 C6_chemical_C1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.367546577 C6_chemical_C2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.862755053 C6_chemical_C3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.7241064 L4_control_A1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.086059661 L4_control_A2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.709467077 L4_control_A3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.545061934 L4_control_B1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.481827643 L4_control_B2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.733556136 L4_control_B3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.02505259 L4_control_C2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.006429854 L4_control_C3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.757545657 L4_chemical_A1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.411269704 L4_chemical_A2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.050050022 L4_chemical_A3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.383250497 L4_chemical_B1 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.440727205 L4_chemical_B2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.62366322 L4_chemical_B3 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.330578859 L4_chemical_C2 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 5.949307592 L4_chemical_C3 +LQ05X029720 Putative Transcription factor bHLH96 5.757923779 C6_control_A1 +LQ05X029720 Putative Transcription factor bHLH96 5.641701974 C6_control_A3 +LQ05X029720 Putative Transcription factor bHLH96 5.327936755 C6_control_B1 +LQ05X029720 Putative Transcription factor bHLH96 5.901837535 C6_control_B2 +LQ05X029720 Putative Transcription factor bHLH96 5.859399046 C6_control_B3 +LQ05X029720 Putative Transcription factor bHLH96 6.392087375 C6_control_C1 +LQ05X029720 Putative Transcription factor bHLH96 6.114359826 C6_control_C2 +LQ05X029720 Putative Transcription factor bHLH96 7.187544296 C6_control_C3 +LQ05X029720 Putative Transcription factor bHLH96 5.61360409 C6_chemical_A1 +LQ05X029720 Putative Transcription factor bHLH96 5.619680158 C6_chemical_A3 +LQ05X029720 Putative Transcription factor bHLH96 5.253886543 C6_chemical_B1 +LQ05X029720 Putative Transcription factor bHLH96 5.616275881 C6_chemical_B2 +LQ05X029720 Putative Transcription factor bHLH96 5.274350934 C6_chemical_B3 +LQ05X029720 Putative Transcription factor bHLH96 5.905917417 C6_chemical_C1 +LQ05X029720 Putative Transcription factor bHLH96 6.054320109 C6_chemical_C2 +LQ05X029720 Putative Transcription factor bHLH96 6.802286313 C6_chemical_C3 +LQ05X029720 Putative Transcription factor bHLH96 5.597860083 L4_control_A1 +LQ05X029720 Putative Transcription factor bHLH96 5.333066628 L4_control_A2 +LQ05X029720 Putative Transcription factor bHLH96 5.734583527 L4_control_A3 +LQ05X029720 Putative Transcription factor bHLH96 5.656982502 L4_control_B1 +LQ05X029720 Putative Transcription factor bHLH96 5.702766054 L4_control_B2 +LQ05X029720 Putative Transcription factor bHLH96 5.912160658 L4_control_B3 +LQ05X029720 Putative Transcription factor bHLH96 5.47423373 L4_control_C2 +LQ05X029720 Putative Transcription factor bHLH96 5.849020498 L4_control_C3 +LQ05X029720 Putative Transcription factor bHLH96 5.425852369 L4_chemical_A1 +LQ05X029720 Putative Transcription factor bHLH96 5.756618797 L4_chemical_A2 +LQ05X029720 Putative Transcription factor bHLH96 5.476976285 L4_chemical_A3 +LQ05X029720 Putative Transcription factor bHLH96 5.282531721 L4_chemical_B1 +LQ05X029720 Putative Transcription factor bHLH96 5.939953568 L4_chemical_B2 +LQ05X029720 Putative Transcription factor bHLH96 5.819359672 L4_chemical_B3 +LQ05X029720 Putative Transcription factor bHLH96 5.157669531 L4_chemical_C2 +LQ05X029720 Putative Transcription factor bHLH96 5.854535062 L4_chemical_C3 +LQ05X029770 Predicted protein 4.961466885 C6_control_A1 +LQ05X029770 Predicted protein 4.62898583 C6_control_A3 +LQ05X029770 Predicted protein 5.064598776 C6_control_B1 +LQ05X029770 Predicted protein 4.619940687 C6_control_B2 +LQ05X029770 Predicted protein 4.57817316 C6_control_B3 +LQ05X029770 Predicted protein 4.931680201 C6_control_C1 +LQ05X029770 Predicted protein 4.753193038 C6_control_C2 +LQ05X029770 Predicted protein 4.712264657 C6_control_C3 +LQ05X029770 Predicted protein 4.963520401 C6_chemical_A1 +LQ05X029770 Predicted protein 4.489800738 C6_chemical_A3 +LQ05X029770 Predicted protein 5.06140344 C6_chemical_B1 +LQ05X029770 Predicted protein 4.771934899 C6_chemical_B2 +LQ05X029770 Predicted protein 4.70283286 C6_chemical_B3 +LQ05X029770 Predicted protein 4.865629603 C6_chemical_C1 +LQ05X029770 Predicted protein 4.835802611 C6_chemical_C2 +LQ05X029770 Predicted protein 5.124185488 C6_chemical_C3 +LQ05X029770 Predicted protein 4.815849449 L4_control_A1 +LQ05X029770 Predicted protein 4.839119302 L4_control_A2 +LQ05X029770 Predicted protein 4.480492898 L4_control_A3 +LQ05X029770 Predicted protein 4.877913802 L4_control_B1 +LQ05X029770 Predicted protein 4.903293209 L4_control_B2 +LQ05X029770 Predicted protein 4.881914274 L4_control_B3 +LQ05X029770 Predicted protein 5.415431917 L4_control_C2 +LQ05X029770 Predicted protein 5.583213077 L4_control_C3 +LQ05X029770 Predicted protein 4.836363753 L4_chemical_A1 +LQ05X029770 Predicted protein 4.510827938 L4_chemical_A2 +LQ05X029770 Predicted protein 4.952051882 L4_chemical_A3 +LQ05X029770 Predicted protein 4.944695593 L4_chemical_B1 +LQ05X029770 Predicted protein 5.042053539 L4_chemical_B2 +LQ05X029770 Predicted protein 4.613938672 L4_chemical_B3 +LQ05X029770 Predicted protein 5.050014044 L4_chemical_C2 +LQ05X029770 Predicted protein 5.217389374 L4_chemical_C3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.010856365 C6_control_A1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.092425313 C6_control_A3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.874780766 C6_control_B1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.009017934 C6_control_B2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.65959202 C6_control_B3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.200805508 C6_control_C1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.655976474 C6_control_C2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.057882738 C6_control_C3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.20844133 C6_chemical_A1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.32759167 C6_chemical_A3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.508208198 C6_chemical_B1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.348084007 C6_chemical_B2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.560273131 C6_chemical_B3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.220792916 C6_chemical_C1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.179882256 C6_chemical_C2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.270502167 C6_chemical_C3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.991628275 L4_control_A1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.043046267 L4_control_A2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 4.8617165 L4_control_A3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.002564171 L4_control_B1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.199315031 L4_control_B2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.430549284 L4_control_B3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.219206216 L4_control_C2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.533803212 L4_control_C3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.496048525 L4_chemical_A1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.054831604 L4_chemical_A2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 4.894552425 L4_chemical_A3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.127841288 L4_chemical_B1 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.123263704 L4_chemical_B2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.222034887 L4_chemical_B3 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.390466556 L4_chemical_C2 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.725441106 L4_chemical_C3 +LQ05X029920 40S ribosomal protein S27-2 5.354121106 C6_control_A1 +LQ05X029920 40S ribosomal protein S27-2 6.250025963 C6_control_A3 +LQ05X029920 40S ribosomal protein S27-2 5.236255981 C6_control_B1 +LQ05X029920 40S ribosomal protein S27-2 5.936763287 C6_control_B2 +LQ05X029920 40S ribosomal protein S27-2 5.588618337 C6_control_B3 +LQ05X029920 40S ribosomal protein S27-2 5.788357498 C6_control_C1 +LQ05X029920 40S ribosomal protein S27-2 5.817566368 C6_control_C2 +LQ05X029920 40S ribosomal protein S27-2 5.451321678 C6_control_C3 +LQ05X029920 40S ribosomal protein S27-2 5.541349734 C6_chemical_A1 +LQ05X029920 40S ribosomal protein S27-2 5.805885528 C6_chemical_A3 +LQ05X029920 40S ribosomal protein S27-2 5.226657337 C6_chemical_B1 +LQ05X029920 40S ribosomal protein S27-2 5.730050588 C6_chemical_B2 +LQ05X029920 40S ribosomal protein S27-2 5.367702751 C6_chemical_B3 +LQ05X029920 40S ribosomal protein S27-2 5.72341181 C6_chemical_C1 +LQ05X029920 40S ribosomal protein S27-2 5.637014125 C6_chemical_C2 +LQ05X029920 40S ribosomal protein S27-2 5.319319883 C6_chemical_C3 +LQ05X029920 40S ribosomal protein S27-2 5.489477554 L4_control_A1 +LQ05X029920 40S ribosomal protein S27-2 5.743499018 L4_control_A2 +LQ05X029920 40S ribosomal protein S27-2 5.487112367 L4_control_A3 +LQ05X029920 40S ribosomal protein S27-2 5.494577311 L4_control_B1 +LQ05X029920 40S ribosomal protein S27-2 5.303733895 L4_control_B2 +LQ05X029920 40S ribosomal protein S27-2 5.253438374 L4_control_B3 +LQ05X029920 40S ribosomal protein S27-2 5.209482829 L4_control_C2 +LQ05X029920 40S ribosomal protein S27-2 5.774273995 L4_control_C3 +LQ05X029920 40S ribosomal protein S27-2 5.08075731 L4_chemical_A1 +LQ05X029920 40S ribosomal protein S27-2 5.266581638 L4_chemical_A2 +LQ05X029920 40S ribosomal protein S27-2 5.446030921 L4_chemical_A3 +LQ05X029920 40S ribosomal protein S27-2 5.253045634 L4_chemical_B1 +LQ05X029920 40S ribosomal protein S27-2 5.309804175 L4_chemical_B2 +LQ05X029920 40S ribosomal protein S27-2 5.518730998 L4_chemical_B3 +LQ05X029920 40S ribosomal protein S27-2 4.804760161 L4_chemical_C2 +LQ05X029920 40S ribosomal protein S27-2 5.391680611 L4_chemical_C3 +LQ05X029930 Predicted protein 6.078934473 C6_control_A1 +LQ05X029930 Predicted protein 5.76297622 C6_control_A3 +LQ05X029930 Predicted protein 5.486941315 C6_control_B1 +LQ05X029930 Predicted protein 5.477480439 C6_control_B2 +LQ05X029930 Predicted protein 5.453283959 C6_control_B3 +LQ05X029930 Predicted protein 5.358665988 C6_control_C1 +LQ05X029930 Predicted protein 5.075509639 C6_control_C2 +LQ05X029930 Predicted protein 5.283606048 C6_control_C3 +LQ05X029930 Predicted protein 5.82734164 C6_chemical_A1 +LQ05X029930 Predicted protein 5.509044937 C6_chemical_A3 +LQ05X029930 Predicted protein 5.933051304 C6_chemical_B1 +LQ05X029930 Predicted protein 5.325336827 C6_chemical_B2 +LQ05X029930 Predicted protein 5.45038116 C6_chemical_B3 +LQ05X029930 Predicted protein 5.251911248 C6_chemical_C1 +LQ05X029930 Predicted protein 5.163879548 C6_chemical_C2 +LQ05X029930 Predicted protein 5.105991348 C6_chemical_C3 +LQ05X029930 Predicted protein 5.472806819 L4_control_A1 +LQ05X029930 Predicted protein 5.365227443 L4_control_A2 +LQ05X029930 Predicted protein 5.596019807 L4_control_A3 +LQ05X029930 Predicted protein 5.480971127 L4_control_B1 +LQ05X029930 Predicted protein 5.541518423 L4_control_B2 +LQ05X029930 Predicted protein 5.467462862 L4_control_B3 +LQ05X029930 Predicted protein 5.089956312 L4_control_C2 +LQ05X029930 Predicted protein 5.078058817 L4_control_C3 +LQ05X029930 Predicted protein 5.484084612 L4_chemical_A1 +LQ05X029930 Predicted protein 5.677382693 L4_chemical_A2 +LQ05X029930 Predicted protein 5.293240332 L4_chemical_A3 +LQ05X029930 Predicted protein 5.366935378 L4_chemical_B1 +LQ05X029930 Predicted protein 5.491171845 L4_chemical_B2 +LQ05X029930 Predicted protein 5.449421195 L4_chemical_B3 +LQ05X029930 Predicted protein 5.326958234 L4_chemical_C2 +LQ05X029930 Predicted protein 5.562030115 L4_chemical_C3 +LQ05X029990 Putative uncharacterized protein 10.90054375 C6_control_A1 +LQ05X029990 Putative uncharacterized protein 11.70966537 C6_control_A3 +LQ05X029990 Putative uncharacterized protein 10.97568488 C6_control_B1 +LQ05X029990 Putative uncharacterized protein 11.17160794 C6_control_B2 +LQ05X029990 Putative uncharacterized protein 11.66153614 C6_control_B3 +LQ05X029990 Putative uncharacterized protein 11.36435123 C6_control_C1 +LQ05X029990 Putative uncharacterized protein 11.80907414 C6_control_C2 +LQ05X029990 Putative uncharacterized protein 11.93396444 C6_control_C3 +LQ05X029990 Putative uncharacterized protein 9.974374188 C6_chemical_A1 +LQ05X029990 Putative uncharacterized protein 11.5741024 C6_chemical_A3 +LQ05X029990 Putative uncharacterized protein 10.89218341 C6_chemical_B1 +LQ05X029990 Putative uncharacterized protein 10.71690873 C6_chemical_B2 +LQ05X029990 Putative uncharacterized protein 11.73063216 C6_chemical_B3 +LQ05X029990 Putative uncharacterized protein 11.18328127 C6_chemical_C1 +LQ05X029990 Putative uncharacterized protein 11.64886042 C6_chemical_C2 +LQ05X029990 Putative uncharacterized protein 12.25253513 C6_chemical_C3 +LQ05X029990 Putative uncharacterized protein 11.61169559 L4_control_A1 +LQ05X029990 Putative uncharacterized protein 10.20006721 L4_control_A2 +LQ05X029990 Putative uncharacterized protein 11.79811555 L4_control_A3 +LQ05X029990 Putative uncharacterized protein 11.26845516 L4_control_B1 +LQ05X029990 Putative uncharacterized protein 11.09362198 L4_control_B2 +LQ05X029990 Putative uncharacterized protein 11.98766098 L4_control_B3 +LQ05X029990 Putative uncharacterized protein 12.36955912 L4_control_C2 +LQ05X029990 Putative uncharacterized protein 12.70761117 L4_control_C3 +LQ05X029990 Putative uncharacterized protein 10.89438345 L4_chemical_A1 +LQ05X029990 Putative uncharacterized protein 10.31140163 L4_chemical_A2 +LQ05X029990 Putative uncharacterized protein 11.51714016 L4_chemical_A3 +LQ05X029990 Putative uncharacterized protein 10.93935892 L4_chemical_B1 +LQ05X029990 Putative uncharacterized protein 10.79617214 L4_chemical_B2 +LQ05X029990 Putative uncharacterized protein 11.705082 L4_chemical_B3 +LQ05X029990 Putative uncharacterized protein 12.22749721 L4_chemical_C2 +LQ05X029990 Putative uncharacterized protein 12.33361357 L4_chemical_C3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.4343888 C6_control_A1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.30118833 C6_control_A3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.80488439 C6_control_B1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.91207918 C6_control_B2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.91727434 C6_control_B3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.71344857 C6_control_C1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.94997358 C6_control_C2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.21174159 C6_control_C3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.21002392 C6_chemical_A1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.79222862 C6_chemical_A3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.46826583 C6_chemical_B1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.82849209 C6_chemical_B2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.74827574 C6_chemical_B3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.689397 C6_chemical_C1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.93829724 C6_chemical_C2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.91296162 C6_chemical_C3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.09757626 L4_control_A1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.16398278 L4_control_A2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.47858512 L4_control_A3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.09975006 L4_control_B1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.21009849 L4_control_B2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.34091802 L4_control_B3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 10.32150831 L4_control_C2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 9.453154721 L4_control_C3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.22353447 L4_chemical_A1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.39303443 L4_chemical_A2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.98055154 L4_chemical_A3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 10.80225243 L4_chemical_B1 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 11.01104453 L4_chemical_B2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.41665082 L4_chemical_B3 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 10.29011609 L4_chemical_C2 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 10.00188948 L4_chemical_C3 +LQ05X030090 Predicted protein 5.86445309 C6_control_A1 +LQ05X030090 Predicted protein 5.940500676 C6_control_A3 +LQ05X030090 Predicted protein 5.420058776 C6_control_B1 +LQ05X030090 Predicted protein 5.487705828 C6_control_B2 +LQ05X030090 Predicted protein 6.059284297 C6_control_B3 +LQ05X030090 Predicted protein 6.320853384 C6_control_C1 +LQ05X030090 Predicted protein 5.80374792 C6_control_C2 +LQ05X030090 Predicted protein 6.084851024 C6_control_C3 +LQ05X030090 Predicted protein 5.517533455 C6_chemical_A1 +LQ05X030090 Predicted protein 6.037403461 C6_chemical_A3 +LQ05X030090 Predicted protein 5.614182368 C6_chemical_B1 +LQ05X030090 Predicted protein 5.395397747 C6_chemical_B2 +LQ05X030090 Predicted protein 5.413922621 C6_chemical_B3 +LQ05X030090 Predicted protein 6.52483521 C6_chemical_C1 +LQ05X030090 Predicted protein 6.290617621 C6_chemical_C2 +LQ05X030090 Predicted protein 5.771592046 C6_chemical_C3 +LQ05X030090 Predicted protein 5.36509596 L4_control_A1 +LQ05X030090 Predicted protein 5.508527313 L4_control_A2 +LQ05X030090 Predicted protein 6.432340206 L4_control_A3 +LQ05X030090 Predicted protein 6.028115126 L4_control_B1 +LQ05X030090 Predicted protein 5.691419337 L4_control_B2 +LQ05X030090 Predicted protein 5.595268507 L4_control_B3 +LQ05X030090 Predicted protein 5.958499127 L4_control_C2 +LQ05X030090 Predicted protein 6.177645029 L4_control_C3 +LQ05X030090 Predicted protein 5.377232237 L4_chemical_A1 +LQ05X030090 Predicted protein 5.640003067 L4_chemical_A2 +LQ05X030090 Predicted protein 5.826027882 L4_chemical_A3 +LQ05X030090 Predicted protein 5.795439567 L4_chemical_B1 +LQ05X030090 Predicted protein 5.412592522 L4_chemical_B2 +LQ05X030090 Predicted protein 5.420852274 L4_chemical_B3 +LQ05X030090 Predicted protein 5.691648295 L4_chemical_C2 +LQ05X030090 Predicted protein 5.434015338 L4_chemical_C3 +LQ05X030120 Predicted protein (Fragment) 5.617137158 C6_control_A1 +LQ05X030120 Predicted protein (Fragment) 5.280657927 C6_control_A3 +LQ05X030120 Predicted protein (Fragment) 5.194064397 C6_control_B1 +LQ05X030120 Predicted protein (Fragment) 5.32612784 C6_control_B2 +LQ05X030120 Predicted protein (Fragment) 5.379483894 C6_control_B3 +LQ05X030120 Predicted protein (Fragment) 5.142546365 C6_control_C1 +LQ05X030120 Predicted protein (Fragment) 4.958473537 C6_control_C2 +LQ05X030120 Predicted protein (Fragment) 5.1710204 C6_control_C3 +LQ05X030120 Predicted protein (Fragment) 6.051622144 C6_chemical_A1 +LQ05X030120 Predicted protein (Fragment) 5.479366007 C6_chemical_A3 +LQ05X030120 Predicted protein (Fragment) 5.859893317 C6_chemical_B1 +LQ05X030120 Predicted protein (Fragment) 5.254010341 C6_chemical_B2 +LQ05X030120 Predicted protein (Fragment) 5.407962527 C6_chemical_B3 +LQ05X030120 Predicted protein (Fragment) 4.942901014 C6_chemical_C1 +LQ05X030120 Predicted protein (Fragment) 5.148348159 C6_chemical_C2 +LQ05X030120 Predicted protein (Fragment) 5.415368361 C6_chemical_C3 +LQ05X030120 Predicted protein (Fragment) 5.592101882 L4_control_A1 +LQ05X030120 Predicted protein (Fragment) 5.524642589 L4_control_A2 +LQ05X030120 Predicted protein (Fragment) 5.300402106 L4_control_A3 +LQ05X030120 Predicted protein (Fragment) 5.452147151 L4_control_B1 +LQ05X030120 Predicted protein (Fragment) 5.685090961 L4_control_B2 +LQ05X030120 Predicted protein (Fragment) 5.247545879 L4_control_B3 +LQ05X030120 Predicted protein (Fragment) 4.8528495 L4_control_C2 +LQ05X030120 Predicted protein (Fragment) 4.983484353 L4_control_C3 +LQ05X030120 Predicted protein (Fragment) 5.898391215 L4_chemical_A1 +LQ05X030120 Predicted protein (Fragment) 5.771223124 L4_chemical_A2 +LQ05X030120 Predicted protein (Fragment) 5.871112111 L4_chemical_A3 +LQ05X030120 Predicted protein (Fragment) 5.36597437 L4_chemical_B1 +LQ05X030120 Predicted protein (Fragment) 6.000435395 L4_chemical_B2 +LQ05X030120 Predicted protein (Fragment) 5.592493802 L4_chemical_B3 +LQ05X030120 Predicted protein (Fragment) 5.410749239 L4_chemical_C2 +LQ05X030120 Predicted protein (Fragment) 5.479659389 L4_chemical_C3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.16760033 C6_control_A1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.47407568 C6_control_A3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 9.419792958 C6_control_B1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 9.045924136 C6_control_B2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 9.031613952 C6_control_B3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 8.394405698 C6_control_C1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 7.940910863 C6_control_C2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 8.014884849 C6_control_C3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.45734321 C6_chemical_A1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.82292829 C6_chemical_A3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 9.447837673 C6_chemical_B1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 9.24190895 C6_chemical_B2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 8.981270612 C6_chemical_B3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 8.737232811 C6_chemical_C1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 8.265672489 C6_chemical_C2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 7.743254101 C6_chemical_C3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.89578469 L4_control_A1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.33652601 L4_control_A2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.64763205 L4_control_A3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 9.527068301 L4_control_B1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.30165873 L4_control_B2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 8.191247038 L4_control_B3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 7.294010132 L4_control_C2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 6.420364268 L4_control_C3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.2296696 L4_chemical_A1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.14844505 L4_chemical_A2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.20389179 L4_chemical_A3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 9.401929844 L4_chemical_B1 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.5010599 L4_chemical_B2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 9.394488545 L4_chemical_B3 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 8.064355445 L4_chemical_C2 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 7.1581135 L4_chemical_C3 +LQ05X030150 40S ribosomal protein S21-2 6.094116497 C6_control_A1 +LQ05X030150 40S ribosomal protein S21-2 6.279771005 C6_control_A3 +LQ05X030150 40S ribosomal protein S21-2 5.488428413 C6_control_B1 +LQ05X030150 40S ribosomal protein S21-2 6.111656447 C6_control_B2 +LQ05X030150 40S ribosomal protein S21-2 5.823432464 C6_control_B3 +LQ05X030150 40S ribosomal protein S21-2 5.634163364 C6_control_C1 +LQ05X030150 40S ribosomal protein S21-2 5.542522537 C6_control_C2 +LQ05X030150 40S ribosomal protein S21-2 5.988764573 C6_control_C3 +LQ05X030150 40S ribosomal protein S21-2 6.127498382 C6_chemical_A1 +LQ05X030150 40S ribosomal protein S21-2 5.804626784 C6_chemical_A3 +LQ05X030150 40S ribosomal protein S21-2 6.358283555 C6_chemical_B1 +LQ05X030150 40S ribosomal protein S21-2 6.077208983 C6_chemical_B2 +LQ05X030150 40S ribosomal protein S21-2 5.540576235 C6_chemical_B3 +LQ05X030150 40S ribosomal protein S21-2 5.785092203 C6_chemical_C1 +LQ05X030150 40S ribosomal protein S21-2 5.431121066 C6_chemical_C2 +LQ05X030150 40S ribosomal protein S21-2 5.697926394 C6_chemical_C3 +LQ05X030150 40S ribosomal protein S21-2 6.04890812 L4_control_A1 +LQ05X030150 40S ribosomal protein S21-2 5.461047878 L4_control_A2 +LQ05X030150 40S ribosomal protein S21-2 6.446894005 L4_control_A3 +LQ05X030150 40S ribosomal protein S21-2 5.781997559 L4_control_B1 +LQ05X030150 40S ribosomal protein S21-2 6.219273338 L4_control_B2 +LQ05X030150 40S ribosomal protein S21-2 6.208902354 L4_control_B3 +LQ05X030150 40S ribosomal protein S21-2 5.690171949 L4_control_C2 +LQ05X030150 40S ribosomal protein S21-2 5.768023996 L4_control_C3 +LQ05X030150 40S ribosomal protein S21-2 5.788230701 L4_chemical_A1 +LQ05X030150 40S ribosomal protein S21-2 5.832952025 L4_chemical_A2 +LQ05X030150 40S ribosomal protein S21-2 5.838843221 L4_chemical_A3 +LQ05X030150 40S ribosomal protein S21-2 5.653294233 L4_chemical_B1 +LQ05X030150 40S ribosomal protein S21-2 5.777329444 L4_chemical_B2 +LQ05X030150 40S ribosomal protein S21-2 5.801447819 L4_chemical_B3 +LQ05X030150 40S ribosomal protein S21-2 5.834374562 L4_chemical_C2 +LQ05X030150 40S ribosomal protein S21-2 5.421725107 L4_chemical_C3 +LQ05X030170 Putative uncharacterized protein 13.58541687 C6_control_A1 +LQ05X030170 Putative uncharacterized protein 14.04149419 C6_control_A3 +LQ05X030170 Putative uncharacterized protein 13.4251778 C6_control_B1 +LQ05X030170 Putative uncharacterized protein 12.2598909 C6_control_B2 +LQ05X030170 Putative uncharacterized protein 13.30903218 C6_control_B3 +LQ05X030170 Putative uncharacterized protein 9.53122422 C6_control_C1 +LQ05X030170 Putative uncharacterized protein 9.289745774 C6_control_C2 +LQ05X030170 Putative uncharacterized protein 9.249220609 C6_control_C3 +LQ05X030170 Putative uncharacterized protein 13.44236473 C6_chemical_A1 +LQ05X030170 Putative uncharacterized protein 13.53369486 C6_chemical_A3 +LQ05X030170 Putative uncharacterized protein 13.04386029 C6_chemical_B1 +LQ05X030170 Putative uncharacterized protein 11.92642834 C6_chemical_B2 +LQ05X030170 Putative uncharacterized protein 12.42085462 C6_chemical_B3 +LQ05X030170 Putative uncharacterized protein 9.556409526 C6_chemical_C1 +LQ05X030170 Putative uncharacterized protein 8.377533801 C6_chemical_C2 +LQ05X030170 Putative uncharacterized protein 8.852053269 C6_chemical_C3 +LQ05X030170 Putative uncharacterized protein 13.88004913 L4_control_A1 +LQ05X030170 Putative uncharacterized protein 13.93056022 L4_control_A2 +LQ05X030170 Putative uncharacterized protein 14.04973652 L4_control_A3 +LQ05X030170 Putative uncharacterized protein 12.11892399 L4_control_B1 +LQ05X030170 Putative uncharacterized protein 13.1764374 L4_control_B2 +LQ05X030170 Putative uncharacterized protein 10.86373208 L4_control_B3 +LQ05X030170 Putative uncharacterized protein 8.469856633 L4_control_C2 +LQ05X030170 Putative uncharacterized protein 9.471298403 L4_control_C3 +LQ05X030170 Putative uncharacterized protein 13.10616124 L4_chemical_A1 +LQ05X030170 Putative uncharacterized protein 13.16418441 L4_chemical_A2 +LQ05X030170 Putative uncharacterized protein 13.8173199 L4_chemical_A3 +LQ05X030170 Putative uncharacterized protein 12.79165551 L4_chemical_B1 +LQ05X030170 Putative uncharacterized protein 13.30231686 L4_chemical_B2 +LQ05X030170 Putative uncharacterized protein 12.40794299 L4_chemical_B3 +LQ05X030170 Putative uncharacterized protein 8.539211811 L4_chemical_C2 +LQ05X030170 Putative uncharacterized protein 9.440261706 L4_chemical_C3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.24276002 C6_control_A1 +LQ05X030180 REF/SRPP-like protein At3g05500 13.89753842 C6_control_A3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.31375102 C6_control_B1 +LQ05X030180 REF/SRPP-like protein At3g05500 15.19786698 C6_control_B2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.69344245 C6_control_B3 +LQ05X030180 REF/SRPP-like protein At3g05500 15.03790377 C6_control_C1 +LQ05X030180 REF/SRPP-like protein At3g05500 14.40320933 C6_control_C2 +LQ05X030180 REF/SRPP-like protein At3g05500 15.08473252 C6_control_C3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.52576661 C6_chemical_A1 +LQ05X030180 REF/SRPP-like protein At3g05500 14.58940281 C6_chemical_A3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.58275294 C6_chemical_B1 +LQ05X030180 REF/SRPP-like protein At3g05500 15.30753207 C6_chemical_B2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.58225041 C6_chemical_B3 +LQ05X030180 REF/SRPP-like protein At3g05500 15.01680595 C6_chemical_C1 +LQ05X030180 REF/SRPP-like protein At3g05500 15.00733415 C6_chemical_C2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.74522802 C6_chemical_C3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.33904431 L4_control_A1 +LQ05X030180 REF/SRPP-like protein At3g05500 14.57326829 L4_control_A2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.44247865 L4_control_A3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.62989581 L4_control_B1 +LQ05X030180 REF/SRPP-like protein At3g05500 14.31233439 L4_control_B2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.73585667 L4_control_B3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.73522185 L4_control_C2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.65850712 L4_control_C3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.26357739 L4_chemical_A1 +LQ05X030180 REF/SRPP-like protein At3g05500 14.76525402 L4_chemical_A2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.22876073 L4_chemical_A3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.42966279 L4_chemical_B1 +LQ05X030180 REF/SRPP-like protein At3g05500 14.66542878 L4_chemical_B2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.57846407 L4_chemical_B3 +LQ05X030180 REF/SRPP-like protein At3g05500 14.74127457 L4_chemical_C2 +LQ05X030180 REF/SRPP-like protein At3g05500 14.84688687 L4_chemical_C3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 4.918033848 C6_control_A1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.763803917 C6_control_A3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.273766108 C6_control_B1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.076134669 C6_control_B2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.534871059 C6_control_B3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.017523027 C6_control_C1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 6.396998721 C6_control_C2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 4.894193748 C6_control_C3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 4.804187155 C6_chemical_A1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.100452459 C6_chemical_A3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 6.092147161 C6_chemical_B1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.287487435 C6_chemical_B2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.180791114 C6_chemical_B3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.396710053 C6_chemical_C1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.312014029 C6_chemical_C2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.544651478 C6_chemical_C3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.557196888 L4_control_A1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 4.863452648 L4_control_A2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.014724184 L4_control_A3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.218065168 L4_control_B1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.125010792 L4_control_B2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.70386679 L4_control_B3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.464674264 L4_control_C2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.315450304 L4_control_C3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.301308818 L4_chemical_A1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.20023654 L4_chemical_A2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.077108362 L4_chemical_A3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.887718339 L4_chemical_B1 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 4.936410903 L4_chemical_B2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.262071714 L4_chemical_B3 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 6.315840342 L4_chemical_C2 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 5.658201177 L4_chemical_C3 +LQ05X030200 At5g27710 5.312690284 C6_control_A1 +LQ05X030200 At5g27710 5.531789947 C6_control_A3 +LQ05X030200 At5g27710 5.417264362 C6_control_B1 +LQ05X030200 At5g27710 5.489331697 C6_control_B2 +LQ05X030200 At5g27710 5.568851525 C6_control_B3 +LQ05X030200 At5g27710 5.775568813 C6_control_C1 +LQ05X030200 At5g27710 5.81059917 C6_control_C2 +LQ05X030200 At5g27710 5.45370058 C6_control_C3 +LQ05X030200 At5g27710 5.38938942 C6_chemical_A1 +LQ05X030200 At5g27710 5.723280854 C6_chemical_A3 +LQ05X030200 At5g27710 5.198648886 C6_chemical_B1 +LQ05X030200 At5g27710 5.20959302 C6_chemical_B2 +LQ05X030200 At5g27710 5.871640212 C6_chemical_B3 +LQ05X030200 At5g27710 5.535194774 C6_chemical_C1 +LQ05X030200 At5g27710 5.682749103 C6_chemical_C2 +LQ05X030200 At5g27710 5.585659059 C6_chemical_C3 +LQ05X030200 At5g27710 5.468813072 L4_control_A1 +LQ05X030200 At5g27710 5.347478582 L4_control_A2 +LQ05X030200 At5g27710 5.371007995 L4_control_A3 +LQ05X030200 At5g27710 5.019518445 L4_control_B1 +LQ05X030200 At5g27710 5.724275504 L4_control_B2 +LQ05X030200 At5g27710 5.168957578 L4_control_B3 +LQ05X030200 At5g27710 5.340446024 L4_control_C2 +LQ05X030200 At5g27710 5.418040677 L4_control_C3 +LQ05X030200 At5g27710 4.924247985 L4_chemical_A1 +LQ05X030200 At5g27710 5.253984339 L4_chemical_A2 +LQ05X030200 At5g27710 5.187120911 L4_chemical_A3 +LQ05X030200 At5g27710 5.067379538 L4_chemical_B1 +LQ05X030200 At5g27710 5.752083219 L4_chemical_B2 +LQ05X030200 At5g27710 5.384895341 L4_chemical_B3 +LQ05X030200 At5g27710 5.546084857 L4_chemical_C2 +LQ05X030200 At5g27710 5.022468947 L4_chemical_C3 +LQ05X030210 Putative Tafazzin 5.224663142 C6_control_A1 +LQ05X030210 Putative Tafazzin 5.245704273 C6_control_A3 +LQ05X030210 Putative Tafazzin 5.104097436 C6_control_B1 +LQ05X030210 Putative Tafazzin 5.029832151 C6_control_B2 +LQ05X030210 Putative Tafazzin 4.87250484 C6_control_B3 +LQ05X030210 Putative Tafazzin 5.148135681 C6_control_C1 +LQ05X030210 Putative Tafazzin 5.179125549 C6_control_C2 +LQ05X030210 Putative Tafazzin 4.946462303 C6_control_C3 +LQ05X030210 Putative Tafazzin 5.069717941 C6_chemical_A1 +LQ05X030210 Putative Tafazzin 5.47822035 C6_chemical_A3 +LQ05X030210 Putative Tafazzin 5.006730564 C6_chemical_B1 +LQ05X030210 Putative Tafazzin 4.875959556 C6_chemical_B2 +LQ05X030210 Putative Tafazzin 5.143335642 C6_chemical_B3 +LQ05X030210 Putative Tafazzin 5.241726303 C6_chemical_C1 +LQ05X030210 Putative Tafazzin 5.172870574 C6_chemical_C2 +LQ05X030210 Putative Tafazzin 4.945073811 C6_chemical_C3 +LQ05X030210 Putative Tafazzin 5.249376737 L4_control_A1 +LQ05X030210 Putative Tafazzin 5.384650854 L4_control_A2 +LQ05X030210 Putative Tafazzin 5.743662779 L4_control_A3 +LQ05X030210 Putative Tafazzin 4.8516008 L4_control_B1 +LQ05X030210 Putative Tafazzin 5.382267329 L4_control_B2 +LQ05X030210 Putative Tafazzin 5.166792948 L4_control_B3 +LQ05X030210 Putative Tafazzin 5.491966599 L4_control_C2 +LQ05X030210 Putative Tafazzin 5.025980105 L4_control_C3 +LQ05X030210 Putative Tafazzin 5.753573963 L4_chemical_A1 +LQ05X030210 Putative Tafazzin 5.1995052 L4_chemical_A2 +LQ05X030210 Putative Tafazzin 5.546243959 L4_chemical_A3 +LQ05X030210 Putative Tafazzin 5.327417924 L4_chemical_B1 +LQ05X030210 Putative Tafazzin 5.428231479 L4_chemical_B2 +LQ05X030210 Putative Tafazzin 5.134373076 L4_chemical_B3 +LQ05X030210 Putative Tafazzin 5.418045269 L4_chemical_C2 +LQ05X030210 Putative Tafazzin 4.849667627 L4_chemical_C3 +LQ05X030220 F-actin-capping protein subunit alpha 11.40454242 C6_control_A1 +LQ05X030220 F-actin-capping protein subunit alpha 11.4465734 C6_control_A3 +LQ05X030220 F-actin-capping protein subunit alpha 11.22092498 C6_control_B1 +LQ05X030220 F-actin-capping protein subunit alpha 11.53569492 C6_control_B2 +LQ05X030220 F-actin-capping protein subunit alpha 11.1752796 C6_control_B3 +LQ05X030220 F-actin-capping protein subunit alpha 10.58534869 C6_control_C1 +LQ05X030220 F-actin-capping protein subunit alpha 10.90667562 C6_control_C2 +LQ05X030220 F-actin-capping protein subunit alpha 11.04717741 C6_control_C3 +LQ05X030220 F-actin-capping protein subunit alpha 11.14356306 C6_chemical_A1 +LQ05X030220 F-actin-capping protein subunit alpha 11.60587458 C6_chemical_A3 +LQ05X030220 F-actin-capping protein subunit alpha 11.0205504 C6_chemical_B1 +LQ05X030220 F-actin-capping protein subunit alpha 11.30843427 C6_chemical_B2 +LQ05X030220 F-actin-capping protein subunit alpha 10.68041342 C6_chemical_B3 +LQ05X030220 F-actin-capping protein subunit alpha 10.11456728 C6_chemical_C1 +LQ05X030220 F-actin-capping protein subunit alpha 10.670538 C6_chemical_C2 +LQ05X030220 F-actin-capping protein subunit alpha 10.23357755 C6_chemical_C3 +LQ05X030220 F-actin-capping protein subunit alpha 11.24771403 L4_control_A1 +LQ05X030220 F-actin-capping protein subunit alpha 11.59260691 L4_control_A2 +LQ05X030220 F-actin-capping protein subunit alpha 11.53301568 L4_control_A3 +LQ05X030220 F-actin-capping protein subunit alpha 10.82152786 L4_control_B1 +LQ05X030220 F-actin-capping protein subunit alpha 11.56480143 L4_control_B2 +LQ05X030220 F-actin-capping protein subunit alpha 11.01126781 L4_control_B3 +LQ05X030220 F-actin-capping protein subunit alpha 10.64914454 L4_control_C2 +LQ05X030220 F-actin-capping protein subunit alpha 10.91187646 L4_control_C3 +LQ05X030220 F-actin-capping protein subunit alpha 10.80749332 L4_chemical_A1 +LQ05X030220 F-actin-capping protein subunit alpha 11.10709004 L4_chemical_A2 +LQ05X030220 F-actin-capping protein subunit alpha 11.17897648 L4_chemical_A3 +LQ05X030220 F-actin-capping protein subunit alpha 10.68247668 L4_chemical_B1 +LQ05X030220 F-actin-capping protein subunit alpha 11.08856476 L4_chemical_B2 +LQ05X030220 F-actin-capping protein subunit alpha 11.11290594 L4_chemical_B3 +LQ05X030220 F-actin-capping protein subunit alpha 10.87538323 L4_chemical_C2 +LQ05X030220 F-actin-capping protein subunit alpha 11.00754021 L4_chemical_C3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.855308447 C6_control_A1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.621784758 C6_control_A3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.413210981 C6_control_B1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.875597464 C6_control_B2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.637382027 C6_control_B3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.616547605 C6_control_C1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.331158935 C6_control_C2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.401727635 C6_control_C3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.484851693 C6_chemical_A1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.238484652 C6_chemical_A3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 6.921368163 C6_chemical_B1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.736829845 C6_chemical_B2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.391610771 C6_chemical_B3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.835790163 C6_chemical_C1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.537375226 C6_chemical_C2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.480542765 C6_chemical_C3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.296644973 L4_control_A1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.306108221 L4_control_A2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.403795236 L4_control_A3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.254365889 L4_control_B1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.024249916 L4_control_B2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.542370903 L4_control_B3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 6.601309454 L4_control_C2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 6.259694578 L4_control_C3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.268397472 L4_chemical_A1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.059723014 L4_chemical_A2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.469342683 L4_chemical_A3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.369819571 L4_chemical_B1 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.136642909 L4_chemical_B2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.360929438 L4_chemical_B3 +LQ05X030240 26S protease regulatory subunit 6A homolog A 6.821771655 L4_chemical_C2 +LQ05X030240 26S protease regulatory subunit 6A homolog A 6.936766493 L4_chemical_C3 +LQ05X030250 Translationally-controlled tumor protein homolog 5.840358558 C6_control_A1 +LQ05X030250 Translationally-controlled tumor protein homolog 5.611740332 C6_control_A3 +LQ05X030250 Translationally-controlled tumor protein homolog 6.073731846 C6_control_B1 +LQ05X030250 Translationally-controlled tumor protein homolog 5.623858275 C6_control_B2 +LQ05X030250 Translationally-controlled tumor protein homolog 5.973470894 C6_control_B3 +LQ05X030250 Translationally-controlled tumor protein homolog 6.093014189 C6_control_C1 +LQ05X030250 Translationally-controlled tumor protein homolog 5.876180865 C6_control_C2 +LQ05X030250 Translationally-controlled tumor protein homolog 5.922234303 C6_control_C3 +LQ05X030250 Translationally-controlled tumor protein homolog 5.677406059 C6_chemical_A1 +LQ05X030250 Translationally-controlled tumor protein homolog 5.785208102 C6_chemical_A3 +LQ05X030250 Translationally-controlled tumor protein homolog 5.871980908 C6_chemical_B1 +LQ05X030250 Translationally-controlled tumor protein homolog 6.17102636 C6_chemical_B2 +LQ05X030250 Translationally-controlled tumor protein homolog 5.841340125 C6_chemical_B3 +LQ05X030250 Translationally-controlled tumor protein homolog 6.142559688 C6_chemical_C1 +LQ05X030250 Translationally-controlled tumor protein homolog 5.946359312 C6_chemical_C2 +LQ05X030250 Translationally-controlled tumor protein homolog 5.891413363 C6_chemical_C3 +LQ05X030250 Translationally-controlled tumor protein homolog 6.020865722 L4_control_A1 +LQ05X030250 Translationally-controlled tumor protein homolog 5.695200119 L4_control_A2 +LQ05X030250 Translationally-controlled tumor protein homolog 5.491682975 L4_control_A3 +LQ05X030250 Translationally-controlled tumor protein homolog 5.81742434 L4_control_B1 +LQ05X030250 Translationally-controlled tumor protein homolog 5.430628125 L4_control_B2 +LQ05X030250 Translationally-controlled tumor protein homolog 6.281323373 L4_control_B3 +LQ05X030250 Translationally-controlled tumor protein homolog 5.9285263 L4_control_C2 +LQ05X030250 Translationally-controlled tumor protein homolog 6.297727578 L4_control_C3 +LQ05X030250 Translationally-controlled tumor protein homolog 5.873359288 L4_chemical_A1 +LQ05X030250 Translationally-controlled tumor protein homolog 6.167037498 L4_chemical_A2 +LQ05X030250 Translationally-controlled tumor protein homolog 5.662465914 L4_chemical_A3 +LQ05X030250 Translationally-controlled tumor protein homolog 6.119893213 L4_chemical_B1 +LQ05X030250 Translationally-controlled tumor protein homolog 6.135133642 L4_chemical_B2 +LQ05X030250 Translationally-controlled tumor protein homolog 5.803044083 L4_chemical_B3 +LQ05X030250 Translationally-controlled tumor protein homolog 5.360522148 L4_chemical_C2 +LQ05X030250 Translationally-controlled tumor protein homolog 5.97639842 L4_chemical_C3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.20472957 C6_control_A1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.67835344 C6_control_A3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.09943112 C6_control_B1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.04084932 C6_control_B2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.73644864 C6_control_B3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.5621562 C6_control_C1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.33579887 C6_control_C2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.94657763 C6_control_C3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.81518843 C6_chemical_A1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.83449878 C6_chemical_A3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.67066979 C6_chemical_B1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.63218675 C6_chemical_B2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.61332041 C6_chemical_B3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.39970114 C6_chemical_C1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.24947213 C6_chemical_C2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.73308088 C6_chemical_C3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.20774857 L4_control_A1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.33252018 L4_control_A2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.97736197 L4_control_A3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.78424307 L4_control_B1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.75325029 L4_control_B2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.98551341 L4_control_B3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.77691422 L4_control_C2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.38124428 L4_control_C3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.40234973 L4_chemical_A1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.5992337 L4_chemical_A2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.41100049 L4_chemical_A3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.95242006 L4_chemical_B1 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.8923986 L4_chemical_B2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.8071527 L4_chemical_B3 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.79690093 L4_chemical_C2 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 11.24618796 L4_chemical_C3 +LQ05X030270 Putative uncharacterized protein 12.27573569 C6_control_A1 +LQ05X030270 Putative uncharacterized protein 12.20080124 C6_control_A3 +LQ05X030270 Putative uncharacterized protein 12.72525811 C6_control_B1 +LQ05X030270 Putative uncharacterized protein 12.18838428 C6_control_B2 +LQ05X030270 Putative uncharacterized protein 12.93309496 C6_control_B3 +LQ05X030270 Putative uncharacterized protein 12.48761341 C6_control_C1 +LQ05X030270 Putative uncharacterized protein 12.05553424 C6_control_C2 +LQ05X030270 Putative uncharacterized protein 12.70958245 C6_control_C3 +LQ05X030270 Putative uncharacterized protein 12.21990325 C6_chemical_A1 +LQ05X030270 Putative uncharacterized protein 12.68620973 C6_chemical_A3 +LQ05X030270 Putative uncharacterized protein 12.85184778 C6_chemical_B1 +LQ05X030270 Putative uncharacterized protein 11.92507325 C6_chemical_B2 +LQ05X030270 Putative uncharacterized protein 12.73027054 C6_chemical_B3 +LQ05X030270 Putative uncharacterized protein 12.30671008 C6_chemical_C1 +LQ05X030270 Putative uncharacterized protein 12.44850079 C6_chemical_C2 +LQ05X030270 Putative uncharacterized protein 12.72579553 C6_chemical_C3 +LQ05X030270 Putative uncharacterized protein 12.0080244 L4_control_A1 +LQ05X030270 Putative uncharacterized protein 12.28682953 L4_control_A2 +LQ05X030270 Putative uncharacterized protein 12.4101046 L4_control_A3 +LQ05X030270 Putative uncharacterized protein 13.23721863 L4_control_B1 +LQ05X030270 Putative uncharacterized protein 13.46611637 L4_control_B2 +LQ05X030270 Putative uncharacterized protein 12.55952088 L4_control_B3 +LQ05X030270 Putative uncharacterized protein 13.61286337 L4_control_C2 +LQ05X030270 Putative uncharacterized protein 13.50149365 L4_control_C3 +LQ05X030270 Putative uncharacterized protein 11.90517872 L4_chemical_A1 +LQ05X030270 Putative uncharacterized protein 12.41075497 L4_chemical_A2 +LQ05X030270 Putative uncharacterized protein 12.42754909 L4_chemical_A3 +LQ05X030270 Putative uncharacterized protein 13.19515114 L4_chemical_B1 +LQ05X030270 Putative uncharacterized protein 13.03473947 L4_chemical_B2 +LQ05X030270 Putative uncharacterized protein 12.43363851 L4_chemical_B3 +LQ05X030270 Putative uncharacterized protein 13.63597265 L4_chemical_C2 +LQ05X030270 Putative uncharacterized protein 13.54491491 L4_chemical_C3 +LQ05X030280 Predicted protein 5.798817071 C6_control_A1 +LQ05X030280 Predicted protein 5.461136133 C6_control_A3 +LQ05X030280 Predicted protein 5.33701392 C6_control_B1 +LQ05X030280 Predicted protein 6.004487565 C6_control_B2 +LQ05X030280 Predicted protein 6.111038477 C6_control_B3 +LQ05X030280 Predicted protein 5.81121008 C6_control_C1 +LQ05X030280 Predicted protein 6.391389972 C6_control_C2 +LQ05X030280 Predicted protein 6.33907785 C6_control_C3 +LQ05X030280 Predicted protein 5.43215257 C6_chemical_A1 +LQ05X030280 Predicted protein 5.926614999 C6_chemical_A3 +LQ05X030280 Predicted protein 6.214497742 C6_chemical_B1 +LQ05X030280 Predicted protein 6.118592253 C6_chemical_B2 +LQ05X030280 Predicted protein 6.704280419 C6_chemical_B3 +LQ05X030280 Predicted protein 6.12952841 C6_chemical_C1 +LQ05X030280 Predicted protein 6.666560451 C6_chemical_C2 +LQ05X030280 Predicted protein 7.001056519 C6_chemical_C3 +LQ05X030280 Predicted protein 5.756647286 L4_control_A1 +LQ05X030280 Predicted protein 5.443161203 L4_control_A2 +LQ05X030280 Predicted protein 5.552247834 L4_control_A3 +LQ05X030280 Predicted protein 5.330510359 L4_control_B1 +LQ05X030280 Predicted protein 5.378667933 L4_control_B2 +LQ05X030280 Predicted protein 5.68605448 L4_control_B3 +LQ05X030280 Predicted protein 5.445832289 L4_control_C2 +LQ05X030280 Predicted protein 5.888550773 L4_control_C3 +LQ05X030280 Predicted protein 5.500558497 L4_chemical_A1 +LQ05X030280 Predicted protein 5.73145245 L4_chemical_A2 +LQ05X030280 Predicted protein 5.51351425 L4_chemical_A3 +LQ05X030280 Predicted protein 5.318539759 L4_chemical_B1 +LQ05X030280 Predicted protein 5.587755563 L4_chemical_B2 +LQ05X030280 Predicted protein 5.93046929 L4_chemical_B3 +LQ05X030280 Predicted protein 5.440913749 L4_chemical_C2 +LQ05X030280 Predicted protein 5.402185415 L4_chemical_C3 +LQ05X030290 Putative uncharacterized protein 12.23658122 C6_control_A1 +LQ05X030290 Putative uncharacterized protein 12.80280974 C6_control_A3 +LQ05X030290 Putative uncharacterized protein 11.98215758 C6_control_B1 +LQ05X030290 Putative uncharacterized protein 11.82526932 C6_control_B2 +LQ05X030290 Putative uncharacterized protein 12.0151015 C6_control_B3 +LQ05X030290 Putative uncharacterized protein 11.92888375 C6_control_C1 +LQ05X030290 Putative uncharacterized protein 11.95659389 C6_control_C2 +LQ05X030290 Putative uncharacterized protein 12.1931683 C6_control_C3 +LQ05X030290 Putative uncharacterized protein 11.5469254 C6_chemical_A1 +LQ05X030290 Putative uncharacterized protein 11.9881229 C6_chemical_A3 +LQ05X030290 Putative uncharacterized protein 11.86374673 C6_chemical_B1 +LQ05X030290 Putative uncharacterized protein 11.9203085 C6_chemical_B2 +LQ05X030290 Putative uncharacterized protein 11.65758742 C6_chemical_B3 +LQ05X030290 Putative uncharacterized protein 12.10181089 C6_chemical_C1 +LQ05X030290 Putative uncharacterized protein 12.06860385 C6_chemical_C2 +LQ05X030290 Putative uncharacterized protein 12.43999576 C6_chemical_C3 +LQ05X030290 Putative uncharacterized protein 12.39088466 L4_control_A1 +LQ05X030290 Putative uncharacterized protein 12.389946 L4_control_A2 +LQ05X030290 Putative uncharacterized protein 11.76036531 L4_control_A3 +LQ05X030290 Putative uncharacterized protein 12.27983981 L4_control_B1 +LQ05X030290 Putative uncharacterized protein 11.03304388 L4_control_B2 +LQ05X030290 Putative uncharacterized protein 12.47930961 L4_control_B3 +LQ05X030290 Putative uncharacterized protein 12.00569758 L4_control_C2 +LQ05X030290 Putative uncharacterized protein 12.79615245 L4_control_C3 +LQ05X030290 Putative uncharacterized protein 13.62028709 L4_chemical_A1 +LQ05X030290 Putative uncharacterized protein 12.52511849 L4_chemical_A2 +LQ05X030290 Putative uncharacterized protein 12.36170005 L4_chemical_A3 +LQ05X030290 Putative uncharacterized protein 12.48282563 L4_chemical_B1 +LQ05X030290 Putative uncharacterized protein 11.92978013 L4_chemical_B2 +LQ05X030290 Putative uncharacterized protein 11.68407202 L4_chemical_B3 +LQ05X030290 Putative uncharacterized protein 11.78200393 L4_chemical_C2 +LQ05X030290 Putative uncharacterized protein 12.81606953 L4_chemical_C3 +LQ05X030310 Putative 50S ribosomal protein L18 6.315834429 C6_control_A1 +LQ05X030310 Putative 50S ribosomal protein L18 7.318350678 C6_control_A3 +LQ05X030310 Putative 50S ribosomal protein L18 6.830428425 C6_control_B1 +LQ05X030310 Putative 50S ribosomal protein L18 6.985578993 C6_control_B2 +LQ05X030310 Putative 50S ribosomal protein L18 6.301665531 C6_control_B3 +LQ05X030310 Putative 50S ribosomal protein L18 6.457999033 C6_control_C1 +LQ05X030310 Putative 50S ribosomal protein L18 7.472544263 C6_control_C2 +LQ05X030310 Putative 50S ribosomal protein L18 6.519080471 C6_control_C3 +LQ05X030310 Putative 50S ribosomal protein L18 6.409163709 C6_chemical_A1 +LQ05X030310 Putative 50S ribosomal protein L18 6.136752238 C6_chemical_A3 +LQ05X030310 Putative 50S ribosomal protein L18 6.346028657 C6_chemical_B1 +LQ05X030310 Putative 50S ribosomal protein L18 6.491419686 C6_chemical_B2 +LQ05X030310 Putative 50S ribosomal protein L18 6.391476794 C6_chemical_B3 +LQ05X030310 Putative 50S ribosomal protein L18 6.614813867 C6_chemical_C1 +LQ05X030310 Putative 50S ribosomal protein L18 6.915882151 C6_chemical_C2 +LQ05X030310 Putative 50S ribosomal protein L18 6.434117962 C6_chemical_C3 +LQ05X030310 Putative 50S ribosomal protein L18 6.273733883 L4_control_A1 +LQ05X030310 Putative 50S ribosomal protein L18 6.094673931 L4_control_A2 +LQ05X030310 Putative 50S ribosomal protein L18 5.99809042 L4_control_A3 +LQ05X030310 Putative 50S ribosomal protein L18 5.729191429 L4_control_B1 +LQ05X030310 Putative 50S ribosomal protein L18 5.77302194 L4_control_B2 +LQ05X030310 Putative 50S ribosomal protein L18 6.028609697 L4_control_B3 +LQ05X030310 Putative 50S ribosomal protein L18 6.733036584 L4_control_C2 +LQ05X030310 Putative 50S ribosomal protein L18 5.937166828 L4_control_C3 +LQ05X030310 Putative 50S ribosomal protein L18 5.806612973 L4_chemical_A1 +LQ05X030310 Putative 50S ribosomal protein L18 6.229637219 L4_chemical_A2 +LQ05X030310 Putative 50S ribosomal protein L18 4.987043166 L4_chemical_A3 +LQ05X030310 Putative 50S ribosomal protein L18 6.390011532 L4_chemical_B1 +LQ05X030310 Putative 50S ribosomal protein L18 5.603235978 L4_chemical_B2 +LQ05X030310 Putative 50S ribosomal protein L18 5.967241214 L4_chemical_B3 +LQ05X030310 Putative 50S ribosomal protein L18 5.63752287 L4_chemical_C2 +LQ05X030310 Putative 50S ribosomal protein L18 6.32407195 L4_chemical_C3 +LQ05X030320 Putative uncharacterized protein 15.1300961 C6_control_A1 +LQ05X030320 Putative uncharacterized protein 15.40002904 C6_control_A3 +LQ05X030320 Putative uncharacterized protein 15.18044595 C6_control_B1 +LQ05X030320 Putative uncharacterized protein 15.39026947 C6_control_B2 +LQ05X030320 Putative uncharacterized protein 15.24806058 C6_control_B3 +LQ05X030320 Putative uncharacterized protein 15.35153484 C6_control_C1 +LQ05X030320 Putative uncharacterized protein 15.19081441 C6_control_C2 +LQ05X030320 Putative uncharacterized protein 15.5409279 C6_control_C3 +LQ05X030320 Putative uncharacterized protein 15.22934788 C6_chemical_A1 +LQ05X030320 Putative uncharacterized protein 15.51753279 C6_chemical_A3 +LQ05X030320 Putative uncharacterized protein 15.30803802 C6_chemical_B1 +LQ05X030320 Putative uncharacterized protein 15.42193661 C6_chemical_B2 +LQ05X030320 Putative uncharacterized protein 15.54924154 C6_chemical_B3 +LQ05X030320 Putative uncharacterized protein 15.3435529 C6_chemical_C1 +LQ05X030320 Putative uncharacterized protein 15.53673714 C6_chemical_C2 +LQ05X030320 Putative uncharacterized protein 15.50677597 C6_chemical_C3 +LQ05X030320 Putative uncharacterized protein 14.61390473 L4_control_A1 +LQ05X030320 Putative uncharacterized protein 14.90222106 L4_control_A2 +LQ05X030320 Putative uncharacterized protein 15.24685035 L4_control_A3 +LQ05X030320 Putative uncharacterized protein 14.93538131 L4_control_B1 +LQ05X030320 Putative uncharacterized protein 14.97574173 L4_control_B2 +LQ05X030320 Putative uncharacterized protein 14.97169824 L4_control_B3 +LQ05X030320 Putative uncharacterized protein 15.09705431 L4_control_C2 +LQ05X030320 Putative uncharacterized protein 15.1551197 L4_control_C3 +LQ05X030320 Putative uncharacterized protein 15.3631871 L4_chemical_A1 +LQ05X030320 Putative uncharacterized protein 15.65938864 L4_chemical_A2 +LQ05X030320 Putative uncharacterized protein 14.88093431 L4_chemical_A3 +LQ05X030320 Putative uncharacterized protein 15.45461862 L4_chemical_B1 +LQ05X030320 Putative uncharacterized protein 15.37086867 L4_chemical_B2 +LQ05X030320 Putative uncharacterized protein 15.15989698 L4_chemical_B3 +LQ05X030320 Putative uncharacterized protein 15.1008492 L4_chemical_C2 +LQ05X030320 Putative uncharacterized protein 15.18942778 L4_chemical_C3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.109309528 C6_control_A1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.224590386 C6_control_A3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.508840211 C6_control_B1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.327699252 C6_control_B2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.255623149 C6_control_B3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.36198257 C6_control_C1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.050718437 C6_control_C2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.511144142 C6_control_C3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.577023271 C6_chemical_A1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.479848163 C6_chemical_A3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.771680583 C6_chemical_B1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.459012231 C6_chemical_B2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.175179166 C6_chemical_B3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.304801567 C6_chemical_C1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.119879615 C6_chemical_C2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.349057419 C6_chemical_C3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.509943228 L4_control_A1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.72240372 L4_control_A2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 6.005344786 L4_control_A3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 4.864280603 L4_control_B1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.926921536 L4_control_B2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.716983712 L4_control_B3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 6.098544933 L4_control_C2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.503277955 L4_control_C3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.521356814 L4_chemical_A1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.866123752 L4_chemical_A2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.497366103 L4_chemical_A3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.906961052 L4_chemical_B1 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.369409782 L4_chemical_B2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.688380117 L4_chemical_B3 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.879968461 L4_chemical_C2 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.285149864 L4_chemical_C3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.995944695 C6_control_A1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.843162168 C6_control_A3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.902003287 C6_control_B1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.841587499 C6_control_B2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.838452803 C6_control_B3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.412940501 C6_control_C1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 6.701850441 C6_control_C2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 6.172784805 C6_control_C3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.865060881 C6_chemical_A1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.759176549 C6_chemical_A3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.339014779 C6_chemical_B1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.043478721 C6_chemical_B2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.199067481 C6_chemical_B3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.723487923 C6_chemical_C1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.470176469 C6_chemical_C2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.372568356 C6_chemical_C3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.866035191 L4_control_A1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.714527161 L4_control_A2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.093947487 L4_control_A3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.526925124 L4_control_B1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.761026553 L4_control_B2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.779429956 L4_control_B3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.946090175 L4_control_C2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.025526834 L4_control_C3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.886085629 L4_chemical_A1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.686183314 L4_chemical_A2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.904446363 L4_chemical_A3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.095454405 L4_chemical_B1 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.690066099 L4_chemical_B2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.90992885 L4_chemical_B3 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.846463337 L4_chemical_C2 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 5.196746668 L4_chemical_C3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.65922282 C6_control_A1 +LQ05X030440 Malignant T cell-amplified sequence 1 12.98873983 C6_control_A3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.83035564 C6_control_B1 +LQ05X030440 Malignant T cell-amplified sequence 1 11.99655597 C6_control_B2 +LQ05X030440 Malignant T cell-amplified sequence 1 12.33173809 C6_control_B3 +LQ05X030440 Malignant T cell-amplified sequence 1 11.66314602 C6_control_C1 +LQ05X030440 Malignant T cell-amplified sequence 1 11.95844434 C6_control_C2 +LQ05X030440 Malignant T cell-amplified sequence 1 11.79877819 C6_control_C3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.40250091 C6_chemical_A1 +LQ05X030440 Malignant T cell-amplified sequence 1 12.69508222 C6_chemical_A3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.57039469 C6_chemical_B1 +LQ05X030440 Malignant T cell-amplified sequence 1 11.87864193 C6_chemical_B2 +LQ05X030440 Malignant T cell-amplified sequence 1 12.10178534 C6_chemical_B3 +LQ05X030440 Malignant T cell-amplified sequence 1 11.63442251 C6_chemical_C1 +LQ05X030440 Malignant T cell-amplified sequence 1 11.70809284 C6_chemical_C2 +LQ05X030440 Malignant T cell-amplified sequence 1 11.32155863 C6_chemical_C3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.42357551 L4_control_A1 +LQ05X030440 Malignant T cell-amplified sequence 1 11.84849456 L4_control_A2 +LQ05X030440 Malignant T cell-amplified sequence 1 12.03692952 L4_control_A3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.33975485 L4_control_B1 +LQ05X030440 Malignant T cell-amplified sequence 1 12.45748763 L4_control_B2 +LQ05X030440 Malignant T cell-amplified sequence 1 11.84438537 L4_control_B3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.85284855 L4_control_C2 +LQ05X030440 Malignant T cell-amplified sequence 1 12.32618521 L4_control_C3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.59777385 L4_chemical_A1 +LQ05X030440 Malignant T cell-amplified sequence 1 11.86000322 L4_chemical_A2 +LQ05X030440 Malignant T cell-amplified sequence 1 12.06265201 L4_chemical_A3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.58669541 L4_chemical_B1 +LQ05X030440 Malignant T cell-amplified sequence 1 12.59180748 L4_chemical_B2 +LQ05X030440 Malignant T cell-amplified sequence 1 12.03846167 L4_chemical_B3 +LQ05X030440 Malignant T cell-amplified sequence 1 12.69697586 L4_chemical_C2 +LQ05X030440 Malignant T cell-amplified sequence 1 12.32833544 L4_chemical_C3 +LQ05X030450 60S ribosomal protein L18-2 4.590875386 C6_control_A1 +LQ05X030450 60S ribosomal protein L18-2 4.776438953 C6_control_A3 +LQ05X030450 60S ribosomal protein L18-2 5.589007357 C6_control_B1 +LQ05X030450 60S ribosomal protein L18-2 4.606188942 C6_control_B2 +LQ05X030450 60S ribosomal protein L18-2 5.324832939 C6_control_B3 +LQ05X030450 60S ribosomal protein L18-2 5.148289684 C6_control_C1 +LQ05X030450 60S ribosomal protein L18-2 4.748678033 C6_control_C2 +LQ05X030450 60S ribosomal protein L18-2 4.841574987 C6_control_C3 +LQ05X030450 60S ribosomal protein L18-2 4.538428628 C6_chemical_A1 +LQ05X030450 60S ribosomal protein L18-2 4.577787302 C6_chemical_A3 +LQ05X030450 60S ribosomal protein L18-2 5.306078763 C6_chemical_B1 +LQ05X030450 60S ribosomal protein L18-2 4.749002143 C6_chemical_B2 +LQ05X030450 60S ribosomal protein L18-2 5.316269873 C6_chemical_B3 +LQ05X030450 60S ribosomal protein L18-2 4.879160458 C6_chemical_C1 +LQ05X030450 60S ribosomal protein L18-2 4.842819747 C6_chemical_C2 +LQ05X030450 60S ribosomal protein L18-2 5.081426899 C6_chemical_C3 +LQ05X030450 60S ribosomal protein L18-2 4.761217624 L4_control_A1 +LQ05X030450 60S ribosomal protein L18-2 4.907037863 L4_control_A2 +LQ05X030450 60S ribosomal protein L18-2 4.909974595 L4_control_A3 +LQ05X030450 60S ribosomal protein L18-2 4.723111747 L4_control_B1 +LQ05X030450 60S ribosomal protein L18-2 4.91638423 L4_control_B2 +LQ05X030450 60S ribosomal protein L18-2 4.955613715 L4_control_B3 +LQ05X030450 60S ribosomal protein L18-2 5.137737851 L4_control_C2 +LQ05X030450 60S ribosomal protein L18-2 6.755270003 L4_control_C3 +LQ05X030450 60S ribosomal protein L18-2 5.174991286 L4_chemical_A1 +LQ05X030450 60S ribosomal protein L18-2 4.763689703 L4_chemical_A2 +LQ05X030450 60S ribosomal protein L18-2 4.697822301 L4_chemical_A3 +LQ05X030450 60S ribosomal protein L18-2 4.956816288 L4_chemical_B1 +LQ05X030450 60S ribosomal protein L18-2 4.827541107 L4_chemical_B2 +LQ05X030450 60S ribosomal protein L18-2 4.716468997 L4_chemical_B3 +LQ05X030450 60S ribosomal protein L18-2 5.909970394 L4_chemical_C2 +LQ05X030450 60S ribosomal protein L18-2 6.640013972 L4_chemical_C3 +LQ05X030470 Hypothetical protein 12.73769159 C6_control_A1 +LQ05X030470 Hypothetical protein 12.64639872 C6_control_A3 +LQ05X030470 Hypothetical protein 13.0664834 C6_control_B1 +LQ05X030470 Hypothetical protein 13.19686781 C6_control_B2 +LQ05X030470 Hypothetical protein 12.87129958 C6_control_B3 +LQ05X030470 Hypothetical protein 13.54188342 C6_control_C1 +LQ05X030470 Hypothetical protein 13.57436561 C6_control_C2 +LQ05X030470 Hypothetical protein 13.58404421 C6_control_C3 +LQ05X030470 Hypothetical protein 12.5583945 C6_chemical_A1 +LQ05X030470 Hypothetical protein 12.35198875 C6_chemical_A3 +LQ05X030470 Hypothetical protein 13.10386261 C6_chemical_B1 +LQ05X030470 Hypothetical protein 13.01428242 C6_chemical_B2 +LQ05X030470 Hypothetical protein 13.04305961 C6_chemical_B3 +LQ05X030470 Hypothetical protein 13.4041871 C6_chemical_C1 +LQ05X030470 Hypothetical protein 13.51370879 C6_chemical_C2 +LQ05X030470 Hypothetical protein 13.53027683 C6_chemical_C3 +LQ05X030470 Hypothetical protein 12.52426097 L4_control_A1 +LQ05X030470 Hypothetical protein 12.56554633 L4_control_A2 +LQ05X030470 Hypothetical protein 12.24654879 L4_control_A3 +LQ05X030470 Hypothetical protein 12.65510382 L4_control_B1 +LQ05X030470 Hypothetical protein 12.24295363 L4_control_B2 +LQ05X030470 Hypothetical protein 12.87164468 L4_control_B3 +LQ05X030470 Hypothetical protein 12.77348744 L4_control_C2 +LQ05X030470 Hypothetical protein 12.72236465 L4_control_C3 +LQ05X030470 Hypothetical protein 12.69885641 L4_chemical_A1 +LQ05X030470 Hypothetical protein 12.87946416 L4_chemical_A2 +LQ05X030470 Hypothetical protein 12.34422044 L4_chemical_A3 +LQ05X030470 Hypothetical protein 12.56769652 L4_chemical_B1 +LQ05X030470 Hypothetical protein 12.51795053 L4_chemical_B2 +LQ05X030470 Hypothetical protein 12.82952344 L4_chemical_B3 +LQ05X030470 Hypothetical protein 13.15802885 L4_chemical_C2 +LQ05X030470 Hypothetical protein 12.74573532 L4_chemical_C3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.886985186 C6_control_A1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.315059306 C6_control_A3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.126619946 C6_control_B1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.131323145 C6_control_B2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.986329354 C6_control_B3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.96510884 C6_control_C1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.394344312 C6_control_C2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 7.364776993 C6_control_C3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.822498517 C6_chemical_A1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.457738129 C6_chemical_A3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.737791717 C6_chemical_B1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.246888204 C6_chemical_B2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.009559813 C6_chemical_B3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 7.498332122 C6_chemical_C1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 7.174664145 C6_chemical_C2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 8.014236794 C6_chemical_C3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.959790154 L4_control_A1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.860231008 L4_control_A2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.384140909 L4_control_A3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.52938122 L4_control_B1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.952108581 L4_control_B2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.498215643 L4_control_B3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.711807545 L4_control_C2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 7.751503781 L4_control_C3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.668872205 L4_chemical_A1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.75788731 L4_chemical_A2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.790250002 L4_chemical_A3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.366850762 L4_chemical_B1 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.258386241 L4_chemical_B2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 6.141906173 L4_chemical_B3 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.295932851 L4_chemical_C2 +LQ05X030520 Putative F-box/LRR-repeat protein 3 7.099666548 L4_chemical_C3 +LQ05X030530 Predicted protein 4.695108088 C6_control_A1 +LQ05X030530 Predicted protein 4.630398543 C6_control_A3 +LQ05X030530 Predicted protein 5.093795865 C6_control_B1 +LQ05X030530 Predicted protein 4.667339655 C6_control_B2 +LQ05X030530 Predicted protein 4.700880089 C6_control_B3 +LQ05X030530 Predicted protein 4.707759529 C6_control_C1 +LQ05X030530 Predicted protein 4.545113856 C6_control_C2 +LQ05X030530 Predicted protein 4.574515674 C6_control_C3 +LQ05X030530 Predicted protein 4.691174781 C6_chemical_A1 +LQ05X030530 Predicted protein 5.03170252 C6_chemical_A3 +LQ05X030530 Predicted protein 4.895702841 C6_chemical_B1 +LQ05X030530 Predicted protein 4.69993104 C6_chemical_B2 +LQ05X030530 Predicted protein 4.605923364 C6_chemical_B3 +LQ05X030530 Predicted protein 4.470071742 C6_chemical_C1 +LQ05X030530 Predicted protein 4.574813959 C6_chemical_C2 +LQ05X030530 Predicted protein 4.738658054 C6_chemical_C3 +LQ05X030530 Predicted protein 4.808149349 L4_control_A1 +LQ05X030530 Predicted protein 5.1616518 L4_control_A2 +LQ05X030530 Predicted protein 5.097885193 L4_control_A3 +LQ05X030530 Predicted protein 4.872749488 L4_control_B1 +LQ05X030530 Predicted protein 4.900102271 L4_control_B2 +LQ05X030530 Predicted protein 4.924695864 L4_control_B3 +LQ05X030530 Predicted protein 4.620235446 L4_control_C2 +LQ05X030530 Predicted protein 4.972994031 L4_control_C3 +LQ05X030530 Predicted protein 4.804008729 L4_chemical_A1 +LQ05X030530 Predicted protein 4.620088387 L4_chemical_A2 +LQ05X030530 Predicted protein 5.022852888 L4_chemical_A3 +LQ05X030530 Predicted protein 4.951957654 L4_chemical_B1 +LQ05X030530 Predicted protein 4.742148637 L4_chemical_B2 +LQ05X030530 Predicted protein 4.938250279 L4_chemical_B3 +LQ05X030530 Predicted protein 5.106440552 L4_chemical_C2 +LQ05X030530 Predicted protein 4.640051066 L4_chemical_C3 +LQ05X030640 Probable protein phosphatase 2C 73 12.59926295 C6_control_A1 +LQ05X030640 Probable protein phosphatase 2C 73 12.5335653 C6_control_A3 +LQ05X030640 Probable protein phosphatase 2C 73 12.11753769 C6_control_B1 +LQ05X030640 Probable protein phosphatase 2C 73 12.01407442 C6_control_B2 +LQ05X030640 Probable protein phosphatase 2C 73 12.07162659 C6_control_B3 +LQ05X030640 Probable protein phosphatase 2C 73 11.21763011 C6_control_C1 +LQ05X030640 Probable protein phosphatase 2C 73 11.57096785 C6_control_C2 +LQ05X030640 Probable protein phosphatase 2C 73 11.57471212 C6_control_C3 +LQ05X030640 Probable protein phosphatase 2C 73 12.43305453 C6_chemical_A1 +LQ05X030640 Probable protein phosphatase 2C 73 12.69843546 C6_chemical_A3 +LQ05X030640 Probable protein phosphatase 2C 73 12.01655494 C6_chemical_B1 +LQ05X030640 Probable protein phosphatase 2C 73 11.89538018 C6_chemical_B2 +LQ05X030640 Probable protein phosphatase 2C 73 12.28203092 C6_chemical_B3 +LQ05X030640 Probable protein phosphatase 2C 73 10.94916749 C6_chemical_C1 +LQ05X030640 Probable protein phosphatase 2C 73 10.94919076 C6_chemical_C2 +LQ05X030640 Probable protein phosphatase 2C 73 11.32240537 C6_chemical_C3 +LQ05X030640 Probable protein phosphatase 2C 73 12.24728378 L4_control_A1 +LQ05X030640 Probable protein phosphatase 2C 73 12.01259152 L4_control_A2 +LQ05X030640 Probable protein phosphatase 2C 73 11.68673261 L4_control_A3 +LQ05X030640 Probable protein phosphatase 2C 73 11.57016613 L4_control_B1 +LQ05X030640 Probable protein phosphatase 2C 73 12.16045569 L4_control_B2 +LQ05X030640 Probable protein phosphatase 2C 73 11.63401038 L4_control_B3 +LQ05X030640 Probable protein phosphatase 2C 73 11.12286629 L4_control_C2 +LQ05X030640 Probable protein phosphatase 2C 73 11.99409276 L4_control_C3 +LQ05X030640 Probable protein phosphatase 2C 73 12.31298318 L4_chemical_A1 +LQ05X030640 Probable protein phosphatase 2C 73 11.39338265 L4_chemical_A2 +LQ05X030640 Probable protein phosphatase 2C 73 11.96623091 L4_chemical_A3 +LQ05X030640 Probable protein phosphatase 2C 73 11.88237543 L4_chemical_B1 +LQ05X030640 Probable protein phosphatase 2C 73 11.49511203 L4_chemical_B2 +LQ05X030640 Probable protein phosphatase 2C 73 12.06968084 L4_chemical_B3 +LQ05X030640 Probable protein phosphatase 2C 73 10.80723374 L4_chemical_C2 +LQ05X030640 Probable protein phosphatase 2C 73 11.36085387 L4_chemical_C3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.074056841 C6_control_A1 +LQ05X030740 Putative Disease resistance protein At4g27190 5.235259326 C6_control_A3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.152910023 C6_control_B1 +LQ05X030740 Putative Disease resistance protein At4g27190 4.884814813 C6_control_B2 +LQ05X030740 Putative Disease resistance protein At4g27190 5.09327042 C6_control_B3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.453469815 C6_control_C1 +LQ05X030740 Putative Disease resistance protein At4g27190 4.967701457 C6_control_C2 +LQ05X030740 Putative Disease resistance protein At4g27190 5.490810315 C6_control_C3 +LQ05X030740 Putative Disease resistance protein At4g27190 4.999830439 C6_chemical_A1 +LQ05X030740 Putative Disease resistance protein At4g27190 6.32902541 C6_chemical_A3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.67440446 C6_chemical_B1 +LQ05X030740 Putative Disease resistance protein At4g27190 4.930654527 C6_chemical_B2 +LQ05X030740 Putative Disease resistance protein At4g27190 5.467082805 C6_chemical_B3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.276891282 C6_chemical_C1 +LQ05X030740 Putative Disease resistance protein At4g27190 5.088272673 C6_chemical_C2 +LQ05X030740 Putative Disease resistance protein At4g27190 5.288066176 C6_chemical_C3 +LQ05X030740 Putative Disease resistance protein At4g27190 6.479867381 L4_control_A1 +LQ05X030740 Putative Disease resistance protein At4g27190 5.581298068 L4_control_A2 +LQ05X030740 Putative Disease resistance protein At4g27190 5.745664048 L4_control_A3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.853152708 L4_control_B1 +LQ05X030740 Putative Disease resistance protein At4g27190 5.924462748 L4_control_B2 +LQ05X030740 Putative Disease resistance protein At4g27190 5.57997515 L4_control_B3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.641925187 L4_control_C2 +LQ05X030740 Putative Disease resistance protein At4g27190 6.656555975 L4_control_C3 +LQ05X030740 Putative Disease resistance protein At4g27190 6.174389168 L4_chemical_A1 +LQ05X030740 Putative Disease resistance protein At4g27190 5.87070013 L4_chemical_A2 +LQ05X030740 Putative Disease resistance protein At4g27190 5.245046679 L4_chemical_A3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.777288758 L4_chemical_B1 +LQ05X030740 Putative Disease resistance protein At4g27190 5.467441839 L4_chemical_B2 +LQ05X030740 Putative Disease resistance protein At4g27190 5.932338783 L4_chemical_B3 +LQ05X030740 Putative Disease resistance protein At4g27190 5.255832258 L4_chemical_C2 +LQ05X030740 Putative Disease resistance protein At4g27190 6.370453207 L4_chemical_C3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.708091028 C6_control_A1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 7.032831602 C6_control_A3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.237444934 C6_control_B1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.959019055 C6_control_B2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.23853926 C6_control_B3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.18473284 C6_control_C1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 6.491763354 C6_control_C2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.160598566 C6_control_C3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.216541842 C6_chemical_A1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.642683068 C6_chemical_A3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.178672239 C6_chemical_B1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.44792117 C6_chemical_B2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 4.989508835 C6_chemical_B3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.082201142 C6_chemical_C1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.2766035 C6_chemical_C2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.375572829 C6_chemical_C3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.505281411 L4_control_A1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.604157835 L4_control_A2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.490423467 L4_control_A3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.297130337 L4_control_B1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.562143066 L4_control_B2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.371231148 L4_control_B3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.739969091 L4_control_C2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.794792515 L4_control_C3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.137244454 L4_chemical_A1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.625396965 L4_chemical_A2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.721076906 L4_chemical_A3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.202761443 L4_chemical_B1 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.624443459 L4_chemical_B2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.283601022 L4_chemical_B3 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.71955932 L4_chemical_C2 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.760311686 L4_chemical_C3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.49883692 C6_control_A1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.140017963 C6_control_A3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.678068905 C6_control_B1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.48083048 C6_control_B2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.025527313 C6_control_B3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.357907194 C6_control_C1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.150614811 C6_control_C2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.543169194 C6_control_C3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.149476634 C6_chemical_A1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.635503327 C6_chemical_A3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.07055271 C6_chemical_B1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.368812667 C6_chemical_B2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.119154362 C6_chemical_B3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.513735351 C6_chemical_C1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.525311748 C6_chemical_C2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.21347952 C6_chemical_C3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.506896371 L4_control_A1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.425188005 L4_control_A2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 6.080581573 L4_control_A3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.02653225 L4_control_B1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.196331487 L4_control_B2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.405309984 L4_control_B3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.687952306 L4_control_C2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 6.787891956 L4_control_C3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.551936681 L4_chemical_A1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.422968763 L4_chemical_A2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.869007478 L4_chemical_A3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.111595968 L4_chemical_B1 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.528167585 L4_chemical_B2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.247674149 L4_chemical_B3 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.204848639 L4_chemical_C2 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.373039507 L4_chemical_C3 +LQ05X030810 Probable protein phosphatase 2C 5 14.0087491 C6_control_A1 +LQ05X030810 Probable protein phosphatase 2C 5 13.60849133 C6_control_A3 +LQ05X030810 Probable protein phosphatase 2C 5 13.42675347 C6_control_B1 +LQ05X030810 Probable protein phosphatase 2C 5 13.91173899 C6_control_B2 +LQ05X030810 Probable protein phosphatase 2C 5 13.63413552 C6_control_B3 +LQ05X030810 Probable protein phosphatase 2C 5 12.79755179 C6_control_C1 +LQ05X030810 Probable protein phosphatase 2C 5 12.98831485 C6_control_C2 +LQ05X030810 Probable protein phosphatase 2C 5 13.19959251 C6_control_C3 +LQ05X030810 Probable protein phosphatase 2C 5 13.63984441 C6_chemical_A1 +LQ05X030810 Probable protein phosphatase 2C 5 13.67363081 C6_chemical_A3 +LQ05X030810 Probable protein phosphatase 2C 5 13.06547442 C6_chemical_B1 +LQ05X030810 Probable protein phosphatase 2C 5 13.75674122 C6_chemical_B2 +LQ05X030810 Probable protein phosphatase 2C 5 13.34317174 C6_chemical_B3 +LQ05X030810 Probable protein phosphatase 2C 5 12.76344979 C6_chemical_C1 +LQ05X030810 Probable protein phosphatase 2C 5 12.8641762 C6_chemical_C2 +LQ05X030810 Probable protein phosphatase 2C 5 12.89857315 C6_chemical_C3 +LQ05X030810 Probable protein phosphatase 2C 5 13.93783238 L4_control_A1 +LQ05X030810 Probable protein phosphatase 2C 5 14.13176126 L4_control_A2 +LQ05X030810 Probable protein phosphatase 2C 5 14.09838177 L4_control_A3 +LQ05X030810 Probable protein phosphatase 2C 5 13.1532947 L4_control_B1 +LQ05X030810 Probable protein phosphatase 2C 5 12.88049327 L4_control_B2 +LQ05X030810 Probable protein phosphatase 2C 5 13.05396601 L4_control_B3 +LQ05X030810 Probable protein phosphatase 2C 5 11.66534513 L4_control_C2 +LQ05X030810 Probable protein phosphatase 2C 5 11.87117428 L4_control_C3 +LQ05X030810 Probable protein phosphatase 2C 5 13.81045844 L4_chemical_A1 +LQ05X030810 Probable protein phosphatase 2C 5 13.70623661 L4_chemical_A2 +LQ05X030810 Probable protein phosphatase 2C 5 13.92680539 L4_chemical_A3 +LQ05X030810 Probable protein phosphatase 2C 5 12.74470581 L4_chemical_B1 +LQ05X030810 Probable protein phosphatase 2C 5 12.92531145 L4_chemical_B2 +LQ05X030810 Probable protein phosphatase 2C 5 14.0846386 L4_chemical_B3 +LQ05X030810 Probable protein phosphatase 2C 5 11.92364743 L4_chemical_C2 +LQ05X030810 Probable protein phosphatase 2C 5 11.99410611 L4_chemical_C3 +LQ05X030830 Predicted protein 6.717810841 C6_control_A1 +LQ05X030830 Predicted protein 5.804049268 C6_control_A3 +LQ05X030830 Predicted protein 6.361824942 C6_control_B1 +LQ05X030830 Predicted protein 5.521245147 C6_control_B2 +LQ05X030830 Predicted protein 6.756952177 C6_control_B3 +LQ05X030830 Predicted protein 5.169042298 C6_control_C1 +LQ05X030830 Predicted protein 5.5780196 C6_control_C2 +LQ05X030830 Predicted protein 5.078767719 C6_control_C3 +LQ05X030830 Predicted protein 6.454798848 C6_chemical_A1 +LQ05X030830 Predicted protein 6.281842239 C6_chemical_A3 +LQ05X030830 Predicted protein 5.937750915 C6_chemical_B1 +LQ05X030830 Predicted protein 5.734234262 C6_chemical_B2 +LQ05X030830 Predicted protein 6.29661081 C6_chemical_B3 +LQ05X030830 Predicted protein 5.405135835 C6_chemical_C1 +LQ05X030830 Predicted protein 5.537563387 C6_chemical_C2 +LQ05X030830 Predicted protein 5.514687842 C6_chemical_C3 +LQ05X030830 Predicted protein 5.98969921 L4_control_A1 +LQ05X030830 Predicted protein 6.669220794 L4_control_A2 +LQ05X030830 Predicted protein 5.841616739 L4_control_A3 +LQ05X030830 Predicted protein 6.319041306 L4_control_B1 +LQ05X030830 Predicted protein 6.136799368 L4_control_B2 +LQ05X030830 Predicted protein 5.835024372 L4_control_B3 +LQ05X030830 Predicted protein 5.353818809 L4_control_C2 +LQ05X030830 Predicted protein 6.124609888 L4_control_C3 +LQ05X030830 Predicted protein 5.476481842 L4_chemical_A1 +LQ05X030830 Predicted protein 6.724327486 L4_chemical_A2 +LQ05X030830 Predicted protein 5.743583223 L4_chemical_A3 +LQ05X030830 Predicted protein 6.076311546 L4_chemical_B1 +LQ05X030830 Predicted protein 5.941734391 L4_chemical_B2 +LQ05X030830 Predicted protein 6.004705201 L4_chemical_B3 +LQ05X030830 Predicted protein 5.631688791 L4_chemical_C2 +LQ05X030830 Predicted protein 5.513349902 L4_chemical_C3 +LQ05X030840 Hypothetical protein 6.151294523 C6_control_A1 +LQ05X030840 Hypothetical protein 6.244010463 C6_control_A3 +LQ05X030840 Hypothetical protein 5.660425396 C6_control_B1 +LQ05X030840 Hypothetical protein 5.718296091 C6_control_B2 +LQ05X030840 Hypothetical protein 5.963426017 C6_control_B3 +LQ05X030840 Hypothetical protein 6.371747739 C6_control_C1 +LQ05X030840 Hypothetical protein 6.719727322 C6_control_C2 +LQ05X030840 Hypothetical protein 5.806948463 C6_control_C3 +LQ05X030840 Hypothetical protein 5.789741388 C6_chemical_A1 +LQ05X030840 Hypothetical protein 5.711138083 C6_chemical_A3 +LQ05X030840 Hypothetical protein 5.117063044 C6_chemical_B1 +LQ05X030840 Hypothetical protein 6.074057314 C6_chemical_B2 +LQ05X030840 Hypothetical protein 5.424359107 C6_chemical_B3 +LQ05X030840 Hypothetical protein 5.734193815 C6_chemical_C1 +LQ05X030840 Hypothetical protein 6.171744135 C6_chemical_C2 +LQ05X030840 Hypothetical protein 6.472502378 C6_chemical_C3 +LQ05X030840 Hypothetical protein 5.478227041 L4_control_A1 +LQ05X030840 Hypothetical protein 5.708417929 L4_control_A2 +LQ05X030840 Hypothetical protein 5.724128581 L4_control_A3 +LQ05X030840 Hypothetical protein 5.515254286 L4_control_B1 +LQ05X030840 Hypothetical protein 6.086588074 L4_control_B2 +LQ05X030840 Hypothetical protein 5.817016143 L4_control_B3 +LQ05X030840 Hypothetical protein 5.097936689 L4_control_C2 +LQ05X030840 Hypothetical protein 5.556077833 L4_control_C3 +LQ05X030840 Hypothetical protein 5.872117877 L4_chemical_A1 +LQ05X030840 Hypothetical protein 6.030886238 L4_chemical_A2 +LQ05X030840 Hypothetical protein 6.079646207 L4_chemical_A3 +LQ05X030840 Hypothetical protein 5.666802102 L4_chemical_B1 +LQ05X030840 Hypothetical protein 5.805833197 L4_chemical_B2 +LQ05X030840 Hypothetical protein 5.734169946 L4_chemical_B3 +LQ05X030840 Hypothetical protein 5.87913076 L4_chemical_C2 +LQ05X030840 Hypothetical protein 5.62899885 L4_chemical_C3 +LQ05X030910 Importin subunit alpha-1 13.01535968 C6_control_A1 +LQ05X030910 Importin subunit alpha-1 13.25087905 C6_control_A3 +LQ05X030910 Importin subunit alpha-1 12.87092192 C6_control_B1 +LQ05X030910 Importin subunit alpha-1 13.1792442 C6_control_B2 +LQ05X030910 Importin subunit alpha-1 12.98765894 C6_control_B3 +LQ05X030910 Importin subunit alpha-1 13.29102303 C6_control_C1 +LQ05X030910 Importin subunit alpha-1 13.21455272 C6_control_C2 +LQ05X030910 Importin subunit alpha-1 13.48594575 C6_control_C3 +LQ05X030910 Importin subunit alpha-1 12.8252391 C6_chemical_A1 +LQ05X030910 Importin subunit alpha-1 13.26683277 C6_chemical_A3 +LQ05X030910 Importin subunit alpha-1 12.80482793 C6_chemical_B1 +LQ05X030910 Importin subunit alpha-1 13.06425738 C6_chemical_B2 +LQ05X030910 Importin subunit alpha-1 13.14645817 C6_chemical_B3 +LQ05X030910 Importin subunit alpha-1 13.04649636 C6_chemical_C1 +LQ05X030910 Importin subunit alpha-1 12.98482276 C6_chemical_C2 +LQ05X030910 Importin subunit alpha-1 13.47173839 C6_chemical_C3 +LQ05X030910 Importin subunit alpha-1 13.18317044 L4_control_A1 +LQ05X030910 Importin subunit alpha-1 13.03920866 L4_control_A2 +LQ05X030910 Importin subunit alpha-1 12.40498091 L4_control_A3 +LQ05X030910 Importin subunit alpha-1 13.02494123 L4_control_B1 +LQ05X030910 Importin subunit alpha-1 12.80786569 L4_control_B2 +LQ05X030910 Importin subunit alpha-1 13.39210768 L4_control_B3 +LQ05X030910 Importin subunit alpha-1 13.11680499 L4_control_C2 +LQ05X030910 Importin subunit alpha-1 13.26387068 L4_control_C3 +LQ05X030910 Importin subunit alpha-1 12.98275132 L4_chemical_A1 +LQ05X030910 Importin subunit alpha-1 12.84667356 L4_chemical_A2 +LQ05X030910 Importin subunit alpha-1 12.392884 L4_chemical_A3 +LQ05X030910 Importin subunit alpha-1 12.62652304 L4_chemical_B1 +LQ05X030910 Importin subunit alpha-1 12.65136996 L4_chemical_B2 +LQ05X030910 Importin subunit alpha-1 13.16782192 L4_chemical_B3 +LQ05X030910 Importin subunit alpha-1 13.23594338 L4_chemical_C2 +LQ05X030910 Importin subunit alpha-1 13.14295752 L4_chemical_C3 +LQ05X030920 Predicted protein 5.362387274 C6_control_A1 +LQ05X030920 Predicted protein 5.436538628 C6_control_A3 +LQ05X030920 Predicted protein 5.59284043 C6_control_B1 +LQ05X030920 Predicted protein 5.089916554 C6_control_B2 +LQ05X030920 Predicted protein 5.336972338 C6_control_B3 +LQ05X030920 Predicted protein 5.421762777 C6_control_C1 +LQ05X030920 Predicted protein 6.729259733 C6_control_C2 +LQ05X030920 Predicted protein 5.950853093 C6_control_C3 +LQ05X030920 Predicted protein 5.149382654 C6_chemical_A1 +LQ05X030920 Predicted protein 5.076171624 C6_chemical_A3 +LQ05X030920 Predicted protein 5.453538854 C6_chemical_B1 +LQ05X030920 Predicted protein 5.183573339 C6_chemical_B2 +LQ05X030920 Predicted protein 5.306938376 C6_chemical_B3 +LQ05X030920 Predicted protein 5.353332945 C6_chemical_C1 +LQ05X030920 Predicted protein 5.486214598 C6_chemical_C2 +LQ05X030920 Predicted protein 5.388674189 C6_chemical_C3 +LQ05X030920 Predicted protein 5.538231941 L4_control_A1 +LQ05X030920 Predicted protein 5.60931028 L4_control_A2 +LQ05X030920 Predicted protein 5.181706981 L4_control_A3 +LQ05X030920 Predicted protein 5.679778644 L4_control_B1 +LQ05X030920 Predicted protein 5.569885538 L4_control_B2 +LQ05X030920 Predicted protein 5.346972678 L4_control_B3 +LQ05X030920 Predicted protein 6.253877843 L4_control_C2 +LQ05X030920 Predicted protein 5.921471448 L4_control_C3 +LQ05X030920 Predicted protein 5.332952037 L4_chemical_A1 +LQ05X030920 Predicted protein 5.246410729 L4_chemical_A2 +LQ05X030920 Predicted protein 5.732823762 L4_chemical_A3 +LQ05X030920 Predicted protein 5.36875665 L4_chemical_B1 +LQ05X030920 Predicted protein 5.891526511 L4_chemical_B2 +LQ05X030920 Predicted protein 5.539506894 L4_chemical_B3 +LQ05X030920 Predicted protein 6.132588822 L4_chemical_C2 +LQ05X030920 Predicted protein 5.576354146 L4_chemical_C3 +LQ05X030980 Predicted protein 11.05828746 C6_control_A1 +LQ05X030980 Predicted protein 11.37717585 C6_control_A3 +LQ05X030980 Predicted protein 9.56718396 C6_control_B1 +LQ05X030980 Predicted protein 8.112095377 C6_control_B2 +LQ05X030980 Predicted protein 8.365633918 C6_control_B3 +LQ05X030980 Predicted protein 7.714434927 C6_control_C1 +LQ05X030980 Predicted protein 8.275847377 C6_control_C2 +LQ05X030980 Predicted protein 8.461748772 C6_control_C3 +LQ05X030980 Predicted protein 11.05610802 C6_chemical_A1 +LQ05X030980 Predicted protein 11.68555697 C6_chemical_A3 +LQ05X030980 Predicted protein 8.823344279 C6_chemical_B1 +LQ05X030980 Predicted protein 8.320503682 C6_chemical_B2 +LQ05X030980 Predicted protein 8.281517479 C6_chemical_B3 +LQ05X030980 Predicted protein 8.236418011 C6_chemical_C1 +LQ05X030980 Predicted protein 7.435972967 C6_chemical_C2 +LQ05X030980 Predicted protein 7.891104714 C6_chemical_C3 +LQ05X030980 Predicted protein 11.5661483 L4_control_A1 +LQ05X030980 Predicted protein 10.89550563 L4_control_A2 +LQ05X030980 Predicted protein 11.7376431 L4_control_A3 +LQ05X030980 Predicted protein 8.808968854 L4_control_B1 +LQ05X030980 Predicted protein 8.96388619 L4_control_B2 +LQ05X030980 Predicted protein 8.245559155 L4_control_B3 +LQ05X030980 Predicted protein 6.828863904 L4_control_C2 +LQ05X030980 Predicted protein 7.622196913 L4_control_C3 +LQ05X030980 Predicted protein 11.97629296 L4_chemical_A1 +LQ05X030980 Predicted protein 10.64832652 L4_chemical_A2 +LQ05X030980 Predicted protein 12.07486049 L4_chemical_A3 +LQ05X030980 Predicted protein 9.515967542 L4_chemical_B1 +LQ05X030980 Predicted protein 8.910195299 L4_chemical_B2 +LQ05X030980 Predicted protein 9.905150056 L4_chemical_B3 +LQ05X030980 Predicted protein 8.027982135 L4_chemical_C2 +LQ05X030980 Predicted protein 7.799770672 L4_chemical_C3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.245782013 C6_control_A1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.089290445 C6_control_A3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 7.950503749 C6_control_B1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.860132515 C6_control_B2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.72127689 C6_control_B3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.960607591 C6_control_C1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.967837877 C6_control_C2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.390318986 C6_control_C3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.706767751 C6_chemical_A1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.426089779 C6_chemical_A3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 7.625138933 C6_chemical_B1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.279730462 C6_chemical_B2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.023911766 C6_chemical_B3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.476656598 C6_chemical_C1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.624432278 C6_chemical_C2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.383425529 C6_chemical_C3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.394315036 L4_control_A1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.887554598 L4_control_A2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 10.16324399 L4_control_A3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 7.905615748 L4_control_B1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.341884524 L4_control_B2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.851917906 L4_control_B3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.687351334 L4_control_C2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.309793475 L4_control_C3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.167338641 L4_chemical_A1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.733164707 L4_chemical_A2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.118139776 L4_chemical_A3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 7.14056886 L4_chemical_B1 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.047140885 L4_chemical_B2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.322706402 L4_chemical_B3 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 9.475192058 L4_chemical_C2 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.847146872 L4_chemical_C3 +LQ05X031030 GTP-binding protein SAR1A 12.48707357 C6_control_A1 +LQ05X031030 GTP-binding protein SAR1A 11.98232332 C6_control_A3 +LQ05X031030 GTP-binding protein SAR1A 12.84987873 C6_control_B1 +LQ05X031030 GTP-binding protein SAR1A 12.48192523 C6_control_B2 +LQ05X031030 GTP-binding protein SAR1A 12.63220168 C6_control_B3 +LQ05X031030 GTP-binding protein SAR1A 11.94656245 C6_control_C1 +LQ05X031030 GTP-binding protein SAR1A 10.87602079 C6_control_C2 +LQ05X031030 GTP-binding protein SAR1A 11.92574859 C6_control_C3 +LQ05X031030 GTP-binding protein SAR1A 12.54985387 C6_chemical_A1 +LQ05X031030 GTP-binding protein SAR1A 12.76048954 C6_chemical_A3 +LQ05X031030 GTP-binding protein SAR1A 12.63724255 C6_chemical_B1 +LQ05X031030 GTP-binding protein SAR1A 12.26764874 C6_chemical_B2 +LQ05X031030 GTP-binding protein SAR1A 12.40099318 C6_chemical_B3 +LQ05X031030 GTP-binding protein SAR1A 12.04031457 C6_chemical_C1 +LQ05X031030 GTP-binding protein SAR1A 11.969876 C6_chemical_C2 +LQ05X031030 GTP-binding protein SAR1A 12.17362142 C6_chemical_C3 +LQ05X031030 GTP-binding protein SAR1A 12.75959785 L4_control_A1 +LQ05X031030 GTP-binding protein SAR1A 13.63293713 L4_control_A2 +LQ05X031030 GTP-binding protein SAR1A 12.61800679 L4_control_A3 +LQ05X031030 GTP-binding protein SAR1A 13.20912283 L4_control_B1 +LQ05X031030 GTP-binding protein SAR1A 13.34130136 L4_control_B2 +LQ05X031030 GTP-binding protein SAR1A 12.72739259 L4_control_B3 +LQ05X031030 GTP-binding protein SAR1A 12.83769601 L4_control_C2 +LQ05X031030 GTP-binding protein SAR1A 12.79440468 L4_control_C3 +LQ05X031030 GTP-binding protein SAR1A 12.92164849 L4_chemical_A1 +LQ05X031030 GTP-binding protein SAR1A 13.20741609 L4_chemical_A2 +LQ05X031030 GTP-binding protein SAR1A 12.65567197 L4_chemical_A3 +LQ05X031030 GTP-binding protein SAR1A 13.49928217 L4_chemical_B1 +LQ05X031030 GTP-binding protein SAR1A 13.62804472 L4_chemical_B2 +LQ05X031030 GTP-binding protein SAR1A 12.84443403 L4_chemical_B3 +LQ05X031030 GTP-binding protein SAR1A 12.82326784 L4_chemical_C2 +LQ05X031030 GTP-binding protein SAR1A 12.69706504 L4_chemical_C3 +LQ05X031040 Putative Universal stress protein A-like protein 10.58391888 C6_control_A1 +LQ05X031040 Putative Universal stress protein A-like protein 11.37680912 C6_control_A3 +LQ05X031040 Putative Universal stress protein A-like protein 9.357154608 C6_control_B1 +LQ05X031040 Putative Universal stress protein A-like protein 10.77680717 C6_control_B2 +LQ05X031040 Putative Universal stress protein A-like protein 10.38816622 C6_control_B3 +LQ05X031040 Putative Universal stress protein A-like protein 10.82846816 C6_control_C1 +LQ05X031040 Putative Universal stress protein A-like protein 11.26037184 C6_control_C2 +LQ05X031040 Putative Universal stress protein A-like protein 11.46502626 C6_control_C3 +LQ05X031040 Putative Universal stress protein A-like protein 10.57219016 C6_chemical_A1 +LQ05X031040 Putative Universal stress protein A-like protein 11.23537421 C6_chemical_A3 +LQ05X031040 Putative Universal stress protein A-like protein 9.126810711 C6_chemical_B1 +LQ05X031040 Putative Universal stress protein A-like protein 10.67013715 C6_chemical_B2 +LQ05X031040 Putative Universal stress protein A-like protein 10.35330727 C6_chemical_B3 +LQ05X031040 Putative Universal stress protein A-like protein 10.9260982 C6_chemical_C1 +LQ05X031040 Putative Universal stress protein A-like protein 11.36773075 C6_chemical_C2 +LQ05X031040 Putative Universal stress protein A-like protein 11.33424359 C6_chemical_C3 +LQ05X031040 Putative Universal stress protein A-like protein 12.05235716 L4_control_A1 +LQ05X031040 Putative Universal stress protein A-like protein 11.46693578 L4_control_A2 +LQ05X031040 Putative Universal stress protein A-like protein 12.52751452 L4_control_A3 +LQ05X031040 Putative Universal stress protein A-like protein 9.923543102 L4_control_B1 +LQ05X031040 Putative Universal stress protein A-like protein 9.423035646 L4_control_B2 +LQ05X031040 Putative Universal stress protein A-like protein 11.63705034 L4_control_B3 +LQ05X031040 Putative Universal stress protein A-like protein 11.00723641 L4_control_C2 +LQ05X031040 Putative Universal stress protein A-like protein 11.25170724 L4_control_C3 +LQ05X031040 Putative Universal stress protein A-like protein 14.28039658 L4_chemical_A1 +LQ05X031040 Putative Universal stress protein A-like protein 11.65450115 L4_chemical_A2 +LQ05X031040 Putative Universal stress protein A-like protein 13.15363252 L4_chemical_A3 +LQ05X031040 Putative Universal stress protein A-like protein 10.36463572 L4_chemical_B1 +LQ05X031040 Putative Universal stress protein A-like protein 10.36171649 L4_chemical_B2 +LQ05X031040 Putative Universal stress protein A-like protein 10.77291525 L4_chemical_B3 +LQ05X031040 Putative Universal stress protein A-like protein 11.23752731 L4_chemical_C2 +LQ05X031040 Putative Universal stress protein A-like protein 10.86522678 L4_chemical_C3 +LQ05X031050 Histidine kinase cytokinin receptor 5.224191813 C6_control_A1 +LQ05X031050 Histidine kinase cytokinin receptor 4.848273749 C6_control_A3 +LQ05X031050 Histidine kinase cytokinin receptor 5.722478009 C6_control_B1 +LQ05X031050 Histidine kinase cytokinin receptor 5.26646053 C6_control_B2 +LQ05X031050 Histidine kinase cytokinin receptor 5.817389228 C6_control_B3 +LQ05X031050 Histidine kinase cytokinin receptor 5.262163886 C6_control_C1 +LQ05X031050 Histidine kinase cytokinin receptor 5.046625709 C6_control_C2 +LQ05X031050 Histidine kinase cytokinin receptor 5.194669092 C6_control_C3 +LQ05X031050 Histidine kinase cytokinin receptor 5.366104459 C6_chemical_A1 +LQ05X031050 Histidine kinase cytokinin receptor 5.305903535 C6_chemical_A3 +LQ05X031050 Histidine kinase cytokinin receptor 5.963507549 C6_chemical_B1 +LQ05X031050 Histidine kinase cytokinin receptor 5.449431604 C6_chemical_B2 +LQ05X031050 Histidine kinase cytokinin receptor 5.911232186 C6_chemical_B3 +LQ05X031050 Histidine kinase cytokinin receptor 5.077331244 C6_chemical_C1 +LQ05X031050 Histidine kinase cytokinin receptor 5.407091822 C6_chemical_C2 +LQ05X031050 Histidine kinase cytokinin receptor 5.31859402 C6_chemical_C3 +LQ05X031050 Histidine kinase cytokinin receptor 5.332007359 L4_control_A1 +LQ05X031050 Histidine kinase cytokinin receptor 4.968755456 L4_control_A2 +LQ05X031050 Histidine kinase cytokinin receptor 5.107779716 L4_control_A3 +LQ05X031050 Histidine kinase cytokinin receptor 5.177181314 L4_control_B1 +LQ05X031050 Histidine kinase cytokinin receptor 5.603793786 L4_control_B2 +LQ05X031050 Histidine kinase cytokinin receptor 5.906180502 L4_control_B3 +LQ05X031050 Histidine kinase cytokinin receptor 5.682501633 L4_control_C2 +LQ05X031050 Histidine kinase cytokinin receptor 6.918934353 L4_control_C3 +LQ05X031050 Histidine kinase cytokinin receptor 5.532299077 L4_chemical_A1 +LQ05X031050 Histidine kinase cytokinin receptor 5.071335891 L4_chemical_A2 +LQ05X031050 Histidine kinase cytokinin receptor 4.998920018 L4_chemical_A3 +LQ05X031050 Histidine kinase cytokinin receptor 5.308126199 L4_chemical_B1 +LQ05X031050 Histidine kinase cytokinin receptor 6.284774985 L4_chemical_B2 +LQ05X031050 Histidine kinase cytokinin receptor 5.726667698 L4_chemical_B3 +LQ05X031050 Histidine kinase cytokinin receptor 5.210325539 L4_chemical_C2 +LQ05X031050 Histidine kinase cytokinin receptor 6.102400826 L4_chemical_C3 +LQ05X031060 Calreticulin 15.64399816 C6_control_A1 +LQ05X031060 Calreticulin 15.41170834 C6_control_A3 +LQ05X031060 Calreticulin 15.49545367 C6_control_B1 +LQ05X031060 Calreticulin 15.21430032 C6_control_B2 +LQ05X031060 Calreticulin 15.20372762 C6_control_B3 +LQ05X031060 Calreticulin 14.44798922 C6_control_C1 +LQ05X031060 Calreticulin 14.09241849 C6_control_C2 +LQ05X031060 Calreticulin 13.28776228 C6_control_C3 +LQ05X031060 Calreticulin 15.62315174 C6_chemical_A1 +LQ05X031060 Calreticulin 15.23710767 C6_chemical_A3 +LQ05X031060 Calreticulin 15.68344289 C6_chemical_B1 +LQ05X031060 Calreticulin 15.68977093 C6_chemical_B2 +LQ05X031060 Calreticulin 14.76218333 C6_chemical_B3 +LQ05X031060 Calreticulin 14.85526033 C6_chemical_C1 +LQ05X031060 Calreticulin 14.51319345 C6_chemical_C2 +LQ05X031060 Calreticulin 13.28271859 C6_chemical_C3 +LQ05X031060 Calreticulin 15.60681131 L4_control_A1 +LQ05X031060 Calreticulin 15.44954457 L4_control_A2 +LQ05X031060 Calreticulin 15.40519332 L4_control_A3 +LQ05X031060 Calreticulin 15.22605071 L4_control_B1 +LQ05X031060 Calreticulin 15.61319521 L4_control_B2 +LQ05X031060 Calreticulin 14.37108364 L4_control_B3 +LQ05X031060 Calreticulin 14.52869509 L4_control_C2 +LQ05X031060 Calreticulin 13.97523829 L4_control_C3 +LQ05X031060 Calreticulin 15.64157001 L4_chemical_A1 +LQ05X031060 Calreticulin 15.353206 L4_chemical_A2 +LQ05X031060 Calreticulin 15.31336481 L4_chemical_A3 +LQ05X031060 Calreticulin 15.54362197 L4_chemical_B1 +LQ05X031060 Calreticulin 15.3752357 L4_chemical_B2 +LQ05X031060 Calreticulin 15.32875507 L4_chemical_B3 +LQ05X031060 Calreticulin 15.10645784 L4_chemical_C2 +LQ05X031060 Calreticulin 14.32118775 L4_chemical_C3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.608685531 C6_control_A1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.049157667 C6_control_A3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.909506706 C6_control_B1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.066853533 C6_control_B2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.215999489 C6_control_B3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.958232732 C6_control_C1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.774611456 C6_control_C2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.962537605 C6_control_C3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.662558063 C6_chemical_A1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.534737785 C6_chemical_A3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.906005175 C6_chemical_B1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.086265309 C6_chemical_B2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.453709215 C6_chemical_B3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.994278941 C6_chemical_C1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.187061445 C6_chemical_C2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.789659801 C6_chemical_C3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.333873001 L4_control_A1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.467933484 L4_control_A2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.404528193 L4_control_A3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.001807849 L4_control_B1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.227771657 L4_control_B2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.424972811 L4_control_B3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.224347821 L4_control_C2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.088445725 L4_control_C3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.669083062 L4_chemical_A1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.980544614 L4_chemical_A2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.658330826 L4_chemical_A3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.466152686 L4_chemical_B1 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 7.033827038 L4_chemical_B2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.479760511 L4_chemical_B3 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.991906074 L4_chemical_C2 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.3723517 L4_chemical_C3 +LQ05X031090 Putative Peptide chain release factor 2 10.47600676 C6_control_A1 +LQ05X031090 Putative Peptide chain release factor 2 10.68512218 C6_control_A3 +LQ05X031090 Putative Peptide chain release factor 2 10.23330393 C6_control_B1 +LQ05X031090 Putative Peptide chain release factor 2 9.703488968 C6_control_B2 +LQ05X031090 Putative Peptide chain release factor 2 10.14084075 C6_control_B3 +LQ05X031090 Putative Peptide chain release factor 2 10.21299764 C6_control_C1 +LQ05X031090 Putative Peptide chain release factor 2 10.43121864 C6_control_C2 +LQ05X031090 Putative Peptide chain release factor 2 10.63284937 C6_control_C3 +LQ05X031090 Putative Peptide chain release factor 2 10.16592466 C6_chemical_A1 +LQ05X031090 Putative Peptide chain release factor 2 10.47055297 C6_chemical_A3 +LQ05X031090 Putative Peptide chain release factor 2 9.923977946 C6_chemical_B1 +LQ05X031090 Putative Peptide chain release factor 2 9.504435059 C6_chemical_B2 +LQ05X031090 Putative Peptide chain release factor 2 10.03317949 C6_chemical_B3 +LQ05X031090 Putative Peptide chain release factor 2 9.721134457 C6_chemical_C1 +LQ05X031090 Putative Peptide chain release factor 2 10.11749523 C6_chemical_C2 +LQ05X031090 Putative Peptide chain release factor 2 10.20764223 C6_chemical_C3 +LQ05X031090 Putative Peptide chain release factor 2 10.28827668 L4_control_A1 +LQ05X031090 Putative Peptide chain release factor 2 10.38994141 L4_control_A2 +LQ05X031090 Putative Peptide chain release factor 2 10.3007459 L4_control_A3 +LQ05X031090 Putative Peptide chain release factor 2 9.951476764 L4_control_B1 +LQ05X031090 Putative Peptide chain release factor 2 10.78217872 L4_control_B2 +LQ05X031090 Putative Peptide chain release factor 2 10.05897968 L4_control_B3 +LQ05X031090 Putative Peptide chain release factor 2 11.1423508 L4_control_C2 +LQ05X031090 Putative Peptide chain release factor 2 11.11382592 L4_control_C3 +LQ05X031090 Putative Peptide chain release factor 2 10.1867093 L4_chemical_A1 +LQ05X031090 Putative Peptide chain release factor 2 10.00219476 L4_chemical_A2 +LQ05X031090 Putative Peptide chain release factor 2 9.598348383 L4_chemical_A3 +LQ05X031090 Putative Peptide chain release factor 2 9.88441136 L4_chemical_B1 +LQ05X031090 Putative Peptide chain release factor 2 10.66591025 L4_chemical_B2 +LQ05X031090 Putative Peptide chain release factor 2 9.767101459 L4_chemical_B3 +LQ05X031090 Putative Peptide chain release factor 2 10.84081698 L4_chemical_C2 +LQ05X031090 Putative Peptide chain release factor 2 11.17690798 L4_chemical_C3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.753984321 C6_control_A1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.527246172 C6_control_A3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.548218533 C6_control_B1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.639296431 C6_control_B2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.842991256 C6_control_B3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.832212438 C6_control_C1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.99114258 C6_control_C2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.757530287 C6_control_C3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.675289566 C6_chemical_A1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.856221732 C6_chemical_A3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.669402319 C6_chemical_B1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.724259226 C6_chemical_B2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.663799664 C6_chemical_B3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.521158526 C6_chemical_C1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.698861851 C6_chemical_C2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.656048191 C6_chemical_C3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.535707378 L4_control_A1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.256051986 L4_control_A2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.275260311 L4_control_A3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.830822543 L4_control_B1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.748777931 L4_control_B2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.455446801 L4_control_B3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.581598597 L4_control_C2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.599987283 L4_control_C3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.46897585 L4_chemical_A1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.549106497 L4_chemical_A2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.266012517 L4_chemical_A3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.953979246 L4_chemical_B1 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.579817466 L4_chemical_B2 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.423984064 L4_chemical_B3 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.21102427 L4_chemical_C2 +LQ05X031140 Lon protease homolog 2, mitochondrial 6.427613232 L4_chemical_C3 +LQ05X031160 Predicted protein 11.4929134 C6_control_A1 +LQ05X031160 Predicted protein 11.2482998 C6_control_A3 +LQ05X031160 Predicted protein 11.53821668 C6_control_B1 +LQ05X031160 Predicted protein 11.65931258 C6_control_B2 +LQ05X031160 Predicted protein 11.65836057 C6_control_B3 +LQ05X031160 Predicted protein 11.25389948 C6_control_C1 +LQ05X031160 Predicted protein 11.63868329 C6_control_C2 +LQ05X031160 Predicted protein 11.29229536 C6_control_C3 +LQ05X031160 Predicted protein 11.49284925 C6_chemical_A1 +LQ05X031160 Predicted protein 11.24739233 C6_chemical_A3 +LQ05X031160 Predicted protein 11.50402781 C6_chemical_B1 +LQ05X031160 Predicted protein 11.72148672 C6_chemical_B2 +LQ05X031160 Predicted protein 11.43542826 C6_chemical_B3 +LQ05X031160 Predicted protein 11.10651348 C6_chemical_C1 +LQ05X031160 Predicted protein 11.31529432 C6_chemical_C2 +LQ05X031160 Predicted protein 11.43175509 C6_chemical_C3 +LQ05X031160 Predicted protein 10.81243369 L4_control_A1 +LQ05X031160 Predicted protein 11.72263888 L4_control_A2 +LQ05X031160 Predicted protein 11.34106331 L4_control_A3 +LQ05X031160 Predicted protein 11.2608829 L4_control_B1 +LQ05X031160 Predicted protein 11.26814751 L4_control_B2 +LQ05X031160 Predicted protein 10.82861827 L4_control_B3 +LQ05X031160 Predicted protein 11.23371585 L4_control_C2 +LQ05X031160 Predicted protein 10.91728939 L4_control_C3 +LQ05X031160 Predicted protein 10.9587169 L4_chemical_A1 +LQ05X031160 Predicted protein 11.76783486 L4_chemical_A2 +LQ05X031160 Predicted protein 11.18498107 L4_chemical_A3 +LQ05X031160 Predicted protein 11.44550611 L4_chemical_B1 +LQ05X031160 Predicted protein 11.45138531 L4_chemical_B2 +LQ05X031160 Predicted protein 10.75420805 L4_chemical_B3 +LQ05X031160 Predicted protein 11.43818297 L4_chemical_C2 +LQ05X031160 Predicted protein 10.80115627 L4_chemical_C3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.556495265 C6_control_A1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.123245545 C6_control_A3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.739444958 C6_control_B1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.378349137 C6_control_B2 +LQ05X031180 Homeobox protein knotted-1-like 1 5.294082722 C6_control_B3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.573895307 C6_control_C1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.013783745 C6_control_C2 +LQ05X031180 Homeobox protein knotted-1-like 1 5.862920525 C6_control_C3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.492315094 C6_chemical_A1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.538142968 C6_chemical_A3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.564829967 C6_chemical_B1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.698310425 C6_chemical_B2 +LQ05X031180 Homeobox protein knotted-1-like 1 5.35580773 C6_chemical_B3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.556177066 C6_chemical_C1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.558739856 C6_chemical_C2 +LQ05X031180 Homeobox protein knotted-1-like 1 5.404371153 C6_chemical_C3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.357032154 L4_control_A1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.074440704 L4_control_A2 +LQ05X031180 Homeobox protein knotted-1-like 1 6.103424617 L4_control_A3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.365011779 L4_control_B1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.002773929 L4_control_B2 +LQ05X031180 Homeobox protein knotted-1-like 1 5.332773931 L4_control_B3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.357152436 L4_control_C2 +LQ05X031180 Homeobox protein knotted-1-like 1 5.554187114 L4_control_C3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.523726912 L4_chemical_A1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.372079979 L4_chemical_A2 +LQ05X031180 Homeobox protein knotted-1-like 1 5.97453795 L4_chemical_A3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.204114646 L4_chemical_B1 +LQ05X031180 Homeobox protein knotted-1-like 1 5.448299306 L4_chemical_B2 +LQ05X031180 Homeobox protein knotted-1-like 1 5.473970363 L4_chemical_B3 +LQ05X031180 Homeobox protein knotted-1-like 1 5.304854003 L4_chemical_C2 +LQ05X031180 Homeobox protein knotted-1-like 1 4.830687525 L4_chemical_C3 +LQ05X031190 Predicted protein 6.00763188 C6_control_A1 +LQ05X031190 Predicted protein 5.77881684 C6_control_A3 +LQ05X031190 Predicted protein 5.407479993 C6_control_B1 +LQ05X031190 Predicted protein 5.272601 C6_control_B2 +LQ05X031190 Predicted protein 5.472312796 C6_control_B3 +LQ05X031190 Predicted protein 5.170560919 C6_control_C1 +LQ05X031190 Predicted protein 5.384928929 C6_control_C2 +LQ05X031190 Predicted protein 5.40296735 C6_control_C3 +LQ05X031190 Predicted protein 6.019301541 C6_chemical_A1 +LQ05X031190 Predicted protein 5.671697884 C6_chemical_A3 +LQ05X031190 Predicted protein 5.308459079 C6_chemical_B1 +LQ05X031190 Predicted protein 5.31088124 C6_chemical_B2 +LQ05X031190 Predicted protein 5.643658901 C6_chemical_B3 +LQ05X031190 Predicted protein 5.071122876 C6_chemical_C1 +LQ05X031190 Predicted protein 5.302788914 C6_chemical_C2 +LQ05X031190 Predicted protein 5.340382785 C6_chemical_C3 +LQ05X031190 Predicted protein 5.649544119 L4_control_A1 +LQ05X031190 Predicted protein 6.19829467 L4_control_A2 +LQ05X031190 Predicted protein 6.117423769 L4_control_A3 +LQ05X031190 Predicted protein 5.673505403 L4_control_B1 +LQ05X031190 Predicted protein 6.00196562 L4_control_B2 +LQ05X031190 Predicted protein 5.523882479 L4_control_B3 +LQ05X031190 Predicted protein 6.089092944 L4_control_C2 +LQ05X031190 Predicted protein 5.29920462 L4_control_C3 +LQ05X031190 Predicted protein 5.338721995 L4_chemical_A1 +LQ05X031190 Predicted protein 6.333441035 L4_chemical_A2 +LQ05X031190 Predicted protein 6.193908927 L4_chemical_A3 +LQ05X031190 Predicted protein 5.828680935 L4_chemical_B1 +LQ05X031190 Predicted protein 5.420323158 L4_chemical_B2 +LQ05X031190 Predicted protein 5.854493111 L4_chemical_B3 +LQ05X031190 Predicted protein 5.486168921 L4_chemical_C2 +LQ05X031190 Predicted protein 5.754464464 L4_chemical_C3 +LQ05X031210 Predicted protein 5.465362616 C6_control_A1 +LQ05X031210 Predicted protein 5.568104451 C6_control_A3 +LQ05X031210 Predicted protein 5.400374132 C6_control_B1 +LQ05X031210 Predicted protein 5.341715418 C6_control_B2 +LQ05X031210 Predicted protein 5.018619825 C6_control_B3 +LQ05X031210 Predicted protein 5.67907631 C6_control_C1 +LQ05X031210 Predicted protein 6.259089728 C6_control_C2 +LQ05X031210 Predicted protein 5.533992869 C6_control_C3 +LQ05X031210 Predicted protein 5.19893644 C6_chemical_A1 +LQ05X031210 Predicted protein 5.161907322 C6_chemical_A3 +LQ05X031210 Predicted protein 5.34426712 C6_chemical_B1 +LQ05X031210 Predicted protein 5.280477848 C6_chemical_B2 +LQ05X031210 Predicted protein 5.161573769 C6_chemical_B3 +LQ05X031210 Predicted protein 5.501657255 C6_chemical_C1 +LQ05X031210 Predicted protein 5.432011331 C6_chemical_C2 +LQ05X031210 Predicted protein 5.695763829 C6_chemical_C3 +LQ05X031210 Predicted protein 4.970205601 L4_control_A1 +LQ05X031210 Predicted protein 5.553772608 L4_control_A2 +LQ05X031210 Predicted protein 5.453649036 L4_control_A3 +LQ05X031210 Predicted protein 5.799115282 L4_control_B1 +LQ05X031210 Predicted protein 5.250060908 L4_control_B2 +LQ05X031210 Predicted protein 5.22282223 L4_control_B3 +LQ05X031210 Predicted protein 5.458793681 L4_control_C2 +LQ05X031210 Predicted protein 5.347083266 L4_control_C3 +LQ05X031210 Predicted protein 5.387004743 L4_chemical_A1 +LQ05X031210 Predicted protein 5.595943837 L4_chemical_A2 +LQ05X031210 Predicted protein 5.627703819 L4_chemical_A3 +LQ05X031210 Predicted protein 5.631925881 L4_chemical_B1 +LQ05X031210 Predicted protein 5.507147609 L4_chemical_B2 +LQ05X031210 Predicted protein 5.270135226 L4_chemical_B3 +LQ05X031210 Predicted protein 5.389155701 L4_chemical_C2 +LQ05X031210 Predicted protein 5.433463714 L4_chemical_C3 +LQ05X031220 Proteasome subunit beta type-4 14.58351436 C6_control_A1 +LQ05X031220 Proteasome subunit beta type-4 14.98762613 C6_control_A3 +LQ05X031220 Proteasome subunit beta type-4 14.26287711 C6_control_B1 +LQ05X031220 Proteasome subunit beta type-4 13.92713988 C6_control_B2 +LQ05X031220 Proteasome subunit beta type-4 14.17087694 C6_control_B3 +LQ05X031220 Proteasome subunit beta type-4 14.15626766 C6_control_C1 +LQ05X031220 Proteasome subunit beta type-4 14.20964374 C6_control_C2 +LQ05X031220 Proteasome subunit beta type-4 13.82297831 C6_control_C3 +LQ05X031220 Proteasome subunit beta type-4 14.44421796 C6_chemical_A1 +LQ05X031220 Proteasome subunit beta type-4 14.62234022 C6_chemical_A3 +LQ05X031220 Proteasome subunit beta type-4 13.85833528 C6_chemical_B1 +LQ05X031220 Proteasome subunit beta type-4 13.97088332 C6_chemical_B2 +LQ05X031220 Proteasome subunit beta type-4 14.05897939 C6_chemical_B3 +LQ05X031220 Proteasome subunit beta type-4 14.25724707 C6_chemical_C1 +LQ05X031220 Proteasome subunit beta type-4 14.07861815 C6_chemical_C2 +LQ05X031220 Proteasome subunit beta type-4 13.75585648 C6_chemical_C3 +LQ05X031220 Proteasome subunit beta type-4 14.58589489 L4_control_A1 +LQ05X031220 Proteasome subunit beta type-4 14.22525339 L4_control_A2 +LQ05X031220 Proteasome subunit beta type-4 14.55944893 L4_control_A3 +LQ05X031220 Proteasome subunit beta type-4 13.53008712 L4_control_B1 +LQ05X031220 Proteasome subunit beta type-4 13.57466486 L4_control_B2 +LQ05X031220 Proteasome subunit beta type-4 13.79255042 L4_control_B3 +LQ05X031220 Proteasome subunit beta type-4 13.85901433 L4_control_C2 +LQ05X031220 Proteasome subunit beta type-4 13.62707249 L4_control_C3 +LQ05X031220 Proteasome subunit beta type-4 14.43606414 L4_chemical_A1 +LQ05X031220 Proteasome subunit beta type-4 13.78910283 L4_chemical_A2 +LQ05X031220 Proteasome subunit beta type-4 14.56184537 L4_chemical_A3 +LQ05X031220 Proteasome subunit beta type-4 13.99148947 L4_chemical_B1 +LQ05X031220 Proteasome subunit beta type-4 13.41160464 L4_chemical_B2 +LQ05X031220 Proteasome subunit beta type-4 14.09235947 L4_chemical_B3 +LQ05X031220 Proteasome subunit beta type-4 13.68316831 L4_chemical_C2 +LQ05X031220 Proteasome subunit beta type-4 13.64004038 L4_chemical_C3 +LQ05X031240 Putative uncharacterized protein 9.758453035 C6_control_A1 +LQ05X031240 Putative uncharacterized protein 9.083235939 C6_control_A3 +LQ05X031240 Putative uncharacterized protein 10.05119827 C6_control_B1 +LQ05X031240 Putative uncharacterized protein 10.41274351 C6_control_B2 +LQ05X031240 Putative uncharacterized protein 10.05177317 C6_control_B3 +LQ05X031240 Putative uncharacterized protein 11.52434959 C6_control_C1 +LQ05X031240 Putative uncharacterized protein 10.849581 C6_control_C2 +LQ05X031240 Putative uncharacterized protein 10.99414998 C6_control_C3 +LQ05X031240 Putative uncharacterized protein 10.05177031 C6_chemical_A1 +LQ05X031240 Putative uncharacterized protein 9.106572708 C6_chemical_A3 +LQ05X031240 Putative uncharacterized protein 10.20105195 C6_chemical_B1 +LQ05X031240 Putative uncharacterized protein 10.57802588 C6_chemical_B2 +LQ05X031240 Putative uncharacterized protein 10.03775776 C6_chemical_B3 +LQ05X031240 Putative uncharacterized protein 11.50428548 C6_chemical_C1 +LQ05X031240 Putative uncharacterized protein 11.03557377 C6_chemical_C2 +LQ05X031240 Putative uncharacterized protein 11.15851554 C6_chemical_C3 +LQ05X031240 Putative uncharacterized protein 9.252202628 L4_control_A1 +LQ05X031240 Putative uncharacterized protein 9.779500111 L4_control_A2 +LQ05X031240 Putative uncharacterized protein 9.296350699 L4_control_A3 +LQ05X031240 Putative uncharacterized protein 9.402039062 L4_control_B1 +LQ05X031240 Putative uncharacterized protein 10.04764153 L4_control_B2 +LQ05X031240 Putative uncharacterized protein 9.95575347 L4_control_B3 +LQ05X031240 Putative uncharacterized protein 10.14951013 L4_control_C2 +LQ05X031240 Putative uncharacterized protein 10.26371201 L4_control_C3 +LQ05X031240 Putative uncharacterized protein 9.265008928 L4_chemical_A1 +LQ05X031240 Putative uncharacterized protein 9.929342897 L4_chemical_A2 +LQ05X031240 Putative uncharacterized protein 9.310173004 L4_chemical_A3 +LQ05X031240 Putative uncharacterized protein 9.50209118 L4_chemical_B1 +LQ05X031240 Putative uncharacterized protein 9.616802229 L4_chemical_B2 +LQ05X031240 Putative uncharacterized protein 9.850660696 L4_chemical_B3 +LQ05X031240 Putative uncharacterized protein 9.80038281 L4_chemical_C2 +LQ05X031240 Putative uncharacterized protein 10.30471113 L4_chemical_C3 +LQ05X031280 Putative NHL repeat-containing protein 2 9.121365013 C6_control_A1 +LQ05X031280 Putative NHL repeat-containing protein 2 7.280902951 C6_control_A3 +LQ05X031280 Putative NHL repeat-containing protein 2 10.00863448 C6_control_B1 +LQ05X031280 Putative NHL repeat-containing protein 2 9.71015208 C6_control_B2 +LQ05X031280 Putative NHL repeat-containing protein 2 9.537058182 C6_control_B3 +LQ05X031280 Putative NHL repeat-containing protein 2 11.62909064 C6_control_C1 +LQ05X031280 Putative NHL repeat-containing protein 2 11.43470016 C6_control_C2 +LQ05X031280 Putative NHL repeat-containing protein 2 11.3502969 C6_control_C3 +LQ05X031280 Putative NHL repeat-containing protein 2 9.141218747 C6_chemical_A1 +LQ05X031280 Putative NHL repeat-containing protein 2 8.899040486 C6_chemical_A3 +LQ05X031280 Putative NHL repeat-containing protein 2 10.63421824 C6_chemical_B1 +LQ05X031280 Putative NHL repeat-containing protein 2 10.04073467 C6_chemical_B2 +LQ05X031280 Putative NHL repeat-containing protein 2 9.827074165 C6_chemical_B3 +LQ05X031280 Putative NHL repeat-containing protein 2 11.66693698 C6_chemical_C1 +LQ05X031280 Putative NHL repeat-containing protein 2 11.82427646 C6_chemical_C2 +LQ05X031280 Putative NHL repeat-containing protein 2 12.2214481 C6_chemical_C3 +LQ05X031280 Putative NHL repeat-containing protein 2 8.344909795 L4_control_A1 +LQ05X031280 Putative NHL repeat-containing protein 2 8.564353897 L4_control_A2 +LQ05X031280 Putative NHL repeat-containing protein 2 7.575211825 L4_control_A3 +LQ05X031280 Putative NHL repeat-containing protein 2 9.943451434 L4_control_B1 +LQ05X031280 Putative NHL repeat-containing protein 2 9.870114394 L4_control_B2 +LQ05X031280 Putative NHL repeat-containing protein 2 10.41992791 L4_control_B3 +LQ05X031280 Putative NHL repeat-containing protein 2 11.02491904 L4_control_C2 +LQ05X031280 Putative NHL repeat-containing protein 2 11.3409222 L4_control_C3 +LQ05X031280 Putative NHL repeat-containing protein 2 8.513895537 L4_chemical_A1 +LQ05X031280 Putative NHL repeat-containing protein 2 8.623444522 L4_chemical_A2 +LQ05X031280 Putative NHL repeat-containing protein 2 7.041205095 L4_chemical_A3 +LQ05X031280 Putative NHL repeat-containing protein 2 9.53931387 L4_chemical_B1 +LQ05X031280 Putative NHL repeat-containing protein 2 9.528515002 L4_chemical_B2 +LQ05X031280 Putative NHL repeat-containing protein 2 9.311045838 L4_chemical_B3 +LQ05X031280 Putative NHL repeat-containing protein 2 11.15234418 L4_chemical_C2 +LQ05X031280 Putative NHL repeat-containing protein 2 11.65998414 L4_chemical_C3 +LQ05X031290 Transcription factor bHLH149 5.650523337 C6_control_A1 +LQ05X031290 Transcription factor bHLH149 5.250042748 C6_control_A3 +LQ05X031290 Transcription factor bHLH149 5.911513942 C6_control_B1 +LQ05X031290 Transcription factor bHLH149 5.35960059 C6_control_B2 +LQ05X031290 Transcription factor bHLH149 5.631306947 C6_control_B3 +LQ05X031290 Transcription factor bHLH149 5.967365846 C6_control_C1 +LQ05X031290 Transcription factor bHLH149 5.392943373 C6_control_C2 +LQ05X031290 Transcription factor bHLH149 5.783466977 C6_control_C3 +LQ05X031290 Transcription factor bHLH149 5.153212533 C6_chemical_A1 +LQ05X031290 Transcription factor bHLH149 5.355632119 C6_chemical_A3 +LQ05X031290 Transcription factor bHLH149 5.723656996 C6_chemical_B1 +LQ05X031290 Transcription factor bHLH149 5.228791374 C6_chemical_B2 +LQ05X031290 Transcription factor bHLH149 5.36566976 C6_chemical_B3 +LQ05X031290 Transcription factor bHLH149 5.801063802 C6_chemical_C1 +LQ05X031290 Transcription factor bHLH149 5.489253894 C6_chemical_C2 +LQ05X031290 Transcription factor bHLH149 5.848134917 C6_chemical_C3 +LQ05X031290 Transcription factor bHLH149 5.446651322 L4_control_A1 +LQ05X031290 Transcription factor bHLH149 5.137149528 L4_control_A2 +LQ05X031290 Transcription factor bHLH149 5.406858145 L4_control_A3 +LQ05X031290 Transcription factor bHLH149 5.063783005 L4_control_B1 +LQ05X031290 Transcription factor bHLH149 5.001045329 L4_control_B2 +LQ05X031290 Transcription factor bHLH149 5.300619666 L4_control_B3 +LQ05X031290 Transcription factor bHLH149 5.498674127 L4_control_C2 +LQ05X031290 Transcription factor bHLH149 6.14959799 L4_control_C3 +LQ05X031290 Transcription factor bHLH149 5.202422557 L4_chemical_A1 +LQ05X031290 Transcription factor bHLH149 5.540585651 L4_chemical_A2 +LQ05X031290 Transcription factor bHLH149 5.010686394 L4_chemical_A3 +LQ05X031290 Transcription factor bHLH149 4.999292133 L4_chemical_B1 +LQ05X031290 Transcription factor bHLH149 5.82011116 L4_chemical_B2 +LQ05X031290 Transcription factor bHLH149 5.428812901 L4_chemical_B3 +LQ05X031290 Transcription factor bHLH149 5.77244236 L4_chemical_C2 +LQ05X031290 Transcription factor bHLH149 5.381303407 L4_chemical_C3 +LQ05X031310 Putative uncharacterized protein 11.72143123 C6_control_A1 +LQ05X031310 Putative uncharacterized protein 12.03259626 C6_control_A3 +LQ05X031310 Putative uncharacterized protein 10.95935769 C6_control_B1 +LQ05X031310 Putative uncharacterized protein 11.55817604 C6_control_B2 +LQ05X031310 Putative uncharacterized protein 10.78759622 C6_control_B3 +LQ05X031310 Putative uncharacterized protein 11.80020734 C6_control_C1 +LQ05X031310 Putative uncharacterized protein 11.46334056 C6_control_C2 +LQ05X031310 Putative uncharacterized protein 11.48989258 C6_control_C3 +LQ05X031310 Putative uncharacterized protein 11.61051639 C6_chemical_A1 +LQ05X031310 Putative uncharacterized protein 11.45421231 C6_chemical_A3 +LQ05X031310 Putative uncharacterized protein 10.55751508 C6_chemical_B1 +LQ05X031310 Putative uncharacterized protein 11.46687519 C6_chemical_B2 +LQ05X031310 Putative uncharacterized protein 10.58533822 C6_chemical_B3 +LQ05X031310 Putative uncharacterized protein 11.94904283 C6_chemical_C1 +LQ05X031310 Putative uncharacterized protein 11.92751826 C6_chemical_C2 +LQ05X031310 Putative uncharacterized protein 11.57913163 C6_chemical_C3 +LQ05X031310 Putative uncharacterized protein 11.82213981 L4_control_A1 +LQ05X031310 Putative uncharacterized protein 11.87977427 L4_control_A2 +LQ05X031310 Putative uncharacterized protein 11.81561385 L4_control_A3 +LQ05X031310 Putative uncharacterized protein 10.0490799 L4_control_B1 +LQ05X031310 Putative uncharacterized protein 9.8081429 L4_control_B2 +LQ05X031310 Putative uncharacterized protein 11.08545108 L4_control_B3 +LQ05X031310 Putative uncharacterized protein 11.13105169 L4_control_C2 +LQ05X031310 Putative uncharacterized protein 10.93932445 L4_control_C3 +LQ05X031310 Putative uncharacterized protein 11.37361563 L4_chemical_A1 +LQ05X031310 Putative uncharacterized protein 11.53407962 L4_chemical_A2 +LQ05X031310 Putative uncharacterized protein 11.37943505 L4_chemical_A3 +LQ05X031310 Putative uncharacterized protein 10.66530159 L4_chemical_B1 +LQ05X031310 Putative uncharacterized protein 10.77012726 L4_chemical_B2 +LQ05X031310 Putative uncharacterized protein 11.00126335 L4_chemical_B3 +LQ05X031310 Putative uncharacterized protein 11.42489673 L4_chemical_C2 +LQ05X031310 Putative uncharacterized protein 11.1252512 L4_chemical_C3 +LQ05X031350 Putative uncharacterized protein 13.29035576 C6_control_A1 +LQ05X031350 Putative uncharacterized protein 13.84648492 C6_control_A3 +LQ05X031350 Putative uncharacterized protein 11.22008104 C6_control_B1 +LQ05X031350 Putative uncharacterized protein 8.957228018 C6_control_B2 +LQ05X031350 Putative uncharacterized protein 9.106957065 C6_control_B3 +LQ05X031350 Putative uncharacterized protein 8.441437046 C6_control_C1 +LQ05X031350 Putative uncharacterized protein 8.580521626 C6_control_C2 +LQ05X031350 Putative uncharacterized protein 9.15647695 C6_control_C3 +LQ05X031350 Putative uncharacterized protein 13.12236728 C6_chemical_A1 +LQ05X031350 Putative uncharacterized protein 13.19608 C6_chemical_A3 +LQ05X031350 Putative uncharacterized protein 9.486991082 C6_chemical_B1 +LQ05X031350 Putative uncharacterized protein 7.575570017 C6_chemical_B2 +LQ05X031350 Putative uncharacterized protein 8.926335309 C6_chemical_B3 +LQ05X031350 Putative uncharacterized protein 8.276162679 C6_chemical_C1 +LQ05X031350 Putative uncharacterized protein 8.633582162 C6_chemical_C2 +LQ05X031350 Putative uncharacterized protein 9.079899971 C6_chemical_C3 +LQ05X031350 Putative uncharacterized protein 13.93514557 L4_control_A1 +LQ05X031350 Putative uncharacterized protein 14.10011592 L4_control_A2 +LQ05X031350 Putative uncharacterized protein 14.42972201 L4_control_A3 +LQ05X031350 Putative uncharacterized protein 8.190511856 L4_control_B1 +LQ05X031350 Putative uncharacterized protein 11.18808827 L4_control_B2 +LQ05X031350 Putative uncharacterized protein 8.438430682 L4_control_B3 +LQ05X031350 Putative uncharacterized protein 9.98700042 L4_control_C2 +LQ05X031350 Putative uncharacterized protein 10.26687974 L4_control_C3 +LQ05X031350 Putative uncharacterized protein 12.87865792 L4_chemical_A1 +LQ05X031350 Putative uncharacterized protein 13.55069927 L4_chemical_A2 +LQ05X031350 Putative uncharacterized protein 14.01139592 L4_chemical_A3 +LQ05X031350 Putative uncharacterized protein 10.35147726 L4_chemical_B1 +LQ05X031350 Putative uncharacterized protein 12.47314112 L4_chemical_B2 +LQ05X031350 Putative uncharacterized protein 12.32507327 L4_chemical_B3 +LQ05X031350 Putative uncharacterized protein 9.770112576 L4_chemical_C2 +LQ05X031350 Putative uncharacterized protein 9.913779137 L4_chemical_C3 +LQ05X031360 Importin subunit alpha-1 11.45433847 C6_control_A1 +LQ05X031360 Importin subunit alpha-1 11.67704194 C6_control_A3 +LQ05X031360 Importin subunit alpha-1 11.05319157 C6_control_B1 +LQ05X031360 Importin subunit alpha-1 10.67667114 C6_control_B2 +LQ05X031360 Importin subunit alpha-1 11.06948345 C6_control_B3 +LQ05X031360 Importin subunit alpha-1 10.06324289 C6_control_C1 +LQ05X031360 Importin subunit alpha-1 9.962157361 C6_control_C2 +LQ05X031360 Importin subunit alpha-1 9.805843172 C6_control_C3 +LQ05X031360 Importin subunit alpha-1 11.41956891 C6_chemical_A1 +LQ05X031360 Importin subunit alpha-1 11.67716412 C6_chemical_A3 +LQ05X031360 Importin subunit alpha-1 11.07679463 C6_chemical_B1 +LQ05X031360 Importin subunit alpha-1 10.67223251 C6_chemical_B2 +LQ05X031360 Importin subunit alpha-1 10.93527772 C6_chemical_B3 +LQ05X031360 Importin subunit alpha-1 9.868249518 C6_chemical_C1 +LQ05X031360 Importin subunit alpha-1 10.03657838 C6_chemical_C2 +LQ05X031360 Importin subunit alpha-1 10.1840575 C6_chemical_C3 +LQ05X031360 Importin subunit alpha-1 11.38324187 L4_control_A1 +LQ05X031360 Importin subunit alpha-1 11.36236048 L4_control_A2 +LQ05X031360 Importin subunit alpha-1 12.57589169 L4_control_A3 +LQ05X031360 Importin subunit alpha-1 10.70595885 L4_control_B1 +LQ05X031360 Importin subunit alpha-1 11.41274021 L4_control_B2 +LQ05X031360 Importin subunit alpha-1 11.04353399 L4_control_B3 +LQ05X031360 Importin subunit alpha-1 10.67868314 L4_control_C2 +LQ05X031360 Importin subunit alpha-1 11.05850964 L4_control_C3 +LQ05X031360 Importin subunit alpha-1 10.68317254 L4_chemical_A1 +LQ05X031360 Importin subunit alpha-1 10.90223835 L4_chemical_A2 +LQ05X031360 Importin subunit alpha-1 11.99487024 L4_chemical_A3 +LQ05X031360 Importin subunit alpha-1 10.81573413 L4_chemical_B1 +LQ05X031360 Importin subunit alpha-1 10.8553316 L4_chemical_B2 +LQ05X031360 Importin subunit alpha-1 11.11882237 L4_chemical_B3 +LQ05X031360 Importin subunit alpha-1 10.43927477 L4_chemical_C2 +LQ05X031360 Importin subunit alpha-1 10.77633844 L4_chemical_C3 +LQ05X031390 Putative uncharacterized protein 15.07738741 C6_control_A1 +LQ05X031390 Putative uncharacterized protein 14.67717375 C6_control_A3 +LQ05X031390 Putative uncharacterized protein 14.29087812 C6_control_B1 +LQ05X031390 Putative uncharacterized protein 14.33442241 C6_control_B2 +LQ05X031390 Putative uncharacterized protein 14.46420788 C6_control_B3 +LQ05X031390 Putative uncharacterized protein 13.41508221 C6_control_C1 +LQ05X031390 Putative uncharacterized protein 13.69903788 C6_control_C2 +LQ05X031390 Putative uncharacterized protein 13.55106986 C6_control_C3 +LQ05X031390 Putative uncharacterized protein 14.60312923 C6_chemical_A1 +LQ05X031390 Putative uncharacterized protein 14.76170439 C6_chemical_A3 +LQ05X031390 Putative uncharacterized protein 13.97121459 C6_chemical_B1 +LQ05X031390 Putative uncharacterized protein 14.29227125 C6_chemical_B2 +LQ05X031390 Putative uncharacterized protein 14.35865987 C6_chemical_B3 +LQ05X031390 Putative uncharacterized protein 13.49450931 C6_chemical_C1 +LQ05X031390 Putative uncharacterized protein 13.29514239 C6_chemical_C2 +LQ05X031390 Putative uncharacterized protein 13.6576564 C6_chemical_C3 +LQ05X031390 Putative uncharacterized protein 15.03836208 L4_control_A1 +LQ05X031390 Putative uncharacterized protein 15.09910678 L4_control_A2 +LQ05X031390 Putative uncharacterized protein 14.69237454 L4_control_A3 +LQ05X031390 Putative uncharacterized protein 13.87919955 L4_control_B1 +LQ05X031390 Putative uncharacterized protein 13.75618628 L4_control_B2 +LQ05X031390 Putative uncharacterized protein 13.30380256 L4_control_B3 +LQ05X031390 Putative uncharacterized protein 12.17641658 L4_control_C2 +LQ05X031390 Putative uncharacterized protein 12.30922146 L4_control_C3 +LQ05X031390 Putative uncharacterized protein 14.98479689 L4_chemical_A1 +LQ05X031390 Putative uncharacterized protein 14.65863752 L4_chemical_A2 +LQ05X031390 Putative uncharacterized protein 15.228259 L4_chemical_A3 +LQ05X031390 Putative uncharacterized protein 14.48858614 L4_chemical_B1 +LQ05X031390 Putative uncharacterized protein 14.16557208 L4_chemical_B2 +LQ05X031390 Putative uncharacterized protein 15.00862824 L4_chemical_B3 +LQ05X031390 Putative uncharacterized protein 12.56922151 L4_chemical_C2 +LQ05X031390 Putative uncharacterized protein 12.69929831 L4_chemical_C3 +LQ05X031400 Putative uncharacterized protein 5.123976108 C6_control_A1 +LQ05X031400 Putative uncharacterized protein 5.05116546 C6_control_A3 +LQ05X031400 Putative uncharacterized protein 4.866682098 C6_control_B1 +LQ05X031400 Putative uncharacterized protein 4.736146202 C6_control_B2 +LQ05X031400 Putative uncharacterized protein 4.594007453 C6_control_B3 +LQ05X031400 Putative uncharacterized protein 4.612602276 C6_control_C1 +LQ05X031400 Putative uncharacterized protein 4.837262986 C6_control_C2 +LQ05X031400 Putative uncharacterized protein 4.801852618 C6_control_C3 +LQ05X031400 Putative uncharacterized protein 5.396145269 C6_chemical_A1 +LQ05X031400 Putative uncharacterized protein 4.888068102 C6_chemical_A3 +LQ05X031400 Putative uncharacterized protein 4.795274618 C6_chemical_B1 +LQ05X031400 Putative uncharacterized protein 4.655676759 C6_chemical_B2 +LQ05X031400 Putative uncharacterized protein 4.857737612 C6_chemical_B3 +LQ05X031400 Putative uncharacterized protein 4.440833284 C6_chemical_C1 +LQ05X031400 Putative uncharacterized protein 4.739299748 C6_chemical_C2 +LQ05X031400 Putative uncharacterized protein 4.695420719 C6_chemical_C3 +LQ05X031400 Putative uncharacterized protein 4.919553062 L4_control_A1 +LQ05X031400 Putative uncharacterized protein 4.790477494 L4_control_A2 +LQ05X031400 Putative uncharacterized protein 5.333048094 L4_control_A3 +LQ05X031400 Putative uncharacterized protein 5.180506912 L4_control_B1 +LQ05X031400 Putative uncharacterized protein 5.054285659 L4_control_B2 +LQ05X031400 Putative uncharacterized protein 4.838581523 L4_control_B3 +LQ05X031400 Putative uncharacterized protein 4.734297392 L4_control_C2 +LQ05X031400 Putative uncharacterized protein 5.221416145 L4_control_C3 +LQ05X031400 Putative uncharacterized protein 4.447831218 L4_chemical_A1 +LQ05X031400 Putative uncharacterized protein 4.748923379 L4_chemical_A2 +LQ05X031400 Putative uncharacterized protein 5.298883493 L4_chemical_A3 +LQ05X031400 Putative uncharacterized protein 4.986093018 L4_chemical_B1 +LQ05X031400 Putative uncharacterized protein 5.571441935 L4_chemical_B2 +LQ05X031400 Putative uncharacterized protein 4.863837332 L4_chemical_B3 +LQ05X031400 Putative uncharacterized protein 5.060415533 L4_chemical_C2 +LQ05X031400 Putative uncharacterized protein 5.082492791 L4_chemical_C3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.698617463 C6_control_A1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 6.609843668 C6_control_A3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 6.422470265 C6_control_B1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.755802846 C6_control_B2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 6.113206539 C6_control_B3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.39546658 C6_control_C1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 6.792173219 C6_control_C2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.460866821 C6_control_C3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.658091342 C6_chemical_A1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.329020946 C6_chemical_A3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 6.169989709 C6_chemical_B1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.746063156 C6_chemical_B2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.88183952 C6_chemical_B3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.859450158 C6_chemical_C1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.738927869 C6_chemical_C2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.63745036 C6_chemical_C3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.743165386 L4_control_A1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.536480009 L4_control_A2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.260921334 L4_control_A3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.297530385 L4_control_B1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.379633149 L4_control_B2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.278321857 L4_control_B3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.8903868 L4_control_C2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 6.317315003 L4_control_C3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.763263862 L4_chemical_A1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.471411789 L4_chemical_A2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.231237713 L4_chemical_A3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.497211515 L4_chemical_B1 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.723110016 L4_chemical_B2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.538095613 L4_chemical_B3 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.411004042 L4_chemical_C2 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 6.117518512 L4_chemical_C3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 12.58207784 C6_control_A1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 11.79670597 C6_control_A3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 13.54838716 C6_control_B1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.11643044 C6_control_B2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 13.76821949 C6_control_B3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.80604216 C6_control_C1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.34544436 C6_control_C2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.11905465 C6_control_C3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 12.37153568 C6_chemical_A1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 12.12712464 C6_chemical_A3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.06026831 C6_chemical_B1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.08078395 C6_chemical_B2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 13.47496787 C6_chemical_B3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.72494769 C6_chemical_C1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.68456452 C6_chemical_C2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.54295932 C6_chemical_C3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 11.29677496 L4_control_A1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 12.48698538 L4_control_A2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 11.92510302 L4_control_A3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.22968672 L4_control_B1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.44220204 L4_control_B2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.14162405 L4_control_B3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.53202273 L4_control_C2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.28223375 L4_control_C3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 11.17759236 L4_chemical_A1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 12.21789044 L4_chemical_A2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 11.46879036 L4_chemical_A3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 13.49633153 L4_chemical_B1 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 13.83369246 L4_chemical_B2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 13.02259729 L4_chemical_B3 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.37151115 L4_chemical_C2 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 14.77159408 L4_chemical_C3 +LQ05X031480 Putative uncharacterized protein 7.169054061 C6_control_A1 +LQ05X031480 Putative uncharacterized protein 6.519078803 C6_control_A3 +LQ05X031480 Putative uncharacterized protein 8.626242577 C6_control_B1 +LQ05X031480 Putative uncharacterized protein 8.188653233 C6_control_B2 +LQ05X031480 Putative uncharacterized protein 8.324558603 C6_control_B3 +LQ05X031480 Putative uncharacterized protein 9.14188418 C6_control_C1 +LQ05X031480 Putative uncharacterized protein 10.49946621 C6_control_C2 +LQ05X031480 Putative uncharacterized protein 9.497128522 C6_control_C3 +LQ05X031480 Putative uncharacterized protein 6.976576787 C6_chemical_A1 +LQ05X031480 Putative uncharacterized protein 7.787916729 C6_chemical_A3 +LQ05X031480 Putative uncharacterized protein 9.420514168 C6_chemical_B1 +LQ05X031480 Putative uncharacterized protein 8.18944183 C6_chemical_B2 +LQ05X031480 Putative uncharacterized protein 8.649309473 C6_chemical_B3 +LQ05X031480 Putative uncharacterized protein 8.433871193 C6_chemical_C1 +LQ05X031480 Putative uncharacterized protein 8.953121173 C6_chemical_C2 +LQ05X031480 Putative uncharacterized protein 10.9289747 C6_chemical_C3 +LQ05X031480 Putative uncharacterized protein 7.273596675 L4_control_A1 +LQ05X031480 Putative uncharacterized protein 7.321120405 L4_control_A2 +LQ05X031480 Putative uncharacterized protein 7.159583307 L4_control_A3 +LQ05X031480 Putative uncharacterized protein 9.29775067 L4_control_B1 +LQ05X031480 Putative uncharacterized protein 8.296949764 L4_control_B2 +LQ05X031480 Putative uncharacterized protein 7.455026747 L4_control_B3 +LQ05X031480 Putative uncharacterized protein 10.16475088 L4_control_C2 +LQ05X031480 Putative uncharacterized protein 8.886907926 L4_control_C3 +LQ05X031480 Putative uncharacterized protein 8.611478848 L4_chemical_A1 +LQ05X031480 Putative uncharacterized protein 7.693757152 L4_chemical_A2 +LQ05X031480 Putative uncharacterized protein 6.393809569 L4_chemical_A3 +LQ05X031480 Putative uncharacterized protein 9.4714237 L4_chemical_B1 +LQ05X031480 Putative uncharacterized protein 8.586897859 L4_chemical_B2 +LQ05X031480 Putative uncharacterized protein 7.72281662 L4_chemical_B3 +LQ05X031480 Putative uncharacterized protein 9.682717492 L4_chemical_C2 +LQ05X031480 Putative uncharacterized protein 8.863626862 L4_chemical_C3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.47767713 C6_control_A1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.251981107 C6_control_A3 +LQ05X031510 Putative Auxin-induced protein 5NG4 4.976497524 C6_control_B1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.750956547 C6_control_B2 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.47280715 C6_control_B3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.38094329 C6_control_C1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.290520829 C6_control_C2 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.437433518 C6_control_C3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.310707475 C6_chemical_A1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.96838106 C6_chemical_A3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.42294349 C6_chemical_B1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.38704728 C6_chemical_B2 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.375241094 C6_chemical_B3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.346575759 C6_chemical_C1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.3599352 C6_chemical_C2 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.257984587 C6_chemical_C3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.239449642 L4_control_A1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.339937746 L4_control_A2 +LQ05X031510 Putative Auxin-induced protein 5NG4 6.226590198 L4_control_A3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.523257403 L4_control_B1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.311147018 L4_control_B2 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.358583261 L4_control_B3 +LQ05X031510 Putative Auxin-induced protein 5NG4 4.956633937 L4_control_C2 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.122524586 L4_control_C3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.235856955 L4_chemical_A1 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.917816807 L4_chemical_A2 +LQ05X031510 Putative Auxin-induced protein 5NG4 6.176742858 L4_chemical_A3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.226156558 L4_chemical_B1 +LQ05X031510 Putative Auxin-induced protein 5NG4 4.798583151 L4_chemical_B2 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.270946398 L4_chemical_B3 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.429226645 L4_chemical_C2 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.30275593 L4_chemical_C3 +LQ05X031530 GDSL esterase/lipase At1g09390 9.999372151 C6_control_A1 +LQ05X031530 GDSL esterase/lipase At1g09390 9.760517645 C6_control_A3 +LQ05X031530 GDSL esterase/lipase At1g09390 9.5940753 C6_control_B1 +LQ05X031530 GDSL esterase/lipase At1g09390 8.241432863 C6_control_B2 +LQ05X031530 GDSL esterase/lipase At1g09390 8.746316036 C6_control_B3 +LQ05X031530 GDSL esterase/lipase At1g09390 7.246955046 C6_control_C1 +LQ05X031530 GDSL esterase/lipase At1g09390 6.620980125 C6_control_C2 +LQ05X031530 GDSL esterase/lipase At1g09390 6.687116582 C6_control_C3 +LQ05X031530 GDSL esterase/lipase At1g09390 10.00320933 C6_chemical_A1 +LQ05X031530 GDSL esterase/lipase At1g09390 10.04602546 C6_chemical_A3 +LQ05X031530 GDSL esterase/lipase At1g09390 9.323833241 C6_chemical_B1 +LQ05X031530 GDSL esterase/lipase At1g09390 8.17620838 C6_chemical_B2 +LQ05X031530 GDSL esterase/lipase At1g09390 8.209156639 C6_chemical_B3 +LQ05X031530 GDSL esterase/lipase At1g09390 7.073898868 C6_chemical_C1 +LQ05X031530 GDSL esterase/lipase At1g09390 6.905929157 C6_chemical_C2 +LQ05X031530 GDSL esterase/lipase At1g09390 6.701623715 C6_chemical_C3 +LQ05X031530 GDSL esterase/lipase At1g09390 10.29330573 L4_control_A1 +LQ05X031530 GDSL esterase/lipase At1g09390 10.25430278 L4_control_A2 +LQ05X031530 GDSL esterase/lipase At1g09390 9.736505731 L4_control_A3 +LQ05X031530 GDSL esterase/lipase At1g09390 9.391850696 L4_control_B1 +LQ05X031530 GDSL esterase/lipase At1g09390 10.66417514 L4_control_B2 +LQ05X031530 GDSL esterase/lipase At1g09390 7.543408971 L4_control_B3 +LQ05X031530 GDSL esterase/lipase At1g09390 6.791274447 L4_control_C2 +LQ05X031530 GDSL esterase/lipase At1g09390 7.355359434 L4_control_C3 +LQ05X031530 GDSL esterase/lipase At1g09390 9.571446611 L4_chemical_A1 +LQ05X031530 GDSL esterase/lipase At1g09390 9.512600451 L4_chemical_A2 +LQ05X031530 GDSL esterase/lipase At1g09390 9.326646533 L4_chemical_A3 +LQ05X031530 GDSL esterase/lipase At1g09390 9.513000777 L4_chemical_B1 +LQ05X031530 GDSL esterase/lipase At1g09390 10.93614418 L4_chemical_B2 +LQ05X031530 GDSL esterase/lipase At1g09390 9.410945294 L4_chemical_B3 +LQ05X031530 GDSL esterase/lipase At1g09390 7.53747564 L4_chemical_C2 +LQ05X031530 GDSL esterase/lipase At1g09390 7.500998886 L4_chemical_C3 +LQ05X031550 Putative Predicted protein 13.58648844 C6_control_A1 +LQ05X031550 Putative Predicted protein 13.96754146 C6_control_A3 +LQ05X031550 Putative Predicted protein 12.41131035 C6_control_B1 +LQ05X031550 Putative Predicted protein 11.48082104 C6_control_B2 +LQ05X031550 Putative Predicted protein 12.9197618 C6_control_B3 +LQ05X031550 Putative Predicted protein 12.61155688 C6_control_C1 +LQ05X031550 Putative Predicted protein 12.36196624 C6_control_C2 +LQ05X031550 Putative Predicted protein 13.04745975 C6_control_C3 +LQ05X031550 Putative Predicted protein 13.12142295 C6_chemical_A1 +LQ05X031550 Putative Predicted protein 13.81948866 C6_chemical_A3 +LQ05X031550 Putative Predicted protein 11.18098718 C6_chemical_B1 +LQ05X031550 Putative Predicted protein 11.25531943 C6_chemical_B2 +LQ05X031550 Putative Predicted protein 12.71471123 C6_chemical_B3 +LQ05X031550 Putative Predicted protein 12.38786906 C6_chemical_C1 +LQ05X031550 Putative Predicted protein 12.61604812 C6_chemical_C2 +LQ05X031550 Putative Predicted protein 13.91998667 C6_chemical_C3 +LQ05X031550 Putative Predicted protein 13.65890773 L4_control_A1 +LQ05X031550 Putative Predicted protein 14.01017003 L4_control_A2 +LQ05X031550 Putative Predicted protein 13.13009694 L4_control_A3 +LQ05X031550 Putative Predicted protein 11.90524997 L4_control_B1 +LQ05X031550 Putative Predicted protein 11.98271941 L4_control_B2 +LQ05X031550 Putative Predicted protein 12.47081831 L4_control_B3 +LQ05X031550 Putative Predicted protein 12.94171172 L4_control_C2 +LQ05X031550 Putative Predicted protein 13.59934483 L4_control_C3 +LQ05X031550 Putative Predicted protein 13.84444495 L4_chemical_A1 +LQ05X031550 Putative Predicted protein 12.81782081 L4_chemical_A2 +LQ05X031550 Putative Predicted protein 13.74120217 L4_chemical_A3 +LQ05X031550 Putative Predicted protein 13.03254812 L4_chemical_B1 +LQ05X031550 Putative Predicted protein 12.08286022 L4_chemical_B2 +LQ05X031550 Putative Predicted protein 12.78561127 L4_chemical_B3 +LQ05X031550 Putative Predicted protein 13.00135235 L4_chemical_C2 +LQ05X031550 Putative Predicted protein 13.07087771 L4_chemical_C3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.05685042 C6_control_A1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 11.80960213 C6_control_A3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 11.9536776 C6_control_B1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.64204219 C6_control_B2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.46435523 C6_control_B3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.35007211 C6_control_C1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.687406 C6_control_C2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.38931699 C6_control_C3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.08455107 C6_chemical_A1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 11.75099318 C6_chemical_A3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 11.9746482 C6_chemical_B1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.57405222 C6_chemical_B2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.5189928 C6_chemical_B3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.48982986 C6_chemical_C1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.45652546 C6_chemical_C2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.13592539 C6_chemical_C3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.32237678 L4_control_A1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.44441034 L4_control_A2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.52479629 L4_control_A3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.19505267 L4_control_B1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.11244035 L4_control_B2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.8765299 L4_control_B3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.12152028 L4_control_C2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.54092384 L4_control_C3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 13.22742714 L4_chemical_A1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 13.15525507 L4_chemical_A2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 13.00733258 L4_chemical_A3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.67739325 L4_chemical_B1 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.34566881 L4_chemical_B2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.53532756 L4_chemical_B3 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.16473637 L4_chemical_C2 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.58865169 L4_chemical_C3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.303300939 C6_control_A1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.299576715 C6_control_A3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.112353963 C6_control_B1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.892854166 C6_control_B2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.90486081 C6_control_B3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.012073807 C6_control_C1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.192022458 C6_control_C2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.393518509 C6_control_C3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.090279225 C6_chemical_A1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.954107833 C6_chemical_A3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.690547307 C6_chemical_B1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.631698165 C6_chemical_B2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.484926853 C6_chemical_B3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.916383066 C6_chemical_C1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.254351249 C6_chemical_C2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.484914852 C6_chemical_C3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.348819933 L4_control_A1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.548305243 L4_control_A2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.820855317 L4_control_A3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.881248078 L4_control_B1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.369221149 L4_control_B2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.540721776 L4_control_B3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 10.04434809 L4_control_C2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.798133312 L4_control_C3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.608902033 L4_chemical_A1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.62275688 L4_chemical_A2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.60390938 L4_chemical_A3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 10.18980649 L4_chemical_B1 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 10.20707945 L4_chemical_B2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 8.872648793 L4_chemical_B3 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 10.55428146 L4_chemical_C2 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 10.06573895 L4_chemical_C3 +LQ05X031590 Shaggy-related protein kinase alpha 14.249294 C6_control_A1 +LQ05X031590 Shaggy-related protein kinase alpha 14.04738594 C6_control_A3 +LQ05X031590 Shaggy-related protein kinase alpha 14.26184224 C6_control_B1 +LQ05X031590 Shaggy-related protein kinase alpha 14.59225383 C6_control_B2 +LQ05X031590 Shaggy-related protein kinase alpha 14.12246548 C6_control_B3 +LQ05X031590 Shaggy-related protein kinase alpha 14.83891213 C6_control_C1 +LQ05X031590 Shaggy-related protein kinase alpha 14.73963323 C6_control_C2 +LQ05X031590 Shaggy-related protein kinase alpha 14.55353567 C6_control_C3 +LQ05X031590 Shaggy-related protein kinase alpha 14.26293619 C6_chemical_A1 +LQ05X031590 Shaggy-related protein kinase alpha 14.2373309 C6_chemical_A3 +LQ05X031590 Shaggy-related protein kinase alpha 14.03994177 C6_chemical_B1 +LQ05X031590 Shaggy-related protein kinase alpha 14.49618632 C6_chemical_B2 +LQ05X031590 Shaggy-related protein kinase alpha 14.16740812 C6_chemical_B3 +LQ05X031590 Shaggy-related protein kinase alpha 14.839947 C6_chemical_C1 +LQ05X031590 Shaggy-related protein kinase alpha 14.68679654 C6_chemical_C2 +LQ05X031590 Shaggy-related protein kinase alpha 15.07630757 C6_chemical_C3 +LQ05X031590 Shaggy-related protein kinase alpha 13.77094384 L4_control_A1 +LQ05X031590 Shaggy-related protein kinase alpha 14.28618228 L4_control_A2 +LQ05X031590 Shaggy-related protein kinase alpha 12.89333146 L4_control_A3 +LQ05X031590 Shaggy-related protein kinase alpha 14.29944575 L4_control_B1 +LQ05X031590 Shaggy-related protein kinase alpha 13.94235825 L4_control_B2 +LQ05X031590 Shaggy-related protein kinase alpha 14.26562458 L4_control_B3 +LQ05X031590 Shaggy-related protein kinase alpha 13.88167221 L4_control_C2 +LQ05X031590 Shaggy-related protein kinase alpha 13.84130132 L4_control_C3 +LQ05X031590 Shaggy-related protein kinase alpha 14.164256 L4_chemical_A1 +LQ05X031590 Shaggy-related protein kinase alpha 14.33378277 L4_chemical_A2 +LQ05X031590 Shaggy-related protein kinase alpha 13.3518892 L4_chemical_A3 +LQ05X031590 Shaggy-related protein kinase alpha 14.07851029 L4_chemical_B1 +LQ05X031590 Shaggy-related protein kinase alpha 13.90988309 L4_chemical_B2 +LQ05X031590 Shaggy-related protein kinase alpha 14.24044567 L4_chemical_B3 +LQ05X031590 Shaggy-related protein kinase alpha 13.88106124 L4_chemical_C2 +LQ05X031590 Shaggy-related protein kinase alpha 13.99751691 L4_chemical_C3 +LQ05X031620 FACT complex subunit SPT16 4.973633231 C6_control_A1 +LQ05X031620 FACT complex subunit SPT16 4.860426381 C6_control_A3 +LQ05X031620 FACT complex subunit SPT16 4.987491915 C6_control_B1 +LQ05X031620 FACT complex subunit SPT16 5.090855811 C6_control_B2 +LQ05X031620 FACT complex subunit SPT16 5.130753484 C6_control_B3 +LQ05X031620 FACT complex subunit SPT16 5.362372637 C6_control_C1 +LQ05X031620 FACT complex subunit SPT16 4.813754572 C6_control_C2 +LQ05X031620 FACT complex subunit SPT16 4.90295225 C6_control_C3 +LQ05X031620 FACT complex subunit SPT16 5.170707317 C6_chemical_A1 +LQ05X031620 FACT complex subunit SPT16 4.981070095 C6_chemical_A3 +LQ05X031620 FACT complex subunit SPT16 5.504046591 C6_chemical_B1 +LQ05X031620 FACT complex subunit SPT16 5.104404093 C6_chemical_B2 +LQ05X031620 FACT complex subunit SPT16 5.036852148 C6_chemical_B3 +LQ05X031620 FACT complex subunit SPT16 5.007886107 C6_chemical_C1 +LQ05X031620 FACT complex subunit SPT16 5.0966133 C6_chemical_C2 +LQ05X031620 FACT complex subunit SPT16 4.873159815 C6_chemical_C3 +LQ05X031620 FACT complex subunit SPT16 5.031361901 L4_control_A1 +LQ05X031620 FACT complex subunit SPT16 5.144879963 L4_control_A2 +LQ05X031620 FACT complex subunit SPT16 5.016200419 L4_control_A3 +LQ05X031620 FACT complex subunit SPT16 5.312370797 L4_control_B1 +LQ05X031620 FACT complex subunit SPT16 5.107854531 L4_control_B2 +LQ05X031620 FACT complex subunit SPT16 5.188106784 L4_control_B3 +LQ05X031620 FACT complex subunit SPT16 5.038211992 L4_control_C2 +LQ05X031620 FACT complex subunit SPT16 5.546561298 L4_control_C3 +LQ05X031620 FACT complex subunit SPT16 5.264462268 L4_chemical_A1 +LQ05X031620 FACT complex subunit SPT16 5.134885017 L4_chemical_A2 +LQ05X031620 FACT complex subunit SPT16 5.210870571 L4_chemical_A3 +LQ05X031620 FACT complex subunit SPT16 5.689659909 L4_chemical_B1 +LQ05X031620 FACT complex subunit SPT16 4.882436246 L4_chemical_B2 +LQ05X031620 FACT complex subunit SPT16 5.019853367 L4_chemical_B3 +LQ05X031620 FACT complex subunit SPT16 5.119218105 L4_chemical_C2 +LQ05X031620 FACT complex subunit SPT16 5.341602468 L4_chemical_C3 +LQ05X031630 Putative ATP-citrate synthase 14.08227495 C6_control_A1 +LQ05X031630 Putative ATP-citrate synthase 13.89028465 C6_control_A3 +LQ05X031630 Putative ATP-citrate synthase 13.96821386 C6_control_B1 +LQ05X031630 Putative ATP-citrate synthase 13.60693118 C6_control_B2 +LQ05X031630 Putative ATP-citrate synthase 13.56631984 C6_control_B3 +LQ05X031630 Putative ATP-citrate synthase 12.42355212 C6_control_C1 +LQ05X031630 Putative ATP-citrate synthase 12.93089531 C6_control_C2 +LQ05X031630 Putative ATP-citrate synthase 12.43298547 C6_control_C3 +LQ05X031630 Putative ATP-citrate synthase 14.15851799 C6_chemical_A1 +LQ05X031630 Putative ATP-citrate synthase 14.0075312 C6_chemical_A3 +LQ05X031630 Putative ATP-citrate synthase 13.74980559 C6_chemical_B1 +LQ05X031630 Putative ATP-citrate synthase 13.71772617 C6_chemical_B2 +LQ05X031630 Putative ATP-citrate synthase 13.69415384 C6_chemical_B3 +LQ05X031630 Putative ATP-citrate synthase 12.45723645 C6_chemical_C1 +LQ05X031630 Putative ATP-citrate synthase 12.69831711 C6_chemical_C2 +LQ05X031630 Putative ATP-citrate synthase 12.5890529 C6_chemical_C3 +LQ05X031630 Putative ATP-citrate synthase 14.11915501 L4_control_A1 +LQ05X031630 Putative ATP-citrate synthase 14.03410122 L4_control_A2 +LQ05X031630 Putative ATP-citrate synthase 13.73884046 L4_control_A3 +LQ05X031630 Putative ATP-citrate synthase 13.71781515 L4_control_B1 +LQ05X031630 Putative ATP-citrate synthase 14.57895991 L4_control_B2 +LQ05X031630 Putative ATP-citrate synthase 13.71277212 L4_control_B3 +LQ05X031630 Putative ATP-citrate synthase 13.0589568 L4_control_C2 +LQ05X031630 Putative ATP-citrate synthase 13.34274981 L4_control_C3 +LQ05X031630 Putative ATP-citrate synthase 13.68429662 L4_chemical_A1 +LQ05X031630 Putative ATP-citrate synthase 13.77212396 L4_chemical_A2 +LQ05X031630 Putative ATP-citrate synthase 13.62980872 L4_chemical_A3 +LQ05X031630 Putative ATP-citrate synthase 13.950032 L4_chemical_B1 +LQ05X031630 Putative ATP-citrate synthase 14.02920116 L4_chemical_B2 +LQ05X031630 Putative ATP-citrate synthase 13.77781186 L4_chemical_B3 +LQ05X031630 Putative ATP-citrate synthase 13.04272609 L4_chemical_C2 +LQ05X031630 Putative ATP-citrate synthase 13.45357312 L4_chemical_C3 +LQ05X031650 Hypothetical protein 12.70971855 C6_control_A1 +LQ05X031650 Hypothetical protein 13.07373418 C6_control_A3 +LQ05X031650 Hypothetical protein 13.60806457 C6_control_B1 +LQ05X031650 Hypothetical protein 12.90556796 C6_control_B2 +LQ05X031650 Hypothetical protein 14.18726514 C6_control_B3 +LQ05X031650 Hypothetical protein 9.212528545 C6_control_C1 +LQ05X031650 Hypothetical protein 8.844917943 C6_control_C2 +LQ05X031650 Hypothetical protein 9.789256103 C6_control_C3 +LQ05X031650 Hypothetical protein 12.09014201 C6_chemical_A1 +LQ05X031650 Hypothetical protein 11.82220728 C6_chemical_A3 +LQ05X031650 Hypothetical protein 13.52253434 C6_chemical_B1 +LQ05X031650 Hypothetical protein 12.9229723 C6_chemical_B2 +LQ05X031650 Hypothetical protein 13.40098964 C6_chemical_B3 +LQ05X031650 Hypothetical protein 8.839138992 C6_chemical_C1 +LQ05X031650 Hypothetical protein 8.948977248 C6_chemical_C2 +LQ05X031650 Hypothetical protein 8.506258521 C6_chemical_C3 +LQ05X031650 Hypothetical protein 12.89790134 L4_control_A1 +LQ05X031650 Hypothetical protein 12.89758709 L4_control_A2 +LQ05X031650 Hypothetical protein 13.12522008 L4_control_A3 +LQ05X031650 Hypothetical protein 11.28400592 L4_control_B1 +LQ05X031650 Hypothetical protein 11.94192586 L4_control_B2 +LQ05X031650 Hypothetical protein 9.214907315 L4_control_B3 +LQ05X031650 Hypothetical protein 6.50406083 L4_control_C2 +LQ05X031650 Hypothetical protein 6.053990767 L4_control_C3 +LQ05X031650 Hypothetical protein 12.04800712 L4_chemical_A1 +LQ05X031650 Hypothetical protein 12.27391682 L4_chemical_A2 +LQ05X031650 Hypothetical protein 12.63031606 L4_chemical_A3 +LQ05X031650 Hypothetical protein 11.9179342 L4_chemical_B1 +LQ05X031650 Hypothetical protein 12.60566464 L4_chemical_B2 +LQ05X031650 Hypothetical protein 11.94046458 L4_chemical_B3 +LQ05X031650 Hypothetical protein 5.869757413 L4_chemical_C2 +LQ05X031650 Hypothetical protein 6.738961007 L4_chemical_C3 +LQ05X031660 S-adenosylmethionine synthase 1 5.24384776 C6_control_A1 +LQ05X031660 S-adenosylmethionine synthase 1 5.1714425 C6_control_A3 +LQ05X031660 S-adenosylmethionine synthase 1 5.698963048 C6_control_B1 +LQ05X031660 S-adenosylmethionine synthase 1 5.510737428 C6_control_B2 +LQ05X031660 S-adenosylmethionine synthase 1 5.262543371 C6_control_B3 +LQ05X031660 S-adenosylmethionine synthase 1 5.418515744 C6_control_C1 +LQ05X031660 S-adenosylmethionine synthase 1 6.156267734 C6_control_C2 +LQ05X031660 S-adenosylmethionine synthase 1 5.20991643 C6_control_C3 +LQ05X031660 S-adenosylmethionine synthase 1 5.026512075 C6_chemical_A1 +LQ05X031660 S-adenosylmethionine synthase 1 5.065482691 C6_chemical_A3 +LQ05X031660 S-adenosylmethionine synthase 1 5.354288998 C6_chemical_B1 +LQ05X031660 S-adenosylmethionine synthase 1 5.200536504 C6_chemical_B2 +LQ05X031660 S-adenosylmethionine synthase 1 5.752906669 C6_chemical_B3 +LQ05X031660 S-adenosylmethionine synthase 1 5.793286322 C6_chemical_C1 +LQ05X031660 S-adenosylmethionine synthase 1 5.641443926 C6_chemical_C2 +LQ05X031660 S-adenosylmethionine synthase 1 5.291017639 C6_chemical_C3 +LQ05X031660 S-adenosylmethionine synthase 1 4.727435058 L4_control_A1 +LQ05X031660 S-adenosylmethionine synthase 1 5.148290091 L4_control_A2 +LQ05X031660 S-adenosylmethionine synthase 1 4.991956504 L4_control_A3 +LQ05X031660 S-adenosylmethionine synthase 1 5.617770693 L4_control_B1 +LQ05X031660 S-adenosylmethionine synthase 1 5.800734114 L4_control_B2 +LQ05X031660 S-adenosylmethionine synthase 1 5.689179126 L4_control_B3 +LQ05X031660 S-adenosylmethionine synthase 1 5.819309727 L4_control_C2 +LQ05X031660 S-adenosylmethionine synthase 1 5.261810873 L4_control_C3 +LQ05X031660 S-adenosylmethionine synthase 1 5.11751567 L4_chemical_A1 +LQ05X031660 S-adenosylmethionine synthase 1 5.064833067 L4_chemical_A2 +LQ05X031660 S-adenosylmethionine synthase 1 5.062573922 L4_chemical_A3 +LQ05X031660 S-adenosylmethionine synthase 1 5.773691308 L4_chemical_B1 +LQ05X031660 S-adenosylmethionine synthase 1 6.160953085 L4_chemical_B2 +LQ05X031660 S-adenosylmethionine synthase 1 5.389519001 L4_chemical_B3 +LQ05X031660 S-adenosylmethionine synthase 1 6.010422897 L4_chemical_C2 +LQ05X031660 S-adenosylmethionine synthase 1 5.890903426 L4_chemical_C3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.51829371 C6_control_A1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.92200363 C6_control_A3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.4065975 C6_control_B1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.90119391 C6_control_B2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.06150213 C6_control_B3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 8.642989168 C6_control_C1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 8.418746887 C6_control_C2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 7.75158155 C6_control_C3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.41470677 C6_chemical_A1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.33680522 C6_chemical_A3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.22875939 C6_chemical_B1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.86237886 C6_chemical_B2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.1020382 C6_chemical_B3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 8.41485958 C6_chemical_C1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 8.652217496 C6_chemical_C2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 7.979720198 C6_chemical_C3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.42402153 L4_control_A1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.75683439 L4_control_A2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.28265481 L4_control_A3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.72657248 L4_control_B1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.37915632 L4_control_B2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.7418187 L4_control_B3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 8.230436806 L4_control_C2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 8.687923952 L4_control_C3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.34691173 L4_chemical_A1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.7366047 L4_chemical_A2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.78205385 L4_chemical_A3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.53452753 L4_chemical_B1 +LQ05X031690 Probable receptor-like protein kinase At2g42960 10.90480761 L4_chemical_B2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.42753144 L4_chemical_B3 +LQ05X031690 Probable receptor-like protein kinase At2g42960 7.841779055 L4_chemical_C2 +LQ05X031690 Probable receptor-like protein kinase At2g42960 9.189347727 L4_chemical_C3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.155791192 C6_control_A1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 6.101748371 C6_control_A3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.467059088 C6_control_B1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 4.847816169 C6_control_B2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.107878275 C6_control_B3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 4.662630616 C6_control_C1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 4.728969411 C6_control_C2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 4.794586477 C6_control_C3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.184090721 C6_chemical_A1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.208297245 C6_chemical_A3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.288834128 C6_chemical_B1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.002307265 C6_chemical_B2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.119200073 C6_chemical_B3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 4.725373939 C6_chemical_C1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 4.990920495 C6_chemical_C2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 4.781169181 C6_chemical_C3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.146055162 L4_control_A1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.288979969 L4_control_A2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.012071262 L4_control_A3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.018069654 L4_control_B1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.310152112 L4_control_B2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.215856958 L4_control_B3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.046445883 L4_control_C2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.443240496 L4_control_C3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.395700486 L4_chemical_A1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.222054558 L4_chemical_A2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.165094013 L4_chemical_A3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.867109229 L4_chemical_B1 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 4.93620097 L4_chemical_B2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.104690638 L4_chemical_B3 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.121598868 L4_chemical_C2 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.682561083 L4_chemical_C3 +LQ05X031720 Predicted protein 11.59371288 C6_control_A1 +LQ05X031720 Predicted protein 11.9323782 C6_control_A3 +LQ05X031720 Predicted protein 11.16594598 C6_control_B1 +LQ05X031720 Predicted protein 10.74858882 C6_control_B2 +LQ05X031720 Predicted protein 10.77659995 C6_control_B3 +LQ05X031720 Predicted protein 11.6397304 C6_control_C1 +LQ05X031720 Predicted protein 11.5069572 C6_control_C2 +LQ05X031720 Predicted protein 11.32426508 C6_control_C3 +LQ05X031720 Predicted protein 11.88177533 C6_chemical_A1 +LQ05X031720 Predicted protein 12.22583975 C6_chemical_A3 +LQ05X031720 Predicted protein 11.30180491 C6_chemical_B1 +LQ05X031720 Predicted protein 10.91452003 C6_chemical_B2 +LQ05X031720 Predicted protein 11.06116798 C6_chemical_B3 +LQ05X031720 Predicted protein 11.87247299 C6_chemical_C1 +LQ05X031720 Predicted protein 11.91982325 C6_chemical_C2 +LQ05X031720 Predicted protein 11.71218042 C6_chemical_C3 +LQ05X031720 Predicted protein 11.90668638 L4_control_A1 +LQ05X031720 Predicted protein 12.42668078 L4_control_A2 +LQ05X031720 Predicted protein 12.20911796 L4_control_A3 +LQ05X031720 Predicted protein 11.24682691 L4_control_B1 +LQ05X031720 Predicted protein 11.88369475 L4_control_B2 +LQ05X031720 Predicted protein 11.50019313 L4_control_B3 +LQ05X031720 Predicted protein 12.22026584 L4_control_C2 +LQ05X031720 Predicted protein 12.5674783 L4_control_C3 +LQ05X031720 Predicted protein 11.51118807 L4_chemical_A1 +LQ05X031720 Predicted protein 12.20282303 L4_chemical_A2 +LQ05X031720 Predicted protein 12.03721395 L4_chemical_A3 +LQ05X031720 Predicted protein 11.24352902 L4_chemical_B1 +LQ05X031720 Predicted protein 11.89844362 L4_chemical_B2 +LQ05X031720 Predicted protein 11.35400206 L4_chemical_B3 +LQ05X031720 Predicted protein 12.09737194 L4_chemical_C2 +LQ05X031720 Predicted protein 12.26525285 L4_chemical_C3 +LQ05X031741 Putative uncharacterized protein 12.33087438 C6_control_A1 +LQ05X031741 Putative uncharacterized protein 11.71442623 C6_control_A3 +LQ05X031741 Putative uncharacterized protein 12.41142844 C6_control_B1 +LQ05X031741 Putative uncharacterized protein 12.11336801 C6_control_B2 +LQ05X031741 Putative uncharacterized protein 12.47326357 C6_control_B3 +LQ05X031741 Putative uncharacterized protein 11.89611904 C6_control_C1 +LQ05X031741 Putative uncharacterized protein 11.50028835 C6_control_C2 +LQ05X031741 Putative uncharacterized protein 11.54506021 C6_control_C3 +LQ05X031741 Putative uncharacterized protein 12.00062835 C6_chemical_A1 +LQ05X031741 Putative uncharacterized protein 12.0517083 C6_chemical_A3 +LQ05X031741 Putative uncharacterized protein 12.60417059 C6_chemical_B1 +LQ05X031741 Putative uncharacterized protein 12.14948973 C6_chemical_B2 +LQ05X031741 Putative uncharacterized protein 12.35195782 C6_chemical_B3 +LQ05X031741 Putative uncharacterized protein 11.84454216 C6_chemical_C1 +LQ05X031741 Putative uncharacterized protein 11.68217625 C6_chemical_C2 +LQ05X031741 Putative uncharacterized protein 11.49937111 C6_chemical_C3 +LQ05X031741 Putative uncharacterized protein 11.8328684 L4_control_A1 +LQ05X031741 Putative uncharacterized protein 12.50071184 L4_control_A2 +LQ05X031741 Putative uncharacterized protein 12.41978881 L4_control_A3 +LQ05X031741 Putative uncharacterized protein 12.37260023 L4_control_B1 +LQ05X031741 Putative uncharacterized protein 12.77128259 L4_control_B2 +LQ05X031741 Putative uncharacterized protein 11.75905566 L4_control_B3 +LQ05X031741 Putative uncharacterized protein 11.69208453 L4_control_C2 +LQ05X031741 Putative uncharacterized protein 11.42982683 L4_control_C3 +LQ05X031741 Putative uncharacterized protein 12.21134847 L4_chemical_A1 +LQ05X031741 Putative uncharacterized protein 12.9701015 L4_chemical_A2 +LQ05X031741 Putative uncharacterized protein 12.42711216 L4_chemical_A3 +LQ05X031741 Putative uncharacterized protein 12.5490324 L4_chemical_B1 +LQ05X031741 Putative uncharacterized protein 12.67033512 L4_chemical_B2 +LQ05X031741 Putative uncharacterized protein 12.02413385 L4_chemical_B3 +LQ05X031741 Putative uncharacterized protein 11.45375938 L4_chemical_C2 +LQ05X031741 Putative uncharacterized protein 11.50331337 L4_chemical_C3 +LQ05X031750 Putative Isopenicillin N epimerase 12.43947182 C6_control_A1 +LQ05X031750 Putative Isopenicillin N epimerase 12.53839383 C6_control_A3 +LQ05X031750 Putative Isopenicillin N epimerase 12.36633608 C6_control_B1 +LQ05X031750 Putative Isopenicillin N epimerase 12.31315283 C6_control_B2 +LQ05X031750 Putative Isopenicillin N epimerase 11.90064011 C6_control_B3 +LQ05X031750 Putative Isopenicillin N epimerase 12.43407589 C6_control_C1 +LQ05X031750 Putative Isopenicillin N epimerase 12.20849204 C6_control_C2 +LQ05X031750 Putative Isopenicillin N epimerase 12.13507112 C6_control_C3 +LQ05X031750 Putative Isopenicillin N epimerase 12.23130678 C6_chemical_A1 +LQ05X031750 Putative Isopenicillin N epimerase 12.56891331 C6_chemical_A3 +LQ05X031750 Putative Isopenicillin N epimerase 12.13975219 C6_chemical_B1 +LQ05X031750 Putative Isopenicillin N epimerase 12.16220058 C6_chemical_B2 +LQ05X031750 Putative Isopenicillin N epimerase 11.77964351 C6_chemical_B3 +LQ05X031750 Putative Isopenicillin N epimerase 12.2581748 C6_chemical_C1 +LQ05X031750 Putative Isopenicillin N epimerase 12.23737534 C6_chemical_C2 +LQ05X031750 Putative Isopenicillin N epimerase 11.74324755 C6_chemical_C3 +LQ05X031750 Putative Isopenicillin N epimerase 11.87487786 L4_control_A1 +LQ05X031750 Putative Isopenicillin N epimerase 11.15434478 L4_control_A2 +LQ05X031750 Putative Isopenicillin N epimerase 11.39675627 L4_control_A3 +LQ05X031750 Putative Isopenicillin N epimerase 12.11165112 L4_control_B1 +LQ05X031750 Putative Isopenicillin N epimerase 10.86660376 L4_control_B2 +LQ05X031750 Putative Isopenicillin N epimerase 11.54662903 L4_control_B3 +LQ05X031750 Putative Isopenicillin N epimerase 11.62942398 L4_control_C2 +LQ05X031750 Putative Isopenicillin N epimerase 10.44363753 L4_control_C3 +LQ05X031750 Putative Isopenicillin N epimerase 12.25746246 L4_chemical_A1 +LQ05X031750 Putative Isopenicillin N epimerase 11.71057893 L4_chemical_A2 +LQ05X031750 Putative Isopenicillin N epimerase 12.03907321 L4_chemical_A3 +LQ05X031750 Putative Isopenicillin N epimerase 12.03296327 L4_chemical_B1 +LQ05X031750 Putative Isopenicillin N epimerase 11.42422385 L4_chemical_B2 +LQ05X031750 Putative Isopenicillin N epimerase 11.86767528 L4_chemical_B3 +LQ05X031750 Putative Isopenicillin N epimerase 11.99586946 L4_chemical_C2 +LQ05X031750 Putative Isopenicillin N epimerase 11.07136791 L4_chemical_C3 +LQ05X031760 Aspartic proteinase 9.988519679 C6_control_A1 +LQ05X031760 Aspartic proteinase 9.236569469 C6_control_A3 +LQ05X031760 Aspartic proteinase 10.10721061 C6_control_B1 +LQ05X031760 Aspartic proteinase 10.9870057 C6_control_B2 +LQ05X031760 Aspartic proteinase 10.56272682 C6_control_B3 +LQ05X031760 Aspartic proteinase 10.80675502 C6_control_C1 +LQ05X031760 Aspartic proteinase 11.32374843 C6_control_C2 +LQ05X031760 Aspartic proteinase 11.05397211 C6_control_C3 +LQ05X031760 Aspartic proteinase 10.13548839 C6_chemical_A1 +LQ05X031760 Aspartic proteinase 9.208843495 C6_chemical_A3 +LQ05X031760 Aspartic proteinase 10.24762568 C6_chemical_B1 +LQ05X031760 Aspartic proteinase 11.05502654 C6_chemical_B2 +LQ05X031760 Aspartic proteinase 11.11064184 C6_chemical_B3 +LQ05X031760 Aspartic proteinase 10.25330315 C6_chemical_C1 +LQ05X031760 Aspartic proteinase 10.66671741 C6_chemical_C2 +LQ05X031760 Aspartic proteinase 9.654620919 C6_chemical_C3 +LQ05X031760 Aspartic proteinase 9.556696637 L4_control_A1 +LQ05X031760 Aspartic proteinase 9.487648831 L4_control_A2 +LQ05X031760 Aspartic proteinase 9.899850598 L4_control_A3 +LQ05X031760 Aspartic proteinase 9.391826154 L4_control_B1 +LQ05X031760 Aspartic proteinase 10.06695413 L4_control_B2 +LQ05X031760 Aspartic proteinase 12.07107324 L4_control_B3 +LQ05X031760 Aspartic proteinase 10.04592741 L4_control_C2 +LQ05X031760 Aspartic proteinase 10.97668624 L4_control_C3 +LQ05X031760 Aspartic proteinase 9.650298181 L4_chemical_A1 +LQ05X031760 Aspartic proteinase 9.027180339 L4_chemical_A2 +LQ05X031760 Aspartic proteinase 10.19702489 L4_chemical_A3 +LQ05X031760 Aspartic proteinase 9.329516747 L4_chemical_B1 +LQ05X031760 Aspartic proteinase 9.393068868 L4_chemical_B2 +LQ05X031760 Aspartic proteinase 9.841003663 L4_chemical_B3 +LQ05X031760 Aspartic proteinase 9.72241807 L4_chemical_C2 +LQ05X031760 Aspartic proteinase 11.09122872 L4_chemical_C3 +LQ05X031800 Hydrophobic protein LTI6A 6.208047028 C6_control_A1 +LQ05X031800 Hydrophobic protein LTI6A 6.334541008 C6_control_A3 +LQ05X031800 Hydrophobic protein LTI6A 6.222512975 C6_control_B1 +LQ05X031800 Hydrophobic protein LTI6A 5.808754848 C6_control_B2 +LQ05X031800 Hydrophobic protein LTI6A 5.444705789 C6_control_B3 +LQ05X031800 Hydrophobic protein LTI6A 5.77958413 C6_control_C1 +LQ05X031800 Hydrophobic protein LTI6A 6.887681958 C6_control_C2 +LQ05X031800 Hydrophobic protein LTI6A 5.583747363 C6_control_C3 +LQ05X031800 Hydrophobic protein LTI6A 6.264308714 C6_chemical_A1 +LQ05X031800 Hydrophobic protein LTI6A 6.193193721 C6_chemical_A3 +LQ05X031800 Hydrophobic protein LTI6A 5.930660693 C6_chemical_B1 +LQ05X031800 Hydrophobic protein LTI6A 5.832347811 C6_chemical_B2 +LQ05X031800 Hydrophobic protein LTI6A 5.785190508 C6_chemical_B3 +LQ05X031800 Hydrophobic protein LTI6A 6.15474779 C6_chemical_C1 +LQ05X031800 Hydrophobic protein LTI6A 6.019551192 C6_chemical_C2 +LQ05X031800 Hydrophobic protein LTI6A 5.621960919 C6_chemical_C3 +LQ05X031800 Hydrophobic protein LTI6A 5.333257459 L4_control_A1 +LQ05X031800 Hydrophobic protein LTI6A 5.245185798 L4_control_A2 +LQ05X031800 Hydrophobic protein LTI6A 6.132103366 L4_control_A3 +LQ05X031800 Hydrophobic protein LTI6A 5.771880229 L4_control_B1 +LQ05X031800 Hydrophobic protein LTI6A 5.614435848 L4_control_B2 +LQ05X031800 Hydrophobic protein LTI6A 5.632099201 L4_control_B3 +LQ05X031800 Hydrophobic protein LTI6A 5.373312887 L4_control_C2 +LQ05X031800 Hydrophobic protein LTI6A 6.256813131 L4_control_C3 +LQ05X031800 Hydrophobic protein LTI6A 6.065545283 L4_chemical_A1 +LQ05X031800 Hydrophobic protein LTI6A 5.504099111 L4_chemical_A2 +LQ05X031800 Hydrophobic protein LTI6A 5.949851963 L4_chemical_A3 +LQ05X031800 Hydrophobic protein LTI6A 5.994747679 L4_chemical_B1 +LQ05X031800 Hydrophobic protein LTI6A 5.834640285 L4_chemical_B2 +LQ05X031800 Hydrophobic protein LTI6A 5.778949645 L4_chemical_B3 +LQ05X031800 Hydrophobic protein LTI6A 5.633340275 L4_chemical_C2 +LQ05X031800 Hydrophobic protein LTI6A 6.267192827 L4_chemical_C3 +LQ05X031840 Putative uncharacterized protein 6.223893291 C6_control_A1 +LQ05X031840 Putative uncharacterized protein 7.086460406 C6_control_A3 +LQ05X031840 Putative uncharacterized protein 6.93180112 C6_control_B1 +LQ05X031840 Putative uncharacterized protein 6.533844029 C6_control_B2 +LQ05X031840 Putative uncharacterized protein 6.523228395 C6_control_B3 +LQ05X031840 Putative uncharacterized protein 5.57996918 C6_control_C1 +LQ05X031840 Putative uncharacterized protein 5.572469798 C6_control_C2 +LQ05X031840 Putative uncharacterized protein 5.781662027 C6_control_C3 +LQ05X031840 Putative uncharacterized protein 5.990637497 C6_chemical_A1 +LQ05X031840 Putative uncharacterized protein 6.020022145 C6_chemical_A3 +LQ05X031840 Putative uncharacterized protein 6.770215862 C6_chemical_B1 +LQ05X031840 Putative uncharacterized protein 6.16322398 C6_chemical_B2 +LQ05X031840 Putative uncharacterized protein 5.561991305 C6_chemical_B3 +LQ05X031840 Putative uncharacterized protein 5.617570351 C6_chemical_C1 +LQ05X031840 Putative uncharacterized protein 5.527375752 C6_chemical_C2 +LQ05X031840 Putative uncharacterized protein 5.74628429 C6_chemical_C3 +LQ05X031840 Putative uncharacterized protein 6.172245121 L4_control_A1 +LQ05X031840 Putative uncharacterized protein 6.049899515 L4_control_A2 +LQ05X031840 Putative uncharacterized protein 6.403813568 L4_control_A3 +LQ05X031840 Putative uncharacterized protein 6.3531632 L4_control_B1 +LQ05X031840 Putative uncharacterized protein 6.054396037 L4_control_B2 +LQ05X031840 Putative uncharacterized protein 6.128134975 L4_control_B3 +LQ05X031840 Putative uncharacterized protein 5.61273394 L4_control_C2 +LQ05X031840 Putative uncharacterized protein 5.700822757 L4_control_C3 +LQ05X031840 Putative uncharacterized protein 6.063744355 L4_chemical_A1 +LQ05X031840 Putative uncharacterized protein 5.983216828 L4_chemical_A2 +LQ05X031840 Putative uncharacterized protein 6.295150697 L4_chemical_A3 +LQ05X031840 Putative uncharacterized protein 6.419751422 L4_chemical_B1 +LQ05X031840 Putative uncharacterized protein 6.374859596 L4_chemical_B2 +LQ05X031840 Putative uncharacterized protein 5.851774323 L4_chemical_B3 +LQ05X031840 Putative uncharacterized protein 5.032001344 L4_chemical_C2 +LQ05X031840 Putative uncharacterized protein 6.492315878 L4_chemical_C3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.682350457 C6_control_A1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.513785843 C6_control_A3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.075970449 C6_control_B1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.745569818 C6_control_B2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.651020133 C6_control_B3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.66450585 C6_control_C1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 6.408175793 C6_control_C2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.479816549 C6_control_C3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.232625363 C6_chemical_A1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.258051607 C6_chemical_A3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.531204346 C6_chemical_B1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.7750744 C6_chemical_B2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.393370213 C6_chemical_B3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.464124064 C6_chemical_C1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.873717108 C6_chemical_C2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.494483955 C6_chemical_C3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.189816878 L4_control_A1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.761863127 L4_control_A2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.378991301 L4_control_A3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.217197432 L4_control_B1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.546164811 L4_control_B2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.099670234 L4_control_B3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 4.96008597 L4_control_C2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.083128068 L4_control_C3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.332820085 L4_chemical_A1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.249021728 L4_chemical_A2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.650210362 L4_chemical_A3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.501532138 L4_chemical_B1 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.054334924 L4_chemical_B2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.196604058 L4_chemical_B3 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.235899188 L4_chemical_C2 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.396267454 L4_chemical_C3 +LQ05X031880 Germin-like protein 5-1 4.668531485 C6_control_A1 +LQ05X031880 Germin-like protein 5-1 4.64478094 C6_control_A3 +LQ05X031880 Germin-like protein 5-1 5.179816955 C6_control_B1 +LQ05X031880 Germin-like protein 5-1 5.282035089 C6_control_B2 +LQ05X031880 Germin-like protein 5-1 5.447712634 C6_control_B3 +LQ05X031880 Germin-like protein 5-1 5.636857408 C6_control_C1 +LQ05X031880 Germin-like protein 5-1 5.317922959 C6_control_C2 +LQ05X031880 Germin-like protein 5-1 5.238306507 C6_control_C3 +LQ05X031880 Germin-like protein 5-1 4.986162365 C6_chemical_A1 +LQ05X031880 Germin-like protein 5-1 5.0191393 C6_chemical_A3 +LQ05X031880 Germin-like protein 5-1 5.2522284 C6_chemical_B1 +LQ05X031880 Germin-like protein 5-1 5.20526667 C6_chemical_B2 +LQ05X031880 Germin-like protein 5-1 4.905820839 C6_chemical_B3 +LQ05X031880 Germin-like protein 5-1 5.822370049 C6_chemical_C1 +LQ05X031880 Germin-like protein 5-1 5.294400245 C6_chemical_C2 +LQ05X031880 Germin-like protein 5-1 5.669995383 C6_chemical_C3 +LQ05X031880 Germin-like protein 5-1 5.265247324 L4_control_A1 +LQ05X031880 Germin-like protein 5-1 5.380227968 L4_control_A2 +LQ05X031880 Germin-like protein 5-1 4.629824298 L4_control_A3 +LQ05X031880 Germin-like protein 5-1 5.135571175 L4_control_B1 +LQ05X031880 Germin-like protein 5-1 5.060263206 L4_control_B2 +LQ05X031880 Germin-like protein 5-1 5.024998287 L4_control_B3 +LQ05X031880 Germin-like protein 5-1 5.010707982 L4_control_C2 +LQ05X031880 Germin-like protein 5-1 5.572536611 L4_control_C3 +LQ05X031880 Germin-like protein 5-1 5.167458708 L4_chemical_A1 +LQ05X031880 Germin-like protein 5-1 5.133495448 L4_chemical_A2 +LQ05X031880 Germin-like protein 5-1 4.960571588 L4_chemical_A3 +LQ05X031880 Germin-like protein 5-1 5.523776559 L4_chemical_B1 +LQ05X031880 Germin-like protein 5-1 5.172406168 L4_chemical_B2 +LQ05X031880 Germin-like protein 5-1 4.988106802 L4_chemical_B3 +LQ05X031880 Germin-like protein 5-1 5.171580947 L4_chemical_C2 +LQ05X031880 Germin-like protein 5-1 6.464763835 L4_chemical_C3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.224364395 C6_control_A1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.537411405 C6_control_A3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.589824281 C6_control_B1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 5.727997011 C6_control_B2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.221419792 C6_control_B3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.070610879 C6_control_C1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.342813276 C6_control_C2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.057495022 C6_control_C3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.287857472 C6_chemical_A1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.110319417 C6_chemical_A3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.185580712 C6_chemical_B1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.012264886 C6_chemical_B2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.37953695 C6_chemical_B3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.148022045 C6_chemical_C1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.139568441 C6_chemical_C2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.237584429 C6_chemical_C3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.329176414 L4_control_A1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.407256046 L4_control_A2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.37129738 L4_control_A3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.168824607 L4_control_B1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 7.007757414 L4_control_B2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.239739737 L4_control_B3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.144050672 L4_control_C2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 5.777046295 L4_control_C3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.259760943 L4_chemical_A1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.71866049 L4_chemical_A2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.214457988 L4_chemical_A3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.487103012 L4_chemical_B1 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.477148559 L4_chemical_B2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.038997967 L4_chemical_B3 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.246577903 L4_chemical_C2 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 5.503615535 L4_chemical_C3 +LQ05X031900 Phytochrome A 7.974671781 C6_control_A1 +LQ05X031900 Phytochrome A 7.788897108 C6_control_A3 +LQ05X031900 Phytochrome A 7.974820398 C6_control_B1 +LQ05X031900 Phytochrome A 8.5949334 C6_control_B2 +LQ05X031900 Phytochrome A 8.150408051 C6_control_B3 +LQ05X031900 Phytochrome A 8.962793916 C6_control_C1 +LQ05X031900 Phytochrome A 10.4475642 C6_control_C2 +LQ05X031900 Phytochrome A 9.713254445 C6_control_C3 +LQ05X031900 Phytochrome A 9.127637656 C6_chemical_A1 +LQ05X031900 Phytochrome A 7.925157665 C6_chemical_A3 +LQ05X031900 Phytochrome A 9.203411456 C6_chemical_B1 +LQ05X031900 Phytochrome A 9.506071019 C6_chemical_B2 +LQ05X031900 Phytochrome A 9.118902726 C6_chemical_B3 +LQ05X031900 Phytochrome A 10.21423475 C6_chemical_C1 +LQ05X031900 Phytochrome A 10.30191031 C6_chemical_C2 +LQ05X031900 Phytochrome A 10.60925897 C6_chemical_C3 +LQ05X031900 Phytochrome A 8.164638162 L4_control_A1 +LQ05X031900 Phytochrome A 8.067505655 L4_control_A2 +LQ05X031900 Phytochrome A 8.121692416 L4_control_A3 +LQ05X031900 Phytochrome A 8.473690251 L4_control_B1 +LQ05X031900 Phytochrome A 8.441140951 L4_control_B2 +LQ05X031900 Phytochrome A 8.420609001 L4_control_B3 +LQ05X031900 Phytochrome A 9.187457775 L4_control_C2 +LQ05X031900 Phytochrome A 8.816301556 L4_control_C3 +LQ05X031900 Phytochrome A 8.388045057 L4_chemical_A1 +LQ05X031900 Phytochrome A 8.458104022 L4_chemical_A2 +LQ05X031900 Phytochrome A 8.205941368 L4_chemical_A3 +LQ05X031900 Phytochrome A 8.71226953 L4_chemical_B1 +LQ05X031900 Phytochrome A 8.786319171 L4_chemical_B2 +LQ05X031900 Phytochrome A 8.166202371 L4_chemical_B3 +LQ05X031900 Phytochrome A 8.467979423 L4_chemical_C2 +LQ05X031900 Phytochrome A 9.257632969 L4_chemical_C3 +LQ05X031930 Predicted protein 5.489132346 C6_control_A1 +LQ05X031930 Predicted protein 5.367936193 C6_control_A3 +LQ05X031930 Predicted protein 5.208170609 C6_control_B1 +LQ05X031930 Predicted protein 5.298426918 C6_control_B2 +LQ05X031930 Predicted protein 5.68440999 C6_control_B3 +LQ05X031930 Predicted protein 4.998279182 C6_control_C1 +LQ05X031930 Predicted protein 5.027017145 C6_control_C2 +LQ05X031930 Predicted protein 5.220433102 C6_control_C3 +LQ05X031930 Predicted protein 5.314083325 C6_chemical_A1 +LQ05X031930 Predicted protein 5.264000526 C6_chemical_A3 +LQ05X031930 Predicted protein 5.497381761 C6_chemical_B1 +LQ05X031930 Predicted protein 5.281809831 C6_chemical_B2 +LQ05X031930 Predicted protein 5.255113898 C6_chemical_B3 +LQ05X031930 Predicted protein 5.191595775 C6_chemical_C1 +LQ05X031930 Predicted protein 5.342636329 C6_chemical_C2 +LQ05X031930 Predicted protein 5.314573335 C6_chemical_C3 +LQ05X031930 Predicted protein 5.045435523 L4_control_A1 +LQ05X031930 Predicted protein 5.319588827 L4_control_A2 +LQ05X031930 Predicted protein 5.761269712 L4_control_A3 +LQ05X031930 Predicted protein 5.164391295 L4_control_B1 +LQ05X031930 Predicted protein 5.415747361 L4_control_B2 +LQ05X031930 Predicted protein 5.594730091 L4_control_B3 +LQ05X031930 Predicted protein 5.748427086 L4_control_C2 +LQ05X031930 Predicted protein 5.210122643 L4_control_C3 +LQ05X031930 Predicted protein 5.095402571 L4_chemical_A1 +LQ05X031930 Predicted protein 5.183566052 L4_chemical_A2 +LQ05X031930 Predicted protein 5.107672059 L4_chemical_A3 +LQ05X031930 Predicted protein 5.192601586 L4_chemical_B1 +LQ05X031930 Predicted protein 5.430363001 L4_chemical_B2 +LQ05X031930 Predicted protein 5.22707001 L4_chemical_B3 +LQ05X031930 Predicted protein 5.730054535 L4_chemical_C2 +LQ05X031930 Predicted protein 5.410738335 L4_chemical_C3 +LQ05X031940 Hypothetical protein 9.401912005 C6_control_A1 +LQ05X031940 Hypothetical protein 9.67539291 C6_control_A3 +LQ05X031940 Hypothetical protein 8.583274572 C6_control_B1 +LQ05X031940 Hypothetical protein 8.799561144 C6_control_B2 +LQ05X031940 Hypothetical protein 9.421856572 C6_control_B3 +LQ05X031940 Hypothetical protein 10.62742489 C6_control_C1 +LQ05X031940 Hypothetical protein 10.68687512 C6_control_C2 +LQ05X031940 Hypothetical protein 11.29024271 C6_control_C3 +LQ05X031940 Hypothetical protein 9.359892477 C6_chemical_A1 +LQ05X031940 Hypothetical protein 9.097656072 C6_chemical_A3 +LQ05X031940 Hypothetical protein 8.898778643 C6_chemical_B1 +LQ05X031940 Hypothetical protein 8.420191432 C6_chemical_B2 +LQ05X031940 Hypothetical protein 9.805749481 C6_chemical_B3 +LQ05X031940 Hypothetical protein 10.49323473 C6_chemical_C1 +LQ05X031940 Hypothetical protein 10.72316889 C6_chemical_C2 +LQ05X031940 Hypothetical protein 10.73306736 C6_chemical_C3 +LQ05X031940 Hypothetical protein 8.721407996 L4_control_A1 +LQ05X031940 Hypothetical protein 8.852274869 L4_control_A2 +LQ05X031940 Hypothetical protein 9.727191445 L4_control_A3 +LQ05X031940 Hypothetical protein 7.715009701 L4_control_B1 +LQ05X031940 Hypothetical protein 7.757351256 L4_control_B2 +LQ05X031940 Hypothetical protein 8.573642606 L4_control_B3 +LQ05X031940 Hypothetical protein 10.09799628 L4_control_C2 +LQ05X031940 Hypothetical protein 10.70116889 L4_control_C3 +LQ05X031940 Hypothetical protein 9.247323365 L4_chemical_A1 +LQ05X031940 Hypothetical protein 8.881062163 L4_chemical_A2 +LQ05X031940 Hypothetical protein 8.998327198 L4_chemical_A3 +LQ05X031940 Hypothetical protein 9.133834101 L4_chemical_B1 +LQ05X031940 Hypothetical protein 7.85391657 L4_chemical_B2 +LQ05X031940 Hypothetical protein 7.963860595 L4_chemical_B3 +LQ05X031940 Hypothetical protein 9.65074418 L4_chemical_C2 +LQ05X031940 Hypothetical protein 10.22302041 L4_chemical_C3 +LQ05X031950 Putative uncharacterized protein 7.848774855 C6_control_A1 +LQ05X031950 Putative uncharacterized protein 7.278773871 C6_control_A3 +LQ05X031950 Putative uncharacterized protein 8.846244214 C6_control_B1 +LQ05X031950 Putative uncharacterized protein 8.206042143 C6_control_B2 +LQ05X031950 Putative uncharacterized protein 9.210834877 C6_control_B3 +LQ05X031950 Putative uncharacterized protein 8.48853027 C6_control_C1 +LQ05X031950 Putative uncharacterized protein 7.122676771 C6_control_C2 +LQ05X031950 Putative uncharacterized protein 9.000642981 C6_control_C3 +LQ05X031950 Putative uncharacterized protein 7.554713494 C6_chemical_A1 +LQ05X031950 Putative uncharacterized protein 7.479211659 C6_chemical_A3 +LQ05X031950 Putative uncharacterized protein 7.965966015 C6_chemical_B1 +LQ05X031950 Putative uncharacterized protein 7.760530062 C6_chemical_B2 +LQ05X031950 Putative uncharacterized protein 8.478046874 C6_chemical_B3 +LQ05X031950 Putative uncharacterized protein 8.377232586 C6_chemical_C1 +LQ05X031950 Putative uncharacterized protein 7.931826845 C6_chemical_C2 +LQ05X031950 Putative uncharacterized protein 8.262580346 C6_chemical_C3 +LQ05X031950 Putative uncharacterized protein 7.635268784 L4_control_A1 +LQ05X031950 Putative uncharacterized protein 6.107177173 L4_control_A2 +LQ05X031950 Putative uncharacterized protein 7.190863532 L4_control_A3 +LQ05X031950 Putative uncharacterized protein 7.280436389 L4_control_B1 +LQ05X031950 Putative uncharacterized protein 6.668296303 L4_control_B2 +LQ05X031950 Putative uncharacterized protein 8.554661653 L4_control_B3 +LQ05X031950 Putative uncharacterized protein 7.463867411 L4_control_C2 +LQ05X031950 Putative uncharacterized protein 7.169114777 L4_control_C3 +LQ05X031950 Putative uncharacterized protein 7.865276889 L4_chemical_A1 +LQ05X031950 Putative uncharacterized protein 6.93347484 L4_chemical_A2 +LQ05X031950 Putative uncharacterized protein 7.007792413 L4_chemical_A3 +LQ05X031950 Putative uncharacterized protein 7.882493719 L4_chemical_B1 +LQ05X031950 Putative uncharacterized protein 7.008387671 L4_chemical_B2 +LQ05X031950 Putative uncharacterized protein 8.125309801 L4_chemical_B3 +LQ05X031950 Putative uncharacterized protein 7.800994256 L4_chemical_C2 +LQ05X031950 Putative uncharacterized protein 7.719404037 L4_chemical_C3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.35088862 C6_control_A1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 11.4808086 C6_control_A3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.6021271 C6_control_B1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.14147492 C6_control_B2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.90932226 C6_control_B3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.74135138 C6_control_C1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.57262356 C6_control_C2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.47706974 C6_control_C3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.69775713 C6_chemical_A1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.06690772 C6_chemical_A3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.07448065 C6_chemical_B1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.51544589 C6_chemical_B2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.18845707 C6_chemical_B3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.61832286 C6_chemical_C1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.74746649 C6_chemical_C2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.96744236 C6_chemical_C3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.0300635 L4_control_A1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.06390004 L4_control_A2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.09704674 L4_control_A3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.29551873 L4_control_B1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.88672413 L4_control_B2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.1371571 L4_control_B3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.30576427 L4_control_C2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.17308397 L4_control_C3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 11.50323466 L4_chemical_A1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 11.80975655 L4_chemical_A2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 11.655217 L4_chemical_A3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 11.82764557 L4_chemical_B1 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.29678108 L4_chemical_B2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.60281808 L4_chemical_B3 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.93791004 L4_chemical_C2 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 13.20712781 L4_chemical_C3 +LQ06X000090 Putative uncharacterized protein 8.909444714 C6_control_A1 +LQ06X000090 Putative uncharacterized protein 7.415483414 C6_control_A3 +LQ06X000090 Putative uncharacterized protein 9.31195039 C6_control_B1 +LQ06X000090 Putative uncharacterized protein 9.525764814 C6_control_B2 +LQ06X000090 Putative uncharacterized protein 8.969182013 C6_control_B3 +LQ06X000090 Putative uncharacterized protein 11.75236036 C6_control_C1 +LQ06X000090 Putative uncharacterized protein 11.43594518 C6_control_C2 +LQ06X000090 Putative uncharacterized protein 11.04553213 C6_control_C3 +LQ06X000090 Putative uncharacterized protein 8.850750713 C6_chemical_A1 +LQ06X000090 Putative uncharacterized protein 8.544858244 C6_chemical_A3 +LQ06X000090 Putative uncharacterized protein 9.509234948 C6_chemical_B1 +LQ06X000090 Putative uncharacterized protein 9.4514703 C6_chemical_B2 +LQ06X000090 Putative uncharacterized protein 8.608846621 C6_chemical_B3 +LQ06X000090 Putative uncharacterized protein 11.40092416 C6_chemical_C1 +LQ06X000090 Putative uncharacterized protein 11.42965107 C6_chemical_C2 +LQ06X000090 Putative uncharacterized protein 11.51188621 C6_chemical_C3 +LQ06X000090 Putative uncharacterized protein 8.315073083 L4_control_A1 +LQ06X000090 Putative uncharacterized protein 8.157176474 L4_control_A2 +LQ06X000090 Putative uncharacterized protein 7.385742707 L4_control_A3 +LQ06X000090 Putative uncharacterized protein 8.931747717 L4_control_B1 +LQ06X000090 Putative uncharacterized protein 9.144225605 L4_control_B2 +LQ06X000090 Putative uncharacterized protein 8.837037132 L4_control_B3 +LQ06X000090 Putative uncharacterized protein 11.52571806 L4_control_C2 +LQ06X000090 Putative uncharacterized protein 10.10534973 L4_control_C3 +LQ06X000090 Putative uncharacterized protein 8.245048886 L4_chemical_A1 +LQ06X000090 Putative uncharacterized protein 8.328123973 L4_chemical_A2 +LQ06X000090 Putative uncharacterized protein 7.227458101 L4_chemical_A3 +LQ06X000090 Putative uncharacterized protein 8.449250572 L4_chemical_B1 +LQ06X000090 Putative uncharacterized protein 8.754500523 L4_chemical_B2 +LQ06X000090 Putative uncharacterized protein 7.841551611 L4_chemical_B3 +LQ06X000090 Putative uncharacterized protein 11.34188226 L4_chemical_C2 +LQ06X000090 Putative uncharacterized protein 9.858275321 L4_chemical_C3 +LQ06X000100 At1g10280 5.062267956 C6_control_A1 +LQ06X000100 At1g10280 4.909962887 C6_control_A3 +LQ06X000100 At1g10280 5.140533546 C6_control_B1 +LQ06X000100 At1g10280 5.136545057 C6_control_B2 +LQ06X000100 At1g10280 5.085906228 C6_control_B3 +LQ06X000100 At1g10280 5.594394125 C6_control_C1 +LQ06X000100 At1g10280 5.293038665 C6_control_C2 +LQ06X000100 At1g10280 5.528247121 C6_control_C3 +LQ06X000100 At1g10280 5.232736935 C6_chemical_A1 +LQ06X000100 At1g10280 5.287594495 C6_chemical_A3 +LQ06X000100 At1g10280 5.347066958 C6_chemical_B1 +LQ06X000100 At1g10280 5.393112168 C6_chemical_B2 +LQ06X000100 At1g10280 5.334243402 C6_chemical_B3 +LQ06X000100 At1g10280 5.23929833 C6_chemical_C1 +LQ06X000100 At1g10280 5.618204521 C6_chemical_C2 +LQ06X000100 At1g10280 5.794248326 C6_chemical_C3 +LQ06X000100 At1g10280 5.332163383 L4_control_A1 +LQ06X000100 At1g10280 4.859775508 L4_control_A2 +LQ06X000100 At1g10280 5.827156533 L4_control_A3 +LQ06X000100 At1g10280 5.116013413 L4_control_B1 +LQ06X000100 At1g10280 5.388296586 L4_control_B2 +LQ06X000100 At1g10280 5.090030589 L4_control_B3 +LQ06X000100 At1g10280 6.096165626 L4_control_C2 +LQ06X000100 At1g10280 5.452221974 L4_control_C3 +LQ06X000100 At1g10280 5.466500798 L4_chemical_A1 +LQ06X000100 At1g10280 5.157811595 L4_chemical_A2 +LQ06X000100 At1g10280 5.010090653 L4_chemical_A3 +LQ06X000100 At1g10280 5.270070872 L4_chemical_B1 +LQ06X000100 At1g10280 5.52344374 L4_chemical_B2 +LQ06X000100 At1g10280 5.320178579 L4_chemical_B3 +LQ06X000100 At1g10280 5.925796784 L4_chemical_C2 +LQ06X000100 At1g10280 6.107707802 L4_chemical_C3 +LQ06X000130 Dynamin-2B 10.457416 C6_control_A1 +LQ06X000130 Dynamin-2B 10.31081926 C6_control_A3 +LQ06X000130 Dynamin-2B 10.20025708 C6_control_B1 +LQ06X000130 Dynamin-2B 11.29396267 C6_control_B2 +LQ06X000130 Dynamin-2B 10.38420382 C6_control_B3 +LQ06X000130 Dynamin-2B 11.31893863 C6_control_C1 +LQ06X000130 Dynamin-2B 10.85088297 C6_control_C2 +LQ06X000130 Dynamin-2B 10.98286128 C6_control_C3 +LQ06X000130 Dynamin-2B 10.25225138 C6_chemical_A1 +LQ06X000130 Dynamin-2B 10.45945569 C6_chemical_A3 +LQ06X000130 Dynamin-2B 10.32147293 C6_chemical_B1 +LQ06X000130 Dynamin-2B 11.40359706 C6_chemical_B2 +LQ06X000130 Dynamin-2B 10.02954556 C6_chemical_B3 +LQ06X000130 Dynamin-2B 11.33205182 C6_chemical_C1 +LQ06X000130 Dynamin-2B 10.91084031 C6_chemical_C2 +LQ06X000130 Dynamin-2B 11.03618204 C6_chemical_C3 +LQ06X000130 Dynamin-2B 10.69887693 L4_control_A1 +LQ06X000130 Dynamin-2B 10.74628262 L4_control_A2 +LQ06X000130 Dynamin-2B 10.43946152 L4_control_A3 +LQ06X000130 Dynamin-2B 10.28087775 L4_control_B1 +LQ06X000130 Dynamin-2B 10.41070712 L4_control_B2 +LQ06X000130 Dynamin-2B 10.57092487 L4_control_B3 +LQ06X000130 Dynamin-2B 9.503533719 L4_control_C2 +LQ06X000130 Dynamin-2B 9.916317796 L4_control_C3 +LQ06X000130 Dynamin-2B 10.42055026 L4_chemical_A1 +LQ06X000130 Dynamin-2B 10.22152176 L4_chemical_A2 +LQ06X000130 Dynamin-2B 9.973161911 L4_chemical_A3 +LQ06X000130 Dynamin-2B 10.09957344 L4_chemical_B1 +LQ06X000130 Dynamin-2B 9.901011543 L4_chemical_B2 +LQ06X000130 Dynamin-2B 10.27269619 L4_chemical_B3 +LQ06X000130 Dynamin-2B 9.79173416 L4_chemical_C2 +LQ06X000130 Dynamin-2B 9.866366181 L4_chemical_C3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.743710666 C6_control_A1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.873775872 C6_control_A3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.423874866 C6_control_B1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.632780859 C6_control_B2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.733150136 C6_control_B3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.477374825 C6_control_C1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.868030608 C6_control_C2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.63154296 C6_control_C3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.893124704 C6_chemical_A1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.963684685 C6_chemical_A3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.912637757 C6_chemical_B1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.768534994 C6_chemical_B2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.775140708 C6_chemical_B3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.88925767 C6_chemical_C1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.702503082 C6_chemical_C2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.799460784 C6_chemical_C3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.665845061 L4_control_A1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.952572632 L4_control_A2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.954669093 L4_control_A3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.783805111 L4_control_B1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.244182648 L4_control_B2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.943985351 L4_control_B3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.449138569 L4_control_C2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.113466142 L4_control_C3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.00052945 L4_chemical_A1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.73015648 L4_chemical_A2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.001354022 L4_chemical_A3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.371700903 L4_chemical_B1 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.501728027 L4_chemical_B2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.533589345 L4_chemical_B3 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.632578768 L4_chemical_C2 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 6.625187654 L4_chemical_C3 +LQ06X000160 Putative Replicase polyprotein 1a 11.25403989 C6_control_A1 +LQ06X000160 Putative Replicase polyprotein 1a 10.44149552 C6_control_A3 +LQ06X000160 Putative Replicase polyprotein 1a 11.11875859 C6_control_B1 +LQ06X000160 Putative Replicase polyprotein 1a 11.15918712 C6_control_B2 +LQ06X000160 Putative Replicase polyprotein 1a 11.02019432 C6_control_B3 +LQ06X000160 Putative Replicase polyprotein 1a 11.81049744 C6_control_C1 +LQ06X000160 Putative Replicase polyprotein 1a 11.62921464 C6_control_C2 +LQ06X000160 Putative Replicase polyprotein 1a 11.55269542 C6_control_C3 +LQ06X000160 Putative Replicase polyprotein 1a 11.12353255 C6_chemical_A1 +LQ06X000160 Putative Replicase polyprotein 1a 10.54010623 C6_chemical_A3 +LQ06X000160 Putative Replicase polyprotein 1a 11.22800377 C6_chemical_B1 +LQ06X000160 Putative Replicase polyprotein 1a 11.31329783 C6_chemical_B2 +LQ06X000160 Putative Replicase polyprotein 1a 11.00475862 C6_chemical_B3 +LQ06X000160 Putative Replicase polyprotein 1a 11.67604961 C6_chemical_C1 +LQ06X000160 Putative Replicase polyprotein 1a 11.26552849 C6_chemical_C2 +LQ06X000160 Putative Replicase polyprotein 1a 11.15315855 C6_chemical_C3 +LQ06X000160 Putative Replicase polyprotein 1a 10.82749541 L4_control_A1 +LQ06X000160 Putative Replicase polyprotein 1a 10.24444307 L4_control_A2 +LQ06X000160 Putative Replicase polyprotein 1a 10.42438726 L4_control_A3 +LQ06X000160 Putative Replicase polyprotein 1a 10.28051425 L4_control_B1 +LQ06X000160 Putative Replicase polyprotein 1a 10.8063879 L4_control_B2 +LQ06X000160 Putative Replicase polyprotein 1a 10.96303043 L4_control_B3 +LQ06X000160 Putative Replicase polyprotein 1a 11.3586567 L4_control_C2 +LQ06X000160 Putative Replicase polyprotein 1a 10.74924986 L4_control_C3 +LQ06X000160 Putative Replicase polyprotein 1a 10.75980958 L4_chemical_A1 +LQ06X000160 Putative Replicase polyprotein 1a 10.30970844 L4_chemical_A2 +LQ06X000160 Putative Replicase polyprotein 1a 10.44917324 L4_chemical_A3 +LQ06X000160 Putative Replicase polyprotein 1a 10.42497364 L4_chemical_B1 +LQ06X000160 Putative Replicase polyprotein 1a 10.37802827 L4_chemical_B2 +LQ06X000160 Putative Replicase polyprotein 1a 10.60099788 L4_chemical_B3 +LQ06X000160 Putative Replicase polyprotein 1a 11.19731527 L4_chemical_C2 +LQ06X000160 Putative Replicase polyprotein 1a 10.67011575 L4_chemical_C3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.660067658 C6_control_A1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.552528997 C6_control_A3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.653961684 C6_control_B1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.443642717 C6_control_B2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 6.029613968 C6_control_B3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.288443921 C6_control_C1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.500325286 C6_control_C2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.446931172 C6_control_C3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.621213122 C6_chemical_A1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.471526406 C6_chemical_A3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.755770702 C6_chemical_B1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.275427688 C6_chemical_B2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.636818462 C6_chemical_B3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 4.994309229 C6_chemical_C1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.714285956 C6_chemical_C2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.438670432 C6_chemical_C3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.319755145 L4_control_A1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.679337842 L4_control_A2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.396625865 L4_control_A3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.243914377 L4_control_B1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 6.107273798 L4_control_B2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.375780695 L4_control_B3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.079639181 L4_control_C2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.330246917 L4_control_C3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.369487129 L4_chemical_A1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.523887902 L4_chemical_A2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.188525784 L4_chemical_A3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 6.128206182 L4_chemical_B1 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.88554385 L4_chemical_B2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.537956485 L4_chemical_B3 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.230486022 L4_chemical_C2 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.480626111 L4_chemical_C3 +LQ06X000180 Putative uncharacterized protein 11.78204574 C6_control_A1 +LQ06X000180 Putative uncharacterized protein 12.04579854 C6_control_A3 +LQ06X000180 Putative uncharacterized protein 11.57696935 C6_control_B1 +LQ06X000180 Putative uncharacterized protein 12.07254405 C6_control_B2 +LQ06X000180 Putative uncharacterized protein 11.93296095 C6_control_B3 +LQ06X000180 Putative uncharacterized protein 11.61035612 C6_control_C1 +LQ06X000180 Putative uncharacterized protein 11.65425281 C6_control_C2 +LQ06X000180 Putative uncharacterized protein 11.91418884 C6_control_C3 +LQ06X000180 Putative uncharacterized protein 11.24358748 C6_chemical_A1 +LQ06X000180 Putative uncharacterized protein 11.27303921 C6_chemical_A3 +LQ06X000180 Putative uncharacterized protein 11.14916188 C6_chemical_B1 +LQ06X000180 Putative uncharacterized protein 11.90737333 C6_chemical_B2 +LQ06X000180 Putative uncharacterized protein 11.74870008 C6_chemical_B3 +LQ06X000180 Putative uncharacterized protein 11.55284287 C6_chemical_C1 +LQ06X000180 Putative uncharacterized protein 11.72750119 C6_chemical_C2 +LQ06X000180 Putative uncharacterized protein 11.6200068 C6_chemical_C3 +LQ06X000180 Putative uncharacterized protein 11.85508225 L4_control_A1 +LQ06X000180 Putative uncharacterized protein 12.28750483 L4_control_A2 +LQ06X000180 Putative uncharacterized protein 11.56014594 L4_control_A3 +LQ06X000180 Putative uncharacterized protein 11.94666595 L4_control_B1 +LQ06X000180 Putative uncharacterized protein 10.28302197 L4_control_B2 +LQ06X000180 Putative uncharacterized protein 11.91685322 L4_control_B3 +LQ06X000180 Putative uncharacterized protein 10.3866994 L4_control_C2 +LQ06X000180 Putative uncharacterized protein 10.93248316 L4_control_C3 +LQ06X000180 Putative uncharacterized protein 11.94615672 L4_chemical_A1 +LQ06X000180 Putative uncharacterized protein 12.02862335 L4_chemical_A2 +LQ06X000180 Putative uncharacterized protein 12.03507111 L4_chemical_A3 +LQ06X000180 Putative uncharacterized protein 11.71032554 L4_chemical_B1 +LQ06X000180 Putative uncharacterized protein 10.6905111 L4_chemical_B2 +LQ06X000180 Putative uncharacterized protein 11.77916332 L4_chemical_B3 +LQ06X000180 Putative uncharacterized protein 10.69691016 L4_chemical_C2 +LQ06X000180 Putative uncharacterized protein 11.42879124 L4_chemical_C3 +LQ06X000190 Putative uncharacterized protein 10.10963575 C6_control_A1 +LQ06X000190 Putative uncharacterized protein 10.24004018 C6_control_A3 +LQ06X000190 Putative uncharacterized protein 9.75830791 C6_control_B1 +LQ06X000190 Putative uncharacterized protein 10.14465127 C6_control_B2 +LQ06X000190 Putative uncharacterized protein 9.975806657 C6_control_B3 +LQ06X000190 Putative uncharacterized protein 10.76813067 C6_control_C1 +LQ06X000190 Putative uncharacterized protein 10.71640858 C6_control_C2 +LQ06X000190 Putative uncharacterized protein 10.42502607 C6_control_C3 +LQ06X000190 Putative uncharacterized protein 10.15424927 C6_chemical_A1 +LQ06X000190 Putative uncharacterized protein 10.34606764 C6_chemical_A3 +LQ06X000190 Putative uncharacterized protein 9.720750214 C6_chemical_B1 +LQ06X000190 Putative uncharacterized protein 10.25772549 C6_chemical_B2 +LQ06X000190 Putative uncharacterized protein 9.926847138 C6_chemical_B3 +LQ06X000190 Putative uncharacterized protein 10.67633279 C6_chemical_C1 +LQ06X000190 Putative uncharacterized protein 10.57127222 C6_chemical_C2 +LQ06X000190 Putative uncharacterized protein 10.21526129 C6_chemical_C3 +LQ06X000190 Putative uncharacterized protein 10.26784645 L4_control_A1 +LQ06X000190 Putative uncharacterized protein 10.21494282 L4_control_A2 +LQ06X000190 Putative uncharacterized protein 10.8142754 L4_control_A3 +LQ06X000190 Putative uncharacterized protein 9.926864636 L4_control_B1 +LQ06X000190 Putative uncharacterized protein 10.33946956 L4_control_B2 +LQ06X000190 Putative uncharacterized protein 10.34325275 L4_control_B3 +LQ06X000190 Putative uncharacterized protein 10.76965086 L4_control_C2 +LQ06X000190 Putative uncharacterized protein 11.04467135 L4_control_C3 +LQ06X000190 Putative uncharacterized protein 10.32126706 L4_chemical_A1 +LQ06X000190 Putative uncharacterized protein 10.29021814 L4_chemical_A2 +LQ06X000190 Putative uncharacterized protein 11.06600072 L4_chemical_A3 +LQ06X000190 Putative uncharacterized protein 9.812640615 L4_chemical_B1 +LQ06X000190 Putative uncharacterized protein 9.825208283 L4_chemical_B2 +LQ06X000190 Putative uncharacterized protein 9.831229608 L4_chemical_B3 +LQ06X000190 Putative uncharacterized protein 10.84024503 L4_chemical_C2 +LQ06X000190 Putative uncharacterized protein 10.67813604 L4_chemical_C3 +LQ06X000200 Hypothetical protein 8.478657988 C6_control_A1 +LQ06X000200 Hypothetical protein 9.354197734 C6_control_A3 +LQ06X000200 Hypothetical protein 7.880074903 C6_control_B1 +LQ06X000200 Hypothetical protein 8.781104701 C6_control_B2 +LQ06X000200 Hypothetical protein 8.868264238 C6_control_B3 +LQ06X000200 Hypothetical protein 8.4534984 C6_control_C1 +LQ06X000200 Hypothetical protein 8.870760674 C6_control_C2 +LQ06X000200 Hypothetical protein 9.668019617 C6_control_C3 +LQ06X000200 Hypothetical protein 8.497344521 C6_chemical_A1 +LQ06X000200 Hypothetical protein 8.817053179 C6_chemical_A3 +LQ06X000200 Hypothetical protein 8.216592045 C6_chemical_B1 +LQ06X000200 Hypothetical protein 8.84577473 C6_chemical_B2 +LQ06X000200 Hypothetical protein 8.396200219 C6_chemical_B3 +LQ06X000200 Hypothetical protein 8.153740866 C6_chemical_C1 +LQ06X000200 Hypothetical protein 9.092331873 C6_chemical_C2 +LQ06X000200 Hypothetical protein 9.19012465 C6_chemical_C3 +LQ06X000200 Hypothetical protein 8.995859737 L4_control_A1 +LQ06X000200 Hypothetical protein 8.999204807 L4_control_A2 +LQ06X000200 Hypothetical protein 9.830673288 L4_control_A3 +LQ06X000200 Hypothetical protein 7.483795512 L4_control_B1 +LQ06X000200 Hypothetical protein 7.447259431 L4_control_B2 +LQ06X000200 Hypothetical protein 8.397523813 L4_control_B3 +LQ06X000200 Hypothetical protein 8.073820512 L4_control_C2 +LQ06X000200 Hypothetical protein 8.007604407 L4_control_C3 +LQ06X000200 Hypothetical protein 8.325293969 L4_chemical_A1 +LQ06X000200 Hypothetical protein 8.609973577 L4_chemical_A2 +LQ06X000200 Hypothetical protein 9.662663306 L4_chemical_A3 +LQ06X000200 Hypothetical protein 7.752561174 L4_chemical_B1 +LQ06X000200 Hypothetical protein 8.064993623 L4_chemical_B2 +LQ06X000200 Hypothetical protein 8.641006164 L4_chemical_B3 +LQ06X000200 Hypothetical protein 7.445632517 L4_chemical_C2 +LQ06X000200 Hypothetical protein 8.548942875 L4_chemical_C3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 13.72187979 C6_control_A1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 14.04783207 C6_control_A3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.72238874 C6_control_B1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.2209444 C6_control_B2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.5760469 C6_control_B3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 9.425749224 C6_control_C1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 9.250605954 C6_control_C2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 10.23903852 C6_control_C3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 13.32577645 C6_chemical_A1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 14.28698722 C6_chemical_A3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.43224564 C6_chemical_B1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 11.97495395 C6_chemical_B2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.05278894 C6_chemical_B3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 9.312567339 C6_chemical_C1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 9.291004069 C6_chemical_C2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 9.23885101 C6_chemical_C3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 14.29718647 L4_control_A1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 13.73401094 L4_control_A2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 14.37219657 L4_control_A3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.78495505 L4_control_B1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.78999926 L4_control_B2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 11.34281634 L4_control_B3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 7.002131295 L4_control_C2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 8.581049084 L4_control_C3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 13.56087946 L4_chemical_A1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 13.14285034 L4_chemical_A2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 14.33507128 L4_chemical_A3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.5642543 L4_chemical_B1 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.57844757 L4_chemical_B2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 12.73096755 L4_chemical_B3 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 8.644035464 L4_chemical_C2 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 8.613887455 L4_chemical_C3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.66814558 C6_control_A1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.03657614 C6_control_A3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.04792461 C6_control_B1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.14410104 C6_control_B2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.95455312 C6_control_B3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 13.01119433 C6_control_C1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.22652759 C6_control_C2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.78590423 C6_control_C3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.71522837 C6_chemical_A1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.07847244 C6_chemical_A3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.07426583 C6_chemical_B1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.19327848 C6_chemical_B2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.79006077 C6_chemical_B3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.94786662 C6_chemical_C1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.65269483 C6_chemical_C2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 12.86094834 C6_chemical_C3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.90882587 L4_control_A1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.371537 L4_control_A2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 9.752397559 L4_control_A3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.92618846 L4_control_B1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.15042207 L4_control_B2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.74191336 L4_control_B3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.76128302 L4_control_C2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.65774339 L4_control_C3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.96106066 L4_chemical_A1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.45834616 L4_chemical_A2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 9.982470784 L4_chemical_A3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.16934262 L4_chemical_B1 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.43199675 L4_chemical_B2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.6646741 L4_chemical_B3 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.8215276 L4_chemical_C2 +LQ06X000220 Nuclear transcription factor Y subunit A-7 10.74421395 L4_chemical_C3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.77548519 C6_control_A1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.52079528 C6_control_A3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.9156162 C6_control_B1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 13.07624632 C6_control_B2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.85355992 C6_control_B3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 13.46606714 C6_control_C1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 13.48040148 C6_control_C2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 13.32790705 C6_control_C3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.65289909 C6_chemical_A1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.70696413 C6_chemical_A3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.36798331 C6_chemical_B1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 13.0722418 C6_chemical_B2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.2199327 C6_chemical_B3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 13.1885455 C6_chemical_C1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 13.49402446 C6_chemical_C2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 13.2752607 C6_chemical_C3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.87111048 L4_control_A1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 11.93692037 L4_control_A2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.11057864 L4_control_A3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 11.93793862 L4_control_B1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.28616163 L4_control_B2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.83542961 L4_control_B3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.52144926 L4_control_C2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.34659401 L4_control_C3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.62845339 L4_chemical_A1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 11.68444372 L4_chemical_A2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 11.94656077 L4_chemical_A3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 11.67168091 L4_chemical_B1 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 11.50475076 L4_chemical_B2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.16156616 L4_chemical_B3 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.61867466 L4_chemical_C2 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.43413389 L4_chemical_C3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.301932197 C6_control_A1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.864625716 C6_control_A3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.066701265 C6_control_B1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.076330317 C6_control_B2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.51645238 C6_control_B3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.752816147 C6_control_C1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.68095078 C6_control_C2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.881695771 C6_control_C3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.508234143 C6_chemical_A1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.333340596 C6_chemical_A3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.561228788 C6_chemical_B1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.865366654 C6_chemical_B2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.406496075 C6_chemical_B3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.919537188 C6_chemical_C1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.508602909 C6_chemical_C2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.606282441 C6_chemical_C3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.119220586 L4_control_A1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.440407085 L4_control_A2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 7.094419795 L4_control_A3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.77721824 L4_control_B1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.251272437 L4_control_B2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.888130606 L4_control_B3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.644891523 L4_control_C2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.034592691 L4_control_C3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.315402853 L4_chemical_A1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.962293211 L4_chemical_A2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 7.129148031 L4_chemical_A3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 7.026595369 L4_chemical_B1 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.165254546 L4_chemical_B2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.355322552 L4_chemical_B3 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.735117042 L4_chemical_C2 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 5.460982464 L4_chemical_C3 +LQ06X000241 Putative AC transposase 5.24901418 C6_control_A1 +LQ06X000241 Putative AC transposase 5.34250828 C6_control_A3 +LQ06X000241 Putative AC transposase 5.353548922 C6_control_B1 +LQ06X000241 Putative AC transposase 5.266368451 C6_control_B2 +LQ06X000241 Putative AC transposase 5.0911402 C6_control_B3 +LQ06X000241 Putative AC transposase 5.159012298 C6_control_C1 +LQ06X000241 Putative AC transposase 5.061792686 C6_control_C2 +LQ06X000241 Putative AC transposase 5.343418913 C6_control_C3 +LQ06X000241 Putative AC transposase 5.10272225 C6_chemical_A1 +LQ06X000241 Putative AC transposase 5.072592119 C6_chemical_A3 +LQ06X000241 Putative AC transposase 5.021911165 C6_chemical_B1 +LQ06X000241 Putative AC transposase 5.091606154 C6_chemical_B2 +LQ06X000241 Putative AC transposase 5.139070267 C6_chemical_B3 +LQ06X000241 Putative AC transposase 5.074883436 C6_chemical_C1 +LQ06X000241 Putative AC transposase 5.100158984 C6_chemical_C2 +LQ06X000241 Putative AC transposase 5.166362624 C6_chemical_C3 +LQ06X000241 Putative AC transposase 4.942037518 L4_control_A1 +LQ06X000241 Putative AC transposase 5.202857079 L4_control_A2 +LQ06X000241 Putative AC transposase 5.630416933 L4_control_A3 +LQ06X000241 Putative AC transposase 5.335333437 L4_control_B1 +LQ06X000241 Putative AC transposase 5.228569047 L4_control_B2 +LQ06X000241 Putative AC transposase 5.204828389 L4_control_B3 +LQ06X000241 Putative AC transposase 5.284897804 L4_control_C2 +LQ06X000241 Putative AC transposase 5.263999155 L4_control_C3 +LQ06X000241 Putative AC transposase 5.15377332 L4_chemical_A1 +LQ06X000241 Putative AC transposase 5.333022947 L4_chemical_A2 +LQ06X000241 Putative AC transposase 5.294306658 L4_chemical_A3 +LQ06X000241 Putative AC transposase 5.180190906 L4_chemical_B1 +LQ06X000241 Putative AC transposase 5.358831342 L4_chemical_B2 +LQ06X000241 Putative AC transposase 4.889436079 L4_chemical_B3 +LQ06X000241 Putative AC transposase 5.151950333 L4_chemical_C2 +LQ06X000241 Putative AC transposase 5.137845253 L4_chemical_C3 +LQ06X000250 Hypothetical protein 5.003641714 C6_control_A1 +LQ06X000250 Hypothetical protein 4.731880535 C6_control_A3 +LQ06X000250 Hypothetical protein 5.630216597 C6_control_B1 +LQ06X000250 Hypothetical protein 5.019508735 C6_control_B2 +LQ06X000250 Hypothetical protein 5.017019813 C6_control_B3 +LQ06X000250 Hypothetical protein 5.405136482 C6_control_C1 +LQ06X000250 Hypothetical protein 4.994182773 C6_control_C2 +LQ06X000250 Hypothetical protein 4.936088385 C6_control_C3 +LQ06X000250 Hypothetical protein 5.324964962 C6_chemical_A1 +LQ06X000250 Hypothetical protein 5.092083384 C6_chemical_A3 +LQ06X000250 Hypothetical protein 5.153777033 C6_chemical_B1 +LQ06X000250 Hypothetical protein 4.973733235 C6_chemical_B2 +LQ06X000250 Hypothetical protein 4.892010699 C6_chemical_B3 +LQ06X000250 Hypothetical protein 5.107750883 C6_chemical_C1 +LQ06X000250 Hypothetical protein 5.105324347 C6_chemical_C2 +LQ06X000250 Hypothetical protein 5.052991352 C6_chemical_C3 +LQ06X000250 Hypothetical protein 5.106709543 L4_control_A1 +LQ06X000250 Hypothetical protein 4.940167165 L4_control_A2 +LQ06X000250 Hypothetical protein 5.598298736 L4_control_A3 +LQ06X000250 Hypothetical protein 5.003315361 L4_control_B1 +LQ06X000250 Hypothetical protein 5.008712633 L4_control_B2 +LQ06X000250 Hypothetical protein 5.065528203 L4_control_B3 +LQ06X000250 Hypothetical protein 5.101409069 L4_control_C2 +LQ06X000250 Hypothetical protein 5.339664838 L4_control_C3 +LQ06X000250 Hypothetical protein 5.07312507 L4_chemical_A1 +LQ06X000250 Hypothetical protein 5.153193676 L4_chemical_A2 +LQ06X000250 Hypothetical protein 5.951025902 L4_chemical_A3 +LQ06X000250 Hypothetical protein 4.677591056 L4_chemical_B1 +LQ06X000250 Hypothetical protein 4.973088044 L4_chemical_B2 +LQ06X000250 Hypothetical protein 5.106311553 L4_chemical_B3 +LQ06X000250 Hypothetical protein 5.036625436 L4_chemical_C2 +LQ06X000250 Hypothetical protein 5.037959626 L4_chemical_C3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.42858292 C6_control_A1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.60484193 C6_control_A3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.14206552 C6_control_B1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.81910864 C6_control_B2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.32714602 C6_control_B3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 11.02150365 C6_control_C1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.95468628 C6_control_C2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 11.4888964 C6_control_C3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.25041652 C6_chemical_A1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.10039783 C6_chemical_A3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 9.61492139 C6_chemical_B1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.41719835 C6_chemical_B2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.18624947 C6_chemical_B3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 11.1397285 C6_chemical_C1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 11.08728567 C6_chemical_C2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 11.40674542 C6_chemical_C3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.30178226 L4_control_A1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 9.943921792 L4_control_A2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 9.088718789 L4_control_A3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 11.08356337 L4_control_B1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 9.719503178 L4_control_B2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.94123202 L4_control_B3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.40922892 L4_control_C2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.29112755 L4_control_C3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.54647867 L4_chemical_A1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 9.493551924 L4_chemical_A2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 9.961498716 L4_chemical_A3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.34069769 L4_chemical_B1 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 9.861476841 L4_chemical_B2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.4818352 L4_chemical_B3 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.26977505 L4_chemical_C2 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.58154621 L4_chemical_C3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.774601785 C6_control_A1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.833919671 C6_control_A3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.009892781 C6_control_B1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.763886566 C6_control_B2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.186085892 C6_control_B3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.609634615 C6_control_C1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 10.21810483 C6_control_C2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 10.24176725 C6_control_C3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.946208256 C6_chemical_A1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.621046644 C6_chemical_A3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.181372835 C6_chemical_B1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.808499718 C6_chemical_B2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.668852338 C6_chemical_B3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 10.01159861 C6_chemical_C1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.869408301 C6_chemical_C2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 10.15598314 C6_chemical_C3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.309732316 L4_control_A1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.208249904 L4_control_A2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.868884001 L4_control_A3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.071670563 L4_control_B1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.561160641 L4_control_B2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.602969061 L4_control_B3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.322741824 L4_control_C2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.552701871 L4_control_C3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.336846831 L4_chemical_A1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.386529405 L4_chemical_A2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.362817407 L4_chemical_A3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.363169256 L4_chemical_B1 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.849388479 L4_chemical_B2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 9.525176706 L4_chemical_B3 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.931920793 L4_chemical_C2 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.115947289 L4_chemical_C3 +LQ06X000320 Alpha-glucosidase 12.31759924 C6_control_A1 +LQ06X000320 Alpha-glucosidase 11.68609979 C6_control_A3 +LQ06X000320 Alpha-glucosidase 12.78498762 C6_control_B1 +LQ06X000320 Alpha-glucosidase 13.7319576 C6_control_B2 +LQ06X000320 Alpha-glucosidase 13.26468736 C6_control_B3 +LQ06X000320 Alpha-glucosidase 13.57167675 C6_control_C1 +LQ06X000320 Alpha-glucosidase 13.39675138 C6_control_C2 +LQ06X000320 Alpha-glucosidase 13.69734504 C6_control_C3 +LQ06X000320 Alpha-glucosidase 12.60248967 C6_chemical_A1 +LQ06X000320 Alpha-glucosidase 11.86279011 C6_chemical_A3 +LQ06X000320 Alpha-glucosidase 12.9226812 C6_chemical_B1 +LQ06X000320 Alpha-glucosidase 13.44098324 C6_chemical_B2 +LQ06X000320 Alpha-glucosidase 13.15223845 C6_chemical_B3 +LQ06X000320 Alpha-glucosidase 13.51694944 C6_chemical_C1 +LQ06X000320 Alpha-glucosidase 13.83840879 C6_chemical_C2 +LQ06X000320 Alpha-glucosidase 13.12381644 C6_chemical_C3 +LQ06X000320 Alpha-glucosidase 11.96891591 L4_control_A1 +LQ06X000320 Alpha-glucosidase 12.75058425 L4_control_A2 +LQ06X000320 Alpha-glucosidase 11.53636576 L4_control_A3 +LQ06X000320 Alpha-glucosidase 12.82990044 L4_control_B1 +LQ06X000320 Alpha-glucosidase 12.97287596 L4_control_B2 +LQ06X000320 Alpha-glucosidase 12.45570849 L4_control_B3 +LQ06X000320 Alpha-glucosidase 13.18461509 L4_control_C2 +LQ06X000320 Alpha-glucosidase 12.75765971 L4_control_C3 +LQ06X000320 Alpha-glucosidase 12.42152121 L4_chemical_A1 +LQ06X000320 Alpha-glucosidase 13.12734503 L4_chemical_A2 +LQ06X000320 Alpha-glucosidase 11.86352518 L4_chemical_A3 +LQ06X000320 Alpha-glucosidase 12.96612777 L4_chemical_B1 +LQ06X000320 Alpha-glucosidase 13.52227543 L4_chemical_B2 +LQ06X000320 Alpha-glucosidase 12.19029129 L4_chemical_B3 +LQ06X000320 Alpha-glucosidase 13.26842463 L4_chemical_C2 +LQ06X000320 Alpha-glucosidase 13.27379358 L4_chemical_C3 +LQ06X000340 Putative Predicted protein 8.565589309 C6_control_A1 +LQ06X000340 Putative Predicted protein 8.337268182 C6_control_A3 +LQ06X000340 Putative Predicted protein 7.777983913 C6_control_B1 +LQ06X000340 Putative Predicted protein 8.235485583 C6_control_B2 +LQ06X000340 Putative Predicted protein 8.383059287 C6_control_B3 +LQ06X000340 Putative Predicted protein 8.575806193 C6_control_C1 +LQ06X000340 Putative Predicted protein 8.466963425 C6_control_C2 +LQ06X000340 Putative Predicted protein 8.814087939 C6_control_C3 +LQ06X000340 Putative Predicted protein 8.560715954 C6_chemical_A1 +LQ06X000340 Putative Predicted protein 8.628096865 C6_chemical_A3 +LQ06X000340 Putative Predicted protein 7.40459989 C6_chemical_B1 +LQ06X000340 Putative Predicted protein 8.649238836 C6_chemical_B2 +LQ06X000340 Putative Predicted protein 8.761525705 C6_chemical_B3 +LQ06X000340 Putative Predicted protein 8.418506797 C6_chemical_C1 +LQ06X000340 Putative Predicted protein 8.21093465 C6_chemical_C2 +LQ06X000340 Putative Predicted protein 8.898339056 C6_chemical_C3 +LQ06X000340 Putative Predicted protein 8.761887721 L4_control_A1 +LQ06X000340 Putative Predicted protein 8.113562746 L4_control_A2 +LQ06X000340 Putative Predicted protein 8.227985094 L4_control_A3 +LQ06X000340 Putative Predicted protein 7.076220927 L4_control_B1 +LQ06X000340 Putative Predicted protein 8.452317522 L4_control_B2 +LQ06X000340 Putative Predicted protein 8.345469086 L4_control_B3 +LQ06X000340 Putative Predicted protein 8.090036017 L4_control_C2 +LQ06X000340 Putative Predicted protein 7.528937906 L4_control_C3 +LQ06X000340 Putative Predicted protein 8.319926443 L4_chemical_A1 +LQ06X000340 Putative Predicted protein 7.923738774 L4_chemical_A2 +LQ06X000340 Putative Predicted protein 8.603469096 L4_chemical_A3 +LQ06X000340 Putative Predicted protein 7.484700471 L4_chemical_B1 +LQ06X000340 Putative Predicted protein 7.789459155 L4_chemical_B2 +LQ06X000340 Putative Predicted protein 8.220069533 L4_chemical_B3 +LQ06X000340 Putative Predicted protein 7.440033491 L4_chemical_C2 +LQ06X000340 Putative Predicted protein 7.988493477 L4_chemical_C3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.20421378 C6_control_A1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.20310197 C6_control_A3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.36223407 C6_control_B1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.10291582 C6_control_B2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.21774364 C6_control_B3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.35959858 C6_control_C1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.30586909 C6_control_C2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.06684683 C6_control_C3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.1205669 C6_chemical_A1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.39303023 C6_chemical_A3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.31357976 C6_chemical_B1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 10.93036723 C6_chemical_B2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.3421103 C6_chemical_B3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.31767281 C6_chemical_C1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.37345343 C6_chemical_C2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.33643257 C6_chemical_C3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.57712089 L4_control_A1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.25441381 L4_control_A2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.41067319 L4_control_A3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.60822665 L4_control_B1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 12.14757461 L4_control_B2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.36893459 L4_control_B3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 12.47093001 L4_control_C2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 12.03521739 L4_control_C3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.22087408 L4_chemical_A1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.29137087 L4_chemical_A2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.02229267 L4_chemical_A3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.59098565 L4_chemical_B1 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.58554809 L4_chemical_B2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.38664927 L4_chemical_B3 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 12.40184761 L4_chemical_C2 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 12.14814531 L4_chemical_C3 +LQ06X000360 Tubulin beta-5 chain 5.832962295 C6_control_A1 +LQ06X000360 Tubulin beta-5 chain 6.292967395 C6_control_A3 +LQ06X000360 Tubulin beta-5 chain 5.28203403 C6_control_B1 +LQ06X000360 Tubulin beta-5 chain 5.322822949 C6_control_B2 +LQ06X000360 Tubulin beta-5 chain 5.440969761 C6_control_B3 +LQ06X000360 Tubulin beta-5 chain 5.513110394 C6_control_C1 +LQ06X000360 Tubulin beta-5 chain 5.075756706 C6_control_C2 +LQ06X000360 Tubulin beta-5 chain 5.776849349 C6_control_C3 +LQ06X000360 Tubulin beta-5 chain 6.655169671 C6_chemical_A1 +LQ06X000360 Tubulin beta-5 chain 5.645271345 C6_chemical_A3 +LQ06X000360 Tubulin beta-5 chain 5.940988334 C6_chemical_B1 +LQ06X000360 Tubulin beta-5 chain 5.211216262 C6_chemical_B2 +LQ06X000360 Tubulin beta-5 chain 6.390931696 C6_chemical_B3 +LQ06X000360 Tubulin beta-5 chain 5.876652998 C6_chemical_C1 +LQ06X000360 Tubulin beta-5 chain 5.532667871 C6_chemical_C2 +LQ06X000360 Tubulin beta-5 chain 6.288057407 C6_chemical_C3 +LQ06X000360 Tubulin beta-5 chain 7.501115484 L4_control_A1 +LQ06X000360 Tubulin beta-5 chain 7.33108995 L4_control_A2 +LQ06X000360 Tubulin beta-5 chain 6.902548896 L4_control_A3 +LQ06X000360 Tubulin beta-5 chain 9.542417288 L4_control_B1 +LQ06X000360 Tubulin beta-5 chain 8.089897287 L4_control_B2 +LQ06X000360 Tubulin beta-5 chain 5.493261238 L4_control_B3 +LQ06X000360 Tubulin beta-5 chain 8.587713181 L4_control_C2 +LQ06X000360 Tubulin beta-5 chain 8.851749518 L4_control_C3 +LQ06X000360 Tubulin beta-5 chain 7.31887365 L4_chemical_A1 +LQ06X000360 Tubulin beta-5 chain 7.876605572 L4_chemical_A2 +LQ06X000360 Tubulin beta-5 chain 8.879781974 L4_chemical_A3 +LQ06X000360 Tubulin beta-5 chain 7.060116028 L4_chemical_B1 +LQ06X000360 Tubulin beta-5 chain 7.754414058 L4_chemical_B2 +LQ06X000360 Tubulin beta-5 chain 5.634421384 L4_chemical_B3 +LQ06X000360 Tubulin beta-5 chain 9.686756774 L4_chemical_C2 +LQ06X000360 Tubulin beta-5 chain 8.707657515 L4_chemical_C3 +LQ06X000440 Putative uncharacterized protein 5.295704353 C6_control_A1 +LQ06X000440 Putative uncharacterized protein 5.150540704 C6_control_A3 +LQ06X000440 Putative uncharacterized protein 5.025942991 C6_control_B1 +LQ06X000440 Putative uncharacterized protein 4.931985091 C6_control_B2 +LQ06X000440 Putative uncharacterized protein 5.31509604 C6_control_B3 +LQ06X000440 Putative uncharacterized protein 5.103170548 C6_control_C1 +LQ06X000440 Putative uncharacterized protein 4.94099062 C6_control_C2 +LQ06X000440 Putative uncharacterized protein 4.902305164 C6_control_C3 +LQ06X000440 Putative uncharacterized protein 5.181628509 C6_chemical_A1 +LQ06X000440 Putative uncharacterized protein 4.985707145 C6_chemical_A3 +LQ06X000440 Putative uncharacterized protein 5.256267106 C6_chemical_B1 +LQ06X000440 Putative uncharacterized protein 5.105449284 C6_chemical_B2 +LQ06X000440 Putative uncharacterized protein 4.893361431 C6_chemical_B3 +LQ06X000440 Putative uncharacterized protein 5.080833324 C6_chemical_C1 +LQ06X000440 Putative uncharacterized protein 4.98819129 C6_chemical_C2 +LQ06X000440 Putative uncharacterized protein 5.24633262 C6_chemical_C3 +LQ06X000440 Putative uncharacterized protein 5.080702259 L4_control_A1 +LQ06X000440 Putative uncharacterized protein 5.130039918 L4_control_A2 +LQ06X000440 Putative uncharacterized protein 5.203550863 L4_control_A3 +LQ06X000440 Putative uncharacterized protein 4.913092901 L4_control_B1 +LQ06X000440 Putative uncharacterized protein 5.211080649 L4_control_B2 +LQ06X000440 Putative uncharacterized protein 5.025958761 L4_control_B3 +LQ06X000440 Putative uncharacterized protein 4.978520598 L4_control_C2 +LQ06X000440 Putative uncharacterized protein 5.559894848 L4_control_C3 +LQ06X000440 Putative uncharacterized protein 5.729288396 L4_chemical_A1 +LQ06X000440 Putative uncharacterized protein 5.151798058 L4_chemical_A2 +LQ06X000440 Putative uncharacterized protein 5.197310897 L4_chemical_A3 +LQ06X000440 Putative uncharacterized protein 5.220662648 L4_chemical_B1 +LQ06X000440 Putative uncharacterized protein 5.288549419 L4_chemical_B2 +LQ06X000440 Putative uncharacterized protein 5.008680248 L4_chemical_B3 +LQ06X000440 Putative uncharacterized protein 5.721332064 L4_chemical_C2 +LQ06X000440 Putative uncharacterized protein 5.849741158 L4_chemical_C3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.328192879 C6_control_A1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.594792774 C6_control_A3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.081081297 C6_control_B1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.87481739 C6_control_B2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.499755653 C6_control_B3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.514236054 C6_control_C1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.844759301 C6_control_C2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.658105064 C6_control_C3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.733944929 C6_chemical_A1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.866553662 C6_chemical_A3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.544330518 C6_chemical_B1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.834660797 C6_chemical_B2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.815755158 C6_chemical_B3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.680903738 C6_chemical_C1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.64598996 C6_chemical_C2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.474356712 C6_chemical_C3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.489324023 L4_control_A1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.452628823 L4_control_A2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.547917316 L4_control_A3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.973432265 L4_control_B1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.735683623 L4_control_B2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.438018998 L4_control_B3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.377767866 L4_control_C2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.700026842 L4_control_C3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.21440585 L4_chemical_A1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.381608473 L4_chemical_A2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.686706791 L4_chemical_A3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.747104945 L4_chemical_B1 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.350856953 L4_chemical_B2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.527648244 L4_chemical_B3 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.364486692 L4_chemical_C2 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.949915058 L4_chemical_C3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.539435919 C6_control_A1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.484126267 C6_control_A3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 6.499609316 C6_control_B1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.655179797 C6_control_B2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.813703629 C6_control_B3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.811003867 C6_control_C1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.516995926 C6_control_C2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.766292931 C6_control_C3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.616119901 C6_chemical_A1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.469497195 C6_chemical_A3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 6.146019383 C6_chemical_B1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.709034603 C6_chemical_B2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.857012527 C6_chemical_B3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.527298116 C6_chemical_C1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.567821051 C6_chemical_C2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.793856054 C6_chemical_C3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.857905321 L4_control_A1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.665660437 L4_control_A2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.50022446 L4_control_A3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.441124792 L4_control_B1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.660251065 L4_control_B2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 6.058318185 L4_control_B3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 6.002681773 L4_control_C2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.526175352 L4_control_C3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.297432325 L4_chemical_A1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 6.139468897 L4_chemical_A2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 6.240652108 L4_chemical_A3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.575088856 L4_chemical_B1 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.758985625 L4_chemical_B2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.896062807 L4_chemical_B3 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.521985191 L4_chemical_C2 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 4.897738691 L4_chemical_C3 +LQ06X000480 Obg-like ATPase 1 5.954843272 C6_control_A1 +LQ06X000480 Obg-like ATPase 1 6.22781136 C6_control_A3 +LQ06X000480 Obg-like ATPase 1 5.620937821 C6_control_B1 +LQ06X000480 Obg-like ATPase 1 5.767628262 C6_control_B2 +LQ06X000480 Obg-like ATPase 1 5.880304476 C6_control_B3 +LQ06X000480 Obg-like ATPase 1 6.12091092 C6_control_C1 +LQ06X000480 Obg-like ATPase 1 6.803010689 C6_control_C2 +LQ06X000480 Obg-like ATPase 1 5.772659209 C6_control_C3 +LQ06X000480 Obg-like ATPase 1 5.791062606 C6_chemical_A1 +LQ06X000480 Obg-like ATPase 1 5.882746306 C6_chemical_A3 +LQ06X000480 Obg-like ATPase 1 5.681594842 C6_chemical_B1 +LQ06X000480 Obg-like ATPase 1 5.753348291 C6_chemical_B2 +LQ06X000480 Obg-like ATPase 1 5.605392264 C6_chemical_B3 +LQ06X000480 Obg-like ATPase 1 6.339634838 C6_chemical_C1 +LQ06X000480 Obg-like ATPase 1 5.774406405 C6_chemical_C2 +LQ06X000480 Obg-like ATPase 1 5.639590725 C6_chemical_C3 +LQ06X000480 Obg-like ATPase 1 6.039753791 L4_control_A1 +LQ06X000480 Obg-like ATPase 1 6.118856414 L4_control_A2 +LQ06X000480 Obg-like ATPase 1 6.035832759 L4_control_A3 +LQ06X000480 Obg-like ATPase 1 6.176750897 L4_control_B1 +LQ06X000480 Obg-like ATPase 1 5.512634433 L4_control_B2 +LQ06X000480 Obg-like ATPase 1 5.70340313 L4_control_B3 +LQ06X000480 Obg-like ATPase 1 5.970269692 L4_control_C2 +LQ06X000480 Obg-like ATPase 1 5.682223797 L4_control_C3 +LQ06X000480 Obg-like ATPase 1 6.029828575 L4_chemical_A1 +LQ06X000480 Obg-like ATPase 1 5.773567673 L4_chemical_A2 +LQ06X000480 Obg-like ATPase 1 5.678817651 L4_chemical_A3 +LQ06X000480 Obg-like ATPase 1 5.890715176 L4_chemical_B1 +LQ06X000480 Obg-like ATPase 1 5.81080088 L4_chemical_B2 +LQ06X000480 Obg-like ATPase 1 5.363195618 L4_chemical_B3 +LQ06X000480 Obg-like ATPase 1 6.221760293 L4_chemical_C2 +LQ06X000480 Obg-like ATPase 1 6.131395979 L4_chemical_C3 +LQ06X000490 Putative Endochitinase 8.160676379 C6_control_A1 +LQ06X000490 Putative Endochitinase 9.155994044 C6_control_A3 +LQ06X000490 Putative Endochitinase 7.848076823 C6_control_B1 +LQ06X000490 Putative Endochitinase 7.280369175 C6_control_B2 +LQ06X000490 Putative Endochitinase 7.760453884 C6_control_B3 +LQ06X000490 Putative Endochitinase 6.905073935 C6_control_C1 +LQ06X000490 Putative Endochitinase 9.914006134 C6_control_C2 +LQ06X000490 Putative Endochitinase 7.425368833 C6_control_C3 +LQ06X000490 Putative Endochitinase 7.637936965 C6_chemical_A1 +LQ06X000490 Putative Endochitinase 7.487866589 C6_chemical_A3 +LQ06X000490 Putative Endochitinase 7.736463303 C6_chemical_B1 +LQ06X000490 Putative Endochitinase 7.90672545 C6_chemical_B2 +LQ06X000490 Putative Endochitinase 6.814408702 C6_chemical_B3 +LQ06X000490 Putative Endochitinase 7.840072382 C6_chemical_C1 +LQ06X000490 Putative Endochitinase 7.261273479 C6_chemical_C2 +LQ06X000490 Putative Endochitinase 6.399206632 C6_chemical_C3 +LQ06X000490 Putative Endochitinase 7.518355468 L4_control_A1 +LQ06X000490 Putative Endochitinase 8.015863071 L4_control_A2 +LQ06X000490 Putative Endochitinase 7.704123221 L4_control_A3 +LQ06X000490 Putative Endochitinase 7.219161574 L4_control_B1 +LQ06X000490 Putative Endochitinase 8.108771322 L4_control_B2 +LQ06X000490 Putative Endochitinase 7.513583437 L4_control_B3 +LQ06X000490 Putative Endochitinase 7.958802911 L4_control_C2 +LQ06X000490 Putative Endochitinase 7.797240235 L4_control_C3 +LQ06X000490 Putative Endochitinase 7.207150755 L4_chemical_A1 +LQ06X000490 Putative Endochitinase 7.722988488 L4_chemical_A2 +LQ06X000490 Putative Endochitinase 8.146374103 L4_chemical_A3 +LQ06X000490 Putative Endochitinase 7.603567588 L4_chemical_B1 +LQ06X000490 Putative Endochitinase 7.554305627 L4_chemical_B2 +LQ06X000490 Putative Endochitinase 7.47159326 L4_chemical_B3 +LQ06X000490 Putative Endochitinase 7.906863816 L4_chemical_C2 +LQ06X000490 Putative Endochitinase 7.95366361 L4_chemical_C3 +LQ06X000500 Putative Os12g0612100 protein 6.712973106 C6_control_A1 +LQ06X000500 Putative Os12g0612100 protein 7.164381359 C6_control_A3 +LQ06X000500 Putative Os12g0612100 protein 6.272705884 C6_control_B1 +LQ06X000500 Putative Os12g0612100 protein 6.567219003 C6_control_B2 +LQ06X000500 Putative Os12g0612100 protein 6.69671989 C6_control_B3 +LQ06X000500 Putative Os12g0612100 protein 6.929882606 C6_control_C1 +LQ06X000500 Putative Os12g0612100 protein 7.032633043 C6_control_C2 +LQ06X000500 Putative Os12g0612100 protein 6.499369629 C6_control_C3 +LQ06X000500 Putative Os12g0612100 protein 6.422852557 C6_chemical_A1 +LQ06X000500 Putative Os12g0612100 protein 6.642577309 C6_chemical_A3 +LQ06X000500 Putative Os12g0612100 protein 5.75320286 C6_chemical_B1 +LQ06X000500 Putative Os12g0612100 protein 6.794138011 C6_chemical_B2 +LQ06X000500 Putative Os12g0612100 protein 6.493434889 C6_chemical_B3 +LQ06X000500 Putative Os12g0612100 protein 7.000937277 C6_chemical_C1 +LQ06X000500 Putative Os12g0612100 protein 6.834318944 C6_chemical_C2 +LQ06X000500 Putative Os12g0612100 protein 6.621765096 C6_chemical_C3 +LQ06X000500 Putative Os12g0612100 protein 6.220512481 L4_control_A1 +LQ06X000500 Putative Os12g0612100 protein 6.144995762 L4_control_A2 +LQ06X000500 Putative Os12g0612100 protein 6.803304278 L4_control_A3 +LQ06X000500 Putative Os12g0612100 protein 6.631327998 L4_control_B1 +LQ06X000500 Putative Os12g0612100 protein 6.205508753 L4_control_B2 +LQ06X000500 Putative Os12g0612100 protein 6.307287101 L4_control_B3 +LQ06X000500 Putative Os12g0612100 protein 6.040075926 L4_control_C2 +LQ06X000500 Putative Os12g0612100 protein 6.146289426 L4_control_C3 +LQ06X000500 Putative Os12g0612100 protein 5.975343777 L4_chemical_A1 +LQ06X000500 Putative Os12g0612100 protein 5.980976205 L4_chemical_A2 +LQ06X000500 Putative Os12g0612100 protein 6.440673695 L4_chemical_A3 +LQ06X000500 Putative Os12g0612100 protein 6.818945036 L4_chemical_B1 +LQ06X000500 Putative Os12g0612100 protein 6.729203325 L4_chemical_B2 +LQ06X000500 Putative Os12g0612100 protein 6.134921766 L4_chemical_B3 +LQ06X000500 Putative Os12g0612100 protein 5.87659044 L4_chemical_C2 +LQ06X000500 Putative Os12g0612100 protein 6.837421887 L4_chemical_C3 +LQ06X000530 Putative uncharacterized protein 12.92656087 C6_control_A1 +LQ06X000530 Putative uncharacterized protein 12.84629636 C6_control_A3 +LQ06X000530 Putative uncharacterized protein 13.2132584 C6_control_B1 +LQ06X000530 Putative uncharacterized protein 13.09295716 C6_control_B2 +LQ06X000530 Putative uncharacterized protein 12.93989982 C6_control_B3 +LQ06X000530 Putative uncharacterized protein 13.31515517 C6_control_C1 +LQ06X000530 Putative uncharacterized protein 13.19838693 C6_control_C2 +LQ06X000530 Putative uncharacterized protein 12.94703544 C6_control_C3 +LQ06X000530 Putative uncharacterized protein 12.95856152 C6_chemical_A1 +LQ06X000530 Putative uncharacterized protein 12.57299167 C6_chemical_A3 +LQ06X000530 Putative uncharacterized protein 12.5519495 C6_chemical_B1 +LQ06X000530 Putative uncharacterized protein 12.78893833 C6_chemical_B2 +LQ06X000530 Putative uncharacterized protein 12.9547955 C6_chemical_B3 +LQ06X000530 Putative uncharacterized protein 13.38298593 C6_chemical_C1 +LQ06X000530 Putative uncharacterized protein 13.20824719 C6_chemical_C2 +LQ06X000530 Putative uncharacterized protein 13.13548366 C6_chemical_C3 +LQ06X000530 Putative uncharacterized protein 13.05476648 L4_control_A1 +LQ06X000530 Putative uncharacterized protein 13.05944683 L4_control_A2 +LQ06X000530 Putative uncharacterized protein 12.71238664 L4_control_A3 +LQ06X000530 Putative uncharacterized protein 13.00027094 L4_control_B1 +LQ06X000530 Putative uncharacterized protein 12.51382164 L4_control_B2 +LQ06X000530 Putative uncharacterized protein 13.26542767 L4_control_B3 +LQ06X000530 Putative uncharacterized protein 12.89396793 L4_control_C2 +LQ06X000530 Putative uncharacterized protein 12.65274394 L4_control_C3 +LQ06X000530 Putative uncharacterized protein 13.36196269 L4_chemical_A1 +LQ06X000530 Putative uncharacterized protein 13.24913939 L4_chemical_A2 +LQ06X000530 Putative uncharacterized protein 12.9621187 L4_chemical_A3 +LQ06X000530 Putative uncharacterized protein 12.79689975 L4_chemical_B1 +LQ06X000530 Putative uncharacterized protein 12.55264188 L4_chemical_B2 +LQ06X000530 Putative uncharacterized protein 12.97245447 L4_chemical_B3 +LQ06X000530 Putative uncharacterized protein 12.68705709 L4_chemical_C2 +LQ06X000530 Putative uncharacterized protein 12.59688497 L4_chemical_C3 +LQ06X000570 Uncharacterized protein At3g23325 5.774949672 C6_control_A1 +LQ06X000570 Uncharacterized protein At3g23325 6.983200528 C6_control_A3 +LQ06X000570 Uncharacterized protein At3g23325 5.483845356 C6_control_B1 +LQ06X000570 Uncharacterized protein At3g23325 6.661698295 C6_control_B2 +LQ06X000570 Uncharacterized protein At3g23325 6.38017049 C6_control_B3 +LQ06X000570 Uncharacterized protein At3g23325 5.61088109 C6_control_C1 +LQ06X000570 Uncharacterized protein At3g23325 6.961951918 C6_control_C2 +LQ06X000570 Uncharacterized protein At3g23325 5.382118853 C6_control_C3 +LQ06X000570 Uncharacterized protein At3g23325 5.822080362 C6_chemical_A1 +LQ06X000570 Uncharacterized protein At3g23325 6.136442572 C6_chemical_A3 +LQ06X000570 Uncharacterized protein At3g23325 5.17046613 C6_chemical_B1 +LQ06X000570 Uncharacterized protein At3g23325 6.459691023 C6_chemical_B2 +LQ06X000570 Uncharacterized protein At3g23325 5.944668705 C6_chemical_B3 +LQ06X000570 Uncharacterized protein At3g23325 5.943772723 C6_chemical_C1 +LQ06X000570 Uncharacterized protein At3g23325 5.605964059 C6_chemical_C2 +LQ06X000570 Uncharacterized protein At3g23325 5.471963853 C6_chemical_C3 +LQ06X000570 Uncharacterized protein At3g23325 6.054784309 L4_control_A1 +LQ06X000570 Uncharacterized protein At3g23325 6.59291106 L4_control_A2 +LQ06X000570 Uncharacterized protein At3g23325 5.903889908 L4_control_A3 +LQ06X000570 Uncharacterized protein At3g23325 6.676487331 L4_control_B1 +LQ06X000570 Uncharacterized protein At3g23325 5.655009998 L4_control_B2 +LQ06X000570 Uncharacterized protein At3g23325 5.909876869 L4_control_B3 +LQ06X000570 Uncharacterized protein At3g23325 5.141451776 L4_control_C2 +LQ06X000570 Uncharacterized protein At3g23325 5.902953073 L4_control_C3 +LQ06X000570 Uncharacterized protein At3g23325 5.704413192 L4_chemical_A1 +LQ06X000570 Uncharacterized protein At3g23325 5.926462186 L4_chemical_A2 +LQ06X000570 Uncharacterized protein At3g23325 6.074839193 L4_chemical_A3 +LQ06X000570 Uncharacterized protein At3g23325 6.395195341 L4_chemical_B1 +LQ06X000570 Uncharacterized protein At3g23325 5.528731209 L4_chemical_B2 +LQ06X000570 Uncharacterized protein At3g23325 6.002672128 L4_chemical_B3 +LQ06X000570 Uncharacterized protein At3g23325 5.808056728 L4_chemical_C2 +LQ06X000570 Uncharacterized protein At3g23325 5.905377135 L4_chemical_C3 +LQ06X000580 Gamma-soluble NSF attachment protein 7.927346963 C6_control_A1 +LQ06X000580 Gamma-soluble NSF attachment protein 7.059943388 C6_control_A3 +LQ06X000580 Gamma-soluble NSF attachment protein 7.37432844 C6_control_B1 +LQ06X000580 Gamma-soluble NSF attachment protein 8.163741816 C6_control_B2 +LQ06X000580 Gamma-soluble NSF attachment protein 8.085671 C6_control_B3 +LQ06X000580 Gamma-soluble NSF attachment protein 8.807318737 C6_control_C1 +LQ06X000580 Gamma-soluble NSF attachment protein 8.973088272 C6_control_C2 +LQ06X000580 Gamma-soluble NSF attachment protein 8.69167969 C6_control_C3 +LQ06X000580 Gamma-soluble NSF attachment protein 8.040138348 C6_chemical_A1 +LQ06X000580 Gamma-soluble NSF attachment protein 7.824883845 C6_chemical_A3 +LQ06X000580 Gamma-soluble NSF attachment protein 7.494711198 C6_chemical_B1 +LQ06X000580 Gamma-soluble NSF attachment protein 8.492351338 C6_chemical_B2 +LQ06X000580 Gamma-soluble NSF attachment protein 8.135626953 C6_chemical_B3 +LQ06X000580 Gamma-soluble NSF attachment protein 9.286362638 C6_chemical_C1 +LQ06X000580 Gamma-soluble NSF attachment protein 9.632369359 C6_chemical_C2 +LQ06X000580 Gamma-soluble NSF attachment protein 8.618323204 C6_chemical_C3 +LQ06X000580 Gamma-soluble NSF attachment protein 6.921879332 L4_control_A1 +LQ06X000580 Gamma-soluble NSF attachment protein 6.520700125 L4_control_A2 +LQ06X000580 Gamma-soluble NSF attachment protein 5.783995133 L4_control_A3 +LQ06X000580 Gamma-soluble NSF attachment protein 6.481536421 L4_control_B1 +LQ06X000580 Gamma-soluble NSF attachment protein 6.853011887 L4_control_B2 +LQ06X000580 Gamma-soluble NSF attachment protein 7.90601929 L4_control_B3 +LQ06X000580 Gamma-soluble NSF attachment protein 6.57521253 L4_control_C2 +LQ06X000580 Gamma-soluble NSF attachment protein 8.591019135 L4_control_C3 +LQ06X000580 Gamma-soluble NSF attachment protein 7.582014583 L4_chemical_A1 +LQ06X000580 Gamma-soluble NSF attachment protein 8.139908045 L4_chemical_A2 +LQ06X000580 Gamma-soluble NSF attachment protein 6.235579469 L4_chemical_A3 +LQ06X000580 Gamma-soluble NSF attachment protein 6.129652406 L4_chemical_B1 +LQ06X000580 Gamma-soluble NSF attachment protein 7.95360307 L4_chemical_B2 +LQ06X000580 Gamma-soluble NSF attachment protein 7.422789073 L4_chemical_B3 +LQ06X000580 Gamma-soluble NSF attachment protein 7.267491159 L4_chemical_C2 +LQ06X000580 Gamma-soluble NSF attachment protein 8.717798417 L4_chemical_C3 +LQ06X000720 Hypothetical protein 5.353135934 C6_control_A1 +LQ06X000720 Hypothetical protein 5.280209955 C6_control_A3 +LQ06X000720 Hypothetical protein 5.145201568 C6_control_B1 +LQ06X000720 Hypothetical protein 5.461914028 C6_control_B2 +LQ06X000720 Hypothetical protein 5.796322154 C6_control_B3 +LQ06X000720 Hypothetical protein 5.425852544 C6_control_C1 +LQ06X000720 Hypothetical protein 5.043469907 C6_control_C2 +LQ06X000720 Hypothetical protein 5.586051278 C6_control_C3 +LQ06X000720 Hypothetical protein 5.482144616 C6_chemical_A1 +LQ06X000720 Hypothetical protein 5.307423322 C6_chemical_A3 +LQ06X000720 Hypothetical protein 5.360801976 C6_chemical_B1 +LQ06X000720 Hypothetical protein 5.30352875 C6_chemical_B2 +LQ06X000720 Hypothetical protein 5.277476495 C6_chemical_B3 +LQ06X000720 Hypothetical protein 5.290613822 C6_chemical_C1 +LQ06X000720 Hypothetical protein 5.596952572 C6_chemical_C2 +LQ06X000720 Hypothetical protein 5.887114665 C6_chemical_C3 +LQ06X000720 Hypothetical protein 5.366866404 L4_control_A1 +LQ06X000720 Hypothetical protein 5.70602769 L4_control_A2 +LQ06X000720 Hypothetical protein 5.187053879 L4_control_A3 +LQ06X000720 Hypothetical protein 5.512367024 L4_control_B1 +LQ06X000720 Hypothetical protein 6.609910637 L4_control_B2 +LQ06X000720 Hypothetical protein 5.209149279 L4_control_B3 +LQ06X000720 Hypothetical protein 5.380592594 L4_control_C2 +LQ06X000720 Hypothetical protein 6.091351726 L4_control_C3 +LQ06X000720 Hypothetical protein 4.803215658 L4_chemical_A1 +LQ06X000720 Hypothetical protein 5.372719537 L4_chemical_A2 +LQ06X000720 Hypothetical protein 5.328341004 L4_chemical_A3 +LQ06X000720 Hypothetical protein 5.493165081 L4_chemical_B1 +LQ06X000720 Hypothetical protein 5.721659972 L4_chemical_B2 +LQ06X000720 Hypothetical protein 5.499555435 L4_chemical_B3 +LQ06X000720 Hypothetical protein 5.622995393 L4_chemical_C2 +LQ06X000720 Hypothetical protein 5.637159177 L4_chemical_C3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.100739687 C6_control_A1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.997487071 C6_control_A3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.936982509 C6_control_B1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.989712832 C6_control_B2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.010854577 C6_control_B3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.017058709 C6_control_C1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.487284157 C6_control_C2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.216637921 C6_control_C3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.086752029 C6_chemical_A1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.726047848 C6_chemical_A3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.866313595 C6_chemical_B1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.927137323 C6_chemical_B2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.036134048 C6_chemical_B3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.053642525 C6_chemical_C1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.635014661 C6_chemical_C2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.541018724 C6_chemical_C3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.094616663 L4_control_A1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.22996283 L4_control_A2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.471983093 L4_control_A3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.91236008 L4_control_B1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.526534348 L4_control_B2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.227427276 L4_control_B3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.348512476 L4_control_C2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.169831474 L4_control_C3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.634662995 L4_chemical_A1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.649876721 L4_chemical_A2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.847079565 L4_chemical_A3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.617518591 L4_chemical_B1 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.437940016 L4_chemical_B2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.063632621 L4_chemical_B3 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 5.665997079 L4_chemical_C2 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.146930465 L4_chemical_C3 +LQ06X000800 Putative uncharacterized protein 9.93015296 C6_control_A1 +LQ06X000800 Putative uncharacterized protein 9.95745095 C6_control_A3 +LQ06X000800 Putative uncharacterized protein 9.813694585 C6_control_B1 +LQ06X000800 Putative uncharacterized protein 10.18640585 C6_control_B2 +LQ06X000800 Putative uncharacterized protein 9.949426502 C6_control_B3 +LQ06X000800 Putative uncharacterized protein 10.34355467 C6_control_C1 +LQ06X000800 Putative uncharacterized protein 10.50037703 C6_control_C2 +LQ06X000800 Putative uncharacterized protein 10.01927093 C6_control_C3 +LQ06X000800 Putative uncharacterized protein 9.774153174 C6_chemical_A1 +LQ06X000800 Putative uncharacterized protein 9.90759847 C6_chemical_A3 +LQ06X000800 Putative uncharacterized protein 9.758320757 C6_chemical_B1 +LQ06X000800 Putative uncharacterized protein 10.14808564 C6_chemical_B2 +LQ06X000800 Putative uncharacterized protein 10.02410026 C6_chemical_B3 +LQ06X000800 Putative uncharacterized protein 10.43098541 C6_chemical_C1 +LQ06X000800 Putative uncharacterized protein 10.41339639 C6_chemical_C2 +LQ06X000800 Putative uncharacterized protein 10.22406464 C6_chemical_C3 +LQ06X000800 Putative uncharacterized protein 10.30369746 L4_control_A1 +LQ06X000800 Putative uncharacterized protein 10.69224766 L4_control_A2 +LQ06X000800 Putative uncharacterized protein 10.26421429 L4_control_A3 +LQ06X000800 Putative uncharacterized protein 10.84637789 L4_control_B1 +LQ06X000800 Putative uncharacterized protein 10.39467649 L4_control_B2 +LQ06X000800 Putative uncharacterized protein 10.77290904 L4_control_B3 +LQ06X000800 Putative uncharacterized protein 10.04469804 L4_control_C2 +LQ06X000800 Putative uncharacterized protein 10.56107485 L4_control_C3 +LQ06X000800 Putative uncharacterized protein 10.30000625 L4_chemical_A1 +LQ06X000800 Putative uncharacterized protein 10.52340665 L4_chemical_A2 +LQ06X000800 Putative uncharacterized protein 10.20736631 L4_chemical_A3 +LQ06X000800 Putative uncharacterized protein 10.64754944 L4_chemical_B1 +LQ06X000800 Putative uncharacterized protein 10.45591432 L4_chemical_B2 +LQ06X000800 Putative uncharacterized protein 10.74528334 L4_chemical_B3 +LQ06X000800 Putative uncharacterized protein 10.18481984 L4_chemical_C2 +LQ06X000800 Putative uncharacterized protein 10.49659517 L4_chemical_C3 +LQ06X000810 Putative Subtilisin-like protease 7.174849184 C6_control_A1 +LQ06X000810 Putative Subtilisin-like protease 6.671868531 C6_control_A3 +LQ06X000810 Putative Subtilisin-like protease 7.050924039 C6_control_B1 +LQ06X000810 Putative Subtilisin-like protease 6.744111737 C6_control_B2 +LQ06X000810 Putative Subtilisin-like protease 7.386441414 C6_control_B3 +LQ06X000810 Putative Subtilisin-like protease 6.771013729 C6_control_C1 +LQ06X000810 Putative Subtilisin-like protease 5.840662527 C6_control_C2 +LQ06X000810 Putative Subtilisin-like protease 7.099343965 C6_control_C3 +LQ06X000810 Putative Subtilisin-like protease 7.219104608 C6_chemical_A1 +LQ06X000810 Putative Subtilisin-like protease 6.637171237 C6_chemical_A3 +LQ06X000810 Putative Subtilisin-like protease 6.623300981 C6_chemical_B1 +LQ06X000810 Putative Subtilisin-like protease 6.668595326 C6_chemical_B2 +LQ06X000810 Putative Subtilisin-like protease 7.421176854 C6_chemical_B3 +LQ06X000810 Putative Subtilisin-like protease 6.697732281 C6_chemical_C1 +LQ06X000810 Putative Subtilisin-like protease 6.352741946 C6_chemical_C2 +LQ06X000810 Putative Subtilisin-like protease 6.757111133 C6_chemical_C3 +LQ06X000810 Putative Subtilisin-like protease 6.943608705 L4_control_A1 +LQ06X000810 Putative Subtilisin-like protease 8.057430533 L4_control_A2 +LQ06X000810 Putative Subtilisin-like protease 8.129511439 L4_control_A3 +LQ06X000810 Putative Subtilisin-like protease 7.191299021 L4_control_B1 +LQ06X000810 Putative Subtilisin-like protease 7.300258022 L4_control_B2 +LQ06X000810 Putative Subtilisin-like protease 7.300157893 L4_control_B3 +LQ06X000810 Putative Subtilisin-like protease 8.064241103 L4_control_C2 +LQ06X000810 Putative Subtilisin-like protease 6.971110006 L4_control_C3 +LQ06X000810 Putative Subtilisin-like protease 7.153283891 L4_chemical_A1 +LQ06X000810 Putative Subtilisin-like protease 7.881309964 L4_chemical_A2 +LQ06X000810 Putative Subtilisin-like protease 8.188525146 L4_chemical_A3 +LQ06X000810 Putative Subtilisin-like protease 6.637930797 L4_chemical_B1 +LQ06X000810 Putative Subtilisin-like protease 7.899222269 L4_chemical_B2 +LQ06X000810 Putative Subtilisin-like protease 7.143336748 L4_chemical_B3 +LQ06X000810 Putative Subtilisin-like protease 8.262870279 L4_chemical_C2 +LQ06X000810 Putative Subtilisin-like protease 7.000908173 L4_chemical_C3 +LQ06X000820 Hypothetical protein 4.709727793 C6_control_A1 +LQ06X000820 Hypothetical protein 5.007467085 C6_control_A3 +LQ06X000820 Hypothetical protein 5.136437867 C6_control_B1 +LQ06X000820 Hypothetical protein 5.215378514 C6_control_B2 +LQ06X000820 Hypothetical protein 5.122506307 C6_control_B3 +LQ06X000820 Hypothetical protein 4.926517673 C6_control_C1 +LQ06X000820 Hypothetical protein 4.767815593 C6_control_C2 +LQ06X000820 Hypothetical protein 4.783895554 C6_control_C3 +LQ06X000820 Hypothetical protein 5.019618512 C6_chemical_A1 +LQ06X000820 Hypothetical protein 4.772869126 C6_chemical_A3 +LQ06X000820 Hypothetical protein 4.977628221 C6_chemical_B1 +LQ06X000820 Hypothetical protein 5.237340817 C6_chemical_B2 +LQ06X000820 Hypothetical protein 4.940211506 C6_chemical_B3 +LQ06X000820 Hypothetical protein 4.923994074 C6_chemical_C1 +LQ06X000820 Hypothetical protein 4.896030893 C6_chemical_C2 +LQ06X000820 Hypothetical protein 4.726201303 C6_chemical_C3 +LQ06X000820 Hypothetical protein 4.943354515 L4_control_A1 +LQ06X000820 Hypothetical protein 4.975931012 L4_control_A2 +LQ06X000820 Hypothetical protein 5.157870878 L4_control_A3 +LQ06X000820 Hypothetical protein 5.063459058 L4_control_B1 +LQ06X000820 Hypothetical protein 4.742779076 L4_control_B2 +LQ06X000820 Hypothetical protein 4.957594907 L4_control_B3 +LQ06X000820 Hypothetical protein 4.818194756 L4_control_C2 +LQ06X000820 Hypothetical protein 5.374381334 L4_control_C3 +LQ06X000820 Hypothetical protein 5.056893334 L4_chemical_A1 +LQ06X000820 Hypothetical protein 4.886684748 L4_chemical_A2 +LQ06X000820 Hypothetical protein 5.030161323 L4_chemical_A3 +LQ06X000820 Hypothetical protein 5.387057764 L4_chemical_B1 +LQ06X000820 Hypothetical protein 5.080412154 L4_chemical_B2 +LQ06X000820 Hypothetical protein 5.041262476 L4_chemical_B3 +LQ06X000820 Hypothetical protein 4.74268322 L4_chemical_C2 +LQ06X000820 Hypothetical protein 6.054805054 L4_chemical_C3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.58529092 C6_control_A1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.32842363 C6_control_A3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.67803478 C6_control_B1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.57888123 C6_control_B2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.52063219 C6_control_B3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 12.04205558 C6_control_C1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 12.1226886 C6_control_C2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.65344171 C6_control_C3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.62132027 C6_chemical_A1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.54846129 C6_chemical_A3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.99978863 C6_chemical_B1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.73210999 C6_chemical_B2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.02623304 C6_chemical_B3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 12.17432654 C6_chemical_C1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 12.11835016 C6_chemical_C2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.68083782 C6_chemical_C3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.78124976 L4_control_A1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.66544822 L4_control_A2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.86626231 L4_control_A3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.14687889 L4_control_B1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.5194784 L4_control_B2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.86581601 L4_control_B3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.90229434 L4_control_C2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 12.22985022 L4_control_C3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.77243762 L4_chemical_A1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.68566021 L4_chemical_A2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.50990474 L4_chemical_A3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.76007179 L4_chemical_B1 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 11.48840868 L4_chemical_B2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.89052173 L4_chemical_B3 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 12.22356575 L4_chemical_C2 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 12.0319705 L4_chemical_C3 +LQ06X000860 Putative Cytochrome P450 716B2 4.685656939 C6_control_A1 +LQ06X000860 Putative Cytochrome P450 716B2 4.874063212 C6_control_A3 +LQ06X000860 Putative Cytochrome P450 716B2 5.374382825 C6_control_B1 +LQ06X000860 Putative Cytochrome P450 716B2 4.665639802 C6_control_B2 +LQ06X000860 Putative Cytochrome P450 716B2 4.425220663 C6_control_B3 +LQ06X000860 Putative Cytochrome P450 716B2 4.940205552 C6_control_C1 +LQ06X000860 Putative Cytochrome P450 716B2 4.723676557 C6_control_C2 +LQ06X000860 Putative Cytochrome P450 716B2 5.168867543 C6_control_C3 +LQ06X000860 Putative Cytochrome P450 716B2 5.032236978 C6_chemical_A1 +LQ06X000860 Putative Cytochrome P450 716B2 4.894018136 C6_chemical_A3 +LQ06X000860 Putative Cytochrome P450 716B2 5.134902552 C6_chemical_B1 +LQ06X000860 Putative Cytochrome P450 716B2 4.650360969 C6_chemical_B2 +LQ06X000860 Putative Cytochrome P450 716B2 4.766854271 C6_chemical_B3 +LQ06X000860 Putative Cytochrome P450 716B2 4.972404321 C6_chemical_C1 +LQ06X000860 Putative Cytochrome P450 716B2 4.801702971 C6_chemical_C2 +LQ06X000860 Putative Cytochrome P450 716B2 5.226215309 C6_chemical_C3 +LQ06X000860 Putative Cytochrome P450 716B2 5.061436235 L4_control_A1 +LQ06X000860 Putative Cytochrome P450 716B2 4.683167133 L4_control_A2 +LQ06X000860 Putative Cytochrome P450 716B2 5.439365102 L4_control_A3 +LQ06X000860 Putative Cytochrome P450 716B2 5.168722032 L4_control_B1 +LQ06X000860 Putative Cytochrome P450 716B2 4.871769722 L4_control_B2 +LQ06X000860 Putative Cytochrome P450 716B2 4.924683502 L4_control_B3 +LQ06X000860 Putative Cytochrome P450 716B2 5.210617432 L4_control_C2 +LQ06X000860 Putative Cytochrome P450 716B2 5.313292697 L4_control_C3 +LQ06X000860 Putative Cytochrome P450 716B2 4.904578483 L4_chemical_A1 +LQ06X000860 Putative Cytochrome P450 716B2 4.938004439 L4_chemical_A2 +LQ06X000860 Putative Cytochrome P450 716B2 5.535668432 L4_chemical_A3 +LQ06X000860 Putative Cytochrome P450 716B2 5.395182506 L4_chemical_B1 +LQ06X000860 Putative Cytochrome P450 716B2 5.200809729 L4_chemical_B2 +LQ06X000860 Putative Cytochrome P450 716B2 5.486180325 L4_chemical_B3 +LQ06X000860 Putative Cytochrome P450 716B2 5.405213127 L4_chemical_C2 +LQ06X000860 Putative Cytochrome P450 716B2 4.980822586 L4_chemical_C3 +LQ06X000870 Hypothetical protein 5.564105103 C6_control_A1 +LQ06X000870 Hypothetical protein 5.841853164 C6_control_A3 +LQ06X000870 Hypothetical protein 5.343325864 C6_control_B1 +LQ06X000870 Hypothetical protein 5.640294541 C6_control_B2 +LQ06X000870 Hypothetical protein 5.138937133 C6_control_B3 +LQ06X000870 Hypothetical protein 5.628819971 C6_control_C1 +LQ06X000870 Hypothetical protein 6.347427097 C6_control_C2 +LQ06X000870 Hypothetical protein 5.699570836 C6_control_C3 +LQ06X000870 Hypothetical protein 5.297546796 C6_chemical_A1 +LQ06X000870 Hypothetical protein 5.291227143 C6_chemical_A3 +LQ06X000870 Hypothetical protein 5.247417571 C6_chemical_B1 +LQ06X000870 Hypothetical protein 5.478943896 C6_chemical_B2 +LQ06X000870 Hypothetical protein 5.076164755 C6_chemical_B3 +LQ06X000870 Hypothetical protein 5.605284415 C6_chemical_C1 +LQ06X000870 Hypothetical protein 5.479744184 C6_chemical_C2 +LQ06X000870 Hypothetical protein 5.467620019 C6_chemical_C3 +LQ06X000870 Hypothetical protein 5.340809686 L4_control_A1 +LQ06X000870 Hypothetical protein 5.210069297 L4_control_A2 +LQ06X000870 Hypothetical protein 5.706380162 L4_control_A3 +LQ06X000870 Hypothetical protein 5.345513421 L4_control_B1 +LQ06X000870 Hypothetical protein 5.186929068 L4_control_B2 +LQ06X000870 Hypothetical protein 5.241743416 L4_control_B3 +LQ06X000870 Hypothetical protein 5.803148867 L4_control_C2 +LQ06X000870 Hypothetical protein 6.885194013 L4_control_C3 +LQ06X000870 Hypothetical protein 5.929228891 L4_chemical_A1 +LQ06X000870 Hypothetical protein 5.549071791 L4_chemical_A2 +LQ06X000870 Hypothetical protein 5.197899533 L4_chemical_A3 +LQ06X000870 Hypothetical protein 5.425216231 L4_chemical_B1 +LQ06X000870 Hypothetical protein 5.017781906 L4_chemical_B2 +LQ06X000870 Hypothetical protein 5.160702079 L4_chemical_B3 +LQ06X000870 Hypothetical protein 5.821114608 L4_chemical_C2 +LQ06X000870 Hypothetical protein 5.754260839 L4_chemical_C3 +LQ06X000880 Coatomer subunit epsilon-1 13.89814484 C6_control_A1 +LQ06X000880 Coatomer subunit epsilon-1 13.99859313 C6_control_A3 +LQ06X000880 Coatomer subunit epsilon-1 13.62440202 C6_control_B1 +LQ06X000880 Coatomer subunit epsilon-1 13.08083376 C6_control_B2 +LQ06X000880 Coatomer subunit epsilon-1 13.58363252 C6_control_B3 +LQ06X000880 Coatomer subunit epsilon-1 12.19586421 C6_control_C1 +LQ06X000880 Coatomer subunit epsilon-1 12.32465326 C6_control_C2 +LQ06X000880 Coatomer subunit epsilon-1 11.81658999 C6_control_C3 +LQ06X000880 Coatomer subunit epsilon-1 13.93054054 C6_chemical_A1 +LQ06X000880 Coatomer subunit epsilon-1 13.42059 C6_chemical_A3 +LQ06X000880 Coatomer subunit epsilon-1 13.61453433 C6_chemical_B1 +LQ06X000880 Coatomer subunit epsilon-1 13.20988518 C6_chemical_B2 +LQ06X000880 Coatomer subunit epsilon-1 13.19109247 C6_chemical_B3 +LQ06X000880 Coatomer subunit epsilon-1 12.18959356 C6_chemical_C1 +LQ06X000880 Coatomer subunit epsilon-1 12.06205811 C6_chemical_C2 +LQ06X000880 Coatomer subunit epsilon-1 11.36776236 C6_chemical_C3 +LQ06X000880 Coatomer subunit epsilon-1 13.918131 L4_control_A1 +LQ06X000880 Coatomer subunit epsilon-1 13.71280838 L4_control_A2 +LQ06X000880 Coatomer subunit epsilon-1 13.96863029 L4_control_A3 +LQ06X000880 Coatomer subunit epsilon-1 13.32337548 L4_control_B1 +LQ06X000880 Coatomer subunit epsilon-1 13.81210473 L4_control_B2 +LQ06X000880 Coatomer subunit epsilon-1 13.08515964 L4_control_B3 +LQ06X000880 Coatomer subunit epsilon-1 12.42094577 L4_control_C2 +LQ06X000880 Coatomer subunit epsilon-1 12.48577478 L4_control_C3 +LQ06X000880 Coatomer subunit epsilon-1 13.39726029 L4_chemical_A1 +LQ06X000880 Coatomer subunit epsilon-1 13.17264298 L4_chemical_A2 +LQ06X000880 Coatomer subunit epsilon-1 13.81334724 L4_chemical_A3 +LQ06X000880 Coatomer subunit epsilon-1 13.52783989 L4_chemical_B1 +LQ06X000880 Coatomer subunit epsilon-1 13.30374165 L4_chemical_B2 +LQ06X000880 Coatomer subunit epsilon-1 13.55255108 L4_chemical_B3 +LQ06X000880 Coatomer subunit epsilon-1 12.35696943 L4_chemical_C2 +LQ06X000880 Coatomer subunit epsilon-1 12.39045698 L4_chemical_C3 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.15804153 C6_control_A1 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.62928156 C6_control_A3 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.09531221 C6_control_B1 +LQ06X000890 UDP-arabinose 4-epimerase 1 13.20817834 C6_control_B2 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.61988107 C6_control_B3 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.84169869 C6_control_C1 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.12576884 C6_control_C2 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.58002449 C6_control_C3 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.91314495 C6_chemical_A1 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.72874783 C6_chemical_A3 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.97227708 C6_chemical_B1 +LQ06X000890 UDP-arabinose 4-epimerase 1 13.06915729 C6_chemical_B2 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.60551433 C6_chemical_B3 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.17108138 C6_chemical_C1 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.08318547 C6_chemical_C2 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.71145247 C6_chemical_C3 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.82436237 L4_control_A1 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.37035234 L4_control_A2 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.3096655 L4_control_A3 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.41336532 L4_control_B1 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.25106242 L4_control_B2 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.93464312 L4_control_B3 +LQ06X000890 UDP-arabinose 4-epimerase 1 9.893540205 L4_control_C2 +LQ06X000890 UDP-arabinose 4-epimerase 1 10.44777466 L4_control_C3 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.4091955 L4_chemical_A1 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.18704719 L4_chemical_A2 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.03720748 L4_chemical_A3 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.56941024 L4_chemical_B1 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.42806022 L4_chemical_B2 +LQ06X000890 UDP-arabinose 4-epimerase 1 12.80748844 L4_chemical_B3 +LQ06X000890 UDP-arabinose 4-epimerase 1 10.10655491 L4_chemical_C2 +LQ06X000890 UDP-arabinose 4-epimerase 1 10.65039437 L4_chemical_C3 +LQ06X000920 Hypothetical protein 11.47338604 C6_control_A1 +LQ06X000920 Hypothetical protein 11.85449923 C6_control_A3 +LQ06X000920 Hypothetical protein 10.80888468 C6_control_B1 +LQ06X000920 Hypothetical protein 11.5798391 C6_control_B2 +LQ06X000920 Hypothetical protein 10.99150022 C6_control_B3 +LQ06X000920 Hypothetical protein 12.83441287 C6_control_C1 +LQ06X000920 Hypothetical protein 12.11463423 C6_control_C2 +LQ06X000920 Hypothetical protein 12.8509359 C6_control_C3 +LQ06X000920 Hypothetical protein 11.64780834 C6_chemical_A1 +LQ06X000920 Hypothetical protein 12.02005027 C6_chemical_A3 +LQ06X000920 Hypothetical protein 11.1783181 C6_chemical_B1 +LQ06X000920 Hypothetical protein 11.47356333 C6_chemical_B2 +LQ06X000920 Hypothetical protein 11.15645121 C6_chemical_B3 +LQ06X000920 Hypothetical protein 12.38512185 C6_chemical_C1 +LQ06X000920 Hypothetical protein 12.1387559 C6_chemical_C2 +LQ06X000920 Hypothetical protein 12.93688666 C6_chemical_C3 +LQ06X000920 Hypothetical protein 11.81387224 L4_control_A1 +LQ06X000920 Hypothetical protein 11.44532586 L4_control_A2 +LQ06X000920 Hypothetical protein 12.21213468 L4_control_A3 +LQ06X000920 Hypothetical protein 11.80163171 L4_control_B1 +LQ06X000920 Hypothetical protein 11.27183517 L4_control_B2 +LQ06X000920 Hypothetical protein 12.0460775 L4_control_B3 +LQ06X000920 Hypothetical protein 12.63611529 L4_control_C2 +LQ06X000920 Hypothetical protein 13.04535135 L4_control_C3 +LQ06X000920 Hypothetical protein 11.98974329 L4_chemical_A1 +LQ06X000920 Hypothetical protein 11.86396208 L4_chemical_A2 +LQ06X000920 Hypothetical protein 12.2649452 L4_chemical_A3 +LQ06X000920 Hypothetical protein 11.16711258 L4_chemical_B1 +LQ06X000920 Hypothetical protein 11.69023233 L4_chemical_B2 +LQ06X000920 Hypothetical protein 11.41100131 L4_chemical_B3 +LQ06X000920 Hypothetical protein 12.99840066 L4_chemical_C2 +LQ06X000920 Hypothetical protein 13.15855819 L4_chemical_C3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.51051032 C6_control_A1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.218974901 C6_control_A3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 5.926794849 C6_control_B1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.725998753 C6_control_B2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.150610056 C6_control_B3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 9.037679452 C6_control_C1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 9.339084955 C6_control_C2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 9.644139278 C6_control_C3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.803883624 C6_chemical_A1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.88369151 C6_chemical_A3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 5.999473092 C6_chemical_B1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.704377059 C6_chemical_B2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.270238085 C6_chemical_B3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 8.886894758 C6_chemical_C1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 9.11279324 C6_chemical_C2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 9.553111654 C6_chemical_C3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.584782698 L4_control_A1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.858309007 L4_control_A2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.994682555 L4_control_A3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.043805777 L4_control_B1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.478077914 L4_control_B2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 8.41056381 L4_control_B3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.384808073 L4_control_C2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.609284404 L4_control_C3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.857250658 L4_chemical_A1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.768848838 L4_chemical_A2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.838350318 L4_chemical_A3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.248506322 L4_chemical_B1 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.880239874 L4_chemical_B2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.797779289 L4_chemical_B3 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.38294387 L4_chemical_C2 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 7.994016799 L4_chemical_C3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.509727475 C6_control_A1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.667698387 C6_control_A3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.19750324 C6_control_B1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 6.099974502 C6_control_B2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.766601284 C6_control_B3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.899657691 C6_control_C1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.844982862 C6_control_C2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.008796123 C6_control_C3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.276234308 C6_chemical_A1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.696541826 C6_chemical_A3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.868847954 C6_chemical_B1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.520605444 C6_chemical_B2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.530783967 C6_chemical_B3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.977420396 C6_chemical_C1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.877767242 C6_chemical_C2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.172110183 C6_chemical_C3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.62072916 L4_control_A1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.26797482 L4_control_A2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 6.063869986 L4_control_A3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.668341773 L4_control_B1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.183447779 L4_control_B2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.861688512 L4_control_B3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.958077534 L4_control_C2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.00144389 L4_control_C3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 6.330538976 L4_chemical_A1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.043848572 L4_chemical_A2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 6.521866333 L4_chemical_A3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.829155835 L4_chemical_B1 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.471196167 L4_chemical_B2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.964777387 L4_chemical_B3 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.030368146 L4_chemical_C2 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 4.654307256 L4_chemical_C3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 7.663663533 C6_control_A1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 7.735930358 C6_control_A3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.821515881 C6_control_B1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 7.582222091 C6_control_B2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.599294942 C6_control_B3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.385123435 C6_control_C1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.39414012 C6_control_C2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.890650915 C6_control_C3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.847353651 C6_chemical_A1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 7.114328577 C6_chemical_A3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.464582818 C6_chemical_B1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 7.028249001 C6_chemical_B2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.058029421 C6_chemical_B3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.179221277 C6_chemical_C1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.868532273 C6_chemical_C2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.542369223 C6_chemical_C3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.801620813 L4_control_A1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.970599067 L4_control_A2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 7.315945904 L4_control_A3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.595258027 L4_control_B1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.102199187 L4_control_B2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.994934305 L4_control_B3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.483802239 L4_control_C2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.519790188 L4_control_C3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.915534916 L4_chemical_A1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.388459334 L4_chemical_A2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.692289484 L4_chemical_A3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.401380925 L4_chemical_B1 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.571233397 L4_chemical_B2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.643538097 L4_chemical_B3 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.610270835 L4_chemical_C2 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 5.61475986 L4_chemical_C3 +LQ06X001010 Predicted protein 9.177866354 C6_control_A1 +LQ06X001010 Predicted protein 10.00646942 C6_control_A3 +LQ06X001010 Predicted protein 9.397300729 C6_control_B1 +LQ06X001010 Predicted protein 8.751153061 C6_control_B2 +LQ06X001010 Predicted protein 9.104915784 C6_control_B3 +LQ06X001010 Predicted protein 9.602589811 C6_control_C1 +LQ06X001010 Predicted protein 9.701666077 C6_control_C2 +LQ06X001010 Predicted protein 9.239275684 C6_control_C3 +LQ06X001010 Predicted protein 8.94845312 C6_chemical_A1 +LQ06X001010 Predicted protein 9.951772292 C6_chemical_A3 +LQ06X001010 Predicted protein 9.11618967 C6_chemical_B1 +LQ06X001010 Predicted protein 8.72436584 C6_chemical_B2 +LQ06X001010 Predicted protein 9.108172942 C6_chemical_B3 +LQ06X001010 Predicted protein 9.481347882 C6_chemical_C1 +LQ06X001010 Predicted protein 9.515938917 C6_chemical_C2 +LQ06X001010 Predicted protein 9.58115819 C6_chemical_C3 +LQ06X001010 Predicted protein 9.497062686 L4_control_A1 +LQ06X001010 Predicted protein 9.25743252 L4_control_A2 +LQ06X001010 Predicted protein 9.489170437 L4_control_A3 +LQ06X001010 Predicted protein 8.795841735 L4_control_B1 +LQ06X001010 Predicted protein 9.230343483 L4_control_B2 +LQ06X001010 Predicted protein 9.568459363 L4_control_B3 +LQ06X001010 Predicted protein 9.856835792 L4_control_C2 +LQ06X001010 Predicted protein 10.11130062 L4_control_C3 +LQ06X001010 Predicted protein 9.253859657 L4_chemical_A1 +LQ06X001010 Predicted protein 8.800676314 L4_chemical_A2 +LQ06X001010 Predicted protein 8.222335947 L4_chemical_A3 +LQ06X001010 Predicted protein 9.124054912 L4_chemical_B1 +LQ06X001010 Predicted protein 9.01215057 L4_chemical_B2 +LQ06X001010 Predicted protein 9.622713615 L4_chemical_B3 +LQ06X001010 Predicted protein 9.553783182 L4_chemical_C2 +LQ06X001010 Predicted protein 10.04072432 L4_chemical_C3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 13.04167005 C6_control_A1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 13.22569752 C6_control_A3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.64626387 C6_control_B1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.63362885 C6_control_B2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.34194139 C6_control_B3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.31623463 C6_control_C1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.33644197 C6_control_C2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 11.99555821 C6_control_C3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.78656503 C6_chemical_A1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 13.03513344 C6_chemical_A3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.51346193 C6_chemical_B1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.6229088 C6_chemical_B2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.22608006 C6_chemical_B3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.4857339 C6_chemical_C1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.59638609 C6_chemical_C2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.16097797 C6_chemical_C3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 13.02860063 L4_control_A1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.97867815 L4_control_A2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.90672048 L4_control_A3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.19700995 L4_control_B1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.06613382 L4_control_B2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.40306883 L4_control_B3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.01866873 L4_control_C2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.32318317 L4_control_C3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.78126463 L4_chemical_A1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.66614444 L4_chemical_A2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.54586301 L4_chemical_A3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.26234368 L4_chemical_B1 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 11.97098887 L4_chemical_B2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.84343234 L4_chemical_B3 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 11.97119659 L4_chemical_C2 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.29402859 L4_chemical_C3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.472634006 C6_control_A1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.140658932 C6_control_A3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 5.857058186 C6_control_B1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.46823149 C6_control_B2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.445097555 C6_control_B3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.557288492 C6_control_C1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.091427067 C6_control_C2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.320576806 C6_control_C3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.289597359 C6_chemical_A1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.087826011 C6_chemical_A3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.116436059 C6_chemical_B1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.324857324 C6_chemical_B2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 5.858655758 C6_chemical_B3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.45781796 C6_chemical_C1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.38958007 C6_chemical_C2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.034532635 C6_chemical_C3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.081135105 L4_control_A1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.200243344 L4_control_A2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 7.099896296 L4_control_A3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.290098337 L4_control_B1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.151944145 L4_control_B2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.332914063 L4_control_B3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.170870745 L4_control_C2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.277346298 L4_control_C3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.391834381 L4_chemical_A1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.396256989 L4_chemical_A2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.860808755 L4_chemical_A3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.163456117 L4_chemical_B1 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.048603098 L4_chemical_B2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.409724254 L4_chemical_B3 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.456504669 L4_chemical_C2 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 5.806965851 L4_chemical_C3 +LQ06X001050 Putative Predicted protein 7.705361724 C6_control_A1 +LQ06X001050 Putative Predicted protein 7.817474749 C6_control_A3 +LQ06X001050 Putative Predicted protein 7.78643373 C6_control_B1 +LQ06X001050 Putative Predicted protein 7.446579211 C6_control_B2 +LQ06X001050 Putative Predicted protein 7.775107403 C6_control_B3 +LQ06X001050 Putative Predicted protein 7.642709548 C6_control_C1 +LQ06X001050 Putative Predicted protein 6.709500195 C6_control_C2 +LQ06X001050 Putative Predicted protein 7.592014703 C6_control_C3 +LQ06X001050 Putative Predicted protein 8.230108577 C6_chemical_A1 +LQ06X001050 Putative Predicted protein 7.134324772 C6_chemical_A3 +LQ06X001050 Putative Predicted protein 8.159508803 C6_chemical_B1 +LQ06X001050 Putative Predicted protein 7.34111796 C6_chemical_B2 +LQ06X001050 Putative Predicted protein 8.329392992 C6_chemical_B3 +LQ06X001050 Putative Predicted protein 7.928302287 C6_chemical_C1 +LQ06X001050 Putative Predicted protein 7.381916491 C6_chemical_C2 +LQ06X001050 Putative Predicted protein 7.792693058 C6_chemical_C3 +LQ06X001050 Putative Predicted protein 8.485198626 L4_control_A1 +LQ06X001050 Putative Predicted protein 8.249328461 L4_control_A2 +LQ06X001050 Putative Predicted protein 8.506603629 L4_control_A3 +LQ06X001050 Putative Predicted protein 9.118263254 L4_control_B1 +LQ06X001050 Putative Predicted protein 8.292130553 L4_control_B2 +LQ06X001050 Putative Predicted protein 7.716537356 L4_control_B3 +LQ06X001050 Putative Predicted protein 8.849232142 L4_control_C2 +LQ06X001050 Putative Predicted protein 8.498769497 L4_control_C3 +LQ06X001050 Putative Predicted protein 8.801679747 L4_chemical_A1 +LQ06X001050 Putative Predicted protein 8.729331729 L4_chemical_A2 +LQ06X001050 Putative Predicted protein 9.289843005 L4_chemical_A3 +LQ06X001050 Putative Predicted protein 8.292932425 L4_chemical_B1 +LQ06X001050 Putative Predicted protein 8.314934445 L4_chemical_B2 +LQ06X001050 Putative Predicted protein 7.503619731 L4_chemical_B3 +LQ06X001050 Putative Predicted protein 8.795078723 L4_chemical_C2 +LQ06X001050 Putative Predicted protein 8.529658746 L4_chemical_C3 +LQ06X001170 Putative Predicted protein 12.00870857 C6_control_A1 +LQ06X001170 Putative Predicted protein 11.4584541 C6_control_A3 +LQ06X001170 Putative Predicted protein 11.68913145 C6_control_B1 +LQ06X001170 Putative Predicted protein 11.57880141 C6_control_B2 +LQ06X001170 Putative Predicted protein 11.56216078 C6_control_B3 +LQ06X001170 Putative Predicted protein 11.28480706 C6_control_C1 +LQ06X001170 Putative Predicted protein 11.50980615 C6_control_C2 +LQ06X001170 Putative Predicted protein 11.27462826 C6_control_C3 +LQ06X001170 Putative Predicted protein 11.85721807 C6_chemical_A1 +LQ06X001170 Putative Predicted protein 11.65822462 C6_chemical_A3 +LQ06X001170 Putative Predicted protein 11.60942982 C6_chemical_B1 +LQ06X001170 Putative Predicted protein 11.45225307 C6_chemical_B2 +LQ06X001170 Putative Predicted protein 11.46339348 C6_chemical_B3 +LQ06X001170 Putative Predicted protein 11.34912847 C6_chemical_C1 +LQ06X001170 Putative Predicted protein 11.38460276 C6_chemical_C2 +LQ06X001170 Putative Predicted protein 11.60396281 C6_chemical_C3 +LQ06X001170 Putative Predicted protein 12.42460579 L4_control_A1 +LQ06X001170 Putative Predicted protein 11.86880241 L4_control_A2 +LQ06X001170 Putative Predicted protein 12.06760173 L4_control_A3 +LQ06X001170 Putative Predicted protein 12.57512847 L4_control_B1 +LQ06X001170 Putative Predicted protein 11.91165466 L4_control_B2 +LQ06X001170 Putative Predicted protein 12.82029892 L4_control_B3 +LQ06X001170 Putative Predicted protein 12.50100566 L4_control_C2 +LQ06X001170 Putative Predicted protein 12.63037137 L4_control_C3 +LQ06X001170 Putative Predicted protein 13.58319398 L4_chemical_A1 +LQ06X001170 Putative Predicted protein 12.56393075 L4_chemical_A2 +LQ06X001170 Putative Predicted protein 12.48122886 L4_chemical_A3 +LQ06X001170 Putative Predicted protein 12.38364981 L4_chemical_B1 +LQ06X001170 Putative Predicted protein 12.29866383 L4_chemical_B2 +LQ06X001170 Putative Predicted protein 12.59330376 L4_chemical_B3 +LQ06X001170 Putative Predicted protein 13.07121001 L4_chemical_C2 +LQ06X001170 Putative Predicted protein 12.7770467 L4_chemical_C3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.43937892 C6_control_A1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.2824507 C6_control_A3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.24902201 C6_control_B1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.45857912 C6_control_B2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.30845865 C6_control_B3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.31271102 C6_control_C1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.26996137 C6_control_C2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.4677997 C6_control_C3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.34444983 C6_chemical_A1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 12.68038549 C6_chemical_A3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 12.92976234 C6_chemical_B1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.18426067 C6_chemical_B2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.16087628 C6_chemical_B3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.43548862 C6_chemical_C1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.09382226 C6_chemical_C2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.08891935 C6_chemical_C3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.5597696 L4_control_A1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.53946862 L4_control_A2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.20603576 L4_control_A3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.59311591 L4_control_B1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.19450178 L4_control_B2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 12.94204709 L4_control_B3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.05548081 L4_control_C2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.35204144 L4_control_C3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.61958538 L4_chemical_A1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.53514251 L4_chemical_A2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.65202295 L4_chemical_A3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.59226133 L4_chemical_B1 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.40312499 L4_chemical_B2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 12.99393567 L4_chemical_B3 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.0139693 L4_chemical_C2 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.38880057 L4_chemical_C3 +LQ06X001450 Potassium channel SKOR 4.933688207 C6_control_A1 +LQ06X001450 Potassium channel SKOR 4.829282664 C6_control_A3 +LQ06X001450 Potassium channel SKOR 5.090891322 C6_control_B1 +LQ06X001450 Potassium channel SKOR 4.952108237 C6_control_B2 +LQ06X001450 Potassium channel SKOR 4.972504823 C6_control_B3 +LQ06X001450 Potassium channel SKOR 5.185822247 C6_control_C1 +LQ06X001450 Potassium channel SKOR 4.89212512 C6_control_C2 +LQ06X001450 Potassium channel SKOR 5.147581896 C6_control_C3 +LQ06X001450 Potassium channel SKOR 4.899661653 C6_chemical_A1 +LQ06X001450 Potassium channel SKOR 5.018383642 C6_chemical_A3 +LQ06X001450 Potassium channel SKOR 5.379806595 C6_chemical_B1 +LQ06X001450 Potassium channel SKOR 5.137389828 C6_chemical_B2 +LQ06X001450 Potassium channel SKOR 4.84516261 C6_chemical_B3 +LQ06X001450 Potassium channel SKOR 5.467082437 C6_chemical_C1 +LQ06X001450 Potassium channel SKOR 4.965885193 C6_chemical_C2 +LQ06X001450 Potassium channel SKOR 5.264913654 C6_chemical_C3 +LQ06X001450 Potassium channel SKOR 4.804658449 L4_control_A1 +LQ06X001450 Potassium channel SKOR 5.226666233 L4_control_A2 +LQ06X001450 Potassium channel SKOR 5.043644046 L4_control_A3 +LQ06X001450 Potassium channel SKOR 4.797329629 L4_control_B1 +LQ06X001450 Potassium channel SKOR 4.995063851 L4_control_B2 +LQ06X001450 Potassium channel SKOR 5.035174296 L4_control_B3 +LQ06X001450 Potassium channel SKOR 5.526161014 L4_control_C2 +LQ06X001450 Potassium channel SKOR 5.322798561 L4_control_C3 +LQ06X001450 Potassium channel SKOR 4.995452357 L4_chemical_A1 +LQ06X001450 Potassium channel SKOR 4.862400668 L4_chemical_A2 +LQ06X001450 Potassium channel SKOR 5.063969451 L4_chemical_A3 +LQ06X001450 Potassium channel SKOR 5.030687597 L4_chemical_B1 +LQ06X001450 Potassium channel SKOR 5.154035101 L4_chemical_B2 +LQ06X001450 Potassium channel SKOR 4.813311711 L4_chemical_B3 +LQ06X001450 Potassium channel SKOR 5.791531229 L4_chemical_C2 +LQ06X001450 Potassium channel SKOR 5.469070942 L4_chemical_C3 +LQ06X001460 Hypothetical protein 5.226780539 C6_control_A1 +LQ06X001460 Hypothetical protein 4.879175733 C6_control_A3 +LQ06X001460 Hypothetical protein 5.979286847 C6_control_B1 +LQ06X001460 Hypothetical protein 5.150009373 C6_control_B2 +LQ06X001460 Hypothetical protein 4.907717788 C6_control_B3 +LQ06X001460 Hypothetical protein 5.373958455 C6_control_C1 +LQ06X001460 Hypothetical protein 5.339676661 C6_control_C2 +LQ06X001460 Hypothetical protein 5.575913803 C6_control_C3 +LQ06X001460 Hypothetical protein 4.943679624 C6_chemical_A1 +LQ06X001460 Hypothetical protein 5.030295532 C6_chemical_A3 +LQ06X001460 Hypothetical protein 5.304133024 C6_chemical_B1 +LQ06X001460 Hypothetical protein 5.43056066 C6_chemical_B2 +LQ06X001460 Hypothetical protein 4.894974542 C6_chemical_B3 +LQ06X001460 Hypothetical protein 5.47240882 C6_chemical_C1 +LQ06X001460 Hypothetical protein 5.150798309 C6_chemical_C2 +LQ06X001460 Hypothetical protein 5.508062086 C6_chemical_C3 +LQ06X001460 Hypothetical protein 5.311383228 L4_control_A1 +LQ06X001460 Hypothetical protein 5.086160261 L4_control_A2 +LQ06X001460 Hypothetical protein 5.528593071 L4_control_A3 +LQ06X001460 Hypothetical protein 5.353075444 L4_control_B1 +LQ06X001460 Hypothetical protein 5.324407561 L4_control_B2 +LQ06X001460 Hypothetical protein 5.230287574 L4_control_B3 +LQ06X001460 Hypothetical protein 5.185405198 L4_control_C2 +LQ06X001460 Hypothetical protein 5.656958284 L4_control_C3 +LQ06X001460 Hypothetical protein 4.978202856 L4_chemical_A1 +LQ06X001460 Hypothetical protein 5.359024945 L4_chemical_A2 +LQ06X001460 Hypothetical protein 5.966984883 L4_chemical_A3 +LQ06X001460 Hypothetical protein 5.512600904 L4_chemical_B1 +LQ06X001460 Hypothetical protein 6.123062777 L4_chemical_B2 +LQ06X001460 Hypothetical protein 5.175565459 L4_chemical_B3 +LQ06X001460 Hypothetical protein 5.191214994 L4_chemical_C2 +LQ06X001460 Hypothetical protein 5.961280479 L4_chemical_C3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.59163816 C6_control_A1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.58061971 C6_control_A3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.26116234 C6_control_B1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.94197842 C6_control_B2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.56566017 C6_control_B3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 11.16326906 C6_control_C1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 11.63676907 C6_control_C2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 11.53894265 C6_control_C3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.49355506 C6_chemical_A1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.42745463 C6_chemical_A3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 9.945028266 C6_chemical_B1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.80654263 C6_chemical_B2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.57570306 C6_chemical_B3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 11.0390133 C6_chemical_C1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 11.2337602 C6_chemical_C2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 11.51654455 C6_chemical_C3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.38671703 L4_control_A1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.23179367 L4_control_A2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.98614384 L4_control_A3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.29066102 L4_control_B1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 9.918235667 L4_control_B2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.96509837 L4_control_B3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.51992638 L4_control_C2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.6314256 L4_control_C3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.72966602 L4_chemical_A1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.87199468 L4_chemical_A2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 11.11952163 L4_chemical_A3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.14216102 L4_chemical_B1 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.25974772 L4_chemical_B2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.72786128 L4_chemical_B3 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.57791664 L4_chemical_C2 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.56501066 L4_chemical_C3 +LQ06X001480 Putative uncharacterized protein 10.49901228 C6_control_A1 +LQ06X001480 Putative uncharacterized protein 10.3079261 C6_control_A3 +LQ06X001480 Putative uncharacterized protein 10.74233051 C6_control_B1 +LQ06X001480 Putative uncharacterized protein 11.35787775 C6_control_B2 +LQ06X001480 Putative uncharacterized protein 11.34603079 C6_control_B3 +LQ06X001480 Putative uncharacterized protein 11.25145277 C6_control_C1 +LQ06X001480 Putative uncharacterized protein 11.83442361 C6_control_C2 +LQ06X001480 Putative uncharacterized protein 11.49306093 C6_control_C3 +LQ06X001480 Putative uncharacterized protein 10.96668915 C6_chemical_A1 +LQ06X001480 Putative uncharacterized protein 10.05118326 C6_chemical_A3 +LQ06X001480 Putative uncharacterized protein 11.38164988 C6_chemical_B1 +LQ06X001480 Putative uncharacterized protein 11.58130689 C6_chemical_B2 +LQ06X001480 Putative uncharacterized protein 11.67431683 C6_chemical_B3 +LQ06X001480 Putative uncharacterized protein 11.94726709 C6_chemical_C1 +LQ06X001480 Putative uncharacterized protein 11.84559847 C6_chemical_C2 +LQ06X001480 Putative uncharacterized protein 11.77696428 C6_chemical_C3 +LQ06X001480 Putative uncharacterized protein 10.53752087 L4_control_A1 +LQ06X001480 Putative uncharacterized protein 11.31186233 L4_control_A2 +LQ06X001480 Putative uncharacterized protein 10.24806249 L4_control_A3 +LQ06X001480 Putative uncharacterized protein 11.19509084 L4_control_B1 +LQ06X001480 Putative uncharacterized protein 10.55510962 L4_control_B2 +LQ06X001480 Putative uncharacterized protein 11.3140777 L4_control_B3 +LQ06X001480 Putative uncharacterized protein 11.12265592 L4_control_C2 +LQ06X001480 Putative uncharacterized protein 10.67510513 L4_control_C3 +LQ06X001480 Putative uncharacterized protein 10.43506403 L4_chemical_A1 +LQ06X001480 Putative uncharacterized protein 11.47494545 L4_chemical_A2 +LQ06X001480 Putative uncharacterized protein 10.57468959 L4_chemical_A3 +LQ06X001480 Putative uncharacterized protein 11.37042228 L4_chemical_B1 +LQ06X001480 Putative uncharacterized protein 10.93763238 L4_chemical_B2 +LQ06X001480 Putative uncharacterized protein 11.39193243 L4_chemical_B3 +LQ06X001480 Putative uncharacterized protein 11.00068834 L4_chemical_C2 +LQ06X001480 Putative uncharacterized protein 10.63409672 L4_chemical_C3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.53503649 C6_control_A1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.304587239 C6_control_A3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.52733946 C6_control_B1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.784675452 C6_control_B2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.106815174 C6_control_B3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.123204224 C6_control_C1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 8.64721816 C6_control_C2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.471397924 C6_control_C3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.567419485 C6_chemical_A1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.742317442 C6_chemical_A3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.501359757 C6_chemical_B1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 8.295643794 C6_chemical_B2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 8.37253225 C6_chemical_B3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 8.963931807 C6_chemical_C1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 8.95024926 C6_chemical_C2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 9.431398409 C6_chemical_C3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.824087296 L4_control_A1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.773737641 L4_control_A2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.629653477 L4_control_A3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 8.104863731 L4_control_B1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.414915519 L4_control_B2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.993711801 L4_control_B3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.583961639 L4_control_C2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.045280835 L4_control_C3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.929739539 L4_chemical_A1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.924602442 L4_chemical_A2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.832667664 L4_chemical_A3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.695342048 L4_chemical_B1 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 6.450703104 L4_chemical_B2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 8.060993648 L4_chemical_B3 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.490451526 L4_chemical_C2 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.586739234 L4_chemical_C3 +LQ06X001520 22.7 kDa class IV heat shock protein 13.06306708 C6_control_A1 +LQ06X001520 22.7 kDa class IV heat shock protein 5.542716845 C6_control_A3 +LQ06X001520 22.7 kDa class IV heat shock protein 11.291335 C6_control_B1 +LQ06X001520 22.7 kDa class IV heat shock protein 11.84143031 C6_control_B2 +LQ06X001520 22.7 kDa class IV heat shock protein 6.120869883 C6_control_B3 +LQ06X001520 22.7 kDa class IV heat shock protein 13.41253019 C6_control_C1 +LQ06X001520 22.7 kDa class IV heat shock protein 12.26715694 C6_control_C2 +LQ06X001520 22.7 kDa class IV heat shock protein 6.024791595 C6_control_C3 +LQ06X001520 22.7 kDa class IV heat shock protein 14.53218523 C6_chemical_A1 +LQ06X001520 22.7 kDa class IV heat shock protein 6.438897152 C6_chemical_A3 +LQ06X001520 22.7 kDa class IV heat shock protein 13.43531893 C6_chemical_B1 +LQ06X001520 22.7 kDa class IV heat shock protein 13.92576436 C6_chemical_B2 +LQ06X001520 22.7 kDa class IV heat shock protein 6.072486471 C6_chemical_B3 +LQ06X001520 22.7 kDa class IV heat shock protein 15.13401686 C6_chemical_C1 +LQ06X001520 22.7 kDa class IV heat shock protein 13.42431288 C6_chemical_C2 +LQ06X001520 22.7 kDa class IV heat shock protein 7.644472675 C6_chemical_C3 +LQ06X001520 22.7 kDa class IV heat shock protein 10.37425436 L4_control_A1 +LQ06X001520 22.7 kDa class IV heat shock protein 12.39038294 L4_control_A2 +LQ06X001520 22.7 kDa class IV heat shock protein 5.772820534 L4_control_A3 +LQ06X001520 22.7 kDa class IV heat shock protein 10.11750326 L4_control_B1 +LQ06X001520 22.7 kDa class IV heat shock protein 10.40572704 L4_control_B2 +LQ06X001520 22.7 kDa class IV heat shock protein 5.838556157 L4_control_B3 +LQ06X001520 22.7 kDa class IV heat shock protein 10.12192886 L4_control_C2 +LQ06X001520 22.7 kDa class IV heat shock protein 5.993842772 L4_control_C3 +LQ06X001520 22.7 kDa class IV heat shock protein 12.27177285 L4_chemical_A1 +LQ06X001520 22.7 kDa class IV heat shock protein 14.13105428 L4_chemical_A2 +LQ06X001520 22.7 kDa class IV heat shock protein 6.861613122 L4_chemical_A3 +LQ06X001520 22.7 kDa class IV heat shock protein 11.08584748 L4_chemical_B1 +LQ06X001520 22.7 kDa class IV heat shock protein 13.21433087 L4_chemical_B2 +LQ06X001520 22.7 kDa class IV heat shock protein 6.540579409 L4_chemical_B3 +LQ06X001520 22.7 kDa class IV heat shock protein 12.15761849 L4_chemical_C2 +LQ06X001520 22.7 kDa class IV heat shock protein 6.188803159 L4_chemical_C3 +LQ06X001530 Methionine S-methyltransferase 8.346210592 C6_control_A1 +LQ06X001530 Methionine S-methyltransferase 7.1934053 C6_control_A3 +LQ06X001530 Methionine S-methyltransferase 8.49884304 C6_control_B1 +LQ06X001530 Methionine S-methyltransferase 8.314808381 C6_control_B2 +LQ06X001530 Methionine S-methyltransferase 8.246697682 C6_control_B3 +LQ06X001530 Methionine S-methyltransferase 8.784359729 C6_control_C1 +LQ06X001530 Methionine S-methyltransferase 7.10439511 C6_control_C2 +LQ06X001530 Methionine S-methyltransferase 8.575613509 C6_control_C3 +LQ06X001530 Methionine S-methyltransferase 8.460657232 C6_chemical_A1 +LQ06X001530 Methionine S-methyltransferase 8.328088154 C6_chemical_A3 +LQ06X001530 Methionine S-methyltransferase 8.52554576 C6_chemical_B1 +LQ06X001530 Methionine S-methyltransferase 8.082299772 C6_chemical_B2 +LQ06X001530 Methionine S-methyltransferase 8.452759834 C6_chemical_B3 +LQ06X001530 Methionine S-methyltransferase 8.470908344 C6_chemical_C1 +LQ06X001530 Methionine S-methyltransferase 8.067285248 C6_chemical_C2 +LQ06X001530 Methionine S-methyltransferase 8.471767863 C6_chemical_C3 +LQ06X001530 Methionine S-methyltransferase 8.401941254 L4_control_A1 +LQ06X001530 Methionine S-methyltransferase 8.001990842 L4_control_A2 +LQ06X001530 Methionine S-methyltransferase 8.868647785 L4_control_A3 +LQ06X001530 Methionine S-methyltransferase 7.910197333 L4_control_B1 +LQ06X001530 Methionine S-methyltransferase 7.771593329 L4_control_B2 +LQ06X001530 Methionine S-methyltransferase 7.887485138 L4_control_B3 +LQ06X001530 Methionine S-methyltransferase 8.487680166 L4_control_C2 +LQ06X001530 Methionine S-methyltransferase 8.752717815 L4_control_C3 +LQ06X001530 Methionine S-methyltransferase 8.200575102 L4_chemical_A1 +LQ06X001530 Methionine S-methyltransferase 8.065546972 L4_chemical_A2 +LQ06X001530 Methionine S-methyltransferase 8.466595344 L4_chemical_A3 +LQ06X001530 Methionine S-methyltransferase 8.642343353 L4_chemical_B1 +LQ06X001530 Methionine S-methyltransferase 8.210483715 L4_chemical_B2 +LQ06X001530 Methionine S-methyltransferase 8.263660878 L4_chemical_B3 +LQ06X001530 Methionine S-methyltransferase 8.502117948 L4_chemical_C2 +LQ06X001530 Methionine S-methyltransferase 8.539632591 L4_chemical_C3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.88571536 C6_control_A1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 13.27219079 C6_control_A3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.9445128 C6_control_B1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 13.16942023 C6_control_B2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.87119928 C6_control_B3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 13.04508241 C6_control_C1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 13.25546557 C6_control_C2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 13.07939353 C6_control_C3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.84591143 C6_chemical_A1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.53627477 C6_chemical_A3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.81006621 C6_chemical_B1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 13.21150209 C6_chemical_B2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.75952557 C6_chemical_B3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 13.21747453 C6_chemical_C1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 13.37163043 C6_chemical_C2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.94469822 C6_chemical_C3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.86541191 L4_control_A1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.68369816 L4_control_A2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 9.597316322 L4_control_A3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.03637858 L4_control_B1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.2920325 L4_control_B2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.06819175 L4_control_B3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.72183598 L4_control_C2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 10.68684543 L4_control_C3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 10.81477802 L4_chemical_A1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.48705571 L4_chemical_A2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 9.739099624 L4_chemical_A3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.39922923 L4_chemical_B1 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 10.99371357 L4_chemical_B2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 11.37472341 L4_chemical_B3 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 10.49722818 L4_chemical_C2 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 10.76297687 L4_chemical_C3 +LQ06X001550 Predicted protein 6.037925294 C6_control_A1 +LQ06X001550 Predicted protein 6.93871717 C6_control_A3 +LQ06X001550 Predicted protein 6.792301243 C6_control_B1 +LQ06X001550 Predicted protein 6.117836508 C6_control_B2 +LQ06X001550 Predicted protein 5.723147231 C6_control_B3 +LQ06X001550 Predicted protein 6.303181446 C6_control_C1 +LQ06X001550 Predicted protein 5.639859271 C6_control_C2 +LQ06X001550 Predicted protein 6.369947266 C6_control_C3 +LQ06X001550 Predicted protein 5.953362827 C6_chemical_A1 +LQ06X001550 Predicted protein 5.718145457 C6_chemical_A3 +LQ06X001550 Predicted protein 6.254266327 C6_chemical_B1 +LQ06X001550 Predicted protein 5.802070497 C6_chemical_B2 +LQ06X001550 Predicted protein 5.85718771 C6_chemical_B3 +LQ06X001550 Predicted protein 6.02317459 C6_chemical_C1 +LQ06X001550 Predicted protein 6.013894749 C6_chemical_C2 +LQ06X001550 Predicted protein 5.875742916 C6_chemical_C3 +LQ06X001550 Predicted protein 5.701709493 L4_control_A1 +LQ06X001550 Predicted protein 6.185477278 L4_control_A2 +LQ06X001550 Predicted protein 6.581070839 L4_control_A3 +LQ06X001550 Predicted protein 6.096167354 L4_control_B1 +LQ06X001550 Predicted protein 6.139419136 L4_control_B2 +LQ06X001550 Predicted protein 5.509503172 L4_control_B3 +LQ06X001550 Predicted protein 6.490227466 L4_control_C2 +LQ06X001550 Predicted protein 6.149728372 L4_control_C3 +LQ06X001550 Predicted protein 5.363315306 L4_chemical_A1 +LQ06X001550 Predicted protein 6.361008057 L4_chemical_A2 +LQ06X001550 Predicted protein 6.253730278 L4_chemical_A3 +LQ06X001550 Predicted protein 6.355963253 L4_chemical_B1 +LQ06X001550 Predicted protein 5.431257961 L4_chemical_B2 +LQ06X001550 Predicted protein 5.40360856 L4_chemical_B3 +LQ06X001550 Predicted protein 6.019051158 L4_chemical_C2 +LQ06X001550 Predicted protein 5.317005166 L4_chemical_C3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.59739187 C6_control_A1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 12.06963321 C6_control_A3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.17560624 C6_control_B1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.17368236 C6_control_B2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.23120348 C6_control_B3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.04025907 C6_control_C1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.36523916 C6_control_C2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.18313657 C6_control_C3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.4237848 C6_chemical_A1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 12.1488679 C6_chemical_A3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 10.68501092 C6_chemical_B1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.27262262 C6_chemical_B2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 10.91981839 C6_chemical_B3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 10.96127873 C6_chemical_C1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.27181312 C6_chemical_C2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.17555067 C6_chemical_C3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 12.00610822 L4_control_A1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 12.09811122 L4_control_A2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.97211182 L4_control_A3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.09543675 L4_control_B1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.75156012 L4_control_B2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.64880018 L4_control_B3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.49070111 L4_control_C2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.79555658 L4_control_C3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.13590596 L4_chemical_A1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.57660451 L4_chemical_A2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.56852994 L4_chemical_A3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.14480451 L4_chemical_B1 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.3687596 L4_chemical_B2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.46424733 L4_chemical_B3 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.32227933 L4_chemical_C2 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.56241095 L4_chemical_C3 +LQ06X001580 Putative uncharacterized protein 14.03765166 C6_control_A1 +LQ06X001580 Putative uncharacterized protein 13.34914874 C6_control_A3 +LQ06X001580 Putative uncharacterized protein 13.88358406 C6_control_B1 +LQ06X001580 Putative uncharacterized protein 13.7440085 C6_control_B2 +LQ06X001580 Putative uncharacterized protein 13.42480403 C6_control_B3 +LQ06X001580 Putative uncharacterized protein 13.16637364 C6_control_C1 +LQ06X001580 Putative uncharacterized protein 13.21972952 C6_control_C2 +LQ06X001580 Putative uncharacterized protein 13.29511603 C6_control_C3 +LQ06X001580 Putative uncharacterized protein 14.06376637 C6_chemical_A1 +LQ06X001580 Putative uncharacterized protein 13.57638889 C6_chemical_A3 +LQ06X001580 Putative uncharacterized protein 13.91288951 C6_chemical_B1 +LQ06X001580 Putative uncharacterized protein 13.88951508 C6_chemical_B2 +LQ06X001580 Putative uncharacterized protein 13.39681753 C6_chemical_B3 +LQ06X001580 Putative uncharacterized protein 13.49291345 C6_chemical_C1 +LQ06X001580 Putative uncharacterized protein 13.53501454 C6_chemical_C2 +LQ06X001580 Putative uncharacterized protein 13.07498739 C6_chemical_C3 +LQ06X001580 Putative uncharacterized protein 13.53634732 L4_control_A1 +LQ06X001580 Putative uncharacterized protein 13.60117732 L4_control_A2 +LQ06X001580 Putative uncharacterized protein 13.1244292 L4_control_A3 +LQ06X001580 Putative uncharacterized protein 13.1493416 L4_control_B1 +LQ06X001580 Putative uncharacterized protein 12.90838755 L4_control_B2 +LQ06X001580 Putative uncharacterized protein 12.80618712 L4_control_B3 +LQ06X001580 Putative uncharacterized protein 12.94182366 L4_control_C2 +LQ06X001580 Putative uncharacterized protein 12.83172226 L4_control_C3 +LQ06X001580 Putative uncharacterized protein 13.48311521 L4_chemical_A1 +LQ06X001580 Putative uncharacterized protein 13.57280593 L4_chemical_A2 +LQ06X001580 Putative uncharacterized protein 13.44291517 L4_chemical_A3 +LQ06X001580 Putative uncharacterized protein 13.51210901 L4_chemical_B1 +LQ06X001580 Putative uncharacterized protein 13.43827023 L4_chemical_B2 +LQ06X001580 Putative uncharacterized protein 13.50516619 L4_chemical_B3 +LQ06X001580 Putative uncharacterized protein 13.15367242 L4_chemical_C2 +LQ06X001580 Putative uncharacterized protein 13.14501435 L4_chemical_C3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.100520391 C6_control_A1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.374002079 C6_control_A3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 6.015025652 C6_control_B1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.237854643 C6_control_B2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.232039061 C6_control_B3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.08548137 C6_control_C1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.397131585 C6_control_C2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.194120811 C6_control_C3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.184795169 C6_chemical_A1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.336076087 C6_chemical_A3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.190956607 C6_chemical_B1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.428571145 C6_chemical_B2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.350911007 C6_chemical_B3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.703459964 C6_chemical_C1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.26451691 C6_chemical_C2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.617352403 C6_chemical_C3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.01433618 L4_control_A1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.054253463 L4_control_A2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.032373294 L4_control_A3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.619524741 L4_control_B1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.095534068 L4_control_B2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.11495811 L4_control_B3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.540421004 L4_control_C2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.354701784 L4_control_C3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 4.867039713 L4_chemical_A1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.092993296 L4_chemical_A2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.119101467 L4_chemical_A3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 4.904021916 L4_chemical_B1 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.342602436 L4_chemical_B2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 4.945198202 L4_chemical_B3 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.297436202 L4_chemical_C2 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 4.794296124 L4_chemical_C3 +LQ06X001610 Putative uncharacterized protein 5.841861436 C6_control_A1 +LQ06X001610 Putative uncharacterized protein 5.522510309 C6_control_A3 +LQ06X001610 Putative uncharacterized protein 5.6633871 C6_control_B1 +LQ06X001610 Putative uncharacterized protein 5.950955936 C6_control_B2 +LQ06X001610 Putative uncharacterized protein 5.949293028 C6_control_B3 +LQ06X001610 Putative uncharacterized protein 5.659961591 C6_control_C1 +LQ06X001610 Putative uncharacterized protein 5.714069856 C6_control_C2 +LQ06X001610 Putative uncharacterized protein 5.715479008 C6_control_C3 +LQ06X001610 Putative uncharacterized protein 5.516334698 C6_chemical_A1 +LQ06X001610 Putative uncharacterized protein 5.4834006 C6_chemical_A3 +LQ06X001610 Putative uncharacterized protein 5.282663937 C6_chemical_B1 +LQ06X001610 Putative uncharacterized protein 5.647122698 C6_chemical_B2 +LQ06X001610 Putative uncharacterized protein 5.414549058 C6_chemical_B3 +LQ06X001610 Putative uncharacterized protein 5.695878077 C6_chemical_C1 +LQ06X001610 Putative uncharacterized protein 5.380605999 C6_chemical_C2 +LQ06X001610 Putative uncharacterized protein 5.444466223 C6_chemical_C3 +LQ06X001610 Putative uncharacterized protein 5.967197233 L4_control_A1 +LQ06X001610 Putative uncharacterized protein 5.094490438 L4_control_A2 +LQ06X001610 Putative uncharacterized protein 7.224517509 L4_control_A3 +LQ06X001610 Putative uncharacterized protein 5.416051827 L4_control_B1 +LQ06X001610 Putative uncharacterized protein 5.173185106 L4_control_B2 +LQ06X001610 Putative uncharacterized protein 5.358194599 L4_control_B3 +LQ06X001610 Putative uncharacterized protein 5.150350407 L4_control_C2 +LQ06X001610 Putative uncharacterized protein 5.41128277 L4_control_C3 +LQ06X001610 Putative uncharacterized protein 5.364553932 L4_chemical_A1 +LQ06X001610 Putative uncharacterized protein 5.377810337 L4_chemical_A2 +LQ06X001610 Putative uncharacterized protein 5.846537306 L4_chemical_A3 +LQ06X001610 Putative uncharacterized protein 5.360554504 L4_chemical_B1 +LQ06X001610 Putative uncharacterized protein 5.604015609 L4_chemical_B2 +LQ06X001610 Putative uncharacterized protein 5.652360223 L4_chemical_B3 +LQ06X001610 Putative uncharacterized protein 5.677108705 L4_chemical_C2 +LQ06X001610 Putative uncharacterized protein 5.539167578 L4_chemical_C3 +LQ06X001640 Phospholipase D alpha 1 10.6058718 C6_control_A1 +LQ06X001640 Phospholipase D alpha 1 9.388707021 C6_control_A3 +LQ06X001640 Phospholipase D alpha 1 10.39372941 C6_control_B1 +LQ06X001640 Phospholipase D alpha 1 10.78096435 C6_control_B2 +LQ06X001640 Phospholipase D alpha 1 10.94264118 C6_control_B3 +LQ06X001640 Phospholipase D alpha 1 10.72186591 C6_control_C1 +LQ06X001640 Phospholipase D alpha 1 10.72272442 C6_control_C2 +LQ06X001640 Phospholipase D alpha 1 10.34012723 C6_control_C3 +LQ06X001640 Phospholipase D alpha 1 11.14465058 C6_chemical_A1 +LQ06X001640 Phospholipase D alpha 1 10.22710674 C6_chemical_A3 +LQ06X001640 Phospholipase D alpha 1 11.00200846 C6_chemical_B1 +LQ06X001640 Phospholipase D alpha 1 11.40686444 C6_chemical_B2 +LQ06X001640 Phospholipase D alpha 1 11.90498556 C6_chemical_B3 +LQ06X001640 Phospholipase D alpha 1 10.96808885 C6_chemical_C1 +LQ06X001640 Phospholipase D alpha 1 11.16726139 C6_chemical_C2 +LQ06X001640 Phospholipase D alpha 1 11.2129868 C6_chemical_C3 +LQ06X001640 Phospholipase D alpha 1 10.95377368 L4_control_A1 +LQ06X001640 Phospholipase D alpha 1 11.00995128 L4_control_A2 +LQ06X001640 Phospholipase D alpha 1 11.14980399 L4_control_A3 +LQ06X001640 Phospholipase D alpha 1 11.15671634 L4_control_B1 +LQ06X001640 Phospholipase D alpha 1 10.81514221 L4_control_B2 +LQ06X001640 Phospholipase D alpha 1 12.50311912 L4_control_B3 +LQ06X001640 Phospholipase D alpha 1 10.75299925 L4_control_C2 +LQ06X001640 Phospholipase D alpha 1 12.15086647 L4_control_C3 +LQ06X001640 Phospholipase D alpha 1 10.9758297 L4_chemical_A1 +LQ06X001640 Phospholipase D alpha 1 10.94493781 L4_chemical_A2 +LQ06X001640 Phospholipase D alpha 1 11.00001052 L4_chemical_A3 +LQ06X001640 Phospholipase D alpha 1 10.33262994 L4_chemical_B1 +LQ06X001640 Phospholipase D alpha 1 10.7902979 L4_chemical_B2 +LQ06X001640 Phospholipase D alpha 1 11.81451951 L4_chemical_B3 +LQ06X001640 Phospholipase D alpha 1 10.75214079 L4_chemical_C2 +LQ06X001640 Phospholipase D alpha 1 11.77321676 L4_chemical_C3 +LQ06X001650 Predicted protein 11.93292095 C6_control_A1 +LQ06X001650 Predicted protein 11.10763115 C6_control_A3 +LQ06X001650 Predicted protein 12.33332005 C6_control_B1 +LQ06X001650 Predicted protein 12.8068839 C6_control_B2 +LQ06X001650 Predicted protein 12.6174063 C6_control_B3 +LQ06X001650 Predicted protein 14.24655255 C6_control_C1 +LQ06X001650 Predicted protein 14.26526341 C6_control_C2 +LQ06X001650 Predicted protein 14.26210004 C6_control_C3 +LQ06X001650 Predicted protein 11.71334189 C6_chemical_A1 +LQ06X001650 Predicted protein 12.26935957 C6_chemical_A3 +LQ06X001650 Predicted protein 12.88109766 C6_chemical_B1 +LQ06X001650 Predicted protein 13.1689923 C6_chemical_B2 +LQ06X001650 Predicted protein 13.14797369 C6_chemical_B3 +LQ06X001650 Predicted protein 14.90762144 C6_chemical_C1 +LQ06X001650 Predicted protein 14.37610359 C6_chemical_C2 +LQ06X001650 Predicted protein 14.97743988 C6_chemical_C3 +LQ06X001650 Predicted protein 11.7313889 L4_control_A1 +LQ06X001650 Predicted protein 12.18615888 L4_control_A2 +LQ06X001650 Predicted protein 12.27809251 L4_control_A3 +LQ06X001650 Predicted protein 12.83395514 L4_control_B1 +LQ06X001650 Predicted protein 11.82584996 L4_control_B2 +LQ06X001650 Predicted protein 13.6920097 L4_control_B3 +LQ06X001650 Predicted protein 13.51850879 L4_control_C2 +LQ06X001650 Predicted protein 13.51420678 L4_control_C3 +LQ06X001650 Predicted protein 14.13377154 L4_chemical_A1 +LQ06X001650 Predicted protein 14.62702906 L4_chemical_A2 +LQ06X001650 Predicted protein 13.46530685 L4_chemical_A3 +LQ06X001650 Predicted protein 13.39450592 L4_chemical_B1 +LQ06X001650 Predicted protein 13.43373842 L4_chemical_B2 +LQ06X001650 Predicted protein 13.45393548 L4_chemical_B3 +LQ06X001650 Predicted protein 13.97793088 L4_chemical_C2 +LQ06X001650 Predicted protein 13.37141256 L4_chemical_C3 +LQ06X001660 Putative uncharacterized protein 11.58181062 C6_control_A1 +LQ06X001660 Putative uncharacterized protein 11.57764219 C6_control_A3 +LQ06X001660 Putative uncharacterized protein 11.64650851 C6_control_B1 +LQ06X001660 Putative uncharacterized protein 11.56615983 C6_control_B2 +LQ06X001660 Putative uncharacterized protein 11.68196895 C6_control_B3 +LQ06X001660 Putative uncharacterized protein 11.66494293 C6_control_C1 +LQ06X001660 Putative uncharacterized protein 11.61641669 C6_control_C2 +LQ06X001660 Putative uncharacterized protein 11.38614843 C6_control_C3 +LQ06X001660 Putative uncharacterized protein 11.48236625 C6_chemical_A1 +LQ06X001660 Putative uncharacterized protein 11.68667495 C6_chemical_A3 +LQ06X001660 Putative uncharacterized protein 11.6303651 C6_chemical_B1 +LQ06X001660 Putative uncharacterized protein 11.71458737 C6_chemical_B2 +LQ06X001660 Putative uncharacterized protein 11.68455656 C6_chemical_B3 +LQ06X001660 Putative uncharacterized protein 11.83623777 C6_chemical_C1 +LQ06X001660 Putative uncharacterized protein 11.92179005 C6_chemical_C2 +LQ06X001660 Putative uncharacterized protein 11.83000505 C6_chemical_C3 +LQ06X001660 Putative uncharacterized protein 11.66337208 L4_control_A1 +LQ06X001660 Putative uncharacterized protein 11.63514606 L4_control_A2 +LQ06X001660 Putative uncharacterized protein 11.50447033 L4_control_A3 +LQ06X001660 Putative uncharacterized protein 11.92198214 L4_control_B1 +LQ06X001660 Putative uncharacterized protein 11.82076122 L4_control_B2 +LQ06X001660 Putative uncharacterized protein 11.36666735 L4_control_B3 +LQ06X001660 Putative uncharacterized protein 11.63645432 L4_control_C2 +LQ06X001660 Putative uncharacterized protein 11.17659062 L4_control_C3 +LQ06X001660 Putative uncharacterized protein 12.06922883 L4_chemical_A1 +LQ06X001660 Putative uncharacterized protein 12.25884022 L4_chemical_A2 +LQ06X001660 Putative uncharacterized protein 11.89977957 L4_chemical_A3 +LQ06X001660 Putative uncharacterized protein 11.9427467 L4_chemical_B1 +LQ06X001660 Putative uncharacterized protein 11.85023176 L4_chemical_B2 +LQ06X001660 Putative uncharacterized protein 11.52216196 L4_chemical_B3 +LQ06X001660 Putative uncharacterized protein 11.58327959 L4_chemical_C2 +LQ06X001660 Putative uncharacterized protein 11.41562391 L4_chemical_C3 +LQ06X001700 Putative uncharacterized protein 6.042957193 C6_control_A1 +LQ06X001700 Putative uncharacterized protein 5.900260193 C6_control_A3 +LQ06X001700 Putative uncharacterized protein 5.49752273 C6_control_B1 +LQ06X001700 Putative uncharacterized protein 5.222504364 C6_control_B2 +LQ06X001700 Putative uncharacterized protein 5.42333798 C6_control_B3 +LQ06X001700 Putative uncharacterized protein 4.845408947 C6_control_C1 +LQ06X001700 Putative uncharacterized protein 5.414937729 C6_control_C2 +LQ06X001700 Putative uncharacterized protein 5.433582317 C6_control_C3 +LQ06X001700 Putative uncharacterized protein 5.978339174 C6_chemical_A1 +LQ06X001700 Putative uncharacterized protein 5.521795184 C6_chemical_A3 +LQ06X001700 Putative uncharacterized protein 5.000836648 C6_chemical_B1 +LQ06X001700 Putative uncharacterized protein 5.508357788 C6_chemical_B2 +LQ06X001700 Putative uncharacterized protein 5.206209255 C6_chemical_B3 +LQ06X001700 Putative uncharacterized protein 4.832321439 C6_chemical_C1 +LQ06X001700 Putative uncharacterized protein 5.060240195 C6_chemical_C2 +LQ06X001700 Putative uncharacterized protein 5.162025894 C6_chemical_C3 +LQ06X001700 Putative uncharacterized protein 5.401290717 L4_control_A1 +LQ06X001700 Putative uncharacterized protein 5.477369635 L4_control_A2 +LQ06X001700 Putative uncharacterized protein 5.873221721 L4_control_A3 +LQ06X001700 Putative uncharacterized protein 6.038373968 L4_control_B1 +LQ06X001700 Putative uncharacterized protein 5.252137523 L4_control_B2 +LQ06X001700 Putative uncharacterized protein 5.353882641 L4_control_B3 +LQ06X001700 Putative uncharacterized protein 5.43620443 L4_control_C2 +LQ06X001700 Putative uncharacterized protein 5.49139885 L4_control_C3 +LQ06X001700 Putative uncharacterized protein 5.448670108 L4_chemical_A1 +LQ06X001700 Putative uncharacterized protein 5.630907959 L4_chemical_A2 +LQ06X001700 Putative uncharacterized protein 5.714636216 L4_chemical_A3 +LQ06X001700 Putative uncharacterized protein 5.231255589 L4_chemical_B1 +LQ06X001700 Putative uncharacterized protein 5.564908623 L4_chemical_B2 +LQ06X001700 Putative uncharacterized protein 5.24061418 L4_chemical_B3 +LQ06X001700 Putative uncharacterized protein 5.104168385 L4_chemical_C2 +LQ06X001700 Putative uncharacterized protein 5.783201143 L4_chemical_C3 +LQ06X001720 Nucleosome-binding protein, putative 6.146268625 C6_control_A1 +LQ06X001720 Nucleosome-binding protein, putative 6.504100913 C6_control_A3 +LQ06X001720 Nucleosome-binding protein, putative 6.507898968 C6_control_B1 +LQ06X001720 Nucleosome-binding protein, putative 7.425204545 C6_control_B2 +LQ06X001720 Nucleosome-binding protein, putative 6.087125043 C6_control_B3 +LQ06X001720 Nucleosome-binding protein, putative 7.709540673 C6_control_C1 +LQ06X001720 Nucleosome-binding protein, putative 8.274463772 C6_control_C2 +LQ06X001720 Nucleosome-binding protein, putative 8.107208461 C6_control_C3 +LQ06X001720 Nucleosome-binding protein, putative 6.704517124 C6_chemical_A1 +LQ06X001720 Nucleosome-binding protein, putative 7.423845609 C6_chemical_A3 +LQ06X001720 Nucleosome-binding protein, putative 6.275225416 C6_chemical_B1 +LQ06X001720 Nucleosome-binding protein, putative 7.631723336 C6_chemical_B2 +LQ06X001720 Nucleosome-binding protein, putative 6.925316935 C6_chemical_B3 +LQ06X001720 Nucleosome-binding protein, putative 7.898025354 C6_chemical_C1 +LQ06X001720 Nucleosome-binding protein, putative 8.128738753 C6_chemical_C2 +LQ06X001720 Nucleosome-binding protein, putative 8.996414957 C6_chemical_C3 +LQ06X001720 Nucleosome-binding protein, putative 6.389045909 L4_control_A1 +LQ06X001720 Nucleosome-binding protein, putative 7.151082806 L4_control_A2 +LQ06X001720 Nucleosome-binding protein, putative 6.562076048 L4_control_A3 +LQ06X001720 Nucleosome-binding protein, putative 7.641003657 L4_control_B1 +LQ06X001720 Nucleosome-binding protein, putative 6.639507616 L4_control_B2 +LQ06X001720 Nucleosome-binding protein, putative 8.099592646 L4_control_B3 +LQ06X001720 Nucleosome-binding protein, putative 6.001445199 L4_control_C2 +LQ06X001720 Nucleosome-binding protein, putative 8.192068403 L4_control_C3 +LQ06X001720 Nucleosome-binding protein, putative 6.744672709 L4_chemical_A1 +LQ06X001720 Nucleosome-binding protein, putative 7.247603766 L4_chemical_A2 +LQ06X001720 Nucleosome-binding protein, putative 6.35481217 L4_chemical_A3 +LQ06X001720 Nucleosome-binding protein, putative 6.699268384 L4_chemical_B1 +LQ06X001720 Nucleosome-binding protein, putative 6.431521728 L4_chemical_B2 +LQ06X001720 Nucleosome-binding protein, putative 7.467966988 L4_chemical_B3 +LQ06X001720 Nucleosome-binding protein, putative 7.629724292 L4_chemical_C2 +LQ06X001720 Nucleosome-binding protein, putative 7.546800896 L4_chemical_C3 +LQ06X001760 Putative UPF0706 protein At5g01750 12.78186903 C6_control_A1 +LQ06X001760 Putative UPF0706 protein At5g01750 12.92645037 C6_control_A3 +LQ06X001760 Putative UPF0706 protein At5g01750 13.80465559 C6_control_B1 +LQ06X001760 Putative UPF0706 protein At5g01750 14.41177706 C6_control_B2 +LQ06X001760 Putative UPF0706 protein At5g01750 14.01538589 C6_control_B3 +LQ06X001760 Putative UPF0706 protein At5g01750 14.8262781 C6_control_C1 +LQ06X001760 Putative UPF0706 protein At5g01750 14.9804231 C6_control_C2 +LQ06X001760 Putative UPF0706 protein At5g01750 14.4182673 C6_control_C3 +LQ06X001760 Putative UPF0706 protein At5g01750 12.84327743 C6_chemical_A1 +LQ06X001760 Putative UPF0706 protein At5g01750 13.12530806 C6_chemical_A3 +LQ06X001760 Putative UPF0706 protein At5g01750 14.04125337 C6_chemical_B1 +LQ06X001760 Putative UPF0706 protein At5g01750 14.70169837 C6_chemical_B2 +LQ06X001760 Putative UPF0706 protein At5g01750 14.09030177 C6_chemical_B3 +LQ06X001760 Putative UPF0706 protein At5g01750 14.67711235 C6_chemical_C1 +LQ06X001760 Putative UPF0706 protein At5g01750 14.78094647 C6_chemical_C2 +LQ06X001760 Putative UPF0706 protein At5g01750 14.80808318 C6_chemical_C3 +LQ06X001760 Putative UPF0706 protein At5g01750 12.67299044 L4_control_A1 +LQ06X001760 Putative UPF0706 protein At5g01750 13.21084662 L4_control_A2 +LQ06X001760 Putative UPF0706 protein At5g01750 12.57371776 L4_control_A3 +LQ06X001760 Putative UPF0706 protein At5g01750 14.41765223 L4_control_B1 +LQ06X001760 Putative UPF0706 protein At5g01750 13.84680935 L4_control_B2 +LQ06X001760 Putative UPF0706 protein At5g01750 14.39134926 L4_control_B3 +LQ06X001760 Putative UPF0706 protein At5g01750 13.9263703 L4_control_C2 +LQ06X001760 Putative UPF0706 protein At5g01750 14.13814354 L4_control_C3 +LQ06X001760 Putative UPF0706 protein At5g01750 12.64198546 L4_chemical_A1 +LQ06X001760 Putative UPF0706 protein At5g01750 13.30593708 L4_chemical_A2 +LQ06X001760 Putative UPF0706 protein At5g01750 12.51483596 L4_chemical_A3 +LQ06X001760 Putative UPF0706 protein At5g01750 13.75096532 L4_chemical_B1 +LQ06X001760 Putative UPF0706 protein At5g01750 13.67063817 L4_chemical_B2 +LQ06X001760 Putative UPF0706 protein At5g01750 13.96407871 L4_chemical_B3 +LQ06X001760 Putative UPF0706 protein At5g01750 14.12749076 L4_chemical_C2 +LQ06X001760 Putative UPF0706 protein At5g01750 14.36865279 L4_chemical_C3 +LQ06X001780 Putative Disease resistance protein RPS5 5.090501595 C6_control_A1 +LQ06X001780 Putative Disease resistance protein RPS5 4.829065541 C6_control_A3 +LQ06X001780 Putative Disease resistance protein RPS5 4.699248514 C6_control_B1 +LQ06X001780 Putative Disease resistance protein RPS5 4.769527216 C6_control_B2 +LQ06X001780 Putative Disease resistance protein RPS5 5.050961158 C6_control_B3 +LQ06X001780 Putative Disease resistance protein RPS5 4.752273077 C6_control_C1 +LQ06X001780 Putative Disease resistance protein RPS5 4.78437443 C6_control_C2 +LQ06X001780 Putative Disease resistance protein RPS5 4.592248367 C6_control_C3 +LQ06X001780 Putative Disease resistance protein RPS5 5.041228458 C6_chemical_A1 +LQ06X001780 Putative Disease resistance protein RPS5 5.037450016 C6_chemical_A3 +LQ06X001780 Putative Disease resistance protein RPS5 5.216812267 C6_chemical_B1 +LQ06X001780 Putative Disease resistance protein RPS5 4.8400161 C6_chemical_B2 +LQ06X001780 Putative Disease resistance protein RPS5 4.936175141 C6_chemical_B3 +LQ06X001780 Putative Disease resistance protein RPS5 4.921131846 C6_chemical_C1 +LQ06X001780 Putative Disease resistance protein RPS5 4.821797807 C6_chemical_C2 +LQ06X001780 Putative Disease resistance protein RPS5 5.068762826 C6_chemical_C3 +LQ06X001780 Putative Disease resistance protein RPS5 4.813305717 L4_control_A1 +LQ06X001780 Putative Disease resistance protein RPS5 5.019628821 L4_control_A2 +LQ06X001780 Putative Disease resistance protein RPS5 5.176903287 L4_control_A3 +LQ06X001780 Putative Disease resistance protein RPS5 4.984456353 L4_control_B1 +LQ06X001780 Putative Disease resistance protein RPS5 5.007202483 L4_control_B2 +LQ06X001780 Putative Disease resistance protein RPS5 5.292707458 L4_control_B3 +LQ06X001780 Putative Disease resistance protein RPS5 5.171570473 L4_control_C2 +LQ06X001780 Putative Disease resistance protein RPS5 5.739160416 L4_control_C3 +LQ06X001780 Putative Disease resistance protein RPS5 5.304694516 L4_chemical_A1 +LQ06X001780 Putative Disease resistance protein RPS5 4.97416238 L4_chemical_A2 +LQ06X001780 Putative Disease resistance protein RPS5 4.869028909 L4_chemical_A3 +LQ06X001780 Putative Disease resistance protein RPS5 4.981554552 L4_chemical_B1 +LQ06X001780 Putative Disease resistance protein RPS5 4.997013317 L4_chemical_B2 +LQ06X001780 Putative Disease resistance protein RPS5 4.868690298 L4_chemical_B3 +LQ06X001780 Putative Disease resistance protein RPS5 5.493796926 L4_chemical_C2 +LQ06X001780 Putative Disease resistance protein RPS5 5.045291696 L4_chemical_C3 +LQ06X001930 Putative uncharacterized protein 14.27896694 C6_control_A1 +LQ06X001930 Putative uncharacterized protein 13.80705515 C6_control_A3 +LQ06X001930 Putative uncharacterized protein 14.87874332 C6_control_B1 +LQ06X001930 Putative uncharacterized protein 15.15046109 C6_control_B2 +LQ06X001930 Putative uncharacterized protein 15.07430789 C6_control_B3 +LQ06X001930 Putative uncharacterized protein 15.50989744 C6_control_C1 +LQ06X001930 Putative uncharacterized protein 15.62225133 C6_control_C2 +LQ06X001930 Putative uncharacterized protein 15.5444455 C6_control_C3 +LQ06X001930 Putative uncharacterized protein 14.33893099 C6_chemical_A1 +LQ06X001930 Putative uncharacterized protein 14.10741421 C6_chemical_A3 +LQ06X001930 Putative uncharacterized protein 15.01623063 C6_chemical_B1 +LQ06X001930 Putative uncharacterized protein 15.25128214 C6_chemical_B2 +LQ06X001930 Putative uncharacterized protein 15.12984039 C6_chemical_B3 +LQ06X001930 Putative uncharacterized protein 15.1116541 C6_chemical_C1 +LQ06X001930 Putative uncharacterized protein 15.33832263 C6_chemical_C2 +LQ06X001930 Putative uncharacterized protein 14.9294093 C6_chemical_C3 +LQ06X001930 Putative uncharacterized protein 13.6958728 L4_control_A1 +LQ06X001930 Putative uncharacterized protein 13.97555516 L4_control_A2 +LQ06X001930 Putative uncharacterized protein 13.6546412 L4_control_A3 +LQ06X001930 Putative uncharacterized protein 14.93478081 L4_control_B1 +LQ06X001930 Putative uncharacterized protein 15.08531202 L4_control_B2 +LQ06X001930 Putative uncharacterized protein 15.41258128 L4_control_B3 +LQ06X001930 Putative uncharacterized protein 15.30468842 L4_control_C2 +LQ06X001930 Putative uncharacterized protein 15.19299287 L4_control_C3 +LQ06X001930 Putative uncharacterized protein 13.75572829 L4_chemical_A1 +LQ06X001930 Putative uncharacterized protein 14.0504917 L4_chemical_A2 +LQ06X001930 Putative uncharacterized protein 13.55414045 L4_chemical_A3 +LQ06X001930 Putative uncharacterized protein 14.56181373 L4_chemical_B1 +LQ06X001930 Putative uncharacterized protein 14.70357378 L4_chemical_B2 +LQ06X001930 Putative uncharacterized protein 14.77235432 L4_chemical_B3 +LQ06X001930 Putative uncharacterized protein 15.12548542 L4_chemical_C2 +LQ06X001930 Putative uncharacterized protein 15.36326089 L4_chemical_C3 +LQ06X001990 Putative Reticuline oxidase-like protein 8.690502379 C6_control_A1 +LQ06X001990 Putative Reticuline oxidase-like protein 9.181769756 C6_control_A3 +LQ06X001990 Putative Reticuline oxidase-like protein 9.017815427 C6_control_B1 +LQ06X001990 Putative Reticuline oxidase-like protein 10.97079104 C6_control_B2 +LQ06X001990 Putative Reticuline oxidase-like protein 10.18684456 C6_control_B3 +LQ06X001990 Putative Reticuline oxidase-like protein 11.8187221 C6_control_C1 +LQ06X001990 Putative Reticuline oxidase-like protein 12.51298231 C6_control_C2 +LQ06X001990 Putative Reticuline oxidase-like protein 12.06160168 C6_control_C3 +LQ06X001990 Putative Reticuline oxidase-like protein 9.14936686 C6_chemical_A1 +LQ06X001990 Putative Reticuline oxidase-like protein 8.893992674 C6_chemical_A3 +LQ06X001990 Putative Reticuline oxidase-like protein 9.000467971 C6_chemical_B1 +LQ06X001990 Putative Reticuline oxidase-like protein 10.26896323 C6_chemical_B2 +LQ06X001990 Putative Reticuline oxidase-like protein 10.9820733 C6_chemical_B3 +LQ06X001990 Putative Reticuline oxidase-like protein 11.45967634 C6_chemical_C1 +LQ06X001990 Putative Reticuline oxidase-like protein 11.12903406 C6_chemical_C2 +LQ06X001990 Putative Reticuline oxidase-like protein 11.5580601 C6_chemical_C3 +LQ06X001990 Putative Reticuline oxidase-like protein 8.603833722 L4_control_A1 +LQ06X001990 Putative Reticuline oxidase-like protein 7.919942502 L4_control_A2 +LQ06X001990 Putative Reticuline oxidase-like protein 8.072561676 L4_control_A3 +LQ06X001990 Putative Reticuline oxidase-like protein 9.699443809 L4_control_B1 +LQ06X001990 Putative Reticuline oxidase-like protein 9.800412877 L4_control_B2 +LQ06X001990 Putative Reticuline oxidase-like protein 12.42836914 L4_control_B3 +LQ06X001990 Putative Reticuline oxidase-like protein 11.54245088 L4_control_C2 +LQ06X001990 Putative Reticuline oxidase-like protein 11.83578071 L4_control_C3 +LQ06X001990 Putative Reticuline oxidase-like protein 8.571547202 L4_chemical_A1 +LQ06X001990 Putative Reticuline oxidase-like protein 8.667481306 L4_chemical_A2 +LQ06X001990 Putative Reticuline oxidase-like protein 8.617447243 L4_chemical_A3 +LQ06X001990 Putative Reticuline oxidase-like protein 8.761730218 L4_chemical_B1 +LQ06X001990 Putative Reticuline oxidase-like protein 9.332452324 L4_chemical_B2 +LQ06X001990 Putative Reticuline oxidase-like protein 10.58684276 L4_chemical_B3 +LQ06X001990 Putative Reticuline oxidase-like protein 11.45692538 L4_chemical_C2 +LQ06X001990 Putative Reticuline oxidase-like protein 11.17165151 L4_chemical_C3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.851326843 C6_control_A1 +LQ06X002000 Putative Reticuline oxidase-like protein 6.04917287 C6_control_A3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.98820038 C6_control_B1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.840628207 C6_control_B2 +LQ06X002000 Putative Reticuline oxidase-like protein 5.812200968 C6_control_B3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.539261436 C6_control_C1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.744577574 C6_control_C2 +LQ06X002000 Putative Reticuline oxidase-like protein 5.969814207 C6_control_C3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.763006959 C6_chemical_A1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.939720205 C6_chemical_A3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.47761196 C6_chemical_B1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.791091472 C6_chemical_B2 +LQ06X002000 Putative Reticuline oxidase-like protein 5.549915702 C6_chemical_B3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.767931546 C6_chemical_C1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.775896357 C6_chemical_C2 +LQ06X002000 Putative Reticuline oxidase-like protein 5.749469884 C6_chemical_C3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.360992406 L4_control_A1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.570528289 L4_control_A2 +LQ06X002000 Putative Reticuline oxidase-like protein 5.980736377 L4_control_A3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.750838641 L4_control_B1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.158078833 L4_control_B2 +LQ06X002000 Putative Reticuline oxidase-like protein 5.611785355 L4_control_B3 +LQ06X002000 Putative Reticuline oxidase-like protein 6.087248162 L4_control_C2 +LQ06X002000 Putative Reticuline oxidase-like protein 6.008811324 L4_control_C3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.320518368 L4_chemical_A1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.756168467 L4_chemical_A2 +LQ06X002000 Putative Reticuline oxidase-like protein 5.697725925 L4_chemical_A3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.425306601 L4_chemical_B1 +LQ06X002000 Putative Reticuline oxidase-like protein 5.44875764 L4_chemical_B2 +LQ06X002000 Putative Reticuline oxidase-like protein 5.713953809 L4_chemical_B3 +LQ06X002000 Putative Reticuline oxidase-like protein 5.316241668 L4_chemical_C2 +LQ06X002000 Putative Reticuline oxidase-like protein 6.025635042 L4_chemical_C3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.41245282 C6_control_A1 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.19942378 C6_control_A3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.07527862 C6_control_B1 +LQ06X002030 Putative Uncharacterized protein C19orf29 10.72573329 C6_control_B2 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.19463065 C6_control_B3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.71270837 C6_control_C1 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.51772595 C6_control_C2 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.70550204 C6_control_C3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.28030451 C6_chemical_A1 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.51802458 C6_chemical_A3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.2418509 C6_chemical_B1 +LQ06X002030 Putative Uncharacterized protein C19orf29 10.71408253 C6_chemical_B2 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.17655517 C6_chemical_B3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.709763 C6_chemical_C1 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.59100026 C6_chemical_C2 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.64196189 C6_chemical_C3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.69707786 L4_control_A1 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.54579358 L4_control_A2 +LQ06X002030 Putative Uncharacterized protein C19orf29 12.0277587 L4_control_A3 +LQ06X002030 Putative Uncharacterized protein C19orf29 10.6655353 L4_control_B1 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.35066024 L4_control_B2 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.32701403 L4_control_B3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.80835209 L4_control_C2 +LQ06X002030 Putative Uncharacterized protein C19orf29 12.24422199 L4_control_C3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.41475797 L4_chemical_A1 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.58399428 L4_chemical_A2 +LQ06X002030 Putative Uncharacterized protein C19orf29 12.01555665 L4_chemical_A3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.02823994 L4_chemical_B1 +LQ06X002030 Putative Uncharacterized protein C19orf29 10.9993201 L4_chemical_B2 +LQ06X002030 Putative Uncharacterized protein C19orf29 10.80559669 L4_chemical_B3 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.70785667 L4_chemical_C2 +LQ06X002030 Putative Uncharacterized protein C19orf29 12.32403694 L4_chemical_C3 +LQ06X002040 Reticuline oxidase-like protein 10.09454348 C6_control_A1 +LQ06X002040 Reticuline oxidase-like protein 9.589756834 C6_control_A3 +LQ06X002040 Reticuline oxidase-like protein 9.62465696 C6_control_B1 +LQ06X002040 Reticuline oxidase-like protein 8.71028361 C6_control_B2 +LQ06X002040 Reticuline oxidase-like protein 8.894563618 C6_control_B3 +LQ06X002040 Reticuline oxidase-like protein 8.490476171 C6_control_C1 +LQ06X002040 Reticuline oxidase-like protein 7.621471816 C6_control_C2 +LQ06X002040 Reticuline oxidase-like protein 8.091329266 C6_control_C3 +LQ06X002040 Reticuline oxidase-like protein 10.05939708 C6_chemical_A1 +LQ06X002040 Reticuline oxidase-like protein 10.23586337 C6_chemical_A3 +LQ06X002040 Reticuline oxidase-like protein 9.445118006 C6_chemical_B1 +LQ06X002040 Reticuline oxidase-like protein 8.538219609 C6_chemical_B2 +LQ06X002040 Reticuline oxidase-like protein 9.50715439 C6_chemical_B3 +LQ06X002040 Reticuline oxidase-like protein 8.303740043 C6_chemical_C1 +LQ06X002040 Reticuline oxidase-like protein 7.90293334 C6_chemical_C2 +LQ06X002040 Reticuline oxidase-like protein 8.56399015 C6_chemical_C3 +LQ06X002040 Reticuline oxidase-like protein 10.20684972 L4_control_A1 +LQ06X002040 Reticuline oxidase-like protein 10.26472685 L4_control_A2 +LQ06X002040 Reticuline oxidase-like protein 10.40071924 L4_control_A3 +LQ06X002040 Reticuline oxidase-like protein 9.390294999 L4_control_B1 +LQ06X002040 Reticuline oxidase-like protein 10.16798988 L4_control_B2 +LQ06X002040 Reticuline oxidase-like protein 9.242337287 L4_control_B3 +LQ06X002040 Reticuline oxidase-like protein 9.043658662 L4_control_C2 +LQ06X002040 Reticuline oxidase-like protein 9.703787249 L4_control_C3 +LQ06X002040 Reticuline oxidase-like protein 10.16045194 L4_chemical_A1 +LQ06X002040 Reticuline oxidase-like protein 9.644562922 L4_chemical_A2 +LQ06X002040 Reticuline oxidase-like protein 10.58329312 L4_chemical_A3 +LQ06X002040 Reticuline oxidase-like protein 10.258037 L4_chemical_B1 +LQ06X002040 Reticuline oxidase-like protein 9.358126875 L4_chemical_B2 +LQ06X002040 Reticuline oxidase-like protein 9.252945494 L4_chemical_B3 +LQ06X002040 Reticuline oxidase-like protein 8.588174244 L4_chemical_C2 +LQ06X002040 Reticuline oxidase-like protein 9.458764766 L4_chemical_C3 +LQ06X002050 Reticuline oxidase-like protein 4.948997222 C6_control_A1 +LQ06X002050 Reticuline oxidase-like protein 5.663333324 C6_control_A3 +LQ06X002050 Reticuline oxidase-like protein 5.048324079 C6_control_B1 +LQ06X002050 Reticuline oxidase-like protein 5.184051563 C6_control_B2 +LQ06X002050 Reticuline oxidase-like protein 4.927592452 C6_control_B3 +LQ06X002050 Reticuline oxidase-like protein 4.798451196 C6_control_C1 +LQ06X002050 Reticuline oxidase-like protein 4.806009175 C6_control_C2 +LQ06X002050 Reticuline oxidase-like protein 4.824769359 C6_control_C3 +LQ06X002050 Reticuline oxidase-like protein 5.38543099 C6_chemical_A1 +LQ06X002050 Reticuline oxidase-like protein 5.103015543 C6_chemical_A3 +LQ06X002050 Reticuline oxidase-like protein 4.87249502 C6_chemical_B1 +LQ06X002050 Reticuline oxidase-like protein 4.957494733 C6_chemical_B2 +LQ06X002050 Reticuline oxidase-like protein 5.097152325 C6_chemical_B3 +LQ06X002050 Reticuline oxidase-like protein 4.823334086 C6_chemical_C1 +LQ06X002050 Reticuline oxidase-like protein 5.08638172 C6_chemical_C2 +LQ06X002050 Reticuline oxidase-like protein 4.760710391 C6_chemical_C3 +LQ06X002050 Reticuline oxidase-like protein 5.408477349 L4_control_A1 +LQ06X002050 Reticuline oxidase-like protein 5.475109928 L4_control_A2 +LQ06X002050 Reticuline oxidase-like protein 5.235025281 L4_control_A3 +LQ06X002050 Reticuline oxidase-like protein 5.187095817 L4_control_B1 +LQ06X002050 Reticuline oxidase-like protein 5.34219899 L4_control_B2 +LQ06X002050 Reticuline oxidase-like protein 5.035231333 L4_control_B3 +LQ06X002050 Reticuline oxidase-like protein 5.236836728 L4_control_C2 +LQ06X002050 Reticuline oxidase-like protein 4.88017104 L4_control_C3 +LQ06X002050 Reticuline oxidase-like protein 5.23977504 L4_chemical_A1 +LQ06X002050 Reticuline oxidase-like protein 5.058092467 L4_chemical_A2 +LQ06X002050 Reticuline oxidase-like protein 5.540324667 L4_chemical_A3 +LQ06X002050 Reticuline oxidase-like protein 5.61647667 L4_chemical_B1 +LQ06X002050 Reticuline oxidase-like protein 4.96414851 L4_chemical_B2 +LQ06X002050 Reticuline oxidase-like protein 5.034863723 L4_chemical_B3 +LQ06X002050 Reticuline oxidase-like protein 5.015587698 L4_chemical_C2 +LQ06X002050 Reticuline oxidase-like protein 4.749291883 L4_chemical_C3 +LQ06X002220 Reticuline oxidase-like protein 5.332840044 C6_control_A1 +LQ06X002220 Reticuline oxidase-like protein 5.461287703 C6_control_A3 +LQ06X002220 Reticuline oxidase-like protein 5.692996034 C6_control_B1 +LQ06X002220 Reticuline oxidase-like protein 6.266837676 C6_control_B2 +LQ06X002220 Reticuline oxidase-like protein 5.158293049 C6_control_B3 +LQ06X002220 Reticuline oxidase-like protein 5.536133682 C6_control_C1 +LQ06X002220 Reticuline oxidase-like protein 6.683886286 C6_control_C2 +LQ06X002220 Reticuline oxidase-like protein 6.459362555 C6_control_C3 +LQ06X002220 Reticuline oxidase-like protein 5.446390719 C6_chemical_A1 +LQ06X002220 Reticuline oxidase-like protein 6.058024554 C6_chemical_A3 +LQ06X002220 Reticuline oxidase-like protein 5.349505425 C6_chemical_B1 +LQ06X002220 Reticuline oxidase-like protein 6.598719065 C6_chemical_B2 +LQ06X002220 Reticuline oxidase-like protein 5.387140963 C6_chemical_B3 +LQ06X002220 Reticuline oxidase-like protein 5.646192314 C6_chemical_C1 +LQ06X002220 Reticuline oxidase-like protein 6.152814365 C6_chemical_C2 +LQ06X002220 Reticuline oxidase-like protein 6.11426877 C6_chemical_C3 +LQ06X002220 Reticuline oxidase-like protein 6.940961549 L4_control_A1 +LQ06X002220 Reticuline oxidase-like protein 5.504096017 L4_control_A2 +LQ06X002220 Reticuline oxidase-like protein 5.570137301 L4_control_A3 +LQ06X002220 Reticuline oxidase-like protein 5.81395633 L4_control_B1 +LQ06X002220 Reticuline oxidase-like protein 5.37019963 L4_control_B2 +LQ06X002220 Reticuline oxidase-like protein 7.929744155 L4_control_B3 +LQ06X002220 Reticuline oxidase-like protein 5.741917619 L4_control_C2 +LQ06X002220 Reticuline oxidase-like protein 7.474512903 L4_control_C3 +LQ06X002220 Reticuline oxidase-like protein 11.05745033 L4_chemical_A1 +LQ06X002220 Reticuline oxidase-like protein 6.923842814 L4_chemical_A2 +LQ06X002220 Reticuline oxidase-like protein 9.394952796 L4_chemical_A3 +LQ06X002220 Reticuline oxidase-like protein 9.011922965 L4_chemical_B1 +LQ06X002220 Reticuline oxidase-like protein 6.032336872 L4_chemical_B2 +LQ06X002220 Reticuline oxidase-like protein 8.551227913 L4_chemical_B3 +LQ06X002220 Reticuline oxidase-like protein 6.126495027 L4_chemical_C2 +LQ06X002220 Reticuline oxidase-like protein 5.271759533 L4_chemical_C3 +LQ06X002280 Putative Reticuline oxidase-like protein 4.963980979 C6_control_A1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.047076391 C6_control_A3 +LQ06X002280 Putative Reticuline oxidase-like protein 5.487523272 C6_control_B1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.387790072 C6_control_B2 +LQ06X002280 Putative Reticuline oxidase-like protein 5.668738079 C6_control_B3 +LQ06X002280 Putative Reticuline oxidase-like protein 5.807543236 C6_control_C1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.461247662 C6_control_C2 +LQ06X002280 Putative Reticuline oxidase-like protein 5.790635945 C6_control_C3 +LQ06X002280 Putative Reticuline oxidase-like protein 4.999987245 C6_chemical_A1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.096106346 C6_chemical_A3 +LQ06X002280 Putative Reticuline oxidase-like protein 5.66637796 C6_chemical_B1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.330110951 C6_chemical_B2 +LQ06X002280 Putative Reticuline oxidase-like protein 5.690010196 C6_chemical_B3 +LQ06X002280 Putative Reticuline oxidase-like protein 5.530762462 C6_chemical_C1 +LQ06X002280 Putative Reticuline oxidase-like protein 6.00572672 C6_chemical_C2 +LQ06X002280 Putative Reticuline oxidase-like protein 5.223947818 C6_chemical_C3 +LQ06X002280 Putative Reticuline oxidase-like protein 4.997867237 L4_control_A1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.344549211 L4_control_A2 +LQ06X002280 Putative Reticuline oxidase-like protein 5.119264233 L4_control_A3 +LQ06X002280 Putative Reticuline oxidase-like protein 5.052265556 L4_control_B1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.573103131 L4_control_B2 +LQ06X002280 Putative Reticuline oxidase-like protein 5.259289144 L4_control_B3 +LQ06X002280 Putative Reticuline oxidase-like protein 5.555334725 L4_control_C2 +LQ06X002280 Putative Reticuline oxidase-like protein 6.286346429 L4_control_C3 +LQ06X002280 Putative Reticuline oxidase-like protein 4.967633293 L4_chemical_A1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.21335399 L4_chemical_A2 +LQ06X002280 Putative Reticuline oxidase-like protein 4.976711056 L4_chemical_A3 +LQ06X002280 Putative Reticuline oxidase-like protein 5.504673881 L4_chemical_B1 +LQ06X002280 Putative Reticuline oxidase-like protein 5.836282831 L4_chemical_B2 +LQ06X002280 Putative Reticuline oxidase-like protein 5.391099799 L4_chemical_B3 +LQ06X002280 Putative Reticuline oxidase-like protein 5.464605327 L4_chemical_C2 +LQ06X002280 Putative Reticuline oxidase-like protein 5.990072317 L4_chemical_C3 +LQ06X002320 Putative Reticuline oxidase-like protein 4.940096924 C6_control_A1 +LQ06X002320 Putative Reticuline oxidase-like protein 4.994728014 C6_control_A3 +LQ06X002320 Putative Reticuline oxidase-like protein 5.455139426 C6_control_B1 +LQ06X002320 Putative Reticuline oxidase-like protein 4.854972197 C6_control_B2 +LQ06X002320 Putative Reticuline oxidase-like protein 4.815322856 C6_control_B3 +LQ06X002320 Putative Reticuline oxidase-like protein 4.914340494 C6_control_C1 +LQ06X002320 Putative Reticuline oxidase-like protein 4.92725826 C6_control_C2 +LQ06X002320 Putative Reticuline oxidase-like protein 4.6934604 C6_control_C3 +LQ06X002320 Putative Reticuline oxidase-like protein 5.185113197 C6_chemical_A1 +LQ06X002320 Putative Reticuline oxidase-like protein 5.178537087 C6_chemical_A3 +LQ06X002320 Putative Reticuline oxidase-like protein 4.930348825 C6_chemical_B1 +LQ06X002320 Putative Reticuline oxidase-like protein 4.887107218 C6_chemical_B2 +LQ06X002320 Putative Reticuline oxidase-like protein 4.762276382 C6_chemical_B3 +LQ06X002320 Putative Reticuline oxidase-like protein 4.97807355 C6_chemical_C1 +LQ06X002320 Putative Reticuline oxidase-like protein 4.998384452 C6_chemical_C2 +LQ06X002320 Putative Reticuline oxidase-like protein 4.791665559 C6_chemical_C3 +LQ06X002320 Putative Reticuline oxidase-like protein 4.890913568 L4_control_A1 +LQ06X002320 Putative Reticuline oxidase-like protein 5.141209548 L4_control_A2 +LQ06X002320 Putative Reticuline oxidase-like protein 5.438680448 L4_control_A3 +LQ06X002320 Putative Reticuline oxidase-like protein 4.89508575 L4_control_B1 +LQ06X002320 Putative Reticuline oxidase-like protein 5.246941164 L4_control_B2 +LQ06X002320 Putative Reticuline oxidase-like protein 5.053149395 L4_control_B3 +LQ06X002320 Putative Reticuline oxidase-like protein 5.11253991 L4_control_C2 +LQ06X002320 Putative Reticuline oxidase-like protein 5.299677369 L4_control_C3 +LQ06X002320 Putative Reticuline oxidase-like protein 5.226837298 L4_chemical_A1 +LQ06X002320 Putative Reticuline oxidase-like protein 4.967525918 L4_chemical_A2 +LQ06X002320 Putative Reticuline oxidase-like protein 5.143065374 L4_chemical_A3 +LQ06X002320 Putative Reticuline oxidase-like protein 5.262599753 L4_chemical_B1 +LQ06X002320 Putative Reticuline oxidase-like protein 5.214247776 L4_chemical_B2 +LQ06X002320 Putative Reticuline oxidase-like protein 4.724186265 L4_chemical_B3 +LQ06X002320 Putative Reticuline oxidase-like protein 5.149131128 L4_chemical_C2 +LQ06X002320 Putative Reticuline oxidase-like protein 5.137529568 L4_chemical_C3 +LQ06X002330 Patellin-4 6.554782044 C6_control_A1 +LQ06X002330 Patellin-4 7.663302339 C6_control_A3 +LQ06X002330 Patellin-4 6.327955679 C6_control_B1 +LQ06X002330 Patellin-4 5.871467274 C6_control_B2 +LQ06X002330 Patellin-4 5.743137725 C6_control_B3 +LQ06X002330 Patellin-4 6.133735904 C6_control_C1 +LQ06X002330 Patellin-4 5.531407392 C6_control_C2 +LQ06X002330 Patellin-4 6.121815628 C6_control_C3 +LQ06X002330 Patellin-4 6.260909036 C6_chemical_A1 +LQ06X002330 Patellin-4 6.449239318 C6_chemical_A3 +LQ06X002330 Patellin-4 6.054245594 C6_chemical_B1 +LQ06X002330 Patellin-4 5.61688758 C6_chemical_B2 +LQ06X002330 Patellin-4 6.122255673 C6_chemical_B3 +LQ06X002330 Patellin-4 5.624497478 C6_chemical_C1 +LQ06X002330 Patellin-4 5.709983213 C6_chemical_C2 +LQ06X002330 Patellin-4 5.958720356 C6_chemical_C3 +LQ06X002330 Patellin-4 6.420176897 L4_control_A1 +LQ06X002330 Patellin-4 6.745350859 L4_control_A2 +LQ06X002330 Patellin-4 6.518947513 L4_control_A3 +LQ06X002330 Patellin-4 5.689199673 L4_control_B1 +LQ06X002330 Patellin-4 6.446237108 L4_control_B2 +LQ06X002330 Patellin-4 5.812027098 L4_control_B3 +LQ06X002330 Patellin-4 5.695769033 L4_control_C2 +LQ06X002330 Patellin-4 5.617890897 L4_control_C3 +LQ06X002330 Patellin-4 6.488336194 L4_chemical_A1 +LQ06X002330 Patellin-4 6.427647783 L4_chemical_A2 +LQ06X002330 Patellin-4 6.705098096 L4_chemical_A3 +LQ06X002330 Patellin-4 5.664381281 L4_chemical_B1 +LQ06X002330 Patellin-4 5.875942535 L4_chemical_B2 +LQ06X002330 Patellin-4 5.861418411 L4_chemical_B3 +LQ06X002330 Patellin-4 6.531062977 L4_chemical_C2 +LQ06X002330 Patellin-4 5.892863534 L4_chemical_C3 +LQ06X002340 Putative DNA primase/helicase 9.73499289 C6_control_A1 +LQ06X002340 Putative DNA primase/helicase 9.849031533 C6_control_A3 +LQ06X002340 Putative DNA primase/helicase 9.282478602 C6_control_B1 +LQ06X002340 Putative DNA primase/helicase 9.637509234 C6_control_B2 +LQ06X002340 Putative DNA primase/helicase 9.035360805 C6_control_B3 +LQ06X002340 Putative DNA primase/helicase 10.19176601 C6_control_C1 +LQ06X002340 Putative DNA primase/helicase 10.33704378 C6_control_C2 +LQ06X002340 Putative DNA primase/helicase 9.980316957 C6_control_C3 +LQ06X002340 Putative DNA primase/helicase 9.347689241 C6_chemical_A1 +LQ06X002340 Putative DNA primase/helicase 9.832739089 C6_chemical_A3 +LQ06X002340 Putative DNA primase/helicase 8.873790327 C6_chemical_B1 +LQ06X002340 Putative DNA primase/helicase 9.83719511 C6_chemical_B2 +LQ06X002340 Putative DNA primase/helicase 8.746101381 C6_chemical_B3 +LQ06X002340 Putative DNA primase/helicase 10.07741348 C6_chemical_C1 +LQ06X002340 Putative DNA primase/helicase 10.10167992 C6_chemical_C2 +LQ06X002340 Putative DNA primase/helicase 9.702475845 C6_chemical_C3 +LQ06X002340 Putative DNA primase/helicase 10.170257 L4_control_A1 +LQ06X002340 Putative DNA primase/helicase 10.23350065 L4_control_A2 +LQ06X002340 Putative DNA primase/helicase 9.882085396 L4_control_A3 +LQ06X002340 Putative DNA primase/helicase 9.507983439 L4_control_B1 +LQ06X002340 Putative DNA primase/helicase 10.19011778 L4_control_B2 +LQ06X002340 Putative DNA primase/helicase 9.67817922 L4_control_B3 +LQ06X002340 Putative DNA primase/helicase 10.66311045 L4_control_C2 +LQ06X002340 Putative DNA primase/helicase 10.67915959 L4_control_C3 +LQ06X002340 Putative DNA primase/helicase 9.926965249 L4_chemical_A1 +LQ06X002340 Putative DNA primase/helicase 10.0578842 L4_chemical_A2 +LQ06X002340 Putative DNA primase/helicase 9.944329839 L4_chemical_A3 +LQ06X002340 Putative DNA primase/helicase 9.605784813 L4_chemical_B1 +LQ06X002340 Putative DNA primase/helicase 10.00955687 L4_chemical_B2 +LQ06X002340 Putative DNA primase/helicase 9.749905431 L4_chemical_B3 +LQ06X002340 Putative DNA primase/helicase 10.45020964 L4_chemical_C2 +LQ06X002340 Putative DNA primase/helicase 10.4767579 L4_chemical_C3 +LQ06X002380 Hypothetical protein 5.053480634 C6_control_A1 +LQ06X002380 Hypothetical protein 4.989234909 C6_control_A3 +LQ06X002380 Hypothetical protein 5.066221151 C6_control_B1 +LQ06X002380 Hypothetical protein 4.975919621 C6_control_B2 +LQ06X002380 Hypothetical protein 4.993186598 C6_control_B3 +LQ06X002380 Hypothetical protein 4.884096146 C6_control_C1 +LQ06X002380 Hypothetical protein 4.82415887 C6_control_C2 +LQ06X002380 Hypothetical protein 4.559926316 C6_control_C3 +LQ06X002380 Hypothetical protein 5.000146802 C6_chemical_A1 +LQ06X002380 Hypothetical protein 5.079973836 C6_chemical_A3 +LQ06X002380 Hypothetical protein 5.030755704 C6_chemical_B1 +LQ06X002380 Hypothetical protein 4.927793578 C6_chemical_B2 +LQ06X002380 Hypothetical protein 5.033872744 C6_chemical_B3 +LQ06X002380 Hypothetical protein 4.938388283 C6_chemical_C1 +LQ06X002380 Hypothetical protein 4.953785077 C6_chemical_C2 +LQ06X002380 Hypothetical protein 4.775625366 C6_chemical_C3 +LQ06X002380 Hypothetical protein 4.98388425 L4_control_A1 +LQ06X002380 Hypothetical protein 5.311597687 L4_control_A2 +LQ06X002380 Hypothetical protein 5.380641884 L4_control_A3 +LQ06X002380 Hypothetical protein 5.10721356 L4_control_B1 +LQ06X002380 Hypothetical protein 5.159746683 L4_control_B2 +LQ06X002380 Hypothetical protein 4.873698901 L4_control_B3 +LQ06X002380 Hypothetical protein 5.314798039 L4_control_C2 +LQ06X002380 Hypothetical protein 5.451735235 L4_control_C3 +LQ06X002380 Hypothetical protein 5.137188175 L4_chemical_A1 +LQ06X002380 Hypothetical protein 4.930799427 L4_chemical_A2 +LQ06X002380 Hypothetical protein 5.503174969 L4_chemical_A3 +LQ06X002380 Hypothetical protein 5.069708689 L4_chemical_B1 +LQ06X002380 Hypothetical protein 4.873878623 L4_chemical_B2 +LQ06X002380 Hypothetical protein 4.976806605 L4_chemical_B3 +LQ06X002380 Hypothetical protein 5.477319191 L4_chemical_C2 +LQ06X002380 Hypothetical protein 5.906710702 L4_chemical_C3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.761040683 C6_control_A1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.244712296 C6_control_A3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.482478759 C6_control_B1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.183242732 C6_control_B2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.6156576 C6_control_B3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 4.899278752 C6_control_C1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.326107433 C6_control_C2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.108145916 C6_control_C3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.334277835 C6_chemical_A1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 4.979767969 C6_chemical_A3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.072988145 C6_chemical_B1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.36309411 C6_chemical_B2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.680091906 C6_chemical_B3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 4.935386679 C6_chemical_C1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 4.97934425 C6_chemical_C2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.044347009 C6_chemical_C3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.077397534 L4_control_A1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.50948725 L4_control_A2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 4.86890667 L4_control_A3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 4.874901038 L4_control_B1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.613617831 L4_control_B2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.253525606 L4_control_B3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.349177807 L4_control_C2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 4.756898024 L4_control_C3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.250387876 L4_chemical_A1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.485688791 L4_chemical_A2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.610230316 L4_chemical_A3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.248673507 L4_chemical_B1 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.80152852 L4_chemical_B2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.262639194 L4_chemical_B3 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 4.70608594 L4_chemical_C2 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.91295427 L4_chemical_C3 +LQ06X002450 Hypothetical protein 4.808572018 C6_control_A1 +LQ06X002450 Hypothetical protein 4.736888846 C6_control_A3 +LQ06X002450 Hypothetical protein 5.421123899 C6_control_B1 +LQ06X002450 Hypothetical protein 4.766289646 C6_control_B2 +LQ06X002450 Hypothetical protein 5.119905239 C6_control_B3 +LQ06X002450 Hypothetical protein 5.054361988 C6_control_C1 +LQ06X002450 Hypothetical protein 4.791884595 C6_control_C2 +LQ06X002450 Hypothetical protein 4.868099639 C6_control_C3 +LQ06X002450 Hypothetical protein 4.898054859 C6_chemical_A1 +LQ06X002450 Hypothetical protein 4.831667185 C6_chemical_A3 +LQ06X002450 Hypothetical protein 5.839609294 C6_chemical_B1 +LQ06X002450 Hypothetical protein 4.92081892 C6_chemical_B2 +LQ06X002450 Hypothetical protein 5.240005233 C6_chemical_B3 +LQ06X002450 Hypothetical protein 4.841787352 C6_chemical_C1 +LQ06X002450 Hypothetical protein 4.900979826 C6_chemical_C2 +LQ06X002450 Hypothetical protein 4.928821789 C6_chemical_C3 +LQ06X002450 Hypothetical protein 4.990893366 L4_control_A1 +LQ06X002450 Hypothetical protein 5.133467589 L4_control_A2 +LQ06X002450 Hypothetical protein 4.945114656 L4_control_A3 +LQ06X002450 Hypothetical protein 4.935792281 L4_control_B1 +LQ06X002450 Hypothetical protein 4.97832072 L4_control_B2 +LQ06X002450 Hypothetical protein 5.223240568 L4_control_B3 +LQ06X002450 Hypothetical protein 5.525778905 L4_control_C2 +LQ06X002450 Hypothetical protein 5.522885409 L4_control_C3 +LQ06X002450 Hypothetical protein 4.822064586 L4_chemical_A1 +LQ06X002450 Hypothetical protein 5.226972133 L4_chemical_A2 +LQ06X002450 Hypothetical protein 4.845483203 L4_chemical_A3 +LQ06X002450 Hypothetical protein 4.670271802 L4_chemical_B1 +LQ06X002450 Hypothetical protein 4.934395103 L4_chemical_B2 +LQ06X002450 Hypothetical protein 4.989494795 L4_chemical_B3 +LQ06X002450 Hypothetical protein 5.379646305 L4_chemical_C2 +LQ06X002450 Hypothetical protein 5.247199927 L4_chemical_C3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.637668844 C6_control_A1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.802763818 C6_control_A3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.460573254 C6_control_B1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.182768654 C6_control_B2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.193227252 C6_control_B3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.403794813 C6_control_C1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.912455741 C6_control_C2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.518909887 C6_control_C3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.4920559 C6_chemical_A1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.621441609 C6_chemical_A3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.140290604 C6_chemical_B1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.249649751 C6_chemical_B2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.936461399 C6_chemical_B3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.727892741 C6_chemical_C1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.389657851 C6_chemical_C2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.454276027 C6_chemical_C3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.722560082 L4_control_A1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.833464296 L4_control_A2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.126491208 L4_control_A3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.380260003 L4_control_B1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.556746093 L4_control_B2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.507737497 L4_control_B3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.181191598 L4_control_C2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.795628269 L4_control_C3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.474196636 L4_chemical_A1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.349674927 L4_chemical_A2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.051920378 L4_chemical_A3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.264136015 L4_chemical_B1 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.904353477 L4_chemical_B2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.480826011 L4_chemical_B3 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 4.928409497 L4_chemical_C2 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.628890999 L4_chemical_C3 +LQ06X002490 Auxin response factor 1 9.432836993 C6_control_A1 +LQ06X002490 Auxin response factor 1 9.275505059 C6_control_A3 +LQ06X002490 Auxin response factor 1 9.040488641 C6_control_B1 +LQ06X002490 Auxin response factor 1 9.499755749 C6_control_B2 +LQ06X002490 Auxin response factor 1 9.286876188 C6_control_B3 +LQ06X002490 Auxin response factor 1 10.34787 C6_control_C1 +LQ06X002490 Auxin response factor 1 9.833663923 C6_control_C2 +LQ06X002490 Auxin response factor 1 10.12456993 C6_control_C3 +LQ06X002490 Auxin response factor 1 9.658888667 C6_chemical_A1 +LQ06X002490 Auxin response factor 1 9.599986151 C6_chemical_A3 +LQ06X002490 Auxin response factor 1 9.496178006 C6_chemical_B1 +LQ06X002490 Auxin response factor 1 9.620890936 C6_chemical_B2 +LQ06X002490 Auxin response factor 1 9.552924576 C6_chemical_B3 +LQ06X002490 Auxin response factor 1 10.21464223 C6_chemical_C1 +LQ06X002490 Auxin response factor 1 10.08738891 C6_chemical_C2 +LQ06X002490 Auxin response factor 1 10.2458224 C6_chemical_C3 +LQ06X002490 Auxin response factor 1 9.801111052 L4_control_A1 +LQ06X002490 Auxin response factor 1 10.09097012 L4_control_A2 +LQ06X002490 Auxin response factor 1 10.51804588 L4_control_A3 +LQ06X002490 Auxin response factor 1 9.2471081 L4_control_B1 +LQ06X002490 Auxin response factor 1 9.732110174 L4_control_B2 +LQ06X002490 Auxin response factor 1 10.21567128 L4_control_B3 +LQ06X002490 Auxin response factor 1 10.4171015 L4_control_C2 +LQ06X002490 Auxin response factor 1 10.73027176 L4_control_C3 +LQ06X002490 Auxin response factor 1 9.625532774 L4_chemical_A1 +LQ06X002490 Auxin response factor 1 9.836182718 L4_chemical_A2 +LQ06X002490 Auxin response factor 1 10.31275911 L4_chemical_A3 +LQ06X002490 Auxin response factor 1 9.977858701 L4_chemical_B1 +LQ06X002490 Auxin response factor 1 9.528664415 L4_chemical_B2 +LQ06X002490 Auxin response factor 1 9.833648468 L4_chemical_B3 +LQ06X002490 Auxin response factor 1 9.973382728 L4_chemical_C2 +LQ06X002490 Auxin response factor 1 10.48988219 L4_chemical_C3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.507301283 C6_control_A1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.627665326 C6_control_A3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.554880574 C6_control_B1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.005857576 C6_control_B2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.653863681 C6_control_B3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.208979869 C6_control_C1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 6.098702312 C6_control_C2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.202043614 C6_control_C3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.458975167 C6_chemical_A1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.510426304 C6_chemical_A3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.184929482 C6_chemical_B1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.117252501 C6_chemical_B2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.755461056 C6_chemical_B3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.251880874 C6_chemical_C1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.110348307 C6_chemical_C2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.395125062 C6_chemical_C3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.614000298 L4_control_A1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.916400485 L4_control_A2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 6.171308447 L4_control_A3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.734297444 L4_control_B1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.544620061 L4_control_B2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.238999835 L4_control_B3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.124649161 L4_control_C2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.427559183 L4_control_C3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.657845189 L4_chemical_A1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.660087807 L4_chemical_A2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 6.228840855 L4_chemical_A3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.322458284 L4_chemical_B1 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 4.954813536 L4_chemical_B2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.21130971 L4_chemical_B3 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 6.105916123 L4_chemical_C2 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.847681827 L4_chemical_C3 +LQ06X002530 Predicted protein 9.907633404 C6_control_A1 +LQ06X002530 Predicted protein 10.41415568 C6_control_A3 +LQ06X002530 Predicted protein 10.38193598 C6_control_B1 +LQ06X002530 Predicted protein 12.34634077 C6_control_B2 +LQ06X002530 Predicted protein 11.46096887 C6_control_B3 +LQ06X002530 Predicted protein 11.19704796 C6_control_C1 +LQ06X002530 Predicted protein 13.16304691 C6_control_C2 +LQ06X002530 Predicted protein 12.28823268 C6_control_C3 +LQ06X002530 Predicted protein 9.346564956 C6_chemical_A1 +LQ06X002530 Predicted protein 10.60470879 C6_chemical_A3 +LQ06X002530 Predicted protein 9.713771207 C6_chemical_B1 +LQ06X002530 Predicted protein 12.23413342 C6_chemical_B2 +LQ06X002530 Predicted protein 11.68013785 C6_chemical_B3 +LQ06X002530 Predicted protein 10.55225389 C6_chemical_C1 +LQ06X002530 Predicted protein 12.09599436 C6_chemical_C2 +LQ06X002530 Predicted protein 12.10943541 C6_chemical_C3 +LQ06X002530 Predicted protein 9.844989433 L4_control_A1 +LQ06X002530 Predicted protein 9.318003101 L4_control_A2 +LQ06X002530 Predicted protein 10.70287393 L4_control_A3 +LQ06X002530 Predicted protein 10.20775002 L4_control_B1 +LQ06X002530 Predicted protein 9.467135243 L4_control_B2 +LQ06X002530 Predicted protein 12.88264641 L4_control_B3 +LQ06X002530 Predicted protein 11.98899407 L4_control_C2 +LQ06X002530 Predicted protein 12.14532885 L4_control_C3 +LQ06X002530 Predicted protein 8.923784701 L4_chemical_A1 +LQ06X002530 Predicted protein 8.365915406 L4_chemical_A2 +LQ06X002530 Predicted protein 10.59888306 L4_chemical_A3 +LQ06X002530 Predicted protein 8.043422862 L4_chemical_B1 +LQ06X002530 Predicted protein 9.129070908 L4_chemical_B2 +LQ06X002530 Predicted protein 10.83632432 L4_chemical_B3 +LQ06X002530 Predicted protein 12.0390911 L4_chemical_C2 +LQ06X002530 Predicted protein 11.51154004 L4_chemical_C3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.484694395 C6_control_A1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 7.04781373 C6_control_A3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.886141802 C6_control_B1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 7.067511959 C6_control_B2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.035808701 C6_control_B3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.111246297 C6_control_C1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 8.159420725 C6_control_C2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.169562753 C6_control_C3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.902611422 C6_chemical_A1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.377137185 C6_chemical_A3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.705068762 C6_chemical_B1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.794815906 C6_chemical_B2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.525575681 C6_chemical_B3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.579856843 C6_chemical_C1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.540130979 C6_chemical_C2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.682462713 C6_chemical_C3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.7775889 L4_control_A1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.811418962 L4_control_A2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.766207898 L4_control_A3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.647106946 L4_control_B1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.440746177 L4_control_B2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.843967468 L4_control_B3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.431681969 L4_control_C2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.72300323 L4_control_C3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.421359457 L4_chemical_A1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.999637008 L4_chemical_A2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.398814486 L4_chemical_A3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.744929212 L4_chemical_B1 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.017273365 L4_chemical_B2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 6.097116535 L4_chemical_B3 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.412161595 L4_chemical_C2 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.190879318 L4_chemical_C3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.680833303 C6_control_A1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.615231449 C6_control_A3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.428027183 C6_control_B1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.95285012 C6_control_B2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.307689627 C6_control_B3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.160674654 C6_control_C1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.759236409 C6_control_C2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.918579756 C6_control_C3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.423149378 C6_chemical_A1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.550998217 C6_chemical_A3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.984366684 C6_chemical_B1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.68005026 C6_chemical_B2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.98836157 C6_chemical_B3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.880237732 C6_chemical_C1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.778008491 C6_chemical_C2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.703991425 C6_chemical_C3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.959936935 L4_control_A1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.001396404 L4_control_A2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.781371847 L4_control_A3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.165438822 L4_control_B1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.847385746 L4_control_B2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.847864402 L4_control_B3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.878473698 L4_control_C2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.264140413 L4_control_C3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.226180115 L4_chemical_A1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.757398918 L4_chemical_A2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.587871972 L4_chemical_A3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.081369577 L4_chemical_B1 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.282419592 L4_chemical_B2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.736525677 L4_chemical_B3 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.138080686 L4_chemical_C2 +LQ06X002550 Superkiller viralicidic activity 2-like 2 5.669619272 L4_chemical_C3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.196729224 C6_control_A1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.416984054 C6_control_A3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 6.787125989 C6_control_B1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.154871154 C6_control_B2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.182602339 C6_control_B3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.750596687 C6_control_C1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.015925062 C6_control_C2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.408400231 C6_control_C3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.053005817 C6_chemical_A1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.957103448 C6_chemical_A3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.808147912 C6_chemical_B1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.660539018 C6_chemical_B2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.206692454 C6_chemical_B3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.455213976 C6_chemical_C1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.448257511 C6_chemical_C2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 9.054287705 C6_chemical_C3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.835572904 L4_control_A1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 6.735825917 L4_control_A2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 6.551817004 L4_control_A3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.227454165 L4_control_B1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.446577028 L4_control_B2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.476701964 L4_control_B3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.492142528 L4_control_C2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.577690822 L4_control_C3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.721293397 L4_chemical_A1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 6.781272067 L4_chemical_A2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.65625277 L4_chemical_A3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.181190913 L4_chemical_B1 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 6.656952684 L4_chemical_B2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.232319496 L4_chemical_B3 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 7.030341034 L4_chemical_C2 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.439014671 L4_chemical_C3 +LQ06X002570 Putative Elongation factor P 11.70206959 C6_control_A1 +LQ06X002570 Putative Elongation factor P 12.2040693 C6_control_A3 +LQ06X002570 Putative Elongation factor P 11.71663048 C6_control_B1 +LQ06X002570 Putative Elongation factor P 11.1305761 C6_control_B2 +LQ06X002570 Putative Elongation factor P 11.55902532 C6_control_B3 +LQ06X002570 Putative Elongation factor P 11.72928014 C6_control_C1 +LQ06X002570 Putative Elongation factor P 11.41759112 C6_control_C2 +LQ06X002570 Putative Elongation factor P 11.69619041 C6_control_C3 +LQ06X002570 Putative Elongation factor P 11.08006942 C6_chemical_A1 +LQ06X002570 Putative Elongation factor P 12.07677719 C6_chemical_A3 +LQ06X002570 Putative Elongation factor P 10.84648531 C6_chemical_B1 +LQ06X002570 Putative Elongation factor P 10.55394958 C6_chemical_B2 +LQ06X002570 Putative Elongation factor P 11.08127918 C6_chemical_B3 +LQ06X002570 Putative Elongation factor P 11.54514483 C6_chemical_C1 +LQ06X002570 Putative Elongation factor P 11.40938667 C6_chemical_C2 +LQ06X002570 Putative Elongation factor P 11.35892784 C6_chemical_C3 +LQ06X002570 Putative Elongation factor P 12.19555118 L4_control_A1 +LQ06X002570 Putative Elongation factor P 11.72919697 L4_control_A2 +LQ06X002570 Putative Elongation factor P 12.35820794 L4_control_A3 +LQ06X002570 Putative Elongation factor P 11.8979476 L4_control_B1 +LQ06X002570 Putative Elongation factor P 11.13692423 L4_control_B2 +LQ06X002570 Putative Elongation factor P 11.88349163 L4_control_B3 +LQ06X002570 Putative Elongation factor P 12.16340205 L4_control_C2 +LQ06X002570 Putative Elongation factor P 12.3294848 L4_control_C3 +LQ06X002570 Putative Elongation factor P 11.96122402 L4_chemical_A1 +LQ06X002570 Putative Elongation factor P 11.51796411 L4_chemical_A2 +LQ06X002570 Putative Elongation factor P 12.16841905 L4_chemical_A3 +LQ06X002570 Putative Elongation factor P 11.59285739 L4_chemical_B1 +LQ06X002570 Putative Elongation factor P 11.55469915 L4_chemical_B2 +LQ06X002570 Putative Elongation factor P 11.81321964 L4_chemical_B3 +LQ06X002570 Putative Elongation factor P 12.32265378 L4_chemical_C2 +LQ06X002570 Putative Elongation factor P 12.49666397 L4_chemical_C3 +LQ06X002580 Short-chain dehydrogenase, putative 5.354025278 C6_control_A1 +LQ06X002580 Short-chain dehydrogenase, putative 5.552662021 C6_control_A3 +LQ06X002580 Short-chain dehydrogenase, putative 5.701718928 C6_control_B1 +LQ06X002580 Short-chain dehydrogenase, putative 5.235331985 C6_control_B2 +LQ06X002580 Short-chain dehydrogenase, putative 5.108570775 C6_control_B3 +LQ06X002580 Short-chain dehydrogenase, putative 5.477743264 C6_control_C1 +LQ06X002580 Short-chain dehydrogenase, putative 6.092352894 C6_control_C2 +LQ06X002580 Short-chain dehydrogenase, putative 5.385972074 C6_control_C3 +LQ06X002580 Short-chain dehydrogenase, putative 5.457442109 C6_chemical_A1 +LQ06X002580 Short-chain dehydrogenase, putative 5.070768676 C6_chemical_A3 +LQ06X002580 Short-chain dehydrogenase, putative 5.443350921 C6_chemical_B1 +LQ06X002580 Short-chain dehydrogenase, putative 5.389862948 C6_chemical_B2 +LQ06X002580 Short-chain dehydrogenase, putative 5.338161147 C6_chemical_B3 +LQ06X002580 Short-chain dehydrogenase, putative 5.825478958 C6_chemical_C1 +LQ06X002580 Short-chain dehydrogenase, putative 5.362611117 C6_chemical_C2 +LQ06X002580 Short-chain dehydrogenase, putative 5.672670993 C6_chemical_C3 +LQ06X002580 Short-chain dehydrogenase, putative 6.145462024 L4_control_A1 +LQ06X002580 Short-chain dehydrogenase, putative 5.29929444 L4_control_A2 +LQ06X002580 Short-chain dehydrogenase, putative 5.081959808 L4_control_A3 +LQ06X002580 Short-chain dehydrogenase, putative 5.756133929 L4_control_B1 +LQ06X002580 Short-chain dehydrogenase, putative 5.520758674 L4_control_B2 +LQ06X002580 Short-chain dehydrogenase, putative 5.383301973 L4_control_B3 +LQ06X002580 Short-chain dehydrogenase, putative 6.099371151 L4_control_C2 +LQ06X002580 Short-chain dehydrogenase, putative 5.380075805 L4_control_C3 +LQ06X002580 Short-chain dehydrogenase, putative 5.837442295 L4_chemical_A1 +LQ06X002580 Short-chain dehydrogenase, putative 5.224229745 L4_chemical_A2 +LQ06X002580 Short-chain dehydrogenase, putative 5.550091942 L4_chemical_A3 +LQ06X002580 Short-chain dehydrogenase, putative 5.627909598 L4_chemical_B1 +LQ06X002580 Short-chain dehydrogenase, putative 5.619212973 L4_chemical_B2 +LQ06X002580 Short-chain dehydrogenase, putative 5.401981873 L4_chemical_B3 +LQ06X002580 Short-chain dehydrogenase, putative 6.292409172 L4_chemical_C2 +LQ06X002580 Short-chain dehydrogenase, putative 5.840239852 L4_chemical_C3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.2752899 C6_control_A1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.40802143 C6_control_A3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.55535492 C6_control_B1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.13189943 C6_control_B2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.52315465 C6_control_B3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 11.7658155 C6_control_C1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 11.99112794 C6_control_C2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.19672019 C6_control_C3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.51363738 C6_chemical_A1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.7653186 C6_chemical_A3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.64062161 C6_chemical_B1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.11696413 C6_chemical_B2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.71963256 C6_chemical_B3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 11.91569129 C6_chemical_C1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 11.94778189 C6_chemical_C2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.46478834 C6_chemical_C3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.37942236 L4_control_A1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.53787221 L4_control_A2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.7436712 L4_control_A3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.75286029 L4_control_B1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 13.256361 L4_control_B2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.64836027 L4_control_B3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.94335514 L4_control_C2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 13.21724812 L4_control_C3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.735149 L4_chemical_A1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.99908304 L4_chemical_A2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.7606854 L4_chemical_A3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.97778725 L4_chemical_B1 +LQ06X002590 Mitogen-activated protein kinase kinase 4 13.31761387 L4_chemical_B2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.37493144 L4_chemical_B3 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.89997326 L4_chemical_C2 +LQ06X002590 Mitogen-activated protein kinase kinase 4 13.01322389 L4_chemical_C3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.258317571 C6_control_A1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.789299375 C6_control_A3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.077640995 C6_control_B1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.769093408 C6_control_B2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.028136733 C6_control_B3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.78006735 C6_control_C1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.953573944 C6_control_C2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.968118255 C6_control_C3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.120187544 C6_chemical_A1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.110578794 C6_chemical_A3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.25022283 C6_chemical_B1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.799678675 C6_chemical_B2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.158786611 C6_chemical_B3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.550158013 C6_chemical_C1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.333352281 C6_chemical_C2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.743566829 C6_chemical_C3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.193412749 L4_control_A1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.464549889 L4_control_A2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.812870699 L4_control_A3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.075219273 L4_control_B1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.944600535 L4_control_B2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.205125132 L4_control_B3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.168959436 L4_control_C2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.931082341 L4_control_C3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.006493773 L4_chemical_A1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.189713967 L4_chemical_A2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.76543305 L4_chemical_A3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.154730259 L4_chemical_B1 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.253977241 L4_chemical_B2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.345536109 L4_chemical_B3 +LQ06X002600 Putative Cytoskeleton-associated protein 5 4.769281799 L4_chemical_C2 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.016433357 L4_chemical_C3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.194038812 C6_control_A1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.131252298 C6_control_A3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 4.973492771 C6_control_B1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.317334756 C6_control_B2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.400091599 C6_control_B3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.265276863 C6_control_C1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.342395769 C6_control_C2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.12524746 C6_control_C3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.415102418 C6_chemical_A1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 4.776368759 C6_chemical_A3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.316908332 C6_chemical_B1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.461644437 C6_chemical_B2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.303698617 C6_chemical_B3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.086655157 C6_chemical_C1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.151695179 C6_chemical_C2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.044447539 C6_chemical_C3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.270813125 L4_control_A1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.013666804 L4_control_A2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.556727515 L4_control_A3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 4.886737853 L4_control_B1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 4.882770873 L4_control_B2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 4.850809902 L4_control_B3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.067927473 L4_control_C2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.005073982 L4_control_C3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 4.873128557 L4_chemical_A1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.081198499 L4_chemical_A2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.399985968 L4_chemical_A3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.122213444 L4_chemical_B1 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.225197146 L4_chemical_B2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.178725926 L4_chemical_B3 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.10236599 L4_chemical_C2 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.942067964 L4_chemical_C3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.520150141 C6_control_A1 +LQ06X002630 Small nuclear ribonucleoprotein E 8.405473481 C6_control_A3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.966475961 C6_control_B1 +LQ06X002630 Small nuclear ribonucleoprotein E 6.286722196 C6_control_B2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.838109429 C6_control_B3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.507113424 C6_control_C1 +LQ06X002630 Small nuclear ribonucleoprotein E 7.537072324 C6_control_C2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.883849871 C6_control_C3 +LQ06X002630 Small nuclear ribonucleoprotein E 5.96460766 C6_chemical_A1 +LQ06X002630 Small nuclear ribonucleoprotein E 6.033558956 C6_chemical_A3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.940412038 C6_chemical_B1 +LQ06X002630 Small nuclear ribonucleoprotein E 6.372356297 C6_chemical_B2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.255308003 C6_chemical_B3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.620664826 C6_chemical_C1 +LQ06X002630 Small nuclear ribonucleoprotein E 6.392821256 C6_chemical_C2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.336088198 C6_chemical_C3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.693976548 L4_control_A1 +LQ06X002630 Small nuclear ribonucleoprotein E 6.147498064 L4_control_A2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.195377712 L4_control_A3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.159153616 L4_control_B1 +LQ06X002630 Small nuclear ribonucleoprotein E 6.818898288 L4_control_B2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.559660423 L4_control_B3 +LQ06X002630 Small nuclear ribonucleoprotein E 7.284657453 L4_control_C2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.35911765 L4_control_C3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.229904951 L4_chemical_A1 +LQ06X002630 Small nuclear ribonucleoprotein E 6.50915708 L4_chemical_A2 +LQ06X002630 Small nuclear ribonucleoprotein E 5.817469955 L4_chemical_A3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.583891968 L4_chemical_B1 +LQ06X002630 Small nuclear ribonucleoprotein E 5.864731215 L4_chemical_B2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.336084525 L4_chemical_B3 +LQ06X002630 Small nuclear ribonucleoprotein E 6.635947392 L4_chemical_C2 +LQ06X002630 Small nuclear ribonucleoprotein E 6.669093098 L4_chemical_C3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.805418228 C6_control_A1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.135007761 C6_control_A3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.924846583 C6_control_B1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.486373703 C6_control_B2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.852069853 C6_control_B3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.523580615 C6_control_C1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.793499653 C6_control_C2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.063477638 C6_control_C3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.268564354 C6_chemical_A1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.919899745 C6_chemical_A3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.517174986 C6_chemical_B1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.87669833 C6_chemical_B2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.762540234 C6_chemical_B3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.028833178 C6_chemical_C1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.073262478 C6_chemical_C2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.493669871 C6_chemical_C3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.807166739 L4_control_A1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.378105716 L4_control_A2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.488276959 L4_control_A3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.124375615 L4_control_B1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.368940984 L4_control_B2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.595435347 L4_control_B3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.044788498 L4_control_C2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.711654483 L4_control_C3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.532162052 L4_chemical_A1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.892479603 L4_chemical_A2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.661832266 L4_chemical_A3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.979240979 L4_chemical_B1 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.747319434 L4_chemical_B2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.786721408 L4_chemical_B3 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.980705303 L4_chemical_C2 +LQ06X002640 RNA-binding protein with multiple splicing, putative 5.601247823 L4_chemical_C3 +LQ06X002650 Receptor-like protein kinase 9.96248329 C6_control_A1 +LQ06X002650 Receptor-like protein kinase 9.207895582 C6_control_A3 +LQ06X002650 Receptor-like protein kinase 10.02937694 C6_control_B1 +LQ06X002650 Receptor-like protein kinase 10.06264287 C6_control_B2 +LQ06X002650 Receptor-like protein kinase 10.14934695 C6_control_B3 +LQ06X002650 Receptor-like protein kinase 10.31886396 C6_control_C1 +LQ06X002650 Receptor-like protein kinase 10.00619955 C6_control_C2 +LQ06X002650 Receptor-like protein kinase 10.4542938 C6_control_C3 +LQ06X002650 Receptor-like protein kinase 9.705676444 C6_chemical_A1 +LQ06X002650 Receptor-like protein kinase 9.506390494 C6_chemical_A3 +LQ06X002650 Receptor-like protein kinase 9.734663443 C6_chemical_B1 +LQ06X002650 Receptor-like protein kinase 9.647617758 C6_chemical_B2 +LQ06X002650 Receptor-like protein kinase 10.08521736 C6_chemical_B3 +LQ06X002650 Receptor-like protein kinase 10.10426149 C6_chemical_C1 +LQ06X002650 Receptor-like protein kinase 9.921861239 C6_chemical_C2 +LQ06X002650 Receptor-like protein kinase 10.11787644 C6_chemical_C3 +LQ06X002650 Receptor-like protein kinase 10.17275796 L4_control_A1 +LQ06X002650 Receptor-like protein kinase 10.89087301 L4_control_A2 +LQ06X002650 Receptor-like protein kinase 9.758500437 L4_control_A3 +LQ06X002650 Receptor-like protein kinase 10.76980686 L4_control_B1 +LQ06X002650 Receptor-like protein kinase 10.54624215 L4_control_B2 +LQ06X002650 Receptor-like protein kinase 10.50266945 L4_control_B3 +LQ06X002650 Receptor-like protein kinase 10.78668457 L4_control_C2 +LQ06X002650 Receptor-like protein kinase 10.91590701 L4_control_C3 +LQ06X002650 Receptor-like protein kinase 10.42086654 L4_chemical_A1 +LQ06X002650 Receptor-like protein kinase 10.41274272 L4_chemical_A2 +LQ06X002650 Receptor-like protein kinase 9.766522984 L4_chemical_A3 +LQ06X002650 Receptor-like protein kinase 10.95300843 L4_chemical_B1 +LQ06X002650 Receptor-like protein kinase 10.73530223 L4_chemical_B2 +LQ06X002650 Receptor-like protein kinase 10.34786779 L4_chemical_B3 +LQ06X002650 Receptor-like protein kinase 10.81615334 L4_chemical_C2 +LQ06X002650 Receptor-like protein kinase 10.65729927 L4_chemical_C3 +LQ06X002690 Putative uncharacterized protein 8.153110318 C6_control_A1 +LQ06X002690 Putative uncharacterized protein 7.392671354 C6_control_A3 +LQ06X002690 Putative uncharacterized protein 7.234880056 C6_control_B1 +LQ06X002690 Putative uncharacterized protein 8.545521816 C6_control_B2 +LQ06X002690 Putative uncharacterized protein 6.977087591 C6_control_B3 +LQ06X002690 Putative uncharacterized protein 8.349960147 C6_control_C1 +LQ06X002690 Putative uncharacterized protein 7.698903793 C6_control_C2 +LQ06X002690 Putative uncharacterized protein 8.269953596 C6_control_C3 +LQ06X002690 Putative uncharacterized protein 8.131846843 C6_chemical_A1 +LQ06X002690 Putative uncharacterized protein 8.118584501 C6_chemical_A3 +LQ06X002690 Putative uncharacterized protein 6.973879004 C6_chemical_B1 +LQ06X002690 Putative uncharacterized protein 8.91625484 C6_chemical_B2 +LQ06X002690 Putative uncharacterized protein 7.794305427 C6_chemical_B3 +LQ06X002690 Putative uncharacterized protein 8.342850859 C6_chemical_C1 +LQ06X002690 Putative uncharacterized protein 8.625706184 C6_chemical_C2 +LQ06X002690 Putative uncharacterized protein 8.912389637 C6_chemical_C3 +LQ06X002690 Putative uncharacterized protein 8.630071603 L4_control_A1 +LQ06X002690 Putative uncharacterized protein 7.846056606 L4_control_A2 +LQ06X002690 Putative uncharacterized protein 9.118994753 L4_control_A3 +LQ06X002690 Putative uncharacterized protein 7.4217411 L4_control_B1 +LQ06X002690 Putative uncharacterized protein 7.526381481 L4_control_B2 +LQ06X002690 Putative uncharacterized protein 9.252349137 L4_control_B3 +LQ06X002690 Putative uncharacterized protein 6.581612242 L4_control_C2 +LQ06X002690 Putative uncharacterized protein 7.575922194 L4_control_C3 +LQ06X002690 Putative uncharacterized protein 8.449551929 L4_chemical_A1 +LQ06X002690 Putative uncharacterized protein 6.85373196 L4_chemical_A2 +LQ06X002690 Putative uncharacterized protein 8.721225842 L4_chemical_A3 +LQ06X002690 Putative uncharacterized protein 6.700602733 L4_chemical_B1 +LQ06X002690 Putative uncharacterized protein 6.618154883 L4_chemical_B2 +LQ06X002690 Putative uncharacterized protein 8.794478802 L4_chemical_B3 +LQ06X002690 Putative uncharacterized protein 6.765354995 L4_chemical_C2 +LQ06X002690 Putative uncharacterized protein 8.021615322 L4_chemical_C3 +LQ06X002710 Putative Patatin group A-3 13.10266284 C6_control_A1 +LQ06X002710 Putative Patatin group A-3 13.49532981 C6_control_A3 +LQ06X002710 Putative Patatin group A-3 12.95551934 C6_control_B1 +LQ06X002710 Putative Patatin group A-3 11.30875868 C6_control_B2 +LQ06X002710 Putative Patatin group A-3 11.7405398 C6_control_B3 +LQ06X002710 Putative Patatin group A-3 5.944734988 C6_control_C1 +LQ06X002710 Putative Patatin group A-3 5.812220075 C6_control_C2 +LQ06X002710 Putative Patatin group A-3 7.231324823 C6_control_C3 +LQ06X002710 Putative Patatin group A-3 12.63858479 C6_chemical_A1 +LQ06X002710 Putative Patatin group A-3 13.56035196 C6_chemical_A3 +LQ06X002710 Putative Patatin group A-3 12.1511024 C6_chemical_B1 +LQ06X002710 Putative Patatin group A-3 10.89821515 C6_chemical_B2 +LQ06X002710 Putative Patatin group A-3 11.45525968 C6_chemical_B3 +LQ06X002710 Putative Patatin group A-3 5.865118596 C6_chemical_C1 +LQ06X002710 Putative Patatin group A-3 5.528452111 C6_chemical_C2 +LQ06X002710 Putative Patatin group A-3 6.848631713 C6_chemical_C3 +LQ06X002710 Putative Patatin group A-3 12.52536467 L4_control_A1 +LQ06X002710 Putative Patatin group A-3 12.34205432 L4_control_A2 +LQ06X002710 Putative Patatin group A-3 12.72093315 L4_control_A3 +LQ06X002710 Putative Patatin group A-3 11.34120509 L4_control_B1 +LQ06X002710 Putative Patatin group A-3 11.60213493 L4_control_B2 +LQ06X002710 Putative Patatin group A-3 9.32547494 L4_control_B3 +LQ06X002710 Putative Patatin group A-3 5.381789939 L4_control_C2 +LQ06X002710 Putative Patatin group A-3 6.593619513 L4_control_C3 +LQ06X002710 Putative Patatin group A-3 11.1943015 L4_chemical_A1 +LQ06X002710 Putative Patatin group A-3 10.88984367 L4_chemical_A2 +LQ06X002710 Putative Patatin group A-3 12.36979065 L4_chemical_A3 +LQ06X002710 Putative Patatin group A-3 11.35089737 L4_chemical_B1 +LQ06X002710 Putative Patatin group A-3 11.52455046 L4_chemical_B2 +LQ06X002710 Putative Patatin group A-3 12.39794023 L4_chemical_B3 +LQ06X002710 Putative Patatin group A-3 6.460135714 L4_chemical_C2 +LQ06X002710 Putative Patatin group A-3 6.136598557 L4_chemical_C3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.84945752 C6_control_A1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 6.336193019 C6_control_A3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 6.79816252 C6_control_B1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.960539421 C6_control_B2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.936822425 C6_control_B3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.685988419 C6_control_C1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.558340776 C6_control_C2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.586590536 C6_control_C3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 6.021381284 C6_chemical_A1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 6.408698187 C6_chemical_A3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 6.35656497 C6_chemical_B1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 6.090305798 C6_chemical_B2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.521692675 C6_chemical_B3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.636469889 C6_chemical_C1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.53264735 C6_chemical_C2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.315117767 C6_chemical_C3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.543822412 L4_control_A1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.954131945 L4_control_A2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 7.025710668 L4_control_A3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.144641685 L4_control_B1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.099380892 L4_control_B2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.701138105 L4_control_B3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.64278153 L4_control_C2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.442701265 L4_control_C3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.736088725 L4_chemical_A1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.567338812 L4_chemical_A2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.779357353 L4_chemical_A3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 6.140342354 L4_chemical_B1 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.598895411 L4_chemical_B2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.634449551 L4_chemical_B3 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.612600686 L4_chemical_C2 +LQ06X002750 Putative Fatty acid 2-hydroxylase 5.519313561 L4_chemical_C3 +LQ06X002800 Hypothetical protein 4.772278766 C6_control_A1 +LQ06X002800 Hypothetical protein 4.480296199 C6_control_A3 +LQ06X002800 Hypothetical protein 4.691354651 C6_control_B1 +LQ06X002800 Hypothetical protein 4.795815589 C6_control_B2 +LQ06X002800 Hypothetical protein 4.638785442 C6_control_B3 +LQ06X002800 Hypothetical protein 4.985932503 C6_control_C1 +LQ06X002800 Hypothetical protein 4.789593973 C6_control_C2 +LQ06X002800 Hypothetical protein 4.871224189 C6_control_C3 +LQ06X002800 Hypothetical protein 4.835580054 C6_chemical_A1 +LQ06X002800 Hypothetical protein 4.5055801 C6_chemical_A3 +LQ06X002800 Hypothetical protein 4.753427162 C6_chemical_B1 +LQ06X002800 Hypothetical protein 4.732998496 C6_chemical_B2 +LQ06X002800 Hypothetical protein 4.821607714 C6_chemical_B3 +LQ06X002800 Hypothetical protein 5.126514684 C6_chemical_C1 +LQ06X002800 Hypothetical protein 4.79185907 C6_chemical_C2 +LQ06X002800 Hypothetical protein 4.794207658 C6_chemical_C3 +LQ06X002800 Hypothetical protein 4.626259078 L4_control_A1 +LQ06X002800 Hypothetical protein 4.786173002 L4_control_A2 +LQ06X002800 Hypothetical protein 4.765501685 L4_control_A3 +LQ06X002800 Hypothetical protein 5.040614999 L4_control_B1 +LQ06X002800 Hypothetical protein 4.930674734 L4_control_B2 +LQ06X002800 Hypothetical protein 4.743057449 L4_control_B3 +LQ06X002800 Hypothetical protein 5.399379154 L4_control_C2 +LQ06X002800 Hypothetical protein 5.179535063 L4_control_C3 +LQ06X002800 Hypothetical protein 4.709624472 L4_chemical_A1 +LQ06X002800 Hypothetical protein 4.541629701 L4_chemical_A2 +LQ06X002800 Hypothetical protein 4.860782968 L4_chemical_A3 +LQ06X002800 Hypothetical protein 5.051987554 L4_chemical_B1 +LQ06X002800 Hypothetical protein 4.538598785 L4_chemical_B2 +LQ06X002800 Hypothetical protein 4.589903694 L4_chemical_B3 +LQ06X002800 Hypothetical protein 5.36925607 L4_chemical_C2 +LQ06X002800 Hypothetical protein 4.746614003 L4_chemical_C3 +LQ06X002810 TMV resistance protein N, putative 7.922815307 C6_control_A1 +LQ06X002810 TMV resistance protein N, putative 6.557472542 C6_control_A3 +LQ06X002810 TMV resistance protein N, putative 8.834244245 C6_control_B1 +LQ06X002810 TMV resistance protein N, putative 8.838972038 C6_control_B2 +LQ06X002810 TMV resistance protein N, putative 8.639581267 C6_control_B3 +LQ06X002810 TMV resistance protein N, putative 9.051884799 C6_control_C1 +LQ06X002810 TMV resistance protein N, putative 9.531664926 C6_control_C2 +LQ06X002810 TMV resistance protein N, putative 9.78050104 C6_control_C3 +LQ06X002810 TMV resistance protein N, putative 7.597945885 C6_chemical_A1 +LQ06X002810 TMV resistance protein N, putative 6.748340083 C6_chemical_A3 +LQ06X002810 TMV resistance protein N, putative 8.621093388 C6_chemical_B1 +LQ06X002810 TMV resistance protein N, putative 8.804714905 C6_chemical_B2 +LQ06X002810 TMV resistance protein N, putative 9.285294476 C6_chemical_B3 +LQ06X002810 TMV resistance protein N, putative 8.690875732 C6_chemical_C1 +LQ06X002810 TMV resistance protein N, putative 8.541910558 C6_chemical_C2 +LQ06X002810 TMV resistance protein N, putative 9.981497051 C6_chemical_C3 +LQ06X002810 TMV resistance protein N, putative 8.020441591 L4_control_A1 +LQ06X002810 TMV resistance protein N, putative 8.110692497 L4_control_A2 +LQ06X002810 TMV resistance protein N, putative 8.398617727 L4_control_A3 +LQ06X002810 TMV resistance protein N, putative 8.076021341 L4_control_B1 +LQ06X002810 TMV resistance protein N, putative 8.121749281 L4_control_B2 +LQ06X002810 TMV resistance protein N, putative 8.832862695 L4_control_B3 +LQ06X002810 TMV resistance protein N, putative 8.534325833 L4_control_C2 +LQ06X002810 TMV resistance protein N, putative 7.005751573 L4_control_C3 +LQ06X002810 TMV resistance protein N, putative 9.647743144 L4_chemical_A1 +LQ06X002810 TMV resistance protein N, putative 8.675779509 L4_chemical_A2 +LQ06X002810 TMV resistance protein N, putative 9.08300073 L4_chemical_A3 +LQ06X002810 TMV resistance protein N, putative 9.351775 L4_chemical_B1 +LQ06X002810 TMV resistance protein N, putative 8.68300051 L4_chemical_B2 +LQ06X002810 TMV resistance protein N, putative 8.242826513 L4_chemical_B3 +LQ06X002810 TMV resistance protein N, putative 7.059327008 L4_chemical_C2 +LQ06X002810 TMV resistance protein N, putative 5.941209629 L4_chemical_C3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.218953791 C6_control_A1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.320090408 C6_control_A3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.110497833 C6_control_B1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.982560554 C6_control_B2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.684625027 C6_control_B3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.338572944 C6_control_C1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.01222433 C6_control_C2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.585796104 C6_control_C3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.293797276 C6_chemical_A1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.110023629 C6_chemical_A3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 4.984474631 C6_chemical_B1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.771379993 C6_chemical_B2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.288688953 C6_chemical_B3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.072245937 C6_chemical_C1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.166183533 C6_chemical_C2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.510207637 C6_chemical_C3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.230328711 L4_control_A1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.738737052 L4_control_A2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.609013697 L4_control_A3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.730613586 L4_control_B1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.598447064 L4_control_B2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 6.053274325 L4_control_B3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 4.890402384 L4_control_C2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.721880772 L4_control_C3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.052121244 L4_chemical_A1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.010438632 L4_chemical_A2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.220107444 L4_chemical_A3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.134312124 L4_chemical_B1 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.398771165 L4_chemical_B2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.540792873 L4_chemical_B3 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.348902397 L4_chemical_C2 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.042508085 L4_chemical_C3 +LQ06X002920 Putative Disease resistance protein RPS5 5.260489269 C6_control_A1 +LQ06X002920 Putative Disease resistance protein RPS5 4.994482129 C6_control_A3 +LQ06X002920 Putative Disease resistance protein RPS5 5.72647561 C6_control_B1 +LQ06X002920 Putative Disease resistance protein RPS5 5.092299652 C6_control_B2 +LQ06X002920 Putative Disease resistance protein RPS5 5.084494847 C6_control_B3 +LQ06X002920 Putative Disease resistance protein RPS5 5.234257312 C6_control_C1 +LQ06X002920 Putative Disease resistance protein RPS5 5.188957195 C6_control_C2 +LQ06X002920 Putative Disease resistance protein RPS5 5.145546769 C6_control_C3 +LQ06X002920 Putative Disease resistance protein RPS5 5.339360029 C6_chemical_A1 +LQ06X002920 Putative Disease resistance protein RPS5 5.026077136 C6_chemical_A3 +LQ06X002920 Putative Disease resistance protein RPS5 5.687559715 C6_chemical_B1 +LQ06X002920 Putative Disease resistance protein RPS5 4.984133998 C6_chemical_B2 +LQ06X002920 Putative Disease resistance protein RPS5 5.057426392 C6_chemical_B3 +LQ06X002920 Putative Disease resistance protein RPS5 5.135305688 C6_chemical_C1 +LQ06X002920 Putative Disease resistance protein RPS5 5.414304176 C6_chemical_C2 +LQ06X002920 Putative Disease resistance protein RPS5 5.279034424 C6_chemical_C3 +LQ06X002920 Putative Disease resistance protein RPS5 4.777982928 L4_control_A1 +LQ06X002920 Putative Disease resistance protein RPS5 4.86751433 L4_control_A2 +LQ06X002920 Putative Disease resistance protein RPS5 4.867573433 L4_control_A3 +LQ06X002920 Putative Disease resistance protein RPS5 5.059876719 L4_control_B1 +LQ06X002920 Putative Disease resistance protein RPS5 5.336362385 L4_control_B2 +LQ06X002920 Putative Disease resistance protein RPS5 5.148473205 L4_control_B3 +LQ06X002920 Putative Disease resistance protein RPS5 4.997795731 L4_control_C2 +LQ06X002920 Putative Disease resistance protein RPS5 4.845783001 L4_control_C3 +LQ06X002920 Putative Disease resistance protein RPS5 5.024142661 L4_chemical_A1 +LQ06X002920 Putative Disease resistance protein RPS5 5.020291273 L4_chemical_A2 +LQ06X002920 Putative Disease resistance protein RPS5 5.157063463 L4_chemical_A3 +LQ06X002920 Putative Disease resistance protein RPS5 5.405328277 L4_chemical_B1 +LQ06X002920 Putative Disease resistance protein RPS5 5.22343459 L4_chemical_B2 +LQ06X002920 Putative Disease resistance protein RPS5 5.094912269 L4_chemical_B3 +LQ06X002920 Putative Disease resistance protein RPS5 4.974089646 L4_chemical_C2 +LQ06X002920 Putative Disease resistance protein RPS5 4.739896312 L4_chemical_C3 +LQ06X002940 Alpha-galactosidase 6.079607691 C6_control_A1 +LQ06X002940 Alpha-galactosidase 5.258300028 C6_control_A3 +LQ06X002940 Alpha-galactosidase 6.307695862 C6_control_B1 +LQ06X002940 Alpha-galactosidase 6.265737698 C6_control_B2 +LQ06X002940 Alpha-galactosidase 5.992728544 C6_control_B3 +LQ06X002940 Alpha-galactosidase 7.423480716 C6_control_C1 +LQ06X002940 Alpha-galactosidase 6.25517404 C6_control_C2 +LQ06X002940 Alpha-galactosidase 6.934952566 C6_control_C3 +LQ06X002940 Alpha-galactosidase 6.500670619 C6_chemical_A1 +LQ06X002940 Alpha-galactosidase 6.074646796 C6_chemical_A3 +LQ06X002940 Alpha-galactosidase 5.998363658 C6_chemical_B1 +LQ06X002940 Alpha-galactosidase 6.216394518 C6_chemical_B2 +LQ06X002940 Alpha-galactosidase 5.8873099 C6_chemical_B3 +LQ06X002940 Alpha-galactosidase 7.220604275 C6_chemical_C1 +LQ06X002940 Alpha-galactosidase 6.466948843 C6_chemical_C2 +LQ06X002940 Alpha-galactosidase 7.301861611 C6_chemical_C3 +LQ06X002940 Alpha-galactosidase 6.918880472 L4_control_A1 +LQ06X002940 Alpha-galactosidase 6.18114619 L4_control_A2 +LQ06X002940 Alpha-galactosidase 6.13219792 L4_control_A3 +LQ06X002940 Alpha-galactosidase 6.935277081 L4_control_B1 +LQ06X002940 Alpha-galactosidase 6.790730595 L4_control_B2 +LQ06X002940 Alpha-galactosidase 7.833008678 L4_control_B3 +LQ06X002940 Alpha-galactosidase 8.817207076 L4_control_C2 +LQ06X002940 Alpha-galactosidase 8.270910424 L4_control_C3 +LQ06X002940 Alpha-galactosidase 6.75049505 L4_chemical_A1 +LQ06X002940 Alpha-galactosidase 6.583910623 L4_chemical_A2 +LQ06X002940 Alpha-galactosidase 6.038212834 L4_chemical_A3 +LQ06X002940 Alpha-galactosidase 6.89162093 L4_chemical_B1 +LQ06X002940 Alpha-galactosidase 6.627166346 L4_chemical_B2 +LQ06X002940 Alpha-galactosidase 6.979688644 L4_chemical_B3 +LQ06X002940 Alpha-galactosidase 9.107535568 L4_chemical_C2 +LQ06X002940 Alpha-galactosidase 8.876239657 L4_chemical_C3 +LQ06X002960 Hypothetical protein 10.63957717 C6_control_A1 +LQ06X002960 Hypothetical protein 11.48971257 C6_control_A3 +LQ06X002960 Hypothetical protein 9.683169134 C6_control_B1 +LQ06X002960 Hypothetical protein 10.24297656 C6_control_B2 +LQ06X002960 Hypothetical protein 9.746767572 C6_control_B3 +LQ06X002960 Hypothetical protein 10.80100723 C6_control_C1 +LQ06X002960 Hypothetical protein 11.10256673 C6_control_C2 +LQ06X002960 Hypothetical protein 10.90061741 C6_control_C3 +LQ06X002960 Hypothetical protein 10.15859562 C6_chemical_A1 +LQ06X002960 Hypothetical protein 10.8947665 C6_chemical_A3 +LQ06X002960 Hypothetical protein 9.379296115 C6_chemical_B1 +LQ06X002960 Hypothetical protein 9.698993347 C6_chemical_B2 +LQ06X002960 Hypothetical protein 9.825669754 C6_chemical_B3 +LQ06X002960 Hypothetical protein 10.86800359 C6_chemical_C1 +LQ06X002960 Hypothetical protein 11.02508827 C6_chemical_C2 +LQ06X002960 Hypothetical protein 10.44353019 C6_chemical_C3 +LQ06X002960 Hypothetical protein 11.30616904 L4_control_A1 +LQ06X002960 Hypothetical protein 11.22048674 L4_control_A2 +LQ06X002960 Hypothetical protein 11.82813347 L4_control_A3 +LQ06X002960 Hypothetical protein 10.62018188 L4_control_B1 +LQ06X002960 Hypothetical protein 9.609374407 L4_control_B2 +LQ06X002960 Hypothetical protein 10.2172463 L4_control_B3 +LQ06X002960 Hypothetical protein 10.34743102 L4_control_C2 +LQ06X002960 Hypothetical protein 9.843952103 L4_control_C3 +LQ06X002960 Hypothetical protein 11.92552452 L4_chemical_A1 +LQ06X002960 Hypothetical protein 11.33948072 L4_chemical_A2 +LQ06X002960 Hypothetical protein 11.51667566 L4_chemical_A3 +LQ06X002960 Hypothetical protein 10.73634429 L4_chemical_B1 +LQ06X002960 Hypothetical protein 9.97168914 L4_chemical_B2 +LQ06X002960 Hypothetical protein 10.12135764 L4_chemical_B3 +LQ06X002960 Hypothetical protein 10.71035122 L4_chemical_C2 +LQ06X002960 Hypothetical protein 10.42140937 L4_chemical_C3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.184759344 C6_control_A1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.282551913 C6_control_A3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.985786547 C6_control_B1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 4.939553262 C6_control_B2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.689425862 C6_control_B3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.413258356 C6_control_C1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.117460311 C6_control_C2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.679024881 C6_control_C3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.107356212 C6_chemical_A1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.358969662 C6_chemical_A3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.729135607 C6_chemical_B1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.267387867 C6_chemical_B2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.949314109 C6_chemical_B3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.604174565 C6_chemical_C1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.423199863 C6_chemical_C2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.62900492 C6_chemical_C3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.568135071 L4_control_A1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.234419645 L4_control_A2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.792493168 L4_control_A3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.212047328 L4_control_B1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.754900429 L4_control_B2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 4.965060123 L4_control_B3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.792947135 L4_control_C2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.646355249 L4_control_C3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.319129609 L4_chemical_A1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.314064908 L4_chemical_A2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.095662601 L4_chemical_A3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.212011372 L4_chemical_B1 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.511373859 L4_chemical_B2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.218761793 L4_chemical_B3 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.480599007 L4_chemical_C2 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 6.044759481 L4_chemical_C3 +LQ06X003090 Putative F-box family protein 10.19787473 C6_control_A1 +LQ06X003090 Putative F-box family protein 8.809523961 C6_control_A3 +LQ06X003090 Putative F-box family protein 9.906855713 C6_control_B1 +LQ06X003090 Putative F-box family protein 11.20904946 C6_control_B2 +LQ06X003090 Putative F-box family protein 9.861693099 C6_control_B3 +LQ06X003090 Putative F-box family protein 11.77754125 C6_control_C1 +LQ06X003090 Putative F-box family protein 11.4914267 C6_control_C2 +LQ06X003090 Putative F-box family protein 11.0792544 C6_control_C3 +LQ06X003090 Putative F-box family protein 10.25213815 C6_chemical_A1 +LQ06X003090 Putative F-box family protein 8.502906581 C6_chemical_A3 +LQ06X003090 Putative F-box family protein 10.18515563 C6_chemical_B1 +LQ06X003090 Putative F-box family protein 11.21035804 C6_chemical_B2 +LQ06X003090 Putative F-box family protein 9.246926108 C6_chemical_B3 +LQ06X003090 Putative F-box family protein 11.98060003 C6_chemical_C1 +LQ06X003090 Putative F-box family protein 11.89860343 C6_chemical_C2 +LQ06X003090 Putative F-box family protein 10.62749393 C6_chemical_C3 +LQ06X003090 Putative F-box family protein 7.485457235 L4_control_A1 +LQ06X003090 Putative F-box family protein 7.969376266 L4_control_A2 +LQ06X003090 Putative F-box family protein 6.122819319 L4_control_A3 +LQ06X003090 Putative F-box family protein 7.294169223 L4_control_B1 +LQ06X003090 Putative F-box family protein 6.909953923 L4_control_B2 +LQ06X003090 Putative F-box family protein 6.604606049 L4_control_B3 +LQ06X003090 Putative F-box family protein 7.274516419 L4_control_C2 +LQ06X003090 Putative F-box family protein 5.505134141 L4_control_C3 +LQ06X003090 Putative F-box family protein 7.990619712 L4_chemical_A1 +LQ06X003090 Putative F-box family protein 8.565776122 L4_chemical_A2 +LQ06X003090 Putative F-box family protein 6.159213153 L4_chemical_A3 +LQ06X003090 Putative F-box family protein 7.308874079 L4_chemical_B1 +LQ06X003090 Putative F-box family protein 7.428284025 L4_chemical_B2 +LQ06X003090 Putative F-box family protein 6.609801245 L4_chemical_B3 +LQ06X003090 Putative F-box family protein 7.781173824 L4_chemical_C2 +LQ06X003090 Putative F-box family protein 6.105342504 L4_chemical_C3 +LQ06X003100 Putative uncharacterized protein 12.16530501 C6_control_A1 +LQ06X003100 Putative uncharacterized protein 12.01341677 C6_control_A3 +LQ06X003100 Putative uncharacterized protein 12.8094616 C6_control_B1 +LQ06X003100 Putative uncharacterized protein 12.61408117 C6_control_B2 +LQ06X003100 Putative uncharacterized protein 12.88553441 C6_control_B3 +LQ06X003100 Putative uncharacterized protein 13.00428656 C6_control_C1 +LQ06X003100 Putative uncharacterized protein 12.90642857 C6_control_C2 +LQ06X003100 Putative uncharacterized protein 12.9804147 C6_control_C3 +LQ06X003100 Putative uncharacterized protein 12.38353607 C6_chemical_A1 +LQ06X003100 Putative uncharacterized protein 11.93778332 C6_chemical_A3 +LQ06X003100 Putative uncharacterized protein 13.10983168 C6_chemical_B1 +LQ06X003100 Putative uncharacterized protein 12.51444909 C6_chemical_B2 +LQ06X003100 Putative uncharacterized protein 12.57729614 C6_chemical_B3 +LQ06X003100 Putative uncharacterized protein 12.9914772 C6_chemical_C1 +LQ06X003100 Putative uncharacterized protein 13.25283884 C6_chemical_C2 +LQ06X003100 Putative uncharacterized protein 13.00920589 C6_chemical_C3 +LQ06X003100 Putative uncharacterized protein 11.88705493 L4_control_A1 +LQ06X003100 Putative uncharacterized protein 12.01345183 L4_control_A2 +LQ06X003100 Putative uncharacterized protein 11.86852541 L4_control_A3 +LQ06X003100 Putative uncharacterized protein 12.46055624 L4_control_B1 +LQ06X003100 Putative uncharacterized protein 12.93587883 L4_control_B2 +LQ06X003100 Putative uncharacterized protein 12.22627886 L4_control_B3 +LQ06X003100 Putative uncharacterized protein 14.1210583 L4_control_C2 +LQ06X003100 Putative uncharacterized protein 13.77632203 L4_control_C3 +LQ06X003100 Putative uncharacterized protein 11.8070222 L4_chemical_A1 +LQ06X003100 Putative uncharacterized protein 12.3639626 L4_chemical_A2 +LQ06X003100 Putative uncharacterized protein 11.89419383 L4_chemical_A3 +LQ06X003100 Putative uncharacterized protein 13.03368165 L4_chemical_B1 +LQ06X003100 Putative uncharacterized protein 13.630633 L4_chemical_B2 +LQ06X003100 Putative uncharacterized protein 12.08549579 L4_chemical_B3 +LQ06X003100 Putative uncharacterized protein 14.01986391 L4_chemical_C2 +LQ06X003100 Putative uncharacterized protein 13.80406151 L4_chemical_C3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.57922603 C6_control_A1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.71913523 C6_control_A3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.57797485 C6_control_B1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.86939544 C6_control_B2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.4227554 C6_control_B3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 11.20519494 C6_control_C1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 11.12843676 C6_control_C2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.78926899 C6_control_C3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.34338862 C6_chemical_A1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.6842289 C6_chemical_A3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.38578909 C6_chemical_B1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 11.08681424 C6_chemical_B2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.48884374 C6_chemical_B3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 11.26208626 C6_chemical_C1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 11.08359256 C6_chemical_C2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 11.13877699 C6_chemical_C3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 9.614351046 L4_control_A1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.48931541 L4_control_A2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 8.643387951 L4_control_A3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.26079349 L4_control_B1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.67496165 L4_control_B2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.6342768 L4_control_B3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.25492571 L4_control_C2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.97582041 L4_control_C3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 9.687954012 L4_chemical_A1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.34704491 L4_chemical_A2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 7.605236223 L4_chemical_A3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 9.733669909 L4_chemical_B1 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.45670104 L4_chemical_B2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.25632846 L4_chemical_B3 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.39162448 L4_chemical_C2 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.83864248 L4_chemical_C3 +LQ06X003130 Putative uncharacterized protein 4.89849638 C6_control_A1 +LQ06X003130 Putative uncharacterized protein 4.716029508 C6_control_A3 +LQ06X003130 Putative uncharacterized protein 4.6857702 C6_control_B1 +LQ06X003130 Putative uncharacterized protein 4.842105198 C6_control_B2 +LQ06X003130 Putative uncharacterized protein 4.726321503 C6_control_B3 +LQ06X003130 Putative uncharacterized protein 4.94544424 C6_control_C1 +LQ06X003130 Putative uncharacterized protein 4.898805592 C6_control_C2 +LQ06X003130 Putative uncharacterized protein 5.043804081 C6_control_C3 +LQ06X003130 Putative uncharacterized protein 4.924248493 C6_chemical_A1 +LQ06X003130 Putative uncharacterized protein 4.726515034 C6_chemical_A3 +LQ06X003130 Putative uncharacterized protein 5.042077579 C6_chemical_B1 +LQ06X003130 Putative uncharacterized protein 4.768412168 C6_chemical_B2 +LQ06X003130 Putative uncharacterized protein 4.999757403 C6_chemical_B3 +LQ06X003130 Putative uncharacterized protein 4.952948589 C6_chemical_C1 +LQ06X003130 Putative uncharacterized protein 4.826339237 C6_chemical_C2 +LQ06X003130 Putative uncharacterized protein 4.992801584 C6_chemical_C3 +LQ06X003130 Putative uncharacterized protein 4.556271477 L4_control_A1 +LQ06X003130 Putative uncharacterized protein 4.771905125 L4_control_A2 +LQ06X003130 Putative uncharacterized protein 4.666659942 L4_control_A3 +LQ06X003130 Putative uncharacterized protein 5.17076606 L4_control_B1 +LQ06X003130 Putative uncharacterized protein 5.328648453 L4_control_B2 +LQ06X003130 Putative uncharacterized protein 4.689707144 L4_control_B3 +LQ06X003130 Putative uncharacterized protein 5.281576414 L4_control_C2 +LQ06X003130 Putative uncharacterized protein 4.688659823 L4_control_C3 +LQ06X003130 Putative uncharacterized protein 4.594453341 L4_chemical_A1 +LQ06X003130 Putative uncharacterized protein 4.61379055 L4_chemical_A2 +LQ06X003130 Putative uncharacterized protein 5.036834615 L4_chemical_A3 +LQ06X003130 Putative uncharacterized protein 4.740231207 L4_chemical_B1 +LQ06X003130 Putative uncharacterized protein 5.079430812 L4_chemical_B2 +LQ06X003130 Putative uncharacterized protein 4.829327218 L4_chemical_B3 +LQ06X003130 Putative uncharacterized protein 5.343714438 L4_chemical_C2 +LQ06X003130 Putative uncharacterized protein 5.026968449 L4_chemical_C3 +LQ06X003140 Predicted protein 5.896196114 C6_control_A1 +LQ06X003140 Predicted protein 6.606021915 C6_control_A3 +LQ06X003140 Predicted protein 5.704888303 C6_control_B1 +LQ06X003140 Predicted protein 5.690390188 C6_control_B2 +LQ06X003140 Predicted protein 5.660501555 C6_control_B3 +LQ06X003140 Predicted protein 6.123148446 C6_control_C1 +LQ06X003140 Predicted protein 7.025476411 C6_control_C2 +LQ06X003140 Predicted protein 5.224794669 C6_control_C3 +LQ06X003140 Predicted protein 5.397358718 C6_chemical_A1 +LQ06X003140 Predicted protein 5.271668515 C6_chemical_A3 +LQ06X003140 Predicted protein 4.875778818 C6_chemical_B1 +LQ06X003140 Predicted protein 5.508067123 C6_chemical_B2 +LQ06X003140 Predicted protein 5.040672158 C6_chemical_B3 +LQ06X003140 Predicted protein 6.098676683 C6_chemical_C1 +LQ06X003140 Predicted protein 5.623466126 C6_chemical_C2 +LQ06X003140 Predicted protein 5.378000951 C6_chemical_C3 +LQ06X003140 Predicted protein 5.28966053 L4_control_A1 +LQ06X003140 Predicted protein 5.787425968 L4_control_A2 +LQ06X003140 Predicted protein 5.088619967 L4_control_A3 +LQ06X003140 Predicted protein 5.548419266 L4_control_B1 +LQ06X003140 Predicted protein 5.595939184 L4_control_B2 +LQ06X003140 Predicted protein 5.239886831 L4_control_B3 +LQ06X003140 Predicted protein 5.948341767 L4_control_C2 +LQ06X003140 Predicted protein 5.471964243 L4_control_C3 +LQ06X003140 Predicted protein 5.781538013 L4_chemical_A1 +LQ06X003140 Predicted protein 5.42875259 L4_chemical_A2 +LQ06X003140 Predicted protein 5.065738148 L4_chemical_A3 +LQ06X003140 Predicted protein 6.026305185 L4_chemical_B1 +LQ06X003140 Predicted protein 5.358985612 L4_chemical_B2 +LQ06X003140 Predicted protein 5.284473166 L4_chemical_B3 +LQ06X003140 Predicted protein 5.326218673 L4_chemical_C2 +LQ06X003140 Predicted protein 5.686427137 L4_chemical_C3 +LQ06X003160 Putative Checkpoint protein HUS1 11.09675908 C6_control_A1 +LQ06X003160 Putative Checkpoint protein HUS1 10.85950945 C6_control_A3 +LQ06X003160 Putative Checkpoint protein HUS1 10.23889835 C6_control_B1 +LQ06X003160 Putative Checkpoint protein HUS1 10.23615651 C6_control_B2 +LQ06X003160 Putative Checkpoint protein HUS1 10.3557185 C6_control_B3 +LQ06X003160 Putative Checkpoint protein HUS1 10.2984685 C6_control_C1 +LQ06X003160 Putative Checkpoint protein HUS1 10.37519827 C6_control_C2 +LQ06X003160 Putative Checkpoint protein HUS1 10.14575492 C6_control_C3 +LQ06X003160 Putative Checkpoint protein HUS1 10.40704429 C6_chemical_A1 +LQ06X003160 Putative Checkpoint protein HUS1 10.32726373 C6_chemical_A3 +LQ06X003160 Putative Checkpoint protein HUS1 9.707102905 C6_chemical_B1 +LQ06X003160 Putative Checkpoint protein HUS1 10.02941221 C6_chemical_B2 +LQ06X003160 Putative Checkpoint protein HUS1 9.981584452 C6_chemical_B3 +LQ06X003160 Putative Checkpoint protein HUS1 10.19365735 C6_chemical_C1 +LQ06X003160 Putative Checkpoint protein HUS1 9.905779569 C6_chemical_C2 +LQ06X003160 Putative Checkpoint protein HUS1 10.29354506 C6_chemical_C3 +LQ06X003160 Putative Checkpoint protein HUS1 10.81461423 L4_control_A1 +LQ06X003160 Putative Checkpoint protein HUS1 10.37788745 L4_control_A2 +LQ06X003160 Putative Checkpoint protein HUS1 10.81165017 L4_control_A3 +LQ06X003160 Putative Checkpoint protein HUS1 9.264249715 L4_control_B1 +LQ06X003160 Putative Checkpoint protein HUS1 9.824953832 L4_control_B2 +LQ06X003160 Putative Checkpoint protein HUS1 9.989454884 L4_control_B3 +LQ06X003160 Putative Checkpoint protein HUS1 9.988800305 L4_control_C2 +LQ06X003160 Putative Checkpoint protein HUS1 9.945548912 L4_control_C3 +LQ06X003160 Putative Checkpoint protein HUS1 9.828616682 L4_chemical_A1 +LQ06X003160 Putative Checkpoint protein HUS1 9.605629359 L4_chemical_A2 +LQ06X003160 Putative Checkpoint protein HUS1 10.62652948 L4_chemical_A3 +LQ06X003160 Putative Checkpoint protein HUS1 9.582856602 L4_chemical_B1 +LQ06X003160 Putative Checkpoint protein HUS1 9.991583129 L4_chemical_B2 +LQ06X003160 Putative Checkpoint protein HUS1 9.980190309 L4_chemical_B3 +LQ06X003160 Putative Checkpoint protein HUS1 10.16096202 L4_chemical_C2 +LQ06X003160 Putative Checkpoint protein HUS1 10.32926246 L4_chemical_C3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.592266163 C6_control_A1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 6.243406517 C6_control_A3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.58357295 C6_control_B1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.641582018 C6_control_B2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.190598372 C6_control_B3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 6.120256773 C6_control_C1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 6.100635839 C6_control_C2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.655193545 C6_control_C3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.794315314 C6_chemical_A1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.577892356 C6_chemical_A3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 6.325299418 C6_chemical_B1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.618725106 C6_chemical_B2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.428352854 C6_chemical_B3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.874667222 C6_chemical_C1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.873361566 C6_chemical_C2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 6.09343004 C6_chemical_C3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.700800808 L4_control_A1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.543450811 L4_control_A2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.278171057 L4_control_A3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 6.171155325 L4_control_B1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.98777454 L4_control_B2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.382967051 L4_control_B3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.36441496 L4_control_C2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.589135259 L4_control_C3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.621558317 L4_chemical_A1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.544500786 L4_chemical_A2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.635375818 L4_chemical_A3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.852144201 L4_chemical_B1 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.433091584 L4_chemical_B2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.164575615 L4_chemical_B3 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.487962576 L4_chemical_C2 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.903454554 L4_chemical_C3 +LQ06X003200 Putative Haloalkane dehalogenase 12.38318303 C6_control_A1 +LQ06X003200 Putative Haloalkane dehalogenase 10.957538 C6_control_A3 +LQ06X003200 Putative Haloalkane dehalogenase 13.56350985 C6_control_B1 +LQ06X003200 Putative Haloalkane dehalogenase 13.66671906 C6_control_B2 +LQ06X003200 Putative Haloalkane dehalogenase 13.63490984 C6_control_B3 +LQ06X003200 Putative Haloalkane dehalogenase 14.71371818 C6_control_C1 +LQ06X003200 Putative Haloalkane dehalogenase 14.76602282 C6_control_C2 +LQ06X003200 Putative Haloalkane dehalogenase 14.64423342 C6_control_C3 +LQ06X003200 Putative Haloalkane dehalogenase 12.40722392 C6_chemical_A1 +LQ06X003200 Putative Haloalkane dehalogenase 11.17579783 C6_chemical_A3 +LQ06X003200 Putative Haloalkane dehalogenase 13.97590795 C6_chemical_B1 +LQ06X003200 Putative Haloalkane dehalogenase 14.41560028 C6_chemical_B2 +LQ06X003200 Putative Haloalkane dehalogenase 13.80182758 C6_chemical_B3 +LQ06X003200 Putative Haloalkane dehalogenase 14.74586333 C6_chemical_C1 +LQ06X003200 Putative Haloalkane dehalogenase 14.64059575 C6_chemical_C2 +LQ06X003200 Putative Haloalkane dehalogenase 14.85421492 C6_chemical_C3 +LQ06X003200 Putative Haloalkane dehalogenase 11.00491861 L4_control_A1 +LQ06X003200 Putative Haloalkane dehalogenase 11.46216696 L4_control_A2 +LQ06X003200 Putative Haloalkane dehalogenase 10.34986269 L4_control_A3 +LQ06X003200 Putative Haloalkane dehalogenase 13.64013353 L4_control_B1 +LQ06X003200 Putative Haloalkane dehalogenase 13.3436036 L4_control_B2 +LQ06X003200 Putative Haloalkane dehalogenase 13.76599921 L4_control_B3 +LQ06X003200 Putative Haloalkane dehalogenase 14.83067277 L4_control_C2 +LQ06X003200 Putative Haloalkane dehalogenase 14.33986104 L4_control_C3 +LQ06X003200 Putative Haloalkane dehalogenase 10.45691251 L4_chemical_A1 +LQ06X003200 Putative Haloalkane dehalogenase 11.16598437 L4_chemical_A2 +LQ06X003200 Putative Haloalkane dehalogenase 9.89272305 L4_chemical_A3 +LQ06X003200 Putative Haloalkane dehalogenase 13.01082515 L4_chemical_B1 +LQ06X003200 Putative Haloalkane dehalogenase 13.03328666 L4_chemical_B2 +LQ06X003200 Putative Haloalkane dehalogenase 12.60325058 L4_chemical_B3 +LQ06X003200 Putative Haloalkane dehalogenase 14.8384467 L4_chemical_C2 +LQ06X003200 Putative Haloalkane dehalogenase 14.57373467 L4_chemical_C3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.7090482 C6_control_A1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.71931099 C6_control_A3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.96320592 C6_control_B1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.71119291 C6_control_B2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.69824026 C6_control_B3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.89145831 C6_control_C1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.92619447 C6_control_C2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.17748833 C6_control_C3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.20877541 C6_chemical_A1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.23384559 C6_chemical_A3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.31661882 C6_chemical_B1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.36283703 C6_chemical_B2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.53674738 C6_chemical_B3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.86488432 C6_chemical_C1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.77922941 C6_chemical_C2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.47161503 C6_chemical_C3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.78697183 L4_control_A1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.10143122 L4_control_A2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.52290682 L4_control_A3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.35006464 L4_control_B1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.69349123 L4_control_B2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.38031541 L4_control_B3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.53606243 L4_control_C2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 10.81574104 L4_control_C3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.91462803 L4_chemical_A1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.5740704 L4_chemical_A2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.58084937 L4_chemical_A3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.51184042 L4_chemical_B1 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.70175256 L4_chemical_B2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.82057711 L4_chemical_B3 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 11.2292969 L4_chemical_C2 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 10.83175736 L4_chemical_C3 +LQ06X003260 Putative uncharacterized protein 5.184269083 C6_control_A1 +LQ06X003260 Putative uncharacterized protein 5.088365832 C6_control_A3 +LQ06X003260 Putative uncharacterized protein 5.494574955 C6_control_B1 +LQ06X003260 Putative uncharacterized protein 5.265839057 C6_control_B2 +LQ06X003260 Putative uncharacterized protein 5.712885019 C6_control_B3 +LQ06X003260 Putative uncharacterized protein 5.034099181 C6_control_C1 +LQ06X003260 Putative uncharacterized protein 5.54551034 C6_control_C2 +LQ06X003260 Putative uncharacterized protein 5.346154796 C6_control_C3 +LQ06X003260 Putative uncharacterized protein 5.035051334 C6_chemical_A1 +LQ06X003260 Putative uncharacterized protein 5.45615303 C6_chemical_A3 +LQ06X003260 Putative uncharacterized protein 4.974917461 C6_chemical_B1 +LQ06X003260 Putative uncharacterized protein 5.358212926 C6_chemical_B2 +LQ06X003260 Putative uncharacterized protein 5.136303028 C6_chemical_B3 +LQ06X003260 Putative uncharacterized protein 4.916105892 C6_chemical_C1 +LQ06X003260 Putative uncharacterized protein 5.259951624 C6_chemical_C2 +LQ06X003260 Putative uncharacterized protein 5.527790582 C6_chemical_C3 +LQ06X003260 Putative uncharacterized protein 4.909292779 L4_control_A1 +LQ06X003260 Putative uncharacterized protein 5.467553718 L4_control_A2 +LQ06X003260 Putative uncharacterized protein 4.863008612 L4_control_A3 +LQ06X003260 Putative uncharacterized protein 4.953639765 L4_control_B1 +LQ06X003260 Putative uncharacterized protein 5.479790495 L4_control_B2 +LQ06X003260 Putative uncharacterized protein 5.20911888 L4_control_B3 +LQ06X003260 Putative uncharacterized protein 5.039398792 L4_control_C2 +LQ06X003260 Putative uncharacterized protein 5.091781601 L4_control_C3 +LQ06X003260 Putative uncharacterized protein 5.346821904 L4_chemical_A1 +LQ06X003260 Putative uncharacterized protein 5.106022364 L4_chemical_A2 +LQ06X003260 Putative uncharacterized protein 5.023618807 L4_chemical_A3 +LQ06X003260 Putative uncharacterized protein 5.265621748 L4_chemical_B1 +LQ06X003260 Putative uncharacterized protein 5.134032965 L4_chemical_B2 +LQ06X003260 Putative uncharacterized protein 5.075733091 L4_chemical_B3 +LQ06X003260 Putative uncharacterized protein 5.021972521 L4_chemical_C2 +LQ06X003260 Putative uncharacterized protein 5.180764617 L4_chemical_C3 +LQ06X003330 Glycerol kinase 5.529448361 C6_control_A1 +LQ06X003330 Glycerol kinase 5.165710849 C6_control_A3 +LQ06X003330 Glycerol kinase 5.373414089 C6_control_B1 +LQ06X003330 Glycerol kinase 5.230732885 C6_control_B2 +LQ06X003330 Glycerol kinase 5.911358643 C6_control_B3 +LQ06X003330 Glycerol kinase 5.477956539 C6_control_C1 +LQ06X003330 Glycerol kinase 5.618960314 C6_control_C2 +LQ06X003330 Glycerol kinase 5.595904475 C6_control_C3 +LQ06X003330 Glycerol kinase 5.206005795 C6_chemical_A1 +LQ06X003330 Glycerol kinase 5.253397678 C6_chemical_A3 +LQ06X003330 Glycerol kinase 6.463589535 C6_chemical_B1 +LQ06X003330 Glycerol kinase 5.525323275 C6_chemical_B2 +LQ06X003330 Glycerol kinase 5.273623784 C6_chemical_B3 +LQ06X003330 Glycerol kinase 5.270271913 C6_chemical_C1 +LQ06X003330 Glycerol kinase 5.315098541 C6_chemical_C2 +LQ06X003330 Glycerol kinase 5.798182098 C6_chemical_C3 +LQ06X003330 Glycerol kinase 5.735104702 L4_control_A1 +LQ06X003330 Glycerol kinase 5.224251455 L4_control_A2 +LQ06X003330 Glycerol kinase 5.087114635 L4_control_A3 +LQ06X003330 Glycerol kinase 5.188062246 L4_control_B1 +LQ06X003330 Glycerol kinase 5.500980647 L4_control_B2 +LQ06X003330 Glycerol kinase 5.843055202 L4_control_B3 +LQ06X003330 Glycerol kinase 5.86136388 L4_control_C2 +LQ06X003330 Glycerol kinase 5.381160046 L4_control_C3 +LQ06X003330 Glycerol kinase 5.678551258 L4_chemical_A1 +LQ06X003330 Glycerol kinase 5.495030406 L4_chemical_A2 +LQ06X003330 Glycerol kinase 5.31455619 L4_chemical_A3 +LQ06X003330 Glycerol kinase 5.351000239 L4_chemical_B1 +LQ06X003330 Glycerol kinase 5.646312024 L4_chemical_B2 +LQ06X003330 Glycerol kinase 5.439095055 L4_chemical_B3 +LQ06X003330 Glycerol kinase 4.967960389 L4_chemical_C2 +LQ06X003330 Glycerol kinase 5.968340581 L4_chemical_C3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.49153793 C6_control_A1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 10.78000694 C6_control_A3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.47609624 C6_control_B1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.31420673 C6_control_B2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.73142747 C6_control_B3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.02398128 C6_control_C1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.89791891 C6_control_C2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.65930751 C6_control_C3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.88343513 C6_chemical_A1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.21479095 C6_chemical_A3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.01752698 C6_chemical_B1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.83000524 C6_chemical_B2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.95155402 C6_chemical_B3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.2467771 C6_chemical_C1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.16478831 C6_chemical_C2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.39111246 C6_chemical_C3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.71478888 L4_control_A1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.70315726 L4_control_A2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.28115412 L4_control_A3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.24779583 L4_control_B1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.05161789 L4_control_B2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.84769405 L4_control_B3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.78888124 L4_control_C2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.31560767 L4_control_C3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.12294831 L4_chemical_A1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.48335975 L4_chemical_A2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.72277196 L4_chemical_A3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 10.42906581 L4_chemical_B1 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.46917522 L4_chemical_B2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.15168593 L4_chemical_B3 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.8577403 L4_chemical_C2 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 12.07676697 L4_chemical_C3 +LQ06X003360 Putative Protein SRG1 12.95983383 C6_control_A1 +LQ06X003360 Putative Protein SRG1 13.15736513 C6_control_A3 +LQ06X003360 Putative Protein SRG1 14.51227639 C6_control_B1 +LQ06X003360 Putative Protein SRG1 15.17787184 C6_control_B2 +LQ06X003360 Putative Protein SRG1 14.96713534 C6_control_B3 +LQ06X003360 Putative Protein SRG1 15.03173907 C6_control_C1 +LQ06X003360 Putative Protein SRG1 15.6195023 C6_control_C2 +LQ06X003360 Putative Protein SRG1 15.58400593 C6_control_C3 +LQ06X003360 Putative Protein SRG1 12.34680123 C6_chemical_A1 +LQ06X003360 Putative Protein SRG1 12.99929804 C6_chemical_A3 +LQ06X003360 Putative Protein SRG1 14.33033846 C6_chemical_B1 +LQ06X003360 Putative Protein SRG1 14.44290486 C6_chemical_B2 +LQ06X003360 Putative Protein SRG1 15.30559952 C6_chemical_B3 +LQ06X003360 Putative Protein SRG1 14.47649955 C6_chemical_C1 +LQ06X003360 Putative Protein SRG1 15.32605512 C6_chemical_C2 +LQ06X003360 Putative Protein SRG1 15.23479444 C6_chemical_C3 +LQ06X003360 Putative Protein SRG1 12.36289306 L4_control_A1 +LQ06X003360 Putative Protein SRG1 12.93367096 L4_control_A2 +LQ06X003360 Putative Protein SRG1 13.59088247 L4_control_A3 +LQ06X003360 Putative Protein SRG1 14.92156703 L4_control_B1 +LQ06X003360 Putative Protein SRG1 14.67117916 L4_control_B2 +LQ06X003360 Putative Protein SRG1 15.43215708 L4_control_B3 +LQ06X003360 Putative Protein SRG1 15.16864369 L4_control_C2 +LQ06X003360 Putative Protein SRG1 15.1615978 L4_control_C3 +LQ06X003360 Putative Protein SRG1 10.58178722 L4_chemical_A1 +LQ06X003360 Putative Protein SRG1 12.31367926 L4_chemical_A2 +LQ06X003360 Putative Protein SRG1 12.82639718 L4_chemical_A3 +LQ06X003360 Putative Protein SRG1 14.04242164 L4_chemical_B1 +LQ06X003360 Putative Protein SRG1 14.17233293 L4_chemical_B2 +LQ06X003360 Putative Protein SRG1 14.59683346 L4_chemical_B3 +LQ06X003360 Putative Protein SRG1 14.95767564 L4_chemical_C2 +LQ06X003360 Putative Protein SRG1 15.14847939 L4_chemical_C3 +LQ06X003410 Hypothetical protein 5.831677468 C6_control_A1 +LQ06X003410 Hypothetical protein 5.850692877 C6_control_A3 +LQ06X003410 Hypothetical protein 6.392597206 C6_control_B1 +LQ06X003410 Hypothetical protein 5.518013673 C6_control_B2 +LQ06X003410 Hypothetical protein 5.692908475 C6_control_B3 +LQ06X003410 Hypothetical protein 5.776313591 C6_control_C1 +LQ06X003410 Hypothetical protein 5.036611487 C6_control_C2 +LQ06X003410 Hypothetical protein 5.452231742 C6_control_C3 +LQ06X003410 Hypothetical protein 5.749833879 C6_chemical_A1 +LQ06X003410 Hypothetical protein 5.23459275 C6_chemical_A3 +LQ06X003410 Hypothetical protein 5.758861194 C6_chemical_B1 +LQ06X003410 Hypothetical protein 5.276105422 C6_chemical_B2 +LQ06X003410 Hypothetical protein 5.635838541 C6_chemical_B3 +LQ06X003410 Hypothetical protein 5.166017038 C6_chemical_C1 +LQ06X003410 Hypothetical protein 5.16274268 C6_chemical_C2 +LQ06X003410 Hypothetical protein 5.221512847 C6_chemical_C3 +LQ06X003410 Hypothetical protein 5.392770738 L4_control_A1 +LQ06X003410 Hypothetical protein 5.708764595 L4_control_A2 +LQ06X003410 Hypothetical protein 6.044783479 L4_control_A3 +LQ06X003410 Hypothetical protein 5.376655877 L4_control_B1 +LQ06X003410 Hypothetical protein 5.879210142 L4_control_B2 +LQ06X003410 Hypothetical protein 5.842211947 L4_control_B3 +LQ06X003410 Hypothetical protein 5.259150595 L4_control_C2 +LQ06X003410 Hypothetical protein 6.679530734 L4_control_C3 +LQ06X003410 Hypothetical protein 5.553735307 L4_chemical_A1 +LQ06X003410 Hypothetical protein 5.444489289 L4_chemical_A2 +LQ06X003410 Hypothetical protein 5.938507669 L4_chemical_A3 +LQ06X003410 Hypothetical protein 5.814150737 L4_chemical_B1 +LQ06X003410 Hypothetical protein 6.070499209 L4_chemical_B2 +LQ06X003410 Hypothetical protein 5.738115389 L4_chemical_B3 +LQ06X003410 Hypothetical protein 5.823730734 L4_chemical_C2 +LQ06X003410 Hypothetical protein 6.19160163 L4_chemical_C3 +LQ06X003420 Putative COBW domain-containing protein 2 5.508534252 C6_control_A1 +LQ06X003420 Putative COBW domain-containing protein 2 6.214978724 C6_control_A3 +LQ06X003420 Putative COBW domain-containing protein 2 6.181048084 C6_control_B1 +LQ06X003420 Putative COBW domain-containing protein 2 5.477963815 C6_control_B2 +LQ06X003420 Putative COBW domain-containing protein 2 5.185341432 C6_control_B3 +LQ06X003420 Putative COBW domain-containing protein 2 6.743134247 C6_control_C1 +LQ06X003420 Putative COBW domain-containing protein 2 6.913080548 C6_control_C2 +LQ06X003420 Putative COBW domain-containing protein 2 5.635014425 C6_control_C3 +LQ06X003420 Putative COBW domain-containing protein 2 5.340621046 C6_chemical_A1 +LQ06X003420 Putative COBW domain-containing protein 2 5.533734095 C6_chemical_A3 +LQ06X003420 Putative COBW domain-containing protein 2 6.104018623 C6_chemical_B1 +LQ06X003420 Putative COBW domain-containing protein 2 5.808766321 C6_chemical_B2 +LQ06X003420 Putative COBW domain-containing protein 2 5.77718997 C6_chemical_B3 +LQ06X003420 Putative COBW domain-containing protein 2 6.231405445 C6_chemical_C1 +LQ06X003420 Putative COBW domain-containing protein 2 5.860868301 C6_chemical_C2 +LQ06X003420 Putative COBW domain-containing protein 2 5.870846971 C6_chemical_C3 +LQ06X003420 Putative COBW domain-containing protein 2 5.584093403 L4_control_A1 +LQ06X003420 Putative COBW domain-containing protein 2 5.233063376 L4_control_A2 +LQ06X003420 Putative COBW domain-containing protein 2 5.147113443 L4_control_A3 +LQ06X003420 Putative COBW domain-containing protein 2 5.35333479 L4_control_B1 +LQ06X003420 Putative COBW domain-containing protein 2 5.351497979 L4_control_B2 +LQ06X003420 Putative COBW domain-containing protein 2 5.647042937 L4_control_B3 +LQ06X003420 Putative COBW domain-containing protein 2 5.876330058 L4_control_C2 +LQ06X003420 Putative COBW domain-containing protein 2 5.764157933 L4_control_C3 +LQ06X003420 Putative COBW domain-containing protein 2 5.353939362 L4_chemical_A1 +LQ06X003420 Putative COBW domain-containing protein 2 5.389709134 L4_chemical_A2 +LQ06X003420 Putative COBW domain-containing protein 2 4.910102391 L4_chemical_A3 +LQ06X003420 Putative COBW domain-containing protein 2 5.443231583 L4_chemical_B1 +LQ06X003420 Putative COBW domain-containing protein 2 5.123250794 L4_chemical_B2 +LQ06X003420 Putative COBW domain-containing protein 2 5.384100333 L4_chemical_B3 +LQ06X003420 Putative COBW domain-containing protein 2 5.596724935 L4_chemical_C2 +LQ06X003420 Putative COBW domain-containing protein 2 5.611908449 L4_chemical_C3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.154826976 C6_control_A1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.233726003 C6_control_A3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.420028615 C6_control_B1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.090498825 C6_control_B2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.634235663 C6_control_B3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.111631562 C6_control_C1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.273371791 C6_control_C2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 4.899343565 C6_control_C3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.232882178 C6_chemical_A1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.301564166 C6_chemical_A3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.386958565 C6_chemical_B1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.09837125 C6_chemical_B2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.506223732 C6_chemical_B3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.178823152 C6_chemical_C1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.138929295 C6_chemical_C2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.041948707 C6_chemical_C3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 4.882735001 L4_control_A1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.496849116 L4_control_A2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.26876222 L4_control_A3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.543852649 L4_control_B1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.370736719 L4_control_B2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.626034922 L4_control_B3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.545062159 L4_control_C2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 4.939903255 L4_control_C3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.471296043 L4_chemical_A1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.264272994 L4_chemical_A2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.639598252 L4_chemical_A3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.678822386 L4_chemical_B1 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.644908585 L4_chemical_B2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.105720223 L4_chemical_B3 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.248421902 L4_chemical_C2 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.657217162 L4_chemical_C3 +LQ06X003470 CTV.2 6.042519164 C6_control_A1 +LQ06X003470 CTV.2 5.744991015 C6_control_A3 +LQ06X003470 CTV.2 6.048554778 C6_control_B1 +LQ06X003470 CTV.2 5.863336205 C6_control_B2 +LQ06X003470 CTV.2 6.492811744 C6_control_B3 +LQ06X003470 CTV.2 5.323997001 C6_control_C1 +LQ06X003470 CTV.2 6.106334621 C6_control_C2 +LQ06X003470 CTV.2 5.81157134 C6_control_C3 +LQ06X003470 CTV.2 5.970923423 C6_chemical_A1 +LQ06X003470 CTV.2 6.080253139 C6_chemical_A3 +LQ06X003470 CTV.2 6.002730983 C6_chemical_B1 +LQ06X003470 CTV.2 6.000797952 C6_chemical_B2 +LQ06X003470 CTV.2 6.122228469 C6_chemical_B3 +LQ06X003470 CTV.2 5.308258381 C6_chemical_C1 +LQ06X003470 CTV.2 5.73499874 C6_chemical_C2 +LQ06X003470 CTV.2 5.42552506 C6_chemical_C3 +LQ06X003470 CTV.2 6.097426035 L4_control_A1 +LQ06X003470 CTV.2 6.563319305 L4_control_A2 +LQ06X003470 CTV.2 7.481009194 L4_control_A3 +LQ06X003470 CTV.2 6.98838222 L4_control_B1 +LQ06X003470 CTV.2 6.783706947 L4_control_B2 +LQ06X003470 CTV.2 5.853648391 L4_control_B3 +LQ06X003470 CTV.2 6.11817914 L4_control_C2 +LQ06X003470 CTV.2 5.814687558 L4_control_C3 +LQ06X003470 CTV.2 5.921371138 L4_chemical_A1 +LQ06X003470 CTV.2 6.277031089 L4_chemical_A2 +LQ06X003470 CTV.2 6.684937729 L4_chemical_A3 +LQ06X003470 CTV.2 6.260458618 L4_chemical_B1 +LQ06X003470 CTV.2 6.583456188 L4_chemical_B2 +LQ06X003470 CTV.2 6.204077762 L4_chemical_B3 +LQ06X003470 CTV.2 5.463339492 L4_chemical_C2 +LQ06X003470 CTV.2 5.616192539 L4_chemical_C3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.784895371 C6_control_A1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.224351759 C6_control_A3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.041720378 C6_control_B1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 6.647013734 C6_control_B2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.784660263 C6_control_B3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 6.07916561 C6_control_C1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 6.061663523 C6_control_C2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 6.189727182 C6_control_C3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.588366002 C6_chemical_A1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.718911552 C6_chemical_A3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.291772175 C6_chemical_B1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 6.941034133 C6_chemical_B2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.865721923 C6_chemical_B3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.832467663 C6_chemical_C1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.877314338 C6_chemical_C2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 6.865939033 C6_chemical_C3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.616344502 L4_control_A1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.185923869 L4_control_A2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.220371992 L4_control_A3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.333119414 L4_control_B1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.323415171 L4_control_B2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 6.665027337 L4_control_B3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 4.916826955 L4_control_C2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.138955009 L4_control_C3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.431440095 L4_chemical_A1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.007154173 L4_chemical_A2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.087790601 L4_chemical_A3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 4.980769114 L4_chemical_B1 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.465995589 L4_chemical_B2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 6.367759962 L4_chemical_B3 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.712127856 L4_chemical_C2 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.211559919 L4_chemical_C3 +LQ06X003500 Putative uncharacterized protein 11.92382526 C6_control_A1 +LQ06X003500 Putative uncharacterized protein 12.51373308 C6_control_A3 +LQ06X003500 Putative uncharacterized protein 12.10228116 C6_control_B1 +LQ06X003500 Putative uncharacterized protein 11.40180477 C6_control_B2 +LQ06X003500 Putative uncharacterized protein 11.8139635 C6_control_B3 +LQ06X003500 Putative uncharacterized protein 9.903033851 C6_control_C1 +LQ06X003500 Putative uncharacterized protein 10.04625777 C6_control_C2 +LQ06X003500 Putative uncharacterized protein 10.13119644 C6_control_C3 +LQ06X003500 Putative uncharacterized protein 11.68709509 C6_chemical_A1 +LQ06X003500 Putative uncharacterized protein 12.07657248 C6_chemical_A3 +LQ06X003500 Putative uncharacterized protein 11.59461213 C6_chemical_B1 +LQ06X003500 Putative uncharacterized protein 11.24870892 C6_chemical_B2 +LQ06X003500 Putative uncharacterized protein 10.95933542 C6_chemical_B3 +LQ06X003500 Putative uncharacterized protein 9.202446999 C6_chemical_C1 +LQ06X003500 Putative uncharacterized protein 9.475401253 C6_chemical_C2 +LQ06X003500 Putative uncharacterized protein 9.958607353 C6_chemical_C3 +LQ06X003500 Putative uncharacterized protein 12.25414282 L4_control_A1 +LQ06X003500 Putative uncharacterized protein 12.38791542 L4_control_A2 +LQ06X003500 Putative uncharacterized protein 12.04434707 L4_control_A3 +LQ06X003500 Putative uncharacterized protein 12.43031812 L4_control_B1 +LQ06X003500 Putative uncharacterized protein 12.43492499 L4_control_B2 +LQ06X003500 Putative uncharacterized protein 10.85871832 L4_control_B3 +LQ06X003500 Putative uncharacterized protein 10.280172 L4_control_C2 +LQ06X003500 Putative uncharacterized protein 10.69396372 L4_control_C3 +LQ06X003500 Putative uncharacterized protein 11.19515496 L4_chemical_A1 +LQ06X003500 Putative uncharacterized protein 11.60588873 L4_chemical_A2 +LQ06X003500 Putative uncharacterized protein 11.911014 L4_chemical_A3 +LQ06X003500 Putative uncharacterized protein 12.45317912 L4_chemical_B1 +LQ06X003500 Putative uncharacterized protein 11.69690148 L4_chemical_B2 +LQ06X003500 Putative uncharacterized protein 11.62507976 L4_chemical_B3 +LQ06X003500 Putative uncharacterized protein 10.47526911 L4_chemical_C2 +LQ06X003500 Putative uncharacterized protein 10.55380428 L4_chemical_C3 +LQ06X003520 Hypothetical protein 10.68309192 C6_control_A1 +LQ06X003520 Hypothetical protein 11.16173009 C6_control_A3 +LQ06X003520 Hypothetical protein 10.84004231 C6_control_B1 +LQ06X003520 Hypothetical protein 10.85945465 C6_control_B2 +LQ06X003520 Hypothetical protein 10.07568227 C6_control_B3 +LQ06X003520 Hypothetical protein 8.126894207 C6_control_C1 +LQ06X003520 Hypothetical protein 8.218636914 C6_control_C2 +LQ06X003520 Hypothetical protein 7.931111986 C6_control_C3 +LQ06X003520 Hypothetical protein 10.8801373 C6_chemical_A1 +LQ06X003520 Hypothetical protein 10.99756499 C6_chemical_A3 +LQ06X003520 Hypothetical protein 11.08563593 C6_chemical_B1 +LQ06X003520 Hypothetical protein 10.90408219 C6_chemical_B2 +LQ06X003520 Hypothetical protein 9.04130885 C6_chemical_B3 +LQ06X003520 Hypothetical protein 8.310066696 C6_chemical_C1 +LQ06X003520 Hypothetical protein 7.993758856 C6_chemical_C2 +LQ06X003520 Hypothetical protein 7.373956584 C6_chemical_C3 +LQ06X003520 Hypothetical protein 10.29426928 L4_control_A1 +LQ06X003520 Hypothetical protein 10.97860542 L4_control_A2 +LQ06X003520 Hypothetical protein 10.73162479 L4_control_A3 +LQ06X003520 Hypothetical protein 11.35181118 L4_control_B1 +LQ06X003520 Hypothetical protein 10.65810897 L4_control_B2 +LQ06X003520 Hypothetical protein 9.845062669 L4_control_B3 +LQ06X003520 Hypothetical protein 7.236453441 L4_control_C2 +LQ06X003520 Hypothetical protein 6.825013615 L4_control_C3 +LQ06X003520 Hypothetical protein 10.40820804 L4_chemical_A1 +LQ06X003520 Hypothetical protein 11.21556598 L4_chemical_A2 +LQ06X003520 Hypothetical protein 10.35401665 L4_chemical_A3 +LQ06X003520 Hypothetical protein 11.22380717 L4_chemical_B1 +LQ06X003520 Hypothetical protein 11.5448074 L4_chemical_B2 +LQ06X003520 Hypothetical protein 10.0167518 L4_chemical_B3 +LQ06X003520 Hypothetical protein 8.518693027 L4_chemical_C2 +LQ06X003520 Hypothetical protein 7.590138379 L4_chemical_C3 +LQ06X003530 Predicted protein 4.778479343 C6_control_A1 +LQ06X003530 Predicted protein 5.045644161 C6_control_A3 +LQ06X003530 Predicted protein 4.573980292 C6_control_B1 +LQ06X003530 Predicted protein 5.124872086 C6_control_B2 +LQ06X003530 Predicted protein 4.941002725 C6_control_B3 +LQ06X003530 Predicted protein 5.125490587 C6_control_C1 +LQ06X003530 Predicted protein 4.87068351 C6_control_C2 +LQ06X003530 Predicted protein 5.049523499 C6_control_C3 +LQ06X003530 Predicted protein 5.254811651 C6_chemical_A1 +LQ06X003530 Predicted protein 5.035447766 C6_chemical_A3 +LQ06X003530 Predicted protein 4.794497019 C6_chemical_B1 +LQ06X003530 Predicted protein 4.806495217 C6_chemical_B2 +LQ06X003530 Predicted protein 4.867823184 C6_chemical_B3 +LQ06X003530 Predicted protein 5.070989662 C6_chemical_C1 +LQ06X003530 Predicted protein 5.359622237 C6_chemical_C2 +LQ06X003530 Predicted protein 5.370485189 C6_chemical_C3 +LQ06X003530 Predicted protein 4.720029806 L4_control_A1 +LQ06X003530 Predicted protein 4.865572507 L4_control_A2 +LQ06X003530 Predicted protein 5.964294959 L4_control_A3 +LQ06X003530 Predicted protein 5.076171274 L4_control_B1 +LQ06X003530 Predicted protein 5.10356797 L4_control_B2 +LQ06X003530 Predicted protein 4.883736434 L4_control_B3 +LQ06X003530 Predicted protein 4.93132 L4_control_C2 +LQ06X003530 Predicted protein 5.025836243 L4_control_C3 +LQ06X003530 Predicted protein 4.637845717 L4_chemical_A1 +LQ06X003530 Predicted protein 5.047326511 L4_chemical_A2 +LQ06X003530 Predicted protein 5.640604389 L4_chemical_A3 +LQ06X003530 Predicted protein 4.9245219 L4_chemical_B1 +LQ06X003530 Predicted protein 4.816050108 L4_chemical_B2 +LQ06X003530 Predicted protein 5.169139755 L4_chemical_B3 +LQ06X003530 Predicted protein 4.706560438 L4_chemical_C2 +LQ06X003530 Predicted protein 4.719959542 L4_chemical_C3 +LQ06X003560 CTV.22 12.63544614 C6_control_A1 +LQ06X003560 CTV.22 12.7277595 C6_control_A3 +LQ06X003560 CTV.22 12.47431068 C6_control_B1 +LQ06X003560 CTV.22 12.61284348 C6_control_B2 +LQ06X003560 CTV.22 12.12183499 C6_control_B3 +LQ06X003560 CTV.22 12.89682561 C6_control_C1 +LQ06X003560 CTV.22 12.61428327 C6_control_C2 +LQ06X003560 CTV.22 12.72131818 C6_control_C3 +LQ06X003560 CTV.22 12.41967517 C6_chemical_A1 +LQ06X003560 CTV.22 12.36636924 C6_chemical_A3 +LQ06X003560 CTV.22 12.37739906 C6_chemical_B1 +LQ06X003560 CTV.22 12.90143409 C6_chemical_B2 +LQ06X003560 CTV.22 11.82781636 C6_chemical_B3 +LQ06X003560 CTV.22 13.07985455 C6_chemical_C1 +LQ06X003560 CTV.22 12.95638309 C6_chemical_C2 +LQ06X003560 CTV.22 12.64469425 C6_chemical_C3 +LQ06X003560 CTV.22 12.53866503 L4_control_A1 +LQ06X003560 CTV.22 12.82366854 L4_control_A2 +LQ06X003560 CTV.22 13.07224334 L4_control_A3 +LQ06X003560 CTV.22 12.50056941 L4_control_B1 +LQ06X003560 CTV.22 11.69365713 L4_control_B2 +LQ06X003560 CTV.22 12.39830722 L4_control_B3 +LQ06X003560 CTV.22 12.59285358 L4_control_C2 +LQ06X003560 CTV.22 12.52863977 L4_control_C3 +LQ06X003560 CTV.22 12.74627208 L4_chemical_A1 +LQ06X003560 CTV.22 13.40632479 L4_chemical_A2 +LQ06X003560 CTV.22 12.90943253 L4_chemical_A3 +LQ06X003560 CTV.22 12.75748744 L4_chemical_B1 +LQ06X003560 CTV.22 12.51912322 L4_chemical_B2 +LQ06X003560 CTV.22 12.21497111 L4_chemical_B3 +LQ06X003560 CTV.22 12.44597155 L4_chemical_C2 +LQ06X003560 CTV.22 12.673466 L4_chemical_C3 +LQ06X003650 Putative uncharacterized protein 6.515733025 C6_control_A1 +LQ06X003650 Putative uncharacterized protein 5.720169766 C6_control_A3 +LQ06X003650 Putative uncharacterized protein 5.921847916 C6_control_B1 +LQ06X003650 Putative uncharacterized protein 6.293363527 C6_control_B2 +LQ06X003650 Putative uncharacterized protein 6.374819685 C6_control_B3 +LQ06X003650 Putative uncharacterized protein 6.575679112 C6_control_C1 +LQ06X003650 Putative uncharacterized protein 6.140003577 C6_control_C2 +LQ06X003650 Putative uncharacterized protein 6.525025586 C6_control_C3 +LQ06X003650 Putative uncharacterized protein 6.30057096 C6_chemical_A1 +LQ06X003650 Putative uncharacterized protein 6.326562828 C6_chemical_A3 +LQ06X003650 Putative uncharacterized protein 5.973900476 C6_chemical_B1 +LQ06X003650 Putative uncharacterized protein 6.375467527 C6_chemical_B2 +LQ06X003650 Putative uncharacterized protein 5.858404981 C6_chemical_B3 +LQ06X003650 Putative uncharacterized protein 6.683482252 C6_chemical_C1 +LQ06X003650 Putative uncharacterized protein 6.587125701 C6_chemical_C2 +LQ06X003650 Putative uncharacterized protein 5.787067041 C6_chemical_C3 +LQ06X003650 Putative uncharacterized protein 5.820339733 L4_control_A1 +LQ06X003650 Putative uncharacterized protein 6.525661153 L4_control_A2 +LQ06X003650 Putative uncharacterized protein 5.743289915 L4_control_A3 +LQ06X003650 Putative uncharacterized protein 6.169386304 L4_control_B1 +LQ06X003650 Putative uncharacterized protein 6.506209438 L4_control_B2 +LQ06X003650 Putative uncharacterized protein 6.557118026 L4_control_B3 +LQ06X003650 Putative uncharacterized protein 7.506109962 L4_control_C2 +LQ06X003650 Putative uncharacterized protein 6.597343269 L4_control_C3 +LQ06X003650 Putative uncharacterized protein 6.29663468 L4_chemical_A1 +LQ06X003650 Putative uncharacterized protein 6.37933629 L4_chemical_A2 +LQ06X003650 Putative uncharacterized protein 6.32626323 L4_chemical_A3 +LQ06X003650 Putative uncharacterized protein 5.782134568 L4_chemical_B1 +LQ06X003650 Putative uncharacterized protein 6.589739008 L4_chemical_B2 +LQ06X003650 Putative uncharacterized protein 5.85209925 L4_chemical_B3 +LQ06X003650 Putative uncharacterized protein 6.850723764 L4_chemical_C2 +LQ06X003650 Putative uncharacterized protein 6.481807928 L4_chemical_C3 +LQ06X003870 Putative uncharacterized protein 8.640103001 C6_control_A1 +LQ06X003870 Putative uncharacterized protein 8.262212531 C6_control_A3 +LQ06X003870 Putative uncharacterized protein 7.887891766 C6_control_B1 +LQ06X003870 Putative uncharacterized protein 7.939930209 C6_control_B2 +LQ06X003870 Putative uncharacterized protein 7.880461393 C6_control_B3 +LQ06X003870 Putative uncharacterized protein 7.047756195 C6_control_C1 +LQ06X003870 Putative uncharacterized protein 6.655773475 C6_control_C2 +LQ06X003870 Putative uncharacterized protein 7.201298996 C6_control_C3 +LQ06X003870 Putative uncharacterized protein 7.767022303 C6_chemical_A1 +LQ06X003870 Putative uncharacterized protein 8.711347207 C6_chemical_A3 +LQ06X003870 Putative uncharacterized protein 7.756026186 C6_chemical_B1 +LQ06X003870 Putative uncharacterized protein 8.04963163 C6_chemical_B2 +LQ06X003870 Putative uncharacterized protein 7.519172834 C6_chemical_B3 +LQ06X003870 Putative uncharacterized protein 7.296403453 C6_chemical_C1 +LQ06X003870 Putative uncharacterized protein 6.592772674 C6_chemical_C2 +LQ06X003870 Putative uncharacterized protein 6.281421933 C6_chemical_C3 +LQ06X003870 Putative uncharacterized protein 8.135283936 L4_control_A1 +LQ06X003870 Putative uncharacterized protein 7.482525452 L4_control_A2 +LQ06X003870 Putative uncharacterized protein 8.588544629 L4_control_A3 +LQ06X003870 Putative uncharacterized protein 7.273060483 L4_control_B1 +LQ06X003870 Putative uncharacterized protein 8.216148901 L4_control_B2 +LQ06X003870 Putative uncharacterized protein 7.038101974 L4_control_B3 +LQ06X003870 Putative uncharacterized protein 5.949256077 L4_control_C2 +LQ06X003870 Putative uncharacterized protein 5.966854048 L4_control_C3 +LQ06X003870 Putative uncharacterized protein 7.894677378 L4_chemical_A1 +LQ06X003870 Putative uncharacterized protein 6.808899603 L4_chemical_A2 +LQ06X003870 Putative uncharacterized protein 7.902818731 L4_chemical_A3 +LQ06X003870 Putative uncharacterized protein 7.567519839 L4_chemical_B1 +LQ06X003870 Putative uncharacterized protein 7.636056354 L4_chemical_B2 +LQ06X003870 Putative uncharacterized protein 8.135857333 L4_chemical_B3 +LQ06X003870 Putative uncharacterized protein 6.135841165 L4_chemical_C2 +LQ06X003870 Putative uncharacterized protein 6.566312601 L4_chemical_C3 +LQ06X003891 Os02g0236500 protein 5.038140025 C6_control_A1 +LQ06X003891 Os02g0236500 protein 5.233264534 C6_control_A3 +LQ06X003891 Os02g0236500 protein 4.807596288 C6_control_B1 +LQ06X003891 Os02g0236500 protein 4.934711003 C6_control_B2 +LQ06X003891 Os02g0236500 protein 4.735682126 C6_control_B3 +LQ06X003891 Os02g0236500 protein 4.744048982 C6_control_C1 +LQ06X003891 Os02g0236500 protein 4.513105224 C6_control_C2 +LQ06X003891 Os02g0236500 protein 4.729543326 C6_control_C3 +LQ06X003891 Os02g0236500 protein 4.795172482 C6_chemical_A1 +LQ06X003891 Os02g0236500 protein 5.330001357 C6_chemical_A3 +LQ06X003891 Os02g0236500 protein 4.771269363 C6_chemical_B1 +LQ06X003891 Os02g0236500 protein 4.552101006 C6_chemical_B2 +LQ06X003891 Os02g0236500 protein 4.60599992 C6_chemical_B3 +LQ06X003891 Os02g0236500 protein 4.812782945 C6_chemical_C1 +LQ06X003891 Os02g0236500 protein 5.026589099 C6_chemical_C2 +LQ06X003891 Os02g0236500 protein 4.885890027 C6_chemical_C3 +LQ06X003891 Os02g0236500 protein 5.007031423 L4_control_A1 +LQ06X003891 Os02g0236500 protein 5.157951784 L4_control_A2 +LQ06X003891 Os02g0236500 protein 4.915504307 L4_control_A3 +LQ06X003891 Os02g0236500 protein 5.466839489 L4_control_B1 +LQ06X003891 Os02g0236500 protein 5.321005814 L4_control_B2 +LQ06X003891 Os02g0236500 protein 4.689687166 L4_control_B3 +LQ06X003891 Os02g0236500 protein 5.051968601 L4_control_C2 +LQ06X003891 Os02g0236500 protein 5.209122285 L4_control_C3 +LQ06X003891 Os02g0236500 protein 4.795694293 L4_chemical_A1 +LQ06X003891 Os02g0236500 protein 5.064705509 L4_chemical_A2 +LQ06X003891 Os02g0236500 protein 5.104728512 L4_chemical_A3 +LQ06X003891 Os02g0236500 protein 4.779386667 L4_chemical_B1 +LQ06X003891 Os02g0236500 protein 5.003954834 L4_chemical_B2 +LQ06X003891 Os02g0236500 protein 4.878474981 L4_chemical_B3 +LQ06X003891 Os02g0236500 protein 4.984102125 L4_chemical_C2 +LQ06X003891 Os02g0236500 protein 4.912562923 L4_chemical_C3 +LQ06X003950 Rae1-like protein At1g80670 5.637289467 C6_control_A1 +LQ06X003950 Rae1-like protein At1g80670 5.960840088 C6_control_A3 +LQ06X003950 Rae1-like protein At1g80670 6.184516098 C6_control_B1 +LQ06X003950 Rae1-like protein At1g80670 5.762000632 C6_control_B2 +LQ06X003950 Rae1-like protein At1g80670 5.818190987 C6_control_B3 +LQ06X003950 Rae1-like protein At1g80670 5.286691591 C6_control_C1 +LQ06X003950 Rae1-like protein At1g80670 6.126001969 C6_control_C2 +LQ06X003950 Rae1-like protein At1g80670 5.600150616 C6_control_C3 +LQ06X003950 Rae1-like protein At1g80670 5.812040524 C6_chemical_A1 +LQ06X003950 Rae1-like protein At1g80670 5.819807137 C6_chemical_A3 +LQ06X003950 Rae1-like protein At1g80670 6.215958521 C6_chemical_B1 +LQ06X003950 Rae1-like protein At1g80670 5.68462536 C6_chemical_B2 +LQ06X003950 Rae1-like protein At1g80670 5.525793901 C6_chemical_B3 +LQ06X003950 Rae1-like protein At1g80670 5.166314201 C6_chemical_C1 +LQ06X003950 Rae1-like protein At1g80670 5.555275402 C6_chemical_C2 +LQ06X003950 Rae1-like protein At1g80670 5.564310094 C6_chemical_C3 +LQ06X003950 Rae1-like protein At1g80670 5.928001921 L4_control_A1 +LQ06X003950 Rae1-like protein At1g80670 5.902472248 L4_control_A2 +LQ06X003950 Rae1-like protein At1g80670 5.734186052 L4_control_A3 +LQ06X003950 Rae1-like protein At1g80670 5.352854511 L4_control_B1 +LQ06X003950 Rae1-like protein At1g80670 5.616105485 L4_control_B2 +LQ06X003950 Rae1-like protein At1g80670 6.070907405 L4_control_B3 +LQ06X003950 Rae1-like protein At1g80670 5.617181946 L4_control_C2 +LQ06X003950 Rae1-like protein At1g80670 5.38302404 L4_control_C3 +LQ06X003950 Rae1-like protein At1g80670 5.433846371 L4_chemical_A1 +LQ06X003950 Rae1-like protein At1g80670 5.523973092 L4_chemical_A2 +LQ06X003950 Rae1-like protein At1g80670 5.36499853 L4_chemical_A3 +LQ06X003950 Rae1-like protein At1g80670 5.460875059 L4_chemical_B1 +LQ06X003950 Rae1-like protein At1g80670 6.628672412 L4_chemical_B2 +LQ06X003950 Rae1-like protein At1g80670 6.102684216 L4_chemical_B3 +LQ06X003950 Rae1-like protein At1g80670 5.784403148 L4_chemical_C2 +LQ06X003950 Rae1-like protein At1g80670 5.236391579 L4_chemical_C3 +LQ06X003970 Putative DCN1-like protein 4 12.18510741 C6_control_A1 +LQ06X003970 Putative DCN1-like protein 4 12.46084034 C6_control_A3 +LQ06X003970 Putative DCN1-like protein 4 11.66574691 C6_control_B1 +LQ06X003970 Putative DCN1-like protein 4 11.90827935 C6_control_B2 +LQ06X003970 Putative DCN1-like protein 4 11.92319475 C6_control_B3 +LQ06X003970 Putative DCN1-like protein 4 12.59661523 C6_control_C1 +LQ06X003970 Putative DCN1-like protein 4 12.54505368 C6_control_C2 +LQ06X003970 Putative DCN1-like protein 4 12.22229091 C6_control_C3 +LQ06X003970 Putative DCN1-like protein 4 12.07565981 C6_chemical_A1 +LQ06X003970 Putative DCN1-like protein 4 12.16985294 C6_chemical_A3 +LQ06X003970 Putative DCN1-like protein 4 11.45149814 C6_chemical_B1 +LQ06X003970 Putative DCN1-like protein 4 11.8954499 C6_chemical_B2 +LQ06X003970 Putative DCN1-like protein 4 11.63778037 C6_chemical_B3 +LQ06X003970 Putative DCN1-like protein 4 12.6944938 C6_chemical_C1 +LQ06X003970 Putative DCN1-like protein 4 12.65927769 C6_chemical_C2 +LQ06X003970 Putative DCN1-like protein 4 12.22888415 C6_chemical_C3 +LQ06X003970 Putative DCN1-like protein 4 12.4661471 L4_control_A1 +LQ06X003970 Putative DCN1-like protein 4 12.11553411 L4_control_A2 +LQ06X003970 Putative DCN1-like protein 4 12.56989968 L4_control_A3 +LQ06X003970 Putative DCN1-like protein 4 11.65321581 L4_control_B1 +LQ06X003970 Putative DCN1-like protein 4 11.55284859 L4_control_B2 +LQ06X003970 Putative DCN1-like protein 4 12.05472478 L4_control_B3 +LQ06X003970 Putative DCN1-like protein 4 12.08312763 L4_control_C2 +LQ06X003970 Putative DCN1-like protein 4 11.59887284 L4_control_C3 +LQ06X003970 Putative DCN1-like protein 4 12.47410639 L4_chemical_A1 +LQ06X003970 Putative DCN1-like protein 4 12.0726516 L4_chemical_A2 +LQ06X003970 Putative DCN1-like protein 4 12.56414373 L4_chemical_A3 +LQ06X003970 Putative DCN1-like protein 4 11.69817377 L4_chemical_B1 +LQ06X003970 Putative DCN1-like protein 4 11.02797413 L4_chemical_B2 +LQ06X003970 Putative DCN1-like protein 4 11.62531537 L4_chemical_B3 +LQ06X003970 Putative DCN1-like protein 4 12.18408788 L4_chemical_C2 +LQ06X003970 Putative DCN1-like protein 4 11.78053159 L4_chemical_C3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.302674248 C6_control_A1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.905483484 C6_control_A3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.749853342 C6_control_B1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.921676141 C6_control_B2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.90321706 C6_control_B3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.948102022 C6_control_C1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.318935026 C6_control_C2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.841424789 C6_control_C3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.523375495 C6_chemical_A1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.387348739 C6_chemical_A3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.029830433 C6_chemical_B1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.857165455 C6_chemical_B2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.899852942 C6_chemical_B3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.009352681 C6_chemical_C1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.845084833 C6_chemical_C2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.514631092 C6_chemical_C3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.313676562 L4_control_A1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.412977435 L4_control_A2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.569241277 L4_control_A3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.264003412 L4_control_B1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.547150215 L4_control_B2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.19357054 L4_control_B3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.549662312 L4_control_C2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.739792559 L4_control_C3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.28454546 L4_chemical_A1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.944811062 L4_chemical_A2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.345024432 L4_chemical_A3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.45562119 L4_chemical_B1 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.758401486 L4_chemical_B2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 4.84841825 L4_chemical_B3 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.195861473 L4_chemical_C2 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.933076994 L4_chemical_C3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.001524075 C6_control_A1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 6.058846127 C6_control_A3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 4.963252087 C6_control_B1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.175753344 C6_control_B2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.098282399 C6_control_B3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.055232151 C6_control_C1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.270970549 C6_control_C2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.099459851 C6_control_C3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.154206184 C6_chemical_A1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.855697554 C6_chemical_A3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 4.927312523 C6_chemical_B1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.061519814 C6_chemical_B2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 4.806489642 C6_chemical_B3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 4.803625078 C6_chemical_C1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.256948534 C6_chemical_C2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.39113185 C6_chemical_C3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.225911841 L4_control_A1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 4.9524578 L4_control_A2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.964892116 L4_control_A3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.817519047 L4_control_B1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.987584296 L4_control_B2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.059190429 L4_control_B3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.497972403 L4_control_C2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 4.863396859 L4_control_C3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.228031758 L4_chemical_A1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.084381352 L4_chemical_A2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.22865423 L4_chemical_A3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.375142707 L4_chemical_B1 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.6158861 L4_chemical_B2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 4.838301836 L4_chemical_B3 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 6.511106259 L4_chemical_C2 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 4.993740371 L4_chemical_C3 +LQ06X004050 Putative PRP38 11.94083129 C6_control_A1 +LQ06X004050 Putative PRP38 12.30945831 C6_control_A3 +LQ06X004050 Putative PRP38 11.90488791 C6_control_B1 +LQ06X004050 Putative PRP38 11.80184816 C6_control_B2 +LQ06X004050 Putative PRP38 12.02969315 C6_control_B3 +LQ06X004050 Putative PRP38 12.06027954 C6_control_C1 +LQ06X004050 Putative PRP38 11.85029257 C6_control_C2 +LQ06X004050 Putative PRP38 12.42719617 C6_control_C3 +LQ06X004050 Putative PRP38 12.15834453 C6_chemical_A1 +LQ06X004050 Putative PRP38 12.89337338 C6_chemical_A3 +LQ06X004050 Putative PRP38 12.02494933 C6_chemical_B1 +LQ06X004050 Putative PRP38 12.21887032 C6_chemical_B2 +LQ06X004050 Putative PRP38 12.23359993 C6_chemical_B3 +LQ06X004050 Putative PRP38 12.22648896 C6_chemical_C1 +LQ06X004050 Putative PRP38 12.09492994 C6_chemical_C2 +LQ06X004050 Putative PRP38 12.04838463 C6_chemical_C3 +LQ06X004050 Putative PRP38 11.43448997 L4_control_A1 +LQ06X004050 Putative PRP38 11.68440387 L4_control_A2 +LQ06X004050 Putative PRP38 11.26719799 L4_control_A3 +LQ06X004050 Putative PRP38 11.73478793 L4_control_B1 +LQ06X004050 Putative PRP38 11.90822817 L4_control_B2 +LQ06X004050 Putative PRP38 11.62910752 L4_control_B3 +LQ06X004050 Putative PRP38 12.02469227 L4_control_C2 +LQ06X004050 Putative PRP38 12.29383487 L4_control_C3 +LQ06X004050 Putative PRP38 11.54849441 L4_chemical_A1 +LQ06X004050 Putative PRP38 11.70861558 L4_chemical_A2 +LQ06X004050 Putative PRP38 11.01022535 L4_chemical_A3 +LQ06X004050 Putative PRP38 12.14847502 L4_chemical_B1 +LQ06X004050 Putative PRP38 11.86799978 L4_chemical_B2 +LQ06X004050 Putative PRP38 11.51532669 L4_chemical_B3 +LQ06X004050 Putative PRP38 11.71008791 L4_chemical_C2 +LQ06X004050 Putative PRP38 12.10303043 L4_chemical_C3 +LQ06X004060 Metal transporter Nramp1 6.897017657 C6_control_A1 +LQ06X004060 Metal transporter Nramp1 6.317274007 C6_control_A3 +LQ06X004060 Metal transporter Nramp1 5.979592996 C6_control_B1 +LQ06X004060 Metal transporter Nramp1 5.866203989 C6_control_B2 +LQ06X004060 Metal transporter Nramp1 6.201170441 C6_control_B3 +LQ06X004060 Metal transporter Nramp1 7.838091123 C6_control_C1 +LQ06X004060 Metal transporter Nramp1 7.268137982 C6_control_C2 +LQ06X004060 Metal transporter Nramp1 7.555890975 C6_control_C3 +LQ06X004060 Metal transporter Nramp1 6.368388017 C6_chemical_A1 +LQ06X004060 Metal transporter Nramp1 6.652166089 C6_chemical_A3 +LQ06X004060 Metal transporter Nramp1 5.775526563 C6_chemical_B1 +LQ06X004060 Metal transporter Nramp1 5.819185242 C6_chemical_B2 +LQ06X004060 Metal transporter Nramp1 6.528825341 C6_chemical_B3 +LQ06X004060 Metal transporter Nramp1 7.556879591 C6_chemical_C1 +LQ06X004060 Metal transporter Nramp1 7.299331284 C6_chemical_C2 +LQ06X004060 Metal transporter Nramp1 7.97087212 C6_chemical_C3 +LQ06X004060 Metal transporter Nramp1 6.582396512 L4_control_A1 +LQ06X004060 Metal transporter Nramp1 6.822672745 L4_control_A2 +LQ06X004060 Metal transporter Nramp1 6.838725815 L4_control_A3 +LQ06X004060 Metal transporter Nramp1 6.47921135 L4_control_B1 +LQ06X004060 Metal transporter Nramp1 7.266911923 L4_control_B2 +LQ06X004060 Metal transporter Nramp1 6.059472297 L4_control_B3 +LQ06X004060 Metal transporter Nramp1 9.061074507 L4_control_C2 +LQ06X004060 Metal transporter Nramp1 8.845192707 L4_control_C3 +LQ06X004060 Metal transporter Nramp1 6.16505536 L4_chemical_A1 +LQ06X004060 Metal transporter Nramp1 6.030046077 L4_chemical_A2 +LQ06X004060 Metal transporter Nramp1 6.14240435 L4_chemical_A3 +LQ06X004060 Metal transporter Nramp1 5.548899683 L4_chemical_B1 +LQ06X004060 Metal transporter Nramp1 5.542636024 L4_chemical_B2 +LQ06X004060 Metal transporter Nramp1 6.613554949 L4_chemical_B3 +LQ06X004060 Metal transporter Nramp1 9.290871671 L4_chemical_C2 +LQ06X004060 Metal transporter Nramp1 9.213284288 L4_chemical_C3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.92868067 C6_control_A1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.13664695 C6_control_A3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.4094275 C6_control_B1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 14.31307625 C6_control_B2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.34231666 C6_control_B3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.35371915 C6_control_C1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.40173387 C6_control_C2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.94045472 C6_control_C3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.85589516 C6_chemical_A1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.23533409 C6_chemical_A3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.7328591 C6_chemical_B1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.73679853 C6_chemical_B2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 14.11390717 C6_chemical_B3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.29222985 C6_chemical_C1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.89016668 C6_chemical_C2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.14120623 C6_chemical_C3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.60792441 L4_control_A1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.691573 L4_control_A2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.64941533 L4_control_A3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.54006331 L4_control_B1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.26214859 L4_control_B2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 14.73460706 L4_control_B3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.67675355 L4_control_C2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.68905112 L4_control_C3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.94841997 L4_chemical_A1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.04427115 L4_chemical_A2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.2674934 L4_chemical_A3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.05153003 L4_chemical_B1 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.05571673 L4_chemical_B2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.58867421 L4_chemical_B3 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.59230125 L4_chemical_C2 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.67728175 L4_chemical_C3 +LQ06X004080 Putative Predicted protein 5.261587376 C6_control_A1 +LQ06X004080 Putative Predicted protein 5.344012822 C6_control_A3 +LQ06X004080 Putative Predicted protein 5.542311701 C6_control_B1 +LQ06X004080 Putative Predicted protein 4.841115266 C6_control_B2 +LQ06X004080 Putative Predicted protein 5.174843931 C6_control_B3 +LQ06X004080 Putative Predicted protein 5.225898121 C6_control_C1 +LQ06X004080 Putative Predicted protein 4.909479358 C6_control_C2 +LQ06X004080 Putative Predicted protein 5.855206586 C6_control_C3 +LQ06X004080 Putative Predicted protein 5.969272866 C6_chemical_A1 +LQ06X004080 Putative Predicted protein 5.194221041 C6_chemical_A3 +LQ06X004080 Putative Predicted protein 5.796426926 C6_chemical_B1 +LQ06X004080 Putative Predicted protein 4.967173588 C6_chemical_B2 +LQ06X004080 Putative Predicted protein 5.883382327 C6_chemical_B3 +LQ06X004080 Putative Predicted protein 5.965019026 C6_chemical_C1 +LQ06X004080 Putative Predicted protein 4.741380077 C6_chemical_C2 +LQ06X004080 Putative Predicted protein 5.902970357 C6_chemical_C3 +LQ06X004080 Putative Predicted protein 6.992716692 L4_control_A1 +LQ06X004080 Putative Predicted protein 6.590707235 L4_control_A2 +LQ06X004080 Putative Predicted protein 5.707291609 L4_control_A3 +LQ06X004080 Putative Predicted protein 8.377044856 L4_control_B1 +LQ06X004080 Putative Predicted protein 6.148634666 L4_control_B2 +LQ06X004080 Putative Predicted protein 4.886209462 L4_control_B3 +LQ06X004080 Putative Predicted protein 8.238030538 L4_control_C2 +LQ06X004080 Putative Predicted protein 6.214336682 L4_control_C3 +LQ06X004080 Putative Predicted protein 7.063783446 L4_chemical_A1 +LQ06X004080 Putative Predicted protein 6.635185217 L4_chemical_A2 +LQ06X004080 Putative Predicted protein 7.054959399 L4_chemical_A3 +LQ06X004080 Putative Predicted protein 6.098896339 L4_chemical_B1 +LQ06X004080 Putative Predicted protein 6.281353931 L4_chemical_B2 +LQ06X004080 Putative Predicted protein 4.938598151 L4_chemical_B3 +LQ06X004080 Putative Predicted protein 7.474161122 L4_chemical_C2 +LQ06X004080 Putative Predicted protein 7.134957742 L4_chemical_C3 +LQ06X004090 40S ribosomal protein S12 12.68124966 C6_control_A1 +LQ06X004090 40S ribosomal protein S12 12.86655394 C6_control_A3 +LQ06X004090 40S ribosomal protein S12 12.22980656 C6_control_B1 +LQ06X004090 40S ribosomal protein S12 12.39240569 C6_control_B2 +LQ06X004090 40S ribosomal protein S12 11.95292934 C6_control_B3 +LQ06X004090 40S ribosomal protein S12 12.33023983 C6_control_C1 +LQ06X004090 40S ribosomal protein S12 12.44054498 C6_control_C2 +LQ06X004090 40S ribosomal protein S12 12.16135283 C6_control_C3 +LQ06X004090 40S ribosomal protein S12 12.71867946 C6_chemical_A1 +LQ06X004090 40S ribosomal protein S12 12.33319963 C6_chemical_A3 +LQ06X004090 40S ribosomal protein S12 12.05571326 C6_chemical_B1 +LQ06X004090 40S ribosomal protein S12 12.03915014 C6_chemical_B2 +LQ06X004090 40S ribosomal protein S12 11.8936451 C6_chemical_B3 +LQ06X004090 40S ribosomal protein S12 12.35207927 C6_chemical_C1 +LQ06X004090 40S ribosomal protein S12 12.37325216 C6_chemical_C2 +LQ06X004090 40S ribosomal protein S12 11.81029721 C6_chemical_C3 +LQ06X004090 40S ribosomal protein S12 12.7402439 L4_control_A1 +LQ06X004090 40S ribosomal protein S12 12.57907778 L4_control_A2 +LQ06X004090 40S ribosomal protein S12 12.34560945 L4_control_A3 +LQ06X004090 40S ribosomal protein S12 11.98942806 L4_control_B1 +LQ06X004090 40S ribosomal protein S12 12.47287178 L4_control_B2 +LQ06X004090 40S ribosomal protein S12 11.82938195 L4_control_B3 +LQ06X004090 40S ribosomal protein S12 12.45241441 L4_control_C2 +LQ06X004090 40S ribosomal protein S12 12.05607875 L4_control_C3 +LQ06X004090 40S ribosomal protein S12 12.80573321 L4_chemical_A1 +LQ06X004090 40S ribosomal protein S12 12.52664198 L4_chemical_A2 +LQ06X004090 40S ribosomal protein S12 11.96495715 L4_chemical_A3 +LQ06X004090 40S ribosomal protein S12 12.15172843 L4_chemical_B1 +LQ06X004090 40S ribosomal protein S12 12.72678039 L4_chemical_B2 +LQ06X004090 40S ribosomal protein S12 11.74520167 L4_chemical_B3 +LQ06X004090 40S ribosomal protein S12 12.41835752 L4_chemical_C2 +LQ06X004090 40S ribosomal protein S12 12.03760493 L4_chemical_C3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.42015187 C6_control_A1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.37648632 C6_control_A3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.30390889 C6_control_B1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.60568116 C6_control_B2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.40285179 C6_control_B3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.71326296 C6_control_C1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.85079729 C6_control_C2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.54714156 C6_control_C3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.59793682 C6_chemical_A1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.44259035 C6_chemical_A3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.41068405 C6_chemical_B1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.64082649 C6_chemical_B2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.34037231 C6_chemical_B3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.53540997 C6_chemical_C1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.66817163 C6_chemical_C2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.71263871 C6_chemical_C3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.23268613 L4_control_A1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.02921758 L4_control_A2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.05231541 L4_control_A3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.68649934 L4_control_B1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.333823 L4_control_B2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.68198666 L4_control_B3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.82501105 L4_control_C2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.47387571 L4_control_C3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.30334462 L4_chemical_A1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.35190603 L4_chemical_A2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 11.97264685 L4_chemical_A3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.58796322 L4_chemical_B1 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.47074522 L4_chemical_B2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.70720711 L4_chemical_B3 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.9415074 L4_chemical_C2 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.48494033 L4_chemical_C3 +LQ06X004130 Putative uncharacterized protein 11.41562861 C6_control_A1 +LQ06X004130 Putative uncharacterized protein 12.27284807 C6_control_A3 +LQ06X004130 Putative uncharacterized protein 10.97600432 C6_control_B1 +LQ06X004130 Putative uncharacterized protein 10.10110522 C6_control_B2 +LQ06X004130 Putative uncharacterized protein 11.10610337 C6_control_B3 +LQ06X004130 Putative uncharacterized protein 9.623873279 C6_control_C1 +LQ06X004130 Putative uncharacterized protein 11.13425561 C6_control_C2 +LQ06X004130 Putative uncharacterized protein 9.561366135 C6_control_C3 +LQ06X004130 Putative uncharacterized protein 12.06042058 C6_chemical_A1 +LQ06X004130 Putative uncharacterized protein 12.17365032 C6_chemical_A3 +LQ06X004130 Putative uncharacterized protein 11.96000169 C6_chemical_B1 +LQ06X004130 Putative uncharacterized protein 11.08546634 C6_chemical_B2 +LQ06X004130 Putative uncharacterized protein 11.67441633 C6_chemical_B3 +LQ06X004130 Putative uncharacterized protein 10.65202347 C6_chemical_C1 +LQ06X004130 Putative uncharacterized protein 10.7743841 C6_chemical_C2 +LQ06X004130 Putative uncharacterized protein 10.37068441 C6_chemical_C3 +LQ06X004130 Putative uncharacterized protein 12.22058752 L4_control_A1 +LQ06X004130 Putative uncharacterized protein 12.48586265 L4_control_A2 +LQ06X004130 Putative uncharacterized protein 12.67000684 L4_control_A3 +LQ06X004130 Putative uncharacterized protein 11.88190305 L4_control_B1 +LQ06X004130 Putative uncharacterized protein 12.314211 L4_control_B2 +LQ06X004130 Putative uncharacterized protein 11.25912474 L4_control_B3 +LQ06X004130 Putative uncharacterized protein 11.46190831 L4_control_C2 +LQ06X004130 Putative uncharacterized protein 11.09501791 L4_control_C3 +LQ06X004130 Putative uncharacterized protein 11.46017715 L4_chemical_A1 +LQ06X004130 Putative uncharacterized protein 11.78003394 L4_chemical_A2 +LQ06X004130 Putative uncharacterized protein 12.4551465 L4_chemical_A3 +LQ06X004130 Putative uncharacterized protein 12.0840213 L4_chemical_B1 +LQ06X004130 Putative uncharacterized protein 12.31358409 L4_chemical_B2 +LQ06X004130 Putative uncharacterized protein 11.44949161 L4_chemical_B3 +LQ06X004130 Putative uncharacterized protein 11.24695568 L4_chemical_C2 +LQ06X004130 Putative uncharacterized protein 11.21336639 L4_chemical_C3 +LQ06X004150 Aquaporin NIP6-1 10.45084314 C6_control_A1 +LQ06X004150 Aquaporin NIP6-1 10.40091785 C6_control_A3 +LQ06X004150 Aquaporin NIP6-1 10.1828293 C6_control_B1 +LQ06X004150 Aquaporin NIP6-1 8.236481961 C6_control_B2 +LQ06X004150 Aquaporin NIP6-1 9.055189588 C6_control_B3 +LQ06X004150 Aquaporin NIP6-1 7.560086731 C6_control_C1 +LQ06X004150 Aquaporin NIP6-1 6.737790976 C6_control_C2 +LQ06X004150 Aquaporin NIP6-1 8.243545753 C6_control_C3 +LQ06X004150 Aquaporin NIP6-1 10.69987667 C6_chemical_A1 +LQ06X004150 Aquaporin NIP6-1 10.76760835 C6_chemical_A3 +LQ06X004150 Aquaporin NIP6-1 10.05544135 C6_chemical_B1 +LQ06X004150 Aquaporin NIP6-1 8.661683914 C6_chemical_B2 +LQ06X004150 Aquaporin NIP6-1 8.619227354 C6_chemical_B3 +LQ06X004150 Aquaporin NIP6-1 6.464587835 C6_chemical_C1 +LQ06X004150 Aquaporin NIP6-1 7.045905772 C6_chemical_C2 +LQ06X004150 Aquaporin NIP6-1 7.392958685 C6_chemical_C3 +LQ06X004150 Aquaporin NIP6-1 10.3754747 L4_control_A1 +LQ06X004150 Aquaporin NIP6-1 10.46989074 L4_control_A2 +LQ06X004150 Aquaporin NIP6-1 10.85482118 L4_control_A3 +LQ06X004150 Aquaporin NIP6-1 9.524377504 L4_control_B1 +LQ06X004150 Aquaporin NIP6-1 10.14717605 L4_control_B2 +LQ06X004150 Aquaporin NIP6-1 6.94467668 L4_control_B3 +LQ06X004150 Aquaporin NIP6-1 6.747366822 L4_control_C2 +LQ06X004150 Aquaporin NIP6-1 6.644583794 L4_control_C3 +LQ06X004150 Aquaporin NIP6-1 10.13671305 L4_chemical_A1 +LQ06X004150 Aquaporin NIP6-1 10.29777065 L4_chemical_A2 +LQ06X004150 Aquaporin NIP6-1 10.57184642 L4_chemical_A3 +LQ06X004150 Aquaporin NIP6-1 9.966255718 L4_chemical_B1 +LQ06X004150 Aquaporin NIP6-1 9.890655274 L4_chemical_B2 +LQ06X004150 Aquaporin NIP6-1 9.408559691 L4_chemical_B3 +LQ06X004150 Aquaporin NIP6-1 6.66018723 L4_chemical_C2 +LQ06X004150 Aquaporin NIP6-1 6.647097349 L4_chemical_C3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.526817861 C6_control_A1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.387466576 C6_control_A3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.624131164 C6_control_B1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.210911795 C6_control_B2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 4.844556087 C6_control_B3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 4.826254279 C6_control_C1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.015450385 C6_control_C2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.016443927 C6_control_C3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.595567256 C6_chemical_A1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.096518577 C6_chemical_A3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 4.903836763 C6_chemical_B1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.149115765 C6_chemical_B2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.076724708 C6_chemical_B3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 4.949857314 C6_chemical_C1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 4.911802443 C6_chemical_C2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.160670088 C6_chemical_C3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.085688412 L4_control_A1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.008302512 L4_control_A2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.016019348 L4_control_A3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 6.061267672 L4_control_B1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.057598154 L4_control_B2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.164283507 L4_control_B3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 4.624334749 L4_control_C2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 4.651016254 L4_control_C3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.540536771 L4_chemical_A1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.379305404 L4_chemical_A2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.31473783 L4_chemical_A3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.29175374 L4_chemical_B1 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.169532566 L4_chemical_B2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.195465351 L4_chemical_B3 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.318976037 L4_chemical_C2 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.859747438 L4_chemical_C3 +LQ06X004260 Predicted protein 9.665034848 C6_control_A1 +LQ06X004260 Predicted protein 8.931458965 C6_control_A3 +LQ06X004260 Predicted protein 9.055348741 C6_control_B1 +LQ06X004260 Predicted protein 10.57503949 C6_control_B2 +LQ06X004260 Predicted protein 9.199509223 C6_control_B3 +LQ06X004260 Predicted protein 10.96383061 C6_control_C1 +LQ06X004260 Predicted protein 10.69369995 C6_control_C2 +LQ06X004260 Predicted protein 11.3304935 C6_control_C3 +LQ06X004260 Predicted protein 9.47581473 C6_chemical_A1 +LQ06X004260 Predicted protein 8.594311761 C6_chemical_A3 +LQ06X004260 Predicted protein 8.447921347 C6_chemical_B1 +LQ06X004260 Predicted protein 10.35850745 C6_chemical_B2 +LQ06X004260 Predicted protein 9.048791557 C6_chemical_B3 +LQ06X004260 Predicted protein 10.92920037 C6_chemical_C1 +LQ06X004260 Predicted protein 11.09487908 C6_chemical_C2 +LQ06X004260 Predicted protein 10.89317546 C6_chemical_C3 +LQ06X004260 Predicted protein 8.625960588 L4_control_A1 +LQ06X004260 Predicted protein 8.341326697 L4_control_A2 +LQ06X004260 Predicted protein 8.023886289 L4_control_A3 +LQ06X004260 Predicted protein 8.063552318 L4_control_B1 +LQ06X004260 Predicted protein 6.708444359 L4_control_B2 +LQ06X004260 Predicted protein 9.208011004 L4_control_B3 +LQ06X004260 Predicted protein 7.862520213 L4_control_C2 +LQ06X004260 Predicted protein 7.803784657 L4_control_C3 +LQ06X004260 Predicted protein 8.729696123 L4_chemical_A1 +LQ06X004260 Predicted protein 8.464786981 L4_chemical_A2 +LQ06X004260 Predicted protein 8.012145683 L4_chemical_A3 +LQ06X004260 Predicted protein 7.760193401 L4_chemical_B1 +LQ06X004260 Predicted protein 6.727471308 L4_chemical_B2 +LQ06X004260 Predicted protein 9.242726682 L4_chemical_B3 +LQ06X004260 Predicted protein 7.497553632 L4_chemical_C2 +LQ06X004260 Predicted protein 8.303290214 L4_chemical_C3 +LQ06X004320 Predicted protein 12.45535806 C6_control_A1 +LQ06X004320 Predicted protein 12.44777416 C6_control_A3 +LQ06X004320 Predicted protein 12.77434623 C6_control_B1 +LQ06X004320 Predicted protein 12.88178432 C6_control_B2 +LQ06X004320 Predicted protein 13.13908218 C6_control_B3 +LQ06X004320 Predicted protein 12.78547112 C6_control_C1 +LQ06X004320 Predicted protein 13.07544924 C6_control_C2 +LQ06X004320 Predicted protein 12.81191476 C6_control_C3 +LQ06X004320 Predicted protein 12.31754749 C6_chemical_A1 +LQ06X004320 Predicted protein 12.1055393 C6_chemical_A3 +LQ06X004320 Predicted protein 12.5188784 C6_chemical_B1 +LQ06X004320 Predicted protein 12.89950901 C6_chemical_B2 +LQ06X004320 Predicted protein 12.74998931 C6_chemical_B3 +LQ06X004320 Predicted protein 12.91429616 C6_chemical_C1 +LQ06X004320 Predicted protein 12.94761313 C6_chemical_C2 +LQ06X004320 Predicted protein 12.71943477 C6_chemical_C3 +LQ06X004320 Predicted protein 12.48279613 L4_control_A1 +LQ06X004320 Predicted protein 12.87092307 L4_control_A2 +LQ06X004320 Predicted protein 12.13432943 L4_control_A3 +LQ06X004320 Predicted protein 12.77487222 L4_control_B1 +LQ06X004320 Predicted protein 12.38392252 L4_control_B2 +LQ06X004320 Predicted protein 12.96185062 L4_control_B3 +LQ06X004320 Predicted protein 12.62353423 L4_control_C2 +LQ06X004320 Predicted protein 12.28390811 L4_control_C3 +LQ06X004320 Predicted protein 12.1898833 L4_chemical_A1 +LQ06X004320 Predicted protein 12.58027308 L4_chemical_A2 +LQ06X004320 Predicted protein 12.13987711 L4_chemical_A3 +LQ06X004320 Predicted protein 12.47524171 L4_chemical_B1 +LQ06X004320 Predicted protein 12.33028249 L4_chemical_B2 +LQ06X004320 Predicted protein 12.78742535 L4_chemical_B3 +LQ06X004320 Predicted protein 12.47514255 L4_chemical_C2 +LQ06X004320 Predicted protein 12.29776649 L4_chemical_C3 +LQ06X004330 Putative uncharacterized protein 6.542318383 C6_control_A1 +LQ06X004330 Putative uncharacterized protein 6.694313364 C6_control_A3 +LQ06X004330 Putative uncharacterized protein 6.722193029 C6_control_B1 +LQ06X004330 Putative uncharacterized protein 5.779038683 C6_control_B2 +LQ06X004330 Putative uncharacterized protein 7.13221407 C6_control_B3 +LQ06X004330 Putative uncharacterized protein 6.282763024 C6_control_C1 +LQ06X004330 Putative uncharacterized protein 4.988512928 C6_control_C2 +LQ06X004330 Putative uncharacterized protein 6.756836364 C6_control_C3 +LQ06X004330 Putative uncharacterized protein 6.884793609 C6_chemical_A1 +LQ06X004330 Putative uncharacterized protein 6.250368887 C6_chemical_A3 +LQ06X004330 Putative uncharacterized protein 7.170633479 C6_chemical_B1 +LQ06X004330 Putative uncharacterized protein 5.839712453 C6_chemical_B2 +LQ06X004330 Putative uncharacterized protein 7.779399702 C6_chemical_B3 +LQ06X004330 Putative uncharacterized protein 6.27995674 C6_chemical_C1 +LQ06X004330 Putative uncharacterized protein 5.556481055 C6_chemical_C2 +LQ06X004330 Putative uncharacterized protein 6.594235588 C6_chemical_C3 +LQ06X004330 Putative uncharacterized protein 7.308674015 L4_control_A1 +LQ06X004330 Putative uncharacterized protein 7.327888572 L4_control_A2 +LQ06X004330 Putative uncharacterized protein 6.995215848 L4_control_A3 +LQ06X004330 Putative uncharacterized protein 8.799375314 L4_control_B1 +LQ06X004330 Putative uncharacterized protein 7.533915056 L4_control_B2 +LQ06X004330 Putative uncharacterized protein 6.427577611 L4_control_B3 +LQ06X004330 Putative uncharacterized protein 7.995631341 L4_control_C2 +LQ06X004330 Putative uncharacterized protein 7.629467467 L4_control_C3 +LQ06X004330 Putative uncharacterized protein 7.432383195 L4_chemical_A1 +LQ06X004330 Putative uncharacterized protein 7.277997121 L4_chemical_A2 +LQ06X004330 Putative uncharacterized protein 7.403929743 L4_chemical_A3 +LQ06X004330 Putative uncharacterized protein 7.308529025 L4_chemical_B1 +LQ06X004330 Putative uncharacterized protein 7.753460765 L4_chemical_B2 +LQ06X004330 Putative uncharacterized protein 6.452460192 L4_chemical_B3 +LQ06X004330 Putative uncharacterized protein 8.081772281 L4_chemical_C2 +LQ06X004330 Putative uncharacterized protein 8.051006726 L4_chemical_C3 +LQ06X004340 Probable protein phosphatase 2C 18 12.50575204 C6_control_A1 +LQ06X004340 Probable protein phosphatase 2C 18 12.17308102 C6_control_A3 +LQ06X004340 Probable protein phosphatase 2C 18 12.28512416 C6_control_B1 +LQ06X004340 Probable protein phosphatase 2C 18 11.78690242 C6_control_B2 +LQ06X004340 Probable protein phosphatase 2C 18 12.03163022 C6_control_B3 +LQ06X004340 Probable protein phosphatase 2C 18 12.42990511 C6_control_C1 +LQ06X004340 Probable protein phosphatase 2C 18 12.0803937 C6_control_C2 +LQ06X004340 Probable protein phosphatase 2C 18 12.27476195 C6_control_C3 +LQ06X004340 Probable protein phosphatase 2C 18 12.52105816 C6_chemical_A1 +LQ06X004340 Probable protein phosphatase 2C 18 12.40813279 C6_chemical_A3 +LQ06X004340 Probable protein phosphatase 2C 18 12.27556307 C6_chemical_B1 +LQ06X004340 Probable protein phosphatase 2C 18 11.73581272 C6_chemical_B2 +LQ06X004340 Probable protein phosphatase 2C 18 12.26467928 C6_chemical_B3 +LQ06X004340 Probable protein phosphatase 2C 18 12.33052211 C6_chemical_C1 +LQ06X004340 Probable protein phosphatase 2C 18 12.03979057 C6_chemical_C2 +LQ06X004340 Probable protein phosphatase 2C 18 12.51851798 C6_chemical_C3 +LQ06X004340 Probable protein phosphatase 2C 18 12.33907333 L4_control_A1 +LQ06X004340 Probable protein phosphatase 2C 18 12.00281644 L4_control_A2 +LQ06X004340 Probable protein phosphatase 2C 18 12.78283765 L4_control_A3 +LQ06X004340 Probable protein phosphatase 2C 18 11.99499737 L4_control_B1 +LQ06X004340 Probable protein phosphatase 2C 18 12.57115825 L4_control_B2 +LQ06X004340 Probable protein phosphatase 2C 18 12.32597436 L4_control_B3 +LQ06X004340 Probable protein phosphatase 2C 18 12.92234949 L4_control_C2 +LQ06X004340 Probable protein phosphatase 2C 18 12.78037248 L4_control_C3 +LQ06X004340 Probable protein phosphatase 2C 18 12.51458165 L4_chemical_A1 +LQ06X004340 Probable protein phosphatase 2C 18 12.19070905 L4_chemical_A2 +LQ06X004340 Probable protein phosphatase 2C 18 12.44980239 L4_chemical_A3 +LQ06X004340 Probable protein phosphatase 2C 18 12.36929338 L4_chemical_B1 +LQ06X004340 Probable protein phosphatase 2C 18 12.43738433 L4_chemical_B2 +LQ06X004340 Probable protein phosphatase 2C 18 12.23126966 L4_chemical_B3 +LQ06X004340 Probable protein phosphatase 2C 18 12.99910348 L4_chemical_C2 +LQ06X004340 Probable protein phosphatase 2C 18 12.66987489 L4_chemical_C3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.970848572 C6_control_A1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.207033388 C6_control_A3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.039676518 C6_control_B1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.162437664 C6_control_B2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.20071853 C6_control_B3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.077434766 C6_control_C1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.913797177 C6_control_C2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.038775625 C6_control_C3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.238702215 C6_chemical_A1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.172440196 C6_chemical_A3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.168411831 C6_chemical_B1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.110247765 C6_chemical_B2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.975789697 C6_chemical_B3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.964825465 C6_chemical_C1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.99305092 C6_chemical_C2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.815351457 C6_chemical_C3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.345285054 L4_control_A1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.078648998 L4_control_A2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.213764877 L4_control_A3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.008353372 L4_control_B1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.223795872 L4_control_B2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.980031092 L4_control_B3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.07414933 L4_control_C2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.578561045 L4_control_C3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.723764886 L4_chemical_A1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.606173382 L4_chemical_A2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.287376869 L4_chemical_A3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.865671011 L4_chemical_B1 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.250759053 L4_chemical_B2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.223912416 L4_chemical_B3 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 4.894533946 L4_chemical_C2 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.184662454 L4_chemical_C3 +LQ06X004380 Transporter, putative 9.982799522 C6_control_A1 +LQ06X004380 Transporter, putative 9.739731288 C6_control_A3 +LQ06X004380 Transporter, putative 10.15612702 C6_control_B1 +LQ06X004380 Transporter, putative 10.39056517 C6_control_B2 +LQ06X004380 Transporter, putative 10.08700694 C6_control_B3 +LQ06X004380 Transporter, putative 10.57156002 C6_control_C1 +LQ06X004380 Transporter, putative 10.5315343 C6_control_C2 +LQ06X004380 Transporter, putative 10.44483194 C6_control_C3 +LQ06X004380 Transporter, putative 10.05655444 C6_chemical_A1 +LQ06X004380 Transporter, putative 9.831085075 C6_chemical_A3 +LQ06X004380 Transporter, putative 9.855957993 C6_chemical_B1 +LQ06X004380 Transporter, putative 9.943340584 C6_chemical_B2 +LQ06X004380 Transporter, putative 9.602138164 C6_chemical_B3 +LQ06X004380 Transporter, putative 10.38945151 C6_chemical_C1 +LQ06X004380 Transporter, putative 10.47051295 C6_chemical_C2 +LQ06X004380 Transporter, putative 9.810953919 C6_chemical_C3 +LQ06X004380 Transporter, putative 9.322470861 L4_control_A1 +LQ06X004380 Transporter, putative 10.12430862 L4_control_A2 +LQ06X004380 Transporter, putative 9.508334091 L4_control_A3 +LQ06X004380 Transporter, putative 9.907389143 L4_control_B1 +LQ06X004380 Transporter, putative 9.828284617 L4_control_B2 +LQ06X004380 Transporter, putative 9.714496157 L4_control_B3 +LQ06X004380 Transporter, putative 9.422310468 L4_control_C2 +LQ06X004380 Transporter, putative 9.66996823 L4_control_C3 +LQ06X004380 Transporter, putative 9.137700016 L4_chemical_A1 +LQ06X004380 Transporter, putative 9.727681308 L4_chemical_A2 +LQ06X004380 Transporter, putative 9.417090448 L4_chemical_A3 +LQ06X004380 Transporter, putative 9.655788271 L4_chemical_B1 +LQ06X004380 Transporter, putative 9.798462355 L4_chemical_B2 +LQ06X004380 Transporter, putative 9.513291242 L4_chemical_B3 +LQ06X004380 Transporter, putative 9.038000779 L4_chemical_C2 +LQ06X004380 Transporter, putative 9.662992702 L4_chemical_C3 +LQ06X004420 Probable WRKY transcription factor 40 5.010645563 C6_control_A1 +LQ06X004420 Probable WRKY transcription factor 40 5.210462391 C6_control_A3 +LQ06X004420 Probable WRKY transcription factor 40 5.10079805 C6_control_B1 +LQ06X004420 Probable WRKY transcription factor 40 4.910926611 C6_control_B2 +LQ06X004420 Probable WRKY transcription factor 40 4.955972734 C6_control_B3 +LQ06X004420 Probable WRKY transcription factor 40 5.050858963 C6_control_C1 +LQ06X004420 Probable WRKY transcription factor 40 4.790731873 C6_control_C2 +LQ06X004420 Probable WRKY transcription factor 40 5.018622527 C6_control_C3 +LQ06X004420 Probable WRKY transcription factor 40 4.741347018 C6_chemical_A1 +LQ06X004420 Probable WRKY transcription factor 40 5.201943649 C6_chemical_A3 +LQ06X004420 Probable WRKY transcription factor 40 5.175508724 C6_chemical_B1 +LQ06X004420 Probable WRKY transcription factor 40 4.69377977 C6_chemical_B2 +LQ06X004420 Probable WRKY transcription factor 40 4.972457896 C6_chemical_B3 +LQ06X004420 Probable WRKY transcription factor 40 5.110364714 C6_chemical_C1 +LQ06X004420 Probable WRKY transcription factor 40 4.915664349 C6_chemical_C2 +LQ06X004420 Probable WRKY transcription factor 40 4.628318961 C6_chemical_C3 +LQ06X004420 Probable WRKY transcription factor 40 4.982563545 L4_control_A1 +LQ06X004420 Probable WRKY transcription factor 40 5.436429308 L4_control_A2 +LQ06X004420 Probable WRKY transcription factor 40 5.452344515 L4_control_A3 +LQ06X004420 Probable WRKY transcription factor 40 4.913598095 L4_control_B1 +LQ06X004420 Probable WRKY transcription factor 40 4.811413252 L4_control_B2 +LQ06X004420 Probable WRKY transcription factor 40 5.192401812 L4_control_B3 +LQ06X004420 Probable WRKY transcription factor 40 5.025092359 L4_control_C2 +LQ06X004420 Probable WRKY transcription factor 40 5.355159987 L4_control_C3 +LQ06X004420 Probable WRKY transcription factor 40 5.20135167 L4_chemical_A1 +LQ06X004420 Probable WRKY transcription factor 40 4.905964335 L4_chemical_A2 +LQ06X004420 Probable WRKY transcription factor 40 5.598295758 L4_chemical_A3 +LQ06X004420 Probable WRKY transcription factor 40 4.824308525 L4_chemical_B1 +LQ06X004420 Probable WRKY transcription factor 40 4.655034054 L4_chemical_B2 +LQ06X004420 Probable WRKY transcription factor 40 5.011626568 L4_chemical_B3 +LQ06X004420 Probable WRKY transcription factor 40 4.902700305 L4_chemical_C2 +LQ06X004420 Probable WRKY transcription factor 40 4.956026463 L4_chemical_C3 +LQ06X004470 Predicted protein 5.138077678 C6_control_A1 +LQ06X004470 Predicted protein 5.263303657 C6_control_A3 +LQ06X004470 Predicted protein 4.761537287 C6_control_B1 +LQ06X004470 Predicted protein 5.484017463 C6_control_B2 +LQ06X004470 Predicted protein 5.130483145 C6_control_B3 +LQ06X004470 Predicted protein 7.542760292 C6_control_C1 +LQ06X004470 Predicted protein 5.964635363 C6_control_C2 +LQ06X004470 Predicted protein 5.38272823 C6_control_C3 +LQ06X004470 Predicted protein 5.083329452 C6_chemical_A1 +LQ06X004470 Predicted protein 5.406468589 C6_chemical_A3 +LQ06X004470 Predicted protein 4.751137068 C6_chemical_B1 +LQ06X004470 Predicted protein 5.440206689 C6_chemical_B2 +LQ06X004470 Predicted protein 4.881471995 C6_chemical_B3 +LQ06X004470 Predicted protein 7.841678367 C6_chemical_C1 +LQ06X004470 Predicted protein 7.019703755 C6_chemical_C2 +LQ06X004470 Predicted protein 6.454214294 C6_chemical_C3 +LQ06X004470 Predicted protein 5.146495199 L4_control_A1 +LQ06X004470 Predicted protein 5.271620677 L4_control_A2 +LQ06X004470 Predicted protein 5.311540244 L4_control_A3 +LQ06X004470 Predicted protein 5.703172685 L4_control_B1 +LQ06X004470 Predicted protein 5.66435323 L4_control_B2 +LQ06X004470 Predicted protein 4.930932796 L4_control_B3 +LQ06X004470 Predicted protein 5.073331216 L4_control_C2 +LQ06X004470 Predicted protein 4.883383878 L4_control_C3 +LQ06X004470 Predicted protein 5.068655538 L4_chemical_A1 +LQ06X004470 Predicted protein 5.01376818 L4_chemical_A2 +LQ06X004470 Predicted protein 5.243055105 L4_chemical_A3 +LQ06X004470 Predicted protein 5.038580235 L4_chemical_B1 +LQ06X004470 Predicted protein 5.369148317 L4_chemical_B2 +LQ06X004470 Predicted protein 4.857591282 L4_chemical_B3 +LQ06X004470 Predicted protein 4.696747166 L4_chemical_C2 +LQ06X004470 Predicted protein 5.006715349 L4_chemical_C3 +LQ06X004600 Putative Lamin-like protein 13.43734265 C6_control_A1 +LQ06X004600 Putative Lamin-like protein 13.89677333 C6_control_A3 +LQ06X004600 Putative Lamin-like protein 13.45571585 C6_control_B1 +LQ06X004600 Putative Lamin-like protein 12.05211019 C6_control_B2 +LQ06X004600 Putative Lamin-like protein 12.94072464 C6_control_B3 +LQ06X004600 Putative Lamin-like protein 9.177203943 C6_control_C1 +LQ06X004600 Putative Lamin-like protein 8.70240947 C6_control_C2 +LQ06X004600 Putative Lamin-like protein 9.13207469 C6_control_C3 +LQ06X004600 Putative Lamin-like protein 13.14479739 C6_chemical_A1 +LQ06X004600 Putative Lamin-like protein 13.62160505 C6_chemical_A3 +LQ06X004600 Putative Lamin-like protein 13.0171408 C6_chemical_B1 +LQ06X004600 Putative Lamin-like protein 12.06683872 C6_chemical_B2 +LQ06X004600 Putative Lamin-like protein 12.59527435 C6_chemical_B3 +LQ06X004600 Putative Lamin-like protein 8.613431189 C6_chemical_C1 +LQ06X004600 Putative Lamin-like protein 8.314163621 C6_chemical_C2 +LQ06X004600 Putative Lamin-like protein 8.119109795 C6_chemical_C3 +LQ06X004600 Putative Lamin-like protein 13.19500014 L4_control_A1 +LQ06X004600 Putative Lamin-like protein 13.35167922 L4_control_A2 +LQ06X004600 Putative Lamin-like protein 12.59880472 L4_control_A3 +LQ06X004600 Putative Lamin-like protein 11.77744389 L4_control_B1 +LQ06X004600 Putative Lamin-like protein 12.43309247 L4_control_B2 +LQ06X004600 Putative Lamin-like protein 10.32417259 L4_control_B3 +LQ06X004600 Putative Lamin-like protein 8.892737464 L4_control_C2 +LQ06X004600 Putative Lamin-like protein 7.713515246 L4_control_C3 +LQ06X004600 Putative Lamin-like protein 12.48225889 L4_chemical_A1 +LQ06X004600 Putative Lamin-like protein 12.60638037 L4_chemical_A2 +LQ06X004600 Putative Lamin-like protein 12.669516 L4_chemical_A3 +LQ06X004600 Putative Lamin-like protein 12.78764029 L4_chemical_B1 +LQ06X004600 Putative Lamin-like protein 12.75576417 L4_chemical_B2 +LQ06X004600 Putative Lamin-like protein 13.75970653 L4_chemical_B3 +LQ06X004600 Putative Lamin-like protein 7.963198171 L4_chemical_C2 +LQ06X004600 Putative Lamin-like protein 8.353034865 L4_chemical_C3 +LQ06X004620 12-oxophytodienoate reductase 2 10.87000838 C6_control_A1 +LQ06X004620 12-oxophytodienoate reductase 2 12.13259548 C6_control_A3 +LQ06X004620 12-oxophytodienoate reductase 2 10.33506521 C6_control_B1 +LQ06X004620 12-oxophytodienoate reductase 2 9.798857955 C6_control_B2 +LQ06X004620 12-oxophytodienoate reductase 2 11.05977503 C6_control_B3 +LQ06X004620 12-oxophytodienoate reductase 2 10.70999102 C6_control_C1 +LQ06X004620 12-oxophytodienoate reductase 2 11.19052579 C6_control_C2 +LQ06X004620 12-oxophytodienoate reductase 2 12.5096089 C6_control_C3 +LQ06X004620 12-oxophytodienoate reductase 2 9.740081485 C6_chemical_A1 +LQ06X004620 12-oxophytodienoate reductase 2 12.03635989 C6_chemical_A3 +LQ06X004620 12-oxophytodienoate reductase 2 8.993795054 C6_chemical_B1 +LQ06X004620 12-oxophytodienoate reductase 2 9.33512338 C6_chemical_B2 +LQ06X004620 12-oxophytodienoate reductase 2 11.22006972 C6_chemical_B3 +LQ06X004620 12-oxophytodienoate reductase 2 9.769269542 C6_chemical_C1 +LQ06X004620 12-oxophytodienoate reductase 2 10.06395335 C6_chemical_C2 +LQ06X004620 12-oxophytodienoate reductase 2 12.95866746 C6_chemical_C3 +LQ06X004620 12-oxophytodienoate reductase 2 11.00397201 L4_control_A1 +LQ06X004620 12-oxophytodienoate reductase 2 10.94125925 L4_control_A2 +LQ06X004620 12-oxophytodienoate reductase 2 11.59820896 L4_control_A3 +LQ06X004620 12-oxophytodienoate reductase 2 9.819157982 L4_control_B1 +LQ06X004620 12-oxophytodienoate reductase 2 10.05365709 L4_control_B2 +LQ06X004620 12-oxophytodienoate reductase 2 12.1848205 L4_control_B3 +LQ06X004620 12-oxophytodienoate reductase 2 11.60499157 L4_control_C2 +LQ06X004620 12-oxophytodienoate reductase 2 13.55092799 L4_control_C3 +LQ06X004620 12-oxophytodienoate reductase 2 11.91109797 L4_chemical_A1 +LQ06X004620 12-oxophytodienoate reductase 2 10.21857208 L4_chemical_A2 +LQ06X004620 12-oxophytodienoate reductase 2 12.10223607 L4_chemical_A3 +LQ06X004620 12-oxophytodienoate reductase 2 11.01228502 L4_chemical_B1 +LQ06X004620 12-oxophytodienoate reductase 2 9.240979785 L4_chemical_B2 +LQ06X004620 12-oxophytodienoate reductase 2 11.68332406 L4_chemical_B3 +LQ06X004620 12-oxophytodienoate reductase 2 10.5705087 L4_chemical_C2 +LQ06X004620 12-oxophytodienoate reductase 2 13.12549816 L4_chemical_C3 +LQ06X004630 12-oxophytodienoate reductase 1 12.53425255 C6_control_A1 +LQ06X004630 12-oxophytodienoate reductase 1 13.03589885 C6_control_A3 +LQ06X004630 12-oxophytodienoate reductase 1 11.39486884 C6_control_B1 +LQ06X004630 12-oxophytodienoate reductase 1 11.04181497 C6_control_B2 +LQ06X004630 12-oxophytodienoate reductase 1 12.49000255 C6_control_B3 +LQ06X004630 12-oxophytodienoate reductase 1 11.6689622 C6_control_C1 +LQ06X004630 12-oxophytodienoate reductase 1 11.8226053 C6_control_C2 +LQ06X004630 12-oxophytodienoate reductase 1 13.98923877 C6_control_C3 +LQ06X004630 12-oxophytodienoate reductase 1 11.11539738 C6_chemical_A1 +LQ06X004630 12-oxophytodienoate reductase 1 13.03882813 C6_chemical_A3 +LQ06X004630 12-oxophytodienoate reductase 1 10.05554465 C6_chemical_B1 +LQ06X004630 12-oxophytodienoate reductase 1 10.72264564 C6_chemical_B2 +LQ06X004630 12-oxophytodienoate reductase 1 12.47500341 C6_chemical_B3 +LQ06X004630 12-oxophytodienoate reductase 1 10.58423313 C6_chemical_C1 +LQ06X004630 12-oxophytodienoate reductase 1 10.90030198 C6_chemical_C2 +LQ06X004630 12-oxophytodienoate reductase 1 14.05879459 C6_chemical_C3 +LQ06X004630 12-oxophytodienoate reductase 1 12.18468977 L4_control_A1 +LQ06X004630 12-oxophytodienoate reductase 1 11.46289442 L4_control_A2 +LQ06X004630 12-oxophytodienoate reductase 1 12.33838086 L4_control_A3 +LQ06X004630 12-oxophytodienoate reductase 1 11.26394919 L4_control_B1 +LQ06X004630 12-oxophytodienoate reductase 1 10.94841882 L4_control_B2 +LQ06X004630 12-oxophytodienoate reductase 1 12.82621637 L4_control_B3 +LQ06X004630 12-oxophytodienoate reductase 1 11.95997169 L4_control_C2 +LQ06X004630 12-oxophytodienoate reductase 1 12.85640209 L4_control_C3 +LQ06X004630 12-oxophytodienoate reductase 1 13.28359752 L4_chemical_A1 +LQ06X004630 12-oxophytodienoate reductase 1 11.27704587 L4_chemical_A2 +LQ06X004630 12-oxophytodienoate reductase 1 12.8718339 L4_chemical_A3 +LQ06X004630 12-oxophytodienoate reductase 1 11.99407195 L4_chemical_B1 +LQ06X004630 12-oxophytodienoate reductase 1 10.56750737 L4_chemical_B2 +LQ06X004630 12-oxophytodienoate reductase 1 12.37728917 L4_chemical_B3 +LQ06X004630 12-oxophytodienoate reductase 1 11.14612217 L4_chemical_C2 +LQ06X004630 12-oxophytodienoate reductase 1 12.52362014 L4_chemical_C3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.45186754 C6_control_A1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.33783238 C6_control_A3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.02089211 C6_control_B1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.33737578 C6_control_B2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.50893736 C6_control_B3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.31838448 C6_control_C1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.03970365 C6_control_C2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.45374492 C6_control_C3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.22674932 C6_chemical_A1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.48960237 C6_chemical_A3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 9.717697591 C6_chemical_B1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.08412584 C6_chemical_B2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.30657514 C6_chemical_B3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.1130166 C6_chemical_C1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.23032642 C6_chemical_C2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.56729687 C6_chemical_C3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.06096998 L4_control_A1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.28713944 L4_control_A2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.68720848 L4_control_A3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.93507012 L4_control_B1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.65379826 L4_control_B2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.48838395 L4_control_B3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.75358503 L4_control_C2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.6522085 L4_control_C3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.26803129 L4_chemical_A1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.41775576 L4_chemical_A2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.66698505 L4_chemical_A3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.81145416 L4_chemical_B1 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.7149233 L4_chemical_B2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.02298058 L4_chemical_B3 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.87779101 L4_chemical_C2 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 11.76780903 L4_chemical_C3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.141737675 C6_control_A1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 8.086744889 C6_control_A3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.150820002 C6_control_B1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.411584071 C6_control_B2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.907773977 C6_control_B3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.179631657 C6_control_C1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.781812093 C6_control_C2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.968033197 C6_control_C3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.626139319 C6_chemical_A1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.078347569 C6_chemical_A3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.976855529 C6_chemical_B1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.900683739 C6_chemical_B2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.139755331 C6_chemical_B3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.487123135 C6_chemical_C1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.024900505 C6_chemical_C2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.352657941 C6_chemical_C3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.087935492 L4_control_A1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.682530659 L4_control_A2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.578225844 L4_control_A3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.625799818 L4_control_B1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.91514749 L4_control_B2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.873669022 L4_control_B3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.953691415 L4_control_C2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.464783409 L4_control_C3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.044518584 L4_chemical_A1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.892111919 L4_chemical_A2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 8.427273006 L4_chemical_A3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 8.062876801 L4_chemical_B1 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 7.208093885 L4_chemical_B2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.744790286 L4_chemical_B3 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.440653581 L4_chemical_C2 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 8.19096078 L4_chemical_C3 +LQ06X004720 ALA-interacting subunit 1 5.022946178 C6_control_A1 +LQ06X004720 ALA-interacting subunit 1 5.210673917 C6_control_A3 +LQ06X004720 ALA-interacting subunit 1 5.174391495 C6_control_B1 +LQ06X004720 ALA-interacting subunit 1 4.99810488 C6_control_B2 +LQ06X004720 ALA-interacting subunit 1 4.940795389 C6_control_B3 +LQ06X004720 ALA-interacting subunit 1 5.089184192 C6_control_C1 +LQ06X004720 ALA-interacting subunit 1 5.223163674 C6_control_C2 +LQ06X004720 ALA-interacting subunit 1 5.475028171 C6_control_C3 +LQ06X004720 ALA-interacting subunit 1 4.895408708 C6_chemical_A1 +LQ06X004720 ALA-interacting subunit 1 4.840409492 C6_chemical_A3 +LQ06X004720 ALA-interacting subunit 1 5.315484872 C6_chemical_B1 +LQ06X004720 ALA-interacting subunit 1 5.186297807 C6_chemical_B2 +LQ06X004720 ALA-interacting subunit 1 4.953426415 C6_chemical_B3 +LQ06X004720 ALA-interacting subunit 1 5.635526246 C6_chemical_C1 +LQ06X004720 ALA-interacting subunit 1 4.986311599 C6_chemical_C2 +LQ06X004720 ALA-interacting subunit 1 5.23624648 C6_chemical_C3 +LQ06X004720 ALA-interacting subunit 1 5.145088489 L4_control_A1 +LQ06X004720 ALA-interacting subunit 1 5.212782515 L4_control_A2 +LQ06X004720 ALA-interacting subunit 1 5.275544435 L4_control_A3 +LQ06X004720 ALA-interacting subunit 1 5.275258071 L4_control_B1 +LQ06X004720 ALA-interacting subunit 1 5.222857021 L4_control_B2 +LQ06X004720 ALA-interacting subunit 1 5.553819258 L4_control_B3 +LQ06X004720 ALA-interacting subunit 1 5.087718536 L4_control_C2 +LQ06X004720 ALA-interacting subunit 1 5.871379241 L4_control_C3 +LQ06X004720 ALA-interacting subunit 1 5.126638796 L4_chemical_A1 +LQ06X004720 ALA-interacting subunit 1 5.086534532 L4_chemical_A2 +LQ06X004720 ALA-interacting subunit 1 5.558894432 L4_chemical_A3 +LQ06X004720 ALA-interacting subunit 1 5.219612998 L4_chemical_B1 +LQ06X004720 ALA-interacting subunit 1 5.231467849 L4_chemical_B2 +LQ06X004720 ALA-interacting subunit 1 4.987797533 L4_chemical_B3 +LQ06X004720 ALA-interacting subunit 1 5.444066567 L4_chemical_C2 +LQ06X004720 ALA-interacting subunit 1 5.255087216 L4_chemical_C3 +LQ06X004792 Hypothetical protein 5.270333682 C6_control_A1 +LQ06X004792 Hypothetical protein 5.288548607 C6_control_A3 +LQ06X004792 Hypothetical protein 5.530667641 C6_control_B1 +LQ06X004792 Hypothetical protein 5.075128797 C6_control_B2 +LQ06X004792 Hypothetical protein 5.333648409 C6_control_B3 +LQ06X004792 Hypothetical protein 4.980539797 C6_control_C1 +LQ06X004792 Hypothetical protein 4.949809244 C6_control_C2 +LQ06X004792 Hypothetical protein 5.161855893 C6_control_C3 +LQ06X004792 Hypothetical protein 5.595381375 C6_chemical_A1 +LQ06X004792 Hypothetical protein 5.241088553 C6_chemical_A3 +LQ06X004792 Hypothetical protein 5.288466655 C6_chemical_B1 +LQ06X004792 Hypothetical protein 4.907265549 C6_chemical_B2 +LQ06X004792 Hypothetical protein 5.152793242 C6_chemical_B3 +LQ06X004792 Hypothetical protein 5.099720944 C6_chemical_C1 +LQ06X004792 Hypothetical protein 4.946226558 C6_chemical_C2 +LQ06X004792 Hypothetical protein 5.430030763 C6_chemical_C3 +LQ06X004792 Hypothetical protein 5.108225316 L4_control_A1 +LQ06X004792 Hypothetical protein 5.210002723 L4_control_A2 +LQ06X004792 Hypothetical protein 5.781158371 L4_control_A3 +LQ06X004792 Hypothetical protein 5.15410697 L4_control_B1 +LQ06X004792 Hypothetical protein 5.034867513 L4_control_B2 +LQ06X004792 Hypothetical protein 5.355976324 L4_control_B3 +LQ06X004792 Hypothetical protein 5.720548602 L4_control_C2 +LQ06X004792 Hypothetical protein 5.665881724 L4_control_C3 +LQ06X004792 Hypothetical protein 5.478662365 L4_chemical_A1 +LQ06X004792 Hypothetical protein 5.19168163 L4_chemical_A2 +LQ06X004792 Hypothetical protein 5.270733361 L4_chemical_A3 +LQ06X004792 Hypothetical protein 5.290388187 L4_chemical_B1 +LQ06X004792 Hypothetical protein 5.488800161 L4_chemical_B2 +LQ06X004792 Hypothetical protein 5.112517563 L4_chemical_B3 +LQ06X004792 Hypothetical protein 5.747397858 L4_chemical_C2 +LQ06X004792 Hypothetical protein 5.483904021 L4_chemical_C3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.30882796 C6_control_A1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.02908222 C6_control_A3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.44247862 C6_control_B1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 13.77235301 C6_control_B2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 13.19934564 C6_control_B3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.40535438 C6_control_C1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 13.16833408 C6_control_C2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.72604088 C6_control_C3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.23965913 C6_chemical_A1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.08249697 C6_chemical_A3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.85427251 C6_chemical_B1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 13.07767811 C6_chemical_B2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 14.20030019 C6_chemical_B3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.5154785 C6_chemical_C1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.42814685 C6_chemical_C2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.77044169 C6_chemical_C3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.01017423 L4_control_A1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.02447582 L4_control_A2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.46751059 L4_control_A3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 13.04539415 L4_control_B1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.93951679 L4_control_B2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 14.53915818 L4_control_B3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.33810283 L4_control_C2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.2040019 L4_control_C3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 10.99462898 L4_chemical_A1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 10.9524879 L4_chemical_A2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.00933822 L4_chemical_A3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.53711066 L4_chemical_B1 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.88591561 L4_chemical_B2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 13.25656973 L4_chemical_B3 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.3085129 L4_chemical_C2 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 12.36627994 L4_chemical_C3 +LQ06X004830 Hypothetical protein 5.501739785 C6_control_A1 +LQ06X004830 Hypothetical protein 5.368556969 C6_control_A3 +LQ06X004830 Hypothetical protein 5.749920673 C6_control_B1 +LQ06X004830 Hypothetical protein 5.592659512 C6_control_B2 +LQ06X004830 Hypothetical protein 5.689624811 C6_control_B3 +LQ06X004830 Hypothetical protein 4.949887538 C6_control_C1 +LQ06X004830 Hypothetical protein 5.096516754 C6_control_C2 +LQ06X004830 Hypothetical protein 5.231227182 C6_control_C3 +LQ06X004830 Hypothetical protein 5.637178803 C6_chemical_A1 +LQ06X004830 Hypothetical protein 5.435916616 C6_chemical_A3 +LQ06X004830 Hypothetical protein 6.346555616 C6_chemical_B1 +LQ06X004830 Hypothetical protein 5.375945945 C6_chemical_B2 +LQ06X004830 Hypothetical protein 6.056096916 C6_chemical_B3 +LQ06X004830 Hypothetical protein 4.91869216 C6_chemical_C1 +LQ06X004830 Hypothetical protein 5.445654933 C6_chemical_C2 +LQ06X004830 Hypothetical protein 5.420549998 C6_chemical_C3 +LQ06X004830 Hypothetical protein 5.767130382 L4_control_A1 +LQ06X004830 Hypothetical protein 5.642961533 L4_control_A2 +LQ06X004830 Hypothetical protein 5.593088802 L4_control_A3 +LQ06X004830 Hypothetical protein 6.413412852 L4_control_B1 +LQ06X004830 Hypothetical protein 6.304467242 L4_control_B2 +LQ06X004830 Hypothetical protein 5.885786431 L4_control_B3 +LQ06X004830 Hypothetical protein 5.252470593 L4_control_C2 +LQ06X004830 Hypothetical protein 5.015652575 L4_control_C3 +LQ06X004830 Hypothetical protein 5.782650386 L4_chemical_A1 +LQ06X004830 Hypothetical protein 5.669846324 L4_chemical_A2 +LQ06X004830 Hypothetical protein 4.949016806 L4_chemical_A3 +LQ06X004830 Hypothetical protein 6.117780658 L4_chemical_B1 +LQ06X004830 Hypothetical protein 6.254393775 L4_chemical_B2 +LQ06X004830 Hypothetical protein 5.557031048 L4_chemical_B3 +LQ06X004830 Hypothetical protein 5.624441499 L4_chemical_C2 +LQ06X004830 Hypothetical protein 5.448041427 L4_chemical_C3 +LQ06X004840 Putative Predicted protein (Fragment) 4.934248915 C6_control_A1 +LQ06X004840 Putative Predicted protein (Fragment) 4.647157136 C6_control_A3 +LQ06X004840 Putative Predicted protein (Fragment) 4.883981503 C6_control_B1 +LQ06X004840 Putative Predicted protein (Fragment) 4.737641136 C6_control_B2 +LQ06X004840 Putative Predicted protein (Fragment) 4.776914602 C6_control_B3 +LQ06X004840 Putative Predicted protein (Fragment) 5.070988114 C6_control_C1 +LQ06X004840 Putative Predicted protein (Fragment) 4.638182667 C6_control_C2 +LQ06X004840 Putative Predicted protein (Fragment) 4.805829459 C6_control_C3 +LQ06X004840 Putative Predicted protein (Fragment) 5.021223415 C6_chemical_A1 +LQ06X004840 Putative Predicted protein (Fragment) 4.814978733 C6_chemical_A3 +LQ06X004840 Putative Predicted protein (Fragment) 5.142253177 C6_chemical_B1 +LQ06X004840 Putative Predicted protein (Fragment) 4.592118282 C6_chemical_B2 +LQ06X004840 Putative Predicted protein (Fragment) 4.896553742 C6_chemical_B3 +LQ06X004840 Putative Predicted protein (Fragment) 5.20335853 C6_chemical_C1 +LQ06X004840 Putative Predicted protein (Fragment) 4.727288085 C6_chemical_C2 +LQ06X004840 Putative Predicted protein (Fragment) 4.691064918 C6_chemical_C3 +LQ06X004840 Putative Predicted protein (Fragment) 4.671278201 L4_control_A1 +LQ06X004840 Putative Predicted protein (Fragment) 4.714608405 L4_control_A2 +LQ06X004840 Putative Predicted protein (Fragment) 5.110677972 L4_control_A3 +LQ06X004840 Putative Predicted protein (Fragment) 5.124047035 L4_control_B1 +LQ06X004840 Putative Predicted protein (Fragment) 4.758604646 L4_control_B2 +LQ06X004840 Putative Predicted protein (Fragment) 4.876509766 L4_control_B3 +LQ06X004840 Putative Predicted protein (Fragment) 6.146662133 L4_control_C2 +LQ06X004840 Putative Predicted protein (Fragment) 5.098335697 L4_control_C3 +LQ06X004840 Putative Predicted protein (Fragment) 4.702358454 L4_chemical_A1 +LQ06X004840 Putative Predicted protein (Fragment) 4.991222427 L4_chemical_A2 +LQ06X004840 Putative Predicted protein (Fragment) 5.021323029 L4_chemical_A3 +LQ06X004840 Putative Predicted protein (Fragment) 4.946654829 L4_chemical_B1 +LQ06X004840 Putative Predicted protein (Fragment) 4.950512753 L4_chemical_B2 +LQ06X004840 Putative Predicted protein (Fragment) 5.015997622 L4_chemical_B3 +LQ06X004840 Putative Predicted protein (Fragment) 4.996142272 L4_chemical_C2 +LQ06X004840 Putative Predicted protein (Fragment) 4.800982521 L4_chemical_C3 +LQ06X004850 Putative Sorcin 13.36614023 C6_control_A1 +LQ06X004850 Putative Sorcin 13.59912184 C6_control_A3 +LQ06X004850 Putative Sorcin 13.57188282 C6_control_B1 +LQ06X004850 Putative Sorcin 13.22639551 C6_control_B2 +LQ06X004850 Putative Sorcin 13.65837981 C6_control_B3 +LQ06X004850 Putative Sorcin 13.85724036 C6_control_C1 +LQ06X004850 Putative Sorcin 13.49607973 C6_control_C2 +LQ06X004850 Putative Sorcin 13.7217614 C6_control_C3 +LQ06X004850 Putative Sorcin 13.49762117 C6_chemical_A1 +LQ06X004850 Putative Sorcin 13.65036101 C6_chemical_A3 +LQ06X004850 Putative Sorcin 13.62108028 C6_chemical_B1 +LQ06X004850 Putative Sorcin 13.244274 C6_chemical_B2 +LQ06X004850 Putative Sorcin 13.75699964 C6_chemical_B3 +LQ06X004850 Putative Sorcin 13.75782955 C6_chemical_C1 +LQ06X004850 Putative Sorcin 13.70572402 C6_chemical_C2 +LQ06X004850 Putative Sorcin 13.73384696 C6_chemical_C3 +LQ06X004850 Putative Sorcin 13.53664407 L4_control_A1 +LQ06X004850 Putative Sorcin 13.66616665 L4_control_A2 +LQ06X004850 Putative Sorcin 13.40447817 L4_control_A3 +LQ06X004850 Putative Sorcin 13.7329962 L4_control_B1 +LQ06X004850 Putative Sorcin 13.28688182 L4_control_B2 +LQ06X004850 Putative Sorcin 13.56030723 L4_control_B3 +LQ06X004850 Putative Sorcin 14.25869759 L4_control_C2 +LQ06X004850 Putative Sorcin 14.40470146 L4_control_C3 +LQ06X004850 Putative Sorcin 13.90823192 L4_chemical_A1 +LQ06X004850 Putative Sorcin 14.07844064 L4_chemical_A2 +LQ06X004850 Putative Sorcin 13.36942618 L4_chemical_A3 +LQ06X004850 Putative Sorcin 14.22324158 L4_chemical_B1 +LQ06X004850 Putative Sorcin 14.01928777 L4_chemical_B2 +LQ06X004850 Putative Sorcin 13.64358808 L4_chemical_B3 +LQ06X004850 Putative Sorcin 14.34324557 L4_chemical_C2 +LQ06X004850 Putative Sorcin 14.42295199 L4_chemical_C3 +LQ06X004920 Hypothetical protein 5.978605924 C6_control_A1 +LQ06X004920 Hypothetical protein 5.835660434 C6_control_A3 +LQ06X004920 Hypothetical protein 5.677831723 C6_control_B1 +LQ06X004920 Hypothetical protein 5.823112492 C6_control_B2 +LQ06X004920 Hypothetical protein 5.802543982 C6_control_B3 +LQ06X004920 Hypothetical protein 5.845092295 C6_control_C1 +LQ06X004920 Hypothetical protein 5.682254659 C6_control_C2 +LQ06X004920 Hypothetical protein 6.129172739 C6_control_C3 +LQ06X004920 Hypothetical protein 5.731678403 C6_chemical_A1 +LQ06X004920 Hypothetical protein 5.686233024 C6_chemical_A3 +LQ06X004920 Hypothetical protein 5.953696923 C6_chemical_B1 +LQ06X004920 Hypothetical protein 5.935601112 C6_chemical_B2 +LQ06X004920 Hypothetical protein 5.916754078 C6_chemical_B3 +LQ06X004920 Hypothetical protein 6.289218951 C6_chemical_C1 +LQ06X004920 Hypothetical protein 5.936679632 C6_chemical_C2 +LQ06X004920 Hypothetical protein 6.390835838 C6_chemical_C3 +LQ06X004920 Hypothetical protein 6.066633557 L4_control_A1 +LQ06X004920 Hypothetical protein 6.148625862 L4_control_A2 +LQ06X004920 Hypothetical protein 6.71436608 L4_control_A3 +LQ06X004920 Hypothetical protein 6.471186166 L4_control_B1 +LQ06X004920 Hypothetical protein 6.686993757 L4_control_B2 +LQ06X004920 Hypothetical protein 5.969173143 L4_control_B3 +LQ06X004920 Hypothetical protein 6.880884475 L4_control_C2 +LQ06X004920 Hypothetical protein 5.819763595 L4_control_C3 +LQ06X004920 Hypothetical protein 5.706076779 L4_chemical_A1 +LQ06X004920 Hypothetical protein 5.898171371 L4_chemical_A2 +LQ06X004920 Hypothetical protein 6.223413248 L4_chemical_A3 +LQ06X004920 Hypothetical protein 6.355437134 L4_chemical_B1 +LQ06X004920 Hypothetical protein 7.059107281 L4_chemical_B2 +LQ06X004920 Hypothetical protein 5.957049742 L4_chemical_B3 +LQ06X004920 Hypothetical protein 6.850104778 L4_chemical_C2 +LQ06X004920 Hypothetical protein 7.036980488 L4_chemical_C3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.497076619 C6_control_A1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 7.914749552 C6_control_A3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.425684121 C6_control_B1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.153777699 C6_control_B2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.42719925 C6_control_B3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.097495362 C6_control_C1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.789561907 C6_control_C2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 5.876499075 C6_control_C3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.287759546 C6_chemical_A1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.291045507 C6_chemical_A3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 5.720072168 C6_chemical_B1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.340586035 C6_chemical_B2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.003418634 C6_chemical_B3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.002865628 C6_chemical_C1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.507586443 C6_chemical_C2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 5.81947521 C6_chemical_C3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.384074405 L4_control_A1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.334953764 L4_control_A2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.404682148 L4_control_A3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 5.389369587 L4_control_B1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.909059164 L4_control_B2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.007056842 L4_control_B3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 5.657399701 L4_control_C2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 5.692025933 L4_control_C3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.050864777 L4_chemical_A1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.306375619 L4_chemical_A2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 7.963175769 L4_chemical_A3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.211397578 L4_chemical_B1 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.314199314 L4_chemical_B2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.238637165 L4_chemical_B3 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 5.646961311 L4_chemical_C2 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.339634047 L4_chemical_C3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.349001113 C6_control_A1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.202663061 C6_control_A3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.281251196 C6_control_B1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 9.097377323 C6_control_B2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.487854426 C6_control_B3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 9.813312492 C6_control_C1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 9.868211777 C6_control_C2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 8.913882424 C6_control_C3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.862843231 C6_chemical_A1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 8.014964437 C6_chemical_A3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.434619709 C6_chemical_B1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 8.82363837 C6_chemical_B2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.207350319 C6_chemical_B3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 9.809549726 C6_chemical_C1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 9.801352102 C6_chemical_C2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 8.881822775 C6_chemical_C3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.731216185 L4_control_A1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.020949479 L4_control_A2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.324893981 L4_control_A3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.225936895 L4_control_B1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.291172997 L4_control_B2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 8.311508554 L4_control_B3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.75279539 L4_control_C2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.26506041 L4_control_C3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.596990426 L4_chemical_A1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.493688203 L4_chemical_A2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.428249033 L4_chemical_A3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 5.554912008 L4_chemical_B1 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.341726363 L4_chemical_B2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.361504526 L4_chemical_B3 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.544821039 L4_chemical_C2 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 7.825714363 L4_chemical_C3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.132372639 C6_control_A1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.553268045 C6_control_A3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.543620742 C6_control_B1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.228328034 C6_control_B2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.140337088 C6_control_B3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.158605427 C6_control_C1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.059692262 C6_control_C2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.542795465 C6_control_C3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.455095083 C6_chemical_A1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.507178431 C6_chemical_A3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.318135405 C6_chemical_B1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 4.916476325 C6_chemical_B2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.406256399 C6_chemical_B3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.324873099 C6_chemical_C1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.410379985 C6_chemical_C2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.299274522 C6_chemical_C3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.151055198 L4_control_A1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.331704655 L4_control_A2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.231072552 L4_control_A3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 4.78889636 L4_control_B1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.443514915 L4_control_B2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.183924572 L4_control_B3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.402717117 L4_control_C2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.011089013 L4_control_C3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.486042603 L4_chemical_A1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.404285713 L4_chemical_A2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.087891156 L4_chemical_A3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.087533412 L4_chemical_B1 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.216026852 L4_chemical_B2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.130238573 L4_chemical_B3 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.722165177 L4_chemical_C2 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.231920705 L4_chemical_C3 +LQ06X005260 Reticulon-like protein B22 13.13495105 C6_control_A1 +LQ06X005260 Reticulon-like protein B22 13.21151168 C6_control_A3 +LQ06X005260 Reticulon-like protein B22 12.6793695 C6_control_B1 +LQ06X005260 Reticulon-like protein B22 12.98153095 C6_control_B2 +LQ06X005260 Reticulon-like protein B22 12.74083314 C6_control_B3 +LQ06X005260 Reticulon-like protein B22 13.08503069 C6_control_C1 +LQ06X005260 Reticulon-like protein B22 12.86318163 C6_control_C2 +LQ06X005260 Reticulon-like protein B22 12.72063929 C6_control_C3 +LQ06X005260 Reticulon-like protein B22 13.0900625 C6_chemical_A1 +LQ06X005260 Reticulon-like protein B22 12.83369733 C6_chemical_A3 +LQ06X005260 Reticulon-like protein B22 12.75152805 C6_chemical_B1 +LQ06X005260 Reticulon-like protein B22 13.26597322 C6_chemical_B2 +LQ06X005260 Reticulon-like protein B22 12.48181729 C6_chemical_B3 +LQ06X005260 Reticulon-like protein B22 13.03867967 C6_chemical_C1 +LQ06X005260 Reticulon-like protein B22 12.94921032 C6_chemical_C2 +LQ06X005260 Reticulon-like protein B22 12.25822598 C6_chemical_C3 +LQ06X005260 Reticulon-like protein B22 13.2570541 L4_control_A1 +LQ06X005260 Reticulon-like protein B22 13.04790015 L4_control_A2 +LQ06X005260 Reticulon-like protein B22 13.38757333 L4_control_A3 +LQ06X005260 Reticulon-like protein B22 12.27488773 L4_control_B1 +LQ06X005260 Reticulon-like protein B22 11.99138488 L4_control_B2 +LQ06X005260 Reticulon-like protein B22 12.54315897 L4_control_B3 +LQ06X005260 Reticulon-like protein B22 12.3966746 L4_control_C2 +LQ06X005260 Reticulon-like protein B22 12.38179953 L4_control_C3 +LQ06X005260 Reticulon-like protein B22 13.30614905 L4_chemical_A1 +LQ06X005260 Reticulon-like protein B22 13.34089059 L4_chemical_A2 +LQ06X005260 Reticulon-like protein B22 13.43195554 L4_chemical_A3 +LQ06X005260 Reticulon-like protein B22 12.45457156 L4_chemical_B1 +LQ06X005260 Reticulon-like protein B22 12.42066763 L4_chemical_B2 +LQ06X005260 Reticulon-like protein B22 12.71765358 L4_chemical_B3 +LQ06X005260 Reticulon-like protein B22 12.50151713 L4_chemical_C2 +LQ06X005260 Reticulon-like protein B22 12.1972451 L4_chemical_C3 +LQ06X005270 Pumilio, putative 10.12174809 C6_control_A1 +LQ06X005270 Pumilio, putative 8.958805848 C6_control_A3 +LQ06X005270 Pumilio, putative 10.05599267 C6_control_B1 +LQ06X005270 Pumilio, putative 9.646812176 C6_control_B2 +LQ06X005270 Pumilio, putative 10.23815218 C6_control_B3 +LQ06X005270 Pumilio, putative 10.44237625 C6_control_C1 +LQ06X005270 Pumilio, putative 9.820823232 C6_control_C2 +LQ06X005270 Pumilio, putative 10.07717714 C6_control_C3 +LQ06X005270 Pumilio, putative 10.38501486 C6_chemical_A1 +LQ06X005270 Pumilio, putative 9.410751685 C6_chemical_A3 +LQ06X005270 Pumilio, putative 10.34182886 C6_chemical_B1 +LQ06X005270 Pumilio, putative 9.959913604 C6_chemical_B2 +LQ06X005270 Pumilio, putative 10.38592933 C6_chemical_B3 +LQ06X005270 Pumilio, putative 10.48401819 C6_chemical_C1 +LQ06X005270 Pumilio, putative 10.25020064 C6_chemical_C2 +LQ06X005270 Pumilio, putative 10.23693543 C6_chemical_C3 +LQ06X005270 Pumilio, putative 10.56329138 L4_control_A1 +LQ06X005270 Pumilio, putative 9.883660177 L4_control_A2 +LQ06X005270 Pumilio, putative 10.47873589 L4_control_A3 +LQ06X005270 Pumilio, putative 10.55754945 L4_control_B1 +LQ06X005270 Pumilio, putative 10.80679811 L4_control_B2 +LQ06X005270 Pumilio, putative 10.67884279 L4_control_B3 +LQ06X005270 Pumilio, putative 11.28917606 L4_control_C2 +LQ06X005270 Pumilio, putative 11.28493498 L4_control_C3 +LQ06X005270 Pumilio, putative 10.32841215 L4_chemical_A1 +LQ06X005270 Pumilio, putative 10.28619531 L4_chemical_A2 +LQ06X005270 Pumilio, putative 10.73559577 L4_chemical_A3 +LQ06X005270 Pumilio, putative 10.38533038 L4_chemical_B1 +LQ06X005270 Pumilio, putative 10.53511442 L4_chemical_B2 +LQ06X005270 Pumilio, putative 10.24329662 L4_chemical_B3 +LQ06X005270 Pumilio, putative 11.29146466 L4_chemical_C2 +LQ06X005270 Pumilio, putative 11.0269826 L4_chemical_C3 +LQ06X005310 Hypothetical protein 5.204452709 C6_control_A1 +LQ06X005310 Hypothetical protein 5.471920697 C6_control_A3 +LQ06X005310 Hypothetical protein 5.188852444 C6_control_B1 +LQ06X005310 Hypothetical protein 5.501196162 C6_control_B2 +LQ06X005310 Hypothetical protein 4.8056652 C6_control_B3 +LQ06X005310 Hypothetical protein 5.208323851 C6_control_C1 +LQ06X005310 Hypothetical protein 5.166624889 C6_control_C2 +LQ06X005310 Hypothetical protein 6.072697899 C6_control_C3 +LQ06X005310 Hypothetical protein 5.077997487 C6_chemical_A1 +LQ06X005310 Hypothetical protein 5.365905517 C6_chemical_A3 +LQ06X005310 Hypothetical protein 5.091410037 C6_chemical_B1 +LQ06X005310 Hypothetical protein 5.238824566 C6_chemical_B2 +LQ06X005310 Hypothetical protein 5.021318534 C6_chemical_B3 +LQ06X005310 Hypothetical protein 5.168008781 C6_chemical_C1 +LQ06X005310 Hypothetical protein 5.299219816 C6_chemical_C2 +LQ06X005310 Hypothetical protein 5.750023692 C6_chemical_C3 +LQ06X005310 Hypothetical protein 5.286337273 L4_control_A1 +LQ06X005310 Hypothetical protein 5.486688853 L4_control_A2 +LQ06X005310 Hypothetical protein 5.150776533 L4_control_A3 +LQ06X005310 Hypothetical protein 5.058139201 L4_control_B1 +LQ06X005310 Hypothetical protein 5.073930759 L4_control_B2 +LQ06X005310 Hypothetical protein 5.11286124 L4_control_B3 +LQ06X005310 Hypothetical protein 4.869129657 L4_control_C2 +LQ06X005310 Hypothetical protein 5.195489089 L4_control_C3 +LQ06X005310 Hypothetical protein 5.081952587 L4_chemical_A1 +LQ06X005310 Hypothetical protein 5.284573385 L4_chemical_A2 +LQ06X005310 Hypothetical protein 5.518996128 L4_chemical_A3 +LQ06X005310 Hypothetical protein 5.309597566 L4_chemical_B1 +LQ06X005310 Hypothetical protein 5.142293138 L4_chemical_B2 +LQ06X005310 Hypothetical protein 5.374529921 L4_chemical_B3 +LQ06X005310 Hypothetical protein 5.0775031 L4_chemical_C2 +LQ06X005310 Hypothetical protein 4.919038743 L4_chemical_C3 +LQ06X005330 Putative uncharacterized protein 7.313890784 C6_control_A1 +LQ06X005330 Putative uncharacterized protein 7.69128939 C6_control_A3 +LQ06X005330 Putative uncharacterized protein 5.966317629 C6_control_B1 +LQ06X005330 Putative uncharacterized protein 5.70955183 C6_control_B2 +LQ06X005330 Putative uncharacterized protein 5.458963049 C6_control_B3 +LQ06X005330 Putative uncharacterized protein 6.665629742 C6_control_C1 +LQ06X005330 Putative uncharacterized protein 5.556859906 C6_control_C2 +LQ06X005330 Putative uncharacterized protein 5.792754033 C6_control_C3 +LQ06X005330 Putative uncharacterized protein 7.382722635 C6_chemical_A1 +LQ06X005330 Putative uncharacterized protein 7.879329518 C6_chemical_A3 +LQ06X005330 Putative uncharacterized protein 5.845314497 C6_chemical_B1 +LQ06X005330 Putative uncharacterized protein 5.646183983 C6_chemical_B2 +LQ06X005330 Putative uncharacterized protein 6.109836132 C6_chemical_B3 +LQ06X005330 Putative uncharacterized protein 6.095595284 C6_chemical_C1 +LQ06X005330 Putative uncharacterized protein 5.903188807 C6_chemical_C2 +LQ06X005330 Putative uncharacterized protein 5.812941638 C6_chemical_C3 +LQ06X005330 Putative uncharacterized protein 8.448396203 L4_control_A1 +LQ06X005330 Putative uncharacterized protein 6.147665232 L4_control_A2 +LQ06X005330 Putative uncharacterized protein 6.659296172 L4_control_A3 +LQ06X005330 Putative uncharacterized protein 5.443123236 L4_control_B1 +LQ06X005330 Putative uncharacterized protein 4.879585371 L4_control_B2 +LQ06X005330 Putative uncharacterized protein 5.81806269 L4_control_B3 +LQ06X005330 Putative uncharacterized protein 5.321354124 L4_control_C2 +LQ06X005330 Putative uncharacterized protein 5.080016045 L4_control_C3 +LQ06X005330 Putative uncharacterized protein 7.037772052 L4_chemical_A1 +LQ06X005330 Putative uncharacterized protein 5.958920506 L4_chemical_A2 +LQ06X005330 Putative uncharacterized protein 6.095750169 L4_chemical_A3 +LQ06X005330 Putative uncharacterized protein 5.232907428 L4_chemical_B1 +LQ06X005330 Putative uncharacterized protein 5.099175629 L4_chemical_B2 +LQ06X005330 Putative uncharacterized protein 6.305557244 L4_chemical_B3 +LQ06X005330 Putative uncharacterized protein 4.734664663 L4_chemical_C2 +LQ06X005330 Putative uncharacterized protein 5.031800829 L4_chemical_C3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.197118442 C6_control_A1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.933284222 C6_control_A3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.646680658 C6_control_B1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.028662833 C6_control_B2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.181199542 C6_control_B3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.096863993 C6_control_C1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.643555997 C6_control_C2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.735788025 C6_control_C3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.711709237 C6_chemical_A1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.697101559 C6_chemical_A3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.308975342 C6_chemical_B1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.985654277 C6_chemical_B2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.872918554 C6_chemical_B3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.136476353 C6_chemical_C1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.344860442 C6_chemical_C2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.119987183 C6_chemical_C3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.726288213 L4_control_A1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.575704006 L4_control_A2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.005059163 L4_control_A3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.29555767 L4_control_B1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.174538839 L4_control_B2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.286442843 L4_control_B3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.274996331 L4_control_C2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 7.647702512 L4_control_C3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.464585913 L4_chemical_A1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.704133429 L4_chemical_A2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.883281395 L4_chemical_A3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.909253447 L4_chemical_B1 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.897122337 L4_chemical_B2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.503451341 L4_chemical_B3 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.871129867 L4_chemical_C2 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.379136739 L4_chemical_C3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.17309702 C6_control_A1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.32165944 C6_control_A3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.318122657 C6_control_B1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.188496664 C6_control_B2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.346245211 C6_control_B3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.038419739 C6_control_C1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.117892072 C6_control_C2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.047338893 C6_control_C3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.387580343 C6_chemical_A1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.309823148 C6_chemical_A3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.056474549 C6_chemical_B1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.27558335 C6_chemical_B2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.170514944 C6_chemical_B3 +LQ06X005390 Putative Serine palmitoyltransferase 1 4.957775458 C6_chemical_C1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.331997556 C6_chemical_C2 +LQ06X005390 Putative Serine palmitoyltransferase 1 4.77890399 C6_chemical_C3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.233945543 L4_control_A1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.464262908 L4_control_A2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.729799993 L4_control_A3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.642326007 L4_control_B1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.346888938 L4_control_B2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.679579544 L4_control_B3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.303774026 L4_control_C2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.013466607 L4_control_C3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.431632834 L4_chemical_A1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.235931741 L4_chemical_A2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.741132213 L4_chemical_A3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.294441324 L4_chemical_B1 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.248472644 L4_chemical_B2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.599078941 L4_chemical_B3 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.788728043 L4_chemical_C2 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.720982948 L4_chemical_C3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 15.02001691 C6_control_A1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.98126341 C6_control_A3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.74626389 C6_control_B1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.54510139 C6_control_B2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.70286982 C6_control_B3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.61768524 C6_control_C1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.6806748 C6_control_C2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.28171439 C6_control_C3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.79599195 C6_chemical_A1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.40791543 C6_chemical_A3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.38240723 C6_chemical_B1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.44721687 C6_chemical_B2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.63700614 C6_chemical_B3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.73038931 C6_chemical_C1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.4536675 C6_chemical_C2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.36261432 C6_chemical_C3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 15.13812039 L4_control_A1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 15.16832141 L4_control_A2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.86780711 L4_control_A3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.56435814 L4_control_B1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 13.47355996 L4_control_B2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.60453963 L4_control_B3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.57442148 L4_control_C2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.26719163 L4_control_C3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 15.07828846 L4_chemical_A1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.91921066 L4_chemical_A2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 15.00458993 L4_chemical_A3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.55209111 L4_chemical_B1 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.10481015 L4_chemical_B2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.89433072 L4_chemical_B3 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.34085883 L4_chemical_C2 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.35886392 L4_chemical_C3 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.13255916 C6_control_A1 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.99091858 C6_control_A3 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.19368324 C6_control_B1 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.74862152 C6_control_B2 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.93889046 C6_control_B3 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.72392633 C6_control_C1 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.56942081 C6_control_C2 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.04961729 C6_control_C3 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.60354069 C6_chemical_A1 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.91900686 C6_chemical_A3 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.60067835 C6_chemical_B1 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.11468137 C6_chemical_B2 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.19785412 C6_chemical_B3 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.94804312 C6_chemical_C1 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.60474278 C6_chemical_C2 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.45386119 C6_chemical_C3 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.21138961 L4_control_A1 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.50836938 L4_control_A2 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.03802036 L4_control_A3 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.82068456 L4_control_B1 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.05127151 L4_control_B2 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.39892617 L4_control_B3 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.30006345 L4_control_C2 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.79786704 L4_control_C3 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.83434521 L4_chemical_A1 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.32090212 L4_chemical_A2 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.00721239 L4_chemical_A3 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.56689844 L4_chemical_B1 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.161739 L4_chemical_B2 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.20354613 L4_chemical_B3 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.37290123 L4_chemical_C2 +LQ06X005480 V-type proton ATPase catalytic subunit A 11.73514496 L4_chemical_C3 +LQ06X005530 Putative Protein FAM32A-like 13.30766124 C6_control_A1 +LQ06X005530 Putative Protein FAM32A-like 13.21587952 C6_control_A3 +LQ06X005530 Putative Protein FAM32A-like 13.03293008 C6_control_B1 +LQ06X005530 Putative Protein FAM32A-like 12.60007791 C6_control_B2 +LQ06X005530 Putative Protein FAM32A-like 12.58404651 C6_control_B3 +LQ06X005530 Putative Protein FAM32A-like 12.80724769 C6_control_C1 +LQ06X005530 Putative Protein FAM32A-like 12.61928892 C6_control_C2 +LQ06X005530 Putative Protein FAM32A-like 12.83602218 C6_control_C3 +LQ06X005530 Putative Protein FAM32A-like 13.15957056 C6_chemical_A1 +LQ06X005530 Putative Protein FAM32A-like 13.16879424 C6_chemical_A3 +LQ06X005530 Putative Protein FAM32A-like 12.77973646 C6_chemical_B1 +LQ06X005530 Putative Protein FAM32A-like 12.68595677 C6_chemical_B2 +LQ06X005530 Putative Protein FAM32A-like 12.47095979 C6_chemical_B3 +LQ06X005530 Putative Protein FAM32A-like 12.74635368 C6_chemical_C1 +LQ06X005530 Putative Protein FAM32A-like 12.68988809 C6_chemical_C2 +LQ06X005530 Putative Protein FAM32A-like 12.54675218 C6_chemical_C3 +LQ06X005530 Putative Protein FAM32A-like 13.20500253 L4_control_A1 +LQ06X005530 Putative Protein FAM32A-like 12.84095639 L4_control_A2 +LQ06X005530 Putative Protein FAM32A-like 12.96842899 L4_control_A3 +LQ06X005530 Putative Protein FAM32A-like 12.62467139 L4_control_B1 +LQ06X005530 Putative Protein FAM32A-like 12.06141946 L4_control_B2 +LQ06X005530 Putative Protein FAM32A-like 12.44084473 L4_control_B3 +LQ06X005530 Putative Protein FAM32A-like 12.83952541 L4_control_C2 +LQ06X005530 Putative Protein FAM32A-like 12.21568689 L4_control_C3 +LQ06X005530 Putative Protein FAM32A-like 12.91943481 L4_chemical_A1 +LQ06X005530 Putative Protein FAM32A-like 12.72920272 L4_chemical_A2 +LQ06X005530 Putative Protein FAM32A-like 12.90749307 L4_chemical_A3 +LQ06X005530 Putative Protein FAM32A-like 12.94768223 L4_chemical_B1 +LQ06X005530 Putative Protein FAM32A-like 12.25257774 L4_chemical_B2 +LQ06X005530 Putative Protein FAM32A-like 12.62298791 L4_chemical_B3 +LQ06X005530 Putative Protein FAM32A-like 12.81852165 L4_chemical_C2 +LQ06X005530 Putative Protein FAM32A-like 12.33217568 L4_chemical_C3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.965938454 C6_control_A1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.592500987 C6_control_A3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.905333062 C6_control_B1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.563253255 C6_control_B2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.102414738 C6_control_B3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.082171118 C6_control_C1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.307378564 C6_control_C2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.644248998 C6_control_C3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.764447806 C6_chemical_A1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.112958159 C6_chemical_A3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.531153738 C6_chemical_B1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.376631924 C6_chemical_B2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.989638058 C6_chemical_B3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.539651109 C6_chemical_C1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.955585537 C6_chemical_C2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.309439883 C6_chemical_C3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.35583201 L4_control_A1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.284879347 L4_control_A2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.984729195 L4_control_A3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.576097235 L4_control_B1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.553379902 L4_control_B2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.485015014 L4_control_B3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.645276329 L4_control_C2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 7.04625031 L4_control_C3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.857805701 L4_chemical_A1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.348296615 L4_chemical_A2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.111834545 L4_chemical_A3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.024670479 L4_chemical_B1 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.326690255 L4_chemical_B2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.338134882 L4_chemical_B3 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.592315135 L4_chemical_C2 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 6.620430206 L4_chemical_C3 +LQ06X005610 PHD finger protein At5g26210 5.987359438 C6_control_A1 +LQ06X005610 PHD finger protein At5g26210 6.627484037 C6_control_A3 +LQ06X005610 PHD finger protein At5g26210 5.019603949 C6_control_B1 +LQ06X005610 PHD finger protein At5g26210 5.439476688 C6_control_B2 +LQ06X005610 PHD finger protein At5g26210 5.412341237 C6_control_B3 +LQ06X005610 PHD finger protein At5g26210 5.38341491 C6_control_C1 +LQ06X005610 PHD finger protein At5g26210 7.282154945 C6_control_C2 +LQ06X005610 PHD finger protein At5g26210 5.602572652 C6_control_C3 +LQ06X005610 PHD finger protein At5g26210 5.712713295 C6_chemical_A1 +LQ06X005610 PHD finger protein At5g26210 5.75783724 C6_chemical_A3 +LQ06X005610 PHD finger protein At5g26210 4.965537059 C6_chemical_B1 +LQ06X005610 PHD finger protein At5g26210 5.689831889 C6_chemical_B2 +LQ06X005610 PHD finger protein At5g26210 5.323927003 C6_chemical_B3 +LQ06X005610 PHD finger protein At5g26210 5.558486858 C6_chemical_C1 +LQ06X005610 PHD finger protein At5g26210 5.756634282 C6_chemical_C2 +LQ06X005610 PHD finger protein At5g26210 5.515917877 C6_chemical_C3 +LQ06X005610 PHD finger protein At5g26210 5.677055864 L4_control_A1 +LQ06X005610 PHD finger protein At5g26210 5.748109814 L4_control_A2 +LQ06X005610 PHD finger protein At5g26210 5.435698876 L4_control_A3 +LQ06X005610 PHD finger protein At5g26210 5.644738636 L4_control_B1 +LQ06X005610 PHD finger protein At5g26210 5.596025588 L4_control_B2 +LQ06X005610 PHD finger protein At5g26210 5.750767131 L4_control_B3 +LQ06X005610 PHD finger protein At5g26210 4.989825613 L4_control_C2 +LQ06X005610 PHD finger protein At5g26210 5.475093131 L4_control_C3 +LQ06X005610 PHD finger protein At5g26210 5.694679566 L4_chemical_A1 +LQ06X005610 PHD finger protein At5g26210 5.82937931 L4_chemical_A2 +LQ06X005610 PHD finger protein At5g26210 5.402872777 L4_chemical_A3 +LQ06X005610 PHD finger protein At5g26210 5.324632068 L4_chemical_B1 +LQ06X005610 PHD finger protein At5g26210 5.366882857 L4_chemical_B2 +LQ06X005610 PHD finger protein At5g26210 5.42239984 L4_chemical_B3 +LQ06X005610 PHD finger protein At5g26210 5.510313806 L4_chemical_C2 +LQ06X005610 PHD finger protein At5g26210 5.66047246 L4_chemical_C3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 6.016021357 C6_control_A1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.59440012 C6_control_A3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.858683205 C6_control_B1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.473997166 C6_control_B2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.654182227 C6_control_B3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.099153816 C6_control_C1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.100056058 C6_control_C2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.456157184 C6_control_C3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.709471682 C6_chemical_A1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.480335703 C6_chemical_A3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.485536324 C6_chemical_B1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.423687589 C6_chemical_B2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.490775469 C6_chemical_B3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.312048825 C6_chemical_C1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.35446333 C6_chemical_C2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.467194042 C6_chemical_C3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.68902227 L4_control_A1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.448001549 L4_control_A2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.809410969 L4_control_A3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.241969303 L4_control_B1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.083344217 L4_control_B2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.520957915 L4_control_B3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.137789803 L4_control_C2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 4.922043837 L4_control_C3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.940509959 L4_chemical_A1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.423744657 L4_chemical_A2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.360169817 L4_chemical_A3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.879576712 L4_chemical_B1 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.332971759 L4_chemical_B2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.353986999 L4_chemical_B3 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.118410312 L4_chemical_C2 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.464006746 L4_chemical_C3 +LQ06X005660 ABC transporter G family member 39 5.366944558 C6_control_A1 +LQ06X005660 ABC transporter G family member 39 5.054038057 C6_control_A3 +LQ06X005660 ABC transporter G family member 39 7.131997031 C6_control_B1 +LQ06X005660 ABC transporter G family member 39 8.500141555 C6_control_B2 +LQ06X005660 ABC transporter G family member 39 7.473759274 C6_control_B3 +LQ06X005660 ABC transporter G family member 39 11.89979141 C6_control_C1 +LQ06X005660 ABC transporter G family member 39 11.72819544 C6_control_C2 +LQ06X005660 ABC transporter G family member 39 11.87415006 C6_control_C3 +LQ06X005660 ABC transporter G family member 39 5.591569531 C6_chemical_A1 +LQ06X005660 ABC transporter G family member 39 5.524818642 C6_chemical_A3 +LQ06X005660 ABC transporter G family member 39 6.71335912 C6_chemical_B1 +LQ06X005660 ABC transporter G family member 39 7.779612184 C6_chemical_B2 +LQ06X005660 ABC transporter G family member 39 7.391742843 C6_chemical_B3 +LQ06X005660 ABC transporter G family member 39 11.90535554 C6_chemical_C1 +LQ06X005660 ABC transporter G family member 39 11.57334256 C6_chemical_C2 +LQ06X005660 ABC transporter G family member 39 12.11671879 C6_chemical_C3 +LQ06X005660 ABC transporter G family member 39 5.42246323 L4_control_A1 +LQ06X005660 ABC transporter G family member 39 6.034800878 L4_control_A2 +LQ06X005660 ABC transporter G family member 39 5.699728295 L4_control_A3 +LQ06X005660 ABC transporter G family member 39 5.563358446 L4_control_B1 +LQ06X005660 ABC transporter G family member 39 5.468011838 L4_control_B2 +LQ06X005660 ABC transporter G family member 39 8.58654345 L4_control_B3 +LQ06X005660 ABC transporter G family member 39 12.10293194 L4_control_C2 +LQ06X005660 ABC transporter G family member 39 11.89810723 L4_control_C3 +LQ06X005660 ABC transporter G family member 39 5.952967588 L4_chemical_A1 +LQ06X005660 ABC transporter G family member 39 5.582578805 L4_chemical_A2 +LQ06X005660 ABC transporter G family member 39 5.705345393 L4_chemical_A3 +LQ06X005660 ABC transporter G family member 39 5.538583156 L4_chemical_B1 +LQ06X005660 ABC transporter G family member 39 5.709663603 L4_chemical_B2 +LQ06X005660 ABC transporter G family member 39 6.269532907 L4_chemical_B3 +LQ06X005660 ABC transporter G family member 39 12.1098613 L4_chemical_C2 +LQ06X005660 ABC transporter G family member 39 11.89916606 L4_chemical_C3 +LQ06X005740 Cytochrome P450 716B2 4.873357644 C6_control_A1 +LQ06X005740 Cytochrome P450 716B2 4.54868024 C6_control_A3 +LQ06X005740 Cytochrome P450 716B2 5.032909697 C6_control_B1 +LQ06X005740 Cytochrome P450 716B2 5.143110975 C6_control_B2 +LQ06X005740 Cytochrome P450 716B2 5.245411369 C6_control_B3 +LQ06X005740 Cytochrome P450 716B2 5.767620303 C6_control_C1 +LQ06X005740 Cytochrome P450 716B2 6.242049603 C6_control_C2 +LQ06X005740 Cytochrome P450 716B2 8.478527187 C6_control_C3 +LQ06X005740 Cytochrome P450 716B2 4.763804347 C6_chemical_A1 +LQ06X005740 Cytochrome P450 716B2 4.890961225 C6_chemical_A3 +LQ06X005740 Cytochrome P450 716B2 5.344003074 C6_chemical_B1 +LQ06X005740 Cytochrome P450 716B2 5.134579602 C6_chemical_B2 +LQ06X005740 Cytochrome P450 716B2 5.181250318 C6_chemical_B3 +LQ06X005740 Cytochrome P450 716B2 5.649833735 C6_chemical_C1 +LQ06X005740 Cytochrome P450 716B2 6.089944567 C6_chemical_C2 +LQ06X005740 Cytochrome P450 716B2 6.88142203 C6_chemical_C3 +LQ06X005740 Cytochrome P450 716B2 5.397194199 L4_control_A1 +LQ06X005740 Cytochrome P450 716B2 5.030465793 L4_control_A2 +LQ06X005740 Cytochrome P450 716B2 4.810865605 L4_control_A3 +LQ06X005740 Cytochrome P450 716B2 4.958329668 L4_control_B1 +LQ06X005740 Cytochrome P450 716B2 4.990096759 L4_control_B2 +LQ06X005740 Cytochrome P450 716B2 5.360021978 L4_control_B3 +LQ06X005740 Cytochrome P450 716B2 8.411502201 L4_control_C2 +LQ06X005740 Cytochrome P450 716B2 5.716599548 L4_control_C3 +LQ06X005740 Cytochrome P450 716B2 5.291368324 L4_chemical_A1 +LQ06X005740 Cytochrome P450 716B2 5.091788003 L4_chemical_A2 +LQ06X005740 Cytochrome P450 716B2 5.122369345 L4_chemical_A3 +LQ06X005740 Cytochrome P450 716B2 5.189880747 L4_chemical_B1 +LQ06X005740 Cytochrome P450 716B2 5.166571352 L4_chemical_B2 +LQ06X005740 Cytochrome P450 716B2 5.409624083 L4_chemical_B3 +LQ06X005740 Cytochrome P450 716B2 7.01182061 L4_chemical_C2 +LQ06X005740 Cytochrome P450 716B2 5.249590375 L4_chemical_C3 +LQ06X005770 Putative Cytochrome P450 705A20 6.482033846 C6_control_A1 +LQ06X005770 Putative Cytochrome P450 705A20 5.233569964 C6_control_A3 +LQ06X005770 Putative Cytochrome P450 705A20 6.023841625 C6_control_B1 +LQ06X005770 Putative Cytochrome P450 705A20 7.592501281 C6_control_B2 +LQ06X005770 Putative Cytochrome P450 705A20 5.87738376 C6_control_B3 +LQ06X005770 Putative Cytochrome P450 705A20 9.386043187 C6_control_C1 +LQ06X005770 Putative Cytochrome P450 705A20 8.346607336 C6_control_C2 +LQ06X005770 Putative Cytochrome P450 705A20 8.892354764 C6_control_C3 +LQ06X005770 Putative Cytochrome P450 705A20 6.650699422 C6_chemical_A1 +LQ06X005770 Putative Cytochrome P450 705A20 5.887670258 C6_chemical_A3 +LQ06X005770 Putative Cytochrome P450 705A20 6.297814598 C6_chemical_B1 +LQ06X005770 Putative Cytochrome P450 705A20 6.671965437 C6_chemical_B2 +LQ06X005770 Putative Cytochrome P450 705A20 6.232557141 C6_chemical_B3 +LQ06X005770 Putative Cytochrome P450 705A20 8.888106247 C6_chemical_C1 +LQ06X005770 Putative Cytochrome P450 705A20 8.463933871 C6_chemical_C2 +LQ06X005770 Putative Cytochrome P450 705A20 8.330851622 C6_chemical_C3 +LQ06X005770 Putative Cytochrome P450 705A20 6.93955678 L4_control_A1 +LQ06X005770 Putative Cytochrome P450 705A20 6.849508402 L4_control_A2 +LQ06X005770 Putative Cytochrome P450 705A20 5.509382745 L4_control_A3 +LQ06X005770 Putative Cytochrome P450 705A20 6.718486357 L4_control_B1 +LQ06X005770 Putative Cytochrome P450 705A20 6.811589177 L4_control_B2 +LQ06X005770 Putative Cytochrome P450 705A20 5.627138956 L4_control_B3 +LQ06X005770 Putative Cytochrome P450 705A20 9.159531249 L4_control_C2 +LQ06X005770 Putative Cytochrome P450 705A20 8.038997426 L4_control_C3 +LQ06X005770 Putative Cytochrome P450 705A20 7.907708949 L4_chemical_A1 +LQ06X005770 Putative Cytochrome P450 705A20 7.937994871 L4_chemical_A2 +LQ06X005770 Putative Cytochrome P450 705A20 5.711078558 L4_chemical_A3 +LQ06X005770 Putative Cytochrome P450 705A20 7.784778917 L4_chemical_B1 +LQ06X005770 Putative Cytochrome P450 705A20 6.730552379 L4_chemical_B2 +LQ06X005770 Putative Cytochrome P450 705A20 5.584926435 L4_chemical_B3 +LQ06X005770 Putative Cytochrome P450 705A20 9.651579878 L4_chemical_C2 +LQ06X005770 Putative Cytochrome P450 705A20 7.120559761 L4_chemical_C3 +LQ06X005880 Polygalacturonase QRT3 5.198173764 C6_control_A1 +LQ06X005880 Polygalacturonase QRT3 5.221710628 C6_control_A3 +LQ06X005880 Polygalacturonase QRT3 5.884530056 C6_control_B1 +LQ06X005880 Polygalacturonase QRT3 5.734649281 C6_control_B2 +LQ06X005880 Polygalacturonase QRT3 5.344795329 C6_control_B3 +LQ06X005880 Polygalacturonase QRT3 5.662912361 C6_control_C1 +LQ06X005880 Polygalacturonase QRT3 6.159781065 C6_control_C2 +LQ06X005880 Polygalacturonase QRT3 5.946191772 C6_control_C3 +LQ06X005880 Polygalacturonase QRT3 5.808528595 C6_chemical_A1 +LQ06X005880 Polygalacturonase QRT3 5.26207809 C6_chemical_A3 +LQ06X005880 Polygalacturonase QRT3 5.597749168 C6_chemical_B1 +LQ06X005880 Polygalacturonase QRT3 5.526553556 C6_chemical_B2 +LQ06X005880 Polygalacturonase QRT3 5.7243903 C6_chemical_B3 +LQ06X005880 Polygalacturonase QRT3 5.377519412 C6_chemical_C1 +LQ06X005880 Polygalacturonase QRT3 6.601086447 C6_chemical_C2 +LQ06X005880 Polygalacturonase QRT3 5.649523503 C6_chemical_C3 +LQ06X005880 Polygalacturonase QRT3 5.63115098 L4_control_A1 +LQ06X005880 Polygalacturonase QRT3 5.485614074 L4_control_A2 +LQ06X005880 Polygalacturonase QRT3 5.736937969 L4_control_A3 +LQ06X005880 Polygalacturonase QRT3 5.479316035 L4_control_B1 +LQ06X005880 Polygalacturonase QRT3 5.575528857 L4_control_B2 +LQ06X005880 Polygalacturonase QRT3 5.516940597 L4_control_B3 +LQ06X005880 Polygalacturonase QRT3 6.818917241 L4_control_C2 +LQ06X005880 Polygalacturonase QRT3 6.337687265 L4_control_C3 +LQ06X005880 Polygalacturonase QRT3 5.485106765 L4_chemical_A1 +LQ06X005880 Polygalacturonase QRT3 5.639930534 L4_chemical_A2 +LQ06X005880 Polygalacturonase QRT3 5.163564332 L4_chemical_A3 +LQ06X005880 Polygalacturonase QRT3 5.803878231 L4_chemical_B1 +LQ06X005880 Polygalacturonase QRT3 6.060779408 L4_chemical_B2 +LQ06X005880 Polygalacturonase QRT3 5.323432185 L4_chemical_B3 +LQ06X005880 Polygalacturonase QRT3 5.847574683 L4_chemical_C2 +LQ06X005880 Polygalacturonase QRT3 6.12355336 L4_chemical_C3 +LQ06X005890 Hypothetical protein 4.966734634 C6_control_A1 +LQ06X005890 Hypothetical protein 5.014088085 C6_control_A3 +LQ06X005890 Hypothetical protein 5.037091932 C6_control_B1 +LQ06X005890 Hypothetical protein 4.725949993 C6_control_B2 +LQ06X005890 Hypothetical protein 4.83070507 C6_control_B3 +LQ06X005890 Hypothetical protein 5.123037186 C6_control_C1 +LQ06X005890 Hypothetical protein 4.55451811 C6_control_C2 +LQ06X005890 Hypothetical protein 4.732301121 C6_control_C3 +LQ06X005890 Hypothetical protein 5.116773709 C6_chemical_A1 +LQ06X005890 Hypothetical protein 4.823574195 C6_chemical_A3 +LQ06X005890 Hypothetical protein 4.740231357 C6_chemical_B1 +LQ06X005890 Hypothetical protein 4.676628524 C6_chemical_B2 +LQ06X005890 Hypothetical protein 5.043756251 C6_chemical_B3 +LQ06X005890 Hypothetical protein 5.013429444 C6_chemical_C1 +LQ06X005890 Hypothetical protein 4.80168932 C6_chemical_C2 +LQ06X005890 Hypothetical protein 4.662835175 C6_chemical_C3 +LQ06X005890 Hypothetical protein 5.219445052 L4_control_A1 +LQ06X005890 Hypothetical protein 4.827229326 L4_control_A2 +LQ06X005890 Hypothetical protein 5.284798962 L4_control_A3 +LQ06X005890 Hypothetical protein 5.543674625 L4_control_B1 +LQ06X005890 Hypothetical protein 5.135839973 L4_control_B2 +LQ06X005890 Hypothetical protein 4.891229323 L4_control_B3 +LQ06X005890 Hypothetical protein 4.745681505 L4_control_C2 +LQ06X005890 Hypothetical protein 5.289711131 L4_control_C3 +LQ06X005890 Hypothetical protein 4.79145682 L4_chemical_A1 +LQ06X005890 Hypothetical protein 4.996655365 L4_chemical_A2 +LQ06X005890 Hypothetical protein 5.035240197 L4_chemical_A3 +LQ06X005890 Hypothetical protein 4.803423381 L4_chemical_B1 +LQ06X005890 Hypothetical protein 5.112720367 L4_chemical_B2 +LQ06X005890 Hypothetical protein 4.814178563 L4_chemical_B3 +LQ06X005890 Hypothetical protein 4.840683107 L4_chemical_C2 +LQ06X005890 Hypothetical protein 5.080866637 L4_chemical_C3 +LQ06X005980 Putative uncharacterized protein 5.523068032 C6_control_A1 +LQ06X005980 Putative uncharacterized protein 5.671708756 C6_control_A3 +LQ06X005980 Putative uncharacterized protein 6.272488025 C6_control_B1 +LQ06X005980 Putative uncharacterized protein 5.68981801 C6_control_B2 +LQ06X005980 Putative uncharacterized protein 5.185592676 C6_control_B3 +LQ06X005980 Putative uncharacterized protein 5.43903911 C6_control_C1 +LQ06X005980 Putative uncharacterized protein 5.702166668 C6_control_C2 +LQ06X005980 Putative uncharacterized protein 5.82575064 C6_control_C3 +LQ06X005980 Putative uncharacterized protein 5.732485144 C6_chemical_A1 +LQ06X005980 Putative uncharacterized protein 5.487169518 C6_chemical_A3 +LQ06X005980 Putative uncharacterized protein 6.041292808 C6_chemical_B1 +LQ06X005980 Putative uncharacterized protein 5.500244657 C6_chemical_B2 +LQ06X005980 Putative uncharacterized protein 6.120626404 C6_chemical_B3 +LQ06X005980 Putative uncharacterized protein 5.521418361 C6_chemical_C1 +LQ06X005980 Putative uncharacterized protein 5.459512238 C6_chemical_C2 +LQ06X005980 Putative uncharacterized protein 5.118891661 C6_chemical_C3 +LQ06X005980 Putative uncharacterized protein 5.282088267 L4_control_A1 +LQ06X005980 Putative uncharacterized protein 5.237511596 L4_control_A2 +LQ06X005980 Putative uncharacterized protein 5.556999169 L4_control_A3 +LQ06X005980 Putative uncharacterized protein 5.887446964 L4_control_B1 +LQ06X005980 Putative uncharacterized protein 5.490035956 L4_control_B2 +LQ06X005980 Putative uncharacterized protein 5.674605365 L4_control_B3 +LQ06X005980 Putative uncharacterized protein 5.841693088 L4_control_C2 +LQ06X005980 Putative uncharacterized protein 7.117061319 L4_control_C3 +LQ06X005980 Putative uncharacterized protein 5.383102441 L4_chemical_A1 +LQ06X005980 Putative uncharacterized protein 5.459896824 L4_chemical_A2 +LQ06X005980 Putative uncharacterized protein 5.464871968 L4_chemical_A3 +LQ06X005980 Putative uncharacterized protein 5.790903591 L4_chemical_B1 +LQ06X005980 Putative uncharacterized protein 5.282495898 L4_chemical_B2 +LQ06X005980 Putative uncharacterized protein 5.439117924 L4_chemical_B3 +LQ06X005980 Putative uncharacterized protein 6.174460136 L4_chemical_C2 +LQ06X005980 Putative uncharacterized protein 6.51267811 L4_chemical_C3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.32755059 C6_control_A1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 11.68949702 C6_control_A3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.5078995 C6_control_B1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.38696701 C6_control_B2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.14728561 C6_control_B3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.09807131 C6_control_C1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 11.94607787 C6_control_C2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.12084933 C6_control_C3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.57896307 C6_chemical_A1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.07317728 C6_chemical_A3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.71523241 C6_chemical_B1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.46606053 C6_chemical_B2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.19882382 C6_chemical_B3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.09968778 C6_chemical_C1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 11.86585284 C6_chemical_C2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.03480662 C6_chemical_C3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.27455656 L4_control_A1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.30053647 L4_control_A2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.14460455 L4_control_A3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.74725207 L4_control_B1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 13.06572201 L4_control_B2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.28855102 L4_control_B3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.03667829 L4_control_C2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.23593929 L4_control_C3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.49864552 L4_chemical_A1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.5352622 L4_chemical_A2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.06506172 L4_chemical_A3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.85202266 L4_chemical_B1 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.87354024 L4_chemical_B2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.30199821 L4_chemical_B3 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.42097683 L4_chemical_C2 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.21334697 L4_chemical_C3 +LQ06X006080 Predicted protein 11.57411504 C6_control_A1 +LQ06X006080 Predicted protein 12.06316268 C6_control_A3 +LQ06X006080 Predicted protein 11.65069944 C6_control_B1 +LQ06X006080 Predicted protein 12.3170488 C6_control_B2 +LQ06X006080 Predicted protein 12.21710169 C6_control_B3 +LQ06X006080 Predicted protein 11.68060181 C6_control_C1 +LQ06X006080 Predicted protein 12.69200083 C6_control_C2 +LQ06X006080 Predicted protein 12.23450007 C6_control_C3 +LQ06X006080 Predicted protein 11.64190255 C6_chemical_A1 +LQ06X006080 Predicted protein 11.57735531 C6_chemical_A3 +LQ06X006080 Predicted protein 11.59140484 C6_chemical_B1 +LQ06X006080 Predicted protein 12.43191142 C6_chemical_B2 +LQ06X006080 Predicted protein 12.13525341 C6_chemical_B3 +LQ06X006080 Predicted protein 11.48725388 C6_chemical_C1 +LQ06X006080 Predicted protein 12.23009719 C6_chemical_C2 +LQ06X006080 Predicted protein 11.45346791 C6_chemical_C3 +LQ06X006080 Predicted protein 11.46236013 L4_control_A1 +LQ06X006080 Predicted protein 11.05979807 L4_control_A2 +LQ06X006080 Predicted protein 11.18325518 L4_control_A3 +LQ06X006080 Predicted protein 11.06478724 L4_control_B1 +LQ06X006080 Predicted protein 10.56984009 L4_control_B2 +LQ06X006080 Predicted protein 11.7583863 L4_control_B3 +LQ06X006080 Predicted protein 12.00528578 L4_control_C2 +LQ06X006080 Predicted protein 11.12909396 L4_control_C3 +LQ06X006080 Predicted protein 11.00078269 L4_chemical_A1 +LQ06X006080 Predicted protein 10.75498268 L4_chemical_A2 +LQ06X006080 Predicted protein 10.96571555 L4_chemical_A3 +LQ06X006080 Predicted protein 10.88493353 L4_chemical_B1 +LQ06X006080 Predicted protein 11.1755745 L4_chemical_B2 +LQ06X006080 Predicted protein 11.37799761 L4_chemical_B3 +LQ06X006080 Predicted protein 11.71339234 L4_chemical_C2 +LQ06X006080 Predicted protein 11.06125085 L4_chemical_C3 +LQ06X006140 7-dehydrocholesterol reductase 12.0027386 C6_control_A1 +LQ06X006140 7-dehydrocholesterol reductase 11.90413583 C6_control_A3 +LQ06X006140 7-dehydrocholesterol reductase 12.20900704 C6_control_B1 +LQ06X006140 7-dehydrocholesterol reductase 11.78600269 C6_control_B2 +LQ06X006140 7-dehydrocholesterol reductase 11.77441293 C6_control_B3 +LQ06X006140 7-dehydrocholesterol reductase 12.20537806 C6_control_C1 +LQ06X006140 7-dehydrocholesterol reductase 11.71432439 C6_control_C2 +LQ06X006140 7-dehydrocholesterol reductase 11.61952917 C6_control_C3 +LQ06X006140 7-dehydrocholesterol reductase 11.8665103 C6_chemical_A1 +LQ06X006140 7-dehydrocholesterol reductase 11.9969449 C6_chemical_A3 +LQ06X006140 7-dehydrocholesterol reductase 12.02566501 C6_chemical_B1 +LQ06X006140 7-dehydrocholesterol reductase 11.6953686 C6_chemical_B2 +LQ06X006140 7-dehydrocholesterol reductase 11.62596085 C6_chemical_B3 +LQ06X006140 7-dehydrocholesterol reductase 12.12001574 C6_chemical_C1 +LQ06X006140 7-dehydrocholesterol reductase 11.87462161 C6_chemical_C2 +LQ06X006140 7-dehydrocholesterol reductase 11.48609354 C6_chemical_C3 +LQ06X006140 7-dehydrocholesterol reductase 11.82265785 L4_control_A1 +LQ06X006140 7-dehydrocholesterol reductase 11.85939785 L4_control_A2 +LQ06X006140 7-dehydrocholesterol reductase 11.17290597 L4_control_A3 +LQ06X006140 7-dehydrocholesterol reductase 11.72648867 L4_control_B1 +LQ06X006140 7-dehydrocholesterol reductase 11.93038886 L4_control_B2 +LQ06X006140 7-dehydrocholesterol reductase 11.43534295 L4_control_B3 +LQ06X006140 7-dehydrocholesterol reductase 11.93705236 L4_control_C2 +LQ06X006140 7-dehydrocholesterol reductase 11.44314894 L4_control_C3 +LQ06X006140 7-dehydrocholesterol reductase 11.83100292 L4_chemical_A1 +LQ06X006140 7-dehydrocholesterol reductase 11.61579728 L4_chemical_A2 +LQ06X006140 7-dehydrocholesterol reductase 11.24052548 L4_chemical_A3 +LQ06X006140 7-dehydrocholesterol reductase 11.92498121 L4_chemical_B1 +LQ06X006140 7-dehydrocholesterol reductase 11.67545194 L4_chemical_B2 +LQ06X006140 7-dehydrocholesterol reductase 11.53479995 L4_chemical_B3 +LQ06X006140 7-dehydrocholesterol reductase 11.61763882 L4_chemical_C2 +LQ06X006140 7-dehydrocholesterol reductase 11.53665974 L4_chemical_C3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.454021711 C6_control_A1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.291280542 C6_control_A3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.193047017 C6_control_B1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.460292499 C6_control_B2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.534580458 C6_control_B3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.591825734 C6_control_C1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 6.104239992 C6_control_C2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.367825109 C6_control_C3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.435577506 C6_chemical_A1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.296595113 C6_chemical_A3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.085347764 C6_chemical_B1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.810446802 C6_chemical_B2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.1518462 C6_chemical_B3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 6.12381741 C6_chemical_C1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.494495437 C6_chemical_C2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.52226326 C6_chemical_C3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.350834993 L4_control_A1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.467153927 L4_control_A2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.39240171 L4_control_A3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.252298833 L4_control_B1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.227554561 L4_control_B2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.2175771 L4_control_B3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 6.216389735 L4_control_C2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.708848365 L4_control_C3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.483900775 L4_chemical_A1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 4.955170784 L4_chemical_A2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.463457922 L4_chemical_A3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.440900747 L4_chemical_B1 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.047710881 L4_chemical_B2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.219467968 L4_chemical_B3 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 6.173627433 L4_chemical_C2 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.103940284 L4_chemical_C3 +LQ06X006290 60S ribosomal protein L7-4 14.19264988 C6_control_A1 +LQ06X006290 60S ribosomal protein L7-4 14.29868096 C6_control_A3 +LQ06X006290 60S ribosomal protein L7-4 13.45230432 C6_control_B1 +LQ06X006290 60S ribosomal protein L7-4 14.75420776 C6_control_B2 +LQ06X006290 60S ribosomal protein L7-4 13.63972977 C6_control_B3 +LQ06X006290 60S ribosomal protein L7-4 14.28636449 C6_control_C1 +LQ06X006290 60S ribosomal protein L7-4 14.15543974 C6_control_C2 +LQ06X006290 60S ribosomal protein L7-4 14.48810853 C6_control_C3 +LQ06X006290 60S ribosomal protein L7-4 14.00531262 C6_chemical_A1 +LQ06X006290 60S ribosomal protein L7-4 14.03590213 C6_chemical_A3 +LQ06X006290 60S ribosomal protein L7-4 13.09512733 C6_chemical_B1 +LQ06X006290 60S ribosomal protein L7-4 14.23243767 C6_chemical_B2 +LQ06X006290 60S ribosomal protein L7-4 13.88465974 C6_chemical_B3 +LQ06X006290 60S ribosomal protein L7-4 14.19892959 C6_chemical_C1 +LQ06X006290 60S ribosomal protein L7-4 14.37165288 C6_chemical_C2 +LQ06X006290 60S ribosomal protein L7-4 14.43696531 C6_chemical_C3 +LQ06X006290 60S ribosomal protein L7-4 14.49023197 L4_control_A1 +LQ06X006290 60S ribosomal protein L7-4 14.48796468 L4_control_A2 +LQ06X006290 60S ribosomal protein L7-4 14.06484313 L4_control_A3 +LQ06X006290 60S ribosomal protein L7-4 13.79693519 L4_control_B1 +LQ06X006290 60S ribosomal protein L7-4 12.95455425 L4_control_B2 +LQ06X006290 60S ribosomal protein L7-4 14.13007963 L4_control_B3 +LQ06X006290 60S ribosomal protein L7-4 12.96351517 L4_control_C2 +LQ06X006290 60S ribosomal protein L7-4 13.43647998 L4_control_C3 +LQ06X006290 60S ribosomal protein L7-4 14.56096294 L4_chemical_A1 +LQ06X006290 60S ribosomal protein L7-4 14.01546774 L4_chemical_A2 +LQ06X006290 60S ribosomal protein L7-4 14.26042621 L4_chemical_A3 +LQ06X006290 60S ribosomal protein L7-4 13.09110945 L4_chemical_B1 +LQ06X006290 60S ribosomal protein L7-4 13.08849511 L4_chemical_B2 +LQ06X006290 60S ribosomal protein L7-4 14.08389141 L4_chemical_B3 +LQ06X006290 60S ribosomal protein L7-4 12.91156413 L4_chemical_C2 +LQ06X006290 60S ribosomal protein L7-4 13.49337979 L4_chemical_C3 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.052760304 C6_control_A1 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.601151806 C6_control_A3 +LQ06X006370 Putative uncharacterized protein (Fragment) 5.471275438 C6_control_B1 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.418016028 C6_control_B2 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.250487597 C6_control_B3 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.196044244 C6_control_C1 +LQ06X006370 Putative uncharacterized protein (Fragment) 8.173790349 C6_control_C2 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.454825561 C6_control_C3 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.729357408 C6_chemical_A1 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.427548692 C6_chemical_A3 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.607732704 C6_chemical_B1 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.177956491 C6_chemical_B2 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.193268863 C6_chemical_B3 +LQ06X006370 Putative uncharacterized protein (Fragment) 8.627653441 C6_chemical_C1 +LQ06X006370 Putative uncharacterized protein (Fragment) 8.869186725 C6_chemical_C2 +LQ06X006370 Putative uncharacterized protein (Fragment) 8.623016298 C6_chemical_C3 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.623846331 L4_control_A1 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.528691127 L4_control_A2 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.780247203 L4_control_A3 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.759564176 L4_control_B1 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.609245157 L4_control_B2 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.463108151 L4_control_B3 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.53787304 L4_control_C2 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.6136188 L4_control_C3 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.580809854 L4_chemical_A1 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.939228359 L4_chemical_A2 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.645712343 L4_chemical_A3 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.89282634 L4_chemical_B1 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.531797672 L4_chemical_B2 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.365299297 L4_chemical_B3 +LQ06X006370 Putative uncharacterized protein (Fragment) 6.89196743 L4_chemical_C2 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.501361651 L4_chemical_C3 +LQ06X006590 Boron transporter 4 5.414865953 C6_control_A1 +LQ06X006590 Boron transporter 4 4.808150777 C6_control_A3 +LQ06X006590 Boron transporter 4 5.051723623 C6_control_B1 +LQ06X006590 Boron transporter 4 5.454121756 C6_control_B2 +LQ06X006590 Boron transporter 4 5.279544079 C6_control_B3 +LQ06X006590 Boron transporter 4 10.68675635 C6_control_C1 +LQ06X006590 Boron transporter 4 9.223354154 C6_control_C2 +LQ06X006590 Boron transporter 4 6.526687794 C6_control_C3 +LQ06X006590 Boron transporter 4 5.322004723 C6_chemical_A1 +LQ06X006590 Boron transporter 4 5.357551505 C6_chemical_A3 +LQ06X006590 Boron transporter 4 5.249510447 C6_chemical_B1 +LQ06X006590 Boron transporter 4 5.227099157 C6_chemical_B2 +LQ06X006590 Boron transporter 4 5.584986509 C6_chemical_B3 +LQ06X006590 Boron transporter 4 10.74235901 C6_chemical_C1 +LQ06X006590 Boron transporter 4 9.959871106 C6_chemical_C2 +LQ06X006590 Boron transporter 4 8.346824732 C6_chemical_C3 +LQ06X006590 Boron transporter 4 5.450697518 L4_control_A1 +LQ06X006590 Boron transporter 4 6.032116443 L4_control_A2 +LQ06X006590 Boron transporter 4 5.923154435 L4_control_A3 +LQ06X006590 Boron transporter 4 5.484835885 L4_control_B1 +LQ06X006590 Boron transporter 4 5.622737521 L4_control_B2 +LQ06X006590 Boron transporter 4 5.874299316 L4_control_B3 +LQ06X006590 Boron transporter 4 7.624183787 L4_control_C2 +LQ06X006590 Boron transporter 4 6.715097297 L4_control_C3 +LQ06X006590 Boron transporter 4 6.277735972 L4_chemical_A1 +LQ06X006590 Boron transporter 4 5.493735094 L4_chemical_A2 +LQ06X006590 Boron transporter 4 5.665379031 L4_chemical_A3 +LQ06X006590 Boron transporter 4 6.288438533 L4_chemical_B1 +LQ06X006590 Boron transporter 4 6.073576391 L4_chemical_B2 +LQ06X006590 Boron transporter 4 5.603277965 L4_chemical_B3 +LQ06X006590 Boron transporter 4 7.620611217 L4_chemical_C2 +LQ06X006590 Boron transporter 4 6.429262341 L4_chemical_C3 +LQ06X006720 Hypothetical protein 4.885157313 C6_control_A1 +LQ06X006720 Hypothetical protein 5.342036743 C6_control_A3 +LQ06X006720 Hypothetical protein 5.473316043 C6_control_B1 +LQ06X006720 Hypothetical protein 5.204693511 C6_control_B2 +LQ06X006720 Hypothetical protein 5.495751669 C6_control_B3 +LQ06X006720 Hypothetical protein 5.015466421 C6_control_C1 +LQ06X006720 Hypothetical protein 5.187145543 C6_control_C2 +LQ06X006720 Hypothetical protein 5.723382541 C6_control_C3 +LQ06X006720 Hypothetical protein 4.859626651 C6_chemical_A1 +LQ06X006720 Hypothetical protein 4.971110297 C6_chemical_A3 +LQ06X006720 Hypothetical protein 5.349762502 C6_chemical_B1 +LQ06X006720 Hypothetical protein 5.137054421 C6_chemical_B2 +LQ06X006720 Hypothetical protein 5.568238289 C6_chemical_B3 +LQ06X006720 Hypothetical protein 5.097716933 C6_chemical_C1 +LQ06X006720 Hypothetical protein 4.855488369 C6_chemical_C2 +LQ06X006720 Hypothetical protein 5.453704034 C6_chemical_C3 +LQ06X006720 Hypothetical protein 5.225905334 L4_control_A1 +LQ06X006720 Hypothetical protein 4.809493569 L4_control_A2 +LQ06X006720 Hypothetical protein 5.395618428 L4_control_A3 +LQ06X006720 Hypothetical protein 5.266862141 L4_control_B1 +LQ06X006720 Hypothetical protein 5.106812221 L4_control_B2 +LQ06X006720 Hypothetical protein 5.143562802 L4_control_B3 +LQ06X006720 Hypothetical protein 5.836949202 L4_control_C2 +LQ06X006720 Hypothetical protein 5.374707401 L4_control_C3 +LQ06X006720 Hypothetical protein 5.444356717 L4_chemical_A1 +LQ06X006720 Hypothetical protein 5.054333785 L4_chemical_A2 +LQ06X006720 Hypothetical protein 5.916275812 L4_chemical_A3 +LQ06X006720 Hypothetical protein 5.040972174 L4_chemical_B1 +LQ06X006720 Hypothetical protein 5.519565733 L4_chemical_B2 +LQ06X006720 Hypothetical protein 5.06278239 L4_chemical_B3 +LQ06X006720 Hypothetical protein 5.090257642 L4_chemical_C2 +LQ06X006720 Hypothetical protein 5.833283016 L4_chemical_C3 +LQ06X006730 Predicted protein 11.39740271 C6_control_A1 +LQ06X006730 Predicted protein 11.18852338 C6_control_A3 +LQ06X006730 Predicted protein 11.26280487 C6_control_B1 +LQ06X006730 Predicted protein 11.25831821 C6_control_B2 +LQ06X006730 Predicted protein 11.11265199 C6_control_B3 +LQ06X006730 Predicted protein 11.15456761 C6_control_C1 +LQ06X006730 Predicted protein 11.35088654 C6_control_C2 +LQ06X006730 Predicted protein 10.82961219 C6_control_C3 +LQ06X006730 Predicted protein 11.23106337 C6_chemical_A1 +LQ06X006730 Predicted protein 11.24042303 C6_chemical_A3 +LQ06X006730 Predicted protein 11.21577263 C6_chemical_B1 +LQ06X006730 Predicted protein 11.4576438 C6_chemical_B2 +LQ06X006730 Predicted protein 11.0214584 C6_chemical_B3 +LQ06X006730 Predicted protein 11.13420994 C6_chemical_C1 +LQ06X006730 Predicted protein 11.45500984 C6_chemical_C2 +LQ06X006730 Predicted protein 10.9576735 C6_chemical_C3 +LQ06X006730 Predicted protein 11.16057466 L4_control_A1 +LQ06X006730 Predicted protein 11.84036529 L4_control_A2 +LQ06X006730 Predicted protein 11.35334268 L4_control_A3 +LQ06X006730 Predicted protein 11.33220528 L4_control_B1 +LQ06X006730 Predicted protein 11.8396501 L4_control_B2 +LQ06X006730 Predicted protein 10.95877311 L4_control_B3 +LQ06X006730 Predicted protein 11.67153527 L4_control_C2 +LQ06X006730 Predicted protein 11.86225782 L4_control_C3 +LQ06X006730 Predicted protein 11.08429541 L4_chemical_A1 +LQ06X006730 Predicted protein 11.66300789 L4_chemical_A2 +LQ06X006730 Predicted protein 10.99619941 L4_chemical_A3 +LQ06X006730 Predicted protein 11.26628272 L4_chemical_B1 +LQ06X006730 Predicted protein 11.64040247 L4_chemical_B2 +LQ06X006730 Predicted protein 10.7452131 L4_chemical_B3 +LQ06X006730 Predicted protein 11.67782963 L4_chemical_C2 +LQ06X006730 Predicted protein 11.73971474 L4_chemical_C3 +LQ06X006790 Probable histone H2A variant 3 5.498802129 C6_control_A1 +LQ06X006790 Probable histone H2A variant 3 5.915191499 C6_control_A3 +LQ06X006790 Probable histone H2A variant 3 5.702817629 C6_control_B1 +LQ06X006790 Probable histone H2A variant 3 5.473935819 C6_control_B2 +LQ06X006790 Probable histone H2A variant 3 5.452254978 C6_control_B3 +LQ06X006790 Probable histone H2A variant 3 5.370387945 C6_control_C1 +LQ06X006790 Probable histone H2A variant 3 6.867688261 C6_control_C2 +LQ06X006790 Probable histone H2A variant 3 5.46111816 C6_control_C3 +LQ06X006790 Probable histone H2A variant 3 5.207023069 C6_chemical_A1 +LQ06X006790 Probable histone H2A variant 3 5.100389292 C6_chemical_A3 +LQ06X006790 Probable histone H2A variant 3 5.133943879 C6_chemical_B1 +LQ06X006790 Probable histone H2A variant 3 5.593500791 C6_chemical_B2 +LQ06X006790 Probable histone H2A variant 3 5.306017009 C6_chemical_B3 +LQ06X006790 Probable histone H2A variant 3 5.697667413 C6_chemical_C1 +LQ06X006790 Probable histone H2A variant 3 5.948547752 C6_chemical_C2 +LQ06X006790 Probable histone H2A variant 3 5.431255088 C6_chemical_C3 +LQ06X006790 Probable histone H2A variant 3 5.512453374 L4_control_A1 +LQ06X006790 Probable histone H2A variant 3 5.116982612 L4_control_A2 +LQ06X006790 Probable histone H2A variant 3 5.347384625 L4_control_A3 +LQ06X006790 Probable histone H2A variant 3 5.339938044 L4_control_B1 +LQ06X006790 Probable histone H2A variant 3 5.178900422 L4_control_B2 +LQ06X006790 Probable histone H2A variant 3 5.199335375 L4_control_B3 +LQ06X006790 Probable histone H2A variant 3 5.390678404 L4_control_C2 +LQ06X006790 Probable histone H2A variant 3 5.607461073 L4_control_C3 +LQ06X006790 Probable histone H2A variant 3 5.198247769 L4_chemical_A1 +LQ06X006790 Probable histone H2A variant 3 5.056587802 L4_chemical_A2 +LQ06X006790 Probable histone H2A variant 3 5.546097282 L4_chemical_A3 +LQ06X006790 Probable histone H2A variant 3 5.657559848 L4_chemical_B1 +LQ06X006790 Probable histone H2A variant 3 5.562545562 L4_chemical_B2 +LQ06X006790 Probable histone H2A variant 3 5.484896458 L4_chemical_B3 +LQ06X006790 Probable histone H2A variant 3 5.410444808 L4_chemical_C2 +LQ06X006790 Probable histone H2A variant 3 5.015148066 L4_chemical_C3 +LQ06X006810 Predicted protein 8.998135277 C6_control_A1 +LQ06X006810 Predicted protein 9.640029608 C6_control_A3 +LQ06X006810 Predicted protein 7.750632246 C6_control_B1 +LQ06X006810 Predicted protein 9.679569055 C6_control_B2 +LQ06X006810 Predicted protein 7.446959838 C6_control_B3 +LQ06X006810 Predicted protein 9.722897253 C6_control_C1 +LQ06X006810 Predicted protein 9.677772814 C6_control_C2 +LQ06X006810 Predicted protein 10.30423609 C6_control_C3 +LQ06X006810 Predicted protein 8.671381646 C6_chemical_A1 +LQ06X006810 Predicted protein 9.036785312 C6_chemical_A3 +LQ06X006810 Predicted protein 6.18703664 C6_chemical_B1 +LQ06X006810 Predicted protein 9.788635161 C6_chemical_B2 +LQ06X006810 Predicted protein 8.396566419 C6_chemical_B3 +LQ06X006810 Predicted protein 10.06184379 C6_chemical_C1 +LQ06X006810 Predicted protein 9.986821286 C6_chemical_C2 +LQ06X006810 Predicted protein 10.24868797 C6_chemical_C3 +LQ06X006810 Predicted protein 8.65422312 L4_control_A1 +LQ06X006810 Predicted protein 9.213053638 L4_control_A2 +LQ06X006810 Predicted protein 7.860946312 L4_control_A3 +LQ06X006810 Predicted protein 8.244388162 L4_control_B1 +LQ06X006810 Predicted protein 6.016372588 L4_control_B2 +LQ06X006810 Predicted protein 8.876633672 L4_control_B3 +LQ06X006810 Predicted protein 6.66001045 L4_control_C2 +LQ06X006810 Predicted protein 6.926907951 L4_control_C3 +LQ06X006810 Predicted protein 8.527295269 L4_chemical_A1 +LQ06X006810 Predicted protein 8.32172393 L4_chemical_A2 +LQ06X006810 Predicted protein 6.994292014 L4_chemical_A3 +LQ06X006810 Predicted protein 7.426637718 L4_chemical_B1 +LQ06X006810 Predicted protein 6.260650505 L4_chemical_B2 +LQ06X006810 Predicted protein 9.419378195 L4_chemical_B3 +LQ06X006810 Predicted protein 6.282328524 L4_chemical_C2 +LQ06X006810 Predicted protein 7.020538449 L4_chemical_C3 +LQ06X006820 Putative Monoglyceride lipase 12.98718191 C6_control_A1 +LQ06X006820 Putative Monoglyceride lipase 12.58263893 C6_control_A3 +LQ06X006820 Putative Monoglyceride lipase 13.24400286 C6_control_B1 +LQ06X006820 Putative Monoglyceride lipase 13.56612472 C6_control_B2 +LQ06X006820 Putative Monoglyceride lipase 13.52458001 C6_control_B3 +LQ06X006820 Putative Monoglyceride lipase 11.67778248 C6_control_C1 +LQ06X006820 Putative Monoglyceride lipase 11.66014792 C6_control_C2 +LQ06X006820 Putative Monoglyceride lipase 11.27112052 C6_control_C3 +LQ06X006820 Putative Monoglyceride lipase 13.13154873 C6_chemical_A1 +LQ06X006820 Putative Monoglyceride lipase 13.02869216 C6_chemical_A3 +LQ06X006820 Putative Monoglyceride lipase 13.41074858 C6_chemical_B1 +LQ06X006820 Putative Monoglyceride lipase 13.11901511 C6_chemical_B2 +LQ06X006820 Putative Monoglyceride lipase 13.69101923 C6_chemical_B3 +LQ06X006820 Putative Monoglyceride lipase 11.94534287 C6_chemical_C1 +LQ06X006820 Putative Monoglyceride lipase 11.47458896 C6_chemical_C2 +LQ06X006820 Putative Monoglyceride lipase 11.13832837 C6_chemical_C3 +LQ06X006820 Putative Monoglyceride lipase 12.95861988 L4_control_A1 +LQ06X006820 Putative Monoglyceride lipase 13.16249306 L4_control_A2 +LQ06X006820 Putative Monoglyceride lipase 12.8008723 L4_control_A3 +LQ06X006820 Putative Monoglyceride lipase 13.57630012 L4_control_B1 +LQ06X006820 Putative Monoglyceride lipase 13.55210736 L4_control_B2 +LQ06X006820 Putative Monoglyceride lipase 14.0779662 L4_control_B3 +LQ06X006820 Putative Monoglyceride lipase 11.66170388 L4_control_C2 +LQ06X006820 Putative Monoglyceride lipase 12.07016163 L4_control_C3 +LQ06X006820 Putative Monoglyceride lipase 12.79307661 L4_chemical_A1 +LQ06X006820 Putative Monoglyceride lipase 13.29673382 L4_chemical_A2 +LQ06X006820 Putative Monoglyceride lipase 12.83970717 L4_chemical_A3 +LQ06X006820 Putative Monoglyceride lipase 13.32517734 L4_chemical_B1 +LQ06X006820 Putative Monoglyceride lipase 13.49541011 L4_chemical_B2 +LQ06X006820 Putative Monoglyceride lipase 12.979997 L4_chemical_B3 +LQ06X006820 Putative Monoglyceride lipase 11.93130229 L4_chemical_C2 +LQ06X006820 Putative Monoglyceride lipase 11.89214166 L4_chemical_C3 +LQ06X006840 Plastidic ATP/ADP-transporter 12.70381343 C6_control_A1 +LQ06X006840 Plastidic ATP/ADP-transporter 12.81368247 C6_control_A3 +LQ06X006840 Plastidic ATP/ADP-transporter 12.80353001 C6_control_B1 +LQ06X006840 Plastidic ATP/ADP-transporter 13.51945623 C6_control_B2 +LQ06X006840 Plastidic ATP/ADP-transporter 13.58642281 C6_control_B3 +LQ06X006840 Plastidic ATP/ADP-transporter 13.9122176 C6_control_C1 +LQ06X006840 Plastidic ATP/ADP-transporter 14.08828206 C6_control_C2 +LQ06X006840 Plastidic ATP/ADP-transporter 13.96259641 C6_control_C3 +LQ06X006840 Plastidic ATP/ADP-transporter 12.5430643 C6_chemical_A1 +LQ06X006840 Plastidic ATP/ADP-transporter 12.80531451 C6_chemical_A3 +LQ06X006840 Plastidic ATP/ADP-transporter 12.54037389 C6_chemical_B1 +LQ06X006840 Plastidic ATP/ADP-transporter 13.33274095 C6_chemical_B2 +LQ06X006840 Plastidic ATP/ADP-transporter 13.37275612 C6_chemical_B3 +LQ06X006840 Plastidic ATP/ADP-transporter 13.78988415 C6_chemical_C1 +LQ06X006840 Plastidic ATP/ADP-transporter 13.21211281 C6_chemical_C2 +LQ06X006840 Plastidic ATP/ADP-transporter 12.99930663 C6_chemical_C3 +LQ06X006840 Plastidic ATP/ADP-transporter 12.28208542 L4_control_A1 +LQ06X006840 Plastidic ATP/ADP-transporter 12.037524 L4_control_A2 +LQ06X006840 Plastidic ATP/ADP-transporter 12.30288372 L4_control_A3 +LQ06X006840 Plastidic ATP/ADP-transporter 12.13947295 L4_control_B1 +LQ06X006840 Plastidic ATP/ADP-transporter 13.32176133 L4_control_B2 +LQ06X006840 Plastidic ATP/ADP-transporter 13.56087231 L4_control_B3 +LQ06X006840 Plastidic ATP/ADP-transporter 13.55061398 L4_control_C2 +LQ06X006840 Plastidic ATP/ADP-transporter 13.72878027 L4_control_C3 +LQ06X006840 Plastidic ATP/ADP-transporter 12.21874947 L4_chemical_A1 +LQ06X006840 Plastidic ATP/ADP-transporter 11.76633138 L4_chemical_A2 +LQ06X006840 Plastidic ATP/ADP-transporter 11.87695173 L4_chemical_A3 +LQ06X006840 Plastidic ATP/ADP-transporter 11.74739332 L4_chemical_B1 +LQ06X006840 Plastidic ATP/ADP-transporter 12.91793897 L4_chemical_B2 +LQ06X006840 Plastidic ATP/ADP-transporter 12.69441182 L4_chemical_B3 +LQ06X006840 Plastidic ATP/ADP-transporter 13.14250709 L4_chemical_C2 +LQ06X006840 Plastidic ATP/ADP-transporter 13.2401039 L4_chemical_C3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.001056229 C6_control_A1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.48880776 C6_control_A3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.601150827 C6_control_B1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.898851377 C6_control_B2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.097458663 C6_control_B3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.224589613 C6_control_C1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.007371839 C6_control_C2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.23757199 C6_control_C3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.097679949 C6_chemical_A1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.003996453 C6_chemical_A3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.478033281 C6_chemical_B1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.221674747 C6_chemical_B2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.241925239 C6_chemical_B3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.107888852 C6_chemical_C1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.48114386 C6_chemical_C2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.225230191 C6_chemical_C3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.642362862 L4_control_A1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.232549701 L4_control_A2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.872359437 L4_control_A3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.447738141 L4_control_B1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.284458302 L4_control_B2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.873693805 L4_control_B3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.977719209 L4_control_C2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.827715161 L4_control_C3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.860949943 L4_chemical_A1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.299650475 L4_chemical_A2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.475245942 L4_chemical_A3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.102640441 L4_chemical_B1 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.640062953 L4_chemical_B2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.943138021 L4_chemical_B3 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.484967217 L4_chemical_C2 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 5.860277742 L4_chemical_C3 +LQ06X007000 Inositol oxygenase 1 6.795529347 C6_control_A1 +LQ06X007000 Inositol oxygenase 1 7.824920519 C6_control_A3 +LQ06X007000 Inositol oxygenase 1 9.16018485 C6_control_B1 +LQ06X007000 Inositol oxygenase 1 12.1656585 C6_control_B2 +LQ06X007000 Inositol oxygenase 1 10.3527645 C6_control_B3 +LQ06X007000 Inositol oxygenase 1 5.557702418 C6_control_C1 +LQ06X007000 Inositol oxygenase 1 5.598498134 C6_control_C2 +LQ06X007000 Inositol oxygenase 1 5.866335053 C6_control_C3 +LQ06X007000 Inositol oxygenase 1 5.569972882 C6_chemical_A1 +LQ06X007000 Inositol oxygenase 1 8.521665677 C6_chemical_A3 +LQ06X007000 Inositol oxygenase 1 9.643770774 C6_chemical_B1 +LQ06X007000 Inositol oxygenase 1 12.5378073 C6_chemical_B2 +LQ06X007000 Inositol oxygenase 1 10.51583072 C6_chemical_B3 +LQ06X007000 Inositol oxygenase 1 5.416550796 C6_chemical_C1 +LQ06X007000 Inositol oxygenase 1 5.954764374 C6_chemical_C2 +LQ06X007000 Inositol oxygenase 1 6.198825833 C6_chemical_C3 +LQ06X007000 Inositol oxygenase 1 6.461600643 L4_control_A1 +LQ06X007000 Inositol oxygenase 1 5.898646706 L4_control_A2 +LQ06X007000 Inositol oxygenase 1 7.620053907 L4_control_A3 +LQ06X007000 Inositol oxygenase 1 9.493453451 L4_control_B1 +LQ06X007000 Inositol oxygenase 1 8.478037697 L4_control_B2 +LQ06X007000 Inositol oxygenase 1 12.43288266 L4_control_B3 +LQ06X007000 Inositol oxygenase 1 5.097335015 L4_control_C2 +LQ06X007000 Inositol oxygenase 1 6.646938202 L4_control_C3 +LQ06X007000 Inositol oxygenase 1 6.739191781 L4_chemical_A1 +LQ06X007000 Inositol oxygenase 1 6.138503484 L4_chemical_A2 +LQ06X007000 Inositol oxygenase 1 5.482985502 L4_chemical_A3 +LQ06X007000 Inositol oxygenase 1 8.894794304 L4_chemical_B1 +LQ06X007000 Inositol oxygenase 1 8.300071149 L4_chemical_B2 +LQ06X007000 Inositol oxygenase 1 10.2190102 L4_chemical_B3 +LQ06X007000 Inositol oxygenase 1 5.296737078 L4_chemical_C2 +LQ06X007000 Inositol oxygenase 1 5.672780711 L4_chemical_C3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.756163406 C6_control_A1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.878378658 C6_control_A3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.849169791 C6_control_B1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.879742208 C6_control_B2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.865910209 C6_control_B3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.724455673 C6_control_C1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.798715166 C6_control_C2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.785198509 C6_control_C3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.203291831 C6_chemical_A1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.810716518 C6_chemical_A3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.916722981 C6_chemical_B1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.73568535 C6_chemical_B2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.828185607 C6_chemical_B3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.83966018 C6_chemical_C1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.866735385 C6_chemical_C2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.809310938 C6_chemical_C3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.97234986 L4_control_A1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.161703378 L4_control_A2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.320145 L4_control_A3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.274456412 L4_control_B1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.374283584 L4_control_B2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.752015097 L4_control_B3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.699459778 L4_control_C2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.01668692 L4_control_C3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.814920108 L4_chemical_A1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.901388695 L4_chemical_A2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.60459448 L4_chemical_A3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.897368227 L4_chemical_B1 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.942616134 L4_chemical_B2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.747563545 L4_chemical_B3 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.600085186 L4_chemical_C2 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 4.817301188 L4_chemical_C3 +LQ06X007110 GDSL esterase/lipase APG 14.33001832 C6_control_A1 +LQ06X007110 GDSL esterase/lipase APG 13.67613296 C6_control_A3 +LQ06X007110 GDSL esterase/lipase APG 14.79082278 C6_control_B1 +LQ06X007110 GDSL esterase/lipase APG 15.45525904 C6_control_B2 +LQ06X007110 GDSL esterase/lipase APG 14.97324532 C6_control_B3 +LQ06X007110 GDSL esterase/lipase APG 10.86868036 C6_control_C1 +LQ06X007110 GDSL esterase/lipase APG 12.17416732 C6_control_C2 +LQ06X007110 GDSL esterase/lipase APG 10.2172259 C6_control_C3 +LQ06X007110 GDSL esterase/lipase APG 14.28876383 C6_chemical_A1 +LQ06X007110 GDSL esterase/lipase APG 14.13603611 C6_chemical_A3 +LQ06X007110 GDSL esterase/lipase APG 14.7953641 C6_chemical_B1 +LQ06X007110 GDSL esterase/lipase APG 14.98344389 C6_chemical_B2 +LQ06X007110 GDSL esterase/lipase APG 14.85952423 C6_chemical_B3 +LQ06X007110 GDSL esterase/lipase APG 10.93477907 C6_chemical_C1 +LQ06X007110 GDSL esterase/lipase APG 10.06692895 C6_chemical_C2 +LQ06X007110 GDSL esterase/lipase APG 9.739677401 C6_chemical_C3 +LQ06X007110 GDSL esterase/lipase APG 14.40708536 L4_control_A1 +LQ06X007110 GDSL esterase/lipase APG 14.57691609 L4_control_A2 +LQ06X007110 GDSL esterase/lipase APG 13.97748129 L4_control_A3 +LQ06X007110 GDSL esterase/lipase APG 15.33801234 L4_control_B1 +LQ06X007110 GDSL esterase/lipase APG 15.08610054 L4_control_B2 +LQ06X007110 GDSL esterase/lipase APG 15.12457659 L4_control_B3 +LQ06X007110 GDSL esterase/lipase APG 8.22969645 L4_control_C2 +LQ06X007110 GDSL esterase/lipase APG 10.33006697 L4_control_C3 +LQ06X007110 GDSL esterase/lipase APG 13.99000041 L4_chemical_A1 +LQ06X007110 GDSL esterase/lipase APG 14.16147475 L4_chemical_A2 +LQ06X007110 GDSL esterase/lipase APG 14.07599263 L4_chemical_A3 +LQ06X007110 GDSL esterase/lipase APG 14.05866293 L4_chemical_B1 +LQ06X007110 GDSL esterase/lipase APG 14.48180585 L4_chemical_B2 +LQ06X007110 GDSL esterase/lipase APG 15.11540083 L4_chemical_B3 +LQ06X007110 GDSL esterase/lipase APG 9.258502487 L4_chemical_C2 +LQ06X007110 GDSL esterase/lipase APG 10.0024875 L4_chemical_C3 +LQ06X007150 Putative DNA repair protein radA homolog 5.012231202 C6_control_A1 +LQ06X007150 Putative DNA repair protein radA homolog 5.06584806 C6_control_A3 +LQ06X007150 Putative DNA repair protein radA homolog 5.053018108 C6_control_B1 +LQ06X007150 Putative DNA repair protein radA homolog 4.976108946 C6_control_B2 +LQ06X007150 Putative DNA repair protein radA homolog 4.691250069 C6_control_B3 +LQ06X007150 Putative DNA repair protein radA homolog 5.375708897 C6_control_C1 +LQ06X007150 Putative DNA repair protein radA homolog 5.015095166 C6_control_C2 +LQ06X007150 Putative DNA repair protein radA homolog 5.107870384 C6_control_C3 +LQ06X007150 Putative DNA repair protein radA homolog 5.023937824 C6_chemical_A1 +LQ06X007150 Putative DNA repair protein radA homolog 5.280473828 C6_chemical_A3 +LQ06X007150 Putative DNA repair protein radA homolog 5.643789441 C6_chemical_B1 +LQ06X007150 Putative DNA repair protein radA homolog 4.860439076 C6_chemical_B2 +LQ06X007150 Putative DNA repair protein radA homolog 4.903289615 C6_chemical_B3 +LQ06X007150 Putative DNA repair protein radA homolog 5.240594891 C6_chemical_C1 +LQ06X007150 Putative DNA repair protein radA homolog 5.087678437 C6_chemical_C2 +LQ06X007150 Putative DNA repair protein radA homolog 5.194179101 C6_chemical_C3 +LQ06X007150 Putative DNA repair protein radA homolog 5.035353396 L4_control_A1 +LQ06X007150 Putative DNA repair protein radA homolog 5.036590571 L4_control_A2 +LQ06X007150 Putative DNA repair protein radA homolog 5.227944887 L4_control_A3 +LQ06X007150 Putative DNA repair protein radA homolog 5.551198263 L4_control_B1 +LQ06X007150 Putative DNA repair protein radA homolog 5.281122842 L4_control_B2 +LQ06X007150 Putative DNA repair protein radA homolog 4.734990431 L4_control_B3 +LQ06X007150 Putative DNA repair protein radA homolog 5.354201414 L4_control_C2 +LQ06X007150 Putative DNA repair protein radA homolog 4.907979239 L4_control_C3 +LQ06X007150 Putative DNA repair protein radA homolog 5.17679212 L4_chemical_A1 +LQ06X007150 Putative DNA repair protein radA homolog 4.961119151 L4_chemical_A2 +LQ06X007150 Putative DNA repair protein radA homolog 5.418179794 L4_chemical_A3 +LQ06X007150 Putative DNA repair protein radA homolog 5.43833604 L4_chemical_B1 +LQ06X007150 Putative DNA repair protein radA homolog 5.054210929 L4_chemical_B2 +LQ06X007150 Putative DNA repair protein radA homolog 4.796485103 L4_chemical_B3 +LQ06X007150 Putative DNA repair protein radA homolog 4.729036757 L4_chemical_C2 +LQ06X007150 Putative DNA repair protein radA homolog 5.001579466 L4_chemical_C3 +LQ06X007160 6-phosphofructokinase 3 4.832875094 C6_control_A1 +LQ06X007160 6-phosphofructokinase 3 4.582019439 C6_control_A3 +LQ06X007160 6-phosphofructokinase 3 5.021489963 C6_control_B1 +LQ06X007160 6-phosphofructokinase 3 4.70860115 C6_control_B2 +LQ06X007160 6-phosphofructokinase 3 5.343526789 C6_control_B3 +LQ06X007160 6-phosphofructokinase 3 6.254528806 C6_control_C1 +LQ06X007160 6-phosphofructokinase 3 5.144876956 C6_control_C2 +LQ06X007160 6-phosphofructokinase 3 5.195071719 C6_control_C3 +LQ06X007160 6-phosphofructokinase 3 4.675007535 C6_chemical_A1 +LQ06X007160 6-phosphofructokinase 3 4.981704396 C6_chemical_A3 +LQ06X007160 6-phosphofructokinase 3 5.004529714 C6_chemical_B1 +LQ06X007160 6-phosphofructokinase 3 4.650081331 C6_chemical_B2 +LQ06X007160 6-phosphofructokinase 3 4.769877743 C6_chemical_B3 +LQ06X007160 6-phosphofructokinase 3 5.967269802 C6_chemical_C1 +LQ06X007160 6-phosphofructokinase 3 5.048419941 C6_chemical_C2 +LQ06X007160 6-phosphofructokinase 3 5.733223828 C6_chemical_C3 +LQ06X007160 6-phosphofructokinase 3 5.071518523 L4_control_A1 +LQ06X007160 6-phosphofructokinase 3 5.054337961 L4_control_A2 +LQ06X007160 6-phosphofructokinase 3 5.017287248 L4_control_A3 +LQ06X007160 6-phosphofructokinase 3 5.037557289 L4_control_B1 +LQ06X007160 6-phosphofructokinase 3 4.637211766 L4_control_B2 +LQ06X007160 6-phosphofructokinase 3 5.018731613 L4_control_B3 +LQ06X007160 6-phosphofructokinase 3 5.596424226 L4_control_C2 +LQ06X007160 6-phosphofructokinase 3 4.931670494 L4_control_C3 +LQ06X007160 6-phosphofructokinase 3 4.926360428 L4_chemical_A1 +LQ06X007160 6-phosphofructokinase 3 4.701681753 L4_chemical_A2 +LQ06X007160 6-phosphofructokinase 3 4.707323298 L4_chemical_A3 +LQ06X007160 6-phosphofructokinase 3 4.84268431 L4_chemical_B1 +LQ06X007160 6-phosphofructokinase 3 5.006947285 L4_chemical_B2 +LQ06X007160 6-phosphofructokinase 3 4.9030283 L4_chemical_B3 +LQ06X007160 6-phosphofructokinase 3 5.229313348 L4_chemical_C2 +LQ06X007160 6-phosphofructokinase 3 5.474481568 L4_chemical_C3 +LQ06X007230 Profilin-3 5.68475227 C6_control_A1 +LQ06X007230 Profilin-3 6.131006356 C6_control_A3 +LQ06X007230 Profilin-3 5.496340412 C6_control_B1 +LQ06X007230 Profilin-3 5.377470556 C6_control_B2 +LQ06X007230 Profilin-3 5.574280908 C6_control_B3 +LQ06X007230 Profilin-3 4.770792411 C6_control_C1 +LQ06X007230 Profilin-3 5.038206543 C6_control_C2 +LQ06X007230 Profilin-3 5.324488736 C6_control_C3 +LQ06X007230 Profilin-3 5.565816613 C6_chemical_A1 +LQ06X007230 Profilin-3 5.986329769 C6_chemical_A3 +LQ06X007230 Profilin-3 5.472797679 C6_chemical_B1 +LQ06X007230 Profilin-3 5.472243454 C6_chemical_B2 +LQ06X007230 Profilin-3 5.149255165 C6_chemical_B3 +LQ06X007230 Profilin-3 5.203700686 C6_chemical_C1 +LQ06X007230 Profilin-3 5.273774065 C6_chemical_C2 +LQ06X007230 Profilin-3 5.42379447 C6_chemical_C3 +LQ06X007230 Profilin-3 5.887615292 L4_control_A1 +LQ06X007230 Profilin-3 5.300073688 L4_control_A2 +LQ06X007230 Profilin-3 6.131837395 L4_control_A3 +LQ06X007230 Profilin-3 5.317760889 L4_control_B1 +LQ06X007230 Profilin-3 5.707704807 L4_control_B2 +LQ06X007230 Profilin-3 5.652539017 L4_control_B3 +LQ06X007230 Profilin-3 5.354005224 L4_control_C2 +LQ06X007230 Profilin-3 4.827261506 L4_control_C3 +LQ06X007230 Profilin-3 5.454307305 L4_chemical_A1 +LQ06X007230 Profilin-3 5.524321531 L4_chemical_A2 +LQ06X007230 Profilin-3 5.492180345 L4_chemical_A3 +LQ06X007230 Profilin-3 5.420444911 L4_chemical_B1 +LQ06X007230 Profilin-3 5.51993315 L4_chemical_B2 +LQ06X007230 Profilin-3 5.428798683 L4_chemical_B3 +LQ06X007230 Profilin-3 6.052710716 L4_chemical_C2 +LQ06X007230 Profilin-3 5.424514697 L4_chemical_C3 +LQ06X007240 Putative uncharacterized protein 5.100979112 C6_control_A1 +LQ06X007240 Putative uncharacterized protein 5.385187494 C6_control_A3 +LQ06X007240 Putative uncharacterized protein 5.993616332 C6_control_B1 +LQ06X007240 Putative uncharacterized protein 5.007876193 C6_control_B2 +LQ06X007240 Putative uncharacterized protein 5.376014471 C6_control_B3 +LQ06X007240 Putative uncharacterized protein 5.249675395 C6_control_C1 +LQ06X007240 Putative uncharacterized protein 5.551906548 C6_control_C2 +LQ06X007240 Putative uncharacterized protein 5.236796858 C6_control_C3 +LQ06X007240 Putative uncharacterized protein 5.550954203 C6_chemical_A1 +LQ06X007240 Putative uncharacterized protein 5.083326958 C6_chemical_A3 +LQ06X007240 Putative uncharacterized protein 6.306244559 C6_chemical_B1 +LQ06X007240 Putative uncharacterized protein 5.284617677 C6_chemical_B2 +LQ06X007240 Putative uncharacterized protein 5.455506623 C6_chemical_B3 +LQ06X007240 Putative uncharacterized protein 4.986068409 C6_chemical_C1 +LQ06X007240 Putative uncharacterized protein 5.336493543 C6_chemical_C2 +LQ06X007240 Putative uncharacterized protein 5.484628678 C6_chemical_C3 +LQ06X007240 Putative uncharacterized protein 5.66395321 L4_control_A1 +LQ06X007240 Putative uncharacterized protein 5.447887281 L4_control_A2 +LQ06X007240 Putative uncharacterized protein 5.410072296 L4_control_A3 +LQ06X007240 Putative uncharacterized protein 5.208282761 L4_control_B1 +LQ06X007240 Putative uncharacterized protein 5.074494105 L4_control_B2 +LQ06X007240 Putative uncharacterized protein 5.316871681 L4_control_B3 +LQ06X007240 Putative uncharacterized protein 5.497913011 L4_control_C2 +LQ06X007240 Putative uncharacterized protein 5.338018144 L4_control_C3 +LQ06X007240 Putative uncharacterized protein 5.430605344 L4_chemical_A1 +LQ06X007240 Putative uncharacterized protein 5.780395291 L4_chemical_A2 +LQ06X007240 Putative uncharacterized protein 5.452110672 L4_chemical_A3 +LQ06X007240 Putative uncharacterized protein 5.319330163 L4_chemical_B1 +LQ06X007240 Putative uncharacterized protein 5.454447252 L4_chemical_B2 +LQ06X007240 Putative uncharacterized protein 5.258962959 L4_chemical_B3 +LQ06X007240 Putative uncharacterized protein 5.140263998 L4_chemical_C2 +LQ06X007240 Putative uncharacterized protein 5.295575181 L4_chemical_C3 +LQ06X007300 Putative uncharacterized protein 5.35018939 C6_control_A1 +LQ06X007300 Putative uncharacterized protein 5.382429122 C6_control_A3 +LQ06X007300 Putative uncharacterized protein 5.489391443 C6_control_B1 +LQ06X007300 Putative uncharacterized protein 5.512340127 C6_control_B2 +LQ06X007300 Putative uncharacterized protein 5.172232738 C6_control_B3 +LQ06X007300 Putative uncharacterized protein 5.16713111 C6_control_C1 +LQ06X007300 Putative uncharacterized protein 6.009187733 C6_control_C2 +LQ06X007300 Putative uncharacterized protein 5.206575997 C6_control_C3 +LQ06X007300 Putative uncharacterized protein 4.999909667 C6_chemical_A1 +LQ06X007300 Putative uncharacterized protein 4.944243673 C6_chemical_A3 +LQ06X007300 Putative uncharacterized protein 4.946942331 C6_chemical_B1 +LQ06X007300 Putative uncharacterized protein 5.538797976 C6_chemical_B2 +LQ06X007300 Putative uncharacterized protein 5.105327939 C6_chemical_B3 +LQ06X007300 Putative uncharacterized protein 5.310305121 C6_chemical_C1 +LQ06X007300 Putative uncharacterized protein 5.280316963 C6_chemical_C2 +LQ06X007300 Putative uncharacterized protein 4.899281959 C6_chemical_C3 +LQ06X007300 Putative uncharacterized protein 4.979050049 L4_control_A1 +LQ06X007300 Putative uncharacterized protein 5.45429748 L4_control_A2 +LQ06X007300 Putative uncharacterized protein 5.160305198 L4_control_A3 +LQ06X007300 Putative uncharacterized protein 5.590994754 L4_control_B1 +LQ06X007300 Putative uncharacterized protein 5.175508301 L4_control_B2 +LQ06X007300 Putative uncharacterized protein 4.861709425 L4_control_B3 +LQ06X007300 Putative uncharacterized protein 5.206002256 L4_control_C2 +LQ06X007300 Putative uncharacterized protein 5.731844124 L4_control_C3 +LQ06X007300 Putative uncharacterized protein 4.827741206 L4_chemical_A1 +LQ06X007300 Putative uncharacterized protein 5.005438178 L4_chemical_A2 +LQ06X007300 Putative uncharacterized protein 5.278875998 L4_chemical_A3 +LQ06X007300 Putative uncharacterized protein 5.3999055 L4_chemical_B1 +LQ06X007300 Putative uncharacterized protein 5.238317294 L4_chemical_B2 +LQ06X007300 Putative uncharacterized protein 4.819845333 L4_chemical_B3 +LQ06X007300 Putative uncharacterized protein 6.147983167 L4_chemical_C2 +LQ06X007300 Putative uncharacterized protein 4.996007305 L4_chemical_C3 +LQ06X007320 Hexokinase-1 6.723969307 C6_control_A1 +LQ06X007320 Hexokinase-1 6.301302158 C6_control_A3 +LQ06X007320 Hexokinase-1 6.63826619 C6_control_B1 +LQ06X007320 Hexokinase-1 6.462391774 C6_control_B2 +LQ06X007320 Hexokinase-1 6.220482799 C6_control_B3 +LQ06X007320 Hexokinase-1 5.92021173 C6_control_C1 +LQ06X007320 Hexokinase-1 6.44468768 C6_control_C2 +LQ06X007320 Hexokinase-1 5.970819262 C6_control_C3 +LQ06X007320 Hexokinase-1 7.520157508 C6_chemical_A1 +LQ06X007320 Hexokinase-1 7.84122524 C6_chemical_A3 +LQ06X007320 Hexokinase-1 6.778160027 C6_chemical_B1 +LQ06X007320 Hexokinase-1 7.799234108 C6_chemical_B2 +LQ06X007320 Hexokinase-1 6.76839726 C6_chemical_B3 +LQ06X007320 Hexokinase-1 6.940560051 C6_chemical_C1 +LQ06X007320 Hexokinase-1 6.893993196 C6_chemical_C2 +LQ06X007320 Hexokinase-1 6.796900714 C6_chemical_C3 +LQ06X007320 Hexokinase-1 7.405367401 L4_control_A1 +LQ06X007320 Hexokinase-1 7.877485074 L4_control_A2 +LQ06X007320 Hexokinase-1 6.451084687 L4_control_A3 +LQ06X007320 Hexokinase-1 8.399190983 L4_control_B1 +LQ06X007320 Hexokinase-1 8.675359393 L4_control_B2 +LQ06X007320 Hexokinase-1 8.59093139 L4_control_B3 +LQ06X007320 Hexokinase-1 7.032537205 L4_control_C2 +LQ06X007320 Hexokinase-1 7.027194032 L4_control_C3 +LQ06X007320 Hexokinase-1 7.072634423 L4_chemical_A1 +LQ06X007320 Hexokinase-1 7.144951103 L4_chemical_A2 +LQ06X007320 Hexokinase-1 6.871009588 L4_chemical_A3 +LQ06X007320 Hexokinase-1 7.106247946 L4_chemical_B1 +LQ06X007320 Hexokinase-1 7.755958463 L4_chemical_B2 +LQ06X007320 Hexokinase-1 8.020156491 L4_chemical_B3 +LQ06X007320 Hexokinase-1 6.545221409 L4_chemical_C2 +LQ06X007320 Hexokinase-1 7.545105811 L4_chemical_C3 +LQ06X007330 Auxin-responsive protein IAA26 4.759522897 C6_control_A1 +LQ06X007330 Auxin-responsive protein IAA26 5.15037312 C6_control_A3 +LQ06X007330 Auxin-responsive protein IAA26 5.299099086 C6_control_B1 +LQ06X007330 Auxin-responsive protein IAA26 4.880747496 C6_control_B2 +LQ06X007330 Auxin-responsive protein IAA26 5.265232444 C6_control_B3 +LQ06X007330 Auxin-responsive protein IAA26 5.416093899 C6_control_C1 +LQ06X007330 Auxin-responsive protein IAA26 4.787353166 C6_control_C2 +LQ06X007330 Auxin-responsive protein IAA26 4.511670404 C6_control_C3 +LQ06X007330 Auxin-responsive protein IAA26 5.268053055 C6_chemical_A1 +LQ06X007330 Auxin-responsive protein IAA26 5.564225456 C6_chemical_A3 +LQ06X007330 Auxin-responsive protein IAA26 5.319919196 C6_chemical_B1 +LQ06X007330 Auxin-responsive protein IAA26 4.826514567 C6_chemical_B2 +LQ06X007330 Auxin-responsive protein IAA26 5.391797431 C6_chemical_B3 +LQ06X007330 Auxin-responsive protein IAA26 5.026948725 C6_chemical_C1 +LQ06X007330 Auxin-responsive protein IAA26 4.701702551 C6_chemical_C2 +LQ06X007330 Auxin-responsive protein IAA26 4.896350753 C6_chemical_C3 +LQ06X007330 Auxin-responsive protein IAA26 4.984388274 L4_control_A1 +LQ06X007330 Auxin-responsive protein IAA26 5.580342427 L4_control_A2 +LQ06X007330 Auxin-responsive protein IAA26 5.297880324 L4_control_A3 +LQ06X007330 Auxin-responsive protein IAA26 6.246150707 L4_control_B1 +LQ06X007330 Auxin-responsive protein IAA26 5.949596328 L4_control_B2 +LQ06X007330 Auxin-responsive protein IAA26 5.320425866 L4_control_B3 +LQ06X007330 Auxin-responsive protein IAA26 6.086027752 L4_control_C2 +LQ06X007330 Auxin-responsive protein IAA26 6.558753931 L4_control_C3 +LQ06X007330 Auxin-responsive protein IAA26 5.601751153 L4_chemical_A1 +LQ06X007330 Auxin-responsive protein IAA26 5.303018866 L4_chemical_A2 +LQ06X007330 Auxin-responsive protein IAA26 5.371908703 L4_chemical_A3 +LQ06X007330 Auxin-responsive protein IAA26 6.083198303 L4_chemical_B1 +LQ06X007330 Auxin-responsive protein IAA26 5.92555943 L4_chemical_B2 +LQ06X007330 Auxin-responsive protein IAA26 5.252249087 L4_chemical_B3 +LQ06X007330 Auxin-responsive protein IAA26 6.665240486 L4_chemical_C2 +LQ06X007330 Auxin-responsive protein IAA26 6.333176783 L4_chemical_C3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.879999773 C6_control_A1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.791557608 C6_control_A3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.77786639 C6_control_B1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.32269879 C6_control_B2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.62320172 C6_control_B3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 12.17544595 C6_control_C1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 11.01633591 C6_control_C2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 12.39409428 C6_control_C3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.757044885 C6_chemical_A1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.03494594 C6_chemical_A3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.63272606 C6_chemical_B1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.19465714 C6_chemical_B2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.1555514 C6_chemical_B3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 12.1739857 C6_chemical_C1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 12.14612969 C6_chemical_C2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 12.26683949 C6_chemical_C3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.261249356 L4_control_A1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.583281864 L4_control_A2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.501987863 L4_control_A3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.920180849 L4_control_B1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.10745701 L4_control_B2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 10.52265634 L4_control_B3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 11.59768892 L4_control_C2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 11.49384809 L4_control_C3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 8.901993358 L4_chemical_A1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.694793754 L4_chemical_A2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 8.58922713 L4_chemical_A3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.84526315 L4_chemical_B1 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.701518442 L4_chemical_B2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.987521249 L4_chemical_B3 +LQ06X007350 Clavaminate synthase-like protein At3g21360 11.39788589 L4_chemical_C2 +LQ06X007350 Clavaminate synthase-like protein At3g21360 11.74221488 L4_chemical_C3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.845760763 C6_control_A1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.829433582 C6_control_A3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.133500638 C6_control_B1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.861243933 C6_control_B2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.185584939 C6_control_B3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.134524608 C6_control_C1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.036698587 C6_control_C2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.194435606 C6_control_C3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.789529532 C6_chemical_A1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.893867227 C6_chemical_A3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.983636852 C6_chemical_B1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.781047424 C6_chemical_B2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.067002586 C6_chemical_B3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.157415096 C6_chemical_C1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.021656006 C6_chemical_C2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.507553713 C6_chemical_C3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.065179623 L4_control_A1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.937100898 L4_control_A2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.156422396 L4_control_A3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.013196692 L4_control_B1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.890220683 L4_control_B2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.910477171 L4_control_B3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.371546159 L4_control_C2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.666264791 L4_control_C3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.084402082 L4_chemical_A1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.14552472 L4_chemical_A2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.40821676 L4_chemical_A3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.652919221 L4_chemical_B1 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.134171988 L4_chemical_B2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.947173932 L4_chemical_B3 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.247246114 L4_chemical_C2 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 5.346233158 L4_chemical_C3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 7.467467393 C6_control_A1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 7.612910843 C6_control_A3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.478694961 C6_control_B1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.635026972 C6_control_B2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.074247925 C6_control_B3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 7.024176706 C6_control_C1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.601279744 C6_control_C2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 7.451807644 C6_control_C3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 6.975299841 C6_chemical_A1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 7.383638199 C6_chemical_A3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.279242358 C6_chemical_B1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.328003496 C6_chemical_B2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.304856631 C6_chemical_B3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 8.573363255 C6_chemical_C1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.839641014 C6_chemical_C2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 7.003794523 C6_chemical_C3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 9.174703551 L4_control_A1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 7.696983948 L4_control_A2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 7.785280203 L4_control_A3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.596710254 L4_control_B1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.207081521 L4_control_B2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.789990065 L4_control_B3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.188578101 L4_control_C2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.940197414 L4_control_C3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 11.39468952 L4_chemical_A1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 8.676720255 L4_chemical_A2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 9.411897906 L4_chemical_A3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.746118943 L4_chemical_B1 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.663098075 L4_chemical_B2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.159836281 L4_chemical_B3 +LQ06X007390 Histidine-containing phosphotransfer protein 4 6.054308642 L4_chemical_C2 +LQ06X007390 Histidine-containing phosphotransfer protein 4 5.895390172 L4_chemical_C3 +LQ06X007450 Predicted protein 5.806252762 C6_control_A1 +LQ06X007450 Predicted protein 5.665928926 C6_control_A3 +LQ06X007450 Predicted protein 5.677195499 C6_control_B1 +LQ06X007450 Predicted protein 5.23643225 C6_control_B2 +LQ06X007450 Predicted protein 5.85131308 C6_control_B3 +LQ06X007450 Predicted protein 5.547476973 C6_control_C1 +LQ06X007450 Predicted protein 5.535528312 C6_control_C2 +LQ06X007450 Predicted protein 5.450659921 C6_control_C3 +LQ06X007450 Predicted protein 5.968248259 C6_chemical_A1 +LQ06X007450 Predicted protein 5.473525183 C6_chemical_A3 +LQ06X007450 Predicted protein 6.008772383 C6_chemical_B1 +LQ06X007450 Predicted protein 5.110539261 C6_chemical_B2 +LQ06X007450 Predicted protein 5.565944052 C6_chemical_B3 +LQ06X007450 Predicted protein 5.930532718 C6_chemical_C1 +LQ06X007450 Predicted protein 5.257766898 C6_chemical_C2 +LQ06X007450 Predicted protein 5.70705528 C6_chemical_C3 +LQ06X007450 Predicted protein 5.58107948 L4_control_A1 +LQ06X007450 Predicted protein 5.68661323 L4_control_A2 +LQ06X007450 Predicted protein 5.696074856 L4_control_A3 +LQ06X007450 Predicted protein 5.662475527 L4_control_B1 +LQ06X007450 Predicted protein 5.508558426 L4_control_B2 +LQ06X007450 Predicted protein 5.411744395 L4_control_B3 +LQ06X007450 Predicted protein 5.909300017 L4_control_C2 +LQ06X007450 Predicted protein 6.320768566 L4_control_C3 +LQ06X007450 Predicted protein 5.849518673 L4_chemical_A1 +LQ06X007450 Predicted protein 5.897593129 L4_chemical_A2 +LQ06X007450 Predicted protein 5.633841697 L4_chemical_A3 +LQ06X007450 Predicted protein 5.926467043 L4_chemical_B1 +LQ06X007450 Predicted protein 5.721210605 L4_chemical_B2 +LQ06X007450 Predicted protein 5.50896892 L4_chemical_B3 +LQ06X007450 Predicted protein 6.091372176 L4_chemical_C2 +LQ06X007450 Predicted protein 6.107206618 L4_chemical_C3 +LQ06X007460 NADP-dependent malic enzyme 12.95169633 C6_control_A1 +LQ06X007460 NADP-dependent malic enzyme 12.91397921 C6_control_A3 +LQ06X007460 NADP-dependent malic enzyme 12.69321971 C6_control_B1 +LQ06X007460 NADP-dependent malic enzyme 12.8730242 C6_control_B2 +LQ06X007460 NADP-dependent malic enzyme 12.84150011 C6_control_B3 +LQ06X007460 NADP-dependent malic enzyme 13.5364307 C6_control_C1 +LQ06X007460 NADP-dependent malic enzyme 12.98614576 C6_control_C2 +LQ06X007460 NADP-dependent malic enzyme 13.83175712 C6_control_C3 +LQ06X007460 NADP-dependent malic enzyme 13.13653281 C6_chemical_A1 +LQ06X007460 NADP-dependent malic enzyme 13.39202475 C6_chemical_A3 +LQ06X007460 NADP-dependent malic enzyme 12.96318547 C6_chemical_B1 +LQ06X007460 NADP-dependent malic enzyme 12.80836099 C6_chemical_B2 +LQ06X007460 NADP-dependent malic enzyme 13.25686366 C6_chemical_B3 +LQ06X007460 NADP-dependent malic enzyme 13.62342394 C6_chemical_C1 +LQ06X007460 NADP-dependent malic enzyme 13.37797465 C6_chemical_C2 +LQ06X007460 NADP-dependent malic enzyme 14.10624989 C6_chemical_C3 +LQ06X007460 NADP-dependent malic enzyme 13.3117812 L4_control_A1 +LQ06X007460 NADP-dependent malic enzyme 13.27654321 L4_control_A2 +LQ06X007460 NADP-dependent malic enzyme 13.18400017 L4_control_A3 +LQ06X007460 NADP-dependent malic enzyme 13.25935261 L4_control_B1 +LQ06X007460 NADP-dependent malic enzyme 13.30328091 L4_control_B2 +LQ06X007460 NADP-dependent malic enzyme 13.43004336 L4_control_B3 +LQ06X007460 NADP-dependent malic enzyme 13.54503088 L4_control_C2 +LQ06X007460 NADP-dependent malic enzyme 13.81434764 L4_control_C3 +LQ06X007460 NADP-dependent malic enzyme 14.25909254 L4_chemical_A1 +LQ06X007460 NADP-dependent malic enzyme 13.95506757 L4_chemical_A2 +LQ06X007460 NADP-dependent malic enzyme 13.74113313 L4_chemical_A3 +LQ06X007460 NADP-dependent malic enzyme 13.7301999 L4_chemical_B1 +LQ06X007460 NADP-dependent malic enzyme 13.4957797 L4_chemical_B2 +LQ06X007460 NADP-dependent malic enzyme 12.93984219 L4_chemical_B3 +LQ06X007460 NADP-dependent malic enzyme 13.20017391 L4_chemical_C2 +LQ06X007460 NADP-dependent malic enzyme 13.74830284 L4_chemical_C3 +LQ06X007470 Hypothetical protein 5.649996592 C6_control_A1 +LQ06X007470 Hypothetical protein 5.790566627 C6_control_A3 +LQ06X007470 Hypothetical protein 5.560434646 C6_control_B1 +LQ06X007470 Hypothetical protein 5.354434863 C6_control_B2 +LQ06X007470 Hypothetical protein 5.449535398 C6_control_B3 +LQ06X007470 Hypothetical protein 6.677246248 C6_control_C1 +LQ06X007470 Hypothetical protein 5.867206826 C6_control_C2 +LQ06X007470 Hypothetical protein 7.512519557 C6_control_C3 +LQ06X007470 Hypothetical protein 6.040654647 C6_chemical_A1 +LQ06X007470 Hypothetical protein 7.631941654 C6_chemical_A3 +LQ06X007470 Hypothetical protein 5.577858431 C6_chemical_B1 +LQ06X007470 Hypothetical protein 5.478185013 C6_chemical_B2 +LQ06X007470 Hypothetical protein 5.448037538 C6_chemical_B3 +LQ06X007470 Hypothetical protein 6.654661842 C6_chemical_C1 +LQ06X007470 Hypothetical protein 6.033950885 C6_chemical_C2 +LQ06X007470 Hypothetical protein 6.798656309 C6_chemical_C3 +LQ06X007470 Hypothetical protein 7.793407803 L4_control_A1 +LQ06X007470 Hypothetical protein 6.815066119 L4_control_A2 +LQ06X007470 Hypothetical protein 6.362908718 L4_control_A3 +LQ06X007470 Hypothetical protein 5.449394165 L4_control_B1 +LQ06X007470 Hypothetical protein 4.944593499 L4_control_B2 +LQ06X007470 Hypothetical protein 6.423180187 L4_control_B3 +LQ06X007470 Hypothetical protein 5.560808675 L4_control_C2 +LQ06X007470 Hypothetical protein 7.048583111 L4_control_C3 +LQ06X007470 Hypothetical protein 8.946187655 L4_chemical_A1 +LQ06X007470 Hypothetical protein 7.327039819 L4_chemical_A2 +LQ06X007470 Hypothetical protein 6.930297914 L4_chemical_A3 +LQ06X007470 Hypothetical protein 5.867017639 L4_chemical_B1 +LQ06X007470 Hypothetical protein 5.213491001 L4_chemical_B2 +LQ06X007470 Hypothetical protein 6.198500444 L4_chemical_B3 +LQ06X007470 Hypothetical protein 5.544884613 L4_chemical_C2 +LQ06X007470 Hypothetical protein 7.626523396 L4_chemical_C3 +LQ06X007600 Predicted protein 9.337946747 C6_control_A1 +LQ06X007600 Predicted protein 10.07966929 C6_control_A3 +LQ06X007600 Predicted protein 8.551658396 C6_control_B1 +LQ06X007600 Predicted protein 6.992356605 C6_control_B2 +LQ06X007600 Predicted protein 7.776552826 C6_control_B3 +LQ06X007600 Predicted protein 6.166893399 C6_control_C1 +LQ06X007600 Predicted protein 5.458070667 C6_control_C2 +LQ06X007600 Predicted protein 6.683783803 C6_control_C3 +LQ06X007600 Predicted protein 8.797089344 C6_chemical_A1 +LQ06X007600 Predicted protein 9.869260978 C6_chemical_A3 +LQ06X007600 Predicted protein 8.073932908 C6_chemical_B1 +LQ06X007600 Predicted protein 6.893603062 C6_chemical_B2 +LQ06X007600 Predicted protein 7.389197729 C6_chemical_B3 +LQ06X007600 Predicted protein 6.27084376 C6_chemical_C1 +LQ06X007600 Predicted protein 5.684133097 C6_chemical_C2 +LQ06X007600 Predicted protein 6.326863075 C6_chemical_C3 +LQ06X007600 Predicted protein 9.746062412 L4_control_A1 +LQ06X007600 Predicted protein 9.380866174 L4_control_A2 +LQ06X007600 Predicted protein 9.518638602 L4_control_A3 +LQ06X007600 Predicted protein 7.324325246 L4_control_B1 +LQ06X007600 Predicted protein 8.231458706 L4_control_B2 +LQ06X007600 Predicted protein 6.924533089 L4_control_B3 +LQ06X007600 Predicted protein 5.584585916 L4_control_C2 +LQ06X007600 Predicted protein 5.007183781 L4_control_C3 +LQ06X007600 Predicted protein 9.155477397 L4_chemical_A1 +LQ06X007600 Predicted protein 8.183016957 L4_chemical_A2 +LQ06X007600 Predicted protein 9.509590982 L4_chemical_A3 +LQ06X007600 Predicted protein 8.032775876 L4_chemical_B1 +LQ06X007600 Predicted protein 7.829928289 L4_chemical_B2 +LQ06X007600 Predicted protein 8.055917624 L4_chemical_B3 +LQ06X007600 Predicted protein 5.023122411 L4_chemical_C2 +LQ06X007600 Predicted protein 6.261557552 L4_chemical_C3 +LQ06X007620 Putative uncharacterized protein 7.312642284 C6_control_A1 +LQ06X007620 Putative uncharacterized protein 6.080998959 C6_control_A3 +LQ06X007620 Putative uncharacterized protein 6.959831626 C6_control_B1 +LQ06X007620 Putative uncharacterized protein 7.466118921 C6_control_B2 +LQ06X007620 Putative uncharacterized protein 6.676668243 C6_control_B3 +LQ06X007620 Putative uncharacterized protein 8.453697583 C6_control_C1 +LQ06X007620 Putative uncharacterized protein 8.542073468 C6_control_C2 +LQ06X007620 Putative uncharacterized protein 7.262510107 C6_control_C3 +LQ06X007620 Putative uncharacterized protein 7.818781344 C6_chemical_A1 +LQ06X007620 Putative uncharacterized protein 7.250954603 C6_chemical_A3 +LQ06X007620 Putative uncharacterized protein 7.067288927 C6_chemical_B1 +LQ06X007620 Putative uncharacterized protein 7.751532286 C6_chemical_B2 +LQ06X007620 Putative uncharacterized protein 7.43692304 C6_chemical_B3 +LQ06X007620 Putative uncharacterized protein 8.948891779 C6_chemical_C1 +LQ06X007620 Putative uncharacterized protein 8.609124564 C6_chemical_C2 +LQ06X007620 Putative uncharacterized protein 8.229272715 C6_chemical_C3 +LQ06X007620 Putative uncharacterized protein 8.116041385 L4_control_A1 +LQ06X007620 Putative uncharacterized protein 6.902366656 L4_control_A2 +LQ06X007620 Putative uncharacterized protein 8.194521055 L4_control_A3 +LQ06X007620 Putative uncharacterized protein 6.974166753 L4_control_B1 +LQ06X007620 Putative uncharacterized protein 7.156092598 L4_control_B2 +LQ06X007620 Putative uncharacterized protein 8.033491266 L4_control_B3 +LQ06X007620 Putative uncharacterized protein 8.881774333 L4_control_C2 +LQ06X007620 Putative uncharacterized protein 8.407783428 L4_control_C3 +LQ06X007620 Putative uncharacterized protein 8.081169312 L4_chemical_A1 +LQ06X007620 Putative uncharacterized protein 7.412683199 L4_chemical_A2 +LQ06X007620 Putative uncharacterized protein 7.6898967 L4_chemical_A3 +LQ06X007620 Putative uncharacterized protein 6.837894931 L4_chemical_B1 +LQ06X007620 Putative uncharacterized protein 7.556475023 L4_chemical_B2 +LQ06X007620 Putative uncharacterized protein 7.423120288 L4_chemical_B3 +LQ06X007620 Putative uncharacterized protein 7.72348733 L4_chemical_C2 +LQ06X007620 Putative uncharacterized protein 8.659067878 L4_chemical_C3 +LQ06X007640 Predicted protein 5.396398463 C6_control_A1 +LQ06X007640 Predicted protein 5.978441495 C6_control_A3 +LQ06X007640 Predicted protein 5.877331101 C6_control_B1 +LQ06X007640 Predicted protein 5.430148097 C6_control_B2 +LQ06X007640 Predicted protein 5.73893515 C6_control_B3 +LQ06X007640 Predicted protein 5.640009373 C6_control_C1 +LQ06X007640 Predicted protein 5.335609137 C6_control_C2 +LQ06X007640 Predicted protein 5.98843195 C6_control_C3 +LQ06X007640 Predicted protein 5.481668779 C6_chemical_A1 +LQ06X007640 Predicted protein 5.80410093 C6_chemical_A3 +LQ06X007640 Predicted protein 5.442122028 C6_chemical_B1 +LQ06X007640 Predicted protein 5.717827643 C6_chemical_B2 +LQ06X007640 Predicted protein 5.480599479 C6_chemical_B3 +LQ06X007640 Predicted protein 5.095878263 C6_chemical_C1 +LQ06X007640 Predicted protein 5.636584458 C6_chemical_C2 +LQ06X007640 Predicted protein 5.786625251 C6_chemical_C3 +LQ06X007640 Predicted protein 5.704996838 L4_control_A1 +LQ06X007640 Predicted protein 5.650416216 L4_control_A2 +LQ06X007640 Predicted protein 6.270879419 L4_control_A3 +LQ06X007640 Predicted protein 5.189361537 L4_control_B1 +LQ06X007640 Predicted protein 5.428307754 L4_control_B2 +LQ06X007640 Predicted protein 5.51761261 L4_control_B3 +LQ06X007640 Predicted protein 5.08223019 L4_control_C2 +LQ06X007640 Predicted protein 5.588379975 L4_control_C3 +LQ06X007640 Predicted protein 5.780551085 L4_chemical_A1 +LQ06X007640 Predicted protein 6.372408059 L4_chemical_A2 +LQ06X007640 Predicted protein 5.712214255 L4_chemical_A3 +LQ06X007640 Predicted protein 4.892477177 L4_chemical_B1 +LQ06X007640 Predicted protein 5.381151489 L4_chemical_B2 +LQ06X007640 Predicted protein 5.927280271 L4_chemical_B3 +LQ06X007640 Predicted protein 5.292866084 L4_chemical_C2 +LQ06X007640 Predicted protein 5.069573461 L4_chemical_C3 +LQ06X007700 Predicted protein 5.401106815 C6_control_A1 +LQ06X007700 Predicted protein 5.213056141 C6_control_A3 +LQ06X007700 Predicted protein 5.55651647 C6_control_B1 +LQ06X007700 Predicted protein 5.904571199 C6_control_B2 +LQ06X007700 Predicted protein 5.442760438 C6_control_B3 +LQ06X007700 Predicted protein 5.76782362 C6_control_C1 +LQ06X007700 Predicted protein 5.386157734 C6_control_C2 +LQ06X007700 Predicted protein 6.052508154 C6_control_C3 +LQ06X007700 Predicted protein 5.396070253 C6_chemical_A1 +LQ06X007700 Predicted protein 5.201164811 C6_chemical_A3 +LQ06X007700 Predicted protein 5.631396776 C6_chemical_B1 +LQ06X007700 Predicted protein 5.537293243 C6_chemical_B2 +LQ06X007700 Predicted protein 5.966670402 C6_chemical_B3 +LQ06X007700 Predicted protein 5.68082537 C6_chemical_C1 +LQ06X007700 Predicted protein 5.453077521 C6_chemical_C2 +LQ06X007700 Predicted protein 5.877685106 C6_chemical_C3 +LQ06X007700 Predicted protein 5.12278787 L4_control_A1 +LQ06X007700 Predicted protein 5.642188848 L4_control_A2 +LQ06X007700 Predicted protein 5.338440494 L4_control_A3 +LQ06X007700 Predicted protein 6.101312116 L4_control_B1 +LQ06X007700 Predicted protein 5.118293322 L4_control_B2 +LQ06X007700 Predicted protein 5.717602835 L4_control_B3 +LQ06X007700 Predicted protein 5.178322312 L4_control_C2 +LQ06X007700 Predicted protein 5.483911628 L4_control_C3 +LQ06X007700 Predicted protein 4.983246183 L4_chemical_A1 +LQ06X007700 Predicted protein 5.811935005 L4_chemical_A2 +LQ06X007700 Predicted protein 5.35907801 L4_chemical_A3 +LQ06X007700 Predicted protein 5.210916008 L4_chemical_B1 +LQ06X007700 Predicted protein 5.459647069 L4_chemical_B2 +LQ06X007700 Predicted protein 5.695354877 L4_chemical_B3 +LQ06X007700 Predicted protein 5.174065708 L4_chemical_C2 +LQ06X007700 Predicted protein 5.24223967 L4_chemical_C3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 9.249611972 C6_control_A1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 11.19258569 C6_control_A3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.45991231 C6_control_B1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.895686607 C6_control_B2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.965451134 C6_control_B3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 7.526926073 C6_control_C1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 9.304880265 C6_control_C2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.61460121 C6_control_C3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 10.59055213 C6_chemical_A1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 10.76095849 C6_chemical_A3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 9.400953354 C6_chemical_B1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 9.824129798 C6_chemical_B2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 10.22167471 C6_chemical_B3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.91779334 C6_chemical_C1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.558435553 C6_chemical_C2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 9.101907007 C6_chemical_C3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 11.81357675 L4_control_A1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 11.06521168 L4_control_A2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 11.80517064 L4_control_A3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 9.993635653 L4_control_B1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 9.41208477 L4_control_B2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 10.47949697 L4_control_B3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.12634682 L4_control_C2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.946226521 L4_control_C3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 11.55628708 L4_chemical_A1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 10.96345592 L4_chemical_A2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 12.14524455 L4_chemical_A3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 10.12278865 L4_chemical_B1 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 9.709460378 L4_chemical_B2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 10.72287322 L4_chemical_B3 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 7.760807135 L4_chemical_C2 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 8.737337285 L4_chemical_C3 +LQ06X007720 Protein SEC13 homolog 5.267004561 C6_control_A1 +LQ06X007720 Protein SEC13 homolog 5.239766667 C6_control_A3 +LQ06X007720 Protein SEC13 homolog 6.333105486 C6_control_B1 +LQ06X007720 Protein SEC13 homolog 5.069203891 C6_control_B2 +LQ06X007720 Protein SEC13 homolog 6.051762848 C6_control_B3 +LQ06X007720 Protein SEC13 homolog 5.288137019 C6_control_C1 +LQ06X007720 Protein SEC13 homolog 5.400132171 C6_control_C2 +LQ06X007720 Protein SEC13 homolog 5.007767509 C6_control_C3 +LQ06X007720 Protein SEC13 homolog 5.341312758 C6_chemical_A1 +LQ06X007720 Protein SEC13 homolog 5.002378593 C6_chemical_A3 +LQ06X007720 Protein SEC13 homolog 6.546177981 C6_chemical_B1 +LQ06X007720 Protein SEC13 homolog 4.948572013 C6_chemical_B2 +LQ06X007720 Protein SEC13 homolog 5.594264283 C6_chemical_B3 +LQ06X007720 Protein SEC13 homolog 5.538262133 C6_chemical_C1 +LQ06X007720 Protein SEC13 homolog 5.179676926 C6_chemical_C2 +LQ06X007720 Protein SEC13 homolog 5.320146965 C6_chemical_C3 +LQ06X007720 Protein SEC13 homolog 5.310294013 L4_control_A1 +LQ06X007720 Protein SEC13 homolog 5.105903474 L4_control_A2 +LQ06X007720 Protein SEC13 homolog 4.867600305 L4_control_A3 +LQ06X007720 Protein SEC13 homolog 5.502951216 L4_control_B1 +LQ06X007720 Protein SEC13 homolog 5.815455517 L4_control_B2 +LQ06X007720 Protein SEC13 homolog 5.737195955 L4_control_B3 +LQ06X007720 Protein SEC13 homolog 6.155916623 L4_control_C2 +LQ06X007720 Protein SEC13 homolog 5.453341229 L4_control_C3 +LQ06X007720 Protein SEC13 homolog 5.12176482 L4_chemical_A1 +LQ06X007720 Protein SEC13 homolog 5.118804281 L4_chemical_A2 +LQ06X007720 Protein SEC13 homolog 5.119714909 L4_chemical_A3 +LQ06X007720 Protein SEC13 homolog 5.958173266 L4_chemical_B1 +LQ06X007720 Protein SEC13 homolog 5.85496311 L4_chemical_B2 +LQ06X007720 Protein SEC13 homolog 5.77228612 L4_chemical_B3 +LQ06X007720 Protein SEC13 homolog 5.693822348 L4_chemical_C2 +LQ06X007720 Protein SEC13 homolog 5.773857509 L4_chemical_C3 +LQ06X007780 Putative uncharacterized protein 12.8833496 C6_control_A1 +LQ06X007780 Putative uncharacterized protein 13.36834662 C6_control_A3 +LQ06X007780 Putative uncharacterized protein 12.20627642 C6_control_B1 +LQ06X007780 Putative uncharacterized protein 12.12462958 C6_control_B2 +LQ06X007780 Putative uncharacterized protein 12.09140109 C6_control_B3 +LQ06X007780 Putative uncharacterized protein 12.43560628 C6_control_C1 +LQ06X007780 Putative uncharacterized protein 12.31257496 C6_control_C2 +LQ06X007780 Putative uncharacterized protein 12.40182372 C6_control_C3 +LQ06X007780 Putative uncharacterized protein 12.44665182 C6_chemical_A1 +LQ06X007780 Putative uncharacterized protein 12.82666131 C6_chemical_A3 +LQ06X007780 Putative uncharacterized protein 11.74045694 C6_chemical_B1 +LQ06X007780 Putative uncharacterized protein 11.56411652 C6_chemical_B2 +LQ06X007780 Putative uncharacterized protein 11.59846807 C6_chemical_B3 +LQ06X007780 Putative uncharacterized protein 11.90904312 C6_chemical_C1 +LQ06X007780 Putative uncharacterized protein 12.23695766 C6_chemical_C2 +LQ06X007780 Putative uncharacterized protein 12.13496943 C6_chemical_C3 +LQ06X007780 Putative uncharacterized protein 12.65883953 L4_control_A1 +LQ06X007780 Putative uncharacterized protein 11.63220126 L4_control_A2 +LQ06X007780 Putative uncharacterized protein 12.77645513 L4_control_A3 +LQ06X007780 Putative uncharacterized protein 11.04180659 L4_control_B1 +LQ06X007780 Putative uncharacterized protein 11.20649067 L4_control_B2 +LQ06X007780 Putative uncharacterized protein 11.20959474 L4_control_B3 +LQ06X007780 Putative uncharacterized protein 11.77608427 L4_control_C2 +LQ06X007780 Putative uncharacterized protein 11.58933101 L4_control_C3 +LQ06X007780 Putative uncharacterized protein 11.82949558 L4_chemical_A1 +LQ06X007780 Putative uncharacterized protein 11.02633987 L4_chemical_A2 +LQ06X007780 Putative uncharacterized protein 12.58171689 L4_chemical_A3 +LQ06X007780 Putative uncharacterized protein 11.19188352 L4_chemical_B1 +LQ06X007780 Putative uncharacterized protein 10.79781275 L4_chemical_B2 +LQ06X007780 Putative uncharacterized protein 11.20733403 L4_chemical_B3 +LQ06X007780 Putative uncharacterized protein 11.51155892 L4_chemical_C2 +LQ06X007780 Putative uncharacterized protein 11.65578715 L4_chemical_C3 +LQ06X007790 UPF0497 membrane protein 14 8.602991004 C6_control_A1 +LQ06X007790 UPF0497 membrane protein 14 9.505584962 C6_control_A3 +LQ06X007790 UPF0497 membrane protein 14 6.513544791 C6_control_B1 +LQ06X007790 UPF0497 membrane protein 14 6.017719604 C6_control_B2 +LQ06X007790 UPF0497 membrane protein 14 6.282697693 C6_control_B3 +LQ06X007790 UPF0497 membrane protein 14 6.22742262 C6_control_C1 +LQ06X007790 UPF0497 membrane protein 14 5.563361227 C6_control_C2 +LQ06X007790 UPF0497 membrane protein 14 6.648820548 C6_control_C3 +LQ06X007790 UPF0497 membrane protein 14 8.222094676 C6_chemical_A1 +LQ06X007790 UPF0497 membrane protein 14 9.719863416 C6_chemical_A3 +LQ06X007790 UPF0497 membrane protein 14 6.438505048 C6_chemical_B1 +LQ06X007790 UPF0497 membrane protein 14 5.871292332 C6_chemical_B2 +LQ06X007790 UPF0497 membrane protein 14 6.435846865 C6_chemical_B3 +LQ06X007790 UPF0497 membrane protein 14 6.822353475 C6_chemical_C1 +LQ06X007790 UPF0497 membrane protein 14 5.601470334 C6_chemical_C2 +LQ06X007790 UPF0497 membrane protein 14 6.338679122 C6_chemical_C3 +LQ06X007790 UPF0497 membrane protein 14 9.423241419 L4_control_A1 +LQ06X007790 UPF0497 membrane protein 14 7.489931018 L4_control_A2 +LQ06X007790 UPF0497 membrane protein 14 8.706917924 L4_control_A3 +LQ06X007790 UPF0497 membrane protein 14 5.16174326 L4_control_B1 +LQ06X007790 UPF0497 membrane protein 14 6.345916726 L4_control_B2 +LQ06X007790 UPF0497 membrane protein 14 6.019908259 L4_control_B3 +LQ06X007790 UPF0497 membrane protein 14 6.130324658 L4_control_C2 +LQ06X007790 UPF0497 membrane protein 14 6.221159453 L4_control_C3 +LQ06X007790 UPF0497 membrane protein 14 8.430390164 L4_chemical_A1 +LQ06X007790 UPF0497 membrane protein 14 7.447334776 L4_chemical_A2 +LQ06X007790 UPF0497 membrane protein 14 8.58332104 L4_chemical_A3 +LQ06X007790 UPF0497 membrane protein 14 5.824298934 L4_chemical_B1 +LQ06X007790 UPF0497 membrane protein 14 6.82685798 L4_chemical_B2 +LQ06X007790 UPF0497 membrane protein 14 6.610189323 L4_chemical_B3 +LQ06X007790 UPF0497 membrane protein 14 6.854349818 L4_chemical_C2 +LQ06X007790 UPF0497 membrane protein 14 6.458576742 L4_chemical_C3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.41334084 C6_control_A1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.33196101 C6_control_A3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.94615348 C6_control_B1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.6183676 C6_control_B2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.38230039 C6_control_B3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.44438995 C6_control_C1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.61241345 C6_control_C2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.33478945 C6_control_C3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.48004402 C6_chemical_A1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.37988075 C6_chemical_A3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.95949649 C6_chemical_B1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.68871153 C6_chemical_B2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.80940374 C6_chemical_B3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.51520774 C6_chemical_C1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.27794965 C6_chemical_C2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 11.76234709 C6_chemical_C3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.29268191 L4_control_A1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.20015152 L4_control_A2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.92310351 L4_control_A3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.57304239 L4_control_B1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.98660614 L4_control_B2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.44516862 L4_control_B3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 11.81008442 L4_control_C2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 11.45548863 L4_control_C3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.98175551 L4_chemical_A1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.81796581 L4_chemical_A2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.54436804 L4_chemical_A3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.25721107 L4_chemical_B1 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.77145371 L4_chemical_B2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 12.79148542 L4_chemical_B3 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 11.86274709 L4_chemical_C2 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 11.32336284 L4_chemical_C3 +LQ06X007850 Hypothetical protein 4.638489753 C6_control_A1 +LQ06X007850 Hypothetical protein 4.586562324 C6_control_A3 +LQ06X007850 Hypothetical protein 5.01150149 C6_control_B1 +LQ06X007850 Hypothetical protein 4.813628774 C6_control_B2 +LQ06X007850 Hypothetical protein 5.148155753 C6_control_B3 +LQ06X007850 Hypothetical protein 4.836776027 C6_control_C1 +LQ06X007850 Hypothetical protein 4.74754895 C6_control_C2 +LQ06X007850 Hypothetical protein 4.7999034 C6_control_C3 +LQ06X007850 Hypothetical protein 5.044634209 C6_chemical_A1 +LQ06X007850 Hypothetical protein 4.907566001 C6_chemical_A3 +LQ06X007850 Hypothetical protein 4.852496617 C6_chemical_B1 +LQ06X007850 Hypothetical protein 4.759404299 C6_chemical_B2 +LQ06X007850 Hypothetical protein 4.82104321 C6_chemical_B3 +LQ06X007850 Hypothetical protein 4.757866145 C6_chemical_C1 +LQ06X007850 Hypothetical protein 4.935880882 C6_chemical_C2 +LQ06X007850 Hypothetical protein 4.679994228 C6_chemical_C3 +LQ06X007850 Hypothetical protein 4.895658623 L4_control_A1 +LQ06X007850 Hypothetical protein 5.019304615 L4_control_A2 +LQ06X007850 Hypothetical protein 4.995995915 L4_control_A3 +LQ06X007850 Hypothetical protein 5.02969757 L4_control_B1 +LQ06X007850 Hypothetical protein 4.985250926 L4_control_B2 +LQ06X007850 Hypothetical protein 4.834490301 L4_control_B3 +LQ06X007850 Hypothetical protein 4.74278725 L4_control_C2 +LQ06X007850 Hypothetical protein 5.232237479 L4_control_C3 +LQ06X007850 Hypothetical protein 5.224286019 L4_chemical_A1 +LQ06X007850 Hypothetical protein 4.954377083 L4_chemical_A2 +LQ06X007850 Hypothetical protein 5.026363599 L4_chemical_A3 +LQ06X007850 Hypothetical protein 4.81598735 L4_chemical_B1 +LQ06X007850 Hypothetical protein 5.080693389 L4_chemical_B2 +LQ06X007850 Hypothetical protein 4.786496589 L4_chemical_B3 +LQ06X007850 Hypothetical protein 5.037360163 L4_chemical_C2 +LQ06X007850 Hypothetical protein 5.3990915 L4_chemical_C3 +LQ06X007890 Cystathionine gamma synthase 14.75400877 C6_control_A1 +LQ06X007890 Cystathionine gamma synthase 14.25809823 C6_control_A3 +LQ06X007890 Cystathionine gamma synthase 14.25056557 C6_control_B1 +LQ06X007890 Cystathionine gamma synthase 14.74753697 C6_control_B2 +LQ06X007890 Cystathionine gamma synthase 14.27047984 C6_control_B3 +LQ06X007890 Cystathionine gamma synthase 14.99644868 C6_control_C1 +LQ06X007890 Cystathionine gamma synthase 14.74474254 C6_control_C2 +LQ06X007890 Cystathionine gamma synthase 14.63619614 C6_control_C3 +LQ06X007890 Cystathionine gamma synthase 14.80095254 C6_chemical_A1 +LQ06X007890 Cystathionine gamma synthase 14.5436666 C6_chemical_A3 +LQ06X007890 Cystathionine gamma synthase 14.23095912 C6_chemical_B1 +LQ06X007890 Cystathionine gamma synthase 14.76226703 C6_chemical_B2 +LQ06X007890 Cystathionine gamma synthase 14.50051738 C6_chemical_B3 +LQ06X007890 Cystathionine gamma synthase 14.84780053 C6_chemical_C1 +LQ06X007890 Cystathionine gamma synthase 14.90287523 C6_chemical_C2 +LQ06X007890 Cystathionine gamma synthase 14.85166124 C6_chemical_C3 +LQ06X007890 Cystathionine gamma synthase 14.37502464 L4_control_A1 +LQ06X007890 Cystathionine gamma synthase 13.69694849 L4_control_A2 +LQ06X007890 Cystathionine gamma synthase 14.03057586 L4_control_A3 +LQ06X007890 Cystathionine gamma synthase 13.9971802 L4_control_B1 +LQ06X007890 Cystathionine gamma synthase 14.16051195 L4_control_B2 +LQ06X007890 Cystathionine gamma synthase 14.71542805 L4_control_B3 +LQ06X007890 Cystathionine gamma synthase 14.27241359 L4_control_C2 +LQ06X007890 Cystathionine gamma synthase 13.97979987 L4_control_C3 +LQ06X007890 Cystathionine gamma synthase 14.07641011 L4_chemical_A1 +LQ06X007890 Cystathionine gamma synthase 13.50310394 L4_chemical_A2 +LQ06X007890 Cystathionine gamma synthase 14.11863474 L4_chemical_A3 +LQ06X007890 Cystathionine gamma synthase 13.47322135 L4_chemical_B1 +LQ06X007890 Cystathionine gamma synthase 13.39440359 L4_chemical_B2 +LQ06X007890 Cystathionine gamma synthase 14.34815983 L4_chemical_B3 +LQ06X007890 Cystathionine gamma synthase 14.14244823 L4_chemical_C2 +LQ06X007890 Cystathionine gamma synthase 13.8415127 L4_chemical_C3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.215475875 C6_control_A1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.523484036 C6_control_A3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.238472743 C6_control_B1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.828566095 C6_control_B2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.627725656 C6_control_B3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.943221365 C6_control_C1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.871010883 C6_control_C2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.397516317 C6_control_C3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 7.926544895 C6_chemical_A1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.807518182 C6_chemical_A3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 6.884886718 C6_chemical_B1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.377816848 C6_chemical_B2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.139659998 C6_chemical_B3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.835223131 C6_chemical_C1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.690072743 C6_chemical_C2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.294408153 C6_chemical_C3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.067391167 L4_control_A1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.334354445 L4_control_A2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.367221042 L4_control_A3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 10.00410288 L4_control_B1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.986113438 L4_control_B2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.0054543 L4_control_B3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.295080879 L4_control_C2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.230359399 L4_control_C3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.64224205 L4_chemical_A1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.30714781 L4_chemical_A2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.966786726 L4_chemical_A3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.92247512 L4_chemical_B1 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.249868611 L4_chemical_B2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 8.560244401 L4_chemical_B3 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.147320386 L4_chemical_C2 +LQ06X007910 Putative uncharacterized protein Sb03g031050 9.273516978 L4_chemical_C3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.583020337 C6_control_A1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.786790618 C6_control_A3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.264713931 C6_control_B1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.379901333 C6_control_B2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.435018795 C6_control_B3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.278200307 C6_control_C1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.39949866 C6_control_C2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.511763079 C6_control_C3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.927145951 C6_chemical_A1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.60472209 C6_chemical_A3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.135849866 C6_chemical_B1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.304768047 C6_chemical_B2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.265638403 C6_chemical_B3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.518455748 C6_chemical_C1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 4.974256597 C6_chemical_C2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.309422077 C6_chemical_C3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.307828143 L4_control_A1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.280636411 L4_control_A2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.742550445 L4_control_A3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.369662819 L4_control_B1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.245658362 L4_control_B2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.110862288 L4_control_B3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.481679842 L4_control_C2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.115537505 L4_control_C3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.53726529 L4_chemical_A1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.194213111 L4_chemical_A2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.396072899 L4_chemical_A3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.039909531 L4_chemical_B1 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 6.081770702 L4_chemical_B2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.086395869 L4_chemical_B3 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.110835341 L4_chemical_C2 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.330766386 L4_chemical_C3 +LQ06X007940 VHS domain-containing protein At3g16270 9.601449846 C6_control_A1 +LQ06X007940 VHS domain-containing protein At3g16270 8.593869381 C6_control_A3 +LQ06X007940 VHS domain-containing protein At3g16270 9.639586364 C6_control_B1 +LQ06X007940 VHS domain-containing protein At3g16270 9.943375368 C6_control_B2 +LQ06X007940 VHS domain-containing protein At3g16270 9.461980352 C6_control_B3 +LQ06X007940 VHS domain-containing protein At3g16270 9.964408537 C6_control_C1 +LQ06X007940 VHS domain-containing protein At3g16270 10.04650071 C6_control_C2 +LQ06X007940 VHS domain-containing protein At3g16270 9.782296431 C6_control_C3 +LQ06X007940 VHS domain-containing protein At3g16270 10.17583671 C6_chemical_A1 +LQ06X007940 VHS domain-containing protein At3g16270 9.516863912 C6_chemical_A3 +LQ06X007940 VHS domain-containing protein At3g16270 9.998365788 C6_chemical_B1 +LQ06X007940 VHS domain-containing protein At3g16270 10.15164416 C6_chemical_B2 +LQ06X007940 VHS domain-containing protein At3g16270 9.66231742 C6_chemical_B3 +LQ06X007940 VHS domain-containing protein At3g16270 10.35257048 C6_chemical_C1 +LQ06X007940 VHS domain-containing protein At3g16270 10.27976685 C6_chemical_C2 +LQ06X007940 VHS domain-containing protein At3g16270 10.43936532 C6_chemical_C3 +LQ06X007940 VHS domain-containing protein At3g16270 9.821295125 L4_control_A1 +LQ06X007940 VHS domain-containing protein At3g16270 9.746631284 L4_control_A2 +LQ06X007940 VHS domain-containing protein At3g16270 10.00029928 L4_control_A3 +LQ06X007940 VHS domain-containing protein At3g16270 9.510914123 L4_control_B1 +LQ06X007940 VHS domain-containing protein At3g16270 9.934260157 L4_control_B2 +LQ06X007940 VHS domain-containing protein At3g16270 10.37492292 L4_control_B3 +LQ06X007940 VHS domain-containing protein At3g16270 9.555569586 L4_control_C2 +LQ06X007940 VHS domain-containing protein At3g16270 9.845539019 L4_control_C3 +LQ06X007940 VHS domain-containing protein At3g16270 9.689448389 L4_chemical_A1 +LQ06X007940 VHS domain-containing protein At3g16270 9.600849974 L4_chemical_A2 +LQ06X007940 VHS domain-containing protein At3g16270 9.683077088 L4_chemical_A3 +LQ06X007940 VHS domain-containing protein At3g16270 8.847290623 L4_chemical_B1 +LQ06X007940 VHS domain-containing protein At3g16270 9.458843605 L4_chemical_B2 +LQ06X007940 VHS domain-containing protein At3g16270 9.862599782 L4_chemical_B3 +LQ06X007940 VHS domain-containing protein At3g16270 9.249425178 L4_chemical_C2 +LQ06X007940 VHS domain-containing protein At3g16270 9.956625639 L4_chemical_C3 +LQ06X007950 Predicted protein 8.501614619 C6_control_A1 +LQ06X007950 Predicted protein 8.46337899 C6_control_A3 +LQ06X007950 Predicted protein 8.984317783 C6_control_B1 +LQ06X007950 Predicted protein 8.299927699 C6_control_B2 +LQ06X007950 Predicted protein 8.718838344 C6_control_B3 +LQ06X007950 Predicted protein 8.465884492 C6_control_C1 +LQ06X007950 Predicted protein 8.763167095 C6_control_C2 +LQ06X007950 Predicted protein 8.310117379 C6_control_C3 +LQ06X007950 Predicted protein 8.475107509 C6_chemical_A1 +LQ06X007950 Predicted protein 8.677505327 C6_chemical_A3 +LQ06X007950 Predicted protein 8.969818331 C6_chemical_B1 +LQ06X007950 Predicted protein 8.149239019 C6_chemical_B2 +LQ06X007950 Predicted protein 8.690847868 C6_chemical_B3 +LQ06X007950 Predicted protein 8.557522887 C6_chemical_C1 +LQ06X007950 Predicted protein 8.82455957 C6_chemical_C2 +LQ06X007950 Predicted protein 9.179737845 C6_chemical_C3 +LQ06X007950 Predicted protein 8.496630542 L4_control_A1 +LQ06X007950 Predicted protein 8.305029938 L4_control_A2 +LQ06X007950 Predicted protein 8.446492206 L4_control_A3 +LQ06X007950 Predicted protein 8.265814696 L4_control_B1 +LQ06X007950 Predicted protein 9.025659321 L4_control_B2 +LQ06X007950 Predicted protein 8.684501275 L4_control_B3 +LQ06X007950 Predicted protein 9.367056986 L4_control_C2 +LQ06X007950 Predicted protein 9.666983507 L4_control_C3 +LQ06X007950 Predicted protein 8.266514556 L4_chemical_A1 +LQ06X007950 Predicted protein 8.276035333 L4_chemical_A2 +LQ06X007950 Predicted protein 7.645415345 L4_chemical_A3 +LQ06X007950 Predicted protein 8.525949775 L4_chemical_B1 +LQ06X007950 Predicted protein 8.702133427 L4_chemical_B2 +LQ06X007950 Predicted protein 8.352954131 L4_chemical_B3 +LQ06X007950 Predicted protein 9.012294912 L4_chemical_C2 +LQ06X007950 Predicted protein 9.566661649 L4_chemical_C3 +LQ06X007960 Probable esterase At1g33990 13.86401612 C6_control_A1 +LQ06X007960 Probable esterase At1g33990 13.61135987 C6_control_A3 +LQ06X007960 Probable esterase At1g33990 14.36735278 C6_control_B1 +LQ06X007960 Probable esterase At1g33990 14.01798869 C6_control_B2 +LQ06X007960 Probable esterase At1g33990 14.16500742 C6_control_B3 +LQ06X007960 Probable esterase At1g33990 14.50815308 C6_control_C1 +LQ06X007960 Probable esterase At1g33990 13.65911917 C6_control_C2 +LQ06X007960 Probable esterase At1g33990 13.85285182 C6_control_C3 +LQ06X007960 Probable esterase At1g33990 14.00854739 C6_chemical_A1 +LQ06X007960 Probable esterase At1g33990 13.32753096 C6_chemical_A3 +LQ06X007960 Probable esterase At1g33990 14.63795797 C6_chemical_B1 +LQ06X007960 Probable esterase At1g33990 14.20200405 C6_chemical_B2 +LQ06X007960 Probable esterase At1g33990 14.35893994 C6_chemical_B3 +LQ06X007960 Probable esterase At1g33990 15.00289224 C6_chemical_C1 +LQ06X007960 Probable esterase At1g33990 14.23039615 C6_chemical_C2 +LQ06X007960 Probable esterase At1g33990 14.25951452 C6_chemical_C3 +LQ06X007960 Probable esterase At1g33990 13.14915641 L4_control_A1 +LQ06X007960 Probable esterase At1g33990 13.79733427 L4_control_A2 +LQ06X007960 Probable esterase At1g33990 12.82294513 L4_control_A3 +LQ06X007960 Probable esterase At1g33990 14.67383979 L4_control_B1 +LQ06X007960 Probable esterase At1g33990 14.30499423 L4_control_B2 +LQ06X007960 Probable esterase At1g33990 14.45757632 L4_control_B3 +LQ06X007960 Probable esterase At1g33990 13.84759338 L4_control_C2 +LQ06X007960 Probable esterase At1g33990 13.97061323 L4_control_C3 +LQ06X007960 Probable esterase At1g33990 13.29118243 L4_chemical_A1 +LQ06X007960 Probable esterase At1g33990 14.00721103 L4_chemical_A2 +LQ06X007960 Probable esterase At1g33990 13.37042271 L4_chemical_A3 +LQ06X007960 Probable esterase At1g33990 14.45605661 L4_chemical_B1 +LQ06X007960 Probable esterase At1g33990 14.2411575 L4_chemical_B2 +LQ06X007960 Probable esterase At1g33990 14.16835264 L4_chemical_B3 +LQ06X007960 Probable esterase At1g33990 14.13840255 L4_chemical_C2 +LQ06X007960 Probable esterase At1g33990 14.43634007 L4_chemical_C3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.78384435 C6_control_A1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.71589318 C6_control_A3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.40487266 C6_control_B1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.33105962 C6_control_B2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.48437531 C6_control_B3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.51793109 C6_control_C1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.83965183 C6_control_C2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 14.0735227 C6_control_C3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.33617559 C6_chemical_A1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.59628275 C6_chemical_A3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 12.76244352 C6_chemical_B1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.18466461 C6_chemical_B2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.31265447 C6_chemical_B3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 12.89671874 C6_chemical_C1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.57145523 C6_chemical_C2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.41920312 C6_chemical_C3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.6061529 L4_control_A1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.85360416 L4_control_A2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.45932671 L4_control_A3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.20069408 L4_control_B1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.23049213 L4_control_B2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.7567576 L4_control_B3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 14.2120293 L4_control_C2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.90370225 L4_control_C3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.5272509 L4_chemical_A1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.53366305 L4_chemical_A2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.33773527 L4_chemical_A3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 12.99989337 L4_chemical_B1 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.46360674 L4_chemical_B2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.39073918 L4_chemical_B3 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.83680634 L4_chemical_C2 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.75011173 L4_chemical_C3 +LQ06X007990 Aquaporin TIP2-1 5.741641765 C6_control_A1 +LQ06X007990 Aquaporin TIP2-1 5.640781741 C6_control_A3 +LQ06X007990 Aquaporin TIP2-1 5.554733728 C6_control_B1 +LQ06X007990 Aquaporin TIP2-1 6.119411425 C6_control_B2 +LQ06X007990 Aquaporin TIP2-1 6.460871236 C6_control_B3 +LQ06X007990 Aquaporin TIP2-1 5.136779197 C6_control_C1 +LQ06X007990 Aquaporin TIP2-1 5.715842669 C6_control_C2 +LQ06X007990 Aquaporin TIP2-1 4.843618343 C6_control_C3 +LQ06X007990 Aquaporin TIP2-1 5.703375304 C6_chemical_A1 +LQ06X007990 Aquaporin TIP2-1 5.525587076 C6_chemical_A3 +LQ06X007990 Aquaporin TIP2-1 5.381335556 C6_chemical_B1 +LQ06X007990 Aquaporin TIP2-1 6.349743409 C6_chemical_B2 +LQ06X007990 Aquaporin TIP2-1 5.434676038 C6_chemical_B3 +LQ06X007990 Aquaporin TIP2-1 4.914959506 C6_chemical_C1 +LQ06X007990 Aquaporin TIP2-1 5.797510381 C6_chemical_C2 +LQ06X007990 Aquaporin TIP2-1 5.007756187 C6_chemical_C3 +LQ06X007990 Aquaporin TIP2-1 5.104062712 L4_control_A1 +LQ06X007990 Aquaporin TIP2-1 5.856924128 L4_control_A2 +LQ06X007990 Aquaporin TIP2-1 5.512090803 L4_control_A3 +LQ06X007990 Aquaporin TIP2-1 5.85664048 L4_control_B1 +LQ06X007990 Aquaporin TIP2-1 6.764164212 L4_control_B2 +LQ06X007990 Aquaporin TIP2-1 5.840830973 L4_control_B3 +LQ06X007990 Aquaporin TIP2-1 5.293884003 L4_control_C2 +LQ06X007990 Aquaporin TIP2-1 5.29817353 L4_control_C3 +LQ06X007990 Aquaporin TIP2-1 5.697944928 L4_chemical_A1 +LQ06X007990 Aquaporin TIP2-1 5.865079858 L4_chemical_A2 +LQ06X007990 Aquaporin TIP2-1 5.487362694 L4_chemical_A3 +LQ06X007990 Aquaporin TIP2-1 6.034225811 L4_chemical_B1 +LQ06X007990 Aquaporin TIP2-1 6.555883856 L4_chemical_B2 +LQ06X007990 Aquaporin TIP2-1 6.171443033 L4_chemical_B3 +LQ06X007990 Aquaporin TIP2-1 5.934883471 L4_chemical_C2 +LQ06X007990 Aquaporin TIP2-1 5.43518687 L4_chemical_C3 +LQ06X008030 Auxin-responsive protein IAA27 13.53049302 C6_control_A1 +LQ06X008030 Auxin-responsive protein IAA27 13.76208386 C6_control_A3 +LQ06X008030 Auxin-responsive protein IAA27 13.40328443 C6_control_B1 +LQ06X008030 Auxin-responsive protein IAA27 14.20389465 C6_control_B2 +LQ06X008030 Auxin-responsive protein IAA27 13.85535383 C6_control_B3 +LQ06X008030 Auxin-responsive protein IAA27 12.7713194 C6_control_C1 +LQ06X008030 Auxin-responsive protein IAA27 13.07668455 C6_control_C2 +LQ06X008030 Auxin-responsive protein IAA27 13.4066301 C6_control_C3 +LQ06X008030 Auxin-responsive protein IAA27 13.01846399 C6_chemical_A1 +LQ06X008030 Auxin-responsive protein IAA27 13.40112784 C6_chemical_A3 +LQ06X008030 Auxin-responsive protein IAA27 13.32830323 C6_chemical_B1 +LQ06X008030 Auxin-responsive protein IAA27 13.93815958 C6_chemical_B2 +LQ06X008030 Auxin-responsive protein IAA27 13.85167762 C6_chemical_B3 +LQ06X008030 Auxin-responsive protein IAA27 12.65532382 C6_chemical_C1 +LQ06X008030 Auxin-responsive protein IAA27 12.79887257 C6_chemical_C2 +LQ06X008030 Auxin-responsive protein IAA27 13.15334756 C6_chemical_C3 +LQ06X008030 Auxin-responsive protein IAA27 13.52331682 L4_control_A1 +LQ06X008030 Auxin-responsive protein IAA27 13.0021481 L4_control_A2 +LQ06X008030 Auxin-responsive protein IAA27 12.29009896 L4_control_A3 +LQ06X008030 Auxin-responsive protein IAA27 12.97186587 L4_control_B1 +LQ06X008030 Auxin-responsive protein IAA27 12.85107963 L4_control_B2 +LQ06X008030 Auxin-responsive protein IAA27 13.15946034 L4_control_B3 +LQ06X008030 Auxin-responsive protein IAA27 11.09780154 L4_control_C2 +LQ06X008030 Auxin-responsive protein IAA27 11.02527457 L4_control_C3 +LQ06X008030 Auxin-responsive protein IAA27 12.90049026 L4_chemical_A1 +LQ06X008030 Auxin-responsive protein IAA27 12.52049551 L4_chemical_A2 +LQ06X008030 Auxin-responsive protein IAA27 12.36171167 L4_chemical_A3 +LQ06X008030 Auxin-responsive protein IAA27 12.22768788 L4_chemical_B1 +LQ06X008030 Auxin-responsive protein IAA27 12.64177438 L4_chemical_B2 +LQ06X008030 Auxin-responsive protein IAA27 14.03368625 L4_chemical_B3 +LQ06X008030 Auxin-responsive protein IAA27 10.87000469 L4_chemical_C2 +LQ06X008030 Auxin-responsive protein IAA27 11.14082139 L4_chemical_C3 +LQ06X008070 Peroxisome assembly protein 2 9.281099299 C6_control_A1 +LQ06X008070 Peroxisome assembly protein 2 9.076586521 C6_control_A3 +LQ06X008070 Peroxisome assembly protein 2 9.4320765 C6_control_B1 +LQ06X008070 Peroxisome assembly protein 2 10.46802109 C6_control_B2 +LQ06X008070 Peroxisome assembly protein 2 9.469021047 C6_control_B3 +LQ06X008070 Peroxisome assembly protein 2 10.40931649 C6_control_C1 +LQ06X008070 Peroxisome assembly protein 2 10.37905542 C6_control_C2 +LQ06X008070 Peroxisome assembly protein 2 10.21618978 C6_control_C3 +LQ06X008070 Peroxisome assembly protein 2 8.976189886 C6_chemical_A1 +LQ06X008070 Peroxisome assembly protein 2 9.286578077 C6_chemical_A3 +LQ06X008070 Peroxisome assembly protein 2 9.187361884 C6_chemical_B1 +LQ06X008070 Peroxisome assembly protein 2 10.33544385 C6_chemical_B2 +LQ06X008070 Peroxisome assembly protein 2 9.325059818 C6_chemical_B3 +LQ06X008070 Peroxisome assembly protein 2 10.42616775 C6_chemical_C1 +LQ06X008070 Peroxisome assembly protein 2 10.50791193 C6_chemical_C2 +LQ06X008070 Peroxisome assembly protein 2 10.51904219 C6_chemical_C3 +LQ06X008070 Peroxisome assembly protein 2 9.211956987 L4_control_A1 +LQ06X008070 Peroxisome assembly protein 2 9.250491378 L4_control_A2 +LQ06X008070 Peroxisome assembly protein 2 9.30701129 L4_control_A3 +LQ06X008070 Peroxisome assembly protein 2 9.526061939 L4_control_B1 +LQ06X008070 Peroxisome assembly protein 2 9.179842515 L4_control_B2 +LQ06X008070 Peroxisome assembly protein 2 10.085718 L4_control_B3 +LQ06X008070 Peroxisome assembly protein 2 9.359458022 L4_control_C2 +LQ06X008070 Peroxisome assembly protein 2 9.03829784 L4_control_C3 +LQ06X008070 Peroxisome assembly protein 2 9.070178656 L4_chemical_A1 +LQ06X008070 Peroxisome assembly protein 2 8.835755455 L4_chemical_A2 +LQ06X008070 Peroxisome assembly protein 2 9.694735795 L4_chemical_A3 +LQ06X008070 Peroxisome assembly protein 2 8.943629995 L4_chemical_B1 +LQ06X008070 Peroxisome assembly protein 2 8.540858109 L4_chemical_B2 +LQ06X008070 Peroxisome assembly protein 2 9.661202809 L4_chemical_B3 +LQ06X008070 Peroxisome assembly protein 2 8.058793057 L4_chemical_C2 +LQ06X008070 Peroxisome assembly protein 2 9.276934985 L4_chemical_C3 +LQ06X008120 Hypothetical protein 4.559648611 C6_control_A1 +LQ06X008120 Hypothetical protein 4.774894968 C6_control_A3 +LQ06X008120 Hypothetical protein 4.682081364 C6_control_B1 +LQ06X008120 Hypothetical protein 5.693772716 C6_control_B2 +LQ06X008120 Hypothetical protein 4.498927275 C6_control_B3 +LQ06X008120 Hypothetical protein 4.574818775 C6_control_C1 +LQ06X008120 Hypothetical protein 4.561551473 C6_control_C2 +LQ06X008120 Hypothetical protein 4.446530644 C6_control_C3 +LQ06X008120 Hypothetical protein 4.762509738 C6_chemical_A1 +LQ06X008120 Hypothetical protein 4.772248736 C6_chemical_A3 +LQ06X008120 Hypothetical protein 4.700341189 C6_chemical_B1 +LQ06X008120 Hypothetical protein 5.959833089 C6_chemical_B2 +LQ06X008120 Hypothetical protein 4.65494802 C6_chemical_B3 +LQ06X008120 Hypothetical protein 4.490625251 C6_chemical_C1 +LQ06X008120 Hypothetical protein 4.585619834 C6_chemical_C2 +LQ06X008120 Hypothetical protein 4.484447912 C6_chemical_C3 +LQ06X008120 Hypothetical protein 4.615752092 L4_control_A1 +LQ06X008120 Hypothetical protein 4.908626032 L4_control_A2 +LQ06X008120 Hypothetical protein 4.685766892 L4_control_A3 +LQ06X008120 Hypothetical protein 5.049702485 L4_control_B1 +LQ06X008120 Hypothetical protein 5.221023516 L4_control_B2 +LQ06X008120 Hypothetical protein 4.630889092 L4_control_B3 +LQ06X008120 Hypothetical protein 4.767784397 L4_control_C2 +LQ06X008120 Hypothetical protein 4.89779791 L4_control_C3 +LQ06X008120 Hypothetical protein 4.570453235 L4_chemical_A1 +LQ06X008120 Hypothetical protein 4.503680248 L4_chemical_A2 +LQ06X008120 Hypothetical protein 4.514290967 L4_chemical_A3 +LQ06X008120 Hypothetical protein 4.951976177 L4_chemical_B1 +LQ06X008120 Hypothetical protein 5.263415404 L4_chemical_B2 +LQ06X008120 Hypothetical protein 4.665898094 L4_chemical_B3 +LQ06X008120 Hypothetical protein 4.559672232 L4_chemical_C2 +LQ06X008120 Hypothetical protein 4.901504383 L4_chemical_C3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.34460778 C6_control_A1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.98747359 C6_control_A3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.16058007 C6_control_B1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.61882158 C6_control_B2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.84452798 C6_control_B3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 11.92995125 C6_control_C1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.05803242 C6_control_C2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.11481357 C6_control_C3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.22545619 C6_chemical_A1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.22389897 C6_chemical_A3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.91863237 C6_chemical_B1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.17138363 C6_chemical_B2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.48432561 C6_chemical_B3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 11.91253219 C6_chemical_C1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 11.89564032 C6_chemical_C2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 11.79635837 C6_chemical_C3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.52781755 L4_control_A1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.71048844 L4_control_A2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.85585209 L4_control_A3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.56859726 L4_control_B1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.91314376 L4_control_B2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.05961856 L4_control_B3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 11.82614663 L4_control_C2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 11.92622209 L4_control_C3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.51401155 L4_chemical_A1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.33689833 L4_chemical_A2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.75683241 L4_chemical_A3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.95259339 L4_chemical_B1 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 12.79540626 L4_chemical_B2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.14680182 L4_chemical_B3 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 11.73489022 L4_chemical_C2 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 11.80406903 L4_chemical_C3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.957695807 C6_control_A1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.128443309 C6_control_A3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.20080649 C6_control_B1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.964431113 C6_control_B2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.577937429 C6_control_B3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.427745014 C6_control_C1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.402468029 C6_control_C2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.778663072 C6_control_C3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.822660207 C6_chemical_A1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.54414221 C6_chemical_A3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.606246478 C6_chemical_B1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.081364909 C6_chemical_B2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.682716535 C6_chemical_B3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.741727754 C6_chemical_C1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.830902064 C6_chemical_C2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.649911989 C6_chemical_C3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.522864303 L4_control_A1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.08944836 L4_control_A2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.273662046 L4_control_A3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.712749365 L4_control_B1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.657387041 L4_control_B2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.859366431 L4_control_B3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.15800481 L4_control_C2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.86598199 L4_control_C3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.826634266 L4_chemical_A1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.975840708 L4_chemical_A2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.344085606 L4_chemical_A3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.429012785 L4_chemical_B1 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.531637948 L4_chemical_B2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 6.062786497 L4_chemical_B3 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.585137596 L4_chemical_C2 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.7237598 L4_chemical_C3 +LQ06X008250 Hypothetical protein 4.666665839 C6_control_A1 +LQ06X008250 Hypothetical protein 5.328377786 C6_control_A3 +LQ06X008250 Hypothetical protein 5.208419643 C6_control_B1 +LQ06X008250 Hypothetical protein 4.850660406 C6_control_B2 +LQ06X008250 Hypothetical protein 4.876674082 C6_control_B3 +LQ06X008250 Hypothetical protein 4.788735613 C6_control_C1 +LQ06X008250 Hypothetical protein 4.596686151 C6_control_C2 +LQ06X008250 Hypothetical protein 4.718543671 C6_control_C3 +LQ06X008250 Hypothetical protein 5.066461976 C6_chemical_A1 +LQ06X008250 Hypothetical protein 4.793310304 C6_chemical_A3 +LQ06X008250 Hypothetical protein 5.26486725 C6_chemical_B1 +LQ06X008250 Hypothetical protein 4.56666516 C6_chemical_B2 +LQ06X008250 Hypothetical protein 4.885792019 C6_chemical_B3 +LQ06X008250 Hypothetical protein 4.747207704 C6_chemical_C1 +LQ06X008250 Hypothetical protein 4.582037027 C6_chemical_C2 +LQ06X008250 Hypothetical protein 4.675792094 C6_chemical_C3 +LQ06X008250 Hypothetical protein 4.906841028 L4_control_A1 +LQ06X008250 Hypothetical protein 5.430760202 L4_control_A2 +LQ06X008250 Hypothetical protein 5.507290916 L4_control_A3 +LQ06X008250 Hypothetical protein 5.032523892 L4_control_B1 +LQ06X008250 Hypothetical protein 4.94000364 L4_control_B2 +LQ06X008250 Hypothetical protein 4.747253188 L4_control_B3 +LQ06X008250 Hypothetical protein 5.137306497 L4_control_C2 +LQ06X008250 Hypothetical protein 5.287010344 L4_control_C3 +LQ06X008250 Hypothetical protein 4.844564194 L4_chemical_A1 +LQ06X008250 Hypothetical protein 5.30983805 L4_chemical_A2 +LQ06X008250 Hypothetical protein 5.316326555 L4_chemical_A3 +LQ06X008250 Hypothetical protein 5.129695617 L4_chemical_B1 +LQ06X008250 Hypothetical protein 4.984277296 L4_chemical_B2 +LQ06X008250 Hypothetical protein 4.843066565 L4_chemical_B3 +LQ06X008250 Hypothetical protein 5.650817744 L4_chemical_C2 +LQ06X008250 Hypothetical protein 4.845432659 L4_chemical_C3 +LQ06X008270 Putative Predicted protein 5.343081011 C6_control_A1 +LQ06X008270 Putative Predicted protein 5.824167839 C6_control_A3 +LQ06X008270 Putative Predicted protein 5.036417751 C6_control_B1 +LQ06X008270 Putative Predicted protein 5.274068394 C6_control_B2 +LQ06X008270 Putative Predicted protein 5.177364401 C6_control_B3 +LQ06X008270 Putative Predicted protein 6.248831397 C6_control_C1 +LQ06X008270 Putative Predicted protein 5.409029012 C6_control_C2 +LQ06X008270 Putative Predicted protein 5.770133788 C6_control_C3 +LQ06X008270 Putative Predicted protein 5.528435972 C6_chemical_A1 +LQ06X008270 Putative Predicted protein 5.978464439 C6_chemical_A3 +LQ06X008270 Putative Predicted protein 4.985876078 C6_chemical_B1 +LQ06X008270 Putative Predicted protein 5.303859737 C6_chemical_B2 +LQ06X008270 Putative Predicted protein 5.203719057 C6_chemical_B3 +LQ06X008270 Putative Predicted protein 6.117679604 C6_chemical_C1 +LQ06X008270 Putative Predicted protein 5.87316155 C6_chemical_C2 +LQ06X008270 Putative Predicted protein 5.748481405 C6_chemical_C3 +LQ06X008270 Putative Predicted protein 6.225248356 L4_control_A1 +LQ06X008270 Putative Predicted protein 5.888814867 L4_control_A2 +LQ06X008270 Putative Predicted protein 6.141297717 L4_control_A3 +LQ06X008270 Putative Predicted protein 5.454393268 L4_control_B1 +LQ06X008270 Putative Predicted protein 5.493181592 L4_control_B2 +LQ06X008270 Putative Predicted protein 5.700480905 L4_control_B3 +LQ06X008270 Putative Predicted protein 5.689673859 L4_control_C2 +LQ06X008270 Putative Predicted protein 5.027988234 L4_control_C3 +LQ06X008270 Putative Predicted protein 5.602643214 L4_chemical_A1 +LQ06X008270 Putative Predicted protein 5.738784988 L4_chemical_A2 +LQ06X008270 Putative Predicted protein 6.491598395 L4_chemical_A3 +LQ06X008270 Putative Predicted protein 5.215235735 L4_chemical_B1 +LQ06X008270 Putative Predicted protein 5.001107694 L4_chemical_B2 +LQ06X008270 Putative Predicted protein 5.477599222 L4_chemical_B3 +LQ06X008270 Putative Predicted protein 7.989148552 L4_chemical_C2 +LQ06X008270 Putative Predicted protein 5.588802159 L4_chemical_C3 +LQ06X008280 Hypothetical protein 6.668041126 C6_control_A1 +LQ06X008280 Hypothetical protein 7.782855948 C6_control_A3 +LQ06X008280 Hypothetical protein 7.074387137 C6_control_B1 +LQ06X008280 Hypothetical protein 6.329147117 C6_control_B2 +LQ06X008280 Hypothetical protein 6.580495621 C6_control_B3 +LQ06X008280 Hypothetical protein 6.093385214 C6_control_C1 +LQ06X008280 Hypothetical protein 7.667793169 C6_control_C2 +LQ06X008280 Hypothetical protein 5.763366854 C6_control_C3 +LQ06X008280 Hypothetical protein 5.651419458 C6_chemical_A1 +LQ06X008280 Hypothetical protein 6.678094682 C6_chemical_A3 +LQ06X008280 Hypothetical protein 6.621616716 C6_chemical_B1 +LQ06X008280 Hypothetical protein 6.476828106 C6_chemical_B2 +LQ06X008280 Hypothetical protein 6.61360922 C6_chemical_B3 +LQ06X008280 Hypothetical protein 6.225645488 C6_chemical_C1 +LQ06X008280 Hypothetical protein 6.06910441 C6_chemical_C2 +LQ06X008280 Hypothetical protein 5.524703097 C6_chemical_C3 +LQ06X008280 Hypothetical protein 6.072600244 L4_control_A1 +LQ06X008280 Hypothetical protein 6.308720289 L4_control_A2 +LQ06X008280 Hypothetical protein 5.539772134 L4_control_A3 +LQ06X008280 Hypothetical protein 6.518368852 L4_control_B1 +LQ06X008280 Hypothetical protein 5.872810758 L4_control_B2 +LQ06X008280 Hypothetical protein 6.278470779 L4_control_B3 +LQ06X008280 Hypothetical protein 6.437897899 L4_control_C2 +LQ06X008280 Hypothetical protein 7.565054328 L4_control_C3 +LQ06X008280 Hypothetical protein 5.621956337 L4_chemical_A1 +LQ06X008280 Hypothetical protein 5.853632915 L4_chemical_A2 +LQ06X008280 Hypothetical protein 5.555937043 L4_chemical_A3 +LQ06X008280 Hypothetical protein 7.031570145 L4_chemical_B1 +LQ06X008280 Hypothetical protein 6.356756171 L4_chemical_B2 +LQ06X008280 Hypothetical protein 6.520194814 L4_chemical_B3 +LQ06X008280 Hypothetical protein 6.240882965 L4_chemical_C2 +LQ06X008280 Hypothetical protein 7.358424589 L4_chemical_C3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.027269692 C6_control_A1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.151118758 C6_control_A3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.332098177 C6_control_B1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.184601951 C6_control_B2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.766157766 C6_control_B3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.996179865 C6_control_C1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.91800024 C6_control_C2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.215075245 C6_control_C3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.111221728 C6_chemical_A1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.301649412 C6_chemical_A3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.487659699 C6_chemical_B1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.319303751 C6_chemical_B2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.590283515 C6_chemical_B3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.984847642 C6_chemical_C1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.466261353 C6_chemical_C2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.307986377 C6_chemical_C3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.738093516 L4_control_A1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.279874652 L4_control_A2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.511084449 L4_control_A3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.378296446 L4_control_B1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.779648343 L4_control_B2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.37839965 L4_control_B3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.275014608 L4_control_C2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.509804284 L4_control_C3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.779164848 L4_chemical_A1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.505595519 L4_chemical_A2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.721090555 L4_chemical_A3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.688373764 L4_chemical_B1 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.840482619 L4_chemical_B2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.630713069 L4_chemical_B3 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.34379523 L4_chemical_C2 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 5.885419141 L4_chemical_C3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.79684415 C6_control_A1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.86263307 C6_control_A3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.51809623 C6_control_B1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 15.2771272 C6_control_B2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.92752944 C6_control_B3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.67351947 C6_control_C1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.90882915 C6_control_C2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.60618556 C6_control_C3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.8594786 C6_chemical_A1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.73068427 C6_chemical_A3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.98481568 C6_chemical_B1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 15.09214375 C6_chemical_B2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.84124889 C6_chemical_B3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.43570365 C6_chemical_C1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.91830587 C6_chemical_C2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.24097915 C6_chemical_C3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.74670702 L4_control_A1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 15.18601885 L4_control_A2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 15.24244337 L4_control_A3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.66644091 L4_control_B1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.64404524 L4_control_B2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 15.17022065 L4_control_B3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.5413452 L4_control_C2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.35166958 L4_control_C3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.7177596 L4_chemical_A1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 15.22814204 L4_chemical_A2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.86540257 L4_chemical_A3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.54416763 L4_chemical_B1 +LQ06X008320 30S ribosomal protein S17, chloroplastic 15.02101614 L4_chemical_B2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.85991382 L4_chemical_B3 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.53669103 L4_chemical_C2 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.34625835 L4_chemical_C3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.4851193 C6_control_A1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.56013603 C6_control_A3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.57630928 C6_control_B1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.51724187 C6_control_B2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.64741292 C6_control_B3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.54325164 C6_control_C1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.27951641 C6_control_C2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.4686613 C6_control_C3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.38616994 C6_chemical_A1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.31344593 C6_chemical_A3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.66738812 C6_chemical_B1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.52096279 C6_chemical_B2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.50541891 C6_chemical_B3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.20831952 C6_chemical_C1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.36532051 C6_chemical_C2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.37498739 C6_chemical_C3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.29775085 L4_control_A1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.30766743 L4_control_A2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.36849415 L4_control_A3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.53342624 L4_control_B1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.62416917 L4_control_B2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.27620592 L4_control_B3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.40934017 L4_control_C2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.45989458 L4_control_C3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.11655395 L4_chemical_A1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.39208926 L4_chemical_A2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.26739471 L4_chemical_A3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.47388678 L4_chemical_B1 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.60877698 L4_chemical_B2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.3897901 L4_chemical_B3 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.47088174 L4_chemical_C2 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.66208783 L4_chemical_C3 +LQ06X008410 Putative Glyoxylate reductase 5.984256835 C6_control_A1 +LQ06X008410 Putative Glyoxylate reductase 6.888736599 C6_control_A3 +LQ06X008410 Putative Glyoxylate reductase 6.556384356 C6_control_B1 +LQ06X008410 Putative Glyoxylate reductase 6.034914595 C6_control_B2 +LQ06X008410 Putative Glyoxylate reductase 6.278425197 C6_control_B3 +LQ06X008410 Putative Glyoxylate reductase 6.003954024 C6_control_C1 +LQ06X008410 Putative Glyoxylate reductase 7.005012704 C6_control_C2 +LQ06X008410 Putative Glyoxylate reductase 5.803486316 C6_control_C3 +LQ06X008410 Putative Glyoxylate reductase 5.982504939 C6_chemical_A1 +LQ06X008410 Putative Glyoxylate reductase 5.658903615 C6_chemical_A3 +LQ06X008410 Putative Glyoxylate reductase 6.888145216 C6_chemical_B1 +LQ06X008410 Putative Glyoxylate reductase 6.038488651 C6_chemical_B2 +LQ06X008410 Putative Glyoxylate reductase 5.815683768 C6_chemical_B3 +LQ06X008410 Putative Glyoxylate reductase 6.036495198 C6_chemical_C1 +LQ06X008410 Putative Glyoxylate reductase 5.863553877 C6_chemical_C2 +LQ06X008410 Putative Glyoxylate reductase 5.648019059 C6_chemical_C3 +LQ06X008410 Putative Glyoxylate reductase 6.198869157 L4_control_A1 +LQ06X008410 Putative Glyoxylate reductase 5.979205556 L4_control_A2 +LQ06X008410 Putative Glyoxylate reductase 5.910904617 L4_control_A3 +LQ06X008410 Putative Glyoxylate reductase 6.276226035 L4_control_B1 +LQ06X008410 Putative Glyoxylate reductase 5.800415391 L4_control_B2 +LQ06X008410 Putative Glyoxylate reductase 6.10094583 L4_control_B3 +LQ06X008410 Putative Glyoxylate reductase 5.911575542 L4_control_C2 +LQ06X008410 Putative Glyoxylate reductase 5.864974538 L4_control_C3 +LQ06X008410 Putative Glyoxylate reductase 5.976538921 L4_chemical_A1 +LQ06X008410 Putative Glyoxylate reductase 6.191031951 L4_chemical_A2 +LQ06X008410 Putative Glyoxylate reductase 5.73699219 L4_chemical_A3 +LQ06X008410 Putative Glyoxylate reductase 6.510681678 L4_chemical_B1 +LQ06X008410 Putative Glyoxylate reductase 6.074062855 L4_chemical_B2 +LQ06X008410 Putative Glyoxylate reductase 6.221267823 L4_chemical_B3 +LQ06X008410 Putative Glyoxylate reductase 6.412972372 L4_chemical_C2 +LQ06X008410 Putative Glyoxylate reductase 5.349631169 L4_chemical_C3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 11.9349035 C6_control_A1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 11.57126295 C6_control_A3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.56632073 C6_control_B1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.59139546 C6_control_B2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.25746703 C6_control_B3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.57392866 C6_control_C1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.84029568 C6_control_C2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 14.12967739 C6_control_C3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 11.79893494 C6_chemical_A1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 11.60338458 C6_chemical_A3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.86218785 C6_chemical_B1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.59325183 C6_chemical_B2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.5674941 C6_chemical_B3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.22664138 C6_chemical_C1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.83315439 C6_chemical_C2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 14.50473096 C6_chemical_C3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.30086881 L4_control_A1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.52844877 L4_control_A2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.24028906 L4_control_A3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.90962015 L4_control_B1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.45927211 L4_control_B2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.76106051 L4_control_B3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.46805254 L4_control_C2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.45126555 L4_control_C3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.95080978 L4_chemical_A1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.96009526 L4_chemical_A2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.46199789 L4_chemical_A3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.85370624 L4_chemical_B1 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 12.96628847 L4_chemical_B2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.74179905 L4_chemical_B3 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.49139603 L4_chemical_C2 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 13.31859932 L4_chemical_C3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.346213086 C6_control_A1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 4.964549477 C6_control_A3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.516218591 C6_control_B1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.188970806 C6_control_B2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.371713769 C6_control_B3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 4.973117531 C6_control_C1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 4.825822903 C6_control_C2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.155346552 C6_control_C3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.388989413 C6_chemical_A1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.174860076 C6_chemical_A3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.509235184 C6_chemical_B1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.114947716 C6_chemical_B2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.083414285 C6_chemical_B3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.152649425 C6_chemical_C1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 4.904874936 C6_chemical_C2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 4.845485009 C6_chemical_C3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.030923411 L4_control_A1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.560689083 L4_control_A2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.868647076 L4_control_A3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.694806106 L4_control_B1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.581142647 L4_control_B2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.240688259 L4_control_B3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.589839385 L4_control_C2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 4.935594239 L4_control_C3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 4.85018116 L4_chemical_A1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.611038803 L4_chemical_A2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.720889531 L4_chemical_A3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.445895397 L4_chemical_B1 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.069545218 L4_chemical_B2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.264079453 L4_chemical_B3 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 4.80434198 L4_chemical_C2 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.171027206 L4_chemical_C3 +LQ06X008450 Putative uncharacterized protein 5.97835564 C6_control_A1 +LQ06X008450 Putative uncharacterized protein 6.628450656 C6_control_A3 +LQ06X008450 Putative uncharacterized protein 5.919884316 C6_control_B1 +LQ06X008450 Putative uncharacterized protein 5.878556592 C6_control_B2 +LQ06X008450 Putative uncharacterized protein 5.856161282 C6_control_B3 +LQ06X008450 Putative uncharacterized protein 5.680340601 C6_control_C1 +LQ06X008450 Putative uncharacterized protein 7.503744019 C6_control_C2 +LQ06X008450 Putative uncharacterized protein 6.063967638 C6_control_C3 +LQ06X008450 Putative uncharacterized protein 5.972085295 C6_chemical_A1 +LQ06X008450 Putative uncharacterized protein 5.60760894 C6_chemical_A3 +LQ06X008450 Putative uncharacterized protein 6.360210518 C6_chemical_B1 +LQ06X008450 Putative uncharacterized protein 6.336911313 C6_chemical_B2 +LQ06X008450 Putative uncharacterized protein 5.538656572 C6_chemical_B3 +LQ06X008450 Putative uncharacterized protein 6.002293938 C6_chemical_C1 +LQ06X008450 Putative uncharacterized protein 6.028143162 C6_chemical_C2 +LQ06X008450 Putative uncharacterized protein 5.759109842 C6_chemical_C3 +LQ06X008450 Putative uncharacterized protein 5.332437285 L4_control_A1 +LQ06X008450 Putative uncharacterized protein 5.842575236 L4_control_A2 +LQ06X008450 Putative uncharacterized protein 5.081838471 L4_control_A3 +LQ06X008450 Putative uncharacterized protein 5.288896703 L4_control_B1 +LQ06X008450 Putative uncharacterized protein 5.891500354 L4_control_B2 +LQ06X008450 Putative uncharacterized protein 5.738617514 L4_control_B3 +LQ06X008450 Putative uncharacterized protein 5.198607201 L4_control_C2 +LQ06X008450 Putative uncharacterized protein 5.868139186 L4_control_C3 +LQ06X008450 Putative uncharacterized protein 5.661290508 L4_chemical_A1 +LQ06X008450 Putative uncharacterized protein 5.353685782 L4_chemical_A2 +LQ06X008450 Putative uncharacterized protein 5.142718075 L4_chemical_A3 +LQ06X008450 Putative uncharacterized protein 5.607700118 L4_chemical_B1 +LQ06X008450 Putative uncharacterized protein 5.675770284 L4_chemical_B2 +LQ06X008450 Putative uncharacterized protein 5.567608687 L4_chemical_B3 +LQ06X008450 Putative uncharacterized protein 5.617334213 L4_chemical_C2 +LQ06X008450 Putative uncharacterized protein 5.506346833 L4_chemical_C3 +LQ06X008460 Putative Protein disulfide-isomerase 11.08414992 C6_control_A1 +LQ06X008460 Putative Protein disulfide-isomerase 10.47562685 C6_control_A3 +LQ06X008460 Putative Protein disulfide-isomerase 11.11457957 C6_control_B1 +LQ06X008460 Putative Protein disulfide-isomerase 11.20313605 C6_control_B2 +LQ06X008460 Putative Protein disulfide-isomerase 10.5809511 C6_control_B3 +LQ06X008460 Putative Protein disulfide-isomerase 10.02681772 C6_control_C1 +LQ06X008460 Putative Protein disulfide-isomerase 9.964776564 C6_control_C2 +LQ06X008460 Putative Protein disulfide-isomerase 9.250201293 C6_control_C3 +LQ06X008460 Putative Protein disulfide-isomerase 11.20652937 C6_chemical_A1 +LQ06X008460 Putative Protein disulfide-isomerase 10.42524358 C6_chemical_A3 +LQ06X008460 Putative Protein disulfide-isomerase 11.13519381 C6_chemical_B1 +LQ06X008460 Putative Protein disulfide-isomerase 11.35628892 C6_chemical_B2 +LQ06X008460 Putative Protein disulfide-isomerase 10.51300257 C6_chemical_B3 +LQ06X008460 Putative Protein disulfide-isomerase 9.954942091 C6_chemical_C1 +LQ06X008460 Putative Protein disulfide-isomerase 10.10940831 C6_chemical_C2 +LQ06X008460 Putative Protein disulfide-isomerase 9.225826918 C6_chemical_C3 +LQ06X008460 Putative Protein disulfide-isomerase 10.86711944 L4_control_A1 +LQ06X008460 Putative Protein disulfide-isomerase 10.98613959 L4_control_A2 +LQ06X008460 Putative Protein disulfide-isomerase 10.95383026 L4_control_A3 +LQ06X008460 Putative Protein disulfide-isomerase 10.67645983 L4_control_B1 +LQ06X008460 Putative Protein disulfide-isomerase 11.25924784 L4_control_B2 +LQ06X008460 Putative Protein disulfide-isomerase 10.30584085 L4_control_B3 +LQ06X008460 Putative Protein disulfide-isomerase 9.390268229 L4_control_C2 +LQ06X008460 Putative Protein disulfide-isomerase 9.311406314 L4_control_C3 +LQ06X008460 Putative Protein disulfide-isomerase 10.50296217 L4_chemical_A1 +LQ06X008460 Putative Protein disulfide-isomerase 10.62620715 L4_chemical_A2 +LQ06X008460 Putative Protein disulfide-isomerase 10.65204573 L4_chemical_A3 +LQ06X008460 Putative Protein disulfide-isomerase 10.76273526 L4_chemical_B1 +LQ06X008460 Putative Protein disulfide-isomerase 10.84799555 L4_chemical_B2 +LQ06X008460 Putative Protein disulfide-isomerase 10.72752999 L4_chemical_B3 +LQ06X008460 Putative Protein disulfide-isomerase 9.707097445 L4_chemical_C2 +LQ06X008460 Putative Protein disulfide-isomerase 9.675935716 L4_chemical_C3 +LQ06X008490 Putative At1g15230/F9L1_18 12.22682969 C6_control_A1 +LQ06X008490 Putative At1g15230/F9L1_18 12.00883604 C6_control_A3 +LQ06X008490 Putative At1g15230/F9L1_18 11.89277597 C6_control_B1 +LQ06X008490 Putative At1g15230/F9L1_18 11.62592978 C6_control_B2 +LQ06X008490 Putative At1g15230/F9L1_18 11.73377764 C6_control_B3 +LQ06X008490 Putative At1g15230/F9L1_18 11.53527891 C6_control_C1 +LQ06X008490 Putative At1g15230/F9L1_18 11.66763059 C6_control_C2 +LQ06X008490 Putative At1g15230/F9L1_18 11.53153237 C6_control_C3 +LQ06X008490 Putative At1g15230/F9L1_18 12.39667273 C6_chemical_A1 +LQ06X008490 Putative At1g15230/F9L1_18 12.05064979 C6_chemical_A3 +LQ06X008490 Putative At1g15230/F9L1_18 12.03362375 C6_chemical_B1 +LQ06X008490 Putative At1g15230/F9L1_18 11.60117151 C6_chemical_B2 +LQ06X008490 Putative At1g15230/F9L1_18 11.76195555 C6_chemical_B3 +LQ06X008490 Putative At1g15230/F9L1_18 11.63640108 C6_chemical_C1 +LQ06X008490 Putative At1g15230/F9L1_18 11.95083624 C6_chemical_C2 +LQ06X008490 Putative At1g15230/F9L1_18 11.4645456 C6_chemical_C3 +LQ06X008490 Putative At1g15230/F9L1_18 11.78559267 L4_control_A1 +LQ06X008490 Putative At1g15230/F9L1_18 12.34632304 L4_control_A2 +LQ06X008490 Putative At1g15230/F9L1_18 12.39959495 L4_control_A3 +LQ06X008490 Putative At1g15230/F9L1_18 11.85076934 L4_control_B1 +LQ06X008490 Putative At1g15230/F9L1_18 12.1103582 L4_control_B2 +LQ06X008490 Putative At1g15230/F9L1_18 11.1012292 L4_control_B3 +LQ06X008490 Putative At1g15230/F9L1_18 12.60741764 L4_control_C2 +LQ06X008490 Putative At1g15230/F9L1_18 12.59870822 L4_control_C3 +LQ06X008490 Putative At1g15230/F9L1_18 11.75521931 L4_chemical_A1 +LQ06X008490 Putative At1g15230/F9L1_18 12.92072449 L4_chemical_A2 +LQ06X008490 Putative At1g15230/F9L1_18 12.16529046 L4_chemical_A3 +LQ06X008490 Putative At1g15230/F9L1_18 12.42210822 L4_chemical_B1 +LQ06X008490 Putative At1g15230/F9L1_18 12.91713724 L4_chemical_B2 +LQ06X008490 Putative At1g15230/F9L1_18 11.13977257 L4_chemical_B3 +LQ06X008490 Putative At1g15230/F9L1_18 12.90062046 L4_chemical_C2 +LQ06X008490 Putative At1g15230/F9L1_18 12.28621167 L4_chemical_C3 +LQ06X008500 Ras-related protein Rab7 12.99633278 C6_control_A1 +LQ06X008500 Ras-related protein Rab7 13.18049857 C6_control_A3 +LQ06X008500 Ras-related protein Rab7 13.11408407 C6_control_B1 +LQ06X008500 Ras-related protein Rab7 13.46547078 C6_control_B2 +LQ06X008500 Ras-related protein Rab7 13.36389331 C6_control_B3 +LQ06X008500 Ras-related protein Rab7 13.87192801 C6_control_C1 +LQ06X008500 Ras-related protein Rab7 13.61730863 C6_control_C2 +LQ06X008500 Ras-related protein Rab7 13.85839332 C6_control_C3 +LQ06X008500 Ras-related protein Rab7 12.84725086 C6_chemical_A1 +LQ06X008500 Ras-related protein Rab7 13.03407561 C6_chemical_A3 +LQ06X008500 Ras-related protein Rab7 13.01148036 C6_chemical_B1 +LQ06X008500 Ras-related protein Rab7 13.54848134 C6_chemical_B2 +LQ06X008500 Ras-related protein Rab7 13.12192203 C6_chemical_B3 +LQ06X008500 Ras-related protein Rab7 14.03632255 C6_chemical_C1 +LQ06X008500 Ras-related protein Rab7 13.65293175 C6_chemical_C2 +LQ06X008500 Ras-related protein Rab7 13.6921433 C6_chemical_C3 +LQ06X008500 Ras-related protein Rab7 13.41649162 L4_control_A1 +LQ06X008500 Ras-related protein Rab7 13.22593925 L4_control_A2 +LQ06X008500 Ras-related protein Rab7 12.49582259 L4_control_A3 +LQ06X008500 Ras-related protein Rab7 13.39307808 L4_control_B1 +LQ06X008500 Ras-related protein Rab7 13.14351524 L4_control_B2 +LQ06X008500 Ras-related protein Rab7 13.48037918 L4_control_B3 +LQ06X008500 Ras-related protein Rab7 12.90420275 L4_control_C2 +LQ06X008500 Ras-related protein Rab7 12.84500938 L4_control_C3 +LQ06X008500 Ras-related protein Rab7 13.48693453 L4_chemical_A1 +LQ06X008500 Ras-related protein Rab7 13.17680614 L4_chemical_A2 +LQ06X008500 Ras-related protein Rab7 12.92219191 L4_chemical_A3 +LQ06X008500 Ras-related protein Rab7 13.30679391 L4_chemical_B1 +LQ06X008500 Ras-related protein Rab7 13.25126426 L4_chemical_B2 +LQ06X008500 Ras-related protein Rab7 13.62593215 L4_chemical_B3 +LQ06X008500 Ras-related protein Rab7 13.12636252 L4_chemical_C2 +LQ06X008500 Ras-related protein Rab7 12.92894229 L4_chemical_C3 +LQ06X008530 Predicted protein 8.380742136 C6_control_A1 +LQ06X008530 Predicted protein 7.687021196 C6_control_A3 +LQ06X008530 Predicted protein 9.168944086 C6_control_B1 +LQ06X008530 Predicted protein 8.558846435 C6_control_B2 +LQ06X008530 Predicted protein 9.684875931 C6_control_B3 +LQ06X008530 Predicted protein 7.801665758 C6_control_C1 +LQ06X008530 Predicted protein 7.612812387 C6_control_C2 +LQ06X008530 Predicted protein 7.577463748 C6_control_C3 +LQ06X008530 Predicted protein 7.997338367 C6_chemical_A1 +LQ06X008530 Predicted protein 7.844888313 C6_chemical_A3 +LQ06X008530 Predicted protein 8.600127995 C6_chemical_B1 +LQ06X008530 Predicted protein 8.271053762 C6_chemical_B2 +LQ06X008530 Predicted protein 8.833228453 C6_chemical_B3 +LQ06X008530 Predicted protein 7.280494744 C6_chemical_C1 +LQ06X008530 Predicted protein 7.570593471 C6_chemical_C2 +LQ06X008530 Predicted protein 7.011042277 C6_chemical_C3 +LQ06X008530 Predicted protein 7.715742419 L4_control_A1 +LQ06X008530 Predicted protein 9.374539335 L4_control_A2 +LQ06X008530 Predicted protein 9.042200123 L4_control_A3 +LQ06X008530 Predicted protein 9.341288396 L4_control_B1 +LQ06X008530 Predicted protein 9.224928779 L4_control_B2 +LQ06X008530 Predicted protein 8.812809163 L4_control_B3 +LQ06X008530 Predicted protein 6.804798925 L4_control_C2 +LQ06X008530 Predicted protein 6.86077907 L4_control_C3 +LQ06X008530 Predicted protein 7.389930763 L4_chemical_A1 +LQ06X008530 Predicted protein 9.198209251 L4_chemical_A2 +LQ06X008530 Predicted protein 8.146539781 L4_chemical_A3 +LQ06X008530 Predicted protein 8.991011857 L4_chemical_B1 +LQ06X008530 Predicted protein 9.193645209 L4_chemical_B2 +LQ06X008530 Predicted protein 8.937930677 L4_chemical_B3 +LQ06X008530 Predicted protein 7.0803218 L4_chemical_C2 +LQ06X008530 Predicted protein 7.501323048 L4_chemical_C3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.375378431 C6_control_A1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.352949623 C6_control_A3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.312767257 C6_control_B1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.197968341 C6_control_B2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.495029042 C6_control_B3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 5.853050388 C6_control_C1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 5.908281985 C6_control_C2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.390515653 C6_control_C3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.072195846 C6_chemical_A1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.139801811 C6_chemical_A3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.58954508 C6_chemical_B1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.010429991 C6_chemical_B2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.509139775 C6_chemical_B3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 5.646857088 C6_chemical_C1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.221137404 C6_chemical_C2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.002287343 C6_chemical_C3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.135906769 L4_control_A1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.443518839 L4_control_A2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.644582146 L4_control_A3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.173842904 L4_control_B1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.84692744 L4_control_B2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.539730959 L4_control_B3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 5.933614624 L4_control_C2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.080246219 L4_control_C3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.248437907 L4_chemical_A1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.665503127 L4_chemical_A2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.68823575 L4_chemical_A3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.63707067 L4_chemical_B1 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.573876946 L4_chemical_B2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.01746006 L4_chemical_B3 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.304107081 L4_chemical_C2 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.341714933 L4_chemical_C3 +LQ06X008590 Hypothetical protein 5.067591091 C6_control_A1 +LQ06X008590 Hypothetical protein 5.714426557 C6_control_A3 +LQ06X008590 Hypothetical protein 5.59935892 C6_control_B1 +LQ06X008590 Hypothetical protein 5.727055021 C6_control_B2 +LQ06X008590 Hypothetical protein 5.426635117 C6_control_B3 +LQ06X008590 Hypothetical protein 6.331001142 C6_control_C1 +LQ06X008590 Hypothetical protein 7.326202534 C6_control_C2 +LQ06X008590 Hypothetical protein 5.772027987 C6_control_C3 +LQ06X008590 Hypothetical protein 5.279150903 C6_chemical_A1 +LQ06X008590 Hypothetical protein 5.03829488 C6_chemical_A3 +LQ06X008590 Hypothetical protein 5.13809435 C6_chemical_B1 +LQ06X008590 Hypothetical protein 5.855273422 C6_chemical_B2 +LQ06X008590 Hypothetical protein 5.202546584 C6_chemical_B3 +LQ06X008590 Hypothetical protein 5.962475738 C6_chemical_C1 +LQ06X008590 Hypothetical protein 6.268580889 C6_chemical_C2 +LQ06X008590 Hypothetical protein 6.178733291 C6_chemical_C3 +LQ06X008590 Hypothetical protein 5.321646447 L4_control_A1 +LQ06X008590 Hypothetical protein 5.506729994 L4_control_A2 +LQ06X008590 Hypothetical protein 5.893768792 L4_control_A3 +LQ06X008590 Hypothetical protein 5.021407583 L4_control_B1 +LQ06X008590 Hypothetical protein 4.745669879 L4_control_B2 +LQ06X008590 Hypothetical protein 5.419699503 L4_control_B3 +LQ06X008590 Hypothetical protein 5.186308875 L4_control_C2 +LQ06X008590 Hypothetical protein 5.163749793 L4_control_C3 +LQ06X008590 Hypothetical protein 4.982334344 L4_chemical_A1 +LQ06X008590 Hypothetical protein 5.115246841 L4_chemical_A2 +LQ06X008590 Hypothetical protein 5.45046667 L4_chemical_A3 +LQ06X008590 Hypothetical protein 5.043003577 L4_chemical_B1 +LQ06X008590 Hypothetical protein 4.905292369 L4_chemical_B2 +LQ06X008590 Hypothetical protein 5.032161281 L4_chemical_B3 +LQ06X008590 Hypothetical protein 5.731076434 L4_chemical_C2 +LQ06X008590 Hypothetical protein 5.010227831 L4_chemical_C3 +LQ06X008600 Coiled-coil domain-containing protein 72 14.67372157 C6_control_A1 +LQ06X008600 Coiled-coil domain-containing protein 72 15.13428264 C6_control_A3 +LQ06X008600 Coiled-coil domain-containing protein 72 14.7816903 C6_control_B1 +LQ06X008600 Coiled-coil domain-containing protein 72 15.05269291 C6_control_B2 +LQ06X008600 Coiled-coil domain-containing protein 72 14.48408844 C6_control_B3 +LQ06X008600 Coiled-coil domain-containing protein 72 15.02302056 C6_control_C1 +LQ06X008600 Coiled-coil domain-containing protein 72 15.06909143 C6_control_C2 +LQ06X008600 Coiled-coil domain-containing protein 72 15.11994236 C6_control_C3 +LQ06X008600 Coiled-coil domain-containing protein 72 14.47619763 C6_chemical_A1 +LQ06X008600 Coiled-coil domain-containing protein 72 14.07056147 C6_chemical_A3 +LQ06X008600 Coiled-coil domain-containing protein 72 14.5267214 C6_chemical_B1 +LQ06X008600 Coiled-coil domain-containing protein 72 15.17595023 C6_chemical_B2 +LQ06X008600 Coiled-coil domain-containing protein 72 14.86671142 C6_chemical_B3 +LQ06X008600 Coiled-coil domain-containing protein 72 15.29985619 C6_chemical_C1 +LQ06X008600 Coiled-coil domain-containing protein 72 15.18074594 C6_chemical_C2 +LQ06X008600 Coiled-coil domain-containing protein 72 14.85350233 C6_chemical_C3 +LQ06X008600 Coiled-coil domain-containing protein 72 14.34951679 L4_control_A1 +LQ06X008600 Coiled-coil domain-containing protein 72 13.30367281 L4_control_A2 +LQ06X008600 Coiled-coil domain-containing protein 72 13.37488363 L4_control_A3 +LQ06X008600 Coiled-coil domain-containing protein 72 14.48708862 L4_control_B1 +LQ06X008600 Coiled-coil domain-containing protein 72 13.04942944 L4_control_B2 +LQ06X008600 Coiled-coil domain-containing protein 72 14.66855766 L4_control_B3 +LQ06X008600 Coiled-coil domain-containing protein 72 13.8542852 L4_control_C2 +LQ06X008600 Coiled-coil domain-containing protein 72 14.07051346 L4_control_C3 +LQ06X008600 Coiled-coil domain-containing protein 72 14.65856057 L4_chemical_A1 +LQ06X008600 Coiled-coil domain-containing protein 72 13.06907351 L4_chemical_A2 +LQ06X008600 Coiled-coil domain-containing protein 72 14.02842858 L4_chemical_A3 +LQ06X008600 Coiled-coil domain-containing protein 72 13.83939605 L4_chemical_B1 +LQ06X008600 Coiled-coil domain-containing protein 72 13.94860366 L4_chemical_B2 +LQ06X008600 Coiled-coil domain-containing protein 72 14.6730896 L4_chemical_B3 +LQ06X008600 Coiled-coil domain-containing protein 72 13.97971517 L4_chemical_C2 +LQ06X008600 Coiled-coil domain-containing protein 72 14.22387442 L4_chemical_C3 +LQ06X008630 Hypothetical protein 5.22726448 C6_control_A1 +LQ06X008630 Hypothetical protein 4.994199114 C6_control_A3 +LQ06X008630 Hypothetical protein 4.987975142 C6_control_B1 +LQ06X008630 Hypothetical protein 5.201376457 C6_control_B2 +LQ06X008630 Hypothetical protein 4.872408244 C6_control_B3 +LQ06X008630 Hypothetical protein 5.107221431 C6_control_C1 +LQ06X008630 Hypothetical protein 5.169193642 C6_control_C2 +LQ06X008630 Hypothetical protein 5.193646367 C6_control_C3 +LQ06X008630 Hypothetical protein 4.890669698 C6_chemical_A1 +LQ06X008630 Hypothetical protein 5.226647714 C6_chemical_A3 +LQ06X008630 Hypothetical protein 5.503181477 C6_chemical_B1 +LQ06X008630 Hypothetical protein 5.115214971 C6_chemical_B2 +LQ06X008630 Hypothetical protein 5.045194461 C6_chemical_B3 +LQ06X008630 Hypothetical protein 5.086494765 C6_chemical_C1 +LQ06X008630 Hypothetical protein 5.244327574 C6_chemical_C2 +LQ06X008630 Hypothetical protein 5.245442428 C6_chemical_C3 +LQ06X008630 Hypothetical protein 5.517241946 L4_control_A1 +LQ06X008630 Hypothetical protein 5.033683996 L4_control_A2 +LQ06X008630 Hypothetical protein 5.224307194 L4_control_A3 +LQ06X008630 Hypothetical protein 4.677906583 L4_control_B1 +LQ06X008630 Hypothetical protein 5.681601875 L4_control_B2 +LQ06X008630 Hypothetical protein 5.09155305 L4_control_B3 +LQ06X008630 Hypothetical protein 5.513864079 L4_control_C2 +LQ06X008630 Hypothetical protein 5.169509704 L4_control_C3 +LQ06X008630 Hypothetical protein 5.484676581 L4_chemical_A1 +LQ06X008630 Hypothetical protein 5.322477735 L4_chemical_A2 +LQ06X008630 Hypothetical protein 5.176917698 L4_chemical_A3 +LQ06X008630 Hypothetical protein 5.392918596 L4_chemical_B1 +LQ06X008630 Hypothetical protein 5.929743098 L4_chemical_B2 +LQ06X008630 Hypothetical protein 5.147790227 L4_chemical_B3 +LQ06X008630 Hypothetical protein 4.795278904 L4_chemical_C2 +LQ06X008630 Hypothetical protein 5.026290268 L4_chemical_C3 +LQ06X008650 Predicted protein 5.752494735 C6_control_A1 +LQ06X008650 Predicted protein 5.342756227 C6_control_A3 +LQ06X008650 Predicted protein 6.005692274 C6_control_B1 +LQ06X008650 Predicted protein 6.249304028 C6_control_B2 +LQ06X008650 Predicted protein 5.746679633 C6_control_B3 +LQ06X008650 Predicted protein 5.835044209 C6_control_C1 +LQ06X008650 Predicted protein 5.569215159 C6_control_C2 +LQ06X008650 Predicted protein 5.374384155 C6_control_C3 +LQ06X008650 Predicted protein 6.000369709 C6_chemical_A1 +LQ06X008650 Predicted protein 5.238610693 C6_chemical_A3 +LQ06X008650 Predicted protein 6.04851347 C6_chemical_B1 +LQ06X008650 Predicted protein 6.312886689 C6_chemical_B2 +LQ06X008650 Predicted protein 6.023901282 C6_chemical_B3 +LQ06X008650 Predicted protein 6.437539726 C6_chemical_C1 +LQ06X008650 Predicted protein 6.474384004 C6_chemical_C2 +LQ06X008650 Predicted protein 5.835604319 C6_chemical_C3 +LQ06X008650 Predicted protein 5.395468209 L4_control_A1 +LQ06X008650 Predicted protein 5.565684643 L4_control_A2 +LQ06X008650 Predicted protein 5.326911429 L4_control_A3 +LQ06X008650 Predicted protein 5.278795317 L4_control_B1 +LQ06X008650 Predicted protein 5.617192518 L4_control_B2 +LQ06X008650 Predicted protein 5.755954396 L4_control_B3 +LQ06X008650 Predicted protein 5.209147872 L4_control_C2 +LQ06X008650 Predicted protein 5.310488678 L4_control_C3 +LQ06X008650 Predicted protein 6.002332739 L4_chemical_A1 +LQ06X008650 Predicted protein 5.601986257 L4_chemical_A2 +LQ06X008650 Predicted protein 5.601781117 L4_chemical_A3 +LQ06X008650 Predicted protein 5.322338644 L4_chemical_B1 +LQ06X008650 Predicted protein 5.47350699 L4_chemical_B2 +LQ06X008650 Predicted protein 5.478521396 L4_chemical_B3 +LQ06X008650 Predicted protein 4.926334537 L4_chemical_C2 +LQ06X008650 Predicted protein 5.22050182 L4_chemical_C3 +LQ06X008660 Putative uncharacterized protein 5.392599281 C6_control_A1 +LQ06X008660 Putative uncharacterized protein 5.699702555 C6_control_A3 +LQ06X008660 Putative uncharacterized protein 5.02812072 C6_control_B1 +LQ06X008660 Putative uncharacterized protein 5.53012051 C6_control_B2 +LQ06X008660 Putative uncharacterized protein 5.759709951 C6_control_B3 +LQ06X008660 Putative uncharacterized protein 5.528729965 C6_control_C1 +LQ06X008660 Putative uncharacterized protein 5.790669645 C6_control_C2 +LQ06X008660 Putative uncharacterized protein 5.303278461 C6_control_C3 +LQ06X008660 Putative uncharacterized protein 6.016043945 C6_chemical_A1 +LQ06X008660 Putative uncharacterized protein 5.682363038 C6_chemical_A3 +LQ06X008660 Putative uncharacterized protein 5.14677092 C6_chemical_B1 +LQ06X008660 Putative uncharacterized protein 5.872582239 C6_chemical_B2 +LQ06X008660 Putative uncharacterized protein 5.54733352 C6_chemical_B3 +LQ06X008660 Putative uncharacterized protein 5.657186954 C6_chemical_C1 +LQ06X008660 Putative uncharacterized protein 5.799235709 C6_chemical_C2 +LQ06X008660 Putative uncharacterized protein 5.425172209 C6_chemical_C3 +LQ06X008660 Putative uncharacterized protein 5.28368898 L4_control_A1 +LQ06X008660 Putative uncharacterized protein 5.341273183 L4_control_A2 +LQ06X008660 Putative uncharacterized protein 5.417060274 L4_control_A3 +LQ06X008660 Putative uncharacterized protein 5.339911424 L4_control_B1 +LQ06X008660 Putative uncharacterized protein 5.987427943 L4_control_B2 +LQ06X008660 Putative uncharacterized protein 5.37632963 L4_control_B3 +LQ06X008660 Putative uncharacterized protein 5.466998072 L4_control_C2 +LQ06X008660 Putative uncharacterized protein 5.100030997 L4_control_C3 +LQ06X008660 Putative uncharacterized protein 5.198338054 L4_chemical_A1 +LQ06X008660 Putative uncharacterized protein 5.843981343 L4_chemical_A2 +LQ06X008660 Putative uncharacterized protein 5.861969592 L4_chemical_A3 +LQ06X008660 Putative uncharacterized protein 5.458944878 L4_chemical_B1 +LQ06X008660 Putative uncharacterized protein 5.682022363 L4_chemical_B2 +LQ06X008660 Putative uncharacterized protein 5.365657187 L4_chemical_B3 +LQ06X008660 Putative uncharacterized protein 6.163027387 L4_chemical_C2 +LQ06X008660 Putative uncharacterized protein 5.005899115 L4_chemical_C3 +LQ06X008680 Putative disease resistance protein RGA3 5.104916254 C6_control_A1 +LQ06X008680 Putative disease resistance protein RGA3 4.975434591 C6_control_A3 +LQ06X008680 Putative disease resistance protein RGA3 5.281457648 C6_control_B1 +LQ06X008680 Putative disease resistance protein RGA3 4.898468707 C6_control_B2 +LQ06X008680 Putative disease resistance protein RGA3 4.680600519 C6_control_B3 +LQ06X008680 Putative disease resistance protein RGA3 4.928743123 C6_control_C1 +LQ06X008680 Putative disease resistance protein RGA3 4.761627324 C6_control_C2 +LQ06X008680 Putative disease resistance protein RGA3 5.145326435 C6_control_C3 +LQ06X008680 Putative disease resistance protein RGA3 5.030919209 C6_chemical_A1 +LQ06X008680 Putative disease resistance protein RGA3 5.044651657 C6_chemical_A3 +LQ06X008680 Putative disease resistance protein RGA3 4.979900414 C6_chemical_B1 +LQ06X008680 Putative disease resistance protein RGA3 4.778310586 C6_chemical_B2 +LQ06X008680 Putative disease resistance protein RGA3 4.768897363 C6_chemical_B3 +LQ06X008680 Putative disease resistance protein RGA3 4.809574014 C6_chemical_C1 +LQ06X008680 Putative disease resistance protein RGA3 5.116718464 C6_chemical_C2 +LQ06X008680 Putative disease resistance protein RGA3 4.756167916 C6_chemical_C3 +LQ06X008680 Putative disease resistance protein RGA3 4.860783906 L4_control_A1 +LQ06X008680 Putative disease resistance protein RGA3 5.195424181 L4_control_A2 +LQ06X008680 Putative disease resistance protein RGA3 5.203789236 L4_control_A3 +LQ06X008680 Putative disease resistance protein RGA3 5.155797184 L4_control_B1 +LQ06X008680 Putative disease resistance protein RGA3 4.91232193 L4_control_B2 +LQ06X008680 Putative disease resistance protein RGA3 4.78200202 L4_control_B3 +LQ06X008680 Putative disease resistance protein RGA3 5.341928818 L4_control_C2 +LQ06X008680 Putative disease resistance protein RGA3 5.482532021 L4_control_C3 +LQ06X008680 Putative disease resistance protein RGA3 4.973175107 L4_chemical_A1 +LQ06X008680 Putative disease resistance protein RGA3 5.168646681 L4_chemical_A2 +LQ06X008680 Putative disease resistance protein RGA3 5.555896501 L4_chemical_A3 +LQ06X008680 Putative disease resistance protein RGA3 4.826168537 L4_chemical_B1 +LQ06X008680 Putative disease resistance protein RGA3 5.218348448 L4_chemical_B2 +LQ06X008680 Putative disease resistance protein RGA3 4.782172519 L4_chemical_B3 +LQ06X008680 Putative disease resistance protein RGA3 5.478892448 L4_chemical_C2 +LQ06X008680 Putative disease resistance protein RGA3 5.227702565 L4_chemical_C3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.577844271 C6_control_A1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.736920415 C6_control_A3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.518647553 C6_control_B1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.366207245 C6_control_B2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.364888035 C6_control_B3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.267872596 C6_control_C1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.404018851 C6_control_C2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.287795475 C6_control_C3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.606983625 C6_chemical_A1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.605625643 C6_chemical_A3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.182785568 C6_chemical_B1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.294407504 C6_chemical_B2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.611143927 C6_chemical_B3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.383184477 C6_chemical_C1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.244265691 C6_chemical_C2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.238925124 C6_chemical_C3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.835815103 L4_control_A1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.595458167 L4_control_A2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.827142023 L4_control_A3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.769176112 L4_control_B1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.535153795 L4_control_B2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.461924854 L4_control_B3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.123252855 L4_control_C2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.092710061 L4_control_C3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 6.001206518 L4_chemical_A1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.783415249 L4_chemical_A2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.707884213 L4_chemical_A3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 6.25982287 L4_chemical_B1 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.626288685 L4_chemical_B2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.198805511 L4_chemical_B3 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.907765783 L4_chemical_C2 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.609226207 L4_chemical_C3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 6.624789042 C6_control_A1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.715717194 C6_control_A3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.036441864 C6_control_B1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.294455244 C6_control_B2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.246845738 C6_control_B3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.506550458 C6_control_C1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 4.96841004 C6_control_C2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.312805172 C6_control_C3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 6.232877885 C6_chemical_A1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 7.280541484 C6_chemical_A3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.906749009 C6_chemical_B1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.070919831 C6_chemical_B2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.779247403 C6_chemical_B3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.259306317 C6_chemical_C1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.30222475 C6_chemical_C2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.32384323 C6_chemical_C3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 6.518331638 L4_control_A1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.764606044 L4_control_A2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.600637979 L4_control_A3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.186286348 L4_control_B1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.303221115 L4_control_B2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.298667677 L4_control_B3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.325682401 L4_control_C2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.471157857 L4_control_C3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 6.794411758 L4_chemical_A1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.497177902 L4_chemical_A2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 6.093917817 L4_chemical_A3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 4.704842549 L4_chemical_B1 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.520853354 L4_chemical_B2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.306707774 L4_chemical_B3 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.088002329 L4_chemical_C2 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 5.169902102 L4_chemical_C3 +LQ06X008830 Putative hydrolase C777.06c 11.8218396 C6_control_A1 +LQ06X008830 Putative hydrolase C777.06c 11.27863029 C6_control_A3 +LQ06X008830 Putative hydrolase C777.06c 12.05718924 C6_control_B1 +LQ06X008830 Putative hydrolase C777.06c 11.64176499 C6_control_B2 +LQ06X008830 Putative hydrolase C777.06c 11.53899078 C6_control_B3 +LQ06X008830 Putative hydrolase C777.06c 12.88224055 C6_control_C1 +LQ06X008830 Putative hydrolase C777.06c 11.85714397 C6_control_C2 +LQ06X008830 Putative hydrolase C777.06c 11.72873919 C6_control_C3 +LQ06X008830 Putative hydrolase C777.06c 11.51365234 C6_chemical_A1 +LQ06X008830 Putative hydrolase C777.06c 11.18383146 C6_chemical_A3 +LQ06X008830 Putative hydrolase C777.06c 11.85419656 C6_chemical_B1 +LQ06X008830 Putative hydrolase C777.06c 11.86700575 C6_chemical_B2 +LQ06X008830 Putative hydrolase C777.06c 11.21429142 C6_chemical_B3 +LQ06X008830 Putative hydrolase C777.06c 12.76252998 C6_chemical_C1 +LQ06X008830 Putative hydrolase C777.06c 12.05644192 C6_chemical_C2 +LQ06X008830 Putative hydrolase C777.06c 11.65220831 C6_chemical_C3 +LQ06X008830 Putative hydrolase C777.06c 11.14350944 L4_control_A1 +LQ06X008830 Putative hydrolase C777.06c 11.46029927 L4_control_A2 +LQ06X008830 Putative hydrolase C777.06c 10.63544656 L4_control_A3 +LQ06X008830 Putative hydrolase C777.06c 11.38698262 L4_control_B1 +LQ06X008830 Putative hydrolase C777.06c 11.54724748 L4_control_B2 +LQ06X008830 Putative hydrolase C777.06c 10.6087744 L4_control_B3 +LQ06X008830 Putative hydrolase C777.06c 11.62252773 L4_control_C2 +LQ06X008830 Putative hydrolase C777.06c 10.99012079 L4_control_C3 +LQ06X008830 Putative hydrolase C777.06c 11.09176958 L4_chemical_A1 +LQ06X008830 Putative hydrolase C777.06c 11.22356003 L4_chemical_A2 +LQ06X008830 Putative hydrolase C777.06c 10.87525558 L4_chemical_A3 +LQ06X008830 Putative hydrolase C777.06c 11.63891644 L4_chemical_B1 +LQ06X008830 Putative hydrolase C777.06c 11.27987908 L4_chemical_B2 +LQ06X008830 Putative hydrolase C777.06c 10.50633391 L4_chemical_B3 +LQ06X008830 Putative hydrolase C777.06c 11.34761292 L4_chemical_C2 +LQ06X008830 Putative hydrolase C777.06c 11.16884863 L4_chemical_C3 +LQ06X008840 Putative uncharacterized protein 11.2911577 C6_control_A1 +LQ06X008840 Putative uncharacterized protein 11.41725362 C6_control_A3 +LQ06X008840 Putative uncharacterized protein 11.26396392 C6_control_B1 +LQ06X008840 Putative uncharacterized protein 11.75887942 C6_control_B2 +LQ06X008840 Putative uncharacterized protein 11.93904289 C6_control_B3 +LQ06X008840 Putative uncharacterized protein 12.96806909 C6_control_C1 +LQ06X008840 Putative uncharacterized protein 12.6009243 C6_control_C2 +LQ06X008840 Putative uncharacterized protein 13.09954464 C6_control_C3 +LQ06X008840 Putative uncharacterized protein 11.10957815 C6_chemical_A1 +LQ06X008840 Putative uncharacterized protein 11.65458869 C6_chemical_A3 +LQ06X008840 Putative uncharacterized protein 11.31285941 C6_chemical_B1 +LQ06X008840 Putative uncharacterized protein 11.61322629 C6_chemical_B2 +LQ06X008840 Putative uncharacterized protein 11.76991681 C6_chemical_B3 +LQ06X008840 Putative uncharacterized protein 12.90856512 C6_chemical_C1 +LQ06X008840 Putative uncharacterized protein 12.84637535 C6_chemical_C2 +LQ06X008840 Putative uncharacterized protein 13.11254198 C6_chemical_C3 +LQ06X008840 Putative uncharacterized protein 11.76316907 L4_control_A1 +LQ06X008840 Putative uncharacterized protein 11.19802634 L4_control_A2 +LQ06X008840 Putative uncharacterized protein 10.9972241 L4_control_A3 +LQ06X008840 Putative uncharacterized protein 11.8475982 L4_control_B1 +LQ06X008840 Putative uncharacterized protein 11.19712259 L4_control_B2 +LQ06X008840 Putative uncharacterized protein 12.31920025 L4_control_B3 +LQ06X008840 Putative uncharacterized protein 13.10425305 L4_control_C2 +LQ06X008840 Putative uncharacterized protein 12.81495171 L4_control_C3 +LQ06X008840 Putative uncharacterized protein 11.81306677 L4_chemical_A1 +LQ06X008840 Putative uncharacterized protein 11.85717768 L4_chemical_A2 +LQ06X008840 Putative uncharacterized protein 11.09077606 L4_chemical_A3 +LQ06X008840 Putative uncharacterized protein 11.60761761 L4_chemical_B1 +LQ06X008840 Putative uncharacterized protein 11.5902674 L4_chemical_B2 +LQ06X008840 Putative uncharacterized protein 11.80355835 L4_chemical_B3 +LQ06X008840 Putative uncharacterized protein 12.94803971 L4_chemical_C2 +LQ06X008840 Putative uncharacterized protein 12.79788211 L4_chemical_C3 +LQ06X008850 Beta-galactosidase 17 5.228233729 C6_control_A1 +LQ06X008850 Beta-galactosidase 17 4.949835091 C6_control_A3 +LQ06X008850 Beta-galactosidase 17 5.31377591 C6_control_B1 +LQ06X008850 Beta-galactosidase 17 5.068601324 C6_control_B2 +LQ06X008850 Beta-galactosidase 17 5.219093007 C6_control_B3 +LQ06X008850 Beta-galactosidase 17 5.283003071 C6_control_C1 +LQ06X008850 Beta-galactosidase 17 5.160876996 C6_control_C2 +LQ06X008850 Beta-galactosidase 17 5.185032222 C6_control_C3 +LQ06X008850 Beta-galactosidase 17 4.849648316 C6_chemical_A1 +LQ06X008850 Beta-galactosidase 17 5.520478192 C6_chemical_A3 +LQ06X008850 Beta-galactosidase 17 5.008682467 C6_chemical_B1 +LQ06X008850 Beta-galactosidase 17 5.037928464 C6_chemical_B2 +LQ06X008850 Beta-galactosidase 17 4.894785079 C6_chemical_B3 +LQ06X008850 Beta-galactosidase 17 5.531775957 C6_chemical_C1 +LQ06X008850 Beta-galactosidase 17 5.491033575 C6_chemical_C2 +LQ06X008850 Beta-galactosidase 17 5.111712444 C6_chemical_C3 +LQ06X008850 Beta-galactosidase 17 5.368621022 L4_control_A1 +LQ06X008850 Beta-galactosidase 17 4.89342953 L4_control_A2 +LQ06X008850 Beta-galactosidase 17 5.208799064 L4_control_A3 +LQ06X008850 Beta-galactosidase 17 4.648543593 L4_control_B1 +LQ06X008850 Beta-galactosidase 17 5.087650086 L4_control_B2 +LQ06X008850 Beta-galactosidase 17 5.213166866 L4_control_B3 +LQ06X008850 Beta-galactosidase 17 5.219351164 L4_control_C2 +LQ06X008850 Beta-galactosidase 17 5.396124578 L4_control_C3 +LQ06X008850 Beta-galactosidase 17 5.404258791 L4_chemical_A1 +LQ06X008850 Beta-galactosidase 17 4.986317678 L4_chemical_A2 +LQ06X008850 Beta-galactosidase 17 5.280524259 L4_chemical_A3 +LQ06X008850 Beta-galactosidase 17 5.240541808 L4_chemical_B1 +LQ06X008850 Beta-galactosidase 17 5.140841945 L4_chemical_B2 +LQ06X008850 Beta-galactosidase 17 5.054932746 L4_chemical_B3 +LQ06X008850 Beta-galactosidase 17 5.23923438 L4_chemical_C2 +LQ06X008850 Beta-galactosidase 17 4.955141481 L4_chemical_C3 +LQ06X008860 Predicted protein 13.01351393 C6_control_A1 +LQ06X008860 Predicted protein 13.52387037 C6_control_A3 +LQ06X008860 Predicted protein 12.83093465 C6_control_B1 +LQ06X008860 Predicted protein 13.50716501 C6_control_B2 +LQ06X008860 Predicted protein 12.9919948 C6_control_B3 +LQ06X008860 Predicted protein 13.58541464 C6_control_C1 +LQ06X008860 Predicted protein 13.34355589 C6_control_C2 +LQ06X008860 Predicted protein 13.71489105 C6_control_C3 +LQ06X008860 Predicted protein 12.97243103 C6_chemical_A1 +LQ06X008860 Predicted protein 12.28757588 C6_chemical_A3 +LQ06X008860 Predicted protein 12.71911152 C6_chemical_B1 +LQ06X008860 Predicted protein 13.76337725 C6_chemical_B2 +LQ06X008860 Predicted protein 12.83044928 C6_chemical_B3 +LQ06X008860 Predicted protein 13.64338327 C6_chemical_C1 +LQ06X008860 Predicted protein 13.63102132 C6_chemical_C2 +LQ06X008860 Predicted protein 13.3116969 C6_chemical_C3 +LQ06X008860 Predicted protein 12.94181967 L4_control_A1 +LQ06X008860 Predicted protein 12.88023628 L4_control_A2 +LQ06X008860 Predicted protein 12.31148085 L4_control_A3 +LQ06X008860 Predicted protein 12.22301009 L4_control_B1 +LQ06X008860 Predicted protein 10.96884157 L4_control_B2 +LQ06X008860 Predicted protein 12.67565563 L4_control_B3 +LQ06X008860 Predicted protein 12.01157758 L4_control_C2 +LQ06X008860 Predicted protein 12.50162881 L4_control_C3 +LQ06X008860 Predicted protein 13.12262532 L4_chemical_A1 +LQ06X008860 Predicted protein 13.22707532 L4_chemical_A2 +LQ06X008860 Predicted protein 12.25082263 L4_chemical_A3 +LQ06X008860 Predicted protein 12.1459837 L4_chemical_B1 +LQ06X008860 Predicted protein 12.43657588 L4_chemical_B2 +LQ06X008860 Predicted protein 12.62186375 L4_chemical_B3 +LQ06X008860 Predicted protein 12.33043615 L4_chemical_C2 +LQ06X008860 Predicted protein 12.64889381 L4_chemical_C3 +LQ06X008870 Predicted protein 5.323888342 C6_control_A1 +LQ06X008870 Predicted protein 5.524223854 C6_control_A3 +LQ06X008870 Predicted protein 5.678212336 C6_control_B1 +LQ06X008870 Predicted protein 5.946581942 C6_control_B2 +LQ06X008870 Predicted protein 5.082350874 C6_control_B3 +LQ06X008870 Predicted protein 5.700242849 C6_control_C1 +LQ06X008870 Predicted protein 5.956099174 C6_control_C2 +LQ06X008870 Predicted protein 5.975111722 C6_control_C3 +LQ06X008870 Predicted protein 5.404200058 C6_chemical_A1 +LQ06X008870 Predicted protein 5.154084249 C6_chemical_A3 +LQ06X008870 Predicted protein 5.601806196 C6_chemical_B1 +LQ06X008870 Predicted protein 5.870542164 C6_chemical_B2 +LQ06X008870 Predicted protein 5.419361165 C6_chemical_B3 +LQ06X008870 Predicted protein 5.372836041 C6_chemical_C1 +LQ06X008870 Predicted protein 5.849997609 C6_chemical_C2 +LQ06X008870 Predicted protein 6.018678062 C6_chemical_C3 +LQ06X008870 Predicted protein 5.365788574 L4_control_A1 +LQ06X008870 Predicted protein 4.924854528 L4_control_A2 +LQ06X008870 Predicted protein 5.223007658 L4_control_A3 +LQ06X008870 Predicted protein 5.05620275 L4_control_B1 +LQ06X008870 Predicted protein 5.038748725 L4_control_B2 +LQ06X008870 Predicted protein 5.253678413 L4_control_B3 +LQ06X008870 Predicted protein 5.054616711 L4_control_C2 +LQ06X008870 Predicted protein 5.554547004 L4_control_C3 +LQ06X008870 Predicted protein 5.140796878 L4_chemical_A1 +LQ06X008870 Predicted protein 5.335365918 L4_chemical_A2 +LQ06X008870 Predicted protein 5.307371561 L4_chemical_A3 +LQ06X008870 Predicted protein 5.302765115 L4_chemical_B1 +LQ06X008870 Predicted protein 5.313869321 L4_chemical_B2 +LQ06X008870 Predicted protein 5.195169922 L4_chemical_B3 +LQ06X008870 Predicted protein 5.028272556 L4_chemical_C2 +LQ06X008870 Predicted protein 5.475429622 L4_chemical_C3 +LQ06X008890 LOB domain-containing protein 22 4.832560454 C6_control_A1 +LQ06X008890 LOB domain-containing protein 22 4.869811076 C6_control_A3 +LQ06X008890 LOB domain-containing protein 22 4.979351493 C6_control_B1 +LQ06X008890 LOB domain-containing protein 22 4.640261024 C6_control_B2 +LQ06X008890 LOB domain-containing protein 22 4.824156743 C6_control_B3 +LQ06X008890 LOB domain-containing protein 22 4.893440964 C6_control_C1 +LQ06X008890 LOB domain-containing protein 22 4.741429513 C6_control_C2 +LQ06X008890 LOB domain-containing protein 22 4.715688044 C6_control_C3 +LQ06X008890 LOB domain-containing protein 22 4.699054573 C6_chemical_A1 +LQ06X008890 LOB domain-containing protein 22 4.82510109 C6_chemical_A3 +LQ06X008890 LOB domain-containing protein 22 5.025276863 C6_chemical_B1 +LQ06X008890 LOB domain-containing protein 22 4.617620789 C6_chemical_B2 +LQ06X008890 LOB domain-containing protein 22 4.713396065 C6_chemical_B3 +LQ06X008890 LOB domain-containing protein 22 4.890899295 C6_chemical_C1 +LQ06X008890 LOB domain-containing protein 22 4.847112666 C6_chemical_C2 +LQ06X008890 LOB domain-containing protein 22 4.969456436 C6_chemical_C3 +LQ06X008890 LOB domain-containing protein 22 4.518228853 L4_control_A1 +LQ06X008890 LOB domain-containing protein 22 4.726303037 L4_control_A2 +LQ06X008890 LOB domain-containing protein 22 5.105961915 L4_control_A3 +LQ06X008890 LOB domain-containing protein 22 4.86112611 L4_control_B1 +LQ06X008890 LOB domain-containing protein 22 4.642976637 L4_control_B2 +LQ06X008890 LOB domain-containing protein 22 4.841973726 L4_control_B3 +LQ06X008890 LOB domain-containing protein 22 5.079939331 L4_control_C2 +LQ06X008890 LOB domain-containing protein 22 5.280171531 L4_control_C3 +LQ06X008890 LOB domain-containing protein 22 4.931264954 L4_chemical_A1 +LQ06X008890 LOB domain-containing protein 22 4.788968731 L4_chemical_A2 +LQ06X008890 LOB domain-containing protein 22 5.026696478 L4_chemical_A3 +LQ06X008890 LOB domain-containing protein 22 4.896676558 L4_chemical_B1 +LQ06X008890 LOB domain-containing protein 22 4.643281335 L4_chemical_B2 +LQ06X008890 LOB domain-containing protein 22 4.84158844 L4_chemical_B3 +LQ06X008890 LOB domain-containing protein 22 4.767653527 L4_chemical_C2 +LQ06X008890 LOB domain-containing protein 22 5.354728637 L4_chemical_C3 +LQ06X008920 Predicted protein 13.09730172 C6_control_A1 +LQ06X008920 Predicted protein 12.00289001 C6_control_A3 +LQ06X008920 Predicted protein 13.83332696 C6_control_B1 +LQ06X008920 Predicted protein 14.04696324 C6_control_B2 +LQ06X008920 Predicted protein 14.32202585 C6_control_B3 +LQ06X008920 Predicted protein 11.7996239 C6_control_C1 +LQ06X008920 Predicted protein 10.89454245 C6_control_C2 +LQ06X008920 Predicted protein 10.90776023 C6_control_C3 +LQ06X008920 Predicted protein 13.29879772 C6_chemical_A1 +LQ06X008920 Predicted protein 12.30392395 C6_chemical_A3 +LQ06X008920 Predicted protein 14.17391119 C6_chemical_B1 +LQ06X008920 Predicted protein 13.6659586 C6_chemical_B2 +LQ06X008920 Predicted protein 14.22784187 C6_chemical_B3 +LQ06X008920 Predicted protein 11.98282762 C6_chemical_C1 +LQ06X008920 Predicted protein 11.04863776 C6_chemical_C2 +LQ06X008920 Predicted protein 10.91400692 C6_chemical_C3 +LQ06X008920 Predicted protein 12.47979884 L4_control_A1 +LQ06X008920 Predicted protein 13.49834395 L4_control_A2 +LQ06X008920 Predicted protein 12.88638364 L4_control_A3 +LQ06X008920 Predicted protein 14.3923787 L4_control_B1 +LQ06X008920 Predicted protein 14.49542264 L4_control_B2 +LQ06X008920 Predicted protein 14.47444736 L4_control_B3 +LQ06X008920 Predicted protein 11.64282458 L4_control_C2 +LQ06X008920 Predicted protein 11.84996224 L4_control_C3 +LQ06X008920 Predicted protein 11.87568997 L4_chemical_A1 +LQ06X008920 Predicted protein 13.2217693 L4_chemical_A2 +LQ06X008920 Predicted protein 12.48953599 L4_chemical_A3 +LQ06X008920 Predicted protein 14.32047504 L4_chemical_B1 +LQ06X008920 Predicted protein 14.37725658 L4_chemical_B2 +LQ06X008920 Predicted protein 13.81735577 L4_chemical_B3 +LQ06X008920 Predicted protein 12.22118051 L4_chemical_C2 +LQ06X008920 Predicted protein 11.69043251 L4_chemical_C3 +LQ06X008930 ATP binding protein, putative 11.30874036 C6_control_A1 +LQ06X008930 ATP binding protein, putative 11.09285181 C6_control_A3 +LQ06X008930 ATP binding protein, putative 10.58848904 C6_control_B1 +LQ06X008930 ATP binding protein, putative 10.62917877 C6_control_B2 +LQ06X008930 ATP binding protein, putative 10.35513258 C6_control_B3 +LQ06X008930 ATP binding protein, putative 9.265692444 C6_control_C1 +LQ06X008930 ATP binding protein, putative 8.733772928 C6_control_C2 +LQ06X008930 ATP binding protein, putative 9.09913461 C6_control_C3 +LQ06X008930 ATP binding protein, putative 11.31841488 C6_chemical_A1 +LQ06X008930 ATP binding protein, putative 11.1512092 C6_chemical_A3 +LQ06X008930 ATP binding protein, putative 10.38911373 C6_chemical_B1 +LQ06X008930 ATP binding protein, putative 10.64488762 C6_chemical_B2 +LQ06X008930 ATP binding protein, putative 10.14879134 C6_chemical_B3 +LQ06X008930 ATP binding protein, putative 9.167110825 C6_chemical_C1 +LQ06X008930 ATP binding protein, putative 8.40605804 C6_chemical_C2 +LQ06X008930 ATP binding protein, putative 8.623130753 C6_chemical_C3 +LQ06X008930 ATP binding protein, putative 11.84096795 L4_control_A1 +LQ06X008930 ATP binding protein, putative 11.62464054 L4_control_A2 +LQ06X008930 ATP binding protein, putative 11.59982618 L4_control_A3 +LQ06X008930 ATP binding protein, putative 10.18313027 L4_control_B1 +LQ06X008930 ATP binding protein, putative 10.2481043 L4_control_B2 +LQ06X008930 ATP binding protein, putative 10.53257672 L4_control_B3 +LQ06X008930 ATP binding protein, putative 7.415032378 L4_control_C2 +LQ06X008930 ATP binding protein, putative 7.626220779 L4_control_C3 +LQ06X008930 ATP binding protein, putative 10.64995132 L4_chemical_A1 +LQ06X008930 ATP binding protein, putative 10.87710585 L4_chemical_A2 +LQ06X008930 ATP binding protein, putative 11.37870579 L4_chemical_A3 +LQ06X008930 ATP binding protein, putative 9.772075653 L4_chemical_B1 +LQ06X008930 ATP binding protein, putative 9.498909741 L4_chemical_B2 +LQ06X008930 ATP binding protein, putative 10.97566363 L4_chemical_B3 +LQ06X008930 ATP binding protein, putative 7.482231836 L4_chemical_C2 +LQ06X008930 ATP binding protein, putative 8.419812081 L4_chemical_C3 +LQ06X008940 Protein HOTHEAD 6.359977626 C6_control_A1 +LQ06X008940 Protein HOTHEAD 6.607601472 C6_control_A3 +LQ06X008940 Protein HOTHEAD 5.888930303 C6_control_B1 +LQ06X008940 Protein HOTHEAD 5.860994616 C6_control_B2 +LQ06X008940 Protein HOTHEAD 6.255050283 C6_control_B3 +LQ06X008940 Protein HOTHEAD 5.704159389 C6_control_C1 +LQ06X008940 Protein HOTHEAD 5.702857414 C6_control_C2 +LQ06X008940 Protein HOTHEAD 5.442770109 C6_control_C3 +LQ06X008940 Protein HOTHEAD 6.75374437 C6_chemical_A1 +LQ06X008940 Protein HOTHEAD 6.60869969 C6_chemical_A3 +LQ06X008940 Protein HOTHEAD 5.747453621 C6_chemical_B1 +LQ06X008940 Protein HOTHEAD 5.669179272 C6_chemical_B2 +LQ06X008940 Protein HOTHEAD 6.117945384 C6_chemical_B3 +LQ06X008940 Protein HOTHEAD 5.897567871 C6_chemical_C1 +LQ06X008940 Protein HOTHEAD 5.566177403 C6_chemical_C2 +LQ06X008940 Protein HOTHEAD 5.55382218 C6_chemical_C3 +LQ06X008940 Protein HOTHEAD 6.661185176 L4_control_A1 +LQ06X008940 Protein HOTHEAD 6.945231266 L4_control_A2 +LQ06X008940 Protein HOTHEAD 7.027608381 L4_control_A3 +LQ06X008940 Protein HOTHEAD 5.985510855 L4_control_B1 +LQ06X008940 Protein HOTHEAD 6.475660231 L4_control_B2 +LQ06X008940 Protein HOTHEAD 6.503026513 L4_control_B3 +LQ06X008940 Protein HOTHEAD 5.708038807 L4_control_C2 +LQ06X008940 Protein HOTHEAD 5.513759947 L4_control_C3 +LQ06X008940 Protein HOTHEAD 6.336803614 L4_chemical_A1 +LQ06X008940 Protein HOTHEAD 6.67395145 L4_chemical_A2 +LQ06X008940 Protein HOTHEAD 7.108560065 L4_chemical_A3 +LQ06X008940 Protein HOTHEAD 6.117659314 L4_chemical_B1 +LQ06X008940 Protein HOTHEAD 6.458176685 L4_chemical_B2 +LQ06X008940 Protein HOTHEAD 6.493967937 L4_chemical_B3 +LQ06X008940 Protein HOTHEAD 5.146276964 L4_chemical_C2 +LQ06X008940 Protein HOTHEAD 5.25237422 L4_chemical_C3 +LQ06X008950 Putative Protein SEY1 5.684753819 C6_control_A1 +LQ06X008950 Putative Protein SEY1 5.558459435 C6_control_A3 +LQ06X008950 Putative Protein SEY1 5.426279262 C6_control_B1 +LQ06X008950 Putative Protein SEY1 5.086377794 C6_control_B2 +LQ06X008950 Putative Protein SEY1 5.784181484 C6_control_B3 +LQ06X008950 Putative Protein SEY1 5.182665969 C6_control_C1 +LQ06X008950 Putative Protein SEY1 5.533876298 C6_control_C2 +LQ06X008950 Putative Protein SEY1 5.433210502 C6_control_C3 +LQ06X008950 Putative Protein SEY1 5.333139321 C6_chemical_A1 +LQ06X008950 Putative Protein SEY1 5.522849045 C6_chemical_A3 +LQ06X008950 Putative Protein SEY1 5.280948767 C6_chemical_B1 +LQ06X008950 Putative Protein SEY1 5.280122804 C6_chemical_B2 +LQ06X008950 Putative Protein SEY1 5.527848934 C6_chemical_B3 +LQ06X008950 Putative Protein SEY1 5.211998682 C6_chemical_C1 +LQ06X008950 Putative Protein SEY1 5.312802852 C6_chemical_C2 +LQ06X008950 Putative Protein SEY1 5.451999245 C6_chemical_C3 +LQ06X008950 Putative Protein SEY1 5.59095149 L4_control_A1 +LQ06X008950 Putative Protein SEY1 5.487878874 L4_control_A2 +LQ06X008950 Putative Protein SEY1 5.629852168 L4_control_A3 +LQ06X008950 Putative Protein SEY1 5.460530434 L4_control_B1 +LQ06X008950 Putative Protein SEY1 5.767537635 L4_control_B2 +LQ06X008950 Putative Protein SEY1 5.56890715 L4_control_B3 +LQ06X008950 Putative Protein SEY1 5.836742795 L4_control_C2 +LQ06X008950 Putative Protein SEY1 5.21815475 L4_control_C3 +LQ06X008950 Putative Protein SEY1 5.183470151 L4_chemical_A1 +LQ06X008950 Putative Protein SEY1 5.527058597 L4_chemical_A2 +LQ06X008950 Putative Protein SEY1 5.737808985 L4_chemical_A3 +LQ06X008950 Putative Protein SEY1 6.170757615 L4_chemical_B1 +LQ06X008950 Putative Protein SEY1 5.371565091 L4_chemical_B2 +LQ06X008950 Putative Protein SEY1 5.609778648 L4_chemical_B3 +LQ06X008950 Putative Protein SEY1 5.717244159 L4_chemical_C2 +LQ06X008950 Putative Protein SEY1 5.40568704 L4_chemical_C3 +LQ06X008970 Putative uncharacterized protein 5.565949805 C6_control_A1 +LQ06X008970 Putative uncharacterized protein 5.338250865 C6_control_A3 +LQ06X008970 Putative uncharacterized protein 5.746592873 C6_control_B1 +LQ06X008970 Putative uncharacterized protein 5.742646644 C6_control_B2 +LQ06X008970 Putative uncharacterized protein 5.613720898 C6_control_B3 +LQ06X008970 Putative uncharacterized protein 5.363153629 C6_control_C1 +LQ06X008970 Putative uncharacterized protein 6.014310901 C6_control_C2 +LQ06X008970 Putative uncharacterized protein 5.451675486 C6_control_C3 +LQ06X008970 Putative uncharacterized protein 5.375508532 C6_chemical_A1 +LQ06X008970 Putative uncharacterized protein 5.321452823 C6_chemical_A3 +LQ06X008970 Putative uncharacterized protein 5.428817876 C6_chemical_B1 +LQ06X008970 Putative uncharacterized protein 5.41721813 C6_chemical_B2 +LQ06X008970 Putative uncharacterized protein 5.663186226 C6_chemical_B3 +LQ06X008970 Putative uncharacterized protein 5.496713678 C6_chemical_C1 +LQ06X008970 Putative uncharacterized protein 5.741138282 C6_chemical_C2 +LQ06X008970 Putative uncharacterized protein 5.393321413 C6_chemical_C3 +LQ06X008970 Putative uncharacterized protein 5.187524847 L4_control_A1 +LQ06X008970 Putative uncharacterized protein 5.384065121 L4_control_A2 +LQ06X008970 Putative uncharacterized protein 4.863542893 L4_control_A3 +LQ06X008970 Putative uncharacterized protein 4.937807593 L4_control_B1 +LQ06X008970 Putative uncharacterized protein 5.606327713 L4_control_B2 +LQ06X008970 Putative uncharacterized protein 5.063074121 L4_control_B3 +LQ06X008970 Putative uncharacterized protein 5.32194073 L4_control_C2 +LQ06X008970 Putative uncharacterized protein 5.36606495 L4_control_C3 +LQ06X008970 Putative uncharacterized protein 5.099687137 L4_chemical_A1 +LQ06X008970 Putative uncharacterized protein 5.396503672 L4_chemical_A2 +LQ06X008970 Putative uncharacterized protein 5.410091602 L4_chemical_A3 +LQ06X008970 Putative uncharacterized protein 5.316465766 L4_chemical_B1 +LQ06X008970 Putative uncharacterized protein 6.174782261 L4_chemical_B2 +LQ06X008970 Putative uncharacterized protein 5.411208023 L4_chemical_B3 +LQ06X008970 Putative uncharacterized protein 5.349365732 L4_chemical_C2 +LQ06X008970 Putative uncharacterized protein 6.392028323 L4_chemical_C3 +LQ06X008980 50S ribosomal protein L34 5.708989961 C6_control_A1 +LQ06X008980 50S ribosomal protein L34 5.678765008 C6_control_A3 +LQ06X008980 50S ribosomal protein L34 5.602291824 C6_control_B1 +LQ06X008980 50S ribosomal protein L34 5.415218304 C6_control_B2 +LQ06X008980 50S ribosomal protein L34 5.275796753 C6_control_B3 +LQ06X008980 50S ribosomal protein L34 5.692617065 C6_control_C1 +LQ06X008980 50S ribosomal protein L34 5.594531595 C6_control_C2 +LQ06X008980 50S ribosomal protein L34 5.628880656 C6_control_C3 +LQ06X008980 50S ribosomal protein L34 5.228541355 C6_chemical_A1 +LQ06X008980 50S ribosomal protein L34 5.169122032 C6_chemical_A3 +LQ06X008980 50S ribosomal protein L34 5.544034531 C6_chemical_B1 +LQ06X008980 50S ribosomal protein L34 5.42186476 C6_chemical_B2 +LQ06X008980 50S ribosomal protein L34 5.880013738 C6_chemical_B3 +LQ06X008980 50S ribosomal protein L34 5.4090785 C6_chemical_C1 +LQ06X008980 50S ribosomal protein L34 5.326265648 C6_chemical_C2 +LQ06X008980 50S ribosomal protein L34 5.483745318 C6_chemical_C3 +LQ06X008980 50S ribosomal protein L34 5.320552104 L4_control_A1 +LQ06X008980 50S ribosomal protein L34 4.949336782 L4_control_A2 +LQ06X008980 50S ribosomal protein L34 5.943531169 L4_control_A3 +LQ06X008980 50S ribosomal protein L34 5.065946298 L4_control_B1 +LQ06X008980 50S ribosomal protein L34 5.14958769 L4_control_B2 +LQ06X008980 50S ribosomal protein L34 5.346819187 L4_control_B3 +LQ06X008980 50S ribosomal protein L34 4.958427777 L4_control_C2 +LQ06X008980 50S ribosomal protein L34 5.785405111 L4_control_C3 +LQ06X008980 50S ribosomal protein L34 5.136054843 L4_chemical_A1 +LQ06X008980 50S ribosomal protein L34 5.30116756 L4_chemical_A2 +LQ06X008980 50S ribosomal protein L34 5.542444358 L4_chemical_A3 +LQ06X008980 50S ribosomal protein L34 5.257884074 L4_chemical_B1 +LQ06X008980 50S ribosomal protein L34 4.877955677 L4_chemical_B2 +LQ06X008980 50S ribosomal protein L34 5.309035908 L4_chemical_B3 +LQ06X008980 50S ribosomal protein L34 5.997476627 L4_chemical_C2 +LQ06X008980 50S ribosomal protein L34 5.402391775 L4_chemical_C3 +LQ06X008990 MYB7 4.641072946 C6_control_A1 +LQ06X008990 MYB7 4.884242865 C6_control_A3 +LQ06X008990 MYB7 5.155097932 C6_control_B1 +LQ06X008990 MYB7 4.81216825 C6_control_B2 +LQ06X008990 MYB7 4.726787195 C6_control_B3 +LQ06X008990 MYB7 4.860886572 C6_control_C1 +LQ06X008990 MYB7 4.702359068 C6_control_C2 +LQ06X008990 MYB7 4.969883895 C6_control_C3 +LQ06X008990 MYB7 4.693424012 C6_chemical_A1 +LQ06X008990 MYB7 5.081298702 C6_chemical_A3 +LQ06X008990 MYB7 4.824489753 C6_chemical_B1 +LQ06X008990 MYB7 4.593057814 C6_chemical_B2 +LQ06X008990 MYB7 4.617862856 C6_chemical_B3 +LQ06X008990 MYB7 4.567619244 C6_chemical_C1 +LQ06X008990 MYB7 4.686166371 C6_chemical_C2 +LQ06X008990 MYB7 4.972330004 C6_chemical_C3 +LQ06X008990 MYB7 4.724469933 L4_control_A1 +LQ06X008990 MYB7 4.709029689 L4_control_A2 +LQ06X008990 MYB7 5.419888062 L4_control_A3 +LQ06X008990 MYB7 4.780122771 L4_control_B1 +LQ06X008990 MYB7 5.080815447 L4_control_B2 +LQ06X008990 MYB7 4.905213545 L4_control_B3 +LQ06X008990 MYB7 5.105402266 L4_control_C2 +LQ06X008990 MYB7 5.109960995 L4_control_C3 +LQ06X008990 MYB7 4.83251531 L4_chemical_A1 +LQ06X008990 MYB7 4.790966279 L4_chemical_A2 +LQ06X008990 MYB7 5.572930064 L4_chemical_A3 +LQ06X008990 MYB7 4.846642869 L4_chemical_B1 +LQ06X008990 MYB7 5.038064615 L4_chemical_B2 +LQ06X008990 MYB7 4.830293994 L4_chemical_B3 +LQ06X008990 MYB7 5.059597102 L4_chemical_C2 +LQ06X008990 MYB7 4.7153411 L4_chemical_C3 +LQ06X009020 Predicted protein 5.319078428 C6_control_A1 +LQ06X009020 Predicted protein 6.47715586 C6_control_A3 +LQ06X009020 Predicted protein 5.278862099 C6_control_B1 +LQ06X009020 Predicted protein 5.325721192 C6_control_B2 +LQ06X009020 Predicted protein 5.192598387 C6_control_B3 +LQ06X009020 Predicted protein 5.121863053 C6_control_C1 +LQ06X009020 Predicted protein 6.329435719 C6_control_C2 +LQ06X009020 Predicted protein 5.026486998 C6_control_C3 +LQ06X009020 Predicted protein 5.346007718 C6_chemical_A1 +LQ06X009020 Predicted protein 5.10821543 C6_chemical_A3 +LQ06X009020 Predicted protein 4.839557041 C6_chemical_B1 +LQ06X009020 Predicted protein 5.443378902 C6_chemical_B2 +LQ06X009020 Predicted protein 5.007866868 C6_chemical_B3 +LQ06X009020 Predicted protein 5.166978076 C6_chemical_C1 +LQ06X009020 Predicted protein 5.838639885 C6_chemical_C2 +LQ06X009020 Predicted protein 5.15644047 C6_chemical_C3 +LQ06X009020 Predicted protein 5.519054538 L4_control_A1 +LQ06X009020 Predicted protein 4.869033608 L4_control_A2 +LQ06X009020 Predicted protein 5.674803489 L4_control_A3 +LQ06X009020 Predicted protein 5.226938187 L4_control_B1 +LQ06X009020 Predicted protein 5.171611284 L4_control_B2 +LQ06X009020 Predicted protein 5.018130958 L4_control_B3 +LQ06X009020 Predicted protein 5.192480296 L4_control_C2 +LQ06X009020 Predicted protein 5.334449686 L4_control_C3 +LQ06X009020 Predicted protein 5.586093452 L4_chemical_A1 +LQ06X009020 Predicted protein 5.143960733 L4_chemical_A2 +LQ06X009020 Predicted protein 5.264642192 L4_chemical_A3 +LQ06X009020 Predicted protein 5.123592289 L4_chemical_B1 +LQ06X009020 Predicted protein 4.749991341 L4_chemical_B2 +LQ06X009020 Predicted protein 5.051273627 L4_chemical_B3 +LQ06X009020 Predicted protein 5.778104622 L4_chemical_C2 +LQ06X009020 Predicted protein 5.197877379 L4_chemical_C3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.9398696 C6_control_A1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.4655936 C6_control_A3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.48357524 C6_control_B1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.45811512 C6_control_B2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.53902139 C6_control_B3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.10755265 C6_control_C1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.64469441 C6_control_C2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.67399102 C6_control_C3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.88690805 C6_chemical_A1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.4837447 C6_chemical_A3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.41310427 C6_chemical_B1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.10251982 C6_chemical_B2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.57898561 C6_chemical_B3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.07234121 C6_chemical_C1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.06950955 C6_chemical_C2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.75419747 C6_chemical_C3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.26002031 L4_control_A1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.64960629 L4_control_A2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 12.90916675 L4_control_A3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.42508569 L4_control_B1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.89190814 L4_control_B2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.42026164 L4_control_B3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.54920726 L4_control_C2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.17947039 L4_control_C3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.68947781 L4_chemical_A1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.98043729 L4_chemical_A2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.41791761 L4_chemical_A3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.07775477 L4_chemical_B1 +LQ06X009060 Putative phospholipid-transporting ATPase 4 14.046387 L4_chemical_B2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.98316956 L4_chemical_B3 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.22551253 L4_chemical_C2 +LQ06X009060 Putative phospholipid-transporting ATPase 4 12.91732851 L4_chemical_C3 +LQ06X009070 Casein kinase I isoform delta-like 13.67753636 C6_control_A1 +LQ06X009070 Casein kinase I isoform delta-like 13.46133379 C6_control_A3 +LQ06X009070 Casein kinase I isoform delta-like 13.81837815 C6_control_B1 +LQ06X009070 Casein kinase I isoform delta-like 13.45262004 C6_control_B2 +LQ06X009070 Casein kinase I isoform delta-like 13.91238948 C6_control_B3 +LQ06X009070 Casein kinase I isoform delta-like 13.81240384 C6_control_C1 +LQ06X009070 Casein kinase I isoform delta-like 13.96395416 C6_control_C2 +LQ06X009070 Casein kinase I isoform delta-like 13.68699013 C6_control_C3 +LQ06X009070 Casein kinase I isoform delta-like 13.58079877 C6_chemical_A1 +LQ06X009070 Casein kinase I isoform delta-like 13.50129301 C6_chemical_A3 +LQ06X009070 Casein kinase I isoform delta-like 13.96581706 C6_chemical_B1 +LQ06X009070 Casein kinase I isoform delta-like 13.39498243 C6_chemical_B2 +LQ06X009070 Casein kinase I isoform delta-like 13.7593007 C6_chemical_B3 +LQ06X009070 Casein kinase I isoform delta-like 13.63992097 C6_chemical_C1 +LQ06X009070 Casein kinase I isoform delta-like 13.55632429 C6_chemical_C2 +LQ06X009070 Casein kinase I isoform delta-like 13.57513492 C6_chemical_C3 +LQ06X009070 Casein kinase I isoform delta-like 13.55633168 L4_control_A1 +LQ06X009070 Casein kinase I isoform delta-like 13.57088179 L4_control_A2 +LQ06X009070 Casein kinase I isoform delta-like 13.77841424 L4_control_A3 +LQ06X009070 Casein kinase I isoform delta-like 13.95187049 L4_control_B1 +LQ06X009070 Casein kinase I isoform delta-like 14.38207204 L4_control_B2 +LQ06X009070 Casein kinase I isoform delta-like 13.97862397 L4_control_B3 +LQ06X009070 Casein kinase I isoform delta-like 14.1793453 L4_control_C2 +LQ06X009070 Casein kinase I isoform delta-like 14.40112372 L4_control_C3 +LQ06X009070 Casein kinase I isoform delta-like 13.53018808 L4_chemical_A1 +LQ06X009070 Casein kinase I isoform delta-like 13.85146995 L4_chemical_A2 +LQ06X009070 Casein kinase I isoform delta-like 13.68348495 L4_chemical_A3 +LQ06X009070 Casein kinase I isoform delta-like 14.12721807 L4_chemical_B1 +LQ06X009070 Casein kinase I isoform delta-like 14.03223748 L4_chemical_B2 +LQ06X009070 Casein kinase I isoform delta-like 13.79617045 L4_chemical_B3 +LQ06X009070 Casein kinase I isoform delta-like 14.1132672 L4_chemical_C2 +LQ06X009070 Casein kinase I isoform delta-like 14.24285451 L4_chemical_C3 +LQ06X009080 Putative uncharacterized protein 8.051340401 C6_control_A1 +LQ06X009080 Putative uncharacterized protein 8.522592279 C6_control_A3 +LQ06X009080 Putative uncharacterized protein 8.82542931 C6_control_B1 +LQ06X009080 Putative uncharacterized protein 7.879016139 C6_control_B2 +LQ06X009080 Putative uncharacterized protein 8.779536637 C6_control_B3 +LQ06X009080 Putative uncharacterized protein 7.337070829 C6_control_C1 +LQ06X009080 Putative uncharacterized protein 7.868667145 C6_control_C2 +LQ06X009080 Putative uncharacterized protein 7.891665676 C6_control_C3 +LQ06X009080 Putative uncharacterized protein 8.188659307 C6_chemical_A1 +LQ06X009080 Putative uncharacterized protein 8.226867042 C6_chemical_A3 +LQ06X009080 Putative uncharacterized protein 8.77678768 C6_chemical_B1 +LQ06X009080 Putative uncharacterized protein 7.949539872 C6_chemical_B2 +LQ06X009080 Putative uncharacterized protein 8.185853603 C6_chemical_B3 +LQ06X009080 Putative uncharacterized protein 7.528552713 C6_chemical_C1 +LQ06X009080 Putative uncharacterized protein 8.257332558 C6_chemical_C2 +LQ06X009080 Putative uncharacterized protein 7.811319732 C6_chemical_C3 +LQ06X009080 Putative uncharacterized protein 8.193595599 L4_control_A1 +LQ06X009080 Putative uncharacterized protein 9.235835724 L4_control_A2 +LQ06X009080 Putative uncharacterized protein 9.331511854 L4_control_A3 +LQ06X009080 Putative uncharacterized protein 8.937903928 L4_control_B1 +LQ06X009080 Putative uncharacterized protein 8.717846446 L4_control_B2 +LQ06X009080 Putative uncharacterized protein 8.283469006 L4_control_B3 +LQ06X009080 Putative uncharacterized protein 8.523732481 L4_control_C2 +LQ06X009080 Putative uncharacterized protein 8.205142611 L4_control_C3 +LQ06X009080 Putative uncharacterized protein 8.140401403 L4_chemical_A1 +LQ06X009080 Putative uncharacterized protein 9.263595083 L4_chemical_A2 +LQ06X009080 Putative uncharacterized protein 9.326477161 L4_chemical_A3 +LQ06X009080 Putative uncharacterized protein 9.02146204 L4_chemical_B1 +LQ06X009080 Putative uncharacterized protein 9.105244451 L4_chemical_B2 +LQ06X009080 Putative uncharacterized protein 8.443147328 L4_chemical_B3 +LQ06X009080 Putative uncharacterized protein 8.526897896 L4_chemical_C2 +LQ06X009080 Putative uncharacterized protein 8.494525442 L4_chemical_C3 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.740431974 C6_control_A1 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.323287979 C6_control_A3 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.432533484 C6_control_B1 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.160773294 C6_control_B2 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.502527698 C6_control_B3 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.423646274 C6_control_C1 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.154082478 C6_control_C2 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.180163121 C6_control_C3 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.391092249 C6_chemical_A1 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.404367134 C6_chemical_A3 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.591119711 C6_chemical_B1 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.072920894 C6_chemical_B2 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.487711696 C6_chemical_B3 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.253855363 C6_chemical_C1 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.161618006 C6_chemical_C2 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.535318994 C6_chemical_C3 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.972001656 L4_control_A1 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.871510332 L4_control_A2 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.766973188 L4_control_A3 +LQ06X009090 Eukaryotic initiation factor 4A-14 7.782354248 L4_control_B1 +LQ06X009090 Eukaryotic initiation factor 4A-14 6.110444903 L4_control_B2 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.472950212 L4_control_B3 +LQ06X009090 Eukaryotic initiation factor 4A-14 6.593595805 L4_control_C2 +LQ06X009090 Eukaryotic initiation factor 4A-14 6.084060006 L4_control_C3 +LQ06X009090 Eukaryotic initiation factor 4A-14 6.206010838 L4_chemical_A1 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.977985959 L4_chemical_A2 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.726705836 L4_chemical_A3 +LQ06X009090 Eukaryotic initiation factor 4A-14 6.481991451 L4_chemical_B1 +LQ06X009090 Eukaryotic initiation factor 4A-14 6.262008836 L4_chemical_B2 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.193646325 L4_chemical_B3 +LQ06X009090 Eukaryotic initiation factor 4A-14 6.281199025 L4_chemical_C2 +LQ06X009090 Eukaryotic initiation factor 4A-14 6.205818376 L4_chemical_C3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.208750376 C6_control_A1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.90587496 C6_control_A3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 4.885434688 C6_control_B1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.475615844 C6_control_B2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.454064177 C6_control_B3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.059514344 C6_control_C1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.935918045 C6_control_C2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.033124911 C6_control_C3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.354956334 C6_chemical_A1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.377233574 C6_chemical_A3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.14672267 C6_chemical_B1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.40320427 C6_chemical_B2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.153703665 C6_chemical_B3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.155301478 C6_chemical_C1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.079739573 C6_chemical_C2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.001600603 C6_chemical_C3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.148257484 L4_control_A1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.4083218 L4_control_A2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 6.034463998 L4_control_A3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.236441952 L4_control_B1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.006832878 L4_control_B2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.001494616 L4_control_B3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 4.890018119 L4_control_C2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 4.96047063 L4_control_C3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.368244624 L4_chemical_A1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.090832339 L4_chemical_A2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.884939693 L4_chemical_A3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.406397531 L4_chemical_B1 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 4.882568142 L4_chemical_B2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.033383652 L4_chemical_B3 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.086417384 L4_chemical_C2 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.015987495 L4_chemical_C3 +LQ06X009110 Transcription factor, putative 5.353951515 C6_control_A1 +LQ06X009110 Transcription factor, putative 6.164862021 C6_control_A3 +LQ06X009110 Transcription factor, putative 4.960637086 C6_control_B1 +LQ06X009110 Transcription factor, putative 5.31816942 C6_control_B2 +LQ06X009110 Transcription factor, putative 5.434904365 C6_control_B3 +LQ06X009110 Transcription factor, putative 5.48422361 C6_control_C1 +LQ06X009110 Transcription factor, putative 6.047687626 C6_control_C2 +LQ06X009110 Transcription factor, putative 5.526148878 C6_control_C3 +LQ06X009110 Transcription factor, putative 4.999683294 C6_chemical_A1 +LQ06X009110 Transcription factor, putative 5.289962079 C6_chemical_A3 +LQ06X009110 Transcription factor, putative 5.197630688 C6_chemical_B1 +LQ06X009110 Transcription factor, putative 5.491566384 C6_chemical_B2 +LQ06X009110 Transcription factor, putative 5.405748736 C6_chemical_B3 +LQ06X009110 Transcription factor, putative 5.492822705 C6_chemical_C1 +LQ06X009110 Transcription factor, putative 6.077942871 C6_chemical_C2 +LQ06X009110 Transcription factor, putative 5.487427482 C6_chemical_C3 +LQ06X009110 Transcription factor, putative 5.122481501 L4_control_A1 +LQ06X009110 Transcription factor, putative 4.892818799 L4_control_A2 +LQ06X009110 Transcription factor, putative 5.328805252 L4_control_A3 +LQ06X009110 Transcription factor, putative 5.765669804 L4_control_B1 +LQ06X009110 Transcription factor, putative 5.884577547 L4_control_B2 +LQ06X009110 Transcription factor, putative 5.16462145 L4_control_B3 +LQ06X009110 Transcription factor, putative 5.114805286 L4_control_C2 +LQ06X009110 Transcription factor, putative 5.129861105 L4_control_C3 +LQ06X009110 Transcription factor, putative 4.738435646 L4_chemical_A1 +LQ06X009110 Transcription factor, putative 4.737043538 L4_chemical_A2 +LQ06X009110 Transcription factor, putative 5.41567449 L4_chemical_A3 +LQ06X009110 Transcription factor, putative 5.192741986 L4_chemical_B1 +LQ06X009110 Transcription factor, putative 5.310531068 L4_chemical_B2 +LQ06X009110 Transcription factor, putative 5.229795424 L4_chemical_B3 +LQ06X009110 Transcription factor, putative 6.192295272 L4_chemical_C2 +LQ06X009110 Transcription factor, putative 4.929623442 L4_chemical_C3 +LQ06X009180 Charged multivesicular body protein 1 5.520440802 C6_control_A1 +LQ06X009180 Charged multivesicular body protein 1 5.939896249 C6_control_A3 +LQ06X009180 Charged multivesicular body protein 1 5.81512397 C6_control_B1 +LQ06X009180 Charged multivesicular body protein 1 5.976961017 C6_control_B2 +LQ06X009180 Charged multivesicular body protein 1 6.032455212 C6_control_B3 +LQ06X009180 Charged multivesicular body protein 1 6.591901384 C6_control_C1 +LQ06X009180 Charged multivesicular body protein 1 6.412095502 C6_control_C2 +LQ06X009180 Charged multivesicular body protein 1 5.757764723 C6_control_C3 +LQ06X009180 Charged multivesicular body protein 1 6.023906958 C6_chemical_A1 +LQ06X009180 Charged multivesicular body protein 1 5.81558698 C6_chemical_A3 +LQ06X009180 Charged multivesicular body protein 1 5.113996096 C6_chemical_B1 +LQ06X009180 Charged multivesicular body protein 1 5.886599086 C6_chemical_B2 +LQ06X009180 Charged multivesicular body protein 1 5.728491974 C6_chemical_B3 +LQ06X009180 Charged multivesicular body protein 1 6.084120275 C6_chemical_C1 +LQ06X009180 Charged multivesicular body protein 1 5.928575104 C6_chemical_C2 +LQ06X009180 Charged multivesicular body protein 1 5.417378164 C6_chemical_C3 +LQ06X009180 Charged multivesicular body protein 1 5.933525112 L4_control_A1 +LQ06X009180 Charged multivesicular body protein 1 5.447822984 L4_control_A2 +LQ06X009180 Charged multivesicular body protein 1 6.031762872 L4_control_A3 +LQ06X009180 Charged multivesicular body protein 1 5.537534545 L4_control_B1 +LQ06X009180 Charged multivesicular body protein 1 5.574191046 L4_control_B2 +LQ06X009180 Charged multivesicular body protein 1 5.785689038 L4_control_B3 +LQ06X009180 Charged multivesicular body protein 1 5.743099888 L4_control_C2 +LQ06X009180 Charged multivesicular body protein 1 6.464380217 L4_control_C3 +LQ06X009180 Charged multivesicular body protein 1 5.856261276 L4_chemical_A1 +LQ06X009180 Charged multivesicular body protein 1 5.746417561 L4_chemical_A2 +LQ06X009180 Charged multivesicular body protein 1 5.862413984 L4_chemical_A3 +LQ06X009180 Charged multivesicular body protein 1 6.108809833 L4_chemical_B1 +LQ06X009180 Charged multivesicular body protein 1 5.811545802 L4_chemical_B2 +LQ06X009180 Charged multivesicular body protein 1 5.839477912 L4_chemical_B3 +LQ06X009180 Charged multivesicular body protein 1 6.679339298 L4_chemical_C2 +LQ06X009180 Charged multivesicular body protein 1 6.068219451 L4_chemical_C3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 7.305245196 C6_control_A1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 6.796338632 C6_control_A3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 11.19227415 C6_control_B1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 13.00492181 C6_control_B2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.16849042 C6_control_B3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.96579985 C6_control_C1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.98418489 C6_control_C2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.71148601 C6_control_C3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 7.334237524 C6_chemical_A1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 8.449454876 C6_chemical_A3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 11.61906399 C6_chemical_B1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.85162148 C6_chemical_B2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.60292822 C6_chemical_B3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.81770848 C6_chemical_C1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.62809279 C6_chemical_C2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.8313826 C6_chemical_C3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 6.859718632 L4_control_A1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 7.102664171 L4_control_A2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 7.619219868 L4_control_A3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.08548787 L4_control_B1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 11.71217113 L4_control_B2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 13.37934547 L4_control_B3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 11.88662047 L4_control_C2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.18719607 L4_control_C3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 9.080379061 L4_chemical_A1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 9.880216422 L4_chemical_A2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 9.15020068 L4_chemical_A3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 11.05377376 L4_chemical_B1 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 11.27116965 L4_chemical_B2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 11.45046563 L4_chemical_B3 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 11.56352213 L4_chemical_C2 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 12.14680829 L4_chemical_C3 +LQ06X009220 60S ribosomal protein L28-1 13.89293197 C6_control_A1 +LQ06X009220 60S ribosomal protein L28-1 13.99172952 C6_control_A3 +LQ06X009220 60S ribosomal protein L28-1 13.73921383 C6_control_B1 +LQ06X009220 60S ribosomal protein L28-1 13.46533752 C6_control_B2 +LQ06X009220 60S ribosomal protein L28-1 13.32709082 C6_control_B3 +LQ06X009220 60S ribosomal protein L28-1 13.19393645 C6_control_C1 +LQ06X009220 60S ribosomal protein L28-1 13.27519339 C6_control_C2 +LQ06X009220 60S ribosomal protein L28-1 13.14765334 C6_control_C3 +LQ06X009220 60S ribosomal protein L28-1 13.89793376 C6_chemical_A1 +LQ06X009220 60S ribosomal protein L28-1 13.70355791 C6_chemical_A3 +LQ06X009220 60S ribosomal protein L28-1 13.49998761 C6_chemical_B1 +LQ06X009220 60S ribosomal protein L28-1 13.1626363 C6_chemical_B2 +LQ06X009220 60S ribosomal protein L28-1 13.13942413 C6_chemical_B3 +LQ06X009220 60S ribosomal protein L28-1 13.18608843 C6_chemical_C1 +LQ06X009220 60S ribosomal protein L28-1 13.24735764 C6_chemical_C2 +LQ06X009220 60S ribosomal protein L28-1 12.90776869 C6_chemical_C3 +LQ06X009220 60S ribosomal protein L28-1 13.88090785 L4_control_A1 +LQ06X009220 60S ribosomal protein L28-1 14.06960414 L4_control_A2 +LQ06X009220 60S ribosomal protein L28-1 13.64993352 L4_control_A3 +LQ06X009220 60S ribosomal protein L28-1 13.3638975 L4_control_B1 +LQ06X009220 60S ribosomal protein L28-1 13.13354957 L4_control_B2 +LQ06X009220 60S ribosomal protein L28-1 13.20306174 L4_control_B3 +LQ06X009220 60S ribosomal protein L28-1 13.53666945 L4_control_C2 +LQ06X009220 60S ribosomal protein L28-1 13.16451048 L4_control_C3 +LQ06X009220 60S ribosomal protein L28-1 14.09726838 L4_chemical_A1 +LQ06X009220 60S ribosomal protein L28-1 14.0842626 L4_chemical_A2 +LQ06X009220 60S ribosomal protein L28-1 13.39177386 L4_chemical_A3 +LQ06X009220 60S ribosomal protein L28-1 13.70052759 L4_chemical_B1 +LQ06X009220 60S ribosomal protein L28-1 13.8702022 L4_chemical_B2 +LQ06X009220 60S ribosomal protein L28-1 13.37406554 L4_chemical_B3 +LQ06X009220 60S ribosomal protein L28-1 13.51166178 L4_chemical_C2 +LQ06X009220 60S ribosomal protein L28-1 13.2279134 L4_chemical_C3 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.90250196 C6_control_A1 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.20816068 C6_control_A3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.02885224 C6_control_B1 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.77292759 C6_control_B2 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.72721291 C6_control_B3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.07409252 C6_control_C1 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.94231527 C6_control_C2 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.1076138 C6_control_C3 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.85930284 C6_chemical_A1 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.11060961 C6_chemical_A3 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.92373053 C6_chemical_B1 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.86668439 C6_chemical_B2 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.60652915 C6_chemical_B3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.16275415 C6_chemical_C1 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.12668016 C6_chemical_C2 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.18728715 C6_chemical_C3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.01070192 L4_control_A1 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.41143484 L4_control_A2 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.20169756 L4_control_A3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.71423131 L4_control_B1 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.9276377 L4_control_B2 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.13848797 L4_control_B3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.69007988 L4_control_C2 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.43293018 L4_control_C3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.30193804 L4_chemical_A1 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.38996468 L4_chemical_A2 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.0767039 L4_chemical_A3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.51377228 L4_chemical_B1 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.77588469 L4_chemical_B2 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.28885461 L4_chemical_B3 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.75486949 L4_chemical_C2 +LQ06X009230 Putative Uncharacterized protein At1g51745 11.52205315 L4_chemical_C3 +LQ06X009270 Putative RWD domain-containing protein 1 5.404836957 C6_control_A1 +LQ06X009270 Putative RWD domain-containing protein 1 5.686698822 C6_control_A3 +LQ06X009270 Putative RWD domain-containing protein 1 5.425811601 C6_control_B1 +LQ06X009270 Putative RWD domain-containing protein 1 5.197126256 C6_control_B2 +LQ06X009270 Putative RWD domain-containing protein 1 5.181829158 C6_control_B3 +LQ06X009270 Putative RWD domain-containing protein 1 5.290845984 C6_control_C1 +LQ06X009270 Putative RWD domain-containing protein 1 5.556533197 C6_control_C2 +LQ06X009270 Putative RWD domain-containing protein 1 5.215891657 C6_control_C3 +LQ06X009270 Putative RWD domain-containing protein 1 5.315692491 C6_chemical_A1 +LQ06X009270 Putative RWD domain-containing protein 1 5.503139481 C6_chemical_A3 +LQ06X009270 Putative RWD domain-containing protein 1 5.465106106 C6_chemical_B1 +LQ06X009270 Putative RWD domain-containing protein 1 5.196050514 C6_chemical_B2 +LQ06X009270 Putative RWD domain-containing protein 1 5.325034117 C6_chemical_B3 +LQ06X009270 Putative RWD domain-containing protein 1 5.374210217 C6_chemical_C1 +LQ06X009270 Putative RWD domain-containing protein 1 5.274706373 C6_chemical_C2 +LQ06X009270 Putative RWD domain-containing protein 1 5.006277951 C6_chemical_C3 +LQ06X009270 Putative RWD domain-containing protein 1 5.079279463 L4_control_A1 +LQ06X009270 Putative RWD domain-containing protein 1 5.417125717 L4_control_A2 +LQ06X009270 Putative RWD domain-containing protein 1 5.069307419 L4_control_A3 +LQ06X009270 Putative RWD domain-containing protein 1 5.589087676 L4_control_B1 +LQ06X009270 Putative RWD domain-containing protein 1 5.294185882 L4_control_B2 +LQ06X009270 Putative RWD domain-containing protein 1 5.503673556 L4_control_B3 +LQ06X009270 Putative RWD domain-containing protein 1 5.419666733 L4_control_C2 +LQ06X009270 Putative RWD domain-containing protein 1 5.220610776 L4_control_C3 +LQ06X009270 Putative RWD domain-containing protein 1 5.497545955 L4_chemical_A1 +LQ06X009270 Putative RWD domain-containing protein 1 5.352193887 L4_chemical_A2 +LQ06X009270 Putative RWD domain-containing protein 1 4.998142897 L4_chemical_A3 +LQ06X009270 Putative RWD domain-containing protein 1 5.435173087 L4_chemical_B1 +LQ06X009270 Putative RWD domain-containing protein 1 5.168815467 L4_chemical_B2 +LQ06X009270 Putative RWD domain-containing protein 1 5.305290129 L4_chemical_B3 +LQ06X009270 Putative RWD domain-containing protein 1 5.154210303 L4_chemical_C2 +LQ06X009270 Putative RWD domain-containing protein 1 5.484910152 L4_chemical_C3 +LQ06X009310 Glutamate dehydrogenase, putative 8.499738535 C6_control_A1 +LQ06X009310 Glutamate dehydrogenase, putative 8.66184094 C6_control_A3 +LQ06X009310 Glutamate dehydrogenase, putative 8.259839965 C6_control_B1 +LQ06X009310 Glutamate dehydrogenase, putative 8.667723711 C6_control_B2 +LQ06X009310 Glutamate dehydrogenase, putative 7.954406483 C6_control_B3 +LQ06X009310 Glutamate dehydrogenase, putative 9.413257731 C6_control_C1 +LQ06X009310 Glutamate dehydrogenase, putative 9.570489697 C6_control_C2 +LQ06X009310 Glutamate dehydrogenase, putative 8.927330845 C6_control_C3 +LQ06X009310 Glutamate dehydrogenase, putative 9.508034476 C6_chemical_A1 +LQ06X009310 Glutamate dehydrogenase, putative 8.74825848 C6_chemical_A3 +LQ06X009310 Glutamate dehydrogenase, putative 8.679616518 C6_chemical_B1 +LQ06X009310 Glutamate dehydrogenase, putative 9.366994361 C6_chemical_B2 +LQ06X009310 Glutamate dehydrogenase, putative 8.611032593 C6_chemical_B3 +LQ06X009310 Glutamate dehydrogenase, putative 9.638339277 C6_chemical_C1 +LQ06X009310 Glutamate dehydrogenase, putative 9.565017451 C6_chemical_C2 +LQ06X009310 Glutamate dehydrogenase, putative 9.558396357 C6_chemical_C3 +LQ06X009310 Glutamate dehydrogenase, putative 8.818286518 L4_control_A1 +LQ06X009310 Glutamate dehydrogenase, putative 8.239661117 L4_control_A2 +LQ06X009310 Glutamate dehydrogenase, putative 8.62305456 L4_control_A3 +LQ06X009310 Glutamate dehydrogenase, putative 7.936434076 L4_control_B1 +LQ06X009310 Glutamate dehydrogenase, putative 7.364456281 L4_control_B2 +LQ06X009310 Glutamate dehydrogenase, putative 9.080062442 L4_control_B3 +LQ06X009310 Glutamate dehydrogenase, putative 8.997280432 L4_control_C2 +LQ06X009310 Glutamate dehydrogenase, putative 8.519985809 L4_control_C3 +LQ06X009310 Glutamate dehydrogenase, putative 8.27194845 L4_chemical_A1 +LQ06X009310 Glutamate dehydrogenase, putative 7.957544338 L4_chemical_A2 +LQ06X009310 Glutamate dehydrogenase, putative 8.548407145 L4_chemical_A3 +LQ06X009310 Glutamate dehydrogenase, putative 7.738937056 L4_chemical_B1 +LQ06X009310 Glutamate dehydrogenase, putative 6.766077 L4_chemical_B2 +LQ06X009310 Glutamate dehydrogenase, putative 8.771869298 L4_chemical_B3 +LQ06X009310 Glutamate dehydrogenase, putative 8.215529507 L4_chemical_C2 +LQ06X009310 Glutamate dehydrogenase, putative 8.862731492 L4_chemical_C3 +LQ06X009320 Putative uncharacterized protein 5.040955439 C6_control_A1 +LQ06X009320 Putative uncharacterized protein 5.779825705 C6_control_A3 +LQ06X009320 Putative uncharacterized protein 4.912840934 C6_control_B1 +LQ06X009320 Putative uncharacterized protein 5.246001448 C6_control_B2 +LQ06X009320 Putative uncharacterized protein 4.950938734 C6_control_B3 +LQ06X009320 Putative uncharacterized protein 4.829675589 C6_control_C1 +LQ06X009320 Putative uncharacterized protein 5.244686912 C6_control_C2 +LQ06X009320 Putative uncharacterized protein 5.193496212 C6_control_C3 +LQ06X009320 Putative uncharacterized protein 4.934202147 C6_chemical_A1 +LQ06X009320 Putative uncharacterized protein 5.03498585 C6_chemical_A3 +LQ06X009320 Putative uncharacterized protein 4.822427972 C6_chemical_B1 +LQ06X009320 Putative uncharacterized protein 4.883586022 C6_chemical_B2 +LQ06X009320 Putative uncharacterized protein 5.260121259 C6_chemical_B3 +LQ06X009320 Putative uncharacterized protein 4.965636479 C6_chemical_C1 +LQ06X009320 Putative uncharacterized protein 4.830689353 C6_chemical_C2 +LQ06X009320 Putative uncharacterized protein 4.979662318 C6_chemical_C3 +LQ06X009320 Putative uncharacterized protein 5.163632608 L4_control_A1 +LQ06X009320 Putative uncharacterized protein 5.330664829 L4_control_A2 +LQ06X009320 Putative uncharacterized protein 6.508274728 L4_control_A3 +LQ06X009320 Putative uncharacterized protein 5.680106391 L4_control_B1 +LQ06X009320 Putative uncharacterized protein 5.400282676 L4_control_B2 +LQ06X009320 Putative uncharacterized protein 4.872460613 L4_control_B3 +LQ06X009320 Putative uncharacterized protein 5.380970648 L4_control_C2 +LQ06X009320 Putative uncharacterized protein 6.103231994 L4_control_C3 +LQ06X009320 Putative uncharacterized protein 5.512629961 L4_chemical_A1 +LQ06X009320 Putative uncharacterized protein 5.48566165 L4_chemical_A2 +LQ06X009320 Putative uncharacterized protein 6.537447553 L4_chemical_A3 +LQ06X009320 Putative uncharacterized protein 5.157691468 L4_chemical_B1 +LQ06X009320 Putative uncharacterized protein 5.460413155 L4_chemical_B2 +LQ06X009320 Putative uncharacterized protein 5.283863198 L4_chemical_B3 +LQ06X009320 Putative uncharacterized protein 5.265432261 L4_chemical_C2 +LQ06X009320 Putative uncharacterized protein 5.604960693 L4_chemical_C3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.468307012 C6_control_A1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.575158041 C6_control_A3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.022960352 C6_control_B1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 6.172820798 C6_control_B2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.325841023 C6_control_B3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.829134818 C6_control_C1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.522541623 C6_control_C2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.657124554 C6_control_C3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.372978399 C6_chemical_A1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.462522626 C6_chemical_A3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.140241412 C6_chemical_B1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.885308533 C6_chemical_B2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.503465639 C6_chemical_B3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.784486327 C6_chemical_C1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 6.094109099 C6_chemical_C2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.846960198 C6_chemical_C3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 6.018034601 L4_control_A1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.412180031 L4_control_A2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.509222737 L4_control_A3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 6.012795823 L4_control_B1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.467864154 L4_control_B2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.490212194 L4_control_B3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.957546325 L4_control_C2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 4.956601497 L4_control_C3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.783078235 L4_chemical_A1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.339172162 L4_chemical_A2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.738491224 L4_chemical_A3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.192319875 L4_chemical_B1 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.47626005 L4_chemical_B2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.577805411 L4_chemical_B3 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.113503511 L4_chemical_C2 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.326316634 L4_chemical_C3 +LQ06X009340 F-box family protein 10.3328478 C6_control_A1 +LQ06X009340 F-box family protein 10.02237616 C6_control_A3 +LQ06X009340 F-box family protein 11.08230215 C6_control_B1 +LQ06X009340 F-box family protein 10.49382831 C6_control_B2 +LQ06X009340 F-box family protein 10.83745119 C6_control_B3 +LQ06X009340 F-box family protein 10.6908467 C6_control_C1 +LQ06X009340 F-box family protein 10.33119704 C6_control_C2 +LQ06X009340 F-box family protein 10.86520362 C6_control_C3 +LQ06X009340 F-box family protein 10.55206649 C6_chemical_A1 +LQ06X009340 F-box family protein 10.94583153 C6_chemical_A3 +LQ06X009340 F-box family protein 11.14293107 C6_chemical_B1 +LQ06X009340 F-box family protein 10.51740839 C6_chemical_B2 +LQ06X009340 F-box family protein 10.80976209 C6_chemical_B3 +LQ06X009340 F-box family protein 10.63957072 C6_chemical_C1 +LQ06X009340 F-box family protein 11.02561797 C6_chemical_C2 +LQ06X009340 F-box family protein 11.00250702 C6_chemical_C3 +LQ06X009340 F-box family protein 10.26949715 L4_control_A1 +LQ06X009340 F-box family protein 10.07466786 L4_control_A2 +LQ06X009340 F-box family protein 10.30470527 L4_control_A3 +LQ06X009340 F-box family protein 12.01547564 L4_control_B1 +LQ06X009340 F-box family protein 12.11018278 L4_control_B2 +LQ06X009340 F-box family protein 11.16177294 L4_control_B3 +LQ06X009340 F-box family protein 12.54188281 L4_control_C2 +LQ06X009340 F-box family protein 12.58223292 L4_control_C3 +LQ06X009340 F-box family protein 10.77081601 L4_chemical_A1 +LQ06X009340 F-box family protein 10.53870625 L4_chemical_A2 +LQ06X009340 F-box family protein 10.03473486 L4_chemical_A3 +LQ06X009340 F-box family protein 11.61871036 L4_chemical_B1 +LQ06X009340 F-box family protein 11.88340806 L4_chemical_B2 +LQ06X009340 F-box family protein 10.69789033 L4_chemical_B3 +LQ06X009340 F-box family protein 12.24844594 L4_chemical_C2 +LQ06X009340 F-box family protein 12.50236556 L4_chemical_C3 +LQ06X009350 Putative uncharacterized protein 8.04508812 C6_control_A1 +LQ06X009350 Putative uncharacterized protein 7.224294425 C6_control_A3 +LQ06X009350 Putative uncharacterized protein 8.385928912 C6_control_B1 +LQ06X009350 Putative uncharacterized protein 7.4519636 C6_control_B2 +LQ06X009350 Putative uncharacterized protein 8.513938486 C6_control_B3 +LQ06X009350 Putative uncharacterized protein 7.744198647 C6_control_C1 +LQ06X009350 Putative uncharacterized protein 7.056419804 C6_control_C2 +LQ06X009350 Putative uncharacterized protein 6.971906441 C6_control_C3 +LQ06X009350 Putative uncharacterized protein 7.984189606 C6_chemical_A1 +LQ06X009350 Putative uncharacterized protein 7.618833204 C6_chemical_A3 +LQ06X009350 Putative uncharacterized protein 8.128491211 C6_chemical_B1 +LQ06X009350 Putative uncharacterized protein 7.255119337 C6_chemical_B2 +LQ06X009350 Putative uncharacterized protein 8.399519349 C6_chemical_B3 +LQ06X009350 Putative uncharacterized protein 7.611295118 C6_chemical_C1 +LQ06X009350 Putative uncharacterized protein 7.348624146 C6_chemical_C2 +LQ06X009350 Putative uncharacterized protein 7.255210393 C6_chemical_C3 +LQ06X009350 Putative uncharacterized protein 7.599469267 L4_control_A1 +LQ06X009350 Putative uncharacterized protein 8.689345956 L4_control_A2 +LQ06X009350 Putative uncharacterized protein 7.757815052 L4_control_A3 +LQ06X009350 Putative uncharacterized protein 8.086017959 L4_control_B1 +LQ06X009350 Putative uncharacterized protein 6.883772454 L4_control_B2 +LQ06X009350 Putative uncharacterized protein 7.500728219 L4_control_B3 +LQ06X009350 Putative uncharacterized protein 7.353951789 L4_control_C2 +LQ06X009350 Putative uncharacterized protein 6.683070323 L4_control_C3 +LQ06X009350 Putative uncharacterized protein 7.854662404 L4_chemical_A1 +LQ06X009350 Putative uncharacterized protein 8.729789598 L4_chemical_A2 +LQ06X009350 Putative uncharacterized protein 9.158507185 L4_chemical_A3 +LQ06X009350 Putative uncharacterized protein 8.293501257 L4_chemical_B1 +LQ06X009350 Putative uncharacterized protein 8.362962278 L4_chemical_B2 +LQ06X009350 Putative uncharacterized protein 7.945842287 L4_chemical_B3 +LQ06X009350 Putative uncharacterized protein 6.891794233 L4_chemical_C2 +LQ06X009350 Putative uncharacterized protein 6.603535775 L4_chemical_C3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.66328459 C6_control_A1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.30939225 C6_control_A3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.19480437 C6_control_B1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.05903318 C6_control_B2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.17214627 C6_control_B3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.03315273 C6_control_C1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 12.66910622 C6_control_C2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.07019676 C6_control_C3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.52181278 C6_chemical_A1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.5041407 C6_chemical_A3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.04050555 C6_chemical_B1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 12.69313708 C6_chemical_B2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.14203985 C6_chemical_B3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.03551153 C6_chemical_C1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 12.83907683 C6_chemical_C2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 12.90578137 C6_chemical_C3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.72078291 L4_control_A1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.3215233 L4_control_A2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.79253572 L4_control_A3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.47769917 L4_control_B1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.57420784 L4_control_B2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.06152314 L4_control_B3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.46311375 L4_control_C2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 12.92790537 L4_control_C3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.60001001 L4_chemical_A1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.24358538 L4_chemical_A2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.89731942 L4_chemical_A3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.50301626 L4_chemical_B1 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.49300458 L4_chemical_B2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.25072759 L4_chemical_B3 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.33605115 L4_chemical_C2 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 12.91754409 L4_chemical_C3 +LQ06X009380 Putative Probable phosphatase phospho1 5.359682609 C6_control_A1 +LQ06X009380 Putative Probable phosphatase phospho1 5.337137491 C6_control_A3 +LQ06X009380 Putative Probable phosphatase phospho1 5.596011925 C6_control_B1 +LQ06X009380 Putative Probable phosphatase phospho1 5.235414499 C6_control_B2 +LQ06X009380 Putative Probable phosphatase phospho1 5.654170084 C6_control_B3 +LQ06X009380 Putative Probable phosphatase phospho1 5.285710521 C6_control_C1 +LQ06X009380 Putative Probable phosphatase phospho1 5.137995932 C6_control_C2 +LQ06X009380 Putative Probable phosphatase phospho1 5.280367498 C6_control_C3 +LQ06X009380 Putative Probable phosphatase phospho1 5.289550389 C6_chemical_A1 +LQ06X009380 Putative Probable phosphatase phospho1 5.99520462 C6_chemical_A3 +LQ06X009380 Putative Probable phosphatase phospho1 5.306863701 C6_chemical_B1 +LQ06X009380 Putative Probable phosphatase phospho1 5.125154696 C6_chemical_B2 +LQ06X009380 Putative Probable phosphatase phospho1 5.275332333 C6_chemical_B3 +LQ06X009380 Putative Probable phosphatase phospho1 5.117096135 C6_chemical_C1 +LQ06X009380 Putative Probable phosphatase phospho1 5.3958547 C6_chemical_C2 +LQ06X009380 Putative Probable phosphatase phospho1 5.163379339 C6_chemical_C3 +LQ06X009380 Putative Probable phosphatase phospho1 5.233413736 L4_control_A1 +LQ06X009380 Putative Probable phosphatase phospho1 5.39453077 L4_control_A2 +LQ06X009380 Putative Probable phosphatase phospho1 5.621549169 L4_control_A3 +LQ06X009380 Putative Probable phosphatase phospho1 5.323462899 L4_control_B1 +LQ06X009380 Putative Probable phosphatase phospho1 5.309437479 L4_control_B2 +LQ06X009380 Putative Probable phosphatase phospho1 5.324892806 L4_control_B3 +LQ06X009380 Putative Probable phosphatase phospho1 5.250604795 L4_control_C2 +LQ06X009380 Putative Probable phosphatase phospho1 5.556405467 L4_control_C3 +LQ06X009380 Putative Probable phosphatase phospho1 4.860337636 L4_chemical_A1 +LQ06X009380 Putative Probable phosphatase phospho1 5.426664118 L4_chemical_A2 +LQ06X009380 Putative Probable phosphatase phospho1 5.936060906 L4_chemical_A3 +LQ06X009380 Putative Probable phosphatase phospho1 5.721918083 L4_chemical_B1 +LQ06X009380 Putative Probable phosphatase phospho1 5.687031437 L4_chemical_B2 +LQ06X009380 Putative Probable phosphatase phospho1 5.358625188 L4_chemical_B3 +LQ06X009380 Putative Probable phosphatase phospho1 5.207796796 L4_chemical_C2 +LQ06X009380 Putative Probable phosphatase phospho1 5.391627285 L4_chemical_C3 +LQ06X009420 Putative uncharacterized protein 6.075974339 C6_control_A1 +LQ06X009420 Putative uncharacterized protein 6.401268035 C6_control_A3 +LQ06X009420 Putative uncharacterized protein 6.956157118 C6_control_B1 +LQ06X009420 Putative uncharacterized protein 6.491218201 C6_control_B2 +LQ06X009420 Putative uncharacterized protein 6.209925058 C6_control_B3 +LQ06X009420 Putative uncharacterized protein 6.305237457 C6_control_C1 +LQ06X009420 Putative uncharacterized protein 6.406685237 C6_control_C2 +LQ06X009420 Putative uncharacterized protein 6.329472978 C6_control_C3 +LQ06X009420 Putative uncharacterized protein 6.473676594 C6_chemical_A1 +LQ06X009420 Putative uncharacterized protein 5.805573534 C6_chemical_A3 +LQ06X009420 Putative uncharacterized protein 6.472606817 C6_chemical_B1 +LQ06X009420 Putative uncharacterized protein 6.821966731 C6_chemical_B2 +LQ06X009420 Putative uncharacterized protein 6.020624158 C6_chemical_B3 +LQ06X009420 Putative uncharacterized protein 6.389819301 C6_chemical_C1 +LQ06X009420 Putative uncharacterized protein 6.051194526 C6_chemical_C2 +LQ06X009420 Putative uncharacterized protein 5.964655141 C6_chemical_C3 +LQ06X009420 Putative uncharacterized protein 6.180750072 L4_control_A1 +LQ06X009420 Putative uncharacterized protein 5.719889385 L4_control_A2 +LQ06X009420 Putative uncharacterized protein 5.756176301 L4_control_A3 +LQ06X009420 Putative uncharacterized protein 6.315353 L4_control_B1 +LQ06X009420 Putative uncharacterized protein 5.548899252 L4_control_B2 +LQ06X009420 Putative uncharacterized protein 5.967767148 L4_control_B3 +LQ06X009420 Putative uncharacterized protein 5.276960037 L4_control_C2 +LQ06X009420 Putative uncharacterized protein 5.807705879 L4_control_C3 +LQ06X009420 Putative uncharacterized protein 6.19690163 L4_chemical_A1 +LQ06X009420 Putative uncharacterized protein 6.033194018 L4_chemical_A2 +LQ06X009420 Putative uncharacterized protein 6.361765108 L4_chemical_A3 +LQ06X009420 Putative uncharacterized protein 5.93585493 L4_chemical_B1 +LQ06X009420 Putative uncharacterized protein 5.425383789 L4_chemical_B2 +LQ06X009420 Putative uncharacterized protein 6.09732755 L4_chemical_B3 +LQ06X009420 Putative uncharacterized protein 6.106746545 L4_chemical_C2 +LQ06X009420 Putative uncharacterized protein 5.714612596 L4_chemical_C3 +LQ06X009440 Putative uncharacterized protein 5.628163709 C6_control_A1 +LQ06X009440 Putative uncharacterized protein 5.339691479 C6_control_A3 +LQ06X009440 Putative uncharacterized protein 5.419342384 C6_control_B1 +LQ06X009440 Putative uncharacterized protein 5.224476597 C6_control_B2 +LQ06X009440 Putative uncharacterized protein 5.185814362 C6_control_B3 +LQ06X009440 Putative uncharacterized protein 5.18092601 C6_control_C1 +LQ06X009440 Putative uncharacterized protein 5.14365602 C6_control_C2 +LQ06X009440 Putative uncharacterized protein 5.817659623 C6_control_C3 +LQ06X009440 Putative uncharacterized protein 5.347384127 C6_chemical_A1 +LQ06X009440 Putative uncharacterized protein 5.039961448 C6_chemical_A3 +LQ06X009440 Putative uncharacterized protein 6.095677411 C6_chemical_B1 +LQ06X009440 Putative uncharacterized protein 5.222769716 C6_chemical_B2 +LQ06X009440 Putative uncharacterized protein 5.147122005 C6_chemical_B3 +LQ06X009440 Putative uncharacterized protein 5.129337925 C6_chemical_C1 +LQ06X009440 Putative uncharacterized protein 5.36590025 C6_chemical_C2 +LQ06X009440 Putative uncharacterized protein 5.547597125 C6_chemical_C3 +LQ06X009440 Putative uncharacterized protein 5.198005383 L4_control_A1 +LQ06X009440 Putative uncharacterized protein 5.234004804 L4_control_A2 +LQ06X009440 Putative uncharacterized protein 5.272399378 L4_control_A3 +LQ06X009440 Putative uncharacterized protein 5.351444909 L4_control_B1 +LQ06X009440 Putative uncharacterized protein 5.453785455 L4_control_B2 +LQ06X009440 Putative uncharacterized protein 4.975155076 L4_control_B3 +LQ06X009440 Putative uncharacterized protein 5.131901249 L4_control_C2 +LQ06X009440 Putative uncharacterized protein 5.447927193 L4_control_C3 +LQ06X009440 Putative uncharacterized protein 5.332960505 L4_chemical_A1 +LQ06X009440 Putative uncharacterized protein 5.404972211 L4_chemical_A2 +LQ06X009440 Putative uncharacterized protein 5.260711079 L4_chemical_A3 +LQ06X009440 Putative uncharacterized protein 5.41904645 L4_chemical_B1 +LQ06X009440 Putative uncharacterized protein 5.787828795 L4_chemical_B2 +LQ06X009440 Putative uncharacterized protein 5.140536585 L4_chemical_B3 +LQ06X009440 Putative uncharacterized protein 5.502139975 L4_chemical_C2 +LQ06X009440 Putative uncharacterized protein 5.057607976 L4_chemical_C3 +LQ06X009470 Phospholipase D epsilon 8.385858569 C6_control_A1 +LQ06X009470 Phospholipase D epsilon 8.384596571 C6_control_A3 +LQ06X009470 Phospholipase D epsilon 9.207913787 C6_control_B1 +LQ06X009470 Phospholipase D epsilon 8.27645211 C6_control_B2 +LQ06X009470 Phospholipase D epsilon 9.492001602 C6_control_B3 +LQ06X009470 Phospholipase D epsilon 7.689158366 C6_control_C1 +LQ06X009470 Phospholipase D epsilon 6.877578186 C6_control_C2 +LQ06X009470 Phospholipase D epsilon 6.953074962 C6_control_C3 +LQ06X009470 Phospholipase D epsilon 8.364531936 C6_chemical_A1 +LQ06X009470 Phospholipase D epsilon 8.911183823 C6_chemical_A3 +LQ06X009470 Phospholipase D epsilon 8.747305217 C6_chemical_B1 +LQ06X009470 Phospholipase D epsilon 7.939658203 C6_chemical_B2 +LQ06X009470 Phospholipase D epsilon 8.415875348 C6_chemical_B3 +LQ06X009470 Phospholipase D epsilon 7.144187952 C6_chemical_C1 +LQ06X009470 Phospholipase D epsilon 6.60641294 C6_chemical_C2 +LQ06X009470 Phospholipase D epsilon 7.288543626 C6_chemical_C3 +LQ06X009470 Phospholipase D epsilon 8.11882152 L4_control_A1 +LQ06X009470 Phospholipase D epsilon 8.270021173 L4_control_A2 +LQ06X009470 Phospholipase D epsilon 8.043557959 L4_control_A3 +LQ06X009470 Phospholipase D epsilon 8.79523584 L4_control_B1 +LQ06X009470 Phospholipase D epsilon 8.956107336 L4_control_B2 +LQ06X009470 Phospholipase D epsilon 7.886737028 L4_control_B3 +LQ06X009470 Phospholipase D epsilon 5.834055288 L4_control_C2 +LQ06X009470 Phospholipase D epsilon 5.703041091 L4_control_C3 +LQ06X009470 Phospholipase D epsilon 8.367650273 L4_chemical_A1 +LQ06X009470 Phospholipase D epsilon 8.841439306 L4_chemical_A2 +LQ06X009470 Phospholipase D epsilon 6.752745634 L4_chemical_A3 +LQ06X009470 Phospholipase D epsilon 8.752270408 L4_chemical_B1 +LQ06X009470 Phospholipase D epsilon 8.539612763 L4_chemical_B2 +LQ06X009470 Phospholipase D epsilon 8.429169128 L4_chemical_B3 +LQ06X009470 Phospholipase D epsilon 5.489737231 L4_chemical_C2 +LQ06X009470 Phospholipase D epsilon 6.062809588 L4_chemical_C3 +LQ06X009490 Predicted protein 11.33969413 C6_control_A1 +LQ06X009490 Predicted protein 11.50010502 C6_control_A3 +LQ06X009490 Predicted protein 11.4607883 C6_control_B1 +LQ06X009490 Predicted protein 10.3262329 C6_control_B2 +LQ06X009490 Predicted protein 10.86102348 C6_control_B3 +LQ06X009490 Predicted protein 10.38763738 C6_control_C1 +LQ06X009490 Predicted protein 10.25049567 C6_control_C2 +LQ06X009490 Predicted protein 10.21631895 C6_control_C3 +LQ06X009490 Predicted protein 11.52631302 C6_chemical_A1 +LQ06X009490 Predicted protein 11.55131804 C6_chemical_A3 +LQ06X009490 Predicted protein 11.42967383 C6_chemical_B1 +LQ06X009490 Predicted protein 10.56680658 C6_chemical_B2 +LQ06X009490 Predicted protein 10.70913667 C6_chemical_B3 +LQ06X009490 Predicted protein 10.26690995 C6_chemical_C1 +LQ06X009490 Predicted protein 10.46418006 C6_chemical_C2 +LQ06X009490 Predicted protein 9.926460254 C6_chemical_C3 +LQ06X009490 Predicted protein 11.12085777 L4_control_A1 +LQ06X009490 Predicted protein 11.49595407 L4_control_A2 +LQ06X009490 Predicted protein 11.48077511 L4_control_A3 +LQ06X009490 Predicted protein 10.86582069 L4_control_B1 +LQ06X009490 Predicted protein 11.54664285 L4_control_B2 +LQ06X009490 Predicted protein 10.14873093 L4_control_B3 +LQ06X009490 Predicted protein 11.64205562 L4_control_C2 +LQ06X009490 Predicted protein 11.16328402 L4_control_C3 +LQ06X009490 Predicted protein 11.07981474 L4_chemical_A1 +LQ06X009490 Predicted protein 11.6844233 L4_chemical_A2 +LQ06X009490 Predicted protein 11.0166518 L4_chemical_A3 +LQ06X009490 Predicted protein 11.25528699 L4_chemical_B1 +LQ06X009490 Predicted protein 11.73523521 L4_chemical_B2 +LQ06X009490 Predicted protein 10.65195861 L4_chemical_B3 +LQ06X009490 Predicted protein 11.5843739 L4_chemical_C2 +LQ06X009490 Predicted protein 11.05793439 L4_chemical_C3 +LQ06X009500 ATP binding protein, putative 13.20100627 C6_control_A1 +LQ06X009500 ATP binding protein, putative 13.03142557 C6_control_A3 +LQ06X009500 ATP binding protein, putative 12.85043681 C6_control_B1 +LQ06X009500 ATP binding protein, putative 12.61440806 C6_control_B2 +LQ06X009500 ATP binding protein, putative 12.4398029 C6_control_B3 +LQ06X009500 ATP binding protein, putative 13.16930065 C6_control_C1 +LQ06X009500 ATP binding protein, putative 12.91963653 C6_control_C2 +LQ06X009500 ATP binding protein, putative 13.41583992 C6_control_C3 +LQ06X009500 ATP binding protein, putative 12.81684951 C6_chemical_A1 +LQ06X009500 ATP binding protein, putative 12.96653985 C6_chemical_A3 +LQ06X009500 ATP binding protein, putative 12.4895679 C6_chemical_B1 +LQ06X009500 ATP binding protein, putative 12.32096177 C6_chemical_B2 +LQ06X009500 ATP binding protein, putative 12.64352742 C6_chemical_B3 +LQ06X009500 ATP binding protein, putative 12.85567101 C6_chemical_C1 +LQ06X009500 ATP binding protein, putative 12.82386612 C6_chemical_C2 +LQ06X009500 ATP binding protein, putative 13.15374763 C6_chemical_C3 +LQ06X009500 ATP binding protein, putative 13.18034339 L4_control_A1 +LQ06X009500 ATP binding protein, putative 12.47186282 L4_control_A2 +LQ06X009500 ATP binding protein, putative 13.06174716 L4_control_A3 +LQ06X009500 ATP binding protein, putative 11.80700376 L4_control_B1 +LQ06X009500 ATP binding protein, putative 11.91175684 L4_control_B2 +LQ06X009500 ATP binding protein, putative 12.34282703 L4_control_B3 +LQ06X009500 ATP binding protein, putative 12.57395331 L4_control_C2 +LQ06X009500 ATP binding protein, putative 12.45980513 L4_control_C3 +LQ06X009500 ATP binding protein, putative 12.6994369 L4_chemical_A1 +LQ06X009500 ATP binding protein, putative 12.05993206 L4_chemical_A2 +LQ06X009500 ATP binding protein, putative 12.99901556 L4_chemical_A3 +LQ06X009500 ATP binding protein, putative 11.929379 L4_chemical_B1 +LQ06X009500 ATP binding protein, putative 12.00324406 L4_chemical_B2 +LQ06X009500 ATP binding protein, putative 12.82697998 L4_chemical_B3 +LQ06X009500 ATP binding protein, putative 12.47468485 L4_chemical_C2 +LQ06X009500 ATP binding protein, putative 12.52847655 L4_chemical_C3 +LQ06X009510 ABC transporter C family member 8 10.84206285 C6_control_A1 +LQ06X009510 ABC transporter C family member 8 9.573896695 C6_control_A3 +LQ06X009510 ABC transporter C family member 8 10.0323397 C6_control_B1 +LQ06X009510 ABC transporter C family member 8 9.824793328 C6_control_B2 +LQ06X009510 ABC transporter C family member 8 8.66451748 C6_control_B3 +LQ06X009510 ABC transporter C family member 8 12.05140535 C6_control_C1 +LQ06X009510 ABC transporter C family member 8 11.25867576 C6_control_C2 +LQ06X009510 ABC transporter C family member 8 11.44496635 C6_control_C3 +LQ06X009510 ABC transporter C family member 8 11.18497074 C6_chemical_A1 +LQ06X009510 ABC transporter C family member 8 9.800007598 C6_chemical_A3 +LQ06X009510 ABC transporter C family member 8 9.51645539 C6_chemical_B1 +LQ06X009510 ABC transporter C family member 8 9.705778449 C6_chemical_B2 +LQ06X009510 ABC transporter C family member 8 8.722288616 C6_chemical_B3 +LQ06X009510 ABC transporter C family member 8 11.8092668 C6_chemical_C1 +LQ06X009510 ABC transporter C family member 8 11.81040589 C6_chemical_C2 +LQ06X009510 ABC transporter C family member 8 11.43902601 C6_chemical_C3 +LQ06X009510 ABC transporter C family member 8 11.76911953 L4_control_A1 +LQ06X009510 ABC transporter C family member 8 11.93693531 L4_control_A2 +LQ06X009510 ABC transporter C family member 8 10.7175434 L4_control_A3 +LQ06X009510 ABC transporter C family member 8 11.32389261 L4_control_B1 +LQ06X009510 ABC transporter C family member 8 10.73300726 L4_control_B2 +LQ06X009510 ABC transporter C family member 8 9.804306055 L4_control_B3 +LQ06X009510 ABC transporter C family member 8 12.35773906 L4_control_C2 +LQ06X009510 ABC transporter C family member 8 12.14671412 L4_control_C3 +LQ06X009510 ABC transporter C family member 8 11.66558634 L4_chemical_A1 +LQ06X009510 ABC transporter C family member 8 11.6694029 L4_chemical_A2 +LQ06X009510 ABC transporter C family member 8 10.76446926 L4_chemical_A3 +LQ06X009510 ABC transporter C family member 8 11.43008236 L4_chemical_B1 +LQ06X009510 ABC transporter C family member 8 11.42145155 L4_chemical_B2 +LQ06X009510 ABC transporter C family member 8 10.29489614 L4_chemical_B3 +LQ06X009510 ABC transporter C family member 8 12.67186221 L4_chemical_C2 +LQ06X009510 ABC transporter C family member 8 12.14704327 L4_chemical_C3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.028680264 C6_control_A1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.446979053 C6_control_A3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.522915901 C6_control_B1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.288431491 C6_control_B2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.188844708 C6_control_B3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.383909288 C6_control_C1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.206210903 C6_control_C2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.343745522 C6_control_C3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.403844178 C6_chemical_A1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.278373917 C6_chemical_A3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.425097506 C6_chemical_B1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.534815282 C6_chemical_B2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.398181849 C6_chemical_B3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.031364374 C6_chemical_C1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.322511543 C6_chemical_C2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.059728322 C6_chemical_C3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 6.603849678 L4_control_A1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.227044803 L4_control_A2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.761688612 L4_control_A3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 8.00494893 L4_control_B1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.34037229 L4_control_B2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.278262226 L4_control_B3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 6.087547987 L4_control_C2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.140686255 L4_control_C3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 8.656888174 L4_chemical_A1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 7.304116293 L4_chemical_A2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 7.338794703 L4_chemical_A3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 9.630359467 L4_chemical_B1 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.8943674 L4_chemical_B2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.741128295 L4_chemical_B3 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.044414514 L4_chemical_C2 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.303470623 L4_chemical_C3 +LQ06X009590 Beta-galactosidase 1 5.405615071 C6_control_A1 +LQ06X009590 Beta-galactosidase 1 5.911085591 C6_control_A3 +LQ06X009590 Beta-galactosidase 1 5.344634502 C6_control_B1 +LQ06X009590 Beta-galactosidase 1 5.388250895 C6_control_B2 +LQ06X009590 Beta-galactosidase 1 5.983048338 C6_control_B3 +LQ06X009590 Beta-galactosidase 1 4.796634501 C6_control_C1 +LQ06X009590 Beta-galactosidase 1 5.198207932 C6_control_C2 +LQ06X009590 Beta-galactosidase 1 4.80938923 C6_control_C3 +LQ06X009590 Beta-galactosidase 1 5.106574499 C6_chemical_A1 +LQ06X009590 Beta-galactosidase 1 6.250289367 C6_chemical_A3 +LQ06X009590 Beta-galactosidase 1 5.703870214 C6_chemical_B1 +LQ06X009590 Beta-galactosidase 1 5.576457626 C6_chemical_B2 +LQ06X009590 Beta-galactosidase 1 5.007817191 C6_chemical_B3 +LQ06X009590 Beta-galactosidase 1 4.70775393 C6_chemical_C1 +LQ06X009590 Beta-galactosidase 1 4.853624924 C6_chemical_C2 +LQ06X009590 Beta-galactosidase 1 4.697198957 C6_chemical_C3 +LQ06X009590 Beta-galactosidase 1 5.755761034 L4_control_A1 +LQ06X009590 Beta-galactosidase 1 6.076183765 L4_control_A2 +LQ06X009590 Beta-galactosidase 1 5.700425026 L4_control_A3 +LQ06X009590 Beta-galactosidase 1 5.68653771 L4_control_B1 +LQ06X009590 Beta-galactosidase 1 5.59568833 L4_control_B2 +LQ06X009590 Beta-galactosidase 1 5.908413551 L4_control_B3 +LQ06X009590 Beta-galactosidase 1 5.913396876 L4_control_C2 +LQ06X009590 Beta-galactosidase 1 5.096218219 L4_control_C3 +LQ06X009590 Beta-galactosidase 1 5.532229536 L4_chemical_A1 +LQ06X009590 Beta-galactosidase 1 5.64098926 L4_chemical_A2 +LQ06X009590 Beta-galactosidase 1 5.627223637 L4_chemical_A3 +LQ06X009590 Beta-galactosidase 1 5.904528569 L4_chemical_B1 +LQ06X009590 Beta-galactosidase 1 5.738989088 L4_chemical_B2 +LQ06X009590 Beta-galactosidase 1 5.653321535 L4_chemical_B3 +LQ06X009590 Beta-galactosidase 1 5.424116154 L4_chemical_C2 +LQ06X009590 Beta-galactosidase 1 5.106082618 L4_chemical_C3 +LQ06X009600 Putative uncharacterized protein 6.188177678 C6_control_A1 +LQ06X009600 Putative uncharacterized protein 6.418593562 C6_control_A3 +LQ06X009600 Putative uncharacterized protein 6.110461713 C6_control_B1 +LQ06X009600 Putative uncharacterized protein 6.357792178 C6_control_B2 +LQ06X009600 Putative uncharacterized protein 6.127834622 C6_control_B3 +LQ06X009600 Putative uncharacterized protein 5.968959053 C6_control_C1 +LQ06X009600 Putative uncharacterized protein 6.077389565 C6_control_C2 +LQ06X009600 Putative uncharacterized protein 6.130979328 C6_control_C3 +LQ06X009600 Putative uncharacterized protein 5.881426124 C6_chemical_A1 +LQ06X009600 Putative uncharacterized protein 6.296484344 C6_chemical_A3 +LQ06X009600 Putative uncharacterized protein 6.604911214 C6_chemical_B1 +LQ06X009600 Putative uncharacterized protein 6.42155321 C6_chemical_B2 +LQ06X009600 Putative uncharacterized protein 6.206440844 C6_chemical_B3 +LQ06X009600 Putative uncharacterized protein 5.975804837 C6_chemical_C1 +LQ06X009600 Putative uncharacterized protein 6.340596061 C6_chemical_C2 +LQ06X009600 Putative uncharacterized protein 6.188980011 C6_chemical_C3 +LQ06X009600 Putative uncharacterized protein 6.051476901 L4_control_A1 +LQ06X009600 Putative uncharacterized protein 6.019373823 L4_control_A2 +LQ06X009600 Putative uncharacterized protein 6.976573983 L4_control_A3 +LQ06X009600 Putative uncharacterized protein 5.768836734 L4_control_B1 +LQ06X009600 Putative uncharacterized protein 5.973447391 L4_control_B2 +LQ06X009600 Putative uncharacterized protein 6.249418878 L4_control_B3 +LQ06X009600 Putative uncharacterized protein 5.829371263 L4_control_C2 +LQ06X009600 Putative uncharacterized protein 5.897418078 L4_control_C3 +LQ06X009600 Putative uncharacterized protein 6.506035636 L4_chemical_A1 +LQ06X009600 Putative uncharacterized protein 6.266174396 L4_chemical_A2 +LQ06X009600 Putative uncharacterized protein 6.890359492 L4_chemical_A3 +LQ06X009600 Putative uncharacterized protein 6.329449773 L4_chemical_B1 +LQ06X009600 Putative uncharacterized protein 5.485074489 L4_chemical_B2 +LQ06X009600 Putative uncharacterized protein 6.406755709 L4_chemical_B3 +LQ06X009600 Putative uncharacterized protein 8.03733604 L4_chemical_C2 +LQ06X009600 Putative uncharacterized protein 6.066208147 L4_chemical_C3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.23895853 C6_control_A1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.11488423 C6_control_A3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.12036064 C6_control_B1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.49980039 C6_control_B2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.85919956 C6_control_B3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 12.22709411 C6_control_C1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 12.32950057 C6_control_C2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 12.14294925 C6_control_C3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.1427501 C6_chemical_A1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.16945638 C6_chemical_A3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.29347552 C6_chemical_B1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.54779442 C6_chemical_B2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.1023362 C6_chemical_B3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.78393107 C6_chemical_C1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 12.0526106 C6_chemical_C2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.92462088 C6_chemical_C3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.27020092 L4_control_A1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.71042251 L4_control_A2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.76939901 L4_control_A3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.74407468 L4_control_B1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.54474938 L4_control_B2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.37061861 L4_control_B3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.24107112 L4_control_C2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.19115861 L4_control_C3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.21740426 L4_chemical_A1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.58969365 L4_chemical_A2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.46386465 L4_chemical_A3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 9.882986351 L4_chemical_B1 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.31599739 L4_chemical_B2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.54267887 L4_chemical_B3 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.01065243 L4_chemical_C2 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 11.38441998 L4_chemical_C3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.721574261 C6_control_A1 +LQ06X009620 Transmembrane 9 superfamily member 4 6.433260568 C6_control_A3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.637743484 C6_control_B1 +LQ06X009620 Transmembrane 9 superfamily member 4 5.876313715 C6_control_B2 +LQ06X009620 Transmembrane 9 superfamily member 4 5.838229515 C6_control_B3 +LQ06X009620 Transmembrane 9 superfamily member 4 6.124485108 C6_control_C1 +LQ06X009620 Transmembrane 9 superfamily member 4 6.735151561 C6_control_C2 +LQ06X009620 Transmembrane 9 superfamily member 4 5.579196398 C6_control_C3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.860122865 C6_chemical_A1 +LQ06X009620 Transmembrane 9 superfamily member 4 5.770005161 C6_chemical_A3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.737948192 C6_chemical_B1 +LQ06X009620 Transmembrane 9 superfamily member 4 5.808686886 C6_chemical_B2 +LQ06X009620 Transmembrane 9 superfamily member 4 5.89251837 C6_chemical_B3 +LQ06X009620 Transmembrane 9 superfamily member 4 6.019191771 C6_chemical_C1 +LQ06X009620 Transmembrane 9 superfamily member 4 6.092755586 C6_chemical_C2 +LQ06X009620 Transmembrane 9 superfamily member 4 5.451391946 C6_chemical_C3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.654507316 L4_control_A1 +LQ06X009620 Transmembrane 9 superfamily member 4 5.929877091 L4_control_A2 +LQ06X009620 Transmembrane 9 superfamily member 4 6.907691601 L4_control_A3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.686808562 L4_control_B1 +LQ06X009620 Transmembrane 9 superfamily member 4 5.830156874 L4_control_B2 +LQ06X009620 Transmembrane 9 superfamily member 4 5.696527137 L4_control_B3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.734929727 L4_control_C2 +LQ06X009620 Transmembrane 9 superfamily member 4 6.296626628 L4_control_C3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.705035574 L4_chemical_A1 +LQ06X009620 Transmembrane 9 superfamily member 4 5.61596786 L4_chemical_A2 +LQ06X009620 Transmembrane 9 superfamily member 4 6.740408974 L4_chemical_A3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.667949058 L4_chemical_B1 +LQ06X009620 Transmembrane 9 superfamily member 4 5.742870779 L4_chemical_B2 +LQ06X009620 Transmembrane 9 superfamily member 4 5.96640241 L4_chemical_B3 +LQ06X009620 Transmembrane 9 superfamily member 4 5.780596064 L4_chemical_C2 +LQ06X009620 Transmembrane 9 superfamily member 4 6.126449083 L4_chemical_C3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.454634356 C6_control_A1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.020012446 C6_control_A3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.827823202 C6_control_B1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.508704984 C6_control_B2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.746448214 C6_control_B3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.64940351 C6_control_C1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.341307936 C6_control_C2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 7.58079686 C6_control_C3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.621011837 C6_chemical_A1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 7.212160124 C6_chemical_A3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.460228057 C6_chemical_B1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.349540376 C6_chemical_B2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.074586881 C6_chemical_B3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.579773807 C6_chemical_C1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.16340331 C6_chemical_C2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 7.699097968 C6_chemical_C3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.734502948 L4_control_A1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.174628377 L4_control_A2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.538640067 L4_control_A3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.407491013 L4_control_B1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.374607009 L4_control_B2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.653585624 L4_control_B3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.341853388 L4_control_C2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.301316632 L4_control_C3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 8.032608518 L4_chemical_A1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.83275699 L4_chemical_A2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.911250819 L4_chemical_A3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.259639843 L4_chemical_B1 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.008211595 L4_chemical_B2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.436446563 L4_chemical_B3 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.556254033 L4_chemical_C2 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 6.134573038 L4_chemical_C3 +LQ06X009700 Auxin-binding protein ABP19a 5.165021384 C6_control_A1 +LQ06X009700 Auxin-binding protein ABP19a 5.197339604 C6_control_A3 +LQ06X009700 Auxin-binding protein ABP19a 5.784519043 C6_control_B1 +LQ06X009700 Auxin-binding protein ABP19a 4.998218295 C6_control_B2 +LQ06X009700 Auxin-binding protein ABP19a 5.180634046 C6_control_B3 +LQ06X009700 Auxin-binding protein ABP19a 5.133012317 C6_control_C1 +LQ06X009700 Auxin-binding protein ABP19a 4.824802408 C6_control_C2 +LQ06X009700 Auxin-binding protein ABP19a 5.083259537 C6_control_C3 +LQ06X009700 Auxin-binding protein ABP19a 5.127754719 C6_chemical_A1 +LQ06X009700 Auxin-binding protein ABP19a 5.272983083 C6_chemical_A3 +LQ06X009700 Auxin-binding protein ABP19a 5.168223949 C6_chemical_B1 +LQ06X009700 Auxin-binding protein ABP19a 4.912564008 C6_chemical_B2 +LQ06X009700 Auxin-binding protein ABP19a 4.925473395 C6_chemical_B3 +LQ06X009700 Auxin-binding protein ABP19a 4.848593834 C6_chemical_C1 +LQ06X009700 Auxin-binding protein ABP19a 4.956166418 C6_chemical_C2 +LQ06X009700 Auxin-binding protein ABP19a 4.772408847 C6_chemical_C3 +LQ06X009700 Auxin-binding protein ABP19a 5.298864541 L4_control_A1 +LQ06X009700 Auxin-binding protein ABP19a 5.546690295 L4_control_A2 +LQ06X009700 Auxin-binding protein ABP19a 5.052436081 L4_control_A3 +LQ06X009700 Auxin-binding protein ABP19a 5.133378266 L4_control_B1 +LQ06X009700 Auxin-binding protein ABP19a 5.279735802 L4_control_B2 +LQ06X009700 Auxin-binding protein ABP19a 4.986290452 L4_control_B3 +LQ06X009700 Auxin-binding protein ABP19a 5.283204168 L4_control_C2 +LQ06X009700 Auxin-binding protein ABP19a 5.040450141 L4_control_C3 +LQ06X009700 Auxin-binding protein ABP19a 5.504878372 L4_chemical_A1 +LQ06X009700 Auxin-binding protein ABP19a 5.393750849 L4_chemical_A2 +LQ06X009700 Auxin-binding protein ABP19a 5.237000311 L4_chemical_A3 +LQ06X009700 Auxin-binding protein ABP19a 5.060943773 L4_chemical_B1 +LQ06X009700 Auxin-binding protein ABP19a 5.185943227 L4_chemical_B2 +LQ06X009700 Auxin-binding protein ABP19a 5.009196149 L4_chemical_B3 +LQ06X009700 Auxin-binding protein ABP19a 4.828115869 L4_chemical_C2 +LQ06X009700 Auxin-binding protein ABP19a 5.176072087 L4_chemical_C3 +LQ06X009710 Putative uncharacterized protein 6.490832952 C6_control_A1 +LQ06X009710 Putative uncharacterized protein 9.042684122 C6_control_A3 +LQ06X009710 Putative uncharacterized protein 5.491877409 C6_control_B1 +LQ06X009710 Putative uncharacterized protein 5.08028586 C6_control_B2 +LQ06X009710 Putative uncharacterized protein 5.250965225 C6_control_B3 +LQ06X009710 Putative uncharacterized protein 5.888314051 C6_control_C1 +LQ06X009710 Putative uncharacterized protein 5.478019249 C6_control_C2 +LQ06X009710 Putative uncharacterized protein 6.073702836 C6_control_C3 +LQ06X009710 Putative uncharacterized protein 5.524750672 C6_chemical_A1 +LQ06X009710 Putative uncharacterized protein 8.474673076 C6_chemical_A3 +LQ06X009710 Putative uncharacterized protein 5.534632429 C6_chemical_B1 +LQ06X009710 Putative uncharacterized protein 4.982113857 C6_chemical_B2 +LQ06X009710 Putative uncharacterized protein 5.760073904 C6_chemical_B3 +LQ06X009710 Putative uncharacterized protein 5.449228121 C6_chemical_C1 +LQ06X009710 Putative uncharacterized protein 5.93693058 C6_chemical_C2 +LQ06X009710 Putative uncharacterized protein 6.037893717 C6_chemical_C3 +LQ06X009710 Putative uncharacterized protein 7.168853993 L4_control_A1 +LQ06X009710 Putative uncharacterized protein 5.8859943 L4_control_A2 +LQ06X009710 Putative uncharacterized protein 7.680567699 L4_control_A3 +LQ06X009710 Putative uncharacterized protein 5.353599427 L4_control_B1 +LQ06X009710 Putative uncharacterized protein 5.288183557 L4_control_B2 +LQ06X009710 Putative uncharacterized protein 5.224520219 L4_control_B3 +LQ06X009710 Putative uncharacterized protein 5.478762461 L4_control_C2 +LQ06X009710 Putative uncharacterized protein 5.662026765 L4_control_C3 +LQ06X009710 Putative uncharacterized protein 6.677301793 L4_chemical_A1 +LQ06X009710 Putative uncharacterized protein 6.107701306 L4_chemical_A2 +LQ06X009710 Putative uncharacterized protein 7.114951183 L4_chemical_A3 +LQ06X009710 Putative uncharacterized protein 4.854956435 L4_chemical_B1 +LQ06X009710 Putative uncharacterized protein 5.442543493 L4_chemical_B2 +LQ06X009710 Putative uncharacterized protein 5.561210329 L4_chemical_B3 +LQ06X009710 Putative uncharacterized protein 6.393606796 L4_chemical_C2 +LQ06X009710 Putative uncharacterized protein 5.405098483 L4_chemical_C3 +LQ06X009780 GHMYB10 10.40187281 C6_control_A1 +LQ06X009780 GHMYB10 10.73539204 C6_control_A3 +LQ06X009780 GHMYB10 7.164037932 C6_control_B1 +LQ06X009780 GHMYB10 5.337348123 C6_control_B2 +LQ06X009780 GHMYB10 5.770292483 C6_control_B3 +LQ06X009780 GHMYB10 5.268866113 C6_control_C1 +LQ06X009780 GHMYB10 5.011893601 C6_control_C2 +LQ06X009780 GHMYB10 5.570742408 C6_control_C3 +LQ06X009780 GHMYB10 10.32960633 C6_chemical_A1 +LQ06X009780 GHMYB10 11.2637265 C6_chemical_A3 +LQ06X009780 GHMYB10 5.942456391 C6_chemical_B1 +LQ06X009780 GHMYB10 5.539765191 C6_chemical_B2 +LQ06X009780 GHMYB10 5.824067871 C6_chemical_B3 +LQ06X009780 GHMYB10 5.225831643 C6_chemical_C1 +LQ06X009780 GHMYB10 5.384847241 C6_chemical_C2 +LQ06X009780 GHMYB10 5.637843487 C6_chemical_C3 +LQ06X009780 GHMYB10 10.95063516 L4_control_A1 +LQ06X009780 GHMYB10 9.92362804 L4_control_A2 +LQ06X009780 GHMYB10 8.978411329 L4_control_A3 +LQ06X009780 GHMYB10 5.358498022 L4_control_B1 +LQ06X009780 GHMYB10 5.679571053 L4_control_B2 +LQ06X009780 GHMYB10 5.520165265 L4_control_B3 +LQ06X009780 GHMYB10 5.440158538 L4_control_C2 +LQ06X009780 GHMYB10 4.980779114 L4_control_C3 +LQ06X009780 GHMYB10 10.09330137 L4_chemical_A1 +LQ06X009780 GHMYB10 8.334067068 L4_chemical_A2 +LQ06X009780 GHMYB10 9.859931182 L4_chemical_A3 +LQ06X009780 GHMYB10 6.032750105 L4_chemical_B1 +LQ06X009780 GHMYB10 6.169443581 L4_chemical_B2 +LQ06X009780 GHMYB10 6.484433603 L4_chemical_B3 +LQ06X009780 GHMYB10 5.134325585 L4_chemical_C2 +LQ06X009780 GHMYB10 5.013127994 L4_chemical_C3 +LQ06X009810 ELF4-like protein 6.366153733 C6_control_A1 +LQ06X009810 ELF4-like protein 6.145741911 C6_control_A3 +LQ06X009810 ELF4-like protein 6.571999878 C6_control_B1 +LQ06X009810 ELF4-like protein 7.509375157 C6_control_B2 +LQ06X009810 ELF4-like protein 6.894489889 C6_control_B3 +LQ06X009810 ELF4-like protein 5.838969944 C6_control_C1 +LQ06X009810 ELF4-like protein 6.877374054 C6_control_C2 +LQ06X009810 ELF4-like protein 5.713132767 C6_control_C3 +LQ06X009810 ELF4-like protein 6.201319505 C6_chemical_A1 +LQ06X009810 ELF4-like protein 5.993100477 C6_chemical_A3 +LQ06X009810 ELF4-like protein 7.050496263 C6_chemical_B1 +LQ06X009810 ELF4-like protein 7.356196859 C6_chemical_B2 +LQ06X009810 ELF4-like protein 6.365698971 C6_chemical_B3 +LQ06X009810 ELF4-like protein 5.747802159 C6_chemical_C1 +LQ06X009810 ELF4-like protein 5.934930843 C6_chemical_C2 +LQ06X009810 ELF4-like protein 5.967059018 C6_chemical_C3 +LQ06X009810 ELF4-like protein 5.809401108 L4_control_A1 +LQ06X009810 ELF4-like protein 6.317197163 L4_control_A2 +LQ06X009810 ELF4-like protein 6.024710496 L4_control_A3 +LQ06X009810 ELF4-like protein 6.925898953 L4_control_B1 +LQ06X009810 ELF4-like protein 7.279886671 L4_control_B2 +LQ06X009810 ELF4-like protein 6.551183746 L4_control_B3 +LQ06X009810 ELF4-like protein 5.104392948 L4_control_C2 +LQ06X009810 ELF4-like protein 5.304133567 L4_control_C3 +LQ06X009810 ELF4-like protein 5.560170382 L4_chemical_A1 +LQ06X009810 ELF4-like protein 6.041008307 L4_chemical_A2 +LQ06X009810 ELF4-like protein 5.469880587 L4_chemical_A3 +LQ06X009810 ELF4-like protein 6.141040617 L4_chemical_B1 +LQ06X009810 ELF4-like protein 6.791641371 L4_chemical_B2 +LQ06X009810 ELF4-like protein 6.872699623 L4_chemical_B3 +LQ06X009810 ELF4-like protein 5.427163014 L4_chemical_C2 +LQ06X009810 ELF4-like protein 5.721124754 L4_chemical_C3 +LQ06X009820 Predicted protein 10.86026201 C6_control_A1 +LQ06X009820 Predicted protein 10.826522 C6_control_A3 +LQ06X009820 Predicted protein 11.059587 C6_control_B1 +LQ06X009820 Predicted protein 12.0316015 C6_control_B2 +LQ06X009820 Predicted protein 11.6219871 C6_control_B3 +LQ06X009820 Predicted protein 11.89481374 C6_control_C1 +LQ06X009820 Predicted protein 12.28285587 C6_control_C2 +LQ06X009820 Predicted protein 12.489544 C6_control_C3 +LQ06X009820 Predicted protein 10.76098868 C6_chemical_A1 +LQ06X009820 Predicted protein 10.59358831 C6_chemical_A3 +LQ06X009820 Predicted protein 10.65536025 C6_chemical_B1 +LQ06X009820 Predicted protein 11.90607902 C6_chemical_B2 +LQ06X009820 Predicted protein 11.32569315 C6_chemical_B3 +LQ06X009820 Predicted protein 11.67641528 C6_chemical_C1 +LQ06X009820 Predicted protein 11.99092427 C6_chemical_C2 +LQ06X009820 Predicted protein 12.07427372 C6_chemical_C3 +LQ06X009820 Predicted protein 10.85764463 L4_control_A1 +LQ06X009820 Predicted protein 10.78771334 L4_control_A2 +LQ06X009820 Predicted protein 11.15129811 L4_control_A3 +LQ06X009820 Predicted protein 11.25327097 L4_control_B1 +LQ06X009820 Predicted protein 10.86683024 L4_control_B2 +LQ06X009820 Predicted protein 12.57867934 L4_control_B3 +LQ06X009820 Predicted protein 11.64112851 L4_control_C2 +LQ06X009820 Predicted protein 11.64575153 L4_control_C3 +LQ06X009820 Predicted protein 10.52205939 L4_chemical_A1 +LQ06X009820 Predicted protein 10.69083442 L4_chemical_A2 +LQ06X009820 Predicted protein 10.97900366 L4_chemical_A3 +LQ06X009820 Predicted protein 10.37607163 L4_chemical_B1 +LQ06X009820 Predicted protein 11.04823979 L4_chemical_B2 +LQ06X009820 Predicted protein 11.83679974 L4_chemical_B3 +LQ06X009820 Predicted protein 12.05438516 L4_chemical_C2 +LQ06X009820 Predicted protein 11.87497723 L4_chemical_C3 +LQ06X009830 Predicted protein 6.05611613 C6_control_A1 +LQ06X009830 Predicted protein 5.938507775 C6_control_A3 +LQ06X009830 Predicted protein 6.482121295 C6_control_B1 +LQ06X009830 Predicted protein 6.297770891 C6_control_B2 +LQ06X009830 Predicted protein 7.124098452 C6_control_B3 +LQ06X009830 Predicted protein 5.992024937 C6_control_C1 +LQ06X009830 Predicted protein 6.602859458 C6_control_C2 +LQ06X009830 Predicted protein 6.050165248 C6_control_C3 +LQ06X009830 Predicted protein 6.054018628 C6_chemical_A1 +LQ06X009830 Predicted protein 6.123777199 C6_chemical_A3 +LQ06X009830 Predicted protein 6.833605287 C6_chemical_B1 +LQ06X009830 Predicted protein 6.173622998 C6_chemical_B2 +LQ06X009830 Predicted protein 6.93972399 C6_chemical_B3 +LQ06X009830 Predicted protein 6.094575931 C6_chemical_C1 +LQ06X009830 Predicted protein 6.525216545 C6_chemical_C2 +LQ06X009830 Predicted protein 6.170137141 C6_chemical_C3 +LQ06X009830 Predicted protein 6.562356117 L4_control_A1 +LQ06X009830 Predicted protein 6.573517928 L4_control_A2 +LQ06X009830 Predicted protein 6.147942779 L4_control_A3 +LQ06X009830 Predicted protein 6.485442713 L4_control_B1 +LQ06X009830 Predicted protein 6.581524829 L4_control_B2 +LQ06X009830 Predicted protein 6.627507065 L4_control_B3 +LQ06X009830 Predicted protein 6.25882733 L4_control_C2 +LQ06X009830 Predicted protein 6.746456978 L4_control_C3 +LQ06X009830 Predicted protein 5.988525257 L4_chemical_A1 +LQ06X009830 Predicted protein 6.489106098 L4_chemical_A2 +LQ06X009830 Predicted protein 5.739071884 L4_chemical_A3 +LQ06X009830 Predicted protein 6.180042239 L4_chemical_B1 +LQ06X009830 Predicted protein 6.515725672 L4_chemical_B2 +LQ06X009830 Predicted protein 6.797303766 L4_chemical_B3 +LQ06X009830 Predicted protein 6.00796713 L4_chemical_C2 +LQ06X009830 Predicted protein 6.750097159 L4_chemical_C3 +LQ06X009850 Omega-amidase NIT2 7.89480218 C6_control_A1 +LQ06X009850 Omega-amidase NIT2 8.942857807 C6_control_A3 +LQ06X009850 Omega-amidase NIT2 6.705019718 C6_control_B1 +LQ06X009850 Omega-amidase NIT2 7.412580469 C6_control_B2 +LQ06X009850 Omega-amidase NIT2 7.101623948 C6_control_B3 +LQ06X009850 Omega-amidase NIT2 8.608353984 C6_control_C1 +LQ06X009850 Omega-amidase NIT2 7.791137921 C6_control_C2 +LQ06X009850 Omega-amidase NIT2 8.18408845 C6_control_C3 +LQ06X009850 Omega-amidase NIT2 7.879949953 C6_chemical_A1 +LQ06X009850 Omega-amidase NIT2 10.07571554 C6_chemical_A3 +LQ06X009850 Omega-amidase NIT2 7.000135896 C6_chemical_B1 +LQ06X009850 Omega-amidase NIT2 7.105996682 C6_chemical_B2 +LQ06X009850 Omega-amidase NIT2 6.633839812 C6_chemical_B3 +LQ06X009850 Omega-amidase NIT2 8.319345023 C6_chemical_C1 +LQ06X009850 Omega-amidase NIT2 7.986957485 C6_chemical_C2 +LQ06X009850 Omega-amidase NIT2 8.896713247 C6_chemical_C3 +LQ06X009850 Omega-amidase NIT2 10.66186339 L4_control_A1 +LQ06X009850 Omega-amidase NIT2 11.19802045 L4_control_A2 +LQ06X009850 Omega-amidase NIT2 10.88529689 L4_control_A3 +LQ06X009850 Omega-amidase NIT2 10.35951621 L4_control_B1 +LQ06X009850 Omega-amidase NIT2 10.61307996 L4_control_B2 +LQ06X009850 Omega-amidase NIT2 8.958645405 L4_control_B3 +LQ06X009850 Omega-amidase NIT2 9.651169208 L4_control_C2 +LQ06X009850 Omega-amidase NIT2 10.16026655 L4_control_C3 +LQ06X009850 Omega-amidase NIT2 11.02161601 L4_chemical_A1 +LQ06X009850 Omega-amidase NIT2 11.23117862 L4_chemical_A2 +LQ06X009850 Omega-amidase NIT2 10.96665474 L4_chemical_A3 +LQ06X009850 Omega-amidase NIT2 10.7313564 L4_chemical_B1 +LQ06X009850 Omega-amidase NIT2 10.25197779 L4_chemical_B2 +LQ06X009850 Omega-amidase NIT2 9.508552865 L4_chemical_B3 +LQ06X009850 Omega-amidase NIT2 10.22638971 L4_chemical_C2 +LQ06X009850 Omega-amidase NIT2 9.961069249 L4_chemical_C3 +LQ06X009900 Putative uncharacterized protein 4.926274558 C6_control_A1 +LQ06X009900 Putative uncharacterized protein 4.937571625 C6_control_A3 +LQ06X009900 Putative uncharacterized protein 5.013563314 C6_control_B1 +LQ06X009900 Putative uncharacterized protein 4.973518412 C6_control_B2 +LQ06X009900 Putative uncharacterized protein 5.073939525 C6_control_B3 +LQ06X009900 Putative uncharacterized protein 5.219655817 C6_control_C1 +LQ06X009900 Putative uncharacterized protein 4.856208511 C6_control_C2 +LQ06X009900 Putative uncharacterized protein 4.945060474 C6_control_C3 +LQ06X009900 Putative uncharacterized protein 4.815571436 C6_chemical_A1 +LQ06X009900 Putative uncharacterized protein 4.718818866 C6_chemical_A3 +LQ06X009900 Putative uncharacterized protein 5.057301265 C6_chemical_B1 +LQ06X009900 Putative uncharacterized protein 5.084473755 C6_chemical_B2 +LQ06X009900 Putative uncharacterized protein 5.106707258 C6_chemical_B3 +LQ06X009900 Putative uncharacterized protein 4.832697253 C6_chemical_C1 +LQ06X009900 Putative uncharacterized protein 5.036391729 C6_chemical_C2 +LQ06X009900 Putative uncharacterized protein 4.868867503 C6_chemical_C3 +LQ06X009900 Putative uncharacterized protein 5.024054008 L4_control_A1 +LQ06X009900 Putative uncharacterized protein 4.972936191 L4_control_A2 +LQ06X009900 Putative uncharacterized protein 4.915230976 L4_control_A3 +LQ06X009900 Putative uncharacterized protein 4.994555495 L4_control_B1 +LQ06X009900 Putative uncharacterized protein 4.813631752 L4_control_B2 +LQ06X009900 Putative uncharacterized protein 4.808250979 L4_control_B3 +LQ06X009900 Putative uncharacterized protein 5.71141652 L4_control_C2 +LQ06X009900 Putative uncharacterized protein 5.583867744 L4_control_C3 +LQ06X009900 Putative uncharacterized protein 4.75237511 L4_chemical_A1 +LQ06X009900 Putative uncharacterized protein 5.072996455 L4_chemical_A2 +LQ06X009900 Putative uncharacterized protein 4.943844912 L4_chemical_A3 +LQ06X009900 Putative uncharacterized protein 4.919188105 L4_chemical_B1 +LQ06X009900 Putative uncharacterized protein 5.121370283 L4_chemical_B2 +LQ06X009900 Putative uncharacterized protein 5.087575053 L4_chemical_B3 +LQ06X009900 Putative uncharacterized protein 5.470729399 L4_chemical_C2 +LQ06X009900 Putative uncharacterized protein 5.21253932 L4_chemical_C3 +LQ06X009910 Putative uncharacterized protein 8.945589871 C6_control_A1 +LQ06X009910 Putative uncharacterized protein 8.493058576 C6_control_A3 +LQ06X009910 Putative uncharacterized protein 9.129101401 C6_control_B1 +LQ06X009910 Putative uncharacterized protein 9.085610412 C6_control_B2 +LQ06X009910 Putative uncharacterized protein 9.061545717 C6_control_B3 +LQ06X009910 Putative uncharacterized protein 10.13065495 C6_control_C1 +LQ06X009910 Putative uncharacterized protein 9.540526098 C6_control_C2 +LQ06X009910 Putative uncharacterized protein 9.676634213 C6_control_C3 +LQ06X009910 Putative uncharacterized protein 9.357579823 C6_chemical_A1 +LQ06X009910 Putative uncharacterized protein 9.430606888 C6_chemical_A3 +LQ06X009910 Putative uncharacterized protein 9.15710786 C6_chemical_B1 +LQ06X009910 Putative uncharacterized protein 9.038458729 C6_chemical_B2 +LQ06X009910 Putative uncharacterized protein 9.683808251 C6_chemical_B3 +LQ06X009910 Putative uncharacterized protein 10.2766578 C6_chemical_C1 +LQ06X009910 Putative uncharacterized protein 9.853979195 C6_chemical_C2 +LQ06X009910 Putative uncharacterized protein 10.25005205 C6_chemical_C3 +LQ06X009910 Putative uncharacterized protein 9.720611874 L4_control_A1 +LQ06X009910 Putative uncharacterized protein 9.529304926 L4_control_A2 +LQ06X009910 Putative uncharacterized protein 10.19773576 L4_control_A3 +LQ06X009910 Putative uncharacterized protein 9.099559356 L4_control_B1 +LQ06X009910 Putative uncharacterized protein 9.212212193 L4_control_B2 +LQ06X009910 Putative uncharacterized protein 10.07457789 L4_control_B3 +LQ06X009910 Putative uncharacterized protein 10.27393924 L4_control_C2 +LQ06X009910 Putative uncharacterized protein 10.45745293 L4_control_C3 +LQ06X009910 Putative uncharacterized protein 9.477589801 L4_chemical_A1 +LQ06X009910 Putative uncharacterized protein 9.131810989 L4_chemical_A2 +LQ06X009910 Putative uncharacterized protein 10.02393287 L4_chemical_A3 +LQ06X009910 Putative uncharacterized protein 8.513705958 L4_chemical_B1 +LQ06X009910 Putative uncharacterized protein 8.018406604 L4_chemical_B2 +LQ06X009910 Putative uncharacterized protein 9.451325508 L4_chemical_B3 +LQ06X009910 Putative uncharacterized protein 9.562735204 L4_chemical_C2 +LQ06X009910 Putative uncharacterized protein 10.48540773 L4_chemical_C3 +LQ06X009920 Protein Brevis radix-like 2 11.70435228 C6_control_A1 +LQ06X009920 Protein Brevis radix-like 2 11.5327556 C6_control_A3 +LQ06X009920 Protein Brevis radix-like 2 10.98057394 C6_control_B1 +LQ06X009920 Protein Brevis radix-like 2 9.795692787 C6_control_B2 +LQ06X009920 Protein Brevis radix-like 2 9.103063278 C6_control_B3 +LQ06X009920 Protein Brevis radix-like 2 12.82087848 C6_control_C1 +LQ06X009920 Protein Brevis radix-like 2 11.69162605 C6_control_C2 +LQ06X009920 Protein Brevis radix-like 2 11.40460419 C6_control_C3 +LQ06X009920 Protein Brevis radix-like 2 11.90313802 C6_chemical_A1 +LQ06X009920 Protein Brevis radix-like 2 11.46273496 C6_chemical_A3 +LQ06X009920 Protein Brevis radix-like 2 10.4084366 C6_chemical_B1 +LQ06X009920 Protein Brevis radix-like 2 9.413281511 C6_chemical_B2 +LQ06X009920 Protein Brevis radix-like 2 9.67188417 C6_chemical_B3 +LQ06X009920 Protein Brevis radix-like 2 12.92604749 C6_chemical_C1 +LQ06X009920 Protein Brevis radix-like 2 12.29881915 C6_chemical_C2 +LQ06X009920 Protein Brevis radix-like 2 12.11702079 C6_chemical_C3 +LQ06X009920 Protein Brevis radix-like 2 11.06163861 L4_control_A1 +LQ06X009920 Protein Brevis radix-like 2 11.61346057 L4_control_A2 +LQ06X009920 Protein Brevis radix-like 2 11.27100989 L4_control_A3 +LQ06X009920 Protein Brevis radix-like 2 9.730485023 L4_control_B1 +LQ06X009920 Protein Brevis radix-like 2 10.2989627 L4_control_B2 +LQ06X009920 Protein Brevis radix-like 2 9.141236941 L4_control_B3 +LQ06X009920 Protein Brevis radix-like 2 11.9135373 L4_control_C2 +LQ06X009920 Protein Brevis radix-like 2 11.2754191 L4_control_C3 +LQ06X009920 Protein Brevis radix-like 2 10.9446102 L4_chemical_A1 +LQ06X009920 Protein Brevis radix-like 2 11.33448648 L4_chemical_A2 +LQ06X009920 Protein Brevis radix-like 2 11.31152337 L4_chemical_A3 +LQ06X009920 Protein Brevis radix-like 2 10.58783513 L4_chemical_B1 +LQ06X009920 Protein Brevis radix-like 2 10.48492382 L4_chemical_B2 +LQ06X009920 Protein Brevis radix-like 2 9.454197866 L4_chemical_B3 +LQ06X009920 Protein Brevis radix-like 2 11.96953949 L4_chemical_C2 +LQ06X009920 Protein Brevis radix-like 2 11.25581171 L4_chemical_C3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 11.43600051 C6_control_A1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 11.35383217 C6_control_A3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 11.04463939 C6_control_B1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.36260369 C6_control_B2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.49287787 C6_control_B3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.74451459 C6_control_C1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.65454544 C6_control_C2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.73322675 C6_control_C3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 11.61642885 C6_chemical_A1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 11.62564061 C6_chemical_A3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.90000277 C6_chemical_B1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.29117126 C6_chemical_B2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.65342302 C6_chemical_B3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.99593074 C6_chemical_C1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.59194711 C6_chemical_C2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 11.25512294 C6_chemical_C3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 11.19188176 L4_control_A1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.67749067 L4_control_A2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.84054724 L4_control_A3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 9.660740683 L4_control_B1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.11814193 L4_control_B2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 9.739739442 L4_control_B3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.37185893 L4_control_C2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.29558941 L4_control_C3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.65267858 L4_chemical_A1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.4779757 L4_chemical_A2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.9906591 L4_chemical_A3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.34542139 L4_chemical_B1 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.02311032 L4_chemical_B2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.2953679 L4_chemical_B3 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.23739533 L4_chemical_C2 +LQ06X009950 Nuclear transcription factor Y subunit A-3 10.22164332 L4_chemical_C3 +LQ06X009960 PHD finger protein At5g26210 13.61747228 C6_control_A1 +LQ06X009960 PHD finger protein At5g26210 13.49805153 C6_control_A3 +LQ06X009960 PHD finger protein At5g26210 13.09353663 C6_control_B1 +LQ06X009960 PHD finger protein At5g26210 13.15600916 C6_control_B2 +LQ06X009960 PHD finger protein At5g26210 12.8151331 C6_control_B3 +LQ06X009960 PHD finger protein At5g26210 12.8016195 C6_control_C1 +LQ06X009960 PHD finger protein At5g26210 12.76777383 C6_control_C2 +LQ06X009960 PHD finger protein At5g26210 12.78560452 C6_control_C3 +LQ06X009960 PHD finger protein At5g26210 13.48355953 C6_chemical_A1 +LQ06X009960 PHD finger protein At5g26210 13.49507826 C6_chemical_A3 +LQ06X009960 PHD finger protein At5g26210 13.01159918 C6_chemical_B1 +LQ06X009960 PHD finger protein At5g26210 12.91551885 C6_chemical_B2 +LQ06X009960 PHD finger protein At5g26210 12.7850532 C6_chemical_B3 +LQ06X009960 PHD finger protein At5g26210 13.05444575 C6_chemical_C1 +LQ06X009960 PHD finger protein At5g26210 12.84728225 C6_chemical_C2 +LQ06X009960 PHD finger protein At5g26210 12.69431875 C6_chemical_C3 +LQ06X009960 PHD finger protein At5g26210 12.98422596 L4_control_A1 +LQ06X009960 PHD finger protein At5g26210 12.15567185 L4_control_A2 +LQ06X009960 PHD finger protein At5g26210 12.6247417 L4_control_A3 +LQ06X009960 PHD finger protein At5g26210 11.69138118 L4_control_B1 +LQ06X009960 PHD finger protein At5g26210 11.75828126 L4_control_B2 +LQ06X009960 PHD finger protein At5g26210 12.20429544 L4_control_B3 +LQ06X009960 PHD finger protein At5g26210 11.68354047 L4_control_C2 +LQ06X009960 PHD finger protein At5g26210 11.32313678 L4_control_C3 +LQ06X009960 PHD finger protein At5g26210 12.83997775 L4_chemical_A1 +LQ06X009960 PHD finger protein At5g26210 11.79060375 L4_chemical_A2 +LQ06X009960 PHD finger protein At5g26210 12.49828057 L4_chemical_A3 +LQ06X009960 PHD finger protein At5g26210 11.92224592 L4_chemical_B1 +LQ06X009960 PHD finger protein At5g26210 11.77357376 L4_chemical_B2 +LQ06X009960 PHD finger protein At5g26210 12.69257132 L4_chemical_B3 +LQ06X009960 PHD finger protein At5g26210 11.78885394 L4_chemical_C2 +LQ06X009960 PHD finger protein At5g26210 11.44281583 L4_chemical_C3 +LQ06X009970 Putative Solute carrier family 25 member 44 5.939966294 C6_control_A1 +LQ06X009970 Putative Solute carrier family 25 member 44 6.414378577 C6_control_A3 +LQ06X009970 Putative Solute carrier family 25 member 44 5.922504834 C6_control_B1 +LQ06X009970 Putative Solute carrier family 25 member 44 6.040455634 C6_control_B2 +LQ06X009970 Putative Solute carrier family 25 member 44 6.129348464 C6_control_B3 +LQ06X009970 Putative Solute carrier family 25 member 44 5.862683298 C6_control_C1 +LQ06X009970 Putative Solute carrier family 25 member 44 7.102076918 C6_control_C2 +LQ06X009970 Putative Solute carrier family 25 member 44 5.712442893 C6_control_C3 +LQ06X009970 Putative Solute carrier family 25 member 44 6.200089324 C6_chemical_A1 +LQ06X009970 Putative Solute carrier family 25 member 44 6.137364255 C6_chemical_A3 +LQ06X009970 Putative Solute carrier family 25 member 44 6.362930403 C6_chemical_B1 +LQ06X009970 Putative Solute carrier family 25 member 44 5.979992194 C6_chemical_B2 +LQ06X009970 Putative Solute carrier family 25 member 44 6.411438647 C6_chemical_B3 +LQ06X009970 Putative Solute carrier family 25 member 44 6.132352695 C6_chemical_C1 +LQ06X009970 Putative Solute carrier family 25 member 44 6.144274697 C6_chemical_C2 +LQ06X009970 Putative Solute carrier family 25 member 44 5.592581354 C6_chemical_C3 +LQ06X009970 Putative Solute carrier family 25 member 44 5.906280896 L4_control_A1 +LQ06X009970 Putative Solute carrier family 25 member 44 5.936278704 L4_control_A2 +LQ06X009970 Putative Solute carrier family 25 member 44 5.950655537 L4_control_A3 +LQ06X009970 Putative Solute carrier family 25 member 44 5.669901595 L4_control_B1 +LQ06X009970 Putative Solute carrier family 25 member 44 5.930072139 L4_control_B2 +LQ06X009970 Putative Solute carrier family 25 member 44 6.133034259 L4_control_B3 +LQ06X009970 Putative Solute carrier family 25 member 44 6.160451947 L4_control_C2 +LQ06X009970 Putative Solute carrier family 25 member 44 6.203365669 L4_control_C3 +LQ06X009970 Putative Solute carrier family 25 member 44 5.816007951 L4_chemical_A1 +LQ06X009970 Putative Solute carrier family 25 member 44 5.806528513 L4_chemical_A2 +LQ06X009970 Putative Solute carrier family 25 member 44 5.88391134 L4_chemical_A3 +LQ06X009970 Putative Solute carrier family 25 member 44 5.973854548 L4_chemical_B1 +LQ06X009970 Putative Solute carrier family 25 member 44 6.680504166 L4_chemical_B2 +LQ06X009970 Putative Solute carrier family 25 member 44 5.919024736 L4_chemical_B3 +LQ06X009970 Putative Solute carrier family 25 member 44 6.14191529 L4_chemical_C2 +LQ06X009970 Putative Solute carrier family 25 member 44 5.780293864 L4_chemical_C3 +LQ06X009980 Putative Midasin 11.97439254 C6_control_A1 +LQ06X009980 Putative Midasin 12.51385223 C6_control_A3 +LQ06X009980 Putative Midasin 11.31632242 C6_control_B1 +LQ06X009980 Putative Midasin 11.16832153 C6_control_B2 +LQ06X009980 Putative Midasin 11.63097682 C6_control_B3 +LQ06X009980 Putative Midasin 11.99570482 C6_control_C1 +LQ06X009980 Putative Midasin 12.15767697 C6_control_C2 +LQ06X009980 Putative Midasin 12.78088045 C6_control_C3 +LQ06X009980 Putative Midasin 11.58106442 C6_chemical_A1 +LQ06X009980 Putative Midasin 12.3455195 C6_chemical_A3 +LQ06X009980 Putative Midasin 10.53835996 C6_chemical_B1 +LQ06X009980 Putative Midasin 9.690913329 C6_chemical_B2 +LQ06X009980 Putative Midasin 11.20983322 C6_chemical_B3 +LQ06X009980 Putative Midasin 11.85266544 C6_chemical_C1 +LQ06X009980 Putative Midasin 11.89330426 C6_chemical_C2 +LQ06X009980 Putative Midasin 12.11188757 C6_chemical_C3 +LQ06X009980 Putative Midasin 12.95259091 L4_control_A1 +LQ06X009980 Putative Midasin 12.25847113 L4_control_A2 +LQ06X009980 Putative Midasin 13.14023274 L4_control_A3 +LQ06X009980 Putative Midasin 11.94752153 L4_control_B1 +LQ06X009980 Putative Midasin 11.89599816 L4_control_B2 +LQ06X009980 Putative Midasin 12.17897958 L4_control_B3 +LQ06X009980 Putative Midasin 13.91934728 L4_control_C2 +LQ06X009980 Putative Midasin 13.40593525 L4_control_C3 +LQ06X009980 Putative Midasin 12.63288643 L4_chemical_A1 +LQ06X009980 Putative Midasin 12.03285684 L4_chemical_A2 +LQ06X009980 Putative Midasin 12.95686835 L4_chemical_A3 +LQ06X009980 Putative Midasin 12.28024964 L4_chemical_B1 +LQ06X009980 Putative Midasin 12.15913138 L4_chemical_B2 +LQ06X009980 Putative Midasin 11.82377552 L4_chemical_B3 +LQ06X009980 Putative Midasin 13.66882069 L4_chemical_C2 +LQ06X009980 Putative Midasin 13.49492103 L4_chemical_C3 +LQ06X009990 Putative Myosin-J heavy chain 6.819798536 C6_control_A1 +LQ06X009990 Putative Myosin-J heavy chain 6.153780944 C6_control_A3 +LQ06X009990 Putative Myosin-J heavy chain 6.061551011 C6_control_B1 +LQ06X009990 Putative Myosin-J heavy chain 5.153400812 C6_control_B2 +LQ06X009990 Putative Myosin-J heavy chain 6.792152488 C6_control_B3 +LQ06X009990 Putative Myosin-J heavy chain 5.569042504 C6_control_C1 +LQ06X009990 Putative Myosin-J heavy chain 5.00151054 C6_control_C2 +LQ06X009990 Putative Myosin-J heavy chain 5.685552807 C6_control_C3 +LQ06X009990 Putative Myosin-J heavy chain 6.570586888 C6_chemical_A1 +LQ06X009990 Putative Myosin-J heavy chain 6.182694161 C6_chemical_A3 +LQ06X009990 Putative Myosin-J heavy chain 6.273987216 C6_chemical_B1 +LQ06X009990 Putative Myosin-J heavy chain 5.306716543 C6_chemical_B2 +LQ06X009990 Putative Myosin-J heavy chain 6.454572185 C6_chemical_B3 +LQ06X009990 Putative Myosin-J heavy chain 5.270698017 C6_chemical_C1 +LQ06X009990 Putative Myosin-J heavy chain 5.119559673 C6_chemical_C2 +LQ06X009990 Putative Myosin-J heavy chain 5.600601164 C6_chemical_C3 +LQ06X009990 Putative Myosin-J heavy chain 6.053602751 L4_control_A1 +LQ06X009990 Putative Myosin-J heavy chain 7.434439284 L4_control_A2 +LQ06X009990 Putative Myosin-J heavy chain 6.703729631 L4_control_A3 +LQ06X009990 Putative Myosin-J heavy chain 5.220732725 L4_control_B1 +LQ06X009990 Putative Myosin-J heavy chain 6.494925525 L4_control_B2 +LQ06X009990 Putative Myosin-J heavy chain 6.217161931 L4_control_B3 +LQ06X009990 Putative Myosin-J heavy chain 5.94659756 L4_control_C2 +LQ06X009990 Putative Myosin-J heavy chain 6.647786557 L4_control_C3 +LQ06X009990 Putative Myosin-J heavy chain 6.264371623 L4_chemical_A1 +LQ06X009990 Putative Myosin-J heavy chain 6.817500291 L4_chemical_A2 +LQ06X009990 Putative Myosin-J heavy chain 6.597511631 L4_chemical_A3 +LQ06X009990 Putative Myosin-J heavy chain 5.831345302 L4_chemical_B1 +LQ06X009990 Putative Myosin-J heavy chain 6.622050193 L4_chemical_B2 +LQ06X009990 Putative Myosin-J heavy chain 6.05670761 L4_chemical_B3 +LQ06X009990 Putative Myosin-J heavy chain 6.75047865 L4_chemical_C2 +LQ06X009990 Putative Myosin-J heavy chain 6.903518555 L4_chemical_C3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.499742577 C6_control_A1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.170037998 C6_control_A3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.02390395 C6_control_B1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.699456249 C6_control_B2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.28527837 C6_control_B3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.33781105 C6_control_C1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.1563569 C6_control_C2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.84493051 C6_control_C3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 8.956581118 C6_chemical_A1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.286586715 C6_chemical_A3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.308210832 C6_chemical_B1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.276024269 C6_chemical_B2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.22657664 C6_chemical_B3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.31523535 C6_chemical_C1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.36197634 C6_chemical_C2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.39254367 C6_chemical_C3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.569601802 L4_control_A1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.819839645 L4_control_A2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.615414146 L4_control_A3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.14349139 L4_control_B1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.032398102 L4_control_B2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.5615796 L4_control_B3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.41375294 L4_control_C2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.88682099 L4_control_C3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.42835427 L4_chemical_A1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.31802735 L4_chemical_A2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.4516664 L4_chemical_A3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 10.60802914 L4_chemical_B1 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.948713005 L4_chemical_B2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 9.851705986 L4_chemical_B3 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.47287292 L4_chemical_C2 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 11.68978367 L4_chemical_C3 +LQ06X010050 Putative uncharacterized protein 10.57904813 C6_control_A1 +LQ06X010050 Putative uncharacterized protein 11.38413315 C6_control_A3 +LQ06X010050 Putative uncharacterized protein 10.55127027 C6_control_B1 +LQ06X010050 Putative uncharacterized protein 9.750632711 C6_control_B2 +LQ06X010050 Putative uncharacterized protein 11.24107088 C6_control_B3 +LQ06X010050 Putative uncharacterized protein 8.192862733 C6_control_C1 +LQ06X010050 Putative uncharacterized protein 7.715226673 C6_control_C2 +LQ06X010050 Putative uncharacterized protein 9.281787983 C6_control_C3 +LQ06X010050 Putative uncharacterized protein 10.51171478 C6_chemical_A1 +LQ06X010050 Putative uncharacterized protein 11.12997757 C6_chemical_A3 +LQ06X010050 Putative uncharacterized protein 10.10036823 C6_chemical_B1 +LQ06X010050 Putative uncharacterized protein 9.51766874 C6_chemical_B2 +LQ06X010050 Putative uncharacterized protein 10.72497712 C6_chemical_B3 +LQ06X010050 Putative uncharacterized protein 7.807411179 C6_chemical_C1 +LQ06X010050 Putative uncharacterized protein 7.315840194 C6_chemical_C2 +LQ06X010050 Putative uncharacterized protein 8.448885612 C6_chemical_C3 +LQ06X010050 Putative uncharacterized protein 11.01441648 L4_control_A1 +LQ06X010050 Putative uncharacterized protein 10.31340807 L4_control_A2 +LQ06X010050 Putative uncharacterized protein 10.62539751 L4_control_A3 +LQ06X010050 Putative uncharacterized protein 9.507034047 L4_control_B1 +LQ06X010050 Putative uncharacterized protein 10.24318392 L4_control_B2 +LQ06X010050 Putative uncharacterized protein 9.232726252 L4_control_B3 +LQ06X010050 Putative uncharacterized protein 6.965559861 L4_control_C2 +LQ06X010050 Putative uncharacterized protein 7.87691733 L4_control_C3 +LQ06X010050 Putative uncharacterized protein 10.77710448 L4_chemical_A1 +LQ06X010050 Putative uncharacterized protein 9.228762038 L4_chemical_A2 +LQ06X010050 Putative uncharacterized protein 11.04169988 L4_chemical_A3 +LQ06X010050 Putative uncharacterized protein 9.334132955 L4_chemical_B1 +LQ06X010050 Putative uncharacterized protein 8.926136455 L4_chemical_B2 +LQ06X010050 Putative uncharacterized protein 10.06352113 L4_chemical_B3 +LQ06X010050 Putative uncharacterized protein 5.682056309 L4_chemical_C2 +LQ06X010050 Putative uncharacterized protein 7.763206413 L4_chemical_C3 +LQ06X010060 Putative uncharacterized protein 5.392609016 C6_control_A1 +LQ06X010060 Putative uncharacterized protein 5.185873007 C6_control_A3 +LQ06X010060 Putative uncharacterized protein 4.846053856 C6_control_B1 +LQ06X010060 Putative uncharacterized protein 5.380573813 C6_control_B2 +LQ06X010060 Putative uncharacterized protein 5.26928676 C6_control_B3 +LQ06X010060 Putative uncharacterized protein 4.989527205 C6_control_C1 +LQ06X010060 Putative uncharacterized protein 5.537661781 C6_control_C2 +LQ06X010060 Putative uncharacterized protein 5.515478757 C6_control_C3 +LQ06X010060 Putative uncharacterized protein 5.697009276 C6_chemical_A1 +LQ06X010060 Putative uncharacterized protein 5.261813929 C6_chemical_A3 +LQ06X010060 Putative uncharacterized protein 5.301634904 C6_chemical_B1 +LQ06X010060 Putative uncharacterized protein 5.356706262 C6_chemical_B2 +LQ06X010060 Putative uncharacterized protein 5.262619208 C6_chemical_B3 +LQ06X010060 Putative uncharacterized protein 5.151770071 C6_chemical_C1 +LQ06X010060 Putative uncharacterized protein 4.974888498 C6_chemical_C2 +LQ06X010060 Putative uncharacterized protein 5.694131276 C6_chemical_C3 +LQ06X010060 Putative uncharacterized protein 5.336320015 L4_control_A1 +LQ06X010060 Putative uncharacterized protein 5.582223005 L4_control_A2 +LQ06X010060 Putative uncharacterized protein 5.355941228 L4_control_A3 +LQ06X010060 Putative uncharacterized protein 5.673590967 L4_control_B1 +LQ06X010060 Putative uncharacterized protein 5.275034262 L4_control_B2 +LQ06X010060 Putative uncharacterized protein 5.223853019 L4_control_B3 +LQ06X010060 Putative uncharacterized protein 5.60583722 L4_control_C2 +LQ06X010060 Putative uncharacterized protein 4.891562418 L4_control_C3 +LQ06X010060 Putative uncharacterized protein 5.032958464 L4_chemical_A1 +LQ06X010060 Putative uncharacterized protein 5.558580305 L4_chemical_A2 +LQ06X010060 Putative uncharacterized protein 5.525989306 L4_chemical_A3 +LQ06X010060 Putative uncharacterized protein 5.168465208 L4_chemical_B1 +LQ06X010060 Putative uncharacterized protein 5.37424958 L4_chemical_B2 +LQ06X010060 Putative uncharacterized protein 5.125985639 L4_chemical_B3 +LQ06X010060 Putative uncharacterized protein 4.894587759 L4_chemical_C2 +LQ06X010060 Putative uncharacterized protein 5.632054582 L4_chemical_C3 +LQ06X010070 Protein phosphatase 2C 16 11.79342441 C6_control_A1 +LQ06X010070 Protein phosphatase 2C 16 11.75696403 C6_control_A3 +LQ06X010070 Protein phosphatase 2C 16 12.18328525 C6_control_B1 +LQ06X010070 Protein phosphatase 2C 16 11.60550928 C6_control_B2 +LQ06X010070 Protein phosphatase 2C 16 11.92877433 C6_control_B3 +LQ06X010070 Protein phosphatase 2C 16 12.51472876 C6_control_C1 +LQ06X010070 Protein phosphatase 2C 16 12.4582346 C6_control_C2 +LQ06X010070 Protein phosphatase 2C 16 12.23421503 C6_control_C3 +LQ06X010070 Protein phosphatase 2C 16 12.12000793 C6_chemical_A1 +LQ06X010070 Protein phosphatase 2C 16 12.38894253 C6_chemical_A3 +LQ06X010070 Protein phosphatase 2C 16 12.50279753 C6_chemical_B1 +LQ06X010070 Protein phosphatase 2C 16 12.02527314 C6_chemical_B2 +LQ06X010070 Protein phosphatase 2C 16 12.25498479 C6_chemical_B3 +LQ06X010070 Protein phosphatase 2C 16 12.39467148 C6_chemical_C1 +LQ06X010070 Protein phosphatase 2C 16 12.36630253 C6_chemical_C2 +LQ06X010070 Protein phosphatase 2C 16 12.56803621 C6_chemical_C3 +LQ06X010070 Protein phosphatase 2C 16 11.9380763 L4_control_A1 +LQ06X010070 Protein phosphatase 2C 16 11.64342555 L4_control_A2 +LQ06X010070 Protein phosphatase 2C 16 12.31799048 L4_control_A3 +LQ06X010070 Protein phosphatase 2C 16 12.30904923 L4_control_B1 +LQ06X010070 Protein phosphatase 2C 16 12.36696331 L4_control_B2 +LQ06X010070 Protein phosphatase 2C 16 12.53208422 L4_control_B3 +LQ06X010070 Protein phosphatase 2C 16 13.04447402 L4_control_C2 +LQ06X010070 Protein phosphatase 2C 16 12.83692389 L4_control_C3 +LQ06X010070 Protein phosphatase 2C 16 11.98938441 L4_chemical_A1 +LQ06X010070 Protein phosphatase 2C 16 12.16038996 L4_chemical_A2 +LQ06X010070 Protein phosphatase 2C 16 12.24350289 L4_chemical_A3 +LQ06X010070 Protein phosphatase 2C 16 12.20650408 L4_chemical_B1 +LQ06X010070 Protein phosphatase 2C 16 12.20218269 L4_chemical_B2 +LQ06X010070 Protein phosphatase 2C 16 12.29113107 L4_chemical_B3 +LQ06X010070 Protein phosphatase 2C 16 12.91078506 L4_chemical_C2 +LQ06X010070 Protein phosphatase 2C 16 12.87328527 L4_chemical_C3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.341297149 C6_control_A1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.372336231 C6_control_A3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.378503731 C6_control_B1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.347511522 C6_control_B2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.389915256 C6_control_B3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 4.93725766 C6_control_C1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.135374277 C6_control_C2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.142696732 C6_control_C3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.482944487 C6_chemical_A1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.55755297 C6_chemical_A3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.337982133 C6_chemical_B1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.326520869 C6_chemical_B2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.216687264 C6_chemical_B3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.149565619 C6_chemical_C1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.277333417 C6_chemical_C2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.302637999 C6_chemical_C3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.387096905 L4_control_A1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.510879224 L4_control_A2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.840787078 L4_control_A3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.827414771 L4_control_B1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 6.129688429 L4_control_B2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.336535963 L4_control_B3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.540533909 L4_control_C2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.075124927 L4_control_C3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.45267467 L4_chemical_A1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.357042573 L4_chemical_A2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 6.485286044 L4_chemical_A3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.518935068 L4_chemical_B1 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.546742485 L4_chemical_B2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.334535616 L4_chemical_B3 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.444312799 L4_chemical_C2 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.089943695 L4_chemical_C3 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.431765904 C6_control_A1 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.123167142 C6_control_A3 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.329777619 C6_control_B1 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.985403204 C6_control_B2 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.816017181 C6_control_B3 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.080862398 C6_control_C1 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.014146946 C6_control_C2 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.001909551 C6_control_C3 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.01364751 C6_chemical_A1 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.189881396 C6_chemical_A3 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.317563644 C6_chemical_B1 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.004844016 C6_chemical_B2 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.861119194 C6_chemical_B3 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.682779382 C6_chemical_C1 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.038841561 C6_chemical_C2 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.838690936 C6_chemical_C3 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.848206354 L4_control_A1 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.802651427 L4_control_A2 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.001398116 L4_control_A3 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.400109281 L4_control_B1 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.848178338 L4_control_B2 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.05309778 L4_control_B3 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.909307156 L4_control_C2 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.181158028 L4_control_C3 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.535092351 L4_chemical_A1 +LQ06X010120 Putative Nucleoside diphosphate kinase 4.834761698 L4_chemical_A2 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.316516254 L4_chemical_A3 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.546995746 L4_chemical_B1 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.246365235 L4_chemical_B2 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.004446565 L4_chemical_B3 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.225772939 L4_chemical_C2 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.130661205 L4_chemical_C3 +LQ06X010150 Lsm1, putative 4.70201731 C6_control_A1 +LQ06X010150 Lsm1, putative 4.938636846 C6_control_A3 +LQ06X010150 Lsm1, putative 5.061142708 C6_control_B1 +LQ06X010150 Lsm1, putative 5.626396363 C6_control_B2 +LQ06X010150 Lsm1, putative 5.051140802 C6_control_B3 +LQ06X010150 Lsm1, putative 5.533828349 C6_control_C1 +LQ06X010150 Lsm1, putative 5.132055158 C6_control_C2 +LQ06X010150 Lsm1, putative 4.801457144 C6_control_C3 +LQ06X010150 Lsm1, putative 4.873856577 C6_chemical_A1 +LQ06X010150 Lsm1, putative 4.944647519 C6_chemical_A3 +LQ06X010150 Lsm1, putative 4.856699061 C6_chemical_B1 +LQ06X010150 Lsm1, putative 5.544047429 C6_chemical_B2 +LQ06X010150 Lsm1, putative 5.020656858 C6_chemical_B3 +LQ06X010150 Lsm1, putative 4.799891636 C6_chemical_C1 +LQ06X010150 Lsm1, putative 4.76034715 C6_chemical_C2 +LQ06X010150 Lsm1, putative 4.827643969 C6_chemical_C3 +LQ06X010150 Lsm1, putative 4.750259978 L4_control_A1 +LQ06X010150 Lsm1, putative 4.834267602 L4_control_A2 +LQ06X010150 Lsm1, putative 5.344869087 L4_control_A3 +LQ06X010150 Lsm1, putative 4.912961268 L4_control_B1 +LQ06X010150 Lsm1, putative 4.851908686 L4_control_B2 +LQ06X010150 Lsm1, putative 4.988717032 L4_control_B3 +LQ06X010150 Lsm1, putative 4.900998303 L4_control_C2 +LQ06X010150 Lsm1, putative 5.377052958 L4_control_C3 +LQ06X010150 Lsm1, putative 4.668786383 L4_chemical_A1 +LQ06X010150 Lsm1, putative 4.589777266 L4_chemical_A2 +LQ06X010150 Lsm1, putative 5.074705883 L4_chemical_A3 +LQ06X010150 Lsm1, putative 4.518060315 L4_chemical_B1 +LQ06X010150 Lsm1, putative 4.73049467 L4_chemical_B2 +LQ06X010150 Lsm1, putative 4.891232926 L4_chemical_B3 +LQ06X010150 Lsm1, putative 4.629042523 L4_chemical_C2 +LQ06X010150 Lsm1, putative 4.933475839 L4_chemical_C3 +LQ06X010160 Ptm1, putative 13.01082412 C6_control_A1 +LQ06X010160 Ptm1, putative 12.95866854 C6_control_A3 +LQ06X010160 Ptm1, putative 13.34647744 C6_control_B1 +LQ06X010160 Ptm1, putative 13.03156947 C6_control_B2 +LQ06X010160 Ptm1, putative 13.20047445 C6_control_B3 +LQ06X010160 Ptm1, putative 12.06239543 C6_control_C1 +LQ06X010160 Ptm1, putative 11.79613098 C6_control_C2 +LQ06X010160 Ptm1, putative 12.492981 C6_control_C3 +LQ06X010160 Ptm1, putative 13.00762023 C6_chemical_A1 +LQ06X010160 Ptm1, putative 13.13630641 C6_chemical_A3 +LQ06X010160 Ptm1, putative 13.17472413 C6_chemical_B1 +LQ06X010160 Ptm1, putative 13.10995306 C6_chemical_B2 +LQ06X010160 Ptm1, putative 13.26761547 C6_chemical_B3 +LQ06X010160 Ptm1, putative 12.0837656 C6_chemical_C1 +LQ06X010160 Ptm1, putative 11.75312801 C6_chemical_C2 +LQ06X010160 Ptm1, putative 12.11237733 C6_chemical_C3 +LQ06X010160 Ptm1, putative 12.94342774 L4_control_A1 +LQ06X010160 Ptm1, putative 13.34592137 L4_control_A2 +LQ06X010160 Ptm1, putative 12.82247667 L4_control_A3 +LQ06X010160 Ptm1, putative 13.07799741 L4_control_B1 +LQ06X010160 Ptm1, putative 13.17899315 L4_control_B2 +LQ06X010160 Ptm1, putative 12.8182246 L4_control_B3 +LQ06X010160 Ptm1, putative 10.89525927 L4_control_C2 +LQ06X010160 Ptm1, putative 11.68804509 L4_control_C3 +LQ06X010160 Ptm1, putative 13.01881714 L4_chemical_A1 +LQ06X010160 Ptm1, putative 13.08319756 L4_chemical_A2 +LQ06X010160 Ptm1, putative 12.81954624 L4_chemical_A3 +LQ06X010160 Ptm1, putative 13.05702891 L4_chemical_B1 +LQ06X010160 Ptm1, putative 13.17370387 L4_chemical_B2 +LQ06X010160 Ptm1, putative 13.10527493 L4_chemical_B3 +LQ06X010160 Ptm1, putative 11.10705887 L4_chemical_C2 +LQ06X010160 Ptm1, putative 11.84838165 L4_chemical_C3 +LQ06X010220 Putative Nucleolysin TIAR 13.64996918 C6_control_A1 +LQ06X010220 Putative Nucleolysin TIAR 13.82234124 C6_control_A3 +LQ06X010220 Putative Nucleolysin TIAR 13.77494426 C6_control_B1 +LQ06X010220 Putative Nucleolysin TIAR 13.91310633 C6_control_B2 +LQ06X010220 Putative Nucleolysin TIAR 13.63681404 C6_control_B3 +LQ06X010220 Putative Nucleolysin TIAR 14.05202025 C6_control_C1 +LQ06X010220 Putative Nucleolysin TIAR 14.07051512 C6_control_C2 +LQ06X010220 Putative Nucleolysin TIAR 14.20947556 C6_control_C3 +LQ06X010220 Putative Nucleolysin TIAR 13.83067678 C6_chemical_A1 +LQ06X010220 Putative Nucleolysin TIAR 14.06356504 C6_chemical_A3 +LQ06X010220 Putative Nucleolysin TIAR 13.88525677 C6_chemical_B1 +LQ06X010220 Putative Nucleolysin TIAR 13.93201267 C6_chemical_B2 +LQ06X010220 Putative Nucleolysin TIAR 13.65280429 C6_chemical_B3 +LQ06X010220 Putative Nucleolysin TIAR 13.89770562 C6_chemical_C1 +LQ06X010220 Putative Nucleolysin TIAR 14.14258538 C6_chemical_C2 +LQ06X010220 Putative Nucleolysin TIAR 13.71403775 C6_chemical_C3 +LQ06X010220 Putative Nucleolysin TIAR 14.1430465 L4_control_A1 +LQ06X010220 Putative Nucleolysin TIAR 14.31419407 L4_control_A2 +LQ06X010220 Putative Nucleolysin TIAR 14.24151725 L4_control_A3 +LQ06X010220 Putative Nucleolysin TIAR 13.57530355 L4_control_B1 +LQ06X010220 Putative Nucleolysin TIAR 13.94429011 L4_control_B2 +LQ06X010220 Putative Nucleolysin TIAR 14.00479385 L4_control_B3 +LQ06X010220 Putative Nucleolysin TIAR 13.57372639 L4_control_C2 +LQ06X010220 Putative Nucleolysin TIAR 13.8077939 L4_control_C3 +LQ06X010220 Putative Nucleolysin TIAR 13.95079862 L4_chemical_A1 +LQ06X010220 Putative Nucleolysin TIAR 14.30237177 L4_chemical_A2 +LQ06X010220 Putative Nucleolysin TIAR 13.96557185 L4_chemical_A3 +LQ06X010220 Putative Nucleolysin TIAR 13.85410064 L4_chemical_B1 +LQ06X010220 Putative Nucleolysin TIAR 13.85599482 L4_chemical_B2 +LQ06X010220 Putative Nucleolysin TIAR 13.99873976 L4_chemical_B3 +LQ06X010220 Putative Nucleolysin TIAR 13.87791458 L4_chemical_C2 +LQ06X010220 Putative Nucleolysin TIAR 13.7880611 L4_chemical_C3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.442537318 C6_control_A1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.802280201 C6_control_A3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.44925157 C6_control_B1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.304666447 C6_control_B2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.093666072 C6_control_B3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.478011096 C6_control_C1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.777748275 C6_control_C2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.059988737 C6_control_C3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.508105772 C6_chemical_A1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.418384273 C6_chemical_A3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 4.759831563 C6_chemical_B1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.419327084 C6_chemical_B2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.100162805 C6_chemical_B3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.145753995 C6_chemical_C1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.238613003 C6_chemical_C2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 4.850389935 C6_chemical_C3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 4.972079524 L4_control_A1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.643661133 L4_control_A2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.86488872 L4_control_A3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.493686535 L4_control_B1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.629270387 L4_control_B2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.455859807 L4_control_B3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 4.807681725 L4_control_C2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 4.666222815 L4_control_C3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.316274835 L4_chemical_A1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.566590513 L4_chemical_A2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 6.2250562 L4_chemical_A3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.94847228 L4_chemical_B1 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.143921135 L4_chemical_B2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.46836802 L4_chemical_B3 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.357466566 L4_chemical_C2 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.375214047 L4_chemical_C3 +LQ06X010250 Putative disease resistance protein At1g59780 6.213741146 C6_control_A1 +LQ06X010250 Putative disease resistance protein At1g59780 6.395191695 C6_control_A3 +LQ06X010250 Putative disease resistance protein At1g59780 6.358997507 C6_control_B1 +LQ06X010250 Putative disease resistance protein At1g59780 6.554052531 C6_control_B2 +LQ06X010250 Putative disease resistance protein At1g59780 6.477782958 C6_control_B3 +LQ06X010250 Putative disease resistance protein At1g59780 6.463923465 C6_control_C1 +LQ06X010250 Putative disease resistance protein At1g59780 7.112786259 C6_control_C2 +LQ06X010250 Putative disease resistance protein At1g59780 6.558028383 C6_control_C3 +LQ06X010250 Putative disease resistance protein At1g59780 6.203903185 C6_chemical_A1 +LQ06X010250 Putative disease resistance protein At1g59780 5.956417659 C6_chemical_A3 +LQ06X010250 Putative disease resistance protein At1g59780 6.367968129 C6_chemical_B1 +LQ06X010250 Putative disease resistance protein At1g59780 6.422505389 C6_chemical_B2 +LQ06X010250 Putative disease resistance protein At1g59780 6.176086816 C6_chemical_B3 +LQ06X010250 Putative disease resistance protein At1g59780 6.241428938 C6_chemical_C1 +LQ06X010250 Putative disease resistance protein At1g59780 6.338284809 C6_chemical_C2 +LQ06X010250 Putative disease resistance protein At1g59780 6.170744352 C6_chemical_C3 +LQ06X010250 Putative disease resistance protein At1g59780 5.970329509 L4_control_A1 +LQ06X010250 Putative disease resistance protein At1g59780 6.344076278 L4_control_A2 +LQ06X010250 Putative disease resistance protein At1g59780 5.817416049 L4_control_A3 +LQ06X010250 Putative disease resistance protein At1g59780 5.555022289 L4_control_B1 +LQ06X010250 Putative disease resistance protein At1g59780 6.342628064 L4_control_B2 +LQ06X010250 Putative disease resistance protein At1g59780 6.486330782 L4_control_B3 +LQ06X010250 Putative disease resistance protein At1g59780 8.012757215 L4_control_C2 +LQ06X010250 Putative disease resistance protein At1g59780 6.714036229 L4_control_C3 +LQ06X010250 Putative disease resistance protein At1g59780 6.029813741 L4_chemical_A1 +LQ06X010250 Putative disease resistance protein At1g59780 6.233845275 L4_chemical_A2 +LQ06X010250 Putative disease resistance protein At1g59780 6.581390612 L4_chemical_A3 +LQ06X010250 Putative disease resistance protein At1g59780 6.656203151 L4_chemical_B1 +LQ06X010250 Putative disease resistance protein At1g59780 6.260402337 L4_chemical_B2 +LQ06X010250 Putative disease resistance protein At1g59780 6.18232235 L4_chemical_B3 +LQ06X010250 Putative disease resistance protein At1g59780 7.712298047 L4_chemical_C2 +LQ06X010250 Putative disease resistance protein At1g59780 5.63615767 L4_chemical_C3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.58297161 C6_control_A1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.77872165 C6_control_A3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.4614298 C6_control_B1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.82730626 C6_control_B2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.12236769 C6_control_B3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.0325527 C6_control_C1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.58429728 C6_control_C2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.77179247 C6_control_C3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.46191751 C6_chemical_A1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.15441062 C6_chemical_A3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.4208496 C6_chemical_B1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.83464028 C6_chemical_B2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.82386143 C6_chemical_B3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.98950801 C6_chemical_C1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.78954454 C6_chemical_C2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 10.99787159 C6_chemical_C3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.92783851 L4_control_A1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.40603429 L4_control_A2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.7444838 L4_control_A3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.11661197 L4_control_B1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.49828671 L4_control_B2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 9.779383201 L4_control_B3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.22537453 L4_control_C2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 10.07836422 L4_control_C3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.81963831 L4_chemical_A1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.52603662 L4_chemical_A2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.65331541 L4_chemical_A3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.70179455 L4_chemical_B1 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 11.41066928 L4_chemical_B2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 10.44674346 L4_chemical_B3 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 10.88182035 L4_chemical_C2 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 10.25714914 L4_chemical_C3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.35754468 C6_control_A1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.62370091 C6_control_A3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.74504641 C6_control_B1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.86025231 C6_control_B2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.85245914 C6_control_B3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.69470299 C6_control_C1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.90720576 C6_control_C2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.47183124 C6_control_C3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.95175275 C6_chemical_A1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.52124707 C6_chemical_A3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.56678194 C6_chemical_B1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.82635334 C6_chemical_B2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.12260746 C6_chemical_B3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.50532794 C6_chemical_C1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.78377617 C6_chemical_C2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.4062593 C6_chemical_C3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 11.71823411 L4_control_A1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 11.69573594 L4_control_A2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 10.82934087 L4_control_A3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.3581019 L4_control_B1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.46198176 L4_control_B2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 11.11481293 L4_control_B3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.74941034 L4_control_C2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 11.69020408 L4_control_C3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.70408708 L4_chemical_A1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.99970318 L4_chemical_A2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.11994618 L4_chemical_A3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.53591121 L4_chemical_B1 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.37366393 L4_chemical_B2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 11.54680916 L4_chemical_B3 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 11.90537057 L4_chemical_C2 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 11.79925965 L4_chemical_C3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.539512417 C6_control_A1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.980111629 C6_control_A3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.338578362 C6_control_B1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.883351561 C6_control_B2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.414800536 C6_control_B3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.295944087 C6_control_C1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.896492988 C6_control_C2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.962386868 C6_control_C3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.83196404 C6_chemical_A1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.110180907 C6_chemical_A3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.194851613 C6_chemical_B1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.864329606 C6_chemical_B2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.251622853 C6_chemical_B3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.471167833 C6_chemical_C1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.945611839 C6_chemical_C2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.888169802 C6_chemical_C3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.345399886 L4_control_A1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.240498849 L4_control_A2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.294084941 L4_control_A3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.173914096 L4_control_B1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.995472352 L4_control_B2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.224516777 L4_control_B3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.211312231 L4_control_C2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.085501152 L4_control_C3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.251432763 L4_chemical_A1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.199671354 L4_chemical_A2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.517891933 L4_chemical_A3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.940614029 L4_chemical_B1 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.151563334 L4_chemical_B2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.179886785 L4_chemical_B3 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.298900828 L4_chemical_C2 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 5.406955084 L4_chemical_C3 +LQ06X010380 25.3 kDa vesicle transport protein 5.810851546 C6_control_A1 +LQ06X010380 25.3 kDa vesicle transport protein 5.816296221 C6_control_A3 +LQ06X010380 25.3 kDa vesicle transport protein 5.351317583 C6_control_B1 +LQ06X010380 25.3 kDa vesicle transport protein 5.795833335 C6_control_B2 +LQ06X010380 25.3 kDa vesicle transport protein 5.841945227 C6_control_B3 +LQ06X010380 25.3 kDa vesicle transport protein 5.305939611 C6_control_C1 +LQ06X010380 25.3 kDa vesicle transport protein 6.338282449 C6_control_C2 +LQ06X010380 25.3 kDa vesicle transport protein 5.535519106 C6_control_C3 +LQ06X010380 25.3 kDa vesicle transport protein 5.282489978 C6_chemical_A1 +LQ06X010380 25.3 kDa vesicle transport protein 5.427481411 C6_chemical_A3 +LQ06X010380 25.3 kDa vesicle transport protein 5.338519176 C6_chemical_B1 +LQ06X010380 25.3 kDa vesicle transport protein 5.707056415 C6_chemical_B2 +LQ06X010380 25.3 kDa vesicle transport protein 6.052147229 C6_chemical_B3 +LQ06X010380 25.3 kDa vesicle transport protein 5.511208489 C6_chemical_C1 +LQ06X010380 25.3 kDa vesicle transport protein 5.433879581 C6_chemical_C2 +LQ06X010380 25.3 kDa vesicle transport protein 5.593731594 C6_chemical_C3 +LQ06X010380 25.3 kDa vesicle transport protein 5.204752434 L4_control_A1 +LQ06X010380 25.3 kDa vesicle transport protein 5.654980468 L4_control_A2 +LQ06X010380 25.3 kDa vesicle transport protein 5.178457515 L4_control_A3 +LQ06X010380 25.3 kDa vesicle transport protein 5.378487216 L4_control_B1 +LQ06X010380 25.3 kDa vesicle transport protein 5.723121665 L4_control_B2 +LQ06X010380 25.3 kDa vesicle transport protein 5.329241348 L4_control_B3 +LQ06X010380 25.3 kDa vesicle transport protein 5.556475578 L4_control_C2 +LQ06X010380 25.3 kDa vesicle transport protein 5.322535163 L4_control_C3 +LQ06X010380 25.3 kDa vesicle transport protein 5.386718047 L4_chemical_A1 +LQ06X010380 25.3 kDa vesicle transport protein 5.640411231 L4_chemical_A2 +LQ06X010380 25.3 kDa vesicle transport protein 5.404558093 L4_chemical_A3 +LQ06X010380 25.3 kDa vesicle transport protein 5.586114809 L4_chemical_B1 +LQ06X010380 25.3 kDa vesicle transport protein 6.441391439 L4_chemical_B2 +LQ06X010380 25.3 kDa vesicle transport protein 5.197224913 L4_chemical_B3 +LQ06X010380 25.3 kDa vesicle transport protein 5.208261392 L4_chemical_C2 +LQ06X010380 25.3 kDa vesicle transport protein 5.497152547 L4_chemical_C3 +LQ06X010390 Predicted protein 9.651136934 C6_control_A1 +LQ06X010390 Predicted protein 9.514263115 C6_control_A3 +LQ06X010390 Predicted protein 9.264196801 C6_control_B1 +LQ06X010390 Predicted protein 9.266488636 C6_control_B2 +LQ06X010390 Predicted protein 8.874168568 C6_control_B3 +LQ06X010390 Predicted protein 9.833867333 C6_control_C1 +LQ06X010390 Predicted protein 9.558463556 C6_control_C2 +LQ06X010390 Predicted protein 9.886101718 C6_control_C3 +LQ06X010390 Predicted protein 9.485116871 C6_chemical_A1 +LQ06X010390 Predicted protein 9.680958822 C6_chemical_A3 +LQ06X010390 Predicted protein 9.482254209 C6_chemical_B1 +LQ06X010390 Predicted protein 9.235863701 C6_chemical_B2 +LQ06X010390 Predicted protein 9.015656252 C6_chemical_B3 +LQ06X010390 Predicted protein 9.693314163 C6_chemical_C1 +LQ06X010390 Predicted protein 9.407119787 C6_chemical_C2 +LQ06X010390 Predicted protein 9.403798783 C6_chemical_C3 +LQ06X010390 Predicted protein 9.41445445 L4_control_A1 +LQ06X010390 Predicted protein 8.994764146 L4_control_A2 +LQ06X010390 Predicted protein 9.955912033 L4_control_A3 +LQ06X010390 Predicted protein 8.767233206 L4_control_B1 +LQ06X010390 Predicted protein 9.610898893 L4_control_B2 +LQ06X010390 Predicted protein 8.922009406 L4_control_B3 +LQ06X010390 Predicted protein 9.82418107 L4_control_C2 +LQ06X010390 Predicted protein 9.823523581 L4_control_C3 +LQ06X010390 Predicted protein 9.275875277 L4_chemical_A1 +LQ06X010390 Predicted protein 8.989480501 L4_chemical_A2 +LQ06X010390 Predicted protein 9.865642203 L4_chemical_A3 +LQ06X010390 Predicted protein 9.508409098 L4_chemical_B1 +LQ06X010390 Predicted protein 9.312786429 L4_chemical_B2 +LQ06X010390 Predicted protein 8.680622533 L4_chemical_B3 +LQ06X010390 Predicted protein 9.350680939 L4_chemical_C2 +LQ06X010390 Predicted protein 9.711004118 L4_chemical_C3 +LQ06X010420 Predicted protein 11.72773063 C6_control_A1 +LQ06X010420 Predicted protein 11.44873912 C6_control_A3 +LQ06X010420 Predicted protein 11.88453063 C6_control_B1 +LQ06X010420 Predicted protein 11.7681847 C6_control_B2 +LQ06X010420 Predicted protein 11.68333122 C6_control_B3 +LQ06X010420 Predicted protein 11.25901371 C6_control_C1 +LQ06X010420 Predicted protein 11.13015999 C6_control_C2 +LQ06X010420 Predicted protein 11.65298679 C6_control_C3 +LQ06X010420 Predicted protein 11.71489065 C6_chemical_A1 +LQ06X010420 Predicted protein 11.56344614 C6_chemical_A3 +LQ06X010420 Predicted protein 11.61668125 C6_chemical_B1 +LQ06X010420 Predicted protein 11.26332027 C6_chemical_B2 +LQ06X010420 Predicted protein 11.81464002 C6_chemical_B3 +LQ06X010420 Predicted protein 11.01941918 C6_chemical_C1 +LQ06X010420 Predicted protein 10.8650951 C6_chemical_C2 +LQ06X010420 Predicted protein 11.5835805 C6_chemical_C3 +LQ06X010420 Predicted protein 11.79087385 L4_control_A1 +LQ06X010420 Predicted protein 11.23089866 L4_control_A2 +LQ06X010420 Predicted protein 12.0129781 L4_control_A3 +LQ06X010420 Predicted protein 11.4652015 L4_control_B1 +LQ06X010420 Predicted protein 12.3031083 L4_control_B2 +LQ06X010420 Predicted protein 10.7465261 L4_control_B3 +LQ06X010420 Predicted protein 11.84018603 L4_control_C2 +LQ06X010420 Predicted protein 11.58631574 L4_control_C3 +LQ06X010420 Predicted protein 11.5227566 L4_chemical_A1 +LQ06X010420 Predicted protein 11.03077363 L4_chemical_A2 +LQ06X010420 Predicted protein 11.72701725 L4_chemical_A3 +LQ06X010420 Predicted protein 11.58041722 L4_chemical_B1 +LQ06X010420 Predicted protein 12.04124329 L4_chemical_B2 +LQ06X010420 Predicted protein 10.98413776 L4_chemical_B3 +LQ06X010420 Predicted protein 11.83270672 L4_chemical_C2 +LQ06X010420 Predicted protein 11.674444 L4_chemical_C3 +LQ06X010430 Putative uncharacterized protein At3g14180 6.95929518 C6_control_A1 +LQ06X010430 Putative uncharacterized protein At3g14180 7.107349306 C6_control_A3 +LQ06X010430 Putative uncharacterized protein At3g14180 7.717618957 C6_control_B1 +LQ06X010430 Putative uncharacterized protein At3g14180 7.082560926 C6_control_B2 +LQ06X010430 Putative uncharacterized protein At3g14180 7.726550533 C6_control_B3 +LQ06X010430 Putative uncharacterized protein At3g14180 7.377946829 C6_control_C1 +LQ06X010430 Putative uncharacterized protein At3g14180 7.57056352 C6_control_C2 +LQ06X010430 Putative uncharacterized protein At3g14180 8.24461801 C6_control_C3 +LQ06X010430 Putative uncharacterized protein At3g14180 6.908086691 C6_chemical_A1 +LQ06X010430 Putative uncharacterized protein At3g14180 7.835370981 C6_chemical_A3 +LQ06X010430 Putative uncharacterized protein At3g14180 7.193536744 C6_chemical_B1 +LQ06X010430 Putative uncharacterized protein At3g14180 7.079917859 C6_chemical_B2 +LQ06X010430 Putative uncharacterized protein At3g14180 7.79684267 C6_chemical_B3 +LQ06X010430 Putative uncharacterized protein At3g14180 7.568482358 C6_chemical_C1 +LQ06X010430 Putative uncharacterized protein At3g14180 7.628397544 C6_chemical_C2 +LQ06X010430 Putative uncharacterized protein At3g14180 8.551283432 C6_chemical_C3 +LQ06X010430 Putative uncharacterized protein At3g14180 6.882687428 L4_control_A1 +LQ06X010430 Putative uncharacterized protein At3g14180 6.882202394 L4_control_A2 +LQ06X010430 Putative uncharacterized protein At3g14180 6.856620813 L4_control_A3 +LQ06X010430 Putative uncharacterized protein At3g14180 8.18901658 L4_control_B1 +LQ06X010430 Putative uncharacterized protein At3g14180 8.061197289 L4_control_B2 +LQ06X010430 Putative uncharacterized protein At3g14180 8.169630948 L4_control_B3 +LQ06X010430 Putative uncharacterized protein At3g14180 8.762256059 L4_control_C2 +LQ06X010430 Putative uncharacterized protein At3g14180 9.341140254 L4_control_C3 +LQ06X010430 Putative uncharacterized protein At3g14180 6.703142754 L4_chemical_A1 +LQ06X010430 Putative uncharacterized protein At3g14180 6.907763496 L4_chemical_A2 +LQ06X010430 Putative uncharacterized protein At3g14180 6.338486787 L4_chemical_A3 +LQ06X010430 Putative uncharacterized protein At3g14180 8.378950757 L4_chemical_B1 +LQ06X010430 Putative uncharacterized protein At3g14180 7.149799516 L4_chemical_B2 +LQ06X010430 Putative uncharacterized protein At3g14180 7.669103633 L4_chemical_B3 +LQ06X010430 Putative uncharacterized protein At3g14180 8.627503769 L4_chemical_C2 +LQ06X010430 Putative uncharacterized protein At3g14180 9.479607671 L4_chemical_C3 +LQ06X010440 Hypothetical protein 11.34679753 C6_control_A1 +LQ06X010440 Hypothetical protein 12.8479932 C6_control_A3 +LQ06X010440 Hypothetical protein 11.47349924 C6_control_B1 +LQ06X010440 Hypothetical protein 12.29330586 C6_control_B2 +LQ06X010440 Hypothetical protein 12.78399313 C6_control_B3 +LQ06X010440 Hypothetical protein 13.61237002 C6_control_C1 +LQ06X010440 Hypothetical protein 14.4445257 C6_control_C2 +LQ06X010440 Hypothetical protein 14.57988218 C6_control_C3 +LQ06X010440 Hypothetical protein 9.751919469 C6_chemical_A1 +LQ06X010440 Hypothetical protein 13.2157399 C6_chemical_A3 +LQ06X010440 Hypothetical protein 11.78159957 C6_chemical_B1 +LQ06X010440 Hypothetical protein 11.49592235 C6_chemical_B2 +LQ06X010440 Hypothetical protein 14.1245191 C6_chemical_B3 +LQ06X010440 Hypothetical protein 12.99761389 C6_chemical_C1 +LQ06X010440 Hypothetical protein 14.12104967 C6_chemical_C2 +LQ06X010440 Hypothetical protein 15.2939819 C6_chemical_C3 +LQ06X010440 Hypothetical protein 10.35174572 L4_control_A1 +LQ06X010440 Hypothetical protein 10.77206148 L4_control_A2 +LQ06X010440 Hypothetical protein 13.69148783 L4_control_A3 +LQ06X010440 Hypothetical protein 12.61248972 L4_control_B1 +LQ06X010440 Hypothetical protein 12.22412133 L4_control_B2 +LQ06X010440 Hypothetical protein 13.80011442 L4_control_B3 +LQ06X010440 Hypothetical protein 13.96585467 L4_control_C2 +LQ06X010440 Hypothetical protein 14.2448737 L4_control_C3 +LQ06X010440 Hypothetical protein 12.90763431 L4_chemical_A1 +LQ06X010440 Hypothetical protein 13.57629278 L4_chemical_A2 +LQ06X010440 Hypothetical protein 13.1221831 L4_chemical_A3 +LQ06X010440 Hypothetical protein 13.357765 L4_chemical_B1 +LQ06X010440 Hypothetical protein 12.42042787 L4_chemical_B2 +LQ06X010440 Hypothetical protein 13.47246848 L4_chemical_B3 +LQ06X010440 Hypothetical protein 13.80526573 L4_chemical_C2 +LQ06X010440 Hypothetical protein 14.11773281 L4_chemical_C3 +LQ06X010450 Chaperone protein dnaJ, putative 5.809545729 C6_control_A1 +LQ06X010450 Chaperone protein dnaJ, putative 5.667574271 C6_control_A3 +LQ06X010450 Chaperone protein dnaJ, putative 5.515651328 C6_control_B1 +LQ06X010450 Chaperone protein dnaJ, putative 5.483534264 C6_control_B2 +LQ06X010450 Chaperone protein dnaJ, putative 5.721075895 C6_control_B3 +LQ06X010450 Chaperone protein dnaJ, putative 5.145912422 C6_control_C1 +LQ06X010450 Chaperone protein dnaJ, putative 5.8167233 C6_control_C2 +LQ06X010450 Chaperone protein dnaJ, putative 5.198129384 C6_control_C3 +LQ06X010450 Chaperone protein dnaJ, putative 5.562863199 C6_chemical_A1 +LQ06X010450 Chaperone protein dnaJ, putative 5.638068453 C6_chemical_A3 +LQ06X010450 Chaperone protein dnaJ, putative 5.429109765 C6_chemical_B1 +LQ06X010450 Chaperone protein dnaJ, putative 5.421675546 C6_chemical_B2 +LQ06X010450 Chaperone protein dnaJ, putative 5.741706502 C6_chemical_B3 +LQ06X010450 Chaperone protein dnaJ, putative 5.381221367 C6_chemical_C1 +LQ06X010450 Chaperone protein dnaJ, putative 5.703171419 C6_chemical_C2 +LQ06X010450 Chaperone protein dnaJ, putative 5.085633439 C6_chemical_C3 +LQ06X010450 Chaperone protein dnaJ, putative 5.344833151 L4_control_A1 +LQ06X010450 Chaperone protein dnaJ, putative 5.832401814 L4_control_A2 +LQ06X010450 Chaperone protein dnaJ, putative 6.327607897 L4_control_A3 +LQ06X010450 Chaperone protein dnaJ, putative 5.838140391 L4_control_B1 +LQ06X010450 Chaperone protein dnaJ, putative 5.57814743 L4_control_B2 +LQ06X010450 Chaperone protein dnaJ, putative 5.456849303 L4_control_B3 +LQ06X010450 Chaperone protein dnaJ, putative 5.007157667 L4_control_C2 +LQ06X010450 Chaperone protein dnaJ, putative 5.040769808 L4_control_C3 +LQ06X010450 Chaperone protein dnaJ, putative 5.760857492 L4_chemical_A1 +LQ06X010450 Chaperone protein dnaJ, putative 5.923935069 L4_chemical_A2 +LQ06X010450 Chaperone protein dnaJ, putative 6.437183668 L4_chemical_A3 +LQ06X010450 Chaperone protein dnaJ, putative 5.653361558 L4_chemical_B1 +LQ06X010450 Chaperone protein dnaJ, putative 4.908385271 L4_chemical_B2 +LQ06X010450 Chaperone protein dnaJ, putative 5.517216614 L4_chemical_B3 +LQ06X010450 Chaperone protein dnaJ, putative 5.340025325 L4_chemical_C2 +LQ06X010450 Chaperone protein dnaJ, putative 5.114995455 L4_chemical_C3 +LQ06X010480 Putative uncharacterized protein 10.00353776 C6_control_A1 +LQ06X010480 Putative uncharacterized protein 10.14406979 C6_control_A3 +LQ06X010480 Putative uncharacterized protein 9.79521966 C6_control_B1 +LQ06X010480 Putative uncharacterized protein 11.1492307 C6_control_B2 +LQ06X010480 Putative uncharacterized protein 10.7452703 C6_control_B3 +LQ06X010480 Putative uncharacterized protein 11.36041386 C6_control_C1 +LQ06X010480 Putative uncharacterized protein 12.39189356 C6_control_C2 +LQ06X010480 Putative uncharacterized protein 11.90565385 C6_control_C3 +LQ06X010480 Putative uncharacterized protein 8.348982221 C6_chemical_A1 +LQ06X010480 Putative uncharacterized protein 8.726538921 C6_chemical_A3 +LQ06X010480 Putative uncharacterized protein 7.681770239 C6_chemical_B1 +LQ06X010480 Putative uncharacterized protein 9.918045073 C6_chemical_B2 +LQ06X010480 Putative uncharacterized protein 10.68411223 C6_chemical_B3 +LQ06X010480 Putative uncharacterized protein 10.85034891 C6_chemical_C1 +LQ06X010480 Putative uncharacterized protein 11.48963677 C6_chemical_C2 +LQ06X010480 Putative uncharacterized protein 11.51712841 C6_chemical_C3 +LQ06X010480 Putative uncharacterized protein 9.778860385 L4_control_A1 +LQ06X010480 Putative uncharacterized protein 10.42057794 L4_control_A2 +LQ06X010480 Putative uncharacterized protein 9.694786714 L4_control_A3 +LQ06X010480 Putative uncharacterized protein 10.0094542 L4_control_B1 +LQ06X010480 Putative uncharacterized protein 9.586469684 L4_control_B2 +LQ06X010480 Putative uncharacterized protein 11.80700093 L4_control_B3 +LQ06X010480 Putative uncharacterized protein 12.1781513 L4_control_C2 +LQ06X010480 Putative uncharacterized protein 12.21224312 L4_control_C3 +LQ06X010480 Putative uncharacterized protein 10.92802362 L4_chemical_A1 +LQ06X010480 Putative uncharacterized protein 8.27686922 L4_chemical_A2 +LQ06X010480 Putative uncharacterized protein 9.319113644 L4_chemical_A3 +LQ06X010480 Putative uncharacterized protein 8.066379852 L4_chemical_B1 +LQ06X010480 Putative uncharacterized protein 9.253789787 L4_chemical_B2 +LQ06X010480 Putative uncharacterized protein 10.02214256 L4_chemical_B3 +LQ06X010480 Putative uncharacterized protein 11.24216749 L4_chemical_C2 +LQ06X010480 Putative uncharacterized protein 11.43590809 L4_chemical_C3 +LQ06X010490 17.4 kDa class III heat shock protein 11.51136899 C6_control_A1 +LQ06X010490 17.4 kDa class III heat shock protein 11.39355528 C6_control_A3 +LQ06X010490 17.4 kDa class III heat shock protein 11.85760712 C6_control_B1 +LQ06X010490 17.4 kDa class III heat shock protein 12.5658251 C6_control_B2 +LQ06X010490 17.4 kDa class III heat shock protein 12.08883385 C6_control_B3 +LQ06X010490 17.4 kDa class III heat shock protein 12.74984278 C6_control_C1 +LQ06X010490 17.4 kDa class III heat shock protein 12.54400476 C6_control_C2 +LQ06X010490 17.4 kDa class III heat shock protein 11.32305862 C6_control_C3 +LQ06X010490 17.4 kDa class III heat shock protein 13.52658648 C6_chemical_A1 +LQ06X010490 17.4 kDa class III heat shock protein 11.95488402 C6_chemical_A3 +LQ06X010490 17.4 kDa class III heat shock protein 12.86395439 C6_chemical_B1 +LQ06X010490 17.4 kDa class III heat shock protein 13.28831971 C6_chemical_B2 +LQ06X010490 17.4 kDa class III heat shock protein 11.71136487 C6_chemical_B3 +LQ06X010490 17.4 kDa class III heat shock protein 15.09694695 C6_chemical_C1 +LQ06X010490 17.4 kDa class III heat shock protein 13.45353041 C6_chemical_C2 +LQ06X010490 17.4 kDa class III heat shock protein 11.84932862 C6_chemical_C3 +LQ06X010490 17.4 kDa class III heat shock protein 10.51883859 L4_control_A1 +LQ06X010490 17.4 kDa class III heat shock protein 10.85589367 L4_control_A2 +LQ06X010490 17.4 kDa class III heat shock protein 9.659015849 L4_control_A3 +LQ06X010490 17.4 kDa class III heat shock protein 11.14203175 L4_control_B1 +LQ06X010490 17.4 kDa class III heat shock protein 10.6676711 L4_control_B2 +LQ06X010490 17.4 kDa class III heat shock protein 10.7755843 L4_control_B3 +LQ06X010490 17.4 kDa class III heat shock protein 10.89637867 L4_control_C2 +LQ06X010490 17.4 kDa class III heat shock protein 9.260569039 L4_control_C3 +LQ06X010490 17.4 kDa class III heat shock protein 11.37559132 L4_chemical_A1 +LQ06X010490 17.4 kDa class III heat shock protein 12.68650386 L4_chemical_A2 +LQ06X010490 17.4 kDa class III heat shock protein 9.30754825 L4_chemical_A3 +LQ06X010490 17.4 kDa class III heat shock protein 11.47160257 L4_chemical_B1 +LQ06X010490 17.4 kDa class III heat shock protein 12.06944065 L4_chemical_B2 +LQ06X010490 17.4 kDa class III heat shock protein 10.02790444 L4_chemical_B3 +LQ06X010490 17.4 kDa class III heat shock protein 11.81858904 L4_chemical_C2 +LQ06X010490 17.4 kDa class III heat shock protein 10.43538773 L4_chemical_C3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.08127894 C6_control_A1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.77834517 C6_control_A3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.92434411 C6_control_B1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.92516359 C6_control_B2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.72455432 C6_control_B3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.27743966 C6_control_C1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 12.3271873 C6_control_C2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.8039377 C6_control_C3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.01906958 C6_chemical_A1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.06715229 C6_chemical_A3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.72991687 C6_chemical_B1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.15131008 C6_chemical_B2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.0258816 C6_chemical_B3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.53208393 C6_chemical_C1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 12.05768779 C6_chemical_C2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.76112019 C6_chemical_C3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.98661407 L4_control_A1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.34463461 L4_control_A2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.55916009 L4_control_A3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.58213928 L4_control_B1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.35170156 L4_control_B2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.31704631 L4_control_B3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.78419264 L4_control_C2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.99019706 L4_control_C3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.6784815 L4_chemical_A1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 9.968695144 L4_chemical_A2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.10719178 L4_chemical_A3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.59019352 L4_chemical_B1 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.37789489 L4_chemical_B2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 10.240735 L4_chemical_B3 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.49314219 L4_chemical_C2 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.08623614 L4_chemical_C3 +LQ06X010510 40S ribosomal protein SA 5.541100121 C6_control_A1 +LQ06X010510 40S ribosomal protein SA 6.055085393 C6_control_A3 +LQ06X010510 40S ribosomal protein SA 5.351036837 C6_control_B1 +LQ06X010510 40S ribosomal protein SA 6.032429008 C6_control_B2 +LQ06X010510 40S ribosomal protein SA 5.786338352 C6_control_B3 +LQ06X010510 40S ribosomal protein SA 5.675609665 C6_control_C1 +LQ06X010510 40S ribosomal protein SA 6.364653059 C6_control_C2 +LQ06X010510 40S ribosomal protein SA 5.801702681 C6_control_C3 +LQ06X010510 40S ribosomal protein SA 5.71963374 C6_chemical_A1 +LQ06X010510 40S ribosomal protein SA 5.803157961 C6_chemical_A3 +LQ06X010510 40S ribosomal protein SA 5.219894969 C6_chemical_B1 +LQ06X010510 40S ribosomal protein SA 5.793729235 C6_chemical_B2 +LQ06X010510 40S ribosomal protein SA 6.096091787 C6_chemical_B3 +LQ06X010510 40S ribosomal protein SA 6.58683348 C6_chemical_C1 +LQ06X010510 40S ribosomal protein SA 5.934284138 C6_chemical_C2 +LQ06X010510 40S ribosomal protein SA 5.777280011 C6_chemical_C3 +LQ06X010510 40S ribosomal protein SA 5.732441221 L4_control_A1 +LQ06X010510 40S ribosomal protein SA 5.713160428 L4_control_A2 +LQ06X010510 40S ribosomal protein SA 5.704502724 L4_control_A3 +LQ06X010510 40S ribosomal protein SA 5.55661157 L4_control_B1 +LQ06X010510 40S ribosomal protein SA 5.463360611 L4_control_B2 +LQ06X010510 40S ribosomal protein SA 5.642264226 L4_control_B3 +LQ06X010510 40S ribosomal protein SA 5.654237939 L4_control_C2 +LQ06X010510 40S ribosomal protein SA 5.359703875 L4_control_C3 +LQ06X010510 40S ribosomal protein SA 5.631056005 L4_chemical_A1 +LQ06X010510 40S ribosomal protein SA 5.698997569 L4_chemical_A2 +LQ06X010510 40S ribosomal protein SA 6.250999921 L4_chemical_A3 +LQ06X010510 40S ribosomal protein SA 5.528066741 L4_chemical_B1 +LQ06X010510 40S ribosomal protein SA 5.254790463 L4_chemical_B2 +LQ06X010510 40S ribosomal protein SA 5.7278459 L4_chemical_B3 +LQ06X010510 40S ribosomal protein SA 5.432374812 L4_chemical_C2 +LQ06X010510 40S ribosomal protein SA 5.104429241 L4_chemical_C3 +LQ06X010520 Predicted protein 5.210639424 C6_control_A1 +LQ06X010520 Predicted protein 4.719124611 C6_control_A3 +LQ06X010520 Predicted protein 5.283688946 C6_control_B1 +LQ06X010520 Predicted protein 5.484141882 C6_control_B2 +LQ06X010520 Predicted protein 5.498166589 C6_control_B3 +LQ06X010520 Predicted protein 5.52216566 C6_control_C1 +LQ06X010520 Predicted protein 5.884179399 C6_control_C2 +LQ06X010520 Predicted protein 5.210683871 C6_control_C3 +LQ06X010520 Predicted protein 5.062009429 C6_chemical_A1 +LQ06X010520 Predicted protein 5.110414253 C6_chemical_A3 +LQ06X010520 Predicted protein 5.417598853 C6_chemical_B1 +LQ06X010520 Predicted protein 5.454758415 C6_chemical_B2 +LQ06X010520 Predicted protein 5.560725704 C6_chemical_B3 +LQ06X010520 Predicted protein 5.946380256 C6_chemical_C1 +LQ06X010520 Predicted protein 6.214636129 C6_chemical_C2 +LQ06X010520 Predicted protein 5.678903001 C6_chemical_C3 +LQ06X010520 Predicted protein 5.135185755 L4_control_A1 +LQ06X010520 Predicted protein 5.095031209 L4_control_A2 +LQ06X010520 Predicted protein 5.117936103 L4_control_A3 +LQ06X010520 Predicted protein 5.161321867 L4_control_B1 +LQ06X010520 Predicted protein 4.980405327 L4_control_B2 +LQ06X010520 Predicted protein 5.282058454 L4_control_B3 +LQ06X010520 Predicted protein 5.14296974 L4_control_C2 +LQ06X010520 Predicted protein 5.48307342 L4_control_C3 +LQ06X010520 Predicted protein 5.125383745 L4_chemical_A1 +LQ06X010520 Predicted protein 4.889486022 L4_chemical_A2 +LQ06X010520 Predicted protein 5.165637385 L4_chemical_A3 +LQ06X010520 Predicted protein 5.085943431 L4_chemical_B1 +LQ06X010520 Predicted protein 5.367171646 L4_chemical_B2 +LQ06X010520 Predicted protein 5.346898301 L4_chemical_B3 +LQ06X010520 Predicted protein 5.231647277 L4_chemical_C2 +LQ06X010520 Predicted protein 5.305447846 L4_chemical_C3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.903034135 C6_control_A1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.084786849 C6_control_A3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.101488177 C6_control_B1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.015359405 C6_control_B2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.723240976 C6_control_B3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.73645721 C6_control_C1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.719013462 C6_control_C2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.641250154 C6_control_C3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.761868081 C6_chemical_A1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.714533256 C6_chemical_A3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.998699759 C6_chemical_B1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.132664596 C6_chemical_B2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.938692015 C6_chemical_B3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.806206113 C6_chemical_C1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.766756346 C6_chemical_C2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.896993461 C6_chemical_C3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.128417523 L4_control_A1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.870058413 L4_control_A2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.200306467 L4_control_A3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.772428197 L4_control_B1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.822191342 L4_control_B2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.276332532 L4_control_B3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.224017883 L4_control_C2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.896278445 L4_control_C3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.779674321 L4_chemical_A1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.178100737 L4_chemical_A2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.207813959 L4_chemical_A3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.986086514 L4_chemical_B1 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.939131779 L4_chemical_B2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 5.03264352 L4_chemical_B3 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.980017955 L4_chemical_C2 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.930970046 L4_chemical_C3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.621411892 C6_control_A1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.908203026 C6_control_A3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.32919585 C6_control_B1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.584445068 C6_control_B2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.189642051 C6_control_B3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.020274589 C6_control_C1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.339410883 C6_control_C2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.883722459 C6_control_C3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.941436722 C6_chemical_A1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.738972855 C6_chemical_A3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.512920341 C6_chemical_B1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.62865031 C6_chemical_B2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.56297744 C6_chemical_B3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.649906151 C6_chemical_C1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.44157072 C6_chemical_C2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.951174502 C6_chemical_C3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.460459275 L4_control_A1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.196761521 L4_control_A2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.120710844 L4_control_A3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 7.294513245 L4_control_B1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.781509841 L4_control_B2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.45973991 L4_control_B3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 7.303991509 L4_control_C2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 7.435415814 L4_control_C3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.662870854 L4_chemical_A1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 6.325110421 L4_chemical_A2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.724319879 L4_chemical_A3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 7.070648825 L4_chemical_B1 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 7.306508694 L4_chemical_B2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.829496705 L4_chemical_B3 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 7.742477872 L4_chemical_C2 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 7.77219085 L4_chemical_C3 +LQ06X010630 Subtilisin-like protease 13.21434981 C6_control_A1 +LQ06X010630 Subtilisin-like protease 13.32839462 C6_control_A3 +LQ06X010630 Subtilisin-like protease 12.14346245 C6_control_B1 +LQ06X010630 Subtilisin-like protease 11.93454758 C6_control_B2 +LQ06X010630 Subtilisin-like protease 11.96444877 C6_control_B3 +LQ06X010630 Subtilisin-like protease 9.959758872 C6_control_C1 +LQ06X010630 Subtilisin-like protease 10.19017011 C6_control_C2 +LQ06X010630 Subtilisin-like protease 10.47966532 C6_control_C3 +LQ06X010630 Subtilisin-like protease 13.26618145 C6_chemical_A1 +LQ06X010630 Subtilisin-like protease 13.33856255 C6_chemical_A3 +LQ06X010630 Subtilisin-like protease 12.06386441 C6_chemical_B1 +LQ06X010630 Subtilisin-like protease 11.85807394 C6_chemical_B2 +LQ06X010630 Subtilisin-like protease 11.73729392 C6_chemical_B3 +LQ06X010630 Subtilisin-like protease 10.28536 C6_chemical_C1 +LQ06X010630 Subtilisin-like protease 9.315522981 C6_chemical_C2 +LQ06X010630 Subtilisin-like protease 9.783855205 C6_chemical_C3 +LQ06X010630 Subtilisin-like protease 13.51037584 L4_control_A1 +LQ06X010630 Subtilisin-like protease 14.01014595 L4_control_A2 +LQ06X010630 Subtilisin-like protease 13.56966274 L4_control_A3 +LQ06X010630 Subtilisin-like protease 12.03535828 L4_control_B1 +LQ06X010630 Subtilisin-like protease 12.22599441 L4_control_B2 +LQ06X010630 Subtilisin-like protease 11.57714921 L4_control_B3 +LQ06X010630 Subtilisin-like protease 9.156228812 L4_control_C2 +LQ06X010630 Subtilisin-like protease 9.699711596 L4_control_C3 +LQ06X010630 Subtilisin-like protease 13.42268264 L4_chemical_A1 +LQ06X010630 Subtilisin-like protease 13.4929752 L4_chemical_A2 +LQ06X010630 Subtilisin-like protease 13.53692025 L4_chemical_A3 +LQ06X010630 Subtilisin-like protease 11.95274061 L4_chemical_B1 +LQ06X010630 Subtilisin-like protease 12.54440361 L4_chemical_B2 +LQ06X010630 Subtilisin-like protease 12.50899462 L4_chemical_B3 +LQ06X010630 Subtilisin-like protease 9.236204556 L4_chemical_C2 +LQ06X010630 Subtilisin-like protease 10.04362466 L4_chemical_C3 +LQ06X010640 Hypothetical protein 7.156880801 C6_control_A1 +LQ06X010640 Hypothetical protein 6.824273411 C6_control_A3 +LQ06X010640 Hypothetical protein 6.175969459 C6_control_B1 +LQ06X010640 Hypothetical protein 8.06753005 C6_control_B2 +LQ06X010640 Hypothetical protein 7.109357851 C6_control_B3 +LQ06X010640 Hypothetical protein 9.377884569 C6_control_C1 +LQ06X010640 Hypothetical protein 9.665727938 C6_control_C2 +LQ06X010640 Hypothetical protein 9.275368137 C6_control_C3 +LQ06X010640 Hypothetical protein 6.595936909 C6_chemical_A1 +LQ06X010640 Hypothetical protein 7.023503566 C6_chemical_A3 +LQ06X010640 Hypothetical protein 6.383209752 C6_chemical_B1 +LQ06X010640 Hypothetical protein 7.687787452 C6_chemical_B2 +LQ06X010640 Hypothetical protein 5.889514538 C6_chemical_B3 +LQ06X010640 Hypothetical protein 9.2587294 C6_chemical_C1 +LQ06X010640 Hypothetical protein 9.596658583 C6_chemical_C2 +LQ06X010640 Hypothetical protein 9.114449448 C6_chemical_C3 +LQ06X010640 Hypothetical protein 6.293486526 L4_control_A1 +LQ06X010640 Hypothetical protein 7.174708843 L4_control_A2 +LQ06X010640 Hypothetical protein 5.537274278 L4_control_A3 +LQ06X010640 Hypothetical protein 6.321817454 L4_control_B1 +LQ06X010640 Hypothetical protein 6.16398458 L4_control_B2 +LQ06X010640 Hypothetical protein 7.003405665 L4_control_B3 +LQ06X010640 Hypothetical protein 8.801014195 L4_control_C2 +LQ06X010640 Hypothetical protein 7.877221142 L4_control_C3 +LQ06X010640 Hypothetical protein 6.771274855 L4_chemical_A1 +LQ06X010640 Hypothetical protein 6.590799055 L4_chemical_A2 +LQ06X010640 Hypothetical protein 5.317536648 L4_chemical_A3 +LQ06X010640 Hypothetical protein 6.098391618 L4_chemical_B1 +LQ06X010640 Hypothetical protein 5.985012762 L4_chemical_B2 +LQ06X010640 Hypothetical protein 6.169100075 L4_chemical_B3 +LQ06X010640 Hypothetical protein 8.481387945 L4_chemical_C2 +LQ06X010640 Hypothetical protein 7.516717023 L4_chemical_C3 +LQ06X010670 Putative uncharacterized protein 5.2717141 C6_control_A1 +LQ06X010670 Putative uncharacterized protein 5.830696713 C6_control_A3 +LQ06X010670 Putative uncharacterized protein 5.554226443 C6_control_B1 +LQ06X010670 Putative uncharacterized protein 5.439979321 C6_control_B2 +LQ06X010670 Putative uncharacterized protein 5.842033098 C6_control_B3 +LQ06X010670 Putative uncharacterized protein 5.201619596 C6_control_C1 +LQ06X010670 Putative uncharacterized protein 5.377399921 C6_control_C2 +LQ06X010670 Putative uncharacterized protein 5.212621016 C6_control_C3 +LQ06X010670 Putative uncharacterized protein 5.485792173 C6_chemical_A1 +LQ06X010670 Putative uncharacterized protein 5.85259703 C6_chemical_A3 +LQ06X010670 Putative uncharacterized protein 4.951186738 C6_chemical_B1 +LQ06X010670 Putative uncharacterized protein 5.149549502 C6_chemical_B2 +LQ06X010670 Putative uncharacterized protein 5.868844863 C6_chemical_B3 +LQ06X010670 Putative uncharacterized protein 5.265178285 C6_chemical_C1 +LQ06X010670 Putative uncharacterized protein 5.838679384 C6_chemical_C2 +LQ06X010670 Putative uncharacterized protein 5.248153247 C6_chemical_C3 +LQ06X010670 Putative uncharacterized protein 5.147738485 L4_control_A1 +LQ06X010670 Putative uncharacterized protein 5.783356518 L4_control_A2 +LQ06X010670 Putative uncharacterized protein 5.976428867 L4_control_A3 +LQ06X010670 Putative uncharacterized protein 5.698281208 L4_control_B1 +LQ06X010670 Putative uncharacterized protein 5.334916103 L4_control_B2 +LQ06X010670 Putative uncharacterized protein 5.481008414 L4_control_B3 +LQ06X010670 Putative uncharacterized protein 5.542382576 L4_control_C2 +LQ06X010670 Putative uncharacterized protein 5.430519886 L4_control_C3 +LQ06X010670 Putative uncharacterized protein 5.439640964 L4_chemical_A1 +LQ06X010670 Putative uncharacterized protein 5.534702038 L4_chemical_A2 +LQ06X010670 Putative uncharacterized protein 5.768108482 L4_chemical_A3 +LQ06X010670 Putative uncharacterized protein 5.563228307 L4_chemical_B1 +LQ06X010670 Putative uncharacterized protein 5.356060612 L4_chemical_B2 +LQ06X010670 Putative uncharacterized protein 5.390187068 L4_chemical_B3 +LQ06X010670 Putative uncharacterized protein 5.33374416 L4_chemical_C2 +LQ06X010670 Putative uncharacterized protein 5.621832736 L4_chemical_C3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 4.980980153 C6_control_A1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.359013018 C6_control_A3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.213507069 C6_control_B1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 6.054625203 C6_control_B2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.748825722 C6_control_B3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.619611973 C6_control_C1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 6.027517207 C6_control_C2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 7.796813588 C6_control_C3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 4.917779703 C6_chemical_A1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.160774563 C6_chemical_A3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.10810716 C6_chemical_B1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.570429029 C6_chemical_B2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.546594177 C6_chemical_B3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.662038191 C6_chemical_C1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 7.12165216 C6_chemical_C2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 7.5641072 C6_chemical_C3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.142107652 L4_control_A1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.257034211 L4_control_A2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.681431008 L4_control_A3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.401465084 L4_control_B1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 4.98284163 L4_control_B2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.474479974 L4_control_B3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.831629354 L4_control_C2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.953799152 L4_control_C3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.945628468 L4_chemical_A1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.712166081 L4_chemical_A2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.292996097 L4_chemical_A3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.263896005 L4_chemical_B1 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 4.855262218 L4_chemical_B2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.040417294 L4_chemical_B3 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.771191486 L4_chemical_C2 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 5.998747196 L4_chemical_C3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.947476552 C6_control_A1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.288004099 C6_control_A3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.720668132 C6_control_B1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.004144173 C6_control_B2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.094102576 C6_control_B3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.726655632 C6_control_C1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.608383941 C6_control_C2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.92776638 C6_control_C3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.642347635 C6_chemical_A1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.012040578 C6_chemical_A3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.912764182 C6_chemical_B1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.879291439 C6_chemical_B2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.072564005 C6_chemical_B3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.561930245 C6_chemical_C1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.686638292 C6_chemical_C2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.817404666 C6_chemical_C3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.004073618 L4_control_A1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.709396402 L4_control_A2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.78963791 L4_control_A3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.294617981 L4_control_B1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.173258057 L4_control_B2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.102476169 L4_control_B3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.471053422 L4_control_C2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.651467304 L4_control_C3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.008134648 L4_chemical_A1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.869977358 L4_chemical_A2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.81145285 L4_chemical_A3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.694489596 L4_chemical_B1 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.688194496 L4_chemical_B2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 6.070937087 L4_chemical_B3 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.722500704 L4_chemical_C2 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.646817569 L4_chemical_C3 +LQ06X010750 Proteasome subunit alpha type-5 6.127694674 C6_control_A1 +LQ06X010750 Proteasome subunit alpha type-5 7.240442168 C6_control_A3 +LQ06X010750 Proteasome subunit alpha type-5 6.183952085 C6_control_B1 +LQ06X010750 Proteasome subunit alpha type-5 5.978413521 C6_control_B2 +LQ06X010750 Proteasome subunit alpha type-5 6.593947445 C6_control_B3 +LQ06X010750 Proteasome subunit alpha type-5 6.188687447 C6_control_C1 +LQ06X010750 Proteasome subunit alpha type-5 6.867718453 C6_control_C2 +LQ06X010750 Proteasome subunit alpha type-5 5.617075727 C6_control_C3 +LQ06X010750 Proteasome subunit alpha type-5 5.950528682 C6_chemical_A1 +LQ06X010750 Proteasome subunit alpha type-5 5.824378122 C6_chemical_A3 +LQ06X010750 Proteasome subunit alpha type-5 6.03801056 C6_chemical_B1 +LQ06X010750 Proteasome subunit alpha type-5 5.871945904 C6_chemical_B2 +LQ06X010750 Proteasome subunit alpha type-5 5.566170078 C6_chemical_B3 +LQ06X010750 Proteasome subunit alpha type-5 6.098358538 C6_chemical_C1 +LQ06X010750 Proteasome subunit alpha type-5 6.24290866 C6_chemical_C2 +LQ06X010750 Proteasome subunit alpha type-5 5.859184219 C6_chemical_C3 +LQ06X010750 Proteasome subunit alpha type-5 6.018005167 L4_control_A1 +LQ06X010750 Proteasome subunit alpha type-5 5.630914456 L4_control_A2 +LQ06X010750 Proteasome subunit alpha type-5 5.656040415 L4_control_A3 +LQ06X010750 Proteasome subunit alpha type-5 5.439811692 L4_control_B1 +LQ06X010750 Proteasome subunit alpha type-5 6.245065457 L4_control_B2 +LQ06X010750 Proteasome subunit alpha type-5 5.822613566 L4_control_B3 +LQ06X010750 Proteasome subunit alpha type-5 6.007544827 L4_control_C2 +LQ06X010750 Proteasome subunit alpha type-5 6.136249539 L4_control_C3 +LQ06X010750 Proteasome subunit alpha type-5 5.895206801 L4_chemical_A1 +LQ06X010750 Proteasome subunit alpha type-5 5.604609064 L4_chemical_A2 +LQ06X010750 Proteasome subunit alpha type-5 5.624284801 L4_chemical_A3 +LQ06X010750 Proteasome subunit alpha type-5 6.446928494 L4_chemical_B1 +LQ06X010750 Proteasome subunit alpha type-5 6.071896405 L4_chemical_B2 +LQ06X010750 Proteasome subunit alpha type-5 5.938997473 L4_chemical_B3 +LQ06X010750 Proteasome subunit alpha type-5 5.969609886 L4_chemical_C2 +LQ06X010750 Proteasome subunit alpha type-5 5.429898197 L4_chemical_C3 +LQ06X010760 Alanine aminotransferase 2 11.16225216 C6_control_A1 +LQ06X010760 Alanine aminotransferase 2 11.42566752 C6_control_A3 +LQ06X010760 Alanine aminotransferase 2 10.93565662 C6_control_B1 +LQ06X010760 Alanine aminotransferase 2 10.48915913 C6_control_B2 +LQ06X010760 Alanine aminotransferase 2 10.73310953 C6_control_B3 +LQ06X010760 Alanine aminotransferase 2 11.41094136 C6_control_C1 +LQ06X010760 Alanine aminotransferase 2 11.20710519 C6_control_C2 +LQ06X010760 Alanine aminotransferase 2 11.16580471 C6_control_C3 +LQ06X010760 Alanine aminotransferase 2 11.10217916 C6_chemical_A1 +LQ06X010760 Alanine aminotransferase 2 11.65858948 C6_chemical_A3 +LQ06X010760 Alanine aminotransferase 2 10.68227219 C6_chemical_B1 +LQ06X010760 Alanine aminotransferase 2 10.34386873 C6_chemical_B2 +LQ06X010760 Alanine aminotransferase 2 10.65329458 C6_chemical_B3 +LQ06X010760 Alanine aminotransferase 2 11.31596832 C6_chemical_C1 +LQ06X010760 Alanine aminotransferase 2 11.37303359 C6_chemical_C2 +LQ06X010760 Alanine aminotransferase 2 10.997885 C6_chemical_C3 +LQ06X010760 Alanine aminotransferase 2 11.61056123 L4_control_A1 +LQ06X010760 Alanine aminotransferase 2 11.20974246 L4_control_A2 +LQ06X010760 Alanine aminotransferase 2 12.20120694 L4_control_A3 +LQ06X010760 Alanine aminotransferase 2 11.21079674 L4_control_B1 +LQ06X010760 Alanine aminotransferase 2 11.45808179 L4_control_B2 +LQ06X010760 Alanine aminotransferase 2 11.4487515 L4_control_B3 +LQ06X010760 Alanine aminotransferase 2 12.1419015 L4_control_C2 +LQ06X010760 Alanine aminotransferase 2 12.29116559 L4_control_C3 +LQ06X010760 Alanine aminotransferase 2 12.02105018 L4_chemical_A1 +LQ06X010760 Alanine aminotransferase 2 11.33670658 L4_chemical_A2 +LQ06X010760 Alanine aminotransferase 2 11.95921154 L4_chemical_A3 +LQ06X010760 Alanine aminotransferase 2 11.39091792 L4_chemical_B1 +LQ06X010760 Alanine aminotransferase 2 11.05426487 L4_chemical_B2 +LQ06X010760 Alanine aminotransferase 2 11.10090653 L4_chemical_B3 +LQ06X010760 Alanine aminotransferase 2 12.20035691 L4_chemical_C2 +LQ06X010760 Alanine aminotransferase 2 12.25680904 L4_chemical_C3 +LQ06X010770 Pectinesterase 3 6.985056168 C6_control_A1 +LQ06X010770 Pectinesterase 3 5.814825147 C6_control_A3 +LQ06X010770 Pectinesterase 3 7.051428545 C6_control_B1 +LQ06X010770 Pectinesterase 3 6.637897574 C6_control_B2 +LQ06X010770 Pectinesterase 3 6.834797961 C6_control_B3 +LQ06X010770 Pectinesterase 3 6.807402963 C6_control_C1 +LQ06X010770 Pectinesterase 3 6.299633643 C6_control_C2 +LQ06X010770 Pectinesterase 3 6.305682908 C6_control_C3 +LQ06X010770 Pectinesterase 3 6.882249043 C6_chemical_A1 +LQ06X010770 Pectinesterase 3 5.723494 C6_chemical_A3 +LQ06X010770 Pectinesterase 3 7.213711091 C6_chemical_B1 +LQ06X010770 Pectinesterase 3 6.916891578 C6_chemical_B2 +LQ06X010770 Pectinesterase 3 6.408839204 C6_chemical_B3 +LQ06X010770 Pectinesterase 3 7.091210594 C6_chemical_C1 +LQ06X010770 Pectinesterase 3 6.942437333 C6_chemical_C2 +LQ06X010770 Pectinesterase 3 6.058108598 C6_chemical_C3 +LQ06X010770 Pectinesterase 3 6.072970873 L4_control_A1 +LQ06X010770 Pectinesterase 3 6.592092996 L4_control_A2 +LQ06X010770 Pectinesterase 3 6.246158236 L4_control_A3 +LQ06X010770 Pectinesterase 3 6.9427323 L4_control_B1 +LQ06X010770 Pectinesterase 3 5.837912759 L4_control_B2 +LQ06X010770 Pectinesterase 3 6.003766816 L4_control_B3 +LQ06X010770 Pectinesterase 3 6.065594062 L4_control_C2 +LQ06X010770 Pectinesterase 3 5.430515837 L4_control_C3 +LQ06X010770 Pectinesterase 3 6.794303873 L4_chemical_A1 +LQ06X010770 Pectinesterase 3 6.798705919 L4_chemical_A2 +LQ06X010770 Pectinesterase 3 6.035575981 L4_chemical_A3 +LQ06X010770 Pectinesterase 3 7.185866929 L4_chemical_B1 +LQ06X010770 Pectinesterase 3 6.551543612 L4_chemical_B2 +LQ06X010770 Pectinesterase 3 6.689618192 L4_chemical_B3 +LQ06X010770 Pectinesterase 3 6.21368389 L4_chemical_C2 +LQ06X010770 Pectinesterase 3 5.691535879 L4_chemical_C3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.985110587 C6_control_A1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.043824234 C6_control_A3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.283123595 C6_control_B1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.162352621 C6_control_B2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.308367539 C6_control_B3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 8.711333837 C6_control_C1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 8.420514938 C6_control_C2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.963335293 C6_control_C3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.445068264 C6_chemical_A1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.7469316 C6_chemical_A3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.114351366 C6_chemical_B1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.049444214 C6_chemical_B2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.9805468 C6_chemical_B3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 8.780672892 C6_chemical_C1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 8.399615162 C6_chemical_C2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 8.775891379 C6_chemical_C3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.966526221 L4_control_A1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.357901461 L4_control_A2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.280231314 L4_control_A3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.465845681 L4_control_B1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.533735695 L4_control_B2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.801237666 L4_control_B3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.573006225 L4_control_C2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.4882251 L4_control_C3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.684799874 L4_chemical_A1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 5.705142214 L4_chemical_A2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.245411864 L4_chemical_A3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 5.73498347 L4_chemical_B1 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.475455872 L4_chemical_B2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.828863396 L4_chemical_B3 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 6.905714132 L4_chemical_C2 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.436851979 L4_chemical_C3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.41978105 C6_control_A1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.05154696 C6_control_A3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.21655526 C6_control_B1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.413387162 C6_control_B2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.367491555 C6_control_B3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 8.805744602 C6_control_C1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 8.73538322 C6_control_C2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 8.595040684 C6_control_C3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.45116105 C6_chemical_A1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.10218776 C6_chemical_A3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.30208216 C6_chemical_B1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.314115838 C6_chemical_B2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.416894879 C6_chemical_B3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 8.167336263 C6_chemical_C1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 8.378327892 C6_chemical_C2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 7.430231481 C6_chemical_C3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.18731139 L4_control_A1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.30528601 L4_control_A2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.516996419 L4_control_A3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.580578155 L4_control_B1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.88625097 L4_control_B2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.56763715 L4_control_B3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 7.913396034 L4_control_C2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 8.914689376 L4_control_C3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.16668919 L4_chemical_A1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.662162696 L4_chemical_A2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.233899908 L4_chemical_A3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.17971116 L4_chemical_B1 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.52698532 L4_chemical_B2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 9.259629321 L4_chemical_B3 +LQ06X010810 Putative RING-H2 finger protein ATL1P 8.591549871 L4_chemical_C2 +LQ06X010810 Putative RING-H2 finger protein ATL1P 8.856380196 L4_chemical_C3 +LQ06X010840 Hypothetical protein 8.342257745 C6_control_A1 +LQ06X010840 Hypothetical protein 8.877511947 C6_control_A3 +LQ06X010840 Hypothetical protein 8.471590696 C6_control_B1 +LQ06X010840 Hypothetical protein 9.22198629 C6_control_B2 +LQ06X010840 Hypothetical protein 9.147760789 C6_control_B3 +LQ06X010840 Hypothetical protein 8.287781504 C6_control_C1 +LQ06X010840 Hypothetical protein 7.818439179 C6_control_C2 +LQ06X010840 Hypothetical protein 8.479203261 C6_control_C3 +LQ06X010840 Hypothetical protein 8.509217519 C6_chemical_A1 +LQ06X010840 Hypothetical protein 8.266844817 C6_chemical_A3 +LQ06X010840 Hypothetical protein 8.423317613 C6_chemical_B1 +LQ06X010840 Hypothetical protein 8.938273449 C6_chemical_B2 +LQ06X010840 Hypothetical protein 8.644637619 C6_chemical_B3 +LQ06X010840 Hypothetical protein 7.956166308 C6_chemical_C1 +LQ06X010840 Hypothetical protein 7.186845967 C6_chemical_C2 +LQ06X010840 Hypothetical protein 7.619293522 C6_chemical_C3 +LQ06X010840 Hypothetical protein 8.904510125 L4_control_A1 +LQ06X010840 Hypothetical protein 8.759517028 L4_control_A2 +LQ06X010840 Hypothetical protein 9.935599047 L4_control_A3 +LQ06X010840 Hypothetical protein 9.460698559 L4_control_B1 +LQ06X010840 Hypothetical protein 8.123745147 L4_control_B2 +LQ06X010840 Hypothetical protein 11.56585475 L4_control_B3 +LQ06X010840 Hypothetical protein 8.08846369 L4_control_C2 +LQ06X010840 Hypothetical protein 9.593729936 L4_control_C3 +LQ06X010840 Hypothetical protein 9.600074048 L4_chemical_A1 +LQ06X010840 Hypothetical protein 11.0988229 L4_chemical_A2 +LQ06X010840 Hypothetical protein 9.267470723 L4_chemical_A3 +LQ06X010840 Hypothetical protein 9.637361701 L4_chemical_B1 +LQ06X010840 Hypothetical protein 9.7108145 L4_chemical_B2 +LQ06X010840 Hypothetical protein 9.424904909 L4_chemical_B3 +LQ06X010840 Hypothetical protein 8.897721413 L4_chemical_C2 +LQ06X010840 Hypothetical protein 9.337667848 L4_chemical_C3 +LQ06X010870 26S protease regulatory subunit 7 13.46721941 C6_control_A1 +LQ06X010870 26S protease regulatory subunit 7 13.7652964 C6_control_A3 +LQ06X010870 26S protease regulatory subunit 7 13.35140062 C6_control_B1 +LQ06X010870 26S protease regulatory subunit 7 13.14273407 C6_control_B2 +LQ06X010870 26S protease regulatory subunit 7 13.41368849 C6_control_B3 +LQ06X010870 26S protease regulatory subunit 7 13.17876718 C6_control_C1 +LQ06X010870 26S protease regulatory subunit 7 13.44117499 C6_control_C2 +LQ06X010870 26S protease regulatory subunit 7 12.86696028 C6_control_C3 +LQ06X010870 26S protease regulatory subunit 7 13.24733684 C6_chemical_A1 +LQ06X010870 26S protease regulatory subunit 7 13.63960225 C6_chemical_A3 +LQ06X010870 26S protease regulatory subunit 7 13.33454241 C6_chemical_B1 +LQ06X010870 26S protease regulatory subunit 7 13.05112654 C6_chemical_B2 +LQ06X010870 26S protease regulatory subunit 7 13.40316953 C6_chemical_B3 +LQ06X010870 26S protease regulatory subunit 7 13.21110518 C6_chemical_C1 +LQ06X010870 26S protease regulatory subunit 7 13.12955719 C6_chemical_C2 +LQ06X010870 26S protease regulatory subunit 7 13.27503557 C6_chemical_C3 +LQ06X010870 26S protease regulatory subunit 7 13.39095421 L4_control_A1 +LQ06X010870 26S protease regulatory subunit 7 13.03145668 L4_control_A2 +LQ06X010870 26S protease regulatory subunit 7 12.80426074 L4_control_A3 +LQ06X010870 26S protease regulatory subunit 7 13.2883679 L4_control_B1 +LQ06X010870 26S protease regulatory subunit 7 13.63237914 L4_control_B2 +LQ06X010870 26S protease regulatory subunit 7 13.23074483 L4_control_B3 +LQ06X010870 26S protease regulatory subunit 7 13.31536308 L4_control_C2 +LQ06X010870 26S protease regulatory subunit 7 13.19255671 L4_control_C3 +LQ06X010870 26S protease regulatory subunit 7 13.12680187 L4_chemical_A1 +LQ06X010870 26S protease regulatory subunit 7 12.60368614 L4_chemical_A2 +LQ06X010870 26S protease regulatory subunit 7 12.70697974 L4_chemical_A3 +LQ06X010870 26S protease regulatory subunit 7 13.3968516 L4_chemical_B1 +LQ06X010870 26S protease regulatory subunit 7 13.17604004 L4_chemical_B2 +LQ06X010870 26S protease regulatory subunit 7 13.26100079 L4_chemical_B3 +LQ06X010870 26S protease regulatory subunit 7 13.06034413 L4_chemical_C2 +LQ06X010870 26S protease regulatory subunit 7 13.2413033 L4_chemical_C3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.626569192 C6_control_A1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 6.00851822 C6_control_A3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.440025346 C6_control_B1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.877065857 C6_control_B2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.957102036 C6_control_B3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.316827918 C6_control_C1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.965655432 C6_control_C2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.412874071 C6_control_C3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.90188067 C6_chemical_A1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 6.00644186 C6_chemical_A3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 6.241262236 C6_chemical_B1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.944643584 C6_chemical_B2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.821904855 C6_chemical_B3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.098406514 C6_chemical_C1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.33203546 C6_chemical_C2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.45656155 C6_chemical_C3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.628564407 L4_control_A1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.627743267 L4_control_A2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 6.24856823 L4_control_A3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.27045295 L4_control_B1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.859581993 L4_control_B2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.481159149 L4_control_B3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 4.74869632 L4_control_C2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.332543658 L4_control_C3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.69897915 L4_chemical_A1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.507726623 L4_chemical_A2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.658515397 L4_chemical_A3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.936775204 L4_chemical_B1 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 6.157518169 L4_chemical_B2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 6.136289976 L4_chemical_B3 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.965905043 L4_chemical_C2 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.44637559 L4_chemical_C3 +LQ06X010900 Predicted protein 5.524934469 C6_control_A1 +LQ06X010900 Predicted protein 5.032909457 C6_control_A3 +LQ06X010900 Predicted protein 5.7295912 C6_control_B1 +LQ06X010900 Predicted protein 6.110250856 C6_control_B2 +LQ06X010900 Predicted protein 6.174619108 C6_control_B3 +LQ06X010900 Predicted protein 6.200797699 C6_control_C1 +LQ06X010900 Predicted protein 6.062477847 C6_control_C2 +LQ06X010900 Predicted protein 6.945055714 C6_control_C3 +LQ06X010900 Predicted protein 5.497452595 C6_chemical_A1 +LQ06X010900 Predicted protein 5.860456463 C6_chemical_A3 +LQ06X010900 Predicted protein 5.983315084 C6_chemical_B1 +LQ06X010900 Predicted protein 6.646199324 C6_chemical_B2 +LQ06X010900 Predicted protein 5.430675907 C6_chemical_B3 +LQ06X010900 Predicted protein 6.21063936 C6_chemical_C1 +LQ06X010900 Predicted protein 6.354128956 C6_chemical_C2 +LQ06X010900 Predicted protein 6.779874911 C6_chemical_C3 +LQ06X010900 Predicted protein 6.105116084 L4_control_A1 +LQ06X010900 Predicted protein 5.912384391 L4_control_A2 +LQ06X010900 Predicted protein 5.611644314 L4_control_A3 +LQ06X010900 Predicted protein 6.341730575 L4_control_B1 +LQ06X010900 Predicted protein 5.983171564 L4_control_B2 +LQ06X010900 Predicted protein 5.684624308 L4_control_B3 +LQ06X010900 Predicted protein 5.738935142 L4_control_C2 +LQ06X010900 Predicted protein 5.439697343 L4_control_C3 +LQ06X010900 Predicted protein 6.32573647 L4_chemical_A1 +LQ06X010900 Predicted protein 5.88014754 L4_chemical_A2 +LQ06X010900 Predicted protein 5.882861369 L4_chemical_A3 +LQ06X010900 Predicted protein 5.92220357 L4_chemical_B1 +LQ06X010900 Predicted protein 6.371725275 L4_chemical_B2 +LQ06X010900 Predicted protein 6.321700557 L4_chemical_B3 +LQ06X010900 Predicted protein 5.158412902 L4_chemical_C2 +LQ06X010900 Predicted protein 5.491129047 L4_chemical_C3 +LQ06X010910 ATPase 10, plasma membrane-type 7.939946718 C6_control_A1 +LQ06X010910 ATPase 10, plasma membrane-type 6.556571253 C6_control_A3 +LQ06X010910 ATPase 10, plasma membrane-type 7.325748177 C6_control_B1 +LQ06X010910 ATPase 10, plasma membrane-type 6.775565454 C6_control_B2 +LQ06X010910 ATPase 10, plasma membrane-type 6.909878525 C6_control_B3 +LQ06X010910 ATPase 10, plasma membrane-type 6.154328574 C6_control_C1 +LQ06X010910 ATPase 10, plasma membrane-type 6.180102144 C6_control_C2 +LQ06X010910 ATPase 10, plasma membrane-type 6.246071519 C6_control_C3 +LQ06X010910 ATPase 10, plasma membrane-type 8.879680152 C6_chemical_A1 +LQ06X010910 ATPase 10, plasma membrane-type 8.024987427 C6_chemical_A3 +LQ06X010910 ATPase 10, plasma membrane-type 8.327541087 C6_chemical_B1 +LQ06X010910 ATPase 10, plasma membrane-type 7.176343186 C6_chemical_B2 +LQ06X010910 ATPase 10, plasma membrane-type 7.416974609 C6_chemical_B3 +LQ06X010910 ATPase 10, plasma membrane-type 7.154933476 C6_chemical_C1 +LQ06X010910 ATPase 10, plasma membrane-type 7.048679433 C6_chemical_C2 +LQ06X010910 ATPase 10, plasma membrane-type 7.471758907 C6_chemical_C3 +LQ06X010910 ATPase 10, plasma membrane-type 8.39803057 L4_control_A1 +LQ06X010910 ATPase 10, plasma membrane-type 6.92704369 L4_control_A2 +LQ06X010910 ATPase 10, plasma membrane-type 8.11953154 L4_control_A3 +LQ06X010910 ATPase 10, plasma membrane-type 5.914155732 L4_control_B1 +LQ06X010910 ATPase 10, plasma membrane-type 6.638860216 L4_control_B2 +LQ06X010910 ATPase 10, plasma membrane-type 6.913022836 L4_control_B3 +LQ06X010910 ATPase 10, plasma membrane-type 7.000317498 L4_control_C2 +LQ06X010910 ATPase 10, plasma membrane-type 6.70458788 L4_control_C3 +LQ06X010910 ATPase 10, plasma membrane-type 7.670984165 L4_chemical_A1 +LQ06X010910 ATPase 10, plasma membrane-type 6.435498995 L4_chemical_A2 +LQ06X010910 ATPase 10, plasma membrane-type 7.674513314 L4_chemical_A3 +LQ06X010910 ATPase 10, plasma membrane-type 6.377354028 L4_chemical_B1 +LQ06X010910 ATPase 10, plasma membrane-type 6.705204558 L4_chemical_B2 +LQ06X010910 ATPase 10, plasma membrane-type 7.076301464 L4_chemical_B3 +LQ06X010910 ATPase 10, plasma membrane-type 7.234190068 L4_chemical_C2 +LQ06X010910 ATPase 10, plasma membrane-type 6.207394733 L4_chemical_C3 +LQ06X010940 4-coumarate--CoA ligase 1 9.029127843 C6_control_A1 +LQ06X010940 4-coumarate--CoA ligase 1 8.677105932 C6_control_A3 +LQ06X010940 4-coumarate--CoA ligase 1 9.979953739 C6_control_B1 +LQ06X010940 4-coumarate--CoA ligase 1 12.14758357 C6_control_B2 +LQ06X010940 4-coumarate--CoA ligase 1 11.28938505 C6_control_B3 +LQ06X010940 4-coumarate--CoA ligase 1 10.33390758 C6_control_C1 +LQ06X010940 4-coumarate--CoA ligase 1 10.69231891 C6_control_C2 +LQ06X010940 4-coumarate--CoA ligase 1 10.25766245 C6_control_C3 +LQ06X010940 4-coumarate--CoA ligase 1 9.132052659 C6_chemical_A1 +LQ06X010940 4-coumarate--CoA ligase 1 8.842260336 C6_chemical_A3 +LQ06X010940 4-coumarate--CoA ligase 1 10.3917594 C6_chemical_B1 +LQ06X010940 4-coumarate--CoA ligase 1 11.74007843 C6_chemical_B2 +LQ06X010940 4-coumarate--CoA ligase 1 12.63279058 C6_chemical_B3 +LQ06X010940 4-coumarate--CoA ligase 1 10.56552549 C6_chemical_C1 +LQ06X010940 4-coumarate--CoA ligase 1 10.01615328 C6_chemical_C2 +LQ06X010940 4-coumarate--CoA ligase 1 10.45588895 C6_chemical_C3 +LQ06X010940 4-coumarate--CoA ligase 1 9.30228743 L4_control_A1 +LQ06X010940 4-coumarate--CoA ligase 1 9.427946721 L4_control_A2 +LQ06X010940 4-coumarate--CoA ligase 1 10.1170469 L4_control_A3 +LQ06X010940 4-coumarate--CoA ligase 1 11.06399843 L4_control_B1 +LQ06X010940 4-coumarate--CoA ligase 1 11.21821189 L4_control_B2 +LQ06X010940 4-coumarate--CoA ligase 1 13.72234309 L4_control_B3 +LQ06X010940 4-coumarate--CoA ligase 1 9.735068391 L4_control_C2 +LQ06X010940 4-coumarate--CoA ligase 1 10.71726503 L4_control_C3 +LQ06X010940 4-coumarate--CoA ligase 1 8.261243412 L4_chemical_A1 +LQ06X010940 4-coumarate--CoA ligase 1 8.910587338 L4_chemical_A2 +LQ06X010940 4-coumarate--CoA ligase 1 9.488234701 L4_chemical_A3 +LQ06X010940 4-coumarate--CoA ligase 1 10.14905143 L4_chemical_B1 +LQ06X010940 4-coumarate--CoA ligase 1 11.14584489 L4_chemical_B2 +LQ06X010940 4-coumarate--CoA ligase 1 11.92484013 L4_chemical_B3 +LQ06X010940 4-coumarate--CoA ligase 1 10.00952916 L4_chemical_C2 +LQ06X010940 4-coumarate--CoA ligase 1 10.4438996 L4_chemical_C3 +LQ06X010970 Predicted protein 8.380442745 C6_control_A1 +LQ06X010970 Predicted protein 7.068615475 C6_control_A3 +LQ06X010970 Predicted protein 7.994863443 C6_control_B1 +LQ06X010970 Predicted protein 7.783875078 C6_control_B2 +LQ06X010970 Predicted protein 8.026214942 C6_control_B3 +LQ06X010970 Predicted protein 7.979613072 C6_control_C1 +LQ06X010970 Predicted protein 7.586508188 C6_control_C2 +LQ06X010970 Predicted protein 8.096922068 C6_control_C3 +LQ06X010970 Predicted protein 8.409813282 C6_chemical_A1 +LQ06X010970 Predicted protein 7.660495309 C6_chemical_A3 +LQ06X010970 Predicted protein 8.448799077 C6_chemical_B1 +LQ06X010970 Predicted protein 7.78562935 C6_chemical_B2 +LQ06X010970 Predicted protein 7.947291321 C6_chemical_B3 +LQ06X010970 Predicted protein 7.591278299 C6_chemical_C1 +LQ06X010970 Predicted protein 6.982255893 C6_chemical_C2 +LQ06X010970 Predicted protein 7.691128705 C6_chemical_C3 +LQ06X010970 Predicted protein 7.178632786 L4_control_A1 +LQ06X010970 Predicted protein 6.312523246 L4_control_A2 +LQ06X010970 Predicted protein 5.967749252 L4_control_A3 +LQ06X010970 Predicted protein 6.886544173 L4_control_B1 +LQ06X010970 Predicted protein 7.948584417 L4_control_B2 +LQ06X010970 Predicted protein 7.167486156 L4_control_B3 +LQ06X010970 Predicted protein 6.913527297 L4_control_C2 +LQ06X010970 Predicted protein 8.186527804 L4_control_C3 +LQ06X010970 Predicted protein 7.428567411 L4_chemical_A1 +LQ06X010970 Predicted protein 6.882292288 L4_chemical_A2 +LQ06X010970 Predicted protein 5.342123233 L4_chemical_A3 +LQ06X010970 Predicted protein 8.260403537 L4_chemical_B1 +LQ06X010970 Predicted protein 7.709201802 L4_chemical_B2 +LQ06X010970 Predicted protein 7.221068221 L4_chemical_B3 +LQ06X010970 Predicted protein 6.997296187 L4_chemical_C2 +LQ06X010970 Predicted protein 7.848930815 L4_chemical_C3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.69775383 C6_control_A1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.93516653 C6_control_A3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.90519634 C6_control_B1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.15712324 C6_control_B2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.72894298 C6_control_B3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.55266145 C6_control_C1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.32036338 C6_control_C2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.67976652 C6_control_C3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.56256645 C6_chemical_A1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.24900873 C6_chemical_A3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.80657572 C6_chemical_B1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.99444087 C6_chemical_B2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.92432153 C6_chemical_B3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.68986026 C6_chemical_C1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.5827679 C6_chemical_C2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 12.29456723 C6_chemical_C3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.0078418 L4_control_A1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.0101185 L4_control_A2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 9.889032736 L4_control_A3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.66615202 L4_control_B1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.02098089 L4_control_B2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.76332394 L4_control_B3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.8745467 L4_control_C2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.08399571 L4_control_C3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.24411754 L4_chemical_A1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 9.945617534 L4_chemical_A2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.22229027 L4_chemical_A3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.94523155 L4_chemical_B1 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.66527005 L4_chemical_B2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.58798491 L4_chemical_B3 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.1385453 L4_chemical_C2 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 11.35645028 L4_chemical_C3 +LQ06X011020 Predicted protein 11.92945159 C6_control_A1 +LQ06X011020 Predicted protein 11.17498206 C6_control_A3 +LQ06X011020 Predicted protein 13.44067506 C6_control_B1 +LQ06X011020 Predicted protein 13.94997973 C6_control_B2 +LQ06X011020 Predicted protein 13.70706478 C6_control_B3 +LQ06X011020 Predicted protein 14.28226877 C6_control_C1 +LQ06X011020 Predicted protein 14.26244534 C6_control_C2 +LQ06X011020 Predicted protein 14.32008522 C6_control_C3 +LQ06X011020 Predicted protein 11.73925501 C6_chemical_A1 +LQ06X011020 Predicted protein 11.54157797 C6_chemical_A3 +LQ06X011020 Predicted protein 13.56994585 C6_chemical_B1 +LQ06X011020 Predicted protein 13.98355645 C6_chemical_B2 +LQ06X011020 Predicted protein 13.85459746 C6_chemical_B3 +LQ06X011020 Predicted protein 13.92230677 C6_chemical_C1 +LQ06X011020 Predicted protein 14.20932976 C6_chemical_C2 +LQ06X011020 Predicted protein 14.62856293 C6_chemical_C3 +LQ06X011020 Predicted protein 11.68248362 L4_control_A1 +LQ06X011020 Predicted protein 12.09949653 L4_control_A2 +LQ06X011020 Predicted protein 11.77175364 L4_control_A3 +LQ06X011020 Predicted protein 14.04054661 L4_control_B1 +LQ06X011020 Predicted protein 12.99173497 L4_control_B2 +LQ06X011020 Predicted protein 14.05700064 L4_control_B3 +LQ06X011020 Predicted protein 14.19622208 L4_control_C2 +LQ06X011020 Predicted protein 13.91521643 L4_control_C3 +LQ06X011020 Predicted protein 12.84158104 L4_chemical_A1 +LQ06X011020 Predicted protein 13.05484365 L4_chemical_A2 +LQ06X011020 Predicted protein 11.48562364 L4_chemical_A3 +LQ06X011020 Predicted protein 13.57185196 L4_chemical_B1 +LQ06X011020 Predicted protein 13.68006596 L4_chemical_B2 +LQ06X011020 Predicted protein 13.11200108 L4_chemical_B3 +LQ06X011020 Predicted protein 14.29229277 L4_chemical_C2 +LQ06X011020 Predicted protein 14.20936333 L4_chemical_C3 +LQ06X011030 Putative uncharacterized protein 8.793605706 C6_control_A1 +LQ06X011030 Putative uncharacterized protein 8.875382803 C6_control_A3 +LQ06X011030 Putative uncharacterized protein 8.716087161 C6_control_B1 +LQ06X011030 Putative uncharacterized protein 9.036617553 C6_control_B2 +LQ06X011030 Putative uncharacterized protein 8.147710689 C6_control_B3 +LQ06X011030 Putative uncharacterized protein 9.509741075 C6_control_C1 +LQ06X011030 Putative uncharacterized protein 9.959612816 C6_control_C2 +LQ06X011030 Putative uncharacterized protein 9.577774393 C6_control_C3 +LQ06X011030 Putative uncharacterized protein 8.750365841 C6_chemical_A1 +LQ06X011030 Putative uncharacterized protein 8.840356116 C6_chemical_A3 +LQ06X011030 Putative uncharacterized protein 8.406565183 C6_chemical_B1 +LQ06X011030 Putative uncharacterized protein 9.122958732 C6_chemical_B2 +LQ06X011030 Putative uncharacterized protein 8.344280399 C6_chemical_B3 +LQ06X011030 Putative uncharacterized protein 9.311577083 C6_chemical_C1 +LQ06X011030 Putative uncharacterized protein 9.78577535 C6_chemical_C2 +LQ06X011030 Putative uncharacterized protein 9.545261418 C6_chemical_C3 +LQ06X011030 Putative uncharacterized protein 8.987311473 L4_control_A1 +LQ06X011030 Putative uncharacterized protein 8.235526111 L4_control_A2 +LQ06X011030 Putative uncharacterized protein 9.090705106 L4_control_A3 +LQ06X011030 Putative uncharacterized protein 8.064566826 L4_control_B1 +LQ06X011030 Putative uncharacterized protein 8.041405678 L4_control_B2 +LQ06X011030 Putative uncharacterized protein 8.791950262 L4_control_B3 +LQ06X011030 Putative uncharacterized protein 9.345451682 L4_control_C2 +LQ06X011030 Putative uncharacterized protein 9.258779946 L4_control_C3 +LQ06X011030 Putative uncharacterized protein 8.698662086 L4_chemical_A1 +LQ06X011030 Putative uncharacterized protein 8.502579247 L4_chemical_A2 +LQ06X011030 Putative uncharacterized protein 8.718440445 L4_chemical_A3 +LQ06X011030 Putative uncharacterized protein 7.487558391 L4_chemical_B1 +LQ06X011030 Putative uncharacterized protein 7.098860886 L4_chemical_B2 +LQ06X011030 Putative uncharacterized protein 8.59520956 L4_chemical_B3 +LQ06X011030 Putative uncharacterized protein 9.125968861 L4_chemical_C2 +LQ06X011030 Putative uncharacterized protein 8.784671334 L4_chemical_C3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.347665749 C6_control_A1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.161136744 C6_control_A3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.963662477 C6_control_B1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.455717688 C6_control_B2 +LQ06X011080 Putative DNA repair protein RAD23-1 5.746100784 C6_control_B3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.41195499 C6_control_C1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.883860015 C6_control_C2 +LQ06X011080 Putative DNA repair protein RAD23-1 5.512402946 C6_control_C3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.270814051 C6_chemical_A1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.12677675 C6_chemical_A3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.587875026 C6_chemical_B1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.271759558 C6_chemical_B2 +LQ06X011080 Putative DNA repair protein RAD23-1 5.779347605 C6_chemical_B3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.841997022 C6_chemical_C1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.465889585 C6_chemical_C2 +LQ06X011080 Putative DNA repair protein RAD23-1 5.939276364 C6_chemical_C3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.552351355 L4_control_A1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.127452404 L4_control_A2 +LQ06X011080 Putative DNA repair protein RAD23-1 4.823515645 L4_control_A3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.075185986 L4_control_B1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.288065682 L4_control_B2 +LQ06X011080 Putative DNA repair protein RAD23-1 5.484511496 L4_control_B3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.87305602 L4_control_C2 +LQ06X011080 Putative DNA repair protein RAD23-1 5.994824303 L4_control_C3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.320378241 L4_chemical_A1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.125385882 L4_chemical_A2 +LQ06X011080 Putative DNA repair protein RAD23-1 4.848858109 L4_chemical_A3 +LQ06X011080 Putative DNA repair protein RAD23-1 5.419849828 L4_chemical_B1 +LQ06X011080 Putative DNA repair protein RAD23-1 5.540817915 L4_chemical_B2 +LQ06X011080 Putative DNA repair protein RAD23-1 5.271053064 L4_chemical_B3 +LQ06X011080 Putative DNA repair protein RAD23-1 6.021990099 L4_chemical_C2 +LQ06X011080 Putative DNA repair protein RAD23-1 5.306229206 L4_chemical_C3 +LQ06X011090 Putative Probable serine incorporator 5.269424338 C6_control_A1 +LQ06X011090 Putative Probable serine incorporator 6.281282448 C6_control_A3 +LQ06X011090 Putative Probable serine incorporator 5.99342131 C6_control_B1 +LQ06X011090 Putative Probable serine incorporator 5.205183461 C6_control_B2 +LQ06X011090 Putative Probable serine incorporator 5.580528981 C6_control_B3 +LQ06X011090 Putative Probable serine incorporator 5.259337932 C6_control_C1 +LQ06X011090 Putative Probable serine incorporator 6.320120023 C6_control_C2 +LQ06X011090 Putative Probable serine incorporator 5.45053747 C6_control_C3 +LQ06X011090 Putative Probable serine incorporator 5.37580672 C6_chemical_A1 +LQ06X011090 Putative Probable serine incorporator 5.192543533 C6_chemical_A3 +LQ06X011090 Putative Probable serine incorporator 5.485121026 C6_chemical_B1 +LQ06X011090 Putative Probable serine incorporator 5.528629025 C6_chemical_B2 +LQ06X011090 Putative Probable serine incorporator 5.442824512 C6_chemical_B3 +LQ06X011090 Putative Probable serine incorporator 5.295928384 C6_chemical_C1 +LQ06X011090 Putative Probable serine incorporator 5.496414973 C6_chemical_C2 +LQ06X011090 Putative Probable serine incorporator 4.989850073 C6_chemical_C3 +LQ06X011090 Putative Probable serine incorporator 5.246076924 L4_control_A1 +LQ06X011090 Putative Probable serine incorporator 5.466708432 L4_control_A2 +LQ06X011090 Putative Probable serine incorporator 5.84024889 L4_control_A3 +LQ06X011090 Putative Probable serine incorporator 5.33797379 L4_control_B1 +LQ06X011090 Putative Probable serine incorporator 5.816556817 L4_control_B2 +LQ06X011090 Putative Probable serine incorporator 5.426155621 L4_control_B3 +LQ06X011090 Putative Probable serine incorporator 5.686220578 L4_control_C2 +LQ06X011090 Putative Probable serine incorporator 5.867242408 L4_control_C3 +LQ06X011090 Putative Probable serine incorporator 5.257781613 L4_chemical_A1 +LQ06X011090 Putative Probable serine incorporator 5.436962241 L4_chemical_A2 +LQ06X011090 Putative Probable serine incorporator 6.124529761 L4_chemical_A3 +LQ06X011090 Putative Probable serine incorporator 5.710153381 L4_chemical_B1 +LQ06X011090 Putative Probable serine incorporator 5.142044066 L4_chemical_B2 +LQ06X011090 Putative Probable serine incorporator 5.239922246 L4_chemical_B3 +LQ06X011090 Putative Probable serine incorporator 5.228103874 L4_chemical_C2 +LQ06X011090 Putative Probable serine incorporator 5.662394214 L4_chemical_C3 +LQ06X011100 Predicted protein 6.869977207 C6_control_A1 +LQ06X011100 Predicted protein 6.766220357 C6_control_A3 +LQ06X011100 Predicted protein 6.440809689 C6_control_B1 +LQ06X011100 Predicted protein 7.406480898 C6_control_B2 +LQ06X011100 Predicted protein 7.35161871 C6_control_B3 +LQ06X011100 Predicted protein 6.975255488 C6_control_C1 +LQ06X011100 Predicted protein 6.972008693 C6_control_C2 +LQ06X011100 Predicted protein 7.045592537 C6_control_C3 +LQ06X011100 Predicted protein 7.253394875 C6_chemical_A1 +LQ06X011100 Predicted protein 6.583914381 C6_chemical_A3 +LQ06X011100 Predicted protein 6.540653042 C6_chemical_B1 +LQ06X011100 Predicted protein 7.223912063 C6_chemical_B2 +LQ06X011100 Predicted protein 6.425481097 C6_chemical_B3 +LQ06X011100 Predicted protein 7.04040803 C6_chemical_C1 +LQ06X011100 Predicted protein 7.152814234 C6_chemical_C2 +LQ06X011100 Predicted protein 6.931261476 C6_chemical_C3 +LQ06X011100 Predicted protein 6.282040714 L4_control_A1 +LQ06X011100 Predicted protein 6.757565794 L4_control_A2 +LQ06X011100 Predicted protein 7.272047132 L4_control_A3 +LQ06X011100 Predicted protein 6.571309975 L4_control_B1 +LQ06X011100 Predicted protein 6.062096097 L4_control_B2 +LQ06X011100 Predicted protein 6.416103986 L4_control_B3 +LQ06X011100 Predicted protein 5.470553553 L4_control_C2 +LQ06X011100 Predicted protein 6.395107689 L4_control_C3 +LQ06X011100 Predicted protein 6.313745164 L4_chemical_A1 +LQ06X011100 Predicted protein 6.630025368 L4_chemical_A2 +LQ06X011100 Predicted protein 6.847763063 L4_chemical_A3 +LQ06X011100 Predicted protein 7.044623816 L4_chemical_B1 +LQ06X011100 Predicted protein 6.549960697 L4_chemical_B2 +LQ06X011100 Predicted protein 6.463410436 L4_chemical_B3 +LQ06X011100 Predicted protein 5.410370586 L4_chemical_C2 +LQ06X011100 Predicted protein 5.678845131 L4_chemical_C3 +LQ06X011110 60S ribosomal protein L44 13.65888374 C6_control_A1 +LQ06X011110 60S ribosomal protein L44 14.1739532 C6_control_A3 +LQ06X011110 60S ribosomal protein L44 13.18929989 C6_control_B1 +LQ06X011110 60S ribosomal protein L44 12.91694066 C6_control_B2 +LQ06X011110 60S ribosomal protein L44 12.91247621 C6_control_B3 +LQ06X011110 60S ribosomal protein L44 12.17861571 C6_control_C1 +LQ06X011110 60S ribosomal protein L44 12.16013355 C6_control_C2 +LQ06X011110 60S ribosomal protein L44 11.99297068 C6_control_C3 +LQ06X011110 60S ribosomal protein L44 13.34431804 C6_chemical_A1 +LQ06X011110 60S ribosomal protein L44 12.69519155 C6_chemical_A3 +LQ06X011110 60S ribosomal protein L44 12.52750119 C6_chemical_B1 +LQ06X011110 60S ribosomal protein L44 11.92316152 C6_chemical_B2 +LQ06X011110 60S ribosomal protein L44 12.2190001 C6_chemical_B3 +LQ06X011110 60S ribosomal protein L44 11.77519136 C6_chemical_C1 +LQ06X011110 60S ribosomal protein L44 11.70243934 C6_chemical_C2 +LQ06X011110 60S ribosomal protein L44 11.27861987 C6_chemical_C3 +LQ06X011110 60S ribosomal protein L44 13.71315159 L4_control_A1 +LQ06X011110 60S ribosomal protein L44 12.58683347 L4_control_A2 +LQ06X011110 60S ribosomal protein L44 12.90270383 L4_control_A3 +LQ06X011110 60S ribosomal protein L44 12.32140717 L4_control_B1 +LQ06X011110 60S ribosomal protein L44 11.54013857 L4_control_B2 +LQ06X011110 60S ribosomal protein L44 11.95928054 L4_control_B3 +LQ06X011110 60S ribosomal protein L44 11.95482266 L4_control_C2 +LQ06X011110 60S ribosomal protein L44 11.1231102 L4_control_C3 +LQ06X011110 60S ribosomal protein L44 13.29667668 L4_chemical_A1 +LQ06X011110 60S ribosomal protein L44 11.58386731 L4_chemical_A2 +LQ06X011110 60S ribosomal protein L44 12.74392624 L4_chemical_A3 +LQ06X011110 60S ribosomal protein L44 12.61197043 L4_chemical_B1 +LQ06X011110 60S ribosomal protein L44 12.51101413 L4_chemical_B2 +LQ06X011110 60S ribosomal protein L44 12.62687201 L4_chemical_B3 +LQ06X011110 60S ribosomal protein L44 12.18469609 L4_chemical_C2 +LQ06X011110 60S ribosomal protein L44 11.21383877 L4_chemical_C3 +LQ06X011120 Histone H4 6.596813473 C6_control_A1 +LQ06X011120 Histone H4 6.51089551 C6_control_A3 +LQ06X011120 Histone H4 6.148491433 C6_control_B1 +LQ06X011120 Histone H4 6.467673911 C6_control_B2 +LQ06X011120 Histone H4 6.675710914 C6_control_B3 +LQ06X011120 Histone H4 6.027352981 C6_control_C1 +LQ06X011120 Histone H4 6.001410886 C6_control_C2 +LQ06X011120 Histone H4 6.288106544 C6_control_C3 +LQ06X011120 Histone H4 7.004966302 C6_chemical_A1 +LQ06X011120 Histone H4 6.833991988 C6_chemical_A3 +LQ06X011120 Histone H4 6.038764661 C6_chemical_B1 +LQ06X011120 Histone H4 6.431099191 C6_chemical_B2 +LQ06X011120 Histone H4 6.637794365 C6_chemical_B3 +LQ06X011120 Histone H4 5.951502416 C6_chemical_C1 +LQ06X011120 Histone H4 6.598848463 C6_chemical_C2 +LQ06X011120 Histone H4 6.443671661 C6_chemical_C3 +LQ06X011120 Histone H4 6.779731334 L4_control_A1 +LQ06X011120 Histone H4 6.711824915 L4_control_A2 +LQ06X011120 Histone H4 7.646280893 L4_control_A3 +LQ06X011120 Histone H4 6.759477465 L4_control_B1 +LQ06X011120 Histone H4 6.179689781 L4_control_B2 +LQ06X011120 Histone H4 6.860009365 L4_control_B3 +LQ06X011120 Histone H4 5.999489658 L4_control_C2 +LQ06X011120 Histone H4 5.861635638 L4_control_C3 +LQ06X011120 Histone H4 6.527691062 L4_chemical_A1 +LQ06X011120 Histone H4 7.259584723 L4_chemical_A2 +LQ06X011120 Histone H4 7.828290988 L4_chemical_A3 +LQ06X011120 Histone H4 6.294380974 L4_chemical_B1 +LQ06X011120 Histone H4 6.232421975 L4_chemical_B2 +LQ06X011120 Histone H4 6.925610306 L4_chemical_B3 +LQ06X011120 Histone H4 6.337897482 L4_chemical_C2 +LQ06X011120 Histone H4 6.065428381 L4_chemical_C3 +LQ06X011130 Predicted protein 4.91781642 C6_control_A1 +LQ06X011130 Predicted protein 4.792168302 C6_control_A3 +LQ06X011130 Predicted protein 5.032275924 C6_control_B1 +LQ06X011130 Predicted protein 4.734687309 C6_control_B2 +LQ06X011130 Predicted protein 4.450074028 C6_control_B3 +LQ06X011130 Predicted protein 4.67171566 C6_control_C1 +LQ06X011130 Predicted protein 4.647231971 C6_control_C2 +LQ06X011130 Predicted protein 4.820977584 C6_control_C3 +LQ06X011130 Predicted protein 4.866357968 C6_chemical_A1 +LQ06X011130 Predicted protein 4.820214621 C6_chemical_A3 +LQ06X011130 Predicted protein 4.601859399 C6_chemical_B1 +LQ06X011130 Predicted protein 4.788182526 C6_chemical_B2 +LQ06X011130 Predicted protein 4.879594087 C6_chemical_B3 +LQ06X011130 Predicted protein 4.643302525 C6_chemical_C1 +LQ06X011130 Predicted protein 4.975199993 C6_chemical_C2 +LQ06X011130 Predicted protein 5.242571878 C6_chemical_C3 +LQ06X011130 Predicted protein 4.516299433 L4_control_A1 +LQ06X011130 Predicted protein 4.959637811 L4_control_A2 +LQ06X011130 Predicted protein 5.006388939 L4_control_A3 +LQ06X011130 Predicted protein 5.013041502 L4_control_B1 +LQ06X011130 Predicted protein 5.215331999 L4_control_B2 +LQ06X011130 Predicted protein 4.976829663 L4_control_B3 +LQ06X011130 Predicted protein 4.940522686 L4_control_C2 +LQ06X011130 Predicted protein 5.150882366 L4_control_C3 +LQ06X011130 Predicted protein 4.782748754 L4_chemical_A1 +LQ06X011130 Predicted protein 4.966523866 L4_chemical_A2 +LQ06X011130 Predicted protein 4.939846578 L4_chemical_A3 +LQ06X011130 Predicted protein 5.098804672 L4_chemical_B1 +LQ06X011130 Predicted protein 4.733915533 L4_chemical_B2 +LQ06X011130 Predicted protein 4.717606297 L4_chemical_B3 +LQ06X011130 Predicted protein 4.968200597 L4_chemical_C2 +LQ06X011130 Predicted protein 4.647020288 L4_chemical_C3 +LQ06X011170 Hypothetical protein 8.999331514 C6_control_A1 +LQ06X011170 Hypothetical protein 8.378076335 C6_control_A3 +LQ06X011170 Hypothetical protein 8.937235122 C6_control_B1 +LQ06X011170 Hypothetical protein 10.83805584 C6_control_B2 +LQ06X011170 Hypothetical protein 9.988581163 C6_control_B3 +LQ06X011170 Hypothetical protein 10.84316873 C6_control_C1 +LQ06X011170 Hypothetical protein 10.84269245 C6_control_C2 +LQ06X011170 Hypothetical protein 11.37845266 C6_control_C3 +LQ06X011170 Hypothetical protein 8.8024092 C6_chemical_A1 +LQ06X011170 Hypothetical protein 8.00123798 C6_chemical_A3 +LQ06X011170 Hypothetical protein 8.225428166 C6_chemical_B1 +LQ06X011170 Hypothetical protein 10.52514761 C6_chemical_B2 +LQ06X011170 Hypothetical protein 9.732532833 C6_chemical_B3 +LQ06X011170 Hypothetical protein 10.80768234 C6_chemical_C1 +LQ06X011170 Hypothetical protein 10.72402759 C6_chemical_C2 +LQ06X011170 Hypothetical protein 10.5704027 C6_chemical_C3 +LQ06X011170 Hypothetical protein 8.667517482 L4_control_A1 +LQ06X011170 Hypothetical protein 8.611136615 L4_control_A2 +LQ06X011170 Hypothetical protein 6.758163547 L4_control_A3 +LQ06X011170 Hypothetical protein 6.650461742 L4_control_B1 +LQ06X011170 Hypothetical protein 6.198744377 L4_control_B2 +LQ06X011170 Hypothetical protein 8.564563802 L4_control_B3 +LQ06X011170 Hypothetical protein 6.255193283 L4_control_C2 +LQ06X011170 Hypothetical protein 5.89740186 L4_control_C3 +LQ06X011170 Hypothetical protein 9.144444185 L4_chemical_A1 +LQ06X011170 Hypothetical protein 8.683121082 L4_chemical_A2 +LQ06X011170 Hypothetical protein 7.786576397 L4_chemical_A3 +LQ06X011170 Hypothetical protein 6.574939522 L4_chemical_B1 +LQ06X011170 Hypothetical protein 6.944364663 L4_chemical_B2 +LQ06X011170 Hypothetical protein 7.67204753 L4_chemical_B3 +LQ06X011170 Hypothetical protein 5.616050114 L4_chemical_C2 +LQ06X011170 Hypothetical protein 6.062289914 L4_chemical_C3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.884450095 C6_control_A1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.171749875 C6_control_A3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.923908135 C6_control_B1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.067364691 C6_control_B2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.420164104 C6_control_B3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.184859736 C6_control_C1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 6.215887802 C6_control_C2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.637416434 C6_control_C3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.431041376 C6_chemical_A1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.555741039 C6_chemical_A3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.045654148 C6_chemical_B1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.034303047 C6_chemical_B2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.909137698 C6_chemical_B3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.42216855 C6_chemical_C1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.477923063 C6_chemical_C2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.45976783 C6_chemical_C3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.246461037 L4_control_A1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.044726294 L4_control_A2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.248668734 L4_control_A3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.615156944 L4_control_B1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.228643647 L4_control_B2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.274948635 L4_control_B3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.12502629 L4_control_C2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.325639499 L4_control_C3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.110922185 L4_chemical_A1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.146211624 L4_chemical_A2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.105730612 L4_chemical_A3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.340533521 L4_chemical_B1 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.988084342 L4_chemical_B2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.256329367 L4_chemical_B3 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.875321019 L4_chemical_C2 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.965270522 L4_chemical_C3 +LQ06X011270 Putative uncharacterized protein 13.31572227 C6_control_A1 +LQ06X011270 Putative uncharacterized protein 13.94640091 C6_control_A3 +LQ06X011270 Putative uncharacterized protein 12.32165546 C6_control_B1 +LQ06X011270 Putative uncharacterized protein 10.44065938 C6_control_B2 +LQ06X011270 Putative uncharacterized protein 10.74064978 C6_control_B3 +LQ06X011270 Putative uncharacterized protein 8.187140755 C6_control_C1 +LQ06X011270 Putative uncharacterized protein 7.550924364 C6_control_C2 +LQ06X011270 Putative uncharacterized protein 8.717263933 C6_control_C3 +LQ06X011270 Putative uncharacterized protein 13.33301334 C6_chemical_A1 +LQ06X011270 Putative uncharacterized protein 13.01607445 C6_chemical_A3 +LQ06X011270 Putative uncharacterized protein 11.35334007 C6_chemical_B1 +LQ06X011270 Putative uncharacterized protein 10.0137172 C6_chemical_B2 +LQ06X011270 Putative uncharacterized protein 9.650880316 C6_chemical_B3 +LQ06X011270 Putative uncharacterized protein 8.362782848 C6_chemical_C1 +LQ06X011270 Putative uncharacterized protein 7.844609892 C6_chemical_C2 +LQ06X011270 Putative uncharacterized protein 7.406532569 C6_chemical_C3 +LQ06X011270 Putative uncharacterized protein 12.81447783 L4_control_A1 +LQ06X011270 Putative uncharacterized protein 13.47628733 L4_control_A2 +LQ06X011270 Putative uncharacterized protein 14.27034317 L4_control_A3 +LQ06X011270 Putative uncharacterized protein 10.9010112 L4_control_B1 +LQ06X011270 Putative uncharacterized protein 10.67231044 L4_control_B2 +LQ06X011270 Putative uncharacterized protein 9.67636161 L4_control_B3 +LQ06X011270 Putative uncharacterized protein 7.112099508 L4_control_C2 +LQ06X011270 Putative uncharacterized protein 6.986923525 L4_control_C3 +LQ06X011270 Putative uncharacterized protein 13.18904495 L4_chemical_A1 +LQ06X011270 Putative uncharacterized protein 12.97532054 L4_chemical_A2 +LQ06X011270 Putative uncharacterized protein 14.16155779 L4_chemical_A3 +LQ06X011270 Putative uncharacterized protein 11.50686392 L4_chemical_B1 +LQ06X011270 Putative uncharacterized protein 11.56958935 L4_chemical_B2 +LQ06X011270 Putative uncharacterized protein 11.81962021 L4_chemical_B3 +LQ06X011270 Putative uncharacterized protein 7.183765281 L4_chemical_C2 +LQ06X011270 Putative uncharacterized protein 7.153123901 L4_chemical_C3 +LQ06X011300 Peroxisome biogenesis factor, putative 5.184998098 C6_control_A1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.544629092 C6_control_A3 +LQ06X011300 Peroxisome biogenesis factor, putative 5.650154245 C6_control_B1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.382764225 C6_control_B2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.179469285 C6_control_B3 +LQ06X011300 Peroxisome biogenesis factor, putative 5.215762722 C6_control_C1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.597549022 C6_control_C2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.154547051 C6_control_C3 +LQ06X011300 Peroxisome biogenesis factor, putative 5.312121241 C6_chemical_A1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.975875587 C6_chemical_A3 +LQ06X011300 Peroxisome biogenesis factor, putative 5.395032183 C6_chemical_B1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.140506 C6_chemical_B2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.119178253 C6_chemical_B3 +LQ06X011300 Peroxisome biogenesis factor, putative 4.947344563 C6_chemical_C1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.762032304 C6_chemical_C2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.692521089 C6_chemical_C3 +LQ06X011300 Peroxisome biogenesis factor, putative 5.409079599 L4_control_A1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.091759581 L4_control_A2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.51274368 L4_control_A3 +LQ06X011300 Peroxisome biogenesis factor, putative 4.91103704 L4_control_B1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.044091299 L4_control_B2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.07948902 L4_control_B3 +LQ06X011300 Peroxisome biogenesis factor, putative 5.347491356 L4_control_C2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.124027731 L4_control_C3 +LQ06X011300 Peroxisome biogenesis factor, putative 4.980690991 L4_chemical_A1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.183703045 L4_chemical_A2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.21615074 L4_chemical_A3 +LQ06X011300 Peroxisome biogenesis factor, putative 4.941766848 L4_chemical_B1 +LQ06X011300 Peroxisome biogenesis factor, putative 5.240226312 L4_chemical_B2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.060734913 L4_chemical_B3 +LQ06X011300 Peroxisome biogenesis factor, putative 5.339196927 L4_chemical_C2 +LQ06X011300 Peroxisome biogenesis factor, putative 5.877900093 L4_chemical_C3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 8.251773036 C6_control_A1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 8.773352252 C6_control_A3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 7.952108431 C6_control_B1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 8.592580892 C6_control_B2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 8.756463669 C6_control_B3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.269958287 C6_control_C1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.258094005 C6_control_C2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.45388339 C6_control_C3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.143159661 C6_chemical_A1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.419137804 C6_chemical_A3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.280277601 C6_chemical_B1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.098432764 C6_chemical_B2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.947305753 C6_chemical_B3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 10.20484197 C6_chemical_C1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.957543269 C6_chemical_C2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 10.4970753 C6_chemical_C3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.433829925 L4_control_A1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.510978816 L4_control_A2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 10.29617166 L4_control_A3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 8.460281366 L4_control_B1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.172788844 L4_control_B2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.879214571 L4_control_B3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.135000723 L4_control_C2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.891561331 L4_control_C3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.336201613 L4_chemical_A1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.228937783 L4_chemical_A2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 10.11602457 L4_chemical_A3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 8.574124965 L4_chemical_B1 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 8.931911929 L4_chemical_B2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.911360193 L4_chemical_B3 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.236203934 L4_chemical_C2 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.523245613 L4_chemical_C3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.32561334 C6_control_A1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 14.98265157 C6_control_A3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.12853691 C6_control_B1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.65862883 C6_control_B2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.46319865 C6_control_B3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.40625333 C6_control_C1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.6244556 C6_control_C2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.59199297 C6_control_C3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.11358277 C6_chemical_A1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.33882035 C6_chemical_A3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.46036821 C6_chemical_B1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.68858084 C6_chemical_B2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.53700569 C6_chemical_B3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 14.95815338 C6_chemical_C1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.41213763 C6_chemical_C2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.41240916 C6_chemical_C3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.27925124 L4_control_A1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.32340519 L4_control_A2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.49061312 L4_control_A3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.34700508 L4_control_B1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.32117404 L4_control_B2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.75897708 L4_control_B3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.06501651 L4_control_C2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.332763 L4_control_C3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.1189671 L4_chemical_A1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.34908526 L4_chemical_A2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.27482834 L4_chemical_A3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 14.76917955 L4_chemical_B1 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.11790938 L4_chemical_B2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.58031316 L4_chemical_B3 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.07858787 L4_chemical_C2 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.39383084 L4_chemical_C3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.823646477 C6_control_A1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.596551466 C6_control_A3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.231453109 C6_control_B1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 9.582288449 C6_control_B2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.131407445 C6_control_B3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 10.192181 C6_control_C1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 10.16497867 C6_control_C2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 10.48083799 C6_control_C3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.801728808 C6_chemical_A1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.296738376 C6_chemical_A3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.457298221 C6_chemical_B1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 9.415342602 C6_chemical_B2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.461627833 C6_chemical_B3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 10.30228476 C6_chemical_C1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 10.49828827 C6_chemical_C2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 10.46763883 C6_chemical_C3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.665087719 L4_control_A1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 6.632660431 L4_control_A2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.095953857 L4_control_A3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 6.956467154 L4_control_B1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 6.863398614 L4_control_B2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.788220063 L4_control_B3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.61196115 L4_control_C2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.181009093 L4_control_C3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.579564657 L4_chemical_A1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.086706747 L4_chemical_A2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.265622431 L4_chemical_A3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 6.990869134 L4_chemical_B1 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.069291611 L4_chemical_B2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.383366731 L4_chemical_B3 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 8.964900219 L4_chemical_C2 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.080875244 L4_chemical_C3 +LQ06X011400 Predicted protein 5.113122514 C6_control_A1 +LQ06X011400 Predicted protein 5.009199837 C6_control_A3 +LQ06X011400 Predicted protein 5.31432324 C6_control_B1 +LQ06X011400 Predicted protein 5.330070596 C6_control_B2 +LQ06X011400 Predicted protein 5.11122229 C6_control_B3 +LQ06X011400 Predicted protein 5.795109811 C6_control_C1 +LQ06X011400 Predicted protein 6.41131043 C6_control_C2 +LQ06X011400 Predicted protein 5.546257267 C6_control_C3 +LQ06X011400 Predicted protein 5.260710693 C6_chemical_A1 +LQ06X011400 Predicted protein 4.945696643 C6_chemical_A3 +LQ06X011400 Predicted protein 5.387820835 C6_chemical_B1 +LQ06X011400 Predicted protein 5.314731529 C6_chemical_B2 +LQ06X011400 Predicted protein 5.776352997 C6_chemical_B3 +LQ06X011400 Predicted protein 5.64401617 C6_chemical_C1 +LQ06X011400 Predicted protein 5.304057501 C6_chemical_C2 +LQ06X011400 Predicted protein 5.404759087 C6_chemical_C3 +LQ06X011400 Predicted protein 5.391947206 L4_control_A1 +LQ06X011400 Predicted protein 4.906505137 L4_control_A2 +LQ06X011400 Predicted protein 5.204331451 L4_control_A3 +LQ06X011400 Predicted protein 5.148039231 L4_control_B1 +LQ06X011400 Predicted protein 5.530765783 L4_control_B2 +LQ06X011400 Predicted protein 5.25113302 L4_control_B3 +LQ06X011400 Predicted protein 5.700654313 L4_control_C2 +LQ06X011400 Predicted protein 5.621726224 L4_control_C3 +LQ06X011400 Predicted protein 5.418110399 L4_chemical_A1 +LQ06X011400 Predicted protein 5.282260152 L4_chemical_A2 +LQ06X011400 Predicted protein 5.426264199 L4_chemical_A3 +LQ06X011400 Predicted protein 5.063788962 L4_chemical_B1 +LQ06X011400 Predicted protein 5.375416778 L4_chemical_B2 +LQ06X011400 Predicted protein 5.174567479 L4_chemical_B3 +LQ06X011400 Predicted protein 4.857088528 L4_chemical_C2 +LQ06X011400 Predicted protein 5.659534563 L4_chemical_C3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.54382594 C6_control_A1 +LQ06X011420 Signal recognition particle 19 kDa protein 12.7958351 C6_control_A3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.56463263 C6_control_B1 +LQ06X011420 Signal recognition particle 19 kDa protein 12.91419419 C6_control_B2 +LQ06X011420 Signal recognition particle 19 kDa protein 12.51454822 C6_control_B3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.68435302 C6_control_C1 +LQ06X011420 Signal recognition particle 19 kDa protein 12.59698374 C6_control_C2 +LQ06X011420 Signal recognition particle 19 kDa protein 12.58630765 C6_control_C3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.09900996 C6_chemical_A1 +LQ06X011420 Signal recognition particle 19 kDa protein 12.35757127 C6_chemical_A3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.33941645 C6_chemical_B1 +LQ06X011420 Signal recognition particle 19 kDa protein 12.80047908 C6_chemical_B2 +LQ06X011420 Signal recognition particle 19 kDa protein 12.14617657 C6_chemical_B3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.59033497 C6_chemical_C1 +LQ06X011420 Signal recognition particle 19 kDa protein 12.75479034 C6_chemical_C2 +LQ06X011420 Signal recognition particle 19 kDa protein 12.45553055 C6_chemical_C3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.52548302 L4_control_A1 +LQ06X011420 Signal recognition particle 19 kDa protein 12.62446895 L4_control_A2 +LQ06X011420 Signal recognition particle 19 kDa protein 11.79094696 L4_control_A3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.41423636 L4_control_B1 +LQ06X011420 Signal recognition particle 19 kDa protein 11.81194571 L4_control_B2 +LQ06X011420 Signal recognition particle 19 kDa protein 12.37383607 L4_control_B3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.50307441 L4_control_C2 +LQ06X011420 Signal recognition particle 19 kDa protein 12.22465163 L4_control_C3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.5217291 L4_chemical_A1 +LQ06X011420 Signal recognition particle 19 kDa protein 12.45709236 L4_chemical_A2 +LQ06X011420 Signal recognition particle 19 kDa protein 11.71515048 L4_chemical_A3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.87143216 L4_chemical_B1 +LQ06X011420 Signal recognition particle 19 kDa protein 11.9985888 L4_chemical_B2 +LQ06X011420 Signal recognition particle 19 kDa protein 12.12425954 L4_chemical_B3 +LQ06X011420 Signal recognition particle 19 kDa protein 12.35670286 L4_chemical_C2 +LQ06X011420 Signal recognition particle 19 kDa protein 12.08503219 L4_chemical_C3 +LQ06X011440 Ras-related protein RHA1 4.577133681 C6_control_A1 +LQ06X011440 Ras-related protein RHA1 4.565004163 C6_control_A3 +LQ06X011440 Ras-related protein RHA1 4.602540516 C6_control_B1 +LQ06X011440 Ras-related protein RHA1 4.813725543 C6_control_B2 +LQ06X011440 Ras-related protein RHA1 4.557918416 C6_control_B3 +LQ06X011440 Ras-related protein RHA1 4.861347969 C6_control_C1 +LQ06X011440 Ras-related protein RHA1 4.558073747 C6_control_C2 +LQ06X011440 Ras-related protein RHA1 4.734513867 C6_control_C3 +LQ06X011440 Ras-related protein RHA1 4.693447496 C6_chemical_A1 +LQ06X011440 Ras-related protein RHA1 4.717177962 C6_chemical_A3 +LQ06X011440 Ras-related protein RHA1 4.787707287 C6_chemical_B1 +LQ06X011440 Ras-related protein RHA1 4.736076088 C6_chemical_B2 +LQ06X011440 Ras-related protein RHA1 4.856032695 C6_chemical_B3 +LQ06X011440 Ras-related protein RHA1 4.743746027 C6_chemical_C1 +LQ06X011440 Ras-related protein RHA1 4.766251949 C6_chemical_C2 +LQ06X011440 Ras-related protein RHA1 4.805808547 C6_chemical_C3 +LQ06X011440 Ras-related protein RHA1 4.470716991 L4_control_A1 +LQ06X011440 Ras-related protein RHA1 5.159939543 L4_control_A2 +LQ06X011440 Ras-related protein RHA1 4.70795944 L4_control_A3 +LQ06X011440 Ras-related protein RHA1 4.792879074 L4_control_B1 +LQ06X011440 Ras-related protein RHA1 4.708563374 L4_control_B2 +LQ06X011440 Ras-related protein RHA1 5.009960631 L4_control_B3 +LQ06X011440 Ras-related protein RHA1 4.748371253 L4_control_C2 +LQ06X011440 Ras-related protein RHA1 4.592709907 L4_control_C3 +LQ06X011440 Ras-related protein RHA1 4.840039196 L4_chemical_A1 +LQ06X011440 Ras-related protein RHA1 4.746299119 L4_chemical_A2 +LQ06X011440 Ras-related protein RHA1 4.791657486 L4_chemical_A3 +LQ06X011440 Ras-related protein RHA1 4.609559036 L4_chemical_B1 +LQ06X011440 Ras-related protein RHA1 4.988491444 L4_chemical_B2 +LQ06X011440 Ras-related protein RHA1 5.254398538 L4_chemical_B3 +LQ06X011440 Ras-related protein RHA1 4.588100022 L4_chemical_C2 +LQ06X011440 Ras-related protein RHA1 4.598237372 L4_chemical_C3 +LQ06X011460 Putative uncharacterized protein 12.94272643 C6_control_A1 +LQ06X011460 Putative uncharacterized protein 12.37208023 C6_control_A3 +LQ06X011460 Putative uncharacterized protein 13.30331265 C6_control_B1 +LQ06X011460 Putative uncharacterized protein 12.28846052 C6_control_B2 +LQ06X011460 Putative uncharacterized protein 12.69357706 C6_control_B3 +LQ06X011460 Putative uncharacterized protein 10.84104968 C6_control_C1 +LQ06X011460 Putative uncharacterized protein 10.69545423 C6_control_C2 +LQ06X011460 Putative uncharacterized protein 9.522192914 C6_control_C3 +LQ06X011460 Putative uncharacterized protein 12.98193435 C6_chemical_A1 +LQ06X011460 Putative uncharacterized protein 12.15547851 C6_chemical_A3 +LQ06X011460 Putative uncharacterized protein 13.2295957 C6_chemical_B1 +LQ06X011460 Putative uncharacterized protein 12.80008268 C6_chemical_B2 +LQ06X011460 Putative uncharacterized protein 12.36849871 C6_chemical_B3 +LQ06X011460 Putative uncharacterized protein 10.96542749 C6_chemical_C1 +LQ06X011460 Putative uncharacterized protein 10.0123474 C6_chemical_C2 +LQ06X011460 Putative uncharacterized protein 9.422690781 C6_chemical_C3 +LQ06X011460 Putative uncharacterized protein 12.35007378 L4_control_A1 +LQ06X011460 Putative uncharacterized protein 11.25518787 L4_control_A2 +LQ06X011460 Putative uncharacterized protein 11.31565921 L4_control_A3 +LQ06X011460 Putative uncharacterized protein 12.73270828 L4_control_B1 +LQ06X011460 Putative uncharacterized protein 12.90388233 L4_control_B2 +LQ06X011460 Putative uncharacterized protein 12.10920701 L4_control_B3 +LQ06X011460 Putative uncharacterized protein 10.55190726 L4_control_C2 +LQ06X011460 Putative uncharacterized protein 9.779650215 L4_control_C3 +LQ06X011460 Putative uncharacterized protein 11.93396787 L4_chemical_A1 +LQ06X011460 Putative uncharacterized protein 11.13190618 L4_chemical_A2 +LQ06X011460 Putative uncharacterized protein 11.68136708 L4_chemical_A3 +LQ06X011460 Putative uncharacterized protein 12.42333434 L4_chemical_B1 +LQ06X011460 Putative uncharacterized protein 12.40653579 L4_chemical_B2 +LQ06X011460 Putative uncharacterized protein 11.60475503 L4_chemical_B3 +LQ06X011460 Putative uncharacterized protein 10.57751167 L4_chemical_C2 +LQ06X011460 Putative uncharacterized protein 9.866571788 L4_chemical_C3 +LQ06X011480 Putative Regulatory protein NPR1 8.282343222 C6_control_A1 +LQ06X011480 Putative Regulatory protein NPR1 8.026493299 C6_control_A3 +LQ06X011480 Putative Regulatory protein NPR1 9.306622577 C6_control_B1 +LQ06X011480 Putative Regulatory protein NPR1 9.955268828 C6_control_B2 +LQ06X011480 Putative Regulatory protein NPR1 9.693857018 C6_control_B3 +LQ06X011480 Putative Regulatory protein NPR1 11.54027914 C6_control_C1 +LQ06X011480 Putative Regulatory protein NPR1 11.63606824 C6_control_C2 +LQ06X011480 Putative Regulatory protein NPR1 11.12000527 C6_control_C3 +LQ06X011480 Putative Regulatory protein NPR1 7.217095113 C6_chemical_A1 +LQ06X011480 Putative Regulatory protein NPR1 8.728108453 C6_chemical_A3 +LQ06X011480 Putative Regulatory protein NPR1 8.625200999 C6_chemical_B1 +LQ06X011480 Putative Regulatory protein NPR1 10.01537635 C6_chemical_B2 +LQ06X011480 Putative Regulatory protein NPR1 9.602069079 C6_chemical_B3 +LQ06X011480 Putative Regulatory protein NPR1 11.21432429 C6_chemical_C1 +LQ06X011480 Putative Regulatory protein NPR1 11.05628319 C6_chemical_C2 +LQ06X011480 Putative Regulatory protein NPR1 12.3605921 C6_chemical_C3 +LQ06X011480 Putative Regulatory protein NPR1 7.879815798 L4_control_A1 +LQ06X011480 Putative Regulatory protein NPR1 7.624509437 L4_control_A2 +LQ06X011480 Putative Regulatory protein NPR1 6.17611706 L4_control_A3 +LQ06X011480 Putative Regulatory protein NPR1 8.587169622 L4_control_B1 +LQ06X011480 Putative Regulatory protein NPR1 8.936908694 L4_control_B2 +LQ06X011480 Putative Regulatory protein NPR1 10.8531443 L4_control_B3 +LQ06X011480 Putative Regulatory protein NPR1 12.1250313 L4_control_C2 +LQ06X011480 Putative Regulatory protein NPR1 12.02290042 L4_control_C3 +LQ06X011480 Putative Regulatory protein NPR1 8.329869181 L4_chemical_A1 +LQ06X011480 Putative Regulatory protein NPR1 6.890471374 L4_chemical_A2 +LQ06X011480 Putative Regulatory protein NPR1 7.356738862 L4_chemical_A3 +LQ06X011480 Putative Regulatory protein NPR1 7.870948709 L4_chemical_B1 +LQ06X011480 Putative Regulatory protein NPR1 5.542854167 L4_chemical_B2 +LQ06X011480 Putative Regulatory protein NPR1 9.246381653 L4_chemical_B3 +LQ06X011480 Putative Regulatory protein NPR1 11.9741143 L4_chemical_C2 +LQ06X011480 Putative Regulatory protein NPR1 12.26027409 L4_chemical_C3 +LQ06X011620 Predicted protein 5.866850712 C6_control_A1 +LQ06X011620 Predicted protein 6.247465068 C6_control_A3 +LQ06X011620 Predicted protein 5.952332691 C6_control_B1 +LQ06X011620 Predicted protein 5.581001235 C6_control_B2 +LQ06X011620 Predicted protein 6.010872567 C6_control_B3 +LQ06X011620 Predicted protein 5.434869105 C6_control_C1 +LQ06X011620 Predicted protein 5.014122764 C6_control_C2 +LQ06X011620 Predicted protein 5.894050322 C6_control_C3 +LQ06X011620 Predicted protein 5.318590308 C6_chemical_A1 +LQ06X011620 Predicted protein 5.331482314 C6_chemical_A3 +LQ06X011620 Predicted protein 5.758516279 C6_chemical_B1 +LQ06X011620 Predicted protein 5.703766796 C6_chemical_B2 +LQ06X011620 Predicted protein 5.544337993 C6_chemical_B3 +LQ06X011620 Predicted protein 5.435884796 C6_chemical_C1 +LQ06X011620 Predicted protein 5.224362102 C6_chemical_C2 +LQ06X011620 Predicted protein 5.302796074 C6_chemical_C3 +LQ06X011620 Predicted protein 5.448711084 L4_control_A1 +LQ06X011620 Predicted protein 5.445589826 L4_control_A2 +LQ06X011620 Predicted protein 5.446401262 L4_control_A3 +LQ06X011620 Predicted protein 5.740945427 L4_control_B1 +LQ06X011620 Predicted protein 5.69858317 L4_control_B2 +LQ06X011620 Predicted protein 5.119259367 L4_control_B3 +LQ06X011620 Predicted protein 5.386752487 L4_control_C2 +LQ06X011620 Predicted protein 5.568949213 L4_control_C3 +LQ06X011620 Predicted protein 5.435847297 L4_chemical_A1 +LQ06X011620 Predicted protein 5.747159503 L4_chemical_A2 +LQ06X011620 Predicted protein 5.951511208 L4_chemical_A3 +LQ06X011620 Predicted protein 5.900939458 L4_chemical_B1 +LQ06X011620 Predicted protein 5.690805579 L4_chemical_B2 +LQ06X011620 Predicted protein 5.640534612 L4_chemical_B3 +LQ06X011620 Predicted protein 5.582172562 L4_chemical_C2 +LQ06X011620 Predicted protein 5.730789346 L4_chemical_C3 +LQ06X011670 Predicted protein 9.919976668 C6_control_A1 +LQ06X011670 Predicted protein 9.803410631 C6_control_A3 +LQ06X011670 Predicted protein 10.43026417 C6_control_B1 +LQ06X011670 Predicted protein 10.44663596 C6_control_B2 +LQ06X011670 Predicted protein 10.70637024 C6_control_B3 +LQ06X011670 Predicted protein 10.20148989 C6_control_C1 +LQ06X011670 Predicted protein 9.95937385 C6_control_C2 +LQ06X011670 Predicted protein 9.847308376 C6_control_C3 +LQ06X011670 Predicted protein 9.9091734 C6_chemical_A1 +LQ06X011670 Predicted protein 9.784626533 C6_chemical_A3 +LQ06X011670 Predicted protein 10.45176185 C6_chemical_B1 +LQ06X011670 Predicted protein 10.31281908 C6_chemical_B2 +LQ06X011670 Predicted protein 10.62271052 C6_chemical_B3 +LQ06X011670 Predicted protein 10.08747637 C6_chemical_C1 +LQ06X011670 Predicted protein 9.759532929 C6_chemical_C2 +LQ06X011670 Predicted protein 10.11383055 C6_chemical_C3 +LQ06X011670 Predicted protein 9.588739334 L4_control_A1 +LQ06X011670 Predicted protein 9.902245164 L4_control_A2 +LQ06X011670 Predicted protein 10.00724057 L4_control_A3 +LQ06X011670 Predicted protein 10.37475325 L4_control_B1 +LQ06X011670 Predicted protein 10.14730611 L4_control_B2 +LQ06X011670 Predicted protein 10.7970156 L4_control_B3 +LQ06X011670 Predicted protein 9.11251878 L4_control_C2 +LQ06X011670 Predicted protein 10.29095551 L4_control_C3 +LQ06X011670 Predicted protein 9.503106842 L4_chemical_A1 +LQ06X011670 Predicted protein 9.665862236 L4_chemical_A2 +LQ06X011670 Predicted protein 9.891200573 L4_chemical_A3 +LQ06X011670 Predicted protein 9.592907041 L4_chemical_B1 +LQ06X011670 Predicted protein 9.818085035 L4_chemical_B2 +LQ06X011670 Predicted protein 10.87409573 L4_chemical_B3 +LQ06X011670 Predicted protein 8.664373511 L4_chemical_C2 +LQ06X011670 Predicted protein 10.05723267 L4_chemical_C3 +LQ06X011700 Predicted protein 11.2106958 C6_control_A1 +LQ06X011700 Predicted protein 11.65199982 C6_control_A3 +LQ06X011700 Predicted protein 11.59649762 C6_control_B1 +LQ06X011700 Predicted protein 11.21804462 C6_control_B2 +LQ06X011700 Predicted protein 12.20884988 C6_control_B3 +LQ06X011700 Predicted protein 12.25724395 C6_control_C1 +LQ06X011700 Predicted protein 12.00242977 C6_control_C2 +LQ06X011700 Predicted protein 12.70815774 C6_control_C3 +LQ06X011700 Predicted protein 11.6275846 C6_chemical_A1 +LQ06X011700 Predicted protein 11.63508958 C6_chemical_A3 +LQ06X011700 Predicted protein 11.8365337 C6_chemical_B1 +LQ06X011700 Predicted protein 11.57320578 C6_chemical_B2 +LQ06X011700 Predicted protein 12.26365535 C6_chemical_B3 +LQ06X011700 Predicted protein 12.19371172 C6_chemical_C1 +LQ06X011700 Predicted protein 11.66073218 C6_chemical_C2 +LQ06X011700 Predicted protein 12.734189 C6_chemical_C3 +LQ06X011700 Predicted protein 11.68294025 L4_control_A1 +LQ06X011700 Predicted protein 12.01125452 L4_control_A2 +LQ06X011700 Predicted protein 12.01262413 L4_control_A3 +LQ06X011700 Predicted protein 12.08884094 L4_control_B1 +LQ06X011700 Predicted protein 11.71028928 L4_control_B2 +LQ06X011700 Predicted protein 11.07243343 L4_control_B3 +LQ06X011700 Predicted protein 12.28179961 L4_control_C2 +LQ06X011700 Predicted protein 13.1390168 L4_control_C3 +LQ06X011700 Predicted protein 12.07561602 L4_chemical_A1 +LQ06X011700 Predicted protein 12.14962033 L4_chemical_A2 +LQ06X011700 Predicted protein 12.05324315 L4_chemical_A3 +LQ06X011700 Predicted protein 12.1048258 L4_chemical_B1 +LQ06X011700 Predicted protein 12.00326525 L4_chemical_B2 +LQ06X011700 Predicted protein 12.19484081 L4_chemical_B3 +LQ06X011700 Predicted protein 11.880505 L4_chemical_C2 +LQ06X011700 Predicted protein 12.52346935 L4_chemical_C3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.808193277 C6_control_A1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.284663395 C6_control_A3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.693429069 C6_control_B1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.289287778 C6_control_B2 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.661392531 C6_control_B3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.125054207 C6_control_C1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.356873764 C6_control_C2 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.27651654 C6_control_C3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.969842534 C6_chemical_A1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.548963431 C6_chemical_A3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.115247717 C6_chemical_B1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.400431708 C6_chemical_B2 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.83054507 C6_chemical_B3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.022284692 C6_chemical_C1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.399920546 C6_chemical_C2 +LQ06X011720 Putative vesicle-associated membrane protein 726 4.977614551 C6_chemical_C3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.425725721 L4_control_A1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.6085107 L4_control_A2 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.395983152 L4_control_A3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.686691457 L4_control_B1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.434124634 L4_control_B2 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.356085172 L4_control_B3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.535089743 L4_control_C2 +LQ06X011720 Putative vesicle-associated membrane protein 726 6.016736684 L4_control_C3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.559588827 L4_chemical_A1 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.406537981 L4_chemical_A2 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.686670516 L4_chemical_A3 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.34878293 L4_chemical_B1 +LQ06X011720 Putative vesicle-associated membrane protein 726 6.282354333 L4_chemical_B2 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.402497898 L4_chemical_B3 +LQ06X011720 Putative vesicle-associated membrane protein 726 6.040916863 L4_chemical_C2 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.559860655 L4_chemical_C3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.66302276 C6_control_A1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.49807866 C6_control_A3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.80092565 C6_control_B1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.51116469 C6_control_B2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.8586624 C6_control_B3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 14.05605794 C6_control_C1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.74864564 C6_control_C2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 14.13847124 C6_control_C3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.96790334 C6_chemical_A1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.77226902 C6_chemical_A3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.72843569 C6_chemical_B1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.34801326 C6_chemical_B2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.26046803 C6_chemical_B3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 14.04779547 C6_chemical_C1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.73715667 C6_chemical_C2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.58981197 C6_chemical_C3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.4895643 L4_control_A1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.51452842 L4_control_A2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.17241714 L4_control_A3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.70911597 L4_control_B1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.01153093 L4_control_B2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.19475532 L4_control_B3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.16695498 L4_control_C2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.8528744 L4_control_C3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.21175776 L4_chemical_A1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.23227068 L4_chemical_A2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.54177024 L4_chemical_A3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.38133971 L4_chemical_B1 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.52151677 L4_chemical_B2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.68317606 L4_chemical_B3 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.17261037 L4_chemical_C2 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 13.46199716 L4_chemical_C3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.69605738 C6_control_A1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.68519425 C6_control_A3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.08728395 C6_control_B1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.07996814 C6_control_B2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.23909738 C6_control_B3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.36496435 C6_control_C1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.42380256 C6_control_C2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.49544495 C6_control_C3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.54729823 C6_chemical_A1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.66298446 C6_chemical_A3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.19965927 C6_chemical_B1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.05923404 C6_chemical_B2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.02130599 C6_chemical_B3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.31994204 C6_chemical_C1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.23406747 C6_chemical_C2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.87166292 C6_chemical_C3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.22383539 L4_control_A1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.04104085 L4_control_A2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.49450719 L4_control_A3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.4583334 L4_control_B1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.22164663 L4_control_B2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.57564692 L4_control_B3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.60775678 L4_control_C2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 13.24531811 L4_control_C3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.71927154 L4_chemical_A1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.10376796 L4_chemical_A2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.89717543 L4_chemical_A3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.60843157 L4_chemical_B1 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.3066659 L4_chemical_B2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.01270839 L4_chemical_B3 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 12.6604448 L4_chemical_C2 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 13.14573297 L4_chemical_C3 +LQ06X011930 Predicted protein 5.067375996 C6_control_A1 +LQ06X011930 Predicted protein 5.307428464 C6_control_A3 +LQ06X011930 Predicted protein 5.470015409 C6_control_B1 +LQ06X011930 Predicted protein 5.257065648 C6_control_B2 +LQ06X011930 Predicted protein 5.473133401 C6_control_B3 +LQ06X011930 Predicted protein 5.995813153 C6_control_C1 +LQ06X011930 Predicted protein 6.008478159 C6_control_C2 +LQ06X011930 Predicted protein 5.567933422 C6_control_C3 +LQ06X011930 Predicted protein 5.214448483 C6_chemical_A1 +LQ06X011930 Predicted protein 5.516316383 C6_chemical_A3 +LQ06X011930 Predicted protein 5.612565966 C6_chemical_B1 +LQ06X011930 Predicted protein 5.386761368 C6_chemical_B2 +LQ06X011930 Predicted protein 5.248314681 C6_chemical_B3 +LQ06X011930 Predicted protein 5.80380646 C6_chemical_C1 +LQ06X011930 Predicted protein 5.490793935 C6_chemical_C2 +LQ06X011930 Predicted protein 5.642476685 C6_chemical_C3 +LQ06X011930 Predicted protein 5.066601782 L4_control_A1 +LQ06X011930 Predicted protein 5.372013199 L4_control_A2 +LQ06X011930 Predicted protein 5.243035096 L4_control_A3 +LQ06X011930 Predicted protein 5.250620902 L4_control_B1 +LQ06X011930 Predicted protein 5.594232344 L4_control_B2 +LQ06X011930 Predicted protein 5.550450445 L4_control_B3 +LQ06X011930 Predicted protein 5.767428137 L4_control_C2 +LQ06X011930 Predicted protein 6.382922399 L4_control_C3 +LQ06X011930 Predicted protein 5.263676199 L4_chemical_A1 +LQ06X011930 Predicted protein 5.371668562 L4_chemical_A2 +LQ06X011930 Predicted protein 5.566484206 L4_chemical_A3 +LQ06X011930 Predicted protein 6.165428821 L4_chemical_B1 +LQ06X011930 Predicted protein 5.481432009 L4_chemical_B2 +LQ06X011930 Predicted protein 5.547330508 L4_chemical_B3 +LQ06X011930 Predicted protein 5.931624743 L4_chemical_C2 +LQ06X011930 Predicted protein 5.68397032 L4_chemical_C3 +LQ06X011960 Putative uncharacterized protein 8.927521121 C6_control_A1 +LQ06X011960 Putative uncharacterized protein 7.8570275 C6_control_A3 +LQ06X011960 Putative uncharacterized protein 9.300519015 C6_control_B1 +LQ06X011960 Putative uncharacterized protein 10.09736823 C6_control_B2 +LQ06X011960 Putative uncharacterized protein 9.04343092 C6_control_B3 +LQ06X011960 Putative uncharacterized protein 11.15295622 C6_control_C1 +LQ06X011960 Putative uncharacterized protein 10.57826396 C6_control_C2 +LQ06X011960 Putative uncharacterized protein 9.854850221 C6_control_C3 +LQ06X011960 Putative uncharacterized protein 8.912534742 C6_chemical_A1 +LQ06X011960 Putative uncharacterized protein 9.069742984 C6_chemical_A3 +LQ06X011960 Putative uncharacterized protein 9.553336697 C6_chemical_B1 +LQ06X011960 Putative uncharacterized protein 10.40063127 C6_chemical_B2 +LQ06X011960 Putative uncharacterized protein 9.534455563 C6_chemical_B3 +LQ06X011960 Putative uncharacterized protein 11.41965095 C6_chemical_C1 +LQ06X011960 Putative uncharacterized protein 11.26898515 C6_chemical_C2 +LQ06X011960 Putative uncharacterized protein 10.70072806 C6_chemical_C3 +LQ06X011960 Putative uncharacterized protein 9.162227608 L4_control_A1 +LQ06X011960 Putative uncharacterized protein 7.896964503 L4_control_A2 +LQ06X011960 Putative uncharacterized protein 8.222305008 L4_control_A3 +LQ06X011960 Putative uncharacterized protein 8.576863735 L4_control_B1 +LQ06X011960 Putative uncharacterized protein 7.921404707 L4_control_B2 +LQ06X011960 Putative uncharacterized protein 9.910418491 L4_control_B3 +LQ06X011960 Putative uncharacterized protein 9.764129299 L4_control_C2 +LQ06X011960 Putative uncharacterized protein 9.885028794 L4_control_C3 +LQ06X011960 Putative uncharacterized protein 8.780333464 L4_chemical_A1 +LQ06X011960 Putative uncharacterized protein 7.231477292 L4_chemical_A2 +LQ06X011960 Putative uncharacterized protein 8.438302605 L4_chemical_A3 +LQ06X011960 Putative uncharacterized protein 7.719099992 L4_chemical_B1 +LQ06X011960 Putative uncharacterized protein 6.866835757 L4_chemical_B2 +LQ06X011960 Putative uncharacterized protein 8.834352765 L4_chemical_B3 +LQ06X011960 Putative uncharacterized protein 9.733729873 L4_chemical_C2 +LQ06X011960 Putative uncharacterized protein 10.32697991 L4_chemical_C3 +LQ06X011970 Predicted protein 7.988094094 C6_control_A1 +LQ06X011970 Predicted protein 6.756063288 C6_control_A3 +LQ06X011970 Predicted protein 8.379197673 C6_control_B1 +LQ06X011970 Predicted protein 8.389215304 C6_control_B2 +LQ06X011970 Predicted protein 8.667957728 C6_control_B3 +LQ06X011970 Predicted protein 9.939332101 C6_control_C1 +LQ06X011970 Predicted protein 9.734200208 C6_control_C2 +LQ06X011970 Predicted protein 9.575579689 C6_control_C3 +LQ06X011970 Predicted protein 8.118554852 C6_chemical_A1 +LQ06X011970 Predicted protein 6.638153353 C6_chemical_A3 +LQ06X011970 Predicted protein 9.32280613 C6_chemical_B1 +LQ06X011970 Predicted protein 8.905224343 C6_chemical_B2 +LQ06X011970 Predicted protein 8.352927301 C6_chemical_B3 +LQ06X011970 Predicted protein 10.47210962 C6_chemical_C1 +LQ06X011970 Predicted protein 10.30758821 C6_chemical_C2 +LQ06X011970 Predicted protein 9.284331491 C6_chemical_C3 +LQ06X011970 Predicted protein 6.511968637 L4_control_A1 +LQ06X011970 Predicted protein 7.755212265 L4_control_A2 +LQ06X011970 Predicted protein 5.604355385 L4_control_A3 +LQ06X011970 Predicted protein 9.119973763 L4_control_B1 +LQ06X011970 Predicted protein 8.795203807 L4_control_B2 +LQ06X011970 Predicted protein 7.371012095 L4_control_B3 +LQ06X011970 Predicted protein 10.09730556 L4_control_C2 +LQ06X011970 Predicted protein 7.738553258 L4_control_C3 +LQ06X011970 Predicted protein 6.563662493 L4_chemical_A1 +LQ06X011970 Predicted protein 8.002487839 L4_chemical_A2 +LQ06X011970 Predicted protein 5.809522088 L4_chemical_A3 +LQ06X011970 Predicted protein 9.445841569 L4_chemical_B1 +LQ06X011970 Predicted protein 9.385739442 L4_chemical_B2 +LQ06X011970 Predicted protein 7.157897803 L4_chemical_B3 +LQ06X011970 Predicted protein 9.765138841 L4_chemical_C2 +LQ06X011970 Predicted protein 8.059362512 L4_chemical_C3 +LQ06X011980 Putative Uncharacterized protein yqjG 13.4146778 C6_control_A1 +LQ06X011980 Putative Uncharacterized protein yqjG 13.21539857 C6_control_A3 +LQ06X011980 Putative Uncharacterized protein yqjG 13.78921913 C6_control_B1 +LQ06X011980 Putative Uncharacterized protein yqjG 14.16568297 C6_control_B2 +LQ06X011980 Putative Uncharacterized protein yqjG 13.92636841 C6_control_B3 +LQ06X011980 Putative Uncharacterized protein yqjG 14.56330588 C6_control_C1 +LQ06X011980 Putative Uncharacterized protein yqjG 14.51815666 C6_control_C2 +LQ06X011980 Putative Uncharacterized protein yqjG 14.76975529 C6_control_C3 +LQ06X011980 Putative Uncharacterized protein yqjG 13.41596207 C6_chemical_A1 +LQ06X011980 Putative Uncharacterized protein yqjG 13.11398655 C6_chemical_A3 +LQ06X011980 Putative Uncharacterized protein yqjG 14.18232527 C6_chemical_B1 +LQ06X011980 Putative Uncharacterized protein yqjG 14.36654809 C6_chemical_B2 +LQ06X011980 Putative Uncharacterized protein yqjG 14.31638073 C6_chemical_B3 +LQ06X011980 Putative Uncharacterized protein yqjG 14.78188892 C6_chemical_C1 +LQ06X011980 Putative Uncharacterized protein yqjG 15.02054873 C6_chemical_C2 +LQ06X011980 Putative Uncharacterized protein yqjG 14.63619948 C6_chemical_C3 +LQ06X011980 Putative Uncharacterized protein yqjG 12.8239624 L4_control_A1 +LQ06X011980 Putative Uncharacterized protein yqjG 11.24184047 L4_control_A2 +LQ06X011980 Putative Uncharacterized protein yqjG 11.57214736 L4_control_A3 +LQ06X011980 Putative Uncharacterized protein yqjG 12.88562596 L4_control_B1 +LQ06X011980 Putative Uncharacterized protein yqjG 12.47334604 L4_control_B2 +LQ06X011980 Putative Uncharacterized protein yqjG 13.25848711 L4_control_B3 +LQ06X011980 Putative Uncharacterized protein yqjG 13.61744994 L4_control_C2 +LQ06X011980 Putative Uncharacterized protein yqjG 12.7318669 L4_control_C3 +LQ06X011980 Putative Uncharacterized protein yqjG 13.23980727 L4_chemical_A1 +LQ06X011980 Putative Uncharacterized protein yqjG 11.87901582 L4_chemical_A2 +LQ06X011980 Putative Uncharacterized protein yqjG 12.34399896 L4_chemical_A3 +LQ06X011980 Putative Uncharacterized protein yqjG 13.31575831 L4_chemical_B1 +LQ06X011980 Putative Uncharacterized protein yqjG 12.19456733 L4_chemical_B2 +LQ06X011980 Putative Uncharacterized protein yqjG 13.02087803 L4_chemical_B3 +LQ06X011980 Putative Uncharacterized protein yqjG 13.27584616 L4_chemical_C2 +LQ06X011980 Putative Uncharacterized protein yqjG 13.0004654 L4_chemical_C3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.517938277 C6_control_A1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.879600664 C6_control_A3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.152740805 C6_control_B1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.44237579 C6_control_B2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.550973017 C6_control_B3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.860883 C6_control_C1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 11.34155533 C6_control_C2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.97932812 C6_control_C3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.693852831 C6_chemical_A1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.10422509 C6_chemical_A3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 8.792100462 C6_chemical_B1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.26866503 C6_chemical_B2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.212923071 C6_chemical_B3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 11.13297011 C6_chemical_C1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 11.13237818 C6_chemical_C2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.3636058 C6_chemical_C3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.15148777 L4_control_A1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.38726834 L4_control_A2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.23330474 L4_control_A3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.243614573 L4_control_B1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.593309549 L4_control_B2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.3169479 L4_control_B3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.915477784 L4_control_C2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.588251136 L4_control_C3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.08183849 L4_chemical_A1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.04594895 L4_chemical_A2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 10.12796956 L4_chemical_A3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 8.870032029 L4_chemical_B1 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.247332695 L4_chemical_B2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.685649788 L4_chemical_B3 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.977623523 L4_chemical_C2 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.745613932 L4_chemical_C3 +LQ06X012000 Putative uncharacterized protein 5.550728162 C6_control_A1 +LQ06X012000 Putative uncharacterized protein 5.325495299 C6_control_A3 +LQ06X012000 Putative uncharacterized protein 5.499845366 C6_control_B1 +LQ06X012000 Putative uncharacterized protein 4.821350915 C6_control_B2 +LQ06X012000 Putative uncharacterized protein 5.004270685 C6_control_B3 +LQ06X012000 Putative uncharacterized protein 4.927462519 C6_control_C1 +LQ06X012000 Putative uncharacterized protein 4.832189648 C6_control_C2 +LQ06X012000 Putative uncharacterized protein 5.099367775 C6_control_C3 +LQ06X012000 Putative uncharacterized protein 5.151011029 C6_chemical_A1 +LQ06X012000 Putative uncharacterized protein 5.785476781 C6_chemical_A3 +LQ06X012000 Putative uncharacterized protein 4.81687994 C6_chemical_B1 +LQ06X012000 Putative uncharacterized protein 4.877520628 C6_chemical_B2 +LQ06X012000 Putative uncharacterized protein 5.238413903 C6_chemical_B3 +LQ06X012000 Putative uncharacterized protein 4.739777431 C6_chemical_C1 +LQ06X012000 Putative uncharacterized protein 4.882140587 C6_chemical_C2 +LQ06X012000 Putative uncharacterized protein 4.962800887 C6_chemical_C3 +LQ06X012000 Putative uncharacterized protein 5.147729928 L4_control_A1 +LQ06X012000 Putative uncharacterized protein 5.535966419 L4_control_A2 +LQ06X012000 Putative uncharacterized protein 5.52307808 L4_control_A3 +LQ06X012000 Putative uncharacterized protein 5.039854841 L4_control_B1 +LQ06X012000 Putative uncharacterized protein 5.069932256 L4_control_B2 +LQ06X012000 Putative uncharacterized protein 5.354309705 L4_control_B3 +LQ06X012000 Putative uncharacterized protein 5.299334148 L4_control_C2 +LQ06X012000 Putative uncharacterized protein 4.897436788 L4_control_C3 +LQ06X012000 Putative uncharacterized protein 5.353400016 L4_chemical_A1 +LQ06X012000 Putative uncharacterized protein 5.531333326 L4_chemical_A2 +LQ06X012000 Putative uncharacterized protein 5.852016403 L4_chemical_A3 +LQ06X012000 Putative uncharacterized protein 5.079265511 L4_chemical_B1 +LQ06X012000 Putative uncharacterized protein 5.351615884 L4_chemical_B2 +LQ06X012000 Putative uncharacterized protein 5.28023239 L4_chemical_B3 +LQ06X012000 Putative uncharacterized protein 5.253206811 L4_chemical_C2 +LQ06X012000 Putative uncharacterized protein 5.16894032 L4_chemical_C3 +LQ06X012010 Uncharacterized protein At4g19900 5.21926243 C6_control_A1 +LQ06X012010 Uncharacterized protein At4g19900 5.232029941 C6_control_A3 +LQ06X012010 Uncharacterized protein At4g19900 5.553032968 C6_control_B1 +LQ06X012010 Uncharacterized protein At4g19900 5.019163632 C6_control_B2 +LQ06X012010 Uncharacterized protein At4g19900 5.069989411 C6_control_B3 +LQ06X012010 Uncharacterized protein At4g19900 5.351873924 C6_control_C1 +LQ06X012010 Uncharacterized protein At4g19900 5.249500445 C6_control_C2 +LQ06X012010 Uncharacterized protein At4g19900 5.209711806 C6_control_C3 +LQ06X012010 Uncharacterized protein At4g19900 5.356486444 C6_chemical_A1 +LQ06X012010 Uncharacterized protein At4g19900 5.158992752 C6_chemical_A3 +LQ06X012010 Uncharacterized protein At4g19900 5.324319271 C6_chemical_B1 +LQ06X012010 Uncharacterized protein At4g19900 5.334074911 C6_chemical_B2 +LQ06X012010 Uncharacterized protein At4g19900 5.20039972 C6_chemical_B3 +LQ06X012010 Uncharacterized protein At4g19900 5.577723432 C6_chemical_C1 +LQ06X012010 Uncharacterized protein At4g19900 5.26703739 C6_chemical_C2 +LQ06X012010 Uncharacterized protein At4g19900 5.156966965 C6_chemical_C3 +LQ06X012010 Uncharacterized protein At4g19900 5.206797182 L4_control_A1 +LQ06X012010 Uncharacterized protein At4g19900 5.072146546 L4_control_A2 +LQ06X012010 Uncharacterized protein At4g19900 5.289751989 L4_control_A3 +LQ06X012010 Uncharacterized protein At4g19900 4.997103827 L4_control_B1 +LQ06X012010 Uncharacterized protein At4g19900 4.9850592 L4_control_B2 +LQ06X012010 Uncharacterized protein At4g19900 5.392356915 L4_control_B3 +LQ06X012010 Uncharacterized protein At4g19900 5.786788243 L4_control_C2 +LQ06X012010 Uncharacterized protein At4g19900 6.123137256 L4_control_C3 +LQ06X012010 Uncharacterized protein At4g19900 5.133546679 L4_chemical_A1 +LQ06X012010 Uncharacterized protein At4g19900 4.924747439 L4_chemical_A2 +LQ06X012010 Uncharacterized protein At4g19900 4.781267335 L4_chemical_A3 +LQ06X012010 Uncharacterized protein At4g19900 5.483469657 L4_chemical_B1 +LQ06X012010 Uncharacterized protein At4g19900 4.984022096 L4_chemical_B2 +LQ06X012010 Uncharacterized protein At4g19900 5.395568438 L4_chemical_B3 +LQ06X012010 Uncharacterized protein At4g19900 4.795752583 L4_chemical_C2 +LQ06X012010 Uncharacterized protein At4g19900 6.298319429 L4_chemical_C3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.871184553 C6_control_A1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.585643328 C6_control_A3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.367874229 C6_control_B1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.719159469 C6_control_B2 +LQ06X012020 Putative uncharacterized protein At2g35140 5.689413623 C6_control_B3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.271379907 C6_control_C1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.507496226 C6_control_C2 +LQ06X012020 Putative uncharacterized protein At2g35140 5.532711413 C6_control_C3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.335282472 C6_chemical_A1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.260080541 C6_chemical_A3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.605719558 C6_chemical_B1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.251648268 C6_chemical_B2 +LQ06X012020 Putative uncharacterized protein At2g35140 5.439300549 C6_chemical_B3 +LQ06X012020 Putative uncharacterized protein At2g35140 4.952127789 C6_chemical_C1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.630890445 C6_chemical_C2 +LQ06X012020 Putative uncharacterized protein At2g35140 5.019443688 C6_chemical_C3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.049645821 L4_control_A1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.426065443 L4_control_A2 +LQ06X012020 Putative uncharacterized protein At2g35140 6.116151006 L4_control_A3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.796103337 L4_control_B1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.836464005 L4_control_B2 +LQ06X012020 Putative uncharacterized protein At2g35140 5.318624691 L4_control_B3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.57253645 L4_control_C2 +LQ06X012020 Putative uncharacterized protein At2g35140 5.064348414 L4_control_C3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.202571951 L4_chemical_A1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.41059706 L4_chemical_A2 +LQ06X012020 Putative uncharacterized protein At2g35140 6.036962778 L4_chemical_A3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.464558455 L4_chemical_B1 +LQ06X012020 Putative uncharacterized protein At2g35140 5.774230718 L4_chemical_B2 +LQ06X012020 Putative uncharacterized protein At2g35140 5.257490467 L4_chemical_B3 +LQ06X012020 Putative uncharacterized protein At2g35140 5.244729216 L4_chemical_C2 +LQ06X012020 Putative uncharacterized protein At2g35140 5.769715687 L4_chemical_C3 +LQ06X012030 Proteasome subunit alpha type-2-B 14.31095386 C6_control_A1 +LQ06X012030 Proteasome subunit alpha type-2-B 14.3907408 C6_control_A3 +LQ06X012030 Proteasome subunit alpha type-2-B 13.58905793 C6_control_B1 +LQ06X012030 Proteasome subunit alpha type-2-B 14.06403036 C6_control_B2 +LQ06X012030 Proteasome subunit alpha type-2-B 13.94501934 C6_control_B3 +LQ06X012030 Proteasome subunit alpha type-2-B 14.19039903 C6_control_C1 +LQ06X012030 Proteasome subunit alpha type-2-B 13.70612903 C6_control_C2 +LQ06X012030 Proteasome subunit alpha type-2-B 14.00982404 C6_control_C3 +LQ06X012030 Proteasome subunit alpha type-2-B 14.08275166 C6_chemical_A1 +LQ06X012030 Proteasome subunit alpha type-2-B 14.50885771 C6_chemical_A3 +LQ06X012030 Proteasome subunit alpha type-2-B 13.61475292 C6_chemical_B1 +LQ06X012030 Proteasome subunit alpha type-2-B 14.2623463 C6_chemical_B2 +LQ06X012030 Proteasome subunit alpha type-2-B 13.76293566 C6_chemical_B3 +LQ06X012030 Proteasome subunit alpha type-2-B 14.04884509 C6_chemical_C1 +LQ06X012030 Proteasome subunit alpha type-2-B 13.92880751 C6_chemical_C2 +LQ06X012030 Proteasome subunit alpha type-2-B 13.82386254 C6_chemical_C3 +LQ06X012030 Proteasome subunit alpha type-2-B 14.51886505 L4_control_A1 +LQ06X012030 Proteasome subunit alpha type-2-B 14.43245856 L4_control_A2 +LQ06X012030 Proteasome subunit alpha type-2-B 14.1630836 L4_control_A3 +LQ06X012030 Proteasome subunit alpha type-2-B 14.1996368 L4_control_B1 +LQ06X012030 Proteasome subunit alpha type-2-B 14.01641373 L4_control_B2 +LQ06X012030 Proteasome subunit alpha type-2-B 13.81961335 L4_control_B3 +LQ06X012030 Proteasome subunit alpha type-2-B 13.23881125 L4_control_C2 +LQ06X012030 Proteasome subunit alpha type-2-B 13.61117282 L4_control_C3 +LQ06X012030 Proteasome subunit alpha type-2-B 14.64524957 L4_chemical_A1 +LQ06X012030 Proteasome subunit alpha type-2-B 14.32197504 L4_chemical_A2 +LQ06X012030 Proteasome subunit alpha type-2-B 14.32088613 L4_chemical_A3 +LQ06X012030 Proteasome subunit alpha type-2-B 14.08172052 L4_chemical_B1 +LQ06X012030 Proteasome subunit alpha type-2-B 14.13553493 L4_chemical_B2 +LQ06X012030 Proteasome subunit alpha type-2-B 14.18450537 L4_chemical_B3 +LQ06X012030 Proteasome subunit alpha type-2-B 13.42536567 L4_chemical_C2 +LQ06X012030 Proteasome subunit alpha type-2-B 13.72303552 L4_chemical_C3 +LQ06X012070 Predicted protein 13.79042735 C6_control_A1 +LQ06X012070 Predicted protein 13.37792833 C6_control_A3 +LQ06X012070 Predicted protein 13.96056241 C6_control_B1 +LQ06X012070 Predicted protein 14.81192991 C6_control_B2 +LQ06X012070 Predicted protein 14.41388014 C6_control_B3 +LQ06X012070 Predicted protein 13.94807134 C6_control_C1 +LQ06X012070 Predicted protein 14.77660736 C6_control_C2 +LQ06X012070 Predicted protein 14.30747432 C6_control_C3 +LQ06X012070 Predicted protein 13.46460385 C6_chemical_A1 +LQ06X012070 Predicted protein 13.68059355 C6_chemical_A3 +LQ06X012070 Predicted protein 14.09927638 C6_chemical_B1 +LQ06X012070 Predicted protein 14.60176153 C6_chemical_B2 +LQ06X012070 Predicted protein 14.49748049 C6_chemical_B3 +LQ06X012070 Predicted protein 14.30197597 C6_chemical_C1 +LQ06X012070 Predicted protein 14.33316569 C6_chemical_C2 +LQ06X012070 Predicted protein 14.76359341 C6_chemical_C3 +LQ06X012070 Predicted protein 13.0502408 L4_control_A1 +LQ06X012070 Predicted protein 13.06051534 L4_control_A2 +LQ06X012070 Predicted protein 13.1437883 L4_control_A3 +LQ06X012070 Predicted protein 14.12445798 L4_control_B1 +LQ06X012070 Predicted protein 13.54925492 L4_control_B2 +LQ06X012070 Predicted protein 14.11878467 L4_control_B3 +LQ06X012070 Predicted protein 13.13578573 L4_control_C2 +LQ06X012070 Predicted protein 13.8068115 L4_control_C3 +LQ06X012070 Predicted protein 13.81650121 L4_chemical_A1 +LQ06X012070 Predicted protein 13.79454682 L4_chemical_A2 +LQ06X012070 Predicted protein 13.37329707 L4_chemical_A3 +LQ06X012070 Predicted protein 13.27310039 L4_chemical_B1 +LQ06X012070 Predicted protein 13.57878387 L4_chemical_B2 +LQ06X012070 Predicted protein 14.57439959 L4_chemical_B3 +LQ06X012070 Predicted protein 13.2039234 L4_chemical_C2 +LQ06X012070 Predicted protein 13.52880954 L4_chemical_C3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.98039362 C6_control_A1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.12945312 C6_control_A3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.496825313 C6_control_B1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.841707684 C6_control_B2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.703364037 C6_control_B3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.996935863 C6_control_C1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.720861708 C6_control_C2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.731173672 C6_control_C3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.994206915 C6_chemical_A1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.552187147 C6_chemical_A3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.954315898 C6_chemical_B1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.902899187 C6_chemical_B2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.874180172 C6_chemical_B3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.509835545 C6_chemical_C1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.683711531 C6_chemical_C2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.858713285 C6_chemical_C3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.843657659 L4_control_A1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.130157486 L4_control_A2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.492018398 L4_control_A3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.709735293 L4_control_B1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.34149101 L4_control_B2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.003017879 L4_control_B3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.074449542 L4_control_C2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.668718778 L4_control_C3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.96332991 L4_chemical_A1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.118352047 L4_chemical_A2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.605981314 L4_chemical_A3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.12268332 L4_chemical_B1 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.114634774 L4_chemical_B2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.725409629 L4_chemical_B3 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.436343371 L4_chemical_C2 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 6.029103129 L4_chemical_C3 +LQ06X012090 Putative uncharacterized protein 12.58107453 C6_control_A1 +LQ06X012090 Putative uncharacterized protein 12.53164048 C6_control_A3 +LQ06X012090 Putative uncharacterized protein 12.46179432 C6_control_B1 +LQ06X012090 Putative uncharacterized protein 13.05470921 C6_control_B2 +LQ06X012090 Putative uncharacterized protein 12.26370904 C6_control_B3 +LQ06X012090 Putative uncharacterized protein 13.43423755 C6_control_C1 +LQ06X012090 Putative uncharacterized protein 13.34279248 C6_control_C2 +LQ06X012090 Putative uncharacterized protein 13.58830281 C6_control_C3 +LQ06X012090 Putative uncharacterized protein 12.2729567 C6_chemical_A1 +LQ06X012090 Putative uncharacterized protein 12.36328567 C6_chemical_A3 +LQ06X012090 Putative uncharacterized protein 12.12949741 C6_chemical_B1 +LQ06X012090 Putative uncharacterized protein 12.56239816 C6_chemical_B2 +LQ06X012090 Putative uncharacterized protein 12.13373941 C6_chemical_B3 +LQ06X012090 Putative uncharacterized protein 12.98811576 C6_chemical_C1 +LQ06X012090 Putative uncharacterized protein 13.33570896 C6_chemical_C2 +LQ06X012090 Putative uncharacterized protein 13.22057282 C6_chemical_C3 +LQ06X012090 Putative uncharacterized protein 12.20171669 L4_control_A1 +LQ06X012090 Putative uncharacterized protein 12.10414625 L4_control_A2 +LQ06X012090 Putative uncharacterized protein 12.15425765 L4_control_A3 +LQ06X012090 Putative uncharacterized protein 11.63633357 L4_control_B1 +LQ06X012090 Putative uncharacterized protein 11.4659553 L4_control_B2 +LQ06X012090 Putative uncharacterized protein 12.35390512 L4_control_B3 +LQ06X012090 Putative uncharacterized protein 12.50310197 L4_control_C2 +LQ06X012090 Putative uncharacterized protein 12.11085745 L4_control_C3 +LQ06X012090 Putative uncharacterized protein 12.20029242 L4_chemical_A1 +LQ06X012090 Putative uncharacterized protein 12.02753793 L4_chemical_A2 +LQ06X012090 Putative uncharacterized protein 12.16438771 L4_chemical_A3 +LQ06X012090 Putative uncharacterized protein 11.89338687 L4_chemical_B1 +LQ06X012090 Putative uncharacterized protein 11.76049922 L4_chemical_B2 +LQ06X012090 Putative uncharacterized protein 11.97736608 L4_chemical_B3 +LQ06X012090 Putative uncharacterized protein 12.38168205 L4_chemical_C2 +LQ06X012090 Putative uncharacterized protein 12.41314289 L4_chemical_C3 +LQ06X012100 Auxin response factor 6 13.57828798 C6_control_A1 +LQ06X012100 Auxin response factor 6 13.90474079 C6_control_A3 +LQ06X012100 Auxin response factor 6 13.20049739 C6_control_B1 +LQ06X012100 Auxin response factor 6 12.53141491 C6_control_B2 +LQ06X012100 Auxin response factor 6 13.06495214 C6_control_B3 +LQ06X012100 Auxin response factor 6 13.32389949 C6_control_C1 +LQ06X012100 Auxin response factor 6 12.75888488 C6_control_C2 +LQ06X012100 Auxin response factor 6 13.49326376 C6_control_C3 +LQ06X012100 Auxin response factor 6 13.29691865 C6_chemical_A1 +LQ06X012100 Auxin response factor 6 13.67362762 C6_chemical_A3 +LQ06X012100 Auxin response factor 6 12.58015177 C6_chemical_B1 +LQ06X012100 Auxin response factor 6 12.21207693 C6_chemical_B2 +LQ06X012100 Auxin response factor 6 13.15614528 C6_chemical_B3 +LQ06X012100 Auxin response factor 6 13.0207416 C6_chemical_C1 +LQ06X012100 Auxin response factor 6 12.61229953 C6_chemical_C2 +LQ06X012100 Auxin response factor 6 13.36999958 C6_chemical_C3 +LQ06X012100 Auxin response factor 6 13.52309463 L4_control_A1 +LQ06X012100 Auxin response factor 6 12.69451572 L4_control_A2 +LQ06X012100 Auxin response factor 6 13.15293271 L4_control_A3 +LQ06X012100 Auxin response factor 6 12.87654626 L4_control_B1 +LQ06X012100 Auxin response factor 6 12.24859574 L4_control_B2 +LQ06X012100 Auxin response factor 6 12.65550614 L4_control_B3 +LQ06X012100 Auxin response factor 6 12.25070788 L4_control_C2 +LQ06X012100 Auxin response factor 6 12.57468528 L4_control_C3 +LQ06X012100 Auxin response factor 6 14.31059129 L4_chemical_A1 +LQ06X012100 Auxin response factor 6 13.60029678 L4_chemical_A2 +LQ06X012100 Auxin response factor 6 13.69144735 L4_chemical_A3 +LQ06X012100 Auxin response factor 6 13.12928334 L4_chemical_B1 +LQ06X012100 Auxin response factor 6 12.32050234 L4_chemical_B2 +LQ06X012100 Auxin response factor 6 13.4435565 L4_chemical_B3 +LQ06X012100 Auxin response factor 6 12.41754517 L4_chemical_C2 +LQ06X012100 Auxin response factor 6 12.46696977 L4_chemical_C3 +LQ06X012110 DNA binding protein, putative 5.436748363 C6_control_A1 +LQ06X012110 DNA binding protein, putative 5.561654949 C6_control_A3 +LQ06X012110 DNA binding protein, putative 5.706290162 C6_control_B1 +LQ06X012110 DNA binding protein, putative 5.672809941 C6_control_B2 +LQ06X012110 DNA binding protein, putative 5.977633952 C6_control_B3 +LQ06X012110 DNA binding protein, putative 5.716974769 C6_control_C1 +LQ06X012110 DNA binding protein, putative 5.525493824 C6_control_C2 +LQ06X012110 DNA binding protein, putative 5.575946669 C6_control_C3 +LQ06X012110 DNA binding protein, putative 5.865057625 C6_chemical_A1 +LQ06X012110 DNA binding protein, putative 5.894524455 C6_chemical_A3 +LQ06X012110 DNA binding protein, putative 5.937478264 C6_chemical_B1 +LQ06X012110 DNA binding protein, putative 5.718659984 C6_chemical_B2 +LQ06X012110 DNA binding protein, putative 5.676855079 C6_chemical_B3 +LQ06X012110 DNA binding protein, putative 5.288285137 C6_chemical_C1 +LQ06X012110 DNA binding protein, putative 5.949469747 C6_chemical_C2 +LQ06X012110 DNA binding protein, putative 5.669952493 C6_chemical_C3 +LQ06X012110 DNA binding protein, putative 5.702788875 L4_control_A1 +LQ06X012110 DNA binding protein, putative 6.405831769 L4_control_A2 +LQ06X012110 DNA binding protein, putative 5.551251327 L4_control_A3 +LQ06X012110 DNA binding protein, putative 5.637549778 L4_control_B1 +LQ06X012110 DNA binding protein, putative 5.425567234 L4_control_B2 +LQ06X012110 DNA binding protein, putative 6.327149691 L4_control_B3 +LQ06X012110 DNA binding protein, putative 5.033959798 L4_control_C2 +LQ06X012110 DNA binding protein, putative 5.957399458 L4_control_C3 +LQ06X012110 DNA binding protein, putative 5.848579626 L4_chemical_A1 +LQ06X012110 DNA binding protein, putative 5.823439888 L4_chemical_A2 +LQ06X012110 DNA binding protein, putative 5.328770661 L4_chemical_A3 +LQ06X012110 DNA binding protein, putative 5.792430131 L4_chemical_B1 +LQ06X012110 DNA binding protein, putative 5.428560994 L4_chemical_B2 +LQ06X012110 DNA binding protein, putative 5.935869588 L4_chemical_B3 +LQ06X012110 DNA binding protein, putative 5.695208075 L4_chemical_C2 +LQ06X012110 DNA binding protein, putative 5.366131737 L4_chemical_C3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.25221042 C6_control_A1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.02718067 C6_control_A3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.59464919 C6_control_B1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.837473675 C6_control_B2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.06353916 C6_control_B3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.12025518 C6_control_C1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.775208801 C6_control_C2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.96695213 C6_control_C3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.27092728 C6_chemical_A1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.1098203 C6_chemical_A3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.41954179 C6_chemical_B1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.577055969 C6_chemical_B2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.905870199 C6_chemical_B3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.07509509 C6_chemical_C1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.79232006 C6_chemical_C2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.956279948 C6_chemical_C3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.623762548 L4_control_A1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.24001496 L4_control_A2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.243672353 L4_control_A3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.0773297 L4_control_B1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.70804958 L4_control_B2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.796520075 L4_control_B3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.09846364 L4_control_C2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.963724552 L4_control_C3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.674255419 L4_chemical_A1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.2463538 L4_chemical_A2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.331159445 L4_chemical_A3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.17608506 L4_chemical_B1 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.19654638 L4_chemical_B2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.474281151 L4_chemical_B3 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.20587447 L4_chemical_C2 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 9.874990188 L4_chemical_C3 +LQ06X012190 Putative uncharacterized protein 11.94272335 C6_control_A1 +LQ06X012190 Putative uncharacterized protein 12.11288164 C6_control_A3 +LQ06X012190 Putative uncharacterized protein 12.28931241 C6_control_B1 +LQ06X012190 Putative uncharacterized protein 11.89020731 C6_control_B2 +LQ06X012190 Putative uncharacterized protein 12.20249156 C6_control_B3 +LQ06X012190 Putative uncharacterized protein 12.25301674 C6_control_C1 +LQ06X012190 Putative uncharacterized protein 12.1750892 C6_control_C2 +LQ06X012190 Putative uncharacterized protein 12.20356918 C6_control_C3 +LQ06X012190 Putative uncharacterized protein 11.83295966 C6_chemical_A1 +LQ06X012190 Putative uncharacterized protein 12.0904813 C6_chemical_A3 +LQ06X012190 Putative uncharacterized protein 12.30506452 C6_chemical_B1 +LQ06X012190 Putative uncharacterized protein 11.79188567 C6_chemical_B2 +LQ06X012190 Putative uncharacterized protein 12.22831134 C6_chemical_B3 +LQ06X012190 Putative uncharacterized protein 12.24792947 C6_chemical_C1 +LQ06X012190 Putative uncharacterized protein 11.99506864 C6_chemical_C2 +LQ06X012190 Putative uncharacterized protein 12.20071992 C6_chemical_C3 +LQ06X012190 Putative uncharacterized protein 12.1031841 L4_control_A1 +LQ06X012190 Putative uncharacterized protein 12.12470515 L4_control_A2 +LQ06X012190 Putative uncharacterized protein 11.93345199 L4_control_A3 +LQ06X012190 Putative uncharacterized protein 12.18282955 L4_control_B1 +LQ06X012190 Putative uncharacterized protein 12.36019902 L4_control_B2 +LQ06X012190 Putative uncharacterized protein 12.04979943 L4_control_B3 +LQ06X012190 Putative uncharacterized protein 12.37767595 L4_control_C2 +LQ06X012190 Putative uncharacterized protein 12.2109525 L4_control_C3 +LQ06X012190 Putative uncharacterized protein 11.96071795 L4_chemical_A1 +LQ06X012190 Putative uncharacterized protein 12.11638721 L4_chemical_A2 +LQ06X012190 Putative uncharacterized protein 11.76389433 L4_chemical_A3 +LQ06X012190 Putative uncharacterized protein 12.24828542 L4_chemical_B1 +LQ06X012190 Putative uncharacterized protein 12.34844047 L4_chemical_B2 +LQ06X012190 Putative uncharacterized protein 12.20732256 L4_chemical_B3 +LQ06X012190 Putative uncharacterized protein 12.46800641 L4_chemical_C2 +LQ06X012190 Putative uncharacterized protein 12.09848903 L4_chemical_C3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.27160815 C6_control_A1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.65381013 C6_control_A3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.45066095 C6_control_B1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.12516848 C6_control_B2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.91222126 C6_control_B3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 9.096378852 C6_control_C1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 9.743332864 C6_control_C2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 8.469513764 C6_control_C3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.88551297 C6_chemical_A1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.47825723 C6_chemical_A3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.34112655 C6_chemical_B1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.94097973 C6_chemical_B2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.36798943 C6_chemical_B3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 9.832293619 C6_chemical_C1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 9.972905147 C6_chemical_C2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 9.900249983 C6_chemical_C3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.56381022 L4_control_A1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.88273253 L4_control_A2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.79944933 L4_control_A3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.78160428 L4_control_B1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.82402717 L4_control_B2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.43215152 L4_control_B3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.17526122 L4_control_C2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.58134021 L4_control_C3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.39863234 L4_chemical_A1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.00516033 L4_chemical_A2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.11564523 L4_chemical_A3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.62371721 L4_chemical_B1 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.81371491 L4_chemical_B2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.21812639 L4_chemical_B3 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 11.34922627 L4_chemical_C2 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.77800965 L4_chemical_C3 +LQ06X012230 Predicted protein 5.201698397 C6_control_A1 +LQ06X012230 Predicted protein 4.86222875 C6_control_A3 +LQ06X012230 Predicted protein 5.19910998 C6_control_B1 +LQ06X012230 Predicted protein 5.245296954 C6_control_B2 +LQ06X012230 Predicted protein 5.438969663 C6_control_B3 +LQ06X012230 Predicted protein 5.267837048 C6_control_C1 +LQ06X012230 Predicted protein 6.434384632 C6_control_C2 +LQ06X012230 Predicted protein 5.346383109 C6_control_C3 +LQ06X012230 Predicted protein 5.403386235 C6_chemical_A1 +LQ06X012230 Predicted protein 5.057373878 C6_chemical_A3 +LQ06X012230 Predicted protein 5.73649471 C6_chemical_B1 +LQ06X012230 Predicted protein 5.612445889 C6_chemical_B2 +LQ06X012230 Predicted protein 5.030367356 C6_chemical_B3 +LQ06X012230 Predicted protein 5.237698752 C6_chemical_C1 +LQ06X012230 Predicted protein 5.823925227 C6_chemical_C2 +LQ06X012230 Predicted protein 5.724437971 C6_chemical_C3 +LQ06X012230 Predicted protein 5.036734756 L4_control_A1 +LQ06X012230 Predicted protein 5.200505948 L4_control_A2 +LQ06X012230 Predicted protein 4.897950288 L4_control_A3 +LQ06X012230 Predicted protein 5.593852155 L4_control_B1 +LQ06X012230 Predicted protein 5.583098874 L4_control_B2 +LQ06X012230 Predicted protein 5.248883909 L4_control_B3 +LQ06X012230 Predicted protein 5.178316854 L4_control_C2 +LQ06X012230 Predicted protein 5.341424875 L4_control_C3 +LQ06X012230 Predicted protein 5.027037441 L4_chemical_A1 +LQ06X012230 Predicted protein 5.14258866 L4_chemical_A2 +LQ06X012230 Predicted protein 4.703637786 L4_chemical_A3 +LQ06X012230 Predicted protein 5.318653442 L4_chemical_B1 +LQ06X012230 Predicted protein 5.232345303 L4_chemical_B2 +LQ06X012230 Predicted protein 5.13911683 L4_chemical_B3 +LQ06X012230 Predicted protein 5.328356708 L4_chemical_C2 +LQ06X012230 Predicted protein 5.51917128 L4_chemical_C3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.6721423 C6_control_A1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.57215019 C6_control_A3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.30280439 C6_control_B1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.4276056 C6_control_B2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.3812643 C6_control_B3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.64861083 C6_control_C1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 13.99140604 C6_control_C2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.73912547 C6_control_C3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.30960767 C6_chemical_A1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 13.35439042 C6_chemical_A3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 13.7559045 C6_chemical_B1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 13.6649285 C6_chemical_B2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 13.83445777 C6_chemical_B3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.26403398 C6_chemical_C1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.23547661 C6_chemical_C2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.0745621 C6_chemical_C3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.80652846 L4_control_A1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.65594981 L4_control_A2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.80853892 L4_control_A3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.27607805 L4_control_B1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 12.98850859 L4_control_B2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.34793998 L4_control_B3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.75823273 L4_control_C2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.43253327 L4_control_C3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.77139297 L4_chemical_A1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.35821006 L4_chemical_A2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.61514723 L4_chemical_A3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.05122224 L4_chemical_B1 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.07357185 L4_chemical_B2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 13.86995744 L4_chemical_B3 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.65059762 L4_chemical_C2 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.33004916 L4_chemical_C3 +LQ06X012260 Hypothetical protein 5.738411801 C6_control_A1 +LQ06X012260 Hypothetical protein 6.062030204 C6_control_A3 +LQ06X012260 Hypothetical protein 7.202652371 C6_control_B1 +LQ06X012260 Hypothetical protein 6.140772033 C6_control_B2 +LQ06X012260 Hypothetical protein 6.286668351 C6_control_B3 +LQ06X012260 Hypothetical protein 5.825828117 C6_control_C1 +LQ06X012260 Hypothetical protein 6.028922639 C6_control_C2 +LQ06X012260 Hypothetical protein 5.747446322 C6_control_C3 +LQ06X012260 Hypothetical protein 5.675432431 C6_chemical_A1 +LQ06X012260 Hypothetical protein 5.652688839 C6_chemical_A3 +LQ06X012260 Hypothetical protein 6.785014912 C6_chemical_B1 +LQ06X012260 Hypothetical protein 5.705010668 C6_chemical_B2 +LQ06X012260 Hypothetical protein 6.289894751 C6_chemical_B3 +LQ06X012260 Hypothetical protein 5.881027421 C6_chemical_C1 +LQ06X012260 Hypothetical protein 5.668205986 C6_chemical_C2 +LQ06X012260 Hypothetical protein 5.920236869 C6_chemical_C3 +LQ06X012260 Hypothetical protein 5.876219669 L4_control_A1 +LQ06X012260 Hypothetical protein 5.673409759 L4_control_A2 +LQ06X012260 Hypothetical protein 5.633369665 L4_control_A3 +LQ06X012260 Hypothetical protein 7.280040367 L4_control_B1 +LQ06X012260 Hypothetical protein 5.497939548 L4_control_B2 +LQ06X012260 Hypothetical protein 5.793314424 L4_control_B3 +LQ06X012260 Hypothetical protein 5.712873787 L4_control_C2 +LQ06X012260 Hypothetical protein 6.18127316 L4_control_C3 +LQ06X012260 Hypothetical protein 6.341288306 L4_chemical_A1 +LQ06X012260 Hypothetical protein 6.147920769 L4_chemical_A2 +LQ06X012260 Hypothetical protein 5.423812745 L4_chemical_A3 +LQ06X012260 Hypothetical protein 6.656279828 L4_chemical_B1 +LQ06X012260 Hypothetical protein 6.008952698 L4_chemical_B2 +LQ06X012260 Hypothetical protein 5.58597478 L4_chemical_B3 +LQ06X012260 Hypothetical protein 6.77615178 L4_chemical_C2 +LQ06X012260 Hypothetical protein 6.128415716 L4_chemical_C3 +LQ06X012270 Putative ALA-interacting subunit 2 5.190724642 C6_control_A1 +LQ06X012270 Putative ALA-interacting subunit 2 5.267005037 C6_control_A3 +LQ06X012270 Putative ALA-interacting subunit 2 5.192689726 C6_control_B1 +LQ06X012270 Putative ALA-interacting subunit 2 4.93255561 C6_control_B2 +LQ06X012270 Putative ALA-interacting subunit 2 5.2459338 C6_control_B3 +LQ06X012270 Putative ALA-interacting subunit 2 5.169590507 C6_control_C1 +LQ06X012270 Putative ALA-interacting subunit 2 5.179117129 C6_control_C2 +LQ06X012270 Putative ALA-interacting subunit 2 5.032374855 C6_control_C3 +LQ06X012270 Putative ALA-interacting subunit 2 4.754611382 C6_chemical_A1 +LQ06X012270 Putative ALA-interacting subunit 2 5.036372284 C6_chemical_A3 +LQ06X012270 Putative ALA-interacting subunit 2 5.327915495 C6_chemical_B1 +LQ06X012270 Putative ALA-interacting subunit 2 4.990891289 C6_chemical_B2 +LQ06X012270 Putative ALA-interacting subunit 2 5.077944727 C6_chemical_B3 +LQ06X012270 Putative ALA-interacting subunit 2 5.199736787 C6_chemical_C1 +LQ06X012270 Putative ALA-interacting subunit 2 4.872439057 C6_chemical_C2 +LQ06X012270 Putative ALA-interacting subunit 2 5.012780824 C6_chemical_C3 +LQ06X012270 Putative ALA-interacting subunit 2 5.434668646 L4_control_A1 +LQ06X012270 Putative ALA-interacting subunit 2 5.401415515 L4_control_A2 +LQ06X012270 Putative ALA-interacting subunit 2 5.463225305 L4_control_A3 +LQ06X012270 Putative ALA-interacting subunit 2 5.408270615 L4_control_B1 +LQ06X012270 Putative ALA-interacting subunit 2 4.870617261 L4_control_B2 +LQ06X012270 Putative ALA-interacting subunit 2 5.155235285 L4_control_B3 +LQ06X012270 Putative ALA-interacting subunit 2 5.120839367 L4_control_C2 +LQ06X012270 Putative ALA-interacting subunit 2 5.317281444 L4_control_C3 +LQ06X012270 Putative ALA-interacting subunit 2 5.68437226 L4_chemical_A1 +LQ06X012270 Putative ALA-interacting subunit 2 5.01782473 L4_chemical_A2 +LQ06X012270 Putative ALA-interacting subunit 2 5.278261705 L4_chemical_A3 +LQ06X012270 Putative ALA-interacting subunit 2 5.209554006 L4_chemical_B1 +LQ06X012270 Putative ALA-interacting subunit 2 5.262279719 L4_chemical_B2 +LQ06X012270 Putative ALA-interacting subunit 2 4.995852711 L4_chemical_B3 +LQ06X012270 Putative ALA-interacting subunit 2 5.182356199 L4_chemical_C2 +LQ06X012270 Putative ALA-interacting subunit 2 5.289274637 L4_chemical_C3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.90674418 C6_control_A1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.51982868 C6_control_A3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.24700931 C6_control_B1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.58021193 C6_control_B2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.42298322 C6_control_B3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.1116876 C6_control_C1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.89540849 C6_control_C2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.32525461 C6_control_C3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.59807743 C6_chemical_A1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.35134168 C6_chemical_A3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 9.788511374 C6_chemical_B1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.0299857 C6_chemical_B2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 9.934159463 C6_chemical_B3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.72346352 C6_chemical_C1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.25443274 C6_chemical_C2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.95105723 C6_chemical_C3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.0576929 L4_control_A1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.11644953 L4_control_A2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.63919521 L4_control_A3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 9.392460386 L4_control_B1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.13923274 L4_control_B2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.21917733 L4_control_B3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.50870618 L4_control_C2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.45191033 L4_control_C3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.46352325 L4_chemical_A1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.49705269 L4_chemical_A2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.9389213 L4_chemical_A3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.13865911 L4_chemical_B1 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.20350817 L4_chemical_B2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 9.969671974 L4_chemical_B3 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.43872586 L4_chemical_C2 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 11.25822075 L4_chemical_C3 +LQ06X012350 50S ribosomal protein L14 5.523935525 C6_control_A1 +LQ06X012350 50S ribosomal protein L14 5.199776852 C6_control_A3 +LQ06X012350 50S ribosomal protein L14 5.680089987 C6_control_B1 +LQ06X012350 50S ribosomal protein L14 5.730103662 C6_control_B2 +LQ06X012350 50S ribosomal protein L14 5.478095452 C6_control_B3 +LQ06X012350 50S ribosomal protein L14 5.638151567 C6_control_C1 +LQ06X012350 50S ribosomal protein L14 5.12796888 C6_control_C2 +LQ06X012350 50S ribosomal protein L14 6.245949485 C6_control_C3 +LQ06X012350 50S ribosomal protein L14 5.913448335 C6_chemical_A1 +LQ06X012350 50S ribosomal protein L14 5.528961216 C6_chemical_A3 +LQ06X012350 50S ribosomal protein L14 5.224060508 C6_chemical_B1 +LQ06X012350 50S ribosomal protein L14 5.506311593 C6_chemical_B2 +LQ06X012350 50S ribosomal protein L14 5.145557758 C6_chemical_B3 +LQ06X012350 50S ribosomal protein L14 6.11464503 C6_chemical_C1 +LQ06X012350 50S ribosomal protein L14 5.604570233 C6_chemical_C2 +LQ06X012350 50S ribosomal protein L14 5.878733753 C6_chemical_C3 +LQ06X012350 50S ribosomal protein L14 5.427208666 L4_control_A1 +LQ06X012350 50S ribosomal protein L14 5.171749508 L4_control_A2 +LQ06X012350 50S ribosomal protein L14 5.506097382 L4_control_A3 +LQ06X012350 50S ribosomal protein L14 5.54799269 L4_control_B1 +LQ06X012350 50S ribosomal protein L14 5.096702511 L4_control_B2 +LQ06X012350 50S ribosomal protein L14 5.178501908 L4_control_B3 +LQ06X012350 50S ribosomal protein L14 5.385671118 L4_control_C2 +LQ06X012350 50S ribosomal protein L14 5.423307389 L4_control_C3 +LQ06X012350 50S ribosomal protein L14 5.462015028 L4_chemical_A1 +LQ06X012350 50S ribosomal protein L14 5.396554956 L4_chemical_A2 +LQ06X012350 50S ribosomal protein L14 5.40018619 L4_chemical_A3 +LQ06X012350 50S ribosomal protein L14 5.566959193 L4_chemical_B1 +LQ06X012350 50S ribosomal protein L14 5.209658693 L4_chemical_B2 +LQ06X012350 50S ribosomal protein L14 4.933205457 L4_chemical_B3 +LQ06X012350 50S ribosomal protein L14 4.990072606 L4_chemical_C2 +LQ06X012350 50S ribosomal protein L14 5.19304394 L4_chemical_C3 +LQ06X012360 Putative Transcription factor TCP2 12.34307566 C6_control_A1 +LQ06X012360 Putative Transcription factor TCP2 12.61241764 C6_control_A3 +LQ06X012360 Putative Transcription factor TCP2 12.31476501 C6_control_B1 +LQ06X012360 Putative Transcription factor TCP2 12.32516893 C6_control_B2 +LQ06X012360 Putative Transcription factor TCP2 12.7865017 C6_control_B3 +LQ06X012360 Putative Transcription factor TCP2 12.84040307 C6_control_C1 +LQ06X012360 Putative Transcription factor TCP2 12.84199896 C6_control_C2 +LQ06X012360 Putative Transcription factor TCP2 13.40832465 C6_control_C3 +LQ06X012360 Putative Transcription factor TCP2 13.37250459 C6_chemical_A1 +LQ06X012360 Putative Transcription factor TCP2 13.9152561 C6_chemical_A3 +LQ06X012360 Putative Transcription factor TCP2 13.40450123 C6_chemical_B1 +LQ06X012360 Putative Transcription factor TCP2 13.17488705 C6_chemical_B2 +LQ06X012360 Putative Transcription factor TCP2 13.73718719 C6_chemical_B3 +LQ06X012360 Putative Transcription factor TCP2 13.85104187 C6_chemical_C1 +LQ06X012360 Putative Transcription factor TCP2 13.57921029 C6_chemical_C2 +LQ06X012360 Putative Transcription factor TCP2 14.03768096 C6_chemical_C3 +LQ06X012360 Putative Transcription factor TCP2 13.1350384 L4_control_A1 +LQ06X012360 Putative Transcription factor TCP2 13.71829127 L4_control_A2 +LQ06X012360 Putative Transcription factor TCP2 12.78057305 L4_control_A3 +LQ06X012360 Putative Transcription factor TCP2 13.64001279 L4_control_B1 +LQ06X012360 Putative Transcription factor TCP2 13.20665331 L4_control_B2 +LQ06X012360 Putative Transcription factor TCP2 13.34132778 L4_control_B3 +LQ06X012360 Putative Transcription factor TCP2 13.7318884 L4_control_C2 +LQ06X012360 Putative Transcription factor TCP2 13.76153766 L4_control_C3 +LQ06X012360 Putative Transcription factor TCP2 12.73792274 L4_chemical_A1 +LQ06X012360 Putative Transcription factor TCP2 13.70549052 L4_chemical_A2 +LQ06X012360 Putative Transcription factor TCP2 12.91665337 L4_chemical_A3 +LQ06X012360 Putative Transcription factor TCP2 13.61439599 L4_chemical_B1 +LQ06X012360 Putative Transcription factor TCP2 13.60770953 L4_chemical_B2 +LQ06X012360 Putative Transcription factor TCP2 13.35095437 L4_chemical_B3 +LQ06X012360 Putative Transcription factor TCP2 13.23181578 L4_chemical_C2 +LQ06X012360 Putative Transcription factor TCP2 13.65046016 L4_chemical_C3 +LQ06X012370 F-box protein At5g46170 9.177749476 C6_control_A1 +LQ06X012370 F-box protein At5g46170 8.300882495 C6_control_A3 +LQ06X012370 F-box protein At5g46170 9.337377215 C6_control_B1 +LQ06X012370 F-box protein At5g46170 9.150181663 C6_control_B2 +LQ06X012370 F-box protein At5g46170 9.221658573 C6_control_B3 +LQ06X012370 F-box protein At5g46170 9.469344595 C6_control_C1 +LQ06X012370 F-box protein At5g46170 8.109996547 C6_control_C2 +LQ06X012370 F-box protein At5g46170 9.211436559 C6_control_C3 +LQ06X012370 F-box protein At5g46170 9.322203163 C6_chemical_A1 +LQ06X012370 F-box protein At5g46170 9.066906966 C6_chemical_A3 +LQ06X012370 F-box protein At5g46170 9.664002508 C6_chemical_B1 +LQ06X012370 F-box protein At5g46170 8.914737011 C6_chemical_B2 +LQ06X012370 F-box protein At5g46170 9.239814554 C6_chemical_B3 +LQ06X012370 F-box protein At5g46170 9.220523844 C6_chemical_C1 +LQ06X012370 F-box protein At5g46170 8.93064499 C6_chemical_C2 +LQ06X012370 F-box protein At5g46170 9.089196485 C6_chemical_C3 +LQ06X012370 F-box protein At5g46170 8.86928507 L4_control_A1 +LQ06X012370 F-box protein At5g46170 9.291406303 L4_control_A2 +LQ06X012370 F-box protein At5g46170 9.483913557 L4_control_A3 +LQ06X012370 F-box protein At5g46170 10.32742276 L4_control_B1 +LQ06X012370 F-box protein At5g46170 9.768322347 L4_control_B2 +LQ06X012370 F-box protein At5g46170 9.651710119 L4_control_B3 +LQ06X012370 F-box protein At5g46170 9.911981789 L4_control_C2 +LQ06X012370 F-box protein At5g46170 9.745246345 L4_control_C3 +LQ06X012370 F-box protein At5g46170 8.83712711 L4_chemical_A1 +LQ06X012370 F-box protein At5g46170 9.609854031 L4_chemical_A2 +LQ06X012370 F-box protein At5g46170 9.685991092 L4_chemical_A3 +LQ06X012370 F-box protein At5g46170 9.865392975 L4_chemical_B1 +LQ06X012370 F-box protein At5g46170 10.10612813 L4_chemical_B2 +LQ06X012370 F-box protein At5g46170 9.070511341 L4_chemical_B3 +LQ06X012370 F-box protein At5g46170 10.14914592 L4_chemical_C2 +LQ06X012370 F-box protein At5g46170 9.806006367 L4_chemical_C3 +LQ06X012380 Probable ornithine aminotransferase 9.166477354 C6_control_A1 +LQ06X012380 Probable ornithine aminotransferase 9.826653874 C6_control_A3 +LQ06X012380 Probable ornithine aminotransferase 9.056806198 C6_control_B1 +LQ06X012380 Probable ornithine aminotransferase 8.960830661 C6_control_B2 +LQ06X012380 Probable ornithine aminotransferase 8.792005178 C6_control_B3 +LQ06X012380 Probable ornithine aminotransferase 10.18149083 C6_control_C1 +LQ06X012380 Probable ornithine aminotransferase 9.821028155 C6_control_C2 +LQ06X012380 Probable ornithine aminotransferase 9.627773488 C6_control_C3 +LQ06X012380 Probable ornithine aminotransferase 9.184127445 C6_chemical_A1 +LQ06X012380 Probable ornithine aminotransferase 9.759500402 C6_chemical_A3 +LQ06X012380 Probable ornithine aminotransferase 8.866284694 C6_chemical_B1 +LQ06X012380 Probable ornithine aminotransferase 9.063831448 C6_chemical_B2 +LQ06X012380 Probable ornithine aminotransferase 8.705941474 C6_chemical_B3 +LQ06X012380 Probable ornithine aminotransferase 10.10632219 C6_chemical_C1 +LQ06X012380 Probable ornithine aminotransferase 10.01615079 C6_chemical_C2 +LQ06X012380 Probable ornithine aminotransferase 9.619032611 C6_chemical_C3 +LQ06X012380 Probable ornithine aminotransferase 9.548408101 L4_control_A1 +LQ06X012380 Probable ornithine aminotransferase 9.420483519 L4_control_A2 +LQ06X012380 Probable ornithine aminotransferase 10.48315785 L4_control_A3 +LQ06X012380 Probable ornithine aminotransferase 8.73565 L4_control_B1 +LQ06X012380 Probable ornithine aminotransferase 8.94209696 L4_control_B2 +LQ06X012380 Probable ornithine aminotransferase 8.815681933 L4_control_B3 +LQ06X012380 Probable ornithine aminotransferase 9.776384211 L4_control_C2 +LQ06X012380 Probable ornithine aminotransferase 9.802625982 L4_control_C3 +LQ06X012380 Probable ornithine aminotransferase 9.655469963 L4_chemical_A1 +LQ06X012380 Probable ornithine aminotransferase 9.734644329 L4_chemical_A2 +LQ06X012380 Probable ornithine aminotransferase 10.29526394 L4_chemical_A3 +LQ06X012380 Probable ornithine aminotransferase 9.227485957 L4_chemical_B1 +LQ06X012380 Probable ornithine aminotransferase 8.916985512 L4_chemical_B2 +LQ06X012380 Probable ornithine aminotransferase 9.039093371 L4_chemical_B3 +LQ06X012380 Probable ornithine aminotransferase 9.341678483 L4_chemical_C2 +LQ06X012380 Probable ornithine aminotransferase 9.83303962 L4_chemical_C3 +LQ06X012390 KH domain-containing protein At4g18375 6.029308969 C6_control_A1 +LQ06X012390 KH domain-containing protein At4g18375 5.356990775 C6_control_A3 +LQ06X012390 KH domain-containing protein At4g18375 5.697116455 C6_control_B1 +LQ06X012390 KH domain-containing protein At4g18375 5.507735013 C6_control_B2 +LQ06X012390 KH domain-containing protein At4g18375 6.027368637 C6_control_B3 +LQ06X012390 KH domain-containing protein At4g18375 5.048983816 C6_control_C1 +LQ06X012390 KH domain-containing protein At4g18375 4.92702956 C6_control_C2 +LQ06X012390 KH domain-containing protein At4g18375 5.083117416 C6_control_C3 +LQ06X012390 KH domain-containing protein At4g18375 5.734269383 C6_chemical_A1 +LQ06X012390 KH domain-containing protein At4g18375 5.790948689 C6_chemical_A3 +LQ06X012390 KH domain-containing protein At4g18375 6.613114557 C6_chemical_B1 +LQ06X012390 KH domain-containing protein At4g18375 5.423123533 C6_chemical_B2 +LQ06X012390 KH domain-containing protein At4g18375 6.095021011 C6_chemical_B3 +LQ06X012390 KH domain-containing protein At4g18375 4.947007036 C6_chemical_C1 +LQ06X012390 KH domain-containing protein At4g18375 5.005328347 C6_chemical_C2 +LQ06X012390 KH domain-containing protein At4g18375 5.142949686 C6_chemical_C3 +LQ06X012390 KH domain-containing protein At4g18375 6.117553726 L4_control_A1 +LQ06X012390 KH domain-containing protein At4g18375 5.553429173 L4_control_A2 +LQ06X012390 KH domain-containing protein At4g18375 5.220055208 L4_control_A3 +LQ06X012390 KH domain-containing protein At4g18375 5.535634839 L4_control_B1 +LQ06X012390 KH domain-containing protein At4g18375 5.157121805 L4_control_B2 +LQ06X012390 KH domain-containing protein At4g18375 5.944477947 L4_control_B3 +LQ06X012390 KH domain-containing protein At4g18375 5.4167523 L4_control_C2 +LQ06X012390 KH domain-containing protein At4g18375 5.444421423 L4_control_C3 +LQ06X012390 KH domain-containing protein At4g18375 5.783789326 L4_chemical_A1 +LQ06X012390 KH domain-containing protein At4g18375 6.143889018 L4_chemical_A2 +LQ06X012390 KH domain-containing protein At4g18375 5.353608265 L4_chemical_A3 +LQ06X012390 KH domain-containing protein At4g18375 5.249384076 L4_chemical_B1 +LQ06X012390 KH domain-containing protein At4g18375 5.937940037 L4_chemical_B2 +LQ06X012390 KH domain-containing protein At4g18375 5.831438751 L4_chemical_B3 +LQ06X012390 KH domain-containing protein At4g18375 5.193497495 L4_chemical_C2 +LQ06X012390 KH domain-containing protein At4g18375 5.292568176 L4_chemical_C3 +LQ06X012400 Predicted protein 12.25783192 C6_control_A1 +LQ06X012400 Predicted protein 12.40347428 C6_control_A3 +LQ06X012400 Predicted protein 12.468004 C6_control_B1 +LQ06X012400 Predicted protein 12.564198 C6_control_B2 +LQ06X012400 Predicted protein 12.36100711 C6_control_B3 +LQ06X012400 Predicted protein 12.61687895 C6_control_C1 +LQ06X012400 Predicted protein 12.58562805 C6_control_C2 +LQ06X012400 Predicted protein 12.51309111 C6_control_C3 +LQ06X012400 Predicted protein 12.29115589 C6_chemical_A1 +LQ06X012400 Predicted protein 11.74150491 C6_chemical_A3 +LQ06X012400 Predicted protein 12.34651178 C6_chemical_B1 +LQ06X012400 Predicted protein 12.37874301 C6_chemical_B2 +LQ06X012400 Predicted protein 12.01698221 C6_chemical_B3 +LQ06X012400 Predicted protein 12.55102161 C6_chemical_C1 +LQ06X012400 Predicted protein 12.78224222 C6_chemical_C2 +LQ06X012400 Predicted protein 12.29490174 C6_chemical_C3 +LQ06X012400 Predicted protein 12.2592461 L4_control_A1 +LQ06X012400 Predicted protein 12.90499467 L4_control_A2 +LQ06X012400 Predicted protein 12.41093359 L4_control_A3 +LQ06X012400 Predicted protein 12.60797125 L4_control_B1 +LQ06X012400 Predicted protein 11.72318601 L4_control_B2 +LQ06X012400 Predicted protein 12.40980253 L4_control_B3 +LQ06X012400 Predicted protein 12.85056362 L4_control_C2 +LQ06X012400 Predicted protein 12.13088425 L4_control_C3 +LQ06X012400 Predicted protein 12.37308957 L4_chemical_A1 +LQ06X012400 Predicted protein 13.02730279 L4_chemical_A2 +LQ06X012400 Predicted protein 12.21914876 L4_chemical_A3 +LQ06X012400 Predicted protein 12.48867524 L4_chemical_B1 +LQ06X012400 Predicted protein 12.75359821 L4_chemical_B2 +LQ06X012400 Predicted protein 12.32213887 L4_chemical_B3 +LQ06X012400 Predicted protein 12.77590297 L4_chemical_C2 +LQ06X012400 Predicted protein 12.17752156 L4_chemical_C3 +LQ06X012430 Putative uncharacterized protein 5.382244157 C6_control_A1 +LQ06X012430 Putative uncharacterized protein 5.65274981 C6_control_A3 +LQ06X012430 Putative uncharacterized protein 5.39985064 C6_control_B1 +LQ06X012430 Putative uncharacterized protein 9.120303414 C6_control_B2 +LQ06X012430 Putative uncharacterized protein 8.032730524 C6_control_B3 +LQ06X012430 Putative uncharacterized protein 10.09202133 C6_control_C1 +LQ06X012430 Putative uncharacterized protein 11.08280121 C6_control_C2 +LQ06X012430 Putative uncharacterized protein 10.98454127 C6_control_C3 +LQ06X012430 Putative uncharacterized protein 5.646686479 C6_chemical_A1 +LQ06X012430 Putative uncharacterized protein 5.57701978 C6_chemical_A3 +LQ06X012430 Putative uncharacterized protein 5.741013036 C6_chemical_B1 +LQ06X012430 Putative uncharacterized protein 9.201552837 C6_chemical_B2 +LQ06X012430 Putative uncharacterized protein 9.798598721 C6_chemical_B3 +LQ06X012430 Putative uncharacterized protein 11.05574307 C6_chemical_C1 +LQ06X012430 Putative uncharacterized protein 10.13521603 C6_chemical_C2 +LQ06X012430 Putative uncharacterized protein 10.2822345 C6_chemical_C3 +LQ06X012430 Putative uncharacterized protein 5.801922152 L4_control_A1 +LQ06X012430 Putative uncharacterized protein 5.72309773 L4_control_A2 +LQ06X012430 Putative uncharacterized protein 6.084955358 L4_control_A3 +LQ06X012430 Putative uncharacterized protein 6.662498389 L4_control_B1 +LQ06X012430 Putative uncharacterized protein 6.495198085 L4_control_B2 +LQ06X012430 Putative uncharacterized protein 8.555556887 L4_control_B3 +LQ06X012430 Putative uncharacterized protein 9.198599051 L4_control_C2 +LQ06X012430 Putative uncharacterized protein 8.444090996 L4_control_C3 +LQ06X012430 Putative uncharacterized protein 6.840732754 L4_chemical_A1 +LQ06X012430 Putative uncharacterized protein 8.347041105 L4_chemical_A2 +LQ06X012430 Putative uncharacterized protein 6.999403755 L4_chemical_A3 +LQ06X012430 Putative uncharacterized protein 7.550526049 L4_chemical_B1 +LQ06X012430 Putative uncharacterized protein 6.943599939 L4_chemical_B2 +LQ06X012430 Putative uncharacterized protein 7.883150713 L4_chemical_B3 +LQ06X012430 Putative uncharacterized protein 9.647172355 L4_chemical_C2 +LQ06X012430 Putative uncharacterized protein 9.530662677 L4_chemical_C3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 7.927865257 C6_control_A1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 5.977592302 C6_control_A3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 8.470946758 C6_control_B1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 8.49669064 C6_control_B2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 8.444393683 C6_control_B3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 9.887643698 C6_control_C1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 8.865728175 C6_control_C2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 7.82399247 C6_control_C3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 8.101880512 C6_chemical_A1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 7.20278926 C6_chemical_A3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 9.580035269 C6_chemical_B1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 8.81470833 C6_chemical_B2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 8.071026357 C6_chemical_B3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 10.18360802 C6_chemical_C1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 9.317921931 C6_chemical_C2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 7.714287496 C6_chemical_C3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 6.385558027 L4_control_A1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 6.262928083 L4_control_A2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 5.198442324 L4_control_A3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 6.190828705 L4_control_B1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 7.136167964 L4_control_B2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 6.271719734 L4_control_B3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 7.684199819 L4_control_C2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 6.160179063 L4_control_C3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 6.396508594 L4_chemical_A1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 5.77820699 L4_chemical_A2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 5.386179229 L4_chemical_A3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 6.283213403 L4_chemical_B1 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 5.654670748 L4_chemical_B2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 6.194988106 L4_chemical_B3 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 5.622009528 L4_chemical_C2 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 5.453173801 L4_chemical_C3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.809329158 C6_control_A1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.866208818 C6_control_A3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.473177012 C6_control_B1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.603979849 C6_control_B2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.739770339 C6_control_B3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.963066236 C6_control_C1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.709546128 C6_control_C2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.011221587 C6_control_C3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.73972686 C6_chemical_A1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.014094227 C6_chemical_A3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.969252359 C6_chemical_B1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.572882669 C6_chemical_B2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.570606507 C6_chemical_B3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.174849403 C6_chemical_C1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.87685868 C6_chemical_C2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.792370172 C6_chemical_C3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.092241492 L4_control_A1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.017704402 L4_control_A2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.89484933 L4_control_A3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.178976579 L4_control_B1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.211886947 L4_control_B2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.709760922 L4_control_B3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.064309983 L4_control_C2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.634171256 L4_control_C3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.841767276 L4_chemical_A1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.74668441 L4_chemical_A2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.335002511 L4_chemical_A3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.879834985 L4_chemical_B1 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.311102629 L4_chemical_B2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.498054288 L4_chemical_B3 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.225081302 L4_chemical_C2 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 6.47178951 L4_chemical_C3 +LQ06X012510 Hypothetical protein 13.29789538 C6_control_A1 +LQ06X012510 Hypothetical protein 13.40754911 C6_control_A3 +LQ06X012510 Hypothetical protein 13.33390882 C6_control_B1 +LQ06X012510 Hypothetical protein 13.53532606 C6_control_B2 +LQ06X012510 Hypothetical protein 13.67110669 C6_control_B3 +LQ06X012510 Hypothetical protein 12.6023679 C6_control_C1 +LQ06X012510 Hypothetical protein 12.9015677 C6_control_C2 +LQ06X012510 Hypothetical protein 12.87074231 C6_control_C3 +LQ06X012510 Hypothetical protein 13.22116143 C6_chemical_A1 +LQ06X012510 Hypothetical protein 13.00319752 C6_chemical_A3 +LQ06X012510 Hypothetical protein 13.36632238 C6_chemical_B1 +LQ06X012510 Hypothetical protein 13.75875176 C6_chemical_B2 +LQ06X012510 Hypothetical protein 13.32194549 C6_chemical_B3 +LQ06X012510 Hypothetical protein 12.37779529 C6_chemical_C1 +LQ06X012510 Hypothetical protein 12.75303159 C6_chemical_C2 +LQ06X012510 Hypothetical protein 12.28016335 C6_chemical_C3 +LQ06X012510 Hypothetical protein 13.00171616 L4_control_A1 +LQ06X012510 Hypothetical protein 13.56221644 L4_control_A2 +LQ06X012510 Hypothetical protein 13.39774017 L4_control_A3 +LQ06X012510 Hypothetical protein 13.53533539 L4_control_B1 +LQ06X012510 Hypothetical protein 12.8777668 L4_control_B2 +LQ06X012510 Hypothetical protein 13.6367061 L4_control_B3 +LQ06X012510 Hypothetical protein 12.18266178 L4_control_C2 +LQ06X012510 Hypothetical protein 12.61402663 L4_control_C3 +LQ06X012510 Hypothetical protein 13.18520077 L4_chemical_A1 +LQ06X012510 Hypothetical protein 13.69085141 L4_chemical_A2 +LQ06X012510 Hypothetical protein 13.25066882 L4_chemical_A3 +LQ06X012510 Hypothetical protein 13.37881418 L4_chemical_B1 +LQ06X012510 Hypothetical protein 13.44705157 L4_chemical_B2 +LQ06X012510 Hypothetical protein 13.61801941 L4_chemical_B3 +LQ06X012510 Hypothetical protein 12.77736767 L4_chemical_C2 +LQ06X012510 Hypothetical protein 12.58899696 L4_chemical_C3 +LQ06X012530 Predicted protein 6.246784662 C6_control_A1 +LQ06X012530 Predicted protein 6.537924404 C6_control_A3 +LQ06X012530 Predicted protein 5.574223062 C6_control_B1 +LQ06X012530 Predicted protein 6.401565973 C6_control_B2 +LQ06X012530 Predicted protein 6.327187531 C6_control_B3 +LQ06X012530 Predicted protein 6.579582166 C6_control_C1 +LQ06X012530 Predicted protein 5.867271638 C6_control_C2 +LQ06X012530 Predicted protein 6.646560127 C6_control_C3 +LQ06X012530 Predicted protein 6.262220022 C6_chemical_A1 +LQ06X012530 Predicted protein 6.006674697 C6_chemical_A3 +LQ06X012530 Predicted protein 5.879418638 C6_chemical_B1 +LQ06X012530 Predicted protein 5.972877286 C6_chemical_B2 +LQ06X012530 Predicted protein 6.241583172 C6_chemical_B3 +LQ06X012530 Predicted protein 6.425977313 C6_chemical_C1 +LQ06X012530 Predicted protein 5.948364178 C6_chemical_C2 +LQ06X012530 Predicted protein 6.405443641 C6_chemical_C3 +LQ06X012530 Predicted protein 6.714837974 L4_control_A1 +LQ06X012530 Predicted protein 6.647426698 L4_control_A2 +LQ06X012530 Predicted protein 6.601462663 L4_control_A3 +LQ06X012530 Predicted protein 6.079199781 L4_control_B1 +LQ06X012530 Predicted protein 5.507743354 L4_control_B2 +LQ06X012530 Predicted protein 6.286542687 L4_control_B3 +LQ06X012530 Predicted protein 6.425421622 L4_control_C2 +LQ06X012530 Predicted protein 6.797050861 L4_control_C3 +LQ06X012530 Predicted protein 6.810029559 L4_chemical_A1 +LQ06X012530 Predicted protein 6.719517802 L4_chemical_A2 +LQ06X012530 Predicted protein 6.713727783 L4_chemical_A3 +LQ06X012530 Predicted protein 6.134384357 L4_chemical_B1 +LQ06X012530 Predicted protein 6.271848747 L4_chemical_B2 +LQ06X012530 Predicted protein 6.539367301 L4_chemical_B3 +LQ06X012530 Predicted protein 6.278973849 L4_chemical_C2 +LQ06X012530 Predicted protein 6.500042612 L4_chemical_C3 +LQ06X012540 Cullin-4B 8.422841072 C6_control_A1 +LQ06X012540 Cullin-4B 8.343263237 C6_control_A3 +LQ06X012540 Cullin-4B 8.807638375 C6_control_B1 +LQ06X012540 Cullin-4B 8.743843674 C6_control_B2 +LQ06X012540 Cullin-4B 8.419987883 C6_control_B3 +LQ06X012540 Cullin-4B 9.033697145 C6_control_C1 +LQ06X012540 Cullin-4B 8.812024893 C6_control_C2 +LQ06X012540 Cullin-4B 8.938364492 C6_control_C3 +LQ06X012540 Cullin-4B 8.416413669 C6_chemical_A1 +LQ06X012540 Cullin-4B 8.591655216 C6_chemical_A3 +LQ06X012540 Cullin-4B 8.94547736 C6_chemical_B1 +LQ06X012540 Cullin-4B 8.609460905 C6_chemical_B2 +LQ06X012540 Cullin-4B 8.804310907 C6_chemical_B3 +LQ06X012540 Cullin-4B 8.801062077 C6_chemical_C1 +LQ06X012540 Cullin-4B 9.113515574 C6_chemical_C2 +LQ06X012540 Cullin-4B 9.023489613 C6_chemical_C3 +LQ06X012540 Cullin-4B 9.143314575 L4_control_A1 +LQ06X012540 Cullin-4B 9.332145133 L4_control_A2 +LQ06X012540 Cullin-4B 9.800025287 L4_control_A3 +LQ06X012540 Cullin-4B 9.349409915 L4_control_B1 +LQ06X012540 Cullin-4B 9.396884084 L4_control_B2 +LQ06X012540 Cullin-4B 9.818330402 L4_control_B3 +LQ06X012540 Cullin-4B 9.568740736 L4_control_C2 +LQ06X012540 Cullin-4B 10.778928 L4_control_C3 +LQ06X012540 Cullin-4B 9.025671947 L4_chemical_A1 +LQ06X012540 Cullin-4B 9.288211817 L4_chemical_A2 +LQ06X012540 Cullin-4B 9.611002039 L4_chemical_A3 +LQ06X012540 Cullin-4B 9.12999957 L4_chemical_B1 +LQ06X012540 Cullin-4B 9.246594203 L4_chemical_B2 +LQ06X012540 Cullin-4B 9.654929385 L4_chemical_B3 +LQ06X012540 Cullin-4B 9.320230902 L4_chemical_C2 +LQ06X012540 Cullin-4B 10.41058981 L4_chemical_C3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 8.181274562 C6_control_A1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 6.486165082 C6_control_A3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.4298454 C6_control_B1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.522750187 C6_control_B2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.005432967 C6_control_B3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 4.987421714 C6_control_C1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 5.039218341 C6_control_C2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 5.464730231 C6_control_C3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 8.161069656 C6_chemical_A1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.162634959 C6_chemical_A3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.131349398 C6_chemical_B1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.312805503 C6_chemical_B2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.039888933 C6_chemical_B3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 5.324181742 C6_chemical_C1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 5.055793176 C6_chemical_C2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 5.186545474 C6_chemical_C3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.269300787 L4_control_A1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.708589369 L4_control_A2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.741456306 L4_control_A3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.640745013 L4_control_B1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.211356 L4_control_B2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 6.652045891 L4_control_B3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 4.811163939 L4_control_C2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 5.58736947 L4_control_C3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 6.945596136 L4_chemical_A1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.461746342 L4_chemical_A2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 6.828462007 L4_chemical_A3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.080958636 L4_chemical_B1 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 6.546591468 L4_chemical_B2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 7.594794993 L4_chemical_B3 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 4.892883734 L4_chemical_C2 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 4.974911949 L4_chemical_C3 +LQ06X012620 Putative Calcyclin-binding protein 14.07640538 C6_control_A1 +LQ06X012620 Putative Calcyclin-binding protein 14.22583033 C6_control_A3 +LQ06X012620 Putative Calcyclin-binding protein 13.64449864 C6_control_B1 +LQ06X012620 Putative Calcyclin-binding protein 14.05444314 C6_control_B2 +LQ06X012620 Putative Calcyclin-binding protein 13.162378 C6_control_B3 +LQ06X012620 Putative Calcyclin-binding protein 13.87695899 C6_control_C1 +LQ06X012620 Putative Calcyclin-binding protein 13.48625791 C6_control_C2 +LQ06X012620 Putative Calcyclin-binding protein 12.69735401 C6_control_C3 +LQ06X012620 Putative Calcyclin-binding protein 15.09630727 C6_chemical_A1 +LQ06X012620 Putative Calcyclin-binding protein 14.16919722 C6_chemical_A3 +LQ06X012620 Putative Calcyclin-binding protein 14.71510638 C6_chemical_B1 +LQ06X012620 Putative Calcyclin-binding protein 15.39473365 C6_chemical_B2 +LQ06X012620 Putative Calcyclin-binding protein 13.33993754 C6_chemical_B3 +LQ06X012620 Putative Calcyclin-binding protein 15.4362561 C6_chemical_C1 +LQ06X012620 Putative Calcyclin-binding protein 14.67029392 C6_chemical_C2 +LQ06X012620 Putative Calcyclin-binding protein 12.77261792 C6_chemical_C3 +LQ06X012620 Putative Calcyclin-binding protein 14.12373811 L4_control_A1 +LQ06X012620 Putative Calcyclin-binding protein 13.35297419 L4_control_A2 +LQ06X012620 Putative Calcyclin-binding protein 13.25745186 L4_control_A3 +LQ06X012620 Putative Calcyclin-binding protein 13.46255746 L4_control_B1 +LQ06X012620 Putative Calcyclin-binding protein 13.6193581 L4_control_B2 +LQ06X012620 Putative Calcyclin-binding protein 12.37911574 L4_control_B3 +LQ06X012620 Putative Calcyclin-binding protein 13.55247003 L4_control_C2 +LQ06X012620 Putative Calcyclin-binding protein 12.5085652 L4_control_C3 +LQ06X012620 Putative Calcyclin-binding protein 14.85141191 L4_chemical_A1 +LQ06X012620 Putative Calcyclin-binding protein 14.68981544 L4_chemical_A2 +LQ06X012620 Putative Calcyclin-binding protein 13.437463 L4_chemical_A3 +LQ06X012620 Putative Calcyclin-binding protein 14.1839227 L4_chemical_B1 +LQ06X012620 Putative Calcyclin-binding protein 14.70028163 L4_chemical_B2 +LQ06X012620 Putative Calcyclin-binding protein 13.29998462 L4_chemical_B3 +LQ06X012620 Putative Calcyclin-binding protein 14.39371294 L4_chemical_C2 +LQ06X012620 Putative Calcyclin-binding protein 12.8766432 L4_chemical_C3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.596768533 C6_control_A1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.281137253 C6_control_A3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.617945191 C6_control_B1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.192764122 C6_control_B2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.931868128 C6_control_B3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.191899122 C6_control_C1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 4.883984984 C6_control_C2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.849983663 C6_control_C3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.783238013 C6_chemical_A1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.382648981 C6_chemical_A3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.291185449 C6_chemical_B1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.405186652 C6_chemical_B2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.98825831 C6_chemical_B3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.238686471 C6_chemical_C1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.149541162 C6_chemical_C2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.359106366 C6_chemical_C3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.518566393 L4_control_A1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 6.082817254 L4_control_A2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.670525274 L4_control_A3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.371050182 L4_control_B1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 6.041913674 L4_control_B2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.406593547 L4_control_B3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 6.02528411 L4_control_C2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.746725547 L4_control_C3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.550112667 L4_chemical_A1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 6.442927636 L4_chemical_A2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 6.542199351 L4_chemical_A3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.722386878 L4_chemical_B1 +LQ06X012640 Gibberellin 2-beta-dioxygenase 6.306411616 L4_chemical_B2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.554935617 L4_chemical_B3 +LQ06X012640 Gibberellin 2-beta-dioxygenase 6.27251649 L4_chemical_C2 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.950228758 L4_chemical_C3 +LQ06X012730 Putative Prefoldin subunit 6 5.805906053 C6_control_A1 +LQ06X012730 Putative Prefoldin subunit 6 6.096877273 C6_control_A3 +LQ06X012730 Putative Prefoldin subunit 6 4.850792377 C6_control_B1 +LQ06X012730 Putative Prefoldin subunit 6 7.416381067 C6_control_B2 +LQ06X012730 Putative Prefoldin subunit 6 5.101625426 C6_control_B3 +LQ06X012730 Putative Prefoldin subunit 6 7.99089003 C6_control_C1 +LQ06X012730 Putative Prefoldin subunit 6 7.560503384 C6_control_C2 +LQ06X012730 Putative Prefoldin subunit 6 7.07843817 C6_control_C3 +LQ06X012730 Putative Prefoldin subunit 6 6.05093591 C6_chemical_A1 +LQ06X012730 Putative Prefoldin subunit 6 5.866085565 C6_chemical_A3 +LQ06X012730 Putative Prefoldin subunit 6 5.193969432 C6_chemical_B1 +LQ06X012730 Putative Prefoldin subunit 6 7.636915556 C6_chemical_B2 +LQ06X012730 Putative Prefoldin subunit 6 4.973167294 C6_chemical_B3 +LQ06X012730 Putative Prefoldin subunit 6 8.300445026 C6_chemical_C1 +LQ06X012730 Putative Prefoldin subunit 6 8.589884822 C6_chemical_C2 +LQ06X012730 Putative Prefoldin subunit 6 7.567631025 C6_chemical_C3 +LQ06X012730 Putative Prefoldin subunit 6 6.315224987 L4_control_A1 +LQ06X012730 Putative Prefoldin subunit 6 5.549354795 L4_control_A2 +LQ06X012730 Putative Prefoldin subunit 6 4.876820926 L4_control_A3 +LQ06X012730 Putative Prefoldin subunit 6 5.512465003 L4_control_B1 +LQ06X012730 Putative Prefoldin subunit 6 5.98559114 L4_control_B2 +LQ06X012730 Putative Prefoldin subunit 6 5.485998798 L4_control_B3 +LQ06X012730 Putative Prefoldin subunit 6 5.569265405 L4_control_C2 +LQ06X012730 Putative Prefoldin subunit 6 5.870010899 L4_control_C3 +LQ06X012730 Putative Prefoldin subunit 6 6.879516306 L4_chemical_A1 +LQ06X012730 Putative Prefoldin subunit 6 5.932245686 L4_chemical_A2 +LQ06X012730 Putative Prefoldin subunit 6 5.215760602 L4_chemical_A3 +LQ06X012730 Putative Prefoldin subunit 6 5.07228409 L4_chemical_B1 +LQ06X012730 Putative Prefoldin subunit 6 5.490375791 L4_chemical_B2 +LQ06X012730 Putative Prefoldin subunit 6 5.499138925 L4_chemical_B3 +LQ06X012730 Putative Prefoldin subunit 6 6.162387119 L4_chemical_C2 +LQ06X012730 Putative Prefoldin subunit 6 4.925068576 L4_chemical_C3 +LQ06X012740 Putative uncharacterized protein 5.860407311 C6_control_A1 +LQ06X012740 Putative uncharacterized protein 5.449683371 C6_control_A3 +LQ06X012740 Putative uncharacterized protein 5.860459687 C6_control_B1 +LQ06X012740 Putative uncharacterized protein 5.541271161 C6_control_B2 +LQ06X012740 Putative uncharacterized protein 5.599436592 C6_control_B3 +LQ06X012740 Putative uncharacterized protein 5.345854015 C6_control_C1 +LQ06X012740 Putative uncharacterized protein 5.495102857 C6_control_C2 +LQ06X012740 Putative uncharacterized protein 5.581029824 C6_control_C3 +LQ06X012740 Putative uncharacterized protein 5.257973767 C6_chemical_A1 +LQ06X012740 Putative uncharacterized protein 5.675142254 C6_chemical_A3 +LQ06X012740 Putative uncharacterized protein 5.566612547 C6_chemical_B1 +LQ06X012740 Putative uncharacterized protein 5.573788526 C6_chemical_B2 +LQ06X012740 Putative uncharacterized protein 5.17282331 C6_chemical_B3 +LQ06X012740 Putative uncharacterized protein 5.544540804 C6_chemical_C1 +LQ06X012740 Putative uncharacterized protein 5.256814484 C6_chemical_C2 +LQ06X012740 Putative uncharacterized protein 5.342277892 C6_chemical_C3 +LQ06X012740 Putative uncharacterized protein 5.739773797 L4_control_A1 +LQ06X012740 Putative uncharacterized protein 5.621725282 L4_control_A2 +LQ06X012740 Putative uncharacterized protein 5.410498205 L4_control_A3 +LQ06X012740 Putative uncharacterized protein 6.318828121 L4_control_B1 +LQ06X012740 Putative uncharacterized protein 5.460474517 L4_control_B2 +LQ06X012740 Putative uncharacterized protein 5.281068915 L4_control_B3 +LQ06X012740 Putative uncharacterized protein 5.620226569 L4_control_C2 +LQ06X012740 Putative uncharacterized protein 5.780213883 L4_control_C3 +LQ06X012740 Putative uncharacterized protein 5.271204939 L4_chemical_A1 +LQ06X012740 Putative uncharacterized protein 5.52881718 L4_chemical_A2 +LQ06X012740 Putative uncharacterized protein 5.479973529 L4_chemical_A3 +LQ06X012740 Putative uncharacterized protein 5.504087825 L4_chemical_B1 +LQ06X012740 Putative uncharacterized protein 5.29885999 L4_chemical_B2 +LQ06X012740 Putative uncharacterized protein 5.557883912 L4_chemical_B3 +LQ06X012740 Putative uncharacterized protein 5.258186911 L4_chemical_C2 +LQ06X012740 Putative uncharacterized protein 5.665223332 L4_chemical_C3 +LQ06X012800 60S ribosomal protein L18a 5.517002024 C6_control_A1 +LQ06X012800 60S ribosomal protein L18a 5.468623769 C6_control_A3 +LQ06X012800 60S ribosomal protein L18a 4.855505876 C6_control_B1 +LQ06X012800 60S ribosomal protein L18a 5.336494291 C6_control_B2 +LQ06X012800 60S ribosomal protein L18a 5.268403351 C6_control_B3 +LQ06X012800 60S ribosomal protein L18a 5.339261016 C6_control_C1 +LQ06X012800 60S ribosomal protein L18a 5.094323802 C6_control_C2 +LQ06X012800 60S ribosomal protein L18a 5.420323962 C6_control_C3 +LQ06X012800 60S ribosomal protein L18a 5.487407933 C6_chemical_A1 +LQ06X012800 60S ribosomal protein L18a 5.031215881 C6_chemical_A3 +LQ06X012800 60S ribosomal protein L18a 5.032613193 C6_chemical_B1 +LQ06X012800 60S ribosomal protein L18a 4.931474761 C6_chemical_B2 +LQ06X012800 60S ribosomal protein L18a 5.512488655 C6_chemical_B3 +LQ06X012800 60S ribosomal protein L18a 5.124074526 C6_chemical_C1 +LQ06X012800 60S ribosomal protein L18a 4.807917442 C6_chemical_C2 +LQ06X012800 60S ribosomal protein L18a 5.233301757 C6_chemical_C3 +LQ06X012800 60S ribosomal protein L18a 5.115418922 L4_control_A1 +LQ06X012800 60S ribosomal protein L18a 5.483332987 L4_control_A2 +LQ06X012800 60S ribosomal protein L18a 6.276538996 L4_control_A3 +LQ06X012800 60S ribosomal protein L18a 5.915071325 L4_control_B1 +LQ06X012800 60S ribosomal protein L18a 6.082639094 L4_control_B2 +LQ06X012800 60S ribosomal protein L18a 4.884857879 L4_control_B3 +LQ06X012800 60S ribosomal protein L18a 6.466928625 L4_control_C2 +LQ06X012800 60S ribosomal protein L18a 5.566564822 L4_control_C3 +LQ06X012800 60S ribosomal protein L18a 5.126416031 L4_chemical_A1 +LQ06X012800 60S ribosomal protein L18a 5.335101733 L4_chemical_A2 +LQ06X012800 60S ribosomal protein L18a 6.344555353 L4_chemical_A3 +LQ06X012800 60S ribosomal protein L18a 5.416260258 L4_chemical_B1 +LQ06X012800 60S ribosomal protein L18a 5.791833256 L4_chemical_B2 +LQ06X012800 60S ribosomal protein L18a 5.091836574 L4_chemical_B3 +LQ06X012800 60S ribosomal protein L18a 6.562016733 L4_chemical_C2 +LQ06X012800 60S ribosomal protein L18a 5.745560059 L4_chemical_C3 +LQ06X012810 Putative uncharacterized protein 5.081794229 C6_control_A1 +LQ06X012810 Putative uncharacterized protein 5.286252073 C6_control_A3 +LQ06X012810 Putative uncharacterized protein 6.492738748 C6_control_B1 +LQ06X012810 Putative uncharacterized protein 6.299651715 C6_control_B2 +LQ06X012810 Putative uncharacterized protein 5.879776809 C6_control_B3 +LQ06X012810 Putative uncharacterized protein 5.586856329 C6_control_C1 +LQ06X012810 Putative uncharacterized protein 5.188175884 C6_control_C2 +LQ06X012810 Putative uncharacterized protein 5.569610058 C6_control_C3 +LQ06X012810 Putative uncharacterized protein 5.599967829 C6_chemical_A1 +LQ06X012810 Putative uncharacterized protein 5.860112465 C6_chemical_A3 +LQ06X012810 Putative uncharacterized protein 6.193731843 C6_chemical_B1 +LQ06X012810 Putative uncharacterized protein 6.390896923 C6_chemical_B2 +LQ06X012810 Putative uncharacterized protein 5.791379593 C6_chemical_B3 +LQ06X012810 Putative uncharacterized protein 5.486577865 C6_chemical_C1 +LQ06X012810 Putative uncharacterized protein 5.213967518 C6_chemical_C2 +LQ06X012810 Putative uncharacterized protein 5.397207981 C6_chemical_C3 +LQ06X012810 Putative uncharacterized protein 6.782841124 L4_control_A1 +LQ06X012810 Putative uncharacterized protein 6.386554673 L4_control_A2 +LQ06X012810 Putative uncharacterized protein 6.240668929 L4_control_A3 +LQ06X012810 Putative uncharacterized protein 7.268083866 L4_control_B1 +LQ06X012810 Putative uncharacterized protein 5.770811092 L4_control_B2 +LQ06X012810 Putative uncharacterized protein 6.990310494 L4_control_B3 +LQ06X012810 Putative uncharacterized protein 6.297230863 L4_control_C2 +LQ06X012810 Putative uncharacterized protein 6.5572823 L4_control_C3 +LQ06X012810 Putative uncharacterized protein 6.764611217 L4_chemical_A1 +LQ06X012810 Putative uncharacterized protein 5.963783282 L4_chemical_A2 +LQ06X012810 Putative uncharacterized protein 6.121989071 L4_chemical_A3 +LQ06X012810 Putative uncharacterized protein 6.898928695 L4_chemical_B1 +LQ06X012810 Putative uncharacterized protein 6.575318743 L4_chemical_B2 +LQ06X012810 Putative uncharacterized protein 7.607820314 L4_chemical_B3 +LQ06X012810 Putative uncharacterized protein 6.323467878 L4_chemical_C2 +LQ06X012810 Putative uncharacterized protein 7.141672145 L4_chemical_C3 +LQ06X012820 Urease accessory protein ureG 6.312018462 C6_control_A1 +LQ06X012820 Urease accessory protein ureG 6.337238418 C6_control_A3 +LQ06X012820 Urease accessory protein ureG 6.538428745 C6_control_B1 +LQ06X012820 Urease accessory protein ureG 5.770698506 C6_control_B2 +LQ06X012820 Urease accessory protein ureG 6.533849141 C6_control_B3 +LQ06X012820 Urease accessory protein ureG 6.014749777 C6_control_C1 +LQ06X012820 Urease accessory protein ureG 6.213278937 C6_control_C2 +LQ06X012820 Urease accessory protein ureG 5.957520236 C6_control_C3 +LQ06X012820 Urease accessory protein ureG 6.453195665 C6_chemical_A1 +LQ06X012820 Urease accessory protein ureG 6.244785808 C6_chemical_A3 +LQ06X012820 Urease accessory protein ureG 6.024287922 C6_chemical_B1 +LQ06X012820 Urease accessory protein ureG 5.822662489 C6_chemical_B2 +LQ06X012820 Urease accessory protein ureG 5.836255314 C6_chemical_B3 +LQ06X012820 Urease accessory protein ureG 5.844467008 C6_chemical_C1 +LQ06X012820 Urease accessory protein ureG 5.971876979 C6_chemical_C2 +LQ06X012820 Urease accessory protein ureG 5.55587944 C6_chemical_C3 +LQ06X012820 Urease accessory protein ureG 6.081299478 L4_control_A1 +LQ06X012820 Urease accessory protein ureG 6.284888216 L4_control_A2 +LQ06X012820 Urease accessory protein ureG 6.801108869 L4_control_A3 +LQ06X012820 Urease accessory protein ureG 6.351999056 L4_control_B1 +LQ06X012820 Urease accessory protein ureG 6.134087011 L4_control_B2 +LQ06X012820 Urease accessory protein ureG 5.702020679 L4_control_B3 +LQ06X012820 Urease accessory protein ureG 5.79948354 L4_control_C2 +LQ06X012820 Urease accessory protein ureG 5.95790097 L4_control_C3 +LQ06X012820 Urease accessory protein ureG 6.377819734 L4_chemical_A1 +LQ06X012820 Urease accessory protein ureG 6.366277047 L4_chemical_A2 +LQ06X012820 Urease accessory protein ureG 6.388883398 L4_chemical_A3 +LQ06X012820 Urease accessory protein ureG 5.941826093 L4_chemical_B1 +LQ06X012820 Urease accessory protein ureG 6.498076069 L4_chemical_B2 +LQ06X012820 Urease accessory protein ureG 6.073990155 L4_chemical_B3 +LQ06X012820 Urease accessory protein ureG 6.414968272 L4_chemical_C2 +LQ06X012820 Urease accessory protein ureG 5.89449614 L4_chemical_C3 +LQ06X012830 Putative uncharacterized protein 10.85150147 C6_control_A1 +LQ06X012830 Putative uncharacterized protein 11.17118486 C6_control_A3 +LQ06X012830 Putative uncharacterized protein 11.01689606 C6_control_B1 +LQ06X012830 Putative uncharacterized protein 10.81164232 C6_control_B2 +LQ06X012830 Putative uncharacterized protein 11.02887739 C6_control_B3 +LQ06X012830 Putative uncharacterized protein 11.4763087 C6_control_C1 +LQ06X012830 Putative uncharacterized protein 11.57101317 C6_control_C2 +LQ06X012830 Putative uncharacterized protein 11.06836008 C6_control_C3 +LQ06X012830 Putative uncharacterized protein 10.89781742 C6_chemical_A1 +LQ06X012830 Putative uncharacterized protein 11.16872622 C6_chemical_A3 +LQ06X012830 Putative uncharacterized protein 10.87973073 C6_chemical_B1 +LQ06X012830 Putative uncharacterized protein 10.92028831 C6_chemical_B2 +LQ06X012830 Putative uncharacterized protein 10.77844724 C6_chemical_B3 +LQ06X012830 Putative uncharacterized protein 11.48048638 C6_chemical_C1 +LQ06X012830 Putative uncharacterized protein 11.64130333 C6_chemical_C2 +LQ06X012830 Putative uncharacterized protein 10.9743933 C6_chemical_C3 +LQ06X012830 Putative uncharacterized protein 10.81880209 L4_control_A1 +LQ06X012830 Putative uncharacterized protein 11.26648515 L4_control_A2 +LQ06X012830 Putative uncharacterized protein 11.08594686 L4_control_A3 +LQ06X012830 Putative uncharacterized protein 11.06056158 L4_control_B1 +LQ06X012830 Putative uncharacterized protein 11.04713083 L4_control_B2 +LQ06X012830 Putative uncharacterized protein 10.4473066 L4_control_B3 +LQ06X012830 Putative uncharacterized protein 11.59000355 L4_control_C2 +LQ06X012830 Putative uncharacterized protein 11.35392653 L4_control_C3 +LQ06X012830 Putative uncharacterized protein 11.10877913 L4_chemical_A1 +LQ06X012830 Putative uncharacterized protein 11.54108153 L4_chemical_A2 +LQ06X012830 Putative uncharacterized protein 10.61651327 L4_chemical_A3 +LQ06X012830 Putative uncharacterized protein 11.28317671 L4_chemical_B1 +LQ06X012830 Putative uncharacterized protein 11.19413848 L4_chemical_B2 +LQ06X012830 Putative uncharacterized protein 10.58961971 L4_chemical_B3 +LQ06X012830 Putative uncharacterized protein 11.65669175 L4_chemical_C2 +LQ06X012830 Putative uncharacterized protein 11.47301218 L4_chemical_C3 +LQ06X012850 Putative uncharacterized protein 5.878201148 C6_control_A1 +LQ06X012850 Putative uncharacterized protein 5.801671647 C6_control_A3 +LQ06X012850 Putative uncharacterized protein 6.219885976 C6_control_B1 +LQ06X012850 Putative uncharacterized protein 5.700717383 C6_control_B2 +LQ06X012850 Putative uncharacterized protein 6.146239318 C6_control_B3 +LQ06X012850 Putative uncharacterized protein 5.526553644 C6_control_C1 +LQ06X012850 Putative uncharacterized protein 5.098869481 C6_control_C2 +LQ06X012850 Putative uncharacterized protein 5.444216589 C6_control_C3 +LQ06X012850 Putative uncharacterized protein 5.772596643 C6_chemical_A1 +LQ06X012850 Putative uncharacterized protein 5.973288565 C6_chemical_A3 +LQ06X012850 Putative uncharacterized protein 5.937726007 C6_chemical_B1 +LQ06X012850 Putative uncharacterized protein 5.473912738 C6_chemical_B2 +LQ06X012850 Putative uncharacterized protein 5.926192005 C6_chemical_B3 +LQ06X012850 Putative uncharacterized protein 5.202641176 C6_chemical_C1 +LQ06X012850 Putative uncharacterized protein 5.488499438 C6_chemical_C2 +LQ06X012850 Putative uncharacterized protein 5.386104238 C6_chemical_C3 +LQ06X012850 Putative uncharacterized protein 5.87838467 L4_control_A1 +LQ06X012850 Putative uncharacterized protein 6.061296316 L4_control_A2 +LQ06X012850 Putative uncharacterized protein 7.046239166 L4_control_A3 +LQ06X012850 Putative uncharacterized protein 5.641701809 L4_control_B1 +LQ06X012850 Putative uncharacterized protein 6.399592923 L4_control_B2 +LQ06X012850 Putative uncharacterized protein 5.822010316 L4_control_B3 +LQ06X012850 Putative uncharacterized protein 6.137669012 L4_control_C2 +LQ06X012850 Putative uncharacterized protein 6.020250853 L4_control_C3 +LQ06X012850 Putative uncharacterized protein 6.186273352 L4_chemical_A1 +LQ06X012850 Putative uncharacterized protein 6.241184185 L4_chemical_A2 +LQ06X012850 Putative uncharacterized protein 6.815589632 L4_chemical_A3 +LQ06X012850 Putative uncharacterized protein 5.874093723 L4_chemical_B1 +LQ06X012850 Putative uncharacterized protein 6.272054781 L4_chemical_B2 +LQ06X012850 Putative uncharacterized protein 6.230395053 L4_chemical_B3 +LQ06X012850 Putative uncharacterized protein 6.013091252 L4_chemical_C2 +LQ06X012850 Putative uncharacterized protein 7.042333813 L4_chemical_C3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 13.53164991 C6_control_A1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 13.5976925 C6_control_A3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 11.94011004 C6_control_B1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 9.412811758 C6_control_B2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 9.345436236 C6_control_B3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 7.03034049 C6_control_C1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 7.25255644 C6_control_C2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 8.097066299 C6_control_C3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 12.85686933 C6_chemical_A1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 13.35028538 C6_chemical_A3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 9.966525201 C6_chemical_B1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 7.74999959 C6_chemical_B2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 9.939812541 C6_chemical_B3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 7.029588368 C6_chemical_C1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 6.314507567 C6_chemical_C2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 6.857361547 C6_chemical_C3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 13.58653446 L4_control_A1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 13.84793893 L4_control_A2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 13.22284045 L4_control_A3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 8.889121845 L4_control_B1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 11.21797573 L4_control_B2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 8.637007303 L4_control_B3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 5.60658613 L4_control_C2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 5.864278204 L4_control_C3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 12.28420785 L4_chemical_A1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 11.77839267 L4_chemical_A2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 13.04890321 L4_chemical_A3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 10.17799123 L4_chemical_B1 +LQ06X012870 DNA replication licensing factor MCM3 homolog 10.84837472 L4_chemical_B2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 12.41167395 L4_chemical_B3 +LQ06X012870 DNA replication licensing factor MCM3 homolog 6.799276959 L4_chemical_C2 +LQ06X012870 DNA replication licensing factor MCM3 homolog 6.82123877 L4_chemical_C3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.96440534 C6_control_A1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.76681753 C6_control_A3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.78168372 C6_control_B1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 13.48568672 C6_control_B2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.75492282 C6_control_B3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 13.25653591 C6_control_C1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 13.06973624 C6_control_C2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.51548206 C6_control_C3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.89988167 C6_chemical_A1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.46002931 C6_chemical_A3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.76352821 C6_chemical_B1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 13.55373297 C6_chemical_B2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.35215566 C6_chemical_B3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 13.5658553 C6_chemical_C1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 13.34789691 C6_chemical_C2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.53162097 C6_chemical_C3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.61951368 L4_control_A1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.28870043 L4_control_A2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.11375314 L4_control_A3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.48484619 L4_control_B1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.79438881 L4_control_B2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.70790419 L4_control_B3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.28492736 L4_control_C2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 10.42628433 L4_control_C3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.57632029 L4_chemical_A1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.96732277 L4_chemical_A2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.24871998 L4_chemical_A3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.30003853 L4_chemical_B1 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.86170701 L4_chemical_B2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.68241666 L4_chemical_B3 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.34288375 L4_chemical_C2 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 10.95390635 L4_chemical_C3 +LQ06X012890 Putative uncharacterized protein 13.31632099 C6_control_A1 +LQ06X012890 Putative uncharacterized protein 13.38850835 C6_control_A3 +LQ06X012890 Putative uncharacterized protein 12.75870701 C6_control_B1 +LQ06X012890 Putative uncharacterized protein 13.06305325 C6_control_B2 +LQ06X012890 Putative uncharacterized protein 12.74819297 C6_control_B3 +LQ06X012890 Putative uncharacterized protein 13.34879599 C6_control_C1 +LQ06X012890 Putative uncharacterized protein 13.60034231 C6_control_C2 +LQ06X012890 Putative uncharacterized protein 13.05983548 C6_control_C3 +LQ06X012890 Putative uncharacterized protein 13.00083681 C6_chemical_A1 +LQ06X012890 Putative uncharacterized protein 13.1881632 C6_chemical_A3 +LQ06X012890 Putative uncharacterized protein 12.51659329 C6_chemical_B1 +LQ06X012890 Putative uncharacterized protein 12.88439068 C6_chemical_B2 +LQ06X012890 Putative uncharacterized protein 12.7429684 C6_chemical_B3 +LQ06X012890 Putative uncharacterized protein 13.4412525 C6_chemical_C1 +LQ06X012890 Putative uncharacterized protein 13.46168513 C6_chemical_C2 +LQ06X012890 Putative uncharacterized protein 13.2078171 C6_chemical_C3 +LQ06X012890 Putative uncharacterized protein 13.39300631 L4_control_A1 +LQ06X012890 Putative uncharacterized protein 13.23906286 L4_control_A2 +LQ06X012890 Putative uncharacterized protein 13.74038678 L4_control_A3 +LQ06X012890 Putative uncharacterized protein 13.06475058 L4_control_B1 +LQ06X012890 Putative uncharacterized protein 12.18637776 L4_control_B2 +LQ06X012890 Putative uncharacterized protein 12.64214056 L4_control_B3 +LQ06X012890 Putative uncharacterized protein 12.67141761 L4_control_C2 +LQ06X012890 Putative uncharacterized protein 12.79901721 L4_control_C3 +LQ06X012890 Putative uncharacterized protein 13.64024819 L4_chemical_A1 +LQ06X012890 Putative uncharacterized protein 13.48597709 L4_chemical_A2 +LQ06X012890 Putative uncharacterized protein 13.8343905 L4_chemical_A3 +LQ06X012890 Putative uncharacterized protein 13.09998248 L4_chemical_B1 +LQ06X012890 Putative uncharacterized protein 12.60123801 L4_chemical_B2 +LQ06X012890 Putative uncharacterized protein 12.81815642 L4_chemical_B3 +LQ06X012890 Putative uncharacterized protein 12.54589278 L4_chemical_C2 +LQ06X012890 Putative uncharacterized protein 12.98053263 L4_chemical_C3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.0305255 C6_control_A1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.50679916 C6_control_A3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.75752682 C6_control_B1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.98373496 C6_control_B2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.02723436 C6_control_B3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.52342013 C6_control_C1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.62691241 C6_control_C2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.48216557 C6_control_C3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.71415172 C6_chemical_A1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.17808484 C6_chemical_A3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.45865894 C6_chemical_B1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.69574348 C6_chemical_B2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.63030609 C6_chemical_B3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.41439997 C6_chemical_C1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.31164026 C6_chemical_C2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.23991542 C6_chemical_C3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.56373933 L4_control_A1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.85851376 L4_control_A2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 14.19213577 L4_control_A3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.77582443 L4_control_B1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.16877443 L4_control_B2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.14940707 L4_control_B3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.32426348 L4_control_C2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.0100164 L4_control_C3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.29614387 L4_chemical_A1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.73527044 L4_chemical_A2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.89823068 L4_chemical_A3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.09638013 L4_chemical_B1 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.82109524 L4_chemical_B2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.78012278 L4_chemical_B3 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.37670981 L4_chemical_C2 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 13.14692919 L4_chemical_C3 +LQ06X012980 Putative Transcription factor bHLH144 11.98118308 C6_control_A1 +LQ06X012980 Putative Transcription factor bHLH144 12.06791504 C6_control_A3 +LQ06X012980 Putative Transcription factor bHLH144 11.98920495 C6_control_B1 +LQ06X012980 Putative Transcription factor bHLH144 12.14551612 C6_control_B2 +LQ06X012980 Putative Transcription factor bHLH144 11.94571447 C6_control_B3 +LQ06X012980 Putative Transcription factor bHLH144 12.59919956 C6_control_C1 +LQ06X012980 Putative Transcription factor bHLH144 12.90197274 C6_control_C2 +LQ06X012980 Putative Transcription factor bHLH144 12.72140192 C6_control_C3 +LQ06X012980 Putative Transcription factor bHLH144 11.70696183 C6_chemical_A1 +LQ06X012980 Putative Transcription factor bHLH144 12.3792364 C6_chemical_A3 +LQ06X012980 Putative Transcription factor bHLH144 11.78197807 C6_chemical_B1 +LQ06X012980 Putative Transcription factor bHLH144 12.34487293 C6_chemical_B2 +LQ06X012980 Putative Transcription factor bHLH144 12.20831643 C6_chemical_B3 +LQ06X012980 Putative Transcription factor bHLH144 12.41002576 C6_chemical_C1 +LQ06X012980 Putative Transcription factor bHLH144 12.49135237 C6_chemical_C2 +LQ06X012980 Putative Transcription factor bHLH144 12.89114767 C6_chemical_C3 +LQ06X012980 Putative Transcription factor bHLH144 12.08965719 L4_control_A1 +LQ06X012980 Putative Transcription factor bHLH144 11.68725623 L4_control_A2 +LQ06X012980 Putative Transcription factor bHLH144 11.79350326 L4_control_A3 +LQ06X012980 Putative Transcription factor bHLH144 12.0141873 L4_control_B1 +LQ06X012980 Putative Transcription factor bHLH144 12.20198852 L4_control_B2 +LQ06X012980 Putative Transcription factor bHLH144 12.34644627 L4_control_B3 +LQ06X012980 Putative Transcription factor bHLH144 11.84391575 L4_control_C2 +LQ06X012980 Putative Transcription factor bHLH144 12.12062207 L4_control_C3 +LQ06X012980 Putative Transcription factor bHLH144 12.1628177 L4_chemical_A1 +LQ06X012980 Putative Transcription factor bHLH144 11.45527317 L4_chemical_A2 +LQ06X012980 Putative Transcription factor bHLH144 12.15365209 L4_chemical_A3 +LQ06X012980 Putative Transcription factor bHLH144 11.63470123 L4_chemical_B1 +LQ06X012980 Putative Transcription factor bHLH144 11.43079504 L4_chemical_B2 +LQ06X012980 Putative Transcription factor bHLH144 12.55728906 L4_chemical_B3 +LQ06X012980 Putative Transcription factor bHLH144 11.81711245 L4_chemical_C2 +LQ06X012980 Putative Transcription factor bHLH144 12.05103782 L4_chemical_C3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.59054926 C6_control_A1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.42738739 C6_control_A3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.71351451 C6_control_B1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.67383069 C6_control_B2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.57351117 C6_control_B3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.33982513 C6_control_C1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.83096731 C6_control_C2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.37559226 C6_control_C3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.63866447 C6_chemical_A1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.65380776 C6_chemical_A3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.53910286 C6_chemical_B1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.64552238 C6_chemical_B2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.46943365 C6_chemical_B3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 14.83934579 C6_chemical_C1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.36728856 C6_chemical_C2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 14.90693671 C6_chemical_C3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.50988051 L4_control_A1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.59092391 L4_control_A2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.16487724 L4_control_A3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.67019918 L4_control_B1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.54618498 L4_control_B2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.47619777 L4_control_B3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.10900825 L4_control_C2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.14335703 L4_control_C3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 14.61815997 L4_chemical_A1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.29974594 L4_chemical_A2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.2163814 L4_chemical_A3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 14.90939474 L4_chemical_B1 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.23031846 L4_chemical_B2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.51225352 L4_chemical_B3 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.16139961 L4_chemical_C2 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.3249872 L4_chemical_C3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.012561815 C6_control_A1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.528053384 C6_control_A3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.345240907 C6_control_B1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.917890757 C6_control_B2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.829843843 C6_control_B3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 7.300189051 C6_control_C1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.110407914 C6_control_C2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.516580006 C6_control_C3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.637846713 C6_chemical_A1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.697332882 C6_chemical_A3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.483803242 C6_chemical_B1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.056839706 C6_chemical_B2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.621922407 C6_chemical_B3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.74324875 C6_chemical_C1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.02028134 C6_chemical_C2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.056114189 C6_chemical_C3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.766340661 L4_control_A1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.323941222 L4_control_A2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 7.141017042 L4_control_A3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.917254164 L4_control_B1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.36461088 L4_control_B2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.770242731 L4_control_B3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.358842427 L4_control_C2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.019645337 L4_control_C3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.277741029 L4_chemical_A1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.181607905 L4_chemical_A2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.330531817 L4_chemical_A3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.913106074 L4_chemical_B1 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.37159935 L4_chemical_B2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.019254619 L4_chemical_B3 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 6.03805534 L4_chemical_C2 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 7.083391905 L4_chemical_C3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.114531188 C6_control_A1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.270846589 C6_control_A3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 4.877682889 C6_control_B1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.318859227 C6_control_B2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.717121374 C6_control_B3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.327762473 C6_control_C1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.84574136 C6_control_C2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.264427748 C6_control_C3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.187131098 C6_chemical_A1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.375146355 C6_chemical_A3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.189984768 C6_chemical_B1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.471020789 C6_chemical_B2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.125884664 C6_chemical_B3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.212726056 C6_chemical_C1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.657129549 C6_chemical_C2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.230645277 C6_chemical_C3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.305389932 L4_control_A1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.122782924 L4_control_A2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.320484019 L4_control_A3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.385496733 L4_control_B1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.151925437 L4_control_B2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.072014592 L4_control_B3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.23477034 L4_control_C2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.406738908 L4_control_C3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.519205163 L4_chemical_A1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.146822899 L4_chemical_A2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.396026021 L4_chemical_A3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.60942466 L4_chemical_B1 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.345144679 L4_chemical_B2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 4.957937078 L4_chemical_B3 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.284305674 L4_chemical_C2 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.502923902 L4_chemical_C3 +LQ06X013150 Putative Programmed cell death protein 5 14.55195706 C6_control_A1 +LQ06X013150 Putative Programmed cell death protein 5 14.50677441 C6_control_A3 +LQ06X013150 Putative Programmed cell death protein 5 14.16796492 C6_control_B1 +LQ06X013150 Putative Programmed cell death protein 5 14.41816415 C6_control_B2 +LQ06X013150 Putative Programmed cell death protein 5 14.13091816 C6_control_B3 +LQ06X013150 Putative Programmed cell death protein 5 14.38932448 C6_control_C1 +LQ06X013150 Putative Programmed cell death protein 5 14.20614021 C6_control_C2 +LQ06X013150 Putative Programmed cell death protein 5 14.29083441 C6_control_C3 +LQ06X013150 Putative Programmed cell death protein 5 14.307432 C6_chemical_A1 +LQ06X013150 Putative Programmed cell death protein 5 14.36583628 C6_chemical_A3 +LQ06X013150 Putative Programmed cell death protein 5 13.99674605 C6_chemical_B1 +LQ06X013150 Putative Programmed cell death protein 5 14.50611329 C6_chemical_B2 +LQ06X013150 Putative Programmed cell death protein 5 13.90654465 C6_chemical_B3 +LQ06X013150 Putative Programmed cell death protein 5 14.47512818 C6_chemical_C1 +LQ06X013150 Putative Programmed cell death protein 5 14.2110676 C6_chemical_C2 +LQ06X013150 Putative Programmed cell death protein 5 14.24823708 C6_chemical_C3 +LQ06X013150 Putative Programmed cell death protein 5 14.92764005 L4_control_A1 +LQ06X013150 Putative Programmed cell death protein 5 14.78085456 L4_control_A2 +LQ06X013150 Putative Programmed cell death protein 5 14.78753316 L4_control_A3 +LQ06X013150 Putative Programmed cell death protein 5 14.19708181 L4_control_B1 +LQ06X013150 Putative Programmed cell death protein 5 13.76685532 L4_control_B2 +LQ06X013150 Putative Programmed cell death protein 5 14.36246983 L4_control_B3 +LQ06X013150 Putative Programmed cell death protein 5 14.06209935 L4_control_C2 +LQ06X013150 Putative Programmed cell death protein 5 13.93003911 L4_control_C3 +LQ06X013150 Putative Programmed cell death protein 5 14.86696496 L4_chemical_A1 +LQ06X013150 Putative Programmed cell death protein 5 14.69072008 L4_chemical_A2 +LQ06X013150 Putative Programmed cell death protein 5 14.88871433 L4_chemical_A3 +LQ06X013150 Putative Programmed cell death protein 5 14.17963469 L4_chemical_B1 +LQ06X013150 Putative Programmed cell death protein 5 14.33003401 L4_chemical_B2 +LQ06X013150 Putative Programmed cell death protein 5 14.54604924 L4_chemical_B3 +LQ06X013150 Putative Programmed cell death protein 5 14.10894084 L4_chemical_C2 +LQ06X013150 Putative Programmed cell death protein 5 14.10185201 L4_chemical_C3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.06754392 C6_control_A1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 13.01584578 C6_control_A3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.92493956 C6_control_B1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.84012105 C6_control_B2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.08351209 C6_control_B3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.50511108 C6_control_C1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.3951132 C6_control_C2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.08452339 C6_control_C3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.76482467 C6_chemical_A1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.65506484 C6_chemical_A3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.57829605 C6_chemical_B1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.67901879 C6_chemical_B2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.85925491 C6_chemical_B3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.5370351 C6_chemical_C1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.52274645 C6_chemical_C2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.98171572 C6_chemical_C3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.36949471 L4_control_A1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.22121325 L4_control_A2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.66363456 L4_control_A3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.39911437 L4_control_B1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.71681219 L4_control_B2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.77838903 L4_control_B3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.81861104 L4_control_C2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.28576379 L4_control_C3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.91459076 L4_chemical_A1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.5855861 L4_chemical_A2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.88502765 L4_chemical_A3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.5626523 L4_chemical_B1 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.13804856 L4_chemical_B2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.59730003 L4_chemical_B3 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.70852054 L4_chemical_C2 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 12.58796115 L4_chemical_C3 +LQ06X013180 Coatomer subunit zeta-1 13.82560029 C6_control_A1 +LQ06X013180 Coatomer subunit zeta-1 14.17560104 C6_control_A3 +LQ06X013180 Coatomer subunit zeta-1 13.8020448 C6_control_B1 +LQ06X013180 Coatomer subunit zeta-1 13.73502688 C6_control_B2 +LQ06X013180 Coatomer subunit zeta-1 13.76571096 C6_control_B3 +LQ06X013180 Coatomer subunit zeta-1 12.75064573 C6_control_C1 +LQ06X013180 Coatomer subunit zeta-1 12.83254727 C6_control_C2 +LQ06X013180 Coatomer subunit zeta-1 12.70585546 C6_control_C3 +LQ06X013180 Coatomer subunit zeta-1 13.55273009 C6_chemical_A1 +LQ06X013180 Coatomer subunit zeta-1 14.03531193 C6_chemical_A3 +LQ06X013180 Coatomer subunit zeta-1 13.38162415 C6_chemical_B1 +LQ06X013180 Coatomer subunit zeta-1 13.84674756 C6_chemical_B2 +LQ06X013180 Coatomer subunit zeta-1 13.47741943 C6_chemical_B3 +LQ06X013180 Coatomer subunit zeta-1 12.76281628 C6_chemical_C1 +LQ06X013180 Coatomer subunit zeta-1 13.03050386 C6_chemical_C2 +LQ06X013180 Coatomer subunit zeta-1 12.60633005 C6_chemical_C3 +LQ06X013180 Coatomer subunit zeta-1 13.99287509 L4_control_A1 +LQ06X013180 Coatomer subunit zeta-1 14.04637223 L4_control_A2 +LQ06X013180 Coatomer subunit zeta-1 13.66664081 L4_control_A3 +LQ06X013180 Coatomer subunit zeta-1 13.77404585 L4_control_B1 +LQ06X013180 Coatomer subunit zeta-1 13.28824826 L4_control_B2 +LQ06X013180 Coatomer subunit zeta-1 13.23894023 L4_control_B3 +LQ06X013180 Coatomer subunit zeta-1 12.71504504 L4_control_C2 +LQ06X013180 Coatomer subunit zeta-1 12.2299815 L4_control_C3 +LQ06X013180 Coatomer subunit zeta-1 13.68168868 L4_chemical_A1 +LQ06X013180 Coatomer subunit zeta-1 13.6086578 L4_chemical_A2 +LQ06X013180 Coatomer subunit zeta-1 13.85857317 L4_chemical_A3 +LQ06X013180 Coatomer subunit zeta-1 13.4570412 L4_chemical_B1 +LQ06X013180 Coatomer subunit zeta-1 13.62916995 L4_chemical_B2 +LQ06X013180 Coatomer subunit zeta-1 13.56481524 L4_chemical_B3 +LQ06X013180 Coatomer subunit zeta-1 12.71450433 L4_chemical_C2 +LQ06X013180 Coatomer subunit zeta-1 12.42820352 L4_chemical_C3 +LQ06X013220 Putative uncharacterized protein 11.95612595 C6_control_A1 +LQ06X013220 Putative uncharacterized protein 11.79281429 C6_control_A3 +LQ06X013220 Putative uncharacterized protein 12.42192151 C6_control_B1 +LQ06X013220 Putative uncharacterized protein 11.53156103 C6_control_B2 +LQ06X013220 Putative uncharacterized protein 12.37301124 C6_control_B3 +LQ06X013220 Putative uncharacterized protein 11.74955986 C6_control_C1 +LQ06X013220 Putative uncharacterized protein 10.77932851 C6_control_C2 +LQ06X013220 Putative uncharacterized protein 11.58155212 C6_control_C3 +LQ06X013220 Putative uncharacterized protein 12.14981073 C6_chemical_A1 +LQ06X013220 Putative uncharacterized protein 12.56866152 C6_chemical_A3 +LQ06X013220 Putative uncharacterized protein 12.56316213 C6_chemical_B1 +LQ06X013220 Putative uncharacterized protein 11.33143587 C6_chemical_B2 +LQ06X013220 Putative uncharacterized protein 12.4243263 C6_chemical_B3 +LQ06X013220 Putative uncharacterized protein 11.72795647 C6_chemical_C1 +LQ06X013220 Putative uncharacterized protein 11.64864242 C6_chemical_C2 +LQ06X013220 Putative uncharacterized protein 11.94036031 C6_chemical_C3 +LQ06X013220 Putative uncharacterized protein 12.2544577 L4_control_A1 +LQ06X013220 Putative uncharacterized protein 11.42511239 L4_control_A2 +LQ06X013220 Putative uncharacterized protein 12.20458236 L4_control_A3 +LQ06X013220 Putative uncharacterized protein 12.26750142 L4_control_B1 +LQ06X013220 Putative uncharacterized protein 12.69953756 L4_control_B2 +LQ06X013220 Putative uncharacterized protein 12.13932831 L4_control_B3 +LQ06X013220 Putative uncharacterized protein 12.6262084 L4_control_C2 +LQ06X013220 Putative uncharacterized protein 12.89219814 L4_control_C3 +LQ06X013220 Putative uncharacterized protein 12.01118198 L4_chemical_A1 +LQ06X013220 Putative uncharacterized protein 11.25120524 L4_chemical_A2 +LQ06X013220 Putative uncharacterized protein 11.94112291 L4_chemical_A3 +LQ06X013220 Putative uncharacterized protein 12.46602016 L4_chemical_B1 +LQ06X013220 Putative uncharacterized protein 12.1686984 L4_chemical_B2 +LQ06X013220 Putative uncharacterized protein 12.47476583 L4_chemical_B3 +LQ06X013220 Putative uncharacterized protein 12.50829018 L4_chemical_C2 +LQ06X013220 Putative uncharacterized protein 12.72437437 L4_chemical_C3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.787226783 C6_control_A1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.728268122 C6_control_A3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.451923895 C6_control_B1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.789034541 C6_control_B2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.777779468 C6_control_B3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.726154865 C6_control_C1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 7.28122001 C6_control_C2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.08472312 C6_control_C3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.744028513 C6_chemical_A1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.078762216 C6_chemical_A3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.01588375 C6_chemical_B1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.263930555 C6_chemical_B2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.293243603 C6_chemical_B3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.050986194 C6_chemical_C1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.045120039 C6_chemical_C2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.890067792 C6_chemical_C3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.461064268 L4_control_A1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.782464927 L4_control_A2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.338924444 L4_control_A3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.94250573 L4_control_B1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.027793236 L4_control_B2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.575927524 L4_control_B3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.983878158 L4_control_C2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.613629458 L4_control_C3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.437136353 L4_chemical_A1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.74973541 L4_chemical_A2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.885502236 L4_chemical_A3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.173522074 L4_chemical_B1 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.333215816 L4_chemical_B2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.157801037 L4_chemical_B3 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 6.032766528 L4_chemical_C2 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.906995682 L4_chemical_C3 +LQ06X013270 Predicted protein 7.968486085 C6_control_A1 +LQ06X013270 Predicted protein 7.613794008 C6_control_A3 +LQ06X013270 Predicted protein 8.038502258 C6_control_B1 +LQ06X013270 Predicted protein 8.108084191 C6_control_B2 +LQ06X013270 Predicted protein 8.187265597 C6_control_B3 +LQ06X013270 Predicted protein 8.753244194 C6_control_C1 +LQ06X013270 Predicted protein 8.453507171 C6_control_C2 +LQ06X013270 Predicted protein 8.608793928 C6_control_C3 +LQ06X013270 Predicted protein 8.135397938 C6_chemical_A1 +LQ06X013270 Predicted protein 7.706289411 C6_chemical_A3 +LQ06X013270 Predicted protein 8.157097933 C6_chemical_B1 +LQ06X013270 Predicted protein 8.617793841 C6_chemical_B2 +LQ06X013270 Predicted protein 8.556273206 C6_chemical_B3 +LQ06X013270 Predicted protein 8.993540095 C6_chemical_C1 +LQ06X013270 Predicted protein 8.50206398 C6_chemical_C2 +LQ06X013270 Predicted protein 8.927177675 C6_chemical_C3 +LQ06X013270 Predicted protein 8.398657515 L4_control_A1 +LQ06X013270 Predicted protein 7.972306199 L4_control_A2 +LQ06X013270 Predicted protein 8.042817658 L4_control_A3 +LQ06X013270 Predicted protein 8.319804236 L4_control_B1 +LQ06X013270 Predicted protein 8.384688098 L4_control_B2 +LQ06X013270 Predicted protein 9.136697146 L4_control_B3 +LQ06X013270 Predicted protein 8.043832479 L4_control_C2 +LQ06X013270 Predicted protein 8.423609266 L4_control_C3 +LQ06X013270 Predicted protein 8.623837393 L4_chemical_A1 +LQ06X013270 Predicted protein 8.212153374 L4_chemical_A2 +LQ06X013270 Predicted protein 8.091191732 L4_chemical_A3 +LQ06X013270 Predicted protein 7.963383759 L4_chemical_B1 +LQ06X013270 Predicted protein 7.518307148 L4_chemical_B2 +LQ06X013270 Predicted protein 8.877000609 L4_chemical_B3 +LQ06X013270 Predicted protein 7.665159407 L4_chemical_C2 +LQ06X013270 Predicted protein 8.413712635 L4_chemical_C3 +LQ06X013290 AML1 5.191093568 C6_control_A1 +LQ06X013290 AML1 5.045166423 C6_control_A3 +LQ06X013290 AML1 5.310986233 C6_control_B1 +LQ06X013290 AML1 5.13051115 C6_control_B2 +LQ06X013290 AML1 5.229702964 C6_control_B3 +LQ06X013290 AML1 4.922397071 C6_control_C1 +LQ06X013290 AML1 5.687717238 C6_control_C2 +LQ06X013290 AML1 5.216543316 C6_control_C3 +LQ06X013290 AML1 5.505092091 C6_chemical_A1 +LQ06X013290 AML1 4.791599153 C6_chemical_A3 +LQ06X013290 AML1 5.542404235 C6_chemical_B1 +LQ06X013290 AML1 5.415326537 C6_chemical_B2 +LQ06X013290 AML1 5.122731412 C6_chemical_B3 +LQ06X013290 AML1 5.012200242 C6_chemical_C1 +LQ06X013290 AML1 5.265250051 C6_chemical_C2 +LQ06X013290 AML1 5.277755775 C6_chemical_C3 +LQ06X013290 AML1 4.841803761 L4_control_A1 +LQ06X013290 AML1 4.826615615 L4_control_A2 +LQ06X013290 AML1 5.250520473 L4_control_A3 +LQ06X013290 AML1 5.194493519 L4_control_B1 +LQ06X013290 AML1 5.532578253 L4_control_B2 +LQ06X013290 AML1 5.439912847 L4_control_B3 +LQ06X013290 AML1 5.592960731 L4_control_C2 +LQ06X013290 AML1 4.915640269 L4_control_C3 +LQ06X013290 AML1 5.53067873 L4_chemical_A1 +LQ06X013290 AML1 5.287454849 L4_chemical_A2 +LQ06X013290 AML1 4.993245507 L4_chemical_A3 +LQ06X013290 AML1 5.318389776 L4_chemical_B1 +LQ06X013290 AML1 5.008068602 L4_chemical_B2 +LQ06X013290 AML1 5.412454027 L4_chemical_B3 +LQ06X013290 AML1 4.817961941 L4_chemical_C2 +LQ06X013290 AML1 5.124894442 L4_chemical_C3 +LQ06X013300 Putative Ribosome maturation factor rimM 12.01930483 C6_control_A1 +LQ06X013300 Putative Ribosome maturation factor rimM 11.78507726 C6_control_A3 +LQ06X013300 Putative Ribosome maturation factor rimM 12.12952009 C6_control_B1 +LQ06X013300 Putative Ribosome maturation factor rimM 13.51796644 C6_control_B2 +LQ06X013300 Putative Ribosome maturation factor rimM 12.28009179 C6_control_B3 +LQ06X013300 Putative Ribosome maturation factor rimM 14.1902373 C6_control_C1 +LQ06X013300 Putative Ribosome maturation factor rimM 14.14796052 C6_control_C2 +LQ06X013300 Putative Ribosome maturation factor rimM 14.17841273 C6_control_C3 +LQ06X013300 Putative Ribosome maturation factor rimM 11.9573646 C6_chemical_A1 +LQ06X013300 Putative Ribosome maturation factor rimM 11.69758935 C6_chemical_A3 +LQ06X013300 Putative Ribosome maturation factor rimM 12.0841259 C6_chemical_B1 +LQ06X013300 Putative Ribosome maturation factor rimM 13.47787852 C6_chemical_B2 +LQ06X013300 Putative Ribosome maturation factor rimM 12.21367282 C6_chemical_B3 +LQ06X013300 Putative Ribosome maturation factor rimM 13.94982589 C6_chemical_C1 +LQ06X013300 Putative Ribosome maturation factor rimM 14.27076292 C6_chemical_C2 +LQ06X013300 Putative Ribosome maturation factor rimM 13.95494421 C6_chemical_C3 +LQ06X013300 Putative Ribosome maturation factor rimM 11.55806304 L4_control_A1 +LQ06X013300 Putative Ribosome maturation factor rimM 11.86061216 L4_control_A2 +LQ06X013300 Putative Ribosome maturation factor rimM 10.97942869 L4_control_A3 +LQ06X013300 Putative Ribosome maturation factor rimM 11.71823116 L4_control_B1 +LQ06X013300 Putative Ribosome maturation factor rimM 11.56938381 L4_control_B2 +LQ06X013300 Putative Ribosome maturation factor rimM 12.54035821 L4_control_B3 +LQ06X013300 Putative Ribosome maturation factor rimM 12.75776344 L4_control_C2 +LQ06X013300 Putative Ribosome maturation factor rimM 12.57927977 L4_control_C3 +LQ06X013300 Putative Ribosome maturation factor rimM 11.53035081 L4_chemical_A1 +LQ06X013300 Putative Ribosome maturation factor rimM 11.78784979 L4_chemical_A2 +LQ06X013300 Putative Ribosome maturation factor rimM 10.97970256 L4_chemical_A3 +LQ06X013300 Putative Ribosome maturation factor rimM 11.3589586 L4_chemical_B1 +LQ06X013300 Putative Ribosome maturation factor rimM 11.54114467 L4_chemical_B2 +LQ06X013300 Putative Ribosome maturation factor rimM 11.59577628 L4_chemical_B3 +LQ06X013300 Putative Ribosome maturation factor rimM 12.80430861 L4_chemical_C2 +LQ06X013300 Putative Ribosome maturation factor rimM 12.59685326 L4_chemical_C3 +LQ06X013310 60S ribosomal protein L32-1 5.713134607 C6_control_A1 +LQ06X013310 60S ribosomal protein L32-1 5.631314232 C6_control_A3 +LQ06X013310 60S ribosomal protein L32-1 6.256848153 C6_control_B1 +LQ06X013310 60S ribosomal protein L32-1 6.114474784 C6_control_B2 +LQ06X013310 60S ribosomal protein L32-1 5.848281805 C6_control_B3 +LQ06X013310 60S ribosomal protein L32-1 5.866386343 C6_control_C1 +LQ06X013310 60S ribosomal protein L32-1 6.159177556 C6_control_C2 +LQ06X013310 60S ribosomal protein L32-1 6.054774246 C6_control_C3 +LQ06X013310 60S ribosomal protein L32-1 5.580666319 C6_chemical_A1 +LQ06X013310 60S ribosomal protein L32-1 5.041011807 C6_chemical_A3 +LQ06X013310 60S ribosomal protein L32-1 5.540867768 C6_chemical_B1 +LQ06X013310 60S ribosomal protein L32-1 5.694297142 C6_chemical_B2 +LQ06X013310 60S ribosomal protein L32-1 5.522349778 C6_chemical_B3 +LQ06X013310 60S ribosomal protein L32-1 5.992151655 C6_chemical_C1 +LQ06X013310 60S ribosomal protein L32-1 6.295957847 C6_chemical_C2 +LQ06X013310 60S ribosomal protein L32-1 5.890256078 C6_chemical_C3 +LQ06X013310 60S ribosomal protein L32-1 5.615409678 L4_control_A1 +LQ06X013310 60S ribosomal protein L32-1 5.782643806 L4_control_A2 +LQ06X013310 60S ribosomal protein L32-1 5.186679394 L4_control_A3 +LQ06X013310 60S ribosomal protein L32-1 5.478410563 L4_control_B1 +LQ06X013310 60S ribosomal protein L32-1 5.68104523 L4_control_B2 +LQ06X013310 60S ribosomal protein L32-1 5.739010349 L4_control_B3 +LQ06X013310 60S ribosomal protein L32-1 5.31803743 L4_control_C2 +LQ06X013310 60S ribosomal protein L32-1 5.905940997 L4_control_C3 +LQ06X013310 60S ribosomal protein L32-1 5.125921898 L4_chemical_A1 +LQ06X013310 60S ribosomal protein L32-1 5.742451805 L4_chemical_A2 +LQ06X013310 60S ribosomal protein L32-1 5.684372825 L4_chemical_A3 +LQ06X013310 60S ribosomal protein L32-1 5.878469668 L4_chemical_B1 +LQ06X013310 60S ribosomal protein L32-1 6.213493568 L4_chemical_B2 +LQ06X013310 60S ribosomal protein L32-1 5.932984468 L4_chemical_B3 +LQ06X013310 60S ribosomal protein L32-1 5.88360328 L4_chemical_C2 +LQ06X013310 60S ribosomal protein L32-1 5.563358623 L4_chemical_C3 +LQ06X013370 AT4g18060/F15J5_30 12.15284141 C6_control_A1 +LQ06X013370 AT4g18060/F15J5_30 11.97954907 C6_control_A3 +LQ06X013370 AT4g18060/F15J5_30 11.74858141 C6_control_B1 +LQ06X013370 AT4g18060/F15J5_30 11.72694694 C6_control_B2 +LQ06X013370 AT4g18060/F15J5_30 11.81812185 C6_control_B3 +LQ06X013370 AT4g18060/F15J5_30 10.61456206 C6_control_C1 +LQ06X013370 AT4g18060/F15J5_30 10.90448335 C6_control_C2 +LQ06X013370 AT4g18060/F15J5_30 10.26169367 C6_control_C3 +LQ06X013370 AT4g18060/F15J5_30 12.04825636 C6_chemical_A1 +LQ06X013370 AT4g18060/F15J5_30 12.13391567 C6_chemical_A3 +LQ06X013370 AT4g18060/F15J5_30 11.45506637 C6_chemical_B1 +LQ06X013370 AT4g18060/F15J5_30 12.08642834 C6_chemical_B2 +LQ06X013370 AT4g18060/F15J5_30 11.33062212 C6_chemical_B3 +LQ06X013370 AT4g18060/F15J5_30 10.56873668 C6_chemical_C1 +LQ06X013370 AT4g18060/F15J5_30 10.29852205 C6_chemical_C2 +LQ06X013370 AT4g18060/F15J5_30 10.28680932 C6_chemical_C3 +LQ06X013370 AT4g18060/F15J5_30 12.12174415 L4_control_A1 +LQ06X013370 AT4g18060/F15J5_30 12.23233375 L4_control_A2 +LQ06X013370 AT4g18060/F15J5_30 12.23447785 L4_control_A3 +LQ06X013370 AT4g18060/F15J5_30 11.47110611 L4_control_B1 +LQ06X013370 AT4g18060/F15J5_30 11.80192645 L4_control_B2 +LQ06X013370 AT4g18060/F15J5_30 11.65190743 L4_control_B3 +LQ06X013370 AT4g18060/F15J5_30 10.01641863 L4_control_C2 +LQ06X013370 AT4g18060/F15J5_30 10.41490896 L4_control_C3 +LQ06X013370 AT4g18060/F15J5_30 11.62236059 L4_chemical_A1 +LQ06X013370 AT4g18060/F15J5_30 11.71431049 L4_chemical_A2 +LQ06X013370 AT4g18060/F15J5_30 12.12954368 L4_chemical_A3 +LQ06X013370 AT4g18060/F15J5_30 11.51191554 L4_chemical_B1 +LQ06X013370 AT4g18060/F15J5_30 11.34098523 L4_chemical_B2 +LQ06X013370 AT4g18060/F15J5_30 11.91772956 L4_chemical_B3 +LQ06X013370 AT4g18060/F15J5_30 10.03121279 L4_chemical_C2 +LQ06X013370 AT4g18060/F15J5_30 10.48633697 L4_chemical_C3 +LQ06X013390 Protein SRG1 5.334005356 C6_control_A1 +LQ06X013390 Protein SRG1 5.142590912 C6_control_A3 +LQ06X013390 Protein SRG1 5.544990675 C6_control_B1 +LQ06X013390 Protein SRG1 5.407937108 C6_control_B2 +LQ06X013390 Protein SRG1 5.557889635 C6_control_B3 +LQ06X013390 Protein SRG1 5.661464479 C6_control_C1 +LQ06X013390 Protein SRG1 5.33942299 C6_control_C2 +LQ06X013390 Protein SRG1 5.07757997 C6_control_C3 +LQ06X013390 Protein SRG1 6.046316319 C6_chemical_A1 +LQ06X013390 Protein SRG1 5.431911238 C6_chemical_A3 +LQ06X013390 Protein SRG1 5.499984104 C6_chemical_B1 +LQ06X013390 Protein SRG1 5.231910287 C6_chemical_B2 +LQ06X013390 Protein SRG1 5.302801671 C6_chemical_B3 +LQ06X013390 Protein SRG1 5.846299165 C6_chemical_C1 +LQ06X013390 Protein SRG1 5.76654528 C6_chemical_C2 +LQ06X013390 Protein SRG1 5.569876089 C6_chemical_C3 +LQ06X013390 Protein SRG1 5.383746879 L4_control_A1 +LQ06X013390 Protein SRG1 5.503463342 L4_control_A2 +LQ06X013390 Protein SRG1 5.243502196 L4_control_A3 +LQ06X013390 Protein SRG1 5.192391785 L4_control_B1 +LQ06X013390 Protein SRG1 5.280767411 L4_control_B2 +LQ06X013390 Protein SRG1 4.811516549 L4_control_B3 +LQ06X013390 Protein SRG1 5.228439483 L4_control_C2 +LQ06X013390 Protein SRG1 5.656926631 L4_control_C3 +LQ06X013390 Protein SRG1 5.397855866 L4_chemical_A1 +LQ06X013390 Protein SRG1 5.619809931 L4_chemical_A2 +LQ06X013390 Protein SRG1 5.307952343 L4_chemical_A3 +LQ06X013390 Protein SRG1 5.297776184 L4_chemical_B1 +LQ06X013390 Protein SRG1 6.037949652 L4_chemical_B2 +LQ06X013390 Protein SRG1 5.159966727 L4_chemical_B3 +LQ06X013390 Protein SRG1 5.674654739 L4_chemical_C2 +LQ06X013390 Protein SRG1 5.561050589 L4_chemical_C3 +LQ06X013400 Protein SRG1 5.371599685 C6_control_A1 +LQ06X013400 Protein SRG1 4.880495767 C6_control_A3 +LQ06X013400 Protein SRG1 4.81612579 C6_control_B1 +LQ06X013400 Protein SRG1 5.133554034 C6_control_B2 +LQ06X013400 Protein SRG1 5.06508486 C6_control_B3 +LQ06X013400 Protein SRG1 4.86725586 C6_control_C1 +LQ06X013400 Protein SRG1 4.888514765 C6_control_C2 +LQ06X013400 Protein SRG1 5.146868575 C6_control_C3 +LQ06X013400 Protein SRG1 4.923674991 C6_chemical_A1 +LQ06X013400 Protein SRG1 4.820666171 C6_chemical_A3 +LQ06X013400 Protein SRG1 4.693878645 C6_chemical_B1 +LQ06X013400 Protein SRG1 4.915061604 C6_chemical_B2 +LQ06X013400 Protein SRG1 5.080243075 C6_chemical_B3 +LQ06X013400 Protein SRG1 4.828666042 C6_chemical_C1 +LQ06X013400 Protein SRG1 5.048973587 C6_chemical_C2 +LQ06X013400 Protein SRG1 5.256600343 C6_chemical_C3 +LQ06X013400 Protein SRG1 4.871003515 L4_control_A1 +LQ06X013400 Protein SRG1 4.922013759 L4_control_A2 +LQ06X013400 Protein SRG1 5.215779325 L4_control_A3 +LQ06X013400 Protein SRG1 5.030874328 L4_control_B1 +LQ06X013400 Protein SRG1 5.010628142 L4_control_B2 +LQ06X013400 Protein SRG1 4.911692686 L4_control_B3 +LQ06X013400 Protein SRG1 6.203472345 L4_control_C2 +LQ06X013400 Protein SRG1 5.441591766 L4_control_C3 +LQ06X013400 Protein SRG1 4.588266966 L4_chemical_A1 +LQ06X013400 Protein SRG1 5.109808155 L4_chemical_A2 +LQ06X013400 Protein SRG1 5.04502239 L4_chemical_A3 +LQ06X013400 Protein SRG1 4.962858367 L4_chemical_B1 +LQ06X013400 Protein SRG1 5.128409653 L4_chemical_B2 +LQ06X013400 Protein SRG1 5.064408138 L4_chemical_B3 +LQ06X013400 Protein SRG1 4.724772146 L4_chemical_C2 +LQ06X013400 Protein SRG1 4.879676616 L4_chemical_C3 +LQ06X013430 Protein SRG1 7.755879097 C6_control_A1 +LQ06X013430 Protein SRG1 8.083475882 C6_control_A3 +LQ06X013430 Protein SRG1 7.325280243 C6_control_B1 +LQ06X013430 Protein SRG1 7.848823831 C6_control_B2 +LQ06X013430 Protein SRG1 7.89788606 C6_control_B3 +LQ06X013430 Protein SRG1 9.819235669 C6_control_C1 +LQ06X013430 Protein SRG1 10.4288158 C6_control_C2 +LQ06X013430 Protein SRG1 9.922257834 C6_control_C3 +LQ06X013430 Protein SRG1 7.361872291 C6_chemical_A1 +LQ06X013430 Protein SRG1 7.832703717 C6_chemical_A3 +LQ06X013430 Protein SRG1 7.909776681 C6_chemical_B1 +LQ06X013430 Protein SRG1 7.850978948 C6_chemical_B2 +LQ06X013430 Protein SRG1 8.122220613 C6_chemical_B3 +LQ06X013430 Protein SRG1 9.609476767 C6_chemical_C1 +LQ06X013430 Protein SRG1 10.4278304 C6_chemical_C2 +LQ06X013430 Protein SRG1 9.946738478 C6_chemical_C3 +LQ06X013430 Protein SRG1 7.430756315 L4_control_A1 +LQ06X013430 Protein SRG1 7.180584179 L4_control_A2 +LQ06X013430 Protein SRG1 7.572195443 L4_control_A3 +LQ06X013430 Protein SRG1 7.182345092 L4_control_B1 +LQ06X013430 Protein SRG1 8.592321012 L4_control_B2 +LQ06X013430 Protein SRG1 8.982446317 L4_control_B3 +LQ06X013430 Protein SRG1 10.90033619 L4_control_C2 +LQ06X013430 Protein SRG1 10.67634702 L4_control_C3 +LQ06X013430 Protein SRG1 7.211163263 L4_chemical_A1 +LQ06X013430 Protein SRG1 7.381485959 L4_chemical_A2 +LQ06X013430 Protein SRG1 7.46011469 L4_chemical_A3 +LQ06X013430 Protein SRG1 7.461035293 L4_chemical_B1 +LQ06X013430 Protein SRG1 7.924062093 L4_chemical_B2 +LQ06X013430 Protein SRG1 7.333286985 L4_chemical_B3 +LQ06X013430 Protein SRG1 10.97515063 L4_chemical_C2 +LQ06X013430 Protein SRG1 10.90856018 L4_chemical_C3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.70651452 C6_control_A1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.62559011 C6_control_A3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.74241309 C6_control_B1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.25165146 C6_control_B2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.26482009 C6_control_B3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.57546461 C6_control_C1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.35278221 C6_control_C2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.54014154 C6_control_C3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.72609696 C6_chemical_A1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.81963806 C6_chemical_A3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.58386745 C6_chemical_B1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.29183996 C6_chemical_B2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.3578731 C6_chemical_B3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.63811881 C6_chemical_C1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.42481526 C6_chemical_C2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.41072167 C6_chemical_C3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.83006879 L4_control_A1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.65818613 L4_control_A2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.84566611 L4_control_A3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.33040952 L4_control_B1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.21764926 L4_control_B2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.48614461 L4_control_B3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.55816443 L4_control_C2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.40088935 L4_control_C3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 14.02039624 L4_chemical_A1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.63034168 L4_chemical_A2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.77930551 L4_chemical_A3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.45045535 L4_chemical_B1 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.50098622 L4_chemical_B2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.3939766 L4_chemical_B3 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.83595596 L4_chemical_C2 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.67810059 L4_chemical_C3 +LQ06X013470 Bromodomain-containing protein, putative 10.69639132 C6_control_A1 +LQ06X013470 Bromodomain-containing protein, putative 10.82837416 C6_control_A3 +LQ06X013470 Bromodomain-containing protein, putative 10.87806821 C6_control_B1 +LQ06X013470 Bromodomain-containing protein, putative 10.82584699 C6_control_B2 +LQ06X013470 Bromodomain-containing protein, putative 10.74949207 C6_control_B3 +LQ06X013470 Bromodomain-containing protein, putative 11.28829617 C6_control_C1 +LQ06X013470 Bromodomain-containing protein, putative 11.72117528 C6_control_C2 +LQ06X013470 Bromodomain-containing protein, putative 11.21879025 C6_control_C3 +LQ06X013470 Bromodomain-containing protein, putative 10.68801232 C6_chemical_A1 +LQ06X013470 Bromodomain-containing protein, putative 10.64184071 C6_chemical_A3 +LQ06X013470 Bromodomain-containing protein, putative 11.09379808 C6_chemical_B1 +LQ06X013470 Bromodomain-containing protein, putative 10.90032973 C6_chemical_B2 +LQ06X013470 Bromodomain-containing protein, putative 10.99654033 C6_chemical_B3 +LQ06X013470 Bromodomain-containing protein, putative 11.28525754 C6_chemical_C1 +LQ06X013470 Bromodomain-containing protein, putative 11.6023491 C6_chemical_C2 +LQ06X013470 Bromodomain-containing protein, putative 11.78841954 C6_chemical_C3 +LQ06X013470 Bromodomain-containing protein, putative 10.6826228 L4_control_A1 +LQ06X013470 Bromodomain-containing protein, putative 10.59494132 L4_control_A2 +LQ06X013470 Bromodomain-containing protein, putative 11.17215512 L4_control_A3 +LQ06X013470 Bromodomain-containing protein, putative 11.08456699 L4_control_B1 +LQ06X013470 Bromodomain-containing protein, putative 11.23322733 L4_control_B2 +LQ06X013470 Bromodomain-containing protein, putative 11.59663829 L4_control_B3 +LQ06X013470 Bromodomain-containing protein, putative 12.08581192 L4_control_C2 +LQ06X013470 Bromodomain-containing protein, putative 12.4794494 L4_control_C3 +LQ06X013470 Bromodomain-containing protein, putative 10.93067266 L4_chemical_A1 +LQ06X013470 Bromodomain-containing protein, putative 10.75406322 L4_chemical_A2 +LQ06X013470 Bromodomain-containing protein, putative 11.07735477 L4_chemical_A3 +LQ06X013470 Bromodomain-containing protein, putative 11.02947403 L4_chemical_B1 +LQ06X013470 Bromodomain-containing protein, putative 10.96102594 L4_chemical_B2 +LQ06X013470 Bromodomain-containing protein, putative 11.10247118 L4_chemical_B3 +LQ06X013470 Bromodomain-containing protein, putative 11.91325315 L4_chemical_C2 +LQ06X013470 Bromodomain-containing protein, putative 12.40128959 L4_chemical_C3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.976738724 C6_control_A1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 8.129917888 C6_control_A3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.55795029 C6_control_B1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.87742472 C6_control_B2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.787274023 C6_control_B3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 11.63143314 C6_control_C1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 11.26324017 C6_control_C2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.32025473 C6_control_C3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.794862227 C6_chemical_A1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 8.651238129 C6_chemical_A3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.70103488 C6_chemical_B1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 11.14361031 C6_chemical_B2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.677730053 C6_chemical_B3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 11.6437903 C6_chemical_C1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 11.87248663 C6_chemical_C2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 11.26504325 C6_chemical_C3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 8.385188576 L4_control_A1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.855709153 L4_control_A2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 8.472965133 L4_control_A3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.13628192 L4_control_B1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.49815762 L4_control_B2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.020226023 L4_control_B3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.85630315 L4_control_C2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.36640748 L4_control_C3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 7.913847101 L4_chemical_A1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.698271828 L4_chemical_A2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 7.198579776 L4_chemical_A3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.14325177 L4_chemical_B1 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.21448615 L4_chemical_B2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.340072396 L4_chemical_B3 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.23170869 L4_chemical_C2 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 10.64842125 L4_chemical_C3 +LQ06X013520 Putative Subtilisin-like protease 12.40943338 C6_control_A1 +LQ06X013520 Putative Subtilisin-like protease 11.37595497 C6_control_A3 +LQ06X013520 Putative Subtilisin-like protease 12.59870213 C6_control_B1 +LQ06X013520 Putative Subtilisin-like protease 12.03553925 C6_control_B2 +LQ06X013520 Putative Subtilisin-like protease 12.26211837 C6_control_B3 +LQ06X013520 Putative Subtilisin-like protease 12.71664668 C6_control_C1 +LQ06X013520 Putative Subtilisin-like protease 11.35518964 C6_control_C2 +LQ06X013520 Putative Subtilisin-like protease 11.37726776 C6_control_C3 +LQ06X013520 Putative Subtilisin-like protease 12.41601841 C6_chemical_A1 +LQ06X013520 Putative Subtilisin-like protease 11.46452376 C6_chemical_A3 +LQ06X013520 Putative Subtilisin-like protease 12.4722587 C6_chemical_B1 +LQ06X013520 Putative Subtilisin-like protease 12.02804427 C6_chemical_B2 +LQ06X013520 Putative Subtilisin-like protease 11.5494767 C6_chemical_B3 +LQ06X013520 Putative Subtilisin-like protease 12.43150164 C6_chemical_C1 +LQ06X013520 Putative Subtilisin-like protease 11.71854763 C6_chemical_C2 +LQ06X013520 Putative Subtilisin-like protease 11.3941728 C6_chemical_C3 +LQ06X013520 Putative Subtilisin-like protease 11.27794549 L4_control_A1 +LQ06X013520 Putative Subtilisin-like protease 11.63978727 L4_control_A2 +LQ06X013520 Putative Subtilisin-like protease 11.12426162 L4_control_A3 +LQ06X013520 Putative Subtilisin-like protease 11.86540841 L4_control_B1 +LQ06X013520 Putative Subtilisin-like protease 11.94982529 L4_control_B2 +LQ06X013520 Putative Subtilisin-like protease 11.18137668 L4_control_B3 +LQ06X013520 Putative Subtilisin-like protease 10.97824149 L4_control_C2 +LQ06X013520 Putative Subtilisin-like protease 11.16426586 L4_control_C3 +LQ06X013520 Putative Subtilisin-like protease 10.13927881 L4_chemical_A1 +LQ06X013520 Putative Subtilisin-like protease 10.65406163 L4_chemical_A2 +LQ06X013520 Putative Subtilisin-like protease 11.01220548 L4_chemical_A3 +LQ06X013520 Putative Subtilisin-like protease 12.07283235 L4_chemical_B1 +LQ06X013520 Putative Subtilisin-like protease 11.66920365 L4_chemical_B2 +LQ06X013520 Putative Subtilisin-like protease 11.62938355 L4_chemical_B3 +LQ06X013520 Putative Subtilisin-like protease 10.44117483 L4_chemical_C2 +LQ06X013520 Putative Subtilisin-like protease 10.98199366 L4_chemical_C3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.991408017 C6_control_A1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.620319172 C6_control_A3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.660546484 C6_control_B1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.760849893 C6_control_B2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.759754567 C6_control_B3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.584542678 C6_control_C1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 5.79137851 C6_control_C2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.585670979 C6_control_C3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.879438657 C6_chemical_A1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.623813224 C6_chemical_A3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.702431675 C6_chemical_B1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.829739641 C6_chemical_B2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.811980348 C6_chemical_B3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.44484425 C6_chemical_C1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.452114174 C6_chemical_C2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.561894443 C6_chemical_C3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.241567338 L4_control_A1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.235270819 L4_control_A2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 8.683590426 L4_control_A3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.6998553 L4_control_B1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.241734201 L4_control_B2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.165029277 L4_control_B3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 5.990760614 L4_control_C2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 5.982428082 L4_control_C3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.216622177 L4_chemical_A1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.172371552 L4_chemical_A2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.303988486 L4_chemical_A3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.42852528 L4_chemical_B1 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.311195048 L4_chemical_B2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.391705367 L4_chemical_B3 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 5.948613072 L4_chemical_C2 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 6.08776502 L4_chemical_C3 +LQ06X013570 Floral homeotic protein AGAMOUS 5.179778431 C6_control_A1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.789922239 C6_control_A3 +LQ06X013570 Floral homeotic protein AGAMOUS 4.930308698 C6_control_B1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.684911881 C6_control_B2 +LQ06X013570 Floral homeotic protein AGAMOUS 5.366799101 C6_control_B3 +LQ06X013570 Floral homeotic protein AGAMOUS 4.877562009 C6_control_C1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.595323086 C6_control_C2 +LQ06X013570 Floral homeotic protein AGAMOUS 4.675191189 C6_control_C3 +LQ06X013570 Floral homeotic protein AGAMOUS 4.668679062 C6_chemical_A1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.892048056 C6_chemical_A3 +LQ06X013570 Floral homeotic protein AGAMOUS 5.374979634 C6_chemical_B1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.791691679 C6_chemical_B2 +LQ06X013570 Floral homeotic protein AGAMOUS 5.264251904 C6_chemical_B3 +LQ06X013570 Floral homeotic protein AGAMOUS 4.844361764 C6_chemical_C1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.650636169 C6_chemical_C2 +LQ06X013570 Floral homeotic protein AGAMOUS 4.411454516 C6_chemical_C3 +LQ06X013570 Floral homeotic protein AGAMOUS 4.862514567 L4_control_A1 +LQ06X013570 Floral homeotic protein AGAMOUS 5.062362407 L4_control_A2 +LQ06X013570 Floral homeotic protein AGAMOUS 4.946985158 L4_control_A3 +LQ06X013570 Floral homeotic protein AGAMOUS 5.391691865 L4_control_B1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.769114809 L4_control_B2 +LQ06X013570 Floral homeotic protein AGAMOUS 4.915312579 L4_control_B3 +LQ06X013570 Floral homeotic protein AGAMOUS 5.152785541 L4_control_C2 +LQ06X013570 Floral homeotic protein AGAMOUS 5.132868267 L4_control_C3 +LQ06X013570 Floral homeotic protein AGAMOUS 4.83025112 L4_chemical_A1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.804756336 L4_chemical_A2 +LQ06X013570 Floral homeotic protein AGAMOUS 5.017619943 L4_chemical_A3 +LQ06X013570 Floral homeotic protein AGAMOUS 4.785262076 L4_chemical_B1 +LQ06X013570 Floral homeotic protein AGAMOUS 4.963679156 L4_chemical_B2 +LQ06X013570 Floral homeotic protein AGAMOUS 4.728269605 L4_chemical_B3 +LQ06X013570 Floral homeotic protein AGAMOUS 4.789903108 L4_chemical_C2 +LQ06X013570 Floral homeotic protein AGAMOUS 4.987360794 L4_chemical_C3 +LQ06X013580 Protein kinase, putative 11.42201516 C6_control_A1 +LQ06X013580 Protein kinase, putative 11.62781171 C6_control_A3 +LQ06X013580 Protein kinase, putative 11.20123778 C6_control_B1 +LQ06X013580 Protein kinase, putative 11.31173741 C6_control_B2 +LQ06X013580 Protein kinase, putative 11.71049604 C6_control_B3 +LQ06X013580 Protein kinase, putative 10.50879848 C6_control_C1 +LQ06X013580 Protein kinase, putative 10.58612837 C6_control_C2 +LQ06X013580 Protein kinase, putative 10.69781254 C6_control_C3 +LQ06X013580 Protein kinase, putative 11.0640004 C6_chemical_A1 +LQ06X013580 Protein kinase, putative 11.69620474 C6_chemical_A3 +LQ06X013580 Protein kinase, putative 10.87593882 C6_chemical_B1 +LQ06X013580 Protein kinase, putative 11.38941514 C6_chemical_B2 +LQ06X013580 Protein kinase, putative 11.56918919 C6_chemical_B3 +LQ06X013580 Protein kinase, putative 10.33091613 C6_chemical_C1 +LQ06X013580 Protein kinase, putative 10.19583911 C6_chemical_C2 +LQ06X013580 Protein kinase, putative 10.74612433 C6_chemical_C3 +LQ06X013580 Protein kinase, putative 11.55009474 L4_control_A1 +LQ06X013580 Protein kinase, putative 11.54452589 L4_control_A2 +LQ06X013580 Protein kinase, putative 11.89407935 L4_control_A3 +LQ06X013580 Protein kinase, putative 11.75307423 L4_control_B1 +LQ06X013580 Protein kinase, putative 11.29905231 L4_control_B2 +LQ06X013580 Protein kinase, putative 12.47246396 L4_control_B3 +LQ06X013580 Protein kinase, putative 9.600767337 L4_control_C2 +LQ06X013580 Protein kinase, putative 11.50327064 L4_control_C3 +LQ06X013580 Protein kinase, putative 11.9703382 L4_chemical_A1 +LQ06X013580 Protein kinase, putative 11.84311564 L4_chemical_A2 +LQ06X013580 Protein kinase, putative 12.14735619 L4_chemical_A3 +LQ06X013580 Protein kinase, putative 11.43911492 L4_chemical_B1 +LQ06X013580 Protein kinase, putative 10.72913972 L4_chemical_B2 +LQ06X013580 Protein kinase, putative 12.79430573 L4_chemical_B3 +LQ06X013580 Protein kinase, putative 9.377301731 L4_chemical_C2 +LQ06X013580 Protein kinase, putative 10.91666889 L4_chemical_C3 +LQ06X013590 Cyclic phosphodiesterase 4.636489608 C6_control_A1 +LQ06X013590 Cyclic phosphodiesterase 5.038550942 C6_control_A3 +LQ06X013590 Cyclic phosphodiesterase 4.749195933 C6_control_B1 +LQ06X013590 Cyclic phosphodiesterase 4.784650294 C6_control_B2 +LQ06X013590 Cyclic phosphodiesterase 4.921401144 C6_control_B3 +LQ06X013590 Cyclic phosphodiesterase 4.609040552 C6_control_C1 +LQ06X013590 Cyclic phosphodiesterase 4.910269436 C6_control_C2 +LQ06X013590 Cyclic phosphodiesterase 4.90816506 C6_control_C3 +LQ06X013590 Cyclic phosphodiesterase 4.774189194 C6_chemical_A1 +LQ06X013590 Cyclic phosphodiesterase 4.833806759 C6_chemical_A3 +LQ06X013590 Cyclic phosphodiesterase 4.971678077 C6_chemical_B1 +LQ06X013590 Cyclic phosphodiesterase 4.782133032 C6_chemical_B2 +LQ06X013590 Cyclic phosphodiesterase 4.576822673 C6_chemical_B3 +LQ06X013590 Cyclic phosphodiesterase 4.856913145 C6_chemical_C1 +LQ06X013590 Cyclic phosphodiesterase 4.734438369 C6_chemical_C2 +LQ06X013590 Cyclic phosphodiesterase 4.814130121 C6_chemical_C3 +LQ06X013590 Cyclic phosphodiesterase 5.268709918 L4_control_A1 +LQ06X013590 Cyclic phosphodiesterase 4.915489922 L4_control_A2 +LQ06X013590 Cyclic phosphodiesterase 5.450268725 L4_control_A3 +LQ06X013590 Cyclic phosphodiesterase 5.37748702 L4_control_B1 +LQ06X013590 Cyclic phosphodiesterase 4.705425772 L4_control_B2 +LQ06X013590 Cyclic phosphodiesterase 4.771837594 L4_control_B3 +LQ06X013590 Cyclic phosphodiesterase 4.80223267 L4_control_C2 +LQ06X013590 Cyclic phosphodiesterase 5.065948949 L4_control_C3 +LQ06X013590 Cyclic phosphodiesterase 4.62985811 L4_chemical_A1 +LQ06X013590 Cyclic phosphodiesterase 5.289215261 L4_chemical_A2 +LQ06X013590 Cyclic phosphodiesterase 5.310317837 L4_chemical_A3 +LQ06X013590 Cyclic phosphodiesterase 4.658693089 L4_chemical_B1 +LQ06X013590 Cyclic phosphodiesterase 5.163113448 L4_chemical_B2 +LQ06X013590 Cyclic phosphodiesterase 4.859260101 L4_chemical_B3 +LQ06X013590 Cyclic phosphodiesterase 4.743713579 L4_chemical_C2 +LQ06X013590 Cyclic phosphodiesterase 5.215333107 L4_chemical_C3 +LQ06X013620 Putative uncharacterized protein 5.601536455 C6_control_A1 +LQ06X013620 Putative uncharacterized protein 5.341814813 C6_control_A3 +LQ06X013620 Putative uncharacterized protein 6.039477152 C6_control_B1 +LQ06X013620 Putative uncharacterized protein 5.565670799 C6_control_B2 +LQ06X013620 Putative uncharacterized protein 5.344114978 C6_control_B3 +LQ06X013620 Putative uncharacterized protein 5.237315019 C6_control_C1 +LQ06X013620 Putative uncharacterized protein 5.305077602 C6_control_C2 +LQ06X013620 Putative uncharacterized protein 5.567385801 C6_control_C3 +LQ06X013620 Putative uncharacterized protein 5.542095734 C6_chemical_A1 +LQ06X013620 Putative uncharacterized protein 5.5929019 C6_chemical_A3 +LQ06X013620 Putative uncharacterized protein 6.250555716 C6_chemical_B1 +LQ06X013620 Putative uncharacterized protein 5.269838751 C6_chemical_B2 +LQ06X013620 Putative uncharacterized protein 5.55669082 C6_chemical_B3 +LQ06X013620 Putative uncharacterized protein 5.160620448 C6_chemical_C1 +LQ06X013620 Putative uncharacterized protein 5.479682014 C6_chemical_C2 +LQ06X013620 Putative uncharacterized protein 5.193292864 C6_chemical_C3 +LQ06X013620 Putative uncharacterized protein 5.489776077 L4_control_A1 +LQ06X013620 Putative uncharacterized protein 5.114553131 L4_control_A2 +LQ06X013620 Putative uncharacterized protein 5.706275274 L4_control_A3 +LQ06X013620 Putative uncharacterized protein 5.618444943 L4_control_B1 +LQ06X013620 Putative uncharacterized protein 5.398452874 L4_control_B2 +LQ06X013620 Putative uncharacterized protein 5.3394093 L4_control_B3 +LQ06X013620 Putative uncharacterized protein 5.891096311 L4_control_C2 +LQ06X013620 Putative uncharacterized protein 6.516496026 L4_control_C3 +LQ06X013620 Putative uncharacterized protein 5.224255771 L4_chemical_A1 +LQ06X013620 Putative uncharacterized protein 5.405970064 L4_chemical_A2 +LQ06X013620 Putative uncharacterized protein 5.357490105 L4_chemical_A3 +LQ06X013620 Putative uncharacterized protein 5.59369869 L4_chemical_B1 +LQ06X013620 Putative uncharacterized protein 5.204930131 L4_chemical_B2 +LQ06X013620 Putative uncharacterized protein 5.297483508 L4_chemical_B3 +LQ06X013620 Putative uncharacterized protein 5.652137132 L4_chemical_C2 +LQ06X013620 Putative uncharacterized protein 6.006740589 L4_chemical_C3 +LQ06X013670 Putative uncharacterized protein 4.828184752 C6_control_A1 +LQ06X013670 Putative uncharacterized protein 5.018580655 C6_control_A3 +LQ06X013670 Putative uncharacterized protein 5.215902964 C6_control_B1 +LQ06X013670 Putative uncharacterized protein 5.023298471 C6_control_B2 +LQ06X013670 Putative uncharacterized protein 5.29483968 C6_control_B3 +LQ06X013670 Putative uncharacterized protein 4.979165055 C6_control_C1 +LQ06X013670 Putative uncharacterized protein 4.938905185 C6_control_C2 +LQ06X013670 Putative uncharacterized protein 4.987617227 C6_control_C3 +LQ06X013670 Putative uncharacterized protein 4.886416431 C6_chemical_A1 +LQ06X013670 Putative uncharacterized protein 4.820898864 C6_chemical_A3 +LQ06X013670 Putative uncharacterized protein 5.216823926 C6_chemical_B1 +LQ06X013670 Putative uncharacterized protein 5.114587506 C6_chemical_B2 +LQ06X013670 Putative uncharacterized protein 5.317187637 C6_chemical_B3 +LQ06X013670 Putative uncharacterized protein 4.815320179 C6_chemical_C1 +LQ06X013670 Putative uncharacterized protein 5.102109354 C6_chemical_C2 +LQ06X013670 Putative uncharacterized protein 5.218512678 C6_chemical_C3 +LQ06X013670 Putative uncharacterized protein 5.360806178 L4_control_A1 +LQ06X013670 Putative uncharacterized protein 5.101746256 L4_control_A2 +LQ06X013670 Putative uncharacterized protein 5.190128237 L4_control_A3 +LQ06X013670 Putative uncharacterized protein 4.976813967 L4_control_B1 +LQ06X013670 Putative uncharacterized protein 5.170893335 L4_control_B2 +LQ06X013670 Putative uncharacterized protein 5.157263292 L4_control_B3 +LQ06X013670 Putative uncharacterized protein 5.407060489 L4_control_C2 +LQ06X013670 Putative uncharacterized protein 6.580557232 L4_control_C3 +LQ06X013670 Putative uncharacterized protein 4.934667005 L4_chemical_A1 +LQ06X013670 Putative uncharacterized protein 5.235343126 L4_chemical_A2 +LQ06X013670 Putative uncharacterized protein 4.971557979 L4_chemical_A3 +LQ06X013670 Putative uncharacterized protein 5.035147362 L4_chemical_B1 +LQ06X013670 Putative uncharacterized protein 5.100147698 L4_chemical_B2 +LQ06X013670 Putative uncharacterized protein 4.982773608 L4_chemical_B3 +LQ06X013670 Putative uncharacterized protein 5.329781729 L4_chemical_C2 +LQ06X013670 Putative uncharacterized protein 5.813674475 L4_chemical_C3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.203391296 C6_control_A1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.567234639 C6_control_A3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 8.669785908 C6_control_B1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.47173355 C6_control_B2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 8.939951043 C6_control_B3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.317162177 C6_control_C1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.097894466 C6_control_C2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.407190727 C6_control_C3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 8.795458417 C6_chemical_A1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.520257375 C6_chemical_A3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 8.482035533 C6_chemical_B1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 8.928891704 C6_chemical_B2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 8.739780758 C6_chemical_B3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.007856175 C6_chemical_C1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 8.937824625 C6_chemical_C2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 9.067760709 C6_chemical_C3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.072141088 L4_control_A1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.097869519 L4_control_A2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.183665679 L4_control_A3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.169380675 L4_control_B1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.304869402 L4_control_B2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.57054312 L4_control_B3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 6.597133793 L4_control_C2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 6.751158102 L4_control_C3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.819941446 L4_chemical_A1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.549536464 L4_chemical_A2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 6.85015842 L4_chemical_A3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.813699524 L4_chemical_B1 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.52012478 L4_chemical_B2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 7.530185569 L4_chemical_B3 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 6.53613749 L4_chemical_C2 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 6.539711616 L4_chemical_C3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 10.46675973 C6_control_A1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 12.26333363 C6_control_A3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 9.28635224 C6_control_B1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 6.631303103 C6_control_B2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 6.430240568 C6_control_B3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.891397518 C6_control_C1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.331350633 C6_control_C2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.890541812 C6_control_C3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 9.807824522 C6_chemical_A1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 11.7128825 C6_chemical_A3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 7.183910002 C6_chemical_B1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 6.397613044 C6_chemical_B2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 6.474838415 C6_chemical_B3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.584757229 C6_chemical_C1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.515512029 C6_chemical_C2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 6.001509735 C6_chemical_C3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 9.746695926 L4_control_A1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 11.32940502 L4_control_A2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 11.83968768 L4_control_A3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 6.272599202 L4_control_B1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 7.857567073 L4_control_B2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 6.109006507 L4_control_B3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.710879335 L4_control_C2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.886247363 L4_control_C3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 9.122141456 L4_chemical_A1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 9.598409058 L4_chemical_A2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 11.04057046 L4_chemical_A3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 7.690944065 L4_chemical_B1 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 7.850220916 L4_chemical_B2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 8.752215614 L4_chemical_B3 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.912369727 L4_chemical_C2 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 5.329197502 L4_chemical_C3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.574356464 C6_control_A1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.330602034 C6_control_A3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.452335762 C6_control_B1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.43624241 C6_control_B2 +LQ06X013800 BES1/BZR1 homolog protein 4 5.647456088 C6_control_B3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.223674368 C6_control_C1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.28828258 C6_control_C2 +LQ06X013800 BES1/BZR1 homolog protein 4 5.445521373 C6_control_C3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.342479287 C6_chemical_A1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.844162586 C6_chemical_A3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.6874519 C6_chemical_B1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.370484015 C6_chemical_B2 +LQ06X013800 BES1/BZR1 homolog protein 4 5.260064257 C6_chemical_B3 +LQ06X013800 BES1/BZR1 homolog protein 4 4.931992333 C6_chemical_C1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.854930567 C6_chemical_C2 +LQ06X013800 BES1/BZR1 homolog protein 4 5.029255161 C6_chemical_C3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.340094804 L4_control_A1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.7576755 L4_control_A2 +LQ06X013800 BES1/BZR1 homolog protein 4 6.229132195 L4_control_A3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.894166465 L4_control_B1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.603563971 L4_control_B2 +LQ06X013800 BES1/BZR1 homolog protein 4 5.192113154 L4_control_B3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.818457258 L4_control_C2 +LQ06X013800 BES1/BZR1 homolog protein 4 5.206688351 L4_control_C3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.170458945 L4_chemical_A1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.662135996 L4_chemical_A2 +LQ06X013800 BES1/BZR1 homolog protein 4 6.286814588 L4_chemical_A3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.614095795 L4_chemical_B1 +LQ06X013800 BES1/BZR1 homolog protein 4 5.38889373 L4_chemical_B2 +LQ06X013800 BES1/BZR1 homolog protein 4 5.270267644 L4_chemical_B3 +LQ06X013800 BES1/BZR1 homolog protein 4 5.606643622 L4_chemical_C2 +LQ06X013800 BES1/BZR1 homolog protein 4 5.549699852 L4_chemical_C3 +LQ06X013840 U-box domain-containing protein 17 5.938169777 C6_control_A1 +LQ06X013840 U-box domain-containing protein 17 5.388537752 C6_control_A3 +LQ06X013840 U-box domain-containing protein 17 5.845800762 C6_control_B1 +LQ06X013840 U-box domain-containing protein 17 5.16809765 C6_control_B2 +LQ06X013840 U-box domain-containing protein 17 6.351789632 C6_control_B3 +LQ06X013840 U-box domain-containing protein 17 5.261799123 C6_control_C1 +LQ06X013840 U-box domain-containing protein 17 5.693350993 C6_control_C2 +LQ06X013840 U-box domain-containing protein 17 5.257814549 C6_control_C3 +LQ06X013840 U-box domain-containing protein 17 5.762802468 C6_chemical_A1 +LQ06X013840 U-box domain-containing protein 17 5.267703259 C6_chemical_A3 +LQ06X013840 U-box domain-containing protein 17 6.157258244 C6_chemical_B1 +LQ06X013840 U-box domain-containing protein 17 5.58334889 C6_chemical_B2 +LQ06X013840 U-box domain-containing protein 17 5.73766711 C6_chemical_B3 +LQ06X013840 U-box domain-containing protein 17 5.543014098 C6_chemical_C1 +LQ06X013840 U-box domain-containing protein 17 5.556492418 C6_chemical_C2 +LQ06X013840 U-box domain-containing protein 17 5.394339144 C6_chemical_C3 +LQ06X013840 U-box domain-containing protein 17 5.869631897 L4_control_A1 +LQ06X013840 U-box domain-containing protein 17 6.265850809 L4_control_A2 +LQ06X013840 U-box domain-containing protein 17 5.915499511 L4_control_A3 +LQ06X013840 U-box domain-containing protein 17 5.72021047 L4_control_B1 +LQ06X013840 U-box domain-containing protein 17 5.697773868 L4_control_B2 +LQ06X013840 U-box domain-containing protein 17 5.675537752 L4_control_B3 +LQ06X013840 U-box domain-containing protein 17 5.879643988 L4_control_C2 +LQ06X013840 U-box domain-containing protein 17 5.204274009 L4_control_C3 +LQ06X013840 U-box domain-containing protein 17 5.796818109 L4_chemical_A1 +LQ06X013840 U-box domain-containing protein 17 6.15978677 L4_chemical_A2 +LQ06X013840 U-box domain-containing protein 17 5.54059725 L4_chemical_A3 +LQ06X013840 U-box domain-containing protein 17 5.525082527 L4_chemical_B1 +LQ06X013840 U-box domain-containing protein 17 6.213795899 L4_chemical_B2 +LQ06X013840 U-box domain-containing protein 17 5.780436277 L4_chemical_B3 +LQ06X013840 U-box domain-containing protein 17 6.289342474 L4_chemical_C2 +LQ06X013840 U-box domain-containing protein 17 5.250627714 L4_chemical_C3 +LQ06X013850 Predicted protein 11.97380591 C6_control_A1 +LQ06X013850 Predicted protein 11.89033355 C6_control_A3 +LQ06X013850 Predicted protein 11.99555659 C6_control_B1 +LQ06X013850 Predicted protein 11.16809974 C6_control_B2 +LQ06X013850 Predicted protein 11.75907587 C6_control_B3 +LQ06X013850 Predicted protein 11.61632318 C6_control_C1 +LQ06X013850 Predicted protein 11.4526479 C6_control_C2 +LQ06X013850 Predicted protein 12.00444966 C6_control_C3 +LQ06X013850 Predicted protein 11.92218501 C6_chemical_A1 +LQ06X013850 Predicted protein 11.57004423 C6_chemical_A3 +LQ06X013850 Predicted protein 11.67806463 C6_chemical_B1 +LQ06X013850 Predicted protein 10.57397092 C6_chemical_B2 +LQ06X013850 Predicted protein 11.2850136 C6_chemical_B3 +LQ06X013850 Predicted protein 11.51160614 C6_chemical_C1 +LQ06X013850 Predicted protein 11.07518799 C6_chemical_C2 +LQ06X013850 Predicted protein 11.42387171 C6_chemical_C3 +LQ06X013850 Predicted protein 11.83996279 L4_control_A1 +LQ06X013850 Predicted protein 11.86871512 L4_control_A2 +LQ06X013850 Predicted protein 12.03525377 L4_control_A3 +LQ06X013850 Predicted protein 11.75757999 L4_control_B1 +LQ06X013850 Predicted protein 11.49844655 L4_control_B2 +LQ06X013850 Predicted protein 11.60039387 L4_control_B3 +LQ06X013850 Predicted protein 12.63942575 L4_control_C2 +LQ06X013850 Predicted protein 12.17682007 L4_control_C3 +LQ06X013850 Predicted protein 12.5879855 L4_chemical_A1 +LQ06X013850 Predicted protein 11.96663646 L4_chemical_A2 +LQ06X013850 Predicted protein 12.46066692 L4_chemical_A3 +LQ06X013850 Predicted protein 12.02713627 L4_chemical_B1 +LQ06X013850 Predicted protein 11.82692426 L4_chemical_B2 +LQ06X013850 Predicted protein 11.77431507 L4_chemical_B3 +LQ06X013850 Predicted protein 12.34566874 L4_chemical_C2 +LQ06X013850 Predicted protein 12.08110673 L4_chemical_C3 +LQ06X013870 ER lumen protein retaining receptor 11.3944584 C6_control_A1 +LQ06X013870 ER lumen protein retaining receptor 11.10920921 C6_control_A3 +LQ06X013870 ER lumen protein retaining receptor 11.49038393 C6_control_B1 +LQ06X013870 ER lumen protein retaining receptor 11.84049911 C6_control_B2 +LQ06X013870 ER lumen protein retaining receptor 11.57804629 C6_control_B3 +LQ06X013870 ER lumen protein retaining receptor 11.86567513 C6_control_C1 +LQ06X013870 ER lumen protein retaining receptor 11.50350627 C6_control_C2 +LQ06X013870 ER lumen protein retaining receptor 11.10985981 C6_control_C3 +LQ06X013870 ER lumen protein retaining receptor 11.22021274 C6_chemical_A1 +LQ06X013870 ER lumen protein retaining receptor 11.00519688 C6_chemical_A3 +LQ06X013870 ER lumen protein retaining receptor 11.39063719 C6_chemical_B1 +LQ06X013870 ER lumen protein retaining receptor 11.99980684 C6_chemical_B2 +LQ06X013870 ER lumen protein retaining receptor 11.29086946 C6_chemical_B3 +LQ06X013870 ER lumen protein retaining receptor 12.23779023 C6_chemical_C1 +LQ06X013870 ER lumen protein retaining receptor 11.61040566 C6_chemical_C2 +LQ06X013870 ER lumen protein retaining receptor 10.79212323 C6_chemical_C3 +LQ06X013870 ER lumen protein retaining receptor 10.7946306 L4_control_A1 +LQ06X013870 ER lumen protein retaining receptor 10.64907158 L4_control_A2 +LQ06X013870 ER lumen protein retaining receptor 9.793781652 L4_control_A3 +LQ06X013870 ER lumen protein retaining receptor 11.11652368 L4_control_B1 +LQ06X013870 ER lumen protein retaining receptor 10.77323937 L4_control_B2 +LQ06X013870 ER lumen protein retaining receptor 11.13376226 L4_control_B3 +LQ06X013870 ER lumen protein retaining receptor 10.75097805 L4_control_C2 +LQ06X013870 ER lumen protein retaining receptor 10.04257076 L4_control_C3 +LQ06X013870 ER lumen protein retaining receptor 10.76668388 L4_chemical_A1 +LQ06X013870 ER lumen protein retaining receptor 10.18151085 L4_chemical_A2 +LQ06X013870 ER lumen protein retaining receptor 10.46014337 L4_chemical_A3 +LQ06X013870 ER lumen protein retaining receptor 10.86514294 L4_chemical_B1 +LQ06X013870 ER lumen protein retaining receptor 10.70264811 L4_chemical_B2 +LQ06X013870 ER lumen protein retaining receptor 10.87295422 L4_chemical_B3 +LQ06X013870 ER lumen protein retaining receptor 10.74328721 L4_chemical_C2 +LQ06X013870 ER lumen protein retaining receptor 10.05568716 L4_chemical_C3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.51775692 C6_control_A1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.32815362 C6_control_A3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.52799129 C6_control_B1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.73503482 C6_control_B2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.44060722 C6_control_B3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.05849965 C6_control_C1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.06441053 C6_control_C2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 13.80267051 C6_control_C3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.87366184 C6_chemical_A1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.43691965 C6_chemical_A3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.49860982 C6_chemical_B1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.74650192 C6_chemical_B2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.39317363 C6_chemical_B3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.35143927 C6_chemical_C1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.17176569 C6_chemical_C2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 13.87800864 C6_chemical_C3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.86002962 L4_control_A1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 15.17644503 L4_control_A2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.52636479 L4_control_A3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.56176595 L4_control_B1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.94487685 L4_control_B2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.3411842 L4_control_B3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 13.87172157 L4_control_C2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 13.59312405 L4_control_C3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.86051036 L4_chemical_A1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.82351823 L4_chemical_A2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.71837704 L4_chemical_A3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.64472653 L4_chemical_B1 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.48707367 L4_chemical_B2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.99552275 L4_chemical_B3 +LQ06X013880 Protein transport protein Sec61 subunit alpha 13.95660012 L4_chemical_C2 +LQ06X013880 Protein transport protein Sec61 subunit alpha 13.39379188 L4_chemical_C3 +LQ06X013930 Predicted protein 6.353892015 C6_control_A1 +LQ06X013930 Predicted protein 6.098040266 C6_control_A3 +LQ06X013930 Predicted protein 5.678684407 C6_control_B1 +LQ06X013930 Predicted protein 7.292403638 C6_control_B2 +LQ06X013930 Predicted protein 7.050951184 C6_control_B3 +LQ06X013930 Predicted protein 6.577811154 C6_control_C1 +LQ06X013930 Predicted protein 5.790687291 C6_control_C2 +LQ06X013930 Predicted protein 6.502827827 C6_control_C3 +LQ06X013930 Predicted protein 6.186794436 C6_chemical_A1 +LQ06X013930 Predicted protein 6.431551748 C6_chemical_A3 +LQ06X013930 Predicted protein 5.980400304 C6_chemical_B1 +LQ06X013930 Predicted protein 6.089532605 C6_chemical_B2 +LQ06X013930 Predicted protein 6.558806427 C6_chemical_B3 +LQ06X013930 Predicted protein 5.367992124 C6_chemical_C1 +LQ06X013930 Predicted protein 6.045571534 C6_chemical_C2 +LQ06X013930 Predicted protein 6.216030542 C6_chemical_C3 +LQ06X013930 Predicted protein 7.036295974 L4_control_A1 +LQ06X013930 Predicted protein 6.724076872 L4_control_A2 +LQ06X013930 Predicted protein 8.455639475 L4_control_A3 +LQ06X013930 Predicted protein 7.029793179 L4_control_B1 +LQ06X013930 Predicted protein 6.443370145 L4_control_B2 +LQ06X013930 Predicted protein 6.847506601 L4_control_B3 +LQ06X013930 Predicted protein 6.423289709 L4_control_C2 +LQ06X013930 Predicted protein 6.041015652 L4_control_C3 +LQ06X013930 Predicted protein 8.979224997 L4_chemical_A1 +LQ06X013930 Predicted protein 8.4843718 L4_chemical_A2 +LQ06X013930 Predicted protein 9.407083327 L4_chemical_A3 +LQ06X013930 Predicted protein 9.129145921 L4_chemical_B1 +LQ06X013930 Predicted protein 6.342148762 L4_chemical_B2 +LQ06X013930 Predicted protein 6.630941979 L4_chemical_B3 +LQ06X013930 Predicted protein 6.415186867 L4_chemical_C2 +LQ06X013930 Predicted protein 6.463748044 L4_chemical_C3 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.42647956 C6_control_A1 +LQ06X013950 Putative Uncharacterized protein At5g02240 13.65388027 C6_control_A3 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.89974501 C6_control_B1 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.47617278 C6_control_B2 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.73994581 C6_control_B3 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.32974692 C6_control_C1 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.76044385 C6_control_C2 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.4016687 C6_control_C3 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.70630727 C6_chemical_A1 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.44102862 C6_chemical_A3 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.03565852 C6_chemical_B1 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.6701583 C6_chemical_B2 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.69539195 C6_chemical_B3 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.22965588 C6_chemical_C1 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.0992489 C6_chemical_C2 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.30519499 C6_chemical_C3 +LQ06X013950 Putative Uncharacterized protein At5g02240 13.92915855 L4_control_A1 +LQ06X013950 Putative Uncharacterized protein At5g02240 13.85079611 L4_control_A2 +LQ06X013950 Putative Uncharacterized protein At5g02240 13.17511532 L4_control_A3 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.84290506 L4_control_B1 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.7060225 L4_control_B2 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.96629127 L4_control_B3 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.3814034 L4_control_C2 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.33880461 L4_control_C3 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.3186189 L4_chemical_A1 +LQ06X013950 Putative Uncharacterized protein At5g02240 13.91416544 L4_chemical_A2 +LQ06X013950 Putative Uncharacterized protein At5g02240 13.25370855 L4_chemical_A3 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.74579126 L4_chemical_B1 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.0291714 L4_chemical_B2 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.61940543 L4_chemical_B3 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.29355069 L4_chemical_C2 +LQ06X013950 Putative Uncharacterized protein At5g02240 15.40835821 L4_chemical_C3 +LQ06X013980 Ras-related protein RABA1c 13.728806 C6_control_A1 +LQ06X013980 Ras-related protein RABA1c 14.12456874 C6_control_A3 +LQ06X013980 Ras-related protein RABA1c 13.48281878 C6_control_B1 +LQ06X013980 Ras-related protein RABA1c 12.64503466 C6_control_B2 +LQ06X013980 Ras-related protein RABA1c 13.15429722 C6_control_B3 +LQ06X013980 Ras-related protein RABA1c 11.37648827 C6_control_C1 +LQ06X013980 Ras-related protein RABA1c 10.9154885 C6_control_C2 +LQ06X013980 Ras-related protein RABA1c 11.41894916 C6_control_C3 +LQ06X013980 Ras-related protein RABA1c 13.48413728 C6_chemical_A1 +LQ06X013980 Ras-related protein RABA1c 13.60568682 C6_chemical_A3 +LQ06X013980 Ras-related protein RABA1c 13.05489291 C6_chemical_B1 +LQ06X013980 Ras-related protein RABA1c 12.75619291 C6_chemical_B2 +LQ06X013980 Ras-related protein RABA1c 12.79069295 C6_chemical_B3 +LQ06X013980 Ras-related protein RABA1c 11.05481802 C6_chemical_C1 +LQ06X013980 Ras-related protein RABA1c 10.82973614 C6_chemical_C2 +LQ06X013980 Ras-related protein RABA1c 10.798745 C6_chemical_C3 +LQ06X013980 Ras-related protein RABA1c 13.91858503 L4_control_A1 +LQ06X013980 Ras-related protein RABA1c 13.44818205 L4_control_A2 +LQ06X013980 Ras-related protein RABA1c 13.41804404 L4_control_A3 +LQ06X013980 Ras-related protein RABA1c 12.64592845 L4_control_B1 +LQ06X013980 Ras-related protein RABA1c 12.96937221 L4_control_B2 +LQ06X013980 Ras-related protein RABA1c 12.34305972 L4_control_B3 +LQ06X013980 Ras-related protein RABA1c 10.50935801 L4_control_C2 +LQ06X013980 Ras-related protein RABA1c 11.59090962 L4_control_C3 +LQ06X013980 Ras-related protein RABA1c 13.21474968 L4_chemical_A1 +LQ06X013980 Ras-related protein RABA1c 12.56010717 L4_chemical_A2 +LQ06X013980 Ras-related protein RABA1c 13.11023625 L4_chemical_A3 +LQ06X013980 Ras-related protein RABA1c 12.88785637 L4_chemical_B1 +LQ06X013980 Ras-related protein RABA1c 12.4314903 L4_chemical_B2 +LQ06X013980 Ras-related protein RABA1c 13.25089216 L4_chemical_B3 +LQ06X013980 Ras-related protein RABA1c 10.49479577 L4_chemical_C2 +LQ06X013980 Ras-related protein RABA1c 11.32450808 L4_chemical_C3 +LQ06X013990 Probable WRKY transcription factor 65 6.463711498 C6_control_A1 +LQ06X013990 Probable WRKY transcription factor 65 6.631105575 C6_control_A3 +LQ06X013990 Probable WRKY transcription factor 65 5.901877753 C6_control_B1 +LQ06X013990 Probable WRKY transcription factor 65 6.587856287 C6_control_B2 +LQ06X013990 Probable WRKY transcription factor 65 6.532488197 C6_control_B3 +LQ06X013990 Probable WRKY transcription factor 65 5.860172565 C6_control_C1 +LQ06X013990 Probable WRKY transcription factor 65 5.889938686 C6_control_C2 +LQ06X013990 Probable WRKY transcription factor 65 5.723462294 C6_control_C3 +LQ06X013990 Probable WRKY transcription factor 65 6.791597821 C6_chemical_A1 +LQ06X013990 Probable WRKY transcription factor 65 6.561287661 C6_chemical_A3 +LQ06X013990 Probable WRKY transcription factor 65 6.136652972 C6_chemical_B1 +LQ06X013990 Probable WRKY transcription factor 65 6.283835259 C6_chemical_B2 +LQ06X013990 Probable WRKY transcription factor 65 6.563879399 C6_chemical_B3 +LQ06X013990 Probable WRKY transcription factor 65 5.948045622 C6_chemical_C1 +LQ06X013990 Probable WRKY transcription factor 65 6.380825323 C6_chemical_C2 +LQ06X013990 Probable WRKY transcription factor 65 6.329413524 C6_chemical_C3 +LQ06X013990 Probable WRKY transcription factor 65 6.188121496 L4_control_A1 +LQ06X013990 Probable WRKY transcription factor 65 6.260423082 L4_control_A2 +LQ06X013990 Probable WRKY transcription factor 65 7.126023897 L4_control_A3 +LQ06X013990 Probable WRKY transcription factor 65 6.047050659 L4_control_B1 +LQ06X013990 Probable WRKY transcription factor 65 6.619887857 L4_control_B2 +LQ06X013990 Probable WRKY transcription factor 65 6.325828992 L4_control_B3 +LQ06X013990 Probable WRKY transcription factor 65 5.552027949 L4_control_C2 +LQ06X013990 Probable WRKY transcription factor 65 5.434102486 L4_control_C3 +LQ06X013990 Probable WRKY transcription factor 65 6.188125757 L4_chemical_A1 +LQ06X013990 Probable WRKY transcription factor 65 6.521496562 L4_chemical_A2 +LQ06X013990 Probable WRKY transcription factor 65 7.000166719 L4_chemical_A3 +LQ06X013990 Probable WRKY transcription factor 65 6.383697008 L4_chemical_B1 +LQ06X013990 Probable WRKY transcription factor 65 6.130785912 L4_chemical_B2 +LQ06X013990 Probable WRKY transcription factor 65 6.231430672 L4_chemical_B3 +LQ06X013990 Probable WRKY transcription factor 65 5.713092199 L4_chemical_C2 +LQ06X013990 Probable WRKY transcription factor 65 6.104019183 L4_chemical_C3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.657487233 C6_control_A1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 5.447798997 C6_control_A3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 8.221023196 C6_control_B1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 11.41193842 C6_control_B2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 10.16533112 C6_control_B3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.119460194 C6_control_C1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.433170504 C6_control_C2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.167673016 C6_control_C3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 7.624003262 C6_chemical_A1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.679198773 C6_chemical_A3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 9.339094662 C6_chemical_B1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 11.54289219 C6_chemical_B2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 10.91613474 C6_chemical_B3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.759079014 C6_chemical_C1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.116857605 C6_chemical_C2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.034414237 C6_chemical_C3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 7.545115499 L4_control_A1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.990570691 L4_control_A2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 8.112426999 L4_control_A3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 10.23380815 L4_control_B1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 9.883014406 L4_control_B2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 13.01015653 L4_control_B3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 5.26234029 L4_control_C2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.784436975 L4_control_C3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.998045307 L4_chemical_A1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 6.840560942 L4_chemical_A2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 7.460328307 L4_chemical_A3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 8.71617579 L4_chemical_B1 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 9.78194967 L4_chemical_B2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 10.94341855 L4_chemical_B3 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 5.78563652 L4_chemical_C2 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 5.88621267 L4_chemical_C3 +LQ06X014060 Putative leucine-rich repeat family protein 7.110631633 C6_control_A1 +LQ06X014060 Putative leucine-rich repeat family protein 7.189006354 C6_control_A3 +LQ06X014060 Putative leucine-rich repeat family protein 7.585382268 C6_control_B1 +LQ06X014060 Putative leucine-rich repeat family protein 6.1049881 C6_control_B2 +LQ06X014060 Putative leucine-rich repeat family protein 7.378964042 C6_control_B3 +LQ06X014060 Putative leucine-rich repeat family protein 5.787540583 C6_control_C1 +LQ06X014060 Putative leucine-rich repeat family protein 5.880793009 C6_control_C2 +LQ06X014060 Putative leucine-rich repeat family protein 6.026568042 C6_control_C3 +LQ06X014060 Putative leucine-rich repeat family protein 6.711313302 C6_chemical_A1 +LQ06X014060 Putative leucine-rich repeat family protein 6.775290864 C6_chemical_A3 +LQ06X014060 Putative leucine-rich repeat family protein 7.207323219 C6_chemical_B1 +LQ06X014060 Putative leucine-rich repeat family protein 6.268965092 C6_chemical_B2 +LQ06X014060 Putative leucine-rich repeat family protein 6.183017578 C6_chemical_B3 +LQ06X014060 Putative leucine-rich repeat family protein 6.187631634 C6_chemical_C1 +LQ06X014060 Putative leucine-rich repeat family protein 5.78816192 C6_chemical_C2 +LQ06X014060 Putative leucine-rich repeat family protein 6.193599809 C6_chemical_C3 +LQ06X014060 Putative leucine-rich repeat family protein 6.907478505 L4_control_A1 +LQ06X014060 Putative leucine-rich repeat family protein 6.92043793 L4_control_A2 +LQ06X014060 Putative leucine-rich repeat family protein 7.562447781 L4_control_A3 +LQ06X014060 Putative leucine-rich repeat family protein 6.666442954 L4_control_B1 +LQ06X014060 Putative leucine-rich repeat family protein 7.519000888 L4_control_B2 +LQ06X014060 Putative leucine-rich repeat family protein 6.80087348 L4_control_B3 +LQ06X014060 Putative leucine-rich repeat family protein 6.872589675 L4_control_C2 +LQ06X014060 Putative leucine-rich repeat family protein 7.515527034 L4_control_C3 +LQ06X014060 Putative leucine-rich repeat family protein 6.356924308 L4_chemical_A1 +LQ06X014060 Putative leucine-rich repeat family protein 7.004658266 L4_chemical_A2 +LQ06X014060 Putative leucine-rich repeat family protein 6.647526299 L4_chemical_A3 +LQ06X014060 Putative leucine-rich repeat family protein 6.595662954 L4_chemical_B1 +LQ06X014060 Putative leucine-rich repeat family protein 7.202846784 L4_chemical_B2 +LQ06X014060 Putative leucine-rich repeat family protein 6.633725195 L4_chemical_B3 +LQ06X014060 Putative leucine-rich repeat family protein 7.195971954 L4_chemical_C2 +LQ06X014060 Putative leucine-rich repeat family protein 7.593552755 L4_chemical_C3 +LQ06X014090 60S ribosomal protein L11-2 6.410347962 C6_control_A1 +LQ06X014090 60S ribosomal protein L11-2 6.367079573 C6_control_A3 +LQ06X014090 60S ribosomal protein L11-2 5.467858601 C6_control_B1 +LQ06X014090 60S ribosomal protein L11-2 6.722807418 C6_control_B2 +LQ06X014090 60S ribosomal protein L11-2 6.027692252 C6_control_B3 +LQ06X014090 60S ribosomal protein L11-2 6.398973825 C6_control_C1 +LQ06X014090 60S ribosomal protein L11-2 6.975670195 C6_control_C2 +LQ06X014090 60S ribosomal protein L11-2 7.452829909 C6_control_C3 +LQ06X014090 60S ribosomal protein L11-2 6.367925933 C6_chemical_A1 +LQ06X014090 60S ribosomal protein L11-2 6.511771131 C6_chemical_A3 +LQ06X014090 60S ribosomal protein L11-2 5.760677408 C6_chemical_B1 +LQ06X014090 60S ribosomal protein L11-2 6.767334369 C6_chemical_B2 +LQ06X014090 60S ribosomal protein L11-2 5.897582251 C6_chemical_B3 +LQ06X014090 60S ribosomal protein L11-2 6.661402119 C6_chemical_C1 +LQ06X014090 60S ribosomal protein L11-2 7.115968989 C6_chemical_C2 +LQ06X014090 60S ribosomal protein L11-2 6.503149463 C6_chemical_C3 +LQ06X014090 60S ribosomal protein L11-2 6.185485345 L4_control_A1 +LQ06X014090 60S ribosomal protein L11-2 6.160808785 L4_control_A2 +LQ06X014090 60S ribosomal protein L11-2 6.744622758 L4_control_A3 +LQ06X014090 60S ribosomal protein L11-2 6.612180286 L4_control_B1 +LQ06X014090 60S ribosomal protein L11-2 6.321660592 L4_control_B2 +LQ06X014090 60S ribosomal protein L11-2 5.955248845 L4_control_B3 +LQ06X014090 60S ribosomal protein L11-2 6.187886234 L4_control_C2 +LQ06X014090 60S ribosomal protein L11-2 5.360670136 L4_control_C3 +LQ06X014090 60S ribosomal protein L11-2 6.082846309 L4_chemical_A1 +LQ06X014090 60S ribosomal protein L11-2 6.077815782 L4_chemical_A2 +LQ06X014090 60S ribosomal protein L11-2 6.542577682 L4_chemical_A3 +LQ06X014090 60S ribosomal protein L11-2 6.685610426 L4_chemical_B1 +LQ06X014090 60S ribosomal protein L11-2 6.727428043 L4_chemical_B2 +LQ06X014090 60S ribosomal protein L11-2 6.331048107 L4_chemical_B3 +LQ06X014090 60S ribosomal protein L11-2 6.375227882 L4_chemical_C2 +LQ06X014090 60S ribosomal protein L11-2 5.325735148 L4_chemical_C3 +LQ06X014100 Putative uncharacterized protein 5.378157008 C6_control_A1 +LQ06X014100 Putative uncharacterized protein 5.089231013 C6_control_A3 +LQ06X014100 Putative uncharacterized protein 5.586636005 C6_control_B1 +LQ06X014100 Putative uncharacterized protein 5.373868148 C6_control_B2 +LQ06X014100 Putative uncharacterized protein 5.203883162 C6_control_B3 +LQ06X014100 Putative uncharacterized protein 5.290688447 C6_control_C1 +LQ06X014100 Putative uncharacterized protein 5.398704149 C6_control_C2 +LQ06X014100 Putative uncharacterized protein 5.20507131 C6_control_C3 +LQ06X014100 Putative uncharacterized protein 5.494405587 C6_chemical_A1 +LQ06X014100 Putative uncharacterized protein 5.164137247 C6_chemical_A3 +LQ06X014100 Putative uncharacterized protein 5.346247661 C6_chemical_B1 +LQ06X014100 Putative uncharacterized protein 5.376313768 C6_chemical_B2 +LQ06X014100 Putative uncharacterized protein 5.278638632 C6_chemical_B3 +LQ06X014100 Putative uncharacterized protein 5.741976945 C6_chemical_C1 +LQ06X014100 Putative uncharacterized protein 5.490228116 C6_chemical_C2 +LQ06X014100 Putative uncharacterized protein 5.35529172 C6_chemical_C3 +LQ06X014100 Putative uncharacterized protein 5.045386871 L4_control_A1 +LQ06X014100 Putative uncharacterized protein 5.056298341 L4_control_A2 +LQ06X014100 Putative uncharacterized protein 5.169352156 L4_control_A3 +LQ06X014100 Putative uncharacterized protein 5.196138263 L4_control_B1 +LQ06X014100 Putative uncharacterized protein 5.526757065 L4_control_B2 +LQ06X014100 Putative uncharacterized protein 5.013905961 L4_control_B3 +LQ06X014100 Putative uncharacterized protein 4.98104799 L4_control_C2 +LQ06X014100 Putative uncharacterized protein 5.128699181 L4_control_C3 +LQ06X014100 Putative uncharacterized protein 5.119792184 L4_chemical_A1 +LQ06X014100 Putative uncharacterized protein 4.92863348 L4_chemical_A2 +LQ06X014100 Putative uncharacterized protein 5.419150388 L4_chemical_A3 +LQ06X014100 Putative uncharacterized protein 4.994373049 L4_chemical_B1 +LQ06X014100 Putative uncharacterized protein 5.26864194 L4_chemical_B2 +LQ06X014100 Putative uncharacterized protein 5.38748142 L4_chemical_B3 +LQ06X014100 Putative uncharacterized protein 5.26712248 L4_chemical_C2 +LQ06X014100 Putative uncharacterized protein 5.018296178 L4_chemical_C3 +LQ06X014120 Shaggy-related protein kinase eta 6.409489378 C6_control_A1 +LQ06X014120 Shaggy-related protein kinase eta 7.330417841 C6_control_A3 +LQ06X014120 Shaggy-related protein kinase eta 5.831750961 C6_control_B1 +LQ06X014120 Shaggy-related protein kinase eta 6.812343789 C6_control_B2 +LQ06X014120 Shaggy-related protein kinase eta 6.625054151 C6_control_B3 +LQ06X014120 Shaggy-related protein kinase eta 6.487403463 C6_control_C1 +LQ06X014120 Shaggy-related protein kinase eta 7.989208446 C6_control_C2 +LQ06X014120 Shaggy-related protein kinase eta 6.130985674 C6_control_C3 +LQ06X014120 Shaggy-related protein kinase eta 6.442056281 C6_chemical_A1 +LQ06X014120 Shaggy-related protein kinase eta 5.890796613 C6_chemical_A3 +LQ06X014120 Shaggy-related protein kinase eta 6.157578941 C6_chemical_B1 +LQ06X014120 Shaggy-related protein kinase eta 6.772273876 C6_chemical_B2 +LQ06X014120 Shaggy-related protein kinase eta 6.089626864 C6_chemical_B3 +LQ06X014120 Shaggy-related protein kinase eta 6.610360604 C6_chemical_C1 +LQ06X014120 Shaggy-related protein kinase eta 7.129374474 C6_chemical_C2 +LQ06X014120 Shaggy-related protein kinase eta 6.179398464 C6_chemical_C3 +LQ06X014120 Shaggy-related protein kinase eta 6.440925325 L4_control_A1 +LQ06X014120 Shaggy-related protein kinase eta 6.206247023 L4_control_A2 +LQ06X014120 Shaggy-related protein kinase eta 6.206695657 L4_control_A3 +LQ06X014120 Shaggy-related protein kinase eta 6.273100864 L4_control_B1 +LQ06X014120 Shaggy-related protein kinase eta 5.709672376 L4_control_B2 +LQ06X014120 Shaggy-related protein kinase eta 6.04888058 L4_control_B3 +LQ06X014120 Shaggy-related protein kinase eta 5.743304455 L4_control_C2 +LQ06X014120 Shaggy-related protein kinase eta 6.237642353 L4_control_C3 +LQ06X014120 Shaggy-related protein kinase eta 5.843898369 L4_chemical_A1 +LQ06X014120 Shaggy-related protein kinase eta 5.970305814 L4_chemical_A2 +LQ06X014120 Shaggy-related protein kinase eta 6.011840461 L4_chemical_A3 +LQ06X014120 Shaggy-related protein kinase eta 6.798071299 L4_chemical_B1 +LQ06X014120 Shaggy-related protein kinase eta 6.129217307 L4_chemical_B2 +LQ06X014120 Shaggy-related protein kinase eta 6.329955985 L4_chemical_B3 +LQ06X014120 Shaggy-related protein kinase eta 5.931628352 L4_chemical_C2 +LQ06X014120 Shaggy-related protein kinase eta 5.385361194 L4_chemical_C3 +LQ06X014150 Nucleobase-ascorbate transporter 2 12.18788429 C6_control_A1 +LQ06X014150 Nucleobase-ascorbate transporter 2 12.90698202 C6_control_A3 +LQ06X014150 Nucleobase-ascorbate transporter 2 10.20519212 C6_control_B1 +LQ06X014150 Nucleobase-ascorbate transporter 2 9.150597493 C6_control_B2 +LQ06X014150 Nucleobase-ascorbate transporter 2 9.728192053 C6_control_B3 +LQ06X014150 Nucleobase-ascorbate transporter 2 8.911174269 C6_control_C1 +LQ06X014150 Nucleobase-ascorbate transporter 2 8.223982368 C6_control_C2 +LQ06X014150 Nucleobase-ascorbate transporter 2 8.626059575 C6_control_C3 +LQ06X014150 Nucleobase-ascorbate transporter 2 11.44754477 C6_chemical_A1 +LQ06X014150 Nucleobase-ascorbate transporter 2 12.627659 C6_chemical_A3 +LQ06X014150 Nucleobase-ascorbate transporter 2 8.796564569 C6_chemical_B1 +LQ06X014150 Nucleobase-ascorbate transporter 2 8.331385339 C6_chemical_B2 +LQ06X014150 Nucleobase-ascorbate transporter 2 9.152069454 C6_chemical_B3 +LQ06X014150 Nucleobase-ascorbate transporter 2 8.692369515 C6_chemical_C1 +LQ06X014150 Nucleobase-ascorbate transporter 2 8.06794284 C6_chemical_C2 +LQ06X014150 Nucleobase-ascorbate transporter 2 7.292438465 C6_chemical_C3 +LQ06X014150 Nucleobase-ascorbate transporter 2 12.32805732 L4_control_A1 +LQ06X014150 Nucleobase-ascorbate transporter 2 12.31800993 L4_control_A2 +LQ06X014150 Nucleobase-ascorbate transporter 2 12.72037482 L4_control_A3 +LQ06X014150 Nucleobase-ascorbate transporter 2 9.202242973 L4_control_B1 +LQ06X014150 Nucleobase-ascorbate transporter 2 9.647508015 L4_control_B2 +LQ06X014150 Nucleobase-ascorbate transporter 2 8.167959235 L4_control_B3 +LQ06X014150 Nucleobase-ascorbate transporter 2 7.446201048 L4_control_C2 +LQ06X014150 Nucleobase-ascorbate transporter 2 7.135699606 L4_control_C3 +LQ06X014150 Nucleobase-ascorbate transporter 2 11.95975894 L4_chemical_A1 +LQ06X014150 Nucleobase-ascorbate transporter 2 11.10347904 L4_chemical_A2 +LQ06X014150 Nucleobase-ascorbate transporter 2 12.84303033 L4_chemical_A3 +LQ06X014150 Nucleobase-ascorbate transporter 2 9.746277723 L4_chemical_B1 +LQ06X014150 Nucleobase-ascorbate transporter 2 9.239409373 L4_chemical_B2 +LQ06X014150 Nucleobase-ascorbate transporter 2 10.05036242 L4_chemical_B3 +LQ06X014150 Nucleobase-ascorbate transporter 2 7.948165932 L4_chemical_C2 +LQ06X014150 Nucleobase-ascorbate transporter 2 6.71945679 L4_chemical_C3 +LQ06X014160 Predicted protein 10.41728924 C6_control_A1 +LQ06X014160 Predicted protein 10.94889094 C6_control_A3 +LQ06X014160 Predicted protein 10.66871606 C6_control_B1 +LQ06X014160 Predicted protein 10.36761629 C6_control_B2 +LQ06X014160 Predicted protein 10.29375243 C6_control_B3 +LQ06X014160 Predicted protein 11.13632442 C6_control_C1 +LQ06X014160 Predicted protein 10.92459292 C6_control_C2 +LQ06X014160 Predicted protein 11.14888151 C6_control_C3 +LQ06X014160 Predicted protein 10.27631588 C6_chemical_A1 +LQ06X014160 Predicted protein 10.74201739 C6_chemical_A3 +LQ06X014160 Predicted protein 10.8825995 C6_chemical_B1 +LQ06X014160 Predicted protein 10.81832358 C6_chemical_B2 +LQ06X014160 Predicted protein 9.88353321 C6_chemical_B3 +LQ06X014160 Predicted protein 11.13833527 C6_chemical_C1 +LQ06X014160 Predicted protein 10.99514137 C6_chemical_C2 +LQ06X014160 Predicted protein 11.01809337 C6_chemical_C3 +LQ06X014160 Predicted protein 10.80476264 L4_control_A1 +LQ06X014160 Predicted protein 10.36840275 L4_control_A2 +LQ06X014160 Predicted protein 10.82518182 L4_control_A3 +LQ06X014160 Predicted protein 10.3647563 L4_control_B1 +LQ06X014160 Predicted protein 10.06118761 L4_control_B2 +LQ06X014160 Predicted protein 10.73398023 L4_control_B3 +LQ06X014160 Predicted protein 11.30711378 L4_control_C2 +LQ06X014160 Predicted protein 10.88211299 L4_control_C3 +LQ06X014160 Predicted protein 10.69447567 L4_chemical_A1 +LQ06X014160 Predicted protein 10.29571043 L4_chemical_A2 +LQ06X014160 Predicted protein 10.34469751 L4_chemical_A3 +LQ06X014160 Predicted protein 10.1338522 L4_chemical_B1 +LQ06X014160 Predicted protein 10.02860434 L4_chemical_B2 +LQ06X014160 Predicted protein 10.64863416 L4_chemical_B3 +LQ06X014160 Predicted protein 10.84480107 L4_chemical_C2 +LQ06X014160 Predicted protein 11.00786726 L4_chemical_C3 +LQ06X014190 CBL-interacting protein kinase 5 9.683751941 C6_control_A1 +LQ06X014190 CBL-interacting protein kinase 5 7.66873553 C6_control_A3 +LQ06X014190 CBL-interacting protein kinase 5 10.23783151 C6_control_B1 +LQ06X014190 CBL-interacting protein kinase 5 9.086005265 C6_control_B2 +LQ06X014190 CBL-interacting protein kinase 5 8.651055294 C6_control_B3 +LQ06X014190 CBL-interacting protein kinase 5 11.45508007 C6_control_C1 +LQ06X014190 CBL-interacting protein kinase 5 9.708480766 C6_control_C2 +LQ06X014190 CBL-interacting protein kinase 5 9.688451691 C6_control_C3 +LQ06X014190 CBL-interacting protein kinase 5 9.975576504 C6_chemical_A1 +LQ06X014190 CBL-interacting protein kinase 5 9.447427476 C6_chemical_A3 +LQ06X014190 CBL-interacting protein kinase 5 10.68950827 C6_chemical_B1 +LQ06X014190 CBL-interacting protein kinase 5 9.310874986 C6_chemical_B2 +LQ06X014190 CBL-interacting protein kinase 5 9.63208447 C6_chemical_B3 +LQ06X014190 CBL-interacting protein kinase 5 11.44944936 C6_chemical_C1 +LQ06X014190 CBL-interacting protein kinase 5 10.67465179 C6_chemical_C2 +LQ06X014190 CBL-interacting protein kinase 5 10.3873238 C6_chemical_C3 +LQ06X014190 CBL-interacting protein kinase 5 8.160862602 L4_control_A1 +LQ06X014190 CBL-interacting protein kinase 5 8.468447088 L4_control_A2 +LQ06X014190 CBL-interacting protein kinase 5 7.157371663 L4_control_A3 +LQ06X014190 CBL-interacting protein kinase 5 10.21178634 L4_control_B1 +LQ06X014190 CBL-interacting protein kinase 5 9.470249903 L4_control_B2 +LQ06X014190 CBL-interacting protein kinase 5 8.903959476 L4_control_B3 +LQ06X014190 CBL-interacting protein kinase 5 9.855586672 L4_control_C2 +LQ06X014190 CBL-interacting protein kinase 5 9.809088999 L4_control_C3 +LQ06X014190 CBL-interacting protein kinase 5 8.601296611 L4_chemical_A1 +LQ06X014190 CBL-interacting protein kinase 5 9.356281708 L4_chemical_A2 +LQ06X014190 CBL-interacting protein kinase 5 6.914940717 L4_chemical_A3 +LQ06X014190 CBL-interacting protein kinase 5 10.4973738 L4_chemical_B1 +LQ06X014190 CBL-interacting protein kinase 5 9.981267211 L4_chemical_B2 +LQ06X014190 CBL-interacting protein kinase 5 8.912837916 L4_chemical_B3 +LQ06X014190 CBL-interacting protein kinase 5 10.59555868 L4_chemical_C2 +LQ06X014190 CBL-interacting protein kinase 5 9.928999138 L4_chemical_C3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.737265327 C6_control_A1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.894923965 C6_control_A3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.007074799 C6_control_B1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.768343591 C6_control_B2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.724041987 C6_control_B3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.962884205 C6_control_C1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.637618768 C6_control_C2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.863203334 C6_control_C3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.839454108 C6_chemical_A1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.396830185 C6_chemical_A3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.825988354 C6_chemical_B1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.913946806 C6_chemical_B2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.858437542 C6_chemical_B3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.070301193 C6_chemical_C1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.919825792 C6_chemical_C2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.67419573 C6_chemical_C3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.930401909 L4_control_A1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.335242323 L4_control_A2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.414340995 L4_control_A3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.735277613 L4_control_B1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.506449343 L4_control_B2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.004025397 L4_control_B3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.967314812 L4_control_C2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.225024029 L4_control_C3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.095776077 L4_chemical_A1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.890035838 L4_chemical_A2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.891489265 L4_chemical_A3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.013856872 L4_chemical_B1 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.893570656 L4_chemical_B2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.741191461 L4_chemical_B3 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.931036395 L4_chemical_C2 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 5.0102432 L4_chemical_C3 +LQ06X014240 Hypothetical protein 4.679194113 C6_control_A1 +LQ06X014240 Hypothetical protein 4.620884015 C6_control_A3 +LQ06X014240 Hypothetical protein 4.84733666 C6_control_B1 +LQ06X014240 Hypothetical protein 4.741357636 C6_control_B2 +LQ06X014240 Hypothetical protein 5.152663591 C6_control_B3 +LQ06X014240 Hypothetical protein 4.786572623 C6_control_C1 +LQ06X014240 Hypothetical protein 4.469364826 C6_control_C2 +LQ06X014240 Hypothetical protein 4.642456448 C6_control_C3 +LQ06X014240 Hypothetical protein 4.86144102 C6_chemical_A1 +LQ06X014240 Hypothetical protein 4.525098529 C6_chemical_A3 +LQ06X014240 Hypothetical protein 4.585815926 C6_chemical_B1 +LQ06X014240 Hypothetical protein 4.509485356 C6_chemical_B2 +LQ06X014240 Hypothetical protein 4.862220446 C6_chemical_B3 +LQ06X014240 Hypothetical protein 4.830363394 C6_chemical_C1 +LQ06X014240 Hypothetical protein 4.460105676 C6_chemical_C2 +LQ06X014240 Hypothetical protein 4.557972836 C6_chemical_C3 +LQ06X014240 Hypothetical protein 4.801957965 L4_control_A1 +LQ06X014240 Hypothetical protein 4.634885808 L4_control_A2 +LQ06X014240 Hypothetical protein 4.7519005 L4_control_A3 +LQ06X014240 Hypothetical protein 5.053628644 L4_control_B1 +LQ06X014240 Hypothetical protein 4.787346384 L4_control_B2 +LQ06X014240 Hypothetical protein 4.880857004 L4_control_B3 +LQ06X014240 Hypothetical protein 5.270107787 L4_control_C2 +LQ06X014240 Hypothetical protein 5.031793963 L4_control_C3 +LQ06X014240 Hypothetical protein 4.906041293 L4_chemical_A1 +LQ06X014240 Hypothetical protein 4.821949259 L4_chemical_A2 +LQ06X014240 Hypothetical protein 4.931125167 L4_chemical_A3 +LQ06X014240 Hypothetical protein 4.979565868 L4_chemical_B1 +LQ06X014240 Hypothetical protein 4.637655794 L4_chemical_B2 +LQ06X014240 Hypothetical protein 4.879457126 L4_chemical_B3 +LQ06X014240 Hypothetical protein 5.357496175 L4_chemical_C2 +LQ06X014240 Hypothetical protein 4.696106075 L4_chemical_C3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.367027196 C6_control_A1 +LQ06X014280 Putative Cysteine proteinase RD21a 6.243326655 C6_control_A3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.14835997 C6_control_B1 +LQ06X014280 Putative Cysteine proteinase RD21a 5.334333094 C6_control_B2 +LQ06X014280 Putative Cysteine proteinase RD21a 5.274470193 C6_control_B3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.115035693 C6_control_C1 +LQ06X014280 Putative Cysteine proteinase RD21a 5.56994122 C6_control_C2 +LQ06X014280 Putative Cysteine proteinase RD21a 5.136559604 C6_control_C3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.868962002 C6_chemical_A1 +LQ06X014280 Putative Cysteine proteinase RD21a 5.694677339 C6_chemical_A3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.197092474 C6_chemical_B1 +LQ06X014280 Putative Cysteine proteinase RD21a 5.48133849 C6_chemical_B2 +LQ06X014280 Putative Cysteine proteinase RD21a 5.292787811 C6_chemical_B3 +LQ06X014280 Putative Cysteine proteinase RD21a 4.855610798 C6_chemical_C1 +LQ06X014280 Putative Cysteine proteinase RD21a 5.200640492 C6_chemical_C2 +LQ06X014280 Putative Cysteine proteinase RD21a 5.147863114 C6_chemical_C3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.589658672 L4_control_A1 +LQ06X014280 Putative Cysteine proteinase RD21a 5.114135578 L4_control_A2 +LQ06X014280 Putative Cysteine proteinase RD21a 5.78744834 L4_control_A3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.375522822 L4_control_B1 +LQ06X014280 Putative Cysteine proteinase RD21a 4.959578902 L4_control_B2 +LQ06X014280 Putative Cysteine proteinase RD21a 5.505592022 L4_control_B3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.285162364 L4_control_C2 +LQ06X014280 Putative Cysteine proteinase RD21a 4.898458712 L4_control_C3 +LQ06X014280 Putative Cysteine proteinase RD21a 5.260335861 L4_chemical_A1 +LQ06X014280 Putative Cysteine proteinase RD21a 5.24237961 L4_chemical_A2 +LQ06X014280 Putative Cysteine proteinase RD21a 6.519291837 L4_chemical_A3 +LQ06X014280 Putative Cysteine proteinase RD21a 4.888058108 L4_chemical_B1 +LQ06X014280 Putative Cysteine proteinase RD21a 5.35493719 L4_chemical_B2 +LQ06X014280 Putative Cysteine proteinase RD21a 5.320563677 L4_chemical_B3 +LQ06X014280 Putative Cysteine proteinase RD21a 4.779706117 L4_chemical_C2 +LQ06X014280 Putative Cysteine proteinase RD21a 4.739619654 L4_chemical_C3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.517573443 C6_control_A1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 6.387874936 C6_control_A3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.307398127 C6_control_B1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.137142804 C6_control_B2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.345448386 C6_control_B3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.83721767 C6_control_C1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.60969631 C6_control_C2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.99083918 C6_control_C3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.044323037 C6_chemical_A1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 6.811618648 C6_chemical_A3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.828929148 C6_chemical_B1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.041635581 C6_chemical_B2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.005156934 C6_chemical_B3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.55810381 C6_chemical_C1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.708537985 C6_chemical_C2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.274065787 C6_chemical_C3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.393644336 L4_control_A1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.422906495 L4_control_A2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 6.448994939 L4_control_A3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.337392634 L4_control_B1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.288595723 L4_control_B2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.738185071 L4_control_B3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 9.090484763 L4_control_C2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 9.553066727 L4_control_C3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.776907524 L4_chemical_A1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.475365161 L4_chemical_A2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 6.43859805 L4_chemical_A3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.408026164 L4_chemical_B1 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.500557494 L4_chemical_B2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.271405736 L4_chemical_B3 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 8.168609025 L4_chemical_C2 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 9.181607911 L4_chemical_C3 +LQ06X014330 Predicted protein 5.772968211 C6_control_A1 +LQ06X014330 Predicted protein 5.263325942 C6_control_A3 +LQ06X014330 Predicted protein 6.808200384 C6_control_B1 +LQ06X014330 Predicted protein 7.044763201 C6_control_B2 +LQ06X014330 Predicted protein 7.203523461 C6_control_B3 +LQ06X014330 Predicted protein 4.991656864 C6_control_C1 +LQ06X014330 Predicted protein 4.991028123 C6_control_C2 +LQ06X014330 Predicted protein 4.92162697 C6_control_C3 +LQ06X014330 Predicted protein 5.566811057 C6_chemical_A1 +LQ06X014330 Predicted protein 5.73442664 C6_chemical_A3 +LQ06X014330 Predicted protein 6.560077604 C6_chemical_B1 +LQ06X014330 Predicted protein 6.850621503 C6_chemical_B2 +LQ06X014330 Predicted protein 6.482566942 C6_chemical_B3 +LQ06X014330 Predicted protein 4.981470833 C6_chemical_C1 +LQ06X014330 Predicted protein 5.11405052 C6_chemical_C2 +LQ06X014330 Predicted protein 5.280151049 C6_chemical_C3 +LQ06X014330 Predicted protein 5.104217998 L4_control_A1 +LQ06X014330 Predicted protein 5.922544191 L4_control_A2 +LQ06X014330 Predicted protein 6.046034409 L4_control_A3 +LQ06X014330 Predicted protein 6.662749395 L4_control_B1 +LQ06X014330 Predicted protein 6.681197542 L4_control_B2 +LQ06X014330 Predicted protein 6.880177677 L4_control_B3 +LQ06X014330 Predicted protein 5.478972246 L4_control_C2 +LQ06X014330 Predicted protein 5.022955305 L4_control_C3 +LQ06X014330 Predicted protein 5.097878419 L4_chemical_A1 +LQ06X014330 Predicted protein 5.790644527 L4_chemical_A2 +LQ06X014330 Predicted protein 5.582252914 L4_chemical_A3 +LQ06X014330 Predicted protein 6.320481714 L4_chemical_B1 +LQ06X014330 Predicted protein 6.85650108 L4_chemical_B2 +LQ06X014330 Predicted protein 6.740900424 L4_chemical_B3 +LQ06X014330 Predicted protein 4.936754083 L4_chemical_C2 +LQ06X014330 Predicted protein 5.546675127 L4_chemical_C3 +LQ06X014340 Putative uncharacterized protein 10.04275538 C6_control_A1 +LQ06X014340 Putative uncharacterized protein 10.84901737 C6_control_A3 +LQ06X014340 Putative uncharacterized protein 9.707655464 C6_control_B1 +LQ06X014340 Putative uncharacterized protein 8.727526315 C6_control_B2 +LQ06X014340 Putative uncharacterized protein 9.619327688 C6_control_B3 +LQ06X014340 Putative uncharacterized protein 9.621205082 C6_control_C1 +LQ06X014340 Putative uncharacterized protein 9.42953911 C6_control_C2 +LQ06X014340 Putative uncharacterized protein 10.67068855 C6_control_C3 +LQ06X014340 Putative uncharacterized protein 10.32716001 C6_chemical_A1 +LQ06X014340 Putative uncharacterized protein 10.35789176 C6_chemical_A3 +LQ06X014340 Putative uncharacterized protein 8.718382158 C6_chemical_B1 +LQ06X014340 Putative uncharacterized protein 8.631050643 C6_chemical_B2 +LQ06X014340 Putative uncharacterized protein 8.860101421 C6_chemical_B3 +LQ06X014340 Putative uncharacterized protein 9.617277199 C6_chemical_C1 +LQ06X014340 Putative uncharacterized protein 9.23302803 C6_chemical_C2 +LQ06X014340 Putative uncharacterized protein 9.65079433 C6_chemical_C3 +LQ06X014340 Putative uncharacterized protein 10.02555122 L4_control_A1 +LQ06X014340 Putative uncharacterized protein 9.960029737 L4_control_A2 +LQ06X014340 Putative uncharacterized protein 10.06537263 L4_control_A3 +LQ06X014340 Putative uncharacterized protein 7.448693406 L4_control_B1 +LQ06X014340 Putative uncharacterized protein 8.543795657 L4_control_B2 +LQ06X014340 Putative uncharacterized protein 8.031901898 L4_control_B3 +LQ06X014340 Putative uncharacterized protein 7.682528427 L4_control_C2 +LQ06X014340 Putative uncharacterized protein 8.492561655 L4_control_C3 +LQ06X014340 Putative uncharacterized protein 9.825073984 L4_chemical_A1 +LQ06X014340 Putative uncharacterized protein 10.15489102 L4_chemical_A2 +LQ06X014340 Putative uncharacterized protein 9.086050834 L4_chemical_A3 +LQ06X014340 Putative uncharacterized protein 7.406603143 L4_chemical_B1 +LQ06X014340 Putative uncharacterized protein 7.99305502 L4_chemical_B2 +LQ06X014340 Putative uncharacterized protein 9.07328368 L4_chemical_B3 +LQ06X014340 Putative uncharacterized protein 8.838604125 L4_chemical_C2 +LQ06X014340 Putative uncharacterized protein 8.969158353 L4_chemical_C3 +LQ06X014380 Dof zinc finger protein DOF2.3 8.733516114 C6_control_A1 +LQ06X014380 Dof zinc finger protein DOF2.3 9.048039332 C6_control_A3 +LQ06X014380 Dof zinc finger protein DOF2.3 7.978562438 C6_control_B1 +LQ06X014380 Dof zinc finger protein DOF2.3 8.779100307 C6_control_B2 +LQ06X014380 Dof zinc finger protein DOF2.3 8.68100921 C6_control_B3 +LQ06X014380 Dof zinc finger protein DOF2.3 7.877486305 C6_control_C1 +LQ06X014380 Dof zinc finger protein DOF2.3 7.983026893 C6_control_C2 +LQ06X014380 Dof zinc finger protein DOF2.3 8.14938986 C6_control_C3 +LQ06X014380 Dof zinc finger protein DOF2.3 8.124618195 C6_chemical_A1 +LQ06X014380 Dof zinc finger protein DOF2.3 9.282781331 C6_chemical_A3 +LQ06X014380 Dof zinc finger protein DOF2.3 7.78984376 C6_chemical_B1 +LQ06X014380 Dof zinc finger protein DOF2.3 8.465694855 C6_chemical_B2 +LQ06X014380 Dof zinc finger protein DOF2.3 8.763016532 C6_chemical_B3 +LQ06X014380 Dof zinc finger protein DOF2.3 7.769507931 C6_chemical_C1 +LQ06X014380 Dof zinc finger protein DOF2.3 7.968269695 C6_chemical_C2 +LQ06X014380 Dof zinc finger protein DOF2.3 8.668336534 C6_chemical_C3 +LQ06X014380 Dof zinc finger protein DOF2.3 9.157951646 L4_control_A1 +LQ06X014380 Dof zinc finger protein DOF2.3 9.101814434 L4_control_A2 +LQ06X014380 Dof zinc finger protein DOF2.3 10.22843461 L4_control_A3 +LQ06X014380 Dof zinc finger protein DOF2.3 8.535131381 L4_control_B1 +LQ06X014380 Dof zinc finger protein DOF2.3 8.142552822 L4_control_B2 +LQ06X014380 Dof zinc finger protein DOF2.3 8.836402738 L4_control_B3 +LQ06X014380 Dof zinc finger protein DOF2.3 6.36357132 L4_control_C2 +LQ06X014380 Dof zinc finger protein DOF2.3 8.041045461 L4_control_C3 +LQ06X014380 Dof zinc finger protein DOF2.3 9.888789249 L4_chemical_A1 +LQ06X014380 Dof zinc finger protein DOF2.3 9.562626568 L4_chemical_A2 +LQ06X014380 Dof zinc finger protein DOF2.3 9.361877717 L4_chemical_A3 +LQ06X014380 Dof zinc finger protein DOF2.3 8.739755743 L4_chemical_B1 +LQ06X014380 Dof zinc finger protein DOF2.3 8.480167714 L4_chemical_B2 +LQ06X014380 Dof zinc finger protein DOF2.3 8.897458442 L4_chemical_B3 +LQ06X014380 Dof zinc finger protein DOF2.3 7.473243576 L4_chemical_C2 +LQ06X014380 Dof zinc finger protein DOF2.3 6.991036386 L4_chemical_C3 +LQ06X014420 14-3-3-like protein D 5.201886697 C6_control_A1 +LQ06X014420 14-3-3-like protein D 5.861516414 C6_control_A3 +LQ06X014420 14-3-3-like protein D 6.268594939 C6_control_B1 +LQ06X014420 14-3-3-like protein D 5.35868733 C6_control_B2 +LQ06X014420 14-3-3-like protein D 5.56527286 C6_control_B3 +LQ06X014420 14-3-3-like protein D 4.945705874 C6_control_C1 +LQ06X014420 14-3-3-like protein D 5.072918205 C6_control_C2 +LQ06X014420 14-3-3-like protein D 5.357257823 C6_control_C3 +LQ06X014420 14-3-3-like protein D 5.673272132 C6_chemical_A1 +LQ06X014420 14-3-3-like protein D 5.361348927 C6_chemical_A3 +LQ06X014420 14-3-3-like protein D 5.222740223 C6_chemical_B1 +LQ06X014420 14-3-3-like protein D 5.285816489 C6_chemical_B2 +LQ06X014420 14-3-3-like protein D 5.038082487 C6_chemical_B3 +LQ06X014420 14-3-3-like protein D 4.886781177 C6_chemical_C1 +LQ06X014420 14-3-3-like protein D 5.360682505 C6_chemical_C2 +LQ06X014420 14-3-3-like protein D 4.905493018 C6_chemical_C3 +LQ06X014420 14-3-3-like protein D 5.465755144 L4_control_A1 +LQ06X014420 14-3-3-like protein D 5.422543539 L4_control_A2 +LQ06X014420 14-3-3-like protein D 6.997878508 L4_control_A3 +LQ06X014420 14-3-3-like protein D 5.476855831 L4_control_B1 +LQ06X014420 14-3-3-like protein D 5.230841307 L4_control_B2 +LQ06X014420 14-3-3-like protein D 5.141876222 L4_control_B3 +LQ06X014420 14-3-3-like protein D 4.855259238 L4_control_C2 +LQ06X014420 14-3-3-like protein D 5.701241477 L4_control_C3 +LQ06X014420 14-3-3-like protein D 5.352262891 L4_chemical_A1 +LQ06X014420 14-3-3-like protein D 5.467209631 L4_chemical_A2 +LQ06X014420 14-3-3-like protein D 6.111931001 L4_chemical_A3 +LQ06X014420 14-3-3-like protein D 5.087027396 L4_chemical_B1 +LQ06X014420 14-3-3-like protein D 5.728808283 L4_chemical_B2 +LQ06X014420 14-3-3-like protein D 5.246072869 L4_chemical_B3 +LQ06X014420 14-3-3-like protein D 4.990710797 L4_chemical_C2 +LQ06X014420 14-3-3-like protein D 5.144092302 L4_chemical_C3 +LQ06X014430 Catalytic, putative 5.150394352 C6_control_A1 +LQ06X014430 Catalytic, putative 5.218606868 C6_control_A3 +LQ06X014430 Catalytic, putative 5.330204339 C6_control_B1 +LQ06X014430 Catalytic, putative 5.241451887 C6_control_B2 +LQ06X014430 Catalytic, putative 5.475613516 C6_control_B3 +LQ06X014430 Catalytic, putative 5.220715634 C6_control_C1 +LQ06X014430 Catalytic, putative 5.652922405 C6_control_C2 +LQ06X014430 Catalytic, putative 5.408356734 C6_control_C3 +LQ06X014430 Catalytic, putative 5.194107848 C6_chemical_A1 +LQ06X014430 Catalytic, putative 4.946674307 C6_chemical_A3 +LQ06X014430 Catalytic, putative 5.490088893 C6_chemical_B1 +LQ06X014430 Catalytic, putative 5.386993374 C6_chemical_B2 +LQ06X014430 Catalytic, putative 5.299876427 C6_chemical_B3 +LQ06X014430 Catalytic, putative 5.167066222 C6_chemical_C1 +LQ06X014430 Catalytic, putative 5.441853015 C6_chemical_C2 +LQ06X014430 Catalytic, putative 5.836793189 C6_chemical_C3 +LQ06X014430 Catalytic, putative 5.271926356 L4_control_A1 +LQ06X014430 Catalytic, putative 5.665131209 L4_control_A2 +LQ06X014430 Catalytic, putative 5.012224362 L4_control_A3 +LQ06X014430 Catalytic, putative 5.098905737 L4_control_B1 +LQ06X014430 Catalytic, putative 5.238225534 L4_control_B2 +LQ06X014430 Catalytic, putative 5.520320464 L4_control_B3 +LQ06X014430 Catalytic, putative 5.817114646 L4_control_C2 +LQ06X014430 Catalytic, putative 5.40934703 L4_control_C3 +LQ06X014430 Catalytic, putative 5.524611973 L4_chemical_A1 +LQ06X014430 Catalytic, putative 5.337088104 L4_chemical_A2 +LQ06X014430 Catalytic, putative 5.315759467 L4_chemical_A3 +LQ06X014430 Catalytic, putative 5.517976317 L4_chemical_B1 +LQ06X014430 Catalytic, putative 6.264295631 L4_chemical_B2 +LQ06X014430 Catalytic, putative 5.138788283 L4_chemical_B3 +LQ06X014430 Catalytic, putative 5.511600678 L4_chemical_C2 +LQ06X014430 Catalytic, putative 5.906538372 L4_chemical_C3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.319344952 C6_control_A1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.632007907 C6_control_A3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.701992937 C6_control_B1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.431990436 C6_control_B2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.442606365 C6_control_B3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.48696232 C6_control_C1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.428223889 C6_control_C2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.728830983 C6_control_C3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.304205683 C6_chemical_A1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.806170526 C6_chemical_A3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 6.033106486 C6_chemical_B1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.305532995 C6_chemical_B2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.665270999 C6_chemical_B3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.503731313 C6_chemical_C1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.059275126 C6_chemical_C2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.320683189 C6_chemical_C3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.528970984 L4_control_A1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.332127345 L4_control_A2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 6.05257337 L4_control_A3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.639699448 L4_control_B1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.775587907 L4_control_B2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.458448848 L4_control_B3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.418443432 L4_control_C2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 6.329839285 L4_control_C3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.723514751 L4_chemical_A1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.818243751 L4_chemical_A2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.188423383 L4_chemical_A3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.644623646 L4_chemical_B1 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.510520417 L4_chemical_B2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.32335325 L4_chemical_B3 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 6.119878698 L4_chemical_C2 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.956234385 L4_chemical_C3 +LQ06X014520 Predicted protein 5.073029427 C6_control_A1 +LQ06X014520 Predicted protein 5.515266076 C6_control_A3 +LQ06X014520 Predicted protein 5.379761831 C6_control_B1 +LQ06X014520 Predicted protein 5.068480938 C6_control_B2 +LQ06X014520 Predicted protein 5.330555256 C6_control_B3 +LQ06X014520 Predicted protein 4.995762528 C6_control_C1 +LQ06X014520 Predicted protein 5.302172923 C6_control_C2 +LQ06X014520 Predicted protein 5.156469858 C6_control_C3 +LQ06X014520 Predicted protein 5.250327043 C6_chemical_A1 +LQ06X014520 Predicted protein 5.248827468 C6_chemical_A3 +LQ06X014520 Predicted protein 5.278174697 C6_chemical_B1 +LQ06X014520 Predicted protein 5.252071108 C6_chemical_B2 +LQ06X014520 Predicted protein 4.978424853 C6_chemical_B3 +LQ06X014520 Predicted protein 4.929456524 C6_chemical_C1 +LQ06X014520 Predicted protein 5.519546291 C6_chemical_C2 +LQ06X014520 Predicted protein 5.08208243 C6_chemical_C3 +LQ06X014520 Predicted protein 4.88967483 L4_control_A1 +LQ06X014520 Predicted protein 5.47931763 L4_control_A2 +LQ06X014520 Predicted protein 5.29645553 L4_control_A3 +LQ06X014520 Predicted protein 5.192267004 L4_control_B1 +LQ06X014520 Predicted protein 5.623528796 L4_control_B2 +LQ06X014520 Predicted protein 4.871061019 L4_control_B3 +LQ06X014520 Predicted protein 5.007272766 L4_control_C2 +LQ06X014520 Predicted protein 5.208949135 L4_control_C3 +LQ06X014520 Predicted protein 5.567687115 L4_chemical_A1 +LQ06X014520 Predicted protein 5.0651567 L4_chemical_A2 +LQ06X014520 Predicted protein 5.180660342 L4_chemical_A3 +LQ06X014520 Predicted protein 5.160380796 L4_chemical_B1 +LQ06X014520 Predicted protein 5.700061594 L4_chemical_B2 +LQ06X014520 Predicted protein 5.043174522 L4_chemical_B3 +LQ06X014520 Predicted protein 4.887701727 L4_chemical_C2 +LQ06X014520 Predicted protein 6.016096357 L4_chemical_C3 +LQ06X014530 Hypothetical protein 11.18318055 C6_control_A1 +LQ06X014530 Hypothetical protein 11.88855432 C6_control_A3 +LQ06X014530 Hypothetical protein 11.67063334 C6_control_B1 +LQ06X014530 Hypothetical protein 10.75087777 C6_control_B2 +LQ06X014530 Hypothetical protein 11.05811903 C6_control_B3 +LQ06X014530 Hypothetical protein 10.66777794 C6_control_C1 +LQ06X014530 Hypothetical protein 10.71537239 C6_control_C2 +LQ06X014530 Hypothetical protein 10.65038377 C6_control_C3 +LQ06X014530 Hypothetical protein 11.12120596 C6_chemical_A1 +LQ06X014530 Hypothetical protein 11.56095899 C6_chemical_A3 +LQ06X014530 Hypothetical protein 11.23975714 C6_chemical_B1 +LQ06X014530 Hypothetical protein 10.78830126 C6_chemical_B2 +LQ06X014530 Hypothetical protein 10.9205611 C6_chemical_B3 +LQ06X014530 Hypothetical protein 10.64198871 C6_chemical_C1 +LQ06X014530 Hypothetical protein 10.471679 C6_chemical_C2 +LQ06X014530 Hypothetical protein 10.18719552 C6_chemical_C3 +LQ06X014530 Hypothetical protein 11.26312512 L4_control_A1 +LQ06X014530 Hypothetical protein 11.18484639 L4_control_A2 +LQ06X014530 Hypothetical protein 10.78805961 L4_control_A3 +LQ06X014530 Hypothetical protein 10.67329839 L4_control_B1 +LQ06X014530 Hypothetical protein 10.77804284 L4_control_B2 +LQ06X014530 Hypothetical protein 10.43661479 L4_control_B3 +LQ06X014530 Hypothetical protein 9.895620677 L4_control_C2 +LQ06X014530 Hypothetical protein 10.45885712 L4_control_C3 +LQ06X014530 Hypothetical protein 11.21371706 L4_chemical_A1 +LQ06X014530 Hypothetical protein 10.93783318 L4_chemical_A2 +LQ06X014530 Hypothetical protein 11.00021655 L4_chemical_A3 +LQ06X014530 Hypothetical protein 10.54870324 L4_chemical_B1 +LQ06X014530 Hypothetical protein 10.1034027 L4_chemical_B2 +LQ06X014530 Hypothetical protein 11.05074176 L4_chemical_B3 +LQ06X014530 Hypothetical protein 9.992138627 L4_chemical_C2 +LQ06X014530 Hypothetical protein 10.74874922 L4_chemical_C3 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.286497919 C6_control_A1 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.51788483 C6_control_A3 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.585964432 C6_control_B1 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.059879547 C6_control_B2 +LQ06X014540 Putative Uncharacterized protein YNL011C 7.859662673 C6_control_B3 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.2465515 C6_control_C1 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.05947411 C6_control_C2 +LQ06X014540 Putative Uncharacterized protein YNL011C 7.62388063 C6_control_C3 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.234912983 C6_chemical_A1 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.272042998 C6_chemical_A3 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.531382914 C6_chemical_B1 +LQ06X014540 Putative Uncharacterized protein YNL011C 7.904666639 C6_chemical_B2 +LQ06X014540 Putative Uncharacterized protein YNL011C 7.678385625 C6_chemical_B3 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.102321129 C6_chemical_C1 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.62298986 C6_chemical_C2 +LQ06X014540 Putative Uncharacterized protein YNL011C 7.909072154 C6_chemical_C3 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.757778531 L4_control_A1 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.560342406 L4_control_A2 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.601513877 L4_control_A3 +LQ06X014540 Putative Uncharacterized protein YNL011C 7.674502248 L4_control_B1 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.342362337 L4_control_B2 +LQ06X014540 Putative Uncharacterized protein YNL011C 7.634830587 L4_control_B3 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.234939587 L4_control_C2 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.29332539 L4_control_C3 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.920332779 L4_chemical_A1 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.765216798 L4_chemical_A2 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.440648302 L4_chemical_A3 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.312581179 L4_chemical_B1 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.376822447 L4_chemical_B2 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.190638193 L4_chemical_B3 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.248297969 L4_chemical_C2 +LQ06X014540 Putative Uncharacterized protein YNL011C 8.332843723 L4_chemical_C3 +LQ06X014560 Thiol protease SEN102 5.297320294 C6_control_A1 +LQ06X014560 Thiol protease SEN102 5.286405773 C6_control_A3 +LQ06X014560 Thiol protease SEN102 4.935623111 C6_control_B1 +LQ06X014560 Thiol protease SEN102 4.87151113 C6_control_B2 +LQ06X014560 Thiol protease SEN102 5.247379752 C6_control_B3 +LQ06X014560 Thiol protease SEN102 5.148582334 C6_control_C1 +LQ06X014560 Thiol protease SEN102 4.925349352 C6_control_C2 +LQ06X014560 Thiol protease SEN102 5.033257851 C6_control_C3 +LQ06X014560 Thiol protease SEN102 5.473571146 C6_chemical_A1 +LQ06X014560 Thiol protease SEN102 5.175491951 C6_chemical_A3 +LQ06X014560 Thiol protease SEN102 5.280309562 C6_chemical_B1 +LQ06X014560 Thiol protease SEN102 5.033468257 C6_chemical_B2 +LQ06X014560 Thiol protease SEN102 5.160558905 C6_chemical_B3 +LQ06X014560 Thiol protease SEN102 5.059664928 C6_chemical_C1 +LQ06X014560 Thiol protease SEN102 4.950900962 C6_chemical_C2 +LQ06X014560 Thiol protease SEN102 4.988278504 C6_chemical_C3 +LQ06X014560 Thiol protease SEN102 5.35844241 L4_control_A1 +LQ06X014560 Thiol protease SEN102 5.325608608 L4_control_A2 +LQ06X014560 Thiol protease SEN102 5.349576944 L4_control_A3 +LQ06X014560 Thiol protease SEN102 5.343641066 L4_control_B1 +LQ06X014560 Thiol protease SEN102 5.176089284 L4_control_B2 +LQ06X014560 Thiol protease SEN102 5.745927899 L4_control_B3 +LQ06X014560 Thiol protease SEN102 5.439368876 L4_control_C2 +LQ06X014560 Thiol protease SEN102 5.058348123 L4_control_C3 +LQ06X014560 Thiol protease SEN102 5.547866577 L4_chemical_A1 +LQ06X014560 Thiol protease SEN102 5.335188484 L4_chemical_A2 +LQ06X014560 Thiol protease SEN102 5.607229583 L4_chemical_A3 +LQ06X014560 Thiol protease SEN102 5.044664421 L4_chemical_B1 +LQ06X014560 Thiol protease SEN102 5.488924314 L4_chemical_B2 +LQ06X014560 Thiol protease SEN102 5.320992475 L4_chemical_B3 +LQ06X014560 Thiol protease SEN102 5.104566686 L4_chemical_C2 +LQ06X014560 Thiol protease SEN102 5.144814699 L4_chemical_C3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.507482741 C6_control_A1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.827034808 C6_control_A3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.225160854 C6_control_B1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.566775672 C6_control_B2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.360266967 C6_control_B3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.735833162 C6_control_C1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 6.540452407 C6_control_C2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.764155741 C6_control_C3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.657377394 C6_chemical_A1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.171588399 C6_chemical_A3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.318926258 C6_chemical_B1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.757053474 C6_chemical_B2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.614956474 C6_chemical_B3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.488471267 C6_chemical_C1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.616993636 C6_chemical_C2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.935547222 C6_chemical_C3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.623460388 L4_control_A1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.132553691 L4_control_A2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.256006861 L4_control_A3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.226907938 L4_control_B1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.261357652 L4_control_B2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.076051509 L4_control_B3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.007243959 L4_control_C2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.374364642 L4_control_C3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.162479358 L4_chemical_A1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.062873993 L4_chemical_A2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 4.978810725 L4_chemical_A3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 4.757680905 L4_chemical_B1 +LQ06X014590 50S ribosomal protein L34, chloroplastic 4.972397853 L4_chemical_B2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.395013969 L4_chemical_B3 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.535494988 L4_chemical_C2 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.750113266 L4_chemical_C3 +LQ06X014600 Predicted protein 7.485859831 C6_control_A1 +LQ06X014600 Predicted protein 6.23153545 C6_control_A3 +LQ06X014600 Predicted protein 6.65086582 C6_control_B1 +LQ06X014600 Predicted protein 7.519284563 C6_control_B2 +LQ06X014600 Predicted protein 6.183884826 C6_control_B3 +LQ06X014600 Predicted protein 8.37823817 C6_control_C1 +LQ06X014600 Predicted protein 7.062512059 C6_control_C2 +LQ06X014600 Predicted protein 8.155362546 C6_control_C3 +LQ06X014600 Predicted protein 7.466985767 C6_chemical_A1 +LQ06X014600 Predicted protein 6.992239841 C6_chemical_A3 +LQ06X014600 Predicted protein 6.225945184 C6_chemical_B1 +LQ06X014600 Predicted protein 7.255064549 C6_chemical_B2 +LQ06X014600 Predicted protein 6.113925218 C6_chemical_B3 +LQ06X014600 Predicted protein 8.251489921 C6_chemical_C1 +LQ06X014600 Predicted protein 8.236809101 C6_chemical_C2 +LQ06X014600 Predicted protein 7.434129451 C6_chemical_C3 +LQ06X014600 Predicted protein 7.434676702 L4_control_A1 +LQ06X014600 Predicted protein 7.193492868 L4_control_A2 +LQ06X014600 Predicted protein 7.075974835 L4_control_A3 +LQ06X014600 Predicted protein 6.386776458 L4_control_B1 +LQ06X014600 Predicted protein 5.525786547 L4_control_B2 +LQ06X014600 Predicted protein 6.311785612 L4_control_B3 +LQ06X014600 Predicted protein 7.072913473 L4_control_C2 +LQ06X014600 Predicted protein 5.46549218 L4_control_C3 +LQ06X014600 Predicted protein 7.461132123 L4_chemical_A1 +LQ06X014600 Predicted protein 7.558164219 L4_chemical_A2 +LQ06X014600 Predicted protein 7.146365042 L4_chemical_A3 +LQ06X014600 Predicted protein 6.224248841 L4_chemical_B1 +LQ06X014600 Predicted protein 6.046605883 L4_chemical_B2 +LQ06X014600 Predicted protein 6.491420332 L4_chemical_B3 +LQ06X014600 Predicted protein 6.282600143 L4_chemical_C2 +LQ06X014600 Predicted protein 5.688297274 L4_chemical_C3 +LQ06X014610 Predicted protein 12.1531963 C6_control_A1 +LQ06X014610 Predicted protein 12.10217774 C6_control_A3 +LQ06X014610 Predicted protein 11.93354306 C6_control_B1 +LQ06X014610 Predicted protein 11.46277788 C6_control_B2 +LQ06X014610 Predicted protein 12.06511386 C6_control_B3 +LQ06X014610 Predicted protein 11.62586412 C6_control_C1 +LQ06X014610 Predicted protein 11.62025287 C6_control_C2 +LQ06X014610 Predicted protein 11.88338402 C6_control_C3 +LQ06X014610 Predicted protein 11.73112919 C6_chemical_A1 +LQ06X014610 Predicted protein 11.91546601 C6_chemical_A3 +LQ06X014610 Predicted protein 11.82743256 C6_chemical_B1 +LQ06X014610 Predicted protein 11.4243516 C6_chemical_B2 +LQ06X014610 Predicted protein 11.83682922 C6_chemical_B3 +LQ06X014610 Predicted protein 11.48446489 C6_chemical_C1 +LQ06X014610 Predicted protein 11.4150187 C6_chemical_C2 +LQ06X014610 Predicted protein 11.75375287 C6_chemical_C3 +LQ06X014610 Predicted protein 12.14137848 L4_control_A1 +LQ06X014610 Predicted protein 12.18281819 L4_control_A2 +LQ06X014610 Predicted protein 12.72434464 L4_control_A3 +LQ06X014610 Predicted protein 11.95551653 L4_control_B1 +LQ06X014610 Predicted protein 11.63540567 L4_control_B2 +LQ06X014610 Predicted protein 11.7446954 L4_control_B3 +LQ06X014610 Predicted protein 12.27909343 L4_control_C2 +LQ06X014610 Predicted protein 12.23272345 L4_control_C3 +LQ06X014610 Predicted protein 11.87538553 L4_chemical_A1 +LQ06X014610 Predicted protein 12.11316928 L4_chemical_A2 +LQ06X014610 Predicted protein 12.56123579 L4_chemical_A3 +LQ06X014610 Predicted protein 12.17460977 L4_chemical_B1 +LQ06X014610 Predicted protein 12.07051616 L4_chemical_B2 +LQ06X014610 Predicted protein 12.01573436 L4_chemical_B3 +LQ06X014610 Predicted protein 12.36943305 L4_chemical_C2 +LQ06X014610 Predicted protein 12.28339277 L4_chemical_C3 +LQ06X014620 Putative uncharacterized protein 6.646623648 C6_control_A1 +LQ06X014620 Putative uncharacterized protein 6.456663999 C6_control_A3 +LQ06X014620 Putative uncharacterized protein 5.472168739 C6_control_B1 +LQ06X014620 Putative uncharacterized protein 5.389589538 C6_control_B2 +LQ06X014620 Putative uncharacterized protein 5.721136779 C6_control_B3 +LQ06X014620 Putative uncharacterized protein 5.298234254 C6_control_C1 +LQ06X014620 Putative uncharacterized protein 4.876533234 C6_control_C2 +LQ06X014620 Putative uncharacterized protein 5.012544897 C6_control_C3 +LQ06X014620 Putative uncharacterized protein 6.053346736 C6_chemical_A1 +LQ06X014620 Putative uncharacterized protein 5.850372138 C6_chemical_A3 +LQ06X014620 Putative uncharacterized protein 5.085130172 C6_chemical_B1 +LQ06X014620 Putative uncharacterized protein 5.680932843 C6_chemical_B2 +LQ06X014620 Putative uncharacterized protein 5.560932412 C6_chemical_B3 +LQ06X014620 Putative uncharacterized protein 5.062459357 C6_chemical_C1 +LQ06X014620 Putative uncharacterized protein 5.19738853 C6_chemical_C2 +LQ06X014620 Putative uncharacterized protein 5.250204833 C6_chemical_C3 +LQ06X014620 Putative uncharacterized protein 6.359672348 L4_control_A1 +LQ06X014620 Putative uncharacterized protein 5.739855552 L4_control_A2 +LQ06X014620 Putative uncharacterized protein 5.447210715 L4_control_A3 +LQ06X014620 Putative uncharacterized protein 5.230902641 L4_control_B1 +LQ06X014620 Putative uncharacterized protein 4.972891336 L4_control_B2 +LQ06X014620 Putative uncharacterized protein 5.402652701 L4_control_B3 +LQ06X014620 Putative uncharacterized protein 5.663037995 L4_control_C2 +LQ06X014620 Putative uncharacterized protein 5.423764742 L4_control_C3 +LQ06X014620 Putative uncharacterized protein 5.580504481 L4_chemical_A1 +LQ06X014620 Putative uncharacterized protein 5.685459483 L4_chemical_A2 +LQ06X014620 Putative uncharacterized protein 5.921271471 L4_chemical_A3 +LQ06X014620 Putative uncharacterized protein 5.045468501 L4_chemical_B1 +LQ06X014620 Putative uncharacterized protein 5.058609068 L4_chemical_B2 +LQ06X014620 Putative uncharacterized protein 5.710187283 L4_chemical_B3 +LQ06X014620 Putative uncharacterized protein 4.918336514 L4_chemical_C2 +LQ06X014620 Putative uncharacterized protein 4.961397767 L4_chemical_C3 +LQ06X014650 Predicted protein 5.265283812 C6_control_A1 +LQ06X014650 Predicted protein 5.107125625 C6_control_A3 +LQ06X014650 Predicted protein 5.583761128 C6_control_B1 +LQ06X014650 Predicted protein 4.998162288 C6_control_B2 +LQ06X014650 Predicted protein 5.117912324 C6_control_B3 +LQ06X014650 Predicted protein 4.947365117 C6_control_C1 +LQ06X014650 Predicted protein 4.842433291 C6_control_C2 +LQ06X014650 Predicted protein 4.901433423 C6_control_C3 +LQ06X014650 Predicted protein 5.220089486 C6_chemical_A1 +LQ06X014650 Predicted protein 5.298508648 C6_chemical_A3 +LQ06X014650 Predicted protein 5.166813799 C6_chemical_B1 +LQ06X014650 Predicted protein 4.924781112 C6_chemical_B2 +LQ06X014650 Predicted protein 5.166985688 C6_chemical_B3 +LQ06X014650 Predicted protein 5.100708837 C6_chemical_C1 +LQ06X014650 Predicted protein 5.011064861 C6_chemical_C2 +LQ06X014650 Predicted protein 5.02103003 C6_chemical_C3 +LQ06X014650 Predicted protein 5.135949805 L4_control_A1 +LQ06X014650 Predicted protein 5.47156969 L4_control_A2 +LQ06X014650 Predicted protein 5.532317756 L4_control_A3 +LQ06X014650 Predicted protein 4.795923195 L4_control_B1 +LQ06X014650 Predicted protein 5.004827225 L4_control_B2 +LQ06X014650 Predicted protein 5.983661463 L4_control_B3 +LQ06X014650 Predicted protein 5.434295383 L4_control_C2 +LQ06X014650 Predicted protein 5.132226235 L4_control_C3 +LQ06X014650 Predicted protein 5.473123496 L4_chemical_A1 +LQ06X014650 Predicted protein 5.494680975 L4_chemical_A2 +LQ06X014650 Predicted protein 5.597213744 L4_chemical_A3 +LQ06X014650 Predicted protein 5.665502815 L4_chemical_B1 +LQ06X014650 Predicted protein 5.391961314 L4_chemical_B2 +LQ06X014650 Predicted protein 5.30238746 L4_chemical_B3 +LQ06X014650 Predicted protein 5.277969275 L4_chemical_C2 +LQ06X014650 Predicted protein 5.265335806 L4_chemical_C3 +LQ06X014670 Predicted protein 6.741207359 C6_control_A1 +LQ06X014670 Predicted protein 7.670874152 C6_control_A3 +LQ06X014670 Predicted protein 9.370379036 C6_control_B1 +LQ06X014670 Predicted protein 11.92343105 C6_control_B2 +LQ06X014670 Predicted protein 10.72098993 C6_control_B3 +LQ06X014670 Predicted protein 12.17817399 C6_control_C1 +LQ06X014670 Predicted protein 13.19919164 C6_control_C2 +LQ06X014670 Predicted protein 12.86064758 C6_control_C3 +LQ06X014670 Predicted protein 6.052419195 C6_chemical_A1 +LQ06X014670 Predicted protein 8.762174932 C6_chemical_A3 +LQ06X014670 Predicted protein 10.08661085 C6_chemical_B1 +LQ06X014670 Predicted protein 12.09843241 C6_chemical_B2 +LQ06X014670 Predicted protein 10.85467644 C6_chemical_B3 +LQ06X014670 Predicted protein 11.66450954 C6_chemical_C1 +LQ06X014670 Predicted protein 12.53595632 C6_chemical_C2 +LQ06X014670 Predicted protein 12.87264484 C6_chemical_C3 +LQ06X014670 Predicted protein 8.952046154 L4_control_A1 +LQ06X014670 Predicted protein 9.728345319 L4_control_A2 +LQ06X014670 Predicted protein 8.500158483 L4_control_A3 +LQ06X014670 Predicted protein 12.0335702 L4_control_B1 +LQ06X014670 Predicted protein 11.83007736 L4_control_B2 +LQ06X014670 Predicted protein 13.33175886 L4_control_B3 +LQ06X014670 Predicted protein 11.91854533 L4_control_C2 +LQ06X014670 Predicted protein 12.41624006 L4_control_C3 +LQ06X014670 Predicted protein 9.665804245 L4_chemical_A1 +LQ06X014670 Predicted protein 9.726408387 L4_chemical_A2 +LQ06X014670 Predicted protein 8.46238736 L4_chemical_A3 +LQ06X014670 Predicted protein 10.89552927 L4_chemical_B1 +LQ06X014670 Predicted protein 10.90212346 L4_chemical_B2 +LQ06X014670 Predicted protein 11.84617826 L4_chemical_B3 +LQ06X014670 Predicted protein 12.14893202 L4_chemical_C2 +LQ06X014670 Predicted protein 12.65463502 L4_chemical_C3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.540405764 C6_control_A1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.338906769 C6_control_A3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.448246352 C6_control_B1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.16661934 C6_control_B2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.267003176 C6_control_B3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.164863858 C6_control_C1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.108707858 C6_control_C2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.774768035 C6_control_C3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.246279239 C6_chemical_A1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.320928615 C6_chemical_A3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.37295141 C6_chemical_B1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.599771589 C6_chemical_B2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.203706148 C6_chemical_B3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.164306582 C6_chemical_C1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.091646065 C6_chemical_C2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.489003538 C6_chemical_C3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.263670976 L4_control_A1 +LQ06X014700 GDSL esterase/lipase At5g45910 4.790170243 L4_control_A2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.572380618 L4_control_A3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.132485435 L4_control_B1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.456817218 L4_control_B2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.505063702 L4_control_B3 +LQ06X014700 GDSL esterase/lipase At5g45910 4.991774596 L4_control_C2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.38941096 L4_control_C3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.033255013 L4_chemical_A1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.333667125 L4_chemical_A2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.202645998 L4_chemical_A3 +LQ06X014700 GDSL esterase/lipase At5g45910 4.893391988 L4_chemical_B1 +LQ06X014700 GDSL esterase/lipase At5g45910 5.186012202 L4_chemical_B2 +LQ06X014700 GDSL esterase/lipase At5g45910 5.369645318 L4_chemical_B3 +LQ06X014700 GDSL esterase/lipase At5g45910 5.16409085 L4_chemical_C2 +LQ06X014700 GDSL esterase/lipase At5g45910 4.883617088 L4_chemical_C3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.06419172 C6_control_A1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.78562274 C6_control_A3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.08823692 C6_control_B1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.39214042 C6_control_B2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.72992783 C6_control_B3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.16599003 C6_control_C1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.74232271 C6_control_C2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.25310859 C6_control_C3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.06390234 C6_chemical_A1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.73691297 C6_chemical_A3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.34248046 C6_chemical_B1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.64659727 C6_chemical_B2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.77038165 C6_chemical_B3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.36462423 C6_chemical_C1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.91259607 C6_chemical_C2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.18222779 C6_chemical_C3 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.94800454 L4_control_A1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.58196206 L4_control_A2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.77177291 L4_control_A3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.36379795 L4_control_B1 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.1985076 L4_control_B2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.75387136 L4_control_B3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.01567796 L4_control_C2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.74729369 L4_control_C3 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.49341915 L4_chemical_A1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.54865864 L4_chemical_A2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.74748202 L4_chemical_A3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.26306867 L4_chemical_B1 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.82580293 L4_chemical_B2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.83310491 L4_chemical_B3 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.34657931 L4_chemical_C2 +LQ06X014720 Malate dehydrogenase, mitochondrial 12.99749072 L4_chemical_C3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.97694717 C6_control_A1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.88780147 C6_control_A3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.93712942 C6_control_B1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.39271693 C6_control_B2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.82874485 C6_control_B3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 12.16209551 C6_control_C1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.88075928 C6_control_C2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.80320162 C6_control_C3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.86462269 C6_chemical_A1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.83091616 C6_chemical_A3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.88897214 C6_chemical_B1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.38452939 C6_chemical_B2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.57585253 C6_chemical_B3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.91350803 C6_chemical_C1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.75732873 C6_chemical_C2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.66498483 C6_chemical_C3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.62298398 L4_control_A1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 10.56792419 L4_control_A2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.18085851 L4_control_A3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.38384975 L4_control_B1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.57067243 L4_control_B2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 10.93156569 L4_control_B3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 12.45801001 L4_control_C2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 12.01916856 L4_control_C3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.98267845 L4_chemical_A1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 10.5531713 L4_chemical_A2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.36037902 L4_chemical_A3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.68031213 L4_chemical_B1 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.38779345 L4_chemical_B2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 10.70856988 L4_chemical_B3 +LQ06X014730 Pyruvate decarboxylase isozyme 1 12.16360247 L4_chemical_C2 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.99898293 L4_chemical_C3 +LQ06X014740 Putative uncharacterized protein 5.140333015 C6_control_A1 +LQ06X014740 Putative uncharacterized protein 5.158245588 C6_control_A3 +LQ06X014740 Putative uncharacterized protein 4.905537764 C6_control_B1 +LQ06X014740 Putative uncharacterized protein 5.069916911 C6_control_B2 +LQ06X014740 Putative uncharacterized protein 4.922846521 C6_control_B3 +LQ06X014740 Putative uncharacterized protein 5.221012531 C6_control_C1 +LQ06X014740 Putative uncharacterized protein 5.261759374 C6_control_C2 +LQ06X014740 Putative uncharacterized protein 5.240278508 C6_control_C3 +LQ06X014740 Putative uncharacterized protein 5.246252352 C6_chemical_A1 +LQ06X014740 Putative uncharacterized protein 5.460430664 C6_chemical_A3 +LQ06X014740 Putative uncharacterized protein 5.203090419 C6_chemical_B1 +LQ06X014740 Putative uncharacterized protein 5.221540618 C6_chemical_B2 +LQ06X014740 Putative uncharacterized protein 5.316912518 C6_chemical_B3 +LQ06X014740 Putative uncharacterized protein 5.31005504 C6_chemical_C1 +LQ06X014740 Putative uncharacterized protein 5.444747983 C6_chemical_C2 +LQ06X014740 Putative uncharacterized protein 5.269701607 C6_chemical_C3 +LQ06X014740 Putative uncharacterized protein 5.199024399 L4_control_A1 +LQ06X014740 Putative uncharacterized protein 5.847491052 L4_control_A2 +LQ06X014740 Putative uncharacterized protein 5.83458741 L4_control_A3 +LQ06X014740 Putative uncharacterized protein 6.615908636 L4_control_B1 +LQ06X014740 Putative uncharacterized protein 5.157853623 L4_control_B2 +LQ06X014740 Putative uncharacterized protein 4.969092396 L4_control_B3 +LQ06X014740 Putative uncharacterized protein 5.176057118 L4_control_C2 +LQ06X014740 Putative uncharacterized protein 6.171555647 L4_control_C3 +LQ06X014740 Putative uncharacterized protein 5.17655814 L4_chemical_A1 +LQ06X014740 Putative uncharacterized protein 5.382997751 L4_chemical_A2 +LQ06X014740 Putative uncharacterized protein 5.421416513 L4_chemical_A3 +LQ06X014740 Putative uncharacterized protein 5.402637692 L4_chemical_B1 +LQ06X014740 Putative uncharacterized protein 5.633204412 L4_chemical_B2 +LQ06X014740 Putative uncharacterized protein 5.259612233 L4_chemical_B3 +LQ06X014740 Putative uncharacterized protein 6.071225445 L4_chemical_C2 +LQ06X014740 Putative uncharacterized protein 5.849763802 L4_chemical_C3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.695200348 C6_control_A1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.616109628 C6_control_A3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.574659551 C6_control_B1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.474434168 C6_control_B2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.530632231 C6_control_B3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.057524129 C6_control_C1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.192750155 C6_control_C2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.459884116 C6_control_C3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.268343904 C6_chemical_A1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.113610524 C6_chemical_A3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.039757248 C6_chemical_B1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.418452548 C6_chemical_B2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.863595277 C6_chemical_B3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.748695239 C6_chemical_C1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.254139711 C6_chemical_C2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.443389838 C6_chemical_C3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.665702581 L4_control_A1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.842555328 L4_control_A2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.026115715 L4_control_A3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.849394119 L4_control_B1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.719073196 L4_control_B2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.713080085 L4_control_B3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.580623643 L4_control_C2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.881787372 L4_control_C3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.699808367 L4_chemical_A1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.900854018 L4_chemical_A2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.42035656 L4_chemical_A3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.037294982 L4_chemical_B1 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.316042639 L4_chemical_B2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.558656484 L4_chemical_B3 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.488428974 L4_chemical_C2 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.408665552 L4_chemical_C3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.91508889 C6_control_A1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.8017748 C6_control_A3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.85029357 C6_control_B1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.6335003 C6_control_B2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.35385284 C6_control_B3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.18673414 C6_control_C1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.58639936 C6_control_C2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.5040174 C6_control_C3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.99209958 C6_chemical_A1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.75571612 C6_chemical_A3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.75625774 C6_chemical_B1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.66205859 C6_chemical_B2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.09451386 C6_chemical_B3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.32926494 C6_chemical_C1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.21666146 C6_chemical_C2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.21162405 C6_chemical_C3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.82675153 L4_control_A1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.1684452 L4_control_A2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.27870939 L4_control_A3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.81362696 L4_control_B1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.45640942 L4_control_B2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 14.52085457 L4_control_B3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.29283544 L4_control_C2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.59970657 L4_control_C3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.52734799 L4_chemical_A1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.83570403 L4_chemical_A2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.19213276 L4_chemical_A3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.20780724 L4_chemical_B1 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.26315496 L4_chemical_B2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.98779379 L4_chemical_B3 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.33353896 L4_chemical_C2 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.77385101 L4_chemical_C3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.864242882 C6_control_A1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.176728568 C6_control_A3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.020474582 C6_control_B1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.05653486 C6_control_B2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.941191539 C6_control_B3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.0705675 C6_control_C1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.776042588 C6_control_C2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.002724218 C6_control_C3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.576833552 C6_chemical_A1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.24315987 C6_chemical_A3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.073916831 C6_chemical_B1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.628937688 C6_chemical_B2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.079570956 C6_chemical_B3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.104777138 C6_chemical_C1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.380825059 C6_chemical_C2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 5.897235444 C6_chemical_C3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.373216129 L4_control_A1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 5.301665492 L4_control_A2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.305884251 L4_control_A3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 5.610468107 L4_control_B1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.011490805 L4_control_B2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 5.84097368 L4_control_B3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 7.274542377 L4_control_C2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 5.663377321 L4_control_C3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.224854278 L4_chemical_A1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 5.999655885 L4_chemical_A2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 5.393799645 L4_chemical_A3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.864242882 L4_chemical_B1 +LQ06X014840 Nudix hydrolase 15, mitochondrial 8.219386939 L4_chemical_B2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 5.937701012 L4_chemical_B3 +LQ06X014840 Nudix hydrolase 15, mitochondrial 8.441607383 L4_chemical_C2 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.759497502 L4_chemical_C3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 11.04438538 C6_control_A1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 11.18641128 C6_control_A3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.95172964 C6_control_B1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.60857512 C6_control_B2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.82239577 C6_control_B3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.76103876 C6_control_C1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.81748228 C6_control_C2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.6710251 C6_control_C3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.85930351 C6_chemical_A1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 11.06811867 C6_chemical_A3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.73563642 C6_chemical_B1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.47313658 C6_chemical_B2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.52987562 C6_chemical_B3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.59906732 C6_chemical_C1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.73973243 C6_chemical_C2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.51622484 C6_chemical_C3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.87157845 L4_control_A1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.72341671 L4_control_A2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 11.00447787 L4_control_A3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.61223263 L4_control_B1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.19350599 L4_control_B2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.48293993 L4_control_B3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.95702889 L4_control_C2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 11.08043358 L4_control_C3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.71399943 L4_chemical_A1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.67386455 L4_chemical_A2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 11.30288779 L4_chemical_A3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.6945607 L4_chemical_B1 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.52689535 L4_chemical_B2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.50176944 L4_chemical_B3 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.79170642 L4_chemical_C2 +LQ06X014850 Nudix hydrolase 15, mitochondrial 11.12703615 L4_chemical_C3 +LQ06X014860 Predicted protein 4.736265027 C6_control_A1 +LQ06X014860 Predicted protein 5.211572788 C6_control_A3 +LQ06X014860 Predicted protein 5.220032708 C6_control_B1 +LQ06X014860 Predicted protein 5.023161324 C6_control_B2 +LQ06X014860 Predicted protein 4.713851519 C6_control_B3 +LQ06X014860 Predicted protein 5.116020817 C6_control_C1 +LQ06X014860 Predicted protein 4.632704136 C6_control_C2 +LQ06X014860 Predicted protein 5.314838755 C6_control_C3 +LQ06X014860 Predicted protein 4.953049246 C6_chemical_A1 +LQ06X014860 Predicted protein 4.992557363 C6_chemical_A3 +LQ06X014860 Predicted protein 4.808899946 C6_chemical_B1 +LQ06X014860 Predicted protein 4.841619755 C6_chemical_B2 +LQ06X014860 Predicted protein 5.089896381 C6_chemical_B3 +LQ06X014860 Predicted protein 4.988233986 C6_chemical_C1 +LQ06X014860 Predicted protein 4.731165227 C6_chemical_C2 +LQ06X014860 Predicted protein 5.077437192 C6_chemical_C3 +LQ06X014860 Predicted protein 5.049483329 L4_control_A1 +LQ06X014860 Predicted protein 5.354832652 L4_control_A2 +LQ06X014860 Predicted protein 5.252726385 L4_control_A3 +LQ06X014860 Predicted protein 5.89979439 L4_control_B1 +LQ06X014860 Predicted protein 5.478263901 L4_control_B2 +LQ06X014860 Predicted protein 4.749608217 L4_control_B3 +LQ06X014860 Predicted protein 5.233099301 L4_control_C2 +LQ06X014860 Predicted protein 5.050306236 L4_control_C3 +LQ06X014860 Predicted protein 5.087623187 L4_chemical_A1 +LQ06X014860 Predicted protein 4.926783282 L4_chemical_A2 +LQ06X014860 Predicted protein 5.651633512 L4_chemical_A3 +LQ06X014860 Predicted protein 5.616820736 L4_chemical_B1 +LQ06X014860 Predicted protein 5.200966876 L4_chemical_B2 +LQ06X014860 Predicted protein 5.124972124 L4_chemical_B3 +LQ06X014860 Predicted protein 5.773758113 L4_chemical_C2 +LQ06X014860 Predicted protein 5.593913759 L4_chemical_C3 +LQ06X014890 Putative uncharacterized protein 5.479343592 C6_control_A1 +LQ06X014890 Putative uncharacterized protein 5.595516941 C6_control_A3 +LQ06X014890 Putative uncharacterized protein 5.439224673 C6_control_B1 +LQ06X014890 Putative uncharacterized protein 5.436361439 C6_control_B2 +LQ06X014890 Putative uncharacterized protein 5.364243834 C6_control_B3 +LQ06X014890 Putative uncharacterized protein 5.473212854 C6_control_C1 +LQ06X014890 Putative uncharacterized protein 5.503991775 C6_control_C2 +LQ06X014890 Putative uncharacterized protein 5.151730113 C6_control_C3 +LQ06X014890 Putative uncharacterized protein 5.493004079 C6_chemical_A1 +LQ06X014890 Putative uncharacterized protein 5.773207168 C6_chemical_A3 +LQ06X014890 Putative uncharacterized protein 5.235224242 C6_chemical_B1 +LQ06X014890 Putative uncharacterized protein 5.297409893 C6_chemical_B2 +LQ06X014890 Putative uncharacterized protein 5.293899831 C6_chemical_B3 +LQ06X014890 Putative uncharacterized protein 5.278022454 C6_chemical_C1 +LQ06X014890 Putative uncharacterized protein 5.334145169 C6_chemical_C2 +LQ06X014890 Putative uncharacterized protein 5.574579243 C6_chemical_C3 +LQ06X014890 Putative uncharacterized protein 5.229066377 L4_control_A1 +LQ06X014890 Putative uncharacterized protein 6.14840474 L4_control_A2 +LQ06X014890 Putative uncharacterized protein 5.504047872 L4_control_A3 +LQ06X014890 Putative uncharacterized protein 4.95724956 L4_control_B1 +LQ06X014890 Putative uncharacterized protein 5.368947548 L4_control_B2 +LQ06X014890 Putative uncharacterized protein 5.138154854 L4_control_B3 +LQ06X014890 Putative uncharacterized protein 5.404990805 L4_control_C2 +LQ06X014890 Putative uncharacterized protein 5.961724901 L4_control_C3 +LQ06X014890 Putative uncharacterized protein 5.305970441 L4_chemical_A1 +LQ06X014890 Putative uncharacterized protein 5.750836975 L4_chemical_A2 +LQ06X014890 Putative uncharacterized protein 5.817353621 L4_chemical_A3 +LQ06X014890 Putative uncharacterized protein 5.515843401 L4_chemical_B1 +LQ06X014890 Putative uncharacterized protein 6.563180272 L4_chemical_B2 +LQ06X014890 Putative uncharacterized protein 5.195906946 L4_chemical_B3 +LQ06X014890 Putative uncharacterized protein 6.14522836 L4_chemical_C2 +LQ06X014890 Putative uncharacterized protein 5.468545646 L4_chemical_C3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.642331497 C6_control_A1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.914263446 C6_control_A3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.24975879 C6_control_B1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.014050418 C6_control_B2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.611854285 C6_control_B3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.184590829 C6_control_C1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.516411083 C6_control_C2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.10570416 C6_control_C3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.280761111 C6_chemical_A1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.123814531 C6_chemical_A3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.023887102 C6_chemical_B1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.032886958 C6_chemical_B2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.294832596 C6_chemical_B3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.005665826 C6_chemical_C1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.100180164 C6_chemical_C2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.012798796 C6_chemical_C3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.312897908 L4_control_A1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.099262539 L4_control_A2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.932052167 L4_control_A3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.012316156 L4_control_B1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 6.153302191 L4_control_B2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.172905526 L4_control_B3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 6.1309002 L4_control_C2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.272969122 L4_control_C3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.054913014 L4_chemical_A1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.218997257 L4_chemical_A2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.434507179 L4_chemical_A3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.647993499 L4_chemical_B1 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.496513659 L4_chemical_B2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.407960975 L4_chemical_B3 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.428707928 L4_chemical_C2 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.080314539 L4_chemical_C3 +LQ06X014950 Peroxidase 19 6.23873076 C6_control_A1 +LQ06X014950 Peroxidase 19 6.474910582 C6_control_A3 +LQ06X014950 Peroxidase 19 5.65760351 C6_control_B1 +LQ06X014950 Peroxidase 19 5.649406246 C6_control_B2 +LQ06X014950 Peroxidase 19 5.672409067 C6_control_B3 +LQ06X014950 Peroxidase 19 5.056928648 C6_control_C1 +LQ06X014950 Peroxidase 19 5.551818551 C6_control_C2 +LQ06X014950 Peroxidase 19 5.470631242 C6_control_C3 +LQ06X014950 Peroxidase 19 6.353564845 C6_chemical_A1 +LQ06X014950 Peroxidase 19 5.834470028 C6_chemical_A3 +LQ06X014950 Peroxidase 19 5.866251136 C6_chemical_B1 +LQ06X014950 Peroxidase 19 5.515942897 C6_chemical_B2 +LQ06X014950 Peroxidase 19 5.425790833 C6_chemical_B3 +LQ06X014950 Peroxidase 19 5.747437741 C6_chemical_C1 +LQ06X014950 Peroxidase 19 5.526032991 C6_chemical_C2 +LQ06X014950 Peroxidase 19 5.729943635 C6_chemical_C3 +LQ06X014950 Peroxidase 19 5.761446654 L4_control_A1 +LQ06X014950 Peroxidase 19 5.99687549 L4_control_A2 +LQ06X014950 Peroxidase 19 6.925049122 L4_control_A3 +LQ06X014950 Peroxidase 19 6.159138698 L4_control_B1 +LQ06X014950 Peroxidase 19 6.314726373 L4_control_B2 +LQ06X014950 Peroxidase 19 5.377683721 L4_control_B3 +LQ06X014950 Peroxidase 19 5.993409735 L4_control_C2 +LQ06X014950 Peroxidase 19 5.566274084 L4_control_C3 +LQ06X014950 Peroxidase 19 5.417022649 L4_chemical_A1 +LQ06X014950 Peroxidase 19 6.110739102 L4_chemical_A2 +LQ06X014950 Peroxidase 19 6.586111298 L4_chemical_A3 +LQ06X014950 Peroxidase 19 6.126125762 L4_chemical_B1 +LQ06X014950 Peroxidase 19 6.137445059 L4_chemical_B2 +LQ06X014950 Peroxidase 19 5.535502326 L4_chemical_B3 +LQ06X014950 Peroxidase 19 5.922438785 L4_chemical_C2 +LQ06X014950 Peroxidase 19 6.047720934 L4_chemical_C3 +LQ06X014980 GDSL esterase/lipase At5g45950 11.48840041 C6_control_A1 +LQ06X014980 GDSL esterase/lipase At5g45950 11.85832922 C6_control_A3 +LQ06X014980 GDSL esterase/lipase At5g45950 9.233069348 C6_control_B1 +LQ06X014980 GDSL esterase/lipase At5g45950 6.106489818 C6_control_B2 +LQ06X014980 GDSL esterase/lipase At5g45950 5.642250487 C6_control_B3 +LQ06X014980 GDSL esterase/lipase At5g45950 5.299257539 C6_control_C1 +LQ06X014980 GDSL esterase/lipase At5g45950 5.01077379 C6_control_C2 +LQ06X014980 GDSL esterase/lipase At5g45950 5.257317089 C6_control_C3 +LQ06X014980 GDSL esterase/lipase At5g45950 11.06248891 C6_chemical_A1 +LQ06X014980 GDSL esterase/lipase At5g45950 11.78106693 C6_chemical_A3 +LQ06X014980 GDSL esterase/lipase At5g45950 7.618893485 C6_chemical_B1 +LQ06X014980 GDSL esterase/lipase At5g45950 5.950131783 C6_chemical_B2 +LQ06X014980 GDSL esterase/lipase At5g45950 7.027394119 C6_chemical_B3 +LQ06X014980 GDSL esterase/lipase At5g45950 5.477905413 C6_chemical_C1 +LQ06X014980 GDSL esterase/lipase At5g45950 5.155067018 C6_chemical_C2 +LQ06X014980 GDSL esterase/lipase At5g45950 5.211694669 C6_chemical_C3 +LQ06X014980 GDSL esterase/lipase At5g45950 11.8811738 L4_control_A1 +LQ06X014980 GDSL esterase/lipase At5g45950 12.16703262 L4_control_A2 +LQ06X014980 GDSL esterase/lipase At5g45950 11.78891113 L4_control_A3 +LQ06X014980 GDSL esterase/lipase At5g45950 5.16391859 L4_control_B1 +LQ06X014980 GDSL esterase/lipase At5g45950 8.942232142 L4_control_B2 +LQ06X014980 GDSL esterase/lipase At5g45950 5.882514876 L4_control_B3 +LQ06X014980 GDSL esterase/lipase At5g45950 5.007960354 L4_control_C2 +LQ06X014980 GDSL esterase/lipase At5g45950 5.544582138 L4_control_C3 +LQ06X014980 GDSL esterase/lipase At5g45950 10.96350846 L4_chemical_A1 +LQ06X014980 GDSL esterase/lipase At5g45950 10.97870305 L4_chemical_A2 +LQ06X014980 GDSL esterase/lipase At5g45950 11.19211527 L4_chemical_A3 +LQ06X014980 GDSL esterase/lipase At5g45950 8.017832941 L4_chemical_B1 +LQ06X014980 GDSL esterase/lipase At5g45950 9.691416467 L4_chemical_B2 +LQ06X014980 GDSL esterase/lipase At5g45950 9.541554146 L4_chemical_B3 +LQ06X014980 GDSL esterase/lipase At5g45950 5.342477719 L4_chemical_C2 +LQ06X014980 GDSL esterase/lipase At5g45950 5.260286204 L4_chemical_C3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.358603171 C6_control_A1 +LQ06X014990 GDSL esterase/lipase At5g45960 6.154801545 C6_control_A3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.348093793 C6_control_B1 +LQ06X014990 GDSL esterase/lipase At5g45960 4.744912229 C6_control_B2 +LQ06X014990 GDSL esterase/lipase At5g45960 5.159410508 C6_control_B3 +LQ06X014990 GDSL esterase/lipase At5g45960 4.977041132 C6_control_C1 +LQ06X014990 GDSL esterase/lipase At5g45960 4.642478147 C6_control_C2 +LQ06X014990 GDSL esterase/lipase At5g45960 4.867346903 C6_control_C3 +LQ06X014990 GDSL esterase/lipase At5g45960 4.859850065 C6_chemical_A1 +LQ06X014990 GDSL esterase/lipase At5g45960 5.029725061 C6_chemical_A3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.204845742 C6_chemical_B1 +LQ06X014990 GDSL esterase/lipase At5g45960 4.816170043 C6_chemical_B2 +LQ06X014990 GDSL esterase/lipase At5g45960 5.075640195 C6_chemical_B3 +LQ06X014990 GDSL esterase/lipase At5g45960 4.978240326 C6_chemical_C1 +LQ06X014990 GDSL esterase/lipase At5g45960 4.599729932 C6_chemical_C2 +LQ06X014990 GDSL esterase/lipase At5g45960 4.878549428 C6_chemical_C3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.387761243 L4_control_A1 +LQ06X014990 GDSL esterase/lipase At5g45960 5.025094191 L4_control_A2 +LQ06X014990 GDSL esterase/lipase At5g45960 5.22901412 L4_control_A3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.423883073 L4_control_B1 +LQ06X014990 GDSL esterase/lipase At5g45960 4.6232049 L4_control_B2 +LQ06X014990 GDSL esterase/lipase At5g45960 5.240510732 L4_control_B3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.03832223 L4_control_C2 +LQ06X014990 GDSL esterase/lipase At5g45960 6.287658397 L4_control_C3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.581035261 L4_chemical_A1 +LQ06X014990 GDSL esterase/lipase At5g45960 4.799986872 L4_chemical_A2 +LQ06X014990 GDSL esterase/lipase At5g45960 5.038327138 L4_chemical_A3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.366266633 L4_chemical_B1 +LQ06X014990 GDSL esterase/lipase At5g45960 5.026577178 L4_chemical_B2 +LQ06X014990 GDSL esterase/lipase At5g45960 5.332389571 L4_chemical_B3 +LQ06X014990 GDSL esterase/lipase At5g45960 5.19957635 L4_chemical_C2 +LQ06X014990 GDSL esterase/lipase At5g45960 5.188397986 L4_chemical_C3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.417322405 C6_control_A1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.791973174 C6_control_A3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.51212213 C6_control_B1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.895244971 C6_control_B2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.57902 C6_control_B3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.556546432 C6_control_C1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.423922276 C6_control_C2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.544004967 C6_control_C3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.14071745 C6_chemical_A1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.051381765 C6_chemical_A3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.584605762 C6_chemical_B1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.795744627 C6_chemical_B2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.374407149 C6_chemical_B3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.753671902 C6_chemical_C1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.611831797 C6_chemical_C2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.823379912 C6_chemical_C3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.125799168 L4_control_A1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.827805522 L4_control_A2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.114291443 L4_control_A3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.084970925 L4_control_B1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.152801035 L4_control_B2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.854262079 L4_control_B3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.811110715 L4_control_C2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.101889636 L4_control_C3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.896170241 L4_chemical_A1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.303886453 L4_chemical_A2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.04548686 L4_chemical_A3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.393030478 L4_chemical_B1 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.524656185 L4_chemical_B2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.042416617 L4_chemical_B3 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.655331195 L4_chemical_C2 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 5.831837117 L4_chemical_C3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.852312925 C6_control_A1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.534169321 C6_control_A3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 6.514998403 C6_control_B1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.915070279 C6_control_B2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.650902347 C6_control_B3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 7.067292755 C6_control_C1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.851524903 C6_control_C2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 6.532670566 C6_control_C3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.623482491 C6_chemical_A1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.922286897 C6_chemical_A3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.931734114 C6_chemical_B1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.834573429 C6_chemical_B2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.872724557 C6_chemical_B3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 7.013870138 C6_chemical_C1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 6.130559247 C6_chemical_C2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.77492784 C6_chemical_C3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.838180858 L4_control_A1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.881859161 L4_control_A2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.952018579 L4_control_A3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.686566195 L4_control_B1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.7803581 L4_control_B2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.877729481 L4_control_B3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.851470894 L4_control_C2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.979352154 L4_control_C3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.952953143 L4_chemical_A1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.929298638 L4_chemical_A2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.692299294 L4_chemical_A3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.530301931 L4_chemical_B1 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.930215725 L4_chemical_B2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 6.028279223 L4_chemical_B3 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.779740862 L4_chemical_C2 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.488563873 L4_chemical_C3 +LQ06X015050 Ras-related protein Rab11B 5.347958741 C6_control_A1 +LQ06X015050 Ras-related protein Rab11B 5.565063326 C6_control_A3 +LQ06X015050 Ras-related protein Rab11B 5.17219613 C6_control_B1 +LQ06X015050 Ras-related protein Rab11B 5.471658063 C6_control_B2 +LQ06X015050 Ras-related protein Rab11B 5.215640033 C6_control_B3 +LQ06X015050 Ras-related protein Rab11B 4.880610024 C6_control_C1 +LQ06X015050 Ras-related protein Rab11B 4.947480944 C6_control_C2 +LQ06X015050 Ras-related protein Rab11B 4.816440926 C6_control_C3 +LQ06X015050 Ras-related protein Rab11B 4.965412969 C6_chemical_A1 +LQ06X015050 Ras-related protein Rab11B 5.366492386 C6_chemical_A3 +LQ06X015050 Ras-related protein Rab11B 4.866797758 C6_chemical_B1 +LQ06X015050 Ras-related protein Rab11B 5.26709619 C6_chemical_B2 +LQ06X015050 Ras-related protein Rab11B 5.144035525 C6_chemical_B3 +LQ06X015050 Ras-related protein Rab11B 4.752516627 C6_chemical_C1 +LQ06X015050 Ras-related protein Rab11B 5.006973216 C6_chemical_C2 +LQ06X015050 Ras-related protein Rab11B 5.043118798 C6_chemical_C3 +LQ06X015050 Ras-related protein Rab11B 4.860217728 L4_control_A1 +LQ06X015050 Ras-related protein Rab11B 5.27064512 L4_control_A2 +LQ06X015050 Ras-related protein Rab11B 5.166169254 L4_control_A3 +LQ06X015050 Ras-related protein Rab11B 5.308596818 L4_control_B1 +LQ06X015050 Ras-related protein Rab11B 5.164308199 L4_control_B2 +LQ06X015050 Ras-related protein Rab11B 5.198482219 L4_control_B3 +LQ06X015050 Ras-related protein Rab11B 4.819130898 L4_control_C2 +LQ06X015050 Ras-related protein Rab11B 4.603337284 L4_control_C3 +LQ06X015050 Ras-related protein Rab11B 5.391646151 L4_chemical_A1 +LQ06X015050 Ras-related protein Rab11B 5.433722625 L4_chemical_A2 +LQ06X015050 Ras-related protein Rab11B 5.620986621 L4_chemical_A3 +LQ06X015050 Ras-related protein Rab11B 5.050090918 L4_chemical_B1 +LQ06X015050 Ras-related protein Rab11B 4.890817885 L4_chemical_B2 +LQ06X015050 Ras-related protein Rab11B 5.162695645 L4_chemical_B3 +LQ06X015050 Ras-related protein Rab11B 4.837175306 L4_chemical_C2 +LQ06X015050 Ras-related protein Rab11B 4.971191073 L4_chemical_C3 +LQ06X015060 Hypothetical protein 10.60651109 C6_control_A1 +LQ06X015060 Hypothetical protein 11.17284822 C6_control_A3 +LQ06X015060 Hypothetical protein 10.66891251 C6_control_B1 +LQ06X015060 Hypothetical protein 10.15126401 C6_control_B2 +LQ06X015060 Hypothetical protein 11.42671708 C6_control_B3 +LQ06X015060 Hypothetical protein 10.25018192 C6_control_C1 +LQ06X015060 Hypothetical protein 10.0377361 C6_control_C2 +LQ06X015060 Hypothetical protein 10.91795545 C6_control_C3 +LQ06X015060 Hypothetical protein 10.2518439 C6_chemical_A1 +LQ06X015060 Hypothetical protein 11.18069926 C6_chemical_A3 +LQ06X015060 Hypothetical protein 10.23767207 C6_chemical_B1 +LQ06X015060 Hypothetical protein 9.888797578 C6_chemical_B2 +LQ06X015060 Hypothetical protein 10.62336289 C6_chemical_B3 +LQ06X015060 Hypothetical protein 10.17973655 C6_chemical_C1 +LQ06X015060 Hypothetical protein 10.24796904 C6_chemical_C2 +LQ06X015060 Hypothetical protein 10.49229534 C6_chemical_C3 +LQ06X015060 Hypothetical protein 11.52845381 L4_control_A1 +LQ06X015060 Hypothetical protein 11.61044114 L4_control_A2 +LQ06X015060 Hypothetical protein 12.2325682 L4_control_A3 +LQ06X015060 Hypothetical protein 11.98923064 L4_control_B1 +LQ06X015060 Hypothetical protein 11.69135919 L4_control_B2 +LQ06X015060 Hypothetical protein 11.90023962 L4_control_B3 +LQ06X015060 Hypothetical protein 11.41189181 L4_control_C2 +LQ06X015060 Hypothetical protein 12.15114834 L4_control_C3 +LQ06X015060 Hypothetical protein 11.83540662 L4_chemical_A1 +LQ06X015060 Hypothetical protein 12.07200267 L4_chemical_A2 +LQ06X015060 Hypothetical protein 12.15381246 L4_chemical_A3 +LQ06X015060 Hypothetical protein 11.79827454 L4_chemical_B1 +LQ06X015060 Hypothetical protein 12.130541 L4_chemical_B2 +LQ06X015060 Hypothetical protein 11.65756602 L4_chemical_B3 +LQ06X015060 Hypothetical protein 11.56211885 L4_chemical_C2 +LQ06X015060 Hypothetical protein 12.10883764 L4_chemical_C3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.14074105 C6_control_A1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.24158316 C6_control_A3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 12.91797928 C6_control_B1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.46453306 C6_control_B2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.46910365 C6_control_B3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.72546841 C6_control_C1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.99787375 C6_control_C2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.65541969 C6_control_C3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 12.94908733 C6_chemical_A1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 12.94128633 C6_chemical_A3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 12.78128736 C6_chemical_B1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.24990653 C6_chemical_B2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.22034299 C6_chemical_B3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.40730728 C6_chemical_C1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.6045214 C6_chemical_C2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.60015719 C6_chemical_C3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.62792588 L4_control_A1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.30169279 L4_control_A2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.54278511 L4_control_A3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.23008473 L4_control_B1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 12.45007565 L4_control_B2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.48229556 L4_control_B3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.36025982 L4_control_C2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.17076975 L4_control_C3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.66959563 L4_chemical_A1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 12.93710247 L4_chemical_A2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.59411156 L4_chemical_A3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.33912974 L4_chemical_B1 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 12.77357046 L4_chemical_B2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.26589505 L4_chemical_B3 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.3779196 L4_chemical_C2 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 13.34523109 L4_chemical_C3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.869545651 C6_control_A1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.776616389 C6_control_A3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.9344515 C6_control_B1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.551978677 C6_control_B2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.879312552 C6_control_B3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 6.404159795 C6_control_C1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.700046216 C6_control_C2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.667011097 C6_control_C3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.36135706 C6_chemical_A1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.819896065 C6_chemical_A3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.809328932 C6_chemical_B1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.376759666 C6_chemical_B2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.491580342 C6_chemical_B3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 6.048594547 C6_chemical_C1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.720448937 C6_chemical_C2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.739602485 C6_chemical_C3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.88493761 L4_control_A1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.694728778 L4_control_A2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 4.996906909 L4_control_A3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.220890285 L4_control_B1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.866528299 L4_control_B2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.359047313 L4_control_B3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.969024463 L4_control_C2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.735947082 L4_control_C3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.665283047 L4_chemical_A1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.802187873 L4_chemical_A2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.531874831 L4_chemical_A3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.33628374 L4_chemical_B1 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.567778911 L4_chemical_B2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.716075207 L4_chemical_B3 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 6.357658608 L4_chemical_C2 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.552493672 L4_chemical_C3 +LQ06X015100 Transcription elongation factor 1 homolog 6.650331557 C6_control_A1 +LQ06X015100 Transcription elongation factor 1 homolog 8.796456715 C6_control_A3 +LQ06X015100 Transcription elongation factor 1 homolog 6.527280991 C6_control_B1 +LQ06X015100 Transcription elongation factor 1 homolog 6.127445738 C6_control_B2 +LQ06X015100 Transcription elongation factor 1 homolog 5.97338474 C6_control_B3 +LQ06X015100 Transcription elongation factor 1 homolog 6.07112588 C6_control_C1 +LQ06X015100 Transcription elongation factor 1 homolog 7.300195814 C6_control_C2 +LQ06X015100 Transcription elongation factor 1 homolog 5.674666291 C6_control_C3 +LQ06X015100 Transcription elongation factor 1 homolog 5.839840365 C6_chemical_A1 +LQ06X015100 Transcription elongation factor 1 homolog 6.048097347 C6_chemical_A3 +LQ06X015100 Transcription elongation factor 1 homolog 5.764176693 C6_chemical_B1 +LQ06X015100 Transcription elongation factor 1 homolog 6.495810986 C6_chemical_B2 +LQ06X015100 Transcription elongation factor 1 homolog 6.134501173 C6_chemical_B3 +LQ06X015100 Transcription elongation factor 1 homolog 5.823302692 C6_chemical_C1 +LQ06X015100 Transcription elongation factor 1 homolog 5.935138902 C6_chemical_C2 +LQ06X015100 Transcription elongation factor 1 homolog 5.612953454 C6_chemical_C3 +LQ06X015100 Transcription elongation factor 1 homolog 6.585975035 L4_control_A1 +LQ06X015100 Transcription elongation factor 1 homolog 5.815799589 L4_control_A2 +LQ06X015100 Transcription elongation factor 1 homolog 5.495676585 L4_control_A3 +LQ06X015100 Transcription elongation factor 1 homolog 5.960592317 L4_control_B1 +LQ06X015100 Transcription elongation factor 1 homolog 6.078242732 L4_control_B2 +LQ06X015100 Transcription elongation factor 1 homolog 6.735571891 L4_control_B3 +LQ06X015100 Transcription elongation factor 1 homolog 6.073756434 L4_control_C2 +LQ06X015100 Transcription elongation factor 1 homolog 5.517031289 L4_control_C3 +LQ06X015100 Transcription elongation factor 1 homolog 5.945481467 L4_chemical_A1 +LQ06X015100 Transcription elongation factor 1 homolog 5.941859556 L4_chemical_A2 +LQ06X015100 Transcription elongation factor 1 homolog 6.0836836 L4_chemical_A3 +LQ06X015100 Transcription elongation factor 1 homolog 6.289242753 L4_chemical_B1 +LQ06X015100 Transcription elongation factor 1 homolog 5.842333721 L4_chemical_B2 +LQ06X015100 Transcription elongation factor 1 homolog 6.628821389 L4_chemical_B3 +LQ06X015100 Transcription elongation factor 1 homolog 6.000866672 L4_chemical_C2 +LQ06X015100 Transcription elongation factor 1 homolog 6.07580203 L4_chemical_C3 +LQ06X015110 Predicted protein 5.834842562 C6_control_A1 +LQ06X015110 Predicted protein 5.646099252 C6_control_A3 +LQ06X015110 Predicted protein 6.175930035 C6_control_B1 +LQ06X015110 Predicted protein 5.569507211 C6_control_B2 +LQ06X015110 Predicted protein 5.860717308 C6_control_B3 +LQ06X015110 Predicted protein 5.528325183 C6_control_C1 +LQ06X015110 Predicted protein 5.426409503 C6_control_C2 +LQ06X015110 Predicted protein 5.61021793 C6_control_C3 +LQ06X015110 Predicted protein 5.764843378 C6_chemical_A1 +LQ06X015110 Predicted protein 5.70718838 C6_chemical_A3 +LQ06X015110 Predicted protein 6.024680602 C6_chemical_B1 +LQ06X015110 Predicted protein 5.340148593 C6_chemical_B2 +LQ06X015110 Predicted protein 5.373583127 C6_chemical_B3 +LQ06X015110 Predicted protein 5.762193657 C6_chemical_C1 +LQ06X015110 Predicted protein 6.122475674 C6_chemical_C2 +LQ06X015110 Predicted protein 5.691763798 C6_chemical_C3 +LQ06X015110 Predicted protein 5.767745955 L4_control_A1 +LQ06X015110 Predicted protein 5.994844883 L4_control_A2 +LQ06X015110 Predicted protein 6.480162374 L4_control_A3 +LQ06X015110 Predicted protein 5.20292301 L4_control_B1 +LQ06X015110 Predicted protein 5.494541685 L4_control_B2 +LQ06X015110 Predicted protein 5.634271054 L4_control_B3 +LQ06X015110 Predicted protein 6.040544099 L4_control_C2 +LQ06X015110 Predicted protein 5.644595074 L4_control_C3 +LQ06X015110 Predicted protein 5.460300455 L4_chemical_A1 +LQ06X015110 Predicted protein 5.859529469 L4_chemical_A2 +LQ06X015110 Predicted protein 6.426856952 L4_chemical_A3 +LQ06X015110 Predicted protein 5.455071008 L4_chemical_B1 +LQ06X015110 Predicted protein 5.604364581 L4_chemical_B2 +LQ06X015110 Predicted protein 5.750379862 L4_chemical_B3 +LQ06X015110 Predicted protein 5.617035792 L4_chemical_C2 +LQ06X015110 Predicted protein 5.809620665 L4_chemical_C3 +LQ06X015130 Syntaxin-61 12.46246155 C6_control_A1 +LQ06X015130 Syntaxin-61 12.54126627 C6_control_A3 +LQ06X015130 Syntaxin-61 12.83408829 C6_control_B1 +LQ06X015130 Syntaxin-61 12.12316649 C6_control_B2 +LQ06X015130 Syntaxin-61 12.45102443 C6_control_B3 +LQ06X015130 Syntaxin-61 11.81788904 C6_control_C1 +LQ06X015130 Syntaxin-61 11.82681448 C6_control_C2 +LQ06X015130 Syntaxin-61 12.09338133 C6_control_C3 +LQ06X015130 Syntaxin-61 12.48755826 C6_chemical_A1 +LQ06X015130 Syntaxin-61 12.71633188 C6_chemical_A3 +LQ06X015130 Syntaxin-61 12.5942623 C6_chemical_B1 +LQ06X015130 Syntaxin-61 12.14318414 C6_chemical_B2 +LQ06X015130 Syntaxin-61 12.61798096 C6_chemical_B3 +LQ06X015130 Syntaxin-61 11.88437077 C6_chemical_C1 +LQ06X015130 Syntaxin-61 11.68542596 C6_chemical_C2 +LQ06X015130 Syntaxin-61 12.07153558 C6_chemical_C3 +LQ06X015130 Syntaxin-61 12.45222587 L4_control_A1 +LQ06X015130 Syntaxin-61 12.65190352 L4_control_A2 +LQ06X015130 Syntaxin-61 12.00922938 L4_control_A3 +LQ06X015130 Syntaxin-61 12.61945021 L4_control_B1 +LQ06X015130 Syntaxin-61 12.81057922 L4_control_B2 +LQ06X015130 Syntaxin-61 12.29672 L4_control_B3 +LQ06X015130 Syntaxin-61 12.22911782 L4_control_C2 +LQ06X015130 Syntaxin-61 12.10602487 L4_control_C3 +LQ06X015130 Syntaxin-61 12.36077972 L4_chemical_A1 +LQ06X015130 Syntaxin-61 12.37586419 L4_chemical_A2 +LQ06X015130 Syntaxin-61 11.80203814 L4_chemical_A3 +LQ06X015130 Syntaxin-61 12.59876264 L4_chemical_B1 +LQ06X015130 Syntaxin-61 12.83171942 L4_chemical_B2 +LQ06X015130 Syntaxin-61 12.35506655 L4_chemical_B3 +LQ06X015130 Syntaxin-61 12.15653475 L4_chemical_C2 +LQ06X015130 Syntaxin-61 12.18552549 L4_chemical_C3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.80561012 C6_control_A1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.75666635 C6_control_A3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.05059417 C6_control_B1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 10.91896975 C6_control_B2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.09964002 C6_control_B3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 10.99822108 C6_control_C1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 10.91095291 C6_control_C2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 10.9588046 C6_control_C3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.50417979 C6_chemical_A1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.89629712 C6_chemical_A3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.6510992 C6_chemical_B1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 10.58321905 C6_chemical_B2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.11240171 C6_chemical_B3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 10.7512327 C6_chemical_C1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 10.50272893 C6_chemical_C2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 10.70892671 C6_chemical_C3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.02809985 L4_control_A1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.87744564 L4_control_A2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.26221181 L4_control_A3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.28776404 L4_control_B1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.18550482 L4_control_B2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.6072823 L4_control_B3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.49586191 L4_control_C2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.64142732 L4_control_C3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.69095513 L4_chemical_A1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.85506911 L4_chemical_A2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.28692043 L4_chemical_A3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.68371018 L4_chemical_B1 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.93693696 L4_chemical_B2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 12.40157625 L4_chemical_B3 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.58995326 L4_chemical_C2 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.75582506 L4_chemical_C3 +LQ06X015210 Glutaredoxin-C9 10.86141583 C6_control_A1 +LQ06X015210 Glutaredoxin-C9 11.09828619 C6_control_A3 +LQ06X015210 Glutaredoxin-C9 10.96077217 C6_control_B1 +LQ06X015210 Glutaredoxin-C9 11.81034993 C6_control_B2 +LQ06X015210 Glutaredoxin-C9 11.72131471 C6_control_B3 +LQ06X015210 Glutaredoxin-C9 10.9195632 C6_control_C1 +LQ06X015210 Glutaredoxin-C9 12.03506272 C6_control_C2 +LQ06X015210 Glutaredoxin-C9 11.47262206 C6_control_C3 +LQ06X015210 Glutaredoxin-C9 10.56239643 C6_chemical_A1 +LQ06X015210 Glutaredoxin-C9 11.22700285 C6_chemical_A3 +LQ06X015210 Glutaredoxin-C9 11.63923769 C6_chemical_B1 +LQ06X015210 Glutaredoxin-C9 12.24459444 C6_chemical_B2 +LQ06X015210 Glutaredoxin-C9 12.09363121 C6_chemical_B3 +LQ06X015210 Glutaredoxin-C9 10.94223234 C6_chemical_C1 +LQ06X015210 Glutaredoxin-C9 12.13734146 C6_chemical_C2 +LQ06X015210 Glutaredoxin-C9 13.07790019 C6_chemical_C3 +LQ06X015210 Glutaredoxin-C9 9.883308281 L4_control_A1 +LQ06X015210 Glutaredoxin-C9 11.27654317 L4_control_A2 +LQ06X015210 Glutaredoxin-C9 11.10024777 L4_control_A3 +LQ06X015210 Glutaredoxin-C9 12.2591417 L4_control_B1 +LQ06X015210 Glutaredoxin-C9 11.26917522 L4_control_B2 +LQ06X015210 Glutaredoxin-C9 13.12391498 L4_control_B3 +LQ06X015210 Glutaredoxin-C9 12.02071391 L4_control_C2 +LQ06X015210 Glutaredoxin-C9 12.21991267 L4_control_C3 +LQ06X015210 Glutaredoxin-C9 11.57217476 L4_chemical_A1 +LQ06X015210 Glutaredoxin-C9 12.06390967 L4_chemical_A2 +LQ06X015210 Glutaredoxin-C9 11.16783515 L4_chemical_A3 +LQ06X015210 Glutaredoxin-C9 11.65565091 L4_chemical_B1 +LQ06X015210 Glutaredoxin-C9 11.82659343 L4_chemical_B2 +LQ06X015210 Glutaredoxin-C9 12.27421267 L4_chemical_B3 +LQ06X015210 Glutaredoxin-C9 12.53950509 L4_chemical_C2 +LQ06X015210 Glutaredoxin-C9 12.35059307 L4_chemical_C3 +LQ06X015230 Predicted protein 6.975933142 C6_control_A1 +LQ06X015230 Predicted protein 7.520991719 C6_control_A3 +LQ06X015230 Predicted protein 6.722234123 C6_control_B1 +LQ06X015230 Predicted protein 6.16477115 C6_control_B2 +LQ06X015230 Predicted protein 6.556975631 C6_control_B3 +LQ06X015230 Predicted protein 6.01002697 C6_control_C1 +LQ06X015230 Predicted protein 7.136522731 C6_control_C2 +LQ06X015230 Predicted protein 5.511516857 C6_control_C3 +LQ06X015230 Predicted protein 6.520462541 C6_chemical_A1 +LQ06X015230 Predicted protein 6.599062368 C6_chemical_A3 +LQ06X015230 Predicted protein 6.230238316 C6_chemical_B1 +LQ06X015230 Predicted protein 6.175952712 C6_chemical_B2 +LQ06X015230 Predicted protein 6.448944346 C6_chemical_B3 +LQ06X015230 Predicted protein 6.403301262 C6_chemical_C1 +LQ06X015230 Predicted protein 6.054841054 C6_chemical_C2 +LQ06X015230 Predicted protein 5.804131092 C6_chemical_C3 +LQ06X015230 Predicted protein 6.139348509 L4_control_A1 +LQ06X015230 Predicted protein 6.637222108 L4_control_A2 +LQ06X015230 Predicted protein 6.812219069 L4_control_A3 +LQ06X015230 Predicted protein 6.283348394 L4_control_B1 +LQ06X015230 Predicted protein 5.933778553 L4_control_B2 +LQ06X015230 Predicted protein 6.354358651 L4_control_B3 +LQ06X015230 Predicted protein 5.928508587 L4_control_C2 +LQ06X015230 Predicted protein 7.254920235 L4_control_C3 +LQ06X015230 Predicted protein 6.486368545 L4_chemical_A1 +LQ06X015230 Predicted protein 6.381946894 L4_chemical_A2 +LQ06X015230 Predicted protein 7.346438077 L4_chemical_A3 +LQ06X015230 Predicted protein 6.125798478 L4_chemical_B1 +LQ06X015230 Predicted protein 6.598861915 L4_chemical_B2 +LQ06X015230 Predicted protein 6.129654897 L4_chemical_B3 +LQ06X015230 Predicted protein 7.133782731 L4_chemical_C2 +LQ06X015230 Predicted protein 6.328724029 L4_chemical_C3 +LQ06X015240 Putative uncharacterized protein 9.414565683 C6_control_A1 +LQ06X015240 Putative uncharacterized protein 9.230257804 C6_control_A3 +LQ06X015240 Putative uncharacterized protein 10.16202365 C6_control_B1 +LQ06X015240 Putative uncharacterized protein 11.29045897 C6_control_B2 +LQ06X015240 Putative uncharacterized protein 10.78697883 C6_control_B3 +LQ06X015240 Putative uncharacterized protein 11.26264404 C6_control_C1 +LQ06X015240 Putative uncharacterized protein 11.11998718 C6_control_C2 +LQ06X015240 Putative uncharacterized protein 11.19823044 C6_control_C3 +LQ06X015240 Putative uncharacterized protein 9.105407382 C6_chemical_A1 +LQ06X015240 Putative uncharacterized protein 8.997637183 C6_chemical_A3 +LQ06X015240 Putative uncharacterized protein 9.968425842 C6_chemical_B1 +LQ06X015240 Putative uncharacterized protein 11.01775202 C6_chemical_B2 +LQ06X015240 Putative uncharacterized protein 11.11707957 C6_chemical_B3 +LQ06X015240 Putative uncharacterized protein 11.00861917 C6_chemical_C1 +LQ06X015240 Putative uncharacterized protein 11.22342152 C6_chemical_C2 +LQ06X015240 Putative uncharacterized protein 10.8441528 C6_chemical_C3 +LQ06X015240 Putative uncharacterized protein 9.404588214 L4_control_A1 +LQ06X015240 Putative uncharacterized protein 10.41377236 L4_control_A2 +LQ06X015240 Putative uncharacterized protein 9.615877845 L4_control_A3 +LQ06X015240 Putative uncharacterized protein 11.18784068 L4_control_B1 +LQ06X015240 Putative uncharacterized protein 10.56696618 L4_control_B2 +LQ06X015240 Putative uncharacterized protein 12.45641194 L4_control_B3 +LQ06X015240 Putative uncharacterized protein 11.09618637 L4_control_C2 +LQ06X015240 Putative uncharacterized protein 11.20711242 L4_control_C3 +LQ06X015240 Putative uncharacterized protein 9.655328938 L4_chemical_A1 +LQ06X015240 Putative uncharacterized protein 10.2634196 L4_chemical_A2 +LQ06X015240 Putative uncharacterized protein 9.536608995 L4_chemical_A3 +LQ06X015240 Putative uncharacterized protein 10.61151467 L4_chemical_B1 +LQ06X015240 Putative uncharacterized protein 10.55436554 L4_chemical_B2 +LQ06X015240 Putative uncharacterized protein 11.35645779 L4_chemical_B3 +LQ06X015240 Putative uncharacterized protein 10.90042512 L4_chemical_C2 +LQ06X015240 Putative uncharacterized protein 11.46239177 L4_chemical_C3 +LQ06X015260 Receptor-like protein kinase HSL1 10.21660392 C6_control_A1 +LQ06X015260 Receptor-like protein kinase HSL1 8.164131829 C6_control_A3 +LQ06X015260 Receptor-like protein kinase HSL1 10.34630652 C6_control_B1 +LQ06X015260 Receptor-like protein kinase HSL1 9.508638936 C6_control_B2 +LQ06X015260 Receptor-like protein kinase HSL1 9.723819951 C6_control_B3 +LQ06X015260 Receptor-like protein kinase HSL1 9.449499138 C6_control_C1 +LQ06X015260 Receptor-like protein kinase HSL1 8.537133929 C6_control_C2 +LQ06X015260 Receptor-like protein kinase HSL1 9.20132505 C6_control_C3 +LQ06X015260 Receptor-like protein kinase HSL1 10.68950232 C6_chemical_A1 +LQ06X015260 Receptor-like protein kinase HSL1 9.978304095 C6_chemical_A3 +LQ06X015260 Receptor-like protein kinase HSL1 10.76816134 C6_chemical_B1 +LQ06X015260 Receptor-like protein kinase HSL1 9.382682723 C6_chemical_B2 +LQ06X015260 Receptor-like protein kinase HSL1 10.58854485 C6_chemical_B3 +LQ06X015260 Receptor-like protein kinase HSL1 9.629002202 C6_chemical_C1 +LQ06X015260 Receptor-like protein kinase HSL1 9.572730299 C6_chemical_C2 +LQ06X015260 Receptor-like protein kinase HSL1 9.497028577 C6_chemical_C3 +LQ06X015260 Receptor-like protein kinase HSL1 10.45692551 L4_control_A1 +LQ06X015260 Receptor-like protein kinase HSL1 10.27511869 L4_control_A2 +LQ06X015260 Receptor-like protein kinase HSL1 10.36677184 L4_control_A3 +LQ06X015260 Receptor-like protein kinase HSL1 10.26068731 L4_control_B1 +LQ06X015260 Receptor-like protein kinase HSL1 10.91817309 L4_control_B2 +LQ06X015260 Receptor-like protein kinase HSL1 10.96777242 L4_control_B3 +LQ06X015260 Receptor-like protein kinase HSL1 10.59607855 L4_control_C2 +LQ06X015260 Receptor-like protein kinase HSL1 11.47748892 L4_control_C3 +LQ06X015260 Receptor-like protein kinase HSL1 9.712088859 L4_chemical_A1 +LQ06X015260 Receptor-like protein kinase HSL1 9.868802568 L4_chemical_A2 +LQ06X015260 Receptor-like protein kinase HSL1 10.11568263 L4_chemical_A3 +LQ06X015260 Receptor-like protein kinase HSL1 10.49177846 L4_chemical_B1 +LQ06X015260 Receptor-like protein kinase HSL1 10.92127977 L4_chemical_B2 +LQ06X015260 Receptor-like protein kinase HSL1 10.53118909 L4_chemical_B3 +LQ06X015260 Receptor-like protein kinase HSL1 10.37951527 L4_chemical_C2 +LQ06X015260 Receptor-like protein kinase HSL1 11.06314637 L4_chemical_C3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.685068619 C6_control_A1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.907962834 C6_control_A3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.85797228 C6_control_B1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.092736865 C6_control_B2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.440998294 C6_control_B3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.915055701 C6_control_C1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 10.02339243 C6_control_C2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 10.16765697 C6_control_C3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.58848777 C6_chemical_A1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.305538576 C6_chemical_A3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.008747725 C6_chemical_B1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.623270877 C6_chemical_B2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.10495961 C6_chemical_B3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.690366858 C6_chemical_C1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.788034861 C6_chemical_C2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.914056635 C6_chemical_C3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.258033991 L4_control_A1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.50176388 L4_control_A2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.223105788 L4_control_A3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.635036027 L4_control_B1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.945853645 L4_control_B2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.064043315 L4_control_B3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 10.98418117 L4_control_C2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 10.92583646 L4_control_C3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.997483943 L4_chemical_A1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 9.128361836 L4_chemical_A2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.826575544 L4_chemical_A3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.724548862 L4_chemical_B1 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.954595046 L4_chemical_B2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.632993578 L4_chemical_B3 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 10.697803 L4_chemical_C2 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 10.81208297 L4_chemical_C3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.5554344 C6_control_A1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 13.95514971 C6_control_A3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.51790238 C6_control_B1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.41362323 C6_control_B2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.26335606 C6_control_B3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 15.04252325 C6_control_C1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.79052929 C6_control_C2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.92911185 C6_control_C3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.71781427 C6_chemical_A1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.49835982 C6_chemical_A3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.9220738 C6_chemical_B1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.56685899 C6_chemical_B2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.3016233 C6_chemical_B3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 15.1909362 C6_chemical_C1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 15.01831077 C6_chemical_C2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 15.12866651 C6_chemical_C3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.09342341 L4_control_A1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.68138346 L4_control_A2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.45514918 L4_control_A3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.83604731 L4_control_B1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.86857732 L4_control_B2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.76660844 L4_control_B3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.65708494 L4_control_C2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.85772311 L4_control_C3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.34669046 L4_chemical_A1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.74917489 L4_chemical_A2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.40014457 L4_chemical_A3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.75205635 L4_chemical_B1 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.74335543 L4_chemical_B2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.52625614 L4_chemical_B3 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.84118385 L4_chemical_C2 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 15.19058488 L4_chemical_C3 +LQ06X015300 Homeobox protein, putative 5.250968024 C6_control_A1 +LQ06X015300 Homeobox protein, putative 5.144410602 C6_control_A3 +LQ06X015300 Homeobox protein, putative 5.622176947 C6_control_B1 +LQ06X015300 Homeobox protein, putative 5.228869773 C6_control_B2 +LQ06X015300 Homeobox protein, putative 5.702122695 C6_control_B3 +LQ06X015300 Homeobox protein, putative 5.519858604 C6_control_C1 +LQ06X015300 Homeobox protein, putative 5.467025868 C6_control_C2 +LQ06X015300 Homeobox protein, putative 5.397051808 C6_control_C3 +LQ06X015300 Homeobox protein, putative 5.430786818 C6_chemical_A1 +LQ06X015300 Homeobox protein, putative 5.225132125 C6_chemical_A3 +LQ06X015300 Homeobox protein, putative 5.41104161 C6_chemical_B1 +LQ06X015300 Homeobox protein, putative 5.443247512 C6_chemical_B2 +LQ06X015300 Homeobox protein, putative 5.543121879 C6_chemical_B3 +LQ06X015300 Homeobox protein, putative 5.387671915 C6_chemical_C1 +LQ06X015300 Homeobox protein, putative 5.451566613 C6_chemical_C2 +LQ06X015300 Homeobox protein, putative 5.287915157 C6_chemical_C3 +LQ06X015300 Homeobox protein, putative 5.275274176 L4_control_A1 +LQ06X015300 Homeobox protein, putative 5.419711657 L4_control_A2 +LQ06X015300 Homeobox protein, putative 5.869789399 L4_control_A3 +LQ06X015300 Homeobox protein, putative 5.780927906 L4_control_B1 +LQ06X015300 Homeobox protein, putative 5.491860346 L4_control_B2 +LQ06X015300 Homeobox protein, putative 5.659674337 L4_control_B3 +LQ06X015300 Homeobox protein, putative 5.606185723 L4_control_C2 +LQ06X015300 Homeobox protein, putative 5.700462919 L4_control_C3 +LQ06X015300 Homeobox protein, putative 5.415024478 L4_chemical_A1 +LQ06X015300 Homeobox protein, putative 5.50198465 L4_chemical_A2 +LQ06X015300 Homeobox protein, putative 6.069604815 L4_chemical_A3 +LQ06X015300 Homeobox protein, putative 5.725535491 L4_chemical_B1 +LQ06X015300 Homeobox protein, putative 5.421235259 L4_chemical_B2 +LQ06X015300 Homeobox protein, putative 5.118925513 L4_chemical_B3 +LQ06X015300 Homeobox protein, putative 5.478229474 L4_chemical_C2 +LQ06X015300 Homeobox protein, putative 5.62047582 L4_chemical_C3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.099262716 C6_control_A1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.545750721 C6_control_A3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.882460852 C6_control_B1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.081568393 C6_control_B2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.813906674 C6_control_B3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.766971397 C6_control_C1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 7.080581509 C6_control_C2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.210871714 C6_control_C3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.749127053 C6_chemical_A1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.993055 C6_chemical_A3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.328068786 C6_chemical_B1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.871022656 C6_chemical_B2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.122289704 C6_chemical_B3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 7.380721436 C6_chemical_C1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.989202612 C6_chemical_C2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.883856711 C6_chemical_C3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.201509652 L4_control_A1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.128015619 L4_control_A2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.467814437 L4_control_A3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.85142653 L4_control_B1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.922426324 L4_control_B2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.053333216 L4_control_B3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.682793737 L4_control_C2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.150396804 L4_control_C3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.596030704 L4_chemical_A1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 7.084123858 L4_chemical_A2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.103871266 L4_chemical_A3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.833237647 L4_chemical_B1 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.200915301 L4_chemical_B2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.187886611 L4_chemical_B3 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.848229589 L4_chemical_C2 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 5.453499963 L4_chemical_C3 +LQ06X015330 Putative uncharacterized protein 5.32777114 C6_control_A1 +LQ06X015330 Putative uncharacterized protein 5.718555627 C6_control_A3 +LQ06X015330 Putative uncharacterized protein 6.308949982 C6_control_B1 +LQ06X015330 Putative uncharacterized protein 5.505021485 C6_control_B2 +LQ06X015330 Putative uncharacterized protein 5.820201958 C6_control_B3 +LQ06X015330 Putative uncharacterized protein 5.347755935 C6_control_C1 +LQ06X015330 Putative uncharacterized protein 5.425760313 C6_control_C2 +LQ06X015330 Putative uncharacterized protein 5.072668137 C6_control_C3 +LQ06X015330 Putative uncharacterized protein 5.487003475 C6_chemical_A1 +LQ06X015330 Putative uncharacterized protein 5.326044372 C6_chemical_A3 +LQ06X015330 Putative uncharacterized protein 5.90948433 C6_chemical_B1 +LQ06X015330 Putative uncharacterized protein 5.445745162 C6_chemical_B2 +LQ06X015330 Putative uncharacterized protein 5.405822468 C6_chemical_B3 +LQ06X015330 Putative uncharacterized protein 5.51182215 C6_chemical_C1 +LQ06X015330 Putative uncharacterized protein 5.128077733 C6_chemical_C2 +LQ06X015330 Putative uncharacterized protein 5.493544555 C6_chemical_C3 +LQ06X015330 Putative uncharacterized protein 5.498574282 L4_control_A1 +LQ06X015330 Putative uncharacterized protein 5.114237768 L4_control_A2 +LQ06X015330 Putative uncharacterized protein 5.060124893 L4_control_A3 +LQ06X015330 Putative uncharacterized protein 5.4552812 L4_control_B1 +LQ06X015330 Putative uncharacterized protein 5.676676527 L4_control_B2 +LQ06X015330 Putative uncharacterized protein 5.743077188 L4_control_B3 +LQ06X015330 Putative uncharacterized protein 5.323277603 L4_control_C2 +LQ06X015330 Putative uncharacterized protein 5.716477713 L4_control_C3 +LQ06X015330 Putative uncharacterized protein 5.416423879 L4_chemical_A1 +LQ06X015330 Putative uncharacterized protein 5.769079418 L4_chemical_A2 +LQ06X015330 Putative uncharacterized protein 5.760663898 L4_chemical_A3 +LQ06X015330 Putative uncharacterized protein 5.701194501 L4_chemical_B1 +LQ06X015330 Putative uncharacterized protein 5.431860975 L4_chemical_B2 +LQ06X015330 Putative uncharacterized protein 5.68987042 L4_chemical_B3 +LQ06X015330 Putative uncharacterized protein 5.416745058 L4_chemical_C2 +LQ06X015330 Putative uncharacterized protein 5.840645927 L4_chemical_C3 +LQ06X015350 Protein E6 7.983603536 C6_control_A1 +LQ06X015350 Protein E6 8.318009227 C6_control_A3 +LQ06X015350 Protein E6 8.443421329 C6_control_B1 +LQ06X015350 Protein E6 7.37896265 C6_control_B2 +LQ06X015350 Protein E6 8.473180713 C6_control_B3 +LQ06X015350 Protein E6 6.959875632 C6_control_C1 +LQ06X015350 Protein E6 6.584633798 C6_control_C2 +LQ06X015350 Protein E6 7.551530332 C6_control_C3 +LQ06X015350 Protein E6 7.974940581 C6_chemical_A1 +LQ06X015350 Protein E6 7.873267898 C6_chemical_A3 +LQ06X015350 Protein E6 8.520870909 C6_chemical_B1 +LQ06X015350 Protein E6 7.312834186 C6_chemical_B2 +LQ06X015350 Protein E6 8.035049609 C6_chemical_B3 +LQ06X015350 Protein E6 7.199734317 C6_chemical_C1 +LQ06X015350 Protein E6 7.339888451 C6_chemical_C2 +LQ06X015350 Protein E6 7.126527799 C6_chemical_C3 +LQ06X015350 Protein E6 7.529960217 L4_control_A1 +LQ06X015350 Protein E6 7.793284645 L4_control_A2 +LQ06X015350 Protein E6 8.396553839 L4_control_A3 +LQ06X015350 Protein E6 8.293716972 L4_control_B1 +LQ06X015350 Protein E6 8.188886563 L4_control_B2 +LQ06X015350 Protein E6 7.237764067 L4_control_B3 +LQ06X015350 Protein E6 7.145539039 L4_control_C2 +LQ06X015350 Protein E6 7.227055094 L4_control_C3 +LQ06X015350 Protein E6 7.3225004 L4_chemical_A1 +LQ06X015350 Protein E6 8.202870708 L4_chemical_A2 +LQ06X015350 Protein E6 8.668068116 L4_chemical_A3 +LQ06X015350 Protein E6 8.506005632 L4_chemical_B1 +LQ06X015350 Protein E6 8.058477431 L4_chemical_B2 +LQ06X015350 Protein E6 7.705539499 L4_chemical_B3 +LQ06X015350 Protein E6 6.291979269 L4_chemical_C2 +LQ06X015350 Protein E6 6.915258043 L4_chemical_C3 +LQ06X015400 Uncharacterized protein At4g28440 6.503059667 C6_control_A1 +LQ06X015400 Uncharacterized protein At4g28440 5.875925512 C6_control_A3 +LQ06X015400 Uncharacterized protein At4g28440 6.175804172 C6_control_B1 +LQ06X015400 Uncharacterized protein At4g28440 6.153147745 C6_control_B2 +LQ06X015400 Uncharacterized protein At4g28440 5.885732705 C6_control_B3 +LQ06X015400 Uncharacterized protein At4g28440 6.131962885 C6_control_C1 +LQ06X015400 Uncharacterized protein At4g28440 6.210212569 C6_control_C2 +LQ06X015400 Uncharacterized protein At4g28440 5.910573629 C6_control_C3 +LQ06X015400 Uncharacterized protein At4g28440 5.867015673 C6_chemical_A1 +LQ06X015400 Uncharacterized protein At4g28440 5.9427674 C6_chemical_A3 +LQ06X015400 Uncharacterized protein At4g28440 6.47290028 C6_chemical_B1 +LQ06X015400 Uncharacterized protein At4g28440 6.008801182 C6_chemical_B2 +LQ06X015400 Uncharacterized protein At4g28440 5.897115064 C6_chemical_B3 +LQ06X015400 Uncharacterized protein At4g28440 6.357865666 C6_chemical_C1 +LQ06X015400 Uncharacterized protein At4g28440 6.05867348 C6_chemical_C2 +LQ06X015400 Uncharacterized protein At4g28440 5.910275235 C6_chemical_C3 +LQ06X015400 Uncharacterized protein At4g28440 5.568589412 L4_control_A1 +LQ06X015400 Uncharacterized protein At4g28440 5.454406974 L4_control_A2 +LQ06X015400 Uncharacterized protein At4g28440 5.708029365 L4_control_A3 +LQ06X015400 Uncharacterized protein At4g28440 5.495168668 L4_control_B1 +LQ06X015400 Uncharacterized protein At4g28440 5.738982186 L4_control_B2 +LQ06X015400 Uncharacterized protein At4g28440 5.336165113 L4_control_B3 +LQ06X015400 Uncharacterized protein At4g28440 5.803141691 L4_control_C2 +LQ06X015400 Uncharacterized protein At4g28440 5.940190207 L4_control_C3 +LQ06X015400 Uncharacterized protein At4g28440 5.968805419 L4_chemical_A1 +LQ06X015400 Uncharacterized protein At4g28440 5.495487954 L4_chemical_A2 +LQ06X015400 Uncharacterized protein At4g28440 6.359003562 L4_chemical_A3 +LQ06X015400 Uncharacterized protein At4g28440 6.294941635 L4_chemical_B1 +LQ06X015400 Uncharacterized protein At4g28440 5.408734508 L4_chemical_B2 +LQ06X015400 Uncharacterized protein At4g28440 5.446036742 L4_chemical_B3 +LQ06X015400 Uncharacterized protein At4g28440 5.893929304 L4_chemical_C2 +LQ06X015400 Uncharacterized protein At4g28440 5.758045091 L4_chemical_C3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.689109526 C6_control_A1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.974536089 C6_control_A3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.405280422 C6_control_B1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 6.046281492 C6_control_B2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.381925216 C6_control_B3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.872009477 C6_control_C1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 6.651696679 C6_control_C2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.693332645 C6_control_C3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.302346443 C6_chemical_A1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.43131772 C6_chemical_A3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.101968553 C6_chemical_B1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.830118893 C6_chemical_B2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.37938003 C6_chemical_B3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 6.340319357 C6_chemical_C1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 6.204606759 C6_chemical_C2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.639691154 C6_chemical_C3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.423541542 L4_control_A1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.528087785 L4_control_A2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.638623697 L4_control_A3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.333146048 L4_control_B1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.931993124 L4_control_B2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.791138571 L4_control_B3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 6.0373166 L4_control_C2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.270983607 L4_control_C3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.701436779 L4_chemical_A1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.581405757 L4_chemical_A2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.357009568 L4_chemical_A3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.973756362 L4_chemical_B1 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.40824093 L4_chemical_B2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.999642791 L4_chemical_B3 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.78404371 L4_chemical_C2 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.777244892 L4_chemical_C3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 6.180725819 C6_control_A1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.936543647 C6_control_A3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.235684805 C6_control_B1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.796342731 C6_control_B2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.889995168 C6_control_B3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.926232908 C6_control_C1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 6.072625945 C6_control_C2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.850436671 C6_control_C3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.618774027 C6_chemical_A1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.989289401 C6_chemical_A3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.515376465 C6_chemical_B1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.775913379 C6_chemical_B2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.661052242 C6_chemical_B3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 6.167271165 C6_chemical_C1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 6.238071977 C6_chemical_C2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 6.397883917 C6_chemical_C3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.78378875 L4_control_A1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.671411631 L4_control_A2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 6.414502925 L4_control_A3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.450060235 L4_control_B1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.502992828 L4_control_B2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.489611132 L4_control_B3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.667688758 L4_control_C2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.584999146 L4_control_C3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.83049361 L4_chemical_A1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 6.178923635 L4_chemical_A2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 6.317618657 L4_chemical_A3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.972095745 L4_chemical_B1 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.276868078 L4_chemical_B2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.790139088 L4_chemical_B3 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.753447628 L4_chemical_C2 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.972525132 L4_chemical_C3 +LQ06X015470 Ethylene-responsive transcription factor 12 8.984007506 C6_control_A1 +LQ06X015470 Ethylene-responsive transcription factor 12 10.23130936 C6_control_A3 +LQ06X015470 Ethylene-responsive transcription factor 12 8.896246596 C6_control_B1 +LQ06X015470 Ethylene-responsive transcription factor 12 9.594237572 C6_control_B2 +LQ06X015470 Ethylene-responsive transcription factor 12 9.24448796 C6_control_B3 +LQ06X015470 Ethylene-responsive transcription factor 12 10.06774545 C6_control_C1 +LQ06X015470 Ethylene-responsive transcription factor 12 9.864767059 C6_control_C2 +LQ06X015470 Ethylene-responsive transcription factor 12 10.44285923 C6_control_C3 +LQ06X015470 Ethylene-responsive transcription factor 12 8.793245905 C6_chemical_A1 +LQ06X015470 Ethylene-responsive transcription factor 12 10.51802676 C6_chemical_A3 +LQ06X015470 Ethylene-responsive transcription factor 12 8.750970879 C6_chemical_B1 +LQ06X015470 Ethylene-responsive transcription factor 12 9.177699296 C6_chemical_B2 +LQ06X015470 Ethylene-responsive transcription factor 12 9.355419572 C6_chemical_B3 +LQ06X015470 Ethylene-responsive transcription factor 12 10.2583122 C6_chemical_C1 +LQ06X015470 Ethylene-responsive transcription factor 12 9.848988186 C6_chemical_C2 +LQ06X015470 Ethylene-responsive transcription factor 12 10.96069389 C6_chemical_C3 +LQ06X015470 Ethylene-responsive transcription factor 12 10.07130529 L4_control_A1 +LQ06X015470 Ethylene-responsive transcription factor 12 8.871716032 L4_control_A2 +LQ06X015470 Ethylene-responsive transcription factor 12 9.860892737 L4_control_A3 +LQ06X015470 Ethylene-responsive transcription factor 12 9.716318446 L4_control_B1 +LQ06X015470 Ethylene-responsive transcription factor 12 8.463495283 L4_control_B2 +LQ06X015470 Ethylene-responsive transcription factor 12 9.550941307 L4_control_B3 +LQ06X015470 Ethylene-responsive transcription factor 12 9.059667321 L4_control_C2 +LQ06X015470 Ethylene-responsive transcription factor 12 9.764133771 L4_control_C3 +LQ06X015470 Ethylene-responsive transcription factor 12 11.54421687 L4_chemical_A1 +LQ06X015470 Ethylene-responsive transcription factor 12 10.76045046 L4_chemical_A2 +LQ06X015470 Ethylene-responsive transcription factor 12 10.66592118 L4_chemical_A3 +LQ06X015470 Ethylene-responsive transcription factor 12 9.988281654 L4_chemical_B1 +LQ06X015470 Ethylene-responsive transcription factor 12 9.487017174 L4_chemical_B2 +LQ06X015470 Ethylene-responsive transcription factor 12 9.145074871 L4_chemical_B3 +LQ06X015470 Ethylene-responsive transcription factor 12 9.605629979 L4_chemical_C2 +LQ06X015470 Ethylene-responsive transcription factor 12 10.12018168 L4_chemical_C3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 5.79395303 C6_control_A1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 5.478540887 C6_control_A3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.399139275 C6_control_B1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.311263304 C6_control_B2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.420700544 C6_control_B3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.155855487 C6_control_C1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.276244879 C6_control_C2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 9.587988317 C6_control_C3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 5.771019373 C6_chemical_A1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.170567078 C6_chemical_A3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 5.764991277 C6_chemical_B1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.284756318 C6_chemical_B2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.931838351 C6_chemical_B3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.243844673 C6_chemical_C1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 8.115392474 C6_chemical_C2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 9.677525443 C6_chemical_C3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 5.756258568 L4_control_A1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.139340722 L4_control_A2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.365884828 L4_control_A3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.294291521 L4_control_B1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.03467409 L4_control_B2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.484842473 L4_control_B3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.955787493 L4_control_C2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.001850288 L4_control_C3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.452569085 L4_chemical_A1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 5.995591536 L4_chemical_A2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.556370573 L4_chemical_A3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.093816833 L4_chemical_B1 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.262732058 L4_chemical_B2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.80779894 L4_chemical_B3 +LQ06X015510 Auxin-repressed 12.5 kDa protein 6.674943516 L4_chemical_C2 +LQ06X015510 Auxin-repressed 12.5 kDa protein 7.543619129 L4_chemical_C3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.13463919 C6_control_A1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.90890428 C6_control_A3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.94161991 C6_control_B1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.0166798 C6_control_B2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.7050828 C6_control_B3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.18252354 C6_control_C1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.83714173 C6_control_C2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.2126341 C6_control_C3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.92471191 C6_chemical_A1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.89191054 C6_chemical_A3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.73846347 C6_chemical_B1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.39746183 C6_chemical_B2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.57834696 C6_chemical_B3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.046842 C6_chemical_C1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.04999456 C6_chemical_C2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.14220026 C6_chemical_C3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.77445018 L4_control_A1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.66520769 L4_control_A2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.87229524 L4_control_A3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.07587497 L4_control_B1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 10.71849375 L4_control_B2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 10.98255403 L4_control_B3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.24332295 L4_control_C2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 10.6704837 L4_control_C3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.93135449 L4_chemical_A1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.73290706 L4_chemical_A2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 12.00150206 L4_chemical_A3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 10.97991462 L4_chemical_B1 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 10.72311253 L4_chemical_B2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.1916458 L4_chemical_B3 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.54639304 L4_chemical_C2 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.13308971 L4_chemical_C3 +LQ06X015550 Squamosa promoter-binding protein 1 13.94957629 C6_control_A1 +LQ06X015550 Squamosa promoter-binding protein 1 13.85849755 C6_control_A3 +LQ06X015550 Squamosa promoter-binding protein 1 13.50571109 C6_control_B1 +LQ06X015550 Squamosa promoter-binding protein 1 13.03080301 C6_control_B2 +LQ06X015550 Squamosa promoter-binding protein 1 13.6101152 C6_control_B3 +LQ06X015550 Squamosa promoter-binding protein 1 10.70844564 C6_control_C1 +LQ06X015550 Squamosa promoter-binding protein 1 10.7366368 C6_control_C2 +LQ06X015550 Squamosa promoter-binding protein 1 11.52799782 C6_control_C3 +LQ06X015550 Squamosa promoter-binding protein 1 13.8186413 C6_chemical_A1 +LQ06X015550 Squamosa promoter-binding protein 1 14.22172715 C6_chemical_A3 +LQ06X015550 Squamosa promoter-binding protein 1 13.44634487 C6_chemical_B1 +LQ06X015550 Squamosa promoter-binding protein 1 13.41979778 C6_chemical_B2 +LQ06X015550 Squamosa promoter-binding protein 1 13.31328131 C6_chemical_B3 +LQ06X015550 Squamosa promoter-binding protein 1 10.79746409 C6_chemical_C1 +LQ06X015550 Squamosa promoter-binding protein 1 10.64936399 C6_chemical_C2 +LQ06X015550 Squamosa promoter-binding protein 1 11.0201116 C6_chemical_C3 +LQ06X015550 Squamosa promoter-binding protein 1 14.39388377 L4_control_A1 +LQ06X015550 Squamosa promoter-binding protein 1 14.44212841 L4_control_A2 +LQ06X015550 Squamosa promoter-binding protein 1 14.15585853 L4_control_A3 +LQ06X015550 Squamosa promoter-binding protein 1 14.09710922 L4_control_B1 +LQ06X015550 Squamosa promoter-binding protein 1 13.69058158 L4_control_B2 +LQ06X015550 Squamosa promoter-binding protein 1 12.85822706 L4_control_B3 +LQ06X015550 Squamosa promoter-binding protein 1 10.13289319 L4_control_C2 +LQ06X015550 Squamosa promoter-binding protein 1 10.80093819 L4_control_C3 +LQ06X015550 Squamosa promoter-binding protein 1 14.18833787 L4_chemical_A1 +LQ06X015550 Squamosa promoter-binding protein 1 14.06011947 L4_chemical_A2 +LQ06X015550 Squamosa promoter-binding protein 1 14.2752779 L4_chemical_A3 +LQ06X015550 Squamosa promoter-binding protein 1 13.81329276 L4_chemical_B1 +LQ06X015550 Squamosa promoter-binding protein 1 14.10254964 L4_chemical_B2 +LQ06X015550 Squamosa promoter-binding protein 1 14.08289756 L4_chemical_B3 +LQ06X015550 Squamosa promoter-binding protein 1 11.05572052 L4_chemical_C2 +LQ06X015550 Squamosa promoter-binding protein 1 11.21058335 L4_chemical_C3 +LQ06X015570 F-box family protein 8.501980033 C6_control_A1 +LQ06X015570 F-box family protein 8.553441054 C6_control_A3 +LQ06X015570 F-box family protein 9.150629848 C6_control_B1 +LQ06X015570 F-box family protein 8.36637863 C6_control_B2 +LQ06X015570 F-box family protein 9.095067638 C6_control_B3 +LQ06X015570 F-box family protein 7.606338348 C6_control_C1 +LQ06X015570 F-box family protein 6.531843002 C6_control_C2 +LQ06X015570 F-box family protein 7.197646749 C6_control_C3 +LQ06X015570 F-box family protein 8.710585324 C6_chemical_A1 +LQ06X015570 F-box family protein 8.7401045 C6_chemical_A3 +LQ06X015570 F-box family protein 9.542858136 C6_chemical_B1 +LQ06X015570 F-box family protein 8.27581701 C6_chemical_B2 +LQ06X015570 F-box family protein 9.374048127 C6_chemical_B3 +LQ06X015570 F-box family protein 7.723970771 C6_chemical_C1 +LQ06X015570 F-box family protein 7.277402313 C6_chemical_C2 +LQ06X015570 F-box family protein 7.253068107 C6_chemical_C3 +LQ06X015570 F-box family protein 8.214537448 L4_control_A1 +LQ06X015570 F-box family protein 9.088825066 L4_control_A2 +LQ06X015570 F-box family protein 9.16196222 L4_control_A3 +LQ06X015570 F-box family protein 9.662448277 L4_control_B1 +LQ06X015570 F-box family protein 10.09891244 L4_control_B2 +LQ06X015570 F-box family protein 8.888432891 L4_control_B3 +LQ06X015570 F-box family protein 8.904433912 L4_control_C2 +LQ06X015570 F-box family protein 8.970708696 L4_control_C3 +LQ06X015570 F-box family protein 7.988487876 L4_chemical_A1 +LQ06X015570 F-box family protein 9.271355087 L4_chemical_A2 +LQ06X015570 F-box family protein 8.767544186 L4_chemical_A3 +LQ06X015570 F-box family protein 9.691155717 L4_chemical_B1 +LQ06X015570 F-box family protein 10.24692281 L4_chemical_B2 +LQ06X015570 F-box family protein 9.190047715 L4_chemical_B3 +LQ06X015570 F-box family protein 9.10005771 L4_chemical_C2 +LQ06X015570 F-box family protein 8.741398156 L4_chemical_C3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.656339868 C6_control_A1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 7.151307031 C6_control_A3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 5.970506317 C6_control_B1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.704075067 C6_control_B2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 7.069700248 C6_control_B3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.696743802 C6_control_C1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 7.89671392 C6_control_C2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.586695325 C6_control_C3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.583079588 C6_chemical_A1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.547355034 C6_chemical_A3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.683268894 C6_chemical_B1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.669728456 C6_chemical_B2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.689616746 C6_chemical_B3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.682305836 C6_chemical_C1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.679315791 C6_chemical_C2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.443330981 C6_chemical_C3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.693852575 L4_control_A1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.851965204 L4_control_A2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.528115461 L4_control_A3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.500063599 L4_control_B1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 7.112933886 L4_control_B2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.685567769 L4_control_B3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.590855907 L4_control_C2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.200432741 L4_control_C3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.567682031 L4_chemical_A1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 7.070582263 L4_chemical_A2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.015111019 L4_chemical_A3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.788943912 L4_chemical_B1 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.881790907 L4_chemical_B2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.912885234 L4_chemical_B3 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.920433276 L4_chemical_C2 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.941106194 L4_chemical_C3 +LQ06X015640 F3H9.10 protein 5.484733816 C6_control_A1 +LQ06X015640 F3H9.10 protein 6.006098871 C6_control_A3 +LQ06X015640 F3H9.10 protein 5.795782402 C6_control_B1 +LQ06X015640 F3H9.10 protein 4.913167477 C6_control_B2 +LQ06X015640 F3H9.10 protein 5.434659163 C6_control_B3 +LQ06X015640 F3H9.10 protein 5.193767245 C6_control_C1 +LQ06X015640 F3H9.10 protein 5.183347 C6_control_C2 +LQ06X015640 F3H9.10 protein 4.77322305 C6_control_C3 +LQ06X015640 F3H9.10 protein 5.160940671 C6_chemical_A1 +LQ06X015640 F3H9.10 protein 5.469839242 C6_chemical_A3 +LQ06X015640 F3H9.10 protein 5.016909462 C6_chemical_B1 +LQ06X015640 F3H9.10 protein 5.023138773 C6_chemical_B2 +LQ06X015640 F3H9.10 protein 4.88490186 C6_chemical_B3 +LQ06X015640 F3H9.10 protein 5.287611796 C6_chemical_C1 +LQ06X015640 F3H9.10 protein 5.011673098 C6_chemical_C2 +LQ06X015640 F3H9.10 protein 4.979875316 C6_chemical_C3 +LQ06X015640 F3H9.10 protein 5.171978072 L4_control_A1 +LQ06X015640 F3H9.10 protein 5.488108247 L4_control_A2 +LQ06X015640 F3H9.10 protein 5.482684497 L4_control_A3 +LQ06X015640 F3H9.10 protein 5.670362114 L4_control_B1 +LQ06X015640 F3H9.10 protein 5.709637325 L4_control_B2 +LQ06X015640 F3H9.10 protein 5.008949769 L4_control_B3 +LQ06X015640 F3H9.10 protein 5.714000739 L4_control_C2 +LQ06X015640 F3H9.10 protein 5.392749317 L4_control_C3 +LQ06X015640 F3H9.10 protein 5.341467149 L4_chemical_A1 +LQ06X015640 F3H9.10 protein 5.357280529 L4_chemical_A2 +LQ06X015640 F3H9.10 protein 5.593189671 L4_chemical_A3 +LQ06X015640 F3H9.10 protein 5.962892303 L4_chemical_B1 +LQ06X015640 F3H9.10 protein 6.044800124 L4_chemical_B2 +LQ06X015640 F3H9.10 protein 4.972895815 L4_chemical_B3 +LQ06X015640 F3H9.10 protein 5.575984522 L4_chemical_C2 +LQ06X015640 F3H9.10 protein 5.690160944 L4_chemical_C3 +LQ06X015650 Predicted protein 5.45180992 C6_control_A1 +LQ06X015650 Predicted protein 5.993598328 C6_control_A3 +LQ06X015650 Predicted protein 5.592934396 C6_control_B1 +LQ06X015650 Predicted protein 5.640450971 C6_control_B2 +LQ06X015650 Predicted protein 5.484067452 C6_control_B3 +LQ06X015650 Predicted protein 5.791550995 C6_control_C1 +LQ06X015650 Predicted protein 5.699078132 C6_control_C2 +LQ06X015650 Predicted protein 5.563058736 C6_control_C3 +LQ06X015650 Predicted protein 5.224316512 C6_chemical_A1 +LQ06X015650 Predicted protein 5.657325858 C6_chemical_A3 +LQ06X015650 Predicted protein 5.883309649 C6_chemical_B1 +LQ06X015650 Predicted protein 5.380057322 C6_chemical_B2 +LQ06X015650 Predicted protein 5.424651422 C6_chemical_B3 +LQ06X015650 Predicted protein 5.744456215 C6_chemical_C1 +LQ06X015650 Predicted protein 5.501043657 C6_chemical_C2 +LQ06X015650 Predicted protein 5.496066587 C6_chemical_C3 +LQ06X015650 Predicted protein 5.654406444 L4_control_A1 +LQ06X015650 Predicted protein 5.248086932 L4_control_A2 +LQ06X015650 Predicted protein 5.662167509 L4_control_A3 +LQ06X015650 Predicted protein 6.026828563 L4_control_B1 +LQ06X015650 Predicted protein 6.309268729 L4_control_B2 +LQ06X015650 Predicted protein 5.58658488 L4_control_B3 +LQ06X015650 Predicted protein 5.808879526 L4_control_C2 +LQ06X015650 Predicted protein 5.072296443 L4_control_C3 +LQ06X015650 Predicted protein 5.539195181 L4_chemical_A1 +LQ06X015650 Predicted protein 5.560841493 L4_chemical_A2 +LQ06X015650 Predicted protein 5.792180322 L4_chemical_A3 +LQ06X015650 Predicted protein 6.15394412 L4_chemical_B1 +LQ06X015650 Predicted protein 5.397789838 L4_chemical_B2 +LQ06X015650 Predicted protein 5.751911316 L4_chemical_B3 +LQ06X015650 Predicted protein 5.780475835 L4_chemical_C2 +LQ06X015650 Predicted protein 5.657310946 L4_chemical_C3 +LQ06X015670 Hypothetical protein 7.202303818 C6_control_A1 +LQ06X015670 Hypothetical protein 6.540739682 C6_control_A3 +LQ06X015670 Hypothetical protein 7.247477623 C6_control_B1 +LQ06X015670 Hypothetical protein 6.23821376 C6_control_B2 +LQ06X015670 Hypothetical protein 7.542277961 C6_control_B3 +LQ06X015670 Hypothetical protein 6.187866273 C6_control_C1 +LQ06X015670 Hypothetical protein 5.797135122 C6_control_C2 +LQ06X015670 Hypothetical protein 6.182522704 C6_control_C3 +LQ06X015670 Hypothetical protein 6.946482424 C6_chemical_A1 +LQ06X015670 Hypothetical protein 7.033509954 C6_chemical_A3 +LQ06X015670 Hypothetical protein 7.544030074 C6_chemical_B1 +LQ06X015670 Hypothetical protein 5.953364974 C6_chemical_B2 +LQ06X015670 Hypothetical protein 6.937088514 C6_chemical_B3 +LQ06X015670 Hypothetical protein 5.429270804 C6_chemical_C1 +LQ06X015670 Hypothetical protein 5.621578629 C6_chemical_C2 +LQ06X015670 Hypothetical protein 5.923382277 C6_chemical_C3 +LQ06X015670 Hypothetical protein 6.666659254 L4_control_A1 +LQ06X015670 Hypothetical protein 7.67794114 L4_control_A2 +LQ06X015670 Hypothetical protein 7.675915084 L4_control_A3 +LQ06X015670 Hypothetical protein 7.286678298 L4_control_B1 +LQ06X015670 Hypothetical protein 7.576243823 L4_control_B2 +LQ06X015670 Hypothetical protein 7.161913375 L4_control_B3 +LQ06X015670 Hypothetical protein 7.876988539 L4_control_C2 +LQ06X015670 Hypothetical protein 6.797683137 L4_control_C3 +LQ06X015670 Hypothetical protein 7.061524938 L4_chemical_A1 +LQ06X015670 Hypothetical protein 7.582488718 L4_chemical_A2 +LQ06X015670 Hypothetical protein 7.35368082 L4_chemical_A3 +LQ06X015670 Hypothetical protein 7.544617356 L4_chemical_B1 +LQ06X015670 Hypothetical protein 7.783405489 L4_chemical_B2 +LQ06X015670 Hypothetical protein 6.946237906 L4_chemical_B3 +LQ06X015670 Hypothetical protein 6.871956783 L4_chemical_C2 +LQ06X015670 Hypothetical protein 6.621432528 L4_chemical_C3 +LQ06X015680 Hypothetical protein 15.16873591 C6_control_A1 +LQ06X015680 Hypothetical protein 15.01243127 C6_control_A3 +LQ06X015680 Hypothetical protein 14.73385243 C6_control_B1 +LQ06X015680 Hypothetical protein 13.699141 C6_control_B2 +LQ06X015680 Hypothetical protein 13.58227617 C6_control_B3 +LQ06X015680 Hypothetical protein 12.32373317 C6_control_C1 +LQ06X015680 Hypothetical protein 12.57995706 C6_control_C2 +LQ06X015680 Hypothetical protein 11.84420004 C6_control_C3 +LQ06X015680 Hypothetical protein 15.01816707 C6_chemical_A1 +LQ06X015680 Hypothetical protein 15.32177173 C6_chemical_A3 +LQ06X015680 Hypothetical protein 14.51330173 C6_chemical_B1 +LQ06X015680 Hypothetical protein 13.2874349 C6_chemical_B2 +LQ06X015680 Hypothetical protein 13.67819188 C6_chemical_B3 +LQ06X015680 Hypothetical protein 12.25308628 C6_chemical_C1 +LQ06X015680 Hypothetical protein 11.82679876 C6_chemical_C2 +LQ06X015680 Hypothetical protein 11.70298876 C6_chemical_C3 +LQ06X015680 Hypothetical protein 15.30440242 L4_control_A1 +LQ06X015680 Hypothetical protein 15.43558271 L4_control_A2 +LQ06X015680 Hypothetical protein 15.13119801 L4_control_A3 +LQ06X015680 Hypothetical protein 13.5370467 L4_control_B1 +LQ06X015680 Hypothetical protein 14.44473705 L4_control_B2 +LQ06X015680 Hypothetical protein 12.95581254 L4_control_B3 +LQ06X015680 Hypothetical protein 11.90476191 L4_control_C2 +LQ06X015680 Hypothetical protein 11.65616945 L4_control_C3 +LQ06X015680 Hypothetical protein 14.50212442 L4_chemical_A1 +LQ06X015680 Hypothetical protein 14.92800482 L4_chemical_A2 +LQ06X015680 Hypothetical protein 15.12267144 L4_chemical_A3 +LQ06X015680 Hypothetical protein 14.54035408 L4_chemical_B1 +LQ06X015680 Hypothetical protein 15.26904298 L4_chemical_B2 +LQ06X015680 Hypothetical protein 14.94872771 L4_chemical_B3 +LQ06X015680 Hypothetical protein 12.03953771 L4_chemical_C2 +LQ06X015680 Hypothetical protein 11.51859703 L4_chemical_C3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.86508923 C6_control_A1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 11.33091464 C6_control_A3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.29896861 C6_control_B1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.41656483 C6_control_B2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.6307808 C6_control_B3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.7158955 C6_control_C1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.5894043 C6_control_C2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 11.38802961 C6_control_C3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.45998627 C6_chemical_A1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.86140246 C6_chemical_A3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 9.81656766 C6_chemical_B1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 9.65310048 C6_chemical_B2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.12279175 C6_chemical_B3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.45673512 C6_chemical_C1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.17618364 C6_chemical_C2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 11.28647192 C6_chemical_C3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.61476006 L4_control_A1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.52358982 L4_control_A2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.92402496 L4_control_A3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 9.94070729 L4_control_B1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 9.164532369 L4_control_B2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.09025484 L4_control_B3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 9.992261673 L4_control_C2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.20904031 L4_control_C3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.62234977 L4_chemical_A1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.25580139 L4_chemical_A2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.7797201 L4_chemical_A3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.2378127 L4_chemical_B1 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 9.419564695 L4_chemical_B2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.20764659 L4_chemical_B3 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.00572503 L4_chemical_C2 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.35116067 L4_chemical_C3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.96773728 C6_control_A1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.8027366 C6_control_A3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.25675146 C6_control_B1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.52249747 C6_control_B2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.28475632 C6_control_B3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.97886904 C6_control_C1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.77732452 C6_control_C2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.29210504 C6_control_C3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.78560834 C6_chemical_A1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.6734615 C6_chemical_A3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.02537318 C6_chemical_B1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.23372224 C6_chemical_B2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.35757387 C6_chemical_B3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.58510245 C6_chemical_C1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.82271293 C6_chemical_C2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.19495224 C6_chemical_C3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.66707021 L4_control_A1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.09106033 L4_control_A2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.84630043 L4_control_A3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.75659555 L4_control_B1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.75202471 L4_control_B2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.95448203 L4_control_B3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 15.29034955 L4_control_C2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 15.34048951 L4_control_C3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.81369544 L4_chemical_A1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.16125515 L4_chemical_A2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.86504825 L4_chemical_A3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.77854802 L4_chemical_B1 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.61649936 L4_chemical_B2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 14.50739674 L4_chemical_B3 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 15.08415959 L4_chemical_C2 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 15.08159734 L4_chemical_C3 +LQ06X015720 Predicted protein 5.27925853 C6_control_A1 +LQ06X015720 Predicted protein 6.365860794 C6_control_A3 +LQ06X015720 Predicted protein 5.323322617 C6_control_B1 +LQ06X015720 Predicted protein 5.841526376 C6_control_B2 +LQ06X015720 Predicted protein 6.13006747 C6_control_B3 +LQ06X015720 Predicted protein 5.10468593 C6_control_C1 +LQ06X015720 Predicted protein 7.037470199 C6_control_C2 +LQ06X015720 Predicted protein 5.896029723 C6_control_C3 +LQ06X015720 Predicted protein 5.876536751 C6_chemical_A1 +LQ06X015720 Predicted protein 8.029802014 C6_chemical_A3 +LQ06X015720 Predicted protein 6.427474236 C6_chemical_B1 +LQ06X015720 Predicted protein 7.481341097 C6_chemical_B2 +LQ06X015720 Predicted protein 9.926562548 C6_chemical_B3 +LQ06X015720 Predicted protein 5.386662775 C6_chemical_C1 +LQ06X015720 Predicted protein 6.890313903 C6_chemical_C2 +LQ06X015720 Predicted protein 6.465195374 C6_chemical_C3 +LQ06X015720 Predicted protein 5.966308543 L4_control_A1 +LQ06X015720 Predicted protein 5.776362212 L4_control_A2 +LQ06X015720 Predicted protein 7.535206553 L4_control_A3 +LQ06X015720 Predicted protein 6.301958803 L4_control_B1 +LQ06X015720 Predicted protein 8.636015481 L4_control_B2 +LQ06X015720 Predicted protein 8.031932036 L4_control_B3 +LQ06X015720 Predicted protein 6.459583492 L4_control_C2 +LQ06X015720 Predicted protein 8.003808993 L4_control_C3 +LQ06X015720 Predicted protein 9.563535315 L4_chemical_A1 +LQ06X015720 Predicted protein 9.63519275 L4_chemical_A2 +LQ06X015720 Predicted protein 7.568349105 L4_chemical_A3 +LQ06X015720 Predicted protein 7.500520205 L4_chemical_B1 +LQ06X015720 Predicted protein 8.618878672 L4_chemical_B2 +LQ06X015720 Predicted protein 9.702903856 L4_chemical_B3 +LQ06X015720 Predicted protein 5.804868383 L4_chemical_C2 +LQ06X015720 Predicted protein 9.01937031 L4_chemical_C3 +LQ06X015750 Predicted protein 10.90771802 C6_control_A1 +LQ06X015750 Predicted protein 9.846141735 C6_control_A3 +LQ06X015750 Predicted protein 10.96465569 C6_control_B1 +LQ06X015750 Predicted protein 9.264042272 C6_control_B2 +LQ06X015750 Predicted protein 9.622236376 C6_control_B3 +LQ06X015750 Predicted protein 9.758795728 C6_control_C1 +LQ06X015750 Predicted protein 9.041197586 C6_control_C2 +LQ06X015750 Predicted protein 9.333704503 C6_control_C3 +LQ06X015750 Predicted protein 11.68129044 C6_chemical_A1 +LQ06X015750 Predicted protein 9.629955536 C6_chemical_A3 +LQ06X015750 Predicted protein 10.72060534 C6_chemical_B1 +LQ06X015750 Predicted protein 9.645344039 C6_chemical_B2 +LQ06X015750 Predicted protein 10.87384097 C6_chemical_B3 +LQ06X015750 Predicted protein 9.82603076 C6_chemical_C1 +LQ06X015750 Predicted protein 8.683154262 C6_chemical_C2 +LQ06X015750 Predicted protein 9.878737401 C6_chemical_C3 +LQ06X015750 Predicted protein 10.19059932 L4_control_A1 +LQ06X015750 Predicted protein 10.99406343 L4_control_A2 +LQ06X015750 Predicted protein 10.47506069 L4_control_A3 +LQ06X015750 Predicted protein 8.5319057 L4_control_B1 +LQ06X015750 Predicted protein 11.00233428 L4_control_B2 +LQ06X015750 Predicted protein 9.870227421 L4_control_B3 +LQ06X015750 Predicted protein 8.727263048 L4_control_C2 +LQ06X015750 Predicted protein 9.23379647 L4_control_C3 +LQ06X015750 Predicted protein 8.745417472 L4_chemical_A1 +LQ06X015750 Predicted protein 10.04580652 L4_chemical_A2 +LQ06X015750 Predicted protein 9.61189843 L4_chemical_A3 +LQ06X015750 Predicted protein 10.05411371 L4_chemical_B1 +LQ06X015750 Predicted protein 10.19929308 L4_chemical_B2 +LQ06X015750 Predicted protein 10.87739723 L4_chemical_B3 +LQ06X015750 Predicted protein 7.715558566 L4_chemical_C2 +LQ06X015750 Predicted protein 8.918092782 L4_chemical_C3 +LQ06X015760 Putative uncharacterized protein 6.508351065 C6_control_A1 +LQ06X015760 Putative uncharacterized protein 6.018607202 C6_control_A3 +LQ06X015760 Putative uncharacterized protein 7.319817874 C6_control_B1 +LQ06X015760 Putative uncharacterized protein 7.531512053 C6_control_B2 +LQ06X015760 Putative uncharacterized protein 7.782003899 C6_control_B3 +LQ06X015760 Putative uncharacterized protein 8.307471034 C6_control_C1 +LQ06X015760 Putative uncharacterized protein 8.072383129 C6_control_C2 +LQ06X015760 Putative uncharacterized protein 8.432990273 C6_control_C3 +LQ06X015760 Putative uncharacterized protein 6.002740796 C6_chemical_A1 +LQ06X015760 Putative uncharacterized protein 6.244967584 C6_chemical_A3 +LQ06X015760 Putative uncharacterized protein 7.189800268 C6_chemical_B1 +LQ06X015760 Putative uncharacterized protein 7.483162274 C6_chemical_B2 +LQ06X015760 Putative uncharacterized protein 7.492934147 C6_chemical_B3 +LQ06X015760 Putative uncharacterized protein 7.890417238 C6_chemical_C1 +LQ06X015760 Putative uncharacterized protein 7.648978612 C6_chemical_C2 +LQ06X015760 Putative uncharacterized protein 8.308410221 C6_chemical_C3 +LQ06X015760 Putative uncharacterized protein 5.512897869 L4_control_A1 +LQ06X015760 Putative uncharacterized protein 5.06065249 L4_control_A2 +LQ06X015760 Putative uncharacterized protein 5.831347421 L4_control_A3 +LQ06X015760 Putative uncharacterized protein 6.543354757 L4_control_B1 +LQ06X015760 Putative uncharacterized protein 6.106172143 L4_control_B2 +LQ06X015760 Putative uncharacterized protein 6.953849848 L4_control_B3 +LQ06X015760 Putative uncharacterized protein 7.361599086 L4_control_C2 +LQ06X015760 Putative uncharacterized protein 7.42226746 L4_control_C3 +LQ06X015760 Putative uncharacterized protein 5.755301157 L4_chemical_A1 +LQ06X015760 Putative uncharacterized protein 5.653525677 L4_chemical_A2 +LQ06X015760 Putative uncharacterized protein 5.589982995 L4_chemical_A3 +LQ06X015760 Putative uncharacterized protein 6.649746356 L4_chemical_B1 +LQ06X015760 Putative uncharacterized protein 6.180454982 L4_chemical_B2 +LQ06X015760 Putative uncharacterized protein 6.022514807 L4_chemical_B3 +LQ06X015760 Putative uncharacterized protein 6.972239154 L4_chemical_C2 +LQ06X015760 Putative uncharacterized protein 7.277348218 L4_chemical_C3 +LQ06X015810 Vesicle-fusing ATPase 5.614725231 C6_control_A1 +LQ06X015810 Vesicle-fusing ATPase 5.629184942 C6_control_A3 +LQ06X015810 Vesicle-fusing ATPase 5.087137244 C6_control_B1 +LQ06X015810 Vesicle-fusing ATPase 5.352441646 C6_control_B2 +LQ06X015810 Vesicle-fusing ATPase 5.683884773 C6_control_B3 +LQ06X015810 Vesicle-fusing ATPase 5.350812578 C6_control_C1 +LQ06X015810 Vesicle-fusing ATPase 5.634496153 C6_control_C2 +LQ06X015810 Vesicle-fusing ATPase 5.084904142 C6_control_C3 +LQ06X015810 Vesicle-fusing ATPase 5.367273521 C6_chemical_A1 +LQ06X015810 Vesicle-fusing ATPase 5.511250021 C6_chemical_A3 +LQ06X015810 Vesicle-fusing ATPase 5.250213064 C6_chemical_B1 +LQ06X015810 Vesicle-fusing ATPase 5.284709505 C6_chemical_B2 +LQ06X015810 Vesicle-fusing ATPase 5.264850274 C6_chemical_B3 +LQ06X015810 Vesicle-fusing ATPase 5.466596558 C6_chemical_C1 +LQ06X015810 Vesicle-fusing ATPase 5.547861134 C6_chemical_C2 +LQ06X015810 Vesicle-fusing ATPase 5.084448846 C6_chemical_C3 +LQ06X015810 Vesicle-fusing ATPase 5.520384569 L4_control_A1 +LQ06X015810 Vesicle-fusing ATPase 5.539026568 L4_control_A2 +LQ06X015810 Vesicle-fusing ATPase 6.126446432 L4_control_A3 +LQ06X015810 Vesicle-fusing ATPase 5.560006305 L4_control_B1 +LQ06X015810 Vesicle-fusing ATPase 5.970545055 L4_control_B2 +LQ06X015810 Vesicle-fusing ATPase 5.4638828 L4_control_B3 +LQ06X015810 Vesicle-fusing ATPase 5.028967595 L4_control_C2 +LQ06X015810 Vesicle-fusing ATPase 4.97432878 L4_control_C3 +LQ06X015810 Vesicle-fusing ATPase 5.597852141 L4_chemical_A1 +LQ06X015810 Vesicle-fusing ATPase 5.657111029 L4_chemical_A2 +LQ06X015810 Vesicle-fusing ATPase 5.714784642 L4_chemical_A3 +LQ06X015810 Vesicle-fusing ATPase 6.126854883 L4_chemical_B1 +LQ06X015810 Vesicle-fusing ATPase 6.206628379 L4_chemical_B2 +LQ06X015810 Vesicle-fusing ATPase 5.336912709 L4_chemical_B3 +LQ06X015810 Vesicle-fusing ATPase 5.61523971 L4_chemical_C2 +LQ06X015810 Vesicle-fusing ATPase 5.466852964 L4_chemical_C3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.934065934 C6_control_A1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.279252524 C6_control_A3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.57564846 C6_control_B1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.88718592 C6_control_B2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.44828784 C6_control_B3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 12.09610006 C6_control_C1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 11.73551298 C6_control_C2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 12.06707105 C6_control_C3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.715291268 C6_chemical_A1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.0727472 C6_chemical_A3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.63321808 C6_chemical_B1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.41243458 C6_chemical_B2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.70673454 C6_chemical_B3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 12.06835075 C6_chemical_C1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 11.6205658 C6_chemical_C2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 12.09880847 C6_chemical_C3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.864721129 L4_control_A1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.654380213 L4_control_A2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.68001754 L4_control_A3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.59914302 L4_control_B1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.09823964 L4_control_B2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.8889498 L4_control_B3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 11.04121161 L4_control_C2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 11.13663553 L4_control_C3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.685631474 L4_chemical_A1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.97056049 L4_chemical_A2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.6463648 L4_chemical_A3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.02651956 L4_chemical_B1 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.99500039 L4_chemical_B2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 10.8331594 L4_chemical_B3 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 11.27917107 L4_chemical_C2 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 11.07047886 L4_chemical_C3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.347969162 C6_control_A1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.580225465 C6_control_A3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.848781739 C6_control_B1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.812038667 C6_control_B2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.444698666 C6_control_B3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.722029578 C6_control_C1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 6.361913246 C6_control_C2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.725005701 C6_control_C3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.441909218 C6_chemical_A1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.477624253 C6_chemical_A3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.498719654 C6_chemical_B1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.816517357 C6_chemical_B2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.964441191 C6_chemical_B3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.521516616 C6_chemical_C1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.75680785 C6_chemical_C2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.638632619 C6_chemical_C3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.233812201 L4_control_A1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.596400981 L4_control_A2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.526228506 L4_control_A3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.154834587 L4_control_B1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.441919973 L4_control_B2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.482925425 L4_control_B3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 6.131211327 L4_control_C2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 6.079517059 L4_control_C3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.52157865 L4_chemical_A1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.727452952 L4_chemical_A2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.364868388 L4_chemical_A3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.348631383 L4_chemical_B1 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.556053102 L4_chemical_B2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.603587713 L4_chemical_B3 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.303767104 L4_chemical_C2 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.684487218 L4_chemical_C3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.46349218 C6_control_A1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.21307292 C6_control_A3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.70870834 C6_control_B1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 14.23460937 C6_control_B2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.87264745 C6_control_B3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.70265294 C6_control_C1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 14.02237317 C6_control_C2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.68629836 C6_control_C3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.0093681 C6_chemical_A1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.04831512 C6_chemical_A3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.6105788 C6_chemical_B1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.92327863 C6_chemical_B2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.80676234 C6_chemical_B3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.44324806 C6_chemical_C1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.40067516 C6_chemical_C2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.77644273 C6_chemical_C3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.19000493 L4_control_A1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.06700627 L4_control_A2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.3558389 L4_control_A3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.60935776 L4_control_B1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.54333384 L4_control_B2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.76350404 L4_control_B3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.13432187 L4_control_C2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.2535051 L4_control_C3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.12717122 L4_chemical_A1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.03996598 L4_chemical_A2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 12.90858838 L4_chemical_A3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.23718227 L4_chemical_B1 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.46194491 L4_chemical_B2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.40891531 L4_chemical_B3 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.09510626 L4_chemical_C2 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.16560979 L4_chemical_C3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.56752493 C6_control_A1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.28855911 C6_control_A3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.73685004 C6_control_B1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.46811929 C6_control_B2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.61324022 C6_control_B3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.39011505 C6_control_C1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 11.94826832 C6_control_C2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.21696859 C6_control_C3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.42396954 C6_chemical_A1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 11.67612772 C6_chemical_A3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.73198106 C6_chemical_B1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.32732257 C6_chemical_B2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.34990122 C6_chemical_B3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.10623018 C6_chemical_C1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.3445088 C6_chemical_C2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 11.95944459 C6_chemical_C3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.17820318 L4_control_A1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 11.7572997 L4_control_A2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.44051433 L4_control_A3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.23195681 L4_control_B1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 11.25096649 L4_control_B2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.45326751 L4_control_B3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.76844583 L4_control_C2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.18364939 L4_control_C3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.10365885 L4_chemical_A1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.2522178 L4_chemical_A2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.09597015 L4_chemical_A3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.30586629 L4_chemical_B1 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.44618554 L4_chemical_B2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.60157634 L4_chemical_B3 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.93308745 L4_chemical_C2 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.12632797 L4_chemical_C3 +LQ06X015920 Rnf5, putative 5.781082475 C6_control_A1 +LQ06X015920 Rnf5, putative 5.823449649 C6_control_A3 +LQ06X015920 Rnf5, putative 5.886660571 C6_control_B1 +LQ06X015920 Rnf5, putative 6.406490968 C6_control_B2 +LQ06X015920 Rnf5, putative 5.936720627 C6_control_B3 +LQ06X015920 Rnf5, putative 6.096078381 C6_control_C1 +LQ06X015920 Rnf5, putative 6.022418201 C6_control_C2 +LQ06X015920 Rnf5, putative 6.85685958 C6_control_C3 +LQ06X015920 Rnf5, putative 6.398582904 C6_chemical_A1 +LQ06X015920 Rnf5, putative 5.500587049 C6_chemical_A3 +LQ06X015920 Rnf5, putative 5.459924259 C6_chemical_B1 +LQ06X015920 Rnf5, putative 6.12699133 C6_chemical_B2 +LQ06X015920 Rnf5, putative 5.495729809 C6_chemical_B3 +LQ06X015920 Rnf5, putative 6.500774681 C6_chemical_C1 +LQ06X015920 Rnf5, putative 6.33863256 C6_chemical_C2 +LQ06X015920 Rnf5, putative 6.625855395 C6_chemical_C3 +LQ06X015920 Rnf5, putative 5.83040198 L4_control_A1 +LQ06X015920 Rnf5, putative 6.830259274 L4_control_A2 +LQ06X015920 Rnf5, putative 6.616327446 L4_control_A3 +LQ06X015920 Rnf5, putative 6.105183312 L4_control_B1 +LQ06X015920 Rnf5, putative 6.414807384 L4_control_B2 +LQ06X015920 Rnf5, putative 6.606329316 L4_control_B3 +LQ06X015920 Rnf5, putative 5.469545663 L4_control_C2 +LQ06X015920 Rnf5, putative 5.524118064 L4_control_C3 +LQ06X015920 Rnf5, putative 5.585577443 L4_chemical_A1 +LQ06X015920 Rnf5, putative 6.599198629 L4_chemical_A2 +LQ06X015920 Rnf5, putative 6.366674743 L4_chemical_A3 +LQ06X015920 Rnf5, putative 5.921133496 L4_chemical_B1 +LQ06X015920 Rnf5, putative 6.872532996 L4_chemical_B2 +LQ06X015920 Rnf5, putative 6.436731938 L4_chemical_B3 +LQ06X015920 Rnf5, putative 5.864238854 L4_chemical_C2 +LQ06X015920 Rnf5, putative 5.835373184 L4_chemical_C3 +LQ06X016010 Putative Probable allantoinase 1 11.87698758 C6_control_A1 +LQ06X016010 Putative Probable allantoinase 1 11.13955763 C6_control_A3 +LQ06X016010 Putative Probable allantoinase 1 11.66389534 C6_control_B1 +LQ06X016010 Putative Probable allantoinase 1 12.12600822 C6_control_B2 +LQ06X016010 Putative Probable allantoinase 1 11.55273561 C6_control_B3 +LQ06X016010 Putative Probable allantoinase 1 12.17442911 C6_control_C1 +LQ06X016010 Putative Probable allantoinase 1 11.63291575 C6_control_C2 +LQ06X016010 Putative Probable allantoinase 1 11.63534522 C6_control_C3 +LQ06X016010 Putative Probable allantoinase 1 11.9009507 C6_chemical_A1 +LQ06X016010 Putative Probable allantoinase 1 12.04674287 C6_chemical_A3 +LQ06X016010 Putative Probable allantoinase 1 11.77096951 C6_chemical_B1 +LQ06X016010 Putative Probable allantoinase 1 12.26379795 C6_chemical_B2 +LQ06X016010 Putative Probable allantoinase 1 11.76857164 C6_chemical_B3 +LQ06X016010 Putative Probable allantoinase 1 12.26818995 C6_chemical_C1 +LQ06X016010 Putative Probable allantoinase 1 12.24450839 C6_chemical_C2 +LQ06X016010 Putative Probable allantoinase 1 11.81816768 C6_chemical_C3 +LQ06X016010 Putative Probable allantoinase 1 12.09761981 L4_control_A1 +LQ06X016010 Putative Probable allantoinase 1 12.18867053 L4_control_A2 +LQ06X016010 Putative Probable allantoinase 1 12.34078825 L4_control_A3 +LQ06X016010 Putative Probable allantoinase 1 12.09043994 L4_control_B1 +LQ06X016010 Putative Probable allantoinase 1 12.445932 L4_control_B2 +LQ06X016010 Putative Probable allantoinase 1 11.77602097 L4_control_B3 +LQ06X016010 Putative Probable allantoinase 1 11.88848489 L4_control_C2 +LQ06X016010 Putative Probable allantoinase 1 11.1655685 L4_control_C3 +LQ06X016010 Putative Probable allantoinase 1 12.21793717 L4_chemical_A1 +LQ06X016010 Putative Probable allantoinase 1 12.29325615 L4_chemical_A2 +LQ06X016010 Putative Probable allantoinase 1 12.4145931 L4_chemical_A3 +LQ06X016010 Putative Probable allantoinase 1 12.25679869 L4_chemical_B1 +LQ06X016010 Putative Probable allantoinase 1 12.49481712 L4_chemical_B2 +LQ06X016010 Putative Probable allantoinase 1 12.16612545 L4_chemical_B3 +LQ06X016010 Putative Probable allantoinase 1 12.12734189 L4_chemical_C2 +LQ06X016010 Putative Probable allantoinase 1 11.58826746 L4_chemical_C3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.20979407 C6_control_A1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.34008146 C6_control_A3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.22616087 C6_control_B1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 11.57229296 C6_control_B2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.19373194 C6_control_B3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 9.968369688 C6_control_C1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 10.19155685 C6_control_C2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 9.768606115 C6_control_C3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.02511127 C6_chemical_A1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.17890299 C6_chemical_A3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.27776878 C6_chemical_B1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 11.7155807 C6_chemical_B2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 11.40343502 C6_chemical_B3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 9.804958866 C6_chemical_C1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 9.819384708 C6_chemical_C2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 9.706095687 C6_chemical_C3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.55059896 L4_control_A1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.89247138 L4_control_A2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 13.13802157 L4_control_A3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.50252139 L4_control_B1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 13.04854664 L4_control_B2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 11.14603046 L4_control_B3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 10.25217249 L4_control_C2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 10.18089592 L4_control_C3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.48911736 L4_chemical_A1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.80409566 L4_chemical_A2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 13.02001062 L4_chemical_A3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.48369126 L4_chemical_B1 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.83760352 L4_chemical_B2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 11.92282245 L4_chemical_B3 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 10.22031171 L4_chemical_C2 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 10.4258708 L4_chemical_C3 +LQ06X016070 Putative uncharacterized protein 8.197348826 C6_control_A1 +LQ06X016070 Putative uncharacterized protein 6.889996134 C6_control_A3 +LQ06X016070 Putative uncharacterized protein 7.193570441 C6_control_B1 +LQ06X016070 Putative uncharacterized protein 9.536676058 C6_control_B2 +LQ06X016070 Putative uncharacterized protein 8.142033655 C6_control_B3 +LQ06X016070 Putative uncharacterized protein 9.375473041 C6_control_C1 +LQ06X016070 Putative uncharacterized protein 9.944788929 C6_control_C2 +LQ06X016070 Putative uncharacterized protein 9.346570259 C6_control_C3 +LQ06X016070 Putative uncharacterized protein 8.109117885 C6_chemical_A1 +LQ06X016070 Putative uncharacterized protein 8.190316051 C6_chemical_A3 +LQ06X016070 Putative uncharacterized protein 7.741601534 C6_chemical_B1 +LQ06X016070 Putative uncharacterized protein 9.917752036 C6_chemical_B2 +LQ06X016070 Putative uncharacterized protein 8.432474882 C6_chemical_B3 +LQ06X016070 Putative uncharacterized protein 9.454820208 C6_chemical_C1 +LQ06X016070 Putative uncharacterized protein 10.07135291 C6_chemical_C2 +LQ06X016070 Putative uncharacterized protein 9.910047399 C6_chemical_C3 +LQ06X016070 Putative uncharacterized protein 8.377764637 L4_control_A1 +LQ06X016070 Putative uncharacterized protein 8.363382778 L4_control_A2 +LQ06X016070 Putative uncharacterized protein 6.238205126 L4_control_A3 +LQ06X016070 Putative uncharacterized protein 7.902893136 L4_control_B1 +LQ06X016070 Putative uncharacterized protein 7.526472362 L4_control_B2 +LQ06X016070 Putative uncharacterized protein 9.597633963 L4_control_B3 +LQ06X016070 Putative uncharacterized protein 6.083132385 L4_control_C2 +LQ06X016070 Putative uncharacterized protein 7.51208737 L4_control_C3 +LQ06X016070 Putative uncharacterized protein 8.664222209 L4_chemical_A1 +LQ06X016070 Putative uncharacterized protein 8.311406613 L4_chemical_A2 +LQ06X016070 Putative uncharacterized protein 6.922584111 L4_chemical_A3 +LQ06X016070 Putative uncharacterized protein 6.274074047 L4_chemical_B1 +LQ06X016070 Putative uncharacterized protein 6.092032435 L4_chemical_B2 +LQ06X016070 Putative uncharacterized protein 9.081642297 L4_chemical_B3 +LQ06X016070 Putative uncharacterized protein 7.418819428 L4_chemical_C2 +LQ06X016070 Putative uncharacterized protein 8.896894125 L4_chemical_C3 +LQ06X016080 Putative uncharacterized protein 8.191482976 C6_control_A1 +LQ06X016080 Putative uncharacterized protein 7.764180414 C6_control_A3 +LQ06X016080 Putative uncharacterized protein 9.355128961 C6_control_B1 +LQ06X016080 Putative uncharacterized protein 10.24631198 C6_control_B2 +LQ06X016080 Putative uncharacterized protein 10.56656309 C6_control_B3 +LQ06X016080 Putative uncharacterized protein 10.25027131 C6_control_C1 +LQ06X016080 Putative uncharacterized protein 11.07360904 C6_control_C2 +LQ06X016080 Putative uncharacterized protein 10.46867044 C6_control_C3 +LQ06X016080 Putative uncharacterized protein 8.430353809 C6_chemical_A1 +LQ06X016080 Putative uncharacterized protein 8.338101804 C6_chemical_A3 +LQ06X016080 Putative uncharacterized protein 9.151977874 C6_chemical_B1 +LQ06X016080 Putative uncharacterized protein 9.310140671 C6_chemical_B2 +LQ06X016080 Putative uncharacterized protein 9.739539747 C6_chemical_B3 +LQ06X016080 Putative uncharacterized protein 10.36092703 C6_chemical_C1 +LQ06X016080 Putative uncharacterized protein 11.14726389 C6_chemical_C2 +LQ06X016080 Putative uncharacterized protein 11.04737663 C6_chemical_C3 +LQ06X016080 Putative uncharacterized protein 7.958842855 L4_control_A1 +LQ06X016080 Putative uncharacterized protein 9.284985699 L4_control_A2 +LQ06X016080 Putative uncharacterized protein 7.153366012 L4_control_A3 +LQ06X016080 Putative uncharacterized protein 10.08062956 L4_control_B1 +LQ06X016080 Putative uncharacterized protein 10.38895734 L4_control_B2 +LQ06X016080 Putative uncharacterized protein 9.505551896 L4_control_B3 +LQ06X016080 Putative uncharacterized protein 11.71517769 L4_control_C2 +LQ06X016080 Putative uncharacterized protein 11.66747014 L4_control_C3 +LQ06X016080 Putative uncharacterized protein 8.547243148 L4_chemical_A1 +LQ06X016080 Putative uncharacterized protein 9.759166289 L4_chemical_A2 +LQ06X016080 Putative uncharacterized protein 7.752635056 L4_chemical_A3 +LQ06X016080 Putative uncharacterized protein 9.52453694 L4_chemical_B1 +LQ06X016080 Putative uncharacterized protein 9.556701754 L4_chemical_B2 +LQ06X016080 Putative uncharacterized protein 8.953211331 L4_chemical_B3 +LQ06X016080 Putative uncharacterized protein 11.34853832 L4_chemical_C2 +LQ06X016080 Putative uncharacterized protein 11.05966897 L4_chemical_C3 +LQ06X016090 Putative Stem-specific protein TSJT1 12.20776059 C6_control_A1 +LQ06X016090 Putative Stem-specific protein TSJT1 13.56701701 C6_control_A3 +LQ06X016090 Putative Stem-specific protein TSJT1 12.50299555 C6_control_B1 +LQ06X016090 Putative Stem-specific protein TSJT1 12.86070187 C6_control_B2 +LQ06X016090 Putative Stem-specific protein TSJT1 13.25329961 C6_control_B3 +LQ06X016090 Putative Stem-specific protein TSJT1 10.59172813 C6_control_C1 +LQ06X016090 Putative Stem-specific protein TSJT1 11.87876759 C6_control_C2 +LQ06X016090 Putative Stem-specific protein TSJT1 11.64477059 C6_control_C3 +LQ06X016090 Putative Stem-specific protein TSJT1 11.78957854 C6_chemical_A1 +LQ06X016090 Putative Stem-specific protein TSJT1 13.54201212 C6_chemical_A3 +LQ06X016090 Putative Stem-specific protein TSJT1 12.90774864 C6_chemical_B1 +LQ06X016090 Putative Stem-specific protein TSJT1 12.72869771 C6_chemical_B2 +LQ06X016090 Putative Stem-specific protein TSJT1 14.1444217 C6_chemical_B3 +LQ06X016090 Putative Stem-specific protein TSJT1 10.23663959 C6_chemical_C1 +LQ06X016090 Putative Stem-specific protein TSJT1 11.77615499 C6_chemical_C2 +LQ06X016090 Putative Stem-specific protein TSJT1 13.03861671 C6_chemical_C3 +LQ06X016090 Putative Stem-specific protein TSJT1 11.46709274 L4_control_A1 +LQ06X016090 Putative Stem-specific protein TSJT1 11.99271044 L4_control_A2 +LQ06X016090 Putative Stem-specific protein TSJT1 13.68280687 L4_control_A3 +LQ06X016090 Putative Stem-specific protein TSJT1 13.67165915 L4_control_B1 +LQ06X016090 Putative Stem-specific protein TSJT1 13.8446202 L4_control_B2 +LQ06X016090 Putative Stem-specific protein TSJT1 12.98557977 L4_control_B3 +LQ06X016090 Putative Stem-specific protein TSJT1 12.76116183 L4_control_C2 +LQ06X016090 Putative Stem-specific protein TSJT1 12.68459458 L4_control_C3 +LQ06X016090 Putative Stem-specific protein TSJT1 14.71935688 L4_chemical_A1 +LQ06X016090 Putative Stem-specific protein TSJT1 14.52846971 L4_chemical_A2 +LQ06X016090 Putative Stem-specific protein TSJT1 13.26495458 L4_chemical_A3 +LQ06X016090 Putative Stem-specific protein TSJT1 13.76845654 L4_chemical_B1 +LQ06X016090 Putative Stem-specific protein TSJT1 13.56662802 L4_chemical_B2 +LQ06X016090 Putative Stem-specific protein TSJT1 13.64034026 L4_chemical_B3 +LQ06X016090 Putative Stem-specific protein TSJT1 12.11543443 L4_chemical_C2 +LQ06X016090 Putative Stem-specific protein TSJT1 12.72546861 L4_chemical_C3 +LQ06X016100 Putative UPF0533 protein C5orf44 12.1414663 C6_control_A1 +LQ06X016100 Putative UPF0533 protein C5orf44 12.06370472 C6_control_A3 +LQ06X016100 Putative UPF0533 protein C5orf44 12.51780498 C6_control_B1 +LQ06X016100 Putative UPF0533 protein C5orf44 11.85087237 C6_control_B2 +LQ06X016100 Putative UPF0533 protein C5orf44 11.9038151 C6_control_B3 +LQ06X016100 Putative UPF0533 protein C5orf44 11.9222651 C6_control_C1 +LQ06X016100 Putative UPF0533 protein C5orf44 11.84036309 C6_control_C2 +LQ06X016100 Putative UPF0533 protein C5orf44 12.09270755 C6_control_C3 +LQ06X016100 Putative UPF0533 protein C5orf44 11.89153942 C6_chemical_A1 +LQ06X016100 Putative UPF0533 protein C5orf44 12.00085743 C6_chemical_A3 +LQ06X016100 Putative UPF0533 protein C5orf44 11.85069083 C6_chemical_B1 +LQ06X016100 Putative UPF0533 protein C5orf44 11.75110312 C6_chemical_B2 +LQ06X016100 Putative UPF0533 protein C5orf44 11.98537368 C6_chemical_B3 +LQ06X016100 Putative UPF0533 protein C5orf44 11.96097381 C6_chemical_C1 +LQ06X016100 Putative UPF0533 protein C5orf44 11.82098194 C6_chemical_C2 +LQ06X016100 Putative UPF0533 protein C5orf44 12.36803999 C6_chemical_C3 +LQ06X016100 Putative UPF0533 protein C5orf44 12.19841755 L4_control_A1 +LQ06X016100 Putative UPF0533 protein C5orf44 11.65804848 L4_control_A2 +LQ06X016100 Putative UPF0533 protein C5orf44 11.80271994 L4_control_A3 +LQ06X016100 Putative UPF0533 protein C5orf44 11.44822842 L4_control_B1 +LQ06X016100 Putative UPF0533 protein C5orf44 11.97639265 L4_control_B2 +LQ06X016100 Putative UPF0533 protein C5orf44 11.69671082 L4_control_B3 +LQ06X016100 Putative UPF0533 protein C5orf44 12.15495034 L4_control_C2 +LQ06X016100 Putative UPF0533 protein C5orf44 12.07158559 L4_control_C3 +LQ06X016100 Putative UPF0533 protein C5orf44 12.06005255 L4_chemical_A1 +LQ06X016100 Putative UPF0533 protein C5orf44 11.74021742 L4_chemical_A2 +LQ06X016100 Putative UPF0533 protein C5orf44 12.15422362 L4_chemical_A3 +LQ06X016100 Putative UPF0533 protein C5orf44 12.10342009 L4_chemical_B1 +LQ06X016100 Putative UPF0533 protein C5orf44 11.37132913 L4_chemical_B2 +LQ06X016100 Putative UPF0533 protein C5orf44 11.91271003 L4_chemical_B3 +LQ06X016100 Putative UPF0533 protein C5orf44 12.22999228 L4_chemical_C2 +LQ06X016100 Putative UPF0533 protein C5orf44 12.4324598 L4_chemical_C3 +LQ06X016110 Putative uncharacterized protein 9.29811254 C6_control_A1 +LQ06X016110 Putative uncharacterized protein 8.149187942 C6_control_A3 +LQ06X016110 Putative uncharacterized protein 9.417937522 C6_control_B1 +LQ06X016110 Putative uncharacterized protein 9.22264178 C6_control_B2 +LQ06X016110 Putative uncharacterized protein 9.291913251 C6_control_B3 +LQ06X016110 Putative uncharacterized protein 10.25445692 C6_control_C1 +LQ06X016110 Putative uncharacterized protein 9.615574099 C6_control_C2 +LQ06X016110 Putative uncharacterized protein 9.930154335 C6_control_C3 +LQ06X016110 Putative uncharacterized protein 9.513214218 C6_chemical_A1 +LQ06X016110 Putative uncharacterized protein 9.354711526 C6_chemical_A3 +LQ06X016110 Putative uncharacterized protein 9.670537846 C6_chemical_B1 +LQ06X016110 Putative uncharacterized protein 9.247261169 C6_chemical_B2 +LQ06X016110 Putative uncharacterized protein 9.64529409 C6_chemical_B3 +LQ06X016110 Putative uncharacterized protein 10.10997036 C6_chemical_C1 +LQ06X016110 Putative uncharacterized protein 9.922225168 C6_chemical_C2 +LQ06X016110 Putative uncharacterized protein 10.1903106 C6_chemical_C3 +LQ06X016110 Putative uncharacterized protein 9.775656819 L4_control_A1 +LQ06X016110 Putative uncharacterized protein 9.308440755 L4_control_A2 +LQ06X016110 Putative uncharacterized protein 9.395735037 L4_control_A3 +LQ06X016110 Putative uncharacterized protein 9.533005025 L4_control_B1 +LQ06X016110 Putative uncharacterized protein 9.36234968 L4_control_B2 +LQ06X016110 Putative uncharacterized protein 9.741792498 L4_control_B3 +LQ06X016110 Putative uncharacterized protein 10.01108737 L4_control_C2 +LQ06X016110 Putative uncharacterized protein 10.81666982 L4_control_C3 +LQ06X016110 Putative uncharacterized protein 9.377231448 L4_chemical_A1 +LQ06X016110 Putative uncharacterized protein 9.204444732 L4_chemical_A2 +LQ06X016110 Putative uncharacterized protein 8.838353062 L4_chemical_A3 +LQ06X016110 Putative uncharacterized protein 9.136805454 L4_chemical_B1 +LQ06X016110 Putative uncharacterized protein 9.414688942 L4_chemical_B2 +LQ06X016110 Putative uncharacterized protein 9.451886212 L4_chemical_B3 +LQ06X016110 Putative uncharacterized protein 9.841059044 L4_chemical_C2 +LQ06X016110 Putative uncharacterized protein 10.58553072 L4_chemical_C3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.09597761 C6_control_A1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.583506375 C6_control_A3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.550533926 C6_control_B1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.543840846 C6_control_B2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.976769053 C6_control_B3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.84147724 C6_control_C1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.80219368 C6_control_C2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.97453127 C6_control_C3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 8.433309901 C6_chemical_A1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.615352167 C6_chemical_A3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.395628437 C6_chemical_B1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.543591441 C6_chemical_B2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.711532499 C6_chemical_B3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.78674905 C6_chemical_C1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.74704436 C6_chemical_C2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 11.2365837 C6_chemical_C3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 8.960831126 L4_control_A1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.703385177 L4_control_A2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.794412083 L4_control_A3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.652930545 L4_control_B1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.628942953 L4_control_B2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.15404786 L4_control_B3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.73291613 L4_control_C2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 11.14089846 L4_control_C3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.574578028 L4_chemical_A1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.827146073 L4_chemical_A2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.847300847 L4_chemical_A3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.0200913 L4_chemical_B1 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.699899738 L4_chemical_B2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 9.412682035 L4_chemical_B3 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.63092195 L4_chemical_C2 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 10.8628727 L4_chemical_C3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.057782955 C6_control_A1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.132867005 C6_control_A3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.411269247 C6_control_B1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.870478001 C6_control_B2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.997511237 C6_control_B3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.92199502 C6_control_C1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.229434109 C6_control_C2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.952792554 C6_control_C3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.048891607 C6_chemical_A1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.770782863 C6_chemical_A3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.94268488 C6_chemical_B1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.909918123 C6_chemical_B2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.988089019 C6_chemical_B3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.969369189 C6_chemical_C1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.126722485 C6_chemical_C2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.817650275 C6_chemical_C3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.015701179 L4_control_A1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.227832512 L4_control_A2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.489614294 L4_control_A3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.307377614 L4_control_B1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.121482959 L4_control_B2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.846656959 L4_control_B3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.157674816 L4_control_C2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 6.191189658 L4_control_C3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.13432286 L4_chemical_A1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.76131786 L4_chemical_A2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.791267287 L4_chemical_A3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.158229102 L4_chemical_B1 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.194318272 L4_chemical_B2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 4.677214205 L4_chemical_B3 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.184712067 L4_chemical_C2 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 6.111477172 L4_chemical_C3 +LQ06X016150 Putative uncharacterized protein 11.36759335 C6_control_A1 +LQ06X016150 Putative uncharacterized protein 10.9966768 C6_control_A3 +LQ06X016150 Putative uncharacterized protein 11.34087188 C6_control_B1 +LQ06X016150 Putative uncharacterized protein 11.4848099 C6_control_B2 +LQ06X016150 Putative uncharacterized protein 11.2575848 C6_control_B3 +LQ06X016150 Putative uncharacterized protein 11.84487202 C6_control_C1 +LQ06X016150 Putative uncharacterized protein 11.78917022 C6_control_C2 +LQ06X016150 Putative uncharacterized protein 11.93109078 C6_control_C3 +LQ06X016150 Putative uncharacterized protein 11.37883097 C6_chemical_A1 +LQ06X016150 Putative uncharacterized protein 11.36092542 C6_chemical_A3 +LQ06X016150 Putative uncharacterized protein 11.21930679 C6_chemical_B1 +LQ06X016150 Putative uncharacterized protein 11.26885805 C6_chemical_B2 +LQ06X016150 Putative uncharacterized protein 11.29259434 C6_chemical_B3 +LQ06X016150 Putative uncharacterized protein 11.90711381 C6_chemical_C1 +LQ06X016150 Putative uncharacterized protein 11.89265967 C6_chemical_C2 +LQ06X016150 Putative uncharacterized protein 12.10400436 C6_chemical_C3 +LQ06X016150 Putative uncharacterized protein 11.15093017 L4_control_A1 +LQ06X016150 Putative uncharacterized protein 11.33183047 L4_control_A2 +LQ06X016150 Putative uncharacterized protein 11.15488538 L4_control_A3 +LQ06X016150 Putative uncharacterized protein 11.67021629 L4_control_B1 +LQ06X016150 Putative uncharacterized protein 11.46312525 L4_control_B2 +LQ06X016150 Putative uncharacterized protein 11.63692715 L4_control_B3 +LQ06X016150 Putative uncharacterized protein 12.12912796 L4_control_C2 +LQ06X016150 Putative uncharacterized protein 12.00931413 L4_control_C3 +LQ06X016150 Putative uncharacterized protein 11.42016841 L4_chemical_A1 +LQ06X016150 Putative uncharacterized protein 11.48927135 L4_chemical_A2 +LQ06X016150 Putative uncharacterized protein 11.0675245 L4_chemical_A3 +LQ06X016150 Putative uncharacterized protein 11.63004933 L4_chemical_B1 +LQ06X016150 Putative uncharacterized protein 11.72510272 L4_chemical_B2 +LQ06X016150 Putative uncharacterized protein 11.439286 L4_chemical_B3 +LQ06X016150 Putative uncharacterized protein 11.99959934 L4_chemical_C2 +LQ06X016150 Putative uncharacterized protein 11.93921584 L4_chemical_C3 +LQ06X016160 Putative Epoxide hydrolase 2 5.139190873 C6_control_A1 +LQ06X016160 Putative Epoxide hydrolase 2 4.945702909 C6_control_A3 +LQ06X016160 Putative Epoxide hydrolase 2 5.578161892 C6_control_B1 +LQ06X016160 Putative Epoxide hydrolase 2 4.820353368 C6_control_B2 +LQ06X016160 Putative Epoxide hydrolase 2 5.16614984 C6_control_B3 +LQ06X016160 Putative Epoxide hydrolase 2 4.866288136 C6_control_C1 +LQ06X016160 Putative Epoxide hydrolase 2 4.908133613 C6_control_C2 +LQ06X016160 Putative Epoxide hydrolase 2 4.953813846 C6_control_C3 +LQ06X016160 Putative Epoxide hydrolase 2 4.769385094 C6_chemical_A1 +LQ06X016160 Putative Epoxide hydrolase 2 5.004817952 C6_chemical_A3 +LQ06X016160 Putative Epoxide hydrolase 2 5.604387137 C6_chemical_B1 +LQ06X016160 Putative Epoxide hydrolase 2 5.073771077 C6_chemical_B2 +LQ06X016160 Putative Epoxide hydrolase 2 5.452639475 C6_chemical_B3 +LQ06X016160 Putative Epoxide hydrolase 2 4.915865814 C6_chemical_C1 +LQ06X016160 Putative Epoxide hydrolase 2 4.978150392 C6_chemical_C2 +LQ06X016160 Putative Epoxide hydrolase 2 5.094756022 C6_chemical_C3 +LQ06X016160 Putative Epoxide hydrolase 2 5.002001371 L4_control_A1 +LQ06X016160 Putative Epoxide hydrolase 2 5.323016464 L4_control_A2 +LQ06X016160 Putative Epoxide hydrolase 2 4.970278014 L4_control_A3 +LQ06X016160 Putative Epoxide hydrolase 2 5.352855133 L4_control_B1 +LQ06X016160 Putative Epoxide hydrolase 2 5.03022083 L4_control_B2 +LQ06X016160 Putative Epoxide hydrolase 2 5.200565621 L4_control_B3 +LQ06X016160 Putative Epoxide hydrolase 2 5.623760837 L4_control_C2 +LQ06X016160 Putative Epoxide hydrolase 2 5.988315316 L4_control_C3 +LQ06X016160 Putative Epoxide hydrolase 2 5.234734424 L4_chemical_A1 +LQ06X016160 Putative Epoxide hydrolase 2 5.189931513 L4_chemical_A2 +LQ06X016160 Putative Epoxide hydrolase 2 5.175664869 L4_chemical_A3 +LQ06X016160 Putative Epoxide hydrolase 2 5.543258695 L4_chemical_B1 +LQ06X016160 Putative Epoxide hydrolase 2 5.109114286 L4_chemical_B2 +LQ06X016160 Putative Epoxide hydrolase 2 5.053920746 L4_chemical_B3 +LQ06X016160 Putative Epoxide hydrolase 2 6.114452907 L4_chemical_C2 +LQ06X016160 Putative Epoxide hydrolase 2 5.786176916 L4_chemical_C3 +LQ06X016170 Putative Epoxide hydrolase 2 12.10110763 C6_control_A1 +LQ06X016170 Putative Epoxide hydrolase 2 12.31187312 C6_control_A3 +LQ06X016170 Putative Epoxide hydrolase 2 11.87283023 C6_control_B1 +LQ06X016170 Putative Epoxide hydrolase 2 11.1456848 C6_control_B2 +LQ06X016170 Putative Epoxide hydrolase 2 11.26221413 C6_control_B3 +LQ06X016170 Putative Epoxide hydrolase 2 12.19312923 C6_control_C1 +LQ06X016170 Putative Epoxide hydrolase 2 12.15325421 C6_control_C2 +LQ06X016170 Putative Epoxide hydrolase 2 12.13303783 C6_control_C3 +LQ06X016170 Putative Epoxide hydrolase 2 12.00138083 C6_chemical_A1 +LQ06X016170 Putative Epoxide hydrolase 2 12.04683976 C6_chemical_A3 +LQ06X016170 Putative Epoxide hydrolase 2 11.8178552 C6_chemical_B1 +LQ06X016170 Putative Epoxide hydrolase 2 11.13070869 C6_chemical_B2 +LQ06X016170 Putative Epoxide hydrolase 2 11.3857572 C6_chemical_B3 +LQ06X016170 Putative Epoxide hydrolase 2 12.32425728 C6_chemical_C1 +LQ06X016170 Putative Epoxide hydrolase 2 12.08850309 C6_chemical_C2 +LQ06X016170 Putative Epoxide hydrolase 2 11.60410494 C6_chemical_C3 +LQ06X016170 Putative Epoxide hydrolase 2 11.37194066 L4_control_A1 +LQ06X016170 Putative Epoxide hydrolase 2 10.41178768 L4_control_A2 +LQ06X016170 Putative Epoxide hydrolase 2 11.20950062 L4_control_A3 +LQ06X016170 Putative Epoxide hydrolase 2 10.25155712 L4_control_B1 +LQ06X016170 Putative Epoxide hydrolase 2 10.85917042 L4_control_B2 +LQ06X016170 Putative Epoxide hydrolase 2 10.38443562 L4_control_B3 +LQ06X016170 Putative Epoxide hydrolase 2 11.92191535 L4_control_C2 +LQ06X016170 Putative Epoxide hydrolase 2 11.47624295 L4_control_C3 +LQ06X016170 Putative Epoxide hydrolase 2 11.40208097 L4_chemical_A1 +LQ06X016170 Putative Epoxide hydrolase 2 10.87845938 L4_chemical_A2 +LQ06X016170 Putative Epoxide hydrolase 2 11.30979214 L4_chemical_A3 +LQ06X016170 Putative Epoxide hydrolase 2 11.06884317 L4_chemical_B1 +LQ06X016170 Putative Epoxide hydrolase 2 10.4234907 L4_chemical_B2 +LQ06X016170 Putative Epoxide hydrolase 2 10.61794093 L4_chemical_B3 +LQ06X016170 Putative Epoxide hydrolase 2 11.99536063 L4_chemical_C2 +LQ06X016170 Putative Epoxide hydrolase 2 11.58499121 L4_chemical_C3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.11821635 C6_control_A1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.08614322 C6_control_A3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.21833039 C6_control_B1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 9.770638772 C6_control_B2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.08379654 C6_control_B3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 9.988425218 C6_control_C1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.36822187 C6_control_C2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 9.888694951 C6_control_C3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.26154601 C6_chemical_A1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.46931262 C6_chemical_A3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.22367686 C6_chemical_B1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 9.485914687 C6_chemical_B2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.2075229 C6_chemical_B3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.01346926 C6_chemical_C1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.04354725 C6_chemical_C2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.22796021 C6_chemical_C3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.08174199 L4_control_A1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.40730699 L4_control_A2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.71137893 L4_control_A3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.29580332 L4_control_B1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 11.13059369 L4_control_B2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.34781257 L4_control_B3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.70041338 L4_control_C2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.85662739 L4_control_C3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.21292445 L4_chemical_A1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.57380854 L4_chemical_A2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.36351487 L4_chemical_A3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.28887395 L4_chemical_B1 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.87856417 L4_chemical_B2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.25779489 L4_chemical_B3 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.75463097 L4_chemical_C2 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 11.03346987 L4_chemical_C3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.009903191 C6_control_A1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.07998754 C6_control_A3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.916210223 C6_control_B1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.176493773 C6_control_B2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.338477893 C6_control_B3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.687254882 C6_control_C1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.807414378 C6_control_C2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.650822413 C6_control_C3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.445064009 C6_chemical_A1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.859269202 C6_chemical_A3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.187259003 C6_chemical_B1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.216196311 C6_chemical_B2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.896832604 C6_chemical_B3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.713581493 C6_chemical_C1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.951283188 C6_chemical_C2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.600720299 C6_chemical_C3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.109228878 L4_control_A1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.104017248 L4_control_A2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.397358205 L4_control_A3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.167719274 L4_control_B1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.140681383 L4_control_B2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.961923773 L4_control_B3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.938594788 L4_control_C2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.759538782 L4_control_C3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.953476001 L4_chemical_A1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.951100067 L4_chemical_A2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.680396883 L4_chemical_A3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.113124123 L4_chemical_B1 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.337341238 L4_chemical_B2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.961404288 L4_chemical_B3 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 4.896950229 L4_chemical_C2 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.375336244 L4_chemical_C3 +LQ06X016210 Splicing factor 3B subunit 2 6.410770357 C6_control_A1 +LQ06X016210 Splicing factor 3B subunit 2 5.95988679 C6_control_A3 +LQ06X016210 Splicing factor 3B subunit 2 5.951322581 C6_control_B1 +LQ06X016210 Splicing factor 3B subunit 2 6.146522412 C6_control_B2 +LQ06X016210 Splicing factor 3B subunit 2 6.536107799 C6_control_B3 +LQ06X016210 Splicing factor 3B subunit 2 6.190557568 C6_control_C1 +LQ06X016210 Splicing factor 3B subunit 2 6.108026964 C6_control_C2 +LQ06X016210 Splicing factor 3B subunit 2 5.977309728 C6_control_C3 +LQ06X016210 Splicing factor 3B subunit 2 6.479271793 C6_chemical_A1 +LQ06X016210 Splicing factor 3B subunit 2 6.1082324 C6_chemical_A3 +LQ06X016210 Splicing factor 3B subunit 2 6.338662959 C6_chemical_B1 +LQ06X016210 Splicing factor 3B subunit 2 5.975024045 C6_chemical_B2 +LQ06X016210 Splicing factor 3B subunit 2 5.879502283 C6_chemical_B3 +LQ06X016210 Splicing factor 3B subunit 2 6.379517385 C6_chemical_C1 +LQ06X016210 Splicing factor 3B subunit 2 5.949924469 C6_chemical_C2 +LQ06X016210 Splicing factor 3B subunit 2 5.884921659 C6_chemical_C3 +LQ06X016210 Splicing factor 3B subunit 2 6.096274756 L4_control_A1 +LQ06X016210 Splicing factor 3B subunit 2 6.371654338 L4_control_A2 +LQ06X016210 Splicing factor 3B subunit 2 5.615822441 L4_control_A3 +LQ06X016210 Splicing factor 3B subunit 2 5.857203175 L4_control_B1 +LQ06X016210 Splicing factor 3B subunit 2 6.226531707 L4_control_B2 +LQ06X016210 Splicing factor 3B subunit 2 6.161175007 L4_control_B3 +LQ06X016210 Splicing factor 3B subunit 2 6.144429169 L4_control_C2 +LQ06X016210 Splicing factor 3B subunit 2 5.60394319 L4_control_C3 +LQ06X016210 Splicing factor 3B subunit 2 5.691897196 L4_chemical_A1 +LQ06X016210 Splicing factor 3B subunit 2 6.108156955 L4_chemical_A2 +LQ06X016210 Splicing factor 3B subunit 2 5.971861864 L4_chemical_A3 +LQ06X016210 Splicing factor 3B subunit 2 6.266371961 L4_chemical_B1 +LQ06X016210 Splicing factor 3B subunit 2 6.031065322 L4_chemical_B2 +LQ06X016210 Splicing factor 3B subunit 2 6.333199842 L4_chemical_B3 +LQ06X016210 Splicing factor 3B subunit 2 6.336459114 L4_chemical_C2 +LQ06X016210 Splicing factor 3B subunit 2 5.273153262 L4_chemical_C3 +LQ06X016220 Predicted protein 8.342572263 C6_control_A1 +LQ06X016220 Predicted protein 6.565849906 C6_control_A3 +LQ06X016220 Predicted protein 7.582602396 C6_control_B1 +LQ06X016220 Predicted protein 8.874758924 C6_control_B2 +LQ06X016220 Predicted protein 6.950322441 C6_control_B3 +LQ06X016220 Predicted protein 8.139275104 C6_control_C1 +LQ06X016220 Predicted protein 6.543779898 C6_control_C2 +LQ06X016220 Predicted protein 7.718684054 C6_control_C3 +LQ06X016220 Predicted protein 8.450978133 C6_chemical_A1 +LQ06X016220 Predicted protein 8.224410111 C6_chemical_A3 +LQ06X016220 Predicted protein 7.55566225 C6_chemical_B1 +LQ06X016220 Predicted protein 8.707556296 C6_chemical_B2 +LQ06X016220 Predicted protein 7.873328333 C6_chemical_B3 +LQ06X016220 Predicted protein 7.875551036 C6_chemical_C1 +LQ06X016220 Predicted protein 7.225855296 C6_chemical_C2 +LQ06X016220 Predicted protein 7.806986051 C6_chemical_C3 +LQ06X016220 Predicted protein 7.733299264 L4_control_A1 +LQ06X016220 Predicted protein 6.021644603 L4_control_A2 +LQ06X016220 Predicted protein 5.883069244 L4_control_A3 +LQ06X016220 Predicted protein 6.191673223 L4_control_B1 +LQ06X016220 Predicted protein 6.840917909 L4_control_B2 +LQ06X016220 Predicted protein 7.200293943 L4_control_B3 +LQ06X016220 Predicted protein 5.641682754 L4_control_C2 +LQ06X016220 Predicted protein 5.935249949 L4_control_C3 +LQ06X016220 Predicted protein 8.665558669 L4_chemical_A1 +LQ06X016220 Predicted protein 6.510196271 L4_chemical_A2 +LQ06X016220 Predicted protein 6.328787355 L4_chemical_A3 +LQ06X016220 Predicted protein 7.18916422 L4_chemical_B1 +LQ06X016220 Predicted protein 6.728340604 L4_chemical_B2 +LQ06X016220 Predicted protein 7.280808979 L4_chemical_B3 +LQ06X016220 Predicted protein 5.299619265 L4_chemical_C2 +LQ06X016220 Predicted protein 6.284047303 L4_chemical_C3 +LQ06X016230 Putative uncharacterized protein 12.63566742 C6_control_A1 +LQ06X016230 Putative uncharacterized protein 12.54745141 C6_control_A3 +LQ06X016230 Putative uncharacterized protein 12.69121305 C6_control_B1 +LQ06X016230 Putative uncharacterized protein 13.3764756 C6_control_B2 +LQ06X016230 Putative uncharacterized protein 13.00362919 C6_control_B3 +LQ06X016230 Putative uncharacterized protein 13.15247013 C6_control_C1 +LQ06X016230 Putative uncharacterized protein 13.11596654 C6_control_C2 +LQ06X016230 Putative uncharacterized protein 12.93816845 C6_control_C3 +LQ06X016230 Putative uncharacterized protein 12.28257172 C6_chemical_A1 +LQ06X016230 Putative uncharacterized protein 12.52079997 C6_chemical_A3 +LQ06X016230 Putative uncharacterized protein 12.56178204 C6_chemical_B1 +LQ06X016230 Putative uncharacterized protein 13.20243805 C6_chemical_B2 +LQ06X016230 Putative uncharacterized protein 12.93129172 C6_chemical_B3 +LQ06X016230 Putative uncharacterized protein 13.1911886 C6_chemical_C1 +LQ06X016230 Putative uncharacterized protein 12.9623134 C6_chemical_C2 +LQ06X016230 Putative uncharacterized protein 13.29973056 C6_chemical_C3 +LQ06X016230 Putative uncharacterized protein 12.96516978 L4_control_A1 +LQ06X016230 Putative uncharacterized protein 13.03765547 L4_control_A2 +LQ06X016230 Putative uncharacterized protein 12.43486877 L4_control_A3 +LQ06X016230 Putative uncharacterized protein 12.51739199 L4_control_B1 +LQ06X016230 Putative uncharacterized protein 12.1759751 L4_control_B2 +LQ06X016230 Putative uncharacterized protein 12.85582309 L4_control_B3 +LQ06X016230 Putative uncharacterized protein 11.84788573 L4_control_C2 +LQ06X016230 Putative uncharacterized protein 11.76757278 L4_control_C3 +LQ06X016230 Putative uncharacterized protein 13.22020091 L4_chemical_A1 +LQ06X016230 Putative uncharacterized protein 12.92790045 L4_chemical_A2 +LQ06X016230 Putative uncharacterized protein 12.85197442 L4_chemical_A3 +LQ06X016230 Putative uncharacterized protein 12.4191041 L4_chemical_B1 +LQ06X016230 Putative uncharacterized protein 12.58011266 L4_chemical_B2 +LQ06X016230 Putative uncharacterized protein 13.19679666 L4_chemical_B3 +LQ06X016230 Putative uncharacterized protein 12.02585065 L4_chemical_C2 +LQ06X016230 Putative uncharacterized protein 11.79734388 L4_chemical_C3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.264711727 C6_control_A1 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.219932352 C6_control_A3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.591281628 C6_control_B1 +LQ06X016250 Polyphenol oxidase, chloroplastic 4.898808601 C6_control_B2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.320250421 C6_control_B3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.097523611 C6_control_C1 +LQ06X016250 Polyphenol oxidase, chloroplastic 4.965851032 C6_control_C2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.243468772 C6_control_C3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.724317673 C6_chemical_A1 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.347857227 C6_chemical_A3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.322377452 C6_chemical_B1 +LQ06X016250 Polyphenol oxidase, chloroplastic 4.780771338 C6_chemical_B2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.339824953 C6_chemical_B3 +LQ06X016250 Polyphenol oxidase, chloroplastic 4.653528293 C6_chemical_C1 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.155081358 C6_chemical_C2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.186586828 C6_chemical_C3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.381230071 L4_control_A1 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.271288165 L4_control_A2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.701998509 L4_control_A3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.254019493 L4_control_B1 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.487905387 L4_control_B2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.448785736 L4_control_B3 +LQ06X016250 Polyphenol oxidase, chloroplastic 6.10224202 L4_control_C2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.609304384 L4_control_C3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.676197472 L4_chemical_A1 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.586373983 L4_chemical_A2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.828623025 L4_chemical_A3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.565316049 L4_chemical_B1 +LQ06X016250 Polyphenol oxidase, chloroplastic 6.203282253 L4_chemical_B2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.204721069 L4_chemical_B3 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.623386201 L4_chemical_C2 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.433242126 L4_chemical_C3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.825787572 C6_control_A1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.173374269 C6_control_A3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.215617593 C6_control_B1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.335317319 C6_control_B2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.878738336 C6_control_B3 +LQ06X016260 Polyphenol oxidase, chloroplastic 4.877718615 C6_control_C1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.441681598 C6_control_C2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.446301725 C6_control_C3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.39903609 C6_chemical_A1 +LQ06X016260 Polyphenol oxidase, chloroplastic 6.069393966 C6_chemical_A3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.301856312 C6_chemical_B1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.266627362 C6_chemical_B2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.265178343 C6_chemical_B3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.487427285 C6_chemical_C1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.145319173 C6_chemical_C2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.085496177 C6_chemical_C3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.948268293 L4_control_A1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.390246095 L4_control_A2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.764922992 L4_control_A3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.387481468 L4_control_B1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.160143224 L4_control_B2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.899213387 L4_control_B3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.162157496 L4_control_C2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.178005315 L4_control_C3 +LQ06X016260 Polyphenol oxidase, chloroplastic 6.339912808 L4_chemical_A1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.427669444 L4_chemical_A2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.152195253 L4_chemical_A3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.830059198 L4_chemical_B1 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.306556968 L4_chemical_B2 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.574128604 L4_chemical_B3 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.847854623 L4_chemical_C2 +LQ06X016260 Polyphenol oxidase, chloroplastic 6.44402759 L4_chemical_C3 +LQ06X016270 Polyphenol oxidase, chloroplastic 14.25979712 C6_control_A1 +LQ06X016270 Polyphenol oxidase, chloroplastic 14.32459904 C6_control_A3 +LQ06X016270 Polyphenol oxidase, chloroplastic 13.70291389 C6_control_B1 +LQ06X016270 Polyphenol oxidase, chloroplastic 8.821326314 C6_control_B2 +LQ06X016270 Polyphenol oxidase, chloroplastic 11.35746726 C6_control_B3 +LQ06X016270 Polyphenol oxidase, chloroplastic 6.335476417 C6_control_C1 +LQ06X016270 Polyphenol oxidase, chloroplastic 5.330720218 C6_control_C2 +LQ06X016270 Polyphenol oxidase, chloroplastic 6.149546099 C6_control_C3 +LQ06X016270 Polyphenol oxidase, chloroplastic 14.53323199 C6_chemical_A1 +LQ06X016270 Polyphenol oxidase, chloroplastic 15.59946261 C6_chemical_A3 +LQ06X016270 Polyphenol oxidase, chloroplastic 13.5572586 C6_chemical_B1 +LQ06X016270 Polyphenol oxidase, chloroplastic 9.844195815 C6_chemical_B2 +LQ06X016270 Polyphenol oxidase, chloroplastic 11.37745724 C6_chemical_B3 +LQ06X016270 Polyphenol oxidase, chloroplastic 6.282290398 C6_chemical_C1 +LQ06X016270 Polyphenol oxidase, chloroplastic 5.964942308 C6_chemical_C2 +LQ06X016270 Polyphenol oxidase, chloroplastic 6.417262238 C6_chemical_C3 +LQ06X016270 Polyphenol oxidase, chloroplastic 15.34357976 L4_control_A1 +LQ06X016270 Polyphenol oxidase, chloroplastic 15.29381505 L4_control_A2 +LQ06X016270 Polyphenol oxidase, chloroplastic 14.78901138 L4_control_A3 +LQ06X016270 Polyphenol oxidase, chloroplastic 11.527356 L4_control_B1 +LQ06X016270 Polyphenol oxidase, chloroplastic 10.46223795 L4_control_B2 +LQ06X016270 Polyphenol oxidase, chloroplastic 8.920653481 L4_control_B3 +LQ06X016270 Polyphenol oxidase, chloroplastic 6.856627083 L4_control_C2 +LQ06X016270 Polyphenol oxidase, chloroplastic 6.99879561 L4_control_C3 +LQ06X016270 Polyphenol oxidase, chloroplastic 14.14437424 L4_chemical_A1 +LQ06X016270 Polyphenol oxidase, chloroplastic 12.90701996 L4_chemical_A2 +LQ06X016270 Polyphenol oxidase, chloroplastic 13.64134451 L4_chemical_A3 +LQ06X016270 Polyphenol oxidase, chloroplastic 14.25576771 L4_chemical_B1 +LQ06X016270 Polyphenol oxidase, chloroplastic 12.04125735 L4_chemical_B2 +LQ06X016270 Polyphenol oxidase, chloroplastic 11.12345228 L4_chemical_B3 +LQ06X016270 Polyphenol oxidase, chloroplastic 7.714917623 L4_chemical_C2 +LQ06X016270 Polyphenol oxidase, chloroplastic 6.772232942 L4_chemical_C3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.251431193 C6_control_A1 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.226843086 C6_control_A3 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.929843229 C6_control_B1 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.737090878 C6_control_B2 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.896733178 C6_control_B3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.04373498 C6_control_C1 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.76485989 C6_control_C2 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.010156828 C6_control_C3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.246520503 C6_chemical_A1 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.773697017 C6_chemical_A3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.171028757 C6_chemical_B1 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.657886695 C6_chemical_B2 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.793840036 C6_chemical_B3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.054945901 C6_chemical_C1 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.712783479 C6_chemical_C2 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.174026808 C6_chemical_C3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.358800156 L4_control_A1 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.119094719 L4_control_A2 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.899694647 L4_control_A3 +LQ06X016280 Polyphenol oxidase, chloroplastic 6.122547477 L4_control_B1 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.68606328 L4_control_B2 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.861099663 L4_control_B3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.101190283 L4_control_C2 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.79423638 L4_control_C3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.292741822 L4_chemical_A1 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.563452432 L4_chemical_A2 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.607659176 L4_chemical_A3 +LQ06X016280 Polyphenol oxidase, chloroplastic 4.948792242 L4_chemical_B1 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.874407751 L4_chemical_B2 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.099380184 L4_chemical_B3 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.861325339 L4_chemical_C2 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.491736425 L4_chemical_C3 +LQ06X016290 Hypothetical protein 5.995657257 C6_control_A1 +LQ06X016290 Hypothetical protein 5.956838027 C6_control_A3 +LQ06X016290 Hypothetical protein 5.327030333 C6_control_B1 +LQ06X016290 Hypothetical protein 5.807202721 C6_control_B2 +LQ06X016290 Hypothetical protein 5.491829216 C6_control_B3 +LQ06X016290 Hypothetical protein 5.935203037 C6_control_C1 +LQ06X016290 Hypothetical protein 6.41454816 C6_control_C2 +LQ06X016290 Hypothetical protein 5.980283859 C6_control_C3 +LQ06X016290 Hypothetical protein 6.011571688 C6_chemical_A1 +LQ06X016290 Hypothetical protein 5.994214286 C6_chemical_A3 +LQ06X016290 Hypothetical protein 5.521386549 C6_chemical_B1 +LQ06X016290 Hypothetical protein 5.961147197 C6_chemical_B2 +LQ06X016290 Hypothetical protein 5.504316935 C6_chemical_B3 +LQ06X016290 Hypothetical protein 6.215303979 C6_chemical_C1 +LQ06X016290 Hypothetical protein 6.062305673 C6_chemical_C2 +LQ06X016290 Hypothetical protein 6.55492174 C6_chemical_C3 +LQ06X016290 Hypothetical protein 5.85899276 L4_control_A1 +LQ06X016290 Hypothetical protein 6.104980365 L4_control_A2 +LQ06X016290 Hypothetical protein 6.541736457 L4_control_A3 +LQ06X016290 Hypothetical protein 5.578316915 L4_control_B1 +LQ06X016290 Hypothetical protein 7.089682922 L4_control_B2 +LQ06X016290 Hypothetical protein 5.51239691 L4_control_B3 +LQ06X016290 Hypothetical protein 5.764211737 L4_control_C2 +LQ06X016290 Hypothetical protein 5.329888893 L4_control_C3 +LQ06X016290 Hypothetical protein 6.001797553 L4_chemical_A1 +LQ06X016290 Hypothetical protein 6.190913784 L4_chemical_A2 +LQ06X016290 Hypothetical protein 5.877589587 L4_chemical_A3 +LQ06X016290 Hypothetical protein 5.827710172 L4_chemical_B1 +LQ06X016290 Hypothetical protein 6.165985978 L4_chemical_B2 +LQ06X016290 Hypothetical protein 5.82391244 L4_chemical_B3 +LQ06X016290 Hypothetical protein 6.153196797 L4_chemical_C2 +LQ06X016290 Hypothetical protein 5.381511997 L4_chemical_C3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.245998408 C6_control_A1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.448538041 C6_control_A3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.628010726 C6_control_B1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.114515179 C6_control_B2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.178188115 C6_control_B3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.361183008 C6_control_C1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.166451323 C6_control_C2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.297911195 C6_control_C3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.435861375 C6_chemical_A1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.140977166 C6_chemical_A3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.856681102 C6_chemical_B1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.270073458 C6_chemical_B2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.544743886 C6_chemical_B3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.522855197 C6_chemical_C1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.451282801 C6_chemical_C2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.207775568 C6_chemical_C3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.407883157 L4_control_A1 +LQ06X016300 Polyphenol oxidase, chloroplastic 4.906812896 L4_control_A2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.463760489 L4_control_A3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.279355673 L4_control_B1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.22708692 L4_control_B2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.769457314 L4_control_B3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.574978006 L4_control_C2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.357368546 L4_control_C3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.112241963 L4_chemical_A1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.445910221 L4_chemical_A2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.447283513 L4_chemical_A3 +LQ06X016300 Polyphenol oxidase, chloroplastic 4.952691727 L4_chemical_B1 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.686826095 L4_chemical_B2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.094297145 L4_chemical_B3 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.665009561 L4_chemical_C2 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.583817985 L4_chemical_C3 +LQ06X016360 Putative S-linalool synthase 4.857026961 C6_control_A1 +LQ06X016360 Putative S-linalool synthase 4.848851523 C6_control_A3 +LQ06X016360 Putative S-linalool synthase 5.384225631 C6_control_B1 +LQ06X016360 Putative S-linalool synthase 5.049618666 C6_control_B2 +LQ06X016360 Putative S-linalool synthase 5.079273808 C6_control_B3 +LQ06X016360 Putative S-linalool synthase 5.254760464 C6_control_C1 +LQ06X016360 Putative S-linalool synthase 4.865176679 C6_control_C2 +LQ06X016360 Putative S-linalool synthase 4.998211672 C6_control_C3 +LQ06X016360 Putative S-linalool synthase 5.355007474 C6_chemical_A1 +LQ06X016360 Putative S-linalool synthase 5.07830489 C6_chemical_A3 +LQ06X016360 Putative S-linalool synthase 5.710140093 C6_chemical_B1 +LQ06X016360 Putative S-linalool synthase 4.875953112 C6_chemical_B2 +LQ06X016360 Putative S-linalool synthase 5.386585907 C6_chemical_B3 +LQ06X016360 Putative S-linalool synthase 4.858923111 C6_chemical_C1 +LQ06X016360 Putative S-linalool synthase 5.024791299 C6_chemical_C2 +LQ06X016360 Putative S-linalool synthase 4.689083034 C6_chemical_C3 +LQ06X016360 Putative S-linalool synthase 5.232912892 L4_control_A1 +LQ06X016360 Putative S-linalool synthase 5.04223124 L4_control_A2 +LQ06X016360 Putative S-linalool synthase 5.071235162 L4_control_A3 +LQ06X016360 Putative S-linalool synthase 4.87322827 L4_control_B1 +LQ06X016360 Putative S-linalool synthase 5.150973503 L4_control_B2 +LQ06X016360 Putative S-linalool synthase 5.09098224 L4_control_B3 +LQ06X016360 Putative S-linalool synthase 4.909099467 L4_control_C2 +LQ06X016360 Putative S-linalool synthase 4.964971811 L4_control_C3 +LQ06X016360 Putative S-linalool synthase 5.259180163 L4_chemical_A1 +LQ06X016360 Putative S-linalool synthase 5.270347927 L4_chemical_A2 +LQ06X016360 Putative S-linalool synthase 5.4170073 L4_chemical_A3 +LQ06X016360 Putative S-linalool synthase 4.867190612 L4_chemical_B1 +LQ06X016360 Putative S-linalool synthase 5.027542347 L4_chemical_B2 +LQ06X016360 Putative S-linalool synthase 5.234427223 L4_chemical_B3 +LQ06X016360 Putative S-linalool synthase 5.612137817 L4_chemical_C2 +LQ06X016360 Putative S-linalool synthase 4.859575711 L4_chemical_C3 +LQ06X016440 Putative Monoglyceride lipase 11.49045699 C6_control_A1 +LQ06X016440 Putative Monoglyceride lipase 11.7728192 C6_control_A3 +LQ06X016440 Putative Monoglyceride lipase 11.48155094 C6_control_B1 +LQ06X016440 Putative Monoglyceride lipase 10.96722562 C6_control_B2 +LQ06X016440 Putative Monoglyceride lipase 11.23413419 C6_control_B3 +LQ06X016440 Putative Monoglyceride lipase 10.81508859 C6_control_C1 +LQ06X016440 Putative Monoglyceride lipase 11.47978552 C6_control_C2 +LQ06X016440 Putative Monoglyceride lipase 11.63996348 C6_control_C3 +LQ06X016440 Putative Monoglyceride lipase 11.60748893 C6_chemical_A1 +LQ06X016440 Putative Monoglyceride lipase 11.66356519 C6_chemical_A3 +LQ06X016440 Putative Monoglyceride lipase 11.49032237 C6_chemical_B1 +LQ06X016440 Putative Monoglyceride lipase 10.66246044 C6_chemical_B2 +LQ06X016440 Putative Monoglyceride lipase 11.15930208 C6_chemical_B3 +LQ06X016440 Putative Monoglyceride lipase 10.51544517 C6_chemical_C1 +LQ06X016440 Putative Monoglyceride lipase 11.5379674 C6_chemical_C2 +LQ06X016440 Putative Monoglyceride lipase 11.31867299 C6_chemical_C3 +LQ06X016440 Putative Monoglyceride lipase 11.15139739 L4_control_A1 +LQ06X016440 Putative Monoglyceride lipase 10.96730199 L4_control_A2 +LQ06X016440 Putative Monoglyceride lipase 11.5751885 L4_control_A3 +LQ06X016440 Putative Monoglyceride lipase 11.25781294 L4_control_B1 +LQ06X016440 Putative Monoglyceride lipase 11.34265989 L4_control_B2 +LQ06X016440 Putative Monoglyceride lipase 10.63833187 L4_control_B3 +LQ06X016440 Putative Monoglyceride lipase 12.28847848 L4_control_C2 +LQ06X016440 Putative Monoglyceride lipase 12.22491609 L4_control_C3 +LQ06X016440 Putative Monoglyceride lipase 10.72946485 L4_chemical_A1 +LQ06X016440 Putative Monoglyceride lipase 10.91860018 L4_chemical_A2 +LQ06X016440 Putative Monoglyceride lipase 11.15265133 L4_chemical_A3 +LQ06X016440 Putative Monoglyceride lipase 11.37246706 L4_chemical_B1 +LQ06X016440 Putative Monoglyceride lipase 11.31537869 L4_chemical_B2 +LQ06X016440 Putative Monoglyceride lipase 10.92906497 L4_chemical_B3 +LQ06X016440 Putative Monoglyceride lipase 12.36920428 L4_chemical_C2 +LQ06X016440 Putative Monoglyceride lipase 12.01476247 L4_chemical_C3 +LQ06X016460 UPF0559 protein 13.53154997 C6_control_A1 +LQ06X016460 UPF0559 protein 13.49022795 C6_control_A3 +LQ06X016460 UPF0559 protein 13.01413168 C6_control_B1 +LQ06X016460 UPF0559 protein 12.79472424 C6_control_B2 +LQ06X016460 UPF0559 protein 12.76699283 C6_control_B3 +LQ06X016460 UPF0559 protein 12.83508073 C6_control_C1 +LQ06X016460 UPF0559 protein 12.65054586 C6_control_C2 +LQ06X016460 UPF0559 protein 12.65375144 C6_control_C3 +LQ06X016460 UPF0559 protein 13.1808862 C6_chemical_A1 +LQ06X016460 UPF0559 protein 13.23397449 C6_chemical_A3 +LQ06X016460 UPF0559 protein 12.71663156 C6_chemical_B1 +LQ06X016460 UPF0559 protein 12.52437093 C6_chemical_B2 +LQ06X016460 UPF0559 protein 12.44170414 C6_chemical_B3 +LQ06X016460 UPF0559 protein 12.87295492 C6_chemical_C1 +LQ06X016460 UPF0559 protein 12.74518284 C6_chemical_C2 +LQ06X016460 UPF0559 protein 12.30063609 C6_chemical_C3 +LQ06X016460 UPF0559 protein 13.47378183 L4_control_A1 +LQ06X016460 UPF0559 protein 13.43925909 L4_control_A2 +LQ06X016460 UPF0559 protein 13.07661199 L4_control_A3 +LQ06X016460 UPF0559 protein 13.00347423 L4_control_B1 +LQ06X016460 UPF0559 protein 12.9302859 L4_control_B2 +LQ06X016460 UPF0559 protein 12.77092168 L4_control_B3 +LQ06X016460 UPF0559 protein 12.78573763 L4_control_C2 +LQ06X016460 UPF0559 protein 12.42769137 L4_control_C3 +LQ06X016460 UPF0559 protein 13.26933798 L4_chemical_A1 +LQ06X016460 UPF0559 protein 13.16256394 L4_chemical_A2 +LQ06X016460 UPF0559 protein 13.20372982 L4_chemical_A3 +LQ06X016460 UPF0559 protein 13.09721193 L4_chemical_B1 +LQ06X016460 UPF0559 protein 12.91524108 L4_chemical_B2 +LQ06X016460 UPF0559 protein 12.87088141 L4_chemical_B3 +LQ06X016460 UPF0559 protein 13.06032378 L4_chemical_C2 +LQ06X016460 UPF0559 protein 12.6861203 L4_chemical_C3 +LQ06X016490 Predicted protein 12.39842034 C6_control_A1 +LQ06X016490 Predicted protein 12.67978428 C6_control_A3 +LQ06X016490 Predicted protein 11.50827237 C6_control_B1 +LQ06X016490 Predicted protein 10.74988735 C6_control_B2 +LQ06X016490 Predicted protein 11.00934501 C6_control_B3 +LQ06X016490 Predicted protein 5.662833838 C6_control_C1 +LQ06X016490 Predicted protein 5.239540212 C6_control_C2 +LQ06X016490 Predicted protein 5.922006684 C6_control_C3 +LQ06X016490 Predicted protein 12.17060316 C6_chemical_A1 +LQ06X016490 Predicted protein 12.61366233 C6_chemical_A3 +LQ06X016490 Predicted protein 10.79790421 C6_chemical_B1 +LQ06X016490 Predicted protein 10.48111819 C6_chemical_B2 +LQ06X016490 Predicted protein 11.03345606 C6_chemical_B3 +LQ06X016490 Predicted protein 5.541734491 C6_chemical_C1 +LQ06X016490 Predicted protein 5.436242403 C6_chemical_C2 +LQ06X016490 Predicted protein 5.643676753 C6_chemical_C3 +LQ06X016490 Predicted protein 12.70052711 L4_control_A1 +LQ06X016490 Predicted protein 12.65784271 L4_control_A2 +LQ06X016490 Predicted protein 11.9150149 L4_control_A3 +LQ06X016490 Predicted protein 9.089008262 L4_control_B1 +LQ06X016490 Predicted protein 10.62416866 L4_control_B2 +LQ06X016490 Predicted protein 8.212093415 L4_control_B3 +LQ06X016490 Predicted protein 5.120178932 L4_control_C2 +LQ06X016490 Predicted protein 5.330594499 L4_control_C3 +LQ06X016490 Predicted protein 11.77995946 L4_chemical_A1 +LQ06X016490 Predicted protein 11.70909324 L4_chemical_A2 +LQ06X016490 Predicted protein 11.8145581 L4_chemical_A3 +LQ06X016490 Predicted protein 9.99085342 L4_chemical_B1 +LQ06X016490 Predicted protein 10.60440065 L4_chemical_B2 +LQ06X016490 Predicted protein 11.57800901 L4_chemical_B3 +LQ06X016490 Predicted protein 5.560018591 L4_chemical_C2 +LQ06X016490 Predicted protein 4.950172319 L4_chemical_C3 +LQ06X016500 AT2G31490 protein 5.945054328 C6_control_A1 +LQ06X016500 AT2G31490 protein 7.319534827 C6_control_A3 +LQ06X016500 AT2G31490 protein 6.138958032 C6_control_B1 +LQ06X016500 AT2G31490 protein 6.198056401 C6_control_B2 +LQ06X016500 AT2G31490 protein 5.839583445 C6_control_B3 +LQ06X016500 AT2G31490 protein 5.880361185 C6_control_C1 +LQ06X016500 AT2G31490 protein 7.797988279 C6_control_C2 +LQ06X016500 AT2G31490 protein 5.806377391 C6_control_C3 +LQ06X016500 AT2G31490 protein 5.787771206 C6_chemical_A1 +LQ06X016500 AT2G31490 protein 5.940376772 C6_chemical_A3 +LQ06X016500 AT2G31490 protein 6.087247982 C6_chemical_B1 +LQ06X016500 AT2G31490 protein 6.46440539 C6_chemical_B2 +LQ06X016500 AT2G31490 protein 6.493895376 C6_chemical_B3 +LQ06X016500 AT2G31490 protein 6.183104787 C6_chemical_C1 +LQ06X016500 AT2G31490 protein 6.460108645 C6_chemical_C2 +LQ06X016500 AT2G31490 protein 6.353971176 C6_chemical_C3 +LQ06X016500 AT2G31490 protein 6.066494642 L4_control_A1 +LQ06X016500 AT2G31490 protein 6.037314062 L4_control_A2 +LQ06X016500 AT2G31490 protein 6.286403299 L4_control_A3 +LQ06X016500 AT2G31490 protein 4.945249354 L4_control_B1 +LQ06X016500 AT2G31490 protein 6.005510328 L4_control_B2 +LQ06X016500 AT2G31490 protein 5.34463681 L4_control_B3 +LQ06X016500 AT2G31490 protein 6.099521234 L4_control_C2 +LQ06X016500 AT2G31490 protein 5.884300822 L4_control_C3 +LQ06X016500 AT2G31490 protein 5.515276348 L4_chemical_A1 +LQ06X016500 AT2G31490 protein 5.642104825 L4_chemical_A2 +LQ06X016500 AT2G31490 protein 6.182688625 L4_chemical_A3 +LQ06X016500 AT2G31490 protein 6.435920073 L4_chemical_B1 +LQ06X016500 AT2G31490 protein 6.03584025 L4_chemical_B2 +LQ06X016500 AT2G31490 protein 5.581587673 L4_chemical_B3 +LQ06X016500 AT2G31490 protein 6.191315245 L4_chemical_C2 +LQ06X016500 AT2G31490 protein 5.825702263 L4_chemical_C3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.765034631 C6_control_A1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 9.258007115 C6_control_A3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.36018725 C6_control_B1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.448106494 C6_control_B2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.411736826 C6_control_B3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.409180067 C6_control_C1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.655806031 C6_control_C2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.25180095 C6_control_C3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.126632761 C6_chemical_A1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 9.023588706 C6_chemical_A3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.36389294 C6_chemical_B1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.088198409 C6_chemical_B2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.205801607 C6_chemical_B3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.337936292 C6_chemical_C1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.459168157 C6_chemical_C2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.342921969 C6_chemical_C3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.796846526 L4_control_A1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 7.874808596 L4_control_A2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 9.330654901 L4_control_A3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 7.609476881 L4_control_B1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.155943856 L4_control_B2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.00581935 L4_control_B3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 6.761918539 L4_control_C2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.142973439 L4_control_C3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.121804842 L4_chemical_A1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 7.241976237 L4_chemical_A2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.5380683 L4_chemical_A3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 7.105560256 L4_chemical_B1 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 6.952397007 L4_chemical_B2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 7.763236202 L4_chemical_B3 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 6.841487583 L4_chemical_C2 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 7.497247783 L4_chemical_C3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.68278284 C6_control_A1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 12.03955727 C6_control_A3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.4649936 C6_control_B1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.05609417 C6_control_B2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.36724328 C6_control_B3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.61027573 C6_control_C1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 9.333585226 C6_control_C2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 9.5624005 C6_control_C3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.31429216 C6_chemical_A1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 12.07147299 C6_chemical_A3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.77113451 C6_chemical_B1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.3084296 C6_chemical_B2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.37322628 C6_chemical_B3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.1858871 C6_chemical_C1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 8.795923486 C6_chemical_C2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 7.824324289 C6_chemical_C3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.58238092 L4_control_A1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.5462158 L4_control_A2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.51715832 L4_control_A3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.08487623 L4_control_B1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.00696685 L4_control_B2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 9.900216342 L4_control_B3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 7.999537005 L4_control_C2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 5.81796037 L4_control_C3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.91011501 L4_chemical_A1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.69894169 L4_chemical_A2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.45045603 L4_chemical_A3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 9.894381541 L4_chemical_B1 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.60157895 L4_chemical_B2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 10.73012398 L4_chemical_B3 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 5.482865432 L4_chemical_C2 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 6.843116466 L4_chemical_C3 +LQ06X016530 Katanin P80 subunit, putative 4.742276226 C6_control_A1 +LQ06X016530 Katanin P80 subunit, putative 5.248912687 C6_control_A3 +LQ06X016530 Katanin P80 subunit, putative 4.662057372 C6_control_B1 +LQ06X016530 Katanin P80 subunit, putative 4.635205176 C6_control_B2 +LQ06X016530 Katanin P80 subunit, putative 4.80970823 C6_control_B3 +LQ06X016530 Katanin P80 subunit, putative 4.727360843 C6_control_C1 +LQ06X016530 Katanin P80 subunit, putative 4.720518935 C6_control_C2 +LQ06X016530 Katanin P80 subunit, putative 4.810501216 C6_control_C3 +LQ06X016530 Katanin P80 subunit, putative 4.790430657 C6_chemical_A1 +LQ06X016530 Katanin P80 subunit, putative 5.110124521 C6_chemical_A3 +LQ06X016530 Katanin P80 subunit, putative 4.596867165 C6_chemical_B1 +LQ06X016530 Katanin P80 subunit, putative 4.808845122 C6_chemical_B2 +LQ06X016530 Katanin P80 subunit, putative 4.832168567 C6_chemical_B3 +LQ06X016530 Katanin P80 subunit, putative 4.804776605 C6_chemical_C1 +LQ06X016530 Katanin P80 subunit, putative 4.74498722 C6_chemical_C2 +LQ06X016530 Katanin P80 subunit, putative 4.759059452 C6_chemical_C3 +LQ06X016530 Katanin P80 subunit, putative 4.470300372 L4_control_A1 +LQ06X016530 Katanin P80 subunit, putative 5.050076878 L4_control_A2 +LQ06X016530 Katanin P80 subunit, putative 5.778619984 L4_control_A3 +LQ06X016530 Katanin P80 subunit, putative 5.227163889 L4_control_B1 +LQ06X016530 Katanin P80 subunit, putative 4.876643606 L4_control_B2 +LQ06X016530 Katanin P80 subunit, putative 5.037736372 L4_control_B3 +LQ06X016530 Katanin P80 subunit, putative 4.918696739 L4_control_C2 +LQ06X016530 Katanin P80 subunit, putative 4.867844368 L4_control_C3 +LQ06X016530 Katanin P80 subunit, putative 5.270586982 L4_chemical_A1 +LQ06X016530 Katanin P80 subunit, putative 5.015454015 L4_chemical_A2 +LQ06X016530 Katanin P80 subunit, putative 5.476569874 L4_chemical_A3 +LQ06X016530 Katanin P80 subunit, putative 5.033085766 L4_chemical_B1 +LQ06X016530 Katanin P80 subunit, putative 5.214419799 L4_chemical_B2 +LQ06X016530 Katanin P80 subunit, putative 4.476677911 L4_chemical_B3 +LQ06X016530 Katanin P80 subunit, putative 4.447012258 L4_chemical_C2 +LQ06X016530 Katanin P80 subunit, putative 5.077072058 L4_chemical_C3 +LQ06X016550 Predicted protein 4.579665688 C6_control_A1 +LQ06X016550 Predicted protein 4.712655478 C6_control_A3 +LQ06X016550 Predicted protein 4.871277083 C6_control_B1 +LQ06X016550 Predicted protein 4.858688425 C6_control_B2 +LQ06X016550 Predicted protein 4.743204214 C6_control_B3 +LQ06X016550 Predicted protein 4.716852508 C6_control_C1 +LQ06X016550 Predicted protein 4.649111061 C6_control_C2 +LQ06X016550 Predicted protein 4.947168289 C6_control_C3 +LQ06X016550 Predicted protein 4.510695488 C6_chemical_A1 +LQ06X016550 Predicted protein 4.929064891 C6_chemical_A3 +LQ06X016550 Predicted protein 4.895199048 C6_chemical_B1 +LQ06X016550 Predicted protein 4.677548687 C6_chemical_B2 +LQ06X016550 Predicted protein 5.001639314 C6_chemical_B3 +LQ06X016550 Predicted protein 4.655986382 C6_chemical_C1 +LQ06X016550 Predicted protein 4.745933268 C6_chemical_C2 +LQ06X016550 Predicted protein 4.806054394 C6_chemical_C3 +LQ06X016550 Predicted protein 4.762949486 L4_control_A1 +LQ06X016550 Predicted protein 4.491083063 L4_control_A2 +LQ06X016550 Predicted protein 5.456235142 L4_control_A3 +LQ06X016550 Predicted protein 5.252979497 L4_control_B1 +LQ06X016550 Predicted protein 4.767110079 L4_control_B2 +LQ06X016550 Predicted protein 4.907171409 L4_control_B3 +LQ06X016550 Predicted protein 5.533093547 L4_control_C2 +LQ06X016550 Predicted protein 5.066242542 L4_control_C3 +LQ06X016550 Predicted protein 5.327268056 L4_chemical_A1 +LQ06X016550 Predicted protein 4.774092028 L4_chemical_A2 +LQ06X016550 Predicted protein 5.196084218 L4_chemical_A3 +LQ06X016550 Predicted protein 5.369042752 L4_chemical_B1 +LQ06X016550 Predicted protein 4.661180779 L4_chemical_B2 +LQ06X016550 Predicted protein 4.851456958 L4_chemical_B3 +LQ06X016550 Predicted protein 5.093996584 L4_chemical_C2 +LQ06X016550 Predicted protein 4.914272705 L4_chemical_C3 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.940369663 C6_control_A1 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.097445363 C6_control_A3 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.69328243 C6_control_B1 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.247744282 C6_control_B2 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.876419849 C6_control_B3 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.583397082 C6_control_C1 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.130937819 C6_control_C2 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.981036679 C6_control_C3 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.93858268 C6_chemical_A1 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.811166459 C6_chemical_A3 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.811182386 C6_chemical_B1 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.958347926 C6_chemical_B2 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.875186173 C6_chemical_B3 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.413455989 C6_chemical_C1 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.050389947 C6_chemical_C2 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.753111301 C6_chemical_C3 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.798035161 L4_control_A1 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.248713993 L4_control_A2 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.324576881 L4_control_A3 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.455014536 L4_control_B1 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.997613793 L4_control_B2 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.890172809 L4_control_B3 +LQ06X016580 Secretory carrier-associated membrane protein 3 7.044080101 L4_control_C2 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.815735464 L4_control_C3 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.914904196 L4_chemical_A1 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.357840652 L4_chemical_A2 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.041379794 L4_chemical_A3 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.477365042 L4_chemical_B1 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.936468301 L4_chemical_B2 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.347799507 L4_chemical_B3 +LQ06X016580 Secretory carrier-associated membrane protein 3 6.837481983 L4_chemical_C2 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.525897766 L4_chemical_C3 +LQ06X016600 PAP-specific phosphatase HAL2-like 8.802956996 C6_control_A1 +LQ06X016600 PAP-specific phosphatase HAL2-like 7.676903617 C6_control_A3 +LQ06X016600 PAP-specific phosphatase HAL2-like 9.960347457 C6_control_B1 +LQ06X016600 PAP-specific phosphatase HAL2-like 10.54355275 C6_control_B2 +LQ06X016600 PAP-specific phosphatase HAL2-like 10.13901653 C6_control_B3 +LQ06X016600 PAP-specific phosphatase HAL2-like 12.64490355 C6_control_C1 +LQ06X016600 PAP-specific phosphatase HAL2-like 12.77839544 C6_control_C2 +LQ06X016600 PAP-specific phosphatase HAL2-like 12.98173027 C6_control_C3 +LQ06X016600 PAP-specific phosphatase HAL2-like 9.006597667 C6_chemical_A1 +LQ06X016600 PAP-specific phosphatase HAL2-like 8.66674442 C6_chemical_A3 +LQ06X016600 PAP-specific phosphatase HAL2-like 10.04642009 C6_chemical_B1 +LQ06X016600 PAP-specific phosphatase HAL2-like 10.68086828 C6_chemical_B2 +LQ06X016600 PAP-specific phosphatase HAL2-like 10.21220323 C6_chemical_B3 +LQ06X016600 PAP-specific phosphatase HAL2-like 12.46867426 C6_chemical_C1 +LQ06X016600 PAP-specific phosphatase HAL2-like 12.91236196 C6_chemical_C2 +LQ06X016600 PAP-specific phosphatase HAL2-like 13.29860673 C6_chemical_C3 +LQ06X016600 PAP-specific phosphatase HAL2-like 8.127506749 L4_control_A1 +LQ06X016600 PAP-specific phosphatase HAL2-like 8.150680759 L4_control_A2 +LQ06X016600 PAP-specific phosphatase HAL2-like 6.854936281 L4_control_A3 +LQ06X016600 PAP-specific phosphatase HAL2-like 10.30918535 L4_control_B1 +LQ06X016600 PAP-specific phosphatase HAL2-like 9.443861401 L4_control_B2 +LQ06X016600 PAP-specific phosphatase HAL2-like 11.67743662 L4_control_B3 +LQ06X016600 PAP-specific phosphatase HAL2-like 12.67497642 L4_control_C2 +LQ06X016600 PAP-specific phosphatase HAL2-like 12.88877072 L4_control_C3 +LQ06X016600 PAP-specific phosphatase HAL2-like 8.556997504 L4_chemical_A1 +LQ06X016600 PAP-specific phosphatase HAL2-like 8.647456804 L4_chemical_A2 +LQ06X016600 PAP-specific phosphatase HAL2-like 7.170789563 L4_chemical_A3 +LQ06X016600 PAP-specific phosphatase HAL2-like 9.910712533 L4_chemical_B1 +LQ06X016600 PAP-specific phosphatase HAL2-like 9.50190053 L4_chemical_B2 +LQ06X016600 PAP-specific phosphatase HAL2-like 9.825250643 L4_chemical_B3 +LQ06X016600 PAP-specific phosphatase HAL2-like 12.90214693 L4_chemical_C2 +LQ06X016600 PAP-specific phosphatase HAL2-like 13.1311663 L4_chemical_C3 +LQ06X016610 Hypothetical protein 5.776472792 C6_control_A1 +LQ06X016610 Hypothetical protein 5.874551505 C6_control_A3 +LQ06X016610 Hypothetical protein 6.234115186 C6_control_B1 +LQ06X016610 Hypothetical protein 5.957788197 C6_control_B2 +LQ06X016610 Hypothetical protein 6.141404237 C6_control_B3 +LQ06X016610 Hypothetical protein 6.562473957 C6_control_C1 +LQ06X016610 Hypothetical protein 6.586717348 C6_control_C2 +LQ06X016610 Hypothetical protein 6.872358924 C6_control_C3 +LQ06X016610 Hypothetical protein 5.877204869 C6_chemical_A1 +LQ06X016610 Hypothetical protein 5.457097337 C6_chemical_A3 +LQ06X016610 Hypothetical protein 5.507330782 C6_chemical_B1 +LQ06X016610 Hypothetical protein 5.693750793 C6_chemical_B2 +LQ06X016610 Hypothetical protein 6.967707827 C6_chemical_B3 +LQ06X016610 Hypothetical protein 5.751712138 C6_chemical_C1 +LQ06X016610 Hypothetical protein 6.176722506 C6_chemical_C2 +LQ06X016610 Hypothetical protein 6.143759937 C6_chemical_C3 +LQ06X016610 Hypothetical protein 5.849243032 L4_control_A1 +LQ06X016610 Hypothetical protein 6.36527225 L4_control_A2 +LQ06X016610 Hypothetical protein 5.907912071 L4_control_A3 +LQ06X016610 Hypothetical protein 6.827585759 L4_control_B1 +LQ06X016610 Hypothetical protein 6.082430126 L4_control_B2 +LQ06X016610 Hypothetical protein 5.906288651 L4_control_B3 +LQ06X016610 Hypothetical protein 6.701311136 L4_control_C2 +LQ06X016610 Hypothetical protein 6.719256979 L4_control_C3 +LQ06X016610 Hypothetical protein 6.032236928 L4_chemical_A1 +LQ06X016610 Hypothetical protein 6.267249598 L4_chemical_A2 +LQ06X016610 Hypothetical protein 6.252118694 L4_chemical_A3 +LQ06X016610 Hypothetical protein 5.751556588 L4_chemical_B1 +LQ06X016610 Hypothetical protein 5.808320194 L4_chemical_B2 +LQ06X016610 Hypothetical protein 5.948626839 L4_chemical_B3 +LQ06X016610 Hypothetical protein 7.122848359 L4_chemical_C2 +LQ06X016610 Hypothetical protein 6.807517892 L4_chemical_C3 +LQ06X016640 Putative Nuclease S1 5.655008387 C6_control_A1 +LQ06X016640 Putative Nuclease S1 6.275127305 C6_control_A3 +LQ06X016640 Putative Nuclease S1 5.65207927 C6_control_B1 +LQ06X016640 Putative Nuclease S1 5.72869405 C6_control_B2 +LQ06X016640 Putative Nuclease S1 5.713651763 C6_control_B3 +LQ06X016640 Putative Nuclease S1 5.846538377 C6_control_C1 +LQ06X016640 Putative Nuclease S1 6.675668651 C6_control_C2 +LQ06X016640 Putative Nuclease S1 5.850888693 C6_control_C3 +LQ06X016640 Putative Nuclease S1 5.542581515 C6_chemical_A1 +LQ06X016640 Putative Nuclease S1 5.460317135 C6_chemical_A3 +LQ06X016640 Putative Nuclease S1 5.577383559 C6_chemical_B1 +LQ06X016640 Putative Nuclease S1 5.804743646 C6_chemical_B2 +LQ06X016640 Putative Nuclease S1 5.588822474 C6_chemical_B3 +LQ06X016640 Putative Nuclease S1 6.041931231 C6_chemical_C1 +LQ06X016640 Putative Nuclease S1 6.170342846 C6_chemical_C2 +LQ06X016640 Putative Nuclease S1 5.352046741 C6_chemical_C3 +LQ06X016640 Putative Nuclease S1 5.245570072 L4_control_A1 +LQ06X016640 Putative Nuclease S1 5.438768935 L4_control_A2 +LQ06X016640 Putative Nuclease S1 5.762833532 L4_control_A3 +LQ06X016640 Putative Nuclease S1 5.104650243 L4_control_B1 +LQ06X016640 Putative Nuclease S1 5.732356603 L4_control_B2 +LQ06X016640 Putative Nuclease S1 5.356790664 L4_control_B3 +LQ06X016640 Putative Nuclease S1 5.35949477 L4_control_C2 +LQ06X016640 Putative Nuclease S1 4.852846253 L4_control_C3 +LQ06X016640 Putative Nuclease S1 5.536957563 L4_chemical_A1 +LQ06X016640 Putative Nuclease S1 5.375521461 L4_chemical_A2 +LQ06X016640 Putative Nuclease S1 5.663908358 L4_chemical_A3 +LQ06X016640 Putative Nuclease S1 5.393591361 L4_chemical_B1 +LQ06X016640 Putative Nuclease S1 5.158979294 L4_chemical_B2 +LQ06X016640 Putative Nuclease S1 5.536820669 L4_chemical_B3 +LQ06X016640 Putative Nuclease S1 4.844524927 L4_chemical_C2 +LQ06X016640 Putative Nuclease S1 5.209972151 L4_chemical_C3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.567268826 C6_control_A1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.683677076 C6_control_A3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.516952533 C6_control_B1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.170095446 C6_control_B2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.523450437 C6_control_B3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.608461343 C6_control_C1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.485393112 C6_control_C2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.373231756 C6_control_C3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.247550074 C6_chemical_A1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.037473593 C6_chemical_A3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.42276046 C6_chemical_B1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.337084511 C6_chemical_B2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.470128986 C6_chemical_B3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.149584549 C6_chemical_C1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.391017032 C6_chemical_C2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.004860144 C6_chemical_C3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.343900522 L4_control_A1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.741834198 L4_control_A2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.346978136 L4_control_A3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.270144009 L4_control_B1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.539192179 L4_control_B2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.321492624 L4_control_B3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 6.175869924 L4_control_C2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.236508192 L4_control_C3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 4.982751421 L4_chemical_A1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.685253973 L4_chemical_A2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.597988316 L4_chemical_A3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.446413048 L4_chemical_B1 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.539790827 L4_chemical_B2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.27488155 L4_chemical_B3 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.62174003 L4_chemical_C2 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.504454346 L4_chemical_C3 +LQ06X016680 Putative Transmembrane protein 184C 4.999156603 C6_control_A1 +LQ06X016680 Putative Transmembrane protein 184C 5.051391572 C6_control_A3 +LQ06X016680 Putative Transmembrane protein 184C 5.046507379 C6_control_B1 +LQ06X016680 Putative Transmembrane protein 184C 4.92696688 C6_control_B2 +LQ06X016680 Putative Transmembrane protein 184C 5.402197713 C6_control_B3 +LQ06X016680 Putative Transmembrane protein 184C 5.173266085 C6_control_C1 +LQ06X016680 Putative Transmembrane protein 184C 4.950331723 C6_control_C2 +LQ06X016680 Putative Transmembrane protein 184C 5.045932821 C6_control_C3 +LQ06X016680 Putative Transmembrane protein 184C 4.907039109 C6_chemical_A1 +LQ06X016680 Putative Transmembrane protein 184C 4.943646227 C6_chemical_A3 +LQ06X016680 Putative Transmembrane protein 184C 5.416146625 C6_chemical_B1 +LQ06X016680 Putative Transmembrane protein 184C 5.028819481 C6_chemical_B2 +LQ06X016680 Putative Transmembrane protein 184C 5.373315782 C6_chemical_B3 +LQ06X016680 Putative Transmembrane protein 184C 5.082287779 C6_chemical_C1 +LQ06X016680 Putative Transmembrane protein 184C 5.016245729 C6_chemical_C2 +LQ06X016680 Putative Transmembrane protein 184C 5.055428213 C6_chemical_C3 +LQ06X016680 Putative Transmembrane protein 184C 4.739946807 L4_control_A1 +LQ06X016680 Putative Transmembrane protein 184C 4.915209465 L4_control_A2 +LQ06X016680 Putative Transmembrane protein 184C 4.819283823 L4_control_A3 +LQ06X016680 Putative Transmembrane protein 184C 5.042938411 L4_control_B1 +LQ06X016680 Putative Transmembrane protein 184C 5.18963993 L4_control_B2 +LQ06X016680 Putative Transmembrane protein 184C 4.888062677 L4_control_B3 +LQ06X016680 Putative Transmembrane protein 184C 5.07303279 L4_control_C2 +LQ06X016680 Putative Transmembrane protein 184C 5.861167784 L4_control_C3 +LQ06X016680 Putative Transmembrane protein 184C 5.166522947 L4_chemical_A1 +LQ06X016680 Putative Transmembrane protein 184C 4.917652559 L4_chemical_A2 +LQ06X016680 Putative Transmembrane protein 184C 5.009003778 L4_chemical_A3 +LQ06X016680 Putative Transmembrane protein 184C 5.091197599 L4_chemical_B1 +LQ06X016680 Putative Transmembrane protein 184C 4.991998967 L4_chemical_B2 +LQ06X016680 Putative Transmembrane protein 184C 4.956707629 L4_chemical_B3 +LQ06X016680 Putative Transmembrane protein 184C 5.255041181 L4_chemical_C2 +LQ06X016680 Putative Transmembrane protein 184C 6.52070829 L4_chemical_C3 +LQ06X016710 Hypothetical protein 6.087346869 C6_control_A1 +LQ06X016710 Hypothetical protein 6.075209403 C6_control_A3 +LQ06X016710 Hypothetical protein 5.515543086 C6_control_B1 +LQ06X016710 Hypothetical protein 5.562838147 C6_control_B2 +LQ06X016710 Hypothetical protein 5.603745122 C6_control_B3 +LQ06X016710 Hypothetical protein 5.235686745 C6_control_C1 +LQ06X016710 Hypothetical protein 5.483247814 C6_control_C2 +LQ06X016710 Hypothetical protein 5.27503878 C6_control_C3 +LQ06X016710 Hypothetical protein 5.885618884 C6_chemical_A1 +LQ06X016710 Hypothetical protein 5.678772673 C6_chemical_A3 +LQ06X016710 Hypothetical protein 5.526331574 C6_chemical_B1 +LQ06X016710 Hypothetical protein 5.639457398 C6_chemical_B2 +LQ06X016710 Hypothetical protein 5.6624539 C6_chemical_B3 +LQ06X016710 Hypothetical protein 5.194133479 C6_chemical_C1 +LQ06X016710 Hypothetical protein 6.270939289 C6_chemical_C2 +LQ06X016710 Hypothetical protein 5.614783369 C6_chemical_C3 +LQ06X016710 Hypothetical protein 5.517052248 L4_control_A1 +LQ06X016710 Hypothetical protein 5.895262418 L4_control_A2 +LQ06X016710 Hypothetical protein 5.440989004 L4_control_A3 +LQ06X016710 Hypothetical protein 5.291966665 L4_control_B1 +LQ06X016710 Hypothetical protein 6.008174051 L4_control_B2 +LQ06X016710 Hypothetical protein 5.326305763 L4_control_B3 +LQ06X016710 Hypothetical protein 5.025854397 L4_control_C2 +LQ06X016710 Hypothetical protein 5.19685586 L4_control_C3 +LQ06X016710 Hypothetical protein 5.195925047 L4_chemical_A1 +LQ06X016710 Hypothetical protein 6.052286916 L4_chemical_A2 +LQ06X016710 Hypothetical protein 5.606672373 L4_chemical_A3 +LQ06X016710 Hypothetical protein 5.54526823 L4_chemical_B1 +LQ06X016710 Hypothetical protein 6.024795179 L4_chemical_B2 +LQ06X016710 Hypothetical protein 5.299510921 L4_chemical_B3 +LQ06X016710 Hypothetical protein 5.351118202 L4_chemical_C2 +LQ06X016710 Hypothetical protein 4.863037482 L4_chemical_C3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.247647956 C6_control_A1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.554907451 C6_control_A3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.178928596 C6_control_B1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.047605536 C6_control_B2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.839299117 C6_control_B3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.610751895 C6_control_C1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.409067902 C6_control_C2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.365147545 C6_control_C3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.414264034 C6_chemical_A1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.922942176 C6_chemical_A3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.844392028 C6_chemical_B1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.968974961 C6_chemical_B2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.175794177 C6_chemical_B3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.590606338 C6_chemical_C1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.90255465 C6_chemical_C2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.793195169 C6_chemical_C3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.000223721 L4_control_A1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.848952572 L4_control_A2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.137442582 L4_control_A3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.587251166 L4_control_B1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.611624962 L4_control_B2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.86677021 L4_control_B3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.828350927 L4_control_C2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.135231312 L4_control_C3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.781263523 L4_chemical_A1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.239888348 L4_chemical_A2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.721560505 L4_chemical_A3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.758588687 L4_chemical_B1 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.41064582 L4_chemical_B2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.96065021 L4_chemical_B3 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.029603009 L4_chemical_C2 +LQ06X016740 Pre-mRNA-splicing factor SYF1 5.845270249 L4_chemical_C3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.4132422 C6_control_A1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.40605539 C6_control_A3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.01731897 C6_control_B1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.19966365 C6_control_B2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.7047205 C6_control_B3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.48905063 C6_control_C1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.02185421 C6_control_C2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.16387522 C6_control_C3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.1952356 C6_chemical_A1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.24558775 C6_chemical_A3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 11.93819448 C6_chemical_B1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.16720048 C6_chemical_B2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.52141223 C6_chemical_B3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.26870998 C6_chemical_C1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 11.97476103 C6_chemical_C2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.16328769 C6_chemical_C3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.74571882 L4_control_A1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.6008784 L4_control_A2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 13.29389449 L4_control_A3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.31929774 L4_control_B1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.00009048 L4_control_B2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.98566771 L4_control_B3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.32818106 L4_control_C2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.60991336 L4_control_C3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.85793265 L4_chemical_A1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.72252134 L4_chemical_A2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 13.38067543 L4_chemical_A3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.38010522 L4_chemical_B1 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 11.94175193 L4_chemical_B2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.69950111 L4_chemical_B3 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.23017405 L4_chemical_C2 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.57607059 L4_chemical_C3 +LQ06X016770 B3 domain-containing protein Os07g0563300 6.894859295 C6_control_A1 +LQ06X016770 B3 domain-containing protein Os07g0563300 6.511546277 C6_control_A3 +LQ06X016770 B3 domain-containing protein Os07g0563300 6.392800125 C6_control_B1 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.561546991 C6_control_B2 +LQ06X016770 B3 domain-containing protein Os07g0563300 6.619471752 C6_control_B3 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.724642612 C6_control_C1 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.016050264 C6_control_C2 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.479417307 C6_control_C3 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.51390952 C6_chemical_A1 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.691878846 C6_chemical_A3 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.315332155 C6_chemical_B1 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.919311482 C6_chemical_B2 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.88080075 C6_chemical_B3 +LQ06X016770 B3 domain-containing protein Os07g0563300 8.227286874 C6_chemical_C1 +LQ06X016770 B3 domain-containing protein Os07g0563300 8.404147796 C6_chemical_C2 +LQ06X016770 B3 domain-containing protein Os07g0563300 8.60252019 C6_chemical_C3 +LQ06X016770 B3 domain-containing protein Os07g0563300 8.061078437 L4_control_A1 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.493350492 L4_control_A2 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.947992961 L4_control_A3 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.607262438 L4_control_B1 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.627881367 L4_control_B2 +LQ06X016770 B3 domain-containing protein Os07g0563300 8.459342856 L4_control_B3 +LQ06X016770 B3 domain-containing protein Os07g0563300 6.360414351 L4_control_C2 +LQ06X016770 B3 domain-containing protein Os07g0563300 9.880101054 L4_control_C3 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.967856151 L4_chemical_A1 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.144501691 L4_chemical_A2 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.535742866 L4_chemical_A3 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.287969602 L4_chemical_B1 +LQ06X016770 B3 domain-containing protein Os07g0563300 6.691112082 L4_chemical_B2 +LQ06X016770 B3 domain-containing protein Os07g0563300 8.212867938 L4_chemical_B3 +LQ06X016770 B3 domain-containing protein Os07g0563300 6.933429354 L4_chemical_C2 +LQ06X016770 B3 domain-containing protein Os07g0563300 9.304373431 L4_chemical_C3 +LQ06X016800 Putative uncharacterized protein 8.813428566 C6_control_A1 +LQ06X016800 Putative uncharacterized protein 9.034695804 C6_control_A3 +LQ06X016800 Putative uncharacterized protein 8.725872679 C6_control_B1 +LQ06X016800 Putative uncharacterized protein 8.657995806 C6_control_B2 +LQ06X016800 Putative uncharacterized protein 8.608821154 C6_control_B3 +LQ06X016800 Putative uncharacterized protein 8.910215528 C6_control_C1 +LQ06X016800 Putative uncharacterized protein 8.931207903 C6_control_C2 +LQ06X016800 Putative uncharacterized protein 8.786555286 C6_control_C3 +LQ06X016800 Putative uncharacterized protein 9.200381379 C6_chemical_A1 +LQ06X016800 Putative uncharacterized protein 9.664347371 C6_chemical_A3 +LQ06X016800 Putative uncharacterized protein 9.117467836 C6_chemical_B1 +LQ06X016800 Putative uncharacterized protein 8.668403794 C6_chemical_B2 +LQ06X016800 Putative uncharacterized protein 9.289880691 C6_chemical_B3 +LQ06X016800 Putative uncharacterized protein 8.822986379 C6_chemical_C1 +LQ06X016800 Putative uncharacterized protein 8.78245837 C6_chemical_C2 +LQ06X016800 Putative uncharacterized protein 8.590699169 C6_chemical_C3 +LQ06X016800 Putative uncharacterized protein 9.449369679 L4_control_A1 +LQ06X016800 Putative uncharacterized protein 8.603850596 L4_control_A2 +LQ06X016800 Putative uncharacterized protein 8.735735988 L4_control_A3 +LQ06X016800 Putative uncharacterized protein 8.801035985 L4_control_B1 +LQ06X016800 Putative uncharacterized protein 8.824291818 L4_control_B2 +LQ06X016800 Putative uncharacterized protein 9.906055369 L4_control_B3 +LQ06X016800 Putative uncharacterized protein 8.650245298 L4_control_C2 +LQ06X016800 Putative uncharacterized protein 9.579608717 L4_control_C3 +LQ06X016800 Putative uncharacterized protein 8.576431147 L4_chemical_A1 +LQ06X016800 Putative uncharacterized protein 7.341146462 L4_chemical_A2 +LQ06X016800 Putative uncharacterized protein 8.312584074 L4_chemical_A3 +LQ06X016800 Putative uncharacterized protein 8.634640144 L4_chemical_B1 +LQ06X016800 Putative uncharacterized protein 8.395019832 L4_chemical_B2 +LQ06X016800 Putative uncharacterized protein 8.899824455 L4_chemical_B3 +LQ06X016800 Putative uncharacterized protein 7.095229428 L4_chemical_C2 +LQ06X016800 Putative uncharacterized protein 10.1666595 L4_chemical_C3 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.457906152 C6_control_A1 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.477136263 C6_control_A3 +LQ06X016810 Anaphase-promoting complex subunit, putative 4.990910419 C6_control_B1 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.72591103 C6_control_B2 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.41196612 C6_control_B3 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.389833393 C6_control_C1 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.931918097 C6_control_C2 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.772826629 C6_control_C3 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.747642158 C6_chemical_A1 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.898891592 C6_chemical_A3 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.556671582 C6_chemical_B1 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.8470509 C6_chemical_B2 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.532163178 C6_chemical_B3 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.449653792 C6_chemical_C1 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.553803506 C6_chemical_C2 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.549129905 C6_chemical_C3 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.257175028 L4_control_A1 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.228731975 L4_control_A2 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.138363089 L4_control_A3 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.6269799 L4_control_B1 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.970660903 L4_control_B2 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.535955177 L4_control_B3 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.266736574 L4_control_C2 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.873610357 L4_control_C3 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.866942278 L4_chemical_A1 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.212125902 L4_chemical_A2 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.283283721 L4_chemical_A3 +LQ06X016810 Anaphase-promoting complex subunit, putative 4.895079287 L4_chemical_B1 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.897662067 L4_chemical_B2 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.394701465 L4_chemical_B3 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.069017692 L4_chemical_C2 +LQ06X016810 Anaphase-promoting complex subunit, putative 6.2281558 L4_chemical_C3 +LQ06X016830 Riboflavin kinase 4.996686166 C6_control_A1 +LQ06X016830 Riboflavin kinase 4.849552062 C6_control_A3 +LQ06X016830 Riboflavin kinase 5.232247212 C6_control_B1 +LQ06X016830 Riboflavin kinase 5.28488428 C6_control_B2 +LQ06X016830 Riboflavin kinase 4.929079093 C6_control_B3 +LQ06X016830 Riboflavin kinase 6.733744273 C6_control_C1 +LQ06X016830 Riboflavin kinase 6.404063082 C6_control_C2 +LQ06X016830 Riboflavin kinase 5.708477498 C6_control_C3 +LQ06X016830 Riboflavin kinase 5.324782048 C6_chemical_A1 +LQ06X016830 Riboflavin kinase 4.998066134 C6_chemical_A3 +LQ06X016830 Riboflavin kinase 4.81226916 C6_chemical_B1 +LQ06X016830 Riboflavin kinase 5.06914412 C6_chemical_B2 +LQ06X016830 Riboflavin kinase 4.908603438 C6_chemical_B3 +LQ06X016830 Riboflavin kinase 7.374929328 C6_chemical_C1 +LQ06X016830 Riboflavin kinase 7.029305682 C6_chemical_C2 +LQ06X016830 Riboflavin kinase 6.164677765 C6_chemical_C3 +LQ06X016830 Riboflavin kinase 4.887845465 L4_control_A1 +LQ06X016830 Riboflavin kinase 4.970884607 L4_control_A2 +LQ06X016830 Riboflavin kinase 5.397509701 L4_control_A3 +LQ06X016830 Riboflavin kinase 5.210093873 L4_control_B1 +LQ06X016830 Riboflavin kinase 5.056793009 L4_control_B2 +LQ06X016830 Riboflavin kinase 4.860766121 L4_control_B3 +LQ06X016830 Riboflavin kinase 5.613763962 L4_control_C2 +LQ06X016830 Riboflavin kinase 4.601218719 L4_control_C3 +LQ06X016830 Riboflavin kinase 5.166593154 L4_chemical_A1 +LQ06X016830 Riboflavin kinase 4.834953935 L4_chemical_A2 +LQ06X016830 Riboflavin kinase 5.565184386 L4_chemical_A3 +LQ06X016830 Riboflavin kinase 5.083679651 L4_chemical_B1 +LQ06X016830 Riboflavin kinase 4.922781919 L4_chemical_B2 +LQ06X016830 Riboflavin kinase 4.827903722 L4_chemical_B3 +LQ06X016830 Riboflavin kinase 7.649343144 L4_chemical_C2 +LQ06X016830 Riboflavin kinase 4.973061835 L4_chemical_C3 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.0368385 C6_control_A1 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.2708886 C6_control_A3 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.777971638 C6_control_B1 +LQ06X016840 Putative Telomerase Cajal body protein 1 10.13576504 C6_control_B2 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.590584106 C6_control_B3 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.73022047 C6_control_C1 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.38911364 C6_control_C2 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.73982623 C6_control_C3 +LQ06X016840 Putative Telomerase Cajal body protein 1 10.45545946 C6_chemical_A1 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.07147891 C6_chemical_A3 +LQ06X016840 Putative Telomerase Cajal body protein 1 8.956241697 C6_chemical_B1 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.559582101 C6_chemical_B2 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.245186472 C6_chemical_B3 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.48781877 C6_chemical_C1 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.32622692 C6_chemical_C2 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.33169267 C6_chemical_C3 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.73618662 L4_control_A1 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.24256715 L4_control_A2 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.30628437 L4_control_A3 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.978197855 L4_control_B1 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.156920122 L4_control_B2 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.928191458 L4_control_B3 +LQ06X016840 Putative Telomerase Cajal body protein 1 10.36755613 L4_control_C2 +LQ06X016840 Putative Telomerase Cajal body protein 1 10.53391305 L4_control_C3 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.68255366 L4_chemical_A1 +LQ06X016840 Putative Telomerase Cajal body protein 1 10.91304951 L4_chemical_A2 +LQ06X016840 Putative Telomerase Cajal body protein 1 11.42273675 L4_chemical_A3 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.645891874 L4_chemical_B1 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.613144611 L4_chemical_B2 +LQ06X016840 Putative Telomerase Cajal body protein 1 9.831029914 L4_chemical_B3 +LQ06X016840 Putative Telomerase Cajal body protein 1 10.2755865 L4_chemical_C2 +LQ06X016840 Putative Telomerase Cajal body protein 1 10.29307839 L4_chemical_C3 +LQ06X016900 F-box protein SKIP27 5.21591493 C6_control_A1 +LQ06X016900 F-box protein SKIP27 5.742651041 C6_control_A3 +LQ06X016900 F-box protein SKIP27 5.290617674 C6_control_B1 +LQ06X016900 F-box protein SKIP27 5.116554261 C6_control_B2 +LQ06X016900 F-box protein SKIP27 5.04233023 C6_control_B3 +LQ06X016900 F-box protein SKIP27 4.935186343 C6_control_C1 +LQ06X016900 F-box protein SKIP27 4.906983139 C6_control_C2 +LQ06X016900 F-box protein SKIP27 5.523127327 C6_control_C3 +LQ06X016900 F-box protein SKIP27 5.081222599 C6_chemical_A1 +LQ06X016900 F-box protein SKIP27 5.508429958 C6_chemical_A3 +LQ06X016900 F-box protein SKIP27 5.447348605 C6_chemical_B1 +LQ06X016900 F-box protein SKIP27 5.174483021 C6_chemical_B2 +LQ06X016900 F-box protein SKIP27 5.282903288 C6_chemical_B3 +LQ06X016900 F-box protein SKIP27 4.976775953 C6_chemical_C1 +LQ06X016900 F-box protein SKIP27 4.916256722 C6_chemical_C2 +LQ06X016900 F-box protein SKIP27 5.415406986 C6_chemical_C3 +LQ06X016900 F-box protein SKIP27 5.109587158 L4_control_A1 +LQ06X016900 F-box protein SKIP27 5.342899587 L4_control_A2 +LQ06X016900 F-box protein SKIP27 5.655473828 L4_control_A3 +LQ06X016900 F-box protein SKIP27 5.692143243 L4_control_B1 +LQ06X016900 F-box protein SKIP27 5.171081268 L4_control_B2 +LQ06X016900 F-box protein SKIP27 5.377551002 L4_control_B3 +LQ06X016900 F-box protein SKIP27 5.593635636 L4_control_C2 +LQ06X016900 F-box protein SKIP27 5.956942775 L4_control_C3 +LQ06X016900 F-box protein SKIP27 5.482439703 L4_chemical_A1 +LQ06X016900 F-box protein SKIP27 4.986732508 L4_chemical_A2 +LQ06X016900 F-box protein SKIP27 5.270471391 L4_chemical_A3 +LQ06X016900 F-box protein SKIP27 5.343259479 L4_chemical_B1 +LQ06X016900 F-box protein SKIP27 4.979933046 L4_chemical_B2 +LQ06X016900 F-box protein SKIP27 5.292891232 L4_chemical_B3 +LQ06X016900 F-box protein SKIP27 5.240165997 L4_chemical_C2 +LQ06X016900 F-box protein SKIP27 5.497162932 L4_chemical_C3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.950030474 C6_control_A1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.034505154 C6_control_A3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.820098068 C6_control_B1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.654168256 C6_control_B2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.504076337 C6_control_B3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.880240679 C6_control_C1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.7516151 C6_control_C2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.862937793 C6_control_C3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.111185151 C6_chemical_A1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.214072275 C6_chemical_A3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.80175615 C6_chemical_B1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.81117392 C6_chemical_B2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.702920167 C6_chemical_B3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.938659278 C6_chemical_C1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.756062697 C6_chemical_C2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.982771897 C6_chemical_C3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.191275474 L4_control_A1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.467689393 L4_control_A2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.974602173 L4_control_A3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.246022428 L4_control_B1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.583126416 L4_control_B2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.339226627 L4_control_B3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.884629308 L4_control_C2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.026670235 L4_control_C3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.002179432 L4_chemical_A1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 4.998818569 L4_chemical_A2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.246622461 L4_chemical_A3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.252274771 L4_chemical_B1 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.734183497 L4_chemical_B2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.178930171 L4_chemical_B3 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.942372505 L4_chemical_C2 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.580051716 L4_chemical_C3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.355308803 C6_control_A1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.03721424 C6_control_A3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 6.939726305 C6_control_B1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.829959552 C6_control_B2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 6.02975169 C6_control_B3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.437813551 C6_control_C1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 4.791582737 C6_control_C2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.173957361 C6_control_C3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.33172033 C6_chemical_A1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.402874644 C6_chemical_A3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.808460986 C6_chemical_B1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.752823594 C6_chemical_B2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 6.243788921 C6_chemical_B3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.261760357 C6_chemical_C1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 4.983682771 C6_chemical_C2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.113620414 C6_chemical_C3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 6.511492149 L4_control_A1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 4.852440506 L4_control_A2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 4.918770223 L4_control_A3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.996472956 L4_control_B1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.806562348 L4_control_B2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 6.060923552 L4_control_B3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.126769188 L4_control_C2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 6.274970666 L4_control_C3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 6.146601149 L4_chemical_A1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.050364883 L4_chemical_A2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 4.777586118 L4_chemical_A3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.475512133 L4_chemical_B1 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.55137884 L4_chemical_B2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 6.834961761 L4_chemical_B3 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.228860264 L4_chemical_C2 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 4.950513918 L4_chemical_C3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.28948479 C6_control_A1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.27944196 C6_control_A3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.29582026 C6_control_B1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 10.82193613 C6_control_B2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.45660345 C6_control_B3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 8.865992708 C6_control_C1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 8.707074889 C6_control_C2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 9.64969758 C6_control_C3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.46379477 C6_chemical_A1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.64978372 C6_chemical_A3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.17712276 C6_chemical_B1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 10.73588064 C6_chemical_B2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.41987692 C6_chemical_B3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 8.253585478 C6_chemical_C1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 7.304829565 C6_chemical_C2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 8.519434166 C6_chemical_C3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.5571458 L4_control_A1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.12204489 L4_control_A2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.46258048 L4_control_A3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.71425321 L4_control_B1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.89172377 L4_control_B2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.21842978 L4_control_B3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 8.854292771 L4_control_C2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 9.904502721 L4_control_C3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.32846153 L4_chemical_A1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.22689302 L4_chemical_A2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.34547745 L4_chemical_A3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.550657 L4_chemical_B1 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.35109322 L4_chemical_B2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.82055182 L4_chemical_B3 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 7.825319046 L4_chemical_C2 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 9.604922617 L4_chemical_C3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.13043978 C6_control_A1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.18597482 C6_control_A3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 12.95476102 C6_control_B1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 12.71596835 C6_control_B2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.43306363 C6_control_B3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 9.926602486 C6_control_C1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 10.22311845 C6_control_C2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 11.49312522 C6_control_C3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.10563004 C6_chemical_A1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.40721237 C6_chemical_A3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 12.77291803 C6_chemical_B1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 12.39803496 C6_chemical_B2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.10819402 C6_chemical_B3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 9.342688632 C6_chemical_C1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 8.965468375 C6_chemical_C2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 10.12170809 C6_chemical_C3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.44274282 L4_control_A1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.07268381 L4_control_A2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.74688671 L4_control_A3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.47288917 L4_control_B1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.00926612 L4_control_B2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 12.93316511 L4_control_B3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 9.131905537 L4_control_C2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 11.2426053 L4_control_C3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.03657826 L4_chemical_A1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.15623348 L4_chemical_A2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.57371474 L4_chemical_A3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 12.80633867 L4_chemical_B1 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 12.9664381 L4_chemical_B2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.5037737 L4_chemical_B3 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 9.516178486 L4_chemical_C2 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 11.16073738 L4_chemical_C3 +LQ06X016970 Putative U-box domain-containing protein 4 5.91108596 C6_control_A1 +LQ06X016970 Putative U-box domain-containing protein 4 6.123612201 C6_control_A3 +LQ06X016970 Putative U-box domain-containing protein 4 5.414519951 C6_control_B1 +LQ06X016970 Putative U-box domain-containing protein 4 5.452003642 C6_control_B2 +LQ06X016970 Putative U-box domain-containing protein 4 5.578402294 C6_control_B3 +LQ06X016970 Putative U-box domain-containing protein 4 5.384571079 C6_control_C1 +LQ06X016970 Putative U-box domain-containing protein 4 5.104987389 C6_control_C2 +LQ06X016970 Putative U-box domain-containing protein 4 5.019722237 C6_control_C3 +LQ06X016970 Putative U-box domain-containing protein 4 5.560443374 C6_chemical_A1 +LQ06X016970 Putative U-box domain-containing protein 4 5.561299516 C6_chemical_A3 +LQ06X016970 Putative U-box domain-containing protein 4 5.578633133 C6_chemical_B1 +LQ06X016970 Putative U-box domain-containing protein 4 5.173346526 C6_chemical_B2 +LQ06X016970 Putative U-box domain-containing protein 4 5.645828068 C6_chemical_B3 +LQ06X016970 Putative U-box domain-containing protein 4 5.228618298 C6_chemical_C1 +LQ06X016970 Putative U-box domain-containing protein 4 5.116854663 C6_chemical_C2 +LQ06X016970 Putative U-box domain-containing protein 4 5.014742203 C6_chemical_C3 +LQ06X016970 Putative U-box domain-containing protein 4 5.962589389 L4_control_A1 +LQ06X016970 Putative U-box domain-containing protein 4 5.706348044 L4_control_A2 +LQ06X016970 Putative U-box domain-containing protein 4 6.688269067 L4_control_A3 +LQ06X016970 Putative U-box domain-containing protein 4 6.208833719 L4_control_B1 +LQ06X016970 Putative U-box domain-containing protein 4 6.440566285 L4_control_B2 +LQ06X016970 Putative U-box domain-containing protein 4 5.655438298 L4_control_B3 +LQ06X016970 Putative U-box domain-containing protein 4 5.117634116 L4_control_C2 +LQ06X016970 Putative U-box domain-containing protein 4 5.613926173 L4_control_C3 +LQ06X016970 Putative U-box domain-containing protein 4 5.792588839 L4_chemical_A1 +LQ06X016970 Putative U-box domain-containing protein 4 5.735162769 L4_chemical_A2 +LQ06X016970 Putative U-box domain-containing protein 4 6.49176294 L4_chemical_A3 +LQ06X016970 Putative U-box domain-containing protein 4 5.368465762 L4_chemical_B1 +LQ06X016970 Putative U-box domain-containing protein 4 5.685819894 L4_chemical_B2 +LQ06X016970 Putative U-box domain-containing protein 4 5.721040789 L4_chemical_B3 +LQ06X016970 Putative U-box domain-containing protein 4 5.632302605 L4_chemical_C2 +LQ06X016970 Putative U-box domain-containing protein 4 5.536451222 L4_chemical_C3 +LQ06X016980 Sugar carrier protein C 13.29731264 C6_control_A1 +LQ06X016980 Sugar carrier protein C 12.50419762 C6_control_A3 +LQ06X016980 Sugar carrier protein C 13.75930108 C6_control_B1 +LQ06X016980 Sugar carrier protein C 13.94916428 C6_control_B2 +LQ06X016980 Sugar carrier protein C 14.26276049 C6_control_B3 +LQ06X016980 Sugar carrier protein C 13.05313725 C6_control_C1 +LQ06X016980 Sugar carrier protein C 12.50099631 C6_control_C2 +LQ06X016980 Sugar carrier protein C 13.32189173 C6_control_C3 +LQ06X016980 Sugar carrier protein C 12.82876294 C6_chemical_A1 +LQ06X016980 Sugar carrier protein C 12.06087346 C6_chemical_A3 +LQ06X016980 Sugar carrier protein C 13.5048809 C6_chemical_B1 +LQ06X016980 Sugar carrier protein C 13.11180609 C6_chemical_B2 +LQ06X016980 Sugar carrier protein C 13.58757572 C6_chemical_B3 +LQ06X016980 Sugar carrier protein C 11.62112696 C6_chemical_C1 +LQ06X016980 Sugar carrier protein C 11.69662259 C6_chemical_C2 +LQ06X016980 Sugar carrier protein C 12.42438597 C6_chemical_C3 +LQ06X016980 Sugar carrier protein C 13.10996963 L4_control_A1 +LQ06X016980 Sugar carrier protein C 13.69151743 L4_control_A2 +LQ06X016980 Sugar carrier protein C 13.31807216 L4_control_A3 +LQ06X016980 Sugar carrier protein C 13.81678912 L4_control_B1 +LQ06X016980 Sugar carrier protein C 13.98490273 L4_control_B2 +LQ06X016980 Sugar carrier protein C 13.93285351 L4_control_B3 +LQ06X016980 Sugar carrier protein C 13.33519509 L4_control_C2 +LQ06X016980 Sugar carrier protein C 13.12315715 L4_control_C3 +LQ06X016980 Sugar carrier protein C 13.09496579 L4_chemical_A1 +LQ06X016980 Sugar carrier protein C 13.08358732 L4_chemical_A2 +LQ06X016980 Sugar carrier protein C 13.09764685 L4_chemical_A3 +LQ06X016980 Sugar carrier protein C 13.25570282 L4_chemical_B1 +LQ06X016980 Sugar carrier protein C 12.96471465 L4_chemical_B2 +LQ06X016980 Sugar carrier protein C 13.73132797 L4_chemical_B3 +LQ06X016980 Sugar carrier protein C 12.06591537 L4_chemical_C2 +LQ06X016980 Sugar carrier protein C 11.91073584 L4_chemical_C3 +LQ06X017000 Predicted protein 5.398595757 C6_control_A1 +LQ06X017000 Predicted protein 5.875354681 C6_control_A3 +LQ06X017000 Predicted protein 5.111233162 C6_control_B1 +LQ06X017000 Predicted protein 5.390807286 C6_control_B2 +LQ06X017000 Predicted protein 5.410095237 C6_control_B3 +LQ06X017000 Predicted protein 5.12947313 C6_control_C1 +LQ06X017000 Predicted protein 6.458825595 C6_control_C2 +LQ06X017000 Predicted protein 5.277531279 C6_control_C3 +LQ06X017000 Predicted protein 5.613137717 C6_chemical_A1 +LQ06X017000 Predicted protein 5.21502489 C6_chemical_A3 +LQ06X017000 Predicted protein 5.009174136 C6_chemical_B1 +LQ06X017000 Predicted protein 5.488163217 C6_chemical_B2 +LQ06X017000 Predicted protein 5.38852342 C6_chemical_B3 +LQ06X017000 Predicted protein 5.320539621 C6_chemical_C1 +LQ06X017000 Predicted protein 5.636152797 C6_chemical_C2 +LQ06X017000 Predicted protein 5.687156531 C6_chemical_C3 +LQ06X017000 Predicted protein 5.369174241 L4_control_A1 +LQ06X017000 Predicted protein 5.700744781 L4_control_A2 +LQ06X017000 Predicted protein 5.795787105 L4_control_A3 +LQ06X017000 Predicted protein 5.678989442 L4_control_B1 +LQ06X017000 Predicted protein 5.642203095 L4_control_B2 +LQ06X017000 Predicted protein 5.254129122 L4_control_B3 +LQ06X017000 Predicted protein 5.353193944 L4_control_C2 +LQ06X017000 Predicted protein 5.393667026 L4_control_C3 +LQ06X017000 Predicted protein 5.291111529 L4_chemical_A1 +LQ06X017000 Predicted protein 5.932297879 L4_chemical_A2 +LQ06X017000 Predicted protein 6.495506277 L4_chemical_A3 +LQ06X017000 Predicted protein 5.184704442 L4_chemical_B1 +LQ06X017000 Predicted protein 5.865180182 L4_chemical_B2 +LQ06X017000 Predicted protein 5.768636342 L4_chemical_B3 +LQ06X017000 Predicted protein 4.839224702 L4_chemical_C2 +LQ06X017000 Predicted protein 5.265055886 L4_chemical_C3 +LQ06X017020 Predicted protein 6.047880105 C6_control_A1 +LQ06X017020 Predicted protein 5.926214035 C6_control_A3 +LQ06X017020 Predicted protein 7.942511444 C6_control_B1 +LQ06X017020 Predicted protein 10.53639789 C6_control_B2 +LQ06X017020 Predicted protein 9.071069062 C6_control_B3 +LQ06X017020 Predicted protein 13.18212465 C6_control_C1 +LQ06X017020 Predicted protein 13.9746319 C6_control_C2 +LQ06X017020 Predicted protein 14.12739698 C6_control_C3 +LQ06X017020 Predicted protein 7.170098734 C6_chemical_A1 +LQ06X017020 Predicted protein 7.330570161 C6_chemical_A3 +LQ06X017020 Predicted protein 9.166514221 C6_chemical_B1 +LQ06X017020 Predicted protein 11.33373687 C6_chemical_B2 +LQ06X017020 Predicted protein 10.3911262 C6_chemical_B3 +LQ06X017020 Predicted protein 13.36402547 C6_chemical_C1 +LQ06X017020 Predicted protein 14.45385825 C6_chemical_C2 +LQ06X017020 Predicted protein 14.18874318 C6_chemical_C3 +LQ06X017020 Predicted protein 7.180229278 L4_control_A1 +LQ06X017020 Predicted protein 6.212706189 L4_control_A2 +LQ06X017020 Predicted protein 6.997738161 L4_control_A3 +LQ06X017020 Predicted protein 8.692380893 L4_control_B1 +LQ06X017020 Predicted protein 7.36038042 L4_control_B2 +LQ06X017020 Predicted protein 9.963847751 L4_control_B3 +LQ06X017020 Predicted protein 13.28871606 L4_control_C2 +LQ06X017020 Predicted protein 12.71930729 L4_control_C3 +LQ06X017020 Predicted protein 10.36535033 L4_chemical_A1 +LQ06X017020 Predicted protein 10.55069866 L4_chemical_A2 +LQ06X017020 Predicted protein 7.137276815 L4_chemical_A3 +LQ06X017020 Predicted protein 9.15204881 L4_chemical_B1 +LQ06X017020 Predicted protein 10.25453558 L4_chemical_B2 +LQ06X017020 Predicted protein 8.726456866 L4_chemical_B3 +LQ06X017020 Predicted protein 13.52798591 L4_chemical_C2 +LQ06X017020 Predicted protein 12.7126121 L4_chemical_C3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.78926426 C6_control_A1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.59529552 C6_control_A3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.93524707 C6_control_B1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.85377799 C6_control_B2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.55681088 C6_control_B3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.77534239 C6_control_C1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.73241099 C6_control_C2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.81816471 C6_control_C3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.52171483 C6_chemical_A1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.26329592 C6_chemical_A3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.6356412 C6_chemical_B1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.72967716 C6_chemical_B2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.4810727 C6_chemical_B3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.67389885 C6_chemical_C1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.55411003 C6_chemical_C2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.64232603 C6_chemical_C3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.7714987 L4_control_A1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.54376242 L4_control_A2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.33756627 L4_control_A3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.68783703 L4_control_B1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.11000746 L4_control_B2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.20603537 L4_control_B3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.73256735 L4_control_C2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.63756305 L4_control_C3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.46949407 L4_chemical_A1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.31394334 L4_chemical_A2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.57269935 L4_chemical_A3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.70683732 L4_chemical_B1 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.66581755 L4_chemical_B2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 10.80818791 L4_chemical_B3 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.16614789 L4_chemical_C2 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.02473395 L4_chemical_C3 +LQ06X017080 ATATH13, putative 5.811458773 C6_control_A1 +LQ06X017080 ATATH13, putative 5.329912557 C6_control_A3 +LQ06X017080 ATATH13, putative 5.776236314 C6_control_B1 +LQ06X017080 ATATH13, putative 5.390934836 C6_control_B2 +LQ06X017080 ATATH13, putative 5.82107839 C6_control_B3 +LQ06X017080 ATATH13, putative 5.681810339 C6_control_C1 +LQ06X017080 ATATH13, putative 5.883395432 C6_control_C2 +LQ06X017080 ATATH13, putative 5.855223409 C6_control_C3 +LQ06X017080 ATATH13, putative 5.679151488 C6_chemical_A1 +LQ06X017080 ATATH13, putative 5.662101073 C6_chemical_A3 +LQ06X017080 ATATH13, putative 5.807559545 C6_chemical_B1 +LQ06X017080 ATATH13, putative 5.515423636 C6_chemical_B2 +LQ06X017080 ATATH13, putative 5.363637899 C6_chemical_B3 +LQ06X017080 ATATH13, putative 6.185524905 C6_chemical_C1 +LQ06X017080 ATATH13, putative 5.258446374 C6_chemical_C2 +LQ06X017080 ATATH13, putative 6.294433926 C6_chemical_C3 +LQ06X017080 ATATH13, putative 5.358905344 L4_control_A1 +LQ06X017080 ATATH13, putative 5.643435036 L4_control_A2 +LQ06X017080 ATATH13, putative 5.977751273 L4_control_A3 +LQ06X017080 ATATH13, putative 5.358735317 L4_control_B1 +LQ06X017080 ATATH13, putative 5.530144744 L4_control_B2 +LQ06X017080 ATATH13, putative 5.666226201 L4_control_B3 +LQ06X017080 ATATH13, putative 4.946897893 L4_control_C2 +LQ06X017080 ATATH13, putative 5.619372209 L4_control_C3 +LQ06X017080 ATATH13, putative 5.257561156 L4_chemical_A1 +LQ06X017080 ATATH13, putative 5.624945296 L4_chemical_A2 +LQ06X017080 ATATH13, putative 5.315574089 L4_chemical_A3 +LQ06X017080 ATATH13, putative 6.19303285 L4_chemical_B1 +LQ06X017080 ATATH13, putative 6.083059415 L4_chemical_B2 +LQ06X017080 ATATH13, putative 5.494650928 L4_chemical_B3 +LQ06X017080 ATATH13, putative 5.50662989 L4_chemical_C2 +LQ06X017080 ATATH13, putative 5.948022196 L4_chemical_C3 +LQ06X017140 ATP binding protein, putative 10.46659949 C6_control_A1 +LQ06X017140 ATP binding protein, putative 10.36048943 C6_control_A3 +LQ06X017140 ATP binding protein, putative 11.81076019 C6_control_B1 +LQ06X017140 ATP binding protein, putative 11.47852826 C6_control_B2 +LQ06X017140 ATP binding protein, putative 12.5951637 C6_control_B3 +LQ06X017140 ATP binding protein, putative 10.8512259 C6_control_C1 +LQ06X017140 ATP binding protein, putative 10.78316507 C6_control_C2 +LQ06X017140 ATP binding protein, putative 12.1882372 C6_control_C3 +LQ06X017140 ATP binding protein, putative 9.734225358 C6_chemical_A1 +LQ06X017140 ATP binding protein, putative 10.37201922 C6_chemical_A3 +LQ06X017140 ATP binding protein, putative 11.67838657 C6_chemical_B1 +LQ06X017140 ATP binding protein, putative 11.164491 C6_chemical_B2 +LQ06X017140 ATP binding protein, putative 12.2046322 C6_chemical_B3 +LQ06X017140 ATP binding protein, putative 9.986319256 C6_chemical_C1 +LQ06X017140 ATP binding protein, putative 10.29987836 C6_chemical_C2 +LQ06X017140 ATP binding protein, putative 11.95052229 C6_chemical_C3 +LQ06X017140 ATP binding protein, putative 9.904822804 L4_control_A1 +LQ06X017140 ATP binding protein, putative 10.79651982 L4_control_A2 +LQ06X017140 ATP binding protein, putative 11.13159166 L4_control_A3 +LQ06X017140 ATP binding protein, putative 12.6927437 L4_control_B1 +LQ06X017140 ATP binding protein, putative 12.49293893 L4_control_B2 +LQ06X017140 ATP binding protein, putative 12.13928058 L4_control_B3 +LQ06X017140 ATP binding protein, putative 12.37140434 L4_control_C2 +LQ06X017140 ATP binding protein, putative 12.77711543 L4_control_C3 +LQ06X017140 ATP binding protein, putative 8.305605859 L4_chemical_A1 +LQ06X017140 ATP binding protein, putative 9.775567118 L4_chemical_A2 +LQ06X017140 ATP binding protein, putative 9.725333906 L4_chemical_A3 +LQ06X017140 ATP binding protein, putative 11.39055923 L4_chemical_B1 +LQ06X017140 ATP binding protein, putative 11.56040644 L4_chemical_B2 +LQ06X017140 ATP binding protein, putative 12.25953721 L4_chemical_B3 +LQ06X017140 ATP binding protein, putative 12.24944221 L4_chemical_C2 +LQ06X017140 ATP binding protein, putative 12.29517928 L4_chemical_C3 +LQ06X017150 Putative cyclin-D6-1 6.347304014 C6_control_A1 +LQ06X017150 Putative cyclin-D6-1 6.902714302 C6_control_A3 +LQ06X017150 Putative cyclin-D6-1 6.38904714 C6_control_B1 +LQ06X017150 Putative cyclin-D6-1 5.227382785 C6_control_B2 +LQ06X017150 Putative cyclin-D6-1 5.410280232 C6_control_B3 +LQ06X017150 Putative cyclin-D6-1 5.307980632 C6_control_C1 +LQ06X017150 Putative cyclin-D6-1 5.371295923 C6_control_C2 +LQ06X017150 Putative cyclin-D6-1 5.414838927 C6_control_C3 +LQ06X017150 Putative cyclin-D6-1 5.769293203 C6_chemical_A1 +LQ06X017150 Putative cyclin-D6-1 6.042306459 C6_chemical_A3 +LQ06X017150 Putative cyclin-D6-1 6.157757764 C6_chemical_B1 +LQ06X017150 Putative cyclin-D6-1 5.413971612 C6_chemical_B2 +LQ06X017150 Putative cyclin-D6-1 5.618205422 C6_chemical_B3 +LQ06X017150 Putative cyclin-D6-1 5.46451095 C6_chemical_C1 +LQ06X017150 Putative cyclin-D6-1 5.301356937 C6_chemical_C2 +LQ06X017150 Putative cyclin-D6-1 5.44767892 C6_chemical_C3 +LQ06X017150 Putative cyclin-D6-1 5.956105812 L4_control_A1 +LQ06X017150 Putative cyclin-D6-1 6.212742255 L4_control_A2 +LQ06X017150 Putative cyclin-D6-1 5.572134519 L4_control_A3 +LQ06X017150 Putative cyclin-D6-1 5.157644253 L4_control_B1 +LQ06X017150 Putative cyclin-D6-1 6.85169764 L4_control_B2 +LQ06X017150 Putative cyclin-D6-1 5.463923768 L4_control_B3 +LQ06X017150 Putative cyclin-D6-1 5.317806811 L4_control_C2 +LQ06X017150 Putative cyclin-D6-1 5.275800477 L4_control_C3 +LQ06X017150 Putative cyclin-D6-1 5.637843657 L4_chemical_A1 +LQ06X017150 Putative cyclin-D6-1 5.763425385 L4_chemical_A2 +LQ06X017150 Putative cyclin-D6-1 5.062339074 L4_chemical_A3 +LQ06X017150 Putative cyclin-D6-1 5.506848761 L4_chemical_B1 +LQ06X017150 Putative cyclin-D6-1 6.292122481 L4_chemical_B2 +LQ06X017150 Putative cyclin-D6-1 5.942994703 L4_chemical_B3 +LQ06X017150 Putative cyclin-D6-1 5.368946123 L4_chemical_C2 +LQ06X017150 Putative cyclin-D6-1 5.454906077 L4_chemical_C3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.33557194 C6_control_A1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.56580101 C6_control_A3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.04720141 C6_control_B1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.15972693 C6_control_B2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.3709946 C6_control_B3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.2939855 C6_control_C1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.28488364 C6_control_C2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.31865148 C6_control_C3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.01418041 C6_chemical_A1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.60902302 C6_chemical_A3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 11.82401749 C6_chemical_B1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.17416905 C6_chemical_B2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.334783 C6_chemical_B3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.17540265 C6_chemical_C1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.14295134 C6_chemical_C2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.26556277 C6_chemical_C3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.58477596 L4_control_A1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.30653826 L4_control_A2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 13.01606436 L4_control_A3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.26890727 L4_control_B1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.48912588 L4_control_B2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.7064409 L4_control_B3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.46043573 L4_control_C2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.38226288 L4_control_C3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.50590409 L4_chemical_A1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.60736004 L4_chemical_A2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.86420085 L4_chemical_A3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.27783016 L4_chemical_B1 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.3734604 L4_chemical_B2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.58499313 L4_chemical_B3 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.18273222 L4_chemical_C2 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.37098806 L4_chemical_C3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.93464242 C6_control_A1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.51616547 C6_control_A3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.12602378 C6_control_B1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.99974255 C6_control_B2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.33549654 C6_control_B3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 14.1300793 C6_control_C1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.51158107 C6_control_C2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.98463235 C6_control_C3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.78444708 C6_chemical_A1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.8268549 C6_chemical_A3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.10597052 C6_chemical_B1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.91595756 C6_chemical_B2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.19321926 C6_chemical_B3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 14.37552764 C6_chemical_C1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.24070046 C6_chemical_C2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.45048559 C6_chemical_C3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 11.85694461 L4_control_A1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 11.10643074 L4_control_A2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 10.78068721 L4_control_A3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.56719428 L4_control_B1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 11.49875683 L4_control_B2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.80728944 L4_control_B3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.20475386 L4_control_C2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.22929885 L4_control_C3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.02546028 L4_chemical_A1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.85601108 L4_chemical_A2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.28778051 L4_chemical_A3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 13.01026361 L4_chemical_B1 +LQ06X017320 Putative serine/threonine-protein kinase receptor 11.98883541 L4_chemical_B2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.40531806 L4_chemical_B3 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.89501134 L4_chemical_C2 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.38670393 L4_chemical_C3 +LQ06X017420 Flavoprotein wrbA 12.19132143 C6_control_A1 +LQ06X017420 Flavoprotein wrbA 12.6335114 C6_control_A3 +LQ06X017420 Flavoprotein wrbA 11.85202243 C6_control_B1 +LQ06X017420 Flavoprotein wrbA 11.15908084 C6_control_B2 +LQ06X017420 Flavoprotein wrbA 11.60950408 C6_control_B3 +LQ06X017420 Flavoprotein wrbA 9.001841542 C6_control_C1 +LQ06X017420 Flavoprotein wrbA 7.565670508 C6_control_C2 +LQ06X017420 Flavoprotein wrbA 8.739703526 C6_control_C3 +LQ06X017420 Flavoprotein wrbA 12.19825505 C6_chemical_A1 +LQ06X017420 Flavoprotein wrbA 12.1799546 C6_chemical_A3 +LQ06X017420 Flavoprotein wrbA 11.5068302 C6_chemical_B1 +LQ06X017420 Flavoprotein wrbA 10.81813138 C6_chemical_B2 +LQ06X017420 Flavoprotein wrbA 10.73048431 C6_chemical_B3 +LQ06X017420 Flavoprotein wrbA 8.672753103 C6_chemical_C1 +LQ06X017420 Flavoprotein wrbA 7.678228868 C6_chemical_C2 +LQ06X017420 Flavoprotein wrbA 8.169626693 C6_chemical_C3 +LQ06X017420 Flavoprotein wrbA 12.62836786 L4_control_A1 +LQ06X017420 Flavoprotein wrbA 11.52897711 L4_control_A2 +LQ06X017420 Flavoprotein wrbA 12.45397511 L4_control_A3 +LQ06X017420 Flavoprotein wrbA 10.70471217 L4_control_B1 +LQ06X017420 Flavoprotein wrbA 11.12843682 L4_control_B2 +LQ06X017420 Flavoprotein wrbA 9.401748305 L4_control_B3 +LQ06X017420 Flavoprotein wrbA 6.633364315 L4_control_C2 +LQ06X017420 Flavoprotein wrbA 6.1866915 L4_control_C3 +LQ06X017420 Flavoprotein wrbA 12.33832388 L4_chemical_A1 +LQ06X017420 Flavoprotein wrbA 11.0942283 L4_chemical_A2 +LQ06X017420 Flavoprotein wrbA 12.90394335 L4_chemical_A3 +LQ06X017420 Flavoprotein wrbA 11.27699618 L4_chemical_B1 +LQ06X017420 Flavoprotein wrbA 11.07743359 L4_chemical_B2 +LQ06X017420 Flavoprotein wrbA 11.209837 L4_chemical_B3 +LQ06X017420 Flavoprotein wrbA 6.901346913 L4_chemical_C2 +LQ06X017420 Flavoprotein wrbA 7.398371061 L4_chemical_C3 +LQ06X017430 Putative Transcription factor bHLH112 9.427747721 C6_control_A1 +LQ06X017430 Putative Transcription factor bHLH112 9.803924813 C6_control_A3 +LQ06X017430 Putative Transcription factor bHLH112 9.733455026 C6_control_B1 +LQ06X017430 Putative Transcription factor bHLH112 9.132725514 C6_control_B2 +LQ06X017430 Putative Transcription factor bHLH112 9.669809509 C6_control_B3 +LQ06X017430 Putative Transcription factor bHLH112 10.04617308 C6_control_C1 +LQ06X017430 Putative Transcription factor bHLH112 9.385069356 C6_control_C2 +LQ06X017430 Putative Transcription factor bHLH112 10.57178235 C6_control_C3 +LQ06X017430 Putative Transcription factor bHLH112 9.508552414 C6_chemical_A1 +LQ06X017430 Putative Transcription factor bHLH112 10.79336204 C6_chemical_A3 +LQ06X017430 Putative Transcription factor bHLH112 9.55464513 C6_chemical_B1 +LQ06X017430 Putative Transcription factor bHLH112 9.119466507 C6_chemical_B2 +LQ06X017430 Putative Transcription factor bHLH112 9.604185924 C6_chemical_B3 +LQ06X017430 Putative Transcription factor bHLH112 9.78350202 C6_chemical_C1 +LQ06X017430 Putative Transcription factor bHLH112 9.371627596 C6_chemical_C2 +LQ06X017430 Putative Transcription factor bHLH112 10.53777842 C6_chemical_C3 +LQ06X017430 Putative Transcription factor bHLH112 11.23062303 L4_control_A1 +LQ06X017430 Putative Transcription factor bHLH112 10.96166238 L4_control_A2 +LQ06X017430 Putative Transcription factor bHLH112 11.21575719 L4_control_A3 +LQ06X017430 Putative Transcription factor bHLH112 11.45401809 L4_control_B1 +LQ06X017430 Putative Transcription factor bHLH112 10.70255528 L4_control_B2 +LQ06X017430 Putative Transcription factor bHLH112 11.03676841 L4_control_B3 +LQ06X017430 Putative Transcription factor bHLH112 11.05419433 L4_control_C2 +LQ06X017430 Putative Transcription factor bHLH112 11.50363609 L4_control_C3 +LQ06X017430 Putative Transcription factor bHLH112 10.75569907 L4_chemical_A1 +LQ06X017430 Putative Transcription factor bHLH112 10.60045715 L4_chemical_A2 +LQ06X017430 Putative Transcription factor bHLH112 11.01038406 L4_chemical_A3 +LQ06X017430 Putative Transcription factor bHLH112 10.50151735 L4_chemical_B1 +LQ06X017430 Putative Transcription factor bHLH112 10.97996468 L4_chemical_B2 +LQ06X017430 Putative Transcription factor bHLH112 11.39701422 L4_chemical_B3 +LQ06X017430 Putative Transcription factor bHLH112 11.18993051 L4_chemical_C2 +LQ06X017430 Putative Transcription factor bHLH112 11.3357285 L4_chemical_C3 +LQ06X017440 Stromal antigen, putative 11.97581026 C6_control_A1 +LQ06X017440 Stromal antigen, putative 12.09117661 C6_control_A3 +LQ06X017440 Stromal antigen, putative 12.23385312 C6_control_B1 +LQ06X017440 Stromal antigen, putative 12.60205601 C6_control_B2 +LQ06X017440 Stromal antigen, putative 12.70111322 C6_control_B3 +LQ06X017440 Stromal antigen, putative 11.30334451 C6_control_C1 +LQ06X017440 Stromal antigen, putative 11.90265277 C6_control_C2 +LQ06X017440 Stromal antigen, putative 11.70937077 C6_control_C3 +LQ06X017440 Stromal antigen, putative 11.55627716 C6_chemical_A1 +LQ06X017440 Stromal antigen, putative 12.16679509 C6_chemical_A3 +LQ06X017440 Stromal antigen, putative 12.12352291 C6_chemical_B1 +LQ06X017440 Stromal antigen, putative 12.66359141 C6_chemical_B2 +LQ06X017440 Stromal antigen, putative 12.23070774 C6_chemical_B3 +LQ06X017440 Stromal antigen, putative 11.13675578 C6_chemical_C1 +LQ06X017440 Stromal antigen, putative 11.50472683 C6_chemical_C2 +LQ06X017440 Stromal antigen, putative 11.19959409 C6_chemical_C3 +LQ06X017440 Stromal antigen, putative 10.9710525 L4_control_A1 +LQ06X017440 Stromal antigen, putative 11.72598841 L4_control_A2 +LQ06X017440 Stromal antigen, putative 11.27258727 L4_control_A3 +LQ06X017440 Stromal antigen, putative 11.55179704 L4_control_B1 +LQ06X017440 Stromal antigen, putative 12.30518199 L4_control_B2 +LQ06X017440 Stromal antigen, putative 12.11533814 L4_control_B3 +LQ06X017440 Stromal antigen, putative 10.21221324 L4_control_C2 +LQ06X017440 Stromal antigen, putative 11.58273775 L4_control_C3 +LQ06X017440 Stromal antigen, putative 11.36693816 L4_chemical_A1 +LQ06X017440 Stromal antigen, putative 11.64844878 L4_chemical_A2 +LQ06X017440 Stromal antigen, putative 10.86792261 L4_chemical_A3 +LQ06X017440 Stromal antigen, putative 11.49323459 L4_chemical_B1 +LQ06X017440 Stromal antigen, putative 11.41483 L4_chemical_B2 +LQ06X017440 Stromal antigen, putative 12.35796199 L4_chemical_B3 +LQ06X017440 Stromal antigen, putative 10.26621621 L4_chemical_C2 +LQ06X017440 Stromal antigen, putative 11.64311559 L4_chemical_C3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.09478304 C6_control_A1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.85257265 C6_control_A3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.22784888 C6_control_B1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.21663731 C6_control_B2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.80120022 C6_control_B3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.44383611 C6_control_C1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.3250809 C6_control_C2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.88529287 C6_control_C3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.66630981 C6_chemical_A1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.49001221 C6_chemical_A3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 10.42879929 C6_chemical_B1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.14968672 C6_chemical_B2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.0509455 C6_chemical_B3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.0305301 C6_chemical_C1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.98246353 C6_chemical_C2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 10.86267233 C6_chemical_C3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.30794197 L4_control_A1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.51515444 L4_control_A2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.25014091 L4_control_A3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.02810017 L4_control_B1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.47587842 L4_control_B2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 10.82407483 L4_control_B3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.37670921 L4_control_C2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.53930998 L4_control_C3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.83777158 L4_chemical_A1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.8874448 L4_chemical_A2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.852298 L4_chemical_A3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.07455437 L4_chemical_B1 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.54690548 L4_chemical_B2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 10.33882249 L4_chemical_B3 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 12.25266211 L4_chemical_C2 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.79805812 L4_chemical_C3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.30677697 C6_control_A1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 7.607265978 C6_control_A3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 7.907308582 C6_control_B1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 6.81378965 C6_control_B2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.496033998 C6_control_B3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.245717142 C6_control_C1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 5.568909539 C6_control_C2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.497039845 C6_control_C3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.708708046 C6_chemical_A1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 6.889998135 C6_chemical_A3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.094279854 C6_chemical_B1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 7.104746696 C6_chemical_B2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 9.400709651 C6_chemical_B3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.016289635 C6_chemical_C1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 6.446056279 C6_chemical_C2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.714999537 C6_chemical_C3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 10.10153285 L4_control_A1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 9.831774086 L4_control_A2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 9.909304628 L4_control_A3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 12.23315946 L4_control_B1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 10.34970434 L4_control_B2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 6.724897008 L4_control_B3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 11.25731945 L4_control_C2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 10.69026564 L4_control_C3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 10.06330998 L4_chemical_A1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 9.798489425 L4_chemical_A2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 10.74831354 L4_chemical_A3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 10.51264478 L4_chemical_B1 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 10.52209215 L4_chemical_B2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 6.635421498 L4_chemical_B3 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 11.64988644 L4_chemical_C2 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 10.74807563 L4_chemical_C3 +LQ06X017640 50S ribosomal protein L13 12.0724576 C6_control_A1 +LQ06X017640 50S ribosomal protein L13 12.46135577 C6_control_A3 +LQ06X017640 50S ribosomal protein L13 11.57629157 C6_control_B1 +LQ06X017640 50S ribosomal protein L13 11.72806573 C6_control_B2 +LQ06X017640 50S ribosomal protein L13 11.46183591 C6_control_B3 +LQ06X017640 50S ribosomal protein L13 11.34737645 C6_control_C1 +LQ06X017640 50S ribosomal protein L13 11.55738908 C6_control_C2 +LQ06X017640 50S ribosomal protein L13 11.52042255 C6_control_C3 +LQ06X017640 50S ribosomal protein L13 11.74559552 C6_chemical_A1 +LQ06X017640 50S ribosomal protein L13 12.55788687 C6_chemical_A3 +LQ06X017640 50S ribosomal protein L13 11.11868343 C6_chemical_B1 +LQ06X017640 50S ribosomal protein L13 11.28361813 C6_chemical_B2 +LQ06X017640 50S ribosomal protein L13 11.00959534 C6_chemical_B3 +LQ06X017640 50S ribosomal protein L13 11.34289268 C6_chemical_C1 +LQ06X017640 50S ribosomal protein L13 11.52582848 C6_chemical_C2 +LQ06X017640 50S ribosomal protein L13 11.0841415 C6_chemical_C3 +LQ06X017640 50S ribosomal protein L13 12.76019427 L4_control_A1 +LQ06X017640 50S ribosomal protein L13 12.8532406 L4_control_A2 +LQ06X017640 50S ribosomal protein L13 12.88357181 L4_control_A3 +LQ06X017640 50S ribosomal protein L13 11.81037389 L4_control_B1 +LQ06X017640 50S ribosomal protein L13 12.19646128 L4_control_B2 +LQ06X017640 50S ribosomal protein L13 11.88608411 L4_control_B3 +LQ06X017640 50S ribosomal protein L13 11.89628215 L4_control_C2 +LQ06X017640 50S ribosomal protein L13 11.70345745 L4_control_C3 +LQ06X017640 50S ribosomal protein L13 12.5951629 L4_chemical_A1 +LQ06X017640 50S ribosomal protein L13 12.43210332 L4_chemical_A2 +LQ06X017640 50S ribosomal protein L13 12.5439914 L4_chemical_A3 +LQ06X017640 50S ribosomal protein L13 11.8808295 L4_chemical_B1 +LQ06X017640 50S ribosomal protein L13 12.03221203 L4_chemical_B2 +LQ06X017640 50S ribosomal protein L13 12.04998473 L4_chemical_B3 +LQ06X017640 50S ribosomal protein L13 11.71515989 L4_chemical_C2 +LQ06X017640 50S ribosomal protein L13 11.77341761 L4_chemical_C3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.35395158 C6_control_A1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.32182777 C6_control_A3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.4129864 C6_control_B1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.28948663 C6_control_B2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.27552678 C6_control_B3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.58921111 C6_control_C1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.68018393 C6_control_C2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.54385897 C6_control_C3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.46497822 C6_chemical_A1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.39533762 C6_chemical_A3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.52930547 C6_chemical_B1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.18408029 C6_chemical_B2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.2656273 C6_chemical_B3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.58652927 C6_chemical_C1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.75677707 C6_chemical_C2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 12.09343747 C6_chemical_C3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.25992691 L4_control_A1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.35937529 L4_control_A2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 10.8526477 L4_control_A3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.77731836 L4_control_B1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.00723926 L4_control_B2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.13083497 L4_control_B3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.98698749 L4_control_C2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.70903673 L4_control_C3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.71107245 L4_chemical_A1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.82723353 L4_chemical_A2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.20812152 L4_chemical_A3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.41282644 L4_chemical_B1 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.59747622 L4_chemical_B2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.88596843 L4_chemical_B3 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 12.255224 L4_chemical_C2 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.75034397 L4_chemical_C3 +LQ06X017660 Putative uncharacterized protein 5.43921448 C6_control_A1 +LQ06X017660 Putative uncharacterized protein 5.806823938 C6_control_A3 +LQ06X017660 Putative uncharacterized protein 5.076732489 C6_control_B1 +LQ06X017660 Putative uncharacterized protein 5.530271046 C6_control_B2 +LQ06X017660 Putative uncharacterized protein 5.39419229 C6_control_B3 +LQ06X017660 Putative uncharacterized protein 5.312726796 C6_control_C1 +LQ06X017660 Putative uncharacterized protein 6.349991913 C6_control_C2 +LQ06X017660 Putative uncharacterized protein 5.600244224 C6_control_C3 +LQ06X017660 Putative uncharacterized protein 5.418806594 C6_chemical_A1 +LQ06X017660 Putative uncharacterized protein 5.456343139 C6_chemical_A3 +LQ06X017660 Putative uncharacterized protein 5.515324892 C6_chemical_B1 +LQ06X017660 Putative uncharacterized protein 5.385265369 C6_chemical_B2 +LQ06X017660 Putative uncharacterized protein 5.4174713 C6_chemical_B3 +LQ06X017660 Putative uncharacterized protein 5.439877053 C6_chemical_C1 +LQ06X017660 Putative uncharacterized protein 5.629350946 C6_chemical_C2 +LQ06X017660 Putative uncharacterized protein 5.121201669 C6_chemical_C3 +LQ06X017660 Putative uncharacterized protein 5.537790241 L4_control_A1 +LQ06X017660 Putative uncharacterized protein 5.186545942 L4_control_A2 +LQ06X017660 Putative uncharacterized protein 5.892552907 L4_control_A3 +LQ06X017660 Putative uncharacterized protein 4.948118049 L4_control_B1 +LQ06X017660 Putative uncharacterized protein 5.404853575 L4_control_B2 +LQ06X017660 Putative uncharacterized protein 5.037644398 L4_control_B3 +LQ06X017660 Putative uncharacterized protein 4.911378948 L4_control_C2 +LQ06X017660 Putative uncharacterized protein 5.90760654 L4_control_C3 +LQ06X017660 Putative uncharacterized protein 5.661068597 L4_chemical_A1 +LQ06X017660 Putative uncharacterized protein 5.514474781 L4_chemical_A2 +LQ06X017660 Putative uncharacterized protein 5.522830298 L4_chemical_A3 +LQ06X017660 Putative uncharacterized protein 5.174547849 L4_chemical_B1 +LQ06X017660 Putative uncharacterized protein 5.711953916 L4_chemical_B2 +LQ06X017660 Putative uncharacterized protein 5.489692089 L4_chemical_B3 +LQ06X017660 Putative uncharacterized protein 5.106329759 L4_chemical_C2 +LQ06X017660 Putative uncharacterized protein 5.802000093 L4_chemical_C3 +LQ06X017680 Predicted protein 11.81670421 C6_control_A1 +LQ06X017680 Predicted protein 12.41459887 C6_control_A3 +LQ06X017680 Predicted protein 11.66420333 C6_control_B1 +LQ06X017680 Predicted protein 12.06600798 C6_control_B2 +LQ06X017680 Predicted protein 11.56413132 C6_control_B3 +LQ06X017680 Predicted protein 11.68429989 C6_control_C1 +LQ06X017680 Predicted protein 11.84205003 C6_control_C2 +LQ06X017680 Predicted protein 11.66321534 C6_control_C3 +LQ06X017680 Predicted protein 11.3258399 C6_chemical_A1 +LQ06X017680 Predicted protein 11.97374773 C6_chemical_A3 +LQ06X017680 Predicted protein 11.18985862 C6_chemical_B1 +LQ06X017680 Predicted protein 12.07099658 C6_chemical_B2 +LQ06X017680 Predicted protein 11.13697301 C6_chemical_B3 +LQ06X017680 Predicted protein 11.77728392 C6_chemical_C1 +LQ06X017680 Predicted protein 11.75977948 C6_chemical_C2 +LQ06X017680 Predicted protein 11.57378226 C6_chemical_C3 +LQ06X017680 Predicted protein 12.4057803 L4_control_A1 +LQ06X017680 Predicted protein 12.10014631 L4_control_A2 +LQ06X017680 Predicted protein 11.47041273 L4_control_A3 +LQ06X017680 Predicted protein 11.73939903 L4_control_B1 +LQ06X017680 Predicted protein 11.16724381 L4_control_B2 +LQ06X017680 Predicted protein 11.56830792 L4_control_B3 +LQ06X017680 Predicted protein 11.40013688 L4_control_C2 +LQ06X017680 Predicted protein 11.1782989 L4_control_C3 +LQ06X017680 Predicted protein 12.26134526 L4_chemical_A1 +LQ06X017680 Predicted protein 11.78797841 L4_chemical_A2 +LQ06X017680 Predicted protein 11.44717359 L4_chemical_A3 +LQ06X017680 Predicted protein 11.69053705 L4_chemical_B1 +LQ06X017680 Predicted protein 11.11637946 L4_chemical_B2 +LQ06X017680 Predicted protein 11.94320852 L4_chemical_B3 +LQ06X017680 Predicted protein 11.64660582 L4_chemical_C2 +LQ06X017680 Predicted protein 11.24156968 L4_chemical_C3 +LQ06X017920 Putative Linalool synthase, chloroplastic 6.916758563 C6_control_A1 +LQ06X017920 Putative Linalool synthase, chloroplastic 7.096521059 C6_control_A3 +LQ06X017920 Putative Linalool synthase, chloroplastic 7.932121397 C6_control_B1 +LQ06X017920 Putative Linalool synthase, chloroplastic 8.666709145 C6_control_B2 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.19105805 C6_control_B3 +LQ06X017920 Putative Linalool synthase, chloroplastic 7.651089293 C6_control_C1 +LQ06X017920 Putative Linalool synthase, chloroplastic 8.72047775 C6_control_C2 +LQ06X017920 Putative Linalool synthase, chloroplastic 10.30577726 C6_control_C3 +LQ06X017920 Putative Linalool synthase, chloroplastic 7.350546158 C6_chemical_A1 +LQ06X017920 Putative Linalool synthase, chloroplastic 7.085027608 C6_chemical_A3 +LQ06X017920 Putative Linalool synthase, chloroplastic 6.76141961 C6_chemical_B1 +LQ06X017920 Putative Linalool synthase, chloroplastic 7.32917198 C6_chemical_B2 +LQ06X017920 Putative Linalool synthase, chloroplastic 8.115686625 C6_chemical_B3 +LQ06X017920 Putative Linalool synthase, chloroplastic 8.280049903 C6_chemical_C1 +LQ06X017920 Putative Linalool synthase, chloroplastic 6.127233591 C6_chemical_C2 +LQ06X017920 Putative Linalool synthase, chloroplastic 8.327664749 C6_chemical_C3 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.743219854 L4_control_A1 +LQ06X017920 Putative Linalool synthase, chloroplastic 8.243288856 L4_control_A2 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.611649864 L4_control_A3 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.42740596 L4_control_B1 +LQ06X017920 Putative Linalool synthase, chloroplastic 8.063168104 L4_control_B2 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.683174365 L4_control_B3 +LQ06X017920 Putative Linalool synthase, chloroplastic 6.577745659 L4_control_C2 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.268175839 L4_control_C3 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.895583626 L4_chemical_A1 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.64260848 L4_chemical_A2 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.798023194 L4_chemical_A3 +LQ06X017920 Putative Linalool synthase, chloroplastic 10.51202313 L4_chemical_B1 +LQ06X017920 Putative Linalool synthase, chloroplastic 8.112647721 L4_chemical_B2 +LQ06X017920 Putative Linalool synthase, chloroplastic 10.02780915 L4_chemical_B3 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.426521243 L4_chemical_C2 +LQ06X017920 Putative Linalool synthase, chloroplastic 9.017872576 L4_chemical_C3 +LQ06X017950 Predicted protein 5.535271087 C6_control_A1 +LQ06X017950 Predicted protein 5.867142138 C6_control_A3 +LQ06X017950 Predicted protein 5.928729515 C6_control_B1 +LQ06X017950 Predicted protein 5.544193944 C6_control_B2 +LQ06X017950 Predicted protein 5.360583588 C6_control_B3 +LQ06X017950 Predicted protein 5.402575782 C6_control_C1 +LQ06X017950 Predicted protein 5.95266137 C6_control_C2 +LQ06X017950 Predicted protein 5.413306833 C6_control_C3 +LQ06X017950 Predicted protein 5.521672136 C6_chemical_A1 +LQ06X017950 Predicted protein 5.52245475 C6_chemical_A3 +LQ06X017950 Predicted protein 5.64035651 C6_chemical_B1 +LQ06X017950 Predicted protein 5.581488459 C6_chemical_B2 +LQ06X017950 Predicted protein 5.784739504 C6_chemical_B3 +LQ06X017950 Predicted protein 5.247621166 C6_chemical_C1 +LQ06X017950 Predicted protein 5.410385582 C6_chemical_C2 +LQ06X017950 Predicted protein 5.540151458 C6_chemical_C3 +LQ06X017950 Predicted protein 5.520739797 L4_control_A1 +LQ06X017950 Predicted protein 6.335442943 L4_control_A2 +LQ06X017950 Predicted protein 6.246646612 L4_control_A3 +LQ06X017950 Predicted protein 5.887963566 L4_control_B1 +LQ06X017950 Predicted protein 6.093770204 L4_control_B2 +LQ06X017950 Predicted protein 5.694112343 L4_control_B3 +LQ06X017950 Predicted protein 6.620349414 L4_control_C2 +LQ06X017950 Predicted protein 5.093150966 L4_control_C3 +LQ06X017950 Predicted protein 5.503029077 L4_chemical_A1 +LQ06X017950 Predicted protein 5.88692438 L4_chemical_A2 +LQ06X017950 Predicted protein 5.917684186 L4_chemical_A3 +LQ06X017950 Predicted protein 6.027426412 L4_chemical_B1 +LQ06X017950 Predicted protein 5.722147248 L4_chemical_B2 +LQ06X017950 Predicted protein 5.580556346 L4_chemical_B3 +LQ06X017950 Predicted protein 6.220470585 L4_chemical_C2 +LQ06X017950 Predicted protein 5.450004613 L4_chemical_C3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 9.791058038 C6_control_A1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.09229678 C6_control_A3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.28545667 C6_control_B1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.78309782 C6_control_B2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.30012789 C6_control_B3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.87242166 C6_control_C1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.4358037 C6_control_C2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.93933564 C6_control_C3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 9.33563579 C6_chemical_A1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 9.941953936 C6_chemical_A3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 9.374472257 C6_chemical_B1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.41664446 C6_chemical_B2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.18593289 C6_chemical_B3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.61164043 C6_chemical_C1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.27992592 C6_chemical_C2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.65557181 C6_chemical_C3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 9.268848138 L4_control_A1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 9.181991432 L4_control_A2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 7.396404954 L4_control_A3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.98758795 L4_control_B1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 8.859173064 L4_control_B2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.40065209 L4_control_B3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 8.633785874 L4_control_C2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 8.601331567 L4_control_C3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 8.911687048 L4_chemical_A1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 8.629026345 L4_chemical_A2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 7.703882008 L4_chemical_A3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.00378405 L4_chemical_B1 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 8.676958728 L4_chemical_B2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 10.45357422 L4_chemical_B3 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 8.506115959 L4_chemical_C2 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 8.885127782 L4_chemical_C3 +LQ06X017970 Putative uncharacterized protein 5.890017379 C6_control_A1 +LQ06X017970 Putative uncharacterized protein 5.893770098 C6_control_A3 +LQ06X017970 Putative uncharacterized protein 7.164570141 C6_control_B1 +LQ06X017970 Putative uncharacterized protein 6.322645658 C6_control_B2 +LQ06X017970 Putative uncharacterized protein 6.734915263 C6_control_B3 +LQ06X017970 Putative uncharacterized protein 6.273230187 C6_control_C1 +LQ06X017970 Putative uncharacterized protein 6.343033572 C6_control_C2 +LQ06X017970 Putative uncharacterized protein 6.278433109 C6_control_C3 +LQ06X017970 Putative uncharacterized protein 6.030433931 C6_chemical_A1 +LQ06X017970 Putative uncharacterized protein 6.245469269 C6_chemical_A3 +LQ06X017970 Putative uncharacterized protein 5.705772567 C6_chemical_B1 +LQ06X017970 Putative uncharacterized protein 6.308304107 C6_chemical_B2 +LQ06X017970 Putative uncharacterized protein 6.321667462 C6_chemical_B3 +LQ06X017970 Putative uncharacterized protein 6.246761267 C6_chemical_C1 +LQ06X017970 Putative uncharacterized protein 6.844355748 C6_chemical_C2 +LQ06X017970 Putative uncharacterized protein 6.233341796 C6_chemical_C3 +LQ06X017970 Putative uncharacterized protein 6.104927454 L4_control_A1 +LQ06X017970 Putative uncharacterized protein 6.407474822 L4_control_A2 +LQ06X017970 Putative uncharacterized protein 6.266697799 L4_control_A3 +LQ06X017970 Putative uncharacterized protein 5.596704972 L4_control_B1 +LQ06X017970 Putative uncharacterized protein 5.78967119 L4_control_B2 +LQ06X017970 Putative uncharacterized protein 6.732467609 L4_control_B3 +LQ06X017970 Putative uncharacterized protein 6.483349591 L4_control_C2 +LQ06X017970 Putative uncharacterized protein 6.112082721 L4_control_C3 +LQ06X017970 Putative uncharacterized protein 6.337209769 L4_chemical_A1 +LQ06X017970 Putative uncharacterized protein 6.353834161 L4_chemical_A2 +LQ06X017970 Putative uncharacterized protein 5.780328336 L4_chemical_A3 +LQ06X017970 Putative uncharacterized protein 6.331506124 L4_chemical_B1 +LQ06X017970 Putative uncharacterized protein 6.073081427 L4_chemical_B2 +LQ06X017970 Putative uncharacterized protein 5.922859089 L4_chemical_B3 +LQ06X017970 Putative uncharacterized protein 6.513691865 L4_chemical_C2 +LQ06X017970 Putative uncharacterized protein 5.653148659 L4_chemical_C3 +LQ06X018030 Leucoanthocyanidin reductase 14.6423187 C6_control_A1 +LQ06X018030 Leucoanthocyanidin reductase 14.52635142 C6_control_A3 +LQ06X018030 Leucoanthocyanidin reductase 13.96590559 C6_control_B1 +LQ06X018030 Leucoanthocyanidin reductase 11.40949657 C6_control_B2 +LQ06X018030 Leucoanthocyanidin reductase 11.93326942 C6_control_B3 +LQ06X018030 Leucoanthocyanidin reductase 11.48126735 C6_control_C1 +LQ06X018030 Leucoanthocyanidin reductase 11.01628071 C6_control_C2 +LQ06X018030 Leucoanthocyanidin reductase 11.18493918 C6_control_C3 +LQ06X018030 Leucoanthocyanidin reductase 14.93102955 C6_chemical_A1 +LQ06X018030 Leucoanthocyanidin reductase 15.12575936 C6_chemical_A3 +LQ06X018030 Leucoanthocyanidin reductase 13.5198432 C6_chemical_B1 +LQ06X018030 Leucoanthocyanidin reductase 10.68794269 C6_chemical_B2 +LQ06X018030 Leucoanthocyanidin reductase 12.57579234 C6_chemical_B3 +LQ06X018030 Leucoanthocyanidin reductase 11.48036163 C6_chemical_C1 +LQ06X018030 Leucoanthocyanidin reductase 10.17719195 C6_chemical_C2 +LQ06X018030 Leucoanthocyanidin reductase 11.08561299 C6_chemical_C3 +LQ06X018030 Leucoanthocyanidin reductase 14.95026311 L4_control_A1 +LQ06X018030 Leucoanthocyanidin reductase 14.41005303 L4_control_A2 +LQ06X018030 Leucoanthocyanidin reductase 14.40131885 L4_control_A3 +LQ06X018030 Leucoanthocyanidin reductase 12.0898591 L4_control_B1 +LQ06X018030 Leucoanthocyanidin reductase 12.61511748 L4_control_B2 +LQ06X018030 Leucoanthocyanidin reductase 9.772143858 L4_control_B3 +LQ06X018030 Leucoanthocyanidin reductase 10.51980807 L4_control_C2 +LQ06X018030 Leucoanthocyanidin reductase 10.07353445 L4_control_C3 +LQ06X018030 Leucoanthocyanidin reductase 14.80076097 L4_chemical_A1 +LQ06X018030 Leucoanthocyanidin reductase 14.06439285 L4_chemical_A2 +LQ06X018030 Leucoanthocyanidin reductase 15.33387495 L4_chemical_A3 +LQ06X018030 Leucoanthocyanidin reductase 13.87534196 L4_chemical_B1 +LQ06X018030 Leucoanthocyanidin reductase 13.04180218 L4_chemical_B2 +LQ06X018030 Leucoanthocyanidin reductase 13.68571681 L4_chemical_B3 +LQ06X018030 Leucoanthocyanidin reductase 11.0483269 L4_chemical_C2 +LQ06X018030 Leucoanthocyanidin reductase 10.86709961 L4_chemical_C3 +LQ06X018050 Predicted protein 5.971815719 C6_control_A1 +LQ06X018050 Predicted protein 5.463840439 C6_control_A3 +LQ06X018050 Predicted protein 5.218768109 C6_control_B1 +LQ06X018050 Predicted protein 6.032532632 C6_control_B2 +LQ06X018050 Predicted protein 5.69320049 C6_control_B3 +LQ06X018050 Predicted protein 5.696250607 C6_control_C1 +LQ06X018050 Predicted protein 5.808236455 C6_control_C2 +LQ06X018050 Predicted protein 6.157845086 C6_control_C3 +LQ06X018050 Predicted protein 6.155356709 C6_chemical_A1 +LQ06X018050 Predicted protein 5.645764273 C6_chemical_A3 +LQ06X018050 Predicted protein 5.348428801 C6_chemical_B1 +LQ06X018050 Predicted protein 6.165777146 C6_chemical_B2 +LQ06X018050 Predicted protein 4.909276929 C6_chemical_B3 +LQ06X018050 Predicted protein 5.810558112 C6_chemical_C1 +LQ06X018050 Predicted protein 6.015858334 C6_chemical_C2 +LQ06X018050 Predicted protein 5.367931265 C6_chemical_C3 +LQ06X018050 Predicted protein 5.31929105 L4_control_A1 +LQ06X018050 Predicted protein 5.34020765 L4_control_A2 +LQ06X018050 Predicted protein 5.796314232 L4_control_A3 +LQ06X018050 Predicted protein 5.264582678 L4_control_B1 +LQ06X018050 Predicted protein 5.470439798 L4_control_B2 +LQ06X018050 Predicted protein 5.678734988 L4_control_B3 +LQ06X018050 Predicted protein 5.730690592 L4_control_C2 +LQ06X018050 Predicted protein 5.389452135 L4_control_C3 +LQ06X018050 Predicted protein 5.313986064 L4_chemical_A1 +LQ06X018050 Predicted protein 6.087629345 L4_chemical_A2 +LQ06X018050 Predicted protein 5.504799963 L4_chemical_A3 +LQ06X018050 Predicted protein 6.119619127 L4_chemical_B1 +LQ06X018050 Predicted protein 5.501165901 L4_chemical_B2 +LQ06X018050 Predicted protein 5.838185365 L4_chemical_B3 +LQ06X018050 Predicted protein 5.208550576 L4_chemical_C2 +LQ06X018050 Predicted protein 5.795959184 L4_chemical_C3 +LQ06X018070 Protein H2A.7 6.247457506 C6_control_A1 +LQ06X018070 Protein H2A.7 7.751983944 C6_control_A3 +LQ06X018070 Protein H2A.7 6.305423594 C6_control_B1 +LQ06X018070 Protein H2A.7 6.42854339 C6_control_B2 +LQ06X018070 Protein H2A.7 6.761923085 C6_control_B3 +LQ06X018070 Protein H2A.7 6.084499141 C6_control_C1 +LQ06X018070 Protein H2A.7 7.062981091 C6_control_C2 +LQ06X018070 Protein H2A.7 6.182769818 C6_control_C3 +LQ06X018070 Protein H2A.7 6.286494113 C6_chemical_A1 +LQ06X018070 Protein H2A.7 6.080203223 C6_chemical_A3 +LQ06X018070 Protein H2A.7 6.918225318 C6_chemical_B1 +LQ06X018070 Protein H2A.7 6.470730305 C6_chemical_B2 +LQ06X018070 Protein H2A.7 6.309170243 C6_chemical_B3 +LQ06X018070 Protein H2A.7 5.842393643 C6_chemical_C1 +LQ06X018070 Protein H2A.7 6.409532967 C6_chemical_C2 +LQ06X018070 Protein H2A.7 6.297138363 C6_chemical_C3 +LQ06X018070 Protein H2A.7 6.257731511 L4_control_A1 +LQ06X018070 Protein H2A.7 6.19940496 L4_control_A2 +LQ06X018070 Protein H2A.7 5.805613654 L4_control_A3 +LQ06X018070 Protein H2A.7 5.928394069 L4_control_B1 +LQ06X018070 Protein H2A.7 6.008218784 L4_control_B2 +LQ06X018070 Protein H2A.7 5.880958913 L4_control_B3 +LQ06X018070 Protein H2A.7 5.615614412 L4_control_C2 +LQ06X018070 Protein H2A.7 5.681967046 L4_control_C3 +LQ06X018070 Protein H2A.7 5.514796003 L4_chemical_A1 +LQ06X018070 Protein H2A.7 6.197395419 L4_chemical_A2 +LQ06X018070 Protein H2A.7 5.697482099 L4_chemical_A3 +LQ06X018070 Protein H2A.7 6.536750608 L4_chemical_B1 +LQ06X018070 Protein H2A.7 6.826884308 L4_chemical_B2 +LQ06X018070 Protein H2A.7 6.065726525 L4_chemical_B3 +LQ06X018070 Protein H2A.7 6.270394928 L4_chemical_C2 +LQ06X018070 Protein H2A.7 6.300035934 L4_chemical_C3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.45035715 C6_control_A1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.22188349 C6_control_A3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.4172607 C6_control_B1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.62217322 C6_control_B2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.54360655 C6_control_B3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.52490464 C6_control_C1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.32644415 C6_control_C2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.63171202 C6_control_C3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.63227539 C6_chemical_A1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.5594366 C6_chemical_A3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.38780869 C6_chemical_B1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.42271734 C6_chemical_B2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.64824605 C6_chemical_B3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.19539537 C6_chemical_C1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.52536684 C6_chemical_C2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.46100332 C6_chemical_C3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.12998877 L4_control_A1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.37899402 L4_control_A2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.4493853 L4_control_A3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.35716811 L4_control_B1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.42362154 L4_control_B2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.65501326 L4_control_B3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.41150406 L4_control_C2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.48783617 L4_control_C3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.11263753 L4_chemical_A1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.40196255 L4_chemical_A2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.23782251 L4_chemical_A3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.26270027 L4_chemical_B1 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.52594933 L4_chemical_B2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.38143232 L4_chemical_B3 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.5288736 L4_chemical_C2 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.43842459 L4_chemical_C3 +LQ06X018100 Thioredoxin-like 4 6.149756927 C6_control_A1 +LQ06X018100 Thioredoxin-like 4 6.584935329 C6_control_A3 +LQ06X018100 Thioredoxin-like 4 6.546943711 C6_control_B1 +LQ06X018100 Thioredoxin-like 4 6.038392803 C6_control_B2 +LQ06X018100 Thioredoxin-like 4 6.475941131 C6_control_B3 +LQ06X018100 Thioredoxin-like 4 6.32299677 C6_control_C1 +LQ06X018100 Thioredoxin-like 4 6.54054698 C6_control_C2 +LQ06X018100 Thioredoxin-like 4 5.858690585 C6_control_C3 +LQ06X018100 Thioredoxin-like 4 5.977961882 C6_chemical_A1 +LQ06X018100 Thioredoxin-like 4 6.258942143 C6_chemical_A3 +LQ06X018100 Thioredoxin-like 4 6.191038961 C6_chemical_B1 +LQ06X018100 Thioredoxin-like 4 6.082589916 C6_chemical_B2 +LQ06X018100 Thioredoxin-like 4 6.355030861 C6_chemical_B3 +LQ06X018100 Thioredoxin-like 4 5.673737623 C6_chemical_C1 +LQ06X018100 Thioredoxin-like 4 5.941780455 C6_chemical_C2 +LQ06X018100 Thioredoxin-like 4 5.895524457 C6_chemical_C3 +LQ06X018100 Thioredoxin-like 4 6.207560252 L4_control_A1 +LQ06X018100 Thioredoxin-like 4 6.037440483 L4_control_A2 +LQ06X018100 Thioredoxin-like 4 6.699443849 L4_control_A3 +LQ06X018100 Thioredoxin-like 4 5.891355271 L4_control_B1 +LQ06X018100 Thioredoxin-like 4 6.24742047 L4_control_B2 +LQ06X018100 Thioredoxin-like 4 6.307005981 L4_control_B3 +LQ06X018100 Thioredoxin-like 4 6.545546785 L4_control_C2 +LQ06X018100 Thioredoxin-like 4 6.536461988 L4_control_C3 +LQ06X018100 Thioredoxin-like 4 5.948056014 L4_chemical_A1 +LQ06X018100 Thioredoxin-like 4 5.924767404 L4_chemical_A2 +LQ06X018100 Thioredoxin-like 4 6.864603597 L4_chemical_A3 +LQ06X018100 Thioredoxin-like 4 6.337569415 L4_chemical_B1 +LQ06X018100 Thioredoxin-like 4 6.594157533 L4_chemical_B2 +LQ06X018100 Thioredoxin-like 4 6.230987551 L4_chemical_B3 +LQ06X018100 Thioredoxin-like 4 6.935085251 L4_chemical_C2 +LQ06X018100 Thioredoxin-like 4 6.808195238 L4_chemical_C3 +LQ06X018110 Transcription factor ILR3 6.297714798 C6_control_A1 +LQ06X018110 Transcription factor ILR3 5.572895772 C6_control_A3 +LQ06X018110 Transcription factor ILR3 6.878153108 C6_control_B1 +LQ06X018110 Transcription factor ILR3 6.267893146 C6_control_B2 +LQ06X018110 Transcription factor ILR3 6.015400029 C6_control_B3 +LQ06X018110 Transcription factor ILR3 6.282437051 C6_control_C1 +LQ06X018110 Transcription factor ILR3 5.924320328 C6_control_C2 +LQ06X018110 Transcription factor ILR3 6.321491168 C6_control_C3 +LQ06X018110 Transcription factor ILR3 6.130622906 C6_chemical_A1 +LQ06X018110 Transcription factor ILR3 5.743358315 C6_chemical_A3 +LQ06X018110 Transcription factor ILR3 6.924310421 C6_chemical_B1 +LQ06X018110 Transcription factor ILR3 6.150711651 C6_chemical_B2 +LQ06X018110 Transcription factor ILR3 6.168644948 C6_chemical_B3 +LQ06X018110 Transcription factor ILR3 6.195997256 C6_chemical_C1 +LQ06X018110 Transcription factor ILR3 6.201714077 C6_chemical_C2 +LQ06X018110 Transcription factor ILR3 6.683686298 C6_chemical_C3 +LQ06X018110 Transcription factor ILR3 5.579285117 L4_control_A1 +LQ06X018110 Transcription factor ILR3 5.817104975 L4_control_A2 +LQ06X018110 Transcription factor ILR3 6.694978365 L4_control_A3 +LQ06X018110 Transcription factor ILR3 6.16914183 L4_control_B1 +LQ06X018110 Transcription factor ILR3 6.636365666 L4_control_B2 +LQ06X018110 Transcription factor ILR3 5.987660765 L4_control_B3 +LQ06X018110 Transcription factor ILR3 5.576937695 L4_control_C2 +LQ06X018110 Transcription factor ILR3 6.104889101 L4_control_C3 +LQ06X018110 Transcription factor ILR3 5.814433133 L4_chemical_A1 +LQ06X018110 Transcription factor ILR3 5.639536023 L4_chemical_A2 +LQ06X018110 Transcription factor ILR3 5.832517774 L4_chemical_A3 +LQ06X018110 Transcription factor ILR3 6.044828091 L4_chemical_B1 +LQ06X018110 Transcription factor ILR3 6.704981292 L4_chemical_B2 +LQ06X018110 Transcription factor ILR3 5.78549135 L4_chemical_B3 +LQ06X018110 Transcription factor ILR3 5.656152607 L4_chemical_C2 +LQ06X018110 Transcription factor ILR3 7.242886669 L4_chemical_C3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.801758638 C6_control_A1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.871785184 C6_control_A3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.912340394 C6_control_B1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 6.233479024 C6_control_B2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.867542093 C6_control_B3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.499239838 C6_control_C1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.592953707 C6_control_C2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.815136797 C6_control_C3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.47505414 C6_chemical_A1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.847846592 C6_chemical_A3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.602380258 C6_chemical_B1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.923213104 C6_chemical_B2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.293883487 C6_chemical_B3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.164064487 C6_chemical_C1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.888743464 C6_chemical_C2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.60316334 C6_chemical_C3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.285123681 L4_control_A1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.680866833 L4_control_A2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 6.35331734 L4_control_A3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.261713362 L4_control_B1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.430481095 L4_control_B2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.327975866 L4_control_B3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.012301885 L4_control_C2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.087148195 L4_control_C3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.676297799 L4_chemical_A1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.697288915 L4_chemical_A2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 6.128892834 L4_chemical_A3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.77135597 L4_chemical_B1 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.916468553 L4_chemical_B2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.654365074 L4_chemical_B3 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.051727292 L4_chemical_C2 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.811193523 L4_chemical_C3 +LQ06X018190 Hypothetical protein 5.798436781 C6_control_A1 +LQ06X018190 Hypothetical protein 5.7766712 C6_control_A3 +LQ06X018190 Hypothetical protein 5.680657399 C6_control_B1 +LQ06X018190 Hypothetical protein 5.626575456 C6_control_B2 +LQ06X018190 Hypothetical protein 5.811243775 C6_control_B3 +LQ06X018190 Hypothetical protein 6.334129259 C6_control_C1 +LQ06X018190 Hypothetical protein 5.288288413 C6_control_C2 +LQ06X018190 Hypothetical protein 6.15517469 C6_control_C3 +LQ06X018190 Hypothetical protein 6.238274899 C6_chemical_A1 +LQ06X018190 Hypothetical protein 6.181513967 C6_chemical_A3 +LQ06X018190 Hypothetical protein 5.788518088 C6_chemical_B1 +LQ06X018190 Hypothetical protein 5.794334114 C6_chemical_B2 +LQ06X018190 Hypothetical protein 5.950258989 C6_chemical_B3 +LQ06X018190 Hypothetical protein 5.779222643 C6_chemical_C1 +LQ06X018190 Hypothetical protein 5.657687914 C6_chemical_C2 +LQ06X018190 Hypothetical protein 6.802818611 C6_chemical_C3 +LQ06X018190 Hypothetical protein 6.75507571 L4_control_A1 +LQ06X018190 Hypothetical protein 6.632488146 L4_control_A2 +LQ06X018190 Hypothetical protein 7.308515172 L4_control_A3 +LQ06X018190 Hypothetical protein 6.85578711 L4_control_B1 +LQ06X018190 Hypothetical protein 6.76503187 L4_control_B2 +LQ06X018190 Hypothetical protein 6.496754277 L4_control_B3 +LQ06X018190 Hypothetical protein 5.84784293 L4_control_C2 +LQ06X018190 Hypothetical protein 5.996421103 L4_control_C3 +LQ06X018190 Hypothetical protein 6.227209238 L4_chemical_A1 +LQ06X018190 Hypothetical protein 6.11002563 L4_chemical_A2 +LQ06X018190 Hypothetical protein 6.217896344 L4_chemical_A3 +LQ06X018190 Hypothetical protein 5.871706074 L4_chemical_B1 +LQ06X018190 Hypothetical protein 6.037257392 L4_chemical_B2 +LQ06X018190 Hypothetical protein 6.277793885 L4_chemical_B3 +LQ06X018190 Hypothetical protein 5.534301342 L4_chemical_C2 +LQ06X018190 Hypothetical protein 6.039243104 L4_chemical_C3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 4.962921172 C6_control_A1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.116689968 C6_control_A3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.395005821 C6_control_B1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.859380283 C6_control_B2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.519007351 C6_control_B3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.084608411 C6_control_C1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.495633248 C6_control_C2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.386657552 C6_control_C3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.162555654 C6_chemical_A1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 4.73190666 C6_chemical_A3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.408725813 C6_chemical_B1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.798547494 C6_chemical_B2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.677330343 C6_chemical_B3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.238966845 C6_chemical_C1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.364725542 C6_chemical_C2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.526907807 C6_chemical_C3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.221922598 L4_control_A1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.231602347 L4_control_A2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.16177344 L4_control_A3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.216171318 L4_control_B1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.240048655 L4_control_B2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.448128126 L4_control_B3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.7593283 L4_control_C2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.580645169 L4_control_C3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.452927811 L4_chemical_A1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.347959777 L4_chemical_A2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.358875087 L4_chemical_A3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.556370166 L4_chemical_B1 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.617441575 L4_chemical_B2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.453282622 L4_chemical_B3 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.409117458 L4_chemical_C2 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.55147592 L4_chemical_C3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.892997855 C6_control_A1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.574691285 C6_control_A3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.659981933 C6_control_B1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.722639483 C6_control_B2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.549998064 C6_control_B3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.724159368 C6_control_C1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.337448928 C6_control_C2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.602477522 C6_control_C3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.837209021 C6_chemical_A1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.810687386 C6_chemical_A3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.805056176 C6_chemical_B1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.937905348 C6_chemical_B2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.61441993 C6_chemical_B3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.337786587 C6_chemical_C1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.492053608 C6_chemical_C2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.691066131 C6_chemical_C3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 6.203618461 L4_control_A1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.830989622 L4_control_A2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 6.180152164 L4_control_A3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.545106955 L4_control_B1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.524642777 L4_control_B2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.537496504 L4_control_B3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.498722057 L4_control_C2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.670909344 L4_control_C3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 6.100407047 L4_chemical_A1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 6.287308066 L4_chemical_A2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.842614291 L4_chemical_A3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 6.04138957 L4_chemical_B1 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.941032889 L4_chemical_B2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.928944085 L4_chemical_B3 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.667468325 L4_chemical_C2 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.131170679 L4_chemical_C3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.968883645 C6_control_A1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.567138855 C6_control_A3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.050191696 C6_control_B1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.75875118 C6_control_B2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.929668 C6_control_B3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.842916744 C6_control_C1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.320438237 C6_control_C2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 7.124102425 C6_control_C3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.710212241 C6_chemical_A1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.449018545 C6_chemical_A3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.958705839 C6_chemical_B1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.7510782 C6_chemical_B2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.044596746 C6_chemical_B3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.855790518 C6_chemical_C1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 7.100544482 C6_chemical_C2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 7.157060161 C6_chemical_C3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.510325887 L4_control_A1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.937855715 L4_control_A2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.452230276 L4_control_A3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.890651128 L4_control_B1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.150550605 L4_control_B2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.128490979 L4_control_B3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.502510807 L4_control_C2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 4.995237442 L4_control_C3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.565345978 L4_chemical_A1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.439389239 L4_chemical_A2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.413727429 L4_chemical_A3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.343597035 L4_chemical_B1 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.197573037 L4_chemical_B2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.738623767 L4_chemical_B3 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 6.015042826 L4_chemical_C2 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.478884553 L4_chemical_C3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.562260559 C6_control_A1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.095686854 C6_control_A3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 6.088029685 C6_control_B1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.936288189 C6_control_B2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.83758134 C6_control_B3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.27854283 C6_control_C1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.635254104 C6_control_C2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.68462854 C6_control_C3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.157580873 C6_chemical_A1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.606075169 C6_chemical_A3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 6.057888852 C6_chemical_B1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.747575469 C6_chemical_B2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.670760085 C6_chemical_B3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.571425102 C6_chemical_C1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.700146678 C6_chemical_C2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.40009446 C6_chemical_C3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.499991366 L4_control_A1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.540088177 L4_control_A2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.295968571 L4_control_A3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.570374355 L4_control_B1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 6.293021734 L4_control_B2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.947391071 L4_control_B3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.399934543 L4_control_C2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.351630789 L4_control_C3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.418823723 L4_chemical_A1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.637365246 L4_chemical_A2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 4.909955785 L4_chemical_A3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.857206767 L4_chemical_B1 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.885005785 L4_chemical_B2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.745524361 L4_chemical_B3 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.58775854 L4_chemical_C2 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.327157064 L4_chemical_C3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.836468527 C6_control_A1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.566578271 C6_control_A3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.329636285 C6_control_B1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.750076845 C6_control_B2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.69365789 C6_control_B3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.428962164 C6_control_C1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.645206714 C6_control_C2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.484378372 C6_control_C3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.786614296 C6_chemical_A1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.910274984 C6_chemical_A3 +LQ06X018580 Putative uncharacterized protein AT4g05220 6.033053887 C6_chemical_B1 +LQ06X018580 Putative uncharacterized protein AT4g05220 6.110142978 C6_chemical_B2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.571764697 C6_chemical_B3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.891979215 C6_chemical_C1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.921999399 C6_chemical_C2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.705274053 C6_chemical_C3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.704005241 L4_control_A1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.709425113 L4_control_A2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.517077192 L4_control_A3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.87632106 L4_control_B1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.294774355 L4_control_B2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.949324742 L4_control_B3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.286038078 L4_control_C2 +LQ06X018580 Putative uncharacterized protein AT4g05220 6.076332474 L4_control_C3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.582321099 L4_chemical_A1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.654525551 L4_chemical_A2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.664550564 L4_chemical_A3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.670097039 L4_chemical_B1 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.707078181 L4_chemical_B2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.860949165 L4_chemical_B3 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.701626301 L4_chemical_C2 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.706240672 L4_chemical_C3 +LQ06X018590 Predicted protein 5.765347634 C6_control_A1 +LQ06X018590 Predicted protein 5.400650224 C6_control_A3 +LQ06X018590 Predicted protein 6.270873957 C6_control_B1 +LQ06X018590 Predicted protein 6.411712747 C6_control_B2 +LQ06X018590 Predicted protein 6.579784787 C6_control_B3 +LQ06X018590 Predicted protein 6.038906426 C6_control_C1 +LQ06X018590 Predicted protein 6.89700422 C6_control_C2 +LQ06X018590 Predicted protein 6.025497943 C6_control_C3 +LQ06X018590 Predicted protein 5.849955854 C6_chemical_A1 +LQ06X018590 Predicted protein 5.220590811 C6_chemical_A3 +LQ06X018590 Predicted protein 6.193102799 C6_chemical_B1 +LQ06X018590 Predicted protein 6.112391869 C6_chemical_B2 +LQ06X018590 Predicted protein 5.841566044 C6_chemical_B3 +LQ06X018590 Predicted protein 5.771472416 C6_chemical_C1 +LQ06X018590 Predicted protein 5.750959025 C6_chemical_C2 +LQ06X018590 Predicted protein 6.025501015 C6_chemical_C3 +LQ06X018590 Predicted protein 5.480272586 L4_control_A1 +LQ06X018590 Predicted protein 6.090095796 L4_control_A2 +LQ06X018590 Predicted protein 5.74721166 L4_control_A3 +LQ06X018590 Predicted protein 5.458095488 L4_control_B1 +LQ06X018590 Predicted protein 5.59700419 L4_control_B2 +LQ06X018590 Predicted protein 5.804124593 L4_control_B3 +LQ06X018590 Predicted protein 5.299938323 L4_control_C2 +LQ06X018590 Predicted protein 5.435881736 L4_control_C3 +LQ06X018590 Predicted protein 5.646626069 L4_chemical_A1 +LQ06X018590 Predicted protein 5.934439852 L4_chemical_A2 +LQ06X018590 Predicted protein 5.249220768 L4_chemical_A3 +LQ06X018590 Predicted protein 5.517434194 L4_chemical_B1 +LQ06X018590 Predicted protein 5.497769633 L4_chemical_B2 +LQ06X018590 Predicted protein 5.405309154 L4_chemical_B3 +LQ06X018590 Predicted protein 5.767981246 L4_chemical_C2 +LQ06X018590 Predicted protein 5.938687863 L4_chemical_C3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 10.32149244 C6_control_A1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 9.368680109 C6_control_A3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 9.892431796 C6_control_B1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 8.7852234 C6_control_B2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 9.640377506 C6_control_B3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 12.35222275 C6_control_C1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 10.76438432 C6_control_C2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 8.403531375 C6_control_C3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 10.54606013 C6_chemical_A1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 9.57945961 C6_chemical_A3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 9.278192812 C6_chemical_B1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 8.589601205 C6_chemical_B2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 8.477086676 C6_chemical_B3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.95054789 C6_chemical_C1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.15538425 C6_chemical_C2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 7.484254486 C6_chemical_C3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.08244452 L4_control_A1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 12.04054386 L4_control_A2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.58117787 L4_control_A3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 10.45825037 L4_control_B1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.62886679 L4_control_B2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 8.023366043 L4_control_B3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 12.98124756 L4_control_C2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 9.221470727 L4_control_C3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 10.36774767 L4_chemical_A1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.84724381 L4_chemical_A2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.07201685 L4_chemical_A3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.01121187 L4_chemical_B1 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.3725701 L4_chemical_B2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 10.31116673 L4_chemical_B3 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 11.39317724 L4_chemical_C2 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 8.560982651 L4_chemical_C3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.94545465 C6_control_A1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.92868398 C6_control_A3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.98791522 C6_control_B1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.68155374 C6_control_B2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.71229685 C6_control_B3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 10.70610706 C6_control_C1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.02787831 C6_control_C2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 10.58683959 C6_control_C3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 12.11585478 C6_chemical_A1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.68873505 C6_chemical_A3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 12.04460663 C6_chemical_B1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.87092723 C6_chemical_B2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.65600847 C6_chemical_B3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 10.80681345 C6_chemical_C1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 10.87441009 C6_chemical_C2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 10.32964959 C6_chemical_C3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.40299241 L4_control_A1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 12.01178172 L4_control_A2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 12.07045868 L4_control_A3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.63538113 L4_control_B1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.70364943 L4_control_B2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.27064174 L4_control_B3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.10043331 L4_control_C2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 10.97985718 L4_control_C3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.54206646 L4_chemical_A1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 12.03158799 L4_chemical_A2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 12.0023477 L4_chemical_A3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.63705173 L4_chemical_B1 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.45911333 L4_chemical_B2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.26426376 L4_chemical_B3 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 11.27519054 L4_chemical_C2 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 10.86586713 L4_chemical_C3 +LQ06X018641 Ubiquitin 14.55062791 C6_control_A1 +LQ06X018641 Ubiquitin 14.6935579 C6_control_A3 +LQ06X018641 Ubiquitin 14.99297324 C6_control_B1 +LQ06X018641 Ubiquitin 14.9449826 C6_control_B2 +LQ06X018641 Ubiquitin 14.89607136 C6_control_B3 +LQ06X018641 Ubiquitin 14.87855117 C6_control_C1 +LQ06X018641 Ubiquitin 14.97759267 C6_control_C2 +LQ06X018641 Ubiquitin 14.7765088 C6_control_C3 +LQ06X018641 Ubiquitin 14.61673909 C6_chemical_A1 +LQ06X018641 Ubiquitin 14.87879742 C6_chemical_A3 +LQ06X018641 Ubiquitin 14.70805547 C6_chemical_B1 +LQ06X018641 Ubiquitin 14.7006778 C6_chemical_B2 +LQ06X018641 Ubiquitin 14.90898047 C6_chemical_B3 +LQ06X018641 Ubiquitin 14.47567531 C6_chemical_C1 +LQ06X018641 Ubiquitin 14.53104915 C6_chemical_C2 +LQ06X018641 Ubiquitin 14.87970766 C6_chemical_C3 +LQ06X018641 Ubiquitin 15.00742089 L4_control_A1 +LQ06X018641 Ubiquitin 14.72971822 L4_control_A2 +LQ06X018641 Ubiquitin 14.59989069 L4_control_A3 +LQ06X018641 Ubiquitin 15.07353154 L4_control_B1 +LQ06X018641 Ubiquitin 14.85749694 L4_control_B2 +LQ06X018641 Ubiquitin 14.73144298 L4_control_B3 +LQ06X018641 Ubiquitin 14.75250621 L4_control_C2 +LQ06X018641 Ubiquitin 14.96455399 L4_control_C3 +LQ06X018641 Ubiquitin 14.8181767 L4_chemical_A1 +LQ06X018641 Ubiquitin 14.25668829 L4_chemical_A2 +LQ06X018641 Ubiquitin 14.88838072 L4_chemical_A3 +LQ06X018641 Ubiquitin 14.92027539 L4_chemical_B1 +LQ06X018641 Ubiquitin 14.67312772 L4_chemical_B2 +LQ06X018641 Ubiquitin 14.97945414 L4_chemical_B3 +LQ06X018641 Ubiquitin 14.8995483 L4_chemical_C2 +LQ06X018641 Ubiquitin 14.88129813 L4_chemical_C3 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.2364308 C6_control_A1 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.43157365 C6_control_A3 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.33790166 C6_control_B1 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.78808681 C6_control_B2 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.45827437 C6_control_B3 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.85510857 C6_control_C1 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.70507697 C6_control_C2 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.96894112 C6_control_C3 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.048956 C6_chemical_A1 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.91248907 C6_chemical_A3 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.80359878 C6_chemical_B1 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.58987391 C6_chemical_B2 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.38224109 C6_chemical_B3 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.7555143 C6_chemical_C1 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.45634075 C6_chemical_C2 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.88020442 C6_chemical_C3 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.78805459 L4_control_A1 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.96516911 L4_control_A2 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.25327676 L4_control_A3 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.39916728 L4_control_B1 +LQ06X018660 Cysteine-rich PDZ-binding protein 11.24160389 L4_control_B2 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.04805194 L4_control_B3 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.14533682 L4_control_C2 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.41761899 L4_control_C3 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.70550633 L4_chemical_A1 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.00210741 L4_chemical_A2 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.312002 L4_chemical_A3 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.00244548 L4_chemical_B1 +LQ06X018660 Cysteine-rich PDZ-binding protein 11.99069751 L4_chemical_B2 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.83789561 L4_chemical_B3 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.10014259 L4_chemical_C2 +LQ06X018660 Cysteine-rich PDZ-binding protein 12.27408296 L4_chemical_C3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.980789113 C6_control_A1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.881896525 C6_control_A3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.63961087 C6_control_B1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.901040093 C6_control_B2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.825630448 C6_control_B3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.646032328 C6_control_C1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.543292763 C6_control_C2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.784027461 C6_control_C3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.880131824 C6_chemical_A1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.891595439 C6_chemical_A3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.237050743 C6_chemical_B1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.843046995 C6_chemical_B2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.51516317 C6_chemical_B3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.678152188 C6_chemical_C1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 6.267632985 C6_chemical_C2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.972363233 C6_chemical_C3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 6.322655034 L4_control_A1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.811258218 L4_control_A2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.890722494 L4_control_A3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.525645822 L4_control_B1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.52900246 L4_control_B2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.481839615 L4_control_B3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 4.856318378 L4_control_C2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.288649212 L4_control_C3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.550676134 L4_chemical_A1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 6.057878444 L4_chemical_A2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.805538076 L4_chemical_A3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.527352344 L4_chemical_B1 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.623671343 L4_chemical_B2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.626604861 L4_chemical_B3 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.018941562 L4_chemical_C2 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.410065698 L4_chemical_C3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 13.17323139 C6_control_A1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 13.55445793 C6_control_A3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.35653257 C6_control_B1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 15.09378355 C6_control_B2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 15.10844936 C6_control_B3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 13.96391032 C6_control_C1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.95257055 C6_control_C2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.97401754 C6_control_C3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 12.55721028 C6_chemical_A1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 13.55696499 C6_chemical_A3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.09128505 C6_chemical_B1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.94344592 C6_chemical_B2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 15.00182892 C6_chemical_B3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 12.812896 C6_chemical_C1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.80962353 C6_chemical_C2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.07479644 C6_chemical_C3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 12.71782707 L4_control_A1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.14946698 L4_control_A2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 13.72119071 L4_control_A3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.7327654 L4_control_B1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.88556572 L4_control_B2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 15.41839419 L4_control_B3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 15.13238638 L4_control_C2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 15.34697146 L4_control_C3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 11.56595862 L4_chemical_A1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 13.05992078 L4_chemical_A2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 12.8561129 L4_chemical_A3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 13.4630987 L4_chemical_B1 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.23753148 L4_chemical_B2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.69066368 L4_chemical_B3 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 14.95327142 L4_chemical_C2 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 15.14178674 L4_chemical_C3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.19198057 C6_control_A1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.3649294 C6_control_A3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.84932422 C6_control_B1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.52782275 C6_control_B2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.67267536 C6_control_B3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.33389537 C6_control_C1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.34989681 C6_control_C2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.94116699 C6_control_C3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.853233841 C6_chemical_A1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.21907879 C6_chemical_A3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.52344084 C6_chemical_B1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.50085053 C6_chemical_B2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.34690084 C6_chemical_B3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.11483804 C6_chemical_C1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.12774185 C6_chemical_C2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 10.61890944 C6_chemical_C3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.543671791 L4_control_A1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.036177394 L4_control_A2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.056377553 L4_control_A3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.432632114 L4_control_B1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.348744969 L4_control_B2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.405839095 L4_control_B3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.622682656 L4_control_C2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.539842805 L4_control_C3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.587992917 L4_chemical_A1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.061749354 L4_chemical_A2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.141710901 L4_chemical_A3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.168758917 L4_chemical_B1 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.093562272 L4_chemical_B2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.22728536 L4_chemical_B3 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.067431434 L4_chemical_C2 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.048948967 L4_chemical_C3 +LQ06X018710 Putative Magnesium transporter protein 1 5.690796348 C6_control_A1 +LQ06X018710 Putative Magnesium transporter protein 1 5.799028788 C6_control_A3 +LQ06X018710 Putative Magnesium transporter protein 1 5.693974873 C6_control_B1 +LQ06X018710 Putative Magnesium transporter protein 1 5.451586931 C6_control_B2 +LQ06X018710 Putative Magnesium transporter protein 1 5.948245815 C6_control_B3 +LQ06X018710 Putative Magnesium transporter protein 1 5.747264807 C6_control_C1 +LQ06X018710 Putative Magnesium transporter protein 1 5.682924733 C6_control_C2 +LQ06X018710 Putative Magnesium transporter protein 1 5.816213276 C6_control_C3 +LQ06X018710 Putative Magnesium transporter protein 1 5.557353901 C6_chemical_A1 +LQ06X018710 Putative Magnesium transporter protein 1 5.547772497 C6_chemical_A3 +LQ06X018710 Putative Magnesium transporter protein 1 5.618555479 C6_chemical_B1 +LQ06X018710 Putative Magnesium transporter protein 1 5.516172364 C6_chemical_B2 +LQ06X018710 Putative Magnesium transporter protein 1 5.565430901 C6_chemical_B3 +LQ06X018710 Putative Magnesium transporter protein 1 5.472242149 C6_chemical_C1 +LQ06X018710 Putative Magnesium transporter protein 1 5.358145034 C6_chemical_C2 +LQ06X018710 Putative Magnesium transporter protein 1 5.493894751 C6_chemical_C3 +LQ06X018710 Putative Magnesium transporter protein 1 5.75097093 L4_control_A1 +LQ06X018710 Putative Magnesium transporter protein 1 5.081848926 L4_control_A2 +LQ06X018710 Putative Magnesium transporter protein 1 5.536972537 L4_control_A3 +LQ06X018710 Putative Magnesium transporter protein 1 5.46021097 L4_control_B1 +LQ06X018710 Putative Magnesium transporter protein 1 5.344556431 L4_control_B2 +LQ06X018710 Putative Magnesium transporter protein 1 5.422361117 L4_control_B3 +LQ06X018710 Putative Magnesium transporter protein 1 6.048285515 L4_control_C2 +LQ06X018710 Putative Magnesium transporter protein 1 6.010238122 L4_control_C3 +LQ06X018710 Putative Magnesium transporter protein 1 5.825842538 L4_chemical_A1 +LQ06X018710 Putative Magnesium transporter protein 1 5.355961361 L4_chemical_A2 +LQ06X018710 Putative Magnesium transporter protein 1 5.351741556 L4_chemical_A3 +LQ06X018710 Putative Magnesium transporter protein 1 5.531890357 L4_chemical_B1 +LQ06X018710 Putative Magnesium transporter protein 1 5.73409797 L4_chemical_B2 +LQ06X018710 Putative Magnesium transporter protein 1 5.571648727 L4_chemical_B3 +LQ06X018710 Putative Magnesium transporter protein 1 5.113202282 L4_chemical_C2 +LQ06X018710 Putative Magnesium transporter protein 1 5.606215099 L4_chemical_C3 +LQ06X018720 Nuclear transport factor 2 5.636275651 C6_control_A1 +LQ06X018720 Nuclear transport factor 2 6.243216047 C6_control_A3 +LQ06X018720 Nuclear transport factor 2 5.479971461 C6_control_B1 +LQ06X018720 Nuclear transport factor 2 6.181296892 C6_control_B2 +LQ06X018720 Nuclear transport factor 2 7.519252883 C6_control_B3 +LQ06X018720 Nuclear transport factor 2 6.52395874 C6_control_C1 +LQ06X018720 Nuclear transport factor 2 5.214894916 C6_control_C2 +LQ06X018720 Nuclear transport factor 2 6.577499689 C6_control_C3 +LQ06X018720 Nuclear transport factor 2 6.460242619 C6_chemical_A1 +LQ06X018720 Nuclear transport factor 2 6.821988844 C6_chemical_A3 +LQ06X018720 Nuclear transport factor 2 7.266127723 C6_chemical_B1 +LQ06X018720 Nuclear transport factor 2 6.314072343 C6_chemical_B2 +LQ06X018720 Nuclear transport factor 2 6.62348213 C6_chemical_B3 +LQ06X018720 Nuclear transport factor 2 6.667339037 C6_chemical_C1 +LQ06X018720 Nuclear transport factor 2 6.151120174 C6_chemical_C2 +LQ06X018720 Nuclear transport factor 2 6.454542619 C6_chemical_C3 +LQ06X018720 Nuclear transport factor 2 7.372683622 L4_control_A1 +LQ06X018720 Nuclear transport factor 2 7.08086146 L4_control_A2 +LQ06X018720 Nuclear transport factor 2 6.610887477 L4_control_A3 +LQ06X018720 Nuclear transport factor 2 7.408623569 L4_control_B1 +LQ06X018720 Nuclear transport factor 2 7.840543051 L4_control_B2 +LQ06X018720 Nuclear transport factor 2 6.207744506 L4_control_B3 +LQ06X018720 Nuclear transport factor 2 6.410351111 L4_control_C2 +LQ06X018720 Nuclear transport factor 2 7.948781511 L4_control_C3 +LQ06X018720 Nuclear transport factor 2 7.160782021 L4_chemical_A1 +LQ06X018720 Nuclear transport factor 2 7.206390902 L4_chemical_A2 +LQ06X018720 Nuclear transport factor 2 6.130098075 L4_chemical_A3 +LQ06X018720 Nuclear transport factor 2 7.960459428 L4_chemical_B1 +LQ06X018720 Nuclear transport factor 2 6.866427831 L4_chemical_B2 +LQ06X018720 Nuclear transport factor 2 6.362767491 L4_chemical_B3 +LQ06X018720 Nuclear transport factor 2 7.891748475 L4_chemical_C2 +LQ06X018720 Nuclear transport factor 2 7.999470213 L4_chemical_C3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.361300054 C6_control_A1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 4.997524586 C6_control_A3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 6.130690788 C6_control_B1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.582562968 C6_control_B2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.215148764 C6_control_B3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.257993788 C6_control_C1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.143418614 C6_control_C2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.411435942 C6_control_C3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.443696445 C6_chemical_A1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.345937518 C6_chemical_A3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.683621404 C6_chemical_B1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.404168756 C6_chemical_B2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.446317482 C6_chemical_B3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.415888654 C6_chemical_C1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.445471576 C6_chemical_C2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.29243403 C6_chemical_C3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.218632992 L4_control_A1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.593526413 L4_control_A2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.3947392 L4_control_A3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.801599425 L4_control_B1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.167932992 L4_control_B2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.614931866 L4_control_B3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.224228845 L4_control_C2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.543649501 L4_control_C3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.411206605 L4_chemical_A1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.674127839 L4_chemical_A2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.296398178 L4_chemical_A3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.860954765 L4_chemical_B1 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.088377411 L4_chemical_B2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.514195802 L4_chemical_B3 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.594272217 L4_chemical_C2 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.235130724 L4_chemical_C3 +LQ06X018780 Putative uncharacterized protein 7.069818061 C6_control_A1 +LQ06X018780 Putative uncharacterized protein 7.148941428 C6_control_A3 +LQ06X018780 Putative uncharacterized protein 7.414932282 C6_control_B1 +LQ06X018780 Putative uncharacterized protein 6.613878883 C6_control_B2 +LQ06X018780 Putative uncharacterized protein 7.008988939 C6_control_B3 +LQ06X018780 Putative uncharacterized protein 6.028940234 C6_control_C1 +LQ06X018780 Putative uncharacterized protein 6.730164676 C6_control_C2 +LQ06X018780 Putative uncharacterized protein 6.099937226 C6_control_C3 +LQ06X018780 Putative uncharacterized protein 6.885725429 C6_chemical_A1 +LQ06X018780 Putative uncharacterized protein 6.673514413 C6_chemical_A3 +LQ06X018780 Putative uncharacterized protein 6.83224846 C6_chemical_B1 +LQ06X018780 Putative uncharacterized protein 6.529807536 C6_chemical_B2 +LQ06X018780 Putative uncharacterized protein 6.77715769 C6_chemical_B3 +LQ06X018780 Putative uncharacterized protein 6.108613279 C6_chemical_C1 +LQ06X018780 Putative uncharacterized protein 6.403174175 C6_chemical_C2 +LQ06X018780 Putative uncharacterized protein 5.858612467 C6_chemical_C3 +LQ06X018780 Putative uncharacterized protein 6.498202707 L4_control_A1 +LQ06X018780 Putative uncharacterized protein 6.951708395 L4_control_A2 +LQ06X018780 Putative uncharacterized protein 7.247230359 L4_control_A3 +LQ06X018780 Putative uncharacterized protein 8.060504692 L4_control_B1 +LQ06X018780 Putative uncharacterized protein 7.514388608 L4_control_B2 +LQ06X018780 Putative uncharacterized protein 6.837275841 L4_control_B3 +LQ06X018780 Putative uncharacterized protein 7.208995076 L4_control_C2 +LQ06X018780 Putative uncharacterized protein 7.72246085 L4_control_C3 +LQ06X018780 Putative uncharacterized protein 6.52330399 L4_chemical_A1 +LQ06X018780 Putative uncharacterized protein 7.400170899 L4_chemical_A2 +LQ06X018780 Putative uncharacterized protein 7.138969248 L4_chemical_A3 +LQ06X018780 Putative uncharacterized protein 7.701252234 L4_chemical_B1 +LQ06X018780 Putative uncharacterized protein 7.894027534 L4_chemical_B2 +LQ06X018780 Putative uncharacterized protein 6.898526555 L4_chemical_B3 +LQ06X018780 Putative uncharacterized protein 7.508686264 L4_chemical_C2 +LQ06X018780 Putative uncharacterized protein 7.615227819 L4_chemical_C3 +LQ06X018840 Beta-glucosidase 46 10.76544845 C6_control_A1 +LQ06X018840 Beta-glucosidase 46 11.39819889 C6_control_A3 +LQ06X018840 Beta-glucosidase 46 10.3398396 C6_control_B1 +LQ06X018840 Beta-glucosidase 46 10.99745247 C6_control_B2 +LQ06X018840 Beta-glucosidase 46 10.28030397 C6_control_B3 +LQ06X018840 Beta-glucosidase 46 7.698699653 C6_control_C1 +LQ06X018840 Beta-glucosidase 46 7.70343515 C6_control_C2 +LQ06X018840 Beta-glucosidase 46 7.25586556 C6_control_C3 +LQ06X018840 Beta-glucosidase 46 10.44462276 C6_chemical_A1 +LQ06X018840 Beta-glucosidase 46 11.49023993 C6_chemical_A3 +LQ06X018840 Beta-glucosidase 46 9.952268967 C6_chemical_B1 +LQ06X018840 Beta-glucosidase 46 11.21052095 C6_chemical_B2 +LQ06X018840 Beta-glucosidase 46 10.590226 C6_chemical_B3 +LQ06X018840 Beta-glucosidase 46 8.166084366 C6_chemical_C1 +LQ06X018840 Beta-glucosidase 46 6.887935091 C6_chemical_C2 +LQ06X018840 Beta-glucosidase 46 6.574436699 C6_chemical_C3 +LQ06X018840 Beta-glucosidase 46 9.935568881 L4_control_A1 +LQ06X018840 Beta-glucosidase 46 9.337353844 L4_control_A2 +LQ06X018840 Beta-glucosidase 46 7.528781983 L4_control_A3 +LQ06X018840 Beta-glucosidase 46 9.750827149 L4_control_B1 +LQ06X018840 Beta-glucosidase 46 9.958095962 L4_control_B2 +LQ06X018840 Beta-glucosidase 46 10.59021816 L4_control_B3 +LQ06X018840 Beta-glucosidase 46 5.848313095 L4_control_C2 +LQ06X018840 Beta-glucosidase 46 6.014058814 L4_control_C3 +LQ06X018840 Beta-glucosidase 46 8.436283533 L4_chemical_A1 +LQ06X018840 Beta-glucosidase 46 8.162382741 L4_chemical_A2 +LQ06X018840 Beta-glucosidase 46 7.791766144 L4_chemical_A3 +LQ06X018840 Beta-glucosidase 46 9.052390563 L4_chemical_B1 +LQ06X018840 Beta-glucosidase 46 9.839900658 L4_chemical_B2 +LQ06X018840 Beta-glucosidase 46 9.78146384 L4_chemical_B3 +LQ06X018840 Beta-glucosidase 46 5.159462581 L4_chemical_C2 +LQ06X018840 Beta-glucosidase 46 7.314441206 L4_chemical_C3 +LQ06X018870 Putative Cytochrome P450 77A3 13.19945695 C6_control_A1 +LQ06X018870 Putative Cytochrome P450 77A3 13.21626267 C6_control_A3 +LQ06X018870 Putative Cytochrome P450 77A3 12.39897576 C6_control_B1 +LQ06X018870 Putative Cytochrome P450 77A3 11.21032037 C6_control_B2 +LQ06X018870 Putative Cytochrome P450 77A3 11.8074978 C6_control_B3 +LQ06X018870 Putative Cytochrome P450 77A3 5.709957852 C6_control_C1 +LQ06X018870 Putative Cytochrome P450 77A3 5.177582323 C6_control_C2 +LQ06X018870 Putative Cytochrome P450 77A3 6.803244465 C6_control_C3 +LQ06X018870 Putative Cytochrome P450 77A3 13.3345429 C6_chemical_A1 +LQ06X018870 Putative Cytochrome P450 77A3 13.57344043 C6_chemical_A3 +LQ06X018870 Putative Cytochrome P450 77A3 12.34308304 C6_chemical_B1 +LQ06X018870 Putative Cytochrome P450 77A3 10.91242118 C6_chemical_B2 +LQ06X018870 Putative Cytochrome P450 77A3 11.65738033 C6_chemical_B3 +LQ06X018870 Putative Cytochrome P450 77A3 5.71191181 C6_chemical_C1 +LQ06X018870 Putative Cytochrome P450 77A3 5.388950613 C6_chemical_C2 +LQ06X018870 Putative Cytochrome P450 77A3 5.998296373 C6_chemical_C3 +LQ06X018870 Putative Cytochrome P450 77A3 13.45866539 L4_control_A1 +LQ06X018870 Putative Cytochrome P450 77A3 13.31649558 L4_control_A2 +LQ06X018870 Putative Cytochrome P450 77A3 12.94485589 L4_control_A3 +LQ06X018870 Putative Cytochrome P450 77A3 12.08721193 L4_control_B1 +LQ06X018870 Putative Cytochrome P450 77A3 12.59325675 L4_control_B2 +LQ06X018870 Putative Cytochrome P450 77A3 9.107249041 L4_control_B3 +LQ06X018870 Putative Cytochrome P450 77A3 5.105255475 L4_control_C2 +LQ06X018870 Putative Cytochrome P450 77A3 5.339460184 L4_control_C3 +LQ06X018870 Putative Cytochrome P450 77A3 12.78144642 L4_chemical_A1 +LQ06X018870 Putative Cytochrome P450 77A3 12.95001629 L4_chemical_A2 +LQ06X018870 Putative Cytochrome P450 77A3 12.89772139 L4_chemical_A3 +LQ06X018870 Putative Cytochrome P450 77A3 12.44647692 L4_chemical_B1 +LQ06X018870 Putative Cytochrome P450 77A3 12.51112253 L4_chemical_B2 +LQ06X018870 Putative Cytochrome P450 77A3 12.47498402 L4_chemical_B3 +LQ06X018870 Putative Cytochrome P450 77A3 5.55681666 L4_chemical_C2 +LQ06X018870 Putative Cytochrome P450 77A3 5.761070303 L4_chemical_C3 +LQ06X018880 Putative Adenosine deaminase-like protein 12.79075533 C6_control_A1 +LQ06X018880 Putative Adenosine deaminase-like protein 12.96474295 C6_control_A3 +LQ06X018880 Putative Adenosine deaminase-like protein 11.97051933 C6_control_B1 +LQ06X018880 Putative Adenosine deaminase-like protein 11.39674647 C6_control_B2 +LQ06X018880 Putative Adenosine deaminase-like protein 11.52318948 C6_control_B3 +LQ06X018880 Putative Adenosine deaminase-like protein 11.07678759 C6_control_C1 +LQ06X018880 Putative Adenosine deaminase-like protein 10.89871524 C6_control_C2 +LQ06X018880 Putative Adenosine deaminase-like protein 10.73312633 C6_control_C3 +LQ06X018880 Putative Adenosine deaminase-like protein 12.69021706 C6_chemical_A1 +LQ06X018880 Putative Adenosine deaminase-like protein 13.35797709 C6_chemical_A3 +LQ06X018880 Putative Adenosine deaminase-like protein 11.86808426 C6_chemical_B1 +LQ06X018880 Putative Adenosine deaminase-like protein 11.37773524 C6_chemical_B2 +LQ06X018880 Putative Adenosine deaminase-like protein 11.31762569 C6_chemical_B3 +LQ06X018880 Putative Adenosine deaminase-like protein 11.10636844 C6_chemical_C1 +LQ06X018880 Putative Adenosine deaminase-like protein 10.92797871 C6_chemical_C2 +LQ06X018880 Putative Adenosine deaminase-like protein 11.01196236 C6_chemical_C3 +LQ06X018880 Putative Adenosine deaminase-like protein 13.46606337 L4_control_A1 +LQ06X018880 Putative Adenosine deaminase-like protein 13.10964791 L4_control_A2 +LQ06X018880 Putative Adenosine deaminase-like protein 12.9211323 L4_control_A3 +LQ06X018880 Putative Adenosine deaminase-like protein 11.75522732 L4_control_B1 +LQ06X018880 Putative Adenosine deaminase-like protein 12.31922322 L4_control_B2 +LQ06X018880 Putative Adenosine deaminase-like protein 11.98961144 L4_control_B3 +LQ06X018880 Putative Adenosine deaminase-like protein 11.77614175 L4_control_C2 +LQ06X018880 Putative Adenosine deaminase-like protein 12.05358175 L4_control_C3 +LQ06X018880 Putative Adenosine deaminase-like protein 13.0750643 L4_chemical_A1 +LQ06X018880 Putative Adenosine deaminase-like protein 12.6316535 L4_chemical_A2 +LQ06X018880 Putative Adenosine deaminase-like protein 12.95426074 L4_chemical_A3 +LQ06X018880 Putative Adenosine deaminase-like protein 11.72538901 L4_chemical_B1 +LQ06X018880 Putative Adenosine deaminase-like protein 12.10609878 L4_chemical_B2 +LQ06X018880 Putative Adenosine deaminase-like protein 12.44800055 L4_chemical_B3 +LQ06X018880 Putative Adenosine deaminase-like protein 11.64660618 L4_chemical_C2 +LQ06X018880 Putative Adenosine deaminase-like protein 12.04310087 L4_chemical_C3 +LQ06X018890 Putative uncharacterized protein 6.102201974 C6_control_A1 +LQ06X018890 Putative uncharacterized protein 5.302949626 C6_control_A3 +LQ06X018890 Putative uncharacterized protein 5.770230284 C6_control_B1 +LQ06X018890 Putative uncharacterized protein 5.918353654 C6_control_B2 +LQ06X018890 Putative uncharacterized protein 6.161355666 C6_control_B3 +LQ06X018890 Putative uncharacterized protein 6.089656207 C6_control_C1 +LQ06X018890 Putative uncharacterized protein 5.774268612 C6_control_C2 +LQ06X018890 Putative uncharacterized protein 5.834925119 C6_control_C3 +LQ06X018890 Putative uncharacterized protein 5.919893511 C6_chemical_A1 +LQ06X018890 Putative uncharacterized protein 5.811964611 C6_chemical_A3 +LQ06X018890 Putative uncharacterized protein 5.331826619 C6_chemical_B1 +LQ06X018890 Putative uncharacterized protein 5.564623739 C6_chemical_B2 +LQ06X018890 Putative uncharacterized protein 5.873286865 C6_chemical_B3 +LQ06X018890 Putative uncharacterized protein 5.950714816 C6_chemical_C1 +LQ06X018890 Putative uncharacterized protein 5.716121027 C6_chemical_C2 +LQ06X018890 Putative uncharacterized protein 5.640537397 C6_chemical_C3 +LQ06X018890 Putative uncharacterized protein 5.693198909 L4_control_A1 +LQ06X018890 Putative uncharacterized protein 5.593436598 L4_control_A2 +LQ06X018890 Putative uncharacterized protein 5.57622912 L4_control_A3 +LQ06X018890 Putative uncharacterized protein 6.088784729 L4_control_B1 +LQ06X018890 Putative uncharacterized protein 6.08552631 L4_control_B2 +LQ06X018890 Putative uncharacterized protein 5.704443566 L4_control_B3 +LQ06X018890 Putative uncharacterized protein 5.525073801 L4_control_C2 +LQ06X018890 Putative uncharacterized protein 5.306648835 L4_control_C3 +LQ06X018890 Putative uncharacterized protein 6.096583787 L4_chemical_A1 +LQ06X018890 Putative uncharacterized protein 5.65995993 L4_chemical_A2 +LQ06X018890 Putative uncharacterized protein 5.628901115 L4_chemical_A3 +LQ06X018890 Putative uncharacterized protein 5.433434929 L4_chemical_B1 +LQ06X018890 Putative uncharacterized protein 5.952302396 L4_chemical_B2 +LQ06X018890 Putative uncharacterized protein 5.477843276 L4_chemical_B3 +LQ06X018890 Putative uncharacterized protein 5.386159064 L4_chemical_C2 +LQ06X018890 Putative uncharacterized protein 5.554322239 L4_chemical_C3 +LQ06X018900 Predicted protein 6.054265334 C6_control_A1 +LQ06X018900 Predicted protein 6.554108282 C6_control_A3 +LQ06X018900 Predicted protein 5.918461163 C6_control_B1 +LQ06X018900 Predicted protein 6.009966994 C6_control_B2 +LQ06X018900 Predicted protein 6.209291612 C6_control_B3 +LQ06X018900 Predicted protein 5.749579481 C6_control_C1 +LQ06X018900 Predicted protein 5.50542746 C6_control_C2 +LQ06X018900 Predicted protein 5.755922989 C6_control_C3 +LQ06X018900 Predicted protein 6.091548314 C6_chemical_A1 +LQ06X018900 Predicted protein 6.391521537 C6_chemical_A3 +LQ06X018900 Predicted protein 6.357418509 C6_chemical_B1 +LQ06X018900 Predicted protein 5.754687026 C6_chemical_B2 +LQ06X018900 Predicted protein 5.675148689 C6_chemical_B3 +LQ06X018900 Predicted protein 5.501275137 C6_chemical_C1 +LQ06X018900 Predicted protein 5.743842751 C6_chemical_C2 +LQ06X018900 Predicted protein 5.742301943 C6_chemical_C3 +LQ06X018900 Predicted protein 5.871894923 L4_control_A1 +LQ06X018900 Predicted protein 5.781726351 L4_control_A2 +LQ06X018900 Predicted protein 6.986199233 L4_control_A3 +LQ06X018900 Predicted protein 6.149838381 L4_control_B1 +LQ06X018900 Predicted protein 5.859659506 L4_control_B2 +LQ06X018900 Predicted protein 5.851894045 L4_control_B3 +LQ06X018900 Predicted protein 5.68168448 L4_control_C2 +LQ06X018900 Predicted protein 6.335643053 L4_control_C3 +LQ06X018900 Predicted protein 5.423883902 L4_chemical_A1 +LQ06X018900 Predicted protein 5.587202931 L4_chemical_A2 +LQ06X018900 Predicted protein 6.69749342 L4_chemical_A3 +LQ06X018900 Predicted protein 5.609359626 L4_chemical_B1 +LQ06X018900 Predicted protein 5.915480017 L4_chemical_B2 +LQ06X018900 Predicted protein 5.62970008 L4_chemical_B3 +LQ06X018900 Predicted protein 6.088498379 L4_chemical_C2 +LQ06X018900 Predicted protein 6.655694766 L4_chemical_C3 +LQ06X018940 Tobamovirus multiplication 1 6.16416002 C6_control_A1 +LQ06X018940 Tobamovirus multiplication 1 6.316799179 C6_control_A3 +LQ06X018940 Tobamovirus multiplication 1 6.51483641 C6_control_B1 +LQ06X018940 Tobamovirus multiplication 1 6.179687031 C6_control_B2 +LQ06X018940 Tobamovirus multiplication 1 5.881143183 C6_control_B3 +LQ06X018940 Tobamovirus multiplication 1 6.155051077 C6_control_C1 +LQ06X018940 Tobamovirus multiplication 1 7.01444127 C6_control_C2 +LQ06X018940 Tobamovirus multiplication 1 5.411652582 C6_control_C3 +LQ06X018940 Tobamovirus multiplication 1 5.924409119 C6_chemical_A1 +LQ06X018940 Tobamovirus multiplication 1 6.129660345 C6_chemical_A3 +LQ06X018940 Tobamovirus multiplication 1 5.630770161 C6_chemical_B1 +LQ06X018940 Tobamovirus multiplication 1 5.987984494 C6_chemical_B2 +LQ06X018940 Tobamovirus multiplication 1 5.859310751 C6_chemical_B3 +LQ06X018940 Tobamovirus multiplication 1 6.182396222 C6_chemical_C1 +LQ06X018940 Tobamovirus multiplication 1 6.069762318 C6_chemical_C2 +LQ06X018940 Tobamovirus multiplication 1 6.290757213 C6_chemical_C3 +LQ06X018940 Tobamovirus multiplication 1 6.196352355 L4_control_A1 +LQ06X018940 Tobamovirus multiplication 1 6.292654856 L4_control_A2 +LQ06X018940 Tobamovirus multiplication 1 6.73936289 L4_control_A3 +LQ06X018940 Tobamovirus multiplication 1 6.339305517 L4_control_B1 +LQ06X018940 Tobamovirus multiplication 1 6.929288329 L4_control_B2 +LQ06X018940 Tobamovirus multiplication 1 5.841541407 L4_control_B3 +LQ06X018940 Tobamovirus multiplication 1 6.629148735 L4_control_C2 +LQ06X018940 Tobamovirus multiplication 1 5.339582122 L4_control_C3 +LQ06X018940 Tobamovirus multiplication 1 5.986859238 L4_chemical_A1 +LQ06X018940 Tobamovirus multiplication 1 5.805530795 L4_chemical_A2 +LQ06X018940 Tobamovirus multiplication 1 6.181701595 L4_chemical_A3 +LQ06X018940 Tobamovirus multiplication 1 6.569825503 L4_chemical_B1 +LQ06X018940 Tobamovirus multiplication 1 6.280675411 L4_chemical_B2 +LQ06X018940 Tobamovirus multiplication 1 5.7268209 L4_chemical_B3 +LQ06X018940 Tobamovirus multiplication 1 5.626732784 L4_chemical_C2 +LQ06X018940 Tobamovirus multiplication 1 5.823025883 L4_chemical_C3 +LQ06X018950 Derlin-2.2 13.29739993 C6_control_A1 +LQ06X018950 Derlin-2.2 13.50498805 C6_control_A3 +LQ06X018950 Derlin-2.2 13.61490685 C6_control_B1 +LQ06X018950 Derlin-2.2 13.04402243 C6_control_B2 +LQ06X018950 Derlin-2.2 13.25020551 C6_control_B3 +LQ06X018950 Derlin-2.2 12.62791159 C6_control_C1 +LQ06X018950 Derlin-2.2 12.54301627 C6_control_C2 +LQ06X018950 Derlin-2.2 12.58989335 C6_control_C3 +LQ06X018950 Derlin-2.2 13.91814797 C6_chemical_A1 +LQ06X018950 Derlin-2.2 13.32970821 C6_chemical_A3 +LQ06X018950 Derlin-2.2 14.02674598 C6_chemical_B1 +LQ06X018950 Derlin-2.2 13.65150624 C6_chemical_B2 +LQ06X018950 Derlin-2.2 13.03347707 C6_chemical_B3 +LQ06X018950 Derlin-2.2 13.137765 C6_chemical_C1 +LQ06X018950 Derlin-2.2 12.89880303 C6_chemical_C2 +LQ06X018950 Derlin-2.2 11.97731498 C6_chemical_C3 +LQ06X018950 Derlin-2.2 13.26646457 L4_control_A1 +LQ06X018950 Derlin-2.2 13.22139061 L4_control_A2 +LQ06X018950 Derlin-2.2 12.84777629 L4_control_A3 +LQ06X018950 Derlin-2.2 13.19198131 L4_control_B1 +LQ06X018950 Derlin-2.2 13.62994831 L4_control_B2 +LQ06X018950 Derlin-2.2 12.5132956 L4_control_B3 +LQ06X018950 Derlin-2.2 13.33121568 L4_control_C2 +LQ06X018950 Derlin-2.2 12.79623943 L4_control_C3 +LQ06X018950 Derlin-2.2 13.57784518 L4_chemical_A1 +LQ06X018950 Derlin-2.2 13.34416079 L4_chemical_A2 +LQ06X018950 Derlin-2.2 12.65578966 L4_chemical_A3 +LQ06X018950 Derlin-2.2 13.77531096 L4_chemical_B1 +LQ06X018950 Derlin-2.2 13.76536136 L4_chemical_B2 +LQ06X018950 Derlin-2.2 12.91766959 L4_chemical_B3 +LQ06X018950 Derlin-2.2 13.46578966 L4_chemical_C2 +LQ06X018950 Derlin-2.2 12.78171133 L4_chemical_C3 +LQ06X018990 Putative uncharacterized protein 12.19788946 C6_control_A1 +LQ06X018990 Putative uncharacterized protein 12.28582459 C6_control_A3 +LQ06X018990 Putative uncharacterized protein 12.54433116 C6_control_B1 +LQ06X018990 Putative uncharacterized protein 12.12600263 C6_control_B2 +LQ06X018990 Putative uncharacterized protein 12.23114062 C6_control_B3 +LQ06X018990 Putative uncharacterized protein 11.67747024 C6_control_C1 +LQ06X018990 Putative uncharacterized protein 11.54641215 C6_control_C2 +LQ06X018990 Putative uncharacterized protein 11.74978683 C6_control_C3 +LQ06X018990 Putative uncharacterized protein 11.95079645 C6_chemical_A1 +LQ06X018990 Putative uncharacterized protein 12.10688205 C6_chemical_A3 +LQ06X018990 Putative uncharacterized protein 12.51129874 C6_chemical_B1 +LQ06X018990 Putative uncharacterized protein 12.14253533 C6_chemical_B2 +LQ06X018990 Putative uncharacterized protein 12.06882705 C6_chemical_B3 +LQ06X018990 Putative uncharacterized protein 11.49060565 C6_chemical_C1 +LQ06X018990 Putative uncharacterized protein 11.60698499 C6_chemical_C2 +LQ06X018990 Putative uncharacterized protein 11.31082618 C6_chemical_C3 +LQ06X018990 Putative uncharacterized protein 11.72234658 L4_control_A1 +LQ06X018990 Putative uncharacterized protein 11.80467475 L4_control_A2 +LQ06X018990 Putative uncharacterized protein 10.87018955 L4_control_A3 +LQ06X018990 Putative uncharacterized protein 11.64973363 L4_control_B1 +LQ06X018990 Putative uncharacterized protein 11.90496085 L4_control_B2 +LQ06X018990 Putative uncharacterized protein 11.35609464 L4_control_B3 +LQ06X018990 Putative uncharacterized protein 11.16394625 L4_control_C2 +LQ06X018990 Putative uncharacterized protein 11.3212711 L4_control_C3 +LQ06X018990 Putative uncharacterized protein 11.76790493 L4_chemical_A1 +LQ06X018990 Putative uncharacterized protein 11.84457251 L4_chemical_A2 +LQ06X018990 Putative uncharacterized protein 10.85519989 L4_chemical_A3 +LQ06X018990 Putative uncharacterized protein 11.73149518 L4_chemical_B1 +LQ06X018990 Putative uncharacterized protein 11.95027291 L4_chemical_B2 +LQ06X018990 Putative uncharacterized protein 11.95824161 L4_chemical_B3 +LQ06X018990 Putative uncharacterized protein 10.90931665 L4_chemical_C2 +LQ06X018990 Putative uncharacterized protein 11.43196466 L4_chemical_C3 +LQ06X019000 Hypothetical protein 14.84940311 C6_control_A1 +LQ06X019000 Hypothetical protein 14.78658908 C6_control_A3 +LQ06X019000 Hypothetical protein 14.88383457 C6_control_B1 +LQ06X019000 Hypothetical protein 14.408055 C6_control_B2 +LQ06X019000 Hypothetical protein 14.82066718 C6_control_B3 +LQ06X019000 Hypothetical protein 15.07325903 C6_control_C1 +LQ06X019000 Hypothetical protein 14.81984273 C6_control_C2 +LQ06X019000 Hypothetical protein 14.88679536 C6_control_C3 +LQ06X019000 Hypothetical protein 14.87859432 C6_chemical_A1 +LQ06X019000 Hypothetical protein 15.38292099 C6_chemical_A3 +LQ06X019000 Hypothetical protein 15.04849608 C6_chemical_B1 +LQ06X019000 Hypothetical protein 14.48233544 C6_chemical_B2 +LQ06X019000 Hypothetical protein 15.00805474 C6_chemical_B3 +LQ06X019000 Hypothetical protein 14.88342816 C6_chemical_C1 +LQ06X019000 Hypothetical protein 14.76732494 C6_chemical_C2 +LQ06X019000 Hypothetical protein 14.865388 C6_chemical_C3 +LQ06X019000 Hypothetical protein 14.36198093 L4_control_A1 +LQ06X019000 Hypothetical protein 14.12469962 L4_control_A2 +LQ06X019000 Hypothetical protein 14.86452713 L4_control_A3 +LQ06X019000 Hypothetical protein 14.671626 L4_control_B1 +LQ06X019000 Hypothetical protein 14.88122204 L4_control_B2 +LQ06X019000 Hypothetical protein 14.67747247 L4_control_B3 +LQ06X019000 Hypothetical protein 14.94193173 L4_control_C2 +LQ06X019000 Hypothetical protein 15.09404935 L4_control_C3 +LQ06X019000 Hypothetical protein 14.65943085 L4_chemical_A1 +LQ06X019000 Hypothetical protein 14.26966929 L4_chemical_A2 +LQ06X019000 Hypothetical protein 14.52220392 L4_chemical_A3 +LQ06X019000 Hypothetical protein 14.82017702 L4_chemical_B1 +LQ06X019000 Hypothetical protein 14.57497395 L4_chemical_B2 +LQ06X019000 Hypothetical protein 14.62300935 L4_chemical_B3 +LQ06X019000 Hypothetical protein 14.96041523 L4_chemical_C2 +LQ06X019000 Hypothetical protein 15.06520261 L4_chemical_C3 +LQ06X019030 Putative uncharacterized protein 5.374824197 C6_control_A1 +LQ06X019030 Putative uncharacterized protein 5.246803831 C6_control_A3 +LQ06X019030 Putative uncharacterized protein 5.182896484 C6_control_B1 +LQ06X019030 Putative uncharacterized protein 5.048860861 C6_control_B2 +LQ06X019030 Putative uncharacterized protein 4.725344501 C6_control_B3 +LQ06X019030 Putative uncharacterized protein 4.995151173 C6_control_C1 +LQ06X019030 Putative uncharacterized protein 5.236120737 C6_control_C2 +LQ06X019030 Putative uncharacterized protein 5.046689215 C6_control_C3 +LQ06X019030 Putative uncharacterized protein 5.094339228 C6_chemical_A1 +LQ06X019030 Putative uncharacterized protein 5.584392653 C6_chemical_A3 +LQ06X019030 Putative uncharacterized protein 4.895628593 C6_chemical_B1 +LQ06X019030 Putative uncharacterized protein 5.15924283 C6_chemical_B2 +LQ06X019030 Putative uncharacterized protein 4.980167855 C6_chemical_B3 +LQ06X019030 Putative uncharacterized protein 4.988949622 C6_chemical_C1 +LQ06X019030 Putative uncharacterized protein 5.263070627 C6_chemical_C2 +LQ06X019030 Putative uncharacterized protein 5.185493817 C6_chemical_C3 +LQ06X019030 Putative uncharacterized protein 5.24619548 L4_control_A1 +LQ06X019030 Putative uncharacterized protein 5.189497747 L4_control_A2 +LQ06X019030 Putative uncharacterized protein 5.865243817 L4_control_A3 +LQ06X019030 Putative uncharacterized protein 5.411604096 L4_control_B1 +LQ06X019030 Putative uncharacterized protein 4.965663766 L4_control_B2 +LQ06X019030 Putative uncharacterized protein 5.246672742 L4_control_B3 +LQ06X019030 Putative uncharacterized protein 4.956618166 L4_control_C2 +LQ06X019030 Putative uncharacterized protein 4.965763441 L4_control_C3 +LQ06X019030 Putative uncharacterized protein 4.879098155 L4_chemical_A1 +LQ06X019030 Putative uncharacterized protein 5.226695209 L4_chemical_A2 +LQ06X019030 Putative uncharacterized protein 5.618182479 L4_chemical_A3 +LQ06X019030 Putative uncharacterized protein 4.90588757 L4_chemical_B1 +LQ06X019030 Putative uncharacterized protein 5.194187553 L4_chemical_B2 +LQ06X019030 Putative uncharacterized protein 5.087435475 L4_chemical_B3 +LQ06X019030 Putative uncharacterized protein 5.450330349 L4_chemical_C2 +LQ06X019030 Putative uncharacterized protein 5.146521938 L4_chemical_C3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.985508842 C6_control_A1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.245428228 C6_control_A3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.40062276 C6_control_B1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.97882275 C6_control_B2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.25004105 C6_control_B3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 12.1727757 C6_control_C1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 11.97467616 C6_control_C2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 11.08410203 C6_control_C3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.37288306 C6_chemical_A1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.360137236 C6_chemical_A3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.97273614 C6_chemical_B1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 11.44012637 C6_chemical_B2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.61843583 C6_chemical_B3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 12.42680565 C6_chemical_C1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 12.35444771 C6_chemical_C2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 11.81753549 C6_chemical_C3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.353397335 L4_control_A1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.712623961 L4_control_A2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.324530755 L4_control_A3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.02658303 L4_control_B1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.26933712 L4_control_B2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.307744542 L4_control_B3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.46000613 L4_control_C2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.40397596 L4_control_C3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.492409877 L4_chemical_A1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.02910015 L4_chemical_A2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.41960303 L4_chemical_A3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.774361409 L4_chemical_B1 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.93779235 L4_chemical_B2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 9.963135414 L4_chemical_B3 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.71209731 L4_chemical_C2 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.86550899 L4_chemical_C3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.351511483 C6_control_A1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.310864901 C6_control_A3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.305592234 C6_control_B1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.496913645 C6_control_B2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.546995813 C6_control_B3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.202950168 C6_control_C1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 4.842400616 C6_control_C2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.721698615 C6_control_C3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.409074655 C6_chemical_A1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.558498672 C6_chemical_A3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.608491041 C6_chemical_B1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.229848087 C6_chemical_B2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.80379416 C6_chemical_B3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.294727065 C6_chemical_C1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.444531605 C6_chemical_C2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.40691816 C6_chemical_C3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.40636921 L4_control_A1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.710420001 L4_control_A2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.49593652 L4_control_A3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 6.046881164 L4_control_B1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.189907526 L4_control_B2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.231781882 L4_control_B3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.372974388 L4_control_C2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 6.693414223 L4_control_C3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.285538826 L4_chemical_A1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.604360864 L4_chemical_A2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.269696434 L4_chemical_A3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.423953171 L4_chemical_B1 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.64982808 L4_chemical_B2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.15206542 L4_chemical_B3 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 6.123593722 L4_chemical_C2 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.465704894 L4_chemical_C3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.476576505 C6_control_A1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.614291233 C6_control_A3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.39370432 C6_control_B1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.124986223 C6_control_B2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.266896847 C6_control_B3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.221735624 C6_control_C1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.018768959 C6_control_C2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.095296889 C6_control_C3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.193691795 C6_chemical_A1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.623904785 C6_chemical_A3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.80896666 C6_chemical_B1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.02331379 C6_chemical_B2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.453417739 C6_chemical_B3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.047783636 C6_chemical_C1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.151125432 C6_chemical_C2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.550165343 C6_chemical_C3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.249365306 L4_control_A1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 7.348631774 L4_control_A2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.194995305 L4_control_A3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.571280745 L4_control_B1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.293414113 L4_control_B2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.399658638 L4_control_B3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.119780057 L4_control_C2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.796236704 L4_control_C3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.05702102 L4_chemical_A1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.909702387 L4_chemical_A2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.241937295 L4_chemical_A3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.282087138 L4_chemical_B1 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.516522121 L4_chemical_B2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.224541807 L4_chemical_B3 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.537258326 L4_chemical_C2 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 5.393003655 L4_chemical_C3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.782892346 C6_control_A1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.17509328 C6_control_A3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 6.012846277 C6_control_B1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.443923679 C6_control_B2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.541845249 C6_control_B3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.755658098 C6_control_C1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.339894349 C6_control_C2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.741261197 C6_control_C3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.643369119 C6_chemical_A1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.475521299 C6_chemical_A3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.679510582 C6_chemical_B1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.454197341 C6_chemical_B2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.732590025 C6_chemical_B3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.571005244 C6_chemical_C1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.545232661 C6_chemical_C2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.437456242 C6_chemical_C3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.678927588 L4_control_A1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 6.701055705 L4_control_A2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 6.618923497 L4_control_A3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.27957433 L4_control_B1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 6.020642291 L4_control_B2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.936937439 L4_control_B3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.388441604 L4_control_C2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.342034622 L4_control_C3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.945434426 L4_chemical_A1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 6.076087194 L4_chemical_A2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.939828557 L4_chemical_A3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.182385321 L4_chemical_B1 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 6.261907741 L4_chemical_B2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.786260764 L4_chemical_B3 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.725981751 L4_chemical_C2 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.56552413 L4_chemical_C3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.252259468 C6_control_A1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 7.398780416 C6_control_A3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.676950946 C6_control_B1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.705824804 C6_control_B2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.603726897 C6_control_B3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.549398789 C6_control_C1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 7.382446741 C6_control_C2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.691275847 C6_control_C3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.525044823 C6_chemical_A1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.987472708 C6_chemical_A3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.838624761 C6_chemical_B1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 7.098197099 C6_chemical_B2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.372299876 C6_chemical_B3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 7.287424046 C6_chemical_C1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 7.016473957 C6_chemical_C2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.29638793 C6_chemical_C3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.438261798 L4_control_A1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.286147226 L4_control_A2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.285396155 L4_control_A3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.490674493 L4_control_B1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.961210559 L4_control_B2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.151630471 L4_control_B3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.284995499 L4_control_C2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.750456806 L4_control_C3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.130509206 L4_chemical_A1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.514127635 L4_chemical_A2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.195804507 L4_chemical_A3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.948213266 L4_chemical_B1 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.312983599 L4_chemical_B2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.601654317 L4_chemical_B3 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.75622439 L4_chemical_C2 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 6.196189453 L4_chemical_C3 +LQ06X019100 Putative uncharacterized protein 7.029583243 C6_control_A1 +LQ06X019100 Putative uncharacterized protein 7.422210173 C6_control_A3 +LQ06X019100 Putative uncharacterized protein 7.116954919 C6_control_B1 +LQ06X019100 Putative uncharacterized protein 5.789650358 C6_control_B2 +LQ06X019100 Putative uncharacterized protein 7.025923414 C6_control_B3 +LQ06X019100 Putative uncharacterized protein 5.781842188 C6_control_C1 +LQ06X019100 Putative uncharacterized protein 5.775213863 C6_control_C2 +LQ06X019100 Putative uncharacterized protein 6.562352689 C6_control_C3 +LQ06X019100 Putative uncharacterized protein 6.319015099 C6_chemical_A1 +LQ06X019100 Putative uncharacterized protein 6.849584976 C6_chemical_A3 +LQ06X019100 Putative uncharacterized protein 6.107916632 C6_chemical_B1 +LQ06X019100 Putative uncharacterized protein 5.732600883 C6_chemical_B2 +LQ06X019100 Putative uncharacterized protein 6.79285777 C6_chemical_B3 +LQ06X019100 Putative uncharacterized protein 5.516640142 C6_chemical_C1 +LQ06X019100 Putative uncharacterized protein 6.306863007 C6_chemical_C2 +LQ06X019100 Putative uncharacterized protein 6.354144418 C6_chemical_C3 +LQ06X019100 Putative uncharacterized protein 6.055515754 L4_control_A1 +LQ06X019100 Putative uncharacterized protein 6.871635352 L4_control_A2 +LQ06X019100 Putative uncharacterized protein 7.861727888 L4_control_A3 +LQ06X019100 Putative uncharacterized protein 6.708652431 L4_control_B1 +LQ06X019100 Putative uncharacterized protein 6.592375251 L4_control_B2 +LQ06X019100 Putative uncharacterized protein 6.529102797 L4_control_B3 +LQ06X019100 Putative uncharacterized protein 6.445009214 L4_control_C2 +LQ06X019100 Putative uncharacterized protein 6.178743457 L4_control_C3 +LQ06X019100 Putative uncharacterized protein 6.086398418 L4_chemical_A1 +LQ06X019100 Putative uncharacterized protein 6.503700326 L4_chemical_A2 +LQ06X019100 Putative uncharacterized protein 8.136374451 L4_chemical_A3 +LQ06X019100 Putative uncharacterized protein 6.946165207 L4_chemical_B1 +LQ06X019100 Putative uncharacterized protein 7.025518641 L4_chemical_B2 +LQ06X019100 Putative uncharacterized protein 6.269715706 L4_chemical_B3 +LQ06X019100 Putative uncharacterized protein 7.130986121 L4_chemical_C2 +LQ06X019100 Putative uncharacterized protein 6.760069755 L4_chemical_C3 +LQ06X019120 Predicted protein 5.796283144 C6_control_A1 +LQ06X019120 Predicted protein 6.333402035 C6_control_A3 +LQ06X019120 Predicted protein 6.108562979 C6_control_B1 +LQ06X019120 Predicted protein 5.556147031 C6_control_B2 +LQ06X019120 Predicted protein 6.104391837 C6_control_B3 +LQ06X019120 Predicted protein 4.849493446 C6_control_C1 +LQ06X019120 Predicted protein 5.217992444 C6_control_C2 +LQ06X019120 Predicted protein 5.1108056 C6_control_C3 +LQ06X019120 Predicted protein 5.850974465 C6_chemical_A1 +LQ06X019120 Predicted protein 6.040029844 C6_chemical_A3 +LQ06X019120 Predicted protein 5.249451083 C6_chemical_B1 +LQ06X019120 Predicted protein 5.344394437 C6_chemical_B2 +LQ06X019120 Predicted protein 6.027319186 C6_chemical_B3 +LQ06X019120 Predicted protein 5.152379794 C6_chemical_C1 +LQ06X019120 Predicted protein 5.160550474 C6_chemical_C2 +LQ06X019120 Predicted protein 5.473043462 C6_chemical_C3 +LQ06X019120 Predicted protein 6.030153515 L4_control_A1 +LQ06X019120 Predicted protein 6.300981327 L4_control_A2 +LQ06X019120 Predicted protein 6.767402182 L4_control_A3 +LQ06X019120 Predicted protein 6.222506484 L4_control_B1 +LQ06X019120 Predicted protein 6.01067438 L4_control_B2 +LQ06X019120 Predicted protein 6.170739063 L4_control_B3 +LQ06X019120 Predicted protein 5.755721473 L4_control_C2 +LQ06X019120 Predicted protein 5.621740346 L4_control_C3 +LQ06X019120 Predicted protein 6.024433917 L4_chemical_A1 +LQ06X019120 Predicted protein 6.679643987 L4_chemical_A2 +LQ06X019120 Predicted protein 6.462646443 L4_chemical_A3 +LQ06X019120 Predicted protein 6.089248606 L4_chemical_B1 +LQ06X019120 Predicted protein 6.521347556 L4_chemical_B2 +LQ06X019120 Predicted protein 5.828379268 L4_chemical_B3 +LQ06X019120 Predicted protein 5.655779391 L4_chemical_C2 +LQ06X019120 Predicted protein 5.855155775 L4_chemical_C3 +LQ06X019130 Calcium-dependent protein kinase 21 12.57948364 C6_control_A1 +LQ06X019130 Calcium-dependent protein kinase 21 12.2037664 C6_control_A3 +LQ06X019130 Calcium-dependent protein kinase 21 13.57774081 C6_control_B1 +LQ06X019130 Calcium-dependent protein kinase 21 13.46191258 C6_control_B2 +LQ06X019130 Calcium-dependent protein kinase 21 13.53988327 C6_control_B3 +LQ06X019130 Calcium-dependent protein kinase 21 12.26934744 C6_control_C1 +LQ06X019130 Calcium-dependent protein kinase 21 12.29524378 C6_control_C2 +LQ06X019130 Calcium-dependent protein kinase 21 12.16150823 C6_control_C3 +LQ06X019130 Calcium-dependent protein kinase 21 12.08462406 C6_chemical_A1 +LQ06X019130 Calcium-dependent protein kinase 21 12.41002183 C6_chemical_A3 +LQ06X019130 Calcium-dependent protein kinase 21 13.12715295 C6_chemical_B1 +LQ06X019130 Calcium-dependent protein kinase 21 13.35080629 C6_chemical_B2 +LQ06X019130 Calcium-dependent protein kinase 21 13.03267459 C6_chemical_B3 +LQ06X019130 Calcium-dependent protein kinase 21 11.43097424 C6_chemical_C1 +LQ06X019130 Calcium-dependent protein kinase 21 11.68447735 C6_chemical_C2 +LQ06X019130 Calcium-dependent protein kinase 21 12.2226269 C6_chemical_C3 +LQ06X019130 Calcium-dependent protein kinase 21 12.35662698 L4_control_A1 +LQ06X019130 Calcium-dependent protein kinase 21 12.32047128 L4_control_A2 +LQ06X019130 Calcium-dependent protein kinase 21 11.62055849 L4_control_A3 +LQ06X019130 Calcium-dependent protein kinase 21 13.14600132 L4_control_B1 +LQ06X019130 Calcium-dependent protein kinase 21 12.83270182 L4_control_B2 +LQ06X019130 Calcium-dependent protein kinase 21 12.755945 L4_control_B3 +LQ06X019130 Calcium-dependent protein kinase 21 11.67126731 L4_control_C2 +LQ06X019130 Calcium-dependent protein kinase 21 11.98765883 L4_control_C3 +LQ06X019130 Calcium-dependent protein kinase 21 12.39185286 L4_chemical_A1 +LQ06X019130 Calcium-dependent protein kinase 21 12.2576066 L4_chemical_A2 +LQ06X019130 Calcium-dependent protein kinase 21 11.6214946 L4_chemical_A3 +LQ06X019130 Calcium-dependent protein kinase 21 12.78250782 L4_chemical_B1 +LQ06X019130 Calcium-dependent protein kinase 21 12.59676801 L4_chemical_B2 +LQ06X019130 Calcium-dependent protein kinase 21 13.05903148 L4_chemical_B3 +LQ06X019130 Calcium-dependent protein kinase 21 11.53305084 L4_chemical_C2 +LQ06X019130 Calcium-dependent protein kinase 21 12.29184703 L4_chemical_C3 +LQ06X019150 Peroxidase 42 5.479773073 C6_control_A1 +LQ06X019150 Peroxidase 42 5.394594151 C6_control_A3 +LQ06X019150 Peroxidase 42 5.66676388 C6_control_B1 +LQ06X019150 Peroxidase 42 5.474739093 C6_control_B2 +LQ06X019150 Peroxidase 42 5.459125128 C6_control_B3 +LQ06X019150 Peroxidase 42 5.48294291 C6_control_C1 +LQ06X019150 Peroxidase 42 5.147501717 C6_control_C2 +LQ06X019150 Peroxidase 42 5.278966756 C6_control_C3 +LQ06X019150 Peroxidase 42 5.253691752 C6_chemical_A1 +LQ06X019150 Peroxidase 42 5.278033876 C6_chemical_A3 +LQ06X019150 Peroxidase 42 5.62769761 C6_chemical_B1 +LQ06X019150 Peroxidase 42 5.618430157 C6_chemical_B2 +LQ06X019150 Peroxidase 42 5.950919457 C6_chemical_B3 +LQ06X019150 Peroxidase 42 5.614080809 C6_chemical_C1 +LQ06X019150 Peroxidase 42 5.172719411 C6_chemical_C2 +LQ06X019150 Peroxidase 42 5.372655336 C6_chemical_C3 +LQ06X019150 Peroxidase 42 5.624284984 L4_control_A1 +LQ06X019150 Peroxidase 42 5.418713948 L4_control_A2 +LQ06X019150 Peroxidase 42 5.471184707 L4_control_A3 +LQ06X019150 Peroxidase 42 5.360036605 L4_control_B1 +LQ06X019150 Peroxidase 42 5.199373354 L4_control_B2 +LQ06X019150 Peroxidase 42 5.552660073 L4_control_B3 +LQ06X019150 Peroxidase 42 5.397525431 L4_control_C2 +LQ06X019150 Peroxidase 42 5.641928547 L4_control_C3 +LQ06X019150 Peroxidase 42 5.934360847 L4_chemical_A1 +LQ06X019150 Peroxidase 42 5.209334684 L4_chemical_A2 +LQ06X019150 Peroxidase 42 5.189281383 L4_chemical_A3 +LQ06X019150 Peroxidase 42 5.077690538 L4_chemical_B1 +LQ06X019150 Peroxidase 42 5.287216284 L4_chemical_B2 +LQ06X019150 Peroxidase 42 5.601629284 L4_chemical_B3 +LQ06X019150 Peroxidase 42 5.564272261 L4_chemical_C2 +LQ06X019150 Peroxidase 42 5.744963175 L4_chemical_C3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.241453743 C6_control_A1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.694699609 C6_control_A3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.467225184 C6_control_B1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.827089026 C6_control_B2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.65293177 C6_control_B3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.211118437 C6_control_C1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.547523656 C6_control_C2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.109284663 C6_control_C3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.565261161 C6_chemical_A1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.532943312 C6_chemical_A3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 5.850756775 C6_chemical_B1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.567345677 C6_chemical_B2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.770970334 C6_chemical_B3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.036115343 C6_chemical_C1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.640559275 C6_chemical_C2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.624292141 C6_chemical_C3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 8.139576233 L4_control_A1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.379660869 L4_control_A2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.579629936 L4_control_A3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 5.711772455 L4_control_B1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.209630708 L4_control_B2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.63484361 L4_control_B3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.225981825 L4_control_C2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.580877277 L4_control_C3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.678295336 L4_chemical_A1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 5.983478973 L4_chemical_A2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.189205027 L4_chemical_A3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 5.638471916 L4_chemical_B1 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 5.789576119 L4_chemical_B2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 7.11944332 L4_chemical_B3 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.338452752 L4_chemical_C2 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.14586144 L4_chemical_C3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.826445916 C6_control_A1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.825748305 C6_control_A3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.618681035 C6_control_B1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.10545263 C6_control_B2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.553848891 C6_control_B3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.61180125 C6_control_C1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.49334023 C6_control_C2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.80861516 C6_control_C3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.738626219 C6_chemical_A1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.829749305 C6_chemical_A3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.192044544 C6_chemical_B1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.688759217 C6_chemical_B2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.076766896 C6_chemical_B3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.51844129 C6_chemical_C1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.56770875 C6_chemical_C2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.40842404 C6_chemical_C3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.975689454 L4_control_A1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.62189532 L4_control_A2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.0386915 L4_control_A3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.23603887 L4_control_B1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.91450188 L4_control_B2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.39939983 L4_control_B3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.88375056 L4_control_C2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.30656834 L4_control_C3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.14593849 L4_chemical_A1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.850008608 L4_chemical_A2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.927984275 L4_chemical_A3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.376726428 L4_chemical_B1 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.00020509 L4_chemical_B2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.912217658 L4_chemical_B3 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.98060127 L4_chemical_C2 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 10.31493388 L4_chemical_C3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.53367381 C6_control_A1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.46753595 C6_control_A3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.12694443 C6_control_B1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 15.28034162 C6_control_B2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.49358917 C6_control_B3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 15.34385201 C6_control_C1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 15.49349507 C6_control_C2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 15.31140005 C6_control_C3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.549127 C6_chemical_A1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.44909398 C6_chemical_A3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.33054136 C6_chemical_B1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 15.08029602 C6_chemical_B2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.3500654 C6_chemical_B3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 15.0593728 C6_chemical_C1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 15.34881823 C6_chemical_C2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.78077504 C6_chemical_C3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 12.99898472 L4_control_A1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.78170701 L4_control_A2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.45277107 L4_control_A3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.33222154 L4_control_B1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.09677792 L4_control_B2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.86592182 L4_control_B3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.3633788 L4_control_C2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.4450825 L4_control_C3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 12.82952898 L4_chemical_A1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.59599344 L4_chemical_A2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.08654484 L4_chemical_A3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.6937002 L4_chemical_B1 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.72529473 L4_chemical_B2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.11505365 L4_chemical_B3 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.32596123 L4_chemical_C2 +LQ06X019200 ATP synthase gamma chain, chloroplastic 14.55522019 L4_chemical_C3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.53547896 C6_control_A1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.346720911 C6_control_A3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.238831229 C6_control_B1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.376277606 C6_control_B2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.543768283 C6_control_B3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.077527349 C6_control_C1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.218782593 C6_control_C2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.006165371 C6_control_C3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.695015095 C6_chemical_A1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.302696737 C6_chemical_A3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.402407624 C6_chemical_B1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.22671979 C6_chemical_B2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.494666879 C6_chemical_B3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.040701742 C6_chemical_C1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.44915365 C6_chemical_C2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 4.950894894 C6_chemical_C3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.648503833 L4_control_A1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.623042088 L4_control_A2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.708426563 L4_control_A3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.484199881 L4_control_B1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 6.033314075 L4_control_B2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.529412009 L4_control_B3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.595719091 L4_control_C2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.467401372 L4_control_C3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.621821918 L4_chemical_A1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.301004333 L4_chemical_A2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.718723105 L4_chemical_A3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.670922596 L4_chemical_B1 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.473293005 L4_chemical_B2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.651888982 L4_chemical_B3 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.757938709 L4_chemical_C2 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.652676877 L4_chemical_C3 +LQ06X019240 Autophagy-related protein 8C 5.603095482 C6_control_A1 +LQ06X019240 Autophagy-related protein 8C 7.035356893 C6_control_A3 +LQ06X019240 Autophagy-related protein 8C 4.985423992 C6_control_B1 +LQ06X019240 Autophagy-related protein 8C 6.240081562 C6_control_B2 +LQ06X019240 Autophagy-related protein 8C 5.393104734 C6_control_B3 +LQ06X019240 Autophagy-related protein 8C 5.837573478 C6_control_C1 +LQ06X019240 Autophagy-related protein 8C 7.358677445 C6_control_C2 +LQ06X019240 Autophagy-related protein 8C 5.821447026 C6_control_C3 +LQ06X019240 Autophagy-related protein 8C 5.279952786 C6_chemical_A1 +LQ06X019240 Autophagy-related protein 8C 5.433337052 C6_chemical_A3 +LQ06X019240 Autophagy-related protein 8C 5.797939444 C6_chemical_B1 +LQ06X019240 Autophagy-related protein 8C 6.108512502 C6_chemical_B2 +LQ06X019240 Autophagy-related protein 8C 5.281516565 C6_chemical_B3 +LQ06X019240 Autophagy-related protein 8C 6.253440991 C6_chemical_C1 +LQ06X019240 Autophagy-related protein 8C 6.017652228 C6_chemical_C2 +LQ06X019240 Autophagy-related protein 8C 5.380532114 C6_chemical_C3 +LQ06X019240 Autophagy-related protein 8C 5.401677155 L4_control_A1 +LQ06X019240 Autophagy-related protein 8C 5.362558403 L4_control_A2 +LQ06X019240 Autophagy-related protein 8C 5.616643085 L4_control_A3 +LQ06X019240 Autophagy-related protein 8C 5.818086255 L4_control_B1 +LQ06X019240 Autophagy-related protein 8C 6.066718815 L4_control_B2 +LQ06X019240 Autophagy-related protein 8C 5.234889517 L4_control_B3 +LQ06X019240 Autophagy-related protein 8C 5.180546002 L4_control_C2 +LQ06X019240 Autophagy-related protein 8C 6.045684026 L4_control_C3 +LQ06X019240 Autophagy-related protein 8C 5.416913531 L4_chemical_A1 +LQ06X019240 Autophagy-related protein 8C 5.820139643 L4_chemical_A2 +LQ06X019240 Autophagy-related protein 8C 5.527860144 L4_chemical_A3 +LQ06X019240 Autophagy-related protein 8C 5.978513878 L4_chemical_B1 +LQ06X019240 Autophagy-related protein 8C 5.111649077 L4_chemical_B2 +LQ06X019240 Autophagy-related protein 8C 5.406938765 L4_chemical_B3 +LQ06X019240 Autophagy-related protein 8C 5.748859189 L4_chemical_C2 +LQ06X019240 Autophagy-related protein 8C 6.265993522 L4_chemical_C3 +LQ06X019260 Protein binding protein, putative 5.706203385 C6_control_A1 +LQ06X019260 Protein binding protein, putative 5.358331603 C6_control_A3 +LQ06X019260 Protein binding protein, putative 5.417141501 C6_control_B1 +LQ06X019260 Protein binding protein, putative 5.151713245 C6_control_B2 +LQ06X019260 Protein binding protein, putative 5.533901902 C6_control_B3 +LQ06X019260 Protein binding protein, putative 5.297695649 C6_control_C1 +LQ06X019260 Protein binding protein, putative 5.10478398 C6_control_C2 +LQ06X019260 Protein binding protein, putative 5.366669099 C6_control_C3 +LQ06X019260 Protein binding protein, putative 5.874750512 C6_chemical_A1 +LQ06X019260 Protein binding protein, putative 5.610145 C6_chemical_A3 +LQ06X019260 Protein binding protein, putative 5.066700791 C6_chemical_B1 +LQ06X019260 Protein binding protein, putative 5.053685819 C6_chemical_B2 +LQ06X019260 Protein binding protein, putative 5.282421448 C6_chemical_B3 +LQ06X019260 Protein binding protein, putative 5.312071751 C6_chemical_C1 +LQ06X019260 Protein binding protein, putative 5.255075237 C6_chemical_C2 +LQ06X019260 Protein binding protein, putative 5.257725639 C6_chemical_C3 +LQ06X019260 Protein binding protein, putative 5.705468977 L4_control_A1 +LQ06X019260 Protein binding protein, putative 5.737913291 L4_control_A2 +LQ06X019260 Protein binding protein, putative 6.09275876 L4_control_A3 +LQ06X019260 Protein binding protein, putative 6.566469727 L4_control_B1 +LQ06X019260 Protein binding protein, putative 5.262297008 L4_control_B2 +LQ06X019260 Protein binding protein, putative 5.679095189 L4_control_B3 +LQ06X019260 Protein binding protein, putative 5.518873222 L4_control_C2 +LQ06X019260 Protein binding protein, putative 5.652581391 L4_control_C3 +LQ06X019260 Protein binding protein, putative 5.760464217 L4_chemical_A1 +LQ06X019260 Protein binding protein, putative 5.4561844 L4_chemical_A2 +LQ06X019260 Protein binding protein, putative 5.865000341 L4_chemical_A3 +LQ06X019260 Protein binding protein, putative 5.418098576 L4_chemical_B1 +LQ06X019260 Protein binding protein, putative 5.344156784 L4_chemical_B2 +LQ06X019260 Protein binding protein, putative 5.595238644 L4_chemical_B3 +LQ06X019260 Protein binding protein, putative 5.463614131 L4_chemical_C2 +LQ06X019260 Protein binding protein, putative 5.30872274 L4_chemical_C3 +LQ06X019270 Hypothetical protein 7.091089546 C6_control_A1 +LQ06X019270 Hypothetical protein 7.741536737 C6_control_A3 +LQ06X019270 Hypothetical protein 8.335201869 C6_control_B1 +LQ06X019270 Hypothetical protein 10.34188498 C6_control_B2 +LQ06X019270 Hypothetical protein 9.987448368 C6_control_B3 +LQ06X019270 Hypothetical protein 11.28627001 C6_control_C1 +LQ06X019270 Hypothetical protein 11.69031719 C6_control_C2 +LQ06X019270 Hypothetical protein 12.36727821 C6_control_C3 +LQ06X019270 Hypothetical protein 7.531564601 C6_chemical_A1 +LQ06X019270 Hypothetical protein 8.00997046 C6_chemical_A3 +LQ06X019270 Hypothetical protein 8.55571056 C6_chemical_B1 +LQ06X019270 Hypothetical protein 10.20780588 C6_chemical_B2 +LQ06X019270 Hypothetical protein 11.13015986 C6_chemical_B3 +LQ06X019270 Hypothetical protein 10.86492978 C6_chemical_C1 +LQ06X019270 Hypothetical protein 11.57651454 C6_chemical_C2 +LQ06X019270 Hypothetical protein 13.97584458 C6_chemical_C3 +LQ06X019270 Hypothetical protein 7.55838851 L4_control_A1 +LQ06X019270 Hypothetical protein 6.894860854 L4_control_A2 +LQ06X019270 Hypothetical protein 7.210923813 L4_control_A3 +LQ06X019270 Hypothetical protein 8.749091353 L4_control_B1 +LQ06X019270 Hypothetical protein 6.930952811 L4_control_B2 +LQ06X019270 Hypothetical protein 11.26074392 L4_control_B3 +LQ06X019270 Hypothetical protein 10.58927853 L4_control_C2 +LQ06X019270 Hypothetical protein 11.66203374 L4_control_C3 +LQ06X019270 Hypothetical protein 8.865482766 L4_chemical_A1 +LQ06X019270 Hypothetical protein 7.269636352 L4_chemical_A2 +LQ06X019270 Hypothetical protein 8.318043894 L4_chemical_A3 +LQ06X019270 Hypothetical protein 9.516523045 L4_chemical_B1 +LQ06X019270 Hypothetical protein 8.497569705 L4_chemical_B2 +LQ06X019270 Hypothetical protein 9.052470575 L4_chemical_B3 +LQ06X019270 Hypothetical protein 9.847987444 L4_chemical_C2 +LQ06X019270 Hypothetical protein 11.73329456 L4_chemical_C3 +LQ06X019300 Putative lactoylglutathione lyase 5.644481087 C6_control_A1 +LQ06X019300 Putative lactoylglutathione lyase 5.738698499 C6_control_A3 +LQ06X019300 Putative lactoylglutathione lyase 5.138890761 C6_control_B1 +LQ06X019300 Putative lactoylglutathione lyase 5.35376821 C6_control_B2 +LQ06X019300 Putative lactoylglutathione lyase 5.343378197 C6_control_B3 +LQ06X019300 Putative lactoylglutathione lyase 5.941529438 C6_control_C1 +LQ06X019300 Putative lactoylglutathione lyase 5.671971389 C6_control_C2 +LQ06X019300 Putative lactoylglutathione lyase 5.763175596 C6_control_C3 +LQ06X019300 Putative lactoylglutathione lyase 5.413982296 C6_chemical_A1 +LQ06X019300 Putative lactoylglutathione lyase 5.319961932 C6_chemical_A3 +LQ06X019300 Putative lactoylglutathione lyase 5.684681544 C6_chemical_B1 +LQ06X019300 Putative lactoylglutathione lyase 5.06086061 C6_chemical_B2 +LQ06X019300 Putative lactoylglutathione lyase 5.280129043 C6_chemical_B3 +LQ06X019300 Putative lactoylglutathione lyase 5.925515327 C6_chemical_C1 +LQ06X019300 Putative lactoylglutathione lyase 5.457925487 C6_chemical_C2 +LQ06X019300 Putative lactoylglutathione lyase 5.562329365 C6_chemical_C3 +LQ06X019300 Putative lactoylglutathione lyase 5.574517221 L4_control_A1 +LQ06X019300 Putative lactoylglutathione lyase 5.499141073 L4_control_A2 +LQ06X019300 Putative lactoylglutathione lyase 4.925060222 L4_control_A3 +LQ06X019300 Putative lactoylglutathione lyase 5.240924533 L4_control_B1 +LQ06X019300 Putative lactoylglutathione lyase 5.061948263 L4_control_B2 +LQ06X019300 Putative lactoylglutathione lyase 5.125553449 L4_control_B3 +LQ06X019300 Putative lactoylglutathione lyase 5.194166352 L4_control_C2 +LQ06X019300 Putative lactoylglutathione lyase 5.799962213 L4_control_C3 +LQ06X019300 Putative lactoylglutathione lyase 5.049708782 L4_chemical_A1 +LQ06X019300 Putative lactoylglutathione lyase 5.169006813 L4_chemical_A2 +LQ06X019300 Putative lactoylglutathione lyase 5.067402023 L4_chemical_A3 +LQ06X019300 Putative lactoylglutathione lyase 4.769647103 L4_chemical_B1 +LQ06X019300 Putative lactoylglutathione lyase 5.069798826 L4_chemical_B2 +LQ06X019300 Putative lactoylglutathione lyase 5.085027342 L4_chemical_B3 +LQ06X019300 Putative lactoylglutathione lyase 5.107905525 L4_chemical_C2 +LQ06X019300 Putative lactoylglutathione lyase 4.935436839 L4_chemical_C3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.87549027 C6_control_A1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.3867936 C6_control_A3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.31558254 C6_control_B1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.25348027 C6_control_B2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.29167848 C6_control_B3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 14.1155987 C6_control_C1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 13.39375056 C6_control_C2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 13.13236414 C6_control_C3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.5468731 C6_chemical_A1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.32974895 C6_chemical_A3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.14643326 C6_chemical_B1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.64412539 C6_chemical_B2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.28301704 C6_chemical_B3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 14.48373984 C6_chemical_C1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 14.5309436 C6_chemical_C2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 13.60743416 C6_chemical_C3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.51893297 L4_control_A1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.70264541 L4_control_A2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.04656331 L4_control_A3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.13364646 L4_control_B1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.68632085 L4_control_B2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.45154475 L4_control_B3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 13.72359169 L4_control_C2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 13.68038095 L4_control_C3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 9.866238539 L4_chemical_A1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 12.3330768 L4_chemical_A2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.11743531 L4_chemical_A3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.38584183 L4_chemical_B1 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.98891707 L4_chemical_B2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.9938326 L4_chemical_B3 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 14.08418327 L4_chemical_C2 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 13.90295092 L4_chemical_C3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 7.676029025 C6_control_A1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 7.093200172 C6_control_A3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 5.959525358 C6_control_B1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 8.349044736 C6_control_B2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.374055387 C6_control_B3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.547462587 C6_control_C1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 5.912788002 C6_control_C2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.197931824 C6_control_C3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 7.94792361 C6_chemical_A1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.357135578 C6_chemical_A3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 5.552469234 C6_chemical_B1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 8.381044119 C6_chemical_B2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.138528668 C6_chemical_B3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.864144521 C6_chemical_C1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.160997457 C6_chemical_C2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.035110389 C6_chemical_C3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 7.593393767 L4_control_A1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.105256159 L4_control_A2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.600926638 L4_control_A3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 5.904999449 L4_control_B1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 5.300189587 L4_control_B2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.096508324 L4_control_B3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 4.908635644 L4_control_C2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 4.634072314 L4_control_C3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 7.217271467 L4_chemical_A1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.29182814 L4_chemical_A2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.888922194 L4_chemical_A3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 5.46147305 L4_chemical_B1 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 5.106929359 L4_chemical_B2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 6.453399506 L4_chemical_B3 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 5.8551284 L4_chemical_C2 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 4.831730573 L4_chemical_C3 +LQ06X019330 Predicted protein 4.657468509 C6_control_A1 +LQ06X019330 Predicted protein 4.731750453 C6_control_A3 +LQ06X019330 Predicted protein 5.163765835 C6_control_B1 +LQ06X019330 Predicted protein 4.902649558 C6_control_B2 +LQ06X019330 Predicted protein 4.997910385 C6_control_B3 +LQ06X019330 Predicted protein 5.072769032 C6_control_C1 +LQ06X019330 Predicted protein 4.861219169 C6_control_C2 +LQ06X019330 Predicted protein 5.124337871 C6_control_C3 +LQ06X019330 Predicted protein 4.688072631 C6_chemical_A1 +LQ06X019330 Predicted protein 4.909026582 C6_chemical_A3 +LQ06X019330 Predicted protein 5.070007044 C6_chemical_B1 +LQ06X019330 Predicted protein 4.823046549 C6_chemical_B2 +LQ06X019330 Predicted protein 5.073729432 C6_chemical_B3 +LQ06X019330 Predicted protein 5.049896569 C6_chemical_C1 +LQ06X019330 Predicted protein 4.937516403 C6_chemical_C2 +LQ06X019330 Predicted protein 4.99674908 C6_chemical_C3 +LQ06X019330 Predicted protein 4.581114871 L4_control_A1 +LQ06X019330 Predicted protein 4.791960425 L4_control_A2 +LQ06X019330 Predicted protein 4.793483053 L4_control_A3 +LQ06X019330 Predicted protein 4.937418327 L4_control_B1 +LQ06X019330 Predicted protein 4.88013125 L4_control_B2 +LQ06X019330 Predicted protein 4.839933362 L4_control_B3 +LQ06X019330 Predicted protein 5.045679129 L4_control_C2 +LQ06X019330 Predicted protein 5.314644629 L4_control_C3 +LQ06X019330 Predicted protein 4.827661884 L4_chemical_A1 +LQ06X019330 Predicted protein 4.765117828 L4_chemical_A2 +LQ06X019330 Predicted protein 5.237731487 L4_chemical_A3 +LQ06X019330 Predicted protein 4.886209628 L4_chemical_B1 +LQ06X019330 Predicted protein 4.774505719 L4_chemical_B2 +LQ06X019330 Predicted protein 4.766191134 L4_chemical_B3 +LQ06X019330 Predicted protein 5.128801366 L4_chemical_C2 +LQ06X019330 Predicted protein 5.134408514 L4_chemical_C3 +LQ06X019340 L-ascorbate oxidase homolog 5.54536327 C6_control_A1 +LQ06X019340 L-ascorbate oxidase homolog 6.062776247 C6_control_A3 +LQ06X019340 L-ascorbate oxidase homolog 5.402693205 C6_control_B1 +LQ06X019340 L-ascorbate oxidase homolog 5.289097558 C6_control_B2 +LQ06X019340 L-ascorbate oxidase homolog 5.788712628 C6_control_B3 +LQ06X019340 L-ascorbate oxidase homolog 4.975737039 C6_control_C1 +LQ06X019340 L-ascorbate oxidase homolog 5.15056021 C6_control_C2 +LQ06X019340 L-ascorbate oxidase homolog 5.311439719 C6_control_C3 +LQ06X019340 L-ascorbate oxidase homolog 5.348012481 C6_chemical_A1 +LQ06X019340 L-ascorbate oxidase homolog 5.27550047 C6_chemical_A3 +LQ06X019340 L-ascorbate oxidase homolog 5.180024329 C6_chemical_B1 +LQ06X019340 L-ascorbate oxidase homolog 5.177309003 C6_chemical_B2 +LQ06X019340 L-ascorbate oxidase homolog 5.351790856 C6_chemical_B3 +LQ06X019340 L-ascorbate oxidase homolog 5.238738461 C6_chemical_C1 +LQ06X019340 L-ascorbate oxidase homolog 5.012738006 C6_chemical_C2 +LQ06X019340 L-ascorbate oxidase homolog 5.150496544 C6_chemical_C3 +LQ06X019340 L-ascorbate oxidase homolog 5.647373899 L4_control_A1 +LQ06X019340 L-ascorbate oxidase homolog 5.660129287 L4_control_A2 +LQ06X019340 L-ascorbate oxidase homolog 5.933895209 L4_control_A3 +LQ06X019340 L-ascorbate oxidase homolog 5.650859288 L4_control_B1 +LQ06X019340 L-ascorbate oxidase homolog 5.757986918 L4_control_B2 +LQ06X019340 L-ascorbate oxidase homolog 5.236466174 L4_control_B3 +LQ06X019340 L-ascorbate oxidase homolog 5.311128944 L4_control_C2 +LQ06X019340 L-ascorbate oxidase homolog 5.233422196 L4_control_C3 +LQ06X019340 L-ascorbate oxidase homolog 5.407453989 L4_chemical_A1 +LQ06X019340 L-ascorbate oxidase homolog 5.374546535 L4_chemical_A2 +LQ06X019340 L-ascorbate oxidase homolog 6.069014154 L4_chemical_A3 +LQ06X019340 L-ascorbate oxidase homolog 5.193421584 L4_chemical_B1 +LQ06X019340 L-ascorbate oxidase homolog 5.614468462 L4_chemical_B2 +LQ06X019340 L-ascorbate oxidase homolog 5.659903662 L4_chemical_B3 +LQ06X019340 L-ascorbate oxidase homolog 5.181846941 L4_chemical_C2 +LQ06X019340 L-ascorbate oxidase homolog 5.469388155 L4_chemical_C3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.375917197 C6_control_A1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.565413305 C6_control_A3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 4.913350775 C6_control_B1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.05439539 C6_control_B2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.214367993 C6_control_B3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 4.903873815 C6_control_C1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.521385475 C6_control_C2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.312359653 C6_control_C3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.21578509 C6_chemical_A1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.297257762 C6_chemical_A3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 4.959818069 C6_chemical_B1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.263135758 C6_chemical_B2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 4.710541074 C6_chemical_B3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.242375142 C6_chemical_C1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.110102895 C6_chemical_C2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.113381669 C6_chemical_C3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.105058167 L4_control_A1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.04346543 L4_control_A2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.585391732 L4_control_A3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.788237601 L4_control_B1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.093941817 L4_control_B2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 4.971346782 L4_control_B3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 4.702217952 L4_control_C2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.263316444 L4_control_C3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.242092156 L4_chemical_A1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.087425727 L4_chemical_A2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.436771084 L4_chemical_A3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.20223617 L4_chemical_B1 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 4.900926143 L4_chemical_B2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.155040932 L4_chemical_B3 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.293078931 L4_chemical_C2 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 4.733126081 L4_chemical_C3 +LQ06X019400 Predicted protein 10.70850638 C6_control_A1 +LQ06X019400 Predicted protein 9.53210119 C6_control_A3 +LQ06X019400 Predicted protein 11.65152776 C6_control_B1 +LQ06X019400 Predicted protein 11.5938437 C6_control_B2 +LQ06X019400 Predicted protein 10.70690262 C6_control_B3 +LQ06X019400 Predicted protein 14.34676379 C6_control_C1 +LQ06X019400 Predicted protein 13.72995657 C6_control_C2 +LQ06X019400 Predicted protein 13.0816774 C6_control_C3 +LQ06X019400 Predicted protein 10.63589353 C6_chemical_A1 +LQ06X019400 Predicted protein 9.893040296 C6_chemical_A3 +LQ06X019400 Predicted protein 12.17137386 C6_chemical_B1 +LQ06X019400 Predicted protein 12.29516077 C6_chemical_B2 +LQ06X019400 Predicted protein 10.85902203 C6_chemical_B3 +LQ06X019400 Predicted protein 14.32246866 C6_chemical_C1 +LQ06X019400 Predicted protein 14.17575041 C6_chemical_C2 +LQ06X019400 Predicted protein 13.86531851 C6_chemical_C3 +LQ06X019400 Predicted protein 10.20994502 L4_control_A1 +LQ06X019400 Predicted protein 10.67078761 L4_control_A2 +LQ06X019400 Predicted protein 10.31168875 L4_control_A3 +LQ06X019400 Predicted protein 12.28476141 L4_control_B1 +LQ06X019400 Predicted protein 11.40687159 L4_control_B2 +LQ06X019400 Predicted protein 11.74753927 L4_control_B3 +LQ06X019400 Predicted protein 13.09605345 L4_control_C2 +LQ06X019400 Predicted protein 13.09271443 L4_control_C3 +LQ06X019400 Predicted protein 11.00217157 L4_chemical_A1 +LQ06X019400 Predicted protein 11.76958444 L4_chemical_A2 +LQ06X019400 Predicted protein 10.72547716 L4_chemical_A3 +LQ06X019400 Predicted protein 11.93449451 L4_chemical_B1 +LQ06X019400 Predicted protein 11.6422958 L4_chemical_B2 +LQ06X019400 Predicted protein 11.55500937 L4_chemical_B3 +LQ06X019400 Predicted protein 13.38528392 L4_chemical_C2 +LQ06X019400 Predicted protein 13.26383422 L4_chemical_C3 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.29442108 C6_control_A1 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.65181344 C6_control_A3 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.38636889 C6_control_B1 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.97688099 C6_control_B2 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.37423546 C6_control_B3 +LQ06X019410 Aminomethyltransferase, mitochondrial 14.8397535 C6_control_C1 +LQ06X019410 Aminomethyltransferase, mitochondrial 14.68336516 C6_control_C2 +LQ06X019410 Aminomethyltransferase, mitochondrial 14.62286952 C6_control_C3 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.59451111 C6_chemical_A1 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.08321628 C6_chemical_A3 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.74179737 C6_chemical_B1 +LQ06X019410 Aminomethyltransferase, mitochondrial 14.46945766 C6_chemical_B2 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.44723079 C6_chemical_B3 +LQ06X019410 Aminomethyltransferase, mitochondrial 14.76660247 C6_chemical_C1 +LQ06X019410 Aminomethyltransferase, mitochondrial 14.91427882 C6_chemical_C2 +LQ06X019410 Aminomethyltransferase, mitochondrial 14.80518056 C6_chemical_C3 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.68615011 L4_control_A1 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.86164006 L4_control_A2 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.51264802 L4_control_A3 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.95689592 L4_control_B1 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.7728561 L4_control_B2 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.80879425 L4_control_B3 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.89685716 L4_control_C2 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.81675862 L4_control_C3 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.33954763 L4_chemical_A1 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.43941881 L4_chemical_A2 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.43833424 L4_chemical_A3 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.55597506 L4_chemical_B1 +LQ06X019410 Aminomethyltransferase, mitochondrial 12.36158761 L4_chemical_B2 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.20298938 L4_chemical_B3 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.81253095 L4_chemical_C2 +LQ06X019410 Aminomethyltransferase, mitochondrial 14.2601998 L4_chemical_C3 +LQ06X019460 Peroxisomal membrane protein PMP22 12.39595402 C6_control_A1 +LQ06X019460 Peroxisomal membrane protein PMP22 12.60553151 C6_control_A3 +LQ06X019460 Peroxisomal membrane protein PMP22 12.44001933 C6_control_B1 +LQ06X019460 Peroxisomal membrane protein PMP22 12.82876326 C6_control_B2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.72668494 C6_control_B3 +LQ06X019460 Peroxisomal membrane protein PMP22 13.01310813 C6_control_C1 +LQ06X019460 Peroxisomal membrane protein PMP22 12.53800469 C6_control_C2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.92091902 C6_control_C3 +LQ06X019460 Peroxisomal membrane protein PMP22 12.55573975 C6_chemical_A1 +LQ06X019460 Peroxisomal membrane protein PMP22 12.19254261 C6_chemical_A3 +LQ06X019460 Peroxisomal membrane protein PMP22 12.0338805 C6_chemical_B1 +LQ06X019460 Peroxisomal membrane protein PMP22 12.65004952 C6_chemical_B2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.39726394 C6_chemical_B3 +LQ06X019460 Peroxisomal membrane protein PMP22 12.85108711 C6_chemical_C1 +LQ06X019460 Peroxisomal membrane protein PMP22 12.63244219 C6_chemical_C2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.56850247 C6_chemical_C3 +LQ06X019460 Peroxisomal membrane protein PMP22 12.94502976 L4_control_A1 +LQ06X019460 Peroxisomal membrane protein PMP22 12.4348874 L4_control_A2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.11849676 L4_control_A3 +LQ06X019460 Peroxisomal membrane protein PMP22 12.18619298 L4_control_B1 +LQ06X019460 Peroxisomal membrane protein PMP22 11.6383299 L4_control_B2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.33902452 L4_control_B3 +LQ06X019460 Peroxisomal membrane protein PMP22 11.42618225 L4_control_C2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.29769134 L4_control_C3 +LQ06X019460 Peroxisomal membrane protein PMP22 12.30243005 L4_chemical_A1 +LQ06X019460 Peroxisomal membrane protein PMP22 12.10638381 L4_chemical_A2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.16004243 L4_chemical_A3 +LQ06X019460 Peroxisomal membrane protein PMP22 11.93144219 L4_chemical_B1 +LQ06X019460 Peroxisomal membrane protein PMP22 11.47607497 L4_chemical_B2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.51028518 L4_chemical_B3 +LQ06X019460 Peroxisomal membrane protein PMP22 11.78927187 L4_chemical_C2 +LQ06X019460 Peroxisomal membrane protein PMP22 12.46558443 L4_chemical_C3 +LQ06X019480 Bcr-associated protein, bap, putative 12.34490102 C6_control_A1 +LQ06X019480 Bcr-associated protein, bap, putative 12.06804238 C6_control_A3 +LQ06X019480 Bcr-associated protein, bap, putative 12.84131833 C6_control_B1 +LQ06X019480 Bcr-associated protein, bap, putative 12.53646128 C6_control_B2 +LQ06X019480 Bcr-associated protein, bap, putative 12.99710234 C6_control_B3 +LQ06X019480 Bcr-associated protein, bap, putative 11.41440163 C6_control_C1 +LQ06X019480 Bcr-associated protein, bap, putative 11.69886008 C6_control_C2 +LQ06X019480 Bcr-associated protein, bap, putative 11.54570753 C6_control_C3 +LQ06X019480 Bcr-associated protein, bap, putative 12.0598693 C6_chemical_A1 +LQ06X019480 Bcr-associated protein, bap, putative 12.05474951 C6_chemical_A3 +LQ06X019480 Bcr-associated protein, bap, putative 12.5356656 C6_chemical_B1 +LQ06X019480 Bcr-associated protein, bap, putative 12.13340078 C6_chemical_B2 +LQ06X019480 Bcr-associated protein, bap, putative 12.52791981 C6_chemical_B3 +LQ06X019480 Bcr-associated protein, bap, putative 11.3106485 C6_chemical_C1 +LQ06X019480 Bcr-associated protein, bap, putative 11.42308318 C6_chemical_C2 +LQ06X019480 Bcr-associated protein, bap, putative 11.36844506 C6_chemical_C3 +LQ06X019480 Bcr-associated protein, bap, putative 11.70264861 L4_control_A1 +LQ06X019480 Bcr-associated protein, bap, putative 11.59271635 L4_control_A2 +LQ06X019480 Bcr-associated protein, bap, putative 11.10668436 L4_control_A3 +LQ06X019480 Bcr-associated protein, bap, putative 12.79037933 L4_control_B1 +LQ06X019480 Bcr-associated protein, bap, putative 12.70971863 L4_control_B2 +LQ06X019480 Bcr-associated protein, bap, putative 12.63059467 L4_control_B3 +LQ06X019480 Bcr-associated protein, bap, putative 11.48078895 L4_control_C2 +LQ06X019480 Bcr-associated protein, bap, putative 11.47031986 L4_control_C3 +LQ06X019480 Bcr-associated protein, bap, putative 11.53497262 L4_chemical_A1 +LQ06X019480 Bcr-associated protein, bap, putative 11.34922019 L4_chemical_A2 +LQ06X019480 Bcr-associated protein, bap, putative 11.15811833 L4_chemical_A3 +LQ06X019480 Bcr-associated protein, bap, putative 12.04704812 L4_chemical_B1 +LQ06X019480 Bcr-associated protein, bap, putative 12.31437027 L4_chemical_B2 +LQ06X019480 Bcr-associated protein, bap, putative 12.49290072 L4_chemical_B3 +LQ06X019480 Bcr-associated protein, bap, putative 11.73734158 L4_chemical_C2 +LQ06X019480 Bcr-associated protein, bap, putative 11.46091655 L4_chemical_C3 +LQ06X019520 Aspartic proteinase 11.63420635 C6_control_A1 +LQ06X019520 Aspartic proteinase 11.8061972 C6_control_A3 +LQ06X019520 Aspartic proteinase 11.56173596 C6_control_B1 +LQ06X019520 Aspartic proteinase 12.17107221 C6_control_B2 +LQ06X019520 Aspartic proteinase 11.57101286 C6_control_B3 +LQ06X019520 Aspartic proteinase 11.61216001 C6_control_C1 +LQ06X019520 Aspartic proteinase 11.59509572 C6_control_C2 +LQ06X019520 Aspartic proteinase 11.4912152 C6_control_C3 +LQ06X019520 Aspartic proteinase 11.83812123 C6_chemical_A1 +LQ06X019520 Aspartic proteinase 12.3562233 C6_chemical_A3 +LQ06X019520 Aspartic proteinase 11.93593399 C6_chemical_B1 +LQ06X019520 Aspartic proteinase 12.53727313 C6_chemical_B2 +LQ06X019520 Aspartic proteinase 12.0911988 C6_chemical_B3 +LQ06X019520 Aspartic proteinase 11.71258492 C6_chemical_C1 +LQ06X019520 Aspartic proteinase 11.63479161 C6_chemical_C2 +LQ06X019520 Aspartic proteinase 11.97051023 C6_chemical_C3 +LQ06X019520 Aspartic proteinase 12.39513424 L4_control_A1 +LQ06X019520 Aspartic proteinase 12.5323251 L4_control_A2 +LQ06X019520 Aspartic proteinase 12.45795349 L4_control_A3 +LQ06X019520 Aspartic proteinase 12.3825137 L4_control_B1 +LQ06X019520 Aspartic proteinase 12.39437832 L4_control_B2 +LQ06X019520 Aspartic proteinase 13.05768483 L4_control_B3 +LQ06X019520 Aspartic proteinase 11.28765599 L4_control_C2 +LQ06X019520 Aspartic proteinase 12.31876013 L4_control_C3 +LQ06X019520 Aspartic proteinase 12.79553182 L4_chemical_A1 +LQ06X019520 Aspartic proteinase 12.98780128 L4_chemical_A2 +LQ06X019520 Aspartic proteinase 12.76053179 L4_chemical_A3 +LQ06X019520 Aspartic proteinase 11.99900799 L4_chemical_B1 +LQ06X019520 Aspartic proteinase 12.17819278 L4_chemical_B2 +LQ06X019520 Aspartic proteinase 12.77033294 L4_chemical_B3 +LQ06X019520 Aspartic proteinase 11.59148819 L4_chemical_C2 +LQ06X019520 Aspartic proteinase 12.30721056 L4_chemical_C3 +LQ06X019600 Predicted protein 5.439692116 C6_control_A1 +LQ06X019600 Predicted protein 5.090112715 C6_control_A3 +LQ06X019600 Predicted protein 6.60717853 C6_control_B1 +LQ06X019600 Predicted protein 5.595440839 C6_control_B2 +LQ06X019600 Predicted protein 5.840636253 C6_control_B3 +LQ06X019600 Predicted protein 5.404729971 C6_control_C1 +LQ06X019600 Predicted protein 5.24913604 C6_control_C2 +LQ06X019600 Predicted protein 5.419498567 C6_control_C3 +LQ06X019600 Predicted protein 5.451362953 C6_chemical_A1 +LQ06X019600 Predicted protein 5.672467299 C6_chemical_A3 +LQ06X019600 Predicted protein 5.942318653 C6_chemical_B1 +LQ06X019600 Predicted protein 5.480807272 C6_chemical_B2 +LQ06X019600 Predicted protein 5.85534843 C6_chemical_B3 +LQ06X019600 Predicted protein 5.75437225 C6_chemical_C1 +LQ06X019600 Predicted protein 5.703484796 C6_chemical_C2 +LQ06X019600 Predicted protein 5.538244169 C6_chemical_C3 +LQ06X019600 Predicted protein 6.044275953 L4_control_A1 +LQ06X019600 Predicted protein 5.398468036 L4_control_A2 +LQ06X019600 Predicted protein 5.345224645 L4_control_A3 +LQ06X019600 Predicted protein 5.393143337 L4_control_B1 +LQ06X019600 Predicted protein 5.827532774 L4_control_B2 +LQ06X019600 Predicted protein 5.730514416 L4_control_B3 +LQ06X019600 Predicted protein 5.414883339 L4_control_C2 +LQ06X019600 Predicted protein 5.88355297 L4_control_C3 +LQ06X019600 Predicted protein 7.243529881 L4_chemical_A1 +LQ06X019600 Predicted protein 7.122831072 L4_chemical_A2 +LQ06X019600 Predicted protein 5.684513804 L4_chemical_A3 +LQ06X019600 Predicted protein 7.654874521 L4_chemical_B1 +LQ06X019600 Predicted protein 5.340646739 L4_chemical_B2 +LQ06X019600 Predicted protein 5.870088207 L4_chemical_B3 +LQ06X019600 Predicted protein 6.412179519 L4_chemical_C2 +LQ06X019600 Predicted protein 5.825282206 L4_chemical_C3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.17943333 C6_control_A1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.83462601 C6_control_A3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.83539133 C6_control_B1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.01704383 C6_control_B2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.56916253 C6_control_B3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.89998687 C6_control_C1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.49315478 C6_control_C2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.44330688 C6_control_C3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.71311925 C6_chemical_A1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.29544157 C6_chemical_A3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.10349248 C6_chemical_B1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.55426284 C6_chemical_B2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.22859116 C6_chemical_B3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 12.11024723 C6_chemical_C1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 12.1360103 C6_chemical_C2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.49813619 C6_chemical_C3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.78003472 L4_control_A1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.06896665 L4_control_A2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.60396143 L4_control_A3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.32923188 L4_control_B1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.92860171 L4_control_B2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 9.558579372 L4_control_B3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.59903241 L4_control_C2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.3680697 L4_control_C3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.72303527 L4_chemical_A1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.3695163 L4_chemical_A2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.41453885 L4_chemical_A3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.25124618 L4_chemical_B1 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.21873775 L4_chemical_B2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 9.809642674 L4_chemical_B3 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.90445223 L4_chemical_C2 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 10.33053571 L4_chemical_C3 +LQ06X019660 Predicted protein 4.96036248 C6_control_A1 +LQ06X019660 Predicted protein 4.909334831 C6_control_A3 +LQ06X019660 Predicted protein 5.106088082 C6_control_B1 +LQ06X019660 Predicted protein 4.723885752 C6_control_B2 +LQ06X019660 Predicted protein 4.619885625 C6_control_B3 +LQ06X019660 Predicted protein 4.807282322 C6_control_C1 +LQ06X019660 Predicted protein 4.829675739 C6_control_C2 +LQ06X019660 Predicted protein 4.713418869 C6_control_C3 +LQ06X019660 Predicted protein 5.084401618 C6_chemical_A1 +LQ06X019660 Predicted protein 5.003762749 C6_chemical_A3 +LQ06X019660 Predicted protein 4.98203274 C6_chemical_B1 +LQ06X019660 Predicted protein 4.748795645 C6_chemical_B2 +LQ06X019660 Predicted protein 4.855891263 C6_chemical_B3 +LQ06X019660 Predicted protein 4.892667485 C6_chemical_C1 +LQ06X019660 Predicted protein 4.830411827 C6_chemical_C2 +LQ06X019660 Predicted protein 4.630944913 C6_chemical_C3 +LQ06X019660 Predicted protein 4.635285839 L4_control_A1 +LQ06X019660 Predicted protein 5.199584159 L4_control_A2 +LQ06X019660 Predicted protein 5.495631519 L4_control_A3 +LQ06X019660 Predicted protein 4.948134801 L4_control_B1 +LQ06X019660 Predicted protein 5.046387802 L4_control_B2 +LQ06X019660 Predicted protein 4.848348781 L4_control_B3 +LQ06X019660 Predicted protein 5.082563057 L4_control_C2 +LQ06X019660 Predicted protein 4.87981864 L4_control_C3 +LQ06X019660 Predicted protein 4.731810976 L4_chemical_A1 +LQ06X019660 Predicted protein 4.744845744 L4_chemical_A2 +LQ06X019660 Predicted protein 5.710672124 L4_chemical_A3 +LQ06X019660 Predicted protein 5.054078499 L4_chemical_B1 +LQ06X019660 Predicted protein 4.880604206 L4_chemical_B2 +LQ06X019660 Predicted protein 4.506730963 L4_chemical_B3 +LQ06X019660 Predicted protein 5.240962425 L4_chemical_C2 +LQ06X019660 Predicted protein 5.182256677 L4_chemical_C3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.020969618 C6_control_A1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.976615946 C6_control_A3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.60641788 C6_control_B1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 7.924343306 C6_control_B2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.89312793 C6_control_B3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.040742728 C6_control_C1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 7.125378584 C6_control_C2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 7.959733222 C6_control_C3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 10.24269807 C6_chemical_A1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.52789165 C6_chemical_A3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.811353991 C6_chemical_B1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.432645281 C6_chemical_B2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.809527444 C6_chemical_B3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.822396447 C6_chemical_C1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.149084012 C6_chemical_C2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 8.510036647 C6_chemical_C3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 10.03536334 L4_control_A1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 10.12419034 L4_control_A2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 10.34923523 L4_control_A3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.948940325 L4_control_B1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.29625663 L4_control_B2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.234482759 L4_control_B3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.67133908 L4_control_C2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.593273392 L4_control_C3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.586726552 L4_chemical_A1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.765949278 L4_chemical_A2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 10.01988755 L4_chemical_A3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 10.53741718 L4_chemical_B1 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 10.37101819 L4_chemical_B2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.644437193 L4_chemical_B3 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.729999766 L4_chemical_C2 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 9.935528079 L4_chemical_C3 +LQ06X019810 Ebs-bah-phd domain-containing protein 13.13146759 C6_control_A1 +LQ06X019810 Ebs-bah-phd domain-containing protein 13.26966606 C6_control_A3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.26230983 C6_control_B1 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.19981968 C6_control_B2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.14211395 C6_control_B3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.43266971 C6_control_C1 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.49711733 C6_control_C2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.3401046 C6_control_C3 +LQ06X019810 Ebs-bah-phd domain-containing protein 13.16365965 C6_chemical_A1 +LQ06X019810 Ebs-bah-phd domain-containing protein 13.47003254 C6_chemical_A3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.34201433 C6_chemical_B1 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.31008803 C6_chemical_B2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.05689268 C6_chemical_B3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.52114793 C6_chemical_C1 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.53126814 C6_chemical_C2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.16559628 C6_chemical_C3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.98719274 L4_control_A1 +LQ06X019810 Ebs-bah-phd domain-containing protein 13.15922847 L4_control_A2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.95673808 L4_control_A3 +LQ06X019810 Ebs-bah-phd domain-containing protein 11.58890055 L4_control_B1 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.2890541 L4_control_B2 +LQ06X019810 Ebs-bah-phd domain-containing protein 11.91289147 L4_control_B3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.12195059 L4_control_C2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.58162826 L4_control_C3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.87469184 L4_chemical_A1 +LQ06X019810 Ebs-bah-phd domain-containing protein 13.43022266 L4_chemical_A2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.4741316 L4_chemical_A3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.21742829 L4_chemical_B1 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.60781249 L4_chemical_B2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.29724961 L4_chemical_B3 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.24439623 L4_chemical_C2 +LQ06X019810 Ebs-bah-phd domain-containing protein 12.46298645 L4_chemical_C3 +LQ06X019820 50S ribosomal protein L4 10.84535462 C6_control_A1 +LQ06X019820 50S ribosomal protein L4 11.63029565 C6_control_A3 +LQ06X019820 50S ribosomal protein L4 10.01955079 C6_control_B1 +LQ06X019820 50S ribosomal protein L4 10.39473205 C6_control_B2 +LQ06X019820 50S ribosomal protein L4 10.18353195 C6_control_B3 +LQ06X019820 50S ribosomal protein L4 10.19310337 C6_control_C1 +LQ06X019820 50S ribosomal protein L4 10.48941903 C6_control_C2 +LQ06X019820 50S ribosomal protein L4 10.03736353 C6_control_C3 +LQ06X019820 50S ribosomal protein L4 10.62501042 C6_chemical_A1 +LQ06X019820 50S ribosomal protein L4 11.37606418 C6_chemical_A3 +LQ06X019820 50S ribosomal protein L4 9.868410237 C6_chemical_B1 +LQ06X019820 50S ribosomal protein L4 9.790439566 C6_chemical_B2 +LQ06X019820 50S ribosomal protein L4 9.892961356 C6_chemical_B3 +LQ06X019820 50S ribosomal protein L4 9.933772944 C6_chemical_C1 +LQ06X019820 50S ribosomal protein L4 10.42507565 C6_chemical_C2 +LQ06X019820 50S ribosomal protein L4 10.20878424 C6_chemical_C3 +LQ06X019820 50S ribosomal protein L4 11.89736065 L4_control_A1 +LQ06X019820 50S ribosomal protein L4 11.78635473 L4_control_A2 +LQ06X019820 50S ribosomal protein L4 12.74899375 L4_control_A3 +LQ06X019820 50S ribosomal protein L4 10.79350271 L4_control_B1 +LQ06X019820 50S ribosomal protein L4 11.40437465 L4_control_B2 +LQ06X019820 50S ribosomal protein L4 10.71044154 L4_control_B3 +LQ06X019820 50S ribosomal protein L4 11.41113019 L4_control_C2 +LQ06X019820 50S ribosomal protein L4 11.79448685 L4_control_C3 +LQ06X019820 50S ribosomal protein L4 11.26114436 L4_chemical_A1 +LQ06X019820 50S ribosomal protein L4 11.1140477 L4_chemical_A2 +LQ06X019820 50S ribosomal protein L4 12.10272763 L4_chemical_A3 +LQ06X019820 50S ribosomal protein L4 10.8385728 L4_chemical_B1 +LQ06X019820 50S ribosomal protein L4 10.89416429 L4_chemical_B2 +LQ06X019820 50S ribosomal protein L4 10.79268638 L4_chemical_B3 +LQ06X019820 50S ribosomal protein L4 11.57394377 L4_chemical_C2 +LQ06X019820 50S ribosomal protein L4 11.52241661 L4_chemical_C3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.25866129 C6_control_A1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.33218037 C6_control_A3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.28475641 C6_control_B1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 11.85729786 C6_control_B2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.17701082 C6_control_B3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.32431287 C6_control_C1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.01053116 C6_control_C2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.22889995 C6_control_C3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.13787805 C6_chemical_A1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.40801991 C6_chemical_A3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.29417395 C6_chemical_B1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 11.75432072 C6_chemical_B2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 11.98462216 C6_chemical_B3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.15833497 C6_chemical_C1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.08940841 C6_chemical_C2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.10767594 C6_chemical_C3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.3912241 L4_control_A1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.31891881 L4_control_A2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 13.02823403 L4_control_A3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.75200971 L4_control_B1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.88231543 L4_control_B2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.04728278 L4_control_B3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 13.14703471 L4_control_C2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 13.27582928 L4_control_C3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.2748063 L4_chemical_A1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.36952606 L4_chemical_A2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.75242895 L4_chemical_A3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.92398663 L4_chemical_B1 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.86276642 L4_chemical_B2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.34425464 L4_chemical_B3 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 13.11032973 L4_chemical_C2 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 13.17050289 L4_chemical_C3 +LQ06X019850 Predicted protein 5.023338473 C6_control_A1 +LQ06X019850 Predicted protein 5.008935844 C6_control_A3 +LQ06X019850 Predicted protein 4.671792817 C6_control_B1 +LQ06X019850 Predicted protein 5.147539425 C6_control_B2 +LQ06X019850 Predicted protein 4.908355703 C6_control_B3 +LQ06X019850 Predicted protein 4.692817935 C6_control_C1 +LQ06X019850 Predicted protein 4.812116075 C6_control_C2 +LQ06X019850 Predicted protein 4.939036062 C6_control_C3 +LQ06X019850 Predicted protein 4.954724564 C6_chemical_A1 +LQ06X019850 Predicted protein 4.939123493 C6_chemical_A3 +LQ06X019850 Predicted protein 5.02152206 C6_chemical_B1 +LQ06X019850 Predicted protein 5.000737168 C6_chemical_B2 +LQ06X019850 Predicted protein 4.957606884 C6_chemical_B3 +LQ06X019850 Predicted protein 4.877977563 C6_chemical_C1 +LQ06X019850 Predicted protein 5.066585495 C6_chemical_C2 +LQ06X019850 Predicted protein 4.675588898 C6_chemical_C3 +LQ06X019850 Predicted protein 4.88805545 L4_control_A1 +LQ06X019850 Predicted protein 4.890161879 L4_control_A2 +LQ06X019850 Predicted protein 5.128441774 L4_control_A3 +LQ06X019850 Predicted protein 4.850380554 L4_control_B1 +LQ06X019850 Predicted protein 5.210015299 L4_control_B2 +LQ06X019850 Predicted protein 4.799853067 L4_control_B3 +LQ06X019850 Predicted protein 5.055731514 L4_control_C2 +LQ06X019850 Predicted protein 5.428350815 L4_control_C3 +LQ06X019850 Predicted protein 4.692618791 L4_chemical_A1 +LQ06X019850 Predicted protein 5.04074409 L4_chemical_A2 +LQ06X019850 Predicted protein 5.02554122 L4_chemical_A3 +LQ06X019850 Predicted protein 4.62365363 L4_chemical_B1 +LQ06X019850 Predicted protein 5.326907457 L4_chemical_B2 +LQ06X019850 Predicted protein 4.862866911 L4_chemical_B3 +LQ06X019850 Predicted protein 4.632106539 L4_chemical_C2 +LQ06X019850 Predicted protein 5.813561655 L4_chemical_C3 +LQ06X019860 26S protease regulatory subunit, putative 4.78328864 C6_control_A1 +LQ06X019860 26S protease regulatory subunit, putative 4.757998946 C6_control_A3 +LQ06X019860 26S protease regulatory subunit, putative 5.143312592 C6_control_B1 +LQ06X019860 26S protease regulatory subunit, putative 4.733693067 C6_control_B2 +LQ06X019860 26S protease regulatory subunit, putative 4.764677824 C6_control_B3 +LQ06X019860 26S protease regulatory subunit, putative 5.137146634 C6_control_C1 +LQ06X019860 26S protease regulatory subunit, putative 5.39672286 C6_control_C2 +LQ06X019860 26S protease regulatory subunit, putative 4.95916111 C6_control_C3 +LQ06X019860 26S protease regulatory subunit, putative 4.776538177 C6_chemical_A1 +LQ06X019860 26S protease regulatory subunit, putative 4.733404366 C6_chemical_A3 +LQ06X019860 26S protease regulatory subunit, putative 5.412507088 C6_chemical_B1 +LQ06X019860 26S protease regulatory subunit, putative 4.738707231 C6_chemical_B2 +LQ06X019860 26S protease regulatory subunit, putative 4.762934894 C6_chemical_B3 +LQ06X019860 26S protease regulatory subunit, putative 4.984888774 C6_chemical_C1 +LQ06X019860 26S protease regulatory subunit, putative 4.924822769 C6_chemical_C2 +LQ06X019860 26S protease regulatory subunit, putative 5.075512464 C6_chemical_C3 +LQ06X019860 26S protease regulatory subunit, putative 4.844090487 L4_control_A1 +LQ06X019860 26S protease regulatory subunit, putative 4.848507314 L4_control_A2 +LQ06X019860 26S protease regulatory subunit, putative 4.654488716 L4_control_A3 +LQ06X019860 26S protease regulatory subunit, putative 5.521825411 L4_control_B1 +LQ06X019860 26S protease regulatory subunit, putative 4.864211083 L4_control_B2 +LQ06X019860 26S protease regulatory subunit, putative 4.840461565 L4_control_B3 +LQ06X019860 26S protease regulatory subunit, putative 5.320220437 L4_control_C2 +LQ06X019860 26S protease regulatory subunit, putative 6.1853606 L4_control_C3 +LQ06X019860 26S protease regulatory subunit, putative 4.726874126 L4_chemical_A1 +LQ06X019860 26S protease regulatory subunit, putative 4.751991675 L4_chemical_A2 +LQ06X019860 26S protease regulatory subunit, putative 4.998354543 L4_chemical_A3 +LQ06X019860 26S protease regulatory subunit, putative 4.637316476 L4_chemical_B1 +LQ06X019860 26S protease regulatory subunit, putative 4.805967644 L4_chemical_B2 +LQ06X019860 26S protease regulatory subunit, putative 4.994420399 L4_chemical_B3 +LQ06X019860 26S protease regulatory subunit, putative 5.312037694 L4_chemical_C2 +LQ06X019860 26S protease regulatory subunit, putative 6.135588536 L4_chemical_C3 +LQ06X019870 Putative uncharacterized protein 13.354821 C6_control_A1 +LQ06X019870 Putative uncharacterized protein 12.94620589 C6_control_A3 +LQ06X019870 Putative uncharacterized protein 13.62521784 C6_control_B1 +LQ06X019870 Putative uncharacterized protein 13.54479662 C6_control_B2 +LQ06X019870 Putative uncharacterized protein 13.98219096 C6_control_B3 +LQ06X019870 Putative uncharacterized protein 13.40384417 C6_control_C1 +LQ06X019870 Putative uncharacterized protein 13.91554933 C6_control_C2 +LQ06X019870 Putative uncharacterized protein 14.16590622 C6_control_C3 +LQ06X019870 Putative uncharacterized protein 13.05358162 C6_chemical_A1 +LQ06X019870 Putative uncharacterized protein 12.94058242 C6_chemical_A3 +LQ06X019870 Putative uncharacterized protein 13.58552041 C6_chemical_B1 +LQ06X019870 Putative uncharacterized protein 13.37851808 C6_chemical_B2 +LQ06X019870 Putative uncharacterized protein 14.17115503 C6_chemical_B3 +LQ06X019870 Putative uncharacterized protein 13.35522309 C6_chemical_C1 +LQ06X019870 Putative uncharacterized protein 13.15902475 C6_chemical_C2 +LQ06X019870 Putative uncharacterized protein 14.33583681 C6_chemical_C3 +LQ06X019870 Putative uncharacterized protein 12.79496302 L4_control_A1 +LQ06X019870 Putative uncharacterized protein 13.43777025 L4_control_A2 +LQ06X019870 Putative uncharacterized protein 12.86272906 L4_control_A3 +LQ06X019870 Putative uncharacterized protein 13.78297641 L4_control_B1 +LQ06X019870 Putative uncharacterized protein 13.85807132 L4_control_B2 +LQ06X019870 Putative uncharacterized protein 13.67492172 L4_control_B3 +LQ06X019870 Putative uncharacterized protein 13.27303967 L4_control_C2 +LQ06X019870 Putative uncharacterized protein 14.01292014 L4_control_C3 +LQ06X019870 Putative uncharacterized protein 12.60265708 L4_chemical_A1 +LQ06X019870 Putative uncharacterized protein 13.38773229 L4_chemical_A2 +LQ06X019870 Putative uncharacterized protein 12.68381981 L4_chemical_A3 +LQ06X019870 Putative uncharacterized protein 13.6403409 L4_chemical_B1 +LQ06X019870 Putative uncharacterized protein 13.57679761 L4_chemical_B2 +LQ06X019870 Putative uncharacterized protein 14.05383024 L4_chemical_B3 +LQ06X019870 Putative uncharacterized protein 13.1068752 L4_chemical_C2 +LQ06X019870 Putative uncharacterized protein 14.06160929 L4_chemical_C3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 15.11950334 C6_control_A1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.99700247 C6_control_A3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.88723447 C6_control_B1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.5990292 C6_control_B2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.86412676 C6_control_B3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.33608449 C6_control_C1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.58574131 C6_control_C2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.22106241 C6_control_C3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.97908262 C6_chemical_A1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.85776679 C6_chemical_A3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.81597379 C6_chemical_B1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.49620413 C6_chemical_B2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.69256707 C6_chemical_B3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.46828607 C6_chemical_C1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.38903792 C6_chemical_C2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.37092693 C6_chemical_C3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 15.20927545 L4_control_A1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.82926725 L4_control_A2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.47943454 L4_control_A3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.79615731 L4_control_B1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.86313868 L4_control_B2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.59572416 L4_control_B3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.4648207 L4_control_C2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.44845589 L4_control_C3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.44188935 L4_chemical_A1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.36003054 L4_chemical_A2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.40112783 L4_chemical_A3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.69741313 L4_chemical_B1 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.24824088 L4_chemical_B2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.80600517 L4_chemical_B3 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.46563669 L4_chemical_C2 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 13.57075977 L4_chemical_C3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 11.51066017 C6_control_A1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 10.47366954 C6_control_A3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 11.8087459 C6_control_B1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 13.20219884 C6_control_B2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 11.89883942 C6_control_B3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.56989677 C6_control_C1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.63423362 C6_control_C2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.56521561 C6_control_C3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.11795101 C6_chemical_A1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 11.00688334 C6_chemical_A3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.61439354 C6_chemical_B1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 13.81623168 C6_chemical_B2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.32193385 C6_chemical_B3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.66718787 C6_chemical_C1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.85515321 C6_chemical_C2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.91398679 C6_chemical_C3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 11.49011062 L4_control_A1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.14510063 L4_control_A2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 10.86330484 L4_control_A3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 13.05717909 L4_control_B1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.76606935 L4_control_B2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 13.84623836 L4_control_B3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.5131335 L4_control_C2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.57812714 L4_control_C3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.86470619 L4_chemical_A1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 13.53911225 L4_chemical_A2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 11.5987166 L4_chemical_A3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.77963669 L4_chemical_B1 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.96971736 L4_chemical_B2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.85941588 L4_chemical_B3 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.49675768 L4_chemical_C2 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 14.46974507 L4_chemical_C3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.358746117 C6_control_A1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.473483927 C6_control_A3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.224470753 C6_control_B1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.31299181 C6_control_B2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.405259919 C6_control_B3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.012110815 C6_control_C1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.538929606 C6_control_C2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.565631828 C6_control_C3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.423850414 C6_chemical_A1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.520269345 C6_chemical_A3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.232037633 C6_chemical_B1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.3432182 C6_chemical_B2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.129662885 C6_chemical_B3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.40061634 C6_chemical_C1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.568791295 C6_chemical_C2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.344139672 C6_chemical_C3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.35248856 L4_control_A1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.430744746 L4_control_A2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.634445658 L4_control_A3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 6.042008697 L4_control_B1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.203295803 L4_control_B2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.200684916 L4_control_B3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 4.951105388 L4_control_C2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.060010646 L4_control_C3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.583908884 L4_chemical_A1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.529391905 L4_chemical_A2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.277717441 L4_chemical_A3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.803457829 L4_chemical_B1 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.348430124 L4_chemical_B2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.38846052 L4_chemical_B3 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.054389677 L4_chemical_C2 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 6.128852985 L4_chemical_C3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.538931558 C6_control_A1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.844969885 C6_control_A3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.233474303 C6_control_B1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.423979158 C6_control_B2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.533274403 C6_control_B3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 7.198879091 C6_control_C1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 7.002599249 C6_control_C2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.891414589 C6_control_C3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.68407275 C6_chemical_A1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.826220844 C6_chemical_A3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.410653799 C6_chemical_B1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.399110495 C6_chemical_B2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.442276678 C6_chemical_B3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 7.097045697 C6_chemical_C1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.787213159 C6_chemical_C2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.624838405 C6_chemical_C3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.764959119 L4_control_A1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.583587467 L4_control_A2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 7.703246816 L4_control_A3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.112380754 L4_control_B1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.200963986 L4_control_B2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.502663504 L4_control_B3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.99130589 L4_control_C2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.673062756 L4_control_C3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.545812989 L4_chemical_A1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.293108112 L4_chemical_A2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 7.033357404 L4_chemical_A3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.757630849 L4_chemical_B1 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.625882784 L4_chemical_B2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.521769304 L4_chemical_B3 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.706788923 L4_chemical_C2 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.777658357 L4_chemical_C3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.170015005 C6_control_A1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 8.21021955 C6_control_A3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.25664272 C6_control_B1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.772204264 C6_control_B2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.843718252 C6_control_B3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.32531682 C6_control_C1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.03560872 C6_control_C2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.764069053 C6_control_C3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.44714933 C6_chemical_A1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 8.565207739 C6_chemical_A3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 11.42196378 C6_chemical_B1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.32301209 C6_chemical_B2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.74214999 C6_chemical_B3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 11.12445866 C6_chemical_C1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 11.11924142 C6_chemical_C2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.49441734 C6_chemical_C3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.255513807 L4_control_A1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.552094294 L4_control_A2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.306387213 L4_control_A3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 11.30416345 L4_control_B1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 11.30914119 L4_control_B2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.6304964 L4_control_B3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 12.32276578 L4_control_C2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 11.74098702 L4_control_C3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.164265374 L4_chemical_A1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.886782667 L4_chemical_A2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.5853327 L4_chemical_A3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 11.72889262 L4_chemical_B1 +LQ06X019980 E3 ubiquitin-protein ligase COP1 12.06377716 L4_chemical_B2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 9.819564446 L4_chemical_B3 +LQ06X019980 E3 ubiquitin-protein ligase COP1 12.41797958 L4_chemical_C2 +LQ06X019980 E3 ubiquitin-protein ligase COP1 11.71157278 L4_chemical_C3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.548350518 C6_control_A1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.421545869 C6_control_A3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.843419027 C6_control_B1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 10.61275772 C6_control_B2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.813849827 C6_control_B3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 12.11849219 C6_control_C1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 11.94373952 C6_control_C2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 11.62945234 C6_control_C3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.427911372 C6_chemical_A1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.73158945 C6_chemical_A3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.870707005 C6_chemical_B1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 10.48575428 C6_chemical_B2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.95033311 C6_chemical_B3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 11.95838095 C6_chemical_C1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 12.00577849 C6_chemical_C2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 11.80795695 C6_chemical_C3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.397997973 L4_control_A1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.490785859 L4_control_A2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.550626418 L4_control_A3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 10.18980578 L4_control_B1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 10.12680676 L4_control_B2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 10.65513878 L4_control_B3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 11.79245503 L4_control_C2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 11.786683 L4_control_C3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 10.33802648 L4_chemical_A1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.840700247 L4_chemical_A2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.720290856 L4_chemical_A3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 10.29813434 L4_chemical_B1 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.718456942 L4_chemical_B2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.783352705 L4_chemical_B3 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 11.54041398 L4_chemical_C2 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 11.92834206 L4_chemical_C3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.022067636 C6_control_A1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.027618139 C6_control_A3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.06943452 C6_control_B1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.139904078 C6_control_B2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.778806868 C6_control_B3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.663704792 C6_control_C1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.681263279 C6_control_C2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.21465003 C6_control_C3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.983076836 C6_chemical_A1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.051821175 C6_chemical_A3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.306946105 C6_chemical_B1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.990786516 C6_chemical_B2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.049540486 C6_chemical_B3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.128069165 C6_chemical_C1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.556070125 C6_chemical_C2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.019165017 C6_chemical_C3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.715498044 L4_control_A1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.994219754 L4_control_A2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.098339334 L4_control_A3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.352819662 L4_control_B1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.763798519 L4_control_B2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.953818854 L4_control_B3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.945375629 L4_control_C2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.001820016 L4_control_C3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.727716345 L4_chemical_A1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.957700894 L4_chemical_A2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.139054877 L4_chemical_A3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.946784087 L4_chemical_B1 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.723321883 L4_chemical_B2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.007932016 L4_chemical_B3 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 5.100932935 L4_chemical_C2 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.63212121 L4_chemical_C3 +LQ06X020060 Putative RPM1-interacting protein 4 8.201749904 C6_control_A1 +LQ06X020060 Putative RPM1-interacting protein 4 5.143041297 C6_control_A3 +LQ06X020060 Putative RPM1-interacting protein 4 9.380649029 C6_control_B1 +LQ06X020060 Putative RPM1-interacting protein 4 7.771760386 C6_control_B2 +LQ06X020060 Putative RPM1-interacting protein 4 8.586132511 C6_control_B3 +LQ06X020060 Putative RPM1-interacting protein 4 5.152826383 C6_control_C1 +LQ06X020060 Putative RPM1-interacting protein 4 5.138781337 C6_control_C2 +LQ06X020060 Putative RPM1-interacting protein 4 4.990259534 C6_control_C3 +LQ06X020060 Putative RPM1-interacting protein 4 7.253418437 C6_chemical_A1 +LQ06X020060 Putative RPM1-interacting protein 4 5.413377455 C6_chemical_A3 +LQ06X020060 Putative RPM1-interacting protein 4 9.507829229 C6_chemical_B1 +LQ06X020060 Putative RPM1-interacting protein 4 7.920345053 C6_chemical_B2 +LQ06X020060 Putative RPM1-interacting protein 4 8.46988292 C6_chemical_B3 +LQ06X020060 Putative RPM1-interacting protein 4 5.361596185 C6_chemical_C1 +LQ06X020060 Putative RPM1-interacting protein 4 4.932241226 C6_chemical_C2 +LQ06X020060 Putative RPM1-interacting protein 4 5.167163803 C6_chemical_C3 +LQ06X020060 Putative RPM1-interacting protein 4 6.3116354 L4_control_A1 +LQ06X020060 Putative RPM1-interacting protein 4 8.19527819 L4_control_A2 +LQ06X020060 Putative RPM1-interacting protein 4 5.687161538 L4_control_A3 +LQ06X020060 Putative RPM1-interacting protein 4 7.495972873 L4_control_B1 +LQ06X020060 Putative RPM1-interacting protein 4 8.736685219 L4_control_B2 +LQ06X020060 Putative RPM1-interacting protein 4 5.492695245 L4_control_B3 +LQ06X020060 Putative RPM1-interacting protein 4 5.324367388 L4_control_C2 +LQ06X020060 Putative RPM1-interacting protein 4 5.423015803 L4_control_C3 +LQ06X020060 Putative RPM1-interacting protein 4 5.651774602 L4_chemical_A1 +LQ06X020060 Putative RPM1-interacting protein 4 7.133209679 L4_chemical_A2 +LQ06X020060 Putative RPM1-interacting protein 4 5.617866604 L4_chemical_A3 +LQ06X020060 Putative RPM1-interacting protein 4 8.841634428 L4_chemical_B1 +LQ06X020060 Putative RPM1-interacting protein 4 9.354373755 L4_chemical_B2 +LQ06X020060 Putative RPM1-interacting protein 4 8.27090457 L4_chemical_B3 +LQ06X020060 Putative RPM1-interacting protein 4 6.037295056 L4_chemical_C2 +LQ06X020060 Putative RPM1-interacting protein 4 5.155245568 L4_chemical_C3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.67259681 C6_control_A1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 6.102402331 C6_control_A3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.119323805 C6_control_B1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.514395688 C6_control_B2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.683350578 C6_control_B3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.374331726 C6_control_C1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.513455271 C6_control_C2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.550732185 C6_control_C3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.537527733 C6_chemical_A1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.976401616 C6_chemical_A3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 4.827513694 C6_chemical_B1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.537129118 C6_chemical_B2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.672922619 C6_chemical_B3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.801035982 C6_chemical_C1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.67934954 C6_chemical_C2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.403399513 C6_chemical_C3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.767573679 L4_control_A1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.71729121 L4_control_A2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 6.533045841 L4_control_A3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.339497174 L4_control_B1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.997139015 L4_control_B2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.554504506 L4_control_B3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.489057717 L4_control_C2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.364151826 L4_control_C3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.921130494 L4_chemical_A1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.688310142 L4_chemical_A2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 6.459080562 L4_chemical_A3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 6.277863516 L4_chemical_B1 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 6.011656304 L4_chemical_B2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.667763756 L4_chemical_B3 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.064465976 L4_chemical_C2 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.13171603 L4_chemical_C3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.37998326 C6_control_A1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.48052259 C6_control_A3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.43514617 C6_control_B1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.15772454 C6_control_B2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.53462592 C6_control_B3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.70946381 C6_control_C1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.45269354 C6_control_C2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.55078601 C6_control_C3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.13610008 C6_chemical_A1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.50895503 C6_chemical_A3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.17675269 C6_chemical_B1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 12.83164366 C6_chemical_B2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.33669753 C6_chemical_B3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.75875443 C6_chemical_C1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.58739167 C6_chemical_C2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.45802076 C6_chemical_C3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.68839471 L4_control_A1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.7623054 L4_control_A2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.79884021 L4_control_A3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.07817666 L4_control_B1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.67226637 L4_control_B2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.30889309 L4_control_B3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.13875649 L4_control_C2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.13021147 L4_control_C3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.05724872 L4_chemical_A1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.03460231 L4_chemical_A2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.01021283 L4_chemical_A3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.13904257 L4_chemical_B1 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.99066133 L4_chemical_B2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.99278627 L4_chemical_B3 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.23952855 L4_chemical_C2 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 14.23270727 L4_chemical_C3 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.024703913 C6_control_A1 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.198917963 C6_control_A3 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.946138138 C6_control_B1 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.703475864 C6_control_B2 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.644996054 C6_control_B3 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.859107291 C6_control_C1 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.466574775 C6_control_C2 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.020066158 C6_control_C3 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.860963542 C6_chemical_A1 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.772574749 C6_chemical_A3 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.79751296 C6_chemical_B1 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.846951878 C6_chemical_B2 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.427947472 C6_chemical_B3 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.022638707 C6_chemical_C1 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.765558383 C6_chemical_C2 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.011472565 C6_chemical_C3 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.723565639 L4_control_A1 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.507298119 L4_control_A2 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.334825762 L4_control_A3 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.094251659 L4_control_B1 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.802025249 L4_control_B2 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.10468489 L4_control_B3 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.327588735 L4_control_C2 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.21298615 L4_control_C3 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.050834277 L4_chemical_A1 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.746581095 L4_chemical_A2 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.166188399 L4_chemical_A3 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.091089449 L4_chemical_B1 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.238605886 L4_chemical_B2 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.934691855 L4_chemical_B3 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.455102735 L4_chemical_C2 +LQ06X020100 Uncharacterized membrane protein At1g16860 6.746650304 L4_chemical_C3 +LQ06X020120 Predicted protein 5.69375987 C6_control_A1 +LQ06X020120 Predicted protein 6.212305535 C6_control_A3 +LQ06X020120 Predicted protein 5.629615203 C6_control_B1 +LQ06X020120 Predicted protein 5.670799166 C6_control_B2 +LQ06X020120 Predicted protein 5.731940053 C6_control_B3 +LQ06X020120 Predicted protein 5.911539177 C6_control_C1 +LQ06X020120 Predicted protein 6.226586771 C6_control_C2 +LQ06X020120 Predicted protein 5.626339728 C6_control_C3 +LQ06X020120 Predicted protein 5.986000628 C6_chemical_A1 +LQ06X020120 Predicted protein 5.692365541 C6_chemical_A3 +LQ06X020120 Predicted protein 5.484556857 C6_chemical_B1 +LQ06X020120 Predicted protein 5.607436745 C6_chemical_B2 +LQ06X020120 Predicted protein 5.594528225 C6_chemical_B3 +LQ06X020120 Predicted protein 5.842875994 C6_chemical_C1 +LQ06X020120 Predicted protein 5.890535175 C6_chemical_C2 +LQ06X020120 Predicted protein 5.801646526 C6_chemical_C3 +LQ06X020120 Predicted protein 5.852691187 L4_control_A1 +LQ06X020120 Predicted protein 6.150836706 L4_control_A2 +LQ06X020120 Predicted protein 6.224225225 L4_control_A3 +LQ06X020120 Predicted protein 6.276769275 L4_control_B1 +LQ06X020120 Predicted protein 6.25355837 L4_control_B2 +LQ06X020120 Predicted protein 5.805353617 L4_control_B3 +LQ06X020120 Predicted protein 5.050183482 L4_control_C2 +LQ06X020120 Predicted protein 5.207177021 L4_control_C3 +LQ06X020120 Predicted protein 5.405990677 L4_chemical_A1 +LQ06X020120 Predicted protein 5.815326225 L4_chemical_A2 +LQ06X020120 Predicted protein 6.098653324 L4_chemical_A3 +LQ06X020120 Predicted protein 6.100828463 L4_chemical_B1 +LQ06X020120 Predicted protein 6.033638795 L4_chemical_B2 +LQ06X020120 Predicted protein 5.762419126 L4_chemical_B3 +LQ06X020120 Predicted protein 5.703642526 L4_chemical_C2 +LQ06X020120 Predicted protein 5.178723212 L4_chemical_C3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.181720539 C6_control_A1 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.910387077 C6_control_A3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.679739311 C6_control_B1 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.958020421 C6_control_B2 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.94150965 C6_control_B3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.443577227 C6_control_C1 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.221226377 C6_control_C2 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.946917936 C6_control_C3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.092003993 C6_chemical_A1 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.228227249 C6_chemical_A3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.8483763 C6_chemical_B1 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.078860604 C6_chemical_B2 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.837237639 C6_chemical_B3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.305059466 C6_chemical_C1 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.726456097 C6_chemical_C2 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.742418983 C6_chemical_C3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.108291423 L4_control_A1 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.463014336 L4_control_A2 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.062772772 L4_control_A3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.326432575 L4_control_B1 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.287168204 L4_control_B2 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.371014867 L4_control_B3 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.757446744 L4_control_C2 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.35425611 L4_control_C3 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.94829851 L4_chemical_A1 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.962781994 L4_chemical_A2 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.304401316 L4_chemical_A3 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.402582514 L4_chemical_B1 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.520134571 L4_chemical_B2 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.887591868 L4_chemical_B3 +LQ06X020130 Putative Acyl-protein thioesterase 1 4.721838598 L4_chemical_C2 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.638913665 L4_chemical_C3 +LQ06X020140 Putative uncharacterized protein 12.18167549 C6_control_A1 +LQ06X020140 Putative uncharacterized protein 12.19129311 C6_control_A3 +LQ06X020140 Putative uncharacterized protein 11.85006037 C6_control_B1 +LQ06X020140 Putative uncharacterized protein 11.67418253 C6_control_B2 +LQ06X020140 Putative uncharacterized protein 11.80586194 C6_control_B3 +LQ06X020140 Putative uncharacterized protein 12.09854309 C6_control_C1 +LQ06X020140 Putative uncharacterized protein 12.05096467 C6_control_C2 +LQ06X020140 Putative uncharacterized protein 11.97146241 C6_control_C3 +LQ06X020140 Putative uncharacterized protein 11.93581363 C6_chemical_A1 +LQ06X020140 Putative uncharacterized protein 11.59926449 C6_chemical_A3 +LQ06X020140 Putative uncharacterized protein 11.51188874 C6_chemical_B1 +LQ06X020140 Putative uncharacterized protein 11.5411746 C6_chemical_B2 +LQ06X020140 Putative uncharacterized protein 11.5900397 C6_chemical_B3 +LQ06X020140 Putative uncharacterized protein 11.9638972 C6_chemical_C1 +LQ06X020140 Putative uncharacterized protein 11.95100648 C6_chemical_C2 +LQ06X020140 Putative uncharacterized protein 11.74493631 C6_chemical_C3 +LQ06X020140 Putative uncharacterized protein 12.15834917 L4_control_A1 +LQ06X020140 Putative uncharacterized protein 12.0295118 L4_control_A2 +LQ06X020140 Putative uncharacterized protein 12.23127045 L4_control_A3 +LQ06X020140 Putative uncharacterized protein 11.16237039 L4_control_B1 +LQ06X020140 Putative uncharacterized protein 10.59541058 L4_control_B2 +LQ06X020140 Putative uncharacterized protein 11.09641004 L4_control_B3 +LQ06X020140 Putative uncharacterized protein 11.55577102 L4_control_C2 +LQ06X020140 Putative uncharacterized protein 11.45754942 L4_control_C3 +LQ06X020140 Putative uncharacterized protein 11.77619744 L4_chemical_A1 +LQ06X020140 Putative uncharacterized protein 11.96976616 L4_chemical_A2 +LQ06X020140 Putative uncharacterized protein 12.27611046 L4_chemical_A3 +LQ06X020140 Putative uncharacterized protein 11.23894299 L4_chemical_B1 +LQ06X020140 Putative uncharacterized protein 11.0602672 L4_chemical_B2 +LQ06X020140 Putative uncharacterized protein 11.19012053 L4_chemical_B3 +LQ06X020140 Putative uncharacterized protein 11.65570056 L4_chemical_C2 +LQ06X020140 Putative uncharacterized protein 11.8472916 L4_chemical_C3 +LQ06X020150 Brain protein 44 5.415437512 C6_control_A1 +LQ06X020150 Brain protein 44 6.286313446 C6_control_A3 +LQ06X020150 Brain protein 44 5.274213971 C6_control_B1 +LQ06X020150 Brain protein 44 6.210020723 C6_control_B2 +LQ06X020150 Brain protein 44 5.743651878 C6_control_B3 +LQ06X020150 Brain protein 44 6.450050426 C6_control_C1 +LQ06X020150 Brain protein 44 6.060810101 C6_control_C2 +LQ06X020150 Brain protein 44 5.777640132 C6_control_C3 +LQ06X020150 Brain protein 44 5.612240331 C6_chemical_A1 +LQ06X020150 Brain protein 44 5.561836445 C6_chemical_A3 +LQ06X020150 Brain protein 44 5.205592685 C6_chemical_B1 +LQ06X020150 Brain protein 44 6.240354258 C6_chemical_B2 +LQ06X020150 Brain protein 44 5.264392842 C6_chemical_B3 +LQ06X020150 Brain protein 44 6.191539888 C6_chemical_C1 +LQ06X020150 Brain protein 44 6.698908622 C6_chemical_C2 +LQ06X020150 Brain protein 44 5.814124569 C6_chemical_C3 +LQ06X020150 Brain protein 44 6.004608482 L4_control_A1 +LQ06X020150 Brain protein 44 5.501501531 L4_control_A2 +LQ06X020150 Brain protein 44 6.028980882 L4_control_A3 +LQ06X020150 Brain protein 44 6.206451059 L4_control_B1 +LQ06X020150 Brain protein 44 5.113743869 L4_control_B2 +LQ06X020150 Brain protein 44 5.964275879 L4_control_B3 +LQ06X020150 Brain protein 44 5.543990047 L4_control_C2 +LQ06X020150 Brain protein 44 5.111155799 L4_control_C3 +LQ06X020150 Brain protein 44 5.441557123 L4_chemical_A1 +LQ06X020150 Brain protein 44 5.408946249 L4_chemical_A2 +LQ06X020150 Brain protein 44 6.355103275 L4_chemical_A3 +LQ06X020150 Brain protein 44 5.739573222 L4_chemical_B1 +LQ06X020150 Brain protein 44 5.633632739 L4_chemical_B2 +LQ06X020150 Brain protein 44 5.987646834 L4_chemical_B3 +LQ06X020150 Brain protein 44 5.454434728 L4_chemical_C2 +LQ06X020150 Brain protein 44 5.089809668 L4_chemical_C3 +LQ06X020160 Putative uncharacterized protein 11.45145003 C6_control_A1 +LQ06X020160 Putative uncharacterized protein 11.73243192 C6_control_A3 +LQ06X020160 Putative uncharacterized protein 11.48640663 C6_control_B1 +LQ06X020160 Putative uncharacterized protein 11.17875351 C6_control_B2 +LQ06X020160 Putative uncharacterized protein 11.3280897 C6_control_B3 +LQ06X020160 Putative uncharacterized protein 10.73876405 C6_control_C1 +LQ06X020160 Putative uncharacterized protein 10.90476521 C6_control_C2 +LQ06X020160 Putative uncharacterized protein 10.54021189 C6_control_C3 +LQ06X020160 Putative uncharacterized protein 11.55417198 C6_chemical_A1 +LQ06X020160 Putative uncharacterized protein 11.60649769 C6_chemical_A3 +LQ06X020160 Putative uncharacterized protein 11.37815062 C6_chemical_B1 +LQ06X020160 Putative uncharacterized protein 11.54829144 C6_chemical_B2 +LQ06X020160 Putative uncharacterized protein 11.13441726 C6_chemical_B3 +LQ06X020160 Putative uncharacterized protein 11.13738201 C6_chemical_C1 +LQ06X020160 Putative uncharacterized protein 11.16041738 C6_chemical_C2 +LQ06X020160 Putative uncharacterized protein 10.69335598 C6_chemical_C3 +LQ06X020160 Putative uncharacterized protein 11.57738614 L4_control_A1 +LQ06X020160 Putative uncharacterized protein 12.00447442 L4_control_A2 +LQ06X020160 Putative uncharacterized protein 11.857746 L4_control_A3 +LQ06X020160 Putative uncharacterized protein 11.49681729 L4_control_B1 +LQ06X020160 Putative uncharacterized protein 11.91395212 L4_control_B2 +LQ06X020160 Putative uncharacterized protein 11.10538507 L4_control_B3 +LQ06X020160 Putative uncharacterized protein 11.26686917 L4_control_C2 +LQ06X020160 Putative uncharacterized protein 11.62331467 L4_control_C3 +LQ06X020160 Putative uncharacterized protein 11.54144307 L4_chemical_A1 +LQ06X020160 Putative uncharacterized protein 11.73382056 L4_chemical_A2 +LQ06X020160 Putative uncharacterized protein 11.44324736 L4_chemical_A3 +LQ06X020160 Putative uncharacterized protein 11.70882983 L4_chemical_B1 +LQ06X020160 Putative uncharacterized protein 12.05637146 L4_chemical_B2 +LQ06X020160 Putative uncharacterized protein 11.38665289 L4_chemical_B3 +LQ06X020160 Putative uncharacterized protein 11.4193855 L4_chemical_C2 +LQ06X020160 Putative uncharacterized protein 11.22026263 L4_chemical_C3 +LQ06X020180 Putative Alkaline ceramidase 3 8.909724235 C6_control_A1 +LQ06X020180 Putative Alkaline ceramidase 3 8.150272542 C6_control_A3 +LQ06X020180 Putative Alkaline ceramidase 3 9.656344896 C6_control_B1 +LQ06X020180 Putative Alkaline ceramidase 3 8.699389275 C6_control_B2 +LQ06X020180 Putative Alkaline ceramidase 3 9.463070835 C6_control_B3 +LQ06X020180 Putative Alkaline ceramidase 3 8.858714935 C6_control_C1 +LQ06X020180 Putative Alkaline ceramidase 3 8.803345594 C6_control_C2 +LQ06X020180 Putative Alkaline ceramidase 3 9.067414707 C6_control_C3 +LQ06X020180 Putative Alkaline ceramidase 3 9.110507034 C6_chemical_A1 +LQ06X020180 Putative Alkaline ceramidase 3 8.539531656 C6_chemical_A3 +LQ06X020180 Putative Alkaline ceramidase 3 9.673465307 C6_chemical_B1 +LQ06X020180 Putative Alkaline ceramidase 3 8.518681869 C6_chemical_B2 +LQ06X020180 Putative Alkaline ceramidase 3 9.326664629 C6_chemical_B3 +LQ06X020180 Putative Alkaline ceramidase 3 8.777956339 C6_chemical_C1 +LQ06X020180 Putative Alkaline ceramidase 3 8.778794687 C6_chemical_C2 +LQ06X020180 Putative Alkaline ceramidase 3 9.379279897 C6_chemical_C3 +LQ06X020180 Putative Alkaline ceramidase 3 8.826242824 L4_control_A1 +LQ06X020180 Putative Alkaline ceramidase 3 9.094972611 L4_control_A2 +LQ06X020180 Putative Alkaline ceramidase 3 9.383907611 L4_control_A3 +LQ06X020180 Putative Alkaline ceramidase 3 9.652141603 L4_control_B1 +LQ06X020180 Putative Alkaline ceramidase 3 9.030288469 L4_control_B2 +LQ06X020180 Putative Alkaline ceramidase 3 9.309798359 L4_control_B3 +LQ06X020180 Putative Alkaline ceramidase 3 9.496869938 L4_control_C2 +LQ06X020180 Putative Alkaline ceramidase 3 9.370882055 L4_control_C3 +LQ06X020180 Putative Alkaline ceramidase 3 8.525193248 L4_chemical_A1 +LQ06X020180 Putative Alkaline ceramidase 3 9.030195351 L4_chemical_A2 +LQ06X020180 Putative Alkaline ceramidase 3 8.980294504 L4_chemical_A3 +LQ06X020180 Putative Alkaline ceramidase 3 9.502723348 L4_chemical_B1 +LQ06X020180 Putative Alkaline ceramidase 3 9.060716579 L4_chemical_B2 +LQ06X020180 Putative Alkaline ceramidase 3 9.390077381 L4_chemical_B3 +LQ06X020180 Putative Alkaline ceramidase 3 9.341296171 L4_chemical_C2 +LQ06X020180 Putative Alkaline ceramidase 3 9.43642006 L4_chemical_C3 +LQ06X020200 Putative Early nodulin-like protein 1 7.404428238 C6_control_A1 +LQ06X020200 Putative Early nodulin-like protein 1 7.475506482 C6_control_A3 +LQ06X020200 Putative Early nodulin-like protein 1 7.665140141 C6_control_B1 +LQ06X020200 Putative Early nodulin-like protein 1 7.562044395 C6_control_B2 +LQ06X020200 Putative Early nodulin-like protein 1 7.488375762 C6_control_B3 +LQ06X020200 Putative Early nodulin-like protein 1 7.950579639 C6_control_C1 +LQ06X020200 Putative Early nodulin-like protein 1 8.471047571 C6_control_C2 +LQ06X020200 Putative Early nodulin-like protein 1 7.967870425 C6_control_C3 +LQ06X020200 Putative Early nodulin-like protein 1 7.310612112 C6_chemical_A1 +LQ06X020200 Putative Early nodulin-like protein 1 6.876133961 C6_chemical_A3 +LQ06X020200 Putative Early nodulin-like protein 1 7.179774039 C6_chemical_B1 +LQ06X020200 Putative Early nodulin-like protein 1 7.28658901 C6_chemical_B2 +LQ06X020200 Putative Early nodulin-like protein 1 7.014080828 C6_chemical_B3 +LQ06X020200 Putative Early nodulin-like protein 1 7.955292821 C6_chemical_C1 +LQ06X020200 Putative Early nodulin-like protein 1 8.065489964 C6_chemical_C2 +LQ06X020200 Putative Early nodulin-like protein 1 7.491499154 C6_chemical_C3 +LQ06X020200 Putative Early nodulin-like protein 1 6.967654826 L4_control_A1 +LQ06X020200 Putative Early nodulin-like protein 1 7.116307181 L4_control_A2 +LQ06X020200 Putative Early nodulin-like protein 1 6.633943717 L4_control_A3 +LQ06X020200 Putative Early nodulin-like protein 1 7.729330039 L4_control_B1 +LQ06X020200 Putative Early nodulin-like protein 1 7.564718188 L4_control_B2 +LQ06X020200 Putative Early nodulin-like protein 1 7.627955253 L4_control_B3 +LQ06X020200 Putative Early nodulin-like protein 1 7.598976094 L4_control_C2 +LQ06X020200 Putative Early nodulin-like protein 1 8.261283154 L4_control_C3 +LQ06X020200 Putative Early nodulin-like protein 1 6.518460382 L4_chemical_A1 +LQ06X020200 Putative Early nodulin-like protein 1 7.186112601 L4_chemical_A2 +LQ06X020200 Putative Early nodulin-like protein 1 7.020831116 L4_chemical_A3 +LQ06X020200 Putative Early nodulin-like protein 1 7.17646503 L4_chemical_B1 +LQ06X020200 Putative Early nodulin-like protein 1 8.161145161 L4_chemical_B2 +LQ06X020200 Putative Early nodulin-like protein 1 7.591293185 L4_chemical_B3 +LQ06X020200 Putative Early nodulin-like protein 1 7.657540498 L4_chemical_C2 +LQ06X020200 Putative Early nodulin-like protein 1 7.552957025 L4_chemical_C3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.352601468 C6_control_A1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.487195583 C6_control_A3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.353596659 C6_control_B1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.425977303 C6_control_B2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.452537429 C6_control_B3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.919935597 C6_control_C1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.554560492 C6_control_C2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.902700263 C6_control_C3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.314373246 C6_chemical_A1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.504301845 C6_chemical_A3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.701521325 C6_chemical_B1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.4278138 C6_chemical_B2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.121460559 C6_chemical_B3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.635757961 C6_chemical_C1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.650736813 C6_chemical_C2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.521527011 C6_chemical_C3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.422861087 L4_control_A1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.620794581 L4_control_A2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.719121626 L4_control_A3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.284097354 L4_control_B1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.54854717 L4_control_B2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.471813963 L4_control_B3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.191860774 L4_control_C2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.126715927 L4_control_C3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.347746601 L4_chemical_A1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.473253036 L4_chemical_A2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.004983676 L4_chemical_A3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.381765297 L4_chemical_B1 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.729984359 L4_chemical_B2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.161489717 L4_chemical_B3 +LQ06X020210 Transcription initiation factor IIF subunit alpha 6.220189557 L4_chemical_C2 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.24487809 L4_chemical_C3 +LQ06X020220 Fumarylacetoacetase 12.98731379 C6_control_A1 +LQ06X020220 Fumarylacetoacetase 13.15888049 C6_control_A3 +LQ06X020220 Fumarylacetoacetase 12.36809682 C6_control_B1 +LQ06X020220 Fumarylacetoacetase 11.03792223 C6_control_B2 +LQ06X020220 Fumarylacetoacetase 11.40818794 C6_control_B3 +LQ06X020220 Fumarylacetoacetase 11.52411714 C6_control_C1 +LQ06X020220 Fumarylacetoacetase 10.95261124 C6_control_C2 +LQ06X020220 Fumarylacetoacetase 10.57845478 C6_control_C3 +LQ06X020220 Fumarylacetoacetase 13.23476883 C6_chemical_A1 +LQ06X020220 Fumarylacetoacetase 13.30507001 C6_chemical_A3 +LQ06X020220 Fumarylacetoacetase 12.31197497 C6_chemical_B1 +LQ06X020220 Fumarylacetoacetase 10.96764087 C6_chemical_B2 +LQ06X020220 Fumarylacetoacetase 11.6682024 C6_chemical_B3 +LQ06X020220 Fumarylacetoacetase 11.42059783 C6_chemical_C1 +LQ06X020220 Fumarylacetoacetase 11.21002141 C6_chemical_C2 +LQ06X020220 Fumarylacetoacetase 10.85403204 C6_chemical_C3 +LQ06X020220 Fumarylacetoacetase 13.25881524 L4_control_A1 +LQ06X020220 Fumarylacetoacetase 12.64107278 L4_control_A2 +LQ06X020220 Fumarylacetoacetase 12.86576449 L4_control_A3 +LQ06X020220 Fumarylacetoacetase 12.10048379 L4_control_B1 +LQ06X020220 Fumarylacetoacetase 12.78455369 L4_control_B2 +LQ06X020220 Fumarylacetoacetase 11.08599381 L4_control_B3 +LQ06X020220 Fumarylacetoacetase 12.37485647 L4_control_C2 +LQ06X020220 Fumarylacetoacetase 11.93617617 L4_control_C3 +LQ06X020220 Fumarylacetoacetase 12.44474077 L4_chemical_A1 +LQ06X020220 Fumarylacetoacetase 12.34684026 L4_chemical_A2 +LQ06X020220 Fumarylacetoacetase 12.75873093 L4_chemical_A3 +LQ06X020220 Fumarylacetoacetase 12.78493831 L4_chemical_B1 +LQ06X020220 Fumarylacetoacetase 12.30694733 L4_chemical_B2 +LQ06X020220 Fumarylacetoacetase 11.82615734 L4_chemical_B3 +LQ06X020220 Fumarylacetoacetase 12.48573594 L4_chemical_C2 +LQ06X020220 Fumarylacetoacetase 12.04258095 L4_chemical_C3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.02871352 C6_control_A1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.23141504 C6_control_A3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.9764391 C6_control_B1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.23674001 C6_control_B2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.72707726 C6_control_B3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.0038113 C6_control_C1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.921004138 C6_control_C2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.197289474 C6_control_C3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.04285241 C6_chemical_A1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.33683646 C6_chemical_A3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 12.3964343 C6_chemical_B1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.27869033 C6_chemical_B2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.83638955 C6_chemical_B3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.961080829 C6_chemical_C1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.921398148 C6_chemical_C2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.659743769 C6_chemical_C3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.959654682 L4_control_A1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.44625018 L4_control_A2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.04526387 L4_control_A3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.15707318 L4_control_B1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.89669468 L4_control_B2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.39615423 L4_control_B3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.61930425 L4_control_C2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.19713189 L4_control_C3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.667769083 L4_chemical_A1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.31585626 L4_chemical_A2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.842228165 L4_chemical_A3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.32299816 L4_chemical_B1 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.23742701 L4_chemical_B2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 10.3499693 L4_chemical_B3 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.795562676 L4_chemical_C2 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 9.711240106 L4_chemical_C3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.39540047 C6_control_A1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 10.89951142 C6_control_A3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.14745079 C6_control_B1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.08684284 C6_control_B2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 10.74587811 C6_control_B3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 12.19170324 C6_control_C1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.72152939 C6_control_C2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 12.02654936 C6_control_C3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.11013142 C6_chemical_A1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 10.87074624 C6_chemical_A3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 10.80271705 C6_chemical_B1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 10.97111807 C6_chemical_B2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 10.55075971 C6_chemical_B3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 12.19385249 C6_chemical_C1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.99708334 C6_chemical_C2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.99747095 C6_chemical_C3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.02826082 L4_control_A1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.31336303 L4_control_A2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.23462652 L4_control_A3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.03398641 L4_control_B1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.24412111 L4_control_B2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 10.60383064 L4_control_B3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 12.20525531 L4_control_C2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 12.02855681 L4_control_C3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.48246597 L4_chemical_A1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.51632636 L4_chemical_A2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.12242316 L4_chemical_A3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.84071636 L4_chemical_B1 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.31434283 L4_chemical_B2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.01330706 L4_chemical_B3 +LQ06X020290 Rho GDP-dissociation inhibitor 1 12.25833364 L4_chemical_C2 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.88763172 L4_chemical_C3 +LQ06X020300 Predicted protein 5.388647487 C6_control_A1 +LQ06X020300 Predicted protein 5.379460368 C6_control_A3 +LQ06X020300 Predicted protein 5.206062192 C6_control_B1 +LQ06X020300 Predicted protein 5.565960787 C6_control_B2 +LQ06X020300 Predicted protein 5.250228294 C6_control_B3 +LQ06X020300 Predicted protein 5.907793252 C6_control_C1 +LQ06X020300 Predicted protein 5.427147442 C6_control_C2 +LQ06X020300 Predicted protein 5.449153965 C6_control_C3 +LQ06X020300 Predicted protein 5.245805825 C6_chemical_A1 +LQ06X020300 Predicted protein 5.415897073 C6_chemical_A3 +LQ06X020300 Predicted protein 5.290057875 C6_chemical_B1 +LQ06X020300 Predicted protein 5.198072392 C6_chemical_B2 +LQ06X020300 Predicted protein 5.004952133 C6_chemical_B3 +LQ06X020300 Predicted protein 5.590067413 C6_chemical_C1 +LQ06X020300 Predicted protein 5.59000741 C6_chemical_C2 +LQ06X020300 Predicted protein 5.714775339 C6_chemical_C3 +LQ06X020300 Predicted protein 5.269116866 L4_control_A1 +LQ06X020300 Predicted protein 5.128588345 L4_control_A2 +LQ06X020300 Predicted protein 5.734438424 L4_control_A3 +LQ06X020300 Predicted protein 5.382978856 L4_control_B1 +LQ06X020300 Predicted protein 5.0312426 L4_control_B2 +LQ06X020300 Predicted protein 4.944528301 L4_control_B3 +LQ06X020300 Predicted protein 5.911468101 L4_control_C2 +LQ06X020300 Predicted protein 5.463048419 L4_control_C3 +LQ06X020300 Predicted protein 5.335797866 L4_chemical_A1 +LQ06X020300 Predicted protein 5.47755078 L4_chemical_A2 +LQ06X020300 Predicted protein 5.638992254 L4_chemical_A3 +LQ06X020300 Predicted protein 5.053185342 L4_chemical_B1 +LQ06X020300 Predicted protein 5.492169754 L4_chemical_B2 +LQ06X020300 Predicted protein 5.184261771 L4_chemical_B3 +LQ06X020300 Predicted protein 5.447294159 L4_chemical_C2 +LQ06X020300 Predicted protein 5.327473281 L4_chemical_C3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.28836615 C6_control_A1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 12.10300669 C6_control_A3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.42543081 C6_control_B1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 9.980041129 C6_control_B2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.45664555 C6_control_B3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 10.54038033 C6_control_C1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 10.34455678 C6_control_C2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 10.9954646 C6_control_C3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.42613252 C6_chemical_A1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 12.02617464 C6_chemical_A3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.36597967 C6_chemical_B1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 9.981026099 C6_chemical_B2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.55440218 C6_chemical_B3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 10.38398867 C6_chemical_C1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 10.33000744 C6_chemical_C2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.24302896 C6_chemical_C3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.79510245 L4_control_A1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.1911463 L4_control_A2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 12.58864965 L4_control_A3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.50965217 L4_control_B1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.8117409 L4_control_B2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.30827815 L4_control_B3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 12.07180984 L4_control_C2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 12.99905357 L4_control_C3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.43521195 L4_chemical_A1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.44846266 L4_chemical_A2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 12.27434456 L4_chemical_A3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.90380045 L4_chemical_B1 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.71169259 L4_chemical_B2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.69704959 L4_chemical_B3 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.98763564 L4_chemical_C2 +LQ06X020310 Putative Upstream activation factor subunit UAF30 12.7600348 L4_chemical_C3 +LQ06X020330 Putative Transmembrane protein 111 6.517944775 C6_control_A1 +LQ06X020330 Putative Transmembrane protein 111 7.445780688 C6_control_A3 +LQ06X020330 Putative Transmembrane protein 111 6.804218888 C6_control_B1 +LQ06X020330 Putative Transmembrane protein 111 6.099647308 C6_control_B2 +LQ06X020330 Putative Transmembrane protein 111 6.383910341 C6_control_B3 +LQ06X020330 Putative Transmembrane protein 111 6.104766057 C6_control_C1 +LQ06X020330 Putative Transmembrane protein 111 6.572829357 C6_control_C2 +LQ06X020330 Putative Transmembrane protein 111 6.327315402 C6_control_C3 +LQ06X020330 Putative Transmembrane protein 111 6.21064288 C6_chemical_A1 +LQ06X020330 Putative Transmembrane protein 111 6.43901159 C6_chemical_A3 +LQ06X020330 Putative Transmembrane protein 111 5.906630087 C6_chemical_B1 +LQ06X020330 Putative Transmembrane protein 111 6.066243862 C6_chemical_B2 +LQ06X020330 Putative Transmembrane protein 111 6.337902377 C6_chemical_B3 +LQ06X020330 Putative Transmembrane protein 111 6.229063678 C6_chemical_C1 +LQ06X020330 Putative Transmembrane protein 111 6.444385866 C6_chemical_C2 +LQ06X020330 Putative Transmembrane protein 111 6.062567527 C6_chemical_C3 +LQ06X020330 Putative Transmembrane protein 111 6.345946779 L4_control_A1 +LQ06X020330 Putative Transmembrane protein 111 6.294264919 L4_control_A2 +LQ06X020330 Putative Transmembrane protein 111 5.826500727 L4_control_A3 +LQ06X020330 Putative Transmembrane protein 111 5.960927944 L4_control_B1 +LQ06X020330 Putative Transmembrane protein 111 6.558085054 L4_control_B2 +LQ06X020330 Putative Transmembrane protein 111 6.505280818 L4_control_B3 +LQ06X020330 Putative Transmembrane protein 111 6.082766391 L4_control_C2 +LQ06X020330 Putative Transmembrane protein 111 5.748553026 L4_control_C3 +LQ06X020330 Putative Transmembrane protein 111 6.100605626 L4_chemical_A1 +LQ06X020330 Putative Transmembrane protein 111 6.355470804 L4_chemical_A2 +LQ06X020330 Putative Transmembrane protein 111 5.481572198 L4_chemical_A3 +LQ06X020330 Putative Transmembrane protein 111 6.124780612 L4_chemical_B1 +LQ06X020330 Putative Transmembrane protein 111 5.952834183 L4_chemical_B2 +LQ06X020330 Putative Transmembrane protein 111 5.945683066 L4_chemical_B3 +LQ06X020330 Putative Transmembrane protein 111 5.854810457 L4_chemical_C2 +LQ06X020330 Putative Transmembrane protein 111 5.794218251 L4_chemical_C3 +LQ06X020340 Hypothetical protein 5.912304861 C6_control_A1 +LQ06X020340 Hypothetical protein 5.413313183 C6_control_A3 +LQ06X020340 Hypothetical protein 6.984734428 C6_control_B1 +LQ06X020340 Hypothetical protein 5.992877938 C6_control_B2 +LQ06X020340 Hypothetical protein 6.839002141 C6_control_B3 +LQ06X020340 Hypothetical protein 5.153455816 C6_control_C1 +LQ06X020340 Hypothetical protein 5.243411327 C6_control_C2 +LQ06X020340 Hypothetical protein 5.565255315 C6_control_C3 +LQ06X020340 Hypothetical protein 5.773595086 C6_chemical_A1 +LQ06X020340 Hypothetical protein 6.233119037 C6_chemical_A3 +LQ06X020340 Hypothetical protein 6.198563253 C6_chemical_B1 +LQ06X020340 Hypothetical protein 5.943495321 C6_chemical_B2 +LQ06X020340 Hypothetical protein 6.263835212 C6_chemical_B3 +LQ06X020340 Hypothetical protein 4.909582354 C6_chemical_C1 +LQ06X020340 Hypothetical protein 5.535735591 C6_chemical_C2 +LQ06X020340 Hypothetical protein 5.640923482 C6_chemical_C3 +LQ06X020340 Hypothetical protein 6.037450433 L4_control_A1 +LQ06X020340 Hypothetical protein 6.240974401 L4_control_A2 +LQ06X020340 Hypothetical protein 6.527135071 L4_control_A3 +LQ06X020340 Hypothetical protein 6.266391896 L4_control_B1 +LQ06X020340 Hypothetical protein 5.860019907 L4_control_B2 +LQ06X020340 Hypothetical protein 6.677489193 L4_control_B3 +LQ06X020340 Hypothetical protein 5.831244087 L4_control_C2 +LQ06X020340 Hypothetical protein 5.718428659 L4_control_C3 +LQ06X020340 Hypothetical protein 5.977082376 L4_chemical_A1 +LQ06X020340 Hypothetical protein 6.129038811 L4_chemical_A2 +LQ06X020340 Hypothetical protein 6.201567335 L4_chemical_A3 +LQ06X020340 Hypothetical protein 6.563672491 L4_chemical_B1 +LQ06X020340 Hypothetical protein 6.416610888 L4_chemical_B2 +LQ06X020340 Hypothetical protein 6.692571185 L4_chemical_B3 +LQ06X020340 Hypothetical protein 5.911323869 L4_chemical_C2 +LQ06X020340 Hypothetical protein 6.445943149 L4_chemical_C3 +LQ06X020350 Hypothetical protein 13.26074984 C6_control_A1 +LQ06X020350 Hypothetical protein 13.9179079 C6_control_A3 +LQ06X020350 Hypothetical protein 13.03201304 C6_control_B1 +LQ06X020350 Hypothetical protein 12.23195993 C6_control_B2 +LQ06X020350 Hypothetical protein 12.72114896 C6_control_B3 +LQ06X020350 Hypothetical protein 9.350249678 C6_control_C1 +LQ06X020350 Hypothetical protein 10.4557027 C6_control_C2 +LQ06X020350 Hypothetical protein 10.2676576 C6_control_C3 +LQ06X020350 Hypothetical protein 13.06656848 C6_chemical_A1 +LQ06X020350 Hypothetical protein 13.29182147 C6_chemical_A3 +LQ06X020350 Hypothetical protein 12.62757343 C6_chemical_B1 +LQ06X020350 Hypothetical protein 12.03415742 C6_chemical_B2 +LQ06X020350 Hypothetical protein 11.94251803 C6_chemical_B3 +LQ06X020350 Hypothetical protein 9.2120731 C6_chemical_C1 +LQ06X020350 Hypothetical protein 8.442460738 C6_chemical_C2 +LQ06X020350 Hypothetical protein 9.580104375 C6_chemical_C3 +LQ06X020350 Hypothetical protein 13.86915823 L4_control_A1 +LQ06X020350 Hypothetical protein 14.16313002 L4_control_A2 +LQ06X020350 Hypothetical protein 13.9122038 L4_control_A3 +LQ06X020350 Hypothetical protein 12.38397625 L4_control_B1 +LQ06X020350 Hypothetical protein 12.75205719 L4_control_B2 +LQ06X020350 Hypothetical protein 10.52766093 L4_control_B3 +LQ06X020350 Hypothetical protein 7.640883328 L4_control_C2 +LQ06X020350 Hypothetical protein 7.322235669 L4_control_C3 +LQ06X020350 Hypothetical protein 12.41924437 L4_chemical_A1 +LQ06X020350 Hypothetical protein 13.17724977 L4_chemical_A2 +LQ06X020350 Hypothetical protein 12.95986366 L4_chemical_A3 +LQ06X020350 Hypothetical protein 12.59340362 L4_chemical_B1 +LQ06X020350 Hypothetical protein 12.32770208 L4_chemical_B2 +LQ06X020350 Hypothetical protein 12.53004577 L4_chemical_B3 +LQ06X020350 Hypothetical protein 7.167143413 L4_chemical_C2 +LQ06X020350 Hypothetical protein 8.227317546 L4_chemical_C3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.2339634 C6_control_A1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 10.50121337 C6_control_A3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.60985958 C6_control_B1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.62936403 C6_control_B2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.55761673 C6_control_B3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.35213315 C6_control_C1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.19401459 C6_control_C2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.27740244 C6_control_C3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.45887078 C6_chemical_A1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 10.80061505 C6_chemical_A3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.75091668 C6_chemical_B1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.4242064 C6_chemical_B2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.6462377 C6_chemical_B3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.40631059 C6_chemical_C1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.23007982 C6_chemical_C2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.10910841 C6_chemical_C3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.49615762 L4_control_A1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.33248702 L4_control_A2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.52779367 L4_control_A3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.22206487 L4_control_B1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.8859449 L4_control_B2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.85357705 L4_control_B3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 13.16056015 L4_control_C2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.95833205 L4_control_C3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.12950629 L4_chemical_A1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.09524853 L4_chemical_A2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.68956075 L4_chemical_A3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.54113498 L4_chemical_B1 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 12.31864273 L4_chemical_B2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.52579012 L4_chemical_B3 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 13.23002459 L4_chemical_C2 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 13.00994119 L4_chemical_C3 +LQ06X020370 Putative F-box protein At4g12560 10.32923028 C6_control_A1 +LQ06X020370 Putative F-box protein At4g12560 10.05819112 C6_control_A3 +LQ06X020370 Putative F-box protein At4g12560 9.912020165 C6_control_B1 +LQ06X020370 Putative F-box protein At4g12560 9.752988712 C6_control_B2 +LQ06X020370 Putative F-box protein At4g12560 9.983494506 C6_control_B3 +LQ06X020370 Putative F-box protein At4g12560 10.05792393 C6_control_C1 +LQ06X020370 Putative F-box protein At4g12560 9.774481082 C6_control_C2 +LQ06X020370 Putative F-box protein At4g12560 9.979510245 C6_control_C3 +LQ06X020370 Putative F-box protein At4g12560 10.45890385 C6_chemical_A1 +LQ06X020370 Putative F-box protein At4g12560 10.04675833 C6_chemical_A3 +LQ06X020370 Putative F-box protein At4g12560 10.16382732 C6_chemical_B1 +LQ06X020370 Putative F-box protein At4g12560 9.825722314 C6_chemical_B2 +LQ06X020370 Putative F-box protein At4g12560 9.954638895 C6_chemical_B3 +LQ06X020370 Putative F-box protein At4g12560 9.973348461 C6_chemical_C1 +LQ06X020370 Putative F-box protein At4g12560 10.08983734 C6_chemical_C2 +LQ06X020370 Putative F-box protein At4g12560 10.03306856 C6_chemical_C3 +LQ06X020370 Putative F-box protein At4g12560 9.776095586 L4_control_A1 +LQ06X020370 Putative F-box protein At4g12560 10.10402196 L4_control_A2 +LQ06X020370 Putative F-box protein At4g12560 9.773175308 L4_control_A3 +LQ06X020370 Putative F-box protein At4g12560 10.60049891 L4_control_B1 +LQ06X020370 Putative F-box protein At4g12560 10.65952159 L4_control_B2 +LQ06X020370 Putative F-box protein At4g12560 10.16130697 L4_control_B3 +LQ06X020370 Putative F-box protein At4g12560 10.73256698 L4_control_C2 +LQ06X020370 Putative F-box protein At4g12560 11.025191 L4_control_C3 +LQ06X020370 Putative F-box protein At4g12560 9.821622268 L4_chemical_A1 +LQ06X020370 Putative F-box protein At4g12560 10.01761875 L4_chemical_A2 +LQ06X020370 Putative F-box protein At4g12560 9.735516239 L4_chemical_A3 +LQ06X020370 Putative F-box protein At4g12560 10.51047709 L4_chemical_B1 +LQ06X020370 Putative F-box protein At4g12560 10.37963352 L4_chemical_B2 +LQ06X020370 Putative F-box protein At4g12560 9.97819931 L4_chemical_B3 +LQ06X020370 Putative F-box protein At4g12560 10.61680638 L4_chemical_C2 +LQ06X020370 Putative F-box protein At4g12560 10.93450275 L4_chemical_C3 +LQ06X020400 Tonoplast dicarboxylate transporter 4.872988537 C6_control_A1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.457150531 C6_control_A3 +LQ06X020400 Tonoplast dicarboxylate transporter 5.888715072 C6_control_B1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.117761527 C6_control_B2 +LQ06X020400 Tonoplast dicarboxylate transporter 5.466915611 C6_control_B3 +LQ06X020400 Tonoplast dicarboxylate transporter 4.765903014 C6_control_C1 +LQ06X020400 Tonoplast dicarboxylate transporter 4.886517466 C6_control_C2 +LQ06X020400 Tonoplast dicarboxylate transporter 4.888849931 C6_control_C3 +LQ06X020400 Tonoplast dicarboxylate transporter 5.117288699 C6_chemical_A1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.304639758 C6_chemical_A3 +LQ06X020400 Tonoplast dicarboxylate transporter 5.260464263 C6_chemical_B1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.0654718 C6_chemical_B2 +LQ06X020400 Tonoplast dicarboxylate transporter 5.23795753 C6_chemical_B3 +LQ06X020400 Tonoplast dicarboxylate transporter 4.990967831 C6_chemical_C1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.127740521 C6_chemical_C2 +LQ06X020400 Tonoplast dicarboxylate transporter 5.157740881 C6_chemical_C3 +LQ06X020400 Tonoplast dicarboxylate transporter 5.170522553 L4_control_A1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.211874296 L4_control_A2 +LQ06X020400 Tonoplast dicarboxylate transporter 5.04288638 L4_control_A3 +LQ06X020400 Tonoplast dicarboxylate transporter 5.36123026 L4_control_B1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.319380792 L4_control_B2 +LQ06X020400 Tonoplast dicarboxylate transporter 5.006220853 L4_control_B3 +LQ06X020400 Tonoplast dicarboxylate transporter 4.987736218 L4_control_C2 +LQ06X020400 Tonoplast dicarboxylate transporter 5.956821585 L4_control_C3 +LQ06X020400 Tonoplast dicarboxylate transporter 5.337135762 L4_chemical_A1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.326607603 L4_chemical_A2 +LQ06X020400 Tonoplast dicarboxylate transporter 5.114010604 L4_chemical_A3 +LQ06X020400 Tonoplast dicarboxylate transporter 5.312918245 L4_chemical_B1 +LQ06X020400 Tonoplast dicarboxylate transporter 5.367641689 L4_chemical_B2 +LQ06X020400 Tonoplast dicarboxylate transporter 5.206107929 L4_chemical_B3 +LQ06X020400 Tonoplast dicarboxylate transporter 5.15309034 L4_chemical_C2 +LQ06X020400 Tonoplast dicarboxylate transporter 6.110536347 L4_chemical_C3 +LQ06X020410 Cystatin-like protein 12.04007842 C6_control_A1 +LQ06X020410 Cystatin-like protein 13.51073034 C6_control_A3 +LQ06X020410 Cystatin-like protein 12.2296218 C6_control_B1 +LQ06X020410 Cystatin-like protein 12.24004735 C6_control_B2 +LQ06X020410 Cystatin-like protein 12.7860258 C6_control_B3 +LQ06X020410 Cystatin-like protein 11.69685622 C6_control_C1 +LQ06X020410 Cystatin-like protein 12.5058391 C6_control_C2 +LQ06X020410 Cystatin-like protein 12.5927054 C6_control_C3 +LQ06X020410 Cystatin-like protein 12.69904177 C6_chemical_A1 +LQ06X020410 Cystatin-like protein 13.55044674 C6_chemical_A3 +LQ06X020410 Cystatin-like protein 12.92724295 C6_chemical_B1 +LQ06X020410 Cystatin-like protein 12.91477953 C6_chemical_B2 +LQ06X020410 Cystatin-like protein 12.98055907 C6_chemical_B3 +LQ06X020410 Cystatin-like protein 12.06556802 C6_chemical_C1 +LQ06X020410 Cystatin-like protein 12.5766249 C6_chemical_C2 +LQ06X020410 Cystatin-like protein 12.48921834 C6_chemical_C3 +LQ06X020410 Cystatin-like protein 12.37687617 L4_control_A1 +LQ06X020410 Cystatin-like protein 11.90303583 L4_control_A2 +LQ06X020410 Cystatin-like protein 12.71903359 L4_control_A3 +LQ06X020410 Cystatin-like protein 12.74996977 L4_control_B1 +LQ06X020410 Cystatin-like protein 11.71451151 L4_control_B2 +LQ06X020410 Cystatin-like protein 12.29105999 L4_control_B3 +LQ06X020410 Cystatin-like protein 12.3821672 L4_control_C2 +LQ06X020410 Cystatin-like protein 12.87525647 L4_control_C3 +LQ06X020410 Cystatin-like protein 14.60160803 L4_chemical_A1 +LQ06X020410 Cystatin-like protein 14.32591031 L4_chemical_A2 +LQ06X020410 Cystatin-like protein 13.37247261 L4_chemical_A3 +LQ06X020410 Cystatin-like protein 13.15168193 L4_chemical_B1 +LQ06X020410 Cystatin-like protein 13.85805762 L4_chemical_B2 +LQ06X020410 Cystatin-like protein 12.76673407 L4_chemical_B3 +LQ06X020410 Cystatin-like protein 13.02536823 L4_chemical_C2 +LQ06X020410 Cystatin-like protein 13.19195239 L4_chemical_C3 +LQ06X020420 Putative MO25-like protein At5g47540 5.160055534 C6_control_A1 +LQ06X020420 Putative MO25-like protein At5g47540 5.401651212 C6_control_A3 +LQ06X020420 Putative MO25-like protein At5g47540 6.146417833 C6_control_B1 +LQ06X020420 Putative MO25-like protein At5g47540 5.760379952 C6_control_B2 +LQ06X020420 Putative MO25-like protein At5g47540 5.577886884 C6_control_B3 +LQ06X020420 Putative MO25-like protein At5g47540 6.105792813 C6_control_C1 +LQ06X020420 Putative MO25-like protein At5g47540 6.860287898 C6_control_C2 +LQ06X020420 Putative MO25-like protein At5g47540 6.025960029 C6_control_C3 +LQ06X020420 Putative MO25-like protein At5g47540 5.148651624 C6_chemical_A1 +LQ06X020420 Putative MO25-like protein At5g47540 5.000046971 C6_chemical_A3 +LQ06X020420 Putative MO25-like protein At5g47540 5.437194016 C6_chemical_B1 +LQ06X020420 Putative MO25-like protein At5g47540 5.967791302 C6_chemical_B2 +LQ06X020420 Putative MO25-like protein At5g47540 5.482910887 C6_chemical_B3 +LQ06X020420 Putative MO25-like protein At5g47540 5.958048838 C6_chemical_C1 +LQ06X020420 Putative MO25-like protein At5g47540 6.135732902 C6_chemical_C2 +LQ06X020420 Putative MO25-like protein At5g47540 6.212207185 C6_chemical_C3 +LQ06X020420 Putative MO25-like protein At5g47540 5.229120904 L4_control_A1 +LQ06X020420 Putative MO25-like protein At5g47540 5.097383863 L4_control_A2 +LQ06X020420 Putative MO25-like protein At5g47540 5.524907956 L4_control_A3 +LQ06X020420 Putative MO25-like protein At5g47540 5.341455405 L4_control_B1 +LQ06X020420 Putative MO25-like protein At5g47540 5.024932891 L4_control_B2 +LQ06X020420 Putative MO25-like protein At5g47540 5.436452338 L4_control_B3 +LQ06X020420 Putative MO25-like protein At5g47540 5.667347868 L4_control_C2 +LQ06X020420 Putative MO25-like protein At5g47540 5.276310539 L4_control_C3 +LQ06X020420 Putative MO25-like protein At5g47540 5.932073069 L4_chemical_A1 +LQ06X020420 Putative MO25-like protein At5g47540 5.251212288 L4_chemical_A2 +LQ06X020420 Putative MO25-like protein At5g47540 5.483732535 L4_chemical_A3 +LQ06X020420 Putative MO25-like protein At5g47540 5.178903984 L4_chemical_B1 +LQ06X020420 Putative MO25-like protein At5g47540 5.390938537 L4_chemical_B2 +LQ06X020420 Putative MO25-like protein At5g47540 5.336020485 L4_chemical_B3 +LQ06X020420 Putative MO25-like protein At5g47540 5.529096993 L4_chemical_C2 +LQ06X020420 Putative MO25-like protein At5g47540 5.375637927 L4_chemical_C3 +LQ06X020430 Inositol monophosphatase 3 7.143250423 C6_control_A1 +LQ06X020430 Inositol monophosphatase 3 6.002594077 C6_control_A3 +LQ06X020430 Inositol monophosphatase 3 6.377354944 C6_control_B1 +LQ06X020430 Inositol monophosphatase 3 6.019358892 C6_control_B2 +LQ06X020430 Inositol monophosphatase 3 5.362542596 C6_control_B3 +LQ06X020430 Inositol monophosphatase 3 8.559671854 C6_control_C1 +LQ06X020430 Inositol monophosphatase 3 6.514839349 C6_control_C2 +LQ06X020430 Inositol monophosphatase 3 5.959770157 C6_control_C3 +LQ06X020430 Inositol monophosphatase 3 7.166403588 C6_chemical_A1 +LQ06X020430 Inositol monophosphatase 3 6.707390384 C6_chemical_A3 +LQ06X020430 Inositol monophosphatase 3 6.437862006 C6_chemical_B1 +LQ06X020430 Inositol monophosphatase 3 6.037753105 C6_chemical_B2 +LQ06X020430 Inositol monophosphatase 3 5.573776084 C6_chemical_B3 +LQ06X020430 Inositol monophosphatase 3 8.294855093 C6_chemical_C1 +LQ06X020430 Inositol monophosphatase 3 6.772822495 C6_chemical_C2 +LQ06X020430 Inositol monophosphatase 3 6.079405432 C6_chemical_C3 +LQ06X020430 Inositol monophosphatase 3 7.306311419 L4_control_A1 +LQ06X020430 Inositol monophosphatase 3 7.256049717 L4_control_A2 +LQ06X020430 Inositol monophosphatase 3 5.212708744 L4_control_A3 +LQ06X020430 Inositol monophosphatase 3 5.472063845 L4_control_B1 +LQ06X020430 Inositol monophosphatase 3 5.943309039 L4_control_B2 +LQ06X020430 Inositol monophosphatase 3 6.587782541 L4_control_B3 +LQ06X020430 Inositol monophosphatase 3 6.095281943 L4_control_C2 +LQ06X020430 Inositol monophosphatase 3 5.722407222 L4_control_C3 +LQ06X020430 Inositol monophosphatase 3 7.42973625 L4_chemical_A1 +LQ06X020430 Inositol monophosphatase 3 6.267368547 L4_chemical_A2 +LQ06X020430 Inositol monophosphatase 3 6.101660272 L4_chemical_A3 +LQ06X020430 Inositol monophosphatase 3 5.876773503 L4_chemical_B1 +LQ06X020430 Inositol monophosphatase 3 5.9569882 L4_chemical_B2 +LQ06X020430 Inositol monophosphatase 3 6.834146455 L4_chemical_B3 +LQ06X020430 Inositol monophosphatase 3 5.757855452 L4_chemical_C2 +LQ06X020430 Inositol monophosphatase 3 5.831304953 L4_chemical_C3 +LQ06X020440 Predicted protein 5.290642361 C6_control_A1 +LQ06X020440 Predicted protein 5.489067638 C6_control_A3 +LQ06X020440 Predicted protein 5.528159495 C6_control_B1 +LQ06X020440 Predicted protein 5.338839037 C6_control_B2 +LQ06X020440 Predicted protein 5.181533816 C6_control_B3 +LQ06X020440 Predicted protein 5.528925297 C6_control_C1 +LQ06X020440 Predicted protein 5.198146303 C6_control_C2 +LQ06X020440 Predicted protein 5.186441468 C6_control_C3 +LQ06X020440 Predicted protein 5.433596327 C6_chemical_A1 +LQ06X020440 Predicted protein 5.398865155 C6_chemical_A3 +LQ06X020440 Predicted protein 5.738796365 C6_chemical_B1 +LQ06X020440 Predicted protein 5.17306649 C6_chemical_B2 +LQ06X020440 Predicted protein 5.291600677 C6_chemical_B3 +LQ06X020440 Predicted protein 5.403895381 C6_chemical_C1 +LQ06X020440 Predicted protein 5.04006885 C6_chemical_C2 +LQ06X020440 Predicted protein 5.048410174 C6_chemical_C3 +LQ06X020440 Predicted protein 5.705350096 L4_control_A1 +LQ06X020440 Predicted protein 5.335179147 L4_control_A2 +LQ06X020440 Predicted protein 5.958058163 L4_control_A3 +LQ06X020440 Predicted protein 5.700582747 L4_control_B1 +LQ06X020440 Predicted protein 5.877964563 L4_control_B2 +LQ06X020440 Predicted protein 5.597057717 L4_control_B3 +LQ06X020440 Predicted protein 6.357033144 L4_control_C2 +LQ06X020440 Predicted protein 5.107409469 L4_control_C3 +LQ06X020440 Predicted protein 6.011588713 L4_chemical_A1 +LQ06X020440 Predicted protein 5.292484077 L4_chemical_A2 +LQ06X020440 Predicted protein 5.663348604 L4_chemical_A3 +LQ06X020440 Predicted protein 5.468601591 L4_chemical_B1 +LQ06X020440 Predicted protein 5.821085184 L4_chemical_B2 +LQ06X020440 Predicted protein 5.371162686 L4_chemical_B3 +LQ06X020440 Predicted protein 5.95849751 L4_chemical_C2 +LQ06X020440 Predicted protein 5.591106875 L4_chemical_C3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.811560752 C6_control_A1 +LQ06X020450 Ubiquitin-protein ligase, putative 9.564458892 C6_control_A3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.135849261 C6_control_B1 +LQ06X020450 Ubiquitin-protein ligase, putative 9.566730112 C6_control_B2 +LQ06X020450 Ubiquitin-protein ligase, putative 9.485123278 C6_control_B3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.897068329 C6_control_C1 +LQ06X020450 Ubiquitin-protein ligase, putative 9.017689684 C6_control_C2 +LQ06X020450 Ubiquitin-protein ligase, putative 9.16779919 C6_control_C3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.950457384 C6_chemical_A1 +LQ06X020450 Ubiquitin-protein ligase, putative 9.800576736 C6_chemical_A3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.417361714 C6_chemical_B1 +LQ06X020450 Ubiquitin-protein ligase, putative 9.587143365 C6_chemical_B2 +LQ06X020450 Ubiquitin-protein ligase, putative 9.356518005 C6_chemical_B3 +LQ06X020450 Ubiquitin-protein ligase, putative 10.0815513 C6_chemical_C1 +LQ06X020450 Ubiquitin-protein ligase, putative 9.727080429 C6_chemical_C2 +LQ06X020450 Ubiquitin-protein ligase, putative 9.531897287 C6_chemical_C3 +LQ06X020450 Ubiquitin-protein ligase, putative 10.26192268 L4_control_A1 +LQ06X020450 Ubiquitin-protein ligase, putative 10.58402337 L4_control_A2 +LQ06X020450 Ubiquitin-protein ligase, putative 10.44502975 L4_control_A3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.908906055 L4_control_B1 +LQ06X020450 Ubiquitin-protein ligase, putative 10.39834108 L4_control_B2 +LQ06X020450 Ubiquitin-protein ligase, putative 8.90391951 L4_control_B3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.617601308 L4_control_C2 +LQ06X020450 Ubiquitin-protein ligase, putative 9.247892595 L4_control_C3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.333194961 L4_chemical_A1 +LQ06X020450 Ubiquitin-protein ligase, putative 10.26780454 L4_chemical_A2 +LQ06X020450 Ubiquitin-protein ligase, putative 10.18541642 L4_chemical_A3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.282830679 L4_chemical_B1 +LQ06X020450 Ubiquitin-protein ligase, putative 9.82893968 L4_chemical_B2 +LQ06X020450 Ubiquitin-protein ligase, putative 9.545559037 L4_chemical_B3 +LQ06X020450 Ubiquitin-protein ligase, putative 9.465500314 L4_chemical_C2 +LQ06X020450 Ubiquitin-protein ligase, putative 8.947098755 L4_chemical_C3 +LQ06X020470 Ras-related protein ARA-4 12.56338723 C6_control_A1 +LQ06X020470 Ras-related protein ARA-4 12.49335842 C6_control_A3 +LQ06X020470 Ras-related protein ARA-4 12.36920696 C6_control_B1 +LQ06X020470 Ras-related protein ARA-4 12.13950071 C6_control_B2 +LQ06X020470 Ras-related protein ARA-4 12.27474098 C6_control_B3 +LQ06X020470 Ras-related protein ARA-4 11.85325737 C6_control_C1 +LQ06X020470 Ras-related protein ARA-4 11.86116345 C6_control_C2 +LQ06X020470 Ras-related protein ARA-4 11.84798659 C6_control_C3 +LQ06X020470 Ras-related protein ARA-4 12.50987861 C6_chemical_A1 +LQ06X020470 Ras-related protein ARA-4 12.5572907 C6_chemical_A3 +LQ06X020470 Ras-related protein ARA-4 12.32333917 C6_chemical_B1 +LQ06X020470 Ras-related protein ARA-4 12.03032259 C6_chemical_B2 +LQ06X020470 Ras-related protein ARA-4 12.02668145 C6_chemical_B3 +LQ06X020470 Ras-related protein ARA-4 11.93241354 C6_chemical_C1 +LQ06X020470 Ras-related protein ARA-4 11.75870905 C6_chemical_C2 +LQ06X020470 Ras-related protein ARA-4 11.80474924 C6_chemical_C3 +LQ06X020470 Ras-related protein ARA-4 12.65774837 L4_control_A1 +LQ06X020470 Ras-related protein ARA-4 12.82672051 L4_control_A2 +LQ06X020470 Ras-related protein ARA-4 12.88595488 L4_control_A3 +LQ06X020470 Ras-related protein ARA-4 12.37967324 L4_control_B1 +LQ06X020470 Ras-related protein ARA-4 12.70659342 L4_control_B2 +LQ06X020470 Ras-related protein ARA-4 12.13349402 L4_control_B3 +LQ06X020470 Ras-related protein ARA-4 12.08566208 L4_control_C2 +LQ06X020470 Ras-related protein ARA-4 12.28313883 L4_control_C3 +LQ06X020470 Ras-related protein ARA-4 12.6634732 L4_chemical_A1 +LQ06X020470 Ras-related protein ARA-4 12.78706659 L4_chemical_A2 +LQ06X020470 Ras-related protein ARA-4 12.87049187 L4_chemical_A3 +LQ06X020470 Ras-related protein ARA-4 12.59526617 L4_chemical_B1 +LQ06X020470 Ras-related protein ARA-4 12.51943907 L4_chemical_B2 +LQ06X020470 Ras-related protein ARA-4 12.26692811 L4_chemical_B3 +LQ06X020470 Ras-related protein ARA-4 11.81612605 L4_chemical_C2 +LQ06X020470 Ras-related protein ARA-4 12.12125012 L4_chemical_C3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.395159495 C6_control_A1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.798306016 C6_control_A3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.087902081 C6_control_B1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 6.032835954 C6_control_B2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.028408722 C6_control_B3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.670561902 C6_control_C1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 6.371938904 C6_control_C2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.718279461 C6_control_C3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.205533083 C6_chemical_A1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.170331481 C6_chemical_A3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.217219581 C6_chemical_B1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.455947039 C6_chemical_B2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.104073994 C6_chemical_B3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.304296333 C6_chemical_C1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.824296429 C6_chemical_C2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.714367375 C6_chemical_C3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.08844798 L4_control_A1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.270684696 L4_control_A2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 6.125369887 L4_control_A3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.186385178 L4_control_B1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 6.189783624 L4_control_B2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 4.926954014 L4_control_B3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.724045749 L4_control_C2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.371298782 L4_control_C3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.107646604 L4_chemical_A1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.154853701 L4_chemical_A2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 4.995239497 L4_chemical_A3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.620152785 L4_chemical_B1 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.17773931 L4_chemical_B2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.169039577 L4_chemical_B3 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.595795421 L4_chemical_C2 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.788018722 L4_chemical_C3 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.515420176 C6_control_A1 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.948074179 C6_control_A3 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.704870932 C6_control_B1 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.690023895 C6_control_B2 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.168590477 C6_control_B3 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.302559525 C6_control_C1 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.737479123 C6_control_C2 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.646977256 C6_control_C3 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.191533623 C6_chemical_A1 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.301375718 C6_chemical_A3 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.822285699 C6_chemical_B1 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.800830242 C6_chemical_B2 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.482163496 C6_chemical_B3 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.583243664 C6_chemical_C1 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.051527016 C6_chemical_C2 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.782988253 C6_chemical_C3 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.575629819 L4_control_A1 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.666421738 L4_control_A2 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.375704768 L4_control_A3 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.622343215 L4_control_B1 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.530363189 L4_control_B2 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.694597185 L4_control_B3 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.839993924 L4_control_C2 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.413566057 L4_control_C3 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.738242682 L4_chemical_A1 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.848234201 L4_chemical_A2 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.541631785 L4_chemical_A3 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.364921159 L4_chemical_B1 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.025158237 L4_chemical_B2 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.772493993 L4_chemical_B3 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.74887506 L4_chemical_C2 +LQ06X020490 Putative yippee-like protein Os10g0369500 5.79050183 L4_chemical_C3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.351429691 C6_control_A1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.803659911 C6_control_A3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.622155862 C6_control_B1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.380124992 C6_control_B2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.6014415 C6_control_B3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.558476795 C6_control_C1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.736660524 C6_control_C2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.527368767 C6_control_C3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.461176772 C6_chemical_A1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.175505781 C6_chemical_A3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.566108057 C6_chemical_B1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.191120733 C6_chemical_B2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.635394133 C6_chemical_B3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.295802321 C6_chemical_C1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.52751752 C6_chemical_C2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.354528802 C6_chemical_C3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.422479589 L4_control_A1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.458153012 L4_control_A2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.174453296 L4_control_A3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.724661586 L4_control_B1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.386030894 L4_control_B2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.047367121 L4_control_B3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 4.91508968 L4_control_C2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.282108679 L4_control_C3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.168229303 L4_chemical_A1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.209018812 L4_chemical_A2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.383625499 L4_chemical_A3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.424105058 L4_chemical_B1 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.606555806 L4_chemical_B2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.38606523 L4_chemical_B3 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.031392885 L4_chemical_C2 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.433275535 L4_chemical_C3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.98157635 C6_control_A1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.21817148 C6_control_A3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.63405889 C6_control_B1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.72714302 C6_control_B2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.50060715 C6_control_B3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.55357319 C6_control_C1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.83372992 C6_control_C2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.66359631 C6_control_C3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.81563254 C6_chemical_A1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.23467278 C6_chemical_A3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.33149787 C6_chemical_B1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.21128147 C6_chemical_B2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.1533754 C6_chemical_B3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.42601021 C6_chemical_C1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.55355255 C6_chemical_C2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.5605341 C6_chemical_C3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.9681048 L4_control_A1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.00731951 L4_control_A2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.96506903 L4_control_A3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.68204294 L4_control_B1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 11.83485264 L4_control_B2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.61624599 L4_control_B3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.81292871 L4_control_C2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.81162363 L4_control_C3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.89394492 L4_chemical_A1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.80148498 L4_chemical_A2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.81587607 L4_chemical_A3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.83982634 L4_chemical_B1 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.27505279 L4_chemical_B2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.12937772 L4_chemical_B3 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.82500079 L4_chemical_C2 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 13.72871899 L4_chemical_C3 +LQ06X020540 Hypothetical protein 6.802471713 C6_control_A1 +LQ06X020540 Hypothetical protein 6.225642542 C6_control_A3 +LQ06X020540 Hypothetical protein 6.71845892 C6_control_B1 +LQ06X020540 Hypothetical protein 5.47276027 C6_control_B2 +LQ06X020540 Hypothetical protein 7.422032431 C6_control_B3 +LQ06X020540 Hypothetical protein 5.929546054 C6_control_C1 +LQ06X020540 Hypothetical protein 5.825548666 C6_control_C2 +LQ06X020540 Hypothetical protein 6.500764458 C6_control_C3 +LQ06X020540 Hypothetical protein 6.810740079 C6_chemical_A1 +LQ06X020540 Hypothetical protein 6.49040586 C6_chemical_A3 +LQ06X020540 Hypothetical protein 6.341480525 C6_chemical_B1 +LQ06X020540 Hypothetical protein 5.810775631 C6_chemical_B2 +LQ06X020540 Hypothetical protein 7.069703039 C6_chemical_B3 +LQ06X020540 Hypothetical protein 6.256850875 C6_chemical_C1 +LQ06X020540 Hypothetical protein 5.686879718 C6_chemical_C2 +LQ06X020540 Hypothetical protein 6.736086033 C6_chemical_C3 +LQ06X020540 Hypothetical protein 6.370489006 L4_control_A1 +LQ06X020540 Hypothetical protein 6.576336022 L4_control_A2 +LQ06X020540 Hypothetical protein 5.965221909 L4_control_A3 +LQ06X020540 Hypothetical protein 5.659711806 L4_control_B1 +LQ06X020540 Hypothetical protein 6.590337013 L4_control_B2 +LQ06X020540 Hypothetical protein 6.344351379 L4_control_B3 +LQ06X020540 Hypothetical protein 5.886490985 L4_control_C2 +LQ06X020540 Hypothetical protein 6.087864257 L4_control_C3 +LQ06X020540 Hypothetical protein 6.249468523 L4_chemical_A1 +LQ06X020540 Hypothetical protein 6.620048674 L4_chemical_A2 +LQ06X020540 Hypothetical protein 5.949679275 L4_chemical_A3 +LQ06X020540 Hypothetical protein 5.871641003 L4_chemical_B1 +LQ06X020540 Hypothetical protein 7.060314243 L4_chemical_B2 +LQ06X020540 Hypothetical protein 6.344934531 L4_chemical_B3 +LQ06X020540 Hypothetical protein 6.454561192 L4_chemical_C2 +LQ06X020540 Hypothetical protein 6.528928438 L4_chemical_C3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.324632906 C6_control_A1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.009402252 C6_control_A3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.653601806 C6_control_B1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.551025586 C6_control_B2 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.51043743 C6_control_B3 +LQ06X020560 Scarecrow-like transcription factor PAT1 6.151420662 C6_control_C1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.746445998 C6_control_C2 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.415712643 C6_control_C3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.230879027 C6_chemical_A1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.302724267 C6_chemical_A3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.616437884 C6_chemical_B1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.341980308 C6_chemical_B2 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.478315994 C6_chemical_B3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.789830758 C6_chemical_C1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.520229352 C6_chemical_C2 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.438130055 C6_chemical_C3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.192586874 L4_control_A1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.061807704 L4_control_A2 +LQ06X020560 Scarecrow-like transcription factor PAT1 4.96353438 L4_control_A3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.192313457 L4_control_B1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.278805956 L4_control_B2 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.143141474 L4_control_B3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.419947368 L4_control_C2 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.526361548 L4_control_C3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.471232423 L4_chemical_A1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.066405045 L4_chemical_A2 +LQ06X020560 Scarecrow-like transcription factor PAT1 4.964756661 L4_chemical_A3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.452076127 L4_chemical_B1 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.542952036 L4_chemical_B2 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.236674418 L4_chemical_B3 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.120220143 L4_chemical_C2 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.424935876 L4_chemical_C3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.907045966 C6_control_A1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.705544979 C6_control_A3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.894825937 C6_control_B1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.832263105 C6_control_B2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.919738411 C6_control_B3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.804721331 C6_control_C1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.318539973 C6_control_C2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.718763357 C6_control_C3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.736921367 C6_chemical_A1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.105118908 C6_chemical_A3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.446113142 C6_chemical_B1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.930620025 C6_chemical_B2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.544955643 C6_chemical_B3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.364368737 C6_chemical_C1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.691685164 C6_chemical_C2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.733821275 C6_chemical_C3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.83187495 L4_control_A1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.353577679 L4_control_A2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.653490974 L4_control_A3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.923577582 L4_control_B1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.529756242 L4_control_B2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.838308385 L4_control_B3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.456336734 L4_control_C2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.297442119 L4_control_C3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.957974436 L4_chemical_A1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.264334766 L4_chemical_A2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.112255228 L4_chemical_A3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.007973975 L4_chemical_B1 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.68074525 L4_chemical_B2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.950747975 L4_chemical_B3 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 6.272386159 L4_chemical_C2 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.762308621 L4_chemical_C3 +LQ06X020610 UPF0497 membrane protein 5 11.9075071 C6_control_A1 +LQ06X020610 UPF0497 membrane protein 5 12.06724265 C6_control_A3 +LQ06X020610 UPF0497 membrane protein 5 11.51696513 C6_control_B1 +LQ06X020610 UPF0497 membrane protein 5 10.72826381 C6_control_B2 +LQ06X020610 UPF0497 membrane protein 5 11.22414965 C6_control_B3 +LQ06X020610 UPF0497 membrane protein 5 10.76172953 C6_control_C1 +LQ06X020610 UPF0497 membrane protein 5 10.22204279 C6_control_C2 +LQ06X020610 UPF0497 membrane protein 5 10.8224046 C6_control_C3 +LQ06X020610 UPF0497 membrane protein 5 11.87582733 C6_chemical_A1 +LQ06X020610 UPF0497 membrane protein 5 12.20314746 C6_chemical_A3 +LQ06X020610 UPF0497 membrane protein 5 11.65602716 C6_chemical_B1 +LQ06X020610 UPF0497 membrane protein 5 10.50520117 C6_chemical_B2 +LQ06X020610 UPF0497 membrane protein 5 11.55223111 C6_chemical_B3 +LQ06X020610 UPF0497 membrane protein 5 10.47892424 C6_chemical_C1 +LQ06X020610 UPF0497 membrane protein 5 9.993333219 C6_chemical_C2 +LQ06X020610 UPF0497 membrane protein 5 10.40116003 C6_chemical_C3 +LQ06X020610 UPF0497 membrane protein 5 11.59845149 L4_control_A1 +LQ06X020610 UPF0497 membrane protein 5 11.6192547 L4_control_A2 +LQ06X020610 UPF0497 membrane protein 5 11.90793566 L4_control_A3 +LQ06X020610 UPF0497 membrane protein 5 11.15259668 L4_control_B1 +LQ06X020610 UPF0497 membrane protein 5 11.30744315 L4_control_B2 +LQ06X020610 UPF0497 membrane protein 5 9.656393187 L4_control_B3 +LQ06X020610 UPF0497 membrane protein 5 8.77639554 L4_control_C2 +LQ06X020610 UPF0497 membrane protein 5 9.228769567 L4_control_C3 +LQ06X020610 UPF0497 membrane protein 5 11.22275766 L4_chemical_A1 +LQ06X020610 UPF0497 membrane protein 5 11.57308521 L4_chemical_A2 +LQ06X020610 UPF0497 membrane protein 5 12.00972179 L4_chemical_A3 +LQ06X020610 UPF0497 membrane protein 5 11.68634753 L4_chemical_B1 +LQ06X020610 UPF0497 membrane protein 5 11.55069286 L4_chemical_B2 +LQ06X020610 UPF0497 membrane protein 5 11.59908078 L4_chemical_B3 +LQ06X020610 UPF0497 membrane protein 5 8.780085276 L4_chemical_C2 +LQ06X020610 UPF0497 membrane protein 5 9.221703874 L4_chemical_C3 +LQ06X020640 Putative uncharacterized protein 5.291869991 C6_control_A1 +LQ06X020640 Putative uncharacterized protein 5.069277355 C6_control_A3 +LQ06X020640 Putative uncharacterized protein 5.713128969 C6_control_B1 +LQ06X020640 Putative uncharacterized protein 4.99554792 C6_control_B2 +LQ06X020640 Putative uncharacterized protein 5.795472557 C6_control_B3 +LQ06X020640 Putative uncharacterized protein 4.873210023 C6_control_C1 +LQ06X020640 Putative uncharacterized protein 4.877363061 C6_control_C2 +LQ06X020640 Putative uncharacterized protein 4.99381723 C6_control_C3 +LQ06X020640 Putative uncharacterized protein 4.89555086 C6_chemical_A1 +LQ06X020640 Putative uncharacterized protein 4.814297147 C6_chemical_A3 +LQ06X020640 Putative uncharacterized protein 5.067995355 C6_chemical_B1 +LQ06X020640 Putative uncharacterized protein 5.07070075 C6_chemical_B2 +LQ06X020640 Putative uncharacterized protein 5.615943622 C6_chemical_B3 +LQ06X020640 Putative uncharacterized protein 4.960437958 C6_chemical_C1 +LQ06X020640 Putative uncharacterized protein 4.827304034 C6_chemical_C2 +LQ06X020640 Putative uncharacterized protein 5.025657319 C6_chemical_C3 +LQ06X020640 Putative uncharacterized protein 5.055825425 L4_control_A1 +LQ06X020640 Putative uncharacterized protein 5.215842083 L4_control_A2 +LQ06X020640 Putative uncharacterized protein 4.846532909 L4_control_A3 +LQ06X020640 Putative uncharacterized protein 5.588406483 L4_control_B1 +LQ06X020640 Putative uncharacterized protein 4.975271342 L4_control_B2 +LQ06X020640 Putative uncharacterized protein 5.412170287 L4_control_B3 +LQ06X020640 Putative uncharacterized protein 4.760067663 L4_control_C2 +LQ06X020640 Putative uncharacterized protein 5.165226756 L4_control_C3 +LQ06X020640 Putative uncharacterized protein 5.145108868 L4_chemical_A1 +LQ06X020640 Putative uncharacterized protein 5.604296793 L4_chemical_A2 +LQ06X020640 Putative uncharacterized protein 4.785405266 L4_chemical_A3 +LQ06X020640 Putative uncharacterized protein 5.155779366 L4_chemical_B1 +LQ06X020640 Putative uncharacterized protein 4.927490221 L4_chemical_B2 +LQ06X020640 Putative uncharacterized protein 5.130606785 L4_chemical_B3 +LQ06X020640 Putative uncharacterized protein 5.078976016 L4_chemical_C2 +LQ06X020640 Putative uncharacterized protein 5.366319001 L4_chemical_C3 +LQ06X020660 Transcriptional adapter ADA2b 8.586503754 C6_control_A1 +LQ06X020660 Transcriptional adapter ADA2b 8.51091769 C6_control_A3 +LQ06X020660 Transcriptional adapter ADA2b 8.154951809 C6_control_B1 +LQ06X020660 Transcriptional adapter ADA2b 8.856104423 C6_control_B2 +LQ06X020660 Transcriptional adapter ADA2b 8.491234717 C6_control_B3 +LQ06X020660 Transcriptional adapter ADA2b 10.07503835 C6_control_C1 +LQ06X020660 Transcriptional adapter ADA2b 9.798388551 C6_control_C2 +LQ06X020660 Transcriptional adapter ADA2b 9.46652602 C6_control_C3 +LQ06X020660 Transcriptional adapter ADA2b 8.459080648 C6_chemical_A1 +LQ06X020660 Transcriptional adapter ADA2b 9.038446573 C6_chemical_A3 +LQ06X020660 Transcriptional adapter ADA2b 8.765360816 C6_chemical_B1 +LQ06X020660 Transcriptional adapter ADA2b 8.71407752 C6_chemical_B2 +LQ06X020660 Transcriptional adapter ADA2b 8.759343311 C6_chemical_B3 +LQ06X020660 Transcriptional adapter ADA2b 10.04863151 C6_chemical_C1 +LQ06X020660 Transcriptional adapter ADA2b 9.721002568 C6_chemical_C2 +LQ06X020660 Transcriptional adapter ADA2b 9.863395885 C6_chemical_C3 +LQ06X020660 Transcriptional adapter ADA2b 8.901946686 L4_control_A1 +LQ06X020660 Transcriptional adapter ADA2b 8.165656159 L4_control_A2 +LQ06X020660 Transcriptional adapter ADA2b 8.898086251 L4_control_A3 +LQ06X020660 Transcriptional adapter ADA2b 8.13948435 L4_control_B1 +LQ06X020660 Transcriptional adapter ADA2b 7.938976263 L4_control_B2 +LQ06X020660 Transcriptional adapter ADA2b 9.658593348 L4_control_B3 +LQ06X020660 Transcriptional adapter ADA2b 9.00482622 L4_control_C2 +LQ06X020660 Transcriptional adapter ADA2b 9.240722262 L4_control_C3 +LQ06X020660 Transcriptional adapter ADA2b 8.509548671 L4_chemical_A1 +LQ06X020660 Transcriptional adapter ADA2b 7.917384742 L4_chemical_A2 +LQ06X020660 Transcriptional adapter ADA2b 8.334960014 L4_chemical_A3 +LQ06X020660 Transcriptional adapter ADA2b 7.847134559 L4_chemical_B1 +LQ06X020660 Transcriptional adapter ADA2b 7.339088088 L4_chemical_B2 +LQ06X020660 Transcriptional adapter ADA2b 9.091616362 L4_chemical_B3 +LQ06X020660 Transcriptional adapter ADA2b 8.583914298 L4_chemical_C2 +LQ06X020660 Transcriptional adapter ADA2b 9.241473689 L4_chemical_C3 +LQ06X020670 Putative uncharacterized protein 8.997299804 C6_control_A1 +LQ06X020670 Putative uncharacterized protein 9.318598471 C6_control_A3 +LQ06X020670 Putative uncharacterized protein 8.611247864 C6_control_B1 +LQ06X020670 Putative uncharacterized protein 8.904313967 C6_control_B2 +LQ06X020670 Putative uncharacterized protein 9.382419279 C6_control_B3 +LQ06X020670 Putative uncharacterized protein 9.350423901 C6_control_C1 +LQ06X020670 Putative uncharacterized protein 9.173077019 C6_control_C2 +LQ06X020670 Putative uncharacterized protein 9.293250179 C6_control_C3 +LQ06X020670 Putative uncharacterized protein 9.006985761 C6_chemical_A1 +LQ06X020670 Putative uncharacterized protein 9.600121233 C6_chemical_A3 +LQ06X020670 Putative uncharacterized protein 9.237526359 C6_chemical_B1 +LQ06X020670 Putative uncharacterized protein 8.738669821 C6_chemical_B2 +LQ06X020670 Putative uncharacterized protein 9.251985765 C6_chemical_B3 +LQ06X020670 Putative uncharacterized protein 9.265400415 C6_chemical_C1 +LQ06X020670 Putative uncharacterized protein 9.532821482 C6_chemical_C2 +LQ06X020670 Putative uncharacterized protein 9.467471103 C6_chemical_C3 +LQ06X020670 Putative uncharacterized protein 9.49787408 L4_control_A1 +LQ06X020670 Putative uncharacterized protein 9.302786955 L4_control_A2 +LQ06X020670 Putative uncharacterized protein 10.75598809 L4_control_A3 +LQ06X020670 Putative uncharacterized protein 9.051877249 L4_control_B1 +LQ06X020670 Putative uncharacterized protein 9.803359759 L4_control_B2 +LQ06X020670 Putative uncharacterized protein 9.352244839 L4_control_B3 +LQ06X020670 Putative uncharacterized protein 10.00398717 L4_control_C2 +LQ06X020670 Putative uncharacterized protein 10.63113251 L4_control_C3 +LQ06X020670 Putative uncharacterized protein 9.286031894 L4_chemical_A1 +LQ06X020670 Putative uncharacterized protein 9.63779744 L4_chemical_A2 +LQ06X020670 Putative uncharacterized protein 10.45288308 L4_chemical_A3 +LQ06X020670 Putative uncharacterized protein 9.34922035 L4_chemical_B1 +LQ06X020670 Putative uncharacterized protein 9.406584838 L4_chemical_B2 +LQ06X020670 Putative uncharacterized protein 9.419729298 L4_chemical_B3 +LQ06X020670 Putative uncharacterized protein 10.04580569 L4_chemical_C2 +LQ06X020670 Putative uncharacterized protein 10.61135825 L4_chemical_C3 +LQ06X020700 Hypothetical protein 5.432895606 C6_control_A1 +LQ06X020700 Hypothetical protein 5.091948803 C6_control_A3 +LQ06X020700 Hypothetical protein 5.356764606 C6_control_B1 +LQ06X020700 Hypothetical protein 5.907691597 C6_control_B2 +LQ06X020700 Hypothetical protein 5.183821727 C6_control_B3 +LQ06X020700 Hypothetical protein 5.492300036 C6_control_C1 +LQ06X020700 Hypothetical protein 5.268898406 C6_control_C2 +LQ06X020700 Hypothetical protein 5.810976362 C6_control_C3 +LQ06X020700 Hypothetical protein 5.469073116 C6_chemical_A1 +LQ06X020700 Hypothetical protein 5.522510489 C6_chemical_A3 +LQ06X020700 Hypothetical protein 5.415161507 C6_chemical_B1 +LQ06X020700 Hypothetical protein 5.264654236 C6_chemical_B2 +LQ06X020700 Hypothetical protein 5.389516069 C6_chemical_B3 +LQ06X020700 Hypothetical protein 5.252029994 C6_chemical_C1 +LQ06X020700 Hypothetical protein 5.574231844 C6_chemical_C2 +LQ06X020700 Hypothetical protein 5.87006983 C6_chemical_C3 +LQ06X020700 Hypothetical protein 5.244416557 L4_control_A1 +LQ06X020700 Hypothetical protein 5.81458784 L4_control_A2 +LQ06X020700 Hypothetical protein 6.23171861 L4_control_A3 +LQ06X020700 Hypothetical protein 5.579526979 L4_control_B1 +LQ06X020700 Hypothetical protein 5.753010283 L4_control_B2 +LQ06X020700 Hypothetical protein 4.988744786 L4_control_B3 +LQ06X020700 Hypothetical protein 5.62813339 L4_control_C2 +LQ06X020700 Hypothetical protein 5.105222804 L4_control_C3 +LQ06X020700 Hypothetical protein 5.437962259 L4_chemical_A1 +LQ06X020700 Hypothetical protein 5.749039163 L4_chemical_A2 +LQ06X020700 Hypothetical protein 5.846143749 L4_chemical_A3 +LQ06X020700 Hypothetical protein 5.347301121 L4_chemical_B1 +LQ06X020700 Hypothetical protein 5.590177585 L4_chemical_B2 +LQ06X020700 Hypothetical protein 5.32003322 L4_chemical_B3 +LQ06X020700 Hypothetical protein 4.918037264 L4_chemical_C2 +LQ06X020700 Hypothetical protein 5.171564049 L4_chemical_C3 +LQ06X020710 Putative uncharacterized protein 6.129802179 C6_control_A1 +LQ06X020710 Putative uncharacterized protein 6.191470754 C6_control_A3 +LQ06X020710 Putative uncharacterized protein 6.026743096 C6_control_B1 +LQ06X020710 Putative uncharacterized protein 5.663596599 C6_control_B2 +LQ06X020710 Putative uncharacterized protein 5.797312128 C6_control_B3 +LQ06X020710 Putative uncharacterized protein 5.169753089 C6_control_C1 +LQ06X020710 Putative uncharacterized protein 4.875563819 C6_control_C2 +LQ06X020710 Putative uncharacterized protein 5.354650759 C6_control_C3 +LQ06X020710 Putative uncharacterized protein 6.116939827 C6_chemical_A1 +LQ06X020710 Putative uncharacterized protein 6.056063238 C6_chemical_A3 +LQ06X020710 Putative uncharacterized protein 5.665719847 C6_chemical_B1 +LQ06X020710 Putative uncharacterized protein 5.57028774 C6_chemical_B2 +LQ06X020710 Putative uncharacterized protein 5.740910426 C6_chemical_B3 +LQ06X020710 Putative uncharacterized protein 5.206405548 C6_chemical_C1 +LQ06X020710 Putative uncharacterized protein 5.299828156 C6_chemical_C2 +LQ06X020710 Putative uncharacterized protein 5.339843153 C6_chemical_C3 +LQ06X020710 Putative uncharacterized protein 5.464315535 L4_control_A1 +LQ06X020710 Putative uncharacterized protein 5.798695744 L4_control_A2 +LQ06X020710 Putative uncharacterized protein 6.522102914 L4_control_A3 +LQ06X020710 Putative uncharacterized protein 5.562483085 L4_control_B1 +LQ06X020710 Putative uncharacterized protein 5.317197294 L4_control_B2 +LQ06X020710 Putative uncharacterized protein 5.831711057 L4_control_B3 +LQ06X020710 Putative uncharacterized protein 5.350686842 L4_control_C2 +LQ06X020710 Putative uncharacterized protein 5.074743452 L4_control_C3 +LQ06X020710 Putative uncharacterized protein 5.839897113 L4_chemical_A1 +LQ06X020710 Putative uncharacterized protein 6.047778722 L4_chemical_A2 +LQ06X020710 Putative uncharacterized protein 6.754102363 L4_chemical_A3 +LQ06X020710 Putative uncharacterized protein 5.435866075 L4_chemical_B1 +LQ06X020710 Putative uncharacterized protein 6.243127576 L4_chemical_B2 +LQ06X020710 Putative uncharacterized protein 5.592637429 L4_chemical_B3 +LQ06X020710 Putative uncharacterized protein 5.981958608 L4_chemical_C2 +LQ06X020710 Putative uncharacterized protein 5.223195993 L4_chemical_C3 +LQ06X020720 Putative uncharacterized protein 8.531067313 C6_control_A1 +LQ06X020720 Putative uncharacterized protein 8.558815703 C6_control_A3 +LQ06X020720 Putative uncharacterized protein 5.667852562 C6_control_B1 +LQ06X020720 Putative uncharacterized protein 5.634641535 C6_control_B2 +LQ06X020720 Putative uncharacterized protein 5.215790777 C6_control_B3 +LQ06X020720 Putative uncharacterized protein 6.562738553 C6_control_C1 +LQ06X020720 Putative uncharacterized protein 5.531519051 C6_control_C2 +LQ06X020720 Putative uncharacterized protein 5.993081123 C6_control_C3 +LQ06X020720 Putative uncharacterized protein 8.508213443 C6_chemical_A1 +LQ06X020720 Putative uncharacterized protein 10.0373469 C6_chemical_A3 +LQ06X020720 Putative uncharacterized protein 5.953374979 C6_chemical_B1 +LQ06X020720 Putative uncharacterized protein 5.53515865 C6_chemical_B2 +LQ06X020720 Putative uncharacterized protein 5.321769134 C6_chemical_B3 +LQ06X020720 Putative uncharacterized protein 6.625416915 C6_chemical_C1 +LQ06X020720 Putative uncharacterized protein 5.647442362 C6_chemical_C2 +LQ06X020720 Putative uncharacterized protein 5.927146333 C6_chemical_C3 +LQ06X020720 Putative uncharacterized protein 10.64072308 L4_control_A1 +LQ06X020720 Putative uncharacterized protein 9.273874531 L4_control_A2 +LQ06X020720 Putative uncharacterized protein 8.42213054 L4_control_A3 +LQ06X020720 Putative uncharacterized protein 5.311246403 L4_control_B1 +LQ06X020720 Putative uncharacterized protein 5.154241374 L4_control_B2 +LQ06X020720 Putative uncharacterized protein 5.432576855 L4_control_B3 +LQ06X020720 Putative uncharacterized protein 5.256365166 L4_control_C2 +LQ06X020720 Putative uncharacterized protein 6.659608126 L4_control_C3 +LQ06X020720 Putative uncharacterized protein 10.33991615 L4_chemical_A1 +LQ06X020720 Putative uncharacterized protein 10.43032806 L4_chemical_A2 +LQ06X020720 Putative uncharacterized protein 9.404922482 L4_chemical_A3 +LQ06X020720 Putative uncharacterized protein 5.624267697 L4_chemical_B1 +LQ06X020720 Putative uncharacterized protein 5.744515651 L4_chemical_B2 +LQ06X020720 Putative uncharacterized protein 6.664261216 L4_chemical_B3 +LQ06X020720 Putative uncharacterized protein 5.294220863 L4_chemical_C2 +LQ06X020720 Putative uncharacterized protein 5.923241152 L4_chemical_C3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.537224908 C6_control_A1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.282880869 C6_control_A3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.665588933 C6_control_B1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.877465097 C6_control_B2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.750244607 C6_control_B3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.772054778 C6_control_C1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.922027396 C6_control_C2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.427615734 C6_control_C3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.40567346 C6_chemical_A1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.563706794 C6_chemical_A3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.717752214 C6_chemical_B1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.196886537 C6_chemical_B2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.863053094 C6_chemical_B3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.691309012 C6_chemical_C1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.698103967 C6_chemical_C2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.542619749 C6_chemical_C3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.643166861 L4_control_A1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.338779673 L4_control_A2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 7.906534279 L4_control_A3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 7.718897366 L4_control_B1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.062504587 L4_control_B2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.482434895 L4_control_B3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.954349198 L4_control_C2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.804857516 L4_control_C3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.253659277 L4_chemical_A1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 7.948950602 L4_chemical_A2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 7.576148905 L4_chemical_A3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 7.632522519 L4_chemical_B1 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 7.64615533 L4_chemical_B2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.876819437 L4_chemical_B3 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.799553772 L4_chemical_C2 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 9.197384357 L4_chemical_C3 +LQ06X020760 Predicted protein 4.87310293 C6_control_A1 +LQ06X020760 Predicted protein 5.094150618 C6_control_A3 +LQ06X020760 Predicted protein 5.060222574 C6_control_B1 +LQ06X020760 Predicted protein 4.861302316 C6_control_B2 +LQ06X020760 Predicted protein 4.917523627 C6_control_B3 +LQ06X020760 Predicted protein 4.89734848 C6_control_C1 +LQ06X020760 Predicted protein 4.794505399 C6_control_C2 +LQ06X020760 Predicted protein 4.942794376 C6_control_C3 +LQ06X020760 Predicted protein 4.994173953 C6_chemical_A1 +LQ06X020760 Predicted protein 4.993207141 C6_chemical_A3 +LQ06X020760 Predicted protein 5.280966309 C6_chemical_B1 +LQ06X020760 Predicted protein 4.687489099 C6_chemical_B2 +LQ06X020760 Predicted protein 5.052227549 C6_chemical_B3 +LQ06X020760 Predicted protein 5.304467315 C6_chemical_C1 +LQ06X020760 Predicted protein 4.991047315 C6_chemical_C2 +LQ06X020760 Predicted protein 4.975650392 C6_chemical_C3 +LQ06X020760 Predicted protein 5.250773348 L4_control_A1 +LQ06X020760 Predicted protein 5.031923604 L4_control_A2 +LQ06X020760 Predicted protein 5.683576181 L4_control_A3 +LQ06X020760 Predicted protein 5.177779013 L4_control_B1 +LQ06X020760 Predicted protein 4.895983256 L4_control_B2 +LQ06X020760 Predicted protein 5.12005293 L4_control_B3 +LQ06X020760 Predicted protein 5.261598763 L4_control_C2 +LQ06X020760 Predicted protein 5.532108155 L4_control_C3 +LQ06X020760 Predicted protein 5.053945707 L4_chemical_A1 +LQ06X020760 Predicted protein 5.059643975 L4_chemical_A2 +LQ06X020760 Predicted protein 5.375354701 L4_chemical_A3 +LQ06X020760 Predicted protein 5.341860377 L4_chemical_B1 +LQ06X020760 Predicted protein 5.4520469 L4_chemical_B2 +LQ06X020760 Predicted protein 5.082818453 L4_chemical_B3 +LQ06X020760 Predicted protein 5.178075148 L4_chemical_C2 +LQ06X020760 Predicted protein 5.958966462 L4_chemical_C3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.373960701 C6_control_A1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.657786807 C6_control_A3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.607184649 C6_control_B1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.722116233 C6_control_B2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.407489998 C6_control_B3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.128960819 C6_control_C1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.077843435 C6_control_C2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.203703881 C6_control_C3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.468887211 C6_chemical_A1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.320534984 C6_chemical_A3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.148420226 C6_chemical_B1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.585994068 C6_chemical_B2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.349722925 C6_chemical_B3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 4.901779461 C6_chemical_C1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.308558718 C6_chemical_C2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.031321357 C6_chemical_C3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.305943962 L4_control_A1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.534157004 L4_control_A2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.440123203 L4_control_A3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.773311263 L4_control_B1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.366230169 L4_control_B2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.480075016 L4_control_B3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.127231056 L4_control_C2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 4.725229723 L4_control_C3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.01520902 L4_chemical_A1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.381638038 L4_chemical_A2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.345209388 L4_chemical_A3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.261220211 L4_chemical_B1 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.431156836 L4_chemical_B2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.460262529 L4_chemical_B3 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.142340981 L4_chemical_C2 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.211387065 L4_chemical_C3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.992267794 C6_control_A1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.920519642 C6_control_A3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.645334928 C6_control_B1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.527953131 C6_control_B2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.081315556 C6_control_B3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.076690042 C6_control_C1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.246579519 C6_control_C2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.248622393 C6_control_C3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.944180537 C6_chemical_A1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.871459616 C6_chemical_A3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.978849698 C6_chemical_B1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.494893951 C6_chemical_B2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.504514488 C6_chemical_B3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.336677403 C6_chemical_C1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.908234124 C6_chemical_C2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.315658513 C6_chemical_C3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.73508052 L4_control_A1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.517701654 L4_control_A2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.76947469 L4_control_A3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.605679351 L4_control_B1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.708831138 L4_control_B2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.026257774 L4_control_B3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.149410657 L4_control_C2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.226915125 L4_control_C3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.138337571 L4_chemical_A1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.126015888 L4_chemical_A2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.014142032 L4_chemical_A3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.884046156 L4_chemical_B1 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.598653295 L4_chemical_B2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 6.265585177 L4_chemical_B3 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.834828101 L4_chemical_C2 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.485103957 L4_chemical_C3 +LQ06X020830 Predicted protein 6.611763295 C6_control_A1 +LQ06X020830 Predicted protein 7.071385819 C6_control_A3 +LQ06X020830 Predicted protein 6.80079353 C6_control_B1 +LQ06X020830 Predicted protein 7.51307992 C6_control_B2 +LQ06X020830 Predicted protein 7.197916246 C6_control_B3 +LQ06X020830 Predicted protein 8.473195842 C6_control_C1 +LQ06X020830 Predicted protein 8.592073127 C6_control_C2 +LQ06X020830 Predicted protein 8.299186577 C6_control_C3 +LQ06X020830 Predicted protein 7.18942245 C6_chemical_A1 +LQ06X020830 Predicted protein 7.856258906 C6_chemical_A3 +LQ06X020830 Predicted protein 7.179568958 C6_chemical_B1 +LQ06X020830 Predicted protein 8.123997605 C6_chemical_B2 +LQ06X020830 Predicted protein 7.442694531 C6_chemical_B3 +LQ06X020830 Predicted protein 8.832696393 C6_chemical_C1 +LQ06X020830 Predicted protein 8.457067254 C6_chemical_C2 +LQ06X020830 Predicted protein 8.419713377 C6_chemical_C3 +LQ06X020830 Predicted protein 7.156213163 L4_control_A1 +LQ06X020830 Predicted protein 7.64223595 L4_control_A2 +LQ06X020830 Predicted protein 6.954490745 L4_control_A3 +LQ06X020830 Predicted protein 5.73859382 L4_control_B1 +LQ06X020830 Predicted protein 6.483246103 L4_control_B2 +LQ06X020830 Predicted protein 7.015835348 L4_control_B3 +LQ06X020830 Predicted protein 5.928754787 L4_control_C2 +LQ06X020830 Predicted protein 6.592790233 L4_control_C3 +LQ06X020830 Predicted protein 7.459498011 L4_chemical_A1 +LQ06X020830 Predicted protein 7.277282325 L4_chemical_A2 +LQ06X020830 Predicted protein 6.0189892 L4_chemical_A3 +LQ06X020830 Predicted protein 5.806965944 L4_chemical_B1 +LQ06X020830 Predicted protein 5.599715402 L4_chemical_B2 +LQ06X020830 Predicted protein 7.060155012 L4_chemical_B3 +LQ06X020830 Predicted protein 5.992384297 L4_chemical_C2 +LQ06X020830 Predicted protein 6.286290849 L4_chemical_C3 +LQ06X020840 Oligopeptide transporter 3 10.53813439 C6_control_A1 +LQ06X020840 Oligopeptide transporter 3 10.08182532 C6_control_A3 +LQ06X020840 Oligopeptide transporter 3 11.32706382 C6_control_B1 +LQ06X020840 Oligopeptide transporter 3 10.60076076 C6_control_B2 +LQ06X020840 Oligopeptide transporter 3 11.12971159 C6_control_B3 +LQ06X020840 Oligopeptide transporter 3 10.91251765 C6_control_C1 +LQ06X020840 Oligopeptide transporter 3 10.58278281 C6_control_C2 +LQ06X020840 Oligopeptide transporter 3 10.54932366 C6_control_C3 +LQ06X020840 Oligopeptide transporter 3 10.7525758 C6_chemical_A1 +LQ06X020840 Oligopeptide transporter 3 10.34297085 C6_chemical_A3 +LQ06X020840 Oligopeptide transporter 3 11.66132719 C6_chemical_B1 +LQ06X020840 Oligopeptide transporter 3 10.40286732 C6_chemical_B2 +LQ06X020840 Oligopeptide transporter 3 11.62785639 C6_chemical_B3 +LQ06X020840 Oligopeptide transporter 3 10.64671404 C6_chemical_C1 +LQ06X020840 Oligopeptide transporter 3 10.39424047 C6_chemical_C2 +LQ06X020840 Oligopeptide transporter 3 10.64194057 C6_chemical_C3 +LQ06X020840 Oligopeptide transporter 3 10.81416058 L4_control_A1 +LQ06X020840 Oligopeptide transporter 3 9.862866777 L4_control_A2 +LQ06X020840 Oligopeptide transporter 3 10.92267028 L4_control_A3 +LQ06X020840 Oligopeptide transporter 3 11.34879488 L4_control_B1 +LQ06X020840 Oligopeptide transporter 3 11.81659459 L4_control_B2 +LQ06X020840 Oligopeptide transporter 3 13.85854245 L4_control_B3 +LQ06X020840 Oligopeptide transporter 3 12.82586204 L4_control_C2 +LQ06X020840 Oligopeptide transporter 3 13.89705534 L4_control_C3 +LQ06X020840 Oligopeptide transporter 3 10.58647335 L4_chemical_A1 +LQ06X020840 Oligopeptide transporter 3 9.29955341 L4_chemical_A2 +LQ06X020840 Oligopeptide transporter 3 10.60683327 L4_chemical_A3 +LQ06X020840 Oligopeptide transporter 3 11.33299198 L4_chemical_B1 +LQ06X020840 Oligopeptide transporter 3 11.42098111 L4_chemical_B2 +LQ06X020840 Oligopeptide transporter 3 11.35528375 L4_chemical_B3 +LQ06X020840 Oligopeptide transporter 3 13.20875956 L4_chemical_C2 +LQ06X020840 Oligopeptide transporter 3 13.46455323 L4_chemical_C3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.98395063 C6_control_A1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.05061032 C6_control_A3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.09255829 C6_control_B1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.66629763 C6_control_B2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.72490603 C6_control_B3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.68166869 C6_control_C1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.62541892 C6_control_C2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.74758527 C6_control_C3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.07065163 C6_chemical_A1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.13092818 C6_chemical_A3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.27161877 C6_chemical_B1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.86003778 C6_chemical_B2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.63397814 C6_chemical_B3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.80410902 C6_chemical_C1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.01638848 C6_chemical_C2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.8990665 C6_chemical_C3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.90202391 L4_control_A1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.69508558 L4_control_A2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.21082795 L4_control_A3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.61040612 L4_control_B1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.60271633 L4_control_B2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.98698124 L4_control_B3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.61401509 L4_control_C2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.42518067 L4_control_C3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.14466737 L4_chemical_A1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.31818531 L4_chemical_A2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.21231654 L4_chemical_A3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.94309615 L4_chemical_B1 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.99751133 L4_chemical_B2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 10.80387268 L4_chemical_B3 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.53844271 L4_chemical_C2 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.76607921 L4_chemical_C3 +LQ06X020870 Predicted protein 6.050451499 C6_control_A1 +LQ06X020870 Predicted protein 6.635076512 C6_control_A3 +LQ06X020870 Predicted protein 5.573583091 C6_control_B1 +LQ06X020870 Predicted protein 6.394611131 C6_control_B2 +LQ06X020870 Predicted protein 5.422195328 C6_control_B3 +LQ06X020870 Predicted protein 6.882502528 C6_control_C1 +LQ06X020870 Predicted protein 6.789313628 C6_control_C2 +LQ06X020870 Predicted protein 6.637070905 C6_control_C3 +LQ06X020870 Predicted protein 6.033188673 C6_chemical_A1 +LQ06X020870 Predicted protein 6.736985269 C6_chemical_A3 +LQ06X020870 Predicted protein 5.302238434 C6_chemical_B1 +LQ06X020870 Predicted protein 6.311909825 C6_chemical_B2 +LQ06X020870 Predicted protein 5.901514263 C6_chemical_B3 +LQ06X020870 Predicted protein 7.225966123 C6_chemical_C1 +LQ06X020870 Predicted protein 7.569370737 C6_chemical_C2 +LQ06X020870 Predicted protein 5.787448232 C6_chemical_C3 +LQ06X020870 Predicted protein 6.770909157 L4_control_A1 +LQ06X020870 Predicted protein 6.909024974 L4_control_A2 +LQ06X020870 Predicted protein 5.497847315 L4_control_A3 +LQ06X020870 Predicted protein 5.295199837 L4_control_B1 +LQ06X020870 Predicted protein 5.414194727 L4_control_B2 +LQ06X020870 Predicted protein 6.121751869 L4_control_B3 +LQ06X020870 Predicted protein 6.591213447 L4_control_C2 +LQ06X020870 Predicted protein 5.166191608 L4_control_C3 +LQ06X020870 Predicted protein 6.556655253 L4_chemical_A1 +LQ06X020870 Predicted protein 6.201974264 L4_chemical_A2 +LQ06X020870 Predicted protein 5.43267316 L4_chemical_A3 +LQ06X020870 Predicted protein 5.478758852 L4_chemical_B1 +LQ06X020870 Predicted protein 5.975875743 L4_chemical_B2 +LQ06X020870 Predicted protein 5.785879049 L4_chemical_B3 +LQ06X020870 Predicted protein 6.366665415 L4_chemical_C2 +LQ06X020870 Predicted protein 6.112544837 L4_chemical_C3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.168024052 C6_control_A1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 4.847384275 C6_control_A3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.348619304 C6_control_B1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.070184405 C6_control_B2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.187500309 C6_control_B3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.300432808 C6_control_C1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.21305852 C6_control_C2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.615746738 C6_control_C3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.175016011 C6_chemical_A1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.065013748 C6_chemical_A3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.569979782 C6_chemical_B1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.375322579 C6_chemical_B2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.21826001 C6_chemical_B3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.078876892 C6_chemical_C1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.287232563 C6_chemical_C2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.136796549 C6_chemical_C3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 4.900839405 L4_control_A1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.058515729 L4_control_A2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.046338369 L4_control_A3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.24950188 L4_control_B1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 4.887756799 L4_control_B2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.158331044 L4_control_B3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.114622774 L4_control_C2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.207079216 L4_control_C3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.223449005 L4_chemical_A1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 4.909811991 L4_chemical_A2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.431353311 L4_chemical_A3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.00415229 L4_chemical_B1 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.05552234 L4_chemical_B2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.274560932 L4_chemical_B3 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.620996871 L4_chemical_C2 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.522275721 L4_chemical_C3 +LQ06X020960 Putative uncharacterized protein 6.210533806 C6_control_A1 +LQ06X020960 Putative uncharacterized protein 5.569135107 C6_control_A3 +LQ06X020960 Putative uncharacterized protein 6.33241069 C6_control_B1 +LQ06X020960 Putative uncharacterized protein 5.975952993 C6_control_B2 +LQ06X020960 Putative uncharacterized protein 6.481952266 C6_control_B3 +LQ06X020960 Putative uncharacterized protein 5.30667668 C6_control_C1 +LQ06X020960 Putative uncharacterized protein 6.028479621 C6_control_C2 +LQ06X020960 Putative uncharacterized protein 5.603450239 C6_control_C3 +LQ06X020960 Putative uncharacterized protein 6.142084491 C6_chemical_A1 +LQ06X020960 Putative uncharacterized protein 5.620957805 C6_chemical_A3 +LQ06X020960 Putative uncharacterized protein 6.098601744 C6_chemical_B1 +LQ06X020960 Putative uncharacterized protein 5.948980249 C6_chemical_B2 +LQ06X020960 Putative uncharacterized protein 6.317295957 C6_chemical_B3 +LQ06X020960 Putative uncharacterized protein 5.37258951 C6_chemical_C1 +LQ06X020960 Putative uncharacterized protein 6.111895237 C6_chemical_C2 +LQ06X020960 Putative uncharacterized protein 5.737911338 C6_chemical_C3 +LQ06X020960 Putative uncharacterized protein 6.100813065 L4_control_A1 +LQ06X020960 Putative uncharacterized protein 6.282911798 L4_control_A2 +LQ06X020960 Putative uncharacterized protein 6.310574178 L4_control_A3 +LQ06X020960 Putative uncharacterized protein 6.509796831 L4_control_B1 +LQ06X020960 Putative uncharacterized protein 5.813968788 L4_control_B2 +LQ06X020960 Putative uncharacterized protein 6.507621653 L4_control_B3 +LQ06X020960 Putative uncharacterized protein 5.532035891 L4_control_C2 +LQ06X020960 Putative uncharacterized protein 5.999512768 L4_control_C3 +LQ06X020960 Putative uncharacterized protein 5.817502939 L4_chemical_A1 +LQ06X020960 Putative uncharacterized protein 6.280859685 L4_chemical_A2 +LQ06X020960 Putative uncharacterized protein 5.878871182 L4_chemical_A3 +LQ06X020960 Putative uncharacterized protein 6.026958455 L4_chemical_B1 +LQ06X020960 Putative uncharacterized protein 6.098525944 L4_chemical_B2 +LQ06X020960 Putative uncharacterized protein 6.067363328 L4_chemical_B3 +LQ06X020960 Putative uncharacterized protein 5.682061751 L4_chemical_C2 +LQ06X020960 Putative uncharacterized protein 5.750096656 L4_chemical_C3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.241241432 C6_control_A1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.741775212 C6_control_A3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.779449299 C6_control_B1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.13619344 C6_control_B2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.637181654 C6_control_B3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 5.761238586 C6_control_C1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.408247274 C6_control_C2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.096310005 C6_control_C3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.313745385 C6_chemical_A1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 5.607090692 C6_chemical_A3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 5.959198161 C6_chemical_B1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.171636434 C6_chemical_B2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.206560447 C6_chemical_B3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.061222079 C6_chemical_C1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.025115249 C6_chemical_C2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 5.986603121 C6_chemical_C3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.11829064 L4_control_A1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.392342868 L4_control_A2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.281551088 L4_control_A3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.251366794 L4_control_B1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 7.152407271 L4_control_B2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.235602309 L4_control_B3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.331899556 L4_control_C2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.272688569 L4_control_C3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 5.949000371 L4_chemical_A1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.634449376 L4_chemical_A2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.042927779 L4_chemical_A3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.3782104 L4_chemical_B1 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.479883667 L4_chemical_B2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.078414945 L4_chemical_B3 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.551129127 L4_chemical_C2 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.352878798 L4_chemical_C3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.20721995 C6_control_A1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 6.023584158 C6_control_A3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.223777516 C6_control_B1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.612415562 C6_control_B2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.303601846 C6_control_B3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.34129222 C6_control_C1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.25674119 C6_control_C2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.259041984 C6_control_C3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.353049085 C6_chemical_A1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.544865054 C6_chemical_A3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 4.960817711 C6_chemical_B1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.360947246 C6_chemical_B2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.168202169 C6_chemical_B3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.452154887 C6_chemical_C1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.380034183 C6_chemical_C2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.379781691 C6_chemical_C3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.22589368 L4_control_A1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.543100189 L4_control_A2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 6.415574487 L4_control_A3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.470738857 L4_control_B1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.938066664 L4_control_B2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.470990152 L4_control_B3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.658849274 L4_control_C2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.698485089 L4_control_C3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.475211835 L4_chemical_A1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.829174434 L4_chemical_A2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.788339082 L4_chemical_A3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 6.10728918 L4_chemical_B1 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.832039186 L4_chemical_B2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.382561013 L4_chemical_B3 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.201326777 L4_chemical_C2 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.271354341 L4_chemical_C3 +LQ06X021010 Predicted protein 6.47914483 C6_control_A1 +LQ06X021010 Predicted protein 6.750366013 C6_control_A3 +LQ06X021010 Predicted protein 5.736236342 C6_control_B1 +LQ06X021010 Predicted protein 5.853712764 C6_control_B2 +LQ06X021010 Predicted protein 6.031057928 C6_control_B3 +LQ06X021010 Predicted protein 5.324058983 C6_control_C1 +LQ06X021010 Predicted protein 5.463971069 C6_control_C2 +LQ06X021010 Predicted protein 5.567951204 C6_control_C3 +LQ06X021010 Predicted protein 6.526522075 C6_chemical_A1 +LQ06X021010 Predicted protein 5.878642602 C6_chemical_A3 +LQ06X021010 Predicted protein 5.796149997 C6_chemical_B1 +LQ06X021010 Predicted protein 5.739348028 C6_chemical_B2 +LQ06X021010 Predicted protein 6.487661737 C6_chemical_B3 +LQ06X021010 Predicted protein 5.527382203 C6_chemical_C1 +LQ06X021010 Predicted protein 5.720627466 C6_chemical_C2 +LQ06X021010 Predicted protein 5.52705016 C6_chemical_C3 +LQ06X021010 Predicted protein 6.499931597 L4_control_A1 +LQ06X021010 Predicted protein 6.440225118 L4_control_A2 +LQ06X021010 Predicted protein 6.371423105 L4_control_A3 +LQ06X021010 Predicted protein 5.765544227 L4_control_B1 +LQ06X021010 Predicted protein 6.315347453 L4_control_B2 +LQ06X021010 Predicted protein 6.036855357 L4_control_B3 +LQ06X021010 Predicted protein 5.698973052 L4_control_C2 +LQ06X021010 Predicted protein 5.526813385 L4_control_C3 +LQ06X021010 Predicted protein 6.121879017 L4_chemical_A1 +LQ06X021010 Predicted protein 6.203621376 L4_chemical_A2 +LQ06X021010 Predicted protein 6.359951203 L4_chemical_A3 +LQ06X021010 Predicted protein 6.160366199 L4_chemical_B1 +LQ06X021010 Predicted protein 5.886038732 L4_chemical_B2 +LQ06X021010 Predicted protein 6.129095376 L4_chemical_B3 +LQ06X021010 Predicted protein 5.833195053 L4_chemical_C2 +LQ06X021010 Predicted protein 5.410489726 L4_chemical_C3 +LQ06X021030 Protein kinase G11A 12.00318509 C6_control_A1 +LQ06X021030 Protein kinase G11A 11.82171142 C6_control_A3 +LQ06X021030 Protein kinase G11A 12.05728647 C6_control_B1 +LQ06X021030 Protein kinase G11A 11.87144925 C6_control_B2 +LQ06X021030 Protein kinase G11A 12.03881935 C6_control_B3 +LQ06X021030 Protein kinase G11A 12.50975765 C6_control_C1 +LQ06X021030 Protein kinase G11A 12.2886825 C6_control_C2 +LQ06X021030 Protein kinase G11A 12.41440799 C6_control_C3 +LQ06X021030 Protein kinase G11A 11.98505461 C6_chemical_A1 +LQ06X021030 Protein kinase G11A 12.01893774 C6_chemical_A3 +LQ06X021030 Protein kinase G11A 11.79429867 C6_chemical_B1 +LQ06X021030 Protein kinase G11A 11.6394898 C6_chemical_B2 +LQ06X021030 Protein kinase G11A 11.87115357 C6_chemical_B3 +LQ06X021030 Protein kinase G11A 12.33458608 C6_chemical_C1 +LQ06X021030 Protein kinase G11A 12.19143547 C6_chemical_C2 +LQ06X021030 Protein kinase G11A 12.13329843 C6_chemical_C3 +LQ06X021030 Protein kinase G11A 11.99160093 L4_control_A1 +LQ06X021030 Protein kinase G11A 11.84615713 L4_control_A2 +LQ06X021030 Protein kinase G11A 11.87555116 L4_control_A3 +LQ06X021030 Protein kinase G11A 11.99338057 L4_control_B1 +LQ06X021030 Protein kinase G11A 11.95731858 L4_control_B2 +LQ06X021030 Protein kinase G11A 11.8280934 L4_control_B3 +LQ06X021030 Protein kinase G11A 12.12776763 L4_control_C2 +LQ06X021030 Protein kinase G11A 11.87232798 L4_control_C3 +LQ06X021030 Protein kinase G11A 11.86435141 L4_chemical_A1 +LQ06X021030 Protein kinase G11A 11.7186343 L4_chemical_A2 +LQ06X021030 Protein kinase G11A 11.85725512 L4_chemical_A3 +LQ06X021030 Protein kinase G11A 12.03972249 L4_chemical_B1 +LQ06X021030 Protein kinase G11A 12.08452935 L4_chemical_B2 +LQ06X021030 Protein kinase G11A 11.87840469 L4_chemical_B3 +LQ06X021030 Protein kinase G11A 11.87361641 L4_chemical_C2 +LQ06X021030 Protein kinase G11A 12.13696833 L4_chemical_C3 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.41983489 C6_control_A1 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.317184 C6_control_A3 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.02448376 C6_control_B1 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.17324102 C6_control_B2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.61955015 C6_control_B3 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.22593878 C6_control_C1 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.13049212 C6_control_C2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.8320565 C6_control_C3 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.28059039 C6_chemical_A1 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.05338868 C6_chemical_A3 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.88271581 C6_chemical_B1 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.98656705 C6_chemical_B2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.32408975 C6_chemical_B3 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.29948898 C6_chemical_C1 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.22309137 C6_chemical_C2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.77534245 C6_chemical_C3 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.27564988 L4_control_A1 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.14260717 L4_control_A2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.87430637 L4_control_A3 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.75957154 L4_control_B1 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.00087569 L4_control_B2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.67667873 L4_control_B3 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.95764756 L4_control_C2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.31034096 L4_control_C3 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.99631307 L4_chemical_A1 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.07552113 L4_chemical_A2 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.2245567 L4_chemical_A3 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.87829079 L4_chemical_B1 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.50332233 L4_chemical_B2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.91850623 L4_chemical_B3 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.13265854 L4_chemical_C2 +LQ06X021050 Putative Phosphoglycolate phosphatase 12.62642215 L4_chemical_C3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.359817909 C6_control_A1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.677684224 C6_control_A3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.377172884 C6_control_B1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.612388137 C6_control_B2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.501821473 C6_control_B3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.747095917 C6_control_C1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 7.560093887 C6_control_C2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.677353338 C6_control_C3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.130700439 C6_chemical_A1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.236528276 C6_chemical_A3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.595348488 C6_chemical_B1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.480482791 C6_chemical_B2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.977446435 C6_chemical_B3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.972896965 C6_chemical_C1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.645988174 C6_chemical_C2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.379136987 C6_chemical_C3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.303759986 L4_control_A1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.871228695 L4_control_A2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.118169946 L4_control_A3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.747322854 L4_control_B1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.376454843 L4_control_B2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.852179614 L4_control_B3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.826680633 L4_control_C2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.86323648 L4_control_C3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.014034454 L4_chemical_A1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.934264474 L4_chemical_A2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.555444182 L4_chemical_A3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.840837032 L4_chemical_B1 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.789199538 L4_chemical_B2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.213632621 L4_chemical_B3 +LQ06X021060 Farnesyl pyrophosphate synthase 1 5.955158051 L4_chemical_C2 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.535351603 L4_chemical_C3 +LQ06X021070 Predicted protein 5.288044073 C6_control_A1 +LQ06X021070 Predicted protein 5.926035093 C6_control_A3 +LQ06X021070 Predicted protein 5.206224103 C6_control_B1 +LQ06X021070 Predicted protein 5.216706728 C6_control_B2 +LQ06X021070 Predicted protein 4.966694539 C6_control_B3 +LQ06X021070 Predicted protein 5.044531265 C6_control_C1 +LQ06X021070 Predicted protein 5.441127048 C6_control_C2 +LQ06X021070 Predicted protein 4.85257312 C6_control_C3 +LQ06X021070 Predicted protein 5.454152525 C6_chemical_A1 +LQ06X021070 Predicted protein 5.807965354 C6_chemical_A3 +LQ06X021070 Predicted protein 5.345482352 C6_chemical_B1 +LQ06X021070 Predicted protein 5.47345098 C6_chemical_B2 +LQ06X021070 Predicted protein 4.886086017 C6_chemical_B3 +LQ06X021070 Predicted protein 5.200122051 C6_chemical_C1 +LQ06X021070 Predicted protein 5.224630635 C6_chemical_C2 +LQ06X021070 Predicted protein 5.185158547 C6_chemical_C3 +LQ06X021070 Predicted protein 4.932414026 L4_control_A1 +LQ06X021070 Predicted protein 5.131686939 L4_control_A2 +LQ06X021070 Predicted protein 6.011093808 L4_control_A3 +LQ06X021070 Predicted protein 5.256906931 L4_control_B1 +LQ06X021070 Predicted protein 5.127125653 L4_control_B2 +LQ06X021070 Predicted protein 5.531505949 L4_control_B3 +LQ06X021070 Predicted protein 5.580078297 L4_control_C2 +LQ06X021070 Predicted protein 5.349270189 L4_control_C3 +LQ06X021070 Predicted protein 5.011563143 L4_chemical_A1 +LQ06X021070 Predicted protein 5.150061988 L4_chemical_A2 +LQ06X021070 Predicted protein 5.847709781 L4_chemical_A3 +LQ06X021070 Predicted protein 5.270622418 L4_chemical_B1 +LQ06X021070 Predicted protein 5.562258928 L4_chemical_B2 +LQ06X021070 Predicted protein 5.104668324 L4_chemical_B3 +LQ06X021070 Predicted protein 5.667204126 L4_chemical_C2 +LQ06X021070 Predicted protein 5.212057632 L4_chemical_C3 +LQ06X021080 Predicted protein 5.646917665 C6_control_A1 +LQ06X021080 Predicted protein 5.292292919 C6_control_A3 +LQ06X021080 Predicted protein 5.911728756 C6_control_B1 +LQ06X021080 Predicted protein 5.726386591 C6_control_B2 +LQ06X021080 Predicted protein 5.598493455 C6_control_B3 +LQ06X021080 Predicted protein 5.317032996 C6_control_C1 +LQ06X021080 Predicted protein 5.592068162 C6_control_C2 +LQ06X021080 Predicted protein 5.387723142 C6_control_C3 +LQ06X021080 Predicted protein 5.507810154 C6_chemical_A1 +LQ06X021080 Predicted protein 5.323377155 C6_chemical_A3 +LQ06X021080 Predicted protein 5.858537277 C6_chemical_B1 +LQ06X021080 Predicted protein 5.692848739 C6_chemical_B2 +LQ06X021080 Predicted protein 5.225954884 C6_chemical_B3 +LQ06X021080 Predicted protein 5.274817729 C6_chemical_C1 +LQ06X021080 Predicted protein 5.619673833 C6_chemical_C2 +LQ06X021080 Predicted protein 5.756745132 C6_chemical_C3 +LQ06X021080 Predicted protein 5.745379826 L4_control_A1 +LQ06X021080 Predicted protein 5.982882243 L4_control_A2 +LQ06X021080 Predicted protein 6.479539682 L4_control_A3 +LQ06X021080 Predicted protein 5.909566516 L4_control_B1 +LQ06X021080 Predicted protein 5.56565916 L4_control_B2 +LQ06X021080 Predicted protein 5.783416399 L4_control_B3 +LQ06X021080 Predicted protein 5.324188625 L4_control_C2 +LQ06X021080 Predicted protein 5.199489364 L4_control_C3 +LQ06X021080 Predicted protein 5.441677705 L4_chemical_A1 +LQ06X021080 Predicted protein 5.731621525 L4_chemical_A2 +LQ06X021080 Predicted protein 5.692928785 L4_chemical_A3 +LQ06X021080 Predicted protein 5.256983858 L4_chemical_B1 +LQ06X021080 Predicted protein 6.014136792 L4_chemical_B2 +LQ06X021080 Predicted protein 5.169052428 L4_chemical_B3 +LQ06X021080 Predicted protein 5.574302386 L4_chemical_C2 +LQ06X021080 Predicted protein 5.951235435 L4_chemical_C3 +LQ06X021100 Calcineurin B-like protein 3 11.25921449 C6_control_A1 +LQ06X021100 Calcineurin B-like protein 3 10.74274651 C6_control_A3 +LQ06X021100 Calcineurin B-like protein 3 11.28124318 C6_control_B1 +LQ06X021100 Calcineurin B-like protein 3 11.6511969 C6_control_B2 +LQ06X021100 Calcineurin B-like protein 3 10.95424821 C6_control_B3 +LQ06X021100 Calcineurin B-like protein 3 11.72047135 C6_control_C1 +LQ06X021100 Calcineurin B-like protein 3 11.58279193 C6_control_C2 +LQ06X021100 Calcineurin B-like protein 3 11.48046344 C6_control_C3 +LQ06X021100 Calcineurin B-like protein 3 10.93085015 C6_chemical_A1 +LQ06X021100 Calcineurin B-like protein 3 10.687603 C6_chemical_A3 +LQ06X021100 Calcineurin B-like protein 3 10.96856282 C6_chemical_B1 +LQ06X021100 Calcineurin B-like protein 3 11.32604877 C6_chemical_B2 +LQ06X021100 Calcineurin B-like protein 3 10.68293149 C6_chemical_B3 +LQ06X021100 Calcineurin B-like protein 3 11.65931262 C6_chemical_C1 +LQ06X021100 Calcineurin B-like protein 3 11.75440252 C6_chemical_C2 +LQ06X021100 Calcineurin B-like protein 3 11.78067135 C6_chemical_C3 +LQ06X021100 Calcineurin B-like protein 3 10.95571571 L4_control_A1 +LQ06X021100 Calcineurin B-like protein 3 10.05583162 L4_control_A2 +LQ06X021100 Calcineurin B-like protein 3 10.13815416 L4_control_A3 +LQ06X021100 Calcineurin B-like protein 3 10.38294683 L4_control_B1 +LQ06X021100 Calcineurin B-like protein 3 10.51032238 L4_control_B2 +LQ06X021100 Calcineurin B-like protein 3 10.76491347 L4_control_B3 +LQ06X021100 Calcineurin B-like protein 3 10.83336399 L4_control_C2 +LQ06X021100 Calcineurin B-like protein 3 10.1988724 L4_control_C3 +LQ06X021100 Calcineurin B-like protein 3 11.09688316 L4_chemical_A1 +LQ06X021100 Calcineurin B-like protein 3 10.34262217 L4_chemical_A2 +LQ06X021100 Calcineurin B-like protein 3 10.29367703 L4_chemical_A3 +LQ06X021100 Calcineurin B-like protein 3 10.43469722 L4_chemical_B1 +LQ06X021100 Calcineurin B-like protein 3 10.44680158 L4_chemical_B2 +LQ06X021100 Calcineurin B-like protein 3 10.88444371 L4_chemical_B3 +LQ06X021100 Calcineurin B-like protein 3 10.97144367 L4_chemical_C2 +LQ06X021100 Calcineurin B-like protein 3 10.41337588 L4_chemical_C3 +LQ06X021160 Nucleotide binding protein, putative 5.511193243 C6_control_A1 +LQ06X021160 Nucleotide binding protein, putative 5.493661389 C6_control_A3 +LQ06X021160 Nucleotide binding protein, putative 5.642001817 C6_control_B1 +LQ06X021160 Nucleotide binding protein, putative 5.926018148 C6_control_B2 +LQ06X021160 Nucleotide binding protein, putative 5.714473005 C6_control_B3 +LQ06X021160 Nucleotide binding protein, putative 5.932782642 C6_control_C1 +LQ06X021160 Nucleotide binding protein, putative 6.072329551 C6_control_C2 +LQ06X021160 Nucleotide binding protein, putative 6.1654407 C6_control_C3 +LQ06X021160 Nucleotide binding protein, putative 5.946359176 C6_chemical_A1 +LQ06X021160 Nucleotide binding protein, putative 5.658256388 C6_chemical_A3 +LQ06X021160 Nucleotide binding protein, putative 6.019108354 C6_chemical_B1 +LQ06X021160 Nucleotide binding protein, putative 5.563611697 C6_chemical_B2 +LQ06X021160 Nucleotide binding protein, putative 5.305968302 C6_chemical_B3 +LQ06X021160 Nucleotide binding protein, putative 5.711837267 C6_chemical_C1 +LQ06X021160 Nucleotide binding protein, putative 5.464751995 C6_chemical_C2 +LQ06X021160 Nucleotide binding protein, putative 6.005070441 C6_chemical_C3 +LQ06X021160 Nucleotide binding protein, putative 5.782144751 L4_control_A1 +LQ06X021160 Nucleotide binding protein, putative 5.030254845 L4_control_A2 +LQ06X021160 Nucleotide binding protein, putative 5.89505798 L4_control_A3 +LQ06X021160 Nucleotide binding protein, putative 6.103223721 L4_control_B1 +LQ06X021160 Nucleotide binding protein, putative 5.428018992 L4_control_B2 +LQ06X021160 Nucleotide binding protein, putative 5.27235933 L4_control_B3 +LQ06X021160 Nucleotide binding protein, putative 5.127997787 L4_control_C2 +LQ06X021160 Nucleotide binding protein, putative 5.491806431 L4_control_C3 +LQ06X021160 Nucleotide binding protein, putative 5.335245108 L4_chemical_A1 +LQ06X021160 Nucleotide binding protein, putative 5.793029052 L4_chemical_A2 +LQ06X021160 Nucleotide binding protein, putative 5.40478564 L4_chemical_A3 +LQ06X021160 Nucleotide binding protein, putative 5.408932723 L4_chemical_B1 +LQ06X021160 Nucleotide binding protein, putative 5.509037456 L4_chemical_B2 +LQ06X021160 Nucleotide binding protein, putative 5.486200688 L4_chemical_B3 +LQ06X021160 Nucleotide binding protein, putative 5.570537867 L4_chemical_C2 +LQ06X021160 Nucleotide binding protein, putative 6.536986129 L4_chemical_C3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.454524003 C6_control_A1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 6.179810044 C6_control_A3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.308111864 C6_control_B1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.341540475 C6_control_B2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.321096511 C6_control_B3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.2526405 C6_control_C1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.055554312 C6_control_C2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.032672648 C6_control_C3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.269999334 C6_chemical_A1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.795238407 C6_chemical_A3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.266076692 C6_chemical_B1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.206057263 C6_chemical_B2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.771800711 C6_chemical_B3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.353772061 C6_chemical_C1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.60232737 C6_chemical_C2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 4.985565259 C6_chemical_C3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.710325696 L4_control_A1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.7616512 L4_control_A2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 6.172579766 L4_control_A3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.840577615 L4_control_B1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.595860838 L4_control_B2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 6.279925057 L4_control_B3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.550237775 L4_control_C2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 6.825385016 L4_control_C3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.703034406 L4_chemical_A1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.586041787 L4_chemical_A2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 6.18376258 L4_chemical_A3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.830655322 L4_chemical_B1 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.747380477 L4_chemical_B2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.682414628 L4_chemical_B3 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.551979774 L4_chemical_C2 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.331802488 L4_chemical_C3 +LQ06X021190 Probable galacturonosyltransferase 4 13.17805961 C6_control_A1 +LQ06X021190 Probable galacturonosyltransferase 4 13.025621 C6_control_A3 +LQ06X021190 Probable galacturonosyltransferase 4 12.98512565 C6_control_B1 +LQ06X021190 Probable galacturonosyltransferase 4 13.21363426 C6_control_B2 +LQ06X021190 Probable galacturonosyltransferase 4 13.04782477 C6_control_B3 +LQ06X021190 Probable galacturonosyltransferase 4 11.49040239 C6_control_C1 +LQ06X021190 Probable galacturonosyltransferase 4 11.90073644 C6_control_C2 +LQ06X021190 Probable galacturonosyltransferase 4 11.51590745 C6_control_C3 +LQ06X021190 Probable galacturonosyltransferase 4 13.05005407 C6_chemical_A1 +LQ06X021190 Probable galacturonosyltransferase 4 12.82281356 C6_chemical_A3 +LQ06X021190 Probable galacturonosyltransferase 4 12.79822336 C6_chemical_B1 +LQ06X021190 Probable galacturonosyltransferase 4 13.23185302 C6_chemical_B2 +LQ06X021190 Probable galacturonosyltransferase 4 12.8362123 C6_chemical_B3 +LQ06X021190 Probable galacturonosyltransferase 4 11.56780187 C6_chemical_C1 +LQ06X021190 Probable galacturonosyltransferase 4 11.54363647 C6_chemical_C2 +LQ06X021190 Probable galacturonosyltransferase 4 11.07567781 C6_chemical_C3 +LQ06X021190 Probable galacturonosyltransferase 4 12.90525506 L4_control_A1 +LQ06X021190 Probable galacturonosyltransferase 4 13.39150558 L4_control_A2 +LQ06X021190 Probable galacturonosyltransferase 4 12.59943326 L4_control_A3 +LQ06X021190 Probable galacturonosyltransferase 4 12.84772843 L4_control_B1 +LQ06X021190 Probable galacturonosyltransferase 4 12.90322207 L4_control_B2 +LQ06X021190 Probable galacturonosyltransferase 4 12.38764323 L4_control_B3 +LQ06X021190 Probable galacturonosyltransferase 4 11.15177288 L4_control_C2 +LQ06X021190 Probable galacturonosyltransferase 4 10.952623 L4_control_C3 +LQ06X021190 Probable galacturonosyltransferase 4 12.42434207 L4_chemical_A1 +LQ06X021190 Probable galacturonosyltransferase 4 12.78111637 L4_chemical_A2 +LQ06X021190 Probable galacturonosyltransferase 4 12.49457424 L4_chemical_A3 +LQ06X021190 Probable galacturonosyltransferase 4 12.43890802 L4_chemical_B1 +LQ06X021190 Probable galacturonosyltransferase 4 12.70897692 L4_chemical_B2 +LQ06X021190 Probable galacturonosyltransferase 4 13.07332462 L4_chemical_B3 +LQ06X021190 Probable galacturonosyltransferase 4 11.07066313 L4_chemical_C2 +LQ06X021190 Probable galacturonosyltransferase 4 10.87290328 L4_chemical_C3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.57350119 C6_control_A1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 13.69204361 C6_control_A3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.05844374 C6_control_B1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 10.74597881 C6_control_B2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.99493145 C6_control_B3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 9.461674624 C6_control_C1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 9.730446752 C6_control_C2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 9.748360541 C6_control_C3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.1347713 C6_chemical_A1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.74954675 C6_chemical_A3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.25708461 C6_chemical_B1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 10.53007151 C6_chemical_B2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.11942468 C6_chemical_B3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 9.119331183 C6_chemical_C1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 9.38581047 C6_chemical_C2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 8.336634791 C6_chemical_C3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.41229553 L4_control_A1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.58676772 L4_control_A2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.74114572 L4_control_A3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.36738519 L4_control_B1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.16641222 L4_control_B2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 9.989190235 L4_control_B3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.07741326 L4_control_C2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 10.70999867 L4_control_C3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.49945224 L4_chemical_A1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.86707643 L4_chemical_A2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.28711822 L4_chemical_A3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.98410147 L4_chemical_B1 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.6551571 L4_chemical_B2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.74612279 L4_chemical_B3 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 11.36263861 L4_chemical_C2 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 10.69627876 L4_chemical_C3 +LQ06X021220 Homeodomain-related 10.58748216 C6_control_A1 +LQ06X021220 Homeodomain-related 9.537762009 C6_control_A3 +LQ06X021220 Homeodomain-related 10.76539325 C6_control_B1 +LQ06X021220 Homeodomain-related 9.994449368 C6_control_B2 +LQ06X021220 Homeodomain-related 10.19799057 C6_control_B3 +LQ06X021220 Homeodomain-related 10.05948838 C6_control_C1 +LQ06X021220 Homeodomain-related 9.714699342 C6_control_C2 +LQ06X021220 Homeodomain-related 9.972700528 C6_control_C3 +LQ06X021220 Homeodomain-related 10.4847071 C6_chemical_A1 +LQ06X021220 Homeodomain-related 10.14166426 C6_chemical_A3 +LQ06X021220 Homeodomain-related 11.07986018 C6_chemical_B1 +LQ06X021220 Homeodomain-related 10.18065477 C6_chemical_B2 +LQ06X021220 Homeodomain-related 10.30333116 C6_chemical_B3 +LQ06X021220 Homeodomain-related 9.81827217 C6_chemical_C1 +LQ06X021220 Homeodomain-related 10.06873359 C6_chemical_C2 +LQ06X021220 Homeodomain-related 9.910351281 C6_chemical_C3 +LQ06X021220 Homeodomain-related 9.428554306 L4_control_A1 +LQ06X021220 Homeodomain-related 8.948398097 L4_control_A2 +LQ06X021220 Homeodomain-related 8.585181844 L4_control_A3 +LQ06X021220 Homeodomain-related 9.923683656 L4_control_B1 +LQ06X021220 Homeodomain-related 10.98892229 L4_control_B2 +LQ06X021220 Homeodomain-related 9.422075679 L4_control_B3 +LQ06X021220 Homeodomain-related 11.60406474 L4_control_C2 +LQ06X021220 Homeodomain-related 10.29570016 L4_control_C3 +LQ06X021220 Homeodomain-related 9.318570385 L4_chemical_A1 +LQ06X021220 Homeodomain-related 9.528200099 L4_chemical_A2 +LQ06X021220 Homeodomain-related 8.132020254 L4_chemical_A3 +LQ06X021220 Homeodomain-related 10.45216233 L4_chemical_B1 +LQ06X021220 Homeodomain-related 10.58902004 L4_chemical_B2 +LQ06X021220 Homeodomain-related 9.062613186 L4_chemical_B3 +LQ06X021220 Homeodomain-related 11.09938022 L4_chemical_C2 +LQ06X021220 Homeodomain-related 10.58395649 L4_chemical_C3 +LQ06X021230 Transcription factor, putative 13.54814399 C6_control_A1 +LQ06X021230 Transcription factor, putative 13.69171786 C6_control_A3 +LQ06X021230 Transcription factor, putative 13.55704065 C6_control_B1 +LQ06X021230 Transcription factor, putative 13.27990676 C6_control_B2 +LQ06X021230 Transcription factor, putative 13.39110679 C6_control_B3 +LQ06X021230 Transcription factor, putative 13.82233202 C6_control_C1 +LQ06X021230 Transcription factor, putative 13.68886106 C6_control_C2 +LQ06X021230 Transcription factor, putative 13.60148941 C6_control_C3 +LQ06X021230 Transcription factor, putative 13.54400631 C6_chemical_A1 +LQ06X021230 Transcription factor, putative 13.83884876 C6_chemical_A3 +LQ06X021230 Transcription factor, putative 13.60128942 C6_chemical_B1 +LQ06X021230 Transcription factor, putative 13.37714199 C6_chemical_B2 +LQ06X021230 Transcription factor, putative 13.1550632 C6_chemical_B3 +LQ06X021230 Transcription factor, putative 13.82623158 C6_chemical_C1 +LQ06X021230 Transcription factor, putative 13.75076788 C6_chemical_C2 +LQ06X021230 Transcription factor, putative 13.69382117 C6_chemical_C3 +LQ06X021230 Transcription factor, putative 13.39704442 L4_control_A1 +LQ06X021230 Transcription factor, putative 13.27372831 L4_control_A2 +LQ06X021230 Transcription factor, putative 13.58091028 L4_control_A3 +LQ06X021230 Transcription factor, putative 13.54392133 L4_control_B1 +LQ06X021230 Transcription factor, putative 13.54536636 L4_control_B2 +LQ06X021230 Transcription factor, putative 13.32512544 L4_control_B3 +LQ06X021230 Transcription factor, putative 13.63499934 L4_control_C2 +LQ06X021230 Transcription factor, putative 14.19514571 L4_control_C3 +LQ06X021230 Transcription factor, putative 13.24150743 L4_chemical_A1 +LQ06X021230 Transcription factor, putative 13.16057581 L4_chemical_A2 +LQ06X021230 Transcription factor, putative 13.11841468 L4_chemical_A3 +LQ06X021230 Transcription factor, putative 13.46934987 L4_chemical_B1 +LQ06X021230 Transcription factor, putative 13.54483926 L4_chemical_B2 +LQ06X021230 Transcription factor, putative 13.27925109 L4_chemical_B3 +LQ06X021230 Transcription factor, putative 13.82409737 L4_chemical_C2 +LQ06X021230 Transcription factor, putative 14.07215667 L4_chemical_C3 +LQ06X021240 Catalytic, putative 12.87357466 C6_control_A1 +LQ06X021240 Catalytic, putative 12.81324446 C6_control_A3 +LQ06X021240 Catalytic, putative 13.11223095 C6_control_B1 +LQ06X021240 Catalytic, putative 12.38380971 C6_control_B2 +LQ06X021240 Catalytic, putative 12.99954327 C6_control_B3 +LQ06X021240 Catalytic, putative 12.93010801 C6_control_C1 +LQ06X021240 Catalytic, putative 12.87647224 C6_control_C2 +LQ06X021240 Catalytic, putative 13.12540319 C6_control_C3 +LQ06X021240 Catalytic, putative 12.8258928 C6_chemical_A1 +LQ06X021240 Catalytic, putative 13.1453046 C6_chemical_A3 +LQ06X021240 Catalytic, putative 13.00567015 C6_chemical_B1 +LQ06X021240 Catalytic, putative 12.16126557 C6_chemical_B2 +LQ06X021240 Catalytic, putative 12.88387081 C6_chemical_B3 +LQ06X021240 Catalytic, putative 12.78688222 C6_chemical_C1 +LQ06X021240 Catalytic, putative 12.68636054 C6_chemical_C2 +LQ06X021240 Catalytic, putative 12.70132977 C6_chemical_C3 +LQ06X021240 Catalytic, putative 12.82914263 L4_control_A1 +LQ06X021240 Catalytic, putative 12.77682664 L4_control_A2 +LQ06X021240 Catalytic, putative 12.50242047 L4_control_A3 +LQ06X021240 Catalytic, putative 13.53784574 L4_control_B1 +LQ06X021240 Catalytic, putative 13.66135782 L4_control_B2 +LQ06X021240 Catalytic, putative 13.0146769 L4_control_B3 +LQ06X021240 Catalytic, putative 14.01054001 L4_control_C2 +LQ06X021240 Catalytic, putative 13.69843528 L4_control_C3 +LQ06X021240 Catalytic, putative 12.82133057 L4_chemical_A1 +LQ06X021240 Catalytic, putative 12.92224057 L4_chemical_A2 +LQ06X021240 Catalytic, putative 12.60970919 L4_chemical_A3 +LQ06X021240 Catalytic, putative 13.71460213 L4_chemical_B1 +LQ06X021240 Catalytic, putative 13.75119454 L4_chemical_B2 +LQ06X021240 Catalytic, putative 12.91562349 L4_chemical_B3 +LQ06X021240 Catalytic, putative 13.93033092 L4_chemical_C2 +LQ06X021240 Catalytic, putative 13.60790614 L4_chemical_C3 +LQ07X000010 Predicted protein 13.26407888 C6_control_A1 +LQ07X000010 Predicted protein 14.45547487 C6_control_A3 +LQ07X000010 Predicted protein 12.56223157 C6_control_B1 +LQ07X000010 Predicted protein 9.233288938 C6_control_B2 +LQ07X000010 Predicted protein 9.116679492 C6_control_B3 +LQ07X000010 Predicted protein 9.652957651 C6_control_C1 +LQ07X000010 Predicted protein 7.915670527 C6_control_C2 +LQ07X000010 Predicted protein 8.733236351 C6_control_C3 +LQ07X000010 Predicted protein 12.77372282 C6_chemical_A1 +LQ07X000010 Predicted protein 14.4629506 C6_chemical_A3 +LQ07X000010 Predicted protein 10.79271429 C6_chemical_B1 +LQ07X000010 Predicted protein 8.167427668 C6_chemical_B2 +LQ07X000010 Predicted protein 8.225383182 C6_chemical_B3 +LQ07X000010 Predicted protein 8.857481374 C6_chemical_C1 +LQ07X000010 Predicted protein 7.898288563 C6_chemical_C2 +LQ07X000010 Predicted protein 7.206842825 C6_chemical_C3 +LQ07X000010 Predicted protein 12.9291651 L4_control_A1 +LQ07X000010 Predicted protein 13.00353922 L4_control_A2 +LQ07X000010 Predicted protein 13.70702082 L4_control_A3 +LQ07X000010 Predicted protein 8.673463529 L4_control_B1 +LQ07X000010 Predicted protein 10.96144502 L4_control_B2 +LQ07X000010 Predicted protein 8.156232821 L4_control_B3 +LQ07X000010 Predicted protein 7.809954157 L4_control_C2 +LQ07X000010 Predicted protein 7.098619385 L4_control_C3 +LQ07X000010 Predicted protein 12.99692822 L4_chemical_A1 +LQ07X000010 Predicted protein 12.10228481 L4_chemical_A2 +LQ07X000010 Predicted protein 13.77125566 L4_chemical_A3 +LQ07X000010 Predicted protein 11.69491692 L4_chemical_B1 +LQ07X000010 Predicted protein 11.11933481 L4_chemical_B2 +LQ07X000010 Predicted protein 11.64246875 L4_chemical_B3 +LQ07X000010 Predicted protein 7.506500302 L4_chemical_C2 +LQ07X000010 Predicted protein 7.831803364 L4_chemical_C3 +LQ07X000020 THO complex subunit 3 5.870535676 C6_control_A1 +LQ07X000020 THO complex subunit 3 6.404491496 C6_control_A3 +LQ07X000020 THO complex subunit 3 5.288214962 C6_control_B1 +LQ07X000020 THO complex subunit 3 5.648998059 C6_control_B2 +LQ07X000020 THO complex subunit 3 5.657109759 C6_control_B3 +LQ07X000020 THO complex subunit 3 5.873347117 C6_control_C1 +LQ07X000020 THO complex subunit 3 5.916721918 C6_control_C2 +LQ07X000020 THO complex subunit 3 5.907853457 C6_control_C3 +LQ07X000020 THO complex subunit 3 5.390642139 C6_chemical_A1 +LQ07X000020 THO complex subunit 3 5.916850052 C6_chemical_A3 +LQ07X000020 THO complex subunit 3 5.449070136 C6_chemical_B1 +LQ07X000020 THO complex subunit 3 5.540248617 C6_chemical_B2 +LQ07X000020 THO complex subunit 3 4.997376857 C6_chemical_B3 +LQ07X000020 THO complex subunit 3 6.298014191 C6_chemical_C1 +LQ07X000020 THO complex subunit 3 6.060790938 C6_chemical_C2 +LQ07X000020 THO complex subunit 3 5.547605086 C6_chemical_C3 +LQ07X000020 THO complex subunit 3 5.810406643 L4_control_A1 +LQ07X000020 THO complex subunit 3 6.223336378 L4_control_A2 +LQ07X000020 THO complex subunit 3 5.609659121 L4_control_A3 +LQ07X000020 THO complex subunit 3 6.530098734 L4_control_B1 +LQ07X000020 THO complex subunit 3 5.385740237 L4_control_B2 +LQ07X000020 THO complex subunit 3 5.180345494 L4_control_B3 +LQ07X000020 THO complex subunit 3 5.768556795 L4_control_C2 +LQ07X000020 THO complex subunit 3 4.935374531 L4_control_C3 +LQ07X000020 THO complex subunit 3 5.65890985 L4_chemical_A1 +LQ07X000020 THO complex subunit 3 5.512946465 L4_chemical_A2 +LQ07X000020 THO complex subunit 3 5.98728997 L4_chemical_A3 +LQ07X000020 THO complex subunit 3 5.629562374 L4_chemical_B1 +LQ07X000020 THO complex subunit 3 5.258849866 L4_chemical_B2 +LQ07X000020 THO complex subunit 3 5.257888354 L4_chemical_B3 +LQ07X000020 THO complex subunit 3 5.68174718 L4_chemical_C2 +LQ07X000020 THO complex subunit 3 4.87891941 L4_chemical_C3 +LQ07X000030 KH domain-containing protein At5g56140 6.284544386 C6_control_A1 +LQ07X000030 KH domain-containing protein At5g56140 5.122881592 C6_control_A3 +LQ07X000030 KH domain-containing protein At5g56140 6.461453563 C6_control_B1 +LQ07X000030 KH domain-containing protein At5g56140 7.498866999 C6_control_B2 +LQ07X000030 KH domain-containing protein At5g56140 7.311484954 C6_control_B3 +LQ07X000030 KH domain-containing protein At5g56140 9.078274726 C6_control_C1 +LQ07X000030 KH domain-containing protein At5g56140 8.74579819 C6_control_C2 +LQ07X000030 KH domain-containing protein At5g56140 9.069791892 C6_control_C3 +LQ07X000030 KH domain-containing protein At5g56140 6.04273063 C6_chemical_A1 +LQ07X000030 KH domain-containing protein At5g56140 5.872610037 C6_chemical_A3 +LQ07X000030 KH domain-containing protein At5g56140 6.933966722 C6_chemical_B1 +LQ07X000030 KH domain-containing protein At5g56140 7.188500302 C6_chemical_B2 +LQ07X000030 KH domain-containing protein At5g56140 7.546323268 C6_chemical_B3 +LQ07X000030 KH domain-containing protein At5g56140 9.779279109 C6_chemical_C1 +LQ07X000030 KH domain-containing protein At5g56140 8.833747309 C6_chemical_C2 +LQ07X000030 KH domain-containing protein At5g56140 9.211836455 C6_chemical_C3 +LQ07X000030 KH domain-containing protein At5g56140 5.166969999 L4_control_A1 +LQ07X000030 KH domain-containing protein At5g56140 4.875233637 L4_control_A2 +LQ07X000030 KH domain-containing protein At5g56140 4.958728095 L4_control_A3 +LQ07X000030 KH domain-containing protein At5g56140 5.022230585 L4_control_B1 +LQ07X000030 KH domain-containing protein At5g56140 6.039847819 L4_control_B2 +LQ07X000030 KH domain-containing protein At5g56140 5.09648395 L4_control_B3 +LQ07X000030 KH domain-containing protein At5g56140 7.421575457 L4_control_C2 +LQ07X000030 KH domain-containing protein At5g56140 4.788499824 L4_control_C3 +LQ07X000030 KH domain-containing protein At5g56140 5.065294631 L4_chemical_A1 +LQ07X000030 KH domain-containing protein At5g56140 5.011173378 L4_chemical_A2 +LQ07X000030 KH domain-containing protein At5g56140 4.875455055 L4_chemical_A3 +LQ07X000030 KH domain-containing protein At5g56140 6.855915523 L4_chemical_B1 +LQ07X000030 KH domain-containing protein At5g56140 5.892060823 L4_chemical_B2 +LQ07X000030 KH domain-containing protein At5g56140 4.986450786 L4_chemical_B3 +LQ07X000030 KH domain-containing protein At5g56140 5.089256661 L4_chemical_C2 +LQ07X000030 KH domain-containing protein At5g56140 5.512188628 L4_chemical_C3 +LQ07X000040 Probable calcium-binding protein CML21 7.091954717 C6_control_A1 +LQ07X000040 Probable calcium-binding protein CML21 7.013981814 C6_control_A3 +LQ07X000040 Probable calcium-binding protein CML21 6.926796591 C6_control_B1 +LQ07X000040 Probable calcium-binding protein CML21 6.99648749 C6_control_B2 +LQ07X000040 Probable calcium-binding protein CML21 6.915506877 C6_control_B3 +LQ07X000040 Probable calcium-binding protein CML21 6.588340419 C6_control_C1 +LQ07X000040 Probable calcium-binding protein CML21 8.241264518 C6_control_C2 +LQ07X000040 Probable calcium-binding protein CML21 7.109071672 C6_control_C3 +LQ07X000040 Probable calcium-binding protein CML21 6.671543055 C6_chemical_A1 +LQ07X000040 Probable calcium-binding protein CML21 6.598705159 C6_chemical_A3 +LQ07X000040 Probable calcium-binding protein CML21 6.635059802 C6_chemical_B1 +LQ07X000040 Probable calcium-binding protein CML21 7.261512435 C6_chemical_B2 +LQ07X000040 Probable calcium-binding protein CML21 7.117550851 C6_chemical_B3 +LQ07X000040 Probable calcium-binding protein CML21 6.947786387 C6_chemical_C1 +LQ07X000040 Probable calcium-binding protein CML21 7.43997159 C6_chemical_C2 +LQ07X000040 Probable calcium-binding protein CML21 7.033064276 C6_chemical_C3 +LQ07X000040 Probable calcium-binding protein CML21 6.666950478 L4_control_A1 +LQ07X000040 Probable calcium-binding protein CML21 7.043495187 L4_control_A2 +LQ07X000040 Probable calcium-binding protein CML21 7.169425827 L4_control_A3 +LQ07X000040 Probable calcium-binding protein CML21 6.635421863 L4_control_B1 +LQ07X000040 Probable calcium-binding protein CML21 6.653250906 L4_control_B2 +LQ07X000040 Probable calcium-binding protein CML21 6.654480003 L4_control_B3 +LQ07X000040 Probable calcium-binding protein CML21 7.656562729 L4_control_C2 +LQ07X000040 Probable calcium-binding protein CML21 7.642645016 L4_control_C3 +LQ07X000040 Probable calcium-binding protein CML21 6.757901742 L4_chemical_A1 +LQ07X000040 Probable calcium-binding protein CML21 6.680758707 L4_chemical_A2 +LQ07X000040 Probable calcium-binding protein CML21 7.696648261 L4_chemical_A3 +LQ07X000040 Probable calcium-binding protein CML21 7.027461255 L4_chemical_B1 +LQ07X000040 Probable calcium-binding protein CML21 7.517083854 L4_chemical_B2 +LQ07X000040 Probable calcium-binding protein CML21 6.924608423 L4_chemical_B3 +LQ07X000040 Probable calcium-binding protein CML21 7.220850576 L4_chemical_C2 +LQ07X000040 Probable calcium-binding protein CML21 7.537160689 L4_chemical_C3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.60386051 C6_control_A1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.29424219 C6_control_A3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.73010783 C6_control_B1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.41010531 C6_control_B2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.83681129 C6_control_B3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 12.05815094 C6_control_C1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.87813108 C6_control_C2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 12.13082088 C6_control_C3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.24545789 C6_chemical_A1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.39368721 C6_chemical_A3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.35816209 C6_chemical_B1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.11407405 C6_chemical_B2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.60965722 C6_chemical_B3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 12.06208721 C6_chemical_C1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 12.11611118 C6_chemical_C2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 12.09467113 C6_chemical_C3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.03181914 L4_control_A1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 10.98531418 L4_control_A2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 10.63824439 L4_control_A3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.0243473 L4_control_B1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.64048124 L4_control_B2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.18162104 L4_control_B3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 12.13996413 L4_control_C2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.55579969 L4_control_C3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.16681169 L4_chemical_A1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.06699701 L4_chemical_A2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 10.68097016 L4_chemical_A3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.27489129 L4_chemical_B1 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.74269313 L4_chemical_B2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.02633204 L4_chemical_B3 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.64067169 L4_chemical_C2 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.47101863 L4_chemical_C3 +LQ07X000060 Putative Sec14 cytosolic factor 13.4525439 C6_control_A1 +LQ07X000060 Putative Sec14 cytosolic factor 13.3514003 C6_control_A3 +LQ07X000060 Putative Sec14 cytosolic factor 13.19530757 C6_control_B1 +LQ07X000060 Putative Sec14 cytosolic factor 12.93916091 C6_control_B2 +LQ07X000060 Putative Sec14 cytosolic factor 12.64503558 C6_control_B3 +LQ07X000060 Putative Sec14 cytosolic factor 11.6977435 C6_control_C1 +LQ07X000060 Putative Sec14 cytosolic factor 11.96602298 C6_control_C2 +LQ07X000060 Putative Sec14 cytosolic factor 11.56785013 C6_control_C3 +LQ07X000060 Putative Sec14 cytosolic factor 13.57180102 C6_chemical_A1 +LQ07X000060 Putative Sec14 cytosolic factor 13.45442261 C6_chemical_A3 +LQ07X000060 Putative Sec14 cytosolic factor 13.31101829 C6_chemical_B1 +LQ07X000060 Putative Sec14 cytosolic factor 12.66184501 C6_chemical_B2 +LQ07X000060 Putative Sec14 cytosolic factor 12.84326417 C6_chemical_B3 +LQ07X000060 Putative Sec14 cytosolic factor 11.70780905 C6_chemical_C1 +LQ07X000060 Putative Sec14 cytosolic factor 11.68261811 C6_chemical_C2 +LQ07X000060 Putative Sec14 cytosolic factor 11.55331635 C6_chemical_C3 +LQ07X000060 Putative Sec14 cytosolic factor 13.63398119 L4_control_A1 +LQ07X000060 Putative Sec14 cytosolic factor 13.40030265 L4_control_A2 +LQ07X000060 Putative Sec14 cytosolic factor 13.2443031 L4_control_A3 +LQ07X000060 Putative Sec14 cytosolic factor 13.16438664 L4_control_B1 +LQ07X000060 Putative Sec14 cytosolic factor 13.12638435 L4_control_B2 +LQ07X000060 Putative Sec14 cytosolic factor 12.74072735 L4_control_B3 +LQ07X000060 Putative Sec14 cytosolic factor 11.90930864 L4_control_C2 +LQ07X000060 Putative Sec14 cytosolic factor 11.7105518 L4_control_C3 +LQ07X000060 Putative Sec14 cytosolic factor 12.25903582 L4_chemical_A1 +LQ07X000060 Putative Sec14 cytosolic factor 13.34771168 L4_chemical_A2 +LQ07X000060 Putative Sec14 cytosolic factor 13.06240353 L4_chemical_A3 +LQ07X000060 Putative Sec14 cytosolic factor 13.4521118 L4_chemical_B1 +LQ07X000060 Putative Sec14 cytosolic factor 13.44824116 L4_chemical_B2 +LQ07X000060 Putative Sec14 cytosolic factor 13.15731701 L4_chemical_B3 +LQ07X000060 Putative Sec14 cytosolic factor 12.18468637 L4_chemical_C2 +LQ07X000060 Putative Sec14 cytosolic factor 11.68460061 L4_chemical_C3 +LQ07X000080 GPI-anchored protein LORELEI 5.837041699 C6_control_A1 +LQ07X000080 GPI-anchored protein LORELEI 5.048015618 C6_control_A3 +LQ07X000080 GPI-anchored protein LORELEI 5.210916351 C6_control_B1 +LQ07X000080 GPI-anchored protein LORELEI 6.857378834 C6_control_B2 +LQ07X000080 GPI-anchored protein LORELEI 5.666640082 C6_control_B3 +LQ07X000080 GPI-anchored protein LORELEI 5.653595238 C6_control_C1 +LQ07X000080 GPI-anchored protein LORELEI 5.76230091 C6_control_C2 +LQ07X000080 GPI-anchored protein LORELEI 6.288127034 C6_control_C3 +LQ07X000080 GPI-anchored protein LORELEI 5.410830628 C6_chemical_A1 +LQ07X000080 GPI-anchored protein LORELEI 5.508174314 C6_chemical_A3 +LQ07X000080 GPI-anchored protein LORELEI 4.978950928 C6_chemical_B1 +LQ07X000080 GPI-anchored protein LORELEI 6.641996216 C6_chemical_B2 +LQ07X000080 GPI-anchored protein LORELEI 5.053888738 C6_chemical_B3 +LQ07X000080 GPI-anchored protein LORELEI 5.843719629 C6_chemical_C1 +LQ07X000080 GPI-anchored protein LORELEI 5.872155577 C6_chemical_C2 +LQ07X000080 GPI-anchored protein LORELEI 6.285987502 C6_chemical_C3 +LQ07X000080 GPI-anchored protein LORELEI 5.499538579 L4_control_A1 +LQ07X000080 GPI-anchored protein LORELEI 5.567063387 L4_control_A2 +LQ07X000080 GPI-anchored protein LORELEI 5.322284105 L4_control_A3 +LQ07X000080 GPI-anchored protein LORELEI 5.53634959 L4_control_B1 +LQ07X000080 GPI-anchored protein LORELEI 5.685396817 L4_control_B2 +LQ07X000080 GPI-anchored protein LORELEI 5.718755071 L4_control_B3 +LQ07X000080 GPI-anchored protein LORELEI 5.345476991 L4_control_C2 +LQ07X000080 GPI-anchored protein LORELEI 5.621700541 L4_control_C3 +LQ07X000080 GPI-anchored protein LORELEI 5.229242189 L4_chemical_A1 +LQ07X000080 GPI-anchored protein LORELEI 5.217225191 L4_chemical_A2 +LQ07X000080 GPI-anchored protein LORELEI 5.754226217 L4_chemical_A3 +LQ07X000080 GPI-anchored protein LORELEI 5.216218197 L4_chemical_B1 +LQ07X000080 GPI-anchored protein LORELEI 5.913640837 L4_chemical_B2 +LQ07X000080 GPI-anchored protein LORELEI 5.446448215 L4_chemical_B3 +LQ07X000080 GPI-anchored protein LORELEI 5.14478131 L4_chemical_C2 +LQ07X000080 GPI-anchored protein LORELEI 5.689705924 L4_chemical_C3 +LQ07X000090 40S ribosomal protein S17-4 13.84597782 C6_control_A1 +LQ07X000090 40S ribosomal protein S17-4 14.02599188 C6_control_A3 +LQ07X000090 40S ribosomal protein S17-4 13.55696822 C6_control_B1 +LQ07X000090 40S ribosomal protein S17-4 13.76649644 C6_control_B2 +LQ07X000090 40S ribosomal protein S17-4 13.26563811 C6_control_B3 +LQ07X000090 40S ribosomal protein S17-4 12.77600071 C6_control_C1 +LQ07X000090 40S ribosomal protein S17-4 12.62788469 C6_control_C2 +LQ07X000090 40S ribosomal protein S17-4 12.60194521 C6_control_C3 +LQ07X000090 40S ribosomal protein S17-4 13.86426367 C6_chemical_A1 +LQ07X000090 40S ribosomal protein S17-4 13.27484207 C6_chemical_A3 +LQ07X000090 40S ribosomal protein S17-4 13.3303079 C6_chemical_B1 +LQ07X000090 40S ribosomal protein S17-4 13.26933422 C6_chemical_B2 +LQ07X000090 40S ribosomal protein S17-4 13.13099502 C6_chemical_B3 +LQ07X000090 40S ribosomal protein S17-4 12.79112676 C6_chemical_C1 +LQ07X000090 40S ribosomal protein S17-4 12.71898064 C6_chemical_C2 +LQ07X000090 40S ribosomal protein S17-4 12.05579056 C6_chemical_C3 +LQ07X000090 40S ribosomal protein S17-4 14.04469398 L4_control_A1 +LQ07X000090 40S ribosomal protein S17-4 14.43675836 L4_control_A2 +LQ07X000090 40S ribosomal protein S17-4 14.07872079 L4_control_A3 +LQ07X000090 40S ribosomal protein S17-4 12.91092184 L4_control_B1 +LQ07X000090 40S ribosomal protein S17-4 13.08044807 L4_control_B2 +LQ07X000090 40S ribosomal protein S17-4 12.63141205 L4_control_B3 +LQ07X000090 40S ribosomal protein S17-4 12.95956095 L4_control_C2 +LQ07X000090 40S ribosomal protein S17-4 12.23881886 L4_control_C3 +LQ07X000090 40S ribosomal protein S17-4 13.84152783 L4_chemical_A1 +LQ07X000090 40S ribosomal protein S17-4 13.73185537 L4_chemical_A2 +LQ07X000090 40S ribosomal protein S17-4 13.87760008 L4_chemical_A3 +LQ07X000090 40S ribosomal protein S17-4 13.12513937 L4_chemical_B1 +LQ07X000090 40S ribosomal protein S17-4 13.35352984 L4_chemical_B2 +LQ07X000090 40S ribosomal protein S17-4 12.85895389 L4_chemical_B3 +LQ07X000090 40S ribosomal protein S17-4 12.93804414 L4_chemical_C2 +LQ07X000090 40S ribosomal protein S17-4 12.105467 L4_chemical_C3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.28866229 C6_control_A1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.90327196 C6_control_A3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.37332336 C6_control_B1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.71340916 C6_control_B2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.39619702 C6_control_B3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.96009354 C6_control_C1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.89012286 C6_control_C2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 14.09752697 C6_control_C3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.3302771 C6_chemical_A1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.32227217 C6_chemical_A3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.43062298 C6_chemical_B1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.82241543 C6_chemical_B2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.45143121 C6_chemical_B3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.97632026 C6_chemical_C1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 14.03100536 C6_chemical_C2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 14.23585639 C6_chemical_C3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.82601456 L4_control_A1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.38763974 L4_control_A2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.3375996 L4_control_A3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.88068027 L4_control_B1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.60312861 L4_control_B2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.22731344 L4_control_B3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.07251422 L4_control_C2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.71293092 L4_control_C3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.20358368 L4_chemical_A1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.70953906 L4_chemical_A2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.80639486 L4_chemical_A3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.02528558 L4_chemical_B1 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.30717103 L4_chemical_B2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.16007766 L4_chemical_B3 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.9235656 L4_chemical_C2 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.82016387 L4_chemical_C3 +LQ07X000120 Transcription factor, putative 11.57472536 C6_control_A1 +LQ07X000120 Transcription factor, putative 11.86845835 C6_control_A3 +LQ07X000120 Transcription factor, putative 10.52888604 C6_control_B1 +LQ07X000120 Transcription factor, putative 10.89918663 C6_control_B2 +LQ07X000120 Transcription factor, putative 10.37859883 C6_control_B3 +LQ07X000120 Transcription factor, putative 11.66450773 C6_control_C1 +LQ07X000120 Transcription factor, putative 11.31272784 C6_control_C2 +LQ07X000120 Transcription factor, putative 11.64288097 C6_control_C3 +LQ07X000120 Transcription factor, putative 11.28116159 C6_chemical_A1 +LQ07X000120 Transcription factor, putative 11.69679699 C6_chemical_A3 +LQ07X000120 Transcription factor, putative 10.08085062 C6_chemical_B1 +LQ07X000120 Transcription factor, putative 10.65534029 C6_chemical_B2 +LQ07X000120 Transcription factor, putative 10.13262747 C6_chemical_B3 +LQ07X000120 Transcription factor, putative 11.62576029 C6_chemical_C1 +LQ07X000120 Transcription factor, putative 11.48694659 C6_chemical_C2 +LQ07X000120 Transcription factor, putative 11.46529978 C6_chemical_C3 +LQ07X000120 Transcription factor, putative 11.91561232 L4_control_A1 +LQ07X000120 Transcription factor, putative 11.99840431 L4_control_A2 +LQ07X000120 Transcription factor, putative 12.0763053 L4_control_A3 +LQ07X000120 Transcription factor, putative 9.916434361 L4_control_B1 +LQ07X000120 Transcription factor, putative 10.48982156 L4_control_B2 +LQ07X000120 Transcription factor, putative 10.8552569 L4_control_B3 +LQ07X000120 Transcription factor, putative 10.82545605 L4_control_C2 +LQ07X000120 Transcription factor, putative 11.53576042 L4_control_C3 +LQ07X000120 Transcription factor, putative 11.6762385 L4_chemical_A1 +LQ07X000120 Transcription factor, putative 11.82476556 L4_chemical_A2 +LQ07X000120 Transcription factor, putative 11.77363836 L4_chemical_A3 +LQ07X000120 Transcription factor, putative 11.11214858 L4_chemical_B1 +LQ07X000120 Transcription factor, putative 10.89311531 L4_chemical_B2 +LQ07X000120 Transcription factor, putative 10.66361185 L4_chemical_B3 +LQ07X000120 Transcription factor, putative 11.11252126 L4_chemical_C2 +LQ07X000120 Transcription factor, putative 11.52187164 L4_chemical_C3 +LQ07X000130 Putative WPP domain-interacting protein 1 8.687586735 C6_control_A1 +LQ07X000130 Putative WPP domain-interacting protein 1 8.183619095 C6_control_A3 +LQ07X000130 Putative WPP domain-interacting protein 1 9.445314866 C6_control_B1 +LQ07X000130 Putative WPP domain-interacting protein 1 9.653558036 C6_control_B2 +LQ07X000130 Putative WPP domain-interacting protein 1 9.378030941 C6_control_B3 +LQ07X000130 Putative WPP domain-interacting protein 1 9.740840749 C6_control_C1 +LQ07X000130 Putative WPP domain-interacting protein 1 10.38971545 C6_control_C2 +LQ07X000130 Putative WPP domain-interacting protein 1 9.673952863 C6_control_C3 +LQ07X000130 Putative WPP domain-interacting protein 1 8.706975392 C6_chemical_A1 +LQ07X000130 Putative WPP domain-interacting protein 1 8.932719714 C6_chemical_A3 +LQ07X000130 Putative WPP domain-interacting protein 1 9.579038199 C6_chemical_B1 +LQ07X000130 Putative WPP domain-interacting protein 1 9.993842058 C6_chemical_B2 +LQ07X000130 Putative WPP domain-interacting protein 1 9.690496375 C6_chemical_B3 +LQ07X000130 Putative WPP domain-interacting protein 1 9.832852038 C6_chemical_C1 +LQ07X000130 Putative WPP domain-interacting protein 1 10.0387528 C6_chemical_C2 +LQ07X000130 Putative WPP domain-interacting protein 1 10.20379968 C6_chemical_C3 +LQ07X000130 Putative WPP domain-interacting protein 1 8.401704065 L4_control_A1 +LQ07X000130 Putative WPP domain-interacting protein 1 8.286669593 L4_control_A2 +LQ07X000130 Putative WPP domain-interacting protein 1 7.132050218 L4_control_A3 +LQ07X000130 Putative WPP domain-interacting protein 1 9.10681173 L4_control_B1 +LQ07X000130 Putative WPP domain-interacting protein 1 9.111367943 L4_control_B2 +LQ07X000130 Putative WPP domain-interacting protein 1 9.164251616 L4_control_B3 +LQ07X000130 Putative WPP domain-interacting protein 1 9.287873078 L4_control_C2 +LQ07X000130 Putative WPP domain-interacting protein 1 9.403589325 L4_control_C3 +LQ07X000130 Putative WPP domain-interacting protein 1 8.394843861 L4_chemical_A1 +LQ07X000130 Putative WPP domain-interacting protein 1 8.162991495 L4_chemical_A2 +LQ07X000130 Putative WPP domain-interacting protein 1 7.457235711 L4_chemical_A3 +LQ07X000130 Putative WPP domain-interacting protein 1 8.674775183 L4_chemical_B1 +LQ07X000130 Putative WPP domain-interacting protein 1 8.47078334 L4_chemical_B2 +LQ07X000130 Putative WPP domain-interacting protein 1 8.574988854 L4_chemical_B3 +LQ07X000130 Putative WPP domain-interacting protein 1 9.258509751 L4_chemical_C2 +LQ07X000130 Putative WPP domain-interacting protein 1 9.453477924 L4_chemical_C3 +LQ07X000140 Tir-nbs resistance protein 5.72313788 C6_control_A1 +LQ07X000140 Tir-nbs resistance protein 5.61852241 C6_control_A3 +LQ07X000140 Tir-nbs resistance protein 6.036977658 C6_control_B1 +LQ07X000140 Tir-nbs resistance protein 5.595292968 C6_control_B2 +LQ07X000140 Tir-nbs resistance protein 6.204411686 C6_control_B3 +LQ07X000140 Tir-nbs resistance protein 5.634849218 C6_control_C1 +LQ07X000140 Tir-nbs resistance protein 5.187875488 C6_control_C2 +LQ07X000140 Tir-nbs resistance protein 5.171072509 C6_control_C3 +LQ07X000140 Tir-nbs resistance protein 6.126948009 C6_chemical_A1 +LQ07X000140 Tir-nbs resistance protein 5.986701099 C6_chemical_A3 +LQ07X000140 Tir-nbs resistance protein 6.019255942 C6_chemical_B1 +LQ07X000140 Tir-nbs resistance protein 5.275428494 C6_chemical_B2 +LQ07X000140 Tir-nbs resistance protein 6.172608278 C6_chemical_B3 +LQ07X000140 Tir-nbs resistance protein 5.381077762 C6_chemical_C1 +LQ07X000140 Tir-nbs resistance protein 5.301124237 C6_chemical_C2 +LQ07X000140 Tir-nbs resistance protein 5.512590782 C6_chemical_C3 +LQ07X000140 Tir-nbs resistance protein 5.687037236 L4_control_A1 +LQ07X000140 Tir-nbs resistance protein 6.751660857 L4_control_A2 +LQ07X000140 Tir-nbs resistance protein 5.906555357 L4_control_A3 +LQ07X000140 Tir-nbs resistance protein 5.564227953 L4_control_B1 +LQ07X000140 Tir-nbs resistance protein 6.10884795 L4_control_B2 +LQ07X000140 Tir-nbs resistance protein 6.143860481 L4_control_B3 +LQ07X000140 Tir-nbs resistance protein 6.035425673 L4_control_C2 +LQ07X000140 Tir-nbs resistance protein 5.891931393 L4_control_C3 +LQ07X000140 Tir-nbs resistance protein 5.677710677 L4_chemical_A1 +LQ07X000140 Tir-nbs resistance protein 6.060858258 L4_chemical_A2 +LQ07X000140 Tir-nbs resistance protein 5.876555423 L4_chemical_A3 +LQ07X000140 Tir-nbs resistance protein 6.112981955 L4_chemical_B1 +LQ07X000140 Tir-nbs resistance protein 5.608186025 L4_chemical_B2 +LQ07X000140 Tir-nbs resistance protein 6.229600389 L4_chemical_B3 +LQ07X000140 Tir-nbs resistance protein 6.363042609 L4_chemical_C2 +LQ07X000140 Tir-nbs resistance protein 6.011276545 L4_chemical_C3 +LQ07X000160 Putative uncharacterized protein 6.802021411 C6_control_A1 +LQ07X000160 Putative uncharacterized protein 5.929411487 C6_control_A3 +LQ07X000160 Putative uncharacterized protein 5.43709049 C6_control_B1 +LQ07X000160 Putative uncharacterized protein 5.670162246 C6_control_B2 +LQ07X000160 Putative uncharacterized protein 5.770935325 C6_control_B3 +LQ07X000160 Putative uncharacterized protein 5.302027549 C6_control_C1 +LQ07X000160 Putative uncharacterized protein 5.242205301 C6_control_C2 +LQ07X000160 Putative uncharacterized protein 5.242725804 C6_control_C3 +LQ07X000160 Putative uncharacterized protein 6.25800617 C6_chemical_A1 +LQ07X000160 Putative uncharacterized protein 6.004657709 C6_chemical_A3 +LQ07X000160 Putative uncharacterized protein 5.614933962 C6_chemical_B1 +LQ07X000160 Putative uncharacterized protein 5.872412575 C6_chemical_B2 +LQ07X000160 Putative uncharacterized protein 5.491645517 C6_chemical_B3 +LQ07X000160 Putative uncharacterized protein 5.134006073 C6_chemical_C1 +LQ07X000160 Putative uncharacterized protein 5.693890359 C6_chemical_C2 +LQ07X000160 Putative uncharacterized protein 5.140058471 C6_chemical_C3 +LQ07X000160 Putative uncharacterized protein 5.811584605 L4_control_A1 +LQ07X000160 Putative uncharacterized protein 6.677681463 L4_control_A2 +LQ07X000160 Putative uncharacterized protein 6.905283089 L4_control_A3 +LQ07X000160 Putative uncharacterized protein 6.634701002 L4_control_B1 +LQ07X000160 Putative uncharacterized protein 5.671576122 L4_control_B2 +LQ07X000160 Putative uncharacterized protein 6.35980079 L4_control_B3 +LQ07X000160 Putative uncharacterized protein 6.440376292 L4_control_C2 +LQ07X000160 Putative uncharacterized protein 5.339492701 L4_control_C3 +LQ07X000160 Putative uncharacterized protein 5.662631941 L4_chemical_A1 +LQ07X000160 Putative uncharacterized protein 6.535594944 L4_chemical_A2 +LQ07X000160 Putative uncharacterized protein 6.51787107 L4_chemical_A3 +LQ07X000160 Putative uncharacterized protein 6.23516572 L4_chemical_B1 +LQ07X000160 Putative uncharacterized protein 5.891138622 L4_chemical_B2 +LQ07X000160 Putative uncharacterized protein 6.072735384 L4_chemical_B3 +LQ07X000160 Putative uncharacterized protein 5.422323391 L4_chemical_C2 +LQ07X000160 Putative uncharacterized protein 5.43139333 L4_chemical_C3 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.6918857 C6_control_A1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.47890599 C6_control_A3 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.81566564 C6_control_B1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.44124401 C6_control_B2 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.29115078 C6_control_B3 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.03609978 C6_control_C1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.83205754 C6_control_C2 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.10985171 C6_control_C3 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.5371108 C6_chemical_A1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.90171377 C6_chemical_A3 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.61468906 C6_chemical_B1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.46760777 C6_chemical_B2 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.2246223 C6_chemical_B3 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.74734173 C6_chemical_C1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.81995555 C6_chemical_C2 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.32286176 C6_chemical_C3 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.76081786 L4_control_A1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.92026676 L4_control_A2 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.98905673 L4_control_A3 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.02495244 L4_control_B1 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.1396139 L4_control_B2 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.99551046 L4_control_B3 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.30538623 L4_control_C2 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.26062764 L4_control_C3 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.97625697 L4_chemical_A1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.65561696 L4_chemical_A2 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.91786823 L4_chemical_A3 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.7871118 L4_chemical_B1 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.85741118 L4_chemical_B2 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.88739654 L4_chemical_B3 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.02949852 L4_chemical_C2 +LQ07X000170 Putative Uncharacterized protein At4g26450 11.09245953 L4_chemical_C3 +LQ07X000190 Probable WRKY transcription factor 2 8.011397785 C6_control_A1 +LQ07X000190 Probable WRKY transcription factor 2 7.124699979 C6_control_A3 +LQ07X000190 Probable WRKY transcription factor 2 8.387859849 C6_control_B1 +LQ07X000190 Probable WRKY transcription factor 2 8.37659485 C6_control_B2 +LQ07X000190 Probable WRKY transcription factor 2 8.168007521 C6_control_B3 +LQ07X000190 Probable WRKY transcription factor 2 9.251867592 C6_control_C1 +LQ07X000190 Probable WRKY transcription factor 2 9.253613975 C6_control_C2 +LQ07X000190 Probable WRKY transcription factor 2 9.014071779 C6_control_C3 +LQ07X000190 Probable WRKY transcription factor 2 8.634510238 C6_chemical_A1 +LQ07X000190 Probable WRKY transcription factor 2 8.223562814 C6_chemical_A3 +LQ07X000190 Probable WRKY transcription factor 2 8.275897214 C6_chemical_B1 +LQ07X000190 Probable WRKY transcription factor 2 8.559646599 C6_chemical_B2 +LQ07X000190 Probable WRKY transcription factor 2 8.77532094 C6_chemical_B3 +LQ07X000190 Probable WRKY transcription factor 2 9.928450603 C6_chemical_C1 +LQ07X000190 Probable WRKY transcription factor 2 9.536357661 C6_chemical_C2 +LQ07X000190 Probable WRKY transcription factor 2 9.670031155 C6_chemical_C3 +LQ07X000190 Probable WRKY transcription factor 2 8.485003507 L4_control_A1 +LQ07X000190 Probable WRKY transcription factor 2 8.23166578 L4_control_A2 +LQ07X000190 Probable WRKY transcription factor 2 9.671546885 L4_control_A3 +LQ07X000190 Probable WRKY transcription factor 2 8.123018018 L4_control_B1 +LQ07X000190 Probable WRKY transcription factor 2 8.206618883 L4_control_B2 +LQ07X000190 Probable WRKY transcription factor 2 9.021815691 L4_control_B3 +LQ07X000190 Probable WRKY transcription factor 2 8.913714441 L4_control_C2 +LQ07X000190 Probable WRKY transcription factor 2 9.791492756 L4_control_C3 +LQ07X000190 Probable WRKY transcription factor 2 8.565489309 L4_chemical_A1 +LQ07X000190 Probable WRKY transcription factor 2 8.162404775 L4_chemical_A2 +LQ07X000190 Probable WRKY transcription factor 2 9.489940645 L4_chemical_A3 +LQ07X000190 Probable WRKY transcription factor 2 7.700176505 L4_chemical_B1 +LQ07X000190 Probable WRKY transcription factor 2 6.96181757 L4_chemical_B2 +LQ07X000190 Probable WRKY transcription factor 2 8.585507002 L4_chemical_B3 +LQ07X000190 Probable WRKY transcription factor 2 8.564243027 L4_chemical_C2 +LQ07X000190 Probable WRKY transcription factor 2 9.525002837 L4_chemical_C3 +LQ07X000240 Putative Raffinose synthase 4.917912981 C6_control_A1 +LQ07X000240 Putative Raffinose synthase 4.596563015 C6_control_A3 +LQ07X000240 Putative Raffinose synthase 4.912144181 C6_control_B1 +LQ07X000240 Putative Raffinose synthase 4.769340244 C6_control_B2 +LQ07X000240 Putative Raffinose synthase 4.944850253 C6_control_B3 +LQ07X000240 Putative Raffinose synthase 4.635036584 C6_control_C1 +LQ07X000240 Putative Raffinose synthase 4.621424746 C6_control_C2 +LQ07X000240 Putative Raffinose synthase 4.806815437 C6_control_C3 +LQ07X000240 Putative Raffinose synthase 4.626713898 C6_chemical_A1 +LQ07X000240 Putative Raffinose synthase 4.708181363 C6_chemical_A3 +LQ07X000240 Putative Raffinose synthase 4.822873793 C6_chemical_B1 +LQ07X000240 Putative Raffinose synthase 4.648551829 C6_chemical_B2 +LQ07X000240 Putative Raffinose synthase 5.191518297 C6_chemical_B3 +LQ07X000240 Putative Raffinose synthase 4.758096779 C6_chemical_C1 +LQ07X000240 Putative Raffinose synthase 4.58060061 C6_chemical_C2 +LQ07X000240 Putative Raffinose synthase 4.892744853 C6_chemical_C3 +LQ07X000240 Putative Raffinose synthase 4.70616054 L4_control_A1 +LQ07X000240 Putative Raffinose synthase 4.851025452 L4_control_A2 +LQ07X000240 Putative Raffinose synthase 4.89593534 L4_control_A3 +LQ07X000240 Putative Raffinose synthase 5.280191805 L4_control_B1 +LQ07X000240 Putative Raffinose synthase 4.850593629 L4_control_B2 +LQ07X000240 Putative Raffinose synthase 4.733848043 L4_control_B3 +LQ07X000240 Putative Raffinose synthase 4.748673823 L4_control_C2 +LQ07X000240 Putative Raffinose synthase 4.885055901 L4_control_C3 +LQ07X000240 Putative Raffinose synthase 4.887801858 L4_chemical_A1 +LQ07X000240 Putative Raffinose synthase 4.744772201 L4_chemical_A2 +LQ07X000240 Putative Raffinose synthase 4.810600178 L4_chemical_A3 +LQ07X000240 Putative Raffinose synthase 5.039516381 L4_chemical_B1 +LQ07X000240 Putative Raffinose synthase 4.962526005 L4_chemical_B2 +LQ07X000240 Putative Raffinose synthase 4.616413876 L4_chemical_B3 +LQ07X000240 Putative Raffinose synthase 5.121419551 L4_chemical_C2 +LQ07X000240 Putative Raffinose synthase 4.869021836 L4_chemical_C3 +LQ07X000390 Putative Glycine-rich protein 5.389218114 C6_control_A1 +LQ07X000390 Putative Glycine-rich protein 5.022700358 C6_control_A3 +LQ07X000390 Putative Glycine-rich protein 5.298992501 C6_control_B1 +LQ07X000390 Putative Glycine-rich protein 5.35059148 C6_control_B2 +LQ07X000390 Putative Glycine-rich protein 5.55407137 C6_control_B3 +LQ07X000390 Putative Glycine-rich protein 4.97234919 C6_control_C1 +LQ07X000390 Putative Glycine-rich protein 4.928033673 C6_control_C2 +LQ07X000390 Putative Glycine-rich protein 4.92653359 C6_control_C3 +LQ07X000390 Putative Glycine-rich protein 5.487603397 C6_chemical_A1 +LQ07X000390 Putative Glycine-rich protein 4.82501282 C6_chemical_A3 +LQ07X000390 Putative Glycine-rich protein 5.151864815 C6_chemical_B1 +LQ07X000390 Putative Glycine-rich protein 5.205517571 C6_chemical_B2 +LQ07X000390 Putative Glycine-rich protein 5.188596975 C6_chemical_B3 +LQ07X000390 Putative Glycine-rich protein 4.866750522 C6_chemical_C1 +LQ07X000390 Putative Glycine-rich protein 4.858506548 C6_chemical_C2 +LQ07X000390 Putative Glycine-rich protein 5.199853785 C6_chemical_C3 +LQ07X000390 Putative Glycine-rich protein 4.907914413 L4_control_A1 +LQ07X000390 Putative Glycine-rich protein 5.333806814 L4_control_A2 +LQ07X000390 Putative Glycine-rich protein 5.339369509 L4_control_A3 +LQ07X000390 Putative Glycine-rich protein 6.032925557 L4_control_B1 +LQ07X000390 Putative Glycine-rich protein 4.961449341 L4_control_B2 +LQ07X000390 Putative Glycine-rich protein 5.265175433 L4_control_B3 +LQ07X000390 Putative Glycine-rich protein 5.011067134 L4_control_C2 +LQ07X000390 Putative Glycine-rich protein 4.991035432 L4_control_C3 +LQ07X000390 Putative Glycine-rich protein 5.10936183 L4_chemical_A1 +LQ07X000390 Putative Glycine-rich protein 5.400165249 L4_chemical_A2 +LQ07X000390 Putative Glycine-rich protein 5.2599335 L4_chemical_A3 +LQ07X000390 Putative Glycine-rich protein 5.043939467 L4_chemical_B1 +LQ07X000390 Putative Glycine-rich protein 5.199688221 L4_chemical_B2 +LQ07X000390 Putative Glycine-rich protein 5.298840689 L4_chemical_B3 +LQ07X000390 Putative Glycine-rich protein 5.277722434 L4_chemical_C2 +LQ07X000390 Putative Glycine-rich protein 4.922755713 L4_chemical_C3 +LQ07X000430 At3g13310 10.92280169 C6_control_A1 +LQ07X000430 At3g13310 11.40071385 C6_control_A3 +LQ07X000430 At3g13310 11.77476976 C6_control_B1 +LQ07X000430 At3g13310 13.22230928 C6_control_B2 +LQ07X000430 At3g13310 12.14107591 C6_control_B3 +LQ07X000430 At3g13310 12.41628933 C6_control_C1 +LQ07X000430 At3g13310 12.90060329 C6_control_C2 +LQ07X000430 At3g13310 12.35561536 C6_control_C3 +LQ07X000430 At3g13310 11.10838223 C6_chemical_A1 +LQ07X000430 At3g13310 10.61512081 C6_chemical_A3 +LQ07X000430 At3g13310 12.17091942 C6_chemical_B1 +LQ07X000430 At3g13310 13.03574977 C6_chemical_B2 +LQ07X000430 At3g13310 13.57703956 C6_chemical_B3 +LQ07X000430 At3g13310 12.76339147 C6_chemical_C1 +LQ07X000430 At3g13310 12.12569195 C6_chemical_C2 +LQ07X000430 At3g13310 11.6522658 C6_chemical_C3 +LQ07X000430 At3g13310 10.78987488 L4_control_A1 +LQ07X000430 At3g13310 10.47423453 L4_control_A2 +LQ07X000430 At3g13310 10.98424913 L4_control_A3 +LQ07X000430 At3g13310 13.37954339 L4_control_B1 +LQ07X000430 At3g13310 11.21716469 L4_control_B2 +LQ07X000430 At3g13310 13.95920308 L4_control_B3 +LQ07X000430 At3g13310 12.16962184 L4_control_C2 +LQ07X000430 At3g13310 13.12172311 L4_control_C3 +LQ07X000430 At3g13310 12.84389706 L4_chemical_A1 +LQ07X000430 At3g13310 10.81597778 L4_chemical_A2 +LQ07X000430 At3g13310 11.25944919 L4_chemical_A3 +LQ07X000430 At3g13310 12.86707911 L4_chemical_B1 +LQ07X000430 At3g13310 12.69949036 L4_chemical_B2 +LQ07X000430 At3g13310 12.44945952 L4_chemical_B3 +LQ07X000430 At3g13310 12.5756616 L4_chemical_C2 +LQ07X000430 At3g13310 13.09366042 L4_chemical_C3 +LQ07X000450 Putative uncharacterized protein 13.38214391 C6_control_A1 +LQ07X000450 Putative uncharacterized protein 13.40282763 C6_control_A3 +LQ07X000450 Putative uncharacterized protein 13.415506 C6_control_B1 +LQ07X000450 Putative uncharacterized protein 12.86357584 C6_control_B2 +LQ07X000450 Putative uncharacterized protein 13.23786128 C6_control_B3 +LQ07X000450 Putative uncharacterized protein 13.18046671 C6_control_C1 +LQ07X000450 Putative uncharacterized protein 13.03662104 C6_control_C2 +LQ07X000450 Putative uncharacterized protein 13.19946354 C6_control_C3 +LQ07X000450 Putative uncharacterized protein 13.38099799 C6_chemical_A1 +LQ07X000450 Putative uncharacterized protein 13.3363814 C6_chemical_A3 +LQ07X000450 Putative uncharacterized protein 13.43221597 C6_chemical_B1 +LQ07X000450 Putative uncharacterized protein 12.80045623 C6_chemical_B2 +LQ07X000450 Putative uncharacterized protein 13.14002552 C6_chemical_B3 +LQ07X000450 Putative uncharacterized protein 13.31515444 C6_chemical_C1 +LQ07X000450 Putative uncharacterized protein 13.03113892 C6_chemical_C2 +LQ07X000450 Putative uncharacterized protein 12.70854734 C6_chemical_C3 +LQ07X000450 Putative uncharacterized protein 13.70329356 L4_control_A1 +LQ07X000450 Putative uncharacterized protein 13.45333067 L4_control_A2 +LQ07X000450 Putative uncharacterized protein 13.92618963 L4_control_A3 +LQ07X000450 Putative uncharacterized protein 13.75792701 L4_control_B1 +LQ07X000450 Putative uncharacterized protein 13.98507993 L4_control_B2 +LQ07X000450 Putative uncharacterized protein 13.05634541 L4_control_B3 +LQ07X000450 Putative uncharacterized protein 13.97066336 L4_control_C2 +LQ07X000450 Putative uncharacterized protein 13.45049523 L4_control_C3 +LQ07X000450 Putative uncharacterized protein 13.6140403 L4_chemical_A1 +LQ07X000450 Putative uncharacterized protein 13.52101527 L4_chemical_A2 +LQ07X000450 Putative uncharacterized protein 13.80397336 L4_chemical_A3 +LQ07X000450 Putative uncharacterized protein 14.03528991 L4_chemical_B1 +LQ07X000450 Putative uncharacterized protein 13.9472183 L4_chemical_B2 +LQ07X000450 Putative uncharacterized protein 13.1126351 L4_chemical_B3 +LQ07X000450 Putative uncharacterized protein 14.01739505 L4_chemical_C2 +LQ07X000450 Putative uncharacterized protein 13.33396808 L4_chemical_C3 +LQ07X000460 Predicted protein 13.32647526 C6_control_A1 +LQ07X000460 Predicted protein 13.62135347 C6_control_A3 +LQ07X000460 Predicted protein 14.16385984 C6_control_B1 +LQ07X000460 Predicted protein 13.71503179 C6_control_B2 +LQ07X000460 Predicted protein 14.49599369 C6_control_B3 +LQ07X000460 Predicted protein 12.40158048 C6_control_C1 +LQ07X000460 Predicted protein 12.55372646 C6_control_C2 +LQ07X000460 Predicted protein 12.82016991 C6_control_C3 +LQ07X000460 Predicted protein 13.14948429 C6_chemical_A1 +LQ07X000460 Predicted protein 12.19819406 C6_chemical_A3 +LQ07X000460 Predicted protein 13.89828349 C6_chemical_B1 +LQ07X000460 Predicted protein 13.58926236 C6_chemical_B2 +LQ07X000460 Predicted protein 14.00509207 C6_chemical_B3 +LQ07X000460 Predicted protein 12.2223424 C6_chemical_C1 +LQ07X000460 Predicted protein 12.03837199 C6_chemical_C2 +LQ07X000460 Predicted protein 12.3344118 C6_chemical_C3 +LQ07X000460 Predicted protein 12.89939619 L4_control_A1 +LQ07X000460 Predicted protein 12.77567334 L4_control_A2 +LQ07X000460 Predicted protein 12.41481657 L4_control_A3 +LQ07X000460 Predicted protein 14.0024784 L4_control_B1 +LQ07X000460 Predicted protein 13.11985227 L4_control_B2 +LQ07X000460 Predicted protein 13.97586574 L4_control_B3 +LQ07X000460 Predicted protein 12.85333833 L4_control_C2 +LQ07X000460 Predicted protein 12.93577693 L4_control_C3 +LQ07X000460 Predicted protein 12.71419618 L4_chemical_A1 +LQ07X000460 Predicted protein 12.47663578 L4_chemical_A2 +LQ07X000460 Predicted protein 12.27634513 L4_chemical_A3 +LQ07X000460 Predicted protein 13.61969442 L4_chemical_B1 +LQ07X000460 Predicted protein 13.88548679 L4_chemical_B2 +LQ07X000460 Predicted protein 13.37948171 L4_chemical_B3 +LQ07X000460 Predicted protein 12.78903593 L4_chemical_C2 +LQ07X000460 Predicted protein 12.81855341 L4_chemical_C3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.79359861 C6_control_A1 +LQ07X000470 Putative DNA damage-inducible protein 1 12.11816879 C6_control_A3 +LQ07X000470 Putative DNA damage-inducible protein 1 12.0249655 C6_control_B1 +LQ07X000470 Putative DNA damage-inducible protein 1 11.75912096 C6_control_B2 +LQ07X000470 Putative DNA damage-inducible protein 1 11.83499881 C6_control_B3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.23324173 C6_control_C1 +LQ07X000470 Putative DNA damage-inducible protein 1 11.20836938 C6_control_C2 +LQ07X000470 Putative DNA damage-inducible protein 1 10.7450995 C6_control_C3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.36896285 C6_chemical_A1 +LQ07X000470 Putative DNA damage-inducible protein 1 11.75215335 C6_chemical_A3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.75227802 C6_chemical_B1 +LQ07X000470 Putative DNA damage-inducible protein 1 11.68702981 C6_chemical_B2 +LQ07X000470 Putative DNA damage-inducible protein 1 11.75611701 C6_chemical_B3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.02622451 C6_chemical_C1 +LQ07X000470 Putative DNA damage-inducible protein 1 11.27406604 C6_chemical_C2 +LQ07X000470 Putative DNA damage-inducible protein 1 10.84667796 C6_chemical_C3 +LQ07X000470 Putative DNA damage-inducible protein 1 12.34348239 L4_control_A1 +LQ07X000470 Putative DNA damage-inducible protein 1 12.15800914 L4_control_A2 +LQ07X000470 Putative DNA damage-inducible protein 1 11.91068378 L4_control_A3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.57856411 L4_control_B1 +LQ07X000470 Putative DNA damage-inducible protein 1 11.94203712 L4_control_B2 +LQ07X000470 Putative DNA damage-inducible protein 1 11.91703196 L4_control_B3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.24343392 L4_control_C2 +LQ07X000470 Putative DNA damage-inducible protein 1 11.10904819 L4_control_C3 +LQ07X000470 Putative DNA damage-inducible protein 1 12.08681965 L4_chemical_A1 +LQ07X000470 Putative DNA damage-inducible protein 1 11.79765479 L4_chemical_A2 +LQ07X000470 Putative DNA damage-inducible protein 1 12.04646629 L4_chemical_A3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.64243704 L4_chemical_B1 +LQ07X000470 Putative DNA damage-inducible protein 1 11.50810152 L4_chemical_B2 +LQ07X000470 Putative DNA damage-inducible protein 1 12.0149304 L4_chemical_B3 +LQ07X000470 Putative DNA damage-inducible protein 1 11.0414504 L4_chemical_C2 +LQ07X000470 Putative DNA damage-inducible protein 1 11.31562533 L4_chemical_C3 +LQ07X000480 RNA-binding protein pno1 6.822231232 C6_control_A1 +LQ07X000480 RNA-binding protein pno1 6.915611545 C6_control_A3 +LQ07X000480 RNA-binding protein pno1 6.873519844 C6_control_B1 +LQ07X000480 RNA-binding protein pno1 6.02275595 C6_control_B2 +LQ07X000480 RNA-binding protein pno1 5.834402689 C6_control_B3 +LQ07X000480 RNA-binding protein pno1 6.227923758 C6_control_C1 +LQ07X000480 RNA-binding protein pno1 6.951055954 C6_control_C2 +LQ07X000480 RNA-binding protein pno1 6.111371338 C6_control_C3 +LQ07X000480 RNA-binding protein pno1 6.627685511 C6_chemical_A1 +LQ07X000480 RNA-binding protein pno1 5.977491264 C6_chemical_A3 +LQ07X000480 RNA-binding protein pno1 5.39570496 C6_chemical_B1 +LQ07X000480 RNA-binding protein pno1 6.009666906 C6_chemical_B2 +LQ07X000480 RNA-binding protein pno1 6.099417557 C6_chemical_B3 +LQ07X000480 RNA-binding protein pno1 6.442369778 C6_chemical_C1 +LQ07X000480 RNA-binding protein pno1 6.392160179 C6_chemical_C2 +LQ07X000480 RNA-binding protein pno1 6.308293762 C6_chemical_C3 +LQ07X000480 RNA-binding protein pno1 5.927599163 L4_control_A1 +LQ07X000480 RNA-binding protein pno1 5.957590173 L4_control_A2 +LQ07X000480 RNA-binding protein pno1 6.701932519 L4_control_A3 +LQ07X000480 RNA-binding protein pno1 5.269057581 L4_control_B1 +LQ07X000480 RNA-binding protein pno1 5.77633277 L4_control_B2 +LQ07X000480 RNA-binding protein pno1 5.875742186 L4_control_B3 +LQ07X000480 RNA-binding protein pno1 6.255402543 L4_control_C2 +LQ07X000480 RNA-binding protein pno1 5.609015417 L4_control_C3 +LQ07X000480 RNA-binding protein pno1 5.966175748 L4_chemical_A1 +LQ07X000480 RNA-binding protein pno1 6.21206442 L4_chemical_A2 +LQ07X000480 RNA-binding protein pno1 5.629120253 L4_chemical_A3 +LQ07X000480 RNA-binding protein pno1 6.930634504 L4_chemical_B1 +LQ07X000480 RNA-binding protein pno1 5.703378564 L4_chemical_B2 +LQ07X000480 RNA-binding protein pno1 5.959003948 L4_chemical_B3 +LQ07X000480 RNA-binding protein pno1 6.160345379 L4_chemical_C2 +LQ07X000480 RNA-binding protein pno1 5.436076047 L4_chemical_C3 +LQ07X000510 Predicted protein 10.51236226 C6_control_A1 +LQ07X000510 Predicted protein 10.65755692 C6_control_A3 +LQ07X000510 Predicted protein 11.24814967 C6_control_B1 +LQ07X000510 Predicted protein 11.55535052 C6_control_B2 +LQ07X000510 Predicted protein 11.07250814 C6_control_B3 +LQ07X000510 Predicted protein 11.30485101 C6_control_C1 +LQ07X000510 Predicted protein 11.25626174 C6_control_C2 +LQ07X000510 Predicted protein 11.35646605 C6_control_C3 +LQ07X000510 Predicted protein 10.88609016 C6_chemical_A1 +LQ07X000510 Predicted protein 10.85504442 C6_chemical_A3 +LQ07X000510 Predicted protein 11.34794714 C6_chemical_B1 +LQ07X000510 Predicted protein 11.32559657 C6_chemical_B2 +LQ07X000510 Predicted protein 10.82800923 C6_chemical_B3 +LQ07X000510 Predicted protein 10.99889604 C6_chemical_C1 +LQ07X000510 Predicted protein 11.10219169 C6_chemical_C2 +LQ07X000510 Predicted protein 11.25076409 C6_chemical_C3 +LQ07X000510 Predicted protein 10.23720141 L4_control_A1 +LQ07X000510 Predicted protein 10.40421291 L4_control_A2 +LQ07X000510 Predicted protein 10.11560579 L4_control_A3 +LQ07X000510 Predicted protein 11.13925706 L4_control_B1 +LQ07X000510 Predicted protein 10.40665314 L4_control_B2 +LQ07X000510 Predicted protein 11.17592948 L4_control_B3 +LQ07X000510 Predicted protein 10.8769237 L4_control_C2 +LQ07X000510 Predicted protein 10.38375964 L4_control_C3 +LQ07X000510 Predicted protein 10.09408718 L4_chemical_A1 +LQ07X000510 Predicted protein 10.84235304 L4_chemical_A2 +LQ07X000510 Predicted protein 10.09750384 L4_chemical_A3 +LQ07X000510 Predicted protein 10.78210803 L4_chemical_B1 +LQ07X000510 Predicted protein 10.70064075 L4_chemical_B2 +LQ07X000510 Predicted protein 10.37605478 L4_chemical_B3 +LQ07X000510 Predicted protein 10.9721565 L4_chemical_C2 +LQ07X000510 Predicted protein 10.02166768 L4_chemical_C3 +LQ07X000550 Metal ion binding protein, putative 5.092385843 C6_control_A1 +LQ07X000550 Metal ion binding protein, putative 4.881380174 C6_control_A3 +LQ07X000550 Metal ion binding protein, putative 4.936853771 C6_control_B1 +LQ07X000550 Metal ion binding protein, putative 5.127758049 C6_control_B2 +LQ07X000550 Metal ion binding protein, putative 5.348840557 C6_control_B3 +LQ07X000550 Metal ion binding protein, putative 4.919701586 C6_control_C1 +LQ07X000550 Metal ion binding protein, putative 5.009885039 C6_control_C2 +LQ07X000550 Metal ion binding protein, putative 5.098099584 C6_control_C3 +LQ07X000550 Metal ion binding protein, putative 5.024234101 C6_chemical_A1 +LQ07X000550 Metal ion binding protein, putative 5.040715355 C6_chemical_A3 +LQ07X000550 Metal ion binding protein, putative 4.887738835 C6_chemical_B1 +LQ07X000550 Metal ion binding protein, putative 4.967631778 C6_chemical_B2 +LQ07X000550 Metal ion binding protein, putative 5.007719245 C6_chemical_B3 +LQ07X000550 Metal ion binding protein, putative 4.842287003 C6_chemical_C1 +LQ07X000550 Metal ion binding protein, putative 5.029925265 C6_chemical_C2 +LQ07X000550 Metal ion binding protein, putative 5.161122064 C6_chemical_C3 +LQ07X000550 Metal ion binding protein, putative 4.904767502 L4_control_A1 +LQ07X000550 Metal ion binding protein, putative 5.236954822 L4_control_A2 +LQ07X000550 Metal ion binding protein, putative 5.195007088 L4_control_A3 +LQ07X000550 Metal ion binding protein, putative 4.866718721 L4_control_B1 +LQ07X000550 Metal ion binding protein, putative 5.459042546 L4_control_B2 +LQ07X000550 Metal ion binding protein, putative 4.839798369 L4_control_B3 +LQ07X000550 Metal ion binding protein, putative 5.199743721 L4_control_C2 +LQ07X000550 Metal ion binding protein, putative 4.612333586 L4_control_C3 +LQ07X000550 Metal ion binding protein, putative 5.024699591 L4_chemical_A1 +LQ07X000550 Metal ion binding protein, putative 5.046640358 L4_chemical_A2 +LQ07X000550 Metal ion binding protein, putative 4.990390068 L4_chemical_A3 +LQ07X000550 Metal ion binding protein, putative 4.607707505 L4_chemical_B1 +LQ07X000550 Metal ion binding protein, putative 4.960674803 L4_chemical_B2 +LQ07X000550 Metal ion binding protein, putative 5.160139821 L4_chemical_B3 +LQ07X000550 Metal ion binding protein, putative 5.385284969 L4_chemical_C2 +LQ07X000550 Metal ion binding protein, putative 4.676581437 L4_chemical_C3 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.172983813 C6_control_A1 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.537403558 C6_control_A3 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.172226087 C6_control_B1 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.853375702 C6_control_B2 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.187092543 C6_control_B3 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.658354763 C6_control_C1 +LQ07X000570 Putative Uncharacterized protein At4g26480 5.829090326 C6_control_C2 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.069723175 C6_control_C3 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.192957253 C6_chemical_A1 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.008354769 C6_chemical_A3 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.731310373 C6_chemical_B1 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.67254108 C6_chemical_B2 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.053826218 C6_chemical_B3 +LQ07X000570 Putative Uncharacterized protein At4g26480 6.910922169 C6_chemical_C1 +LQ07X000570 Putative Uncharacterized protein At4g26480 6.541669994 C6_chemical_C2 +LQ07X000570 Putative Uncharacterized protein At4g26480 6.948729484 C6_chemical_C3 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.241316914 L4_control_A1 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.614788943 L4_control_A2 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.244620339 L4_control_A3 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.986313758 L4_control_B1 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.411412854 L4_control_B2 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.598674071 L4_control_B3 +LQ07X000570 Putative Uncharacterized protein At4g26480 6.529210121 L4_control_C2 +LQ07X000570 Putative Uncharacterized protein At4g26480 6.278913439 L4_control_C3 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.323010898 L4_chemical_A1 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.87702422 L4_chemical_A2 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.118234001 L4_chemical_A3 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.553673678 L4_chemical_B1 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.281815912 L4_chemical_B2 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.515834865 L4_chemical_B3 +LQ07X000570 Putative Uncharacterized protein At4g26480 7.111976908 L4_chemical_C2 +LQ07X000570 Putative Uncharacterized protein At4g26480 6.793928002 L4_chemical_C3 +LQ07X000580 Putative uncharacterized protein 8.260325216 C6_control_A1 +LQ07X000580 Putative uncharacterized protein 7.722867474 C6_control_A3 +LQ07X000580 Putative uncharacterized protein 8.163056681 C6_control_B1 +LQ07X000580 Putative uncharacterized protein 8.001492459 C6_control_B2 +LQ07X000580 Putative uncharacterized protein 7.426395704 C6_control_B3 +LQ07X000580 Putative uncharacterized protein 7.180396328 C6_control_C1 +LQ07X000580 Putative uncharacterized protein 6.588819594 C6_control_C2 +LQ07X000580 Putative uncharacterized protein 7.354270676 C6_control_C3 +LQ07X000580 Putative uncharacterized protein 8.11228207 C6_chemical_A1 +LQ07X000580 Putative uncharacterized protein 8.857735727 C6_chemical_A3 +LQ07X000580 Putative uncharacterized protein 7.530260186 C6_chemical_B1 +LQ07X000580 Putative uncharacterized protein 7.947726317 C6_chemical_B2 +LQ07X000580 Putative uncharacterized protein 7.047220692 C6_chemical_B3 +LQ07X000580 Putative uncharacterized protein 7.672245027 C6_chemical_C1 +LQ07X000580 Putative uncharacterized protein 6.834909274 C6_chemical_C2 +LQ07X000580 Putative uncharacterized protein 7.294999208 C6_chemical_C3 +LQ07X000580 Putative uncharacterized protein 8.867370613 L4_control_A1 +LQ07X000580 Putative uncharacterized protein 8.937331504 L4_control_A2 +LQ07X000580 Putative uncharacterized protein 8.967228996 L4_control_A3 +LQ07X000580 Putative uncharacterized protein 8.563111876 L4_control_B1 +LQ07X000580 Putative uncharacterized protein 8.543947944 L4_control_B2 +LQ07X000580 Putative uncharacterized protein 7.973086682 L4_control_B3 +LQ07X000580 Putative uncharacterized protein 6.724415217 L4_control_C2 +LQ07X000580 Putative uncharacterized protein 6.389136903 L4_control_C3 +LQ07X000580 Putative uncharacterized protein 9.462919042 L4_chemical_A1 +LQ07X000580 Putative uncharacterized protein 9.261472441 L4_chemical_A2 +LQ07X000580 Putative uncharacterized protein 8.331370101 L4_chemical_A3 +LQ07X000580 Putative uncharacterized protein 9.277809777 L4_chemical_B1 +LQ07X000580 Putative uncharacterized protein 9.326366721 L4_chemical_B2 +LQ07X000580 Putative uncharacterized protein 8.388362524 L4_chemical_B3 +LQ07X000580 Putative uncharacterized protein 8.719178354 L4_chemical_C2 +LQ07X000580 Putative uncharacterized protein 5.743995845 L4_chemical_C3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.542069251 C6_control_A1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.564632344 C6_control_A3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.185558057 C6_control_B1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.34927669 C6_control_B2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.154494223 C6_control_B3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.370996552 C6_control_C1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.291506308 C6_control_C2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.262914059 C6_control_C3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.156374351 C6_chemical_A1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.763890538 C6_chemical_A3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.540874557 C6_chemical_B1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.719082265 C6_chemical_B2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.458922403 C6_chemical_B3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.285428505 C6_chemical_C1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.394539607 C6_chemical_C2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.477136746 C6_chemical_C3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.393106939 L4_control_A1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.849527741 L4_control_A2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.537950033 L4_control_A3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.427864275 L4_control_B1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.459712412 L4_control_B2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.264610967 L4_control_B3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.910287213 L4_control_C2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.048046901 L4_control_C3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.582015305 L4_chemical_A1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.620098683 L4_chemical_A2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.171148159 L4_chemical_A3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.569844831 L4_chemical_B1 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.413842591 L4_chemical_B2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.107966163 L4_chemical_B3 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.734819959 L4_chemical_C2 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.595472092 L4_chemical_C3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.557205813 C6_control_A1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.163383237 C6_control_A3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.198570339 C6_control_B1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.284622876 C6_control_B2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.401973865 C6_control_B3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.961500243 C6_control_C1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.283953223 C6_control_C2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 9.209671611 C6_control_C3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.274285263 C6_chemical_A1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.713571765 C6_chemical_A3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.05001821 C6_chemical_B1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.206592498 C6_chemical_B2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.230185243 C6_chemical_B3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.131318963 C6_chemical_C1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.7910135 C6_chemical_C2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 9.878724157 C6_chemical_C3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.41414923 L4_control_A1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.142882855 L4_control_A2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.927162614 L4_control_A3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.600644961 L4_control_B1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.906403772 L4_control_B2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.279690545 L4_control_B3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.64040207 L4_control_C2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.318005961 L4_control_C3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.670625707 L4_chemical_A1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.477664353 L4_chemical_A2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.880512646 L4_chemical_A3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.621109104 L4_chemical_B1 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 6.848095232 L4_chemical_B2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.176947683 L4_chemical_B3 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.153303774 L4_chemical_C2 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 8.819694182 L4_chemical_C3 +LQ07X000630 Predicted protein 5.268014952 C6_control_A1 +LQ07X000630 Predicted protein 5.401004514 C6_control_A3 +LQ07X000630 Predicted protein 5.097579351 C6_control_B1 +LQ07X000630 Predicted protein 5.296346275 C6_control_B2 +LQ07X000630 Predicted protein 4.998200116 C6_control_B3 +LQ07X000630 Predicted protein 4.940744227 C6_control_C1 +LQ07X000630 Predicted protein 5.200615485 C6_control_C2 +LQ07X000630 Predicted protein 5.08940414 C6_control_C3 +LQ07X000630 Predicted protein 5.565598991 C6_chemical_A1 +LQ07X000630 Predicted protein 5.551633567 C6_chemical_A3 +LQ07X000630 Predicted protein 5.255580845 C6_chemical_B1 +LQ07X000630 Predicted protein 4.99904399 C6_chemical_B2 +LQ07X000630 Predicted protein 5.017592615 C6_chemical_B3 +LQ07X000630 Predicted protein 5.049498841 C6_chemical_C1 +LQ07X000630 Predicted protein 5.160781127 C6_chemical_C2 +LQ07X000630 Predicted protein 5.017377666 C6_chemical_C3 +LQ07X000630 Predicted protein 5.091589068 L4_control_A1 +LQ07X000630 Predicted protein 4.997562689 L4_control_A2 +LQ07X000630 Predicted protein 5.228108026 L4_control_A3 +LQ07X000630 Predicted protein 5.247058235 L4_control_B1 +LQ07X000630 Predicted protein 5.319134089 L4_control_B2 +LQ07X000630 Predicted protein 5.070671341 L4_control_B3 +LQ07X000630 Predicted protein 5.242570283 L4_control_C2 +LQ07X000630 Predicted protein 5.165841594 L4_control_C3 +LQ07X000630 Predicted protein 5.226118513 L4_chemical_A1 +LQ07X000630 Predicted protein 5.478772468 L4_chemical_A2 +LQ07X000630 Predicted protein 5.54185438 L4_chemical_A3 +LQ07X000630 Predicted protein 5.326829081 L4_chemical_B1 +LQ07X000630 Predicted protein 5.504665189 L4_chemical_B2 +LQ07X000630 Predicted protein 5.301565192 L4_chemical_B3 +LQ07X000630 Predicted protein 5.395791787 L4_chemical_C2 +LQ07X000630 Predicted protein 4.978841318 L4_chemical_C3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.157821258 C6_control_A1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.663786194 C6_control_A3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.035837059 C6_control_B1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.082177691 C6_control_B2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.477840133 C6_control_B3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.349001892 C6_control_C1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.417205328 C6_control_C2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.706237584 C6_control_C3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.347293193 C6_chemical_A1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.122120601 C6_chemical_A3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.397115454 C6_chemical_B1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.499702327 C6_chemical_B2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.487707709 C6_chemical_B3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.22512857 C6_chemical_C1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.86601462 C6_chemical_C2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.68876602 C6_chemical_C3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.292381515 L4_control_A1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.097361156 L4_control_A2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.509831948 L4_control_A3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.398338535 L4_control_B1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.163097626 L4_control_B2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.046860815 L4_control_B3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.836849659 L4_control_C2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.769544962 L4_control_C3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.055144117 L4_chemical_A1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.161283186 L4_chemical_A2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.268401798 L4_chemical_A3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.500414683 L4_chemical_B1 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.248907793 L4_chemical_B2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.065110505 L4_chemical_B3 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.134459528 L4_chemical_C2 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.388369082 L4_chemical_C3 +LQ07X000650 Putative Protein transport protein SFT2 6.476640373 C6_control_A1 +LQ07X000650 Putative Protein transport protein SFT2 5.62786741 C6_control_A3 +LQ07X000650 Putative Protein transport protein SFT2 5.893078549 C6_control_B1 +LQ07X000650 Putative Protein transport protein SFT2 6.173112434 C6_control_B2 +LQ07X000650 Putative Protein transport protein SFT2 6.217335567 C6_control_B3 +LQ07X000650 Putative Protein transport protein SFT2 6.667187099 C6_control_C1 +LQ07X000650 Putative Protein transport protein SFT2 6.207832783 C6_control_C2 +LQ07X000650 Putative Protein transport protein SFT2 6.630491632 C6_control_C3 +LQ07X000650 Putative Protein transport protein SFT2 6.737652724 C6_chemical_A1 +LQ07X000650 Putative Protein transport protein SFT2 6.182787563 C6_chemical_A3 +LQ07X000650 Putative Protein transport protein SFT2 5.99627558 C6_chemical_B1 +LQ07X000650 Putative Protein transport protein SFT2 6.801501769 C6_chemical_B2 +LQ07X000650 Putative Protein transport protein SFT2 6.992404485 C6_chemical_B3 +LQ07X000650 Putative Protein transport protein SFT2 7.539331985 C6_chemical_C1 +LQ07X000650 Putative Protein transport protein SFT2 6.310183605 C6_chemical_C2 +LQ07X000650 Putative Protein transport protein SFT2 7.392644643 C6_chemical_C3 +LQ07X000650 Putative Protein transport protein SFT2 6.2304618 L4_control_A1 +LQ07X000650 Putative Protein transport protein SFT2 6.608299392 L4_control_A2 +LQ07X000650 Putative Protein transport protein SFT2 5.321376519 L4_control_A3 +LQ07X000650 Putative Protein transport protein SFT2 6.140129603 L4_control_B1 +LQ07X000650 Putative Protein transport protein SFT2 6.113075739 L4_control_B2 +LQ07X000650 Putative Protein transport protein SFT2 6.885681263 L4_control_B3 +LQ07X000650 Putative Protein transport protein SFT2 6.133044255 L4_control_C2 +LQ07X000650 Putative Protein transport protein SFT2 5.523362729 L4_control_C3 +LQ07X000650 Putative Protein transport protein SFT2 6.360552331 L4_chemical_A1 +LQ07X000650 Putative Protein transport protein SFT2 6.860613842 L4_chemical_A2 +LQ07X000650 Putative Protein transport protein SFT2 5.36963047 L4_chemical_A3 +LQ07X000650 Putative Protein transport protein SFT2 5.977950175 L4_chemical_B1 +LQ07X000650 Putative Protein transport protein SFT2 6.410966121 L4_chemical_B2 +LQ07X000650 Putative Protein transport protein SFT2 6.421559155 L4_chemical_B3 +LQ07X000650 Putative Protein transport protein SFT2 5.813197242 L4_chemical_C2 +LQ07X000650 Putative Protein transport protein SFT2 5.22627878 L4_chemical_C3 +LQ07X000670 Heat shock cognate protein 80 5.743098727 C6_control_A1 +LQ07X000670 Heat shock cognate protein 80 5.474225492 C6_control_A3 +LQ07X000670 Heat shock cognate protein 80 5.421574306 C6_control_B1 +LQ07X000670 Heat shock cognate protein 80 5.808386335 C6_control_B2 +LQ07X000670 Heat shock cognate protein 80 5.686964746 C6_control_B3 +LQ07X000670 Heat shock cognate protein 80 5.092178152 C6_control_C1 +LQ07X000670 Heat shock cognate protein 80 5.25369295 C6_control_C2 +LQ07X000670 Heat shock cognate protein 80 5.62277818 C6_control_C3 +LQ07X000670 Heat shock cognate protein 80 5.829461647 C6_chemical_A1 +LQ07X000670 Heat shock cognate protein 80 5.798379427 C6_chemical_A3 +LQ07X000670 Heat shock cognate protein 80 5.79106343 C6_chemical_B1 +LQ07X000670 Heat shock cognate protein 80 5.55679266 C6_chemical_B2 +LQ07X000670 Heat shock cognate protein 80 5.85575918 C6_chemical_B3 +LQ07X000670 Heat shock cognate protein 80 5.579701694 C6_chemical_C1 +LQ07X000670 Heat shock cognate protein 80 5.388273859 C6_chemical_C2 +LQ07X000670 Heat shock cognate protein 80 5.692128018 C6_chemical_C3 +LQ07X000670 Heat shock cognate protein 80 6.059762486 L4_control_A1 +LQ07X000670 Heat shock cognate protein 80 5.920620725 L4_control_A2 +LQ07X000670 Heat shock cognate protein 80 5.855623036 L4_control_A3 +LQ07X000670 Heat shock cognate protein 80 5.791551982 L4_control_B1 +LQ07X000670 Heat shock cognate protein 80 6.334155215 L4_control_B2 +LQ07X000670 Heat shock cognate protein 80 6.122055685 L4_control_B3 +LQ07X000670 Heat shock cognate protein 80 6.429028669 L4_control_C2 +LQ07X000670 Heat shock cognate protein 80 5.599564452 L4_control_C3 +LQ07X000670 Heat shock cognate protein 80 6.26509916 L4_chemical_A1 +LQ07X000670 Heat shock cognate protein 80 5.879031566 L4_chemical_A2 +LQ07X000670 Heat shock cognate protein 80 5.966093055 L4_chemical_A3 +LQ07X000670 Heat shock cognate protein 80 6.952139404 L4_chemical_B1 +LQ07X000670 Heat shock cognate protein 80 6.411522797 L4_chemical_B2 +LQ07X000670 Heat shock cognate protein 80 6.113482076 L4_chemical_B3 +LQ07X000670 Heat shock cognate protein 80 5.801272228 L4_chemical_C2 +LQ07X000670 Heat shock cognate protein 80 6.142271603 L4_chemical_C3 +LQ07X000690 Putative uncharacterized protein 8.352943047 C6_control_A1 +LQ07X000690 Putative uncharacterized protein 7.528707214 C6_control_A3 +LQ07X000690 Putative uncharacterized protein 8.293912113 C6_control_B1 +LQ07X000690 Putative uncharacterized protein 8.090760837 C6_control_B2 +LQ07X000690 Putative uncharacterized protein 7.74837145 C6_control_B3 +LQ07X000690 Putative uncharacterized protein 9.218919203 C6_control_C1 +LQ07X000690 Putative uncharacterized protein 8.489841946 C6_control_C2 +LQ07X000690 Putative uncharacterized protein 9.551607894 C6_control_C3 +LQ07X000690 Putative uncharacterized protein 8.683296307 C6_chemical_A1 +LQ07X000690 Putative uncharacterized protein 8.960458757 C6_chemical_A3 +LQ07X000690 Putative uncharacterized protein 8.710245487 C6_chemical_B1 +LQ07X000690 Putative uncharacterized protein 8.399964273 C6_chemical_B2 +LQ07X000690 Putative uncharacterized protein 8.836377043 C6_chemical_B3 +LQ07X000690 Putative uncharacterized protein 9.402466901 C6_chemical_C1 +LQ07X000690 Putative uncharacterized protein 9.494514558 C6_chemical_C2 +LQ07X000690 Putative uncharacterized protein 10.23151437 C6_chemical_C3 +LQ07X000690 Putative uncharacterized protein 9.214112895 L4_control_A1 +LQ07X000690 Putative uncharacterized protein 7.836670213 L4_control_A2 +LQ07X000690 Putative uncharacterized protein 8.682183602 L4_control_A3 +LQ07X000690 Putative uncharacterized protein 7.661229531 L4_control_B1 +LQ07X000690 Putative uncharacterized protein 7.762239792 L4_control_B2 +LQ07X000690 Putative uncharacterized protein 9.244599648 L4_control_B3 +LQ07X000690 Putative uncharacterized protein 9.792905079 L4_control_C2 +LQ07X000690 Putative uncharacterized protein 10.43662661 L4_control_C3 +LQ07X000690 Putative uncharacterized protein 9.259490576 L4_chemical_A1 +LQ07X000690 Putative uncharacterized protein 7.179579645 L4_chemical_A2 +LQ07X000690 Putative uncharacterized protein 8.33417146 L4_chemical_A3 +LQ07X000690 Putative uncharacterized protein 7.43671088 L4_chemical_B1 +LQ07X000690 Putative uncharacterized protein 7.465655606 L4_chemical_B2 +LQ07X000690 Putative uncharacterized protein 8.815481995 L4_chemical_B3 +LQ07X000690 Putative uncharacterized protein 9.367843426 L4_chemical_C2 +LQ07X000690 Putative uncharacterized protein 10.20100573 L4_chemical_C3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.293541472 C6_control_A1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.237425714 C6_control_A3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.164539975 C6_control_B1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.930692894 C6_control_B2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.328355051 C6_control_B3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.987059761 C6_control_C1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.974224464 C6_control_C2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.827103244 C6_control_C3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.043540268 C6_chemical_A1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.236172741 C6_chemical_A3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.923207172 C6_chemical_B1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.833231566 C6_chemical_B2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.319913823 C6_chemical_B3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.844929391 C6_chemical_C1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.883061928 C6_chemical_C2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.953518765 C6_chemical_C3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.331795027 L4_control_A1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.618951876 L4_control_A2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.382827823 L4_control_A3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.299696226 L4_control_B1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.141165035 L4_control_B2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.250889919 L4_control_B3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.970738015 L4_control_C2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.896707298 L4_control_C3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.24836547 L4_chemical_A1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.485548762 L4_chemical_A2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.693600631 L4_chemical_A3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.094149509 L4_chemical_B1 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.27948631 L4_chemical_B2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.118317585 L4_chemical_B3 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.311091794 L4_chemical_C2 +LQ07X000710 Farnesyl pyrophosphate synthase 2 4.972285264 L4_chemical_C3 +LQ07X000720 Putative uncharacterized protein 8.095033127 C6_control_A1 +LQ07X000720 Putative uncharacterized protein 7.387951905 C6_control_A3 +LQ07X000720 Putative uncharacterized protein 9.574150842 C6_control_B1 +LQ07X000720 Putative uncharacterized protein 11.43498358 C6_control_B2 +LQ07X000720 Putative uncharacterized protein 11.02813346 C6_control_B3 +LQ07X000720 Putative uncharacterized protein 10.06191282 C6_control_C1 +LQ07X000720 Putative uncharacterized protein 10.32537687 C6_control_C2 +LQ07X000720 Putative uncharacterized protein 9.985651892 C6_control_C3 +LQ07X000720 Putative uncharacterized protein 8.317744735 C6_chemical_A1 +LQ07X000720 Putative uncharacterized protein 8.041781682 C6_chemical_A3 +LQ07X000720 Putative uncharacterized protein 10.25598616 C6_chemical_B1 +LQ07X000720 Putative uncharacterized protein 11.69935226 C6_chemical_B2 +LQ07X000720 Putative uncharacterized protein 11.55130091 C6_chemical_B3 +LQ07X000720 Putative uncharacterized protein 10.081718 C6_chemical_C1 +LQ07X000720 Putative uncharacterized protein 10.03043927 C6_chemical_C2 +LQ07X000720 Putative uncharacterized protein 10.43755739 C6_chemical_C3 +LQ07X000720 Putative uncharacterized protein 7.657863107 L4_control_A1 +LQ07X000720 Putative uncharacterized protein 7.496756312 L4_control_A2 +LQ07X000720 Putative uncharacterized protein 7.783278178 L4_control_A3 +LQ07X000720 Putative uncharacterized protein 9.988478836 L4_control_B1 +LQ07X000720 Putative uncharacterized protein 9.800009311 L4_control_B2 +LQ07X000720 Putative uncharacterized protein 12.33368502 L4_control_B3 +LQ07X000720 Putative uncharacterized protein 9.750816134 L4_control_C2 +LQ07X000720 Putative uncharacterized protein 9.248442912 L4_control_C3 +LQ07X000720 Putative uncharacterized protein 7.794844334 L4_chemical_A1 +LQ07X000720 Putative uncharacterized protein 7.578464854 L4_chemical_A2 +LQ07X000720 Putative uncharacterized protein 7.550748572 L4_chemical_A3 +LQ07X000720 Putative uncharacterized protein 8.888971813 L4_chemical_B1 +LQ07X000720 Putative uncharacterized protein 9.63421825 L4_chemical_B2 +LQ07X000720 Putative uncharacterized protein 10.74750296 L4_chemical_B3 +LQ07X000720 Putative uncharacterized protein 8.70640966 L4_chemical_C2 +LQ07X000720 Putative uncharacterized protein 9.020204387 L4_chemical_C3 +LQ07X000730 Putative Protein CWC15 homolog 6.772623616 C6_control_A1 +LQ07X000730 Putative Protein CWC15 homolog 6.932467924 C6_control_A3 +LQ07X000730 Putative Protein CWC15 homolog 6.243784844 C6_control_B1 +LQ07X000730 Putative Protein CWC15 homolog 6.688512896 C6_control_B2 +LQ07X000730 Putative Protein CWC15 homolog 6.513481913 C6_control_B3 +LQ07X000730 Putative Protein CWC15 homolog 6.395619953 C6_control_C1 +LQ07X000730 Putative Protein CWC15 homolog 7.244571162 C6_control_C2 +LQ07X000730 Putative Protein CWC15 homolog 6.415447283 C6_control_C3 +LQ07X000730 Putative Protein CWC15 homolog 6.451992049 C6_chemical_A1 +LQ07X000730 Putative Protein CWC15 homolog 6.317923339 C6_chemical_A3 +LQ07X000730 Putative Protein CWC15 homolog 6.225054002 C6_chemical_B1 +LQ07X000730 Putative Protein CWC15 homolog 6.539489573 C6_chemical_B2 +LQ07X000730 Putative Protein CWC15 homolog 6.243936581 C6_chemical_B3 +LQ07X000730 Putative Protein CWC15 homolog 6.5609027 C6_chemical_C1 +LQ07X000730 Putative Protein CWC15 homolog 6.640759156 C6_chemical_C2 +LQ07X000730 Putative Protein CWC15 homolog 6.424446986 C6_chemical_C3 +LQ07X000730 Putative Protein CWC15 homolog 6.412638694 L4_control_A1 +LQ07X000730 Putative Protein CWC15 homolog 6.424125472 L4_control_A2 +LQ07X000730 Putative Protein CWC15 homolog 6.155106282 L4_control_A3 +LQ07X000730 Putative Protein CWC15 homolog 6.239107784 L4_control_B1 +LQ07X000730 Putative Protein CWC15 homolog 6.254956639 L4_control_B2 +LQ07X000730 Putative Protein CWC15 homolog 6.593766926 L4_control_B3 +LQ07X000730 Putative Protein CWC15 homolog 6.570643984 L4_control_C2 +LQ07X000730 Putative Protein CWC15 homolog 5.851796687 L4_control_C3 +LQ07X000730 Putative Protein CWC15 homolog 6.065545591 L4_chemical_A1 +LQ07X000730 Putative Protein CWC15 homolog 6.343146534 L4_chemical_A2 +LQ07X000730 Putative Protein CWC15 homolog 6.575422538 L4_chemical_A3 +LQ07X000730 Putative Protein CWC15 homolog 6.220744742 L4_chemical_B1 +LQ07X000730 Putative Protein CWC15 homolog 6.548323589 L4_chemical_B2 +LQ07X000730 Putative Protein CWC15 homolog 6.467199273 L4_chemical_B3 +LQ07X000730 Putative Protein CWC15 homolog 6.581851127 L4_chemical_C2 +LQ07X000730 Putative Protein CWC15 homolog 6.305981826 L4_chemical_C3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 4.74576874 C6_control_A1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 4.763931146 C6_control_A3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.099949008 C6_control_B1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 4.866717001 C6_control_B2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.115764688 C6_control_B3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.293017277 C6_control_C1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.229455406 C6_control_C2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 4.844048783 C6_control_C3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.425979788 C6_chemical_A1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.110826275 C6_chemical_A3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.015301619 C6_chemical_B1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 4.999252035 C6_chemical_B2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.183592541 C6_chemical_B3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.458471855 C6_chemical_C1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 4.920325692 C6_chemical_C2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.279076867 C6_chemical_C3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.82623462 L4_control_A1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.300243802 L4_control_A2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.571769387 L4_control_A3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 7.355198338 L4_control_B1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.49610354 L4_control_B2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 4.722482296 L4_control_B3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 7.292130135 L4_control_C2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.367039164 L4_control_C3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.740121469 L4_chemical_A1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.175005452 L4_chemical_A2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 7.543947149 L4_chemical_A3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.899952667 L4_chemical_B1 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.805139131 L4_chemical_B2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 4.851811374 L4_chemical_B3 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.656876473 L4_chemical_C2 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.740944077 L4_chemical_C3 +LQ07X000780 Putative uncharacterized protein 5.478618508 C6_control_A1 +LQ07X000780 Putative uncharacterized protein 4.769522379 C6_control_A3 +LQ07X000780 Putative uncharacterized protein 5.079423111 C6_control_B1 +LQ07X000780 Putative uncharacterized protein 5.197803083 C6_control_B2 +LQ07X000780 Putative uncharacterized protein 5.04610167 C6_control_B3 +LQ07X000780 Putative uncharacterized protein 5.091265953 C6_control_C1 +LQ07X000780 Putative uncharacterized protein 4.940894368 C6_control_C2 +LQ07X000780 Putative uncharacterized protein 5.641384083 C6_control_C3 +LQ07X000780 Putative uncharacterized protein 5.007102975 C6_chemical_A1 +LQ07X000780 Putative uncharacterized protein 5.228678507 C6_chemical_A3 +LQ07X000780 Putative uncharacterized protein 4.99933784 C6_chemical_B1 +LQ07X000780 Putative uncharacterized protein 5.015988527 C6_chemical_B2 +LQ07X000780 Putative uncharacterized protein 4.998094085 C6_chemical_B3 +LQ07X000780 Putative uncharacterized protein 4.86880475 C6_chemical_C1 +LQ07X000780 Putative uncharacterized protein 4.907077418 C6_chemical_C2 +LQ07X000780 Putative uncharacterized protein 5.137758546 C6_chemical_C3 +LQ07X000780 Putative uncharacterized protein 5.176939875 L4_control_A1 +LQ07X000780 Putative uncharacterized protein 5.129495969 L4_control_A2 +LQ07X000780 Putative uncharacterized protein 4.936813506 L4_control_A3 +LQ07X000780 Putative uncharacterized protein 5.47913371 L4_control_B1 +LQ07X000780 Putative uncharacterized protein 4.944152036 L4_control_B2 +LQ07X000780 Putative uncharacterized protein 4.973366778 L4_control_B3 +LQ07X000780 Putative uncharacterized protein 5.123866125 L4_control_C2 +LQ07X000780 Putative uncharacterized protein 4.930778376 L4_control_C3 +LQ07X000780 Putative uncharacterized protein 5.107792483 L4_chemical_A1 +LQ07X000780 Putative uncharacterized protein 5.142391851 L4_chemical_A2 +LQ07X000780 Putative uncharacterized protein 5.051701154 L4_chemical_A3 +LQ07X000780 Putative uncharacterized protein 5.107041536 L4_chemical_B1 +LQ07X000780 Putative uncharacterized protein 5.450484592 L4_chemical_B2 +LQ07X000780 Putative uncharacterized protein 5.155225066 L4_chemical_B3 +LQ07X000780 Putative uncharacterized protein 5.059271126 L4_chemical_C2 +LQ07X000780 Putative uncharacterized protein 5.699649834 L4_chemical_C3 +LQ07X000790 Putative Predicted protein 5.833350183 C6_control_A1 +LQ07X000790 Putative Predicted protein 5.147427006 C6_control_A3 +LQ07X000790 Putative Predicted protein 5.902173072 C6_control_B1 +LQ07X000790 Putative Predicted protein 6.456054919 C6_control_B2 +LQ07X000790 Putative Predicted protein 5.755047751 C6_control_B3 +LQ07X000790 Putative Predicted protein 6.221766969 C6_control_C1 +LQ07X000790 Putative Predicted protein 5.972747282 C6_control_C2 +LQ07X000790 Putative Predicted protein 6.429008834 C6_control_C3 +LQ07X000790 Putative Predicted protein 5.813265996 C6_chemical_A1 +LQ07X000790 Putative Predicted protein 5.767667611 C6_chemical_A3 +LQ07X000790 Putative Predicted protein 5.934675554 C6_chemical_B1 +LQ07X000790 Putative Predicted protein 6.097551802 C6_chemical_B2 +LQ07X000790 Putative Predicted protein 5.703002011 C6_chemical_B3 +LQ07X000790 Putative Predicted protein 6.22329681 C6_chemical_C1 +LQ07X000790 Putative Predicted protein 6.595312304 C6_chemical_C2 +LQ07X000790 Putative Predicted protein 6.76402947 C6_chemical_C3 +LQ07X000790 Putative Predicted protein 6.550432403 L4_control_A1 +LQ07X000790 Putative Predicted protein 6.270849927 L4_control_A2 +LQ07X000790 Putative Predicted protein 5.827720069 L4_control_A3 +LQ07X000790 Putative Predicted protein 5.387796834 L4_control_B1 +LQ07X000790 Putative Predicted protein 5.979810404 L4_control_B2 +LQ07X000790 Putative Predicted protein 6.347370472 L4_control_B3 +LQ07X000790 Putative Predicted protein 6.266847872 L4_control_C2 +LQ07X000790 Putative Predicted protein 5.99831101 L4_control_C3 +LQ07X000790 Putative Predicted protein 6.554447292 L4_chemical_A1 +LQ07X000790 Putative Predicted protein 6.280743117 L4_chemical_A2 +LQ07X000790 Putative Predicted protein 5.862235775 L4_chemical_A3 +LQ07X000790 Putative Predicted protein 5.708135476 L4_chemical_B1 +LQ07X000790 Putative Predicted protein 5.668567471 L4_chemical_B2 +LQ07X000790 Putative Predicted protein 6.386047408 L4_chemical_B3 +LQ07X000790 Putative Predicted protein 5.615980443 L4_chemical_C2 +LQ07X000790 Putative Predicted protein 5.876449607 L4_chemical_C3 +LQ07X000830 UPF0172 protein At5g55940 8.447053701 C6_control_A1 +LQ07X000830 UPF0172 protein At5g55940 9.860079994 C6_control_A3 +LQ07X000830 UPF0172 protein At5g55940 8.16179258 C6_control_B1 +LQ07X000830 UPF0172 protein At5g55940 9.100451975 C6_control_B2 +LQ07X000830 UPF0172 protein At5g55940 8.916932555 C6_control_B3 +LQ07X000830 UPF0172 protein At5g55940 8.498571322 C6_control_C1 +LQ07X000830 UPF0172 protein At5g55940 8.681914233 C6_control_C2 +LQ07X000830 UPF0172 protein At5g55940 8.763539997 C6_control_C3 +LQ07X000830 UPF0172 protein At5g55940 8.213130608 C6_chemical_A1 +LQ07X000830 UPF0172 protein At5g55940 10.62550689 C6_chemical_A3 +LQ07X000830 UPF0172 protein At5g55940 7.382038675 C6_chemical_B1 +LQ07X000830 UPF0172 protein At5g55940 9.056713837 C6_chemical_B2 +LQ07X000830 UPF0172 protein At5g55940 8.423045917 C6_chemical_B3 +LQ07X000830 UPF0172 protein At5g55940 8.47020152 C6_chemical_C1 +LQ07X000830 UPF0172 protein At5g55940 8.882517943 C6_chemical_C2 +LQ07X000830 UPF0172 protein At5g55940 8.741147477 C6_chemical_C3 +LQ07X000830 UPF0172 protein At5g55940 10.40012363 L4_control_A1 +LQ07X000830 UPF0172 protein At5g55940 11.04072088 L4_control_A2 +LQ07X000830 UPF0172 protein At5g55940 11.3333843 L4_control_A3 +LQ07X000830 UPF0172 protein At5g55940 10.85636275 L4_control_B1 +LQ07X000830 UPF0172 protein At5g55940 10.45262702 L4_control_B2 +LQ07X000830 UPF0172 protein At5g55940 10.67001769 L4_control_B3 +LQ07X000830 UPF0172 protein At5g55940 9.88315699 L4_control_C2 +LQ07X000830 UPF0172 protein At5g55940 10.02595607 L4_control_C3 +LQ07X000830 UPF0172 protein At5g55940 10.12196847 L4_chemical_A1 +LQ07X000830 UPF0172 protein At5g55940 10.70625758 L4_chemical_A2 +LQ07X000830 UPF0172 protein At5g55940 10.95579721 L4_chemical_A3 +LQ07X000830 UPF0172 protein At5g55940 10.74791469 L4_chemical_B1 +LQ07X000830 UPF0172 protein At5g55940 10.39186928 L4_chemical_B2 +LQ07X000830 UPF0172 protein At5g55940 11.2264305 L4_chemical_B3 +LQ07X000830 UPF0172 protein At5g55940 10.17745121 L4_chemical_C2 +LQ07X000830 UPF0172 protein At5g55940 10.08115307 L4_chemical_C3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.917654139 C6_control_A1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.060571205 C6_control_A3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.909666689 C6_control_B1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.016222979 C6_control_B2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.901066593 C6_control_B3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.884976819 C6_control_C1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.031771502 C6_control_C2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.192095872 C6_control_C3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.173791621 C6_chemical_A1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.212428944 C6_chemical_A3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.940545046 C6_chemical_B1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.020324818 C6_chemical_B2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.907978258 C6_chemical_B3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.860461294 C6_chemical_C1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.918581307 C6_chemical_C2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.916284551 C6_chemical_C3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.672416956 L4_control_A1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.838455734 L4_control_A2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 6.143128332 L4_control_A3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.668033614 L4_control_B1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 6.133929574 L4_control_B2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.697082736 L4_control_B3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.455975043 L4_control_C2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.739852037 L4_control_C3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.970099557 L4_chemical_A1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.065151368 L4_chemical_A2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.609323699 L4_chemical_A3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.447177307 L4_chemical_B1 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.509556564 L4_chemical_B2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.905956936 L4_chemical_B3 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.203266404 L4_chemical_C2 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 4.73633256 L4_chemical_C3 +LQ07X000890 Protein kinase G11A 5.903342267 C6_control_A1 +LQ07X000890 Protein kinase G11A 5.358689837 C6_control_A3 +LQ07X000890 Protein kinase G11A 5.419019288 C6_control_B1 +LQ07X000890 Protein kinase G11A 5.458039453 C6_control_B2 +LQ07X000890 Protein kinase G11A 5.714686453 C6_control_B3 +LQ07X000890 Protein kinase G11A 5.167064234 C6_control_C1 +LQ07X000890 Protein kinase G11A 5.46692682 C6_control_C2 +LQ07X000890 Protein kinase G11A 5.730745961 C6_control_C3 +LQ07X000890 Protein kinase G11A 6.007171568 C6_chemical_A1 +LQ07X000890 Protein kinase G11A 5.3617556 C6_chemical_A3 +LQ07X000890 Protein kinase G11A 5.159911477 C6_chemical_B1 +LQ07X000890 Protein kinase G11A 5.542356963 C6_chemical_B2 +LQ07X000890 Protein kinase G11A 6.25662712 C6_chemical_B3 +LQ07X000890 Protein kinase G11A 5.690961672 C6_chemical_C1 +LQ07X000890 Protein kinase G11A 5.4482007 C6_chemical_C2 +LQ07X000890 Protein kinase G11A 5.622146773 C6_chemical_C3 +LQ07X000890 Protein kinase G11A 5.342481115 L4_control_A1 +LQ07X000890 Protein kinase G11A 5.944588593 L4_control_A2 +LQ07X000890 Protein kinase G11A 5.39543911 L4_control_A3 +LQ07X000890 Protein kinase G11A 5.945135472 L4_control_B1 +LQ07X000890 Protein kinase G11A 6.019992029 L4_control_B2 +LQ07X000890 Protein kinase G11A 5.357275811 L4_control_B3 +LQ07X000890 Protein kinase G11A 6.266728066 L4_control_C2 +LQ07X000890 Protein kinase G11A 5.137932696 L4_control_C3 +LQ07X000890 Protein kinase G11A 5.113932206 L4_chemical_A1 +LQ07X000890 Protein kinase G11A 5.663612314 L4_chemical_A2 +LQ07X000890 Protein kinase G11A 5.362617052 L4_chemical_A3 +LQ07X000890 Protein kinase G11A 5.095647898 L4_chemical_B1 +LQ07X000890 Protein kinase G11A 5.92169174 L4_chemical_B2 +LQ07X000890 Protein kinase G11A 5.795618288 L4_chemical_B3 +LQ07X000890 Protein kinase G11A 5.728052546 L4_chemical_C2 +LQ07X000890 Protein kinase G11A 5.263560777 L4_chemical_C3 +LQ07X000900 Predicted protein 5.290992453 C6_control_A1 +LQ07X000900 Predicted protein 5.545748797 C6_control_A3 +LQ07X000900 Predicted protein 5.643156498 C6_control_B1 +LQ07X000900 Predicted protein 5.588053824 C6_control_B2 +LQ07X000900 Predicted protein 5.931543368 C6_control_B3 +LQ07X000900 Predicted protein 5.085271219 C6_control_C1 +LQ07X000900 Predicted protein 5.882158748 C6_control_C2 +LQ07X000900 Predicted protein 5.922104858 C6_control_C3 +LQ07X000900 Predicted protein 5.544190829 C6_chemical_A1 +LQ07X000900 Predicted protein 5.646710111 C6_chemical_A3 +LQ07X000900 Predicted protein 5.296658417 C6_chemical_B1 +LQ07X000900 Predicted protein 5.942526916 C6_chemical_B2 +LQ07X000900 Predicted protein 5.535571672 C6_chemical_B3 +LQ07X000900 Predicted protein 5.587195204 C6_chemical_C1 +LQ07X000900 Predicted protein 5.900822029 C6_chemical_C2 +LQ07X000900 Predicted protein 5.241901368 C6_chemical_C3 +LQ07X000900 Predicted protein 5.533124219 L4_control_A1 +LQ07X000900 Predicted protein 5.653681338 L4_control_A2 +LQ07X000900 Predicted protein 5.211980729 L4_control_A3 +LQ07X000900 Predicted protein 4.974044227 L4_control_B1 +LQ07X000900 Predicted protein 5.399407018 L4_control_B2 +LQ07X000900 Predicted protein 5.488420424 L4_control_B3 +LQ07X000900 Predicted protein 5.535516948 L4_control_C2 +LQ07X000900 Predicted protein 5.682158902 L4_control_C3 +LQ07X000900 Predicted protein 5.698869641 L4_chemical_A1 +LQ07X000900 Predicted protein 5.456633635 L4_chemical_A2 +LQ07X000900 Predicted protein 5.180574119 L4_chemical_A3 +LQ07X000900 Predicted protein 5.568925346 L4_chemical_B1 +LQ07X000900 Predicted protein 5.532559974 L4_chemical_B2 +LQ07X000900 Predicted protein 5.439879775 L4_chemical_B3 +LQ07X000900 Predicted protein 5.476823387 L4_chemical_C2 +LQ07X000900 Predicted protein 5.933494101 L4_chemical_C3 +LQ07X000920 Predicted protein 5.682334111 C6_control_A1 +LQ07X000920 Predicted protein 5.959636 C6_control_A3 +LQ07X000920 Predicted protein 5.325511991 C6_control_B1 +LQ07X000920 Predicted protein 5.724877653 C6_control_B2 +LQ07X000920 Predicted protein 5.540268198 C6_control_B3 +LQ07X000920 Predicted protein 5.925293766 C6_control_C1 +LQ07X000920 Predicted protein 6.589489846 C6_control_C2 +LQ07X000920 Predicted protein 5.723007601 C6_control_C3 +LQ07X000920 Predicted protein 5.265732423 C6_chemical_A1 +LQ07X000920 Predicted protein 5.429782606 C6_chemical_A3 +LQ07X000920 Predicted protein 5.286676337 C6_chemical_B1 +LQ07X000920 Predicted protein 5.451540735 C6_chemical_B2 +LQ07X000920 Predicted protein 5.351061106 C6_chemical_B3 +LQ07X000920 Predicted protein 5.795110529 C6_chemical_C1 +LQ07X000920 Predicted protein 5.333858653 C6_chemical_C2 +LQ07X000920 Predicted protein 5.859965469 C6_chemical_C3 +LQ07X000920 Predicted protein 5.686234427 L4_control_A1 +LQ07X000920 Predicted protein 5.385042348 L4_control_A2 +LQ07X000920 Predicted protein 5.248199672 L4_control_A3 +LQ07X000920 Predicted protein 5.329492811 L4_control_B1 +LQ07X000920 Predicted protein 5.224180717 L4_control_B2 +LQ07X000920 Predicted protein 5.804990606 L4_control_B3 +LQ07X000920 Predicted protein 5.155017083 L4_control_C2 +LQ07X000920 Predicted protein 5.317961095 L4_control_C3 +LQ07X000920 Predicted protein 5.508825411 L4_chemical_A1 +LQ07X000920 Predicted protein 5.311862184 L4_chemical_A2 +LQ07X000920 Predicted protein 5.489989084 L4_chemical_A3 +LQ07X000920 Predicted protein 5.069947065 L4_chemical_B1 +LQ07X000920 Predicted protein 5.079717546 L4_chemical_B2 +LQ07X000920 Predicted protein 5.719552531 L4_chemical_B3 +LQ07X000920 Predicted protein 5.171934568 L4_chemical_C2 +LQ07X000920 Predicted protein 5.47512508 L4_chemical_C3 +LQ07X000930 Putative uncharacterized protein 8.843491982 C6_control_A1 +LQ07X000930 Putative uncharacterized protein 8.032669144 C6_control_A3 +LQ07X000930 Putative uncharacterized protein 8.98526532 C6_control_B1 +LQ07X000930 Putative uncharacterized protein 9.609519745 C6_control_B2 +LQ07X000930 Putative uncharacterized protein 8.71395449 C6_control_B3 +LQ07X000930 Putative uncharacterized protein 9.508297834 C6_control_C1 +LQ07X000930 Putative uncharacterized protein 9.457391606 C6_control_C2 +LQ07X000930 Putative uncharacterized protein 9.442780269 C6_control_C3 +LQ07X000930 Putative uncharacterized protein 9.211289353 C6_chemical_A1 +LQ07X000930 Putative uncharacterized protein 8.986317367 C6_chemical_A3 +LQ07X000930 Putative uncharacterized protein 9.432607103 C6_chemical_B1 +LQ07X000930 Putative uncharacterized protein 9.515173761 C6_chemical_B2 +LQ07X000930 Putative uncharacterized protein 9.253616518 C6_chemical_B3 +LQ07X000930 Putative uncharacterized protein 9.718817107 C6_chemical_C1 +LQ07X000930 Putative uncharacterized protein 9.756545289 C6_chemical_C2 +LQ07X000930 Putative uncharacterized protein 9.964556751 C6_chemical_C3 +LQ07X000930 Putative uncharacterized protein 8.890878387 L4_control_A1 +LQ07X000930 Putative uncharacterized protein 8.518964571 L4_control_A2 +LQ07X000930 Putative uncharacterized protein 8.695147859 L4_control_A3 +LQ07X000930 Putative uncharacterized protein 8.560260342 L4_control_B1 +LQ07X000930 Putative uncharacterized protein 8.75223137 L4_control_B2 +LQ07X000930 Putative uncharacterized protein 9.296310401 L4_control_B3 +LQ07X000930 Putative uncharacterized protein 9.025368503 L4_control_C2 +LQ07X000930 Putative uncharacterized protein 9.408554827 L4_control_C3 +LQ07X000930 Putative uncharacterized protein 8.910447534 L4_chemical_A1 +LQ07X000930 Putative uncharacterized protein 8.486843081 L4_chemical_A2 +LQ07X000930 Putative uncharacterized protein 8.905654301 L4_chemical_A3 +LQ07X000930 Putative uncharacterized protein 8.444779901 L4_chemical_B1 +LQ07X000930 Putative uncharacterized protein 8.207299566 L4_chemical_B2 +LQ07X000930 Putative uncharacterized protein 9.125871019 L4_chemical_B3 +LQ07X000930 Putative uncharacterized protein 7.939055786 L4_chemical_C2 +LQ07X000930 Putative uncharacterized protein 9.177152617 L4_chemical_C3 +LQ07X000950 Putative BI1-like protein 4.647713217 C6_control_A1 +LQ07X000950 Putative BI1-like protein 4.754792478 C6_control_A3 +LQ07X000950 Putative BI1-like protein 5.150889643 C6_control_B1 +LQ07X000950 Putative BI1-like protein 4.519462243 C6_control_B2 +LQ07X000950 Putative BI1-like protein 5.018556752 C6_control_B3 +LQ07X000950 Putative BI1-like protein 4.517306696 C6_control_C1 +LQ07X000950 Putative BI1-like protein 4.626335882 C6_control_C2 +LQ07X000950 Putative BI1-like protein 4.69966016 C6_control_C3 +LQ07X000950 Putative BI1-like protein 4.374640806 C6_chemical_A1 +LQ07X000950 Putative BI1-like protein 4.688200732 C6_chemical_A3 +LQ07X000950 Putative BI1-like protein 5.324124819 C6_chemical_B1 +LQ07X000950 Putative BI1-like protein 4.829830791 C6_chemical_B2 +LQ07X000950 Putative BI1-like protein 5.996525582 C6_chemical_B3 +LQ07X000950 Putative BI1-like protein 4.634285072 C6_chemical_C1 +LQ07X000950 Putative BI1-like protein 4.511168587 C6_chemical_C2 +LQ07X000950 Putative BI1-like protein 4.781526399 C6_chemical_C3 +LQ07X000950 Putative BI1-like protein 4.57065874 L4_control_A1 +LQ07X000950 Putative BI1-like protein 5.017183789 L4_control_A2 +LQ07X000950 Putative BI1-like protein 5.127999985 L4_control_A3 +LQ07X000950 Putative BI1-like protein 5.004614625 L4_control_B1 +LQ07X000950 Putative BI1-like protein 5.367657907 L4_control_B2 +LQ07X000950 Putative BI1-like protein 5.280788561 L4_control_B3 +LQ07X000950 Putative BI1-like protein 4.697150723 L4_control_C2 +LQ07X000950 Putative BI1-like protein 5.24015398 L4_control_C3 +LQ07X000950 Putative BI1-like protein 4.936662241 L4_chemical_A1 +LQ07X000950 Putative BI1-like protein 4.945799109 L4_chemical_A2 +LQ07X000950 Putative BI1-like protein 4.959795186 L4_chemical_A3 +LQ07X000950 Putative BI1-like protein 4.96816344 L4_chemical_B1 +LQ07X000950 Putative BI1-like protein 5.106213114 L4_chemical_B2 +LQ07X000950 Putative BI1-like protein 5.143096098 L4_chemical_B3 +LQ07X000950 Putative BI1-like protein 4.855932234 L4_chemical_C2 +LQ07X000950 Putative BI1-like protein 4.934608641 L4_chemical_C3 +LQ07X001000 Cellulose synthase-like protein E1 5.896973715 C6_control_A1 +LQ07X001000 Cellulose synthase-like protein E1 5.951549544 C6_control_A3 +LQ07X001000 Cellulose synthase-like protein E1 5.495312404 C6_control_B1 +LQ07X001000 Cellulose synthase-like protein E1 4.939109885 C6_control_B2 +LQ07X001000 Cellulose synthase-like protein E1 5.115058983 C6_control_B3 +LQ07X001000 Cellulose synthase-like protein E1 4.819808989 C6_control_C1 +LQ07X001000 Cellulose synthase-like protein E1 4.825314199 C6_control_C2 +LQ07X001000 Cellulose synthase-like protein E1 4.884748005 C6_control_C3 +LQ07X001000 Cellulose synthase-like protein E1 5.884266945 C6_chemical_A1 +LQ07X001000 Cellulose synthase-like protein E1 6.384732684 C6_chemical_A3 +LQ07X001000 Cellulose synthase-like protein E1 5.925938378 C6_chemical_B1 +LQ07X001000 Cellulose synthase-like protein E1 5.340759509 C6_chemical_B2 +LQ07X001000 Cellulose synthase-like protein E1 5.220722365 C6_chemical_B3 +LQ07X001000 Cellulose synthase-like protein E1 4.847747092 C6_chemical_C1 +LQ07X001000 Cellulose synthase-like protein E1 4.948429172 C6_chemical_C2 +LQ07X001000 Cellulose synthase-like protein E1 5.226449824 C6_chemical_C3 +LQ07X001000 Cellulose synthase-like protein E1 6.339743137 L4_control_A1 +LQ07X001000 Cellulose synthase-like protein E1 5.000581757 L4_control_A2 +LQ07X001000 Cellulose synthase-like protein E1 4.904352276 L4_control_A3 +LQ07X001000 Cellulose synthase-like protein E1 5.367163562 L4_control_B1 +LQ07X001000 Cellulose synthase-like protein E1 5.467922384 L4_control_B2 +LQ07X001000 Cellulose synthase-like protein E1 5.418922262 L4_control_B3 +LQ07X001000 Cellulose synthase-like protein E1 4.900341067 L4_control_C2 +LQ07X001000 Cellulose synthase-like protein E1 5.329795983 L4_control_C3 +LQ07X001000 Cellulose synthase-like protein E1 7.297552536 L4_chemical_A1 +LQ07X001000 Cellulose synthase-like protein E1 5.422615783 L4_chemical_A2 +LQ07X001000 Cellulose synthase-like protein E1 5.36860562 L4_chemical_A3 +LQ07X001000 Cellulose synthase-like protein E1 5.798660662 L4_chemical_B1 +LQ07X001000 Cellulose synthase-like protein E1 5.329888112 L4_chemical_B2 +LQ07X001000 Cellulose synthase-like protein E1 5.30224701 L4_chemical_B3 +LQ07X001000 Cellulose synthase-like protein E1 5.179431439 L4_chemical_C2 +LQ07X001000 Cellulose synthase-like protein E1 4.823471016 L4_chemical_C3 +LQ07X001020 Cellulose synthase-like protein E1 13.69154454 C6_control_A1 +LQ07X001020 Cellulose synthase-like protein E1 14.03167835 C6_control_A3 +LQ07X001020 Cellulose synthase-like protein E1 13.40984975 C6_control_B1 +LQ07X001020 Cellulose synthase-like protein E1 13.55015551 C6_control_B2 +LQ07X001020 Cellulose synthase-like protein E1 13.38360456 C6_control_B3 +LQ07X001020 Cellulose synthase-like protein E1 13.20090905 C6_control_C1 +LQ07X001020 Cellulose synthase-like protein E1 13.47264058 C6_control_C2 +LQ07X001020 Cellulose synthase-like protein E1 13.42384231 C6_control_C3 +LQ07X001020 Cellulose synthase-like protein E1 13.63194357 C6_chemical_A1 +LQ07X001020 Cellulose synthase-like protein E1 13.66707626 C6_chemical_A3 +LQ07X001020 Cellulose synthase-like protein E1 13.10563924 C6_chemical_B1 +LQ07X001020 Cellulose synthase-like protein E1 13.65611327 C6_chemical_B2 +LQ07X001020 Cellulose synthase-like protein E1 13.36579234 C6_chemical_B3 +LQ07X001020 Cellulose synthase-like protein E1 13.44450365 C6_chemical_C1 +LQ07X001020 Cellulose synthase-like protein E1 13.39018787 C6_chemical_C2 +LQ07X001020 Cellulose synthase-like protein E1 13.20861835 C6_chemical_C3 +LQ07X001020 Cellulose synthase-like protein E1 14.05133049 L4_control_A1 +LQ07X001020 Cellulose synthase-like protein E1 14.15578497 L4_control_A2 +LQ07X001020 Cellulose synthase-like protein E1 13.857288 L4_control_A3 +LQ07X001020 Cellulose synthase-like protein E1 13.42334968 L4_control_B1 +LQ07X001020 Cellulose synthase-like protein E1 13.05941228 L4_control_B2 +LQ07X001020 Cellulose synthase-like protein E1 13.38143635 L4_control_B3 +LQ07X001020 Cellulose synthase-like protein E1 12.73946036 L4_control_C2 +LQ07X001020 Cellulose synthase-like protein E1 12.78879507 L4_control_C3 +LQ07X001020 Cellulose synthase-like protein E1 14.36442295 L4_chemical_A1 +LQ07X001020 Cellulose synthase-like protein E1 14.03024765 L4_chemical_A2 +LQ07X001020 Cellulose synthase-like protein E1 14.00874175 L4_chemical_A3 +LQ07X001020 Cellulose synthase-like protein E1 13.40288734 L4_chemical_B1 +LQ07X001020 Cellulose synthase-like protein E1 13.30195287 L4_chemical_B2 +LQ07X001020 Cellulose synthase-like protein E1 13.56002433 L4_chemical_B3 +LQ07X001020 Cellulose synthase-like protein E1 13.05059899 L4_chemical_C2 +LQ07X001020 Cellulose synthase-like protein E1 13.04315842 L4_chemical_C3 +LQ07X001030 Putative RPM1-interacting protein 4 14.13040387 C6_control_A1 +LQ07X001030 Putative RPM1-interacting protein 4 13.77123628 C6_control_A3 +LQ07X001030 Putative RPM1-interacting protein 4 14.04539328 C6_control_B1 +LQ07X001030 Putative RPM1-interacting protein 4 13.84173566 C6_control_B2 +LQ07X001030 Putative RPM1-interacting protein 4 14.07229626 C6_control_B3 +LQ07X001030 Putative RPM1-interacting protein 4 13.44475209 C6_control_C1 +LQ07X001030 Putative RPM1-interacting protein 4 13.36188767 C6_control_C2 +LQ07X001030 Putative RPM1-interacting protein 4 13.21745434 C6_control_C3 +LQ07X001030 Putative RPM1-interacting protein 4 14.04214685 C6_chemical_A1 +LQ07X001030 Putative RPM1-interacting protein 4 13.37777591 C6_chemical_A3 +LQ07X001030 Putative RPM1-interacting protein 4 13.85242929 C6_chemical_B1 +LQ07X001030 Putative RPM1-interacting protein 4 13.94590106 C6_chemical_B2 +LQ07X001030 Putative RPM1-interacting protein 4 13.95657789 C6_chemical_B3 +LQ07X001030 Putative RPM1-interacting protein 4 13.2104371 C6_chemical_C1 +LQ07X001030 Putative RPM1-interacting protein 4 13.4539095 C6_chemical_C2 +LQ07X001030 Putative RPM1-interacting protein 4 13.06901465 C6_chemical_C3 +LQ07X001030 Putative RPM1-interacting protein 4 13.80232203 L4_control_A1 +LQ07X001030 Putative RPM1-interacting protein 4 13.82426626 L4_control_A2 +LQ07X001030 Putative RPM1-interacting protein 4 13.87417817 L4_control_A3 +LQ07X001030 Putative RPM1-interacting protein 4 13.58231798 L4_control_B1 +LQ07X001030 Putative RPM1-interacting protein 4 13.71734503 L4_control_B2 +LQ07X001030 Putative RPM1-interacting protein 4 13.7137468 L4_control_B3 +LQ07X001030 Putative RPM1-interacting protein 4 13.78586789 L4_control_C2 +LQ07X001030 Putative RPM1-interacting protein 4 13.01427515 L4_control_C3 +LQ07X001030 Putative RPM1-interacting protein 4 13.96140211 L4_chemical_A1 +LQ07X001030 Putative RPM1-interacting protein 4 13.9334666 L4_chemical_A2 +LQ07X001030 Putative RPM1-interacting protein 4 14.06974529 L4_chemical_A3 +LQ07X001030 Putative RPM1-interacting protein 4 13.91937254 L4_chemical_B1 +LQ07X001030 Putative RPM1-interacting protein 4 14.23459283 L4_chemical_B2 +LQ07X001030 Putative RPM1-interacting protein 4 13.80821826 L4_chemical_B3 +LQ07X001030 Putative RPM1-interacting protein 4 13.91947258 L4_chemical_C2 +LQ07X001030 Putative RPM1-interacting protein 4 13.20473184 L4_chemical_C3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.655919901 C6_control_A1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 6.757406851 C6_control_A3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.731425641 C6_control_B1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.956533643 C6_control_B2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.613674688 C6_control_B3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.889033725 C6_control_C1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 6.969902319 C6_control_C2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 6.032632123 C6_control_C3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.570522182 C6_chemical_A1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 6.173348491 C6_chemical_A3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.209891449 C6_chemical_B1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.70640385 C6_chemical_B2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.553889986 C6_chemical_B3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.841711316 C6_chemical_C1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 6.44607126 C6_chemical_C2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.61140194 C6_chemical_C3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.543662534 L4_control_A1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 6.183749582 L4_control_A2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.9579405 L4_control_A3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.817518061 L4_control_B1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.973866153 L4_control_B2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.927429296 L4_control_B3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.482800335 L4_control_C2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.516438806 L4_control_C3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.689720948 L4_chemical_A1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.698933042 L4_chemical_A2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 6.536427931 L4_chemical_A3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.974392296 L4_chemical_B1 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.289267894 L4_chemical_B2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 6.03591447 L4_chemical_B3 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.576968558 L4_chemical_C2 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.16180457 L4_chemical_C3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.716978131 C6_control_A1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 6.7880659 C6_control_A3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.93553546 C6_control_B1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.620403561 C6_control_B2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.19329572 C6_control_B3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.575639541 C6_control_C1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 6.444969883 C6_control_C2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.503214953 C6_control_C3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.56716792 C6_chemical_A1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.317344115 C6_chemical_A3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.015218188 C6_chemical_B1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.600734171 C6_chemical_B2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.395986006 C6_chemical_B3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.64712462 C6_chemical_C1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.570299692 C6_chemical_C2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.154805088 C6_chemical_C3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.571984558 L4_control_A1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.562968124 L4_control_A2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.37659879 L4_control_A3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.458180175 L4_control_B1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.166785082 L4_control_B2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.087205948 L4_control_B3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.031049474 L4_control_C2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.427175814 L4_control_C3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.552385515 L4_chemical_A1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.346467892 L4_chemical_A2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.626968389 L4_chemical_A3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.51459685 L4_chemical_B1 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.098953726 L4_chemical_B2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.137926911 L4_chemical_B3 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.345847156 L4_chemical_C2 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.43681205 L4_chemical_C3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.01958672 C6_control_A1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.92574177 C6_control_A3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.01659546 C6_control_B1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.87170325 C6_control_B2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.68673036 C6_control_B3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 9.801316897 C6_control_C1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 10.59138562 C6_control_C2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 9.696159779 C6_control_C3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.16007749 C6_chemical_A1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.00393978 C6_chemical_A3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.82485073 C6_chemical_B1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.9471731 C6_chemical_B2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.57894301 C6_chemical_B3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 10.06377295 C6_chemical_C1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 9.234419822 C6_chemical_C2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 9.191084147 C6_chemical_C3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.81533114 L4_control_A1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.34027063 L4_control_A2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.44996945 L4_control_A3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.61046365 L4_control_B1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.80137953 L4_control_B2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 12.91151966 L4_control_B3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 9.731084331 L4_control_C2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 9.486252528 L4_control_C3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 12.91077417 L4_chemical_A1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.60728404 L4_chemical_A2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.4532986 L4_chemical_A3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 13.58139654 L4_chemical_B1 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.42028142 L4_chemical_B2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.14637219 L4_chemical_B3 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 9.498876498 L4_chemical_C2 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 10.15880154 L4_chemical_C3 +LQ07X001260 Putative pectate lyase 21 12.67339705 C6_control_A1 +LQ07X001260 Putative pectate lyase 21 10.46792092 C6_control_A3 +LQ07X001260 Putative pectate lyase 21 14.81689326 C6_control_B1 +LQ07X001260 Putative pectate lyase 21 13.07037215 C6_control_B2 +LQ07X001260 Putative pectate lyase 21 14.3591889 C6_control_B3 +LQ07X001260 Putative pectate lyase 21 5.937995874 C6_control_C1 +LQ07X001260 Putative pectate lyase 21 5.529794264 C6_control_C2 +LQ07X001260 Putative pectate lyase 21 5.925779397 C6_control_C3 +LQ07X001260 Putative pectate lyase 21 11.24994243 C6_chemical_A1 +LQ07X001260 Putative pectate lyase 21 8.723875342 C6_chemical_A3 +LQ07X001260 Putative pectate lyase 21 14.48006033 C6_chemical_B1 +LQ07X001260 Putative pectate lyase 21 13.75550666 C6_chemical_B2 +LQ07X001260 Putative pectate lyase 21 14.24455987 C6_chemical_B3 +LQ07X001260 Putative pectate lyase 21 6.333052748 C6_chemical_C1 +LQ07X001260 Putative pectate lyase 21 5.180846633 C6_chemical_C2 +LQ07X001260 Putative pectate lyase 21 6.173620647 C6_chemical_C3 +LQ07X001260 Putative pectate lyase 21 9.744433594 L4_control_A1 +LQ07X001260 Putative pectate lyase 21 11.6041448 L4_control_A2 +LQ07X001260 Putative pectate lyase 21 8.213278193 L4_control_A3 +LQ07X001260 Putative pectate lyase 21 13.69353115 L4_control_B1 +LQ07X001260 Putative pectate lyase 21 14.08344162 L4_control_B2 +LQ07X001260 Putative pectate lyase 21 10.36298934 L4_control_B3 +LQ07X001260 Putative pectate lyase 21 5.213682104 L4_control_C2 +LQ07X001260 Putative pectate lyase 21 6.326639787 L4_control_C3 +LQ07X001260 Putative pectate lyase 21 6.939403922 L4_chemical_A1 +LQ07X001260 Putative pectate lyase 21 11.02250851 L4_chemical_A2 +LQ07X001260 Putative pectate lyase 21 7.656890936 L4_chemical_A3 +LQ07X001260 Putative pectate lyase 21 13.76006179 L4_chemical_B1 +LQ07X001260 Putative pectate lyase 21 13.24852155 L4_chemical_B2 +LQ07X001260 Putative pectate lyase 21 14.36894575 L4_chemical_B3 +LQ07X001260 Putative pectate lyase 21 5.539290659 L4_chemical_C2 +LQ07X001260 Putative pectate lyase 21 5.751470476 L4_chemical_C3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 14.25201062 C6_control_A1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 15.0925122 C6_control_A3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 14.14728608 C6_control_B1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 10.30973111 C6_control_B2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 10.91184627 C6_control_B3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 7.451800217 C6_control_C1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 7.501514343 C6_control_C2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 9.004496319 C6_control_C3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 13.94149639 C6_chemical_A1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 15.23258401 C6_chemical_A3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 12.54092499 C6_chemical_B1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 9.188598893 C6_chemical_B2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 10.18122399 C6_chemical_B3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 8.015752712 C6_chemical_C1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 7.297690555 C6_chemical_C2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 7.515849654 C6_chemical_C3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 14.14207924 L4_control_A1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 14.9215316 L4_control_A2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 15.11223362 L4_control_A3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 11.55370581 L4_control_B1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 13.30015131 L4_control_B2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 9.945022811 L4_control_B3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 6.228033339 L4_control_C2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 9.508251523 L4_control_C3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 14.48920797 L4_chemical_A1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 14.10261641 L4_chemical_A2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 15.04167947 L4_chemical_A3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 14.52265006 L4_chemical_B1 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 13.82514214 L4_chemical_B2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 14.20586907 L4_chemical_B3 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 7.204069346 L4_chemical_C2 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 9.537283104 L4_chemical_C3 +LQ07X001280 RNA-binding protein, putative 4.933368775 C6_control_A1 +LQ07X001280 RNA-binding protein, putative 5.413390333 C6_control_A3 +LQ07X001280 RNA-binding protein, putative 5.007925548 C6_control_B1 +LQ07X001280 RNA-binding protein, putative 5.133089897 C6_control_B2 +LQ07X001280 RNA-binding protein, putative 5.048351495 C6_control_B3 +LQ07X001280 RNA-binding protein, putative 4.948995921 C6_control_C1 +LQ07X001280 RNA-binding protein, putative 5.140247462 C6_control_C2 +LQ07X001280 RNA-binding protein, putative 5.702788234 C6_control_C3 +LQ07X001280 RNA-binding protein, putative 5.160940724 C6_chemical_A1 +LQ07X001280 RNA-binding protein, putative 5.186241551 C6_chemical_A3 +LQ07X001280 RNA-binding protein, putative 5.299586024 C6_chemical_B1 +LQ07X001280 RNA-binding protein, putative 5.123822844 C6_chemical_B2 +LQ07X001280 RNA-binding protein, putative 5.084745455 C6_chemical_B3 +LQ07X001280 RNA-binding protein, putative 5.369088994 C6_chemical_C1 +LQ07X001280 RNA-binding protein, putative 5.187878891 C6_chemical_C2 +LQ07X001280 RNA-binding protein, putative 5.714029698 C6_chemical_C3 +LQ07X001280 RNA-binding protein, putative 5.101640162 L4_control_A1 +LQ07X001280 RNA-binding protein, putative 5.136794023 L4_control_A2 +LQ07X001280 RNA-binding protein, putative 5.800700041 L4_control_A3 +LQ07X001280 RNA-binding protein, putative 4.871367214 L4_control_B1 +LQ07X001280 RNA-binding protein, putative 5.658161666 L4_control_B2 +LQ07X001280 RNA-binding protein, putative 5.281199669 L4_control_B3 +LQ07X001280 RNA-binding protein, putative 5.059894587 L4_control_C2 +LQ07X001280 RNA-binding protein, putative 4.771032945 L4_control_C3 +LQ07X001280 RNA-binding protein, putative 5.197398996 L4_chemical_A1 +LQ07X001280 RNA-binding protein, putative 5.689557481 L4_chemical_A2 +LQ07X001280 RNA-binding protein, putative 5.5167136 L4_chemical_A3 +LQ07X001280 RNA-binding protein, putative 5.061621543 L4_chemical_B1 +LQ07X001280 RNA-binding protein, putative 5.039319366 L4_chemical_B2 +LQ07X001280 RNA-binding protein, putative 5.311947069 L4_chemical_B3 +LQ07X001280 RNA-binding protein, putative 4.725341517 L4_chemical_C2 +LQ07X001280 RNA-binding protein, putative 4.987386346 L4_chemical_C3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.48199494 C6_control_A1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.53147066 C6_control_A3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 11.86670311 C6_control_B1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.17865071 C6_control_B2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 11.68667413 C6_control_B3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.98404239 C6_control_C1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.77887589 C6_control_C2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 14.17390749 C6_control_C3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.69564984 C6_chemical_A1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.81464745 C6_chemical_A3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.15965955 C6_chemical_B1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.44732314 C6_chemical_B2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.19927438 C6_chemical_B3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 14.01809375 C6_chemical_C1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 14.06708565 C6_chemical_C2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 14.05291329 C6_chemical_C3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.77853235 L4_control_A1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.79540402 L4_control_A2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.39635378 L4_control_A3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.5684189 L4_control_B1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 11.80479439 L4_control_B2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.77738046 L4_control_B3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.5744018 L4_control_C2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.47690232 L4_control_C3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.78515311 L4_chemical_A1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.2973411 L4_chemical_A2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.38353523 L4_chemical_A3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.53466291 L4_chemical_B1 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.41375729 L4_chemical_B2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.05330409 L4_chemical_B3 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.98432124 L4_chemical_C2 +LQ07X001290 Nuclear transcription factor Y subunit B-3 13.47605248 L4_chemical_C3 +LQ07X001300 Transporter, putative 12.4296876 C6_control_A1 +LQ07X001300 Transporter, putative 13.1260377 C6_control_A3 +LQ07X001300 Transporter, putative 11.99353769 C6_control_B1 +LQ07X001300 Transporter, putative 11.9975626 C6_control_B2 +LQ07X001300 Transporter, putative 12.25773544 C6_control_B3 +LQ07X001300 Transporter, putative 12.28230773 C6_control_C1 +LQ07X001300 Transporter, putative 13.19552184 C6_control_C2 +LQ07X001300 Transporter, putative 12.41236175 C6_control_C3 +LQ07X001300 Transporter, putative 12.90584477 C6_chemical_A1 +LQ07X001300 Transporter, putative 12.49442965 C6_chemical_A3 +LQ07X001300 Transporter, putative 12.6188679 C6_chemical_B1 +LQ07X001300 Transporter, putative 12.63087643 C6_chemical_B2 +LQ07X001300 Transporter, putative 12.88189594 C6_chemical_B3 +LQ07X001300 Transporter, putative 13.05987192 C6_chemical_C1 +LQ07X001300 Transporter, putative 13.09893471 C6_chemical_C2 +LQ07X001300 Transporter, putative 13.11755552 C6_chemical_C3 +LQ07X001300 Transporter, putative 12.83594621 L4_control_A1 +LQ07X001300 Transporter, putative 12.91143143 L4_control_A2 +LQ07X001300 Transporter, putative 12.19365112 L4_control_A3 +LQ07X001300 Transporter, putative 12.52540683 L4_control_B1 +LQ07X001300 Transporter, putative 12.26687527 L4_control_B2 +LQ07X001300 Transporter, putative 12.37430352 L4_control_B3 +LQ07X001300 Transporter, putative 12.6127056 L4_control_C2 +LQ07X001300 Transporter, putative 12.88786734 L4_control_C3 +LQ07X001300 Transporter, putative 12.37012779 L4_chemical_A1 +LQ07X001300 Transporter, putative 12.67879842 L4_chemical_A2 +LQ07X001300 Transporter, putative 12.37434647 L4_chemical_A3 +LQ07X001300 Transporter, putative 12.42118582 L4_chemical_B1 +LQ07X001300 Transporter, putative 12.6060336 L4_chemical_B2 +LQ07X001300 Transporter, putative 12.35973053 L4_chemical_B3 +LQ07X001300 Transporter, putative 12.28437293 L4_chemical_C2 +LQ07X001300 Transporter, putative 12.66126361 L4_chemical_C3 +LQ07X001310 Putative uncharacterized protein 5.549356585 C6_control_A1 +LQ07X001310 Putative uncharacterized protein 5.125219447 C6_control_A3 +LQ07X001310 Putative uncharacterized protein 5.395133745 C6_control_B1 +LQ07X001310 Putative uncharacterized protein 5.751885391 C6_control_B2 +LQ07X001310 Putative uncharacterized protein 5.450586889 C6_control_B3 +LQ07X001310 Putative uncharacterized protein 5.595496332 C6_control_C1 +LQ07X001310 Putative uncharacterized protein 5.474342392 C6_control_C2 +LQ07X001310 Putative uncharacterized protein 6.117034603 C6_control_C3 +LQ07X001310 Putative uncharacterized protein 5.537870392 C6_chemical_A1 +LQ07X001310 Putative uncharacterized protein 5.102718925 C6_chemical_A3 +LQ07X001310 Putative uncharacterized protein 5.112950593 C6_chemical_B1 +LQ07X001310 Putative uncharacterized protein 5.862883404 C6_chemical_B2 +LQ07X001310 Putative uncharacterized protein 5.834558275 C6_chemical_B3 +LQ07X001310 Putative uncharacterized protein 5.470888687 C6_chemical_C1 +LQ07X001310 Putative uncharacterized protein 5.788445479 C6_chemical_C2 +LQ07X001310 Putative uncharacterized protein 5.983719433 C6_chemical_C3 +LQ07X001310 Putative uncharacterized protein 5.194516267 L4_control_A1 +LQ07X001310 Putative uncharacterized protein 5.044662932 L4_control_A2 +LQ07X001310 Putative uncharacterized protein 5.387150059 L4_control_A3 +LQ07X001310 Putative uncharacterized protein 5.82149671 L4_control_B1 +LQ07X001310 Putative uncharacterized protein 5.578684219 L4_control_B2 +LQ07X001310 Putative uncharacterized protein 5.374915558 L4_control_B3 +LQ07X001310 Putative uncharacterized protein 5.970488753 L4_control_C2 +LQ07X001310 Putative uncharacterized protein 5.123059311 L4_control_C3 +LQ07X001310 Putative uncharacterized protein 5.2725572 L4_chemical_A1 +LQ07X001310 Putative uncharacterized protein 5.095463702 L4_chemical_A2 +LQ07X001310 Putative uncharacterized protein 5.362833521 L4_chemical_A3 +LQ07X001310 Putative uncharacterized protein 5.192254006 L4_chemical_B1 +LQ07X001310 Putative uncharacterized protein 5.857861121 L4_chemical_B2 +LQ07X001310 Putative uncharacterized protein 5.329993224 L4_chemical_B3 +LQ07X001310 Putative uncharacterized protein 5.41860908 L4_chemical_C2 +LQ07X001310 Putative uncharacterized protein 5.374184935 L4_chemical_C3 +LQ07X001320 Putative uncharacterized protein 14.41135594 C6_control_A1 +LQ07X001320 Putative uncharacterized protein 14.63067262 C6_control_A3 +LQ07X001320 Putative uncharacterized protein 14.3894334 C6_control_B1 +LQ07X001320 Putative uncharacterized protein 14.01325908 C6_control_B2 +LQ07X001320 Putative uncharacterized protein 14.33533324 C6_control_B3 +LQ07X001320 Putative uncharacterized protein 13.94464923 C6_control_C1 +LQ07X001320 Putative uncharacterized protein 13.72346636 C6_control_C2 +LQ07X001320 Putative uncharacterized protein 14.22246473 C6_control_C3 +LQ07X001320 Putative uncharacterized protein 14.38773295 C6_chemical_A1 +LQ07X001320 Putative uncharacterized protein 14.3701102 C6_chemical_A3 +LQ07X001320 Putative uncharacterized protein 14.3060394 C6_chemical_B1 +LQ07X001320 Putative uncharacterized protein 13.7904098 C6_chemical_B2 +LQ07X001320 Putative uncharacterized protein 14.1258268 C6_chemical_B3 +LQ07X001320 Putative uncharacterized protein 13.73019278 C6_chemical_C1 +LQ07X001320 Putative uncharacterized protein 13.80037959 C6_chemical_C2 +LQ07X001320 Putative uncharacterized protein 13.79803468 C6_chemical_C3 +LQ07X001320 Putative uncharacterized protein 14.51063133 L4_control_A1 +LQ07X001320 Putative uncharacterized protein 14.06768888 L4_control_A2 +LQ07X001320 Putative uncharacterized protein 14.50749187 L4_control_A3 +LQ07X001320 Putative uncharacterized protein 14.50179966 L4_control_B1 +LQ07X001320 Putative uncharacterized protein 14.32323389 L4_control_B2 +LQ07X001320 Putative uncharacterized protein 14.06552561 L4_control_B3 +LQ07X001320 Putative uncharacterized protein 14.45610278 L4_control_C2 +LQ07X001320 Putative uncharacterized protein 13.89820056 L4_control_C3 +LQ07X001320 Putative uncharacterized protein 14.81735417 L4_chemical_A1 +LQ07X001320 Putative uncharacterized protein 14.5826243 L4_chemical_A2 +LQ07X001320 Putative uncharacterized protein 14.8345715 L4_chemical_A3 +LQ07X001320 Putative uncharacterized protein 14.96480196 L4_chemical_B1 +LQ07X001320 Putative uncharacterized protein 14.67006339 L4_chemical_B2 +LQ07X001320 Putative uncharacterized protein 14.31183348 L4_chemical_B3 +LQ07X001320 Putative uncharacterized protein 14.4173397 L4_chemical_C2 +LQ07X001320 Putative uncharacterized protein 14.36794918 L4_chemical_C3 +LQ07X001330 Putative Cysteine synthase 2 5.504226022 C6_control_A1 +LQ07X001330 Putative Cysteine synthase 2 5.548818924 C6_control_A3 +LQ07X001330 Putative Cysteine synthase 2 5.151633689 C6_control_B1 +LQ07X001330 Putative Cysteine synthase 2 5.267771512 C6_control_B2 +LQ07X001330 Putative Cysteine synthase 2 5.377681748 C6_control_B3 +LQ07X001330 Putative Cysteine synthase 2 5.635047946 C6_control_C1 +LQ07X001330 Putative Cysteine synthase 2 5.19472196 C6_control_C2 +LQ07X001330 Putative Cysteine synthase 2 5.473037232 C6_control_C3 +LQ07X001330 Putative Cysteine synthase 2 5.796926615 C6_chemical_A1 +LQ07X001330 Putative Cysteine synthase 2 5.733928202 C6_chemical_A3 +LQ07X001330 Putative Cysteine synthase 2 5.289049433 C6_chemical_B1 +LQ07X001330 Putative Cysteine synthase 2 4.989833956 C6_chemical_B2 +LQ07X001330 Putative Cysteine synthase 2 5.202823845 C6_chemical_B3 +LQ07X001330 Putative Cysteine synthase 2 5.033763098 C6_chemical_C1 +LQ07X001330 Putative Cysteine synthase 2 5.261107859 C6_chemical_C2 +LQ07X001330 Putative Cysteine synthase 2 4.938182469 C6_chemical_C3 +LQ07X001330 Putative Cysteine synthase 2 5.698666764 L4_control_A1 +LQ07X001330 Putative Cysteine synthase 2 5.531856584 L4_control_A2 +LQ07X001330 Putative Cysteine synthase 2 5.771729636 L4_control_A3 +LQ07X001330 Putative Cysteine synthase 2 5.069038578 L4_control_B1 +LQ07X001330 Putative Cysteine synthase 2 5.540233552 L4_control_B2 +LQ07X001330 Putative Cysteine synthase 2 5.398262246 L4_control_B3 +LQ07X001330 Putative Cysteine synthase 2 5.328948974 L4_control_C2 +LQ07X001330 Putative Cysteine synthase 2 5.308025818 L4_control_C3 +LQ07X001330 Putative Cysteine synthase 2 5.43589696 L4_chemical_A1 +LQ07X001330 Putative Cysteine synthase 2 5.884943984 L4_chemical_A2 +LQ07X001330 Putative Cysteine synthase 2 5.974503438 L4_chemical_A3 +LQ07X001330 Putative Cysteine synthase 2 5.51503253 L4_chemical_B1 +LQ07X001330 Putative Cysteine synthase 2 5.753460471 L4_chemical_B2 +LQ07X001330 Putative Cysteine synthase 2 5.476925193 L4_chemical_B3 +LQ07X001330 Putative Cysteine synthase 2 4.939486043 L4_chemical_C2 +LQ07X001330 Putative Cysteine synthase 2 4.935454387 L4_chemical_C3 +LQ07X001340 Putative uncharacterized protein 4.844550028 C6_control_A1 +LQ07X001340 Putative uncharacterized protein 5.344843056 C6_control_A3 +LQ07X001340 Putative uncharacterized protein 5.333820792 C6_control_B1 +LQ07X001340 Putative uncharacterized protein 4.774427225 C6_control_B2 +LQ07X001340 Putative uncharacterized protein 4.653287777 C6_control_B3 +LQ07X001340 Putative uncharacterized protein 4.797904813 C6_control_C1 +LQ07X001340 Putative uncharacterized protein 5.33352701 C6_control_C2 +LQ07X001340 Putative uncharacterized protein 4.811470871 C6_control_C3 +LQ07X001340 Putative uncharacterized protein 4.906566491 C6_chemical_A1 +LQ07X001340 Putative uncharacterized protein 5.072571687 C6_chemical_A3 +LQ07X001340 Putative uncharacterized protein 5.025957358 C6_chemical_B1 +LQ07X001340 Putative uncharacterized protein 5.081738809 C6_chemical_B2 +LQ07X001340 Putative uncharacterized protein 4.840835883 C6_chemical_B3 +LQ07X001340 Putative uncharacterized protein 5.12686534 C6_chemical_C1 +LQ07X001340 Putative uncharacterized protein 4.894496472 C6_chemical_C2 +LQ07X001340 Putative uncharacterized protein 5.099171385 C6_chemical_C3 +LQ07X001340 Putative uncharacterized protein 5.03656159 L4_control_A1 +LQ07X001340 Putative uncharacterized protein 5.046831907 L4_control_A2 +LQ07X001340 Putative uncharacterized protein 5.263708728 L4_control_A3 +LQ07X001340 Putative uncharacterized protein 5.104982785 L4_control_B1 +LQ07X001340 Putative uncharacterized protein 4.912753204 L4_control_B2 +LQ07X001340 Putative uncharacterized protein 5.187228887 L4_control_B3 +LQ07X001340 Putative uncharacterized protein 5.245276585 L4_control_C2 +LQ07X001340 Putative uncharacterized protein 5.120679954 L4_control_C3 +LQ07X001340 Putative uncharacterized protein 5.497288724 L4_chemical_A1 +LQ07X001340 Putative uncharacterized protein 5.099887019 L4_chemical_A2 +LQ07X001340 Putative uncharacterized protein 4.907724056 L4_chemical_A3 +LQ07X001340 Putative uncharacterized protein 4.991590303 L4_chemical_B1 +LQ07X001340 Putative uncharacterized protein 4.94587184 L4_chemical_B2 +LQ07X001340 Putative uncharacterized protein 5.262904585 L4_chemical_B3 +LQ07X001340 Putative uncharacterized protein 5.489973031 L4_chemical_C2 +LQ07X001340 Putative uncharacterized protein 5.442243074 L4_chemical_C3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 4.984662948 C6_control_A1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.557141088 C6_control_A3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.65043807 C6_control_B1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.812960731 C6_control_B2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.553862965 C6_control_B3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.571779095 C6_control_C1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 6.298854906 C6_control_C2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.914925635 C6_control_C3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.355288007 C6_chemical_A1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.388273111 C6_chemical_A3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.953539492 C6_chemical_B1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.659037415 C6_chemical_B2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.178582135 C6_chemical_B3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 4.989448694 C6_chemical_C1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.48790547 C6_chemical_C2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.448206334 C6_chemical_C3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.657509273 L4_control_A1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.430791983 L4_control_A2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.716183409 L4_control_A3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.584923116 L4_control_B1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.657577803 L4_control_B2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.932474618 L4_control_B3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.934822873 L4_control_C2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.804357226 L4_control_C3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.100610503 L4_chemical_A1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.504049562 L4_chemical_A2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.552562578 L4_chemical_A3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.593116422 L4_chemical_B1 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.358405638 L4_chemical_B2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.309023954 L4_chemical_B3 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.843220114 L4_chemical_C2 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.415217343 L4_chemical_C3 +LQ07X001420 Putative uncharacterized protein 6.939860658 C6_control_A1 +LQ07X001420 Putative uncharacterized protein 6.500640444 C6_control_A3 +LQ07X001420 Putative uncharacterized protein 6.731854012 C6_control_B1 +LQ07X001420 Putative uncharacterized protein 7.011203806 C6_control_B2 +LQ07X001420 Putative uncharacterized protein 6.785662629 C6_control_B3 +LQ07X001420 Putative uncharacterized protein 6.517484196 C6_control_C1 +LQ07X001420 Putative uncharacterized protein 6.626831461 C6_control_C2 +LQ07X001420 Putative uncharacterized protein 6.410390305 C6_control_C3 +LQ07X001420 Putative uncharacterized protein 7.0967415 C6_chemical_A1 +LQ07X001420 Putative uncharacterized protein 6.39701848 C6_chemical_A3 +LQ07X001420 Putative uncharacterized protein 6.724187901 C6_chemical_B1 +LQ07X001420 Putative uncharacterized protein 7.186128885 C6_chemical_B2 +LQ07X001420 Putative uncharacterized protein 7.003402682 C6_chemical_B3 +LQ07X001420 Putative uncharacterized protein 6.297895221 C6_chemical_C1 +LQ07X001420 Putative uncharacterized protein 6.413515155 C6_chemical_C2 +LQ07X001420 Putative uncharacterized protein 6.472271493 C6_chemical_C3 +LQ07X001420 Putative uncharacterized protein 6.937474612 L4_control_A1 +LQ07X001420 Putative uncharacterized protein 6.700867239 L4_control_A2 +LQ07X001420 Putative uncharacterized protein 6.389981549 L4_control_A3 +LQ07X001420 Putative uncharacterized protein 7.339562523 L4_control_B1 +LQ07X001420 Putative uncharacterized protein 5.667435054 L4_control_B2 +LQ07X001420 Putative uncharacterized protein 7.31698059 L4_control_B3 +LQ07X001420 Putative uncharacterized protein 6.060246935 L4_control_C2 +LQ07X001420 Putative uncharacterized protein 5.983506492 L4_control_C3 +LQ07X001420 Putative uncharacterized protein 6.788041143 L4_chemical_A1 +LQ07X001420 Putative uncharacterized protein 7.62362742 L4_chemical_A2 +LQ07X001420 Putative uncharacterized protein 7.417973369 L4_chemical_A3 +LQ07X001420 Putative uncharacterized protein 6.407465536 L4_chemical_B1 +LQ07X001420 Putative uncharacterized protein 6.336358021 L4_chemical_B2 +LQ07X001420 Putative uncharacterized protein 7.085643139 L4_chemical_B3 +LQ07X001420 Putative uncharacterized protein 6.480259781 L4_chemical_C2 +LQ07X001420 Putative uncharacterized protein 5.758684799 L4_chemical_C3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.175530757 C6_control_A1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.59142449 C6_control_A3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.775212256 C6_control_B1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.280570962 C6_control_B2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.063868236 C6_control_B3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.338378259 C6_control_C1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.552373176 C6_control_C2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.681986894 C6_control_C3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.200992275 C6_chemical_A1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.100103321 C6_chemical_A3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.239586636 C6_chemical_B1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 5.941434498 C6_chemical_B2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.456247316 C6_chemical_B3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.421074206 C6_chemical_C1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.238337424 C6_chemical_C2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.543320544 C6_chemical_C3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.231272019 L4_control_A1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.829284209 L4_control_A2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 7.455677842 L4_control_A3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.610275299 L4_control_B1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.599646277 L4_control_B2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.176773218 L4_control_B3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.423670302 L4_control_C2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.989906145 L4_control_C3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.098969283 L4_chemical_A1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.68158582 L4_chemical_A2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 7.435703252 L4_chemical_A3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.650030393 L4_chemical_B1 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.844300465 L4_chemical_B2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.337891547 L4_chemical_B3 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.988875314 L4_chemical_C2 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.439642703 L4_chemical_C3 +LQ07X001460 Zinc transporter 11 13.19539159 C6_control_A1 +LQ07X001460 Zinc transporter 11 13.22165109 C6_control_A3 +LQ07X001460 Zinc transporter 11 13.97908368 C6_control_B1 +LQ07X001460 Zinc transporter 11 14.49795226 C6_control_B2 +LQ07X001460 Zinc transporter 11 14.661544 C6_control_B3 +LQ07X001460 Zinc transporter 11 14.66486847 C6_control_C1 +LQ07X001460 Zinc transporter 11 15.17430188 C6_control_C2 +LQ07X001460 Zinc transporter 11 15.34463648 C6_control_C3 +LQ07X001460 Zinc transporter 11 13.20667444 C6_chemical_A1 +LQ07X001460 Zinc transporter 11 12.48910777 C6_chemical_A3 +LQ07X001460 Zinc transporter 11 13.99822653 C6_chemical_B1 +LQ07X001460 Zinc transporter 11 14.15109953 C6_chemical_B2 +LQ07X001460 Zinc transporter 11 14.64262603 C6_chemical_B3 +LQ07X001460 Zinc transporter 11 14.05342539 C6_chemical_C1 +LQ07X001460 Zinc transporter 11 14.71847237 C6_chemical_C2 +LQ07X001460 Zinc transporter 11 14.27211982 C6_chemical_C3 +LQ07X001460 Zinc transporter 11 12.12537551 L4_control_A1 +LQ07X001460 Zinc transporter 11 12.82941473 L4_control_A2 +LQ07X001460 Zinc transporter 11 12.37679723 L4_control_A3 +LQ07X001460 Zinc transporter 11 14.21906322 L4_control_B1 +LQ07X001460 Zinc transporter 11 15.05252113 L4_control_B2 +LQ07X001460 Zinc transporter 11 15.09454427 L4_control_B3 +LQ07X001460 Zinc transporter 11 15.60700196 L4_control_C2 +LQ07X001460 Zinc transporter 11 15.51927666 L4_control_C3 +LQ07X001460 Zinc transporter 11 13.21614722 L4_chemical_A1 +LQ07X001460 Zinc transporter 11 12.97090688 L4_chemical_A2 +LQ07X001460 Zinc transporter 11 13.96868415 L4_chemical_A3 +LQ07X001460 Zinc transporter 11 14.80605305 L4_chemical_B1 +LQ07X001460 Zinc transporter 11 14.77154348 L4_chemical_B2 +LQ07X001460 Zinc transporter 11 14.42855924 L4_chemical_B3 +LQ07X001460 Zinc transporter 11 15.60382907 L4_chemical_C2 +LQ07X001460 Zinc transporter 11 15.54325103 L4_chemical_C3 +LQ07X001470 Putative uncharacterized protein 5.303216559 C6_control_A1 +LQ07X001470 Putative uncharacterized protein 5.506315414 C6_control_A3 +LQ07X001470 Putative uncharacterized protein 5.073055602 C6_control_B1 +LQ07X001470 Putative uncharacterized protein 5.150801864 C6_control_B2 +LQ07X001470 Putative uncharacterized protein 5.981968495 C6_control_B3 +LQ07X001470 Putative uncharacterized protein 5.569603241 C6_control_C1 +LQ07X001470 Putative uncharacterized protein 5.778609303 C6_control_C2 +LQ07X001470 Putative uncharacterized protein 5.671681071 C6_control_C3 +LQ07X001470 Putative uncharacterized protein 5.256265933 C6_chemical_A1 +LQ07X001470 Putative uncharacterized protein 5.738439575 C6_chemical_A3 +LQ07X001470 Putative uncharacterized protein 5.489695117 C6_chemical_B1 +LQ07X001470 Putative uncharacterized protein 5.331958574 C6_chemical_B2 +LQ07X001470 Putative uncharacterized protein 5.272557937 C6_chemical_B3 +LQ07X001470 Putative uncharacterized protein 5.61992667 C6_chemical_C1 +LQ07X001470 Putative uncharacterized protein 5.284497409 C6_chemical_C2 +LQ07X001470 Putative uncharacterized protein 5.482484784 C6_chemical_C3 +LQ07X001470 Putative uncharacterized protein 5.283253341 L4_control_A1 +LQ07X001470 Putative uncharacterized protein 4.92604328 L4_control_A2 +LQ07X001470 Putative uncharacterized protein 5.267515602 L4_control_A3 +LQ07X001470 Putative uncharacterized protein 5.837151519 L4_control_B1 +LQ07X001470 Putative uncharacterized protein 5.239115145 L4_control_B2 +LQ07X001470 Putative uncharacterized protein 4.927958113 L4_control_B3 +LQ07X001470 Putative uncharacterized protein 5.769121421 L4_control_C2 +LQ07X001470 Putative uncharacterized protein 5.570867506 L4_control_C3 +LQ07X001470 Putative uncharacterized protein 5.211134048 L4_chemical_A1 +LQ07X001470 Putative uncharacterized protein 5.140327793 L4_chemical_A2 +LQ07X001470 Putative uncharacterized protein 5.440915468 L4_chemical_A3 +LQ07X001470 Putative uncharacterized protein 5.387118464 L4_chemical_B1 +LQ07X001470 Putative uncharacterized protein 5.264588557 L4_chemical_B2 +LQ07X001470 Putative uncharacterized protein 5.349924721 L4_chemical_B3 +LQ07X001470 Putative uncharacterized protein 5.29157947 L4_chemical_C2 +LQ07X001470 Putative uncharacterized protein 5.508218517 L4_chemical_C3 +LQ07X001490 DNA binding protein, putative 5.600811298 C6_control_A1 +LQ07X001490 DNA binding protein, putative 5.555168387 C6_control_A3 +LQ07X001490 DNA binding protein, putative 5.895540868 C6_control_B1 +LQ07X001490 DNA binding protein, putative 5.313451547 C6_control_B2 +LQ07X001490 DNA binding protein, putative 5.384864278 C6_control_B3 +LQ07X001490 DNA binding protein, putative 5.459444164 C6_control_C1 +LQ07X001490 DNA binding protein, putative 5.775137322 C6_control_C2 +LQ07X001490 DNA binding protein, putative 5.238632975 C6_control_C3 +LQ07X001490 DNA binding protein, putative 5.505205612 C6_chemical_A1 +LQ07X001490 DNA binding protein, putative 5.432005106 C6_chemical_A3 +LQ07X001490 DNA binding protein, putative 5.402965962 C6_chemical_B1 +LQ07X001490 DNA binding protein, putative 5.286727608 C6_chemical_B2 +LQ07X001490 DNA binding protein, putative 5.896548931 C6_chemical_B3 +LQ07X001490 DNA binding protein, putative 5.381993743 C6_chemical_C1 +LQ07X001490 DNA binding protein, putative 5.191174147 C6_chemical_C2 +LQ07X001490 DNA binding protein, putative 5.046580452 C6_chemical_C3 +LQ07X001490 DNA binding protein, putative 5.799482224 L4_control_A1 +LQ07X001490 DNA binding protein, putative 5.920985225 L4_control_A2 +LQ07X001490 DNA binding protein, putative 6.179757647 L4_control_A3 +LQ07X001490 DNA binding protein, putative 6.461797816 L4_control_B1 +LQ07X001490 DNA binding protein, putative 5.788148611 L4_control_B2 +LQ07X001490 DNA binding protein, putative 5.968895433 L4_control_B3 +LQ07X001490 DNA binding protein, putative 5.229348519 L4_control_C2 +LQ07X001490 DNA binding protein, putative 5.266997978 L4_control_C3 +LQ07X001490 DNA binding protein, putative 5.702762161 L4_chemical_A1 +LQ07X001490 DNA binding protein, putative 5.80471714 L4_chemical_A2 +LQ07X001490 DNA binding protein, putative 6.559635608 L4_chemical_A3 +LQ07X001490 DNA binding protein, putative 5.92547989 L4_chemical_B1 +LQ07X001490 DNA binding protein, putative 5.564639232 L4_chemical_B2 +LQ07X001490 DNA binding protein, putative 5.716919677 L4_chemical_B3 +LQ07X001490 DNA binding protein, putative 5.195469247 L4_chemical_C2 +LQ07X001490 DNA binding protein, putative 5.151079657 L4_chemical_C3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.9546333 C6_control_A1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.05048505 C6_control_A3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.03588036 C6_control_B1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.70342103 C6_control_B2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.9553722 C6_control_B3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.64193747 C6_control_C1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.85134683 C6_control_C2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.45591867 C6_control_C3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.08188542 C6_chemical_A1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.21600867 C6_chemical_A3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.05244218 C6_chemical_B1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.69169284 C6_chemical_B2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.67930591 C6_chemical_B3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.46123054 C6_chemical_C1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.65480546 C6_chemical_C2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.33790718 C6_chemical_C3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.55949321 L4_control_A1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.72856446 L4_control_A2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.6033996 L4_control_A3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.60384289 L4_control_B1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.10455478 L4_control_B2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.88735063 L4_control_B3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.38804906 L4_control_C2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.21968914 L4_control_C3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.33526753 L4_chemical_A1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.65413606 L4_chemical_A2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.13868164 L4_chemical_A3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.02364895 L4_chemical_B1 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.09213321 L4_chemical_B2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 14.65414076 L4_chemical_B3 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.20222321 L4_chemical_C2 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.24650297 L4_chemical_C3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.54464528 C6_control_A1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.64911849 C6_control_A3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.83912061 C6_control_B1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.11514883 C6_control_B2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.73470167 C6_control_B3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 13.11246457 C6_control_C1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 13.03327311 C6_control_C2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 13.40959202 C6_control_C3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.73180978 C6_chemical_A1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.14843787 C6_chemical_A3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.79939714 C6_chemical_B1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.17900107 C6_chemical_B2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.26218428 C6_chemical_B3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.79136011 C6_chemical_C1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.97772277 C6_chemical_C2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 13.81390549 C6_chemical_C3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.60476848 L4_control_A1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.82832401 L4_control_A2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.68035435 L4_control_A3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.91342785 L4_control_B1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.38223539 L4_control_B2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.03445837 L4_control_B3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 13.0819852 L4_control_C2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 13.20207308 L4_control_C3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 13.14681101 L4_chemical_A1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.57226566 L4_chemical_A2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.16763525 L4_chemical_A3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.56870917 L4_chemical_B1 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.05494544 L4_chemical_B2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.02283395 L4_chemical_B3 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.89529026 L4_chemical_C2 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 12.48235421 L4_chemical_C3 +LQ07X001570 Hypothetical protein 4.92734217 C6_control_A1 +LQ07X001570 Hypothetical protein 5.171106543 C6_control_A3 +LQ07X001570 Hypothetical protein 5.259017017 C6_control_B1 +LQ07X001570 Hypothetical protein 4.894139543 C6_control_B2 +LQ07X001570 Hypothetical protein 5.021484732 C6_control_B3 +LQ07X001570 Hypothetical protein 4.792402728 C6_control_C1 +LQ07X001570 Hypothetical protein 4.635280506 C6_control_C2 +LQ07X001570 Hypothetical protein 4.930916013 C6_control_C3 +LQ07X001570 Hypothetical protein 5.111002689 C6_chemical_A1 +LQ07X001570 Hypothetical protein 4.938896015 C6_chemical_A3 +LQ07X001570 Hypothetical protein 5.361853355 C6_chemical_B1 +LQ07X001570 Hypothetical protein 4.860158756 C6_chemical_B2 +LQ07X001570 Hypothetical protein 5.255746903 C6_chemical_B3 +LQ07X001570 Hypothetical protein 4.782139877 C6_chemical_C1 +LQ07X001570 Hypothetical protein 4.658691772 C6_chemical_C2 +LQ07X001570 Hypothetical protein 4.733288628 C6_chemical_C3 +LQ07X001570 Hypothetical protein 4.682805352 L4_control_A1 +LQ07X001570 Hypothetical protein 4.892663313 L4_control_A2 +LQ07X001570 Hypothetical protein 5.100089782 L4_control_A3 +LQ07X001570 Hypothetical protein 4.811514609 L4_control_B1 +LQ07X001570 Hypothetical protein 5.11313382 L4_control_B2 +LQ07X001570 Hypothetical protein 5.00940465 L4_control_B3 +LQ07X001570 Hypothetical protein 5.347032218 L4_control_C2 +LQ07X001570 Hypothetical protein 5.164588325 L4_control_C3 +LQ07X001570 Hypothetical protein 4.882814846 L4_chemical_A1 +LQ07X001570 Hypothetical protein 5.28740527 L4_chemical_A2 +LQ07X001570 Hypothetical protein 5.579716723 L4_chemical_A3 +LQ07X001570 Hypothetical protein 5.016218255 L4_chemical_B1 +LQ07X001570 Hypothetical protein 4.997068219 L4_chemical_B2 +LQ07X001570 Hypothetical protein 4.903589057 L4_chemical_B3 +LQ07X001570 Hypothetical protein 5.275189123 L4_chemical_C2 +LQ07X001570 Hypothetical protein 4.60725244 L4_chemical_C3 +LQ07X001580 Cytochrome P450 71D10 8.009342387 C6_control_A1 +LQ07X001580 Cytochrome P450 71D10 8.930149435 C6_control_A3 +LQ07X001580 Cytochrome P450 71D10 7.681752274 C6_control_B1 +LQ07X001580 Cytochrome P450 71D10 6.639987004 C6_control_B2 +LQ07X001580 Cytochrome P450 71D10 6.577586545 C6_control_B3 +LQ07X001580 Cytochrome P450 71D10 6.270332095 C6_control_C1 +LQ07X001580 Cytochrome P450 71D10 6.080980018 C6_control_C2 +LQ07X001580 Cytochrome P450 71D10 5.679961658 C6_control_C3 +LQ07X001580 Cytochrome P450 71D10 7.802470894 C6_chemical_A1 +LQ07X001580 Cytochrome P450 71D10 8.427969301 C6_chemical_A3 +LQ07X001580 Cytochrome P450 71D10 6.738813497 C6_chemical_B1 +LQ07X001580 Cytochrome P450 71D10 6.555188604 C6_chemical_B2 +LQ07X001580 Cytochrome P450 71D10 7.136736028 C6_chemical_B3 +LQ07X001580 Cytochrome P450 71D10 6.065615712 C6_chemical_C1 +LQ07X001580 Cytochrome P450 71D10 6.065563945 C6_chemical_C2 +LQ07X001580 Cytochrome P450 71D10 6.314327483 C6_chemical_C3 +LQ07X001580 Cytochrome P450 71D10 7.170956383 L4_control_A1 +LQ07X001580 Cytochrome P450 71D10 6.808390644 L4_control_A2 +LQ07X001580 Cytochrome P450 71D10 6.590831885 L4_control_A3 +LQ07X001580 Cytochrome P450 71D10 6.762881854 L4_control_B1 +LQ07X001580 Cytochrome P450 71D10 7.147898547 L4_control_B2 +LQ07X001580 Cytochrome P450 71D10 6.784426255 L4_control_B3 +LQ07X001580 Cytochrome P450 71D10 6.246237288 L4_control_C2 +LQ07X001580 Cytochrome P450 71D10 7.106695017 L4_control_C3 +LQ07X001580 Cytochrome P450 71D10 6.528148398 L4_chemical_A1 +LQ07X001580 Cytochrome P450 71D10 6.643841566 L4_chemical_A2 +LQ07X001580 Cytochrome P450 71D10 6.005786413 L4_chemical_A3 +LQ07X001580 Cytochrome P450 71D10 7.248412317 L4_chemical_B1 +LQ07X001580 Cytochrome P450 71D10 6.318620008 L4_chemical_B2 +LQ07X001580 Cytochrome P450 71D10 6.317650692 L4_chemical_B3 +LQ07X001580 Cytochrome P450 71D10 5.775415468 L4_chemical_C2 +LQ07X001580 Cytochrome P450 71D10 7.114163777 L4_chemical_C3 +LQ07X001681 Putative Gag/pol polyprotein 6.027656908 C6_control_A1 +LQ07X001681 Putative Gag/pol polyprotein 6.01019107 C6_control_A3 +LQ07X001681 Putative Gag/pol polyprotein 6.108164358 C6_control_B1 +LQ07X001681 Putative Gag/pol polyprotein 6.307188843 C6_control_B2 +LQ07X001681 Putative Gag/pol polyprotein 5.654602227 C6_control_B3 +LQ07X001681 Putative Gag/pol polyprotein 7.597684969 C6_control_C1 +LQ07X001681 Putative Gag/pol polyprotein 7.396078454 C6_control_C2 +LQ07X001681 Putative Gag/pol polyprotein 8.434221384 C6_control_C3 +LQ07X001681 Putative Gag/pol polyprotein 5.584737154 C6_chemical_A1 +LQ07X001681 Putative Gag/pol polyprotein 6.886149989 C6_chemical_A3 +LQ07X001681 Putative Gag/pol polyprotein 5.996341011 C6_chemical_B1 +LQ07X001681 Putative Gag/pol polyprotein 6.284687268 C6_chemical_B2 +LQ07X001681 Putative Gag/pol polyprotein 6.983079591 C6_chemical_B3 +LQ07X001681 Putative Gag/pol polyprotein 7.335467689 C6_chemical_C1 +LQ07X001681 Putative Gag/pol polyprotein 7.187686099 C6_chemical_C2 +LQ07X001681 Putative Gag/pol polyprotein 9.357852151 C6_chemical_C3 +LQ07X001681 Putative Gag/pol polyprotein 7.843586709 L4_control_A1 +LQ07X001681 Putative Gag/pol polyprotein 6.005025928 L4_control_A2 +LQ07X001681 Putative Gag/pol polyprotein 6.625060609 L4_control_A3 +LQ07X001681 Putative Gag/pol polyprotein 8.407048222 L4_control_B1 +LQ07X001681 Putative Gag/pol polyprotein 6.282589502 L4_control_B2 +LQ07X001681 Putative Gag/pol polyprotein 9.028066459 L4_control_B3 +LQ07X001681 Putative Gag/pol polyprotein 8.033238043 L4_control_C2 +LQ07X001681 Putative Gag/pol polyprotein 8.662629091 L4_control_C3 +LQ07X001681 Putative Gag/pol polyprotein 8.345967258 L4_chemical_A1 +LQ07X001681 Putative Gag/pol polyprotein 6.928976025 L4_chemical_A2 +LQ07X001681 Putative Gag/pol polyprotein 7.786218052 L4_chemical_A3 +LQ07X001681 Putative Gag/pol polyprotein 9.188985743 L4_chemical_B1 +LQ07X001681 Putative Gag/pol polyprotein 7.456982915 L4_chemical_B2 +LQ07X001681 Putative Gag/pol polyprotein 7.956685899 L4_chemical_B3 +LQ07X001681 Putative Gag/pol polyprotein 7.470149519 L4_chemical_C2 +LQ07X001681 Putative Gag/pol polyprotein 8.335086595 L4_chemical_C3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.000669262 C6_control_A1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.018661492 C6_control_A3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.690588198 C6_control_B1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.351325125 C6_control_B2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.728790977 C6_control_B3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.884024088 C6_control_C1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.368973356 C6_control_C2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.228255443 C6_control_C3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.105351571 C6_chemical_A1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.30823442 C6_chemical_A3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.613706265 C6_chemical_B1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.215596808 C6_chemical_B2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.590650115 C6_chemical_B3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.21187439 C6_chemical_C1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.214288518 C6_chemical_C2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.266396476 C6_chemical_C3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.674996505 L4_control_A1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.183876553 L4_control_A2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.535191175 L4_control_A3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.648615219 L4_control_B1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.03808615 L4_control_B2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.092337005 L4_control_B3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.124010838 L4_control_C2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.594963735 L4_control_C3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.787914369 L4_chemical_A1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.339299637 L4_chemical_A2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 7.16552557 L4_chemical_A3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.11722824 L4_chemical_B1 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.633700294 L4_chemical_B2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.202589243 L4_chemical_B3 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 5.714312484 L4_chemical_C2 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.256746317 L4_chemical_C3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.616840135 C6_control_A1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.161177239 C6_control_A3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.993510972 C6_control_B1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.781094172 C6_control_B2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.34707393 C6_control_B3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 7.233573305 C6_control_C1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 7.561059107 C6_control_C2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.695149553 C6_control_C3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 9.428432198 C6_chemical_A1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.786250877 C6_chemical_A3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 9.3931837 C6_chemical_B1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.826064778 C6_chemical_B2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 7.910334578 C6_chemical_B3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 7.258137997 C6_chemical_C1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 7.124217727 C6_chemical_C2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.296338974 C6_chemical_C3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.599928608 L4_control_A1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 9.169952945 L4_control_A2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.089628634 L4_control_A3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 9.287697976 L4_control_B1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.621553864 L4_control_B2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.050720095 L4_control_B3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 7.440959467 L4_control_C2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.638405451 L4_control_C3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.119902469 L4_chemical_A1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 9.19330808 L4_chemical_A2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.632120664 L4_chemical_A3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 9.124002815 L4_chemical_B1 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 9.201114604 L4_chemical_B2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 8.544061871 L4_chemical_B3 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 7.243923487 L4_chemical_C2 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.401219672 L4_chemical_C3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.560472 C6_control_A1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.89061044 C6_control_A3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.26495772 C6_control_B1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.36573038 C6_control_B2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.25307723 C6_control_B3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.32266426 C6_control_C1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.18327973 C6_control_C2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.90671237 C6_control_C3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.698736 C6_chemical_A1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.96924727 C6_chemical_A3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.40815712 C6_chemical_B1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.40212503 C6_chemical_B2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.08870468 C6_chemical_B3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.46930897 C6_chemical_C1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.3479328 C6_chemical_C2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.13858548 C6_chemical_C3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.63956307 L4_control_A1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.39803363 L4_control_A2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.78802696 L4_control_A3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.69623873 L4_control_B1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.41604124 L4_control_B2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.93760696 L4_control_B3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.45828578 L4_control_C2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.65741371 L4_control_C3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.94528804 L4_chemical_A1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.37323799 L4_chemical_A2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.78139534 L4_chemical_A3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.53967194 L4_chemical_B1 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.00617767 L4_chemical_B2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.96928335 L4_chemical_B3 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.74804917 L4_chemical_C2 +LQ07X001970 Protein transport protein Sec24-like At3g07100 10.5839927 L4_chemical_C3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.59272585 C6_control_A1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.089206363 C6_control_A3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.240635221 C6_control_B1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.406010589 C6_control_B2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.313794075 C6_control_B3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.790072672 C6_control_C1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.479592188 C6_control_C2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.870108359 C6_control_C3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.460703406 C6_chemical_A1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.860962846 C6_chemical_A3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.097716289 C6_chemical_B1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.262333535 C6_chemical_B2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.506563239 C6_chemical_B3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.488139534 C6_chemical_C1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.433525589 C6_chemical_C2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.697003481 C6_chemical_C3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.172670122 L4_control_A1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 5.477974321 L4_control_A2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.945771495 L4_control_A3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.877954843 L4_control_B1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.88580864 L4_control_B2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.647405138 L4_control_B3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 5.656420053 L4_control_C2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 5.87639146 L4_control_C3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.166853853 L4_chemical_A1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.530226764 L4_chemical_A2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 5.732609782 L4_chemical_A3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.290239602 L4_chemical_B1 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 8.008804876 L4_chemical_B2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.175012973 L4_chemical_B3 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.225031792 L4_chemical_C2 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 6.943358038 L4_chemical_C3 +LQ07X002000 Scarecrow-like protein 5 9.876193045 C6_control_A1 +LQ07X002000 Scarecrow-like protein 5 9.911818204 C6_control_A3 +LQ07X002000 Scarecrow-like protein 5 10.4761871 C6_control_B1 +LQ07X002000 Scarecrow-like protein 5 10.04461399 C6_control_B2 +LQ07X002000 Scarecrow-like protein 5 10.58679202 C6_control_B3 +LQ07X002000 Scarecrow-like protein 5 10.90348569 C6_control_C1 +LQ07X002000 Scarecrow-like protein 5 11.33897175 C6_control_C2 +LQ07X002000 Scarecrow-like protein 5 10.95167616 C6_control_C3 +LQ07X002000 Scarecrow-like protein 5 9.749133424 C6_chemical_A1 +LQ07X002000 Scarecrow-like protein 5 10.04384148 C6_chemical_A3 +LQ07X002000 Scarecrow-like protein 5 10.6703432 C6_chemical_B1 +LQ07X002000 Scarecrow-like protein 5 10.21020876 C6_chemical_B2 +LQ07X002000 Scarecrow-like protein 5 10.66573489 C6_chemical_B3 +LQ07X002000 Scarecrow-like protein 5 10.79460853 C6_chemical_C1 +LQ07X002000 Scarecrow-like protein 5 11.06196126 C6_chemical_C2 +LQ07X002000 Scarecrow-like protein 5 11.40993455 C6_chemical_C3 +LQ07X002000 Scarecrow-like protein 5 10.10444319 L4_control_A1 +LQ07X002000 Scarecrow-like protein 5 10.24219058 L4_control_A2 +LQ07X002000 Scarecrow-like protein 5 10.40161751 L4_control_A3 +LQ07X002000 Scarecrow-like protein 5 10.9781227 L4_control_B1 +LQ07X002000 Scarecrow-like protein 5 11.78082081 L4_control_B2 +LQ07X002000 Scarecrow-like protein 5 11.5795805 L4_control_B3 +LQ07X002000 Scarecrow-like protein 5 12.53001359 L4_control_C2 +LQ07X002000 Scarecrow-like protein 5 12.92785549 L4_control_C3 +LQ07X002000 Scarecrow-like protein 5 10.02286899 L4_chemical_A1 +LQ07X002000 Scarecrow-like protein 5 9.884799539 L4_chemical_A2 +LQ07X002000 Scarecrow-like protein 5 10.34509954 L4_chemical_A3 +LQ07X002000 Scarecrow-like protein 5 10.94134541 L4_chemical_B1 +LQ07X002000 Scarecrow-like protein 5 11.0482001 L4_chemical_B2 +LQ07X002000 Scarecrow-like protein 5 11.11401221 L4_chemical_B3 +LQ07X002000 Scarecrow-like protein 5 12.2352973 L4_chemical_C2 +LQ07X002000 Scarecrow-like protein 5 12.57467506 L4_chemical_C3 +LQ07X002020 Probable WRKY transcription factor 20 10.54478375 C6_control_A1 +LQ07X002020 Probable WRKY transcription factor 20 10.43477644 C6_control_A3 +LQ07X002020 Probable WRKY transcription factor 20 10.33302302 C6_control_B1 +LQ07X002020 Probable WRKY transcription factor 20 11.01548791 C6_control_B2 +LQ07X002020 Probable WRKY transcription factor 20 10.46505768 C6_control_B3 +LQ07X002020 Probable WRKY transcription factor 20 10.67052298 C6_control_C1 +LQ07X002020 Probable WRKY transcription factor 20 10.99036844 C6_control_C2 +LQ07X002020 Probable WRKY transcription factor 20 11.19293664 C6_control_C3 +LQ07X002020 Probable WRKY transcription factor 20 10.32327123 C6_chemical_A1 +LQ07X002020 Probable WRKY transcription factor 20 10.81734929 C6_chemical_A3 +LQ07X002020 Probable WRKY transcription factor 20 10.11975038 C6_chemical_B1 +LQ07X002020 Probable WRKY transcription factor 20 11.28688675 C6_chemical_B2 +LQ07X002020 Probable WRKY transcription factor 20 10.77133645 C6_chemical_B3 +LQ07X002020 Probable WRKY transcription factor 20 10.77410885 C6_chemical_C1 +LQ07X002020 Probable WRKY transcription factor 20 10.94735874 C6_chemical_C2 +LQ07X002020 Probable WRKY transcription factor 20 11.76444733 C6_chemical_C3 +LQ07X002020 Probable WRKY transcription factor 20 9.968172928 L4_control_A1 +LQ07X002020 Probable WRKY transcription factor 20 10.20217615 L4_control_A2 +LQ07X002020 Probable WRKY transcription factor 20 10.20260979 L4_control_A3 +LQ07X002020 Probable WRKY transcription factor 20 10.5824604 L4_control_B1 +LQ07X002020 Probable WRKY transcription factor 20 10.00591042 L4_control_B2 +LQ07X002020 Probable WRKY transcription factor 20 11.50688203 L4_control_B3 +LQ07X002020 Probable WRKY transcription factor 20 9.946711328 L4_control_C2 +LQ07X002020 Probable WRKY transcription factor 20 10.79524498 L4_control_C3 +LQ07X002020 Probable WRKY transcription factor 20 10.33147366 L4_chemical_A1 +LQ07X002020 Probable WRKY transcription factor 20 10.16186973 L4_chemical_A2 +LQ07X002020 Probable WRKY transcription factor 20 10.31133357 L4_chemical_A3 +LQ07X002020 Probable WRKY transcription factor 20 10.05359993 L4_chemical_B1 +LQ07X002020 Probable WRKY transcription factor 20 9.550753189 L4_chemical_B2 +LQ07X002020 Probable WRKY transcription factor 20 11.56564394 L4_chemical_B3 +LQ07X002020 Probable WRKY transcription factor 20 9.658022657 L4_chemical_C2 +LQ07X002020 Probable WRKY transcription factor 20 10.90898868 L4_chemical_C3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.211065164 C6_control_A1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.056484022 C6_control_A3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.731835078 C6_control_B1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 4.864171646 C6_control_B2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.354073237 C6_control_B3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.567650926 C6_control_C1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 4.882023812 C6_control_C2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 4.951306193 C6_control_C3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.495227084 C6_chemical_A1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.537660335 C6_chemical_A3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.244744215 C6_chemical_B1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.06348428 C6_chemical_B2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.846232608 C6_chemical_B3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.591541885 C6_chemical_C1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.201231998 C6_chemical_C2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.197332392 C6_chemical_C3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 6.138501715 L4_control_A1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.305052665 L4_control_A2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 6.024511413 L4_control_A3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 6.4628295 L4_control_B1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.796874407 L4_control_B2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.519762636 L4_control_B3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 6.730856637 L4_control_C2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 6.521388099 L4_control_C3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 6.116713869 L4_chemical_A1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.526513133 L4_chemical_A2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 6.284617727 L4_chemical_A3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.33311911 L4_chemical_B1 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.047214868 L4_chemical_B2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 4.973818711 L4_chemical_B3 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.543193426 L4_chemical_C2 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 6.094664659 L4_chemical_C3 +LQ07X002070 Putative uncharacterized protein 12.47796613 C6_control_A1 +LQ07X002070 Putative uncharacterized protein 12.63667583 C6_control_A3 +LQ07X002070 Putative uncharacterized protein 12.63590101 C6_control_B1 +LQ07X002070 Putative uncharacterized protein 12.42719646 C6_control_B2 +LQ07X002070 Putative uncharacterized protein 12.7190719 C6_control_B3 +LQ07X002070 Putative uncharacterized protein 13.00893024 C6_control_C1 +LQ07X002070 Putative uncharacterized protein 12.90893922 C6_control_C2 +LQ07X002070 Putative uncharacterized protein 12.95250417 C6_control_C3 +LQ07X002070 Putative uncharacterized protein 12.54056853 C6_chemical_A1 +LQ07X002070 Putative uncharacterized protein 13.10632575 C6_chemical_A3 +LQ07X002070 Putative uncharacterized protein 12.98326614 C6_chemical_B1 +LQ07X002070 Putative uncharacterized protein 12.25700767 C6_chemical_B2 +LQ07X002070 Putative uncharacterized protein 13.21315109 C6_chemical_B3 +LQ07X002070 Putative uncharacterized protein 12.7565103 C6_chemical_C1 +LQ07X002070 Putative uncharacterized protein 12.67770373 C6_chemical_C2 +LQ07X002070 Putative uncharacterized protein 12.93799472 C6_chemical_C3 +LQ07X002070 Putative uncharacterized protein 12.83305236 L4_control_A1 +LQ07X002070 Putative uncharacterized protein 12.39306407 L4_control_A2 +LQ07X002070 Putative uncharacterized protein 12.95232795 L4_control_A3 +LQ07X002070 Putative uncharacterized protein 12.89740949 L4_control_B1 +LQ07X002070 Putative uncharacterized protein 13.20320288 L4_control_B2 +LQ07X002070 Putative uncharacterized protein 13.50206786 L4_control_B3 +LQ07X002070 Putative uncharacterized protein 13.86696854 L4_control_C2 +LQ07X002070 Putative uncharacterized protein 13.91767634 L4_control_C3 +LQ07X002070 Putative uncharacterized protein 13.12613435 L4_chemical_A1 +LQ07X002070 Putative uncharacterized protein 12.78619982 L4_chemical_A2 +LQ07X002070 Putative uncharacterized protein 13.11259208 L4_chemical_A3 +LQ07X002070 Putative uncharacterized protein 13.02277571 L4_chemical_B1 +LQ07X002070 Putative uncharacterized protein 12.7406905 L4_chemical_B2 +LQ07X002070 Putative uncharacterized protein 13.16809505 L4_chemical_B3 +LQ07X002070 Putative uncharacterized protein 13.74859554 L4_chemical_C2 +LQ07X002070 Putative uncharacterized protein 13.58469345 L4_chemical_C3 +LQ07X002080 Hypothetical protein 5.468220141 C6_control_A1 +LQ07X002080 Hypothetical protein 5.005927985 C6_control_A3 +LQ07X002080 Hypothetical protein 5.703972624 C6_control_B1 +LQ07X002080 Hypothetical protein 5.254238125 C6_control_B2 +LQ07X002080 Hypothetical protein 5.212986609 C6_control_B3 +LQ07X002080 Hypothetical protein 5.377850291 C6_control_C1 +LQ07X002080 Hypothetical protein 5.13751722 C6_control_C2 +LQ07X002080 Hypothetical protein 5.270583935 C6_control_C3 +LQ07X002080 Hypothetical protein 5.367405948 C6_chemical_A1 +LQ07X002080 Hypothetical protein 5.268963026 C6_chemical_A3 +LQ07X002080 Hypothetical protein 6.387298856 C6_chemical_B1 +LQ07X002080 Hypothetical protein 5.246133722 C6_chemical_B2 +LQ07X002080 Hypothetical protein 5.151279755 C6_chemical_B3 +LQ07X002080 Hypothetical protein 5.305908904 C6_chemical_C1 +LQ07X002080 Hypothetical protein 5.274223095 C6_chemical_C2 +LQ07X002080 Hypothetical protein 4.98102342 C6_chemical_C3 +LQ07X002080 Hypothetical protein 5.247611354 L4_control_A1 +LQ07X002080 Hypothetical protein 5.58296556 L4_control_A2 +LQ07X002080 Hypothetical protein 5.110742285 L4_control_A3 +LQ07X002080 Hypothetical protein 5.350505537 L4_control_B1 +LQ07X002080 Hypothetical protein 5.800117097 L4_control_B2 +LQ07X002080 Hypothetical protein 5.364716508 L4_control_B3 +LQ07X002080 Hypothetical protein 5.58987048 L4_control_C2 +LQ07X002080 Hypothetical protein 5.387481974 L4_control_C3 +LQ07X002080 Hypothetical protein 5.092572591 L4_chemical_A1 +LQ07X002080 Hypothetical protein 5.379641633 L4_chemical_A2 +LQ07X002080 Hypothetical protein 5.555615826 L4_chemical_A3 +LQ07X002080 Hypothetical protein 5.607282228 L4_chemical_B1 +LQ07X002080 Hypothetical protein 6.080564715 L4_chemical_B2 +LQ07X002080 Hypothetical protein 5.757774103 L4_chemical_B3 +LQ07X002080 Hypothetical protein 6.034676296 L4_chemical_C2 +LQ07X002080 Hypothetical protein 5.436406668 L4_chemical_C3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 12.23340591 C6_control_A1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 12.71668743 C6_control_A3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 10.83368243 C6_control_B1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 8.200752815 C6_control_B2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 7.536532438 C6_control_B3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 6.262103878 C6_control_C1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 5.94243134 C6_control_C2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 6.694339319 C6_control_C3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 11.67279335 C6_chemical_A1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 12.76584789 C6_chemical_A3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 8.329446362 C6_chemical_B1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 6.508117003 C6_chemical_B2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 6.65986342 C6_chemical_B3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 6.429864154 C6_chemical_C1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 5.509343388 C6_chemical_C2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 5.389183211 C6_chemical_C3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 12.58355012 L4_control_A1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 12.38130424 L4_control_A2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 12.88973176 L4_control_A3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 7.31127283 L4_control_B1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 9.913400754 L4_control_B2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 6.973363169 L4_control_B3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 5.198281852 L4_control_C2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 5.373448576 L4_control_C3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 12.16818995 L4_chemical_A1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 11.2132485 L4_chemical_A2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 12.9172472 L4_chemical_A3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 10.11776 L4_chemical_B1 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 10.4485482 L4_chemical_B2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 10.78110501 L4_chemical_B3 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 5.13225823 L4_chemical_C2 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 5.570151062 L4_chemical_C3 +LQ07X002100 Predicted protein 13.0256494 C6_control_A1 +LQ07X002100 Predicted protein 13.86604519 C6_control_A3 +LQ07X002100 Predicted protein 13.03878352 C6_control_B1 +LQ07X002100 Predicted protein 12.57886283 C6_control_B2 +LQ07X002100 Predicted protein 12.98176934 C6_control_B3 +LQ07X002100 Predicted protein 12.69781109 C6_control_C1 +LQ07X002100 Predicted protein 12.78526952 C6_control_C2 +LQ07X002100 Predicted protein 12.82708733 C6_control_C3 +LQ07X002100 Predicted protein 13.00147264 C6_chemical_A1 +LQ07X002100 Predicted protein 13.40763473 C6_chemical_A3 +LQ07X002100 Predicted protein 13.07422475 C6_chemical_B1 +LQ07X002100 Predicted protein 12.51656644 C6_chemical_B2 +LQ07X002100 Predicted protein 12.59251949 C6_chemical_B3 +LQ07X002100 Predicted protein 12.55141733 C6_chemical_C1 +LQ07X002100 Predicted protein 12.63982854 C6_chemical_C2 +LQ07X002100 Predicted protein 12.32353288 C6_chemical_C3 +LQ07X002100 Predicted protein 13.07169877 L4_control_A1 +LQ07X002100 Predicted protein 12.65257608 L4_control_A2 +LQ07X002100 Predicted protein 13.35978237 L4_control_A3 +LQ07X002100 Predicted protein 12.69464716 L4_control_B1 +LQ07X002100 Predicted protein 12.73136036 L4_control_B2 +LQ07X002100 Predicted protein 12.12845057 L4_control_B3 +LQ07X002100 Predicted protein 13.32267755 L4_control_C2 +LQ07X002100 Predicted protein 13.25252342 L4_control_C3 +LQ07X002100 Predicted protein 12.69876996 L4_chemical_A1 +LQ07X002100 Predicted protein 12.63012728 L4_chemical_A2 +LQ07X002100 Predicted protein 13.09680054 L4_chemical_A3 +LQ07X002100 Predicted protein 12.82268754 L4_chemical_B1 +LQ07X002100 Predicted protein 12.90224383 L4_chemical_B2 +LQ07X002100 Predicted protein 12.54210723 L4_chemical_B3 +LQ07X002100 Predicted protein 13.23946576 L4_chemical_C2 +LQ07X002100 Predicted protein 13.18495444 L4_chemical_C3 +LQ07X002140 40S ribosomal protein S8 14.945521 C6_control_A1 +LQ07X002140 40S ribosomal protein S8 15.15749937 C6_control_A3 +LQ07X002140 40S ribosomal protein S8 15.02365376 C6_control_B1 +LQ07X002140 40S ribosomal protein S8 14.9848401 C6_control_B2 +LQ07X002140 40S ribosomal protein S8 14.7755027 C6_control_B3 +LQ07X002140 40S ribosomal protein S8 14.70372627 C6_control_C1 +LQ07X002140 40S ribosomal protein S8 14.97256763 C6_control_C2 +LQ07X002140 40S ribosomal protein S8 14.5954631 C6_control_C3 +LQ07X002140 40S ribosomal protein S8 14.7402502 C6_chemical_A1 +LQ07X002140 40S ribosomal protein S8 14.96120106 C6_chemical_A3 +LQ07X002140 40S ribosomal protein S8 14.66446857 C6_chemical_B1 +LQ07X002140 40S ribosomal protein S8 14.71469689 C6_chemical_B2 +LQ07X002140 40S ribosomal protein S8 14.73441216 C6_chemical_B3 +LQ07X002140 40S ribosomal protein S8 14.49211604 C6_chemical_C1 +LQ07X002140 40S ribosomal protein S8 14.50828531 C6_chemical_C2 +LQ07X002140 40S ribosomal protein S8 14.07478409 C6_chemical_C3 +LQ07X002140 40S ribosomal protein S8 14.78455524 L4_control_A1 +LQ07X002140 40S ribosomal protein S8 14.47811951 L4_control_A2 +LQ07X002140 40S ribosomal protein S8 14.46787565 L4_control_A3 +LQ07X002140 40S ribosomal protein S8 14.25587383 L4_control_B1 +LQ07X002140 40S ribosomal protein S8 14.29968852 L4_control_B2 +LQ07X002140 40S ribosomal protein S8 14.6675684 L4_control_B3 +LQ07X002140 40S ribosomal protein S8 14.14301071 L4_control_C2 +LQ07X002140 40S ribosomal protein S8 14.63125001 L4_control_C3 +LQ07X002140 40S ribosomal protein S8 14.77633973 L4_chemical_A1 +LQ07X002140 40S ribosomal protein S8 14.19758112 L4_chemical_A2 +LQ07X002140 40S ribosomal protein S8 14.3289834 L4_chemical_A3 +LQ07X002140 40S ribosomal protein S8 14.3614218 L4_chemical_B1 +LQ07X002140 40S ribosomal protein S8 14.30227657 L4_chemical_B2 +LQ07X002140 40S ribosomal protein S8 14.96964274 L4_chemical_B3 +LQ07X002140 40S ribosomal protein S8 14.07013757 L4_chemical_C2 +LQ07X002140 40S ribosomal protein S8 14.64554705 L4_chemical_C3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.42301213 C6_control_A1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.0205621 C6_control_A3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.24854418 C6_control_B1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 13.62010136 C6_control_B2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.44304771 C6_control_B3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 12.74306755 C6_control_C1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 13.3672229 C6_control_C2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 13.52069837 C6_control_C3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.45009045 C6_chemical_A1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.34346019 C6_chemical_A3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 13.89211473 C6_chemical_B1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 13.31321682 C6_chemical_B2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.09757629 C6_chemical_B3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 12.43244239 C6_chemical_C1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 12.76412643 C6_chemical_C2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 13.25960646 C6_chemical_C3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.49780713 L4_control_A1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.37089647 L4_control_A2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.60835019 L4_control_A3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.4649273 L4_control_B1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.54867264 L4_control_B2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.15332142 L4_control_B3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.01000577 L4_control_C2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.31676449 L4_control_C3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.24943958 L4_chemical_A1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.04837717 L4_chemical_A2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.60763155 L4_chemical_A3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.18392582 L4_chemical_B1 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.09050908 L4_chemical_B2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.75704005 L4_chemical_B3 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 13.93667297 L4_chemical_C2 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 13.98882 L4_chemical_C3 +LQ07X002230 Putative Male-cone protein 1 11.22738807 C6_control_A1 +LQ07X002230 Putative Male-cone protein 1 9.743045371 C6_control_A3 +LQ07X002230 Putative Male-cone protein 1 13.11762486 C6_control_B1 +LQ07X002230 Putative Male-cone protein 1 12.00632299 C6_control_B2 +LQ07X002230 Putative Male-cone protein 1 13.71295053 C6_control_B3 +LQ07X002230 Putative Male-cone protein 1 5.624268175 C6_control_C1 +LQ07X002230 Putative Male-cone protein 1 5.712815639 C6_control_C2 +LQ07X002230 Putative Male-cone protein 1 6.285889641 C6_control_C3 +LQ07X002230 Putative Male-cone protein 1 10.86737148 C6_chemical_A1 +LQ07X002230 Putative Male-cone protein 1 8.685430707 C6_chemical_A3 +LQ07X002230 Putative Male-cone protein 1 13.36754187 C6_chemical_B1 +LQ07X002230 Putative Male-cone protein 1 12.3924185 C6_chemical_B2 +LQ07X002230 Putative Male-cone protein 1 12.75675465 C6_chemical_B3 +LQ07X002230 Putative Male-cone protein 1 5.125321863 C6_chemical_C1 +LQ07X002230 Putative Male-cone protein 1 5.26753094 C6_chemical_C2 +LQ07X002230 Putative Male-cone protein 1 6.571120038 C6_chemical_C3 +LQ07X002230 Putative Male-cone protein 1 8.800090489 L4_control_A1 +LQ07X002230 Putative Male-cone protein 1 10.39838472 L4_control_A2 +LQ07X002230 Putative Male-cone protein 1 7.672243729 L4_control_A3 +LQ07X002230 Putative Male-cone protein 1 13.12701531 L4_control_B1 +LQ07X002230 Putative Male-cone protein 1 11.88479842 L4_control_B2 +LQ07X002230 Putative Male-cone protein 1 10.21281548 L4_control_B3 +LQ07X002230 Putative Male-cone protein 1 5.859782235 L4_control_C2 +LQ07X002230 Putative Male-cone protein 1 5.309199659 L4_control_C3 +LQ07X002230 Putative Male-cone protein 1 7.700147757 L4_chemical_A1 +LQ07X002230 Putative Male-cone protein 1 10.07626483 L4_chemical_A2 +LQ07X002230 Putative Male-cone protein 1 5.660667072 L4_chemical_A3 +LQ07X002230 Putative Male-cone protein 1 13.41342692 L4_chemical_B1 +LQ07X002230 Putative Male-cone protein 1 12.51706329 L4_chemical_B2 +LQ07X002230 Putative Male-cone protein 1 12.44046049 L4_chemical_B3 +LQ07X002230 Putative Male-cone protein 1 6.248517263 L4_chemical_C2 +LQ07X002230 Putative Male-cone protein 1 5.484462092 L4_chemical_C3 +LQ07X002250 Protein binding protein, putative 5.397099025 C6_control_A1 +LQ07X002250 Protein binding protein, putative 5.623886663 C6_control_A3 +LQ07X002250 Protein binding protein, putative 5.650034879 C6_control_B1 +LQ07X002250 Protein binding protein, putative 5.806727393 C6_control_B2 +LQ07X002250 Protein binding protein, putative 5.179141002 C6_control_B3 +LQ07X002250 Protein binding protein, putative 6.686183028 C6_control_C1 +LQ07X002250 Protein binding protein, putative 5.627180754 C6_control_C2 +LQ07X002250 Protein binding protein, putative 5.831676886 C6_control_C3 +LQ07X002250 Protein binding protein, putative 6.160503494 C6_chemical_A1 +LQ07X002250 Protein binding protein, putative 6.648585281 C6_chemical_A3 +LQ07X002250 Protein binding protein, putative 5.831558636 C6_chemical_B1 +LQ07X002250 Protein binding protein, putative 6.698883967 C6_chemical_B2 +LQ07X002250 Protein binding protein, putative 5.651510311 C6_chemical_B3 +LQ07X002250 Protein binding protein, putative 7.470718479 C6_chemical_C1 +LQ07X002250 Protein binding protein, putative 7.582850038 C6_chemical_C2 +LQ07X002250 Protein binding protein, putative 6.982362199 C6_chemical_C3 +LQ07X002250 Protein binding protein, putative 6.823154598 L4_control_A1 +LQ07X002250 Protein binding protein, putative 5.559963033 L4_control_A2 +LQ07X002250 Protein binding protein, putative 5.2832315 L4_control_A3 +LQ07X002250 Protein binding protein, putative 5.573030818 L4_control_B1 +LQ07X002250 Protein binding protein, putative 5.571930977 L4_control_B2 +LQ07X002250 Protein binding protein, putative 6.889930593 L4_control_B3 +LQ07X002250 Protein binding protein, putative 5.390559576 L4_control_C2 +LQ07X002250 Protein binding protein, putative 6.26102689 L4_control_C3 +LQ07X002250 Protein binding protein, putative 6.517928357 L4_chemical_A1 +LQ07X002250 Protein binding protein, putative 5.616088878 L4_chemical_A2 +LQ07X002250 Protein binding protein, putative 5.671022853 L4_chemical_A3 +LQ07X002250 Protein binding protein, putative 5.395953502 L4_chemical_B1 +LQ07X002250 Protein binding protein, putative 5.990011931 L4_chemical_B2 +LQ07X002250 Protein binding protein, putative 6.480148258 L4_chemical_B3 +LQ07X002250 Protein binding protein, putative 5.226674837 L4_chemical_C2 +LQ07X002250 Protein binding protein, putative 5.626133971 L4_chemical_C3 +LQ07X002300 DNA topoisomerase 1 5.222896674 C6_control_A1 +LQ07X002300 DNA topoisomerase 1 5.276745118 C6_control_A3 +LQ07X002300 DNA topoisomerase 1 4.947999472 C6_control_B1 +LQ07X002300 DNA topoisomerase 1 5.228709198 C6_control_B2 +LQ07X002300 DNA topoisomerase 1 5.223150239 C6_control_B3 +LQ07X002300 DNA topoisomerase 1 4.961688637 C6_control_C1 +LQ07X002300 DNA topoisomerase 1 4.837222567 C6_control_C2 +LQ07X002300 DNA topoisomerase 1 5.036770751 C6_control_C3 +LQ07X002300 DNA topoisomerase 1 5.380184873 C6_chemical_A1 +LQ07X002300 DNA topoisomerase 1 6.018118305 C6_chemical_A3 +LQ07X002300 DNA topoisomerase 1 5.469813492 C6_chemical_B1 +LQ07X002300 DNA topoisomerase 1 5.501406257 C6_chemical_B2 +LQ07X002300 DNA topoisomerase 1 5.379784479 C6_chemical_B3 +LQ07X002300 DNA topoisomerase 1 5.44787375 C6_chemical_C1 +LQ07X002300 DNA topoisomerase 1 5.504938273 C6_chemical_C2 +LQ07X002300 DNA topoisomerase 1 5.458452564 C6_chemical_C3 +LQ07X002300 DNA topoisomerase 1 5.671420447 L4_control_A1 +LQ07X002300 DNA topoisomerase 1 4.99660576 L4_control_A2 +LQ07X002300 DNA topoisomerase 1 5.105976832 L4_control_A3 +LQ07X002300 DNA topoisomerase 1 6.297099082 L4_control_B1 +LQ07X002300 DNA topoisomerase 1 5.319670542 L4_control_B2 +LQ07X002300 DNA topoisomerase 1 5.703314478 L4_control_B3 +LQ07X002300 DNA topoisomerase 1 5.008327424 L4_control_C2 +LQ07X002300 DNA topoisomerase 1 5.244185259 L4_control_C3 +LQ07X002300 DNA topoisomerase 1 5.549280897 L4_chemical_A1 +LQ07X002300 DNA topoisomerase 1 6.376427001 L4_chemical_A2 +LQ07X002300 DNA topoisomerase 1 5.443385522 L4_chemical_A3 +LQ07X002300 DNA topoisomerase 1 5.820691013 L4_chemical_B1 +LQ07X002300 DNA topoisomerase 1 5.419887124 L4_chemical_B2 +LQ07X002300 DNA topoisomerase 1 5.585260153 L4_chemical_B3 +LQ07X002300 DNA topoisomerase 1 4.956751382 L4_chemical_C2 +LQ07X002300 DNA topoisomerase 1 4.749180946 L4_chemical_C3 +LQ07X002320 Syntaxin-51 5.994084134 C6_control_A1 +LQ07X002320 Syntaxin-51 7.844180115 C6_control_A3 +LQ07X002320 Syntaxin-51 6.06368399 C6_control_B1 +LQ07X002320 Syntaxin-51 6.836994207 C6_control_B2 +LQ07X002320 Syntaxin-51 6.448068478 C6_control_B3 +LQ07X002320 Syntaxin-51 6.237827963 C6_control_C1 +LQ07X002320 Syntaxin-51 8.748199132 C6_control_C2 +LQ07X002320 Syntaxin-51 6.775830153 C6_control_C3 +LQ07X002320 Syntaxin-51 5.848289489 C6_chemical_A1 +LQ07X002320 Syntaxin-51 5.858296049 C6_chemical_A3 +LQ07X002320 Syntaxin-51 6.008960838 C6_chemical_B1 +LQ07X002320 Syntaxin-51 7.600719022 C6_chemical_B2 +LQ07X002320 Syntaxin-51 5.966892977 C6_chemical_B3 +LQ07X002320 Syntaxin-51 6.579608928 C6_chemical_C1 +LQ07X002320 Syntaxin-51 7.17302986 C6_chemical_C2 +LQ07X002320 Syntaxin-51 5.770596504 C6_chemical_C3 +LQ07X002320 Syntaxin-51 6.043695061 L4_control_A1 +LQ07X002320 Syntaxin-51 5.842466136 L4_control_A2 +LQ07X002320 Syntaxin-51 5.607377971 L4_control_A3 +LQ07X002320 Syntaxin-51 6.023395159 L4_control_B1 +LQ07X002320 Syntaxin-51 5.760616078 L4_control_B2 +LQ07X002320 Syntaxin-51 5.817595288 L4_control_B3 +LQ07X002320 Syntaxin-51 5.875021363 L4_control_C2 +LQ07X002320 Syntaxin-51 7.039983381 L4_control_C3 +LQ07X002320 Syntaxin-51 5.99749416 L4_chemical_A1 +LQ07X002320 Syntaxin-51 5.744727167 L4_chemical_A2 +LQ07X002320 Syntaxin-51 5.472928258 L4_chemical_A3 +LQ07X002320 Syntaxin-51 6.352371958 L4_chemical_B1 +LQ07X002320 Syntaxin-51 5.352243964 L4_chemical_B2 +LQ07X002320 Syntaxin-51 5.953383756 L4_chemical_B3 +LQ07X002320 Syntaxin-51 6.045061071 L4_chemical_C2 +LQ07X002320 Syntaxin-51 5.938648912 L4_chemical_C3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.657314579 C6_control_A1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.646083671 C6_control_A3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.409189009 C6_control_B1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.668243809 C6_control_B2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.420561715 C6_control_B3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.86973011 C6_control_C1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.754979196 C6_control_C2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.614851974 C6_control_C3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.58927869 C6_chemical_A1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.677074223 C6_chemical_A3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.990829788 C6_chemical_B1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.499557524 C6_chemical_B2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.534487034 C6_chemical_B3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.828823221 C6_chemical_C1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.887372634 C6_chemical_C2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.706062257 C6_chemical_C3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.589988076 L4_control_A1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.795079529 L4_control_A2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 5.091548024 L4_control_A3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 5.532163715 L4_control_B1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.46669868 L4_control_B2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.583427284 L4_control_B3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 5.21634655 L4_control_C2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 5.539745836 L4_control_C3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.680798431 L4_chemical_A1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.864366672 L4_chemical_A2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.787154946 L4_chemical_A3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.964471073 L4_chemical_B1 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.884529567 L4_chemical_B2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.469358051 L4_chemical_B3 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 5.100811805 L4_chemical_C2 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.990889361 L4_chemical_C3 +LQ07X002350 Hypothetical protein 4.661825519 C6_control_A1 +LQ07X002350 Hypothetical protein 5.337633165 C6_control_A3 +LQ07X002350 Hypothetical protein 5.015710459 C6_control_B1 +LQ07X002350 Hypothetical protein 4.873550044 C6_control_B2 +LQ07X002350 Hypothetical protein 4.972537266 C6_control_B3 +LQ07X002350 Hypothetical protein 4.726962273 C6_control_C1 +LQ07X002350 Hypothetical protein 4.742195913 C6_control_C2 +LQ07X002350 Hypothetical protein 5.094849376 C6_control_C3 +LQ07X002350 Hypothetical protein 4.756062737 C6_chemical_A1 +LQ07X002350 Hypothetical protein 5.390059218 C6_chemical_A3 +LQ07X002350 Hypothetical protein 5.084242436 C6_chemical_B1 +LQ07X002350 Hypothetical protein 4.80174214 C6_chemical_B2 +LQ07X002350 Hypothetical protein 4.820120904 C6_chemical_B3 +LQ07X002350 Hypothetical protein 4.93142192 C6_chemical_C1 +LQ07X002350 Hypothetical protein 4.926823214 C6_chemical_C2 +LQ07X002350 Hypothetical protein 4.828735811 C6_chemical_C3 +LQ07X002350 Hypothetical protein 4.884878757 L4_control_A1 +LQ07X002350 Hypothetical protein 5.007712515 L4_control_A2 +LQ07X002350 Hypothetical protein 5.598514659 L4_control_A3 +LQ07X002350 Hypothetical protein 4.973753874 L4_control_B1 +LQ07X002350 Hypothetical protein 5.749511463 L4_control_B2 +LQ07X002350 Hypothetical protein 4.803386444 L4_control_B3 +LQ07X002350 Hypothetical protein 5.457160872 L4_control_C2 +LQ07X002350 Hypothetical protein 4.835043979 L4_control_C3 +LQ07X002350 Hypothetical protein 5.011718483 L4_chemical_A1 +LQ07X002350 Hypothetical protein 4.735667227 L4_chemical_A2 +LQ07X002350 Hypothetical protein 5.03637799 L4_chemical_A3 +LQ07X002350 Hypothetical protein 5.279791813 L4_chemical_B1 +LQ07X002350 Hypothetical protein 5.011270704 L4_chemical_B2 +LQ07X002350 Hypothetical protein 4.593927084 L4_chemical_B3 +LQ07X002350 Hypothetical protein 5.105666086 L4_chemical_C2 +LQ07X002350 Hypothetical protein 4.993901133 L4_chemical_C3 +LQ07X002380 COP9 signalosome complex subunit 8 5.453877968 C6_control_A1 +LQ07X002380 COP9 signalosome complex subunit 8 5.854330758 C6_control_A3 +LQ07X002380 COP9 signalosome complex subunit 8 5.158566273 C6_control_B1 +LQ07X002380 COP9 signalosome complex subunit 8 5.217939849 C6_control_B2 +LQ07X002380 COP9 signalosome complex subunit 8 5.332682376 C6_control_B3 +LQ07X002380 COP9 signalosome complex subunit 8 5.166475594 C6_control_C1 +LQ07X002380 COP9 signalosome complex subunit 8 5.727135832 C6_control_C2 +LQ07X002380 COP9 signalosome complex subunit 8 5.298458572 C6_control_C3 +LQ07X002380 COP9 signalosome complex subunit 8 5.521656072 C6_chemical_A1 +LQ07X002380 COP9 signalosome complex subunit 8 5.281016055 C6_chemical_A3 +LQ07X002380 COP9 signalosome complex subunit 8 5.169418411 C6_chemical_B1 +LQ07X002380 COP9 signalosome complex subunit 8 5.419169461 C6_chemical_B2 +LQ07X002380 COP9 signalosome complex subunit 8 5.231284959 C6_chemical_B3 +LQ07X002380 COP9 signalosome complex subunit 8 5.020430985 C6_chemical_C1 +LQ07X002380 COP9 signalosome complex subunit 8 5.168135517 C6_chemical_C2 +LQ07X002380 COP9 signalosome complex subunit 8 5.145620867 C6_chemical_C3 +LQ07X002380 COP9 signalosome complex subunit 8 5.075091661 L4_control_A1 +LQ07X002380 COP9 signalosome complex subunit 8 5.476623711 L4_control_A2 +LQ07X002380 COP9 signalosome complex subunit 8 5.002083384 L4_control_A3 +LQ07X002380 COP9 signalosome complex subunit 8 5.426515129 L4_control_B1 +LQ07X002380 COP9 signalosome complex subunit 8 5.688825827 L4_control_B2 +LQ07X002380 COP9 signalosome complex subunit 8 5.204884348 L4_control_B3 +LQ07X002380 COP9 signalosome complex subunit 8 4.950652893 L4_control_C2 +LQ07X002380 COP9 signalosome complex subunit 8 5.672636015 L4_control_C3 +LQ07X002380 COP9 signalosome complex subunit 8 4.977865388 L4_chemical_A1 +LQ07X002380 COP9 signalosome complex subunit 8 5.170110047 L4_chemical_A2 +LQ07X002380 COP9 signalosome complex subunit 8 5.655800496 L4_chemical_A3 +LQ07X002380 COP9 signalosome complex subunit 8 5.586104887 L4_chemical_B1 +LQ07X002380 COP9 signalosome complex subunit 8 5.330696488 L4_chemical_B2 +LQ07X002380 COP9 signalosome complex subunit 8 5.091279169 L4_chemical_B3 +LQ07X002380 COP9 signalosome complex subunit 8 4.918800004 L4_chemical_C2 +LQ07X002380 COP9 signalosome complex subunit 8 5.378262509 L4_chemical_C3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.52601707 C6_control_A1 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.62935284 C6_control_A3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.446524 C6_control_B1 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.1126875 C6_control_B2 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.6103786 C6_control_B3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.62560309 C6_control_C1 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.3456177 C6_control_C2 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.74661839 C6_control_C3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.13603654 C6_chemical_A1 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.68461043 C6_chemical_A3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.35558828 C6_chemical_B1 +LQ07X002420 Putative Casein kinase I isoform delta-like 11.82268034 C6_chemical_B2 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.24654567 C6_chemical_B3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.21439884 C6_chemical_C1 +LQ07X002420 Putative Casein kinase I isoform delta-like 11.98836349 C6_chemical_C2 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.30675334 C6_chemical_C3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.37025861 L4_control_A1 +LQ07X002420 Putative Casein kinase I isoform delta-like 11.83754471 L4_control_A2 +LQ07X002420 Putative Casein kinase I isoform delta-like 11.87698006 L4_control_A3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.38552476 L4_control_B1 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.15726036 L4_control_B2 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.19047128 L4_control_B3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.53236396 L4_control_C2 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.62547523 L4_control_C3 +LQ07X002420 Putative Casein kinase I isoform delta-like 11.81191992 L4_chemical_A1 +LQ07X002420 Putative Casein kinase I isoform delta-like 11.6498093 L4_chemical_A2 +LQ07X002420 Putative Casein kinase I isoform delta-like 11.87482394 L4_chemical_A3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.29784188 L4_chemical_B1 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.17302284 L4_chemical_B2 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.02069864 L4_chemical_B3 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.54627067 L4_chemical_C2 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.68751104 L4_chemical_C3 +LQ07X002500 Predicted protein 10.94615628 C6_control_A1 +LQ07X002500 Predicted protein 10.66960623 C6_control_A3 +LQ07X002500 Predicted protein 10.82132845 C6_control_B1 +LQ07X002500 Predicted protein 10.83786692 C6_control_B2 +LQ07X002500 Predicted protein 10.82249322 C6_control_B3 +LQ07X002500 Predicted protein 11.09467193 C6_control_C1 +LQ07X002500 Predicted protein 10.8984929 C6_control_C2 +LQ07X002500 Predicted protein 11.06155848 C6_control_C3 +LQ07X002500 Predicted protein 10.88252741 C6_chemical_A1 +LQ07X002500 Predicted protein 10.97133132 C6_chemical_A3 +LQ07X002500 Predicted protein 10.69944849 C6_chemical_B1 +LQ07X002500 Predicted protein 10.81939838 C6_chemical_B2 +LQ07X002500 Predicted protein 10.90348326 C6_chemical_B3 +LQ07X002500 Predicted protein 10.99606193 C6_chemical_C1 +LQ07X002500 Predicted protein 10.57817105 C6_chemical_C2 +LQ07X002500 Predicted protein 11.07964131 C6_chemical_C3 +LQ07X002500 Predicted protein 11.13250723 L4_control_A1 +LQ07X002500 Predicted protein 10.7857952 L4_control_A2 +LQ07X002500 Predicted protein 11.14752386 L4_control_A3 +LQ07X002500 Predicted protein 10.78302743 L4_control_B1 +LQ07X002500 Predicted protein 11.02588926 L4_control_B2 +LQ07X002500 Predicted protein 10.67161121 L4_control_B3 +LQ07X002500 Predicted protein 10.94301495 L4_control_C2 +LQ07X002500 Predicted protein 10.71686895 L4_control_C3 +LQ07X002500 Predicted protein 11.29279777 L4_chemical_A1 +LQ07X002500 Predicted protein 10.78921431 L4_chemical_A2 +LQ07X002500 Predicted protein 11.34496741 L4_chemical_A3 +LQ07X002500 Predicted protein 10.66170741 L4_chemical_B1 +LQ07X002500 Predicted protein 10.90203469 L4_chemical_B2 +LQ07X002500 Predicted protein 10.74567943 L4_chemical_B3 +LQ07X002500 Predicted protein 10.79793886 L4_chemical_C2 +LQ07X002500 Predicted protein 10.63188409 L4_chemical_C3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.200140475 C6_control_A1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.114728773 C6_control_A3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.111351998 C6_control_B1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.491896549 C6_control_B2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.025556398 C6_control_B3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.508564674 C6_control_C1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.992802435 C6_control_C2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.902156494 C6_control_C3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.100282222 C6_chemical_A1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.085810219 C6_chemical_A3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.857991532 C6_chemical_B1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.850641709 C6_chemical_B2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.851613534 C6_chemical_B3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.7063091 C6_chemical_C1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.934364162 C6_chemical_C2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.903512793 C6_chemical_C3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.643047956 L4_control_A1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.854270938 L4_control_A2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.547716525 L4_control_A3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.863372566 L4_control_B1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.489112779 L4_control_B2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.965425999 L4_control_B3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.724808692 L4_control_C2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.428117464 L4_control_C3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.996401166 L4_chemical_A1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.978776148 L4_chemical_A2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.786780728 L4_chemical_A3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.513891934 L4_chemical_B1 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.014362379 L4_chemical_B2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.877896899 L4_chemical_B3 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.848372421 L4_chemical_C2 +LQ07X002510 Putative Protein regulator of cytokinesis 1 5.892984879 L4_chemical_C3 +LQ07X002530 Putative Trigger factor 10.70012238 C6_control_A1 +LQ07X002530 Putative Trigger factor 10.43367783 C6_control_A3 +LQ07X002530 Putative Trigger factor 10.89613602 C6_control_B1 +LQ07X002530 Putative Trigger factor 11.51728774 C6_control_B2 +LQ07X002530 Putative Trigger factor 11.37524851 C6_control_B3 +LQ07X002530 Putative Trigger factor 11.26543727 C6_control_C1 +LQ07X002530 Putative Trigger factor 11.44079786 C6_control_C2 +LQ07X002530 Putative Trigger factor 11.07361665 C6_control_C3 +LQ07X002530 Putative Trigger factor 10.68420999 C6_chemical_A1 +LQ07X002530 Putative Trigger factor 10.64159784 C6_chemical_A3 +LQ07X002530 Putative Trigger factor 10.96878526 C6_chemical_B1 +LQ07X002530 Putative Trigger factor 11.39558526 C6_chemical_B2 +LQ07X002530 Putative Trigger factor 11.15856294 C6_chemical_B3 +LQ07X002530 Putative Trigger factor 11.29909925 C6_chemical_C1 +LQ07X002530 Putative Trigger factor 11.35775492 C6_chemical_C2 +LQ07X002530 Putative Trigger factor 10.8783929 C6_chemical_C3 +LQ07X002530 Putative Trigger factor 11.18672173 L4_control_A1 +LQ07X002530 Putative Trigger factor 11.51520062 L4_control_A2 +LQ07X002530 Putative Trigger factor 11.66962924 L4_control_A3 +LQ07X002530 Putative Trigger factor 11.63458922 L4_control_B1 +LQ07X002530 Putative Trigger factor 11.94558976 L4_control_B2 +LQ07X002530 Putative Trigger factor 12.01221662 L4_control_B3 +LQ07X002530 Putative Trigger factor 12.0877638 L4_control_C2 +LQ07X002530 Putative Trigger factor 12.35024991 L4_control_C3 +LQ07X002530 Putative Trigger factor 10.60979321 L4_chemical_A1 +LQ07X002530 Putative Trigger factor 11.46523981 L4_chemical_A2 +LQ07X002530 Putative Trigger factor 11.46708038 L4_chemical_A3 +LQ07X002530 Putative Trigger factor 11.40241584 L4_chemical_B1 +LQ07X002530 Putative Trigger factor 11.66151837 L4_chemical_B2 +LQ07X002530 Putative Trigger factor 11.7775976 L4_chemical_B3 +LQ07X002530 Putative Trigger factor 12.0882181 L4_chemical_C2 +LQ07X002530 Putative Trigger factor 11.99764084 L4_chemical_C3 +LQ07X002540 Putative uncharacterized protein 12.49702915 C6_control_A1 +LQ07X002540 Putative uncharacterized protein 12.77550115 C6_control_A3 +LQ07X002540 Putative uncharacterized protein 12.33426723 C6_control_B1 +LQ07X002540 Putative uncharacterized protein 12.10595045 C6_control_B2 +LQ07X002540 Putative uncharacterized protein 12.66300776 C6_control_B3 +LQ07X002540 Putative uncharacterized protein 13.27932556 C6_control_C1 +LQ07X002540 Putative uncharacterized protein 13.01472276 C6_control_C2 +LQ07X002540 Putative uncharacterized protein 13.15324045 C6_control_C3 +LQ07X002540 Putative uncharacterized protein 12.3447814 C6_chemical_A1 +LQ07X002540 Putative uncharacterized protein 13.09682547 C6_chemical_A3 +LQ07X002540 Putative uncharacterized protein 12.31981112 C6_chemical_B1 +LQ07X002540 Putative uncharacterized protein 11.82041482 C6_chemical_B2 +LQ07X002540 Putative uncharacterized protein 12.44357404 C6_chemical_B3 +LQ07X002540 Putative uncharacterized protein 13.19726553 C6_chemical_C1 +LQ07X002540 Putative uncharacterized protein 13.36418267 C6_chemical_C2 +LQ07X002540 Putative uncharacterized protein 13.0088596 C6_chemical_C3 +LQ07X002540 Putative uncharacterized protein 12.70842687 L4_control_A1 +LQ07X002540 Putative uncharacterized protein 12.51516762 L4_control_A2 +LQ07X002540 Putative uncharacterized protein 13.53857576 L4_control_A3 +LQ07X002540 Putative uncharacterized protein 12.74014345 L4_control_B1 +LQ07X002540 Putative uncharacterized protein 12.69606623 L4_control_B2 +LQ07X002540 Putative uncharacterized protein 12.71444665 L4_control_B3 +LQ07X002540 Putative uncharacterized protein 14.00591954 L4_control_C2 +LQ07X002540 Putative uncharacterized protein 13.96500746 L4_control_C3 +LQ07X002540 Putative uncharacterized protein 12.44818899 L4_chemical_A1 +LQ07X002540 Putative uncharacterized protein 12.55873756 L4_chemical_A2 +LQ07X002540 Putative uncharacterized protein 13.10350853 L4_chemical_A3 +LQ07X002540 Putative uncharacterized protein 12.74240389 L4_chemical_B1 +LQ07X002540 Putative uncharacterized protein 12.97338061 L4_chemical_B2 +LQ07X002540 Putative uncharacterized protein 12.38847422 L4_chemical_B3 +LQ07X002540 Putative uncharacterized protein 13.84589507 L4_chemical_C2 +LQ07X002540 Putative uncharacterized protein 14.00359644 L4_chemical_C3 +LQ07X002550 GrpE protein homolog 5.564261823 C6_control_A1 +LQ07X002550 GrpE protein homolog 6.315875974 C6_control_A3 +LQ07X002550 GrpE protein homolog 6.176093771 C6_control_B1 +LQ07X002550 GrpE protein homolog 5.519292545 C6_control_B2 +LQ07X002550 GrpE protein homolog 5.315359496 C6_control_B3 +LQ07X002550 GrpE protein homolog 5.753321867 C6_control_C1 +LQ07X002550 GrpE protein homolog 6.252338279 C6_control_C2 +LQ07X002550 GrpE protein homolog 5.493153937 C6_control_C3 +LQ07X002550 GrpE protein homolog 5.538275142 C6_chemical_A1 +LQ07X002550 GrpE protein homolog 5.917045852 C6_chemical_A3 +LQ07X002550 GrpE protein homolog 5.177747814 C6_chemical_B1 +LQ07X002550 GrpE protein homolog 5.499923383 C6_chemical_B2 +LQ07X002550 GrpE protein homolog 5.586665289 C6_chemical_B3 +LQ07X002550 GrpE protein homolog 5.839369228 C6_chemical_C1 +LQ07X002550 GrpE protein homolog 5.813526667 C6_chemical_C2 +LQ07X002550 GrpE protein homolog 5.418065026 C6_chemical_C3 +LQ07X002550 GrpE protein homolog 5.63584237 L4_control_A1 +LQ07X002550 GrpE protein homolog 5.997581003 L4_control_A2 +LQ07X002550 GrpE protein homolog 5.795154401 L4_control_A3 +LQ07X002550 GrpE protein homolog 5.450045405 L4_control_B1 +LQ07X002550 GrpE protein homolog 5.775466391 L4_control_B2 +LQ07X002550 GrpE protein homolog 5.486874867 L4_control_B3 +LQ07X002550 GrpE protein homolog 5.284217486 L4_control_C2 +LQ07X002550 GrpE protein homolog 5.409772044 L4_control_C3 +LQ07X002550 GrpE protein homolog 5.743921692 L4_chemical_A1 +LQ07X002550 GrpE protein homolog 5.774665559 L4_chemical_A2 +LQ07X002550 GrpE protein homolog 6.62978851 L4_chemical_A3 +LQ07X002550 GrpE protein homolog 5.629939303 L4_chemical_B1 +LQ07X002550 GrpE protein homolog 5.954368511 L4_chemical_B2 +LQ07X002550 GrpE protein homolog 5.475176546 L4_chemical_B3 +LQ07X002550 GrpE protein homolog 5.828348313 L4_chemical_C2 +LQ07X002550 GrpE protein homolog 5.617029476 L4_chemical_C3 +LQ07X002640 Ethylene-responsive transcription factor 3 11.28686979 C6_control_A1 +LQ07X002640 Ethylene-responsive transcription factor 3 11.58058962 C6_control_A3 +LQ07X002640 Ethylene-responsive transcription factor 3 11.78972579 C6_control_B1 +LQ07X002640 Ethylene-responsive transcription factor 3 11.98569361 C6_control_B2 +LQ07X002640 Ethylene-responsive transcription factor 3 12.05749822 C6_control_B3 +LQ07X002640 Ethylene-responsive transcription factor 3 12.09934835 C6_control_C1 +LQ07X002640 Ethylene-responsive transcription factor 3 12.38481191 C6_control_C2 +LQ07X002640 Ethylene-responsive transcription factor 3 12.23688801 C6_control_C3 +LQ07X002640 Ethylene-responsive transcription factor 3 11.55198735 C6_chemical_A1 +LQ07X002640 Ethylene-responsive transcription factor 3 11.73358028 C6_chemical_A3 +LQ07X002640 Ethylene-responsive transcription factor 3 12.03369483 C6_chemical_B1 +LQ07X002640 Ethylene-responsive transcription factor 3 11.79940604 C6_chemical_B2 +LQ07X002640 Ethylene-responsive transcription factor 3 12.29074462 C6_chemical_B3 +LQ07X002640 Ethylene-responsive transcription factor 3 12.09898823 C6_chemical_C1 +LQ07X002640 Ethylene-responsive transcription factor 3 12.11249638 C6_chemical_C2 +LQ07X002640 Ethylene-responsive transcription factor 3 12.57626043 C6_chemical_C3 +LQ07X002640 Ethylene-responsive transcription factor 3 11.24712705 L4_control_A1 +LQ07X002640 Ethylene-responsive transcription factor 3 11.19176744 L4_control_A2 +LQ07X002640 Ethylene-responsive transcription factor 3 11.41946738 L4_control_A3 +LQ07X002640 Ethylene-responsive transcription factor 3 12.29524665 L4_control_B1 +LQ07X002640 Ethylene-responsive transcription factor 3 12.42919495 L4_control_B2 +LQ07X002640 Ethylene-responsive transcription factor 3 12.28471134 L4_control_B3 +LQ07X002640 Ethylene-responsive transcription factor 3 12.58804031 L4_control_C2 +LQ07X002640 Ethylene-responsive transcription factor 3 12.50591645 L4_control_C3 +LQ07X002640 Ethylene-responsive transcription factor 3 11.07600434 L4_chemical_A1 +LQ07X002640 Ethylene-responsive transcription factor 3 11.37048847 L4_chemical_A2 +LQ07X002640 Ethylene-responsive transcription factor 3 11.29067084 L4_chemical_A3 +LQ07X002640 Ethylene-responsive transcription factor 3 12.44718961 L4_chemical_B1 +LQ07X002640 Ethylene-responsive transcription factor 3 12.3118637 L4_chemical_B2 +LQ07X002640 Ethylene-responsive transcription factor 3 11.79867952 L4_chemical_B3 +LQ07X002640 Ethylene-responsive transcription factor 3 12.52311281 L4_chemical_C2 +LQ07X002640 Ethylene-responsive transcription factor 3 12.39291837 L4_chemical_C3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 10.70735449 C6_control_A1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.06201773 C6_control_A3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.86019916 C6_control_B1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 13.16396945 C6_control_B2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 13.55222748 C6_control_B3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.7809158 C6_control_C1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.49471289 C6_control_C2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.35974092 C6_control_C3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 10.72297178 C6_chemical_A1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.05543504 C6_chemical_A3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.86573619 C6_chemical_B1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.90168455 C6_chemical_B2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 13.28575528 C6_chemical_B3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.42359091 C6_chemical_C1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.87678121 C6_chemical_C2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.501206 C6_chemical_C3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.78295163 L4_control_A1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.12073042 L4_control_A2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.93505266 L4_control_A3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 13.19863455 L4_control_B1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.97262203 L4_control_B2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 13.55609577 L4_control_B3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.9574455 L4_control_C2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.36216605 L4_control_C3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.27842233 L4_chemical_A1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.60913153 L4_chemical_A2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.04881573 L4_chemical_A3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.45734016 L4_chemical_B1 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.66565248 L4_chemical_B2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 13.02574038 L4_chemical_B3 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 11.86887392 L4_chemical_C2 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 12.81321251 L4_chemical_C3 +LQ07X002660 Predicted protein (Fragment) 4.83706363 C6_control_A1 +LQ07X002660 Predicted protein (Fragment) 5.427204229 C6_control_A3 +LQ07X002660 Predicted protein (Fragment) 5.186430641 C6_control_B1 +LQ07X002660 Predicted protein (Fragment) 5.018082568 C6_control_B2 +LQ07X002660 Predicted protein (Fragment) 5.333384932 C6_control_B3 +LQ07X002660 Predicted protein (Fragment) 5.19373137 C6_control_C1 +LQ07X002660 Predicted protein (Fragment) 4.784342689 C6_control_C2 +LQ07X002660 Predicted protein (Fragment) 4.917653276 C6_control_C3 +LQ07X002660 Predicted protein (Fragment) 5.180556061 C6_chemical_A1 +LQ07X002660 Predicted protein (Fragment) 5.317284472 C6_chemical_A3 +LQ07X002660 Predicted protein (Fragment) 5.537590979 C6_chemical_B1 +LQ07X002660 Predicted protein (Fragment) 4.967331623 C6_chemical_B2 +LQ07X002660 Predicted protein (Fragment) 5.380712773 C6_chemical_B3 +LQ07X002660 Predicted protein (Fragment) 5.111758874 C6_chemical_C1 +LQ07X002660 Predicted protein (Fragment) 4.859005604 C6_chemical_C2 +LQ07X002660 Predicted protein (Fragment) 4.926892549 C6_chemical_C3 +LQ07X002660 Predicted protein (Fragment) 5.126908237 L4_control_A1 +LQ07X002660 Predicted protein (Fragment) 5.407286618 L4_control_A2 +LQ07X002660 Predicted protein (Fragment) 5.401025068 L4_control_A3 +LQ07X002660 Predicted protein (Fragment) 5.209790328 L4_control_B1 +LQ07X002660 Predicted protein (Fragment) 5.771645896 L4_control_B2 +LQ07X002660 Predicted protein (Fragment) 4.994322439 L4_control_B3 +LQ07X002660 Predicted protein (Fragment) 5.688197133 L4_control_C2 +LQ07X002660 Predicted protein (Fragment) 5.28998512 L4_control_C3 +LQ07X002660 Predicted protein (Fragment) 4.931942754 L4_chemical_A1 +LQ07X002660 Predicted protein (Fragment) 5.199053038 L4_chemical_A2 +LQ07X002660 Predicted protein (Fragment) 5.06701426 L4_chemical_A3 +LQ07X002660 Predicted protein (Fragment) 5.460154243 L4_chemical_B1 +LQ07X002660 Predicted protein (Fragment) 5.289058028 L4_chemical_B2 +LQ07X002660 Predicted protein (Fragment) 5.295694721 L4_chemical_B3 +LQ07X002660 Predicted protein (Fragment) 4.800793364 L4_chemical_C2 +LQ07X002660 Predicted protein (Fragment) 5.127038677 L4_chemical_C3 +LQ07X002690 Putative 50S ribosomal protein L30 13.23794629 C6_control_A1 +LQ07X002690 Putative 50S ribosomal protein L30 13.88710353 C6_control_A3 +LQ07X002690 Putative 50S ribosomal protein L30 13.1125623 C6_control_B1 +LQ07X002690 Putative 50S ribosomal protein L30 12.61785017 C6_control_B2 +LQ07X002690 Putative 50S ribosomal protein L30 13.06813652 C6_control_B3 +LQ07X002690 Putative 50S ribosomal protein L30 13.95130509 C6_control_C1 +LQ07X002690 Putative 50S ribosomal protein L30 13.56595335 C6_control_C2 +LQ07X002690 Putative 50S ribosomal protein L30 13.83996268 C6_control_C3 +LQ07X002690 Putative 50S ribosomal protein L30 13.34572298 C6_chemical_A1 +LQ07X002690 Putative 50S ribosomal protein L30 13.16210792 C6_chemical_A3 +LQ07X002690 Putative 50S ribosomal protein L30 13.14756775 C6_chemical_B1 +LQ07X002690 Putative 50S ribosomal protein L30 12.62210338 C6_chemical_B2 +LQ07X002690 Putative 50S ribosomal protein L30 12.9627036 C6_chemical_B3 +LQ07X002690 Putative 50S ribosomal protein L30 13.80528109 C6_chemical_C1 +LQ07X002690 Putative 50S ribosomal protein L30 13.65011836 C6_chemical_C2 +LQ07X002690 Putative 50S ribosomal protein L30 13.49681367 C6_chemical_C3 +LQ07X002690 Putative 50S ribosomal protein L30 13.47681315 L4_control_A1 +LQ07X002690 Putative 50S ribosomal protein L30 13.22200998 L4_control_A2 +LQ07X002690 Putative 50S ribosomal protein L30 13.40741977 L4_control_A3 +LQ07X002690 Putative 50S ribosomal protein L30 12.8979478 L4_control_B1 +LQ07X002690 Putative 50S ribosomal protein L30 12.51736382 L4_control_B2 +LQ07X002690 Putative 50S ribosomal protein L30 12.74939647 L4_control_B3 +LQ07X002690 Putative 50S ribosomal protein L30 13.98852146 L4_control_C2 +LQ07X002690 Putative 50S ribosomal protein L30 14.32145125 L4_control_C3 +LQ07X002690 Putative 50S ribosomal protein L30 13.73259924 L4_chemical_A1 +LQ07X002690 Putative 50S ribosomal protein L30 13.74998053 L4_chemical_A2 +LQ07X002690 Putative 50S ribosomal protein L30 13.2352627 L4_chemical_A3 +LQ07X002690 Putative 50S ribosomal protein L30 13.36799304 L4_chemical_B1 +LQ07X002690 Putative 50S ribosomal protein L30 13.31663289 L4_chemical_B2 +LQ07X002690 Putative 50S ribosomal protein L30 12.87295651 L4_chemical_B3 +LQ07X002690 Putative 50S ribosomal protein L30 14.03539491 L4_chemical_C2 +LQ07X002690 Putative 50S ribosomal protein L30 14.1479455 L4_chemical_C3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.56246746 C6_control_A1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.56155226 C6_control_A3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.23227374 C6_control_B1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.15490165 C6_control_B2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.03808657 C6_control_B3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.58753612 C6_control_C1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.55157469 C6_control_C2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.46486167 C6_control_C3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.27154012 C6_chemical_A1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.47138268 C6_chemical_A3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.31236358 C6_chemical_B1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.22504301 C6_chemical_B2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.92521344 C6_chemical_B3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.65132546 C6_chemical_C1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.30873419 C6_chemical_C2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.39827887 C6_chemical_C3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.19331186 L4_control_A1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.37383809 L4_control_A2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.95473728 L4_control_A3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.75835403 L4_control_B1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.71885338 L4_control_B2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.95959127 L4_control_B3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.75080127 L4_control_C2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.44300932 L4_control_C3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.29912504 L4_chemical_A1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.4267762 L4_chemical_A2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.90493474 L4_chemical_A3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.81480344 L4_chemical_B1 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.462677 L4_chemical_B2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 10.80861389 L4_chemical_B3 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.60337927 L4_chemical_C2 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.33971561 L4_chemical_C3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.57423564 C6_control_A1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.45955769 C6_control_A3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.01208006 C6_control_B1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.0546434 C6_control_B2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 11.98519347 C6_control_B3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.01168837 C6_control_C1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.33091312 C6_control_C2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.66536008 C6_control_C3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.3881249 C6_chemical_A1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.15274142 C6_chemical_A3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 11.60647767 C6_chemical_B1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 11.73796344 C6_chemical_B2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 11.65111305 C6_chemical_B3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.76847951 C6_chemical_C1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.23604661 C6_chemical_C2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.35050099 C6_chemical_C3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.18164704 L4_control_A1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.74024415 L4_control_A2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.44786148 L4_control_A3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 11.95435874 L4_control_B1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 11.7316883 L4_control_B2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.11188964 L4_control_B3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.46829452 L4_control_C2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.10348857 L4_control_C3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.17524089 L4_chemical_A1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.49389797 L4_chemical_A2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.16758405 L4_chemical_A3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 11.76906668 L4_chemical_B1 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 11.68657976 L4_chemical_B2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.38315603 L4_chemical_B3 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.29003437 L4_chemical_C2 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 13.17024496 L4_chemical_C3 +LQ07X002740 Putative uncharacterized protein 5.823336822 C6_control_A1 +LQ07X002740 Putative uncharacterized protein 7.192266853 C6_control_A3 +LQ07X002740 Putative uncharacterized protein 5.791426923 C6_control_B1 +LQ07X002740 Putative uncharacterized protein 5.913402758 C6_control_B2 +LQ07X002740 Putative uncharacterized protein 5.360124058 C6_control_B3 +LQ07X002740 Putative uncharacterized protein 6.435340079 C6_control_C1 +LQ07X002740 Putative uncharacterized protein 6.521557313 C6_control_C2 +LQ07X002740 Putative uncharacterized protein 6.228966139 C6_control_C3 +LQ07X002740 Putative uncharacterized protein 5.810436096 C6_chemical_A1 +LQ07X002740 Putative uncharacterized protein 5.601294469 C6_chemical_A3 +LQ07X002740 Putative uncharacterized protein 5.583493467 C6_chemical_B1 +LQ07X002740 Putative uncharacterized protein 5.85206091 C6_chemical_B2 +LQ07X002740 Putative uncharacterized protein 5.445961492 C6_chemical_B3 +LQ07X002740 Putative uncharacterized protein 5.937457542 C6_chemical_C1 +LQ07X002740 Putative uncharacterized protein 5.820895162 C6_chemical_C2 +LQ07X002740 Putative uncharacterized protein 5.955549776 C6_chemical_C3 +LQ07X002740 Putative uncharacterized protein 5.465805517 L4_control_A1 +LQ07X002740 Putative uncharacterized protein 5.442108933 L4_control_A2 +LQ07X002740 Putative uncharacterized protein 5.863990857 L4_control_A3 +LQ07X002740 Putative uncharacterized protein 6.306011845 L4_control_B1 +LQ07X002740 Putative uncharacterized protein 5.630405026 L4_control_B2 +LQ07X002740 Putative uncharacterized protein 5.189662268 L4_control_B3 +LQ07X002740 Putative uncharacterized protein 5.617678037 L4_control_C2 +LQ07X002740 Putative uncharacterized protein 5.105460464 L4_control_C3 +LQ07X002740 Putative uncharacterized protein 5.476536756 L4_chemical_A1 +LQ07X002740 Putative uncharacterized protein 5.54642463 L4_chemical_A2 +LQ07X002740 Putative uncharacterized protein 5.378420417 L4_chemical_A3 +LQ07X002740 Putative uncharacterized protein 5.820820765 L4_chemical_B1 +LQ07X002740 Putative uncharacterized protein 5.799174939 L4_chemical_B2 +LQ07X002740 Putative uncharacterized protein 5.153793604 L4_chemical_B3 +LQ07X002740 Putative uncharacterized protein 5.660166112 L4_chemical_C2 +LQ07X002740 Putative uncharacterized protein 5.233127036 L4_chemical_C3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.8197441 C6_control_A1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.89918064 C6_control_A3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.3255682 C6_control_B1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.22284343 C6_control_B2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.07805856 C6_control_B3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.78089304 C6_control_C1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.39599945 C6_control_C2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.66383377 C6_control_C3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.78877864 C6_chemical_A1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.22061757 C6_chemical_A3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.29837465 C6_chemical_B1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.11228061 C6_chemical_B2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.20422029 C6_chemical_B3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.49429927 C6_chemical_C1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.34740234 C6_chemical_C2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.82258458 C6_chemical_C3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.85499143 L4_control_A1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.95951503 L4_control_A2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.10446162 L4_control_A3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.01667621 L4_control_B1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.24280626 L4_control_B2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.559557 L4_control_B3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.35629085 L4_control_C2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.36614963 L4_control_C3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.2551023 L4_chemical_A1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.7341987 L4_chemical_A2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.03271152 L4_chemical_A3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.12376188 L4_chemical_B1 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.82653761 L4_chemical_B2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.81554388 L4_chemical_B3 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.37019558 L4_chemical_C2 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 15.31977728 L4_chemical_C3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.980535119 C6_control_A1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.501124309 C6_control_A3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.946732681 C6_control_B1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.183724249 C6_control_B2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.676264043 C6_control_B3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.908410827 C6_control_C1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 6.829259446 C6_control_C2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.141659183 C6_control_C3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.004177808 C6_chemical_A1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.974962011 C6_chemical_A3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.800961506 C6_chemical_B1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 6.004065489 C6_chemical_B2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.688922005 C6_chemical_B3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.283364752 C6_chemical_C1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.633012323 C6_chemical_C2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.041944371 C6_chemical_C3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.806373038 L4_control_A1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.184948722 L4_control_A2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.264236022 L4_control_A3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.958900138 L4_control_B1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.915687911 L4_control_B2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.583650063 L4_control_B3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.430037092 L4_control_C2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.807914594 L4_control_C3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.051638331 L4_chemical_A1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.959469837 L4_chemical_A2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.867688561 L4_chemical_A3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.838449824 L4_chemical_B1 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.36604067 L4_chemical_B2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.885020632 L4_chemical_B3 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 4.720373449 L4_chemical_C2 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.092143902 L4_chemical_C3 +LQ07X002780 Putative Condensin complex subunit 2 6.48207279 C6_control_A1 +LQ07X002780 Putative Condensin complex subunit 2 6.748102548 C6_control_A3 +LQ07X002780 Putative Condensin complex subunit 2 6.497294822 C6_control_B1 +LQ07X002780 Putative Condensin complex subunit 2 6.255807711 C6_control_B2 +LQ07X002780 Putative Condensin complex subunit 2 6.178795838 C6_control_B3 +LQ07X002780 Putative Condensin complex subunit 2 6.468826214 C6_control_C1 +LQ07X002780 Putative Condensin complex subunit 2 5.837367061 C6_control_C2 +LQ07X002780 Putative Condensin complex subunit 2 6.486200759 C6_control_C3 +LQ07X002780 Putative Condensin complex subunit 2 6.338902055 C6_chemical_A1 +LQ07X002780 Putative Condensin complex subunit 2 6.940644277 C6_chemical_A3 +LQ07X002780 Putative Condensin complex subunit 2 6.174814422 C6_chemical_B1 +LQ07X002780 Putative Condensin complex subunit 2 6.356005772 C6_chemical_B2 +LQ07X002780 Putative Condensin complex subunit 2 6.164759524 C6_chemical_B3 +LQ07X002780 Putative Condensin complex subunit 2 6.160797985 C6_chemical_C1 +LQ07X002780 Putative Condensin complex subunit 2 6.229402621 C6_chemical_C2 +LQ07X002780 Putative Condensin complex subunit 2 6.805601011 C6_chemical_C3 +LQ07X002780 Putative Condensin complex subunit 2 6.64885295 L4_control_A1 +LQ07X002780 Putative Condensin complex subunit 2 6.593477517 L4_control_A2 +LQ07X002780 Putative Condensin complex subunit 2 7.924825912 L4_control_A3 +LQ07X002780 Putative Condensin complex subunit 2 6.441514125 L4_control_B1 +LQ07X002780 Putative Condensin complex subunit 2 6.873633685 L4_control_B2 +LQ07X002780 Putative Condensin complex subunit 2 6.55182896 L4_control_B3 +LQ07X002780 Putative Condensin complex subunit 2 7.411152174 L4_control_C2 +LQ07X002780 Putative Condensin complex subunit 2 6.315069021 L4_control_C3 +LQ07X002780 Putative Condensin complex subunit 2 6.512241335 L4_chemical_A1 +LQ07X002780 Putative Condensin complex subunit 2 6.498238428 L4_chemical_A2 +LQ07X002780 Putative Condensin complex subunit 2 7.878220207 L4_chemical_A3 +LQ07X002780 Putative Condensin complex subunit 2 6.260787049 L4_chemical_B1 +LQ07X002780 Putative Condensin complex subunit 2 6.898478886 L4_chemical_B2 +LQ07X002780 Putative Condensin complex subunit 2 6.643320452 L4_chemical_B3 +LQ07X002780 Putative Condensin complex subunit 2 6.072337793 L4_chemical_C2 +LQ07X002780 Putative Condensin complex subunit 2 6.700011221 L4_chemical_C3 +LQ07X002820 Ribonuclease 3-like protein 2 10.33093154 C6_control_A1 +LQ07X002820 Ribonuclease 3-like protein 2 9.916478646 C6_control_A3 +LQ07X002820 Ribonuclease 3-like protein 2 10.18737144 C6_control_B1 +LQ07X002820 Ribonuclease 3-like protein 2 10.05894296 C6_control_B2 +LQ07X002820 Ribonuclease 3-like protein 2 10.02751436 C6_control_B3 +LQ07X002820 Ribonuclease 3-like protein 2 10.29165562 C6_control_C1 +LQ07X002820 Ribonuclease 3-like protein 2 10.08739057 C6_control_C2 +LQ07X002820 Ribonuclease 3-like protein 2 9.8294819 C6_control_C3 +LQ07X002820 Ribonuclease 3-like protein 2 10.25837281 C6_chemical_A1 +LQ07X002820 Ribonuclease 3-like protein 2 10.12651547 C6_chemical_A3 +LQ07X002820 Ribonuclease 3-like protein 2 10.11620345 C6_chemical_B1 +LQ07X002820 Ribonuclease 3-like protein 2 9.887633242 C6_chemical_B2 +LQ07X002820 Ribonuclease 3-like protein 2 9.581185507 C6_chemical_B3 +LQ07X002820 Ribonuclease 3-like protein 2 9.864801835 C6_chemical_C1 +LQ07X002820 Ribonuclease 3-like protein 2 10.45924479 C6_chemical_C2 +LQ07X002820 Ribonuclease 3-like protein 2 9.647023919 C6_chemical_C3 +LQ07X002820 Ribonuclease 3-like protein 2 10.29018331 L4_control_A1 +LQ07X002820 Ribonuclease 3-like protein 2 10.03751939 L4_control_A2 +LQ07X002820 Ribonuclease 3-like protein 2 10.86821709 L4_control_A3 +LQ07X002820 Ribonuclease 3-like protein 2 10.19128157 L4_control_B1 +LQ07X002820 Ribonuclease 3-like protein 2 10.46259469 L4_control_B2 +LQ07X002820 Ribonuclease 3-like protein 2 9.133015387 L4_control_B3 +LQ07X002820 Ribonuclease 3-like protein 2 10.58962431 L4_control_C2 +LQ07X002820 Ribonuclease 3-like protein 2 10.03056874 L4_control_C3 +LQ07X002820 Ribonuclease 3-like protein 2 9.956186279 L4_chemical_A1 +LQ07X002820 Ribonuclease 3-like protein 2 10.02529211 L4_chemical_A2 +LQ07X002820 Ribonuclease 3-like protein 2 10.44570967 L4_chemical_A3 +LQ07X002820 Ribonuclease 3-like protein 2 10.22821384 L4_chemical_B1 +LQ07X002820 Ribonuclease 3-like protein 2 10.38607886 L4_chemical_B2 +LQ07X002820 Ribonuclease 3-like protein 2 9.328117349 L4_chemical_B3 +LQ07X002820 Ribonuclease 3-like protein 2 10.31199808 L4_chemical_C2 +LQ07X002820 Ribonuclease 3-like protein 2 10.15588933 L4_chemical_C3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.522038297 C6_control_A1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.731994315 C6_control_A3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.798858245 C6_control_B1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.534280629 C6_control_B2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.537014294 C6_control_B3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.410550972 C6_control_C1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 6.021624227 C6_control_C2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 4.934561511 C6_control_C3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.206815276 C6_chemical_A1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.12000916 C6_chemical_A3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.650225505 C6_chemical_B1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.36129931 C6_chemical_B2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.532901459 C6_chemical_B3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 4.904074996 C6_chemical_C1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.330573354 C6_chemical_C2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.367087828 C6_chemical_C3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.239832362 L4_control_A1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.025708834 L4_control_A2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.081533541 L4_control_A3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.144249928 L4_control_B1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 4.926328649 L4_control_B2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.630430818 L4_control_B3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.667859508 L4_control_C2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.19602426 L4_control_C3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.329943214 L4_chemical_A1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 4.876381067 L4_chemical_A2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.242317067 L4_chemical_A3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 4.863337494 L4_chemical_B1 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.330263189 L4_chemical_B2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.168068148 L4_chemical_B3 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.077490278 L4_chemical_C2 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.231068897 L4_chemical_C3 +LQ07X002850 Predicted protein 5.615192419 C6_control_A1 +LQ07X002850 Predicted protein 5.397805918 C6_control_A3 +LQ07X002850 Predicted protein 5.214939448 C6_control_B1 +LQ07X002850 Predicted protein 6.339704068 C6_control_B2 +LQ07X002850 Predicted protein 5.418538225 C6_control_B3 +LQ07X002850 Predicted protein 5.317986431 C6_control_C1 +LQ07X002850 Predicted protein 5.51210278 C6_control_C2 +LQ07X002850 Predicted protein 5.517825898 C6_control_C3 +LQ07X002850 Predicted protein 6.076579207 C6_chemical_A1 +LQ07X002850 Predicted protein 5.570295022 C6_chemical_A3 +LQ07X002850 Predicted protein 4.755362035 C6_chemical_B1 +LQ07X002850 Predicted protein 5.638649151 C6_chemical_B2 +LQ07X002850 Predicted protein 5.804715256 C6_chemical_B3 +LQ07X002850 Predicted protein 4.879088869 C6_chemical_C1 +LQ07X002850 Predicted protein 6.382027233 C6_chemical_C2 +LQ07X002850 Predicted protein 5.251301712 C6_chemical_C3 +LQ07X002850 Predicted protein 5.211233569 L4_control_A1 +LQ07X002850 Predicted protein 5.287909028 L4_control_A2 +LQ07X002850 Predicted protein 7.53545462 L4_control_A3 +LQ07X002850 Predicted protein 6.448091131 L4_control_B1 +LQ07X002850 Predicted protein 5.059567811 L4_control_B2 +LQ07X002850 Predicted protein 5.694651855 L4_control_B3 +LQ07X002850 Predicted protein 9.697886539 L4_control_C2 +LQ07X002850 Predicted protein 5.154610935 L4_control_C3 +LQ07X002850 Predicted protein 4.942960477 L4_chemical_A1 +LQ07X002850 Predicted protein 5.86894013 L4_chemical_A2 +LQ07X002850 Predicted protein 6.783401976 L4_chemical_A3 +LQ07X002850 Predicted protein 4.935146142 L4_chemical_B1 +LQ07X002850 Predicted protein 4.954683077 L4_chemical_B2 +LQ07X002850 Predicted protein 5.773662188 L4_chemical_B3 +LQ07X002850 Predicted protein 5.460739319 L4_chemical_C2 +LQ07X002850 Predicted protein 5.070644981 L4_chemical_C3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.54969602 C6_control_A1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.915079601 C6_control_A3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.247607783 C6_control_B1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.388517793 C6_control_B2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.585759089 C6_control_B3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.782155216 C6_control_C1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.965250934 C6_control_C2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 6.030569706 C6_control_C3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.514960312 C6_chemical_A1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.611358413 C6_chemical_A3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.671116218 C6_chemical_B1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.769426054 C6_chemical_B2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 6.054944076 C6_chemical_B3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.745425422 C6_chemical_C1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.889918893 C6_chemical_C2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 6.078959041 C6_chemical_C3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.45844341 L4_control_A1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 6.014968913 L4_control_A2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.569125102 L4_control_A3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.420399845 L4_control_B1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.377559258 L4_control_B2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.845178448 L4_control_B3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 6.39892359 L4_control_C2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.573299151 L4_control_C3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.329213077 L4_chemical_A1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.443063952 L4_chemical_A2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.345103103 L4_chemical_A3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.526559912 L4_chemical_B1 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.913863254 L4_chemical_B2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.872832571 L4_chemical_B3 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 6.538336233 L4_chemical_C2 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.786474997 L4_chemical_C3 +LQ07X002930 Aspartic proteinase 14.23680499 C6_control_A1 +LQ07X002930 Aspartic proteinase 14.30278678 C6_control_A3 +LQ07X002930 Aspartic proteinase 13.81143386 C6_control_B1 +LQ07X002930 Aspartic proteinase 14.04297648 C6_control_B2 +LQ07X002930 Aspartic proteinase 13.86869763 C6_control_B3 +LQ07X002930 Aspartic proteinase 14.59372415 C6_control_C1 +LQ07X002930 Aspartic proteinase 14.46173275 C6_control_C2 +LQ07X002930 Aspartic proteinase 14.58721366 C6_control_C3 +LQ07X002930 Aspartic proteinase 14.57683122 C6_chemical_A1 +LQ07X002930 Aspartic proteinase 14.92094834 C6_chemical_A3 +LQ07X002930 Aspartic proteinase 14.20970783 C6_chemical_B1 +LQ07X002930 Aspartic proteinase 14.04327646 C6_chemical_B2 +LQ07X002930 Aspartic proteinase 14.45585455 C6_chemical_B3 +LQ07X002930 Aspartic proteinase 14.68022894 C6_chemical_C1 +LQ07X002930 Aspartic proteinase 14.64533813 C6_chemical_C2 +LQ07X002930 Aspartic proteinase 14.92502548 C6_chemical_C3 +LQ07X002930 Aspartic proteinase 14.47989053 L4_control_A1 +LQ07X002930 Aspartic proteinase 14.51545275 L4_control_A2 +LQ07X002930 Aspartic proteinase 15.02686162 L4_control_A3 +LQ07X002930 Aspartic proteinase 14.48779548 L4_control_B1 +LQ07X002930 Aspartic proteinase 13.85825539 L4_control_B2 +LQ07X002930 Aspartic proteinase 14.81499426 L4_control_B3 +LQ07X002930 Aspartic proteinase 14.27923721 L4_control_C2 +LQ07X002930 Aspartic proteinase 14.66031334 L4_control_C3 +LQ07X002930 Aspartic proteinase 15.07053345 L4_chemical_A1 +LQ07X002930 Aspartic proteinase 14.89771477 L4_chemical_A2 +LQ07X002930 Aspartic proteinase 15.11574331 L4_chemical_A3 +LQ07X002930 Aspartic proteinase 14.54803506 L4_chemical_B1 +LQ07X002930 Aspartic proteinase 14.10184097 L4_chemical_B2 +LQ07X002930 Aspartic proteinase 14.49403203 L4_chemical_B3 +LQ07X002930 Aspartic proteinase 14.51858956 L4_chemical_C2 +LQ07X002930 Aspartic proteinase 14.66008376 L4_chemical_C3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.68302149 C6_control_A1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.64406368 C6_control_A3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.27247054 C6_control_B1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.63597198 C6_control_B2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.25559001 C6_control_B3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.52397271 C6_control_C1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.64213746 C6_control_C2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.42612337 C6_control_C3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.73110969 C6_chemical_A1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.37619214 C6_chemical_A3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.23240875 C6_chemical_B1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.7278383 C6_chemical_B2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 11.90797959 C6_chemical_B3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.91793011 C6_chemical_C1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.56594554 C6_chemical_C2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.27973116 C6_chemical_C3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 13.20172618 L4_control_A1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 13.05806655 L4_control_A2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 13.22621648 L4_control_A3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.63637728 L4_control_B1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.2102677 L4_control_B2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.94043326 L4_control_B3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.63848376 L4_control_C2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 13.07351538 L4_control_C3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 13.53163835 L4_chemical_A1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 13.10965458 L4_chemical_A2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 13.3080518 L4_chemical_A3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.50734799 L4_chemical_B1 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.60769045 L4_chemical_B2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 13.22541967 L4_chemical_B3 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.99071725 L4_chemical_C2 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.81351742 L4_chemical_C3 +LQ07X002980 Hypothetical protein 4.686581052 C6_control_A1 +LQ07X002980 Hypothetical protein 5.301111236 C6_control_A3 +LQ07X002980 Hypothetical protein 5.128264959 C6_control_B1 +LQ07X002980 Hypothetical protein 4.825426811 C6_control_B2 +LQ07X002980 Hypothetical protein 4.911287707 C6_control_B3 +LQ07X002980 Hypothetical protein 4.723148354 C6_control_C1 +LQ07X002980 Hypothetical protein 4.730145444 C6_control_C2 +LQ07X002980 Hypothetical protein 4.677090475 C6_control_C3 +LQ07X002980 Hypothetical protein 4.994903841 C6_chemical_A1 +LQ07X002980 Hypothetical protein 4.866392406 C6_chemical_A3 +LQ07X002980 Hypothetical protein 5.121536192 C6_chemical_B1 +LQ07X002980 Hypothetical protein 4.652906241 C6_chemical_B2 +LQ07X002980 Hypothetical protein 5.297383541 C6_chemical_B3 +LQ07X002980 Hypothetical protein 4.61378791 C6_chemical_C1 +LQ07X002980 Hypothetical protein 4.747756929 C6_chemical_C2 +LQ07X002980 Hypothetical protein 4.802971753 C6_chemical_C3 +LQ07X002980 Hypothetical protein 5.115385114 L4_control_A1 +LQ07X002980 Hypothetical protein 5.11663771 L4_control_A2 +LQ07X002980 Hypothetical protein 5.307425997 L4_control_A3 +LQ07X002980 Hypothetical protein 5.173131885 L4_control_B1 +LQ07X002980 Hypothetical protein 5.195663294 L4_control_B2 +LQ07X002980 Hypothetical protein 4.827735355 L4_control_B3 +LQ07X002980 Hypothetical protein 4.997930015 L4_control_C2 +LQ07X002980 Hypothetical protein 5.609697127 L4_control_C3 +LQ07X002980 Hypothetical protein 5.020292637 L4_chemical_A1 +LQ07X002980 Hypothetical protein 4.774004533 L4_chemical_A2 +LQ07X002980 Hypothetical protein 5.412846217 L4_chemical_A3 +LQ07X002980 Hypothetical protein 5.215020395 L4_chemical_B1 +LQ07X002980 Hypothetical protein 5.001464128 L4_chemical_B2 +LQ07X002980 Hypothetical protein 5.118158781 L4_chemical_B3 +LQ07X002980 Hypothetical protein 5.09179611 L4_chemical_C2 +LQ07X002980 Hypothetical protein 5.044792269 L4_chemical_C3 +LQ07X003000 Putative uncharacterized protein 6.029503536 C6_control_A1 +LQ07X003000 Putative uncharacterized protein 5.570777503 C6_control_A3 +LQ07X003000 Putative uncharacterized protein 5.403778889 C6_control_B1 +LQ07X003000 Putative uncharacterized protein 6.223472442 C6_control_B2 +LQ07X003000 Putative uncharacterized protein 5.809392747 C6_control_B3 +LQ07X003000 Putative uncharacterized protein 6.063259556 C6_control_C1 +LQ07X003000 Putative uncharacterized protein 5.866218428 C6_control_C2 +LQ07X003000 Putative uncharacterized protein 4.935801638 C6_control_C3 +LQ07X003000 Putative uncharacterized protein 5.519340555 C6_chemical_A1 +LQ07X003000 Putative uncharacterized protein 6.148536509 C6_chemical_A3 +LQ07X003000 Putative uncharacterized protein 6.077116918 C6_chemical_B1 +LQ07X003000 Putative uncharacterized protein 6.592056911 C6_chemical_B2 +LQ07X003000 Putative uncharacterized protein 6.095992862 C6_chemical_B3 +LQ07X003000 Putative uncharacterized protein 5.923554938 C6_chemical_C1 +LQ07X003000 Putative uncharacterized protein 5.880439599 C6_chemical_C2 +LQ07X003000 Putative uncharacterized protein 5.801586416 C6_chemical_C3 +LQ07X003000 Putative uncharacterized protein 6.565213985 L4_control_A1 +LQ07X003000 Putative uncharacterized protein 5.429327955 L4_control_A2 +LQ07X003000 Putative uncharacterized protein 5.228390596 L4_control_A3 +LQ07X003000 Putative uncharacterized protein 5.690166112 L4_control_B1 +LQ07X003000 Putative uncharacterized protein 5.126831144 L4_control_B2 +LQ07X003000 Putative uncharacterized protein 6.144118986 L4_control_B3 +LQ07X003000 Putative uncharacterized protein 5.011234275 L4_control_C2 +LQ07X003000 Putative uncharacterized protein 5.025230566 L4_control_C3 +LQ07X003000 Putative uncharacterized protein 5.9308562 L4_chemical_A1 +LQ07X003000 Putative uncharacterized protein 5.113289462 L4_chemical_A2 +LQ07X003000 Putative uncharacterized protein 5.612003983 L4_chemical_A3 +LQ07X003000 Putative uncharacterized protein 5.234865006 L4_chemical_B1 +LQ07X003000 Putative uncharacterized protein 5.181855054 L4_chemical_B2 +LQ07X003000 Putative uncharacterized protein 5.63130866 L4_chemical_B3 +LQ07X003000 Putative uncharacterized protein 5.06781877 L4_chemical_C2 +LQ07X003000 Putative uncharacterized protein 5.548910567 L4_chemical_C3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.508998777 C6_control_A1 +LQ07X003020 GDSL esterase/lipase At5g55050 5.535314754 C6_control_A3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.413804555 C6_control_B1 +LQ07X003020 GDSL esterase/lipase At5g55050 5.484225938 C6_control_B2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.454772761 C6_control_B3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.652644179 C6_control_C1 +LQ07X003020 GDSL esterase/lipase At5g55050 5.164403359 C6_control_C2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.258398844 C6_control_C3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.737526665 C6_chemical_A1 +LQ07X003020 GDSL esterase/lipase At5g55050 5.773226706 C6_chemical_A3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.413182558 C6_chemical_B1 +LQ07X003020 GDSL esterase/lipase At5g55050 5.608577083 C6_chemical_B2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.957671619 C6_chemical_B3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.386340037 C6_chemical_C1 +LQ07X003020 GDSL esterase/lipase At5g55050 5.372923358 C6_chemical_C2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.266830824 C6_chemical_C3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.270081375 L4_control_A1 +LQ07X003020 GDSL esterase/lipase At5g55050 6.276561307 L4_control_A2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.916715014 L4_control_A3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.841120019 L4_control_B1 +LQ07X003020 GDSL esterase/lipase At5g55050 6.321314079 L4_control_B2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.792247379 L4_control_B3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.431901424 L4_control_C2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.110211496 L4_control_C3 +LQ07X003020 GDSL esterase/lipase At5g55050 5.728570353 L4_chemical_A1 +LQ07X003020 GDSL esterase/lipase At5g55050 5.62837578 L4_chemical_A2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.918594895 L4_chemical_A3 +LQ07X003020 GDSL esterase/lipase At5g55050 6.120128616 L4_chemical_B1 +LQ07X003020 GDSL esterase/lipase At5g55050 5.489338693 L4_chemical_B2 +LQ07X003020 GDSL esterase/lipase At5g55050 5.646098606 L4_chemical_B3 +LQ07X003020 GDSL esterase/lipase At5g55050 4.916177949 L4_chemical_C2 +LQ07X003020 GDSL esterase/lipase At5g55050 4.907787086 L4_chemical_C3 +LQ07X003050 Bromodomain-containing protein 12.94458816 C6_control_A1 +LQ07X003050 Bromodomain-containing protein 12.28130717 C6_control_A3 +LQ07X003050 Bromodomain-containing protein 12.5425937 C6_control_B1 +LQ07X003050 Bromodomain-containing protein 13.5852706 C6_control_B2 +LQ07X003050 Bromodomain-containing protein 12.77480366 C6_control_B3 +LQ07X003050 Bromodomain-containing protein 13.3314652 C6_control_C1 +LQ07X003050 Bromodomain-containing protein 13.13058173 C6_control_C2 +LQ07X003050 Bromodomain-containing protein 14.0146439 C6_control_C3 +LQ07X003050 Bromodomain-containing protein 12.75895593 C6_chemical_A1 +LQ07X003050 Bromodomain-containing protein 12.55754511 C6_chemical_A3 +LQ07X003050 Bromodomain-containing protein 12.1920936 C6_chemical_B1 +LQ07X003050 Bromodomain-containing protein 12.96907756 C6_chemical_B2 +LQ07X003050 Bromodomain-containing protein 12.64391314 C6_chemical_B3 +LQ07X003050 Bromodomain-containing protein 13.49742226 C6_chemical_C1 +LQ07X003050 Bromodomain-containing protein 12.98408811 C6_chemical_C2 +LQ07X003050 Bromodomain-containing protein 13.346267 C6_chemical_C3 +LQ07X003050 Bromodomain-containing protein 13.24089868 L4_control_A1 +LQ07X003050 Bromodomain-containing protein 13.19651934 L4_control_A2 +LQ07X003050 Bromodomain-containing protein 12.83758298 L4_control_A3 +LQ07X003050 Bromodomain-containing protein 12.7893201 L4_control_B1 +LQ07X003050 Bromodomain-containing protein 12.0515077 L4_control_B2 +LQ07X003050 Bromodomain-containing protein 13.01049973 L4_control_B3 +LQ07X003050 Bromodomain-containing protein 12.07822649 L4_control_C2 +LQ07X003050 Bromodomain-containing protein 12.14278806 L4_control_C3 +LQ07X003050 Bromodomain-containing protein 13.31177873 L4_chemical_A1 +LQ07X003050 Bromodomain-containing protein 13.02489536 L4_chemical_A2 +LQ07X003050 Bromodomain-containing protein 13.372862 L4_chemical_A3 +LQ07X003050 Bromodomain-containing protein 12.06638826 L4_chemical_B1 +LQ07X003050 Bromodomain-containing protein 12.16434408 L4_chemical_B2 +LQ07X003050 Bromodomain-containing protein 13.0060408 L4_chemical_B3 +LQ07X003050 Bromodomain-containing protein 11.96893425 L4_chemical_C2 +LQ07X003050 Bromodomain-containing protein 12.109908 L4_chemical_C3 +LQ07X003120 UPF0497 membrane protein 10 12.03469877 C6_control_A1 +LQ07X003120 UPF0497 membrane protein 10 12.23255595 C6_control_A3 +LQ07X003120 UPF0497 membrane protein 10 12.1708052 C6_control_B1 +LQ07X003120 UPF0497 membrane protein 10 11.99352054 C6_control_B2 +LQ07X003120 UPF0497 membrane protein 10 12.05917245 C6_control_B3 +LQ07X003120 UPF0497 membrane protein 10 11.61238824 C6_control_C1 +LQ07X003120 UPF0497 membrane protein 10 10.96413933 C6_control_C2 +LQ07X003120 UPF0497 membrane protein 10 10.87680285 C6_control_C3 +LQ07X003120 UPF0497 membrane protein 10 12.32232444 C6_chemical_A1 +LQ07X003120 UPF0497 membrane protein 10 11.95478972 C6_chemical_A3 +LQ07X003120 UPF0497 membrane protein 10 11.99601225 C6_chemical_B1 +LQ07X003120 UPF0497 membrane protein 10 11.87710364 C6_chemical_B2 +LQ07X003120 UPF0497 membrane protein 10 12.17375198 C6_chemical_B3 +LQ07X003120 UPF0497 membrane protein 10 11.58233806 C6_chemical_C1 +LQ07X003120 UPF0497 membrane protein 10 10.54482632 C6_chemical_C2 +LQ07X003120 UPF0497 membrane protein 10 10.37963556 C6_chemical_C3 +LQ07X003120 UPF0497 membrane protein 10 12.205778 L4_control_A1 +LQ07X003120 UPF0497 membrane protein 10 12.05915999 L4_control_A2 +LQ07X003120 UPF0497 membrane protein 10 11.60213386 L4_control_A3 +LQ07X003120 UPF0497 membrane protein 10 12.14224768 L4_control_B1 +LQ07X003120 UPF0497 membrane protein 10 11.45447986 L4_control_B2 +LQ07X003120 UPF0497 membrane protein 10 12.25401322 L4_control_B3 +LQ07X003120 UPF0497 membrane protein 10 9.905039867 L4_control_C2 +LQ07X003120 UPF0497 membrane protein 10 10.01185196 L4_control_C3 +LQ07X003120 UPF0497 membrane protein 10 11.94552007 L4_chemical_A1 +LQ07X003120 UPF0497 membrane protein 10 11.78877779 L4_chemical_A2 +LQ07X003120 UPF0497 membrane protein 10 11.4948572 L4_chemical_A3 +LQ07X003120 UPF0497 membrane protein 10 11.95950303 L4_chemical_B1 +LQ07X003120 UPF0497 membrane protein 10 12.07271068 L4_chemical_B2 +LQ07X003120 UPF0497 membrane protein 10 12.23180354 L4_chemical_B3 +LQ07X003120 UPF0497 membrane protein 10 10.28902625 L4_chemical_C2 +LQ07X003120 UPF0497 membrane protein 10 10.07105821 L4_chemical_C3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.80103166 C6_control_A1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.504856597 C6_control_A3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.899507194 C6_control_B1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.423160052 C6_control_B2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.831314802 C6_control_B3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.561585629 C6_control_C1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.280634115 C6_control_C2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.266008819 C6_control_C3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.59046672 C6_chemical_A1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.819116493 C6_chemical_A3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.686361511 C6_chemical_B1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.614019587 C6_chemical_B2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.491914164 C6_chemical_B3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.449571336 C6_chemical_C1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.462609931 C6_chemical_C2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.068272863 C6_chemical_C3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.638814596 L4_control_A1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.903312376 L4_control_A2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.993927186 L4_control_A3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.243807057 L4_control_B1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.126114593 L4_control_B2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 6.041450237 L4_control_B3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.450514286 L4_control_C2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.462010923 L4_control_C3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.53706915 L4_chemical_A1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.54881492 L4_chemical_A2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.836187275 L4_chemical_A3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.981279724 L4_chemical_B1 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 6.258490092 L4_chemical_B2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.911019942 L4_chemical_B3 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.467744185 L4_chemical_C2 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.392444269 L4_chemical_C3 +LQ07X003160 Putative Polyprenyl synthetase 11.56951834 C6_control_A1 +LQ07X003160 Putative Polyprenyl synthetase 11.55830053 C6_control_A3 +LQ07X003160 Putative Polyprenyl synthetase 11.32807478 C6_control_B1 +LQ07X003160 Putative Polyprenyl synthetase 11.98021061 C6_control_B2 +LQ07X003160 Putative Polyprenyl synthetase 11.10950528 C6_control_B3 +LQ07X003160 Putative Polyprenyl synthetase 13.52872552 C6_control_C1 +LQ07X003160 Putative Polyprenyl synthetase 13.03125536 C6_control_C2 +LQ07X003160 Putative Polyprenyl synthetase 13.36004412 C6_control_C3 +LQ07X003160 Putative Polyprenyl synthetase 11.71908562 C6_chemical_A1 +LQ07X003160 Putative Polyprenyl synthetase 12.01262861 C6_chemical_A3 +LQ07X003160 Putative Polyprenyl synthetase 11.10726226 C6_chemical_B1 +LQ07X003160 Putative Polyprenyl synthetase 12.13365799 C6_chemical_B2 +LQ07X003160 Putative Polyprenyl synthetase 10.88952514 C6_chemical_B3 +LQ07X003160 Putative Polyprenyl synthetase 13.58092465 C6_chemical_C1 +LQ07X003160 Putative Polyprenyl synthetase 13.25736555 C6_chemical_C2 +LQ07X003160 Putative Polyprenyl synthetase 13.07024801 C6_chemical_C3 +LQ07X003160 Putative Polyprenyl synthetase 11.52551593 L4_control_A1 +LQ07X003160 Putative Polyprenyl synthetase 11.05624505 L4_control_A2 +LQ07X003160 Putative Polyprenyl synthetase 10.7458279 L4_control_A3 +LQ07X003160 Putative Polyprenyl synthetase 11.258673 L4_control_B1 +LQ07X003160 Putative Polyprenyl synthetase 10.94561993 L4_control_B2 +LQ07X003160 Putative Polyprenyl synthetase 12.08351585 L4_control_B3 +LQ07X003160 Putative Polyprenyl synthetase 12.96872273 L4_control_C2 +LQ07X003160 Putative Polyprenyl synthetase 13.1408069 L4_control_C3 +LQ07X003160 Putative Polyprenyl synthetase 12.9300195 L4_chemical_A1 +LQ07X003160 Putative Polyprenyl synthetase 11.05277435 L4_chemical_A2 +LQ07X003160 Putative Polyprenyl synthetase 11.41284397 L4_chemical_A3 +LQ07X003160 Putative Polyprenyl synthetase 11.50742063 L4_chemical_B1 +LQ07X003160 Putative Polyprenyl synthetase 11.0376758 L4_chemical_B2 +LQ07X003160 Putative Polyprenyl synthetase 10.98646912 L4_chemical_B3 +LQ07X003160 Putative Polyprenyl synthetase 12.89752938 L4_chemical_C2 +LQ07X003160 Putative Polyprenyl synthetase 13.13727986 L4_chemical_C3 +LQ07X003170 Putative uncharacterized protein 6.960932998 C6_control_A1 +LQ07X003170 Putative uncharacterized protein 5.903542856 C6_control_A3 +LQ07X003170 Putative uncharacterized protein 7.936556628 C6_control_B1 +LQ07X003170 Putative uncharacterized protein 6.865085471 C6_control_B2 +LQ07X003170 Putative uncharacterized protein 7.659259853 C6_control_B3 +LQ07X003170 Putative uncharacterized protein 6.285375155 C6_control_C1 +LQ07X003170 Putative uncharacterized protein 6.97341069 C6_control_C2 +LQ07X003170 Putative uncharacterized protein 7.251245931 C6_control_C3 +LQ07X003170 Putative uncharacterized protein 6.212937244 C6_chemical_A1 +LQ07X003170 Putative uncharacterized protein 6.375278472 C6_chemical_A3 +LQ07X003170 Putative uncharacterized protein 7.151670989 C6_chemical_B1 +LQ07X003170 Putative uncharacterized protein 6.775329059 C6_chemical_B2 +LQ07X003170 Putative uncharacterized protein 6.95382033 C6_chemical_B3 +LQ07X003170 Putative uncharacterized protein 6.509364242 C6_chemical_C1 +LQ07X003170 Putative uncharacterized protein 6.326947588 C6_chemical_C2 +LQ07X003170 Putative uncharacterized protein 7.060510797 C6_chemical_C3 +LQ07X003170 Putative uncharacterized protein 6.842584858 L4_control_A1 +LQ07X003170 Putative uncharacterized protein 6.494075017 L4_control_A2 +LQ07X003170 Putative uncharacterized protein 6.826339119 L4_control_A3 +LQ07X003170 Putative uncharacterized protein 6.449087538 L4_control_B1 +LQ07X003170 Putative uncharacterized protein 6.819920088 L4_control_B2 +LQ07X003170 Putative uncharacterized protein 6.968972374 L4_control_B3 +LQ07X003170 Putative uncharacterized protein 6.48789255 L4_control_C2 +LQ07X003170 Putative uncharacterized protein 6.994034456 L4_control_C3 +LQ07X003170 Putative uncharacterized protein 7.099572436 L4_chemical_A1 +LQ07X003170 Putative uncharacterized protein 7.029913858 L4_chemical_A2 +LQ07X003170 Putative uncharacterized protein 5.724049264 L4_chemical_A3 +LQ07X003170 Putative uncharacterized protein 7.654598669 L4_chemical_B1 +LQ07X003170 Putative uncharacterized protein 7.323604463 L4_chemical_B2 +LQ07X003170 Putative uncharacterized protein 6.746240385 L4_chemical_B3 +LQ07X003170 Putative uncharacterized protein 6.155989358 L4_chemical_C2 +LQ07X003170 Putative uncharacterized protein 7.019489799 L4_chemical_C3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.909849854 C6_control_A1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 10.08843134 C6_control_A3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.646219905 C6_control_B1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.669937341 C6_control_B2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.619709013 C6_control_B3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.320008911 C6_control_C1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.207210448 C6_control_C2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.980714098 C6_control_C3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.408264166 C6_chemical_A1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.487595707 C6_chemical_A3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.964332711 C6_chemical_B1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.59776823 C6_chemical_B2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.822022702 C6_chemical_B3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.841794183 C6_chemical_C1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.907422899 C6_chemical_C2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.333407569 C6_chemical_C3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.92363132 L4_control_A1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.300096834 L4_control_A2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 6.581045276 L4_control_A3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 7.476375994 L4_control_B1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.353523511 L4_control_B2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.030276264 L4_control_B3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.703743005 L4_control_C2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 6.592113985 L4_control_C3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.438133161 L4_chemical_A1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 7.778109122 L4_chemical_A2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 6.985258351 L4_chemical_A3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.077234122 L4_chemical_B1 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.523018639 L4_chemical_B2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 8.522455176 L4_chemical_B3 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 7.962923377 L4_chemical_C2 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 7.337637658 L4_chemical_C3 +LQ07X003270 Putative uncharacterized protein 9.654575363 C6_control_A1 +LQ07X003270 Putative uncharacterized protein 10.44900645 C6_control_A3 +LQ07X003270 Putative uncharacterized protein 9.782866275 C6_control_B1 +LQ07X003270 Putative uncharacterized protein 9.419579963 C6_control_B2 +LQ07X003270 Putative uncharacterized protein 9.870783414 C6_control_B3 +LQ07X003270 Putative uncharacterized protein 10.68268938 C6_control_C1 +LQ07X003270 Putative uncharacterized protein 10.4649935 C6_control_C2 +LQ07X003270 Putative uncharacterized protein 10.88024779 C6_control_C3 +LQ07X003270 Putative uncharacterized protein 9.592233739 C6_chemical_A1 +LQ07X003270 Putative uncharacterized protein 10.20314825 C6_chemical_A3 +LQ07X003270 Putative uncharacterized protein 9.689549679 C6_chemical_B1 +LQ07X003270 Putative uncharacterized protein 9.215188484 C6_chemical_B2 +LQ07X003270 Putative uncharacterized protein 9.775561715 C6_chemical_B3 +LQ07X003270 Putative uncharacterized protein 10.77173423 C6_chemical_C1 +LQ07X003270 Putative uncharacterized protein 10.57141652 C6_chemical_C2 +LQ07X003270 Putative uncharacterized protein 10.57799465 C6_chemical_C3 +LQ07X003270 Putative uncharacterized protein 10.09639012 L4_control_A1 +LQ07X003270 Putative uncharacterized protein 9.790674234 L4_control_A2 +LQ07X003270 Putative uncharacterized protein 10.45253514 L4_control_A3 +LQ07X003270 Putative uncharacterized protein 9.862092588 L4_control_B1 +LQ07X003270 Putative uncharacterized protein 9.700040279 L4_control_B2 +LQ07X003270 Putative uncharacterized protein 9.820701833 L4_control_B3 +LQ07X003270 Putative uncharacterized protein 11.03746017 L4_control_C2 +LQ07X003270 Putative uncharacterized protein 11.51223227 L4_control_C3 +LQ07X003270 Putative uncharacterized protein 9.818753403 L4_chemical_A1 +LQ07X003270 Putative uncharacterized protein 9.592806155 L4_chemical_A2 +LQ07X003270 Putative uncharacterized protein 10.3755717 L4_chemical_A3 +LQ07X003270 Putative uncharacterized protein 10.23194287 L4_chemical_B1 +LQ07X003270 Putative uncharacterized protein 9.869177598 L4_chemical_B2 +LQ07X003270 Putative uncharacterized protein 9.769603036 L4_chemical_B3 +LQ07X003270 Putative uncharacterized protein 10.93656014 L4_chemical_C2 +LQ07X003270 Putative uncharacterized protein 11.14166564 L4_chemical_C3 +LQ07X003280 Putative uncharacterized protein 5.471657763 C6_control_A1 +LQ07X003280 Putative uncharacterized protein 5.750020765 C6_control_A3 +LQ07X003280 Putative uncharacterized protein 5.731001421 C6_control_B1 +LQ07X003280 Putative uncharacterized protein 5.410975906 C6_control_B2 +LQ07X003280 Putative uncharacterized protein 5.815011314 C6_control_B3 +LQ07X003280 Putative uncharacterized protein 5.668839569 C6_control_C1 +LQ07X003280 Putative uncharacterized protein 5.357969252 C6_control_C2 +LQ07X003280 Putative uncharacterized protein 5.409420409 C6_control_C3 +LQ07X003280 Putative uncharacterized protein 5.414820902 C6_chemical_A1 +LQ07X003280 Putative uncharacterized protein 5.67731697 C6_chemical_A3 +LQ07X003280 Putative uncharacterized protein 5.652626163 C6_chemical_B1 +LQ07X003280 Putative uncharacterized protein 5.443413152 C6_chemical_B2 +LQ07X003280 Putative uncharacterized protein 5.671355032 C6_chemical_B3 +LQ07X003280 Putative uncharacterized protein 5.778427006 C6_chemical_C1 +LQ07X003280 Putative uncharacterized protein 5.636423317 C6_chemical_C2 +LQ07X003280 Putative uncharacterized protein 5.076255199 C6_chemical_C3 +LQ07X003280 Putative uncharacterized protein 5.446030059 L4_control_A1 +LQ07X003280 Putative uncharacterized protein 5.20712492 L4_control_A2 +LQ07X003280 Putative uncharacterized protein 4.953400302 L4_control_A3 +LQ07X003280 Putative uncharacterized protein 5.054130745 L4_control_B1 +LQ07X003280 Putative uncharacterized protein 5.046494214 L4_control_B2 +LQ07X003280 Putative uncharacterized protein 5.138536817 L4_control_B3 +LQ07X003280 Putative uncharacterized protein 5.380676315 L4_control_C2 +LQ07X003280 Putative uncharacterized protein 6.486295124 L4_control_C3 +LQ07X003280 Putative uncharacterized protein 5.531531978 L4_chemical_A1 +LQ07X003280 Putative uncharacterized protein 5.455834325 L4_chemical_A2 +LQ07X003280 Putative uncharacterized protein 4.793827265 L4_chemical_A3 +LQ07X003280 Putative uncharacterized protein 5.569133622 L4_chemical_B1 +LQ07X003280 Putative uncharacterized protein 5.475965209 L4_chemical_B2 +LQ07X003280 Putative uncharacterized protein 5.659756571 L4_chemical_B3 +LQ07X003280 Putative uncharacterized protein 5.102251963 L4_chemical_C2 +LQ07X003280 Putative uncharacterized protein 5.724255436 L4_chemical_C3 +LQ07X003290 Protein translation factor SUI1 homolog 6.830023606 C6_control_A1 +LQ07X003290 Protein translation factor SUI1 homolog 6.479887424 C6_control_A3 +LQ07X003290 Protein translation factor SUI1 homolog 8.049623679 C6_control_B1 +LQ07X003290 Protein translation factor SUI1 homolog 9.259133991 C6_control_B2 +LQ07X003290 Protein translation factor SUI1 homolog 9.285407287 C6_control_B3 +LQ07X003290 Protein translation factor SUI1 homolog 10.42181317 C6_control_C1 +LQ07X003290 Protein translation factor SUI1 homolog 10.94199558 C6_control_C2 +LQ07X003290 Protein translation factor SUI1 homolog 10.79673021 C6_control_C3 +LQ07X003290 Protein translation factor SUI1 homolog 7.133259413 C6_chemical_A1 +LQ07X003290 Protein translation factor SUI1 homolog 8.397423592 C6_chemical_A3 +LQ07X003290 Protein translation factor SUI1 homolog 7.708202087 C6_chemical_B1 +LQ07X003290 Protein translation factor SUI1 homolog 9.564294261 C6_chemical_B2 +LQ07X003290 Protein translation factor SUI1 homolog 10.24830694 C6_chemical_B3 +LQ07X003290 Protein translation factor SUI1 homolog 10.63434004 C6_chemical_C1 +LQ07X003290 Protein translation factor SUI1 homolog 10.93007891 C6_chemical_C2 +LQ07X003290 Protein translation factor SUI1 homolog 12.45689885 C6_chemical_C3 +LQ07X003290 Protein translation factor SUI1 homolog 6.682148423 L4_control_A1 +LQ07X003290 Protein translation factor SUI1 homolog 6.64638996 L4_control_A2 +LQ07X003290 Protein translation factor SUI1 homolog 4.764883826 L4_control_A3 +LQ07X003290 Protein translation factor SUI1 homolog 6.922963628 L4_control_B1 +LQ07X003290 Protein translation factor SUI1 homolog 6.938740301 L4_control_B2 +LQ07X003290 Protein translation factor SUI1 homolog 10.38848576 L4_control_B3 +LQ07X003290 Protein translation factor SUI1 homolog 8.552259048 L4_control_C2 +LQ07X003290 Protein translation factor SUI1 homolog 8.942681556 L4_control_C3 +LQ07X003290 Protein translation factor SUI1 homolog 7.247206666 L4_chemical_A1 +LQ07X003290 Protein translation factor SUI1 homolog 6.451606288 L4_chemical_A2 +LQ07X003290 Protein translation factor SUI1 homolog 5.722978542 L4_chemical_A3 +LQ07X003290 Protein translation factor SUI1 homolog 7.505741494 L4_chemical_B1 +LQ07X003290 Protein translation factor SUI1 homolog 7.095742339 L4_chemical_B2 +LQ07X003290 Protein translation factor SUI1 homolog 8.177646816 L4_chemical_B3 +LQ07X003290 Protein translation factor SUI1 homolog 8.052144673 L4_chemical_C2 +LQ07X003290 Protein translation factor SUI1 homolog 8.549068274 L4_chemical_C3 +LQ07X003300 Calcium-dependent protein kinase 9 5.746838521 C6_control_A1 +LQ07X003300 Calcium-dependent protein kinase 9 5.919239401 C6_control_A3 +LQ07X003300 Calcium-dependent protein kinase 9 5.223482325 C6_control_B1 +LQ07X003300 Calcium-dependent protein kinase 9 5.597083981 C6_control_B2 +LQ07X003300 Calcium-dependent protein kinase 9 5.45694769 C6_control_B3 +LQ07X003300 Calcium-dependent protein kinase 9 5.524525184 C6_control_C1 +LQ07X003300 Calcium-dependent protein kinase 9 5.691083629 C6_control_C2 +LQ07X003300 Calcium-dependent protein kinase 9 5.412565448 C6_control_C3 +LQ07X003300 Calcium-dependent protein kinase 9 5.47786317 C6_chemical_A1 +LQ07X003300 Calcium-dependent protein kinase 9 5.353596507 C6_chemical_A3 +LQ07X003300 Calcium-dependent protein kinase 9 5.222229378 C6_chemical_B1 +LQ07X003300 Calcium-dependent protein kinase 9 5.791705873 C6_chemical_B2 +LQ07X003300 Calcium-dependent protein kinase 9 5.321811005 C6_chemical_B3 +LQ07X003300 Calcium-dependent protein kinase 9 5.44146939 C6_chemical_C1 +LQ07X003300 Calcium-dependent protein kinase 9 5.891087263 C6_chemical_C2 +LQ07X003300 Calcium-dependent protein kinase 9 5.510349024 C6_chemical_C3 +LQ07X003300 Calcium-dependent protein kinase 9 5.463870639 L4_control_A1 +LQ07X003300 Calcium-dependent protein kinase 9 5.17479521 L4_control_A2 +LQ07X003300 Calcium-dependent protein kinase 9 5.724438668 L4_control_A3 +LQ07X003300 Calcium-dependent protein kinase 9 5.24606542 L4_control_B1 +LQ07X003300 Calcium-dependent protein kinase 9 5.471134937 L4_control_B2 +LQ07X003300 Calcium-dependent protein kinase 9 5.350852275 L4_control_B3 +LQ07X003300 Calcium-dependent protein kinase 9 5.086729857 L4_control_C2 +LQ07X003300 Calcium-dependent protein kinase 9 5.148485977 L4_control_C3 +LQ07X003300 Calcium-dependent protein kinase 9 5.498753405 L4_chemical_A1 +LQ07X003300 Calcium-dependent protein kinase 9 5.28079436 L4_chemical_A2 +LQ07X003300 Calcium-dependent protein kinase 9 6.281347677 L4_chemical_A3 +LQ07X003300 Calcium-dependent protein kinase 9 5.518149552 L4_chemical_B1 +LQ07X003300 Calcium-dependent protein kinase 9 5.328585436 L4_chemical_B2 +LQ07X003300 Calcium-dependent protein kinase 9 5.797712768 L4_chemical_B3 +LQ07X003300 Calcium-dependent protein kinase 9 5.087068269 L4_chemical_C2 +LQ07X003300 Calcium-dependent protein kinase 9 5.54158618 L4_chemical_C3 +LQ07X003310 Putative receptor protein kinase ZmPK1 5.678282853 C6_control_A1 +LQ07X003310 Putative receptor protein kinase ZmPK1 5.696305195 C6_control_A3 +LQ07X003310 Putative receptor protein kinase ZmPK1 4.999939093 C6_control_B1 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.561013488 C6_control_B2 +LQ07X003310 Putative receptor protein kinase ZmPK1 5.250511037 C6_control_B3 +LQ07X003310 Putative receptor protein kinase ZmPK1 7.731291475 C6_control_C1 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.752231721 C6_control_C2 +LQ07X003310 Putative receptor protein kinase ZmPK1 8.551182908 C6_control_C3 +LQ07X003310 Putative receptor protein kinase ZmPK1 5.64576058 C6_chemical_A1 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.253978598 C6_chemical_A3 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.168980646 C6_chemical_B1 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.313448518 C6_chemical_B2 +LQ07X003310 Putative receptor protein kinase ZmPK1 5.082233876 C6_chemical_B3 +LQ07X003310 Putative receptor protein kinase ZmPK1 7.596386409 C6_chemical_C1 +LQ07X003310 Putative receptor protein kinase ZmPK1 7.415433468 C6_chemical_C2 +LQ07X003310 Putative receptor protein kinase ZmPK1 7.93356835 C6_chemical_C3 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.170232639 L4_control_A1 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.177509418 L4_control_A2 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.274246711 L4_control_A3 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.156541557 L4_control_B1 +LQ07X003310 Putative receptor protein kinase ZmPK1 5.400637358 L4_control_B2 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.250702556 L4_control_B3 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.92145189 L4_control_C2 +LQ07X003310 Putative receptor protein kinase ZmPK1 8.167286114 L4_control_C3 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.718736338 L4_chemical_A1 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.258664443 L4_chemical_A2 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.294788313 L4_chemical_A3 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.679325543 L4_chemical_B1 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.634976909 L4_chemical_B2 +LQ07X003310 Putative receptor protein kinase ZmPK1 6.13719798 L4_chemical_B3 +LQ07X003310 Putative receptor protein kinase ZmPK1 7.502528976 L4_chemical_C2 +LQ07X003310 Putative receptor protein kinase ZmPK1 8.590468933 L4_chemical_C3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.178985812 C6_control_A1 +LQ07X003320 Putative receptor protein kinase ZmPK1 4.957833589 C6_control_A3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.32585712 C6_control_B1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.435844078 C6_control_B2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.351554849 C6_control_B3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.450909301 C6_control_C1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.109987798 C6_control_C2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.446409253 C6_control_C3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.053959371 C6_chemical_A1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.312300598 C6_chemical_A3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.106658883 C6_chemical_B1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.548566167 C6_chemical_B2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.080001201 C6_chemical_B3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.501520526 C6_chemical_C1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.432704863 C6_chemical_C2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.975963005 C6_chemical_C3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.030694021 L4_control_A1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.308120907 L4_control_A2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.519654785 L4_control_A3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.437632817 L4_control_B1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.204824546 L4_control_B2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.572201461 L4_control_B3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.809426813 L4_control_C2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.64045298 L4_control_C3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.668928452 L4_chemical_A1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.106282971 L4_chemical_A2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.416870377 L4_chemical_A3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.483972676 L4_chemical_B1 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.585480185 L4_chemical_B2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.192061868 L4_chemical_B3 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.361709328 L4_chemical_C2 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.990562664 L4_chemical_C3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.086930425 C6_control_A1 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.310629944 C6_control_A3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.226841991 C6_control_B1 +LQ07X003340 Putative receptor protein kinase ZmPK1 4.978601653 C6_control_B2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.268144376 C6_control_B3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.088368766 C6_control_C1 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.451588017 C6_control_C2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.381620183 C6_control_C3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.007500173 C6_chemical_A1 +LQ07X003340 Putative receptor protein kinase ZmPK1 4.999167936 C6_chemical_A3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.350437476 C6_chemical_B1 +LQ07X003340 Putative receptor protein kinase ZmPK1 4.966988962 C6_chemical_B2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.13788165 C6_chemical_B3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.058403754 C6_chemical_C1 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.089916308 C6_chemical_C2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.327412306 C6_chemical_C3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.463058622 L4_control_A1 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.718503854 L4_control_A2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.404497636 L4_control_A3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.475883114 L4_control_B1 +LQ07X003340 Putative receptor protein kinase ZmPK1 4.794544353 L4_control_B2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.408245565 L4_control_B3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.400678787 L4_control_C2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.771522978 L4_control_C3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.374720113 L4_chemical_A1 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.61114131 L4_chemical_A2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.877628326 L4_chemical_A3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.116701817 L4_chemical_B1 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.202096901 L4_chemical_B2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.091100115 L4_chemical_B3 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.648702662 L4_chemical_C2 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.326618995 L4_chemical_C3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.916739184 C6_control_A1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.763266282 C6_control_A3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.362498721 C6_control_B1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.831927219 C6_control_B2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.957687601 C6_control_B3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.942457182 C6_control_C1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.85367015 C6_control_C2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.708667539 C6_control_C3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.292011243 C6_chemical_A1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.955686071 C6_chemical_A3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.977660301 C6_chemical_B1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.677860578 C6_chemical_B2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.983253683 C6_chemical_B3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.17268727 C6_chemical_C1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.871416942 C6_chemical_C2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.84858331 C6_chemical_C3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.32704309 L4_control_A1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.310241023 L4_control_A2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.064443074 L4_control_A3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.354146919 L4_control_B1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.212933559 L4_control_B2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.756720704 L4_control_B3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.254228724 L4_control_C2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 6.320730402 L4_control_C3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.444936286 L4_chemical_A1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.972238124 L4_chemical_A2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.530274848 L4_chemical_A3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.843376444 L4_chemical_B1 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.543677518 L4_chemical_B2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 4.704646924 L4_chemical_B3 +LQ07X003370 Putative RING-H2 finger protein ATL4M 6.048867751 L4_chemical_C2 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.56855073 L4_chemical_C3 +LQ07X003380 Ribonuclease UK114 13.42805461 C6_control_A1 +LQ07X003380 Ribonuclease UK114 14.04252833 C6_control_A3 +LQ07X003380 Ribonuclease UK114 12.62558093 C6_control_B1 +LQ07X003380 Ribonuclease UK114 12.0282142 C6_control_B2 +LQ07X003380 Ribonuclease UK114 12.17309408 C6_control_B3 +LQ07X003380 Ribonuclease UK114 12.16176338 C6_control_C1 +LQ07X003380 Ribonuclease UK114 11.98332956 C6_control_C2 +LQ07X003380 Ribonuclease UK114 11.49665158 C6_control_C3 +LQ07X003380 Ribonuclease UK114 13.52961473 C6_chemical_A1 +LQ07X003380 Ribonuclease UK114 13.98361028 C6_chemical_A3 +LQ07X003380 Ribonuclease UK114 12.36877829 C6_chemical_B1 +LQ07X003380 Ribonuclease UK114 11.9451437 C6_chemical_B2 +LQ07X003380 Ribonuclease UK114 11.9669742 C6_chemical_B3 +LQ07X003380 Ribonuclease UK114 11.93189609 C6_chemical_C1 +LQ07X003380 Ribonuclease UK114 11.83814205 C6_chemical_C2 +LQ07X003380 Ribonuclease UK114 11.60902958 C6_chemical_C3 +LQ07X003380 Ribonuclease UK114 14.40279798 L4_control_A1 +LQ07X003380 Ribonuclease UK114 14.24606648 L4_control_A2 +LQ07X003380 Ribonuclease UK114 14.2099358 L4_control_A3 +LQ07X003380 Ribonuclease UK114 13.10268831 L4_control_B1 +LQ07X003380 Ribonuclease UK114 13.1916373 L4_control_B2 +LQ07X003380 Ribonuclease UK114 12.8618445 L4_control_B3 +LQ07X003380 Ribonuclease UK114 13.35255436 L4_control_C2 +LQ07X003380 Ribonuclease UK114 13.14460223 L4_control_C3 +LQ07X003380 Ribonuclease UK114 13.76573041 L4_chemical_A1 +LQ07X003380 Ribonuclease UK114 13.79755164 L4_chemical_A2 +LQ07X003380 Ribonuclease UK114 14.0521352 L4_chemical_A3 +LQ07X003380 Ribonuclease UK114 13.12465038 L4_chemical_B1 +LQ07X003380 Ribonuclease UK114 13.22591928 L4_chemical_B2 +LQ07X003380 Ribonuclease UK114 13.26668022 L4_chemical_B3 +LQ07X003380 Ribonuclease UK114 13.58688219 L4_chemical_C2 +LQ07X003380 Ribonuclease UK114 13.33035425 L4_chemical_C3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.329768242 C6_control_A1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.00233601 C6_control_A3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.383309754 C6_control_B1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.513285621 C6_control_B2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.311607055 C6_control_B3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.043927996 C6_control_C1 +LQ07X003410 Embryogenesis-associated protein EMB8 7.009870053 C6_control_C2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.308214859 C6_control_C3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.046490637 C6_chemical_A1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.351369081 C6_chemical_A3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.266587608 C6_chemical_B1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.58319095 C6_chemical_B2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.405667264 C6_chemical_B3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.279013759 C6_chemical_C1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.509857402 C6_chemical_C2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.049590261 C6_chemical_C3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.240976565 L4_control_A1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.259606239 L4_control_A2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.514914224 L4_control_A3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.387739383 L4_control_B1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.449074594 L4_control_B2 +LQ07X003410 Embryogenesis-associated protein EMB8 5.999601553 L4_control_B3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.963332689 L4_control_C2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.241748724 L4_control_C3 +LQ07X003410 Embryogenesis-associated protein EMB8 5.788997235 L4_chemical_A1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.456784601 L4_chemical_A2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.281785139 L4_chemical_A3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.541121081 L4_chemical_B1 +LQ07X003410 Embryogenesis-associated protein EMB8 6.6182113 L4_chemical_B2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.171979529 L4_chemical_B3 +LQ07X003410 Embryogenesis-associated protein EMB8 6.363215398 L4_chemical_C2 +LQ07X003410 Embryogenesis-associated protein EMB8 6.26509984 L4_chemical_C3 +LQ07X003430 Putative uncharacterized protein 8.752078764 C6_control_A1 +LQ07X003430 Putative uncharacterized protein 8.394147713 C6_control_A3 +LQ07X003430 Putative uncharacterized protein 8.467603021 C6_control_B1 +LQ07X003430 Putative uncharacterized protein 8.440395503 C6_control_B2 +LQ07X003430 Putative uncharacterized protein 8.017364325 C6_control_B3 +LQ07X003430 Putative uncharacterized protein 9.178692047 C6_control_C1 +LQ07X003430 Putative uncharacterized protein 9.106560661 C6_control_C2 +LQ07X003430 Putative uncharacterized protein 8.695254766 C6_control_C3 +LQ07X003430 Putative uncharacterized protein 8.380414528 C6_chemical_A1 +LQ07X003430 Putative uncharacterized protein 9.291311438 C6_chemical_A3 +LQ07X003430 Putative uncharacterized protein 7.646256627 C6_chemical_B1 +LQ07X003430 Putative uncharacterized protein 8.545159069 C6_chemical_B2 +LQ07X003430 Putative uncharacterized protein 8.706966972 C6_chemical_B3 +LQ07X003430 Putative uncharacterized protein 9.230950294 C6_chemical_C1 +LQ07X003430 Putative uncharacterized protein 8.814113678 C6_chemical_C2 +LQ07X003430 Putative uncharacterized protein 8.580305808 C6_chemical_C3 +LQ07X003430 Putative uncharacterized protein 9.438666474 L4_control_A1 +LQ07X003430 Putative uncharacterized protein 8.894479036 L4_control_A2 +LQ07X003430 Putative uncharacterized protein 9.099822491 L4_control_A3 +LQ07X003430 Putative uncharacterized protein 7.207550466 L4_control_B1 +LQ07X003430 Putative uncharacterized protein 7.055824323 L4_control_B2 +LQ07X003430 Putative uncharacterized protein 8.774782659 L4_control_B3 +LQ07X003430 Putative uncharacterized protein 7.176960949 L4_control_C2 +LQ07X003430 Putative uncharacterized protein 7.255469283 L4_control_C3 +LQ07X003430 Putative uncharacterized protein 9.047904181 L4_chemical_A1 +LQ07X003430 Putative uncharacterized protein 8.084887164 L4_chemical_A2 +LQ07X003430 Putative uncharacterized protein 9.115643082 L4_chemical_A3 +LQ07X003430 Putative uncharacterized protein 7.264440888 L4_chemical_B1 +LQ07X003430 Putative uncharacterized protein 7.298320676 L4_chemical_B2 +LQ07X003430 Putative uncharacterized protein 8.727597381 L4_chemical_B3 +LQ07X003430 Putative uncharacterized protein 6.593482568 L4_chemical_C2 +LQ07X003430 Putative uncharacterized protein 7.905774941 L4_chemical_C3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.96457083 C6_control_A1 +LQ07X003500 Putative Heat shock protein 105 kDa 11.85143354 C6_control_A3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.58913645 C6_control_B1 +LQ07X003500 Putative Heat shock protein 105 kDa 11.3834969 C6_control_B2 +LQ07X003500 Putative Heat shock protein 105 kDa 11.76256667 C6_control_B3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.62641098 C6_control_C1 +LQ07X003500 Putative Heat shock protein 105 kDa 11.34219912 C6_control_C2 +LQ07X003500 Putative Heat shock protein 105 kDa 11.69637278 C6_control_C3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.54774304 C6_chemical_A1 +LQ07X003500 Putative Heat shock protein 105 kDa 11.99790706 C6_chemical_A3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.22392962 C6_chemical_B1 +LQ07X003500 Putative Heat shock protein 105 kDa 11.15714491 C6_chemical_B2 +LQ07X003500 Putative Heat shock protein 105 kDa 11.56561377 C6_chemical_B3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.38922698 C6_chemical_C1 +LQ07X003500 Putative Heat shock protein 105 kDa 11.09969854 C6_chemical_C2 +LQ07X003500 Putative Heat shock protein 105 kDa 11.45982055 C6_chemical_C3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.77857191 L4_control_A1 +LQ07X003500 Putative Heat shock protein 105 kDa 11.03772388 L4_control_A2 +LQ07X003500 Putative Heat shock protein 105 kDa 11.4986338 L4_control_A3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.21292278 L4_control_B1 +LQ07X003500 Putative Heat shock protein 105 kDa 10.77028515 L4_control_B2 +LQ07X003500 Putative Heat shock protein 105 kDa 11.38970663 L4_control_B3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.35330758 L4_control_C2 +LQ07X003500 Putative Heat shock protein 105 kDa 10.77165643 L4_control_C3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.5011887 L4_chemical_A1 +LQ07X003500 Putative Heat shock protein 105 kDa 10.88435686 L4_chemical_A2 +LQ07X003500 Putative Heat shock protein 105 kDa 11.47423493 L4_chemical_A3 +LQ07X003500 Putative Heat shock protein 105 kDa 11.25528577 L4_chemical_B1 +LQ07X003500 Putative Heat shock protein 105 kDa 10.54233783 L4_chemical_B2 +LQ07X003500 Putative Heat shock protein 105 kDa 11.47116254 L4_chemical_B3 +LQ07X003500 Putative Heat shock protein 105 kDa 10.4392225 L4_chemical_C2 +LQ07X003500 Putative Heat shock protein 105 kDa 10.89120155 L4_chemical_C3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 8.892349763 C6_control_A1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.152727767 C6_control_A3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 10.10478101 C6_control_B1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 10.53911322 C6_control_B2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 10.1558952 C6_control_B3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 13.1843469 C6_control_C1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 12.4898809 C6_control_C2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 11.65960996 C6_control_C3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.160814722 C6_chemical_A1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.532818191 C6_chemical_A3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 10.39681779 C6_chemical_B1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 10.57330825 C6_chemical_B2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.805407504 C6_chemical_B3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 13.61752437 C6_chemical_C1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 13.33630217 C6_chemical_C2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 12.68564061 C6_chemical_C3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 8.167855059 L4_control_A1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 8.347598436 L4_control_A2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 8.411284086 L4_control_A3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 11.08274465 L4_control_B1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.852097152 L4_control_B2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 10.43890071 L4_control_B3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 11.66582645 L4_control_C2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 10.69745076 L4_control_C3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 8.966423472 L4_chemical_A1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.703576549 L4_chemical_A2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 7.6209811 L4_chemical_A3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 10.37622627 L4_chemical_B1 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.872923803 L4_chemical_B2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.553815696 L4_chemical_B3 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 11.76434786 L4_chemical_C2 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 11.56892551 L4_chemical_C3 +LQ07X003620 GDSL esterase/lipase At1g28570 5.245513767 C6_control_A1 +LQ07X003620 GDSL esterase/lipase At1g28570 5.283905711 C6_control_A3 +LQ07X003620 GDSL esterase/lipase At1g28570 5.087087932 C6_control_B1 +LQ07X003620 GDSL esterase/lipase At1g28570 5.866283765 C6_control_B2 +LQ07X003620 GDSL esterase/lipase At1g28570 6.372885526 C6_control_B3 +LQ07X003620 GDSL esterase/lipase At1g28570 5.639607357 C6_control_C1 +LQ07X003620 GDSL esterase/lipase At1g28570 5.330483667 C6_control_C2 +LQ07X003620 GDSL esterase/lipase At1g28570 4.932358556 C6_control_C3 +LQ07X003620 GDSL esterase/lipase At1g28570 5.174626867 C6_chemical_A1 +LQ07X003620 GDSL esterase/lipase At1g28570 4.919427118 C6_chemical_A3 +LQ07X003620 GDSL esterase/lipase At1g28570 5.549426613 C6_chemical_B1 +LQ07X003620 GDSL esterase/lipase At1g28570 6.472568346 C6_chemical_B2 +LQ07X003620 GDSL esterase/lipase At1g28570 5.81545154 C6_chemical_B3 +LQ07X003620 GDSL esterase/lipase At1g28570 6.023822871 C6_chemical_C1 +LQ07X003620 GDSL esterase/lipase At1g28570 5.550178956 C6_chemical_C2 +LQ07X003620 GDSL esterase/lipase At1g28570 6.134031914 C6_chemical_C3 +LQ07X003620 GDSL esterase/lipase At1g28570 4.762858865 L4_control_A1 +LQ07X003620 GDSL esterase/lipase At1g28570 4.982744978 L4_control_A2 +LQ07X003620 GDSL esterase/lipase At1g28570 4.964789297 L4_control_A3 +LQ07X003620 GDSL esterase/lipase At1g28570 4.68970932 L4_control_B1 +LQ07X003620 GDSL esterase/lipase At1g28570 5.599866436 L4_control_B2 +LQ07X003620 GDSL esterase/lipase At1g28570 4.793482218 L4_control_B3 +LQ07X003620 GDSL esterase/lipase At1g28570 4.876046478 L4_control_C2 +LQ07X003620 GDSL esterase/lipase At1g28570 4.949041252 L4_control_C3 +LQ07X003620 GDSL esterase/lipase At1g28570 4.745895478 L4_chemical_A1 +LQ07X003620 GDSL esterase/lipase At1g28570 4.5988944 L4_chemical_A2 +LQ07X003620 GDSL esterase/lipase At1g28570 5.029047788 L4_chemical_A3 +LQ07X003620 GDSL esterase/lipase At1g28570 5.025797025 L4_chemical_B1 +LQ07X003620 GDSL esterase/lipase At1g28570 5.245459037 L4_chemical_B2 +LQ07X003620 GDSL esterase/lipase At1g28570 4.646882376 L4_chemical_B3 +LQ07X003620 GDSL esterase/lipase At1g28570 5.227260391 L4_chemical_C2 +LQ07X003620 GDSL esterase/lipase At1g28570 4.803096709 L4_chemical_C3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.316263718 C6_control_A1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.096054333 C6_control_A3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.582357327 C6_control_B1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.193456326 C6_control_B2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.481883546 C6_control_B3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.420681429 C6_control_C1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.257183634 C6_control_C2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.313315631 C6_control_C3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.093005897 C6_chemical_A1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.543639831 C6_chemical_A3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.196024424 C6_chemical_B1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.378451028 C6_chemical_B2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.51432762 C6_chemical_B3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.454881374 C6_chemical_C1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.418838935 C6_chemical_C2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.367780277 C6_chemical_C3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.409088246 L4_control_A1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.229469468 L4_control_A2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.283970964 L4_control_A3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.135489937 L4_control_B1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.572760683 L4_control_B2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.233033403 L4_control_B3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.417312273 L4_control_C2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 7.481374189 L4_control_C3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.270060176 L4_chemical_A1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.472885476 L4_chemical_A2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 4.878889672 L4_chemical_A3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.298608838 L4_chemical_B1 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.468667267 L4_chemical_B2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.306484695 L4_chemical_B3 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.307650259 L4_chemical_C2 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.767374582 L4_chemical_C3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.802150616 C6_control_A1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.648072641 C6_control_A3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 5.084942468 C6_control_B1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.552563383 C6_control_B2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 5.113394006 C6_control_B3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.523999132 C6_control_C1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.737984151 C6_control_C2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.661825599 C6_control_C3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.931051414 C6_chemical_A1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.847600368 C6_chemical_A3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.708715764 C6_chemical_B1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.605811477 C6_chemical_B2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.427205228 C6_chemical_B3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.568152995 C6_chemical_C1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.641817351 C6_chemical_C2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.600620872 C6_chemical_C3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.762225808 L4_control_A1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.802298106 L4_control_A2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.900392987 L4_control_A3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 5.177373043 L4_control_B1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 5.36124547 L4_control_B2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.859367899 L4_control_B3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 5.085260576 L4_control_C2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.631475081 L4_control_C3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.748026737 L4_chemical_A1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.764307362 L4_chemical_A2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.877241779 L4_chemical_A3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.934518369 L4_chemical_B1 +LQ07X003740 Putative Probable disease resistance protein At4g27220 5.127847769 L4_chemical_B2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.800792321 L4_chemical_B3 +LQ07X003740 Putative Probable disease resistance protein At4g27220 5.283342691 L4_chemical_C2 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.787241243 L4_chemical_C3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.808902224 C6_control_A1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.904276591 C6_control_A3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.118191764 C6_control_B1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.50707315 C6_control_B2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 5.758696321 C6_control_B3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.547308318 C6_control_C1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.098083169 C6_control_C2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.768173871 C6_control_C3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.828568802 C6_chemical_A1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 7.51859417 C6_chemical_A3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 5.872815728 C6_chemical_B1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.394867279 C6_chemical_B2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.447259931 C6_chemical_B3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.621876864 C6_chemical_C1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.216092492 C6_chemical_C2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.637972601 C6_chemical_C3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 7.275537037 L4_control_A1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.462746419 L4_control_A2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 7.310000321 L4_control_A3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.150305853 L4_control_B1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.16330307 L4_control_B2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.533270311 L4_control_B3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 7.496435596 L4_control_C2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 8.070249275 L4_control_C3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 7.973303366 L4_chemical_A1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 7.002330059 L4_chemical_A2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 7.753351336 L4_chemical_A3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.222621146 L4_chemical_B1 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.122913574 L4_chemical_B2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.642774315 L4_chemical_B3 +LQ07X003780 Putative Probable disease resistance protein At4g27220 8.699472821 L4_chemical_C2 +LQ07X003780 Putative Probable disease resistance protein At4g27220 7.622374485 L4_chemical_C3 +LQ07X003810 Putative Disease resistance protein At4g27190 6.147882398 C6_control_A1 +LQ07X003810 Putative Disease resistance protein At4g27190 6.127773035 C6_control_A3 +LQ07X003810 Putative Disease resistance protein At4g27190 6.086180137 C6_control_B1 +LQ07X003810 Putative Disease resistance protein At4g27190 5.791198751 C6_control_B2 +LQ07X003810 Putative Disease resistance protein At4g27190 5.793333152 C6_control_B3 +LQ07X003810 Putative Disease resistance protein At4g27190 5.952961894 C6_control_C1 +LQ07X003810 Putative Disease resistance protein At4g27190 5.605778449 C6_control_C2 +LQ07X003810 Putative Disease resistance protein At4g27190 6.012237131 C6_control_C3 +LQ07X003810 Putative Disease resistance protein At4g27190 5.693862537 C6_chemical_A1 +LQ07X003810 Putative Disease resistance protein At4g27190 7.808018239 C6_chemical_A3 +LQ07X003810 Putative Disease resistance protein At4g27190 5.552162655 C6_chemical_B1 +LQ07X003810 Putative Disease resistance protein At4g27190 5.930667523 C6_chemical_B2 +LQ07X003810 Putative Disease resistance protein At4g27190 5.526715636 C6_chemical_B3 +LQ07X003810 Putative Disease resistance protein At4g27190 5.857142253 C6_chemical_C1 +LQ07X003810 Putative Disease resistance protein At4g27190 6.12815381 C6_chemical_C2 +LQ07X003810 Putative Disease resistance protein At4g27190 6.259825545 C6_chemical_C3 +LQ07X003810 Putative Disease resistance protein At4g27190 7.429793414 L4_control_A1 +LQ07X003810 Putative Disease resistance protein At4g27190 7.365772909 L4_control_A2 +LQ07X003810 Putative Disease resistance protein At4g27190 8.095220211 L4_control_A3 +LQ07X003810 Putative Disease resistance protein At4g27190 6.114440489 L4_control_B1 +LQ07X003810 Putative Disease resistance protein At4g27190 6.85551752 L4_control_B2 +LQ07X003810 Putative Disease resistance protein At4g27190 6.532079372 L4_control_B3 +LQ07X003810 Putative Disease resistance protein At4g27190 5.940108933 L4_control_C2 +LQ07X003810 Putative Disease resistance protein At4g27190 5.776964494 L4_control_C3 +LQ07X003810 Putative Disease resistance protein At4g27190 7.940784457 L4_chemical_A1 +LQ07X003810 Putative Disease resistance protein At4g27190 7.988492156 L4_chemical_A2 +LQ07X003810 Putative Disease resistance protein At4g27190 6.979721007 L4_chemical_A3 +LQ07X003810 Putative Disease resistance protein At4g27190 6.654141846 L4_chemical_B1 +LQ07X003810 Putative Disease resistance protein At4g27190 6.465049352 L4_chemical_B2 +LQ07X003810 Putative Disease resistance protein At4g27190 7.365566834 L4_chemical_B3 +LQ07X003810 Putative Disease resistance protein At4g27190 6.354494349 L4_chemical_C2 +LQ07X003810 Putative Disease resistance protein At4g27190 5.993732294 L4_chemical_C3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 4.976581467 C6_control_A1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 4.868399809 C6_control_A3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.280854387 C6_control_B1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.189125006 C6_control_B2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.911551201 C6_control_B3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.439998329 C6_control_C1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.222198948 C6_control_C2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.624393438 C6_control_C3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.164498481 C6_chemical_A1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 4.935074038 C6_chemical_A3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.28989063 C6_chemical_B1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 4.883271522 C6_chemical_B2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.365633284 C6_chemical_B3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.045693003 C6_chemical_C1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.343117801 C6_chemical_C2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.114682975 C6_chemical_C3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.109806663 L4_control_A1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.28045245 L4_control_A2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.364006159 L4_control_A3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 4.807619268 L4_control_B1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.483739885 L4_control_B2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.222262054 L4_control_B3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.254801802 L4_control_C2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.543147074 L4_control_C3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.358649186 L4_chemical_A1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.158137889 L4_chemical_A2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.129922723 L4_chemical_A3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.212065725 L4_chemical_B1 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.508949119 L4_chemical_B2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.167448591 L4_chemical_B3 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.61934817 L4_chemical_C2 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.491137493 L4_chemical_C3 +LQ07X003870 Hypothetical protein 5.093080364 C6_control_A1 +LQ07X003870 Hypothetical protein 5.211297887 C6_control_A3 +LQ07X003870 Hypothetical protein 5.341857632 C6_control_B1 +LQ07X003870 Hypothetical protein 5.896507809 C6_control_B2 +LQ07X003870 Hypothetical protein 5.359571306 C6_control_B3 +LQ07X003870 Hypothetical protein 6.509140435 C6_control_C1 +LQ07X003870 Hypothetical protein 6.099371905 C6_control_C2 +LQ07X003870 Hypothetical protein 6.612494763 C6_control_C3 +LQ07X003870 Hypothetical protein 5.462115744 C6_chemical_A1 +LQ07X003870 Hypothetical protein 5.206220176 C6_chemical_A3 +LQ07X003870 Hypothetical protein 5.455099647 C6_chemical_B1 +LQ07X003870 Hypothetical protein 5.527386127 C6_chemical_B2 +LQ07X003870 Hypothetical protein 5.329228309 C6_chemical_B3 +LQ07X003870 Hypothetical protein 7.235732998 C6_chemical_C1 +LQ07X003870 Hypothetical protein 6.362199413 C6_chemical_C2 +LQ07X003870 Hypothetical protein 7.845395612 C6_chemical_C3 +LQ07X003870 Hypothetical protein 5.05388332 L4_control_A1 +LQ07X003870 Hypothetical protein 5.070180882 L4_control_A2 +LQ07X003870 Hypothetical protein 6.125561679 L4_control_A3 +LQ07X003870 Hypothetical protein 5.678146362 L4_control_B1 +LQ07X003870 Hypothetical protein 5.776936106 L4_control_B2 +LQ07X003870 Hypothetical protein 6.034731021 L4_control_B3 +LQ07X003870 Hypothetical protein 8.89124623 L4_control_C2 +LQ07X003870 Hypothetical protein 8.969641445 L4_control_C3 +LQ07X003870 Hypothetical protein 4.927208145 L4_chemical_A1 +LQ07X003870 Hypothetical protein 5.182839633 L4_chemical_A2 +LQ07X003870 Hypothetical protein 5.459567372 L4_chemical_A3 +LQ07X003870 Hypothetical protein 5.47832822 L4_chemical_B1 +LQ07X003870 Hypothetical protein 5.570919009 L4_chemical_B2 +LQ07X003870 Hypothetical protein 5.321259108 L4_chemical_B3 +LQ07X003870 Hypothetical protein 9.355360069 L4_chemical_C2 +LQ07X003870 Hypothetical protein 8.456817215 L4_chemical_C3 +LQ07X003910 Hypothetical protein 6.048291436 C6_control_A1 +LQ07X003910 Hypothetical protein 6.575371378 C6_control_A3 +LQ07X003910 Hypothetical protein 5.537837462 C6_control_B1 +LQ07X003910 Hypothetical protein 6.057262206 C6_control_B2 +LQ07X003910 Hypothetical protein 5.670051158 C6_control_B3 +LQ07X003910 Hypothetical protein 6.146905152 C6_control_C1 +LQ07X003910 Hypothetical protein 6.877064609 C6_control_C2 +LQ07X003910 Hypothetical protein 5.71640627 C6_control_C3 +LQ07X003910 Hypothetical protein 5.723924337 C6_chemical_A1 +LQ07X003910 Hypothetical protein 5.768306954 C6_chemical_A3 +LQ07X003910 Hypothetical protein 5.263636778 C6_chemical_B1 +LQ07X003910 Hypothetical protein 5.798141031 C6_chemical_B2 +LQ07X003910 Hypothetical protein 5.720568115 C6_chemical_B3 +LQ07X003910 Hypothetical protein 5.918733974 C6_chemical_C1 +LQ07X003910 Hypothetical protein 5.922962234 C6_chemical_C2 +LQ07X003910 Hypothetical protein 5.566842635 C6_chemical_C3 +LQ07X003910 Hypothetical protein 5.486855147 L4_control_A1 +LQ07X003910 Hypothetical protein 5.769619412 L4_control_A2 +LQ07X003910 Hypothetical protein 6.124223134 L4_control_A3 +LQ07X003910 Hypothetical protein 5.792506401 L4_control_B1 +LQ07X003910 Hypothetical protein 5.389336456 L4_control_B2 +LQ07X003910 Hypothetical protein 5.457071732 L4_control_B3 +LQ07X003910 Hypothetical protein 4.935703519 L4_control_C2 +LQ07X003910 Hypothetical protein 5.060163209 L4_control_C3 +LQ07X003910 Hypothetical protein 5.781047917 L4_chemical_A1 +LQ07X003910 Hypothetical protein 5.534505262 L4_chemical_A2 +LQ07X003910 Hypothetical protein 6.386533234 L4_chemical_A3 +LQ07X003910 Hypothetical protein 5.599448347 L4_chemical_B1 +LQ07X003910 Hypothetical protein 5.651074008 L4_chemical_B2 +LQ07X003910 Hypothetical protein 5.540854781 L4_chemical_B3 +LQ07X003910 Hypothetical protein 5.982408895 L4_chemical_C2 +LQ07X003910 Hypothetical protein 5.035855025 L4_chemical_C3 +LQ07X003920 Putative TMV resistance protein N 5.098751732 C6_control_A1 +LQ07X003920 Putative TMV resistance protein N 4.749985756 C6_control_A3 +LQ07X003920 Putative TMV resistance protein N 5.181304356 C6_control_B1 +LQ07X003920 Putative TMV resistance protein N 5.086680116 C6_control_B2 +LQ07X003920 Putative TMV resistance protein N 5.049591725 C6_control_B3 +LQ07X003920 Putative TMV resistance protein N 5.302365406 C6_control_C1 +LQ07X003920 Putative TMV resistance protein N 4.878688625 C6_control_C2 +LQ07X003920 Putative TMV resistance protein N 5.094458738 C6_control_C3 +LQ07X003920 Putative TMV resistance protein N 4.805186935 C6_chemical_A1 +LQ07X003920 Putative TMV resistance protein N 5.247365752 C6_chemical_A3 +LQ07X003920 Putative TMV resistance protein N 5.209716738 C6_chemical_B1 +LQ07X003920 Putative TMV resistance protein N 4.730785427 C6_chemical_B2 +LQ07X003920 Putative TMV resistance protein N 5.802501149 C6_chemical_B3 +LQ07X003920 Putative TMV resistance protein N 4.902040557 C6_chemical_C1 +LQ07X003920 Putative TMV resistance protein N 4.918335022 C6_chemical_C2 +LQ07X003920 Putative TMV resistance protein N 4.797271963 C6_chemical_C3 +LQ07X003920 Putative TMV resistance protein N 5.236256562 L4_control_A1 +LQ07X003920 Putative TMV resistance protein N 5.099411083 L4_control_A2 +LQ07X003920 Putative TMV resistance protein N 4.88683864 L4_control_A3 +LQ07X003920 Putative TMV resistance protein N 4.755034763 L4_control_B1 +LQ07X003920 Putative TMV resistance protein N 4.849290819 L4_control_B2 +LQ07X003920 Putative TMV resistance protein N 5.212607315 L4_control_B3 +LQ07X003920 Putative TMV resistance protein N 5.35335427 L4_control_C2 +LQ07X003920 Putative TMV resistance protein N 6.22206447 L4_control_C3 +LQ07X003920 Putative TMV resistance protein N 5.00820179 L4_chemical_A1 +LQ07X003920 Putative TMV resistance protein N 5.244692056 L4_chemical_A2 +LQ07X003920 Putative TMV resistance protein N 4.731314446 L4_chemical_A3 +LQ07X003920 Putative TMV resistance protein N 4.931778594 L4_chemical_B1 +LQ07X003920 Putative TMV resistance protein N 4.960168268 L4_chemical_B2 +LQ07X003920 Putative TMV resistance protein N 5.243102255 L4_chemical_B3 +LQ07X003920 Putative TMV resistance protein N 5.542451703 L4_chemical_C2 +LQ07X003920 Putative TMV resistance protein N 5.383422621 L4_chemical_C3 +LQ07X003970 Hypothetical protein 5.467852276 C6_control_A1 +LQ07X003970 Hypothetical protein 5.615367262 C6_control_A3 +LQ07X003970 Hypothetical protein 5.981947219 C6_control_B1 +LQ07X003970 Hypothetical protein 5.403791948 C6_control_B2 +LQ07X003970 Hypothetical protein 5.756150695 C6_control_B3 +LQ07X003970 Hypothetical protein 5.214986792 C6_control_C1 +LQ07X003970 Hypothetical protein 5.382560772 C6_control_C2 +LQ07X003970 Hypothetical protein 5.405104279 C6_control_C3 +LQ07X003970 Hypothetical protein 5.322766179 C6_chemical_A1 +LQ07X003970 Hypothetical protein 5.288231378 C6_chemical_A3 +LQ07X003970 Hypothetical protein 5.607085708 C6_chemical_B1 +LQ07X003970 Hypothetical protein 5.232743379 C6_chemical_B2 +LQ07X003970 Hypothetical protein 5.417914979 C6_chemical_B3 +LQ07X003970 Hypothetical protein 5.354569673 C6_chemical_C1 +LQ07X003970 Hypothetical protein 5.231884088 C6_chemical_C2 +LQ07X003970 Hypothetical protein 5.245150217 C6_chemical_C3 +LQ07X003970 Hypothetical protein 5.229324506 L4_control_A1 +LQ07X003970 Hypothetical protein 5.00717531 L4_control_A2 +LQ07X003970 Hypothetical protein 5.147290135 L4_control_A3 +LQ07X003970 Hypothetical protein 5.125518777 L4_control_B1 +LQ07X003970 Hypothetical protein 4.898107647 L4_control_B2 +LQ07X003970 Hypothetical protein 5.795822997 L4_control_B3 +LQ07X003970 Hypothetical protein 5.199505153 L4_control_C2 +LQ07X003970 Hypothetical protein 5.748940062 L4_control_C3 +LQ07X003970 Hypothetical protein 5.241277831 L4_chemical_A1 +LQ07X003970 Hypothetical protein 5.04687099 L4_chemical_A2 +LQ07X003970 Hypothetical protein 5.235364142 L4_chemical_A3 +LQ07X003970 Hypothetical protein 5.102556743 L4_chemical_B1 +LQ07X003970 Hypothetical protein 5.309440033 L4_chemical_B2 +LQ07X003970 Hypothetical protein 5.178194094 L4_chemical_B3 +LQ07X003970 Hypothetical protein 5.338232898 L4_chemical_C2 +LQ07X003970 Hypothetical protein 5.22737546 L4_chemical_C3 +LQ07X004000 Disease resistance protein RGA2, putative 5.237352718 C6_control_A1 +LQ07X004000 Disease resistance protein RGA2, putative 5.079499321 C6_control_A3 +LQ07X004000 Disease resistance protein RGA2, putative 5.295704265 C6_control_B1 +LQ07X004000 Disease resistance protein RGA2, putative 5.323521388 C6_control_B2 +LQ07X004000 Disease resistance protein RGA2, putative 4.925408037 C6_control_B3 +LQ07X004000 Disease resistance protein RGA2, putative 5.45884207 C6_control_C1 +LQ07X004000 Disease resistance protein RGA2, putative 5.080698074 C6_control_C2 +LQ07X004000 Disease resistance protein RGA2, putative 5.185198218 C6_control_C3 +LQ07X004000 Disease resistance protein RGA2, putative 4.923696507 C6_chemical_A1 +LQ07X004000 Disease resistance protein RGA2, putative 4.955627673 C6_chemical_A3 +LQ07X004000 Disease resistance protein RGA2, putative 5.072554549 C6_chemical_B1 +LQ07X004000 Disease resistance protein RGA2, putative 5.153986151 C6_chemical_B2 +LQ07X004000 Disease resistance protein RGA2, putative 5.166633067 C6_chemical_B3 +LQ07X004000 Disease resistance protein RGA2, putative 5.229700167 C6_chemical_C1 +LQ07X004000 Disease resistance protein RGA2, putative 5.25402023 C6_chemical_C2 +LQ07X004000 Disease resistance protein RGA2, putative 5.246479254 C6_chemical_C3 +LQ07X004000 Disease resistance protein RGA2, putative 4.895894515 L4_control_A1 +LQ07X004000 Disease resistance protein RGA2, putative 5.414585663 L4_control_A2 +LQ07X004000 Disease resistance protein RGA2, putative 5.903418218 L4_control_A3 +LQ07X004000 Disease resistance protein RGA2, putative 4.959084502 L4_control_B1 +LQ07X004000 Disease resistance protein RGA2, putative 5.265177399 L4_control_B2 +LQ07X004000 Disease resistance protein RGA2, putative 5.219458665 L4_control_B3 +LQ07X004000 Disease resistance protein RGA2, putative 4.93737502 L4_control_C2 +LQ07X004000 Disease resistance protein RGA2, putative 5.249642393 L4_control_C3 +LQ07X004000 Disease resistance protein RGA2, putative 4.906215296 L4_chemical_A1 +LQ07X004000 Disease resistance protein RGA2, putative 4.972621408 L4_chemical_A2 +LQ07X004000 Disease resistance protein RGA2, putative 5.628632489 L4_chemical_A3 +LQ07X004000 Disease resistance protein RGA2, putative 4.941725322 L4_chemical_B1 +LQ07X004000 Disease resistance protein RGA2, putative 5.446612007 L4_chemical_B2 +LQ07X004000 Disease resistance protein RGA2, putative 5.345618772 L4_chemical_B3 +LQ07X004000 Disease resistance protein RGA2, putative 5.389713804 L4_chemical_C2 +LQ07X004000 Disease resistance protein RGA2, putative 5.042806223 L4_chemical_C3 +LQ07X004010 Purple acid phosphatase 18 5.049707727 C6_control_A1 +LQ07X004010 Purple acid phosphatase 18 5.276367636 C6_control_A3 +LQ07X004010 Purple acid phosphatase 18 5.205327636 C6_control_B1 +LQ07X004010 Purple acid phosphatase 18 5.715083953 C6_control_B2 +LQ07X004010 Purple acid phosphatase 18 5.215990263 C6_control_B3 +LQ07X004010 Purple acid phosphatase 18 5.31059311 C6_control_C1 +LQ07X004010 Purple acid phosphatase 18 5.570549554 C6_control_C2 +LQ07X004010 Purple acid phosphatase 18 5.406474142 C6_control_C3 +LQ07X004010 Purple acid phosphatase 18 5.539944338 C6_chemical_A1 +LQ07X004010 Purple acid phosphatase 18 5.155652718 C6_chemical_A3 +LQ07X004010 Purple acid phosphatase 18 5.009350975 C6_chemical_B1 +LQ07X004010 Purple acid phosphatase 18 5.468925751 C6_chemical_B2 +LQ07X004010 Purple acid phosphatase 18 4.845989851 C6_chemical_B3 +LQ07X004010 Purple acid phosphatase 18 5.397272142 C6_chemical_C1 +LQ07X004010 Purple acid phosphatase 18 5.364079185 C6_chemical_C2 +LQ07X004010 Purple acid phosphatase 18 5.137350869 C6_chemical_C3 +LQ07X004010 Purple acid phosphatase 18 5.067560808 L4_control_A1 +LQ07X004010 Purple acid phosphatase 18 5.200119916 L4_control_A2 +LQ07X004010 Purple acid phosphatase 18 6.093103836 L4_control_A3 +LQ07X004010 Purple acid phosphatase 18 5.567423543 L4_control_B1 +LQ07X004010 Purple acid phosphatase 18 5.636063011 L4_control_B2 +LQ07X004010 Purple acid phosphatase 18 5.618792555 L4_control_B3 +LQ07X004010 Purple acid phosphatase 18 5.136442703 L4_control_C2 +LQ07X004010 Purple acid phosphatase 18 5.374093484 L4_control_C3 +LQ07X004010 Purple acid phosphatase 18 4.784821684 L4_chemical_A1 +LQ07X004010 Purple acid phosphatase 18 5.032158683 L4_chemical_A2 +LQ07X004010 Purple acid phosphatase 18 6.222724577 L4_chemical_A3 +LQ07X004010 Purple acid phosphatase 18 5.310141005 L4_chemical_B1 +LQ07X004010 Purple acid phosphatase 18 5.394227466 L4_chemical_B2 +LQ07X004010 Purple acid phosphatase 18 5.295953969 L4_chemical_B3 +LQ07X004010 Purple acid phosphatase 18 5.490214665 L4_chemical_C2 +LQ07X004010 Purple acid phosphatase 18 5.092528031 L4_chemical_C3 +LQ07X004030 Putative Disease resistance protein RPS2 5.031481056 C6_control_A1 +LQ07X004030 Putative Disease resistance protein RPS2 5.106353961 C6_control_A3 +LQ07X004030 Putative Disease resistance protein RPS2 5.231797839 C6_control_B1 +LQ07X004030 Putative Disease resistance protein RPS2 5.07531367 C6_control_B2 +LQ07X004030 Putative Disease resistance protein RPS2 4.988342493 C6_control_B3 +LQ07X004030 Putative Disease resistance protein RPS2 4.940616639 C6_control_C1 +LQ07X004030 Putative Disease resistance protein RPS2 4.887158042 C6_control_C2 +LQ07X004030 Putative Disease resistance protein RPS2 5.245793502 C6_control_C3 +LQ07X004030 Putative Disease resistance protein RPS2 5.02430278 C6_chemical_A1 +LQ07X004030 Putative Disease resistance protein RPS2 4.810124042 C6_chemical_A3 +LQ07X004030 Putative Disease resistance protein RPS2 5.044183933 C6_chemical_B1 +LQ07X004030 Putative Disease resistance protein RPS2 4.90609743 C6_chemical_B2 +LQ07X004030 Putative Disease resistance protein RPS2 4.794362411 C6_chemical_B3 +LQ07X004030 Putative Disease resistance protein RPS2 5.032535685 C6_chemical_C1 +LQ07X004030 Putative Disease resistance protein RPS2 4.960714183 C6_chemical_C2 +LQ07X004030 Putative Disease resistance protein RPS2 5.52799232 C6_chemical_C3 +LQ07X004030 Putative Disease resistance protein RPS2 4.988998948 L4_control_A1 +LQ07X004030 Putative Disease resistance protein RPS2 4.808663568 L4_control_A2 +LQ07X004030 Putative Disease resistance protein RPS2 5.327568903 L4_control_A3 +LQ07X004030 Putative Disease resistance protein RPS2 5.384876295 L4_control_B1 +LQ07X004030 Putative Disease resistance protein RPS2 5.148677311 L4_control_B2 +LQ07X004030 Putative Disease resistance protein RPS2 5.11005697 L4_control_B3 +LQ07X004030 Putative Disease resistance protein RPS2 5.079707529 L4_control_C2 +LQ07X004030 Putative Disease resistance protein RPS2 4.915928558 L4_control_C3 +LQ07X004030 Putative Disease resistance protein RPS2 5.279799619 L4_chemical_A1 +LQ07X004030 Putative Disease resistance protein RPS2 5.167700423 L4_chemical_A2 +LQ07X004030 Putative Disease resistance protein RPS2 4.92884778 L4_chemical_A3 +LQ07X004030 Putative Disease resistance protein RPS2 4.955086761 L4_chemical_B1 +LQ07X004030 Putative Disease resistance protein RPS2 5.090778178 L4_chemical_B2 +LQ07X004030 Putative Disease resistance protein RPS2 5.05647176 L4_chemical_B3 +LQ07X004030 Putative Disease resistance protein RPS2 4.661712057 L4_chemical_C2 +LQ07X004030 Putative Disease resistance protein RPS2 4.682338063 L4_chemical_C3 +LQ07X004040 Putative Ankyrin-1 5.323952307 C6_control_A1 +LQ07X004040 Putative Ankyrin-1 5.200191796 C6_control_A3 +LQ07X004040 Putative Ankyrin-1 5.892773117 C6_control_B1 +LQ07X004040 Putative Ankyrin-1 4.976619477 C6_control_B2 +LQ07X004040 Putative Ankyrin-1 5.391548475 C6_control_B3 +LQ07X004040 Putative Ankyrin-1 5.093097519 C6_control_C1 +LQ07X004040 Putative Ankyrin-1 5.144909452 C6_control_C2 +LQ07X004040 Putative Ankyrin-1 5.120121238 C6_control_C3 +LQ07X004040 Putative Ankyrin-1 5.250558647 C6_chemical_A1 +LQ07X004040 Putative Ankyrin-1 5.463833129 C6_chemical_A3 +LQ07X004040 Putative Ankyrin-1 5.469380412 C6_chemical_B1 +LQ07X004040 Putative Ankyrin-1 5.314469556 C6_chemical_B2 +LQ07X004040 Putative Ankyrin-1 5.260108477 C6_chemical_B3 +LQ07X004040 Putative Ankyrin-1 4.973923603 C6_chemical_C1 +LQ07X004040 Putative Ankyrin-1 5.23112096 C6_chemical_C2 +LQ07X004040 Putative Ankyrin-1 4.887300929 C6_chemical_C3 +LQ07X004040 Putative Ankyrin-1 5.36267567 L4_control_A1 +LQ07X004040 Putative Ankyrin-1 5.701989843 L4_control_A2 +LQ07X004040 Putative Ankyrin-1 5.928603297 L4_control_A3 +LQ07X004040 Putative Ankyrin-1 6.685046063 L4_control_B1 +LQ07X004040 Putative Ankyrin-1 5.607290517 L4_control_B2 +LQ07X004040 Putative Ankyrin-1 5.60642865 L4_control_B3 +LQ07X004040 Putative Ankyrin-1 5.464081182 L4_control_C2 +LQ07X004040 Putative Ankyrin-1 5.049021738 L4_control_C3 +LQ07X004040 Putative Ankyrin-1 5.222071933 L4_chemical_A1 +LQ07X004040 Putative Ankyrin-1 5.786650592 L4_chemical_A2 +LQ07X004040 Putative Ankyrin-1 5.885004445 L4_chemical_A3 +LQ07X004040 Putative Ankyrin-1 5.283204331 L4_chemical_B1 +LQ07X004040 Putative Ankyrin-1 5.391983471 L4_chemical_B2 +LQ07X004040 Putative Ankyrin-1 5.754708855 L4_chemical_B3 +LQ07X004040 Putative Ankyrin-1 5.612136568 L4_chemical_C2 +LQ07X004040 Putative Ankyrin-1 5.424594779 L4_chemical_C3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.86813167 C6_control_A1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.54452806 C6_control_A3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.26642025 C6_control_B1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.47617514 C6_control_B2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 9.792016954 C6_control_B3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.53714238 C6_control_C1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.79807015 C6_control_C2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.07240395 C6_control_C3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.86127687 C6_chemical_A1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.94065502 C6_chemical_A3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.30120044 C6_chemical_B1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.3378598 C6_chemical_B2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 9.826651902 C6_chemical_B3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.44250689 C6_chemical_C1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.24506207 C6_chemical_C2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.59647962 C6_chemical_C3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.36172838 L4_control_A1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.86821163 L4_control_A2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.00834731 L4_control_A3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 9.857263656 L4_control_B1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 9.495738582 L4_control_B2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.22856771 L4_control_B3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.09526209 L4_control_C2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.52549753 L4_control_C3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.63555171 L4_chemical_A1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.01653476 L4_chemical_A2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.87558865 L4_chemical_A3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.08680349 L4_chemical_B1 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.40188405 L4_chemical_B2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.13145963 L4_chemical_B3 +LQ07X004050 CRS2-associated factor 2, mitochondrial 11.55460158 L4_chemical_C2 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.38993008 L4_chemical_C3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 14.10958279 C6_control_A1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.8795185 C6_control_A3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.84778332 C6_control_B1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 14.21768349 C6_control_B2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 14.03298546 C6_control_B3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.42005289 C6_control_C1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.50091828 C6_control_C2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.64055148 C6_control_C3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.82196733 C6_chemical_A1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.50562829 C6_chemical_A3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.82650144 C6_chemical_B1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 14.25137938 C6_chemical_B2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.97818442 C6_chemical_B3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.3467 C6_chemical_C1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.55249492 C6_chemical_C2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.45696777 C6_chemical_C3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.77103003 L4_control_A1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.63881377 L4_control_A2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.67728953 L4_control_A3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.82244571 L4_control_B1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 12.98277545 L4_control_B2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.19763008 L4_control_B3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 12.78493436 L4_control_C2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 12.16415825 L4_control_C3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.81268579 L4_chemical_A1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.69326828 L4_chemical_A2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.94006539 L4_chemical_A3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.48772318 L4_chemical_B1 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.24872955 L4_chemical_B2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.98807768 L4_chemical_B3 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 12.82054297 L4_chemical_C2 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 12.22117111 L4_chemical_C3 +LQ07X004090 Putative uncharacterized protein 13.55223399 C6_control_A1 +LQ07X004090 Putative uncharacterized protein 13.13917793 C6_control_A3 +LQ07X004090 Putative uncharacterized protein 13.49350002 C6_control_B1 +LQ07X004090 Putative uncharacterized protein 12.80636841 C6_control_B2 +LQ07X004090 Putative uncharacterized protein 13.09954783 C6_control_B3 +LQ07X004090 Putative uncharacterized protein 12.97687743 C6_control_C1 +LQ07X004090 Putative uncharacterized protein 12.78502317 C6_control_C2 +LQ07X004090 Putative uncharacterized protein 12.63059623 C6_control_C3 +LQ07X004090 Putative uncharacterized protein 13.60625322 C6_chemical_A1 +LQ07X004090 Putative uncharacterized protein 13.01816923 C6_chemical_A3 +LQ07X004090 Putative uncharacterized protein 13.4988982 C6_chemical_B1 +LQ07X004090 Putative uncharacterized protein 12.82037 C6_chemical_B2 +LQ07X004090 Putative uncharacterized protein 13.1717212 C6_chemical_B3 +LQ07X004090 Putative uncharacterized protein 13.15355209 C6_chemical_C1 +LQ07X004090 Putative uncharacterized protein 12.82980711 C6_chemical_C2 +LQ07X004090 Putative uncharacterized protein 12.33958891 C6_chemical_C3 +LQ07X004090 Putative uncharacterized protein 13.39777503 L4_control_A1 +LQ07X004090 Putative uncharacterized protein 12.53986772 L4_control_A2 +LQ07X004090 Putative uncharacterized protein 13.03400185 L4_control_A3 +LQ07X004090 Putative uncharacterized protein 13.47958188 L4_control_B1 +LQ07X004090 Putative uncharacterized protein 13.07679367 L4_control_B2 +LQ07X004090 Putative uncharacterized protein 12.74745467 L4_control_B3 +LQ07X004090 Putative uncharacterized protein 13.37552571 L4_control_C2 +LQ07X004090 Putative uncharacterized protein 12.72195809 L4_control_C3 +LQ07X004090 Putative uncharacterized protein 13.55651851 L4_chemical_A1 +LQ07X004090 Putative uncharacterized protein 12.71502555 L4_chemical_A2 +LQ07X004090 Putative uncharacterized protein 13.27010796 L4_chemical_A3 +LQ07X004090 Putative uncharacterized protein 13.65662131 L4_chemical_B1 +LQ07X004090 Putative uncharacterized protein 13.24797846 L4_chemical_B2 +LQ07X004090 Putative uncharacterized protein 12.9206737 L4_chemical_B3 +LQ07X004090 Putative uncharacterized protein 13.48296051 L4_chemical_C2 +LQ07X004090 Putative uncharacterized protein 12.76282685 L4_chemical_C3 +LQ07X004100 Predicted protein 11.60418714 C6_control_A1 +LQ07X004100 Predicted protein 6.315725122 C6_control_A3 +LQ07X004100 Predicted protein 12.00487947 C6_control_B1 +LQ07X004100 Predicted protein 11.28410444 C6_control_B2 +LQ07X004100 Predicted protein 8.06136668 C6_control_B3 +LQ07X004100 Predicted protein 13.99336661 C6_control_C1 +LQ07X004100 Predicted protein 11.51608571 C6_control_C2 +LQ07X004100 Predicted protein 7.552548388 C6_control_C3 +LQ07X004100 Predicted protein 12.50050376 C6_chemical_A1 +LQ07X004100 Predicted protein 7.853955216 C6_chemical_A3 +LQ07X004100 Predicted protein 12.75026819 C6_chemical_B1 +LQ07X004100 Predicted protein 11.90291434 C6_chemical_B2 +LQ07X004100 Predicted protein 7.592653665 C6_chemical_B3 +LQ07X004100 Predicted protein 14.14164628 C6_chemical_C1 +LQ07X004100 Predicted protein 12.6888914 C6_chemical_C2 +LQ07X004100 Predicted protein 9.039259129 C6_chemical_C3 +LQ07X004100 Predicted protein 10.42483315 L4_control_A1 +LQ07X004100 Predicted protein 9.582918827 L4_control_A2 +LQ07X004100 Predicted protein 5.13226103 L4_control_A3 +LQ07X004100 Predicted protein 11.39011756 L4_control_B1 +LQ07X004100 Predicted protein 10.19393879 L4_control_B2 +LQ07X004100 Predicted protein 8.073557769 L4_control_B3 +LQ07X004100 Predicted protein 10.68620829 L4_control_C2 +LQ07X004100 Predicted protein 6.079017248 L4_control_C3 +LQ07X004100 Predicted protein 9.570266747 L4_chemical_A1 +LQ07X004100 Predicted protein 10.40898946 L4_chemical_A2 +LQ07X004100 Predicted protein 5.409375723 L4_chemical_A3 +LQ07X004100 Predicted protein 11.99374697 L4_chemical_B1 +LQ07X004100 Predicted protein 10.55059087 L4_chemical_B2 +LQ07X004100 Predicted protein 7.555800691 L4_chemical_B3 +LQ07X004100 Predicted protein 11.45816603 L4_chemical_C2 +LQ07X004100 Predicted protein 7.548915921 L4_chemical_C3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.907551835 C6_control_A1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.348814895 C6_control_A3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.553885133 C6_control_B1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.927490811 C6_control_B2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.204590729 C6_control_B3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.670817663 C6_control_C1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.735462266 C6_control_C2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.211132672 C6_control_C3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.101342931 C6_chemical_A1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.703067337 C6_chemical_A3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.660694654 C6_chemical_B1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.051622292 C6_chemical_B2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.20006035 C6_chemical_B3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 7.407038536 C6_chemical_C1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.340911445 C6_chemical_C2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.394488244 C6_chemical_C3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.782972136 L4_control_A1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.253331389 L4_control_A2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.773646939 L4_control_A3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.479005881 L4_control_B1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.444790639 L4_control_B2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.751537387 L4_control_B3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.316055146 L4_control_C2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.803333192 L4_control_C3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.85133367 L4_chemical_A1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.781634278 L4_chemical_A2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.439566603 L4_chemical_A3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.998165566 L4_chemical_B1 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.382895854 L4_chemical_B2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 5.917513775 L4_chemical_B3 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.408004523 L4_chemical_C2 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.107123513 L4_chemical_C3 +LQ07X004130 Putative Major pollen allergen 10.73983561 C6_control_A1 +LQ07X004130 Putative Major pollen allergen 11.02845748 C6_control_A3 +LQ07X004130 Putative Major pollen allergen 10.41139082 C6_control_B1 +LQ07X004130 Putative Major pollen allergen 11.14037863 C6_control_B2 +LQ07X004130 Putative Major pollen allergen 10.86259876 C6_control_B3 +LQ07X004130 Putative Major pollen allergen 10.80493624 C6_control_C1 +LQ07X004130 Putative Major pollen allergen 11.4805941 C6_control_C2 +LQ07X004130 Putative Major pollen allergen 11.39060291 C6_control_C3 +LQ07X004130 Putative Major pollen allergen 11.03915074 C6_chemical_A1 +LQ07X004130 Putative Major pollen allergen 10.22198689 C6_chemical_A3 +LQ07X004130 Putative Major pollen allergen 10.46315281 C6_chemical_B1 +LQ07X004130 Putative Major pollen allergen 11.43378176 C6_chemical_B2 +LQ07X004130 Putative Major pollen allergen 11.30312453 C6_chemical_B3 +LQ07X004130 Putative Major pollen allergen 11.23804237 C6_chemical_C1 +LQ07X004130 Putative Major pollen allergen 11.17273182 C6_chemical_C2 +LQ07X004130 Putative Major pollen allergen 11.81701204 C6_chemical_C3 +LQ07X004130 Putative Major pollen allergen 11.02333693 L4_control_A1 +LQ07X004130 Putative Major pollen allergen 11.12702241 L4_control_A2 +LQ07X004130 Putative Major pollen allergen 9.386781325 L4_control_A3 +LQ07X004130 Putative Major pollen allergen 10.51335204 L4_control_B1 +LQ07X004130 Putative Major pollen allergen 9.687458267 L4_control_B2 +LQ07X004130 Putative Major pollen allergen 11.3560264 L4_control_B3 +LQ07X004130 Putative Major pollen allergen 9.603458626 L4_control_C2 +LQ07X004130 Putative Major pollen allergen 10.72588122 L4_control_C3 +LQ07X004130 Putative Major pollen allergen 11.50838346 L4_chemical_A1 +LQ07X004130 Putative Major pollen allergen 11.34585797 L4_chemical_A2 +LQ07X004130 Putative Major pollen allergen 10.86134304 L4_chemical_A3 +LQ07X004130 Putative Major pollen allergen 10.415048 L4_chemical_B1 +LQ07X004130 Putative Major pollen allergen 10.6738092 L4_chemical_B2 +LQ07X004130 Putative Major pollen allergen 11.27788448 L4_chemical_B3 +LQ07X004130 Putative Major pollen allergen 10.00133826 L4_chemical_C2 +LQ07X004130 Putative Major pollen allergen 10.58515418 L4_chemical_C3 +LQ07X004210 DNA polymerase I, putative 5.610510377 C6_control_A1 +LQ07X004210 DNA polymerase I, putative 5.525701807 C6_control_A3 +LQ07X004210 DNA polymerase I, putative 6.447875894 C6_control_B1 +LQ07X004210 DNA polymerase I, putative 5.795039647 C6_control_B2 +LQ07X004210 DNA polymerase I, putative 6.003573552 C6_control_B3 +LQ07X004210 DNA polymerase I, putative 6.307037066 C6_control_C1 +LQ07X004210 DNA polymerase I, putative 6.236771162 C6_control_C2 +LQ07X004210 DNA polymerase I, putative 5.845365468 C6_control_C3 +LQ07X004210 DNA polymerase I, putative 5.66659533 C6_chemical_A1 +LQ07X004210 DNA polymerase I, putative 5.877413048 C6_chemical_A3 +LQ07X004210 DNA polymerase I, putative 6.293946726 C6_chemical_B1 +LQ07X004210 DNA polymerase I, putative 5.892085977 C6_chemical_B2 +LQ07X004210 DNA polymerase I, putative 5.729589861 C6_chemical_B3 +LQ07X004210 DNA polymerase I, putative 6.378490607 C6_chemical_C1 +LQ07X004210 DNA polymerase I, putative 6.091061605 C6_chemical_C2 +LQ07X004210 DNA polymerase I, putative 6.508326945 C6_chemical_C3 +LQ07X004210 DNA polymerase I, putative 5.928502945 L4_control_A1 +LQ07X004210 DNA polymerase I, putative 5.211000059 L4_control_A2 +LQ07X004210 DNA polymerase I, putative 5.245860317 L4_control_A3 +LQ07X004210 DNA polymerase I, putative 5.379453523 L4_control_B1 +LQ07X004210 DNA polymerase I, putative 5.21657544 L4_control_B2 +LQ07X004210 DNA polymerase I, putative 5.458320844 L4_control_B3 +LQ07X004210 DNA polymerase I, putative 5.843868988 L4_control_C2 +LQ07X004210 DNA polymerase I, putative 6.560363113 L4_control_C3 +LQ07X004210 DNA polymerase I, putative 5.805559462 L4_chemical_A1 +LQ07X004210 DNA polymerase I, putative 5.634263976 L4_chemical_A2 +LQ07X004210 DNA polymerase I, putative 5.852528908 L4_chemical_A3 +LQ07X004210 DNA polymerase I, putative 5.669185639 L4_chemical_B1 +LQ07X004210 DNA polymerase I, putative 6.099688528 L4_chemical_B2 +LQ07X004210 DNA polymerase I, putative 5.369629684 L4_chemical_B3 +LQ07X004210 DNA polymerase I, putative 5.495837226 L4_chemical_C2 +LQ07X004210 DNA polymerase I, putative 7.379118072 L4_chemical_C3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.682683282 C6_control_A1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.173843899 C6_control_A3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.288018814 C6_control_B1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.364426313 C6_control_B2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.202908295 C6_control_B3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.011011069 C6_control_C1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.068783957 C6_control_C2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.144727396 C6_control_C3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.6801911 C6_chemical_A1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.213804146 C6_chemical_A3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.260415247 C6_chemical_B1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.105277891 C6_chemical_B2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.144176346 C6_chemical_B3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.339002274 C6_chemical_C1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.022158339 C6_chemical_C2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.445073908 C6_chemical_C3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.854773781 L4_control_A1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.385427513 L4_control_A2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 6.239238013 L4_control_A3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 6.146784825 L4_control_B1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 6.106913502 L4_control_B2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.211824699 L4_control_B3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.042354017 L4_control_C2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.37600171 L4_control_C3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.452657601 L4_chemical_A1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.755664506 L4_chemical_A2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.867985976 L4_chemical_A3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.724268844 L4_chemical_B1 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.531677217 L4_chemical_B2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.381751092 L4_chemical_B3 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.46785363 L4_chemical_C2 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 4.923528287 L4_chemical_C3 +LQ07X004240 Predicted protein 6.249269382 C6_control_A1 +LQ07X004240 Predicted protein 6.162168259 C6_control_A3 +LQ07X004240 Predicted protein 5.996391572 C6_control_B1 +LQ07X004240 Predicted protein 6.339058512 C6_control_B2 +LQ07X004240 Predicted protein 5.645187023 C6_control_B3 +LQ07X004240 Predicted protein 5.936626503 C6_control_C1 +LQ07X004240 Predicted protein 6.420740433 C6_control_C2 +LQ07X004240 Predicted protein 6.132722656 C6_control_C3 +LQ07X004240 Predicted protein 5.92287009 C6_chemical_A1 +LQ07X004240 Predicted protein 6.066133743 C6_chemical_A3 +LQ07X004240 Predicted protein 6.287849443 C6_chemical_B1 +LQ07X004240 Predicted protein 6.29386155 C6_chemical_B2 +LQ07X004240 Predicted protein 5.579779683 C6_chemical_B3 +LQ07X004240 Predicted protein 5.728132626 C6_chemical_C1 +LQ07X004240 Predicted protein 6.211654929 C6_chemical_C2 +LQ07X004240 Predicted protein 5.556533189 C6_chemical_C3 +LQ07X004240 Predicted protein 6.265178804 L4_control_A1 +LQ07X004240 Predicted protein 6.275171515 L4_control_A2 +LQ07X004240 Predicted protein 5.964380009 L4_control_A3 +LQ07X004240 Predicted protein 6.055000956 L4_control_B1 +LQ07X004240 Predicted protein 5.777548332 L4_control_B2 +LQ07X004240 Predicted protein 6.193443906 L4_control_B3 +LQ07X004240 Predicted protein 6.255088534 L4_control_C2 +LQ07X004240 Predicted protein 6.24146448 L4_control_C3 +LQ07X004240 Predicted protein 6.257539342 L4_chemical_A1 +LQ07X004240 Predicted protein 6.441507776 L4_chemical_A2 +LQ07X004240 Predicted protein 6.18965662 L4_chemical_A3 +LQ07X004240 Predicted protein 6.178745545 L4_chemical_B1 +LQ07X004240 Predicted protein 5.882880664 L4_chemical_B2 +LQ07X004240 Predicted protein 6.110709637 L4_chemical_B3 +LQ07X004240 Predicted protein 7.186010904 L4_chemical_C2 +LQ07X004240 Predicted protein 6.125908574 L4_chemical_C3 +LQ07X004270 Putative uncharacterized protein 5.578095339 C6_control_A1 +LQ07X004270 Putative uncharacterized protein 5.630299851 C6_control_A3 +LQ07X004270 Putative uncharacterized protein 5.15428349 C6_control_B1 +LQ07X004270 Putative uncharacterized protein 5.643516386 C6_control_B2 +LQ07X004270 Putative uncharacterized protein 5.656354201 C6_control_B3 +LQ07X004270 Putative uncharacterized protein 6.138556736 C6_control_C1 +LQ07X004270 Putative uncharacterized protein 6.440361037 C6_control_C2 +LQ07X004270 Putative uncharacterized protein 6.179026076 C6_control_C3 +LQ07X004270 Putative uncharacterized protein 5.337256115 C6_chemical_A1 +LQ07X004270 Putative uncharacterized protein 5.718758588 C6_chemical_A3 +LQ07X004270 Putative uncharacterized protein 5.762340906 C6_chemical_B1 +LQ07X004270 Putative uncharacterized protein 5.704007758 C6_chemical_B2 +LQ07X004270 Putative uncharacterized protein 5.240473073 C6_chemical_B3 +LQ07X004270 Putative uncharacterized protein 5.648553887 C6_chemical_C1 +LQ07X004270 Putative uncharacterized protein 5.843910534 C6_chemical_C2 +LQ07X004270 Putative uncharacterized protein 5.913604815 C6_chemical_C3 +LQ07X004270 Putative uncharacterized protein 5.820782244 L4_control_A1 +LQ07X004270 Putative uncharacterized protein 5.497249856 L4_control_A2 +LQ07X004270 Putative uncharacterized protein 5.665664898 L4_control_A3 +LQ07X004270 Putative uncharacterized protein 6.048375433 L4_control_B1 +LQ07X004270 Putative uncharacterized protein 5.567715545 L4_control_B2 +LQ07X004270 Putative uncharacterized protein 5.618623946 L4_control_B3 +LQ07X004270 Putative uncharacterized protein 5.859491003 L4_control_C2 +LQ07X004270 Putative uncharacterized protein 5.00503021 L4_control_C3 +LQ07X004270 Putative uncharacterized protein 5.163904542 L4_chemical_A1 +LQ07X004270 Putative uncharacterized protein 5.451780187 L4_chemical_A2 +LQ07X004270 Putative uncharacterized protein 6.091680265 L4_chemical_A3 +LQ07X004270 Putative uncharacterized protein 5.400521921 L4_chemical_B1 +LQ07X004270 Putative uncharacterized protein 5.235891109 L4_chemical_B2 +LQ07X004270 Putative uncharacterized protein 5.538949978 L4_chemical_B3 +LQ07X004270 Putative uncharacterized protein 5.247320131 L4_chemical_C2 +LQ07X004270 Putative uncharacterized protein 5.370906249 L4_chemical_C3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.755658638 C6_control_A1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.21119243 C6_control_A3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.985018047 C6_control_B1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.096996813 C6_control_B2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.996563126 C6_control_B3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.26640762 C6_control_C1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.924108206 C6_control_C2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.163463264 C6_control_C3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.983741848 C6_chemical_A1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.878050479 C6_chemical_A3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.677170341 C6_chemical_B1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.952690708 C6_chemical_B2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.843703137 C6_chemical_B3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.054919282 C6_chemical_C1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.082635878 C6_chemical_C2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.934371105 C6_chemical_C3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.194881744 L4_control_A1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.144714349 L4_control_A2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.180438309 L4_control_A3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.238439129 L4_control_B1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.437075037 L4_control_B2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.780603564 L4_control_B3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.06413811 L4_control_C2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.579920107 L4_control_C3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.936510108 L4_chemical_A1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.093966056 L4_chemical_A2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.082982194 L4_chemical_A3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.104453974 L4_chemical_B1 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.88334544 L4_chemical_B2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 5.092971634 L4_chemical_B3 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.965492164 L4_chemical_C2 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.843795628 L4_chemical_C3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.10790183 C6_control_A1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.91298195 C6_control_A3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.3318134 C6_control_B1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.56417006 C6_control_B2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.62096484 C6_control_B3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.00513364 C6_control_C1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.10205008 C6_control_C2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.05034336 C6_control_C3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.92332346 C6_chemical_A1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.22139163 C6_chemical_A3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.98784695 C6_chemical_B1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.50740507 C6_chemical_B2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.3975726 C6_chemical_B3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.686429 C6_chemical_C1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.78175903 C6_chemical_C2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.92550899 C6_chemical_C3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.99248033 L4_control_A1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.97594526 L4_control_A2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.69438412 L4_control_A3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.29527636 L4_control_B1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.92823495 L4_control_B2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.64812807 L4_control_B3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.40332904 L4_control_C2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.97976026 L4_control_C3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.87657279 L4_chemical_A1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.8344582 L4_chemical_A2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.71636183 L4_chemical_A3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.02735934 L4_chemical_B1 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.29416241 L4_chemical_B2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 11.60023761 L4_chemical_B3 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 9.858221126 L4_chemical_C2 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.88517342 L4_chemical_C3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.253909045 C6_control_A1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.821147752 C6_control_A3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.269925258 C6_control_B1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 6.129426394 C6_control_B2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.453679316 C6_control_B3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.899628723 C6_control_C1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.393987297 C6_control_C2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.314989602 C6_control_C3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.300214635 C6_chemical_A1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.517506047 C6_chemical_A3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 4.92241213 C6_chemical_B1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.930752276 C6_chemical_B2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.27596285 C6_chemical_B3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 6.645615999 C6_chemical_C1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 6.30896612 C6_chemical_C2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.855379698 C6_chemical_C3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.718041294 L4_control_A1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.625544652 L4_control_A2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.447251368 L4_control_A3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.130590865 L4_control_B1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 4.978379781 L4_control_B2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.17071739 L4_control_B3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.822377237 L4_control_C2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 4.859182149 L4_control_C3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.195374762 L4_chemical_A1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.279928878 L4_chemical_A2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.466381002 L4_chemical_A3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.158744034 L4_chemical_B1 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.1893044 L4_chemical_B2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.261934284 L4_chemical_B3 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 6.184576585 L4_chemical_C2 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.22050368 L4_chemical_C3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.411610481 C6_control_A1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.559103855 C6_control_A3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.59862347 C6_control_B1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.549682687 C6_control_B2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.263032526 C6_control_B3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.262516131 C6_control_C1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.635418689 C6_control_C2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.860738057 C6_control_C3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.464398845 C6_chemical_A1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 4.975144291 C6_chemical_A3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.321297971 C6_chemical_B1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.336133056 C6_chemical_B2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.664424067 C6_chemical_B3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.218557238 C6_chemical_C1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.230887123 C6_chemical_C2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.660801204 C6_chemical_C3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.370430078 L4_control_A1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.738807719 L4_control_A2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.215121807 L4_control_A3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.293007652 L4_control_B1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.183199987 L4_control_B2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.400064062 L4_control_B3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.790631381 L4_control_C2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.855118459 L4_control_C3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.453595625 L4_chemical_A1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.322976104 L4_chemical_A2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.260434725 L4_chemical_A3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.33374637 L4_chemical_B1 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 6.054910911 L4_chemical_B2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.646063614 L4_chemical_B3 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.265997647 L4_chemical_C2 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.536392834 L4_chemical_C3 +LQ07X004470 Predicted protein 10.78633418 C6_control_A1 +LQ07X004470 Predicted protein 10.99142291 C6_control_A3 +LQ07X004470 Predicted protein 10.4971748 C6_control_B1 +LQ07X004470 Predicted protein 10.52852356 C6_control_B2 +LQ07X004470 Predicted protein 10.67537317 C6_control_B3 +LQ07X004470 Predicted protein 11.11913288 C6_control_C1 +LQ07X004470 Predicted protein 10.94978655 C6_control_C2 +LQ07X004470 Predicted protein 11.25722523 C6_control_C3 +LQ07X004470 Predicted protein 10.71672302 C6_chemical_A1 +LQ07X004470 Predicted protein 10.92367138 C6_chemical_A3 +LQ07X004470 Predicted protein 10.42465054 C6_chemical_B1 +LQ07X004470 Predicted protein 10.54825614 C6_chemical_B2 +LQ07X004470 Predicted protein 10.63816368 C6_chemical_B3 +LQ07X004470 Predicted protein 10.87330586 C6_chemical_C1 +LQ07X004470 Predicted protein 10.79611422 C6_chemical_C2 +LQ07X004470 Predicted protein 11.08873285 C6_chemical_C3 +LQ07X004470 Predicted protein 10.86124211 L4_control_A1 +LQ07X004470 Predicted protein 10.8442692 L4_control_A2 +LQ07X004470 Predicted protein 11.42272953 L4_control_A3 +LQ07X004470 Predicted protein 10.52815936 L4_control_B1 +LQ07X004470 Predicted protein 10.43618011 L4_control_B2 +LQ07X004470 Predicted protein 10.20254539 L4_control_B3 +LQ07X004470 Predicted protein 10.75212255 L4_control_C2 +LQ07X004470 Predicted protein 11.03516897 L4_control_C3 +LQ07X004470 Predicted protein 10.83009111 L4_chemical_A1 +LQ07X004470 Predicted protein 11.02069818 L4_chemical_A2 +LQ07X004470 Predicted protein 11.44158477 L4_chemical_A3 +LQ07X004470 Predicted protein 10.36966909 L4_chemical_B1 +LQ07X004470 Predicted protein 10.14490381 L4_chemical_B2 +LQ07X004470 Predicted protein 10.45009341 L4_chemical_B3 +LQ07X004470 Predicted protein 10.71078402 L4_chemical_C2 +LQ07X004470 Predicted protein 10.91418709 L4_chemical_C3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.512418395 C6_control_A1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.922045466 C6_control_A3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.245955232 C6_control_B1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.524002785 C6_control_B2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.250041395 C6_control_B3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.097814532 C6_control_C1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.800241017 C6_control_C2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.275625161 C6_control_C3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.178899426 C6_chemical_A1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.288544695 C6_chemical_A3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.556879312 C6_chemical_B1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.305092159 C6_chemical_B2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.180428974 C6_chemical_B3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.703237299 C6_chemical_C1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.686684871 C6_chemical_C2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.499277364 C6_chemical_C3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.417753804 L4_control_A1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.273154007 L4_control_A2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.271774287 L4_control_A3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.178529653 L4_control_B1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.641644984 L4_control_B2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.321765633 L4_control_B3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.851036328 L4_control_C2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.425812851 L4_control_C3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.125869591 L4_chemical_A1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.049121978 L4_chemical_A2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.035627659 L4_chemical_A3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.58194521 L4_chemical_B1 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.506155338 L4_chemical_B2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.198648376 L4_chemical_B3 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.86044034 L4_chemical_C2 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.848959915 L4_chemical_C3 +LQ07X004530 Putative disease resistance protein RGA3 9.06028161 C6_control_A1 +LQ07X004530 Putative disease resistance protein RGA3 9.750763706 C6_control_A3 +LQ07X004530 Putative disease resistance protein RGA3 7.497618839 C6_control_B1 +LQ07X004530 Putative disease resistance protein RGA3 9.434069512 C6_control_B2 +LQ07X004530 Putative disease resistance protein RGA3 7.568116562 C6_control_B3 +LQ07X004530 Putative disease resistance protein RGA3 9.898139984 C6_control_C1 +LQ07X004530 Putative disease resistance protein RGA3 9.945678889 C6_control_C2 +LQ07X004530 Putative disease resistance protein RGA3 10.24824232 C6_control_C3 +LQ07X004530 Putative disease resistance protein RGA3 8.615766098 C6_chemical_A1 +LQ07X004530 Putative disease resistance protein RGA3 9.965205827 C6_chemical_A3 +LQ07X004530 Putative disease resistance protein RGA3 7.583242128 C6_chemical_B1 +LQ07X004530 Putative disease resistance protein RGA3 9.357784326 C6_chemical_B2 +LQ07X004530 Putative disease resistance protein RGA3 8.455120537 C6_chemical_B3 +LQ07X004530 Putative disease resistance protein RGA3 9.497816001 C6_chemical_C1 +LQ07X004530 Putative disease resistance protein RGA3 9.638685595 C6_chemical_C2 +LQ07X004530 Putative disease resistance protein RGA3 10.38057898 C6_chemical_C3 +LQ07X004530 Putative disease resistance protein RGA3 10.17100037 L4_control_A1 +LQ07X004530 Putative disease resistance protein RGA3 9.672843912 L4_control_A2 +LQ07X004530 Putative disease resistance protein RGA3 9.905475232 L4_control_A3 +LQ07X004530 Putative disease resistance protein RGA3 8.753071164 L4_control_B1 +LQ07X004530 Putative disease resistance protein RGA3 8.418002893 L4_control_B2 +LQ07X004530 Putative disease resistance protein RGA3 10.22993294 L4_control_B3 +LQ07X004530 Putative disease resistance protein RGA3 9.660977093 L4_control_C2 +LQ07X004530 Putative disease resistance protein RGA3 10.22885711 L4_control_C3 +LQ07X004530 Putative disease resistance protein RGA3 10.96482728 L4_chemical_A1 +LQ07X004530 Putative disease resistance protein RGA3 9.879538282 L4_chemical_A2 +LQ07X004530 Putative disease resistance protein RGA3 11.324569 L4_chemical_A3 +LQ07X004530 Putative disease resistance protein RGA3 8.141586407 L4_chemical_B1 +LQ07X004530 Putative disease resistance protein RGA3 9.024981823 L4_chemical_B2 +LQ07X004530 Putative disease resistance protein RGA3 9.592672099 L4_chemical_B3 +LQ07X004530 Putative disease resistance protein RGA3 9.546044649 L4_chemical_C2 +LQ07X004530 Putative disease resistance protein RGA3 10.53287102 L4_chemical_C3 +LQ07X004580 Putative Germin-like protein 9-3 4.740839971 C6_control_A1 +LQ07X004580 Putative Germin-like protein 9-3 4.584790621 C6_control_A3 +LQ07X004580 Putative Germin-like protein 9-3 4.725027939 C6_control_B1 +LQ07X004580 Putative Germin-like protein 9-3 4.769621585 C6_control_B2 +LQ07X004580 Putative Germin-like protein 9-3 5.085289285 C6_control_B3 +LQ07X004580 Putative Germin-like protein 9-3 5.188708377 C6_control_C1 +LQ07X004580 Putative Germin-like protein 9-3 4.728528697 C6_control_C2 +LQ07X004580 Putative Germin-like protein 9-3 5.155626017 C6_control_C3 +LQ07X004580 Putative Germin-like protein 9-3 4.87348637 C6_chemical_A1 +LQ07X004580 Putative Germin-like protein 9-3 4.534612907 C6_chemical_A3 +LQ07X004580 Putative Germin-like protein 9-3 4.909484139 C6_chemical_B1 +LQ07X004580 Putative Germin-like protein 9-3 4.832362584 C6_chemical_B2 +LQ07X004580 Putative Germin-like protein 9-3 4.917927345 C6_chemical_B3 +LQ07X004580 Putative Germin-like protein 9-3 5.066728186 C6_chemical_C1 +LQ07X004580 Putative Germin-like protein 9-3 4.829361575 C6_chemical_C2 +LQ07X004580 Putative Germin-like protein 9-3 5.046946848 C6_chemical_C3 +LQ07X004580 Putative Germin-like protein 9-3 4.982095244 L4_control_A1 +LQ07X004580 Putative Germin-like protein 9-3 5.079133125 L4_control_A2 +LQ07X004580 Putative Germin-like protein 9-3 4.656419442 L4_control_A3 +LQ07X004580 Putative Germin-like protein 9-3 4.895278397 L4_control_B1 +LQ07X004580 Putative Germin-like protein 9-3 4.765775098 L4_control_B2 +LQ07X004580 Putative Germin-like protein 9-3 5.130619649 L4_control_B3 +LQ07X004580 Putative Germin-like protein 9-3 5.351395083 L4_control_C2 +LQ07X004580 Putative Germin-like protein 9-3 4.943159016 L4_control_C3 +LQ07X004580 Putative Germin-like protein 9-3 4.702923526 L4_chemical_A1 +LQ07X004580 Putative Germin-like protein 9-3 5.003735377 L4_chemical_A2 +LQ07X004580 Putative Germin-like protein 9-3 4.818850671 L4_chemical_A3 +LQ07X004580 Putative Germin-like protein 9-3 5.384466688 L4_chemical_B1 +LQ07X004580 Putative Germin-like protein 9-3 4.708709808 L4_chemical_B2 +LQ07X004580 Putative Germin-like protein 9-3 4.790646232 L4_chemical_B3 +LQ07X004580 Putative Germin-like protein 9-3 5.034430508 L4_chemical_C2 +LQ07X004580 Putative Germin-like protein 9-3 5.117796355 L4_chemical_C3 +LQ07X004590 Putative disease resistance protein RGA4 5.234603495 C6_control_A1 +LQ07X004590 Putative disease resistance protein RGA4 5.383631981 C6_control_A3 +LQ07X004590 Putative disease resistance protein RGA4 5.528139301 C6_control_B1 +LQ07X004590 Putative disease resistance protein RGA4 5.955780112 C6_control_B2 +LQ07X004590 Putative disease resistance protein RGA4 5.307922464 C6_control_B3 +LQ07X004590 Putative disease resistance protein RGA4 6.025710625 C6_control_C1 +LQ07X004590 Putative disease resistance protein RGA4 5.442909502 C6_control_C2 +LQ07X004590 Putative disease resistance protein RGA4 5.651846743 C6_control_C3 +LQ07X004590 Putative disease resistance protein RGA4 5.288754022 C6_chemical_A1 +LQ07X004590 Putative disease resistance protein RGA4 5.395258045 C6_chemical_A3 +LQ07X004590 Putative disease resistance protein RGA4 5.331826312 C6_chemical_B1 +LQ07X004590 Putative disease resistance protein RGA4 5.610937184 C6_chemical_B2 +LQ07X004590 Putative disease resistance protein RGA4 5.516916952 C6_chemical_B3 +LQ07X004590 Putative disease resistance protein RGA4 5.512134971 C6_chemical_C1 +LQ07X004590 Putative disease resistance protein RGA4 5.648762137 C6_chemical_C2 +LQ07X004590 Putative disease resistance protein RGA4 5.576766031 C6_chemical_C3 +LQ07X004590 Putative disease resistance protein RGA4 5.25961036 L4_control_A1 +LQ07X004590 Putative disease resistance protein RGA4 5.223375566 L4_control_A2 +LQ07X004590 Putative disease resistance protein RGA4 5.636104667 L4_control_A3 +LQ07X004590 Putative disease resistance protein RGA4 5.768440829 L4_control_B1 +LQ07X004590 Putative disease resistance protein RGA4 5.656846204 L4_control_B2 +LQ07X004590 Putative disease resistance protein RGA4 4.955512835 L4_control_B3 +LQ07X004590 Putative disease resistance protein RGA4 5.55966558 L4_control_C2 +LQ07X004590 Putative disease resistance protein RGA4 6.628446622 L4_control_C3 +LQ07X004590 Putative disease resistance protein RGA4 4.987605496 L4_chemical_A1 +LQ07X004590 Putative disease resistance protein RGA4 5.041009109 L4_chemical_A2 +LQ07X004590 Putative disease resistance protein RGA4 5.535461992 L4_chemical_A3 +LQ07X004590 Putative disease resistance protein RGA4 5.632275552 L4_chemical_B1 +LQ07X004590 Putative disease resistance protein RGA4 5.54275098 L4_chemical_B2 +LQ07X004590 Putative disease resistance protein RGA4 5.00136707 L4_chemical_B3 +LQ07X004590 Putative disease resistance protein RGA4 5.203843719 L4_chemical_C2 +LQ07X004590 Putative disease resistance protein RGA4 5.271288925 L4_chemical_C3 +LQ07X004610 Putative disease resistance protein RGA4 9.615434206 C6_control_A1 +LQ07X004610 Putative disease resistance protein RGA4 10.19516434 C6_control_A3 +LQ07X004610 Putative disease resistance protein RGA4 9.276693323 C6_control_B1 +LQ07X004610 Putative disease resistance protein RGA4 8.340227377 C6_control_B2 +LQ07X004610 Putative disease resistance protein RGA4 9.499544201 C6_control_B3 +LQ07X004610 Putative disease resistance protein RGA4 9.213878722 C6_control_C1 +LQ07X004610 Putative disease resistance protein RGA4 6.150154127 C6_control_C2 +LQ07X004610 Putative disease resistance protein RGA4 9.771691374 C6_control_C3 +LQ07X004610 Putative disease resistance protein RGA4 10.79775864 C6_chemical_A1 +LQ07X004610 Putative disease resistance protein RGA4 8.578729613 C6_chemical_A3 +LQ07X004610 Putative disease resistance protein RGA4 9.471964516 C6_chemical_B1 +LQ07X004610 Putative disease resistance protein RGA4 8.399678548 C6_chemical_B2 +LQ07X004610 Putative disease resistance protein RGA4 11.11168626 C6_chemical_B3 +LQ07X004610 Putative disease resistance protein RGA4 8.858100638 C6_chemical_C1 +LQ07X004610 Putative disease resistance protein RGA4 7.191546365 C6_chemical_C2 +LQ07X004610 Putative disease resistance protein RGA4 9.71596169 C6_chemical_C3 +LQ07X004610 Putative disease resistance protein RGA4 11.08939957 L4_control_A1 +LQ07X004610 Putative disease resistance protein RGA4 11.54009238 L4_control_A2 +LQ07X004610 Putative disease resistance protein RGA4 10.77742419 L4_control_A3 +LQ07X004610 Putative disease resistance protein RGA4 12.61850283 L4_control_B1 +LQ07X004610 Putative disease resistance protein RGA4 11.33041982 L4_control_B2 +LQ07X004610 Putative disease resistance protein RGA4 9.722584728 L4_control_B3 +LQ07X004610 Putative disease resistance protein RGA4 11.37778015 L4_control_C2 +LQ07X004610 Putative disease resistance protein RGA4 12.17355734 L4_control_C3 +LQ07X004610 Putative disease resistance protein RGA4 10.5854979 L4_chemical_A1 +LQ07X004610 Putative disease resistance protein RGA4 11.96284388 L4_chemical_A2 +LQ07X004610 Putative disease resistance protein RGA4 11.73902933 L4_chemical_A3 +LQ07X004610 Putative disease resistance protein RGA4 10.6213107 L4_chemical_B1 +LQ07X004610 Putative disease resistance protein RGA4 11.14628037 L4_chemical_B2 +LQ07X004610 Putative disease resistance protein RGA4 9.705742227 L4_chemical_B3 +LQ07X004610 Putative disease resistance protein RGA4 12.05282204 L4_chemical_C2 +LQ07X004610 Putative disease resistance protein RGA4 11.91809134 L4_chemical_C3 +LQ07X004650 Putative disease resistance protein RGA3 4.680399413 C6_control_A1 +LQ07X004650 Putative disease resistance protein RGA3 5.670189674 C6_control_A3 +LQ07X004650 Putative disease resistance protein RGA3 5.056317197 C6_control_B1 +LQ07X004650 Putative disease resistance protein RGA3 4.981643475 C6_control_B2 +LQ07X004650 Putative disease resistance protein RGA3 4.778164929 C6_control_B3 +LQ07X004650 Putative disease resistance protein RGA3 4.932849614 C6_control_C1 +LQ07X004650 Putative disease resistance protein RGA3 5.501290992 C6_control_C2 +LQ07X004650 Putative disease resistance protein RGA3 5.329158061 C6_control_C3 +LQ07X004650 Putative disease resistance protein RGA3 5.009782676 C6_chemical_A1 +LQ07X004650 Putative disease resistance protein RGA3 5.038853404 C6_chemical_A3 +LQ07X004650 Putative disease resistance protein RGA3 5.275218679 C6_chemical_B1 +LQ07X004650 Putative disease resistance protein RGA3 5.086366067 C6_chemical_B2 +LQ07X004650 Putative disease resistance protein RGA3 4.776134479 C6_chemical_B3 +LQ07X004650 Putative disease resistance protein RGA3 5.263945255 C6_chemical_C1 +LQ07X004650 Putative disease resistance protein RGA3 4.869845276 C6_chemical_C2 +LQ07X004650 Putative disease resistance protein RGA3 5.04161882 C6_chemical_C3 +LQ07X004650 Putative disease resistance protein RGA3 4.826440502 L4_control_A1 +LQ07X004650 Putative disease resistance protein RGA3 4.851904004 L4_control_A2 +LQ07X004650 Putative disease resistance protein RGA3 4.929057301 L4_control_A3 +LQ07X004650 Putative disease resistance protein RGA3 4.702545233 L4_control_B1 +LQ07X004650 Putative disease resistance protein RGA3 4.630244448 L4_control_B2 +LQ07X004650 Putative disease resistance protein RGA3 4.90064105 L4_control_B3 +LQ07X004650 Putative disease resistance protein RGA3 5.271112486 L4_control_C2 +LQ07X004650 Putative disease resistance protein RGA3 5.392779423 L4_control_C3 +LQ07X004650 Putative disease resistance protein RGA3 4.995562061 L4_chemical_A1 +LQ07X004650 Putative disease resistance protein RGA3 4.679801984 L4_chemical_A2 +LQ07X004650 Putative disease resistance protein RGA3 4.902894207 L4_chemical_A3 +LQ07X004650 Putative disease resistance protein RGA3 4.768858212 L4_chemical_B1 +LQ07X004650 Putative disease resistance protein RGA3 4.745699233 L4_chemical_B2 +LQ07X004650 Putative disease resistance protein RGA3 4.625235748 L4_chemical_B3 +LQ07X004650 Putative disease resistance protein RGA3 4.942904782 L4_chemical_C2 +LQ07X004650 Putative disease resistance protein RGA3 5.265521898 L4_chemical_C3 +LQ07X004700 Putative disease resistance protein RGA3 6.540424323 C6_control_A1 +LQ07X004700 Putative disease resistance protein RGA3 7.210562751 C6_control_A3 +LQ07X004700 Putative disease resistance protein RGA3 6.659229482 C6_control_B1 +LQ07X004700 Putative disease resistance protein RGA3 7.23612243 C6_control_B2 +LQ07X004700 Putative disease resistance protein RGA3 7.046249274 C6_control_B3 +LQ07X004700 Putative disease resistance protein RGA3 7.818475863 C6_control_C1 +LQ07X004700 Putative disease resistance protein RGA3 8.123763156 C6_control_C2 +LQ07X004700 Putative disease resistance protein RGA3 8.143485529 C6_control_C3 +LQ07X004700 Putative disease resistance protein RGA3 7.091710834 C6_chemical_A1 +LQ07X004700 Putative disease resistance protein RGA3 8.796124654 C6_chemical_A3 +LQ07X004700 Putative disease resistance protein RGA3 7.514066853 C6_chemical_B1 +LQ07X004700 Putative disease resistance protein RGA3 7.567814108 C6_chemical_B2 +LQ07X004700 Putative disease resistance protein RGA3 7.08892434 C6_chemical_B3 +LQ07X004700 Putative disease resistance protein RGA3 7.823745717 C6_chemical_C1 +LQ07X004700 Putative disease resistance protein RGA3 7.899304276 C6_chemical_C2 +LQ07X004700 Putative disease resistance protein RGA3 9.008369647 C6_chemical_C3 +LQ07X004700 Putative disease resistance protein RGA3 9.405120869 L4_control_A1 +LQ07X004700 Putative disease resistance protein RGA3 9.53932267 L4_control_A2 +LQ07X004700 Putative disease resistance protein RGA3 9.068518801 L4_control_A3 +LQ07X004700 Putative disease resistance protein RGA3 9.219645649 L4_control_B1 +LQ07X004700 Putative disease resistance protein RGA3 9.06093079 L4_control_B2 +LQ07X004700 Putative disease resistance protein RGA3 9.711429969 L4_control_B3 +LQ07X004700 Putative disease resistance protein RGA3 9.554590869 L4_control_C2 +LQ07X004700 Putative disease resistance protein RGA3 10.36390561 L4_control_C3 +LQ07X004700 Putative disease resistance protein RGA3 10.27415126 L4_chemical_A1 +LQ07X004700 Putative disease resistance protein RGA3 9.986204562 L4_chemical_A2 +LQ07X004700 Putative disease resistance protein RGA3 10.06841691 L4_chemical_A3 +LQ07X004700 Putative disease resistance protein RGA3 8.874261397 L4_chemical_B1 +LQ07X004700 Putative disease resistance protein RGA3 9.726845692 L4_chemical_B2 +LQ07X004700 Putative disease resistance protein RGA3 9.178873408 L4_chemical_B3 +LQ07X004700 Putative disease resistance protein RGA3 9.796879879 L4_chemical_C2 +LQ07X004700 Putative disease resistance protein RGA3 10.44086501 L4_chemical_C3 +LQ07X004760 Putative Early nodulin-like protein 1 12.07789993 C6_control_A1 +LQ07X004760 Putative Early nodulin-like protein 1 11.96578379 C6_control_A3 +LQ07X004760 Putative Early nodulin-like protein 1 12.64750016 C6_control_B1 +LQ07X004760 Putative Early nodulin-like protein 1 11.89559922 C6_control_B2 +LQ07X004760 Putative Early nodulin-like protein 1 12.8093372 C6_control_B3 +LQ07X004760 Putative Early nodulin-like protein 1 8.943228478 C6_control_C1 +LQ07X004760 Putative Early nodulin-like protein 1 8.690308121 C6_control_C2 +LQ07X004760 Putative Early nodulin-like protein 1 9.602194729 C6_control_C3 +LQ07X004760 Putative Early nodulin-like protein 1 12.10492947 C6_chemical_A1 +LQ07X004760 Putative Early nodulin-like protein 1 12.35419832 C6_chemical_A3 +LQ07X004760 Putative Early nodulin-like protein 1 12.24407028 C6_chemical_B1 +LQ07X004760 Putative Early nodulin-like protein 1 11.4555664 C6_chemical_B2 +LQ07X004760 Putative Early nodulin-like protein 1 12.35661422 C6_chemical_B3 +LQ07X004760 Putative Early nodulin-like protein 1 8.631671943 C6_chemical_C1 +LQ07X004760 Putative Early nodulin-like protein 1 8.920431543 C6_chemical_C2 +LQ07X004760 Putative Early nodulin-like protein 1 8.617642106 C6_chemical_C3 +LQ07X004760 Putative Early nodulin-like protein 1 11.7326167 L4_control_A1 +LQ07X004760 Putative Early nodulin-like protein 1 12.23606758 L4_control_A2 +LQ07X004760 Putative Early nodulin-like protein 1 12.37231275 L4_control_A3 +LQ07X004760 Putative Early nodulin-like protein 1 12.86133321 L4_control_B1 +LQ07X004760 Putative Early nodulin-like protein 1 12.80045808 L4_control_B2 +LQ07X004760 Putative Early nodulin-like protein 1 12.17666298 L4_control_B3 +LQ07X004760 Putative Early nodulin-like protein 1 8.575643197 L4_control_C2 +LQ07X004760 Putative Early nodulin-like protein 1 9.070622148 L4_control_C3 +LQ07X004760 Putative Early nodulin-like protein 1 11.84363459 L4_chemical_A1 +LQ07X004760 Putative Early nodulin-like protein 1 12.59503387 L4_chemical_A2 +LQ07X004760 Putative Early nodulin-like protein 1 12.07425714 L4_chemical_A3 +LQ07X004760 Putative Early nodulin-like protein 1 12.77114467 L4_chemical_B1 +LQ07X004760 Putative Early nodulin-like protein 1 12.90262705 L4_chemical_B2 +LQ07X004760 Putative Early nodulin-like protein 1 11.99844837 L4_chemical_B3 +LQ07X004760 Putative Early nodulin-like protein 1 8.757602449 L4_chemical_C2 +LQ07X004760 Putative Early nodulin-like protein 1 8.23071908 L4_chemical_C3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.28397073 C6_control_A1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.52435947 C6_control_A3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.10556065 C6_control_B1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.83715661 C6_control_B2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.62584554 C6_control_B3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 15.12277424 C6_control_C1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 15.05540667 C6_control_C2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 15.16031954 C6_control_C3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.04108108 C6_chemical_A1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.30166932 C6_chemical_A3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 13.85473101 C6_chemical_B1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.46972313 C6_chemical_B2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.10536864 C6_chemical_B3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.76847576 C6_chemical_C1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.90168378 C6_chemical_C2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.24790086 C6_chemical_C3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.39217477 L4_control_A1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.01470463 L4_control_A2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.27493488 L4_control_A3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.23416112 L4_control_B1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.73403862 L4_control_B2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.62462154 L4_control_B3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.92303213 L4_control_C2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.81870183 L4_control_C3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 13.56675033 L4_chemical_A1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 13.35541043 L4_chemical_A2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 13.92268616 L4_chemical_A3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 13.21975332 L4_chemical_B1 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.12556402 L4_chemical_B2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.08524824 L4_chemical_B3 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.5834077 L4_chemical_C2 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.56645686 L4_chemical_C3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.64210004 C6_control_A1 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.1814599 C6_control_A3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.31268585 C6_control_B1 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.98882783 C6_control_B2 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.55188082 C6_control_B3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.9799451 C6_control_C1 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.41189929 C6_control_C2 +LQ07X004800 Protein translation factor SUI1 homolog 2 15.09800677 C6_control_C3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.87340498 C6_chemical_A1 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.68563657 C6_chemical_A3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.41834649 C6_chemical_B1 +LQ07X004800 Protein translation factor SUI1 homolog 2 15.16632197 C6_chemical_B2 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.97738982 C6_chemical_B3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.89861297 C6_chemical_C1 +LQ07X004800 Protein translation factor SUI1 homolog 2 15.16113973 C6_chemical_C2 +LQ07X004800 Protein translation factor SUI1 homolog 2 15.26319805 C6_chemical_C3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.48340247 L4_control_A1 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.32759261 L4_control_A2 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.52642162 L4_control_A3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.70668091 L4_control_B1 +LQ07X004800 Protein translation factor SUI1 homolog 2 13.40680866 L4_control_B2 +LQ07X004800 Protein translation factor SUI1 homolog 2 15.15084072 L4_control_B3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.43293806 L4_control_C2 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.76762583 L4_control_C3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.95470069 L4_chemical_A1 +LQ07X004800 Protein translation factor SUI1 homolog 2 15.00129504 L4_chemical_A2 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.82453836 L4_chemical_A3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.10198768 L4_chemical_B1 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.27592628 L4_chemical_B2 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.91531435 L4_chemical_B3 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.70694721 L4_chemical_C2 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.6954305 L4_chemical_C3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.28867381 C6_control_A1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.23479818 C6_control_A3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.25558702 C6_control_B1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.17963477 C6_control_B2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.21783623 C6_control_B3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.00722909 C6_control_C1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.86672135 C6_control_C2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.03868995 C6_control_C3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.02056659 C6_chemical_A1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.30500468 C6_chemical_A3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.147257 C6_chemical_B1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.88122371 C6_chemical_B2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.9968347 C6_chemical_B3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.00967031 C6_chemical_C1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.95055772 C6_chemical_C2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.99283454 C6_chemical_C3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.86873444 L4_control_A1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.64991097 L4_control_A2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.43970911 L4_control_A3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.69524042 L4_control_B1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.85625837 L4_control_B2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.84739605 L4_control_B3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.94838964 L4_control_C2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.56355916 L4_control_C3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.94064191 L4_chemical_A1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.70907438 L4_chemical_A2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.43349383 L4_chemical_A3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.52100599 L4_chemical_B1 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.11091463 L4_chemical_B2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.81047494 L4_chemical_B3 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.90707792 L4_chemical_C2 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 11.65372605 L4_chemical_C3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.246878769 C6_control_A1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.117721278 C6_control_A3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 4.959505416 C6_control_B1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.171318677 C6_control_B2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.247202073 C6_control_B3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.267177028 C6_control_C1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.138847129 C6_control_C2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.660270643 C6_control_C3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.421668068 C6_chemical_A1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.326192788 C6_chemical_A3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.355849026 C6_chemical_B1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.17824303 C6_chemical_B2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.319193309 C6_chemical_B3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.514185122 C6_chemical_C1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.027025897 C6_chemical_C2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.890184985 C6_chemical_C3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.317474382 L4_control_A1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.428990856 L4_control_A2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.607811167 L4_control_A3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 4.813388929 L4_control_B1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.061776142 L4_control_B2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.33464194 L4_control_B3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.06644053 L4_control_C2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.152626516 L4_control_C3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.164705359 L4_chemical_A1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.549980068 L4_chemical_A2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.583450276 L4_chemical_A3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.199593362 L4_chemical_B1 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.694204672 L4_chemical_B2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.394501129 L4_chemical_B3 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.372142965 L4_chemical_C2 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.134724418 L4_chemical_C3 +LQ07X004850 Putative uncharacterized protein 9.802299954 C6_control_A1 +LQ07X004850 Putative uncharacterized protein 10.89785158 C6_control_A3 +LQ07X004850 Putative uncharacterized protein 7.136626893 C6_control_B1 +LQ07X004850 Putative uncharacterized protein 5.052405346 C6_control_B2 +LQ07X004850 Putative uncharacterized protein 4.999138688 C6_control_B3 +LQ07X004850 Putative uncharacterized protein 4.947249024 C6_control_C1 +LQ07X004850 Putative uncharacterized protein 4.81812758 C6_control_C2 +LQ07X004850 Putative uncharacterized protein 4.75163246 C6_control_C3 +LQ07X004850 Putative uncharacterized protein 9.792144123 C6_chemical_A1 +LQ07X004850 Putative uncharacterized protein 10.53504853 C6_chemical_A3 +LQ07X004850 Putative uncharacterized protein 5.914850981 C6_chemical_B1 +LQ07X004850 Putative uncharacterized protein 5.092726484 C6_chemical_B2 +LQ07X004850 Putative uncharacterized protein 5.837786732 C6_chemical_B3 +LQ07X004850 Putative uncharacterized protein 5.325764849 C6_chemical_C1 +LQ07X004850 Putative uncharacterized protein 4.762738608 C6_chemical_C2 +LQ07X004850 Putative uncharacterized protein 5.001214872 C6_chemical_C3 +LQ07X004850 Putative uncharacterized protein 10.5862979 L4_control_A1 +LQ07X004850 Putative uncharacterized protein 8.391692792 L4_control_A2 +LQ07X004850 Putative uncharacterized protein 9.42625541 L4_control_A3 +LQ07X004850 Putative uncharacterized protein 5.637192781 L4_control_B1 +LQ07X004850 Putative uncharacterized protein 5.466290971 L4_control_B2 +LQ07X004850 Putative uncharacterized protein 5.442661373 L4_control_B3 +LQ07X004850 Putative uncharacterized protein 5.618136947 L4_control_C2 +LQ07X004850 Putative uncharacterized protein 4.865047282 L4_control_C3 +LQ07X004850 Putative uncharacterized protein 9.860234987 L4_chemical_A1 +LQ07X004850 Putative uncharacterized protein 7.121584264 L4_chemical_A2 +LQ07X004850 Putative uncharacterized protein 9.709734111 L4_chemical_A3 +LQ07X004850 Putative uncharacterized protein 7.141884348 L4_chemical_B1 +LQ07X004850 Putative uncharacterized protein 5.875329987 L4_chemical_B2 +LQ07X004850 Putative uncharacterized protein 6.200682724 L4_chemical_B3 +LQ07X004850 Putative uncharacterized protein 5.120480364 L4_chemical_C2 +LQ07X004850 Putative uncharacterized protein 4.848524375 L4_chemical_C3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.016248357 C6_control_A1 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.202788645 C6_control_A3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.174248526 C6_control_B1 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.671108628 C6_control_B2 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.792434777 C6_control_B3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.194571579 C6_control_C1 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.90277179 C6_control_C2 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.795085881 C6_control_C3 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.898391832 C6_chemical_A1 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.222336884 C6_chemical_A3 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.80780119 C6_chemical_B1 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.770344004 C6_chemical_B2 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.00110471 C6_chemical_B3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.090630889 C6_chemical_C1 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.062404612 C6_chemical_C2 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.902871012 C6_chemical_C3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.063750394 L4_control_A1 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.162151804 L4_control_A2 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.606751375 L4_control_A3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.236702911 L4_control_B1 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.663595055 L4_control_B2 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.215867144 L4_control_B3 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.999471117 L4_control_C2 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.910688057 L4_control_C3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.529988248 L4_chemical_A1 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.156032979 L4_chemical_A2 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.383489804 L4_chemical_A3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.357373784 L4_chemical_B1 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.606605555 L4_chemical_B2 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.337277255 L4_chemical_B3 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.059178245 L4_chemical_C2 +LQ07X004860 Protein translation factor SUI1 homolog 2 5.523224159 L4_chemical_C3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.727003761 C6_control_A1 +LQ07X004870 Putative Sweet protein mabinlin-2 5.44129726 C6_control_A3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.777639767 C6_control_B1 +LQ07X004870 Putative Sweet protein mabinlin-2 5.946363218 C6_control_B2 +LQ07X004870 Putative Sweet protein mabinlin-2 6.160745323 C6_control_B3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.083937158 C6_control_C1 +LQ07X004870 Putative Sweet protein mabinlin-2 5.06943907 C6_control_C2 +LQ07X004870 Putative Sweet protein mabinlin-2 5.82302523 C6_control_C3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.799297951 C6_chemical_A1 +LQ07X004870 Putative Sweet protein mabinlin-2 5.922454307 C6_chemical_A3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.772740976 C6_chemical_B1 +LQ07X004870 Putative Sweet protein mabinlin-2 5.476145884 C6_chemical_B2 +LQ07X004870 Putative Sweet protein mabinlin-2 6.690685161 C6_chemical_B3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.125581646 C6_chemical_C1 +LQ07X004870 Putative Sweet protein mabinlin-2 5.48888577 C6_chemical_C2 +LQ07X004870 Putative Sweet protein mabinlin-2 5.278719564 C6_chemical_C3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.763688684 L4_control_A1 +LQ07X004870 Putative Sweet protein mabinlin-2 6.045125678 L4_control_A2 +LQ07X004870 Putative Sweet protein mabinlin-2 6.246697553 L4_control_A3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.774403884 L4_control_B1 +LQ07X004870 Putative Sweet protein mabinlin-2 5.583933501 L4_control_B2 +LQ07X004870 Putative Sweet protein mabinlin-2 5.997631126 L4_control_B3 +LQ07X004870 Putative Sweet protein mabinlin-2 6.212255554 L4_control_C2 +LQ07X004870 Putative Sweet protein mabinlin-2 5.939038138 L4_control_C3 +LQ07X004870 Putative Sweet protein mabinlin-2 6.06287743 L4_chemical_A1 +LQ07X004870 Putative Sweet protein mabinlin-2 6.182477228 L4_chemical_A2 +LQ07X004870 Putative Sweet protein mabinlin-2 6.025334082 L4_chemical_A3 +LQ07X004870 Putative Sweet protein mabinlin-2 5.887572212 L4_chemical_B1 +LQ07X004870 Putative Sweet protein mabinlin-2 5.851891609 L4_chemical_B2 +LQ07X004870 Putative Sweet protein mabinlin-2 5.958083949 L4_chemical_B3 +LQ07X004870 Putative Sweet protein mabinlin-2 6.21917852 L4_chemical_C2 +LQ07X004870 Putative Sweet protein mabinlin-2 5.624737589 L4_chemical_C3 +LQ07X004881 Hypothetical protein 7.014598617 C6_control_A1 +LQ07X004881 Hypothetical protein 6.346088969 C6_control_A3 +LQ07X004881 Hypothetical protein 6.144229764 C6_control_B1 +LQ07X004881 Hypothetical protein 6.068900254 C6_control_B2 +LQ07X004881 Hypothetical protein 6.795414222 C6_control_B3 +LQ07X004881 Hypothetical protein 5.977906045 C6_control_C1 +LQ07X004881 Hypothetical protein 5.677026422 C6_control_C2 +LQ07X004881 Hypothetical protein 5.606925852 C6_control_C3 +LQ07X004881 Hypothetical protein 6.91287815 C6_chemical_A1 +LQ07X004881 Hypothetical protein 6.968602121 C6_chemical_A3 +LQ07X004881 Hypothetical protein 5.866784 C6_chemical_B1 +LQ07X004881 Hypothetical protein 6.000081996 C6_chemical_B2 +LQ07X004881 Hypothetical protein 6.503427965 C6_chemical_B3 +LQ07X004881 Hypothetical protein 5.598939649 C6_chemical_C1 +LQ07X004881 Hypothetical protein 6.004417234 C6_chemical_C2 +LQ07X004881 Hypothetical protein 6.047687893 C6_chemical_C3 +LQ07X004881 Hypothetical protein 6.494867715 L4_control_A1 +LQ07X004881 Hypothetical protein 6.952551801 L4_control_A2 +LQ07X004881 Hypothetical protein 7.847253452 L4_control_A3 +LQ07X004881 Hypothetical protein 6.895844878 L4_control_B1 +LQ07X004881 Hypothetical protein 7.464506739 L4_control_B2 +LQ07X004881 Hypothetical protein 6.929115147 L4_control_B3 +LQ07X004881 Hypothetical protein 6.708008402 L4_control_C2 +LQ07X004881 Hypothetical protein 6.261818987 L4_control_C3 +LQ07X004881 Hypothetical protein 6.392436682 L4_chemical_A1 +LQ07X004881 Hypothetical protein 6.688128178 L4_chemical_A2 +LQ07X004881 Hypothetical protein 6.683472061 L4_chemical_A3 +LQ07X004881 Hypothetical protein 7.359610457 L4_chemical_B1 +LQ07X004881 Hypothetical protein 8.269237086 L4_chemical_B2 +LQ07X004881 Hypothetical protein 6.678297885 L4_chemical_B3 +LQ07X004881 Hypothetical protein 6.615996861 L4_chemical_C2 +LQ07X004881 Hypothetical protein 6.048642006 L4_chemical_C3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.172582183 C6_control_A1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.45033864 C6_control_A3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 6.973590453 C6_control_B1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 6.842252391 C6_control_B2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.140968713 C6_control_B3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 6.306093878 C6_control_C1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 6.474534535 C6_control_C2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 6.185906241 C6_control_C3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.305132005 C6_chemical_A1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 6.47200106 C6_chemical_A3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.969134194 C6_chemical_B1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.724906756 C6_chemical_B2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.512140437 C6_chemical_B3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.778722372 C6_chemical_C1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.2510051 C6_chemical_C2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.140162243 C6_chemical_C3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.454024884 L4_control_A1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.899774163 L4_control_A2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.477707071 L4_control_A3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.053986275 L4_control_B1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 6.999369454 L4_control_B2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.756899101 L4_control_B3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.3647467 L4_control_C2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.7984344 L4_control_C3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.921983421 L4_chemical_A1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.815154375 L4_chemical_A2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.945962159 L4_chemical_A3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.625629244 L4_chemical_B1 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.88100521 L4_chemical_B2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.926574874 L4_chemical_B3 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 7.79355974 L4_chemical_C2 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.407179341 L4_chemical_C3 +LQ07X004950 Putative F-box protein At5g52610 10.68979837 C6_control_A1 +LQ07X004950 Putative F-box protein At5g52610 9.897786492 C6_control_A3 +LQ07X004950 Putative F-box protein At5g52610 11.23812549 C6_control_B1 +LQ07X004950 Putative F-box protein At5g52610 10.94093216 C6_control_B2 +LQ07X004950 Putative F-box protein At5g52610 10.73442391 C6_control_B3 +LQ07X004950 Putative F-box protein At5g52610 11.37442734 C6_control_C1 +LQ07X004950 Putative F-box protein At5g52610 11.18383833 C6_control_C2 +LQ07X004950 Putative F-box protein At5g52610 11.14420127 C6_control_C3 +LQ07X004950 Putative F-box protein At5g52610 10.82152297 C6_chemical_A1 +LQ07X004950 Putative F-box protein At5g52610 10.33784292 C6_chemical_A3 +LQ07X004950 Putative F-box protein At5g52610 11.15661734 C6_chemical_B1 +LQ07X004950 Putative F-box protein At5g52610 10.89237983 C6_chemical_B2 +LQ07X004950 Putative F-box protein At5g52610 10.51426554 C6_chemical_B3 +LQ07X004950 Putative F-box protein At5g52610 11.24544896 C6_chemical_C1 +LQ07X004950 Putative F-box protein At5g52610 11.13693771 C6_chemical_C2 +LQ07X004950 Putative F-box protein At5g52610 11.27714081 C6_chemical_C3 +LQ07X004950 Putative F-box protein At5g52610 10.47232158 L4_control_A1 +LQ07X004950 Putative F-box protein At5g52610 10.66885714 L4_control_A2 +LQ07X004950 Putative F-box protein At5g52610 10.08769917 L4_control_A3 +LQ07X004950 Putative F-box protein At5g52610 11.11332863 L4_control_B1 +LQ07X004950 Putative F-box protein At5g52610 11.2754574 L4_control_B2 +LQ07X004950 Putative F-box protein At5g52610 10.73455546 L4_control_B3 +LQ07X004950 Putative F-box protein At5g52610 11.81659567 L4_control_C2 +LQ07X004950 Putative F-box protein At5g52610 11.26709346 L4_control_C3 +LQ07X004950 Putative F-box protein At5g52610 10.84386332 L4_chemical_A1 +LQ07X004950 Putative F-box protein At5g52610 10.94090145 L4_chemical_A2 +LQ07X004950 Putative F-box protein At5g52610 10.1926322 L4_chemical_A3 +LQ07X004950 Putative F-box protein At5g52610 11.05282673 L4_chemical_B1 +LQ07X004950 Putative F-box protein At5g52610 11.16937264 L4_chemical_B2 +LQ07X004950 Putative F-box protein At5g52610 10.56083524 L4_chemical_B3 +LQ07X004950 Putative F-box protein At5g52610 11.80277864 L4_chemical_C2 +LQ07X004950 Putative F-box protein At5g52610 11.29737428 L4_chemical_C3 +LQ07X005080 Putative uncharacterized protein 6.033507676 C6_control_A1 +LQ07X005080 Putative uncharacterized protein 6.47811129 C6_control_A3 +LQ07X005080 Putative uncharacterized protein 6.416256713 C6_control_B1 +LQ07X005080 Putative uncharacterized protein 6.311591364 C6_control_B2 +LQ07X005080 Putative uncharacterized protein 7.053609847 C6_control_B3 +LQ07X005080 Putative uncharacterized protein 5.417497463 C6_control_C1 +LQ07X005080 Putative uncharacterized protein 5.740431482 C6_control_C2 +LQ07X005080 Putative uncharacterized protein 5.611261836 C6_control_C3 +LQ07X005080 Putative uncharacterized protein 5.996807557 C6_chemical_A1 +LQ07X005080 Putative uncharacterized protein 5.904199286 C6_chemical_A3 +LQ07X005080 Putative uncharacterized protein 6.90514333 C6_chemical_B1 +LQ07X005080 Putative uncharacterized protein 5.92268499 C6_chemical_B2 +LQ07X005080 Putative uncharacterized protein 6.256425255 C6_chemical_B3 +LQ07X005080 Putative uncharacterized protein 4.983761595 C6_chemical_C1 +LQ07X005080 Putative uncharacterized protein 5.504049621 C6_chemical_C2 +LQ07X005080 Putative uncharacterized protein 5.416050561 C6_chemical_C3 +LQ07X005080 Putative uncharacterized protein 6.763671947 L4_control_A1 +LQ07X005080 Putative uncharacterized protein 6.433456978 L4_control_A2 +LQ07X005080 Putative uncharacterized protein 6.558318324 L4_control_A3 +LQ07X005080 Putative uncharacterized protein 6.214711976 L4_control_B1 +LQ07X005080 Putative uncharacterized protein 6.472871109 L4_control_B2 +LQ07X005080 Putative uncharacterized protein 6.822570533 L4_control_B3 +LQ07X005080 Putative uncharacterized protein 5.935709815 L4_control_C2 +LQ07X005080 Putative uncharacterized protein 5.943747942 L4_control_C3 +LQ07X005080 Putative uncharacterized protein 6.259323339 L4_chemical_A1 +LQ07X005080 Putative uncharacterized protein 6.419921283 L4_chemical_A2 +LQ07X005080 Putative uncharacterized protein 6.104863213 L4_chemical_A3 +LQ07X005080 Putative uncharacterized protein 6.163593886 L4_chemical_B1 +LQ07X005080 Putative uncharacterized protein 6.867858105 L4_chemical_B2 +LQ07X005080 Putative uncharacterized protein 6.717976724 L4_chemical_B3 +LQ07X005080 Putative uncharacterized protein 5.706576421 L4_chemical_C2 +LQ07X005080 Putative uncharacterized protein 6.060174158 L4_chemical_C3 +LQ07X005100 Putative uncharacterized protein 5.030015393 C6_control_A1 +LQ07X005100 Putative uncharacterized protein 4.860572964 C6_control_A3 +LQ07X005100 Putative uncharacterized protein 4.913646247 C6_control_B1 +LQ07X005100 Putative uncharacterized protein 4.720210436 C6_control_B2 +LQ07X005100 Putative uncharacterized protein 5.208637921 C6_control_B3 +LQ07X005100 Putative uncharacterized protein 5.451260708 C6_control_C1 +LQ07X005100 Putative uncharacterized protein 5.247945684 C6_control_C2 +LQ07X005100 Putative uncharacterized protein 5.188580437 C6_control_C3 +LQ07X005100 Putative uncharacterized protein 5.391704605 C6_chemical_A1 +LQ07X005100 Putative uncharacterized protein 5.295919137 C6_chemical_A3 +LQ07X005100 Putative uncharacterized protein 4.96825447 C6_chemical_B1 +LQ07X005100 Putative uncharacterized protein 5.320302183 C6_chemical_B2 +LQ07X005100 Putative uncharacterized protein 5.723437202 C6_chemical_B3 +LQ07X005100 Putative uncharacterized protein 6.566799475 C6_chemical_C1 +LQ07X005100 Putative uncharacterized protein 6.189132736 C6_chemical_C2 +LQ07X005100 Putative uncharacterized protein 5.87578645 C6_chemical_C3 +LQ07X005100 Putative uncharacterized protein 5.521654533 L4_control_A1 +LQ07X005100 Putative uncharacterized protein 5.181965707 L4_control_A2 +LQ07X005100 Putative uncharacterized protein 5.008301497 L4_control_A3 +LQ07X005100 Putative uncharacterized protein 5.302126355 L4_control_B1 +LQ07X005100 Putative uncharacterized protein 5.275762352 L4_control_B2 +LQ07X005100 Putative uncharacterized protein 5.114783112 L4_control_B3 +LQ07X005100 Putative uncharacterized protein 6.434845901 L4_control_C2 +LQ07X005100 Putative uncharacterized protein 5.528733689 L4_control_C3 +LQ07X005100 Putative uncharacterized protein 5.468141279 L4_chemical_A1 +LQ07X005100 Putative uncharacterized protein 5.052199617 L4_chemical_A2 +LQ07X005100 Putative uncharacterized protein 4.950874949 L4_chemical_A3 +LQ07X005100 Putative uncharacterized protein 5.368755661 L4_chemical_B1 +LQ07X005100 Putative uncharacterized protein 4.991299635 L4_chemical_B2 +LQ07X005100 Putative uncharacterized protein 5.069339746 L4_chemical_B3 +LQ07X005100 Putative uncharacterized protein 5.748876153 L4_chemical_C2 +LQ07X005100 Putative uncharacterized protein 5.473811979 L4_chemical_C3 +LQ07X005140 Predicted protein (Fragment) 5.556585835 C6_control_A1 +LQ07X005140 Predicted protein (Fragment) 5.355268963 C6_control_A3 +LQ07X005140 Predicted protein (Fragment) 5.538657706 C6_control_B1 +LQ07X005140 Predicted protein (Fragment) 5.326405591 C6_control_B2 +LQ07X005140 Predicted protein (Fragment) 5.279375195 C6_control_B3 +LQ07X005140 Predicted protein (Fragment) 5.749349294 C6_control_C1 +LQ07X005140 Predicted protein (Fragment) 6.191075404 C6_control_C2 +LQ07X005140 Predicted protein (Fragment) 5.607584605 C6_control_C3 +LQ07X005140 Predicted protein (Fragment) 5.174958763 C6_chemical_A1 +LQ07X005140 Predicted protein (Fragment) 5.808682454 C6_chemical_A3 +LQ07X005140 Predicted protein (Fragment) 5.527493127 C6_chemical_B1 +LQ07X005140 Predicted protein (Fragment) 5.376728372 C6_chemical_B2 +LQ07X005140 Predicted protein (Fragment) 5.786669727 C6_chemical_B3 +LQ07X005140 Predicted protein (Fragment) 5.834817268 C6_chemical_C1 +LQ07X005140 Predicted protein (Fragment) 5.670650513 C6_chemical_C2 +LQ07X005140 Predicted protein (Fragment) 5.544193429 C6_chemical_C3 +LQ07X005140 Predicted protein (Fragment) 5.56847483 L4_control_A1 +LQ07X005140 Predicted protein (Fragment) 5.264705426 L4_control_A2 +LQ07X005140 Predicted protein (Fragment) 5.035484942 L4_control_A3 +LQ07X005140 Predicted protein (Fragment) 5.449321797 L4_control_B1 +LQ07X005140 Predicted protein (Fragment) 5.253838738 L4_control_B2 +LQ07X005140 Predicted protein (Fragment) 5.703170345 L4_control_B3 +LQ07X005140 Predicted protein (Fragment) 4.977061261 L4_control_C2 +LQ07X005140 Predicted protein (Fragment) 5.646410049 L4_control_C3 +LQ07X005140 Predicted protein (Fragment) 5.629119001 L4_chemical_A1 +LQ07X005140 Predicted protein (Fragment) 5.501407474 L4_chemical_A2 +LQ07X005140 Predicted protein (Fragment) 5.296972579 L4_chemical_A3 +LQ07X005140 Predicted protein (Fragment) 5.373035015 L4_chemical_B1 +LQ07X005140 Predicted protein (Fragment) 4.886194572 L4_chemical_B2 +LQ07X005140 Predicted protein (Fragment) 5.857647174 L4_chemical_B3 +LQ07X005140 Predicted protein (Fragment) 5.597931144 L4_chemical_C2 +LQ07X005140 Predicted protein (Fragment) 5.385900249 L4_chemical_C3 +LQ07X005150 Transcription factor ILR3 14.04314151 C6_control_A1 +LQ07X005150 Transcription factor ILR3 13.89875773 C6_control_A3 +LQ07X005150 Transcription factor ILR3 13.9561348 C6_control_B1 +LQ07X005150 Transcription factor ILR3 14.05742754 C6_control_B2 +LQ07X005150 Transcription factor ILR3 13.89897554 C6_control_B3 +LQ07X005150 Transcription factor ILR3 14.0368833 C6_control_C1 +LQ07X005150 Transcription factor ILR3 13.61037622 C6_control_C2 +LQ07X005150 Transcription factor ILR3 13.7557648 C6_control_C3 +LQ07X005150 Transcription factor ILR3 14.06720076 C6_chemical_A1 +LQ07X005150 Transcription factor ILR3 14.65234592 C6_chemical_A3 +LQ07X005150 Transcription factor ILR3 14.04667549 C6_chemical_B1 +LQ07X005150 Transcription factor ILR3 13.90651792 C6_chemical_B2 +LQ07X005150 Transcription factor ILR3 14.14862926 C6_chemical_B3 +LQ07X005150 Transcription factor ILR3 13.96657157 C6_chemical_C1 +LQ07X005150 Transcription factor ILR3 13.92069273 C6_chemical_C2 +LQ07X005150 Transcription factor ILR3 13.99750732 C6_chemical_C3 +LQ07X005150 Transcription factor ILR3 14.23242782 L4_control_A1 +LQ07X005150 Transcription factor ILR3 14.07804216 L4_control_A2 +LQ07X005150 Transcription factor ILR3 13.96236172 L4_control_A3 +LQ07X005150 Transcription factor ILR3 14.17609682 L4_control_B1 +LQ07X005150 Transcription factor ILR3 14.25361591 L4_control_B2 +LQ07X005150 Transcription factor ILR3 13.95660945 L4_control_B3 +LQ07X005150 Transcription factor ILR3 13.96037183 L4_control_C2 +LQ07X005150 Transcription factor ILR3 13.82501373 L4_control_C3 +LQ07X005150 Transcription factor ILR3 14.45105646 L4_chemical_A1 +LQ07X005150 Transcription factor ILR3 14.34784825 L4_chemical_A2 +LQ07X005150 Transcription factor ILR3 14.25326545 L4_chemical_A3 +LQ07X005150 Transcription factor ILR3 14.45939553 L4_chemical_B1 +LQ07X005150 Transcription factor ILR3 14.02549216 L4_chemical_B2 +LQ07X005150 Transcription factor ILR3 13.89069337 L4_chemical_B3 +LQ07X005150 Transcription factor ILR3 13.78458659 L4_chemical_C2 +LQ07X005150 Transcription factor ILR3 13.86959238 L4_chemical_C3 +LQ07X005200 Formin-like protein 5 7.123906949 C6_control_A1 +LQ07X005200 Formin-like protein 5 6.167322414 C6_control_A3 +LQ07X005200 Formin-like protein 5 8.249341676 C6_control_B1 +LQ07X005200 Formin-like protein 5 7.084220659 C6_control_B2 +LQ07X005200 Formin-like protein 5 7.445131813 C6_control_B3 +LQ07X005200 Formin-like protein 5 7.745704092 C6_control_C1 +LQ07X005200 Formin-like protein 5 6.478905259 C6_control_C2 +LQ07X005200 Formin-like protein 5 7.050669701 C6_control_C3 +LQ07X005200 Formin-like protein 5 7.432629118 C6_chemical_A1 +LQ07X005200 Formin-like protein 5 7.093384626 C6_chemical_A3 +LQ07X005200 Formin-like protein 5 7.0730226 C6_chemical_B1 +LQ07X005200 Formin-like protein 5 7.138447746 C6_chemical_B2 +LQ07X005200 Formin-like protein 5 7.263266485 C6_chemical_B3 +LQ07X005200 Formin-like protein 5 7.442092856 C6_chemical_C1 +LQ07X005200 Formin-like protein 5 7.051204484 C6_chemical_C2 +LQ07X005200 Formin-like protein 5 7.431649978 C6_chemical_C3 +LQ07X005200 Formin-like protein 5 7.638354631 L4_control_A1 +LQ07X005200 Formin-like protein 5 7.363807266 L4_control_A2 +LQ07X005200 Formin-like protein 5 6.667366026 L4_control_A3 +LQ07X005200 Formin-like protein 5 7.042087185 L4_control_B1 +LQ07X005200 Formin-like protein 5 7.571950896 L4_control_B2 +LQ07X005200 Formin-like protein 5 7.912441206 L4_control_B3 +LQ07X005200 Formin-like protein 5 7.890586985 L4_control_C2 +LQ07X005200 Formin-like protein 5 8.874462514 L4_control_C3 +LQ07X005200 Formin-like protein 5 7.469713263 L4_chemical_A1 +LQ07X005200 Formin-like protein 5 6.315997843 L4_chemical_A2 +LQ07X005200 Formin-like protein 5 6.326152153 L4_chemical_A3 +LQ07X005200 Formin-like protein 5 7.77763611 L4_chemical_B1 +LQ07X005200 Formin-like protein 5 6.758521252 L4_chemical_B2 +LQ07X005200 Formin-like protein 5 7.332788782 L4_chemical_B3 +LQ07X005200 Formin-like protein 5 6.887762364 L4_chemical_C2 +LQ07X005200 Formin-like protein 5 8.651324306 L4_chemical_C3 +LQ07X005210 Probable histone H2A.1 11.38808653 C6_control_A1 +LQ07X005210 Probable histone H2A.1 11.44316316 C6_control_A3 +LQ07X005210 Probable histone H2A.1 10.11943544 C6_control_B1 +LQ07X005210 Probable histone H2A.1 11.74310243 C6_control_B2 +LQ07X005210 Probable histone H2A.1 10.09604649 C6_control_B3 +LQ07X005210 Probable histone H2A.1 11.63715083 C6_control_C1 +LQ07X005210 Probable histone H2A.1 11.80063448 C6_control_C2 +LQ07X005210 Probable histone H2A.1 12.05067822 C6_control_C3 +LQ07X005210 Probable histone H2A.1 10.88846939 C6_chemical_A1 +LQ07X005210 Probable histone H2A.1 11.20082229 C6_chemical_A3 +LQ07X005210 Probable histone H2A.1 9.708008429 C6_chemical_B1 +LQ07X005210 Probable histone H2A.1 11.71817057 C6_chemical_B2 +LQ07X005210 Probable histone H2A.1 10.66386624 C6_chemical_B3 +LQ07X005210 Probable histone H2A.1 11.75249281 C6_chemical_C1 +LQ07X005210 Probable histone H2A.1 11.75174142 C6_chemical_C2 +LQ07X005210 Probable histone H2A.1 12.15830552 C6_chemical_C3 +LQ07X005210 Probable histone H2A.1 11.14397634 L4_control_A1 +LQ07X005210 Probable histone H2A.1 11.02821444 L4_control_A2 +LQ07X005210 Probable histone H2A.1 10.56805779 L4_control_A3 +LQ07X005210 Probable histone H2A.1 10.2136543 L4_control_B1 +LQ07X005210 Probable histone H2A.1 10.08150242 L4_control_B2 +LQ07X005210 Probable histone H2A.1 10.90273178 L4_control_B3 +LQ07X005210 Probable histone H2A.1 9.774016276 L4_control_C2 +LQ07X005210 Probable histone H2A.1 10.86111026 L4_control_C3 +LQ07X005210 Probable histone H2A.1 11.11151786 L4_chemical_A1 +LQ07X005210 Probable histone H2A.1 11.13946634 L4_chemical_A2 +LQ07X005210 Probable histone H2A.1 11.13170245 L4_chemical_A3 +LQ07X005210 Probable histone H2A.1 9.573124772 L4_chemical_B1 +LQ07X005210 Probable histone H2A.1 10.27983624 L4_chemical_B2 +LQ07X005210 Probable histone H2A.1 11.58256668 L4_chemical_B3 +LQ07X005210 Probable histone H2A.1 10.42576282 L4_chemical_C2 +LQ07X005210 Probable histone H2A.1 10.43069334 L4_chemical_C3 +LQ07X005230 Predicted protein 4.988947084 C6_control_A1 +LQ07X005230 Predicted protein 5.151318137 C6_control_A3 +LQ07X005230 Predicted protein 5.54495915 C6_control_B1 +LQ07X005230 Predicted protein 5.148803998 C6_control_B2 +LQ07X005230 Predicted protein 5.205587324 C6_control_B3 +LQ07X005230 Predicted protein 5.005582939 C6_control_C1 +LQ07X005230 Predicted protein 4.915576251 C6_control_C2 +LQ07X005230 Predicted protein 5.096514719 C6_control_C3 +LQ07X005230 Predicted protein 4.850459741 C6_chemical_A1 +LQ07X005230 Predicted protein 4.934363179 C6_chemical_A3 +LQ07X005230 Predicted protein 5.249229057 C6_chemical_B1 +LQ07X005230 Predicted protein 5.150005585 C6_chemical_B2 +LQ07X005230 Predicted protein 5.279134881 C6_chemical_B3 +LQ07X005230 Predicted protein 5.019146031 C6_chemical_C1 +LQ07X005230 Predicted protein 4.761835853 C6_chemical_C2 +LQ07X005230 Predicted protein 4.902728686 C6_chemical_C3 +LQ07X005230 Predicted protein 4.985630167 L4_control_A1 +LQ07X005230 Predicted protein 5.337304275 L4_control_A2 +LQ07X005230 Predicted protein 5.393013632 L4_control_A3 +LQ07X005230 Predicted protein 4.612901005 L4_control_B1 +LQ07X005230 Predicted protein 4.863631426 L4_control_B2 +LQ07X005230 Predicted protein 5.300151747 L4_control_B3 +LQ07X005230 Predicted protein 5.231302087 L4_control_C2 +LQ07X005230 Predicted protein 5.770436507 L4_control_C3 +LQ07X005230 Predicted protein 5.15624728 L4_chemical_A1 +LQ07X005230 Predicted protein 4.994681467 L4_chemical_A2 +LQ07X005230 Predicted protein 5.371875457 L4_chemical_A3 +LQ07X005230 Predicted protein 4.897293007 L4_chemical_B1 +LQ07X005230 Predicted protein 5.529534857 L4_chemical_B2 +LQ07X005230 Predicted protein 4.947887349 L4_chemical_B3 +LQ07X005230 Predicted protein 5.621337884 L4_chemical_C2 +LQ07X005230 Predicted protein 4.844508344 L4_chemical_C3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.76745935 C6_control_A1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.67928278 C6_control_A3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.68220562 C6_control_B1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.31320172 C6_control_B2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.86430826 C6_control_B3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.70125722 C6_control_C1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.25221534 C6_control_C2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.75123551 C6_control_C3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.74413552 C6_chemical_A1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.45054235 C6_chemical_A3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.01498256 C6_chemical_B1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.52564264 C6_chemical_B2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.53838057 C6_chemical_B3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.56190733 C6_chemical_C1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.23291882 C6_chemical_C2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.67709672 C6_chemical_C3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 11.94875058 L4_control_A1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.14571465 L4_control_A2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.45049556 L4_control_A3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.59055599 L4_control_B1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.01439229 L4_control_B2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.95590666 L4_control_B3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.73494924 L4_control_C2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.16603571 L4_control_C3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 11.99750776 L4_chemical_A1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.83290843 L4_chemical_A2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 11.99600977 L4_chemical_A3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.59888837 L4_chemical_B1 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.84266091 L4_chemical_B2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.95845288 L4_chemical_B3 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.91269937 L4_chemical_C2 +LQ07X005250 50S ribosomal protein L24, chloroplastic 13.18538513 L4_chemical_C3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.190350353 C6_control_A1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 6.177096578 C6_control_A3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.398674821 C6_control_B1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.209591335 C6_control_B2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.474927772 C6_control_B3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.103316783 C6_control_C1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.260558081 C6_control_C2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.264997657 C6_control_C3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.052912759 C6_chemical_A1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.65057657 C6_chemical_A3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.146735633 C6_chemical_B1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.312271119 C6_chemical_B2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.126163882 C6_chemical_B3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.247856203 C6_chemical_C1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.18349059 C6_chemical_C2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.094696472 C6_chemical_C3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.41964566 L4_control_A1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.625650889 L4_control_A2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.909777275 L4_control_A3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.112582212 L4_control_B1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.290087749 L4_control_B2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.74884699 L4_control_B3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.313648055 L4_control_C2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.775497527 L4_control_C3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.783297556 L4_chemical_A1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.194374052 L4_chemical_A2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.59701363 L4_chemical_A3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.368493059 L4_chemical_B1 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.449065913 L4_chemical_B2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.301235152 L4_chemical_B3 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 4.898861976 L4_chemical_C2 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.464075578 L4_chemical_C3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.566827967 C6_control_A1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.921249628 C6_control_A3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.45480619 C6_control_B1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.318270391 C6_control_B2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.477994842 C6_control_B3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.220952527 C6_control_C1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.642163464 C6_control_C2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.857052714 C6_control_C3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.703091039 C6_chemical_A1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.508908958 C6_chemical_A3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.952873793 C6_chemical_B1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.62769851 C6_chemical_B2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.127332515 C6_chemical_B3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.503754184 C6_chemical_C1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.123532408 C6_chemical_C2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 6.027927257 C6_chemical_C3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.519853262 L4_control_A1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 6.836623888 L4_control_A2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.464286047 L4_control_A3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 6.652798572 L4_control_B1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.720850074 L4_control_B2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 6.639336221 L4_control_B3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.703544889 L4_control_C2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.289318988 L4_control_C3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 6.455957301 L4_chemical_A1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 6.335543887 L4_chemical_A2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.425691372 L4_chemical_A3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 8.571119284 L4_chemical_B1 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.382646757 L4_chemical_B2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.526599882 L4_chemical_B3 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 5.571824689 L4_chemical_C2 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.095430116 L4_chemical_C3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.811355038 C6_control_A1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.016038656 C6_control_A3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.953276057 C6_control_B1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.078886688 C6_control_B2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.959945994 C6_control_B3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.063951788 C6_control_C1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.908170047 C6_control_C2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.764433563 C6_control_C3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.092174093 C6_chemical_A1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.156671735 C6_chemical_A3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.945273793 C6_chemical_B1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.847967157 C6_chemical_B2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.884928042 C6_chemical_B3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.726696111 C6_chemical_C1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.841709609 C6_chemical_C2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.799954113 C6_chemical_C3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.878737138 L4_control_A1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.122327729 L4_control_A2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.215376901 L4_control_A3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.433346398 L4_control_B1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.670336333 L4_control_B2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.795783058 L4_control_B3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.504246311 L4_control_C2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.816670807 L4_control_C3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.04291778 L4_chemical_A1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.736300268 L4_chemical_A2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.454580042 L4_chemical_A3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.270497194 L4_chemical_B1 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.306332239 L4_chemical_B2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 4.575902546 L4_chemical_B3 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.424247458 L4_chemical_C2 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.195193231 L4_chemical_C3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 4.904089773 C6_control_A1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.332691665 C6_control_A3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.466269407 C6_control_B1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.245045321 C6_control_B2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.214757546 C6_control_B3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.171780126 C6_control_C1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.835606123 C6_control_C2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 4.908288 C6_control_C3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 4.821452753 C6_chemical_A1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.193819094 C6_chemical_A3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.562959574 C6_chemical_B1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.012961729 C6_chemical_B2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.375102187 C6_chemical_B3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 4.764092113 C6_chemical_C1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.23865995 C6_chemical_C2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 4.906056702 C6_chemical_C3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.446843715 L4_control_A1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.283747019 L4_control_A2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.118236262 L4_control_A3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.418182502 L4_control_B1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.357962721 L4_control_B2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.244440775 L4_control_B3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.059029573 L4_control_C2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.009232309 L4_control_C3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.666278127 L4_chemical_A1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.194910952 L4_chemical_A2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.018261683 L4_chemical_A3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.744295987 L4_chemical_B1 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.168628861 L4_chemical_B2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.237344417 L4_chemical_B3 +LQ07X005680 Putative serine/threonine-protein kinase receptor 5.363965112 L4_chemical_C2 +LQ07X005680 Putative serine/threonine-protein kinase receptor 4.805857376 L4_chemical_C3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.986015295 C6_control_A1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.255919119 C6_control_A3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.495477572 C6_control_B1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.911923211 C6_control_B2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.665033631 C6_control_B3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.706992544 C6_control_C1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.731204024 C6_control_C2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.768736322 C6_control_C3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.837866703 C6_chemical_A1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.240229561 C6_chemical_A3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.817302295 C6_chemical_B1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.970438643 C6_chemical_B2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.787335267 C6_chemical_B3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.698890512 C6_chemical_C1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.808568195 C6_chemical_C2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.742890914 C6_chemical_C3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.795690358 L4_control_A1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.173360414 L4_control_A2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.972081188 L4_control_A3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.272129095 L4_control_B1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.017962866 L4_control_B2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.652636769 L4_control_B3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.041408662 L4_control_C2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.033693002 L4_control_C3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.019063764 L4_chemical_A1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.805908156 L4_chemical_A2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.114385246 L4_chemical_A3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.0864778 L4_chemical_B1 +LQ07X005690 Putative serine/threonine-protein kinase receptor 5.414773396 L4_chemical_B2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.779095372 L4_chemical_B3 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.594839961 L4_chemical_C2 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.929531872 L4_chemical_C3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.81161134 C6_control_A1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.70333546 C6_control_A3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.12489676 C6_control_B1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.27731291 C6_control_B2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.11880058 C6_control_B3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.10254658 C6_control_C1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.56258346 C6_control_C2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.286937 C6_control_C3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.77022276 C6_chemical_A1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.92479187 C6_chemical_A3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.9938596 C6_chemical_B1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.18912116 C6_chemical_B2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.16514433 C6_chemical_B3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.94875224 C6_chemical_C1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.50119356 C6_chemical_C2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.98470106 C6_chemical_C3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.20221092 L4_control_A1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.76974805 L4_control_A2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.81931951 L4_control_A3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.92526204 L4_control_B1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.48856284 L4_control_B2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.1794395 L4_control_B3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 13.38318341 L4_control_C2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 13.36209801 L4_control_C3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.54205245 L4_chemical_A1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.72688612 L4_chemical_A2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.13505719 L4_chemical_A3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.69672491 L4_chemical_B1 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.58023678 L4_chemical_B2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 12.01031539 L4_chemical_B3 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 13.3666912 L4_chemical_C2 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 13.19545325 L4_chemical_C3 +LQ07X005820 Putative Ricin-agglutinin family protein 13.15405396 C6_control_A1 +LQ07X005820 Putative Ricin-agglutinin family protein 12.66006784 C6_control_A3 +LQ07X005820 Putative Ricin-agglutinin family protein 13.80314756 C6_control_B1 +LQ07X005820 Putative Ricin-agglutinin family protein 14.75627634 C6_control_B2 +LQ07X005820 Putative Ricin-agglutinin family protein 14.18806725 C6_control_B3 +LQ07X005820 Putative Ricin-agglutinin family protein 15.04865614 C6_control_C1 +LQ07X005820 Putative Ricin-agglutinin family protein 14.63496948 C6_control_C2 +LQ07X005820 Putative Ricin-agglutinin family protein 14.9247208 C6_control_C3 +LQ07X005820 Putative Ricin-agglutinin family protein 12.82221402 C6_chemical_A1 +LQ07X005820 Putative Ricin-agglutinin family protein 12.88498005 C6_chemical_A3 +LQ07X005820 Putative Ricin-agglutinin family protein 13.96627171 C6_chemical_B1 +LQ07X005820 Putative Ricin-agglutinin family protein 15.02363917 C6_chemical_B2 +LQ07X005820 Putative Ricin-agglutinin family protein 14.39467505 C6_chemical_B3 +LQ07X005820 Putative Ricin-agglutinin family protein 15.14419804 C6_chemical_C1 +LQ07X005820 Putative Ricin-agglutinin family protein 15.24312462 C6_chemical_C2 +LQ07X005820 Putative Ricin-agglutinin family protein 15.05078813 C6_chemical_C3 +LQ07X005820 Putative Ricin-agglutinin family protein 11.98623991 L4_control_A1 +LQ07X005820 Putative Ricin-agglutinin family protein 13.02998999 L4_control_A2 +LQ07X005820 Putative Ricin-agglutinin family protein 12.2816824 L4_control_A3 +LQ07X005820 Putative Ricin-agglutinin family protein 14.50954208 L4_control_B1 +LQ07X005820 Putative Ricin-agglutinin family protein 13.85063527 L4_control_B2 +LQ07X005820 Putative Ricin-agglutinin family protein 14.74401508 L4_control_B3 +LQ07X005820 Putative Ricin-agglutinin family protein 14.08563151 L4_control_C2 +LQ07X005820 Putative Ricin-agglutinin family protein 14.65217324 L4_control_C3 +LQ07X005820 Putative Ricin-agglutinin family protein 12.20453231 L4_chemical_A1 +LQ07X005820 Putative Ricin-agglutinin family protein 13.49116937 L4_chemical_A2 +LQ07X005820 Putative Ricin-agglutinin family protein 11.9674143 L4_chemical_A3 +LQ07X005820 Putative Ricin-agglutinin family protein 13.46126345 L4_chemical_B1 +LQ07X005820 Putative Ricin-agglutinin family protein 13.83694304 L4_chemical_B2 +LQ07X005820 Putative Ricin-agglutinin family protein 14.48895789 L4_chemical_B3 +LQ07X005820 Putative Ricin-agglutinin family protein 14.32697246 L4_chemical_C2 +LQ07X005820 Putative Ricin-agglutinin family protein 14.75753326 L4_chemical_C3 +LQ07X005860 Putative Predicted protein 5.172371781 C6_control_A1 +LQ07X005860 Putative Predicted protein 5.053210976 C6_control_A3 +LQ07X005860 Putative Predicted protein 5.689362368 C6_control_B1 +LQ07X005860 Putative Predicted protein 6.981316962 C6_control_B2 +LQ07X005860 Putative Predicted protein 5.365207229 C6_control_B3 +LQ07X005860 Putative Predicted protein 12.00176159 C6_control_C1 +LQ07X005860 Putative Predicted protein 11.68181569 C6_control_C2 +LQ07X005860 Putative Predicted protein 11.912882 C6_control_C3 +LQ07X005860 Putative Predicted protein 4.85475081 C6_chemical_A1 +LQ07X005860 Putative Predicted protein 5.140841367 C6_chemical_A3 +LQ07X005860 Putative Predicted protein 5.859661594 C6_chemical_B1 +LQ07X005860 Putative Predicted protein 6.878835305 C6_chemical_B2 +LQ07X005860 Putative Predicted protein 5.496504129 C6_chemical_B3 +LQ07X005860 Putative Predicted protein 10.9708609 C6_chemical_C1 +LQ07X005860 Putative Predicted protein 13.79246592 C6_chemical_C2 +LQ07X005860 Putative Predicted protein 10.88710157 C6_chemical_C3 +LQ07X005860 Putative Predicted protein 4.959108167 L4_control_A1 +LQ07X005860 Putative Predicted protein 5.398117806 L4_control_A2 +LQ07X005860 Putative Predicted protein 4.736819337 L4_control_A3 +LQ07X005860 Putative Predicted protein 5.401200482 L4_control_B1 +LQ07X005860 Putative Predicted protein 5.370388683 L4_control_B2 +LQ07X005860 Putative Predicted protein 7.840650974 L4_control_B3 +LQ07X005860 Putative Predicted protein 11.13992955 L4_control_C2 +LQ07X005860 Putative Predicted protein 12.66784616 L4_control_C3 +LQ07X005860 Putative Predicted protein 4.655225483 L4_chemical_A1 +LQ07X005860 Putative Predicted protein 5.563855082 L4_chemical_A2 +LQ07X005860 Putative Predicted protein 4.964594939 L4_chemical_A3 +LQ07X005860 Putative Predicted protein 5.29799744 L4_chemical_B1 +LQ07X005860 Putative Predicted protein 5.845239477 L4_chemical_B2 +LQ07X005860 Putative Predicted protein 6.04297837 L4_chemical_B3 +LQ07X005860 Putative Predicted protein 11.58141906 L4_chemical_C2 +LQ07X005860 Putative Predicted protein 14.70854816 L4_chemical_C3 +LQ07X005960 Putative Disease resistance protein RPS2 5.659572819 C6_control_A1 +LQ07X005960 Putative Disease resistance protein RPS2 5.422841885 C6_control_A3 +LQ07X005960 Putative Disease resistance protein RPS2 6.585755181 C6_control_B1 +LQ07X005960 Putative Disease resistance protein RPS2 8.59037662 C6_control_B2 +LQ07X005960 Putative Disease resistance protein RPS2 7.950902857 C6_control_B3 +LQ07X005960 Putative Disease resistance protein RPS2 10.08777586 C6_control_C1 +LQ07X005960 Putative Disease resistance protein RPS2 9.52712006 C6_control_C2 +LQ07X005960 Putative Disease resistance protein RPS2 10.71160226 C6_control_C3 +LQ07X005960 Putative Disease resistance protein RPS2 5.577607583 C6_chemical_A1 +LQ07X005960 Putative Disease resistance protein RPS2 5.728900463 C6_chemical_A3 +LQ07X005960 Putative Disease resistance protein RPS2 5.930544982 C6_chemical_B1 +LQ07X005960 Putative Disease resistance protein RPS2 8.203541499 C6_chemical_B2 +LQ07X005960 Putative Disease resistance protein RPS2 8.302805295 C6_chemical_B3 +LQ07X005960 Putative Disease resistance protein RPS2 9.641871252 C6_chemical_C1 +LQ07X005960 Putative Disease resistance protein RPS2 9.18704644 C6_chemical_C2 +LQ07X005960 Putative Disease resistance protein RPS2 10.38035272 C6_chemical_C3 +LQ07X005960 Putative Disease resistance protein RPS2 6.749582945 L4_control_A1 +LQ07X005960 Putative Disease resistance protein RPS2 5.759623208 L4_control_A2 +LQ07X005960 Putative Disease resistance protein RPS2 5.370532498 L4_control_A3 +LQ07X005960 Putative Disease resistance protein RPS2 8.379831193 L4_control_B1 +LQ07X005960 Putative Disease resistance protein RPS2 7.049009681 L4_control_B2 +LQ07X005960 Putative Disease resistance protein RPS2 9.917068261 L4_control_B3 +LQ07X005960 Putative Disease resistance protein RPS2 9.86658705 L4_control_C2 +LQ07X005960 Putative Disease resistance protein RPS2 10.69256926 L4_control_C3 +LQ07X005960 Putative Disease resistance protein RPS2 8.616000875 L4_chemical_A1 +LQ07X005960 Putative Disease resistance protein RPS2 8.278175145 L4_chemical_A2 +LQ07X005960 Putative Disease resistance protein RPS2 6.704988621 L4_chemical_A3 +LQ07X005960 Putative Disease resistance protein RPS2 8.43943731 L4_chemical_B1 +LQ07X005960 Putative Disease resistance protein RPS2 8.450922329 L4_chemical_B2 +LQ07X005960 Putative Disease resistance protein RPS2 8.316665277 L4_chemical_B3 +LQ07X005960 Putative Disease resistance protein RPS2 10.38206459 L4_chemical_C2 +LQ07X005960 Putative Disease resistance protein RPS2 10.305665 L4_chemical_C3 +LQ07X006020 Putative disease resistance protein At4g10780 4.622541654 C6_control_A1 +LQ07X006020 Putative disease resistance protein At4g10780 4.578089892 C6_control_A3 +LQ07X006020 Putative disease resistance protein At4g10780 4.835497563 C6_control_B1 +LQ07X006020 Putative disease resistance protein At4g10780 4.597563979 C6_control_B2 +LQ07X006020 Putative disease resistance protein At4g10780 5.040804626 C6_control_B3 +LQ07X006020 Putative disease resistance protein At4g10780 4.55231553 C6_control_C1 +LQ07X006020 Putative disease resistance protein At4g10780 4.659798492 C6_control_C2 +LQ07X006020 Putative disease resistance protein At4g10780 4.669169888 C6_control_C3 +LQ07X006020 Putative disease resistance protein At4g10780 4.814581521 C6_chemical_A1 +LQ07X006020 Putative disease resistance protein At4g10780 4.66143561 C6_chemical_A3 +LQ07X006020 Putative disease resistance protein At4g10780 5.011519654 C6_chemical_B1 +LQ07X006020 Putative disease resistance protein At4g10780 4.685514946 C6_chemical_B2 +LQ07X006020 Putative disease resistance protein At4g10780 4.877846201 C6_chemical_B3 +LQ07X006020 Putative disease resistance protein At4g10780 4.608255477 C6_chemical_C1 +LQ07X006020 Putative disease resistance protein At4g10780 4.828377585 C6_chemical_C2 +LQ07X006020 Putative disease resistance protein At4g10780 5.032137274 C6_chemical_C3 +LQ07X006020 Putative disease resistance protein At4g10780 5.08787345 L4_control_A1 +LQ07X006020 Putative disease resistance protein At4g10780 5.300645934 L4_control_A2 +LQ07X006020 Putative disease resistance protein At4g10780 5.126269783 L4_control_A3 +LQ07X006020 Putative disease resistance protein At4g10780 5.035654266 L4_control_B1 +LQ07X006020 Putative disease resistance protein At4g10780 5.240418326 L4_control_B2 +LQ07X006020 Putative disease resistance protein At4g10780 4.81639166 L4_control_B3 +LQ07X006020 Putative disease resistance protein At4g10780 5.171761879 L4_control_C2 +LQ07X006020 Putative disease resistance protein At4g10780 5.524280906 L4_control_C3 +LQ07X006020 Putative disease resistance protein At4g10780 4.849410393 L4_chemical_A1 +LQ07X006020 Putative disease resistance protein At4g10780 5.14124697 L4_chemical_A2 +LQ07X006020 Putative disease resistance protein At4g10780 5.267522973 L4_chemical_A3 +LQ07X006020 Putative disease resistance protein At4g10780 4.708608543 L4_chemical_B1 +LQ07X006020 Putative disease resistance protein At4g10780 4.635095731 L4_chemical_B2 +LQ07X006020 Putative disease resistance protein At4g10780 4.486521077 L4_chemical_B3 +LQ07X006020 Putative disease resistance protein At4g10780 5.30373342 L4_chemical_C2 +LQ07X006020 Putative disease resistance protein At4g10780 5.736047784 L4_chemical_C3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.25728311 C6_control_A1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.22159585 C6_control_A3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.57005701 C6_control_B1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.37029863 C6_control_B2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.67355877 C6_control_B3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.75578062 C6_control_C1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.85029348 C6_control_C2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.90395077 C6_control_C3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.35846445 C6_chemical_A1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.26721974 C6_chemical_A3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.80488422 C6_chemical_B1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.60117365 C6_chemical_B2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.52029234 C6_chemical_B3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.62964338 C6_chemical_C1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.82343167 C6_chemical_C2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.57516236 C6_chemical_C3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 13.98742278 L4_control_A1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.50900323 L4_control_A2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.31871866 L4_control_A3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.83347843 L4_control_B1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.69433161 L4_control_B2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.85763389 L4_control_B3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.95776567 L4_control_C2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.96668252 L4_control_C3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 13.93696291 L4_chemical_A1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.79267672 L4_chemical_A2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.20126136 L4_chemical_A3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.61795428 L4_chemical_B1 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.95367382 L4_chemical_B2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.78831704 L4_chemical_B3 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 15.01527304 L4_chemical_C2 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.89532925 L4_chemical_C3 +LQ07X006150 Rnf5, putative 5.36487493 C6_control_A1 +LQ07X006150 Rnf5, putative 5.527381732 C6_control_A3 +LQ07X006150 Rnf5, putative 5.257670324 C6_control_B1 +LQ07X006150 Rnf5, putative 5.39770894 C6_control_B2 +LQ07X006150 Rnf5, putative 5.688161054 C6_control_B3 +LQ07X006150 Rnf5, putative 5.969435603 C6_control_C1 +LQ07X006150 Rnf5, putative 4.903272158 C6_control_C2 +LQ07X006150 Rnf5, putative 6.511721614 C6_control_C3 +LQ07X006150 Rnf5, putative 5.171645289 C6_chemical_A1 +LQ07X006150 Rnf5, putative 5.201570549 C6_chemical_A3 +LQ07X006150 Rnf5, putative 5.362886328 C6_chemical_B1 +LQ07X006150 Rnf5, putative 5.347031774 C6_chemical_B2 +LQ07X006150 Rnf5, putative 5.617644023 C6_chemical_B3 +LQ07X006150 Rnf5, putative 5.941755082 C6_chemical_C1 +LQ07X006150 Rnf5, putative 5.17483933 C6_chemical_C2 +LQ07X006150 Rnf5, putative 5.483714557 C6_chemical_C3 +LQ07X006150 Rnf5, putative 5.265498066 L4_control_A1 +LQ07X006150 Rnf5, putative 5.60563146 L4_control_A2 +LQ07X006150 Rnf5, putative 5.083414141 L4_control_A3 +LQ07X006150 Rnf5, putative 5.351246016 L4_control_B1 +LQ07X006150 Rnf5, putative 5.270563848 L4_control_B2 +LQ07X006150 Rnf5, putative 5.058402424 L4_control_B3 +LQ07X006150 Rnf5, putative 5.577621766 L4_control_C2 +LQ07X006150 Rnf5, putative 6.129785293 L4_control_C3 +LQ07X006150 Rnf5, putative 5.248270589 L4_chemical_A1 +LQ07X006150 Rnf5, putative 5.302164101 L4_chemical_A2 +LQ07X006150 Rnf5, putative 5.389763007 L4_chemical_A3 +LQ07X006150 Rnf5, putative 4.949495631 L4_chemical_B1 +LQ07X006150 Rnf5, putative 5.187318801 L4_chemical_B2 +LQ07X006150 Rnf5, putative 5.075973517 L4_chemical_B3 +LQ07X006150 Rnf5, putative 5.276430236 L4_chemical_C2 +LQ07X006150 Rnf5, putative 5.118904771 L4_chemical_C3 +LQ07X006160 Expansin-A12 5.024659178 C6_control_A1 +LQ07X006160 Expansin-A12 5.217851669 C6_control_A3 +LQ07X006160 Expansin-A12 4.907366386 C6_control_B1 +LQ07X006160 Expansin-A12 5.184356026 C6_control_B2 +LQ07X006160 Expansin-A12 5.042681102 C6_control_B3 +LQ07X006160 Expansin-A12 4.860922571 C6_control_C1 +LQ07X006160 Expansin-A12 5.032554993 C6_control_C2 +LQ07X006160 Expansin-A12 5.096369573 C6_control_C3 +LQ07X006160 Expansin-A12 4.8746967 C6_chemical_A1 +LQ07X006160 Expansin-A12 5.41436519 C6_chemical_A3 +LQ07X006160 Expansin-A12 5.047541977 C6_chemical_B1 +LQ07X006160 Expansin-A12 5.191142633 C6_chemical_B2 +LQ07X006160 Expansin-A12 4.890652758 C6_chemical_B3 +LQ07X006160 Expansin-A12 4.963607375 C6_chemical_C1 +LQ07X006160 Expansin-A12 4.966458097 C6_chemical_C2 +LQ07X006160 Expansin-A12 5.139262903 C6_chemical_C3 +LQ07X006160 Expansin-A12 5.157380721 L4_control_A1 +LQ07X006160 Expansin-A12 5.511971274 L4_control_A2 +LQ07X006160 Expansin-A12 5.527681707 L4_control_A3 +LQ07X006160 Expansin-A12 5.731659181 L4_control_B1 +LQ07X006160 Expansin-A12 5.864462257 L4_control_B2 +LQ07X006160 Expansin-A12 4.919291097 L4_control_B3 +LQ07X006160 Expansin-A12 5.012045573 L4_control_C2 +LQ07X006160 Expansin-A12 4.83417435 L4_control_C3 +LQ07X006160 Expansin-A12 5.506551865 L4_chemical_A1 +LQ07X006160 Expansin-A12 5.111747772 L4_chemical_A2 +LQ07X006160 Expansin-A12 5.857978229 L4_chemical_A3 +LQ07X006160 Expansin-A12 5.070936444 L4_chemical_B1 +LQ07X006160 Expansin-A12 5.38979649 L4_chemical_B2 +LQ07X006160 Expansin-A12 4.861711765 L4_chemical_B3 +LQ07X006160 Expansin-A12 5.221977332 L4_chemical_C2 +LQ07X006160 Expansin-A12 5.247935159 L4_chemical_C3 +LQ07X006210 Hypothetical protein 9.005377789 C6_control_A1 +LQ07X006210 Hypothetical protein 8.102034398 C6_control_A3 +LQ07X006210 Hypothetical protein 9.023016673 C6_control_B1 +LQ07X006210 Hypothetical protein 7.898876307 C6_control_B2 +LQ07X006210 Hypothetical protein 8.620027167 C6_control_B3 +LQ07X006210 Hypothetical protein 7.36893296 C6_control_C1 +LQ07X006210 Hypothetical protein 6.949381663 C6_control_C2 +LQ07X006210 Hypothetical protein 6.670927443 C6_control_C3 +LQ07X006210 Hypothetical protein 8.848927921 C6_chemical_A1 +LQ07X006210 Hypothetical protein 8.759455458 C6_chemical_A3 +LQ07X006210 Hypothetical protein 8.221916731 C6_chemical_B1 +LQ07X006210 Hypothetical protein 8.057651781 C6_chemical_B2 +LQ07X006210 Hypothetical protein 8.473932359 C6_chemical_B3 +LQ07X006210 Hypothetical protein 7.13565113 C6_chemical_C1 +LQ07X006210 Hypothetical protein 6.853771443 C6_chemical_C2 +LQ07X006210 Hypothetical protein 6.868060093 C6_chemical_C3 +LQ07X006210 Hypothetical protein 7.266039601 L4_control_A1 +LQ07X006210 Hypothetical protein 7.155630341 L4_control_A2 +LQ07X006210 Hypothetical protein 6.786291944 L4_control_A3 +LQ07X006210 Hypothetical protein 7.077668279 L4_control_B1 +LQ07X006210 Hypothetical protein 7.391764243 L4_control_B2 +LQ07X006210 Hypothetical protein 6.984159363 L4_control_B3 +LQ07X006210 Hypothetical protein 7.17742478 L4_control_C2 +LQ07X006210 Hypothetical protein 7.380358661 L4_control_C3 +LQ07X006210 Hypothetical protein 7.02287789 L4_chemical_A1 +LQ07X006210 Hypothetical protein 7.148112673 L4_chemical_A2 +LQ07X006210 Hypothetical protein 6.500609632 L4_chemical_A3 +LQ07X006210 Hypothetical protein 7.351937087 L4_chemical_B1 +LQ07X006210 Hypothetical protein 7.13159764 L4_chemical_B2 +LQ07X006210 Hypothetical protein 7.127189087 L4_chemical_B3 +LQ07X006210 Hypothetical protein 7.190604631 L4_chemical_C2 +LQ07X006210 Hypothetical protein 7.33279933 L4_chemical_C3 +LQ07X006290 Putative Predicted protein 9.047577138 C6_control_A1 +LQ07X006290 Putative Predicted protein 9.198869051 C6_control_A3 +LQ07X006290 Putative Predicted protein 8.647744961 C6_control_B1 +LQ07X006290 Putative Predicted protein 8.24251598 C6_control_B2 +LQ07X006290 Putative Predicted protein 7.997884576 C6_control_B3 +LQ07X006290 Putative Predicted protein 7.365698787 C6_control_C1 +LQ07X006290 Putative Predicted protein 6.884563594 C6_control_C2 +LQ07X006290 Putative Predicted protein 7.180964248 C6_control_C3 +LQ07X006290 Putative Predicted protein 8.849850163 C6_chemical_A1 +LQ07X006290 Putative Predicted protein 8.996572693 C6_chemical_A3 +LQ07X006290 Putative Predicted protein 8.184677416 C6_chemical_B1 +LQ07X006290 Putative Predicted protein 7.938820062 C6_chemical_B2 +LQ07X006290 Putative Predicted protein 7.801515241 C6_chemical_B3 +LQ07X006290 Putative Predicted protein 7.05377397 C6_chemical_C1 +LQ07X006290 Putative Predicted protein 6.748328288 C6_chemical_C2 +LQ07X006290 Putative Predicted protein 7.194713003 C6_chemical_C3 +LQ07X006290 Putative Predicted protein 9.396002087 L4_control_A1 +LQ07X006290 Putative Predicted protein 8.427066112 L4_control_A2 +LQ07X006290 Putative Predicted protein 9.25074976 L4_control_A3 +LQ07X006290 Putative Predicted protein 7.734194285 L4_control_B1 +LQ07X006290 Putative Predicted protein 7.793812127 L4_control_B2 +LQ07X006290 Putative Predicted protein 7.733977479 L4_control_B3 +LQ07X006290 Putative Predicted protein 6.159732611 L4_control_C2 +LQ07X006290 Putative Predicted protein 6.74428503 L4_control_C3 +LQ07X006290 Putative Predicted protein 8.530434508 L4_chemical_A1 +LQ07X006290 Putative Predicted protein 6.916588291 L4_chemical_A2 +LQ07X006290 Putative Predicted protein 9.07290782 L4_chemical_A3 +LQ07X006290 Putative Predicted protein 6.068991439 L4_chemical_B1 +LQ07X006290 Putative Predicted protein 6.138615606 L4_chemical_B2 +LQ07X006290 Putative Predicted protein 8.459966918 L4_chemical_B3 +LQ07X006290 Putative Predicted protein 5.873831605 L4_chemical_C2 +LQ07X006290 Putative Predicted protein 5.366342497 L4_chemical_C3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.24393584 C6_control_A1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.649981432 C6_control_A3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 4.893579642 C6_control_B1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.175993186 C6_control_B2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 4.970483199 C6_control_B3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 4.921425298 C6_control_C1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.125801048 C6_control_C2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.200133329 C6_control_C3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.247957871 C6_chemical_A1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.211844163 C6_chemical_A3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 4.67626353 C6_chemical_B1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.128689675 C6_chemical_B2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.072474938 C6_chemical_B3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 4.876630712 C6_chemical_C1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.040889403 C6_chemical_C2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.125530912 C6_chemical_C3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.185940724 L4_control_A1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.461445062 L4_control_A2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.736225279 L4_control_A3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.729966399 L4_control_B1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.236145672 L4_control_B2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.167170949 L4_control_B3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 4.767767888 L4_control_C2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 4.767721713 L4_control_C3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.041796088 L4_chemical_A1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.301833499 L4_chemical_A2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.89351178 L4_chemical_A3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.50392886 L4_chemical_B1 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.303940059 L4_chemical_B2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.26690018 L4_chemical_B3 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.161583381 L4_chemical_C2 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.27037232 L4_chemical_C3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.47161683 C6_control_A1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.53412542 C6_control_A3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.85097672 C6_control_B1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.10631843 C6_control_B2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.78004316 C6_control_B3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.8884208 C6_control_C1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.71681523 C6_control_C2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.75528513 C6_control_C3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.25781036 C6_chemical_A1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.10263286 C6_chemical_A3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.46753247 C6_chemical_B1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.24739082 C6_chemical_B2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.64792906 C6_chemical_B3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.77084383 C6_chemical_C1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.47993381 C6_chemical_C2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 10.61955336 C6_chemical_C3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.68558893 L4_control_A1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.4515937 L4_control_A2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.84384781 L4_control_A3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.39540931 L4_control_B1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.49944336 L4_control_B2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.37196875 L4_control_B3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.10675004 L4_control_C2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.3589369 L4_control_C3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.97784205 L4_chemical_A1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.3443769 L4_chemical_A2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 12.06981872 L4_chemical_A3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.29958059 L4_chemical_B1 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.20074481 L4_chemical_B2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.52276767 L4_chemical_B3 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.1588428 L4_chemical_C2 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.6379425 L4_chemical_C3 +LQ07X006430 Putative disease resistance protein At4g10780 4.682916722 C6_control_A1 +LQ07X006430 Putative disease resistance protein At4g10780 4.754896675 C6_control_A3 +LQ07X006430 Putative disease resistance protein At4g10780 5.452627028 C6_control_B1 +LQ07X006430 Putative disease resistance protein At4g10780 4.976839769 C6_control_B2 +LQ07X006430 Putative disease resistance protein At4g10780 4.780074608 C6_control_B3 +LQ07X006430 Putative disease resistance protein At4g10780 5.188865094 C6_control_C1 +LQ07X006430 Putative disease resistance protein At4g10780 4.77336 C6_control_C2 +LQ07X006430 Putative disease resistance protein At4g10780 4.805705949 C6_control_C3 +LQ07X006430 Putative disease resistance protein At4g10780 5.104083516 C6_chemical_A1 +LQ07X006430 Putative disease resistance protein At4g10780 4.703498847 C6_chemical_A3 +LQ07X006430 Putative disease resistance protein At4g10780 4.927946602 C6_chemical_B1 +LQ07X006430 Putative disease resistance protein At4g10780 4.816957805 C6_chemical_B2 +LQ07X006430 Putative disease resistance protein At4g10780 4.728523223 C6_chemical_B3 +LQ07X006430 Putative disease resistance protein At4g10780 4.808036095 C6_chemical_C1 +LQ07X006430 Putative disease resistance protein At4g10780 5.005543642 C6_chemical_C2 +LQ07X006430 Putative disease resistance protein At4g10780 4.777699714 C6_chemical_C3 +LQ07X006430 Putative disease resistance protein At4g10780 4.547379208 L4_control_A1 +LQ07X006430 Putative disease resistance protein At4g10780 5.114574544 L4_control_A2 +LQ07X006430 Putative disease resistance protein At4g10780 5.729027784 L4_control_A3 +LQ07X006430 Putative disease resistance protein At4g10780 5.259858605 L4_control_B1 +LQ07X006430 Putative disease resistance protein At4g10780 4.816005776 L4_control_B2 +LQ07X006430 Putative disease resistance protein At4g10780 4.849047323 L4_control_B3 +LQ07X006430 Putative disease resistance protein At4g10780 5.304308126 L4_control_C2 +LQ07X006430 Putative disease resistance protein At4g10780 4.939331599 L4_control_C3 +LQ07X006430 Putative disease resistance protein At4g10780 5.046889191 L4_chemical_A1 +LQ07X006430 Putative disease resistance protein At4g10780 4.934330336 L4_chemical_A2 +LQ07X006430 Putative disease resistance protein At4g10780 4.831205814 L4_chemical_A3 +LQ07X006430 Putative disease resistance protein At4g10780 4.784584388 L4_chemical_B1 +LQ07X006430 Putative disease resistance protein At4g10780 4.919425094 L4_chemical_B2 +LQ07X006430 Putative disease resistance protein At4g10780 4.777020571 L4_chemical_B3 +LQ07X006430 Putative disease resistance protein At4g10780 5.723811624 L4_chemical_C2 +LQ07X006430 Putative disease resistance protein At4g10780 4.784629679 L4_chemical_C3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.86635706 C6_control_A1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.806827641 C6_control_A3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.431114171 C6_control_B1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.61077986 C6_control_B2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.351501469 C6_control_B3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.821997906 C6_control_C1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.38948611 C6_control_C2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.842173275 C6_control_C3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.753018432 C6_chemical_A1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.646934591 C6_chemical_A3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.360976431 C6_chemical_B1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.843870396 C6_chemical_B2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.752463219 C6_chemical_B3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.912599073 C6_chemical_C1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.64457553 C6_chemical_C2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 6.079748058 C6_chemical_C3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.542137724 L4_control_A1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 6.101987722 L4_control_A2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.930266576 L4_control_A3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.198842262 L4_control_B1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.182660662 L4_control_B2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.908611393 L4_control_B3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.924149658 L4_control_C2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.293273633 L4_control_C3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.896063057 L4_chemical_A1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.321044224 L4_chemical_A2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.64339553 L4_chemical_A3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.251366425 L4_chemical_B1 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.345484292 L4_chemical_B2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.640612942 L4_chemical_B3 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.348737197 L4_chemical_C2 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.47562218 L4_chemical_C3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 4.917707031 C6_control_A1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 4.965304709 C6_control_A3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.421573566 C6_control_B1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.219301433 C6_control_B2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.648620649 C6_control_B3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.400197589 C6_control_C1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.283359143 C6_control_C2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.526808159 C6_control_C3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.146537092 C6_chemical_A1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.308433343 C6_chemical_A3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.604235424 C6_chemical_B1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.098083676 C6_chemical_B2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.435362414 C6_chemical_B3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.082659499 C6_chemical_C1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.586148707 C6_chemical_C2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.674470165 C6_chemical_C3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.325558938 L4_control_A1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 4.959601459 L4_control_A2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.107107874 L4_control_A3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.125986203 L4_control_B1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.440764089 L4_control_B2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 6.348678392 L4_control_B3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.587775734 L4_control_C2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 6.140101183 L4_control_C3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.157101978 L4_chemical_A1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.412812846 L4_chemical_A2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 4.858837745 L4_chemical_A3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.219662393 L4_chemical_B1 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.666446255 L4_chemical_B2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.877288056 L4_chemical_B3 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.838491556 L4_chemical_C2 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 6.707849053 L4_chemical_C3 +LQ07X006560 Putative Stem-specific protein TSJT1 12.59913739 C6_control_A1 +LQ07X006560 Putative Stem-specific protein TSJT1 12.15120542 C6_control_A3 +LQ07X006560 Putative Stem-specific protein TSJT1 12.82884955 C6_control_B1 +LQ07X006560 Putative Stem-specific protein TSJT1 12.64689692 C6_control_B2 +LQ07X006560 Putative Stem-specific protein TSJT1 12.22183002 C6_control_B3 +LQ07X006560 Putative Stem-specific protein TSJT1 12.41955054 C6_control_C1 +LQ07X006560 Putative Stem-specific protein TSJT1 13.22156816 C6_control_C2 +LQ07X006560 Putative Stem-specific protein TSJT1 13.40440759 C6_control_C3 +LQ07X006560 Putative Stem-specific protein TSJT1 12.26966852 C6_chemical_A1 +LQ07X006560 Putative Stem-specific protein TSJT1 12.44814366 C6_chemical_A3 +LQ07X006560 Putative Stem-specific protein TSJT1 12.81625952 C6_chemical_B1 +LQ07X006560 Putative Stem-specific protein TSJT1 12.65626323 C6_chemical_B2 +LQ07X006560 Putative Stem-specific protein TSJT1 12.95987419 C6_chemical_B3 +LQ07X006560 Putative Stem-specific protein TSJT1 12.11261402 C6_chemical_C1 +LQ07X006560 Putative Stem-specific protein TSJT1 12.83902515 C6_chemical_C2 +LQ07X006560 Putative Stem-specific protein TSJT1 13.88331861 C6_chemical_C3 +LQ07X006560 Putative Stem-specific protein TSJT1 11.73243156 L4_control_A1 +LQ07X006560 Putative Stem-specific protein TSJT1 11.6442837 L4_control_A2 +LQ07X006560 Putative Stem-specific protein TSJT1 12.59967865 L4_control_A3 +LQ07X006560 Putative Stem-specific protein TSJT1 11.9783437 L4_control_B1 +LQ07X006560 Putative Stem-specific protein TSJT1 13.04239933 L4_control_B2 +LQ07X006560 Putative Stem-specific protein TSJT1 12.08562084 L4_control_B3 +LQ07X006560 Putative Stem-specific protein TSJT1 13.47958566 L4_control_C2 +LQ07X006560 Putative Stem-specific protein TSJT1 13.31068655 L4_control_C3 +LQ07X006560 Putative Stem-specific protein TSJT1 13.82587735 L4_chemical_A1 +LQ07X006560 Putative Stem-specific protein TSJT1 13.70691641 L4_chemical_A2 +LQ07X006560 Putative Stem-specific protein TSJT1 13.26016545 L4_chemical_A3 +LQ07X006560 Putative Stem-specific protein TSJT1 12.77618058 L4_chemical_B1 +LQ07X006560 Putative Stem-specific protein TSJT1 13.00209349 L4_chemical_B2 +LQ07X006560 Putative Stem-specific protein TSJT1 12.81889529 L4_chemical_B3 +LQ07X006560 Putative Stem-specific protein TSJT1 13.26708409 L4_chemical_C2 +LQ07X006560 Putative Stem-specific protein TSJT1 13.53864733 L4_chemical_C3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.81330346 C6_control_A1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.02499288 C6_control_A3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.88867892 C6_control_B1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.12300425 C6_control_B2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.88463026 C6_control_B3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 9.774782012 C6_control_C1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 9.712828669 C6_control_C2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 9.842292412 C6_control_C3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.15868027 C6_chemical_A1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.11351033 C6_chemical_A3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.02957146 C6_chemical_B1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.05800653 C6_chemical_B2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.78837429 C6_chemical_B3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 9.702785703 C6_chemical_C1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 9.367939626 C6_chemical_C2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 9.89813001 C6_chemical_C3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.12711767 L4_control_A1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.06502595 L4_control_A2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.98665548 L4_control_A3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.04943552 L4_control_B1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.99387137 L4_control_B2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.02978648 L4_control_B3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.60657542 L4_control_C2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.96979164 L4_control_C3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.64795098 L4_chemical_A1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.82690415 L4_chemical_A2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.62442789 L4_chemical_A3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.88008236 L4_chemical_B1 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.21890664 L4_chemical_B2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.78675221 L4_chemical_B3 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.62947398 L4_chemical_C2 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 10.52743758 L4_chemical_C3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.612043829 C6_control_A1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.891575973 C6_control_A3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.714996269 C6_control_B1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.450429729 C6_control_B2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.700521186 C6_control_B3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.439212704 C6_control_C1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.822131494 C6_control_C2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 7.114627933 C6_control_C3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.099516013 C6_chemical_A1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.769682901 C6_chemical_A3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.991346201 C6_chemical_B1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.264482202 C6_chemical_B2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.078463797 C6_chemical_B3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.467931921 C6_chemical_C1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.37806828 C6_chemical_C2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.663312795 C6_chemical_C3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.854457492 L4_control_A1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.419178952 L4_control_A2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.29283952 L4_control_A3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.186015541 L4_control_B1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.418155756 L4_control_B2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.98615489 L4_control_B3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.216763293 L4_control_C2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.815414781 L4_control_C3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.924540827 L4_chemical_A1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.613770546 L4_chemical_A2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.624224616 L4_chemical_A3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 4.943851178 L4_chemical_B1 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.16946326 L4_chemical_B2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.12520216 L4_chemical_B3 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.002728813 L4_chemical_C2 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 5.567583296 L4_chemical_C3 +LQ07X006610 Putative LanC-like protein 2 5.767776501 C6_control_A1 +LQ07X006610 Putative LanC-like protein 2 5.855237884 C6_control_A3 +LQ07X006610 Putative LanC-like protein 2 5.410544946 C6_control_B1 +LQ07X006610 Putative LanC-like protein 2 5.334404989 C6_control_B2 +LQ07X006610 Putative LanC-like protein 2 5.976388584 C6_control_B3 +LQ07X006610 Putative LanC-like protein 2 5.385656413 C6_control_C1 +LQ07X006610 Putative LanC-like protein 2 5.924205793 C6_control_C2 +LQ07X006610 Putative LanC-like protein 2 5.608850699 C6_control_C3 +LQ07X006610 Putative LanC-like protein 2 5.729339812 C6_chemical_A1 +LQ07X006610 Putative LanC-like protein 2 5.759762122 C6_chemical_A3 +LQ07X006610 Putative LanC-like protein 2 5.720374699 C6_chemical_B1 +LQ07X006610 Putative LanC-like protein 2 5.496117414 C6_chemical_B2 +LQ07X006610 Putative LanC-like protein 2 5.419699078 C6_chemical_B3 +LQ07X006610 Putative LanC-like protein 2 5.283065721 C6_chemical_C1 +LQ07X006610 Putative LanC-like protein 2 5.579382883 C6_chemical_C2 +LQ07X006610 Putative LanC-like protein 2 5.426811146 C6_chemical_C3 +LQ07X006610 Putative LanC-like protein 2 5.453215742 L4_control_A1 +LQ07X006610 Putative LanC-like protein 2 6.274586187 L4_control_A2 +LQ07X006610 Putative LanC-like protein 2 6.006220395 L4_control_A3 +LQ07X006610 Putative LanC-like protein 2 5.531173482 L4_control_B1 +LQ07X006610 Putative LanC-like protein 2 6.291057676 L4_control_B2 +LQ07X006610 Putative LanC-like protein 2 5.572535163 L4_control_B3 +LQ07X006610 Putative LanC-like protein 2 5.900020418 L4_control_C2 +LQ07X006610 Putative LanC-like protein 2 5.94283837 L4_control_C3 +LQ07X006610 Putative LanC-like protein 2 5.692273516 L4_chemical_A1 +LQ07X006610 Putative LanC-like protein 2 5.644611216 L4_chemical_A2 +LQ07X006610 Putative LanC-like protein 2 5.649921075 L4_chemical_A3 +LQ07X006610 Putative LanC-like protein 2 5.472656832 L4_chemical_B1 +LQ07X006610 Putative LanC-like protein 2 6.088566538 L4_chemical_B2 +LQ07X006610 Putative LanC-like protein 2 5.923086895 L4_chemical_B3 +LQ07X006610 Putative LanC-like protein 2 5.496308634 L4_chemical_C2 +LQ07X006610 Putative LanC-like protein 2 5.498856651 L4_chemical_C3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.755483526 C6_control_A1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.70418392 C6_control_A3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.94168353 C6_control_B1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.398378099 C6_control_B2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.371971249 C6_control_B3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 6.182357157 C6_control_C1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 6.721788656 C6_control_C2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.636435807 C6_control_C3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.737562559 C6_chemical_A1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.263653198 C6_chemical_A3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.647066589 C6_chemical_B1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.56505887 C6_chemical_B2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.330463977 C6_chemical_B3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 6.342935432 C6_chemical_C1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.421349846 C6_chemical_C2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.47837756 C6_chemical_C3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.634181476 L4_control_A1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.622614571 L4_control_A2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 6.02584406 L4_control_A3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 6.10922555 L4_control_B1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.183466853 L4_control_B2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.237887432 L4_control_B3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.709016301 L4_control_C2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.183651181 L4_control_C3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.38081264 L4_chemical_A1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.742227224 L4_chemical_A2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.609489374 L4_chemical_A3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.458192608 L4_chemical_B1 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.535365771 L4_chemical_B2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.90616609 L4_chemical_B3 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.857625318 L4_chemical_C2 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.549514587 L4_chemical_C3 +LQ07X006640 Fiber protein Fb34 13.63300262 C6_control_A1 +LQ07X006640 Fiber protein Fb34 13.069489 C6_control_A3 +LQ07X006640 Fiber protein Fb34 14.29368612 C6_control_B1 +LQ07X006640 Fiber protein Fb34 14.96832119 C6_control_B2 +LQ07X006640 Fiber protein Fb34 14.7808816 C6_control_B3 +LQ07X006640 Fiber protein Fb34 11.88134815 C6_control_C1 +LQ07X006640 Fiber protein Fb34 12.75382746 C6_control_C2 +LQ07X006640 Fiber protein Fb34 12.06698976 C6_control_C3 +LQ07X006640 Fiber protein Fb34 13.48413123 C6_chemical_A1 +LQ07X006640 Fiber protein Fb34 12.8739471 C6_chemical_A3 +LQ07X006640 Fiber protein Fb34 14.14684201 C6_chemical_B1 +LQ07X006640 Fiber protein Fb34 14.62197049 C6_chemical_B2 +LQ07X006640 Fiber protein Fb34 14.29063629 C6_chemical_B3 +LQ07X006640 Fiber protein Fb34 11.94286566 C6_chemical_C1 +LQ07X006640 Fiber protein Fb34 11.517046 C6_chemical_C2 +LQ07X006640 Fiber protein Fb34 11.51005107 C6_chemical_C3 +LQ07X006640 Fiber protein Fb34 13.52374168 L4_control_A1 +LQ07X006640 Fiber protein Fb34 13.72272839 L4_control_A2 +LQ07X006640 Fiber protein Fb34 12.80400683 L4_control_A3 +LQ07X006640 Fiber protein Fb34 14.48524243 L4_control_B1 +LQ07X006640 Fiber protein Fb34 13.93939914 L4_control_B2 +LQ07X006640 Fiber protein Fb34 14.97670259 L4_control_B3 +LQ07X006640 Fiber protein Fb34 10.83019111 L4_control_C2 +LQ07X006640 Fiber protein Fb34 11.29171001 L4_control_C3 +LQ07X006640 Fiber protein Fb34 12.34703739 L4_chemical_A1 +LQ07X006640 Fiber protein Fb34 13.09569626 L4_chemical_A2 +LQ07X006640 Fiber protein Fb34 12.49179153 L4_chemical_A3 +LQ07X006640 Fiber protein Fb34 13.747932 L4_chemical_B1 +LQ07X006640 Fiber protein Fb34 13.84850963 L4_chemical_B2 +LQ07X006640 Fiber protein Fb34 14.0539823 L4_chemical_B3 +LQ07X006640 Fiber protein Fb34 10.74125335 L4_chemical_C2 +LQ07X006640 Fiber protein Fb34 11.15456315 L4_chemical_C3 +LQ07X006650 Putative Predicted protein 5.079683172 C6_control_A1 +LQ07X006650 Putative Predicted protein 5.090646091 C6_control_A3 +LQ07X006650 Putative Predicted protein 4.859220184 C6_control_B1 +LQ07X006650 Putative Predicted protein 4.746634704 C6_control_B2 +LQ07X006650 Putative Predicted protein 4.749220078 C6_control_B3 +LQ07X006650 Putative Predicted protein 4.638005378 C6_control_C1 +LQ07X006650 Putative Predicted protein 4.75486526 C6_control_C2 +LQ07X006650 Putative Predicted protein 4.940547708 C6_control_C3 +LQ07X006650 Putative Predicted protein 5.09072768 C6_chemical_A1 +LQ07X006650 Putative Predicted protein 5.2958241 C6_chemical_A3 +LQ07X006650 Putative Predicted protein 4.68903372 C6_chemical_B1 +LQ07X006650 Putative Predicted protein 5.065309113 C6_chemical_B2 +LQ07X006650 Putative Predicted protein 4.555135495 C6_chemical_B3 +LQ07X006650 Putative Predicted protein 4.650304813 C6_chemical_C1 +LQ07X006650 Putative Predicted protein 4.875396393 C6_chemical_C2 +LQ07X006650 Putative Predicted protein 4.766230594 C6_chemical_C3 +LQ07X006650 Putative Predicted protein 4.792208619 L4_control_A1 +LQ07X006650 Putative Predicted protein 5.18523458 L4_control_A2 +LQ07X006650 Putative Predicted protein 5.458924418 L4_control_A3 +LQ07X006650 Putative Predicted protein 6.081043031 L4_control_B1 +LQ07X006650 Putative Predicted protein 5.372878074 L4_control_B2 +LQ07X006650 Putative Predicted protein 4.757332717 L4_control_B3 +LQ07X006650 Putative Predicted protein 4.883552572 L4_control_C2 +LQ07X006650 Putative Predicted protein 4.53795181 L4_control_C3 +LQ07X006650 Putative Predicted protein 4.94458568 L4_chemical_A1 +LQ07X006650 Putative Predicted protein 4.979711372 L4_chemical_A2 +LQ07X006650 Putative Predicted protein 5.709983161 L4_chemical_A3 +LQ07X006650 Putative Predicted protein 4.979267653 L4_chemical_B1 +LQ07X006650 Putative Predicted protein 4.746997057 L4_chemical_B2 +LQ07X006650 Putative Predicted protein 4.710380508 L4_chemical_B3 +LQ07X006650 Putative Predicted protein 4.812305136 L4_chemical_C2 +LQ07X006650 Putative Predicted protein 4.922668143 L4_chemical_C3 +LQ07X006680 Hypothetical protein 13.14431305 C6_control_A1 +LQ07X006680 Hypothetical protein 13.63451164 C6_control_A3 +LQ07X006680 Hypothetical protein 12.1459389 C6_control_B1 +LQ07X006680 Hypothetical protein 10.55042811 C6_control_B2 +LQ07X006680 Hypothetical protein 10.64008899 C6_control_B3 +LQ07X006680 Hypothetical protein 10.60364541 C6_control_C1 +LQ07X006680 Hypothetical protein 10.40065652 C6_control_C2 +LQ07X006680 Hypothetical protein 10.44209591 C6_control_C3 +LQ07X006680 Hypothetical protein 13.78642434 C6_chemical_A1 +LQ07X006680 Hypothetical protein 12.86816309 C6_chemical_A3 +LQ07X006680 Hypothetical protein 11.89774104 C6_chemical_B1 +LQ07X006680 Hypothetical protein 10.17228818 C6_chemical_B2 +LQ07X006680 Hypothetical protein 10.44937921 C6_chemical_B3 +LQ07X006680 Hypothetical protein 10.81744578 C6_chemical_C1 +LQ07X006680 Hypothetical protein 10.61155834 C6_chemical_C2 +LQ07X006680 Hypothetical protein 10.27100229 C6_chemical_C3 +LQ07X006680 Hypothetical protein 14.19104656 L4_control_A1 +LQ07X006680 Hypothetical protein 13.34281129 L4_control_A2 +LQ07X006680 Hypothetical protein 13.2299092 L4_control_A3 +LQ07X006680 Hypothetical protein 10.87700611 L4_control_B1 +LQ07X006680 Hypothetical protein 10.5055558 L4_control_B2 +LQ07X006680 Hypothetical protein 9.074866238 L4_control_B3 +LQ07X006680 Hypothetical protein 11.44853794 L4_control_C2 +LQ07X006680 Hypothetical protein 10.54124206 L4_control_C3 +LQ07X006680 Hypothetical protein 13.34646664 L4_chemical_A1 +LQ07X006680 Hypothetical protein 13.05732728 L4_chemical_A2 +LQ07X006680 Hypothetical protein 13.48915254 L4_chemical_A3 +LQ07X006680 Hypothetical protein 11.81454962 L4_chemical_B1 +LQ07X006680 Hypothetical protein 11.97458976 L4_chemical_B2 +LQ07X006680 Hypothetical protein 11.40263855 L4_chemical_B3 +LQ07X006680 Hypothetical protein 11.81772445 L4_chemical_C2 +LQ07X006680 Hypothetical protein 10.32907817 L4_chemical_C3 +LQ07X006700 Beta-glucosidase 18 6.061775746 C6_control_A1 +LQ07X006700 Beta-glucosidase 18 5.769155392 C6_control_A3 +LQ07X006700 Beta-glucosidase 18 5.695705233 C6_control_B1 +LQ07X006700 Beta-glucosidase 18 6.543415764 C6_control_B2 +LQ07X006700 Beta-glucosidase 18 5.93936031 C6_control_B3 +LQ07X006700 Beta-glucosidase 18 6.786685334 C6_control_C1 +LQ07X006700 Beta-glucosidase 18 7.294740778 C6_control_C2 +LQ07X006700 Beta-glucosidase 18 6.875151486 C6_control_C3 +LQ07X006700 Beta-glucosidase 18 5.712986388 C6_chemical_A1 +LQ07X006700 Beta-glucosidase 18 6.27099436 C6_chemical_A3 +LQ07X006700 Beta-glucosidase 18 5.609169286 C6_chemical_B1 +LQ07X006700 Beta-glucosidase 18 6.229751806 C6_chemical_B2 +LQ07X006700 Beta-glucosidase 18 5.693875165 C6_chemical_B3 +LQ07X006700 Beta-glucosidase 18 6.821671174 C6_chemical_C1 +LQ07X006700 Beta-glucosidase 18 7.403234174 C6_chemical_C2 +LQ07X006700 Beta-glucosidase 18 7.703168212 C6_chemical_C3 +LQ07X006700 Beta-glucosidase 18 6.636806121 L4_control_A1 +LQ07X006700 Beta-glucosidase 18 6.01709491 L4_control_A2 +LQ07X006700 Beta-glucosidase 18 6.344842109 L4_control_A3 +LQ07X006700 Beta-glucosidase 18 6.207450979 L4_control_B1 +LQ07X006700 Beta-glucosidase 18 5.866245332 L4_control_B2 +LQ07X006700 Beta-glucosidase 18 7.304368119 L4_control_B3 +LQ07X006700 Beta-glucosidase 18 6.004293309 L4_control_C2 +LQ07X006700 Beta-glucosidase 18 6.164610751 L4_control_C3 +LQ07X006700 Beta-glucosidase 18 6.872611831 L4_chemical_A1 +LQ07X006700 Beta-glucosidase 18 5.803190159 L4_chemical_A2 +LQ07X006700 Beta-glucosidase 18 6.650752001 L4_chemical_A3 +LQ07X006700 Beta-glucosidase 18 6.322033987 L4_chemical_B1 +LQ07X006700 Beta-glucosidase 18 6.025963048 L4_chemical_B2 +LQ07X006700 Beta-glucosidase 18 6.557874549 L4_chemical_B3 +LQ07X006700 Beta-glucosidase 18 6.944239467 L4_chemical_C2 +LQ07X006700 Beta-glucosidase 18 6.850548004 L4_chemical_C3 +LQ07X006780 NAC domain-containing protein 72 4.880766983 C6_control_A1 +LQ07X006780 NAC domain-containing protein 72 4.935418311 C6_control_A3 +LQ07X006780 NAC domain-containing protein 72 4.724710276 C6_control_B1 +LQ07X006780 NAC domain-containing protein 72 4.601792069 C6_control_B2 +LQ07X006780 NAC domain-containing protein 72 4.544798824 C6_control_B3 +LQ07X006780 NAC domain-containing protein 72 4.59000208 C6_control_C1 +LQ07X006780 NAC domain-containing protein 72 5.340421682 C6_control_C2 +LQ07X006780 NAC domain-containing protein 72 4.729117451 C6_control_C3 +LQ07X006780 NAC domain-containing protein 72 4.66697173 C6_chemical_A1 +LQ07X006780 NAC domain-containing protein 72 5.398348694 C6_chemical_A3 +LQ07X006780 NAC domain-containing protein 72 4.81733376 C6_chemical_B1 +LQ07X006780 NAC domain-containing protein 72 4.997253191 C6_chemical_B2 +LQ07X006780 NAC domain-containing protein 72 4.715076963 C6_chemical_B3 +LQ07X006780 NAC domain-containing protein 72 4.901386188 C6_chemical_C1 +LQ07X006780 NAC domain-containing protein 72 5.166677784 C6_chemical_C2 +LQ07X006780 NAC domain-containing protein 72 5.335688362 C6_chemical_C3 +LQ07X006780 NAC domain-containing protein 72 5.038488289 L4_control_A1 +LQ07X006780 NAC domain-containing protein 72 4.93080163 L4_control_A2 +LQ07X006780 NAC domain-containing protein 72 4.733333675 L4_control_A3 +LQ07X006780 NAC domain-containing protein 72 5.496339565 L4_control_B1 +LQ07X006780 NAC domain-containing protein 72 5.199173124 L4_control_B2 +LQ07X006780 NAC domain-containing protein 72 4.6687814 L4_control_B3 +LQ07X006780 NAC domain-containing protein 72 5.006248504 L4_control_C2 +LQ07X006780 NAC domain-containing protein 72 4.618492433 L4_control_C3 +LQ07X006780 NAC domain-containing protein 72 5.551586255 L4_chemical_A1 +LQ07X006780 NAC domain-containing protein 72 4.973546292 L4_chemical_A2 +LQ07X006780 NAC domain-containing protein 72 5.168240348 L4_chemical_A3 +LQ07X006780 NAC domain-containing protein 72 5.7231617 L4_chemical_B1 +LQ07X006780 NAC domain-containing protein 72 5.867158949 L4_chemical_B2 +LQ07X006780 NAC domain-containing protein 72 4.790256642 L4_chemical_B3 +LQ07X006780 NAC domain-containing protein 72 5.123736559 L4_chemical_C2 +LQ07X006780 NAC domain-containing protein 72 5.051479759 L4_chemical_C3 +LQ07X006790 NAC domain-containing protein 18 5.40272112 C6_control_A1 +LQ07X006790 NAC domain-containing protein 18 5.446425804 C6_control_A3 +LQ07X006790 NAC domain-containing protein 18 6.307782332 C6_control_B1 +LQ07X006790 NAC domain-containing protein 18 8.775661102 C6_control_B2 +LQ07X006790 NAC domain-containing protein 18 8.879889706 C6_control_B3 +LQ07X006790 NAC domain-containing protein 18 10.94186448 C6_control_C1 +LQ07X006790 NAC domain-containing protein 18 11.462297 C6_control_C2 +LQ07X006790 NAC domain-containing protein 18 11.54789643 C6_control_C3 +LQ07X006790 NAC domain-containing protein 18 5.906608127 C6_chemical_A1 +LQ07X006790 NAC domain-containing protein 18 5.522965026 C6_chemical_A3 +LQ07X006790 NAC domain-containing protein 18 6.59370794 C6_chemical_B1 +LQ07X006790 NAC domain-containing protein 18 8.716919138 C6_chemical_B2 +LQ07X006790 NAC domain-containing protein 18 9.305735822 C6_chemical_B3 +LQ07X006790 NAC domain-containing protein 18 10.84296532 C6_chemical_C1 +LQ07X006790 NAC domain-containing protein 18 10.89293589 C6_chemical_C2 +LQ07X006790 NAC domain-containing protein 18 11.5494171 C6_chemical_C3 +LQ07X006790 NAC domain-containing protein 18 5.581232752 L4_control_A1 +LQ07X006790 NAC domain-containing protein 18 6.321373198 L4_control_A2 +LQ07X006790 NAC domain-containing protein 18 5.635874934 L4_control_A3 +LQ07X006790 NAC domain-containing protein 18 7.906153623 L4_control_B1 +LQ07X006790 NAC domain-containing protein 18 6.741721015 L4_control_B2 +LQ07X006790 NAC domain-containing protein 18 10.55086492 L4_control_B3 +LQ07X006790 NAC domain-containing protein 18 12.56466977 L4_control_C2 +LQ07X006790 NAC domain-containing protein 18 12.08049181 L4_control_C3 +LQ07X006790 NAC domain-containing protein 18 5.91574945 L4_chemical_A1 +LQ07X006790 NAC domain-containing protein 18 5.690939846 L4_chemical_A2 +LQ07X006790 NAC domain-containing protein 18 5.688140026 L4_chemical_A3 +LQ07X006790 NAC domain-containing protein 18 6.22386893 L4_chemical_B1 +LQ07X006790 NAC domain-containing protein 18 7.179442742 L4_chemical_B2 +LQ07X006790 NAC domain-containing protein 18 8.238581961 L4_chemical_B3 +LQ07X006790 NAC domain-containing protein 18 12.1583111 L4_chemical_C2 +LQ07X006790 NAC domain-containing protein 18 11.88365647 L4_chemical_C3 +LQ07X006840 Putative Predicted protein 5.981233713 C6_control_A1 +LQ07X006840 Putative Predicted protein 5.62728554 C6_control_A3 +LQ07X006840 Putative Predicted protein 5.624427288 C6_control_B1 +LQ07X006840 Putative Predicted protein 5.193769489 C6_control_B2 +LQ07X006840 Putative Predicted protein 5.151907137 C6_control_B3 +LQ07X006840 Putative Predicted protein 5.5078378 C6_control_C1 +LQ07X006840 Putative Predicted protein 4.820092818 C6_control_C2 +LQ07X006840 Putative Predicted protein 5.070501146 C6_control_C3 +LQ07X006840 Putative Predicted protein 5.856294015 C6_chemical_A1 +LQ07X006840 Putative Predicted protein 5.967949185 C6_chemical_A3 +LQ07X006840 Putative Predicted protein 5.668695982 C6_chemical_B1 +LQ07X006840 Putative Predicted protein 5.699963808 C6_chemical_B2 +LQ07X006840 Putative Predicted protein 5.026527157 C6_chemical_B3 +LQ07X006840 Putative Predicted protein 5.206016248 C6_chemical_C1 +LQ07X006840 Putative Predicted protein 5.201366251 C6_chemical_C2 +LQ07X006840 Putative Predicted protein 5.148602638 C6_chemical_C3 +LQ07X006840 Putative Predicted protein 6.067843157 L4_control_A1 +LQ07X006840 Putative Predicted protein 5.360097207 L4_control_A2 +LQ07X006840 Putative Predicted protein 5.373089894 L4_control_A3 +LQ07X006840 Putative Predicted protein 5.586320568 L4_control_B1 +LQ07X006840 Putative Predicted protein 5.124969966 L4_control_B2 +LQ07X006840 Putative Predicted protein 4.836185535 L4_control_B3 +LQ07X006840 Putative Predicted protein 5.105689113 L4_control_C2 +LQ07X006840 Putative Predicted protein 5.977103592 L4_control_C3 +LQ07X006840 Putative Predicted protein 6.46288968 L4_chemical_A1 +LQ07X006840 Putative Predicted protein 5.274686136 L4_chemical_A2 +LQ07X006840 Putative Predicted protein 5.148801009 L4_chemical_A3 +LQ07X006840 Putative Predicted protein 5.73225203 L4_chemical_B1 +LQ07X006840 Putative Predicted protein 5.278063091 L4_chemical_B2 +LQ07X006840 Putative Predicted protein 5.183688725 L4_chemical_B3 +LQ07X006840 Putative Predicted protein 6.16673821 L4_chemical_C2 +LQ07X006840 Putative Predicted protein 5.842086331 L4_chemical_C3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.50693662 C6_control_A1 +LQ07X006850 Putative Peroxisomal membrane protein 2 12.26211737 C6_control_A3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.41694643 C6_control_B1 +LQ07X006850 Putative Peroxisomal membrane protein 2 12.94800388 C6_control_B2 +LQ07X006850 Putative Peroxisomal membrane protein 2 12.16810692 C6_control_B3 +LQ07X006850 Putative Peroxisomal membrane protein 2 14.57410567 C6_control_C1 +LQ07X006850 Putative Peroxisomal membrane protein 2 14.41974576 C6_control_C2 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.56957719 C6_control_C3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.59065051 C6_chemical_A1 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.02643185 C6_chemical_A3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.8120443 C6_chemical_B1 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.51205061 C6_chemical_B2 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.01259941 C6_chemical_B3 +LQ07X006850 Putative Peroxisomal membrane protein 2 14.51588526 C6_chemical_C1 +LQ07X006850 Putative Peroxisomal membrane protein 2 14.62104405 C6_chemical_C2 +LQ07X006850 Putative Peroxisomal membrane protein 2 15.53127221 C6_chemical_C3 +LQ07X006850 Putative Peroxisomal membrane protein 2 12.77330102 L4_control_A1 +LQ07X006850 Putative Peroxisomal membrane protein 2 12.96339993 L4_control_A2 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.15748544 L4_control_A3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.18984524 L4_control_B1 +LQ07X006850 Putative Peroxisomal membrane protein 2 12.80607826 L4_control_B2 +LQ07X006850 Putative Peroxisomal membrane protein 2 12.81319516 L4_control_B3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.65471261 L4_control_C2 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.88513723 L4_control_C3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.28458516 L4_chemical_A1 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.45968719 L4_chemical_A2 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.07245718 L4_chemical_A3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.59498857 L4_chemical_B1 +LQ07X006850 Putative Peroxisomal membrane protein 2 12.84973742 L4_chemical_B2 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.04789989 L4_chemical_B3 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.92290763 L4_chemical_C2 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.98743017 L4_chemical_C3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.852803675 C6_control_A1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.119046446 C6_control_A3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.15891733 C6_control_B1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.257341105 C6_control_B2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.499622575 C6_control_B3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.27616888 C6_control_C1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 8.292554417 C6_control_C2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 8.526084844 C6_control_C3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.21955089 C6_chemical_A1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.620850204 C6_chemical_A3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.45348148 C6_chemical_B1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.34977586 C6_chemical_B2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.59996675 C6_chemical_B3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.267530407 C6_chemical_C1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 8.751651717 C6_chemical_C2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 8.486088211 C6_chemical_C3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.07049653 L4_control_A1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.602099158 L4_control_A2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.35565148 L4_control_A3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.639095336 L4_control_B1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.40343538 L4_control_B2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.88465455 L4_control_B3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.660496514 L4_control_C2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.717496129 L4_control_C3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.721647696 L4_chemical_A1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.606504271 L4_chemical_A2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.909803749 L4_chemical_A3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.12768065 L4_chemical_B1 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.860297502 L4_chemical_B2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.921482217 L4_chemical_B3 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 9.592275434 L4_chemical_C2 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.03255254 L4_chemical_C3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.83321418 C6_control_A1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.15236295 C6_control_A3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.88889779 C6_control_B1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.5246555 C6_control_B2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 12.36514947 C6_control_B3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 10.08982632 C6_control_C1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 10.35311617 C6_control_C2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 10.08035828 C6_control_C3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.58794875 C6_chemical_A1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.55773436 C6_chemical_A3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.56948895 C6_chemical_B1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.4791394 C6_chemical_B2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.57628408 C6_chemical_B3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 10.22768754 C6_chemical_C1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 9.992467966 C6_chemical_C2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 9.641841427 C6_chemical_C3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.9056653 L4_control_A1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 12.62024813 L4_control_A2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 12.21553955 L4_control_A3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.94108786 L4_control_B1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 12.66446512 L4_control_B2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.68618057 L4_control_B3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 10.36970301 L4_control_C2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 10.72551344 L4_control_C3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.80350141 L4_chemical_A1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.91544871 L4_chemical_A2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.93345308 L4_chemical_A3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 12.10203073 L4_chemical_B1 +LQ07X006930 Receptor-like protein kinase THESEUS 1 12.06584169 L4_chemical_B2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 12.4171127 L4_chemical_B3 +LQ07X006930 Receptor-like protein kinase THESEUS 1 10.43352834 L4_chemical_C2 +LQ07X006930 Receptor-like protein kinase THESEUS 1 10.39584876 L4_chemical_C3 +LQ07X006980 Hypothetical protein 5.36541016 C6_control_A1 +LQ07X006980 Hypothetical protein 5.304928035 C6_control_A3 +LQ07X006980 Hypothetical protein 5.321188687 C6_control_B1 +LQ07X006980 Hypothetical protein 5.053923956 C6_control_B2 +LQ07X006980 Hypothetical protein 5.450397189 C6_control_B3 +LQ07X006980 Hypothetical protein 5.548962715 C6_control_C1 +LQ07X006980 Hypothetical protein 5.249912198 C6_control_C2 +LQ07X006980 Hypothetical protein 5.097911821 C6_control_C3 +LQ07X006980 Hypothetical protein 5.477307237 C6_chemical_A1 +LQ07X006980 Hypothetical protein 5.571605613 C6_chemical_A3 +LQ07X006980 Hypothetical protein 5.475947567 C6_chemical_B1 +LQ07X006980 Hypothetical protein 5.183312939 C6_chemical_B2 +LQ07X006980 Hypothetical protein 5.183856827 C6_chemical_B3 +LQ07X006980 Hypothetical protein 5.295945486 C6_chemical_C1 +LQ07X006980 Hypothetical protein 5.13489622 C6_chemical_C2 +LQ07X006980 Hypothetical protein 5.072623124 C6_chemical_C3 +LQ07X006980 Hypothetical protein 5.117381717 L4_control_A1 +LQ07X006980 Hypothetical protein 5.685324379 L4_control_A2 +LQ07X006980 Hypothetical protein 5.308283201 L4_control_A3 +LQ07X006980 Hypothetical protein 5.198305331 L4_control_B1 +LQ07X006980 Hypothetical protein 5.19914397 L4_control_B2 +LQ07X006980 Hypothetical protein 5.183476813 L4_control_B3 +LQ07X006980 Hypothetical protein 5.542574853 L4_control_C2 +LQ07X006980 Hypothetical protein 4.618951162 L4_control_C3 +LQ07X006980 Hypothetical protein 5.389056226 L4_chemical_A1 +LQ07X006980 Hypothetical protein 5.263792962 L4_chemical_A2 +LQ07X006980 Hypothetical protein 5.41936648 L4_chemical_A3 +LQ07X006980 Hypothetical protein 5.267421039 L4_chemical_B1 +LQ07X006980 Hypothetical protein 4.956294219 L4_chemical_B2 +LQ07X006980 Hypothetical protein 5.10880315 L4_chemical_B3 +LQ07X006980 Hypothetical protein 4.844121802 L4_chemical_C2 +LQ07X006980 Hypothetical protein 5.374415079 L4_chemical_C3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.340801022 C6_control_A1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.261082849 C6_control_A3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.417265829 C6_control_B1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.931111044 C6_control_B2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.609659331 C6_control_B3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.827203734 C6_control_C1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.733840012 C6_control_C2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.045611699 C6_control_C3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.905299445 C6_chemical_A1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.958625711 C6_chemical_A3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.589100869 C6_chemical_B1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.704958022 C6_chemical_B2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.524431875 C6_chemical_B3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.631656541 C6_chemical_C1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.850214976 C6_chemical_C2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.827817585 C6_chemical_C3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.800606022 L4_control_A1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.372976831 L4_control_A2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.43337828 L4_control_A3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.218198097 L4_control_B1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.067880071 L4_control_B2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.323683709 L4_control_B3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.429805022 L4_control_C2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.183048387 L4_control_C3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.800231401 L4_chemical_A1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.331902657 L4_chemical_A2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.956631296 L4_chemical_A3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.365094808 L4_chemical_B1 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.23948572 L4_chemical_B2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.058320655 L4_chemical_B3 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.777313412 L4_chemical_C2 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 5.020006079 L4_chemical_C3 +LQ07X007080 Putative Disease resistance protein At4g27190 12.84602444 C6_control_A1 +LQ07X007080 Putative Disease resistance protein At4g27190 12.6618044 C6_control_A3 +LQ07X007080 Putative Disease resistance protein At4g27190 12.86887968 C6_control_B1 +LQ07X007080 Putative Disease resistance protein At4g27190 13.16338894 C6_control_B2 +LQ07X007080 Putative Disease resistance protein At4g27190 13.02345244 C6_control_B3 +LQ07X007080 Putative Disease resistance protein At4g27190 14.05019589 C6_control_C1 +LQ07X007080 Putative Disease resistance protein At4g27190 13.94350477 C6_control_C2 +LQ07X007080 Putative Disease resistance protein At4g27190 13.79162633 C6_control_C3 +LQ07X007080 Putative Disease resistance protein At4g27190 12.60886156 C6_chemical_A1 +LQ07X007080 Putative Disease resistance protein At4g27190 12.22936456 C6_chemical_A3 +LQ07X007080 Putative Disease resistance protein At4g27190 13.19913389 C6_chemical_B1 +LQ07X007080 Putative Disease resistance protein At4g27190 13.56557423 C6_chemical_B2 +LQ07X007080 Putative Disease resistance protein At4g27190 13.26416891 C6_chemical_B3 +LQ07X007080 Putative Disease resistance protein At4g27190 14.11810976 C6_chemical_C1 +LQ07X007080 Putative Disease resistance protein At4g27190 14.0438675 C6_chemical_C2 +LQ07X007080 Putative Disease resistance protein At4g27190 13.87409352 C6_chemical_C3 +LQ07X007080 Putative Disease resistance protein At4g27190 12.11578737 L4_control_A1 +LQ07X007080 Putative Disease resistance protein At4g27190 11.96782789 L4_control_A2 +LQ07X007080 Putative Disease resistance protein At4g27190 11.59933289 L4_control_A3 +LQ07X007080 Putative Disease resistance protein At4g27190 12.50463358 L4_control_B1 +LQ07X007080 Putative Disease resistance protein At4g27190 11.7538421 L4_control_B2 +LQ07X007080 Putative Disease resistance protein At4g27190 12.50891988 L4_control_B3 +LQ07X007080 Putative Disease resistance protein At4g27190 13.31282455 L4_control_C2 +LQ07X007080 Putative Disease resistance protein At4g27190 13.04858454 L4_control_C3 +LQ07X007080 Putative Disease resistance protein At4g27190 12.41948552 L4_chemical_A1 +LQ07X007080 Putative Disease resistance protein At4g27190 12.33927477 L4_chemical_A2 +LQ07X007080 Putative Disease resistance protein At4g27190 12.03408937 L4_chemical_A3 +LQ07X007080 Putative Disease resistance protein At4g27190 12.78157003 L4_chemical_B1 +LQ07X007080 Putative Disease resistance protein At4g27190 12.42759404 L4_chemical_B2 +LQ07X007080 Putative Disease resistance protein At4g27190 12.37963424 L4_chemical_B3 +LQ07X007080 Putative Disease resistance protein At4g27190 13.08348645 L4_chemical_C2 +LQ07X007080 Putative Disease resistance protein At4g27190 13.04043304 L4_chemical_C3 +LQ07X007090 Monodehydroascorbate reductase 9.598912995 C6_control_A1 +LQ07X007090 Monodehydroascorbate reductase 9.480840793 C6_control_A3 +LQ07X007090 Monodehydroascorbate reductase 9.958978657 C6_control_B1 +LQ07X007090 Monodehydroascorbate reductase 10.23167371 C6_control_B2 +LQ07X007090 Monodehydroascorbate reductase 9.834691025 C6_control_B3 +LQ07X007090 Monodehydroascorbate reductase 11.86142084 C6_control_C1 +LQ07X007090 Monodehydroascorbate reductase 11.75777675 C6_control_C2 +LQ07X007090 Monodehydroascorbate reductase 11.59742603 C6_control_C3 +LQ07X007090 Monodehydroascorbate reductase 9.604785 C6_chemical_A1 +LQ07X007090 Monodehydroascorbate reductase 9.696753 C6_chemical_A3 +LQ07X007090 Monodehydroascorbate reductase 10.25217316 C6_chemical_B1 +LQ07X007090 Monodehydroascorbate reductase 10.20365101 C6_chemical_B2 +LQ07X007090 Monodehydroascorbate reductase 9.952454672 C6_chemical_B3 +LQ07X007090 Monodehydroascorbate reductase 11.90270208 C6_chemical_C1 +LQ07X007090 Monodehydroascorbate reductase 11.71883877 C6_chemical_C2 +LQ07X007090 Monodehydroascorbate reductase 11.4681391 C6_chemical_C3 +LQ07X007090 Monodehydroascorbate reductase 9.935858139 L4_control_A1 +LQ07X007090 Monodehydroascorbate reductase 9.038451269 L4_control_A2 +LQ07X007090 Monodehydroascorbate reductase 10.3987386 L4_control_A3 +LQ07X007090 Monodehydroascorbate reductase 10.06881931 L4_control_B1 +LQ07X007090 Monodehydroascorbate reductase 8.885469728 L4_control_B2 +LQ07X007090 Monodehydroascorbate reductase 9.020090316 L4_control_B3 +LQ07X007090 Monodehydroascorbate reductase 10.99423559 L4_control_C2 +LQ07X007090 Monodehydroascorbate reductase 10.6168164 L4_control_C3 +LQ07X007090 Monodehydroascorbate reductase 11.37403317 L4_chemical_A1 +LQ07X007090 Monodehydroascorbate reductase 11.50756858 L4_chemical_A2 +LQ07X007090 Monodehydroascorbate reductase 11.04115688 L4_chemical_A3 +LQ07X007090 Monodehydroascorbate reductase 10.75146449 L4_chemical_B1 +LQ07X007090 Monodehydroascorbate reductase 9.264856727 L4_chemical_B2 +LQ07X007090 Monodehydroascorbate reductase 8.980565747 L4_chemical_B3 +LQ07X007090 Monodehydroascorbate reductase 11.51927374 L4_chemical_C2 +LQ07X007090 Monodehydroascorbate reductase 10.18665906 L4_chemical_C3 +LQ07X007100 Predicted protein 13.22813814 C6_control_A1 +LQ07X007100 Predicted protein 13.1176995 C6_control_A3 +LQ07X007100 Predicted protein 12.84540537 C6_control_B1 +LQ07X007100 Predicted protein 12.79193877 C6_control_B2 +LQ07X007100 Predicted protein 12.3185161 C6_control_B3 +LQ07X007100 Predicted protein 13.39585852 C6_control_C1 +LQ07X007100 Predicted protein 13.20122082 C6_control_C2 +LQ07X007100 Predicted protein 13.32121888 C6_control_C3 +LQ07X007100 Predicted protein 13.14277872 C6_chemical_A1 +LQ07X007100 Predicted protein 12.7474806 C6_chemical_A3 +LQ07X007100 Predicted protein 12.71549294 C6_chemical_B1 +LQ07X007100 Predicted protein 12.83321642 C6_chemical_B2 +LQ07X007100 Predicted protein 12.53859174 C6_chemical_B3 +LQ07X007100 Predicted protein 13.40492508 C6_chemical_C1 +LQ07X007100 Predicted protein 13.48790335 C6_chemical_C2 +LQ07X007100 Predicted protein 13.11274115 C6_chemical_C3 +LQ07X007100 Predicted protein 12.79181413 L4_control_A1 +LQ07X007100 Predicted protein 12.76756461 L4_control_A2 +LQ07X007100 Predicted protein 12.65806252 L4_control_A3 +LQ07X007100 Predicted protein 12.00109287 L4_control_B1 +LQ07X007100 Predicted protein 11.88183718 L4_control_B2 +LQ07X007100 Predicted protein 12.03794054 L4_control_B3 +LQ07X007100 Predicted protein 13.03946282 L4_control_C2 +LQ07X007100 Predicted protein 12.4836717 L4_control_C3 +LQ07X007100 Predicted protein 12.97174114 L4_chemical_A1 +LQ07X007100 Predicted protein 13.07923356 L4_chemical_A2 +LQ07X007100 Predicted protein 12.42497503 L4_chemical_A3 +LQ07X007100 Predicted protein 12.45343239 L4_chemical_B1 +LQ07X007100 Predicted protein 13.02392201 L4_chemical_B2 +LQ07X007100 Predicted protein 12.08994253 L4_chemical_B3 +LQ07X007100 Predicted protein 13.3162398 L4_chemical_C2 +LQ07X007100 Predicted protein 12.50642202 L4_chemical_C3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.17906581 C6_control_A1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.1789731 C6_control_A3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.66630171 C6_control_B1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 11.00625956 C6_control_B2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.903779 C6_control_B3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 11.63191518 C6_control_C1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 11.35056347 C6_control_C2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 11.74970145 C6_control_C3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.50768844 C6_chemical_A1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.61155797 C6_chemical_A3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.99714866 C6_chemical_B1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 11.10688416 C6_chemical_B2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.93462486 C6_chemical_B3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 11.55480629 C6_chemical_C1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 11.49425283 C6_chemical_C2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 11.77467566 C6_chemical_C3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 9.990131953 L4_control_A1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 8.946686885 L4_control_A2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 9.339272937 L4_control_A3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 9.993514396 L4_control_B1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 9.873973724 L4_control_B2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.79355932 L4_control_B3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.37949847 L4_control_C2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.51337005 L4_control_C3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.63609853 L4_chemical_A1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 9.76969619 L4_chemical_A2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 9.457144907 L4_chemical_A3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 9.915933721 L4_chemical_B1 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 9.723676984 L4_chemical_B2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.42297287 L4_chemical_B3 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.53627857 L4_chemical_C2 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.53307889 L4_chemical_C3 +LQ07X007120 Hypothetical protein 5.40915415 C6_control_A1 +LQ07X007120 Hypothetical protein 5.007172071 C6_control_A3 +LQ07X007120 Hypothetical protein 5.703234142 C6_control_B1 +LQ07X007120 Hypothetical protein 5.33329728 C6_control_B2 +LQ07X007120 Hypothetical protein 5.317336993 C6_control_B3 +LQ07X007120 Hypothetical protein 6.427295615 C6_control_C1 +LQ07X007120 Hypothetical protein 5.265659923 C6_control_C2 +LQ07X007120 Hypothetical protein 6.136223023 C6_control_C3 +LQ07X007120 Hypothetical protein 5.300108341 C6_chemical_A1 +LQ07X007120 Hypothetical protein 5.345863308 C6_chemical_A3 +LQ07X007120 Hypothetical protein 5.728670769 C6_chemical_B1 +LQ07X007120 Hypothetical protein 5.342599607 C6_chemical_B2 +LQ07X007120 Hypothetical protein 5.673011171 C6_chemical_B3 +LQ07X007120 Hypothetical protein 6.644560346 C6_chemical_C1 +LQ07X007120 Hypothetical protein 5.846289635 C6_chemical_C2 +LQ07X007120 Hypothetical protein 6.28774034 C6_chemical_C3 +LQ07X007120 Hypothetical protein 5.391261643 L4_control_A1 +LQ07X007120 Hypothetical protein 5.591511844 L4_control_A2 +LQ07X007120 Hypothetical protein 5.536619927 L4_control_A3 +LQ07X007120 Hypothetical protein 5.683043361 L4_control_B1 +LQ07X007120 Hypothetical protein 5.71208003 L4_control_B2 +LQ07X007120 Hypothetical protein 5.88817924 L4_control_B3 +LQ07X007120 Hypothetical protein 6.912510113 L4_control_C2 +LQ07X007120 Hypothetical protein 6.774383146 L4_control_C3 +LQ07X007120 Hypothetical protein 5.45244737 L4_chemical_A1 +LQ07X007120 Hypothetical protein 5.74547768 L4_chemical_A2 +LQ07X007120 Hypothetical protein 5.262410162 L4_chemical_A3 +LQ07X007120 Hypothetical protein 5.415635125 L4_chemical_B1 +LQ07X007120 Hypothetical protein 5.696782955 L4_chemical_B2 +LQ07X007120 Hypothetical protein 5.260567167 L4_chemical_B3 +LQ07X007120 Hypothetical protein 6.593399228 L4_chemical_C2 +LQ07X007120 Hypothetical protein 5.334565458 L4_chemical_C3 +LQ07X007130 Predicted protein 7.155120856 C6_control_A1 +LQ07X007130 Predicted protein 7.303001365 C6_control_A3 +LQ07X007130 Predicted protein 7.370369548 C6_control_B1 +LQ07X007130 Predicted protein 6.746538618 C6_control_B2 +LQ07X007130 Predicted protein 7.380516149 C6_control_B3 +LQ07X007130 Predicted protein 5.773966771 C6_control_C1 +LQ07X007130 Predicted protein 6.303494063 C6_control_C2 +LQ07X007130 Predicted protein 6.159705048 C6_control_C3 +LQ07X007130 Predicted protein 7.280227738 C6_chemical_A1 +LQ07X007130 Predicted protein 7.051968727 C6_chemical_A3 +LQ07X007130 Predicted protein 7.45805544 C6_chemical_B1 +LQ07X007130 Predicted protein 6.545126059 C6_chemical_B2 +LQ07X007130 Predicted protein 7.052479446 C6_chemical_B3 +LQ07X007130 Predicted protein 6.156372103 C6_chemical_C1 +LQ07X007130 Predicted protein 6.618416988 C6_chemical_C2 +LQ07X007130 Predicted protein 5.967943106 C6_chemical_C3 +LQ07X007130 Predicted protein 6.664338701 L4_control_A1 +LQ07X007130 Predicted protein 7.358738747 L4_control_A2 +LQ07X007130 Predicted protein 7.671519215 L4_control_A3 +LQ07X007130 Predicted protein 6.452814993 L4_control_B1 +LQ07X007130 Predicted protein 6.429494252 L4_control_B2 +LQ07X007130 Predicted protein 6.922136792 L4_control_B3 +LQ07X007130 Predicted protein 7.389388057 L4_control_C2 +LQ07X007130 Predicted protein 6.329137406 L4_control_C3 +LQ07X007130 Predicted protein 6.647170453 L4_chemical_A1 +LQ07X007130 Predicted protein 7.444531479 L4_chemical_A2 +LQ07X007130 Predicted protein 7.64777121 L4_chemical_A3 +LQ07X007130 Predicted protein 6.933489315 L4_chemical_B1 +LQ07X007130 Predicted protein 7.732866396 L4_chemical_B2 +LQ07X007130 Predicted protein 7.012478789 L4_chemical_B3 +LQ07X007130 Predicted protein 6.894235263 L4_chemical_C2 +LQ07X007130 Predicted protein 6.797665494 L4_chemical_C3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.850253826 C6_control_A1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.725779272 C6_control_A3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.328120773 C6_control_B1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.358596953 C6_control_B2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.84684605 C6_control_B3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.977524735 C6_control_C1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 6.835221233 C6_control_C2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.649692863 C6_control_C3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.847375348 C6_chemical_A1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.462239625 C6_chemical_A3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.416278447 C6_chemical_B1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.668853633 C6_chemical_B2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.250360781 C6_chemical_B3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 6.212736232 C6_chemical_C1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 6.016741635 C6_chemical_C2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.692176898 C6_chemical_C3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.726677685 L4_control_A1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 6.184033892 L4_control_A2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 6.086842697 L4_control_A3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.771731578 L4_control_B1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 6.03535464 L4_control_B2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.712477353 L4_control_B3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.21278331 L4_control_C2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.266856173 L4_control_C3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.58122106 L4_chemical_A1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.939734334 L4_chemical_A2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.596682347 L4_chemical_A3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.52976473 L4_chemical_B1 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 6.115598278 L4_chemical_B2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.800472146 L4_chemical_B3 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.578824445 L4_chemical_C2 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.668473111 L4_chemical_C3 +LQ07X007160 Putative uncharacterized protein 5.176967147 C6_control_A1 +LQ07X007160 Putative uncharacterized protein 5.542241031 C6_control_A3 +LQ07X007160 Putative uncharacterized protein 5.264731255 C6_control_B1 +LQ07X007160 Putative uncharacterized protein 4.783879437 C6_control_B2 +LQ07X007160 Putative uncharacterized protein 5.005566488 C6_control_B3 +LQ07X007160 Putative uncharacterized protein 5.137246245 C6_control_C1 +LQ07X007160 Putative uncharacterized protein 5.147344218 C6_control_C2 +LQ07X007160 Putative uncharacterized protein 5.011017763 C6_control_C3 +LQ07X007160 Putative uncharacterized protein 5.232770054 C6_chemical_A1 +LQ07X007160 Putative uncharacterized protein 5.128560345 C6_chemical_A3 +LQ07X007160 Putative uncharacterized protein 5.058121105 C6_chemical_B1 +LQ07X007160 Putative uncharacterized protein 4.954040243 C6_chemical_B2 +LQ07X007160 Putative uncharacterized protein 4.992590678 C6_chemical_B3 +LQ07X007160 Putative uncharacterized protein 5.005602461 C6_chemical_C1 +LQ07X007160 Putative uncharacterized protein 4.974481222 C6_chemical_C2 +LQ07X007160 Putative uncharacterized protein 5.143195137 C6_chemical_C3 +LQ07X007160 Putative uncharacterized protein 5.14706322 L4_control_A1 +LQ07X007160 Putative uncharacterized protein 5.18516337 L4_control_A2 +LQ07X007160 Putative uncharacterized protein 5.447630747 L4_control_A3 +LQ07X007160 Putative uncharacterized protein 5.352857325 L4_control_B1 +LQ07X007160 Putative uncharacterized protein 5.304999347 L4_control_B2 +LQ07X007160 Putative uncharacterized protein 5.06927294 L4_control_B3 +LQ07X007160 Putative uncharacterized protein 5.209109763 L4_control_C2 +LQ07X007160 Putative uncharacterized protein 4.925680083 L4_control_C3 +LQ07X007160 Putative uncharacterized protein 5.033414245 L4_chemical_A1 +LQ07X007160 Putative uncharacterized protein 5.081535363 L4_chemical_A2 +LQ07X007160 Putative uncharacterized protein 5.486095789 L4_chemical_A3 +LQ07X007160 Putative uncharacterized protein 5.084280181 L4_chemical_B1 +LQ07X007160 Putative uncharacterized protein 5.295746598 L4_chemical_B2 +LQ07X007160 Putative uncharacterized protein 4.984609379 L4_chemical_B3 +LQ07X007160 Putative uncharacterized protein 5.523155142 L4_chemical_C2 +LQ07X007160 Putative uncharacterized protein 5.120251308 L4_chemical_C3 +LQ07X007170 Myosin vIII, putative 11.41671016 C6_control_A1 +LQ07X007170 Myosin vIII, putative 11.39598809 C6_control_A3 +LQ07X007170 Myosin vIII, putative 11.16082685 C6_control_B1 +LQ07X007170 Myosin vIII, putative 11.60824348 C6_control_B2 +LQ07X007170 Myosin vIII, putative 11.12568686 C6_control_B3 +LQ07X007170 Myosin vIII, putative 11.40146687 C6_control_C1 +LQ07X007170 Myosin vIII, putative 11.39245174 C6_control_C2 +LQ07X007170 Myosin vIII, putative 10.94759646 C6_control_C3 +LQ07X007170 Myosin vIII, putative 11.02531657 C6_chemical_A1 +LQ07X007170 Myosin vIII, putative 11.41904212 C6_chemical_A3 +LQ07X007170 Myosin vIII, putative 10.93499831 C6_chemical_B1 +LQ07X007170 Myosin vIII, putative 11.48117343 C6_chemical_B2 +LQ07X007170 Myosin vIII, putative 10.98439304 C6_chemical_B3 +LQ07X007170 Myosin vIII, putative 11.34411932 C6_chemical_C1 +LQ07X007170 Myosin vIII, putative 11.25898613 C6_chemical_C2 +LQ07X007170 Myosin vIII, putative 11.04718452 C6_chemical_C3 +LQ07X007170 Myosin vIII, putative 11.52758291 L4_control_A1 +LQ07X007170 Myosin vIII, putative 11.57734838 L4_control_A2 +LQ07X007170 Myosin vIII, putative 12.26789361 L4_control_A3 +LQ07X007170 Myosin vIII, putative 11.09532504 L4_control_B1 +LQ07X007170 Myosin vIII, putative 11.4065592 L4_control_B2 +LQ07X007170 Myosin vIII, putative 10.48852271 L4_control_B3 +LQ07X007170 Myosin vIII, putative 10.31443052 L4_control_C2 +LQ07X007170 Myosin vIII, putative 9.964360423 L4_control_C3 +LQ07X007170 Myosin vIII, putative 11.56018297 L4_chemical_A1 +LQ07X007170 Myosin vIII, putative 11.76431129 L4_chemical_A2 +LQ07X007170 Myosin vIII, putative 12.13415061 L4_chemical_A3 +LQ07X007170 Myosin vIII, putative 11.02752995 L4_chemical_B1 +LQ07X007170 Myosin vIII, putative 11.52951936 L4_chemical_B2 +LQ07X007170 Myosin vIII, putative 11.12726132 L4_chemical_B3 +LQ07X007170 Myosin vIII, putative 10.6913236 L4_chemical_C2 +LQ07X007170 Myosin vIII, putative 10.44890492 L4_chemical_C3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.116245018 C6_control_A1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 4.925922983 C6_control_A3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.476699517 C6_control_B1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.255516888 C6_control_B2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.232532341 C6_control_B3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.506515182 C6_control_C1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 4.871770254 C6_control_C2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.169087138 C6_control_C3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 4.756407142 C6_chemical_A1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.33217947 C6_chemical_A3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.410319551 C6_chemical_B1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.049872637 C6_chemical_B2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.938633652 C6_chemical_B3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.22132135 C6_chemical_C1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.093611687 C6_chemical_C2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.154233752 C6_chemical_C3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.160837827 L4_control_A1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.076147022 L4_control_A2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 4.79935954 L4_control_A3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 4.854535355 L4_control_B1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.09752342 L4_control_B2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.154063732 L4_control_B3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.495459878 L4_control_C2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.744636225 L4_control_C3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.503395219 L4_chemical_A1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.077150092 L4_chemical_A2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.005736883 L4_chemical_A3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.188111483 L4_chemical_B1 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.314343294 L4_chemical_B2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.080862823 L4_chemical_B3 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 5.689843979 L4_chemical_C2 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 6.88389725 L4_chemical_C3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.090448799 C6_control_A1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 8.468469103 C6_control_A3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.993676786 C6_control_B1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.883780736 C6_control_B2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.05822723 C6_control_B3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.71731203 C6_control_C1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.07576138 C6_control_C2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.988718193 C6_control_C3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.571170843 C6_chemical_A1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.161652021 C6_chemical_A3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.86772064 C6_chemical_B1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.914135744 C6_chemical_B2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.43133263 C6_chemical_B3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.74730432 C6_chemical_C1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.38897003 C6_chemical_C2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.84684842 C6_chemical_C3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.591242095 L4_control_A1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 8.074871111 L4_control_A2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.17991563 L4_control_A3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.834088433 L4_control_B1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.02553523 L4_control_B2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.33758922 L4_control_B3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.51069847 L4_control_C2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 11.36569545 L4_control_C3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.30295177 L4_chemical_A1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.39837101 L4_chemical_A2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.65118272 L4_chemical_A3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.6000123 L4_chemical_B1 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.421740571 L4_chemical_B2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.463458703 L4_chemical_B3 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 10.40746527 L4_chemical_C2 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 11.22644266 L4_chemical_C3 +LQ07X007230 Predicted protein 10.12784365 C6_control_A1 +LQ07X007230 Predicted protein 10.19989681 C6_control_A3 +LQ07X007230 Predicted protein 10.30252636 C6_control_B1 +LQ07X007230 Predicted protein 11.05085865 C6_control_B2 +LQ07X007230 Predicted protein 11.01622232 C6_control_B3 +LQ07X007230 Predicted protein 8.311063104 C6_control_C1 +LQ07X007230 Predicted protein 8.704979304 C6_control_C2 +LQ07X007230 Predicted protein 8.581303471 C6_control_C3 +LQ07X007230 Predicted protein 10.93343808 C6_chemical_A1 +LQ07X007230 Predicted protein 10.39603706 C6_chemical_A3 +LQ07X007230 Predicted protein 10.82717479 C6_chemical_B1 +LQ07X007230 Predicted protein 11.16950436 C6_chemical_B2 +LQ07X007230 Predicted protein 10.75692611 C6_chemical_B3 +LQ07X007230 Predicted protein 8.26068729 C6_chemical_C1 +LQ07X007230 Predicted protein 8.572437167 C6_chemical_C2 +LQ07X007230 Predicted protein 8.360027114 C6_chemical_C3 +LQ07X007230 Predicted protein 10.22692285 L4_control_A1 +LQ07X007230 Predicted protein 10.33208361 L4_control_A2 +LQ07X007230 Predicted protein 10.82400583 L4_control_A3 +LQ07X007230 Predicted protein 10.63301172 L4_control_B1 +LQ07X007230 Predicted protein 10.7868439 L4_control_B2 +LQ07X007230 Predicted protein 11.37425654 L4_control_B3 +LQ07X007230 Predicted protein 8.643176878 L4_control_C2 +LQ07X007230 Predicted protein 9.972476268 L4_control_C3 +LQ07X007230 Predicted protein 10.6716892 L4_chemical_A1 +LQ07X007230 Predicted protein 11.24936391 L4_chemical_A2 +LQ07X007230 Predicted protein 10.8777569 L4_chemical_A3 +LQ07X007230 Predicted protein 10.39914445 L4_chemical_B1 +LQ07X007230 Predicted protein 11.10210001 L4_chemical_B2 +LQ07X007230 Predicted protein 10.46779664 L4_chemical_B3 +LQ07X007230 Predicted protein 9.079494272 L4_chemical_C2 +LQ07X007230 Predicted protein 9.246557986 L4_chemical_C3 +LQ07X007260 Putative uncharacterized protein 4.976929183 C6_control_A1 +LQ07X007260 Putative uncharacterized protein 5.017442444 C6_control_A3 +LQ07X007260 Putative uncharacterized protein 4.919803415 C6_control_B1 +LQ07X007260 Putative uncharacterized protein 4.896607111 C6_control_B2 +LQ07X007260 Putative uncharacterized protein 4.823943135 C6_control_B3 +LQ07X007260 Putative uncharacterized protein 4.71721378 C6_control_C1 +LQ07X007260 Putative uncharacterized protein 5.00426105 C6_control_C2 +LQ07X007260 Putative uncharacterized protein 4.948376463 C6_control_C3 +LQ07X007260 Putative uncharacterized protein 4.947091084 C6_chemical_A1 +LQ07X007260 Putative uncharacterized protein 4.780943954 C6_chemical_A3 +LQ07X007260 Putative uncharacterized protein 4.723593656 C6_chemical_B1 +LQ07X007260 Putative uncharacterized protein 5.078797635 C6_chemical_B2 +LQ07X007260 Putative uncharacterized protein 5.046332672 C6_chemical_B3 +LQ07X007260 Putative uncharacterized protein 4.875906147 C6_chemical_C1 +LQ07X007260 Putative uncharacterized protein 5.148409655 C6_chemical_C2 +LQ07X007260 Putative uncharacterized protein 4.774565549 C6_chemical_C3 +LQ07X007260 Putative uncharacterized protein 4.9296054 L4_control_A1 +LQ07X007260 Putative uncharacterized protein 5.059017674 L4_control_A2 +LQ07X007260 Putative uncharacterized protein 5.396202784 L4_control_A3 +LQ07X007260 Putative uncharacterized protein 4.846579683 L4_control_B1 +LQ07X007260 Putative uncharacterized protein 5.100596195 L4_control_B2 +LQ07X007260 Putative uncharacterized protein 5.184199529 L4_control_B3 +LQ07X007260 Putative uncharacterized protein 5.245530295 L4_control_C2 +LQ07X007260 Putative uncharacterized protein 4.777831088 L4_control_C3 +LQ07X007260 Putative uncharacterized protein 4.991220524 L4_chemical_A1 +LQ07X007260 Putative uncharacterized protein 5.067176747 L4_chemical_A2 +LQ07X007260 Putative uncharacterized protein 5.603830368 L4_chemical_A3 +LQ07X007260 Putative uncharacterized protein 4.97364447 L4_chemical_B1 +LQ07X007260 Putative uncharacterized protein 5.120828507 L4_chemical_B2 +LQ07X007260 Putative uncharacterized protein 4.993424427 L4_chemical_B3 +LQ07X007260 Putative uncharacterized protein 5.409430564 L4_chemical_C2 +LQ07X007260 Putative uncharacterized protein 4.854647596 L4_chemical_C3 +LQ07X007270 Putative uncharacterized protein 11.67891274 C6_control_A1 +LQ07X007270 Putative uncharacterized protein 12.13287572 C6_control_A3 +LQ07X007270 Putative uncharacterized protein 12.18547348 C6_control_B1 +LQ07X007270 Putative uncharacterized protein 12.7574524 C6_control_B2 +LQ07X007270 Putative uncharacterized protein 13.35448439 C6_control_B3 +LQ07X007270 Putative uncharacterized protein 12.33987539 C6_control_C1 +LQ07X007270 Putative uncharacterized protein 13.04464824 C6_control_C2 +LQ07X007270 Putative uncharacterized protein 13.62845301 C6_control_C3 +LQ07X007270 Putative uncharacterized protein 11.2202494 C6_chemical_A1 +LQ07X007270 Putative uncharacterized protein 10.57636646 C6_chemical_A3 +LQ07X007270 Putative uncharacterized protein 11.9917984 C6_chemical_B1 +LQ07X007270 Putative uncharacterized protein 12.39140914 C6_chemical_B2 +LQ07X007270 Putative uncharacterized protein 13.46720546 C6_chemical_B3 +LQ07X007270 Putative uncharacterized protein 12.20418944 C6_chemical_C1 +LQ07X007270 Putative uncharacterized protein 13.15418716 C6_chemical_C2 +LQ07X007270 Putative uncharacterized protein 13.77683606 C6_chemical_C3 +LQ07X007270 Putative uncharacterized protein 11.72474787 L4_control_A1 +LQ07X007270 Putative uncharacterized protein 10.7245636 L4_control_A2 +LQ07X007270 Putative uncharacterized protein 11.3571262 L4_control_A3 +LQ07X007270 Putative uncharacterized protein 10.6785584 L4_control_B1 +LQ07X007270 Putative uncharacterized protein 10.91968055 L4_control_B2 +LQ07X007270 Putative uncharacterized protein 12.18935106 L4_control_B3 +LQ07X007270 Putative uncharacterized protein 13.32126344 L4_control_C2 +LQ07X007270 Putative uncharacterized protein 12.51531531 L4_control_C3 +LQ07X007270 Putative uncharacterized protein 14.18766175 L4_chemical_A1 +LQ07X007270 Putative uncharacterized protein 10.87117386 L4_chemical_A2 +LQ07X007270 Putative uncharacterized protein 12.22405052 L4_chemical_A3 +LQ07X007270 Putative uncharacterized protein 11.50495536 L4_chemical_B1 +LQ07X007270 Putative uncharacterized protein 11.72920825 L4_chemical_B2 +LQ07X007270 Putative uncharacterized protein 10.62890455 L4_chemical_B3 +LQ07X007270 Putative uncharacterized protein 12.48193252 L4_chemical_C2 +LQ07X007270 Putative uncharacterized protein 11.99766725 L4_chemical_C3 +LQ07X007290 Putative uncharacterized protein 5.272088995 C6_control_A1 +LQ07X007290 Putative uncharacterized protein 5.161990352 C6_control_A3 +LQ07X007290 Putative uncharacterized protein 5.056813058 C6_control_B1 +LQ07X007290 Putative uncharacterized protein 5.458562995 C6_control_B2 +LQ07X007290 Putative uncharacterized protein 5.83801455 C6_control_B3 +LQ07X007290 Putative uncharacterized protein 5.445077163 C6_control_C1 +LQ07X007290 Putative uncharacterized protein 4.959359172 C6_control_C2 +LQ07X007290 Putative uncharacterized protein 5.347961971 C6_control_C3 +LQ07X007290 Putative uncharacterized protein 5.287366448 C6_chemical_A1 +LQ07X007290 Putative uncharacterized protein 5.477085126 C6_chemical_A3 +LQ07X007290 Putative uncharacterized protein 5.275192869 C6_chemical_B1 +LQ07X007290 Putative uncharacterized protein 5.404643594 C6_chemical_B2 +LQ07X007290 Putative uncharacterized protein 5.846992509 C6_chemical_B3 +LQ07X007290 Putative uncharacterized protein 4.770291823 C6_chemical_C1 +LQ07X007290 Putative uncharacterized protein 5.307980794 C6_chemical_C2 +LQ07X007290 Putative uncharacterized protein 5.192372453 C6_chemical_C3 +LQ07X007290 Putative uncharacterized protein 5.274574316 L4_control_A1 +LQ07X007290 Putative uncharacterized protein 5.364692629 L4_control_A2 +LQ07X007290 Putative uncharacterized protein 5.406968004 L4_control_A3 +LQ07X007290 Putative uncharacterized protein 5.14808764 L4_control_B1 +LQ07X007290 Putative uncharacterized protein 5.790558399 L4_control_B2 +LQ07X007290 Putative uncharacterized protein 5.234402178 L4_control_B3 +LQ07X007290 Putative uncharacterized protein 5.041653476 L4_control_C2 +LQ07X007290 Putative uncharacterized protein 5.574542837 L4_control_C3 +LQ07X007290 Putative uncharacterized protein 5.523028916 L4_chemical_A1 +LQ07X007290 Putative uncharacterized protein 5.276494862 L4_chemical_A2 +LQ07X007290 Putative uncharacterized protein 5.397444428 L4_chemical_A3 +LQ07X007290 Putative uncharacterized protein 5.276572105 L4_chemical_B1 +LQ07X007290 Putative uncharacterized protein 5.126395362 L4_chemical_B2 +LQ07X007290 Putative uncharacterized protein 5.276422257 L4_chemical_B3 +LQ07X007290 Putative uncharacterized protein 5.569341507 L4_chemical_C2 +LQ07X007290 Putative uncharacterized protein 5.222699592 L4_chemical_C3 +LQ07X007300 Putative uncharacterized protein 8.650043151 C6_control_A1 +LQ07X007300 Putative uncharacterized protein 9.17641487 C6_control_A3 +LQ07X007300 Putative uncharacterized protein 7.938046362 C6_control_B1 +LQ07X007300 Putative uncharacterized protein 8.837614469 C6_control_B2 +LQ07X007300 Putative uncharacterized protein 7.901305508 C6_control_B3 +LQ07X007300 Putative uncharacterized protein 8.593189282 C6_control_C1 +LQ07X007300 Putative uncharacterized protein 8.543715412 C6_control_C2 +LQ07X007300 Putative uncharacterized protein 8.805794903 C6_control_C3 +LQ07X007300 Putative uncharacterized protein 8.392477854 C6_chemical_A1 +LQ07X007300 Putative uncharacterized protein 7.790420971 C6_chemical_A3 +LQ07X007300 Putative uncharacterized protein 7.42686021 C6_chemical_B1 +LQ07X007300 Putative uncharacterized protein 9.500314376 C6_chemical_B2 +LQ07X007300 Putative uncharacterized protein 7.412842833 C6_chemical_B3 +LQ07X007300 Putative uncharacterized protein 8.713824298 C6_chemical_C1 +LQ07X007300 Putative uncharacterized protein 9.035355266 C6_chemical_C2 +LQ07X007300 Putative uncharacterized protein 8.537383038 C6_chemical_C3 +LQ07X007300 Putative uncharacterized protein 9.628661408 L4_control_A1 +LQ07X007300 Putative uncharacterized protein 7.728925046 L4_control_A2 +LQ07X007300 Putative uncharacterized protein 6.893504319 L4_control_A3 +LQ07X007300 Putative uncharacterized protein 6.53863649 L4_control_B1 +LQ07X007300 Putative uncharacterized protein 5.598789678 L4_control_B2 +LQ07X007300 Putative uncharacterized protein 7.422216636 L4_control_B3 +LQ07X007300 Putative uncharacterized protein 6.865373686 L4_control_C2 +LQ07X007300 Putative uncharacterized protein 5.953552496 L4_control_C3 +LQ07X007300 Putative uncharacterized protein 11.83637031 L4_chemical_A1 +LQ07X007300 Putative uncharacterized protein 6.666441904 L4_chemical_A2 +LQ07X007300 Putative uncharacterized protein 7.992749002 L4_chemical_A3 +LQ07X007300 Putative uncharacterized protein 6.643804307 L4_chemical_B1 +LQ07X007300 Putative uncharacterized protein 6.803480341 L4_chemical_B2 +LQ07X007300 Putative uncharacterized protein 6.65109572 L4_chemical_B3 +LQ07X007300 Putative uncharacterized protein 7.051447929 L4_chemical_C2 +LQ07X007300 Putative uncharacterized protein 6.288974092 L4_chemical_C3 +LQ07X007320 Putative uncharacterized protein 6.244838232 C6_control_A1 +LQ07X007320 Putative uncharacterized protein 6.006640188 C6_control_A3 +LQ07X007320 Putative uncharacterized protein 5.81171244 C6_control_B1 +LQ07X007320 Putative uncharacterized protein 5.832417213 C6_control_B2 +LQ07X007320 Putative uncharacterized protein 6.114557752 C6_control_B3 +LQ07X007320 Putative uncharacterized protein 5.187263019 C6_control_C1 +LQ07X007320 Putative uncharacterized protein 5.887323739 C6_control_C2 +LQ07X007320 Putative uncharacterized protein 6.059029211 C6_control_C3 +LQ07X007320 Putative uncharacterized protein 5.646403253 C6_chemical_A1 +LQ07X007320 Putative uncharacterized protein 6.163229574 C6_chemical_A3 +LQ07X007320 Putative uncharacterized protein 5.877679413 C6_chemical_B1 +LQ07X007320 Putative uncharacterized protein 5.966896881 C6_chemical_B2 +LQ07X007320 Putative uncharacterized protein 6.659184555 C6_chemical_B3 +LQ07X007320 Putative uncharacterized protein 5.635090134 C6_chemical_C1 +LQ07X007320 Putative uncharacterized protein 5.762224711 C6_chemical_C2 +LQ07X007320 Putative uncharacterized protein 6.316713292 C6_chemical_C3 +LQ07X007320 Putative uncharacterized protein 5.999412859 L4_control_A1 +LQ07X007320 Putative uncharacterized protein 6.390750935 L4_control_A2 +LQ07X007320 Putative uncharacterized protein 6.928747035 L4_control_A3 +LQ07X007320 Putative uncharacterized protein 6.34204053 L4_control_B1 +LQ07X007320 Putative uncharacterized protein 5.618616313 L4_control_B2 +LQ07X007320 Putative uncharacterized protein 6.223195226 L4_control_B3 +LQ07X007320 Putative uncharacterized protein 5.120068039 L4_control_C2 +LQ07X007320 Putative uncharacterized protein 5.611800509 L4_control_C3 +LQ07X007320 Putative uncharacterized protein 6.376820923 L4_chemical_A1 +LQ07X007320 Putative uncharacterized protein 6.731362209 L4_chemical_A2 +LQ07X007320 Putative uncharacterized protein 6.583939354 L4_chemical_A3 +LQ07X007320 Putative uncharacterized protein 6.287035641 L4_chemical_B1 +LQ07X007320 Putative uncharacterized protein 5.786332638 L4_chemical_B2 +LQ07X007320 Putative uncharacterized protein 6.009226736 L4_chemical_B3 +LQ07X007320 Putative uncharacterized protein 5.629851336 L4_chemical_C2 +LQ07X007320 Putative uncharacterized protein 6.74388196 L4_chemical_C3 +LQ07X007350 Predicted protein 7.373710418 C6_control_A1 +LQ07X007350 Predicted protein 7.152212233 C6_control_A3 +LQ07X007350 Predicted protein 7.635240941 C6_control_B1 +LQ07X007350 Predicted protein 6.025023761 C6_control_B2 +LQ07X007350 Predicted protein 7.863917487 C6_control_B3 +LQ07X007350 Predicted protein 7.096761279 C6_control_C1 +LQ07X007350 Predicted protein 5.405623331 C6_control_C2 +LQ07X007350 Predicted protein 7.237702558 C6_control_C3 +LQ07X007350 Predicted protein 7.512323993 C6_chemical_A1 +LQ07X007350 Predicted protein 6.762701557 C6_chemical_A3 +LQ07X007350 Predicted protein 7.277037287 C6_chemical_B1 +LQ07X007350 Predicted protein 6.187517764 C6_chemical_B2 +LQ07X007350 Predicted protein 8.141757624 C6_chemical_B3 +LQ07X007350 Predicted protein 6.830860227 C6_chemical_C1 +LQ07X007350 Predicted protein 6.157760356 C6_chemical_C2 +LQ07X007350 Predicted protein 7.053429949 C6_chemical_C3 +LQ07X007350 Predicted protein 8.372918095 L4_control_A1 +LQ07X007350 Predicted protein 8.671659003 L4_control_A2 +LQ07X007350 Predicted protein 8.683238116 L4_control_A3 +LQ07X007350 Predicted protein 10.12536683 L4_control_B1 +LQ07X007350 Predicted protein 8.549693328 L4_control_B2 +LQ07X007350 Predicted protein 6.70244633 L4_control_B3 +LQ07X007350 Predicted protein 9.165683565 L4_control_C2 +LQ07X007350 Predicted protein 8.936235143 L4_control_C3 +LQ07X007350 Predicted protein 8.275073163 L4_chemical_A1 +LQ07X007350 Predicted protein 8.572773147 L4_chemical_A2 +LQ07X007350 Predicted protein 9.445641431 L4_chemical_A3 +LQ07X007350 Predicted protein 8.536585282 L4_chemical_B1 +LQ07X007350 Predicted protein 8.94725283 L4_chemical_B2 +LQ07X007350 Predicted protein 7.233575561 L4_chemical_B3 +LQ07X007350 Predicted protein 9.363449291 L4_chemical_C2 +LQ07X007350 Predicted protein 9.295256484 L4_chemical_C3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.07540797 C6_control_A1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.20332639 C6_control_A3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.73369737 C6_control_B1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.80230782 C6_control_B2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.97844452 C6_control_B3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.65408147 C6_control_C1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.85284342 C6_control_C2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.71920772 C6_control_C3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.03344504 C6_chemical_A1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.29969472 C6_chemical_A3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.48587954 C6_chemical_B1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.93294756 C6_chemical_B2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.87766896 C6_chemical_B3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.82472975 C6_chemical_C1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.84742079 C6_chemical_C2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.54142416 C6_chemical_C3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.37953691 L4_control_A1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.01821191 L4_control_A2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.95020656 L4_control_A3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.68964607 L4_control_B1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.07354384 L4_control_B2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.80638697 L4_control_B3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.03505363 L4_control_C2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.36954997 L4_control_C3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.55328592 L4_chemical_A1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.71818718 L4_chemical_A2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 12.09321554 L4_chemical_A3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.75625354 L4_chemical_B1 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.2622792 L4_chemical_B2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.78157121 L4_chemical_B3 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.43171833 L4_chemical_C2 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 10.56628217 L4_chemical_C3 +LQ07X007400 AT1G11360 protein 11.88807988 C6_control_A1 +LQ07X007400 AT1G11360 protein 11.9213528 C6_control_A3 +LQ07X007400 AT1G11360 protein 11.25433443 C6_control_B1 +LQ07X007400 AT1G11360 protein 12.65812459 C6_control_B2 +LQ07X007400 AT1G11360 protein 11.881368 C6_control_B3 +LQ07X007400 AT1G11360 protein 12.82952213 C6_control_C1 +LQ07X007400 AT1G11360 protein 12.54565025 C6_control_C2 +LQ07X007400 AT1G11360 protein 13.24263256 C6_control_C3 +LQ07X007400 AT1G11360 protein 11.84566706 C6_chemical_A1 +LQ07X007400 AT1G11360 protein 12.04089822 C6_chemical_A3 +LQ07X007400 AT1G11360 protein 10.83579308 C6_chemical_B1 +LQ07X007400 AT1G11360 protein 12.83311475 C6_chemical_B2 +LQ07X007400 AT1G11360 protein 11.64820909 C6_chemical_B3 +LQ07X007400 AT1G11360 protein 12.81042586 C6_chemical_C1 +LQ07X007400 AT1G11360 protein 12.80676178 C6_chemical_C2 +LQ07X007400 AT1G11360 protein 12.60724461 C6_chemical_C3 +LQ07X007400 AT1G11360 protein 12.36609526 L4_control_A1 +LQ07X007400 AT1G11360 protein 11.87289881 L4_control_A2 +LQ07X007400 AT1G11360 protein 11.20420219 L4_control_A3 +LQ07X007400 AT1G11360 protein 11.43390604 L4_control_B1 +LQ07X007400 AT1G11360 protein 10.56263934 L4_control_B2 +LQ07X007400 AT1G11360 protein 11.90413571 L4_control_B3 +LQ07X007400 AT1G11360 protein 11.25073964 L4_control_C2 +LQ07X007400 AT1G11360 protein 11.19370775 L4_control_C3 +LQ07X007400 AT1G11360 protein 12.27845272 L4_chemical_A1 +LQ07X007400 AT1G11360 protein 11.78877994 L4_chemical_A2 +LQ07X007400 AT1G11360 protein 11.37579304 L4_chemical_A3 +LQ07X007400 AT1G11360 protein 11.06003375 L4_chemical_B1 +LQ07X007400 AT1G11360 protein 11.10077269 L4_chemical_B2 +LQ07X007400 AT1G11360 protein 12.19036566 L4_chemical_B3 +LQ07X007400 AT1G11360 protein 11.68172674 L4_chemical_C2 +LQ07X007400 AT1G11360 protein 11.30576282 L4_chemical_C3 +LQ07X007410 Transcription factor, putative 11.10926656 C6_control_A1 +LQ07X007410 Transcription factor, putative 10.95860756 C6_control_A3 +LQ07X007410 Transcription factor, putative 10.93821432 C6_control_B1 +LQ07X007410 Transcription factor, putative 9.81284714 C6_control_B2 +LQ07X007410 Transcription factor, putative 10.13429521 C6_control_B3 +LQ07X007410 Transcription factor, putative 11.61122904 C6_control_C1 +LQ07X007410 Transcription factor, putative 11.28230744 C6_control_C2 +LQ07X007410 Transcription factor, putative 11.02222554 C6_control_C3 +LQ07X007410 Transcription factor, putative 12.07228007 C6_chemical_A1 +LQ07X007410 Transcription factor, putative 11.35281171 C6_chemical_A3 +LQ07X007410 Transcription factor, putative 12.02927829 C6_chemical_B1 +LQ07X007410 Transcription factor, putative 10.80741684 C6_chemical_B2 +LQ07X007410 Transcription factor, putative 11.26638935 C6_chemical_B3 +LQ07X007410 Transcription factor, putative 12.26668055 C6_chemical_C1 +LQ07X007410 Transcription factor, putative 11.86288825 C6_chemical_C2 +LQ07X007410 Transcription factor, putative 11.82204608 C6_chemical_C3 +LQ07X007410 Transcription factor, putative 11.55384614 L4_control_A1 +LQ07X007410 Transcription factor, putative 10.98283322 L4_control_A2 +LQ07X007410 Transcription factor, putative 11.5697674 L4_control_A3 +LQ07X007410 Transcription factor, putative 11.93457333 L4_control_B1 +LQ07X007410 Transcription factor, putative 10.86410684 L4_control_B2 +LQ07X007410 Transcription factor, putative 10.3552836 L4_control_B3 +LQ07X007410 Transcription factor, putative 11.95621757 L4_control_C2 +LQ07X007410 Transcription factor, putative 11.76530237 L4_control_C3 +LQ07X007410 Transcription factor, putative 12.60088032 L4_chemical_A1 +LQ07X007410 Transcription factor, putative 12.6528376 L4_chemical_A2 +LQ07X007410 Transcription factor, putative 12.35841842 L4_chemical_A3 +LQ07X007410 Transcription factor, putative 12.85822723 L4_chemical_B1 +LQ07X007410 Transcription factor, putative 11.73413629 L4_chemical_B2 +LQ07X007410 Transcription factor, putative 11.00101761 L4_chemical_B3 +LQ07X007410 Transcription factor, putative 11.83413801 L4_chemical_C2 +LQ07X007410 Transcription factor, putative 11.43723258 L4_chemical_C3 +LQ07X007420 Putative uncharacterized protein 10.85853382 C6_control_A1 +LQ07X007420 Putative uncharacterized protein 10.48357758 C6_control_A3 +LQ07X007420 Putative uncharacterized protein 11.18650628 C6_control_B1 +LQ07X007420 Putative uncharacterized protein 12.75439524 C6_control_B2 +LQ07X007420 Putative uncharacterized protein 11.50549997 C6_control_B3 +LQ07X007420 Putative uncharacterized protein 12.46188038 C6_control_C1 +LQ07X007420 Putative uncharacterized protein 13.04984994 C6_control_C2 +LQ07X007420 Putative uncharacterized protein 13.17542729 C6_control_C3 +LQ07X007420 Putative uncharacterized protein 10.80514192 C6_chemical_A1 +LQ07X007420 Putative uncharacterized protein 9.586445685 C6_chemical_A3 +LQ07X007420 Putative uncharacterized protein 11.06529984 C6_chemical_B1 +LQ07X007420 Putative uncharacterized protein 12.80224341 C6_chemical_B2 +LQ07X007420 Putative uncharacterized protein 11.52964329 C6_chemical_B3 +LQ07X007420 Putative uncharacterized protein 12.08668348 C6_chemical_C1 +LQ07X007420 Putative uncharacterized protein 12.92453811 C6_chemical_C2 +LQ07X007420 Putative uncharacterized protein 12.04373901 C6_chemical_C3 +LQ07X007420 Putative uncharacterized protein 10.43050914 L4_control_A1 +LQ07X007420 Putative uncharacterized protein 9.618290971 L4_control_A2 +LQ07X007420 Putative uncharacterized protein 9.300943954 L4_control_A3 +LQ07X007420 Putative uncharacterized protein 10.581855 L4_control_B1 +LQ07X007420 Putative uncharacterized protein 9.09893005 L4_control_B2 +LQ07X007420 Putative uncharacterized protein 12.22379659 L4_control_B3 +LQ07X007420 Putative uncharacterized protein 9.799412947 L4_control_C2 +LQ07X007420 Putative uncharacterized protein 10.54451701 L4_control_C3 +LQ07X007420 Putative uncharacterized protein 10.82537887 L4_chemical_A1 +LQ07X007420 Putative uncharacterized protein 8.831105549 L4_chemical_A2 +LQ07X007420 Putative uncharacterized protein 9.740518117 L4_chemical_A3 +LQ07X007420 Putative uncharacterized protein 9.536649882 L4_chemical_B1 +LQ07X007420 Putative uncharacterized protein 9.827622096 L4_chemical_B2 +LQ07X007420 Putative uncharacterized protein 11.05053203 L4_chemical_B3 +LQ07X007420 Putative uncharacterized protein 9.936233816 L4_chemical_C2 +LQ07X007420 Putative uncharacterized protein 11.05416113 L4_chemical_C3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 9.156800737 C6_control_A1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 8.641536985 C6_control_A3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 8.85085257 C6_control_B1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 8.105248764 C6_control_B2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 8.861930253 C6_control_B3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.64837706 C6_control_C1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.26215456 C6_control_C2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 11.06481744 C6_control_C3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 8.583242932 C6_chemical_A1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 9.305339394 C6_chemical_A3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 8.631979535 C6_chemical_B1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 8.014428448 C6_chemical_B2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 9.283588326 C6_chemical_B3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.68508771 C6_chemical_C1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.35793607 C6_chemical_C2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.93627074 C6_chemical_C3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.77543737 L4_control_A1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.2098617 L4_control_A2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.46528834 L4_control_A3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 11.17872427 L4_control_B1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.21315338 L4_control_B2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.33617148 L4_control_B3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 12.00781502 L4_control_C2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 12.37548053 L4_control_C3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 12.30587926 L4_chemical_A1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 11.33458839 L4_chemical_A2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 12.07473578 L4_chemical_A3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 11.51318396 L4_chemical_B1 +LQ07X007460 Putative serine/threonine-protein kinase receptor 11.10025213 L4_chemical_B2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 10.69357125 L4_chemical_B3 +LQ07X007460 Putative serine/threonine-protein kinase receptor 12.25760583 L4_chemical_C2 +LQ07X007460 Putative serine/threonine-protein kinase receptor 12.09384776 L4_chemical_C3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.093405697 C6_control_A1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.839048633 C6_control_A3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.130553743 C6_control_B1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.15482332 C6_control_B2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.148646155 C6_control_B3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.568824687 C6_control_C1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.1391821 C6_control_C2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.495263289 C6_control_C3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.080314953 C6_chemical_A1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.028384692 C6_chemical_A3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.165464392 C6_chemical_B1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.300790563 C6_chemical_B2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.926380963 C6_chemical_B3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.305717427 C6_chemical_C1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.6189044 C6_chemical_C2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.983966624 C6_chemical_C3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.372659431 L4_control_A1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.109213786 L4_control_A2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.911455451 L4_control_A3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.889800361 L4_control_B1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.453889547 L4_control_B2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.974174609 L4_control_B3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.031177061 L4_control_C2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.513254472 L4_control_C3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.404123118 L4_chemical_A1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.071332509 L4_chemical_A2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.024178983 L4_chemical_A3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.89400844 L4_chemical_B1 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.217926182 L4_chemical_B2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.997294941 L4_chemical_B3 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.66165097 L4_chemical_C2 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.02879658 L4_chemical_C3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.49433078 C6_control_A1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.138698796 C6_control_A3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.408874699 C6_control_B1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.433649869 C6_control_B2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.13788095 C6_control_B3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.741466449 C6_control_C1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.08864284 C6_control_C2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.411111743 C6_control_C3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.358231938 C6_chemical_A1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.528350898 C6_chemical_A3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.598527148 C6_chemical_B1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.22666809 C6_chemical_B2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.350529098 C6_chemical_B3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.50984749 C6_chemical_C1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.295691755 C6_chemical_C2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.083292296 C6_chemical_C3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.471308165 L4_control_A1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.627296346 L4_control_A2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.259763308 L4_control_A3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.556429065 L4_control_B1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 4.944831236 L4_control_B2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.377581288 L4_control_B3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 6.007519853 L4_control_C2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.4604937 L4_control_C3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.727595154 L4_chemical_A1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.295517129 L4_chemical_A2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.955014846 L4_chemical_A3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.203336768 L4_chemical_B1 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.31214908 L4_chemical_B2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.527833241 L4_chemical_B3 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.968787871 L4_chemical_C2 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.475164108 L4_chemical_C3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 4.878893153 C6_control_A1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.071488613 C6_control_A3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.619108575 C6_control_B1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.192857964 C6_control_B2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 4.951828946 C6_control_B3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.44288744 C6_control_C1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.399253959 C6_control_C2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.4769601 C6_control_C3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.535055924 C6_chemical_A1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 4.894312973 C6_chemical_A3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.237397831 C6_chemical_B1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.225788909 C6_chemical_B2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.172330001 C6_chemical_B3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.181322199 C6_chemical_C1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.179467959 C6_chemical_C2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.405377244 C6_chemical_C3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.030374218 L4_control_A1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.13857284 L4_control_A2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 4.961966552 L4_control_A3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 4.937241939 L4_control_B1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.170752258 L4_control_B2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.222813634 L4_control_B3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.722827091 L4_control_C2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.443966022 L4_control_C3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 4.967836478 L4_chemical_A1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 4.71829894 L4_chemical_A2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 4.938321821 L4_chemical_A3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.289247452 L4_chemical_B1 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.202440393 L4_chemical_B2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.136748224 L4_chemical_B3 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.026176184 L4_chemical_C2 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 6.104729808 L4_chemical_C3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.81319065 C6_control_A1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 14.3073651 C6_control_A3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.99971914 C6_control_B1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.44162388 C6_control_B2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.76856738 C6_control_B3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.67032264 C6_control_C1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 12.88819676 C6_control_C2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.36222383 C6_control_C3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.9405797 C6_chemical_A1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.44124822 C6_chemical_A3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.75055253 C6_chemical_B1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.18573734 C6_chemical_B2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.57154538 C6_chemical_B3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.56705326 C6_chemical_C1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.34508971 C6_chemical_C2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.10554799 C6_chemical_C3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.98867371 L4_control_A1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.9368593 L4_control_A2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.94086461 L4_control_A3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.86425538 L4_control_B1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.12369411 L4_control_B2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.57897574 L4_control_B3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 14.16096395 L4_control_C2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.81409019 L4_control_C3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.95636666 L4_chemical_A1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.86508764 L4_chemical_A2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.65327848 L4_chemical_A3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 14.23970654 L4_chemical_B1 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.9571784 L4_chemical_B2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.80474865 L4_chemical_B3 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 14.17969105 L4_chemical_C2 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.69385488 L4_chemical_C3 +LQ07X007710 Putative uncharacterized protein 5.37130769 C6_control_A1 +LQ07X007710 Putative uncharacterized protein 5.203443258 C6_control_A3 +LQ07X007710 Putative uncharacterized protein 5.270557989 C6_control_B1 +LQ07X007710 Putative uncharacterized protein 5.463283553 C6_control_B2 +LQ07X007710 Putative uncharacterized protein 5.327172413 C6_control_B3 +LQ07X007710 Putative uncharacterized protein 5.707596252 C6_control_C1 +LQ07X007710 Putative uncharacterized protein 5.557680991 C6_control_C2 +LQ07X007710 Putative uncharacterized protein 5.724015089 C6_control_C3 +LQ07X007710 Putative uncharacterized protein 5.049305897 C6_chemical_A1 +LQ07X007710 Putative uncharacterized protein 5.544903462 C6_chemical_A3 +LQ07X007710 Putative uncharacterized protein 5.39474225 C6_chemical_B1 +LQ07X007710 Putative uncharacterized protein 5.187404082 C6_chemical_B2 +LQ07X007710 Putative uncharacterized protein 4.980904756 C6_chemical_B3 +LQ07X007710 Putative uncharacterized protein 5.25853028 C6_chemical_C1 +LQ07X007710 Putative uncharacterized protein 6.050406233 C6_chemical_C2 +LQ07X007710 Putative uncharacterized protein 6.138134634 C6_chemical_C3 +LQ07X007710 Putative uncharacterized protein 5.204882321 L4_control_A1 +LQ07X007710 Putative uncharacterized protein 5.235767874 L4_control_A2 +LQ07X007710 Putative uncharacterized protein 5.405797272 L4_control_A3 +LQ07X007710 Putative uncharacterized protein 5.092649614 L4_control_B1 +LQ07X007710 Putative uncharacterized protein 5.038422266 L4_control_B2 +LQ07X007710 Putative uncharacterized protein 5.179096599 L4_control_B3 +LQ07X007710 Putative uncharacterized protein 5.328316901 L4_control_C2 +LQ07X007710 Putative uncharacterized protein 4.964243395 L4_control_C3 +LQ07X007710 Putative uncharacterized protein 5.128107582 L4_chemical_A1 +LQ07X007710 Putative uncharacterized protein 5.093798338 L4_chemical_A2 +LQ07X007710 Putative uncharacterized protein 5.65975587 L4_chemical_A3 +LQ07X007710 Putative uncharacterized protein 4.95969402 L4_chemical_B1 +LQ07X007710 Putative uncharacterized protein 5.114313063 L4_chemical_B2 +LQ07X007710 Putative uncharacterized protein 5.069572485 L4_chemical_B3 +LQ07X007710 Putative uncharacterized protein 5.499613909 L4_chemical_C2 +LQ07X007710 Putative uncharacterized protein 4.952522093 L4_chemical_C3 +LQ07X007720 Predicted protein 5.621563017 C6_control_A1 +LQ07X007720 Predicted protein 5.476553651 C6_control_A3 +LQ07X007720 Predicted protein 5.310609102 C6_control_B1 +LQ07X007720 Predicted protein 5.873471282 C6_control_B2 +LQ07X007720 Predicted protein 5.501803878 C6_control_B3 +LQ07X007720 Predicted protein 6.18661838 C6_control_C1 +LQ07X007720 Predicted protein 6.037694223 C6_control_C2 +LQ07X007720 Predicted protein 5.700006503 C6_control_C3 +LQ07X007720 Predicted protein 5.664864922 C6_chemical_A1 +LQ07X007720 Predicted protein 5.354650823 C6_chemical_A3 +LQ07X007720 Predicted protein 5.266655232 C6_chemical_B1 +LQ07X007720 Predicted protein 6.082796364 C6_chemical_B2 +LQ07X007720 Predicted protein 5.503221722 C6_chemical_B3 +LQ07X007720 Predicted protein 5.300467266 C6_chemical_C1 +LQ07X007720 Predicted protein 5.568128379 C6_chemical_C2 +LQ07X007720 Predicted protein 5.787988435 C6_chemical_C3 +LQ07X007720 Predicted protein 5.232128817 L4_control_A1 +LQ07X007720 Predicted protein 5.51113981 L4_control_A2 +LQ07X007720 Predicted protein 5.754549677 L4_control_A3 +LQ07X007720 Predicted protein 5.185367673 L4_control_B1 +LQ07X007720 Predicted protein 5.340830937 L4_control_B2 +LQ07X007720 Predicted protein 5.566583064 L4_control_B3 +LQ07X007720 Predicted protein 5.247957635 L4_control_C2 +LQ07X007720 Predicted protein 5.342232708 L4_control_C3 +LQ07X007720 Predicted protein 4.958009162 L4_chemical_A1 +LQ07X007720 Predicted protein 5.217525603 L4_chemical_A2 +LQ07X007720 Predicted protein 5.505551694 L4_chemical_A3 +LQ07X007720 Predicted protein 5.335019185 L4_chemical_B1 +LQ07X007720 Predicted protein 5.596601399 L4_chemical_B2 +LQ07X007720 Predicted protein 5.79981098 L4_chemical_B3 +LQ07X007720 Predicted protein 4.908315411 L4_chemical_C2 +LQ07X007720 Predicted protein 5.276666681 L4_chemical_C3 +LQ07X007850 Chaperone protein dnaJ 15 12.60428791 C6_control_A1 +LQ07X007850 Chaperone protein dnaJ 15 12.66814894 C6_control_A3 +LQ07X007850 Chaperone protein dnaJ 15 12.24964829 C6_control_B1 +LQ07X007850 Chaperone protein dnaJ 15 11.87454997 C6_control_B2 +LQ07X007850 Chaperone protein dnaJ 15 11.97277694 C6_control_B3 +LQ07X007850 Chaperone protein dnaJ 15 12.17117644 C6_control_C1 +LQ07X007850 Chaperone protein dnaJ 15 12.12230307 C6_control_C2 +LQ07X007850 Chaperone protein dnaJ 15 12.0171009 C6_control_C3 +LQ07X007850 Chaperone protein dnaJ 15 12.17566564 C6_chemical_A1 +LQ07X007850 Chaperone protein dnaJ 15 12.80762004 C6_chemical_A3 +LQ07X007850 Chaperone protein dnaJ 15 11.86177441 C6_chemical_B1 +LQ07X007850 Chaperone protein dnaJ 15 11.87741254 C6_chemical_B2 +LQ07X007850 Chaperone protein dnaJ 15 11.5426208 C6_chemical_B3 +LQ07X007850 Chaperone protein dnaJ 15 12.10217833 C6_chemical_C1 +LQ07X007850 Chaperone protein dnaJ 15 11.89107707 C6_chemical_C2 +LQ07X007850 Chaperone protein dnaJ 15 11.94106199 C6_chemical_C3 +LQ07X007850 Chaperone protein dnaJ 15 12.9375004 L4_control_A1 +LQ07X007850 Chaperone protein dnaJ 15 12.83343418 L4_control_A2 +LQ07X007850 Chaperone protein dnaJ 15 12.99565102 L4_control_A3 +LQ07X007850 Chaperone protein dnaJ 15 12.43528502 L4_control_B1 +LQ07X007850 Chaperone protein dnaJ 15 12.48270716 L4_control_B2 +LQ07X007850 Chaperone protein dnaJ 15 12.03388437 L4_control_B3 +LQ07X007850 Chaperone protein dnaJ 15 11.99858966 L4_control_C2 +LQ07X007850 Chaperone protein dnaJ 15 11.9174641 L4_control_C3 +LQ07X007850 Chaperone protein dnaJ 15 12.36357934 L4_chemical_A1 +LQ07X007850 Chaperone protein dnaJ 15 12.2576015 L4_chemical_A2 +LQ07X007850 Chaperone protein dnaJ 15 12.74040944 L4_chemical_A3 +LQ07X007850 Chaperone protein dnaJ 15 12.33805649 L4_chemical_B1 +LQ07X007850 Chaperone protein dnaJ 15 12.20548287 L4_chemical_B2 +LQ07X007850 Chaperone protein dnaJ 15 12.31038153 L4_chemical_B3 +LQ07X007850 Chaperone protein dnaJ 15 11.91487224 L4_chemical_C2 +LQ07X007850 Chaperone protein dnaJ 15 11.69067857 L4_chemical_C3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.995949624 C6_control_A1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.625721225 C6_control_A3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.535114729 C6_control_B1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.583876474 C6_control_B2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.926920092 C6_control_B3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.446260007 C6_control_C1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.229124324 C6_control_C2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.693631407 C6_control_C3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.760456827 C6_chemical_A1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.901609993 C6_chemical_A3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.72791886 C6_chemical_B1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.575023618 C6_chemical_B2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.913986036 C6_chemical_B3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.805328757 C6_chemical_C1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.591001404 C6_chemical_C2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 6.08126313 C6_chemical_C3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.854742953 L4_control_A1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 6.222289608 L4_control_A2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 6.086188067 L4_control_A3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.53578338 L4_control_B1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.704271669 L4_control_B2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 6.074682384 L4_control_B3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.604200484 L4_control_C2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 7.288517912 L4_control_C3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.884486472 L4_chemical_A1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 6.158529123 L4_chemical_A2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.909580493 L4_chemical_A3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.95610052 L4_chemical_B1 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 6.005531773 L4_chemical_B2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.951539768 L4_chemical_B3 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 6.290605731 L4_chemical_C2 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 7.185873498 L4_chemical_C3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.405300406 C6_control_A1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.190988337 C6_control_A3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.258074206 C6_control_B1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 6.492482463 C6_control_B2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.131434047 C6_control_B3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 7.028528595 C6_control_C1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 6.34632238 C6_control_C2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 6.642356979 C6_control_C3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.800937689 C6_chemical_A1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 4.959627687 C6_chemical_A3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 4.97453127 C6_chemical_B1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 6.576272519 C6_chemical_B2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.266020475 C6_chemical_B3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 7.574325608 C6_chemical_C1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 7.174083671 C6_chemical_C2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 6.852092598 C6_chemical_C3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.484073723 L4_control_A1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.80823012 L4_control_A2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 6.07904229 L4_control_A3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 4.933879245 L4_control_B1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.196322747 L4_control_B2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 4.988470936 L4_control_B3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.680752032 L4_control_C2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.217797197 L4_control_C3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.118324628 L4_chemical_A1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.730420838 L4_chemical_A2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.610140288 L4_chemical_A3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.507987023 L4_chemical_B1 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.340168779 L4_chemical_B2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.022425669 L4_chemical_B3 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.048254088 L4_chemical_C2 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.382898686 L4_chemical_C3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.129088918 C6_control_A1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.912818768 C6_control_A3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.046366461 C6_control_B1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.983707631 C6_control_B2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.880069857 C6_control_B3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.917927891 C6_control_C1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.726805736 C6_control_C2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.294770023 C6_control_C3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.179610466 C6_chemical_A1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.661644375 C6_chemical_A3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.668816956 C6_chemical_B1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.159051764 C6_chemical_B2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.046605081 C6_chemical_B3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.787037832 C6_chemical_C1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.888781495 C6_chemical_C2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.342188858 C6_chemical_C3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 6.203335812 L4_control_A1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.362711654 L4_control_A2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.22821673 L4_control_A3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.448373569 L4_control_B1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.404955957 L4_control_B2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.569597309 L4_control_B3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.50780485 L4_control_C2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.834559477 L4_control_C3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 6.439964552 L4_chemical_A1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.075158031 L4_chemical_A2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.645188611 L4_chemical_A3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 6.056008267 L4_chemical_B1 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.033572837 L4_chemical_B2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.79811462 L4_chemical_B3 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.117703937 L4_chemical_C2 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 4.862473983 L4_chemical_C3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 11.04050086 C6_control_A1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 11.6458332 C6_control_A3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.390961331 C6_control_B1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 8.302551366 C6_control_B2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 8.708306673 C6_control_B3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.972785335 C6_control_C1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.475790492 C6_control_C2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 10.08852612 C6_control_C3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 11.15401513 C6_chemical_A1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 12.44231466 C6_chemical_A3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.214093836 C6_chemical_B1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 8.469492458 C6_chemical_B2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.511789012 C6_chemical_B3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.582999345 C6_chemical_C1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.523510886 C6_chemical_C2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 10.53028756 C6_chemical_C3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 10.71803843 L4_control_A1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.548978543 L4_control_A2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 10.13331938 L4_control_A3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 8.348621047 L4_control_B1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 8.896218697 L4_control_B2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 8.880175185 L4_control_B3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 10.07872926 L4_control_C2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.89495744 L4_control_C3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 10.89658064 L4_chemical_A1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.918296578 L4_chemical_A2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 10.59535296 L4_chemical_A3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 10.17737482 L4_chemical_B1 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 8.355594191 L4_chemical_B2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.005510835 L4_chemical_B3 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.878271317 L4_chemical_C2 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 9.370487005 L4_chemical_C3 +LQ07X008370 Hypothetical protein 5.915825812 C6_control_A1 +LQ07X008370 Hypothetical protein 7.258535208 C6_control_A3 +LQ07X008370 Hypothetical protein 5.088034563 C6_control_B1 +LQ07X008370 Hypothetical protein 5.627968945 C6_control_B2 +LQ07X008370 Hypothetical protein 5.832427197 C6_control_B3 +LQ07X008370 Hypothetical protein 8.689775636 C6_control_C1 +LQ07X008370 Hypothetical protein 9.195048136 C6_control_C2 +LQ07X008370 Hypothetical protein 8.932879651 C6_control_C3 +LQ07X008370 Hypothetical protein 6.026983207 C6_chemical_A1 +LQ07X008370 Hypothetical protein 6.539399509 C6_chemical_A3 +LQ07X008370 Hypothetical protein 5.601808077 C6_chemical_B1 +LQ07X008370 Hypothetical protein 6.577488619 C6_chemical_B2 +LQ07X008370 Hypothetical protein 5.916641075 C6_chemical_B3 +LQ07X008370 Hypothetical protein 8.744030215 C6_chemical_C1 +LQ07X008370 Hypothetical protein 8.9379277 C6_chemical_C2 +LQ07X008370 Hypothetical protein 8.905433031 C6_chemical_C3 +LQ07X008370 Hypothetical protein 6.307953752 L4_control_A1 +LQ07X008370 Hypothetical protein 5.811066679 L4_control_A2 +LQ07X008370 Hypothetical protein 5.230149044 L4_control_A3 +LQ07X008370 Hypothetical protein 5.526367877 L4_control_B1 +LQ07X008370 Hypothetical protein 5.636048641 L4_control_B2 +LQ07X008370 Hypothetical protein 6.30391795 L4_control_B3 +LQ07X008370 Hypothetical protein 8.603556635 L4_control_C2 +LQ07X008370 Hypothetical protein 6.972242282 L4_control_C3 +LQ07X008370 Hypothetical protein 6.908123665 L4_chemical_A1 +LQ07X008370 Hypothetical protein 5.489521039 L4_chemical_A2 +LQ07X008370 Hypothetical protein 5.769781037 L4_chemical_A3 +LQ07X008370 Hypothetical protein 5.903887395 L4_chemical_B1 +LQ07X008370 Hypothetical protein 5.702511007 L4_chemical_B2 +LQ07X008370 Hypothetical protein 6.559344356 L4_chemical_B3 +LQ07X008370 Hypothetical protein 7.794526323 L4_chemical_C2 +LQ07X008370 Hypothetical protein 7.378481044 L4_chemical_C3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.44356127 C6_control_A1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.01129212 C6_control_A3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.22529056 C6_control_B1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.66740134 C6_control_B2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.51257469 C6_control_B3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 13.98024573 C6_control_C1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 13.78054194 C6_control_C2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 14.09289605 C6_control_C3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.6072778 C6_chemical_A1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.15846774 C6_chemical_A3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.57112254 C6_chemical_B1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.53856982 C6_chemical_B2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.49755537 C6_chemical_B3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 13.82382588 C6_chemical_C1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 14.07836774 C6_chemical_C2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 13.7478014 C6_chemical_C3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 10.82758251 L4_control_A1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.86940147 L4_control_A2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.63036162 L4_control_A3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.48924196 L4_control_B1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.99077053 L4_control_B2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 13.00600259 L4_control_B3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 13.9576819 L4_control_C2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 14.28249831 L4_control_C3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.05105545 L4_chemical_A1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.33905045 L4_chemical_A2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.23028717 L4_chemical_A3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.25550419 L4_chemical_B1 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.43385816 L4_chemical_B2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 12.04344872 L4_chemical_B3 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 14.06998397 L4_chemical_C2 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 14.14023146 L4_chemical_C3 +LQ07X008390 Phytosulfokine receptor 2 5.303443585 C6_control_A1 +LQ07X008390 Phytosulfokine receptor 2 5.936865857 C6_control_A3 +LQ07X008390 Phytosulfokine receptor 2 5.289378285 C6_control_B1 +LQ07X008390 Phytosulfokine receptor 2 5.651508492 C6_control_B2 +LQ07X008390 Phytosulfokine receptor 2 5.340562921 C6_control_B3 +LQ07X008390 Phytosulfokine receptor 2 5.298511227 C6_control_C1 +LQ07X008390 Phytosulfokine receptor 2 5.44537542 C6_control_C2 +LQ07X008390 Phytosulfokine receptor 2 5.303345827 C6_control_C3 +LQ07X008390 Phytosulfokine receptor 2 5.114802026 C6_chemical_A1 +LQ07X008390 Phytosulfokine receptor 2 5.31456706 C6_chemical_A3 +LQ07X008390 Phytosulfokine receptor 2 4.930696077 C6_chemical_B1 +LQ07X008390 Phytosulfokine receptor 2 5.499191123 C6_chemical_B2 +LQ07X008390 Phytosulfokine receptor 2 5.634373362 C6_chemical_B3 +LQ07X008390 Phytosulfokine receptor 2 5.004015225 C6_chemical_C1 +LQ07X008390 Phytosulfokine receptor 2 4.951601439 C6_chemical_C2 +LQ07X008390 Phytosulfokine receptor 2 4.95843518 C6_chemical_C3 +LQ07X008390 Phytosulfokine receptor 2 5.142823391 L4_control_A1 +LQ07X008390 Phytosulfokine receptor 2 5.104379007 L4_control_A2 +LQ07X008390 Phytosulfokine receptor 2 5.57429267 L4_control_A3 +LQ07X008390 Phytosulfokine receptor 2 5.406472338 L4_control_B1 +LQ07X008390 Phytosulfokine receptor 2 5.279948079 L4_control_B2 +LQ07X008390 Phytosulfokine receptor 2 5.11254312 L4_control_B3 +LQ07X008390 Phytosulfokine receptor 2 5.371037634 L4_control_C2 +LQ07X008390 Phytosulfokine receptor 2 5.44945189 L4_control_C3 +LQ07X008390 Phytosulfokine receptor 2 5.054959878 L4_chemical_A1 +LQ07X008390 Phytosulfokine receptor 2 5.159468414 L4_chemical_A2 +LQ07X008390 Phytosulfokine receptor 2 5.616161466 L4_chemical_A3 +LQ07X008390 Phytosulfokine receptor 2 5.665056418 L4_chemical_B1 +LQ07X008390 Phytosulfokine receptor 2 5.379703535 L4_chemical_B2 +LQ07X008390 Phytosulfokine receptor 2 5.668935012 L4_chemical_B3 +LQ07X008390 Phytosulfokine receptor 2 4.992819948 L4_chemical_C2 +LQ07X008390 Phytosulfokine receptor 2 5.763436861 L4_chemical_C3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.4898978 C6_control_A1 +LQ07X008410 Squamosa promoter-binding protein, putative 6.729377742 C6_control_A3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.209620191 C6_control_B1 +LQ07X008410 Squamosa promoter-binding protein, putative 5.280122089 C6_control_B2 +LQ07X008410 Squamosa promoter-binding protein, putative 5.513340611 C6_control_B3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.440663306 C6_control_C1 +LQ07X008410 Squamosa promoter-binding protein, putative 5.522214296 C6_control_C2 +LQ07X008410 Squamosa promoter-binding protein, putative 5.302133238 C6_control_C3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.048543986 C6_chemical_A1 +LQ07X008410 Squamosa promoter-binding protein, putative 5.201506698 C6_chemical_A3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.076053326 C6_chemical_B1 +LQ07X008410 Squamosa promoter-binding protein, putative 5.472092963 C6_chemical_B2 +LQ07X008410 Squamosa promoter-binding protein, putative 5.219699564 C6_chemical_B3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.263328586 C6_chemical_C1 +LQ07X008410 Squamosa promoter-binding protein, putative 5.24507864 C6_chemical_C2 +LQ07X008410 Squamosa promoter-binding protein, putative 5.163910161 C6_chemical_C3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.181277002 L4_control_A1 +LQ07X008410 Squamosa promoter-binding protein, putative 5.177962476 L4_control_A2 +LQ07X008410 Squamosa promoter-binding protein, putative 6.036598851 L4_control_A3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.002430976 L4_control_B1 +LQ07X008410 Squamosa promoter-binding protein, putative 4.957096739 L4_control_B2 +LQ07X008410 Squamosa promoter-binding protein, putative 5.385907966 L4_control_B3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.558834857 L4_control_C2 +LQ07X008410 Squamosa promoter-binding protein, putative 6.61691663 L4_control_C3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.712667159 L4_chemical_A1 +LQ07X008410 Squamosa promoter-binding protein, putative 5.541328141 L4_chemical_A2 +LQ07X008410 Squamosa promoter-binding protein, putative 6.261847885 L4_chemical_A3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.469918962 L4_chemical_B1 +LQ07X008410 Squamosa promoter-binding protein, putative 5.144945219 L4_chemical_B2 +LQ07X008410 Squamosa promoter-binding protein, putative 5.374769059 L4_chemical_B3 +LQ07X008410 Squamosa promoter-binding protein, putative 5.600335832 L4_chemical_C2 +LQ07X008410 Squamosa promoter-binding protein, putative 5.414051788 L4_chemical_C3 +LQ07X008420 Probable protein phosphatase 2C 39 10.37086801 C6_control_A1 +LQ07X008420 Probable protein phosphatase 2C 39 10.48609764 C6_control_A3 +LQ07X008420 Probable protein phosphatase 2C 39 10.43019014 C6_control_B1 +LQ07X008420 Probable protein phosphatase 2C 39 11.73318072 C6_control_B2 +LQ07X008420 Probable protein phosphatase 2C 39 11.12989459 C6_control_B3 +LQ07X008420 Probable protein phosphatase 2C 39 12.37730095 C6_control_C1 +LQ07X008420 Probable protein phosphatase 2C 39 12.38898726 C6_control_C2 +LQ07X008420 Probable protein phosphatase 2C 39 12.31694757 C6_control_C3 +LQ07X008420 Probable protein phosphatase 2C 39 10.05407816 C6_chemical_A1 +LQ07X008420 Probable protein phosphatase 2C 39 10.4237332 C6_chemical_A3 +LQ07X008420 Probable protein phosphatase 2C 39 10.11973844 C6_chemical_B1 +LQ07X008420 Probable protein phosphatase 2C 39 11.65682799 C6_chemical_B2 +LQ07X008420 Probable protein phosphatase 2C 39 11.18215536 C6_chemical_B3 +LQ07X008420 Probable protein phosphatase 2C 39 12.37326911 C6_chemical_C1 +LQ07X008420 Probable protein phosphatase 2C 39 12.2120828 C6_chemical_C2 +LQ07X008420 Probable protein phosphatase 2C 39 12.41358645 C6_chemical_C3 +LQ07X008420 Probable protein phosphatase 2C 39 10.89113806 L4_control_A1 +LQ07X008420 Probable protein phosphatase 2C 39 10.82502248 L4_control_A2 +LQ07X008420 Probable protein phosphatase 2C 39 11.58713465 L4_control_A3 +LQ07X008420 Probable protein phosphatase 2C 39 11.34051179 L4_control_B1 +LQ07X008420 Probable protein phosphatase 2C 39 10.25311875 L4_control_B2 +LQ07X008420 Probable protein phosphatase 2C 39 12.28348478 L4_control_B3 +LQ07X008420 Probable protein phosphatase 2C 39 10.87299901 L4_control_C2 +LQ07X008420 Probable protein phosphatase 2C 39 11.76419041 L4_control_C3 +LQ07X008420 Probable protein phosphatase 2C 39 11.42696632 L4_chemical_A1 +LQ07X008420 Probable protein phosphatase 2C 39 10.4275076 L4_chemical_A2 +LQ07X008420 Probable protein phosphatase 2C 39 11.65180182 L4_chemical_A3 +LQ07X008420 Probable protein phosphatase 2C 39 10.33254324 L4_chemical_B1 +LQ07X008420 Probable protein phosphatase 2C 39 9.873316321 L4_chemical_B2 +LQ07X008420 Probable protein phosphatase 2C 39 11.7872446 L4_chemical_B3 +LQ07X008420 Probable protein phosphatase 2C 39 10.86661304 L4_chemical_C2 +LQ07X008420 Probable protein phosphatase 2C 39 11.92819312 L4_chemical_C3 +LQ07X008440 Predicted protein 4.817744897 C6_control_A1 +LQ07X008440 Predicted protein 5.090346001 C6_control_A3 +LQ07X008440 Predicted protein 5.066681611 C6_control_B1 +LQ07X008440 Predicted protein 4.821908971 C6_control_B2 +LQ07X008440 Predicted protein 4.810396484 C6_control_B3 +LQ07X008440 Predicted protein 5.439471399 C6_control_C1 +LQ07X008440 Predicted protein 5.025326912 C6_control_C2 +LQ07X008440 Predicted protein 4.840697464 C6_control_C3 +LQ07X008440 Predicted protein 4.774556766 C6_chemical_A1 +LQ07X008440 Predicted protein 5.075800755 C6_chemical_A3 +LQ07X008440 Predicted protein 4.89756111 C6_chemical_B1 +LQ07X008440 Predicted protein 4.737252792 C6_chemical_B2 +LQ07X008440 Predicted protein 4.962542094 C6_chemical_B3 +LQ07X008440 Predicted protein 4.894493884 C6_chemical_C1 +LQ07X008440 Predicted protein 5.029030185 C6_chemical_C2 +LQ07X008440 Predicted protein 5.034850269 C6_chemical_C3 +LQ07X008440 Predicted protein 4.76652495 L4_control_A1 +LQ07X008440 Predicted protein 4.773697981 L4_control_A2 +LQ07X008440 Predicted protein 4.988866314 L4_control_A3 +LQ07X008440 Predicted protein 5.155250965 L4_control_B1 +LQ07X008440 Predicted protein 4.902954526 L4_control_B2 +LQ07X008440 Predicted protein 4.941418503 L4_control_B3 +LQ07X008440 Predicted protein 4.886030025 L4_control_C2 +LQ07X008440 Predicted protein 4.996128324 L4_control_C3 +LQ07X008440 Predicted protein 4.714538975 L4_chemical_A1 +LQ07X008440 Predicted protein 4.746313188 L4_chemical_A2 +LQ07X008440 Predicted protein 5.097655536 L4_chemical_A3 +LQ07X008440 Predicted protein 5.058448062 L4_chemical_B1 +LQ07X008440 Predicted protein 4.791525238 L4_chemical_B2 +LQ07X008440 Predicted protein 4.823875705 L4_chemical_B3 +LQ07X008440 Predicted protein 5.132034304 L4_chemical_C2 +LQ07X008440 Predicted protein 4.997146273 L4_chemical_C3 +LQ07X008450 ATP binding protein, putative 11.31642739 C6_control_A1 +LQ07X008450 ATP binding protein, putative 11.3641802 C6_control_A3 +LQ07X008450 ATP binding protein, putative 11.37496456 C6_control_B1 +LQ07X008450 ATP binding protein, putative 11.76518636 C6_control_B2 +LQ07X008450 ATP binding protein, putative 11.34105476 C6_control_B3 +LQ07X008450 ATP binding protein, putative 11.53254886 C6_control_C1 +LQ07X008450 ATP binding protein, putative 11.02783165 C6_control_C2 +LQ07X008450 ATP binding protein, putative 11.35916566 C6_control_C3 +LQ07X008450 ATP binding protein, putative 11.07458516 C6_chemical_A1 +LQ07X008450 ATP binding protein, putative 11.03585266 C6_chemical_A3 +LQ07X008450 ATP binding protein, putative 11.20149035 C6_chemical_B1 +LQ07X008450 ATP binding protein, putative 11.83964385 C6_chemical_B2 +LQ07X008450 ATP binding protein, putative 11.06473523 C6_chemical_B3 +LQ07X008450 ATP binding protein, putative 11.4964673 C6_chemical_C1 +LQ07X008450 ATP binding protein, putative 11.14966406 C6_chemical_C2 +LQ07X008450 ATP binding protein, putative 11.23566291 C6_chemical_C3 +LQ07X008450 ATP binding protein, putative 11.41337856 L4_control_A1 +LQ07X008450 ATP binding protein, putative 11.34837487 L4_control_A2 +LQ07X008450 ATP binding protein, putative 10.85556847 L4_control_A3 +LQ07X008450 ATP binding protein, putative 11.59772508 L4_control_B1 +LQ07X008450 ATP binding protein, putative 10.39788711 L4_control_B2 +LQ07X008450 ATP binding protein, putative 11.61338577 L4_control_B3 +LQ07X008450 ATP binding protein, putative 10.46756446 L4_control_C2 +LQ07X008450 ATP binding protein, putative 10.19921206 L4_control_C3 +LQ07X008450 ATP binding protein, putative 11.4564009 L4_chemical_A1 +LQ07X008450 ATP binding protein, putative 11.28894601 L4_chemical_A2 +LQ07X008450 ATP binding protein, putative 11.13868333 L4_chemical_A3 +LQ07X008450 ATP binding protein, putative 11.19401184 L4_chemical_B1 +LQ07X008450 ATP binding protein, putative 10.68337956 L4_chemical_B2 +LQ07X008450 ATP binding protein, putative 11.30230838 L4_chemical_B3 +LQ07X008450 ATP binding protein, putative 10.6578251 L4_chemical_C2 +LQ07X008450 ATP binding protein, putative 10.31257066 L4_chemical_C3 +LQ07X008460 PRA1 family protein H 4.866647903 C6_control_A1 +LQ07X008460 PRA1 family protein H 4.866435994 C6_control_A3 +LQ07X008460 PRA1 family protein H 4.822971536 C6_control_B1 +LQ07X008460 PRA1 family protein H 5.057428675 C6_control_B2 +LQ07X008460 PRA1 family protein H 4.897975947 C6_control_B3 +LQ07X008460 PRA1 family protein H 5.027816591 C6_control_C1 +LQ07X008460 PRA1 family protein H 5.145609503 C6_control_C2 +LQ07X008460 PRA1 family protein H 4.797148076 C6_control_C3 +LQ07X008460 PRA1 family protein H 4.755806047 C6_chemical_A1 +LQ07X008460 PRA1 family protein H 4.683187415 C6_chemical_A3 +LQ07X008460 PRA1 family protein H 5.14650583 C6_chemical_B1 +LQ07X008460 PRA1 family protein H 4.918313172 C6_chemical_B2 +LQ07X008460 PRA1 family protein H 4.909460467 C6_chemical_B3 +LQ07X008460 PRA1 family protein H 4.925263419 C6_chemical_C1 +LQ07X008460 PRA1 family protein H 4.989946871 C6_chemical_C2 +LQ07X008460 PRA1 family protein H 4.752513122 C6_chemical_C3 +LQ07X008460 PRA1 family protein H 4.970061462 L4_control_A1 +LQ07X008460 PRA1 family protein H 4.886703798 L4_control_A2 +LQ07X008460 PRA1 family protein H 4.877874868 L4_control_A3 +LQ07X008460 PRA1 family protein H 5.062017318 L4_control_B1 +LQ07X008460 PRA1 family protein H 4.727425859 L4_control_B2 +LQ07X008460 PRA1 family protein H 4.66698099 L4_control_B3 +LQ07X008460 PRA1 family protein H 5.069769576 L4_control_C2 +LQ07X008460 PRA1 family protein H 5.760672544 L4_control_C3 +LQ07X008460 PRA1 family protein H 4.728896986 L4_chemical_A1 +LQ07X008460 PRA1 family protein H 4.897004255 L4_chemical_A2 +LQ07X008460 PRA1 family protein H 4.753240355 L4_chemical_A3 +LQ07X008460 PRA1 family protein H 4.988664515 L4_chemical_B1 +LQ07X008460 PRA1 family protein H 4.511898252 L4_chemical_B2 +LQ07X008460 PRA1 family protein H 4.568241001 L4_chemical_B3 +LQ07X008460 PRA1 family protein H 5.34959757 L4_chemical_C2 +LQ07X008460 PRA1 family protein H 5.186467122 L4_chemical_C3 +LQ07X008480 Putative Predicted protein 5.567693866 C6_control_A1 +LQ07X008480 Putative Predicted protein 5.525192781 C6_control_A3 +LQ07X008480 Putative Predicted protein 5.629126505 C6_control_B1 +LQ07X008480 Putative Predicted protein 5.614967669 C6_control_B2 +LQ07X008480 Putative Predicted protein 5.783411819 C6_control_B3 +LQ07X008480 Putative Predicted protein 5.352574891 C6_control_C1 +LQ07X008480 Putative Predicted protein 6.268525627 C6_control_C2 +LQ07X008480 Putative Predicted protein 5.22060225 C6_control_C3 +LQ07X008480 Putative Predicted protein 5.833764211 C6_chemical_A1 +LQ07X008480 Putative Predicted protein 5.269839511 C6_chemical_A3 +LQ07X008480 Putative Predicted protein 5.43207942 C6_chemical_B1 +LQ07X008480 Putative Predicted protein 5.5371803 C6_chemical_B2 +LQ07X008480 Putative Predicted protein 5.107854144 C6_chemical_B3 +LQ07X008480 Putative Predicted protein 5.320673077 C6_chemical_C1 +LQ07X008480 Putative Predicted protein 5.395482652 C6_chemical_C2 +LQ07X008480 Putative Predicted protein 5.316683627 C6_chemical_C3 +LQ07X008480 Putative Predicted protein 5.645305346 L4_control_A1 +LQ07X008480 Putative Predicted protein 5.7180484 L4_control_A2 +LQ07X008480 Putative Predicted protein 5.713150677 L4_control_A3 +LQ07X008480 Putative Predicted protein 6.03500478 L4_control_B1 +LQ07X008480 Putative Predicted protein 5.719280101 L4_control_B2 +LQ07X008480 Putative Predicted protein 5.337742177 L4_control_B3 +LQ07X008480 Putative Predicted protein 5.487211902 L4_control_C2 +LQ07X008480 Putative Predicted protein 5.440429179 L4_control_C3 +LQ07X008480 Putative Predicted protein 5.604684863 L4_chemical_A1 +LQ07X008480 Putative Predicted protein 5.617318175 L4_chemical_A2 +LQ07X008480 Putative Predicted protein 5.490537555 L4_chemical_A3 +LQ07X008480 Putative Predicted protein 5.354275072 L4_chemical_B1 +LQ07X008480 Putative Predicted protein 5.903936643 L4_chemical_B2 +LQ07X008480 Putative Predicted protein 5.515771821 L4_chemical_B3 +LQ07X008480 Putative Predicted protein 5.532411162 L4_chemical_C2 +LQ07X008480 Putative Predicted protein 5.06414216 L4_chemical_C3 +LQ07X008490 Protein yippee-like At5g53940 5.502089169 C6_control_A1 +LQ07X008490 Protein yippee-like At5g53940 5.763283252 C6_control_A3 +LQ07X008490 Protein yippee-like At5g53940 5.380718011 C6_control_B1 +LQ07X008490 Protein yippee-like At5g53940 5.552413665 C6_control_B2 +LQ07X008490 Protein yippee-like At5g53940 5.258966641 C6_control_B3 +LQ07X008490 Protein yippee-like At5g53940 6.120166359 C6_control_C1 +LQ07X008490 Protein yippee-like At5g53940 6.348211827 C6_control_C2 +LQ07X008490 Protein yippee-like At5g53940 5.495175476 C6_control_C3 +LQ07X008490 Protein yippee-like At5g53940 5.276513353 C6_chemical_A1 +LQ07X008490 Protein yippee-like At5g53940 5.556151226 C6_chemical_A3 +LQ07X008490 Protein yippee-like At5g53940 5.395709089 C6_chemical_B1 +LQ07X008490 Protein yippee-like At5g53940 5.793317626 C6_chemical_B2 +LQ07X008490 Protein yippee-like At5g53940 5.530281894 C6_chemical_B3 +LQ07X008490 Protein yippee-like At5g53940 5.898815088 C6_chemical_C1 +LQ07X008490 Protein yippee-like At5g53940 6.019205311 C6_chemical_C2 +LQ07X008490 Protein yippee-like At5g53940 5.715422341 C6_chemical_C3 +LQ07X008490 Protein yippee-like At5g53940 5.08567512 L4_control_A1 +LQ07X008490 Protein yippee-like At5g53940 5.070223355 L4_control_A2 +LQ07X008490 Protein yippee-like At5g53940 5.440849512 L4_control_A3 +LQ07X008490 Protein yippee-like At5g53940 5.096580917 L4_control_B1 +LQ07X008490 Protein yippee-like At5g53940 5.686896675 L4_control_B2 +LQ07X008490 Protein yippee-like At5g53940 5.710079424 L4_control_B3 +LQ07X008490 Protein yippee-like At5g53940 5.232101582 L4_control_C2 +LQ07X008490 Protein yippee-like At5g53940 5.213853554 L4_control_C3 +LQ07X008490 Protein yippee-like At5g53940 5.42884004 L4_chemical_A1 +LQ07X008490 Protein yippee-like At5g53940 5.85926789 L4_chemical_A2 +LQ07X008490 Protein yippee-like At5g53940 5.448659901 L4_chemical_A3 +LQ07X008490 Protein yippee-like At5g53940 5.382134968 L4_chemical_B1 +LQ07X008490 Protein yippee-like At5g53940 5.114946517 L4_chemical_B2 +LQ07X008490 Protein yippee-like At5g53940 5.410966356 L4_chemical_B3 +LQ07X008490 Protein yippee-like At5g53940 5.43802682 L4_chemical_C2 +LQ07X008490 Protein yippee-like At5g53940 5.176974415 L4_chemical_C3 +LQ07X008500 Ethylene-responsive transcription factor 4 12.22571197 C6_control_A1 +LQ07X008500 Ethylene-responsive transcription factor 4 12.90087944 C6_control_A3 +LQ07X008500 Ethylene-responsive transcription factor 4 12.17572243 C6_control_B1 +LQ07X008500 Ethylene-responsive transcription factor 4 11.69260719 C6_control_B2 +LQ07X008500 Ethylene-responsive transcription factor 4 13.14355334 C6_control_B3 +LQ07X008500 Ethylene-responsive transcription factor 4 12.79754153 C6_control_C1 +LQ07X008500 Ethylene-responsive transcription factor 4 13.24274139 C6_control_C2 +LQ07X008500 Ethylene-responsive transcription factor 4 13.54628177 C6_control_C3 +LQ07X008500 Ethylene-responsive transcription factor 4 12.40855834 C6_chemical_A1 +LQ07X008500 Ethylene-responsive transcription factor 4 12.86485532 C6_chemical_A3 +LQ07X008500 Ethylene-responsive transcription factor 4 12.33592319 C6_chemical_B1 +LQ07X008500 Ethylene-responsive transcription factor 4 11.60666214 C6_chemical_B2 +LQ07X008500 Ethylene-responsive transcription factor 4 13.87328859 C6_chemical_B3 +LQ07X008500 Ethylene-responsive transcription factor 4 12.5877573 C6_chemical_C1 +LQ07X008500 Ethylene-responsive transcription factor 4 12.72952877 C6_chemical_C2 +LQ07X008500 Ethylene-responsive transcription factor 4 14.92935324 C6_chemical_C3 +LQ07X008500 Ethylene-responsive transcription factor 4 13.04415451 L4_control_A1 +LQ07X008500 Ethylene-responsive transcription factor 4 13.91983561 L4_control_A2 +LQ07X008500 Ethylene-responsive transcription factor 4 13.69147495 L4_control_A3 +LQ07X008500 Ethylene-responsive transcription factor 4 13.37085701 L4_control_B1 +LQ07X008500 Ethylene-responsive transcription factor 4 13.37259259 L4_control_B2 +LQ07X008500 Ethylene-responsive transcription factor 4 13.80124995 L4_control_B3 +LQ07X008500 Ethylene-responsive transcription factor 4 13.95764372 L4_control_C2 +LQ07X008500 Ethylene-responsive transcription factor 4 14.93095803 L4_control_C3 +LQ07X008500 Ethylene-responsive transcription factor 4 13.20161074 L4_chemical_A1 +LQ07X008500 Ethylene-responsive transcription factor 4 13.76769964 L4_chemical_A2 +LQ07X008500 Ethylene-responsive transcription factor 4 13.7496579 L4_chemical_A3 +LQ07X008500 Ethylene-responsive transcription factor 4 13.83213572 L4_chemical_B1 +LQ07X008500 Ethylene-responsive transcription factor 4 13.81880689 L4_chemical_B2 +LQ07X008500 Ethylene-responsive transcription factor 4 13.42947073 L4_chemical_B3 +LQ07X008500 Ethylene-responsive transcription factor 4 13.96535486 L4_chemical_C2 +LQ07X008500 Ethylene-responsive transcription factor 4 14.32041476 L4_chemical_C3 +LQ07X008580 Putative uncharacterized protein 8.836473502 C6_control_A1 +LQ07X008580 Putative uncharacterized protein 8.940770851 C6_control_A3 +LQ07X008580 Putative uncharacterized protein 8.618431434 C6_control_B1 +LQ07X008580 Putative uncharacterized protein 8.470924387 C6_control_B2 +LQ07X008580 Putative uncharacterized protein 9.079919737 C6_control_B3 +LQ07X008580 Putative uncharacterized protein 9.622357143 C6_control_C1 +LQ07X008580 Putative uncharacterized protein 9.039837854 C6_control_C2 +LQ07X008580 Putative uncharacterized protein 9.257601474 C6_control_C3 +LQ07X008580 Putative uncharacterized protein 8.538608505 C6_chemical_A1 +LQ07X008580 Putative uncharacterized protein 8.933233229 C6_chemical_A3 +LQ07X008580 Putative uncharacterized protein 8.589833614 C6_chemical_B1 +LQ07X008580 Putative uncharacterized protein 8.674839846 C6_chemical_B2 +LQ07X008580 Putative uncharacterized protein 9.363676301 C6_chemical_B3 +LQ07X008580 Putative uncharacterized protein 9.64118185 C6_chemical_C1 +LQ07X008580 Putative uncharacterized protein 9.006848747 C6_chemical_C2 +LQ07X008580 Putative uncharacterized protein 9.422002104 C6_chemical_C3 +LQ07X008580 Putative uncharacterized protein 9.038662797 L4_control_A1 +LQ07X008580 Putative uncharacterized protein 7.493377085 L4_control_A2 +LQ07X008580 Putative uncharacterized protein 8.491063071 L4_control_A3 +LQ07X008580 Putative uncharacterized protein 8.141394447 L4_control_B1 +LQ07X008580 Putative uncharacterized protein 8.00906159 L4_control_B2 +LQ07X008580 Putative uncharacterized protein 8.543440397 L4_control_B3 +LQ07X008580 Putative uncharacterized protein 9.173479914 L4_control_C2 +LQ07X008580 Putative uncharacterized protein 8.633990707 L4_control_C3 +LQ07X008580 Putative uncharacterized protein 9.087108449 L4_chemical_A1 +LQ07X008580 Putative uncharacterized protein 7.952427294 L4_chemical_A2 +LQ07X008580 Putative uncharacterized protein 8.741862881 L4_chemical_A3 +LQ07X008580 Putative uncharacterized protein 8.461447783 L4_chemical_B1 +LQ07X008580 Putative uncharacterized protein 7.32441998 L4_chemical_B2 +LQ07X008580 Putative uncharacterized protein 8.639835338 L4_chemical_B3 +LQ07X008580 Putative uncharacterized protein 8.118595905 L4_chemical_C2 +LQ07X008580 Putative uncharacterized protein 8.437436378 L4_chemical_C3 +LQ07X008650 Hypothetical protein 5.267447238 C6_control_A1 +LQ07X008650 Hypothetical protein 5.143443818 C6_control_A3 +LQ07X008650 Hypothetical protein 4.686171248 C6_control_B1 +LQ07X008650 Hypothetical protein 5.100303055 C6_control_B2 +LQ07X008650 Hypothetical protein 4.819092031 C6_control_B3 +LQ07X008650 Hypothetical protein 5.460376579 C6_control_C1 +LQ07X008650 Hypothetical protein 5.163243889 C6_control_C2 +LQ07X008650 Hypothetical protein 5.733855779 C6_control_C3 +LQ07X008650 Hypothetical protein 4.945749605 C6_chemical_A1 +LQ07X008650 Hypothetical protein 5.223539608 C6_chemical_A3 +LQ07X008650 Hypothetical protein 5.529431563 C6_chemical_B1 +LQ07X008650 Hypothetical protein 5.124507569 C6_chemical_B2 +LQ07X008650 Hypothetical protein 5.168688919 C6_chemical_B3 +LQ07X008650 Hypothetical protein 5.378999773 C6_chemical_C1 +LQ07X008650 Hypothetical protein 5.495554013 C6_chemical_C2 +LQ07X008650 Hypothetical protein 5.562495813 C6_chemical_C3 +LQ07X008650 Hypothetical protein 5.129358034 L4_control_A1 +LQ07X008650 Hypothetical protein 5.25684536 L4_control_A2 +LQ07X008650 Hypothetical protein 5.295176471 L4_control_A3 +LQ07X008650 Hypothetical protein 4.819990461 L4_control_B1 +LQ07X008650 Hypothetical protein 5.488707702 L4_control_B2 +LQ07X008650 Hypothetical protein 5.090408779 L4_control_B3 +LQ07X008650 Hypothetical protein 5.372991998 L4_control_C2 +LQ07X008650 Hypothetical protein 5.128503318 L4_control_C3 +LQ07X008650 Hypothetical protein 5.055602841 L4_chemical_A1 +LQ07X008650 Hypothetical protein 5.234367236 L4_chemical_A2 +LQ07X008650 Hypothetical protein 5.177298753 L4_chemical_A3 +LQ07X008650 Hypothetical protein 5.338791133 L4_chemical_B1 +LQ07X008650 Hypothetical protein 5.88677577 L4_chemical_B2 +LQ07X008650 Hypothetical protein 5.066008101 L4_chemical_B3 +LQ07X008650 Hypothetical protein 5.151026202 L4_chemical_C2 +LQ07X008650 Hypothetical protein 5.342502494 L4_chemical_C3 +LQ07X008670 Putative Tyrosine aminotransferase 5.498081809 C6_control_A1 +LQ07X008670 Putative Tyrosine aminotransferase 5.201811467 C6_control_A3 +LQ07X008670 Putative Tyrosine aminotransferase 5.293074057 C6_control_B1 +LQ07X008670 Putative Tyrosine aminotransferase 5.783323792 C6_control_B2 +LQ07X008670 Putative Tyrosine aminotransferase 5.730852163 C6_control_B3 +LQ07X008670 Putative Tyrosine aminotransferase 6.312634666 C6_control_C1 +LQ07X008670 Putative Tyrosine aminotransferase 6.267897863 C6_control_C2 +LQ07X008670 Putative Tyrosine aminotransferase 6.077381359 C6_control_C3 +LQ07X008670 Putative Tyrosine aminotransferase 5.371927267 C6_chemical_A1 +LQ07X008670 Putative Tyrosine aminotransferase 5.54361819 C6_chemical_A3 +LQ07X008670 Putative Tyrosine aminotransferase 5.555696173 C6_chemical_B1 +LQ07X008670 Putative Tyrosine aminotransferase 5.609904747 C6_chemical_B2 +LQ07X008670 Putative Tyrosine aminotransferase 5.674235923 C6_chemical_B3 +LQ07X008670 Putative Tyrosine aminotransferase 6.331850159 C6_chemical_C1 +LQ07X008670 Putative Tyrosine aminotransferase 6.455324362 C6_chemical_C2 +LQ07X008670 Putative Tyrosine aminotransferase 6.30584236 C6_chemical_C3 +LQ07X008670 Putative Tyrosine aminotransferase 5.383193879 L4_control_A1 +LQ07X008670 Putative Tyrosine aminotransferase 5.31467041 L4_control_A2 +LQ07X008670 Putative Tyrosine aminotransferase 5.381087184 L4_control_A3 +LQ07X008670 Putative Tyrosine aminotransferase 5.478061876 L4_control_B1 +LQ07X008670 Putative Tyrosine aminotransferase 5.101063393 L4_control_B2 +LQ07X008670 Putative Tyrosine aminotransferase 5.085531036 L4_control_B3 +LQ07X008670 Putative Tyrosine aminotransferase 5.232041887 L4_control_C2 +LQ07X008670 Putative Tyrosine aminotransferase 4.974746011 L4_control_C3 +LQ07X008670 Putative Tyrosine aminotransferase 5.533857312 L4_chemical_A1 +LQ07X008670 Putative Tyrosine aminotransferase 5.419869035 L4_chemical_A2 +LQ07X008670 Putative Tyrosine aminotransferase 5.382148815 L4_chemical_A3 +LQ07X008670 Putative Tyrosine aminotransferase 5.27967587 L4_chemical_B1 +LQ07X008670 Putative Tyrosine aminotransferase 5.397183606 L4_chemical_B2 +LQ07X008670 Putative Tyrosine aminotransferase 5.146322468 L4_chemical_B3 +LQ07X008670 Putative Tyrosine aminotransferase 5.219895392 L4_chemical_C2 +LQ07X008670 Putative Tyrosine aminotransferase 5.202912927 L4_chemical_C3 +LQ07X008690 Hypothetical protein 5.189772451 C6_control_A1 +LQ07X008690 Hypothetical protein 5.667747072 C6_control_A3 +LQ07X008690 Hypothetical protein 5.342442413 C6_control_B1 +LQ07X008690 Hypothetical protein 5.755542701 C6_control_B2 +LQ07X008690 Hypothetical protein 5.486015842 C6_control_B3 +LQ07X008690 Hypothetical protein 5.078019694 C6_control_C1 +LQ07X008690 Hypothetical protein 5.39669835 C6_control_C2 +LQ07X008690 Hypothetical protein 5.39102839 C6_control_C3 +LQ07X008690 Hypothetical protein 5.297426629 C6_chemical_A1 +LQ07X008690 Hypothetical protein 5.148773607 C6_chemical_A3 +LQ07X008690 Hypothetical protein 5.419308703 C6_chemical_B1 +LQ07X008690 Hypothetical protein 5.52638698 C6_chemical_B2 +LQ07X008690 Hypothetical protein 4.924690003 C6_chemical_B3 +LQ07X008690 Hypothetical protein 5.261316818 C6_chemical_C1 +LQ07X008690 Hypothetical protein 5.105799516 C6_chemical_C2 +LQ07X008690 Hypothetical protein 5.248244646 C6_chemical_C3 +LQ07X008690 Hypothetical protein 5.225971611 L4_control_A1 +LQ07X008690 Hypothetical protein 5.475772842 L4_control_A2 +LQ07X008690 Hypothetical protein 5.655628487 L4_control_A3 +LQ07X008690 Hypothetical protein 5.632805486 L4_control_B1 +LQ07X008690 Hypothetical protein 5.095165115 L4_control_B2 +LQ07X008690 Hypothetical protein 5.799270805 L4_control_B3 +LQ07X008690 Hypothetical protein 5.929892361 L4_control_C2 +LQ07X008690 Hypothetical protein 5.371470344 L4_control_C3 +LQ07X008690 Hypothetical protein 5.485672039 L4_chemical_A1 +LQ07X008690 Hypothetical protein 5.341779532 L4_chemical_A2 +LQ07X008690 Hypothetical protein 5.443430138 L4_chemical_A3 +LQ07X008690 Hypothetical protein 5.066620475 L4_chemical_B1 +LQ07X008690 Hypothetical protein 5.522211242 L4_chemical_B2 +LQ07X008690 Hypothetical protein 5.231994534 L4_chemical_B3 +LQ07X008690 Hypothetical protein 5.014990479 L4_chemical_C2 +LQ07X008690 Hypothetical protein 5.475852041 L4_chemical_C3 +LQ07X008700 Putative Disease resistance protein RPP8 6.014477029 C6_control_A1 +LQ07X008700 Putative Disease resistance protein RPP8 6.053919228 C6_control_A3 +LQ07X008700 Putative Disease resistance protein RPP8 7.005146328 C6_control_B1 +LQ07X008700 Putative Disease resistance protein RPP8 5.4093281 C6_control_B2 +LQ07X008700 Putative Disease resistance protein RPP8 6.892420409 C6_control_B3 +LQ07X008700 Putative Disease resistance protein RPP8 5.883095243 C6_control_C1 +LQ07X008700 Putative Disease resistance protein RPP8 5.257787808 C6_control_C2 +LQ07X008700 Putative Disease resistance protein RPP8 5.485230135 C6_control_C3 +LQ07X008700 Putative Disease resistance protein RPP8 5.797455266 C6_chemical_A1 +LQ07X008700 Putative Disease resistance protein RPP8 6.128742263 C6_chemical_A3 +LQ07X008700 Putative Disease resistance protein RPP8 6.621353603 C6_chemical_B1 +LQ07X008700 Putative Disease resistance protein RPP8 5.687522941 C6_chemical_B2 +LQ07X008700 Putative Disease resistance protein RPP8 6.192873924 C6_chemical_B3 +LQ07X008700 Putative Disease resistance protein RPP8 5.065843883 C6_chemical_C1 +LQ07X008700 Putative Disease resistance protein RPP8 5.375200683 C6_chemical_C2 +LQ07X008700 Putative Disease resistance protein RPP8 5.619399528 C6_chemical_C3 +LQ07X008700 Putative Disease resistance protein RPP8 5.870990865 L4_control_A1 +LQ07X008700 Putative Disease resistance protein RPP8 5.734355492 L4_control_A2 +LQ07X008700 Putative Disease resistance protein RPP8 6.780818994 L4_control_A3 +LQ07X008700 Putative Disease resistance protein RPP8 5.928127674 L4_control_B1 +LQ07X008700 Putative Disease resistance protein RPP8 6.353196694 L4_control_B2 +LQ07X008700 Putative Disease resistance protein RPP8 6.334567492 L4_control_B3 +LQ07X008700 Putative Disease resistance protein RPP8 6.115796215 L4_control_C2 +LQ07X008700 Putative Disease resistance protein RPP8 6.244383497 L4_control_C3 +LQ07X008700 Putative Disease resistance protein RPP8 6.004162346 L4_chemical_A1 +LQ07X008700 Putative Disease resistance protein RPP8 6.171741649 L4_chemical_A2 +LQ07X008700 Putative Disease resistance protein RPP8 5.534031905 L4_chemical_A3 +LQ07X008700 Putative Disease resistance protein RPP8 6.067071714 L4_chemical_B1 +LQ07X008700 Putative Disease resistance protein RPP8 6.718141743 L4_chemical_B2 +LQ07X008700 Putative Disease resistance protein RPP8 6.01273115 L4_chemical_B3 +LQ07X008700 Putative Disease resistance protein RPP8 6.178224052 L4_chemical_C2 +LQ07X008700 Putative Disease resistance protein RPP8 6.242519737 L4_chemical_C3 +LQ07X008790 Putative uncharacterized protein 8.255863903 C6_control_A1 +LQ07X008790 Putative uncharacterized protein 9.149114286 C6_control_A3 +LQ07X008790 Putative uncharacterized protein 7.259458949 C6_control_B1 +LQ07X008790 Putative uncharacterized protein 8.637465901 C6_control_B2 +LQ07X008790 Putative uncharacterized protein 7.186112277 C6_control_B3 +LQ07X008790 Putative uncharacterized protein 8.901173568 C6_control_C1 +LQ07X008790 Putative uncharacterized protein 9.048823397 C6_control_C2 +LQ07X008790 Putative uncharacterized protein 9.239681375 C6_control_C3 +LQ07X008790 Putative uncharacterized protein 7.614449653 C6_chemical_A1 +LQ07X008790 Putative uncharacterized protein 9.018029548 C6_chemical_A3 +LQ07X008790 Putative uncharacterized protein 6.368202191 C6_chemical_B1 +LQ07X008790 Putative uncharacterized protein 8.478626205 C6_chemical_B2 +LQ07X008790 Putative uncharacterized protein 7.094660882 C6_chemical_B3 +LQ07X008790 Putative uncharacterized protein 8.832120636 C6_chemical_C1 +LQ07X008790 Putative uncharacterized protein 9.447489012 C6_chemical_C2 +LQ07X008790 Putative uncharacterized protein 9.086596034 C6_chemical_C3 +LQ07X008790 Putative uncharacterized protein 8.423809321 L4_control_A1 +LQ07X008790 Putative uncharacterized protein 7.385234888 L4_control_A2 +LQ07X008790 Putative uncharacterized protein 7.890181029 L4_control_A3 +LQ07X008790 Putative uncharacterized protein 6.880979223 L4_control_B1 +LQ07X008790 Putative uncharacterized protein 7.036162865 L4_control_B2 +LQ07X008790 Putative uncharacterized protein 6.861384952 L4_control_B3 +LQ07X008790 Putative uncharacterized protein 7.647376447 L4_control_C2 +LQ07X008790 Putative uncharacterized protein 7.241912398 L4_control_C3 +LQ07X008790 Putative uncharacterized protein 7.921004993 L4_chemical_A1 +LQ07X008790 Putative uncharacterized protein 6.93843425 L4_chemical_A2 +LQ07X008790 Putative uncharacterized protein 7.374287702 L4_chemical_A3 +LQ07X008790 Putative uncharacterized protein 6.465811277 L4_chemical_B1 +LQ07X008790 Putative uncharacterized protein 6.88328921 L4_chemical_B2 +LQ07X008790 Putative uncharacterized protein 7.275825436 L4_chemical_B3 +LQ07X008790 Putative uncharacterized protein 6.964311026 L4_chemical_C2 +LQ07X008790 Putative uncharacterized protein 7.125586858 L4_chemical_C3 +LQ07X008810 Putative uncharacterized protein 6.185560766 C6_control_A1 +LQ07X008810 Putative uncharacterized protein 7.005495094 C6_control_A3 +LQ07X008810 Putative uncharacterized protein 6.443391866 C6_control_B1 +LQ07X008810 Putative uncharacterized protein 6.794627101 C6_control_B2 +LQ07X008810 Putative uncharacterized protein 6.084172015 C6_control_B3 +LQ07X008810 Putative uncharacterized protein 7.381641906 C6_control_C1 +LQ07X008810 Putative uncharacterized protein 9.227332543 C6_control_C2 +LQ07X008810 Putative uncharacterized protein 8.139813205 C6_control_C3 +LQ07X008810 Putative uncharacterized protein 6.758669213 C6_chemical_A1 +LQ07X008810 Putative uncharacterized protein 7.416073898 C6_chemical_A3 +LQ07X008810 Putative uncharacterized protein 6.655472411 C6_chemical_B1 +LQ07X008810 Putative uncharacterized protein 8.194863664 C6_chemical_B2 +LQ07X008810 Putative uncharacterized protein 7.249348491 C6_chemical_B3 +LQ07X008810 Putative uncharacterized protein 9.298900881 C6_chemical_C1 +LQ07X008810 Putative uncharacterized protein 9.08962314 C6_chemical_C2 +LQ07X008810 Putative uncharacterized protein 9.351032875 C6_chemical_C3 +LQ07X008810 Putative uncharacterized protein 6.80295277 L4_control_A1 +LQ07X008810 Putative uncharacterized protein 5.712404256 L4_control_A2 +LQ07X008810 Putative uncharacterized protein 5.728593849 L4_control_A3 +LQ07X008810 Putative uncharacterized protein 6.880466838 L4_control_B1 +LQ07X008810 Putative uncharacterized protein 6.281072598 L4_control_B2 +LQ07X008810 Putative uncharacterized protein 7.221001116 L4_control_B3 +LQ07X008810 Putative uncharacterized protein 7.913709244 L4_control_C2 +LQ07X008810 Putative uncharacterized protein 5.535276043 L4_control_C3 +LQ07X008810 Putative uncharacterized protein 7.163824987 L4_chemical_A1 +LQ07X008810 Putative uncharacterized protein 6.134228738 L4_chemical_A2 +LQ07X008810 Putative uncharacterized protein 5.647703002 L4_chemical_A3 +LQ07X008810 Putative uncharacterized protein 6.468827387 L4_chemical_B1 +LQ07X008810 Putative uncharacterized protein 5.680930605 L4_chemical_B2 +LQ07X008810 Putative uncharacterized protein 7.034262965 L4_chemical_B3 +LQ07X008810 Putative uncharacterized protein 7.599412017 L4_chemical_C2 +LQ07X008810 Putative uncharacterized protein 6.494631488 L4_chemical_C3 +LQ07X008860 Putative uncharacterized protein 5.214482956 C6_control_A1 +LQ07X008860 Putative uncharacterized protein 4.930023899 C6_control_A3 +LQ07X008860 Putative uncharacterized protein 5.144385016 C6_control_B1 +LQ07X008860 Putative uncharacterized protein 5.414850741 C6_control_B2 +LQ07X008860 Putative uncharacterized protein 5.253720911 C6_control_B3 +LQ07X008860 Putative uncharacterized protein 5.156890447 C6_control_C1 +LQ07X008860 Putative uncharacterized protein 5.618841365 C6_control_C2 +LQ07X008860 Putative uncharacterized protein 5.578792179 C6_control_C3 +LQ07X008860 Putative uncharacterized protein 4.958402756 C6_chemical_A1 +LQ07X008860 Putative uncharacterized protein 5.217286312 C6_chemical_A3 +LQ07X008860 Putative uncharacterized protein 4.827691198 C6_chemical_B1 +LQ07X008860 Putative uncharacterized protein 5.127586582 C6_chemical_B2 +LQ07X008860 Putative uncharacterized protein 5.378578346 C6_chemical_B3 +LQ07X008860 Putative uncharacterized protein 5.532146607 C6_chemical_C1 +LQ07X008860 Putative uncharacterized protein 5.427380171 C6_chemical_C2 +LQ07X008860 Putative uncharacterized protein 5.61965256 C6_chemical_C3 +LQ07X008860 Putative uncharacterized protein 5.136188555 L4_control_A1 +LQ07X008860 Putative uncharacterized protein 5.633329322 L4_control_A2 +LQ07X008860 Putative uncharacterized protein 5.831619343 L4_control_A3 +LQ07X008860 Putative uncharacterized protein 4.981516986 L4_control_B1 +LQ07X008860 Putative uncharacterized protein 5.481338423 L4_control_B2 +LQ07X008860 Putative uncharacterized protein 5.803533073 L4_control_B3 +LQ07X008860 Putative uncharacterized protein 5.853661697 L4_control_C2 +LQ07X008860 Putative uncharacterized protein 4.803990277 L4_control_C3 +LQ07X008860 Putative uncharacterized protein 5.358953751 L4_chemical_A1 +LQ07X008860 Putative uncharacterized protein 5.607362538 L4_chemical_A2 +LQ07X008860 Putative uncharacterized protein 5.837955041 L4_chemical_A3 +LQ07X008860 Putative uncharacterized protein 5.075364614 L4_chemical_B1 +LQ07X008860 Putative uncharacterized protein 5.618158844 L4_chemical_B2 +LQ07X008860 Putative uncharacterized protein 5.515227164 L4_chemical_B3 +LQ07X008860 Putative uncharacterized protein 5.831935563 L4_chemical_C2 +LQ07X008860 Putative uncharacterized protein 5.588399372 L4_chemical_C3 +LQ07X008880 Putative uncharacterized protein 5.766806566 C6_control_A1 +LQ07X008880 Putative uncharacterized protein 5.276902842 C6_control_A3 +LQ07X008880 Putative uncharacterized protein 5.216987115 C6_control_B1 +LQ07X008880 Putative uncharacterized protein 6.680189925 C6_control_B2 +LQ07X008880 Putative uncharacterized protein 5.746675807 C6_control_B3 +LQ07X008880 Putative uncharacterized protein 8.437523638 C6_control_C1 +LQ07X008880 Putative uncharacterized protein 8.320303365 C6_control_C2 +LQ07X008880 Putative uncharacterized protein 8.206312019 C6_control_C3 +LQ07X008880 Putative uncharacterized protein 5.570767113 C6_chemical_A1 +LQ07X008880 Putative uncharacterized protein 5.530055115 C6_chemical_A3 +LQ07X008880 Putative uncharacterized protein 5.206340526 C6_chemical_B1 +LQ07X008880 Putative uncharacterized protein 6.59921157 C6_chemical_B2 +LQ07X008880 Putative uncharacterized protein 5.606123349 C6_chemical_B3 +LQ07X008880 Putative uncharacterized protein 8.118290976 C6_chemical_C1 +LQ07X008880 Putative uncharacterized protein 7.940026578 C6_chemical_C2 +LQ07X008880 Putative uncharacterized protein 8.701821768 C6_chemical_C3 +LQ07X008880 Putative uncharacterized protein 5.208121248 L4_control_A1 +LQ07X008880 Putative uncharacterized protein 5.493208344 L4_control_A2 +LQ07X008880 Putative uncharacterized protein 5.689958556 L4_control_A3 +LQ07X008880 Putative uncharacterized protein 5.836051749 L4_control_B1 +LQ07X008880 Putative uncharacterized protein 5.707574601 L4_control_B2 +LQ07X008880 Putative uncharacterized protein 6.55016101 L4_control_B3 +LQ07X008880 Putative uncharacterized protein 8.243702393 L4_control_C2 +LQ07X008880 Putative uncharacterized protein 8.448261629 L4_control_C3 +LQ07X008880 Putative uncharacterized protein 5.72303012 L4_chemical_A1 +LQ07X008880 Putative uncharacterized protein 5.439016909 L4_chemical_A2 +LQ07X008880 Putative uncharacterized protein 5.930121372 L4_chemical_A3 +LQ07X008880 Putative uncharacterized protein 5.323306909 L4_chemical_B1 +LQ07X008880 Putative uncharacterized protein 5.674840224 L4_chemical_B2 +LQ07X008880 Putative uncharacterized protein 5.59165721 L4_chemical_B3 +LQ07X008880 Putative uncharacterized protein 7.840612033 L4_chemical_C2 +LQ07X008880 Putative uncharacterized protein 7.830131258 L4_chemical_C3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.94909655 C6_control_A1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 12.07115613 C6_control_A3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.01063114 C6_control_B1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.95660054 C6_control_B2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.13268496 C6_control_B3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.71965483 C6_control_C1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.8243922 C6_control_C2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 12.22208788 C6_control_C3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.87852492 C6_chemical_A1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.6970472 C6_chemical_A3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 10.68941308 C6_chemical_B1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.2428801 C6_chemical_B2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.05338067 C6_chemical_B3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.64043528 C6_chemical_C1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.51239953 C6_chemical_C2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.75977648 C6_chemical_C3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 12.07944581 L4_control_A1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 12.10649965 L4_control_A2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 12.25514779 L4_control_A3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 10.79795939 L4_control_B1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.11836696 L4_control_B2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 10.9315286 L4_control_B3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.67507757 L4_control_C2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.74633138 L4_control_C3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.89750322 L4_chemical_A1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.59995068 L4_chemical_A2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.73969787 L4_chemical_A3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 10.32276866 L4_chemical_B1 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.06350781 L4_chemical_B2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 10.69270225 L4_chemical_B3 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.55508357 L4_chemical_C2 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.70038595 L4_chemical_C3 +LQ07X008930 Putative uncharacterized protein 8.00479857 C6_control_A1 +LQ07X008930 Putative uncharacterized protein 7.820980473 C6_control_A3 +LQ07X008930 Putative uncharacterized protein 9.175477926 C6_control_B1 +LQ07X008930 Putative uncharacterized protein 7.899917393 C6_control_B2 +LQ07X008930 Putative uncharacterized protein 9.621086963 C6_control_B3 +LQ07X008930 Putative uncharacterized protein 5.781262856 C6_control_C1 +LQ07X008930 Putative uncharacterized protein 5.762118036 C6_control_C2 +LQ07X008930 Putative uncharacterized protein 6.093575716 C6_control_C3 +LQ07X008930 Putative uncharacterized protein 7.825721685 C6_chemical_A1 +LQ07X008930 Putative uncharacterized protein 7.246714158 C6_chemical_A3 +LQ07X008930 Putative uncharacterized protein 8.908344991 C6_chemical_B1 +LQ07X008930 Putative uncharacterized protein 7.873544576 C6_chemical_B2 +LQ07X008930 Putative uncharacterized protein 8.784213264 C6_chemical_B3 +LQ07X008930 Putative uncharacterized protein 5.737855443 C6_chemical_C1 +LQ07X008930 Putative uncharacterized protein 5.761593658 C6_chemical_C2 +LQ07X008930 Putative uncharacterized protein 6.088178069 C6_chemical_C3 +LQ07X008930 Putative uncharacterized protein 6.825489404 L4_control_A1 +LQ07X008930 Putative uncharacterized protein 8.434367502 L4_control_A2 +LQ07X008930 Putative uncharacterized protein 8.276818143 L4_control_A3 +LQ07X008930 Putative uncharacterized protein 8.963400757 L4_control_B1 +LQ07X008930 Putative uncharacterized protein 9.096899403 L4_control_B2 +LQ07X008930 Putative uncharacterized protein 8.911775024 L4_control_B3 +LQ07X008930 Putative uncharacterized protein 7.465875772 L4_control_C2 +LQ07X008930 Putative uncharacterized protein 6.846267282 L4_control_C3 +LQ07X008930 Putative uncharacterized protein 6.717531479 L4_chemical_A1 +LQ07X008930 Putative uncharacterized protein 8.431341259 L4_chemical_A2 +LQ07X008930 Putative uncharacterized protein 7.628471509 L4_chemical_A3 +LQ07X008930 Putative uncharacterized protein 9.352793426 L4_chemical_B1 +LQ07X008930 Putative uncharacterized protein 9.525381493 L4_chemical_B2 +LQ07X008930 Putative uncharacterized protein 9.334463535 L4_chemical_B3 +LQ07X008930 Putative uncharacterized protein 7.568783287 L4_chemical_C2 +LQ07X008930 Putative uncharacterized protein 5.946832048 L4_chemical_C3 +LQ07X008950 DNA binding protein, putative 10.27939354 C6_control_A1 +LQ07X008950 DNA binding protein, putative 10.32821541 C6_control_A3 +LQ07X008950 DNA binding protein, putative 9.949870911 C6_control_B1 +LQ07X008950 DNA binding protein, putative 10.36218409 C6_control_B2 +LQ07X008950 DNA binding protein, putative 9.691213878 C6_control_B3 +LQ07X008950 DNA binding protein, putative 11.07273127 C6_control_C1 +LQ07X008950 DNA binding protein, putative 10.98583801 C6_control_C2 +LQ07X008950 DNA binding protein, putative 10.82040309 C6_control_C3 +LQ07X008950 DNA binding protein, putative 10.20650913 C6_chemical_A1 +LQ07X008950 DNA binding protein, putative 10.45116181 C6_chemical_A3 +LQ07X008950 DNA binding protein, putative 9.495257783 C6_chemical_B1 +LQ07X008950 DNA binding protein, putative 10.18118876 C6_chemical_B2 +LQ07X008950 DNA binding protein, putative 9.785492263 C6_chemical_B3 +LQ07X008950 DNA binding protein, putative 10.98181554 C6_chemical_C1 +LQ07X008950 DNA binding protein, putative 11.23213871 C6_chemical_C2 +LQ07X008950 DNA binding protein, putative 10.90232981 C6_chemical_C3 +LQ07X008950 DNA binding protein, putative 10.23165573 L4_control_A1 +LQ07X008950 DNA binding protein, putative 11.02046516 L4_control_A2 +LQ07X008950 DNA binding protein, putative 10.29947764 L4_control_A3 +LQ07X008950 DNA binding protein, putative 9.433210517 L4_control_B1 +LQ07X008950 DNA binding protein, putative 10.08250489 L4_control_B2 +LQ07X008950 DNA binding protein, putative 10.48556741 L4_control_B3 +LQ07X008950 DNA binding protein, putative 10.1515972 L4_control_C2 +LQ07X008950 DNA binding protein, putative 10.37419998 L4_control_C3 +LQ07X008950 DNA binding protein, putative 10.31745692 L4_chemical_A1 +LQ07X008950 DNA binding protein, putative 10.96006793 L4_chemical_A2 +LQ07X008950 DNA binding protein, putative 9.87343518 L4_chemical_A3 +LQ07X008950 DNA binding protein, putative 9.106562155 L4_chemical_B1 +LQ07X008950 DNA binding protein, putative 9.836477033 L4_chemical_B2 +LQ07X008950 DNA binding protein, putative 10.17269902 L4_chemical_B3 +LQ07X008950 DNA binding protein, putative 10.08854479 L4_chemical_C2 +LQ07X008950 DNA binding protein, putative 10.553671 L4_chemical_C3 +LQ07X008960 Transcription elongation factor 1 homolog 10.9326398 C6_control_A1 +LQ07X008960 Transcription elongation factor 1 homolog 11.45982186 C6_control_A3 +LQ07X008960 Transcription elongation factor 1 homolog 9.505700371 C6_control_B1 +LQ07X008960 Transcription elongation factor 1 homolog 9.261604054 C6_control_B2 +LQ07X008960 Transcription elongation factor 1 homolog 8.317460083 C6_control_B3 +LQ07X008960 Transcription elongation factor 1 homolog 8.960828589 C6_control_C1 +LQ07X008960 Transcription elongation factor 1 homolog 8.951115222 C6_control_C2 +LQ07X008960 Transcription elongation factor 1 homolog 9.084775725 C6_control_C3 +LQ07X008960 Transcription elongation factor 1 homolog 10.34499971 C6_chemical_A1 +LQ07X008960 Transcription elongation factor 1 homolog 10.63692816 C6_chemical_A3 +LQ07X008960 Transcription elongation factor 1 homolog 8.452921159 C6_chemical_B1 +LQ07X008960 Transcription elongation factor 1 homolog 8.92793141 C6_chemical_B2 +LQ07X008960 Transcription elongation factor 1 homolog 8.076265682 C6_chemical_B3 +LQ07X008960 Transcription elongation factor 1 homolog 8.813628384 C6_chemical_C1 +LQ07X008960 Transcription elongation factor 1 homolog 9.085302266 C6_chemical_C2 +LQ07X008960 Transcription elongation factor 1 homolog 8.316550902 C6_chemical_C3 +LQ07X008960 Transcription elongation factor 1 homolog 10.29673109 L4_control_A1 +LQ07X008960 Transcription elongation factor 1 homolog 10.76372618 L4_control_A2 +LQ07X008960 Transcription elongation factor 1 homolog 9.11322728 L4_control_A3 +LQ07X008960 Transcription elongation factor 1 homolog 7.541675258 L4_control_B1 +LQ07X008960 Transcription elongation factor 1 homolog 6.326716162 L4_control_B2 +LQ07X008960 Transcription elongation factor 1 homolog 8.174260231 L4_control_B3 +LQ07X008960 Transcription elongation factor 1 homolog 6.634118382 L4_control_C2 +LQ07X008960 Transcription elongation factor 1 homolog 7.211656648 L4_control_C3 +LQ07X008960 Transcription elongation factor 1 homolog 9.573254019 L4_chemical_A1 +LQ07X008960 Transcription elongation factor 1 homolog 9.987187463 L4_chemical_A2 +LQ07X008960 Transcription elongation factor 1 homolog 8.456651381 L4_chemical_A3 +LQ07X008960 Transcription elongation factor 1 homolog 8.265562147 L4_chemical_B1 +LQ07X008960 Transcription elongation factor 1 homolog 8.058425372 L4_chemical_B2 +LQ07X008960 Transcription elongation factor 1 homolog 9.297999882 L4_chemical_B3 +LQ07X008960 Transcription elongation factor 1 homolog 6.567104205 L4_chemical_C2 +LQ07X008960 Transcription elongation factor 1 homolog 7.022509813 L4_chemical_C3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.58308588 C6_control_A1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 14.0009584 C6_control_A3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.52455492 C6_control_B1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.62682438 C6_control_B2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.51520461 C6_control_B3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.72184333 C6_control_C1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.95391663 C6_control_C2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.88080499 C6_control_C3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.48045504 C6_chemical_A1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.62386487 C6_chemical_A3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.26980343 C6_chemical_B1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.80692495 C6_chemical_B2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.59129708 C6_chemical_B3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.90014895 C6_chemical_C1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 14.12901803 C6_chemical_C2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.91456348 C6_chemical_C3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.37860579 L4_control_A1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.60709917 L4_control_A2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 12.81295242 L4_control_A3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.24745847 L4_control_B1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 12.79333725 L4_control_B2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.16174102 L4_control_B3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.2201223 L4_control_C2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.04328613 L4_control_C3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.81032729 L4_chemical_A1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.65316524 L4_chemical_A2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.48241632 L4_chemical_A3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.32005388 L4_chemical_B1 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.16576658 L4_chemical_B2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.20515032 L4_chemical_B3 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.10504773 L4_chemical_C2 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.40446588 L4_chemical_C3 +LQ07X008990 Ring finger protein, putative 14.16665356 C6_control_A1 +LQ07X008990 Ring finger protein, putative 13.71327672 C6_control_A3 +LQ07X008990 Ring finger protein, putative 13.93640612 C6_control_B1 +LQ07X008990 Ring finger protein, putative 13.67324056 C6_control_B2 +LQ07X008990 Ring finger protein, putative 14.05261878 C6_control_B3 +LQ07X008990 Ring finger protein, putative 13.18822978 C6_control_C1 +LQ07X008990 Ring finger protein, putative 13.61171623 C6_control_C2 +LQ07X008990 Ring finger protein, putative 13.41357709 C6_control_C3 +LQ07X008990 Ring finger protein, putative 13.96197588 C6_chemical_A1 +LQ07X008990 Ring finger protein, putative 13.6589406 C6_chemical_A3 +LQ07X008990 Ring finger protein, putative 13.86599198 C6_chemical_B1 +LQ07X008990 Ring finger protein, putative 13.4823692 C6_chemical_B2 +LQ07X008990 Ring finger protein, putative 13.9242498 C6_chemical_B3 +LQ07X008990 Ring finger protein, putative 13.2220947 C6_chemical_C1 +LQ07X008990 Ring finger protein, putative 13.56919624 C6_chemical_C2 +LQ07X008990 Ring finger protein, putative 13.45016972 C6_chemical_C3 +LQ07X008990 Ring finger protein, putative 14.17414007 L4_control_A1 +LQ07X008990 Ring finger protein, putative 14.43818957 L4_control_A2 +LQ07X008990 Ring finger protein, putative 14.52619514 L4_control_A3 +LQ07X008990 Ring finger protein, putative 14.70558725 L4_control_B1 +LQ07X008990 Ring finger protein, putative 14.60237969 L4_control_B2 +LQ07X008990 Ring finger protein, putative 14.34517095 L4_control_B3 +LQ07X008990 Ring finger protein, putative 14.03606266 L4_control_C2 +LQ07X008990 Ring finger protein, putative 14.34450461 L4_control_C3 +LQ07X008990 Ring finger protein, putative 14.25186509 L4_chemical_A1 +LQ07X008990 Ring finger protein, putative 14.57877832 L4_chemical_A2 +LQ07X008990 Ring finger protein, putative 14.66627804 L4_chemical_A3 +LQ07X008990 Ring finger protein, putative 14.55852236 L4_chemical_B1 +LQ07X008990 Ring finger protein, putative 14.71262953 L4_chemical_B2 +LQ07X008990 Ring finger protein, putative 14.282556 L4_chemical_B3 +LQ07X008990 Ring finger protein, putative 14.15818717 L4_chemical_C2 +LQ07X008990 Ring finger protein, putative 14.4256547 L4_chemical_C3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 7.459885139 C6_control_A1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 6.455575237 C6_control_A3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.592714323 C6_control_B1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.986578016 C6_control_B2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.180787026 C6_control_B3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 10.68801015 C6_control_C1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 10.06450144 C6_control_C2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 9.575570218 C6_control_C3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 7.261815986 C6_chemical_A1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 7.403910722 C6_chemical_A3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.278371094 C6_chemical_B1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.46356831 C6_chemical_B2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.040327944 C6_chemical_B3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 10.46451518 C6_chemical_C1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 10.33560068 C6_chemical_C2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 9.513098127 C6_chemical_C3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 7.15098741 L4_control_A1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 7.350610342 L4_control_A2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 7.010027883 L4_control_A3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 9.234595017 L4_control_B1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.410987962 L4_control_B2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.671775292 L4_control_B3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 10.97128954 L4_control_C2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 10.77942781 L4_control_C3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 6.727607426 L4_chemical_A1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 7.619878197 L4_chemical_A2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 6.5146593 L4_chemical_A3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 9.14657044 L4_chemical_B1 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 9.13051844 L4_chemical_B2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 8.259670808 L4_chemical_B3 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 11.79611453 L4_chemical_C2 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 10.59051516 L4_chemical_C3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.873060961 C6_control_A1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.015461106 C6_control_A3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.294324928 C6_control_B1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.113495117 C6_control_B2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.747524264 C6_control_B3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.216958862 C6_control_C1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.502342961 C6_control_C2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.270092988 C6_control_C3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.021740283 C6_chemical_A1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.22676041 C6_chemical_A3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.228832812 C6_chemical_B1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.625696817 C6_chemical_B2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.259241451 C6_chemical_B3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.183743095 C6_chemical_C1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.303570387 C6_chemical_C2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.035429353 C6_chemical_C3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.861286569 L4_control_A1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.415237875 L4_control_A2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.892989718 L4_control_A3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.797893051 L4_control_B1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.924346178 L4_control_B2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.204331885 L4_control_B3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.778295634 L4_control_C2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.774962594 L4_control_C3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.399984486 L4_chemical_A1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.335679854 L4_chemical_A2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.708608991 L4_chemical_A3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.478207527 L4_chemical_B1 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.798978258 L4_chemical_B2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.807898038 L4_chemical_B3 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.956695595 L4_chemical_C2 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 5.906376531 L4_chemical_C3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.96630088 C6_control_A1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.90866199 C6_control_A3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 14.14636333 C6_control_B1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.60735808 C6_control_B2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.95813009 C6_control_B3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 12.59380132 C6_control_C1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.11652434 C6_control_C2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 12.99836863 C6_control_C3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.57326553 C6_chemical_A1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.939092 C6_chemical_A3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.88490586 C6_chemical_B1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.57121472 C6_chemical_B2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.70635156 C6_chemical_B3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 12.58333983 C6_chemical_C1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 12.70538133 C6_chemical_C2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 12.54724697 C6_chemical_C3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.40101256 L4_control_A1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.66189967 L4_control_A2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.37207511 L4_control_A3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.74444516 L4_control_B1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.85277597 L4_control_B2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.47230546 L4_control_B3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.22943817 L4_control_C2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.09388333 L4_control_C3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.35879878 L4_chemical_A1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.31331105 L4_chemical_A2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.20855698 L4_chemical_A3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.84046724 L4_chemical_B1 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.50120005 L4_chemical_B2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.70773334 L4_chemical_B3 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.12216682 L4_chemical_C2 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.19459707 L4_chemical_C3 +LQ07X009140 Putative Ras 12.0616955 C6_control_A1 +LQ07X009140 Putative Ras 11.99689062 C6_control_A3 +LQ07X009140 Putative Ras 11.60460868 C6_control_B1 +LQ07X009140 Putative Ras 11.36464533 C6_control_B2 +LQ07X009140 Putative Ras 11.93307543 C6_control_B3 +LQ07X009140 Putative Ras 10.36415417 C6_control_C1 +LQ07X009140 Putative Ras 10.39556767 C6_control_C2 +LQ07X009140 Putative Ras 10.24763358 C6_control_C3 +LQ07X009140 Putative Ras 11.88019975 C6_chemical_A1 +LQ07X009140 Putative Ras 11.80316802 C6_chemical_A3 +LQ07X009140 Putative Ras 11.4218506 C6_chemical_B1 +LQ07X009140 Putative Ras 11.19880765 C6_chemical_B2 +LQ07X009140 Putative Ras 11.56957608 C6_chemical_B3 +LQ07X009140 Putative Ras 10.36638882 C6_chemical_C1 +LQ07X009140 Putative Ras 10.42166222 C6_chemical_C2 +LQ07X009140 Putative Ras 10.43484493 C6_chemical_C3 +LQ07X009140 Putative Ras 11.99502331 L4_control_A1 +LQ07X009140 Putative Ras 12.36871449 L4_control_A2 +LQ07X009140 Putative Ras 12.54684798 L4_control_A3 +LQ07X009140 Putative Ras 11.73682301 L4_control_B1 +LQ07X009140 Putative Ras 12.05037132 L4_control_B2 +LQ07X009140 Putative Ras 11.72814474 L4_control_B3 +LQ07X009140 Putative Ras 10.74913282 L4_control_C2 +LQ07X009140 Putative Ras 10.95022049 L4_control_C3 +LQ07X009140 Putative Ras 11.90465381 L4_chemical_A1 +LQ07X009140 Putative Ras 11.90886898 L4_chemical_A2 +LQ07X009140 Putative Ras 12.3819151 L4_chemical_A3 +LQ07X009140 Putative Ras 11.69736035 L4_chemical_B1 +LQ07X009140 Putative Ras 11.6187647 L4_chemical_B2 +LQ07X009140 Putative Ras 11.8471934 L4_chemical_B3 +LQ07X009140 Putative Ras 10.62709181 L4_chemical_C2 +LQ07X009140 Putative Ras 10.91400825 L4_chemical_C3 +LQ07X009180 Putative Predicted protein 5.372365223 C6_control_A1 +LQ07X009180 Putative Predicted protein 5.059727364 C6_control_A3 +LQ07X009180 Putative Predicted protein 4.894103554 C6_control_B1 +LQ07X009180 Putative Predicted protein 4.89727417 C6_control_B2 +LQ07X009180 Putative Predicted protein 5.317480663 C6_control_B3 +LQ07X009180 Putative Predicted protein 4.949212684 C6_control_C1 +LQ07X009180 Putative Predicted protein 5.423608017 C6_control_C2 +LQ07X009180 Putative Predicted protein 5.025342715 C6_control_C3 +LQ07X009180 Putative Predicted protein 5.340823286 C6_chemical_A1 +LQ07X009180 Putative Predicted protein 4.994897881 C6_chemical_A3 +LQ07X009180 Putative Predicted protein 5.596617672 C6_chemical_B1 +LQ07X009180 Putative Predicted protein 5.050689766 C6_chemical_B2 +LQ07X009180 Putative Predicted protein 5.009951479 C6_chemical_B3 +LQ07X009180 Putative Predicted protein 4.917835827 C6_chemical_C1 +LQ07X009180 Putative Predicted protein 5.231860805 C6_chemical_C2 +LQ07X009180 Putative Predicted protein 5.274465392 C6_chemical_C3 +LQ07X009180 Putative Predicted protein 5.167487602 L4_control_A1 +LQ07X009180 Putative Predicted protein 5.377042222 L4_control_A2 +LQ07X009180 Putative Predicted protein 5.27495579 L4_control_A3 +LQ07X009180 Putative Predicted protein 5.309917309 L4_control_B1 +LQ07X009180 Putative Predicted protein 4.710295901 L4_control_B2 +LQ07X009180 Putative Predicted protein 5.201757347 L4_control_B3 +LQ07X009180 Putative Predicted protein 5.703070482 L4_control_C2 +LQ07X009180 Putative Predicted protein 4.955464208 L4_control_C3 +LQ07X009180 Putative Predicted protein 5.137895394 L4_chemical_A1 +LQ07X009180 Putative Predicted protein 5.012623264 L4_chemical_A2 +LQ07X009180 Putative Predicted protein 5.18301672 L4_chemical_A3 +LQ07X009180 Putative Predicted protein 4.880978654 L4_chemical_B1 +LQ07X009180 Putative Predicted protein 5.047148718 L4_chemical_B2 +LQ07X009180 Putative Predicted protein 5.177209607 L4_chemical_B3 +LQ07X009180 Putative Predicted protein 4.81563913 L4_chemical_C2 +LQ07X009180 Putative Predicted protein 5.492581666 L4_chemical_C3 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.197093798 C6_control_A1 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.939586208 C6_control_A3 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.180948409 C6_control_B1 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.548762265 C6_control_B2 +LQ07X009190 Homogentisate 1,2-dioxygenase 7.507774072 C6_control_B3 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.780366659 C6_control_C1 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.337091271 C6_control_C2 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.735708847 C6_control_C3 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.331533675 C6_chemical_A1 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.624487049 C6_chemical_A3 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.206794589 C6_chemical_B1 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.443527717 C6_chemical_B2 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.795612963 C6_chemical_B3 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.433479999 C6_chemical_C1 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.665883761 C6_chemical_C2 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.186112686 C6_chemical_C3 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.825440995 L4_control_A1 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.871961596 L4_control_A2 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.8893393 L4_control_A3 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.223279756 L4_control_B1 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.450727696 L4_control_B2 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.235670305 L4_control_B3 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.199305596 L4_control_C2 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.411154389 L4_control_C3 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.998615882 L4_chemical_A1 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.289836649 L4_chemical_A2 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.933993526 L4_chemical_A3 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.288532641 L4_chemical_B1 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.767917004 L4_chemical_B2 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.485842596 L4_chemical_B3 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.512896442 L4_chemical_C2 +LQ07X009190 Homogentisate 1,2-dioxygenase 5.698358305 L4_chemical_C3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.904847311 C6_control_A1 +LQ07X009210 Putative uncharacterized protein At1g53210 5.237758991 C6_control_A3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.482149537 C6_control_B1 +LQ07X009210 Putative uncharacterized protein At1g53210 6.771672063 C6_control_B2 +LQ07X009210 Putative uncharacterized protein At1g53210 5.847659999 C6_control_B3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.424315045 C6_control_C1 +LQ07X009210 Putative uncharacterized protein At1g53210 5.223482784 C6_control_C2 +LQ07X009210 Putative uncharacterized protein At1g53210 6.009143176 C6_control_C3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.586614725 C6_chemical_A1 +LQ07X009210 Putative uncharacterized protein At1g53210 5.611887468 C6_chemical_A3 +LQ07X009210 Putative uncharacterized protein At1g53210 6.276154872 C6_chemical_B1 +LQ07X009210 Putative uncharacterized protein At1g53210 6.690540559 C6_chemical_B2 +LQ07X009210 Putative uncharacterized protein At1g53210 5.42691171 C6_chemical_B3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.7309668 C6_chemical_C1 +LQ07X009210 Putative uncharacterized protein At1g53210 5.629323959 C6_chemical_C2 +LQ07X009210 Putative uncharacterized protein At1g53210 6.003452578 C6_chemical_C3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.87474175 L4_control_A1 +LQ07X009210 Putative uncharacterized protein At1g53210 5.767780012 L4_control_A2 +LQ07X009210 Putative uncharacterized protein At1g53210 5.66426784 L4_control_A3 +LQ07X009210 Putative uncharacterized protein At1g53210 6.210911439 L4_control_B1 +LQ07X009210 Putative uncharacterized protein At1g53210 6.377083242 L4_control_B2 +LQ07X009210 Putative uncharacterized protein At1g53210 5.924909145 L4_control_B3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.097195259 L4_control_C2 +LQ07X009210 Putative uncharacterized protein At1g53210 4.856115153 L4_control_C3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.758757856 L4_chemical_A1 +LQ07X009210 Putative uncharacterized protein At1g53210 5.416848379 L4_chemical_A2 +LQ07X009210 Putative uncharacterized protein At1g53210 5.363616235 L4_chemical_A3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.948695231 L4_chemical_B1 +LQ07X009210 Putative uncharacterized protein At1g53210 5.857122663 L4_chemical_B2 +LQ07X009210 Putative uncharacterized protein At1g53210 6.225117577 L4_chemical_B3 +LQ07X009210 Putative uncharacterized protein At1g53210 5.242324183 L4_chemical_C2 +LQ07X009210 Putative uncharacterized protein At1g53210 5.427594711 L4_chemical_C3 +LQ07X009250 Predicted protein 5.149431009 C6_control_A1 +LQ07X009250 Predicted protein 5.456318935 C6_control_A3 +LQ07X009250 Predicted protein 5.455788936 C6_control_B1 +LQ07X009250 Predicted protein 5.644972711 C6_control_B2 +LQ07X009250 Predicted protein 5.65393094 C6_control_B3 +LQ07X009250 Predicted protein 5.438196832 C6_control_C1 +LQ07X009250 Predicted protein 5.024681256 C6_control_C2 +LQ07X009250 Predicted protein 5.502965684 C6_control_C3 +LQ07X009250 Predicted protein 5.455649068 C6_chemical_A1 +LQ07X009250 Predicted protein 5.079983014 C6_chemical_A3 +LQ07X009250 Predicted protein 4.987557029 C6_chemical_B1 +LQ07X009250 Predicted protein 5.381770121 C6_chemical_B2 +LQ07X009250 Predicted protein 4.979420477 C6_chemical_B3 +LQ07X009250 Predicted protein 5.402810606 C6_chemical_C1 +LQ07X009250 Predicted protein 5.775222656 C6_chemical_C2 +LQ07X009250 Predicted protein 5.607143358 C6_chemical_C3 +LQ07X009250 Predicted protein 5.567338997 L4_control_A1 +LQ07X009250 Predicted protein 5.704897053 L4_control_A2 +LQ07X009250 Predicted protein 5.217111958 L4_control_A3 +LQ07X009250 Predicted protein 5.362013981 L4_control_B1 +LQ07X009250 Predicted protein 5.467937237 L4_control_B2 +LQ07X009250 Predicted protein 5.442626065 L4_control_B3 +LQ07X009250 Predicted protein 6.051952893 L4_control_C2 +LQ07X009250 Predicted protein 5.240868838 L4_control_C3 +LQ07X009250 Predicted protein 5.578844321 L4_chemical_A1 +LQ07X009250 Predicted protein 5.128654876 L4_chemical_A2 +LQ07X009250 Predicted protein 5.630759223 L4_chemical_A3 +LQ07X009250 Predicted protein 5.061080813 L4_chemical_B1 +LQ07X009250 Predicted protein 5.706384539 L4_chemical_B2 +LQ07X009250 Predicted protein 5.33729391 L4_chemical_B3 +LQ07X009250 Predicted protein 5.169745662 L4_chemical_C2 +LQ07X009250 Predicted protein 5.525828405 L4_chemical_C3 +LQ07X009260 Predicted protein 8.69031375 C6_control_A1 +LQ07X009260 Predicted protein 8.96792814 C6_control_A3 +LQ07X009260 Predicted protein 8.057605931 C6_control_B1 +LQ07X009260 Predicted protein 8.169131277 C6_control_B2 +LQ07X009260 Predicted protein 8.369172959 C6_control_B3 +LQ07X009260 Predicted protein 9.010079256 C6_control_C1 +LQ07X009260 Predicted protein 8.69696755 C6_control_C2 +LQ07X009260 Predicted protein 9.263601439 C6_control_C3 +LQ07X009260 Predicted protein 8.494328813 C6_chemical_A1 +LQ07X009260 Predicted protein 8.615095281 C6_chemical_A3 +LQ07X009260 Predicted protein 7.856883582 C6_chemical_B1 +LQ07X009260 Predicted protein 8.402584601 C6_chemical_B2 +LQ07X009260 Predicted protein 8.75004777 C6_chemical_B3 +LQ07X009260 Predicted protein 8.884335351 C6_chemical_C1 +LQ07X009260 Predicted protein 9.031583714 C6_chemical_C2 +LQ07X009260 Predicted protein 9.14270978 C6_chemical_C3 +LQ07X009260 Predicted protein 8.677656321 L4_control_A1 +LQ07X009260 Predicted protein 8.818756467 L4_control_A2 +LQ07X009260 Predicted protein 9.363783547 L4_control_A3 +LQ07X009260 Predicted protein 8.234893219 L4_control_B1 +LQ07X009260 Predicted protein 8.191785658 L4_control_B2 +LQ07X009260 Predicted protein 8.061702762 L4_control_B3 +LQ07X009260 Predicted protein 9.334631404 L4_control_C2 +LQ07X009260 Predicted protein 9.35969819 L4_control_C3 +LQ07X009260 Predicted protein 9.043136696 L4_chemical_A1 +LQ07X009260 Predicted protein 8.592234533 L4_chemical_A2 +LQ07X009260 Predicted protein 9.820297915 L4_chemical_A3 +LQ07X009260 Predicted protein 8.321679324 L4_chemical_B1 +LQ07X009260 Predicted protein 8.599785573 L4_chemical_B2 +LQ07X009260 Predicted protein 8.54335915 L4_chemical_B3 +LQ07X009260 Predicted protein 9.673798097 L4_chemical_C2 +LQ07X009260 Predicted protein 8.544555284 L4_chemical_C3 +LQ07X009280 Putative uncharacterized protein 4.634035427 C6_control_A1 +LQ07X009280 Putative uncharacterized protein 5.485152093 C6_control_A3 +LQ07X009280 Putative uncharacterized protein 5.015104573 C6_control_B1 +LQ07X009280 Putative uncharacterized protein 4.851810879 C6_control_B2 +LQ07X009280 Putative uncharacterized protein 5.050108981 C6_control_B3 +LQ07X009280 Putative uncharacterized protein 4.50974264 C6_control_C1 +LQ07X009280 Putative uncharacterized protein 5.220458915 C6_control_C2 +LQ07X009280 Putative uncharacterized protein 4.748389058 C6_control_C3 +LQ07X009280 Putative uncharacterized protein 5.067670554 C6_chemical_A1 +LQ07X009280 Putative uncharacterized protein 5.34717974 C6_chemical_A3 +LQ07X009280 Putative uncharacterized protein 5.086004153 C6_chemical_B1 +LQ07X009280 Putative uncharacterized protein 4.790236741 C6_chemical_B2 +LQ07X009280 Putative uncharacterized protein 4.998362463 C6_chemical_B3 +LQ07X009280 Putative uncharacterized protein 4.902205883 C6_chemical_C1 +LQ07X009280 Putative uncharacterized protein 4.857808757 C6_chemical_C2 +LQ07X009280 Putative uncharacterized protein 4.939190094 C6_chemical_C3 +LQ07X009280 Putative uncharacterized protein 5.512912898 L4_control_A1 +LQ07X009280 Putative uncharacterized protein 4.979251982 L4_control_A2 +LQ07X009280 Putative uncharacterized protein 4.957345408 L4_control_A3 +LQ07X009280 Putative uncharacterized protein 4.873942111 L4_control_B1 +LQ07X009280 Putative uncharacterized protein 5.348307348 L4_control_B2 +LQ07X009280 Putative uncharacterized protein 5.178466493 L4_control_B3 +LQ07X009280 Putative uncharacterized protein 5.265842381 L4_control_C2 +LQ07X009280 Putative uncharacterized protein 4.920218005 L4_control_C3 +LQ07X009280 Putative uncharacterized protein 5.29290202 L4_chemical_A1 +LQ07X009280 Putative uncharacterized protein 4.870710782 L4_chemical_A2 +LQ07X009280 Putative uncharacterized protein 5.011618894 L4_chemical_A3 +LQ07X009280 Putative uncharacterized protein 5.439277471 L4_chemical_B1 +LQ07X009280 Putative uncharacterized protein 4.904808279 L4_chemical_B2 +LQ07X009280 Putative uncharacterized protein 5.152748181 L4_chemical_B3 +LQ07X009280 Putative uncharacterized protein 5.309794827 L4_chemical_C2 +LQ07X009280 Putative uncharacterized protein 4.851581037 L4_chemical_C3 +LQ07X009290 Transcription factor TCP4 5.88289981 C6_control_A1 +LQ07X009290 Transcription factor TCP4 5.496409415 C6_control_A3 +LQ07X009290 Transcription factor TCP4 6.580941078 C6_control_B1 +LQ07X009290 Transcription factor TCP4 5.895909738 C6_control_B2 +LQ07X009290 Transcription factor TCP4 6.028698622 C6_control_B3 +LQ07X009290 Transcription factor TCP4 5.45586394 C6_control_C1 +LQ07X009290 Transcription factor TCP4 6.239697761 C6_control_C2 +LQ07X009290 Transcription factor TCP4 5.542849133 C6_control_C3 +LQ07X009290 Transcription factor TCP4 5.689265388 C6_chemical_A1 +LQ07X009290 Transcription factor TCP4 5.395747251 C6_chemical_A3 +LQ07X009290 Transcription factor TCP4 5.816399505 C6_chemical_B1 +LQ07X009290 Transcription factor TCP4 5.62926427 C6_chemical_B2 +LQ07X009290 Transcription factor TCP4 5.889806581 C6_chemical_B3 +LQ07X009290 Transcription factor TCP4 5.751179839 C6_chemical_C1 +LQ07X009290 Transcription factor TCP4 5.863780794 C6_chemical_C2 +LQ07X009290 Transcription factor TCP4 5.634743013 C6_chemical_C3 +LQ07X009290 Transcription factor TCP4 5.641329296 L4_control_A1 +LQ07X009290 Transcription factor TCP4 5.231165674 L4_control_A2 +LQ07X009290 Transcription factor TCP4 5.729261873 L4_control_A3 +LQ07X009290 Transcription factor TCP4 5.639424037 L4_control_B1 +LQ07X009290 Transcription factor TCP4 5.230282387 L4_control_B2 +LQ07X009290 Transcription factor TCP4 5.173484617 L4_control_B3 +LQ07X009290 Transcription factor TCP4 5.479431208 L4_control_C2 +LQ07X009290 Transcription factor TCP4 5.246682922 L4_control_C3 +LQ07X009290 Transcription factor TCP4 5.397035487 L4_chemical_A1 +LQ07X009290 Transcription factor TCP4 5.619940371 L4_chemical_A2 +LQ07X009290 Transcription factor TCP4 5.578057162 L4_chemical_A3 +LQ07X009290 Transcription factor TCP4 5.494830994 L4_chemical_B1 +LQ07X009290 Transcription factor TCP4 5.534534655 L4_chemical_B2 +LQ07X009290 Transcription factor TCP4 5.537546975 L4_chemical_B3 +LQ07X009290 Transcription factor TCP4 5.088638318 L4_chemical_C2 +LQ07X009290 Transcription factor TCP4 5.292127258 L4_chemical_C3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.63277121 C6_control_A1 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.91922853 C6_control_A3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.45430938 C6_control_B1 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.25794101 C6_control_B2 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.89572263 C6_control_B3 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.55033502 C6_control_C1 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.78762663 C6_control_C2 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.49995869 C6_control_C3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.95124564 C6_chemical_A1 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.93764605 C6_chemical_A3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.41461315 C6_chemical_B1 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.87995987 C6_chemical_B2 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.87609012 C6_chemical_B3 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.55157917 C6_chemical_C1 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.86980857 C6_chemical_C2 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.13427398 C6_chemical_C3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.97167874 L4_control_A1 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.98626251 L4_control_A2 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.69206196 L4_control_A3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.26189493 L4_control_B1 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.80772872 L4_control_B2 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.31782752 L4_control_B3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.13189263 L4_control_C2 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.26891928 L4_control_C3 +LQ07X009370 Malate dehydrogenase, mitochondrial 14.02383127 L4_chemical_A1 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.53631063 L4_chemical_A2 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.67022069 L4_chemical_A3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.4058643 L4_chemical_B1 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.45556412 L4_chemical_B2 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.40317908 L4_chemical_B3 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.20058848 L4_chemical_C2 +LQ07X009370 Malate dehydrogenase, mitochondrial 12.97296592 L4_chemical_C3 +LQ07X009390 tRNA dimethylallyltransferase 9 5.165958123 C6_control_A1 +LQ07X009390 tRNA dimethylallyltransferase 9 5.6217951 C6_control_A3 +LQ07X009390 tRNA dimethylallyltransferase 9 5.074825799 C6_control_B1 +LQ07X009390 tRNA dimethylallyltransferase 9 5.84183848 C6_control_B2 +LQ07X009390 tRNA dimethylallyltransferase 9 4.935530471 C6_control_B3 +LQ07X009390 tRNA dimethylallyltransferase 9 5.106789185 C6_control_C1 +LQ07X009390 tRNA dimethylallyltransferase 9 6.452622225 C6_control_C2 +LQ07X009390 tRNA dimethylallyltransferase 9 5.276517388 C6_control_C3 +LQ07X009390 tRNA dimethylallyltransferase 9 5.778068204 C6_chemical_A1 +LQ07X009390 tRNA dimethylallyltransferase 9 5.303560811 C6_chemical_A3 +LQ07X009390 tRNA dimethylallyltransferase 9 5.867616558 C6_chemical_B1 +LQ07X009390 tRNA dimethylallyltransferase 9 5.868609832 C6_chemical_B2 +LQ07X009390 tRNA dimethylallyltransferase 9 5.731157479 C6_chemical_B3 +LQ07X009390 tRNA dimethylallyltransferase 9 6.146535254 C6_chemical_C1 +LQ07X009390 tRNA dimethylallyltransferase 9 6.42407996 C6_chemical_C2 +LQ07X009390 tRNA dimethylallyltransferase 9 6.081550716 C6_chemical_C3 +LQ07X009390 tRNA dimethylallyltransferase 9 6.089700575 L4_control_A1 +LQ07X009390 tRNA dimethylallyltransferase 9 6.356362801 L4_control_A2 +LQ07X009390 tRNA dimethylallyltransferase 9 5.808076019 L4_control_A3 +LQ07X009390 tRNA dimethylallyltransferase 9 5.736689345 L4_control_B1 +LQ07X009390 tRNA dimethylallyltransferase 9 5.568921724 L4_control_B2 +LQ07X009390 tRNA dimethylallyltransferase 9 5.940881264 L4_control_B3 +LQ07X009390 tRNA dimethylallyltransferase 9 7.490288238 L4_control_C2 +LQ07X009390 tRNA dimethylallyltransferase 9 6.593130164 L4_control_C3 +LQ07X009390 tRNA dimethylallyltransferase 9 5.815175545 L4_chemical_A1 +LQ07X009390 tRNA dimethylallyltransferase 9 5.671658896 L4_chemical_A2 +LQ07X009390 tRNA dimethylallyltransferase 9 5.71085574 L4_chemical_A3 +LQ07X009390 tRNA dimethylallyltransferase 9 5.767507573 L4_chemical_B1 +LQ07X009390 tRNA dimethylallyltransferase 9 5.826260205 L4_chemical_B2 +LQ07X009390 tRNA dimethylallyltransferase 9 6.002896319 L4_chemical_B3 +LQ07X009390 tRNA dimethylallyltransferase 9 6.364940666 L4_chemical_C2 +LQ07X009390 tRNA dimethylallyltransferase 9 6.427075605 L4_chemical_C3 +LQ07X009400 Predicted protein 4.924965551 C6_control_A1 +LQ07X009400 Predicted protein 5.161144168 C6_control_A3 +LQ07X009400 Predicted protein 4.947406704 C6_control_B1 +LQ07X009400 Predicted protein 5.515144717 C6_control_B2 +LQ07X009400 Predicted protein 4.959773152 C6_control_B3 +LQ07X009400 Predicted protein 5.588251843 C6_control_C1 +LQ07X009400 Predicted protein 5.190818876 C6_control_C2 +LQ07X009400 Predicted protein 5.205648228 C6_control_C3 +LQ07X009400 Predicted protein 5.411774941 C6_chemical_A1 +LQ07X009400 Predicted protein 5.153747451 C6_chemical_A3 +LQ07X009400 Predicted protein 5.082856625 C6_chemical_B1 +LQ07X009400 Predicted protein 5.100666838 C6_chemical_B2 +LQ07X009400 Predicted protein 4.998886016 C6_chemical_B3 +LQ07X009400 Predicted protein 5.28449089 C6_chemical_C1 +LQ07X009400 Predicted protein 5.427585373 C6_chemical_C2 +LQ07X009400 Predicted protein 5.382582542 C6_chemical_C3 +LQ07X009400 Predicted protein 4.960650413 L4_control_A1 +LQ07X009400 Predicted protein 4.995501505 L4_control_A2 +LQ07X009400 Predicted protein 5.370687033 L4_control_A3 +LQ07X009400 Predicted protein 5.150355877 L4_control_B1 +LQ07X009400 Predicted protein 5.000810611 L4_control_B2 +LQ07X009400 Predicted protein 5.244429243 L4_control_B3 +LQ07X009400 Predicted protein 4.959788758 L4_control_C2 +LQ07X009400 Predicted protein 5.493729042 L4_control_C3 +LQ07X009400 Predicted protein 5.165303457 L4_chemical_A1 +LQ07X009400 Predicted protein 5.019771471 L4_chemical_A2 +LQ07X009400 Predicted protein 5.222776248 L4_chemical_A3 +LQ07X009400 Predicted protein 5.550632297 L4_chemical_B1 +LQ07X009400 Predicted protein 5.268214751 L4_chemical_B2 +LQ07X009400 Predicted protein 5.402950801 L4_chemical_B3 +LQ07X009400 Predicted protein 5.127616003 L4_chemical_C2 +LQ07X009400 Predicted protein 4.956295797 L4_chemical_C3 +LQ07X009420 Putative uncharacterized protein 13.57661872 C6_control_A1 +LQ07X009420 Putative uncharacterized protein 13.41189484 C6_control_A3 +LQ07X009420 Putative uncharacterized protein 13.35154884 C6_control_B1 +LQ07X009420 Putative uncharacterized protein 13.36132328 C6_control_B2 +LQ07X009420 Putative uncharacterized protein 13.26448306 C6_control_B3 +LQ07X009420 Putative uncharacterized protein 13.50822145 C6_control_C1 +LQ07X009420 Putative uncharacterized protein 13.11857971 C6_control_C2 +LQ07X009420 Putative uncharacterized protein 13.59035895 C6_control_C3 +LQ07X009420 Putative uncharacterized protein 13.5483 C6_chemical_A1 +LQ07X009420 Putative uncharacterized protein 13.42173223 C6_chemical_A3 +LQ07X009420 Putative uncharacterized protein 13.35913116 C6_chemical_B1 +LQ07X009420 Putative uncharacterized protein 13.10264897 C6_chemical_B2 +LQ07X009420 Putative uncharacterized protein 13.27364669 C6_chemical_B3 +LQ07X009420 Putative uncharacterized protein 13.51303694 C6_chemical_C1 +LQ07X009420 Putative uncharacterized protein 13.37563366 C6_chemical_C2 +LQ07X009420 Putative uncharacterized protein 13.59282975 C6_chemical_C3 +LQ07X009420 Putative uncharacterized protein 13.32944946 L4_control_A1 +LQ07X009420 Putative uncharacterized protein 13.08328227 L4_control_A2 +LQ07X009420 Putative uncharacterized protein 12.89403302 L4_control_A3 +LQ07X009420 Putative uncharacterized protein 13.35426384 L4_control_B1 +LQ07X009420 Putative uncharacterized protein 12.98727857 L4_control_B2 +LQ07X009420 Putative uncharacterized protein 12.94451279 L4_control_B3 +LQ07X009420 Putative uncharacterized protein 13.44972041 L4_control_C2 +LQ07X009420 Putative uncharacterized protein 13.0569418 L4_control_C3 +LQ07X009420 Putative uncharacterized protein 13.48464447 L4_chemical_A1 +LQ07X009420 Putative uncharacterized protein 13.17577467 L4_chemical_A2 +LQ07X009420 Putative uncharacterized protein 13.05119251 L4_chemical_A3 +LQ07X009420 Putative uncharacterized protein 13.55279453 L4_chemical_B1 +LQ07X009420 Putative uncharacterized protein 13.55054697 L4_chemical_B2 +LQ07X009420 Putative uncharacterized protein 13.33430504 L4_chemical_B3 +LQ07X009420 Putative uncharacterized protein 13.60243722 L4_chemical_C2 +LQ07X009420 Putative uncharacterized protein 13.12034062 L4_chemical_C3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.9978403 C6_control_A1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.88204104 C6_control_A3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.03465525 C6_control_B1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.72912855 C6_control_B2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.06077602 C6_control_B3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.09715416 C6_control_C1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.2877394 C6_control_C2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.15421977 C6_control_C3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.85144862 C6_chemical_A1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.67679598 C6_chemical_A3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.0050119 C6_chemical_B1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.80519256 C6_chemical_B2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.83460533 C6_chemical_B3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.07231062 C6_chemical_C1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.20558574 C6_chemical_C2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.8539897 C6_chemical_C3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.82535329 L4_control_A1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.9597778 L4_control_A2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 13.00021827 L4_control_A3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.67490779 L4_control_B1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.90217159 L4_control_B2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.87865777 L4_control_B3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.60466168 L4_control_C2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.190731 L4_control_C3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.57159757 L4_chemical_A1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.65982511 L4_chemical_A2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.74911123 L4_chemical_A3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.5072894 L4_chemical_B1 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.85324937 L4_chemical_B2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.75494175 L4_chemical_B3 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.74145012 L4_chemical_C2 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.43951881 L4_chemical_C3 +LQ07X009480 Predicted protein 6.047118816 C6_control_A1 +LQ07X009480 Predicted protein 6.446528119 C6_control_A3 +LQ07X009480 Predicted protein 5.192345416 C6_control_B1 +LQ07X009480 Predicted protein 5.859612013 C6_control_B2 +LQ07X009480 Predicted protein 5.650543874 C6_control_B3 +LQ07X009480 Predicted protein 6.048645847 C6_control_C1 +LQ07X009480 Predicted protein 5.670926381 C6_control_C2 +LQ07X009480 Predicted protein 6.582021278 C6_control_C3 +LQ07X009480 Predicted protein 5.836399741 C6_chemical_A1 +LQ07X009480 Predicted protein 6.589572935 C6_chemical_A3 +LQ07X009480 Predicted protein 5.359340736 C6_chemical_B1 +LQ07X009480 Predicted protein 5.520333897 C6_chemical_B2 +LQ07X009480 Predicted protein 6.140214614 C6_chemical_B3 +LQ07X009480 Predicted protein 5.795068885 C6_chemical_C1 +LQ07X009480 Predicted protein 6.009528915 C6_chemical_C2 +LQ07X009480 Predicted protein 6.437740595 C6_chemical_C3 +LQ07X009480 Predicted protein 6.899273889 L4_control_A1 +LQ07X009480 Predicted protein 6.256354035 L4_control_A2 +LQ07X009480 Predicted protein 7.144063345 L4_control_A3 +LQ07X009480 Predicted protein 5.730125523 L4_control_B1 +LQ07X009480 Predicted protein 5.614965519 L4_control_B2 +LQ07X009480 Predicted protein 5.827775305 L4_control_B3 +LQ07X009480 Predicted protein 5.812118789 L4_control_C2 +LQ07X009480 Predicted protein 5.913219975 L4_control_C3 +LQ07X009480 Predicted protein 6.575181129 L4_chemical_A1 +LQ07X009480 Predicted protein 6.069683492 L4_chemical_A2 +LQ07X009480 Predicted protein 6.732719416 L4_chemical_A3 +LQ07X009480 Predicted protein 6.442971625 L4_chemical_B1 +LQ07X009480 Predicted protein 6.134064795 L4_chemical_B2 +LQ07X009480 Predicted protein 6.708368577 L4_chemical_B3 +LQ07X009480 Predicted protein 6.182192264 L4_chemical_C2 +LQ07X009480 Predicted protein 7.295848493 L4_chemical_C3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.748386129 C6_control_A1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 6.384107545 C6_control_A3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.918560446 C6_control_B1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.199206978 C6_control_B2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.573946771 C6_control_B3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.018958403 C6_control_C1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 4.934520714 C6_control_C2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.498840946 C6_control_C3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.339206714 C6_chemical_A1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.767659245 C6_chemical_A3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.787713609 C6_chemical_B1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.158676516 C6_chemical_B2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.947197161 C6_chemical_B3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.108721113 C6_chemical_C1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.033096832 C6_chemical_C2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.206892449 C6_chemical_C3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.51777299 L4_control_A1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.575367176 L4_control_A2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.872285131 L4_control_A3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.70607366 L4_control_B1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.156815555 L4_control_B2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.78101561 L4_control_B3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 4.950742638 L4_control_C2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.048962228 L4_control_C3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.509814595 L4_chemical_A1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.89347052 L4_chemical_A2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.820506044 L4_chemical_A3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.474845676 L4_chemical_B1 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.399366966 L4_chemical_B2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.922314174 L4_chemical_B3 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.107314627 L4_chemical_C2 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.13922367 L4_chemical_C3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 9.022400799 C6_control_A1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 10.99117107 C6_control_A3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 6.35768422 C6_control_B1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 6.683130671 C6_control_B2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 8.227114557 C6_control_B3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 5.652457559 C6_control_C1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 5.987779135 C6_control_C2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 7.048770691 C6_control_C3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 6.539255983 C6_chemical_A1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 10.73714439 C6_chemical_A3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 6.087644407 C6_chemical_B1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 7.375478975 C6_chemical_B2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 9.193657217 C6_chemical_B3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 5.804586976 C6_chemical_C1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 5.82498764 C6_chemical_C2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 6.90763031 C6_chemical_C3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 9.391129324 L4_control_A1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 8.674243111 L4_control_A2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 12.62316685 L4_control_A3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 7.937268109 L4_control_B1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 8.213745129 L4_control_B2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 7.741238887 L4_control_B3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 5.368654484 L4_control_C2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 5.946223528 L4_control_C3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 12.39679342 L4_chemical_A1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 11.54942454 L4_chemical_A2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 12.85824016 L4_chemical_A3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 9.425312938 L4_chemical_B1 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 8.801774135 L4_chemical_B2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 9.48523399 L4_chemical_B3 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 5.737767367 L4_chemical_C2 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 7.062095937 L4_chemical_C3 +LQ07X009510 Phosphoacetylglucosamine mutase 5.049336272 C6_control_A1 +LQ07X009510 Phosphoacetylglucosamine mutase 4.714883268 C6_control_A3 +LQ07X009510 Phosphoacetylglucosamine mutase 5.312316551 C6_control_B1 +LQ07X009510 Phosphoacetylglucosamine mutase 5.002750376 C6_control_B2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.317436297 C6_control_B3 +LQ07X009510 Phosphoacetylglucosamine mutase 4.983652127 C6_control_C1 +LQ07X009510 Phosphoacetylglucosamine mutase 5.183181689 C6_control_C2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.097670667 C6_control_C3 +LQ07X009510 Phosphoacetylglucosamine mutase 4.905187234 C6_chemical_A1 +LQ07X009510 Phosphoacetylglucosamine mutase 5.396920732 C6_chemical_A3 +LQ07X009510 Phosphoacetylglucosamine mutase 5.1102306 C6_chemical_B1 +LQ07X009510 Phosphoacetylglucosamine mutase 5.000338501 C6_chemical_B2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.319778215 C6_chemical_B3 +LQ07X009510 Phosphoacetylglucosamine mutase 5.224561714 C6_chemical_C1 +LQ07X009510 Phosphoacetylglucosamine mutase 5.125777835 C6_chemical_C2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.039137479 C6_chemical_C3 +LQ07X009510 Phosphoacetylglucosamine mutase 4.948987733 L4_control_A1 +LQ07X009510 Phosphoacetylglucosamine mutase 4.98653255 L4_control_A2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.308274707 L4_control_A3 +LQ07X009510 Phosphoacetylglucosamine mutase 4.964998313 L4_control_B1 +LQ07X009510 Phosphoacetylglucosamine mutase 5.08720568 L4_control_B2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.159909183 L4_control_B3 +LQ07X009510 Phosphoacetylglucosamine mutase 5.274311905 L4_control_C2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.230334552 L4_control_C3 +LQ07X009510 Phosphoacetylglucosamine mutase 5.016928977 L4_chemical_A1 +LQ07X009510 Phosphoacetylglucosamine mutase 5.165663071 L4_chemical_A2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.399195686 L4_chemical_A3 +LQ07X009510 Phosphoacetylglucosamine mutase 5.295719983 L4_chemical_B1 +LQ07X009510 Phosphoacetylglucosamine mutase 5.030102845 L4_chemical_B2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.130908751 L4_chemical_B3 +LQ07X009510 Phosphoacetylglucosamine mutase 5.214157397 L4_chemical_C2 +LQ07X009510 Phosphoacetylglucosamine mutase 5.040837409 L4_chemical_C3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.70792993 C6_control_A1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 13.05708588 C6_control_A3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.7928762 C6_control_B1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 10.79030502 C6_control_B2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.50780828 C6_control_B3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.14866901 C6_control_C1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 10.54676461 C6_control_C2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.45670222 C6_control_C3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.88246636 C6_chemical_A1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 13.35584708 C6_chemical_A3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.5304855 C6_chemical_B1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 10.41069447 C6_chemical_B2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.49486812 C6_chemical_B3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 10.84821592 C6_chemical_C1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 10.63293404 C6_chemical_C2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.26604802 C6_chemical_C3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 13.77807476 L4_control_A1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 13.31352457 L4_control_A2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 14.01535665 L4_control_A3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.28572156 L4_control_B1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.54148939 L4_control_B2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.77292188 L4_control_B3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.61442603 L4_control_C2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.12759099 L4_control_C3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.94485185 L4_chemical_A1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.53165812 L4_chemical_A2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 13.86999642 L4_chemical_A3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.6675185 L4_chemical_B1 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.11813057 L4_chemical_B2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.67172048 L4_chemical_B3 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.7348642 L4_chemical_C2 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 11.81214705 L4_chemical_C3 +LQ07X009560 Ubiquitin carrier protein E2 35 15.00564229 C6_control_A1 +LQ07X009560 Ubiquitin carrier protein E2 35 15.07630802 C6_control_A3 +LQ07X009560 Ubiquitin carrier protein E2 35 15.23735971 C6_control_B1 +LQ07X009560 Ubiquitin carrier protein E2 35 15.15300313 C6_control_B2 +LQ07X009560 Ubiquitin carrier protein E2 35 15.2581827 C6_control_B3 +LQ07X009560 Ubiquitin carrier protein E2 35 14.90305469 C6_control_C1 +LQ07X009560 Ubiquitin carrier protein E2 35 15.23090709 C6_control_C2 +LQ07X009560 Ubiquitin carrier protein E2 35 14.82724008 C6_control_C3 +LQ07X009560 Ubiquitin carrier protein E2 35 14.93806135 C6_chemical_A1 +LQ07X009560 Ubiquitin carrier protein E2 35 15.02053429 C6_chemical_A3 +LQ07X009560 Ubiquitin carrier protein E2 35 14.90507364 C6_chemical_B1 +LQ07X009560 Ubiquitin carrier protein E2 35 15.16744532 C6_chemical_B2 +LQ07X009560 Ubiquitin carrier protein E2 35 15.11738434 C6_chemical_B3 +LQ07X009560 Ubiquitin carrier protein E2 35 14.71859927 C6_chemical_C1 +LQ07X009560 Ubiquitin carrier protein E2 35 14.99676141 C6_chemical_C2 +LQ07X009560 Ubiquitin carrier protein E2 35 14.78004212 C6_chemical_C3 +LQ07X009560 Ubiquitin carrier protein E2 35 15.03995561 L4_control_A1 +LQ07X009560 Ubiquitin carrier protein E2 35 14.83627786 L4_control_A2 +LQ07X009560 Ubiquitin carrier protein E2 35 14.75712855 L4_control_A3 +LQ07X009560 Ubiquitin carrier protein E2 35 15.12673511 L4_control_B1 +LQ07X009560 Ubiquitin carrier protein E2 35 14.81024581 L4_control_B2 +LQ07X009560 Ubiquitin carrier protein E2 35 14.91502171 L4_control_B3 +LQ07X009560 Ubiquitin carrier protein E2 35 14.80765636 L4_control_C2 +LQ07X009560 Ubiquitin carrier protein E2 35 14.57889295 L4_control_C3 +LQ07X009560 Ubiquitin carrier protein E2 35 15.03875969 L4_chemical_A1 +LQ07X009560 Ubiquitin carrier protein E2 35 14.80242616 L4_chemical_A2 +LQ07X009560 Ubiquitin carrier protein E2 35 14.82650056 L4_chemical_A3 +LQ07X009560 Ubiquitin carrier protein E2 35 15.02255854 L4_chemical_B1 +LQ07X009560 Ubiquitin carrier protein E2 35 14.98325376 L4_chemical_B2 +LQ07X009560 Ubiquitin carrier protein E2 35 15.11861384 L4_chemical_B3 +LQ07X009560 Ubiquitin carrier protein E2 35 14.66348292 L4_chemical_C2 +LQ07X009560 Ubiquitin carrier protein E2 35 14.82051489 L4_chemical_C3 +LQ07X009610 Predicted protein 12.69606294 C6_control_A1 +LQ07X009610 Predicted protein 12.64401318 C6_control_A3 +LQ07X009610 Predicted protein 12.9469706 C6_control_B1 +LQ07X009610 Predicted protein 11.78681878 C6_control_B2 +LQ07X009610 Predicted protein 13.06733532 C6_control_B3 +LQ07X009610 Predicted protein 9.989037024 C6_control_C1 +LQ07X009610 Predicted protein 9.903430932 C6_control_C2 +LQ07X009610 Predicted protein 9.871626534 C6_control_C3 +LQ07X009610 Predicted protein 12.48613588 C6_chemical_A1 +LQ07X009610 Predicted protein 12.90695489 C6_chemical_A3 +LQ07X009610 Predicted protein 12.77880123 C6_chemical_B1 +LQ07X009610 Predicted protein 11.81427205 C6_chemical_B2 +LQ07X009610 Predicted protein 12.79475122 C6_chemical_B3 +LQ07X009610 Predicted protein 10.18532699 C6_chemical_C1 +LQ07X009610 Predicted protein 9.973945329 C6_chemical_C2 +LQ07X009610 Predicted protein 9.470416583 C6_chemical_C3 +LQ07X009610 Predicted protein 12.59296856 L4_control_A1 +LQ07X009610 Predicted protein 12.44266745 L4_control_A2 +LQ07X009610 Predicted protein 12.82115376 L4_control_A3 +LQ07X009610 Predicted protein 12.33098648 L4_control_B1 +LQ07X009610 Predicted protein 13.36133923 L4_control_B2 +LQ07X009610 Predicted protein 11.19789193 L4_control_B3 +LQ07X009610 Predicted protein 10.23037909 L4_control_C2 +LQ07X009610 Predicted protein 9.955006331 L4_control_C3 +LQ07X009610 Predicted protein 12.07032381 L4_chemical_A1 +LQ07X009610 Predicted protein 12.41121127 L4_chemical_A2 +LQ07X009610 Predicted protein 12.60688938 L4_chemical_A3 +LQ07X009610 Predicted protein 12.45329351 L4_chemical_B1 +LQ07X009610 Predicted protein 13.05609163 L4_chemical_B2 +LQ07X009610 Predicted protein 12.30101066 L4_chemical_B3 +LQ07X009610 Predicted protein 10.3717202 L4_chemical_C2 +LQ07X009610 Predicted protein 9.958685875 L4_chemical_C3 +LQ07X009620 Hypothetical protein 4.702940586 C6_control_A1 +LQ07X009620 Hypothetical protein 4.838502479 C6_control_A3 +LQ07X009620 Hypothetical protein 4.785205708 C6_control_B1 +LQ07X009620 Hypothetical protein 4.8268495 C6_control_B2 +LQ07X009620 Hypothetical protein 4.809399338 C6_control_B3 +LQ07X009620 Hypothetical protein 5.066433268 C6_control_C1 +LQ07X009620 Hypothetical protein 4.711229492 C6_control_C2 +LQ07X009620 Hypothetical protein 4.841770848 C6_control_C3 +LQ07X009620 Hypothetical protein 4.727857578 C6_chemical_A1 +LQ07X009620 Hypothetical protein 5.040462312 C6_chemical_A3 +LQ07X009620 Hypothetical protein 5.363376421 C6_chemical_B1 +LQ07X009620 Hypothetical protein 4.7093766 C6_chemical_B2 +LQ07X009620 Hypothetical protein 5.400334797 C6_chemical_B3 +LQ07X009620 Hypothetical protein 5.040573741 C6_chemical_C1 +LQ07X009620 Hypothetical protein 5.008873059 C6_chemical_C2 +LQ07X009620 Hypothetical protein 5.284463118 C6_chemical_C3 +LQ07X009620 Hypothetical protein 4.612501755 L4_control_A1 +LQ07X009620 Hypothetical protein 4.745499082 L4_control_A2 +LQ07X009620 Hypothetical protein 4.634823883 L4_control_A3 +LQ07X009620 Hypothetical protein 4.739827688 L4_control_B1 +LQ07X009620 Hypothetical protein 4.866836212 L4_control_B2 +LQ07X009620 Hypothetical protein 4.690299728 L4_control_B3 +LQ07X009620 Hypothetical protein 5.528946966 L4_control_C2 +LQ07X009620 Hypothetical protein 5.645724607 L4_control_C3 +LQ07X009620 Hypothetical protein 5.10454747 L4_chemical_A1 +LQ07X009620 Hypothetical protein 4.790710266 L4_chemical_A2 +LQ07X009620 Hypothetical protein 4.796538515 L4_chemical_A3 +LQ07X009620 Hypothetical protein 4.835565196 L4_chemical_B1 +LQ07X009620 Hypothetical protein 5.102921785 L4_chemical_B2 +LQ07X009620 Hypothetical protein 4.718404283 L4_chemical_B3 +LQ07X009620 Hypothetical protein 5.57913068 L4_chemical_C2 +LQ07X009620 Hypothetical protein 5.413842962 L4_chemical_C3 +LQ07X009900 BES1/BZR1 homolog protein 4 9.405578443 C6_control_A1 +LQ07X009900 BES1/BZR1 homolog protein 4 8.413288733 C6_control_A3 +LQ07X009900 BES1/BZR1 homolog protein 4 7.893383517 C6_control_B1 +LQ07X009900 BES1/BZR1 homolog protein 4 9.451087888 C6_control_B2 +LQ07X009900 BES1/BZR1 homolog protein 4 9.214128835 C6_control_B3 +LQ07X009900 BES1/BZR1 homolog protein 4 9.275785227 C6_control_C1 +LQ07X009900 BES1/BZR1 homolog protein 4 9.165094197 C6_control_C2 +LQ07X009900 BES1/BZR1 homolog protein 4 9.526711529 C6_control_C3 +LQ07X009900 BES1/BZR1 homolog protein 4 9.028634796 C6_chemical_A1 +LQ07X009900 BES1/BZR1 homolog protein 4 9.063065228 C6_chemical_A3 +LQ07X009900 BES1/BZR1 homolog protein 4 8.294132065 C6_chemical_B1 +LQ07X009900 BES1/BZR1 homolog protein 4 9.463989785 C6_chemical_B2 +LQ07X009900 BES1/BZR1 homolog protein 4 9.096757825 C6_chemical_B3 +LQ07X009900 BES1/BZR1 homolog protein 4 8.901698874 C6_chemical_C1 +LQ07X009900 BES1/BZR1 homolog protein 4 8.873672636 C6_chemical_C2 +LQ07X009900 BES1/BZR1 homolog protein 4 9.527345063 C6_chemical_C3 +LQ07X009900 BES1/BZR1 homolog protein 4 9.618073873 L4_control_A1 +LQ07X009900 BES1/BZR1 homolog protein 4 10.37581697 L4_control_A2 +LQ07X009900 BES1/BZR1 homolog protein 4 8.490423473 L4_control_A3 +LQ07X009900 BES1/BZR1 homolog protein 4 10.05767518 L4_control_B1 +LQ07X009900 BES1/BZR1 homolog protein 4 10.105989 L4_control_B2 +LQ07X009900 BES1/BZR1 homolog protein 4 10.22693511 L4_control_B3 +LQ07X009900 BES1/BZR1 homolog protein 4 8.458603525 L4_control_C2 +LQ07X009900 BES1/BZR1 homolog protein 4 8.736561465 L4_control_C3 +LQ07X009900 BES1/BZR1 homolog protein 4 9.334604123 L4_chemical_A1 +LQ07X009900 BES1/BZR1 homolog protein 4 9.373918218 L4_chemical_A2 +LQ07X009900 BES1/BZR1 homolog protein 4 8.772802534 L4_chemical_A3 +LQ07X009900 BES1/BZR1 homolog protein 4 9.704358403 L4_chemical_B1 +LQ07X009900 BES1/BZR1 homolog protein 4 9.334884006 L4_chemical_B2 +LQ07X009900 BES1/BZR1 homolog protein 4 10.3065735 L4_chemical_B3 +LQ07X009900 BES1/BZR1 homolog protein 4 9.298822207 L4_chemical_C2 +LQ07X009900 BES1/BZR1 homolog protein 4 8.914289264 L4_chemical_C3 +LQ07X009920 Hypothetical protein 11.69846684 C6_control_A1 +LQ07X009920 Hypothetical protein 10.27619533 C6_control_A3 +LQ07X009920 Hypothetical protein 11.46010165 C6_control_B1 +LQ07X009920 Hypothetical protein 11.55005877 C6_control_B2 +LQ07X009920 Hypothetical protein 11.49860072 C6_control_B3 +LQ07X009920 Hypothetical protein 11.89160673 C6_control_C1 +LQ07X009920 Hypothetical protein 11.37787107 C6_control_C2 +LQ07X009920 Hypothetical protein 11.73938058 C6_control_C3 +LQ07X009920 Hypothetical protein 11.23725999 C6_chemical_A1 +LQ07X009920 Hypothetical protein 9.483572592 C6_chemical_A3 +LQ07X009920 Hypothetical protein 11.74683493 C6_chemical_B1 +LQ07X009920 Hypothetical protein 11.56017822 C6_chemical_B2 +LQ07X009920 Hypothetical protein 12.5935933 C6_chemical_B3 +LQ07X009920 Hypothetical protein 11.7572417 C6_chemical_C1 +LQ07X009920 Hypothetical protein 11.51410749 C6_chemical_C2 +LQ07X009920 Hypothetical protein 12.89283086 C6_chemical_C3 +LQ07X009920 Hypothetical protein 8.127838545 L4_control_A1 +LQ07X009920 Hypothetical protein 9.090581546 L4_control_A2 +LQ07X009920 Hypothetical protein 5.433376951 L4_control_A3 +LQ07X009920 Hypothetical protein 10.48185861 L4_control_B1 +LQ07X009920 Hypothetical protein 8.813864721 L4_control_B2 +LQ07X009920 Hypothetical protein 10.58045942 L4_control_B3 +LQ07X009920 Hypothetical protein 10.72474387 L4_control_C2 +LQ07X009920 Hypothetical protein 9.432373239 L4_control_C3 +LQ07X009920 Hypothetical protein 7.20749951 L4_chemical_A1 +LQ07X009920 Hypothetical protein 7.877694325 L4_chemical_A2 +LQ07X009920 Hypothetical protein 5.931342871 L4_chemical_A3 +LQ07X009920 Hypothetical protein 11.51689007 L4_chemical_B1 +LQ07X009920 Hypothetical protein 10.24154553 L4_chemical_B2 +LQ07X009920 Hypothetical protein 9.263004324 L4_chemical_B3 +LQ07X009920 Hypothetical protein 10.21337991 L4_chemical_C2 +LQ07X009920 Hypothetical protein 9.294101605 L4_chemical_C3 +LQ07X009930 Hypothetical protein 12.64436656 C6_control_A1 +LQ07X009930 Hypothetical protein 12.58636303 C6_control_A3 +LQ07X009930 Hypothetical protein 12.9117768 C6_control_B1 +LQ07X009930 Hypothetical protein 14.07174558 C6_control_B2 +LQ07X009930 Hypothetical protein 13.32967233 C6_control_B3 +LQ07X009930 Hypothetical protein 14.6988659 C6_control_C1 +LQ07X009930 Hypothetical protein 15.03834967 C6_control_C2 +LQ07X009930 Hypothetical protein 15.21971023 C6_control_C3 +LQ07X009930 Hypothetical protein 12.74621601 C6_chemical_A1 +LQ07X009930 Hypothetical protein 11.8430954 C6_chemical_A3 +LQ07X009930 Hypothetical protein 13.25244278 C6_chemical_B1 +LQ07X009930 Hypothetical protein 14.87777028 C6_chemical_B2 +LQ07X009930 Hypothetical protein 14.92411725 C6_chemical_B3 +LQ07X009930 Hypothetical protein 14.38337969 C6_chemical_C1 +LQ07X009930 Hypothetical protein 15.28897483 C6_chemical_C2 +LQ07X009930 Hypothetical protein 15.27716301 C6_chemical_C3 +LQ07X009930 Hypothetical protein 12.61275309 L4_control_A1 +LQ07X009930 Hypothetical protein 13.05886055 L4_control_A2 +LQ07X009930 Hypothetical protein 11.58994366 L4_control_A3 +LQ07X009930 Hypothetical protein 14.84942505 L4_control_B1 +LQ07X009930 Hypothetical protein 12.9781322 L4_control_B2 +LQ07X009930 Hypothetical protein 14.93972349 L4_control_B3 +LQ07X009930 Hypothetical protein 14.40590817 L4_control_C2 +LQ07X009930 Hypothetical protein 14.32111376 L4_control_C3 +LQ07X009930 Hypothetical protein 12.55439798 L4_chemical_A1 +LQ07X009930 Hypothetical protein 13.64955915 L4_chemical_A2 +LQ07X009930 Hypothetical protein 12.0464995 L4_chemical_A3 +LQ07X009930 Hypothetical protein 14.00621844 L4_chemical_B1 +LQ07X009930 Hypothetical protein 14.24081467 L4_chemical_B2 +LQ07X009930 Hypothetical protein 14.30757501 L4_chemical_B3 +LQ07X009930 Hypothetical protein 14.66639529 L4_chemical_C2 +LQ07X009930 Hypothetical protein 14.69561329 L4_chemical_C3 +LQ07X009940 Predicted protein 8.661819629 C6_control_A1 +LQ07X009940 Predicted protein 8.874036615 C6_control_A3 +LQ07X009940 Predicted protein 8.226359974 C6_control_B1 +LQ07X009940 Predicted protein 8.08926677 C6_control_B2 +LQ07X009940 Predicted protein 8.338942932 C6_control_B3 +LQ07X009940 Predicted protein 8.703573328 C6_control_C1 +LQ07X009940 Predicted protein 8.9725686 C6_control_C2 +LQ07X009940 Predicted protein 9.743873497 C6_control_C3 +LQ07X009940 Predicted protein 8.450740468 C6_chemical_A1 +LQ07X009940 Predicted protein 9.260351567 C6_chemical_A3 +LQ07X009940 Predicted protein 7.458567392 C6_chemical_B1 +LQ07X009940 Predicted protein 7.979207965 C6_chemical_B2 +LQ07X009940 Predicted protein 8.165755473 C6_chemical_B3 +LQ07X009940 Predicted protein 8.574020149 C6_chemical_C1 +LQ07X009940 Predicted protein 9.342393965 C6_chemical_C2 +LQ07X009940 Predicted protein 9.37831115 C6_chemical_C3 +LQ07X009940 Predicted protein 9.248540527 L4_control_A1 +LQ07X009940 Predicted protein 9.171853455 L4_control_A2 +LQ07X009940 Predicted protein 9.453591399 L4_control_A3 +LQ07X009940 Predicted protein 8.879787354 L4_control_B1 +LQ07X009940 Predicted protein 8.776674182 L4_control_B2 +LQ07X009940 Predicted protein 8.439072162 L4_control_B3 +LQ07X009940 Predicted protein 9.784764964 L4_control_C2 +LQ07X009940 Predicted protein 8.632576266 L4_control_C3 +LQ07X009940 Predicted protein 9.382157805 L4_chemical_A1 +LQ07X009940 Predicted protein 8.735698402 L4_chemical_A2 +LQ07X009940 Predicted protein 9.345554263 L4_chemical_A3 +LQ07X009940 Predicted protein 8.897527185 L4_chemical_B1 +LQ07X009940 Predicted protein 7.912075416 L4_chemical_B2 +LQ07X009940 Predicted protein 9.376660337 L4_chemical_B3 +LQ07X009940 Predicted protein 9.905146538 L4_chemical_C2 +LQ07X009940 Predicted protein 9.696575645 L4_chemical_C3 +LQ07X009970 Hypothetical protein 13.02801282 C6_control_A1 +LQ07X009970 Hypothetical protein 13.27008018 C6_control_A3 +LQ07X009970 Hypothetical protein 12.86054975 C6_control_B1 +LQ07X009970 Hypothetical protein 11.21206269 C6_control_B2 +LQ07X009970 Hypothetical protein 12.03454954 C6_control_B3 +LQ07X009970 Hypothetical protein 11.10710219 C6_control_C1 +LQ07X009970 Hypothetical protein 10.97190383 C6_control_C2 +LQ07X009970 Hypothetical protein 11.44762927 C6_control_C3 +LQ07X009970 Hypothetical protein 12.71051986 C6_chemical_A1 +LQ07X009970 Hypothetical protein 12.59830285 C6_chemical_A3 +LQ07X009970 Hypothetical protein 12.44439451 C6_chemical_B1 +LQ07X009970 Hypothetical protein 11.16864057 C6_chemical_B2 +LQ07X009970 Hypothetical protein 12.41820782 C6_chemical_B3 +LQ07X009970 Hypothetical protein 10.99897536 C6_chemical_C1 +LQ07X009970 Hypothetical protein 10.96232855 C6_chemical_C2 +LQ07X009970 Hypothetical protein 11.2031489 C6_chemical_C3 +LQ07X009970 Hypothetical protein 12.48427146 L4_control_A1 +LQ07X009970 Hypothetical protein 12.36606519 L4_control_A2 +LQ07X009970 Hypothetical protein 12.81988757 L4_control_A3 +LQ07X009970 Hypothetical protein 11.70643776 L4_control_B1 +LQ07X009970 Hypothetical protein 11.35489219 L4_control_B2 +LQ07X009970 Hypothetical protein 10.96431213 L4_control_B3 +LQ07X009970 Hypothetical protein 11.3877333 L4_control_C2 +LQ07X009970 Hypothetical protein 11.59235863 L4_control_C3 +LQ07X009970 Hypothetical protein 12.72790741 L4_chemical_A1 +LQ07X009970 Hypothetical protein 13.17627988 L4_chemical_A2 +LQ07X009970 Hypothetical protein 13.65589622 L4_chemical_A3 +LQ07X009970 Hypothetical protein 12.90504536 L4_chemical_B1 +LQ07X009970 Hypothetical protein 12.53083007 L4_chemical_B2 +LQ07X009970 Hypothetical protein 11.72129901 L4_chemical_B3 +LQ07X009970 Hypothetical protein 11.64151237 L4_chemical_C2 +LQ07X009970 Hypothetical protein 11.50763951 L4_chemical_C3 +LQ07X010170 Hypothetical protein 5.560439342 C6_control_A1 +LQ07X010170 Hypothetical protein 4.821623251 C6_control_A3 +LQ07X010170 Hypothetical protein 4.844261672 C6_control_B1 +LQ07X010170 Hypothetical protein 6.247351596 C6_control_B2 +LQ07X010170 Hypothetical protein 5.052282229 C6_control_B3 +LQ07X010170 Hypothetical protein 5.719895667 C6_control_C1 +LQ07X010170 Hypothetical protein 5.02068137 C6_control_C2 +LQ07X010170 Hypothetical protein 5.155438903 C6_control_C3 +LQ07X010170 Hypothetical protein 5.405032935 C6_chemical_A1 +LQ07X010170 Hypothetical protein 5.46449057 C6_chemical_A3 +LQ07X010170 Hypothetical protein 5.051608875 C6_chemical_B1 +LQ07X010170 Hypothetical protein 6.414964083 C6_chemical_B2 +LQ07X010170 Hypothetical protein 4.885472512 C6_chemical_B3 +LQ07X010170 Hypothetical protein 6.040403297 C6_chemical_C1 +LQ07X010170 Hypothetical protein 5.432023004 C6_chemical_C2 +LQ07X010170 Hypothetical protein 5.724666848 C6_chemical_C3 +LQ07X010170 Hypothetical protein 5.420032703 L4_control_A1 +LQ07X010170 Hypothetical protein 5.285819966 L4_control_A2 +LQ07X010170 Hypothetical protein 5.026213833 L4_control_A3 +LQ07X010170 Hypothetical protein 4.711703846 L4_control_B1 +LQ07X010170 Hypothetical protein 5.781337644 L4_control_B2 +LQ07X010170 Hypothetical protein 4.710597244 L4_control_B3 +LQ07X010170 Hypothetical protein 5.38565155 L4_control_C2 +LQ07X010170 Hypothetical protein 4.454535763 L4_control_C3 +LQ07X010170 Hypothetical protein 5.072269803 L4_chemical_A1 +LQ07X010170 Hypothetical protein 4.526030322 L4_chemical_A2 +LQ07X010170 Hypothetical protein 5.340658583 L4_chemical_A3 +LQ07X010170 Hypothetical protein 6.422673083 L4_chemical_B1 +LQ07X010170 Hypothetical protein 5.095237212 L4_chemical_B2 +LQ07X010170 Hypothetical protein 4.557555442 L4_chemical_B3 +LQ07X010170 Hypothetical protein 4.566795752 L4_chemical_C2 +LQ07X010170 Hypothetical protein 4.855931805 L4_chemical_C3 +LQ07X010300 Ubiquitin domain-containing protein 1 7.322020026 C6_control_A1 +LQ07X010300 Ubiquitin domain-containing protein 1 6.421154922 C6_control_A3 +LQ07X010300 Ubiquitin domain-containing protein 1 6.56907301 C6_control_B1 +LQ07X010300 Ubiquitin domain-containing protein 1 8.567332723 C6_control_B2 +LQ07X010300 Ubiquitin domain-containing protein 1 7.37618369 C6_control_B3 +LQ07X010300 Ubiquitin domain-containing protein 1 7.735548503 C6_control_C1 +LQ07X010300 Ubiquitin domain-containing protein 1 8.80051665 C6_control_C2 +LQ07X010300 Ubiquitin domain-containing protein 1 8.334075512 C6_control_C3 +LQ07X010300 Ubiquitin domain-containing protein 1 7.484775009 C6_chemical_A1 +LQ07X010300 Ubiquitin domain-containing protein 1 6.859928118 C6_chemical_A3 +LQ07X010300 Ubiquitin domain-containing protein 1 7.1569478 C6_chemical_B1 +LQ07X010300 Ubiquitin domain-containing protein 1 9.084758258 C6_chemical_B2 +LQ07X010300 Ubiquitin domain-containing protein 1 8.455502109 C6_chemical_B3 +LQ07X010300 Ubiquitin domain-containing protein 1 8.271616086 C6_chemical_C1 +LQ07X010300 Ubiquitin domain-containing protein 1 8.979445959 C6_chemical_C2 +LQ07X010300 Ubiquitin domain-containing protein 1 9.136987167 C6_chemical_C3 +LQ07X010300 Ubiquitin domain-containing protein 1 6.703391065 L4_control_A1 +LQ07X010300 Ubiquitin domain-containing protein 1 6.606265784 L4_control_A2 +LQ07X010300 Ubiquitin domain-containing protein 1 5.929365498 L4_control_A3 +LQ07X010300 Ubiquitin domain-containing protein 1 8.486268911 L4_control_B1 +LQ07X010300 Ubiquitin domain-containing protein 1 5.810951606 L4_control_B2 +LQ07X010300 Ubiquitin domain-containing protein 1 8.913901802 L4_control_B3 +LQ07X010300 Ubiquitin domain-containing protein 1 5.853976839 L4_control_C2 +LQ07X010300 Ubiquitin domain-containing protein 1 6.011889773 L4_control_C3 +LQ07X010300 Ubiquitin domain-containing protein 1 7.494167219 L4_chemical_A1 +LQ07X010300 Ubiquitin domain-containing protein 1 6.274396632 L4_chemical_A2 +LQ07X010300 Ubiquitin domain-containing protein 1 6.236915238 L4_chemical_A3 +LQ07X010300 Ubiquitin domain-containing protein 1 6.484416096 L4_chemical_B1 +LQ07X010300 Ubiquitin domain-containing protein 1 5.256538371 L4_chemical_B2 +LQ07X010300 Ubiquitin domain-containing protein 1 8.909636008 L4_chemical_B3 +LQ07X010300 Ubiquitin domain-containing protein 1 5.627236817 L4_chemical_C2 +LQ07X010300 Ubiquitin domain-containing protein 1 5.569428093 L4_chemical_C3 +LQ07X010310 Putative uncharacterized protein 9.173258016 C6_control_A1 +LQ07X010310 Putative uncharacterized protein 9.005504285 C6_control_A3 +LQ07X010310 Putative uncharacterized protein 7.997583097 C6_control_B1 +LQ07X010310 Putative uncharacterized protein 9.581852371 C6_control_B2 +LQ07X010310 Putative uncharacterized protein 8.528500581 C6_control_B3 +LQ07X010310 Putative uncharacterized protein 9.318069836 C6_control_C1 +LQ07X010310 Putative uncharacterized protein 9.208276817 C6_control_C2 +LQ07X010310 Putative uncharacterized protein 9.221954412 C6_control_C3 +LQ07X010310 Putative uncharacterized protein 9.412831321 C6_chemical_A1 +LQ07X010310 Putative uncharacterized protein 9.509739349 C6_chemical_A3 +LQ07X010310 Putative uncharacterized protein 7.849623405 C6_chemical_B1 +LQ07X010310 Putative uncharacterized protein 9.824503354 C6_chemical_B2 +LQ07X010310 Putative uncharacterized protein 8.550794872 C6_chemical_B3 +LQ07X010310 Putative uncharacterized protein 9.111955931 C6_chemical_C1 +LQ07X010310 Putative uncharacterized protein 9.244352952 C6_chemical_C2 +LQ07X010310 Putative uncharacterized protein 8.908765947 C6_chemical_C3 +LQ07X010310 Putative uncharacterized protein 9.566266232 L4_control_A1 +LQ07X010310 Putative uncharacterized protein 9.284429457 L4_control_A2 +LQ07X010310 Putative uncharacterized protein 9.356156165 L4_control_A3 +LQ07X010310 Putative uncharacterized protein 7.952463909 L4_control_B1 +LQ07X010310 Putative uncharacterized protein 8.395316864 L4_control_B2 +LQ07X010310 Putative uncharacterized protein 8.832343712 L4_control_B3 +LQ07X010310 Putative uncharacterized protein 6.854075748 L4_control_C2 +LQ07X010310 Putative uncharacterized protein 6.868774327 L4_control_C3 +LQ07X010310 Putative uncharacterized protein 9.125265196 L4_chemical_A1 +LQ07X010310 Putative uncharacterized protein 8.922531001 L4_chemical_A2 +LQ07X010310 Putative uncharacterized protein 9.317110633 L4_chemical_A3 +LQ07X010310 Putative uncharacterized protein 7.47475119 L4_chemical_B1 +LQ07X010310 Putative uncharacterized protein 7.828884875 L4_chemical_B2 +LQ07X010310 Putative uncharacterized protein 9.01467759 L4_chemical_B3 +LQ07X010310 Putative uncharacterized protein 6.284559834 L4_chemical_C2 +LQ07X010310 Putative uncharacterized protein 6.495659319 L4_chemical_C3 +LQ07X010350 Predicted protein 8.60641882 C6_control_A1 +LQ07X010350 Predicted protein 8.069721521 C6_control_A3 +LQ07X010350 Predicted protein 9.115991743 C6_control_B1 +LQ07X010350 Predicted protein 8.291604946 C6_control_B2 +LQ07X010350 Predicted protein 8.935300906 C6_control_B3 +LQ07X010350 Predicted protein 8.669619927 C6_control_C1 +LQ07X010350 Predicted protein 8.211437316 C6_control_C2 +LQ07X010350 Predicted protein 8.053200803 C6_control_C3 +LQ07X010350 Predicted protein 8.926042972 C6_chemical_A1 +LQ07X010350 Predicted protein 8.966756399 C6_chemical_A3 +LQ07X010350 Predicted protein 9.658276303 C6_chemical_B1 +LQ07X010350 Predicted protein 8.383972357 C6_chemical_B2 +LQ07X010350 Predicted protein 8.729361115 C6_chemical_B3 +LQ07X010350 Predicted protein 9.108980889 C6_chemical_C1 +LQ07X010350 Predicted protein 8.420991725 C6_chemical_C2 +LQ07X010350 Predicted protein 8.706219341 C6_chemical_C3 +LQ07X010350 Predicted protein 8.57170665 L4_control_A1 +LQ07X010350 Predicted protein 7.610354978 L4_control_A2 +LQ07X010350 Predicted protein 7.516786653 L4_control_A3 +LQ07X010350 Predicted protein 8.694422679 L4_control_B1 +LQ07X010350 Predicted protein 8.997804378 L4_control_B2 +LQ07X010350 Predicted protein 8.421075303 L4_control_B3 +LQ07X010350 Predicted protein 8.913542889 L4_control_C2 +LQ07X010350 Predicted protein 8.903275401 L4_control_C3 +LQ07X010350 Predicted protein 8.478220338 L4_chemical_A1 +LQ07X010350 Predicted protein 8.031747645 L4_chemical_A2 +LQ07X010350 Predicted protein 7.348773954 L4_chemical_A3 +LQ07X010350 Predicted protein 8.885451104 L4_chemical_B1 +LQ07X010350 Predicted protein 8.696581143 L4_chemical_B2 +LQ07X010350 Predicted protein 8.282039133 L4_chemical_B3 +LQ07X010350 Predicted protein 8.916908593 L4_chemical_C2 +LQ07X010350 Predicted protein 8.769969671 L4_chemical_C3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.623811434 C6_control_A1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.406278647 C6_control_A3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.128186598 C6_control_B1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.707794693 C6_control_B2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.967721312 C6_control_B3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.539655089 C6_control_C1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.670595004 C6_control_C2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.965641124 C6_control_C3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.760955824 C6_chemical_A1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.187368799 C6_chemical_A3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.093446565 C6_chemical_B1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.874958417 C6_chemical_B2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.065607534 C6_chemical_B3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.005518641 C6_chemical_C1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.101914295 C6_chemical_C2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.127212946 C6_chemical_C3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.004551417 L4_control_A1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.883604599 L4_control_A2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.298568971 L4_control_A3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.880381606 L4_control_B1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.177419709 L4_control_B2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.895028521 L4_control_B3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 7.251985939 L4_control_C2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.110834179 L4_control_C3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.784511724 L4_chemical_A1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.375545239 L4_chemical_A2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.570789438 L4_chemical_A3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.668340717 L4_chemical_B1 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.997916013 L4_chemical_B2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.07197367 L4_chemical_B3 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.27126874 L4_chemical_C2 +LQ07X010360 Protein transport protein Sec61 subunit alpha 6.18625765 L4_chemical_C3 +LQ07X010370 Predicted protein 11.68868494 C6_control_A1 +LQ07X010370 Predicted protein 12.51276415 C6_control_A3 +LQ07X010370 Predicted protein 11.20908703 C6_control_B1 +LQ07X010370 Predicted protein 10.46493034 C6_control_B2 +LQ07X010370 Predicted protein 10.46015338 C6_control_B3 +LQ07X010370 Predicted protein 12.05916959 C6_control_C1 +LQ07X010370 Predicted protein 11.81964574 C6_control_C2 +LQ07X010370 Predicted protein 11.26921267 C6_control_C3 +LQ07X010370 Predicted protein 11.56043643 C6_chemical_A1 +LQ07X010370 Predicted protein 12.35295228 C6_chemical_A3 +LQ07X010370 Predicted protein 11.38224395 C6_chemical_B1 +LQ07X010370 Predicted protein 10.54793703 C6_chemical_B2 +LQ07X010370 Predicted protein 10.60750794 C6_chemical_B3 +LQ07X010370 Predicted protein 11.88711188 C6_chemical_C1 +LQ07X010370 Predicted protein 11.87740273 C6_chemical_C2 +LQ07X010370 Predicted protein 11.98028872 C6_chemical_C3 +LQ07X010370 Predicted protein 12.72630819 L4_control_A1 +LQ07X010370 Predicted protein 11.42149556 L4_control_A2 +LQ07X010370 Predicted protein 12.28505662 L4_control_A3 +LQ07X010370 Predicted protein 10.56686204 L4_control_B1 +LQ07X010370 Predicted protein 10.63442942 L4_control_B2 +LQ07X010370 Predicted protein 11.0018296 L4_control_B3 +LQ07X010370 Predicted protein 12.43138047 L4_control_C2 +LQ07X010370 Predicted protein 12.33236785 L4_control_C3 +LQ07X010370 Predicted protein 12.63500464 L4_chemical_A1 +LQ07X010370 Predicted protein 10.91283505 L4_chemical_A2 +LQ07X010370 Predicted protein 12.49595309 L4_chemical_A3 +LQ07X010370 Predicted protein 10.90889135 L4_chemical_B1 +LQ07X010370 Predicted protein 10.12491193 L4_chemical_B2 +LQ07X010370 Predicted protein 10.56838483 L4_chemical_B3 +LQ07X010370 Predicted protein 12.19280512 L4_chemical_C2 +LQ07X010370 Predicted protein 12.4108992 L4_chemical_C3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.137185618 C6_control_A1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.45691018 C6_control_A3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.90007108 C6_control_B1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.967733 C6_control_B2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.00035575 C6_control_B3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.300946295 C6_control_C1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.992173899 C6_control_C2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.322235458 C6_control_C3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.818812475 C6_chemical_A1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.812571955 C6_chemical_A3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.980104699 C6_chemical_B1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.096469288 C6_chemical_B2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.211118705 C6_chemical_B3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.104584692 C6_chemical_C1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.095955579 C6_chemical_C2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.398372749 C6_chemical_C3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.485657944 L4_control_A1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.310987307 L4_control_A2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.732226746 L4_control_A3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.501268839 L4_control_B1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.491463294 L4_control_B2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.958951868 L4_control_B3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.483537451 L4_control_C2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.912829962 L4_control_C3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.417269933 L4_chemical_A1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.190579288 L4_chemical_A2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.084171192 L4_chemical_A3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.425560283 L4_chemical_B1 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.613815901 L4_chemical_B2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.77985227 L4_chemical_B3 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.805775976 L4_chemical_C2 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.600358214 L4_chemical_C3 +LQ07X010610 Hypothetical protein 5.105111539 C6_control_A1 +LQ07X010610 Hypothetical protein 5.680008396 C6_control_A3 +LQ07X010610 Hypothetical protein 5.275604232 C6_control_B1 +LQ07X010610 Hypothetical protein 4.951650162 C6_control_B2 +LQ07X010610 Hypothetical protein 4.965803271 C6_control_B3 +LQ07X010610 Hypothetical protein 4.990886684 C6_control_C1 +LQ07X010610 Hypothetical protein 4.960255156 C6_control_C2 +LQ07X010610 Hypothetical protein 5.045273419 C6_control_C3 +LQ07X010610 Hypothetical protein 5.192048208 C6_chemical_A1 +LQ07X010610 Hypothetical protein 5.305218496 C6_chemical_A3 +LQ07X010610 Hypothetical protein 5.058039871 C6_chemical_B1 +LQ07X010610 Hypothetical protein 4.939847075 C6_chemical_B2 +LQ07X010610 Hypothetical protein 5.00761443 C6_chemical_B3 +LQ07X010610 Hypothetical protein 4.948628444 C6_chemical_C1 +LQ07X010610 Hypothetical protein 5.057588324 C6_chemical_C2 +LQ07X010610 Hypothetical protein 5.194108331 C6_chemical_C3 +LQ07X010610 Hypothetical protein 5.297941208 L4_control_A1 +LQ07X010610 Hypothetical protein 5.146882253 L4_control_A2 +LQ07X010610 Hypothetical protein 5.582174967 L4_control_A3 +LQ07X010610 Hypothetical protein 5.559292537 L4_control_B1 +LQ07X010610 Hypothetical protein 4.875158786 L4_control_B2 +LQ07X010610 Hypothetical protein 5.167948629 L4_control_B3 +LQ07X010610 Hypothetical protein 5.07651165 L4_control_C2 +LQ07X010610 Hypothetical protein 4.916009253 L4_control_C3 +LQ07X010610 Hypothetical protein 4.777052711 L4_chemical_A1 +LQ07X010610 Hypothetical protein 5.285387187 L4_chemical_A2 +LQ07X010610 Hypothetical protein 5.607325318 L4_chemical_A3 +LQ07X010610 Hypothetical protein 4.569058291 L4_chemical_B1 +LQ07X010610 Hypothetical protein 5.116075617 L4_chemical_B2 +LQ07X010610 Hypothetical protein 5.359336678 L4_chemical_B3 +LQ07X010610 Hypothetical protein 4.721546623 L4_chemical_C2 +LQ07X010610 Hypothetical protein 5.090520715 L4_chemical_C3 +LQ07X010711 Putative Copia protein 5.211306745 C6_control_A1 +LQ07X010711 Putative Copia protein 5.160091461 C6_control_A3 +LQ07X010711 Putative Copia protein 4.618859337 C6_control_B1 +LQ07X010711 Putative Copia protein 4.933981586 C6_control_B2 +LQ07X010711 Putative Copia protein 4.817803146 C6_control_B3 +LQ07X010711 Putative Copia protein 4.904197306 C6_control_C1 +LQ07X010711 Putative Copia protein 4.880980757 C6_control_C2 +LQ07X010711 Putative Copia protein 4.885591616 C6_control_C3 +LQ07X010711 Putative Copia protein 4.647070453 C6_chemical_A1 +LQ07X010711 Putative Copia protein 5.415724214 C6_chemical_A3 +LQ07X010711 Putative Copia protein 5.172913794 C6_chemical_B1 +LQ07X010711 Putative Copia protein 4.836847242 C6_chemical_B2 +LQ07X010711 Putative Copia protein 4.953798457 C6_chemical_B3 +LQ07X010711 Putative Copia protein 4.546497044 C6_chemical_C1 +LQ07X010711 Putative Copia protein 4.869747854 C6_chemical_C2 +LQ07X010711 Putative Copia protein 5.017621917 C6_chemical_C3 +LQ07X010711 Putative Copia protein 5.448356801 L4_control_A1 +LQ07X010711 Putative Copia protein 5.090552006 L4_control_A2 +LQ07X010711 Putative Copia protein 5.755995446 L4_control_A3 +LQ07X010711 Putative Copia protein 5.043991253 L4_control_B1 +LQ07X010711 Putative Copia protein 5.144145451 L4_control_B2 +LQ07X010711 Putative Copia protein 5.118417389 L4_control_B3 +LQ07X010711 Putative Copia protein 4.821537786 L4_control_C2 +LQ07X010711 Putative Copia protein 5.244339777 L4_control_C3 +LQ07X010711 Putative Copia protein 5.355589359 L4_chemical_A1 +LQ07X010711 Putative Copia protein 5.181441507 L4_chemical_A2 +LQ07X010711 Putative Copia protein 5.602654626 L4_chemical_A3 +LQ07X010711 Putative Copia protein 4.678645957 L4_chemical_B1 +LQ07X010711 Putative Copia protein 5.017668059 L4_chemical_B2 +LQ07X010711 Putative Copia protein 5.179573471 L4_chemical_B3 +LQ07X010711 Putative Copia protein 4.827951825 L4_chemical_C2 +LQ07X010711 Putative Copia protein 4.968087071 L4_chemical_C3 +LQ07X010780 Predicted protein 9.375160941 C6_control_A1 +LQ07X010780 Predicted protein 10.02855225 C6_control_A3 +LQ07X010780 Predicted protein 8.996551845 C6_control_B1 +LQ07X010780 Predicted protein 7.86782295 C6_control_B2 +LQ07X010780 Predicted protein 7.553228232 C6_control_B3 +LQ07X010780 Predicted protein 7.52164627 C6_control_C1 +LQ07X010780 Predicted protein 6.391994726 C6_control_C2 +LQ07X010780 Predicted protein 7.309069184 C6_control_C3 +LQ07X010780 Predicted protein 8.872098514 C6_chemical_A1 +LQ07X010780 Predicted protein 9.274064358 C6_chemical_A3 +LQ07X010780 Predicted protein 8.567509349 C6_chemical_B1 +LQ07X010780 Predicted protein 7.657614869 C6_chemical_B2 +LQ07X010780 Predicted protein 7.669010974 C6_chemical_B3 +LQ07X010780 Predicted protein 7.480804305 C6_chemical_C1 +LQ07X010780 Predicted protein 7.585473559 C6_chemical_C2 +LQ07X010780 Predicted protein 7.24488365 C6_chemical_C3 +LQ07X010780 Predicted protein 9.389716783 L4_control_A1 +LQ07X010780 Predicted protein 9.11775848 L4_control_A2 +LQ07X010780 Predicted protein 9.771052734 L4_control_A3 +LQ07X010780 Predicted protein 6.671771346 L4_control_B1 +LQ07X010780 Predicted protein 8.17360235 L4_control_B2 +LQ07X010780 Predicted protein 7.034312251 L4_control_B3 +LQ07X010780 Predicted protein 6.701591966 L4_control_C2 +LQ07X010780 Predicted protein 6.943423578 L4_control_C3 +LQ07X010780 Predicted protein 8.213276251 L4_chemical_A1 +LQ07X010780 Predicted protein 8.254684803 L4_chemical_A2 +LQ07X010780 Predicted protein 8.876382193 L4_chemical_A3 +LQ07X010780 Predicted protein 7.496697852 L4_chemical_B1 +LQ07X010780 Predicted protein 7.333940842 L4_chemical_B2 +LQ07X010780 Predicted protein 7.729375995 L4_chemical_B3 +LQ07X010780 Predicted protein 7.466021446 L4_chemical_C2 +LQ07X010780 Predicted protein 7.299448907 L4_chemical_C3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.49882254 C6_control_A1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.95709011 C6_control_A3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.67491289 C6_control_B1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 14.28545093 C6_control_B2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.79045312 C6_control_B3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 14.02793994 C6_control_C1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 14.35605823 C6_control_C2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.93983322 C6_control_C3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.19585198 C6_chemical_A1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.40775858 C6_chemical_A3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.60584597 C6_chemical_B1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 14.38513029 C6_chemical_B2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.31335913 C6_chemical_B3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.62513356 C6_chemical_C1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.95615658 C6_chemical_C2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.45245522 C6_chemical_C3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.66502923 L4_control_A1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.28066892 L4_control_A2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.25548949 L4_control_A3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.59809112 L4_control_B1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.73060786 L4_control_B2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.27619542 L4_control_B3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.68818629 L4_control_C2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.60782974 L4_control_C3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.1471991 L4_chemical_A1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 11.78840243 L4_chemical_A2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 11.90300667 L4_chemical_A3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.34939766 L4_chemical_B1 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.30356135 L4_chemical_B2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.99841324 L4_chemical_B3 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.55239793 L4_chemical_C2 +LQ07X010830 50S ribosomal protein L13, chloroplastic 12.84486155 L4_chemical_C3 +LQ07X010930 Hypothetical protein 4.8767793 C6_control_A1 +LQ07X010930 Hypothetical protein 5.747235128 C6_control_A3 +LQ07X010930 Hypothetical protein 4.923688624 C6_control_B1 +LQ07X010930 Hypothetical protein 4.828015364 C6_control_B2 +LQ07X010930 Hypothetical protein 4.89277205 C6_control_B3 +LQ07X010930 Hypothetical protein 4.584482929 C6_control_C1 +LQ07X010930 Hypothetical protein 4.778554408 C6_control_C2 +LQ07X010930 Hypothetical protein 4.643235124 C6_control_C3 +LQ07X010930 Hypothetical protein 5.187588041 C6_chemical_A1 +LQ07X010930 Hypothetical protein 5.134816322 C6_chemical_A3 +LQ07X010930 Hypothetical protein 4.731486096 C6_chemical_B1 +LQ07X010930 Hypothetical protein 4.816011108 C6_chemical_B2 +LQ07X010930 Hypothetical protein 4.816910588 C6_chemical_B3 +LQ07X010930 Hypothetical protein 4.77810618 C6_chemical_C1 +LQ07X010930 Hypothetical protein 4.999951738 C6_chemical_C2 +LQ07X010930 Hypothetical protein 4.765934276 C6_chemical_C3 +LQ07X010930 Hypothetical protein 5.009210572 L4_control_A1 +LQ07X010930 Hypothetical protein 4.984943143 L4_control_A2 +LQ07X010930 Hypothetical protein 5.989626983 L4_control_A3 +LQ07X010930 Hypothetical protein 4.941199013 L4_control_B1 +LQ07X010930 Hypothetical protein 4.926162982 L4_control_B2 +LQ07X010930 Hypothetical protein 5.310571981 L4_control_B3 +LQ07X010930 Hypothetical protein 5.205723696 L4_control_C2 +LQ07X010930 Hypothetical protein 4.868122008 L4_control_C3 +LQ07X010930 Hypothetical protein 4.996418216 L4_chemical_A1 +LQ07X010930 Hypothetical protein 5.233224915 L4_chemical_A2 +LQ07X010930 Hypothetical protein 5.153177504 L4_chemical_A3 +LQ07X010930 Hypothetical protein 5.452606878 L4_chemical_B1 +LQ07X010930 Hypothetical protein 5.253477854 L4_chemical_B2 +LQ07X010930 Hypothetical protein 4.778123851 L4_chemical_B3 +LQ07X010930 Hypothetical protein 4.672971802 L4_chemical_C2 +LQ07X010930 Hypothetical protein 4.863336333 L4_chemical_C3 +LQ07X010960 Putative uncharacterized protein 6.007837859 C6_control_A1 +LQ07X010960 Putative uncharacterized protein 5.23871948 C6_control_A3 +LQ07X010960 Putative uncharacterized protein 6.223015362 C6_control_B1 +LQ07X010960 Putative uncharacterized protein 5.596639702 C6_control_B2 +LQ07X010960 Putative uncharacterized protein 6.080496485 C6_control_B3 +LQ07X010960 Putative uncharacterized protein 5.228268434 C6_control_C1 +LQ07X010960 Putative uncharacterized protein 5.376937833 C6_control_C2 +LQ07X010960 Putative uncharacterized protein 5.798212913 C6_control_C3 +LQ07X010960 Putative uncharacterized protein 5.984865079 C6_chemical_A1 +LQ07X010960 Putative uncharacterized protein 6.048018051 C6_chemical_A3 +LQ07X010960 Putative uncharacterized protein 5.745234588 C6_chemical_B1 +LQ07X010960 Putative uncharacterized protein 5.727535038 C6_chemical_B2 +LQ07X010960 Putative uncharacterized protein 5.836404633 C6_chemical_B3 +LQ07X010960 Putative uncharacterized protein 5.257023861 C6_chemical_C1 +LQ07X010960 Putative uncharacterized protein 5.325363509 C6_chemical_C2 +LQ07X010960 Putative uncharacterized protein 5.75397635 C6_chemical_C3 +LQ07X010960 Putative uncharacterized protein 5.910919723 L4_control_A1 +LQ07X010960 Putative uncharacterized protein 6.4507402 L4_control_A2 +LQ07X010960 Putative uncharacterized protein 7.337531362 L4_control_A3 +LQ07X010960 Putative uncharacterized protein 5.76675473 L4_control_B1 +LQ07X010960 Putative uncharacterized protein 5.612610412 L4_control_B2 +LQ07X010960 Putative uncharacterized protein 5.901341198 L4_control_B3 +LQ07X010960 Putative uncharacterized protein 5.717468766 L4_control_C2 +LQ07X010960 Putative uncharacterized protein 5.430433965 L4_control_C3 +LQ07X010960 Putative uncharacterized protein 6.025958438 L4_chemical_A1 +LQ07X010960 Putative uncharacterized protein 6.523393628 L4_chemical_A2 +LQ07X010960 Putative uncharacterized protein 6.375910898 L4_chemical_A3 +LQ07X010960 Putative uncharacterized protein 5.73811372 L4_chemical_B1 +LQ07X010960 Putative uncharacterized protein 5.833202824 L4_chemical_B2 +LQ07X010960 Putative uncharacterized protein 5.955215373 L4_chemical_B3 +LQ07X010960 Putative uncharacterized protein 5.454797082 L4_chemical_C2 +LQ07X010960 Putative uncharacterized protein 5.38671262 L4_chemical_C3 +LQ07X011110 Pathogen-related protein 12.08570025 C6_control_A1 +LQ07X011110 Pathogen-related protein 11.94178013 C6_control_A3 +LQ07X011110 Pathogen-related protein 13.66902635 C6_control_B1 +LQ07X011110 Pathogen-related protein 13.64172602 C6_control_B2 +LQ07X011110 Pathogen-related protein 14.42837395 C6_control_B3 +LQ07X011110 Pathogen-related protein 10.75761272 C6_control_C1 +LQ07X011110 Pathogen-related protein 10.96994331 C6_control_C2 +LQ07X011110 Pathogen-related protein 11.92073666 C6_control_C3 +LQ07X011110 Pathogen-related protein 12.22754113 C6_chemical_A1 +LQ07X011110 Pathogen-related protein 11.71368511 C6_chemical_A3 +LQ07X011110 Pathogen-related protein 13.37891528 C6_chemical_B1 +LQ07X011110 Pathogen-related protein 13.24319423 C6_chemical_B2 +LQ07X011110 Pathogen-related protein 13.63825906 C6_chemical_B3 +LQ07X011110 Pathogen-related protein 10.35168008 C6_chemical_C1 +LQ07X011110 Pathogen-related protein 10.39734573 C6_chemical_C2 +LQ07X011110 Pathogen-related protein 11.30556078 C6_chemical_C3 +LQ07X011110 Pathogen-related protein 10.1708867 L4_control_A1 +LQ07X011110 Pathogen-related protein 10.59953245 L4_control_A2 +LQ07X011110 Pathogen-related protein 11.25067117 L4_control_A3 +LQ07X011110 Pathogen-related protein 13.79033693 L4_control_B1 +LQ07X011110 Pathogen-related protein 13.08255896 L4_control_B2 +LQ07X011110 Pathogen-related protein 13.69338268 L4_control_B3 +LQ07X011110 Pathogen-related protein 10.65361744 L4_control_C2 +LQ07X011110 Pathogen-related protein 9.879242287 L4_control_C3 +LQ07X011110 Pathogen-related protein 10.75032913 L4_chemical_A1 +LQ07X011110 Pathogen-related protein 12.10529844 L4_chemical_A2 +LQ07X011110 Pathogen-related protein 11.35893734 L4_chemical_A3 +LQ07X011110 Pathogen-related protein 12.75181246 L4_chemical_B1 +LQ07X011110 Pathogen-related protein 12.73774429 L4_chemical_B2 +LQ07X011110 Pathogen-related protein 13.24609761 L4_chemical_B3 +LQ07X011110 Pathogen-related protein 8.583174905 L4_chemical_C2 +LQ07X011110 Pathogen-related protein 9.223474686 L4_chemical_C3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.24703106 C6_control_A1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 7.64123028 C6_control_A3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.736687854 C6_control_B1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.272008289 C6_control_B2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.329098459 C6_control_B3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.783193529 C6_control_C1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 7.134273982 C6_control_C2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.979765526 C6_control_C3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.961366784 C6_chemical_A1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.381846474 C6_chemical_A3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.990968027 C6_chemical_B1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.968562913 C6_chemical_B2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.989288732 C6_chemical_B3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.971385768 C6_chemical_C1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.815681941 C6_chemical_C2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.203814939 C6_chemical_C3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.022760981 L4_control_A1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.225915937 L4_control_A2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.840760992 L4_control_A3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.933496564 L4_control_B1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.697450596 L4_control_B2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.094087974 L4_control_B3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.868837565 L4_control_C2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.848277286 L4_control_C3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.298243046 L4_chemical_A1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.215065197 L4_chemical_A2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.047333134 L4_chemical_A3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.864172979 L4_chemical_B1 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.15209634 L4_chemical_B2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.195046204 L4_chemical_B3 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.781011708 L4_chemical_C2 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 6.229404229 L4_chemical_C3 +LQ07X011140 Predicted protein 12.27493316 C6_control_A1 +LQ07X011140 Predicted protein 12.76653659 C6_control_A3 +LQ07X011140 Predicted protein 12.28621933 C6_control_B1 +LQ07X011140 Predicted protein 13.04238114 C6_control_B2 +LQ07X011140 Predicted protein 12.18731333 C6_control_B3 +LQ07X011140 Predicted protein 12.5556372 C6_control_C1 +LQ07X011140 Predicted protein 12.68883969 C6_control_C2 +LQ07X011140 Predicted protein 12.70917747 C6_control_C3 +LQ07X011140 Predicted protein 12.15655438 C6_chemical_A1 +LQ07X011140 Predicted protein 11.11535844 C6_chemical_A3 +LQ07X011140 Predicted protein 12.06999817 C6_chemical_B1 +LQ07X011140 Predicted protein 13.17619799 C6_chemical_B2 +LQ07X011140 Predicted protein 12.1895205 C6_chemical_B3 +LQ07X011140 Predicted protein 12.59190935 C6_chemical_C1 +LQ07X011140 Predicted protein 12.70787338 C6_chemical_C2 +LQ07X011140 Predicted protein 12.23341233 C6_chemical_C3 +LQ07X011140 Predicted protein 11.66050276 L4_control_A1 +LQ07X011140 Predicted protein 11.03020675 L4_control_A2 +LQ07X011140 Predicted protein 10.60544289 L4_control_A3 +LQ07X011140 Predicted protein 11.52774502 L4_control_B1 +LQ07X011140 Predicted protein 10.13606177 L4_control_B2 +LQ07X011140 Predicted protein 11.30772461 L4_control_B3 +LQ07X011140 Predicted protein 11.14040628 L4_control_C2 +LQ07X011140 Predicted protein 10.75773276 L4_control_C3 +LQ07X011140 Predicted protein 11.55033551 L4_chemical_A1 +LQ07X011140 Predicted protein 10.9810029 L4_chemical_A2 +LQ07X011140 Predicted protein 10.49745586 L4_chemical_A3 +LQ07X011140 Predicted protein 11.36162776 L4_chemical_B1 +LQ07X011140 Predicted protein 11.46640044 L4_chemical_B2 +LQ07X011140 Predicted protein 11.38226365 L4_chemical_B3 +LQ07X011140 Predicted protein 10.8776686 L4_chemical_C2 +LQ07X011140 Predicted protein 11.01372628 L4_chemical_C3 +LQ07X011150 Axial regulator YABBY 5 14.54856241 C6_control_A1 +LQ07X011150 Axial regulator YABBY 5 15.15197575 C6_control_A3 +LQ07X011150 Axial regulator YABBY 5 14.5251607 C6_control_B1 +LQ07X011150 Axial regulator YABBY 5 13.06635706 C6_control_B2 +LQ07X011150 Axial regulator YABBY 5 13.79316334 C6_control_B3 +LQ07X011150 Axial regulator YABBY 5 10.95143675 C6_control_C1 +LQ07X011150 Axial regulator YABBY 5 10.91950392 C6_control_C2 +LQ07X011150 Axial regulator YABBY 5 11.58842602 C6_control_C3 +LQ07X011150 Axial regulator YABBY 5 14.62197705 C6_chemical_A1 +LQ07X011150 Axial regulator YABBY 5 15.10004222 C6_chemical_A3 +LQ07X011150 Axial regulator YABBY 5 13.89289741 C6_chemical_B1 +LQ07X011150 Axial regulator YABBY 5 12.87897088 C6_chemical_B2 +LQ07X011150 Axial regulator YABBY 5 13.99804715 C6_chemical_B3 +LQ07X011150 Axial regulator YABBY 5 10.4458043 C6_chemical_C1 +LQ07X011150 Axial regulator YABBY 5 10.41123116 C6_chemical_C2 +LQ07X011150 Axial regulator YABBY 5 10.94860954 C6_chemical_C3 +LQ07X011150 Axial regulator YABBY 5 14.70774848 L4_control_A1 +LQ07X011150 Axial regulator YABBY 5 14.15466075 L4_control_A2 +LQ07X011150 Axial regulator YABBY 5 14.4188983 L4_control_A3 +LQ07X011150 Axial regulator YABBY 5 13.53823276 L4_control_B1 +LQ07X011150 Axial regulator YABBY 5 14.07601991 L4_control_B2 +LQ07X011150 Axial regulator YABBY 5 11.96812077 L4_control_B3 +LQ07X011150 Axial regulator YABBY 5 11.05017984 L4_control_C2 +LQ07X011150 Axial regulator YABBY 5 11.12038409 L4_control_C3 +LQ07X011150 Axial regulator YABBY 5 14.24641073 L4_chemical_A1 +LQ07X011150 Axial regulator YABBY 5 14.10321231 L4_chemical_A2 +LQ07X011150 Axial regulator YABBY 5 14.28688355 L4_chemical_A3 +LQ07X011150 Axial regulator YABBY 5 14.13572262 L4_chemical_B1 +LQ07X011150 Axial regulator YABBY 5 13.6785121 L4_chemical_B2 +LQ07X011150 Axial regulator YABBY 5 14.21679632 L4_chemical_B3 +LQ07X011150 Axial regulator YABBY 5 10.36672231 L4_chemical_C2 +LQ07X011150 Axial regulator YABBY 5 10.42404149 L4_chemical_C3 +LQ07X011160 Predicted protein 8.285590497 C6_control_A1 +LQ07X011160 Predicted protein 9.377447239 C6_control_A3 +LQ07X011160 Predicted protein 8.992203811 C6_control_B1 +LQ07X011160 Predicted protein 9.415491084 C6_control_B2 +LQ07X011160 Predicted protein 9.748141104 C6_control_B3 +LQ07X011160 Predicted protein 7.31875765 C6_control_C1 +LQ07X011160 Predicted protein 6.066446303 C6_control_C2 +LQ07X011160 Predicted protein 6.66889782 C6_control_C3 +LQ07X011160 Predicted protein 8.167189169 C6_chemical_A1 +LQ07X011160 Predicted protein 9.567245027 C6_chemical_A3 +LQ07X011160 Predicted protein 8.110949945 C6_chemical_B1 +LQ07X011160 Predicted protein 8.850153475 C6_chemical_B2 +LQ07X011160 Predicted protein 7.303258657 C6_chemical_B3 +LQ07X011160 Predicted protein 7.095132057 C6_chemical_C1 +LQ07X011160 Predicted protein 6.40293781 C6_chemical_C2 +LQ07X011160 Predicted protein 6.693486451 C6_chemical_C3 +LQ07X011160 Predicted protein 8.375523584 L4_control_A1 +LQ07X011160 Predicted protein 8.120026439 L4_control_A2 +LQ07X011160 Predicted protein 9.654096396 L4_control_A3 +LQ07X011160 Predicted protein 8.851844034 L4_control_B1 +LQ07X011160 Predicted protein 8.251237297 L4_control_B2 +LQ07X011160 Predicted protein 8.202484802 L4_control_B3 +LQ07X011160 Predicted protein 5.89178824 L4_control_C2 +LQ07X011160 Predicted protein 5.856032324 L4_control_C3 +LQ07X011160 Predicted protein 7.751563356 L4_chemical_A1 +LQ07X011160 Predicted protein 7.217519033 L4_chemical_A2 +LQ07X011160 Predicted protein 8.879176861 L4_chemical_A3 +LQ07X011160 Predicted protein 7.372714144 L4_chemical_B1 +LQ07X011160 Predicted protein 7.925498803 L4_chemical_B2 +LQ07X011160 Predicted protein 6.990833212 L4_chemical_B3 +LQ07X011160 Predicted protein 5.477516479 L4_chemical_C2 +LQ07X011160 Predicted protein 5.678541734 L4_chemical_C3 +LQ07X011170 Tubby-like F-box protein 7 11.8990797 C6_control_A1 +LQ07X011170 Tubby-like F-box protein 7 12.2011215 C6_control_A3 +LQ07X011170 Tubby-like F-box protein 7 11.99808981 C6_control_B1 +LQ07X011170 Tubby-like F-box protein 7 11.88141501 C6_control_B2 +LQ07X011170 Tubby-like F-box protein 7 12.07382063 C6_control_B3 +LQ07X011170 Tubby-like F-box protein 7 12.3904982 C6_control_C1 +LQ07X011170 Tubby-like F-box protein 7 12.3433835 C6_control_C2 +LQ07X011170 Tubby-like F-box protein 7 12.45324014 C6_control_C3 +LQ07X011170 Tubby-like F-box protein 7 11.83349982 C6_chemical_A1 +LQ07X011170 Tubby-like F-box protein 7 12.31186618 C6_chemical_A3 +LQ07X011170 Tubby-like F-box protein 7 12.35548471 C6_chemical_B1 +LQ07X011170 Tubby-like F-box protein 7 12.07324429 C6_chemical_B2 +LQ07X011170 Tubby-like F-box protein 7 12.48643282 C6_chemical_B3 +LQ07X011170 Tubby-like F-box protein 7 12.38452523 C6_chemical_C1 +LQ07X011170 Tubby-like F-box protein 7 12.46502139 C6_chemical_C2 +LQ07X011170 Tubby-like F-box protein 7 12.97869421 C6_chemical_C3 +LQ07X011170 Tubby-like F-box protein 7 12.18291856 L4_control_A1 +LQ07X011170 Tubby-like F-box protein 7 12.07955441 L4_control_A2 +LQ07X011170 Tubby-like F-box protein 7 12.70286616 L4_control_A3 +LQ07X011170 Tubby-like F-box protein 7 12.3489644 L4_control_B1 +LQ07X011170 Tubby-like F-box protein 7 12.41877705 L4_control_B2 +LQ07X011170 Tubby-like F-box protein 7 12.33795451 L4_control_B3 +LQ07X011170 Tubby-like F-box protein 7 12.54436051 L4_control_C2 +LQ07X011170 Tubby-like F-box protein 7 12.76933358 L4_control_C3 +LQ07X011170 Tubby-like F-box protein 7 12.420489 L4_chemical_A1 +LQ07X011170 Tubby-like F-box protein 7 12.75147302 L4_chemical_A2 +LQ07X011170 Tubby-like F-box protein 7 12.75906954 L4_chemical_A3 +LQ07X011170 Tubby-like F-box protein 7 12.45220444 L4_chemical_B1 +LQ07X011170 Tubby-like F-box protein 7 12.35946021 L4_chemical_B2 +LQ07X011170 Tubby-like F-box protein 7 12.38511898 L4_chemical_B3 +LQ07X011170 Tubby-like F-box protein 7 12.618176 L4_chemical_C2 +LQ07X011170 Tubby-like F-box protein 7 12.69751451 L4_chemical_C3 +LQ07X011180 Multiprotein-bridging factor 1b 5.291600341 C6_control_A1 +LQ07X011180 Multiprotein-bridging factor 1b 6.159936499 C6_control_A3 +LQ07X011180 Multiprotein-bridging factor 1b 5.987336247 C6_control_B1 +LQ07X011180 Multiprotein-bridging factor 1b 5.863801586 C6_control_B2 +LQ07X011180 Multiprotein-bridging factor 1b 5.632508814 C6_control_B3 +LQ07X011180 Multiprotein-bridging factor 1b 5.823510359 C6_control_C1 +LQ07X011180 Multiprotein-bridging factor 1b 6.971667598 C6_control_C2 +LQ07X011180 Multiprotein-bridging factor 1b 5.727854577 C6_control_C3 +LQ07X011180 Multiprotein-bridging factor 1b 5.86430465 C6_chemical_A1 +LQ07X011180 Multiprotein-bridging factor 1b 5.871134347 C6_chemical_A3 +LQ07X011180 Multiprotein-bridging factor 1b 5.452388842 C6_chemical_B1 +LQ07X011180 Multiprotein-bridging factor 1b 6.026449554 C6_chemical_B2 +LQ07X011180 Multiprotein-bridging factor 1b 5.379727064 C6_chemical_B3 +LQ07X011180 Multiprotein-bridging factor 1b 5.734001505 C6_chemical_C1 +LQ07X011180 Multiprotein-bridging factor 1b 5.967054849 C6_chemical_C2 +LQ07X011180 Multiprotein-bridging factor 1b 5.735565415 C6_chemical_C3 +LQ07X011180 Multiprotein-bridging factor 1b 5.566901563 L4_control_A1 +LQ07X011180 Multiprotein-bridging factor 1b 5.598886842 L4_control_A2 +LQ07X011180 Multiprotein-bridging factor 1b 5.910777139 L4_control_A3 +LQ07X011180 Multiprotein-bridging factor 1b 5.22013206 L4_control_B1 +LQ07X011180 Multiprotein-bridging factor 1b 5.604204373 L4_control_B2 +LQ07X011180 Multiprotein-bridging factor 1b 5.422160229 L4_control_B3 +LQ07X011180 Multiprotein-bridging factor 1b 5.601287912 L4_control_C2 +LQ07X011180 Multiprotein-bridging factor 1b 5.712670142 L4_control_C3 +LQ07X011180 Multiprotein-bridging factor 1b 5.391784227 L4_chemical_A1 +LQ07X011180 Multiprotein-bridging factor 1b 5.467498108 L4_chemical_A2 +LQ07X011180 Multiprotein-bridging factor 1b 6.070088538 L4_chemical_A3 +LQ07X011180 Multiprotein-bridging factor 1b 5.189931618 L4_chemical_B1 +LQ07X011180 Multiprotein-bridging factor 1b 4.902811484 L4_chemical_B2 +LQ07X011180 Multiprotein-bridging factor 1b 5.351827478 L4_chemical_B3 +LQ07X011180 Multiprotein-bridging factor 1b 5.351840752 L4_chemical_C2 +LQ07X011180 Multiprotein-bridging factor 1b 6.641450595 L4_chemical_C3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.196455711 C6_control_A1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.886587274 C6_control_A3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.135376421 C6_control_B1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.990971629 C6_control_B2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.759512355 C6_control_B3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.795238048 C6_control_C1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.862434031 C6_control_C2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.805469481 C6_control_C3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.299207028 C6_chemical_A1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.105947659 C6_chemical_A3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.995904308 C6_chemical_B1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.905420138 C6_chemical_B2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.907187024 C6_chemical_B3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.254005529 C6_chemical_C1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.767550015 C6_chemical_C2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.898172192 C6_chemical_C3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.013585018 L4_control_A1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.959828144 L4_control_A2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.114868201 L4_control_A3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.89781941 L4_control_B1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.938756266 L4_control_B2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.216097864 L4_control_B3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.122072115 L4_control_C2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.048212683 L4_control_C3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.05984726 L4_chemical_A1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.086377426 L4_chemical_A2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.166866612 L4_chemical_A3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.817557287 L4_chemical_B1 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.737520356 L4_chemical_B2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.785458662 L4_chemical_B3 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.701917022 L4_chemical_C2 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.565186984 L4_chemical_C3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.98529424 C6_control_A1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.94297887 C6_control_A3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.20695454 C6_control_B1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.63727873 C6_control_B2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.91474177 C6_control_B3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.66649664 C6_control_C1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.38486479 C6_control_C2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.67654407 C6_control_C3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.94993507 C6_chemical_A1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.85923569 C6_chemical_A3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.35246139 C6_chemical_B1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.35315354 C6_chemical_B2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.92256211 C6_chemical_B3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.56093159 C6_chemical_C1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.04397624 C6_chemical_C2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.64019051 C6_chemical_C3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.86878454 L4_control_A1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.02493864 L4_control_A2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.43462302 L4_control_A3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.65458536 L4_control_B1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.77068461 L4_control_B2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.74090124 L4_control_B3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.16944011 L4_control_C2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.34764723 L4_control_C3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.79121856 L4_chemical_A1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.06114179 L4_chemical_A2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.33515453 L4_chemical_A3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.06109619 L4_chemical_B1 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.35530232 L4_chemical_B2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.66243731 L4_chemical_B3 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.32796882 L4_chemical_C2 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.17952267 L4_chemical_C3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.09984264 C6_control_A1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.63977974 C6_control_A3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.71501984 C6_control_B1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.50399434 C6_control_B2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.82233652 C6_control_B3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.18064835 C6_control_C1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.39467488 C6_control_C2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.53297 C6_control_C3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.52072497 C6_chemical_A1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.73807256 C6_chemical_A3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.44053232 C6_chemical_B1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.25902646 C6_chemical_B2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.70421891 C6_chemical_B3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.16573025 C6_chemical_C1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.31190718 C6_chemical_C2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.51945488 C6_chemical_C3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.55698373 L4_control_A1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.26624054 L4_control_A2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.28374677 L4_control_A3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.84015886 L4_control_B1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.65825008 L4_control_B2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.03316752 L4_control_B3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.48155687 L4_control_C2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.07659246 L4_control_C3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.86234757 L4_chemical_A1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.34869236 L4_chemical_A2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.42896592 L4_chemical_A3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.98846306 L4_chemical_B1 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.81548081 L4_chemical_B2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.33103238 L4_chemical_B3 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.6711798 L4_chemical_C2 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 12.17151298 L4_chemical_C3 +LQ07X011580 Putative Sulfotransferase 16 13.04355388 C6_control_A1 +LQ07X011580 Putative Sulfotransferase 16 12.79973607 C6_control_A3 +LQ07X011580 Putative Sulfotransferase 16 13.11344687 C6_control_B1 +LQ07X011580 Putative Sulfotransferase 16 12.37804137 C6_control_B2 +LQ07X011580 Putative Sulfotransferase 16 13.02602279 C6_control_B3 +LQ07X011580 Putative Sulfotransferase 16 10.54182411 C6_control_C1 +LQ07X011580 Putative Sulfotransferase 16 9.951583592 C6_control_C2 +LQ07X011580 Putative Sulfotransferase 16 9.029850988 C6_control_C3 +LQ07X011580 Putative Sulfotransferase 16 12.69928715 C6_chemical_A1 +LQ07X011580 Putative Sulfotransferase 16 13.74290737 C6_chemical_A3 +LQ07X011580 Putative Sulfotransferase 16 12.87703293 C6_chemical_B1 +LQ07X011580 Putative Sulfotransferase 16 12.1111344 C6_chemical_B2 +LQ07X011580 Putative Sulfotransferase 16 12.83442327 C6_chemical_B3 +LQ07X011580 Putative Sulfotransferase 16 10.57006331 C6_chemical_C1 +LQ07X011580 Putative Sulfotransferase 16 9.757856808 C6_chemical_C2 +LQ07X011580 Putative Sulfotransferase 16 10.00586207 C6_chemical_C3 +LQ07X011580 Putative Sulfotransferase 16 14.36064326 L4_control_A1 +LQ07X011580 Putative Sulfotransferase 16 13.28616311 L4_control_A2 +LQ07X011580 Putative Sulfotransferase 16 13.49625058 L4_control_A3 +LQ07X011580 Putative Sulfotransferase 16 12.10593339 L4_control_B1 +LQ07X011580 Putative Sulfotransferase 16 13.22981118 L4_control_B2 +LQ07X011580 Putative Sulfotransferase 16 11.72636075 L4_control_B3 +LQ07X011580 Putative Sulfotransferase 16 9.099990801 L4_control_C2 +LQ07X011580 Putative Sulfotransferase 16 9.85378769 L4_control_C3 +LQ07X011580 Putative Sulfotransferase 16 14.51754616 L4_chemical_A1 +LQ07X011580 Putative Sulfotransferase 16 13.21226396 L4_chemical_A2 +LQ07X011580 Putative Sulfotransferase 16 14.28224595 L4_chemical_A3 +LQ07X011580 Putative Sulfotransferase 16 12.55846424 L4_chemical_B1 +LQ07X011580 Putative Sulfotransferase 16 12.48749552 L4_chemical_B2 +LQ07X011580 Putative Sulfotransferase 16 13.42537819 L4_chemical_B3 +LQ07X011580 Putative Sulfotransferase 16 9.896695662 L4_chemical_C2 +LQ07X011580 Putative Sulfotransferase 16 9.622958722 L4_chemical_C3 +LQ07X011590 Mitogen-activated protein kinase 19 12.49240503 C6_control_A1 +LQ07X011590 Mitogen-activated protein kinase 19 11.92310677 C6_control_A3 +LQ07X011590 Mitogen-activated protein kinase 19 12.62733197 C6_control_B1 +LQ07X011590 Mitogen-activated protein kinase 19 12.00824876 C6_control_B2 +LQ07X011590 Mitogen-activated protein kinase 19 12.22014833 C6_control_B3 +LQ07X011590 Mitogen-activated protein kinase 19 11.79385321 C6_control_C1 +LQ07X011590 Mitogen-activated protein kinase 19 11.47683211 C6_control_C2 +LQ07X011590 Mitogen-activated protein kinase 19 11.26618742 C6_control_C3 +LQ07X011590 Mitogen-activated protein kinase 19 12.60454856 C6_chemical_A1 +LQ07X011590 Mitogen-activated protein kinase 19 12.50477005 C6_chemical_A3 +LQ07X011590 Mitogen-activated protein kinase 19 12.60836012 C6_chemical_B1 +LQ07X011590 Mitogen-activated protein kinase 19 12.00036579 C6_chemical_B2 +LQ07X011590 Mitogen-activated protein kinase 19 12.52686637 C6_chemical_B3 +LQ07X011590 Mitogen-activated protein kinase 19 11.9158133 C6_chemical_C1 +LQ07X011590 Mitogen-activated protein kinase 19 11.57836691 C6_chemical_C2 +LQ07X011590 Mitogen-activated protein kinase 19 11.53850326 C6_chemical_C3 +LQ07X011590 Mitogen-activated protein kinase 19 12.48950873 L4_control_A1 +LQ07X011590 Mitogen-activated protein kinase 19 13.01000904 L4_control_A2 +LQ07X011590 Mitogen-activated protein kinase 19 12.82713455 L4_control_A3 +LQ07X011590 Mitogen-activated protein kinase 19 12.81182595 L4_control_B1 +LQ07X011590 Mitogen-activated protein kinase 19 13.18328069 L4_control_B2 +LQ07X011590 Mitogen-activated protein kinase 19 12.43207786 L4_control_B3 +LQ07X011590 Mitogen-activated protein kinase 19 11.9317377 L4_control_C2 +LQ07X011590 Mitogen-activated protein kinase 19 11.90543132 L4_control_C3 +LQ07X011590 Mitogen-activated protein kinase 19 12.31311731 L4_chemical_A1 +LQ07X011590 Mitogen-activated protein kinase 19 12.84208682 L4_chemical_A2 +LQ07X011590 Mitogen-activated protein kinase 19 12.67376714 L4_chemical_A3 +LQ07X011590 Mitogen-activated protein kinase 19 12.72123727 L4_chemical_B1 +LQ07X011590 Mitogen-activated protein kinase 19 12.85712244 L4_chemical_B2 +LQ07X011590 Mitogen-activated protein kinase 19 12.76209824 L4_chemical_B3 +LQ07X011590 Mitogen-activated protein kinase 19 12.27669091 L4_chemical_C2 +LQ07X011590 Mitogen-activated protein kinase 19 11.68870222 L4_chemical_C3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.034506165 C6_control_A1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.776441881 C6_control_A3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.986034318 C6_control_B1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.805246031 C6_control_B2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.813787705 C6_control_B3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.833653036 C6_control_C1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.913194187 C6_control_C2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.977366825 C6_control_C3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.871407786 C6_chemical_A1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.118343665 C6_chemical_A3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.236685135 C6_chemical_B1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.818466658 C6_chemical_B2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.176589097 C6_chemical_B3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.050586614 C6_chemical_C1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.947365824 C6_chemical_C2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.822552728 C6_chemical_C3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.223709317 L4_control_A1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.787212687 L4_control_A2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.054012382 L4_control_A3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.757401417 L4_control_B1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.196456974 L4_control_B2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.113035844 L4_control_B3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.138498831 L4_control_C2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.702874719 L4_control_C3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.934865962 L4_chemical_A1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.05347697 L4_chemical_A2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.0168011 L4_chemical_A3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.373324401 L4_chemical_B1 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.797757563 L4_chemical_B2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 5.231662308 L4_chemical_B3 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.794361521 L4_chemical_C2 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.747423288 L4_chemical_C3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.690426439 C6_control_A1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.322693782 C6_control_A3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.190520049 C6_control_B1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.514252212 C6_control_B2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.250733635 C6_control_B3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 6.352280631 C6_control_C1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.397931355 C6_control_C2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.865299357 C6_control_C3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.947410119 C6_chemical_A1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.303035316 C6_chemical_A3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.773138683 C6_chemical_B1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.533499131 C6_chemical_B2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.485745265 C6_chemical_B3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.998114233 C6_chemical_C1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.805729035 C6_chemical_C2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.51666838 C6_chemical_C3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.890344671 L4_control_A1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.652604966 L4_control_A2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 6.189058025 L4_control_A3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.727103651 L4_control_B1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 6.131132427 L4_control_B2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 6.580952903 L4_control_B3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.588465902 L4_control_C2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.146603692 L4_control_C3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 6.475216916 L4_chemical_A1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.826779438 L4_chemical_A2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 6.355943487 L4_chemical_A3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.490814828 L4_chemical_B1 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.531669254 L4_chemical_B2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.93834768 L4_chemical_B3 +LQ07X011750 Putative disease resistance RPP13-like protein 1 4.954031176 L4_chemical_C2 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.476792564 L4_chemical_C3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.679636922 C6_control_A1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.563029068 C6_control_A3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.752307455 C6_control_B1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.412547316 C6_control_B2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.67412949 C6_control_B3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.039720489 C6_control_C1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.046817713 C6_control_C2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.437179483 C6_control_C3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.801843361 C6_chemical_A1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.890699576 C6_chemical_A3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.11968405 C6_chemical_B1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.413402422 C6_chemical_B2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.544820309 C6_chemical_B3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.077371674 C6_chemical_C1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.479408468 C6_chemical_C2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.806043173 C6_chemical_C3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.64089476 L4_control_A1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.616192053 L4_control_A2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.952615292 L4_control_A3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.573219594 L4_control_B1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 6.213721705 L4_control_B2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.565990298 L4_control_B3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.075393552 L4_control_C2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.120413493 L4_control_C3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.547867219 L4_chemical_A1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.614629391 L4_chemical_A2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 6.44737254 L4_chemical_A3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.386732146 L4_chemical_B1 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.059236205 L4_chemical_B2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.684272734 L4_chemical_B3 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.015803175 L4_chemical_C2 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.158984782 L4_chemical_C3 +LQ07X011780 Hypothetical protein 7.582195615 C6_control_A1 +LQ07X011780 Hypothetical protein 5.932513694 C6_control_A3 +LQ07X011780 Hypothetical protein 8.228220413 C6_control_B1 +LQ07X011780 Hypothetical protein 8.070337541 C6_control_B2 +LQ07X011780 Hypothetical protein 7.290691463 C6_control_B3 +LQ07X011780 Hypothetical protein 7.905710838 C6_control_C1 +LQ07X011780 Hypothetical protein 6.284884483 C6_control_C2 +LQ07X011780 Hypothetical protein 6.795941426 C6_control_C3 +LQ07X011780 Hypothetical protein 7.369655035 C6_chemical_A1 +LQ07X011780 Hypothetical protein 6.230358074 C6_chemical_A3 +LQ07X011780 Hypothetical protein 7.183815765 C6_chemical_B1 +LQ07X011780 Hypothetical protein 7.552817988 C6_chemical_B2 +LQ07X011780 Hypothetical protein 7.375007441 C6_chemical_B3 +LQ07X011780 Hypothetical protein 7.429303917 C6_chemical_C1 +LQ07X011780 Hypothetical protein 6.796156904 C6_chemical_C2 +LQ07X011780 Hypothetical protein 7.189708728 C6_chemical_C3 +LQ07X011780 Hypothetical protein 5.844464295 L4_control_A1 +LQ07X011780 Hypothetical protein 5.635191631 L4_control_A2 +LQ07X011780 Hypothetical protein 5.304783104 L4_control_A3 +LQ07X011780 Hypothetical protein 5.546456465 L4_control_B1 +LQ07X011780 Hypothetical protein 6.012156728 L4_control_B2 +LQ07X011780 Hypothetical protein 6.230751002 L4_control_B3 +LQ07X011780 Hypothetical protein 5.758648749 L4_control_C2 +LQ07X011780 Hypothetical protein 6.435071323 L4_control_C3 +LQ07X011780 Hypothetical protein 6.375222438 L4_chemical_A1 +LQ07X011780 Hypothetical protein 5.638241568 L4_chemical_A2 +LQ07X011780 Hypothetical protein 5.487098107 L4_chemical_A3 +LQ07X011780 Hypothetical protein 6.53030045 L4_chemical_B1 +LQ07X011780 Hypothetical protein 5.636750421 L4_chemical_B2 +LQ07X011780 Hypothetical protein 6.5546474 L4_chemical_B3 +LQ07X011780 Hypothetical protein 5.656078555 L4_chemical_C2 +LQ07X011780 Hypothetical protein 5.804795694 L4_chemical_C3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 12.87669592 C6_control_A1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 13.03941853 C6_control_A3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 12.57669379 C6_control_B1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 11.16751767 C6_control_B2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 10.33779344 C6_control_B3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.872585494 C6_control_C1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.970540769 C6_control_C2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 7.963320203 C6_control_C3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 12.52920145 C6_chemical_A1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 12.49976875 C6_chemical_A3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 11.16925183 C6_chemical_B1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 10.92823514 C6_chemical_B2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 9.447295629 C6_chemical_B3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 7.151946743 C6_chemical_C1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.999402667 C6_chemical_C2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 7.193851319 C6_chemical_C3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 11.18721766 L4_control_A1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 12.57821072 L4_control_A2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 10.91308533 L4_control_A3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 10.77326547 L4_control_B1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 10.77868152 L4_control_B2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 8.839503455 L4_control_B3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.1920273 L4_control_C2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.581587224 L4_control_C3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 10.51797155 L4_chemical_A1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 11.50840103 L4_chemical_A2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 10.91067804 L4_chemical_A3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 11.54250905 L4_chemical_B1 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 11.1048027 L4_chemical_B2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 11.91274701 L4_chemical_B3 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 5.584076135 L4_chemical_C2 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.393941443 L4_chemical_C3 +LQ07X011870 At1g53530 12.2057368 C6_control_A1 +LQ07X011870 At1g53530 12.68258533 C6_control_A3 +LQ07X011870 At1g53530 12.07378325 C6_control_B1 +LQ07X011870 At1g53530 11.57775617 C6_control_B2 +LQ07X011870 At1g53530 11.9108306 C6_control_B3 +LQ07X011870 At1g53530 11.0681216 C6_control_C1 +LQ07X011870 At1g53530 11.04315463 C6_control_C2 +LQ07X011870 At1g53530 11.00557352 C6_control_C3 +LQ07X011870 At1g53530 12.02130819 C6_chemical_A1 +LQ07X011870 At1g53530 12.45087058 C6_chemical_A3 +LQ07X011870 At1g53530 11.90455281 C6_chemical_B1 +LQ07X011870 At1g53530 11.47137452 C6_chemical_B2 +LQ07X011870 At1g53530 11.30605539 C6_chemical_B3 +LQ07X011870 At1g53530 11.2996168 C6_chemical_C1 +LQ07X011870 At1g53530 10.91910551 C6_chemical_C2 +LQ07X011870 At1g53530 10.65378242 C6_chemical_C3 +LQ07X011870 At1g53530 12.43654814 L4_control_A1 +LQ07X011870 At1g53530 12.54153144 L4_control_A2 +LQ07X011870 At1g53530 12.17009889 L4_control_A3 +LQ07X011870 At1g53530 11.94901672 L4_control_B1 +LQ07X011870 At1g53530 11.83344912 L4_control_B2 +LQ07X011870 At1g53530 11.41218545 L4_control_B3 +LQ07X011870 At1g53530 11.0784934 L4_control_C2 +LQ07X011870 At1g53530 10.45968009 L4_control_C3 +LQ07X011870 At1g53530 11.61009763 L4_chemical_A1 +LQ07X011870 At1g53530 11.95257878 L4_chemical_A2 +LQ07X011870 At1g53530 12.02758707 L4_chemical_A3 +LQ07X011870 At1g53530 12.11503444 L4_chemical_B1 +LQ07X011870 At1g53530 12.02461295 L4_chemical_B2 +LQ07X011870 At1g53530 11.88409667 L4_chemical_B3 +LQ07X011870 At1g53530 11.22642185 L4_chemical_C2 +LQ07X011870 At1g53530 10.54269178 L4_chemical_C3 +LQ07X011910 Secologanin synthase 13.00500173 C6_control_A1 +LQ07X011910 Secologanin synthase 12.37631226 C6_control_A3 +LQ07X011910 Secologanin synthase 12.96375627 C6_control_B1 +LQ07X011910 Secologanin synthase 13.80590508 C6_control_B2 +LQ07X011910 Secologanin synthase 12.90518452 C6_control_B3 +LQ07X011910 Secologanin synthase 14.47524466 C6_control_C1 +LQ07X011910 Secologanin synthase 14.32454847 C6_control_C2 +LQ07X011910 Secologanin synthase 13.88210721 C6_control_C3 +LQ07X011910 Secologanin synthase 13.2359861 C6_chemical_A1 +LQ07X011910 Secologanin synthase 12.97353435 C6_chemical_A3 +LQ07X011910 Secologanin synthase 13.28385952 C6_chemical_B1 +LQ07X011910 Secologanin synthase 14.05441462 C6_chemical_B2 +LQ07X011910 Secologanin synthase 13.21284177 C6_chemical_B3 +LQ07X011910 Secologanin synthase 14.5608034 C6_chemical_C1 +LQ07X011910 Secologanin synthase 14.46114938 C6_chemical_C2 +LQ07X011910 Secologanin synthase 14.29926088 C6_chemical_C3 +LQ07X011910 Secologanin synthase 12.69177783 L4_control_A1 +LQ07X011910 Secologanin synthase 12.64873697 L4_control_A2 +LQ07X011910 Secologanin synthase 12.14209274 L4_control_A3 +LQ07X011910 Secologanin synthase 13.04899135 L4_control_B1 +LQ07X011910 Secologanin synthase 13.10702132 L4_control_B2 +LQ07X011910 Secologanin synthase 13.44535921 L4_control_B3 +LQ07X011910 Secologanin synthase 13.3052268 L4_control_C2 +LQ07X011910 Secologanin synthase 12.75833212 L4_control_C3 +LQ07X011910 Secologanin synthase 13.11877357 L4_chemical_A1 +LQ07X011910 Secologanin synthase 13.0451192 L4_chemical_A2 +LQ07X011910 Secologanin synthase 12.45207887 L4_chemical_A3 +LQ07X011910 Secologanin synthase 13.00776606 L4_chemical_B1 +LQ07X011910 Secologanin synthase 12.63470326 L4_chemical_B2 +LQ07X011910 Secologanin synthase 12.96663175 L4_chemical_B3 +LQ07X011910 Secologanin synthase 13.03664475 L4_chemical_C2 +LQ07X011910 Secologanin synthase 13.10115027 L4_chemical_C3 +LQ07X011920 Putative Secologanin synthase 8.92529582 C6_control_A1 +LQ07X011920 Putative Secologanin synthase 9.879729247 C6_control_A3 +LQ07X011920 Putative Secologanin synthase 8.43663069 C6_control_B1 +LQ07X011920 Putative Secologanin synthase 7.876551463 C6_control_B2 +LQ07X011920 Putative Secologanin synthase 8.678123622 C6_control_B3 +LQ07X011920 Putative Secologanin synthase 8.519144196 C6_control_C1 +LQ07X011920 Putative Secologanin synthase 10.03850256 C6_control_C2 +LQ07X011920 Putative Secologanin synthase 8.874448927 C6_control_C3 +LQ07X011920 Putative Secologanin synthase 10.44969182 C6_chemical_A1 +LQ07X011920 Putative Secologanin synthase 9.319842262 C6_chemical_A3 +LQ07X011920 Putative Secologanin synthase 9.997995147 C6_chemical_B1 +LQ07X011920 Putative Secologanin synthase 9.104549065 C6_chemical_B2 +LQ07X011920 Putative Secologanin synthase 9.659592424 C6_chemical_B3 +LQ07X011920 Putative Secologanin synthase 9.986243664 C6_chemical_C1 +LQ07X011920 Putative Secologanin synthase 9.687369693 C6_chemical_C2 +LQ07X011920 Putative Secologanin synthase 10.38021176 C6_chemical_C3 +LQ07X011920 Putative Secologanin synthase 9.75368742 L4_control_A1 +LQ07X011920 Putative Secologanin synthase 10.73414612 L4_control_A2 +LQ07X011920 Putative Secologanin synthase 7.904257242 L4_control_A3 +LQ07X011920 Putative Secologanin synthase 9.305134726 L4_control_B1 +LQ07X011920 Putative Secologanin synthase 9.36173163 L4_control_B2 +LQ07X011920 Putative Secologanin synthase 8.99700673 L4_control_B3 +LQ07X011920 Putative Secologanin synthase 10.49679364 L4_control_C2 +LQ07X011920 Putative Secologanin synthase 10.24274196 L4_control_C3 +LQ07X011920 Putative Secologanin synthase 9.22177612 L4_chemical_A1 +LQ07X011920 Putative Secologanin synthase 9.988282927 L4_chemical_A2 +LQ07X011920 Putative Secologanin synthase 9.040513467 L4_chemical_A3 +LQ07X011920 Putative Secologanin synthase 9.2161822 L4_chemical_B1 +LQ07X011920 Putative Secologanin synthase 9.511093916 L4_chemical_B2 +LQ07X011920 Putative Secologanin synthase 9.321707247 L4_chemical_B3 +LQ07X011920 Putative Secologanin synthase 10.88677296 L4_chemical_C2 +LQ07X011920 Putative Secologanin synthase 10.74865058 L4_chemical_C3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.00285944 C6_control_A1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 13.83129478 C6_control_A3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.482009 C6_control_B1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.17174971 C6_control_B2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.72027715 C6_control_B3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.07644615 C6_control_C1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.05145052 C6_control_C2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.17583166 C6_control_C3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.04089387 C6_chemical_A1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.23936334 C6_chemical_A3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.65667088 C6_chemical_B1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.25693665 C6_chemical_B2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.48649023 C6_chemical_B3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.04745922 C6_chemical_C1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.36212948 C6_chemical_C2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.39210244 C6_chemical_C3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 13.66154109 L4_control_A1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 13.49045864 L4_control_A2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 13.95851216 L4_control_A3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.48989299 L4_control_B1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 13.9456295 L4_control_B2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.64327182 L4_control_B3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.30793743 L4_control_C2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.74623684 L4_control_C3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.32812918 L4_chemical_A1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.11217904 L4_chemical_A2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 13.79215236 L4_chemical_A3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.83445451 L4_chemical_B1 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.55211661 L4_chemical_B2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.57864862 L4_chemical_B3 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.56286186 L4_chemical_C2 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.74474714 L4_chemical_C3 +LQ07X012060 Putative F-box protein At5g55150 11.18928197 C6_control_A1 +LQ07X012060 Putative F-box protein At5g55150 11.35615501 C6_control_A3 +LQ07X012060 Putative F-box protein At5g55150 10.852273 C6_control_B1 +LQ07X012060 Putative F-box protein At5g55150 10.94079344 C6_control_B2 +LQ07X012060 Putative F-box protein At5g55150 10.88477126 C6_control_B3 +LQ07X012060 Putative F-box protein At5g55150 11.17357344 C6_control_C1 +LQ07X012060 Putative F-box protein At5g55150 11.44967657 C6_control_C2 +LQ07X012060 Putative F-box protein At5g55150 11.41676461 C6_control_C3 +LQ07X012060 Putative F-box protein At5g55150 10.81877306 C6_chemical_A1 +LQ07X012060 Putative F-box protein At5g55150 10.85869808 C6_chemical_A3 +LQ07X012060 Putative F-box protein At5g55150 10.55621474 C6_chemical_B1 +LQ07X012060 Putative F-box protein At5g55150 10.82230148 C6_chemical_B2 +LQ07X012060 Putative F-box protein At5g55150 10.66613264 C6_chemical_B3 +LQ07X012060 Putative F-box protein At5g55150 11.096341 C6_chemical_C1 +LQ07X012060 Putative F-box protein At5g55150 11.2649518 C6_chemical_C2 +LQ07X012060 Putative F-box protein At5g55150 11.28467499 C6_chemical_C3 +LQ07X012060 Putative F-box protein At5g55150 9.342800327 L4_control_A1 +LQ07X012060 Putative F-box protein At5g55150 7.048990212 L4_control_A2 +LQ07X012060 Putative F-box protein At5g55150 7.768450696 L4_control_A3 +LQ07X012060 Putative F-box protein At5g55150 6.727368802 L4_control_B1 +LQ07X012060 Putative F-box protein At5g55150 8.387954912 L4_control_B2 +LQ07X012060 Putative F-box protein At5g55150 8.358647012 L4_control_B3 +LQ07X012060 Putative F-box protein At5g55150 8.820362381 L4_control_C2 +LQ07X012060 Putative F-box protein At5g55150 7.469536621 L4_control_C3 +LQ07X012060 Putative F-box protein At5g55150 9.504452431 L4_chemical_A1 +LQ07X012060 Putative F-box protein At5g55150 8.366139225 L4_chemical_A2 +LQ07X012060 Putative F-box protein At5g55150 7.965360794 L4_chemical_A3 +LQ07X012060 Putative F-box protein At5g55150 9.494082042 L4_chemical_B1 +LQ07X012060 Putative F-box protein At5g55150 7.637594432 L4_chemical_B2 +LQ07X012060 Putative F-box protein At5g55150 7.718445765 L4_chemical_B3 +LQ07X012060 Putative F-box protein At5g55150 8.649976533 L4_chemical_C2 +LQ07X012060 Putative F-box protein At5g55150 8.341455013 L4_chemical_C3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.77306463 C6_control_A1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.19162314 C6_control_A3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.09114287 C6_control_B1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.71147334 C6_control_B2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.42220403 C6_control_B3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.34375851 C6_control_C1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.44713241 C6_control_C2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.91482129 C6_control_C3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.34699159 C6_chemical_A1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.98382584 C6_chemical_A3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.86602529 C6_chemical_B1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.56816645 C6_chemical_B2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.45013002 C6_chemical_B3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.36577102 C6_chemical_C1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.40016211 C6_chemical_C2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 11.80188571 C6_chemical_C3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 8.467896082 L4_control_A1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 8.314716193 L4_control_A2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.590195518 L4_control_A3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 7.796236235 L4_control_B1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.651229527 L4_control_B2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.110022491 L4_control_B3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.77356977 L4_control_C2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.866290303 L4_control_C3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.097982569 L4_chemical_A1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.231133607 L4_chemical_A2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.60385305 L4_chemical_A3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.13133351 L4_chemical_B1 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.673978596 L4_chemical_B2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 8.318303123 L4_chemical_B3 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.21775092 L4_chemical_C2 +LQ07X012070 Putative Probable disease resistance protein At4g27220 9.857734072 L4_chemical_C3 +LQ07X012090 Putative callose synthase 8 5.525479498 C6_control_A1 +LQ07X012090 Putative callose synthase 8 5.107818282 C6_control_A3 +LQ07X012090 Putative callose synthase 8 4.9000039 C6_control_B1 +LQ07X012090 Putative callose synthase 8 4.805432331 C6_control_B2 +LQ07X012090 Putative callose synthase 8 5.138800899 C6_control_B3 +LQ07X012090 Putative callose synthase 8 4.78554162 C6_control_C1 +LQ07X012090 Putative callose synthase 8 4.831117327 C6_control_C2 +LQ07X012090 Putative callose synthase 8 4.684701089 C6_control_C3 +LQ07X012090 Putative callose synthase 8 5.05008022 C6_chemical_A1 +LQ07X012090 Putative callose synthase 8 4.967971865 C6_chemical_A3 +LQ07X012090 Putative callose synthase 8 4.982203802 C6_chemical_B1 +LQ07X012090 Putative callose synthase 8 4.867607549 C6_chemical_B2 +LQ07X012090 Putative callose synthase 8 4.903203449 C6_chemical_B3 +LQ07X012090 Putative callose synthase 8 5.129797261 C6_chemical_C1 +LQ07X012090 Putative callose synthase 8 4.648532692 C6_chemical_C2 +LQ07X012090 Putative callose synthase 8 5.161240856 C6_chemical_C3 +LQ07X012090 Putative callose synthase 8 5.310819322 L4_control_A1 +LQ07X012090 Putative callose synthase 8 5.225440173 L4_control_A2 +LQ07X012090 Putative callose synthase 8 5.691950022 L4_control_A3 +LQ07X012090 Putative callose synthase 8 5.430620639 L4_control_B1 +LQ07X012090 Putative callose synthase 8 4.898334318 L4_control_B2 +LQ07X012090 Putative callose synthase 8 4.889925653 L4_control_B3 +LQ07X012090 Putative callose synthase 8 5.632967594 L4_control_C2 +LQ07X012090 Putative callose synthase 8 4.658328825 L4_control_C3 +LQ07X012090 Putative callose synthase 8 5.355715089 L4_chemical_A1 +LQ07X012090 Putative callose synthase 8 5.197777187 L4_chemical_A2 +LQ07X012090 Putative callose synthase 8 5.382675857 L4_chemical_A3 +LQ07X012090 Putative callose synthase 8 4.527258329 L4_chemical_B1 +LQ07X012090 Putative callose synthase 8 5.509747914 L4_chemical_B2 +LQ07X012090 Putative callose synthase 8 5.093278979 L4_chemical_B3 +LQ07X012090 Putative callose synthase 8 5.867136143 L4_chemical_C2 +LQ07X012090 Putative callose synthase 8 4.957633094 L4_chemical_C3 +LQ07X012350 Hypothetical protein 5.608999481 C6_control_A1 +LQ07X012350 Hypothetical protein 5.540783348 C6_control_A3 +LQ07X012350 Hypothetical protein 4.877769661 C6_control_B1 +LQ07X012350 Hypothetical protein 5.258623508 C6_control_B2 +LQ07X012350 Hypothetical protein 5.237385072 C6_control_B3 +LQ07X012350 Hypothetical protein 5.228023438 C6_control_C1 +LQ07X012350 Hypothetical protein 5.306856953 C6_control_C2 +LQ07X012350 Hypothetical protein 5.382983478 C6_control_C3 +LQ07X012350 Hypothetical protein 5.255102598 C6_chemical_A1 +LQ07X012350 Hypothetical protein 5.784945335 C6_chemical_A3 +LQ07X012350 Hypothetical protein 5.483302712 C6_chemical_B1 +LQ07X012350 Hypothetical protein 5.44697077 C6_chemical_B2 +LQ07X012350 Hypothetical protein 4.897951007 C6_chemical_B3 +LQ07X012350 Hypothetical protein 5.355505771 C6_chemical_C1 +LQ07X012350 Hypothetical protein 5.387279609 C6_chemical_C2 +LQ07X012350 Hypothetical protein 5.589175328 C6_chemical_C3 +LQ07X012350 Hypothetical protein 6.142762353 L4_control_A1 +LQ07X012350 Hypothetical protein 5.267065813 L4_control_A2 +LQ07X012350 Hypothetical protein 5.363471757 L4_control_A3 +LQ07X012350 Hypothetical protein 5.633295843 L4_control_B1 +LQ07X012350 Hypothetical protein 4.9662676 L4_control_B2 +LQ07X012350 Hypothetical protein 5.428416073 L4_control_B3 +LQ07X012350 Hypothetical protein 5.232027786 L4_control_C2 +LQ07X012350 Hypothetical protein 4.797798048 L4_control_C3 +LQ07X012350 Hypothetical protein 5.446717433 L4_chemical_A1 +LQ07X012350 Hypothetical protein 5.20939722 L4_chemical_A2 +LQ07X012350 Hypothetical protein 5.46417291 L4_chemical_A3 +LQ07X012350 Hypothetical protein 5.346153724 L4_chemical_B1 +LQ07X012350 Hypothetical protein 5.261584558 L4_chemical_B2 +LQ07X012350 Hypothetical protein 5.816612746 L4_chemical_B3 +LQ07X012350 Hypothetical protein 5.100318038 L4_chemical_C2 +LQ07X012350 Hypothetical protein 4.834083613 L4_chemical_C3 +LQ07X012370 Hypothetical protein 6.608104822 C6_control_A1 +LQ07X012370 Hypothetical protein 6.035473702 C6_control_A3 +LQ07X012370 Hypothetical protein 6.247990246 C6_control_B1 +LQ07X012370 Hypothetical protein 6.992664893 C6_control_B2 +LQ07X012370 Hypothetical protein 6.691563863 C6_control_B3 +LQ07X012370 Hypothetical protein 7.973490901 C6_control_C1 +LQ07X012370 Hypothetical protein 8.106241473 C6_control_C2 +LQ07X012370 Hypothetical protein 8.382310903 C6_control_C3 +LQ07X012370 Hypothetical protein 6.340267321 C6_chemical_A1 +LQ07X012370 Hypothetical protein 6.394863052 C6_chemical_A3 +LQ07X012370 Hypothetical protein 6.512324229 C6_chemical_B1 +LQ07X012370 Hypothetical protein 7.033433005 C6_chemical_B2 +LQ07X012370 Hypothetical protein 6.614241254 C6_chemical_B3 +LQ07X012370 Hypothetical protein 7.662734111 C6_chemical_C1 +LQ07X012370 Hypothetical protein 7.992146114 C6_chemical_C2 +LQ07X012370 Hypothetical protein 8.679990861 C6_chemical_C3 +LQ07X012370 Hypothetical protein 6.444913969 L4_control_A1 +LQ07X012370 Hypothetical protein 6.662443978 L4_control_A2 +LQ07X012370 Hypothetical protein 5.967103841 L4_control_A3 +LQ07X012370 Hypothetical protein 6.666145908 L4_control_B1 +LQ07X012370 Hypothetical protein 7.010602686 L4_control_B2 +LQ07X012370 Hypothetical protein 7.835764572 L4_control_B3 +LQ07X012370 Hypothetical protein 8.585835729 L4_control_C2 +LQ07X012370 Hypothetical protein 8.564809591 L4_control_C3 +LQ07X012370 Hypothetical protein 6.216356045 L4_chemical_A1 +LQ07X012370 Hypothetical protein 6.772771199 L4_chemical_A2 +LQ07X012370 Hypothetical protein 5.269790264 L4_chemical_A3 +LQ07X012370 Hypothetical protein 7.422783043 L4_chemical_B1 +LQ07X012370 Hypothetical protein 7.517736055 L4_chemical_B2 +LQ07X012370 Hypothetical protein 6.702403405 L4_chemical_B3 +LQ07X012370 Hypothetical protein 9.013535797 L4_chemical_C2 +LQ07X012370 Hypothetical protein 8.630614394 L4_chemical_C3 +LQ07X012460 Glutaminyl-tRNA synthetase 9.930812078 C6_control_A1 +LQ07X012460 Glutaminyl-tRNA synthetase 10.21479917 C6_control_A3 +LQ07X012460 Glutaminyl-tRNA synthetase 9.603094569 C6_control_B1 +LQ07X012460 Glutaminyl-tRNA synthetase 10.20618864 C6_control_B2 +LQ07X012460 Glutaminyl-tRNA synthetase 9.400464493 C6_control_B3 +LQ07X012460 Glutaminyl-tRNA synthetase 10.73804112 C6_control_C1 +LQ07X012460 Glutaminyl-tRNA synthetase 12.10150775 C6_control_C2 +LQ07X012460 Glutaminyl-tRNA synthetase 10.69986428 C6_control_C3 +LQ07X012460 Glutaminyl-tRNA synthetase 10.58344092 C6_chemical_A1 +LQ07X012460 Glutaminyl-tRNA synthetase 10.32942371 C6_chemical_A3 +LQ07X012460 Glutaminyl-tRNA synthetase 10.22783197 C6_chemical_B1 +LQ07X012460 Glutaminyl-tRNA synthetase 11.01046535 C6_chemical_B2 +LQ07X012460 Glutaminyl-tRNA synthetase 10.36038586 C6_chemical_B3 +LQ07X012460 Glutaminyl-tRNA synthetase 11.21873902 C6_chemical_C1 +LQ07X012460 Glutaminyl-tRNA synthetase 11.69917622 C6_chemical_C2 +LQ07X012460 Glutaminyl-tRNA synthetase 11.26479022 C6_chemical_C3 +LQ07X012460 Glutaminyl-tRNA synthetase 10.43265732 L4_control_A1 +LQ07X012460 Glutaminyl-tRNA synthetase 10.9481863 L4_control_A2 +LQ07X012460 Glutaminyl-tRNA synthetase 10.44313478 L4_control_A3 +LQ07X012460 Glutaminyl-tRNA synthetase 10.2788332 L4_control_B1 +LQ07X012460 Glutaminyl-tRNA synthetase 10.54652586 L4_control_B2 +LQ07X012460 Glutaminyl-tRNA synthetase 11.34713727 L4_control_B3 +LQ07X012460 Glutaminyl-tRNA synthetase 11.83332341 L4_control_C2 +LQ07X012460 Glutaminyl-tRNA synthetase 12.1351468 L4_control_C3 +LQ07X012460 Glutaminyl-tRNA synthetase 10.37780578 L4_chemical_A1 +LQ07X012460 Glutaminyl-tRNA synthetase 10.62205797 L4_chemical_A2 +LQ07X012460 Glutaminyl-tRNA synthetase 10.12324559 L4_chemical_A3 +LQ07X012460 Glutaminyl-tRNA synthetase 9.951808698 L4_chemical_B1 +LQ07X012460 Glutaminyl-tRNA synthetase 10.25736528 L4_chemical_B2 +LQ07X012460 Glutaminyl-tRNA synthetase 10.58091001 L4_chemical_B3 +LQ07X012460 Glutaminyl-tRNA synthetase 11.47975674 L4_chemical_C2 +LQ07X012460 Glutaminyl-tRNA synthetase 11.84203642 L4_chemical_C3 +LQ07X012600 Heme-binding protein, putative 14.33863948 C6_control_A1 +LQ07X012600 Heme-binding protein, putative 14.33226018 C6_control_A3 +LQ07X012600 Heme-binding protein, putative 14.7388215 C6_control_B1 +LQ07X012600 Heme-binding protein, putative 15.09987215 C6_control_B2 +LQ07X012600 Heme-binding protein, putative 14.83626271 C6_control_B3 +LQ07X012600 Heme-binding protein, putative 15.00328157 C6_control_C1 +LQ07X012600 Heme-binding protein, putative 14.93882187 C6_control_C2 +LQ07X012600 Heme-binding protein, putative 14.7856516 C6_control_C3 +LQ07X012600 Heme-binding protein, putative 14.6640862 C6_chemical_A1 +LQ07X012600 Heme-binding protein, putative 14.68741787 C6_chemical_A3 +LQ07X012600 Heme-binding protein, putative 14.9165263 C6_chemical_B1 +LQ07X012600 Heme-binding protein, putative 15.35836417 C6_chemical_B2 +LQ07X012600 Heme-binding protein, putative 14.97015518 C6_chemical_B3 +LQ07X012600 Heme-binding protein, putative 15.28690441 C6_chemical_C1 +LQ07X012600 Heme-binding protein, putative 15.27370987 C6_chemical_C2 +LQ07X012600 Heme-binding protein, putative 14.72832913 C6_chemical_C3 +LQ07X012600 Heme-binding protein, putative 14.16245251 L4_control_A1 +LQ07X012600 Heme-binding protein, putative 14.27402398 L4_control_A2 +LQ07X012600 Heme-binding protein, putative 13.71915177 L4_control_A3 +LQ07X012600 Heme-binding protein, putative 14.99012576 L4_control_B1 +LQ07X012600 Heme-binding protein, putative 14.77894888 L4_control_B2 +LQ07X012600 Heme-binding protein, putative 15.07263742 L4_control_B3 +LQ07X012600 Heme-binding protein, putative 14.87774254 L4_control_C2 +LQ07X012600 Heme-binding protein, putative 14.90207953 L4_control_C3 +LQ07X012600 Heme-binding protein, putative 14.95941228 L4_chemical_A1 +LQ07X012600 Heme-binding protein, putative 14.99421565 L4_chemical_A2 +LQ07X012600 Heme-binding protein, putative 13.55539569 L4_chemical_A3 +LQ07X012600 Heme-binding protein, putative 14.83741443 L4_chemical_B1 +LQ07X012600 Heme-binding protein, putative 15.11580803 L4_chemical_B2 +LQ07X012600 Heme-binding protein, putative 14.75020769 L4_chemical_B3 +LQ07X012600 Heme-binding protein, putative 14.99574911 L4_chemical_C2 +LQ07X012600 Heme-binding protein, putative 15.1184546 L4_chemical_C3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.14443195 C6_control_A1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.92532243 C6_control_A3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.61611544 C6_control_B1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.07019968 C6_control_B2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.98749312 C6_control_B3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.48435003 C6_control_C1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.125273 C6_control_C2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.18550257 C6_control_C3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.87992924 C6_chemical_A1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.02336042 C6_chemical_A3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.40245733 C6_chemical_B1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.2162495 C6_chemical_B2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.83842667 C6_chemical_B3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.31264248 C6_chemical_C1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.00174523 C6_chemical_C2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.72860875 C6_chemical_C3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.42164087 L4_control_A1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.80006305 L4_control_A2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.57849596 L4_control_A3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.9786678 L4_control_B1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.23801012 L4_control_B2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.62496747 L4_control_B3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.39510181 L4_control_C2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.643998 L4_control_C3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.19753729 L4_chemical_A1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.03378365 L4_chemical_A2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.81342737 L4_chemical_A3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.73590977 L4_chemical_B1 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.70116965 L4_chemical_B2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 11.57755512 L4_chemical_B3 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.38396787 L4_chemical_C2 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.5911823 L4_chemical_C3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.309837999 C6_control_A1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.641681071 C6_control_A3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.265802279 C6_control_B1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.53556494 C6_control_B2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.381356555 C6_control_B3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.506077056 C6_control_C1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.204005628 C6_control_C2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.318704881 C6_control_C3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.550658915 C6_chemical_A1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.355078904 C6_chemical_A3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.247985924 C6_chemical_B1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.294990341 C6_chemical_B2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.285139184 C6_chemical_B3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.267614921 C6_chemical_C1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.341841109 C6_chemical_C2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.295468918 C6_chemical_C3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.25922094 L4_control_A1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.529812916 L4_control_A2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.984768316 L4_control_A3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.627791163 L4_control_B1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.918608516 L4_control_B2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.371144186 L4_control_B3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 6.152035475 L4_control_C2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.301299535 L4_control_C3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.450559575 L4_chemical_A1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.670990892 L4_chemical_A2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.895675001 L4_chemical_A3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.850622531 L4_chemical_B1 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 6.445878767 L4_chemical_B2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.281410246 L4_chemical_B3 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.867366789 L4_chemical_C2 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.722105248 L4_chemical_C3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.414779253 C6_control_A1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.172963126 C6_control_A3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.269711321 C6_control_B1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.662331563 C6_control_B2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.528847509 C6_control_B3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.643545567 C6_control_C1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.499588943 C6_control_C2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.620198727 C6_control_C3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.444269063 C6_chemical_A1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.019674092 C6_chemical_A3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.143173621 C6_chemical_B1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.487140363 C6_chemical_B2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.679406588 C6_chemical_B3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.566230173 C6_chemical_C1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.523930642 C6_chemical_C2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.263391458 C6_chemical_C3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.578029615 L4_control_A1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.628245582 L4_control_A2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.570669043 L4_control_A3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.173359201 L4_control_B1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.980848198 L4_control_B2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.580505584 L4_control_B3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.03739221 L4_control_C2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 6.352195377 L4_control_C3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.360728393 L4_chemical_A1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.609957413 L4_chemical_A2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.521897605 L4_chemical_A3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.388213967 L4_chemical_B1 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 6.046551837 L4_chemical_B2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.693672071 L4_chemical_B3 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.465509847 L4_chemical_C2 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.38768379 L4_chemical_C3 +LQ07X012650 Interactor of constitutive active ROPs 1 12.99328687 C6_control_A1 +LQ07X012650 Interactor of constitutive active ROPs 1 13.13460392 C6_control_A3 +LQ07X012650 Interactor of constitutive active ROPs 1 13.07890846 C6_control_B1 +LQ07X012650 Interactor of constitutive active ROPs 1 13.3851825 C6_control_B2 +LQ07X012650 Interactor of constitutive active ROPs 1 13.22418369 C6_control_B3 +LQ07X012650 Interactor of constitutive active ROPs 1 9.486418239 C6_control_C1 +LQ07X012650 Interactor of constitutive active ROPs 1 9.721449547 C6_control_C2 +LQ07X012650 Interactor of constitutive active ROPs 1 10.10873193 C6_control_C3 +LQ07X012650 Interactor of constitutive active ROPs 1 12.64294051 C6_chemical_A1 +LQ07X012650 Interactor of constitutive active ROPs 1 13.05454907 C6_chemical_A3 +LQ07X012650 Interactor of constitutive active ROPs 1 12.73726782 C6_chemical_B1 +LQ07X012650 Interactor of constitutive active ROPs 1 13.29270826 C6_chemical_B2 +LQ07X012650 Interactor of constitutive active ROPs 1 12.83567829 C6_chemical_B3 +LQ07X012650 Interactor of constitutive active ROPs 1 9.118181117 C6_chemical_C1 +LQ07X012650 Interactor of constitutive active ROPs 1 8.756194812 C6_chemical_C2 +LQ07X012650 Interactor of constitutive active ROPs 1 9.200959965 C6_chemical_C3 +LQ07X012650 Interactor of constitutive active ROPs 1 13.08462622 L4_control_A1 +LQ07X012650 Interactor of constitutive active ROPs 1 11.87422564 L4_control_A2 +LQ07X012650 Interactor of constitutive active ROPs 1 11.73555569 L4_control_A3 +LQ07X012650 Interactor of constitutive active ROPs 1 12.45892071 L4_control_B1 +LQ07X012650 Interactor of constitutive active ROPs 1 12.14256519 L4_control_B2 +LQ07X012650 Interactor of constitutive active ROPs 1 11.98023417 L4_control_B3 +LQ07X012650 Interactor of constitutive active ROPs 1 7.712892757 L4_control_C2 +LQ07X012650 Interactor of constitutive active ROPs 1 7.436837546 L4_control_C3 +LQ07X012650 Interactor of constitutive active ROPs 1 12.35658092 L4_chemical_A1 +LQ07X012650 Interactor of constitutive active ROPs 1 11.45146932 L4_chemical_A2 +LQ07X012650 Interactor of constitutive active ROPs 1 11.71326437 L4_chemical_A3 +LQ07X012650 Interactor of constitutive active ROPs 1 12.24924037 L4_chemical_B1 +LQ07X012650 Interactor of constitutive active ROPs 1 11.42548748 L4_chemical_B2 +LQ07X012650 Interactor of constitutive active ROPs 1 13.20085822 L4_chemical_B3 +LQ07X012650 Interactor of constitutive active ROPs 1 7.589962766 L4_chemical_C2 +LQ07X012650 Interactor of constitutive active ROPs 1 7.260868044 L4_chemical_C3 +LQ07X012660 Putative uncharacterized protein 5.404747698 C6_control_A1 +LQ07X012660 Putative uncharacterized protein 5.356313896 C6_control_A3 +LQ07X012660 Putative uncharacterized protein 5.003924785 C6_control_B1 +LQ07X012660 Putative uncharacterized protein 5.623223773 C6_control_B2 +LQ07X012660 Putative uncharacterized protein 5.317289037 C6_control_B3 +LQ07X012660 Putative uncharacterized protein 6.076733881 C6_control_C1 +LQ07X012660 Putative uncharacterized protein 5.765683988 C6_control_C2 +LQ07X012660 Putative uncharacterized protein 6.591389173 C6_control_C3 +LQ07X012660 Putative uncharacterized protein 5.609821993 C6_chemical_A1 +LQ07X012660 Putative uncharacterized protein 5.470098288 C6_chemical_A3 +LQ07X012660 Putative uncharacterized protein 4.907056393 C6_chemical_B1 +LQ07X012660 Putative uncharacterized protein 5.564979283 C6_chemical_B2 +LQ07X012660 Putative uncharacterized protein 5.680717094 C6_chemical_B3 +LQ07X012660 Putative uncharacterized protein 6.212522577 C6_chemical_C1 +LQ07X012660 Putative uncharacterized protein 5.926306359 C6_chemical_C2 +LQ07X012660 Putative uncharacterized protein 7.519998753 C6_chemical_C3 +LQ07X012660 Putative uncharacterized protein 5.684760214 L4_control_A1 +LQ07X012660 Putative uncharacterized protein 5.070373968 L4_control_A2 +LQ07X012660 Putative uncharacterized protein 5.724430008 L4_control_A3 +LQ07X012660 Putative uncharacterized protein 5.425541399 L4_control_B1 +LQ07X012660 Putative uncharacterized protein 5.104843735 L4_control_B2 +LQ07X012660 Putative uncharacterized protein 5.948773854 L4_control_B3 +LQ07X012660 Putative uncharacterized protein 6.174815405 L4_control_C2 +LQ07X012660 Putative uncharacterized protein 5.460916062 L4_control_C3 +LQ07X012660 Putative uncharacterized protein 5.830029421 L4_chemical_A1 +LQ07X012660 Putative uncharacterized protein 5.342234851 L4_chemical_A2 +LQ07X012660 Putative uncharacterized protein 5.453319419 L4_chemical_A3 +LQ07X012660 Putative uncharacterized protein 4.956999655 L4_chemical_B1 +LQ07X012660 Putative uncharacterized protein 5.576473618 L4_chemical_B2 +LQ07X012660 Putative uncharacterized protein 5.961809374 L4_chemical_B3 +LQ07X012660 Putative uncharacterized protein 5.400811872 L4_chemical_C2 +LQ07X012660 Putative uncharacterized protein 6.136567834 L4_chemical_C3 +LQ07X012690 Predicted protein 6.078595084 C6_control_A1 +LQ07X012690 Predicted protein 5.730310979 C6_control_A3 +LQ07X012690 Predicted protein 5.916497659 C6_control_B1 +LQ07X012690 Predicted protein 5.561234707 C6_control_B2 +LQ07X012690 Predicted protein 6.173542485 C6_control_B3 +LQ07X012690 Predicted protein 6.038944541 C6_control_C1 +LQ07X012690 Predicted protein 5.498479677 C6_control_C2 +LQ07X012690 Predicted protein 5.697058628 C6_control_C3 +LQ07X012690 Predicted protein 5.790592645 C6_chemical_A1 +LQ07X012690 Predicted protein 5.71565609 C6_chemical_A3 +LQ07X012690 Predicted protein 5.743380362 C6_chemical_B1 +LQ07X012690 Predicted protein 5.415258755 C6_chemical_B2 +LQ07X012690 Predicted protein 6.3133989 C6_chemical_B3 +LQ07X012690 Predicted protein 6.010152719 C6_chemical_C1 +LQ07X012690 Predicted protein 5.872496962 C6_chemical_C2 +LQ07X012690 Predicted protein 5.386139123 C6_chemical_C3 +LQ07X012690 Predicted protein 5.974986304 L4_control_A1 +LQ07X012690 Predicted protein 5.510902805 L4_control_A2 +LQ07X012690 Predicted protein 5.585070613 L4_control_A3 +LQ07X012690 Predicted protein 5.895835407 L4_control_B1 +LQ07X012690 Predicted protein 6.066444188 L4_control_B2 +LQ07X012690 Predicted protein 6.25253605 L4_control_B3 +LQ07X012690 Predicted protein 6.166676751 L4_control_C2 +LQ07X012690 Predicted protein 5.625988988 L4_control_C3 +LQ07X012690 Predicted protein 5.473630698 L4_chemical_A1 +LQ07X012690 Predicted protein 5.828312587 L4_chemical_A2 +LQ07X012690 Predicted protein 5.299641977 L4_chemical_A3 +LQ07X012690 Predicted protein 5.948259487 L4_chemical_B1 +LQ07X012690 Predicted protein 5.599235549 L4_chemical_B2 +LQ07X012690 Predicted protein 5.704903977 L4_chemical_B3 +LQ07X012690 Predicted protein 6.700831575 L4_chemical_C2 +LQ07X012690 Predicted protein 6.03836956 L4_chemical_C3 +LQ07X012770 Ethylene receptor 11.15162803 C6_control_A1 +LQ07X012770 Ethylene receptor 10.70558094 C6_control_A3 +LQ07X012770 Ethylene receptor 11.07389849 C6_control_B1 +LQ07X012770 Ethylene receptor 11.12511173 C6_control_B2 +LQ07X012770 Ethylene receptor 11.04004202 C6_control_B3 +LQ07X012770 Ethylene receptor 11.96567904 C6_control_C1 +LQ07X012770 Ethylene receptor 11.58915187 C6_control_C2 +LQ07X012770 Ethylene receptor 11.8383462 C6_control_C3 +LQ07X012770 Ethylene receptor 11.05575654 C6_chemical_A1 +LQ07X012770 Ethylene receptor 10.67429867 C6_chemical_A3 +LQ07X012770 Ethylene receptor 11.06873502 C6_chemical_B1 +LQ07X012770 Ethylene receptor 10.85238575 C6_chemical_B2 +LQ07X012770 Ethylene receptor 11.30392203 C6_chemical_B3 +LQ07X012770 Ethylene receptor 11.74615722 C6_chemical_C1 +LQ07X012770 Ethylene receptor 11.22258927 C6_chemical_C2 +LQ07X012770 Ethylene receptor 11.71622941 C6_chemical_C3 +LQ07X012770 Ethylene receptor 10.70064778 L4_control_A1 +LQ07X012770 Ethylene receptor 9.602758086 L4_control_A2 +LQ07X012770 Ethylene receptor 11.21206972 L4_control_A3 +LQ07X012770 Ethylene receptor 10.44001643 L4_control_B1 +LQ07X012770 Ethylene receptor 10.8182286 L4_control_B2 +LQ07X012770 Ethylene receptor 11.1756824 L4_control_B3 +LQ07X012770 Ethylene receptor 11.47411738 L4_control_C2 +LQ07X012770 Ethylene receptor 11.58799767 L4_control_C3 +LQ07X012770 Ethylene receptor 10.60301708 L4_chemical_A1 +LQ07X012770 Ethylene receptor 9.479757697 L4_chemical_A2 +LQ07X012770 Ethylene receptor 11.00426863 L4_chemical_A3 +LQ07X012770 Ethylene receptor 9.964631532 L4_chemical_B1 +LQ07X012770 Ethylene receptor 10.0248531 L4_chemical_B2 +LQ07X012770 Ethylene receptor 10.85422617 L4_chemical_B3 +LQ07X012770 Ethylene receptor 11.06764771 L4_chemical_C2 +LQ07X012770 Ethylene receptor 11.46150746 L4_chemical_C3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.83917172 C6_control_A1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.113280013 C6_control_A3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.821069424 C6_control_B1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.990029577 C6_control_B2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.358822493 C6_control_B3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.2190094 C6_control_C1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.472263971 C6_control_C2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.213972894 C6_control_C3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.535488915 C6_chemical_A1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.974220015 C6_chemical_A3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.032157104 C6_chemical_B1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.005755997 C6_chemical_B2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.809847331 C6_chemical_B3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.109967259 C6_chemical_C1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.009722459 C6_chemical_C2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.068750229 C6_chemical_C3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.995908548 L4_control_A1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.861516483 L4_control_A2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.755262366 L4_control_A3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.737187373 L4_control_B1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.094244006 L4_control_B2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.126949823 L4_control_B3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.884696663 L4_control_C2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 6.633730793 L4_control_C3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.876042918 L4_chemical_A1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.857751041 L4_chemical_A2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 6.058410372 L4_chemical_A3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.103170475 L4_chemical_B1 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.37814338 L4_chemical_B2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 4.982114522 L4_chemical_B3 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.35047462 L4_chemical_C2 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.612704281 L4_chemical_C3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.84540947 C6_control_A1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.75741203 C6_control_A3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.03240814 C6_control_B1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 15.06263808 C6_control_B2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.7512987 C6_control_B3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 15.79793802 C6_control_C1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 15.44051158 C6_control_C2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 15.41146275 C6_control_C3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.85634684 C6_chemical_A1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.31751529 C6_chemical_A3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.34850591 C6_chemical_B1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.88967422 C6_chemical_B2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.59347433 C6_chemical_B3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 15.54285483 C6_chemical_C1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 15.60308055 C6_chemical_C2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 15.2022153 C6_chemical_C3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.08215352 L4_control_A1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.67776163 L4_control_A2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.86678622 L4_control_A3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.2349355 L4_control_B1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.0781876 L4_control_B2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 15.14768742 L4_control_B3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.45828182 L4_control_C2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.67475816 L4_control_C3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.92879102 L4_chemical_A1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.61591655 L4_chemical_A2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.28330405 L4_chemical_A3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.3145735 L4_chemical_B1 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.64055328 L4_chemical_B2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.16018384 L4_chemical_B3 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.31301494 L4_chemical_C2 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 14.89389744 L4_chemical_C3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.861811978 C6_control_A1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.453963514 C6_control_A3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.718925052 C6_control_B1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.85775905 C6_control_B2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 8.023169993 C6_control_B3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.208370141 C6_control_C1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.181013515 C6_control_C2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.736723798 C6_control_C3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 8.12710961 C6_chemical_A1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.521782837 C6_chemical_A3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.108242855 C6_chemical_B1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.649708006 C6_chemical_B2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.144531022 C6_chemical_B3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.393215762 C6_chemical_C1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.77138232 C6_chemical_C2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.677147242 C6_chemical_C3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.020641545 L4_control_A1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 8.304097921 L4_control_A2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 8.261341385 L4_control_A3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.779970906 L4_control_B1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.551124536 L4_control_B2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.278328932 L4_control_B3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.457573223 L4_control_C2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 6.97588958 L4_control_C3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.091126298 L4_chemical_A1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 8.259533369 L4_chemical_A2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 8.322575333 L4_chemical_A3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.334331063 L4_chemical_B1 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.818295014 L4_chemical_B2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.173099918 L4_chemical_B3 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.466691172 L4_chemical_C2 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 7.11226998 L4_chemical_C3 +LQ07X012860 Transcription regulator, putative 13.9007913 C6_control_A1 +LQ07X012860 Transcription regulator, putative 14.16654573 C6_control_A3 +LQ07X012860 Transcription regulator, putative 13.4639457 C6_control_B1 +LQ07X012860 Transcription regulator, putative 13.84925092 C6_control_B2 +LQ07X012860 Transcription regulator, putative 13.51969179 C6_control_B3 +LQ07X012860 Transcription regulator, putative 14.18924181 C6_control_C1 +LQ07X012860 Transcription regulator, putative 14.23790251 C6_control_C2 +LQ07X012860 Transcription regulator, putative 14.13463342 C6_control_C3 +LQ07X012860 Transcription regulator, putative 13.39538348 C6_chemical_A1 +LQ07X012860 Transcription regulator, putative 13.78009004 C6_chemical_A3 +LQ07X012860 Transcription regulator, putative 12.96544976 C6_chemical_B1 +LQ07X012860 Transcription regulator, putative 13.61057784 C6_chemical_B2 +LQ07X012860 Transcription regulator, putative 13.37553471 C6_chemical_B3 +LQ07X012860 Transcription regulator, putative 14.00092301 C6_chemical_C1 +LQ07X012860 Transcription regulator, putative 13.78461325 C6_chemical_C2 +LQ07X012860 Transcription regulator, putative 13.88765502 C6_chemical_C3 +LQ07X012860 Transcription regulator, putative 13.90044295 L4_control_A1 +LQ07X012860 Transcription regulator, putative 13.75186759 L4_control_A2 +LQ07X012860 Transcription regulator, putative 13.10010247 L4_control_A3 +LQ07X012860 Transcription regulator, putative 13.17446037 L4_control_B1 +LQ07X012860 Transcription regulator, putative 12.5118754 L4_control_B2 +LQ07X012860 Transcription regulator, putative 13.56447199 L4_control_B3 +LQ07X012860 Transcription regulator, putative 12.98805285 L4_control_C2 +LQ07X012860 Transcription regulator, putative 12.9171478 L4_control_C3 +LQ07X012860 Transcription regulator, putative 13.71657968 L4_chemical_A1 +LQ07X012860 Transcription regulator, putative 13.15184853 L4_chemical_A2 +LQ07X012860 Transcription regulator, putative 13.32962173 L4_chemical_A3 +LQ07X012860 Transcription regulator, putative 12.68759391 L4_chemical_B1 +LQ07X012860 Transcription regulator, putative 12.51175593 L4_chemical_B2 +LQ07X012860 Transcription regulator, putative 13.81073467 L4_chemical_B3 +LQ07X012860 Transcription regulator, putative 12.74170325 L4_chemical_C2 +LQ07X012860 Transcription regulator, putative 13.03281538 L4_chemical_C3 +LQ07X012870 Putative uncharacterized protein 13.77362027 C6_control_A1 +LQ07X012870 Putative uncharacterized protein 13.68996841 C6_control_A3 +LQ07X012870 Putative uncharacterized protein 14.08873599 C6_control_B1 +LQ07X012870 Putative uncharacterized protein 14.40777356 C6_control_B2 +LQ07X012870 Putative uncharacterized protein 14.20573733 C6_control_B3 +LQ07X012870 Putative uncharacterized protein 14.83127681 C6_control_C1 +LQ07X012870 Putative uncharacterized protein 14.77171012 C6_control_C2 +LQ07X012870 Putative uncharacterized protein 14.90648602 C6_control_C3 +LQ07X012870 Putative uncharacterized protein 14.26923806 C6_chemical_A1 +LQ07X012870 Putative uncharacterized protein 13.65841429 C6_chemical_A3 +LQ07X012870 Putative uncharacterized protein 14.42522761 C6_chemical_B1 +LQ07X012870 Putative uncharacterized protein 14.48198967 C6_chemical_B2 +LQ07X012870 Putative uncharacterized protein 14.04457943 C6_chemical_B3 +LQ07X012870 Putative uncharacterized protein 14.83880164 C6_chemical_C1 +LQ07X012870 Putative uncharacterized protein 15.25339555 C6_chemical_C2 +LQ07X012870 Putative uncharacterized protein 14.60464578 C6_chemical_C3 +LQ07X012870 Putative uncharacterized protein 13.51483127 L4_control_A1 +LQ07X012870 Putative uncharacterized protein 14.17982848 L4_control_A2 +LQ07X012870 Putative uncharacterized protein 13.66672062 L4_control_A3 +LQ07X012870 Putative uncharacterized protein 14.55247423 L4_control_B1 +LQ07X012870 Putative uncharacterized protein 14.31521911 L4_control_B2 +LQ07X012870 Putative uncharacterized protein 14.89795573 L4_control_B3 +LQ07X012870 Putative uncharacterized protein 14.68381759 L4_control_C2 +LQ07X012870 Putative uncharacterized protein 14.768211 L4_control_C3 +LQ07X012870 Putative uncharacterized protein 13.93723217 L4_chemical_A1 +LQ07X012870 Putative uncharacterized protein 14.49578796 L4_chemical_A2 +LQ07X012870 Putative uncharacterized protein 13.13699498 L4_chemical_A3 +LQ07X012870 Putative uncharacterized protein 14.49529244 L4_chemical_B1 +LQ07X012870 Putative uncharacterized protein 14.76806055 L4_chemical_B2 +LQ07X012870 Putative uncharacterized protein 14.41209232 L4_chemical_B3 +LQ07X012870 Putative uncharacterized protein 14.91822884 L4_chemical_C2 +LQ07X012870 Putative uncharacterized protein 14.91116783 L4_chemical_C3 +LQ07X012890 Putative Ribokinase 4.963591245 C6_control_A1 +LQ07X012890 Putative Ribokinase 5.145890692 C6_control_A3 +LQ07X012890 Putative Ribokinase 5.070908832 C6_control_B1 +LQ07X012890 Putative Ribokinase 4.971424658 C6_control_B2 +LQ07X012890 Putative Ribokinase 5.273823296 C6_control_B3 +LQ07X012890 Putative Ribokinase 5.186918895 C6_control_C1 +LQ07X012890 Putative Ribokinase 5.357054378 C6_control_C2 +LQ07X012890 Putative Ribokinase 5.126577366 C6_control_C3 +LQ07X012890 Putative Ribokinase 5.004088417 C6_chemical_A1 +LQ07X012890 Putative Ribokinase 4.989345743 C6_chemical_A3 +LQ07X012890 Putative Ribokinase 5.338823651 C6_chemical_B1 +LQ07X012890 Putative Ribokinase 4.958128195 C6_chemical_B2 +LQ07X012890 Putative Ribokinase 5.010507857 C6_chemical_B3 +LQ07X012890 Putative Ribokinase 5.04008871 C6_chemical_C1 +LQ07X012890 Putative Ribokinase 5.088575547 C6_chemical_C2 +LQ07X012890 Putative Ribokinase 4.852974519 C6_chemical_C3 +LQ07X012890 Putative Ribokinase 5.092308267 L4_control_A1 +LQ07X012890 Putative Ribokinase 5.219564676 L4_control_A2 +LQ07X012890 Putative Ribokinase 5.426973086 L4_control_A3 +LQ07X012890 Putative Ribokinase 5.577965162 L4_control_B1 +LQ07X012890 Putative Ribokinase 5.112011182 L4_control_B2 +LQ07X012890 Putative Ribokinase 5.194567147 L4_control_B3 +LQ07X012890 Putative Ribokinase 5.608505418 L4_control_C2 +LQ07X012890 Putative Ribokinase 6.151120379 L4_control_C3 +LQ07X012890 Putative Ribokinase 5.24056588 L4_chemical_A1 +LQ07X012890 Putative Ribokinase 4.971677924 L4_chemical_A2 +LQ07X012890 Putative Ribokinase 4.937265976 L4_chemical_A3 +LQ07X012890 Putative Ribokinase 4.890863519 L4_chemical_B1 +LQ07X012890 Putative Ribokinase 4.729835153 L4_chemical_B2 +LQ07X012890 Putative Ribokinase 5.342037104 L4_chemical_B3 +LQ07X012890 Putative Ribokinase 5.449034672 L4_chemical_C2 +LQ07X012890 Putative Ribokinase 5.574968445 L4_chemical_C3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.77638431 C6_control_A1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 11.68434671 C6_control_A3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.91704693 C6_control_B1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 13.4962675 C6_control_B2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.49273693 C6_control_B3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 15.06536953 C6_control_C1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 14.76554929 C6_control_C2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 14.78238324 C6_control_C3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.83176607 C6_chemical_A1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 11.88390533 C6_chemical_A3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 13.05203396 C6_chemical_B1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 14.01895673 C6_chemical_B2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.47597898 C6_chemical_B3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 15.18546083 C6_chemical_C1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 14.98868613 C6_chemical_C2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 14.64523127 C6_chemical_C3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 11.59279596 L4_control_A1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.28159315 L4_control_A2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 9.336664362 L4_control_A3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 13.32664382 L4_control_B1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 11.61395048 L4_control_B2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.43404108 L4_control_B3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 13.51456357 L4_control_C2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 13.23719798 L4_control_C3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.40110036 L4_chemical_A1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.49995631 L4_chemical_A2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 10.38156717 L4_chemical_A3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.22765337 L4_chemical_B1 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.18066445 L4_chemical_B2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 11.96788334 L4_chemical_B3 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 13.38556712 L4_chemical_C2 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 13.61999942 L4_chemical_C3 +LQ07X012910 Probable glutathione S-transferase 9.114022624 C6_control_A1 +LQ07X012910 Probable glutathione S-transferase 9.235599829 C6_control_A3 +LQ07X012910 Probable glutathione S-transferase 9.43836911 C6_control_B1 +LQ07X012910 Probable glutathione S-transferase 12.01178582 C6_control_B2 +LQ07X012910 Probable glutathione S-transferase 9.269214149 C6_control_B3 +LQ07X012910 Probable glutathione S-transferase 11.96370561 C6_control_C1 +LQ07X012910 Probable glutathione S-transferase 12.67704389 C6_control_C2 +LQ07X012910 Probable glutathione S-transferase 12.46863706 C6_control_C3 +LQ07X012910 Probable glutathione S-transferase 8.767817885 C6_chemical_A1 +LQ07X012910 Probable glutathione S-transferase 8.956778931 C6_chemical_A3 +LQ07X012910 Probable glutathione S-transferase 8.996198125 C6_chemical_B1 +LQ07X012910 Probable glutathione S-transferase 12.12803133 C6_chemical_B2 +LQ07X012910 Probable glutathione S-transferase 9.39870105 C6_chemical_B3 +LQ07X012910 Probable glutathione S-transferase 11.71671915 C6_chemical_C1 +LQ07X012910 Probable glutathione S-transferase 12.05870761 C6_chemical_C2 +LQ07X012910 Probable glutathione S-transferase 12.49942853 C6_chemical_C3 +LQ07X012910 Probable glutathione S-transferase 8.407522537 L4_control_A1 +LQ07X012910 Probable glutathione S-transferase 8.349010222 L4_control_A2 +LQ07X012910 Probable glutathione S-transferase 7.047702127 L4_control_A3 +LQ07X012910 Probable glutathione S-transferase 7.826586183 L4_control_B1 +LQ07X012910 Probable glutathione S-transferase 6.246702404 L4_control_B2 +LQ07X012910 Probable glutathione S-transferase 10.67020093 L4_control_B3 +LQ07X012910 Probable glutathione S-transferase 8.75347341 L4_control_C2 +LQ07X012910 Probable glutathione S-transferase 9.134667156 L4_control_C3 +LQ07X012910 Probable glutathione S-transferase 8.785258466 L4_chemical_A1 +LQ07X012910 Probable glutathione S-transferase 7.464252878 L4_chemical_A2 +LQ07X012910 Probable glutathione S-transferase 7.171133779 L4_chemical_A3 +LQ07X012910 Probable glutathione S-transferase 7.872277514 L4_chemical_B1 +LQ07X012910 Probable glutathione S-transferase 6.725887229 L4_chemical_B2 +LQ07X012910 Probable glutathione S-transferase 9.755837422 L4_chemical_B3 +LQ07X012910 Probable glutathione S-transferase 8.351790501 L4_chemical_C2 +LQ07X012910 Probable glutathione S-transferase 9.15814212 L4_chemical_C3 +LQ07X012930 UPF0497 membrane protein f16 14.6101538 C6_control_A1 +LQ07X012930 UPF0497 membrane protein f16 14.61114784 C6_control_A3 +LQ07X012930 UPF0497 membrane protein f16 14.74830618 C6_control_B1 +LQ07X012930 UPF0497 membrane protein f16 13.54386107 C6_control_B2 +LQ07X012930 UPF0497 membrane protein f16 14.15138764 C6_control_B3 +LQ07X012930 UPF0497 membrane protein f16 11.58388703 C6_control_C1 +LQ07X012930 UPF0497 membrane protein f16 11.91258774 C6_control_C2 +LQ07X012930 UPF0497 membrane protein f16 11.22166669 C6_control_C3 +LQ07X012930 UPF0497 membrane protein f16 14.58778862 C6_chemical_A1 +LQ07X012930 UPF0497 membrane protein f16 15.23856732 C6_chemical_A3 +LQ07X012930 UPF0497 membrane protein f16 14.51938109 C6_chemical_B1 +LQ07X012930 UPF0497 membrane protein f16 13.55784005 C6_chemical_B2 +LQ07X012930 UPF0497 membrane protein f16 14.28288702 C6_chemical_B3 +LQ07X012930 UPF0497 membrane protein f16 10.99567264 C6_chemical_C1 +LQ07X012930 UPF0497 membrane protein f16 11.5856657 C6_chemical_C2 +LQ07X012930 UPF0497 membrane protein f16 12.10407859 C6_chemical_C3 +LQ07X012930 UPF0497 membrane protein f16 15.11981878 L4_control_A1 +LQ07X012930 UPF0497 membrane protein f16 14.92763155 L4_control_A2 +LQ07X012930 UPF0497 membrane protein f16 14.96585096 L4_control_A3 +LQ07X012930 UPF0497 membrane protein f16 14.96761411 L4_control_B1 +LQ07X012930 UPF0497 membrane protein f16 14.70116788 L4_control_B2 +LQ07X012930 UPF0497 membrane protein f16 13.94674114 L4_control_B3 +LQ07X012930 UPF0497 membrane protein f16 12.94548074 L4_control_C2 +LQ07X012930 UPF0497 membrane protein f16 13.74004192 L4_control_C3 +LQ07X012930 UPF0497 membrane protein f16 15.10984456 L4_chemical_A1 +LQ07X012930 UPF0497 membrane protein f16 14.9342782 L4_chemical_A2 +LQ07X012930 UPF0497 membrane protein f16 15.08777827 L4_chemical_A3 +LQ07X012930 UPF0497 membrane protein f16 15.2122481 L4_chemical_B1 +LQ07X012930 UPF0497 membrane protein f16 14.99450911 L4_chemical_B2 +LQ07X012930 UPF0497 membrane protein f16 15.23803138 L4_chemical_B3 +LQ07X012930 UPF0497 membrane protein f16 13.49896531 L4_chemical_C2 +LQ07X012930 UPF0497 membrane protein f16 13.45890464 L4_chemical_C3 +LQ07X013070 Molybdenum cofactor sulfurase 8.15618247 C6_control_A1 +LQ07X013070 Molybdenum cofactor sulfurase 7.220550253 C6_control_A3 +LQ07X013070 Molybdenum cofactor sulfurase 8.184503733 C6_control_B1 +LQ07X013070 Molybdenum cofactor sulfurase 8.593564286 C6_control_B2 +LQ07X013070 Molybdenum cofactor sulfurase 8.302987226 C6_control_B3 +LQ07X013070 Molybdenum cofactor sulfurase 9.33497558 C6_control_C1 +LQ07X013070 Molybdenum cofactor sulfurase 8.74678352 C6_control_C2 +LQ07X013070 Molybdenum cofactor sulfurase 8.668572249 C6_control_C3 +LQ07X013070 Molybdenum cofactor sulfurase 8.746051523 C6_chemical_A1 +LQ07X013070 Molybdenum cofactor sulfurase 8.322105588 C6_chemical_A3 +LQ07X013070 Molybdenum cofactor sulfurase 8.795366784 C6_chemical_B1 +LQ07X013070 Molybdenum cofactor sulfurase 8.803845146 C6_chemical_B2 +LQ07X013070 Molybdenum cofactor sulfurase 8.646118276 C6_chemical_B3 +LQ07X013070 Molybdenum cofactor sulfurase 9.609420292 C6_chemical_C1 +LQ07X013070 Molybdenum cofactor sulfurase 9.28722758 C6_chemical_C2 +LQ07X013070 Molybdenum cofactor sulfurase 9.178085392 C6_chemical_C3 +LQ07X013070 Molybdenum cofactor sulfurase 8.323056399 L4_control_A1 +LQ07X013070 Molybdenum cofactor sulfurase 8.85806919 L4_control_A2 +LQ07X013070 Molybdenum cofactor sulfurase 7.876767706 L4_control_A3 +LQ07X013070 Molybdenum cofactor sulfurase 7.852520482 L4_control_B1 +LQ07X013070 Molybdenum cofactor sulfurase 9.167189891 L4_control_B2 +LQ07X013070 Molybdenum cofactor sulfurase 8.857580439 L4_control_B3 +LQ07X013070 Molybdenum cofactor sulfurase 9.177818709 L4_control_C2 +LQ07X013070 Molybdenum cofactor sulfurase 8.193071676 L4_control_C3 +LQ07X013070 Molybdenum cofactor sulfurase 8.749592682 L4_chemical_A1 +LQ07X013070 Molybdenum cofactor sulfurase 8.731818135 L4_chemical_A2 +LQ07X013070 Molybdenum cofactor sulfurase 8.007521429 L4_chemical_A3 +LQ07X013070 Molybdenum cofactor sulfurase 8.044281062 L4_chemical_B1 +LQ07X013070 Molybdenum cofactor sulfurase 9.120513302 L4_chemical_B2 +LQ07X013070 Molybdenum cofactor sulfurase 8.600660319 L4_chemical_B3 +LQ07X013070 Molybdenum cofactor sulfurase 9.403562749 L4_chemical_C2 +LQ07X013070 Molybdenum cofactor sulfurase 8.118253654 L4_chemical_C3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.785139963 C6_control_A1 +LQ07X013160 Putative V-type proton ATPase subunit e 7.06703664 C6_control_A3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.343006245 C6_control_B1 +LQ07X013160 Putative V-type proton ATPase subunit e 6.403498736 C6_control_B2 +LQ07X013160 Putative V-type proton ATPase subunit e 5.289884503 C6_control_B3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.77445701 C6_control_C1 +LQ07X013160 Putative V-type proton ATPase subunit e 7.258300596 C6_control_C2 +LQ07X013160 Putative V-type proton ATPase subunit e 6.065910729 C6_control_C3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.520499931 C6_chemical_A1 +LQ07X013160 Putative V-type proton ATPase subunit e 5.660627817 C6_chemical_A3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.043503601 C6_chemical_B1 +LQ07X013160 Putative V-type proton ATPase subunit e 6.460830534 C6_chemical_B2 +LQ07X013160 Putative V-type proton ATPase subunit e 5.108757179 C6_chemical_B3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.974655367 C6_chemical_C1 +LQ07X013160 Putative V-type proton ATPase subunit e 6.138706309 C6_chemical_C2 +LQ07X013160 Putative V-type proton ATPase subunit e 5.597469516 C6_chemical_C3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.327215379 L4_control_A1 +LQ07X013160 Putative V-type proton ATPase subunit e 5.496114192 L4_control_A2 +LQ07X013160 Putative V-type proton ATPase subunit e 5.35357259 L4_control_A3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.059702573 L4_control_B1 +LQ07X013160 Putative V-type proton ATPase subunit e 5.293488693 L4_control_B2 +LQ07X013160 Putative V-type proton ATPase subunit e 5.022252338 L4_control_B3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.650606894 L4_control_C2 +LQ07X013160 Putative V-type proton ATPase subunit e 5.373527602 L4_control_C3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.331029751 L4_chemical_A1 +LQ07X013160 Putative V-type proton ATPase subunit e 5.331938895 L4_chemical_A2 +LQ07X013160 Putative V-type proton ATPase subunit e 5.123583422 L4_chemical_A3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.591996487 L4_chemical_B1 +LQ07X013160 Putative V-type proton ATPase subunit e 5.754134638 L4_chemical_B2 +LQ07X013160 Putative V-type proton ATPase subunit e 5.451326622 L4_chemical_B3 +LQ07X013160 Putative V-type proton ATPase subunit e 5.486190242 L4_chemical_C2 +LQ07X013160 Putative V-type proton ATPase subunit e 4.933185238 L4_chemical_C3 +LQ07X013200 Elongation factor 2 12.43356943 C6_control_A1 +LQ07X013200 Elongation factor 2 12.10715849 C6_control_A3 +LQ07X013200 Elongation factor 2 11.53933932 C6_control_B1 +LQ07X013200 Elongation factor 2 12.08449999 C6_control_B2 +LQ07X013200 Elongation factor 2 11.36551241 C6_control_B3 +LQ07X013200 Elongation factor 2 11.92718315 C6_control_C1 +LQ07X013200 Elongation factor 2 11.98575498 C6_control_C2 +LQ07X013200 Elongation factor 2 11.60128238 C6_control_C3 +LQ07X013200 Elongation factor 2 12.8654056 C6_chemical_A1 +LQ07X013200 Elongation factor 2 12.24682077 C6_chemical_A3 +LQ07X013200 Elongation factor 2 11.91449284 C6_chemical_B1 +LQ07X013200 Elongation factor 2 12.02060428 C6_chemical_B2 +LQ07X013200 Elongation factor 2 11.99478091 C6_chemical_B3 +LQ07X013200 Elongation factor 2 12.32494491 C6_chemical_C1 +LQ07X013200 Elongation factor 2 12.18347453 C6_chemical_C2 +LQ07X013200 Elongation factor 2 12.18943453 C6_chemical_C3 +LQ07X013200 Elongation factor 2 13.18320447 L4_control_A1 +LQ07X013200 Elongation factor 2 11.99071066 L4_control_A2 +LQ07X013200 Elongation factor 2 13.35228869 L4_control_A3 +LQ07X013200 Elongation factor 2 11.21322631 L4_control_B1 +LQ07X013200 Elongation factor 2 12.15904608 L4_control_B2 +LQ07X013200 Elongation factor 2 12.6607679 L4_control_B3 +LQ07X013200 Elongation factor 2 12.40756402 L4_control_C2 +LQ07X013200 Elongation factor 2 12.42180104 L4_control_C3 +LQ07X013200 Elongation factor 2 12.65207946 L4_chemical_A1 +LQ07X013200 Elongation factor 2 11.54688062 L4_chemical_A2 +LQ07X013200 Elongation factor 2 12.908808 L4_chemical_A3 +LQ07X013200 Elongation factor 2 11.36166882 L4_chemical_B1 +LQ07X013200 Elongation factor 2 11.49975566 L4_chemical_B2 +LQ07X013200 Elongation factor 2 12.19042139 L4_chemical_B3 +LQ07X013200 Elongation factor 2 12.17236194 L4_chemical_C2 +LQ07X013200 Elongation factor 2 12.04715698 L4_chemical_C3 +LQ07X013260 Predicted protein 5.963350823 C6_control_A1 +LQ07X013260 Predicted protein 5.87392229 C6_control_A3 +LQ07X013260 Predicted protein 5.93508504 C6_control_B1 +LQ07X013260 Predicted protein 5.857343605 C6_control_B2 +LQ07X013260 Predicted protein 6.105897644 C6_control_B3 +LQ07X013260 Predicted protein 5.541207852 C6_control_C1 +LQ07X013260 Predicted protein 5.572568721 C6_control_C2 +LQ07X013260 Predicted protein 5.651225564 C6_control_C3 +LQ07X013260 Predicted protein 6.404085027 C6_chemical_A1 +LQ07X013260 Predicted protein 5.905439205 C6_chemical_A3 +LQ07X013260 Predicted protein 6.182462353 C6_chemical_B1 +LQ07X013260 Predicted protein 6.20172374 C6_chemical_B2 +LQ07X013260 Predicted protein 6.111430782 C6_chemical_B3 +LQ07X013260 Predicted protein 5.80357321 C6_chemical_C1 +LQ07X013260 Predicted protein 5.750482531 C6_chemical_C2 +LQ07X013260 Predicted protein 5.576800679 C6_chemical_C3 +LQ07X013260 Predicted protein 6.037463687 L4_control_A1 +LQ07X013260 Predicted protein 6.135132602 L4_control_A2 +LQ07X013260 Predicted protein 6.65575284 L4_control_A3 +LQ07X013260 Predicted protein 6.222981486 L4_control_B1 +LQ07X013260 Predicted protein 6.124022046 L4_control_B2 +LQ07X013260 Predicted protein 6.213757174 L4_control_B3 +LQ07X013260 Predicted protein 6.546681369 L4_control_C2 +LQ07X013260 Predicted protein 5.624162084 L4_control_C3 +LQ07X013260 Predicted protein 5.630519934 L4_chemical_A1 +LQ07X013260 Predicted protein 6.611325912 L4_chemical_A2 +LQ07X013260 Predicted protein 6.19895993 L4_chemical_A3 +LQ07X013260 Predicted protein 6.072645102 L4_chemical_B1 +LQ07X013260 Predicted protein 6.553426693 L4_chemical_B2 +LQ07X013260 Predicted protein 6.116800417 L4_chemical_B3 +LQ07X013260 Predicted protein 6.247106592 L4_chemical_C2 +LQ07X013260 Predicted protein 6.172363623 L4_chemical_C3 +LQ07X013280 Predicted protein 5.610529118 C6_control_A1 +LQ07X013280 Predicted protein 5.579023699 C6_control_A3 +LQ07X013280 Predicted protein 6.388164339 C6_control_B1 +LQ07X013280 Predicted protein 5.620335508 C6_control_B2 +LQ07X013280 Predicted protein 5.767990065 C6_control_B3 +LQ07X013280 Predicted protein 5.533911199 C6_control_C1 +LQ07X013280 Predicted protein 5.34136943 C6_control_C2 +LQ07X013280 Predicted protein 5.471131149 C6_control_C3 +LQ07X013280 Predicted protein 5.564854734 C6_chemical_A1 +LQ07X013280 Predicted protein 5.469593897 C6_chemical_A3 +LQ07X013280 Predicted protein 6.369688954 C6_chemical_B1 +LQ07X013280 Predicted protein 5.667882222 C6_chemical_B2 +LQ07X013280 Predicted protein 6.122120935 C6_chemical_B3 +LQ07X013280 Predicted protein 5.155995531 C6_chemical_C1 +LQ07X013280 Predicted protein 5.444045316 C6_chemical_C2 +LQ07X013280 Predicted protein 5.235937245 C6_chemical_C3 +LQ07X013280 Predicted protein 5.712141787 L4_control_A1 +LQ07X013280 Predicted protein 5.668203089 L4_control_A2 +LQ07X013280 Predicted protein 5.731369223 L4_control_A3 +LQ07X013280 Predicted protein 5.783752249 L4_control_B1 +LQ07X013280 Predicted protein 6.045859816 L4_control_B2 +LQ07X013280 Predicted protein 5.964284857 L4_control_B3 +LQ07X013280 Predicted protein 5.872973712 L4_control_C2 +LQ07X013280 Predicted protein 5.611398297 L4_control_C3 +LQ07X013280 Predicted protein 5.682841976 L4_chemical_A1 +LQ07X013280 Predicted protein 6.177429693 L4_chemical_A2 +LQ07X013280 Predicted protein 5.797155041 L4_chemical_A3 +LQ07X013280 Predicted protein 6.387889409 L4_chemical_B1 +LQ07X013280 Predicted protein 5.466155606 L4_chemical_B2 +LQ07X013280 Predicted protein 5.871595641 L4_chemical_B3 +LQ07X013280 Predicted protein 5.891872687 L4_chemical_C2 +LQ07X013280 Predicted protein 5.599374346 L4_chemical_C3 +LQ07X013310 RING-H2 finger protein ATL5J 7.155070785 C6_control_A1 +LQ07X013310 RING-H2 finger protein ATL5J 6.614136333 C6_control_A3 +LQ07X013310 RING-H2 finger protein ATL5J 6.129934211 C6_control_B1 +LQ07X013310 RING-H2 finger protein ATL5J 5.970196188 C6_control_B2 +LQ07X013310 RING-H2 finger protein ATL5J 6.679263829 C6_control_B3 +LQ07X013310 RING-H2 finger protein ATL5J 6.298326007 C6_control_C1 +LQ07X013310 RING-H2 finger protein ATL5J 6.031307361 C6_control_C2 +LQ07X013310 RING-H2 finger protein ATL5J 6.35127558 C6_control_C3 +LQ07X013310 RING-H2 finger protein ATL5J 6.440849657 C6_chemical_A1 +LQ07X013310 RING-H2 finger protein ATL5J 6.973509407 C6_chemical_A3 +LQ07X013310 RING-H2 finger protein ATL5J 6.379649316 C6_chemical_B1 +LQ07X013310 RING-H2 finger protein ATL5J 6.019112424 C6_chemical_B2 +LQ07X013310 RING-H2 finger protein ATL5J 6.484291596 C6_chemical_B3 +LQ07X013310 RING-H2 finger protein ATL5J 6.224634096 C6_chemical_C1 +LQ07X013310 RING-H2 finger protein ATL5J 6.278946504 C6_chemical_C2 +LQ07X013310 RING-H2 finger protein ATL5J 6.220609593 C6_chemical_C3 +LQ07X013310 RING-H2 finger protein ATL5J 6.752645996 L4_control_A1 +LQ07X013310 RING-H2 finger protein ATL5J 6.83836187 L4_control_A2 +LQ07X013310 RING-H2 finger protein ATL5J 7.392818495 L4_control_A3 +LQ07X013310 RING-H2 finger protein ATL5J 6.681462214 L4_control_B1 +LQ07X013310 RING-H2 finger protein ATL5J 6.459193235 L4_control_B2 +LQ07X013310 RING-H2 finger protein ATL5J 6.422984075 L4_control_B3 +LQ07X013310 RING-H2 finger protein ATL5J 6.658999474 L4_control_C2 +LQ07X013310 RING-H2 finger protein ATL5J 6.5515602 L4_control_C3 +LQ07X013310 RING-H2 finger protein ATL5J 6.476384743 L4_chemical_A1 +LQ07X013310 RING-H2 finger protein ATL5J 7.037566333 L4_chemical_A2 +LQ07X013310 RING-H2 finger protein ATL5J 7.256100628 L4_chemical_A3 +LQ07X013310 RING-H2 finger protein ATL5J 6.507752699 L4_chemical_B1 +LQ07X013310 RING-H2 finger protein ATL5J 6.880006603 L4_chemical_B2 +LQ07X013310 RING-H2 finger protein ATL5J 6.296330706 L4_chemical_B3 +LQ07X013310 RING-H2 finger protein ATL5J 6.137559448 L4_chemical_C2 +LQ07X013310 RING-H2 finger protein ATL5J 7.007197876 L4_chemical_C3 +LQ07X013350 Putative uncharacterized protein 10.39536766 C6_control_A1 +LQ07X013350 Putative uncharacterized protein 9.951323593 C6_control_A3 +LQ07X013350 Putative uncharacterized protein 10.38760288 C6_control_B1 +LQ07X013350 Putative uncharacterized protein 10.0576809 C6_control_B2 +LQ07X013350 Putative uncharacterized protein 10.24341187 C6_control_B3 +LQ07X013350 Putative uncharacterized protein 10.54684846 C6_control_C1 +LQ07X013350 Putative uncharacterized protein 10.68305886 C6_control_C2 +LQ07X013350 Putative uncharacterized protein 10.27192399 C6_control_C3 +LQ07X013350 Putative uncharacterized protein 10.41669885 C6_chemical_A1 +LQ07X013350 Putative uncharacterized protein 9.923320356 C6_chemical_A3 +LQ07X013350 Putative uncharacterized protein 10.55445836 C6_chemical_B1 +LQ07X013350 Putative uncharacterized protein 10.07604079 C6_chemical_B2 +LQ07X013350 Putative uncharacterized protein 10.39418352 C6_chemical_B3 +LQ07X013350 Putative uncharacterized protein 10.4113316 C6_chemical_C1 +LQ07X013350 Putative uncharacterized protein 10.47411358 C6_chemical_C2 +LQ07X013350 Putative uncharacterized protein 10.35048849 C6_chemical_C3 +LQ07X013350 Putative uncharacterized protein 10.10945929 L4_control_A1 +LQ07X013350 Putative uncharacterized protein 9.419511217 L4_control_A2 +LQ07X013350 Putative uncharacterized protein 9.284263427 L4_control_A3 +LQ07X013350 Putative uncharacterized protein 9.435297274 L4_control_B1 +LQ07X013350 Putative uncharacterized protein 10.55425742 L4_control_B2 +LQ07X013350 Putative uncharacterized protein 10.00822375 L4_control_B3 +LQ07X013350 Putative uncharacterized protein 11.15646023 L4_control_C2 +LQ07X013350 Putative uncharacterized protein 10.57979034 L4_control_C3 +LQ07X013350 Putative uncharacterized protein 9.880195246 L4_chemical_A1 +LQ07X013350 Putative uncharacterized protein 9.482985091 L4_chemical_A2 +LQ07X013350 Putative uncharacterized protein 9.189643616 L4_chemical_A3 +LQ07X013350 Putative uncharacterized protein 10.0447334 L4_chemical_B1 +LQ07X013350 Putative uncharacterized protein 10.16664987 L4_chemical_B2 +LQ07X013350 Putative uncharacterized protein 10.23178026 L4_chemical_B3 +LQ07X013350 Putative uncharacterized protein 11.00504777 L4_chemical_C2 +LQ07X013350 Putative uncharacterized protein 10.27685353 L4_chemical_C3 +LQ07X013360 Putative uncharacterized protein 10.56696149 C6_control_A1 +LQ07X013360 Putative uncharacterized protein 10.49118323 C6_control_A3 +LQ07X013360 Putative uncharacterized protein 10.24544473 C6_control_B1 +LQ07X013360 Putative uncharacterized protein 9.957836284 C6_control_B2 +LQ07X013360 Putative uncharacterized protein 10.33496294 C6_control_B3 +LQ07X013360 Putative uncharacterized protein 10.88619281 C6_control_C1 +LQ07X013360 Putative uncharacterized protein 10.72970518 C6_control_C2 +LQ07X013360 Putative uncharacterized protein 10.89602889 C6_control_C3 +LQ07X013360 Putative uncharacterized protein 10.4017451 C6_chemical_A1 +LQ07X013360 Putative uncharacterized protein 10.69754995 C6_chemical_A3 +LQ07X013360 Putative uncharacterized protein 10.19546684 C6_chemical_B1 +LQ07X013360 Putative uncharacterized protein 9.820362674 C6_chemical_B2 +LQ07X013360 Putative uncharacterized protein 10.11511442 C6_chemical_B3 +LQ07X013360 Putative uncharacterized protein 10.62596153 C6_chemical_C1 +LQ07X013360 Putative uncharacterized protein 10.68501707 C6_chemical_C2 +LQ07X013360 Putative uncharacterized protein 10.83523598 C6_chemical_C3 +LQ07X013360 Putative uncharacterized protein 10.36765379 L4_control_A1 +LQ07X013360 Putative uncharacterized protein 10.70730564 L4_control_A2 +LQ07X013360 Putative uncharacterized protein 10.19548693 L4_control_A3 +LQ07X013360 Putative uncharacterized protein 9.810167295 L4_control_B1 +LQ07X013360 Putative uncharacterized protein 10.58683408 L4_control_B2 +LQ07X013360 Putative uncharacterized protein 10.05238768 L4_control_B3 +LQ07X013360 Putative uncharacterized protein 10.77748273 L4_control_C2 +LQ07X013360 Putative uncharacterized protein 11.36391611 L4_control_C3 +LQ07X013360 Putative uncharacterized protein 10.47402228 L4_chemical_A1 +LQ07X013360 Putative uncharacterized protein 10.45696118 L4_chemical_A2 +LQ07X013360 Putative uncharacterized protein 10.35870884 L4_chemical_A3 +LQ07X013360 Putative uncharacterized protein 10.35126564 L4_chemical_B1 +LQ07X013360 Putative uncharacterized protein 10.61893469 L4_chemical_B2 +LQ07X013360 Putative uncharacterized protein 9.823759354 L4_chemical_B3 +LQ07X013360 Putative uncharacterized protein 10.64769284 L4_chemical_C2 +LQ07X013360 Putative uncharacterized protein 11.38235555 L4_chemical_C3 +LQ07X013380 Hypothetical protein 13.17165002 C6_control_A1 +LQ07X013380 Hypothetical protein 13.22730996 C6_control_A3 +LQ07X013380 Hypothetical protein 12.70266367 C6_control_B1 +LQ07X013380 Hypothetical protein 12.29771346 C6_control_B2 +LQ07X013380 Hypothetical protein 12.70805918 C6_control_B3 +LQ07X013380 Hypothetical protein 12.32706415 C6_control_C1 +LQ07X013380 Hypothetical protein 12.04949736 C6_control_C2 +LQ07X013380 Hypothetical protein 12.46582271 C6_control_C3 +LQ07X013380 Hypothetical protein 13.20265231 C6_chemical_A1 +LQ07X013380 Hypothetical protein 13.5314956 C6_chemical_A3 +LQ07X013380 Hypothetical protein 12.68860501 C6_chemical_B1 +LQ07X013380 Hypothetical protein 12.0727739 C6_chemical_B2 +LQ07X013380 Hypothetical protein 12.74276381 C6_chemical_B3 +LQ07X013380 Hypothetical protein 12.12816268 C6_chemical_C1 +LQ07X013380 Hypothetical protein 12.16865829 C6_chemical_C2 +LQ07X013380 Hypothetical protein 12.00290904 C6_chemical_C3 +LQ07X013380 Hypothetical protein 13.47443039 L4_control_A1 +LQ07X013380 Hypothetical protein 13.24234977 L4_control_A2 +LQ07X013380 Hypothetical protein 14.07011017 L4_control_A3 +LQ07X013380 Hypothetical protein 13.23463104 L4_control_B1 +LQ07X013380 Hypothetical protein 13.74747429 L4_control_B2 +LQ07X013380 Hypothetical protein 12.48513627 L4_control_B3 +LQ07X013380 Hypothetical protein 13.32476855 L4_control_C2 +LQ07X013380 Hypothetical protein 13.44376248 L4_control_C3 +LQ07X013380 Hypothetical protein 13.21879591 L4_chemical_A1 +LQ07X013380 Hypothetical protein 13.06282408 L4_chemical_A2 +LQ07X013380 Hypothetical protein 13.55654829 L4_chemical_A3 +LQ07X013380 Hypothetical protein 13.53317759 L4_chemical_B1 +LQ07X013380 Hypothetical protein 13.6162737 L4_chemical_B2 +LQ07X013380 Hypothetical protein 13.08670076 L4_chemical_B3 +LQ07X013380 Hypothetical protein 13.36656963 L4_chemical_C2 +LQ07X013380 Hypothetical protein 13.27802518 L4_chemical_C3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.868264494 C6_control_A1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 8.94646134 C6_control_A3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 7.252910821 C6_control_B1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.247180004 C6_control_B2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 7.017348675 C6_control_B3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.419574694 C6_control_C1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 7.887425291 C6_control_C2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.756970796 C6_control_C3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.081856275 C6_chemical_A1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.492622919 C6_chemical_A3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.353309212 C6_chemical_B1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.472550242 C6_chemical_B2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.866342293 C6_chemical_B3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.451814644 C6_chemical_C1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.554956524 C6_chemical_C2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.296487045 C6_chemical_C3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.672373411 L4_control_A1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.041265969 L4_control_A2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.043070367 L4_control_A3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.413619584 L4_control_B1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.44406714 L4_control_B2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.985618398 L4_control_B3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.141189503 L4_control_C2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.841877261 L4_control_C3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.337502324 L4_chemical_A1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.938926133 L4_chemical_A2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.581821147 L4_chemical_A3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 7.011965603 L4_chemical_B1 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.694764137 L4_chemical_B2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.997123528 L4_chemical_B3 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 5.945267825 L4_chemical_C2 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.485800169 L4_chemical_C3 +LQ07X013502 NEDD8-like protein RUB2 10.3102251 C6_control_A1 +LQ07X013502 NEDD8-like protein RUB2 10.81787159 C6_control_A3 +LQ07X013502 NEDD8-like protein RUB2 9.57785594 C6_control_B1 +LQ07X013502 NEDD8-like protein RUB2 10.78460252 C6_control_B2 +LQ07X013502 NEDD8-like protein RUB2 10.06571097 C6_control_B3 +LQ07X013502 NEDD8-like protein RUB2 11.00010906 C6_control_C1 +LQ07X013502 NEDD8-like protein RUB2 10.98826483 C6_control_C2 +LQ07X013502 NEDD8-like protein RUB2 11.43587787 C6_control_C3 +LQ07X013502 NEDD8-like protein RUB2 10.02046375 C6_chemical_A1 +LQ07X013502 NEDD8-like protein RUB2 9.739281988 C6_chemical_A3 +LQ07X013502 NEDD8-like protein RUB2 9.293343139 C6_chemical_B1 +LQ07X013502 NEDD8-like protein RUB2 11.14770782 C6_chemical_B2 +LQ07X013502 NEDD8-like protein RUB2 10.2221636 C6_chemical_B3 +LQ07X013502 NEDD8-like protein RUB2 11.18935318 C6_chemical_C1 +LQ07X013502 NEDD8-like protein RUB2 11.27786049 C6_chemical_C2 +LQ07X013502 NEDD8-like protein RUB2 11.17118696 C6_chemical_C3 +LQ07X013502 NEDD8-like protein RUB2 10.00240052 L4_control_A1 +LQ07X013502 NEDD8-like protein RUB2 7.703040749 L4_control_A2 +LQ07X013502 NEDD8-like protein RUB2 6.909258561 L4_control_A3 +LQ07X013502 NEDD8-like protein RUB2 9.645074806 L4_control_B1 +LQ07X013502 NEDD8-like protein RUB2 7.520783518 L4_control_B2 +LQ07X013502 NEDD8-like protein RUB2 9.727919282 L4_control_B3 +LQ07X013502 NEDD8-like protein RUB2 9.155533629 L4_control_C2 +LQ07X013502 NEDD8-like protein RUB2 8.340030133 L4_control_C3 +LQ07X013502 NEDD8-like protein RUB2 10.35639866 L4_chemical_A1 +LQ07X013502 NEDD8-like protein RUB2 6.85257919 L4_chemical_A2 +LQ07X013502 NEDD8-like protein RUB2 8.350656879 L4_chemical_A3 +LQ07X013502 NEDD8-like protein RUB2 8.277149021 L4_chemical_B1 +LQ07X013502 NEDD8-like protein RUB2 7.617886469 L4_chemical_B2 +LQ07X013502 NEDD8-like protein RUB2 9.74924196 L4_chemical_B3 +LQ07X013502 NEDD8-like protein RUB2 8.860677928 L4_chemical_C2 +LQ07X013502 NEDD8-like protein RUB2 8.541153646 L4_chemical_C3 +LQ07X013550 Hypothetical protein 5.141318739 C6_control_A1 +LQ07X013550 Hypothetical protein 5.322236137 C6_control_A3 +LQ07X013550 Hypothetical protein 5.255306323 C6_control_B1 +LQ07X013550 Hypothetical protein 4.81985453 C6_control_B2 +LQ07X013550 Hypothetical protein 4.984916883 C6_control_B3 +LQ07X013550 Hypothetical protein 4.854661056 C6_control_C1 +LQ07X013550 Hypothetical protein 4.887452386 C6_control_C2 +LQ07X013550 Hypothetical protein 4.787040327 C6_control_C3 +LQ07X013550 Hypothetical protein 4.800449613 C6_chemical_A1 +LQ07X013550 Hypothetical protein 5.534073763 C6_chemical_A3 +LQ07X013550 Hypothetical protein 5.524155432 C6_chemical_B1 +LQ07X013550 Hypothetical protein 4.917079195 C6_chemical_B2 +LQ07X013550 Hypothetical protein 4.968889385 C6_chemical_B3 +LQ07X013550 Hypothetical protein 4.910525733 C6_chemical_C1 +LQ07X013550 Hypothetical protein 5.022812401 C6_chemical_C2 +LQ07X013550 Hypothetical protein 5.168153377 C6_chemical_C3 +LQ07X013550 Hypothetical protein 5.012542319 L4_control_A1 +LQ07X013550 Hypothetical protein 5.030558959 L4_control_A2 +LQ07X013550 Hypothetical protein 5.488933007 L4_control_A3 +LQ07X013550 Hypothetical protein 4.893065874 L4_control_B1 +LQ07X013550 Hypothetical protein 4.963598647 L4_control_B2 +LQ07X013550 Hypothetical protein 5.431014348 L4_control_B3 +LQ07X013550 Hypothetical protein 4.752475718 L4_control_C2 +LQ07X013550 Hypothetical protein 5.609145197 L4_control_C3 +LQ07X013550 Hypothetical protein 5.157515732 L4_chemical_A1 +LQ07X013550 Hypothetical protein 5.004799913 L4_chemical_A2 +LQ07X013550 Hypothetical protein 5.635044294 L4_chemical_A3 +LQ07X013550 Hypothetical protein 5.351806623 L4_chemical_B1 +LQ07X013550 Hypothetical protein 5.174223924 L4_chemical_B2 +LQ07X013550 Hypothetical protein 5.363467268 L4_chemical_B3 +LQ07X013550 Hypothetical protein 5.340783591 L4_chemical_C2 +LQ07X013550 Hypothetical protein 5.237274946 L4_chemical_C3 +LQ07X013760 Hypothetical protein 5.123045784 C6_control_A1 +LQ07X013760 Hypothetical protein 5.12746506 C6_control_A3 +LQ07X013760 Hypothetical protein 4.928743962 C6_control_B1 +LQ07X013760 Hypothetical protein 4.832700653 C6_control_B2 +LQ07X013760 Hypothetical protein 5.01505759 C6_control_B3 +LQ07X013760 Hypothetical protein 5.053665408 C6_control_C1 +LQ07X013760 Hypothetical protein 4.899485038 C6_control_C2 +LQ07X013760 Hypothetical protein 5.214494608 C6_control_C3 +LQ07X013760 Hypothetical protein 5.289417995 C6_chemical_A1 +LQ07X013760 Hypothetical protein 5.090019463 C6_chemical_A3 +LQ07X013760 Hypothetical protein 5.346548803 C6_chemical_B1 +LQ07X013760 Hypothetical protein 5.040494558 C6_chemical_B2 +LQ07X013760 Hypothetical protein 4.862314626 C6_chemical_B3 +LQ07X013760 Hypothetical protein 5.185311988 C6_chemical_C1 +LQ07X013760 Hypothetical protein 5.16979437 C6_chemical_C2 +LQ07X013760 Hypothetical protein 5.300942943 C6_chemical_C3 +LQ07X013760 Hypothetical protein 4.910484643 L4_control_A1 +LQ07X013760 Hypothetical protein 4.987449987 L4_control_A2 +LQ07X013760 Hypothetical protein 5.124718391 L4_control_A3 +LQ07X013760 Hypothetical protein 5.039024698 L4_control_B1 +LQ07X013760 Hypothetical protein 5.417278911 L4_control_B2 +LQ07X013760 Hypothetical protein 4.801715716 L4_control_B3 +LQ07X013760 Hypothetical protein 4.930369029 L4_control_C2 +LQ07X013760 Hypothetical protein 5.386589363 L4_control_C3 +LQ07X013760 Hypothetical protein 5.008800478 L4_chemical_A1 +LQ07X013760 Hypothetical protein 5.198573897 L4_chemical_A2 +LQ07X013760 Hypothetical protein 5.770301532 L4_chemical_A3 +LQ07X013760 Hypothetical protein 4.674854886 L4_chemical_B1 +LQ07X013760 Hypothetical protein 5.360641882 L4_chemical_B2 +LQ07X013760 Hypothetical protein 5.081359837 L4_chemical_B3 +LQ07X013760 Hypothetical protein 5.479273639 L4_chemical_C2 +LQ07X013760 Hypothetical protein 5.160562493 L4_chemical_C3 +LQ07X013830 Hypothetical protein 6.158086118 C6_control_A1 +LQ07X013830 Hypothetical protein 6.047083737 C6_control_A3 +LQ07X013830 Hypothetical protein 5.491012812 C6_control_B1 +LQ07X013830 Hypothetical protein 6.651727234 C6_control_B2 +LQ07X013830 Hypothetical protein 5.782849469 C6_control_B3 +LQ07X013830 Hypothetical protein 7.033292563 C6_control_C1 +LQ07X013830 Hypothetical protein 7.036511645 C6_control_C2 +LQ07X013830 Hypothetical protein 7.499650893 C6_control_C3 +LQ07X013830 Hypothetical protein 6.225078774 C6_chemical_A1 +LQ07X013830 Hypothetical protein 6.06850341 C6_chemical_A3 +LQ07X013830 Hypothetical protein 5.932160383 C6_chemical_B1 +LQ07X013830 Hypothetical protein 6.570034277 C6_chemical_B2 +LQ07X013830 Hypothetical protein 6.535693632 C6_chemical_B3 +LQ07X013830 Hypothetical protein 6.889121168 C6_chemical_C1 +LQ07X013830 Hypothetical protein 7.56473757 C6_chemical_C2 +LQ07X013830 Hypothetical protein 7.786343597 C6_chemical_C3 +LQ07X013830 Hypothetical protein 6.463931799 L4_control_A1 +LQ07X013830 Hypothetical protein 6.381079077 L4_control_A2 +LQ07X013830 Hypothetical protein 7.076635116 L4_control_A3 +LQ07X013830 Hypothetical protein 5.97833637 L4_control_B1 +LQ07X013830 Hypothetical protein 5.514984924 L4_control_B2 +LQ07X013830 Hypothetical protein 6.48074212 L4_control_B3 +LQ07X013830 Hypothetical protein 5.657734064 L4_control_C2 +LQ07X013830 Hypothetical protein 6.739208307 L4_control_C3 +LQ07X013830 Hypothetical protein 6.29834704 L4_chemical_A1 +LQ07X013830 Hypothetical protein 6.328104337 L4_chemical_A2 +LQ07X013830 Hypothetical protein 6.955431974 L4_chemical_A3 +LQ07X013830 Hypothetical protein 5.644526127 L4_chemical_B1 +LQ07X013830 Hypothetical protein 5.348257321 L4_chemical_B2 +LQ07X013830 Hypothetical protein 6.494156251 L4_chemical_B3 +LQ07X013830 Hypothetical protein 6.034010035 L4_chemical_C2 +LQ07X013830 Hypothetical protein 6.161025246 L4_chemical_C3 +LQ07X013860 Nucleolar complex-associated protein, putative 4.966761522 C6_control_A1 +LQ07X013860 Nucleolar complex-associated protein, putative 4.96817395 C6_control_A3 +LQ07X013860 Nucleolar complex-associated protein, putative 5.635189077 C6_control_B1 +LQ07X013860 Nucleolar complex-associated protein, putative 5.091131327 C6_control_B2 +LQ07X013860 Nucleolar complex-associated protein, putative 5.163118833 C6_control_B3 +LQ07X013860 Nucleolar complex-associated protein, putative 5.207449148 C6_control_C1 +LQ07X013860 Nucleolar complex-associated protein, putative 5.376020771 C6_control_C2 +LQ07X013860 Nucleolar complex-associated protein, putative 4.924097642 C6_control_C3 +LQ07X013860 Nucleolar complex-associated protein, putative 4.92256898 C6_chemical_A1 +LQ07X013860 Nucleolar complex-associated protein, putative 4.97586693 C6_chemical_A3 +LQ07X013860 Nucleolar complex-associated protein, putative 5.547550003 C6_chemical_B1 +LQ07X013860 Nucleolar complex-associated protein, putative 4.87134632 C6_chemical_B2 +LQ07X013860 Nucleolar complex-associated protein, putative 5.142162271 C6_chemical_B3 +LQ07X013860 Nucleolar complex-associated protein, putative 5.009555788 C6_chemical_C1 +LQ07X013860 Nucleolar complex-associated protein, putative 5.24737972 C6_chemical_C2 +LQ07X013860 Nucleolar complex-associated protein, putative 5.055548864 C6_chemical_C3 +LQ07X013860 Nucleolar complex-associated protein, putative 4.708155103 L4_control_A1 +LQ07X013860 Nucleolar complex-associated protein, putative 4.782620249 L4_control_A2 +LQ07X013860 Nucleolar complex-associated protein, putative 5.191962933 L4_control_A3 +LQ07X013860 Nucleolar complex-associated protein, putative 4.828532265 L4_control_B1 +LQ07X013860 Nucleolar complex-associated protein, putative 4.695542243 L4_control_B2 +LQ07X013860 Nucleolar complex-associated protein, putative 5.198715304 L4_control_B3 +LQ07X013860 Nucleolar complex-associated protein, putative 5.251660839 L4_control_C2 +LQ07X013860 Nucleolar complex-associated protein, putative 6.087357349 L4_control_C3 +LQ07X013860 Nucleolar complex-associated protein, putative 4.843778575 L4_chemical_A1 +LQ07X013860 Nucleolar complex-associated protein, putative 5.051500487 L4_chemical_A2 +LQ07X013860 Nucleolar complex-associated protein, putative 5.118847866 L4_chemical_A3 +LQ07X013860 Nucleolar complex-associated protein, putative 4.913329356 L4_chemical_B1 +LQ07X013860 Nucleolar complex-associated protein, putative 4.879295032 L4_chemical_B2 +LQ07X013860 Nucleolar complex-associated protein, putative 4.777141079 L4_chemical_B3 +LQ07X013860 Nucleolar complex-associated protein, putative 5.815913884 L4_chemical_C2 +LQ07X013860 Nucleolar complex-associated protein, putative 5.759589146 L4_chemical_C3 +LQ07X013870 Putative Auxin-induced protein X15 5.274104309 C6_control_A1 +LQ07X013870 Putative Auxin-induced protein X15 4.83987536 C6_control_A3 +LQ07X013870 Putative Auxin-induced protein X15 5.398289844 C6_control_B1 +LQ07X013870 Putative Auxin-induced protein X15 5.542797092 C6_control_B2 +LQ07X013870 Putative Auxin-induced protein X15 5.085946202 C6_control_B3 +LQ07X013870 Putative Auxin-induced protein X15 5.652064263 C6_control_C1 +LQ07X013870 Putative Auxin-induced protein X15 5.513383076 C6_control_C2 +LQ07X013870 Putative Auxin-induced protein X15 5.497409267 C6_control_C3 +LQ07X013870 Putative Auxin-induced protein X15 5.408403799 C6_chemical_A1 +LQ07X013870 Putative Auxin-induced protein X15 5.145821909 C6_chemical_A3 +LQ07X013870 Putative Auxin-induced protein X15 5.160505642 C6_chemical_B1 +LQ07X013870 Putative Auxin-induced protein X15 5.339219637 C6_chemical_B2 +LQ07X013870 Putative Auxin-induced protein X15 5.012286705 C6_chemical_B3 +LQ07X013870 Putative Auxin-induced protein X15 5.543566144 C6_chemical_C1 +LQ07X013870 Putative Auxin-induced protein X15 5.582747629 C6_chemical_C2 +LQ07X013870 Putative Auxin-induced protein X15 5.518150797 C6_chemical_C3 +LQ07X013870 Putative Auxin-induced protein X15 5.246408847 L4_control_A1 +LQ07X013870 Putative Auxin-induced protein X15 5.064157425 L4_control_A2 +LQ07X013870 Putative Auxin-induced protein X15 5.617491984 L4_control_A3 +LQ07X013870 Putative Auxin-induced protein X15 5.374978838 L4_control_B1 +LQ07X013870 Putative Auxin-induced protein X15 4.963799947 L4_control_B2 +LQ07X013870 Putative Auxin-induced protein X15 5.031319706 L4_control_B3 +LQ07X013870 Putative Auxin-induced protein X15 4.970164146 L4_control_C2 +LQ07X013870 Putative Auxin-induced protein X15 5.253995737 L4_control_C3 +LQ07X013870 Putative Auxin-induced protein X15 4.986418656 L4_chemical_A1 +LQ07X013870 Putative Auxin-induced protein X15 5.106601048 L4_chemical_A2 +LQ07X013870 Putative Auxin-induced protein X15 5.582289893 L4_chemical_A3 +LQ07X013870 Putative Auxin-induced protein X15 4.982721686 L4_chemical_B1 +LQ07X013870 Putative Auxin-induced protein X15 5.259301098 L4_chemical_B2 +LQ07X013870 Putative Auxin-induced protein X15 4.906646157 L4_chemical_B3 +LQ07X013870 Putative Auxin-induced protein X15 5.150696663 L4_chemical_C2 +LQ07X013870 Putative Auxin-induced protein X15 5.436424088 L4_chemical_C3 +LQ07X013910 Putative uncharacterized protein 6.903974684 C6_control_A1 +LQ07X013910 Putative uncharacterized protein 6.985693133 C6_control_A3 +LQ07X013910 Putative uncharacterized protein 6.598527774 C6_control_B1 +LQ07X013910 Putative uncharacterized protein 6.846508023 C6_control_B2 +LQ07X013910 Putative uncharacterized protein 6.994540233 C6_control_B3 +LQ07X013910 Putative uncharacterized protein 6.709711726 C6_control_C1 +LQ07X013910 Putative uncharacterized protein 6.851757788 C6_control_C2 +LQ07X013910 Putative uncharacterized protein 7.097648028 C6_control_C3 +LQ07X013910 Putative uncharacterized protein 7.286616813 C6_chemical_A1 +LQ07X013910 Putative uncharacterized protein 6.783463804 C6_chemical_A3 +LQ07X013910 Putative uncharacterized protein 6.807318287 C6_chemical_B1 +LQ07X013910 Putative uncharacterized protein 6.822997752 C6_chemical_B2 +LQ07X013910 Putative uncharacterized protein 6.980620795 C6_chemical_B3 +LQ07X013910 Putative uncharacterized protein 6.720690508 C6_chemical_C1 +LQ07X013910 Putative uncharacterized protein 7.096572649 C6_chemical_C2 +LQ07X013910 Putative uncharacterized protein 7.011930041 C6_chemical_C3 +LQ07X013910 Putative uncharacterized protein 6.550496387 L4_control_A1 +LQ07X013910 Putative uncharacterized protein 7.444876517 L4_control_A2 +LQ07X013910 Putative uncharacterized protein 7.805982184 L4_control_A3 +LQ07X013910 Putative uncharacterized protein 6.463925134 L4_control_B1 +LQ07X013910 Putative uncharacterized protein 6.622471076 L4_control_B2 +LQ07X013910 Putative uncharacterized protein 7.003995404 L4_control_B3 +LQ07X013910 Putative uncharacterized protein 6.997770866 L4_control_C2 +LQ07X013910 Putative uncharacterized protein 6.316026965 L4_control_C3 +LQ07X013910 Putative uncharacterized protein 6.514739292 L4_chemical_A1 +LQ07X013910 Putative uncharacterized protein 7.327300408 L4_chemical_A2 +LQ07X013910 Putative uncharacterized protein 7.082160471 L4_chemical_A3 +LQ07X013910 Putative uncharacterized protein 6.941383026 L4_chemical_B1 +LQ07X013910 Putative uncharacterized protein 7.279694704 L4_chemical_B2 +LQ07X013910 Putative uncharacterized protein 6.502169243 L4_chemical_B3 +LQ07X013910 Putative uncharacterized protein 6.839990856 L4_chemical_C2 +LQ07X013910 Putative uncharacterized protein 6.841036449 L4_chemical_C3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.112073853 C6_control_A1 +LQ07X014020 Phosphatidylinositol glycan, putative 5.261183336 C6_control_A3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.201695473 C6_control_B1 +LQ07X014020 Phosphatidylinositol glycan, putative 4.90630817 C6_control_B2 +LQ07X014020 Phosphatidylinositol glycan, putative 5.242076749 C6_control_B3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.115669384 C6_control_C1 +LQ07X014020 Phosphatidylinositol glycan, putative 5.387694122 C6_control_C2 +LQ07X014020 Phosphatidylinositol glycan, putative 5.076717245 C6_control_C3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.345138949 C6_chemical_A1 +LQ07X014020 Phosphatidylinositol glycan, putative 5.468706594 C6_chemical_A3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.209320065 C6_chemical_B1 +LQ07X014020 Phosphatidylinositol glycan, putative 5.16640451 C6_chemical_B2 +LQ07X014020 Phosphatidylinositol glycan, putative 4.721494658 C6_chemical_B3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.126734158 C6_chemical_C1 +LQ07X014020 Phosphatidylinositol glycan, putative 4.974117515 C6_chemical_C2 +LQ07X014020 Phosphatidylinositol glycan, putative 4.98244674 C6_chemical_C3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.119460283 L4_control_A1 +LQ07X014020 Phosphatidylinositol glycan, putative 5.624254265 L4_control_A2 +LQ07X014020 Phosphatidylinositol glycan, putative 5.996659552 L4_control_A3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.20322772 L4_control_B1 +LQ07X014020 Phosphatidylinositol glycan, putative 5.301578129 L4_control_B2 +LQ07X014020 Phosphatidylinositol glycan, putative 4.911491477 L4_control_B3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.461565844 L4_control_C2 +LQ07X014020 Phosphatidylinositol glycan, putative 5.414442162 L4_control_C3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.357988412 L4_chemical_A1 +LQ07X014020 Phosphatidylinositol glycan, putative 5.230010404 L4_chemical_A2 +LQ07X014020 Phosphatidylinositol glycan, putative 5.738670881 L4_chemical_A3 +LQ07X014020 Phosphatidylinositol glycan, putative 5.228283952 L4_chemical_B1 +LQ07X014020 Phosphatidylinositol glycan, putative 5.283953105 L4_chemical_B2 +LQ07X014020 Phosphatidylinositol glycan, putative 4.962737287 L4_chemical_B3 +LQ07X014020 Phosphatidylinositol glycan, putative 4.895338949 L4_chemical_C2 +LQ07X014020 Phosphatidylinositol glycan, putative 5.535049727 L4_chemical_C3 +LQ07X014050 Hypothetical protein 4.753187499 C6_control_A1 +LQ07X014050 Hypothetical protein 4.904166328 C6_control_A3 +LQ07X014050 Hypothetical protein 4.924909716 C6_control_B1 +LQ07X014050 Hypothetical protein 4.631946296 C6_control_B2 +LQ07X014050 Hypothetical protein 4.589913753 C6_control_B3 +LQ07X014050 Hypothetical protein 4.909321192 C6_control_C1 +LQ07X014050 Hypothetical protein 4.670584466 C6_control_C2 +LQ07X014050 Hypothetical protein 5.418773572 C6_control_C3 +LQ07X014050 Hypothetical protein 4.859615993 C6_chemical_A1 +LQ07X014050 Hypothetical protein 4.804989704 C6_chemical_A3 +LQ07X014050 Hypothetical protein 5.016801247 C6_chemical_B1 +LQ07X014050 Hypothetical protein 4.583579629 C6_chemical_B2 +LQ07X014050 Hypothetical protein 4.775269255 C6_chemical_B3 +LQ07X014050 Hypothetical protein 4.915203113 C6_chemical_C1 +LQ07X014050 Hypothetical protein 4.95403424 C6_chemical_C2 +LQ07X014050 Hypothetical protein 5.262922482 C6_chemical_C3 +LQ07X014050 Hypothetical protein 4.835352132 L4_control_A1 +LQ07X014050 Hypothetical protein 4.903582988 L4_control_A2 +LQ07X014050 Hypothetical protein 4.938849588 L4_control_A3 +LQ07X014050 Hypothetical protein 4.992382409 L4_control_B1 +LQ07X014050 Hypothetical protein 5.037814297 L4_control_B2 +LQ07X014050 Hypothetical protein 5.056857963 L4_control_B3 +LQ07X014050 Hypothetical protein 5.356139153 L4_control_C2 +LQ07X014050 Hypothetical protein 5.154220502 L4_control_C3 +LQ07X014050 Hypothetical protein 5.111940598 L4_chemical_A1 +LQ07X014050 Hypothetical protein 4.683677755 L4_chemical_A2 +LQ07X014050 Hypothetical protein 5.276694385 L4_chemical_A3 +LQ07X014050 Hypothetical protein 4.704655047 L4_chemical_B1 +LQ07X014050 Hypothetical protein 5.183003415 L4_chemical_B2 +LQ07X014050 Hypothetical protein 4.728298893 L4_chemical_B3 +LQ07X014050 Hypothetical protein 5.14612591 L4_chemical_C2 +LQ07X014050 Hypothetical protein 4.862886715 L4_chemical_C3 +LQ07X014070 Hypothetical protein 5.63347124 C6_control_A1 +LQ07X014070 Hypothetical protein 5.213863387 C6_control_A3 +LQ07X014070 Hypothetical protein 6.445792037 C6_control_B1 +LQ07X014070 Hypothetical protein 5.486484971 C6_control_B2 +LQ07X014070 Hypothetical protein 5.201463267 C6_control_B3 +LQ07X014070 Hypothetical protein 5.34289227 C6_control_C1 +LQ07X014070 Hypothetical protein 4.907147211 C6_control_C2 +LQ07X014070 Hypothetical protein 4.96930937 C6_control_C3 +LQ07X014070 Hypothetical protein 5.290082705 C6_chemical_A1 +LQ07X014070 Hypothetical protein 5.424008637 C6_chemical_A3 +LQ07X014070 Hypothetical protein 5.576353173 C6_chemical_B1 +LQ07X014070 Hypothetical protein 5.655354472 C6_chemical_B2 +LQ07X014070 Hypothetical protein 5.763531133 C6_chemical_B3 +LQ07X014070 Hypothetical protein 5.230629437 C6_chemical_C1 +LQ07X014070 Hypothetical protein 5.010148337 C6_chemical_C2 +LQ07X014070 Hypothetical protein 5.2756396 C6_chemical_C3 +LQ07X014070 Hypothetical protein 5.239754574 L4_control_A1 +LQ07X014070 Hypothetical protein 5.972907514 L4_control_A2 +LQ07X014070 Hypothetical protein 6.128615653 L4_control_A3 +LQ07X014070 Hypothetical protein 5.530219794 L4_control_B1 +LQ07X014070 Hypothetical protein 5.46409727 L4_control_B2 +LQ07X014070 Hypothetical protein 6.348910529 L4_control_B3 +LQ07X014070 Hypothetical protein 5.844096706 L4_control_C2 +LQ07X014070 Hypothetical protein 5.520341835 L4_control_C3 +LQ07X014070 Hypothetical protein 5.57362364 L4_chemical_A1 +LQ07X014070 Hypothetical protein 5.448018599 L4_chemical_A2 +LQ07X014070 Hypothetical protein 5.81130414 L4_chemical_A3 +LQ07X014070 Hypothetical protein 5.542663018 L4_chemical_B1 +LQ07X014070 Hypothetical protein 5.719843287 L4_chemical_B2 +LQ07X014070 Hypothetical protein 5.617294688 L4_chemical_B3 +LQ07X014070 Hypothetical protein 5.6873847 L4_chemical_C2 +LQ07X014070 Hypothetical protein 5.565890841 L4_chemical_C3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.12227296 C6_control_A1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.60931427 C6_control_A3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.91466705 C6_control_B1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.63932286 C6_control_B2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.75727904 C6_control_B3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 10.89567889 C6_control_C1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.00199666 C6_control_C2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.31635326 C6_control_C3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.29619802 C6_chemical_A1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.27192645 C6_chemical_A3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.29937993 C6_chemical_B1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.34815668 C6_chemical_B2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.17380703 C6_chemical_B3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 10.85068009 C6_chemical_C1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 10.76436828 C6_chemical_C2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.70020618 C6_chemical_C3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.0304299 L4_control_A1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.65227249 L4_control_A2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.66643208 L4_control_A3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.31029723 L4_control_B1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.28737881 L4_control_B2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.04976032 L4_control_B3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.51159808 L4_control_C2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.71516331 L4_control_C3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.95053243 L4_chemical_A1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.29344848 L4_chemical_A2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.86715037 L4_chemical_A3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.07124624 L4_chemical_B1 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.5269162 L4_chemical_B2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 11.5028448 L4_chemical_B3 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.47927584 L4_chemical_C2 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.04866587 L4_chemical_C3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.155075828 C6_control_A1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.984266952 C6_control_A3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.618742672 C6_control_B1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.022330194 C6_control_B2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.954020881 C6_control_B3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.979705401 C6_control_C1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.029900699 C6_control_C2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.951910596 C6_control_C3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.80624796 C6_chemical_A1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.764580066 C6_chemical_A3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.801318588 C6_chemical_B1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.10956033 C6_chemical_B2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.010173861 C6_chemical_B3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.976141094 C6_chemical_C1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.393646087 C6_chemical_C2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.261510848 C6_chemical_C3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.339838186 L4_control_A1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.30984219 L4_control_A2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 6.012308795 L4_control_A3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.935445619 L4_control_B1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.047220518 L4_control_B2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.621570622 L4_control_B3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.026200861 L4_control_C2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.869216225 L4_control_C3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.511490503 L4_chemical_A1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.134630033 L4_chemical_A2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 6.442671049 L4_chemical_A3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.994543174 L4_chemical_B1 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.793196328 L4_chemical_B2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.926992842 L4_chemical_B3 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.975227649 L4_chemical_C2 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.881760795 L4_chemical_C3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.670487735 C6_control_A1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.852062107 C6_control_A3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.640016775 C6_control_B1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.635176487 C6_control_B2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.535694401 C6_control_B3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.65634595 C6_control_C1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.490601842 C6_control_C2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.618747185 C6_control_C3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.910496443 C6_chemical_A1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.776709204 C6_chemical_A3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.51019006 C6_chemical_B1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.554387401 C6_chemical_B2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.5018987 C6_chemical_B3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.833561676 C6_chemical_C1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.76261598 C6_chemical_C2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.986461922 C6_chemical_C3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.605197356 L4_control_A1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.905543765 L4_control_A2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.895172592 L4_control_A3 +LQ07X014190 Putative UPF0481 protein At3g47200 5.440563008 L4_control_B1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.718154071 L4_control_B2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.55618168 L4_control_B3 +LQ07X014190 Putative UPF0481 protein At3g47200 5.492932073 L4_control_C2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.972164105 L4_control_C3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.773218895 L4_chemical_A1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.779130626 L4_chemical_A2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.622372572 L4_chemical_A3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.984884902 L4_chemical_B1 +LQ07X014190 Putative UPF0481 protein At3g47200 4.574678548 L4_chemical_B2 +LQ07X014190 Putative UPF0481 protein At3g47200 4.693740518 L4_chemical_B3 +LQ07X014190 Putative UPF0481 protein At3g47200 4.926599323 L4_chemical_C2 +LQ07X014190 Putative UPF0481 protein At3g47200 5.0200693 L4_chemical_C3 +LQ07X014230 ATP binding protein, putative 5.74904268 C6_control_A1 +LQ07X014230 ATP binding protein, putative 5.365430254 C6_control_A3 +LQ07X014230 ATP binding protein, putative 5.776217037 C6_control_B1 +LQ07X014230 ATP binding protein, putative 5.836698612 C6_control_B2 +LQ07X014230 ATP binding protein, putative 5.381034774 C6_control_B3 +LQ07X014230 ATP binding protein, putative 6.172235762 C6_control_C1 +LQ07X014230 ATP binding protein, putative 6.506159489 C6_control_C2 +LQ07X014230 ATP binding protein, putative 6.580825158 C6_control_C3 +LQ07X014230 ATP binding protein, putative 5.297877316 C6_chemical_A1 +LQ07X014230 ATP binding protein, putative 5.610385525 C6_chemical_A3 +LQ07X014230 ATP binding protein, putative 5.604399467 C6_chemical_B1 +LQ07X014230 ATP binding protein, putative 5.636635432 C6_chemical_B2 +LQ07X014230 ATP binding protein, putative 5.968880811 C6_chemical_B3 +LQ07X014230 ATP binding protein, putative 6.236988469 C6_chemical_C1 +LQ07X014230 ATP binding protein, putative 6.433319674 C6_chemical_C2 +LQ07X014230 ATP binding protein, putative 6.031309047 C6_chemical_C3 +LQ07X014230 ATP binding protein, putative 5.525692173 L4_control_A1 +LQ07X014230 ATP binding protein, putative 5.053135182 L4_control_A2 +LQ07X014230 ATP binding protein, putative 5.15157453 L4_control_A3 +LQ07X014230 ATP binding protein, putative 4.843207246 L4_control_B1 +LQ07X014230 ATP binding protein, putative 5.330590867 L4_control_B2 +LQ07X014230 ATP binding protein, putative 5.31174999 L4_control_B3 +LQ07X014230 ATP binding protein, putative 5.899306382 L4_control_C2 +LQ07X014230 ATP binding protein, putative 6.483241024 L4_control_C3 +LQ07X014230 ATP binding protein, putative 5.134245295 L4_chemical_A1 +LQ07X014230 ATP binding protein, putative 5.4301689 L4_chemical_A2 +LQ07X014230 ATP binding protein, putative 5.113791704 L4_chemical_A3 +LQ07X014230 ATP binding protein, putative 5.3296631 L4_chemical_B1 +LQ07X014230 ATP binding protein, putative 5.174073125 L4_chemical_B2 +LQ07X014230 ATP binding protein, putative 5.628419588 L4_chemical_B3 +LQ07X014230 ATP binding protein, putative 5.805947551 L4_chemical_C2 +LQ07X014230 ATP binding protein, putative 5.379994368 L4_chemical_C3 +LQ07X014250 Heat shock protein binding protein, putative 11.34404592 C6_control_A1 +LQ07X014250 Heat shock protein binding protein, putative 11.79636923 C6_control_A3 +LQ07X014250 Heat shock protein binding protein, putative 11.40364986 C6_control_B1 +LQ07X014250 Heat shock protein binding protein, putative 10.40688745 C6_control_B2 +LQ07X014250 Heat shock protein binding protein, putative 11.18380645 C6_control_B3 +LQ07X014250 Heat shock protein binding protein, putative 10.37947002 C6_control_C1 +LQ07X014250 Heat shock protein binding protein, putative 10.50512582 C6_control_C2 +LQ07X014250 Heat shock protein binding protein, putative 10.89824299 C6_control_C3 +LQ07X014250 Heat shock protein binding protein, putative 11.64607632 C6_chemical_A1 +LQ07X014250 Heat shock protein binding protein, putative 12.0517218 C6_chemical_A3 +LQ07X014250 Heat shock protein binding protein, putative 11.60195922 C6_chemical_B1 +LQ07X014250 Heat shock protein binding protein, putative 10.37903964 C6_chemical_B2 +LQ07X014250 Heat shock protein binding protein, putative 11.08412637 C6_chemical_B3 +LQ07X014250 Heat shock protein binding protein, putative 10.61542874 C6_chemical_C1 +LQ07X014250 Heat shock protein binding protein, putative 10.16801057 C6_chemical_C2 +LQ07X014250 Heat shock protein binding protein, putative 10.85171913 C6_chemical_C3 +LQ07X014250 Heat shock protein binding protein, putative 12.01069584 L4_control_A1 +LQ07X014250 Heat shock protein binding protein, putative 12.04738751 L4_control_A2 +LQ07X014250 Heat shock protein binding protein, putative 12.8822675 L4_control_A3 +LQ07X014250 Heat shock protein binding protein, putative 12.54629225 L4_control_B1 +LQ07X014250 Heat shock protein binding protein, putative 12.67650685 L4_control_B2 +LQ07X014250 Heat shock protein binding protein, putative 11.10779543 L4_control_B3 +LQ07X014250 Heat shock protein binding protein, putative 11.8103749 L4_control_C2 +LQ07X014250 Heat shock protein binding protein, putative 12.06125501 L4_control_C3 +LQ07X014250 Heat shock protein binding protein, putative 11.621969 L4_chemical_A1 +LQ07X014250 Heat shock protein binding protein, putative 12.20354926 L4_chemical_A2 +LQ07X014250 Heat shock protein binding protein, putative 12.54167953 L4_chemical_A3 +LQ07X014250 Heat shock protein binding protein, putative 12.7295487 L4_chemical_B1 +LQ07X014250 Heat shock protein binding protein, putative 12.88626362 L4_chemical_B2 +LQ07X014250 Heat shock protein binding protein, putative 11.77498688 L4_chemical_B3 +LQ07X014250 Heat shock protein binding protein, putative 11.81726085 L4_chemical_C2 +LQ07X014250 Heat shock protein binding protein, putative 11.94480189 L4_chemical_C3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.89606109 C6_control_A1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.863431251 C6_control_A3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.902789607 C6_control_B1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.899093659 C6_control_B2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.73901904 C6_control_B3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.298971674 C6_control_C1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.931612695 C6_control_C2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.140908254 C6_control_C3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.81410404 C6_chemical_A1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.296452255 C6_chemical_A3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.515379421 C6_chemical_B1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.88267185 C6_chemical_B2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.882006685 C6_chemical_B3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.851819595 C6_chemical_C1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.245863742 C6_chemical_C2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.994910291 C6_chemical_C3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.722971203 L4_control_A1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.049853618 L4_control_A2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.395722026 L4_control_A3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.10560406 L4_control_B1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.304316251 L4_control_B2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.805574084 L4_control_B3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 6.474811853 L4_control_C2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.077397215 L4_control_C3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.688022872 L4_chemical_A1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.931966157 L4_chemical_A2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.425137692 L4_chemical_A3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.301853725 L4_chemical_B1 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.890092738 L4_chemical_B2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.843674057 L4_chemical_B3 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 6.589213976 L4_chemical_C2 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.248160202 L4_chemical_C3 +LQ07X014350 Hypothetical protein 11.78670308 C6_control_A1 +LQ07X014350 Hypothetical protein 11.97606099 C6_control_A3 +LQ07X014350 Hypothetical protein 11.83186498 C6_control_B1 +LQ07X014350 Hypothetical protein 11.73435732 C6_control_B2 +LQ07X014350 Hypothetical protein 11.68856846 C6_control_B3 +LQ07X014350 Hypothetical protein 11.68695347 C6_control_C1 +LQ07X014350 Hypothetical protein 11.58659538 C6_control_C2 +LQ07X014350 Hypothetical protein 11.65342305 C6_control_C3 +LQ07X014350 Hypothetical protein 11.67582329 C6_chemical_A1 +LQ07X014350 Hypothetical protein 11.52701419 C6_chemical_A3 +LQ07X014350 Hypothetical protein 11.64706585 C6_chemical_B1 +LQ07X014350 Hypothetical protein 11.58632986 C6_chemical_B2 +LQ07X014350 Hypothetical protein 11.53856036 C6_chemical_B3 +LQ07X014350 Hypothetical protein 11.65510441 C6_chemical_C1 +LQ07X014350 Hypothetical protein 11.44831186 C6_chemical_C2 +LQ07X014350 Hypothetical protein 11.71530621 C6_chemical_C3 +LQ07X014350 Hypothetical protein 11.68729803 L4_control_A1 +LQ07X014350 Hypothetical protein 11.83255825 L4_control_A2 +LQ07X014350 Hypothetical protein 12.18568117 L4_control_A3 +LQ07X014350 Hypothetical protein 11.21817654 L4_control_B1 +LQ07X014350 Hypothetical protein 11.33413645 L4_control_B2 +LQ07X014350 Hypothetical protein 11.46211654 L4_control_B3 +LQ07X014350 Hypothetical protein 11.27529959 L4_control_C2 +LQ07X014350 Hypothetical protein 11.50558175 L4_control_C3 +LQ07X014350 Hypothetical protein 11.2915377 L4_chemical_A1 +LQ07X014350 Hypothetical protein 11.60644254 L4_chemical_A2 +LQ07X014350 Hypothetical protein 11.84302991 L4_chemical_A3 +LQ07X014350 Hypothetical protein 11.15953113 L4_chemical_B1 +LQ07X014350 Hypothetical protein 10.88211877 L4_chemical_B2 +LQ07X014350 Hypothetical protein 11.15117839 L4_chemical_B3 +LQ07X014350 Hypothetical protein 11.39595907 L4_chemical_C2 +LQ07X014350 Hypothetical protein 11.42344963 L4_chemical_C3 +LQ07X014370 Putative uncharacterized protein 5.546455891 C6_control_A1 +LQ07X014370 Putative uncharacterized protein 5.245674809 C6_control_A3 +LQ07X014370 Putative uncharacterized protein 5.709707624 C6_control_B1 +LQ07X014370 Putative uncharacterized protein 5.190302716 C6_control_B2 +LQ07X014370 Putative uncharacterized protein 5.345071 C6_control_B3 +LQ07X014370 Putative uncharacterized protein 5.266258629 C6_control_C1 +LQ07X014370 Putative uncharacterized protein 5.287992843 C6_control_C2 +LQ07X014370 Putative uncharacterized protein 5.106091652 C6_control_C3 +LQ07X014370 Putative uncharacterized protein 5.149134532 C6_chemical_A1 +LQ07X014370 Putative uncharacterized protein 5.48209344 C6_chemical_A3 +LQ07X014370 Putative uncharacterized protein 4.864734523 C6_chemical_B1 +LQ07X014370 Putative uncharacterized protein 5.163525643 C6_chemical_B2 +LQ07X014370 Putative uncharacterized protein 5.165767284 C6_chemical_B3 +LQ07X014370 Putative uncharacterized protein 4.810014724 C6_chemical_C1 +LQ07X014370 Putative uncharacterized protein 5.047930859 C6_chemical_C2 +LQ07X014370 Putative uncharacterized protein 5.18337749 C6_chemical_C3 +LQ07X014370 Putative uncharacterized protein 5.011437333 L4_control_A1 +LQ07X014370 Putative uncharacterized protein 5.559399873 L4_control_A2 +LQ07X014370 Putative uncharacterized protein 6.683203398 L4_control_A3 +LQ07X014370 Putative uncharacterized protein 5.672777782 L4_control_B1 +LQ07X014370 Putative uncharacterized protein 5.613242951 L4_control_B2 +LQ07X014370 Putative uncharacterized protein 5.421257956 L4_control_B3 +LQ07X014370 Putative uncharacterized protein 4.837059119 L4_control_C2 +LQ07X014370 Putative uncharacterized protein 5.387362782 L4_control_C3 +LQ07X014370 Putative uncharacterized protein 5.188441013 L4_chemical_A1 +LQ07X014370 Putative uncharacterized protein 5.133356326 L4_chemical_A2 +LQ07X014370 Putative uncharacterized protein 6.232251297 L4_chemical_A3 +LQ07X014370 Putative uncharacterized protein 5.274074263 L4_chemical_B1 +LQ07X014370 Putative uncharacterized protein 5.924823295 L4_chemical_B2 +LQ07X014370 Putative uncharacterized protein 5.299389675 L4_chemical_B3 +LQ07X014370 Putative uncharacterized protein 5.623164323 L4_chemical_C2 +LQ07X014370 Putative uncharacterized protein 5.302747827 L4_chemical_C3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.155364472 C6_control_A1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 6.004133292 C6_control_A3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.417924231 C6_control_B1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.096284829 C6_control_B2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.409193722 C6_control_B3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.146117097 C6_control_C1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.167855926 C6_control_C2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 4.984294851 C6_control_C3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.215599861 C6_chemical_A1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.099548155 C6_chemical_A3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.164906215 C6_chemical_B1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.325081009 C6_chemical_B2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.225979241 C6_chemical_B3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.191031937 C6_chemical_C1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.237737172 C6_chemical_C2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.086355338 C6_chemical_C3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 4.949690717 L4_control_A1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.261595065 L4_control_A2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 6.249629274 L4_control_A3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.733125743 L4_control_B1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 4.886883771 L4_control_B2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.521875839 L4_control_B3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.445420737 L4_control_C2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.500344864 L4_control_C3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.154439902 L4_chemical_A1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.186445443 L4_chemical_A2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.800054165 L4_chemical_A3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.584074116 L4_chemical_B1 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.48740086 L4_chemical_B2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.521607573 L4_chemical_B3 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.056873757 L4_chemical_C2 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.722833577 L4_chemical_C3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.433317357 C6_control_A1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.544808242 C6_control_A3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.397459528 C6_control_B1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.482632143 C6_control_B2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.532595732 C6_control_B3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.189574751 C6_control_C1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.981888524 C6_control_C2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.583475407 C6_control_C3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.560649458 C6_chemical_A1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.11882121 C6_chemical_A3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.319700067 C6_chemical_B1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.718377544 C6_chemical_B2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.32185556 C6_chemical_B3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.764275118 C6_chemical_C1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.797285552 C6_chemical_C2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.596392913 C6_chemical_C3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.526368073 L4_control_A1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 6.026360293 L4_control_A2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 6.073453138 L4_control_A3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 6.236119129 L4_control_B1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.323090505 L4_control_B2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 4.888925158 L4_control_B3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.573931606 L4_control_C2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.834466805 L4_control_C3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.286497676 L4_chemical_A1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.406798681 L4_chemical_A2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 6.148290406 L4_chemical_A3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.450898567 L4_chemical_B1 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.728019951 L4_chemical_B2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.293889845 L4_chemical_B3 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.325116665 L4_chemical_C2 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.571979774 L4_chemical_C3 +LQ07X014400 NAC domain-containing protein 21/22 4.958852635 C6_control_A1 +LQ07X014400 NAC domain-containing protein 21/22 4.92293067 C6_control_A3 +LQ07X014400 NAC domain-containing protein 21/22 5.519716106 C6_control_B1 +LQ07X014400 NAC domain-containing protein 21/22 4.808882214 C6_control_B2 +LQ07X014400 NAC domain-containing protein 21/22 5.007931255 C6_control_B3 +LQ07X014400 NAC domain-containing protein 21/22 5.157969657 C6_control_C1 +LQ07X014400 NAC domain-containing protein 21/22 4.983454121 C6_control_C2 +LQ07X014400 NAC domain-containing protein 21/22 5.337792998 C6_control_C3 +LQ07X014400 NAC domain-containing protein 21/22 4.885035921 C6_chemical_A1 +LQ07X014400 NAC domain-containing protein 21/22 5.112058253 C6_chemical_A3 +LQ07X014400 NAC domain-containing protein 21/22 5.257639514 C6_chemical_B1 +LQ07X014400 NAC domain-containing protein 21/22 5.176575627 C6_chemical_B2 +LQ07X014400 NAC domain-containing protein 21/22 4.697356685 C6_chemical_B3 +LQ07X014400 NAC domain-containing protein 21/22 5.236409413 C6_chemical_C1 +LQ07X014400 NAC domain-containing protein 21/22 5.148704203 C6_chemical_C2 +LQ07X014400 NAC domain-containing protein 21/22 5.423298427 C6_chemical_C3 +LQ07X014400 NAC domain-containing protein 21/22 5.054318525 L4_control_A1 +LQ07X014400 NAC domain-containing protein 21/22 4.916598031 L4_control_A2 +LQ07X014400 NAC domain-containing protein 21/22 4.804844333 L4_control_A3 +LQ07X014400 NAC domain-containing protein 21/22 4.784255819 L4_control_B1 +LQ07X014400 NAC domain-containing protein 21/22 4.801228442 L4_control_B2 +LQ07X014400 NAC domain-containing protein 21/22 5.201134005 L4_control_B3 +LQ07X014400 NAC domain-containing protein 21/22 5.086798125 L4_control_C2 +LQ07X014400 NAC domain-containing protein 21/22 5.465887541 L4_control_C3 +LQ07X014400 NAC domain-containing protein 21/22 4.912300826 L4_chemical_A1 +LQ07X014400 NAC domain-containing protein 21/22 4.918926062 L4_chemical_A2 +LQ07X014400 NAC domain-containing protein 21/22 5.046549285 L4_chemical_A3 +LQ07X014400 NAC domain-containing protein 21/22 5.264032222 L4_chemical_B1 +LQ07X014400 NAC domain-containing protein 21/22 4.950643838 L4_chemical_B2 +LQ07X014400 NAC domain-containing protein 21/22 5.03701905 L4_chemical_B3 +LQ07X014400 NAC domain-containing protein 21/22 5.119221913 L4_chemical_C2 +LQ07X014400 NAC domain-containing protein 21/22 5.323739234 L4_chemical_C3 +LQ07X014460 Predicted protein 5.17816581 C6_control_A1 +LQ07X014460 Predicted protein 5.717697176 C6_control_A3 +LQ07X014460 Predicted protein 4.78295711 C6_control_B1 +LQ07X014460 Predicted protein 4.959795049 C6_control_B2 +LQ07X014460 Predicted protein 5.384081055 C6_control_B3 +LQ07X014460 Predicted protein 4.874828305 C6_control_C1 +LQ07X014460 Predicted protein 4.987140553 C6_control_C2 +LQ07X014460 Predicted protein 5.238106696 C6_control_C3 +LQ07X014460 Predicted protein 4.952329726 C6_chemical_A1 +LQ07X014460 Predicted protein 5.43491597 C6_chemical_A3 +LQ07X014460 Predicted protein 5.196208692 C6_chemical_B1 +LQ07X014460 Predicted protein 4.967624637 C6_chemical_B2 +LQ07X014460 Predicted protein 4.840782601 C6_chemical_B3 +LQ07X014460 Predicted protein 4.93858067 C6_chemical_C1 +LQ07X014460 Predicted protein 5.204529758 C6_chemical_C2 +LQ07X014460 Predicted protein 5.160329373 C6_chemical_C3 +LQ07X014460 Predicted protein 5.381372276 L4_control_A1 +LQ07X014460 Predicted protein 5.511660003 L4_control_A2 +LQ07X014460 Predicted protein 5.415010154 L4_control_A3 +LQ07X014460 Predicted protein 4.934875915 L4_control_B1 +LQ07X014460 Predicted protein 5.250687821 L4_control_B2 +LQ07X014460 Predicted protein 5.051086572 L4_control_B3 +LQ07X014460 Predicted protein 5.167207029 L4_control_C2 +LQ07X014460 Predicted protein 5.104092103 L4_control_C3 +LQ07X014460 Predicted protein 5.428976382 L4_chemical_A1 +LQ07X014460 Predicted protein 5.300456421 L4_chemical_A2 +LQ07X014460 Predicted protein 5.532945253 L4_chemical_A3 +LQ07X014460 Predicted protein 5.163637557 L4_chemical_B1 +LQ07X014460 Predicted protein 5.490104898 L4_chemical_B2 +LQ07X014460 Predicted protein 5.124644017 L4_chemical_B3 +LQ07X014460 Predicted protein 5.187087748 L4_chemical_C2 +LQ07X014460 Predicted protein 4.822763784 L4_chemical_C3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 9.79276801 C6_control_A1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 8.759555416 C6_control_A3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 11.67282429 C6_control_B1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 12.60083298 C6_control_B2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 12.7252438 C6_control_B3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 10.8210768 C6_control_C1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 10.40485738 C6_control_C2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 10.42202361 C6_control_C3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 10.04898317 C6_chemical_A1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 9.332779511 C6_chemical_A3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 11.69028957 C6_chemical_B1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 12.06229215 C6_chemical_B2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 11.92448514 C6_chemical_B3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 10.86911775 C6_chemical_C1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 10.6490644 C6_chemical_C2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 9.904729917 C6_chemical_C3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 8.556091824 L4_control_A1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 7.755960976 L4_control_A2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 7.770155091 L4_control_A3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 12.10461358 L4_control_B1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 11.76458903 L4_control_B2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 12.24996334 L4_control_B3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 9.375777456 L4_control_C2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 9.187627898 L4_control_C3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 7.637237716 L4_chemical_A1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 6.873399254 L4_chemical_A2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 7.177093327 L4_chemical_A3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 11.31383873 L4_chemical_B1 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 11.10903308 L4_chemical_B2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 10.59890753 L4_chemical_B3 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 8.465597968 L4_chemical_C2 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 8.88113922 L4_chemical_C3 +LQ07X014630 Putative uncharacterized protein 4.841909636 C6_control_A1 +LQ07X014630 Putative uncharacterized protein 4.855581492 C6_control_A3 +LQ07X014630 Putative uncharacterized protein 5.432258117 C6_control_B1 +LQ07X014630 Putative uncharacterized protein 4.724864023 C6_control_B2 +LQ07X014630 Putative uncharacterized protein 4.632196887 C6_control_B3 +LQ07X014630 Putative uncharacterized protein 4.578457737 C6_control_C1 +LQ07X014630 Putative uncharacterized protein 4.51606803 C6_control_C2 +LQ07X014630 Putative uncharacterized protein 4.505204933 C6_control_C3 +LQ07X014630 Putative uncharacterized protein 4.605007951 C6_chemical_A1 +LQ07X014630 Putative uncharacterized protein 4.586216027 C6_chemical_A3 +LQ07X014630 Putative uncharacterized protein 5.453630761 C6_chemical_B1 +LQ07X014630 Putative uncharacterized protein 4.654598425 C6_chemical_B2 +LQ07X014630 Putative uncharacterized protein 4.646866937 C6_chemical_B3 +LQ07X014630 Putative uncharacterized protein 4.825084984 C6_chemical_C1 +LQ07X014630 Putative uncharacterized protein 4.698503242 C6_chemical_C2 +LQ07X014630 Putative uncharacterized protein 4.522169143 C6_chemical_C3 +LQ07X014630 Putative uncharacterized protein 4.71512504 L4_control_A1 +LQ07X014630 Putative uncharacterized protein 4.800063831 L4_control_A2 +LQ07X014630 Putative uncharacterized protein 4.750638077 L4_control_A3 +LQ07X014630 Putative uncharacterized protein 4.652406128 L4_control_B1 +LQ07X014630 Putative uncharacterized protein 4.923765251 L4_control_B2 +LQ07X014630 Putative uncharacterized protein 4.884728862 L4_control_B3 +LQ07X014630 Putative uncharacterized protein 5.291238171 L4_control_C2 +LQ07X014630 Putative uncharacterized protein 5.628121112 L4_control_C3 +LQ07X014630 Putative uncharacterized protein 4.684305942 L4_chemical_A1 +LQ07X014630 Putative uncharacterized protein 4.699299951 L4_chemical_A2 +LQ07X014630 Putative uncharacterized protein 4.872080467 L4_chemical_A3 +LQ07X014630 Putative uncharacterized protein 4.946183611 L4_chemical_B1 +LQ07X014630 Putative uncharacterized protein 5.000914616 L4_chemical_B2 +LQ07X014630 Putative uncharacterized protein 4.856407999 L4_chemical_B3 +LQ07X014630 Putative uncharacterized protein 4.768475992 L4_chemical_C2 +LQ07X014630 Putative uncharacterized protein 5.05286143 L4_chemical_C3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.15450316 C6_control_A1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.685540983 C6_control_A3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.08798253 C6_control_B1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 11.34698152 C6_control_B2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.49560172 C6_control_B3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 12.09266994 C6_control_C1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 12.11665109 C6_control_C2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 11.96611367 C6_control_C3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.858958682 C6_chemical_A1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.877140091 C6_chemical_A3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.15763952 C6_chemical_B1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 11.33555746 C6_chemical_B2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.21710674 C6_chemical_B3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 12.13440873 C6_chemical_C1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 12.32861701 C6_chemical_C2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 11.97284536 C6_chemical_C3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.213894249 L4_control_A1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.07410668 L4_control_A2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.763306312 L4_control_A3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.537490592 L4_control_B1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.494698441 L4_control_B2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 11.00839405 L4_control_B3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.58565526 L4_control_C2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.5818671 L4_control_C3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.525839496 L4_chemical_A1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.04429695 L4_chemical_A2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.630717753 L4_chemical_A3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 8.927237928 L4_chemical_B1 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.432062277 L4_chemical_B2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.3214839 L4_chemical_B3 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.43943094 L4_chemical_C2 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 10.58864131 L4_chemical_C3 +LQ07X014650 Hypothetical protein 4.925483073 C6_control_A1 +LQ07X014650 Hypothetical protein 4.66516295 C6_control_A3 +LQ07X014650 Hypothetical protein 5.414389286 C6_control_B1 +LQ07X014650 Hypothetical protein 4.928692136 C6_control_B2 +LQ07X014650 Hypothetical protein 4.914802933 C6_control_B3 +LQ07X014650 Hypothetical protein 5.399334562 C6_control_C1 +LQ07X014650 Hypothetical protein 4.746294935 C6_control_C2 +LQ07X014650 Hypothetical protein 5.103887864 C6_control_C3 +LQ07X014650 Hypothetical protein 4.927412378 C6_chemical_A1 +LQ07X014650 Hypothetical protein 5.084886508 C6_chemical_A3 +LQ07X014650 Hypothetical protein 4.912295845 C6_chemical_B1 +LQ07X014650 Hypothetical protein 4.893059941 C6_chemical_B2 +LQ07X014650 Hypothetical protein 5.421575649 C6_chemical_B3 +LQ07X014650 Hypothetical protein 4.967452368 C6_chemical_C1 +LQ07X014650 Hypothetical protein 4.824179115 C6_chemical_C2 +LQ07X014650 Hypothetical protein 5.16046457 C6_chemical_C3 +LQ07X014650 Hypothetical protein 5.059961921 L4_control_A1 +LQ07X014650 Hypothetical protein 5.16246007 L4_control_A2 +LQ07X014650 Hypothetical protein 4.995687796 L4_control_A3 +LQ07X014650 Hypothetical protein 4.881820477 L4_control_B1 +LQ07X014650 Hypothetical protein 4.987290117 L4_control_B2 +LQ07X014650 Hypothetical protein 4.722997374 L4_control_B3 +LQ07X014650 Hypothetical protein 5.241500765 L4_control_C2 +LQ07X014650 Hypothetical protein 6.637956229 L4_control_C3 +LQ07X014650 Hypothetical protein 5.009434263 L4_chemical_A1 +LQ07X014650 Hypothetical protein 4.89134037 L4_chemical_A2 +LQ07X014650 Hypothetical protein 4.942468392 L4_chemical_A3 +LQ07X014650 Hypothetical protein 4.965817642 L4_chemical_B1 +LQ07X014650 Hypothetical protein 5.417814839 L4_chemical_B2 +LQ07X014650 Hypothetical protein 4.718942481 L4_chemical_B3 +LQ07X014650 Hypothetical protein 5.079438646 L4_chemical_C2 +LQ07X014650 Hypothetical protein 5.061573447 L4_chemical_C3 +LQ07X014670 Putative uncharacterized protein 9.252448738 C6_control_A1 +LQ07X014670 Putative uncharacterized protein 8.862669447 C6_control_A3 +LQ07X014670 Putative uncharacterized protein 9.107027157 C6_control_B1 +LQ07X014670 Putative uncharacterized protein 10.26085506 C6_control_B2 +LQ07X014670 Putative uncharacterized protein 8.768119374 C6_control_B3 +LQ07X014670 Putative uncharacterized protein 11.10362417 C6_control_C1 +LQ07X014670 Putative uncharacterized protein 11.04007358 C6_control_C2 +LQ07X014670 Putative uncharacterized protein 11.07070095 C6_control_C3 +LQ07X014670 Putative uncharacterized protein 9.32906674 C6_chemical_A1 +LQ07X014670 Putative uncharacterized protein 8.825480798 C6_chemical_A3 +LQ07X014670 Putative uncharacterized protein 8.692526011 C6_chemical_B1 +LQ07X014670 Putative uncharacterized protein 9.859545623 C6_chemical_B2 +LQ07X014670 Putative uncharacterized protein 8.672913314 C6_chemical_B3 +LQ07X014670 Putative uncharacterized protein 10.9977161 C6_chemical_C1 +LQ07X014670 Putative uncharacterized protein 11.12429414 C6_chemical_C2 +LQ07X014670 Putative uncharacterized protein 10.7718205 C6_chemical_C3 +LQ07X014670 Putative uncharacterized protein 8.989440252 L4_control_A1 +LQ07X014670 Putative uncharacterized protein 9.820395843 L4_control_A2 +LQ07X014670 Putative uncharacterized protein 8.172441193 L4_control_A3 +LQ07X014670 Putative uncharacterized protein 8.850612312 L4_control_B1 +LQ07X014670 Putative uncharacterized protein 9.16898398 L4_control_B2 +LQ07X014670 Putative uncharacterized protein 9.072441207 L4_control_B3 +LQ07X014670 Putative uncharacterized protein 10.88377271 L4_control_C2 +LQ07X014670 Putative uncharacterized protein 10.28260058 L4_control_C3 +LQ07X014670 Putative uncharacterized protein 9.186756075 L4_chemical_A1 +LQ07X014670 Putative uncharacterized protein 9.894013915 L4_chemical_A2 +LQ07X014670 Putative uncharacterized protein 7.493551494 L4_chemical_A3 +LQ07X014670 Putative uncharacterized protein 8.245996057 L4_chemical_B1 +LQ07X014670 Putative uncharacterized protein 9.413334715 L4_chemical_B2 +LQ07X014670 Putative uncharacterized protein 8.437363996 L4_chemical_B3 +LQ07X014670 Putative uncharacterized protein 10.412026 L4_chemical_C2 +LQ07X014670 Putative uncharacterized protein 10.50607851 L4_chemical_C3 +LQ07X014720 Predicted protein 6.056385501 C6_control_A1 +LQ07X014720 Predicted protein 6.473619086 C6_control_A3 +LQ07X014720 Predicted protein 5.929504116 C6_control_B1 +LQ07X014720 Predicted protein 5.377345223 C6_control_B2 +LQ07X014720 Predicted protein 5.846497339 C6_control_B3 +LQ07X014720 Predicted protein 5.057617427 C6_control_C1 +LQ07X014720 Predicted protein 6.245715373 C6_control_C2 +LQ07X014720 Predicted protein 5.31027785 C6_control_C3 +LQ07X014720 Predicted protein 6.355237592 C6_chemical_A1 +LQ07X014720 Predicted protein 6.273012482 C6_chemical_A3 +LQ07X014720 Predicted protein 5.52676987 C6_chemical_B1 +LQ07X014720 Predicted protein 6.036904432 C6_chemical_B2 +LQ07X014720 Predicted protein 5.621959071 C6_chemical_B3 +LQ07X014720 Predicted protein 5.014440448 C6_chemical_C1 +LQ07X014720 Predicted protein 5.88253241 C6_chemical_C2 +LQ07X014720 Predicted protein 5.165179112 C6_chemical_C3 +LQ07X014720 Predicted protein 5.75686006 L4_control_A1 +LQ07X014720 Predicted protein 6.150455994 L4_control_A2 +LQ07X014720 Predicted protein 6.123277132 L4_control_A3 +LQ07X014720 Predicted protein 5.980519095 L4_control_B1 +LQ07X014720 Predicted protein 6.504924862 L4_control_B2 +LQ07X014720 Predicted protein 6.301053682 L4_control_B3 +LQ07X014720 Predicted protein 6.039832684 L4_control_C2 +LQ07X014720 Predicted protein 6.374333756 L4_control_C3 +LQ07X014720 Predicted protein 5.507609939 L4_chemical_A1 +LQ07X014720 Predicted protein 6.107141233 L4_chemical_A2 +LQ07X014720 Predicted protein 6.530308206 L4_chemical_A3 +LQ07X014720 Predicted protein 6.52918457 L4_chemical_B1 +LQ07X014720 Predicted protein 6.334589774 L4_chemical_B2 +LQ07X014720 Predicted protein 5.871994149 L4_chemical_B3 +LQ07X014720 Predicted protein 6.152737627 L4_chemical_C2 +LQ07X014720 Predicted protein 6.494918563 L4_chemical_C3 +LQ07X014740 Hypothetical protein 5.056464651 C6_control_A1 +LQ07X014740 Hypothetical protein 5.19945342 C6_control_A3 +LQ07X014740 Hypothetical protein 4.91448004 C6_control_B1 +LQ07X014740 Hypothetical protein 4.970052743 C6_control_B2 +LQ07X014740 Hypothetical protein 5.167203011 C6_control_B3 +LQ07X014740 Hypothetical protein 5.239591606 C6_control_C1 +LQ07X014740 Hypothetical protein 5.283345284 C6_control_C2 +LQ07X014740 Hypothetical protein 5.648840554 C6_control_C3 +LQ07X014740 Hypothetical protein 5.442136747 C6_chemical_A1 +LQ07X014740 Hypothetical protein 5.02945297 C6_chemical_A3 +LQ07X014740 Hypothetical protein 5.222834823 C6_chemical_B1 +LQ07X014740 Hypothetical protein 5.248678522 C6_chemical_B2 +LQ07X014740 Hypothetical protein 5.236999442 C6_chemical_B3 +LQ07X014740 Hypothetical protein 5.333813445 C6_chemical_C1 +LQ07X014740 Hypothetical protein 5.423657406 C6_chemical_C2 +LQ07X014740 Hypothetical protein 5.995584575 C6_chemical_C3 +LQ07X014740 Hypothetical protein 5.277387555 L4_control_A1 +LQ07X014740 Hypothetical protein 5.351521037 L4_control_A2 +LQ07X014740 Hypothetical protein 5.536560009 L4_control_A3 +LQ07X014740 Hypothetical protein 5.113098462 L4_control_B1 +LQ07X014740 Hypothetical protein 5.686736608 L4_control_B2 +LQ07X014740 Hypothetical protein 5.842030635 L4_control_B3 +LQ07X014740 Hypothetical protein 5.610666847 L4_control_C2 +LQ07X014740 Hypothetical protein 5.704970795 L4_control_C3 +LQ07X014740 Hypothetical protein 5.726602627 L4_chemical_A1 +LQ07X014740 Hypothetical protein 5.269200449 L4_chemical_A2 +LQ07X014740 Hypothetical protein 5.042377118 L4_chemical_A3 +LQ07X014740 Hypothetical protein 5.343941403 L4_chemical_B1 +LQ07X014740 Hypothetical protein 5.479445897 L4_chemical_B2 +LQ07X014740 Hypothetical protein 5.374624925 L4_chemical_B3 +LQ07X014740 Hypothetical protein 5.382819653 L4_chemical_C2 +LQ07X014740 Hypothetical protein 5.482560276 L4_chemical_C3 +LQ07X014830 Hypothetical protein 5.522885511 C6_control_A1 +LQ07X014830 Hypothetical protein 5.415873262 C6_control_A3 +LQ07X014830 Hypothetical protein 5.54564516 C6_control_B1 +LQ07X014830 Hypothetical protein 5.65058824 C6_control_B2 +LQ07X014830 Hypothetical protein 5.287946358 C6_control_B3 +LQ07X014830 Hypothetical protein 6.015028197 C6_control_C1 +LQ07X014830 Hypothetical protein 5.341715277 C6_control_C2 +LQ07X014830 Hypothetical protein 6.122385336 C6_control_C3 +LQ07X014830 Hypothetical protein 5.865666023 C6_chemical_A1 +LQ07X014830 Hypothetical protein 5.711222016 C6_chemical_A3 +LQ07X014830 Hypothetical protein 6.065580159 C6_chemical_B1 +LQ07X014830 Hypothetical protein 5.755177626 C6_chemical_B2 +LQ07X014830 Hypothetical protein 5.608560065 C6_chemical_B3 +LQ07X014830 Hypothetical protein 5.764601532 C6_chemical_C1 +LQ07X014830 Hypothetical protein 5.692672645 C6_chemical_C2 +LQ07X014830 Hypothetical protein 6.271586141 C6_chemical_C3 +LQ07X014830 Hypothetical protein 5.852909538 L4_control_A1 +LQ07X014830 Hypothetical protein 6.018352975 L4_control_A2 +LQ07X014830 Hypothetical protein 5.39726464 L4_control_A3 +LQ07X014830 Hypothetical protein 5.995408151 L4_control_B1 +LQ07X014830 Hypothetical protein 5.459133922 L4_control_B2 +LQ07X014830 Hypothetical protein 5.596611212 L4_control_B3 +LQ07X014830 Hypothetical protein 5.979889977 L4_control_C2 +LQ07X014830 Hypothetical protein 5.428392615 L4_control_C3 +LQ07X014830 Hypothetical protein 5.422409111 L4_chemical_A1 +LQ07X014830 Hypothetical protein 5.931731225 L4_chemical_A2 +LQ07X014830 Hypothetical protein 5.635769459 L4_chemical_A3 +LQ07X014830 Hypothetical protein 6.014253086 L4_chemical_B1 +LQ07X014830 Hypothetical protein 5.769229575 L4_chemical_B2 +LQ07X014830 Hypothetical protein 5.48545867 L4_chemical_B3 +LQ07X014830 Hypothetical protein 5.709977899 L4_chemical_C2 +LQ07X014830 Hypothetical protein 5.823667883 L4_chemical_C3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.420528931 C6_control_A1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.922886339 C6_control_A3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.672656142 C6_control_B1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.596889726 C6_control_B2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.877803677 C6_control_B3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.382522903 C6_control_C1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.452046429 C6_control_C2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.154967034 C6_control_C3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.58234501 C6_chemical_A1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.336845729 C6_chemical_A3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.510374725 C6_chemical_B1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.359848696 C6_chemical_B2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.495121974 C6_chemical_B3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.136075962 C6_chemical_C1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.025640205 C6_chemical_C2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.244360024 C6_chemical_C3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.189460453 L4_control_A1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.578657893 L4_control_A2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.374818193 L4_control_A3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.624107887 L4_control_B1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.585292861 L4_control_B2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.694880863 L4_control_B3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.64919263 L4_control_C2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.471372864 L4_control_C3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.462230936 L4_chemical_A1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.274443499 L4_chemical_A2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.368143864 L4_chemical_A3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.503185909 L4_chemical_B1 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.71610487 L4_chemical_B2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.738091436 L4_chemical_B3 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.586130899 L4_chemical_C2 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.230737504 L4_chemical_C3 +LQ07X014940 Putative uncharacterized protein 12.87325039 C6_control_A1 +LQ07X014940 Putative uncharacterized protein 12.87157453 C6_control_A3 +LQ07X014940 Putative uncharacterized protein 12.16108428 C6_control_B1 +LQ07X014940 Putative uncharacterized protein 11.72616729 C6_control_B2 +LQ07X014940 Putative uncharacterized protein 11.57388049 C6_control_B3 +LQ07X014940 Putative uncharacterized protein 10.76237144 C6_control_C1 +LQ07X014940 Putative uncharacterized protein 10.5990462 C6_control_C2 +LQ07X014940 Putative uncharacterized protein 10.19754787 C6_control_C3 +LQ07X014940 Putative uncharacterized protein 13.13287531 C6_chemical_A1 +LQ07X014940 Putative uncharacterized protein 12.95522167 C6_chemical_A3 +LQ07X014940 Putative uncharacterized protein 11.88501818 C6_chemical_B1 +LQ07X014940 Putative uncharacterized protein 12.18690805 C6_chemical_B2 +LQ07X014940 Putative uncharacterized protein 12.22055555 C6_chemical_B3 +LQ07X014940 Putative uncharacterized protein 11.19291617 C6_chemical_C1 +LQ07X014940 Putative uncharacterized protein 10.66448114 C6_chemical_C2 +LQ07X014940 Putative uncharacterized protein 9.643671673 C6_chemical_C3 +LQ07X014940 Putative uncharacterized protein 12.60177226 L4_control_A1 +LQ07X014940 Putative uncharacterized protein 11.7778448 L4_control_A2 +LQ07X014940 Putative uncharacterized protein 11.4656909 L4_control_A3 +LQ07X014940 Putative uncharacterized protein 10.65834875 L4_control_B1 +LQ07X014940 Putative uncharacterized protein 11.8478214 L4_control_B2 +LQ07X014940 Putative uncharacterized protein 10.72661379 L4_control_B3 +LQ07X014940 Putative uncharacterized protein 10.47677938 L4_control_C2 +LQ07X014940 Putative uncharacterized protein 9.623874799 L4_control_C3 +LQ07X014940 Putative uncharacterized protein 11.86550784 L4_chemical_A1 +LQ07X014940 Putative uncharacterized protein 11.6322007 L4_chemical_A2 +LQ07X014940 Putative uncharacterized protein 12.15608624 L4_chemical_A3 +LQ07X014940 Putative uncharacterized protein 12.20483137 L4_chemical_B1 +LQ07X014940 Putative uncharacterized protein 11.28604341 L4_chemical_B2 +LQ07X014940 Putative uncharacterized protein 11.34495444 L4_chemical_B3 +LQ07X014940 Putative uncharacterized protein 9.185662857 L4_chemical_C2 +LQ07X014940 Putative uncharacterized protein 9.601037397 L4_chemical_C3 +LQ07X015060 Predicted protein 9.839737965 C6_control_A1 +LQ07X015060 Predicted protein 11.26928427 C6_control_A3 +LQ07X015060 Predicted protein 9.56739942 C6_control_B1 +LQ07X015060 Predicted protein 6.794738773 C6_control_B2 +LQ07X015060 Predicted protein 6.984917737 C6_control_B3 +LQ07X015060 Predicted protein 5.673991561 C6_control_C1 +LQ07X015060 Predicted protein 5.266753953 C6_control_C2 +LQ07X015060 Predicted protein 6.473041081 C6_control_C3 +LQ07X015060 Predicted protein 9.592286677 C6_chemical_A1 +LQ07X015060 Predicted protein 11.28878666 C6_chemical_A3 +LQ07X015060 Predicted protein 8.369113801 C6_chemical_B1 +LQ07X015060 Predicted protein 6.396615502 C6_chemical_B2 +LQ07X015060 Predicted protein 6.154984268 C6_chemical_B3 +LQ07X015060 Predicted protein 5.707981861 C6_chemical_C1 +LQ07X015060 Predicted protein 5.554397858 C6_chemical_C2 +LQ07X015060 Predicted protein 5.846525797 C6_chemical_C3 +LQ07X015060 Predicted protein 10.23058326 L4_control_A1 +LQ07X015060 Predicted protein 10.83081152 L4_control_A2 +LQ07X015060 Predicted protein 10.93389718 L4_control_A3 +LQ07X015060 Predicted protein 6.908074157 L4_control_B1 +LQ07X015060 Predicted protein 7.923801906 L4_control_B2 +LQ07X015060 Predicted protein 6.645633541 L4_control_B3 +LQ07X015060 Predicted protein 5.242198484 L4_control_C2 +LQ07X015060 Predicted protein 6.706659659 L4_control_C3 +LQ07X015060 Predicted protein 10.05348219 L4_chemical_A1 +LQ07X015060 Predicted protein 9.853285256 L4_chemical_A2 +LQ07X015060 Predicted protein 10.5623926 L4_chemical_A3 +LQ07X015060 Predicted protein 8.6974867 L4_chemical_B1 +LQ07X015060 Predicted protein 8.567874421 L4_chemical_B2 +LQ07X015060 Predicted protein 9.079773531 L4_chemical_B3 +LQ07X015060 Predicted protein 5.799722781 L4_chemical_C2 +LQ07X015060 Predicted protein 7.770039673 L4_chemical_C3 +LQ07X015070 Putative Predicted protein 9.81922183 C6_control_A1 +LQ07X015070 Putative Predicted protein 11.64655162 C6_control_A3 +LQ07X015070 Putative Predicted protein 10.14513496 C6_control_B1 +LQ07X015070 Putative Predicted protein 9.626299448 C6_control_B2 +LQ07X015070 Putative Predicted protein 10.91152769 C6_control_B3 +LQ07X015070 Putative Predicted protein 8.535883198 C6_control_C1 +LQ07X015070 Putative Predicted protein 6.83949497 C6_control_C2 +LQ07X015070 Putative Predicted protein 8.515651153 C6_control_C3 +LQ07X015070 Putative Predicted protein 8.410924376 C6_chemical_A1 +LQ07X015070 Putative Predicted protein 10.2798127 C6_chemical_A3 +LQ07X015070 Putative Predicted protein 8.40331038 C6_chemical_B1 +LQ07X015070 Putative Predicted protein 8.668182634 C6_chemical_B2 +LQ07X015070 Putative Predicted protein 9.564027705 C6_chemical_B3 +LQ07X015070 Putative Predicted protein 8.035052987 C6_chemical_C1 +LQ07X015070 Putative Predicted protein 6.509726928 C6_chemical_C2 +LQ07X015070 Putative Predicted protein 7.586812669 C6_chemical_C3 +LQ07X015070 Putative Predicted protein 11.2584368 L4_control_A1 +LQ07X015070 Putative Predicted protein 10.09407759 L4_control_A2 +LQ07X015070 Putative Predicted protein 11.87421703 L4_control_A3 +LQ07X015070 Putative Predicted protein 10.87114195 L4_control_B1 +LQ07X015070 Putative Predicted protein 9.516531298 L4_control_B2 +LQ07X015070 Putative Predicted protein 11.15783922 L4_control_B3 +LQ07X015070 Putative Predicted protein 6.56861064 L4_control_C2 +LQ07X015070 Putative Predicted protein 8.718481065 L4_control_C3 +LQ07X015070 Putative Predicted protein 11.90038076 L4_chemical_A1 +LQ07X015070 Putative Predicted protein 10.76870888 L4_chemical_A2 +LQ07X015070 Putative Predicted protein 12.12557491 L4_chemical_A3 +LQ07X015070 Putative Predicted protein 10.11800123 L4_chemical_B1 +LQ07X015070 Putative Predicted protein 9.500780259 L4_chemical_B2 +LQ07X015070 Putative Predicted protein 9.811047403 L4_chemical_B3 +LQ07X015070 Putative Predicted protein 10.18933366 L4_chemical_C2 +LQ07X015070 Putative Predicted protein 7.608798892 L4_chemical_C3 +LQ07X015160 Putative uncharacterized protein 9.679249688 C6_control_A1 +LQ07X015160 Putative uncharacterized protein 9.71223301 C6_control_A3 +LQ07X015160 Putative uncharacterized protein 9.579470675 C6_control_B1 +LQ07X015160 Putative uncharacterized protein 9.350967932 C6_control_B2 +LQ07X015160 Putative uncharacterized protein 9.383412641 C6_control_B3 +LQ07X015160 Putative uncharacterized protein 9.694895597 C6_control_C1 +LQ07X015160 Putative uncharacterized protein 9.375073616 C6_control_C2 +LQ07X015160 Putative uncharacterized protein 9.178869992 C6_control_C3 +LQ07X015160 Putative uncharacterized protein 9.585174519 C6_chemical_A1 +LQ07X015160 Putative uncharacterized protein 9.889330122 C6_chemical_A3 +LQ07X015160 Putative uncharacterized protein 9.031878769 C6_chemical_B1 +LQ07X015160 Putative uncharacterized protein 8.998193927 C6_chemical_B2 +LQ07X015160 Putative uncharacterized protein 9.086661876 C6_chemical_B3 +LQ07X015160 Putative uncharacterized protein 9.67532518 C6_chemical_C1 +LQ07X015160 Putative uncharacterized protein 9.209700023 C6_chemical_C2 +LQ07X015160 Putative uncharacterized protein 9.236116739 C6_chemical_C3 +LQ07X015160 Putative uncharacterized protein 9.984297965 L4_control_A1 +LQ07X015160 Putative uncharacterized protein 10.5121959 L4_control_A2 +LQ07X015160 Putative uncharacterized protein 10.55557816 L4_control_A3 +LQ07X015160 Putative uncharacterized protein 10.22366637 L4_control_B1 +LQ07X015160 Putative uncharacterized protein 10.27442448 L4_control_B2 +LQ07X015160 Putative uncharacterized protein 9.429444562 L4_control_B3 +LQ07X015160 Putative uncharacterized protein 10.0004339 L4_control_C2 +LQ07X015160 Putative uncharacterized protein 9.646815643 L4_control_C3 +LQ07X015160 Putative uncharacterized protein 10.06176656 L4_chemical_A1 +LQ07X015160 Putative uncharacterized protein 10.51681535 L4_chemical_A2 +LQ07X015160 Putative uncharacterized protein 10.27148947 L4_chemical_A3 +LQ07X015160 Putative uncharacterized protein 10.32080504 L4_chemical_B1 +LQ07X015160 Putative uncharacterized protein 10.16841723 L4_chemical_B2 +LQ07X015160 Putative uncharacterized protein 9.236035171 L4_chemical_B3 +LQ07X015160 Putative uncharacterized protein 9.759582961 L4_chemical_C2 +LQ07X015160 Putative uncharacterized protein 9.604400812 L4_chemical_C3 +LQ07X015220 LOB domain-containing protein 4 7.312841679 C6_control_A1 +LQ07X015220 LOB domain-containing protein 4 7.529342161 C6_control_A3 +LQ07X015220 LOB domain-containing protein 4 7.054307914 C6_control_B1 +LQ07X015220 LOB domain-containing protein 4 8.032164569 C6_control_B2 +LQ07X015220 LOB domain-containing protein 4 7.179758123 C6_control_B3 +LQ07X015220 LOB domain-containing protein 4 8.376571987 C6_control_C1 +LQ07X015220 LOB domain-containing protein 4 6.94073943 C6_control_C2 +LQ07X015220 LOB domain-containing protein 4 8.306807252 C6_control_C3 +LQ07X015220 LOB domain-containing protein 4 7.238117999 C6_chemical_A1 +LQ07X015220 LOB domain-containing protein 4 8.061697442 C6_chemical_A3 +LQ07X015220 LOB domain-containing protein 4 7.376317476 C6_chemical_B1 +LQ07X015220 LOB domain-containing protein 4 7.389394604 C6_chemical_B2 +LQ07X015220 LOB domain-containing protein 4 6.506946508 C6_chemical_B3 +LQ07X015220 LOB domain-containing protein 4 7.47603164 C6_chemical_C1 +LQ07X015220 LOB domain-containing protein 4 7.245186 C6_chemical_C2 +LQ07X015220 LOB domain-containing protein 4 7.482582621 C6_chemical_C3 +LQ07X015220 LOB domain-containing protein 4 7.953467042 L4_control_A1 +LQ07X015220 LOB domain-containing protein 4 7.83103699 L4_control_A2 +LQ07X015220 LOB domain-containing protein 4 8.265115622 L4_control_A3 +LQ07X015220 LOB domain-containing protein 4 8.362513633 L4_control_B1 +LQ07X015220 LOB domain-containing protein 4 8.019068243 L4_control_B2 +LQ07X015220 LOB domain-containing protein 4 8.138241357 L4_control_B3 +LQ07X015220 LOB domain-containing protein 4 7.332141235 L4_control_C2 +LQ07X015220 LOB domain-containing protein 4 7.088038975 L4_control_C3 +LQ07X015220 LOB domain-containing protein 4 6.628259472 L4_chemical_A1 +LQ07X015220 LOB domain-containing protein 4 6.917728342 L4_chemical_A2 +LQ07X015220 LOB domain-containing protein 4 6.775168227 L4_chemical_A3 +LQ07X015220 LOB domain-containing protein 4 7.224300779 L4_chemical_B1 +LQ07X015220 LOB domain-containing protein 4 7.217892001 L4_chemical_B2 +LQ07X015220 LOB domain-containing protein 4 7.685890936 L4_chemical_B3 +LQ07X015220 LOB domain-containing protein 4 8.775832496 L4_chemical_C2 +LQ07X015220 LOB domain-containing protein 4 7.381476519 L4_chemical_C3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.590729103 C6_control_A1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 8.189966613 C6_control_A3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.389261645 C6_control_B1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 6.663583744 C6_control_B2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.455220147 C6_control_B3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 6.187553353 C6_control_C1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.616523396 C6_control_C2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 6.169051828 C6_control_C3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.607486539 C6_chemical_A1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.490095151 C6_chemical_A3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.696160989 C6_chemical_B1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.17480984 C6_chemical_B2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 6.729228743 C6_chemical_B3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 6.956064659 C6_chemical_C1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.341625306 C6_chemical_C2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 6.187648506 C6_chemical_C3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.174896516 L4_control_A1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.899422853 L4_control_A2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 8.233864498 L4_control_A3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.212561383 L4_control_B1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 8.206952096 L4_control_B2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.011056665 L4_control_B3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.701350186 L4_control_C2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 8.126801815 L4_control_C3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 6.900343167 L4_chemical_A1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.277587552 L4_chemical_A2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.937255644 L4_chemical_A3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 8.507359977 L4_chemical_B1 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.560717534 L4_chemical_B2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.224702164 L4_chemical_B3 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 6.948935717 L4_chemical_C2 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.88152536 L4_chemical_C3 +LQ07X015300 Putative uncharacterized protein 5.216607874 C6_control_A1 +LQ07X015300 Putative uncharacterized protein 5.274591391 C6_control_A3 +LQ07X015300 Putative uncharacterized protein 5.453320741 C6_control_B1 +LQ07X015300 Putative uncharacterized protein 5.024835633 C6_control_B2 +LQ07X015300 Putative uncharacterized protein 5.648587072 C6_control_B3 +LQ07X015300 Putative uncharacterized protein 5.077303042 C6_control_C1 +LQ07X015300 Putative uncharacterized protein 5.077305583 C6_control_C2 +LQ07X015300 Putative uncharacterized protein 5.161556828 C6_control_C3 +LQ07X015300 Putative uncharacterized protein 5.267921024 C6_chemical_A1 +LQ07X015300 Putative uncharacterized protein 5.152521223 C6_chemical_A3 +LQ07X015300 Putative uncharacterized protein 5.31015802 C6_chemical_B1 +LQ07X015300 Putative uncharacterized protein 5.044696347 C6_chemical_B2 +LQ07X015300 Putative uncharacterized protein 5.282577761 C6_chemical_B3 +LQ07X015300 Putative uncharacterized protein 5.153390207 C6_chemical_C1 +LQ07X015300 Putative uncharacterized protein 5.221859432 C6_chemical_C2 +LQ07X015300 Putative uncharacterized protein 5.3542704 C6_chemical_C3 +LQ07X015300 Putative uncharacterized protein 5.365253255 L4_control_A1 +LQ07X015300 Putative uncharacterized protein 5.141052391 L4_control_A2 +LQ07X015300 Putative uncharacterized protein 5.244560941 L4_control_A3 +LQ07X015300 Putative uncharacterized protein 5.312208597 L4_control_B1 +LQ07X015300 Putative uncharacterized protein 5.03827476 L4_control_B2 +LQ07X015300 Putative uncharacterized protein 5.297619764 L4_control_B3 +LQ07X015300 Putative uncharacterized protein 5.700882389 L4_control_C2 +LQ07X015300 Putative uncharacterized protein 5.510620989 L4_control_C3 +LQ07X015300 Putative uncharacterized protein 5.622775627 L4_chemical_A1 +LQ07X015300 Putative uncharacterized protein 5.368825077 L4_chemical_A2 +LQ07X015300 Putative uncharacterized protein 5.520519484 L4_chemical_A3 +LQ07X015300 Putative uncharacterized protein 5.287232079 L4_chemical_B1 +LQ07X015300 Putative uncharacterized protein 5.405296489 L4_chemical_B2 +LQ07X015300 Putative uncharacterized protein 5.128024653 L4_chemical_B3 +LQ07X015300 Putative uncharacterized protein 5.292780793 L4_chemical_C2 +LQ07X015300 Putative uncharacterized protein 5.934010851 L4_chemical_C3 +LQ07X015450 Hypothetical protein 5.364230693 C6_control_A1 +LQ07X015450 Hypothetical protein 5.677818418 C6_control_A3 +LQ07X015450 Hypothetical protein 5.345464804 C6_control_B1 +LQ07X015450 Hypothetical protein 5.711167991 C6_control_B2 +LQ07X015450 Hypothetical protein 5.44665619 C6_control_B3 +LQ07X015450 Hypothetical protein 5.347084254 C6_control_C1 +LQ07X015450 Hypothetical protein 7.691715371 C6_control_C2 +LQ07X015450 Hypothetical protein 6.116193675 C6_control_C3 +LQ07X015450 Hypothetical protein 5.05434953 C6_chemical_A1 +LQ07X015450 Hypothetical protein 5.482407062 C6_chemical_A3 +LQ07X015450 Hypothetical protein 5.267423539 C6_chemical_B1 +LQ07X015450 Hypothetical protein 5.506514997 C6_chemical_B2 +LQ07X015450 Hypothetical protein 5.096444933 C6_chemical_B3 +LQ07X015450 Hypothetical protein 5.623681297 C6_chemical_C1 +LQ07X015450 Hypothetical protein 5.248445831 C6_chemical_C2 +LQ07X015450 Hypothetical protein 5.776779492 C6_chemical_C3 +LQ07X015450 Hypothetical protein 5.068863791 L4_control_A1 +LQ07X015450 Hypothetical protein 5.313723037 L4_control_A2 +LQ07X015450 Hypothetical protein 5.271029269 L4_control_A3 +LQ07X015450 Hypothetical protein 5.101010017 L4_control_B1 +LQ07X015450 Hypothetical protein 5.287618433 L4_control_B2 +LQ07X015450 Hypothetical protein 5.262150311 L4_control_B3 +LQ07X015450 Hypothetical protein 5.372203278 L4_control_C2 +LQ07X015450 Hypothetical protein 4.951500349 L4_control_C3 +LQ07X015450 Hypothetical protein 5.512116699 L4_chemical_A1 +LQ07X015450 Hypothetical protein 5.037963093 L4_chemical_A2 +LQ07X015450 Hypothetical protein 5.379399301 L4_chemical_A3 +LQ07X015450 Hypothetical protein 5.333470053 L4_chemical_B1 +LQ07X015450 Hypothetical protein 5.620992988 L4_chemical_B2 +LQ07X015450 Hypothetical protein 4.906125631 L4_chemical_B3 +LQ07X015450 Hypothetical protein 4.741533991 L4_chemical_C2 +LQ07X015450 Hypothetical protein 5.231720797 L4_chemical_C3 +LQ07X015522 Putative uncharacterized protein 4.824269108 C6_control_A1 +LQ07X015522 Putative uncharacterized protein 4.837387985 C6_control_A3 +LQ07X015522 Putative uncharacterized protein 4.755786245 C6_control_B1 +LQ07X015522 Putative uncharacterized protein 4.994496467 C6_control_B2 +LQ07X015522 Putative uncharacterized protein 4.939158354 C6_control_B3 +LQ07X015522 Putative uncharacterized protein 5.596216978 C6_control_C1 +LQ07X015522 Putative uncharacterized protein 4.7704953 C6_control_C2 +LQ07X015522 Putative uncharacterized protein 4.633481373 C6_control_C3 +LQ07X015522 Putative uncharacterized protein 4.616074621 C6_chemical_A1 +LQ07X015522 Putative uncharacterized protein 4.975531239 C6_chemical_A3 +LQ07X015522 Putative uncharacterized protein 4.294028402 C6_chemical_B1 +LQ07X015522 Putative uncharacterized protein 4.984820538 C6_chemical_B2 +LQ07X015522 Putative uncharacterized protein 4.704488834 C6_chemical_B3 +LQ07X015522 Putative uncharacterized protein 5.24595374 C6_chemical_C1 +LQ07X015522 Putative uncharacterized protein 4.936538973 C6_chemical_C2 +LQ07X015522 Putative uncharacterized protein 4.858472755 C6_chemical_C3 +LQ07X015522 Putative uncharacterized protein 4.914475553 L4_control_A1 +LQ07X015522 Putative uncharacterized protein 5.089185589 L4_control_A2 +LQ07X015522 Putative uncharacterized protein 5.841392987 L4_control_A3 +LQ07X015522 Putative uncharacterized protein 4.936729019 L4_control_B1 +LQ07X015522 Putative uncharacterized protein 4.925273618 L4_control_B2 +LQ07X015522 Putative uncharacterized protein 4.652731196 L4_control_B3 +LQ07X015522 Putative uncharacterized protein 5.400390506 L4_control_C2 +LQ07X015522 Putative uncharacterized protein 4.973421521 L4_control_C3 +LQ07X015522 Putative uncharacterized protein 5.152613681 L4_chemical_A1 +LQ07X015522 Putative uncharacterized protein 4.99881239 L4_chemical_A2 +LQ07X015522 Putative uncharacterized protein 5.322149714 L4_chemical_A3 +LQ07X015522 Putative uncharacterized protein 5.555929916 L4_chemical_B1 +LQ07X015522 Putative uncharacterized protein 5.643926053 L4_chemical_B2 +LQ07X015522 Putative uncharacterized protein 4.890992501 L4_chemical_B3 +LQ07X015522 Putative uncharacterized protein 4.971666192 L4_chemical_C2 +LQ07X015522 Putative uncharacterized protein 5.043113071 L4_chemical_C3 +LQ07X015840 Hypothetical protein 5.725743405 C6_control_A1 +LQ07X015840 Hypothetical protein 5.233610133 C6_control_A3 +LQ07X015840 Hypothetical protein 6.452823136 C6_control_B1 +LQ07X015840 Hypothetical protein 6.590087678 C6_control_B2 +LQ07X015840 Hypothetical protein 6.123355709 C6_control_B3 +LQ07X015840 Hypothetical protein 6.453149214 C6_control_C1 +LQ07X015840 Hypothetical protein 6.59085723 C6_control_C2 +LQ07X015840 Hypothetical protein 6.719731974 C6_control_C3 +LQ07X015840 Hypothetical protein 5.768097545 C6_chemical_A1 +LQ07X015840 Hypothetical protein 5.42625371 C6_chemical_A3 +LQ07X015840 Hypothetical protein 5.832100569 C6_chemical_B1 +LQ07X015840 Hypothetical protein 6.35308374 C6_chemical_B2 +LQ07X015840 Hypothetical protein 6.228302417 C6_chemical_B3 +LQ07X015840 Hypothetical protein 6.026266811 C6_chemical_C1 +LQ07X015840 Hypothetical protein 6.469742201 C6_chemical_C2 +LQ07X015840 Hypothetical protein 5.782875151 C6_chemical_C3 +LQ07X015840 Hypothetical protein 5.465657875 L4_control_A1 +LQ07X015840 Hypothetical protein 5.273022119 L4_control_A2 +LQ07X015840 Hypothetical protein 5.188132223 L4_control_A3 +LQ07X015840 Hypothetical protein 5.188576376 L4_control_B1 +LQ07X015840 Hypothetical protein 5.301679587 L4_control_B2 +LQ07X015840 Hypothetical protein 5.510519648 L4_control_B3 +LQ07X015840 Hypothetical protein 5.528979981 L4_control_C2 +LQ07X015840 Hypothetical protein 4.987915509 L4_control_C3 +LQ07X015840 Hypothetical protein 5.674802443 L4_chemical_A1 +LQ07X015840 Hypothetical protein 5.908499933 L4_chemical_A2 +LQ07X015840 Hypothetical protein 5.616583176 L4_chemical_A3 +LQ07X015840 Hypothetical protein 5.536122331 L4_chemical_B1 +LQ07X015840 Hypothetical protein 5.775605517 L4_chemical_B2 +LQ07X015840 Hypothetical protein 5.857746781 L4_chemical_B3 +LQ07X015840 Hypothetical protein 6.066411498 L4_chemical_C2 +LQ07X015840 Hypothetical protein 5.16449168 L4_chemical_C3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.441866051 C6_control_A1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.035356521 C6_control_A3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.01867988 C6_control_B1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.302303826 C6_control_B2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.368783332 C6_control_B3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.390804221 C6_control_C1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.133296432 C6_control_C2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.501092647 C6_control_C3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.18294452 C6_chemical_A1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.052672402 C6_chemical_A3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.837636392 C6_chemical_B1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.278099045 C6_chemical_B2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.988357256 C6_chemical_B3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.373993996 C6_chemical_C1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.401961595 C6_chemical_C2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.666028017 C6_chemical_C3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.054062951 L4_control_A1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.045962354 L4_control_A2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.429884101 L4_control_A3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.226198728 L4_control_B1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.920844742 L4_control_B2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.156376143 L4_control_B3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.906883178 L4_control_C2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.995878662 L4_control_C3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.813812588 L4_chemical_A1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.038174671 L4_chemical_A2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.490224692 L4_chemical_A3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.026391871 L4_chemical_B1 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.999915234 L4_chemical_B2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.947062364 L4_chemical_B3 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.776468203 L4_chemical_C2 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.7177843 L4_chemical_C3 +LQ07X016020 Hypothetical protein 7.389060458 C6_control_A1 +LQ07X016020 Hypothetical protein 6.59769302 C6_control_A3 +LQ07X016020 Hypothetical protein 6.722821069 C6_control_B1 +LQ07X016020 Hypothetical protein 6.25672565 C6_control_B2 +LQ07X016020 Hypothetical protein 7.239700482 C6_control_B3 +LQ07X016020 Hypothetical protein 6.768760807 C6_control_C1 +LQ07X016020 Hypothetical protein 5.486827117 C6_control_C2 +LQ07X016020 Hypothetical protein 6.303161657 C6_control_C3 +LQ07X016020 Hypothetical protein 7.468627723 C6_chemical_A1 +LQ07X016020 Hypothetical protein 6.564797741 C6_chemical_A3 +LQ07X016020 Hypothetical protein 6.828289249 C6_chemical_B1 +LQ07X016020 Hypothetical protein 6.186995222 C6_chemical_B2 +LQ07X016020 Hypothetical protein 6.993871971 C6_chemical_B3 +LQ07X016020 Hypothetical protein 6.566182025 C6_chemical_C1 +LQ07X016020 Hypothetical protein 5.688919207 C6_chemical_C2 +LQ07X016020 Hypothetical protein 6.583564701 C6_chemical_C3 +LQ07X016020 Hypothetical protein 7.22160431 L4_control_A1 +LQ07X016020 Hypothetical protein 7.819412101 L4_control_A2 +LQ07X016020 Hypothetical protein 8.151202375 L4_control_A3 +LQ07X016020 Hypothetical protein 8.805122755 L4_control_B1 +LQ07X016020 Hypothetical protein 7.894603479 L4_control_B2 +LQ07X016020 Hypothetical protein 7.069393068 L4_control_B3 +LQ07X016020 Hypothetical protein 8.120946664 L4_control_C2 +LQ07X016020 Hypothetical protein 7.922055635 L4_control_C3 +LQ07X016020 Hypothetical protein 7.182230226 L4_chemical_A1 +LQ07X016020 Hypothetical protein 7.850989079 L4_chemical_A2 +LQ07X016020 Hypothetical protein 7.777731571 L4_chemical_A3 +LQ07X016020 Hypothetical protein 7.035647274 L4_chemical_B1 +LQ07X016020 Hypothetical protein 7.645085342 L4_chemical_B2 +LQ07X016020 Hypothetical protein 6.922406817 L4_chemical_B3 +LQ07X016020 Hypothetical protein 8.122955558 L4_chemical_C2 +LQ07X016020 Hypothetical protein 8.207338569 L4_chemical_C3 +LQ07X016162 Putative uncharacterized protein 4.840480495 C6_control_A1 +LQ07X016162 Putative uncharacterized protein 4.790070519 C6_control_A3 +LQ07X016162 Putative uncharacterized protein 4.770893075 C6_control_B1 +LQ07X016162 Putative uncharacterized protein 5.19531164 C6_control_B2 +LQ07X016162 Putative uncharacterized protein 4.53896645 C6_control_B3 +LQ07X016162 Putative uncharacterized protein 5.302975132 C6_control_C1 +LQ07X016162 Putative uncharacterized protein 5.633649677 C6_control_C2 +LQ07X016162 Putative uncharacterized protein 6.027757644 C6_control_C3 +LQ07X016162 Putative uncharacterized protein 4.858083692 C6_chemical_A1 +LQ07X016162 Putative uncharacterized protein 4.73744904 C6_chemical_A3 +LQ07X016162 Putative uncharacterized protein 5.347155744 C6_chemical_B1 +LQ07X016162 Putative uncharacterized protein 5.177742372 C6_chemical_B2 +LQ07X016162 Putative uncharacterized protein 5.183693162 C6_chemical_B3 +LQ07X016162 Putative uncharacterized protein 5.267302291 C6_chemical_C1 +LQ07X016162 Putative uncharacterized protein 5.676104583 C6_chemical_C2 +LQ07X016162 Putative uncharacterized protein 6.020154265 C6_chemical_C3 +LQ07X016162 Putative uncharacterized protein 4.996598611 L4_control_A1 +LQ07X016162 Putative uncharacterized protein 4.872967823 L4_control_A2 +LQ07X016162 Putative uncharacterized protein 4.6927171 L4_control_A3 +LQ07X016162 Putative uncharacterized protein 5.238319361 L4_control_B1 +LQ07X016162 Putative uncharacterized protein 4.789521667 L4_control_B2 +LQ07X016162 Putative uncharacterized protein 4.878937883 L4_control_B3 +LQ07X016162 Putative uncharacterized protein 4.877257365 L4_control_C2 +LQ07X016162 Putative uncharacterized protein 5.613341789 L4_control_C3 +LQ07X016162 Putative uncharacterized protein 5.160983098 L4_chemical_A1 +LQ07X016162 Putative uncharacterized protein 4.717520103 L4_chemical_A2 +LQ07X016162 Putative uncharacterized protein 4.650642167 L4_chemical_A3 +LQ07X016162 Putative uncharacterized protein 5.205383845 L4_chemical_B1 +LQ07X016162 Putative uncharacterized protein 4.90690956 L4_chemical_B2 +LQ07X016162 Putative uncharacterized protein 4.868120249 L4_chemical_B3 +LQ07X016162 Putative uncharacterized protein 4.854478568 L4_chemical_C2 +LQ07X016162 Putative uncharacterized protein 5.035148253 L4_chemical_C3 +LQ07X016420 Hypothetical protein 12.25415436 C6_control_A1 +LQ07X016420 Hypothetical protein 12.74619189 C6_control_A3 +LQ07X016420 Hypothetical protein 12.47431824 C6_control_B1 +LQ07X016420 Hypothetical protein 11.94631874 C6_control_B2 +LQ07X016420 Hypothetical protein 12.48477133 C6_control_B3 +LQ07X016420 Hypothetical protein 11.51728886 C6_control_C1 +LQ07X016420 Hypothetical protein 11.3640133 C6_control_C2 +LQ07X016420 Hypothetical protein 12.02020963 C6_control_C3 +LQ07X016420 Hypothetical protein 11.62926965 C6_chemical_A1 +LQ07X016420 Hypothetical protein 11.99799236 C6_chemical_A3 +LQ07X016420 Hypothetical protein 11.59624761 C6_chemical_B1 +LQ07X016420 Hypothetical protein 11.37116938 C6_chemical_B2 +LQ07X016420 Hypothetical protein 12.49228796 C6_chemical_B3 +LQ07X016420 Hypothetical protein 10.49258375 C6_chemical_C1 +LQ07X016420 Hypothetical protein 10.38869565 C6_chemical_C2 +LQ07X016420 Hypothetical protein 10.95725327 C6_chemical_C3 +LQ07X016420 Hypothetical protein 11.7782909 L4_control_A1 +LQ07X016420 Hypothetical protein 11.55017896 L4_control_A2 +LQ07X016420 Hypothetical protein 12.31894163 L4_control_A3 +LQ07X016420 Hypothetical protein 11.93379106 L4_control_B1 +LQ07X016420 Hypothetical protein 11.97580611 L4_control_B2 +LQ07X016420 Hypothetical protein 11.40369791 L4_control_B3 +LQ07X016420 Hypothetical protein 10.58643374 L4_control_C2 +LQ07X016420 Hypothetical protein 10.96824604 L4_control_C3 +LQ07X016420 Hypothetical protein 10.83297282 L4_chemical_A1 +LQ07X016420 Hypothetical protein 10.81903996 L4_chemical_A2 +LQ07X016420 Hypothetical protein 11.96773196 L4_chemical_A3 +LQ07X016420 Hypothetical protein 11.89209713 L4_chemical_B1 +LQ07X016420 Hypothetical protein 10.79600156 L4_chemical_B2 +LQ07X016420 Hypothetical protein 12.04063024 L4_chemical_B3 +LQ07X016420 Hypothetical protein 9.018391825 L4_chemical_C2 +LQ07X016420 Hypothetical protein 9.604324601 L4_chemical_C3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.19591409 C6_control_A1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.621042112 C6_control_A3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.85143184 C6_control_B1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.02024484 C6_control_B2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.96818154 C6_control_B3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.29583022 C6_control_C1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.00844827 C6_control_C2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.41930068 C6_control_C3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.73626208 C6_chemical_A1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.630938454 C6_chemical_A3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.79493082 C6_chemical_B1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.1071334 C6_chemical_B2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.25238433 C6_chemical_B3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.81340491 C6_chemical_C1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.72217748 C6_chemical_C2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.47695432 C6_chemical_C3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.23621633 L4_control_A1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.75350707 L4_control_A2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.897704275 L4_control_A3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.36387706 L4_control_B1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.55051794 L4_control_B2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.92917382 L4_control_B3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.50746919 L4_control_C2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.37982815 L4_control_C3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.29670162 L4_chemical_A1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.53402185 L4_chemical_A2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.04462803 L4_chemical_A3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.32771227 L4_chemical_B1 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.81967584 L4_chemical_B2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.49386018 L4_chemical_B3 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.86006874 L4_chemical_C2 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.1556054 L4_chemical_C3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.841431439 C6_control_A1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.695902257 C6_control_A3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.90917209 C6_control_B1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.653736243 C6_control_B2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.926673311 C6_control_B3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.715169771 C6_control_C1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.8056993 C6_control_C2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.800305847 C6_control_C3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.938430109 C6_chemical_A1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.042431748 C6_chemical_A3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.001349981 C6_chemical_B1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.833215942 C6_chemical_B2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.050486881 C6_chemical_B3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.744716827 C6_chemical_C1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.075762506 C6_chemical_C2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.917404268 C6_chemical_C3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.939002907 L4_control_A1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.880981359 L4_control_A2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.507892906 L4_control_A3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.812214322 L4_control_B1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.258169905 L4_control_B2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.882409297 L4_control_B3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.881693021 L4_control_C2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.02959743 L4_control_C3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.760004434 L4_chemical_A1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.661308173 L4_chemical_A2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.016448768 L4_chemical_A3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.980644008 L4_chemical_B1 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.213635473 L4_chemical_B2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.01980103 L4_chemical_B3 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 5.056523038 L4_chemical_C2 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.974375522 L4_chemical_C3 +LQ07X016540 Putative uncharacterized protein 7.718781824 C6_control_A1 +LQ07X016540 Putative uncharacterized protein 7.75546134 C6_control_A3 +LQ07X016540 Putative uncharacterized protein 8.435697142 C6_control_B1 +LQ07X016540 Putative uncharacterized protein 8.507132472 C6_control_B2 +LQ07X016540 Putative uncharacterized protein 7.892196933 C6_control_B3 +LQ07X016540 Putative uncharacterized protein 9.168633988 C6_control_C1 +LQ07X016540 Putative uncharacterized protein 9.109050416 C6_control_C2 +LQ07X016540 Putative uncharacterized protein 8.492622625 C6_control_C3 +LQ07X016540 Putative uncharacterized protein 8.475302741 C6_chemical_A1 +LQ07X016540 Putative uncharacterized protein 8.183558207 C6_chemical_A3 +LQ07X016540 Putative uncharacterized protein 8.326090691 C6_chemical_B1 +LQ07X016540 Putative uncharacterized protein 8.67772972 C6_chemical_B2 +LQ07X016540 Putative uncharacterized protein 7.851129085 C6_chemical_B3 +LQ07X016540 Putative uncharacterized protein 9.113084757 C6_chemical_C1 +LQ07X016540 Putative uncharacterized protein 9.269313347 C6_chemical_C2 +LQ07X016540 Putative uncharacterized protein 8.857600243 C6_chemical_C3 +LQ07X016540 Putative uncharacterized protein 8.142621162 L4_control_A1 +LQ07X016540 Putative uncharacterized protein 8.033078191 L4_control_A2 +LQ07X016540 Putative uncharacterized protein 7.98514757 L4_control_A3 +LQ07X016540 Putative uncharacterized protein 7.744742385 L4_control_B1 +LQ07X016540 Putative uncharacterized protein 8.025305063 L4_control_B2 +LQ07X016540 Putative uncharacterized protein 8.45222316 L4_control_B3 +LQ07X016540 Putative uncharacterized protein 8.526630834 L4_control_C2 +LQ07X016540 Putative uncharacterized protein 9.53694061 L4_control_C3 +LQ07X016540 Putative uncharacterized protein 7.719449504 L4_chemical_A1 +LQ07X016540 Putative uncharacterized protein 8.157283537 L4_chemical_A2 +LQ07X016540 Putative uncharacterized protein 7.484899477 L4_chemical_A3 +LQ07X016540 Putative uncharacterized protein 8.010208633 L4_chemical_B1 +LQ07X016540 Putative uncharacterized protein 7.988145582 L4_chemical_B2 +LQ07X016540 Putative uncharacterized protein 7.872071585 L4_chemical_B3 +LQ07X016540 Putative uncharacterized protein 8.597503252 L4_chemical_C2 +LQ07X016540 Putative uncharacterized protein 8.749181531 L4_chemical_C3 +LQ07X016550 Hypothetical protein 5.087103618 C6_control_A1 +LQ07X016550 Hypothetical protein 4.686464914 C6_control_A3 +LQ07X016550 Hypothetical protein 4.567336078 C6_control_B1 +LQ07X016550 Hypothetical protein 4.767124665 C6_control_B2 +LQ07X016550 Hypothetical protein 4.680909034 C6_control_B3 +LQ07X016550 Hypothetical protein 4.960444758 C6_control_C1 +LQ07X016550 Hypothetical protein 4.72845286 C6_control_C2 +LQ07X016550 Hypothetical protein 4.788676101 C6_control_C3 +LQ07X016550 Hypothetical protein 5.200817683 C6_chemical_A1 +LQ07X016550 Hypothetical protein 4.537638733 C6_chemical_A3 +LQ07X016550 Hypothetical protein 4.902874609 C6_chemical_B1 +LQ07X016550 Hypothetical protein 4.898659837 C6_chemical_B2 +LQ07X016550 Hypothetical protein 4.741520342 C6_chemical_B3 +LQ07X016550 Hypothetical protein 4.882429436 C6_chemical_C1 +LQ07X016550 Hypothetical protein 5.33854046 C6_chemical_C2 +LQ07X016550 Hypothetical protein 4.861686448 C6_chemical_C3 +LQ07X016550 Hypothetical protein 5.366056491 L4_control_A1 +LQ07X016550 Hypothetical protein 5.086609236 L4_control_A2 +LQ07X016550 Hypothetical protein 5.445867284 L4_control_A3 +LQ07X016550 Hypothetical protein 4.989000494 L4_control_B1 +LQ07X016550 Hypothetical protein 5.141763016 L4_control_B2 +LQ07X016550 Hypothetical protein 4.816209404 L4_control_B3 +LQ07X016550 Hypothetical protein 5.153267076 L4_control_C2 +LQ07X016550 Hypothetical protein 4.925248471 L4_control_C3 +LQ07X016550 Hypothetical protein 5.528266784 L4_chemical_A1 +LQ07X016550 Hypothetical protein 4.961876041 L4_chemical_A2 +LQ07X016550 Hypothetical protein 5.136780048 L4_chemical_A3 +LQ07X016550 Hypothetical protein 5.373995699 L4_chemical_B1 +LQ07X016550 Hypothetical protein 4.820587381 L4_chemical_B2 +LQ07X016550 Hypothetical protein 4.846103344 L4_chemical_B3 +LQ07X016550 Hypothetical protein 5.736127994 L4_chemical_C2 +LQ07X016550 Hypothetical protein 5.060742548 L4_chemical_C3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 12.73334457 C6_control_A1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 12.41061426 C6_control_A3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.40567999 C6_control_B1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.64824216 C6_control_B2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.80749975 C6_control_B3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.68936442 C6_control_C1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.93757447 C6_control_C2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.32998072 C6_control_C3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.01472046 C6_chemical_A1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 12.70932119 C6_chemical_A3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 14.07291373 C6_chemical_B1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.84040519 C6_chemical_B2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.83616852 C6_chemical_B3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.66001788 C6_chemical_C1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.88358339 C6_chemical_C2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.53455094 C6_chemical_C3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 12.4322569 L4_control_A1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.03774814 L4_control_A2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 12.8172846 L4_control_A3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 14.04719089 L4_control_B1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 14.54608946 L4_control_B2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 14.42045809 L4_control_B3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 14.31004773 L4_control_C2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 14.67282746 L4_control_C3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 11.69790922 L4_chemical_A1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 12.70441075 L4_chemical_A2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 12.15206611 L4_chemical_A3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.57482626 L4_chemical_B1 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.60583571 L4_chemical_B2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.42567981 L4_chemical_B3 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 14.4315306 L4_chemical_C2 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 14.62583851 L4_chemical_C3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.52039705 C6_control_A1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.75349412 C6_control_A3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.16011587 C6_control_B1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.77976608 C6_control_B2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 12.83566445 C6_control_B3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.50611264 C6_control_C1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.71087936 C6_control_C2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 12.86663157 C6_control_C3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.71240891 C6_chemical_A1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.68781978 C6_chemical_A3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.16405164 C6_chemical_B1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 14.01500249 C6_chemical_B2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 12.69608795 C6_chemical_B3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.93161587 C6_chemical_C1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.77788053 C6_chemical_C2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.05323578 C6_chemical_C3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.90876837 L4_control_A1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.89752088 L4_control_A2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.6574376 L4_control_A3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.33325241 L4_control_B1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.45700324 L4_control_B2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.36809202 L4_control_B3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 12.96645365 L4_control_C2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 12.94878416 L4_control_C3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 14.01164021 L4_chemical_A1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.5677406 L4_chemical_A2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.60316298 L4_chemical_A3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.16151674 L4_chemical_B1 +LQ07X016590 Phosphoglycerate kinase, cytosolic 12.93070827 L4_chemical_B2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.26625626 L4_chemical_B3 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.083431 L4_chemical_C2 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.20312873 L4_chemical_C3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.256086604 C6_control_A1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.220311049 C6_control_A3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.138312857 C6_control_B1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.826997922 C6_control_B2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.688978347 C6_control_B3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 8.034346005 C6_control_C1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 8.039949876 C6_control_C2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.767699611 C6_control_C3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 6.371330846 C6_chemical_A1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.931289823 C6_chemical_A3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 6.394481433 C6_chemical_B1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.289722247 C6_chemical_B2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.512095324 C6_chemical_B3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.734033953 C6_chemical_C1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.920943994 C6_chemical_C2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 6.904583691 C6_chemical_C3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.485523189 L4_control_A1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 6.914312136 L4_control_A2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 5.858966911 L4_control_A3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.821283392 L4_control_B1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.975428965 L4_control_B2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 8.363470414 L4_control_B3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 9.354134584 L4_control_C2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 9.114712077 L4_control_C3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.488391517 L4_chemical_A1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 6.96470059 L4_chemical_A2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 6.13432075 L4_chemical_A3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 8.579653954 L4_chemical_B1 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 8.454307548 L4_chemical_B2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 7.839562184 L4_chemical_B3 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 8.291326728 L4_chemical_C2 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 8.674661078 L4_chemical_C3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.99626389 C6_control_A1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.62280139 C6_control_A3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.35689636 C6_control_B1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.16801521 C6_control_B2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.8411002 C6_control_B3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 11.97564155 C6_control_C1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.75419208 C6_control_C2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.12717899 C6_control_C3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.59308731 C6_chemical_A1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.69221459 C6_chemical_A3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.98058057 C6_chemical_B1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.85277757 C6_chemical_B2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.04325703 C6_chemical_B3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 11.76715419 C6_chemical_C1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.25400448 C6_chemical_C2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.34005776 C6_chemical_C3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.08536881 L4_control_A1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.71162172 L4_control_A2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.97449785 L4_control_A3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.02421078 L4_control_B1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.38578842 L4_control_B2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.55807152 L4_control_B3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.18367273 L4_control_C2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.73018154 L4_control_C3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.16611618 L4_chemical_A1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.84846205 L4_chemical_A2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.97529697 L4_chemical_A3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.72482061 L4_chemical_B1 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 13.12200056 L4_chemical_B2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.1816571 L4_chemical_B3 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.18157184 L4_chemical_C2 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 14.49886953 L4_chemical_C3 +LQ07X016880 Hypothetical protein 4.810216621 C6_control_A1 +LQ07X016880 Hypothetical protein 4.641130469 C6_control_A3 +LQ07X016880 Hypothetical protein 4.766366591 C6_control_B1 +LQ07X016880 Hypothetical protein 4.693515337 C6_control_B2 +LQ07X016880 Hypothetical protein 4.614028177 C6_control_B3 +LQ07X016880 Hypothetical protein 4.799242461 C6_control_C1 +LQ07X016880 Hypothetical protein 5.02103781 C6_control_C2 +LQ07X016880 Hypothetical protein 4.869578147 C6_control_C3 +LQ07X016880 Hypothetical protein 4.924790991 C6_chemical_A1 +LQ07X016880 Hypothetical protein 4.698630827 C6_chemical_A3 +LQ07X016880 Hypothetical protein 4.947679199 C6_chemical_B1 +LQ07X016880 Hypothetical protein 4.798560031 C6_chemical_B2 +LQ07X016880 Hypothetical protein 4.78754948 C6_chemical_B3 +LQ07X016880 Hypothetical protein 4.924556032 C6_chemical_C1 +LQ07X016880 Hypothetical protein 5.049698525 C6_chemical_C2 +LQ07X016880 Hypothetical protein 4.954538519 C6_chemical_C3 +LQ07X016880 Hypothetical protein 5.007305533 L4_control_A1 +LQ07X016880 Hypothetical protein 4.728371589 L4_control_A2 +LQ07X016880 Hypothetical protein 4.924071977 L4_control_A3 +LQ07X016880 Hypothetical protein 5.03361241 L4_control_B1 +LQ07X016880 Hypothetical protein 4.866498342 L4_control_B2 +LQ07X016880 Hypothetical protein 4.819493487 L4_control_B3 +LQ07X016880 Hypothetical protein 4.848925186 L4_control_C2 +LQ07X016880 Hypothetical protein 5.067540984 L4_control_C3 +LQ07X016880 Hypothetical protein 4.750863351 L4_chemical_A1 +LQ07X016880 Hypothetical protein 4.693404801 L4_chemical_A2 +LQ07X016880 Hypothetical protein 4.989327706 L4_chemical_A3 +LQ07X016880 Hypothetical protein 5.097119069 L4_chemical_B1 +LQ07X016880 Hypothetical protein 4.831173605 L4_chemical_B2 +LQ07X016880 Hypothetical protein 4.727579363 L4_chemical_B3 +LQ07X016880 Hypothetical protein 4.927842782 L4_chemical_C2 +LQ07X016880 Hypothetical protein 4.893929987 L4_chemical_C3 +LQ07X016910 Putative metal tolerance protein C3 5.159017195 C6_control_A1 +LQ07X016910 Putative metal tolerance protein C3 5.666287498 C6_control_A3 +LQ07X016910 Putative metal tolerance protein C3 4.93128127 C6_control_B1 +LQ07X016910 Putative metal tolerance protein C3 5.439956441 C6_control_B2 +LQ07X016910 Putative metal tolerance protein C3 4.825922324 C6_control_B3 +LQ07X016910 Putative metal tolerance protein C3 4.938596524 C6_control_C1 +LQ07X016910 Putative metal tolerance protein C3 6.370806943 C6_control_C2 +LQ07X016910 Putative metal tolerance protein C3 5.136879873 C6_control_C3 +LQ07X016910 Putative metal tolerance protein C3 5.16974337 C6_chemical_A1 +LQ07X016910 Putative metal tolerance protein C3 5.808808553 C6_chemical_A3 +LQ07X016910 Putative metal tolerance protein C3 4.803644004 C6_chemical_B1 +LQ07X016910 Putative metal tolerance protein C3 5.333143315 C6_chemical_B2 +LQ07X016910 Putative metal tolerance protein C3 5.117529092 C6_chemical_B3 +LQ07X016910 Putative metal tolerance protein C3 5.034217231 C6_chemical_C1 +LQ07X016910 Putative metal tolerance protein C3 5.297291671 C6_chemical_C2 +LQ07X016910 Putative metal tolerance protein C3 5.317478784 C6_chemical_C3 +LQ07X016910 Putative metal tolerance protein C3 5.122241131 L4_control_A1 +LQ07X016910 Putative metal tolerance protein C3 4.900141813 L4_control_A2 +LQ07X016910 Putative metal tolerance protein C3 5.874676934 L4_control_A3 +LQ07X016910 Putative metal tolerance protein C3 4.965766621 L4_control_B1 +LQ07X016910 Putative metal tolerance protein C3 5.31709833 L4_control_B2 +LQ07X016910 Putative metal tolerance protein C3 4.977544487 L4_control_B3 +LQ07X016910 Putative metal tolerance protein C3 4.787295029 L4_control_C2 +LQ07X016910 Putative metal tolerance protein C3 5.306363764 L4_control_C3 +LQ07X016910 Putative metal tolerance protein C3 4.959439631 L4_chemical_A1 +LQ07X016910 Putative metal tolerance protein C3 5.025618486 L4_chemical_A2 +LQ07X016910 Putative metal tolerance protein C3 6.106750306 L4_chemical_A3 +LQ07X016910 Putative metal tolerance protein C3 5.356519992 L4_chemical_B1 +LQ07X016910 Putative metal tolerance protein C3 5.008519521 L4_chemical_B2 +LQ07X016910 Putative metal tolerance protein C3 4.938651968 L4_chemical_B3 +LQ07X016910 Putative metal tolerance protein C3 5.080497599 L4_chemical_C2 +LQ07X016910 Putative metal tolerance protein C3 5.044861875 L4_chemical_C3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.493356125 C6_control_A1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.404538921 C6_control_A3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.84000607 C6_control_B1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.044121712 C6_control_B2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.970101095 C6_control_B3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.158788688 C6_control_C1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.958122556 C6_control_C2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.668955195 C6_control_C3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.026536694 C6_chemical_A1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.92177234 C6_chemical_A3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 7.743223818 C6_chemical_B1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.946769737 C6_chemical_B2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.984036936 C6_chemical_B3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.175642989 C6_chemical_C1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.826791184 C6_chemical_C2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 10.16106829 C6_chemical_C3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.528571532 L4_control_A1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.568770568 L4_control_A2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.768783941 L4_control_A3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.951196556 L4_control_B1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.521828933 L4_control_B2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.13184144 L4_control_B3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.863928833 L4_control_C2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.055995485 L4_control_C3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.794569648 L4_chemical_A1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.293952117 L4_chemical_A2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.770786184 L4_chemical_A3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.913352031 L4_chemical_B1 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.131336828 L4_chemical_B2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 8.711223476 L4_chemical_B3 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.192422232 L4_chemical_C2 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.482951615 L4_chemical_C3 +LQ07X016990 Putative DCN1-like protein 2 13.31930448 C6_control_A1 +LQ07X016990 Putative DCN1-like protein 2 13.23513599 C6_control_A3 +LQ07X016990 Putative DCN1-like protein 2 13.37589824 C6_control_B1 +LQ07X016990 Putative DCN1-like protein 2 13.51418656 C6_control_B2 +LQ07X016990 Putative DCN1-like protein 2 13.2494195 C6_control_B3 +LQ07X016990 Putative DCN1-like protein 2 14.0904611 C6_control_C1 +LQ07X016990 Putative DCN1-like protein 2 13.84109583 C6_control_C2 +LQ07X016990 Putative DCN1-like protein 2 14.31286257 C6_control_C3 +LQ07X016990 Putative DCN1-like protein 2 13.36462919 C6_chemical_A1 +LQ07X016990 Putative DCN1-like protein 2 13.34329384 C6_chemical_A3 +LQ07X016990 Putative DCN1-like protein 2 13.6047302 C6_chemical_B1 +LQ07X016990 Putative DCN1-like protein 2 13.78087948 C6_chemical_B2 +LQ07X016990 Putative DCN1-like protein 2 13.89923775 C6_chemical_B3 +LQ07X016990 Putative DCN1-like protein 2 13.91155645 C6_chemical_C1 +LQ07X016990 Putative DCN1-like protein 2 14.05750422 C6_chemical_C2 +LQ07X016990 Putative DCN1-like protein 2 14.57376748 C6_chemical_C3 +LQ07X016990 Putative DCN1-like protein 2 12.95198894 L4_control_A1 +LQ07X016990 Putative DCN1-like protein 2 13.0631321 L4_control_A2 +LQ07X016990 Putative DCN1-like protein 2 12.80828102 L4_control_A3 +LQ07X016990 Putative DCN1-like protein 2 12.94284493 L4_control_B1 +LQ07X016990 Putative DCN1-like protein 2 13.41671807 L4_control_B2 +LQ07X016990 Putative DCN1-like protein 2 13.97888798 L4_control_B3 +LQ07X016990 Putative DCN1-like protein 2 13.67811106 L4_control_C2 +LQ07X016990 Putative DCN1-like protein 2 14.0462514 L4_control_C3 +LQ07X016990 Putative DCN1-like protein 2 13.45435529 L4_chemical_A1 +LQ07X016990 Putative DCN1-like protein 2 13.38919854 L4_chemical_A2 +LQ07X016990 Putative DCN1-like protein 2 12.763423 L4_chemical_A3 +LQ07X016990 Putative DCN1-like protein 2 13.18595152 L4_chemical_B1 +LQ07X016990 Putative DCN1-like protein 2 13.2495493 L4_chemical_B2 +LQ07X016990 Putative DCN1-like protein 2 13.88298171 L4_chemical_B3 +LQ07X016990 Putative DCN1-like protein 2 13.48002464 L4_chemical_C2 +LQ07X016990 Putative DCN1-like protein 2 13.62684507 L4_chemical_C3 +LQ07X017060 40S ribosomal protein S19-3 15.03648188 C6_control_A1 +LQ07X017060 40S ribosomal protein S19-3 15.33904833 C6_control_A3 +LQ07X017060 40S ribosomal protein S19-3 14.44144373 C6_control_B1 +LQ07X017060 40S ribosomal protein S19-3 14.55950319 C6_control_B2 +LQ07X017060 40S ribosomal protein S19-3 14.40549726 C6_control_B3 +LQ07X017060 40S ribosomal protein S19-3 13.94384232 C6_control_C1 +LQ07X017060 40S ribosomal protein S19-3 14.12897298 C6_control_C2 +LQ07X017060 40S ribosomal protein S19-3 13.77604311 C6_control_C3 +LQ07X017060 40S ribosomal protein S19-3 14.91465812 C6_chemical_A1 +LQ07X017060 40S ribosomal protein S19-3 14.81865911 C6_chemical_A3 +LQ07X017060 40S ribosomal protein S19-3 14.07311335 C6_chemical_B1 +LQ07X017060 40S ribosomal protein S19-3 13.94133214 C6_chemical_B2 +LQ07X017060 40S ribosomal protein S19-3 13.94634168 C6_chemical_B3 +LQ07X017060 40S ribosomal protein S19-3 14.05265048 C6_chemical_C1 +LQ07X017060 40S ribosomal protein S19-3 13.8964467 C6_chemical_C2 +LQ07X017060 40S ribosomal protein S19-3 13.47979 C6_chemical_C3 +LQ07X017060 40S ribosomal protein S19-3 14.85692455 L4_control_A1 +LQ07X017060 40S ribosomal protein S19-3 14.56722374 L4_control_A2 +LQ07X017060 40S ribosomal protein S19-3 14.85122954 L4_control_A3 +LQ07X017060 40S ribosomal protein S19-3 14.09388202 L4_control_B1 +LQ07X017060 40S ribosomal protein S19-3 13.64488061 L4_control_B2 +LQ07X017060 40S ribosomal protein S19-3 13.87825315 L4_control_B3 +LQ07X017060 40S ribosomal protein S19-3 13.86369465 L4_control_C2 +LQ07X017060 40S ribosomal protein S19-3 13.98690135 L4_control_C3 +LQ07X017060 40S ribosomal protein S19-3 14.95253047 L4_chemical_A1 +LQ07X017060 40S ribosomal protein S19-3 14.19494961 L4_chemical_A2 +LQ07X017060 40S ribosomal protein S19-3 14.61349483 L4_chemical_A3 +LQ07X017060 40S ribosomal protein S19-3 14.37064636 L4_chemical_B1 +LQ07X017060 40S ribosomal protein S19-3 14.1304759 L4_chemical_B2 +LQ07X017060 40S ribosomal protein S19-3 14.39945851 L4_chemical_B3 +LQ07X017060 40S ribosomal protein S19-3 14.22662982 L4_chemical_C2 +LQ07X017060 40S ribosomal protein S19-3 13.86228667 L4_chemical_C3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.569570829 C6_control_A1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.636012304 C6_control_A3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 6.155249829 C6_control_B1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.725771475 C6_control_B2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.587502014 C6_control_B3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.345627906 C6_control_C1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 6.161441752 C6_control_C2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.058517815 C6_control_C3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.491651422 C6_chemical_A1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.522881816 C6_chemical_A3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 6.07144935 C6_chemical_B1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.878615945 C6_chemical_B2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 6.020661369 C6_chemical_B3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.642641595 C6_chemical_C1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.236933077 C6_chemical_C2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.088904155 C6_chemical_C3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.835411839 L4_control_A1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.626457984 L4_control_A2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.318123051 L4_control_A3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.394344506 L4_control_B1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.386578793 L4_control_B2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.766191214 L4_control_B3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.777614977 L4_control_C2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 6.195906917 L4_control_C3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.519517629 L4_chemical_A1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.510659336 L4_chemical_A2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.882004883 L4_chemical_A3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.542078557 L4_chemical_B1 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.584909179 L4_chemical_B2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.292162062 L4_chemical_B3 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.177857351 L4_chemical_C2 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.326217125 L4_chemical_C3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.20592178 C6_control_A1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 11.85237412 C6_control_A3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.17527584 C6_control_B1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 11.77406721 C6_control_B2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.11736144 C6_control_B3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.05286465 C6_control_C1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.32015748 C6_control_C2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 11.77906211 C6_control_C3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.70491329 C6_chemical_A1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.12880311 C6_chemical_A3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.65925486 C6_chemical_B1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.31399241 C6_chemical_B2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.53128965 C6_chemical_B3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.30108642 C6_chemical_C1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.32714621 C6_chemical_C2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.3576895 C6_chemical_C3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.31923491 L4_control_A1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.07944203 L4_control_A2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.55705529 L4_control_A3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.43259654 L4_control_B1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.95940471 L4_control_B2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.20950914 L4_control_B3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 13.09161823 L4_control_C2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.67160982 L4_control_C3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 11.9918433 L4_chemical_A1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 11.9200394 L4_chemical_A2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.12110364 L4_chemical_A3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.36941654 L4_chemical_B1 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.42835548 L4_chemical_B2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 11.94905336 L4_chemical_B3 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 13.03866978 L4_chemical_C2 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.62718392 L4_chemical_C3 +LQ07X017330 CTP synthase 1 12.92625667 C6_control_A1 +LQ07X017330 CTP synthase 1 12.83133539 C6_control_A3 +LQ07X017330 CTP synthase 1 12.66792349 C6_control_B1 +LQ07X017330 CTP synthase 1 13.44849343 C6_control_B2 +LQ07X017330 CTP synthase 1 12.17805784 C6_control_B3 +LQ07X017330 CTP synthase 1 13.53035038 C6_control_C1 +LQ07X017330 CTP synthase 1 13.29231918 C6_control_C2 +LQ07X017330 CTP synthase 1 12.96783262 C6_control_C3 +LQ07X017330 CTP synthase 1 12.81482251 C6_chemical_A1 +LQ07X017330 CTP synthase 1 12.63765877 C6_chemical_A3 +LQ07X017330 CTP synthase 1 12.40552086 C6_chemical_B1 +LQ07X017330 CTP synthase 1 13.14489279 C6_chemical_B2 +LQ07X017330 CTP synthase 1 12.42153154 C6_chemical_B3 +LQ07X017330 CTP synthase 1 13.49502378 C6_chemical_C1 +LQ07X017330 CTP synthase 1 13.2179996 C6_chemical_C2 +LQ07X017330 CTP synthase 1 12.55597159 C6_chemical_C3 +LQ07X017330 CTP synthase 1 13.03314838 L4_control_A1 +LQ07X017330 CTP synthase 1 13.11877707 L4_control_A2 +LQ07X017330 CTP synthase 1 12.96545902 L4_control_A3 +LQ07X017330 CTP synthase 1 11.73796703 L4_control_B1 +LQ07X017330 CTP synthase 1 11.85965487 L4_control_B2 +LQ07X017330 CTP synthase 1 11.69451047 L4_control_B3 +LQ07X017330 CTP synthase 1 11.66905186 L4_control_C2 +LQ07X017330 CTP synthase 1 11.671152 L4_control_C3 +LQ07X017330 CTP synthase 1 12.98565329 L4_chemical_A1 +LQ07X017330 CTP synthase 1 13.0324435 L4_chemical_A2 +LQ07X017330 CTP synthase 1 12.83920901 L4_chemical_A3 +LQ07X017330 CTP synthase 1 11.99292009 L4_chemical_B1 +LQ07X017330 CTP synthase 1 12.1472741 L4_chemical_B2 +LQ07X017330 CTP synthase 1 12.35709343 L4_chemical_B3 +LQ07X017330 CTP synthase 1 11.71109691 L4_chemical_C2 +LQ07X017330 CTP synthase 1 11.67782882 L4_chemical_C3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.78634405 C6_control_A1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.02331755 C6_control_A3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.96134126 C6_control_B1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.3422486 C6_control_B2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.78896041 C6_control_B3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 14.1275727 C6_control_C1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.73958705 C6_control_C2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.74707694 C6_control_C3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.16061261 C6_chemical_A1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.47663236 C6_chemical_A3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.30313687 C6_chemical_B1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.574456 C6_chemical_B2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.90556772 C6_chemical_B3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 14.04450316 C6_chemical_C1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 14.08889994 C6_chemical_C2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.89190623 C6_chemical_C3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 11.51127591 L4_control_A1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 11.75207363 L4_control_A2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 10.81050169 L4_control_A3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.25244956 L4_control_B1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.83558504 L4_control_B2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.26495516 L4_control_B3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.79537817 L4_control_C2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.1951938 L4_control_C3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.88331134 L4_chemical_A1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.81949478 L4_chemical_A2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 11.2076217 L4_chemical_A3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.33555536 L4_chemical_B1 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.97155357 L4_chemical_B2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 12.25818875 L4_chemical_B3 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.30506012 L4_chemical_C2 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.85601353 L4_chemical_C3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.49902434 C6_control_A1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.3035298 C6_control_A3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.2347825 C6_control_B1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.60572911 C6_control_B2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.46398061 C6_control_B3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.65852732 C6_control_C1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.65139776 C6_control_C2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 13.05924156 C6_control_C3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.40518841 C6_chemical_A1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.32938216 C6_chemical_A3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.03142279 C6_chemical_B1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.63106944 C6_chemical_B2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.45618356 C6_chemical_B3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.47418826 C6_chemical_C1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.78699332 C6_chemical_C2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.71116843 C6_chemical_C3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.84212874 L4_control_A1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.98102134 L4_control_A2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.50713185 L4_control_A3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.40711237 L4_control_B1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.77673998 L4_control_B2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.19978213 L4_control_B3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.05217276 L4_control_C2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.76906215 L4_control_C3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.85104683 L4_chemical_A1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.10025293 L4_chemical_A2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.65315475 L4_chemical_A3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.12438866 L4_chemical_B1 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.66829481 L4_chemical_B2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 11.86842811 L4_chemical_B3 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.38911847 L4_chemical_C2 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.05056622 L4_chemical_C3 +LQ07X017420 Putative uncharacterized protein 11.39181704 C6_control_A1 +LQ07X017420 Putative uncharacterized protein 11.25931597 C6_control_A3 +LQ07X017420 Putative uncharacterized protein 11.54415384 C6_control_B1 +LQ07X017420 Putative uncharacterized protein 12.00411248 C6_control_B2 +LQ07X017420 Putative uncharacterized protein 11.76135089 C6_control_B3 +LQ07X017420 Putative uncharacterized protein 12.15357317 C6_control_C1 +LQ07X017420 Putative uncharacterized protein 12.07849376 C6_control_C2 +LQ07X017420 Putative uncharacterized protein 12.11210393 C6_control_C3 +LQ07X017420 Putative uncharacterized protein 10.92754969 C6_chemical_A1 +LQ07X017420 Putative uncharacterized protein 11.16106109 C6_chemical_A3 +LQ07X017420 Putative uncharacterized protein 11.01868445 C6_chemical_B1 +LQ07X017420 Putative uncharacterized protein 11.80873206 C6_chemical_B2 +LQ07X017420 Putative uncharacterized protein 11.21612858 C6_chemical_B3 +LQ07X017420 Putative uncharacterized protein 11.87411618 C6_chemical_C1 +LQ07X017420 Putative uncharacterized protein 11.99386918 C6_chemical_C2 +LQ07X017420 Putative uncharacterized protein 11.61421735 C6_chemical_C3 +LQ07X017420 Putative uncharacterized protein 10.96787375 L4_control_A1 +LQ07X017420 Putative uncharacterized protein 11.58249027 L4_control_A2 +LQ07X017420 Putative uncharacterized protein 10.7490794 L4_control_A3 +LQ07X017420 Putative uncharacterized protein 10.45711645 L4_control_B1 +LQ07X017420 Putative uncharacterized protein 10.58619255 L4_control_B2 +LQ07X017420 Putative uncharacterized protein 11.27198122 L4_control_B3 +LQ07X017420 Putative uncharacterized protein 10.96055559 L4_control_C2 +LQ07X017420 Putative uncharacterized protein 10.55649397 L4_control_C3 +LQ07X017420 Putative uncharacterized protein 10.56656726 L4_chemical_A1 +LQ07X017420 Putative uncharacterized protein 11.53208356 L4_chemical_A2 +LQ07X017420 Putative uncharacterized protein 10.40095029 L4_chemical_A3 +LQ07X017420 Putative uncharacterized protein 10.35223359 L4_chemical_B1 +LQ07X017420 Putative uncharacterized protein 10.68905099 L4_chemical_B2 +LQ07X017420 Putative uncharacterized protein 11.05507344 L4_chemical_B3 +LQ07X017420 Putative uncharacterized protein 10.7669862 L4_chemical_C2 +LQ07X017420 Putative uncharacterized protein 10.60760596 L4_chemical_C3 +LQ07X017450 Hypothetical protein 4.916823359 C6_control_A1 +LQ07X017450 Hypothetical protein 5.04755047 C6_control_A3 +LQ07X017450 Hypothetical protein 5.000865833 C6_control_B1 +LQ07X017450 Hypothetical protein 4.910831461 C6_control_B2 +LQ07X017450 Hypothetical protein 5.053053154 C6_control_B3 +LQ07X017450 Hypothetical protein 5.266398458 C6_control_C1 +LQ07X017450 Hypothetical protein 4.817923904 C6_control_C2 +LQ07X017450 Hypothetical protein 5.22349335 C6_control_C3 +LQ07X017450 Hypothetical protein 5.002449875 C6_chemical_A1 +LQ07X017450 Hypothetical protein 4.984652263 C6_chemical_A3 +LQ07X017450 Hypothetical protein 5.49293437 C6_chemical_B1 +LQ07X017450 Hypothetical protein 4.978939553 C6_chemical_B2 +LQ07X017450 Hypothetical protein 5.136665877 C6_chemical_B3 +LQ07X017450 Hypothetical protein 5.382045216 C6_chemical_C1 +LQ07X017450 Hypothetical protein 5.075098698 C6_chemical_C2 +LQ07X017450 Hypothetical protein 5.026525155 C6_chemical_C3 +LQ07X017450 Hypothetical protein 5.140050516 L4_control_A1 +LQ07X017450 Hypothetical protein 4.930039709 L4_control_A2 +LQ07X017450 Hypothetical protein 5.587802755 L4_control_A3 +LQ07X017450 Hypothetical protein 4.973988674 L4_control_B1 +LQ07X017450 Hypothetical protein 5.197537978 L4_control_B2 +LQ07X017450 Hypothetical protein 4.845219136 L4_control_B3 +LQ07X017450 Hypothetical protein 5.059542953 L4_control_C2 +LQ07X017450 Hypothetical protein 5.420865805 L4_control_C3 +LQ07X017450 Hypothetical protein 5.174186023 L4_chemical_A1 +LQ07X017450 Hypothetical protein 5.126818709 L4_chemical_A2 +LQ07X017450 Hypothetical protein 5.148169637 L4_chemical_A3 +LQ07X017450 Hypothetical protein 5.061139905 L4_chemical_B1 +LQ07X017450 Hypothetical protein 5.177427897 L4_chemical_B2 +LQ07X017450 Hypothetical protein 4.937826604 L4_chemical_B3 +LQ07X017450 Hypothetical protein 5.035673049 L4_chemical_C2 +LQ07X017450 Hypothetical protein 5.223669189 L4_chemical_C3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.14960257 C6_control_A1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.06885176 C6_control_A3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.23874934 C6_control_B1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.39608843 C6_control_B2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.78505793 C6_control_B3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.93946997 C6_control_C1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.13513429 C6_control_C2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.09303012 C6_control_C3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.1056057 C6_chemical_A1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.33228092 C6_chemical_A3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.37189582 C6_chemical_B1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.14646272 C6_chemical_B2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.77770733 C6_chemical_B3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.91501951 C6_chemical_C1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.10257067 C6_chemical_C2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.05430558 C6_chemical_C3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.44199167 L4_control_A1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.83564311 L4_control_A2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.89749384 L4_control_A3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.43044796 L4_control_B1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.06348303 L4_control_B2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.45122034 L4_control_B3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.72902256 L4_control_C2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.85956721 L4_control_C3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.47676441 L4_chemical_A1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.88927576 L4_chemical_A2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.86122631 L4_chemical_A3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.50563374 L4_chemical_B1 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.08994092 L4_chemical_B2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.53762613 L4_chemical_B3 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.79219832 L4_chemical_C2 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 11.64306323 L4_chemical_C3 +LQ07X017570 Hypothetical protein 7.517817368 C6_control_A1 +LQ07X017570 Hypothetical protein 8.661599238 C6_control_A3 +LQ07X017570 Hypothetical protein 7.697045455 C6_control_B1 +LQ07X017570 Hypothetical protein 8.745301302 C6_control_B2 +LQ07X017570 Hypothetical protein 8.183388031 C6_control_B3 +LQ07X017570 Hypothetical protein 8.514606084 C6_control_C1 +LQ07X017570 Hypothetical protein 8.45580075 C6_control_C2 +LQ07X017570 Hypothetical protein 8.655449764 C6_control_C3 +LQ07X017570 Hypothetical protein 9.33144818 C6_chemical_A1 +LQ07X017570 Hypothetical protein 9.763105061 C6_chemical_A3 +LQ07X017570 Hypothetical protein 9.349476874 C6_chemical_B1 +LQ07X017570 Hypothetical protein 9.603963317 C6_chemical_B2 +LQ07X017570 Hypothetical protein 8.909172899 C6_chemical_B3 +LQ07X017570 Hypothetical protein 9.967433229 C6_chemical_C1 +LQ07X017570 Hypothetical protein 10.05494398 C6_chemical_C2 +LQ07X017570 Hypothetical protein 10.33719875 C6_chemical_C3 +LQ07X017570 Hypothetical protein 8.798959453 L4_control_A1 +LQ07X017570 Hypothetical protein 7.521158094 L4_control_A2 +LQ07X017570 Hypothetical protein 6.298137659 L4_control_A3 +LQ07X017570 Hypothetical protein 8.024703983 L4_control_B1 +LQ07X017570 Hypothetical protein 6.341908859 L4_control_B2 +LQ07X017570 Hypothetical protein 8.909856256 L4_control_B3 +LQ07X017570 Hypothetical protein 5.607313686 L4_control_C2 +LQ07X017570 Hypothetical protein 8.483196144 L4_control_C3 +LQ07X017570 Hypothetical protein 9.01586461 L4_chemical_A1 +LQ07X017570 Hypothetical protein 7.946853035 L4_chemical_A2 +LQ07X017570 Hypothetical protein 7.093956698 L4_chemical_A3 +LQ07X017570 Hypothetical protein 6.916134002 L4_chemical_B1 +LQ07X017570 Hypothetical protein 7.55049246 L4_chemical_B2 +LQ07X017570 Hypothetical protein 9.069756559 L4_chemical_B3 +LQ07X017570 Hypothetical protein 5.958156259 L4_chemical_C2 +LQ07X017570 Hypothetical protein 7.697275402 L4_chemical_C3 +LQ07X017593 Putative Copia protein 4.832096763 C6_control_A1 +LQ07X017593 Putative Copia protein 5.520006542 C6_control_A3 +LQ07X017593 Putative Copia protein 5.220768337 C6_control_B1 +LQ07X017593 Putative Copia protein 4.996822531 C6_control_B2 +LQ07X017593 Putative Copia protein 4.710200353 C6_control_B3 +LQ07X017593 Putative Copia protein 4.749620202 C6_control_C1 +LQ07X017593 Putative Copia protein 5.222283456 C6_control_C2 +LQ07X017593 Putative Copia protein 5.223084407 C6_control_C3 +LQ07X017593 Putative Copia protein 5.343781451 C6_chemical_A1 +LQ07X017593 Putative Copia protein 5.132307694 C6_chemical_A3 +LQ07X017593 Putative Copia protein 5.218526004 C6_chemical_B1 +LQ07X017593 Putative Copia protein 5.113143126 C6_chemical_B2 +LQ07X017593 Putative Copia protein 5.13173275 C6_chemical_B3 +LQ07X017593 Putative Copia protein 4.876181907 C6_chemical_C1 +LQ07X017593 Putative Copia protein 5.16631275 C6_chemical_C2 +LQ07X017593 Putative Copia protein 5.004415983 C6_chemical_C3 +LQ07X017593 Putative Copia protein 5.0422037 L4_control_A1 +LQ07X017593 Putative Copia protein 5.138251569 L4_control_A2 +LQ07X017593 Putative Copia protein 5.239641529 L4_control_A3 +LQ07X017593 Putative Copia protein 5.838178542 L4_control_B1 +LQ07X017593 Putative Copia protein 5.509318803 L4_control_B2 +LQ07X017593 Putative Copia protein 5.083009895 L4_control_B3 +LQ07X017593 Putative Copia protein 4.953335055 L4_control_C2 +LQ07X017593 Putative Copia protein 4.856551429 L4_control_C3 +LQ07X017593 Putative Copia protein 5.113824693 L4_chemical_A1 +LQ07X017593 Putative Copia protein 5.103268233 L4_chemical_A2 +LQ07X017593 Putative Copia protein 5.877439948 L4_chemical_A3 +LQ07X017593 Putative Copia protein 5.515225996 L4_chemical_B1 +LQ07X017593 Putative Copia protein 5.503739088 L4_chemical_B2 +LQ07X017593 Putative Copia protein 5.373130789 L4_chemical_B3 +LQ07X017593 Putative Copia protein 5.145496368 L4_chemical_C2 +LQ07X017593 Putative Copia protein 4.938929399 L4_chemical_C3 +LQ08X000010 Putative uncharacterized protein 4.949042806 C6_control_A1 +LQ08X000010 Putative uncharacterized protein 5.099113798 C6_control_A3 +LQ08X000010 Putative uncharacterized protein 5.538245595 C6_control_B1 +LQ08X000010 Putative uncharacterized protein 5.239304209 C6_control_B2 +LQ08X000010 Putative uncharacterized protein 5.091435512 C6_control_B3 +LQ08X000010 Putative uncharacterized protein 5.63232526 C6_control_C1 +LQ08X000010 Putative uncharacterized protein 5.138541702 C6_control_C2 +LQ08X000010 Putative uncharacterized protein 5.293871131 C6_control_C3 +LQ08X000010 Putative uncharacterized protein 5.093942608 C6_chemical_A1 +LQ08X000010 Putative uncharacterized protein 4.894739224 C6_chemical_A3 +LQ08X000010 Putative uncharacterized protein 5.588931002 C6_chemical_B1 +LQ08X000010 Putative uncharacterized protein 5.239322754 C6_chemical_B2 +LQ08X000010 Putative uncharacterized protein 5.424156001 C6_chemical_B3 +LQ08X000010 Putative uncharacterized protein 5.129636636 C6_chemical_C1 +LQ08X000010 Putative uncharacterized protein 5.07237197 C6_chemical_C2 +LQ08X000010 Putative uncharacterized protein 5.112365995 C6_chemical_C3 +LQ08X000010 Putative uncharacterized protein 5.11658361 L4_control_A1 +LQ08X000010 Putative uncharacterized protein 5.072024285 L4_control_A2 +LQ08X000010 Putative uncharacterized protein 5.360994964 L4_control_A3 +LQ08X000010 Putative uncharacterized protein 5.103351746 L4_control_B1 +LQ08X000010 Putative uncharacterized protein 5.643828352 L4_control_B2 +LQ08X000010 Putative uncharacterized protein 5.506395115 L4_control_B3 +LQ08X000010 Putative uncharacterized protein 5.06192295 L4_control_C2 +LQ08X000010 Putative uncharacterized protein 5.908529221 L4_control_C3 +LQ08X000010 Putative uncharacterized protein 4.998848751 L4_chemical_A1 +LQ08X000010 Putative uncharacterized protein 5.230195551 L4_chemical_A2 +LQ08X000010 Putative uncharacterized protein 5.253136187 L4_chemical_A3 +LQ08X000010 Putative uncharacterized protein 5.317815292 L4_chemical_B1 +LQ08X000010 Putative uncharacterized protein 4.938245825 L4_chemical_B2 +LQ08X000010 Putative uncharacterized protein 5.330191171 L4_chemical_B3 +LQ08X000010 Putative uncharacterized protein 5.483776532 L4_chemical_C2 +LQ08X000010 Putative uncharacterized protein 5.666723214 L4_chemical_C3 +LQ08X000020 Cysteine proteinase RD21a 5.84641937 C6_control_A1 +LQ08X000020 Cysteine proteinase RD21a 5.775933495 C6_control_A3 +LQ08X000020 Cysteine proteinase RD21a 5.475643745 C6_control_B1 +LQ08X000020 Cysteine proteinase RD21a 5.470587899 C6_control_B2 +LQ08X000020 Cysteine proteinase RD21a 5.621350164 C6_control_B3 +LQ08X000020 Cysteine proteinase RD21a 5.505253647 C6_control_C1 +LQ08X000020 Cysteine proteinase RD21a 6.169205361 C6_control_C2 +LQ08X000020 Cysteine proteinase RD21a 5.409982301 C6_control_C3 +LQ08X000020 Cysteine proteinase RD21a 5.826566883 C6_chemical_A1 +LQ08X000020 Cysteine proteinase RD21a 5.898506503 C6_chemical_A3 +LQ08X000020 Cysteine proteinase RD21a 5.279469208 C6_chemical_B1 +LQ08X000020 Cysteine proteinase RD21a 5.426200584 C6_chemical_B2 +LQ08X000020 Cysteine proteinase RD21a 5.814898141 C6_chemical_B3 +LQ08X000020 Cysteine proteinase RD21a 5.209309827 C6_chemical_C1 +LQ08X000020 Cysteine proteinase RD21a 5.797387352 C6_chemical_C2 +LQ08X000020 Cysteine proteinase RD21a 5.444933365 C6_chemical_C3 +LQ08X000020 Cysteine proteinase RD21a 5.934192804 L4_control_A1 +LQ08X000020 Cysteine proteinase RD21a 5.810771222 L4_control_A2 +LQ08X000020 Cysteine proteinase RD21a 5.283293865 L4_control_A3 +LQ08X000020 Cysteine proteinase RD21a 5.074445857 L4_control_B1 +LQ08X000020 Cysteine proteinase RD21a 5.492124262 L4_control_B2 +LQ08X000020 Cysteine proteinase RD21a 5.380435303 L4_control_B3 +LQ08X000020 Cysteine proteinase RD21a 5.8289584 L4_control_C2 +LQ08X000020 Cysteine proteinase RD21a 5.817611831 L4_control_C3 +LQ08X000020 Cysteine proteinase RD21a 5.493204756 L4_chemical_A1 +LQ08X000020 Cysteine proteinase RD21a 5.450233013 L4_chemical_A2 +LQ08X000020 Cysteine proteinase RD21a 5.830058208 L4_chemical_A3 +LQ08X000020 Cysteine proteinase RD21a 5.555361959 L4_chemical_B1 +LQ08X000020 Cysteine proteinase RD21a 5.697244055 L4_chemical_B2 +LQ08X000020 Cysteine proteinase RD21a 5.884255688 L4_chemical_B3 +LQ08X000020 Cysteine proteinase RD21a 5.627885052 L4_chemical_C2 +LQ08X000020 Cysteine proteinase RD21a 6.215351251 L4_chemical_C3 +LQ08X000030 Probable WRKY transcription factor 7 6.25481317 C6_control_A1 +LQ08X000030 Probable WRKY transcription factor 7 6.401795439 C6_control_A3 +LQ08X000030 Probable WRKY transcription factor 7 6.22255125 C6_control_B1 +LQ08X000030 Probable WRKY transcription factor 7 5.924040158 C6_control_B2 +LQ08X000030 Probable WRKY transcription factor 7 5.80728091 C6_control_B3 +LQ08X000030 Probable WRKY transcription factor 7 5.538476129 C6_control_C1 +LQ08X000030 Probable WRKY transcription factor 7 6.431963293 C6_control_C2 +LQ08X000030 Probable WRKY transcription factor 7 5.853565691 C6_control_C3 +LQ08X000030 Probable WRKY transcription factor 7 6.215472953 C6_chemical_A1 +LQ08X000030 Probable WRKY transcription factor 7 6.321509777 C6_chemical_A3 +LQ08X000030 Probable WRKY transcription factor 7 6.214965143 C6_chemical_B1 +LQ08X000030 Probable WRKY transcription factor 7 5.903778261 C6_chemical_B2 +LQ08X000030 Probable WRKY transcription factor 7 5.818153818 C6_chemical_B3 +LQ08X000030 Probable WRKY transcription factor 7 5.991681978 C6_chemical_C1 +LQ08X000030 Probable WRKY transcription factor 7 5.935113237 C6_chemical_C2 +LQ08X000030 Probable WRKY transcription factor 7 5.994243689 C6_chemical_C3 +LQ08X000030 Probable WRKY transcription factor 7 6.015572085 L4_control_A1 +LQ08X000030 Probable WRKY transcription factor 7 6.341238859 L4_control_A2 +LQ08X000030 Probable WRKY transcription factor 7 6.672523125 L4_control_A3 +LQ08X000030 Probable WRKY transcription factor 7 6.2333142 L4_control_B1 +LQ08X000030 Probable WRKY transcription factor 7 5.931956714 L4_control_B2 +LQ08X000030 Probable WRKY transcription factor 7 5.864121264 L4_control_B3 +LQ08X000030 Probable WRKY transcription factor 7 5.933749886 L4_control_C2 +LQ08X000030 Probable WRKY transcription factor 7 6.529936148 L4_control_C3 +LQ08X000030 Probable WRKY transcription factor 7 5.703594084 L4_chemical_A1 +LQ08X000030 Probable WRKY transcription factor 7 5.942411673 L4_chemical_A2 +LQ08X000030 Probable WRKY transcription factor 7 7.017926307 L4_chemical_A3 +LQ08X000030 Probable WRKY transcription factor 7 6.071186926 L4_chemical_B1 +LQ08X000030 Probable WRKY transcription factor 7 5.771337889 L4_chemical_B2 +LQ08X000030 Probable WRKY transcription factor 7 6.020414896 L4_chemical_B3 +LQ08X000030 Probable WRKY transcription factor 7 5.877662483 L4_chemical_C2 +LQ08X000030 Probable WRKY transcription factor 7 5.529463858 L4_chemical_C3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.455781502 C6_control_A1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.374084673 C6_control_A3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.464427554 C6_control_B1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.255094571 C6_control_B2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.537354604 C6_control_B3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.196816597 C6_control_C1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.087579344 C6_control_C2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.231878911 C6_control_C3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.304991016 C6_chemical_A1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.346303496 C6_chemical_A3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.805764915 C6_chemical_B1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.147980308 C6_chemical_B2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.361069512 C6_chemical_B3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.205632331 C6_chemical_C1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.42498982 C6_chemical_C2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.543933983 C6_chemical_C3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.263525972 L4_control_A1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.57979392 L4_control_A2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.342381018 L4_control_A3 +LQ08X000040 Putative Uncharacterized protein At4g06744 6.4564404 L4_control_B1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.700318719 L4_control_B2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.278445142 L4_control_B3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.419644021 L4_control_C2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.343632939 L4_control_C3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.676380997 L4_chemical_A1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.416811179 L4_chemical_A2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.481534417 L4_chemical_A3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.473395079 L4_chemical_B1 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.66987619 L4_chemical_B2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.388464899 L4_chemical_B3 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.773427296 L4_chemical_C2 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.385100945 L4_chemical_C3 +LQ08X000050 Uncharacterized protein At4g06744 4.640582007 C6_control_A1 +LQ08X000050 Uncharacterized protein At4g06744 4.998068877 C6_control_A3 +LQ08X000050 Uncharacterized protein At4g06744 4.956620125 C6_control_B1 +LQ08X000050 Uncharacterized protein At4g06744 4.641979208 C6_control_B2 +LQ08X000050 Uncharacterized protein At4g06744 4.863398024 C6_control_B3 +LQ08X000050 Uncharacterized protein At4g06744 4.891526971 C6_control_C1 +LQ08X000050 Uncharacterized protein At4g06744 4.753190663 C6_control_C2 +LQ08X000050 Uncharacterized protein At4g06744 4.929801549 C6_control_C3 +LQ08X000050 Uncharacterized protein At4g06744 4.778262128 C6_chemical_A1 +LQ08X000050 Uncharacterized protein At4g06744 5.204619443 C6_chemical_A3 +LQ08X000050 Uncharacterized protein At4g06744 5.071367331 C6_chemical_B1 +LQ08X000050 Uncharacterized protein At4g06744 4.630128163 C6_chemical_B2 +LQ08X000050 Uncharacterized protein At4g06744 4.499656464 C6_chemical_B3 +LQ08X000050 Uncharacterized protein At4g06744 4.960053629 C6_chemical_C1 +LQ08X000050 Uncharacterized protein At4g06744 4.943322404 C6_chemical_C2 +LQ08X000050 Uncharacterized protein At4g06744 5.084375366 C6_chemical_C3 +LQ08X000050 Uncharacterized protein At4g06744 4.770092111 L4_control_A1 +LQ08X000050 Uncharacterized protein At4g06744 5.158164177 L4_control_A2 +LQ08X000050 Uncharacterized protein At4g06744 5.077326462 L4_control_A3 +LQ08X000050 Uncharacterized protein At4g06744 4.802198251 L4_control_B1 +LQ08X000050 Uncharacterized protein At4g06744 5.43158532 L4_control_B2 +LQ08X000050 Uncharacterized protein At4g06744 4.713193358 L4_control_B3 +LQ08X000050 Uncharacterized protein At4g06744 5.707583914 L4_control_C2 +LQ08X000050 Uncharacterized protein At4g06744 5.106504985 L4_control_C3 +LQ08X000050 Uncharacterized protein At4g06744 4.910710055 L4_chemical_A1 +LQ08X000050 Uncharacterized protein At4g06744 4.693150123 L4_chemical_A2 +LQ08X000050 Uncharacterized protein At4g06744 4.754920648 L4_chemical_A3 +LQ08X000050 Uncharacterized protein At4g06744 5.378135561 L4_chemical_B1 +LQ08X000050 Uncharacterized protein At4g06744 5.38288606 L4_chemical_B2 +LQ08X000050 Uncharacterized protein At4g06744 4.691598154 L4_chemical_B3 +LQ08X000050 Uncharacterized protein At4g06744 5.386162742 L4_chemical_C2 +LQ08X000050 Uncharacterized protein At4g06744 5.246432106 L4_chemical_C3 +LQ08X000070 Putative uncharacterized protein 5.172082278 C6_control_A1 +LQ08X000070 Putative uncharacterized protein 5.730776994 C6_control_A3 +LQ08X000070 Putative uncharacterized protein 5.55826984 C6_control_B1 +LQ08X000070 Putative uncharacterized protein 5.282020247 C6_control_B2 +LQ08X000070 Putative uncharacterized protein 5.642498865 C6_control_B3 +LQ08X000070 Putative uncharacterized protein 6.037335797 C6_control_C1 +LQ08X000070 Putative uncharacterized protein 6.059155998 C6_control_C2 +LQ08X000070 Putative uncharacterized protein 5.600725651 C6_control_C3 +LQ08X000070 Putative uncharacterized protein 5.183442566 C6_chemical_A1 +LQ08X000070 Putative uncharacterized protein 5.554860314 C6_chemical_A3 +LQ08X000070 Putative uncharacterized protein 5.378606804 C6_chemical_B1 +LQ08X000070 Putative uncharacterized protein 5.491148459 C6_chemical_B2 +LQ08X000070 Putative uncharacterized protein 4.983013836 C6_chemical_B3 +LQ08X000070 Putative uncharacterized protein 6.098820128 C6_chemical_C1 +LQ08X000070 Putative uncharacterized protein 5.602851051 C6_chemical_C2 +LQ08X000070 Putative uncharacterized protein 5.711251892 C6_chemical_C3 +LQ08X000070 Putative uncharacterized protein 5.144272169 L4_control_A1 +LQ08X000070 Putative uncharacterized protein 5.233938972 L4_control_A2 +LQ08X000070 Putative uncharacterized protein 5.061175963 L4_control_A3 +LQ08X000070 Putative uncharacterized protein 5.190844536 L4_control_B1 +LQ08X000070 Putative uncharacterized protein 5.546665104 L4_control_B2 +LQ08X000070 Putative uncharacterized protein 5.270140046 L4_control_B3 +LQ08X000070 Putative uncharacterized protein 6.01714452 L4_control_C2 +LQ08X000070 Putative uncharacterized protein 5.563485874 L4_control_C3 +LQ08X000070 Putative uncharacterized protein 5.40757507 L4_chemical_A1 +LQ08X000070 Putative uncharacterized protein 5.514011535 L4_chemical_A2 +LQ08X000070 Putative uncharacterized protein 5.287899693 L4_chemical_A3 +LQ08X000070 Putative uncharacterized protein 5.365773669 L4_chemical_B1 +LQ08X000070 Putative uncharacterized protein 5.559965827 L4_chemical_B2 +LQ08X000070 Putative uncharacterized protein 5.197086213 L4_chemical_B3 +LQ08X000070 Putative uncharacterized protein 5.135160608 L4_chemical_C2 +LQ08X000070 Putative uncharacterized protein 5.660791347 L4_chemical_C3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.1751636 C6_control_A1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.86170561 C6_control_A3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.42829513 C6_control_B1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.30203749 C6_control_B2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.24367111 C6_control_B3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.25099657 C6_control_C1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 10.95868706 C6_control_C2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 10.53701135 C6_control_C3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.33591045 C6_chemical_A1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.01630741 C6_chemical_A3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.49033736 C6_chemical_B1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.35649501 C6_chemical_B2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.087577 C6_chemical_B3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.07148664 C6_chemical_C1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 10.86158045 C6_chemical_C2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 10.47688055 C6_chemical_C3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.28077514 L4_control_A1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.89334479 L4_control_A2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.83574626 L4_control_A3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.25916283 L4_control_B1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.37224887 L4_control_B2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.01204671 L4_control_B3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 10.01721855 L4_control_C2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 9.523826372 L4_control_C3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.66677967 L4_chemical_A1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.50018293 L4_chemical_A2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.73056829 L4_chemical_A3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 11.86213159 L4_chemical_B1 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.06882815 L4_chemical_B2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.34211524 L4_chemical_B3 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 10.09922716 L4_chemical_C2 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 9.871473135 L4_chemical_C3 +LQ08X000110 Putative uncharacterized protein 8.615634298 C6_control_A1 +LQ08X000110 Putative uncharacterized protein 7.82228309 C6_control_A3 +LQ08X000110 Putative uncharacterized protein 9.088945289 C6_control_B1 +LQ08X000110 Putative uncharacterized protein 9.309559049 C6_control_B2 +LQ08X000110 Putative uncharacterized protein 8.871396573 C6_control_B3 +LQ08X000110 Putative uncharacterized protein 9.422094136 C6_control_C1 +LQ08X000110 Putative uncharacterized protein 9.990968113 C6_control_C2 +LQ08X000110 Putative uncharacterized protein 9.965249115 C6_control_C3 +LQ08X000110 Putative uncharacterized protein 8.889774453 C6_chemical_A1 +LQ08X000110 Putative uncharacterized protein 8.728302796 C6_chemical_A3 +LQ08X000110 Putative uncharacterized protein 8.37440151 C6_chemical_B1 +LQ08X000110 Putative uncharacterized protein 9.241695467 C6_chemical_B2 +LQ08X000110 Putative uncharacterized protein 9.291176012 C6_chemical_B3 +LQ08X000110 Putative uncharacterized protein 9.549347922 C6_chemical_C1 +LQ08X000110 Putative uncharacterized protein 9.594134886 C6_chemical_C2 +LQ08X000110 Putative uncharacterized protein 10.31932273 C6_chemical_C3 +LQ08X000110 Putative uncharacterized protein 7.765388625 L4_control_A1 +LQ08X000110 Putative uncharacterized protein 8.3150771 L4_control_A2 +LQ08X000110 Putative uncharacterized protein 5.826769303 L4_control_A3 +LQ08X000110 Putative uncharacterized protein 9.369845995 L4_control_B1 +LQ08X000110 Putative uncharacterized protein 8.496882794 L4_control_B2 +LQ08X000110 Putative uncharacterized protein 9.584698189 L4_control_B3 +LQ08X000110 Putative uncharacterized protein 9.640553033 L4_control_C2 +LQ08X000110 Putative uncharacterized protein 9.670793887 L4_control_C3 +LQ08X000110 Putative uncharacterized protein 8.521629645 L4_chemical_A1 +LQ08X000110 Putative uncharacterized protein 8.113421583 L4_chemical_A2 +LQ08X000110 Putative uncharacterized protein 6.03811328 L4_chemical_A3 +LQ08X000110 Putative uncharacterized protein 8.960721408 L4_chemical_B1 +LQ08X000110 Putative uncharacterized protein 8.95423634 L4_chemical_B2 +LQ08X000110 Putative uncharacterized protein 8.674781438 L4_chemical_B3 +LQ08X000110 Putative uncharacterized protein 9.54039903 L4_chemical_C2 +LQ08X000110 Putative uncharacterized protein 9.812211925 L4_chemical_C3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 7.098393985 C6_control_A1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 6.315081571 C6_control_A3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.154384131 C6_control_B1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 9.080579624 C6_control_B2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.497472345 C6_control_B3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 9.810187926 C6_control_C1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 10.63316879 C6_control_C2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 10.32040137 C6_control_C3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 7.304416239 C6_chemical_A1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 6.477194872 C6_chemical_A3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.940991957 C6_chemical_B1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 9.246341526 C6_chemical_B2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.329220631 C6_chemical_B3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 10.05598542 C6_chemical_C1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 10.78484999 C6_chemical_C2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 10.06895986 C6_chemical_C3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 6.67810554 L4_control_A1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.178916798 L4_control_A2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.044087423 L4_control_A3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 9.725176873 L4_control_B1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 9.181358454 L4_control_B2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.39975059 L4_control_B3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 10.07084652 L4_control_C2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 10.35321674 L4_control_C3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 7.434114709 L4_chemical_A1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.849833663 L4_chemical_A2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 6.692682347 L4_chemical_A3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 9.687740727 L4_chemical_B1 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 9.686668097 L4_chemical_B2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 8.552065193 L4_chemical_B3 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 10.34643753 L4_chemical_C2 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 9.846951663 L4_chemical_C3 +LQ08X000150 Polyadenylate-binding protein 2 11.77435529 C6_control_A1 +LQ08X000150 Polyadenylate-binding protein 2 12.05694779 C6_control_A3 +LQ08X000150 Polyadenylate-binding protein 2 11.60217527 C6_control_B1 +LQ08X000150 Polyadenylate-binding protein 2 11.8952821 C6_control_B2 +LQ08X000150 Polyadenylate-binding protein 2 11.70564126 C6_control_B3 +LQ08X000150 Polyadenylate-binding protein 2 11.58899383 C6_control_C1 +LQ08X000150 Polyadenylate-binding protein 2 11.83383466 C6_control_C2 +LQ08X000150 Polyadenylate-binding protein 2 11.29743402 C6_control_C3 +LQ08X000150 Polyadenylate-binding protein 2 12.24861607 C6_chemical_A1 +LQ08X000150 Polyadenylate-binding protein 2 12.26468987 C6_chemical_A3 +LQ08X000150 Polyadenylate-binding protein 2 11.95942483 C6_chemical_B1 +LQ08X000150 Polyadenylate-binding protein 2 12.02316507 C6_chemical_B2 +LQ08X000150 Polyadenylate-binding protein 2 12.08242249 C6_chemical_B3 +LQ08X000150 Polyadenylate-binding protein 2 11.77830384 C6_chemical_C1 +LQ08X000150 Polyadenylate-binding protein 2 11.70074463 C6_chemical_C2 +LQ08X000150 Polyadenylate-binding protein 2 12.18270149 C6_chemical_C3 +LQ08X000150 Polyadenylate-binding protein 2 12.59199234 L4_control_A1 +LQ08X000150 Polyadenylate-binding protein 2 12.52976962 L4_control_A2 +LQ08X000150 Polyadenylate-binding protein 2 12.6897246 L4_control_A3 +LQ08X000150 Polyadenylate-binding protein 2 12.45158455 L4_control_B1 +LQ08X000150 Polyadenylate-binding protein 2 12.95725148 L4_control_B2 +LQ08X000150 Polyadenylate-binding protein 2 12.62614425 L4_control_B3 +LQ08X000150 Polyadenylate-binding protein 2 11.89399532 L4_control_C2 +LQ08X000150 Polyadenylate-binding protein 2 12.66339261 L4_control_C3 +LQ08X000150 Polyadenylate-binding protein 2 12.06844259 L4_chemical_A1 +LQ08X000150 Polyadenylate-binding protein 2 11.91717431 L4_chemical_A2 +LQ08X000150 Polyadenylate-binding protein 2 12.59389684 L4_chemical_A3 +LQ08X000150 Polyadenylate-binding protein 2 11.93792269 L4_chemical_B1 +LQ08X000150 Polyadenylate-binding protein 2 12.3942334 L4_chemical_B2 +LQ08X000150 Polyadenylate-binding protein 2 12.57666007 L4_chemical_B3 +LQ08X000150 Polyadenylate-binding protein 2 11.67334611 L4_chemical_C2 +LQ08X000150 Polyadenylate-binding protein 2 12.32421185 L4_chemical_C3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 10.27585445 C6_control_A1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.708169406 C6_control_A3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 10.58952771 C6_control_B1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 10.28629922 C6_control_B2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.362721388 C6_control_B3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 11.47708572 C6_control_C1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 11.25205442 C6_control_C2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 9.34571688 C6_control_C3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 10.57493093 C6_chemical_A1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.777222058 C6_chemical_A3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 10.72469808 C6_chemical_B1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 10.34164516 C6_chemical_B2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.272055879 C6_chemical_B3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 11.82767903 C6_chemical_C1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 11.74619295 C6_chemical_C2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 9.988378556 C6_chemical_C3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 9.528662319 L4_control_A1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 9.842382841 L4_control_A2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.343595643 L4_control_A3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 9.657024764 L4_control_B1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 9.153145785 L4_control_B2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.207867931 L4_control_B3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 11.13065943 L4_control_C2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.682670921 L4_control_C3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.729480029 L4_chemical_A1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 9.239007093 L4_chemical_A2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 7.275771016 L4_chemical_A3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 10.4836423 L4_chemical_B1 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 9.037900265 L4_chemical_B2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 7.917137515 L4_chemical_B3 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 11.19217238 L4_chemical_C2 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 8.966188964 L4_chemical_C3 +LQ08X000180 NAC domain protein, IPR003441 4.890329703 C6_control_A1 +LQ08X000180 NAC domain protein, IPR003441 5.639555556 C6_control_A3 +LQ08X000180 NAC domain protein, IPR003441 5.120861011 C6_control_B1 +LQ08X000180 NAC domain protein, IPR003441 5.351728925 C6_control_B2 +LQ08X000180 NAC domain protein, IPR003441 5.069843386 C6_control_B3 +LQ08X000180 NAC domain protein, IPR003441 6.569569036 C6_control_C1 +LQ08X000180 NAC domain protein, IPR003441 6.301260481 C6_control_C2 +LQ08X000180 NAC domain protein, IPR003441 5.865710284 C6_control_C3 +LQ08X000180 NAC domain protein, IPR003441 5.277800116 C6_chemical_A1 +LQ08X000180 NAC domain protein, IPR003441 5.514851232 C6_chemical_A3 +LQ08X000180 NAC domain protein, IPR003441 5.265538517 C6_chemical_B1 +LQ08X000180 NAC domain protein, IPR003441 5.418463063 C6_chemical_B2 +LQ08X000180 NAC domain protein, IPR003441 5.421151842 C6_chemical_B3 +LQ08X000180 NAC domain protein, IPR003441 6.633430691 C6_chemical_C1 +LQ08X000180 NAC domain protein, IPR003441 5.950521745 C6_chemical_C2 +LQ08X000180 NAC domain protein, IPR003441 5.998657991 C6_chemical_C3 +LQ08X000180 NAC domain protein, IPR003441 5.20016291 L4_control_A1 +LQ08X000180 NAC domain protein, IPR003441 4.688267955 L4_control_A2 +LQ08X000180 NAC domain protein, IPR003441 5.361444087 L4_control_A3 +LQ08X000180 NAC domain protein, IPR003441 5.104152635 L4_control_B1 +LQ08X000180 NAC domain protein, IPR003441 4.956408724 L4_control_B2 +LQ08X000180 NAC domain protein, IPR003441 5.197781392 L4_control_B3 +LQ08X000180 NAC domain protein, IPR003441 5.047321932 L4_control_C2 +LQ08X000180 NAC domain protein, IPR003441 5.421143757 L4_control_C3 +LQ08X000180 NAC domain protein, IPR003441 5.279528952 L4_chemical_A1 +LQ08X000180 NAC domain protein, IPR003441 5.045443899 L4_chemical_A2 +LQ08X000180 NAC domain protein, IPR003441 5.321468307 L4_chemical_A3 +LQ08X000180 NAC domain protein, IPR003441 5.073122674 L4_chemical_B1 +LQ08X000180 NAC domain protein, IPR003441 4.743417117 L4_chemical_B2 +LQ08X000180 NAC domain protein, IPR003441 5.277075192 L4_chemical_B3 +LQ08X000180 NAC domain protein, IPR003441 5.104704406 L4_chemical_C2 +LQ08X000180 NAC domain protein, IPR003441 5.642996645 L4_chemical_C3 +LQ08X000190 Protein binding protein, putative 13.22422001 C6_control_A1 +LQ08X000190 Protein binding protein, putative 13.15056774 C6_control_A3 +LQ08X000190 Protein binding protein, putative 13.68610796 C6_control_B1 +LQ08X000190 Protein binding protein, putative 13.24292658 C6_control_B2 +LQ08X000190 Protein binding protein, putative 13.5653798 C6_control_B3 +LQ08X000190 Protein binding protein, putative 13.26208234 C6_control_C1 +LQ08X000190 Protein binding protein, putative 13.22316321 C6_control_C2 +LQ08X000190 Protein binding protein, putative 13.5708833 C6_control_C3 +LQ08X000190 Protein binding protein, putative 13.11023555 C6_chemical_A1 +LQ08X000190 Protein binding protein, putative 12.89796166 C6_chemical_A3 +LQ08X000190 Protein binding protein, putative 13.37812903 C6_chemical_B1 +LQ08X000190 Protein binding protein, putative 13.1794341 C6_chemical_B2 +LQ08X000190 Protein binding protein, putative 13.68835719 C6_chemical_B3 +LQ08X000190 Protein binding protein, putative 13.06480591 C6_chemical_C1 +LQ08X000190 Protein binding protein, putative 13.14928938 C6_chemical_C2 +LQ08X000190 Protein binding protein, putative 13.25803369 C6_chemical_C3 +LQ08X000190 Protein binding protein, putative 12.95890925 L4_control_A1 +LQ08X000190 Protein binding protein, putative 12.73469147 L4_control_A2 +LQ08X000190 Protein binding protein, putative 12.24737182 L4_control_A3 +LQ08X000190 Protein binding protein, putative 13.63184151 L4_control_B1 +LQ08X000190 Protein binding protein, putative 12.69811281 L4_control_B2 +LQ08X000190 Protein binding protein, putative 13.28518216 L4_control_B3 +LQ08X000190 Protein binding protein, putative 12.86922132 L4_control_C2 +LQ08X000190 Protein binding protein, putative 12.96515685 L4_control_C3 +LQ08X000190 Protein binding protein, putative 13.36930214 L4_chemical_A1 +LQ08X000190 Protein binding protein, putative 12.71815749 L4_chemical_A2 +LQ08X000190 Protein binding protein, putative 12.92004796 L4_chemical_A3 +LQ08X000190 Protein binding protein, putative 13.02396704 L4_chemical_B1 +LQ08X000190 Protein binding protein, putative 12.83728058 L4_chemical_B2 +LQ08X000190 Protein binding protein, putative 13.52951315 L4_chemical_B3 +LQ08X000190 Protein binding protein, putative 12.60304951 L4_chemical_C2 +LQ08X000190 Protein binding protein, putative 13.14906304 L4_chemical_C3 +LQ08X000200 Putative uncharacterized protein 7.03006626 C6_control_A1 +LQ08X000200 Putative uncharacterized protein 6.459131876 C6_control_A3 +LQ08X000200 Putative uncharacterized protein 6.407248153 C6_control_B1 +LQ08X000200 Putative uncharacterized protein 6.870845647 C6_control_B2 +LQ08X000200 Putative uncharacterized protein 6.892699611 C6_control_B3 +LQ08X000200 Putative uncharacterized protein 6.11291448 C6_control_C1 +LQ08X000200 Putative uncharacterized protein 6.056472926 C6_control_C2 +LQ08X000200 Putative uncharacterized protein 6.346444993 C6_control_C3 +LQ08X000200 Putative uncharacterized protein 7.190559497 C6_chemical_A1 +LQ08X000200 Putative uncharacterized protein 7.231865654 C6_chemical_A3 +LQ08X000200 Putative uncharacterized protein 5.987209277 C6_chemical_B1 +LQ08X000200 Putative uncharacterized protein 6.786160875 C6_chemical_B2 +LQ08X000200 Putative uncharacterized protein 7.251009544 C6_chemical_B3 +LQ08X000200 Putative uncharacterized protein 6.18347349 C6_chemical_C1 +LQ08X000200 Putative uncharacterized protein 6.347238952 C6_chemical_C2 +LQ08X000200 Putative uncharacterized protein 5.974296261 C6_chemical_C3 +LQ08X000200 Putative uncharacterized protein 6.819664508 L4_control_A1 +LQ08X000200 Putative uncharacterized protein 7.874489361 L4_control_A2 +LQ08X000200 Putative uncharacterized protein 7.561450259 L4_control_A3 +LQ08X000200 Putative uncharacterized protein 6.939561625 L4_control_B1 +LQ08X000200 Putative uncharacterized protein 7.70522839 L4_control_B2 +LQ08X000200 Putative uncharacterized protein 7.048047805 L4_control_B3 +LQ08X000200 Putative uncharacterized protein 6.133109731 L4_control_C2 +LQ08X000200 Putative uncharacterized protein 6.223524962 L4_control_C3 +LQ08X000200 Putative uncharacterized protein 6.775422577 L4_chemical_A1 +LQ08X000200 Putative uncharacterized protein 7.971274617 L4_chemical_A2 +LQ08X000200 Putative uncharacterized protein 8.182151619 L4_chemical_A3 +LQ08X000200 Putative uncharacterized protein 7.071914097 L4_chemical_B1 +LQ08X000200 Putative uncharacterized protein 7.154644812 L4_chemical_B2 +LQ08X000200 Putative uncharacterized protein 7.312871797 L4_chemical_B3 +LQ08X000200 Putative uncharacterized protein 6.562157425 L4_chemical_C2 +LQ08X000200 Putative uncharacterized protein 5.367311275 L4_chemical_C3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.93052576 C6_control_A1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.15131737 C6_control_A3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.56375229 C6_control_B1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.59365389 C6_control_B2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.66002921 C6_control_B3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.20803882 C6_control_C1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 10.94295574 C6_control_C2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.20760037 C6_control_C3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.63672552 C6_chemical_A1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.43074025 C6_chemical_A3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.36404705 C6_chemical_B1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.49627271 C6_chemical_B2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.25393371 C6_chemical_B3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 10.94378614 C6_chemical_C1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 10.58497956 C6_chemical_C2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 10.67151099 C6_chemical_C3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.690565 L4_control_A1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.81945338 L4_control_A2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.75388876 L4_control_A3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.17560192 L4_control_B1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.06544761 L4_control_B2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.92695228 L4_control_B3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 10.23162246 L4_control_C2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.01350327 L4_control_C3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.77578218 L4_chemical_A1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.05707729 L4_chemical_A2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.99503872 L4_chemical_A3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.78512272 L4_chemical_B1 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 11.78886417 L4_chemical_B2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.61758591 L4_chemical_B3 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 9.364937038 L4_chemical_C2 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 10.66644576 L4_chemical_C3 +LQ08X000260 Putative Subtilisin-like protease 9.987162971 C6_control_A1 +LQ08X000260 Putative Subtilisin-like protease 7.555377305 C6_control_A3 +LQ08X000260 Putative Subtilisin-like protease 11.14016135 C6_control_B1 +LQ08X000260 Putative Subtilisin-like protease 9.815201923 C6_control_B2 +LQ08X000260 Putative Subtilisin-like protease 10.55948506 C6_control_B3 +LQ08X000260 Putative Subtilisin-like protease 9.53870648 C6_control_C1 +LQ08X000260 Putative Subtilisin-like protease 9.071904219 C6_control_C2 +LQ08X000260 Putative Subtilisin-like protease 9.705205374 C6_control_C3 +LQ08X000260 Putative Subtilisin-like protease 10.0705595 C6_chemical_A1 +LQ08X000260 Putative Subtilisin-like protease 7.571078108 C6_chemical_A3 +LQ08X000260 Putative Subtilisin-like protease 11.44293082 C6_chemical_B1 +LQ08X000260 Putative Subtilisin-like protease 9.874346494 C6_chemical_B2 +LQ08X000260 Putative Subtilisin-like protease 10.55396327 C6_chemical_B3 +LQ08X000260 Putative Subtilisin-like protease 9.057345164 C6_chemical_C1 +LQ08X000260 Putative Subtilisin-like protease 8.946752415 C6_chemical_C2 +LQ08X000260 Putative Subtilisin-like protease 9.055173126 C6_chemical_C3 +LQ08X000260 Putative Subtilisin-like protease 8.300509373 L4_control_A1 +LQ08X000260 Putative Subtilisin-like protease 8.769666961 L4_control_A2 +LQ08X000260 Putative Subtilisin-like protease 6.827986518 L4_control_A3 +LQ08X000260 Putative Subtilisin-like protease 9.758306113 L4_control_B1 +LQ08X000260 Putative Subtilisin-like protease 10.6759528 L4_control_B2 +LQ08X000260 Putative Subtilisin-like protease 10.73685475 L4_control_B3 +LQ08X000260 Putative Subtilisin-like protease 10.1506979 L4_control_C2 +LQ08X000260 Putative Subtilisin-like protease 10.99186296 L4_control_C3 +LQ08X000260 Putative Subtilisin-like protease 8.96739558 L4_chemical_A1 +LQ08X000260 Putative Subtilisin-like protease 9.093244451 L4_chemical_A2 +LQ08X000260 Putative Subtilisin-like protease 7.384579888 L4_chemical_A3 +LQ08X000260 Putative Subtilisin-like protease 9.953344723 L4_chemical_B1 +LQ08X000260 Putative Subtilisin-like protease 10.18351706 L4_chemical_B2 +LQ08X000260 Putative Subtilisin-like protease 9.725125711 L4_chemical_B3 +LQ08X000260 Putative Subtilisin-like protease 10.08815503 L4_chemical_C2 +LQ08X000260 Putative Subtilisin-like protease 10.30123532 L4_chemical_C3 +LQ08X000270 Putative Subtilisin-like protease 11.40304434 C6_control_A1 +LQ08X000270 Putative Subtilisin-like protease 9.708169258 C6_control_A3 +LQ08X000270 Putative Subtilisin-like protease 12.60509829 C6_control_B1 +LQ08X000270 Putative Subtilisin-like protease 11.06716895 C6_control_B2 +LQ08X000270 Putative Subtilisin-like protease 12.98928215 C6_control_B3 +LQ08X000270 Putative Subtilisin-like protease 9.818586597 C6_control_C1 +LQ08X000270 Putative Subtilisin-like protease 8.769130518 C6_control_C2 +LQ08X000270 Putative Subtilisin-like protease 10.14961321 C6_control_C3 +LQ08X000270 Putative Subtilisin-like protease 11.07278274 C6_chemical_A1 +LQ08X000270 Putative Subtilisin-like protease 9.490062617 C6_chemical_A3 +LQ08X000270 Putative Subtilisin-like protease 12.70306383 C6_chemical_B1 +LQ08X000270 Putative Subtilisin-like protease 11.06454402 C6_chemical_B2 +LQ08X000270 Putative Subtilisin-like protease 12.65553756 C6_chemical_B3 +LQ08X000270 Putative Subtilisin-like protease 9.338455548 C6_chemical_C1 +LQ08X000270 Putative Subtilisin-like protease 8.287352943 C6_chemical_C2 +LQ08X000270 Putative Subtilisin-like protease 9.804517646 C6_chemical_C3 +LQ08X000270 Putative Subtilisin-like protease 10.70852497 L4_control_A1 +LQ08X000270 Putative Subtilisin-like protease 11.71675508 L4_control_A2 +LQ08X000270 Putative Subtilisin-like protease 11.1155047 L4_control_A3 +LQ08X000270 Putative Subtilisin-like protease 13.28048501 L4_control_B1 +LQ08X000270 Putative Subtilisin-like protease 13.42590499 L4_control_B2 +LQ08X000270 Putative Subtilisin-like protease 12.26386789 L4_control_B3 +LQ08X000270 Putative Subtilisin-like protease 8.39003823 L4_control_C2 +LQ08X000270 Putative Subtilisin-like protease 9.281526775 L4_control_C3 +LQ08X000270 Putative Subtilisin-like protease 10.45748925 L4_chemical_A1 +LQ08X000270 Putative Subtilisin-like protease 11.89699868 L4_chemical_A2 +LQ08X000270 Putative Subtilisin-like protease 10.29796396 L4_chemical_A3 +LQ08X000270 Putative Subtilisin-like protease 13.30808671 L4_chemical_B1 +LQ08X000270 Putative Subtilisin-like protease 13.19915252 L4_chemical_B2 +LQ08X000270 Putative Subtilisin-like protease 13.20198032 L4_chemical_B3 +LQ08X000270 Putative Subtilisin-like protease 7.638861135 L4_chemical_C2 +LQ08X000270 Putative Subtilisin-like protease 9.217902131 L4_chemical_C3 +LQ08X000280 Predicted protein 10.82251962 C6_control_A1 +LQ08X000280 Predicted protein 10.77688713 C6_control_A3 +LQ08X000280 Predicted protein 11.0142574 C6_control_B1 +LQ08X000280 Predicted protein 9.278183657 C6_control_B2 +LQ08X000280 Predicted protein 10.89131175 C6_control_B3 +LQ08X000280 Predicted protein 6.02056661 C6_control_C1 +LQ08X000280 Predicted protein 5.804356019 C6_control_C2 +LQ08X000280 Predicted protein 6.877063983 C6_control_C3 +LQ08X000280 Predicted protein 10.5601727 C6_chemical_A1 +LQ08X000280 Predicted protein 10.34337037 C6_chemical_A3 +LQ08X000280 Predicted protein 10.97962993 C6_chemical_B1 +LQ08X000280 Predicted protein 9.318406008 C6_chemical_B2 +LQ08X000280 Predicted protein 10.39887167 C6_chemical_B3 +LQ08X000280 Predicted protein 6.039436177 C6_chemical_C1 +LQ08X000280 Predicted protein 6.175972362 C6_chemical_C2 +LQ08X000280 Predicted protein 5.926726744 C6_chemical_C3 +LQ08X000280 Predicted protein 10.99936777 L4_control_A1 +LQ08X000280 Predicted protein 11.49265611 L4_control_A2 +LQ08X000280 Predicted protein 11.43481699 L4_control_A3 +LQ08X000280 Predicted protein 10.90956238 L4_control_B1 +LQ08X000280 Predicted protein 12.71235781 L4_control_B2 +LQ08X000280 Predicted protein 9.314935308 L4_control_B3 +LQ08X000280 Predicted protein 7.172627291 L4_control_C2 +LQ08X000280 Predicted protein 6.666405673 L4_control_C3 +LQ08X000280 Predicted protein 10.37817995 L4_chemical_A1 +LQ08X000280 Predicted protein 10.71079234 L4_chemical_A2 +LQ08X000280 Predicted protein 11.15242806 L4_chemical_A3 +LQ08X000280 Predicted protein 11.25151426 L4_chemical_B1 +LQ08X000280 Predicted protein 11.5714687 L4_chemical_B2 +LQ08X000280 Predicted protein 10.81683992 L4_chemical_B3 +LQ08X000280 Predicted protein 6.544926948 L4_chemical_C2 +LQ08X000280 Predicted protein 6.667096722 L4_chemical_C3 +LQ08X000300 Predicted protein 5.20656122 C6_control_A1 +LQ08X000300 Predicted protein 5.159070612 C6_control_A3 +LQ08X000300 Predicted protein 5.383729684 C6_control_B1 +LQ08X000300 Predicted protein 5.175826589 C6_control_B2 +LQ08X000300 Predicted protein 5.362899612 C6_control_B3 +LQ08X000300 Predicted protein 5.353224327 C6_control_C1 +LQ08X000300 Predicted protein 5.277542329 C6_control_C2 +LQ08X000300 Predicted protein 5.183982908 C6_control_C3 +LQ08X000300 Predicted protein 5.068152232 C6_chemical_A1 +LQ08X000300 Predicted protein 5.011910298 C6_chemical_A3 +LQ08X000300 Predicted protein 5.552861202 C6_chemical_B1 +LQ08X000300 Predicted protein 5.391741368 C6_chemical_B2 +LQ08X000300 Predicted protein 5.525645967 C6_chemical_B3 +LQ08X000300 Predicted protein 5.246751527 C6_chemical_C1 +LQ08X000300 Predicted protein 5.340454251 C6_chemical_C2 +LQ08X000300 Predicted protein 5.298943648 C6_chemical_C3 +LQ08X000300 Predicted protein 5.282298709 L4_control_A1 +LQ08X000300 Predicted protein 5.725511662 L4_control_A2 +LQ08X000300 Predicted protein 5.366950381 L4_control_A3 +LQ08X000300 Predicted protein 5.577215978 L4_control_B1 +LQ08X000300 Predicted protein 5.604015722 L4_control_B2 +LQ08X000300 Predicted protein 5.396595634 L4_control_B3 +LQ08X000300 Predicted protein 6.361792815 L4_control_C2 +LQ08X000300 Predicted protein 6.517654899 L4_control_C3 +LQ08X000300 Predicted protein 5.496374055 L4_chemical_A1 +LQ08X000300 Predicted protein 5.871530969 L4_chemical_A2 +LQ08X000300 Predicted protein 5.681809598 L4_chemical_A3 +LQ08X000300 Predicted protein 5.489581917 L4_chemical_B1 +LQ08X000300 Predicted protein 5.394173739 L4_chemical_B2 +LQ08X000300 Predicted protein 5.381583818 L4_chemical_B3 +LQ08X000300 Predicted protein 5.482259146 L4_chemical_C2 +LQ08X000300 Predicted protein 5.585461724 L4_chemical_C3 +LQ08X000310 Heat stress transcription factor B-4 12.2513917 C6_control_A1 +LQ08X000310 Heat stress transcription factor B-4 11.45000922 C6_control_A3 +LQ08X000310 Heat stress transcription factor B-4 10.78125408 C6_control_B1 +LQ08X000310 Heat stress transcription factor B-4 8.751418084 C6_control_B2 +LQ08X000310 Heat stress transcription factor B-4 8.961265451 C6_control_B3 +LQ08X000310 Heat stress transcription factor B-4 7.748377189 C6_control_C1 +LQ08X000310 Heat stress transcription factor B-4 6.049698957 C6_control_C2 +LQ08X000310 Heat stress transcription factor B-4 7.064176756 C6_control_C3 +LQ08X000310 Heat stress transcription factor B-4 12.45031631 C6_chemical_A1 +LQ08X000310 Heat stress transcription factor B-4 11.79192763 C6_chemical_A3 +LQ08X000310 Heat stress transcription factor B-4 10.49965034 C6_chemical_B1 +LQ08X000310 Heat stress transcription factor B-4 8.42755319 C6_chemical_B2 +LQ08X000310 Heat stress transcription factor B-4 9.246719357 C6_chemical_B3 +LQ08X000310 Heat stress transcription factor B-4 7.083120354 C6_chemical_C1 +LQ08X000310 Heat stress transcription factor B-4 6.354699804 C6_chemical_C2 +LQ08X000310 Heat stress transcription factor B-4 6.854848953 C6_chemical_C3 +LQ08X000310 Heat stress transcription factor B-4 11.69183924 L4_control_A1 +LQ08X000310 Heat stress transcription factor B-4 11.47610097 L4_control_A2 +LQ08X000310 Heat stress transcription factor B-4 11.4141449 L4_control_A3 +LQ08X000310 Heat stress transcription factor B-4 8.297276352 L4_control_B1 +LQ08X000310 Heat stress transcription factor B-4 10.4838664 L4_control_B2 +LQ08X000310 Heat stress transcription factor B-4 7.09195329 L4_control_B3 +LQ08X000310 Heat stress transcription factor B-4 6.792863049 L4_control_C2 +LQ08X000310 Heat stress transcription factor B-4 5.862734591 L4_control_C3 +LQ08X000310 Heat stress transcription factor B-4 11.40623981 L4_chemical_A1 +LQ08X000310 Heat stress transcription factor B-4 11.28769257 L4_chemical_A2 +LQ08X000310 Heat stress transcription factor B-4 11.30917469 L4_chemical_A3 +LQ08X000310 Heat stress transcription factor B-4 9.991856753 L4_chemical_B1 +LQ08X000310 Heat stress transcription factor B-4 10.43354315 L4_chemical_B2 +LQ08X000310 Heat stress transcription factor B-4 9.351053762 L4_chemical_B3 +LQ08X000310 Heat stress transcription factor B-4 6.157741961 L4_chemical_C2 +LQ08X000310 Heat stress transcription factor B-4 6.337971503 L4_chemical_C3 +LQ08X000320 Predicted protein 10.32384865 C6_control_A1 +LQ08X000320 Predicted protein 11.06397601 C6_control_A3 +LQ08X000320 Predicted protein 9.319161459 C6_control_B1 +LQ08X000320 Predicted protein 10.87045059 C6_control_B2 +LQ08X000320 Predicted protein 9.532729437 C6_control_B3 +LQ08X000320 Predicted protein 11.70967018 C6_control_C1 +LQ08X000320 Predicted protein 11.86869984 C6_control_C2 +LQ08X000320 Predicted protein 12.2069895 C6_control_C3 +LQ08X000320 Predicted protein 9.949256892 C6_chemical_A1 +LQ08X000320 Predicted protein 10.43029004 C6_chemical_A3 +LQ08X000320 Predicted protein 8.543018171 C6_chemical_B1 +LQ08X000320 Predicted protein 9.991672273 C6_chemical_B2 +LQ08X000320 Predicted protein 9.670570093 C6_chemical_B3 +LQ08X000320 Predicted protein 11.16946909 C6_chemical_C1 +LQ08X000320 Predicted protein 11.67668603 C6_chemical_C2 +LQ08X000320 Predicted protein 11.70752336 C6_chemical_C3 +LQ08X000320 Predicted protein 10.52366776 L4_control_A1 +LQ08X000320 Predicted protein 10.55724421 L4_control_A2 +LQ08X000320 Predicted protein 10.07904058 L4_control_A3 +LQ08X000320 Predicted protein 8.409814184 L4_control_B1 +LQ08X000320 Predicted protein 7.989111942 L4_control_B2 +LQ08X000320 Predicted protein 10.14541156 L4_control_B3 +LQ08X000320 Predicted protein 10.71711907 L4_control_C2 +LQ08X000320 Predicted protein 10.97155196 L4_control_C3 +LQ08X000320 Predicted protein 10.23892821 L4_chemical_A1 +LQ08X000320 Predicted protein 9.707483765 L4_chemical_A2 +LQ08X000320 Predicted protein 9.591361117 L4_chemical_A3 +LQ08X000320 Predicted protein 7.964194044 L4_chemical_B1 +LQ08X000320 Predicted protein 8.05033658 L4_chemical_B2 +LQ08X000320 Predicted protein 9.714480145 L4_chemical_B3 +LQ08X000320 Predicted protein 10.5898975 L4_chemical_C2 +LQ08X000320 Predicted protein 11.06792074 L4_chemical_C3 +LQ08X000350 DNA binding protein, putative 10.35252095 C6_control_A1 +LQ08X000350 DNA binding protein, putative 11.20010651 C6_control_A3 +LQ08X000350 DNA binding protein, putative 9.960662165 C6_control_B1 +LQ08X000350 DNA binding protein, putative 10.1098851 C6_control_B2 +LQ08X000350 DNA binding protein, putative 10.06921699 C6_control_B3 +LQ08X000350 DNA binding protein, putative 6.31403983 C6_control_C1 +LQ08X000350 DNA binding protein, putative 6.044214046 C6_control_C2 +LQ08X000350 DNA binding protein, putative 5.866196583 C6_control_C3 +LQ08X000350 DNA binding protein, putative 10.69935557 C6_chemical_A1 +LQ08X000350 DNA binding protein, putative 11.37633523 C6_chemical_A3 +LQ08X000350 DNA binding protein, putative 9.8060313 C6_chemical_B1 +LQ08X000350 DNA binding protein, putative 10.19508156 C6_chemical_B2 +LQ08X000350 DNA binding protein, putative 9.824649112 C6_chemical_B3 +LQ08X000350 DNA binding protein, putative 6.46758967 C6_chemical_C1 +LQ08X000350 DNA binding protein, putative 5.786924626 C6_chemical_C2 +LQ08X000350 DNA binding protein, putative 5.969917935 C6_chemical_C3 +LQ08X000350 DNA binding protein, putative 11.50314925 L4_control_A1 +LQ08X000350 DNA binding protein, putative 9.94451251 L4_control_A2 +LQ08X000350 DNA binding protein, putative 10.40852833 L4_control_A3 +LQ08X000350 DNA binding protein, putative 10.32838459 L4_control_B1 +LQ08X000350 DNA binding protein, putative 10.03520677 L4_control_B2 +LQ08X000350 DNA binding protein, putative 10.86172253 L4_control_B3 +LQ08X000350 DNA binding protein, putative 6.128767244 L4_control_C2 +LQ08X000350 DNA binding protein, putative 6.491695623 L4_control_C3 +LQ08X000350 DNA binding protein, putative 10.1213667 L4_chemical_A1 +LQ08X000350 DNA binding protein, putative 8.245627819 L4_chemical_A2 +LQ08X000350 DNA binding protein, putative 10.32070574 L4_chemical_A3 +LQ08X000350 DNA binding protein, putative 8.848498999 L4_chemical_B1 +LQ08X000350 DNA binding protein, putative 9.61007592 L4_chemical_B2 +LQ08X000350 DNA binding protein, putative 10.10209894 L4_chemical_B3 +LQ08X000350 DNA binding protein, putative 6.142911426 L4_chemical_C2 +LQ08X000350 DNA binding protein, putative 7.073829516 L4_chemical_C3 +LQ08X000380 Fms interacting protein, putative 11.42201847 C6_control_A1 +LQ08X000380 Fms interacting protein, putative 11.06820646 C6_control_A3 +LQ08X000380 Fms interacting protein, putative 10.97888361 C6_control_B1 +LQ08X000380 Fms interacting protein, putative 11.31161867 C6_control_B2 +LQ08X000380 Fms interacting protein, putative 11.10925166 C6_control_B3 +LQ08X000380 Fms interacting protein, putative 11.56901925 C6_control_C1 +LQ08X000380 Fms interacting protein, putative 11.05791236 C6_control_C2 +LQ08X000380 Fms interacting protein, putative 11.33043353 C6_control_C3 +LQ08X000380 Fms interacting protein, putative 11.16541767 C6_chemical_A1 +LQ08X000380 Fms interacting protein, putative 11.39584902 C6_chemical_A3 +LQ08X000380 Fms interacting protein, putative 10.89027396 C6_chemical_B1 +LQ08X000380 Fms interacting protein, putative 10.99130184 C6_chemical_B2 +LQ08X000380 Fms interacting protein, putative 10.89095437 C6_chemical_B3 +LQ08X000380 Fms interacting protein, putative 11.41501462 C6_chemical_C1 +LQ08X000380 Fms interacting protein, putative 11.16333936 C6_chemical_C2 +LQ08X000380 Fms interacting protein, putative 11.43030928 C6_chemical_C3 +LQ08X000380 Fms interacting protein, putative 11.91065638 L4_control_A1 +LQ08X000380 Fms interacting protein, putative 11.66825121 L4_control_A2 +LQ08X000380 Fms interacting protein, putative 12.3355718 L4_control_A3 +LQ08X000380 Fms interacting protein, putative 11.09509234 L4_control_B1 +LQ08X000380 Fms interacting protein, putative 11.43298427 L4_control_B2 +LQ08X000380 Fms interacting protein, putative 11.47674004 L4_control_B3 +LQ08X000380 Fms interacting protein, putative 11.15570191 L4_control_C2 +LQ08X000380 Fms interacting protein, putative 11.16335398 L4_control_C3 +LQ08X000380 Fms interacting protein, putative 11.6816361 L4_chemical_A1 +LQ08X000380 Fms interacting protein, putative 11.69972366 L4_chemical_A2 +LQ08X000380 Fms interacting protein, putative 12.19040974 L4_chemical_A3 +LQ08X000380 Fms interacting protein, putative 11.17440373 L4_chemical_B1 +LQ08X000380 Fms interacting protein, putative 11.31547617 L4_chemical_B2 +LQ08X000380 Fms interacting protein, putative 11.63206989 L4_chemical_B3 +LQ08X000380 Fms interacting protein, putative 11.35379583 L4_chemical_C2 +LQ08X000380 Fms interacting protein, putative 11.29804884 L4_chemical_C3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.441350423 C6_control_A1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 8.225168505 C6_control_A3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 8.274171803 C6_control_B1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.342818135 C6_control_B2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.957059905 C6_control_B3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.384211125 C6_control_C1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 8.817494393 C6_control_C2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.264528151 C6_control_C3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.600825198 C6_chemical_A1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.262283721 C6_chemical_A3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.689328544 C6_chemical_B1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.287772897 C6_chemical_B2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 8.144429778 C6_chemical_B3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.60231755 C6_chemical_C1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 8.159475237 C6_chemical_C2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.415225471 C6_chemical_C3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.055219823 L4_control_A1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.521366604 L4_control_A2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.063499033 L4_control_A3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.005740182 L4_control_B1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.988643934 L4_control_B2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.861712346 L4_control_B3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.197891455 L4_control_C2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.543496453 L4_control_C3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.976058548 L4_chemical_A1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.973390779 L4_chemical_A2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.744276709 L4_chemical_A3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.81207957 L4_chemical_B1 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.778425983 L4_chemical_B2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 6.894154742 L4_chemical_B3 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.395360034 L4_chemical_C2 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.334506465 L4_chemical_C3 +LQ08X000400 Protein DCL, chloroplastic 13.28152751 C6_control_A1 +LQ08X000400 Protein DCL, chloroplastic 13.25707881 C6_control_A3 +LQ08X000400 Protein DCL, chloroplastic 13.10078419 C6_control_B1 +LQ08X000400 Protein DCL, chloroplastic 13.12892213 C6_control_B2 +LQ08X000400 Protein DCL, chloroplastic 12.86437475 C6_control_B3 +LQ08X000400 Protein DCL, chloroplastic 13.78015483 C6_control_C1 +LQ08X000400 Protein DCL, chloroplastic 13.78139209 C6_control_C2 +LQ08X000400 Protein DCL, chloroplastic 14.34501934 C6_control_C3 +LQ08X000400 Protein DCL, chloroplastic 13.16359005 C6_chemical_A1 +LQ08X000400 Protein DCL, chloroplastic 13.17670014 C6_chemical_A3 +LQ08X000400 Protein DCL, chloroplastic 12.75062816 C6_chemical_B1 +LQ08X000400 Protein DCL, chloroplastic 12.98556615 C6_chemical_B2 +LQ08X000400 Protein DCL, chloroplastic 12.81332567 C6_chemical_B3 +LQ08X000400 Protein DCL, chloroplastic 13.56814213 C6_chemical_C1 +LQ08X000400 Protein DCL, chloroplastic 13.59524902 C6_chemical_C2 +LQ08X000400 Protein DCL, chloroplastic 13.92348787 C6_chemical_C3 +LQ08X000400 Protein DCL, chloroplastic 12.93273001 L4_control_A1 +LQ08X000400 Protein DCL, chloroplastic 13.08981776 L4_control_A2 +LQ08X000400 Protein DCL, chloroplastic 13.4112839 L4_control_A3 +LQ08X000400 Protein DCL, chloroplastic 12.25203338 L4_control_B1 +LQ08X000400 Protein DCL, chloroplastic 11.66525312 L4_control_B2 +LQ08X000400 Protein DCL, chloroplastic 13.1348504 L4_control_B3 +LQ08X000400 Protein DCL, chloroplastic 12.7324429 L4_control_C2 +LQ08X000400 Protein DCL, chloroplastic 12.92406328 L4_control_C3 +LQ08X000400 Protein DCL, chloroplastic 12.89877132 L4_chemical_A1 +LQ08X000400 Protein DCL, chloroplastic 12.70172145 L4_chemical_A2 +LQ08X000400 Protein DCL, chloroplastic 13.57885398 L4_chemical_A3 +LQ08X000400 Protein DCL, chloroplastic 11.92906246 L4_chemical_B1 +LQ08X000400 Protein DCL, chloroplastic 11.78167199 L4_chemical_B2 +LQ08X000400 Protein DCL, chloroplastic 12.93597298 L4_chemical_B3 +LQ08X000400 Protein DCL, chloroplastic 12.75815889 L4_chemical_C2 +LQ08X000400 Protein DCL, chloroplastic 13.41599764 L4_chemical_C3 +LQ08X000430 Putative uncharacterized protein 4.574551338 C6_control_A1 +LQ08X000430 Putative uncharacterized protein 4.607278865 C6_control_A3 +LQ08X000430 Putative uncharacterized protein 5.051729759 C6_control_B1 +LQ08X000430 Putative uncharacterized protein 4.514091255 C6_control_B2 +LQ08X000430 Putative uncharacterized protein 4.90532212 C6_control_B3 +LQ08X000430 Putative uncharacterized protein 5.152047126 C6_control_C1 +LQ08X000430 Putative uncharacterized protein 4.807302769 C6_control_C2 +LQ08X000430 Putative uncharacterized protein 5.061450877 C6_control_C3 +LQ08X000430 Putative uncharacterized protein 4.766696099 C6_chemical_A1 +LQ08X000430 Putative uncharacterized protein 4.575489347 C6_chemical_A3 +LQ08X000430 Putative uncharacterized protein 5.144114722 C6_chemical_B1 +LQ08X000430 Putative uncharacterized protein 4.603492384 C6_chemical_B2 +LQ08X000430 Putative uncharacterized protein 4.942349973 C6_chemical_B3 +LQ08X000430 Putative uncharacterized protein 4.80778094 C6_chemical_C1 +LQ08X000430 Putative uncharacterized protein 4.854941874 C6_chemical_C2 +LQ08X000430 Putative uncharacterized protein 4.643749965 C6_chemical_C3 +LQ08X000430 Putative uncharacterized protein 4.741858935 L4_control_A1 +LQ08X000430 Putative uncharacterized protein 4.983939056 L4_control_A2 +LQ08X000430 Putative uncharacterized protein 4.891408124 L4_control_A3 +LQ08X000430 Putative uncharacterized protein 5.042727133 L4_control_B1 +LQ08X000430 Putative uncharacterized protein 4.709318552 L4_control_B2 +LQ08X000430 Putative uncharacterized protein 5.106723724 L4_control_B3 +LQ08X000430 Putative uncharacterized protein 5.040181059 L4_control_C2 +LQ08X000430 Putative uncharacterized protein 4.950225734 L4_control_C3 +LQ08X000430 Putative uncharacterized protein 4.638492792 L4_chemical_A1 +LQ08X000430 Putative uncharacterized protein 4.714904425 L4_chemical_A2 +LQ08X000430 Putative uncharacterized protein 4.643554238 L4_chemical_A3 +LQ08X000430 Putative uncharacterized protein 5.081583411 L4_chemical_B1 +LQ08X000430 Putative uncharacterized protein 4.953589044 L4_chemical_B2 +LQ08X000430 Putative uncharacterized protein 5.133916321 L4_chemical_B3 +LQ08X000430 Putative uncharacterized protein 4.688845575 L4_chemical_C2 +LQ08X000430 Putative uncharacterized protein 4.852713388 L4_chemical_C3 +LQ08X000460 Predicted protein 11.82759914 C6_control_A1 +LQ08X000460 Predicted protein 11.46955155 C6_control_A3 +LQ08X000460 Predicted protein 11.23613512 C6_control_B1 +LQ08X000460 Predicted protein 12.75835995 C6_control_B2 +LQ08X000460 Predicted protein 11.79996751 C6_control_B3 +LQ08X000460 Predicted protein 12.66758042 C6_control_C1 +LQ08X000460 Predicted protein 12.98116703 C6_control_C2 +LQ08X000460 Predicted protein 12.82613987 C6_control_C3 +LQ08X000460 Predicted protein 11.63512808 C6_chemical_A1 +LQ08X000460 Predicted protein 11.25288836 C6_chemical_A3 +LQ08X000460 Predicted protein 10.99592159 C6_chemical_B1 +LQ08X000460 Predicted protein 12.95686923 C6_chemical_B2 +LQ08X000460 Predicted protein 11.63725707 C6_chemical_B3 +LQ08X000460 Predicted protein 12.80904697 C6_chemical_C1 +LQ08X000460 Predicted protein 13.09495973 C6_chemical_C2 +LQ08X000460 Predicted protein 12.91088246 C6_chemical_C3 +LQ08X000460 Predicted protein 11.17797876 L4_control_A1 +LQ08X000460 Predicted protein 11.53884456 L4_control_A2 +LQ08X000460 Predicted protein 11.25821057 L4_control_A3 +LQ08X000460 Predicted protein 10.9639972 L4_control_B1 +LQ08X000460 Predicted protein 10.38501026 L4_control_B2 +LQ08X000460 Predicted protein 11.80922119 L4_control_B3 +LQ08X000460 Predicted protein 11.02168108 L4_control_C2 +LQ08X000460 Predicted protein 11.0716748 L4_control_C3 +LQ08X000460 Predicted protein 11.13565163 L4_chemical_A1 +LQ08X000460 Predicted protein 11.29351293 L4_chemical_A2 +LQ08X000460 Predicted protein 11.33849425 L4_chemical_A3 +LQ08X000460 Predicted protein 10.59053082 L4_chemical_B1 +LQ08X000460 Predicted protein 10.11746999 L4_chemical_B2 +LQ08X000460 Predicted protein 11.5374753 L4_chemical_B3 +LQ08X000460 Predicted protein 10.67374601 L4_chemical_C2 +LQ08X000460 Predicted protein 10.99166013 L4_chemical_C3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 14.042779 C6_control_A1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 14.22486896 C6_control_A3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.09965099 C6_control_B1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.86463093 C6_control_B2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.18781683 C6_control_B3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.20936401 C6_control_C1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.44831116 C6_control_C2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.43270585 C6_control_C3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.27455906 C6_chemical_A1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.30993641 C6_chemical_A3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.47323474 C6_chemical_B1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.85042936 C6_chemical_B2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.84523557 C6_chemical_B3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.1876706 C6_chemical_C1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.09129268 C6_chemical_C2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.25149192 C6_chemical_C3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 14.44957582 L4_control_A1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 14.60849192 L4_control_A2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.89383867 L4_control_A3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.9473584 L4_control_B1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.87305268 L4_control_B2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.82341182 L4_control_B3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.35775542 L4_control_C2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.1470973 L4_control_C3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.91140896 L4_chemical_A1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 14.0065909 L4_chemical_A2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.98295349 L4_chemical_A3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.24672949 L4_chemical_B1 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.51309867 L4_chemical_B2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.93714844 L4_chemical_B3 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.26307528 L4_chemical_C2 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 12.33094429 L4_chemical_C3 +LQ08X000480 Alpha-amylase 10.73465662 C6_control_A1 +LQ08X000480 Alpha-amylase 10.20904499 C6_control_A3 +LQ08X000480 Alpha-amylase 9.739070495 C6_control_B1 +LQ08X000480 Alpha-amylase 8.940525537 C6_control_B2 +LQ08X000480 Alpha-amylase 9.593240405 C6_control_B3 +LQ08X000480 Alpha-amylase 9.031313345 C6_control_C1 +LQ08X000480 Alpha-amylase 9.38492619 C6_control_C2 +LQ08X000480 Alpha-amylase 9.148605363 C6_control_C3 +LQ08X000480 Alpha-amylase 10.89676139 C6_chemical_A1 +LQ08X000480 Alpha-amylase 10.49768808 C6_chemical_A3 +LQ08X000480 Alpha-amylase 9.893132966 C6_chemical_B1 +LQ08X000480 Alpha-amylase 8.660988202 C6_chemical_B2 +LQ08X000480 Alpha-amylase 10.28644634 C6_chemical_B3 +LQ08X000480 Alpha-amylase 8.217138526 C6_chemical_C1 +LQ08X000480 Alpha-amylase 9.077343463 C6_chemical_C2 +LQ08X000480 Alpha-amylase 8.222576109 C6_chemical_C3 +LQ08X000480 Alpha-amylase 10.01783135 L4_control_A1 +LQ08X000480 Alpha-amylase 9.499496253 L4_control_A2 +LQ08X000480 Alpha-amylase 9.646553768 L4_control_A3 +LQ08X000480 Alpha-amylase 10.77279107 L4_control_B1 +LQ08X000480 Alpha-amylase 8.923718136 L4_control_B2 +LQ08X000480 Alpha-amylase 8.886026327 L4_control_B3 +LQ08X000480 Alpha-amylase 11.24271965 L4_control_C2 +LQ08X000480 Alpha-amylase 10.56933243 L4_control_C3 +LQ08X000480 Alpha-amylase 10.77047528 L4_chemical_A1 +LQ08X000480 Alpha-amylase 10.41005913 L4_chemical_A2 +LQ08X000480 Alpha-amylase 10.52813172 L4_chemical_A3 +LQ08X000480 Alpha-amylase 12.1746853 L4_chemical_B1 +LQ08X000480 Alpha-amylase 9.463426368 L4_chemical_B2 +LQ08X000480 Alpha-amylase 9.261969149 L4_chemical_B3 +LQ08X000480 Alpha-amylase 10.47194121 L4_chemical_C2 +LQ08X000480 Alpha-amylase 9.769133621 L4_chemical_C3 +LQ08X000490 Alpha-amylase 6.171358457 C6_control_A1 +LQ08X000490 Alpha-amylase 6.01688973 C6_control_A3 +LQ08X000490 Alpha-amylase 5.466612681 C6_control_B1 +LQ08X000490 Alpha-amylase 5.851494154 C6_control_B2 +LQ08X000490 Alpha-amylase 5.62348234 C6_control_B3 +LQ08X000490 Alpha-amylase 5.384822277 C6_control_C1 +LQ08X000490 Alpha-amylase 5.076440082 C6_control_C2 +LQ08X000490 Alpha-amylase 5.858708721 C6_control_C3 +LQ08X000490 Alpha-amylase 6.312081232 C6_chemical_A1 +LQ08X000490 Alpha-amylase 5.816356015 C6_chemical_A3 +LQ08X000490 Alpha-amylase 5.475390598 C6_chemical_B1 +LQ08X000490 Alpha-amylase 5.501334844 C6_chemical_B2 +LQ08X000490 Alpha-amylase 5.504563535 C6_chemical_B3 +LQ08X000490 Alpha-amylase 5.19232206 C6_chemical_C1 +LQ08X000490 Alpha-amylase 5.608445895 C6_chemical_C2 +LQ08X000490 Alpha-amylase 5.5712952 C6_chemical_C3 +LQ08X000490 Alpha-amylase 5.711195109 L4_control_A1 +LQ08X000490 Alpha-amylase 6.368999569 L4_control_A2 +LQ08X000490 Alpha-amylase 6.689949878 L4_control_A3 +LQ08X000490 Alpha-amylase 5.902639801 L4_control_B1 +LQ08X000490 Alpha-amylase 5.892037769 L4_control_B2 +LQ08X000490 Alpha-amylase 5.692683855 L4_control_B3 +LQ08X000490 Alpha-amylase 6.042721172 L4_control_C2 +LQ08X000490 Alpha-amylase 5.308422201 L4_control_C3 +LQ08X000490 Alpha-amylase 5.480796466 L4_chemical_A1 +LQ08X000490 Alpha-amylase 6.625063698 L4_chemical_A2 +LQ08X000490 Alpha-amylase 6.939706917 L4_chemical_A3 +LQ08X000490 Alpha-amylase 5.758625703 L4_chemical_B1 +LQ08X000490 Alpha-amylase 6.055971998 L4_chemical_B2 +LQ08X000490 Alpha-amylase 5.952224964 L4_chemical_B3 +LQ08X000490 Alpha-amylase 5.576489046 L4_chemical_C2 +LQ08X000490 Alpha-amylase 5.841018934 L4_chemical_C3 +LQ08X000520 Protein CYPRO4 5.815344777 C6_control_A1 +LQ08X000520 Protein CYPRO4 5.02971082 C6_control_A3 +LQ08X000520 Protein CYPRO4 5.821257416 C6_control_B1 +LQ08X000520 Protein CYPRO4 5.231666455 C6_control_B2 +LQ08X000520 Protein CYPRO4 5.412957333 C6_control_B3 +LQ08X000520 Protein CYPRO4 5.195068628 C6_control_C1 +LQ08X000520 Protein CYPRO4 4.948481994 C6_control_C2 +LQ08X000520 Protein CYPRO4 5.273185437 C6_control_C3 +LQ08X000520 Protein CYPRO4 5.183696823 C6_chemical_A1 +LQ08X000520 Protein CYPRO4 5.155008504 C6_chemical_A3 +LQ08X000520 Protein CYPRO4 5.34612542 C6_chemical_B1 +LQ08X000520 Protein CYPRO4 5.209126776 C6_chemical_B2 +LQ08X000520 Protein CYPRO4 5.447734699 C6_chemical_B3 +LQ08X000520 Protein CYPRO4 5.339295502 C6_chemical_C1 +LQ08X000520 Protein CYPRO4 5.149153102 C6_chemical_C2 +LQ08X000520 Protein CYPRO4 5.271999181 C6_chemical_C3 +LQ08X000520 Protein CYPRO4 5.747451876 L4_control_A1 +LQ08X000520 Protein CYPRO4 6.393235016 L4_control_A2 +LQ08X000520 Protein CYPRO4 5.58882342 L4_control_A3 +LQ08X000520 Protein CYPRO4 5.597883324 L4_control_B1 +LQ08X000520 Protein CYPRO4 5.488075424 L4_control_B2 +LQ08X000520 Protein CYPRO4 5.353240876 L4_control_B3 +LQ08X000520 Protein CYPRO4 5.942056041 L4_control_C2 +LQ08X000520 Protein CYPRO4 4.965916404 L4_control_C3 +LQ08X000520 Protein CYPRO4 5.574612367 L4_chemical_A1 +LQ08X000520 Protein CYPRO4 5.828596984 L4_chemical_A2 +LQ08X000520 Protein CYPRO4 5.593053032 L4_chemical_A3 +LQ08X000520 Protein CYPRO4 5.553649266 L4_chemical_B1 +LQ08X000520 Protein CYPRO4 6.074954243 L4_chemical_B2 +LQ08X000520 Protein CYPRO4 5.521932973 L4_chemical_B3 +LQ08X000520 Protein CYPRO4 5.670360834 L4_chemical_C2 +LQ08X000520 Protein CYPRO4 6.566568001 L4_chemical_C3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.44787229 C6_control_A1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 10.57725698 C6_control_A3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 12.03515014 C6_control_B1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 13.19278073 C6_control_B2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 12.17464203 C6_control_B3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 13.77261899 C6_control_C1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 13.74104314 C6_control_C2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 12.95910748 C6_control_C3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.36893521 C6_chemical_A1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 10.97973781 C6_chemical_A3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 12.16757236 C6_chemical_B1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 13.55822012 C6_chemical_B2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.81044065 C6_chemical_B3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 13.54527873 C6_chemical_C1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 13.74748914 C6_chemical_C2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 12.61475335 C6_chemical_C3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 10.9660665 L4_control_A1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.34883271 L4_control_A2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 10.54904288 L4_control_A3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.70049118 L4_control_B1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.20876289 L4_control_B2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 12.51804915 L4_control_B3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 12.11520555 L4_control_C2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.06631972 L4_control_C3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 10.45252445 L4_chemical_A1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.20219393 L4_chemical_A2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 10.33139696 L4_chemical_A3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.23677704 L4_chemical_B1 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.1261548 L4_chemical_B2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.73917006 L4_chemical_B3 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.94652931 L4_chemical_C2 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.61517407 L4_chemical_C3 +LQ08X000540 Paramyosin, putative 5.58231259 C6_control_A1 +LQ08X000540 Paramyosin, putative 5.690943424 C6_control_A3 +LQ08X000540 Paramyosin, putative 6.560255173 C6_control_B1 +LQ08X000540 Paramyosin, putative 6.167504494 C6_control_B2 +LQ08X000540 Paramyosin, putative 6.194259009 C6_control_B3 +LQ08X000540 Paramyosin, putative 6.229644966 C6_control_C1 +LQ08X000540 Paramyosin, putative 6.019738191 C6_control_C2 +LQ08X000540 Paramyosin, putative 5.697134597 C6_control_C3 +LQ08X000540 Paramyosin, putative 5.731839595 C6_chemical_A1 +LQ08X000540 Paramyosin, putative 5.876779487 C6_chemical_A3 +LQ08X000540 Paramyosin, putative 6.0480276 C6_chemical_B1 +LQ08X000540 Paramyosin, putative 6.404025044 C6_chemical_B2 +LQ08X000540 Paramyosin, putative 6.183148322 C6_chemical_B3 +LQ08X000540 Paramyosin, putative 6.749018083 C6_chemical_C1 +LQ08X000540 Paramyosin, putative 6.357264952 C6_chemical_C2 +LQ08X000540 Paramyosin, putative 5.909232557 C6_chemical_C3 +LQ08X000540 Paramyosin, putative 5.335771911 L4_control_A1 +LQ08X000540 Paramyosin, putative 5.763858279 L4_control_A2 +LQ08X000540 Paramyosin, putative 5.642254877 L4_control_A3 +LQ08X000540 Paramyosin, putative 5.968026978 L4_control_B1 +LQ08X000540 Paramyosin, putative 5.742162871 L4_control_B2 +LQ08X000540 Paramyosin, putative 6.121436226 L4_control_B3 +LQ08X000540 Paramyosin, putative 6.177944786 L4_control_C2 +LQ08X000540 Paramyosin, putative 5.324836097 L4_control_C3 +LQ08X000540 Paramyosin, putative 5.544124373 L4_chemical_A1 +LQ08X000540 Paramyosin, putative 5.784531614 L4_chemical_A2 +LQ08X000540 Paramyosin, putative 5.569118432 L4_chemical_A3 +LQ08X000540 Paramyosin, putative 6.056137081 L4_chemical_B1 +LQ08X000540 Paramyosin, putative 5.904439332 L4_chemical_B2 +LQ08X000540 Paramyosin, putative 5.774212253 L4_chemical_B3 +LQ08X000540 Paramyosin, putative 6.273996957 L4_chemical_C2 +LQ08X000540 Paramyosin, putative 5.150903319 L4_chemical_C3 +LQ08X000550 Glycogenin, putative 5.214141413 C6_control_A1 +LQ08X000550 Glycogenin, putative 4.889770988 C6_control_A3 +LQ08X000550 Glycogenin, putative 5.125510517 C6_control_B1 +LQ08X000550 Glycogenin, putative 5.280867637 C6_control_B2 +LQ08X000550 Glycogenin, putative 5.490081558 C6_control_B3 +LQ08X000550 Glycogenin, putative 5.089136975 C6_control_C1 +LQ08X000550 Glycogenin, putative 5.097452392 C6_control_C2 +LQ08X000550 Glycogenin, putative 4.962283617 C6_control_C3 +LQ08X000550 Glycogenin, putative 5.26473567 C6_chemical_A1 +LQ08X000550 Glycogenin, putative 5.218526588 C6_chemical_A3 +LQ08X000550 Glycogenin, putative 5.153755413 C6_chemical_B1 +LQ08X000550 Glycogenin, putative 5.189566597 C6_chemical_B2 +LQ08X000550 Glycogenin, putative 5.028773916 C6_chemical_B3 +LQ08X000550 Glycogenin, putative 5.286244733 C6_chemical_C1 +LQ08X000550 Glycogenin, putative 5.086221787 C6_chemical_C2 +LQ08X000550 Glycogenin, putative 4.862546024 C6_chemical_C3 +LQ08X000550 Glycogenin, putative 4.990998277 L4_control_A1 +LQ08X000550 Glycogenin, putative 5.460139814 L4_control_A2 +LQ08X000550 Glycogenin, putative 5.028347673 L4_control_A3 +LQ08X000550 Glycogenin, putative 5.845236826 L4_control_B1 +LQ08X000550 Glycogenin, putative 5.340016852 L4_control_B2 +LQ08X000550 Glycogenin, putative 5.35286002 L4_control_B3 +LQ08X000550 Glycogenin, putative 5.135215582 L4_control_C2 +LQ08X000550 Glycogenin, putative 6.226358284 L4_control_C3 +LQ08X000550 Glycogenin, putative 5.102104614 L4_chemical_A1 +LQ08X000550 Glycogenin, putative 4.990470085 L4_chemical_A2 +LQ08X000550 Glycogenin, putative 4.870923557 L4_chemical_A3 +LQ08X000550 Glycogenin, putative 5.258596652 L4_chemical_B1 +LQ08X000550 Glycogenin, putative 5.994156834 L4_chemical_B2 +LQ08X000550 Glycogenin, putative 5.284482171 L4_chemical_B3 +LQ08X000550 Glycogenin, putative 4.939693074 L4_chemical_C2 +LQ08X000550 Glycogenin, putative 5.599698675 L4_chemical_C3 +LQ08X000620 Putative uncharacterized protein 5.35374691 C6_control_A1 +LQ08X000620 Putative uncharacterized protein 6.172247279 C6_control_A3 +LQ08X000620 Putative uncharacterized protein 5.680400936 C6_control_B1 +LQ08X000620 Putative uncharacterized protein 6.579103997 C6_control_B2 +LQ08X000620 Putative uncharacterized protein 5.379691492 C6_control_B3 +LQ08X000620 Putative uncharacterized protein 6.120464575 C6_control_C1 +LQ08X000620 Putative uncharacterized protein 7.77842712 C6_control_C2 +LQ08X000620 Putative uncharacterized protein 6.041164977 C6_control_C3 +LQ08X000620 Putative uncharacterized protein 5.193736591 C6_chemical_A1 +LQ08X000620 Putative uncharacterized protein 5.011781271 C6_chemical_A3 +LQ08X000620 Putative uncharacterized protein 5.164060359 C6_chemical_B1 +LQ08X000620 Putative uncharacterized protein 5.918540518 C6_chemical_B2 +LQ08X000620 Putative uncharacterized protein 5.363628443 C6_chemical_B3 +LQ08X000620 Putative uncharacterized protein 6.389625893 C6_chemical_C1 +LQ08X000620 Putative uncharacterized protein 6.261629698 C6_chemical_C2 +LQ08X000620 Putative uncharacterized protein 5.74919809 C6_chemical_C3 +LQ08X000620 Putative uncharacterized protein 5.270763115 L4_control_A1 +LQ08X000620 Putative uncharacterized protein 5.17641419 L4_control_A2 +LQ08X000620 Putative uncharacterized protein 5.092690608 L4_control_A3 +LQ08X000620 Putative uncharacterized protein 5.725622659 L4_control_B1 +LQ08X000620 Putative uncharacterized protein 5.087416254 L4_control_B2 +LQ08X000620 Putative uncharacterized protein 5.218289882 L4_control_B3 +LQ08X000620 Putative uncharacterized protein 6.119613011 L4_control_C2 +LQ08X000620 Putative uncharacterized protein 5.063647165 L4_control_C3 +LQ08X000620 Putative uncharacterized protein 5.159085391 L4_chemical_A1 +LQ08X000620 Putative uncharacterized protein 5.299096246 L4_chemical_A2 +LQ08X000620 Putative uncharacterized protein 5.20352892 L4_chemical_A3 +LQ08X000620 Putative uncharacterized protein 5.336920292 L4_chemical_B1 +LQ08X000620 Putative uncharacterized protein 5.190087195 L4_chemical_B2 +LQ08X000620 Putative uncharacterized protein 5.444674161 L4_chemical_B3 +LQ08X000620 Putative uncharacterized protein 5.298798095 L4_chemical_C2 +LQ08X000620 Putative uncharacterized protein 5.465680985 L4_chemical_C3 +LQ08X000640 Predicted protein 5.292933362 C6_control_A1 +LQ08X000640 Predicted protein 4.953767277 C6_control_A3 +LQ08X000640 Predicted protein 5.248257452 C6_control_B1 +LQ08X000640 Predicted protein 5.396464279 C6_control_B2 +LQ08X000640 Predicted protein 5.146862325 C6_control_B3 +LQ08X000640 Predicted protein 5.928330884 C6_control_C1 +LQ08X000640 Predicted protein 5.936044456 C6_control_C2 +LQ08X000640 Predicted protein 6.042362627 C6_control_C3 +LQ08X000640 Predicted protein 5.333651177 C6_chemical_A1 +LQ08X000640 Predicted protein 5.005257 C6_chemical_A3 +LQ08X000640 Predicted protein 5.520802267 C6_chemical_B1 +LQ08X000640 Predicted protein 5.253972756 C6_chemical_B2 +LQ08X000640 Predicted protein 5.321924479 C6_chemical_B3 +LQ08X000640 Predicted protein 5.580663224 C6_chemical_C1 +LQ08X000640 Predicted protein 5.676512548 C6_chemical_C2 +LQ08X000640 Predicted protein 5.943948635 C6_chemical_C3 +LQ08X000640 Predicted protein 5.151593502 L4_control_A1 +LQ08X000640 Predicted protein 5.047032999 L4_control_A2 +LQ08X000640 Predicted protein 5.161733733 L4_control_A3 +LQ08X000640 Predicted protein 5.084135983 L4_control_B1 +LQ08X000640 Predicted protein 5.122438861 L4_control_B2 +LQ08X000640 Predicted protein 5.321761231 L4_control_B3 +LQ08X000640 Predicted protein 5.328178113 L4_control_C2 +LQ08X000640 Predicted protein 5.702994732 L4_control_C3 +LQ08X000640 Predicted protein 5.036609782 L4_chemical_A1 +LQ08X000640 Predicted protein 5.315299936 L4_chemical_A2 +LQ08X000640 Predicted protein 5.040869352 L4_chemical_A3 +LQ08X000640 Predicted protein 5.044695543 L4_chemical_B1 +LQ08X000640 Predicted protein 5.361511231 L4_chemical_B2 +LQ08X000640 Predicted protein 5.229174552 L4_chemical_B3 +LQ08X000640 Predicted protein 6.04037987 L4_chemical_C2 +LQ08X000640 Predicted protein 5.875873416 L4_chemical_C3 +LQ08X000650 Hypothetical protein 11.94384493 C6_control_A1 +LQ08X000650 Hypothetical protein 9.683553689 C6_control_A3 +LQ08X000650 Hypothetical protein 13.24997067 C6_control_B1 +LQ08X000650 Hypothetical protein 14.60729185 C6_control_B2 +LQ08X000650 Hypothetical protein 14.07776854 C6_control_B3 +LQ08X000650 Hypothetical protein 15.08795464 C6_control_C1 +LQ08X000650 Hypothetical protein 15.48385166 C6_control_C2 +LQ08X000650 Hypothetical protein 15.17578211 C6_control_C3 +LQ08X000650 Hypothetical protein 12.05225541 C6_chemical_A1 +LQ08X000650 Hypothetical protein 9.484744538 C6_chemical_A3 +LQ08X000650 Hypothetical protein 13.48245883 C6_chemical_B1 +LQ08X000650 Hypothetical protein 13.79177734 C6_chemical_B2 +LQ08X000650 Hypothetical protein 14.54461428 C6_chemical_B3 +LQ08X000650 Hypothetical protein 13.64930508 C6_chemical_C1 +LQ08X000650 Hypothetical protein 14.93443906 C6_chemical_C2 +LQ08X000650 Hypothetical protein 15.53205659 C6_chemical_C3 +LQ08X000650 Hypothetical protein 10.59632001 L4_control_A1 +LQ08X000650 Hypothetical protein 12.99984654 L4_control_A2 +LQ08X000650 Hypothetical protein 11.32041855 L4_control_A3 +LQ08X000650 Hypothetical protein 13.99579645 L4_control_B1 +LQ08X000650 Hypothetical protein 12.61083979 L4_control_B2 +LQ08X000650 Hypothetical protein 14.17867084 L4_control_B3 +LQ08X000650 Hypothetical protein 14.82654366 L4_control_C2 +LQ08X000650 Hypothetical protein 14.77839042 L4_control_C3 +LQ08X000650 Hypothetical protein 11.32424604 L4_chemical_A1 +LQ08X000650 Hypothetical protein 12.23177225 L4_chemical_A2 +LQ08X000650 Hypothetical protein 8.853647493 L4_chemical_A3 +LQ08X000650 Hypothetical protein 12.99811322 L4_chemical_B1 +LQ08X000650 Hypothetical protein 13.25887285 L4_chemical_B2 +LQ08X000650 Hypothetical protein 13.46179919 L4_chemical_B3 +LQ08X000650 Hypothetical protein 14.96393953 L4_chemical_C2 +LQ08X000650 Hypothetical protein 14.28583678 L4_chemical_C3 +LQ08X000660 Putative uncharacterized protein 5.538150349 C6_control_A1 +LQ08X000660 Putative uncharacterized protein 5.423751575 C6_control_A3 +LQ08X000660 Putative uncharacterized protein 5.559978678 C6_control_B1 +LQ08X000660 Putative uncharacterized protein 6.20322101 C6_control_B2 +LQ08X000660 Putative uncharacterized protein 5.862551158 C6_control_B3 +LQ08X000660 Putative uncharacterized protein 6.859642432 C6_control_C1 +LQ08X000660 Putative uncharacterized protein 6.239038378 C6_control_C2 +LQ08X000660 Putative uncharacterized protein 6.158042534 C6_control_C3 +LQ08X000660 Putative uncharacterized protein 5.175867095 C6_chemical_A1 +LQ08X000660 Putative uncharacterized protein 5.463269184 C6_chemical_A3 +LQ08X000660 Putative uncharacterized protein 5.414578783 C6_chemical_B1 +LQ08X000660 Putative uncharacterized protein 5.51067699 C6_chemical_B2 +LQ08X000660 Putative uncharacterized protein 5.8199854 C6_chemical_B3 +LQ08X000660 Putative uncharacterized protein 6.288419617 C6_chemical_C1 +LQ08X000660 Putative uncharacterized protein 6.386160004 C6_chemical_C2 +LQ08X000660 Putative uncharacterized protein 6.276196291 C6_chemical_C3 +LQ08X000660 Putative uncharacterized protein 5.477240057 L4_control_A1 +LQ08X000660 Putative uncharacterized protein 5.184557414 L4_control_A2 +LQ08X000660 Putative uncharacterized protein 5.232108152 L4_control_A3 +LQ08X000660 Putative uncharacterized protein 5.755886795 L4_control_B1 +LQ08X000660 Putative uncharacterized protein 5.736423756 L4_control_B2 +LQ08X000660 Putative uncharacterized protein 5.494103671 L4_control_B3 +LQ08X000660 Putative uncharacterized protein 5.692577527 L4_control_C2 +LQ08X000660 Putative uncharacterized protein 5.665275966 L4_control_C3 +LQ08X000660 Putative uncharacterized protein 5.154406785 L4_chemical_A1 +LQ08X000660 Putative uncharacterized protein 5.771806638 L4_chemical_A2 +LQ08X000660 Putative uncharacterized protein 5.550117246 L4_chemical_A3 +LQ08X000660 Putative uncharacterized protein 5.563765997 L4_chemical_B1 +LQ08X000660 Putative uncharacterized protein 5.595137368 L4_chemical_B2 +LQ08X000660 Putative uncharacterized protein 5.28528875 L4_chemical_B3 +LQ08X000660 Putative uncharacterized protein 6.769442606 L4_chemical_C2 +LQ08X000660 Putative uncharacterized protein 5.401692793 L4_chemical_C3 +LQ08X000690 Putative uncharacterized protein 5.331983156 C6_control_A1 +LQ08X000690 Putative uncharacterized protein 5.516704311 C6_control_A3 +LQ08X000690 Putative uncharacterized protein 6.024462009 C6_control_B1 +LQ08X000690 Putative uncharacterized protein 5.317052267 C6_control_B2 +LQ08X000690 Putative uncharacterized protein 5.781195407 C6_control_B3 +LQ08X000690 Putative uncharacterized protein 5.860220209 C6_control_C1 +LQ08X000690 Putative uncharacterized protein 6.290424545 C6_control_C2 +LQ08X000690 Putative uncharacterized protein 5.496953729 C6_control_C3 +LQ08X000690 Putative uncharacterized protein 5.322224399 C6_chemical_A1 +LQ08X000690 Putative uncharacterized protein 5.173104201 C6_chemical_A3 +LQ08X000690 Putative uncharacterized protein 6.090731671 C6_chemical_B1 +LQ08X000690 Putative uncharacterized protein 5.85775153 C6_chemical_B2 +LQ08X000690 Putative uncharacterized protein 5.455631633 C6_chemical_B3 +LQ08X000690 Putative uncharacterized protein 5.312516058 C6_chemical_C1 +LQ08X000690 Putative uncharacterized protein 5.511344268 C6_chemical_C2 +LQ08X000690 Putative uncharacterized protein 5.622799388 C6_chemical_C3 +LQ08X000690 Putative uncharacterized protein 5.285537364 L4_control_A1 +LQ08X000690 Putative uncharacterized protein 5.200771376 L4_control_A2 +LQ08X000690 Putative uncharacterized protein 5.194443293 L4_control_A3 +LQ08X000690 Putative uncharacterized protein 5.412309264 L4_control_B1 +LQ08X000690 Putative uncharacterized protein 5.652468028 L4_control_B2 +LQ08X000690 Putative uncharacterized protein 5.619870041 L4_control_B3 +LQ08X000690 Putative uncharacterized protein 5.847987372 L4_control_C2 +LQ08X000690 Putative uncharacterized protein 7.931879367 L4_control_C3 +LQ08X000690 Putative uncharacterized protein 5.440477148 L4_chemical_A1 +LQ08X000690 Putative uncharacterized protein 5.452417208 L4_chemical_A2 +LQ08X000690 Putative uncharacterized protein 5.130962604 L4_chemical_A3 +LQ08X000690 Putative uncharacterized protein 6.143291286 L4_chemical_B1 +LQ08X000690 Putative uncharacterized protein 5.276573349 L4_chemical_B2 +LQ08X000690 Putative uncharacterized protein 5.432394013 L4_chemical_B3 +LQ08X000690 Putative uncharacterized protein 6.268828775 L4_chemical_C2 +LQ08X000690 Putative uncharacterized protein 6.494422875 L4_chemical_C3 +LQ08X000700 Predicted protein 5.360560142 C6_control_A1 +LQ08X000700 Predicted protein 5.335544731 C6_control_A3 +LQ08X000700 Predicted protein 5.002741636 C6_control_B1 +LQ08X000700 Predicted protein 5.206325485 C6_control_B2 +LQ08X000700 Predicted protein 5.266501549 C6_control_B3 +LQ08X000700 Predicted protein 5.272146692 C6_control_C1 +LQ08X000700 Predicted protein 6.229451624 C6_control_C2 +LQ08X000700 Predicted protein 5.093410703 C6_control_C3 +LQ08X000700 Predicted protein 5.202019117 C6_chemical_A1 +LQ08X000700 Predicted protein 5.214866903 C6_chemical_A3 +LQ08X000700 Predicted protein 4.862823859 C6_chemical_B1 +LQ08X000700 Predicted protein 5.5011206 C6_chemical_B2 +LQ08X000700 Predicted protein 4.924125319 C6_chemical_B3 +LQ08X000700 Predicted protein 5.112930566 C6_chemical_C1 +LQ08X000700 Predicted protein 5.615417366 C6_chemical_C2 +LQ08X000700 Predicted protein 5.485564263 C6_chemical_C3 +LQ08X000700 Predicted protein 5.219582621 L4_control_A1 +LQ08X000700 Predicted protein 5.315864503 L4_control_A2 +LQ08X000700 Predicted protein 5.621085038 L4_control_A3 +LQ08X000700 Predicted protein 6.205703628 L4_control_B1 +LQ08X000700 Predicted protein 5.518737042 L4_control_B2 +LQ08X000700 Predicted protein 5.272479437 L4_control_B3 +LQ08X000700 Predicted protein 5.392805609 L4_control_C2 +LQ08X000700 Predicted protein 4.95231814 L4_control_C3 +LQ08X000700 Predicted protein 5.37582233 L4_chemical_A1 +LQ08X000700 Predicted protein 5.202548623 L4_chemical_A2 +LQ08X000700 Predicted protein 5.311166274 L4_chemical_A3 +LQ08X000700 Predicted protein 5.581563477 L4_chemical_B1 +LQ08X000700 Predicted protein 5.098864306 L4_chemical_B2 +LQ08X000700 Predicted protein 4.863134349 L4_chemical_B3 +LQ08X000700 Predicted protein 5.016055027 L4_chemical_C2 +LQ08X000700 Predicted protein 5.250514022 L4_chemical_C3 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.80396134 C6_control_A1 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.15674363 C6_control_A3 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.89395146 C6_control_B1 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.63015034 C6_control_B2 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.00431074 C6_control_B3 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.18365071 C6_control_C1 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.86111914 C6_control_C2 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.01208248 C6_control_C3 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.72580017 C6_chemical_A1 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.67177356 C6_chemical_A3 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.05121677 C6_chemical_B1 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.75672781 C6_chemical_B2 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.16440461 C6_chemical_B3 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.83606461 C6_chemical_C1 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.20755804 C6_chemical_C2 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.5949533 C6_chemical_C3 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.04738669 L4_control_A1 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.28084061 L4_control_A2 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.48753515 L4_control_A3 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.42068128 L4_control_B1 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.49155365 L4_control_B2 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.89033245 L4_control_B3 +LQ08X000730 Putative dihydroflavonol-4-reductase 12.12305369 L4_control_C2 +LQ08X000730 Putative dihydroflavonol-4-reductase 12.07321993 L4_control_C3 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.238957 L4_chemical_A1 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.74813843 L4_chemical_A2 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.56528426 L4_chemical_A3 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.46803816 L4_chemical_B1 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.96494233 L4_chemical_B2 +LQ08X000730 Putative dihydroflavonol-4-reductase 11.19552788 L4_chemical_B3 +LQ08X000730 Putative dihydroflavonol-4-reductase 12.03515847 L4_chemical_C2 +LQ08X000730 Putative dihydroflavonol-4-reductase 12.00138252 L4_chemical_C3 +LQ08X000750 Predicted protein 10.71553371 C6_control_A1 +LQ08X000750 Predicted protein 10.29564123 C6_control_A3 +LQ08X000750 Predicted protein 10.39865955 C6_control_B1 +LQ08X000750 Predicted protein 10.81554815 C6_control_B2 +LQ08X000750 Predicted protein 10.83185122 C6_control_B3 +LQ08X000750 Predicted protein 11.09266607 C6_control_C1 +LQ08X000750 Predicted protein 10.6741523 C6_control_C2 +LQ08X000750 Predicted protein 10.57048738 C6_control_C3 +LQ08X000750 Predicted protein 10.69515217 C6_chemical_A1 +LQ08X000750 Predicted protein 10.4401675 C6_chemical_A3 +LQ08X000750 Predicted protein 10.60631092 C6_chemical_B1 +LQ08X000750 Predicted protein 10.97424072 C6_chemical_B2 +LQ08X000750 Predicted protein 10.61152264 C6_chemical_B3 +LQ08X000750 Predicted protein 11.2459803 C6_chemical_C1 +LQ08X000750 Predicted protein 10.71409313 C6_chemical_C2 +LQ08X000750 Predicted protein 11.07464526 C6_chemical_C3 +LQ08X000750 Predicted protein 10.59390824 L4_control_A1 +LQ08X000750 Predicted protein 10.47223927 L4_control_A2 +LQ08X000750 Predicted protein 9.890162351 L4_control_A3 +LQ08X000750 Predicted protein 10.30023513 L4_control_B1 +LQ08X000750 Predicted protein 10.76368218 L4_control_B2 +LQ08X000750 Predicted protein 10.99754048 L4_control_B3 +LQ08X000750 Predicted protein 10.07190195 L4_control_C2 +LQ08X000750 Predicted protein 9.834167216 L4_control_C3 +LQ08X000750 Predicted protein 10.52701941 L4_chemical_A1 +LQ08X000750 Predicted protein 10.28873955 L4_chemical_A2 +LQ08X000750 Predicted protein 9.859451829 L4_chemical_A3 +LQ08X000750 Predicted protein 9.999843494 L4_chemical_B1 +LQ08X000750 Predicted protein 10.32182219 L4_chemical_B2 +LQ08X000750 Predicted protein 10.37916333 L4_chemical_B3 +LQ08X000750 Predicted protein 10.11171613 L4_chemical_C2 +LQ08X000750 Predicted protein 10.05834589 L4_chemical_C3 +LQ08X000760 Putative DPH4 homolog 11.31338375 C6_control_A1 +LQ08X000760 Putative DPH4 homolog 11.24668728 C6_control_A3 +LQ08X000760 Putative DPH4 homolog 10.98283996 C6_control_B1 +LQ08X000760 Putative DPH4 homolog 11.17606445 C6_control_B2 +LQ08X000760 Putative DPH4 homolog 11.23547819 C6_control_B3 +LQ08X000760 Putative DPH4 homolog 10.9812021 C6_control_C1 +LQ08X000760 Putative DPH4 homolog 11.14530264 C6_control_C2 +LQ08X000760 Putative DPH4 homolog 11.48406383 C6_control_C3 +LQ08X000760 Putative DPH4 homolog 11.17936682 C6_chemical_A1 +LQ08X000760 Putative DPH4 homolog 11.19233835 C6_chemical_A3 +LQ08X000760 Putative DPH4 homolog 10.80155887 C6_chemical_B1 +LQ08X000760 Putative DPH4 homolog 11.17283853 C6_chemical_B2 +LQ08X000760 Putative DPH4 homolog 10.98202783 C6_chemical_B3 +LQ08X000760 Putative DPH4 homolog 10.85849647 C6_chemical_C1 +LQ08X000760 Putative DPH4 homolog 11.23633354 C6_chemical_C2 +LQ08X000760 Putative DPH4 homolog 11.52862113 C6_chemical_C3 +LQ08X000760 Putative DPH4 homolog 11.66892992 L4_control_A1 +LQ08X000760 Putative DPH4 homolog 11.89200891 L4_control_A2 +LQ08X000760 Putative DPH4 homolog 12.0890509 L4_control_A3 +LQ08X000760 Putative DPH4 homolog 11.58600492 L4_control_B1 +LQ08X000760 Putative DPH4 homolog 10.48676435 L4_control_B2 +LQ08X000760 Putative DPH4 homolog 11.44775765 L4_control_B3 +LQ08X000760 Putative DPH4 homolog 11.44716272 L4_control_C2 +LQ08X000760 Putative DPH4 homolog 11.58136776 L4_control_C3 +LQ08X000760 Putative DPH4 homolog 11.65691769 L4_chemical_A1 +LQ08X000760 Putative DPH4 homolog 12.05680745 L4_chemical_A2 +LQ08X000760 Putative DPH4 homolog 11.83607472 L4_chemical_A3 +LQ08X000760 Putative DPH4 homolog 11.28980232 L4_chemical_B1 +LQ08X000760 Putative DPH4 homolog 11.58041768 L4_chemical_B2 +LQ08X000760 Putative DPH4 homolog 11.64583877 L4_chemical_B3 +LQ08X000760 Putative DPH4 homolog 11.81202401 L4_chemical_C2 +LQ08X000760 Putative DPH4 homolog 11.52581306 L4_chemical_C3 +LQ08X000770 Putative uncharacterized protein 5.240515761 C6_control_A1 +LQ08X000770 Putative uncharacterized protein 5.041846677 C6_control_A3 +LQ08X000770 Putative uncharacterized protein 5.491940644 C6_control_B1 +LQ08X000770 Putative uncharacterized protein 5.056905125 C6_control_B2 +LQ08X000770 Putative uncharacterized protein 5.22119867 C6_control_B3 +LQ08X000770 Putative uncharacterized protein 5.142426595 C6_control_C1 +LQ08X000770 Putative uncharacterized protein 5.369112239 C6_control_C2 +LQ08X000770 Putative uncharacterized protein 5.048269828 C6_control_C3 +LQ08X000770 Putative uncharacterized protein 4.928464324 C6_chemical_A1 +LQ08X000770 Putative uncharacterized protein 4.89138772 C6_chemical_A3 +LQ08X000770 Putative uncharacterized protein 5.204336135 C6_chemical_B1 +LQ08X000770 Putative uncharacterized protein 4.991053968 C6_chemical_B2 +LQ08X000770 Putative uncharacterized protein 4.99322064 C6_chemical_B3 +LQ08X000770 Putative uncharacterized protein 5.079131127 C6_chemical_C1 +LQ08X000770 Putative uncharacterized protein 5.168354174 C6_chemical_C2 +LQ08X000770 Putative uncharacterized protein 5.135038942 C6_chemical_C3 +LQ08X000770 Putative uncharacterized protein 5.241480527 L4_control_A1 +LQ08X000770 Putative uncharacterized protein 4.902845573 L4_control_A2 +LQ08X000770 Putative uncharacterized protein 5.357895906 L4_control_A3 +LQ08X000770 Putative uncharacterized protein 4.736749862 L4_control_B1 +LQ08X000770 Putative uncharacterized protein 5.082632795 L4_control_B2 +LQ08X000770 Putative uncharacterized protein 4.926038012 L4_control_B3 +LQ08X000770 Putative uncharacterized protein 5.922658101 L4_control_C2 +LQ08X000770 Putative uncharacterized protein 6.256733039 L4_control_C3 +LQ08X000770 Putative uncharacterized protein 5.253060301 L4_chemical_A1 +LQ08X000770 Putative uncharacterized protein 4.840034732 L4_chemical_A2 +LQ08X000770 Putative uncharacterized protein 5.281806399 L4_chemical_A3 +LQ08X000770 Putative uncharacterized protein 5.18369933 L4_chemical_B1 +LQ08X000770 Putative uncharacterized protein 5.550063287 L4_chemical_B2 +LQ08X000770 Putative uncharacterized protein 5.073585864 L4_chemical_B3 +LQ08X000770 Putative uncharacterized protein 5.489227017 L4_chemical_C2 +LQ08X000770 Putative uncharacterized protein 5.263265702 L4_chemical_C3 +LQ08X000780 Predicted protein 11.169184 C6_control_A1 +LQ08X000780 Predicted protein 9.557625442 C6_control_A3 +LQ08X000780 Predicted protein 12.62972044 C6_control_B1 +LQ08X000780 Predicted protein 13.51712826 C6_control_B2 +LQ08X000780 Predicted protein 13.12132286 C6_control_B3 +LQ08X000780 Predicted protein 10.09702338 C6_control_C1 +LQ08X000780 Predicted protein 10.30707523 C6_control_C2 +LQ08X000780 Predicted protein 10.35425149 C6_control_C3 +LQ08X000780 Predicted protein 11.00713709 C6_chemical_A1 +LQ08X000780 Predicted protein 9.209560308 C6_chemical_A3 +LQ08X000780 Predicted protein 12.83442605 C6_chemical_B1 +LQ08X000780 Predicted protein 13.2206791 C6_chemical_B2 +LQ08X000780 Predicted protein 13.23570641 C6_chemical_B3 +LQ08X000780 Predicted protein 10.08803389 C6_chemical_C1 +LQ08X000780 Predicted protein 9.624959276 C6_chemical_C2 +LQ08X000780 Predicted protein 9.888174613 C6_chemical_C3 +LQ08X000780 Predicted protein 10.10976438 L4_control_A1 +LQ08X000780 Predicted protein 11.56643343 L4_control_A2 +LQ08X000780 Predicted protein 9.833522621 L4_control_A3 +LQ08X000780 Predicted protein 12.52537039 L4_control_B1 +LQ08X000780 Predicted protein 12.68035557 L4_control_B2 +LQ08X000780 Predicted protein 12.55192583 L4_control_B3 +LQ08X000780 Predicted protein 9.088507874 L4_control_C2 +LQ08X000780 Predicted protein 9.72512545 L4_control_C3 +LQ08X000780 Predicted protein 9.693217024 L4_chemical_A1 +LQ08X000780 Predicted protein 11.43691731 L4_chemical_A2 +LQ08X000780 Predicted protein 8.644552994 L4_chemical_A3 +LQ08X000780 Predicted protein 12.36100418 L4_chemical_B1 +LQ08X000780 Predicted protein 12.83121174 L4_chemical_B2 +LQ08X000780 Predicted protein 12.6778341 L4_chemical_B3 +LQ08X000780 Predicted protein 8.632529498 L4_chemical_C2 +LQ08X000780 Predicted protein 9.229732561 L4_chemical_C3 +LQ08X000790 Putative uncharacterized protein 13.72752411 C6_control_A1 +LQ08X000790 Putative uncharacterized protein 13.8270813 C6_control_A3 +LQ08X000790 Putative uncharacterized protein 13.41953436 C6_control_B1 +LQ08X000790 Putative uncharacterized protein 13.37482471 C6_control_B2 +LQ08X000790 Putative uncharacterized protein 13.32081347 C6_control_B3 +LQ08X000790 Putative uncharacterized protein 13.32234819 C6_control_C1 +LQ08X000790 Putative uncharacterized protein 13.41338787 C6_control_C2 +LQ08X000790 Putative uncharacterized protein 13.17960579 C6_control_C3 +LQ08X000790 Putative uncharacterized protein 13.69767892 C6_chemical_A1 +LQ08X000790 Putative uncharacterized protein 13.79208671 C6_chemical_A3 +LQ08X000790 Putative uncharacterized protein 13.35785604 C6_chemical_B1 +LQ08X000790 Putative uncharacterized protein 13.5336225 C6_chemical_B2 +LQ08X000790 Putative uncharacterized protein 13.23930587 C6_chemical_B3 +LQ08X000790 Putative uncharacterized protein 13.41464136 C6_chemical_C1 +LQ08X000790 Putative uncharacterized protein 13.23886348 C6_chemical_C2 +LQ08X000790 Putative uncharacterized protein 12.94514661 C6_chemical_C3 +LQ08X000790 Putative uncharacterized protein 13.94381263 L4_control_A1 +LQ08X000790 Putative uncharacterized protein 13.55309652 L4_control_A2 +LQ08X000790 Putative uncharacterized protein 13.79623367 L4_control_A3 +LQ08X000790 Putative uncharacterized protein 13.60466587 L4_control_B1 +LQ08X000790 Putative uncharacterized protein 13.04582281 L4_control_B2 +LQ08X000790 Putative uncharacterized protein 13.51880168 L4_control_B3 +LQ08X000790 Putative uncharacterized protein 13.24602589 L4_control_C2 +LQ08X000790 Putative uncharacterized protein 13.03977044 L4_control_C3 +LQ08X000790 Putative uncharacterized protein 14.06885959 L4_chemical_A1 +LQ08X000790 Putative uncharacterized protein 13.48752911 L4_chemical_A2 +LQ08X000790 Putative uncharacterized protein 14.01715788 L4_chemical_A3 +LQ08X000790 Putative uncharacterized protein 13.34885751 L4_chemical_B1 +LQ08X000790 Putative uncharacterized protein 13.00589828 L4_chemical_B2 +LQ08X000790 Putative uncharacterized protein 13.45520448 L4_chemical_B3 +LQ08X000790 Putative uncharacterized protein 13.33525156 L4_chemical_C2 +LQ08X000790 Putative uncharacterized protein 13.08979273 L4_chemical_C3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.202027297 C6_control_A1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.905730684 C6_control_A3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.261988096 C6_control_B1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.77770895 C6_control_B2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 5.950730526 C6_control_B3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 8.669815806 C6_control_C1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.381875021 C6_control_C2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 9.160954839 C6_control_C3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.776109862 C6_chemical_A1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.632236269 C6_chemical_A3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.273847101 C6_chemical_B1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.209333688 C6_chemical_B2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 5.66647124 C6_chemical_B3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 8.028921128 C6_chemical_C1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.521729109 C6_chemical_C2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 8.604102298 C6_chemical_C3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 8.551894347 L4_control_A1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.15152857 L4_control_A2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.32197021 L4_control_A3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.018069406 L4_control_B1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 5.860182431 L4_control_B2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.913886912 L4_control_B3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.022256127 L4_control_C2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.992726545 L4_control_C3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 9.226916512 L4_chemical_A1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.612911392 L4_chemical_A2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.444996687 L4_chemical_A3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.56572404 L4_chemical_B1 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.228814247 L4_chemical_B2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.271583253 L4_chemical_B3 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 8.061536412 L4_chemical_C2 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 7.305070968 L4_chemical_C3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.833663916 C6_control_A1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.829011079 C6_control_A3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.146177389 C6_control_B1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.942862216 C6_control_B2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.872919795 C6_control_B3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.999446378 C6_control_C1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.835488668 C6_control_C2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.855512603 C6_control_C3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.67719068 C6_chemical_A1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.854124574 C6_chemical_A3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.945560986 C6_chemical_B1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.940342486 C6_chemical_B2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.325871369 C6_chemical_B3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.716520635 C6_chemical_C1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.945992606 C6_chemical_C2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.063030897 C6_chemical_C3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.13470268 L4_control_A1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.99178181 L4_control_A2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.093738872 L4_control_A3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.097845692 L4_control_B1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.020882764 L4_control_B2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.194257902 L4_control_B3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.008743525 L4_control_C2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.20583397 L4_control_C3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.128113792 L4_chemical_A1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.723846929 L4_chemical_A2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.048643886 L4_chemical_A3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.986191894 L4_chemical_B1 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.164623445 L4_chemical_B2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.247190975 L4_chemical_B3 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 5.2757428 L4_chemical_C2 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.866988481 L4_chemical_C3 +LQ08X000840 Putative Patatin group A-3 11.89487765 C6_control_A1 +LQ08X000840 Putative Patatin group A-3 11.67411987 C6_control_A3 +LQ08X000840 Putative Patatin group A-3 11.12251917 C6_control_B1 +LQ08X000840 Putative Patatin group A-3 9.345629608 C6_control_B2 +LQ08X000840 Putative Patatin group A-3 10.20116674 C6_control_B3 +LQ08X000840 Putative Patatin group A-3 10.28983326 C6_control_C1 +LQ08X000840 Putative Patatin group A-3 9.98968086 C6_control_C2 +LQ08X000840 Putative Patatin group A-3 10.47105729 C6_control_C3 +LQ08X000840 Putative Patatin group A-3 11.52458111 C6_chemical_A1 +LQ08X000840 Putative Patatin group A-3 11.52546003 C6_chemical_A3 +LQ08X000840 Putative Patatin group A-3 10.76536671 C6_chemical_B1 +LQ08X000840 Putative Patatin group A-3 9.066602591 C6_chemical_B2 +LQ08X000840 Putative Patatin group A-3 10.6228588 C6_chemical_B3 +LQ08X000840 Putative Patatin group A-3 9.849187185 C6_chemical_C1 +LQ08X000840 Putative Patatin group A-3 9.743280179 C6_chemical_C2 +LQ08X000840 Putative Patatin group A-3 10.61323903 C6_chemical_C3 +LQ08X000840 Putative Patatin group A-3 12.42320157 L4_control_A1 +LQ08X000840 Putative Patatin group A-3 12.36057044 L4_control_A2 +LQ08X000840 Putative Patatin group A-3 12.87237921 L4_control_A3 +LQ08X000840 Putative Patatin group A-3 11.06005998 L4_control_B1 +LQ08X000840 Putative Patatin group A-3 11.41996365 L4_control_B2 +LQ08X000840 Putative Patatin group A-3 10.17512221 L4_control_B3 +LQ08X000840 Putative Patatin group A-3 10.82288575 L4_control_C2 +LQ08X000840 Putative Patatin group A-3 11.72256919 L4_control_C3 +LQ08X000840 Putative Patatin group A-3 12.35871476 L4_chemical_A1 +LQ08X000840 Putative Patatin group A-3 12.0648664 L4_chemical_A2 +LQ08X000840 Putative Patatin group A-3 12.95839904 L4_chemical_A3 +LQ08X000840 Putative Patatin group A-3 11.60136686 L4_chemical_B1 +LQ08X000840 Putative Patatin group A-3 11.37700111 L4_chemical_B2 +LQ08X000840 Putative Patatin group A-3 11.98769031 L4_chemical_B3 +LQ08X000840 Putative Patatin group A-3 11.00766783 L4_chemical_C2 +LQ08X000840 Putative Patatin group A-3 11.38643018 L4_chemical_C3 +LQ08X000890 Putative Patatin group A-3 5.438768585 C6_control_A1 +LQ08X000890 Putative Patatin group A-3 5.315966156 C6_control_A3 +LQ08X000890 Putative Patatin group A-3 5.121229398 C6_control_B1 +LQ08X000890 Putative Patatin group A-3 5.290375514 C6_control_B2 +LQ08X000890 Putative Patatin group A-3 5.281293185 C6_control_B3 +LQ08X000890 Putative Patatin group A-3 5.442608765 C6_control_C1 +LQ08X000890 Putative Patatin group A-3 5.189020229 C6_control_C2 +LQ08X000890 Putative Patatin group A-3 5.250481733 C6_control_C3 +LQ08X000890 Putative Patatin group A-3 5.475425281 C6_chemical_A1 +LQ08X000890 Putative Patatin group A-3 5.49319485 C6_chemical_A3 +LQ08X000890 Putative Patatin group A-3 5.201145053 C6_chemical_B1 +LQ08X000890 Putative Patatin group A-3 5.247131999 C6_chemical_B2 +LQ08X000890 Putative Patatin group A-3 5.362314881 C6_chemical_B3 +LQ08X000890 Putative Patatin group A-3 5.551531046 C6_chemical_C1 +LQ08X000890 Putative Patatin group A-3 5.658354733 C6_chemical_C2 +LQ08X000890 Putative Patatin group A-3 5.538032431 C6_chemical_C3 +LQ08X000890 Putative Patatin group A-3 5.498708421 L4_control_A1 +LQ08X000890 Putative Patatin group A-3 5.406582129 L4_control_A2 +LQ08X000890 Putative Patatin group A-3 5.378916204 L4_control_A3 +LQ08X000890 Putative Patatin group A-3 5.601265197 L4_control_B1 +LQ08X000890 Putative Patatin group A-3 5.756255421 L4_control_B2 +LQ08X000890 Putative Patatin group A-3 5.243119163 L4_control_B3 +LQ08X000890 Putative Patatin group A-3 5.831812239 L4_control_C2 +LQ08X000890 Putative Patatin group A-3 5.112926487 L4_control_C3 +LQ08X000890 Putative Patatin group A-3 5.540863855 L4_chemical_A1 +LQ08X000890 Putative Patatin group A-3 5.737345742 L4_chemical_A2 +LQ08X000890 Putative Patatin group A-3 6.168829476 L4_chemical_A3 +LQ08X000890 Putative Patatin group A-3 5.48085484 L4_chemical_B1 +LQ08X000890 Putative Patatin group A-3 5.522564395 L4_chemical_B2 +LQ08X000890 Putative Patatin group A-3 5.235832647 L4_chemical_B3 +LQ08X000890 Putative Patatin group A-3 4.914781634 L4_chemical_C2 +LQ08X000890 Putative Patatin group A-3 5.313300884 L4_chemical_C3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.23717888 C6_control_A1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.00381218 C6_control_A3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.28072151 C6_control_B1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.21833994 C6_control_B2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.05499342 C6_control_B3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.47016889 C6_control_C1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.37113921 C6_control_C2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.62753372 C6_control_C3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.30573522 C6_chemical_A1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.03584394 C6_chemical_A3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.21113542 C6_chemical_B1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.09016257 C6_chemical_B2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 11.73725674 C6_chemical_B3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.56018145 C6_chemical_C1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.51669685 C6_chemical_C2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.56409285 C6_chemical_C3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.73791152 L4_control_A1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.09440887 L4_control_A2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.80760174 L4_control_A3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.10291581 L4_control_B1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.71424211 L4_control_B2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.33372069 L4_control_B3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.10607691 L4_control_C2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.85475212 L4_control_C3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.21911678 L4_chemical_A1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.43092369 L4_chemical_A2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.14131531 L4_chemical_A3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.11263301 L4_chemical_B1 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.2366006 L4_chemical_B2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.53554204 L4_chemical_B3 +LQ08X000900 Ribonuclease p/mrp subunit, putative 13.25925999 L4_chemical_C2 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.99620171 L4_chemical_C3 +LQ08X000930 Hydrolase, putative 5.388603116 C6_control_A1 +LQ08X000930 Hydrolase, putative 5.409382651 C6_control_A3 +LQ08X000930 Hydrolase, putative 5.485924192 C6_control_B1 +LQ08X000930 Hydrolase, putative 4.918224297 C6_control_B2 +LQ08X000930 Hydrolase, putative 5.35062642 C6_control_B3 +LQ08X000930 Hydrolase, putative 5.617061212 C6_control_C1 +LQ08X000930 Hydrolase, putative 5.381785965 C6_control_C2 +LQ08X000930 Hydrolase, putative 5.180858875 C6_control_C3 +LQ08X000930 Hydrolase, putative 5.24287615 C6_chemical_A1 +LQ08X000930 Hydrolase, putative 5.600206301 C6_chemical_A3 +LQ08X000930 Hydrolase, putative 5.526551311 C6_chemical_B1 +LQ08X000930 Hydrolase, putative 5.193055523 C6_chemical_B2 +LQ08X000930 Hydrolase, putative 5.430720718 C6_chemical_B3 +LQ08X000930 Hydrolase, putative 5.554102664 C6_chemical_C1 +LQ08X000930 Hydrolase, putative 5.437755642 C6_chemical_C2 +LQ08X000930 Hydrolase, putative 5.239608115 C6_chemical_C3 +LQ08X000930 Hydrolase, putative 5.597021329 L4_control_A1 +LQ08X000930 Hydrolase, putative 5.413964988 L4_control_A2 +LQ08X000930 Hydrolase, putative 5.800825476 L4_control_A3 +LQ08X000930 Hydrolase, putative 4.739912301 L4_control_B1 +LQ08X000930 Hydrolase, putative 5.668499873 L4_control_B2 +LQ08X000930 Hydrolase, putative 5.344277336 L4_control_B3 +LQ08X000930 Hydrolase, putative 5.362362568 L4_control_C2 +LQ08X000930 Hydrolase, putative 5.143566297 L4_control_C3 +LQ08X000930 Hydrolase, putative 5.426151049 L4_chemical_A1 +LQ08X000930 Hydrolase, putative 5.538051657 L4_chemical_A2 +LQ08X000930 Hydrolase, putative 6.606922304 L4_chemical_A3 +LQ08X000930 Hydrolase, putative 5.889552368 L4_chemical_B1 +LQ08X000930 Hydrolase, putative 5.536874621 L4_chemical_B2 +LQ08X000930 Hydrolase, putative 5.073942668 L4_chemical_B3 +LQ08X000930 Hydrolase, putative 5.285223875 L4_chemical_C2 +LQ08X000930 Hydrolase, putative 5.262803022 L4_chemical_C3 +LQ08X000940 Putative Predicted protein 13.574715 C6_control_A1 +LQ08X000940 Putative Predicted protein 14.0641755 C6_control_A3 +LQ08X000940 Putative Predicted protein 13.07247628 C6_control_B1 +LQ08X000940 Putative Predicted protein 12.51117841 C6_control_B2 +LQ08X000940 Putative Predicted protein 12.82954333 C6_control_B3 +LQ08X000940 Putative Predicted protein 5.014314718 C6_control_C1 +LQ08X000940 Putative Predicted protein 4.89768187 C6_control_C2 +LQ08X000940 Putative Predicted protein 4.929021677 C6_control_C3 +LQ08X000940 Putative Predicted protein 13.26037778 C6_chemical_A1 +LQ08X000940 Putative Predicted protein 13.79512816 C6_chemical_A3 +LQ08X000940 Putative Predicted protein 11.88698973 C6_chemical_B1 +LQ08X000940 Putative Predicted protein 11.89219704 C6_chemical_B2 +LQ08X000940 Putative Predicted protein 12.45835424 C6_chemical_B3 +LQ08X000940 Putative Predicted protein 4.897895685 C6_chemical_C1 +LQ08X000940 Putative Predicted protein 4.796072335 C6_chemical_C2 +LQ08X000940 Putative Predicted protein 4.849637848 C6_chemical_C3 +LQ08X000940 Putative Predicted protein 14.46424203 L4_control_A1 +LQ08X000940 Putative Predicted protein 14.72620182 L4_control_A2 +LQ08X000940 Putative Predicted protein 14.80604578 L4_control_A3 +LQ08X000940 Putative Predicted protein 11.79667566 L4_control_B1 +LQ08X000940 Putative Predicted protein 14.02079633 L4_control_B2 +LQ08X000940 Putative Predicted protein 9.357736534 L4_control_B3 +LQ08X000940 Putative Predicted protein 4.980729591 L4_control_C2 +LQ08X000940 Putative Predicted protein 4.642718631 L4_control_C3 +LQ08X000940 Putative Predicted protein 11.24876742 L4_chemical_A1 +LQ08X000940 Putative Predicted protein 13.49909014 L4_chemical_A2 +LQ08X000940 Putative Predicted protein 12.91744666 L4_chemical_A3 +LQ08X000940 Putative Predicted protein 12.07056579 L4_chemical_B1 +LQ08X000940 Putative Predicted protein 12.84615546 L4_chemical_B2 +LQ08X000940 Putative Predicted protein 14.28280861 L4_chemical_B3 +LQ08X000940 Putative Predicted protein 5.144630189 L4_chemical_C2 +LQ08X000940 Putative Predicted protein 4.610634974 L4_chemical_C3 +LQ08X000960 Nuclear acid binding protein, putative 11.17603941 C6_control_A1 +LQ08X000960 Nuclear acid binding protein, putative 11.20807365 C6_control_A3 +LQ08X000960 Nuclear acid binding protein, putative 11.0403186 C6_control_B1 +LQ08X000960 Nuclear acid binding protein, putative 11.1103847 C6_control_B2 +LQ08X000960 Nuclear acid binding protein, putative 10.78342979 C6_control_B3 +LQ08X000960 Nuclear acid binding protein, putative 10.98280253 C6_control_C1 +LQ08X000960 Nuclear acid binding protein, putative 11.00381312 C6_control_C2 +LQ08X000960 Nuclear acid binding protein, putative 10.28677807 C6_control_C3 +LQ08X000960 Nuclear acid binding protein, putative 11.14882988 C6_chemical_A1 +LQ08X000960 Nuclear acid binding protein, putative 11.12604271 C6_chemical_A3 +LQ08X000960 Nuclear acid binding protein, putative 11.08405093 C6_chemical_B1 +LQ08X000960 Nuclear acid binding protein, putative 10.99015765 C6_chemical_B2 +LQ08X000960 Nuclear acid binding protein, putative 10.78727584 C6_chemical_B3 +LQ08X000960 Nuclear acid binding protein, putative 10.91205142 C6_chemical_C1 +LQ08X000960 Nuclear acid binding protein, putative 11.05321159 C6_chemical_C2 +LQ08X000960 Nuclear acid binding protein, putative 10.44642255 C6_chemical_C3 +LQ08X000960 Nuclear acid binding protein, putative 11.28079649 L4_control_A1 +LQ08X000960 Nuclear acid binding protein, putative 11.98480306 L4_control_A2 +LQ08X000960 Nuclear acid binding protein, putative 11.92042611 L4_control_A3 +LQ08X000960 Nuclear acid binding protein, putative 10.86772217 L4_control_B1 +LQ08X000960 Nuclear acid binding protein, putative 11.4608543 L4_control_B2 +LQ08X000960 Nuclear acid binding protein, putative 11.09017006 L4_control_B3 +LQ08X000960 Nuclear acid binding protein, putative 11.64436428 L4_control_C2 +LQ08X000960 Nuclear acid binding protein, putative 11.59351545 L4_control_C3 +LQ08X000960 Nuclear acid binding protein, putative 11.2166527 L4_chemical_A1 +LQ08X000960 Nuclear acid binding protein, putative 11.55210086 L4_chemical_A2 +LQ08X000960 Nuclear acid binding protein, putative 11.35249135 L4_chemical_A3 +LQ08X000960 Nuclear acid binding protein, putative 11.44160926 L4_chemical_B1 +LQ08X000960 Nuclear acid binding protein, putative 11.2529056 L4_chemical_B2 +LQ08X000960 Nuclear acid binding protein, putative 11.09098565 L4_chemical_B3 +LQ08X000960 Nuclear acid binding protein, putative 11.41010175 L4_chemical_C2 +LQ08X000960 Nuclear acid binding protein, putative 11.26309032 L4_chemical_C3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.39405689 C6_control_A1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 11.52931242 C6_control_A3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.06910732 C6_control_B1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.74713254 C6_control_B2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.25243654 C6_control_B3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.32268086 C6_control_C1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.2338768 C6_control_C2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 11.94500702 C6_control_C3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.48695446 C6_chemical_A1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 11.97874553 C6_chemical_A3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.6091743 C6_chemical_B1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 13.04479757 C6_chemical_B2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.26450185 C6_chemical_B3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.35263635 C6_chemical_C1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.59532726 C6_chemical_C2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.45273078 C6_chemical_C3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.36115772 L4_control_A1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.14979947 L4_control_A2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 11.9248869 L4_control_A3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.41844817 L4_control_B1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.43716742 L4_control_B2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.40070562 L4_control_B3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 11.76811221 L4_control_C2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.17181516 L4_control_C3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.21692311 L4_chemical_A1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.0460909 L4_chemical_A2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.1462428 L4_chemical_A3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.2630384 L4_chemical_B1 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.26230107 L4_chemical_B2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.82460739 L4_chemical_B3 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 11.86417701 L4_chemical_C2 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.46940396 L4_chemical_C3 +LQ08X000980 Serine carboxypeptidase II-3 12.08178202 C6_control_A1 +LQ08X000980 Serine carboxypeptidase II-3 11.80881894 C6_control_A3 +LQ08X000980 Serine carboxypeptidase II-3 12.59374236 C6_control_B1 +LQ08X000980 Serine carboxypeptidase II-3 12.07287298 C6_control_B2 +LQ08X000980 Serine carboxypeptidase II-3 12.41606731 C6_control_B3 +LQ08X000980 Serine carboxypeptidase II-3 11.76777673 C6_control_C1 +LQ08X000980 Serine carboxypeptidase II-3 11.75025294 C6_control_C2 +LQ08X000980 Serine carboxypeptidase II-3 12.11756992 C6_control_C3 +LQ08X000980 Serine carboxypeptidase II-3 11.99116409 C6_chemical_A1 +LQ08X000980 Serine carboxypeptidase II-3 12.19078945 C6_chemical_A3 +LQ08X000980 Serine carboxypeptidase II-3 12.7896517 C6_chemical_B1 +LQ08X000980 Serine carboxypeptidase II-3 11.94147154 C6_chemical_B2 +LQ08X000980 Serine carboxypeptidase II-3 12.55479298 C6_chemical_B3 +LQ08X000980 Serine carboxypeptidase II-3 11.82036431 C6_chemical_C1 +LQ08X000980 Serine carboxypeptidase II-3 11.50625947 C6_chemical_C2 +LQ08X000980 Serine carboxypeptidase II-3 11.7952325 C6_chemical_C3 +LQ08X000980 Serine carboxypeptidase II-3 12.19989171 L4_control_A1 +LQ08X000980 Serine carboxypeptidase II-3 11.97686156 L4_control_A2 +LQ08X000980 Serine carboxypeptidase II-3 12.4064335 L4_control_A3 +LQ08X000980 Serine carboxypeptidase II-3 13.02364736 L4_control_B1 +LQ08X000980 Serine carboxypeptidase II-3 12.65407606 L4_control_B2 +LQ08X000980 Serine carboxypeptidase II-3 11.81249338 L4_control_B3 +LQ08X000980 Serine carboxypeptidase II-3 13.10955063 L4_control_C2 +LQ08X000980 Serine carboxypeptidase II-3 12.37163432 L4_control_C3 +LQ08X000980 Serine carboxypeptidase II-3 13.56140981 L4_chemical_A1 +LQ08X000980 Serine carboxypeptidase II-3 13.39369028 L4_chemical_A2 +LQ08X000980 Serine carboxypeptidase II-3 13.29062396 L4_chemical_A3 +LQ08X000980 Serine carboxypeptidase II-3 13.84168526 L4_chemical_B1 +LQ08X000980 Serine carboxypeptidase II-3 13.07955344 L4_chemical_B2 +LQ08X000980 Serine carboxypeptidase II-3 13.02288006 L4_chemical_B3 +LQ08X000980 Serine carboxypeptidase II-3 13.24697873 L4_chemical_C2 +LQ08X000980 Serine carboxypeptidase II-3 12.25163119 L4_chemical_C3 +LQ08X001000 Transcription factor, putative 5.640941576 C6_control_A1 +LQ08X001000 Transcription factor, putative 6.453865326 C6_control_A3 +LQ08X001000 Transcription factor, putative 5.788446353 C6_control_B1 +LQ08X001000 Transcription factor, putative 5.846287565 C6_control_B2 +LQ08X001000 Transcription factor, putative 5.261212541 C6_control_B3 +LQ08X001000 Transcription factor, putative 5.388085479 C6_control_C1 +LQ08X001000 Transcription factor, putative 6.117683871 C6_control_C2 +LQ08X001000 Transcription factor, putative 4.991795634 C6_control_C3 +LQ08X001000 Transcription factor, putative 5.507430608 C6_chemical_A1 +LQ08X001000 Transcription factor, putative 5.203398172 C6_chemical_A3 +LQ08X001000 Transcription factor, putative 5.239695574 C6_chemical_B1 +LQ08X001000 Transcription factor, putative 5.594463927 C6_chemical_B2 +LQ08X001000 Transcription factor, putative 5.315244253 C6_chemical_B3 +LQ08X001000 Transcription factor, putative 5.394631103 C6_chemical_C1 +LQ08X001000 Transcription factor, putative 5.667820025 C6_chemical_C2 +LQ08X001000 Transcription factor, putative 5.172378263 C6_chemical_C3 +LQ08X001000 Transcription factor, putative 5.534290882 L4_control_A1 +LQ08X001000 Transcription factor, putative 5.616257728 L4_control_A2 +LQ08X001000 Transcription factor, putative 5.390510837 L4_control_A3 +LQ08X001000 Transcription factor, putative 5.679867263 L4_control_B1 +LQ08X001000 Transcription factor, putative 5.220860941 L4_control_B2 +LQ08X001000 Transcription factor, putative 5.700178962 L4_control_B3 +LQ08X001000 Transcription factor, putative 5.191861392 L4_control_C2 +LQ08X001000 Transcription factor, putative 6.034222777 L4_control_C3 +LQ08X001000 Transcription factor, putative 5.314239877 L4_chemical_A1 +LQ08X001000 Transcription factor, putative 5.417250265 L4_chemical_A2 +LQ08X001000 Transcription factor, putative 5.564881511 L4_chemical_A3 +LQ08X001000 Transcription factor, putative 5.986113494 L4_chemical_B1 +LQ08X001000 Transcription factor, putative 5.732818828 L4_chemical_B2 +LQ08X001000 Transcription factor, putative 5.443684004 L4_chemical_B3 +LQ08X001000 Transcription factor, putative 5.132788798 L4_chemical_C2 +LQ08X001000 Transcription factor, putative 5.480327895 L4_chemical_C3 +LQ08X001020 Predicted protein 10.35267227 C6_control_A1 +LQ08X001020 Predicted protein 9.247550168 C6_control_A3 +LQ08X001020 Predicted protein 9.924978456 C6_control_B1 +LQ08X001020 Predicted protein 10.84906305 C6_control_B2 +LQ08X001020 Predicted protein 9.828084387 C6_control_B3 +LQ08X001020 Predicted protein 11.43423861 C6_control_C1 +LQ08X001020 Predicted protein 11.37678186 C6_control_C2 +LQ08X001020 Predicted protein 10.84875118 C6_control_C3 +LQ08X001020 Predicted protein 10.79718723 C6_chemical_A1 +LQ08X001020 Predicted protein 9.661108202 C6_chemical_A3 +LQ08X001020 Predicted protein 10.41772872 C6_chemical_B1 +LQ08X001020 Predicted protein 11.17879624 C6_chemical_B2 +LQ08X001020 Predicted protein 10.29194818 C6_chemical_B3 +LQ08X001020 Predicted protein 11.54224 C6_chemical_C1 +LQ08X001020 Predicted protein 11.57278443 C6_chemical_C2 +LQ08X001020 Predicted protein 11.23742759 C6_chemical_C3 +LQ08X001020 Predicted protein 10.32275102 L4_control_A1 +LQ08X001020 Predicted protein 10.15056075 L4_control_A2 +LQ08X001020 Predicted protein 10.11410598 L4_control_A3 +LQ08X001020 Predicted protein 9.908570433 L4_control_B1 +LQ08X001020 Predicted protein 9.846207933 L4_control_B2 +LQ08X001020 Predicted protein 10.57648937 L4_control_B3 +LQ08X001020 Predicted protein 10.69566306 L4_control_C2 +LQ08X001020 Predicted protein 10.48442647 L4_control_C3 +LQ08X001020 Predicted protein 10.77421853 L4_chemical_A1 +LQ08X001020 Predicted protein 10.25294951 L4_chemical_A2 +LQ08X001020 Predicted protein 10.66848691 L4_chemical_A3 +LQ08X001020 Predicted protein 9.878756076 L4_chemical_B1 +LQ08X001020 Predicted protein 9.26333491 L4_chemical_B2 +LQ08X001020 Predicted protein 10.13420034 L4_chemical_B3 +LQ08X001020 Predicted protein 10.47003028 L4_chemical_C2 +LQ08X001020 Predicted protein 10.59524881 L4_chemical_C3 +LQ08X001050 Putative Early nodulin-like protein 2 5.584885451 C6_control_A1 +LQ08X001050 Putative Early nodulin-like protein 2 5.648410123 C6_control_A3 +LQ08X001050 Putative Early nodulin-like protein 2 5.510522237 C6_control_B1 +LQ08X001050 Putative Early nodulin-like protein 2 5.551773261 C6_control_B2 +LQ08X001050 Putative Early nodulin-like protein 2 5.464720041 C6_control_B3 +LQ08X001050 Putative Early nodulin-like protein 2 5.375180345 C6_control_C1 +LQ08X001050 Putative Early nodulin-like protein 2 6.163268665 C6_control_C2 +LQ08X001050 Putative Early nodulin-like protein 2 5.713247095 C6_control_C3 +LQ08X001050 Putative Early nodulin-like protein 2 5.289425224 C6_chemical_A1 +LQ08X001050 Putative Early nodulin-like protein 2 5.787312227 C6_chemical_A3 +LQ08X001050 Putative Early nodulin-like protein 2 5.282964734 C6_chemical_B1 +LQ08X001050 Putative Early nodulin-like protein 2 5.474781691 C6_chemical_B2 +LQ08X001050 Putative Early nodulin-like protein 2 5.083868634 C6_chemical_B3 +LQ08X001050 Putative Early nodulin-like protein 2 5.353841746 C6_chemical_C1 +LQ08X001050 Putative Early nodulin-like protein 2 5.799133222 C6_chemical_C2 +LQ08X001050 Putative Early nodulin-like protein 2 5.349554824 C6_chemical_C3 +LQ08X001050 Putative Early nodulin-like protein 2 6.389981587 L4_control_A1 +LQ08X001050 Putative Early nodulin-like protein 2 5.790878257 L4_control_A2 +LQ08X001050 Putative Early nodulin-like protein 2 5.948926884 L4_control_A3 +LQ08X001050 Putative Early nodulin-like protein 2 5.716981939 L4_control_B1 +LQ08X001050 Putative Early nodulin-like protein 2 5.276096162 L4_control_B2 +LQ08X001050 Putative Early nodulin-like protein 2 6.278140806 L4_control_B3 +LQ08X001050 Putative Early nodulin-like protein 2 8.71372874 L4_control_C2 +LQ08X001050 Putative Early nodulin-like protein 2 7.500106562 L4_control_C3 +LQ08X001050 Putative Early nodulin-like protein 2 7.066986064 L4_chemical_A1 +LQ08X001050 Putative Early nodulin-like protein 2 6.143547605 L4_chemical_A2 +LQ08X001050 Putative Early nodulin-like protein 2 5.605897375 L4_chemical_A3 +LQ08X001050 Putative Early nodulin-like protein 2 7.948146861 L4_chemical_B1 +LQ08X001050 Putative Early nodulin-like protein 2 5.5377574 L4_chemical_B2 +LQ08X001050 Putative Early nodulin-like protein 2 5.67798157 L4_chemical_B3 +LQ08X001050 Putative Early nodulin-like protein 2 7.765647319 L4_chemical_C2 +LQ08X001050 Putative Early nodulin-like protein 2 5.701229005 L4_chemical_C3 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.361725547 C6_control_A1 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.446137515 C6_control_A3 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.405541922 C6_control_B1 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.025947046 C6_control_B2 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.198598897 C6_control_B3 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.474668644 C6_control_C1 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.622039437 C6_control_C2 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.932189745 C6_control_C3 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.805404698 C6_chemical_A1 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.914340415 C6_chemical_A3 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.467895586 C6_chemical_B1 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.32801384 C6_chemical_B2 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.803588394 C6_chemical_B3 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.818889546 C6_chemical_C1 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.91952226 C6_chemical_C2 +LQ08X001100 Putative Protein OSB1, mitochondrial 8.219489261 C6_chemical_C3 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.895679456 L4_control_A1 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.835361904 L4_control_A2 +LQ08X001100 Putative Protein OSB1, mitochondrial 7.591607599 L4_control_A3 +LQ08X001100 Putative Protein OSB1, mitochondrial 7.680190322 L4_control_B1 +LQ08X001100 Putative Protein OSB1, mitochondrial 8.189736691 L4_control_B2 +LQ08X001100 Putative Protein OSB1, mitochondrial 8.775603109 L4_control_B3 +LQ08X001100 Putative Protein OSB1, mitochondrial 9.224609392 L4_control_C2 +LQ08X001100 Putative Protein OSB1, mitochondrial 10.42625664 L4_control_C3 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.678671139 L4_chemical_A1 +LQ08X001100 Putative Protein OSB1, mitochondrial 6.579725466 L4_chemical_A2 +LQ08X001100 Putative Protein OSB1, mitochondrial 8.029728395 L4_chemical_A3 +LQ08X001100 Putative Protein OSB1, mitochondrial 8.144362981 L4_chemical_B1 +LQ08X001100 Putative Protein OSB1, mitochondrial 8.033969366 L4_chemical_B2 +LQ08X001100 Putative Protein OSB1, mitochondrial 7.814702131 L4_chemical_B3 +LQ08X001100 Putative Protein OSB1, mitochondrial 9.570402723 L4_chemical_C2 +LQ08X001100 Putative Protein OSB1, mitochondrial 10.14249776 L4_chemical_C3 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.99502139 C6_control_A1 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.9053117 C6_control_A3 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.31316398 C6_control_B1 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.28456208 C6_control_B2 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.42349335 C6_control_B3 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.45907033 C6_control_C1 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.27669413 C6_control_C2 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.53433076 C6_control_C3 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.82564423 C6_chemical_A1 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.07626916 C6_chemical_A3 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.35768452 C6_chemical_B1 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.05880315 C6_chemical_B2 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.27132841 C6_chemical_B3 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.40256803 C6_chemical_C1 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.34637481 C6_chemical_C2 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.33424522 C6_chemical_C3 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.74313914 L4_control_A1 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.2812465 L4_control_A2 +LQ08X001120 Nucleobase-ascorbate transporter 3 12.97568811 L4_control_A3 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.07496827 L4_control_B1 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.82244144 L4_control_B2 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.05895392 L4_control_B3 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.44388048 L4_control_C2 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.94488721 L4_control_C3 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.10403829 L4_chemical_A1 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.49959552 L4_chemical_A2 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.40512226 L4_chemical_A3 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.84294518 L4_chemical_B1 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.82396084 L4_chemical_B2 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.01424081 L4_chemical_B3 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.35732524 L4_chemical_C2 +LQ08X001120 Nucleobase-ascorbate transporter 3 14.10606207 L4_chemical_C3 +LQ08X001140 Serpin-ZX 10.94569572 C6_control_A1 +LQ08X001140 Serpin-ZX 11.9258805 C6_control_A3 +LQ08X001140 Serpin-ZX 11.11754634 C6_control_B1 +LQ08X001140 Serpin-ZX 11.00451284 C6_control_B2 +LQ08X001140 Serpin-ZX 11.42341348 C6_control_B3 +LQ08X001140 Serpin-ZX 11.26821979 C6_control_C1 +LQ08X001140 Serpin-ZX 11.38693404 C6_control_C2 +LQ08X001140 Serpin-ZX 11.12627718 C6_control_C3 +LQ08X001140 Serpin-ZX 10.66373764 C6_chemical_A1 +LQ08X001140 Serpin-ZX 11.61515878 C6_chemical_A3 +LQ08X001140 Serpin-ZX 11.03441102 C6_chemical_B1 +LQ08X001140 Serpin-ZX 10.69392214 C6_chemical_B2 +LQ08X001140 Serpin-ZX 11.24701329 C6_chemical_B3 +LQ08X001140 Serpin-ZX 10.97296163 C6_chemical_C1 +LQ08X001140 Serpin-ZX 11.02080391 C6_chemical_C2 +LQ08X001140 Serpin-ZX 10.66151098 C6_chemical_C3 +LQ08X001140 Serpin-ZX 12.02748066 L4_control_A1 +LQ08X001140 Serpin-ZX 12.10155274 L4_control_A2 +LQ08X001140 Serpin-ZX 12.5178036 L4_control_A3 +LQ08X001140 Serpin-ZX 11.82168383 L4_control_B1 +LQ08X001140 Serpin-ZX 12.10937054 L4_control_B2 +LQ08X001140 Serpin-ZX 11.7506116 L4_control_B3 +LQ08X001140 Serpin-ZX 12.14942427 L4_control_C2 +LQ08X001140 Serpin-ZX 12.70638846 L4_control_C3 +LQ08X001140 Serpin-ZX 12.07957296 L4_chemical_A1 +LQ08X001140 Serpin-ZX 11.92840447 L4_chemical_A2 +LQ08X001140 Serpin-ZX 12.4310909 L4_chemical_A3 +LQ08X001140 Serpin-ZX 11.90772945 L4_chemical_B1 +LQ08X001140 Serpin-ZX 11.9226148 L4_chemical_B2 +LQ08X001140 Serpin-ZX 12.10020171 L4_chemical_B3 +LQ08X001140 Serpin-ZX 12.26923031 L4_chemical_C2 +LQ08X001140 Serpin-ZX 12.2097831 L4_chemical_C3 +LQ08X001170 Putative Peptide transporter PTR5 4.417786391 C6_control_A1 +LQ08X001170 Putative Peptide transporter PTR5 4.507018799 C6_control_A3 +LQ08X001170 Putative Peptide transporter PTR5 4.626593697 C6_control_B1 +LQ08X001170 Putative Peptide transporter PTR5 4.669011997 C6_control_B2 +LQ08X001170 Putative Peptide transporter PTR5 4.706071681 C6_control_B3 +LQ08X001170 Putative Peptide transporter PTR5 5.041537028 C6_control_C1 +LQ08X001170 Putative Peptide transporter PTR5 4.770602614 C6_control_C2 +LQ08X001170 Putative Peptide transporter PTR5 5.413631327 C6_control_C3 +LQ08X001170 Putative Peptide transporter PTR5 4.658991494 C6_chemical_A1 +LQ08X001170 Putative Peptide transporter PTR5 4.503724788 C6_chemical_A3 +LQ08X001170 Putative Peptide transporter PTR5 4.740278415 C6_chemical_B1 +LQ08X001170 Putative Peptide transporter PTR5 4.602273245 C6_chemical_B2 +LQ08X001170 Putative Peptide transporter PTR5 4.740891863 C6_chemical_B3 +LQ08X001170 Putative Peptide transporter PTR5 5.366913126 C6_chemical_C1 +LQ08X001170 Putative Peptide transporter PTR5 4.904756399 C6_chemical_C2 +LQ08X001170 Putative Peptide transporter PTR5 4.968010633 C6_chemical_C3 +LQ08X001170 Putative Peptide transporter PTR5 4.884869894 L4_control_A1 +LQ08X001170 Putative Peptide transporter PTR5 4.790434593 L4_control_A2 +LQ08X001170 Putative Peptide transporter PTR5 4.788874157 L4_control_A3 +LQ08X001170 Putative Peptide transporter PTR5 5.285097147 L4_control_B1 +LQ08X001170 Putative Peptide transporter PTR5 4.805369849 L4_control_B2 +LQ08X001170 Putative Peptide transporter PTR5 4.671665087 L4_control_B3 +LQ08X001170 Putative Peptide transporter PTR5 4.52561587 L4_control_C2 +LQ08X001170 Putative Peptide transporter PTR5 5.780841797 L4_control_C3 +LQ08X001170 Putative Peptide transporter PTR5 4.951018847 L4_chemical_A1 +LQ08X001170 Putative Peptide transporter PTR5 4.559928245 L4_chemical_A2 +LQ08X001170 Putative Peptide transporter PTR5 4.873926984 L4_chemical_A3 +LQ08X001170 Putative Peptide transporter PTR5 4.53358422 L4_chemical_B1 +LQ08X001170 Putative Peptide transporter PTR5 4.773157741 L4_chemical_B2 +LQ08X001170 Putative Peptide transporter PTR5 4.900264346 L4_chemical_B3 +LQ08X001170 Putative Peptide transporter PTR5 5.253461369 L4_chemical_C2 +LQ08X001170 Putative Peptide transporter PTR5 4.979654366 L4_chemical_C3 +LQ08X001180 Predicted protein 6.336536745 C6_control_A1 +LQ08X001180 Predicted protein 6.505885811 C6_control_A3 +LQ08X001180 Predicted protein 5.215855051 C6_control_B1 +LQ08X001180 Predicted protein 6.434985121 C6_control_B2 +LQ08X001180 Predicted protein 5.907798132 C6_control_B3 +LQ08X001180 Predicted protein 6.165788034 C6_control_C1 +LQ08X001180 Predicted protein 6.077627124 C6_control_C2 +LQ08X001180 Predicted protein 6.744797364 C6_control_C3 +LQ08X001180 Predicted protein 6.2562258 C6_chemical_A1 +LQ08X001180 Predicted protein 6.034493774 C6_chemical_A3 +LQ08X001180 Predicted protein 5.496375506 C6_chemical_B1 +LQ08X001180 Predicted protein 6.433634459 C6_chemical_B2 +LQ08X001180 Predicted protein 6.040434725 C6_chemical_B3 +LQ08X001180 Predicted protein 6.790617064 C6_chemical_C1 +LQ08X001180 Predicted protein 6.559747354 C6_chemical_C2 +LQ08X001180 Predicted protein 6.690499705 C6_chemical_C3 +LQ08X001180 Predicted protein 6.531974979 L4_control_A1 +LQ08X001180 Predicted protein 6.539700744 L4_control_A2 +LQ08X001180 Predicted protein 6.205237037 L4_control_A3 +LQ08X001180 Predicted protein 5.964105059 L4_control_B1 +LQ08X001180 Predicted protein 6.034146562 L4_control_B2 +LQ08X001180 Predicted protein 5.951232689 L4_control_B3 +LQ08X001180 Predicted protein 5.616706644 L4_control_C2 +LQ08X001180 Predicted protein 5.532124444 L4_control_C3 +LQ08X001180 Predicted protein 6.363746775 L4_chemical_A1 +LQ08X001180 Predicted protein 6.441367405 L4_chemical_A2 +LQ08X001180 Predicted protein 6.733410886 L4_chemical_A3 +LQ08X001180 Predicted protein 5.537688693 L4_chemical_B1 +LQ08X001180 Predicted protein 6.038029532 L4_chemical_B2 +LQ08X001180 Predicted protein 6.249321227 L4_chemical_B3 +LQ08X001180 Predicted protein 5.725426358 L4_chemical_C2 +LQ08X001180 Predicted protein 6.623771466 L4_chemical_C3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.936522302 C6_control_A1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 8.047792722 C6_control_A3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.526090195 C6_control_B1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.14707169 C6_control_B2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.409318817 C6_control_B3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 5.806157768 C6_control_C1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 7.830981469 C6_control_C2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 5.814389533 C6_control_C3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.944036068 C6_chemical_A1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.797491933 C6_chemical_A3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.075678028 C6_chemical_B1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.466923948 C6_chemical_B2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.148801469 C6_chemical_B3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.210561891 C6_chemical_C1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.575629599 C6_chemical_C2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 5.915187531 C6_chemical_C3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.143024208 L4_control_A1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.292188306 L4_control_A2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.919287494 L4_control_A3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.331646611 L4_control_B1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.905537773 L4_control_B2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.270637564 L4_control_B3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 5.961506571 L4_control_C2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 5.818055047 L4_control_C3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.444190657 L4_chemical_A1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.424698577 L4_chemical_A2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 7.631337453 L4_chemical_A3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.691954367 L4_chemical_B1 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.693651402 L4_chemical_B2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.161741207 L4_chemical_B3 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.392337711 L4_chemical_C2 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 5.91575114 L4_chemical_C3 +LQ08X001200 Lysine histidine transporter-like 8 5.414520068 C6_control_A1 +LQ08X001200 Lysine histidine transporter-like 8 5.500254176 C6_control_A3 +LQ08X001200 Lysine histidine transporter-like 8 5.457335594 C6_control_B1 +LQ08X001200 Lysine histidine transporter-like 8 5.38187886 C6_control_B2 +LQ08X001200 Lysine histidine transporter-like 8 5.455965944 C6_control_B3 +LQ08X001200 Lysine histidine transporter-like 8 5.053595024 C6_control_C1 +LQ08X001200 Lysine histidine transporter-like 8 5.272153219 C6_control_C2 +LQ08X001200 Lysine histidine transporter-like 8 5.187068028 C6_control_C3 +LQ08X001200 Lysine histidine transporter-like 8 5.491239982 C6_chemical_A1 +LQ08X001200 Lysine histidine transporter-like 8 5.723166551 C6_chemical_A3 +LQ08X001200 Lysine histidine transporter-like 8 5.223880418 C6_chemical_B1 +LQ08X001200 Lysine histidine transporter-like 8 5.023259626 C6_chemical_B2 +LQ08X001200 Lysine histidine transporter-like 8 5.555213999 C6_chemical_B3 +LQ08X001200 Lysine histidine transporter-like 8 5.473523052 C6_chemical_C1 +LQ08X001200 Lysine histidine transporter-like 8 5.215097423 C6_chemical_C2 +LQ08X001200 Lysine histidine transporter-like 8 5.252301257 C6_chemical_C3 +LQ08X001200 Lysine histidine transporter-like 8 5.564821672 L4_control_A1 +LQ08X001200 Lysine histidine transporter-like 8 5.608938653 L4_control_A2 +LQ08X001200 Lysine histidine transporter-like 8 5.650741114 L4_control_A3 +LQ08X001200 Lysine histidine transporter-like 8 5.771679216 L4_control_B1 +LQ08X001200 Lysine histidine transporter-like 8 5.759012915 L4_control_B2 +LQ08X001200 Lysine histidine transporter-like 8 5.499229178 L4_control_B3 +LQ08X001200 Lysine histidine transporter-like 8 5.128909154 L4_control_C2 +LQ08X001200 Lysine histidine transporter-like 8 4.977202215 L4_control_C3 +LQ08X001200 Lysine histidine transporter-like 8 5.229418978 L4_chemical_A1 +LQ08X001200 Lysine histidine transporter-like 8 5.672445337 L4_chemical_A2 +LQ08X001200 Lysine histidine transporter-like 8 5.586429999 L4_chemical_A3 +LQ08X001200 Lysine histidine transporter-like 8 5.669006952 L4_chemical_B1 +LQ08X001200 Lysine histidine transporter-like 8 5.914504263 L4_chemical_B2 +LQ08X001200 Lysine histidine transporter-like 8 5.262231602 L4_chemical_B3 +LQ08X001200 Lysine histidine transporter-like 8 5.165722824 L4_chemical_C2 +LQ08X001200 Lysine histidine transporter-like 8 5.08092672 L4_chemical_C3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.818219084 C6_control_A1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.670594258 C6_control_A3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.283428901 C6_control_B1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.067856503 C6_control_B2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.58315592 C6_control_B3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.286481636 C6_control_C1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 7.496466904 C6_control_C2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 7.968992511 C6_control_C3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 9.280561804 C6_chemical_A1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 9.146691623 C6_chemical_A3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.98201353 C6_chemical_B1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.269297872 C6_chemical_B2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 9.176248192 C6_chemical_B3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.408526746 C6_chemical_C1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 7.709199611 C6_chemical_C2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.11029278 C6_chemical_C3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 9.259806077 L4_control_A1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 9.024208215 L4_control_A2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.391871682 L4_control_A3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.698795416 L4_control_B1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 9.320595659 L4_control_B2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 9.131572858 L4_control_B3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 7.835127961 L4_control_C2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 7.353376342 L4_control_C3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.819928474 L4_chemical_A1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.266655734 L4_chemical_A2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 7.818509267 L4_chemical_A3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.267016244 L4_chemical_B1 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.929232391 L4_chemical_B2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 8.820989437 L4_chemical_B3 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 6.141607084 L4_chemical_C2 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 6.487419873 L4_chemical_C3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.368857251 C6_control_A1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.790892514 C6_control_A3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.775922608 C6_control_B1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.055104191 C6_control_B2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.322585792 C6_control_B3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.076075014 C6_control_C1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.408941993 C6_control_C2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 8.718082351 C6_control_C3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.02647853 C6_chemical_A1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.834802502 C6_chemical_A3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.12806981 C6_chemical_B1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.495264631 C6_chemical_B2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.716784529 C6_chemical_B3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.154197753 C6_chemical_C1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.305302143 C6_chemical_C2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 8.930113156 C6_chemical_C3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.19371362 L4_control_A1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.64067892 L4_control_A2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.35729437 L4_control_A3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.29618883 L4_control_B1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.89679771 L4_control_B2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.703106983 L4_control_B3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.84515538 L4_control_C2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.16102025 L4_control_C3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.00699193 L4_chemical_A1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.7642417 L4_chemical_A2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.1033499 L4_chemical_A3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.68106435 L4_chemical_B1 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.93059511 L4_chemical_B2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 9.829804821 L4_chemical_B3 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 11.02180186 L4_chemical_C2 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.21331903 L4_chemical_C3 +LQ08X001260 Putative B3 domain-containing protein REM16 13.43269896 C6_control_A1 +LQ08X001260 Putative B3 domain-containing protein REM16 13.5960984 C6_control_A3 +LQ08X001260 Putative B3 domain-containing protein REM16 13.69931972 C6_control_B1 +LQ08X001260 Putative B3 domain-containing protein REM16 14.41522488 C6_control_B2 +LQ08X001260 Putative B3 domain-containing protein REM16 13.88798911 C6_control_B3 +LQ08X001260 Putative B3 domain-containing protein REM16 13.96415312 C6_control_C1 +LQ08X001260 Putative B3 domain-containing protein REM16 14.72164568 C6_control_C2 +LQ08X001260 Putative B3 domain-containing protein REM16 14.2336307 C6_control_C3 +LQ08X001260 Putative B3 domain-containing protein REM16 13.49892445 C6_chemical_A1 +LQ08X001260 Putative B3 domain-containing protein REM16 12.74351501 C6_chemical_A3 +LQ08X001260 Putative B3 domain-containing protein REM16 14.1148422 C6_chemical_B1 +LQ08X001260 Putative B3 domain-containing protein REM16 14.81768049 C6_chemical_B2 +LQ08X001260 Putative B3 domain-containing protein REM16 13.74917873 C6_chemical_B3 +LQ08X001260 Putative B3 domain-containing protein REM16 13.88549261 C6_chemical_C1 +LQ08X001260 Putative B3 domain-containing protein REM16 14.4863325 C6_chemical_C2 +LQ08X001260 Putative B3 domain-containing protein REM16 13.91847603 C6_chemical_C3 +LQ08X001260 Putative B3 domain-containing protein REM16 13.8534302 L4_control_A1 +LQ08X001260 Putative B3 domain-containing protein REM16 13.97330761 L4_control_A2 +LQ08X001260 Putative B3 domain-containing protein REM16 13.87126506 L4_control_A3 +LQ08X001260 Putative B3 domain-containing protein REM16 14.01904237 L4_control_B1 +LQ08X001260 Putative B3 domain-containing protein REM16 13.14768782 L4_control_B2 +LQ08X001260 Putative B3 domain-containing protein REM16 14.08933326 L4_control_B3 +LQ08X001260 Putative B3 domain-containing protein REM16 13.81231935 L4_control_C2 +LQ08X001260 Putative B3 domain-containing protein REM16 13.35963908 L4_control_C3 +LQ08X001260 Putative B3 domain-containing protein REM16 14.15223008 L4_chemical_A1 +LQ08X001260 Putative B3 domain-containing protein REM16 14.51780445 L4_chemical_A2 +LQ08X001260 Putative B3 domain-containing protein REM16 13.64752335 L4_chemical_A3 +LQ08X001260 Putative B3 domain-containing protein REM16 13.47544012 L4_chemical_B1 +LQ08X001260 Putative B3 domain-containing protein REM16 14.10195343 L4_chemical_B2 +LQ08X001260 Putative B3 domain-containing protein REM16 13.94139536 L4_chemical_B3 +LQ08X001260 Putative B3 domain-containing protein REM16 14.08250333 L4_chemical_C2 +LQ08X001260 Putative B3 domain-containing protein REM16 13.62550861 L4_chemical_C3 +LQ08X001270 Predicted protein 10.44107081 C6_control_A1 +LQ08X001270 Predicted protein 10.98319445 C6_control_A3 +LQ08X001270 Predicted protein 10.10682218 C6_control_B1 +LQ08X001270 Predicted protein 10.67265479 C6_control_B2 +LQ08X001270 Predicted protein 10.31185856 C6_control_B3 +LQ08X001270 Predicted protein 10.30481682 C6_control_C1 +LQ08X001270 Predicted protein 10.37064257 C6_control_C2 +LQ08X001270 Predicted protein 10.69447553 C6_control_C3 +LQ08X001270 Predicted protein 10.28759933 C6_chemical_A1 +LQ08X001270 Predicted protein 10.77482748 C6_chemical_A3 +LQ08X001270 Predicted protein 9.903248079 C6_chemical_B1 +LQ08X001270 Predicted protein 10.56455683 C6_chemical_B2 +LQ08X001270 Predicted protein 9.830992939 C6_chemical_B3 +LQ08X001270 Predicted protein 10.22745815 C6_chemical_C1 +LQ08X001270 Predicted protein 10.31308913 C6_chemical_C2 +LQ08X001270 Predicted protein 10.35646089 C6_chemical_C3 +LQ08X001270 Predicted protein 11.10485549 L4_control_A1 +LQ08X001270 Predicted protein 11.03959699 L4_control_A2 +LQ08X001270 Predicted protein 10.75938411 L4_control_A3 +LQ08X001270 Predicted protein 10.62012095 L4_control_B1 +LQ08X001270 Predicted protein 10.23488108 L4_control_B2 +LQ08X001270 Predicted protein 10.63552604 L4_control_B3 +LQ08X001270 Predicted protein 9.19706422 L4_control_C2 +LQ08X001270 Predicted protein 10.49195245 L4_control_C3 +LQ08X001270 Predicted protein 11.15743572 L4_chemical_A1 +LQ08X001270 Predicted protein 10.89578316 L4_chemical_A2 +LQ08X001270 Predicted protein 11.03398593 L4_chemical_A3 +LQ08X001270 Predicted protein 10.54829131 L4_chemical_B1 +LQ08X001270 Predicted protein 10.25965659 L4_chemical_B2 +LQ08X001270 Predicted protein 10.88164892 L4_chemical_B3 +LQ08X001270 Predicted protein 9.494863479 L4_chemical_C2 +LQ08X001270 Predicted protein 10.0201756 L4_chemical_C3 +LQ08X001300 Cytochrome P450 82A3 7.037655656 C6_control_A1 +LQ08X001300 Cytochrome P450 82A3 6.610977794 C6_control_A3 +LQ08X001300 Cytochrome P450 82A3 6.450667467 C6_control_B1 +LQ08X001300 Cytochrome P450 82A3 6.824756082 C6_control_B2 +LQ08X001300 Cytochrome P450 82A3 7.55895275 C6_control_B3 +LQ08X001300 Cytochrome P450 82A3 8.959596038 C6_control_C1 +LQ08X001300 Cytochrome P450 82A3 8.707677227 C6_control_C2 +LQ08X001300 Cytochrome P450 82A3 10.01578095 C6_control_C3 +LQ08X001300 Cytochrome P450 82A3 6.389119896 C6_chemical_A1 +LQ08X001300 Cytochrome P450 82A3 6.935982715 C6_chemical_A3 +LQ08X001300 Cytochrome P450 82A3 7.442763968 C6_chemical_B1 +LQ08X001300 Cytochrome P450 82A3 6.873815906 C6_chemical_B2 +LQ08X001300 Cytochrome P450 82A3 7.326234551 C6_chemical_B3 +LQ08X001300 Cytochrome P450 82A3 8.52679112 C6_chemical_C1 +LQ08X001300 Cytochrome P450 82A3 8.969540549 C6_chemical_C2 +LQ08X001300 Cytochrome P450 82A3 9.637392601 C6_chemical_C3 +LQ08X001300 Cytochrome P450 82A3 6.993881477 L4_control_A1 +LQ08X001300 Cytochrome P450 82A3 6.451108218 L4_control_A2 +LQ08X001300 Cytochrome P450 82A3 7.237701242 L4_control_A3 +LQ08X001300 Cytochrome P450 82A3 7.638289884 L4_control_B1 +LQ08X001300 Cytochrome P450 82A3 6.614865124 L4_control_B2 +LQ08X001300 Cytochrome P450 82A3 7.589698607 L4_control_B3 +LQ08X001300 Cytochrome P450 82A3 11.16715854 L4_control_C2 +LQ08X001300 Cytochrome P450 82A3 11.32879587 L4_control_C3 +LQ08X001300 Cytochrome P450 82A3 7.357898107 L4_chemical_A1 +LQ08X001300 Cytochrome P450 82A3 7.281218926 L4_chemical_A2 +LQ08X001300 Cytochrome P450 82A3 6.55822094 L4_chemical_A3 +LQ08X001300 Cytochrome P450 82A3 8.324174005 L4_chemical_B1 +LQ08X001300 Cytochrome P450 82A3 7.06997599 L4_chemical_B2 +LQ08X001300 Cytochrome P450 82A3 7.348933335 L4_chemical_B3 +LQ08X001300 Cytochrome P450 82A3 11.54107361 L4_chemical_C2 +LQ08X001300 Cytochrome P450 82A3 11.39301166 L4_chemical_C3 +LQ08X001310 Cytochrome P450 82A4 5.061460268 C6_control_A1 +LQ08X001310 Cytochrome P450 82A4 4.993511438 C6_control_A3 +LQ08X001310 Cytochrome P450 82A4 5.614276667 C6_control_B1 +LQ08X001310 Cytochrome P450 82A4 5.197208854 C6_control_B2 +LQ08X001310 Cytochrome P450 82A4 4.986680944 C6_control_B3 +LQ08X001310 Cytochrome P450 82A4 6.715860429 C6_control_C1 +LQ08X001310 Cytochrome P450 82A4 7.353083626 C6_control_C2 +LQ08X001310 Cytochrome P450 82A4 6.355405247 C6_control_C3 +LQ08X001310 Cytochrome P450 82A4 5.056971735 C6_chemical_A1 +LQ08X001310 Cytochrome P450 82A4 5.169819974 C6_chemical_A3 +LQ08X001310 Cytochrome P450 82A4 5.704398968 C6_chemical_B1 +LQ08X001310 Cytochrome P450 82A4 6.007612107 C6_chemical_B2 +LQ08X001310 Cytochrome P450 82A4 5.34444133 C6_chemical_B3 +LQ08X001310 Cytochrome P450 82A4 7.332950907 C6_chemical_C1 +LQ08X001310 Cytochrome P450 82A4 7.526929012 C6_chemical_C2 +LQ08X001310 Cytochrome P450 82A4 7.427095601 C6_chemical_C3 +LQ08X001310 Cytochrome P450 82A4 5.37104891 L4_control_A1 +LQ08X001310 Cytochrome P450 82A4 5.333672167 L4_control_A2 +LQ08X001310 Cytochrome P450 82A4 4.951843846 L4_control_A3 +LQ08X001310 Cytochrome P450 82A4 5.315508741 L4_control_B1 +LQ08X001310 Cytochrome P450 82A4 4.96069827 L4_control_B2 +LQ08X001310 Cytochrome P450 82A4 5.690927163 L4_control_B3 +LQ08X001310 Cytochrome P450 82A4 5.714823752 L4_control_C2 +LQ08X001310 Cytochrome P450 82A4 5.626139291 L4_control_C3 +LQ08X001310 Cytochrome P450 82A4 5.92092491 L4_chemical_A1 +LQ08X001310 Cytochrome P450 82A4 5.50765518 L4_chemical_A2 +LQ08X001310 Cytochrome P450 82A4 5.50025245 L4_chemical_A3 +LQ08X001310 Cytochrome P450 82A4 5.821034664 L4_chemical_B1 +LQ08X001310 Cytochrome P450 82A4 5.380580884 L4_chemical_B2 +LQ08X001310 Cytochrome P450 82A4 5.381277627 L4_chemical_B3 +LQ08X001310 Cytochrome P450 82A4 6.44097884 L4_chemical_C2 +LQ08X001310 Cytochrome P450 82A4 6.818511531 L4_chemical_C3 +LQ08X001320 Cytochrome P450 82A3 6.919137038 C6_control_A1 +LQ08X001320 Cytochrome P450 82A3 5.89602245 C6_control_A3 +LQ08X001320 Cytochrome P450 82A3 7.075827338 C6_control_B1 +LQ08X001320 Cytochrome P450 82A3 8.739436543 C6_control_B2 +LQ08X001320 Cytochrome P450 82A3 7.051249648 C6_control_B3 +LQ08X001320 Cytochrome P450 82A3 13.68013518 C6_control_C1 +LQ08X001320 Cytochrome P450 82A3 12.7704798 C6_control_C2 +LQ08X001320 Cytochrome P450 82A3 12.40637661 C6_control_C3 +LQ08X001320 Cytochrome P450 82A3 6.644270023 C6_chemical_A1 +LQ08X001320 Cytochrome P450 82A3 6.354706459 C6_chemical_A3 +LQ08X001320 Cytochrome P450 82A3 7.641013242 C6_chemical_B1 +LQ08X001320 Cytochrome P450 82A3 8.417640116 C6_chemical_B2 +LQ08X001320 Cytochrome P450 82A3 7.536755105 C6_chemical_B3 +LQ08X001320 Cytochrome P450 82A3 13.79293226 C6_chemical_C1 +LQ08X001320 Cytochrome P450 82A3 13.57932812 C6_chemical_C2 +LQ08X001320 Cytochrome P450 82A3 12.61911443 C6_chemical_C3 +LQ08X001320 Cytochrome P450 82A3 6.965565475 L4_control_A1 +LQ08X001320 Cytochrome P450 82A3 6.738482958 L4_control_A2 +LQ08X001320 Cytochrome P450 82A3 6.832992564 L4_control_A3 +LQ08X001320 Cytochrome P450 82A3 8.280618315 L4_control_B1 +LQ08X001320 Cytochrome P450 82A3 7.785183453 L4_control_B2 +LQ08X001320 Cytochrome P450 82A3 8.096417369 L4_control_B3 +LQ08X001320 Cytochrome P450 82A3 13.4676184 L4_control_C2 +LQ08X001320 Cytochrome P450 82A3 12.57901362 L4_control_C3 +LQ08X001320 Cytochrome P450 82A3 8.321307857 L4_chemical_A1 +LQ08X001320 Cytochrome P450 82A3 9.143021142 L4_chemical_A2 +LQ08X001320 Cytochrome P450 82A3 7.780835947 L4_chemical_A3 +LQ08X001320 Cytochrome P450 82A3 8.958164943 L4_chemical_B1 +LQ08X001320 Cytochrome P450 82A3 9.240197332 L4_chemical_B2 +LQ08X001320 Cytochrome P450 82A3 7.122174906 L4_chemical_B3 +LQ08X001320 Cytochrome P450 82A3 13.55024517 L4_chemical_C2 +LQ08X001320 Cytochrome P450 82A3 13.22814853 L4_chemical_C3 +LQ08X001370 Cytochrome P450 82A3 5.300323692 C6_control_A1 +LQ08X001370 Cytochrome P450 82A3 4.983928939 C6_control_A3 +LQ08X001370 Cytochrome P450 82A3 5.178137791 C6_control_B1 +LQ08X001370 Cytochrome P450 82A3 5.605346901 C6_control_B2 +LQ08X001370 Cytochrome P450 82A3 5.648955596 C6_control_B3 +LQ08X001370 Cytochrome P450 82A3 5.694731395 C6_control_C1 +LQ08X001370 Cytochrome P450 82A3 6.203190554 C6_control_C2 +LQ08X001370 Cytochrome P450 82A3 6.981661198 C6_control_C3 +LQ08X001370 Cytochrome P450 82A3 5.409642168 C6_chemical_A1 +LQ08X001370 Cytochrome P450 82A3 4.974303139 C6_chemical_A3 +LQ08X001370 Cytochrome P450 82A3 5.431006517 C6_chemical_B1 +LQ08X001370 Cytochrome P450 82A3 5.632323118 C6_chemical_B2 +LQ08X001370 Cytochrome P450 82A3 5.502079431 C6_chemical_B3 +LQ08X001370 Cytochrome P450 82A3 6.465804563 C6_chemical_C1 +LQ08X001370 Cytochrome P450 82A3 6.625671278 C6_chemical_C2 +LQ08X001370 Cytochrome P450 82A3 7.74371004 C6_chemical_C3 +LQ08X001370 Cytochrome P450 82A3 5.345589211 L4_control_A1 +LQ08X001370 Cytochrome P450 82A3 5.48142327 L4_control_A2 +LQ08X001370 Cytochrome P450 82A3 5.415972793 L4_control_A3 +LQ08X001370 Cytochrome P450 82A3 5.462787432 L4_control_B1 +LQ08X001370 Cytochrome P450 82A3 6.140092059 L4_control_B2 +LQ08X001370 Cytochrome P450 82A3 5.890372024 L4_control_B3 +LQ08X001370 Cytochrome P450 82A3 6.313462239 L4_control_C2 +LQ08X001370 Cytochrome P450 82A3 6.965522839 L4_control_C3 +LQ08X001370 Cytochrome P450 82A3 6.058306369 L4_chemical_A1 +LQ08X001370 Cytochrome P450 82A3 5.740269139 L4_chemical_A2 +LQ08X001370 Cytochrome P450 82A3 5.567436918 L4_chemical_A3 +LQ08X001370 Cytochrome P450 82A3 6.259934625 L4_chemical_B1 +LQ08X001370 Cytochrome P450 82A3 6.218910267 L4_chemical_B2 +LQ08X001370 Cytochrome P450 82A3 5.694757378 L4_chemical_B3 +LQ08X001370 Cytochrome P450 82A3 6.004256904 L4_chemical_C2 +LQ08X001370 Cytochrome P450 82A3 7.327061216 L4_chemical_C3 +LQ08X001390 Cytochrome P450 82A3 5.58697507 C6_control_A1 +LQ08X001390 Cytochrome P450 82A3 5.253127476 C6_control_A3 +LQ08X001390 Cytochrome P450 82A3 5.810045817 C6_control_B1 +LQ08X001390 Cytochrome P450 82A3 6.459020876 C6_control_B2 +LQ08X001390 Cytochrome P450 82A3 6.248992869 C6_control_B3 +LQ08X001390 Cytochrome P450 82A3 8.621698727 C6_control_C1 +LQ08X001390 Cytochrome P450 82A3 8.516261602 C6_control_C2 +LQ08X001390 Cytochrome P450 82A3 9.753745414 C6_control_C3 +LQ08X001390 Cytochrome P450 82A3 5.532004898 C6_chemical_A1 +LQ08X001390 Cytochrome P450 82A3 6.329580192 C6_chemical_A3 +LQ08X001390 Cytochrome P450 82A3 5.780936131 C6_chemical_B1 +LQ08X001390 Cytochrome P450 82A3 6.543061495 C6_chemical_B2 +LQ08X001390 Cytochrome P450 82A3 7.10331073 C6_chemical_B3 +LQ08X001390 Cytochrome P450 82A3 8.695236211 C6_chemical_C1 +LQ08X001390 Cytochrome P450 82A3 8.554740259 C6_chemical_C2 +LQ08X001390 Cytochrome P450 82A3 9.56781591 C6_chemical_C3 +LQ08X001390 Cytochrome P450 82A3 6.865588163 L4_control_A1 +LQ08X001390 Cytochrome P450 82A3 6.923752136 L4_control_A2 +LQ08X001390 Cytochrome P450 82A3 7.219332236 L4_control_A3 +LQ08X001390 Cytochrome P450 82A3 7.502749611 L4_control_B1 +LQ08X001390 Cytochrome P450 82A3 8.549349331 L4_control_B2 +LQ08X001390 Cytochrome P450 82A3 7.131634816 L4_control_B3 +LQ08X001390 Cytochrome P450 82A3 9.694150401 L4_control_C2 +LQ08X001390 Cytochrome P450 82A3 9.827673323 L4_control_C3 +LQ08X001390 Cytochrome P450 82A3 7.266811779 L4_chemical_A1 +LQ08X001390 Cytochrome P450 82A3 9.25617796 L4_chemical_A2 +LQ08X001390 Cytochrome P450 82A3 6.730385642 L4_chemical_A3 +LQ08X001390 Cytochrome P450 82A3 8.791600775 L4_chemical_B1 +LQ08X001390 Cytochrome P450 82A3 7.952733272 L4_chemical_B2 +LQ08X001390 Cytochrome P450 82A3 8.143961477 L4_chemical_B3 +LQ08X001390 Cytochrome P450 82A3 9.670105133 L4_chemical_C2 +LQ08X001390 Cytochrome P450 82A3 9.269679964 L4_chemical_C3 +LQ08X001400 Putative Cytochrome P450 82A3 11.00638316 C6_control_A1 +LQ08X001400 Putative Cytochrome P450 82A3 8.805968251 C6_control_A3 +LQ08X001400 Putative Cytochrome P450 82A3 12.59916771 C6_control_B1 +LQ08X001400 Putative Cytochrome P450 82A3 12.76750761 C6_control_B2 +LQ08X001400 Putative Cytochrome P450 82A3 13.04104962 C6_control_B3 +LQ08X001400 Putative Cytochrome P450 82A3 13.38249608 C6_control_C1 +LQ08X001400 Putative Cytochrome P450 82A3 13.33660756 C6_control_C2 +LQ08X001400 Putative Cytochrome P450 82A3 13.21973108 C6_control_C3 +LQ08X001400 Putative Cytochrome P450 82A3 11.3858191 C6_chemical_A1 +LQ08X001400 Putative Cytochrome P450 82A3 9.467960525 C6_chemical_A3 +LQ08X001400 Putative Cytochrome P450 82A3 13.0703285 C6_chemical_B1 +LQ08X001400 Putative Cytochrome P450 82A3 12.94376545 C6_chemical_B2 +LQ08X001400 Putative Cytochrome P450 82A3 13.15947159 C6_chemical_B3 +LQ08X001400 Putative Cytochrome P450 82A3 13.397212 C6_chemical_C1 +LQ08X001400 Putative Cytochrome P450 82A3 13.32612351 C6_chemical_C2 +LQ08X001400 Putative Cytochrome P450 82A3 13.48880407 C6_chemical_C3 +LQ08X001400 Putative Cytochrome P450 82A3 9.002122862 L4_control_A1 +LQ08X001400 Putative Cytochrome P450 82A3 9.656354793 L4_control_A2 +LQ08X001400 Putative Cytochrome P450 82A3 7.450056432 L4_control_A3 +LQ08X001400 Putative Cytochrome P450 82A3 12.60537536 L4_control_B1 +LQ08X001400 Putative Cytochrome P450 82A3 12.92237379 L4_control_B2 +LQ08X001400 Putative Cytochrome P450 82A3 12.19871277 L4_control_B3 +LQ08X001400 Putative Cytochrome P450 82A3 12.87120401 L4_control_C2 +LQ08X001400 Putative Cytochrome P450 82A3 12.66787335 L4_control_C3 +LQ08X001400 Putative Cytochrome P450 82A3 8.679221616 L4_chemical_A1 +LQ08X001400 Putative Cytochrome P450 82A3 9.896229335 L4_chemical_A2 +LQ08X001400 Putative Cytochrome P450 82A3 7.096344745 L4_chemical_A3 +LQ08X001400 Putative Cytochrome P450 82A3 11.8583424 L4_chemical_B1 +LQ08X001400 Putative Cytochrome P450 82A3 12.21008442 L4_chemical_B2 +LQ08X001400 Putative Cytochrome P450 82A3 11.84503046 L4_chemical_B3 +LQ08X001400 Putative Cytochrome P450 82A3 12.53585192 L4_chemical_C2 +LQ08X001400 Putative Cytochrome P450 82A3 12.83721961 L4_chemical_C3 +LQ08X001420 Predicted protein 5.730849464 C6_control_A1 +LQ08X001420 Predicted protein 5.684957365 C6_control_A3 +LQ08X001420 Predicted protein 6.126803474 C6_control_B1 +LQ08X001420 Predicted protein 5.318365987 C6_control_B2 +LQ08X001420 Predicted protein 5.294828523 C6_control_B3 +LQ08X001420 Predicted protein 5.466838831 C6_control_C1 +LQ08X001420 Predicted protein 5.277771642 C6_control_C2 +LQ08X001420 Predicted protein 5.197588028 C6_control_C3 +LQ08X001420 Predicted protein 5.474373814 C6_chemical_A1 +LQ08X001420 Predicted protein 5.098036173 C6_chemical_A3 +LQ08X001420 Predicted protein 5.881609373 C6_chemical_B1 +LQ08X001420 Predicted protein 5.444536913 C6_chemical_B2 +LQ08X001420 Predicted protein 5.759247255 C6_chemical_B3 +LQ08X001420 Predicted protein 5.336963846 C6_chemical_C1 +LQ08X001420 Predicted protein 5.472913082 C6_chemical_C2 +LQ08X001420 Predicted protein 4.961672625 C6_chemical_C3 +LQ08X001420 Predicted protein 5.198489031 L4_control_A1 +LQ08X001420 Predicted protein 5.455578896 L4_control_A2 +LQ08X001420 Predicted protein 5.399248328 L4_control_A3 +LQ08X001420 Predicted protein 4.991500491 L4_control_B1 +LQ08X001420 Predicted protein 5.722903484 L4_control_B2 +LQ08X001420 Predicted protein 5.162121575 L4_control_B3 +LQ08X001420 Predicted protein 4.919067591 L4_control_C2 +LQ08X001420 Predicted protein 5.176022487 L4_control_C3 +LQ08X001420 Predicted protein 5.037737075 L4_chemical_A1 +LQ08X001420 Predicted protein 5.53921297 L4_chemical_A2 +LQ08X001420 Predicted protein 5.447584686 L4_chemical_A3 +LQ08X001420 Predicted protein 5.329446679 L4_chemical_B1 +LQ08X001420 Predicted protein 5.563068274 L4_chemical_B2 +LQ08X001420 Predicted protein 5.369471086 L4_chemical_B3 +LQ08X001420 Predicted protein 4.767591138 L4_chemical_C2 +LQ08X001420 Predicted protein 5.163369236 L4_chemical_C3 +LQ08X001430 Putative Myosin heavy chain kinase B 6.344314614 C6_control_A1 +LQ08X001430 Putative Myosin heavy chain kinase B 5.827831596 C6_control_A3 +LQ08X001430 Putative Myosin heavy chain kinase B 6.777497304 C6_control_B1 +LQ08X001430 Putative Myosin heavy chain kinase B 5.928203216 C6_control_B2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.37562388 C6_control_B3 +LQ08X001430 Putative Myosin heavy chain kinase B 8.067191052 C6_control_C1 +LQ08X001430 Putative Myosin heavy chain kinase B 5.489410822 C6_control_C2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.420991695 C6_control_C3 +LQ08X001430 Putative Myosin heavy chain kinase B 7.441581923 C6_chemical_A1 +LQ08X001430 Putative Myosin heavy chain kinase B 8.307079397 C6_chemical_A3 +LQ08X001430 Putative Myosin heavy chain kinase B 7.82518249 C6_chemical_B1 +LQ08X001430 Putative Myosin heavy chain kinase B 6.166224855 C6_chemical_B2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.520219512 C6_chemical_B3 +LQ08X001430 Putative Myosin heavy chain kinase B 8.691971626 C6_chemical_C1 +LQ08X001430 Putative Myosin heavy chain kinase B 6.813282038 C6_chemical_C2 +LQ08X001430 Putative Myosin heavy chain kinase B 6.072138851 C6_chemical_C3 +LQ08X001430 Putative Myosin heavy chain kinase B 5.524210399 L4_control_A1 +LQ08X001430 Putative Myosin heavy chain kinase B 5.314534833 L4_control_A2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.545502096 L4_control_A3 +LQ08X001430 Putative Myosin heavy chain kinase B 5.561154193 L4_control_B1 +LQ08X001430 Putative Myosin heavy chain kinase B 5.195433059 L4_control_B2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.236139285 L4_control_B3 +LQ08X001430 Putative Myosin heavy chain kinase B 5.311711048 L4_control_C2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.773364903 L4_control_C3 +LQ08X001430 Putative Myosin heavy chain kinase B 5.74672499 L4_chemical_A1 +LQ08X001430 Putative Myosin heavy chain kinase B 5.821190151 L4_chemical_A2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.582665088 L4_chemical_A3 +LQ08X001430 Putative Myosin heavy chain kinase B 6.495509099 L4_chemical_B1 +LQ08X001430 Putative Myosin heavy chain kinase B 5.930240997 L4_chemical_B2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.537333071 L4_chemical_B3 +LQ08X001430 Putative Myosin heavy chain kinase B 5.818583299 L4_chemical_C2 +LQ08X001430 Putative Myosin heavy chain kinase B 5.82442863 L4_chemical_C3 +LQ08X001440 Putative uncharacterized protein 6.837361842 C6_control_A1 +LQ08X001440 Putative uncharacterized protein 6.941823383 C6_control_A3 +LQ08X001440 Putative uncharacterized protein 6.931236359 C6_control_B1 +LQ08X001440 Putative uncharacterized protein 7.134399176 C6_control_B2 +LQ08X001440 Putative uncharacterized protein 7.748096143 C6_control_B3 +LQ08X001440 Putative uncharacterized protein 9.01757677 C6_control_C1 +LQ08X001440 Putative uncharacterized protein 9.050179019 C6_control_C2 +LQ08X001440 Putative uncharacterized protein 9.837682709 C6_control_C3 +LQ08X001440 Putative uncharacterized protein 6.888227984 C6_chemical_A1 +LQ08X001440 Putative uncharacterized protein 7.255530261 C6_chemical_A3 +LQ08X001440 Putative uncharacterized protein 6.489796436 C6_chemical_B1 +LQ08X001440 Putative uncharacterized protein 6.531151717 C6_chemical_B2 +LQ08X001440 Putative uncharacterized protein 6.931824028 C6_chemical_B3 +LQ08X001440 Putative uncharacterized protein 8.318329258 C6_chemical_C1 +LQ08X001440 Putative uncharacterized protein 8.471873433 C6_chemical_C2 +LQ08X001440 Putative uncharacterized protein 9.589203169 C6_chemical_C3 +LQ08X001440 Putative uncharacterized protein 6.739666644 L4_control_A1 +LQ08X001440 Putative uncharacterized protein 6.632916406 L4_control_A2 +LQ08X001440 Putative uncharacterized protein 7.569362304 L4_control_A3 +LQ08X001440 Putative uncharacterized protein 7.40747396 L4_control_B1 +LQ08X001440 Putative uncharacterized protein 5.804150905 L4_control_B2 +LQ08X001440 Putative uncharacterized protein 8.267500929 L4_control_B3 +LQ08X001440 Putative uncharacterized protein 10.33149744 L4_control_C2 +LQ08X001440 Putative uncharacterized protein 10.43027475 L4_control_C3 +LQ08X001440 Putative uncharacterized protein 7.396424854 L4_chemical_A1 +LQ08X001440 Putative uncharacterized protein 7.544877341 L4_chemical_A2 +LQ08X001440 Putative uncharacterized protein 7.311893541 L4_chemical_A3 +LQ08X001440 Putative uncharacterized protein 7.556358858 L4_chemical_B1 +LQ08X001440 Putative uncharacterized protein 7.522918823 L4_chemical_B2 +LQ08X001440 Putative uncharacterized protein 7.409048559 L4_chemical_B3 +LQ08X001440 Putative uncharacterized protein 9.848707483 L4_chemical_C2 +LQ08X001440 Putative uncharacterized protein 9.912350154 L4_chemical_C3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.42746824 C6_control_A1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.56484878 C6_control_A3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.45794977 C6_control_B1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.43552732 C6_control_B2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.38720691 C6_control_B3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.39630962 C6_control_C1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.44279077 C6_control_C2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.53032765 C6_control_C3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.41548378 C6_chemical_A1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.46924367 C6_chemical_A3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.26830392 C6_chemical_B1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.25879758 C6_chemical_B2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 10.97705836 C6_chemical_B3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.28718704 C6_chemical_C1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.37222208 C6_chemical_C2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.21165884 C6_chemical_C3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.37238202 L4_control_A1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.56058184 L4_control_A2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.26617723 L4_control_A3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.73618825 L4_control_B1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.24970089 L4_control_B2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.5146727 L4_control_B3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.61673597 L4_control_C2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.28171388 L4_control_C3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.9864399 L4_chemical_A1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.11252964 L4_chemical_A2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.24210947 L4_chemical_A3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.09554395 L4_chemical_B1 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.66090509 L4_chemical_B2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.47993458 L4_chemical_B3 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.49668807 L4_chemical_C2 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 12.40696074 L4_chemical_C3 +LQ08X001530 Predicted protein 11.6332079 C6_control_A1 +LQ08X001530 Predicted protein 11.27476939 C6_control_A3 +LQ08X001530 Predicted protein 12.07284049 C6_control_B1 +LQ08X001530 Predicted protein 12.39092471 C6_control_B2 +LQ08X001530 Predicted protein 12.04950736 C6_control_B3 +LQ08X001530 Predicted protein 11.58540806 C6_control_C1 +LQ08X001530 Predicted protein 11.57440939 C6_control_C2 +LQ08X001530 Predicted protein 11.35370066 C6_control_C3 +LQ08X001530 Predicted protein 11.39820229 C6_chemical_A1 +LQ08X001530 Predicted protein 11.29172154 C6_chemical_A3 +LQ08X001530 Predicted protein 12.05516596 C6_chemical_B1 +LQ08X001530 Predicted protein 12.19668949 C6_chemical_B2 +LQ08X001530 Predicted protein 11.71185063 C6_chemical_B3 +LQ08X001530 Predicted protein 11.64895556 C6_chemical_C1 +LQ08X001530 Predicted protein 11.52765738 C6_chemical_C2 +LQ08X001530 Predicted protein 11.21976408 C6_chemical_C3 +LQ08X001530 Predicted protein 11.59075003 L4_control_A1 +LQ08X001530 Predicted protein 12.04623386 L4_control_A2 +LQ08X001530 Predicted protein 11.24791195 L4_control_A3 +LQ08X001530 Predicted protein 12.26262136 L4_control_B1 +LQ08X001530 Predicted protein 12.08288137 L4_control_B2 +LQ08X001530 Predicted protein 11.76217872 L4_control_B3 +LQ08X001530 Predicted protein 11.02655005 L4_control_C2 +LQ08X001530 Predicted protein 10.44377672 L4_control_C3 +LQ08X001530 Predicted protein 11.56500719 L4_chemical_A1 +LQ08X001530 Predicted protein 11.87141107 L4_chemical_A2 +LQ08X001530 Predicted protein 11.18018669 L4_chemical_A3 +LQ08X001530 Predicted protein 11.92126201 L4_chemical_B1 +LQ08X001530 Predicted protein 11.75894801 L4_chemical_B2 +LQ08X001530 Predicted protein 11.7161081 L4_chemical_B3 +LQ08X001530 Predicted protein 10.99630159 L4_chemical_C2 +LQ08X001530 Predicted protein 10.75246659 L4_chemical_C3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.65096297 C6_control_A1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.587849707 C6_control_A3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.700021657 C6_control_B1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.762042932 C6_control_B2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.920127431 C6_control_B3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.051350316 C6_control_C1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.419625575 C6_control_C2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.647442711 C6_control_C3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.751789471 C6_chemical_A1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.1224481 C6_chemical_A3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.101326513 C6_chemical_B1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.203847223 C6_chemical_B2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.973075653 C6_chemical_B3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.951215406 C6_chemical_C1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.075420388 C6_chemical_C2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.05928083 C6_chemical_C3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.050579782 L4_control_A1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.788467113 L4_control_A2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.586756551 L4_control_A3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.95529965 L4_control_B1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.164965531 L4_control_B2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.553724135 L4_control_B3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.72646616 L4_control_C2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.949393141 L4_control_C3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.201636989 L4_chemical_A1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.810538415 L4_chemical_A2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.939009834 L4_chemical_A3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.356293089 L4_chemical_B1 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.614458788 L4_chemical_B2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.265078778 L4_chemical_B3 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.725941711 L4_chemical_C2 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 9.32319804 L4_chemical_C3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.289724955 C6_control_A1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.187378644 C6_control_A3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 4.820630057 C6_control_B1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.302518277 C6_control_B2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.064663207 C6_control_B3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.174615106 C6_control_C1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.241033022 C6_control_C2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.126103824 C6_control_C3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.129392271 C6_chemical_A1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.182896334 C6_chemical_A3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.252200802 C6_chemical_B1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.226903562 C6_chemical_B2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.264069532 C6_chemical_B3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.202200998 C6_chemical_C1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.465833741 C6_chemical_C2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.095040143 C6_chemical_C3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.096592108 L4_control_A1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 4.712371067 L4_control_A2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.698094216 L4_control_A3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 4.917749464 L4_control_B1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 4.941683919 L4_control_B2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.113994986 L4_control_B3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.079546392 L4_control_C2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.13139922 L4_control_C3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.010211087 L4_chemical_A1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.202651166 L4_chemical_A2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.648679996 L4_chemical_A3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.533673072 L4_chemical_B1 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.115711517 L4_chemical_B2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.086625585 L4_chemical_B3 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.234749237 L4_chemical_C2 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.270982672 L4_chemical_C3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.134069296 C6_control_A1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.28617531 C6_control_A3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 4.898939977 C6_control_B1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.11660434 C6_control_B2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.270770617 C6_control_B3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.011464359 C6_control_C1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.296797253 C6_control_C2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.501083695 C6_control_C3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.28989894 C6_chemical_A1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.092729181 C6_chemical_A3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.330269612 C6_chemical_B1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.13418259 C6_chemical_B2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.00532013 C6_chemical_B3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.148177906 C6_chemical_C1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.331047393 C6_chemical_C2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.292235365 C6_chemical_C3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.252889107 L4_control_A1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.362407339 L4_control_A2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.413788566 L4_control_A3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.079724517 L4_control_B1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.799681296 L4_control_B2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.323069239 L4_control_B3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.4521366 L4_control_C2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 4.763303466 L4_control_C3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 6.14747517 L4_chemical_A1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 4.919422602 L4_chemical_A2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.449744227 L4_chemical_A3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.250286086 L4_chemical_B1 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.49909255 L4_chemical_B2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.020027125 L4_chemical_B3 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.188234575 L4_chemical_C2 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.274461316 L4_chemical_C3 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.366776257 C6_control_A1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.629492109 C6_control_A3 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.308655175 C6_control_B1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.285026775 C6_control_B2 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.317442034 C6_control_B3 +LQ08X001590 LIM and UIM domain-containing At1g19270 4.927467024 C6_control_C1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.147125478 C6_control_C2 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.041527344 C6_control_C3 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.840257498 C6_chemical_A1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.461704699 C6_chemical_A3 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.377973827 C6_chemical_B1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.03249998 C6_chemical_B2 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.262528232 C6_chemical_B3 +LQ08X001590 LIM and UIM domain-containing At1g19270 4.909708933 C6_chemical_C1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.000130499 C6_chemical_C2 +LQ08X001590 LIM and UIM domain-containing At1g19270 4.978050024 C6_chemical_C3 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.355513703 L4_control_A1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.407394684 L4_control_A2 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.721242938 L4_control_A3 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.555604282 L4_control_B1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.697381 L4_control_B2 +LQ08X001590 LIM and UIM domain-containing At1g19270 4.905146059 L4_control_B3 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.631729131 L4_control_C2 +LQ08X001590 LIM and UIM domain-containing At1g19270 4.888988409 L4_control_C3 +LQ08X001590 LIM and UIM domain-containing At1g19270 4.834488986 L4_chemical_A1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.102242019 L4_chemical_A2 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.378642758 L4_chemical_A3 +LQ08X001590 LIM and UIM domain-containing At1g19270 4.795287329 L4_chemical_B1 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.265262161 L4_chemical_B2 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.144459275 L4_chemical_B3 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.24732353 L4_chemical_C2 +LQ08X001590 LIM and UIM domain-containing At1g19270 4.711408821 L4_chemical_C3 +LQ08X001600 Predicted protein 5.449802817 C6_control_A1 +LQ08X001600 Predicted protein 5.498258879 C6_control_A3 +LQ08X001600 Predicted protein 5.312861558 C6_control_B1 +LQ08X001600 Predicted protein 5.195340924 C6_control_B2 +LQ08X001600 Predicted protein 5.616574196 C6_control_B3 +LQ08X001600 Predicted protein 5.016651949 C6_control_C1 +LQ08X001600 Predicted protein 4.904266248 C6_control_C2 +LQ08X001600 Predicted protein 5.073191642 C6_control_C3 +LQ08X001600 Predicted protein 5.709450874 C6_chemical_A1 +LQ08X001600 Predicted protein 5.323385686 C6_chemical_A3 +LQ08X001600 Predicted protein 5.409182819 C6_chemical_B1 +LQ08X001600 Predicted protein 5.285868554 C6_chemical_B2 +LQ08X001600 Predicted protein 5.246767714 C6_chemical_B3 +LQ08X001600 Predicted protein 5.165628984 C6_chemical_C1 +LQ08X001600 Predicted protein 5.12031156 C6_chemical_C2 +LQ08X001600 Predicted protein 4.898237581 C6_chemical_C3 +LQ08X001600 Predicted protein 5.393798132 L4_control_A1 +LQ08X001600 Predicted protein 5.787810339 L4_control_A2 +LQ08X001600 Predicted protein 5.700609966 L4_control_A3 +LQ08X001600 Predicted protein 6.139018418 L4_control_B1 +LQ08X001600 Predicted protein 5.608249422 L4_control_B2 +LQ08X001600 Predicted protein 5.778760014 L4_control_B3 +LQ08X001600 Predicted protein 4.531978013 L4_control_C2 +LQ08X001600 Predicted protein 5.785623856 L4_control_C3 +LQ08X001600 Predicted protein 5.287776674 L4_chemical_A1 +LQ08X001600 Predicted protein 6.12642323 L4_chemical_A2 +LQ08X001600 Predicted protein 5.612705876 L4_chemical_A3 +LQ08X001600 Predicted protein 5.383883834 L4_chemical_B1 +LQ08X001600 Predicted protein 5.614066787 L4_chemical_B2 +LQ08X001600 Predicted protein 5.678612781 L4_chemical_B3 +LQ08X001600 Predicted protein 5.263795473 L4_chemical_C2 +LQ08X001600 Predicted protein 5.669682781 L4_chemical_C3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.25978591 C6_control_A1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.34867351 C6_control_A3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.07162257 C6_control_B1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.15291182 C6_control_B2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.932609682 C6_control_B3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.89949528 C6_control_C1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.39666545 C6_control_C2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.28678127 C6_control_C3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.49264668 C6_chemical_A1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.27542303 C6_chemical_A3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.03801277 C6_chemical_B1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.998022311 C6_chemical_B2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.32805311 C6_chemical_B3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 11.04802722 C6_chemical_C1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.48578205 C6_chemical_C2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.884427203 C6_chemical_C3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.4589741 L4_control_A1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.52544951 L4_control_A2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.33847238 L4_control_A3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.951412298 L4_control_B1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.86048993 L4_control_B2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.70505799 L4_control_B3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.09490655 L4_control_C2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.022480863 L4_control_C3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.49161761 L4_chemical_A1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.76897062 L4_chemical_A2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.34004244 L4_chemical_A3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.35434448 L4_chemical_B1 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.54708646 L4_chemical_B2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.532008859 L4_chemical_B3 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.40543004 L4_chemical_C2 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 9.688288197 L4_chemical_C3 +LQ08X001640 Predicted protein 5.707341646 C6_control_A1 +LQ08X001640 Predicted protein 5.534897274 C6_control_A3 +LQ08X001640 Predicted protein 5.868530617 C6_control_B1 +LQ08X001640 Predicted protein 5.320355512 C6_control_B2 +LQ08X001640 Predicted protein 5.562558272 C6_control_B3 +LQ08X001640 Predicted protein 5.44954218 C6_control_C1 +LQ08X001640 Predicted protein 5.314815651 C6_control_C2 +LQ08X001640 Predicted protein 5.2695221 C6_control_C3 +LQ08X001640 Predicted protein 5.223171676 C6_chemical_A1 +LQ08X001640 Predicted protein 5.474468808 C6_chemical_A3 +LQ08X001640 Predicted protein 5.472427706 C6_chemical_B1 +LQ08X001640 Predicted protein 5.381259658 C6_chemical_B2 +LQ08X001640 Predicted protein 5.276632426 C6_chemical_B3 +LQ08X001640 Predicted protein 5.244019432 C6_chemical_C1 +LQ08X001640 Predicted protein 5.140985407 C6_chemical_C2 +LQ08X001640 Predicted protein 5.153867306 C6_chemical_C3 +LQ08X001640 Predicted protein 5.287338835 L4_control_A1 +LQ08X001640 Predicted protein 5.520471497 L4_control_A2 +LQ08X001640 Predicted protein 5.419546658 L4_control_A3 +LQ08X001640 Predicted protein 5.199743363 L4_control_B1 +LQ08X001640 Predicted protein 5.418526859 L4_control_B2 +LQ08X001640 Predicted protein 5.166649433 L4_control_B3 +LQ08X001640 Predicted protein 5.129867928 L4_control_C2 +LQ08X001640 Predicted protein 5.275891732 L4_control_C3 +LQ08X001640 Predicted protein 5.437016021 L4_chemical_A1 +LQ08X001640 Predicted protein 5.372843034 L4_chemical_A2 +LQ08X001640 Predicted protein 5.803369735 L4_chemical_A3 +LQ08X001640 Predicted protein 5.075501185 L4_chemical_B1 +LQ08X001640 Predicted protein 5.292088534 L4_chemical_B2 +LQ08X001640 Predicted protein 5.157862662 L4_chemical_B3 +LQ08X001640 Predicted protein 5.357033903 L4_chemical_C2 +LQ08X001640 Predicted protein 5.308578784 L4_chemical_C3 +LQ08X001680 Metalloendopeptidase, putative 13.01535234 C6_control_A1 +LQ08X001680 Metalloendopeptidase, putative 12.91275828 C6_control_A3 +LQ08X001680 Metalloendopeptidase, putative 13.55050011 C6_control_B1 +LQ08X001680 Metalloendopeptidase, putative 13.05189505 C6_control_B2 +LQ08X001680 Metalloendopeptidase, putative 13.42228976 C6_control_B3 +LQ08X001680 Metalloendopeptidase, putative 12.08875021 C6_control_C1 +LQ08X001680 Metalloendopeptidase, putative 12.64711369 C6_control_C2 +LQ08X001680 Metalloendopeptidase, putative 12.38863609 C6_control_C3 +LQ08X001680 Metalloendopeptidase, putative 13.16428579 C6_chemical_A1 +LQ08X001680 Metalloendopeptidase, putative 13.1793242 C6_chemical_A3 +LQ08X001680 Metalloendopeptidase, putative 13.72212919 C6_chemical_B1 +LQ08X001680 Metalloendopeptidase, putative 13.21251251 C6_chemical_B2 +LQ08X001680 Metalloendopeptidase, putative 13.71763687 C6_chemical_B3 +LQ08X001680 Metalloendopeptidase, putative 12.34607863 C6_chemical_C1 +LQ08X001680 Metalloendopeptidase, putative 12.34951001 C6_chemical_C2 +LQ08X001680 Metalloendopeptidase, putative 12.64577967 C6_chemical_C3 +LQ08X001680 Metalloendopeptidase, putative 12.92957399 L4_control_A1 +LQ08X001680 Metalloendopeptidase, putative 12.4182131 L4_control_A2 +LQ08X001680 Metalloendopeptidase, putative 12.30527623 L4_control_A3 +LQ08X001680 Metalloendopeptidase, putative 13.511041 L4_control_B1 +LQ08X001680 Metalloendopeptidase, putative 13.64004173 L4_control_B2 +LQ08X001680 Metalloendopeptidase, putative 13.19081212 L4_control_B3 +LQ08X001680 Metalloendopeptidase, putative 13.25716817 L4_control_C2 +LQ08X001680 Metalloendopeptidase, putative 12.82104426 L4_control_C3 +LQ08X001680 Metalloendopeptidase, putative 12.6081402 L4_chemical_A1 +LQ08X001680 Metalloendopeptidase, putative 12.49961759 L4_chemical_A2 +LQ08X001680 Metalloendopeptidase, putative 12.34797515 L4_chemical_A3 +LQ08X001680 Metalloendopeptidase, putative 13.43835954 L4_chemical_B1 +LQ08X001680 Metalloendopeptidase, putative 13.57622822 L4_chemical_B2 +LQ08X001680 Metalloendopeptidase, putative 13.28470335 L4_chemical_B3 +LQ08X001680 Metalloendopeptidase, putative 13.00013471 L4_chemical_C2 +LQ08X001680 Metalloendopeptidase, putative 12.66078633 L4_chemical_C3 +LQ08X001700 Putative uncharacterized protein 7.284848637 C6_control_A1 +LQ08X001700 Putative uncharacterized protein 7.226310357 C6_control_A3 +LQ08X001700 Putative uncharacterized protein 6.8745325 C6_control_B1 +LQ08X001700 Putative uncharacterized protein 6.768520429 C6_control_B2 +LQ08X001700 Putative uncharacterized protein 7.499613821 C6_control_B3 +LQ08X001700 Putative uncharacterized protein 5.930175009 C6_control_C1 +LQ08X001700 Putative uncharacterized protein 6.332883807 C6_control_C2 +LQ08X001700 Putative uncharacterized protein 6.571273418 C6_control_C3 +LQ08X001700 Putative uncharacterized protein 6.633110724 C6_chemical_A1 +LQ08X001700 Putative uncharacterized protein 7.243741652 C6_chemical_A3 +LQ08X001700 Putative uncharacterized protein 5.805517667 C6_chemical_B1 +LQ08X001700 Putative uncharacterized protein 6.875594158 C6_chemical_B2 +LQ08X001700 Putative uncharacterized protein 6.618891547 C6_chemical_B3 +LQ08X001700 Putative uncharacterized protein 6.25560061 C6_chemical_C1 +LQ08X001700 Putative uncharacterized protein 6.079753379 C6_chemical_C2 +LQ08X001700 Putative uncharacterized protein 6.146879026 C6_chemical_C3 +LQ08X001700 Putative uncharacterized protein 7.015132279 L4_control_A1 +LQ08X001700 Putative uncharacterized protein 6.358685179 L4_control_A2 +LQ08X001700 Putative uncharacterized protein 5.576620788 L4_control_A3 +LQ08X001700 Putative uncharacterized protein 6.426183296 L4_control_B1 +LQ08X001700 Putative uncharacterized protein 6.699148582 L4_control_B2 +LQ08X001700 Putative uncharacterized protein 6.884992038 L4_control_B3 +LQ08X001700 Putative uncharacterized protein 5.477224358 L4_control_C2 +LQ08X001700 Putative uncharacterized protein 6.747475302 L4_control_C3 +LQ08X001700 Putative uncharacterized protein 6.526276516 L4_chemical_A1 +LQ08X001700 Putative uncharacterized protein 6.441221125 L4_chemical_A2 +LQ08X001700 Putative uncharacterized protein 6.474229847 L4_chemical_A3 +LQ08X001700 Putative uncharacterized protein 6.9048388 L4_chemical_B1 +LQ08X001700 Putative uncharacterized protein 6.185708013 L4_chemical_B2 +LQ08X001700 Putative uncharacterized protein 7.078526793 L4_chemical_B3 +LQ08X001700 Putative uncharacterized protein 5.92481265 L4_chemical_C2 +LQ08X001700 Putative uncharacterized protein 6.564044445 L4_chemical_C3 +LQ08X001710 Putative uncharacterized protein 9.454479119 C6_control_A1 +LQ08X001710 Putative uncharacterized protein 10.31297079 C6_control_A3 +LQ08X001710 Putative uncharacterized protein 10.16222305 C6_control_B1 +LQ08X001710 Putative uncharacterized protein 10.78271239 C6_control_B2 +LQ08X001710 Putative uncharacterized protein 11.21592593 C6_control_B3 +LQ08X001710 Putative uncharacterized protein 11.80957421 C6_control_C1 +LQ08X001710 Putative uncharacterized protein 12.27532756 C6_control_C2 +LQ08X001710 Putative uncharacterized protein 12.54649226 C6_control_C3 +LQ08X001710 Putative uncharacterized protein 10.15302652 C6_chemical_A1 +LQ08X001710 Putative uncharacterized protein 10.67633351 C6_chemical_A3 +LQ08X001710 Putative uncharacterized protein 10.88842756 C6_chemical_B1 +LQ08X001710 Putative uncharacterized protein 11.29265618 C6_chemical_B2 +LQ08X001710 Putative uncharacterized protein 11.4406316 C6_chemical_B3 +LQ08X001710 Putative uncharacterized protein 12.10238438 C6_chemical_C1 +LQ08X001710 Putative uncharacterized protein 12.44845468 C6_chemical_C2 +LQ08X001710 Putative uncharacterized protein 12.91478511 C6_chemical_C3 +LQ08X001710 Putative uncharacterized protein 10.01520935 L4_control_A1 +LQ08X001710 Putative uncharacterized protein 9.234599579 L4_control_A2 +LQ08X001710 Putative uncharacterized protein 10.4673656 L4_control_A3 +LQ08X001710 Putative uncharacterized protein 11.11864319 L4_control_B1 +LQ08X001710 Putative uncharacterized protein 10.77779959 L4_control_B2 +LQ08X001710 Putative uncharacterized protein 12.46103491 L4_control_B3 +LQ08X001710 Putative uncharacterized protein 13.26259676 L4_control_C2 +LQ08X001710 Putative uncharacterized protein 14.07237979 L4_control_C3 +LQ08X001710 Putative uncharacterized protein 12.28253056 L4_chemical_A1 +LQ08X001710 Putative uncharacterized protein 11.38118295 L4_chemical_A2 +LQ08X001710 Putative uncharacterized protein 10.73059119 L4_chemical_A3 +LQ08X001710 Putative uncharacterized protein 11.37339138 L4_chemical_B1 +LQ08X001710 Putative uncharacterized protein 10.95733423 L4_chemical_B2 +LQ08X001710 Putative uncharacterized protein 11.31653449 L4_chemical_B3 +LQ08X001710 Putative uncharacterized protein 13.37075734 L4_chemical_C2 +LQ08X001710 Putative uncharacterized protein 13.80227474 L4_chemical_C3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.91816028 C6_control_A1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.82059752 C6_control_A3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.260666863 C6_control_B1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.828426612 C6_control_B2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.752336229 C6_control_B3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.389223107 C6_control_C1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 6.115725752 C6_control_C2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.654932784 C6_control_C3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.93358599 C6_chemical_A1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.367266773 C6_chemical_A3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.32694767 C6_chemical_B1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.739108187 C6_chemical_B2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.726358908 C6_chemical_B3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.97920629 C6_chemical_C1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.519768746 C6_chemical_C2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.681585054 C6_chemical_C3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.678316951 L4_control_A1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.963357095 L4_control_A2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 6.063810925 L4_control_A3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.650560551 L4_control_B1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 6.425653603 L4_control_B2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.470192968 L4_control_B3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.200698663 L4_control_C2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.122891522 L4_control_C3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.585068792 L4_chemical_A1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.268587473 L4_chemical_A2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 6.214760146 L4_chemical_A3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.443517059 L4_chemical_B1 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 6.084900941 L4_chemical_B2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.577833032 L4_chemical_B3 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.961173555 L4_chemical_C2 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 6.099721061 L4_chemical_C3 +LQ08X001740 Putative uncharacterized protein 6.423662436 C6_control_A1 +LQ08X001740 Putative uncharacterized protein 7.277617572 C6_control_A3 +LQ08X001740 Putative uncharacterized protein 5.824705933 C6_control_B1 +LQ08X001740 Putative uncharacterized protein 5.747861737 C6_control_B2 +LQ08X001740 Putative uncharacterized protein 5.589439953 C6_control_B3 +LQ08X001740 Putative uncharacterized protein 5.420294305 C6_control_C1 +LQ08X001740 Putative uncharacterized protein 6.591676494 C6_control_C2 +LQ08X001740 Putative uncharacterized protein 7.158212584 C6_control_C3 +LQ08X001740 Putative uncharacterized protein 5.825800502 C6_chemical_A1 +LQ08X001740 Putative uncharacterized protein 5.995129277 C6_chemical_A3 +LQ08X001740 Putative uncharacterized protein 5.586719641 C6_chemical_B1 +LQ08X001740 Putative uncharacterized protein 5.782622469 C6_chemical_B2 +LQ08X001740 Putative uncharacterized protein 5.48750998 C6_chemical_B3 +LQ08X001740 Putative uncharacterized protein 5.350265905 C6_chemical_C1 +LQ08X001740 Putative uncharacterized protein 5.670037874 C6_chemical_C2 +LQ08X001740 Putative uncharacterized protein 7.481321582 C6_chemical_C3 +LQ08X001740 Putative uncharacterized protein 5.937608836 L4_control_A1 +LQ08X001740 Putative uncharacterized protein 5.483624751 L4_control_A2 +LQ08X001740 Putative uncharacterized protein 6.065970883 L4_control_A3 +LQ08X001740 Putative uncharacterized protein 5.57004667 L4_control_B1 +LQ08X001740 Putative uncharacterized protein 5.682150282 L4_control_B2 +LQ08X001740 Putative uncharacterized protein 5.755189026 L4_control_B3 +LQ08X001740 Putative uncharacterized protein 5.093676378 L4_control_C2 +LQ08X001740 Putative uncharacterized protein 5.112289395 L4_control_C3 +LQ08X001740 Putative uncharacterized protein 5.720696118 L4_chemical_A1 +LQ08X001740 Putative uncharacterized protein 5.523268155 L4_chemical_A2 +LQ08X001740 Putative uncharacterized protein 6.176212706 L4_chemical_A3 +LQ08X001740 Putative uncharacterized protein 6.046973178 L4_chemical_B1 +LQ08X001740 Putative uncharacterized protein 6.27585542 L4_chemical_B2 +LQ08X001740 Putative uncharacterized protein 5.846860576 L4_chemical_B3 +LQ08X001740 Putative uncharacterized protein 5.281712633 L4_chemical_C2 +LQ08X001740 Putative uncharacterized protein 5.325458642 L4_chemical_C3 +LQ08X001750 Peroxisomal membrane protein 11A 5.327103846 C6_control_A1 +LQ08X001750 Peroxisomal membrane protein 11A 5.246671655 C6_control_A3 +LQ08X001750 Peroxisomal membrane protein 11A 5.740001937 C6_control_B1 +LQ08X001750 Peroxisomal membrane protein 11A 5.142329194 C6_control_B2 +LQ08X001750 Peroxisomal membrane protein 11A 5.653981489 C6_control_B3 +LQ08X001750 Peroxisomal membrane protein 11A 5.034120105 C6_control_C1 +LQ08X001750 Peroxisomal membrane protein 11A 5.087972781 C6_control_C2 +LQ08X001750 Peroxisomal membrane protein 11A 4.891481849 C6_control_C3 +LQ08X001750 Peroxisomal membrane protein 11A 5.141005273 C6_chemical_A1 +LQ08X001750 Peroxisomal membrane protein 11A 4.778764883 C6_chemical_A3 +LQ08X001750 Peroxisomal membrane protein 11A 5.403969665 C6_chemical_B1 +LQ08X001750 Peroxisomal membrane protein 11A 4.989110024 C6_chemical_B2 +LQ08X001750 Peroxisomal membrane protein 11A 5.446720917 C6_chemical_B3 +LQ08X001750 Peroxisomal membrane protein 11A 4.950532232 C6_chemical_C1 +LQ08X001750 Peroxisomal membrane protein 11A 4.91985311 C6_chemical_C2 +LQ08X001750 Peroxisomal membrane protein 11A 4.937272443 C6_chemical_C3 +LQ08X001750 Peroxisomal membrane protein 11A 4.975764581 L4_control_A1 +LQ08X001750 Peroxisomal membrane protein 11A 5.406259299 L4_control_A2 +LQ08X001750 Peroxisomal membrane protein 11A 5.425481761 L4_control_A3 +LQ08X001750 Peroxisomal membrane protein 11A 5.080200615 L4_control_B1 +LQ08X001750 Peroxisomal membrane protein 11A 5.267790752 L4_control_B2 +LQ08X001750 Peroxisomal membrane protein 11A 5.388863598 L4_control_B3 +LQ08X001750 Peroxisomal membrane protein 11A 5.18328557 L4_control_C2 +LQ08X001750 Peroxisomal membrane protein 11A 5.006523363 L4_control_C3 +LQ08X001750 Peroxisomal membrane protein 11A 5.40070277 L4_chemical_A1 +LQ08X001750 Peroxisomal membrane protein 11A 5.405892749 L4_chemical_A2 +LQ08X001750 Peroxisomal membrane protein 11A 5.138716619 L4_chemical_A3 +LQ08X001750 Peroxisomal membrane protein 11A 5.018880191 L4_chemical_B1 +LQ08X001750 Peroxisomal membrane protein 11A 5.248717927 L4_chemical_B2 +LQ08X001750 Peroxisomal membrane protein 11A 5.01992402 L4_chemical_B3 +LQ08X001750 Peroxisomal membrane protein 11A 5.177905399 L4_chemical_C2 +LQ08X001750 Peroxisomal membrane protein 11A 4.969793507 L4_chemical_C3 +LQ08X001760 Predicted protein 11.71546295 C6_control_A1 +LQ08X001760 Predicted protein 11.55329808 C6_control_A3 +LQ08X001760 Predicted protein 12.04669479 C6_control_B1 +LQ08X001760 Predicted protein 12.25276967 C6_control_B2 +LQ08X001760 Predicted protein 12.11467728 C6_control_B3 +LQ08X001760 Predicted protein 12.04858955 C6_control_C1 +LQ08X001760 Predicted protein 12.07174592 C6_control_C2 +LQ08X001760 Predicted protein 12.32819111 C6_control_C3 +LQ08X001760 Predicted protein 12.08546412 C6_chemical_A1 +LQ08X001760 Predicted protein 11.85418359 C6_chemical_A3 +LQ08X001760 Predicted protein 12.25268204 C6_chemical_B1 +LQ08X001760 Predicted protein 12.21925821 C6_chemical_B2 +LQ08X001760 Predicted protein 12.34343739 C6_chemical_B3 +LQ08X001760 Predicted protein 12.22894902 C6_chemical_C1 +LQ08X001760 Predicted protein 12.26556069 C6_chemical_C2 +LQ08X001760 Predicted protein 12.97327831 C6_chemical_C3 +LQ08X001760 Predicted protein 12.05529183 L4_control_A1 +LQ08X001760 Predicted protein 12.00151238 L4_control_A2 +LQ08X001760 Predicted protein 12.32028504 L4_control_A3 +LQ08X001760 Predicted protein 12.36272354 L4_control_B1 +LQ08X001760 Predicted protein 12.58324848 L4_control_B2 +LQ08X001760 Predicted protein 12.856945 L4_control_B3 +LQ08X001760 Predicted protein 12.29172952 L4_control_C2 +LQ08X001760 Predicted protein 13.18362949 L4_control_C3 +LQ08X001760 Predicted protein 11.84601122 L4_chemical_A1 +LQ08X001760 Predicted protein 12.10853682 L4_chemical_A2 +LQ08X001760 Predicted protein 12.47277452 L4_chemical_A3 +LQ08X001760 Predicted protein 12.51831931 L4_chemical_B1 +LQ08X001760 Predicted protein 11.9255068 L4_chemical_B2 +LQ08X001760 Predicted protein 12.33284607 L4_chemical_B3 +LQ08X001760 Predicted protein 12.28849239 L4_chemical_C2 +LQ08X001760 Predicted protein 13.10892184 L4_chemical_C3 +LQ08X001770 Putative uncharacterized protein 5.904306918 C6_control_A1 +LQ08X001770 Putative uncharacterized protein 6.14949052 C6_control_A3 +LQ08X001770 Putative uncharacterized protein 5.983889924 C6_control_B1 +LQ08X001770 Putative uncharacterized protein 6.089887301 C6_control_B2 +LQ08X001770 Putative uncharacterized protein 6.208010236 C6_control_B3 +LQ08X001770 Putative uncharacterized protein 6.186644485 C6_control_C1 +LQ08X001770 Putative uncharacterized protein 6.025945313 C6_control_C2 +LQ08X001770 Putative uncharacterized protein 6.601224432 C6_control_C3 +LQ08X001770 Putative uncharacterized protein 5.605310651 C6_chemical_A1 +LQ08X001770 Putative uncharacterized protein 5.983432383 C6_chemical_A3 +LQ08X001770 Putative uncharacterized protein 5.509118718 C6_chemical_B1 +LQ08X001770 Putative uncharacterized protein 6.141182085 C6_chemical_B2 +LQ08X001770 Putative uncharacterized protein 5.987430897 C6_chemical_B3 +LQ08X001770 Putative uncharacterized protein 7.063089358 C6_chemical_C1 +LQ08X001770 Putative uncharacterized protein 6.319291141 C6_chemical_C2 +LQ08X001770 Putative uncharacterized protein 7.346388181 C6_chemical_C3 +LQ08X001770 Putative uncharacterized protein 6.055305251 L4_control_A1 +LQ08X001770 Putative uncharacterized protein 5.781511739 L4_control_A2 +LQ08X001770 Putative uncharacterized protein 5.876359108 L4_control_A3 +LQ08X001770 Putative uncharacterized protein 5.53139145 L4_control_B1 +LQ08X001770 Putative uncharacterized protein 5.802633973 L4_control_B2 +LQ08X001770 Putative uncharacterized protein 5.814078039 L4_control_B3 +LQ08X001770 Putative uncharacterized protein 5.36195053 L4_control_C2 +LQ08X001770 Putative uncharacterized protein 5.800017179 L4_control_C3 +LQ08X001770 Putative uncharacterized protein 5.713117154 L4_chemical_A1 +LQ08X001770 Putative uncharacterized protein 5.8475656 L4_chemical_A2 +LQ08X001770 Putative uncharacterized protein 6.512892204 L4_chemical_A3 +LQ08X001770 Putative uncharacterized protein 5.737580437 L4_chemical_B1 +LQ08X001770 Putative uncharacterized protein 5.802037701 L4_chemical_B2 +LQ08X001770 Putative uncharacterized protein 5.916419376 L4_chemical_B3 +LQ08X001770 Putative uncharacterized protein 5.977784607 L4_chemical_C2 +LQ08X001770 Putative uncharacterized protein 5.383245193 L4_chemical_C3 +LQ08X001790 Putative uncharacterized protein 11.23096805 C6_control_A1 +LQ08X001790 Putative uncharacterized protein 11.41872362 C6_control_A3 +LQ08X001790 Putative uncharacterized protein 11.56845156 C6_control_B1 +LQ08X001790 Putative uncharacterized protein 11.97132756 C6_control_B2 +LQ08X001790 Putative uncharacterized protein 11.02201388 C6_control_B3 +LQ08X001790 Putative uncharacterized protein 11.28341489 C6_control_C1 +LQ08X001790 Putative uncharacterized protein 11.26714644 C6_control_C2 +LQ08X001790 Putative uncharacterized protein 10.73323144 C6_control_C3 +LQ08X001790 Putative uncharacterized protein 11.2686405 C6_chemical_A1 +LQ08X001790 Putative uncharacterized protein 11.89761849 C6_chemical_A3 +LQ08X001790 Putative uncharacterized protein 12.1201238 C6_chemical_B1 +LQ08X001790 Putative uncharacterized protein 12.27417855 C6_chemical_B2 +LQ08X001790 Putative uncharacterized protein 11.03783396 C6_chemical_B3 +LQ08X001790 Putative uncharacterized protein 11.53579354 C6_chemical_C1 +LQ08X001790 Putative uncharacterized protein 11.27273799 C6_chemical_C2 +LQ08X001790 Putative uncharacterized protein 11.35350295 C6_chemical_C3 +LQ08X001790 Putative uncharacterized protein 12.01811446 L4_control_A1 +LQ08X001790 Putative uncharacterized protein 12.24735351 L4_control_A2 +LQ08X001790 Putative uncharacterized protein 12.00327392 L4_control_A3 +LQ08X001790 Putative uncharacterized protein 12.06438092 L4_control_B1 +LQ08X001790 Putative uncharacterized protein 11.83997146 L4_control_B2 +LQ08X001790 Putative uncharacterized protein 12.31731182 L4_control_B3 +LQ08X001790 Putative uncharacterized protein 10.68472565 L4_control_C2 +LQ08X001790 Putative uncharacterized protein 11.09443963 L4_control_C3 +LQ08X001790 Putative uncharacterized protein 12.12935555 L4_chemical_A1 +LQ08X001790 Putative uncharacterized protein 12.04545297 L4_chemical_A2 +LQ08X001790 Putative uncharacterized protein 11.83094752 L4_chemical_A3 +LQ08X001790 Putative uncharacterized protein 11.810893 L4_chemical_B1 +LQ08X001790 Putative uncharacterized protein 11.65230406 L4_chemical_B2 +LQ08X001790 Putative uncharacterized protein 12.28179096 L4_chemical_B3 +LQ08X001790 Putative uncharacterized protein 11.22849686 L4_chemical_C2 +LQ08X001790 Putative uncharacterized protein 11.22981704 L4_chemical_C3 +LQ08X001800 Probable protein phosphatase 2C 55 12.37098764 C6_control_A1 +LQ08X001800 Probable protein phosphatase 2C 55 12.46217352 C6_control_A3 +LQ08X001800 Probable protein phosphatase 2C 55 12.70797788 C6_control_B1 +LQ08X001800 Probable protein phosphatase 2C 55 12.72745796 C6_control_B2 +LQ08X001800 Probable protein phosphatase 2C 55 13.04725076 C6_control_B3 +LQ08X001800 Probable protein phosphatase 2C 55 13.27585837 C6_control_C1 +LQ08X001800 Probable protein phosphatase 2C 55 13.19924822 C6_control_C2 +LQ08X001800 Probable protein phosphatase 2C 55 13.72116208 C6_control_C3 +LQ08X001800 Probable protein phosphatase 2C 55 12.32310357 C6_chemical_A1 +LQ08X001800 Probable protein phosphatase 2C 55 11.94825228 C6_chemical_A3 +LQ08X001800 Probable protein phosphatase 2C 55 12.68008924 C6_chemical_B1 +LQ08X001800 Probable protein phosphatase 2C 55 12.63422747 C6_chemical_B2 +LQ08X001800 Probable protein phosphatase 2C 55 12.81094051 C6_chemical_B3 +LQ08X001800 Probable protein phosphatase 2C 55 13.17599214 C6_chemical_C1 +LQ08X001800 Probable protein phosphatase 2C 55 13.19539318 C6_chemical_C2 +LQ08X001800 Probable protein phosphatase 2C 55 13.37731321 C6_chemical_C3 +LQ08X001800 Probable protein phosphatase 2C 55 10.7917302 L4_control_A1 +LQ08X001800 Probable protein phosphatase 2C 55 10.74021099 L4_control_A2 +LQ08X001800 Probable protein phosphatase 2C 55 10.51448658 L4_control_A3 +LQ08X001800 Probable protein phosphatase 2C 55 11.91647473 L4_control_B1 +LQ08X001800 Probable protein phosphatase 2C 55 12.01657107 L4_control_B2 +LQ08X001800 Probable protein phosphatase 2C 55 11.24537144 L4_control_B3 +LQ08X001800 Probable protein phosphatase 2C 55 13.19754825 L4_control_C2 +LQ08X001800 Probable protein phosphatase 2C 55 13.10090058 L4_control_C3 +LQ08X001800 Probable protein phosphatase 2C 55 10.52017494 L4_chemical_A1 +LQ08X001800 Probable protein phosphatase 2C 55 10.9234577 L4_chemical_A2 +LQ08X001800 Probable protein phosphatase 2C 55 10.21285218 L4_chemical_A3 +LQ08X001800 Probable protein phosphatase 2C 55 12.44070986 L4_chemical_B1 +LQ08X001800 Probable protein phosphatase 2C 55 12.52301047 L4_chemical_B2 +LQ08X001800 Probable protein phosphatase 2C 55 11.06464281 L4_chemical_B3 +LQ08X001800 Probable protein phosphatase 2C 55 12.85849777 L4_chemical_C2 +LQ08X001800 Probable protein phosphatase 2C 55 13.06298256 L4_chemical_C3 +LQ08X001820 Nucleic acid binding protein, putative 9.354080633 C6_control_A1 +LQ08X001820 Nucleic acid binding protein, putative 9.662700158 C6_control_A3 +LQ08X001820 Nucleic acid binding protein, putative 9.645909117 C6_control_B1 +LQ08X001820 Nucleic acid binding protein, putative 8.442453458 C6_control_B2 +LQ08X001820 Nucleic acid binding protein, putative 9.580201486 C6_control_B3 +LQ08X001820 Nucleic acid binding protein, putative 8.992742418 C6_control_C1 +LQ08X001820 Nucleic acid binding protein, putative 8.541906421 C6_control_C2 +LQ08X001820 Nucleic acid binding protein, putative 9.264979724 C6_control_C3 +LQ08X001820 Nucleic acid binding protein, putative 9.584621592 C6_chemical_A1 +LQ08X001820 Nucleic acid binding protein, putative 10.09280696 C6_chemical_A3 +LQ08X001820 Nucleic acid binding protein, putative 9.832979009 C6_chemical_B1 +LQ08X001820 Nucleic acid binding protein, putative 8.556969507 C6_chemical_B2 +LQ08X001820 Nucleic acid binding protein, putative 10.09731508 C6_chemical_B3 +LQ08X001820 Nucleic acid binding protein, putative 9.054754038 C6_chemical_C1 +LQ08X001820 Nucleic acid binding protein, putative 8.432167796 C6_chemical_C2 +LQ08X001820 Nucleic acid binding protein, putative 9.172433266 C6_chemical_C3 +LQ08X001820 Nucleic acid binding protein, putative 10.43230275 L4_control_A1 +LQ08X001820 Nucleic acid binding protein, putative 10.12216866 L4_control_A2 +LQ08X001820 Nucleic acid binding protein, putative 11.13050766 L4_control_A3 +LQ08X001820 Nucleic acid binding protein, putative 10.34917502 L4_control_B1 +LQ08X001820 Nucleic acid binding protein, putative 10.7248619 L4_control_B2 +LQ08X001820 Nucleic acid binding protein, putative 9.567290468 L4_control_B3 +LQ08X001820 Nucleic acid binding protein, putative 10.42718743 L4_control_C2 +LQ08X001820 Nucleic acid binding protein, putative 11.21519265 L4_control_C3 +LQ08X001820 Nucleic acid binding protein, putative 11.61178794 L4_chemical_A1 +LQ08X001820 Nucleic acid binding protein, putative 11.02019513 L4_chemical_A2 +LQ08X001820 Nucleic acid binding protein, putative 11.6959944 L4_chemical_A3 +LQ08X001820 Nucleic acid binding protein, putative 11.00584427 L4_chemical_B1 +LQ08X001820 Nucleic acid binding protein, putative 10.99769755 L4_chemical_B2 +LQ08X001820 Nucleic acid binding protein, putative 10.17199703 L4_chemical_B3 +LQ08X001820 Nucleic acid binding protein, putative 10.57631411 L4_chemical_C2 +LQ08X001820 Nucleic acid binding protein, putative 10.80711743 L4_chemical_C3 +LQ08X001840 Predicted protein 12.42401905 C6_control_A1 +LQ08X001840 Predicted protein 12.26627171 C6_control_A3 +LQ08X001840 Predicted protein 12.12079956 C6_control_B1 +LQ08X001840 Predicted protein 12.71107987 C6_control_B2 +LQ08X001840 Predicted protein 12.31196563 C6_control_B3 +LQ08X001840 Predicted protein 11.99811128 C6_control_C1 +LQ08X001840 Predicted protein 12.1445257 C6_control_C2 +LQ08X001840 Predicted protein 12.25083951 C6_control_C3 +LQ08X001840 Predicted protein 12.33859126 C6_chemical_A1 +LQ08X001840 Predicted protein 11.52422427 C6_chemical_A3 +LQ08X001840 Predicted protein 12.00206993 C6_chemical_B1 +LQ08X001840 Predicted protein 12.79825382 C6_chemical_B2 +LQ08X001840 Predicted protein 12.13432323 C6_chemical_B3 +LQ08X001840 Predicted protein 12.13606382 C6_chemical_C1 +LQ08X001840 Predicted protein 12.11529356 C6_chemical_C2 +LQ08X001840 Predicted protein 12.53639905 C6_chemical_C3 +LQ08X001840 Predicted protein 12.05545284 L4_control_A1 +LQ08X001840 Predicted protein 12.57199847 L4_control_A2 +LQ08X001840 Predicted protein 11.73437399 L4_control_A3 +LQ08X001840 Predicted protein 11.5428122 L4_control_B1 +LQ08X001840 Predicted protein 11.06578751 L4_control_B2 +LQ08X001840 Predicted protein 12.19628194 L4_control_B3 +LQ08X001840 Predicted protein 11.54657167 L4_control_C2 +LQ08X001840 Predicted protein 11.65743099 L4_control_C3 +LQ08X001840 Predicted protein 12.36219465 L4_chemical_A1 +LQ08X001840 Predicted protein 12.47369933 L4_chemical_A2 +LQ08X001840 Predicted protein 11.78370932 L4_chemical_A3 +LQ08X001840 Predicted protein 11.87468747 L4_chemical_B1 +LQ08X001840 Predicted protein 11.93747057 L4_chemical_B2 +LQ08X001840 Predicted protein 12.27531353 L4_chemical_B3 +LQ08X001840 Predicted protein 11.50821671 L4_chemical_C2 +LQ08X001840 Predicted protein 11.72925901 L4_chemical_C3 +LQ08X001850 COP9 signalosome complex subunit 4 12.27425662 C6_control_A1 +LQ08X001850 COP9 signalosome complex subunit 4 12.20956811 C6_control_A3 +LQ08X001850 COP9 signalosome complex subunit 4 11.91518939 C6_control_B1 +LQ08X001850 COP9 signalosome complex subunit 4 11.70274521 C6_control_B2 +LQ08X001850 COP9 signalosome complex subunit 4 11.8447915 C6_control_B3 +LQ08X001850 COP9 signalosome complex subunit 4 11.64789364 C6_control_C1 +LQ08X001850 COP9 signalosome complex subunit 4 11.29517017 C6_control_C2 +LQ08X001850 COP9 signalosome complex subunit 4 11.27474987 C6_control_C3 +LQ08X001850 COP9 signalosome complex subunit 4 12.12807566 C6_chemical_A1 +LQ08X001850 COP9 signalosome complex subunit 4 12.2874937 C6_chemical_A3 +LQ08X001850 COP9 signalosome complex subunit 4 11.82104708 C6_chemical_B1 +LQ08X001850 COP9 signalosome complex subunit 4 11.96926423 C6_chemical_B2 +LQ08X001850 COP9 signalosome complex subunit 4 11.69980881 C6_chemical_B3 +LQ08X001850 COP9 signalosome complex subunit 4 11.55918521 C6_chemical_C1 +LQ08X001850 COP9 signalosome complex subunit 4 11.40074521 C6_chemical_C2 +LQ08X001850 COP9 signalosome complex subunit 4 11.17378964 C6_chemical_C3 +LQ08X001850 COP9 signalosome complex subunit 4 12.38197437 L4_control_A1 +LQ08X001850 COP9 signalosome complex subunit 4 11.87462714 L4_control_A2 +LQ08X001850 COP9 signalosome complex subunit 4 12.21932024 L4_control_A3 +LQ08X001850 COP9 signalosome complex subunit 4 11.94131569 L4_control_B1 +LQ08X001850 COP9 signalosome complex subunit 4 11.66911352 L4_control_B2 +LQ08X001850 COP9 signalosome complex subunit 4 11.84554397 L4_control_B3 +LQ08X001850 COP9 signalosome complex subunit 4 11.71506011 L4_control_C2 +LQ08X001850 COP9 signalosome complex subunit 4 11.13948733 L4_control_C3 +LQ08X001850 COP9 signalosome complex subunit 4 12.47057066 L4_chemical_A1 +LQ08X001850 COP9 signalosome complex subunit 4 11.78648371 L4_chemical_A2 +LQ08X001850 COP9 signalosome complex subunit 4 12.2086271 L4_chemical_A3 +LQ08X001850 COP9 signalosome complex subunit 4 12.06529617 L4_chemical_B1 +LQ08X001850 COP9 signalosome complex subunit 4 11.6538529 L4_chemical_B2 +LQ08X001850 COP9 signalosome complex subunit 4 11.82551317 L4_chemical_B3 +LQ08X001850 COP9 signalosome complex subunit 4 11.81192809 L4_chemical_C2 +LQ08X001850 COP9 signalosome complex subunit 4 11.4783707 L4_chemical_C3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.692525593 C6_control_A1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.330593015 C6_control_A3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.771271891 C6_control_B1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.361309985 C6_control_B2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.699059987 C6_control_B3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.906656295 C6_control_C1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.45100487 C6_control_C2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.539551548 C6_control_C3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.8860655 C6_chemical_A1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.772424655 C6_chemical_A3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.88058652 C6_chemical_B1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.453518895 C6_chemical_B2 +LQ08X001870 Uncharacterized membrane protein At1g75140 6.592252531 C6_chemical_B3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.890834612 C6_chemical_C1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.860245327 C6_chemical_C2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.812469741 C6_chemical_C3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.70270769 L4_control_A1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.136694096 L4_control_A2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.123710186 L4_control_A3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.748900022 L4_control_B1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.676147328 L4_control_B2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.394416523 L4_control_B3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.439748667 L4_control_C2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.359035344 L4_control_C3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.740866133 L4_chemical_A1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.2666637 L4_chemical_A2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.075102195 L4_chemical_A3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.467496738 L4_chemical_B1 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.341626438 L4_chemical_B2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.134601919 L4_chemical_B3 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.932650435 L4_chemical_C2 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.596174968 L4_chemical_C3 +LQ08X001890 Putative uncharacterized protein 5.327739953 C6_control_A1 +LQ08X001890 Putative uncharacterized protein 5.344310755 C6_control_A3 +LQ08X001890 Putative uncharacterized protein 5.531888684 C6_control_B1 +LQ08X001890 Putative uncharacterized protein 5.566165967 C6_control_B2 +LQ08X001890 Putative uncharacterized protein 5.210489039 C6_control_B3 +LQ08X001890 Putative uncharacterized protein 6.150311992 C6_control_C1 +LQ08X001890 Putative uncharacterized protein 5.435721692 C6_control_C2 +LQ08X001890 Putative uncharacterized protein 5.515425245 C6_control_C3 +LQ08X001890 Putative uncharacterized protein 5.530142092 C6_chemical_A1 +LQ08X001890 Putative uncharacterized protein 5.384692229 C6_chemical_A3 +LQ08X001890 Putative uncharacterized protein 5.436977675 C6_chemical_B1 +LQ08X001890 Putative uncharacterized protein 5.18423664 C6_chemical_B2 +LQ08X001890 Putative uncharacterized protein 5.34015214 C6_chemical_B3 +LQ08X001890 Putative uncharacterized protein 5.503948541 C6_chemical_C1 +LQ08X001890 Putative uncharacterized protein 5.713744433 C6_chemical_C2 +LQ08X001890 Putative uncharacterized protein 5.249759701 C6_chemical_C3 +LQ08X001890 Putative uncharacterized protein 5.644153456 L4_control_A1 +LQ08X001890 Putative uncharacterized protein 5.494473746 L4_control_A2 +LQ08X001890 Putative uncharacterized protein 5.477394853 L4_control_A3 +LQ08X001890 Putative uncharacterized protein 5.410903261 L4_control_B1 +LQ08X001890 Putative uncharacterized protein 5.265277804 L4_control_B2 +LQ08X001890 Putative uncharacterized protein 5.724279537 L4_control_B3 +LQ08X001890 Putative uncharacterized protein 5.653106469 L4_control_C2 +LQ08X001890 Putative uncharacterized protein 5.335217193 L4_control_C3 +LQ08X001890 Putative uncharacterized protein 5.227280358 L4_chemical_A1 +LQ08X001890 Putative uncharacterized protein 5.309511563 L4_chemical_A2 +LQ08X001890 Putative uncharacterized protein 5.846984474 L4_chemical_A3 +LQ08X001890 Putative uncharacterized protein 5.291320633 L4_chemical_B1 +LQ08X001890 Putative uncharacterized protein 5.349800113 L4_chemical_B2 +LQ08X001890 Putative uncharacterized protein 5.341389369 L4_chemical_B3 +LQ08X001890 Putative uncharacterized protein 5.123446188 L4_chemical_C2 +LQ08X001890 Putative uncharacterized protein 5.60715043 L4_chemical_C3 +LQ08X001900 Putative Predicted protein 12.68936044 C6_control_A1 +LQ08X001900 Putative Predicted protein 12.62804266 C6_control_A3 +LQ08X001900 Putative Predicted protein 11.18511136 C6_control_B1 +LQ08X001900 Putative Predicted protein 8.236207092 C6_control_B2 +LQ08X001900 Putative Predicted protein 8.168041298 C6_control_B3 +LQ08X001900 Putative Predicted protein 6.589322776 C6_control_C1 +LQ08X001900 Putative Predicted protein 6.108402246 C6_control_C2 +LQ08X001900 Putative Predicted protein 7.021587515 C6_control_C3 +LQ08X001900 Putative Predicted protein 11.98013443 C6_chemical_A1 +LQ08X001900 Putative Predicted protein 12.06002938 C6_chemical_A3 +LQ08X001900 Putative Predicted protein 9.075502073 C6_chemical_B1 +LQ08X001900 Putative Predicted protein 6.607346996 C6_chemical_B2 +LQ08X001900 Putative Predicted protein 8.561511535 C6_chemical_B3 +LQ08X001900 Putative Predicted protein 6.463730018 C6_chemical_C1 +LQ08X001900 Putative Predicted protein 6.083266693 C6_chemical_C2 +LQ08X001900 Putative Predicted protein 6.687678368 C6_chemical_C3 +LQ08X001900 Putative Predicted protein 12.66133574 L4_control_A1 +LQ08X001900 Putative Predicted protein 12.72018926 L4_control_A2 +LQ08X001900 Putative Predicted protein 12.86831227 L4_control_A3 +LQ08X001900 Putative Predicted protein 7.203820383 L4_control_B1 +LQ08X001900 Putative Predicted protein 10.62594556 L4_control_B2 +LQ08X001900 Putative Predicted protein 7.317773262 L4_control_B3 +LQ08X001900 Putative Predicted protein 5.626306727 L4_control_C2 +LQ08X001900 Putative Predicted protein 5.462258233 L4_control_C3 +LQ08X001900 Putative Predicted protein 11.12674746 L4_chemical_A1 +LQ08X001900 Putative Predicted protein 10.7490448 L4_chemical_A2 +LQ08X001900 Putative Predicted protein 12.37875437 L4_chemical_A3 +LQ08X001900 Putative Predicted protein 8.670833442 L4_chemical_B1 +LQ08X001900 Putative Predicted protein 10.06423397 L4_chemical_B2 +LQ08X001900 Putative Predicted protein 10.45693365 L4_chemical_B3 +LQ08X001900 Putative Predicted protein 5.630449198 L4_chemical_C2 +LQ08X001900 Putative Predicted protein 5.970992278 L4_chemical_C3 +LQ08X001930 Putative uncharacterized protein 4.809771211 C6_control_A1 +LQ08X001930 Putative uncharacterized protein 5.273417057 C6_control_A3 +LQ08X001930 Putative uncharacterized protein 5.234168311 C6_control_B1 +LQ08X001930 Putative uncharacterized protein 5.251695261 C6_control_B2 +LQ08X001930 Putative uncharacterized protein 4.781516969 C6_control_B3 +LQ08X001930 Putative uncharacterized protein 6.469405743 C6_control_C1 +LQ08X001930 Putative uncharacterized protein 5.374801564 C6_control_C2 +LQ08X001930 Putative uncharacterized protein 5.125210242 C6_control_C3 +LQ08X001930 Putative uncharacterized protein 5.092964741 C6_chemical_A1 +LQ08X001930 Putative uncharacterized protein 5.140193952 C6_chemical_A3 +LQ08X001930 Putative uncharacterized protein 4.959700193 C6_chemical_B1 +LQ08X001930 Putative uncharacterized protein 5.231008438 C6_chemical_B2 +LQ08X001930 Putative uncharacterized protein 5.054550744 C6_chemical_B3 +LQ08X001930 Putative uncharacterized protein 6.128842793 C6_chemical_C1 +LQ08X001930 Putative uncharacterized protein 5.312181633 C6_chemical_C2 +LQ08X001930 Putative uncharacterized protein 5.854255593 C6_chemical_C3 +LQ08X001930 Putative uncharacterized protein 6.214018051 L4_control_A1 +LQ08X001930 Putative uncharacterized protein 5.532268426 L4_control_A2 +LQ08X001930 Putative uncharacterized protein 5.445806984 L4_control_A3 +LQ08X001930 Putative uncharacterized protein 5.797241226 L4_control_B1 +LQ08X001930 Putative uncharacterized protein 5.016588148 L4_control_B2 +LQ08X001930 Putative uncharacterized protein 5.803713493 L4_control_B3 +LQ08X001930 Putative uncharacterized protein 5.48088891 L4_control_C2 +LQ08X001930 Putative uncharacterized protein 5.062002272 L4_control_C3 +LQ08X001930 Putative uncharacterized protein 6.872480584 L4_chemical_A1 +LQ08X001930 Putative uncharacterized protein 5.33516331 L4_chemical_A2 +LQ08X001930 Putative uncharacterized protein 6.04529853 L4_chemical_A3 +LQ08X001930 Putative uncharacterized protein 5.291995603 L4_chemical_B1 +LQ08X001930 Putative uncharacterized protein 5.237562551 L4_chemical_B2 +LQ08X001930 Putative uncharacterized protein 5.965414336 L4_chemical_B3 +LQ08X001930 Putative uncharacterized protein 6.132816119 L4_chemical_C2 +LQ08X001930 Putative uncharacterized protein 6.176811613 L4_chemical_C3 +LQ08X001940 Putative uncharacterized protein 5.790666059 C6_control_A1 +LQ08X001940 Putative uncharacterized protein 6.198538602 C6_control_A3 +LQ08X001940 Putative uncharacterized protein 5.505061648 C6_control_B1 +LQ08X001940 Putative uncharacterized protein 5.339597364 C6_control_B2 +LQ08X001940 Putative uncharacterized protein 5.513620395 C6_control_B3 +LQ08X001940 Putative uncharacterized protein 5.049974145 C6_control_C1 +LQ08X001940 Putative uncharacterized protein 5.262420686 C6_control_C2 +LQ08X001940 Putative uncharacterized protein 5.061896707 C6_control_C3 +LQ08X001940 Putative uncharacterized protein 5.398607641 C6_chemical_A1 +LQ08X001940 Putative uncharacterized protein 5.672868578 C6_chemical_A3 +LQ08X001940 Putative uncharacterized protein 5.485787192 C6_chemical_B1 +LQ08X001940 Putative uncharacterized protein 5.377724741 C6_chemical_B2 +LQ08X001940 Putative uncharacterized protein 5.990328081 C6_chemical_B3 +LQ08X001940 Putative uncharacterized protein 5.038526702 C6_chemical_C1 +LQ08X001940 Putative uncharacterized protein 4.915360634 C6_chemical_C2 +LQ08X001940 Putative uncharacterized protein 5.184048372 C6_chemical_C3 +LQ08X001940 Putative uncharacterized protein 5.938718764 L4_control_A1 +LQ08X001940 Putative uncharacterized protein 5.86176425 L4_control_A2 +LQ08X001940 Putative uncharacterized protein 6.118032683 L4_control_A3 +LQ08X001940 Putative uncharacterized protein 4.928512322 L4_control_B1 +LQ08X001940 Putative uncharacterized protein 5.29685975 L4_control_B2 +LQ08X001940 Putative uncharacterized protein 5.495274914 L4_control_B3 +LQ08X001940 Putative uncharacterized protein 5.488547009 L4_control_C2 +LQ08X001940 Putative uncharacterized protein 5.513697778 L4_control_C3 +LQ08X001940 Putative uncharacterized protein 5.729807442 L4_chemical_A1 +LQ08X001940 Putative uncharacterized protein 5.407564124 L4_chemical_A2 +LQ08X001940 Putative uncharacterized protein 6.385030064 L4_chemical_A3 +LQ08X001940 Putative uncharacterized protein 5.483306883 L4_chemical_B1 +LQ08X001940 Putative uncharacterized protein 5.713808313 L4_chemical_B2 +LQ08X001940 Putative uncharacterized protein 5.402064044 L4_chemical_B3 +LQ08X001940 Putative uncharacterized protein 4.837847568 L4_chemical_C2 +LQ08X001940 Putative uncharacterized protein 5.012312021 L4_chemical_C3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 14.77114501 C6_control_A1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 14.70726465 C6_control_A3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 13.54080255 C6_control_B1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.88129979 C6_control_B2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.13878509 C6_control_B3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.9513965 C6_control_C1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.75357786 C6_control_C2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.01191667 C6_control_C3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 13.93129703 C6_chemical_A1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 14.46786033 C6_chemical_A3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.141963 C6_chemical_B1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.31945211 C6_chemical_B2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.1044874 C6_chemical_B3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.06711259 C6_chemical_C1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.60315371 C6_chemical_C2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.38021187 C6_chemical_C3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 15.0633635 L4_control_A1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 14.39826385 L4_control_A2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 14.23819257 L4_control_A3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.47075494 L4_control_B1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.81215553 L4_control_B2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.52093431 L4_control_B3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.33817491 L4_control_C2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.68867773 L4_control_C3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 13.80253644 L4_chemical_A1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.43405529 L4_chemical_A2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 14.33596794 L4_chemical_A3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.85462175 L4_chemical_B1 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.78042781 L4_chemical_B2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 13.27373062 L4_chemical_B3 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 12.40780768 L4_chemical_C2 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 11.67389137 L4_chemical_C3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.294730251 C6_control_A1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.124277718 C6_control_A3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.521014859 C6_control_B1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.169117329 C6_control_B2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.343050883 C6_control_B3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.10259899 C6_control_C1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.996418622 C6_control_C2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.777117145 C6_control_C3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.467614604 C6_chemical_A1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.450392005 C6_chemical_A3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.219325009 C6_chemical_B1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.70693548 C6_chemical_B2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.574332819 C6_chemical_B3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.215879283 C6_chemical_C1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.511171036 C6_chemical_C2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.505472672 C6_chemical_C3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 4.673423216 L4_control_A1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.243981905 L4_control_A2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.194364236 L4_control_A3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.441068276 L4_control_B1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.198831758 L4_control_B2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.255473714 L4_control_B3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 4.961816973 L4_control_C2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 7.158672904 L4_control_C3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.281608521 L4_chemical_A1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.285386139 L4_chemical_A2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.933955756 L4_chemical_A3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.229607887 L4_chemical_B1 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.483057484 L4_chemical_B2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.238140954 L4_chemical_B3 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.316419562 L4_chemical_C2 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.829549317 L4_chemical_C3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 12.51655233 C6_control_A1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 13.16720952 C6_control_A3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 11.57002748 C6_control_B1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 10.81060555 C6_control_B2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 10.43724692 C6_control_B3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 9.945557082 C6_control_C1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 9.665469485 C6_control_C2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 9.826420654 C6_control_C3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 12.90536153 C6_chemical_A1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 13.50873199 C6_chemical_A3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 11.3438283 C6_chemical_B1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 10.75324739 C6_chemical_B2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 10.33026273 C6_chemical_B3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 10.05581742 C6_chemical_C1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 9.733331293 C6_chemical_C2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 8.810108655 C6_chemical_C3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 12.46895278 L4_control_A1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 12.80667498 L4_control_A2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 13.66749448 L4_control_A3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 10.82529375 L4_control_B1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 11.35711991 L4_control_B2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 10.3264597 L4_control_B3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 9.73722443 L4_control_C2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 9.081880462 L4_control_C3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 11.9498323 L4_chemical_A1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 12.27952243 L4_chemical_A2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 13.39569302 L4_chemical_A3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 11.64670468 L4_chemical_B1 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 11.32711865 L4_chemical_B2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 11.66233098 L4_chemical_B3 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 9.772111267 L4_chemical_C2 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 9.283968053 L4_chemical_C3 +LQ08X002000 Hypothetical protein 5.031807318 C6_control_A1 +LQ08X002000 Hypothetical protein 5.081352712 C6_control_A3 +LQ08X002000 Hypothetical protein 5.120853333 C6_control_B1 +LQ08X002000 Hypothetical protein 4.975442218 C6_control_B2 +LQ08X002000 Hypothetical protein 5.032065053 C6_control_B3 +LQ08X002000 Hypothetical protein 4.760430464 C6_control_C1 +LQ08X002000 Hypothetical protein 4.877086254 C6_control_C2 +LQ08X002000 Hypothetical protein 4.928646501 C6_control_C3 +LQ08X002000 Hypothetical protein 5.083752079 C6_chemical_A1 +LQ08X002000 Hypothetical protein 5.365506518 C6_chemical_A3 +LQ08X002000 Hypothetical protein 4.912411393 C6_chemical_B1 +LQ08X002000 Hypothetical protein 4.855682021 C6_chemical_B2 +LQ08X002000 Hypothetical protein 4.641016449 C6_chemical_B3 +LQ08X002000 Hypothetical protein 4.732873306 C6_chemical_C1 +LQ08X002000 Hypothetical protein 4.87708304 C6_chemical_C2 +LQ08X002000 Hypothetical protein 4.763815336 C6_chemical_C3 +LQ08X002000 Hypothetical protein 4.727462005 L4_control_A1 +LQ08X002000 Hypothetical protein 5.099074554 L4_control_A2 +LQ08X002000 Hypothetical protein 5.134861173 L4_control_A3 +LQ08X002000 Hypothetical protein 5.014398331 L4_control_B1 +LQ08X002000 Hypothetical protein 4.9683283 L4_control_B2 +LQ08X002000 Hypothetical protein 4.846146912 L4_control_B3 +LQ08X002000 Hypothetical protein 5.309990236 L4_control_C2 +LQ08X002000 Hypothetical protein 4.696555231 L4_control_C3 +LQ08X002000 Hypothetical protein 4.993352342 L4_chemical_A1 +LQ08X002000 Hypothetical protein 5.070072113 L4_chemical_A2 +LQ08X002000 Hypothetical protein 5.056755004 L4_chemical_A3 +LQ08X002000 Hypothetical protein 4.915062893 L4_chemical_B1 +LQ08X002000 Hypothetical protein 5.670786599 L4_chemical_B2 +LQ08X002000 Hypothetical protein 4.821007994 L4_chemical_B3 +LQ08X002000 Hypothetical protein 5.095238875 L4_chemical_C2 +LQ08X002000 Hypothetical protein 5.020333311 L4_chemical_C3 +LQ08X002010 Predicted protein 7.901126792 C6_control_A1 +LQ08X002010 Predicted protein 7.906189123 C6_control_A3 +LQ08X002010 Predicted protein 7.721925249 C6_control_B1 +LQ08X002010 Predicted protein 8.700889774 C6_control_B2 +LQ08X002010 Predicted protein 7.816361029 C6_control_B3 +LQ08X002010 Predicted protein 7.859886502 C6_control_C1 +LQ08X002010 Predicted protein 8.431473451 C6_control_C2 +LQ08X002010 Predicted protein 8.333074043 C6_control_C3 +LQ08X002010 Predicted protein 7.707490078 C6_chemical_A1 +LQ08X002010 Predicted protein 7.960846599 C6_chemical_A3 +LQ08X002010 Predicted protein 7.541771679 C6_chemical_B1 +LQ08X002010 Predicted protein 8.717107691 C6_chemical_B2 +LQ08X002010 Predicted protein 7.706832991 C6_chemical_B3 +LQ08X002010 Predicted protein 7.746165322 C6_chemical_C1 +LQ08X002010 Predicted protein 8.287191616 C6_chemical_C2 +LQ08X002010 Predicted protein 8.20158237 C6_chemical_C3 +LQ08X002010 Predicted protein 7.674151905 L4_control_A1 +LQ08X002010 Predicted protein 8.089015574 L4_control_A2 +LQ08X002010 Predicted protein 7.532170965 L4_control_A3 +LQ08X002010 Predicted protein 7.61282641 L4_control_B1 +LQ08X002010 Predicted protein 7.274262692 L4_control_B2 +LQ08X002010 Predicted protein 7.860217443 L4_control_B3 +LQ08X002010 Predicted protein 6.930363442 L4_control_C2 +LQ08X002010 Predicted protein 7.446444271 L4_control_C3 +LQ08X002010 Predicted protein 7.442873544 L4_chemical_A1 +LQ08X002010 Predicted protein 7.588935184 L4_chemical_A2 +LQ08X002010 Predicted protein 7.605001905 L4_chemical_A3 +LQ08X002010 Predicted protein 7.453881131 L4_chemical_B1 +LQ08X002010 Predicted protein 8.01594239 L4_chemical_B2 +LQ08X002010 Predicted protein 8.171608429 L4_chemical_B3 +LQ08X002010 Predicted protein 7.545515923 L4_chemical_C2 +LQ08X002010 Predicted protein 7.506270627 L4_chemical_C3 +LQ08X002030 Predicted protein 12.78230234 C6_control_A1 +LQ08X002030 Predicted protein 12.89470832 C6_control_A3 +LQ08X002030 Predicted protein 12.77038628 C6_control_B1 +LQ08X002030 Predicted protein 12.49185133 C6_control_B2 +LQ08X002030 Predicted protein 12.97905212 C6_control_B3 +LQ08X002030 Predicted protein 12.98637507 C6_control_C1 +LQ08X002030 Predicted protein 13.251364 C6_control_C2 +LQ08X002030 Predicted protein 12.94510124 C6_control_C3 +LQ08X002030 Predicted protein 12.73154037 C6_chemical_A1 +LQ08X002030 Predicted protein 13.26598002 C6_chemical_A3 +LQ08X002030 Predicted protein 13.11180251 C6_chemical_B1 +LQ08X002030 Predicted protein 12.87859438 C6_chemical_B2 +LQ08X002030 Predicted protein 13.16738441 C6_chemical_B3 +LQ08X002030 Predicted protein 13.5225045 C6_chemical_C1 +LQ08X002030 Predicted protein 13.62818399 C6_chemical_C2 +LQ08X002030 Predicted protein 14.11264035 C6_chemical_C3 +LQ08X002030 Predicted protein 12.5125163 L4_control_A1 +LQ08X002030 Predicted protein 12.84009693 L4_control_A2 +LQ08X002030 Predicted protein 13.3766587 L4_control_A3 +LQ08X002030 Predicted protein 13.18465586 L4_control_B1 +LQ08X002030 Predicted protein 13.1819484 L4_control_B2 +LQ08X002030 Predicted protein 13.12043307 L4_control_B3 +LQ08X002030 Predicted protein 13.24149044 L4_control_C2 +LQ08X002030 Predicted protein 13.65698011 L4_control_C3 +LQ08X002030 Predicted protein 13.25796096 L4_chemical_A1 +LQ08X002030 Predicted protein 13.72698336 L4_chemical_A2 +LQ08X002030 Predicted protein 13.22615083 L4_chemical_A3 +LQ08X002030 Predicted protein 13.26664122 L4_chemical_B1 +LQ08X002030 Predicted protein 13.36389144 L4_chemical_B2 +LQ08X002030 Predicted protein 13.27627242 L4_chemical_B3 +LQ08X002030 Predicted protein 13.56372857 L4_chemical_C2 +LQ08X002030 Predicted protein 14.11284684 L4_chemical_C3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.6437085 C6_control_A1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.66892096 C6_control_A3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.48736239 C6_control_B1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.63864957 C6_control_B2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.14275071 C6_control_B3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.51748645 C6_control_C1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.45702131 C6_control_C2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.30067745 C6_control_C3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.31218592 C6_chemical_A1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.68865772 C6_chemical_A3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.15911356 C6_chemical_B1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.25614169 C6_chemical_B2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.17906731 C6_chemical_B3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.52683442 C6_chemical_C1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.55721479 C6_chemical_C2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.50606669 C6_chemical_C3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.68256529 L4_control_A1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.70099594 L4_control_A2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.05613655 L4_control_A3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.10712251 L4_control_B1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 10.67920346 L4_control_B2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 10.85124936 L4_control_B3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 10.8741554 L4_control_C2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 10.21586448 L4_control_C3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.48544621 L4_chemical_A1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.36161096 L4_chemical_A2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 10.99415177 L4_chemical_A3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.22043162 L4_chemical_B1 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.24046225 L4_chemical_B2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.14874198 L4_chemical_B3 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 10.89328777 L4_chemical_C2 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 10.80756102 L4_chemical_C3 +LQ08X002070 Predicted protein 12.22019832 C6_control_A1 +LQ08X002070 Predicted protein 11.93758902 C6_control_A3 +LQ08X002070 Predicted protein 12.10837271 C6_control_B1 +LQ08X002070 Predicted protein 11.90593119 C6_control_B2 +LQ08X002070 Predicted protein 12.31356006 C6_control_B3 +LQ08X002070 Predicted protein 12.62554166 C6_control_C1 +LQ08X002070 Predicted protein 11.93191173 C6_control_C2 +LQ08X002070 Predicted protein 12.82810714 C6_control_C3 +LQ08X002070 Predicted protein 11.84699642 C6_chemical_A1 +LQ08X002070 Predicted protein 12.16696292 C6_chemical_A3 +LQ08X002070 Predicted protein 11.80518817 C6_chemical_B1 +LQ08X002070 Predicted protein 11.8302595 C6_chemical_B2 +LQ08X002070 Predicted protein 12.1407687 C6_chemical_B3 +LQ08X002070 Predicted protein 12.25675272 C6_chemical_C1 +LQ08X002070 Predicted protein 12.10627346 C6_chemical_C2 +LQ08X002070 Predicted protein 12.49804269 C6_chemical_C3 +LQ08X002070 Predicted protein 12.41514513 L4_control_A1 +LQ08X002070 Predicted protein 12.76672397 L4_control_A2 +LQ08X002070 Predicted protein 12.51521212 L4_control_A3 +LQ08X002070 Predicted protein 12.15199055 L4_control_B1 +LQ08X002070 Predicted protein 12.64097004 L4_control_B2 +LQ08X002070 Predicted protein 12.47630378 L4_control_B3 +LQ08X002070 Predicted protein 12.67072437 L4_control_C2 +LQ08X002070 Predicted protein 13.23916982 L4_control_C3 +LQ08X002070 Predicted protein 12.29330416 L4_chemical_A1 +LQ08X002070 Predicted protein 12.6530312 L4_chemical_A2 +LQ08X002070 Predicted protein 12.3999163 L4_chemical_A3 +LQ08X002070 Predicted protein 12.41741943 L4_chemical_B1 +LQ08X002070 Predicted protein 12.34925863 L4_chemical_B2 +LQ08X002070 Predicted protein 12.1108352 L4_chemical_B3 +LQ08X002070 Predicted protein 12.44162831 L4_chemical_C2 +LQ08X002070 Predicted protein 13.05958563 L4_chemical_C3 +LQ08X002080 Predicted protein 11.74062945 C6_control_A1 +LQ08X002080 Predicted protein 11.55184324 C6_control_A3 +LQ08X002080 Predicted protein 11.95909518 C6_control_B1 +LQ08X002080 Predicted protein 12.25976766 C6_control_B2 +LQ08X002080 Predicted protein 12.33613851 C6_control_B3 +LQ08X002080 Predicted protein 13.40191642 C6_control_C1 +LQ08X002080 Predicted protein 13.07496222 C6_control_C2 +LQ08X002080 Predicted protein 12.50278408 C6_control_C3 +LQ08X002080 Predicted protein 11.50538178 C6_chemical_A1 +LQ08X002080 Predicted protein 11.32546372 C6_chemical_A3 +LQ08X002080 Predicted protein 12.01692352 C6_chemical_B1 +LQ08X002080 Predicted protein 12.04820491 C6_chemical_B2 +LQ08X002080 Predicted protein 11.61980582 C6_chemical_B3 +LQ08X002080 Predicted protein 13.23498558 C6_chemical_C1 +LQ08X002080 Predicted protein 13.04034494 C6_chemical_C2 +LQ08X002080 Predicted protein 12.08381944 C6_chemical_C3 +LQ08X002080 Predicted protein 11.82372382 L4_control_A1 +LQ08X002080 Predicted protein 12.21071511 L4_control_A2 +LQ08X002080 Predicted protein 12.41903986 L4_control_A3 +LQ08X002080 Predicted protein 12.30343857 L4_control_B1 +LQ08X002080 Predicted protein 12.33952606 L4_control_B2 +LQ08X002080 Predicted protein 12.79505902 L4_control_B3 +LQ08X002080 Predicted protein 13.09142316 L4_control_C2 +LQ08X002080 Predicted protein 12.38307423 L4_control_C3 +LQ08X002080 Predicted protein 11.00053181 L4_chemical_A1 +LQ08X002080 Predicted protein 11.4078659 L4_chemical_A2 +LQ08X002080 Predicted protein 11.83263956 L4_chemical_A3 +LQ08X002080 Predicted protein 11.62855926 L4_chemical_B1 +LQ08X002080 Predicted protein 11.70715113 L4_chemical_B2 +LQ08X002080 Predicted protein 11.68708566 L4_chemical_B3 +LQ08X002080 Predicted protein 12.9293319 L4_chemical_C2 +LQ08X002080 Predicted protein 12.64897216 L4_chemical_C3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.400338219 C6_control_A1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.397039884 C6_control_A3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.282924512 C6_control_B1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.552776289 C6_control_B2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.510966564 C6_control_B3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.893544162 C6_control_C1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.075484199 C6_control_C2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.909825199 C6_control_C3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.971517986 C6_chemical_A1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.728997352 C6_chemical_A3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.496845922 C6_chemical_B1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.567890632 C6_chemical_B2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.744673278 C6_chemical_B3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 7.282616103 C6_chemical_C1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 7.01522322 C6_chemical_C2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.671273127 C6_chemical_C3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.198969899 L4_control_A1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.728535673 L4_control_A2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.360887916 L4_control_A3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.629537908 L4_control_B1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.294243294 L4_control_B2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.846057637 L4_control_B3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.264229757 L4_control_C2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 7.217279507 L4_control_C3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.233744606 L4_chemical_A1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.015405837 L4_chemical_A2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.384682741 L4_chemical_A3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.433629259 L4_chemical_B1 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.006528724 L4_chemical_B2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.398645676 L4_chemical_B3 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 7.222265103 L4_chemical_C2 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 6.857185511 L4_chemical_C3 +LQ08X002120 50S ribosomal protein L27 12.55070716 C6_control_A1 +LQ08X002120 50S ribosomal protein L27 13.15654256 C6_control_A3 +LQ08X002120 50S ribosomal protein L27 12.13034363 C6_control_B1 +LQ08X002120 50S ribosomal protein L27 11.97624704 C6_control_B2 +LQ08X002120 50S ribosomal protein L27 12.0093731 C6_control_B3 +LQ08X002120 50S ribosomal protein L27 12.09476061 C6_control_C1 +LQ08X002120 50S ribosomal protein L27 12.37485144 C6_control_C2 +LQ08X002120 50S ribosomal protein L27 12.14101196 C6_control_C3 +LQ08X002120 50S ribosomal protein L27 12.18424653 C6_chemical_A1 +LQ08X002120 50S ribosomal protein L27 12.39135911 C6_chemical_A3 +LQ08X002120 50S ribosomal protein L27 12.00093745 C6_chemical_B1 +LQ08X002120 50S ribosomal protein L27 12.10669833 C6_chemical_B2 +LQ08X002120 50S ribosomal protein L27 11.65980869 C6_chemical_B3 +LQ08X002120 50S ribosomal protein L27 12.0609001 C6_chemical_C1 +LQ08X002120 50S ribosomal protein L27 12.38435361 C6_chemical_C2 +LQ08X002120 50S ribosomal protein L27 12.08082262 C6_chemical_C3 +LQ08X002120 50S ribosomal protein L27 12.67605347 L4_control_A1 +LQ08X002120 50S ribosomal protein L27 12.94754607 L4_control_A2 +LQ08X002120 50S ribosomal protein L27 12.5955226 L4_control_A3 +LQ08X002120 50S ribosomal protein L27 12.09557837 L4_control_B1 +LQ08X002120 50S ribosomal protein L27 11.69407287 L4_control_B2 +LQ08X002120 50S ribosomal protein L27 11.78641937 L4_control_B3 +LQ08X002120 50S ribosomal protein L27 12.64741635 L4_control_C2 +LQ08X002120 50S ribosomal protein L27 12.38401079 L4_control_C3 +LQ08X002120 50S ribosomal protein L27 12.4554328 L4_chemical_A1 +LQ08X002120 50S ribosomal protein L27 12.57072163 L4_chemical_A2 +LQ08X002120 50S ribosomal protein L27 12.29941961 L4_chemical_A3 +LQ08X002120 50S ribosomal protein L27 12.46956411 L4_chemical_B1 +LQ08X002120 50S ribosomal protein L27 12.32088825 L4_chemical_B2 +LQ08X002120 50S ribosomal protein L27 11.87852745 L4_chemical_B3 +LQ08X002120 50S ribosomal protein L27 12.77297588 L4_chemical_C2 +LQ08X002120 50S ribosomal protein L27 12.47809002 L4_chemical_C3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.662816221 C6_control_A1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.179203358 C6_control_A3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.186531638 C6_control_B1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.416862951 C6_control_B2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.506066541 C6_control_B3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.290238343 C6_control_C1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.438667427 C6_control_C2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.527028989 C6_control_C3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.521244793 C6_chemical_A1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.324853266 C6_chemical_A3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.334790771 C6_chemical_B1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.554495832 C6_chemical_B2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.859394493 C6_chemical_B3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.396033269 C6_chemical_C1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.047758442 C6_chemical_C2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.688004718 C6_chemical_C3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.669917517 L4_control_A1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.506992509 L4_control_A2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.638538835 L4_control_A3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.032936112 L4_control_B1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.3839354 L4_control_B2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.844046633 L4_control_B3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 4.970137189 L4_control_C2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 6.417667353 L4_control_C3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.632743082 L4_chemical_A1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.538099608 L4_chemical_A2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.796850661 L4_chemical_A3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.485329881 L4_chemical_B1 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.344786818 L4_chemical_B2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.70181801 L4_chemical_B3 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.082389282 L4_chemical_C2 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.784626346 L4_chemical_C3 +LQ08X002140 DNA binding protein, putative 8.585342108 C6_control_A1 +LQ08X002140 DNA binding protein, putative 11.12284462 C6_control_A3 +LQ08X002140 DNA binding protein, putative 7.703135418 C6_control_B1 +LQ08X002140 DNA binding protein, putative 7.399536178 C6_control_B2 +LQ08X002140 DNA binding protein, putative 7.035325517 C6_control_B3 +LQ08X002140 DNA binding protein, putative 10.21362461 C6_control_C1 +LQ08X002140 DNA binding protein, putative 9.619506752 C6_control_C2 +LQ08X002140 DNA binding protein, putative 9.651267988 C6_control_C3 +LQ08X002140 DNA binding protein, putative 7.338900074 C6_chemical_A1 +LQ08X002140 DNA binding protein, putative 9.018736208 C6_chemical_A3 +LQ08X002140 DNA binding protein, putative 6.475020733 C6_chemical_B1 +LQ08X002140 DNA binding protein, putative 6.968866056 C6_chemical_B2 +LQ08X002140 DNA binding protein, putative 6.772494192 C6_chemical_B3 +LQ08X002140 DNA binding protein, putative 9.764970392 C6_chemical_C1 +LQ08X002140 DNA binding protein, putative 9.383308881 C6_chemical_C2 +LQ08X002140 DNA binding protein, putative 10.02566135 C6_chemical_C3 +LQ08X002140 DNA binding protein, putative 11.26169272 L4_control_A1 +LQ08X002140 DNA binding protein, putative 9.335733077 L4_control_A2 +LQ08X002140 DNA binding protein, putative 10.56737663 L4_control_A3 +LQ08X002140 DNA binding protein, putative 6.493254424 L4_control_B1 +LQ08X002140 DNA binding protein, putative 6.373047945 L4_control_B2 +LQ08X002140 DNA binding protein, putative 6.291491176 L4_control_B3 +LQ08X002140 DNA binding protein, putative 9.835543509 L4_control_C2 +LQ08X002140 DNA binding protein, putative 9.084600854 L4_control_C3 +LQ08X002140 DNA binding protein, putative 10.26017902 L4_chemical_A1 +LQ08X002140 DNA binding protein, putative 7.147060461 L4_chemical_A2 +LQ08X002140 DNA binding protein, putative 9.772518766 L4_chemical_A3 +LQ08X002140 DNA binding protein, putative 6.958517704 L4_chemical_B1 +LQ08X002140 DNA binding protein, putative 7.030476215 L4_chemical_B2 +LQ08X002140 DNA binding protein, putative 6.828486473 L4_chemical_B3 +LQ08X002140 DNA binding protein, putative 9.918185562 L4_chemical_C2 +LQ08X002140 DNA binding protein, putative 7.259272282 L4_chemical_C3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.42577824 C6_control_A1 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.53692897 C6_control_A3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.06391638 C6_control_B1 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.32572113 C6_control_B2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.10680072 C6_control_B3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.61048159 C6_control_C1 +LQ08X002150 Putative Maf-like protein DDBG0281937 11.84952301 C6_control_C2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.72764479 C6_control_C3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.15009393 C6_chemical_A1 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.44885853 C6_chemical_A3 +LQ08X002150 Putative Maf-like protein DDBG0281937 11.7043984 C6_chemical_B1 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.283811 C6_chemical_B2 +LQ08X002150 Putative Maf-like protein DDBG0281937 11.67713501 C6_chemical_B3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.34828462 C6_chemical_C1 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.16001556 C6_chemical_C2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.45306404 C6_chemical_C3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.69433896 L4_control_A1 +LQ08X002150 Putative Maf-like protein DDBG0281937 13.31468185 L4_control_A2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.7377257 L4_control_A3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.90241218 L4_control_B1 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.19284154 L4_control_B2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.34677721 L4_control_B3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.42745996 L4_control_C2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.5108885 L4_control_C3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.87643043 L4_chemical_A1 +LQ08X002150 Putative Maf-like protein DDBG0281937 13.17720388 L4_chemical_A2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.34440588 L4_chemical_A3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.93399896 L4_chemical_B1 +LQ08X002150 Putative Maf-like protein DDBG0281937 13.07849783 L4_chemical_B2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.61782053 L4_chemical_B3 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.63627724 L4_chemical_C2 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.56946227 L4_chemical_C3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.31259549 C6_control_A1 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.35576064 C6_control_A3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.4038791 C6_control_B1 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.0295313 C6_control_B2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.14069656 C6_control_B3 +LQ08X002160 3-ketoacyl-CoA synthase 4 13.19101428 C6_control_C1 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.47034075 C6_control_C2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.57819619 C6_control_C3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.45083383 C6_chemical_A1 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.22304344 C6_chemical_A3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.41127377 C6_chemical_B1 +LQ08X002160 3-ketoacyl-CoA synthase 4 11.70554855 C6_chemical_B2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.18456003 C6_chemical_B3 +LQ08X002160 3-ketoacyl-CoA synthase 4 13.13699332 C6_chemical_C1 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.62432334 C6_chemical_C2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.43068791 C6_chemical_C3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.846485 L4_control_A1 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.86502769 L4_control_A2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.97348956 L4_control_A3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.26452762 L4_control_B1 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.70733555 L4_control_B2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.26540938 L4_control_B3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.67753134 L4_control_C2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.96674017 L4_control_C3 +LQ08X002160 3-ketoacyl-CoA synthase 4 13.056013 L4_chemical_A1 +LQ08X002160 3-ketoacyl-CoA synthase 4 13.24039443 L4_chemical_A2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.82646567 L4_chemical_A3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.52135338 L4_chemical_B1 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.46508949 L4_chemical_B2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.29087263 L4_chemical_B3 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.68341202 L4_chemical_C2 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.2894157 L4_chemical_C3 +LQ08X002170 Sugar transporter ERD6-like 6 5.161300519 C6_control_A1 +LQ08X002170 Sugar transporter ERD6-like 6 4.947452096 C6_control_A3 +LQ08X002170 Sugar transporter ERD6-like 6 4.875723415 C6_control_B1 +LQ08X002170 Sugar transporter ERD6-like 6 4.875386399 C6_control_B2 +LQ08X002170 Sugar transporter ERD6-like 6 4.631091218 C6_control_B3 +LQ08X002170 Sugar transporter ERD6-like 6 4.832869818 C6_control_C1 +LQ08X002170 Sugar transporter ERD6-like 6 5.174591998 C6_control_C2 +LQ08X002170 Sugar transporter ERD6-like 6 5.150061657 C6_control_C3 +LQ08X002170 Sugar transporter ERD6-like 6 4.867868849 C6_chemical_A1 +LQ08X002170 Sugar transporter ERD6-like 6 5.451401469 C6_chemical_A3 +LQ08X002170 Sugar transporter ERD6-like 6 5.260195854 C6_chemical_B1 +LQ08X002170 Sugar transporter ERD6-like 6 4.672765884 C6_chemical_B2 +LQ08X002170 Sugar transporter ERD6-like 6 5.517302904 C6_chemical_B3 +LQ08X002170 Sugar transporter ERD6-like 6 4.995980168 C6_chemical_C1 +LQ08X002170 Sugar transporter ERD6-like 6 4.836709072 C6_chemical_C2 +LQ08X002170 Sugar transporter ERD6-like 6 4.905660095 C6_chemical_C3 +LQ08X002170 Sugar transporter ERD6-like 6 4.674698402 L4_control_A1 +LQ08X002170 Sugar transporter ERD6-like 6 4.956955774 L4_control_A2 +LQ08X002170 Sugar transporter ERD6-like 6 4.772603559 L4_control_A3 +LQ08X002170 Sugar transporter ERD6-like 6 5.001249785 L4_control_B1 +LQ08X002170 Sugar transporter ERD6-like 6 5.120534769 L4_control_B2 +LQ08X002170 Sugar transporter ERD6-like 6 4.950388997 L4_control_B3 +LQ08X002170 Sugar transporter ERD6-like 6 6.076416544 L4_control_C2 +LQ08X002170 Sugar transporter ERD6-like 6 4.885794232 L4_control_C3 +LQ08X002170 Sugar transporter ERD6-like 6 4.858560676 L4_chemical_A1 +LQ08X002170 Sugar transporter ERD6-like 6 4.963703275 L4_chemical_A2 +LQ08X002170 Sugar transporter ERD6-like 6 4.837198308 L4_chemical_A3 +LQ08X002170 Sugar transporter ERD6-like 6 5.187441617 L4_chemical_B1 +LQ08X002170 Sugar transporter ERD6-like 6 5.01106879 L4_chemical_B2 +LQ08X002170 Sugar transporter ERD6-like 6 5.010602565 L4_chemical_B3 +LQ08X002170 Sugar transporter ERD6-like 6 5.35055025 L4_chemical_C2 +LQ08X002170 Sugar transporter ERD6-like 6 5.513184437 L4_chemical_C3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.840354287 C6_control_A1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.646736998 C6_control_A3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.790359002 C6_control_B1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.878379488 C6_control_B2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.581626021 C6_control_B3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 6.330422818 C6_control_C1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.622313015 C6_control_C2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.932729564 C6_control_C3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.691926561 C6_chemical_A1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 6.18237624 C6_chemical_A3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.480712657 C6_chemical_B1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.910693966 C6_chemical_B2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.666016306 C6_chemical_B3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 6.520440223 C6_chemical_C1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.648812048 C6_chemical_C2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 6.324188246 C6_chemical_C3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.730010283 L4_control_A1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 6.024883343 L4_control_A2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.57305328 L4_control_A3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.168780163 L4_control_B1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.623118204 L4_control_B2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.842496791 L4_control_B3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.398683178 L4_control_C2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.615349544 L4_control_C3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 6.12474452 L4_chemical_A1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.627843423 L4_chemical_A2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.84606544 L4_chemical_A3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.424765912 L4_chemical_B1 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 6.128929365 L4_chemical_B2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.770753641 L4_chemical_B3 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 6.230831387 L4_chemical_C2 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.717763969 L4_chemical_C3 +LQ08X002200 Predicted protein 12.78790239 C6_control_A1 +LQ08X002200 Predicted protein 13.58338563 C6_control_A3 +LQ08X002200 Predicted protein 9.896122693 C6_control_B1 +LQ08X002200 Predicted protein 7.249346721 C6_control_B2 +LQ08X002200 Predicted protein 6.841656653 C6_control_B3 +LQ08X002200 Predicted protein 6.497790174 C6_control_C1 +LQ08X002200 Predicted protein 6.153642265 C6_control_C2 +LQ08X002200 Predicted protein 7.153864341 C6_control_C3 +LQ08X002200 Predicted protein 12.54630305 C6_chemical_A1 +LQ08X002200 Predicted protein 13.40361725 C6_chemical_A3 +LQ08X002200 Predicted protein 8.095340051 C6_chemical_B1 +LQ08X002200 Predicted protein 6.730673609 C6_chemical_B2 +LQ08X002200 Predicted protein 8.040892313 C6_chemical_B3 +LQ08X002200 Predicted protein 6.334501315 C6_chemical_C1 +LQ08X002200 Predicted protein 5.819898601 C6_chemical_C2 +LQ08X002200 Predicted protein 6.440104519 C6_chemical_C3 +LQ08X002200 Predicted protein 13.36258096 L4_control_A1 +LQ08X002200 Predicted protein 13.22796621 L4_control_A2 +LQ08X002200 Predicted protein 13.54658919 L4_control_A3 +LQ08X002200 Predicted protein 6.94948092 L4_control_B1 +LQ08X002200 Predicted protein 8.542467194 L4_control_B2 +LQ08X002200 Predicted protein 6.31789248 L4_control_B3 +LQ08X002200 Predicted protein 6.045444052 L4_control_C2 +LQ08X002200 Predicted protein 5.329149751 L4_control_C3 +LQ08X002200 Predicted protein 13.46575585 L4_chemical_A1 +LQ08X002200 Predicted protein 13.17012975 L4_chemical_A2 +LQ08X002200 Predicted protein 13.55731619 L4_chemical_A3 +LQ08X002200 Predicted protein 9.719380999 L4_chemical_B1 +LQ08X002200 Predicted protein 9.563004296 L4_chemical_B2 +LQ08X002200 Predicted protein 10.64269061 L4_chemical_B3 +LQ08X002200 Predicted protein 4.826397345 L4_chemical_C2 +LQ08X002200 Predicted protein 6.204756122 L4_chemical_C3 +LQ08X002220 Predicted protein 5.305562676 C6_control_A1 +LQ08X002220 Predicted protein 5.431310054 C6_control_A3 +LQ08X002220 Predicted protein 5.493787844 C6_control_B1 +LQ08X002220 Predicted protein 5.756651783 C6_control_B2 +LQ08X002220 Predicted protein 6.085687429 C6_control_B3 +LQ08X002220 Predicted protein 4.964956213 C6_control_C1 +LQ08X002220 Predicted protein 4.80311401 C6_control_C2 +LQ08X002220 Predicted protein 5.224847321 C6_control_C3 +LQ08X002220 Predicted protein 5.597972886 C6_chemical_A1 +LQ08X002220 Predicted protein 5.503289674 C6_chemical_A3 +LQ08X002220 Predicted protein 6.010525432 C6_chemical_B1 +LQ08X002220 Predicted protein 5.895771836 C6_chemical_B2 +LQ08X002220 Predicted protein 5.821182358 C6_chemical_B3 +LQ08X002220 Predicted protein 5.018244799 C6_chemical_C1 +LQ08X002220 Predicted protein 4.880805961 C6_chemical_C2 +LQ08X002220 Predicted protein 4.831027335 C6_chemical_C3 +LQ08X002220 Predicted protein 5.557774478 L4_control_A1 +LQ08X002220 Predicted protein 5.821390698 L4_control_A2 +LQ08X002220 Predicted protein 5.70947908 L4_control_A3 +LQ08X002220 Predicted protein 5.899124648 L4_control_B1 +LQ08X002220 Predicted protein 5.926446296 L4_control_B2 +LQ08X002220 Predicted protein 6.51745136 L4_control_B3 +LQ08X002220 Predicted protein 5.170035868 L4_control_C2 +LQ08X002220 Predicted protein 5.460188994 L4_control_C3 +LQ08X002220 Predicted protein 5.493204219 L4_chemical_A1 +LQ08X002220 Predicted protein 6.015054504 L4_chemical_A2 +LQ08X002220 Predicted protein 6.324339855 L4_chemical_A3 +LQ08X002220 Predicted protein 5.60305033 L4_chemical_B1 +LQ08X002220 Predicted protein 5.438626052 L4_chemical_B2 +LQ08X002220 Predicted protein 6.2357991 L4_chemical_B3 +LQ08X002220 Predicted protein 5.081466084 L4_chemical_C2 +LQ08X002220 Predicted protein 5.189747847 L4_chemical_C3 +LQ08X002270 Tubby-like F-box protein 5 12.24801837 C6_control_A1 +LQ08X002270 Tubby-like F-box protein 5 12.18849468 C6_control_A3 +LQ08X002270 Tubby-like F-box protein 5 11.69147506 C6_control_B1 +LQ08X002270 Tubby-like F-box protein 5 11.41765589 C6_control_B2 +LQ08X002270 Tubby-like F-box protein 5 12.15116237 C6_control_B3 +LQ08X002270 Tubby-like F-box protein 5 8.507495826 C6_control_C1 +LQ08X002270 Tubby-like F-box protein 5 8.386629672 C6_control_C2 +LQ08X002270 Tubby-like F-box protein 5 8.738141465 C6_control_C3 +LQ08X002270 Tubby-like F-box protein 5 11.5977841 C6_chemical_A1 +LQ08X002270 Tubby-like F-box protein 5 12.02135829 C6_chemical_A3 +LQ08X002270 Tubby-like F-box protein 5 11.30651095 C6_chemical_B1 +LQ08X002270 Tubby-like F-box protein 5 11.04663838 C6_chemical_B2 +LQ08X002270 Tubby-like F-box protein 5 11.70101881 C6_chemical_B3 +LQ08X002270 Tubby-like F-box protein 5 8.487151429 C6_chemical_C1 +LQ08X002270 Tubby-like F-box protein 5 8.096240543 C6_chemical_C2 +LQ08X002270 Tubby-like F-box protein 5 8.530429984 C6_chemical_C3 +LQ08X002270 Tubby-like F-box protein 5 12.04881005 L4_control_A1 +LQ08X002270 Tubby-like F-box protein 5 12.10711966 L4_control_A2 +LQ08X002270 Tubby-like F-box protein 5 13.00237243 L4_control_A3 +LQ08X002270 Tubby-like F-box protein 5 12.15573175 L4_control_B1 +LQ08X002270 Tubby-like F-box protein 5 12.13521986 L4_control_B2 +LQ08X002270 Tubby-like F-box protein 5 11.7122193 L4_control_B3 +LQ08X002270 Tubby-like F-box protein 5 9.52409148 L4_control_C2 +LQ08X002270 Tubby-like F-box protein 5 9.435722767 L4_control_C3 +LQ08X002270 Tubby-like F-box protein 5 11.39526791 L4_chemical_A1 +LQ08X002270 Tubby-like F-box protein 5 11.67545056 L4_chemical_A2 +LQ08X002270 Tubby-like F-box protein 5 12.93790945 L4_chemical_A3 +LQ08X002270 Tubby-like F-box protein 5 11.66817127 L4_chemical_B1 +LQ08X002270 Tubby-like F-box protein 5 12.61732973 L4_chemical_B2 +LQ08X002270 Tubby-like F-box protein 5 11.9839635 L4_chemical_B3 +LQ08X002270 Tubby-like F-box protein 5 9.993870176 L4_chemical_C2 +LQ08X002270 Tubby-like F-box protein 5 9.582799123 L4_chemical_C3 +LQ08X002290 Predicted protein 5.936328932 C6_control_A1 +LQ08X002290 Predicted protein 5.886455673 C6_control_A3 +LQ08X002290 Predicted protein 6.33854259 C6_control_B1 +LQ08X002290 Predicted protein 7.362091075 C6_control_B2 +LQ08X002290 Predicted protein 6.458310067 C6_control_B3 +LQ08X002290 Predicted protein 6.264721157 C6_control_C1 +LQ08X002290 Predicted protein 6.271570815 C6_control_C2 +LQ08X002290 Predicted protein 5.351359325 C6_control_C3 +LQ08X002290 Predicted protein 5.573132834 C6_chemical_A1 +LQ08X002290 Predicted protein 5.56771078 C6_chemical_A3 +LQ08X002290 Predicted protein 6.649170856 C6_chemical_B1 +LQ08X002290 Predicted protein 7.351212561 C6_chemical_B2 +LQ08X002290 Predicted protein 6.077424964 C6_chemical_B3 +LQ08X002290 Predicted protein 5.824553078 C6_chemical_C1 +LQ08X002290 Predicted protein 6.162112468 C6_chemical_C2 +LQ08X002290 Predicted protein 5.678287821 C6_chemical_C3 +LQ08X002290 Predicted protein 5.552530817 L4_control_A1 +LQ08X002290 Predicted protein 5.087070429 L4_control_A2 +LQ08X002290 Predicted protein 5.519615053 L4_control_A3 +LQ08X002290 Predicted protein 6.160576659 L4_control_B1 +LQ08X002290 Predicted protein 6.161569595 L4_control_B2 +LQ08X002290 Predicted protein 7.654795105 L4_control_B3 +LQ08X002290 Predicted protein 4.868868467 L4_control_C2 +LQ08X002290 Predicted protein 5.278017087 L4_control_C3 +LQ08X002290 Predicted protein 5.646576152 L4_chemical_A1 +LQ08X002290 Predicted protein 5.547794451 L4_chemical_A2 +LQ08X002290 Predicted protein 5.265647513 L4_chemical_A3 +LQ08X002290 Predicted protein 5.927419978 L4_chemical_B1 +LQ08X002290 Predicted protein 6.38805092 L4_chemical_B2 +LQ08X002290 Predicted protein 6.672251061 L4_chemical_B3 +LQ08X002290 Predicted protein 5.479479182 L4_chemical_C2 +LQ08X002290 Predicted protein 5.438780591 L4_chemical_C3 +LQ08X002300 Isoflavone reductase homolog 6.010493809 C6_control_A1 +LQ08X002300 Isoflavone reductase homolog 5.85454956 C6_control_A3 +LQ08X002300 Isoflavone reductase homolog 5.615208922 C6_control_B1 +LQ08X002300 Isoflavone reductase homolog 5.834842927 C6_control_B2 +LQ08X002300 Isoflavone reductase homolog 6.283457317 C6_control_B3 +LQ08X002300 Isoflavone reductase homolog 5.098696096 C6_control_C1 +LQ08X002300 Isoflavone reductase homolog 6.555400835 C6_control_C2 +LQ08X002300 Isoflavone reductase homolog 5.561878932 C6_control_C3 +LQ08X002300 Isoflavone reductase homolog 5.688694198 C6_chemical_A1 +LQ08X002300 Isoflavone reductase homolog 5.503811294 C6_chemical_A3 +LQ08X002300 Isoflavone reductase homolog 5.988505197 C6_chemical_B1 +LQ08X002300 Isoflavone reductase homolog 5.709187977 C6_chemical_B2 +LQ08X002300 Isoflavone reductase homolog 5.954076153 C6_chemical_B3 +LQ08X002300 Isoflavone reductase homolog 6.095275375 C6_chemical_C1 +LQ08X002300 Isoflavone reductase homolog 5.76342662 C6_chemical_C2 +LQ08X002300 Isoflavone reductase homolog 5.616893663 C6_chemical_C3 +LQ08X002300 Isoflavone reductase homolog 5.307260096 L4_control_A1 +LQ08X002300 Isoflavone reductase homolog 5.916243553 L4_control_A2 +LQ08X002300 Isoflavone reductase homolog 5.081115692 L4_control_A3 +LQ08X002300 Isoflavone reductase homolog 5.996181553 L4_control_B1 +LQ08X002300 Isoflavone reductase homolog 5.847414687 L4_control_B2 +LQ08X002300 Isoflavone reductase homolog 6.238241352 L4_control_B3 +LQ08X002300 Isoflavone reductase homolog 5.823771431 L4_control_C2 +LQ08X002300 Isoflavone reductase homolog 5.452061369 L4_control_C3 +LQ08X002300 Isoflavone reductase homolog 5.714752095 L4_chemical_A1 +LQ08X002300 Isoflavone reductase homolog 5.892773374 L4_chemical_A2 +LQ08X002300 Isoflavone reductase homolog 5.08632034 L4_chemical_A3 +LQ08X002300 Isoflavone reductase homolog 5.675421551 L4_chemical_B1 +LQ08X002300 Isoflavone reductase homolog 5.941072762 L4_chemical_B2 +LQ08X002300 Isoflavone reductase homolog 5.761318568 L4_chemical_B3 +LQ08X002300 Isoflavone reductase homolog 5.271799315 L4_chemical_C2 +LQ08X002300 Isoflavone reductase homolog 5.397019836 L4_chemical_C3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.95585706 C6_control_A1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 13.03694529 C6_control_A3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.87121296 C6_control_B1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.84574909 C6_control_B2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.0684238 C6_control_B3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 11.95588345 C6_control_C1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.24714698 C6_control_C2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.01027873 C6_control_C3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.95265434 C6_chemical_A1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 13.00788788 C6_chemical_A3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.73187561 C6_chemical_B1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.45165906 C6_chemical_B2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 11.98682619 C6_chemical_B3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 11.95107646 C6_chemical_C1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.32044421 C6_chemical_C2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 11.7952911 C6_chemical_C3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.91222205 L4_control_A1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 13.06639011 L4_control_A2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.16443702 L4_control_A3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.65756017 L4_control_B1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.79148428 L4_control_B2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.06878769 L4_control_B3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.44338821 L4_control_C2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.12939086 L4_control_C3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.90140721 L4_chemical_A1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.96718844 L4_chemical_A2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.15560762 L4_chemical_A3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.97843613 L4_chemical_B1 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.76495329 L4_chemical_B2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.51183355 L4_chemical_B3 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.39944102 L4_chemical_C2 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.27523239 L4_chemical_C3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.507832059 C6_control_A1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.052982379 C6_control_A3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.46917476 C6_control_B1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 7.89594233 C6_control_B2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 8.740902904 C6_control_B3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 8.56313514 C6_control_C1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 7.603164824 C6_control_C2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 7.497719877 C6_control_C3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.528383949 C6_chemical_A1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.569315546 C6_chemical_A3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.103437485 C6_chemical_B1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 7.930105418 C6_chemical_B2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 8.50993987 C6_chemical_B3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 8.510047831 C6_chemical_C1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 8.642385417 C6_chemical_C2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 8.068565702 C6_chemical_C3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.804669639 L4_control_A1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.3288326 L4_control_A2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.16374468 L4_control_A3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.44156402 L4_control_B1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.80290618 L4_control_B2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 8.438849496 L4_control_B3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.38683048 L4_control_C2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.03058659 L4_control_C3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.893594773 L4_chemical_A1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.55538214 L4_chemical_A2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.929923754 L4_chemical_A3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 11.10185996 L4_chemical_B1 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.52869799 L4_chemical_B2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.191412043 L4_chemical_B3 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 10.29214917 L4_chemical_C2 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.829149465 L4_chemical_C3 +LQ08X002350 Proteasome subunit alpha type-1-B 14.57294523 C6_control_A1 +LQ08X002350 Proteasome subunit alpha type-1-B 14.85326358 C6_control_A3 +LQ08X002350 Proteasome subunit alpha type-1-B 14.21810416 C6_control_B1 +LQ08X002350 Proteasome subunit alpha type-1-B 13.39726776 C6_control_B2 +LQ08X002350 Proteasome subunit alpha type-1-B 13.99193021 C6_control_B3 +LQ08X002350 Proteasome subunit alpha type-1-B 13.47755851 C6_control_C1 +LQ08X002350 Proteasome subunit alpha type-1-B 13.26015637 C6_control_C2 +LQ08X002350 Proteasome subunit alpha type-1-B 12.95268238 C6_control_C3 +LQ08X002350 Proteasome subunit alpha type-1-B 14.35293102 C6_chemical_A1 +LQ08X002350 Proteasome subunit alpha type-1-B 14.59817449 C6_chemical_A3 +LQ08X002350 Proteasome subunit alpha type-1-B 14.13836434 C6_chemical_B1 +LQ08X002350 Proteasome subunit alpha type-1-B 13.27634409 C6_chemical_B2 +LQ08X002350 Proteasome subunit alpha type-1-B 13.804194 C6_chemical_B3 +LQ08X002350 Proteasome subunit alpha type-1-B 13.30331479 C6_chemical_C1 +LQ08X002350 Proteasome subunit alpha type-1-B 13.19469441 C6_chemical_C2 +LQ08X002350 Proteasome subunit alpha type-1-B 12.73016683 C6_chemical_C3 +LQ08X002350 Proteasome subunit alpha type-1-B 14.44547141 L4_control_A1 +LQ08X002350 Proteasome subunit alpha type-1-B 14.10015792 L4_control_A2 +LQ08X002350 Proteasome subunit alpha type-1-B 14.5037239 L4_control_A3 +LQ08X002350 Proteasome subunit alpha type-1-B 14.09651109 L4_control_B1 +LQ08X002350 Proteasome subunit alpha type-1-B 14.10452159 L4_control_B2 +LQ08X002350 Proteasome subunit alpha type-1-B 13.40937971 L4_control_B3 +LQ08X002350 Proteasome subunit alpha type-1-B 13.82958187 L4_control_C2 +LQ08X002350 Proteasome subunit alpha type-1-B 14.00562523 L4_control_C3 +LQ08X002350 Proteasome subunit alpha type-1-B 14.11334236 L4_chemical_A1 +LQ08X002350 Proteasome subunit alpha type-1-B 13.80645905 L4_chemical_A2 +LQ08X002350 Proteasome subunit alpha type-1-B 14.28510037 L4_chemical_A3 +LQ08X002350 Proteasome subunit alpha type-1-B 14.59816377 L4_chemical_B1 +LQ08X002350 Proteasome subunit alpha type-1-B 13.72993922 L4_chemical_B2 +LQ08X002350 Proteasome subunit alpha type-1-B 13.94895515 L4_chemical_B3 +LQ08X002350 Proteasome subunit alpha type-1-B 13.70409431 L4_chemical_C2 +LQ08X002350 Proteasome subunit alpha type-1-B 13.77873389 L4_chemical_C3 +LQ08X002360 Putative Predicted protein 6.13512693 C6_control_A1 +LQ08X002360 Putative Predicted protein 5.454942079 C6_control_A3 +LQ08X002360 Putative Predicted protein 5.759178061 C6_control_B1 +LQ08X002360 Putative Predicted protein 5.738992384 C6_control_B2 +LQ08X002360 Putative Predicted protein 5.596254017 C6_control_B3 +LQ08X002360 Putative Predicted protein 5.384274255 C6_control_C1 +LQ08X002360 Putative Predicted protein 5.457735129 C6_control_C2 +LQ08X002360 Putative Predicted protein 5.910142578 C6_control_C3 +LQ08X002360 Putative Predicted protein 6.144507658 C6_chemical_A1 +LQ08X002360 Putative Predicted protein 5.523970805 C6_chemical_A3 +LQ08X002360 Putative Predicted protein 5.580167418 C6_chemical_B1 +LQ08X002360 Putative Predicted protein 5.730608 C6_chemical_B2 +LQ08X002360 Putative Predicted protein 5.596381184 C6_chemical_B3 +LQ08X002360 Putative Predicted protein 5.65277571 C6_chemical_C1 +LQ08X002360 Putative Predicted protein 5.390891118 C6_chemical_C2 +LQ08X002360 Putative Predicted protein 5.827266518 C6_chemical_C3 +LQ08X002360 Putative Predicted protein 5.474062566 L4_control_A1 +LQ08X002360 Putative Predicted protein 5.902388795 L4_control_A2 +LQ08X002360 Putative Predicted protein 6.288668367 L4_control_A3 +LQ08X002360 Putative Predicted protein 5.513393207 L4_control_B1 +LQ08X002360 Putative Predicted protein 5.661526372 L4_control_B2 +LQ08X002360 Putative Predicted protein 6.044466595 L4_control_B3 +LQ08X002360 Putative Predicted protein 4.879434721 L4_control_C2 +LQ08X002360 Putative Predicted protein 6.456785519 L4_control_C3 +LQ08X002360 Putative Predicted protein 4.786695373 L4_chemical_A1 +LQ08X002360 Putative Predicted protein 6.093242539 L4_chemical_A2 +LQ08X002360 Putative Predicted protein 7.351738272 L4_chemical_A3 +LQ08X002360 Putative Predicted protein 5.484765539 L4_chemical_B1 +LQ08X002360 Putative Predicted protein 5.543599896 L4_chemical_B2 +LQ08X002360 Putative Predicted protein 5.593878853 L4_chemical_B3 +LQ08X002360 Putative Predicted protein 5.022589256 L4_chemical_C2 +LQ08X002360 Putative Predicted protein 6.391288771 L4_chemical_C3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.6989827 C6_control_A1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 13.24691683 C6_control_A3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.33430877 C6_control_B1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.02076728 C6_control_B2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.97029613 C6_control_B3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.08654105 C6_control_C1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.36052015 C6_control_C2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.24189077 C6_control_C3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.79359974 C6_chemical_A1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 13.34040211 C6_chemical_A3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.14911638 C6_chemical_B1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.0378824 C6_chemical_B2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.58465739 C6_chemical_B3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.1378466 C6_chemical_C1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.22804748 C6_chemical_C2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.15134482 C6_chemical_C3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 13.17116903 L4_control_A1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 13.34181039 L4_control_A2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 13.72369366 L4_control_A3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.50541355 L4_control_B1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.82684753 L4_control_B2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.42578291 L4_control_B3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.64876682 L4_control_C2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.63003961 L4_control_C3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.84194783 L4_chemical_A1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.91019344 L4_chemical_A2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 13.4229808 L4_chemical_A3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.57963684 L4_chemical_B1 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.98472175 L4_chemical_B2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.82439761 L4_chemical_B3 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.08719163 L4_chemical_C2 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 11.87632964 L4_chemical_C3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.23930048 C6_control_A1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.71623986 C6_control_A3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.65500312 C6_control_B1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.251261653 C6_control_B2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.656206766 C6_control_B3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.053212781 C6_control_C1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.816270232 C6_control_C2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.592673177 C6_control_C3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.95867232 C6_chemical_A1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.94688511 C6_chemical_A3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.11568056 C6_chemical_B1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.485364459 C6_chemical_B2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.470550229 C6_chemical_B3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.153452994 C6_chemical_C1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.189522541 C6_chemical_C2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.960035482 C6_chemical_C3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 14.70434078 L4_control_A1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.87535036 L4_control_A2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.43440818 L4_control_A3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 9.946104839 L4_control_B1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.89182426 L4_control_B2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.881791635 L4_control_B3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.65681296 L4_control_C2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 7.997151708 L4_control_C3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.64430557 L4_chemical_A1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 13.12621702 L4_chemical_A2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 14.12257097 L4_chemical_A3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.1883756 L4_chemical_B1 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.70191559 L4_chemical_B2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.7940079 L4_chemical_B3 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.841198557 L4_chemical_C2 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 8.825887482 L4_chemical_C3 +LQ08X002390 Dihydroflavonol-4-reductase 4.845632604 C6_control_A1 +LQ08X002390 Dihydroflavonol-4-reductase 4.665019199 C6_control_A3 +LQ08X002390 Dihydroflavonol-4-reductase 4.601136858 C6_control_B1 +LQ08X002390 Dihydroflavonol-4-reductase 4.992365956 C6_control_B2 +LQ08X002390 Dihydroflavonol-4-reductase 4.932473514 C6_control_B3 +LQ08X002390 Dihydroflavonol-4-reductase 4.813727612 C6_control_C1 +LQ08X002390 Dihydroflavonol-4-reductase 4.725050762 C6_control_C2 +LQ08X002390 Dihydroflavonol-4-reductase 4.893391734 C6_control_C3 +LQ08X002390 Dihydroflavonol-4-reductase 5.011493206 C6_chemical_A1 +LQ08X002390 Dihydroflavonol-4-reductase 4.484501064 C6_chemical_A3 +LQ08X002390 Dihydroflavonol-4-reductase 5.042728786 C6_chemical_B1 +LQ08X002390 Dihydroflavonol-4-reductase 5.013560757 C6_chemical_B2 +LQ08X002390 Dihydroflavonol-4-reductase 4.824324966 C6_chemical_B3 +LQ08X002390 Dihydroflavonol-4-reductase 5.163639849 C6_chemical_C1 +LQ08X002390 Dihydroflavonol-4-reductase 4.776810763 C6_chemical_C2 +LQ08X002390 Dihydroflavonol-4-reductase 4.679125662 C6_chemical_C3 +LQ08X002390 Dihydroflavonol-4-reductase 4.704469284 L4_control_A1 +LQ08X002390 Dihydroflavonol-4-reductase 5.061681711 L4_control_A2 +LQ08X002390 Dihydroflavonol-4-reductase 4.943012653 L4_control_A3 +LQ08X002390 Dihydroflavonol-4-reductase 4.97626271 L4_control_B1 +LQ08X002390 Dihydroflavonol-4-reductase 5.429663281 L4_control_B2 +LQ08X002390 Dihydroflavonol-4-reductase 4.957941744 L4_control_B3 +LQ08X002390 Dihydroflavonol-4-reductase 4.621353917 L4_control_C2 +LQ08X002390 Dihydroflavonol-4-reductase 5.24148911 L4_control_C3 +LQ08X002390 Dihydroflavonol-4-reductase 4.836122255 L4_chemical_A1 +LQ08X002390 Dihydroflavonol-4-reductase 4.90546732 L4_chemical_A2 +LQ08X002390 Dihydroflavonol-4-reductase 4.994627168 L4_chemical_A3 +LQ08X002390 Dihydroflavonol-4-reductase 4.975618504 L4_chemical_B1 +LQ08X002390 Dihydroflavonol-4-reductase 5.526272995 L4_chemical_B2 +LQ08X002390 Dihydroflavonol-4-reductase 4.794303894 L4_chemical_B3 +LQ08X002390 Dihydroflavonol-4-reductase 5.293879804 L4_chemical_C2 +LQ08X002390 Dihydroflavonol-4-reductase 5.225296371 L4_chemical_C3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.76530821 C6_control_A1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.86669447 C6_control_A3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.42081157 C6_control_B1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.55621317 C6_control_B2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.73145524 C6_control_B3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.46531275 C6_control_C1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.69318382 C6_control_C2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 10.89508861 C6_control_C3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 13.30728686 C6_chemical_A1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.03619771 C6_chemical_A3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.66263941 C6_chemical_B1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.83236695 C6_chemical_B2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.83684564 C6_chemical_B3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.90281089 C6_chemical_C1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.83655311 C6_chemical_C2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.10193463 C6_chemical_C3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.90335845 L4_control_A1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 13.63149755 L4_control_A2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.55112882 L4_control_A3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.10486877 L4_control_B1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.57370726 L4_control_B2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.0830981 L4_control_B3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.62154849 L4_control_C2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 11.91585262 L4_control_C3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.52861543 L4_chemical_A1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 13.14024104 L4_chemical_A2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.25867873 L4_chemical_A3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.40988053 L4_chemical_B1 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.34700961 L4_chemical_B2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.10686795 L4_chemical_B3 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.065436 L4_chemical_C2 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 12.25170054 L4_chemical_C3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 10.4461281 C6_control_A1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.805723326 C6_control_A3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.893363018 C6_control_B1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.315800978 C6_control_B2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.160257454 C6_control_B3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 10.98209567 C6_control_C1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 11.09230728 C6_control_C2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 10.5922356 C6_control_C3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 10.47443202 C6_chemical_A1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 10.17301339 C6_chemical_A3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.455097688 C6_chemical_B1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.142060669 C6_chemical_B2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.330455946 C6_chemical_B3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 11.13536902 C6_chemical_C1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 10.88493402 C6_chemical_C2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 10.88065968 C6_chemical_C3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.755564092 L4_control_A1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.610765706 L4_control_A2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 8.395575261 L4_control_A3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 8.281216906 L4_control_B1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.084575155 L4_control_B2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 8.965661822 L4_control_B3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.90102078 L4_control_C2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.813612296 L4_control_C3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.232495328 L4_chemical_A1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 8.404850622 L4_chemical_A2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.44744172 L4_chemical_A3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 8.831288546 L4_chemical_B1 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 8.04418818 L4_chemical_B2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 8.972160748 L4_chemical_B3 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 8.851633559 L4_chemical_C2 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 9.798461803 L4_chemical_C3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.410191435 C6_control_A1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.435735334 C6_control_A3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.701597356 C6_control_B1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.180612799 C6_control_B2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.813090809 C6_control_B3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.205048942 C6_control_C1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.239646624 C6_control_C2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.036204153 C6_control_C3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.321116444 C6_chemical_A1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.084528051 C6_chemical_A3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.083230933 C6_chemical_B1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 5.663572253 C6_chemical_B2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.391279458 C6_chemical_B3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 5.709697759 C6_chemical_C1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 5.899610714 C6_chemical_C2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 5.85703479 C6_chemical_C3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 5.955463745 L4_control_A1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.215420154 L4_control_A2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.474429872 L4_control_A3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 5.859409048 L4_control_B1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.06635245 L4_control_B2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.051733676 L4_control_B3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.158386802 L4_control_C2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.435733238 L4_control_C3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 5.653702987 L4_chemical_A1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.182644521 L4_chemical_A2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.289666425 L4_chemical_A3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.445745604 L4_chemical_B1 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.152193385 L4_chemical_B2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 5.832211715 L4_chemical_B3 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.708904445 L4_chemical_C2 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.419193084 L4_chemical_C3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.356745527 C6_control_A1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.375862469 C6_control_A3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.295294998 C6_control_B1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.461666781 C6_control_B2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.367126094 C6_control_B3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 6.04489705 C6_control_C1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.817717611 C6_control_C2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.670699267 C6_control_C3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.639055489 C6_chemical_A1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.259091808 C6_chemical_A3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.09941731 C6_chemical_B1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.475607961 C6_chemical_B2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.62548728 C6_chemical_B3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.751901154 C6_chemical_C1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.737701484 C6_chemical_C2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.312187805 C6_chemical_C3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.960621697 L4_control_A1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.353819354 L4_control_A2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.352947826 L4_control_A3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.712095852 L4_control_B1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 6.036040596 L4_control_B2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 6.499156349 L4_control_B3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 6.569216407 L4_control_C2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 7.14165223 L4_control_C3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.478727762 L4_chemical_A1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.659439768 L4_chemical_A2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.198833936 L4_chemical_A3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.424726085 L4_chemical_B1 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.756141231 L4_chemical_B2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.729811605 L4_chemical_B3 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 6.317744075 L4_chemical_C2 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 6.856396371 L4_chemical_C3 +LQ08X002490 Jasmonate O-methyltransferase 9.911013962 C6_control_A1 +LQ08X002490 Jasmonate O-methyltransferase 9.135740335 C6_control_A3 +LQ08X002490 Jasmonate O-methyltransferase 9.215420961 C6_control_B1 +LQ08X002490 Jasmonate O-methyltransferase 7.101061674 C6_control_B2 +LQ08X002490 Jasmonate O-methyltransferase 6.622904888 C6_control_B3 +LQ08X002490 Jasmonate O-methyltransferase 7.183442227 C6_control_C1 +LQ08X002490 Jasmonate O-methyltransferase 8.180311259 C6_control_C2 +LQ08X002490 Jasmonate O-methyltransferase 6.715331342 C6_control_C3 +LQ08X002490 Jasmonate O-methyltransferase 9.84688334 C6_chemical_A1 +LQ08X002490 Jasmonate O-methyltransferase 9.577392992 C6_chemical_A3 +LQ08X002490 Jasmonate O-methyltransferase 7.667917314 C6_chemical_B1 +LQ08X002490 Jasmonate O-methyltransferase 6.569396325 C6_chemical_B2 +LQ08X002490 Jasmonate O-methyltransferase 6.586883978 C6_chemical_B3 +LQ08X002490 Jasmonate O-methyltransferase 6.410186041 C6_chemical_C1 +LQ08X002490 Jasmonate O-methyltransferase 6.114582462 C6_chemical_C2 +LQ08X002490 Jasmonate O-methyltransferase 6.788152678 C6_chemical_C3 +LQ08X002490 Jasmonate O-methyltransferase 9.885742086 L4_control_A1 +LQ08X002490 Jasmonate O-methyltransferase 10.03332434 L4_control_A2 +LQ08X002490 Jasmonate O-methyltransferase 9.927088144 L4_control_A3 +LQ08X002490 Jasmonate O-methyltransferase 7.212600621 L4_control_B1 +LQ08X002490 Jasmonate O-methyltransferase 6.816665059 L4_control_B2 +LQ08X002490 Jasmonate O-methyltransferase 6.6453807 L4_control_B3 +LQ08X002490 Jasmonate O-methyltransferase 6.812545985 L4_control_C2 +LQ08X002490 Jasmonate O-methyltransferase 5.500767101 L4_control_C3 +LQ08X002490 Jasmonate O-methyltransferase 9.964896491 L4_chemical_A1 +LQ08X002490 Jasmonate O-methyltransferase 9.45559495 L4_chemical_A2 +LQ08X002490 Jasmonate O-methyltransferase 9.899731139 L4_chemical_A3 +LQ08X002490 Jasmonate O-methyltransferase 8.453895259 L4_chemical_B1 +LQ08X002490 Jasmonate O-methyltransferase 7.895288526 L4_chemical_B2 +LQ08X002490 Jasmonate O-methyltransferase 8.253228697 L4_chemical_B3 +LQ08X002490 Jasmonate O-methyltransferase 6.299682692 L4_chemical_C2 +LQ08X002490 Jasmonate O-methyltransferase 5.985370568 L4_chemical_C3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.347530541 C6_control_A1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.554665876 C6_control_A3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.019574519 C6_control_B1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 4.902147338 C6_control_B2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.445143731 C6_control_B3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 4.995058712 C6_control_C1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.135317657 C6_control_C2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 4.923514899 C6_control_C3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.17959242 C6_chemical_A1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.139730885 C6_chemical_A3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.194164373 C6_chemical_B1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 4.892393682 C6_chemical_B2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.741762529 C6_chemical_B3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.140346178 C6_chemical_C1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.020916306 C6_chemical_C2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 4.903186865 C6_chemical_C3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 4.870583079 L4_control_A1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.579596565 L4_control_A2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.457078696 L4_control_A3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 4.921803522 L4_control_B1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.23360869 L4_control_B2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.165461757 L4_control_B3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.284163413 L4_control_C2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.775641103 L4_control_C3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.36665849 L4_chemical_A1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.557793026 L4_chemical_A2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.209153565 L4_chemical_A3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.111186735 L4_chemical_B1 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.25257038 L4_chemical_B2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.292157979 L4_chemical_B3 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.751119096 L4_chemical_C2 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.533804051 L4_chemical_C3 +LQ08X002520 Predicted protein 11.40444696 C6_control_A1 +LQ08X002520 Predicted protein 11.15331594 C6_control_A3 +LQ08X002520 Predicted protein 10.86580843 C6_control_B1 +LQ08X002520 Predicted protein 10.74471619 C6_control_B2 +LQ08X002520 Predicted protein 10.68772339 C6_control_B3 +LQ08X002520 Predicted protein 9.928436781 C6_control_C1 +LQ08X002520 Predicted protein 9.945331034 C6_control_C2 +LQ08X002520 Predicted protein 10.04363524 C6_control_C3 +LQ08X002520 Predicted protein 10.98294024 C6_chemical_A1 +LQ08X002520 Predicted protein 11.15199919 C6_chemical_A3 +LQ08X002520 Predicted protein 10.7207587 C6_chemical_B1 +LQ08X002520 Predicted protein 10.52295154 C6_chemical_B2 +LQ08X002520 Predicted protein 10.47716196 C6_chemical_B3 +LQ08X002520 Predicted protein 9.600492766 C6_chemical_C1 +LQ08X002520 Predicted protein 9.776483351 C6_chemical_C2 +LQ08X002520 Predicted protein 9.293670382 C6_chemical_C3 +LQ08X002520 Predicted protein 11.22464459 L4_control_A1 +LQ08X002520 Predicted protein 10.97803784 L4_control_A2 +LQ08X002520 Predicted protein 11.62153233 L4_control_A3 +LQ08X002520 Predicted protein 10.94007084 L4_control_B1 +LQ08X002520 Predicted protein 11.06655286 L4_control_B2 +LQ08X002520 Predicted protein 10.77051874 L4_control_B3 +LQ08X002520 Predicted protein 10.28045936 L4_control_C2 +LQ08X002520 Predicted protein 9.299748425 L4_control_C3 +LQ08X002520 Predicted protein 11.05614567 L4_chemical_A1 +LQ08X002520 Predicted protein 10.99888701 L4_chemical_A2 +LQ08X002520 Predicted protein 11.6500403 L4_chemical_A3 +LQ08X002520 Predicted protein 10.65445419 L4_chemical_B1 +LQ08X002520 Predicted protein 10.86678708 L4_chemical_B2 +LQ08X002520 Predicted protein 11.11809236 L4_chemical_B3 +LQ08X002520 Predicted protein 10.33333221 L4_chemical_C2 +LQ08X002520 Predicted protein 9.454115352 L4_chemical_C3 +LQ08X002540 Predicted protein 11.57824061 C6_control_A1 +LQ08X002540 Predicted protein 11.40717157 C6_control_A3 +LQ08X002540 Predicted protein 11.83936497 C6_control_B1 +LQ08X002540 Predicted protein 13.22459781 C6_control_B2 +LQ08X002540 Predicted protein 12.90015131 C6_control_B3 +LQ08X002540 Predicted protein 13.70258761 C6_control_C1 +LQ08X002540 Predicted protein 14.77251919 C6_control_C2 +LQ08X002540 Predicted protein 14.2257497 C6_control_C3 +LQ08X002540 Predicted protein 11.59678442 C6_chemical_A1 +LQ08X002540 Predicted protein 11.40678499 C6_chemical_A3 +LQ08X002540 Predicted protein 12.32085584 C6_chemical_B1 +LQ08X002540 Predicted protein 13.66782417 C6_chemical_B2 +LQ08X002540 Predicted protein 13.16891483 C6_chemical_B3 +LQ08X002540 Predicted protein 13.36470918 C6_chemical_C1 +LQ08X002540 Predicted protein 14.37246736 C6_chemical_C2 +LQ08X002540 Predicted protein 14.81335582 C6_chemical_C3 +LQ08X002540 Predicted protein 10.94392711 L4_control_A1 +LQ08X002540 Predicted protein 11.71062668 L4_control_A2 +LQ08X002540 Predicted protein 12.39380807 L4_control_A3 +LQ08X002540 Predicted protein 12.66326398 L4_control_B1 +LQ08X002540 Predicted protein 12.80118667 L4_control_B2 +LQ08X002540 Predicted protein 13.73578904 L4_control_B3 +LQ08X002540 Predicted protein 14.0103964 L4_control_C2 +LQ08X002540 Predicted protein 14.00360843 L4_control_C3 +LQ08X002540 Predicted protein 11.62103479 L4_chemical_A1 +LQ08X002540 Predicted protein 12.75087411 L4_chemical_A2 +LQ08X002540 Predicted protein 12.15376468 L4_chemical_A3 +LQ08X002540 Predicted protein 12.29276364 L4_chemical_B1 +LQ08X002540 Predicted protein 12.30791086 L4_chemical_B2 +LQ08X002540 Predicted protein 12.78842563 L4_chemical_B3 +LQ08X002540 Predicted protein 13.96352957 L4_chemical_C2 +LQ08X002540 Predicted protein 13.97922334 L4_chemical_C3 +LQ08X002560 Putative Cyclin-T1-4 5.141629691 C6_control_A1 +LQ08X002560 Putative Cyclin-T1-4 4.922537444 C6_control_A3 +LQ08X002560 Putative Cyclin-T1-4 5.103530346 C6_control_B1 +LQ08X002560 Putative Cyclin-T1-4 4.817108879 C6_control_B2 +LQ08X002560 Putative Cyclin-T1-4 4.891493872 C6_control_B3 +LQ08X002560 Putative Cyclin-T1-4 4.737181835 C6_control_C1 +LQ08X002560 Putative Cyclin-T1-4 4.790805057 C6_control_C2 +LQ08X002560 Putative Cyclin-T1-4 4.640795153 C6_control_C3 +LQ08X002560 Putative Cyclin-T1-4 5.21084197 C6_chemical_A1 +LQ08X002560 Putative Cyclin-T1-4 4.773959266 C6_chemical_A3 +LQ08X002560 Putative Cyclin-T1-4 5.624663488 C6_chemical_B1 +LQ08X002560 Putative Cyclin-T1-4 4.685013999 C6_chemical_B2 +LQ08X002560 Putative Cyclin-T1-4 4.679212025 C6_chemical_B3 +LQ08X002560 Putative Cyclin-T1-4 4.923944481 C6_chemical_C1 +LQ08X002560 Putative Cyclin-T1-4 4.797600362 C6_chemical_C2 +LQ08X002560 Putative Cyclin-T1-4 4.732818724 C6_chemical_C3 +LQ08X002560 Putative Cyclin-T1-4 4.819644199 L4_control_A1 +LQ08X002560 Putative Cyclin-T1-4 5.898956496 L4_control_A2 +LQ08X002560 Putative Cyclin-T1-4 5.162014638 L4_control_A3 +LQ08X002560 Putative Cyclin-T1-4 5.227259064 L4_control_B1 +LQ08X002560 Putative Cyclin-T1-4 5.010209723 L4_control_B2 +LQ08X002560 Putative Cyclin-T1-4 5.169567261 L4_control_B3 +LQ08X002560 Putative Cyclin-T1-4 5.618321425 L4_control_C2 +LQ08X002560 Putative Cyclin-T1-4 5.245056945 L4_control_C3 +LQ08X002560 Putative Cyclin-T1-4 4.926684709 L4_chemical_A1 +LQ08X002560 Putative Cyclin-T1-4 5.069489041 L4_chemical_A2 +LQ08X002560 Putative Cyclin-T1-4 5.370072354 L4_chemical_A3 +LQ08X002560 Putative Cyclin-T1-4 4.988130881 L4_chemical_B1 +LQ08X002560 Putative Cyclin-T1-4 5.104374698 L4_chemical_B2 +LQ08X002560 Putative Cyclin-T1-4 5.139516881 L4_chemical_B3 +LQ08X002560 Putative Cyclin-T1-4 5.272903357 L4_chemical_C2 +LQ08X002560 Putative Cyclin-T1-4 4.859162566 L4_chemical_C3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.766917499 C6_control_A1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.636074195 C6_control_A3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.41121267 C6_control_B1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.077807101 C6_control_B2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.241654764 C6_control_B3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.951987968 C6_control_C1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.870834869 C6_control_C2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.357293775 C6_control_C3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.495876474 C6_chemical_A1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.276426765 C6_chemical_A3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.03160382 C6_chemical_B1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.899610861 C6_chemical_B2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.060091275 C6_chemical_B3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.936694999 C6_chemical_C1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.41823071 C6_chemical_C2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.614735394 C6_chemical_C3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.940044293 L4_control_A1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.877584503 L4_control_A2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.975551194 L4_control_A3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.452646142 L4_control_B1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.655049834 L4_control_B2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.083049285 L4_control_B3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 7.079212416 L4_control_C2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.691520609 L4_control_C3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.586687017 L4_chemical_A1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.625721691 L4_chemical_A2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.17564383 L4_chemical_A3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.665953261 L4_chemical_B1 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.893790196 L4_chemical_B2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.773316058 L4_chemical_B3 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 6.553009162 L4_chemical_C2 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.966276598 L4_chemical_C3 +LQ08X002600 Putative Ocs element-binding factor 1 12.87008227 C6_control_A1 +LQ08X002600 Putative Ocs element-binding factor 1 12.36845473 C6_control_A3 +LQ08X002600 Putative Ocs element-binding factor 1 13.09145226 C6_control_B1 +LQ08X002600 Putative Ocs element-binding factor 1 13.04739425 C6_control_B2 +LQ08X002600 Putative Ocs element-binding factor 1 13.26379727 C6_control_B3 +LQ08X002600 Putative Ocs element-binding factor 1 12.24467178 C6_control_C1 +LQ08X002600 Putative Ocs element-binding factor 1 12.2773892 C6_control_C2 +LQ08X002600 Putative Ocs element-binding factor 1 12.30464441 C6_control_C3 +LQ08X002600 Putative Ocs element-binding factor 1 13.05765017 C6_chemical_A1 +LQ08X002600 Putative Ocs element-binding factor 1 12.65687216 C6_chemical_A3 +LQ08X002600 Putative Ocs element-binding factor 1 12.99042398 C6_chemical_B1 +LQ08X002600 Putative Ocs element-binding factor 1 12.72502257 C6_chemical_B2 +LQ08X002600 Putative Ocs element-binding factor 1 13.08889956 C6_chemical_B3 +LQ08X002600 Putative Ocs element-binding factor 1 12.36855594 C6_chemical_C1 +LQ08X002600 Putative Ocs element-binding factor 1 12.2277602 C6_chemical_C2 +LQ08X002600 Putative Ocs element-binding factor 1 12.62604191 C6_chemical_C3 +LQ08X002600 Putative Ocs element-binding factor 1 12.20540506 L4_control_A1 +LQ08X002600 Putative Ocs element-binding factor 1 12.48186813 L4_control_A2 +LQ08X002600 Putative Ocs element-binding factor 1 12.19510869 L4_control_A3 +LQ08X002600 Putative Ocs element-binding factor 1 13.52609908 L4_control_B1 +LQ08X002600 Putative Ocs element-binding factor 1 13.10281125 L4_control_B2 +LQ08X002600 Putative Ocs element-binding factor 1 12.97290757 L4_control_B3 +LQ08X002600 Putative Ocs element-binding factor 1 13.18280438 L4_control_C2 +LQ08X002600 Putative Ocs element-binding factor 1 12.33081965 L4_control_C3 +LQ08X002600 Putative Ocs element-binding factor 1 12.21266194 L4_chemical_A1 +LQ08X002600 Putative Ocs element-binding factor 1 12.3021395 L4_chemical_A2 +LQ08X002600 Putative Ocs element-binding factor 1 11.88858299 L4_chemical_A3 +LQ08X002600 Putative Ocs element-binding factor 1 13.3840907 L4_chemical_B1 +LQ08X002600 Putative Ocs element-binding factor 1 13.37259404 L4_chemical_B2 +LQ08X002600 Putative Ocs element-binding factor 1 12.71302281 L4_chemical_B3 +LQ08X002600 Putative Ocs element-binding factor 1 13.31707533 L4_chemical_C2 +LQ08X002600 Putative Ocs element-binding factor 1 12.20290738 L4_chemical_C3 +LQ08X002610 Putative Ycf60-like protein 15.12584426 C6_control_A1 +LQ08X002610 Putative Ycf60-like protein 14.87929755 C6_control_A3 +LQ08X002610 Putative Ycf60-like protein 14.74660159 C6_control_B1 +LQ08X002610 Putative Ycf60-like protein 14.72212622 C6_control_B2 +LQ08X002610 Putative Ycf60-like protein 14.74686853 C6_control_B3 +LQ08X002610 Putative Ycf60-like protein 14.18443751 C6_control_C1 +LQ08X002610 Putative Ycf60-like protein 14.5681096 C6_control_C2 +LQ08X002610 Putative Ycf60-like protein 14.14480226 C6_control_C3 +LQ08X002610 Putative Ycf60-like protein 14.85023428 C6_chemical_A1 +LQ08X002610 Putative Ycf60-like protein 14.760579 C6_chemical_A3 +LQ08X002610 Putative Ycf60-like protein 14.66893896 C6_chemical_B1 +LQ08X002610 Putative Ycf60-like protein 14.75078317 C6_chemical_B2 +LQ08X002610 Putative Ycf60-like protein 14.53166664 C6_chemical_B3 +LQ08X002610 Putative Ycf60-like protein 14.05325493 C6_chemical_C1 +LQ08X002610 Putative Ycf60-like protein 14.53657631 C6_chemical_C2 +LQ08X002610 Putative Ycf60-like protein 14.039092 C6_chemical_C3 +LQ08X002610 Putative Ycf60-like protein 14.74648136 L4_control_A1 +LQ08X002610 Putative Ycf60-like protein 15.20208335 L4_control_A2 +LQ08X002610 Putative Ycf60-like protein 14.46222009 L4_control_A3 +LQ08X002610 Putative Ycf60-like protein 14.81936505 L4_control_B1 +LQ08X002610 Putative Ycf60-like protein 15.02152723 L4_control_B2 +LQ08X002610 Putative Ycf60-like protein 14.48155274 L4_control_B3 +LQ08X002610 Putative Ycf60-like protein 14.6601357 L4_control_C2 +LQ08X002610 Putative Ycf60-like protein 14.70294776 L4_control_C3 +LQ08X002610 Putative Ycf60-like protein 14.36610919 L4_chemical_A1 +LQ08X002610 Putative Ycf60-like protein 14.87200373 L4_chemical_A2 +LQ08X002610 Putative Ycf60-like protein 14.53020622 L4_chemical_A3 +LQ08X002610 Putative Ycf60-like protein 14.69409087 L4_chemical_B1 +LQ08X002610 Putative Ycf60-like protein 14.87991087 L4_chemical_B2 +LQ08X002610 Putative Ycf60-like protein 14.81652985 L4_chemical_B3 +LQ08X002610 Putative Ycf60-like protein 14.62596319 L4_chemical_C2 +LQ08X002610 Putative Ycf60-like protein 14.9217606 L4_chemical_C3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.721201419 C6_control_A1 +LQ08X002620 Ubiquitin-protein ligase, putative 5.006159328 C6_control_A3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.877478901 C6_control_B1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.689876339 C6_control_B2 +LQ08X002620 Ubiquitin-protein ligase, putative 4.534487715 C6_control_B3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.699889823 C6_control_C1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.428660569 C6_control_C2 +LQ08X002620 Ubiquitin-protein ligase, putative 4.626673282 C6_control_C3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.714437985 C6_chemical_A1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.904604769 C6_chemical_A3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.771455334 C6_chemical_B1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.657471523 C6_chemical_B2 +LQ08X002620 Ubiquitin-protein ligase, putative 4.778539011 C6_chemical_B3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.60088263 C6_chemical_C1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.59061212 C6_chemical_C2 +LQ08X002620 Ubiquitin-protein ligase, putative 4.681800884 C6_chemical_C3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.51761102 L4_control_A1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.919284267 L4_control_A2 +LQ08X002620 Ubiquitin-protein ligase, putative 5.185902173 L4_control_A3 +LQ08X002620 Ubiquitin-protein ligase, putative 5.194447287 L4_control_B1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.597698985 L4_control_B2 +LQ08X002620 Ubiquitin-protein ligase, putative 4.612536515 L4_control_B3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.808394217 L4_control_C2 +LQ08X002620 Ubiquitin-protein ligase, putative 5.118580198 L4_control_C3 +LQ08X002620 Ubiquitin-protein ligase, putative 5.012439239 L4_chemical_A1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.96266097 L4_chemical_A2 +LQ08X002620 Ubiquitin-protein ligase, putative 4.851031839 L4_chemical_A3 +LQ08X002620 Ubiquitin-protein ligase, putative 5.012631848 L4_chemical_B1 +LQ08X002620 Ubiquitin-protein ligase, putative 4.856280634 L4_chemical_B2 +LQ08X002620 Ubiquitin-protein ligase, putative 4.660615744 L4_chemical_B3 +LQ08X002620 Ubiquitin-protein ligase, putative 4.932684094 L4_chemical_C2 +LQ08X002620 Ubiquitin-protein ligase, putative 4.939811782 L4_chemical_C3 +LQ08X002650 Putative Transmembrane protein 136 6.026792722 C6_control_A1 +LQ08X002650 Putative Transmembrane protein 136 5.996445982 C6_control_A3 +LQ08X002650 Putative Transmembrane protein 136 5.817060082 C6_control_B1 +LQ08X002650 Putative Transmembrane protein 136 6.304769742 C6_control_B2 +LQ08X002650 Putative Transmembrane protein 136 6.441349539 C6_control_B3 +LQ08X002650 Putative Transmembrane protein 136 5.957211755 C6_control_C1 +LQ08X002650 Putative Transmembrane protein 136 6.423838228 C6_control_C2 +LQ08X002650 Putative Transmembrane protein 136 6.166964935 C6_control_C3 +LQ08X002650 Putative Transmembrane protein 136 6.470677719 C6_chemical_A1 +LQ08X002650 Putative Transmembrane protein 136 5.648775916 C6_chemical_A3 +LQ08X002650 Putative Transmembrane protein 136 5.98114076 C6_chemical_B1 +LQ08X002650 Putative Transmembrane protein 136 6.470860487 C6_chemical_B2 +LQ08X002650 Putative Transmembrane protein 136 5.846012256 C6_chemical_B3 +LQ08X002650 Putative Transmembrane protein 136 5.984540066 C6_chemical_C1 +LQ08X002650 Putative Transmembrane protein 136 6.199401875 C6_chemical_C2 +LQ08X002650 Putative Transmembrane protein 136 6.026007142 C6_chemical_C3 +LQ08X002650 Putative Transmembrane protein 136 5.694833479 L4_control_A1 +LQ08X002650 Putative Transmembrane protein 136 6.330130127 L4_control_A2 +LQ08X002650 Putative Transmembrane protein 136 5.932697371 L4_control_A3 +LQ08X002650 Putative Transmembrane protein 136 5.80632987 L4_control_B1 +LQ08X002650 Putative Transmembrane protein 136 6.425907694 L4_control_B2 +LQ08X002650 Putative Transmembrane protein 136 5.955218377 L4_control_B3 +LQ08X002650 Putative Transmembrane protein 136 6.2341806 L4_control_C2 +LQ08X002650 Putative Transmembrane protein 136 5.580318444 L4_control_C3 +LQ08X002650 Putative Transmembrane protein 136 5.742483641 L4_chemical_A1 +LQ08X002650 Putative Transmembrane protein 136 6.047851536 L4_chemical_A2 +LQ08X002650 Putative Transmembrane protein 136 6.235382002 L4_chemical_A3 +LQ08X002650 Putative Transmembrane protein 136 6.153489444 L4_chemical_B1 +LQ08X002650 Putative Transmembrane protein 136 5.913649327 L4_chemical_B2 +LQ08X002650 Putative Transmembrane protein 136 6.001991787 L4_chemical_B3 +LQ08X002650 Putative Transmembrane protein 136 6.015727961 L4_chemical_C2 +LQ08X002650 Putative Transmembrane protein 136 6.073388008 L4_chemical_C3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.932701588 C6_control_A1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.376443003 C6_control_A3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.990877034 C6_control_B1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.503005865 C6_control_B2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.876119312 C6_control_B3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.641131664 C6_control_C1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 7.530155588 C6_control_C2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.004009398 C6_control_C3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.497455019 C6_chemical_A1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.713660046 C6_chemical_A3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.495695203 C6_chemical_B1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.522063495 C6_chemical_B2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.640143224 C6_chemical_B3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.068526056 C6_chemical_C1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.076104682 C6_chemical_C2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.899969294 C6_chemical_C3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.627044009 L4_control_A1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.662514824 L4_control_A2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.4712858 L4_control_A3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.797957565 L4_control_B1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.099050675 L4_control_B2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.893464667 L4_control_B3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.196673139 L4_control_C2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.7136808 L4_control_C3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.792148578 L4_chemical_A1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.791480801 L4_chemical_A2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.770459705 L4_chemical_A3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.087165674 L4_chemical_B1 +LQ08X002660 26S protease regulatory subunit S10B homolog B 6.014927403 L4_chemical_B2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.922065463 L4_chemical_B3 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.135913088 L4_chemical_C2 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.685982716 L4_chemical_C3 +LQ08X002680 Peroxidase 9 5.823489537 C6_control_A1 +LQ08X002680 Peroxidase 9 6.224675874 C6_control_A3 +LQ08X002680 Peroxidase 9 5.774968594 C6_control_B1 +LQ08X002680 Peroxidase 9 6.065706312 C6_control_B2 +LQ08X002680 Peroxidase 9 6.097841636 C6_control_B3 +LQ08X002680 Peroxidase 9 5.343603014 C6_control_C1 +LQ08X002680 Peroxidase 9 5.186862231 C6_control_C2 +LQ08X002680 Peroxidase 9 5.460728879 C6_control_C3 +LQ08X002680 Peroxidase 9 5.749386141 C6_chemical_A1 +LQ08X002680 Peroxidase 9 6.053517 C6_chemical_A3 +LQ08X002680 Peroxidase 9 5.610079474 C6_chemical_B1 +LQ08X002680 Peroxidase 9 5.681484109 C6_chemical_B2 +LQ08X002680 Peroxidase 9 5.888814283 C6_chemical_B3 +LQ08X002680 Peroxidase 9 5.180636823 C6_chemical_C1 +LQ08X002680 Peroxidase 9 5.5915115 C6_chemical_C2 +LQ08X002680 Peroxidase 9 5.435224227 C6_chemical_C3 +LQ08X002680 Peroxidase 9 5.635221283 L4_control_A1 +LQ08X002680 Peroxidase 9 6.098338044 L4_control_A2 +LQ08X002680 Peroxidase 9 6.974022462 L4_control_A3 +LQ08X002680 Peroxidase 9 6.192770433 L4_control_B1 +LQ08X002680 Peroxidase 9 6.190670022 L4_control_B2 +LQ08X002680 Peroxidase 9 5.876444197 L4_control_B3 +LQ08X002680 Peroxidase 9 5.496624209 L4_control_C2 +LQ08X002680 Peroxidase 9 5.947586438 L4_control_C3 +LQ08X002680 Peroxidase 9 5.646975348 L4_chemical_A1 +LQ08X002680 Peroxidase 9 5.907097306 L4_chemical_A2 +LQ08X002680 Peroxidase 9 6.343373146 L4_chemical_A3 +LQ08X002680 Peroxidase 9 6.377415493 L4_chemical_B1 +LQ08X002680 Peroxidase 9 6.021542697 L4_chemical_B2 +LQ08X002680 Peroxidase 9 5.873248368 L4_chemical_B3 +LQ08X002680 Peroxidase 9 5.900352655 L4_chemical_C2 +LQ08X002680 Peroxidase 9 6.334715942 L4_chemical_C3 +LQ08X002690 Putative GTP-binding protein hflX 10.36204624 C6_control_A1 +LQ08X002690 Putative GTP-binding protein hflX 10.50330369 C6_control_A3 +LQ08X002690 Putative GTP-binding protein hflX 10.3328351 C6_control_B1 +LQ08X002690 Putative GTP-binding protein hflX 11.12765196 C6_control_B2 +LQ08X002690 Putative GTP-binding protein hflX 10.76092061 C6_control_B3 +LQ08X002690 Putative GTP-binding protein hflX 12.52929975 C6_control_C1 +LQ08X002690 Putative GTP-binding protein hflX 12.53092195 C6_control_C2 +LQ08X002690 Putative GTP-binding protein hflX 12.13962423 C6_control_C3 +LQ08X002690 Putative GTP-binding protein hflX 10.57689501 C6_chemical_A1 +LQ08X002690 Putative GTP-binding protein hflX 10.63281438 C6_chemical_A3 +LQ08X002690 Putative GTP-binding protein hflX 10.52668874 C6_chemical_B1 +LQ08X002690 Putative GTP-binding protein hflX 11.46243015 C6_chemical_B2 +LQ08X002690 Putative GTP-binding protein hflX 10.9606781 C6_chemical_B3 +LQ08X002690 Putative GTP-binding protein hflX 12.50606435 C6_chemical_C1 +LQ08X002690 Putative GTP-binding protein hflX 12.39950863 C6_chemical_C2 +LQ08X002690 Putative GTP-binding protein hflX 12.62819061 C6_chemical_C3 +LQ08X002690 Putative GTP-binding protein hflX 10.82031425 L4_control_A1 +LQ08X002690 Putative GTP-binding protein hflX 11.18678125 L4_control_A2 +LQ08X002690 Putative GTP-binding protein hflX 11.60569869 L4_control_A3 +LQ08X002690 Putative GTP-binding protein hflX 10.8320937 L4_control_B1 +LQ08X002690 Putative GTP-binding protein hflX 11.09898481 L4_control_B2 +LQ08X002690 Putative GTP-binding protein hflX 11.94632355 L4_control_B3 +LQ08X002690 Putative GTP-binding protein hflX 12.63011179 L4_control_C2 +LQ08X002690 Putative GTP-binding protein hflX 12.37923956 L4_control_C3 +LQ08X002690 Putative GTP-binding protein hflX 10.66331041 L4_chemical_A1 +LQ08X002690 Putative GTP-binding protein hflX 11.28539617 L4_chemical_A2 +LQ08X002690 Putative GTP-binding protein hflX 11.51928817 L4_chemical_A3 +LQ08X002690 Putative GTP-binding protein hflX 10.71640849 L4_chemical_B1 +LQ08X002690 Putative GTP-binding protein hflX 10.72034077 L4_chemical_B2 +LQ08X002690 Putative GTP-binding protein hflX 11.30320243 L4_chemical_B3 +LQ08X002690 Putative GTP-binding protein hflX 12.49114003 L4_chemical_C2 +LQ08X002690 Putative GTP-binding protein hflX 12.42930096 L4_chemical_C3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.4543231 C6_control_A1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.10111971 C6_control_A3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.14377691 C6_control_B1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.7058362 C6_control_B2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.17215603 C6_control_B3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.50881425 C6_control_C1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.2815316 C6_control_C2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.54818528 C6_control_C3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.03338113 C6_chemical_A1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.26716346 C6_chemical_A3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 13.74561619 C6_chemical_B1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.44426354 C6_chemical_B2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.26256855 C6_chemical_B3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.2560606 C6_chemical_C1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.63169493 C6_chemical_C2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.81726988 C6_chemical_C3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.54510083 L4_control_A1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.27520476 L4_control_A2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.37002803 L4_control_A3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.51478262 L4_control_B1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 13.69859237 L4_control_B2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.82351335 L4_control_B3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.13553236 L4_control_C2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.44812968 L4_control_C3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.71893527 L4_chemical_A1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.4224712 L4_chemical_A2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.3513166 L4_chemical_A3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.23133025 L4_chemical_B1 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.39591919 L4_chemical_B2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.81005259 L4_chemical_B3 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.50682469 L4_chemical_C2 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.58547326 L4_chemical_C3 +LQ08X002740 Cytokinin dehydrogenase 5 5.885375848 C6_control_A1 +LQ08X002740 Cytokinin dehydrogenase 5 5.434609105 C6_control_A3 +LQ08X002740 Cytokinin dehydrogenase 5 5.822467744 C6_control_B1 +LQ08X002740 Cytokinin dehydrogenase 5 5.171921147 C6_control_B2 +LQ08X002740 Cytokinin dehydrogenase 5 5.490596262 C6_control_B3 +LQ08X002740 Cytokinin dehydrogenase 5 6.506156879 C6_control_C1 +LQ08X002740 Cytokinin dehydrogenase 5 5.151530603 C6_control_C2 +LQ08X002740 Cytokinin dehydrogenase 5 5.600472617 C6_control_C3 +LQ08X002740 Cytokinin dehydrogenase 5 5.480115688 C6_chemical_A1 +LQ08X002740 Cytokinin dehydrogenase 5 6.135233197 C6_chemical_A3 +LQ08X002740 Cytokinin dehydrogenase 5 5.448046603 C6_chemical_B1 +LQ08X002740 Cytokinin dehydrogenase 5 5.245113719 C6_chemical_B2 +LQ08X002740 Cytokinin dehydrogenase 5 5.861900878 C6_chemical_B3 +LQ08X002740 Cytokinin dehydrogenase 5 6.355545432 C6_chemical_C1 +LQ08X002740 Cytokinin dehydrogenase 5 5.43097741 C6_chemical_C2 +LQ08X002740 Cytokinin dehydrogenase 5 5.35951881 C6_chemical_C3 +LQ08X002740 Cytokinin dehydrogenase 5 5.458490137 L4_control_A1 +LQ08X002740 Cytokinin dehydrogenase 5 5.863808266 L4_control_A2 +LQ08X002740 Cytokinin dehydrogenase 5 5.955938811 L4_control_A3 +LQ08X002740 Cytokinin dehydrogenase 5 5.722567628 L4_control_B1 +LQ08X002740 Cytokinin dehydrogenase 5 5.761711493 L4_control_B2 +LQ08X002740 Cytokinin dehydrogenase 5 5.590935855 L4_control_B3 +LQ08X002740 Cytokinin dehydrogenase 5 5.550046374 L4_control_C2 +LQ08X002740 Cytokinin dehydrogenase 5 6.373923566 L4_control_C3 +LQ08X002740 Cytokinin dehydrogenase 5 5.697493311 L4_chemical_A1 +LQ08X002740 Cytokinin dehydrogenase 5 5.48357327 L4_chemical_A2 +LQ08X002740 Cytokinin dehydrogenase 5 5.342484106 L4_chemical_A3 +LQ08X002740 Cytokinin dehydrogenase 5 5.822630571 L4_chemical_B1 +LQ08X002740 Cytokinin dehydrogenase 5 6.109040953 L4_chemical_B2 +LQ08X002740 Cytokinin dehydrogenase 5 5.352866392 L4_chemical_B3 +LQ08X002740 Cytokinin dehydrogenase 5 5.066517603 L4_chemical_C2 +LQ08X002740 Cytokinin dehydrogenase 5 5.483542214 L4_chemical_C3 +LQ08X002770 Beta-galactosidase 5 11.19331326 C6_control_A1 +LQ08X002770 Beta-galactosidase 5 10.73273453 C6_control_A3 +LQ08X002770 Beta-galactosidase 5 11.49857163 C6_control_B1 +LQ08X002770 Beta-galactosidase 5 11.06066587 C6_control_B2 +LQ08X002770 Beta-galactosidase 5 11.46599563 C6_control_B3 +LQ08X002770 Beta-galactosidase 5 9.004195684 C6_control_C1 +LQ08X002770 Beta-galactosidase 5 9.300152499 C6_control_C2 +LQ08X002770 Beta-galactosidase 5 8.667163335 C6_control_C3 +LQ08X002770 Beta-galactosidase 5 11.16038569 C6_chemical_A1 +LQ08X002770 Beta-galactosidase 5 10.79221667 C6_chemical_A3 +LQ08X002770 Beta-galactosidase 5 11.7308326 C6_chemical_B1 +LQ08X002770 Beta-galactosidase 5 11.20640473 C6_chemical_B2 +LQ08X002770 Beta-galactosidase 5 11.61476584 C6_chemical_B3 +LQ08X002770 Beta-galactosidase 5 8.780697047 C6_chemical_C1 +LQ08X002770 Beta-galactosidase 5 8.973503144 C6_chemical_C2 +LQ08X002770 Beta-galactosidase 5 8.027847159 C6_chemical_C3 +LQ08X002770 Beta-galactosidase 5 11.40609372 L4_control_A1 +LQ08X002770 Beta-galactosidase 5 11.46764754 L4_control_A2 +LQ08X002770 Beta-galactosidase 5 11.72453745 L4_control_A3 +LQ08X002770 Beta-galactosidase 5 11.60586793 L4_control_B1 +LQ08X002770 Beta-galactosidase 5 12.08571409 L4_control_B2 +LQ08X002770 Beta-galactosidase 5 12.00902527 L4_control_B3 +LQ08X002770 Beta-galactosidase 5 7.707274674 L4_control_C2 +LQ08X002770 Beta-galactosidase 5 9.560423461 L4_control_C3 +LQ08X002770 Beta-galactosidase 5 10.29826242 L4_chemical_A1 +LQ08X002770 Beta-galactosidase 5 10.56393289 L4_chemical_A2 +LQ08X002770 Beta-galactosidase 5 11.10203162 L4_chemical_A3 +LQ08X002770 Beta-galactosidase 5 10.97776974 L4_chemical_B1 +LQ08X002770 Beta-galactosidase 5 11.08374742 L4_chemical_B2 +LQ08X002770 Beta-galactosidase 5 12.24065557 L4_chemical_B3 +LQ08X002770 Beta-galactosidase 5 7.567799846 L4_chemical_C2 +LQ08X002770 Beta-galactosidase 5 9.173718758 L4_chemical_C3 +LQ08X002780 Thioredoxin H-type 12.98693632 C6_control_A1 +LQ08X002780 Thioredoxin H-type 13.35112844 C6_control_A3 +LQ08X002780 Thioredoxin H-type 12.66290248 C6_control_B1 +LQ08X002780 Thioredoxin H-type 13.48085321 C6_control_B2 +LQ08X002780 Thioredoxin H-type 12.96412468 C6_control_B3 +LQ08X002780 Thioredoxin H-type 13.70175227 C6_control_C1 +LQ08X002780 Thioredoxin H-type 13.80676333 C6_control_C2 +LQ08X002780 Thioredoxin H-type 13.51631002 C6_control_C3 +LQ08X002780 Thioredoxin H-type 13.12648229 C6_chemical_A1 +LQ08X002780 Thioredoxin H-type 12.93516451 C6_chemical_A3 +LQ08X002780 Thioredoxin H-type 12.59701782 C6_chemical_B1 +LQ08X002780 Thioredoxin H-type 13.2433572 C6_chemical_B2 +LQ08X002780 Thioredoxin H-type 12.67883195 C6_chemical_B3 +LQ08X002780 Thioredoxin H-type 13.59764413 C6_chemical_C1 +LQ08X002780 Thioredoxin H-type 13.7183465 C6_chemical_C2 +LQ08X002780 Thioredoxin H-type 13.74283703 C6_chemical_C3 +LQ08X002780 Thioredoxin H-type 12.75656036 L4_control_A1 +LQ08X002780 Thioredoxin H-type 13.13838427 L4_control_A2 +LQ08X002780 Thioredoxin H-type 12.65304475 L4_control_A3 +LQ08X002780 Thioredoxin H-type 12.47666003 L4_control_B1 +LQ08X002780 Thioredoxin H-type 11.54574552 L4_control_B2 +LQ08X002780 Thioredoxin H-type 13.38134816 L4_control_B3 +LQ08X002780 Thioredoxin H-type 12.7374497 L4_control_C2 +LQ08X002780 Thioredoxin H-type 13.11183416 L4_control_C3 +LQ08X002780 Thioredoxin H-type 13.66856081 L4_chemical_A1 +LQ08X002780 Thioredoxin H-type 13.20403228 L4_chemical_A2 +LQ08X002780 Thioredoxin H-type 13.10978087 L4_chemical_A3 +LQ08X002780 Thioredoxin H-type 12.8983949 L4_chemical_B1 +LQ08X002780 Thioredoxin H-type 12.2424865 L4_chemical_B2 +LQ08X002780 Thioredoxin H-type 13.49363977 L4_chemical_B3 +LQ08X002780 Thioredoxin H-type 12.43190706 L4_chemical_C2 +LQ08X002780 Thioredoxin H-type 13.02689939 L4_chemical_C3 +LQ08X002790 ATP-dependent peptidase, putative 11.68513926 C6_control_A1 +LQ08X002790 ATP-dependent peptidase, putative 11.49264369 C6_control_A3 +LQ08X002790 ATP-dependent peptidase, putative 12.59783447 C6_control_B1 +LQ08X002790 ATP-dependent peptidase, putative 12.36954698 C6_control_B2 +LQ08X002790 ATP-dependent peptidase, putative 12.17961702 C6_control_B3 +LQ08X002790 ATP-dependent peptidase, putative 13.80670213 C6_control_C1 +LQ08X002790 ATP-dependent peptidase, putative 13.40106498 C6_control_C2 +LQ08X002790 ATP-dependent peptidase, putative 13.29235695 C6_control_C3 +LQ08X002790 ATP-dependent peptidase, putative 11.78342054 C6_chemical_A1 +LQ08X002790 ATP-dependent peptidase, putative 11.62361648 C6_chemical_A3 +LQ08X002790 ATP-dependent peptidase, putative 13.00494291 C6_chemical_B1 +LQ08X002790 ATP-dependent peptidase, putative 12.30843533 C6_chemical_B2 +LQ08X002790 ATP-dependent peptidase, putative 12.43401974 C6_chemical_B3 +LQ08X002790 ATP-dependent peptidase, putative 13.47862326 C6_chemical_C1 +LQ08X002790 ATP-dependent peptidase, putative 13.78522227 C6_chemical_C2 +LQ08X002790 ATP-dependent peptidase, putative 13.87307759 C6_chemical_C3 +LQ08X002790 ATP-dependent peptidase, putative 11.03640469 L4_control_A1 +LQ08X002790 ATP-dependent peptidase, putative 11.75622611 L4_control_A2 +LQ08X002790 ATP-dependent peptidase, putative 11.71900348 L4_control_A3 +LQ08X002790 ATP-dependent peptidase, putative 12.91608989 L4_control_B1 +LQ08X002790 ATP-dependent peptidase, putative 13.21437394 L4_control_B2 +LQ08X002790 ATP-dependent peptidase, putative 12.48570162 L4_control_B3 +LQ08X002790 ATP-dependent peptidase, putative 14.64648367 L4_control_C2 +LQ08X002790 ATP-dependent peptidase, putative 14.08181283 L4_control_C3 +LQ08X002790 ATP-dependent peptidase, putative 10.66621604 L4_chemical_A1 +LQ08X002790 ATP-dependent peptidase, putative 11.59498911 L4_chemical_A2 +LQ08X002790 ATP-dependent peptidase, putative 11.20290758 L4_chemical_A3 +LQ08X002790 ATP-dependent peptidase, putative 12.97784894 L4_chemical_B1 +LQ08X002790 ATP-dependent peptidase, putative 13.01548084 L4_chemical_B2 +LQ08X002790 ATP-dependent peptidase, putative 12.28465106 L4_chemical_B3 +LQ08X002790 ATP-dependent peptidase, putative 14.53999094 L4_chemical_C2 +LQ08X002790 ATP-dependent peptidase, putative 14.25252067 L4_chemical_C3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.579393043 C6_control_A1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.791294132 C6_control_A3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.973407708 C6_control_B1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.30846485 C6_control_B2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.892012476 C6_control_B3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.94207157 C6_control_C1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.92842656 C6_control_C2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 11.16333805 C6_control_C3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.661222911 C6_chemical_A1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.04009099 C6_chemical_A3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.928638358 C6_chemical_B1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.41512434 C6_chemical_B2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.12016104 C6_chemical_B3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.55941006 C6_chemical_C1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 11.32703073 C6_chemical_C2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 11.19402052 C6_chemical_C3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.737399016 L4_control_A1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.08253669 L4_control_A2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.18458419 L4_control_A3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.12922154 L4_control_B1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.3479404 L4_control_B2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.54148929 L4_control_B3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 11.25866763 L4_control_C2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 11.33490624 L4_control_C3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.393045781 L4_chemical_A1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.988702251 L4_chemical_A2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.769174455 L4_chemical_A3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.93465209 L4_chemical_B1 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.10166316 L4_chemical_B2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 10.16673274 L4_chemical_B3 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 11.65500583 L4_chemical_C2 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 11.32145832 L4_chemical_C3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.198569408 C6_control_A1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.011198357 C6_control_A3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.090865696 C6_control_B1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.270163038 C6_control_B2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 4.802659115 C6_control_B3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.140839223 C6_control_C1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.153661177 C6_control_C2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.030982057 C6_control_C3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.337770876 C6_chemical_A1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.12609023 C6_chemical_A3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.12376389 C6_chemical_B1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.356770964 C6_chemical_B2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 4.985097144 C6_chemical_B3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.446605768 C6_chemical_C1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.271131285 C6_chemical_C2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.775049055 C6_chemical_C3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.264880231 L4_control_A1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.650679682 L4_control_A2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.815140967 L4_control_A3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 6.122028687 L4_control_B1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.080122677 L4_control_B2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.792321657 L4_control_B3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.424180622 L4_control_C2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.383881519 L4_control_C3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.551279335 L4_chemical_A1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.511690036 L4_chemical_A2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.788796137 L4_chemical_A3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.50186077 L4_chemical_B1 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.109844514 L4_chemical_B2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.534844207 L4_chemical_B3 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.859321744 L4_chemical_C2 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.610904432 L4_chemical_C3 +LQ08X002840 Purple acid phosphatase 8.91532362 C6_control_A1 +LQ08X002840 Purple acid phosphatase 7.009265851 C6_control_A3 +LQ08X002840 Purple acid phosphatase 10.06104995 C6_control_B1 +LQ08X002840 Purple acid phosphatase 10.51094571 C6_control_B2 +LQ08X002840 Purple acid phosphatase 8.708755137 C6_control_B3 +LQ08X002840 Purple acid phosphatase 12.52473171 C6_control_C1 +LQ08X002840 Purple acid phosphatase 12.09066879 C6_control_C2 +LQ08X002840 Purple acid phosphatase 11.36738308 C6_control_C3 +LQ08X002840 Purple acid phosphatase 9.320378591 C6_chemical_A1 +LQ08X002840 Purple acid phosphatase 8.492601897 C6_chemical_A3 +LQ08X002840 Purple acid phosphatase 11.09061918 C6_chemical_B1 +LQ08X002840 Purple acid phosphatase 10.85933914 C6_chemical_B2 +LQ08X002840 Purple acid phosphatase 8.990112552 C6_chemical_B3 +LQ08X002840 Purple acid phosphatase 12.83151643 C6_chemical_C1 +LQ08X002840 Purple acid phosphatase 12.17303766 C6_chemical_C2 +LQ08X002840 Purple acid phosphatase 11.85028086 C6_chemical_C3 +LQ08X002840 Purple acid phosphatase 8.264825255 L4_control_A1 +LQ08X002840 Purple acid phosphatase 9.370206156 L4_control_A2 +LQ08X002840 Purple acid phosphatase 6.218364339 L4_control_A3 +LQ08X002840 Purple acid phosphatase 11.24206841 L4_control_B1 +LQ08X002840 Purple acid phosphatase 10.92690271 L4_control_B2 +LQ08X002840 Purple acid phosphatase 10.19274593 L4_control_B3 +LQ08X002840 Purple acid phosphatase 13.25534968 L4_control_C2 +LQ08X002840 Purple acid phosphatase 12.36573135 L4_control_C3 +LQ08X002840 Purple acid phosphatase 9.368536132 L4_chemical_A1 +LQ08X002840 Purple acid phosphatase 11.11123074 L4_chemical_A2 +LQ08X002840 Purple acid phosphatase 6.830326506 L4_chemical_A3 +LQ08X002840 Purple acid phosphatase 10.96954017 L4_chemical_B1 +LQ08X002840 Purple acid phosphatase 11.38155696 L4_chemical_B2 +LQ08X002840 Purple acid phosphatase 8.714368742 L4_chemical_B3 +LQ08X002840 Purple acid phosphatase 13.40029134 L4_chemical_C2 +LQ08X002840 Purple acid phosphatase 12.63369128 L4_chemical_C3 +LQ08X002850 Purple acid phosphatase 2 11.59338548 C6_control_A1 +LQ08X002850 Purple acid phosphatase 2 11.14229738 C6_control_A3 +LQ08X002850 Purple acid phosphatase 2 11.31041541 C6_control_B1 +LQ08X002850 Purple acid phosphatase 2 11.02807181 C6_control_B2 +LQ08X002850 Purple acid phosphatase 2 10.34695099 C6_control_B3 +LQ08X002850 Purple acid phosphatase 2 11.4387648 C6_control_C1 +LQ08X002850 Purple acid phosphatase 2 11.28387026 C6_control_C2 +LQ08X002850 Purple acid phosphatase 2 10.74338274 C6_control_C3 +LQ08X002850 Purple acid phosphatase 2 11.78821423 C6_chemical_A1 +LQ08X002850 Purple acid phosphatase 2 11.33167626 C6_chemical_A3 +LQ08X002850 Purple acid phosphatase 2 11.59570949 C6_chemical_B1 +LQ08X002850 Purple acid phosphatase 2 11.14164503 C6_chemical_B2 +LQ08X002850 Purple acid phosphatase 2 10.37574618 C6_chemical_B3 +LQ08X002850 Purple acid phosphatase 2 11.52099289 C6_chemical_C1 +LQ08X002850 Purple acid phosphatase 2 11.36135163 C6_chemical_C2 +LQ08X002850 Purple acid phosphatase 2 10.44858363 C6_chemical_C3 +LQ08X002850 Purple acid phosphatase 2 11.30364831 L4_control_A1 +LQ08X002850 Purple acid phosphatase 2 10.40349174 L4_control_A2 +LQ08X002850 Purple acid phosphatase 2 11.07605208 L4_control_A3 +LQ08X002850 Purple acid phosphatase 2 10.25082218 L4_control_B1 +LQ08X002850 Purple acid phosphatase 2 10.38709174 L4_control_B2 +LQ08X002850 Purple acid phosphatase 2 10.79757933 L4_control_B3 +LQ08X002850 Purple acid phosphatase 2 11.81740485 L4_control_C2 +LQ08X002850 Purple acid phosphatase 2 11.58632266 L4_control_C3 +LQ08X002850 Purple acid phosphatase 2 10.36197391 L4_chemical_A1 +LQ08X002850 Purple acid phosphatase 2 10.37167848 L4_chemical_A2 +LQ08X002850 Purple acid phosphatase 2 11.43767386 L4_chemical_A3 +LQ08X002850 Purple acid phosphatase 2 10.22910056 L4_chemical_B1 +LQ08X002850 Purple acid phosphatase 2 10.17656916 L4_chemical_B2 +LQ08X002850 Purple acid phosphatase 2 10.12510043 L4_chemical_B3 +LQ08X002850 Purple acid phosphatase 2 11.93767548 L4_chemical_C2 +LQ08X002850 Purple acid phosphatase 2 11.66357651 L4_chemical_C3 +LQ08X002870 Auxin-induced protein 5NG4 13.69755524 C6_control_A1 +LQ08X002870 Auxin-induced protein 5NG4 13.83804825 C6_control_A3 +LQ08X002870 Auxin-induced protein 5NG4 13.90962834 C6_control_B1 +LQ08X002870 Auxin-induced protein 5NG4 12.87462936 C6_control_B2 +LQ08X002870 Auxin-induced protein 5NG4 13.57994574 C6_control_B3 +LQ08X002870 Auxin-induced protein 5NG4 12.11771899 C6_control_C1 +LQ08X002870 Auxin-induced protein 5NG4 11.80379708 C6_control_C2 +LQ08X002870 Auxin-induced protein 5NG4 12.58131339 C6_control_C3 +LQ08X002870 Auxin-induced protein 5NG4 13.61591086 C6_chemical_A1 +LQ08X002870 Auxin-induced protein 5NG4 14.03098214 C6_chemical_A3 +LQ08X002870 Auxin-induced protein 5NG4 13.75695581 C6_chemical_B1 +LQ08X002870 Auxin-induced protein 5NG4 12.46396723 C6_chemical_B2 +LQ08X002870 Auxin-induced protein 5NG4 13.73028116 C6_chemical_B3 +LQ08X002870 Auxin-induced protein 5NG4 11.61883277 C6_chemical_C1 +LQ08X002870 Auxin-induced protein 5NG4 11.26387447 C6_chemical_C2 +LQ08X002870 Auxin-induced protein 5NG4 12.06725631 C6_chemical_C3 +LQ08X002870 Auxin-induced protein 5NG4 14.16137897 L4_control_A1 +LQ08X002870 Auxin-induced protein 5NG4 13.3689467 L4_control_A2 +LQ08X002870 Auxin-induced protein 5NG4 14.17438591 L4_control_A3 +LQ08X002870 Auxin-induced protein 5NG4 13.7708371 L4_control_B1 +LQ08X002870 Auxin-induced protein 5NG4 14.36729031 L4_control_B2 +LQ08X002870 Auxin-induced protein 5NG4 13.00918765 L4_control_B3 +LQ08X002870 Auxin-induced protein 5NG4 12.62520729 L4_control_C2 +LQ08X002870 Auxin-induced protein 5NG4 12.65144457 L4_control_C3 +LQ08X002870 Auxin-induced protein 5NG4 12.89630894 L4_chemical_A1 +LQ08X002870 Auxin-induced protein 5NG4 13.30471831 L4_chemical_A2 +LQ08X002870 Auxin-induced protein 5NG4 13.6322295 L4_chemical_A3 +LQ08X002870 Auxin-induced protein 5NG4 13.8908688 L4_chemical_B1 +LQ08X002870 Auxin-induced protein 5NG4 13.94018478 L4_chemical_B2 +LQ08X002870 Auxin-induced protein 5NG4 14.03047045 L4_chemical_B3 +LQ08X002870 Auxin-induced protein 5NG4 13.03561521 L4_chemical_C2 +LQ08X002870 Auxin-induced protein 5NG4 12.50837641 L4_chemical_C3 +LQ08X002890 Cysteine proteinase 15A 14.8460441 C6_control_A1 +LQ08X002890 Cysteine proteinase 15A 14.40287099 C6_control_A3 +LQ08X002890 Cysteine proteinase 15A 15.02267984 C6_control_B1 +LQ08X002890 Cysteine proteinase 15A 15.50846239 C6_control_B2 +LQ08X002890 Cysteine proteinase 15A 15.18073607 C6_control_B3 +LQ08X002890 Cysteine proteinase 15A 15.6030731 C6_control_C1 +LQ08X002890 Cysteine proteinase 15A 15.16915688 C6_control_C2 +LQ08X002890 Cysteine proteinase 15A 15.44914264 C6_control_C3 +LQ08X002890 Cysteine proteinase 15A 15.13350477 C6_chemical_A1 +LQ08X002890 Cysteine proteinase 15A 15.27905667 C6_chemical_A3 +LQ08X002890 Cysteine proteinase 15A 15.12817676 C6_chemical_B1 +LQ08X002890 Cysteine proteinase 15A 14.86912903 C6_chemical_B2 +LQ08X002890 Cysteine proteinase 15A 15.44283502 C6_chemical_B3 +LQ08X002890 Cysteine proteinase 15A 15.29041235 C6_chemical_C1 +LQ08X002890 Cysteine proteinase 15A 15.64770432 C6_chemical_C2 +LQ08X002890 Cysteine proteinase 15A 15.2488425 C6_chemical_C3 +LQ08X002890 Cysteine proteinase 15A 15.08047918 L4_control_A1 +LQ08X002890 Cysteine proteinase 15A 15.10961344 L4_control_A2 +LQ08X002890 Cysteine proteinase 15A 15.02159652 L4_control_A3 +LQ08X002890 Cysteine proteinase 15A 15.21992015 L4_control_B1 +LQ08X002890 Cysteine proteinase 15A 15.23607326 L4_control_B2 +LQ08X002890 Cysteine proteinase 15A 15.52908374 L4_control_B3 +LQ08X002890 Cysteine proteinase 15A 15.48150768 L4_control_C2 +LQ08X002890 Cysteine proteinase 15A 15.61735276 L4_control_C3 +LQ08X002890 Cysteine proteinase 15A 15.32402555 L4_chemical_A1 +LQ08X002890 Cysteine proteinase 15A 15.53528043 L4_chemical_A2 +LQ08X002890 Cysteine proteinase 15A 15.2439322 L4_chemical_A3 +LQ08X002890 Cysteine proteinase 15A 15.34913038 L4_chemical_B1 +LQ08X002890 Cysteine proteinase 15A 15.18786691 L4_chemical_B2 +LQ08X002890 Cysteine proteinase 15A 15.14036377 L4_chemical_B3 +LQ08X002890 Cysteine proteinase 15A 15.33996912 L4_chemical_C2 +LQ08X002890 Cysteine proteinase 15A 15.38439941 L4_chemical_C3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.411446019 C6_control_A1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.243886652 C6_control_A3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.379346283 C6_control_B1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.335052515 C6_control_B2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.595551774 C6_control_B3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.271752092 C6_control_C1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.508370657 C6_control_C2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.634158306 C6_control_C3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.741687934 C6_chemical_A1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.503955583 C6_chemical_A3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.447849932 C6_chemical_B1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.378943489 C6_chemical_B2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.454549592 C6_chemical_B3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.427414011 C6_chemical_C1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.375363845 C6_chemical_C2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.259006751 C6_chemical_C3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.474490569 L4_control_A1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.699794244 L4_control_A2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.170239228 L4_control_A3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.699769902 L4_control_B1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.579090215 L4_control_B2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.464702323 L4_control_B3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 6.110604205 L4_control_C2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.817220525 L4_control_C3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.934597042 L4_chemical_A1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.638931265 L4_chemical_A2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.380451339 L4_chemical_A3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 6.124917691 L4_chemical_B1 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 6.153975665 L4_chemical_B2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.357108621 L4_chemical_B3 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 6.041298606 L4_chemical_C2 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.605552843 L4_chemical_C3 +LQ08X002920 Coatomer subunit alpha-1 5.165320662 C6_control_A1 +LQ08X002920 Coatomer subunit alpha-1 5.345976336 C6_control_A3 +LQ08X002920 Coatomer subunit alpha-1 5.133182138 C6_control_B1 +LQ08X002920 Coatomer subunit alpha-1 5.1701439 C6_control_B2 +LQ08X002920 Coatomer subunit alpha-1 4.96850037 C6_control_B3 +LQ08X002920 Coatomer subunit alpha-1 4.77094506 C6_control_C1 +LQ08X002920 Coatomer subunit alpha-1 4.912475828 C6_control_C2 +LQ08X002920 Coatomer subunit alpha-1 4.798673413 C6_control_C3 +LQ08X002920 Coatomer subunit alpha-1 5.129258716 C6_chemical_A1 +LQ08X002920 Coatomer subunit alpha-1 5.209375015 C6_chemical_A3 +LQ08X002920 Coatomer subunit alpha-1 4.894970341 C6_chemical_B1 +LQ08X002920 Coatomer subunit alpha-1 5.034952943 C6_chemical_B2 +LQ08X002920 Coatomer subunit alpha-1 4.959146843 C6_chemical_B3 +LQ08X002920 Coatomer subunit alpha-1 4.769945112 C6_chemical_C1 +LQ08X002920 Coatomer subunit alpha-1 4.785154083 C6_chemical_C2 +LQ08X002920 Coatomer subunit alpha-1 4.731305583 C6_chemical_C3 +LQ08X002920 Coatomer subunit alpha-1 4.976924767 L4_control_A1 +LQ08X002920 Coatomer subunit alpha-1 4.900648662 L4_control_A2 +LQ08X002920 Coatomer subunit alpha-1 5.470914648 L4_control_A3 +LQ08X002920 Coatomer subunit alpha-1 5.317623227 L4_control_B1 +LQ08X002920 Coatomer subunit alpha-1 5.036828773 L4_control_B2 +LQ08X002920 Coatomer subunit alpha-1 4.929264812 L4_control_B3 +LQ08X002920 Coatomer subunit alpha-1 4.884149368 L4_control_C2 +LQ08X002920 Coatomer subunit alpha-1 5.128898244 L4_control_C3 +LQ08X002920 Coatomer subunit alpha-1 5.002063087 L4_chemical_A1 +LQ08X002920 Coatomer subunit alpha-1 4.73724785 L4_chemical_A2 +LQ08X002920 Coatomer subunit alpha-1 5.469647872 L4_chemical_A3 +LQ08X002920 Coatomer subunit alpha-1 5.752608859 L4_chemical_B1 +LQ08X002920 Coatomer subunit alpha-1 4.796359055 L4_chemical_B2 +LQ08X002920 Coatomer subunit alpha-1 4.928063799 L4_chemical_B3 +LQ08X002920 Coatomer subunit alpha-1 4.985750429 L4_chemical_C2 +LQ08X002920 Coatomer subunit alpha-1 5.07283981 L4_chemical_C3 +LQ08X002950 Floral homeotic protein DEFICIENS 6.917964821 C6_control_A1 +LQ08X002950 Floral homeotic protein DEFICIENS 8.460100206 C6_control_A3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.749864039 C6_control_B1 +LQ08X002950 Floral homeotic protein DEFICIENS 5.489443478 C6_control_B2 +LQ08X002950 Floral homeotic protein DEFICIENS 5.731727821 C6_control_B3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.245846245 C6_control_C1 +LQ08X002950 Floral homeotic protein DEFICIENS 5.380268364 C6_control_C2 +LQ08X002950 Floral homeotic protein DEFICIENS 7.085640557 C6_control_C3 +LQ08X002950 Floral homeotic protein DEFICIENS 6.055388921 C6_chemical_A1 +LQ08X002950 Floral homeotic protein DEFICIENS 9.166958925 C6_chemical_A3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.10741209 C6_chemical_B1 +LQ08X002950 Floral homeotic protein DEFICIENS 5.711417702 C6_chemical_B2 +LQ08X002950 Floral homeotic protein DEFICIENS 5.80748474 C6_chemical_B3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.60590296 C6_chemical_C1 +LQ08X002950 Floral homeotic protein DEFICIENS 5.624413267 C6_chemical_C2 +LQ08X002950 Floral homeotic protein DEFICIENS 6.943596584 C6_chemical_C3 +LQ08X002950 Floral homeotic protein DEFICIENS 6.275926075 L4_control_A1 +LQ08X002950 Floral homeotic protein DEFICIENS 5.012369623 L4_control_A2 +LQ08X002950 Floral homeotic protein DEFICIENS 5.872530441 L4_control_A3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.200687228 L4_control_B1 +LQ08X002950 Floral homeotic protein DEFICIENS 5.460589126 L4_control_B2 +LQ08X002950 Floral homeotic protein DEFICIENS 5.597502365 L4_control_B3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.446105901 L4_control_C2 +LQ08X002950 Floral homeotic protein DEFICIENS 5.270772913 L4_control_C3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.878680189 L4_chemical_A1 +LQ08X002950 Floral homeotic protein DEFICIENS 5.557262775 L4_chemical_A2 +LQ08X002950 Floral homeotic protein DEFICIENS 5.952172653 L4_chemical_A3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.532725435 L4_chemical_B1 +LQ08X002950 Floral homeotic protein DEFICIENS 5.73563986 L4_chemical_B2 +LQ08X002950 Floral homeotic protein DEFICIENS 5.567640157 L4_chemical_B3 +LQ08X002950 Floral homeotic protein DEFICIENS 5.134210936 L4_chemical_C2 +LQ08X002950 Floral homeotic protein DEFICIENS 5.547028247 L4_chemical_C3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.214045386 C6_control_A1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.021478467 C6_control_A3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.006291835 C6_control_B1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.669090261 C6_control_B2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.255345551 C6_control_B3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.18582207 C6_control_C1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.507584756 C6_control_C2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.371599501 C6_control_C3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.312254774 C6_chemical_A1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.508240733 C6_chemical_A3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.496586226 C6_chemical_B1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.44518888 C6_chemical_B2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.073639092 C6_chemical_B3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.091559606 C6_chemical_C1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.148530894 C6_chemical_C2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.337423404 C6_chemical_C3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 4.900083669 L4_control_A1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.179184472 L4_control_A2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.094250599 L4_control_A3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.74981743 L4_control_B1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.024936064 L4_control_B2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.632889867 L4_control_B3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.404620039 L4_control_C2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.090683403 L4_control_C3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.449152716 L4_chemical_A1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.299012503 L4_chemical_A2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.048873484 L4_chemical_A3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.438266588 L4_chemical_B1 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.148162993 L4_chemical_B2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.192643853 L4_chemical_B3 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.162126547 L4_chemical_C2 +LQ08X002980 Probable salt tolerance-like protein At1g75540 4.890419104 L4_chemical_C3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.463164822 C6_control_A1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.508506172 C6_control_A3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.793564027 C6_control_B1 +LQ08X003010 Putative DNA-binding protein HEXBP 6.011785642 C6_control_B2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.316370963 C6_control_B3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.736291132 C6_control_C1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.701390852 C6_control_C2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.824549359 C6_control_C3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.300559284 C6_chemical_A1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.694008257 C6_chemical_A3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.334225125 C6_chemical_B1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.89741705 C6_chemical_B2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.454576031 C6_chemical_B3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.323623059 C6_chemical_C1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.938142553 C6_chemical_C2 +LQ08X003010 Putative DNA-binding protein HEXBP 6.057657471 C6_chemical_C3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.425208553 L4_control_A1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.210117365 L4_control_A2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.220601914 L4_control_A3 +LQ08X003010 Putative DNA-binding protein HEXBP 6.067447476 L4_control_B1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.770334953 L4_control_B2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.660279901 L4_control_B3 +LQ08X003010 Putative DNA-binding protein HEXBP 6.367293986 L4_control_C2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.405684751 L4_control_C3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.564072177 L4_chemical_A1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.543656835 L4_chemical_A2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.649981588 L4_chemical_A3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.998656491 L4_chemical_B1 +LQ08X003010 Putative DNA-binding protein HEXBP 5.788313878 L4_chemical_B2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.478462285 L4_chemical_B3 +LQ08X003010 Putative DNA-binding protein HEXBP 5.684510087 L4_chemical_C2 +LQ08X003010 Putative DNA-binding protein HEXBP 5.438799291 L4_chemical_C3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.231979734 C6_control_A1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 7.384064326 C6_control_A3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 7.829857572 C6_control_B1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 7.428888054 C6_control_B2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 6.889123542 C6_control_B3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.399942176 C6_control_C1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 6.927414902 C6_control_C2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 6.396555067 C6_control_C3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 9.202065993 C6_chemical_A1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 9.144368324 C6_chemical_A3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.663421905 C6_chemical_B1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.398138146 C6_chemical_B2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.096888967 C6_chemical_B3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 9.402765235 C6_chemical_C1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.337029528 C6_chemical_C2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 7.782572718 C6_chemical_C3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 9.098379506 L4_control_A1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.002377148 L4_control_A2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 9.839198299 L4_control_A3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 6.237167526 L4_control_B1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.385143697 L4_control_B2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.130485754 L4_control_B3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 6.56613523 L4_control_C2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 7.410428722 L4_control_C3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.557632618 L4_chemical_A1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 7.728026395 L4_chemical_A2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 9.033957244 L4_chemical_A3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 7.363875518 L4_chemical_B1 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 7.997297435 L4_chemical_B2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 8.080958426 L4_chemical_B3 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 6.627778791 L4_chemical_C2 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 6.898818249 L4_chemical_C3 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.170628268 C6_control_A1 +LQ08X003030 Putative uncharacterized protein AT4g24170 5.623733499 C6_control_A3 +LQ08X003030 Putative uncharacterized protein AT4g24170 7.198624624 C6_control_B1 +LQ08X003030 Putative uncharacterized protein AT4g24170 8.036221456 C6_control_B2 +LQ08X003030 Putative uncharacterized protein AT4g24170 8.493862175 C6_control_B3 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.855672931 C6_control_C1 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.928432039 C6_control_C2 +LQ08X003030 Putative uncharacterized protein AT4g24170 5.791884025 C6_control_C3 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.41348599 C6_chemical_A1 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.328835419 C6_chemical_A3 +LQ08X003030 Putative uncharacterized protein AT4g24170 8.213560644 C6_chemical_B1 +LQ08X003030 Putative uncharacterized protein AT4g24170 8.609100005 C6_chemical_B2 +LQ08X003030 Putative uncharacterized protein AT4g24170 8.182648423 C6_chemical_B3 +LQ08X003030 Putative uncharacterized protein AT4g24170 7.452809931 C6_chemical_C1 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.778476982 C6_chemical_C2 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.335732886 C6_chemical_C3 +LQ08X003030 Putative uncharacterized protein AT4g24170 7.279630565 L4_control_A1 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.697035181 L4_control_A2 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.428454484 L4_control_A3 +LQ08X003030 Putative uncharacterized protein AT4g24170 8.303280387 L4_control_B1 +LQ08X003030 Putative uncharacterized protein AT4g24170 9.148820412 L4_control_B2 +LQ08X003030 Putative uncharacterized protein AT4g24170 9.604776097 L4_control_B3 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.389347307 L4_control_C2 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.704252355 L4_control_C3 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.183673678 L4_chemical_A1 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.429701257 L4_chemical_A2 +LQ08X003030 Putative uncharacterized protein AT4g24170 5.974252857 L4_chemical_A3 +LQ08X003030 Putative uncharacterized protein AT4g24170 7.363184371 L4_chemical_B1 +LQ08X003030 Putative uncharacterized protein AT4g24170 8.663543416 L4_chemical_B2 +LQ08X003030 Putative uncharacterized protein AT4g24170 8.447678527 L4_chemical_B3 +LQ08X003030 Putative uncharacterized protein AT4g24170 5.41999886 L4_chemical_C2 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.396957366 L4_chemical_C3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 9.524955091 C6_control_A1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 9.581220234 C6_control_A3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 6.919198209 C6_control_B1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.283361639 C6_control_B2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.25862454 C6_control_B3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.502497556 C6_control_C1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.199795861 C6_control_C2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.540147417 C6_control_C3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 9.649763275 C6_chemical_A1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 9.35937402 C6_chemical_A3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.743425276 C6_chemical_B1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.512980345 C6_chemical_B2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.344679573 C6_chemical_B3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.230537697 C6_chemical_C1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.099655777 C6_chemical_C2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.237570163 C6_chemical_C3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 9.870846974 L4_control_A1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 9.418555424 L4_control_A2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 10.40517869 L4_control_A3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.320774067 L4_control_B1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.561862534 L4_control_B2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.600870514 L4_control_B3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.373401547 L4_control_C2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.330634989 L4_control_C3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 8.684871038 L4_chemical_A1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 8.193013639 L4_chemical_A2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 10.04371596 L4_chemical_A3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.669981246 L4_chemical_B1 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.794491362 L4_chemical_B2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 7.820315986 L4_chemical_B3 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.613740209 L4_chemical_C2 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 5.255597758 L4_chemical_C3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.296445082 C6_control_A1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.474984848 C6_control_A3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.166254428 C6_control_B1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.313043957 C6_control_B2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.160551804 C6_control_B3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.628348249 C6_control_C1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.809437431 C6_control_C2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.661836589 C6_control_C3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 4.988581367 C6_chemical_A1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.057243256 C6_chemical_A3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.436658575 C6_chemical_B1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.296136045 C6_chemical_B2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.62213965 C6_chemical_B3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.6019618 C6_chemical_C1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.510366182 C6_chemical_C2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.420933046 C6_chemical_C3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 4.741330116 L4_control_A1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.536599466 L4_control_A2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.46027405 L4_control_A3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.335388532 L4_control_B1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.319152953 L4_control_B2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.187324847 L4_control_B3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.233868457 L4_control_C2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.635134264 L4_control_C3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.307373857 L4_chemical_A1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.427840479 L4_chemical_A2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.318637859 L4_chemical_A3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.596692622 L4_chemical_B1 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.106338792 L4_chemical_B2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.345689569 L4_chemical_B3 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.547917845 L4_chemical_C2 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 5.502277612 L4_chemical_C3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.95226028 C6_control_A1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.7549959 C6_control_A3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.77051651 C6_control_B1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.49114614 C6_control_B2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.53735061 C6_control_B3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.54777769 C6_control_C1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.32346825 C6_control_C2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.49223892 C6_control_C3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 14.0349892 C6_chemical_A1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.72905965 C6_chemical_A3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.67528515 C6_chemical_B1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.48338466 C6_chemical_B2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.33691017 C6_chemical_B3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.70950982 C6_chemical_C1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.3764524 C6_chemical_C2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.18834215 C6_chemical_C3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 14.14148593 L4_control_A1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.92466003 L4_control_A2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 14.40148031 L4_control_A3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.41599659 L4_control_B1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.12547067 L4_control_B2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.38995546 L4_control_B3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.11374061 L4_control_C2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.36750103 L4_control_C3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 14.31310463 L4_chemical_A1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.77478697 L4_chemical_A2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 14.41469038 L4_chemical_A3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.5290252 L4_chemical_B1 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.4870463 L4_chemical_B2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.7383035 L4_chemical_B3 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 13.10596022 L4_chemical_C2 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 12.98244458 L4_chemical_C3 +LQ08X003080 Hypothetical protein 6.523703957 C6_control_A1 +LQ08X003080 Hypothetical protein 6.078994262 C6_control_A3 +LQ08X003080 Hypothetical protein 6.572606391 C6_control_B1 +LQ08X003080 Hypothetical protein 6.173682968 C6_control_B2 +LQ08X003080 Hypothetical protein 6.932174376 C6_control_B3 +LQ08X003080 Hypothetical protein 6.501786106 C6_control_C1 +LQ08X003080 Hypothetical protein 5.463486054 C6_control_C2 +LQ08X003080 Hypothetical protein 6.64779088 C6_control_C3 +LQ08X003080 Hypothetical protein 6.767994839 C6_chemical_A1 +LQ08X003080 Hypothetical protein 6.301915475 C6_chemical_A3 +LQ08X003080 Hypothetical protein 6.207946195 C6_chemical_B1 +LQ08X003080 Hypothetical protein 6.060853122 C6_chemical_B2 +LQ08X003080 Hypothetical protein 7.866395055 C6_chemical_B3 +LQ08X003080 Hypothetical protein 6.349109873 C6_chemical_C1 +LQ08X003080 Hypothetical protein 5.929945495 C6_chemical_C2 +LQ08X003080 Hypothetical protein 7.026995809 C6_chemical_C3 +LQ08X003080 Hypothetical protein 7.894538868 L4_control_A1 +LQ08X003080 Hypothetical protein 7.58410662 L4_control_A2 +LQ08X003080 Hypothetical protein 7.675157173 L4_control_A3 +LQ08X003080 Hypothetical protein 8.839009989 L4_control_B1 +LQ08X003080 Hypothetical protein 7.856281403 L4_control_B2 +LQ08X003080 Hypothetical protein 6.302324243 L4_control_B3 +LQ08X003080 Hypothetical protein 7.829943831 L4_control_C2 +LQ08X003080 Hypothetical protein 8.000669926 L4_control_C3 +LQ08X003080 Hypothetical protein 7.676459078 L4_chemical_A1 +LQ08X003080 Hypothetical protein 7.600732552 L4_chemical_A2 +LQ08X003080 Hypothetical protein 7.841021709 L4_chemical_A3 +LQ08X003080 Hypothetical protein 8.22817216 L4_chemical_B1 +LQ08X003080 Hypothetical protein 7.529733848 L4_chemical_B2 +LQ08X003080 Hypothetical protein 6.24632813 L4_chemical_B3 +LQ08X003080 Hypothetical protein 8.323065448 L4_chemical_C2 +LQ08X003080 Hypothetical protein 7.575999638 L4_chemical_C3 +LQ08X003130 Predicted protein 5.781282588 C6_control_A1 +LQ08X003130 Predicted protein 5.804735986 C6_control_A3 +LQ08X003130 Predicted protein 5.91490622 C6_control_B1 +LQ08X003130 Predicted protein 5.813026945 C6_control_B2 +LQ08X003130 Predicted protein 5.411358435 C6_control_B3 +LQ08X003130 Predicted protein 5.276273936 C6_control_C1 +LQ08X003130 Predicted protein 6.213655575 C6_control_C2 +LQ08X003130 Predicted protein 5.222550096 C6_control_C3 +LQ08X003130 Predicted protein 5.815722399 C6_chemical_A1 +LQ08X003130 Predicted protein 5.926880468 C6_chemical_A3 +LQ08X003130 Predicted protein 5.295235488 C6_chemical_B1 +LQ08X003130 Predicted protein 5.997943599 C6_chemical_B2 +LQ08X003130 Predicted protein 5.283831115 C6_chemical_B3 +LQ08X003130 Predicted protein 5.566792791 C6_chemical_C1 +LQ08X003130 Predicted protein 5.686308016 C6_chemical_C2 +LQ08X003130 Predicted protein 5.253145043 C6_chemical_C3 +LQ08X003130 Predicted protein 5.474452892 L4_control_A1 +LQ08X003130 Predicted protein 5.687294464 L4_control_A2 +LQ08X003130 Predicted protein 6.637719565 L4_control_A3 +LQ08X003130 Predicted protein 5.532796055 L4_control_B1 +LQ08X003130 Predicted protein 5.792229211 L4_control_B2 +LQ08X003130 Predicted protein 5.528166928 L4_control_B3 +LQ08X003130 Predicted protein 5.130963388 L4_control_C2 +LQ08X003130 Predicted protein 6.006510838 L4_control_C3 +LQ08X003130 Predicted protein 5.36836587 L4_chemical_A1 +LQ08X003130 Predicted protein 6.036544654 L4_chemical_A2 +LQ08X003130 Predicted protein 6.703071606 L4_chemical_A3 +LQ08X003130 Predicted protein 5.331205675 L4_chemical_B1 +LQ08X003130 Predicted protein 6.108990645 L4_chemical_B2 +LQ08X003130 Predicted protein 5.712718258 L4_chemical_B3 +LQ08X003130 Predicted protein 5.283356788 L4_chemical_C2 +LQ08X003130 Predicted protein 5.370620367 L4_chemical_C3 +LQ08X003140 Putative uncharacterized protein 6.187346494 C6_control_A1 +LQ08X003140 Putative uncharacterized protein 6.191279053 C6_control_A3 +LQ08X003140 Putative uncharacterized protein 6.321249709 C6_control_B1 +LQ08X003140 Putative uncharacterized protein 6.461566866 C6_control_B2 +LQ08X003140 Putative uncharacterized protein 5.657761576 C6_control_B3 +LQ08X003140 Putative uncharacterized protein 6.634783203 C6_control_C1 +LQ08X003140 Putative uncharacterized protein 6.673122504 C6_control_C2 +LQ08X003140 Putative uncharacterized protein 6.192835613 C6_control_C3 +LQ08X003140 Putative uncharacterized protein 5.689312008 C6_chemical_A1 +LQ08X003140 Putative uncharacterized protein 5.496510331 C6_chemical_A3 +LQ08X003140 Putative uncharacterized protein 6.016358679 C6_chemical_B1 +LQ08X003140 Putative uncharacterized protein 6.539804978 C6_chemical_B2 +LQ08X003140 Putative uncharacterized protein 5.668748749 C6_chemical_B3 +LQ08X003140 Putative uncharacterized protein 6.048232107 C6_chemical_C1 +LQ08X003140 Putative uncharacterized protein 6.302476922 C6_chemical_C2 +LQ08X003140 Putative uncharacterized protein 6.133896991 C6_chemical_C3 +LQ08X003140 Putative uncharacterized protein 5.967158148 L4_control_A1 +LQ08X003140 Putative uncharacterized protein 5.710038411 L4_control_A2 +LQ08X003140 Putative uncharacterized protein 5.339947828 L4_control_A3 +LQ08X003140 Putative uncharacterized protein 5.770083103 L4_control_B1 +LQ08X003140 Putative uncharacterized protein 6.021397541 L4_control_B2 +LQ08X003140 Putative uncharacterized protein 6.156015956 L4_control_B3 +LQ08X003140 Putative uncharacterized protein 5.489527827 L4_control_C2 +LQ08X003140 Putative uncharacterized protein 5.327852027 L4_control_C3 +LQ08X003140 Putative uncharacterized protein 5.753608799 L4_chemical_A1 +LQ08X003140 Putative uncharacterized protein 5.692883371 L4_chemical_A2 +LQ08X003140 Putative uncharacterized protein 5.160457964 L4_chemical_A3 +LQ08X003140 Putative uncharacterized protein 5.837116876 L4_chemical_B1 +LQ08X003140 Putative uncharacterized protein 6.456612232 L4_chemical_B2 +LQ08X003140 Putative uncharacterized protein 5.979112549 L4_chemical_B3 +LQ08X003140 Putative uncharacterized protein 5.485612892 L4_chemical_C2 +LQ08X003140 Putative uncharacterized protein 5.730161738 L4_chemical_C3 +LQ08X003160 BZIP transcription factor bZIP28 7.058018166 C6_control_A1 +LQ08X003160 BZIP transcription factor bZIP28 6.228804577 C6_control_A3 +LQ08X003160 BZIP transcription factor bZIP28 7.002590537 C6_control_B1 +LQ08X003160 BZIP transcription factor bZIP28 6.061398521 C6_control_B2 +LQ08X003160 BZIP transcription factor bZIP28 6.404358014 C6_control_B3 +LQ08X003160 BZIP transcription factor bZIP28 6.018440504 C6_control_C1 +LQ08X003160 BZIP transcription factor bZIP28 5.720570709 C6_control_C2 +LQ08X003160 BZIP transcription factor bZIP28 6.024470499 C6_control_C3 +LQ08X003160 BZIP transcription factor bZIP28 6.832789368 C6_chemical_A1 +LQ08X003160 BZIP transcription factor bZIP28 6.628777421 C6_chemical_A3 +LQ08X003160 BZIP transcription factor bZIP28 6.474245157 C6_chemical_B1 +LQ08X003160 BZIP transcription factor bZIP28 6.119693879 C6_chemical_B2 +LQ08X003160 BZIP transcription factor bZIP28 6.080471938 C6_chemical_B3 +LQ08X003160 BZIP transcription factor bZIP28 5.5414228 C6_chemical_C1 +LQ08X003160 BZIP transcription factor bZIP28 5.550176214 C6_chemical_C2 +LQ08X003160 BZIP transcription factor bZIP28 6.182908878 C6_chemical_C3 +LQ08X003160 BZIP transcription factor bZIP28 6.066802518 L4_control_A1 +LQ08X003160 BZIP transcription factor bZIP28 6.907852672 L4_control_A2 +LQ08X003160 BZIP transcription factor bZIP28 7.029283446 L4_control_A3 +LQ08X003160 BZIP transcription factor bZIP28 7.219761195 L4_control_B1 +LQ08X003160 BZIP transcription factor bZIP28 6.173543909 L4_control_B2 +LQ08X003160 BZIP transcription factor bZIP28 6.464905145 L4_control_B3 +LQ08X003160 BZIP transcription factor bZIP28 5.942921664 L4_control_C2 +LQ08X003160 BZIP transcription factor bZIP28 5.765812784 L4_control_C3 +LQ08X003160 BZIP transcription factor bZIP28 6.013070843 L4_chemical_A1 +LQ08X003160 BZIP transcription factor bZIP28 7.286265477 L4_chemical_A2 +LQ08X003160 BZIP transcription factor bZIP28 7.16000592 L4_chemical_A3 +LQ08X003160 BZIP transcription factor bZIP28 6.3126591 L4_chemical_B1 +LQ08X003160 BZIP transcription factor bZIP28 6.913809353 L4_chemical_B2 +LQ08X003160 BZIP transcription factor bZIP28 6.53119108 L4_chemical_B3 +LQ08X003160 BZIP transcription factor bZIP28 6.649583519 L4_chemical_C2 +LQ08X003160 BZIP transcription factor bZIP28 5.834612242 L4_chemical_C3 +LQ08X003170 Putative Protein RCC2 homolog 10.49393073 C6_control_A1 +LQ08X003170 Putative Protein RCC2 homolog 11.26994861 C6_control_A3 +LQ08X003170 Putative Protein RCC2 homolog 10.24053292 C6_control_B1 +LQ08X003170 Putative Protein RCC2 homolog 10.16937227 C6_control_B2 +LQ08X003170 Putative Protein RCC2 homolog 10.45381119 C6_control_B3 +LQ08X003170 Putative Protein RCC2 homolog 10.05275688 C6_control_C1 +LQ08X003170 Putative Protein RCC2 homolog 9.920936612 C6_control_C2 +LQ08X003170 Putative Protein RCC2 homolog 10.16287039 C6_control_C3 +LQ08X003170 Putative Protein RCC2 homolog 10.79716373 C6_chemical_A1 +LQ08X003170 Putative Protein RCC2 homolog 10.92245637 C6_chemical_A3 +LQ08X003170 Putative Protein RCC2 homolog 10.35278944 C6_chemical_B1 +LQ08X003170 Putative Protein RCC2 homolog 10.11271364 C6_chemical_B2 +LQ08X003170 Putative Protein RCC2 homolog 10.39371839 C6_chemical_B3 +LQ08X003170 Putative Protein RCC2 homolog 9.835190446 C6_chemical_C1 +LQ08X003170 Putative Protein RCC2 homolog 10.0220728 C6_chemical_C2 +LQ08X003170 Putative Protein RCC2 homolog 9.962663004 C6_chemical_C3 +LQ08X003170 Putative Protein RCC2 homolog 10.88908744 L4_control_A1 +LQ08X003170 Putative Protein RCC2 homolog 10.85596509 L4_control_A2 +LQ08X003170 Putative Protein RCC2 homolog 11.72014441 L4_control_A3 +LQ08X003170 Putative Protein RCC2 homolog 10.19469686 L4_control_B1 +LQ08X003170 Putative Protein RCC2 homolog 11.08456004 L4_control_B2 +LQ08X003170 Putative Protein RCC2 homolog 10.13889251 L4_control_B3 +LQ08X003170 Putative Protein RCC2 homolog 10.46194414 L4_control_C2 +LQ08X003170 Putative Protein RCC2 homolog 10.73730654 L4_control_C3 +LQ08X003170 Putative Protein RCC2 homolog 9.931664533 L4_chemical_A1 +LQ08X003170 Putative Protein RCC2 homolog 10.45193723 L4_chemical_A2 +LQ08X003170 Putative Protein RCC2 homolog 11.06866386 L4_chemical_A3 +LQ08X003170 Putative Protein RCC2 homolog 10.38892504 L4_chemical_B1 +LQ08X003170 Putative Protein RCC2 homolog 10.44064021 L4_chemical_B2 +LQ08X003170 Putative Protein RCC2 homolog 10.40180866 L4_chemical_B3 +LQ08X003170 Putative Protein RCC2 homolog 10.14401525 L4_chemical_C2 +LQ08X003170 Putative Protein RCC2 homolog 10.39738163 L4_chemical_C3 +LQ08X003180 Putative Cytochrome P450 71B36 5.035988093 C6_control_A1 +LQ08X003180 Putative Cytochrome P450 71B36 4.89727896 C6_control_A3 +LQ08X003180 Putative Cytochrome P450 71B36 5.116230819 C6_control_B1 +LQ08X003180 Putative Cytochrome P450 71B36 4.900445747 C6_control_B2 +LQ08X003180 Putative Cytochrome P450 71B36 5.481533669 C6_control_B3 +LQ08X003180 Putative Cytochrome P450 71B36 5.332661639 C6_control_C1 +LQ08X003180 Putative Cytochrome P450 71B36 4.809651571 C6_control_C2 +LQ08X003180 Putative Cytochrome P450 71B36 5.208584114 C6_control_C3 +LQ08X003180 Putative Cytochrome P450 71B36 5.25217035 C6_chemical_A1 +LQ08X003180 Putative Cytochrome P450 71B36 4.908291893 C6_chemical_A3 +LQ08X003180 Putative Cytochrome P450 71B36 5.502817391 C6_chemical_B1 +LQ08X003180 Putative Cytochrome P450 71B36 5.066469616 C6_chemical_B2 +LQ08X003180 Putative Cytochrome P450 71B36 5.451120838 C6_chemical_B3 +LQ08X003180 Putative Cytochrome P450 71B36 5.114681383 C6_chemical_C1 +LQ08X003180 Putative Cytochrome P450 71B36 4.950674832 C6_chemical_C2 +LQ08X003180 Putative Cytochrome P450 71B36 5.166655569 C6_chemical_C3 +LQ08X003180 Putative Cytochrome P450 71B36 5.014112376 L4_control_A1 +LQ08X003180 Putative Cytochrome P450 71B36 4.880306768 L4_control_A2 +LQ08X003180 Putative Cytochrome P450 71B36 4.683020827 L4_control_A3 +LQ08X003180 Putative Cytochrome P450 71B36 5.140511027 L4_control_B1 +LQ08X003180 Putative Cytochrome P450 71B36 5.5149822 L4_control_B2 +LQ08X003180 Putative Cytochrome P450 71B36 5.061080004 L4_control_B3 +LQ08X003180 Putative Cytochrome P450 71B36 5.738322603 L4_control_C2 +LQ08X003180 Putative Cytochrome P450 71B36 6.044081245 L4_control_C3 +LQ08X003180 Putative Cytochrome P450 71B36 5.076849147 L4_chemical_A1 +LQ08X003180 Putative Cytochrome P450 71B36 5.015559875 L4_chemical_A2 +LQ08X003180 Putative Cytochrome P450 71B36 4.915562528 L4_chemical_A3 +LQ08X003180 Putative Cytochrome P450 71B36 5.105721503 L4_chemical_B1 +LQ08X003180 Putative Cytochrome P450 71B36 5.302369658 L4_chemical_B2 +LQ08X003180 Putative Cytochrome P450 71B36 5.116359933 L4_chemical_B3 +LQ08X003180 Putative Cytochrome P450 71B36 5.576577566 L4_chemical_C2 +LQ08X003180 Putative Cytochrome P450 71B36 5.437378014 L4_chemical_C3 +LQ08X003240 Hypothetical protein 5.208065421 C6_control_A1 +LQ08X003240 Hypothetical protein 5.482897603 C6_control_A3 +LQ08X003240 Hypothetical protein 4.809623283 C6_control_B1 +LQ08X003240 Hypothetical protein 4.941896158 C6_control_B2 +LQ08X003240 Hypothetical protein 5.278602994 C6_control_B3 +LQ08X003240 Hypothetical protein 5.118871574 C6_control_C1 +LQ08X003240 Hypothetical protein 4.840914791 C6_control_C2 +LQ08X003240 Hypothetical protein 4.955799926 C6_control_C3 +LQ08X003240 Hypothetical protein 4.97281011 C6_chemical_A1 +LQ08X003240 Hypothetical protein 5.351883371 C6_chemical_A3 +LQ08X003240 Hypothetical protein 5.238760967 C6_chemical_B1 +LQ08X003240 Hypothetical protein 4.930339913 C6_chemical_B2 +LQ08X003240 Hypothetical protein 5.203676223 C6_chemical_B3 +LQ08X003240 Hypothetical protein 5.076526906 C6_chemical_C1 +LQ08X003240 Hypothetical protein 4.999101178 C6_chemical_C2 +LQ08X003240 Hypothetical protein 5.259098025 C6_chemical_C3 +LQ08X003240 Hypothetical protein 4.951073843 L4_control_A1 +LQ08X003240 Hypothetical protein 5.000273921 L4_control_A2 +LQ08X003240 Hypothetical protein 5.148452491 L4_control_A3 +LQ08X003240 Hypothetical protein 4.666975205 L4_control_B1 +LQ08X003240 Hypothetical protein 5.515591901 L4_control_B2 +LQ08X003240 Hypothetical protein 5.501407572 L4_control_B3 +LQ08X003240 Hypothetical protein 5.113519432 L4_control_C2 +LQ08X003240 Hypothetical protein 5.283743527 L4_control_C3 +LQ08X003240 Hypothetical protein 5.275707286 L4_chemical_A1 +LQ08X003240 Hypothetical protein 4.959962472 L4_chemical_A2 +LQ08X003240 Hypothetical protein 5.084321469 L4_chemical_A3 +LQ08X003240 Hypothetical protein 4.725510955 L4_chemical_B1 +LQ08X003240 Hypothetical protein 5.118967387 L4_chemical_B2 +LQ08X003240 Hypothetical protein 5.141206456 L4_chemical_B3 +LQ08X003240 Hypothetical protein 5.301607557 L4_chemical_C2 +LQ08X003240 Hypothetical protein 5.728544354 L4_chemical_C3 +LQ08X003270 Cytochrome P450 83B1 5.092426162 C6_control_A1 +LQ08X003270 Cytochrome P450 83B1 5.610652954 C6_control_A3 +LQ08X003270 Cytochrome P450 83B1 4.846086093 C6_control_B1 +LQ08X003270 Cytochrome P450 83B1 6.044440623 C6_control_B2 +LQ08X003270 Cytochrome P450 83B1 5.036952826 C6_control_B3 +LQ08X003270 Cytochrome P450 83B1 8.229968474 C6_control_C1 +LQ08X003270 Cytochrome P450 83B1 8.224139966 C6_control_C2 +LQ08X003270 Cytochrome P450 83B1 8.436639366 C6_control_C3 +LQ08X003270 Cytochrome P450 83B1 4.97941744 C6_chemical_A1 +LQ08X003270 Cytochrome P450 83B1 7.024301636 C6_chemical_A3 +LQ08X003270 Cytochrome P450 83B1 4.801049283 C6_chemical_B1 +LQ08X003270 Cytochrome P450 83B1 6.284867752 C6_chemical_B2 +LQ08X003270 Cytochrome P450 83B1 4.66407149 C6_chemical_B3 +LQ08X003270 Cytochrome P450 83B1 8.142554455 C6_chemical_C1 +LQ08X003270 Cytochrome P450 83B1 8.345561948 C6_chemical_C2 +LQ08X003270 Cytochrome P450 83B1 8.466773508 C6_chemical_C3 +LQ08X003270 Cytochrome P450 83B1 7.268417741 L4_control_A1 +LQ08X003270 Cytochrome P450 83B1 6.85767563 L4_control_A2 +LQ08X003270 Cytochrome P450 83B1 5.37694698 L4_control_A3 +LQ08X003270 Cytochrome P450 83B1 5.20959883 L4_control_B1 +LQ08X003270 Cytochrome P450 83B1 6.047276105 L4_control_B2 +LQ08X003270 Cytochrome P450 83B1 5.487983766 L4_control_B3 +LQ08X003270 Cytochrome P450 83B1 5.156953926 L4_control_C2 +LQ08X003270 Cytochrome P450 83B1 5.437010388 L4_control_C3 +LQ08X003270 Cytochrome P450 83B1 7.297864287 L4_chemical_A1 +LQ08X003270 Cytochrome P450 83B1 6.179188554 L4_chemical_A2 +LQ08X003270 Cytochrome P450 83B1 5.637130827 L4_chemical_A3 +LQ08X003270 Cytochrome P450 83B1 4.886690107 L4_chemical_B1 +LQ08X003270 Cytochrome P450 83B1 5.203449055 L4_chemical_B2 +LQ08X003270 Cytochrome P450 83B1 6.136559715 L4_chemical_B3 +LQ08X003270 Cytochrome P450 83B1 4.95876946 L4_chemical_C2 +LQ08X003270 Cytochrome P450 83B1 4.989753516 L4_chemical_C3 +LQ08X003280 Hypothetical protein 5.704253537 C6_control_A1 +LQ08X003280 Hypothetical protein 5.641855908 C6_control_A3 +LQ08X003280 Hypothetical protein 5.275830568 C6_control_B1 +LQ08X003280 Hypothetical protein 5.400265134 C6_control_B2 +LQ08X003280 Hypothetical protein 6.029244007 C6_control_B3 +LQ08X003280 Hypothetical protein 5.603426127 C6_control_C1 +LQ08X003280 Hypothetical protein 5.43677867 C6_control_C2 +LQ08X003280 Hypothetical protein 6.04439105 C6_control_C3 +LQ08X003280 Hypothetical protein 5.918840655 C6_chemical_A1 +LQ08X003280 Hypothetical protein 5.372010158 C6_chemical_A3 +LQ08X003280 Hypothetical protein 6.234252297 C6_chemical_B1 +LQ08X003280 Hypothetical protein 5.415086653 C6_chemical_B2 +LQ08X003280 Hypothetical protein 6.731579231 C6_chemical_B3 +LQ08X003280 Hypothetical protein 5.507359481 C6_chemical_C1 +LQ08X003280 Hypothetical protein 5.576187543 C6_chemical_C2 +LQ08X003280 Hypothetical protein 5.741090428 C6_chemical_C3 +LQ08X003280 Hypothetical protein 6.251500539 L4_control_A1 +LQ08X003280 Hypothetical protein 6.540014893 L4_control_A2 +LQ08X003280 Hypothetical protein 6.47332805 L4_control_A3 +LQ08X003280 Hypothetical protein 7.877129072 L4_control_B1 +LQ08X003280 Hypothetical protein 6.530733748 L4_control_B2 +LQ08X003280 Hypothetical protein 6.138979095 L4_control_B3 +LQ08X003280 Hypothetical protein 7.858175884 L4_control_C2 +LQ08X003280 Hypothetical protein 6.816513788 L4_control_C3 +LQ08X003280 Hypothetical protein 6.677803497 L4_chemical_A1 +LQ08X003280 Hypothetical protein 6.633764567 L4_chemical_A2 +LQ08X003280 Hypothetical protein 6.995476177 L4_chemical_A3 +LQ08X003280 Hypothetical protein 6.976970575 L4_chemical_B1 +LQ08X003280 Hypothetical protein 6.163050803 L4_chemical_B2 +LQ08X003280 Hypothetical protein 6.122307318 L4_chemical_B3 +LQ08X003280 Hypothetical protein 7.644874857 L4_chemical_C2 +LQ08X003280 Hypothetical protein 7.951611233 L4_chemical_C3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.88094971 C6_control_A1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.53534682 C6_control_A3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.5585905 C6_control_B1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.29119847 C6_control_B2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.306296 C6_control_B3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.213947999 C6_control_C1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.57535427 C6_control_C2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 8.60370365 C6_control_C3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.83695186 C6_chemical_A1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.98631862 C6_chemical_A3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.27614906 C6_chemical_B1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.78691989 C6_chemical_B2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.02782798 C6_chemical_B3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.398242949 C6_chemical_C1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.376897246 C6_chemical_C2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.02453964 C6_chemical_C3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.46652076 L4_control_A1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.60232387 L4_control_A2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 12.02224282 L4_control_A3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.21880716 L4_control_B1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.31074881 L4_control_B2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.98076516 L4_control_B3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.027448848 L4_control_C2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.645802848 L4_control_C3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.80553245 L4_chemical_A1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.97010846 L4_chemical_A2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.89918722 L4_chemical_A3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.26599973 L4_chemical_B1 +LQ08X003310 Putative Protein IQ-DOMAIN 32 10.88969676 L4_chemical_B2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.14403841 L4_chemical_B3 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.304919486 L4_chemical_C2 +LQ08X003310 Putative Protein IQ-DOMAIN 32 9.502460331 L4_chemical_C3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.845257399 C6_control_A1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.728585957 C6_control_A3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 6.134542128 C6_control_B1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.989647247 C6_control_B2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.886276738 C6_control_B3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.81448789 C6_control_C1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.9884639 C6_control_C2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.847859112 C6_control_C3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.866841781 C6_chemical_A1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.797920467 C6_chemical_A3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.909887711 C6_chemical_B1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.866986055 C6_chemical_B2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.711164665 C6_chemical_B3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.829654646 C6_chemical_C1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 6.055135928 C6_chemical_C2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 6.390374782 C6_chemical_C3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.733243634 L4_control_A1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 6.001657605 L4_control_A2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.654967048 L4_control_A3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.32369164 L4_control_B1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 6.045967352 L4_control_B2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.880122999 L4_control_B3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.574035723 L4_control_C2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.582319319 L4_control_C3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.361540827 L4_chemical_A1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.848450755 L4_chemical_A2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.348496596 L4_chemical_A3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.889753795 L4_chemical_B1 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.943150005 L4_chemical_B2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 6.026902131 L4_chemical_B3 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 6.194297692 L4_chemical_C2 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.879727711 L4_chemical_C3 +LQ08X003330 Predicted protein 13.23495571 C6_control_A1 +LQ08X003330 Predicted protein 13.88529434 C6_control_A3 +LQ08X003330 Predicted protein 12.83481638 C6_control_B1 +LQ08X003330 Predicted protein 12.81745416 C6_control_B2 +LQ08X003330 Predicted protein 12.50831124 C6_control_B3 +LQ08X003330 Predicted protein 11.93440521 C6_control_C1 +LQ08X003330 Predicted protein 12.42740915 C6_control_C2 +LQ08X003330 Predicted protein 12.14679679 C6_control_C3 +LQ08X003330 Predicted protein 13.07969845 C6_chemical_A1 +LQ08X003330 Predicted protein 13.67305287 C6_chemical_A3 +LQ08X003330 Predicted protein 12.36146484 C6_chemical_B1 +LQ08X003330 Predicted protein 12.28001782 C6_chemical_B2 +LQ08X003330 Predicted protein 12.089996 C6_chemical_B3 +LQ08X003330 Predicted protein 11.81578349 C6_chemical_C1 +LQ08X003330 Predicted protein 11.94998147 C6_chemical_C2 +LQ08X003330 Predicted protein 11.15870768 C6_chemical_C3 +LQ08X003330 Predicted protein 13.34113792 L4_control_A1 +LQ08X003330 Predicted protein 12.91588877 L4_control_A2 +LQ08X003330 Predicted protein 13.02494272 L4_control_A3 +LQ08X003330 Predicted protein 12.15171828 L4_control_B1 +LQ08X003330 Predicted protein 12.11890342 L4_control_B2 +LQ08X003330 Predicted protein 12.114985 L4_control_B3 +LQ08X003330 Predicted protein 13.07347734 L4_control_C2 +LQ08X003330 Predicted protein 12.16283262 L4_control_C3 +LQ08X003330 Predicted protein 12.90833926 L4_chemical_A1 +LQ08X003330 Predicted protein 12.44123226 L4_chemical_A2 +LQ08X003330 Predicted protein 12.71044787 L4_chemical_A3 +LQ08X003330 Predicted protein 12.59613967 L4_chemical_B1 +LQ08X003330 Predicted protein 12.49229895 L4_chemical_B2 +LQ08X003330 Predicted protein 12.21147228 L4_chemical_B3 +LQ08X003330 Predicted protein 12.97324893 L4_chemical_C2 +LQ08X003330 Predicted protein 12.22167989 L4_chemical_C3 +LQ08X003340 Putative uncharacterized protein 5.463289356 C6_control_A1 +LQ08X003340 Putative uncharacterized protein 5.48981447 C6_control_A3 +LQ08X003340 Putative uncharacterized protein 5.43720937 C6_control_B1 +LQ08X003340 Putative uncharacterized protein 5.576829339 C6_control_B2 +LQ08X003340 Putative uncharacterized protein 5.20895884 C6_control_B3 +LQ08X003340 Putative uncharacterized protein 5.177079099 C6_control_C1 +LQ08X003340 Putative uncharacterized protein 5.919517124 C6_control_C2 +LQ08X003340 Putative uncharacterized protein 5.553931004 C6_control_C3 +LQ08X003340 Putative uncharacterized protein 5.303603091 C6_chemical_A1 +LQ08X003340 Putative uncharacterized protein 5.317446192 C6_chemical_A3 +LQ08X003340 Putative uncharacterized protein 5.667960113 C6_chemical_B1 +LQ08X003340 Putative uncharacterized protein 5.538408647 C6_chemical_B2 +LQ08X003340 Putative uncharacterized protein 5.758322373 C6_chemical_B3 +LQ08X003340 Putative uncharacterized protein 5.255897005 C6_chemical_C1 +LQ08X003340 Putative uncharacterized protein 5.566596111 C6_chemical_C2 +LQ08X003340 Putative uncharacterized protein 5.954355356 C6_chemical_C3 +LQ08X003340 Putative uncharacterized protein 5.37473272 L4_control_A1 +LQ08X003340 Putative uncharacterized protein 5.280546429 L4_control_A2 +LQ08X003340 Putative uncharacterized protein 5.428992773 L4_control_A3 +LQ08X003340 Putative uncharacterized protein 4.855772684 L4_control_B1 +LQ08X003340 Putative uncharacterized protein 5.348183671 L4_control_B2 +LQ08X003340 Putative uncharacterized protein 5.468474263 L4_control_B3 +LQ08X003340 Putative uncharacterized protein 5.514131375 L4_control_C2 +LQ08X003340 Putative uncharacterized protein 5.551287261 L4_control_C3 +LQ08X003340 Putative uncharacterized protein 6.189077109 L4_chemical_A1 +LQ08X003340 Putative uncharacterized protein 5.392569664 L4_chemical_A2 +LQ08X003340 Putative uncharacterized protein 4.970933612 L4_chemical_A3 +LQ08X003340 Putative uncharacterized protein 5.238207834 L4_chemical_B1 +LQ08X003340 Putative uncharacterized protein 5.956187582 L4_chemical_B2 +LQ08X003340 Putative uncharacterized protein 5.661067056 L4_chemical_B3 +LQ08X003340 Putative uncharacterized protein 5.325977421 L4_chemical_C2 +LQ08X003340 Putative uncharacterized protein 5.248971161 L4_chemical_C3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.85459608 C6_control_A1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.15138657 C6_control_A3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.81919756 C6_control_B1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.76183428 C6_control_B2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.85311544 C6_control_B3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.27756617 C6_control_C1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.17211309 C6_control_C2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.33141912 C6_control_C3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.73717183 C6_chemical_A1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.02591869 C6_chemical_A3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.71868448 C6_chemical_B1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.74807584 C6_chemical_B2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.71471246 C6_chemical_B3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.32012244 C6_chemical_C1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.27368823 C6_chemical_C2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.98339672 C6_chemical_C3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.86602725 L4_control_A1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.00562329 L4_control_A2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.99564873 L4_control_A3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.77610978 L4_control_B1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.69221807 L4_control_B2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.96350857 L4_control_B3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.74540511 L4_control_C2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.29677646 L4_control_C3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.17044638 L4_chemical_A1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.06805211 L4_chemical_A2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.84822687 L4_chemical_A3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.88527481 L4_chemical_B1 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.68268357 L4_chemical_B2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.02294126 L4_chemical_B3 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.91676067 L4_chemical_C2 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 12.26144412 L4_chemical_C3 +LQ08X003360 Predicted protein 5.784542547 C6_control_A1 +LQ08X003360 Predicted protein 5.770436111 C6_control_A3 +LQ08X003360 Predicted protein 6.005016159 C6_control_B1 +LQ08X003360 Predicted protein 5.680647117 C6_control_B2 +LQ08X003360 Predicted protein 5.42101036 C6_control_B3 +LQ08X003360 Predicted protein 5.698679003 C6_control_C1 +LQ08X003360 Predicted protein 5.594581829 C6_control_C2 +LQ08X003360 Predicted protein 5.347678464 C6_control_C3 +LQ08X003360 Predicted protein 5.338090592 C6_chemical_A1 +LQ08X003360 Predicted protein 5.328278003 C6_chemical_A3 +LQ08X003360 Predicted protein 6.135769925 C6_chemical_B1 +LQ08X003360 Predicted protein 5.935183915 C6_chemical_B2 +LQ08X003360 Predicted protein 5.383746721 C6_chemical_B3 +LQ08X003360 Predicted protein 5.390818083 C6_chemical_C1 +LQ08X003360 Predicted protein 5.696795428 C6_chemical_C2 +LQ08X003360 Predicted protein 5.517346273 C6_chemical_C3 +LQ08X003360 Predicted protein 5.491860994 L4_control_A1 +LQ08X003360 Predicted protein 5.697726427 L4_control_A2 +LQ08X003360 Predicted protein 5.206748858 L4_control_A3 +LQ08X003360 Predicted protein 5.532045515 L4_control_B1 +LQ08X003360 Predicted protein 5.548136243 L4_control_B2 +LQ08X003360 Predicted protein 5.654345207 L4_control_B3 +LQ08X003360 Predicted protein 5.442522723 L4_control_C2 +LQ08X003360 Predicted protein 5.73531632 L4_control_C3 +LQ08X003360 Predicted protein 5.406171767 L4_chemical_A1 +LQ08X003360 Predicted protein 5.3910524 L4_chemical_A2 +LQ08X003360 Predicted protein 5.345730847 L4_chemical_A3 +LQ08X003360 Predicted protein 5.362934085 L4_chemical_B1 +LQ08X003360 Predicted protein 5.525129044 L4_chemical_B2 +LQ08X003360 Predicted protein 5.61942926 L4_chemical_B3 +LQ08X003360 Predicted protein 5.326187361 L4_chemical_C2 +LQ08X003360 Predicted protein 5.924562557 L4_chemical_C3 +LQ08X003370 Auxin response factor 5 5.771023465 C6_control_A1 +LQ08X003370 Auxin response factor 5 5.475518225 C6_control_A3 +LQ08X003370 Auxin response factor 5 5.930229105 C6_control_B1 +LQ08X003370 Auxin response factor 5 6.126158105 C6_control_B2 +LQ08X003370 Auxin response factor 5 5.450815196 C6_control_B3 +LQ08X003370 Auxin response factor 5 6.394816971 C6_control_C1 +LQ08X003370 Auxin response factor 5 5.55355079 C6_control_C2 +LQ08X003370 Auxin response factor 5 6.035253846 C6_control_C3 +LQ08X003370 Auxin response factor 5 5.608984378 C6_chemical_A1 +LQ08X003370 Auxin response factor 5 5.575790285 C6_chemical_A3 +LQ08X003370 Auxin response factor 5 6.34584653 C6_chemical_B1 +LQ08X003370 Auxin response factor 5 6.149220876 C6_chemical_B2 +LQ08X003370 Auxin response factor 5 5.667130551 C6_chemical_B3 +LQ08X003370 Auxin response factor 5 6.529674261 C6_chemical_C1 +LQ08X003370 Auxin response factor 5 6.156401387 C6_chemical_C2 +LQ08X003370 Auxin response factor 5 6.42021219 C6_chemical_C3 +LQ08X003370 Auxin response factor 5 6.045787543 L4_control_A1 +LQ08X003370 Auxin response factor 5 5.566905184 L4_control_A2 +LQ08X003370 Auxin response factor 5 5.567798884 L4_control_A3 +LQ08X003370 Auxin response factor 5 5.584424883 L4_control_B1 +LQ08X003370 Auxin response factor 5 5.549000815 L4_control_B2 +LQ08X003370 Auxin response factor 5 5.512779749 L4_control_B3 +LQ08X003370 Auxin response factor 5 5.585626813 L4_control_C2 +LQ08X003370 Auxin response factor 5 5.511007519 L4_control_C3 +LQ08X003370 Auxin response factor 5 5.722505143 L4_chemical_A1 +LQ08X003370 Auxin response factor 5 5.416469263 L4_chemical_A2 +LQ08X003370 Auxin response factor 5 5.595993654 L4_chemical_A3 +LQ08X003370 Auxin response factor 5 5.364512056 L4_chemical_B1 +LQ08X003370 Auxin response factor 5 5.651008417 L4_chemical_B2 +LQ08X003370 Auxin response factor 5 5.423519687 L4_chemical_B3 +LQ08X003370 Auxin response factor 5 5.610176777 L4_chemical_C2 +LQ08X003370 Auxin response factor 5 5.709270294 L4_chemical_C3 +LQ08X003390 Filament-like plant protein 4 5.023199022 C6_control_A1 +LQ08X003390 Filament-like plant protein 4 4.88732268 C6_control_A3 +LQ08X003390 Filament-like plant protein 4 5.313313429 C6_control_B1 +LQ08X003390 Filament-like plant protein 4 5.131883565 C6_control_B2 +LQ08X003390 Filament-like plant protein 4 5.108193973 C6_control_B3 +LQ08X003390 Filament-like plant protein 4 5.254224594 C6_control_C1 +LQ08X003390 Filament-like plant protein 4 5.009117539 C6_control_C2 +LQ08X003390 Filament-like plant protein 4 5.313994418 C6_control_C3 +LQ08X003390 Filament-like plant protein 4 5.593109867 C6_chemical_A1 +LQ08X003390 Filament-like plant protein 4 5.240673289 C6_chemical_A3 +LQ08X003390 Filament-like plant protein 4 5.467364217 C6_chemical_B1 +LQ08X003390 Filament-like plant protein 4 5.294130252 C6_chemical_B2 +LQ08X003390 Filament-like plant protein 4 5.418157155 C6_chemical_B3 +LQ08X003390 Filament-like plant protein 4 4.935063441 C6_chemical_C1 +LQ08X003390 Filament-like plant protein 4 5.180471766 C6_chemical_C2 +LQ08X003390 Filament-like plant protein 4 5.39436199 C6_chemical_C3 +LQ08X003390 Filament-like plant protein 4 5.135379261 L4_control_A1 +LQ08X003390 Filament-like plant protein 4 5.235402585 L4_control_A2 +LQ08X003390 Filament-like plant protein 4 5.454435497 L4_control_A3 +LQ08X003390 Filament-like plant protein 4 5.000446818 L4_control_B1 +LQ08X003390 Filament-like plant protein 4 5.2760655 L4_control_B2 +LQ08X003390 Filament-like plant protein 4 5.200141956 L4_control_B3 +LQ08X003390 Filament-like plant protein 4 5.549496146 L4_control_C2 +LQ08X003390 Filament-like plant protein 4 5.37506449 L4_control_C3 +LQ08X003390 Filament-like plant protein 4 6.039357684 L4_chemical_A1 +LQ08X003390 Filament-like plant protein 4 5.530249726 L4_chemical_A2 +LQ08X003390 Filament-like plant protein 4 6.131233843 L4_chemical_A3 +LQ08X003390 Filament-like plant protein 4 4.965627844 L4_chemical_B1 +LQ08X003390 Filament-like plant protein 4 5.13516837 L4_chemical_B2 +LQ08X003390 Filament-like plant protein 4 5.515443994 L4_chemical_B3 +LQ08X003390 Filament-like plant protein 4 5.441904573 L4_chemical_C2 +LQ08X003390 Filament-like plant protein 4 5.300938807 L4_chemical_C3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.76097694 C6_control_A1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.59496012 C6_control_A3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.21056012 C6_control_B1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.492689812 C6_control_B2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.101401621 C6_control_B3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.908978764 C6_control_C1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.112403317 C6_control_C2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 8.122453726 C6_control_C3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.20943856 C6_chemical_A1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.38147682 C6_chemical_A3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.73104479 C6_chemical_B1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.751601432 C6_chemical_B2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 8.770898759 C6_chemical_B3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.22547462 C6_chemical_C1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.446983686 C6_chemical_C2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 8.238650491 C6_chemical_C3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.81552322 L4_control_A1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.58327388 L4_control_A2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.87449412 L4_control_A3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.682263794 L4_control_B1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.34847075 L4_control_B2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 8.380236253 L4_control_B3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 8.993701667 L4_control_C2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 8.257290281 L4_control_C3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.782507002 L4_chemical_A1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.984093927 L4_chemical_A2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.68073777 L4_chemical_A3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.689174291 L4_chemical_B1 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.820862445 L4_chemical_B2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 9.348993904 L4_chemical_B3 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 8.778513026 L4_chemical_C2 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 8.155345828 L4_chemical_C3 +LQ08X003420 5-3 exoribonuclease 3 8.738101467 C6_control_A1 +LQ08X003420 5-3 exoribonuclease 3 8.245670171 C6_control_A3 +LQ08X003420 5-3 exoribonuclease 3 8.760497709 C6_control_B1 +LQ08X003420 5-3 exoribonuclease 3 8.364453943 C6_control_B2 +LQ08X003420 5-3 exoribonuclease 3 8.604267156 C6_control_B3 +LQ08X003420 5-3 exoribonuclease 3 8.908884311 C6_control_C1 +LQ08X003420 5-3 exoribonuclease 3 8.55480093 C6_control_C2 +LQ08X003420 5-3 exoribonuclease 3 8.829276004 C6_control_C3 +LQ08X003420 5-3 exoribonuclease 3 8.638563429 C6_chemical_A1 +LQ08X003420 5-3 exoribonuclease 3 8.996241617 C6_chemical_A3 +LQ08X003420 5-3 exoribonuclease 3 8.766869307 C6_chemical_B1 +LQ08X003420 5-3 exoribonuclease 3 8.509364622 C6_chemical_B2 +LQ08X003420 5-3 exoribonuclease 3 8.989708608 C6_chemical_B3 +LQ08X003420 5-3 exoribonuclease 3 8.928291136 C6_chemical_C1 +LQ08X003420 5-3 exoribonuclease 3 8.831801504 C6_chemical_C2 +LQ08X003420 5-3 exoribonuclease 3 9.060180132 C6_chemical_C3 +LQ08X003420 5-3 exoribonuclease 3 9.013975756 L4_control_A1 +LQ08X003420 5-3 exoribonuclease 3 8.767560771 L4_control_A2 +LQ08X003420 5-3 exoribonuclease 3 10.0023611 L4_control_A3 +LQ08X003420 5-3 exoribonuclease 3 8.572920569 L4_control_B1 +LQ08X003420 5-3 exoribonuclease 3 9.192392428 L4_control_B2 +LQ08X003420 5-3 exoribonuclease 3 9.52113038 L4_control_B3 +LQ08X003420 5-3 exoribonuclease 3 9.210191805 L4_control_C2 +LQ08X003420 5-3 exoribonuclease 3 10.18943065 L4_control_C3 +LQ08X003420 5-3 exoribonuclease 3 8.631120695 L4_chemical_A1 +LQ08X003420 5-3 exoribonuclease 3 8.301369909 L4_chemical_A2 +LQ08X003420 5-3 exoribonuclease 3 9.705195544 L4_chemical_A3 +LQ08X003420 5-3 exoribonuclease 3 8.237253459 L4_chemical_B1 +LQ08X003420 5-3 exoribonuclease 3 8.180385305 L4_chemical_B2 +LQ08X003420 5-3 exoribonuclease 3 9.012443338 L4_chemical_B3 +LQ08X003420 5-3 exoribonuclease 3 8.310598489 L4_chemical_C2 +LQ08X003420 5-3 exoribonuclease 3 9.659905207 L4_chemical_C3 +LQ08X003430 UPF0717 protein At5g11950 12.53383585 C6_control_A1 +LQ08X003430 UPF0717 protein At5g11950 11.89057648 C6_control_A3 +LQ08X003430 UPF0717 protein At5g11950 12.54756332 C6_control_B1 +LQ08X003430 UPF0717 protein At5g11950 10.95512773 C6_control_B2 +LQ08X003430 UPF0717 protein At5g11950 11.96149358 C6_control_B3 +LQ08X003430 UPF0717 protein At5g11950 10.60983303 C6_control_C1 +LQ08X003430 UPF0717 protein At5g11950 9.039252091 C6_control_C2 +LQ08X003430 UPF0717 protein At5g11950 10.07808191 C6_control_C3 +LQ08X003430 UPF0717 protein At5g11950 12.25083336 C6_chemical_A1 +LQ08X003430 UPF0717 protein At5g11950 12.3671365 C6_chemical_A3 +LQ08X003430 UPF0717 protein At5g11950 11.86127762 C6_chemical_B1 +LQ08X003430 UPF0717 protein At5g11950 10.75972925 C6_chemical_B2 +LQ08X003430 UPF0717 protein At5g11950 12.04447882 C6_chemical_B3 +LQ08X003430 UPF0717 protein At5g11950 10.2284016 C6_chemical_C1 +LQ08X003430 UPF0717 protein At5g11950 8.876455098 C6_chemical_C2 +LQ08X003430 UPF0717 protein At5g11950 9.251403221 C6_chemical_C3 +LQ08X003430 UPF0717 protein At5g11950 12.08030127 L4_control_A1 +LQ08X003430 UPF0717 protein At5g11950 11.87641502 L4_control_A2 +LQ08X003430 UPF0717 protein At5g11950 11.50061949 L4_control_A3 +LQ08X003430 UPF0717 protein At5g11950 11.97252159 L4_control_B1 +LQ08X003430 UPF0717 protein At5g11950 12.53747481 L4_control_B2 +LQ08X003430 UPF0717 protein At5g11950 10.87512952 L4_control_B3 +LQ08X003430 UPF0717 protein At5g11950 10.77778005 L4_control_C2 +LQ08X003430 UPF0717 protein At5g11950 10.52254126 L4_control_C3 +LQ08X003430 UPF0717 protein At5g11950 12.66472654 L4_chemical_A1 +LQ08X003430 UPF0717 protein At5g11950 13.01709787 L4_chemical_A2 +LQ08X003430 UPF0717 protein At5g11950 12.03821726 L4_chemical_A3 +LQ08X003430 UPF0717 protein At5g11950 12.91802579 L4_chemical_B1 +LQ08X003430 UPF0717 protein At5g11950 12.53362472 L4_chemical_B2 +LQ08X003430 UPF0717 protein At5g11950 11.56210105 L4_chemical_B3 +LQ08X003430 UPF0717 protein At5g11950 10.7230946 L4_chemical_C2 +LQ08X003430 UPF0717 protein At5g11950 9.894580184 L4_chemical_C3 +LQ08X003440 Endoglucanase 2 7.803530935 C6_control_A1 +LQ08X003440 Endoglucanase 2 7.391566187 C6_control_A3 +LQ08X003440 Endoglucanase 2 8.216353492 C6_control_B1 +LQ08X003440 Endoglucanase 2 8.331651025 C6_control_B2 +LQ08X003440 Endoglucanase 2 8.164085774 C6_control_B3 +LQ08X003440 Endoglucanase 2 6.394936672 C6_control_C1 +LQ08X003440 Endoglucanase 2 6.58197211 C6_control_C2 +LQ08X003440 Endoglucanase 2 6.244188708 C6_control_C3 +LQ08X003440 Endoglucanase 2 8.013264357 C6_chemical_A1 +LQ08X003440 Endoglucanase 2 8.054846021 C6_chemical_A3 +LQ08X003440 Endoglucanase 2 8.717711241 C6_chemical_B1 +LQ08X003440 Endoglucanase 2 8.426245577 C6_chemical_B2 +LQ08X003440 Endoglucanase 2 8.213492447 C6_chemical_B3 +LQ08X003440 Endoglucanase 2 6.14536778 C6_chemical_C1 +LQ08X003440 Endoglucanase 2 6.019898927 C6_chemical_C2 +LQ08X003440 Endoglucanase 2 5.92256623 C6_chemical_C3 +LQ08X003440 Endoglucanase 2 8.147046205 L4_control_A1 +LQ08X003440 Endoglucanase 2 7.786578007 L4_control_A2 +LQ08X003440 Endoglucanase 2 7.795965765 L4_control_A3 +LQ08X003440 Endoglucanase 2 8.29002834 L4_control_B1 +LQ08X003440 Endoglucanase 2 8.233430226 L4_control_B2 +LQ08X003440 Endoglucanase 2 8.789571851 L4_control_B3 +LQ08X003440 Endoglucanase 2 6.344914273 L4_control_C2 +LQ08X003440 Endoglucanase 2 6.763544888 L4_control_C3 +LQ08X003440 Endoglucanase 2 7.673470425 L4_chemical_A1 +LQ08X003440 Endoglucanase 2 7.45774837 L4_chemical_A2 +LQ08X003440 Endoglucanase 2 7.485251728 L4_chemical_A3 +LQ08X003440 Endoglucanase 2 8.094480796 L4_chemical_B1 +LQ08X003440 Endoglucanase 2 7.97567841 L4_chemical_B2 +LQ08X003440 Endoglucanase 2 8.604123888 L4_chemical_B3 +LQ08X003440 Endoglucanase 2 6.132703713 L4_chemical_C2 +LQ08X003440 Endoglucanase 2 6.626877194 L4_chemical_C3 +LQ08X003480 Hypothetical protein 5.63669712 C6_control_A1 +LQ08X003480 Hypothetical protein 5.624433133 C6_control_A3 +LQ08X003480 Hypothetical protein 5.967992265 C6_control_B1 +LQ08X003480 Hypothetical protein 5.539990044 C6_control_B2 +LQ08X003480 Hypothetical protein 5.864609586 C6_control_B3 +LQ08X003480 Hypothetical protein 5.513159743 C6_control_C1 +LQ08X003480 Hypothetical protein 6.200443591 C6_control_C2 +LQ08X003480 Hypothetical protein 6.335809984 C6_control_C3 +LQ08X003480 Hypothetical protein 5.301768913 C6_chemical_A1 +LQ08X003480 Hypothetical protein 5.522881633 C6_chemical_A3 +LQ08X003480 Hypothetical protein 5.186888569 C6_chemical_B1 +LQ08X003480 Hypothetical protein 5.474522325 C6_chemical_B2 +LQ08X003480 Hypothetical protein 6.047506714 C6_chemical_B3 +LQ08X003480 Hypothetical protein 5.537072039 C6_chemical_C1 +LQ08X003480 Hypothetical protein 5.595878282 C6_chemical_C2 +LQ08X003480 Hypothetical protein 5.689130856 C6_chemical_C3 +LQ08X003480 Hypothetical protein 5.713547385 L4_control_A1 +LQ08X003480 Hypothetical protein 5.407127964 L4_control_A2 +LQ08X003480 Hypothetical protein 5.733908443 L4_control_A3 +LQ08X003480 Hypothetical protein 5.740849207 L4_control_B1 +LQ08X003480 Hypothetical protein 5.319440811 L4_control_B2 +LQ08X003480 Hypothetical protein 5.479925847 L4_control_B3 +LQ08X003480 Hypothetical protein 5.223576123 L4_control_C2 +LQ08X003480 Hypothetical protein 6.547973629 L4_control_C3 +LQ08X003480 Hypothetical protein 5.660203781 L4_chemical_A1 +LQ08X003480 Hypothetical protein 5.367857562 L4_chemical_A2 +LQ08X003480 Hypothetical protein 5.609138497 L4_chemical_A3 +LQ08X003480 Hypothetical protein 5.415532602 L4_chemical_B1 +LQ08X003480 Hypothetical protein 5.620183436 L4_chemical_B2 +LQ08X003480 Hypothetical protein 5.53034048 L4_chemical_B3 +LQ08X003480 Hypothetical protein 5.57093628 L4_chemical_C2 +LQ08X003480 Hypothetical protein 6.130548546 L4_chemical_C3 +LQ08X003490 Predicted protein 5.542313162 C6_control_A1 +LQ08X003490 Predicted protein 5.914242565 C6_control_A3 +LQ08X003490 Predicted protein 5.223833662 C6_control_B1 +LQ08X003490 Predicted protein 5.971891457 C6_control_B2 +LQ08X003490 Predicted protein 5.38149818 C6_control_B3 +LQ08X003490 Predicted protein 6.92426711 C6_control_C1 +LQ08X003490 Predicted protein 6.359708957 C6_control_C2 +LQ08X003490 Predicted protein 6.706778541 C6_control_C3 +LQ08X003490 Predicted protein 5.772629024 C6_chemical_A1 +LQ08X003490 Predicted protein 5.743241883 C6_chemical_A3 +LQ08X003490 Predicted protein 5.284620658 C6_chemical_B1 +LQ08X003490 Predicted protein 5.735433755 C6_chemical_B2 +LQ08X003490 Predicted protein 5.481939056 C6_chemical_B3 +LQ08X003490 Predicted protein 6.257579568 C6_chemical_C1 +LQ08X003490 Predicted protein 7.088122064 C6_chemical_C2 +LQ08X003490 Predicted protein 6.113830246 C6_chemical_C3 +LQ08X003490 Predicted protein 5.399556711 L4_control_A1 +LQ08X003490 Predicted protein 5.334047656 L4_control_A2 +LQ08X003490 Predicted protein 5.386752281 L4_control_A3 +LQ08X003490 Predicted protein 5.101877865 L4_control_B1 +LQ08X003490 Predicted protein 5.435892542 L4_control_B2 +LQ08X003490 Predicted protein 5.702008114 L4_control_B3 +LQ08X003490 Predicted protein 5.282191791 L4_control_C2 +LQ08X003490 Predicted protein 4.918478977 L4_control_C3 +LQ08X003490 Predicted protein 5.305159342 L4_chemical_A1 +LQ08X003490 Predicted protein 5.254750858 L4_chemical_A2 +LQ08X003490 Predicted protein 5.486635513 L4_chemical_A3 +LQ08X003490 Predicted protein 5.462435579 L4_chemical_B1 +LQ08X003490 Predicted protein 5.369409855 L4_chemical_B2 +LQ08X003490 Predicted protein 5.613002996 L4_chemical_B3 +LQ08X003490 Predicted protein 5.342426949 L4_chemical_C2 +LQ08X003490 Predicted protein 5.64177354 L4_chemical_C3 +LQ08X003500 Nucleic acid binding protein, putative 6.117619019 C6_control_A1 +LQ08X003500 Nucleic acid binding protein, putative 6.231871573 C6_control_A3 +LQ08X003500 Nucleic acid binding protein, putative 5.761272147 C6_control_B1 +LQ08X003500 Nucleic acid binding protein, putative 5.780142077 C6_control_B2 +LQ08X003500 Nucleic acid binding protein, putative 5.953143872 C6_control_B3 +LQ08X003500 Nucleic acid binding protein, putative 6.082247702 C6_control_C1 +LQ08X003500 Nucleic acid binding protein, putative 5.652283756 C6_control_C2 +LQ08X003500 Nucleic acid binding protein, putative 5.575047783 C6_control_C3 +LQ08X003500 Nucleic acid binding protein, putative 5.982140628 C6_chemical_A1 +LQ08X003500 Nucleic acid binding protein, putative 6.369384466 C6_chemical_A3 +LQ08X003500 Nucleic acid binding protein, putative 5.390529761 C6_chemical_B1 +LQ08X003500 Nucleic acid binding protein, putative 6.084703763 C6_chemical_B2 +LQ08X003500 Nucleic acid binding protein, putative 6.046786275 C6_chemical_B3 +LQ08X003500 Nucleic acid binding protein, putative 5.780248235 C6_chemical_C1 +LQ08X003500 Nucleic acid binding protein, putative 6.019183967 C6_chemical_C2 +LQ08X003500 Nucleic acid binding protein, putative 5.671352268 C6_chemical_C3 +LQ08X003500 Nucleic acid binding protein, putative 5.96133493 L4_control_A1 +LQ08X003500 Nucleic acid binding protein, putative 6.753478158 L4_control_A2 +LQ08X003500 Nucleic acid binding protein, putative 6.559813609 L4_control_A3 +LQ08X003500 Nucleic acid binding protein, putative 7.823957816 L4_control_B1 +LQ08X003500 Nucleic acid binding protein, putative 6.76938504 L4_control_B2 +LQ08X003500 Nucleic acid binding protein, putative 5.973774333 L4_control_B3 +LQ08X003500 Nucleic acid binding protein, putative 6.259183207 L4_control_C2 +LQ08X003500 Nucleic acid binding protein, putative 5.594087407 L4_control_C3 +LQ08X003500 Nucleic acid binding protein, putative 5.77711813 L4_chemical_A1 +LQ08X003500 Nucleic acid binding protein, putative 5.970446239 L4_chemical_A2 +LQ08X003500 Nucleic acid binding protein, putative 6.802980359 L4_chemical_A3 +LQ08X003500 Nucleic acid binding protein, putative 6.998355919 L4_chemical_B1 +LQ08X003500 Nucleic acid binding protein, putative 6.525190808 L4_chemical_B2 +LQ08X003500 Nucleic acid binding protein, putative 6.20663982 L4_chemical_B3 +LQ08X003500 Nucleic acid binding protein, putative 6.008921402 L4_chemical_C2 +LQ08X003500 Nucleic acid binding protein, putative 5.620042376 L4_chemical_C3 +LQ08X003520 Predicted protein 4.920439766 C6_control_A1 +LQ08X003520 Predicted protein 5.51147714 C6_control_A3 +LQ08X003520 Predicted protein 6.895803196 C6_control_B1 +LQ08X003520 Predicted protein 4.93843709 C6_control_B2 +LQ08X003520 Predicted protein 4.653728714 C6_control_B3 +LQ08X003520 Predicted protein 5.056612525 C6_control_C1 +LQ08X003520 Predicted protein 4.937382392 C6_control_C2 +LQ08X003520 Predicted protein 4.758726646 C6_control_C3 +LQ08X003520 Predicted protein 5.005646109 C6_chemical_A1 +LQ08X003520 Predicted protein 5.072224114 C6_chemical_A3 +LQ08X003520 Predicted protein 7.585943131 C6_chemical_B1 +LQ08X003520 Predicted protein 5.012940425 C6_chemical_B2 +LQ08X003520 Predicted protein 5.141748475 C6_chemical_B3 +LQ08X003520 Predicted protein 5.122570847 C6_chemical_C1 +LQ08X003520 Predicted protein 4.906059281 C6_chemical_C2 +LQ08X003520 Predicted protein 4.614658273 C6_chemical_C3 +LQ08X003520 Predicted protein 4.997559123 L4_control_A1 +LQ08X003520 Predicted protein 4.844088247 L4_control_A2 +LQ08X003520 Predicted protein 4.975924425 L4_control_A3 +LQ08X003520 Predicted protein 5.315135411 L4_control_B1 +LQ08X003520 Predicted protein 4.774348691 L4_control_B2 +LQ08X003520 Predicted protein 4.915548951 L4_control_B3 +LQ08X003520 Predicted protein 5.542072708 L4_control_C2 +LQ08X003520 Predicted protein 4.767170267 L4_control_C3 +LQ08X003520 Predicted protein 4.956843602 L4_chemical_A1 +LQ08X003520 Predicted protein 4.952950274 L4_chemical_A2 +LQ08X003520 Predicted protein 5.213535186 L4_chemical_A3 +LQ08X003520 Predicted protein 4.613769411 L4_chemical_B1 +LQ08X003520 Predicted protein 4.924484609 L4_chemical_B2 +LQ08X003520 Predicted protein 5.131568847 L4_chemical_B3 +LQ08X003520 Predicted protein 5.009831569 L4_chemical_C2 +LQ08X003520 Predicted protein 5.63131851 L4_chemical_C3 +LQ08X003530 Hexokinase-2, chloroplastic 11.36720832 C6_control_A1 +LQ08X003530 Hexokinase-2, chloroplastic 11.82428501 C6_control_A3 +LQ08X003530 Hexokinase-2, chloroplastic 11.6780741 C6_control_B1 +LQ08X003530 Hexokinase-2, chloroplastic 11.3943472 C6_control_B2 +LQ08X003530 Hexokinase-2, chloroplastic 11.72872964 C6_control_B3 +LQ08X003530 Hexokinase-2, chloroplastic 9.403894922 C6_control_C1 +LQ08X003530 Hexokinase-2, chloroplastic 8.862333147 C6_control_C2 +LQ08X003530 Hexokinase-2, chloroplastic 10.18016039 C6_control_C3 +LQ08X003530 Hexokinase-2, chloroplastic 10.88376317 C6_chemical_A1 +LQ08X003530 Hexokinase-2, chloroplastic 11.83185392 C6_chemical_A3 +LQ08X003530 Hexokinase-2, chloroplastic 10.9846436 C6_chemical_B1 +LQ08X003530 Hexokinase-2, chloroplastic 11.3930476 C6_chemical_B2 +LQ08X003530 Hexokinase-2, chloroplastic 11.01170291 C6_chemical_B3 +LQ08X003530 Hexokinase-2, chloroplastic 9.224132711 C6_chemical_C1 +LQ08X003530 Hexokinase-2, chloroplastic 8.691524581 C6_chemical_C2 +LQ08X003530 Hexokinase-2, chloroplastic 9.319820829 C6_chemical_C3 +LQ08X003530 Hexokinase-2, chloroplastic 11.34607486 L4_control_A1 +LQ08X003530 Hexokinase-2, chloroplastic 11.56544648 L4_control_A2 +LQ08X003530 Hexokinase-2, chloroplastic 11.21273885 L4_control_A3 +LQ08X003530 Hexokinase-2, chloroplastic 12.3755706 L4_control_B1 +LQ08X003530 Hexokinase-2, chloroplastic 10.86599673 L4_control_B2 +LQ08X003530 Hexokinase-2, chloroplastic 11.54385785 L4_control_B3 +LQ08X003530 Hexokinase-2, chloroplastic 7.466395873 L4_control_C2 +LQ08X003530 Hexokinase-2, chloroplastic 8.439408517 L4_control_C3 +LQ08X003530 Hexokinase-2, chloroplastic 10.9828298 L4_chemical_A1 +LQ08X003530 Hexokinase-2, chloroplastic 10.74172715 L4_chemical_A2 +LQ08X003530 Hexokinase-2, chloroplastic 10.97952909 L4_chemical_A3 +LQ08X003530 Hexokinase-2, chloroplastic 11.22842424 L4_chemical_B1 +LQ08X003530 Hexokinase-2, chloroplastic 11.11093933 L4_chemical_B2 +LQ08X003530 Hexokinase-2, chloroplastic 11.7411849 L4_chemical_B3 +LQ08X003530 Hexokinase-2, chloroplastic 7.29084889 L4_chemical_C2 +LQ08X003530 Hexokinase-2, chloroplastic 8.836955382 L4_chemical_C3 +LQ08X003540 AP-2 complex subunit sigma-1 13.30013786 C6_control_A1 +LQ08X003540 AP-2 complex subunit sigma-1 13.41293458 C6_control_A3 +LQ08X003540 AP-2 complex subunit sigma-1 13.07793408 C6_control_B1 +LQ08X003540 AP-2 complex subunit sigma-1 12.89559768 C6_control_B2 +LQ08X003540 AP-2 complex subunit sigma-1 13.22057897 C6_control_B3 +LQ08X003540 AP-2 complex subunit sigma-1 12.03995335 C6_control_C1 +LQ08X003540 AP-2 complex subunit sigma-1 12.12264705 C6_control_C2 +LQ08X003540 AP-2 complex subunit sigma-1 12.55710578 C6_control_C3 +LQ08X003540 AP-2 complex subunit sigma-1 12.86175115 C6_chemical_A1 +LQ08X003540 AP-2 complex subunit sigma-1 12.96106405 C6_chemical_A3 +LQ08X003540 AP-2 complex subunit sigma-1 12.63447732 C6_chemical_B1 +LQ08X003540 AP-2 complex subunit sigma-1 12.88645877 C6_chemical_B2 +LQ08X003540 AP-2 complex subunit sigma-1 12.86979257 C6_chemical_B3 +LQ08X003540 AP-2 complex subunit sigma-1 11.8624251 C6_chemical_C1 +LQ08X003540 AP-2 complex subunit sigma-1 11.75676966 C6_chemical_C2 +LQ08X003540 AP-2 complex subunit sigma-1 12.45562329 C6_chemical_C3 +LQ08X003540 AP-2 complex subunit sigma-1 13.02438713 L4_control_A1 +LQ08X003540 AP-2 complex subunit sigma-1 12.96550083 L4_control_A2 +LQ08X003540 AP-2 complex subunit sigma-1 12.18370783 L4_control_A3 +LQ08X003540 AP-2 complex subunit sigma-1 12.95668808 L4_control_B1 +LQ08X003540 AP-2 complex subunit sigma-1 12.34333185 L4_control_B2 +LQ08X003540 AP-2 complex subunit sigma-1 12.72062916 L4_control_B3 +LQ08X003540 AP-2 complex subunit sigma-1 12.23047477 L4_control_C2 +LQ08X003540 AP-2 complex subunit sigma-1 12.01682191 L4_control_C3 +LQ08X003540 AP-2 complex subunit sigma-1 12.98792549 L4_chemical_A1 +LQ08X003540 AP-2 complex subunit sigma-1 12.5844673 L4_chemical_A2 +LQ08X003540 AP-2 complex subunit sigma-1 12.56489462 L4_chemical_A3 +LQ08X003540 AP-2 complex subunit sigma-1 12.53046613 L4_chemical_B1 +LQ08X003540 AP-2 complex subunit sigma-1 12.57059812 L4_chemical_B2 +LQ08X003540 AP-2 complex subunit sigma-1 13.04572889 L4_chemical_B3 +LQ08X003540 AP-2 complex subunit sigma-1 12.02940816 L4_chemical_C2 +LQ08X003540 AP-2 complex subunit sigma-1 11.9683611 L4_chemical_C3 +LQ08X003550 Putative Predicted protein 12.9279422 C6_control_A1 +LQ08X003550 Putative Predicted protein 12.69043607 C6_control_A3 +LQ08X003550 Putative Predicted protein 13.36020648 C6_control_B1 +LQ08X003550 Putative Predicted protein 12.77433974 C6_control_B2 +LQ08X003550 Putative Predicted protein 13.16582195 C6_control_B3 +LQ08X003550 Putative Predicted protein 13.36618277 C6_control_C1 +LQ08X003550 Putative Predicted protein 13.29756124 C6_control_C2 +LQ08X003550 Putative Predicted protein 13.55761651 C6_control_C3 +LQ08X003550 Putative Predicted protein 13.00004192 C6_chemical_A1 +LQ08X003550 Putative Predicted protein 12.99523248 C6_chemical_A3 +LQ08X003550 Putative Predicted protein 13.29181849 C6_chemical_B1 +LQ08X003550 Putative Predicted protein 12.50233908 C6_chemical_B2 +LQ08X003550 Putative Predicted protein 13.38563204 C6_chemical_B3 +LQ08X003550 Putative Predicted protein 13.02598866 C6_chemical_C1 +LQ08X003550 Putative Predicted protein 13.2539218 C6_chemical_C2 +LQ08X003550 Putative Predicted protein 13.27876919 C6_chemical_C3 +LQ08X003550 Putative Predicted protein 12.62962083 L4_control_A1 +LQ08X003550 Putative Predicted protein 12.63801898 L4_control_A2 +LQ08X003550 Putative Predicted protein 12.94162496 L4_control_A3 +LQ08X003550 Putative Predicted protein 13.74914324 L4_control_B1 +LQ08X003550 Putative Predicted protein 14.40751052 L4_control_B2 +LQ08X003550 Putative Predicted protein 13.25162625 L4_control_B3 +LQ08X003550 Putative Predicted protein 15.11364247 L4_control_C2 +LQ08X003550 Putative Predicted protein 14.57723751 L4_control_C3 +LQ08X003550 Putative Predicted protein 12.37437859 L4_chemical_A1 +LQ08X003550 Putative Predicted protein 12.31286048 L4_chemical_A2 +LQ08X003550 Putative Predicted protein 12.80556222 L4_chemical_A3 +LQ08X003550 Putative Predicted protein 13.90871109 L4_chemical_B1 +LQ08X003550 Putative Predicted protein 14.00045368 L4_chemical_B2 +LQ08X003550 Putative Predicted protein 12.97649635 L4_chemical_B3 +LQ08X003550 Putative Predicted protein 14.63533289 L4_chemical_C2 +LQ08X003550 Putative Predicted protein 14.63521235 L4_chemical_C3 +LQ08X003570 Snakin-2 5.685701286 C6_control_A1 +LQ08X003570 Snakin-2 5.707080135 C6_control_A3 +LQ08X003570 Snakin-2 5.467898399 C6_control_B1 +LQ08X003570 Snakin-2 5.814542149 C6_control_B2 +LQ08X003570 Snakin-2 5.766077909 C6_control_B3 +LQ08X003570 Snakin-2 6.530158932 C6_control_C1 +LQ08X003570 Snakin-2 7.054526692 C6_control_C2 +LQ08X003570 Snakin-2 6.830819978 C6_control_C3 +LQ08X003570 Snakin-2 5.787291939 C6_chemical_A1 +LQ08X003570 Snakin-2 5.319639848 C6_chemical_A3 +LQ08X003570 Snakin-2 5.743473288 C6_chemical_B1 +LQ08X003570 Snakin-2 5.936538231 C6_chemical_B2 +LQ08X003570 Snakin-2 6.274437722 C6_chemical_B3 +LQ08X003570 Snakin-2 6.654173806 C6_chemical_C1 +LQ08X003570 Snakin-2 6.453228167 C6_chemical_C2 +LQ08X003570 Snakin-2 7.430097091 C6_chemical_C3 +LQ08X003570 Snakin-2 5.719086762 L4_control_A1 +LQ08X003570 Snakin-2 5.396231497 L4_control_A2 +LQ08X003570 Snakin-2 5.316030946 L4_control_A3 +LQ08X003570 Snakin-2 5.567864921 L4_control_B1 +LQ08X003570 Snakin-2 6.103436442 L4_control_B2 +LQ08X003570 Snakin-2 6.075708268 L4_control_B3 +LQ08X003570 Snakin-2 7.512118821 L4_control_C2 +LQ08X003570 Snakin-2 5.865528104 L4_control_C3 +LQ08X003570 Snakin-2 5.858205791 L4_chemical_A1 +LQ08X003570 Snakin-2 6.518794055 L4_chemical_A2 +LQ08X003570 Snakin-2 5.817090777 L4_chemical_A3 +LQ08X003570 Snakin-2 6.058605868 L4_chemical_B1 +LQ08X003570 Snakin-2 5.792199404 L4_chemical_B2 +LQ08X003570 Snakin-2 6.235062654 L4_chemical_B3 +LQ08X003570 Snakin-2 6.764546934 L4_chemical_C2 +LQ08X003570 Snakin-2 6.6825632 L4_chemical_C3 +LQ08X003620 Predicted protein 10.97346299 C6_control_A1 +LQ08X003620 Predicted protein 12.00736743 C6_control_A3 +LQ08X003620 Predicted protein 10.27051303 C6_control_B1 +LQ08X003620 Predicted protein 10.40286088 C6_control_B2 +LQ08X003620 Predicted protein 10.02860767 C6_control_B3 +LQ08X003620 Predicted protein 10.45503033 C6_control_C1 +LQ08X003620 Predicted protein 10.72225582 C6_control_C2 +LQ08X003620 Predicted protein 9.758389623 C6_control_C3 +LQ08X003620 Predicted protein 10.52174874 C6_chemical_A1 +LQ08X003620 Predicted protein 11.38550587 C6_chemical_A3 +LQ08X003620 Predicted protein 9.595184505 C6_chemical_B1 +LQ08X003620 Predicted protein 10.58301723 C6_chemical_B2 +LQ08X003620 Predicted protein 9.794673363 C6_chemical_B3 +LQ08X003620 Predicted protein 10.40040331 C6_chemical_C1 +LQ08X003620 Predicted protein 10.50273054 C6_chemical_C2 +LQ08X003620 Predicted protein 9.557280382 C6_chemical_C3 +LQ08X003620 Predicted protein 10.81546496 L4_control_A1 +LQ08X003620 Predicted protein 10.00447444 L4_control_A2 +LQ08X003620 Predicted protein 10.28580148 L4_control_A3 +LQ08X003620 Predicted protein 9.449333564 L4_control_B1 +LQ08X003620 Predicted protein 9.317634352 L4_control_B2 +LQ08X003620 Predicted protein 9.381833459 L4_control_B3 +LQ08X003620 Predicted protein 9.667979779 L4_control_C2 +LQ08X003620 Predicted protein 8.20258154 L4_control_C3 +LQ08X003620 Predicted protein 9.991608067 L4_chemical_A1 +LQ08X003620 Predicted protein 8.980493646 L4_chemical_A2 +LQ08X003620 Predicted protein 10.17404727 L4_chemical_A3 +LQ08X003620 Predicted protein 9.335764617 L4_chemical_B1 +LQ08X003620 Predicted protein 8.656386865 L4_chemical_B2 +LQ08X003620 Predicted protein 9.945823424 L4_chemical_B3 +LQ08X003620 Predicted protein 8.755615644 L4_chemical_C2 +LQ08X003620 Predicted protein 8.567285026 L4_chemical_C3 +LQ08X003630 Putative uncharacterized protein 9.995149811 C6_control_A1 +LQ08X003630 Putative uncharacterized protein 9.522429596 C6_control_A3 +LQ08X003630 Putative uncharacterized protein 10.00610224 C6_control_B1 +LQ08X003630 Putative uncharacterized protein 11.65032106 C6_control_B2 +LQ08X003630 Putative uncharacterized protein 10.37640001 C6_control_B3 +LQ08X003630 Putative uncharacterized protein 11.93300887 C6_control_C1 +LQ08X003630 Putative uncharacterized protein 12.45777729 C6_control_C2 +LQ08X003630 Putative uncharacterized protein 12.25616262 C6_control_C3 +LQ08X003630 Putative uncharacterized protein 9.767057188 C6_chemical_A1 +LQ08X003630 Putative uncharacterized protein 9.454535555 C6_chemical_A3 +LQ08X003630 Putative uncharacterized protein 10.01442876 C6_chemical_B1 +LQ08X003630 Putative uncharacterized protein 11.57973195 C6_chemical_B2 +LQ08X003630 Putative uncharacterized protein 9.967430031 C6_chemical_B3 +LQ08X003630 Putative uncharacterized protein 11.84683478 C6_chemical_C1 +LQ08X003630 Putative uncharacterized protein 12.50064153 C6_chemical_C2 +LQ08X003630 Putative uncharacterized protein 12.30270397 C6_chemical_C3 +LQ08X003630 Putative uncharacterized protein 9.382212378 L4_control_A1 +LQ08X003630 Putative uncharacterized protein 9.442611457 L4_control_A2 +LQ08X003630 Putative uncharacterized protein 9.560158862 L4_control_A3 +LQ08X003630 Putative uncharacterized protein 9.845325764 L4_control_B1 +LQ08X003630 Putative uncharacterized protein 9.674115531 L4_control_B2 +LQ08X003630 Putative uncharacterized protein 10.68026068 L4_control_B3 +LQ08X003630 Putative uncharacterized protein 11.20214235 L4_control_C2 +LQ08X003630 Putative uncharacterized protein 11.01287933 L4_control_C3 +LQ08X003630 Putative uncharacterized protein 9.923593195 L4_chemical_A1 +LQ08X003630 Putative uncharacterized protein 9.718842269 L4_chemical_A2 +LQ08X003630 Putative uncharacterized protein 9.872568182 L4_chemical_A3 +LQ08X003630 Putative uncharacterized protein 9.540694508 L4_chemical_B1 +LQ08X003630 Putative uncharacterized protein 9.959887027 L4_chemical_B2 +LQ08X003630 Putative uncharacterized protein 10.11205297 L4_chemical_B3 +LQ08X003630 Putative uncharacterized protein 11.28320946 L4_chemical_C2 +LQ08X003630 Putative uncharacterized protein 11.28583664 L4_chemical_C3 +LQ08X003640 Tubulin beta-6 chain 13.44448723 C6_control_A1 +LQ08X003640 Tubulin beta-6 chain 13.08394745 C6_control_A3 +LQ08X003640 Tubulin beta-6 chain 13.31103948 C6_control_B1 +LQ08X003640 Tubulin beta-6 chain 13.39380725 C6_control_B2 +LQ08X003640 Tubulin beta-6 chain 13.61069725 C6_control_B3 +LQ08X003640 Tubulin beta-6 chain 10.7743712 C6_control_C1 +LQ08X003640 Tubulin beta-6 chain 11.62691433 C6_control_C2 +LQ08X003640 Tubulin beta-6 chain 11.90508706 C6_control_C3 +LQ08X003640 Tubulin beta-6 chain 13.23065418 C6_chemical_A1 +LQ08X003640 Tubulin beta-6 chain 13.29353998 C6_chemical_A3 +LQ08X003640 Tubulin beta-6 chain 13.11331194 C6_chemical_B1 +LQ08X003640 Tubulin beta-6 chain 13.26897949 C6_chemical_B2 +LQ08X003640 Tubulin beta-6 chain 13.45924372 C6_chemical_B3 +LQ08X003640 Tubulin beta-6 chain 10.35281852 C6_chemical_C1 +LQ08X003640 Tubulin beta-6 chain 10.73868503 C6_chemical_C2 +LQ08X003640 Tubulin beta-6 chain 11.35894126 C6_chemical_C3 +LQ08X003640 Tubulin beta-6 chain 13.38439081 L4_control_A1 +LQ08X003640 Tubulin beta-6 chain 13.47964506 L4_control_A2 +LQ08X003640 Tubulin beta-6 chain 13.81850643 L4_control_A3 +LQ08X003640 Tubulin beta-6 chain 13.41116691 L4_control_B1 +LQ08X003640 Tubulin beta-6 chain 13.75701531 L4_control_B2 +LQ08X003640 Tubulin beta-6 chain 13.6006772 L4_control_B3 +LQ08X003640 Tubulin beta-6 chain 10.4098548 L4_control_C2 +LQ08X003640 Tubulin beta-6 chain 11.73141957 L4_control_C3 +LQ08X003640 Tubulin beta-6 chain 12.4429591 L4_chemical_A1 +LQ08X003640 Tubulin beta-6 chain 12.66551385 L4_chemical_A2 +LQ08X003640 Tubulin beta-6 chain 13.50151908 L4_chemical_A3 +LQ08X003640 Tubulin beta-6 chain 12.8241771 L4_chemical_B1 +LQ08X003640 Tubulin beta-6 chain 13.13388959 L4_chemical_B2 +LQ08X003640 Tubulin beta-6 chain 14.15035666 L4_chemical_B3 +LQ08X003640 Tubulin beta-6 chain 10.4516491 L4_chemical_C2 +LQ08X003640 Tubulin beta-6 chain 11.75686546 L4_chemical_C3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.98959812 C6_control_A1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.913738285 C6_control_A3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 6.113629885 C6_control_B1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.637452327 C6_control_B2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.678552465 C6_control_B3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.577588347 C6_control_C1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 6.578442561 C6_control_C2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.896218198 C6_control_C3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.788331675 C6_chemical_A1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.605139834 C6_chemical_A3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.803832141 C6_chemical_B1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.495850058 C6_chemical_B2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.923126055 C6_chemical_B3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 6.327597009 C6_chemical_C1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.795830425 C6_chemical_C2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.737755521 C6_chemical_C3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.904365361 L4_control_A1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.136681766 L4_control_A2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 6.086737819 L4_control_A3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.305172686 L4_control_B1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.521591614 L4_control_B2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.654801075 L4_control_B3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 6.513572838 L4_control_C2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.985002326 L4_control_C3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.05501655 L4_chemical_A1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.532637847 L4_chemical_A2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.375630402 L4_chemical_A3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.711854736 L4_chemical_B1 +LQ08X003650 Putative BRCA1-A complex subunit BRE 6.031963554 L4_chemical_B2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.53394023 L4_chemical_B3 +LQ08X003650 Putative BRCA1-A complex subunit BRE 6.35514087 L4_chemical_C2 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.911260713 L4_chemical_C3 +LQ08X003680 Hypothetical protein 8.28805183 C6_control_A1 +LQ08X003680 Hypothetical protein 7.827318508 C6_control_A3 +LQ08X003680 Hypothetical protein 9.065444308 C6_control_B1 +LQ08X003680 Hypothetical protein 7.793995987 C6_control_B2 +LQ08X003680 Hypothetical protein 8.855137766 C6_control_B3 +LQ08X003680 Hypothetical protein 7.381046922 C6_control_C1 +LQ08X003680 Hypothetical protein 7.286507746 C6_control_C2 +LQ08X003680 Hypothetical protein 7.834639323 C6_control_C3 +LQ08X003680 Hypothetical protein 8.078537255 C6_chemical_A1 +LQ08X003680 Hypothetical protein 7.952297792 C6_chemical_A3 +LQ08X003680 Hypothetical protein 9.237645495 C6_chemical_B1 +LQ08X003680 Hypothetical protein 7.917912156 C6_chemical_B2 +LQ08X003680 Hypothetical protein 8.975484473 C6_chemical_B3 +LQ08X003680 Hypothetical protein 7.27054313 C6_chemical_C1 +LQ08X003680 Hypothetical protein 7.911775394 C6_chemical_C2 +LQ08X003680 Hypothetical protein 7.642722924 C6_chemical_C3 +LQ08X003680 Hypothetical protein 8.013112694 L4_control_A1 +LQ08X003680 Hypothetical protein 8.65111772 L4_control_A2 +LQ08X003680 Hypothetical protein 9.277559164 L4_control_A3 +LQ08X003680 Hypothetical protein 9.196132827 L4_control_B1 +LQ08X003680 Hypothetical protein 9.473309975 L4_control_B2 +LQ08X003680 Hypothetical protein 9.030983676 L4_control_B3 +LQ08X003680 Hypothetical protein 8.682869656 L4_control_C2 +LQ08X003680 Hypothetical protein 9.294613775 L4_control_C3 +LQ08X003680 Hypothetical protein 7.871708758 L4_chemical_A1 +LQ08X003680 Hypothetical protein 8.656639341 L4_chemical_A2 +LQ08X003680 Hypothetical protein 8.594582774 L4_chemical_A3 +LQ08X003680 Hypothetical protein 9.572460239 L4_chemical_B1 +LQ08X003680 Hypothetical protein 9.739726049 L4_chemical_B2 +LQ08X003680 Hypothetical protein 8.836447202 L4_chemical_B3 +LQ08X003680 Hypothetical protein 9.105103176 L4_chemical_C2 +LQ08X003680 Hypothetical protein 9.482867209 L4_chemical_C3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 11.39268011 C6_control_A1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.01570072 C6_control_A3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 11.54703357 C6_control_B1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 11.2306967 C6_control_B2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 12.55677195 C6_control_B3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 10.47185513 C6_control_C1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 13.19006014 C6_control_C2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 12.78480849 C6_control_C3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 10.32822676 C6_chemical_A1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 13.60172701 C6_chemical_A3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 12.23314367 C6_chemical_B1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 11.74475192 C6_chemical_B2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.76222826 C6_chemical_B3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 10.00016178 C6_chemical_C1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.04819285 C6_chemical_C2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 15.1929999 C6_chemical_C3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 12.21391462 L4_control_A1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 13.21763902 L4_control_A2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.60407529 L4_control_A3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 13.55171108 L4_control_B1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.08360439 L4_control_B2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 12.96244107 L4_control_B3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.96339945 L4_control_C2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.99822243 L4_control_C3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.94545319 L4_chemical_A1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 15.32131387 L4_chemical_A2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.49697127 L4_chemical_A3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.3827448 L4_chemical_B1 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.39604485 L4_chemical_B2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 13.96042449 L4_chemical_B3 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.6836132 L4_chemical_C2 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 14.62390123 L4_chemical_C3 +LQ08X003730 Thaumatin-like protein 1 5.099850639 C6_control_A1 +LQ08X003730 Thaumatin-like protein 1 5.341910885 C6_control_A3 +LQ08X003730 Thaumatin-like protein 1 5.039159049 C6_control_B1 +LQ08X003730 Thaumatin-like protein 1 5.221727403 C6_control_B2 +LQ08X003730 Thaumatin-like protein 1 5.190259479 C6_control_B3 +LQ08X003730 Thaumatin-like protein 1 4.821129976 C6_control_C1 +LQ08X003730 Thaumatin-like protein 1 4.994111026 C6_control_C2 +LQ08X003730 Thaumatin-like protein 1 5.126940251 C6_control_C3 +LQ08X003730 Thaumatin-like protein 1 5.178140355 C6_chemical_A1 +LQ08X003730 Thaumatin-like protein 1 5.075822027 C6_chemical_A3 +LQ08X003730 Thaumatin-like protein 1 5.216393364 C6_chemical_B1 +LQ08X003730 Thaumatin-like protein 1 5.287214015 C6_chemical_B2 +LQ08X003730 Thaumatin-like protein 1 4.842733224 C6_chemical_B3 +LQ08X003730 Thaumatin-like protein 1 4.893374195 C6_chemical_C1 +LQ08X003730 Thaumatin-like protein 1 4.827103456 C6_chemical_C2 +LQ08X003730 Thaumatin-like protein 1 5.185615014 C6_chemical_C3 +LQ08X003730 Thaumatin-like protein 1 5.118285907 L4_control_A1 +LQ08X003730 Thaumatin-like protein 1 5.079403493 L4_control_A2 +LQ08X003730 Thaumatin-like protein 1 5.447711162 L4_control_A3 +LQ08X003730 Thaumatin-like protein 1 4.765470163 L4_control_B1 +LQ08X003730 Thaumatin-like protein 1 5.4023545 L4_control_B2 +LQ08X003730 Thaumatin-like protein 1 4.923174546 L4_control_B3 +LQ08X003730 Thaumatin-like protein 1 6.0560075 L4_control_C2 +LQ08X003730 Thaumatin-like protein 1 5.276744078 L4_control_C3 +LQ08X003730 Thaumatin-like protein 1 5.004686164 L4_chemical_A1 +LQ08X003730 Thaumatin-like protein 1 4.959415825 L4_chemical_A2 +LQ08X003730 Thaumatin-like protein 1 5.091116533 L4_chemical_A3 +LQ08X003730 Thaumatin-like protein 1 5.181710386 L4_chemical_B1 +LQ08X003730 Thaumatin-like protein 1 5.2804699 L4_chemical_B2 +LQ08X003730 Thaumatin-like protein 1 4.913247849 L4_chemical_B3 +LQ08X003730 Thaumatin-like protein 1 5.253747618 L4_chemical_C2 +LQ08X003730 Thaumatin-like protein 1 5.673866273 L4_chemical_C3 +LQ08X003750 Endoplasmin homolog 14.59981873 C6_control_A1 +LQ08X003750 Endoplasmin homolog 14.34347659 C6_control_A3 +LQ08X003750 Endoplasmin homolog 14.47070449 C6_control_B1 +LQ08X003750 Endoplasmin homolog 14.8109264 C6_control_B2 +LQ08X003750 Endoplasmin homolog 13.80580154 C6_control_B3 +LQ08X003750 Endoplasmin homolog 14.01483333 C6_control_C1 +LQ08X003750 Endoplasmin homolog 14.0860351 C6_control_C2 +LQ08X003750 Endoplasmin homolog 13.32695572 C6_control_C3 +LQ08X003750 Endoplasmin homolog 14.9404627 C6_chemical_A1 +LQ08X003750 Endoplasmin homolog 14.43077325 C6_chemical_A3 +LQ08X003750 Endoplasmin homolog 14.92062098 C6_chemical_B1 +LQ08X003750 Endoplasmin homolog 15.4474657 C6_chemical_B2 +LQ08X003750 Endoplasmin homolog 13.96230156 C6_chemical_B3 +LQ08X003750 Endoplasmin homolog 14.83704629 C6_chemical_C1 +LQ08X003750 Endoplasmin homolog 14.77059788 C6_chemical_C2 +LQ08X003750 Endoplasmin homolog 12.93714377 C6_chemical_C3 +LQ08X003750 Endoplasmin homolog 14.18650031 L4_control_A1 +LQ08X003750 Endoplasmin homolog 15.01349315 L4_control_A2 +LQ08X003750 Endoplasmin homolog 13.51908356 L4_control_A3 +LQ08X003750 Endoplasmin homolog 14.15890955 L4_control_B1 +LQ08X003750 Endoplasmin homolog 14.70094518 L4_control_B2 +LQ08X003750 Endoplasmin homolog 13.76352932 L4_control_B3 +LQ08X003750 Endoplasmin homolog 13.64136983 L4_control_C2 +LQ08X003750 Endoplasmin homolog 12.98902996 L4_control_C3 +LQ08X003750 Endoplasmin homolog 14.61593993 L4_chemical_A1 +LQ08X003750 Endoplasmin homolog 15.27303942 L4_chemical_A2 +LQ08X003750 Endoplasmin homolog 13.6753136 L4_chemical_A3 +LQ08X003750 Endoplasmin homolog 14.74355395 L4_chemical_B1 +LQ08X003750 Endoplasmin homolog 14.77700108 L4_chemical_B2 +LQ08X003750 Endoplasmin homolog 14.49305102 L4_chemical_B3 +LQ08X003750 Endoplasmin homolog 14.25823675 L4_chemical_C2 +LQ08X003750 Endoplasmin homolog 13.23893539 L4_chemical_C3 +LQ08X003780 Putative uncharacterized protein 4.997661258 C6_control_A1 +LQ08X003780 Putative uncharacterized protein 4.954601829 C6_control_A3 +LQ08X003780 Putative uncharacterized protein 5.088889724 C6_control_B1 +LQ08X003780 Putative uncharacterized protein 4.955317365 C6_control_B2 +LQ08X003780 Putative uncharacterized protein 5.420382214 C6_control_B3 +LQ08X003780 Putative uncharacterized protein 5.023698464 C6_control_C1 +LQ08X003780 Putative uncharacterized protein 4.747802249 C6_control_C2 +LQ08X003780 Putative uncharacterized protein 5.012553329 C6_control_C3 +LQ08X003780 Putative uncharacterized protein 4.884452364 C6_chemical_A1 +LQ08X003780 Putative uncharacterized protein 4.974766766 C6_chemical_A3 +LQ08X003780 Putative uncharacterized protein 5.135345229 C6_chemical_B1 +LQ08X003780 Putative uncharacterized protein 4.741354154 C6_chemical_B2 +LQ08X003780 Putative uncharacterized protein 4.964037863 C6_chemical_B3 +LQ08X003780 Putative uncharacterized protein 4.965637537 C6_chemical_C1 +LQ08X003780 Putative uncharacterized protein 4.793335999 C6_chemical_C2 +LQ08X003780 Putative uncharacterized protein 4.886751201 C6_chemical_C3 +LQ08X003780 Putative uncharacterized protein 4.880779111 L4_control_A1 +LQ08X003780 Putative uncharacterized protein 5.138112238 L4_control_A2 +LQ08X003780 Putative uncharacterized protein 5.805990826 L4_control_A3 +LQ08X003780 Putative uncharacterized protein 5.310782371 L4_control_B1 +LQ08X003780 Putative uncharacterized protein 4.870334266 L4_control_B2 +LQ08X003780 Putative uncharacterized protein 5.875055864 L4_control_B3 +LQ08X003780 Putative uncharacterized protein 6.647057087 L4_control_C2 +LQ08X003780 Putative uncharacterized protein 5.312653649 L4_control_C3 +LQ08X003780 Putative uncharacterized protein 4.938343313 L4_chemical_A1 +LQ08X003780 Putative uncharacterized protein 4.915242865 L4_chemical_A2 +LQ08X003780 Putative uncharacterized protein 5.367095238 L4_chemical_A3 +LQ08X003780 Putative uncharacterized protein 5.327131634 L4_chemical_B1 +LQ08X003780 Putative uncharacterized protein 6.002150478 L4_chemical_B2 +LQ08X003780 Putative uncharacterized protein 5.223319243 L4_chemical_B3 +LQ08X003780 Putative uncharacterized protein 5.944181179 L4_chemical_C2 +LQ08X003780 Putative uncharacterized protein 6.127668921 L4_chemical_C3 +LQ08X003840 Receptor protein kinase CLAVATA1 12.80782496 C6_control_A1 +LQ08X003840 Receptor protein kinase CLAVATA1 13.38003239 C6_control_A3 +LQ08X003840 Receptor protein kinase CLAVATA1 11.8323378 C6_control_B1 +LQ08X003840 Receptor protein kinase CLAVATA1 10.04825726 C6_control_B2 +LQ08X003840 Receptor protein kinase CLAVATA1 11.17330717 C6_control_B3 +LQ08X003840 Receptor protein kinase CLAVATA1 10.33527222 C6_control_C1 +LQ08X003840 Receptor protein kinase CLAVATA1 10.43272358 C6_control_C2 +LQ08X003840 Receptor protein kinase CLAVATA1 10.8948478 C6_control_C3 +LQ08X003840 Receptor protein kinase CLAVATA1 13.0743564 C6_chemical_A1 +LQ08X003840 Receptor protein kinase CLAVATA1 13.30324034 C6_chemical_A3 +LQ08X003840 Receptor protein kinase CLAVATA1 11.24781522 C6_chemical_B1 +LQ08X003840 Receptor protein kinase CLAVATA1 9.760061978 C6_chemical_B2 +LQ08X003840 Receptor protein kinase CLAVATA1 11.13048517 C6_chemical_B3 +LQ08X003840 Receptor protein kinase CLAVATA1 9.924280253 C6_chemical_C1 +LQ08X003840 Receptor protein kinase CLAVATA1 9.894711745 C6_chemical_C2 +LQ08X003840 Receptor protein kinase CLAVATA1 10.32550888 C6_chemical_C3 +LQ08X003840 Receptor protein kinase CLAVATA1 12.94952267 L4_control_A1 +LQ08X003840 Receptor protein kinase CLAVATA1 13.31371418 L4_control_A2 +LQ08X003840 Receptor protein kinase CLAVATA1 13.54740694 L4_control_A3 +LQ08X003840 Receptor protein kinase CLAVATA1 11.9296123 L4_control_B1 +LQ08X003840 Receptor protein kinase CLAVATA1 12.51761997 L4_control_B2 +LQ08X003840 Receptor protein kinase CLAVATA1 10.4926491 L4_control_B3 +LQ08X003840 Receptor protein kinase CLAVATA1 11.56567034 L4_control_C2 +LQ08X003840 Receptor protein kinase CLAVATA1 11.20527119 L4_control_C3 +LQ08X003840 Receptor protein kinase CLAVATA1 12.1706337 L4_chemical_A1 +LQ08X003840 Receptor protein kinase CLAVATA1 12.479179 L4_chemical_A2 +LQ08X003840 Receptor protein kinase CLAVATA1 13.04944848 L4_chemical_A3 +LQ08X003840 Receptor protein kinase CLAVATA1 12.32252607 L4_chemical_B1 +LQ08X003840 Receptor protein kinase CLAVATA1 12.77667318 L4_chemical_B2 +LQ08X003840 Receptor protein kinase CLAVATA1 12.42512853 L4_chemical_B3 +LQ08X003840 Receptor protein kinase CLAVATA1 11.7690634 L4_chemical_C2 +LQ08X003840 Receptor protein kinase CLAVATA1 10.87389791 L4_chemical_C3 +LQ08X003850 Putative Extended synaptotagmin-1 15.00905853 C6_control_A1 +LQ08X003850 Putative Extended synaptotagmin-1 14.6082824 C6_control_A3 +LQ08X003850 Putative Extended synaptotagmin-1 15.11537152 C6_control_B1 +LQ08X003850 Putative Extended synaptotagmin-1 14.15945287 C6_control_B2 +LQ08X003850 Putative Extended synaptotagmin-1 14.75632448 C6_control_B3 +LQ08X003850 Putative Extended synaptotagmin-1 13.64854575 C6_control_C1 +LQ08X003850 Putative Extended synaptotagmin-1 13.8441865 C6_control_C2 +LQ08X003850 Putative Extended synaptotagmin-1 14.03272329 C6_control_C3 +LQ08X003850 Putative Extended synaptotagmin-1 14.95047418 C6_chemical_A1 +LQ08X003850 Putative Extended synaptotagmin-1 14.33725954 C6_chemical_A3 +LQ08X003850 Putative Extended synaptotagmin-1 14.99678258 C6_chemical_B1 +LQ08X003850 Putative Extended synaptotagmin-1 14.04592764 C6_chemical_B2 +LQ08X003850 Putative Extended synaptotagmin-1 14.7757662 C6_chemical_B3 +LQ08X003850 Putative Extended synaptotagmin-1 13.41036653 C6_chemical_C1 +LQ08X003850 Putative Extended synaptotagmin-1 13.78225157 C6_chemical_C2 +LQ08X003850 Putative Extended synaptotagmin-1 13.55514453 C6_chemical_C3 +LQ08X003850 Putative Extended synaptotagmin-1 14.23144494 L4_control_A1 +LQ08X003850 Putative Extended synaptotagmin-1 14.41788283 L4_control_A2 +LQ08X003850 Putative Extended synaptotagmin-1 14.05252694 L4_control_A3 +LQ08X003850 Putative Extended synaptotagmin-1 14.43290157 L4_control_B1 +LQ08X003850 Putative Extended synaptotagmin-1 14.93272453 L4_control_B2 +LQ08X003850 Putative Extended synaptotagmin-1 13.9107945 L4_control_B3 +LQ08X003850 Putative Extended synaptotagmin-1 14.51293561 L4_control_C2 +LQ08X003850 Putative Extended synaptotagmin-1 13.96115369 L4_control_C3 +LQ08X003850 Putative Extended synaptotagmin-1 13.81658456 L4_chemical_A1 +LQ08X003850 Putative Extended synaptotagmin-1 14.14633062 L4_chemical_A2 +LQ08X003850 Putative Extended synaptotagmin-1 14.10847098 L4_chemical_A3 +LQ08X003850 Putative Extended synaptotagmin-1 14.77008854 L4_chemical_B1 +LQ08X003850 Putative Extended synaptotagmin-1 14.87813578 L4_chemical_B2 +LQ08X003850 Putative Extended synaptotagmin-1 14.59219757 L4_chemical_B3 +LQ08X003850 Putative Extended synaptotagmin-1 14.41886611 L4_chemical_C2 +LQ08X003850 Putative Extended synaptotagmin-1 14.09035948 L4_chemical_C3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.466226548 C6_control_A1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.415426511 C6_control_A3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.683530434 C6_control_B1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.465732455 C6_control_B2 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.683004373 C6_control_B3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.876793999 C6_control_C1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.747593314 C6_control_C2 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.74881656 C6_control_C3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.755379508 C6_chemical_A1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.644897512 C6_chemical_A3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.745336841 C6_chemical_B1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.564857702 C6_chemical_B2 +LQ08X003890 Rac-like GTP-binding protein RAC1 6.653554578 C6_chemical_B3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.784378413 C6_chemical_C1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.470120233 C6_chemical_C2 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.748764579 C6_chemical_C3 +LQ08X003890 Rac-like GTP-binding protein RAC1 6.155475407 L4_control_A1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.828141326 L4_control_A2 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.702784749 L4_control_A3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.840630217 L4_control_B1 +LQ08X003890 Rac-like GTP-binding protein RAC1 6.004443021 L4_control_B2 +LQ08X003890 Rac-like GTP-binding protein RAC1 6.03427911 L4_control_B3 +LQ08X003890 Rac-like GTP-binding protein RAC1 6.758037802 L4_control_C2 +LQ08X003890 Rac-like GTP-binding protein RAC1 6.694109468 L4_control_C3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.582240577 L4_chemical_A1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.477259255 L4_chemical_A2 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.594161527 L4_chemical_A3 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.573587857 L4_chemical_B1 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.675675722 L4_chemical_B2 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.577602254 L4_chemical_B3 +LQ08X003890 Rac-like GTP-binding protein RAC1 7.283804914 L4_chemical_C2 +LQ08X003890 Rac-like GTP-binding protein RAC1 6.951135391 L4_chemical_C3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 6.673347327 C6_control_A1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 7.822404345 C6_control_A3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 6.180247772 C6_control_B1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 7.229303623 C6_control_B2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 7.057429618 C6_control_B3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 7.992175475 C6_control_C1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 8.241534277 C6_control_C2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 8.556716146 C6_control_C3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 7.287981499 C6_chemical_A1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 7.551139531 C6_chemical_A3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 7.755657224 C6_chemical_B1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 8.146060767 C6_chemical_B2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 8.476282411 C6_chemical_B3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 8.562895555 C6_chemical_C1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 8.454352786 C6_chemical_C2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 8.859281252 C6_chemical_C3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 6.367828661 L4_control_A1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.479080727 L4_control_A2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.27480962 L4_control_A3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.577649263 L4_control_B1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.696646086 L4_control_B2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.750911417 L4_control_B3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 6.681934527 L4_control_C2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 6.589000702 L4_control_C3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.900115467 L4_chemical_A1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.612905697 L4_chemical_A2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.675718094 L4_chemical_A3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.966708368 L4_chemical_B1 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.013058734 L4_chemical_B2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.847010499 L4_chemical_B3 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 5.330627199 L4_chemical_C2 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 6.930589057 L4_chemical_C3 +LQ08X003930 Putative Predicted protein 5.112183966 C6_control_A1 +LQ08X003930 Putative Predicted protein 5.348799955 C6_control_A3 +LQ08X003930 Putative Predicted protein 4.856750156 C6_control_B1 +LQ08X003930 Putative Predicted protein 5.033803895 C6_control_B2 +LQ08X003930 Putative Predicted protein 5.148132071 C6_control_B3 +LQ08X003930 Putative Predicted protein 5.06774411 C6_control_C1 +LQ08X003930 Putative Predicted protein 5.019905077 C6_control_C2 +LQ08X003930 Putative Predicted protein 4.945459689 C6_control_C3 +LQ08X003930 Putative Predicted protein 4.773490716 C6_chemical_A1 +LQ08X003930 Putative Predicted protein 5.199056975 C6_chemical_A3 +LQ08X003930 Putative Predicted protein 4.357840471 C6_chemical_B1 +LQ08X003930 Putative Predicted protein 5.064061932 C6_chemical_B2 +LQ08X003930 Putative Predicted protein 4.706982184 C6_chemical_B3 +LQ08X003930 Putative Predicted protein 4.839216952 C6_chemical_C1 +LQ08X003930 Putative Predicted protein 4.992455997 C6_chemical_C2 +LQ08X003930 Putative Predicted protein 4.816541006 C6_chemical_C3 +LQ08X003930 Putative Predicted protein 4.548216042 L4_control_A1 +LQ08X003930 Putative Predicted protein 4.898953011 L4_control_A2 +LQ08X003930 Putative Predicted protein 4.966601407 L4_control_A3 +LQ08X003930 Putative Predicted protein 4.95422836 L4_control_B1 +LQ08X003930 Putative Predicted protein 4.843842383 L4_control_B2 +LQ08X003930 Putative Predicted protein 4.770944292 L4_control_B3 +LQ08X003930 Putative Predicted protein 6.34313774 L4_control_C2 +LQ08X003930 Putative Predicted protein 6.651806097 L4_control_C3 +LQ08X003930 Putative Predicted protein 5.760598933 L4_chemical_A1 +LQ08X003930 Putative Predicted protein 4.913645104 L4_chemical_A2 +LQ08X003930 Putative Predicted protein 5.372012124 L4_chemical_A3 +LQ08X003930 Putative Predicted protein 5.79478139 L4_chemical_B1 +LQ08X003930 Putative Predicted protein 5.130009335 L4_chemical_B2 +LQ08X003930 Putative Predicted protein 4.720216493 L4_chemical_B3 +LQ08X003930 Putative Predicted protein 8.590820699 L4_chemical_C2 +LQ08X003930 Putative Predicted protein 5.883893202 L4_chemical_C3 +LQ08X003940 Predicted protein 5.263599275 C6_control_A1 +LQ08X003940 Predicted protein 5.404196231 C6_control_A3 +LQ08X003940 Predicted protein 6.457833208 C6_control_B1 +LQ08X003940 Predicted protein 5.688376998 C6_control_B2 +LQ08X003940 Predicted protein 5.704875427 C6_control_B3 +LQ08X003940 Predicted protein 5.361022594 C6_control_C1 +LQ08X003940 Predicted protein 6.139669517 C6_control_C2 +LQ08X003940 Predicted protein 6.000752972 C6_control_C3 +LQ08X003940 Predicted protein 5.348506286 C6_chemical_A1 +LQ08X003940 Predicted protein 5.433678139 C6_chemical_A3 +LQ08X003940 Predicted protein 5.545024942 C6_chemical_B1 +LQ08X003940 Predicted protein 5.877507612 C6_chemical_B2 +LQ08X003940 Predicted protein 5.560486622 C6_chemical_B3 +LQ08X003940 Predicted protein 5.386074037 C6_chemical_C1 +LQ08X003940 Predicted protein 5.719878104 C6_chemical_C2 +LQ08X003940 Predicted protein 5.479603471 C6_chemical_C3 +LQ08X003940 Predicted protein 5.38855631 L4_control_A1 +LQ08X003940 Predicted protein 5.827414497 L4_control_A2 +LQ08X003940 Predicted protein 6.417973248 L4_control_A3 +LQ08X003940 Predicted protein 5.357113378 L4_control_B1 +LQ08X003940 Predicted protein 5.539180107 L4_control_B2 +LQ08X003940 Predicted protein 5.697603135 L4_control_B3 +LQ08X003940 Predicted protein 5.280710425 L4_control_C2 +LQ08X003940 Predicted protein 5.336452575 L4_control_C3 +LQ08X003940 Predicted protein 5.286245071 L4_chemical_A1 +LQ08X003940 Predicted protein 5.76484598 L4_chemical_A2 +LQ08X003940 Predicted protein 6.069735061 L4_chemical_A3 +LQ08X003940 Predicted protein 5.589623335 L4_chemical_B1 +LQ08X003940 Predicted protein 5.308080733 L4_chemical_B2 +LQ08X003940 Predicted protein 5.66250248 L4_chemical_B3 +LQ08X003940 Predicted protein 5.958437964 L4_chemical_C2 +LQ08X003940 Predicted protein 5.240061361 L4_chemical_C3 +LQ08X003970 Zinc finger protein, putative 13.9445309 C6_control_A1 +LQ08X003970 Zinc finger protein, putative 13.63871162 C6_control_A3 +LQ08X003970 Zinc finger protein, putative 13.89593513 C6_control_B1 +LQ08X003970 Zinc finger protein, putative 13.99009055 C6_control_B2 +LQ08X003970 Zinc finger protein, putative 14.07189761 C6_control_B3 +LQ08X003970 Zinc finger protein, putative 13.95899798 C6_control_C1 +LQ08X003970 Zinc finger protein, putative 13.84381148 C6_control_C2 +LQ08X003970 Zinc finger protein, putative 13.98510475 C6_control_C3 +LQ08X003970 Zinc finger protein, putative 13.99823046 C6_chemical_A1 +LQ08X003970 Zinc finger protein, putative 13.75657577 C6_chemical_A3 +LQ08X003970 Zinc finger protein, putative 14.02626997 C6_chemical_B1 +LQ08X003970 Zinc finger protein, putative 13.82627035 C6_chemical_B2 +LQ08X003970 Zinc finger protein, putative 13.92873983 C6_chemical_B3 +LQ08X003970 Zinc finger protein, putative 13.91499805 C6_chemical_C1 +LQ08X003970 Zinc finger protein, putative 13.72944573 C6_chemical_C2 +LQ08X003970 Zinc finger protein, putative 13.83007688 C6_chemical_C3 +LQ08X003970 Zinc finger protein, putative 14.05192624 L4_control_A1 +LQ08X003970 Zinc finger protein, putative 13.97779479 L4_control_A2 +LQ08X003970 Zinc finger protein, putative 14.18707907 L4_control_A3 +LQ08X003970 Zinc finger protein, putative 13.80859455 L4_control_B1 +LQ08X003970 Zinc finger protein, putative 13.79179648 L4_control_B2 +LQ08X003970 Zinc finger protein, putative 14.0471282 L4_control_B3 +LQ08X003970 Zinc finger protein, putative 14.04619077 L4_control_C2 +LQ08X003970 Zinc finger protein, putative 13.82103234 L4_control_C3 +LQ08X003970 Zinc finger protein, putative 14.1935352 L4_chemical_A1 +LQ08X003970 Zinc finger protein, putative 14.25383099 L4_chemical_A2 +LQ08X003970 Zinc finger protein, putative 14.23232506 L4_chemical_A3 +LQ08X003970 Zinc finger protein, putative 14.00165812 L4_chemical_B1 +LQ08X003970 Zinc finger protein, putative 13.66245716 L4_chemical_B2 +LQ08X003970 Zinc finger protein, putative 14.09265196 L4_chemical_B3 +LQ08X003970 Zinc finger protein, putative 14.0192284 L4_chemical_C2 +LQ08X003970 Zinc finger protein, putative 13.74626889 L4_chemical_C3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.759938259 C6_control_A1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.24413943 C6_control_A3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.314404976 C6_control_B1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.327799637 C6_control_B2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.750539104 C6_control_B3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.373402429 C6_control_C1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.528331982 C6_control_C2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.646978819 C6_control_C3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.811102075 C6_chemical_A1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.134876243 C6_chemical_A3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.859477738 C6_chemical_B1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.538532927 C6_chemical_B2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.614238777 C6_chemical_B3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.369099661 C6_chemical_C1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.171008427 C6_chemical_C2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.947859587 C6_chemical_C3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.763536523 L4_control_A1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 6.006260588 L4_control_A2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.540464508 L4_control_A3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.612398824 L4_control_B1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.28254431 L4_control_B2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 6.226776027 L4_control_B3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.66311771 L4_control_C2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.493894744 L4_control_C3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.589766907 L4_chemical_A1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 6.213074395 L4_chemical_A2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.992979394 L4_chemical_A3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.401287208 L4_chemical_B1 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.777359456 L4_chemical_B2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 6.231499017 L4_chemical_B3 +LQ08X003990 Putative GDSL esterase/lipase EXL3 6.035573007 L4_chemical_C2 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.485920781 L4_chemical_C3 +LQ08X004000 Putative Subtilisin-like protease 6.180315188 C6_control_A1 +LQ08X004000 Putative Subtilisin-like protease 5.664227552 C6_control_A3 +LQ08X004000 Putative Subtilisin-like protease 6.438484628 C6_control_B1 +LQ08X004000 Putative Subtilisin-like protease 7.035228008 C6_control_B2 +LQ08X004000 Putative Subtilisin-like protease 6.193996796 C6_control_B3 +LQ08X004000 Putative Subtilisin-like protease 6.095213655 C6_control_C1 +LQ08X004000 Putative Subtilisin-like protease 6.076246524 C6_control_C2 +LQ08X004000 Putative Subtilisin-like protease 6.994298001 C6_control_C3 +LQ08X004000 Putative Subtilisin-like protease 6.643413946 C6_chemical_A1 +LQ08X004000 Putative Subtilisin-like protease 5.67434827 C6_chemical_A3 +LQ08X004000 Putative Subtilisin-like protease 7.178375206 C6_chemical_B1 +LQ08X004000 Putative Subtilisin-like protease 6.593515386 C6_chemical_B2 +LQ08X004000 Putative Subtilisin-like protease 7.31184931 C6_chemical_B3 +LQ08X004000 Putative Subtilisin-like protease 7.216166686 C6_chemical_C1 +LQ08X004000 Putative Subtilisin-like protease 6.153481231 C6_chemical_C2 +LQ08X004000 Putative Subtilisin-like protease 6.842215007 C6_chemical_C3 +LQ08X004000 Putative Subtilisin-like protease 5.837995148 L4_control_A1 +LQ08X004000 Putative Subtilisin-like protease 5.72626833 L4_control_A2 +LQ08X004000 Putative Subtilisin-like protease 5.80405388 L4_control_A3 +LQ08X004000 Putative Subtilisin-like protease 6.346946233 L4_control_B1 +LQ08X004000 Putative Subtilisin-like protease 6.529093415 L4_control_B2 +LQ08X004000 Putative Subtilisin-like protease 5.3822371 L4_control_B3 +LQ08X004000 Putative Subtilisin-like protease 5.872938565 L4_control_C2 +LQ08X004000 Putative Subtilisin-like protease 6.232997175 L4_control_C3 +LQ08X004000 Putative Subtilisin-like protease 5.476353875 L4_chemical_A1 +LQ08X004000 Putative Subtilisin-like protease 6.08307958 L4_chemical_A2 +LQ08X004000 Putative Subtilisin-like protease 6.173102378 L4_chemical_A3 +LQ08X004000 Putative Subtilisin-like protease 6.406629267 L4_chemical_B1 +LQ08X004000 Putative Subtilisin-like protease 6.388122447 L4_chemical_B2 +LQ08X004000 Putative Subtilisin-like protease 6.40253912 L4_chemical_B3 +LQ08X004000 Putative Subtilisin-like protease 5.880677394 L4_chemical_C2 +LQ08X004000 Putative Subtilisin-like protease 7.76430139 L4_chemical_C3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.430634219 C6_control_A1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.607907863 C6_control_A3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.30084127 C6_control_B1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.876502715 C6_control_B2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.530847401 C6_control_B3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.258112322 C6_control_C1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.709397922 C6_control_C2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.004148218 C6_control_C3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.364750763 C6_chemical_A1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.377473724 C6_chemical_A3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.402872074 C6_chemical_B1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.847029196 C6_chemical_B2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.566273632 C6_chemical_B3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.854272636 C6_chemical_C1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.872475955 C6_chemical_C2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.833473283 C6_chemical_C3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.322891496 L4_control_A1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.180693503 L4_control_A2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.901701119 L4_control_A3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.661986077 L4_control_B1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.766665283 L4_control_B2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.797964924 L4_control_B3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.311370882 L4_control_C2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.526565977 L4_control_C3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.314117138 L4_chemical_A1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.101425287 L4_chemical_A2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.747689428 L4_chemical_A3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.578220933 L4_chemical_B1 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.237531852 L4_chemical_B2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.281598009 L4_chemical_B3 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 4.942106935 L4_chemical_C2 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.325228841 L4_chemical_C3 +LQ08X004060 Peroxidase 64 12.54933005 C6_control_A1 +LQ08X004060 Peroxidase 64 9.990271854 C6_control_A3 +LQ08X004060 Peroxidase 64 14.82359951 C6_control_B1 +LQ08X004060 Peroxidase 64 14.7822781 C6_control_B2 +LQ08X004060 Peroxidase 64 15.2943441 C6_control_B3 +LQ08X004060 Peroxidase 64 8.745339418 C6_control_C1 +LQ08X004060 Peroxidase 64 9.194155741 C6_control_C2 +LQ08X004060 Peroxidase 64 8.950141332 C6_control_C3 +LQ08X004060 Peroxidase 64 11.95348704 C6_chemical_A1 +LQ08X004060 Peroxidase 64 9.793551746 C6_chemical_A3 +LQ08X004060 Peroxidase 64 14.61229446 C6_chemical_B1 +LQ08X004060 Peroxidase 64 14.38022266 C6_chemical_B2 +LQ08X004060 Peroxidase 64 14.37492502 C6_chemical_B3 +LQ08X004060 Peroxidase 64 8.763714973 C6_chemical_C1 +LQ08X004060 Peroxidase 64 7.652975146 C6_chemical_C2 +LQ08X004060 Peroxidase 64 8.149096291 C6_chemical_C3 +LQ08X004060 Peroxidase 64 12.74311918 L4_control_A1 +LQ08X004060 Peroxidase 64 13.49624964 L4_control_A2 +LQ08X004060 Peroxidase 64 11.45859068 L4_control_A3 +LQ08X004060 Peroxidase 64 15.60290581 L4_control_B1 +LQ08X004060 Peroxidase 64 15.63797247 L4_control_B2 +LQ08X004060 Peroxidase 64 15.3322851 L4_control_B3 +LQ08X004060 Peroxidase 64 8.875389324 L4_control_C2 +LQ08X004060 Peroxidase 64 9.359144468 L4_control_C3 +LQ08X004060 Peroxidase 64 9.810006126 L4_chemical_A1 +LQ08X004060 Peroxidase 64 12.78558627 L4_chemical_A2 +LQ08X004060 Peroxidase 64 10.34688676 L4_chemical_A3 +LQ08X004060 Peroxidase 64 15.03703045 L4_chemical_B1 +LQ08X004060 Peroxidase 64 15.00936523 L4_chemical_B2 +LQ08X004060 Peroxidase 64 14.80953476 L4_chemical_B3 +LQ08X004060 Peroxidase 64 8.981904786 L4_chemical_C2 +LQ08X004060 Peroxidase 64 10.10497927 L4_chemical_C3 +LQ08X004070 Expansin-A1 8.86051964 C6_control_A1 +LQ08X004070 Expansin-A1 7.28493193 C6_control_A3 +LQ08X004070 Expansin-A1 9.982279678 C6_control_B1 +LQ08X004070 Expansin-A1 9.452842829 C6_control_B2 +LQ08X004070 Expansin-A1 9.67888626 C6_control_B3 +LQ08X004070 Expansin-A1 5.470559902 C6_control_C1 +LQ08X004070 Expansin-A1 5.261348256 C6_control_C2 +LQ08X004070 Expansin-A1 5.786833966 C6_control_C3 +LQ08X004070 Expansin-A1 8.964284993 C6_chemical_A1 +LQ08X004070 Expansin-A1 8.468420847 C6_chemical_A3 +LQ08X004070 Expansin-A1 10.17576259 C6_chemical_B1 +LQ08X004070 Expansin-A1 9.413887964 C6_chemical_B2 +LQ08X004070 Expansin-A1 9.305511324 C6_chemical_B3 +LQ08X004070 Expansin-A1 5.374036159 C6_chemical_C1 +LQ08X004070 Expansin-A1 5.607189155 C6_chemical_C2 +LQ08X004070 Expansin-A1 6.170791356 C6_chemical_C3 +LQ08X004070 Expansin-A1 8.117086478 L4_control_A1 +LQ08X004070 Expansin-A1 6.928547194 L4_control_A2 +LQ08X004070 Expansin-A1 8.618301808 L4_control_A3 +LQ08X004070 Expansin-A1 10.06369761 L4_control_B1 +LQ08X004070 Expansin-A1 9.573598757 L4_control_B2 +LQ08X004070 Expansin-A1 8.918161708 L4_control_B3 +LQ08X004070 Expansin-A1 5.326546219 L4_control_C2 +LQ08X004070 Expansin-A1 5.831668707 L4_control_C3 +LQ08X004070 Expansin-A1 8.34422526 L4_chemical_A1 +LQ08X004070 Expansin-A1 7.913558312 L4_chemical_A2 +LQ08X004070 Expansin-A1 7.814679683 L4_chemical_A3 +LQ08X004070 Expansin-A1 10.7131736 L4_chemical_B1 +LQ08X004070 Expansin-A1 8.601238656 L4_chemical_B2 +LQ08X004070 Expansin-A1 9.160000031 L4_chemical_B3 +LQ08X004070 Expansin-A1 5.3594806 L4_chemical_C2 +LQ08X004070 Expansin-A1 5.636645948 L4_chemical_C3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.42598734 C6_control_A1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.49190885 C6_control_A3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.00771989 C6_control_B1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.53064631 C6_control_B2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 9.707609009 C6_control_B3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.89102038 C6_control_C1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.80372459 C6_control_C2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.36389931 C6_control_C3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.3308934 C6_chemical_A1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.3584355 C6_chemical_A3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 9.84572401 C6_chemical_B1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.26794094 C6_chemical_B2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 9.554439219 C6_chemical_B3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.76607744 C6_chemical_C1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.63842827 C6_chemical_C2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.33949407 C6_chemical_C3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.85310026 L4_control_A1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.56580064 L4_control_A2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 11.03882218 L4_control_A3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.63233252 L4_control_B1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 11.12142772 L4_control_B2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.69934883 L4_control_B3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.73712211 L4_control_C2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.5520319 L4_control_C3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.58075848 L4_chemical_A1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.13994894 L4_chemical_A2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.7967996 L4_chemical_A3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.50845785 L4_chemical_B1 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.39812151 L4_chemical_B2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.6936882 L4_chemical_B3 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.87398133 L4_chemical_C2 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.40562426 L4_chemical_C3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.40671557 C6_control_A1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.63308415 C6_control_A3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.59689023 C6_control_B1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.24968188 C6_control_B2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.27450153 C6_control_B3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 12.75359197 C6_control_C1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 12.89260789 C6_control_C2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 12.50479675 C6_control_C3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.17567359 C6_chemical_A1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.70107285 C6_chemical_A3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.34262431 C6_chemical_B1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.43774992 C6_chemical_B2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.19077923 C6_chemical_B3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 12.56730885 C6_chemical_C1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 12.69545913 C6_chemical_C2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 12.58067271 C6_chemical_C3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.70797332 L4_control_A1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.61883952 L4_control_A2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.18803801 L4_control_A3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.20968673 L4_control_B1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.47063601 L4_control_B2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.53798791 L4_control_B3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 12.78039058 L4_control_C2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.17339309 L4_control_C3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.07547891 L4_chemical_A1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.17103278 L4_chemical_A2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.34420216 L4_chemical_A3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.5208297 L4_chemical_B1 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.31408654 L4_chemical_B2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.60621233 L4_chemical_B3 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 12.54816689 L4_chemical_C2 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.14828407 L4_chemical_C3 +LQ08X004100 Predicted protein (Fragment) 5.068415847 C6_control_A1 +LQ08X004100 Predicted protein (Fragment) 5.219246214 C6_control_A3 +LQ08X004100 Predicted protein (Fragment) 4.791221252 C6_control_B1 +LQ08X004100 Predicted protein (Fragment) 5.365579718 C6_control_B2 +LQ08X004100 Predicted protein (Fragment) 5.027358562 C6_control_B3 +LQ08X004100 Predicted protein (Fragment) 5.125518754 C6_control_C1 +LQ08X004100 Predicted protein (Fragment) 5.982823234 C6_control_C2 +LQ08X004100 Predicted protein (Fragment) 5.794462084 C6_control_C3 +LQ08X004100 Predicted protein (Fragment) 4.970269287 C6_chemical_A1 +LQ08X004100 Predicted protein (Fragment) 4.962219641 C6_chemical_A3 +LQ08X004100 Predicted protein (Fragment) 5.457897499 C6_chemical_B1 +LQ08X004100 Predicted protein (Fragment) 5.339247321 C6_chemical_B2 +LQ08X004100 Predicted protein (Fragment) 5.317650133 C6_chemical_B3 +LQ08X004100 Predicted protein (Fragment) 5.488689693 C6_chemical_C1 +LQ08X004100 Predicted protein (Fragment) 5.356007602 C6_chemical_C2 +LQ08X004100 Predicted protein (Fragment) 5.465805903 C6_chemical_C3 +LQ08X004100 Predicted protein (Fragment) 4.974981034 L4_control_A1 +LQ08X004100 Predicted protein (Fragment) 4.942303906 L4_control_A2 +LQ08X004100 Predicted protein (Fragment) 5.188963979 L4_control_A3 +LQ08X004100 Predicted protein (Fragment) 5.23878234 L4_control_B1 +LQ08X004100 Predicted protein (Fragment) 4.990748 L4_control_B2 +LQ08X004100 Predicted protein (Fragment) 5.313440479 L4_control_B3 +LQ08X004100 Predicted protein (Fragment) 4.900879732 L4_control_C2 +LQ08X004100 Predicted protein (Fragment) 5.316431794 L4_control_C3 +LQ08X004100 Predicted protein (Fragment) 5.153979647 L4_chemical_A1 +LQ08X004100 Predicted protein (Fragment) 5.149414349 L4_chemical_A2 +LQ08X004100 Predicted protein (Fragment) 5.279504568 L4_chemical_A3 +LQ08X004100 Predicted protein (Fragment) 4.959489737 L4_chemical_B1 +LQ08X004100 Predicted protein (Fragment) 5.09015268 L4_chemical_B2 +LQ08X004100 Predicted protein (Fragment) 5.001870963 L4_chemical_B3 +LQ08X004100 Predicted protein (Fragment) 4.868824381 L4_chemical_C2 +LQ08X004100 Predicted protein (Fragment) 4.978462384 L4_chemical_C3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 8.514641212 C6_control_A1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.731199948 C6_control_A3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.055664256 C6_control_B1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 8.901837178 C6_control_B2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.929873475 C6_control_B3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 9.348111565 C6_control_C1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 9.330799263 C6_control_C2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 9.829890893 C6_control_C3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 8.15073763 C6_chemical_A1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.70500672 C6_chemical_A3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 5.216381872 C6_chemical_B1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 8.564414629 C6_chemical_B2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.800643224 C6_chemical_B3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 8.94950496 C6_chemical_C1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 9.358798733 C6_chemical_C2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 8.56625006 C6_chemical_C3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 7.59580786 L4_control_A1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 7.019054675 L4_control_A2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.071276472 L4_control_A3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.150586006 L4_control_B1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.110572403 L4_control_B2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 7.376600307 L4_control_B3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.172326974 L4_control_C2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.034822048 L4_control_C3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 7.199027254 L4_chemical_A1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.584235367 L4_chemical_A2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.001424537 L4_chemical_A3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 5.282335416 L4_chemical_B1 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.225520314 L4_chemical_B2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 6.673904913 L4_chemical_B3 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 5.703006822 L4_chemical_C2 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 7.810966017 L4_chemical_C3 +LQ08X004140 Putative Nucleoredoxin 12.18177444 C6_control_A1 +LQ08X004140 Putative Nucleoredoxin 12.49214518 C6_control_A3 +LQ08X004140 Putative Nucleoredoxin 13.52043522 C6_control_B1 +LQ08X004140 Putative Nucleoredoxin 14.10549963 C6_control_B2 +LQ08X004140 Putative Nucleoredoxin 14.10248932 C6_control_B3 +LQ08X004140 Putative Nucleoredoxin 14.34551223 C6_control_C1 +LQ08X004140 Putative Nucleoredoxin 13.77559557 C6_control_C2 +LQ08X004140 Putative Nucleoredoxin 13.86006474 C6_control_C3 +LQ08X004140 Putative Nucleoredoxin 13.14881616 C6_chemical_A1 +LQ08X004140 Putative Nucleoredoxin 14.08027689 C6_chemical_A3 +LQ08X004140 Putative Nucleoredoxin 14.58048707 C6_chemical_B1 +LQ08X004140 Putative Nucleoredoxin 14.11036582 C6_chemical_B2 +LQ08X004140 Putative Nucleoredoxin 14.23295738 C6_chemical_B3 +LQ08X004140 Putative Nucleoredoxin 14.71559406 C6_chemical_C1 +LQ08X004140 Putative Nucleoredoxin 13.90500493 C6_chemical_C2 +LQ08X004140 Putative Nucleoredoxin 14.08461081 C6_chemical_C3 +LQ08X004140 Putative Nucleoredoxin 12.52880079 L4_control_A1 +LQ08X004140 Putative Nucleoredoxin 12.2869879 L4_control_A2 +LQ08X004140 Putative Nucleoredoxin 12.62119636 L4_control_A3 +LQ08X004140 Putative Nucleoredoxin 14.22367715 L4_control_B1 +LQ08X004140 Putative Nucleoredoxin 14.40082726 L4_control_B2 +LQ08X004140 Putative Nucleoredoxin 14.34938351 L4_control_B3 +LQ08X004140 Putative Nucleoredoxin 14.00195445 L4_control_C2 +LQ08X004140 Putative Nucleoredoxin 13.82212548 L4_control_C3 +LQ08X004140 Putative Nucleoredoxin 14.33163312 L4_chemical_A1 +LQ08X004140 Putative Nucleoredoxin 14.40273169 L4_chemical_A2 +LQ08X004140 Putative Nucleoredoxin 13.74528949 L4_chemical_A3 +LQ08X004140 Putative Nucleoredoxin 14.36729776 L4_chemical_B1 +LQ08X004140 Putative Nucleoredoxin 14.68073289 L4_chemical_B2 +LQ08X004140 Putative Nucleoredoxin 14.01347044 L4_chemical_B3 +LQ08X004140 Putative Nucleoredoxin 14.24837561 L4_chemical_C2 +LQ08X004140 Putative Nucleoredoxin 14.20443939 L4_chemical_C3 +LQ08X004150 V-type proton ATPase subunit B2 5.387265191 C6_control_A1 +LQ08X004150 V-type proton ATPase subunit B2 5.170063512 C6_control_A3 +LQ08X004150 V-type proton ATPase subunit B2 5.955178214 C6_control_B1 +LQ08X004150 V-type proton ATPase subunit B2 5.409632329 C6_control_B2 +LQ08X004150 V-type proton ATPase subunit B2 5.180248023 C6_control_B3 +LQ08X004150 V-type proton ATPase subunit B2 5.470176725 C6_control_C1 +LQ08X004150 V-type proton ATPase subunit B2 5.423865749 C6_control_C2 +LQ08X004150 V-type proton ATPase subunit B2 5.637763898 C6_control_C3 +LQ08X004150 V-type proton ATPase subunit B2 5.74852524 C6_chemical_A1 +LQ08X004150 V-type proton ATPase subunit B2 5.069868939 C6_chemical_A3 +LQ08X004150 V-type proton ATPase subunit B2 6.803169008 C6_chemical_B1 +LQ08X004150 V-type proton ATPase subunit B2 5.779462431 C6_chemical_B2 +LQ08X004150 V-type proton ATPase subunit B2 6.00006075 C6_chemical_B3 +LQ08X004150 V-type proton ATPase subunit B2 5.648495714 C6_chemical_C1 +LQ08X004150 V-type proton ATPase subunit B2 5.525850745 C6_chemical_C2 +LQ08X004150 V-type proton ATPase subunit B2 5.35018037 C6_chemical_C3 +LQ08X004150 V-type proton ATPase subunit B2 5.948026067 L4_control_A1 +LQ08X004150 V-type proton ATPase subunit B2 5.351122715 L4_control_A2 +LQ08X004150 V-type proton ATPase subunit B2 5.119075224 L4_control_A3 +LQ08X004150 V-type proton ATPase subunit B2 5.632128688 L4_control_B1 +LQ08X004150 V-type proton ATPase subunit B2 5.780644263 L4_control_B2 +LQ08X004150 V-type proton ATPase subunit B2 5.807433765 L4_control_B3 +LQ08X004150 V-type proton ATPase subunit B2 5.36858394 L4_control_C2 +LQ08X004150 V-type proton ATPase subunit B2 5.652609253 L4_control_C3 +LQ08X004150 V-type proton ATPase subunit B2 5.302797415 L4_chemical_A1 +LQ08X004150 V-type proton ATPase subunit B2 5.195204874 L4_chemical_A2 +LQ08X004150 V-type proton ATPase subunit B2 5.07721151 L4_chemical_A3 +LQ08X004150 V-type proton ATPase subunit B2 5.615032202 L4_chemical_B1 +LQ08X004150 V-type proton ATPase subunit B2 6.33567643 L4_chemical_B2 +LQ08X004150 V-type proton ATPase subunit B2 5.422166655 L4_chemical_B3 +LQ08X004150 V-type proton ATPase subunit B2 5.268556701 L4_chemical_C2 +LQ08X004150 V-type proton ATPase subunit B2 5.632210378 L4_chemical_C3 +LQ08X004170 Calcium-dependent protein kinase 29 10.30454774 C6_control_A1 +LQ08X004170 Calcium-dependent protein kinase 29 10.06205457 C6_control_A3 +LQ08X004170 Calcium-dependent protein kinase 29 10.72260646 C6_control_B1 +LQ08X004170 Calcium-dependent protein kinase 29 9.53326867 C6_control_B2 +LQ08X004170 Calcium-dependent protein kinase 29 10.35138447 C6_control_B3 +LQ08X004170 Calcium-dependent protein kinase 29 8.787113212 C6_control_C1 +LQ08X004170 Calcium-dependent protein kinase 29 7.325335477 C6_control_C2 +LQ08X004170 Calcium-dependent protein kinase 29 8.644447058 C6_control_C3 +LQ08X004170 Calcium-dependent protein kinase 29 10.31023167 C6_chemical_A1 +LQ08X004170 Calcium-dependent protein kinase 29 10.60882719 C6_chemical_A3 +LQ08X004170 Calcium-dependent protein kinase 29 10.49881729 C6_chemical_B1 +LQ08X004170 Calcium-dependent protein kinase 29 9.887695709 C6_chemical_B2 +LQ08X004170 Calcium-dependent protein kinase 29 10.04208337 C6_chemical_B3 +LQ08X004170 Calcium-dependent protein kinase 29 8.002981349 C6_chemical_C1 +LQ08X004170 Calcium-dependent protein kinase 29 7.696048598 C6_chemical_C2 +LQ08X004170 Calcium-dependent protein kinase 29 8.789764753 C6_chemical_C3 +LQ08X004170 Calcium-dependent protein kinase 29 10.1228663 L4_control_A1 +LQ08X004170 Calcium-dependent protein kinase 29 9.898789699 L4_control_A2 +LQ08X004170 Calcium-dependent protein kinase 29 10.1106158 L4_control_A3 +LQ08X004170 Calcium-dependent protein kinase 29 10.41708558 L4_control_B1 +LQ08X004170 Calcium-dependent protein kinase 29 10.30952213 L4_control_B2 +LQ08X004170 Calcium-dependent protein kinase 29 9.341384658 L4_control_B3 +LQ08X004170 Calcium-dependent protein kinase 29 7.774563329 L4_control_C2 +LQ08X004170 Calcium-dependent protein kinase 29 9.204523615 L4_control_C3 +LQ08X004170 Calcium-dependent protein kinase 29 10.4619741 L4_chemical_A1 +LQ08X004170 Calcium-dependent protein kinase 29 9.506750711 L4_chemical_A2 +LQ08X004170 Calcium-dependent protein kinase 29 10.12032742 L4_chemical_A3 +LQ08X004170 Calcium-dependent protein kinase 29 10.50288685 L4_chemical_B1 +LQ08X004170 Calcium-dependent protein kinase 29 9.676858542 L4_chemical_B2 +LQ08X004170 Calcium-dependent protein kinase 29 9.971117826 L4_chemical_B3 +LQ08X004170 Calcium-dependent protein kinase 29 7.947385526 L4_chemical_C2 +LQ08X004170 Calcium-dependent protein kinase 29 8.670939555 L4_chemical_C3 +LQ08X004190 Predicted protein 10.74258704 C6_control_A1 +LQ08X004190 Predicted protein 10.72381359 C6_control_A3 +LQ08X004190 Predicted protein 10.65143519 C6_control_B1 +LQ08X004190 Predicted protein 9.906943414 C6_control_B2 +LQ08X004190 Predicted protein 10.60034896 C6_control_B3 +LQ08X004190 Predicted protein 9.838848936 C6_control_C1 +LQ08X004190 Predicted protein 9.413863837 C6_control_C2 +LQ08X004190 Predicted protein 9.237975258 C6_control_C3 +LQ08X004190 Predicted protein 10.76658487 C6_chemical_A1 +LQ08X004190 Predicted protein 10.66829948 C6_chemical_A3 +LQ08X004190 Predicted protein 10.5830965 C6_chemical_B1 +LQ08X004190 Predicted protein 9.91944383 C6_chemical_B2 +LQ08X004190 Predicted protein 10.25354799 C6_chemical_B3 +LQ08X004190 Predicted protein 9.54629769 C6_chemical_C1 +LQ08X004190 Predicted protein 9.264164677 C6_chemical_C2 +LQ08X004190 Predicted protein 9.161601988 C6_chemical_C3 +LQ08X004190 Predicted protein 11.08015493 L4_control_A1 +LQ08X004190 Predicted protein 11.01919729 L4_control_A2 +LQ08X004190 Predicted protein 11.19983629 L4_control_A3 +LQ08X004190 Predicted protein 10.57843326 L4_control_B1 +LQ08X004190 Predicted protein 11.04992781 L4_control_B2 +LQ08X004190 Predicted protein 10.32230437 L4_control_B3 +LQ08X004190 Predicted protein 10.05555849 L4_control_C2 +LQ08X004190 Predicted protein 9.891865755 L4_control_C3 +LQ08X004190 Predicted protein 11.10200062 L4_chemical_A1 +LQ08X004190 Predicted protein 10.61869672 L4_chemical_A2 +LQ08X004190 Predicted protein 11.41318517 L4_chemical_A3 +LQ08X004190 Predicted protein 10.84059537 L4_chemical_B1 +LQ08X004190 Predicted protein 10.57715156 L4_chemical_B2 +LQ08X004190 Predicted protein 10.50568399 L4_chemical_B3 +LQ08X004190 Predicted protein 10.09876251 L4_chemical_C2 +LQ08X004190 Predicted protein 9.749093715 L4_chemical_C3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.219270555 C6_control_A1 +LQ08X004240 Putative Uncharacterized protein At1g76070 4.974257133 C6_control_A3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.744313999 C6_control_B1 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.849691098 C6_control_B2 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.72177933 C6_control_B3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.687115991 C6_control_C1 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.442672764 C6_control_C2 +LQ08X004240 Putative Uncharacterized protein At1g76070 6.278250216 C6_control_C3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.467208475 C6_chemical_A1 +LQ08X004240 Putative Uncharacterized protein At1g76070 4.924545549 C6_chemical_A3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.690347157 C6_chemical_B1 +LQ08X004240 Putative Uncharacterized protein At1g76070 6.088797736 C6_chemical_B2 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.981444507 C6_chemical_B3 +LQ08X004240 Putative Uncharacterized protein At1g76070 6.049367799 C6_chemical_C1 +LQ08X004240 Putative Uncharacterized protein At1g76070 6.071419421 C6_chemical_C2 +LQ08X004240 Putative Uncharacterized protein At1g76070 7.087516874 C6_chemical_C3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.238976001 L4_control_A1 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.32568775 L4_control_A2 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.635697991 L4_control_A3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.568873413 L4_control_B1 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.329848548 L4_control_B2 +LQ08X004240 Putative Uncharacterized protein At1g76070 6.942539451 L4_control_B3 +LQ08X004240 Putative Uncharacterized protein At1g76070 6.445504459 L4_control_C2 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.736017524 L4_control_C3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.239444065 L4_chemical_A1 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.280539927 L4_chemical_A2 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.424572312 L4_chemical_A3 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.658669447 L4_chemical_B1 +LQ08X004240 Putative Uncharacterized protein At1g76070 6.474019692 L4_chemical_B2 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.546735699 L4_chemical_B3 +LQ08X004240 Putative Uncharacterized protein At1g76070 6.262501385 L4_chemical_C2 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.71741635 L4_chemical_C3 +LQ08X004250 Putative Thioredoxin H-type 4 6.293282123 C6_control_A1 +LQ08X004250 Putative Thioredoxin H-type 4 6.132440598 C6_control_A3 +LQ08X004250 Putative Thioredoxin H-type 4 5.581127506 C6_control_B1 +LQ08X004250 Putative Thioredoxin H-type 4 5.536250733 C6_control_B2 +LQ08X004250 Putative Thioredoxin H-type 4 5.845958192 C6_control_B3 +LQ08X004250 Putative Thioredoxin H-type 4 5.360907178 C6_control_C1 +LQ08X004250 Putative Thioredoxin H-type 4 6.028433548 C6_control_C2 +LQ08X004250 Putative Thioredoxin H-type 4 5.578083157 C6_control_C3 +LQ08X004250 Putative Thioredoxin H-type 4 5.992796752 C6_chemical_A1 +LQ08X004250 Putative Thioredoxin H-type 4 5.434721535 C6_chemical_A3 +LQ08X004250 Putative Thioredoxin H-type 4 5.356978485 C6_chemical_B1 +LQ08X004250 Putative Thioredoxin H-type 4 5.482775182 C6_chemical_B2 +LQ08X004250 Putative Thioredoxin H-type 4 5.280392067 C6_chemical_B3 +LQ08X004250 Putative Thioredoxin H-type 4 5.553070364 C6_chemical_C1 +LQ08X004250 Putative Thioredoxin H-type 4 5.269662929 C6_chemical_C2 +LQ08X004250 Putative Thioredoxin H-type 4 5.568830052 C6_chemical_C3 +LQ08X004250 Putative Thioredoxin H-type 4 6.109720933 L4_control_A1 +LQ08X004250 Putative Thioredoxin H-type 4 5.426200533 L4_control_A2 +LQ08X004250 Putative Thioredoxin H-type 4 6.53970422 L4_control_A3 +LQ08X004250 Putative Thioredoxin H-type 4 6.025106368 L4_control_B1 +LQ08X004250 Putative Thioredoxin H-type 4 5.492237023 L4_control_B2 +LQ08X004250 Putative Thioredoxin H-type 4 5.791471731 L4_control_B3 +LQ08X004250 Putative Thioredoxin H-type 4 5.463056349 L4_control_C2 +LQ08X004250 Putative Thioredoxin H-type 4 5.149968896 L4_control_C3 +LQ08X004250 Putative Thioredoxin H-type 4 5.534951437 L4_chemical_A1 +LQ08X004250 Putative Thioredoxin H-type 4 5.977413882 L4_chemical_A2 +LQ08X004250 Putative Thioredoxin H-type 4 6.517844446 L4_chemical_A3 +LQ08X004250 Putative Thioredoxin H-type 4 5.655607327 L4_chemical_B1 +LQ08X004250 Putative Thioredoxin H-type 4 5.170481018 L4_chemical_B2 +LQ08X004250 Putative Thioredoxin H-type 4 5.93092778 L4_chemical_B3 +LQ08X004250 Putative Thioredoxin H-type 4 6.001065808 L4_chemical_C2 +LQ08X004250 Putative Thioredoxin H-type 4 5.809074671 L4_chemical_C3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.55254497 C6_control_A1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.33229326 C6_control_A3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 12.94063731 C6_control_B1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 12.27235563 C6_control_B2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.11849753 C6_control_B3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 10.47079458 C6_control_C1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 9.170454044 C6_control_C2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 10.52545852 C6_control_C3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.53075949 C6_chemical_A1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.88853304 C6_chemical_A3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 12.99182178 C6_chemical_B1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 12.43259588 C6_chemical_B2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 12.8913643 C6_chemical_B3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 9.985816244 C6_chemical_C1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 9.610181663 C6_chemical_C2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 10.25567941 C6_chemical_C3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.70904635 L4_control_A1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 14.11723743 L4_control_A2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 14.15927236 L4_control_A3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 12.99102085 L4_control_B1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 14.14540582 L4_control_B2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 11.36195902 L4_control_B3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 11.12924751 L4_control_C2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 11.6154397 L4_control_C3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 12.73906694 L4_chemical_A1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.5896635 L4_chemical_A2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.82064244 L4_chemical_A3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.2530028 L4_chemical_B1 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.67824022 L4_chemical_B2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 12.59138469 L4_chemical_B3 +LQ08X004260 24-methylenesterol C-methyltransferase 2 11.06638236 L4_chemical_C2 +LQ08X004260 24-methylenesterol C-methyltransferase 2 11.4397958 L4_chemical_C3 +LQ08X004270 Tetracycline transporter, putative 9.608691166 C6_control_A1 +LQ08X004270 Tetracycline transporter, putative 8.094188091 C6_control_A3 +LQ08X004270 Tetracycline transporter, putative 9.725334986 C6_control_B1 +LQ08X004270 Tetracycline transporter, putative 10.523554 C6_control_B2 +LQ08X004270 Tetracycline transporter, putative 10.00133234 C6_control_B3 +LQ08X004270 Tetracycline transporter, putative 10.37259862 C6_control_C1 +LQ08X004270 Tetracycline transporter, putative 10.28991015 C6_control_C2 +LQ08X004270 Tetracycline transporter, putative 10.36887331 C6_control_C3 +LQ08X004270 Tetracycline transporter, putative 10.22920075 C6_chemical_A1 +LQ08X004270 Tetracycline transporter, putative 8.649291588 C6_chemical_A3 +LQ08X004270 Tetracycline transporter, putative 10.43260681 C6_chemical_B1 +LQ08X004270 Tetracycline transporter, putative 10.08493586 C6_chemical_B2 +LQ08X004270 Tetracycline transporter, putative 10.43950191 C6_chemical_B3 +LQ08X004270 Tetracycline transporter, putative 9.674090778 C6_chemical_C1 +LQ08X004270 Tetracycline transporter, putative 10.1087803 C6_chemical_C2 +LQ08X004270 Tetracycline transporter, putative 9.119573625 C6_chemical_C3 +LQ08X004270 Tetracycline transporter, putative 9.237666045 L4_control_A1 +LQ08X004270 Tetracycline transporter, putative 9.170511407 L4_control_A2 +LQ08X004270 Tetracycline transporter, putative 8.209277314 L4_control_A3 +LQ08X004270 Tetracycline transporter, putative 9.611892575 L4_control_B1 +LQ08X004270 Tetracycline transporter, putative 10.56510131 L4_control_B2 +LQ08X004270 Tetracycline transporter, putative 12.12257093 L4_control_B3 +LQ08X004270 Tetracycline transporter, putative 9.000367712 L4_control_C2 +LQ08X004270 Tetracycline transporter, putative 11.22475705 L4_control_C3 +LQ08X004270 Tetracycline transporter, putative 8.754496697 L4_chemical_A1 +LQ08X004270 Tetracycline transporter, putative 9.106626989 L4_chemical_A2 +LQ08X004270 Tetracycline transporter, putative 8.118697966 L4_chemical_A3 +LQ08X004270 Tetracycline transporter, putative 9.587631349 L4_chemical_B1 +LQ08X004270 Tetracycline transporter, putative 10.04383909 L4_chemical_B2 +LQ08X004270 Tetracycline transporter, putative 10.00540866 L4_chemical_B3 +LQ08X004270 Tetracycline transporter, putative 8.702099681 L4_chemical_C2 +LQ08X004270 Tetracycline transporter, putative 10.99119595 L4_chemical_C3 +LQ08X004280 Phospholipase D delta 6.85086767 C6_control_A1 +LQ08X004280 Phospholipase D delta 5.741444069 C6_control_A3 +LQ08X004280 Phospholipase D delta 8.207523249 C6_control_B1 +LQ08X004280 Phospholipase D delta 7.974473395 C6_control_B2 +LQ08X004280 Phospholipase D delta 7.623998845 C6_control_B3 +LQ08X004280 Phospholipase D delta 8.421924042 C6_control_C1 +LQ08X004280 Phospholipase D delta 8.16441579 C6_control_C2 +LQ08X004280 Phospholipase D delta 8.083943827 C6_control_C3 +LQ08X004280 Phospholipase D delta 7.186542275 C6_chemical_A1 +LQ08X004280 Phospholipase D delta 6.721540864 C6_chemical_A3 +LQ08X004280 Phospholipase D delta 8.406411003 C6_chemical_B1 +LQ08X004280 Phospholipase D delta 7.735445569 C6_chemical_B2 +LQ08X004280 Phospholipase D delta 7.412600497 C6_chemical_B3 +LQ08X004280 Phospholipase D delta 8.707310004 C6_chemical_C1 +LQ08X004280 Phospholipase D delta 9.10198474 C6_chemical_C2 +LQ08X004280 Phospholipase D delta 8.576360618 C6_chemical_C3 +LQ08X004280 Phospholipase D delta 6.031101737 L4_control_A1 +LQ08X004280 Phospholipase D delta 6.550839329 L4_control_A2 +LQ08X004280 Phospholipase D delta 5.298389865 L4_control_A3 +LQ08X004280 Phospholipase D delta 8.174495408 L4_control_B1 +LQ08X004280 Phospholipase D delta 7.91057483 L4_control_B2 +LQ08X004280 Phospholipase D delta 7.163880021 L4_control_B3 +LQ08X004280 Phospholipase D delta 7.766722522 L4_control_C2 +LQ08X004280 Phospholipase D delta 7.322260456 L4_control_C3 +LQ08X004280 Phospholipase D delta 5.973905636 L4_chemical_A1 +LQ08X004280 Phospholipase D delta 6.397330136 L4_chemical_A2 +LQ08X004280 Phospholipase D delta 4.897805504 L4_chemical_A3 +LQ08X004280 Phospholipase D delta 7.734963586 L4_chemical_B1 +LQ08X004280 Phospholipase D delta 7.817459853 L4_chemical_B2 +LQ08X004280 Phospholipase D delta 6.604198345 L4_chemical_B3 +LQ08X004280 Phospholipase D delta 7.581927931 L4_chemical_C2 +LQ08X004280 Phospholipase D delta 8.330320017 L4_chemical_C3 +LQ08X004290 Plastocyanin, chloroplastic 15.17669366 C6_control_A1 +LQ08X004290 Plastocyanin, chloroplastic 14.95482248 C6_control_A3 +LQ08X004290 Plastocyanin, chloroplastic 15.4045972 C6_control_B1 +LQ08X004290 Plastocyanin, chloroplastic 15.37668564 C6_control_B2 +LQ08X004290 Plastocyanin, chloroplastic 15.51766592 C6_control_B3 +LQ08X004290 Plastocyanin, chloroplastic 15.38471652 C6_control_C1 +LQ08X004290 Plastocyanin, chloroplastic 15.34017015 C6_control_C2 +LQ08X004290 Plastocyanin, chloroplastic 15.49300475 C6_control_C3 +LQ08X004290 Plastocyanin, chloroplastic 15.41549101 C6_chemical_A1 +LQ08X004290 Plastocyanin, chloroplastic 15.38821906 C6_chemical_A3 +LQ08X004290 Plastocyanin, chloroplastic 15.66226079 C6_chemical_B1 +LQ08X004290 Plastocyanin, chloroplastic 15.49195682 C6_chemical_B2 +LQ08X004290 Plastocyanin, chloroplastic 15.479015 C6_chemical_B3 +LQ08X004290 Plastocyanin, chloroplastic 15.35871915 C6_chemical_C1 +LQ08X004290 Plastocyanin, chloroplastic 15.58930246 C6_chemical_C2 +LQ08X004290 Plastocyanin, chloroplastic 15.45627753 C6_chemical_C3 +LQ08X004290 Plastocyanin, chloroplastic 15.16518186 L4_control_A1 +LQ08X004290 Plastocyanin, chloroplastic 15.44099082 L4_control_A2 +LQ08X004290 Plastocyanin, chloroplastic 14.73002623 L4_control_A3 +LQ08X004290 Plastocyanin, chloroplastic 15.62669028 L4_control_B1 +LQ08X004290 Plastocyanin, chloroplastic 15.36841147 L4_control_B2 +LQ08X004290 Plastocyanin, chloroplastic 15.64452794 L4_control_B3 +LQ08X004290 Plastocyanin, chloroplastic 15.38934916 L4_control_C2 +LQ08X004290 Plastocyanin, chloroplastic 15.45251374 L4_control_C3 +LQ08X004290 Plastocyanin, chloroplastic 15.10257164 L4_chemical_A1 +LQ08X004290 Plastocyanin, chloroplastic 15.63457405 L4_chemical_A2 +LQ08X004290 Plastocyanin, chloroplastic 14.57388533 L4_chemical_A3 +LQ08X004290 Plastocyanin, chloroplastic 15.43203326 L4_chemical_B1 +LQ08X004290 Plastocyanin, chloroplastic 15.64523302 L4_chemical_B2 +LQ08X004290 Plastocyanin, chloroplastic 15.25410866 L4_chemical_B3 +LQ08X004290 Plastocyanin, chloroplastic 15.7504399 L4_chemical_C2 +LQ08X004290 Plastocyanin, chloroplastic 15.55256882 L4_chemical_C3 +LQ08X004300 Putative uncharacterized protein 13.20286874 C6_control_A1 +LQ08X004300 Putative uncharacterized protein 12.53911497 C6_control_A3 +LQ08X004300 Putative uncharacterized protein 13.62004409 C6_control_B1 +LQ08X004300 Putative uncharacterized protein 13.64277588 C6_control_B2 +LQ08X004300 Putative uncharacterized protein 13.5763074 C6_control_B3 +LQ08X004300 Putative uncharacterized protein 15.1840505 C6_control_C1 +LQ08X004300 Putative uncharacterized protein 14.5444284 C6_control_C2 +LQ08X004300 Putative uncharacterized protein 14.73560028 C6_control_C3 +LQ08X004300 Putative uncharacterized protein 13.56508081 C6_chemical_A1 +LQ08X004300 Putative uncharacterized protein 12.77056835 C6_chemical_A3 +LQ08X004300 Putative uncharacterized protein 14.27329307 C6_chemical_B1 +LQ08X004300 Putative uncharacterized protein 13.94025811 C6_chemical_B2 +LQ08X004300 Putative uncharacterized protein 13.67042105 C6_chemical_B3 +LQ08X004300 Putative uncharacterized protein 15.1433497 C6_chemical_C1 +LQ08X004300 Putative uncharacterized protein 15.03811068 C6_chemical_C2 +LQ08X004300 Putative uncharacterized protein 14.93722716 C6_chemical_C3 +LQ08X004300 Putative uncharacterized protein 13.02281738 L4_control_A1 +LQ08X004300 Putative uncharacterized protein 12.97033603 L4_control_A2 +LQ08X004300 Putative uncharacterized protein 13.28162313 L4_control_A3 +LQ08X004300 Putative uncharacterized protein 14.06877049 L4_control_B1 +LQ08X004300 Putative uncharacterized protein 13.5161111 L4_control_B2 +LQ08X004300 Putative uncharacterized protein 13.35330411 L4_control_B3 +LQ08X004300 Putative uncharacterized protein 14.87995564 L4_control_C2 +LQ08X004300 Putative uncharacterized protein 14.83078328 L4_control_C3 +LQ08X004300 Putative uncharacterized protein 13.73487472 L4_chemical_A1 +LQ08X004300 Putative uncharacterized protein 14.10900793 L4_chemical_A2 +LQ08X004300 Putative uncharacterized protein 13.52306085 L4_chemical_A3 +LQ08X004300 Putative uncharacterized protein 14.36392174 L4_chemical_B1 +LQ08X004300 Putative uncharacterized protein 13.90053515 L4_chemical_B2 +LQ08X004300 Putative uncharacterized protein 13.38678121 L4_chemical_B3 +LQ08X004300 Putative uncharacterized protein 14.98887256 L4_chemical_C2 +LQ08X004300 Putative uncharacterized protein 15.10458391 L4_chemical_C3 +LQ08X004310 Ornithine decarboxylase 5.964322218 C6_control_A1 +LQ08X004310 Ornithine decarboxylase 6.479684699 C6_control_A3 +LQ08X004310 Ornithine decarboxylase 6.156908544 C6_control_B1 +LQ08X004310 Ornithine decarboxylase 6.26950028 C6_control_B2 +LQ08X004310 Ornithine decarboxylase 7.194426039 C6_control_B3 +LQ08X004310 Ornithine decarboxylase 7.051015484 C6_control_C1 +LQ08X004310 Ornithine decarboxylase 6.38759853 C6_control_C2 +LQ08X004310 Ornithine decarboxylase 6.964383745 C6_control_C3 +LQ08X004310 Ornithine decarboxylase 5.785023316 C6_chemical_A1 +LQ08X004310 Ornithine decarboxylase 6.838313198 C6_chemical_A3 +LQ08X004310 Ornithine decarboxylase 5.608457458 C6_chemical_B1 +LQ08X004310 Ornithine decarboxylase 5.691131657 C6_chemical_B2 +LQ08X004310 Ornithine decarboxylase 6.214045704 C6_chemical_B3 +LQ08X004310 Ornithine decarboxylase 6.881046643 C6_chemical_C1 +LQ08X004310 Ornithine decarboxylase 6.541301722 C6_chemical_C2 +LQ08X004310 Ornithine decarboxylase 6.062271469 C6_chemical_C3 +LQ08X004310 Ornithine decarboxylase 6.433652205 L4_control_A1 +LQ08X004310 Ornithine decarboxylase 6.080711902 L4_control_A2 +LQ08X004310 Ornithine decarboxylase 6.085408728 L4_control_A3 +LQ08X004310 Ornithine decarboxylase 5.760046664 L4_control_B1 +LQ08X004310 Ornithine decarboxylase 6.285428878 L4_control_B2 +LQ08X004310 Ornithine decarboxylase 7.066434025 L4_control_B3 +LQ08X004310 Ornithine decarboxylase 7.061926389 L4_control_C2 +LQ08X004310 Ornithine decarboxylase 6.768412811 L4_control_C3 +LQ08X004310 Ornithine decarboxylase 6.800525769 L4_chemical_A1 +LQ08X004310 Ornithine decarboxylase 5.562911516 L4_chemical_A2 +LQ08X004310 Ornithine decarboxylase 5.806758521 L4_chemical_A3 +LQ08X004310 Ornithine decarboxylase 5.709063231 L4_chemical_B1 +LQ08X004310 Ornithine decarboxylase 6.216608569 L4_chemical_B2 +LQ08X004310 Ornithine decarboxylase 6.605047458 L4_chemical_B3 +LQ08X004310 Ornithine decarboxylase 8.161491644 L4_chemical_C2 +LQ08X004310 Ornithine decarboxylase 6.339679242 L4_chemical_C3 +LQ08X004320 Protein kinase, putative 5.214115651 C6_control_A1 +LQ08X004320 Protein kinase, putative 5.355407284 C6_control_A3 +LQ08X004320 Protein kinase, putative 5.355990068 C6_control_B1 +LQ08X004320 Protein kinase, putative 4.86865085 C6_control_B2 +LQ08X004320 Protein kinase, putative 5.4960212 C6_control_B3 +LQ08X004320 Protein kinase, putative 4.70010132 C6_control_C1 +LQ08X004320 Protein kinase, putative 5.13413357 C6_control_C2 +LQ08X004320 Protein kinase, putative 5.266381717 C6_control_C3 +LQ08X004320 Protein kinase, putative 5.123859727 C6_chemical_A1 +LQ08X004320 Protein kinase, putative 5.379099235 C6_chemical_A3 +LQ08X004320 Protein kinase, putative 5.222186284 C6_chemical_B1 +LQ08X004320 Protein kinase, putative 4.799899664 C6_chemical_B2 +LQ08X004320 Protein kinase, putative 5.491535986 C6_chemical_B3 +LQ08X004320 Protein kinase, putative 4.866795749 C6_chemical_C1 +LQ08X004320 Protein kinase, putative 5.139328509 C6_chemical_C2 +LQ08X004320 Protein kinase, putative 5.109018895 C6_chemical_C3 +LQ08X004320 Protein kinase, putative 5.240686917 L4_control_A1 +LQ08X004320 Protein kinase, putative 5.676321689 L4_control_A2 +LQ08X004320 Protein kinase, putative 5.657623847 L4_control_A3 +LQ08X004320 Protein kinase, putative 4.964153286 L4_control_B1 +LQ08X004320 Protein kinase, putative 5.522821274 L4_control_B2 +LQ08X004320 Protein kinase, putative 5.684647374 L4_control_B3 +LQ08X004320 Protein kinase, putative 6.192114332 L4_control_C2 +LQ08X004320 Protein kinase, putative 5.327530739 L4_control_C3 +LQ08X004320 Protein kinase, putative 5.300849638 L4_chemical_A1 +LQ08X004320 Protein kinase, putative 5.509731627 L4_chemical_A2 +LQ08X004320 Protein kinase, putative 5.25207002 L4_chemical_A3 +LQ08X004320 Protein kinase, putative 5.154694149 L4_chemical_B1 +LQ08X004320 Protein kinase, putative 5.343577313 L4_chemical_B2 +LQ08X004320 Protein kinase, putative 5.591503763 L4_chemical_B3 +LQ08X004320 Protein kinase, putative 5.934378336 L4_chemical_C2 +LQ08X004320 Protein kinase, putative 5.94647728 L4_chemical_C3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.86628021 C6_control_A1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.89820476 C6_control_A3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.59299331 C6_control_B1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 14.08888657 C6_control_B2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 14.15269265 C6_control_B3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.81848131 C6_control_C1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 14.04331069 C6_control_C2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.87245833 C6_control_C3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.88345709 C6_chemical_A1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.9008964 C6_chemical_A3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.56962773 C6_chemical_B1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 14.07042389 C6_chemical_B2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.7697149 C6_chemical_B3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.67243757 C6_chemical_C1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.62233563 C6_chemical_C2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.02757924 C6_chemical_C3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.88022685 L4_control_A1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.99294867 L4_control_A2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 14.27559915 L4_control_A3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.6189129 L4_control_B1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.66434949 L4_control_B2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 14.46676888 L4_control_B3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.60676399 L4_control_C2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.64700999 L4_control_C3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.56880808 L4_chemical_A1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.68272644 L4_chemical_A2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.91915709 L4_chemical_A3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.29649817 L4_chemical_B1 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.64123421 L4_chemical_B2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.92995821 L4_chemical_B3 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.68411983 L4_chemical_C2 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.85528504 L4_chemical_C3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.18934372 C6_control_A1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.784920253 C6_control_A3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.674457317 C6_control_B1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.50707201 C6_control_B2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.524898367 C6_control_B3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.72862247 C6_control_C1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.81679641 C6_control_C2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.80836301 C6_control_C3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.776440561 C6_chemical_A1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.597086467 C6_chemical_A3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.314119547 C6_chemical_B1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.38562039 C6_chemical_B2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.051095093 C6_chemical_B3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.85226065 C6_chemical_C1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 11.14203218 C6_chemical_C2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.43248927 C6_chemical_C3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.761703373 L4_control_A1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.36022586 L4_control_A2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.265948291 L4_control_A3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.2145488 L4_control_B1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.216735478 L4_control_B2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.826498365 L4_control_B3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.981355567 L4_control_C2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.659397166 L4_control_C3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.12271807 L4_chemical_A1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.12942472 L4_chemical_A2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.443843387 L4_chemical_A3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.596325713 L4_chemical_B1 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 8.952684658 L4_chemical_B2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.569490082 L4_chemical_B3 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 10.01916788 L4_chemical_C2 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.881067184 L4_chemical_C3 +LQ08X004410 Putative F-box protein SKIP23 6.905401098 C6_control_A1 +LQ08X004410 Putative F-box protein SKIP23 6.104717721 C6_control_A3 +LQ08X004410 Putative F-box protein SKIP23 6.57565582 C6_control_B1 +LQ08X004410 Putative F-box protein SKIP23 8.027668971 C6_control_B2 +LQ08X004410 Putative F-box protein SKIP23 7.507481567 C6_control_B3 +LQ08X004410 Putative F-box protein SKIP23 8.860456117 C6_control_C1 +LQ08X004410 Putative F-box protein SKIP23 6.559715338 C6_control_C2 +LQ08X004410 Putative F-box protein SKIP23 8.460750501 C6_control_C3 +LQ08X004410 Putative F-box protein SKIP23 7.192622799 C6_chemical_A1 +LQ08X004410 Putative F-box protein SKIP23 7.420685502 C6_chemical_A3 +LQ08X004410 Putative F-box protein SKIP23 6.935393056 C6_chemical_B1 +LQ08X004410 Putative F-box protein SKIP23 8.059555837 C6_chemical_B2 +LQ08X004410 Putative F-box protein SKIP23 7.59130684 C6_chemical_B3 +LQ08X004410 Putative F-box protein SKIP23 8.384235093 C6_chemical_C1 +LQ08X004410 Putative F-box protein SKIP23 8.66455423 C6_chemical_C2 +LQ08X004410 Putative F-box protein SKIP23 8.717198349 C6_chemical_C3 +LQ08X004410 Putative F-box protein SKIP23 7.375074981 L4_control_A1 +LQ08X004410 Putative F-box protein SKIP23 7.158186812 L4_control_A2 +LQ08X004410 Putative F-box protein SKIP23 7.587364314 L4_control_A3 +LQ08X004410 Putative F-box protein SKIP23 8.315390558 L4_control_B1 +LQ08X004410 Putative F-box protein SKIP23 8.863367347 L4_control_B2 +LQ08X004410 Putative F-box protein SKIP23 7.889873597 L4_control_B3 +LQ08X004410 Putative F-box protein SKIP23 8.678883664 L4_control_C2 +LQ08X004410 Putative F-box protein SKIP23 8.41443685 L4_control_C3 +LQ08X004410 Putative F-box protein SKIP23 7.801670336 L4_chemical_A1 +LQ08X004410 Putative F-box protein SKIP23 9.149351698 L4_chemical_A2 +LQ08X004410 Putative F-box protein SKIP23 7.027102576 L4_chemical_A3 +LQ08X004410 Putative F-box protein SKIP23 7.863070816 L4_chemical_B1 +LQ08X004410 Putative F-box protein SKIP23 9.043511735 L4_chemical_B2 +LQ08X004410 Putative F-box protein SKIP23 7.701261217 L4_chemical_B3 +LQ08X004410 Putative F-box protein SKIP23 8.779605594 L4_chemical_C2 +LQ08X004410 Putative F-box protein SKIP23 8.161526144 L4_chemical_C3 +LQ08X004420 Putative Alpha-amylase 11.26027137 C6_control_A1 +LQ08X004420 Putative Alpha-amylase 11.26909346 C6_control_A3 +LQ08X004420 Putative Alpha-amylase 12.48044022 C6_control_B1 +LQ08X004420 Putative Alpha-amylase 12.58324523 C6_control_B2 +LQ08X004420 Putative Alpha-amylase 12.40100828 C6_control_B3 +LQ08X004420 Putative Alpha-amylase 13.62190707 C6_control_C1 +LQ08X004420 Putative Alpha-amylase 13.26187777 C6_control_C2 +LQ08X004420 Putative Alpha-amylase 13.24693418 C6_control_C3 +LQ08X004420 Putative Alpha-amylase 11.37337858 C6_chemical_A1 +LQ08X004420 Putative Alpha-amylase 11.52918104 C6_chemical_A3 +LQ08X004420 Putative Alpha-amylase 12.27741674 C6_chemical_B1 +LQ08X004420 Putative Alpha-amylase 12.43139569 C6_chemical_B2 +LQ08X004420 Putative Alpha-amylase 12.08194722 C6_chemical_B3 +LQ08X004420 Putative Alpha-amylase 13.62832958 C6_chemical_C1 +LQ08X004420 Putative Alpha-amylase 13.16530899 C6_chemical_C2 +LQ08X004420 Putative Alpha-amylase 12.85804438 C6_chemical_C3 +LQ08X004420 Putative Alpha-amylase 11.09592206 L4_control_A1 +LQ08X004420 Putative Alpha-amylase 10.99137644 L4_control_A2 +LQ08X004420 Putative Alpha-amylase 11.1378078 L4_control_A3 +LQ08X004420 Putative Alpha-amylase 12.48840484 L4_control_B1 +LQ08X004420 Putative Alpha-amylase 12.60374837 L4_control_B2 +LQ08X004420 Putative Alpha-amylase 11.90045964 L4_control_B3 +LQ08X004420 Putative Alpha-amylase 13.8156882 L4_control_C2 +LQ08X004420 Putative Alpha-amylase 13.0288883 L4_control_C3 +LQ08X004420 Putative Alpha-amylase 10.99431578 L4_chemical_A1 +LQ08X004420 Putative Alpha-amylase 10.60514085 L4_chemical_A2 +LQ08X004420 Putative Alpha-amylase 10.86245056 L4_chemical_A3 +LQ08X004420 Putative Alpha-amylase 12.13515567 L4_chemical_B1 +LQ08X004420 Putative Alpha-amylase 12.05855559 L4_chemical_B2 +LQ08X004420 Putative Alpha-amylase 11.0172558 L4_chemical_B3 +LQ08X004420 Putative Alpha-amylase 13.95062947 L4_chemical_C2 +LQ08X004420 Putative Alpha-amylase 13.09967512 L4_chemical_C3 +LQ08X004450 Prolyl endopeptidase 13.04952491 C6_control_A1 +LQ08X004450 Prolyl endopeptidase 12.90274991 C6_control_A3 +LQ08X004450 Prolyl endopeptidase 13.35868288 C6_control_B1 +LQ08X004450 Prolyl endopeptidase 12.72397376 C6_control_B2 +LQ08X004450 Prolyl endopeptidase 13.08904005 C6_control_B3 +LQ08X004450 Prolyl endopeptidase 12.82328711 C6_control_C1 +LQ08X004450 Prolyl endopeptidase 12.51003003 C6_control_C2 +LQ08X004450 Prolyl endopeptidase 12.32585739 C6_control_C3 +LQ08X004450 Prolyl endopeptidase 13.01900703 C6_chemical_A1 +LQ08X004450 Prolyl endopeptidase 13.15884011 C6_chemical_A3 +LQ08X004450 Prolyl endopeptidase 13.2987959 C6_chemical_B1 +LQ08X004450 Prolyl endopeptidase 12.65718221 C6_chemical_B2 +LQ08X004450 Prolyl endopeptidase 12.87761572 C6_chemical_B3 +LQ08X004450 Prolyl endopeptidase 12.86454546 C6_chemical_C1 +LQ08X004450 Prolyl endopeptidase 12.67900899 C6_chemical_C2 +LQ08X004450 Prolyl endopeptidase 12.66960908 C6_chemical_C3 +LQ08X004450 Prolyl endopeptidase 12.89066076 L4_control_A1 +LQ08X004450 Prolyl endopeptidase 13.08415082 L4_control_A2 +LQ08X004450 Prolyl endopeptidase 12.96222272 L4_control_A3 +LQ08X004450 Prolyl endopeptidase 12.9436281 L4_control_B1 +LQ08X004450 Prolyl endopeptidase 12.77906298 L4_control_B2 +LQ08X004450 Prolyl endopeptidase 12.6331975 L4_control_B3 +LQ08X004450 Prolyl endopeptidase 12.73714723 L4_control_C2 +LQ08X004450 Prolyl endopeptidase 12.02951621 L4_control_C3 +LQ08X004450 Prolyl endopeptidase 12.92312127 L4_chemical_A1 +LQ08X004450 Prolyl endopeptidase 13.05141546 L4_chemical_A2 +LQ08X004450 Prolyl endopeptidase 13.09816624 L4_chemical_A3 +LQ08X004450 Prolyl endopeptidase 13.11794091 L4_chemical_B1 +LQ08X004450 Prolyl endopeptidase 12.50047771 L4_chemical_B2 +LQ08X004450 Prolyl endopeptidase 12.87862367 L4_chemical_B3 +LQ08X004450 Prolyl endopeptidase 12.48604447 L4_chemical_C2 +LQ08X004450 Prolyl endopeptidase 12.14195768 L4_chemical_C3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.548742018 C6_control_A1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.095461582 C6_control_A3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.528784384 C6_control_B1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 5.880840596 C6_control_B2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.595534146 C6_control_B3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 5.999367724 C6_control_C1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.64895935 C6_control_C2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 5.99346873 C6_control_C3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.417910133 C6_chemical_A1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.745912449 C6_chemical_A3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 5.899987696 C6_chemical_B1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.374405402 C6_chemical_B2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.227704598 C6_chemical_B3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.783334286 C6_chemical_C1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.548711631 C6_chemical_C2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 5.68959084 C6_chemical_C3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.419452163 L4_control_A1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.860055109 L4_control_A2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.067741301 L4_control_A3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.734491472 L4_control_B1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.150104182 L4_control_B2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.376064696 L4_control_B3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.252505149 L4_control_C2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.51017219 L4_control_C3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.467521358 L4_chemical_A1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.231579175 L4_chemical_A2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.210670523 L4_chemical_A3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.625844985 L4_chemical_B1 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.242424378 L4_chemical_B2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.407702966 L4_chemical_B3 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 5.385814885 L4_chemical_C2 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.664530948 L4_chemical_C3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.807533616 C6_control_A1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.800107414 C6_control_A3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.046076603 C6_control_B1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.83143117 C6_control_B2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.796346761 C6_control_B3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.183135221 C6_control_C1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.961640942 C6_control_C2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.423239262 C6_control_C3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.737654239 C6_chemical_A1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.67514068 C6_chemical_A3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.393600401 C6_chemical_B1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.053349076 C6_chemical_B2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.386330991 C6_chemical_B3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.47108817 C6_chemical_C1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.099877873 C6_chemical_C2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.122823789 C6_chemical_C3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.431801497 L4_control_A1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.675292347 L4_control_A2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.943430494 L4_control_A3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.856747875 L4_control_B1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.566274508 L4_control_B2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.476862779 L4_control_B3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.434810347 L4_control_C2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.1506278 L4_control_C3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.097538914 L4_chemical_A1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.539554053 L4_chemical_A2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.373316551 L4_chemical_A3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 6.270686375 L4_chemical_B1 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.614584703 L4_chemical_B2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.244886178 L4_chemical_B3 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.579076288 L4_chemical_C2 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.314957701 L4_chemical_C3 +LQ08X004480 T-complex protein 1 subunit beta 12.72930821 C6_control_A1 +LQ08X004480 T-complex protein 1 subunit beta 13.2131648 C6_control_A3 +LQ08X004480 T-complex protein 1 subunit beta 12.31567178 C6_control_B1 +LQ08X004480 T-complex protein 1 subunit beta 12.58054316 C6_control_B2 +LQ08X004480 T-complex protein 1 subunit beta 12.1992116 C6_control_B3 +LQ08X004480 T-complex protein 1 subunit beta 12.70766672 C6_control_C1 +LQ08X004480 T-complex protein 1 subunit beta 12.6725156 C6_control_C2 +LQ08X004480 T-complex protein 1 subunit beta 12.09829715 C6_control_C3 +LQ08X004480 T-complex protein 1 subunit beta 12.63219741 C6_chemical_A1 +LQ08X004480 T-complex protein 1 subunit beta 12.88319473 C6_chemical_A3 +LQ08X004480 T-complex protein 1 subunit beta 12.33188775 C6_chemical_B1 +LQ08X004480 T-complex protein 1 subunit beta 12.50296074 C6_chemical_B2 +LQ08X004480 T-complex protein 1 subunit beta 12.18218831 C6_chemical_B3 +LQ08X004480 T-complex protein 1 subunit beta 12.94658421 C6_chemical_C1 +LQ08X004480 T-complex protein 1 subunit beta 12.42927841 C6_chemical_C2 +LQ08X004480 T-complex protein 1 subunit beta 12.1041213 C6_chemical_C3 +LQ08X004480 T-complex protein 1 subunit beta 13.36108803 L4_control_A1 +LQ08X004480 T-complex protein 1 subunit beta 12.72479707 L4_control_A2 +LQ08X004480 T-complex protein 1 subunit beta 12.54254235 L4_control_A3 +LQ08X004480 T-complex protein 1 subunit beta 11.66669605 L4_control_B1 +LQ08X004480 T-complex protein 1 subunit beta 12.06298323 L4_control_B2 +LQ08X004480 T-complex protein 1 subunit beta 12.38724643 L4_control_B3 +LQ08X004480 T-complex protein 1 subunit beta 11.38833774 L4_control_C2 +LQ08X004480 T-complex protein 1 subunit beta 11.8696145 L4_control_C3 +LQ08X004480 T-complex protein 1 subunit beta 12.84277313 L4_chemical_A1 +LQ08X004480 T-complex protein 1 subunit beta 12.14244122 L4_chemical_A2 +LQ08X004480 T-complex protein 1 subunit beta 12.36391744 L4_chemical_A3 +LQ08X004480 T-complex protein 1 subunit beta 11.78440912 L4_chemical_B1 +LQ08X004480 T-complex protein 1 subunit beta 11.73231481 L4_chemical_B2 +LQ08X004480 T-complex protein 1 subunit beta 12.69794713 L4_chemical_B3 +LQ08X004480 T-complex protein 1 subunit beta 11.48583764 L4_chemical_C2 +LQ08X004480 T-complex protein 1 subunit beta 11.85843573 L4_chemical_C3 +LQ08X004500 Putative uncharacterized protein 13.27804466 C6_control_A1 +LQ08X004500 Putative uncharacterized protein 13.5383138 C6_control_A3 +LQ08X004500 Putative uncharacterized protein 12.70964223 C6_control_B1 +LQ08X004500 Putative uncharacterized protein 11.92518284 C6_control_B2 +LQ08X004500 Putative uncharacterized protein 12.31311746 C6_control_B3 +LQ08X004500 Putative uncharacterized protein 12.97826413 C6_control_C1 +LQ08X004500 Putative uncharacterized protein 12.31781855 C6_control_C2 +LQ08X004500 Putative uncharacterized protein 12.67001371 C6_control_C3 +LQ08X004500 Putative uncharacterized protein 13.23201177 C6_chemical_A1 +LQ08X004500 Putative uncharacterized protein 13.22807323 C6_chemical_A3 +LQ08X004500 Putative uncharacterized protein 12.62481588 C6_chemical_B1 +LQ08X004500 Putative uncharacterized protein 11.91559162 C6_chemical_B2 +LQ08X004500 Putative uncharacterized protein 12.1059108 C6_chemical_B3 +LQ08X004500 Putative uncharacterized protein 12.75802276 C6_chemical_C1 +LQ08X004500 Putative uncharacterized protein 12.5937156 C6_chemical_C2 +LQ08X004500 Putative uncharacterized protein 12.39008884 C6_chemical_C3 +LQ08X004500 Putative uncharacterized protein 14.2731005 L4_control_A1 +LQ08X004500 Putative uncharacterized protein 14.14062945 L4_control_A2 +LQ08X004500 Putative uncharacterized protein 14.62852092 L4_control_A3 +LQ08X004500 Putative uncharacterized protein 13.96601948 L4_control_B1 +LQ08X004500 Putative uncharacterized protein 13.32734572 L4_control_B2 +LQ08X004500 Putative uncharacterized protein 13.40465986 L4_control_B3 +LQ08X004500 Putative uncharacterized protein 13.87545718 L4_control_C2 +LQ08X004500 Putative uncharacterized protein 14.18068637 L4_control_C3 +LQ08X004500 Putative uncharacterized protein 14.52676736 L4_chemical_A1 +LQ08X004500 Putative uncharacterized protein 14.28826948 L4_chemical_A2 +LQ08X004500 Putative uncharacterized protein 14.48068875 L4_chemical_A3 +LQ08X004500 Putative uncharacterized protein 14.23466557 L4_chemical_B1 +LQ08X004500 Putative uncharacterized protein 14.22813325 L4_chemical_B2 +LQ08X004500 Putative uncharacterized protein 13.70385223 L4_chemical_B3 +LQ08X004500 Putative uncharacterized protein 14.16535365 L4_chemical_C2 +LQ08X004500 Putative uncharacterized protein 14.07122061 L4_chemical_C3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.88131542 C6_control_A1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.97006205 C6_control_A3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.05628093 C6_control_B1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.69146988 C6_control_B2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.89175135 C6_control_B3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.34035646 C6_control_C1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.43240106 C6_control_C2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.43618761 C6_control_C3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.79851877 C6_chemical_A1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.86443311 C6_chemical_A3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.87054635 C6_chemical_B1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.62340185 C6_chemical_B2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.79051174 C6_chemical_B3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.42318215 C6_chemical_C1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.32609762 C6_chemical_C2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.48826826 C6_chemical_C3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 10.9788656 L4_control_A1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.3692919 L4_control_A2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 10.10769537 L4_control_A3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.50993748 L4_control_B1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.64864542 L4_control_B2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.59686346 L4_control_B3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.94770448 L4_control_C2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.12403746 L4_control_C3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 10.89226115 L4_chemical_A1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.10733526 L4_chemical_A2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 9.934782373 L4_chemical_A3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.43632174 L4_chemical_B1 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.28820666 L4_chemical_B2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.31050041 L4_chemical_B3 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.71586136 L4_chemical_C2 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 12.17582885 L4_chemical_C3 +LQ08X004520 Scythe/bat3, putative 5.752967254 C6_control_A1 +LQ08X004520 Scythe/bat3, putative 5.459056819 C6_control_A3 +LQ08X004520 Scythe/bat3, putative 5.437801795 C6_control_B1 +LQ08X004520 Scythe/bat3, putative 5.516792075 C6_control_B2 +LQ08X004520 Scythe/bat3, putative 5.855002337 C6_control_B3 +LQ08X004520 Scythe/bat3, putative 5.4834048 C6_control_C1 +LQ08X004520 Scythe/bat3, putative 5.975401612 C6_control_C2 +LQ08X004520 Scythe/bat3, putative 5.851740843 C6_control_C3 +LQ08X004520 Scythe/bat3, putative 5.602897544 C6_chemical_A1 +LQ08X004520 Scythe/bat3, putative 5.754487899 C6_chemical_A3 +LQ08X004520 Scythe/bat3, putative 5.005906948 C6_chemical_B1 +LQ08X004520 Scythe/bat3, putative 5.574491007 C6_chemical_B2 +LQ08X004520 Scythe/bat3, putative 5.645138184 C6_chemical_B3 +LQ08X004520 Scythe/bat3, putative 5.438879943 C6_chemical_C1 +LQ08X004520 Scythe/bat3, putative 5.49908476 C6_chemical_C2 +LQ08X004520 Scythe/bat3, putative 5.356736536 C6_chemical_C3 +LQ08X004520 Scythe/bat3, putative 5.459216864 L4_control_A1 +LQ08X004520 Scythe/bat3, putative 5.639230511 L4_control_A2 +LQ08X004520 Scythe/bat3, putative 5.53917692 L4_control_A3 +LQ08X004520 Scythe/bat3, putative 5.778886239 L4_control_B1 +LQ08X004520 Scythe/bat3, putative 5.370037826 L4_control_B2 +LQ08X004520 Scythe/bat3, putative 5.511763298 L4_control_B3 +LQ08X004520 Scythe/bat3, putative 5.465716824 L4_control_C2 +LQ08X004520 Scythe/bat3, putative 6.031250381 L4_control_C3 +LQ08X004520 Scythe/bat3, putative 5.334594329 L4_chemical_A1 +LQ08X004520 Scythe/bat3, putative 5.55194853 L4_chemical_A2 +LQ08X004520 Scythe/bat3, putative 6.228082642 L4_chemical_A3 +LQ08X004520 Scythe/bat3, putative 5.856032411 L4_chemical_B1 +LQ08X004520 Scythe/bat3, putative 5.201185675 L4_chemical_B2 +LQ08X004520 Scythe/bat3, putative 5.552324077 L4_chemical_B3 +LQ08X004520 Scythe/bat3, putative 6.820998837 L4_chemical_C2 +LQ08X004520 Scythe/bat3, putative 5.602511248 L4_chemical_C3 +LQ08X004550 Putative Dehydrin COR47 15.59123261 C6_control_A1 +LQ08X004550 Putative Dehydrin COR47 15.26289824 C6_control_A3 +LQ08X004550 Putative Dehydrin COR47 15.47894251 C6_control_B1 +LQ08X004550 Putative Dehydrin COR47 15.70814761 C6_control_B2 +LQ08X004550 Putative Dehydrin COR47 15.77623175 C6_control_B3 +LQ08X004550 Putative Dehydrin COR47 15.58568327 C6_control_C1 +LQ08X004550 Putative Dehydrin COR47 15.78714923 C6_control_C2 +LQ08X004550 Putative Dehydrin COR47 15.73517949 C6_control_C3 +LQ08X004550 Putative Dehydrin COR47 15.32838476 C6_chemical_A1 +LQ08X004550 Putative Dehydrin COR47 14.77600218 C6_chemical_A3 +LQ08X004550 Putative Dehydrin COR47 15.52945021 C6_chemical_B1 +LQ08X004550 Putative Dehydrin COR47 15.42456542 C6_chemical_B2 +LQ08X004550 Putative Dehydrin COR47 15.70914549 C6_chemical_B3 +LQ08X004550 Putative Dehydrin COR47 15.23246548 C6_chemical_C1 +LQ08X004550 Putative Dehydrin COR47 15.73928786 C6_chemical_C2 +LQ08X004550 Putative Dehydrin COR47 15.29940954 C6_chemical_C3 +LQ08X004550 Putative Dehydrin COR47 15.0833446 L4_control_A1 +LQ08X004550 Putative Dehydrin COR47 15.35465285 L4_control_A2 +LQ08X004550 Putative Dehydrin COR47 15.40402721 L4_control_A3 +LQ08X004550 Putative Dehydrin COR47 15.57323485 L4_control_B1 +LQ08X004550 Putative Dehydrin COR47 15.16920146 L4_control_B2 +LQ08X004550 Putative Dehydrin COR47 15.61494456 L4_control_B3 +LQ08X004550 Putative Dehydrin COR47 15.54323245 L4_control_C2 +LQ08X004550 Putative Dehydrin COR47 15.41182104 L4_control_C3 +LQ08X004550 Putative Dehydrin COR47 15.73197212 L4_chemical_A1 +LQ08X004550 Putative Dehydrin COR47 15.51948606 L4_chemical_A2 +LQ08X004550 Putative Dehydrin COR47 15.53085796 L4_chemical_A3 +LQ08X004550 Putative Dehydrin COR47 15.40091118 L4_chemical_B1 +LQ08X004550 Putative Dehydrin COR47 15.65498069 L4_chemical_B2 +LQ08X004550 Putative Dehydrin COR47 15.67266228 L4_chemical_B3 +LQ08X004550 Putative Dehydrin COR47 15.61192705 L4_chemical_C2 +LQ08X004550 Putative Dehydrin COR47 15.53718272 L4_chemical_C3 +LQ08X004560 Predicted protein 6.879838958 C6_control_A1 +LQ08X004560 Predicted protein 7.892529338 C6_control_A3 +LQ08X004560 Predicted protein 7.350997751 C6_control_B1 +LQ08X004560 Predicted protein 6.696651896 C6_control_B2 +LQ08X004560 Predicted protein 7.375599604 C6_control_B3 +LQ08X004560 Predicted protein 6.814183539 C6_control_C1 +LQ08X004560 Predicted protein 7.930498065 C6_control_C2 +LQ08X004560 Predicted protein 6.542830733 C6_control_C3 +LQ08X004560 Predicted protein 6.450761582 C6_chemical_A1 +LQ08X004560 Predicted protein 6.230859495 C6_chemical_A3 +LQ08X004560 Predicted protein 6.817999459 C6_chemical_B1 +LQ08X004560 Predicted protein 6.846880337 C6_chemical_B2 +LQ08X004560 Predicted protein 7.157071705 C6_chemical_B3 +LQ08X004560 Predicted protein 7.247426171 C6_chemical_C1 +LQ08X004560 Predicted protein 7.33463897 C6_chemical_C2 +LQ08X004560 Predicted protein 6.416089364 C6_chemical_C3 +LQ08X004560 Predicted protein 6.336562895 L4_control_A1 +LQ08X004560 Predicted protein 6.721593349 L4_control_A2 +LQ08X004560 Predicted protein 5.689858019 L4_control_A3 +LQ08X004560 Predicted protein 5.620582863 L4_control_B1 +LQ08X004560 Predicted protein 6.764445166 L4_control_B2 +LQ08X004560 Predicted protein 6.510665398 L4_control_B3 +LQ08X004560 Predicted protein 6.183866738 L4_control_C2 +LQ08X004560 Predicted protein 7.408431907 L4_control_C3 +LQ08X004560 Predicted protein 6.427182826 L4_chemical_A1 +LQ08X004560 Predicted protein 6.410233161 L4_chemical_A2 +LQ08X004560 Predicted protein 5.845280564 L4_chemical_A3 +LQ08X004560 Predicted protein 7.624356875 L4_chemical_B1 +LQ08X004560 Predicted protein 6.372805946 L4_chemical_B2 +LQ08X004560 Predicted protein 6.654473365 L4_chemical_B3 +LQ08X004560 Predicted protein 6.47422039 L4_chemical_C2 +LQ08X004560 Predicted protein 6.689844845 L4_chemical_C3 +LQ08X004570 Lysine histidine transporter-like 8 7.230084483 C6_control_A1 +LQ08X004570 Lysine histidine transporter-like 8 5.8486157 C6_control_A3 +LQ08X004570 Lysine histidine transporter-like 8 7.169993717 C6_control_B1 +LQ08X004570 Lysine histidine transporter-like 8 7.687148983 C6_control_B2 +LQ08X004570 Lysine histidine transporter-like 8 8.680920701 C6_control_B3 +LQ08X004570 Lysine histidine transporter-like 8 6.364554526 C6_control_C1 +LQ08X004570 Lysine histidine transporter-like 8 6.151973229 C6_control_C2 +LQ08X004570 Lysine histidine transporter-like 8 6.688315509 C6_control_C3 +LQ08X004570 Lysine histidine transporter-like 8 6.607140981 C6_chemical_A1 +LQ08X004570 Lysine histidine transporter-like 8 6.874303978 C6_chemical_A3 +LQ08X004570 Lysine histidine transporter-like 8 6.853446634 C6_chemical_B1 +LQ08X004570 Lysine histidine transporter-like 8 7.304706539 C6_chemical_B2 +LQ08X004570 Lysine histidine transporter-like 8 7.634962844 C6_chemical_B3 +LQ08X004570 Lysine histidine transporter-like 8 6.375381633 C6_chemical_C1 +LQ08X004570 Lysine histidine transporter-like 8 6.508832893 C6_chemical_C2 +LQ08X004570 Lysine histidine transporter-like 8 6.955150527 C6_chemical_C3 +LQ08X004570 Lysine histidine transporter-like 8 6.565027955 L4_control_A1 +LQ08X004570 Lysine histidine transporter-like 8 7.555685135 L4_control_A2 +LQ08X004570 Lysine histidine transporter-like 8 7.054457633 L4_control_A3 +LQ08X004570 Lysine histidine transporter-like 8 8.134412899 L4_control_B1 +LQ08X004570 Lysine histidine transporter-like 8 8.037875952 L4_control_B2 +LQ08X004570 Lysine histidine transporter-like 8 8.241604216 L4_control_B3 +LQ08X004570 Lysine histidine transporter-like 8 6.068877121 L4_control_C2 +LQ08X004570 Lysine histidine transporter-like 8 5.387771768 L4_control_C3 +LQ08X004570 Lysine histidine transporter-like 8 5.776767214 L4_chemical_A1 +LQ08X004570 Lysine histidine transporter-like 8 6.022032678 L4_chemical_A2 +LQ08X004570 Lysine histidine transporter-like 8 6.272849972 L4_chemical_A3 +LQ08X004570 Lysine histidine transporter-like 8 7.573699566 L4_chemical_B1 +LQ08X004570 Lysine histidine transporter-like 8 6.85539667 L4_chemical_B2 +LQ08X004570 Lysine histidine transporter-like 8 7.637984202 L4_chemical_B3 +LQ08X004570 Lysine histidine transporter-like 8 5.859300526 L4_chemical_C2 +LQ08X004570 Lysine histidine transporter-like 8 6.0907341 L4_chemical_C3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.266703582 C6_control_A1 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.595627876 C6_control_A3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.005273153 C6_control_B1 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.591327975 C6_control_B2 +LQ08X004620 4-coumarate--CoA ligase-like 5 7.033799256 C6_control_B3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.565136754 C6_control_C1 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.383156908 C6_control_C2 +LQ08X004620 4-coumarate--CoA ligase-like 5 7.277461628 C6_control_C3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.313620304 C6_chemical_A1 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.96005132 C6_chemical_A3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.257088161 C6_chemical_B1 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.65178977 C6_chemical_B2 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.566937269 C6_chemical_B3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.341911617 C6_chemical_C1 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.726695399 C6_chemical_C2 +LQ08X004620 4-coumarate--CoA ligase-like 5 7.267819273 C6_chemical_C3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.611669417 L4_control_A1 +LQ08X004620 4-coumarate--CoA ligase-like 5 7.240012575 L4_control_A2 +LQ08X004620 4-coumarate--CoA ligase-like 5 7.132375334 L4_control_A3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.237313943 L4_control_B1 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.651727114 L4_control_B2 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.875092604 L4_control_B3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.3652581 L4_control_C2 +LQ08X004620 4-coumarate--CoA ligase-like 5 5.938777998 L4_control_C3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.470850261 L4_chemical_A1 +LQ08X004620 4-coumarate--CoA ligase-like 5 7.198470461 L4_chemical_A2 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.849777947 L4_chemical_A3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.582976846 L4_chemical_B1 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.460416215 L4_chemical_B2 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.814802354 L4_chemical_B3 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.316644062 L4_chemical_C2 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.73335588 L4_chemical_C3 +LQ08X004640 Predicted protein 14.66002537 C6_control_A1 +LQ08X004640 Predicted protein 15.0513794 C6_control_A3 +LQ08X004640 Predicted protein 14.42736718 C6_control_B1 +LQ08X004640 Predicted protein 14.47297817 C6_control_B2 +LQ08X004640 Predicted protein 14.51475179 C6_control_B3 +LQ08X004640 Predicted protein 13.9422604 C6_control_C1 +LQ08X004640 Predicted protein 13.93552712 C6_control_C2 +LQ08X004640 Predicted protein 13.98264633 C6_control_C3 +LQ08X004640 Predicted protein 14.36681811 C6_chemical_A1 +LQ08X004640 Predicted protein 13.58392042 C6_chemical_A3 +LQ08X004640 Predicted protein 14.3790985 C6_chemical_B1 +LQ08X004640 Predicted protein 14.43318445 C6_chemical_B2 +LQ08X004640 Predicted protein 14.23614846 C6_chemical_B3 +LQ08X004640 Predicted protein 13.84419585 C6_chemical_C1 +LQ08X004640 Predicted protein 14.02845498 C6_chemical_C2 +LQ08X004640 Predicted protein 14.02361381 C6_chemical_C3 +LQ08X004640 Predicted protein 14.49977721 L4_control_A1 +LQ08X004640 Predicted protein 14.02707748 L4_control_A2 +LQ08X004640 Predicted protein 13.97677028 L4_control_A3 +LQ08X004640 Predicted protein 14.10838524 L4_control_B1 +LQ08X004640 Predicted protein 13.00714132 L4_control_B2 +LQ08X004640 Predicted protein 13.94307232 L4_control_B3 +LQ08X004640 Predicted protein 13.86162228 L4_control_C2 +LQ08X004640 Predicted protein 13.71106936 L4_control_C3 +LQ08X004640 Predicted protein 14.27783943 L4_chemical_A1 +LQ08X004640 Predicted protein 14.03820255 L4_chemical_A2 +LQ08X004640 Predicted protein 13.87840329 L4_chemical_A3 +LQ08X004640 Predicted protein 14.23356722 L4_chemical_B1 +LQ08X004640 Predicted protein 14.13749602 L4_chemical_B2 +LQ08X004640 Predicted protein 14.29585732 L4_chemical_B3 +LQ08X004640 Predicted protein 14.03065481 L4_chemical_C2 +LQ08X004640 Predicted protein 13.79844851 L4_chemical_C3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.232957432 C6_control_A1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.84009182 C6_control_A3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.826119651 C6_control_B1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.188208896 C6_control_B2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.197250657 C6_control_B3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.710394745 C6_control_C1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.143408813 C6_control_C2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.389068732 C6_control_C3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.884074515 C6_chemical_A1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.578919535 C6_chemical_A3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.894008105 C6_chemical_B1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.072251682 C6_chemical_B2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.956475915 C6_chemical_B3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.551332769 C6_chemical_C1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.004825532 C6_chemical_C2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.592512147 C6_chemical_C3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.81211554 L4_control_A1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.62129889 L4_control_A2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.69318385 L4_control_A3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.849350811 L4_control_B1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.635074511 L4_control_B2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.003314892 L4_control_B3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.54836358 L4_control_C2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.39029163 L4_control_C3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.737004927 L4_chemical_A1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.20935244 L4_chemical_A2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.466709817 L4_chemical_A3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.072501181 L4_chemical_B1 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.240425435 L4_chemical_B2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 6.155706969 L4_chemical_B3 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.457092573 L4_chemical_C2 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.626678723 L4_chemical_C3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.062394924 C6_control_A1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.207521951 C6_control_A3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.723858789 C6_control_B1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.515711856 C6_control_B2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.220293759 C6_control_B3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.704070616 C6_control_C1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.533548597 C6_control_C2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.65095775 C6_control_C3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.115677297 C6_chemical_A1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.47085608 C6_chemical_A3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.640499089 C6_chemical_B1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.321171233 C6_chemical_B2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 4.975022907 C6_chemical_B3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.955631817 C6_chemical_C1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.570845233 C6_chemical_C2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.5791808 C6_chemical_C3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.304160866 L4_control_A1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 4.983565524 L4_control_A2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.568952576 L4_control_A3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.483075621 L4_control_B1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.235965903 L4_control_B2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.203944599 L4_control_B3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 6.321545686 L4_control_C2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.69876003 L4_control_C3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.478952691 L4_chemical_A1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.148877709 L4_chemical_A2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 6.05594725 L4_chemical_A3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.243778598 L4_chemical_B1 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.232825123 L4_chemical_B2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.095429245 L4_chemical_B3 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.56194103 L4_chemical_C2 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.238683552 L4_chemical_C3 +LQ08X004750 Putative uncharacterized protein 6.212099109 C6_control_A1 +LQ08X004750 Putative uncharacterized protein 6.191196112 C6_control_A3 +LQ08X004750 Putative uncharacterized protein 5.697121569 C6_control_B1 +LQ08X004750 Putative uncharacterized protein 6.209886538 C6_control_B2 +LQ08X004750 Putative uncharacterized protein 6.415799227 C6_control_B3 +LQ08X004750 Putative uncharacterized protein 5.722401423 C6_control_C1 +LQ08X004750 Putative uncharacterized protein 6.039041774 C6_control_C2 +LQ08X004750 Putative uncharacterized protein 6.253468773 C6_control_C3 +LQ08X004750 Putative uncharacterized protein 6.20175271 C6_chemical_A1 +LQ08X004750 Putative uncharacterized protein 6.419585274 C6_chemical_A3 +LQ08X004750 Putative uncharacterized protein 6.533191368 C6_chemical_B1 +LQ08X004750 Putative uncharacterized protein 6.270681249 C6_chemical_B2 +LQ08X004750 Putative uncharacterized protein 6.149799175 C6_chemical_B3 +LQ08X004750 Putative uncharacterized protein 5.630035832 C6_chemical_C1 +LQ08X004750 Putative uncharacterized protein 5.690964436 C6_chemical_C2 +LQ08X004750 Putative uncharacterized protein 5.844431036 C6_chemical_C3 +LQ08X004750 Putative uncharacterized protein 5.893647151 L4_control_A1 +LQ08X004750 Putative uncharacterized protein 6.770242611 L4_control_A2 +LQ08X004750 Putative uncharacterized protein 6.999731557 L4_control_A3 +LQ08X004750 Putative uncharacterized protein 6.378689329 L4_control_B1 +LQ08X004750 Putative uncharacterized protein 7.023693881 L4_control_B2 +LQ08X004750 Putative uncharacterized protein 6.590186191 L4_control_B3 +LQ08X004750 Putative uncharacterized protein 5.772078982 L4_control_C2 +LQ08X004750 Putative uncharacterized protein 5.814969349 L4_control_C3 +LQ08X004750 Putative uncharacterized protein 5.839792657 L4_chemical_A1 +LQ08X004750 Putative uncharacterized protein 6.186335861 L4_chemical_A2 +LQ08X004750 Putative uncharacterized protein 6.169581564 L4_chemical_A3 +LQ08X004750 Putative uncharacterized protein 6.321559561 L4_chemical_B1 +LQ08X004750 Putative uncharacterized protein 6.494514822 L4_chemical_B2 +LQ08X004750 Putative uncharacterized protein 6.085724913 L4_chemical_B3 +LQ08X004750 Putative uncharacterized protein 6.282138965 L4_chemical_C2 +LQ08X004750 Putative uncharacterized protein 5.819075222 L4_chemical_C3 +LQ08X004760 Putative Protein TSSC1 12.34626444 C6_control_A1 +LQ08X004760 Putative Protein TSSC1 12.22484717 C6_control_A3 +LQ08X004760 Putative Protein TSSC1 12.40351149 C6_control_B1 +LQ08X004760 Putative Protein TSSC1 12.5336037 C6_control_B2 +LQ08X004760 Putative Protein TSSC1 12.37301566 C6_control_B3 +LQ08X004760 Putative Protein TSSC1 12.2425083 C6_control_C1 +LQ08X004760 Putative Protein TSSC1 12.02490414 C6_control_C2 +LQ08X004760 Putative Protein TSSC1 12.46668128 C6_control_C3 +LQ08X004760 Putative Protein TSSC1 12.28884022 C6_chemical_A1 +LQ08X004760 Putative Protein TSSC1 11.91322344 C6_chemical_A3 +LQ08X004760 Putative Protein TSSC1 12.15547326 C6_chemical_B1 +LQ08X004760 Putative Protein TSSC1 12.24385191 C6_chemical_B2 +LQ08X004760 Putative Protein TSSC1 12.03230738 C6_chemical_B3 +LQ08X004760 Putative Protein TSSC1 12.57567184 C6_chemical_C1 +LQ08X004760 Putative Protein TSSC1 12.28332759 C6_chemical_C2 +LQ08X004760 Putative Protein TSSC1 12.32668693 C6_chemical_C3 +LQ08X004760 Putative Protein TSSC1 12.28314501 L4_control_A1 +LQ08X004760 Putative Protein TSSC1 12.48826416 L4_control_A2 +LQ08X004760 Putative Protein TSSC1 11.79641504 L4_control_A3 +LQ08X004760 Putative Protein TSSC1 11.96871515 L4_control_B1 +LQ08X004760 Putative Protein TSSC1 11.96327047 L4_control_B2 +LQ08X004760 Putative Protein TSSC1 12.35288884 L4_control_B3 +LQ08X004760 Putative Protein TSSC1 11.62434542 L4_control_C2 +LQ08X004760 Putative Protein TSSC1 11.80778955 L4_control_C3 +LQ08X004760 Putative Protein TSSC1 12.89832727 L4_chemical_A1 +LQ08X004760 Putative Protein TSSC1 13.07335443 L4_chemical_A2 +LQ08X004760 Putative Protein TSSC1 12.12059858 L4_chemical_A3 +LQ08X004760 Putative Protein TSSC1 12.22740768 L4_chemical_B1 +LQ08X004760 Putative Protein TSSC1 12.36623491 L4_chemical_B2 +LQ08X004760 Putative Protein TSSC1 12.36667925 L4_chemical_B3 +LQ08X004760 Putative Protein TSSC1 12.1226406 L4_chemical_C2 +LQ08X004760 Putative Protein TSSC1 12.04825727 L4_chemical_C3 +LQ08X004770 Putative uncharacterized protein 8.760444279 C6_control_A1 +LQ08X004770 Putative uncharacterized protein 8.717699457 C6_control_A3 +LQ08X004770 Putative uncharacterized protein 8.720826265 C6_control_B1 +LQ08X004770 Putative uncharacterized protein 7.381152956 C6_control_B2 +LQ08X004770 Putative uncharacterized protein 8.168476229 C6_control_B3 +LQ08X004770 Putative uncharacterized protein 7.436100333 C6_control_C1 +LQ08X004770 Putative uncharacterized protein 5.855234592 C6_control_C2 +LQ08X004770 Putative uncharacterized protein 6.572855488 C6_control_C3 +LQ08X004770 Putative uncharacterized protein 8.855464495 C6_chemical_A1 +LQ08X004770 Putative uncharacterized protein 9.403142094 C6_chemical_A3 +LQ08X004770 Putative uncharacterized protein 8.9121479 C6_chemical_B1 +LQ08X004770 Putative uncharacterized protein 7.579664297 C6_chemical_B2 +LQ08X004770 Putative uncharacterized protein 7.625103047 C6_chemical_B3 +LQ08X004770 Putative uncharacterized protein 7.510226767 C6_chemical_C1 +LQ08X004770 Putative uncharacterized protein 6.78347778 C6_chemical_C2 +LQ08X004770 Putative uncharacterized protein 7.343798709 C6_chemical_C3 +LQ08X004770 Putative uncharacterized protein 9.165925362 L4_control_A1 +LQ08X004770 Putative uncharacterized protein 8.822555677 L4_control_A2 +LQ08X004770 Putative uncharacterized protein 9.52181794 L4_control_A3 +LQ08X004770 Putative uncharacterized protein 8.248353977 L4_control_B1 +LQ08X004770 Putative uncharacterized protein 8.540910815 L4_control_B2 +LQ08X004770 Putative uncharacterized protein 7.511282295 L4_control_B3 +LQ08X004770 Putative uncharacterized protein 7.041070084 L4_control_C2 +LQ08X004770 Putative uncharacterized protein 6.669145068 L4_control_C3 +LQ08X004770 Putative uncharacterized protein 10.61750911 L4_chemical_A1 +LQ08X004770 Putative uncharacterized protein 10.669774 L4_chemical_A2 +LQ08X004770 Putative uncharacterized protein 9.169984547 L4_chemical_A3 +LQ08X004770 Putative uncharacterized protein 8.742540509 L4_chemical_B1 +LQ08X004770 Putative uncharacterized protein 8.275170151 L4_chemical_B2 +LQ08X004770 Putative uncharacterized protein 8.396756246 L4_chemical_B3 +LQ08X004770 Putative uncharacterized protein 7.277797878 L4_chemical_C2 +LQ08X004770 Putative uncharacterized protein 7.052841066 L4_chemical_C3 +LQ08X004790 Putative uncharacterized protein 11.64704586 C6_control_A1 +LQ08X004790 Putative uncharacterized protein 12.27311744 C6_control_A3 +LQ08X004790 Putative uncharacterized protein 11.94064854 C6_control_B1 +LQ08X004790 Putative uncharacterized protein 11.89373587 C6_control_B2 +LQ08X004790 Putative uncharacterized protein 11.57705777 C6_control_B3 +LQ08X004790 Putative uncharacterized protein 12.64065031 C6_control_C1 +LQ08X004790 Putative uncharacterized protein 12.65165641 C6_control_C2 +LQ08X004790 Putative uncharacterized protein 11.92746676 C6_control_C3 +LQ08X004790 Putative uncharacterized protein 11.66434747 C6_chemical_A1 +LQ08X004790 Putative uncharacterized protein 12.14849236 C6_chemical_A3 +LQ08X004790 Putative uncharacterized protein 11.84889523 C6_chemical_B1 +LQ08X004790 Putative uncharacterized protein 11.51795633 C6_chemical_B2 +LQ08X004790 Putative uncharacterized protein 11.41121393 C6_chemical_B3 +LQ08X004790 Putative uncharacterized protein 12.80622203 C6_chemical_C1 +LQ08X004790 Putative uncharacterized protein 12.48642346 C6_chemical_C2 +LQ08X004790 Putative uncharacterized protein 11.54310203 C6_chemical_C3 +LQ08X004790 Putative uncharacterized protein 11.77554055 L4_control_A1 +LQ08X004790 Putative uncharacterized protein 11.4578565 L4_control_A2 +LQ08X004790 Putative uncharacterized protein 12.09994838 L4_control_A3 +LQ08X004790 Putative uncharacterized protein 11.33619173 L4_control_B1 +LQ08X004790 Putative uncharacterized protein 11.88596386 L4_control_B2 +LQ08X004790 Putative uncharacterized protein 11.88801085 L4_control_B3 +LQ08X004790 Putative uncharacterized protein 12.73024249 L4_control_C2 +LQ08X004790 Putative uncharacterized protein 12.19441831 L4_control_C3 +LQ08X004790 Putative uncharacterized protein 11.20464652 L4_chemical_A1 +LQ08X004790 Putative uncharacterized protein 10.87617949 L4_chemical_A2 +LQ08X004790 Putative uncharacterized protein 11.68078922 L4_chemical_A3 +LQ08X004790 Putative uncharacterized protein 11.120545 L4_chemical_B1 +LQ08X004790 Putative uncharacterized protein 11.25414674 L4_chemical_B2 +LQ08X004790 Putative uncharacterized protein 11.51763043 L4_chemical_B3 +LQ08X004790 Putative uncharacterized protein 12.57945578 L4_chemical_C2 +LQ08X004790 Putative uncharacterized protein 12.45545805 L4_chemical_C3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.12863299 C6_control_A1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.42561274 C6_control_A3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.820724 C6_control_B1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.13919234 C6_control_B2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.57123113 C6_control_B3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.76771341 C6_control_C1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.72515874 C6_control_C2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.59881562 C6_control_C3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.87448021 C6_chemical_A1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.34207242 C6_chemical_A3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.61062998 C6_chemical_B1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.08111702 C6_chemical_B2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.43577143 C6_chemical_B3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.68352883 C6_chemical_C1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.45936099 C6_chemical_C2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.59998747 C6_chemical_C3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.21779549 L4_control_A1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.25229562 L4_control_A2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.37776457 L4_control_A3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.95427967 L4_control_B1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.32461571 L4_control_B2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.03742971 L4_control_B3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.43743229 L4_control_C2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.56090202 L4_control_C3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.87315716 L4_chemical_A1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.17257507 L4_chemical_A2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.1762276 L4_chemical_A3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.27948899 L4_chemical_B1 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.29658867 L4_chemical_B2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.99923375 L4_chemical_B3 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.25362247 L4_chemical_C2 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 13.53027554 L4_chemical_C3 +LQ08X004860 Carboxypeptidase B2, putative 5.746828455 C6_control_A1 +LQ08X004860 Carboxypeptidase B2, putative 5.479382558 C6_control_A3 +LQ08X004860 Carboxypeptidase B2, putative 5.467429738 C6_control_B1 +LQ08X004860 Carboxypeptidase B2, putative 5.650416125 C6_control_B2 +LQ08X004860 Carboxypeptidase B2, putative 5.818746597 C6_control_B3 +LQ08X004860 Carboxypeptidase B2, putative 5.557762378 C6_control_C1 +LQ08X004860 Carboxypeptidase B2, putative 5.848241425 C6_control_C2 +LQ08X004860 Carboxypeptidase B2, putative 5.713376344 C6_control_C3 +LQ08X004860 Carboxypeptidase B2, putative 5.791439719 C6_chemical_A1 +LQ08X004860 Carboxypeptidase B2, putative 5.445126233 C6_chemical_A3 +LQ08X004860 Carboxypeptidase B2, putative 5.723390551 C6_chemical_B1 +LQ08X004860 Carboxypeptidase B2, putative 5.723415737 C6_chemical_B2 +LQ08X004860 Carboxypeptidase B2, putative 5.676796661 C6_chemical_B3 +LQ08X004860 Carboxypeptidase B2, putative 5.831049022 C6_chemical_C1 +LQ08X004860 Carboxypeptidase B2, putative 5.73344899 C6_chemical_C2 +LQ08X004860 Carboxypeptidase B2, putative 5.893386175 C6_chemical_C3 +LQ08X004860 Carboxypeptidase B2, putative 5.636206149 L4_control_A1 +LQ08X004860 Carboxypeptidase B2, putative 5.860668512 L4_control_A2 +LQ08X004860 Carboxypeptidase B2, putative 5.331125369 L4_control_A3 +LQ08X004860 Carboxypeptidase B2, putative 5.990852713 L4_control_B1 +LQ08X004860 Carboxypeptidase B2, putative 5.671305431 L4_control_B2 +LQ08X004860 Carboxypeptidase B2, putative 5.733218563 L4_control_B3 +LQ08X004860 Carboxypeptidase B2, putative 5.347703363 L4_control_C2 +LQ08X004860 Carboxypeptidase B2, putative 5.851017598 L4_control_C3 +LQ08X004860 Carboxypeptidase B2, putative 5.636239519 L4_chemical_A1 +LQ08X004860 Carboxypeptidase B2, putative 5.756516287 L4_chemical_A2 +LQ08X004860 Carboxypeptidase B2, putative 5.357567192 L4_chemical_A3 +LQ08X004860 Carboxypeptidase B2, putative 5.443524317 L4_chemical_B1 +LQ08X004860 Carboxypeptidase B2, putative 5.489838706 L4_chemical_B2 +LQ08X004860 Carboxypeptidase B2, putative 5.67116371 L4_chemical_B3 +LQ08X004860 Carboxypeptidase B2, putative 5.702237449 L4_chemical_C2 +LQ08X004860 Carboxypeptidase B2, putative 5.357808077 L4_chemical_C3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.771180009 C6_control_A1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.801405261 C6_control_A3 +LQ08X004890 Putative acyl-CoA synthetase yngI 4.990982237 C6_control_B1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.239514843 C6_control_B2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.273094338 C6_control_B3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.204551526 C6_control_C1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.361728019 C6_control_C2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.315332339 C6_control_C3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.353471018 C6_chemical_A1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.530188911 C6_chemical_A3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.519336103 C6_chemical_B1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.146436854 C6_chemical_B2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.348629396 C6_chemical_B3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.469519277 C6_chemical_C1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.202659694 C6_chemical_C2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.651375521 C6_chemical_C3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.551192028 L4_control_A1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.443191337 L4_control_A2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.81797199 L4_control_A3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.592235682 L4_control_B1 +LQ08X004890 Putative acyl-CoA synthetase yngI 6.198262797 L4_control_B2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.495852695 L4_control_B3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.937112596 L4_control_C2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.457015357 L4_control_C3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.619575243 L4_chemical_A1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.724863808 L4_chemical_A2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.633339454 L4_chemical_A3 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.670936053 L4_chemical_B1 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.652178935 L4_chemical_B2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.445555807 L4_chemical_B3 +LQ08X004890 Putative acyl-CoA synthetase yngI 6.046613503 L4_chemical_C2 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.241004357 L4_chemical_C3 +LQ08X004920 Predicted protein 11.78016287 C6_control_A1 +LQ08X004920 Predicted protein 13.04553891 C6_control_A3 +LQ08X004920 Predicted protein 10.45291868 C6_control_B1 +LQ08X004920 Predicted protein 9.648059392 C6_control_B2 +LQ08X004920 Predicted protein 8.869179494 C6_control_B3 +LQ08X004920 Predicted protein 6.470070965 C6_control_C1 +LQ08X004920 Predicted protein 6.869357005 C6_control_C2 +LQ08X004920 Predicted protein 6.64075223 C6_control_C3 +LQ08X004920 Predicted protein 11.06155486 C6_chemical_A1 +LQ08X004920 Predicted protein 12.69535202 C6_chemical_A3 +LQ08X004920 Predicted protein 9.277044289 C6_chemical_B1 +LQ08X004920 Predicted protein 9.420853582 C6_chemical_B2 +LQ08X004920 Predicted protein 8.231843932 C6_chemical_B3 +LQ08X004920 Predicted protein 6.351492546 C6_chemical_C1 +LQ08X004920 Predicted protein 6.559703934 C6_chemical_C2 +LQ08X004920 Predicted protein 6.527676532 C6_chemical_C3 +LQ08X004920 Predicted protein 11.97071651 L4_control_A1 +LQ08X004920 Predicted protein 11.90312365 L4_control_A2 +LQ08X004920 Predicted protein 12.96988323 L4_control_A3 +LQ08X004920 Predicted protein 8.406393912 L4_control_B1 +LQ08X004920 Predicted protein 9.219932964 L4_control_B2 +LQ08X004920 Predicted protein 7.927925671 L4_control_B3 +LQ08X004920 Predicted protein 6.632238779 L4_control_C2 +LQ08X004920 Predicted protein 6.127028708 L4_control_C3 +LQ08X004920 Predicted protein 11.27380111 L4_chemical_A1 +LQ08X004920 Predicted protein 10.69794691 L4_chemical_A2 +LQ08X004920 Predicted protein 12.64096905 L4_chemical_A3 +LQ08X004920 Predicted protein 9.874342481 L4_chemical_B1 +LQ08X004920 Predicted protein 9.71291208 L4_chemical_B2 +LQ08X004920 Predicted protein 10.07102015 L4_chemical_B3 +LQ08X004920 Predicted protein 6.000018004 L4_chemical_C2 +LQ08X004920 Predicted protein 6.237626946 L4_chemical_C3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.03086748 C6_control_A1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.66064851 C6_control_A3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.03643333 C6_control_B1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.93094801 C6_control_B2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.89062318 C6_control_B3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.38257097 C6_control_C1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.09554112 C6_control_C2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.4123294 C6_control_C3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.28249392 C6_chemical_A1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.48527944 C6_chemical_A3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.18138616 C6_chemical_B1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.07776647 C6_chemical_B2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.12945615 C6_chemical_B3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.63970003 C6_chemical_C1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.4420276 C6_chemical_C2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.39807347 C6_chemical_C3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.15477179 L4_control_A1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.69036349 L4_control_A2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.69206981 L4_control_A3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.41246545 L4_control_B1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.82840839 L4_control_B2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.63572929 L4_control_B3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.60273706 L4_control_C2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.34520107 L4_control_C3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.08372744 L4_chemical_A1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.36062707 L4_chemical_A2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.87743977 L4_chemical_A3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.21499257 L4_chemical_B1 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.78464258 L4_chemical_B2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.00560271 L4_chemical_B3 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.45864537 L4_chemical_C2 +LQ08X004940 1,4-alpha-glucan-branching enzyme 12.83390564 L4_chemical_C3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.800370935 C6_control_A1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 6.247217676 C6_control_A3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.612499996 C6_control_B1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.568676794 C6_control_B2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.798048661 C6_control_B3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.524006746 C6_control_C1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 6.473744837 C6_control_C2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.655885985 C6_control_C3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.710864212 C6_chemical_A1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 6.053031895 C6_chemical_A3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.299265562 C6_chemical_B1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.65139298 C6_chemical_B2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.870980204 C6_chemical_B3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.250248948 C6_chemical_C1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.493278206 C6_chemical_C2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.418684351 C6_chemical_C3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.990200684 L4_control_A1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 6.481835605 L4_control_A2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 6.303923302 L4_control_A3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.537103749 L4_control_B1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 6.013588218 L4_control_B2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.722475627 L4_control_B3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.476849998 L4_control_C2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.270904714 L4_control_C3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.964516248 L4_chemical_A1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.790062 L4_chemical_A2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 6.217778856 L4_chemical_A3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.80780695 L4_chemical_B1 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.494550908 L4_chemical_B2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.896870793 L4_chemical_B3 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 6.274901328 L4_chemical_C2 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.943468804 L4_chemical_C3 +LQ08X004960 Predicted protein 6.621299087 C6_control_A1 +LQ08X004960 Predicted protein 6.181539663 C6_control_A3 +LQ08X004960 Predicted protein 6.196341166 C6_control_B1 +LQ08X004960 Predicted protein 6.32210224 C6_control_B2 +LQ08X004960 Predicted protein 6.048075239 C6_control_B3 +LQ08X004960 Predicted protein 6.143789814 C6_control_C1 +LQ08X004960 Predicted protein 6.606481522 C6_control_C2 +LQ08X004960 Predicted protein 5.844594243 C6_control_C3 +LQ08X004960 Predicted protein 6.169734249 C6_chemical_A1 +LQ08X004960 Predicted protein 5.982284751 C6_chemical_A3 +LQ08X004960 Predicted protein 6.018871139 C6_chemical_B1 +LQ08X004960 Predicted protein 6.249282114 C6_chemical_B2 +LQ08X004960 Predicted protein 6.126568335 C6_chemical_B3 +LQ08X004960 Predicted protein 5.843776817 C6_chemical_C1 +LQ08X004960 Predicted protein 6.037380345 C6_chemical_C2 +LQ08X004960 Predicted protein 5.625060183 C6_chemical_C3 +LQ08X004960 Predicted protein 6.44894012 L4_control_A1 +LQ08X004960 Predicted protein 6.217776827 L4_control_A2 +LQ08X004960 Predicted protein 6.689859286 L4_control_A3 +LQ08X004960 Predicted protein 5.972426775 L4_control_B1 +LQ08X004960 Predicted protein 5.588065105 L4_control_B2 +LQ08X004960 Predicted protein 6.277395634 L4_control_B3 +LQ08X004960 Predicted protein 5.834470326 L4_control_C2 +LQ08X004960 Predicted protein 5.239664189 L4_control_C3 +LQ08X004960 Predicted protein 6.407202824 L4_chemical_A1 +LQ08X004960 Predicted protein 6.279381507 L4_chemical_A2 +LQ08X004960 Predicted protein 6.054352197 L4_chemical_A3 +LQ08X004960 Predicted protein 6.240433423 L4_chemical_B1 +LQ08X004960 Predicted protein 6.27720925 L4_chemical_B2 +LQ08X004960 Predicted protein 6.263652235 L4_chemical_B3 +LQ08X004960 Predicted protein 5.21381293 L4_chemical_C2 +LQ08X004960 Predicted protein 5.280567401 L4_chemical_C3 +LQ08X004990 Catalase isozyme 1 6.299500052 C6_control_A1 +LQ08X004990 Catalase isozyme 1 6.218056188 C6_control_A3 +LQ08X004990 Catalase isozyme 1 6.19141247 C6_control_B1 +LQ08X004990 Catalase isozyme 1 6.301861447 C6_control_B2 +LQ08X004990 Catalase isozyme 1 5.306095551 C6_control_B3 +LQ08X004990 Catalase isozyme 1 6.066112142 C6_control_C1 +LQ08X004990 Catalase isozyme 1 6.122093347 C6_control_C2 +LQ08X004990 Catalase isozyme 1 5.938389332 C6_control_C3 +LQ08X004990 Catalase isozyme 1 5.997547709 C6_chemical_A1 +LQ08X004990 Catalase isozyme 1 6.126774164 C6_chemical_A3 +LQ08X004990 Catalase isozyme 1 5.790135468 C6_chemical_B1 +LQ08X004990 Catalase isozyme 1 6.52360521 C6_chemical_B2 +LQ08X004990 Catalase isozyme 1 5.920912903 C6_chemical_B3 +LQ08X004990 Catalase isozyme 1 6.068196435 C6_chemical_C1 +LQ08X004990 Catalase isozyme 1 6.085299588 C6_chemical_C2 +LQ08X004990 Catalase isozyme 1 6.026108078 C6_chemical_C3 +LQ08X004990 Catalase isozyme 1 5.855166149 L4_control_A1 +LQ08X004990 Catalase isozyme 1 5.676624645 L4_control_A2 +LQ08X004990 Catalase isozyme 1 6.084341108 L4_control_A3 +LQ08X004990 Catalase isozyme 1 6.07763512 L4_control_B1 +LQ08X004990 Catalase isozyme 1 6.111072432 L4_control_B2 +LQ08X004990 Catalase isozyme 1 5.904790424 L4_control_B3 +LQ08X004990 Catalase isozyme 1 5.54742888 L4_control_C2 +LQ08X004990 Catalase isozyme 1 5.729217469 L4_control_C3 +LQ08X004990 Catalase isozyme 1 6.285075307 L4_chemical_A1 +LQ08X004990 Catalase isozyme 1 6.215788388 L4_chemical_A2 +LQ08X004990 Catalase isozyme 1 5.988286475 L4_chemical_A3 +LQ08X004990 Catalase isozyme 1 6.0303584 L4_chemical_B1 +LQ08X004990 Catalase isozyme 1 5.470567559 L4_chemical_B2 +LQ08X004990 Catalase isozyme 1 6.056287416 L4_chemical_B3 +LQ08X004990 Catalase isozyme 1 5.586837118 L4_chemical_C2 +LQ08X004990 Catalase isozyme 1 5.536501344 L4_chemical_C3 +LQ08X005000 Predicted protein 10.08246309 C6_control_A1 +LQ08X005000 Predicted protein 9.105084905 C6_control_A3 +LQ08X005000 Predicted protein 10.25521601 C6_control_B1 +LQ08X005000 Predicted protein 10.15109978 C6_control_B2 +LQ08X005000 Predicted protein 9.835508239 C6_control_B3 +LQ08X005000 Predicted protein 11.59517393 C6_control_C1 +LQ08X005000 Predicted protein 11.38994687 C6_control_C2 +LQ08X005000 Predicted protein 11.46821284 C6_control_C3 +LQ08X005000 Predicted protein 9.765966892 C6_chemical_A1 +LQ08X005000 Predicted protein 9.068826253 C6_chemical_A3 +LQ08X005000 Predicted protein 10.32447902 C6_chemical_B1 +LQ08X005000 Predicted protein 10.25442673 C6_chemical_B2 +LQ08X005000 Predicted protein 9.874166894 C6_chemical_B3 +LQ08X005000 Predicted protein 11.75116632 C6_chemical_C1 +LQ08X005000 Predicted protein 11.79746389 C6_chemical_C2 +LQ08X005000 Predicted protein 12.15187832 C6_chemical_C3 +LQ08X005000 Predicted protein 10.02325496 L4_control_A1 +LQ08X005000 Predicted protein 10.2081599 L4_control_A2 +LQ08X005000 Predicted protein 9.884179245 L4_control_A3 +LQ08X005000 Predicted protein 11.18171774 L4_control_B1 +LQ08X005000 Predicted protein 10.11791913 L4_control_B2 +LQ08X005000 Predicted protein 10.4147329 L4_control_B3 +LQ08X005000 Predicted protein 12.12862455 L4_control_C2 +LQ08X005000 Predicted protein 11.69019966 L4_control_C3 +LQ08X005000 Predicted protein 10.36609658 L4_chemical_A1 +LQ08X005000 Predicted protein 10.62868913 L4_chemical_A2 +LQ08X005000 Predicted protein 10.37008028 L4_chemical_A3 +LQ08X005000 Predicted protein 11.34803758 L4_chemical_B1 +LQ08X005000 Predicted protein 10.39712106 L4_chemical_B2 +LQ08X005000 Predicted protein 10.32683566 L4_chemical_B3 +LQ08X005000 Predicted protein 12.13938473 L4_chemical_C2 +LQ08X005000 Predicted protein 11.6735002 L4_chemical_C3 +LQ08X005010 Hypothetical protein 5.787203362 C6_control_A1 +LQ08X005010 Hypothetical protein 5.208420388 C6_control_A3 +LQ08X005010 Hypothetical protein 5.109125246 C6_control_B1 +LQ08X005010 Hypothetical protein 5.267802796 C6_control_B2 +LQ08X005010 Hypothetical protein 5.937882767 C6_control_B3 +LQ08X005010 Hypothetical protein 5.14649967 C6_control_C1 +LQ08X005010 Hypothetical protein 5.027113427 C6_control_C2 +LQ08X005010 Hypothetical protein 5.066911701 C6_control_C3 +LQ08X005010 Hypothetical protein 5.571439394 C6_chemical_A1 +LQ08X005010 Hypothetical protein 5.289167585 C6_chemical_A3 +LQ08X005010 Hypothetical protein 5.719607009 C6_chemical_B1 +LQ08X005010 Hypothetical protein 5.036795335 C6_chemical_B2 +LQ08X005010 Hypothetical protein 5.409890525 C6_chemical_B3 +LQ08X005010 Hypothetical protein 4.683241308 C6_chemical_C1 +LQ08X005010 Hypothetical protein 5.030126359 C6_chemical_C2 +LQ08X005010 Hypothetical protein 4.98570674 C6_chemical_C3 +LQ08X005010 Hypothetical protein 5.596098628 L4_control_A1 +LQ08X005010 Hypothetical protein 5.691217224 L4_control_A2 +LQ08X005010 Hypothetical protein 6.181138862 L4_control_A3 +LQ08X005010 Hypothetical protein 5.171234586 L4_control_B1 +LQ08X005010 Hypothetical protein 5.710841936 L4_control_B2 +LQ08X005010 Hypothetical protein 5.328795939 L4_control_B3 +LQ08X005010 Hypothetical protein 5.627267345 L4_control_C2 +LQ08X005010 Hypothetical protein 5.547159628 L4_control_C3 +LQ08X005010 Hypothetical protein 5.43190407 L4_chemical_A1 +LQ08X005010 Hypothetical protein 5.546958935 L4_chemical_A2 +LQ08X005010 Hypothetical protein 7.039712222 L4_chemical_A3 +LQ08X005010 Hypothetical protein 5.471454734 L4_chemical_B1 +LQ08X005010 Hypothetical protein 5.363190142 L4_chemical_B2 +LQ08X005010 Hypothetical protein 5.333069637 L4_chemical_B3 +LQ08X005010 Hypothetical protein 5.392770255 L4_chemical_C2 +LQ08X005010 Hypothetical protein 5.416912633 L4_chemical_C3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.461786482 C6_control_A1 +LQ08X005020 Putative Niemann-Pick C1 protein 5.490568122 C6_control_A3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.656630256 C6_control_B1 +LQ08X005020 Putative Niemann-Pick C1 protein 5.944238057 C6_control_B2 +LQ08X005020 Putative Niemann-Pick C1 protein 5.577833488 C6_control_B3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.913040352 C6_control_C1 +LQ08X005020 Putative Niemann-Pick C1 protein 5.706304641 C6_control_C2 +LQ08X005020 Putative Niemann-Pick C1 protein 6.021281036 C6_control_C3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.945412989 C6_chemical_A1 +LQ08X005020 Putative Niemann-Pick C1 protein 5.654623357 C6_chemical_A3 +LQ08X005020 Putative Niemann-Pick C1 protein 6.062574359 C6_chemical_B1 +LQ08X005020 Putative Niemann-Pick C1 protein 6.147022164 C6_chemical_B2 +LQ08X005020 Putative Niemann-Pick C1 protein 5.772905822 C6_chemical_B3 +LQ08X005020 Putative Niemann-Pick C1 protein 6.610531559 C6_chemical_C1 +LQ08X005020 Putative Niemann-Pick C1 protein 6.878462242 C6_chemical_C2 +LQ08X005020 Putative Niemann-Pick C1 protein 6.560566307 C6_chemical_C3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.758725956 L4_control_A1 +LQ08X005020 Putative Niemann-Pick C1 protein 5.565021186 L4_control_A2 +LQ08X005020 Putative Niemann-Pick C1 protein 5.90255496 L4_control_A3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.876884338 L4_control_B1 +LQ08X005020 Putative Niemann-Pick C1 protein 6.390114651 L4_control_B2 +LQ08X005020 Putative Niemann-Pick C1 protein 6.52131337 L4_control_B3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.550051311 L4_control_C2 +LQ08X005020 Putative Niemann-Pick C1 protein 6.426247763 L4_control_C3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.299827858 L4_chemical_A1 +LQ08X005020 Putative Niemann-Pick C1 protein 6.238286749 L4_chemical_A2 +LQ08X005020 Putative Niemann-Pick C1 protein 5.858520352 L4_chemical_A3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.674063309 L4_chemical_B1 +LQ08X005020 Putative Niemann-Pick C1 protein 6.205825323 L4_chemical_B2 +LQ08X005020 Putative Niemann-Pick C1 protein 5.820047792 L4_chemical_B3 +LQ08X005020 Putative Niemann-Pick C1 protein 5.732856813 L4_chemical_C2 +LQ08X005020 Putative Niemann-Pick C1 protein 5.517173752 L4_chemical_C3 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.48316426 C6_control_A1 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.32968685 C6_control_A3 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.49506171 C6_control_B1 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.21902216 C6_control_B2 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.45303991 C6_control_B3 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.45814149 C6_control_C1 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.32730529 C6_control_C2 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.66223173 C6_control_C3 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.27024066 C6_chemical_A1 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.38465356 C6_chemical_A3 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.4028905 C6_chemical_B1 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.19388912 C6_chemical_B2 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.47237351 C6_chemical_B3 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.26961649 C6_chemical_C1 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.13941239 C6_chemical_C2 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.51934725 C6_chemical_C3 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.06317509 L4_control_A1 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.72411047 L4_control_A2 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.89866648 L4_control_A3 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.03130168 L4_control_B1 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.20677263 L4_control_B2 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.03140167 L4_control_B3 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.50790108 L4_control_C2 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.14226051 L4_control_C3 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.49256428 L4_chemical_A1 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.46065481 L4_chemical_A2 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.90344153 L4_chemical_A3 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.99842695 L4_chemical_B1 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.74779759 L4_chemical_B2 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.55915415 L4_chemical_B3 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.15337639 L4_chemical_C2 +LQ08X005050 Serine/threonine-protein kinase PBS1 12.13089352 L4_chemical_C3 +LQ08X005080 Bromodomain-containing protein 4.944325093 C6_control_A1 +LQ08X005080 Bromodomain-containing protein 5.174505414 C6_control_A3 +LQ08X005080 Bromodomain-containing protein 4.922837605 C6_control_B1 +LQ08X005080 Bromodomain-containing protein 4.862147069 C6_control_B2 +LQ08X005080 Bromodomain-containing protein 5.054432573 C6_control_B3 +LQ08X005080 Bromodomain-containing protein 5.013281337 C6_control_C1 +LQ08X005080 Bromodomain-containing protein 4.940635026 C6_control_C2 +LQ08X005080 Bromodomain-containing protein 5.116519199 C6_control_C3 +LQ08X005080 Bromodomain-containing protein 5.431320341 C6_chemical_A1 +LQ08X005080 Bromodomain-containing protein 5.197076913 C6_chemical_A3 +LQ08X005080 Bromodomain-containing protein 4.829398474 C6_chemical_B1 +LQ08X005080 Bromodomain-containing protein 4.935550373 C6_chemical_B2 +LQ08X005080 Bromodomain-containing protein 5.062087813 C6_chemical_B3 +LQ08X005080 Bromodomain-containing protein 5.250233897 C6_chemical_C1 +LQ08X005080 Bromodomain-containing protein 5.13448016 C6_chemical_C2 +LQ08X005080 Bromodomain-containing protein 4.974222583 C6_chemical_C3 +LQ08X005080 Bromodomain-containing protein 4.939800867 L4_control_A1 +LQ08X005080 Bromodomain-containing protein 5.117233845 L4_control_A2 +LQ08X005080 Bromodomain-containing protein 5.236527376 L4_control_A3 +LQ08X005080 Bromodomain-containing protein 5.498930908 L4_control_B1 +LQ08X005080 Bromodomain-containing protein 5.066532228 L4_control_B2 +LQ08X005080 Bromodomain-containing protein 5.05706952 L4_control_B3 +LQ08X005080 Bromodomain-containing protein 5.511385299 L4_control_C2 +LQ08X005080 Bromodomain-containing protein 5.297302617 L4_control_C3 +LQ08X005080 Bromodomain-containing protein 5.21433287 L4_chemical_A1 +LQ08X005080 Bromodomain-containing protein 5.058691468 L4_chemical_A2 +LQ08X005080 Bromodomain-containing protein 5.410450511 L4_chemical_A3 +LQ08X005080 Bromodomain-containing protein 5.227971507 L4_chemical_B1 +LQ08X005080 Bromodomain-containing protein 5.401884927 L4_chemical_B2 +LQ08X005080 Bromodomain-containing protein 4.843353088 L4_chemical_B3 +LQ08X005080 Bromodomain-containing protein 5.504033471 L4_chemical_C2 +LQ08X005080 Bromodomain-containing protein 5.092412695 L4_chemical_C3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.470874126 C6_control_A1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.304230091 C6_control_A3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.727089362 C6_control_B1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.492029546 C6_control_B2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.07028002 C6_control_B3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.99892212 C6_control_C1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.93701594 C6_control_C2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.79420816 C6_control_C3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.68073806 C6_chemical_A1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.682499794 C6_chemical_A3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.21341517 C6_chemical_B1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.396702881 C6_chemical_B2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.13885179 C6_chemical_B3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 11.02792809 C6_chemical_C1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.81133976 C6_chemical_C2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.6725975 C6_chemical_C3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.377628895 L4_control_A1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.497706095 L4_control_A2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.37621438 L4_control_A3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.731642742 L4_control_B1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 11.00808378 L4_control_B2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.29892147 L4_control_B3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 12.89686203 L4_control_C2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 12.2645318 L4_control_C3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.333269291 L4_chemical_A1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.383364617 L4_chemical_A2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.792648184 L4_chemical_A3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.733831916 L4_chemical_B1 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 10.414773 L4_chemical_B2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.310067769 L4_chemical_B3 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 12.4556571 L4_chemical_C2 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 12.38101141 L4_chemical_C3 +LQ08X005110 HMG1/2-like protein 10.64925216 C6_control_A1 +LQ08X005110 HMG1/2-like protein 11.44278959 C6_control_A3 +LQ08X005110 HMG1/2-like protein 9.713293644 C6_control_B1 +LQ08X005110 HMG1/2-like protein 8.759908236 C6_control_B2 +LQ08X005110 HMG1/2-like protein 8.881507698 C6_control_B3 +LQ08X005110 HMG1/2-like protein 9.115427237 C6_control_C1 +LQ08X005110 HMG1/2-like protein 8.496655785 C6_control_C2 +LQ08X005110 HMG1/2-like protein 9.345284461 C6_control_C3 +LQ08X005110 HMG1/2-like protein 10.27793614 C6_chemical_A1 +LQ08X005110 HMG1/2-like protein 11.08660601 C6_chemical_A3 +LQ08X005110 HMG1/2-like protein 9.319228949 C6_chemical_B1 +LQ08X005110 HMG1/2-like protein 8.891892926 C6_chemical_B2 +LQ08X005110 HMG1/2-like protein 8.405316829 C6_chemical_B3 +LQ08X005110 HMG1/2-like protein 8.687837762 C6_chemical_C1 +LQ08X005110 HMG1/2-like protein 8.942574051 C6_chemical_C2 +LQ08X005110 HMG1/2-like protein 8.983481348 C6_chemical_C3 +LQ08X005110 HMG1/2-like protein 10.43912203 L4_control_A1 +LQ08X005110 HMG1/2-like protein 9.122016355 L4_control_A2 +LQ08X005110 HMG1/2-like protein 10.71904952 L4_control_A3 +LQ08X005110 HMG1/2-like protein 7.409325709 L4_control_B1 +LQ08X005110 HMG1/2-like protein 8.154620466 L4_control_B2 +LQ08X005110 HMG1/2-like protein 7.580903003 L4_control_B3 +LQ08X005110 HMG1/2-like protein 9.375337066 L4_control_C2 +LQ08X005110 HMG1/2-like protein 8.993357989 L4_control_C3 +LQ08X005110 HMG1/2-like protein 9.705115158 L4_chemical_A1 +LQ08X005110 HMG1/2-like protein 8.494889402 L4_chemical_A2 +LQ08X005110 HMG1/2-like protein 10.29818198 L4_chemical_A3 +LQ08X005110 HMG1/2-like protein 8.310118478 L4_chemical_B1 +LQ08X005110 HMG1/2-like protein 8.661085929 L4_chemical_B2 +LQ08X005110 HMG1/2-like protein 8.124202219 L4_chemical_B3 +LQ08X005110 HMG1/2-like protein 8.738239017 L4_chemical_C2 +LQ08X005110 HMG1/2-like protein 8.478774489 L4_chemical_C3 +LQ08X005120 12-oxophytodienoate reductase 2 4.98001137 C6_control_A1 +LQ08X005120 12-oxophytodienoate reductase 2 4.960410728 C6_control_A3 +LQ08X005120 12-oxophytodienoate reductase 2 5.078014323 C6_control_B1 +LQ08X005120 12-oxophytodienoate reductase 2 4.718629963 C6_control_B2 +LQ08X005120 12-oxophytodienoate reductase 2 4.829969236 C6_control_B3 +LQ08X005120 12-oxophytodienoate reductase 2 5.307651829 C6_control_C1 +LQ08X005120 12-oxophytodienoate reductase 2 4.780060178 C6_control_C2 +LQ08X005120 12-oxophytodienoate reductase 2 4.829019738 C6_control_C3 +LQ08X005120 12-oxophytodienoate reductase 2 4.988902261 C6_chemical_A1 +LQ08X005120 12-oxophytodienoate reductase 2 5.289807951 C6_chemical_A3 +LQ08X005120 12-oxophytodienoate reductase 2 4.916406858 C6_chemical_B1 +LQ08X005120 12-oxophytodienoate reductase 2 4.526193827 C6_chemical_B2 +LQ08X005120 12-oxophytodienoate reductase 2 4.693867979 C6_chemical_B3 +LQ08X005120 12-oxophytodienoate reductase 2 4.993542171 C6_chemical_C1 +LQ08X005120 12-oxophytodienoate reductase 2 4.708620958 C6_chemical_C2 +LQ08X005120 12-oxophytodienoate reductase 2 4.628833155 C6_chemical_C3 +LQ08X005120 12-oxophytodienoate reductase 2 5.056060595 L4_control_A1 +LQ08X005120 12-oxophytodienoate reductase 2 5.14889842 L4_control_A2 +LQ08X005120 12-oxophytodienoate reductase 2 5.721336013 L4_control_A3 +LQ08X005120 12-oxophytodienoate reductase 2 5.055119265 L4_control_B1 +LQ08X005120 12-oxophytodienoate reductase 2 4.822210808 L4_control_B2 +LQ08X005120 12-oxophytodienoate reductase 2 4.77918415 L4_control_B3 +LQ08X005120 12-oxophytodienoate reductase 2 4.661821774 L4_control_C2 +LQ08X005120 12-oxophytodienoate reductase 2 5.656033785 L4_control_C3 +LQ08X005120 12-oxophytodienoate reductase 2 5.059204907 L4_chemical_A1 +LQ08X005120 12-oxophytodienoate reductase 2 5.049588031 L4_chemical_A2 +LQ08X005120 12-oxophytodienoate reductase 2 5.412246335 L4_chemical_A3 +LQ08X005120 12-oxophytodienoate reductase 2 5.207658904 L4_chemical_B1 +LQ08X005120 12-oxophytodienoate reductase 2 4.730406037 L4_chemical_B2 +LQ08X005120 12-oxophytodienoate reductase 2 4.951826035 L4_chemical_B3 +LQ08X005120 12-oxophytodienoate reductase 2 5.139840431 L4_chemical_C2 +LQ08X005120 12-oxophytodienoate reductase 2 5.199971646 L4_chemical_C3 +LQ08X005150 Putative Cytochrome P450 93A1 11.85729011 C6_control_A1 +LQ08X005150 Putative Cytochrome P450 93A1 11.21441172 C6_control_A3 +LQ08X005150 Putative Cytochrome P450 93A1 13.21110652 C6_control_B1 +LQ08X005150 Putative Cytochrome P450 93A1 14.00038839 C6_control_B2 +LQ08X005150 Putative Cytochrome P450 93A1 13.66633861 C6_control_B3 +LQ08X005150 Putative Cytochrome P450 93A1 14.81557251 C6_control_C1 +LQ08X005150 Putative Cytochrome P450 93A1 14.77329204 C6_control_C2 +LQ08X005150 Putative Cytochrome P450 93A1 14.58384305 C6_control_C3 +LQ08X005150 Putative Cytochrome P450 93A1 12.15910047 C6_chemical_A1 +LQ08X005150 Putative Cytochrome P450 93A1 11.06327619 C6_chemical_A3 +LQ08X005150 Putative Cytochrome P450 93A1 13.69369972 C6_chemical_B1 +LQ08X005150 Putative Cytochrome P450 93A1 14.17467291 C6_chemical_B2 +LQ08X005150 Putative Cytochrome P450 93A1 13.77350183 C6_chemical_B3 +LQ08X005150 Putative Cytochrome P450 93A1 14.8759241 C6_chemical_C1 +LQ08X005150 Putative Cytochrome P450 93A1 14.90813701 C6_chemical_C2 +LQ08X005150 Putative Cytochrome P450 93A1 14.65261367 C6_chemical_C3 +LQ08X005150 Putative Cytochrome P450 93A1 9.146626574 L4_control_A1 +LQ08X005150 Putative Cytochrome P450 93A1 9.793584042 L4_control_A2 +LQ08X005150 Putative Cytochrome P450 93A1 9.551449652 L4_control_A3 +LQ08X005150 Putative Cytochrome P450 93A1 12.42490054 L4_control_B1 +LQ08X005150 Putative Cytochrome P450 93A1 12.57536323 L4_control_B2 +LQ08X005150 Putative Cytochrome P450 93A1 12.32185048 L4_control_B3 +LQ08X005150 Putative Cytochrome P450 93A1 14.51126022 L4_control_C2 +LQ08X005150 Putative Cytochrome P450 93A1 13.99052702 L4_control_C3 +LQ08X005150 Putative Cytochrome P450 93A1 10.48769121 L4_chemical_A1 +LQ08X005150 Putative Cytochrome P450 93A1 11.39990458 L4_chemical_A2 +LQ08X005150 Putative Cytochrome P450 93A1 9.909040385 L4_chemical_A3 +LQ08X005150 Putative Cytochrome P450 93A1 12.27062029 L4_chemical_B1 +LQ08X005150 Putative Cytochrome P450 93A1 12.26644972 L4_chemical_B2 +LQ08X005150 Putative Cytochrome P450 93A1 11.25888659 L4_chemical_B3 +LQ08X005150 Putative Cytochrome P450 93A1 14.20950936 L4_chemical_C2 +LQ08X005150 Putative Cytochrome P450 93A1 13.99667779 L4_chemical_C3 +LQ08X005170 Calcium ion binding protein, putative 7.570790862 C6_control_A1 +LQ08X005170 Calcium ion binding protein, putative 6.307863407 C6_control_A3 +LQ08X005170 Calcium ion binding protein, putative 7.25969152 C6_control_B1 +LQ08X005170 Calcium ion binding protein, putative 7.304245714 C6_control_B2 +LQ08X005170 Calcium ion binding protein, putative 7.246667788 C6_control_B3 +LQ08X005170 Calcium ion binding protein, putative 7.227597465 C6_control_C1 +LQ08X005170 Calcium ion binding protein, putative 5.839523616 C6_control_C2 +LQ08X005170 Calcium ion binding protein, putative 6.617309788 C6_control_C3 +LQ08X005170 Calcium ion binding protein, putative 8.14290769 C6_chemical_A1 +LQ08X005170 Calcium ion binding protein, putative 7.346066797 C6_chemical_A3 +LQ08X005170 Calcium ion binding protein, putative 7.533267577 C6_chemical_B1 +LQ08X005170 Calcium ion binding protein, putative 7.530245473 C6_chemical_B2 +LQ08X005170 Calcium ion binding protein, putative 7.56126727 C6_chemical_B3 +LQ08X005170 Calcium ion binding protein, putative 7.602878371 C6_chemical_C1 +LQ08X005170 Calcium ion binding protein, putative 7.373211685 C6_chemical_C2 +LQ08X005170 Calcium ion binding protein, putative 7.602771855 C6_chemical_C3 +LQ08X005170 Calcium ion binding protein, putative 7.626475201 L4_control_A1 +LQ08X005170 Calcium ion binding protein, putative 7.556451852 L4_control_A2 +LQ08X005170 Calcium ion binding protein, putative 8.90300923 L4_control_A3 +LQ08X005170 Calcium ion binding protein, putative 7.715725446 L4_control_B1 +LQ08X005170 Calcium ion binding protein, putative 7.69748901 L4_control_B2 +LQ08X005170 Calcium ion binding protein, putative 8.313259069 L4_control_B3 +LQ08X005170 Calcium ion binding protein, putative 7.238638684 L4_control_C2 +LQ08X005170 Calcium ion binding protein, putative 8.285422604 L4_control_C3 +LQ08X005170 Calcium ion binding protein, putative 7.436186995 L4_chemical_A1 +LQ08X005170 Calcium ion binding protein, putative 7.471268393 L4_chemical_A2 +LQ08X005170 Calcium ion binding protein, putative 8.387476998 L4_chemical_A3 +LQ08X005170 Calcium ion binding protein, putative 7.242380737 L4_chemical_B1 +LQ08X005170 Calcium ion binding protein, putative 8.11396842 L4_chemical_B2 +LQ08X005170 Calcium ion binding protein, putative 8.071895186 L4_chemical_B3 +LQ08X005170 Calcium ion binding protein, putative 6.957287585 L4_chemical_C2 +LQ08X005170 Calcium ion binding protein, putative 8.108241944 L4_chemical_C3 +LQ08X005190 U-box domain-containing protein 43 5.627847395 C6_control_A1 +LQ08X005190 U-box domain-containing protein 43 5.618386879 C6_control_A3 +LQ08X005190 U-box domain-containing protein 43 5.875427884 C6_control_B1 +LQ08X005190 U-box domain-containing protein 43 5.456168989 C6_control_B2 +LQ08X005190 U-box domain-containing protein 43 5.541259735 C6_control_B3 +LQ08X005190 U-box domain-containing protein 43 5.483655768 C6_control_C1 +LQ08X005190 U-box domain-containing protein 43 5.764160319 C6_control_C2 +LQ08X005190 U-box domain-containing protein 43 5.551936358 C6_control_C3 +LQ08X005190 U-box domain-containing protein 43 5.429268593 C6_chemical_A1 +LQ08X005190 U-box domain-containing protein 43 5.42280866 C6_chemical_A3 +LQ08X005190 U-box domain-containing protein 43 5.316806937 C6_chemical_B1 +LQ08X005190 U-box domain-containing protein 43 5.600049475 C6_chemical_B2 +LQ08X005190 U-box domain-containing protein 43 5.551578943 C6_chemical_B3 +LQ08X005190 U-box domain-containing protein 43 5.448384933 C6_chemical_C1 +LQ08X005190 U-box domain-containing protein 43 5.738564247 C6_chemical_C2 +LQ08X005190 U-box domain-containing protein 43 5.83558298 C6_chemical_C3 +LQ08X005190 U-box domain-containing protein 43 5.434206918 L4_control_A1 +LQ08X005190 U-box domain-containing protein 43 5.342636079 L4_control_A2 +LQ08X005190 U-box domain-containing protein 43 5.819202189 L4_control_A3 +LQ08X005190 U-box domain-containing protein 43 5.709798082 L4_control_B1 +LQ08X005190 U-box domain-containing protein 43 5.842214016 L4_control_B2 +LQ08X005190 U-box domain-containing protein 43 5.29874673 L4_control_B3 +LQ08X005190 U-box domain-containing protein 43 5.454010904 L4_control_C2 +LQ08X005190 U-box domain-containing protein 43 6.389445693 L4_control_C3 +LQ08X005190 U-box domain-containing protein 43 5.475881513 L4_chemical_A1 +LQ08X005190 U-box domain-containing protein 43 5.191951562 L4_chemical_A2 +LQ08X005190 U-box domain-containing protein 43 5.636425368 L4_chemical_A3 +LQ08X005190 U-box domain-containing protein 43 5.654424454 L4_chemical_B1 +LQ08X005190 U-box domain-containing protein 43 6.264516097 L4_chemical_B2 +LQ08X005190 U-box domain-containing protein 43 5.491356298 L4_chemical_B3 +LQ08X005190 U-box domain-containing protein 43 5.661738154 L4_chemical_C2 +LQ08X005190 U-box domain-containing protein 43 6.100827601 L4_chemical_C3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.825088013 C6_control_A1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.781135333 C6_control_A3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.361486828 C6_control_B1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.030386657 C6_control_B2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.53318673 C6_control_B3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.186184238 C6_control_C1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.932459538 C6_control_C2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.107289222 C6_control_C3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.011566682 C6_chemical_A1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.121927943 C6_chemical_A3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.262707075 C6_chemical_B1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.934376782 C6_chemical_B2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.119462484 C6_chemical_B3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.457972274 C6_chemical_C1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.007596145 C6_chemical_C2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.750309025 C6_chemical_C3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.140114909 L4_control_A1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.102540851 L4_control_A2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.124172587 L4_control_A3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.173548417 L4_control_B1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.402403876 L4_control_B2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.944739496 L4_control_B3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.038813277 L4_control_C2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.072094799 L4_control_C3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.830979916 L4_chemical_A1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.079011274 L4_chemical_A2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.508970997 L4_chemical_A3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.182790806 L4_chemical_B1 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.067684266 L4_chemical_B2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.542194097 L4_chemical_B3 +LQ08X005200 F-box/kelch-repeat protein At5g42350 4.968302844 L4_chemical_C2 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.278461946 L4_chemical_C3 +LQ08X005210 Predicted protein 6.442431022 C6_control_A1 +LQ08X005210 Predicted protein 6.948521454 C6_control_A3 +LQ08X005210 Predicted protein 5.777106897 C6_control_B1 +LQ08X005210 Predicted protein 5.72803449 C6_control_B2 +LQ08X005210 Predicted protein 6.284157887 C6_control_B3 +LQ08X005210 Predicted protein 5.226514133 C6_control_C1 +LQ08X005210 Predicted protein 5.555409653 C6_control_C2 +LQ08X005210 Predicted protein 5.37222092 C6_control_C3 +LQ08X005210 Predicted protein 6.163355927 C6_chemical_A1 +LQ08X005210 Predicted protein 6.310317437 C6_chemical_A3 +LQ08X005210 Predicted protein 5.625462981 C6_chemical_B1 +LQ08X005210 Predicted protein 5.91655079 C6_chemical_B2 +LQ08X005210 Predicted protein 6.008325162 C6_chemical_B3 +LQ08X005210 Predicted protein 5.218178775 C6_chemical_C1 +LQ08X005210 Predicted protein 5.672379644 C6_chemical_C2 +LQ08X005210 Predicted protein 5.36055667 C6_chemical_C3 +LQ08X005210 Predicted protein 5.954329305 L4_control_A1 +LQ08X005210 Predicted protein 6.63616006 L4_control_A2 +LQ08X005210 Predicted protein 6.897666947 L4_control_A3 +LQ08X005210 Predicted protein 6.078458383 L4_control_B1 +LQ08X005210 Predicted protein 5.680362225 L4_control_B2 +LQ08X005210 Predicted protein 5.733596535 L4_control_B3 +LQ08X005210 Predicted protein 5.503075302 L4_control_C2 +LQ08X005210 Predicted protein 5.596362847 L4_control_C3 +LQ08X005210 Predicted protein 6.154197544 L4_chemical_A1 +LQ08X005210 Predicted protein 6.251305699 L4_chemical_A2 +LQ08X005210 Predicted protein 7.065548109 L4_chemical_A3 +LQ08X005210 Predicted protein 6.092477722 L4_chemical_B1 +LQ08X005210 Predicted protein 5.449889679 L4_chemical_B2 +LQ08X005210 Predicted protein 5.829027687 L4_chemical_B3 +LQ08X005210 Predicted protein 6.025812269 L4_chemical_C2 +LQ08X005210 Predicted protein 5.370740351 L4_chemical_C3 +LQ08X005230 Glutamate receptor 3.3 13.51014659 C6_control_A1 +LQ08X005230 Glutamate receptor 3.3 12.83001762 C6_control_A3 +LQ08X005230 Glutamate receptor 3.3 13.74359103 C6_control_B1 +LQ08X005230 Glutamate receptor 3.3 13.18834229 C6_control_B2 +LQ08X005230 Glutamate receptor 3.3 13.70690014 C6_control_B3 +LQ08X005230 Glutamate receptor 3.3 13.37683919 C6_control_C1 +LQ08X005230 Glutamate receptor 3.3 13.26075635 C6_control_C2 +LQ08X005230 Glutamate receptor 3.3 13.39010167 C6_control_C3 +LQ08X005230 Glutamate receptor 3.3 13.32404414 C6_chemical_A1 +LQ08X005230 Glutamate receptor 3.3 12.82728319 C6_chemical_A3 +LQ08X005230 Glutamate receptor 3.3 13.34805277 C6_chemical_B1 +LQ08X005230 Glutamate receptor 3.3 12.72146422 C6_chemical_B2 +LQ08X005230 Glutamate receptor 3.3 13.49562062 C6_chemical_B3 +LQ08X005230 Glutamate receptor 3.3 13.13069501 C6_chemical_C1 +LQ08X005230 Glutamate receptor 3.3 12.94507159 C6_chemical_C2 +LQ08X005230 Glutamate receptor 3.3 13.03248176 C6_chemical_C3 +LQ08X005230 Glutamate receptor 3.3 13.3123887 L4_control_A1 +LQ08X005230 Glutamate receptor 3.3 13.5311844 L4_control_A2 +LQ08X005230 Glutamate receptor 3.3 13.05595787 L4_control_A3 +LQ08X005230 Glutamate receptor 3.3 13.94014011 L4_control_B1 +LQ08X005230 Glutamate receptor 3.3 13.62721878 L4_control_B2 +LQ08X005230 Glutamate receptor 3.3 13.85308687 L4_control_B3 +LQ08X005230 Glutamate receptor 3.3 13.64137413 L4_control_C2 +LQ08X005230 Glutamate receptor 3.3 13.85405691 L4_control_C3 +LQ08X005230 Glutamate receptor 3.3 13.28573654 L4_chemical_A1 +LQ08X005230 Glutamate receptor 3.3 13.13609629 L4_chemical_A2 +LQ08X005230 Glutamate receptor 3.3 13.24780192 L4_chemical_A3 +LQ08X005230 Glutamate receptor 3.3 13.57452288 L4_chemical_B1 +LQ08X005230 Glutamate receptor 3.3 13.57560584 L4_chemical_B2 +LQ08X005230 Glutamate receptor 3.3 13.48306058 L4_chemical_B3 +LQ08X005230 Glutamate receptor 3.3 13.58147833 L4_chemical_C2 +LQ08X005230 Glutamate receptor 3.3 13.71337426 L4_chemical_C3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 11.72562841 C6_control_A1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 11.97084439 C6_control_A3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 10.89470522 C6_control_B1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 9.338198482 C6_control_B2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 9.895905045 C6_control_B3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.126651818 C6_control_C1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 6.094006327 C6_control_C2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.705106645 C6_control_C3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 11.45976988 C6_chemical_A1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 12.11084114 C6_chemical_A3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 10.24760448 C6_chemical_B1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 8.968411335 C6_chemical_B2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 8.477474806 C6_chemical_B3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.34112702 C6_chemical_C1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.947286354 C6_chemical_C2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.884603001 C6_chemical_C3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 12.95422349 L4_control_A1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 12.51243302 L4_control_A2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 12.86046719 L4_control_A3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 8.898953179 L4_control_B1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 11.19591209 L4_control_B2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 7.260837392 L4_control_B3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.21652631 L4_control_C2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.100631188 L4_control_C3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 11.0494353 L4_chemical_A1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 10.40881647 L4_chemical_A2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 12.31412624 L4_chemical_A3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 9.807453347 L4_chemical_B1 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 10.44514979 L4_chemical_B2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 10.26637447 L4_chemical_B3 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.838967688 L4_chemical_C2 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 5.453134549 L4_chemical_C3 +LQ08X005250 Predicted protein (Fragment) 5.164921127 C6_control_A1 +LQ08X005250 Predicted protein (Fragment) 5.081201015 C6_control_A3 +LQ08X005250 Predicted protein (Fragment) 5.310640474 C6_control_B1 +LQ08X005250 Predicted protein (Fragment) 5.117198518 C6_control_B2 +LQ08X005250 Predicted protein (Fragment) 5.383241473 C6_control_B3 +LQ08X005250 Predicted protein (Fragment) 5.107997409 C6_control_C1 +LQ08X005250 Predicted protein (Fragment) 5.161266524 C6_control_C2 +LQ08X005250 Predicted protein (Fragment) 4.982124142 C6_control_C3 +LQ08X005250 Predicted protein (Fragment) 4.97729417 C6_chemical_A1 +LQ08X005250 Predicted protein (Fragment) 4.911704854 C6_chemical_A3 +LQ08X005250 Predicted protein (Fragment) 5.533223136 C6_chemical_B1 +LQ08X005250 Predicted protein (Fragment) 5.151422694 C6_chemical_B2 +LQ08X005250 Predicted protein (Fragment) 5.178839269 C6_chemical_B3 +LQ08X005250 Predicted protein (Fragment) 5.015383725 C6_chemical_C1 +LQ08X005250 Predicted protein (Fragment) 5.012391292 C6_chemical_C2 +LQ08X005250 Predicted protein (Fragment) 5.15473883 C6_chemical_C3 +LQ08X005250 Predicted protein (Fragment) 4.988422491 L4_control_A1 +LQ08X005250 Predicted protein (Fragment) 5.319896656 L4_control_A2 +LQ08X005250 Predicted protein (Fragment) 5.301677097 L4_control_A3 +LQ08X005250 Predicted protein (Fragment) 5.680414283 L4_control_B1 +LQ08X005250 Predicted protein (Fragment) 5.102601074 L4_control_B2 +LQ08X005250 Predicted protein (Fragment) 5.31602895 L4_control_B3 +LQ08X005250 Predicted protein (Fragment) 5.714855145 L4_control_C2 +LQ08X005250 Predicted protein (Fragment) 5.164186711 L4_control_C3 +LQ08X005250 Predicted protein (Fragment) 5.512164003 L4_chemical_A1 +LQ08X005250 Predicted protein (Fragment) 5.293095548 L4_chemical_A2 +LQ08X005250 Predicted protein (Fragment) 4.981787403 L4_chemical_A3 +LQ08X005250 Predicted protein (Fragment) 5.429444817 L4_chemical_B1 +LQ08X005250 Predicted protein (Fragment) 5.224961783 L4_chemical_B2 +LQ08X005250 Predicted protein (Fragment) 4.926065305 L4_chemical_B3 +LQ08X005250 Predicted protein (Fragment) 5.047560359 L4_chemical_C2 +LQ08X005250 Predicted protein (Fragment) 5.285597596 L4_chemical_C3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.40934722 C6_control_A1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 11.14166779 C6_control_A3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 13.12290288 C6_control_B1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 13.62136561 C6_control_B2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.52745687 C6_control_B3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 15.04318298 C6_control_C1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 14.74438277 C6_control_C2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 14.78379729 C6_control_C3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.88483869 C6_chemical_A1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 11.872367 C6_chemical_A3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 13.99802995 C6_chemical_B1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 13.78098587 C6_chemical_B2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.71467506 C6_chemical_B3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 14.90056577 C6_chemical_C1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 15.0130424 C6_chemical_C2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 15.27791391 C6_chemical_C3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 11.57885967 L4_control_A1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 11.68909171 L4_control_A2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 10.82823611 L4_control_A3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 13.48814709 L4_control_B1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.86384156 L4_control_B2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 14.16046988 L4_control_B3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 14.25009532 L4_control_C2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 14.08278771 L4_control_C3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 11.46249526 L4_chemical_A1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.15618905 L4_chemical_A2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 10.63624615 L4_chemical_A3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 13.04550274 L4_chemical_B1 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.64982419 L4_chemical_B2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.71971695 L4_chemical_B3 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 14.40551393 L4_chemical_C2 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 14.45568326 L4_chemical_C3 +LQ08X005270 Putative uncharacterized protein 13.99419579 C6_control_A1 +LQ08X005270 Putative uncharacterized protein 14.15367023 C6_control_A3 +LQ08X005270 Putative uncharacterized protein 14.13596249 C6_control_B1 +LQ08X005270 Putative uncharacterized protein 14.34064039 C6_control_B2 +LQ08X005270 Putative uncharacterized protein 14.31788152 C6_control_B3 +LQ08X005270 Putative uncharacterized protein 14.64407388 C6_control_C1 +LQ08X005270 Putative uncharacterized protein 14.4966961 C6_control_C2 +LQ08X005270 Putative uncharacterized protein 14.64581673 C6_control_C3 +LQ08X005270 Putative uncharacterized protein 14.0950386 C6_chemical_A1 +LQ08X005270 Putative uncharacterized protein 13.82943281 C6_chemical_A3 +LQ08X005270 Putative uncharacterized protein 14.12359726 C6_chemical_B1 +LQ08X005270 Putative uncharacterized protein 14.35953848 C6_chemical_B2 +LQ08X005270 Putative uncharacterized protein 14.23253646 C6_chemical_B3 +LQ08X005270 Putative uncharacterized protein 14.50440775 C6_chemical_C1 +LQ08X005270 Putative uncharacterized protein 14.69703496 C6_chemical_C2 +LQ08X005270 Putative uncharacterized protein 14.67678417 C6_chemical_C3 +LQ08X005270 Putative uncharacterized protein 14.31172465 L4_control_A1 +LQ08X005270 Putative uncharacterized protein 13.98630294 L4_control_A2 +LQ08X005270 Putative uncharacterized protein 13.73649703 L4_control_A3 +LQ08X005270 Putative uncharacterized protein 14.12214052 L4_control_B1 +LQ08X005270 Putative uncharacterized protein 13.84566856 L4_control_B2 +LQ08X005270 Putative uncharacterized protein 14.51214108 L4_control_B3 +LQ08X005270 Putative uncharacterized protein 14.60796898 L4_control_C2 +LQ08X005270 Putative uncharacterized protein 14.62098389 L4_control_C3 +LQ08X005270 Putative uncharacterized protein 14.29662189 L4_chemical_A1 +LQ08X005270 Putative uncharacterized protein 14.04953771 L4_chemical_A2 +LQ08X005270 Putative uncharacterized protein 13.86560987 L4_chemical_A3 +LQ08X005270 Putative uncharacterized protein 13.97575278 L4_chemical_B1 +LQ08X005270 Putative uncharacterized protein 14.15344227 L4_chemical_B2 +LQ08X005270 Putative uncharacterized protein 14.44956267 L4_chemical_B3 +LQ08X005270 Putative uncharacterized protein 14.65428243 L4_chemical_C2 +LQ08X005270 Putative uncharacterized protein 14.74875847 L4_chemical_C3 +LQ08X005350 Putative uncharacterized protein 12.03198927 C6_control_A1 +LQ08X005350 Putative uncharacterized protein 11.62719851 C6_control_A3 +LQ08X005350 Putative uncharacterized protein 11.70694776 C6_control_B1 +LQ08X005350 Putative uncharacterized protein 11.68439735 C6_control_B2 +LQ08X005350 Putative uncharacterized protein 11.55444084 C6_control_B3 +LQ08X005350 Putative uncharacterized protein 11.72362328 C6_control_C1 +LQ08X005350 Putative uncharacterized protein 11.67850279 C6_control_C2 +LQ08X005350 Putative uncharacterized protein 11.27402451 C6_control_C3 +LQ08X005350 Putative uncharacterized protein 11.82030503 C6_chemical_A1 +LQ08X005350 Putative uncharacterized protein 11.66740362 C6_chemical_A3 +LQ08X005350 Putative uncharacterized protein 11.50234396 C6_chemical_B1 +LQ08X005350 Putative uncharacterized protein 11.86001689 C6_chemical_B2 +LQ08X005350 Putative uncharacterized protein 11.43051837 C6_chemical_B3 +LQ08X005350 Putative uncharacterized protein 11.5720522 C6_chemical_C1 +LQ08X005350 Putative uncharacterized protein 11.67959413 C6_chemical_C2 +LQ08X005350 Putative uncharacterized protein 11.45394637 C6_chemical_C3 +LQ08X005350 Putative uncharacterized protein 11.83083025 L4_control_A1 +LQ08X005350 Putative uncharacterized protein 11.79489749 L4_control_A2 +LQ08X005350 Putative uncharacterized protein 12.23273773 L4_control_A3 +LQ08X005350 Putative uncharacterized protein 11.7219363 L4_control_B1 +LQ08X005350 Putative uncharacterized protein 12.10134859 L4_control_B2 +LQ08X005350 Putative uncharacterized protein 11.64517542 L4_control_B3 +LQ08X005350 Putative uncharacterized protein 12.40676815 L4_control_C2 +LQ08X005350 Putative uncharacterized protein 11.6558454 L4_control_C3 +LQ08X005350 Putative uncharacterized protein 11.72591599 L4_chemical_A1 +LQ08X005350 Putative uncharacterized protein 11.92491496 L4_chemical_A2 +LQ08X005350 Putative uncharacterized protein 12.42075177 L4_chemical_A3 +LQ08X005350 Putative uncharacterized protein 11.91946602 L4_chemical_B1 +LQ08X005350 Putative uncharacterized protein 11.80230009 L4_chemical_B2 +LQ08X005350 Putative uncharacterized protein 11.6928136 L4_chemical_B3 +LQ08X005350 Putative uncharacterized protein 12.31817115 L4_chemical_C2 +LQ08X005350 Putative uncharacterized protein 11.93427889 L4_chemical_C3 +LQ08X005360 Monosaccharide-sensing protein 2 10.01796103 C6_control_A1 +LQ08X005360 Monosaccharide-sensing protein 2 8.71163755 C6_control_A3 +LQ08X005360 Monosaccharide-sensing protein 2 9.963858698 C6_control_B1 +LQ08X005360 Monosaccharide-sensing protein 2 9.659587529 C6_control_B2 +LQ08X005360 Monosaccharide-sensing protein 2 9.798347739 C6_control_B3 +LQ08X005360 Monosaccharide-sensing protein 2 9.602848708 C6_control_C1 +LQ08X005360 Monosaccharide-sensing protein 2 8.776531504 C6_control_C2 +LQ08X005360 Monosaccharide-sensing protein 2 8.977912144 C6_control_C3 +LQ08X005360 Monosaccharide-sensing protein 2 9.931811773 C6_chemical_A1 +LQ08X005360 Monosaccharide-sensing protein 2 9.003577481 C6_chemical_A3 +LQ08X005360 Monosaccharide-sensing protein 2 9.880369417 C6_chemical_B1 +LQ08X005360 Monosaccharide-sensing protein 2 9.591455059 C6_chemical_B2 +LQ08X005360 Monosaccharide-sensing protein 2 9.090566722 C6_chemical_B3 +LQ08X005360 Monosaccharide-sensing protein 2 9.469698247 C6_chemical_C1 +LQ08X005360 Monosaccharide-sensing protein 2 9.1518288 C6_chemical_C2 +LQ08X005360 Monosaccharide-sensing protein 2 8.800267885 C6_chemical_C3 +LQ08X005360 Monosaccharide-sensing protein 2 9.875408406 L4_control_A1 +LQ08X005360 Monosaccharide-sensing protein 2 10.11614628 L4_control_A2 +LQ08X005360 Monosaccharide-sensing protein 2 9.866934634 L4_control_A3 +LQ08X005360 Monosaccharide-sensing protein 2 10.03780104 L4_control_B1 +LQ08X005360 Monosaccharide-sensing protein 2 10.53789634 L4_control_B2 +LQ08X005360 Monosaccharide-sensing protein 2 9.330574329 L4_control_B3 +LQ08X005360 Monosaccharide-sensing protein 2 9.615941918 L4_control_C2 +LQ08X005360 Monosaccharide-sensing protein 2 9.710510664 L4_control_C3 +LQ08X005360 Monosaccharide-sensing protein 2 9.251443877 L4_chemical_A1 +LQ08X005360 Monosaccharide-sensing protein 2 9.372995624 L4_chemical_A2 +LQ08X005360 Monosaccharide-sensing protein 2 9.675562768 L4_chemical_A3 +LQ08X005360 Monosaccharide-sensing protein 2 9.916256777 L4_chemical_B1 +LQ08X005360 Monosaccharide-sensing protein 2 9.925735327 L4_chemical_B2 +LQ08X005360 Monosaccharide-sensing protein 2 9.346033197 L4_chemical_B3 +LQ08X005360 Monosaccharide-sensing protein 2 9.105260032 L4_chemical_C2 +LQ08X005360 Monosaccharide-sensing protein 2 9.56227878 L4_chemical_C3 +LQ08X005370 Hypothetical protein 6.288774484 C6_control_A1 +LQ08X005370 Hypothetical protein 7.827023532 C6_control_A3 +LQ08X005370 Hypothetical protein 6.398786902 C6_control_B1 +LQ08X005370 Hypothetical protein 6.006453724 C6_control_B2 +LQ08X005370 Hypothetical protein 6.662490631 C6_control_B3 +LQ08X005370 Hypothetical protein 6.179088717 C6_control_C1 +LQ08X005370 Hypothetical protein 7.184567811 C6_control_C2 +LQ08X005370 Hypothetical protein 5.944697268 C6_control_C3 +LQ08X005370 Hypothetical protein 6.059152544 C6_chemical_A1 +LQ08X005370 Hypothetical protein 6.075702777 C6_chemical_A3 +LQ08X005370 Hypothetical protein 6.601094543 C6_chemical_B1 +LQ08X005370 Hypothetical protein 6.116905808 C6_chemical_B2 +LQ08X005370 Hypothetical protein 5.927992378 C6_chemical_B3 +LQ08X005370 Hypothetical protein 5.736119085 C6_chemical_C1 +LQ08X005370 Hypothetical protein 6.326970679 C6_chemical_C2 +LQ08X005370 Hypothetical protein 5.884789529 C6_chemical_C3 +LQ08X005370 Hypothetical protein 6.083761936 L4_control_A1 +LQ08X005370 Hypothetical protein 6.197575477 L4_control_A2 +LQ08X005370 Hypothetical protein 6.069602875 L4_control_A3 +LQ08X005370 Hypothetical protein 5.714769397 L4_control_B1 +LQ08X005370 Hypothetical protein 6.050213631 L4_control_B2 +LQ08X005370 Hypothetical protein 6.097061053 L4_control_B3 +LQ08X005370 Hypothetical protein 6.642173417 L4_control_C2 +LQ08X005370 Hypothetical protein 5.54185615 L4_control_C3 +LQ08X005370 Hypothetical protein 5.782466718 L4_chemical_A1 +LQ08X005370 Hypothetical protein 6.270852806 L4_chemical_A2 +LQ08X005370 Hypothetical protein 5.838836055 L4_chemical_A3 +LQ08X005370 Hypothetical protein 6.68250411 L4_chemical_B1 +LQ08X005370 Hypothetical protein 6.203213547 L4_chemical_B2 +LQ08X005370 Hypothetical protein 6.148734357 L4_chemical_B3 +LQ08X005370 Hypothetical protein 6.75453029 L4_chemical_C2 +LQ08X005370 Hypothetical protein 5.894982451 L4_chemical_C3 +LQ08X005380 Transcription factor bHLH96 5.982039876 C6_control_A1 +LQ08X005380 Transcription factor bHLH96 6.961212754 C6_control_A3 +LQ08X005380 Transcription factor bHLH96 5.710252286 C6_control_B1 +LQ08X005380 Transcription factor bHLH96 6.235061533 C6_control_B2 +LQ08X005380 Transcription factor bHLH96 5.97125165 C6_control_B3 +LQ08X005380 Transcription factor bHLH96 5.893539205 C6_control_C1 +LQ08X005380 Transcription factor bHLH96 6.263329283 C6_control_C2 +LQ08X005380 Transcription factor bHLH96 6.152459116 C6_control_C3 +LQ08X005380 Transcription factor bHLH96 6.527822344 C6_chemical_A1 +LQ08X005380 Transcription factor bHLH96 6.617165578 C6_chemical_A3 +LQ08X005380 Transcription factor bHLH96 5.832926439 C6_chemical_B1 +LQ08X005380 Transcription factor bHLH96 6.243248984 C6_chemical_B2 +LQ08X005380 Transcription factor bHLH96 5.88285305 C6_chemical_B3 +LQ08X005380 Transcription factor bHLH96 5.865791168 C6_chemical_C1 +LQ08X005380 Transcription factor bHLH96 6.609280873 C6_chemical_C2 +LQ08X005380 Transcription factor bHLH96 6.140051734 C6_chemical_C3 +LQ08X005380 Transcription factor bHLH96 5.849605117 L4_control_A1 +LQ08X005380 Transcription factor bHLH96 6.619558539 L4_control_A2 +LQ08X005380 Transcription factor bHLH96 7.610896228 L4_control_A3 +LQ08X005380 Transcription factor bHLH96 6.928052481 L4_control_B1 +LQ08X005380 Transcription factor bHLH96 6.563543798 L4_control_B2 +LQ08X005380 Transcription factor bHLH96 6.101673505 L4_control_B3 +LQ08X005380 Transcription factor bHLH96 6.099459494 L4_control_C2 +LQ08X005380 Transcription factor bHLH96 5.709110515 L4_control_C3 +LQ08X005380 Transcription factor bHLH96 5.548482599 L4_chemical_A1 +LQ08X005380 Transcription factor bHLH96 5.928267632 L4_chemical_A2 +LQ08X005380 Transcription factor bHLH96 6.819171543 L4_chemical_A3 +LQ08X005380 Transcription factor bHLH96 6.572458115 L4_chemical_B1 +LQ08X005380 Transcription factor bHLH96 6.21542886 L4_chemical_B2 +LQ08X005380 Transcription factor bHLH96 5.995478397 L4_chemical_B3 +LQ08X005380 Transcription factor bHLH96 5.935324221 L4_chemical_C2 +LQ08X005380 Transcription factor bHLH96 6.005582857 L4_chemical_C3 +LQ08X005400 RING-H2 finger protein ATL1N 6.904885232 C6_control_A1 +LQ08X005400 RING-H2 finger protein ATL1N 7.022032157 C6_control_A3 +LQ08X005400 RING-H2 finger protein ATL1N 6.936450662 C6_control_B1 +LQ08X005400 RING-H2 finger protein ATL1N 8.49170608 C6_control_B2 +LQ08X005400 RING-H2 finger protein ATL1N 8.395971664 C6_control_B3 +LQ08X005400 RING-H2 finger protein ATL1N 7.908494785 C6_control_C1 +LQ08X005400 RING-H2 finger protein ATL1N 7.057138506 C6_control_C2 +LQ08X005400 RING-H2 finger protein ATL1N 8.750837158 C6_control_C3 +LQ08X005400 RING-H2 finger protein ATL1N 7.193122743 C6_chemical_A1 +LQ08X005400 RING-H2 finger protein ATL1N 7.636087279 C6_chemical_A3 +LQ08X005400 RING-H2 finger protein ATL1N 6.325742959 C6_chemical_B1 +LQ08X005400 RING-H2 finger protein ATL1N 7.990769797 C6_chemical_B2 +LQ08X005400 RING-H2 finger protein ATL1N 7.557380793 C6_chemical_B3 +LQ08X005400 RING-H2 finger protein ATL1N 7.785791661 C6_chemical_C1 +LQ08X005400 RING-H2 finger protein ATL1N 7.723837348 C6_chemical_C2 +LQ08X005400 RING-H2 finger protein ATL1N 8.117996153 C6_chemical_C3 +LQ08X005400 RING-H2 finger protein ATL1N 7.932856304 L4_control_A1 +LQ08X005400 RING-H2 finger protein ATL1N 7.903932868 L4_control_A2 +LQ08X005400 RING-H2 finger protein ATL1N 8.841365649 L4_control_A3 +LQ08X005400 RING-H2 finger protein ATL1N 7.391122877 L4_control_B1 +LQ08X005400 RING-H2 finger protein ATL1N 8.154597628 L4_control_B2 +LQ08X005400 RING-H2 finger protein ATL1N 8.170946377 L4_control_B3 +LQ08X005400 RING-H2 finger protein ATL1N 8.724415193 L4_control_C2 +LQ08X005400 RING-H2 finger protein ATL1N 7.142330046 L4_control_C3 +LQ08X005400 RING-H2 finger protein ATL1N 8.640373597 L4_chemical_A1 +LQ08X005400 RING-H2 finger protein ATL1N 6.954936595 L4_chemical_A2 +LQ08X005400 RING-H2 finger protein ATL1N 8.033394201 L4_chemical_A3 +LQ08X005400 RING-H2 finger protein ATL1N 7.47725546 L4_chemical_B1 +LQ08X005400 RING-H2 finger protein ATL1N 6.973181868 L4_chemical_B2 +LQ08X005400 RING-H2 finger protein ATL1N 7.533912889 L4_chemical_B3 +LQ08X005400 RING-H2 finger protein ATL1N 7.142408538 L4_chemical_C2 +LQ08X005400 RING-H2 finger protein ATL1N 6.014175407 L4_chemical_C3 +LQ08X005410 Putative Protein SRG1 7.637162976 C6_control_A1 +LQ08X005410 Putative Protein SRG1 8.82815657 C6_control_A3 +LQ08X005410 Putative Protein SRG1 7.827449837 C6_control_B1 +LQ08X005410 Putative Protein SRG1 7.83559441 C6_control_B2 +LQ08X005410 Putative Protein SRG1 7.664820756 C6_control_B3 +LQ08X005410 Putative Protein SRG1 6.9991066 C6_control_C1 +LQ08X005410 Putative Protein SRG1 6.849860198 C6_control_C2 +LQ08X005410 Putative Protein SRG1 6.885916741 C6_control_C3 +LQ08X005410 Putative Protein SRG1 7.433313601 C6_chemical_A1 +LQ08X005410 Putative Protein SRG1 8.262331254 C6_chemical_A3 +LQ08X005410 Putative Protein SRG1 6.798283262 C6_chemical_B1 +LQ08X005410 Putative Protein SRG1 7.141638622 C6_chemical_B2 +LQ08X005410 Putative Protein SRG1 6.930649932 C6_chemical_B3 +LQ08X005410 Putative Protein SRG1 7.054698152 C6_chemical_C1 +LQ08X005410 Putative Protein SRG1 7.401710589 C6_chemical_C2 +LQ08X005410 Putative Protein SRG1 7.091234513 C6_chemical_C3 +LQ08X005410 Putative Protein SRG1 8.235977679 L4_control_A1 +LQ08X005410 Putative Protein SRG1 7.324886961 L4_control_A2 +LQ08X005410 Putative Protein SRG1 8.077142053 L4_control_A3 +LQ08X005410 Putative Protein SRG1 6.949265949 L4_control_B1 +LQ08X005410 Putative Protein SRG1 7.071011366 L4_control_B2 +LQ08X005410 Putative Protein SRG1 6.885768504 L4_control_B3 +LQ08X005410 Putative Protein SRG1 7.443034835 L4_control_C2 +LQ08X005410 Putative Protein SRG1 6.996763355 L4_control_C3 +LQ08X005410 Putative Protein SRG1 6.589896995 L4_chemical_A1 +LQ08X005410 Putative Protein SRG1 7.078390307 L4_chemical_A2 +LQ08X005410 Putative Protein SRG1 6.918230152 L4_chemical_A3 +LQ08X005410 Putative Protein SRG1 6.772562796 L4_chemical_B1 +LQ08X005410 Putative Protein SRG1 6.815890116 L4_chemical_B2 +LQ08X005410 Putative Protein SRG1 6.871331983 L4_chemical_B3 +LQ08X005410 Putative Protein SRG1 7.430475708 L4_chemical_C2 +LQ08X005410 Putative Protein SRG1 6.782940708 L4_chemical_C3 +LQ08X005420 Predicted protein 7.835116348 C6_control_A1 +LQ08X005420 Predicted protein 8.203732928 C6_control_A3 +LQ08X005420 Predicted protein 6.212976068 C6_control_B1 +LQ08X005420 Predicted protein 7.129383855 C6_control_B2 +LQ08X005420 Predicted protein 5.75010164 C6_control_B3 +LQ08X005420 Predicted protein 7.723664004 C6_control_C1 +LQ08X005420 Predicted protein 6.194183456 C6_control_C2 +LQ08X005420 Predicted protein 7.592679446 C6_control_C3 +LQ08X005420 Predicted protein 7.57663415 C6_chemical_A1 +LQ08X005420 Predicted protein 7.775097507 C6_chemical_A3 +LQ08X005420 Predicted protein 5.727031876 C6_chemical_B1 +LQ08X005420 Predicted protein 7.138043834 C6_chemical_B2 +LQ08X005420 Predicted protein 6.380628473 C6_chemical_B3 +LQ08X005420 Predicted protein 7.398623644 C6_chemical_C1 +LQ08X005420 Predicted protein 6.98538142 C6_chemical_C2 +LQ08X005420 Predicted protein 7.394351802 C6_chemical_C3 +LQ08X005420 Predicted protein 7.638851901 L4_control_A1 +LQ08X005420 Predicted protein 6.643964617 L4_control_A2 +LQ08X005420 Predicted protein 7.498715944 L4_control_A3 +LQ08X005420 Predicted protein 5.714085031 L4_control_B1 +LQ08X005420 Predicted protein 7.142647501 L4_control_B2 +LQ08X005420 Predicted protein 7.371318812 L4_control_B3 +LQ08X005420 Predicted protein 6.529338074 L4_control_C2 +LQ08X005420 Predicted protein 7.563364556 L4_control_C3 +LQ08X005420 Predicted protein 6.105085237 L4_chemical_A1 +LQ08X005420 Predicted protein 5.734716833 L4_chemical_A2 +LQ08X005420 Predicted protein 6.80402237 L4_chemical_A3 +LQ08X005420 Predicted protein 6.031936093 L4_chemical_B1 +LQ08X005420 Predicted protein 5.833905787 L4_chemical_B2 +LQ08X005420 Predicted protein 6.959644251 L4_chemical_B3 +LQ08X005420 Predicted protein 7.239815122 L4_chemical_C2 +LQ08X005420 Predicted protein 8.18591255 L4_chemical_C3 +LQ08X005450 Hypothetical protein 7.049854409 C6_control_A1 +LQ08X005450 Hypothetical protein 5.70694062 C6_control_A3 +LQ08X005450 Hypothetical protein 5.742274414 C6_control_B1 +LQ08X005450 Hypothetical protein 7.15796059 C6_control_B2 +LQ08X005450 Hypothetical protein 6.267294466 C6_control_B3 +LQ08X005450 Hypothetical protein 6.534667208 C6_control_C1 +LQ08X005450 Hypothetical protein 6.161243463 C6_control_C2 +LQ08X005450 Hypothetical protein 6.550104838 C6_control_C3 +LQ08X005450 Hypothetical protein 6.689659606 C6_chemical_A1 +LQ08X005450 Hypothetical protein 6.264379781 C6_chemical_A3 +LQ08X005450 Hypothetical protein 5.986158366 C6_chemical_B1 +LQ08X005450 Hypothetical protein 7.164133126 C6_chemical_B2 +LQ08X005450 Hypothetical protein 6.55318365 C6_chemical_B3 +LQ08X005450 Hypothetical protein 6.731077662 C6_chemical_C1 +LQ08X005450 Hypothetical protein 6.988848939 C6_chemical_C2 +LQ08X005450 Hypothetical protein 7.125513396 C6_chemical_C3 +LQ08X005450 Hypothetical protein 7.109733644 L4_control_A1 +LQ08X005450 Hypothetical protein 6.135984425 L4_control_A2 +LQ08X005450 Hypothetical protein 5.519449837 L4_control_A3 +LQ08X005450 Hypothetical protein 6.517913402 L4_control_B1 +LQ08X005450 Hypothetical protein 5.912066911 L4_control_B2 +LQ08X005450 Hypothetical protein 5.890555582 L4_control_B3 +LQ08X005450 Hypothetical protein 5.054259967 L4_control_C2 +LQ08X005450 Hypothetical protein 5.056405539 L4_control_C3 +LQ08X005450 Hypothetical protein 6.139707285 L4_chemical_A1 +LQ08X005450 Hypothetical protein 6.22624838 L4_chemical_A2 +LQ08X005450 Hypothetical protein 5.456441963 L4_chemical_A3 +LQ08X005450 Hypothetical protein 6.163468129 L4_chemical_B1 +LQ08X005450 Hypothetical protein 5.502681437 L4_chemical_B2 +LQ08X005450 Hypothetical protein 6.968416446 L4_chemical_B3 +LQ08X005450 Hypothetical protein 5.614241516 L4_chemical_C2 +LQ08X005450 Hypothetical protein 5.023859298 L4_chemical_C3 +LQ08X005490 Purine permease 3 8.733218223 C6_control_A1 +LQ08X005490 Purine permease 3 9.456534922 C6_control_A3 +LQ08X005490 Purine permease 3 8.973122449 C6_control_B1 +LQ08X005490 Purine permease 3 7.725611152 C6_control_B2 +LQ08X005490 Purine permease 3 7.953184464 C6_control_B3 +LQ08X005490 Purine permease 3 10.66548363 C6_control_C1 +LQ08X005490 Purine permease 3 9.747450954 C6_control_C2 +LQ08X005490 Purine permease 3 10.39605872 C6_control_C3 +LQ08X005490 Purine permease 3 9.03741052 C6_chemical_A1 +LQ08X005490 Purine permease 3 9.525230269 C6_chemical_A3 +LQ08X005490 Purine permease 3 8.653714888 C6_chemical_B1 +LQ08X005490 Purine permease 3 7.18439703 C6_chemical_B2 +LQ08X005490 Purine permease 3 8.397839917 C6_chemical_B3 +LQ08X005490 Purine permease 3 10.37299823 C6_chemical_C1 +LQ08X005490 Purine permease 3 9.475957284 C6_chemical_C2 +LQ08X005490 Purine permease 3 10.23189725 C6_chemical_C3 +LQ08X005490 Purine permease 3 8.691761422 L4_control_A1 +LQ08X005490 Purine permease 3 8.172237991 L4_control_A2 +LQ08X005490 Purine permease 3 7.841888635 L4_control_A3 +LQ08X005490 Purine permease 3 8.1394698 L4_control_B1 +LQ08X005490 Purine permease 3 8.360460983 L4_control_B2 +LQ08X005490 Purine permease 3 7.6381374 L4_control_B3 +LQ08X005490 Purine permease 3 10.64227509 L4_control_C2 +LQ08X005490 Purine permease 3 11.14732322 L4_control_C3 +LQ08X005490 Purine permease 3 9.29952279 L4_chemical_A1 +LQ08X005490 Purine permease 3 8.766754234 L4_chemical_A2 +LQ08X005490 Purine permease 3 9.080289319 L4_chemical_A3 +LQ08X005490 Purine permease 3 9.215562096 L4_chemical_B1 +LQ08X005490 Purine permease 3 7.95518665 L4_chemical_B2 +LQ08X005490 Purine permease 3 8.256808655 L4_chemical_B3 +LQ08X005490 Purine permease 3 10.72163582 L4_chemical_C2 +LQ08X005490 Purine permease 3 10.87668628 L4_chemical_C3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.93275463 C6_control_A1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 11.07109312 C6_control_A3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.38625831 C6_control_B1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.78270792 C6_control_B2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.75399403 C6_control_B3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 11.23893754 C6_control_C1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.99070913 C6_control_C2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 11.33689752 C6_control_C3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.79014667 C6_chemical_A1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.80685561 C6_chemical_A3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.27566757 C6_chemical_B1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.62744965 C6_chemical_B2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.45623231 C6_chemical_B3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.91198673 C6_chemical_C1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.99656549 C6_chemical_C2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.70518645 C6_chemical_C3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.70249425 L4_control_A1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.9151315 L4_control_A2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.5978921 L4_control_A3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 9.59077346 L4_control_B1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.37846186 L4_control_B2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 9.79409644 L4_control_B3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.66440901 L4_control_C2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.36621776 L4_control_C3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.53354616 L4_chemical_A1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.59604186 L4_chemical_A2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.42781809 L4_chemical_A3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 9.68720472 L4_chemical_B1 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 9.633532159 L4_chemical_B2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 9.433061917 L4_chemical_B3 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.36054189 L4_chemical_C2 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.60108566 L4_chemical_C3 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.67944386 C6_control_A1 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.32640171 C6_control_A3 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.62385387 C6_control_B1 +LQ08X005560 Putative UPF0483 protein AAEL000016 9.837453174 C6_control_B2 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.75872569 C6_control_B3 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.02654893 C6_control_C1 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.03871655 C6_control_C2 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.0154533 C6_control_C3 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.10228205 C6_chemical_A1 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.94280824 C6_chemical_A3 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.66337983 C6_chemical_B1 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.0552993 C6_chemical_B2 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.68261964 C6_chemical_B3 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.99292511 C6_chemical_C1 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.93142296 C6_chemical_C2 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.03069785 C6_chemical_C3 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.59317287 L4_control_A1 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.13109722 L4_control_A2 +LQ08X005560 Putative UPF0483 protein AAEL000016 9.842794969 L4_control_A3 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.58855933 L4_control_B1 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.84625428 L4_control_B2 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.28585281 L4_control_B3 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.47847672 L4_control_C2 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.94277076 L4_control_C3 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.61040563 L4_chemical_A1 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.34740658 L4_chemical_A2 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.04079342 L4_chemical_A3 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.20688488 L4_chemical_B1 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.99839042 L4_chemical_B2 +LQ08X005560 Putative UPF0483 protein AAEL000016 10.64334084 L4_chemical_B3 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.31795463 L4_chemical_C2 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.77084918 L4_chemical_C3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.291305088 C6_control_A1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 4.796779364 C6_control_A3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.895802926 C6_control_B1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 4.789831431 C6_control_B2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 4.929750711 C6_control_B3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 4.628540315 C6_control_C1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 4.710588492 C6_control_C2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.077919711 C6_control_C3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.818649785 C6_chemical_A1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.209810377 C6_chemical_A3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.61234422 C6_chemical_B1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 4.768646943 C6_chemical_B2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.053928807 C6_chemical_B3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.006175426 C6_chemical_C1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 4.84817559 C6_chemical_C2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 4.950664742 C6_chemical_C3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.327124251 L4_control_A1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.741657649 L4_control_A2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.084737539 L4_control_A3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.775480411 L4_control_B1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.106521401 L4_control_B2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.101081005 L4_control_B3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.715012582 L4_control_C2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.638142517 L4_control_C3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.551180247 L4_chemical_A1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.287380774 L4_chemical_A2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.294677286 L4_chemical_A3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.052490142 L4_chemical_B1 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.068025994 L4_chemical_B2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.262963072 L4_chemical_B3 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.544088099 L4_chemical_C2 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.546791084 L4_chemical_C3 +LQ08X005590 Hypothetical protein 6.015552425 C6_control_A1 +LQ08X005590 Hypothetical protein 5.994388994 C6_control_A3 +LQ08X005590 Hypothetical protein 5.787838165 C6_control_B1 +LQ08X005590 Hypothetical protein 5.912109381 C6_control_B2 +LQ08X005590 Hypothetical protein 5.706407891 C6_control_B3 +LQ08X005590 Hypothetical protein 6.164560135 C6_control_C1 +LQ08X005590 Hypothetical protein 6.508769698 C6_control_C2 +LQ08X005590 Hypothetical protein 6.320314489 C6_control_C3 +LQ08X005590 Hypothetical protein 6.245145019 C6_chemical_A1 +LQ08X005590 Hypothetical protein 5.715331305 C6_chemical_A3 +LQ08X005590 Hypothetical protein 5.752733877 C6_chemical_B1 +LQ08X005590 Hypothetical protein 5.516470512 C6_chemical_B2 +LQ08X005590 Hypothetical protein 6.306423936 C6_chemical_B3 +LQ08X005590 Hypothetical protein 6.591121649 C6_chemical_C1 +LQ08X005590 Hypothetical protein 6.252645898 C6_chemical_C2 +LQ08X005590 Hypothetical protein 7.109058453 C6_chemical_C3 +LQ08X005590 Hypothetical protein 6.01201625 L4_control_A1 +LQ08X005590 Hypothetical protein 6.163459892 L4_control_A2 +LQ08X005590 Hypothetical protein 6.749778147 L4_control_A3 +LQ08X005590 Hypothetical protein 6.415012404 L4_control_B1 +LQ08X005590 Hypothetical protein 6.056030248 L4_control_B2 +LQ08X005590 Hypothetical protein 7.255448463 L4_control_B3 +LQ08X005590 Hypothetical protein 9.051917081 L4_control_C2 +LQ08X005590 Hypothetical protein 8.554370063 L4_control_C3 +LQ08X005590 Hypothetical protein 5.883162369 L4_chemical_A1 +LQ08X005590 Hypothetical protein 6.39942053 L4_chemical_A2 +LQ08X005590 Hypothetical protein 6.398877317 L4_chemical_A3 +LQ08X005590 Hypothetical protein 6.228911649 L4_chemical_B1 +LQ08X005590 Hypothetical protein 6.314181901 L4_chemical_B2 +LQ08X005590 Hypothetical protein 6.10438902 L4_chemical_B3 +LQ08X005590 Hypothetical protein 8.723408033 L4_chemical_C2 +LQ08X005590 Hypothetical protein 9.239777511 L4_chemical_C3 +LQ08X005600 Transport inhibitor response 1-like protein 6.253916346 C6_control_A1 +LQ08X005600 Transport inhibitor response 1-like protein 7.263357416 C6_control_A3 +LQ08X005600 Transport inhibitor response 1-like protein 5.515436813 C6_control_B1 +LQ08X005600 Transport inhibitor response 1-like protein 5.872715856 C6_control_B2 +LQ08X005600 Transport inhibitor response 1-like protein 5.804742448 C6_control_B3 +LQ08X005600 Transport inhibitor response 1-like protein 5.306332958 C6_control_C1 +LQ08X005600 Transport inhibitor response 1-like protein 6.939860545 C6_control_C2 +LQ08X005600 Transport inhibitor response 1-like protein 5.555719203 C6_control_C3 +LQ08X005600 Transport inhibitor response 1-like protein 6.096184746 C6_chemical_A1 +LQ08X005600 Transport inhibitor response 1-like protein 5.680271738 C6_chemical_A3 +LQ08X005600 Transport inhibitor response 1-like protein 6.433675396 C6_chemical_B1 +LQ08X005600 Transport inhibitor response 1-like protein 5.567333051 C6_chemical_B2 +LQ08X005600 Transport inhibitor response 1-like protein 5.835450915 C6_chemical_B3 +LQ08X005600 Transport inhibitor response 1-like protein 5.970091916 C6_chemical_C1 +LQ08X005600 Transport inhibitor response 1-like protein 5.651061541 C6_chemical_C2 +LQ08X005600 Transport inhibitor response 1-like protein 5.42201585 C6_chemical_C3 +LQ08X005600 Transport inhibitor response 1-like protein 5.862271712 L4_control_A1 +LQ08X005600 Transport inhibitor response 1-like protein 5.571193848 L4_control_A2 +LQ08X005600 Transport inhibitor response 1-like protein 6.621759867 L4_control_A3 +LQ08X005600 Transport inhibitor response 1-like protein 5.928826583 L4_control_B1 +LQ08X005600 Transport inhibitor response 1-like protein 6.167463259 L4_control_B2 +LQ08X005600 Transport inhibitor response 1-like protein 5.791611462 L4_control_B3 +LQ08X005600 Transport inhibitor response 1-like protein 6.72967831 L4_control_C2 +LQ08X005600 Transport inhibitor response 1-like protein 6.189421647 L4_control_C3 +LQ08X005600 Transport inhibitor response 1-like protein 5.352381606 L4_chemical_A1 +LQ08X005600 Transport inhibitor response 1-like protein 6.13760105 L4_chemical_A2 +LQ08X005600 Transport inhibitor response 1-like protein 6.317369366 L4_chemical_A3 +LQ08X005600 Transport inhibitor response 1-like protein 6.400322981 L4_chemical_B1 +LQ08X005600 Transport inhibitor response 1-like protein 6.025366101 L4_chemical_B2 +LQ08X005600 Transport inhibitor response 1-like protein 5.701651732 L4_chemical_B3 +LQ08X005600 Transport inhibitor response 1-like protein 5.994702308 L4_chemical_C2 +LQ08X005600 Transport inhibitor response 1-like protein 6.299692767 L4_chemical_C3 +LQ08X005610 GEM-like protein 1 5.504910467 C6_control_A1 +LQ08X005610 GEM-like protein 1 5.318669942 C6_control_A3 +LQ08X005610 GEM-like protein 1 5.647403255 C6_control_B1 +LQ08X005610 GEM-like protein 1 5.675787645 C6_control_B2 +LQ08X005610 GEM-like protein 1 5.67874338 C6_control_B3 +LQ08X005610 GEM-like protein 1 6.205645144 C6_control_C1 +LQ08X005610 GEM-like protein 1 5.752218253 C6_control_C2 +LQ08X005610 GEM-like protein 1 5.764831214 C6_control_C3 +LQ08X005610 GEM-like protein 1 5.448902393 C6_chemical_A1 +LQ08X005610 GEM-like protein 1 5.322654786 C6_chemical_A3 +LQ08X005610 GEM-like protein 1 5.640269188 C6_chemical_B1 +LQ08X005610 GEM-like protein 1 5.836172965 C6_chemical_B2 +LQ08X005610 GEM-like protein 1 5.358665412 C6_chemical_B3 +LQ08X005610 GEM-like protein 1 6.249697752 C6_chemical_C1 +LQ08X005610 GEM-like protein 1 5.743586674 C6_chemical_C2 +LQ08X005610 GEM-like protein 1 5.74370492 C6_chemical_C3 +LQ08X005610 GEM-like protein 1 5.59974895 L4_control_A1 +LQ08X005610 GEM-like protein 1 5.551869211 L4_control_A2 +LQ08X005610 GEM-like protein 1 5.56300277 L4_control_A3 +LQ08X005610 GEM-like protein 1 5.724517151 L4_control_B1 +LQ08X005610 GEM-like protein 1 5.535747239 L4_control_B2 +LQ08X005610 GEM-like protein 1 5.454296087 L4_control_B3 +LQ08X005610 GEM-like protein 1 5.753451923 L4_control_C2 +LQ08X005610 GEM-like protein 1 5.584380398 L4_control_C3 +LQ08X005610 GEM-like protein 1 5.543075187 L4_chemical_A1 +LQ08X005610 GEM-like protein 1 5.395101906 L4_chemical_A2 +LQ08X005610 GEM-like protein 1 6.199989178 L4_chemical_A3 +LQ08X005610 GEM-like protein 1 5.797537185 L4_chemical_B1 +LQ08X005610 GEM-like protein 1 6.131506454 L4_chemical_B2 +LQ08X005610 GEM-like protein 1 5.438380135 L4_chemical_B3 +LQ08X005610 GEM-like protein 1 5.974185938 L4_chemical_C2 +LQ08X005610 GEM-like protein 1 5.333821177 L4_chemical_C3 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.93752495 C6_control_A1 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.3716216 C6_control_A3 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.11639449 C6_control_B1 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.88374634 C6_control_B2 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.49422783 C6_control_B3 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.29158596 C6_control_C1 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.98584391 C6_control_C2 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.28353273 C6_control_C3 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.17953663 C6_chemical_A1 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.58443388 C6_chemical_A3 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.97410455 C6_chemical_B1 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.87208624 C6_chemical_B2 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.3429319 C6_chemical_B3 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.21015433 C6_chemical_C1 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.13414783 C6_chemical_C2 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.95905078 C6_chemical_C3 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.77751406 L4_control_A1 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.88267462 L4_control_A2 +LQ08X005620 ZF-HD homeobox protein At4g24660 14.03659058 L4_control_A3 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.50608966 L4_control_B1 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.76287343 L4_control_B2 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.62484163 L4_control_B3 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.35158022 L4_control_C2 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.04473846 L4_control_C3 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.42022415 L4_chemical_A1 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.40838166 L4_chemical_A2 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.60552594 L4_chemical_A3 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.71111295 L4_chemical_B1 +LQ08X005620 ZF-HD homeobox protein At4g24660 11.84076894 L4_chemical_B2 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.20912181 L4_chemical_B3 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.39380529 L4_chemical_C2 +LQ08X005620 ZF-HD homeobox protein At4g24660 12.0247583 L4_chemical_C3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 11.65958375 C6_control_A1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 12.52849517 C6_control_A3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 11.14870283 C6_control_B1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 9.935443031 C6_control_B2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 10.72257777 C6_control_B3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 8.729329026 C6_control_C1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 7.477961661 C6_control_C2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 8.785897939 C6_control_C3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 11.47542183 C6_chemical_A1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 12.41955808 C6_chemical_A3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 10.5755792 C6_chemical_B1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 9.668868713 C6_chemical_B2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 10.40358847 C6_chemical_B3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 8.666774155 C6_chemical_C1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 7.454976951 C6_chemical_C2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 8.09656066 C6_chemical_C3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 11.84196466 L4_control_A1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 10.81224461 L4_control_A2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 11.52147352 L4_control_A3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 10.13901339 L4_control_B1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 9.956593599 L4_control_B2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 9.955652523 L4_control_B3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 7.060516166 L4_control_C2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 6.989217304 L4_control_C3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 11.07111971 L4_chemical_A1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 9.953531968 L4_chemical_A2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 11.49796586 L4_chemical_A3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 10.21900895 L4_chemical_B1 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 9.608600282 L4_chemical_B2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 10.81753883 L4_chemical_B3 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 6.439234574 L4_chemical_C2 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 6.352972487 L4_chemical_C3 +LQ08X005640 Putative uncharacterized protein 4.879241338 C6_control_A1 +LQ08X005640 Putative uncharacterized protein 5.088116106 C6_control_A3 +LQ08X005640 Putative uncharacterized protein 4.786729924 C6_control_B1 +LQ08X005640 Putative uncharacterized protein 5.078913442 C6_control_B2 +LQ08X005640 Putative uncharacterized protein 5.055170632 C6_control_B3 +LQ08X005640 Putative uncharacterized protein 5.539781138 C6_control_C1 +LQ08X005640 Putative uncharacterized protein 5.760302028 C6_control_C2 +LQ08X005640 Putative uncharacterized protein 5.381278617 C6_control_C3 +LQ08X005640 Putative uncharacterized protein 5.085184578 C6_chemical_A1 +LQ08X005640 Putative uncharacterized protein 4.54498975 C6_chemical_A3 +LQ08X005640 Putative uncharacterized protein 5.104276883 C6_chemical_B1 +LQ08X005640 Putative uncharacterized protein 5.09145596 C6_chemical_B2 +LQ08X005640 Putative uncharacterized protein 5.122948533 C6_chemical_B3 +LQ08X005640 Putative uncharacterized protein 5.509951235 C6_chemical_C1 +LQ08X005640 Putative uncharacterized protein 5.393081146 C6_chemical_C2 +LQ08X005640 Putative uncharacterized protein 5.462602062 C6_chemical_C3 +LQ08X005640 Putative uncharacterized protein 4.969953523 L4_control_A1 +LQ08X005640 Putative uncharacterized protein 4.696653196 L4_control_A2 +LQ08X005640 Putative uncharacterized protein 5.112335514 L4_control_A3 +LQ08X005640 Putative uncharacterized protein 6.096029978 L4_control_B1 +LQ08X005640 Putative uncharacterized protein 5.091349203 L4_control_B2 +LQ08X005640 Putative uncharacterized protein 4.567506742 L4_control_B3 +LQ08X005640 Putative uncharacterized protein 5.228428964 L4_control_C2 +LQ08X005640 Putative uncharacterized protein 4.823080092 L4_control_C3 +LQ08X005640 Putative uncharacterized protein 4.982078969 L4_chemical_A1 +LQ08X005640 Putative uncharacterized protein 4.906287824 L4_chemical_A2 +LQ08X005640 Putative uncharacterized protein 5.164751693 L4_chemical_A3 +LQ08X005640 Putative uncharacterized protein 4.981239805 L4_chemical_B1 +LQ08X005640 Putative uncharacterized protein 4.949469621 L4_chemical_B2 +LQ08X005640 Putative uncharacterized protein 5.202096833 L4_chemical_B3 +LQ08X005640 Putative uncharacterized protein 5.232451738 L4_chemical_C2 +LQ08X005640 Putative uncharacterized protein 5.126515904 L4_chemical_C3 +LQ08X005660 Putative Transcription factor bHLH145 10.29464018 C6_control_A1 +LQ08X005660 Putative Transcription factor bHLH145 10.17332679 C6_control_A3 +LQ08X005660 Putative Transcription factor bHLH145 10.32202435 C6_control_B1 +LQ08X005660 Putative Transcription factor bHLH145 9.89175807 C6_control_B2 +LQ08X005660 Putative Transcription factor bHLH145 10.37941781 C6_control_B3 +LQ08X005660 Putative Transcription factor bHLH145 10.03106777 C6_control_C1 +LQ08X005660 Putative Transcription factor bHLH145 9.978804367 C6_control_C2 +LQ08X005660 Putative Transcription factor bHLH145 10.73790864 C6_control_C3 +LQ08X005660 Putative Transcription factor bHLH145 10.42896774 C6_chemical_A1 +LQ08X005660 Putative Transcription factor bHLH145 10.41601804 C6_chemical_A3 +LQ08X005660 Putative Transcription factor bHLH145 10.60702662 C6_chemical_B1 +LQ08X005660 Putative Transcription factor bHLH145 10.11873268 C6_chemical_B2 +LQ08X005660 Putative Transcription factor bHLH145 10.71981288 C6_chemical_B3 +LQ08X005660 Putative Transcription factor bHLH145 9.953828353 C6_chemical_C1 +LQ08X005660 Putative Transcription factor bHLH145 9.662388383 C6_chemical_C2 +LQ08X005660 Putative Transcription factor bHLH145 10.85067617 C6_chemical_C3 +LQ08X005660 Putative Transcription factor bHLH145 10.55289714 L4_control_A1 +LQ08X005660 Putative Transcription factor bHLH145 10.01851594 L4_control_A2 +LQ08X005660 Putative Transcription factor bHLH145 10.0667936 L4_control_A3 +LQ08X005660 Putative Transcription factor bHLH145 9.973685655 L4_control_B1 +LQ08X005660 Putative Transcription factor bHLH145 10.342205 L4_control_B2 +LQ08X005660 Putative Transcription factor bHLH145 10.67093321 L4_control_B3 +LQ08X005660 Putative Transcription factor bHLH145 10.72772388 L4_control_C2 +LQ08X005660 Putative Transcription factor bHLH145 10.97353914 L4_control_C3 +LQ08X005660 Putative Transcription factor bHLH145 10.53997485 L4_chemical_A1 +LQ08X005660 Putative Transcription factor bHLH145 10.06295299 L4_chemical_A2 +LQ08X005660 Putative Transcription factor bHLH145 10.24570451 L4_chemical_A3 +LQ08X005660 Putative Transcription factor bHLH145 9.86528876 L4_chemical_B1 +LQ08X005660 Putative Transcription factor bHLH145 9.792773623 L4_chemical_B2 +LQ08X005660 Putative Transcription factor bHLH145 10.35310427 L4_chemical_B3 +LQ08X005660 Putative Transcription factor bHLH145 9.727843871 L4_chemical_C2 +LQ08X005660 Putative Transcription factor bHLH145 10.6310667 L4_chemical_C3 +LQ08X005680 Protein CutA, chloroplastic 6.133746389 C6_control_A1 +LQ08X005680 Protein CutA, chloroplastic 6.621854115 C6_control_A3 +LQ08X005680 Protein CutA, chloroplastic 5.981846323 C6_control_B1 +LQ08X005680 Protein CutA, chloroplastic 5.17708591 C6_control_B2 +LQ08X005680 Protein CutA, chloroplastic 5.853345962 C6_control_B3 +LQ08X005680 Protein CutA, chloroplastic 5.578499677 C6_control_C1 +LQ08X005680 Protein CutA, chloroplastic 6.430961305 C6_control_C2 +LQ08X005680 Protein CutA, chloroplastic 5.469430473 C6_control_C3 +LQ08X005680 Protein CutA, chloroplastic 6.254120102 C6_chemical_A1 +LQ08X005680 Protein CutA, chloroplastic 6.169555983 C6_chemical_A3 +LQ08X005680 Protein CutA, chloroplastic 5.936347281 C6_chemical_B1 +LQ08X005680 Protein CutA, chloroplastic 5.409537269 C6_chemical_B2 +LQ08X005680 Protein CutA, chloroplastic 5.616584488 C6_chemical_B3 +LQ08X005680 Protein CutA, chloroplastic 5.673237655 C6_chemical_C1 +LQ08X005680 Protein CutA, chloroplastic 6.124201644 C6_chemical_C2 +LQ08X005680 Protein CutA, chloroplastic 5.431446339 C6_chemical_C3 +LQ08X005680 Protein CutA, chloroplastic 5.972954267 L4_control_A1 +LQ08X005680 Protein CutA, chloroplastic 6.031943849 L4_control_A2 +LQ08X005680 Protein CutA, chloroplastic 6.493118504 L4_control_A3 +LQ08X005680 Protein CutA, chloroplastic 5.79164158 L4_control_B1 +LQ08X005680 Protein CutA, chloroplastic 5.951726349 L4_control_B2 +LQ08X005680 Protein CutA, chloroplastic 5.794025859 L4_control_B3 +LQ08X005680 Protein CutA, chloroplastic 5.907801484 L4_control_C2 +LQ08X005680 Protein CutA, chloroplastic 5.31288382 L4_control_C3 +LQ08X005680 Protein CutA, chloroplastic 5.633676016 L4_chemical_A1 +LQ08X005680 Protein CutA, chloroplastic 5.882089967 L4_chemical_A2 +LQ08X005680 Protein CutA, chloroplastic 6.099224464 L4_chemical_A3 +LQ08X005680 Protein CutA, chloroplastic 6.345985212 L4_chemical_B1 +LQ08X005680 Protein CutA, chloroplastic 5.79924405 L4_chemical_B2 +LQ08X005680 Protein CutA, chloroplastic 5.615030475 L4_chemical_B3 +LQ08X005680 Protein CutA, chloroplastic 6.204206214 L4_chemical_C2 +LQ08X005680 Protein CutA, chloroplastic 6.089764861 L4_chemical_C3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.93861523 C6_control_A1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.87103395 C6_control_A3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.79017411 C6_control_B1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.49578018 C6_control_B2 +LQ08X005690 14-3-3-like protein B (Fragment) 14.87675931 C6_control_B3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.40889214 C6_control_C1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.40116489 C6_control_C2 +LQ08X005690 14-3-3-like protein B (Fragment) 14.40502918 C6_control_C3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.6473009 C6_chemical_A1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.77222235 C6_chemical_A3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.76683433 C6_chemical_B1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.26624111 C6_chemical_B2 +LQ08X005690 14-3-3-like protein B (Fragment) 15.08186039 C6_chemical_B3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.47668828 C6_chemical_C1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.43808444 C6_chemical_C2 +LQ08X005690 14-3-3-like protein B (Fragment) 14.47548857 C6_chemical_C3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.82710184 L4_control_A1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.78229896 L4_control_A2 +LQ08X005690 14-3-3-like protein B (Fragment) 14.82916621 L4_control_A3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.43784333 L4_control_B1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.86962156 L4_control_B2 +LQ08X005690 14-3-3-like protein B (Fragment) 14.22941369 L4_control_B3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.63114412 L4_control_C2 +LQ08X005690 14-3-3-like protein B (Fragment) 14.40359 L4_control_C3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.63742674 L4_chemical_A1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.62474467 L4_chemical_A2 +LQ08X005690 14-3-3-like protein B (Fragment) 14.63409088 L4_chemical_A3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.81908801 L4_chemical_B1 +LQ08X005690 14-3-3-like protein B (Fragment) 14.58550074 L4_chemical_B2 +LQ08X005690 14-3-3-like protein B (Fragment) 15.00848601 L4_chemical_B3 +LQ08X005690 14-3-3-like protein B (Fragment) 14.46814238 L4_chemical_C2 +LQ08X005690 14-3-3-like protein B (Fragment) 14.13655316 L4_chemical_C3 +LQ08X005710 Predicted protein 5.257237926 C6_control_A1 +LQ08X005710 Predicted protein 5.514569531 C6_control_A3 +LQ08X005710 Predicted protein 5.742031697 C6_control_B1 +LQ08X005710 Predicted protein 5.69672739 C6_control_B2 +LQ08X005710 Predicted protein 5.678418846 C6_control_B3 +LQ08X005710 Predicted protein 5.30333598 C6_control_C1 +LQ08X005710 Predicted protein 5.514642202 C6_control_C2 +LQ08X005710 Predicted protein 5.299550986 C6_control_C3 +LQ08X005710 Predicted protein 5.164191482 C6_chemical_A1 +LQ08X005710 Predicted protein 5.420142633 C6_chemical_A3 +LQ08X005710 Predicted protein 6.071174607 C6_chemical_B1 +LQ08X005710 Predicted protein 5.600448382 C6_chemical_B2 +LQ08X005710 Predicted protein 5.594135926 C6_chemical_B3 +LQ08X005710 Predicted protein 5.387920466 C6_chemical_C1 +LQ08X005710 Predicted protein 5.339946048 C6_chemical_C2 +LQ08X005710 Predicted protein 5.055043091 C6_chemical_C3 +LQ08X005710 Predicted protein 5.658317962 L4_control_A1 +LQ08X005710 Predicted protein 4.800546674 L4_control_A2 +LQ08X005710 Predicted protein 4.795467583 L4_control_A3 +LQ08X005710 Predicted protein 5.445095845 L4_control_B1 +LQ08X005710 Predicted protein 4.882133117 L4_control_B2 +LQ08X005710 Predicted protein 5.121366636 L4_control_B3 +LQ08X005710 Predicted protein 5.349766281 L4_control_C2 +LQ08X005710 Predicted protein 5.616555956 L4_control_C3 +LQ08X005710 Predicted protein 5.059781269 L4_chemical_A1 +LQ08X005710 Predicted protein 5.50990224 L4_chemical_A2 +LQ08X005710 Predicted protein 5.260445425 L4_chemical_A3 +LQ08X005710 Predicted protein 5.656419671 L4_chemical_B1 +LQ08X005710 Predicted protein 5.085999929 L4_chemical_B2 +LQ08X005710 Predicted protein 5.257251965 L4_chemical_B3 +LQ08X005710 Predicted protein 5.450566106 L4_chemical_C2 +LQ08X005710 Predicted protein 5.471944758 L4_chemical_C3 +LQ08X005720 Glucose-6-phosphate isomerase 11.96022159 C6_control_A1 +LQ08X005720 Glucose-6-phosphate isomerase 12.04958091 C6_control_A3 +LQ08X005720 Glucose-6-phosphate isomerase 11.5893081 C6_control_B1 +LQ08X005720 Glucose-6-phosphate isomerase 11.48586289 C6_control_B2 +LQ08X005720 Glucose-6-phosphate isomerase 11.70727913 C6_control_B3 +LQ08X005720 Glucose-6-phosphate isomerase 11.84110408 C6_control_C1 +LQ08X005720 Glucose-6-phosphate isomerase 11.86389458 C6_control_C2 +LQ08X005720 Glucose-6-phosphate isomerase 11.40846824 C6_control_C3 +LQ08X005720 Glucose-6-phosphate isomerase 12.18533074 C6_chemical_A1 +LQ08X005720 Glucose-6-phosphate isomerase 12.17256547 C6_chemical_A3 +LQ08X005720 Glucose-6-phosphate isomerase 11.96934698 C6_chemical_B1 +LQ08X005720 Glucose-6-phosphate isomerase 11.76061609 C6_chemical_B2 +LQ08X005720 Glucose-6-phosphate isomerase 11.70530839 C6_chemical_B3 +LQ08X005720 Glucose-6-phosphate isomerase 11.80662064 C6_chemical_C1 +LQ08X005720 Glucose-6-phosphate isomerase 11.98335067 C6_chemical_C2 +LQ08X005720 Glucose-6-phosphate isomerase 11.23862154 C6_chemical_C3 +LQ08X005720 Glucose-6-phosphate isomerase 12.61619364 L4_control_A1 +LQ08X005720 Glucose-6-phosphate isomerase 12.63491908 L4_control_A2 +LQ08X005720 Glucose-6-phosphate isomerase 13.10744226 L4_control_A3 +LQ08X005720 Glucose-6-phosphate isomerase 11.71168027 L4_control_B1 +LQ08X005720 Glucose-6-phosphate isomerase 12.31271644 L4_control_B2 +LQ08X005720 Glucose-6-phosphate isomerase 11.57027673 L4_control_B3 +LQ08X005720 Glucose-6-phosphate isomerase 12.05859814 L4_control_C2 +LQ08X005720 Glucose-6-phosphate isomerase 12.39251289 L4_control_C3 +LQ08X005720 Glucose-6-phosphate isomerase 12.00610425 L4_chemical_A1 +LQ08X005720 Glucose-6-phosphate isomerase 12.23232834 L4_chemical_A2 +LQ08X005720 Glucose-6-phosphate isomerase 12.83387844 L4_chemical_A3 +LQ08X005720 Glucose-6-phosphate isomerase 11.90704421 L4_chemical_B1 +LQ08X005720 Glucose-6-phosphate isomerase 11.99629162 L4_chemical_B2 +LQ08X005720 Glucose-6-phosphate isomerase 11.86290842 L4_chemical_B3 +LQ08X005720 Glucose-6-phosphate isomerase 12.10076077 L4_chemical_C2 +LQ08X005720 Glucose-6-phosphate isomerase 12.31998574 L4_chemical_C3 +LQ08X005740 Predicted protein 5.265579707 C6_control_A1 +LQ08X005740 Predicted protein 5.996202632 C6_control_A3 +LQ08X005740 Predicted protein 5.3722178 C6_control_B1 +LQ08X005740 Predicted protein 5.217665752 C6_control_B2 +LQ08X005740 Predicted protein 5.479154833 C6_control_B3 +LQ08X005740 Predicted protein 5.405255721 C6_control_C1 +LQ08X005740 Predicted protein 6.389490369 C6_control_C2 +LQ08X005740 Predicted protein 5.261313018 C6_control_C3 +LQ08X005740 Predicted protein 5.268302529 C6_chemical_A1 +LQ08X005740 Predicted protein 5.206932037 C6_chemical_A3 +LQ08X005740 Predicted protein 5.287306854 C6_chemical_B1 +LQ08X005740 Predicted protein 5.042824462 C6_chemical_B2 +LQ08X005740 Predicted protein 5.848506683 C6_chemical_B3 +LQ08X005740 Predicted protein 5.598882683 C6_chemical_C1 +LQ08X005740 Predicted protein 5.130250871 C6_chemical_C2 +LQ08X005740 Predicted protein 5.526009364 C6_chemical_C3 +LQ08X005740 Predicted protein 5.213147366 L4_control_A1 +LQ08X005740 Predicted protein 5.238436775 L4_control_A2 +LQ08X005740 Predicted protein 4.953383715 L4_control_A3 +LQ08X005740 Predicted protein 5.107076334 L4_control_B1 +LQ08X005740 Predicted protein 5.519985427 L4_control_B2 +LQ08X005740 Predicted protein 5.383615254 L4_control_B3 +LQ08X005740 Predicted protein 6.031554157 L4_control_C2 +LQ08X005740 Predicted protein 5.161585624 L4_control_C3 +LQ08X005740 Predicted protein 5.37447128 L4_chemical_A1 +LQ08X005740 Predicted protein 4.828585447 L4_chemical_A2 +LQ08X005740 Predicted protein 5.229611852 L4_chemical_A3 +LQ08X005740 Predicted protein 4.966219186 L4_chemical_B1 +LQ08X005740 Predicted protein 5.583796427 L4_chemical_B2 +LQ08X005740 Predicted protein 5.169848183 L4_chemical_B3 +LQ08X005740 Predicted protein 5.186569388 L4_chemical_C2 +LQ08X005740 Predicted protein 5.115407736 L4_chemical_C3 +LQ08X005750 Predicted protein 10.5677496 C6_control_A1 +LQ08X005750 Predicted protein 11.07645546 C6_control_A3 +LQ08X005750 Predicted protein 9.91870893 C6_control_B1 +LQ08X005750 Predicted protein 9.170956246 C6_control_B2 +LQ08X005750 Predicted protein 8.759987616 C6_control_B3 +LQ08X005750 Predicted protein 9.425093221 C6_control_C1 +LQ08X005750 Predicted protein 8.332648102 C6_control_C2 +LQ08X005750 Predicted protein 8.255209147 C6_control_C3 +LQ08X005750 Predicted protein 10.42245845 C6_chemical_A1 +LQ08X005750 Predicted protein 10.82668021 C6_chemical_A3 +LQ08X005750 Predicted protein 9.222931976 C6_chemical_B1 +LQ08X005750 Predicted protein 9.128018628 C6_chemical_B2 +LQ08X005750 Predicted protein 8.536802412 C6_chemical_B3 +LQ08X005750 Predicted protein 9.103097417 C6_chemical_C1 +LQ08X005750 Predicted protein 8.629380498 C6_chemical_C2 +LQ08X005750 Predicted protein 8.292960449 C6_chemical_C3 +LQ08X005750 Predicted protein 11.41117858 L4_control_A1 +LQ08X005750 Predicted protein 10.8584388 L4_control_A2 +LQ08X005750 Predicted protein 11.02180918 L4_control_A3 +LQ08X005750 Predicted protein 9.213650481 L4_control_B1 +LQ08X005750 Predicted protein 9.451356388 L4_control_B2 +LQ08X005750 Predicted protein 8.007465024 L4_control_B3 +LQ08X005750 Predicted protein 8.316329647 L4_control_C2 +LQ08X005750 Predicted protein 6.981635609 L4_control_C3 +LQ08X005750 Predicted protein 10.60501251 L4_chemical_A1 +LQ08X005750 Predicted protein 10.53023425 L4_chemical_A2 +LQ08X005750 Predicted protein 11.07995574 L4_chemical_A3 +LQ08X005750 Predicted protein 9.099208635 L4_chemical_B1 +LQ08X005750 Predicted protein 9.546981758 L4_chemical_B2 +LQ08X005750 Predicted protein 9.601941616 L4_chemical_B3 +LQ08X005750 Predicted protein 6.980682538 L4_chemical_C2 +LQ08X005750 Predicted protein 8.095093403 L4_chemical_C3 +LQ08X005780 Predicted protein 6.269221338 C6_control_A1 +LQ08X005780 Predicted protein 6.309236193 C6_control_A3 +LQ08X005780 Predicted protein 6.660225904 C6_control_B1 +LQ08X005780 Predicted protein 5.721537566 C6_control_B2 +LQ08X005780 Predicted protein 6.340999998 C6_control_B3 +LQ08X005780 Predicted protein 5.802864135 C6_control_C1 +LQ08X005780 Predicted protein 5.211821632 C6_control_C2 +LQ08X005780 Predicted protein 6.004079959 C6_control_C3 +LQ08X005780 Predicted protein 6.09324048 C6_chemical_A1 +LQ08X005780 Predicted protein 6.479645705 C6_chemical_A3 +LQ08X005780 Predicted protein 6.813906216 C6_chemical_B1 +LQ08X005780 Predicted protein 5.827531102 C6_chemical_B2 +LQ08X005780 Predicted protein 5.748543646 C6_chemical_B3 +LQ08X005780 Predicted protein 5.70386013 C6_chemical_C1 +LQ08X005780 Predicted protein 5.577698811 C6_chemical_C2 +LQ08X005780 Predicted protein 5.662641182 C6_chemical_C3 +LQ08X005780 Predicted protein 5.869231275 L4_control_A1 +LQ08X005780 Predicted protein 6.634336749 L4_control_A2 +LQ08X005780 Predicted protein 6.505797585 L4_control_A3 +LQ08X005780 Predicted protein 5.823987413 L4_control_B1 +LQ08X005780 Predicted protein 6.239022412 L4_control_B2 +LQ08X005780 Predicted protein 6.235983251 L4_control_B3 +LQ08X005780 Predicted protein 7.052204536 L4_control_C2 +LQ08X005780 Predicted protein 5.804740477 L4_control_C3 +LQ08X005780 Predicted protein 5.880182098 L4_chemical_A1 +LQ08X005780 Predicted protein 6.219797063 L4_chemical_A2 +LQ08X005780 Predicted protein 6.429390824 L4_chemical_A3 +LQ08X005780 Predicted protein 6.108127074 L4_chemical_B1 +LQ08X005780 Predicted protein 6.157924501 L4_chemical_B2 +LQ08X005780 Predicted protein 6.956164748 L4_chemical_B3 +LQ08X005780 Predicted protein 6.063858543 L4_chemical_C2 +LQ08X005780 Predicted protein 6.091757787 L4_chemical_C3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.20774953 C6_control_A1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 10.68966232 C6_control_A3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 10.87279257 C6_control_B1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.07447743 C6_control_B2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.20647221 C6_control_B3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.37807979 C6_control_C1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.32406893 C6_control_C2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.55321812 C6_control_C3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.18614223 C6_chemical_A1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.12332076 C6_chemical_A3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 10.96446074 C6_chemical_B1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 10.87340945 C6_chemical_B2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.29877026 C6_chemical_B3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.25392573 C6_chemical_C1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.42749893 C6_chemical_C2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.43936781 C6_chemical_C3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.5297626 L4_control_A1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.777578 L4_control_A2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.80026418 L4_control_A3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.07646814 L4_control_B1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.53598375 L4_control_B2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.90585484 L4_control_B3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.42401417 L4_control_C2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.91751372 L4_control_C3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.47487634 L4_chemical_A1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.6028868 L4_chemical_A2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.63243706 L4_chemical_A3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 10.84561623 L4_chemical_B1 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.16728364 L4_chemical_B2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.51879379 L4_chemical_B3 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.0744537 L4_chemical_C2 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.96790716 L4_chemical_C3 +LQ08X005810 Predicted protein 8.960094349 C6_control_A1 +LQ08X005810 Predicted protein 9.886274967 C6_control_A3 +LQ08X005810 Predicted protein 8.861244328 C6_control_B1 +LQ08X005810 Predicted protein 8.465344191 C6_control_B2 +LQ08X005810 Predicted protein 9.935189446 C6_control_B3 +LQ08X005810 Predicted protein 8.26715948 C6_control_C1 +LQ08X005810 Predicted protein 7.640015518 C6_control_C2 +LQ08X005810 Predicted protein 9.347225128 C6_control_C3 +LQ08X005810 Predicted protein 8.661945203 C6_chemical_A1 +LQ08X005810 Predicted protein 9.970748319 C6_chemical_A3 +LQ08X005810 Predicted protein 8.405155905 C6_chemical_B1 +LQ08X005810 Predicted protein 8.207521468 C6_chemical_B2 +LQ08X005810 Predicted protein 10.2222714 C6_chemical_B3 +LQ08X005810 Predicted protein 7.807076319 C6_chemical_C1 +LQ08X005810 Predicted protein 7.624056865 C6_chemical_C2 +LQ08X005810 Predicted protein 9.698997994 C6_chemical_C3 +LQ08X005810 Predicted protein 9.184494378 L4_control_A1 +LQ08X005810 Predicted protein 9.361852496 L4_control_A2 +LQ08X005810 Predicted protein 10.99400271 L4_control_A3 +LQ08X005810 Predicted protein 10.49868715 L4_control_B1 +LQ08X005810 Predicted protein 9.360479956 L4_control_B2 +LQ08X005810 Predicted protein 10.1632611 L4_control_B3 +LQ08X005810 Predicted protein 9.740984491 L4_control_C2 +LQ08X005810 Predicted protein 11.06686883 L4_control_C3 +LQ08X005810 Predicted protein 10.97623838 L4_chemical_A1 +LQ08X005810 Predicted protein 10.96448884 L4_chemical_A2 +LQ08X005810 Predicted protein 11.22109659 L4_chemical_A3 +LQ08X005810 Predicted protein 10.91145889 L4_chemical_B1 +LQ08X005810 Predicted protein 9.982350519 L4_chemical_B2 +LQ08X005810 Predicted protein 9.764298749 L4_chemical_B3 +LQ08X005810 Predicted protein 8.568625461 L4_chemical_C2 +LQ08X005810 Predicted protein 9.956381168 L4_chemical_C3 +LQ08X005820 Putative AP-4 complex subunit mu 10.91902238 C6_control_A1 +LQ08X005820 Putative AP-4 complex subunit mu 10.84300678 C6_control_A3 +LQ08X005820 Putative AP-4 complex subunit mu 11.11026113 C6_control_B1 +LQ08X005820 Putative AP-4 complex subunit mu 10.79930652 C6_control_B2 +LQ08X005820 Putative AP-4 complex subunit mu 11.12700999 C6_control_B3 +LQ08X005820 Putative AP-4 complex subunit mu 10.53167028 C6_control_C1 +LQ08X005820 Putative AP-4 complex subunit mu 10.57128707 C6_control_C2 +LQ08X005820 Putative AP-4 complex subunit mu 10.40855207 C6_control_C3 +LQ08X005820 Putative AP-4 complex subunit mu 10.97647289 C6_chemical_A1 +LQ08X005820 Putative AP-4 complex subunit mu 10.7925767 C6_chemical_A3 +LQ08X005820 Putative AP-4 complex subunit mu 11.32824998 C6_chemical_B1 +LQ08X005820 Putative AP-4 complex subunit mu 11.01660968 C6_chemical_B2 +LQ08X005820 Putative AP-4 complex subunit mu 11.08759091 C6_chemical_B3 +LQ08X005820 Putative AP-4 complex subunit mu 10.43866415 C6_chemical_C1 +LQ08X005820 Putative AP-4 complex subunit mu 10.67398815 C6_chemical_C2 +LQ08X005820 Putative AP-4 complex subunit mu 10.52595299 C6_chemical_C3 +LQ08X005820 Putative AP-4 complex subunit mu 10.77291493 L4_control_A1 +LQ08X005820 Putative AP-4 complex subunit mu 11.07833503 L4_control_A2 +LQ08X005820 Putative AP-4 complex subunit mu 10.54393574 L4_control_A3 +LQ08X005820 Putative AP-4 complex subunit mu 11.25199656 L4_control_B1 +LQ08X005820 Putative AP-4 complex subunit mu 11.40126677 L4_control_B2 +LQ08X005820 Putative AP-4 complex subunit mu 11.25400336 L4_control_B3 +LQ08X005820 Putative AP-4 complex subunit mu 10.51150887 L4_control_C2 +LQ08X005820 Putative AP-4 complex subunit mu 11.01787753 L4_control_C3 +LQ08X005820 Putative AP-4 complex subunit mu 10.66914908 L4_chemical_A1 +LQ08X005820 Putative AP-4 complex subunit mu 10.75961548 L4_chemical_A2 +LQ08X005820 Putative AP-4 complex subunit mu 10.5642285 L4_chemical_A3 +LQ08X005820 Putative AP-4 complex subunit mu 10.71464194 L4_chemical_B1 +LQ08X005820 Putative AP-4 complex subunit mu 10.75127715 L4_chemical_B2 +LQ08X005820 Putative AP-4 complex subunit mu 11.28103586 L4_chemical_B3 +LQ08X005820 Putative AP-4 complex subunit mu 10.30268315 L4_chemical_C2 +LQ08X005820 Putative AP-4 complex subunit mu 10.51965867 L4_chemical_C3 +LQ08X005860 Putative uncharacterized protein 5.135265762 C6_control_A1 +LQ08X005860 Putative uncharacterized protein 5.59474637 C6_control_A3 +LQ08X005860 Putative uncharacterized protein 5.278414186 C6_control_B1 +LQ08X005860 Putative uncharacterized protein 5.262056488 C6_control_B2 +LQ08X005860 Putative uncharacterized protein 5.38677399 C6_control_B3 +LQ08X005860 Putative uncharacterized protein 5.328249392 C6_control_C1 +LQ08X005860 Putative uncharacterized protein 5.452716218 C6_control_C2 +LQ08X005860 Putative uncharacterized protein 5.317378684 C6_control_C3 +LQ08X005860 Putative uncharacterized protein 5.57201147 C6_chemical_A1 +LQ08X005860 Putative uncharacterized protein 5.143227496 C6_chemical_A3 +LQ08X005860 Putative uncharacterized protein 5.37689223 C6_chemical_B1 +LQ08X005860 Putative uncharacterized protein 5.294370563 C6_chemical_B2 +LQ08X005860 Putative uncharacterized protein 5.598862211 C6_chemical_B3 +LQ08X005860 Putative uncharacterized protein 5.253499811 C6_chemical_C1 +LQ08X005860 Putative uncharacterized protein 5.250601794 C6_chemical_C2 +LQ08X005860 Putative uncharacterized protein 5.295086682 C6_chemical_C3 +LQ08X005860 Putative uncharacterized protein 5.312403169 L4_control_A1 +LQ08X005860 Putative uncharacterized protein 5.472648725 L4_control_A2 +LQ08X005860 Putative uncharacterized protein 5.135428636 L4_control_A3 +LQ08X005860 Putative uncharacterized protein 5.17193987 L4_control_B1 +LQ08X005860 Putative uncharacterized protein 5.707513516 L4_control_B2 +LQ08X005860 Putative uncharacterized protein 5.160748273 L4_control_B3 +LQ08X005860 Putative uncharacterized protein 5.464392283 L4_control_C2 +LQ08X005860 Putative uncharacterized protein 5.087374883 L4_control_C3 +LQ08X005860 Putative uncharacterized protein 5.428015882 L4_chemical_A1 +LQ08X005860 Putative uncharacterized protein 5.298556885 L4_chemical_A2 +LQ08X005860 Putative uncharacterized protein 5.7661552 L4_chemical_A3 +LQ08X005860 Putative uncharacterized protein 5.638639116 L4_chemical_B1 +LQ08X005860 Putative uncharacterized protein 5.225626123 L4_chemical_B2 +LQ08X005860 Putative uncharacterized protein 4.930278521 L4_chemical_B3 +LQ08X005860 Putative uncharacterized protein 5.281990502 L4_chemical_C2 +LQ08X005860 Putative uncharacterized protein 5.161820274 L4_chemical_C3 +LQ08X005880 Dnajc14 protein, putative 12.61721968 C6_control_A1 +LQ08X005880 Dnajc14 protein, putative 12.79148409 C6_control_A3 +LQ08X005880 Dnajc14 protein, putative 12.47919977 C6_control_B1 +LQ08X005880 Dnajc14 protein, putative 12.81358544 C6_control_B2 +LQ08X005880 Dnajc14 protein, putative 12.3960776 C6_control_B3 +LQ08X005880 Dnajc14 protein, putative 12.80950342 C6_control_C1 +LQ08X005880 Dnajc14 protein, putative 13.03002499 C6_control_C2 +LQ08X005880 Dnajc14 protein, putative 13.17879379 C6_control_C3 +LQ08X005880 Dnajc14 protein, putative 12.46790008 C6_chemical_A1 +LQ08X005880 Dnajc14 protein, putative 12.6111579 C6_chemical_A3 +LQ08X005880 Dnajc14 protein, putative 12.39429974 C6_chemical_B1 +LQ08X005880 Dnajc14 protein, putative 12.92764588 C6_chemical_B2 +LQ08X005880 Dnajc14 protein, putative 12.46983539 C6_chemical_B3 +LQ08X005880 Dnajc14 protein, putative 12.76638692 C6_chemical_C1 +LQ08X005880 Dnajc14 protein, putative 12.90589097 C6_chemical_C2 +LQ08X005880 Dnajc14 protein, putative 12.99929942 C6_chemical_C3 +LQ08X005880 Dnajc14 protein, putative 12.51606911 L4_control_A1 +LQ08X005880 Dnajc14 protein, putative 12.3452037 L4_control_A2 +LQ08X005880 Dnajc14 protein, putative 12.02668038 L4_control_A3 +LQ08X005880 Dnajc14 protein, putative 12.4486135 L4_control_B1 +LQ08X005880 Dnajc14 protein, putative 11.0714862 L4_control_B2 +LQ08X005880 Dnajc14 protein, putative 12.21364803 L4_control_B3 +LQ08X005880 Dnajc14 protein, putative 12.09603465 L4_control_C2 +LQ08X005880 Dnajc14 protein, putative 11.64979221 L4_control_C3 +LQ08X005880 Dnajc14 protein, putative 12.61164275 L4_chemical_A1 +LQ08X005880 Dnajc14 protein, putative 12.11607148 L4_chemical_A2 +LQ08X005880 Dnajc14 protein, putative 12.36581032 L4_chemical_A3 +LQ08X005880 Dnajc14 protein, putative 11.73227403 L4_chemical_B1 +LQ08X005880 Dnajc14 protein, putative 11.89699666 L4_chemical_B2 +LQ08X005880 Dnajc14 protein, putative 12.40011696 L4_chemical_B3 +LQ08X005880 Dnajc14 protein, putative 11.95023574 L4_chemical_C2 +LQ08X005880 Dnajc14 protein, putative 11.9108136 L4_chemical_C3 +LQ08X005890 MADS-box protein SVP 7.969628934 C6_control_A1 +LQ08X005890 MADS-box protein SVP 7.447945772 C6_control_A3 +LQ08X005890 MADS-box protein SVP 7.400228096 C6_control_B1 +LQ08X005890 MADS-box protein SVP 7.6425688 C6_control_B2 +LQ08X005890 MADS-box protein SVP 7.352688588 C6_control_B3 +LQ08X005890 MADS-box protein SVP 8.086252968 C6_control_C1 +LQ08X005890 MADS-box protein SVP 7.921430166 C6_control_C2 +LQ08X005890 MADS-box protein SVP 8.690354242 C6_control_C3 +LQ08X005890 MADS-box protein SVP 7.719589935 C6_chemical_A1 +LQ08X005890 MADS-box protein SVP 7.505574725 C6_chemical_A3 +LQ08X005890 MADS-box protein SVP 7.509269605 C6_chemical_B1 +LQ08X005890 MADS-box protein SVP 7.477883169 C6_chemical_B2 +LQ08X005890 MADS-box protein SVP 7.37765542 C6_chemical_B3 +LQ08X005890 MADS-box protein SVP 8.015521746 C6_chemical_C1 +LQ08X005890 MADS-box protein SVP 8.143622007 C6_chemical_C2 +LQ08X005890 MADS-box protein SVP 8.377892374 C6_chemical_C3 +LQ08X005890 MADS-box protein SVP 7.379806079 L4_control_A1 +LQ08X005890 MADS-box protein SVP 8.38036645 L4_control_A2 +LQ08X005890 MADS-box protein SVP 7.575846751 L4_control_A3 +LQ08X005890 MADS-box protein SVP 6.982812198 L4_control_B1 +LQ08X005890 MADS-box protein SVP 7.028243909 L4_control_B2 +LQ08X005890 MADS-box protein SVP 7.232648279 L4_control_B3 +LQ08X005890 MADS-box protein SVP 7.333945773 L4_control_C2 +LQ08X005890 MADS-box protein SVP 6.432719534 L4_control_C3 +LQ08X005890 MADS-box protein SVP 7.421493652 L4_chemical_A1 +LQ08X005890 MADS-box protein SVP 8.400263188 L4_chemical_A2 +LQ08X005890 MADS-box protein SVP 7.823639381 L4_chemical_A3 +LQ08X005890 MADS-box protein SVP 6.618393113 L4_chemical_B1 +LQ08X005890 MADS-box protein SVP 7.454199079 L4_chemical_B2 +LQ08X005890 MADS-box protein SVP 7.409799483 L4_chemical_B3 +LQ08X005890 MADS-box protein SVP 6.854303218 L4_chemical_C2 +LQ08X005890 MADS-box protein SVP 6.112020699 L4_chemical_C3 +LQ08X005910 Predicted protein 4.731302246 C6_control_A1 +LQ08X005910 Predicted protein 4.822944535 C6_control_A3 +LQ08X005910 Predicted protein 4.955044083 C6_control_B1 +LQ08X005910 Predicted protein 5.462639313 C6_control_B2 +LQ08X005910 Predicted protein 5.060241086 C6_control_B3 +LQ08X005910 Predicted protein 6.075495937 C6_control_C1 +LQ08X005910 Predicted protein 5.372704256 C6_control_C2 +LQ08X005910 Predicted protein 5.934160215 C6_control_C3 +LQ08X005910 Predicted protein 5.119126541 C6_chemical_A1 +LQ08X005910 Predicted protein 4.771275097 C6_chemical_A3 +LQ08X005910 Predicted protein 5.454635046 C6_chemical_B1 +LQ08X005910 Predicted protein 5.798283753 C6_chemical_B2 +LQ08X005910 Predicted protein 5.48292771 C6_chemical_B3 +LQ08X005910 Predicted protein 6.398082257 C6_chemical_C1 +LQ08X005910 Predicted protein 6.664458478 C6_chemical_C2 +LQ08X005910 Predicted protein 6.278296229 C6_chemical_C3 +LQ08X005910 Predicted protein 5.334976182 L4_control_A1 +LQ08X005910 Predicted protein 5.002215292 L4_control_A2 +LQ08X005910 Predicted protein 4.887668702 L4_control_A3 +LQ08X005910 Predicted protein 4.992981868 L4_control_B1 +LQ08X005910 Predicted protein 4.817963781 L4_control_B2 +LQ08X005910 Predicted protein 5.336159974 L4_control_B3 +LQ08X005910 Predicted protein 5.632197244 L4_control_C2 +LQ08X005910 Predicted protein 5.201656675 L4_control_C3 +LQ08X005910 Predicted protein 5.227020345 L4_chemical_A1 +LQ08X005910 Predicted protein 5.030870818 L4_chemical_A2 +LQ08X005910 Predicted protein 4.933218766 L4_chemical_A3 +LQ08X005910 Predicted protein 4.907529557 L4_chemical_B1 +LQ08X005910 Predicted protein 5.140942566 L4_chemical_B2 +LQ08X005910 Predicted protein 5.527989816 L4_chemical_B3 +LQ08X005910 Predicted protein 5.381603897 L4_chemical_C2 +LQ08X005910 Predicted protein 4.786805745 L4_chemical_C3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.9556185 C6_control_A1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 11.34932756 C6_control_A3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 11.03412595 C6_control_B1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.68540011 C6_control_B2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.9723751 C6_control_B3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.26447546 C6_control_C1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.24689917 C6_control_C2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 9.79945788 C6_control_C3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.87431602 C6_chemical_A1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 11.27189942 C6_chemical_A3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.7028778 C6_chemical_B1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.57728356 C6_chemical_B2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.87824852 C6_chemical_B3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.19199616 C6_chemical_C1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 9.898407639 C6_chemical_C2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 9.755205982 C6_chemical_C3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.64287278 L4_control_A1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 11.28308702 L4_control_A2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.27977961 L4_control_A3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 11.21801579 L4_control_B1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 11.52585603 L4_control_B2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 11.08225779 L4_control_B3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.37022699 L4_control_C2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.1806205 L4_control_C3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.51263095 L4_chemical_A1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.98780033 L4_chemical_A2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.24501832 L4_chemical_A3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.86389723 L4_chemical_B1 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.89138882 L4_chemical_B2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 11.04178489 L4_chemical_B3 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.18607625 L4_chemical_C2 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.37033457 L4_chemical_C3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.472971947 C6_control_A1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 6.027490152 C6_control_A3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.167126112 C6_control_B1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.301340933 C6_control_B2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.69684881 C6_control_B3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.688463196 C6_control_C1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 4.865697798 C6_control_C2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 4.850722266 C6_control_C3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.698720397 C6_chemical_A1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 6.086042838 C6_chemical_A3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.198338415 C6_chemical_B1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.275718154 C6_chemical_B2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.17514686 C6_chemical_B3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.553254833 C6_chemical_C1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.337914273 C6_chemical_C2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 4.88140766 C6_chemical_C3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.648523702 L4_control_A1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.654939342 L4_control_A2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 6.063462109 L4_control_A3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.194401757 L4_control_B1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.405780023 L4_control_B2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.658452731 L4_control_B3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 6.088810938 L4_control_C2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.112882969 L4_control_C3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.280513799 L4_chemical_A1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.593971246 L4_chemical_A2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 6.1989741 L4_chemical_A3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.257692902 L4_chemical_B1 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.350737669 L4_chemical_B2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.563645631 L4_chemical_B3 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.920659636 L4_chemical_C2 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.520786695 L4_chemical_C3 +LQ08X005960 Argininosuccinate lyase 12.38263824 C6_control_A1 +LQ08X005960 Argininosuccinate lyase 12.05603843 C6_control_A3 +LQ08X005960 Argininosuccinate lyase 11.62539144 C6_control_B1 +LQ08X005960 Argininosuccinate lyase 12.40168276 C6_control_B2 +LQ08X005960 Argininosuccinate lyase 12.0137024 C6_control_B3 +LQ08X005960 Argininosuccinate lyase 12.25923262 C6_control_C1 +LQ08X005960 Argininosuccinate lyase 12.119478 C6_control_C2 +LQ08X005960 Argininosuccinate lyase 12.42044659 C6_control_C3 +LQ08X005960 Argininosuccinate lyase 12.16195481 C6_chemical_A1 +LQ08X005960 Argininosuccinate lyase 11.78438971 C6_chemical_A3 +LQ08X005960 Argininosuccinate lyase 11.34028349 C6_chemical_B1 +LQ08X005960 Argininosuccinate lyase 12.05853268 C6_chemical_B2 +LQ08X005960 Argininosuccinate lyase 11.94823133 C6_chemical_B3 +LQ08X005960 Argininosuccinate lyase 12.18743315 C6_chemical_C1 +LQ08X005960 Argininosuccinate lyase 11.95009672 C6_chemical_C2 +LQ08X005960 Argininosuccinate lyase 11.87508654 C6_chemical_C3 +LQ08X005960 Argininosuccinate lyase 12.6444261 L4_control_A1 +LQ08X005960 Argininosuccinate lyase 12.14628769 L4_control_A2 +LQ08X005960 Argininosuccinate lyase 12.734176 L4_control_A3 +LQ08X005960 Argininosuccinate lyase 10.97964717 L4_control_B1 +LQ08X005960 Argininosuccinate lyase 10.82375042 L4_control_B2 +LQ08X005960 Argininosuccinate lyase 11.98994745 L4_control_B3 +LQ08X005960 Argininosuccinate lyase 10.80175958 L4_control_C2 +LQ08X005960 Argininosuccinate lyase 11.06268449 L4_control_C3 +LQ08X005960 Argininosuccinate lyase 12.22597384 L4_chemical_A1 +LQ08X005960 Argininosuccinate lyase 11.77434405 L4_chemical_A2 +LQ08X005960 Argininosuccinate lyase 12.63425319 L4_chemical_A3 +LQ08X005960 Argininosuccinate lyase 10.88674602 L4_chemical_B1 +LQ08X005960 Argininosuccinate lyase 10.71000309 L4_chemical_B2 +LQ08X005960 Argininosuccinate lyase 12.19435698 L4_chemical_B3 +LQ08X005960 Argininosuccinate lyase 10.97803016 L4_chemical_C2 +LQ08X005960 Argininosuccinate lyase 11.1366609 L4_chemical_C3 +LQ08X005980 Putative uncharacterized protein 10.55692756 C6_control_A1 +LQ08X005980 Putative uncharacterized protein 8.882112618 C6_control_A3 +LQ08X005980 Putative uncharacterized protein 10.84819305 C6_control_B1 +LQ08X005980 Putative uncharacterized protein 10.65424579 C6_control_B2 +LQ08X005980 Putative uncharacterized protein 9.675420777 C6_control_B3 +LQ08X005980 Putative uncharacterized protein 12.66015735 C6_control_C1 +LQ08X005980 Putative uncharacterized protein 11.22000058 C6_control_C2 +LQ08X005980 Putative uncharacterized protein 10.11835036 C6_control_C3 +LQ08X005980 Putative uncharacterized protein 10.80702673 C6_chemical_A1 +LQ08X005980 Putative uncharacterized protein 9.506703433 C6_chemical_A3 +LQ08X005980 Putative uncharacterized protein 11.55147213 C6_chemical_B1 +LQ08X005980 Putative uncharacterized protein 11.09478674 C6_chemical_B2 +LQ08X005980 Putative uncharacterized protein 9.921160886 C6_chemical_B3 +LQ08X005980 Putative uncharacterized protein 12.66436864 C6_chemical_C1 +LQ08X005980 Putative uncharacterized protein 11.67119246 C6_chemical_C2 +LQ08X005980 Putative uncharacterized protein 10.95914785 C6_chemical_C3 +LQ08X005980 Putative uncharacterized protein 9.517631124 L4_control_A1 +LQ08X005980 Putative uncharacterized protein 8.090910004 L4_control_A2 +LQ08X005980 Putative uncharacterized protein 7.405979428 L4_control_A3 +LQ08X005980 Putative uncharacterized protein 10.90832116 L4_control_B1 +LQ08X005980 Putative uncharacterized protein 9.898061121 L4_control_B2 +LQ08X005980 Putative uncharacterized protein 9.85865354 L4_control_B3 +LQ08X005980 Putative uncharacterized protein 11.18860298 L4_control_C2 +LQ08X005980 Putative uncharacterized protein 10.933968 L4_control_C3 +LQ08X005980 Putative uncharacterized protein 11.35502116 L4_chemical_A1 +LQ08X005980 Putative uncharacterized protein 10.20655135 L4_chemical_A2 +LQ08X005980 Putative uncharacterized protein 8.57647623 L4_chemical_A3 +LQ08X005980 Putative uncharacterized protein 11.07178878 L4_chemical_B1 +LQ08X005980 Putative uncharacterized protein 10.36573639 L4_chemical_B2 +LQ08X005980 Putative uncharacterized protein 9.440195846 L4_chemical_B3 +LQ08X005980 Putative uncharacterized protein 11.0924314 L4_chemical_C2 +LQ08X005980 Putative uncharacterized protein 10.50458528 L4_chemical_C3 +LQ08X005990 DNA binding protein, putative 5.392052552 C6_control_A1 +LQ08X005990 DNA binding protein, putative 5.077434938 C6_control_A3 +LQ08X005990 DNA binding protein, putative 5.513622247 C6_control_B1 +LQ08X005990 DNA binding protein, putative 5.366192394 C6_control_B2 +LQ08X005990 DNA binding protein, putative 4.844519276 C6_control_B3 +LQ08X005990 DNA binding protein, putative 5.405589596 C6_control_C1 +LQ08X005990 DNA binding protein, putative 5.663118445 C6_control_C2 +LQ08X005990 DNA binding protein, putative 5.239832521 C6_control_C3 +LQ08X005990 DNA binding protein, putative 5.323275476 C6_chemical_A1 +LQ08X005990 DNA binding protein, putative 5.030440896 C6_chemical_A3 +LQ08X005990 DNA binding protein, putative 5.177062597 C6_chemical_B1 +LQ08X005990 DNA binding protein, putative 5.06116379 C6_chemical_B2 +LQ08X005990 DNA binding protein, putative 5.161706125 C6_chemical_B3 +LQ08X005990 DNA binding protein, putative 5.341503595 C6_chemical_C1 +LQ08X005990 DNA binding protein, putative 5.224205074 C6_chemical_C2 +LQ08X005990 DNA binding protein, putative 5.098200442 C6_chemical_C3 +LQ08X005990 DNA binding protein, putative 5.356472328 L4_control_A1 +LQ08X005990 DNA binding protein, putative 5.511485777 L4_control_A2 +LQ08X005990 DNA binding protein, putative 5.655970899 L4_control_A3 +LQ08X005990 DNA binding protein, putative 5.533462103 L4_control_B1 +LQ08X005990 DNA binding protein, putative 4.967780453 L4_control_B2 +LQ08X005990 DNA binding protein, putative 5.72532869 L4_control_B3 +LQ08X005990 DNA binding protein, putative 6.023275311 L4_control_C2 +LQ08X005990 DNA binding protein, putative 5.283446705 L4_control_C3 +LQ08X005990 DNA binding protein, putative 5.411787869 L4_chemical_A1 +LQ08X005990 DNA binding protein, putative 5.425595846 L4_chemical_A2 +LQ08X005990 DNA binding protein, putative 5.356094729 L4_chemical_A3 +LQ08X005990 DNA binding protein, putative 5.064620903 L4_chemical_B1 +LQ08X005990 DNA binding protein, putative 4.781059258 L4_chemical_B2 +LQ08X005990 DNA binding protein, putative 5.591671496 L4_chemical_B3 +LQ08X005990 DNA binding protein, putative 5.707634804 L4_chemical_C2 +LQ08X005990 DNA binding protein, putative 5.7213732 L4_chemical_C3 +LQ08X006000 NADPH--cytochrome P450 reductase 12.13967543 C6_control_A1 +LQ08X006000 NADPH--cytochrome P450 reductase 11.48693541 C6_control_A3 +LQ08X006000 NADPH--cytochrome P450 reductase 11.80493953 C6_control_B1 +LQ08X006000 NADPH--cytochrome P450 reductase 12.28104352 C6_control_B2 +LQ08X006000 NADPH--cytochrome P450 reductase 12.13099518 C6_control_B3 +LQ08X006000 NADPH--cytochrome P450 reductase 12.72594757 C6_control_C1 +LQ08X006000 NADPH--cytochrome P450 reductase 12.5224375 C6_control_C2 +LQ08X006000 NADPH--cytochrome P450 reductase 12.69772929 C6_control_C3 +LQ08X006000 NADPH--cytochrome P450 reductase 12.12947202 C6_chemical_A1 +LQ08X006000 NADPH--cytochrome P450 reductase 11.43179766 C6_chemical_A3 +LQ08X006000 NADPH--cytochrome P450 reductase 11.76552051 C6_chemical_B1 +LQ08X006000 NADPH--cytochrome P450 reductase 12.11693464 C6_chemical_B2 +LQ08X006000 NADPH--cytochrome P450 reductase 12.01992796 C6_chemical_B3 +LQ08X006000 NADPH--cytochrome P450 reductase 12.68478028 C6_chemical_C1 +LQ08X006000 NADPH--cytochrome P450 reductase 12.54833283 C6_chemical_C2 +LQ08X006000 NADPH--cytochrome P450 reductase 12.38641429 C6_chemical_C3 +LQ08X006000 NADPH--cytochrome P450 reductase 11.52573044 L4_control_A1 +LQ08X006000 NADPH--cytochrome P450 reductase 11.34940316 L4_control_A2 +LQ08X006000 NADPH--cytochrome P450 reductase 11.55602839 L4_control_A3 +LQ08X006000 NADPH--cytochrome P450 reductase 11.39491332 L4_control_B1 +LQ08X006000 NADPH--cytochrome P450 reductase 11.16946002 L4_control_B2 +LQ08X006000 NADPH--cytochrome P450 reductase 11.02175148 L4_control_B3 +LQ08X006000 NADPH--cytochrome P450 reductase 11.48747497 L4_control_C2 +LQ08X006000 NADPH--cytochrome P450 reductase 11.07679124 L4_control_C3 +LQ08X006000 NADPH--cytochrome P450 reductase 12.48200602 L4_chemical_A1 +LQ08X006000 NADPH--cytochrome P450 reductase 12.23963219 L4_chemical_A2 +LQ08X006000 NADPH--cytochrome P450 reductase 11.94029254 L4_chemical_A3 +LQ08X006000 NADPH--cytochrome P450 reductase 11.72506693 L4_chemical_B1 +LQ08X006000 NADPH--cytochrome P450 reductase 11.7579707 L4_chemical_B2 +LQ08X006000 NADPH--cytochrome P450 reductase 11.63664723 L4_chemical_B3 +LQ08X006000 NADPH--cytochrome P450 reductase 11.8126678 L4_chemical_C2 +LQ08X006000 NADPH--cytochrome P450 reductase 11.17290419 L4_chemical_C3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.074242354 C6_control_A1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 6.046351018 C6_control_A3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.475202197 C6_control_B1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.192272299 C6_control_B2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.160717689 C6_control_B3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.531073847 C6_control_C1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.500215541 C6_control_C2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.331906802 C6_control_C3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 6.594215655 C6_chemical_A1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.038516083 C6_chemical_A3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.767150062 C6_chemical_B1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.216996767 C6_chemical_B2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.315757361 C6_chemical_B3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.620491253 C6_chemical_C1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.104208519 C6_chemical_C2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.926395155 C6_chemical_C3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.69312777 L4_control_A1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.285321117 L4_control_A2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.994910564 L4_control_A3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.417358711 L4_control_B1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.199968887 L4_control_B2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.220878852 L4_control_B3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.407212335 L4_control_C2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.753023516 L4_control_C3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.847488554 L4_chemical_A1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.65176349 L4_chemical_A2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 7.999361709 L4_chemical_A3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.884050745 L4_chemical_B1 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.627228583 L4_chemical_B2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.412779906 L4_chemical_B3 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.362845208 L4_chemical_C2 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 8.417908117 L4_chemical_C3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.627804952 C6_control_A1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.577447625 C6_control_A3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.126009606 C6_control_B1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.591596423 C6_control_B2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.249109132 C6_control_B3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.628660154 C6_control_C1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.194290055 C6_control_C2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.214598682 C6_control_C3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.473278536 C6_chemical_A1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.592959533 C6_chemical_A3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.193443479 C6_chemical_B1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.124762795 C6_chemical_B2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.265719198 C6_chemical_B3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.603920396 C6_chemical_C1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.456729032 C6_chemical_C2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.247763113 C6_chemical_C3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 4.979023508 L4_control_A1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.257811889 L4_control_A2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.905128705 L4_control_A3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 6.193592462 L4_control_B1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.644609865 L4_control_B2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.405819819 L4_control_B3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 6.654200796 L4_control_C2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.085551818 L4_control_C3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.026183525 L4_chemical_A1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.408800764 L4_chemical_A2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.882273133 L4_chemical_A3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.411693744 L4_chemical_B1 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.527784352 L4_chemical_B2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.193462337 L4_chemical_B3 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 6.316830753 L4_chemical_C2 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 4.913552685 L4_chemical_C3 +LQ08X006080 Putative uncharacterized protein 13.80505004 C6_control_A1 +LQ08X006080 Putative uncharacterized protein 13.65128412 C6_control_A3 +LQ08X006080 Putative uncharacterized protein 13.95204278 C6_control_B1 +LQ08X006080 Putative uncharacterized protein 13.6815395 C6_control_B2 +LQ08X006080 Putative uncharacterized protein 14.31041201 C6_control_B3 +LQ08X006080 Putative uncharacterized protein 12.3425863 C6_control_C1 +LQ08X006080 Putative uncharacterized protein 12.69528639 C6_control_C2 +LQ08X006080 Putative uncharacterized protein 12.81094515 C6_control_C3 +LQ08X006080 Putative uncharacterized protein 13.53954402 C6_chemical_A1 +LQ08X006080 Putative uncharacterized protein 13.35021038 C6_chemical_A3 +LQ08X006080 Putative uncharacterized protein 13.80684483 C6_chemical_B1 +LQ08X006080 Putative uncharacterized protein 13.82906255 C6_chemical_B2 +LQ08X006080 Putative uncharacterized protein 14.05202051 C6_chemical_B3 +LQ08X006080 Putative uncharacterized protein 12.24090115 C6_chemical_C1 +LQ08X006080 Putative uncharacterized protein 12.47504074 C6_chemical_C2 +LQ08X006080 Putative uncharacterized protein 12.81816252 C6_chemical_C3 +LQ08X006080 Putative uncharacterized protein 13.33678427 L4_control_A1 +LQ08X006080 Putative uncharacterized protein 14.04619705 L4_control_A2 +LQ08X006080 Putative uncharacterized protein 13.50900857 L4_control_A3 +LQ08X006080 Putative uncharacterized protein 14.29215826 L4_control_B1 +LQ08X006080 Putative uncharacterized protein 14.03136546 L4_control_B2 +LQ08X006080 Putative uncharacterized protein 13.89893071 L4_control_B3 +LQ08X006080 Putative uncharacterized protein 13.24496545 L4_control_C2 +LQ08X006080 Putative uncharacterized protein 13.89755025 L4_control_C3 +LQ08X006080 Putative uncharacterized protein 13.4922144 L4_chemical_A1 +LQ08X006080 Putative uncharacterized protein 13.82263568 L4_chemical_A2 +LQ08X006080 Putative uncharacterized protein 13.58266798 L4_chemical_A3 +LQ08X006080 Putative uncharacterized protein 13.85639539 L4_chemical_B1 +LQ08X006080 Putative uncharacterized protein 14.02744319 L4_chemical_B2 +LQ08X006080 Putative uncharacterized protein 14.10074784 L4_chemical_B3 +LQ08X006080 Putative uncharacterized protein 13.34736146 L4_chemical_C2 +LQ08X006080 Putative uncharacterized protein 13.76019008 L4_chemical_C3 +LQ08X006090 Map3k delta-1 protein kinase, putative 7.811359974 C6_control_A1 +LQ08X006090 Map3k delta-1 protein kinase, putative 6.885496129 C6_control_A3 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.34851152 C6_control_B1 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.74685194 C6_control_B2 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.14638067 C6_control_B3 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.17172961 C6_control_C1 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.04162463 C6_control_C2 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.41211438 C6_control_C3 +LQ08X006090 Map3k delta-1 protein kinase, putative 7.001844529 C6_chemical_A1 +LQ08X006090 Map3k delta-1 protein kinase, putative 6.697446419 C6_chemical_A3 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.54370307 C6_chemical_B1 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.35887273 C6_chemical_B2 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.67286372 C6_chemical_B3 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.72458724 C6_chemical_C1 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.64114061 C6_chemical_C2 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.54698133 C6_chemical_C3 +LQ08X006090 Map3k delta-1 protein kinase, putative 7.061091309 L4_control_A1 +LQ08X006090 Map3k delta-1 protein kinase, putative 7.143528385 L4_control_A2 +LQ08X006090 Map3k delta-1 protein kinase, putative 6.548998366 L4_control_A3 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.09736983 L4_control_B1 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.78238126 L4_control_B2 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.19293229 L4_control_B3 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.26407719 L4_control_C2 +LQ08X006090 Map3k delta-1 protein kinase, putative 12.42421808 L4_control_C3 +LQ08X006090 Map3k delta-1 protein kinase, putative 6.951730406 L4_chemical_A1 +LQ08X006090 Map3k delta-1 protein kinase, putative 7.260879649 L4_chemical_A2 +LQ08X006090 Map3k delta-1 protein kinase, putative 6.180827326 L4_chemical_A3 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.42999476 L4_chemical_B1 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.66483274 L4_chemical_B2 +LQ08X006090 Map3k delta-1 protein kinase, putative 10.51376122 L4_chemical_B3 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.05600791 L4_chemical_C2 +LQ08X006090 Map3k delta-1 protein kinase, putative 11.73555225 L4_chemical_C3 +LQ08X006100 Putative uncharacterized protein 7.27444212 C6_control_A1 +LQ08X006100 Putative uncharacterized protein 7.363707376 C6_control_A3 +LQ08X006100 Putative uncharacterized protein 7.809240397 C6_control_B1 +LQ08X006100 Putative uncharacterized protein 8.133887884 C6_control_B2 +LQ08X006100 Putative uncharacterized protein 8.419150956 C6_control_B3 +LQ08X006100 Putative uncharacterized protein 8.484096788 C6_control_C1 +LQ08X006100 Putative uncharacterized protein 9.429087181 C6_control_C2 +LQ08X006100 Putative uncharacterized protein 8.934492021 C6_control_C3 +LQ08X006100 Putative uncharacterized protein 8.429482053 C6_chemical_A1 +LQ08X006100 Putative uncharacterized protein 8.374045752 C6_chemical_A3 +LQ08X006100 Putative uncharacterized protein 9.165857454 C6_chemical_B1 +LQ08X006100 Putative uncharacterized protein 8.858945372 C6_chemical_B2 +LQ08X006100 Putative uncharacterized protein 9.02813526 C6_chemical_B3 +LQ08X006100 Putative uncharacterized protein 9.51520973 C6_chemical_C1 +LQ08X006100 Putative uncharacterized protein 9.230459249 C6_chemical_C2 +LQ08X006100 Putative uncharacterized protein 9.812634718 C6_chemical_C3 +LQ08X006100 Putative uncharacterized protein 8.706303895 L4_control_A1 +LQ08X006100 Putative uncharacterized protein 8.321615638 L4_control_A2 +LQ08X006100 Putative uncharacterized protein 6.380705645 L4_control_A3 +LQ08X006100 Putative uncharacterized protein 8.681261785 L4_control_B1 +LQ08X006100 Putative uncharacterized protein 8.995829685 L4_control_B2 +LQ08X006100 Putative uncharacterized protein 9.546647389 L4_control_B3 +LQ08X006100 Putative uncharacterized protein 9.032671189 L4_control_C2 +LQ08X006100 Putative uncharacterized protein 9.364714161 L4_control_C3 +LQ08X006100 Putative uncharacterized protein 8.91740611 L4_chemical_A1 +LQ08X006100 Putative uncharacterized protein 8.360846723 L4_chemical_A2 +LQ08X006100 Putative uncharacterized protein 6.739088999 L4_chemical_A3 +LQ08X006100 Putative uncharacterized protein 8.550957304 L4_chemical_B1 +LQ08X006100 Putative uncharacterized protein 8.947498726 L4_chemical_B2 +LQ08X006100 Putative uncharacterized protein 9.287813283 L4_chemical_B3 +LQ08X006100 Putative uncharacterized protein 8.702332624 L4_chemical_C2 +LQ08X006100 Putative uncharacterized protein 9.49598135 L4_chemical_C3 +LQ08X006120 GATA transcription factor 25 5.591652774 C6_control_A1 +LQ08X006120 GATA transcription factor 25 5.369186342 C6_control_A3 +LQ08X006120 GATA transcription factor 25 5.780263229 C6_control_B1 +LQ08X006120 GATA transcription factor 25 6.030750843 C6_control_B2 +LQ08X006120 GATA transcription factor 25 5.951011984 C6_control_B3 +LQ08X006120 GATA transcription factor 25 7.041574942 C6_control_C1 +LQ08X006120 GATA transcription factor 25 5.941833167 C6_control_C2 +LQ08X006120 GATA transcription factor 25 6.320388477 C6_control_C3 +LQ08X006120 GATA transcription factor 25 5.616321582 C6_chemical_A1 +LQ08X006120 GATA transcription factor 25 5.531189074 C6_chemical_A3 +LQ08X006120 GATA transcription factor 25 5.851547217 C6_chemical_B1 +LQ08X006120 GATA transcription factor 25 5.819114675 C6_chemical_B2 +LQ08X006120 GATA transcription factor 25 5.312938109 C6_chemical_B3 +LQ08X006120 GATA transcription factor 25 7.059665351 C6_chemical_C1 +LQ08X006120 GATA transcription factor 25 6.828506552 C6_chemical_C2 +LQ08X006120 GATA transcription factor 25 6.235085089 C6_chemical_C3 +LQ08X006120 GATA transcription factor 25 5.357354238 L4_control_A1 +LQ08X006120 GATA transcription factor 25 5.374508064 L4_control_A2 +LQ08X006120 GATA transcription factor 25 5.681721872 L4_control_A3 +LQ08X006120 GATA transcription factor 25 5.912657987 L4_control_B1 +LQ08X006120 GATA transcription factor 25 5.461092119 L4_control_B2 +LQ08X006120 GATA transcription factor 25 5.054428007 L4_control_B3 +LQ08X006120 GATA transcription factor 25 6.638841114 L4_control_C2 +LQ08X006120 GATA transcription factor 25 6.355811767 L4_control_C3 +LQ08X006120 GATA transcription factor 25 4.986657991 L4_chemical_A1 +LQ08X006120 GATA transcription factor 25 5.468204647 L4_chemical_A2 +LQ08X006120 GATA transcription factor 25 5.56536169 L4_chemical_A3 +LQ08X006120 GATA transcription factor 25 5.995000722 L4_chemical_B1 +LQ08X006120 GATA transcription factor 25 5.589354489 L4_chemical_B2 +LQ08X006120 GATA transcription factor 25 5.54722034 L4_chemical_B3 +LQ08X006120 GATA transcription factor 25 7.089194392 L4_chemical_C2 +LQ08X006120 GATA transcription factor 25 5.799823217 L4_chemical_C3 +LQ08X006130 GATA transcription factor, putative 7.72737276 C6_control_A1 +LQ08X006130 GATA transcription factor, putative 7.500152325 C6_control_A3 +LQ08X006130 GATA transcription factor, putative 7.42179315 C6_control_B1 +LQ08X006130 GATA transcription factor, putative 9.297227767 C6_control_B2 +LQ08X006130 GATA transcription factor, putative 7.300107486 C6_control_B3 +LQ08X006130 GATA transcription factor, putative 9.8989794 C6_control_C1 +LQ08X006130 GATA transcription factor, putative 10.03972329 C6_control_C2 +LQ08X006130 GATA transcription factor, putative 10.35044128 C6_control_C3 +LQ08X006130 GATA transcription factor, putative 7.707239039 C6_chemical_A1 +LQ08X006130 GATA transcription factor, putative 7.605351124 C6_chemical_A3 +LQ08X006130 GATA transcription factor, putative 7.56541073 C6_chemical_B1 +LQ08X006130 GATA transcription factor, putative 9.76086498 C6_chemical_B2 +LQ08X006130 GATA transcription factor, putative 8.538628802 C6_chemical_B3 +LQ08X006130 GATA transcription factor, putative 9.92498625 C6_chemical_C1 +LQ08X006130 GATA transcription factor, putative 10.41265616 C6_chemical_C2 +LQ08X006130 GATA transcription factor, putative 10.58282216 C6_chemical_C3 +LQ08X006130 GATA transcription factor, putative 7.807372561 L4_control_A1 +LQ08X006130 GATA transcription factor, putative 7.331063024 L4_control_A2 +LQ08X006130 GATA transcription factor, putative 6.172060906 L4_control_A3 +LQ08X006130 GATA transcription factor, putative 8.346828777 L4_control_B1 +LQ08X006130 GATA transcription factor, putative 7.357164414 L4_control_B2 +LQ08X006130 GATA transcription factor, putative 9.582470317 L4_control_B3 +LQ08X006130 GATA transcription factor, putative 8.630040874 L4_control_C2 +LQ08X006130 GATA transcription factor, putative 8.008855236 L4_control_C3 +LQ08X006130 GATA transcription factor, putative 7.591925177 L4_chemical_A1 +LQ08X006130 GATA transcription factor, putative 7.391866871 L4_chemical_A2 +LQ08X006130 GATA transcription factor, putative 6.373523275 L4_chemical_A3 +LQ08X006130 GATA transcription factor, putative 7.484705569 L4_chemical_B1 +LQ08X006130 GATA transcription factor, putative 6.238476188 L4_chemical_B2 +LQ08X006130 GATA transcription factor, putative 8.98229876 L4_chemical_B3 +LQ08X006130 GATA transcription factor, putative 8.253671726 L4_chemical_C2 +LQ08X006130 GATA transcription factor, putative 8.446681635 L4_chemical_C3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.374396422 C6_control_A1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 6.085162723 C6_control_A3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.165454885 C6_control_B1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.603929281 C6_control_B2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.338680875 C6_control_B3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.70732747 C6_control_C1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 6.299988181 C6_control_C2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.36773208 C6_control_C3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.404472538 C6_chemical_A1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.491982813 C6_chemical_A3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.261878961 C6_chemical_B1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.595699805 C6_chemical_B2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.054078554 C6_chemical_B3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.18164969 C6_chemical_C1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.237027555 C6_chemical_C2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.64444745 C6_chemical_C3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.513602168 L4_control_A1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.288416115 L4_control_A2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.781112721 L4_control_A3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.715163272 L4_control_B1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.475736734 L4_control_B2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.405583428 L4_control_B3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 4.849517191 L4_control_C2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.308999043 L4_control_C3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.746894057 L4_chemical_A1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.679339102 L4_chemical_A2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.623353138 L4_chemical_A3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.694207238 L4_chemical_B1 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.247274926 L4_chemical_B2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.029613075 L4_chemical_B3 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 4.984150071 L4_chemical_C2 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.244665979 L4_chemical_C3 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.899904078 C6_control_A1 +LQ08X006230 Transcription initiation factor IIA subunit 2 5.965513828 C6_control_A3 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.885431772 C6_control_B1 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.663555242 C6_control_B2 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.048423027 C6_control_B3 +LQ08X006230 Transcription initiation factor IIA subunit 2 8.064862044 C6_control_C1 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.345732188 C6_control_C2 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.619276329 C6_control_C3 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.161903364 C6_chemical_A1 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.549353842 C6_chemical_A3 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.814164735 C6_chemical_B1 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.666685109 C6_chemical_B2 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.147134834 C6_chemical_B3 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.997854627 C6_chemical_C1 +LQ08X006230 Transcription initiation factor IIA subunit 2 8.236385232 C6_chemical_C2 +LQ08X006230 Transcription initiation factor IIA subunit 2 8.277949379 C6_chemical_C3 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.70545176 L4_control_A1 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.652540652 L4_control_A2 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.454405644 L4_control_A3 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.229649655 L4_control_B1 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.295915536 L4_control_B2 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.165881972 L4_control_B3 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.18751494 L4_control_C2 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.96046119 L4_control_C3 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.15740486 L4_chemical_A1 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.456045325 L4_chemical_A2 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.270958131 L4_chemical_A3 +LQ08X006230 Transcription initiation factor IIA subunit 2 5.666537258 L4_chemical_B1 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.289355314 L4_chemical_B2 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.943745298 L4_chemical_B3 +LQ08X006230 Transcription initiation factor IIA subunit 2 7.313912263 L4_chemical_C2 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.9520104 L4_chemical_C3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.430901 C6_control_A1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.340850074 C6_control_A3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.307523767 C6_control_B1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.597065001 C6_control_B2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 4.955684992 C6_control_B3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.140939461 C6_control_C1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.151081227 C6_control_C2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.349452719 C6_control_C3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.778293943 C6_chemical_A1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.290017601 C6_chemical_A3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.425027659 C6_chemical_B1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.503602939 C6_chemical_B2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.307316791 C6_chemical_B3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.120740381 C6_chemical_C1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.264408382 C6_chemical_C2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.383884177 C6_chemical_C3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.132513295 L4_control_A1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.741867628 L4_control_A2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.885322548 L4_control_A3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.247947709 L4_control_B1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.52177685 L4_control_B2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.271999522 L4_control_B3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.547114807 L4_control_C2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 6.013019723 L4_control_C3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.401800074 L4_chemical_A1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.042840665 L4_chemical_A2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.532393025 L4_chemical_A3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.938415483 L4_chemical_B1 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.578493901 L4_chemical_B2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 4.976198392 L4_chemical_B3 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.259433771 L4_chemical_C2 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.05034944 L4_chemical_C3 +LQ08X006420 Putative uncharacterized protein 6.989127124 C6_control_A1 +LQ08X006420 Putative uncharacterized protein 6.527125359 C6_control_A3 +LQ08X006420 Putative uncharacterized protein 7.55245594 C6_control_B1 +LQ08X006420 Putative uncharacterized protein 6.803772147 C6_control_B2 +LQ08X006420 Putative uncharacterized protein 6.973337334 C6_control_B3 +LQ08X006420 Putative uncharacterized protein 6.286255191 C6_control_C1 +LQ08X006420 Putative uncharacterized protein 6.060866617 C6_control_C2 +LQ08X006420 Putative uncharacterized protein 6.31304999 C6_control_C3 +LQ08X006420 Putative uncharacterized protein 6.897496779 C6_chemical_A1 +LQ08X006420 Putative uncharacterized protein 7.038229663 C6_chemical_A3 +LQ08X006420 Putative uncharacterized protein 8.775079448 C6_chemical_B1 +LQ08X006420 Putative uncharacterized protein 6.66506858 C6_chemical_B2 +LQ08X006420 Putative uncharacterized protein 6.593044799 C6_chemical_B3 +LQ08X006420 Putative uncharacterized protein 6.198686898 C6_chemical_C1 +LQ08X006420 Putative uncharacterized protein 6.402686249 C6_chemical_C2 +LQ08X006420 Putative uncharacterized protein 6.208141709 C6_chemical_C3 +LQ08X006420 Putative uncharacterized protein 6.826838952 L4_control_A1 +LQ08X006420 Putative uncharacterized protein 7.21965234 L4_control_A2 +LQ08X006420 Putative uncharacterized protein 7.260195686 L4_control_A3 +LQ08X006420 Putative uncharacterized protein 6.640217346 L4_control_B1 +LQ08X006420 Putative uncharacterized protein 7.24024745 L4_control_B2 +LQ08X006420 Putative uncharacterized protein 7.021828138 L4_control_B3 +LQ08X006420 Putative uncharacterized protein 6.417781162 L4_control_C2 +LQ08X006420 Putative uncharacterized protein 6.159068244 L4_control_C3 +LQ08X006420 Putative uncharacterized protein 6.257565055 L4_chemical_A1 +LQ08X006420 Putative uncharacterized protein 7.190552769 L4_chemical_A2 +LQ08X006420 Putative uncharacterized protein 6.407703384 L4_chemical_A3 +LQ08X006420 Putative uncharacterized protein 6.927499796 L4_chemical_B1 +LQ08X006420 Putative uncharacterized protein 7.688536033 L4_chemical_B2 +LQ08X006420 Putative uncharacterized protein 7.213953878 L4_chemical_B3 +LQ08X006420 Putative uncharacterized protein 7.182721413 L4_chemical_C2 +LQ08X006420 Putative uncharacterized protein 5.946587253 L4_chemical_C3 +LQ08X006430 Zinc binding dehydrogenase, putative 4.954464292 C6_control_A1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.547869301 C6_control_A3 +LQ08X006430 Zinc binding dehydrogenase, putative 5.171127695 C6_control_B1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.125908465 C6_control_B2 +LQ08X006430 Zinc binding dehydrogenase, putative 5.134175969 C6_control_B3 +LQ08X006430 Zinc binding dehydrogenase, putative 4.789815932 C6_control_C1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.306197069 C6_control_C2 +LQ08X006430 Zinc binding dehydrogenase, putative 4.823522959 C6_control_C3 +LQ08X006430 Zinc binding dehydrogenase, putative 5.260692199 C6_chemical_A1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.431143795 C6_chemical_A3 +LQ08X006430 Zinc binding dehydrogenase, putative 4.698738148 C6_chemical_B1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.227054364 C6_chemical_B2 +LQ08X006430 Zinc binding dehydrogenase, putative 4.903946787 C6_chemical_B3 +LQ08X006430 Zinc binding dehydrogenase, putative 4.972675694 C6_chemical_C1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.355116586 C6_chemical_C2 +LQ08X006430 Zinc binding dehydrogenase, putative 4.762649109 C6_chemical_C3 +LQ08X006430 Zinc binding dehydrogenase, putative 5.030882322 L4_control_A1 +LQ08X006430 Zinc binding dehydrogenase, putative 4.90178198 L4_control_A2 +LQ08X006430 Zinc binding dehydrogenase, putative 5.717502213 L4_control_A3 +LQ08X006430 Zinc binding dehydrogenase, putative 5.24871476 L4_control_B1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.412461099 L4_control_B2 +LQ08X006430 Zinc binding dehydrogenase, putative 4.88588308 L4_control_B3 +LQ08X006430 Zinc binding dehydrogenase, putative 4.838375431 L4_control_C2 +LQ08X006430 Zinc binding dehydrogenase, putative 4.86362656 L4_control_C3 +LQ08X006430 Zinc binding dehydrogenase, putative 5.157747705 L4_chemical_A1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.258748638 L4_chemical_A2 +LQ08X006430 Zinc binding dehydrogenase, putative 5.412792274 L4_chemical_A3 +LQ08X006430 Zinc binding dehydrogenase, putative 5.118256009 L4_chemical_B1 +LQ08X006430 Zinc binding dehydrogenase, putative 5.360525193 L4_chemical_B2 +LQ08X006430 Zinc binding dehydrogenase, putative 5.174021039 L4_chemical_B3 +LQ08X006430 Zinc binding dehydrogenase, putative 5.225764733 L4_chemical_C2 +LQ08X006430 Zinc binding dehydrogenase, putative 4.981750072 L4_chemical_C3 +LQ08X006470 Predicted protein 5.86191861 C6_control_A1 +LQ08X006470 Predicted protein 6.033511455 C6_control_A3 +LQ08X006470 Predicted protein 5.04191547 C6_control_B1 +LQ08X006470 Predicted protein 4.587522234 C6_control_B2 +LQ08X006470 Predicted protein 4.656079318 C6_control_B3 +LQ08X006470 Predicted protein 4.839297806 C6_control_C1 +LQ08X006470 Predicted protein 4.736966035 C6_control_C2 +LQ08X006470 Predicted protein 4.851642926 C6_control_C3 +LQ08X006470 Predicted protein 5.78019715 C6_chemical_A1 +LQ08X006470 Predicted protein 6.506081058 C6_chemical_A3 +LQ08X006470 Predicted protein 4.897776265 C6_chemical_B1 +LQ08X006470 Predicted protein 4.794599573 C6_chemical_B2 +LQ08X006470 Predicted protein 4.82415988 C6_chemical_B3 +LQ08X006470 Predicted protein 4.990817454 C6_chemical_C1 +LQ08X006470 Predicted protein 4.457482933 C6_chemical_C2 +LQ08X006470 Predicted protein 5.217914089 C6_chemical_C3 +LQ08X006470 Predicted protein 6.767970884 L4_control_A1 +LQ08X006470 Predicted protein 5.09043289 L4_control_A2 +LQ08X006470 Predicted protein 5.179487413 L4_control_A3 +LQ08X006470 Predicted protein 5.157042526 L4_control_B1 +LQ08X006470 Predicted protein 4.539899291 L4_control_B2 +LQ08X006470 Predicted protein 4.626735982 L4_control_B3 +LQ08X006470 Predicted protein 5.580324578 L4_control_C2 +LQ08X006470 Predicted protein 4.984419348 L4_control_C3 +LQ08X006470 Predicted protein 7.908532361 L4_chemical_A1 +LQ08X006470 Predicted protein 4.981885308 L4_chemical_A2 +LQ08X006470 Predicted protein 5.167084521 L4_chemical_A3 +LQ08X006470 Predicted protein 5.068676823 L4_chemical_B1 +LQ08X006470 Predicted protein 4.913272186 L4_chemical_B2 +LQ08X006470 Predicted protein 5.148292822 L4_chemical_B3 +LQ08X006470 Predicted protein 5.767319065 L4_chemical_C2 +LQ08X006470 Predicted protein 4.96629543 L4_chemical_C3 +LQ08X006490 Protein binding protein, putative 5.411283154 C6_control_A1 +LQ08X006490 Protein binding protein, putative 5.072275581 C6_control_A3 +LQ08X006490 Protein binding protein, putative 5.75657925 C6_control_B1 +LQ08X006490 Protein binding protein, putative 5.576173573 C6_control_B2 +LQ08X006490 Protein binding protein, putative 5.746238569 C6_control_B3 +LQ08X006490 Protein binding protein, putative 6.232257143 C6_control_C1 +LQ08X006490 Protein binding protein, putative 5.220197181 C6_control_C2 +LQ08X006490 Protein binding protein, putative 5.979256811 C6_control_C3 +LQ08X006490 Protein binding protein, putative 5.104191965 C6_chemical_A1 +LQ08X006490 Protein binding protein, putative 4.966721791 C6_chemical_A3 +LQ08X006490 Protein binding protein, putative 6.413384258 C6_chemical_B1 +LQ08X006490 Protein binding protein, putative 5.576672477 C6_chemical_B2 +LQ08X006490 Protein binding protein, putative 6.184665404 C6_chemical_B3 +LQ08X006490 Protein binding protein, putative 6.078723687 C6_chemical_C1 +LQ08X006490 Protein binding protein, putative 5.731831794 C6_chemical_C2 +LQ08X006490 Protein binding protein, putative 5.575643854 C6_chemical_C3 +LQ08X006490 Protein binding protein, putative 5.719930244 L4_control_A1 +LQ08X006490 Protein binding protein, putative 5.325999517 L4_control_A2 +LQ08X006490 Protein binding protein, putative 4.941823403 L4_control_A3 +LQ08X006490 Protein binding protein, putative 5.799888085 L4_control_B1 +LQ08X006490 Protein binding protein, putative 5.765423703 L4_control_B2 +LQ08X006490 Protein binding protein, putative 5.515007301 L4_control_B3 +LQ08X006490 Protein binding protein, putative 6.204020346 L4_control_C2 +LQ08X006490 Protein binding protein, putative 5.055217133 L4_control_C3 +LQ08X006490 Protein binding protein, putative 5.58081142 L4_chemical_A1 +LQ08X006490 Protein binding protein, putative 5.460503003 L4_chemical_A2 +LQ08X006490 Protein binding protein, putative 5.20173669 L4_chemical_A3 +LQ08X006490 Protein binding protein, putative 5.688616744 L4_chemical_B1 +LQ08X006490 Protein binding protein, putative 5.243098935 L4_chemical_B2 +LQ08X006490 Protein binding protein, putative 5.590224451 L4_chemical_B3 +LQ08X006490 Protein binding protein, putative 5.794346517 L4_chemical_C2 +LQ08X006490 Protein binding protein, putative 6.281788241 L4_chemical_C3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.532968918 C6_control_A1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 4.955245054 C6_control_A3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.705002448 C6_control_B1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 4.970132303 C6_control_B2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.511533807 C6_control_B3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.668686097 C6_control_C1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.334170179 C6_control_C2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.417256252 C6_control_C3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.337649206 C6_chemical_A1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.897660959 C6_chemical_A3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.364725035 C6_chemical_B1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.340459886 C6_chemical_B2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.46242411 C6_chemical_B3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.259888088 C6_chemical_C1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.171236959 C6_chemical_C2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.515898962 C6_chemical_C3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.142349062 L4_control_A1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.311816 L4_control_A2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.086812586 L4_control_A3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.516692886 L4_control_B1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.12907343 L4_control_B2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.317394665 L4_control_B3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.54725011 L4_control_C2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.455134645 L4_control_C3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 4.921280327 L4_chemical_A1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.2591503 L4_chemical_A2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 4.780934854 L4_chemical_A3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.150117141 L4_chemical_B1 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.027641966 L4_chemical_B2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.301862399 L4_chemical_B3 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.406122908 L4_chemical_C2 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.880129765 L4_chemical_C3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.20308191 C6_control_A1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.90520601 C6_control_A3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.2255751 C6_control_B1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.3968322 C6_control_B2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.20687949 C6_control_B3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.62582208 C6_control_C1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.57637681 C6_control_C2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.7238037 C6_control_C3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.16386595 C6_chemical_A1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.50501514 C6_chemical_A3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.29501204 C6_chemical_B1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.45380434 C6_chemical_B2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.9173061 C6_chemical_B3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.61434414 C6_chemical_C1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.54829684 C6_chemical_C2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.59722935 C6_chemical_C3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.59136091 L4_control_A1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.18123024 L4_control_A2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 14.02100497 L4_control_A3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.47453075 L4_control_B1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 12.99133003 L4_control_B2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.1158137 L4_control_B3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.21668826 L4_control_C2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.64695161 L4_control_C3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.52040458 L4_chemical_A1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.26586157 L4_chemical_A2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.71534299 L4_chemical_A3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.93620188 L4_chemical_B1 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.38045485 L4_chemical_B2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.39080489 L4_chemical_B3 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.59149223 L4_chemical_C2 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.70541984 L4_chemical_C3 +LQ08X006560 Putative uncharacterized protein 11.79674854 C6_control_A1 +LQ08X006560 Putative uncharacterized protein 11.99281517 C6_control_A3 +LQ08X006560 Putative uncharacterized protein 12.32503188 C6_control_B1 +LQ08X006560 Putative uncharacterized protein 12.46607242 C6_control_B2 +LQ08X006560 Putative uncharacterized protein 12.46229007 C6_control_B3 +LQ08X006560 Putative uncharacterized protein 12.64835386 C6_control_C1 +LQ08X006560 Putative uncharacterized protein 12.80468042 C6_control_C2 +LQ08X006560 Putative uncharacterized protein 12.90294336 C6_control_C3 +LQ08X006560 Putative uncharacterized protein 11.50941738 C6_chemical_A1 +LQ08X006560 Putative uncharacterized protein 12.06122251 C6_chemical_A3 +LQ08X006560 Putative uncharacterized protein 12.33705127 C6_chemical_B1 +LQ08X006560 Putative uncharacterized protein 12.26113764 C6_chemical_B2 +LQ08X006560 Putative uncharacterized protein 12.30851891 C6_chemical_B3 +LQ08X006560 Putative uncharacterized protein 12.54553628 C6_chemical_C1 +LQ08X006560 Putative uncharacterized protein 12.61222698 C6_chemical_C2 +LQ08X006560 Putative uncharacterized protein 12.98346787 C6_chemical_C3 +LQ08X006560 Putative uncharacterized protein 11.48363472 L4_control_A1 +LQ08X006560 Putative uncharacterized protein 12.09235528 L4_control_A2 +LQ08X006560 Putative uncharacterized protein 11.01957834 L4_control_A3 +LQ08X006560 Putative uncharacterized protein 12.4789339 L4_control_B1 +LQ08X006560 Putative uncharacterized protein 12.14029178 L4_control_B2 +LQ08X006560 Putative uncharacterized protein 12.48318787 L4_control_B3 +LQ08X006560 Putative uncharacterized protein 12.52541161 L4_control_C2 +LQ08X006560 Putative uncharacterized protein 12.51760519 L4_control_C3 +LQ08X006560 Putative uncharacterized protein 11.69931571 L4_chemical_A1 +LQ08X006560 Putative uncharacterized protein 12.24875256 L4_chemical_A2 +LQ08X006560 Putative uncharacterized protein 11.40336928 L4_chemical_A3 +LQ08X006560 Putative uncharacterized protein 12.08110481 L4_chemical_B1 +LQ08X006560 Putative uncharacterized protein 12.27933877 L4_chemical_B2 +LQ08X006560 Putative uncharacterized protein 12.22049757 L4_chemical_B3 +LQ08X006560 Putative uncharacterized protein 12.37715371 L4_chemical_C2 +LQ08X006560 Putative uncharacterized protein 12.65133342 L4_chemical_C3 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.11883094 C6_control_A1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.805296077 C6_control_A3 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.182989549 C6_control_B1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.652438828 C6_control_B2 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.15380962 C6_control_B3 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.026975021 C6_control_C1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.708704512 C6_control_C2 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.144332208 C6_control_C3 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.833596906 C6_chemical_A1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.676312003 C6_chemical_A3 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.352580228 C6_chemical_B1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.595556784 C6_chemical_B2 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.275516624 C6_chemical_B3 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.816011402 C6_chemical_C1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.541865549 C6_chemical_C2 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.022675868 C6_chemical_C3 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.818339111 L4_control_A1 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.220861404 L4_control_A2 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.827482722 L4_control_A3 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.03616293 L4_control_B1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.889961617 L4_control_B2 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.400241638 L4_control_B3 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.719957702 L4_control_C2 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.228907059 L4_control_C3 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.96085947 L4_chemical_A1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.934257066 L4_chemical_A2 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.358204065 L4_chemical_A3 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.696088056 L4_chemical_B1 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.740939412 L4_chemical_B2 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.246555073 L4_chemical_B3 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.699803613 L4_chemical_C2 +LQ08X006630 Receptor-like protein kinase HAIKU2 6.227800334 L4_chemical_C3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.921145491 C6_control_A1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.164237714 C6_control_A3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.243926726 C6_control_B1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.727539807 C6_control_B2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.28835111 C6_control_B3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 7.255121585 C6_control_C1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.705227777 C6_control_C2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.530397439 C6_control_C3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.121749645 C6_chemical_A1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.370893654 C6_chemical_A3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.520370331 C6_chemical_B1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.942213649 C6_chemical_B2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.771569099 C6_chemical_B3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.770811364 C6_chemical_C1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.948618315 C6_chemical_C2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.606161949 C6_chemical_C3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.024242063 L4_control_A1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.264912503 L4_control_A2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.176864314 L4_control_A3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.483975095 L4_control_B1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.464723312 L4_control_B2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.056012827 L4_control_B3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.803399111 L4_control_C2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.362109333 L4_control_C3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.378118953 L4_chemical_A1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.35817746 L4_chemical_A2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.296042065 L4_chemical_A3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.256280485 L4_chemical_B1 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.11309526 L4_chemical_B2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.807833409 L4_chemical_B3 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.896858009 L4_chemical_C2 +LQ08X006640 Putative Receptor-like protein kinase HSL1 5.821671616 L4_chemical_C3 +LQ08X006650 Tubulin alpha-1 chain 5.975732951 C6_control_A1 +LQ08X006650 Tubulin alpha-1 chain 5.244284867 C6_control_A3 +LQ08X006650 Tubulin alpha-1 chain 5.4958061 C6_control_B1 +LQ08X006650 Tubulin alpha-1 chain 5.219067212 C6_control_B2 +LQ08X006650 Tubulin alpha-1 chain 5.351391707 C6_control_B3 +LQ08X006650 Tubulin alpha-1 chain 5.824666121 C6_control_C1 +LQ08X006650 Tubulin alpha-1 chain 5.714976456 C6_control_C2 +LQ08X006650 Tubulin alpha-1 chain 5.86648 C6_control_C3 +LQ08X006650 Tubulin alpha-1 chain 5.484976317 C6_chemical_A1 +LQ08X006650 Tubulin alpha-1 chain 5.048925354 C6_chemical_A3 +LQ08X006650 Tubulin alpha-1 chain 5.439962163 C6_chemical_B1 +LQ08X006650 Tubulin alpha-1 chain 5.372059051 C6_chemical_B2 +LQ08X006650 Tubulin alpha-1 chain 5.264667917 C6_chemical_B3 +LQ08X006650 Tubulin alpha-1 chain 5.566747694 C6_chemical_C1 +LQ08X006650 Tubulin alpha-1 chain 5.584267442 C6_chemical_C2 +LQ08X006650 Tubulin alpha-1 chain 5.650226363 C6_chemical_C3 +LQ08X006650 Tubulin alpha-1 chain 5.384209979 L4_control_A1 +LQ08X006650 Tubulin alpha-1 chain 5.522973173 L4_control_A2 +LQ08X006650 Tubulin alpha-1 chain 5.68930995 L4_control_A3 +LQ08X006650 Tubulin alpha-1 chain 4.809120405 L4_control_B1 +LQ08X006650 Tubulin alpha-1 chain 5.804995441 L4_control_B2 +LQ08X006650 Tubulin alpha-1 chain 5.457531521 L4_control_B3 +LQ08X006650 Tubulin alpha-1 chain 5.671124844 L4_control_C2 +LQ08X006650 Tubulin alpha-1 chain 5.24157561 L4_control_C3 +LQ08X006650 Tubulin alpha-1 chain 5.265205233 L4_chemical_A1 +LQ08X006650 Tubulin alpha-1 chain 5.256929951 L4_chemical_A2 +LQ08X006650 Tubulin alpha-1 chain 5.254446261 L4_chemical_A3 +LQ08X006650 Tubulin alpha-1 chain 5.029212362 L4_chemical_B1 +LQ08X006650 Tubulin alpha-1 chain 5.207704476 L4_chemical_B2 +LQ08X006650 Tubulin alpha-1 chain 5.632578956 L4_chemical_B3 +LQ08X006650 Tubulin alpha-1 chain 5.460872469 L4_chemical_C2 +LQ08X006650 Tubulin alpha-1 chain 5.807743984 L4_chemical_C3 +LQ08X006660 Putative Xylulose kinase 12.92007283 C6_control_A1 +LQ08X006660 Putative Xylulose kinase 12.967534 C6_control_A3 +LQ08X006660 Putative Xylulose kinase 13.15525104 C6_control_B1 +LQ08X006660 Putative Xylulose kinase 13.26567071 C6_control_B2 +LQ08X006660 Putative Xylulose kinase 12.84814899 C6_control_B3 +LQ08X006660 Putative Xylulose kinase 12.97346043 C6_control_C1 +LQ08X006660 Putative Xylulose kinase 13.83455201 C6_control_C2 +LQ08X006660 Putative Xylulose kinase 13.35210114 C6_control_C3 +LQ08X006660 Putative Xylulose kinase 13.10072181 C6_chemical_A1 +LQ08X006660 Putative Xylulose kinase 12.8573561 C6_chemical_A3 +LQ08X006660 Putative Xylulose kinase 13.37222209 C6_chemical_B1 +LQ08X006660 Putative Xylulose kinase 13.52047235 C6_chemical_B2 +LQ08X006660 Putative Xylulose kinase 13.18584407 C6_chemical_B3 +LQ08X006660 Putative Xylulose kinase 12.83270747 C6_chemical_C1 +LQ08X006660 Putative Xylulose kinase 13.37405169 C6_chemical_C2 +LQ08X006660 Putative Xylulose kinase 13.06668217 C6_chemical_C3 +LQ08X006660 Putative Xylulose kinase 12.43738653 L4_control_A1 +LQ08X006660 Putative Xylulose kinase 12.64272837 L4_control_A2 +LQ08X006660 Putative Xylulose kinase 12.56604023 L4_control_A3 +LQ08X006660 Putative Xylulose kinase 12.91368243 L4_control_B1 +LQ08X006660 Putative Xylulose kinase 12.85404518 L4_control_B2 +LQ08X006660 Putative Xylulose kinase 12.91704712 L4_control_B3 +LQ08X006660 Putative Xylulose kinase 12.98408464 L4_control_C2 +LQ08X006660 Putative Xylulose kinase 12.80752482 L4_control_C3 +LQ08X006660 Putative Xylulose kinase 12.83850606 L4_chemical_A1 +LQ08X006660 Putative Xylulose kinase 13.38823542 L4_chemical_A2 +LQ08X006660 Putative Xylulose kinase 12.83034615 L4_chemical_A3 +LQ08X006660 Putative Xylulose kinase 13.2346426 L4_chemical_B1 +LQ08X006660 Putative Xylulose kinase 12.89083797 L4_chemical_B2 +LQ08X006660 Putative Xylulose kinase 12.97567029 L4_chemical_B3 +LQ08X006660 Putative Xylulose kinase 13.32491503 L4_chemical_C2 +LQ08X006660 Putative Xylulose kinase 12.91040718 L4_chemical_C3 +LQ08X006670 Putative uncharacterized protein 12.27856283 C6_control_A1 +LQ08X006670 Putative uncharacterized protein 12.19378115 C6_control_A3 +LQ08X006670 Putative uncharacterized protein 12.35837682 C6_control_B1 +LQ08X006670 Putative uncharacterized protein 11.36068044 C6_control_B2 +LQ08X006670 Putative uncharacterized protein 12.09700476 C6_control_B3 +LQ08X006670 Putative uncharacterized protein 11.2816882 C6_control_C1 +LQ08X006670 Putative uncharacterized protein 10.63501429 C6_control_C2 +LQ08X006670 Putative uncharacterized protein 11.58605576 C6_control_C3 +LQ08X006670 Putative uncharacterized protein 12.36038816 C6_chemical_A1 +LQ08X006670 Putative uncharacterized protein 12.50342852 C6_chemical_A3 +LQ08X006670 Putative uncharacterized protein 12.19869164 C6_chemical_B1 +LQ08X006670 Putative uncharacterized protein 11.3204135 C6_chemical_B2 +LQ08X006670 Putative uncharacterized protein 12.06114241 C6_chemical_B3 +LQ08X006670 Putative uncharacterized protein 10.98194475 C6_chemical_C1 +LQ08X006670 Putative uncharacterized protein 10.54396519 C6_chemical_C2 +LQ08X006670 Putative uncharacterized protein 11.2988755 C6_chemical_C3 +LQ08X006670 Putative uncharacterized protein 12.52989285 L4_control_A1 +LQ08X006670 Putative uncharacterized protein 11.96404482 L4_control_A2 +LQ08X006670 Putative uncharacterized protein 12.52886554 L4_control_A3 +LQ08X006670 Putative uncharacterized protein 11.97524175 L4_control_B1 +LQ08X006670 Putative uncharacterized protein 12.62634679 L4_control_B2 +LQ08X006670 Putative uncharacterized protein 11.68856547 L4_control_B3 +LQ08X006670 Putative uncharacterized protein 12.32091577 L4_control_C2 +LQ08X006670 Putative uncharacterized protein 12.46529928 L4_control_C3 +LQ08X006670 Putative uncharacterized protein 12.49951212 L4_chemical_A1 +LQ08X006670 Putative uncharacterized protein 12.29523959 L4_chemical_A2 +LQ08X006670 Putative uncharacterized protein 12.56811778 L4_chemical_A3 +LQ08X006670 Putative uncharacterized protein 12.22919691 L4_chemical_B1 +LQ08X006670 Putative uncharacterized protein 12.35206044 L4_chemical_B2 +LQ08X006670 Putative uncharacterized protein 11.69534195 L4_chemical_B3 +LQ08X006670 Putative uncharacterized protein 12.51274393 L4_chemical_C2 +LQ08X006670 Putative uncharacterized protein 12.2574368 L4_chemical_C3 +LQ08X006680 Amino acid permease 6 10.8193715 C6_control_A1 +LQ08X006680 Amino acid permease 6 10.5936582 C6_control_A3 +LQ08X006680 Amino acid permease 6 11.22347376 C6_control_B1 +LQ08X006680 Amino acid permease 6 10.1310043 C6_control_B2 +LQ08X006680 Amino acid permease 6 10.90637914 C6_control_B3 +LQ08X006680 Amino acid permease 6 10.6926147 C6_control_C1 +LQ08X006680 Amino acid permease 6 9.439582723 C6_control_C2 +LQ08X006680 Amino acid permease 6 9.975114116 C6_control_C3 +LQ08X006680 Amino acid permease 6 11.19933124 C6_chemical_A1 +LQ08X006680 Amino acid permease 6 11.16285896 C6_chemical_A3 +LQ08X006680 Amino acid permease 6 11.3172055 C6_chemical_B1 +LQ08X006680 Amino acid permease 6 10.41432677 C6_chemical_B2 +LQ08X006680 Amino acid permease 6 10.87232227 C6_chemical_B3 +LQ08X006680 Amino acid permease 6 10.38629269 C6_chemical_C1 +LQ08X006680 Amino acid permease 6 9.220377947 C6_chemical_C2 +LQ08X006680 Amino acid permease 6 9.33499543 C6_chemical_C3 +LQ08X006680 Amino acid permease 6 11.47885944 L4_control_A1 +LQ08X006680 Amino acid permease 6 11.34109121 L4_control_A2 +LQ08X006680 Amino acid permease 6 11.83018603 L4_control_A3 +LQ08X006680 Amino acid permease 6 11.2171064 L4_control_B1 +LQ08X006680 Amino acid permease 6 11.65372964 L4_control_B2 +LQ08X006680 Amino acid permease 6 10.04453191 L4_control_B3 +LQ08X006680 Amino acid permease 6 10.10758773 L4_control_C2 +LQ08X006680 Amino acid permease 6 9.9098308 L4_control_C3 +LQ08X006680 Amino acid permease 6 11.55894973 L4_chemical_A1 +LQ08X006680 Amino acid permease 6 11.86966162 L4_chemical_A2 +LQ08X006680 Amino acid permease 6 12.12118213 L4_chemical_A3 +LQ08X006680 Amino acid permease 6 11.35172423 L4_chemical_B1 +LQ08X006680 Amino acid permease 6 11.20023333 L4_chemical_B2 +LQ08X006680 Amino acid permease 6 11.6089049 L4_chemical_B3 +LQ08X006680 Amino acid permease 6 9.741047279 L4_chemical_C2 +LQ08X006680 Amino acid permease 6 9.126662726 L4_chemical_C3 +LQ08X006710 Predicted protein 5.48664177 C6_control_A1 +LQ08X006710 Predicted protein 4.824489503 C6_control_A3 +LQ08X006710 Predicted protein 5.229603186 C6_control_B1 +LQ08X006710 Predicted protein 5.938988802 C6_control_B2 +LQ08X006710 Predicted protein 5.273900694 C6_control_B3 +LQ08X006710 Predicted protein 6.149188894 C6_control_C1 +LQ08X006710 Predicted protein 5.614462996 C6_control_C2 +LQ08X006710 Predicted protein 5.785203879 C6_control_C3 +LQ08X006710 Predicted protein 5.384651448 C6_chemical_A1 +LQ08X006710 Predicted protein 5.095001533 C6_chemical_A3 +LQ08X006710 Predicted protein 5.341575765 C6_chemical_B1 +LQ08X006710 Predicted protein 5.953691084 C6_chemical_B2 +LQ08X006710 Predicted protein 5.575692278 C6_chemical_B3 +LQ08X006710 Predicted protein 5.989294108 C6_chemical_C1 +LQ08X006710 Predicted protein 5.695996952 C6_chemical_C2 +LQ08X006710 Predicted protein 5.72563787 C6_chemical_C3 +LQ08X006710 Predicted protein 5.041329828 L4_control_A1 +LQ08X006710 Predicted protein 5.221357385 L4_control_A2 +LQ08X006710 Predicted protein 5.112257533 L4_control_A3 +LQ08X006710 Predicted protein 4.967793717 L4_control_B1 +LQ08X006710 Predicted protein 5.192703264 L4_control_B2 +LQ08X006710 Predicted protein 5.782581058 L4_control_B3 +LQ08X006710 Predicted protein 5.439078782 L4_control_C2 +LQ08X006710 Predicted protein 5.144830395 L4_control_C3 +LQ08X006710 Predicted protein 4.770545851 L4_chemical_A1 +LQ08X006710 Predicted protein 5.083438007 L4_chemical_A2 +LQ08X006710 Predicted protein 5.035165977 L4_chemical_A3 +LQ08X006710 Predicted protein 4.965533553 L4_chemical_B1 +LQ08X006710 Predicted protein 4.814907997 L4_chemical_B2 +LQ08X006710 Predicted protein 5.512386376 L4_chemical_B3 +LQ08X006710 Predicted protein 5.144394217 L4_chemical_C2 +LQ08X006710 Predicted protein 5.000541973 L4_chemical_C3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.51319662 C6_control_A1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.23478038 C6_control_A3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.04514454 C6_control_B1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.49176285 C6_control_B2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.22679676 C6_control_B3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.23625531 C6_control_C1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.17890725 C6_control_C2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.162776 C6_control_C3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.15405022 C6_chemical_A1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.23685537 C6_chemical_A3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.88099775 C6_chemical_B1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.36273128 C6_chemical_B2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.87168373 C6_chemical_B3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.11802231 C6_chemical_C1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.11225763 C6_chemical_C2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.22609874 C6_chemical_C3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.91884158 L4_control_A1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.10041998 L4_control_A2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.11370649 L4_control_A3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.00541773 L4_control_B1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.6857392 L4_control_B2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.31051036 L4_control_B3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.71019137 L4_control_C2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.98422327 L4_control_C3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.40770944 L4_chemical_A1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.49644201 L4_chemical_A2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.2840877 L4_chemical_A3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.45243196 L4_chemical_B1 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.51990426 L4_chemical_B2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.751422 L4_chemical_B3 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.88024741 L4_chemical_C2 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 12.90923941 L4_chemical_C3 +LQ08X006730 Hypothetical protein 6.584467275 C6_control_A1 +LQ08X006730 Hypothetical protein 6.398619778 C6_control_A3 +LQ08X006730 Hypothetical protein 6.281132748 C6_control_B1 +LQ08X006730 Hypothetical protein 6.177657414 C6_control_B2 +LQ08X006730 Hypothetical protein 6.637825468 C6_control_B3 +LQ08X006730 Hypothetical protein 6.707667243 C6_control_C1 +LQ08X006730 Hypothetical protein 6.388725756 C6_control_C2 +LQ08X006730 Hypothetical protein 6.335655372 C6_control_C3 +LQ08X006730 Hypothetical protein 6.276472115 C6_chemical_A1 +LQ08X006730 Hypothetical protein 6.235263006 C6_chemical_A3 +LQ08X006730 Hypothetical protein 6.612884768 C6_chemical_B1 +LQ08X006730 Hypothetical protein 6.477611844 C6_chemical_B2 +LQ08X006730 Hypothetical protein 6.441739264 C6_chemical_B3 +LQ08X006730 Hypothetical protein 6.800193684 C6_chemical_C1 +LQ08X006730 Hypothetical protein 6.422715114 C6_chemical_C2 +LQ08X006730 Hypothetical protein 5.898539481 C6_chemical_C3 +LQ08X006730 Hypothetical protein 6.278330942 L4_control_A1 +LQ08X006730 Hypothetical protein 6.194312012 L4_control_A2 +LQ08X006730 Hypothetical protein 5.84896877 L4_control_A3 +LQ08X006730 Hypothetical protein 5.949108509 L4_control_B1 +LQ08X006730 Hypothetical protein 5.440157741 L4_control_B2 +LQ08X006730 Hypothetical protein 6.285113448 L4_control_B3 +LQ08X006730 Hypothetical protein 6.676058406 L4_control_C2 +LQ08X006730 Hypothetical protein 6.496604141 L4_control_C3 +LQ08X006730 Hypothetical protein 6.150245119 L4_chemical_A1 +LQ08X006730 Hypothetical protein 6.838839511 L4_chemical_A2 +LQ08X006730 Hypothetical protein 5.40915105 L4_chemical_A3 +LQ08X006730 Hypothetical protein 6.147386117 L4_chemical_B1 +LQ08X006730 Hypothetical protein 6.270052417 L4_chemical_B2 +LQ08X006730 Hypothetical protein 6.578286584 L4_chemical_B3 +LQ08X006730 Hypothetical protein 5.765653743 L4_chemical_C2 +LQ08X006730 Hypothetical protein 5.958784035 L4_chemical_C3 +LQ08X006740 Putative uncharacterized protein 5.491549751 C6_control_A1 +LQ08X006740 Putative uncharacterized protein 5.935182404 C6_control_A3 +LQ08X006740 Putative uncharacterized protein 5.551729083 C6_control_B1 +LQ08X006740 Putative uncharacterized protein 5.657979669 C6_control_B2 +LQ08X006740 Putative uncharacterized protein 5.267688426 C6_control_B3 +LQ08X006740 Putative uncharacterized protein 5.560000914 C6_control_C1 +LQ08X006740 Putative uncharacterized protein 5.224930529 C6_control_C2 +LQ08X006740 Putative uncharacterized protein 5.255584982 C6_control_C3 +LQ08X006740 Putative uncharacterized protein 5.612276913 C6_chemical_A1 +LQ08X006740 Putative uncharacterized protein 5.477894388 C6_chemical_A3 +LQ08X006740 Putative uncharacterized protein 5.200389214 C6_chemical_B1 +LQ08X006740 Putative uncharacterized protein 5.879122696 C6_chemical_B2 +LQ08X006740 Putative uncharacterized protein 5.332528605 C6_chemical_B3 +LQ08X006740 Putative uncharacterized protein 5.450452111 C6_chemical_C1 +LQ08X006740 Putative uncharacterized protein 5.73438692 C6_chemical_C2 +LQ08X006740 Putative uncharacterized protein 5.85617047 C6_chemical_C3 +LQ08X006740 Putative uncharacterized protein 5.547623504 L4_control_A1 +LQ08X006740 Putative uncharacterized protein 5.361569996 L4_control_A2 +LQ08X006740 Putative uncharacterized protein 5.924181745 L4_control_A3 +LQ08X006740 Putative uncharacterized protein 5.837028176 L4_control_B1 +LQ08X006740 Putative uncharacterized protein 6.007353462 L4_control_B2 +LQ08X006740 Putative uncharacterized protein 5.40127407 L4_control_B3 +LQ08X006740 Putative uncharacterized protein 5.5682119 L4_control_C2 +LQ08X006740 Putative uncharacterized protein 5.214835533 L4_control_C3 +LQ08X006740 Putative uncharacterized protein 5.068370079 L4_chemical_A1 +LQ08X006740 Putative uncharacterized protein 5.511690307 L4_chemical_A2 +LQ08X006740 Putative uncharacterized protein 5.670769479 L4_chemical_A3 +LQ08X006740 Putative uncharacterized protein 5.356090013 L4_chemical_B1 +LQ08X006740 Putative uncharacterized protein 5.894162477 L4_chemical_B2 +LQ08X006740 Putative uncharacterized protein 5.246646661 L4_chemical_B3 +LQ08X006740 Putative uncharacterized protein 5.312189888 L4_chemical_C2 +LQ08X006740 Putative uncharacterized protein 5.166129667 L4_chemical_C3 +LQ08X006760 Putative Predicted protein 12.32157156 C6_control_A1 +LQ08X006760 Putative Predicted protein 11.11098005 C6_control_A3 +LQ08X006760 Putative Predicted protein 12.48336577 C6_control_B1 +LQ08X006760 Putative Predicted protein 12.84289394 C6_control_B2 +LQ08X006760 Putative Predicted protein 12.72616119 C6_control_B3 +LQ08X006760 Putative Predicted protein 10.01050023 C6_control_C1 +LQ08X006760 Putative Predicted protein 10.53575064 C6_control_C2 +LQ08X006760 Putative Predicted protein 9.615553986 C6_control_C3 +LQ08X006760 Putative Predicted protein 12.17124534 C6_chemical_A1 +LQ08X006760 Putative Predicted protein 10.72258923 C6_chemical_A3 +LQ08X006760 Putative Predicted protein 12.45421746 C6_chemical_B1 +LQ08X006760 Putative Predicted protein 13.06479735 C6_chemical_B2 +LQ08X006760 Putative Predicted protein 12.45131566 C6_chemical_B3 +LQ08X006760 Putative Predicted protein 9.853325326 C6_chemical_C1 +LQ08X006760 Putative Predicted protein 9.80364954 C6_chemical_C2 +LQ08X006760 Putative Predicted protein 9.338402277 C6_chemical_C3 +LQ08X006760 Putative Predicted protein 10.9018885 L4_control_A1 +LQ08X006760 Putative Predicted protein 12.36342151 L4_control_A2 +LQ08X006760 Putative Predicted protein 10.74452488 L4_control_A3 +LQ08X006760 Putative Predicted protein 12.42497474 L4_control_B1 +LQ08X006760 Putative Predicted protein 12.75091114 L4_control_B2 +LQ08X006760 Putative Predicted protein 11.9255234 L4_control_B3 +LQ08X006760 Putative Predicted protein 8.248523698 L4_control_C2 +LQ08X006760 Putative Predicted protein 8.601968664 L4_control_C3 +LQ08X006760 Putative Predicted protein 10.10762007 L4_chemical_A1 +LQ08X006760 Putative Predicted protein 12.16500505 L4_chemical_A2 +LQ08X006760 Putative Predicted protein 10.33961609 L4_chemical_A3 +LQ08X006760 Putative Predicted protein 12.18961555 L4_chemical_B1 +LQ08X006760 Putative Predicted protein 12.02328872 L4_chemical_B2 +LQ08X006760 Putative Predicted protein 12.58653507 L4_chemical_B3 +LQ08X006760 Putative Predicted protein 8.046798481 L4_chemical_C2 +LQ08X006760 Putative Predicted protein 9.215235686 L4_chemical_C3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.489630483 C6_control_A1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.311887625 C6_control_A3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.918751639 C6_control_B1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.977437099 C6_control_B2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.309307772 C6_control_B3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.478443598 C6_control_C1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.618828299 C6_control_C2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.755707312 C6_control_C3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.49416295 C6_chemical_A1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.372575575 C6_chemical_A3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.903428556 C6_chemical_B1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.676773039 C6_chemical_B2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.824914539 C6_chemical_B3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.599168407 C6_chemical_C1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.950000654 C6_chemical_C2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.880753782 C6_chemical_C3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.006859058 L4_control_A1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.607646001 L4_control_A2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 7.612963221 L4_control_A3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.546664882 L4_control_B1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.606080159 L4_control_B2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.807262926 L4_control_B3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.506010542 L4_control_C2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.849738384 L4_control_C3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.891327663 L4_chemical_A1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.824916222 L4_chemical_A2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 7.048207902 L4_chemical_A3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.530820837 L4_chemical_B1 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.453025847 L4_chemical_B2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.271103203 L4_chemical_B3 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.046559524 L4_chemical_C2 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 5.960991069 L4_chemical_C3 +LQ08X006830 Hypothetical protein 5.573747659 C6_control_A1 +LQ08X006830 Hypothetical protein 5.483575013 C6_control_A3 +LQ08X006830 Hypothetical protein 5.269129835 C6_control_B1 +LQ08X006830 Hypothetical protein 6.110631053 C6_control_B2 +LQ08X006830 Hypothetical protein 5.254669327 C6_control_B3 +LQ08X006830 Hypothetical protein 5.829354773 C6_control_C1 +LQ08X006830 Hypothetical protein 5.549045405 C6_control_C2 +LQ08X006830 Hypothetical protein 5.553079531 C6_control_C3 +LQ08X006830 Hypothetical protein 5.783279068 C6_chemical_A1 +LQ08X006830 Hypothetical protein 5.22326488 C6_chemical_A3 +LQ08X006830 Hypothetical protein 5.327807706 C6_chemical_B1 +LQ08X006830 Hypothetical protein 5.574853566 C6_chemical_B2 +LQ08X006830 Hypothetical protein 5.185958306 C6_chemical_B3 +LQ08X006830 Hypothetical protein 6.147186217 C6_chemical_C1 +LQ08X006830 Hypothetical protein 6.079931877 C6_chemical_C2 +LQ08X006830 Hypothetical protein 5.453472609 C6_chemical_C3 +LQ08X006830 Hypothetical protein 5.250313599 L4_control_A1 +LQ08X006830 Hypothetical protein 5.526855854 L4_control_A2 +LQ08X006830 Hypothetical protein 5.909944864 L4_control_A3 +LQ08X006830 Hypothetical protein 5.524184614 L4_control_B1 +LQ08X006830 Hypothetical protein 5.600302936 L4_control_B2 +LQ08X006830 Hypothetical protein 5.20174728 L4_control_B3 +LQ08X006830 Hypothetical protein 6.050545396 L4_control_C2 +LQ08X006830 Hypothetical protein 5.076528735 L4_control_C3 +LQ08X006830 Hypothetical protein 5.439286496 L4_chemical_A1 +LQ08X006830 Hypothetical protein 5.763091716 L4_chemical_A2 +LQ08X006830 Hypothetical protein 5.850283286 L4_chemical_A3 +LQ08X006830 Hypothetical protein 5.838696564 L4_chemical_B1 +LQ08X006830 Hypothetical protein 5.2606241 L4_chemical_B2 +LQ08X006830 Hypothetical protein 5.518669745 L4_chemical_B3 +LQ08X006830 Hypothetical protein 5.629049366 L4_chemical_C2 +LQ08X006830 Hypothetical protein 5.469076582 L4_chemical_C3 +LQ08X006880 Auxin-responsive protein IAA9 14.91442406 C6_control_A1 +LQ08X006880 Auxin-responsive protein IAA9 14.79575161 C6_control_A3 +LQ08X006880 Auxin-responsive protein IAA9 14.97731049 C6_control_B1 +LQ08X006880 Auxin-responsive protein IAA9 14.70913135 C6_control_B2 +LQ08X006880 Auxin-responsive protein IAA9 15.0467666 C6_control_B3 +LQ08X006880 Auxin-responsive protein IAA9 14.52125427 C6_control_C1 +LQ08X006880 Auxin-responsive protein IAA9 14.63972213 C6_control_C2 +LQ08X006880 Auxin-responsive protein IAA9 14.71615081 C6_control_C3 +LQ08X006880 Auxin-responsive protein IAA9 14.97500608 C6_chemical_A1 +LQ08X006880 Auxin-responsive protein IAA9 15.07190772 C6_chemical_A3 +LQ08X006880 Auxin-responsive protein IAA9 14.82773851 C6_chemical_B1 +LQ08X006880 Auxin-responsive protein IAA9 14.85932646 C6_chemical_B2 +LQ08X006880 Auxin-responsive protein IAA9 14.99655757 C6_chemical_B3 +LQ08X006880 Auxin-responsive protein IAA9 14.20052528 C6_chemical_C1 +LQ08X006880 Auxin-responsive protein IAA9 14.43556735 C6_chemical_C2 +LQ08X006880 Auxin-responsive protein IAA9 14.57451149 C6_chemical_C3 +LQ08X006880 Auxin-responsive protein IAA9 14.65340092 L4_control_A1 +LQ08X006880 Auxin-responsive protein IAA9 14.55895986 L4_control_A2 +LQ08X006880 Auxin-responsive protein IAA9 14.45550383 L4_control_A3 +LQ08X006880 Auxin-responsive protein IAA9 14.6603294 L4_control_B1 +LQ08X006880 Auxin-responsive protein IAA9 14.80522943 L4_control_B2 +LQ08X006880 Auxin-responsive protein IAA9 14.44572443 L4_control_B3 +LQ08X006880 Auxin-responsive protein IAA9 14.15859232 L4_control_C2 +LQ08X006880 Auxin-responsive protein IAA9 14.08394859 L4_control_C3 +LQ08X006880 Auxin-responsive protein IAA9 14.31272394 L4_chemical_A1 +LQ08X006880 Auxin-responsive protein IAA9 14.51499233 L4_chemical_A2 +LQ08X006880 Auxin-responsive protein IAA9 14.48006503 L4_chemical_A3 +LQ08X006880 Auxin-responsive protein IAA9 14.66350837 L4_chemical_B1 +LQ08X006880 Auxin-responsive protein IAA9 14.40864409 L4_chemical_B2 +LQ08X006880 Auxin-responsive protein IAA9 14.93476149 L4_chemical_B3 +LQ08X006880 Auxin-responsive protein IAA9 14.01465488 L4_chemical_C2 +LQ08X006880 Auxin-responsive protein IAA9 14.03127876 L4_chemical_C3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 5.405503991 C6_control_A1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 5.514230218 C6_control_A3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 5.85948036 C6_control_B1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 6.402094402 C6_control_B2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 5.958883123 C6_control_B3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.37428231 C6_control_C1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.36177296 C6_control_C2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.39634723 C6_control_C3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 5.339072742 C6_chemical_A1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 7.495245715 C6_chemical_A3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 5.947589623 C6_chemical_B1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 7.139622812 C6_chemical_B2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 9.475144974 C6_chemical_B3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.41647251 C6_chemical_C1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.68785418 C6_chemical_C2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.61595178 C6_chemical_C3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 7.891361026 L4_control_A1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 6.344886079 L4_control_A2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 9.975911749 L4_control_A3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 6.467567672 L4_control_B1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 6.23792209 L4_control_B2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 6.825183948 L4_control_B3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.9450122 L4_control_C2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.70094571 L4_control_C3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.61704842 L4_chemical_A1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.19320696 L4_chemical_A2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.39870994 L4_chemical_A3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 9.675332271 L4_chemical_B1 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 9.633204036 L4_chemical_B2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 8.712323549 L4_chemical_B3 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.39920604 L4_chemical_C2 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 11.67042809 L4_chemical_C3 +LQ08X006920 Putative uncharacterized protein 4.679347334 C6_control_A1 +LQ08X006920 Putative uncharacterized protein 4.586940382 C6_control_A3 +LQ08X006920 Putative uncharacterized protein 5.108879864 C6_control_B1 +LQ08X006920 Putative uncharacterized protein 4.723285296 C6_control_B2 +LQ08X006920 Putative uncharacterized protein 5.067157762 C6_control_B3 +LQ08X006920 Putative uncharacterized protein 4.896353113 C6_control_C1 +LQ08X006920 Putative uncharacterized protein 4.852690091 C6_control_C2 +LQ08X006920 Putative uncharacterized protein 4.883206994 C6_control_C3 +LQ08X006920 Putative uncharacterized protein 5.000817099 C6_chemical_A1 +LQ08X006920 Putative uncharacterized protein 5.002010664 C6_chemical_A3 +LQ08X006920 Putative uncharacterized protein 5.10131289 C6_chemical_B1 +LQ08X006920 Putative uncharacterized protein 4.872339977 C6_chemical_B2 +LQ08X006920 Putative uncharacterized protein 4.9485184 C6_chemical_B3 +LQ08X006920 Putative uncharacterized protein 4.989644597 C6_chemical_C1 +LQ08X006920 Putative uncharacterized protein 4.956916776 C6_chemical_C2 +LQ08X006920 Putative uncharacterized protein 5.035159545 C6_chemical_C3 +LQ08X006920 Putative uncharacterized protein 4.99033916 L4_control_A1 +LQ08X006920 Putative uncharacterized protein 4.908625219 L4_control_A2 +LQ08X006920 Putative uncharacterized protein 4.87358356 L4_control_A3 +LQ08X006920 Putative uncharacterized protein 4.672309971 L4_control_B1 +LQ08X006920 Putative uncharacterized protein 5.18773949 L4_control_B2 +LQ08X006920 Putative uncharacterized protein 5.229868591 L4_control_B3 +LQ08X006920 Putative uncharacterized protein 5.808624666 L4_control_C2 +LQ08X006920 Putative uncharacterized protein 4.555515311 L4_control_C3 +LQ08X006920 Putative uncharacterized protein 4.900129547 L4_chemical_A1 +LQ08X006920 Putative uncharacterized protein 4.709018147 L4_chemical_A2 +LQ08X006920 Putative uncharacterized protein 4.718626312 L4_chemical_A3 +LQ08X006920 Putative uncharacterized protein 4.948309656 L4_chemical_B1 +LQ08X006920 Putative uncharacterized protein 4.903699973 L4_chemical_B2 +LQ08X006920 Putative uncharacterized protein 4.788611579 L4_chemical_B3 +LQ08X006920 Putative uncharacterized protein 5.9576969 L4_chemical_C2 +LQ08X006920 Putative uncharacterized protein 5.121454245 L4_chemical_C3 +LQ08X006950 Heat shock protein binding protein, putative 5.795730312 C6_control_A1 +LQ08X006950 Heat shock protein binding protein, putative 5.482893202 C6_control_A3 +LQ08X006950 Heat shock protein binding protein, putative 5.880118405 C6_control_B1 +LQ08X006950 Heat shock protein binding protein, putative 5.257550466 C6_control_B2 +LQ08X006950 Heat shock protein binding protein, putative 6.064374246 C6_control_B3 +LQ08X006950 Heat shock protein binding protein, putative 5.29747778 C6_control_C1 +LQ08X006950 Heat shock protein binding protein, putative 5.114780642 C6_control_C2 +LQ08X006950 Heat shock protein binding protein, putative 5.217310203 C6_control_C3 +LQ08X006950 Heat shock protein binding protein, putative 5.703251305 C6_chemical_A1 +LQ08X006950 Heat shock protein binding protein, putative 5.869446205 C6_chemical_A3 +LQ08X006950 Heat shock protein binding protein, putative 5.831140376 C6_chemical_B1 +LQ08X006950 Heat shock protein binding protein, putative 5.239131537 C6_chemical_B2 +LQ08X006950 Heat shock protein binding protein, putative 5.579016353 C6_chemical_B3 +LQ08X006950 Heat shock protein binding protein, putative 5.158577469 C6_chemical_C1 +LQ08X006950 Heat shock protein binding protein, putative 5.255024549 C6_chemical_C2 +LQ08X006950 Heat shock protein binding protein, putative 4.926906442 C6_chemical_C3 +LQ08X006950 Heat shock protein binding protein, putative 5.918200478 L4_control_A1 +LQ08X006950 Heat shock protein binding protein, putative 5.450894318 L4_control_A2 +LQ08X006950 Heat shock protein binding protein, putative 6.578623449 L4_control_A3 +LQ08X006950 Heat shock protein binding protein, putative 5.35699959 L4_control_B1 +LQ08X006950 Heat shock protein binding protein, putative 6.378553513 L4_control_B2 +LQ08X006950 Heat shock protein binding protein, putative 5.856504729 L4_control_B3 +LQ08X006950 Heat shock protein binding protein, putative 5.63774847 L4_control_C2 +LQ08X006950 Heat shock protein binding protein, putative 5.89941523 L4_control_C3 +LQ08X006950 Heat shock protein binding protein, putative 5.797012803 L4_chemical_A1 +LQ08X006950 Heat shock protein binding protein, putative 5.739702614 L4_chemical_A2 +LQ08X006950 Heat shock protein binding protein, putative 6.556262976 L4_chemical_A3 +LQ08X006950 Heat shock protein binding protein, putative 6.007691 L4_chemical_B1 +LQ08X006950 Heat shock protein binding protein, putative 6.289084553 L4_chemical_B2 +LQ08X006950 Heat shock protein binding protein, putative 5.846127689 L4_chemical_B3 +LQ08X006950 Heat shock protein binding protein, putative 5.809306174 L4_chemical_C2 +LQ08X006950 Heat shock protein binding protein, putative 5.623732163 L4_chemical_C3 +LQ08X006960 Squalene monooxygenase 6.723396153 C6_control_A1 +LQ08X006960 Squalene monooxygenase 6.591981281 C6_control_A3 +LQ08X006960 Squalene monooxygenase 7.022186467 C6_control_B1 +LQ08X006960 Squalene monooxygenase 6.239390546 C6_control_B2 +LQ08X006960 Squalene monooxygenase 6.849353565 C6_control_B3 +LQ08X006960 Squalene monooxygenase 6.502923106 C6_control_C1 +LQ08X006960 Squalene monooxygenase 5.937495576 C6_control_C2 +LQ08X006960 Squalene monooxygenase 6.34905822 C6_control_C3 +LQ08X006960 Squalene monooxygenase 6.500958196 C6_chemical_A1 +LQ08X006960 Squalene monooxygenase 6.653343177 C6_chemical_A3 +LQ08X006960 Squalene monooxygenase 7.001235118 C6_chemical_B1 +LQ08X006960 Squalene monooxygenase 6.020781292 C6_chemical_B2 +LQ08X006960 Squalene monooxygenase 6.436466871 C6_chemical_B3 +LQ08X006960 Squalene monooxygenase 6.121049975 C6_chemical_C1 +LQ08X006960 Squalene monooxygenase 5.688742351 C6_chemical_C2 +LQ08X006960 Squalene monooxygenase 6.209209479 C6_chemical_C3 +LQ08X006960 Squalene monooxygenase 6.520057073 L4_control_A1 +LQ08X006960 Squalene monooxygenase 6.651931037 L4_control_A2 +LQ08X006960 Squalene monooxygenase 6.572258328 L4_control_A3 +LQ08X006960 Squalene monooxygenase 6.562270426 L4_control_B1 +LQ08X006960 Squalene monooxygenase 6.56050386 L4_control_B2 +LQ08X006960 Squalene monooxygenase 6.494818403 L4_control_B3 +LQ08X006960 Squalene monooxygenase 7.459467716 L4_control_C2 +LQ08X006960 Squalene monooxygenase 6.482979951 L4_control_C3 +LQ08X006960 Squalene monooxygenase 6.659549601 L4_chemical_A1 +LQ08X006960 Squalene monooxygenase 6.696702198 L4_chemical_A2 +LQ08X006960 Squalene monooxygenase 5.875942697 L4_chemical_A3 +LQ08X006960 Squalene monooxygenase 6.65562529 L4_chemical_B1 +LQ08X006960 Squalene monooxygenase 6.61393397 L4_chemical_B2 +LQ08X006960 Squalene monooxygenase 6.509046345 L4_chemical_B3 +LQ08X006960 Squalene monooxygenase 6.317725689 L4_chemical_C2 +LQ08X006960 Squalene monooxygenase 7.13639754 L4_chemical_C3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 6.039486326 C6_control_A1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 6.87045935 C6_control_A3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 6.253273226 C6_control_B1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.473908524 C6_control_B2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 6.553418285 C6_control_B3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 4.775281904 C6_control_C1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.326788698 C6_control_C2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 4.794962615 C6_control_C3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.508462502 C6_chemical_A1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.648637452 C6_chemical_A3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.72209485 C6_chemical_B1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.670107643 C6_chemical_B2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.989076195 C6_chemical_B3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 4.776148595 C6_chemical_C1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 4.682079786 C6_chemical_C2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.107808019 C6_chemical_C3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.736878747 L4_control_A1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.805204796 L4_control_A2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.423919293 L4_control_A3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.74944588 L4_control_B1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 6.275721626 L4_control_B2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.775620965 L4_control_B3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 4.850010353 L4_control_C2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 4.955972893 L4_control_C3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.327601231 L4_chemical_A1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.45972555 L4_chemical_A2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.34368939 L4_chemical_A3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 6.414508057 L4_chemical_B1 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.277821038 L4_chemical_B2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.960846109 L4_chemical_B3 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.102220043 L4_chemical_C2 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.461777422 L4_chemical_C3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 11.2975609 C6_control_A1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 11.99936347 C6_control_A3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 7.419342117 C6_control_B1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.955954972 C6_control_B2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.835316769 C6_control_B3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 6.753925767 C6_control_C1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.416112891 C6_control_C2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.956947281 C6_control_C3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 11.04133743 C6_chemical_A1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 11.99178226 C6_chemical_A3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 6.667595074 C6_chemical_B1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.96953051 C6_chemical_B2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 6.142523015 C6_chemical_B3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 6.606905563 C6_chemical_C1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.786490587 C6_chemical_C2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.653760703 C6_chemical_C3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 12.34175573 L4_control_A1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 11.05521952 L4_control_A2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 12.28898029 L4_control_A3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 6.115645261 L4_control_B1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 7.36869746 L4_control_B2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 6.081560167 L4_control_B3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.17204696 L4_control_C2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.351891215 L4_control_C3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 12.13567846 L4_chemical_A1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 9.881568067 L4_chemical_A2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 12.01876782 L4_chemical_A3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 6.516787229 L4_chemical_B1 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 7.366880492 L4_chemical_B2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 8.18178418 L4_chemical_B3 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 6.103650824 L4_chemical_C2 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 5.932786665 L4_chemical_C3 +LQ08X007030 Putative uncharacterized protein 5.965885355 C6_control_A1 +LQ08X007030 Putative uncharacterized protein 6.307670481 C6_control_A3 +LQ08X007030 Putative uncharacterized protein 6.73618183 C6_control_B1 +LQ08X007030 Putative uncharacterized protein 6.630526742 C6_control_B2 +LQ08X007030 Putative uncharacterized protein 6.610466822 C6_control_B3 +LQ08X007030 Putative uncharacterized protein 5.89181854 C6_control_C1 +LQ08X007030 Putative uncharacterized protein 6.580916078 C6_control_C2 +LQ08X007030 Putative uncharacterized protein 6.360991907 C6_control_C3 +LQ08X007030 Putative uncharacterized protein 6.14564544 C6_chemical_A1 +LQ08X007030 Putative uncharacterized protein 6.411280731 C6_chemical_A3 +LQ08X007030 Putative uncharacterized protein 6.430914249 C6_chemical_B1 +LQ08X007030 Putative uncharacterized protein 6.788190362 C6_chemical_B2 +LQ08X007030 Putative uncharacterized protein 6.060331866 C6_chemical_B3 +LQ08X007030 Putative uncharacterized protein 6.318362789 C6_chemical_C1 +LQ08X007030 Putative uncharacterized protein 6.482576954 C6_chemical_C2 +LQ08X007030 Putative uncharacterized protein 6.270640572 C6_chemical_C3 +LQ08X007030 Putative uncharacterized protein 5.857790506 L4_control_A1 +LQ08X007030 Putative uncharacterized protein 6.141684337 L4_control_A2 +LQ08X007030 Putative uncharacterized protein 5.735461223 L4_control_A3 +LQ08X007030 Putative uncharacterized protein 5.893711205 L4_control_B1 +LQ08X007030 Putative uncharacterized protein 6.772687026 L4_control_B2 +LQ08X007030 Putative uncharacterized protein 6.271977096 L4_control_B3 +LQ08X007030 Putative uncharacterized protein 6.789682091 L4_control_C2 +LQ08X007030 Putative uncharacterized protein 6.082247461 L4_control_C3 +LQ08X007030 Putative uncharacterized protein 5.76561237 L4_chemical_A1 +LQ08X007030 Putative uncharacterized protein 6.517372129 L4_chemical_A2 +LQ08X007030 Putative uncharacterized protein 6.126119997 L4_chemical_A3 +LQ08X007030 Putative uncharacterized protein 6.529302411 L4_chemical_B1 +LQ08X007030 Putative uncharacterized protein 6.238548132 L4_chemical_B2 +LQ08X007030 Putative uncharacterized protein 6.165843636 L4_chemical_B3 +LQ08X007030 Putative uncharacterized protein 6.655680161 L4_chemical_C2 +LQ08X007030 Putative uncharacterized protein 6.020552396 L4_chemical_C3 +LQ08X007040 DAZ-associated protein, putative 6.459625037 C6_control_A1 +LQ08X007040 DAZ-associated protein, putative 6.885773772 C6_control_A3 +LQ08X007040 DAZ-associated protein, putative 5.676539768 C6_control_B1 +LQ08X007040 DAZ-associated protein, putative 5.985430637 C6_control_B2 +LQ08X007040 DAZ-associated protein, putative 6.207620673 C6_control_B3 +LQ08X007040 DAZ-associated protein, putative 5.695098615 C6_control_C1 +LQ08X007040 DAZ-associated protein, putative 6.436970474 C6_control_C2 +LQ08X007040 DAZ-associated protein, putative 5.831656572 C6_control_C3 +LQ08X007040 DAZ-associated protein, putative 5.931371332 C6_chemical_A1 +LQ08X007040 DAZ-associated protein, putative 6.264079594 C6_chemical_A3 +LQ08X007040 DAZ-associated protein, putative 5.699487772 C6_chemical_B1 +LQ08X007040 DAZ-associated protein, putative 5.79602035 C6_chemical_B2 +LQ08X007040 DAZ-associated protein, putative 5.995595134 C6_chemical_B3 +LQ08X007040 DAZ-associated protein, putative 5.895171774 C6_chemical_C1 +LQ08X007040 DAZ-associated protein, putative 6.29030359 C6_chemical_C2 +LQ08X007040 DAZ-associated protein, putative 5.312188784 C6_chemical_C3 +LQ08X007040 DAZ-associated protein, putative 5.842391974 L4_control_A1 +LQ08X007040 DAZ-associated protein, putative 6.300863067 L4_control_A2 +LQ08X007040 DAZ-associated protein, putative 5.944663255 L4_control_A3 +LQ08X007040 DAZ-associated protein, putative 5.92279897 L4_control_B1 +LQ08X007040 DAZ-associated protein, putative 6.567573152 L4_control_B2 +LQ08X007040 DAZ-associated protein, putative 5.876533608 L4_control_B3 +LQ08X007040 DAZ-associated protein, putative 6.677920989 L4_control_C2 +LQ08X007040 DAZ-associated protein, putative 6.365514636 L4_control_C3 +LQ08X007040 DAZ-associated protein, putative 5.9062924 L4_chemical_A1 +LQ08X007040 DAZ-associated protein, putative 5.880757914 L4_chemical_A2 +LQ08X007040 DAZ-associated protein, putative 5.160693778 L4_chemical_A3 +LQ08X007040 DAZ-associated protein, putative 6.570290356 L4_chemical_B1 +LQ08X007040 DAZ-associated protein, putative 6.088249869 L4_chemical_B2 +LQ08X007040 DAZ-associated protein, putative 5.89301801 L4_chemical_B3 +LQ08X007040 DAZ-associated protein, putative 6.094900066 L4_chemical_C2 +LQ08X007040 DAZ-associated protein, putative 7.132328019 L4_chemical_C3 +LQ08X007050 Predicted protein 5.481377613 C6_control_A1 +LQ08X007050 Predicted protein 5.503103197 C6_control_A3 +LQ08X007050 Predicted protein 5.659499849 C6_control_B1 +LQ08X007050 Predicted protein 5.450921219 C6_control_B2 +LQ08X007050 Predicted protein 5.502081969 C6_control_B3 +LQ08X007050 Predicted protein 5.465703098 C6_control_C1 +LQ08X007050 Predicted protein 5.466783332 C6_control_C2 +LQ08X007050 Predicted protein 5.7661938 C6_control_C3 +LQ08X007050 Predicted protein 5.674396224 C6_chemical_A1 +LQ08X007050 Predicted protein 5.571854473 C6_chemical_A3 +LQ08X007050 Predicted protein 5.924175514 C6_chemical_B1 +LQ08X007050 Predicted protein 5.402945706 C6_chemical_B2 +LQ08X007050 Predicted protein 5.031885905 C6_chemical_B3 +LQ08X007050 Predicted protein 5.544808395 C6_chemical_C1 +LQ08X007050 Predicted protein 5.754304721 C6_chemical_C2 +LQ08X007050 Predicted protein 5.203164932 C6_chemical_C3 +LQ08X007050 Predicted protein 5.357511725 L4_control_A1 +LQ08X007050 Predicted protein 5.183931731 L4_control_A2 +LQ08X007050 Predicted protein 5.852847541 L4_control_A3 +LQ08X007050 Predicted protein 6.173419661 L4_control_B1 +LQ08X007050 Predicted protein 5.480598843 L4_control_B2 +LQ08X007050 Predicted protein 5.797261668 L4_control_B3 +LQ08X007050 Predicted protein 5.265408985 L4_control_C2 +LQ08X007050 Predicted protein 5.876695756 L4_control_C3 +LQ08X007050 Predicted protein 5.330748288 L4_chemical_A1 +LQ08X007050 Predicted protein 5.984614181 L4_chemical_A2 +LQ08X007050 Predicted protein 6.039617711 L4_chemical_A3 +LQ08X007050 Predicted protein 5.091558222 L4_chemical_B1 +LQ08X007050 Predicted protein 5.398544622 L4_chemical_B2 +LQ08X007050 Predicted protein 5.50452685 L4_chemical_B3 +LQ08X007050 Predicted protein 6.186428166 L4_chemical_C2 +LQ08X007050 Predicted protein 5.671416685 L4_chemical_C3 +LQ08X007060 Predicted protein 6.54482897 C6_control_A1 +LQ08X007060 Predicted protein 7.54770526 C6_control_A3 +LQ08X007060 Predicted protein 5.960734711 C6_control_B1 +LQ08X007060 Predicted protein 5.52113443 C6_control_B2 +LQ08X007060 Predicted protein 5.964801569 C6_control_B3 +LQ08X007060 Predicted protein 5.598127191 C6_control_C1 +LQ08X007060 Predicted protein 6.058809415 C6_control_C2 +LQ08X007060 Predicted protein 5.06636305 C6_control_C3 +LQ08X007060 Predicted protein 6.050235871 C6_chemical_A1 +LQ08X007060 Predicted protein 5.66650999 C6_chemical_A3 +LQ08X007060 Predicted protein 6.347019739 C6_chemical_B1 +LQ08X007060 Predicted protein 5.584803268 C6_chemical_B2 +LQ08X007060 Predicted protein 5.938461815 C6_chemical_B3 +LQ08X007060 Predicted protein 5.394983619 C6_chemical_C1 +LQ08X007060 Predicted protein 5.395559684 C6_chemical_C2 +LQ08X007060 Predicted protein 4.979064198 C6_chemical_C3 +LQ08X007060 Predicted protein 6.024948194 L4_control_A1 +LQ08X007060 Predicted protein 6.393296391 L4_control_A2 +LQ08X007060 Predicted protein 6.253454847 L4_control_A3 +LQ08X007060 Predicted protein 5.835358206 L4_control_B1 +LQ08X007060 Predicted protein 5.586985016 L4_control_B2 +LQ08X007060 Predicted protein 6.066397339 L4_control_B3 +LQ08X007060 Predicted protein 6.321866171 L4_control_C2 +LQ08X007060 Predicted protein 6.956391547 L4_control_C3 +LQ08X007060 Predicted protein 6.157294364 L4_chemical_A1 +LQ08X007060 Predicted protein 6.395935939 L4_chemical_A2 +LQ08X007060 Predicted protein 6.294865409 L4_chemical_A3 +LQ08X007060 Predicted protein 5.759688622 L4_chemical_B1 +LQ08X007060 Predicted protein 5.73107447 L4_chemical_B2 +LQ08X007060 Predicted protein 6.254341456 L4_chemical_B3 +LQ08X007060 Predicted protein 7.342886575 L4_chemical_C2 +LQ08X007060 Predicted protein 6.437243828 L4_chemical_C3 +LQ08X007090 Predicted protein 7.598531994 C6_control_A1 +LQ08X007090 Predicted protein 8.310082814 C6_control_A3 +LQ08X007090 Predicted protein 7.313224947 C6_control_B1 +LQ08X007090 Predicted protein 8.422612459 C6_control_B2 +LQ08X007090 Predicted protein 7.930674157 C6_control_B3 +LQ08X007090 Predicted protein 8.895045541 C6_control_C1 +LQ08X007090 Predicted protein 9.590582528 C6_control_C2 +LQ08X007090 Predicted protein 9.48666851 C6_control_C3 +LQ08X007090 Predicted protein 7.823210647 C6_chemical_A1 +LQ08X007090 Predicted protein 7.74762802 C6_chemical_A3 +LQ08X007090 Predicted protein 7.649238828 C6_chemical_B1 +LQ08X007090 Predicted protein 8.599149996 C6_chemical_B2 +LQ08X007090 Predicted protein 8.0661998 C6_chemical_B3 +LQ08X007090 Predicted protein 9.855081683 C6_chemical_C1 +LQ08X007090 Predicted protein 9.699104726 C6_chemical_C2 +LQ08X007090 Predicted protein 9.443467728 C6_chemical_C3 +LQ08X007090 Predicted protein 8.474515327 L4_control_A1 +LQ08X007090 Predicted protein 7.856875403 L4_control_A2 +LQ08X007090 Predicted protein 8.05309919 L4_control_A3 +LQ08X007090 Predicted protein 9.102678949 L4_control_B1 +LQ08X007090 Predicted protein 8.218913282 L4_control_B2 +LQ08X007090 Predicted protein 8.690791614 L4_control_B3 +LQ08X007090 Predicted protein 8.330143424 L4_control_C2 +LQ08X007090 Predicted protein 8.063264651 L4_control_C3 +LQ08X007090 Predicted protein 8.556042278 L4_chemical_A1 +LQ08X007090 Predicted protein 8.142456005 L4_chemical_A2 +LQ08X007090 Predicted protein 8.982667892 L4_chemical_A3 +LQ08X007090 Predicted protein 7.519239978 L4_chemical_B1 +LQ08X007090 Predicted protein 7.934470178 L4_chemical_B2 +LQ08X007090 Predicted protein 8.665529258 L4_chemical_B3 +LQ08X007090 Predicted protein 8.196085602 L4_chemical_C2 +LQ08X007090 Predicted protein 8.309854133 L4_chemical_C3 +LQ08X007100 Putative uncharacterized protein 6.319615516 C6_control_A1 +LQ08X007100 Putative uncharacterized protein 5.535867639 C6_control_A3 +LQ08X007100 Putative uncharacterized protein 6.653827192 C6_control_B1 +LQ08X007100 Putative uncharacterized protein 7.353649901 C6_control_B2 +LQ08X007100 Putative uncharacterized protein 6.887397323 C6_control_B3 +LQ08X007100 Putative uncharacterized protein 8.43690968 C6_control_C1 +LQ08X007100 Putative uncharacterized protein 7.896053665 C6_control_C2 +LQ08X007100 Putative uncharacterized protein 7.362777339 C6_control_C3 +LQ08X007100 Putative uncharacterized protein 5.685877158 C6_chemical_A1 +LQ08X007100 Putative uncharacterized protein 6.622613257 C6_chemical_A3 +LQ08X007100 Putative uncharacterized protein 6.536192118 C6_chemical_B1 +LQ08X007100 Putative uncharacterized protein 7.218041743 C6_chemical_B2 +LQ08X007100 Putative uncharacterized protein 7.201977629 C6_chemical_B3 +LQ08X007100 Putative uncharacterized protein 8.728339479 C6_chemical_C1 +LQ08X007100 Putative uncharacterized protein 7.79071894 C6_chemical_C2 +LQ08X007100 Putative uncharacterized protein 6.933355733 C6_chemical_C3 +LQ08X007100 Putative uncharacterized protein 7.164218797 L4_control_A1 +LQ08X007100 Putative uncharacterized protein 6.738206468 L4_control_A2 +LQ08X007100 Putative uncharacterized protein 6.380957773 L4_control_A3 +LQ08X007100 Putative uncharacterized protein 7.882492868 L4_control_B1 +LQ08X007100 Putative uncharacterized protein 7.510471109 L4_control_B2 +LQ08X007100 Putative uncharacterized protein 7.756151904 L4_control_B3 +LQ08X007100 Putative uncharacterized protein 7.444188227 L4_control_C2 +LQ08X007100 Putative uncharacterized protein 7.124821061 L4_control_C3 +LQ08X007100 Putative uncharacterized protein 7.109807487 L4_chemical_A1 +LQ08X007100 Putative uncharacterized protein 6.762083993 L4_chemical_A2 +LQ08X007100 Putative uncharacterized protein 6.157651401 L4_chemical_A3 +LQ08X007100 Putative uncharacterized protein 7.736175496 L4_chemical_B1 +LQ08X007100 Putative uncharacterized protein 7.876470644 L4_chemical_B2 +LQ08X007100 Putative uncharacterized protein 7.066165977 L4_chemical_B3 +LQ08X007100 Putative uncharacterized protein 7.572846715 L4_chemical_C2 +LQ08X007100 Putative uncharacterized protein 6.900537942 L4_chemical_C3 +LQ08X007110 ATP binding protein, putative 8.138192531 C6_control_A1 +LQ08X007110 ATP binding protein, putative 8.906371399 C6_control_A3 +LQ08X007110 ATP binding protein, putative 5.582367312 C6_control_B1 +LQ08X007110 ATP binding protein, putative 5.223348511 C6_control_B2 +LQ08X007110 ATP binding protein, putative 5.188679508 C6_control_B3 +LQ08X007110 ATP binding protein, putative 5.062125871 C6_control_C1 +LQ08X007110 ATP binding protein, putative 4.932574387 C6_control_C2 +LQ08X007110 ATP binding protein, putative 5.042760958 C6_control_C3 +LQ08X007110 ATP binding protein, putative 7.251382527 C6_chemical_A1 +LQ08X007110 ATP binding protein, putative 8.957549315 C6_chemical_A3 +LQ08X007110 ATP binding protein, putative 5.287265419 C6_chemical_B1 +LQ08X007110 ATP binding protein, putative 4.912550257 C6_chemical_B2 +LQ08X007110 ATP binding protein, putative 5.453082328 C6_chemical_B3 +LQ08X007110 ATP binding protein, putative 5.139124921 C6_chemical_C1 +LQ08X007110 ATP binding protein, putative 4.837510833 C6_chemical_C2 +LQ08X007110 ATP binding protein, putative 5.037653224 C6_chemical_C3 +LQ08X007110 ATP binding protein, putative 8.758622135 L4_control_A1 +LQ08X007110 ATP binding protein, putative 8.337857184 L4_control_A2 +LQ08X007110 ATP binding protein, putative 7.868285855 L4_control_A3 +LQ08X007110 ATP binding protein, putative 5.473077527 L4_control_B1 +LQ08X007110 ATP binding protein, putative 6.371462293 L4_control_B2 +LQ08X007110 ATP binding protein, putative 5.148095368 L4_control_B3 +LQ08X007110 ATP binding protein, putative 4.986783356 L4_control_C2 +LQ08X007110 ATP binding protein, putative 5.524437944 L4_control_C3 +LQ08X007110 ATP binding protein, putative 7.850620538 L4_chemical_A1 +LQ08X007110 ATP binding protein, putative 6.547091721 L4_chemical_A2 +LQ08X007110 ATP binding protein, putative 8.165370868 L4_chemical_A3 +LQ08X007110 ATP binding protein, putative 5.355230153 L4_chemical_B1 +LQ08X007110 ATP binding protein, putative 5.965535103 L4_chemical_B2 +LQ08X007110 ATP binding protein, putative 7.115967388 L4_chemical_B3 +LQ08X007110 ATP binding protein, putative 5.186334616 L4_chemical_C2 +LQ08X007110 ATP binding protein, putative 5.449200663 L4_chemical_C3 +LQ08X007130 Predicted protein 12.60883035 C6_control_A1 +LQ08X007130 Predicted protein 12.90899622 C6_control_A3 +LQ08X007130 Predicted protein 12.33851038 C6_control_B1 +LQ08X007130 Predicted protein 12.1486714 C6_control_B2 +LQ08X007130 Predicted protein 12.1560268 C6_control_B3 +LQ08X007130 Predicted protein 11.83537902 C6_control_C1 +LQ08X007130 Predicted protein 12.05225431 C6_control_C2 +LQ08X007130 Predicted protein 11.96950301 C6_control_C3 +LQ08X007130 Predicted protein 12.40690753 C6_chemical_A1 +LQ08X007130 Predicted protein 12.38655192 C6_chemical_A3 +LQ08X007130 Predicted protein 12.22380658 C6_chemical_B1 +LQ08X007130 Predicted protein 12.07279756 C6_chemical_B2 +LQ08X007130 Predicted protein 12.0407843 C6_chemical_B3 +LQ08X007130 Predicted protein 11.57856479 C6_chemical_C1 +LQ08X007130 Predicted protein 12.00701487 C6_chemical_C2 +LQ08X007130 Predicted protein 11.61550148 C6_chemical_C3 +LQ08X007130 Predicted protein 12.83514539 L4_control_A1 +LQ08X007130 Predicted protein 12.71324541 L4_control_A2 +LQ08X007130 Predicted protein 12.58052649 L4_control_A3 +LQ08X007130 Predicted protein 11.95323478 L4_control_B1 +LQ08X007130 Predicted protein 12.10495496 L4_control_B2 +LQ08X007130 Predicted protein 11.68483987 L4_control_B3 +LQ08X007130 Predicted protein 11.95372572 L4_control_C2 +LQ08X007130 Predicted protein 11.72616724 L4_control_C3 +LQ08X007130 Predicted protein 12.72305335 L4_chemical_A1 +LQ08X007130 Predicted protein 12.90005837 L4_chemical_A2 +LQ08X007130 Predicted protein 12.764169 L4_chemical_A3 +LQ08X007130 Predicted protein 12.11028478 L4_chemical_B1 +LQ08X007130 Predicted protein 12.06824589 L4_chemical_B2 +LQ08X007130 Predicted protein 12.07471861 L4_chemical_B3 +LQ08X007130 Predicted protein 12.00210811 L4_chemical_C2 +LQ08X007130 Predicted protein 11.49348869 L4_chemical_C3 +LQ08X007140 Predicted protein 11.2421632 C6_control_A1 +LQ08X007140 Predicted protein 11.59083125 C6_control_A3 +LQ08X007140 Predicted protein 10.92693426 C6_control_B1 +LQ08X007140 Predicted protein 10.54898368 C6_control_B2 +LQ08X007140 Predicted protein 11.22424202 C6_control_B3 +LQ08X007140 Predicted protein 10.20504738 C6_control_C1 +LQ08X007140 Predicted protein 10.05075048 C6_control_C2 +LQ08X007140 Predicted protein 10.55893277 C6_control_C3 +LQ08X007140 Predicted protein 11.5639934 C6_chemical_A1 +LQ08X007140 Predicted protein 11.09285971 C6_chemical_A3 +LQ08X007140 Predicted protein 10.84866049 C6_chemical_B1 +LQ08X007140 Predicted protein 10.37201161 C6_chemical_B2 +LQ08X007140 Predicted protein 10.96500567 C6_chemical_B3 +LQ08X007140 Predicted protein 10.11638493 C6_chemical_C1 +LQ08X007140 Predicted protein 10.1034402 C6_chemical_C2 +LQ08X007140 Predicted protein 9.957091879 C6_chemical_C3 +LQ08X007140 Predicted protein 11.43716789 L4_control_A1 +LQ08X007140 Predicted protein 11.73211003 L4_control_A2 +LQ08X007140 Predicted protein 12.16792912 L4_control_A3 +LQ08X007140 Predicted protein 11.11052307 L4_control_B1 +LQ08X007140 Predicted protein 10.9907677 L4_control_B2 +LQ08X007140 Predicted protein 10.56406928 L4_control_B3 +LQ08X007140 Predicted protein 10.49058352 L4_control_C2 +LQ08X007140 Predicted protein 10.82783184 L4_control_C3 +LQ08X007140 Predicted protein 11.08017634 L4_chemical_A1 +LQ08X007140 Predicted protein 12.30347174 L4_chemical_A2 +LQ08X007140 Predicted protein 11.68165635 L4_chemical_A3 +LQ08X007140 Predicted protein 11.39134994 L4_chemical_B1 +LQ08X007140 Predicted protein 11.87517694 L4_chemical_B2 +LQ08X007140 Predicted protein 10.82591221 L4_chemical_B3 +LQ08X007140 Predicted protein 10.72622745 L4_chemical_C2 +LQ08X007140 Predicted protein 10.63364689 L4_chemical_C3 +LQ08X007150 Phytosulfokines 3 5.773291916 C6_control_A1 +LQ08X007150 Phytosulfokines 3 5.410910107 C6_control_A3 +LQ08X007150 Phytosulfokines 3 5.456980175 C6_control_B1 +LQ08X007150 Phytosulfokines 3 5.083752169 C6_control_B2 +LQ08X007150 Phytosulfokines 3 5.329420698 C6_control_B3 +LQ08X007150 Phytosulfokines 3 5.10703437 C6_control_C1 +LQ08X007150 Phytosulfokines 3 5.259174846 C6_control_C2 +LQ08X007150 Phytosulfokines 3 5.317462476 C6_control_C3 +LQ08X007150 Phytosulfokines 3 5.545715401 C6_chemical_A1 +LQ08X007150 Phytosulfokines 3 5.500075413 C6_chemical_A3 +LQ08X007150 Phytosulfokines 3 5.435485071 C6_chemical_B1 +LQ08X007150 Phytosulfokines 3 5.239223783 C6_chemical_B2 +LQ08X007150 Phytosulfokines 3 5.91780621 C6_chemical_B3 +LQ08X007150 Phytosulfokines 3 5.481636908 C6_chemical_C1 +LQ08X007150 Phytosulfokines 3 5.249904559 C6_chemical_C2 +LQ08X007150 Phytosulfokines 3 5.367880311 C6_chemical_C3 +LQ08X007150 Phytosulfokines 3 5.496050878 L4_control_A1 +LQ08X007150 Phytosulfokines 3 6.366123579 L4_control_A2 +LQ08X007150 Phytosulfokines 3 6.185779309 L4_control_A3 +LQ08X007150 Phytosulfokines 3 5.575980328 L4_control_B1 +LQ08X007150 Phytosulfokines 3 5.460005296 L4_control_B2 +LQ08X007150 Phytosulfokines 3 5.916205074 L4_control_B3 +LQ08X007150 Phytosulfokines 3 6.804843059 L4_control_C2 +LQ08X007150 Phytosulfokines 3 5.763333814 L4_control_C3 +LQ08X007150 Phytosulfokines 3 5.699718509 L4_chemical_A1 +LQ08X007150 Phytosulfokines 3 6.371311884 L4_chemical_A2 +LQ08X007150 Phytosulfokines 3 5.976275702 L4_chemical_A3 +LQ08X007150 Phytosulfokines 3 5.325438817 L4_chemical_B1 +LQ08X007150 Phytosulfokines 3 5.944711565 L4_chemical_B2 +LQ08X007150 Phytosulfokines 3 5.560510498 L4_chemical_B3 +LQ08X007150 Phytosulfokines 3 7.023983469 L4_chemical_C2 +LQ08X007150 Phytosulfokines 3 5.333392591 L4_chemical_C3 +LQ08X007170 Putative uncharacterized protein 5.196693124 C6_control_A1 +LQ08X007170 Putative uncharacterized protein 4.827348116 C6_control_A3 +LQ08X007170 Putative uncharacterized protein 5.611689491 C6_control_B1 +LQ08X007170 Putative uncharacterized protein 5.138758063 C6_control_B2 +LQ08X007170 Putative uncharacterized protein 5.943869936 C6_control_B3 +LQ08X007170 Putative uncharacterized protein 4.937775227 C6_control_C1 +LQ08X007170 Putative uncharacterized protein 4.994268642 C6_control_C2 +LQ08X007170 Putative uncharacterized protein 4.897345493 C6_control_C3 +LQ08X007170 Putative uncharacterized protein 5.09001992 C6_chemical_A1 +LQ08X007170 Putative uncharacterized protein 5.212030923 C6_chemical_A3 +LQ08X007170 Putative uncharacterized protein 5.485682972 C6_chemical_B1 +LQ08X007170 Putative uncharacterized protein 5.233017968 C6_chemical_B2 +LQ08X007170 Putative uncharacterized protein 5.77991723 C6_chemical_B3 +LQ08X007170 Putative uncharacterized protein 4.703540272 C6_chemical_C1 +LQ08X007170 Putative uncharacterized protein 4.748490011 C6_chemical_C2 +LQ08X007170 Putative uncharacterized protein 4.829937157 C6_chemical_C3 +LQ08X007170 Putative uncharacterized protein 5.241832855 L4_control_A1 +LQ08X007170 Putative uncharacterized protein 5.318732338 L4_control_A2 +LQ08X007170 Putative uncharacterized protein 5.011705234 L4_control_A3 +LQ08X007170 Putative uncharacterized protein 5.148658143 L4_control_B1 +LQ08X007170 Putative uncharacterized protein 5.36090941 L4_control_B2 +LQ08X007170 Putative uncharacterized protein 5.308047255 L4_control_B3 +LQ08X007170 Putative uncharacterized protein 5.395283349 L4_control_C2 +LQ08X007170 Putative uncharacterized protein 5.087422744 L4_control_C3 +LQ08X007170 Putative uncharacterized protein 5.062832172 L4_chemical_A1 +LQ08X007170 Putative uncharacterized protein 5.152125999 L4_chemical_A2 +LQ08X007170 Putative uncharacterized protein 5.220374186 L4_chemical_A3 +LQ08X007170 Putative uncharacterized protein 5.424631086 L4_chemical_B1 +LQ08X007170 Putative uncharacterized protein 5.751731356 L4_chemical_B2 +LQ08X007170 Putative uncharacterized protein 5.899593528 L4_chemical_B3 +LQ08X007170 Putative uncharacterized protein 5.701038905 L4_chemical_C2 +LQ08X007170 Putative uncharacterized protein 5.047335066 L4_chemical_C3 +LQ08X007180 U-box domain-containing protein 31 5.374217279 C6_control_A1 +LQ08X007180 U-box domain-containing protein 31 5.778908886 C6_control_A3 +LQ08X007180 U-box domain-containing protein 31 5.837844768 C6_control_B1 +LQ08X007180 U-box domain-containing protein 31 5.147347059 C6_control_B2 +LQ08X007180 U-box domain-containing protein 31 5.569683364 C6_control_B3 +LQ08X007180 U-box domain-containing protein 31 5.035826956 C6_control_C1 +LQ08X007180 U-box domain-containing protein 31 5.151415084 C6_control_C2 +LQ08X007180 U-box domain-containing protein 31 4.865664646 C6_control_C3 +LQ08X007180 U-box domain-containing protein 31 5.503418993 C6_chemical_A1 +LQ08X007180 U-box domain-containing protein 31 5.280320344 C6_chemical_A3 +LQ08X007180 U-box domain-containing protein 31 5.206532598 C6_chemical_B1 +LQ08X007180 U-box domain-containing protein 31 5.057123106 C6_chemical_B2 +LQ08X007180 U-box domain-containing protein 31 4.886982913 C6_chemical_B3 +LQ08X007180 U-box domain-containing protein 31 5.208017131 C6_chemical_C1 +LQ08X007180 U-box domain-containing protein 31 4.903586059 C6_chemical_C2 +LQ08X007180 U-box domain-containing protein 31 4.778805417 C6_chemical_C3 +LQ08X007180 U-box domain-containing protein 31 5.230525067 L4_control_A1 +LQ08X007180 U-box domain-containing protein 31 5.49926654 L4_control_A2 +LQ08X007180 U-box domain-containing protein 31 5.409503615 L4_control_A3 +LQ08X007180 U-box domain-containing protein 31 5.464269238 L4_control_B1 +LQ08X007180 U-box domain-containing protein 31 5.868152979 L4_control_B2 +LQ08X007180 U-box domain-containing protein 31 5.284607468 L4_control_B3 +LQ08X007180 U-box domain-containing protein 31 5.187519667 L4_control_C2 +LQ08X007180 U-box domain-containing protein 31 5.4977102 L4_control_C3 +LQ08X007180 U-box domain-containing protein 31 5.076714153 L4_chemical_A1 +LQ08X007180 U-box domain-containing protein 31 5.634853042 L4_chemical_A2 +LQ08X007180 U-box domain-containing protein 31 5.760792853 L4_chemical_A3 +LQ08X007180 U-box domain-containing protein 31 5.763110472 L4_chemical_B1 +LQ08X007180 U-box domain-containing protein 31 5.337178163 L4_chemical_B2 +LQ08X007180 U-box domain-containing protein 31 5.318901033 L4_chemical_B3 +LQ08X007180 U-box domain-containing protein 31 5.346308104 L4_chemical_C2 +LQ08X007180 U-box domain-containing protein 31 4.990687264 L4_chemical_C3 +LQ08X007190 Putative Group XV phospholipase A2 11.32316944 C6_control_A1 +LQ08X007190 Putative Group XV phospholipase A2 8.661749705 C6_control_A3 +LQ08X007190 Putative Group XV phospholipase A2 11.85609454 C6_control_B1 +LQ08X007190 Putative Group XV phospholipase A2 12.09399435 C6_control_B2 +LQ08X007190 Putative Group XV phospholipase A2 10.13021962 C6_control_B3 +LQ08X007190 Putative Group XV phospholipase A2 12.95911852 C6_control_C1 +LQ08X007190 Putative Group XV phospholipase A2 11.6865332 C6_control_C2 +LQ08X007190 Putative Group XV phospholipase A2 9.83536835 C6_control_C3 +LQ08X007190 Putative Group XV phospholipase A2 11.75926294 C6_chemical_A1 +LQ08X007190 Putative Group XV phospholipase A2 9.675680326 C6_chemical_A3 +LQ08X007190 Putative Group XV phospholipase A2 12.47471964 C6_chemical_B1 +LQ08X007190 Putative Group XV phospholipase A2 12.22426389 C6_chemical_B2 +LQ08X007190 Putative Group XV phospholipase A2 10.27995216 C6_chemical_B3 +LQ08X007190 Putative Group XV phospholipase A2 13.23974813 C6_chemical_C1 +LQ08X007190 Putative Group XV phospholipase A2 12.4714556 C6_chemical_C2 +LQ08X007190 Putative Group XV phospholipase A2 10.36152648 C6_chemical_C3 +LQ08X007190 Putative Group XV phospholipase A2 10.19686575 L4_control_A1 +LQ08X007190 Putative Group XV phospholipase A2 11.26941854 L4_control_A2 +LQ08X007190 Putative Group XV phospholipase A2 9.477414287 L4_control_A3 +LQ08X007190 Putative Group XV phospholipase A2 11.9015715 L4_control_B1 +LQ08X007190 Putative Group XV phospholipase A2 12.28037004 L4_control_B2 +LQ08X007190 Putative Group XV phospholipase A2 9.474582412 L4_control_B3 +LQ08X007190 Putative Group XV phospholipase A2 12.54621838 L4_control_C2 +LQ08X007190 Putative Group XV phospholipase A2 9.690241919 L4_control_C3 +LQ08X007190 Putative Group XV phospholipase A2 10.89988178 L4_chemical_A1 +LQ08X007190 Putative Group XV phospholipase A2 11.68451703 L4_chemical_A2 +LQ08X007190 Putative Group XV phospholipase A2 9.244407042 L4_chemical_A3 +LQ08X007190 Putative Group XV phospholipase A2 12.33688189 L4_chemical_B1 +LQ08X007190 Putative Group XV phospholipase A2 11.84462507 L4_chemical_B2 +LQ08X007190 Putative Group XV phospholipase A2 9.052670419 L4_chemical_B3 +LQ08X007190 Putative Group XV phospholipase A2 12.27514251 L4_chemical_C2 +LQ08X007190 Putative Group XV phospholipase A2 10.03328904 L4_chemical_C3 +LQ08X007210 Predicted protein 12.39543699 C6_control_A1 +LQ08X007210 Predicted protein 12.23414916 C6_control_A3 +LQ08X007210 Predicted protein 12.34106092 C6_control_B1 +LQ08X007210 Predicted protein 11.95399536 C6_control_B2 +LQ08X007210 Predicted protein 12.31505881 C6_control_B3 +LQ08X007210 Predicted protein 10.84156658 C6_control_C1 +LQ08X007210 Predicted protein 11.45150305 C6_control_C2 +LQ08X007210 Predicted protein 11.42206283 C6_control_C3 +LQ08X007210 Predicted protein 12.22512664 C6_chemical_A1 +LQ08X007210 Predicted protein 12.14928414 C6_chemical_A3 +LQ08X007210 Predicted protein 12.19877182 C6_chemical_B1 +LQ08X007210 Predicted protein 11.92580222 C6_chemical_B2 +LQ08X007210 Predicted protein 12.77250997 C6_chemical_B3 +LQ08X007210 Predicted protein 10.76463599 C6_chemical_C1 +LQ08X007210 Predicted protein 11.57938846 C6_chemical_C2 +LQ08X007210 Predicted protein 12.43644241 C6_chemical_C3 +LQ08X007210 Predicted protein 12.17859437 L4_control_A1 +LQ08X007210 Predicted protein 12.83770708 L4_control_A2 +LQ08X007210 Predicted protein 13.13673193 L4_control_A3 +LQ08X007210 Predicted protein 12.68171774 L4_control_B1 +LQ08X007210 Predicted protein 12.38309219 L4_control_B2 +LQ08X007210 Predicted protein 12.45681979 L4_control_B3 +LQ08X007210 Predicted protein 12.22449438 L4_control_C2 +LQ08X007210 Predicted protein 12.65141618 L4_control_C3 +LQ08X007210 Predicted protein 13.49440927 L4_chemical_A1 +LQ08X007210 Predicted protein 13.31925853 L4_chemical_A2 +LQ08X007210 Predicted protein 13.3306842 L4_chemical_A3 +LQ08X007210 Predicted protein 13.19298864 L4_chemical_B1 +LQ08X007210 Predicted protein 13.08916225 L4_chemical_B2 +LQ08X007210 Predicted protein 13.0454131 L4_chemical_B3 +LQ08X007210 Predicted protein 12.01817396 L4_chemical_C2 +LQ08X007210 Predicted protein 12.36067841 L4_chemical_C3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.75027742 C6_control_A1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.76653206 C6_control_A3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.67659611 C6_control_B1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.36728222 C6_control_B2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.55854931 C6_control_B3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.59224756 C6_control_C1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 12.04240934 C6_control_C2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.75207203 C6_control_C3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.92357991 C6_chemical_A1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.9545567 C6_chemical_A3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.57680547 C6_chemical_B1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.51886959 C6_chemical_B2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.54106403 C6_chemical_B3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.98980158 C6_chemical_C1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 12.33361666 C6_chemical_C2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.65947581 C6_chemical_C3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.383453 L4_control_A1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.90768938 L4_control_A2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 9.677640583 L4_control_A3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.14362095 L4_control_B1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.39456835 L4_control_B2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.65229206 L4_control_B3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.02936479 L4_control_C2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.98406443 L4_control_C3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.07526088 L4_chemical_A1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.65393522 L4_chemical_A2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.16932875 L4_chemical_A3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.38244568 L4_chemical_B1 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.75679472 L4_chemical_B2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.22286184 L4_chemical_B3 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 11.3781895 L4_chemical_C2 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.99735643 L4_chemical_C3 +LQ08X007240 Serine carboxypeptidase-like 19 4.5839441 C6_control_A1 +LQ08X007240 Serine carboxypeptidase-like 19 4.432290449 C6_control_A3 +LQ08X007240 Serine carboxypeptidase-like 19 4.846933441 C6_control_B1 +LQ08X007240 Serine carboxypeptidase-like 19 4.536980068 C6_control_B2 +LQ08X007240 Serine carboxypeptidase-like 19 4.597921271 C6_control_B3 +LQ08X007240 Serine carboxypeptidase-like 19 4.800867398 C6_control_C1 +LQ08X007240 Serine carboxypeptidase-like 19 4.537669133 C6_control_C2 +LQ08X007240 Serine carboxypeptidase-like 19 4.676571106 C6_control_C3 +LQ08X007240 Serine carboxypeptidase-like 19 4.555935293 C6_chemical_A1 +LQ08X007240 Serine carboxypeptidase-like 19 4.503831436 C6_chemical_A3 +LQ08X007240 Serine carboxypeptidase-like 19 4.993426693 C6_chemical_B1 +LQ08X007240 Serine carboxypeptidase-like 19 4.50426055 C6_chemical_B2 +LQ08X007240 Serine carboxypeptidase-like 19 4.88242247 C6_chemical_B3 +LQ08X007240 Serine carboxypeptidase-like 19 4.654429988 C6_chemical_C1 +LQ08X007240 Serine carboxypeptidase-like 19 4.549578088 C6_chemical_C2 +LQ08X007240 Serine carboxypeptidase-like 19 4.697772984 C6_chemical_C3 +LQ08X007240 Serine carboxypeptidase-like 19 4.816402633 L4_control_A1 +LQ08X007240 Serine carboxypeptidase-like 19 4.644910749 L4_control_A2 +LQ08X007240 Serine carboxypeptidase-like 19 4.766411205 L4_control_A3 +LQ08X007240 Serine carboxypeptidase-like 19 4.809183771 L4_control_B1 +LQ08X007240 Serine carboxypeptidase-like 19 4.871995664 L4_control_B2 +LQ08X007240 Serine carboxypeptidase-like 19 4.799166604 L4_control_B3 +LQ08X007240 Serine carboxypeptidase-like 19 4.899181069 L4_control_C2 +LQ08X007240 Serine carboxypeptidase-like 19 5.517670862 L4_control_C3 +LQ08X007240 Serine carboxypeptidase-like 19 4.734501965 L4_chemical_A1 +LQ08X007240 Serine carboxypeptidase-like 19 4.542384897 L4_chemical_A2 +LQ08X007240 Serine carboxypeptidase-like 19 4.808624947 L4_chemical_A3 +LQ08X007240 Serine carboxypeptidase-like 19 4.638271154 L4_chemical_B1 +LQ08X007240 Serine carboxypeptidase-like 19 4.653072165 L4_chemical_B2 +LQ08X007240 Serine carboxypeptidase-like 19 4.664884728 L4_chemical_B3 +LQ08X007240 Serine carboxypeptidase-like 19 5.091678862 L4_chemical_C2 +LQ08X007240 Serine carboxypeptidase-like 19 5.246060718 L4_chemical_C3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.12261026 C6_control_A1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.73469679 C6_control_A3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.20376529 C6_control_B1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.00911086 C6_control_B2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.22866655 C6_control_B3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.36469454 C6_control_C1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.07335338 C6_control_C2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.43509385 C6_control_C3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.05702251 C6_chemical_A1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.04360355 C6_chemical_A3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.27728679 C6_chemical_B1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.97573214 C6_chemical_B2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.28569566 C6_chemical_B3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.94022476 C6_chemical_C1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.88840771 C6_chemical_C2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.42806754 C6_chemical_C3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.80634911 L4_control_A1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.6868788 L4_control_A2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.33385289 L4_control_A3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.00549655 L4_control_B1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.20490847 L4_control_B2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.50097602 L4_control_B3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.4399975 L4_control_C2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.69365752 L4_control_C3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.87478653 L4_chemical_A1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.81979561 L4_chemical_A2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.30351622 L4_chemical_A3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.86923084 L4_chemical_B1 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 12.9919222 L4_chemical_B2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.26426512 L4_chemical_B3 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.32182418 L4_chemical_C2 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.59966241 L4_chemical_C3 +LQ08X007300 Putative uncharacterized protein 6.354903264 C6_control_A1 +LQ08X007300 Putative uncharacterized protein 6.151079446 C6_control_A3 +LQ08X007300 Putative uncharacterized protein 5.01432965 C6_control_B1 +LQ08X007300 Putative uncharacterized protein 5.044588832 C6_control_B2 +LQ08X007300 Putative uncharacterized protein 5.461838991 C6_control_B3 +LQ08X007300 Putative uncharacterized protein 4.638895987 C6_control_C1 +LQ08X007300 Putative uncharacterized protein 4.653376682 C6_control_C2 +LQ08X007300 Putative uncharacterized protein 4.964593487 C6_control_C3 +LQ08X007300 Putative uncharacterized protein 6.008401326 C6_chemical_A1 +LQ08X007300 Putative uncharacterized protein 6.34784788 C6_chemical_A3 +LQ08X007300 Putative uncharacterized protein 4.869767592 C6_chemical_B1 +LQ08X007300 Putative uncharacterized protein 5.071491831 C6_chemical_B2 +LQ08X007300 Putative uncharacterized protein 5.224212649 C6_chemical_B3 +LQ08X007300 Putative uncharacterized protein 4.84830031 C6_chemical_C1 +LQ08X007300 Putative uncharacterized protein 4.901628131 C6_chemical_C2 +LQ08X007300 Putative uncharacterized protein 4.907700486 C6_chemical_C3 +LQ08X007300 Putative uncharacterized protein 6.325659727 L4_control_A1 +LQ08X007300 Putative uncharacterized protein 5.720832519 L4_control_A2 +LQ08X007300 Putative uncharacterized protein 5.435121571 L4_control_A3 +LQ08X007300 Putative uncharacterized protein 6.152670792 L4_control_B1 +LQ08X007300 Putative uncharacterized protein 5.835762716 L4_control_B2 +LQ08X007300 Putative uncharacterized protein 4.934178313 L4_control_B3 +LQ08X007300 Putative uncharacterized protein 5.291643398 L4_control_C2 +LQ08X007300 Putative uncharacterized protein 5.346315714 L4_control_C3 +LQ08X007300 Putative uncharacterized protein 5.563283003 L4_chemical_A1 +LQ08X007300 Putative uncharacterized protein 5.341738573 L4_chemical_A2 +LQ08X007300 Putative uncharacterized protein 5.488208297 L4_chemical_A3 +LQ08X007300 Putative uncharacterized protein 5.544739064 L4_chemical_B1 +LQ08X007300 Putative uncharacterized protein 5.784868263 L4_chemical_B2 +LQ08X007300 Putative uncharacterized protein 5.24463067 L4_chemical_B3 +LQ08X007300 Putative uncharacterized protein 5.085128085 L4_chemical_C2 +LQ08X007300 Putative uncharacterized protein 5.062414303 L4_chemical_C3 +LQ08X007350 Putative uncharacterized protein 5.252738713 C6_control_A1 +LQ08X007350 Putative uncharacterized protein 4.919180112 C6_control_A3 +LQ08X007350 Putative uncharacterized protein 5.689669198 C6_control_B1 +LQ08X007350 Putative uncharacterized protein 5.143279219 C6_control_B2 +LQ08X007350 Putative uncharacterized protein 4.94874564 C6_control_B3 +LQ08X007350 Putative uncharacterized protein 5.556286669 C6_control_C1 +LQ08X007350 Putative uncharacterized protein 5.65358826 C6_control_C2 +LQ08X007350 Putative uncharacterized protein 5.498216575 C6_control_C3 +LQ08X007350 Putative uncharacterized protein 5.141552183 C6_chemical_A1 +LQ08X007350 Putative uncharacterized protein 5.280060979 C6_chemical_A3 +LQ08X007350 Putative uncharacterized protein 5.115279986 C6_chemical_B1 +LQ08X007350 Putative uncharacterized protein 5.188081475 C6_chemical_B2 +LQ08X007350 Putative uncharacterized protein 4.888936436 C6_chemical_B3 +LQ08X007350 Putative uncharacterized protein 5.655143089 C6_chemical_C1 +LQ08X007350 Putative uncharacterized protein 5.437911204 C6_chemical_C2 +LQ08X007350 Putative uncharacterized protein 5.183933716 C6_chemical_C3 +LQ08X007350 Putative uncharacterized protein 5.116508684 L4_control_A1 +LQ08X007350 Putative uncharacterized protein 4.953400371 L4_control_A2 +LQ08X007350 Putative uncharacterized protein 5.464032816 L4_control_A3 +LQ08X007350 Putative uncharacterized protein 5.230346038 L4_control_B1 +LQ08X007350 Putative uncharacterized protein 5.088463987 L4_control_B2 +LQ08X007350 Putative uncharacterized protein 5.152262158 L4_control_B3 +LQ08X007350 Putative uncharacterized protein 5.192652653 L4_control_C2 +LQ08X007350 Putative uncharacterized protein 5.687933048 L4_control_C3 +LQ08X007350 Putative uncharacterized protein 5.780205631 L4_chemical_A1 +LQ08X007350 Putative uncharacterized protein 5.165246185 L4_chemical_A2 +LQ08X007350 Putative uncharacterized protein 5.250162483 L4_chemical_A3 +LQ08X007350 Putative uncharacterized protein 5.023621926 L4_chemical_B1 +LQ08X007350 Putative uncharacterized protein 4.723317906 L4_chemical_B2 +LQ08X007350 Putative uncharacterized protein 4.897833438 L4_chemical_B3 +LQ08X007350 Putative uncharacterized protein 5.297949971 L4_chemical_C2 +LQ08X007350 Putative uncharacterized protein 5.166782171 L4_chemical_C3 +LQ08X007380 F-box protein At3g12350 5.508977699 C6_control_A1 +LQ08X007380 F-box protein At3g12350 5.206682781 C6_control_A3 +LQ08X007380 F-box protein At3g12350 5.766042968 C6_control_B1 +LQ08X007380 F-box protein At3g12350 4.95388698 C6_control_B2 +LQ08X007380 F-box protein At3g12350 5.437293146 C6_control_B3 +LQ08X007380 F-box protein At3g12350 4.939485657 C6_control_C1 +LQ08X007380 F-box protein At3g12350 5.098111209 C6_control_C2 +LQ08X007380 F-box protein At3g12350 4.962248481 C6_control_C3 +LQ08X007380 F-box protein At3g12350 5.513782318 C6_chemical_A1 +LQ08X007380 F-box protein At3g12350 5.330444807 C6_chemical_A3 +LQ08X007380 F-box protein At3g12350 5.495448629 C6_chemical_B1 +LQ08X007380 F-box protein At3g12350 4.839317516 C6_chemical_B2 +LQ08X007380 F-box protein At3g12350 5.722625234 C6_chemical_B3 +LQ08X007380 F-box protein At3g12350 4.876502972 C6_chemical_C1 +LQ08X007380 F-box protein At3g12350 5.019650854 C6_chemical_C2 +LQ08X007380 F-box protein At3g12350 5.144062202 C6_chemical_C3 +LQ08X007380 F-box protein At3g12350 5.287823462 L4_control_A1 +LQ08X007380 F-box protein At3g12350 5.558260319 L4_control_A2 +LQ08X007380 F-box protein At3g12350 5.480600944 L4_control_A3 +LQ08X007380 F-box protein At3g12350 5.45772701 L4_control_B1 +LQ08X007380 F-box protein At3g12350 5.836160363 L4_control_B2 +LQ08X007380 F-box protein At3g12350 5.535150095 L4_control_B3 +LQ08X007380 F-box protein At3g12350 5.386400086 L4_control_C2 +LQ08X007380 F-box protein At3g12350 5.757111363 L4_control_C3 +LQ08X007380 F-box protein At3g12350 5.383253162 L4_chemical_A1 +LQ08X007380 F-box protein At3g12350 5.646516606 L4_chemical_A2 +LQ08X007380 F-box protein At3g12350 5.620397818 L4_chemical_A3 +LQ08X007380 F-box protein At3g12350 5.658943234 L4_chemical_B1 +LQ08X007380 F-box protein At3g12350 5.433440793 L4_chemical_B2 +LQ08X007380 F-box protein At3g12350 5.051925447 L4_chemical_B3 +LQ08X007380 F-box protein At3g12350 6.281081794 L4_chemical_C2 +LQ08X007380 F-box protein At3g12350 4.964212502 L4_chemical_C3 +LQ08X007390 Pollen-specific protein SF3 14.99074897 C6_control_A1 +LQ08X007390 Pollen-specific protein SF3 14.75090261 C6_control_A3 +LQ08X007390 Pollen-specific protein SF3 15.13231321 C6_control_B1 +LQ08X007390 Pollen-specific protein SF3 15.26283454 C6_control_B2 +LQ08X007390 Pollen-specific protein SF3 15.17045693 C6_control_B3 +LQ08X007390 Pollen-specific protein SF3 13.66905703 C6_control_C1 +LQ08X007390 Pollen-specific protein SF3 14.29296509 C6_control_C2 +LQ08X007390 Pollen-specific protein SF3 13.55181314 C6_control_C3 +LQ08X007390 Pollen-specific protein SF3 14.54770867 C6_chemical_A1 +LQ08X007390 Pollen-specific protein SF3 14.68117873 C6_chemical_A3 +LQ08X007390 Pollen-specific protein SF3 14.65018642 C6_chemical_B1 +LQ08X007390 Pollen-specific protein SF3 14.87879177 C6_chemical_B2 +LQ08X007390 Pollen-specific protein SF3 14.89440802 C6_chemical_B3 +LQ08X007390 Pollen-specific protein SF3 13.32938268 C6_chemical_C1 +LQ08X007390 Pollen-specific protein SF3 13.6184068 C6_chemical_C2 +LQ08X007390 Pollen-specific protein SF3 13.33810205 C6_chemical_C3 +LQ08X007390 Pollen-specific protein SF3 15.15424572 L4_control_A1 +LQ08X007390 Pollen-specific protein SF3 15.39110201 L4_control_A2 +LQ08X007390 Pollen-specific protein SF3 14.68561694 L4_control_A3 +LQ08X007390 Pollen-specific protein SF3 15.28253879 L4_control_B1 +LQ08X007390 Pollen-specific protein SF3 15.05633882 L4_control_B2 +LQ08X007390 Pollen-specific protein SF3 15.05299735 L4_control_B3 +LQ08X007390 Pollen-specific protein SF3 13.71310302 L4_control_C2 +LQ08X007390 Pollen-specific protein SF3 14.03766286 L4_control_C3 +LQ08X007390 Pollen-specific protein SF3 13.90686361 L4_chemical_A1 +LQ08X007390 Pollen-specific protein SF3 14.80188846 L4_chemical_A2 +LQ08X007390 Pollen-specific protein SF3 14.52811892 L4_chemical_A3 +LQ08X007390 Pollen-specific protein SF3 14.86024604 L4_chemical_B1 +LQ08X007390 Pollen-specific protein SF3 14.87797067 L4_chemical_B2 +LQ08X007390 Pollen-specific protein SF3 15.49087447 L4_chemical_B3 +LQ08X007390 Pollen-specific protein SF3 13.65229909 L4_chemical_C2 +LQ08X007390 Pollen-specific protein SF3 13.8933186 L4_chemical_C3 +LQ08X007410 GPN-loop GTPase 2 11.15716696 C6_control_A1 +LQ08X007410 GPN-loop GTPase 2 10.81026754 C6_control_A3 +LQ08X007410 GPN-loop GTPase 2 10.8095622 C6_control_B1 +LQ08X007410 GPN-loop GTPase 2 10.70641379 C6_control_B2 +LQ08X007410 GPN-loop GTPase 2 10.55361891 C6_control_B3 +LQ08X007410 GPN-loop GTPase 2 10.98111074 C6_control_C1 +LQ08X007410 GPN-loop GTPase 2 10.85775484 C6_control_C2 +LQ08X007410 GPN-loop GTPase 2 10.57085065 C6_control_C3 +LQ08X007410 GPN-loop GTPase 2 11.12422573 C6_chemical_A1 +LQ08X007410 GPN-loop GTPase 2 10.87887212 C6_chemical_A3 +LQ08X007410 GPN-loop GTPase 2 10.75216769 C6_chemical_B1 +LQ08X007410 GPN-loop GTPase 2 11.13529272 C6_chemical_B2 +LQ08X007410 GPN-loop GTPase 2 10.21272867 C6_chemical_B3 +LQ08X007410 GPN-loop GTPase 2 11.20160888 C6_chemical_C1 +LQ08X007410 GPN-loop GTPase 2 11.11063902 C6_chemical_C2 +LQ08X007410 GPN-loop GTPase 2 10.72518738 C6_chemical_C3 +LQ08X007410 GPN-loop GTPase 2 11.22904383 L4_control_A1 +LQ08X007410 GPN-loop GTPase 2 11.11311657 L4_control_A2 +LQ08X007410 GPN-loop GTPase 2 11.21249078 L4_control_A3 +LQ08X007410 GPN-loop GTPase 2 10.94657335 L4_control_B1 +LQ08X007410 GPN-loop GTPase 2 10.25730129 L4_control_B2 +LQ08X007410 GPN-loop GTPase 2 10.69118217 L4_control_B3 +LQ08X007410 GPN-loop GTPase 2 10.97207834 L4_control_C2 +LQ08X007410 GPN-loop GTPase 2 11.12095848 L4_control_C3 +LQ08X007410 GPN-loop GTPase 2 11.47465813 L4_chemical_A1 +LQ08X007410 GPN-loop GTPase 2 11.13846392 L4_chemical_A2 +LQ08X007410 GPN-loop GTPase 2 11.23663372 L4_chemical_A3 +LQ08X007410 GPN-loop GTPase 2 10.51494682 L4_chemical_B1 +LQ08X007410 GPN-loop GTPase 2 10.07411558 L4_chemical_B2 +LQ08X007410 GPN-loop GTPase 2 10.77328095 L4_chemical_B3 +LQ08X007410 GPN-loop GTPase 2 11.19805192 L4_chemical_C2 +LQ08X007410 GPN-loop GTPase 2 11.06429525 L4_chemical_C3 +LQ08X007440 Predicted protein 5.209671074 C6_control_A1 +LQ08X007440 Predicted protein 5.622678259 C6_control_A3 +LQ08X007440 Predicted protein 5.790769556 C6_control_B1 +LQ08X007440 Predicted protein 5.146677137 C6_control_B2 +LQ08X007440 Predicted protein 6.009214792 C6_control_B3 +LQ08X007440 Predicted protein 5.343890661 C6_control_C1 +LQ08X007440 Predicted protein 5.245511905 C6_control_C2 +LQ08X007440 Predicted protein 5.496561761 C6_control_C3 +LQ08X007440 Predicted protein 5.284399521 C6_chemical_A1 +LQ08X007440 Predicted protein 5.157963051 C6_chemical_A3 +LQ08X007440 Predicted protein 6.261043491 C6_chemical_B1 +LQ08X007440 Predicted protein 5.248080866 C6_chemical_B2 +LQ08X007440 Predicted protein 5.623886544 C6_chemical_B3 +LQ08X007440 Predicted protein 5.237830247 C6_chemical_C1 +LQ08X007440 Predicted protein 5.449865715 C6_chemical_C2 +LQ08X007440 Predicted protein 5.468276432 C6_chemical_C3 +LQ08X007440 Predicted protein 5.273121839 L4_control_A1 +LQ08X007440 Predicted protein 5.266308106 L4_control_A2 +LQ08X007440 Predicted protein 5.557749158 L4_control_A3 +LQ08X007440 Predicted protein 5.059361521 L4_control_B1 +LQ08X007440 Predicted protein 5.241962054 L4_control_B2 +LQ08X007440 Predicted protein 5.150538608 L4_control_B3 +LQ08X007440 Predicted protein 5.387830149 L4_control_C2 +LQ08X007440 Predicted protein 5.416609839 L4_control_C3 +LQ08X007440 Predicted protein 5.362787812 L4_chemical_A1 +LQ08X007440 Predicted protein 5.53194905 L4_chemical_A2 +LQ08X007440 Predicted protein 5.527583842 L4_chemical_A3 +LQ08X007440 Predicted protein 5.542735841 L4_chemical_B1 +LQ08X007440 Predicted protein 5.63710478 L4_chemical_B2 +LQ08X007440 Predicted protein 5.471981437 L4_chemical_B3 +LQ08X007440 Predicted protein 6.073960173 L4_chemical_C2 +LQ08X007440 Predicted protein 5.215741333 L4_chemical_C3 +LQ08X007450 Predicted protein 5.073576315 C6_control_A1 +LQ08X007450 Predicted protein 5.156932747 C6_control_A3 +LQ08X007450 Predicted protein 5.084823998 C6_control_B1 +LQ08X007450 Predicted protein 5.280338181 C6_control_B2 +LQ08X007450 Predicted protein 5.030645345 C6_control_B3 +LQ08X007450 Predicted protein 5.28584649 C6_control_C1 +LQ08X007450 Predicted protein 4.899961331 C6_control_C2 +LQ08X007450 Predicted protein 5.244700632 C6_control_C3 +LQ08X007450 Predicted protein 5.046163502 C6_chemical_A1 +LQ08X007450 Predicted protein 5.334171606 C6_chemical_A3 +LQ08X007450 Predicted protein 5.321845687 C6_chemical_B1 +LQ08X007450 Predicted protein 5.014726544 C6_chemical_B2 +LQ08X007450 Predicted protein 5.239289782 C6_chemical_B3 +LQ08X007450 Predicted protein 5.127134282 C6_chemical_C1 +LQ08X007450 Predicted protein 5.023548717 C6_chemical_C2 +LQ08X007450 Predicted protein 5.500391873 C6_chemical_C3 +LQ08X007450 Predicted protein 5.234008403 L4_control_A1 +LQ08X007450 Predicted protein 5.028295048 L4_control_A2 +LQ08X007450 Predicted protein 5.54116748 L4_control_A3 +LQ08X007450 Predicted protein 4.67564483 L4_control_B1 +LQ08X007450 Predicted protein 5.360845965 L4_control_B2 +LQ08X007450 Predicted protein 5.124713401 L4_control_B3 +LQ08X007450 Predicted protein 5.666984463 L4_control_C2 +LQ08X007450 Predicted protein 6.299524818 L4_control_C3 +LQ08X007450 Predicted protein 5.127897856 L4_chemical_A1 +LQ08X007450 Predicted protein 5.048910695 L4_chemical_A2 +LQ08X007450 Predicted protein 5.399054624 L4_chemical_A3 +LQ08X007450 Predicted protein 5.106838096 L4_chemical_B1 +LQ08X007450 Predicted protein 5.020547162 L4_chemical_B2 +LQ08X007450 Predicted protein 5.263342024 L4_chemical_B3 +LQ08X007450 Predicted protein 5.512386291 L4_chemical_C2 +LQ08X007450 Predicted protein 5.266037526 L4_chemical_C3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.342306659 C6_control_A1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.182189774 C6_control_A3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.623013655 C6_control_B1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.547286653 C6_control_B2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.693313688 C6_control_B3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.644486499 C6_control_C1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 6.177850226 C6_control_C2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.356974697 C6_control_C3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.276787638 C6_chemical_A1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.731899745 C6_chemical_A3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.427676656 C6_chemical_B1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.74224927 C6_chemical_B2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.38879045 C6_chemical_B3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.542379032 C6_chemical_C1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.852144464 C6_chemical_C2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.519721766 C6_chemical_C3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.365593287 L4_control_A1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.350371337 L4_control_A2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.299044767 L4_control_A3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 6.151183634 L4_control_B1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 6.29911457 L4_control_B2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.40898873 L4_control_B3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 6.335806641 L4_control_C2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.140009914 L4_control_C3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.63610563 L4_chemical_A1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.266678746 L4_chemical_A2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 4.956864422 L4_chemical_A3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.867491864 L4_chemical_B1 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.202790426 L4_chemical_B2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.110192895 L4_chemical_B3 +LQ08X007460 Putative DNA excision repair protein ERCC-8 6.314096151 L4_chemical_C2 +LQ08X007460 Putative DNA excision repair protein ERCC-8 6.711847904 L4_chemical_C3 +LQ08X007520 Outer plastidial membrane protein porin 12.20631255 C6_control_A1 +LQ08X007520 Outer plastidial membrane protein porin 12.7543355 C6_control_A3 +LQ08X007520 Outer plastidial membrane protein porin 11.27703971 C6_control_B1 +LQ08X007520 Outer plastidial membrane protein porin 11.60891997 C6_control_B2 +LQ08X007520 Outer plastidial membrane protein porin 11.52619981 C6_control_B3 +LQ08X007520 Outer plastidial membrane protein porin 11.33066222 C6_control_C1 +LQ08X007520 Outer plastidial membrane protein porin 12.07206789 C6_control_C2 +LQ08X007520 Outer plastidial membrane protein porin 11.63636305 C6_control_C3 +LQ08X007520 Outer plastidial membrane protein porin 11.53663008 C6_chemical_A1 +LQ08X007520 Outer plastidial membrane protein porin 12.16854339 C6_chemical_A3 +LQ08X007520 Outer plastidial membrane protein porin 10.1752757 C6_chemical_B1 +LQ08X007520 Outer plastidial membrane protein porin 10.69316179 C6_chemical_B2 +LQ08X007520 Outer plastidial membrane protein porin 11.02752766 C6_chemical_B3 +LQ08X007520 Outer plastidial membrane protein porin 10.5907333 C6_chemical_C1 +LQ08X007520 Outer plastidial membrane protein porin 11.27342584 C6_chemical_C2 +LQ08X007520 Outer plastidial membrane protein porin 11.34642482 C6_chemical_C3 +LQ08X007520 Outer plastidial membrane protein porin 12.05539836 L4_control_A1 +LQ08X007520 Outer plastidial membrane protein porin 12.59095237 L4_control_A2 +LQ08X007520 Outer plastidial membrane protein porin 12.2648287 L4_control_A3 +LQ08X007520 Outer plastidial membrane protein porin 11.31935589 L4_control_B1 +LQ08X007520 Outer plastidial membrane protein porin 11.41853678 L4_control_B2 +LQ08X007520 Outer plastidial membrane protein porin 11.95207251 L4_control_B3 +LQ08X007520 Outer plastidial membrane protein porin 12.21593196 L4_control_C2 +LQ08X007520 Outer plastidial membrane protein porin 11.8810823 L4_control_C3 +LQ08X007520 Outer plastidial membrane protein porin 11.48612841 L4_chemical_A1 +LQ08X007520 Outer plastidial membrane protein porin 11.3149372 L4_chemical_A2 +LQ08X007520 Outer plastidial membrane protein porin 11.85403938 L4_chemical_A3 +LQ08X007520 Outer plastidial membrane protein porin 11.66730953 L4_chemical_B1 +LQ08X007520 Outer plastidial membrane protein porin 11.35675871 L4_chemical_B2 +LQ08X007520 Outer plastidial membrane protein porin 11.72715707 L4_chemical_B3 +LQ08X007520 Outer plastidial membrane protein porin 11.60601666 L4_chemical_C2 +LQ08X007520 Outer plastidial membrane protein porin 11.89862241 L4_chemical_C3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.263131811 C6_control_A1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.717561717 C6_control_A3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.330336923 C6_control_B1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.50443637 C6_control_B2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.740098164 C6_control_B3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.46275794 C6_control_C1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.22268416 C6_control_C2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.90255445 C6_control_C3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.031987241 C6_chemical_A1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.26002687 C6_chemical_A3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.485188373 C6_chemical_B1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.41434749 C6_chemical_B2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.955216931 C6_chemical_B3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.2229345 C6_chemical_C1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.06512283 C6_chemical_C2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.86148828 C6_chemical_C3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.04420204 L4_control_A1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.806752675 L4_control_A2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.35374215 L4_control_A3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.95298848 L4_control_B1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.48062411 L4_control_B2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 12.06809364 L4_control_B3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.72030042 L4_control_C2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 11.50361384 L4_control_C3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.21562248 L4_chemical_A1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.775980433 L4_chemical_A2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.17352901 L4_chemical_A3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.25291593 L4_chemical_B1 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.36949294 L4_chemical_B2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.82628363 L4_chemical_B3 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.88018781 L4_chemical_C2 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 10.93888069 L4_chemical_C3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.647205975 C6_control_A1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.44557908 C6_control_A3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.886572188 C6_control_B1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.534397029 C6_control_B2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.189369459 C6_control_B3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 8.456186441 C6_control_C1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 8.624481418 C6_control_C2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.789332242 C6_control_C3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.444343278 C6_chemical_A1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.965351867 C6_chemical_A3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.81379626 C6_chemical_B1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.032748848 C6_chemical_B2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.420379909 C6_chemical_B3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 8.615836149 C6_chemical_C1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 8.920985771 C6_chemical_C2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 8.091962278 C6_chemical_C3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.549437102 L4_control_A1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.034602987 L4_control_A2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.378002751 L4_control_A3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.324300502 L4_control_B1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.254863431 L4_control_B2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.334864452 L4_control_B3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 8.979101742 L4_control_C2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 8.51171715 L4_control_C3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.036413212 L4_chemical_A1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.322623367 L4_chemical_A2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.512085842 L4_chemical_A3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.067966462 L4_chemical_B1 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.897505009 L4_chemical_B2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.340474408 L4_chemical_B3 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 9.015863346 L4_chemical_C2 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 7.903112206 L4_chemical_C3 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.79353804 C6_control_A1 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.55696339 C6_control_A3 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.7038323 C6_control_B1 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.838621 C6_control_B2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.58081413 C6_control_B3 +LQ08X007570 Putative Interferon-related developmental regulator 1 12.44419229 C6_control_C1 +LQ08X007570 Putative Interferon-related developmental regulator 1 12.11614075 C6_control_C2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.66198564 C6_control_C3 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.75289648 C6_chemical_A1 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.76228978 C6_chemical_A3 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.71653235 C6_chemical_B1 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.89594837 C6_chemical_B2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.67119178 C6_chemical_B3 +LQ08X007570 Putative Interferon-related developmental regulator 1 12.51119514 C6_chemical_C1 +LQ08X007570 Putative Interferon-related developmental regulator 1 12.14418844 C6_chemical_C2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.9100542 C6_chemical_C3 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.95604184 L4_control_A1 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.27404984 L4_control_A2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.59424076 L4_control_A3 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.06858562 L4_control_B1 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.35499421 L4_control_B2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.68451383 L4_control_B3 +LQ08X007570 Putative Interferon-related developmental regulator 1 10.95388211 L4_control_C2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.89471057 L4_control_C3 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.61111094 L4_chemical_A1 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.02049999 L4_chemical_A2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.78261924 L4_chemical_A3 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.17238588 L4_chemical_B1 +LQ08X007570 Putative Interferon-related developmental regulator 1 10.51829074 L4_chemical_B2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.69610663 L4_chemical_B3 +LQ08X007570 Putative Interferon-related developmental regulator 1 10.69349668 L4_chemical_C2 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.78263317 L4_chemical_C3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.85150555 C6_control_A1 +LQ08X007610 Adenine phosphoribosyltransferase 1 6.444690263 C6_control_A3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.878401477 C6_control_B1 +LQ08X007610 Adenine phosphoribosyltransferase 1 6.237621672 C6_control_B2 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.817623197 C6_control_B3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.837317235 C6_control_C1 +LQ08X007610 Adenine phosphoribosyltransferase 1 7.317128656 C6_control_C2 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.787316263 C6_control_C3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.318866612 C6_chemical_A1 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.609990029 C6_chemical_A3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.427579591 C6_chemical_B1 +LQ08X007610 Adenine phosphoribosyltransferase 1 6.229874162 C6_chemical_B2 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.590189893 C6_chemical_B3 +LQ08X007610 Adenine phosphoribosyltransferase 1 6.361716728 C6_chemical_C1 +LQ08X007610 Adenine phosphoribosyltransferase 1 6.083873548 C6_chemical_C2 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.734668017 C6_chemical_C3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.968692284 L4_control_A1 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.370716037 L4_control_A2 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.77818512 L4_control_A3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.71248785 L4_control_B1 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.980183984 L4_control_B2 +LQ08X007610 Adenine phosphoribosyltransferase 1 6.294175576 L4_control_B3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.037305952 L4_control_C2 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.615349303 L4_control_C3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.787445898 L4_chemical_A1 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.49970683 L4_chemical_A2 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.93497599 L4_chemical_A3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.322589831 L4_chemical_B1 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.249715581 L4_chemical_B2 +LQ08X007610 Adenine phosphoribosyltransferase 1 6.178956683 L4_chemical_B3 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.587694743 L4_chemical_C2 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.758175265 L4_chemical_C3 +LQ08X007620 Zinc-finger protein 1 7.630351613 C6_control_A1 +LQ08X007620 Zinc-finger protein 1 6.880371358 C6_control_A3 +LQ08X007620 Zinc-finger protein 1 9.238828762 C6_control_B1 +LQ08X007620 Zinc-finger protein 1 9.693766746 C6_control_B2 +LQ08X007620 Zinc-finger protein 1 10.8347434 C6_control_B3 +LQ08X007620 Zinc-finger protein 1 8.991766449 C6_control_C1 +LQ08X007620 Zinc-finger protein 1 10.08790347 C6_control_C2 +LQ08X007620 Zinc-finger protein 1 10.36919746 C6_control_C3 +LQ08X007620 Zinc-finger protein 1 6.718982892 C6_chemical_A1 +LQ08X007620 Zinc-finger protein 1 8.606043844 C6_chemical_A3 +LQ08X007620 Zinc-finger protein 1 9.363426502 C6_chemical_B1 +LQ08X007620 Zinc-finger protein 1 9.873892666 C6_chemical_B2 +LQ08X007620 Zinc-finger protein 1 11.89290005 C6_chemical_B3 +LQ08X007620 Zinc-finger protein 1 8.920483941 C6_chemical_C1 +LQ08X007620 Zinc-finger protein 1 9.363695562 C6_chemical_C2 +LQ08X007620 Zinc-finger protein 1 12.36187891 C6_chemical_C3 +LQ08X007620 Zinc-finger protein 1 7.397414172 L4_control_A1 +LQ08X007620 Zinc-finger protein 1 7.529419062 L4_control_A2 +LQ08X007620 Zinc-finger protein 1 6.693261487 L4_control_A3 +LQ08X007620 Zinc-finger protein 1 10.02629719 L4_control_B1 +LQ08X007620 Zinc-finger protein 1 9.618267717 L4_control_B2 +LQ08X007620 Zinc-finger protein 1 11.35350767 L4_control_B3 +LQ08X007620 Zinc-finger protein 1 10.59977978 L4_control_C2 +LQ08X007620 Zinc-finger protein 1 10.52997736 L4_control_C3 +LQ08X007620 Zinc-finger protein 1 9.496211455 L4_chemical_A1 +LQ08X007620 Zinc-finger protein 1 8.535952376 L4_chemical_A2 +LQ08X007620 Zinc-finger protein 1 8.380182248 L4_chemical_A3 +LQ08X007620 Zinc-finger protein 1 10.53887075 L4_chemical_B1 +LQ08X007620 Zinc-finger protein 1 9.682586273 L4_chemical_B2 +LQ08X007620 Zinc-finger protein 1 10.08836871 L4_chemical_B3 +LQ08X007620 Zinc-finger protein 1 9.342091405 L4_chemical_C2 +LQ08X007620 Zinc-finger protein 1 10.03103903 L4_chemical_C3 +LQ08X007630 Putative LOB domain-containing protein 38 7.203578487 C6_control_A1 +LQ08X007630 Putative LOB domain-containing protein 38 9.432095388 C6_control_A3 +LQ08X007630 Putative LOB domain-containing protein 38 7.362727196 C6_control_B1 +LQ08X007630 Putative LOB domain-containing protein 38 7.255753702 C6_control_B2 +LQ08X007630 Putative LOB domain-containing protein 38 7.152014997 C6_control_B3 +LQ08X007630 Putative LOB domain-containing protein 38 6.330671693 C6_control_C1 +LQ08X007630 Putative LOB domain-containing protein 38 7.108274178 C6_control_C2 +LQ08X007630 Putative LOB domain-containing protein 38 6.468356636 C6_control_C3 +LQ08X007630 Putative LOB domain-containing protein 38 7.111774114 C6_chemical_A1 +LQ08X007630 Putative LOB domain-containing protein 38 8.737186608 C6_chemical_A3 +LQ08X007630 Putative LOB domain-containing protein 38 7.236379642 C6_chemical_B1 +LQ08X007630 Putative LOB domain-containing protein 38 7.393047223 C6_chemical_B2 +LQ08X007630 Putative LOB domain-containing protein 38 7.585820505 C6_chemical_B3 +LQ08X007630 Putative LOB domain-containing protein 38 6.493157024 C6_chemical_C1 +LQ08X007630 Putative LOB domain-containing protein 38 6.822374505 C6_chemical_C2 +LQ08X007630 Putative LOB domain-containing protein 38 5.857715506 C6_chemical_C3 +LQ08X007630 Putative LOB domain-containing protein 38 8.116760839 L4_control_A1 +LQ08X007630 Putative LOB domain-containing protein 38 7.695563795 L4_control_A2 +LQ08X007630 Putative LOB domain-containing protein 38 10.23046483 L4_control_A3 +LQ08X007630 Putative LOB domain-containing protein 38 6.829204318 L4_control_B1 +LQ08X007630 Putative LOB domain-containing protein 38 7.323525394 L4_control_B2 +LQ08X007630 Putative LOB domain-containing protein 38 7.07566542 L4_control_B3 +LQ08X007630 Putative LOB domain-containing protein 38 5.501543361 L4_control_C2 +LQ08X007630 Putative LOB domain-containing protein 38 5.32104461 L4_control_C3 +LQ08X007630 Putative LOB domain-containing protein 38 9.138179336 L4_chemical_A1 +LQ08X007630 Putative LOB domain-containing protein 38 8.150114623 L4_chemical_A2 +LQ08X007630 Putative LOB domain-containing protein 38 9.29329856 L4_chemical_A3 +LQ08X007630 Putative LOB domain-containing protein 38 6.576722657 L4_chemical_B1 +LQ08X007630 Putative LOB domain-containing protein 38 8.110987676 L4_chemical_B2 +LQ08X007630 Putative LOB domain-containing protein 38 6.94698745 L4_chemical_B3 +LQ08X007630 Putative LOB domain-containing protein 38 5.734288864 L4_chemical_C2 +LQ08X007630 Putative LOB domain-containing protein 38 6.228641778 L4_chemical_C3 +LQ08X007640 Putative uncharacterized protein 4.82810971 C6_control_A1 +LQ08X007640 Putative uncharacterized protein 4.789293319 C6_control_A3 +LQ08X007640 Putative uncharacterized protein 4.859703585 C6_control_B1 +LQ08X007640 Putative uncharacterized protein 5.078590891 C6_control_B2 +LQ08X007640 Putative uncharacterized protein 4.690147021 C6_control_B3 +LQ08X007640 Putative uncharacterized protein 5.111972554 C6_control_C1 +LQ08X007640 Putative uncharacterized protein 4.679138925 C6_control_C2 +LQ08X007640 Putative uncharacterized protein 4.694708246 C6_control_C3 +LQ08X007640 Putative uncharacterized protein 4.806410018 C6_chemical_A1 +LQ08X007640 Putative uncharacterized protein 4.9694676 C6_chemical_A3 +LQ08X007640 Putative uncharacterized protein 4.820100485 C6_chemical_B1 +LQ08X007640 Putative uncharacterized protein 5.004356103 C6_chemical_B2 +LQ08X007640 Putative uncharacterized protein 4.87807495 C6_chemical_B3 +LQ08X007640 Putative uncharacterized protein 5.04029309 C6_chemical_C1 +LQ08X007640 Putative uncharacterized protein 4.76836161 C6_chemical_C2 +LQ08X007640 Putative uncharacterized protein 4.829131567 C6_chemical_C3 +LQ08X007640 Putative uncharacterized protein 4.782275276 L4_control_A1 +LQ08X007640 Putative uncharacterized protein 5.151615387 L4_control_A2 +LQ08X007640 Putative uncharacterized protein 4.802697521 L4_control_A3 +LQ08X007640 Putative uncharacterized protein 4.800173434 L4_control_B1 +LQ08X007640 Putative uncharacterized protein 4.732245682 L4_control_B2 +LQ08X007640 Putative uncharacterized protein 4.794398305 L4_control_B3 +LQ08X007640 Putative uncharacterized protein 4.806278217 L4_control_C2 +LQ08X007640 Putative uncharacterized protein 5.320783937 L4_control_C3 +LQ08X007640 Putative uncharacterized protein 4.764113147 L4_chemical_A1 +LQ08X007640 Putative uncharacterized protein 4.722841252 L4_chemical_A2 +LQ08X007640 Putative uncharacterized protein 4.575199296 L4_chemical_A3 +LQ08X007640 Putative uncharacterized protein 5.034917313 L4_chemical_B1 +LQ08X007640 Putative uncharacterized protein 4.871338487 L4_chemical_B2 +LQ08X007640 Putative uncharacterized protein 4.942244377 L4_chemical_B3 +LQ08X007640 Putative uncharacterized protein 5.13981195 L4_chemical_C2 +LQ08X007640 Putative uncharacterized protein 5.227341122 L4_chemical_C3 +LQ08X007650 Hypothetical protein 6.003988991 C6_control_A1 +LQ08X007650 Hypothetical protein 6.095644659 C6_control_A3 +LQ08X007650 Hypothetical protein 5.237405082 C6_control_B1 +LQ08X007650 Hypothetical protein 5.490968226 C6_control_B2 +LQ08X007650 Hypothetical protein 5.352328688 C6_control_B3 +LQ08X007650 Hypothetical protein 5.147410833 C6_control_C1 +LQ08X007650 Hypothetical protein 4.948429159 C6_control_C2 +LQ08X007650 Hypothetical protein 5.100411392 C6_control_C3 +LQ08X007650 Hypothetical protein 5.456126666 C6_chemical_A1 +LQ08X007650 Hypothetical protein 8.407745748 C6_chemical_A3 +LQ08X007650 Hypothetical protein 5.128786956 C6_chemical_B1 +LQ08X007650 Hypothetical protein 5.273348965 C6_chemical_B2 +LQ08X007650 Hypothetical protein 5.526734188 C6_chemical_B3 +LQ08X007650 Hypothetical protein 4.974983332 C6_chemical_C1 +LQ08X007650 Hypothetical protein 4.993235912 C6_chemical_C2 +LQ08X007650 Hypothetical protein 4.980987803 C6_chemical_C3 +LQ08X007650 Hypothetical protein 6.947339146 L4_control_A1 +LQ08X007650 Hypothetical protein 6.245244206 L4_control_A2 +LQ08X007650 Hypothetical protein 5.917641552 L4_control_A3 +LQ08X007650 Hypothetical protein 4.874303481 L4_control_B1 +LQ08X007650 Hypothetical protein 5.650358317 L4_control_B2 +LQ08X007650 Hypothetical protein 5.066644152 L4_control_B3 +LQ08X007650 Hypothetical protein 4.854947769 L4_control_C2 +LQ08X007650 Hypothetical protein 4.55533513 L4_control_C3 +LQ08X007650 Hypothetical protein 6.471169781 L4_chemical_A1 +LQ08X007650 Hypothetical protein 5.584209888 L4_chemical_A2 +LQ08X007650 Hypothetical protein 6.307441692 L4_chemical_A3 +LQ08X007650 Hypothetical protein 5.273232824 L4_chemical_B1 +LQ08X007650 Hypothetical protein 5.756990773 L4_chemical_B2 +LQ08X007650 Hypothetical protein 5.414966632 L4_chemical_B3 +LQ08X007650 Hypothetical protein 4.83520449 L4_chemical_C2 +LQ08X007650 Hypothetical protein 4.54745359 L4_chemical_C3 +LQ08X007670 Putative uncharacterized protein 14.88111238 C6_control_A1 +LQ08X007670 Putative uncharacterized protein 14.77177627 C6_control_A3 +LQ08X007670 Putative uncharacterized protein 15.30471043 C6_control_B1 +LQ08X007670 Putative uncharacterized protein 15.46631141 C6_control_B2 +LQ08X007670 Putative uncharacterized protein 15.37840884 C6_control_B3 +LQ08X007670 Putative uncharacterized protein 14.37015401 C6_control_C1 +LQ08X007670 Putative uncharacterized protein 14.91371903 C6_control_C2 +LQ08X007670 Putative uncharacterized protein 14.78756025 C6_control_C3 +LQ08X007670 Putative uncharacterized protein 15.03300738 C6_chemical_A1 +LQ08X007670 Putative uncharacterized protein 15.34370365 C6_chemical_A3 +LQ08X007670 Putative uncharacterized protein 15.50483916 C6_chemical_B1 +LQ08X007670 Putative uncharacterized protein 15.46135164 C6_chemical_B2 +LQ08X007670 Putative uncharacterized protein 15.2622888 C6_chemical_B3 +LQ08X007670 Putative uncharacterized protein 14.03738026 C6_chemical_C1 +LQ08X007670 Putative uncharacterized protein 14.53130259 C6_chemical_C2 +LQ08X007670 Putative uncharacterized protein 14.1561851 C6_chemical_C3 +LQ08X007670 Putative uncharacterized protein 14.80690722 L4_control_A1 +LQ08X007670 Putative uncharacterized protein 14.62813855 L4_control_A2 +LQ08X007670 Putative uncharacterized protein 14.83827154 L4_control_A3 +LQ08X007670 Putative uncharacterized protein 15.44871719 L4_control_B1 +LQ08X007670 Putative uncharacterized protein 15.28345438 L4_control_B2 +LQ08X007670 Putative uncharacterized protein 15.43926046 L4_control_B3 +LQ08X007670 Putative uncharacterized protein 14.43653392 L4_control_C2 +LQ08X007670 Putative uncharacterized protein 14.49371884 L4_control_C3 +LQ08X007670 Putative uncharacterized protein 15.23029369 L4_chemical_A1 +LQ08X007670 Putative uncharacterized protein 15.66359838 L4_chemical_A2 +LQ08X007670 Putative uncharacterized protein 15.02642401 L4_chemical_A3 +LQ08X007670 Putative uncharacterized protein 15.29178315 L4_chemical_B1 +LQ08X007670 Putative uncharacterized protein 15.39005672 L4_chemical_B2 +LQ08X007670 Putative uncharacterized protein 15.32019541 L4_chemical_B3 +LQ08X007670 Putative uncharacterized protein 14.19794759 L4_chemical_C2 +LQ08X007670 Putative uncharacterized protein 14.94575718 L4_chemical_C3 +LQ08X007690 Transcription initiation factor, putative 9.612476832 C6_control_A1 +LQ08X007690 Transcription initiation factor, putative 9.00571559 C6_control_A3 +LQ08X007690 Transcription initiation factor, putative 9.271496204 C6_control_B1 +LQ08X007690 Transcription initiation factor, putative 10.06218979 C6_control_B2 +LQ08X007690 Transcription initiation factor, putative 9.506894192 C6_control_B3 +LQ08X007690 Transcription initiation factor, putative 10.70264706 C6_control_C1 +LQ08X007690 Transcription initiation factor, putative 10.05703031 C6_control_C2 +LQ08X007690 Transcription initiation factor, putative 10.53487582 C6_control_C3 +LQ08X007690 Transcription initiation factor, putative 9.639521722 C6_chemical_A1 +LQ08X007690 Transcription initiation factor, putative 9.332316738 C6_chemical_A3 +LQ08X007690 Transcription initiation factor, putative 9.483677068 C6_chemical_B1 +LQ08X007690 Transcription initiation factor, putative 10.14738297 C6_chemical_B2 +LQ08X007690 Transcription initiation factor, putative 9.149045564 C6_chemical_B3 +LQ08X007690 Transcription initiation factor, putative 10.49155167 C6_chemical_C1 +LQ08X007690 Transcription initiation factor, putative 10.26300613 C6_chemical_C2 +LQ08X007690 Transcription initiation factor, putative 10.51122931 C6_chemical_C3 +LQ08X007690 Transcription initiation factor, putative 9.102294643 L4_control_A1 +LQ08X007690 Transcription initiation factor, putative 8.578073953 L4_control_A2 +LQ08X007690 Transcription initiation factor, putative 7.917347749 L4_control_A3 +LQ08X007690 Transcription initiation factor, putative 7.912629031 L4_control_B1 +LQ08X007690 Transcription initiation factor, putative 8.525220803 L4_control_B2 +LQ08X007690 Transcription initiation factor, putative 9.501066529 L4_control_B3 +LQ08X007690 Transcription initiation factor, putative 9.250986412 L4_control_C2 +LQ08X007690 Transcription initiation factor, putative 8.808331643 L4_control_C3 +LQ08X007690 Transcription initiation factor, putative 9.461785711 L4_chemical_A1 +LQ08X007690 Transcription initiation factor, putative 8.492933994 L4_chemical_A2 +LQ08X007690 Transcription initiation factor, putative 8.280620098 L4_chemical_A3 +LQ08X007690 Transcription initiation factor, putative 8.339160108 L4_chemical_B1 +LQ08X007690 Transcription initiation factor, putative 8.079977644 L4_chemical_B2 +LQ08X007690 Transcription initiation factor, putative 9.194438029 L4_chemical_B3 +LQ08X007690 Transcription initiation factor, putative 8.401380395 L4_chemical_C2 +LQ08X007690 Transcription initiation factor, putative 8.997760585 L4_chemical_C3 +LQ08X007700 Casein kinase II subunit alpha-2 11.81652079 C6_control_A1 +LQ08X007700 Casein kinase II subunit alpha-2 12.30508384 C6_control_A3 +LQ08X007700 Casein kinase II subunit alpha-2 11.84762073 C6_control_B1 +LQ08X007700 Casein kinase II subunit alpha-2 11.36937344 C6_control_B2 +LQ08X007700 Casein kinase II subunit alpha-2 11.56240269 C6_control_B3 +LQ08X007700 Casein kinase II subunit alpha-2 11.88182008 C6_control_C1 +LQ08X007700 Casein kinase II subunit alpha-2 12.06859265 C6_control_C2 +LQ08X007700 Casein kinase II subunit alpha-2 11.35335415 C6_control_C3 +LQ08X007700 Casein kinase II subunit alpha-2 11.59384134 C6_chemical_A1 +LQ08X007700 Casein kinase II subunit alpha-2 11.88425945 C6_chemical_A3 +LQ08X007700 Casein kinase II subunit alpha-2 11.79074236 C6_chemical_B1 +LQ08X007700 Casein kinase II subunit alpha-2 11.45351715 C6_chemical_B2 +LQ08X007700 Casein kinase II subunit alpha-2 11.35673264 C6_chemical_B3 +LQ08X007700 Casein kinase II subunit alpha-2 12.09181387 C6_chemical_C1 +LQ08X007700 Casein kinase II subunit alpha-2 11.87481571 C6_chemical_C2 +LQ08X007700 Casein kinase II subunit alpha-2 11.42719911 C6_chemical_C3 +LQ08X007700 Casein kinase II subunit alpha-2 11.23508523 L4_control_A1 +LQ08X007700 Casein kinase II subunit alpha-2 11.11752108 L4_control_A2 +LQ08X007700 Casein kinase II subunit alpha-2 11.14515359 L4_control_A3 +LQ08X007700 Casein kinase II subunit alpha-2 11.17865493 L4_control_B1 +LQ08X007700 Casein kinase II subunit alpha-2 11.3322798 L4_control_B2 +LQ08X007700 Casein kinase II subunit alpha-2 10.94753866 L4_control_B3 +LQ08X007700 Casein kinase II subunit alpha-2 11.4928868 L4_control_C2 +LQ08X007700 Casein kinase II subunit alpha-2 11.38034384 L4_control_C3 +LQ08X007700 Casein kinase II subunit alpha-2 11.31231213 L4_chemical_A1 +LQ08X007700 Casein kinase II subunit alpha-2 10.99301572 L4_chemical_A2 +LQ08X007700 Casein kinase II subunit alpha-2 11.14473726 L4_chemical_A3 +LQ08X007700 Casein kinase II subunit alpha-2 11.36401518 L4_chemical_B1 +LQ08X007700 Casein kinase II subunit alpha-2 10.89252845 L4_chemical_B2 +LQ08X007700 Casein kinase II subunit alpha-2 10.76686987 L4_chemical_B3 +LQ08X007700 Casein kinase II subunit alpha-2 11.00564478 L4_chemical_C2 +LQ08X007700 Casein kinase II subunit alpha-2 11.2369048 L4_chemical_C3 +LQ08X007710 Uncharacterized protein At2g23090 5.420815316 C6_control_A1 +LQ08X007710 Uncharacterized protein At2g23090 5.437998509 C6_control_A3 +LQ08X007710 Uncharacterized protein At2g23090 5.158131409 C6_control_B1 +LQ08X007710 Uncharacterized protein At2g23090 5.521047274 C6_control_B2 +LQ08X007710 Uncharacterized protein At2g23090 5.231579459 C6_control_B3 +LQ08X007710 Uncharacterized protein At2g23090 5.74330065 C6_control_C1 +LQ08X007710 Uncharacterized protein At2g23090 5.091657594 C6_control_C2 +LQ08X007710 Uncharacterized protein At2g23090 6.330178839 C6_control_C3 +LQ08X007710 Uncharacterized protein At2g23090 5.271054363 C6_chemical_A1 +LQ08X007710 Uncharacterized protein At2g23090 5.635829367 C6_chemical_A3 +LQ08X007710 Uncharacterized protein At2g23090 5.432379794 C6_chemical_B1 +LQ08X007710 Uncharacterized protein At2g23090 5.406601409 C6_chemical_B2 +LQ08X007710 Uncharacterized protein At2g23090 5.804065897 C6_chemical_B3 +LQ08X007710 Uncharacterized protein At2g23090 5.549632935 C6_chemical_C1 +LQ08X007710 Uncharacterized protein At2g23090 5.573041961 C6_chemical_C2 +LQ08X007710 Uncharacterized protein At2g23090 5.979563967 C6_chemical_C3 +LQ08X007710 Uncharacterized protein At2g23090 5.354252663 L4_control_A1 +LQ08X007710 Uncharacterized protein At2g23090 5.490012465 L4_control_A2 +LQ08X007710 Uncharacterized protein At2g23090 5.953441047 L4_control_A3 +LQ08X007710 Uncharacterized protein At2g23090 5.725208505 L4_control_B1 +LQ08X007710 Uncharacterized protein At2g23090 5.973455962 L4_control_B2 +LQ08X007710 Uncharacterized protein At2g23090 5.468297355 L4_control_B3 +LQ08X007710 Uncharacterized protein At2g23090 5.368263775 L4_control_C2 +LQ08X007710 Uncharacterized protein At2g23090 5.852900311 L4_control_C3 +LQ08X007710 Uncharacterized protein At2g23090 5.43449705 L4_chemical_A1 +LQ08X007710 Uncharacterized protein At2g23090 5.771180302 L4_chemical_A2 +LQ08X007710 Uncharacterized protein At2g23090 6.612277093 L4_chemical_A3 +LQ08X007710 Uncharacterized protein At2g23090 5.67134392 L4_chemical_B1 +LQ08X007710 Uncharacterized protein At2g23090 6.029013887 L4_chemical_B2 +LQ08X007710 Uncharacterized protein At2g23090 5.191696299 L4_chemical_B3 +LQ08X007710 Uncharacterized protein At2g23090 5.633424623 L4_chemical_C2 +LQ08X007710 Uncharacterized protein At2g23090 5.305688575 L4_chemical_C3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.150321878 C6_control_A1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.218702347 C6_control_A3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.908143461 C6_control_B1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.280106141 C6_control_B2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.188618456 C6_control_B3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.045051754 C6_control_C1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.535356642 C6_control_C2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.764780201 C6_control_C3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.886344507 C6_chemical_A1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.893066058 C6_chemical_A3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.136709708 C6_chemical_B1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.292100055 C6_chemical_B2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.050808105 C6_chemical_B3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.124155864 C6_chemical_C1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.836652875 C6_chemical_C2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.019333464 C6_chemical_C3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.774526188 L4_control_A1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.851141011 L4_control_A2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.194465723 L4_control_A3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.895871876 L4_control_B1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.627138031 L4_control_B2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.166312882 L4_control_B3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.849571925 L4_control_C2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.311464868 L4_control_C3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.20183599 L4_chemical_A1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.940810975 L4_chemical_A2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.066114709 L4_chemical_A3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.105670157 L4_chemical_B1 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.361685222 L4_chemical_B2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.020945681 L4_chemical_B3 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.383961326 L4_chemical_C2 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 5.417560924 L4_chemical_C3 +LQ08X007740 Subtilisin-like protease 6.050961123 C6_control_A1 +LQ08X007740 Subtilisin-like protease 6.111206111 C6_control_A3 +LQ08X007740 Subtilisin-like protease 6.338958444 C6_control_B1 +LQ08X007740 Subtilisin-like protease 6.746085509 C6_control_B2 +LQ08X007740 Subtilisin-like protease 6.211348416 C6_control_B3 +LQ08X007740 Subtilisin-like protease 7.322272836 C6_control_C1 +LQ08X007740 Subtilisin-like protease 6.153316256 C6_control_C2 +LQ08X007740 Subtilisin-like protease 6.559649042 C6_control_C3 +LQ08X007740 Subtilisin-like protease 6.436914883 C6_chemical_A1 +LQ08X007740 Subtilisin-like protease 5.907785374 C6_chemical_A3 +LQ08X007740 Subtilisin-like protease 5.455786357 C6_chemical_B1 +LQ08X007740 Subtilisin-like protease 6.648624935 C6_chemical_B2 +LQ08X007740 Subtilisin-like protease 5.939439814 C6_chemical_B3 +LQ08X007740 Subtilisin-like protease 8.047759614 C6_chemical_C1 +LQ08X007740 Subtilisin-like protease 7.857233965 C6_chemical_C2 +LQ08X007740 Subtilisin-like protease 7.409645962 C6_chemical_C3 +LQ08X007740 Subtilisin-like protease 6.401525737 L4_control_A1 +LQ08X007740 Subtilisin-like protease 6.988645923 L4_control_A2 +LQ08X007740 Subtilisin-like protease 7.509502511 L4_control_A3 +LQ08X007740 Subtilisin-like protease 6.677505458 L4_control_B1 +LQ08X007740 Subtilisin-like protease 6.713867873 L4_control_B2 +LQ08X007740 Subtilisin-like protease 6.86154084 L4_control_B3 +LQ08X007740 Subtilisin-like protease 8.302999738 L4_control_C2 +LQ08X007740 Subtilisin-like protease 6.314500558 L4_control_C3 +LQ08X007740 Subtilisin-like protease 7.104642247 L4_chemical_A1 +LQ08X007740 Subtilisin-like protease 7.696839684 L4_chemical_A2 +LQ08X007740 Subtilisin-like protease 7.99944866 L4_chemical_A3 +LQ08X007740 Subtilisin-like protease 6.04248584 L4_chemical_B1 +LQ08X007740 Subtilisin-like protease 7.269122145 L4_chemical_B2 +LQ08X007740 Subtilisin-like protease 6.113499373 L4_chemical_B3 +LQ08X007740 Subtilisin-like protease 8.970974114 L4_chemical_C2 +LQ08X007740 Subtilisin-like protease 8.035255472 L4_chemical_C3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.6077369 C6_control_A1 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.72231171 C6_control_A3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.56513169 C6_control_B1 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.858871842 C6_control_B2 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.920041473 C6_control_B3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.12627388 C6_control_C1 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.30409179 C6_control_C2 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.80408934 C6_control_C3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.54181512 C6_chemical_A1 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.89956534 C6_chemical_A3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.54377149 C6_chemical_B1 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.796847594 C6_chemical_B2 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.02471636 C6_chemical_B3 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.982305264 C6_chemical_C1 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.988741942 C6_chemical_C2 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.934903051 C6_chemical_C3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.5259659 L4_control_A1 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.65681085 L4_control_A2 +LQ08X007750 Putative Arginine N-methyltransferase 2 11.25405276 L4_control_A3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.39049375 L4_control_B1 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.93947329 L4_control_B2 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.926365288 L4_control_B3 +LQ08X007750 Putative Arginine N-methyltransferase 2 11.61727011 L4_control_C2 +LQ08X007750 Putative Arginine N-methyltransferase 2 11.63772123 L4_control_C3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.50292058 L4_chemical_A1 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.32527699 L4_chemical_A2 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.91056419 L4_chemical_A3 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.73680338 L4_chemical_B1 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.74642339 L4_chemical_B2 +LQ08X007750 Putative Arginine N-methyltransferase 2 9.906681033 L4_chemical_B3 +LQ08X007750 Putative Arginine N-methyltransferase 2 11.50167412 L4_chemical_C2 +LQ08X007750 Putative Arginine N-methyltransferase 2 11.66306928 L4_chemical_C3 +LQ08X007770 Putative uncharacterized protein 9.679727363 C6_control_A1 +LQ08X007770 Putative uncharacterized protein 9.784176852 C6_control_A3 +LQ08X007770 Putative uncharacterized protein 9.011798883 C6_control_B1 +LQ08X007770 Putative uncharacterized protein 9.659503689 C6_control_B2 +LQ08X007770 Putative uncharacterized protein 9.398774421 C6_control_B3 +LQ08X007770 Putative uncharacterized protein 10.01863903 C6_control_C1 +LQ08X007770 Putative uncharacterized protein 9.938084953 C6_control_C2 +LQ08X007770 Putative uncharacterized protein 9.900213059 C6_control_C3 +LQ08X007770 Putative uncharacterized protein 9.456447298 C6_chemical_A1 +LQ08X007770 Putative uncharacterized protein 9.713524348 C6_chemical_A3 +LQ08X007770 Putative uncharacterized protein 9.045519362 C6_chemical_B1 +LQ08X007770 Putative uncharacterized protein 9.768466109 C6_chemical_B2 +LQ08X007770 Putative uncharacterized protein 9.236874375 C6_chemical_B3 +LQ08X007770 Putative uncharacterized protein 9.916509225 C6_chemical_C1 +LQ08X007770 Putative uncharacterized protein 10.15224883 C6_chemical_C2 +LQ08X007770 Putative uncharacterized protein 10.43461927 C6_chemical_C3 +LQ08X007770 Putative uncharacterized protein 10.11784431 L4_control_A1 +LQ08X007770 Putative uncharacterized protein 10.22324097 L4_control_A2 +LQ08X007770 Putative uncharacterized protein 11.01832262 L4_control_A3 +LQ08X007770 Putative uncharacterized protein 9.357905174 L4_control_B1 +LQ08X007770 Putative uncharacterized protein 9.279529753 L4_control_B2 +LQ08X007770 Putative uncharacterized protein 10.10117655 L4_control_B3 +LQ08X007770 Putative uncharacterized protein 9.404435359 L4_control_C2 +LQ08X007770 Putative uncharacterized protein 10.01648104 L4_control_C3 +LQ08X007770 Putative uncharacterized protein 9.978689332 L4_chemical_A1 +LQ08X007770 Putative uncharacterized protein 9.926514775 L4_chemical_A2 +LQ08X007770 Putative uncharacterized protein 10.73388474 L4_chemical_A3 +LQ08X007770 Putative uncharacterized protein 8.524903621 L4_chemical_B1 +LQ08X007770 Putative uncharacterized protein 8.287116099 L4_chemical_B2 +LQ08X007770 Putative uncharacterized protein 9.988118204 L4_chemical_B3 +LQ08X007770 Putative uncharacterized protein 8.730431217 L4_chemical_C2 +LQ08X007770 Putative uncharacterized protein 10.11681174 L4_chemical_C3 +LQ08X007780 Putative Cytochrome b5 12.56184139 C6_control_A1 +LQ08X007780 Putative Cytochrome b5 13.02601545 C6_control_A3 +LQ08X007780 Putative Cytochrome b5 9.975347401 C6_control_B1 +LQ08X007780 Putative Cytochrome b5 8.234597131 C6_control_B2 +LQ08X007780 Putative Cytochrome b5 7.642631398 C6_control_B3 +LQ08X007780 Putative Cytochrome b5 9.599937155 C6_control_C1 +LQ08X007780 Putative Cytochrome b5 9.116263573 C6_control_C2 +LQ08X007780 Putative Cytochrome b5 8.913271305 C6_control_C3 +LQ08X007780 Putative Cytochrome b5 13.20817768 C6_chemical_A1 +LQ08X007780 Putative Cytochrome b5 12.66936412 C6_chemical_A3 +LQ08X007780 Putative Cytochrome b5 9.532838666 C6_chemical_B1 +LQ08X007780 Putative Cytochrome b5 7.530045351 C6_chemical_B2 +LQ08X007780 Putative Cytochrome b5 7.681858613 C6_chemical_B3 +LQ08X007780 Putative Cytochrome b5 9.477026443 C6_chemical_C1 +LQ08X007780 Putative Cytochrome b5 8.843370005 C6_chemical_C2 +LQ08X007780 Putative Cytochrome b5 8.524431751 C6_chemical_C3 +LQ08X007780 Putative Cytochrome b5 13.70634118 L4_control_A1 +LQ08X007780 Putative Cytochrome b5 12.16669035 L4_control_A2 +LQ08X007780 Putative Cytochrome b5 11.62079678 L4_control_A3 +LQ08X007780 Putative Cytochrome b5 8.39118628 L4_control_B1 +LQ08X007780 Putative Cytochrome b5 8.333665013 L4_control_B2 +LQ08X007780 Putative Cytochrome b5 8.047497588 L4_control_B3 +LQ08X007780 Putative Cytochrome b5 10.28166375 L4_control_C2 +LQ08X007780 Putative Cytochrome b5 10.06276284 L4_control_C3 +LQ08X007780 Putative Cytochrome b5 13.39318816 L4_chemical_A1 +LQ08X007780 Putative Cytochrome b5 11.60291082 L4_chemical_A2 +LQ08X007780 Putative Cytochrome b5 12.52871378 L4_chemical_A3 +LQ08X007780 Putative Cytochrome b5 10.26032323 L4_chemical_B1 +LQ08X007780 Putative Cytochrome b5 9.30157697 L4_chemical_B2 +LQ08X007780 Putative Cytochrome b5 9.163976616 L4_chemical_B3 +LQ08X007780 Putative Cytochrome b5 11.00403052 L4_chemical_C2 +LQ08X007780 Putative Cytochrome b5 10.64996373 L4_chemical_C3 +LQ08X007790 Putative uncharacterized protein 5.704437367 C6_control_A1 +LQ08X007790 Putative uncharacterized protein 5.835596333 C6_control_A3 +LQ08X007790 Putative uncharacterized protein 5.834549002 C6_control_B1 +LQ08X007790 Putative uncharacterized protein 5.34116999 C6_control_B2 +LQ08X007790 Putative uncharacterized protein 5.752880199 C6_control_B3 +LQ08X007790 Putative uncharacterized protein 5.574545219 C6_control_C1 +LQ08X007790 Putative uncharacterized protein 6.937604483 C6_control_C2 +LQ08X007790 Putative uncharacterized protein 5.345297438 C6_control_C3 +LQ08X007790 Putative uncharacterized protein 5.517891713 C6_chemical_A1 +LQ08X007790 Putative uncharacterized protein 5.23402411 C6_chemical_A3 +LQ08X007790 Putative uncharacterized protein 5.543588923 C6_chemical_B1 +LQ08X007790 Putative uncharacterized protein 5.350501291 C6_chemical_B2 +LQ08X007790 Putative uncharacterized protein 5.907833742 C6_chemical_B3 +LQ08X007790 Putative uncharacterized protein 5.980405749 C6_chemical_C1 +LQ08X007790 Putative uncharacterized protein 5.625432454 C6_chemical_C2 +LQ08X007790 Putative uncharacterized protein 5.683224457 C6_chemical_C3 +LQ08X007790 Putative uncharacterized protein 5.468702203 L4_control_A1 +LQ08X007790 Putative uncharacterized protein 5.340438442 L4_control_A2 +LQ08X007790 Putative uncharacterized protein 4.95050857 L4_control_A3 +LQ08X007790 Putative uncharacterized protein 6.232698536 L4_control_B1 +LQ08X007790 Putative uncharacterized protein 5.481396796 L4_control_B2 +LQ08X007790 Putative uncharacterized protein 5.200419804 L4_control_B3 +LQ08X007790 Putative uncharacterized protein 5.525611578 L4_control_C2 +LQ08X007790 Putative uncharacterized protein 5.719189875 L4_control_C3 +LQ08X007790 Putative uncharacterized protein 5.603296416 L4_chemical_A1 +LQ08X007790 Putative uncharacterized protein 5.401690778 L4_chemical_A2 +LQ08X007790 Putative uncharacterized protein 4.999218817 L4_chemical_A3 +LQ08X007790 Putative uncharacterized protein 4.979556025 L4_chemical_B1 +LQ08X007790 Putative uncharacterized protein 5.13528468 L4_chemical_B2 +LQ08X007790 Putative uncharacterized protein 5.462557314 L4_chemical_B3 +LQ08X007790 Putative uncharacterized protein 5.421249888 L4_chemical_C2 +LQ08X007790 Putative uncharacterized protein 5.751904209 L4_chemical_C3 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.11704447 C6_control_A1 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.08732784 C6_control_A3 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.02544248 C6_control_B1 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.94915103 C6_control_B2 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.58102295 C6_control_B3 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.99127684 C6_control_C1 +LQ08X007800 Putative Uncharacterized protein C757.02c 15.19632017 C6_control_C2 +LQ08X007800 Putative Uncharacterized protein C757.02c 15.24465523 C6_control_C3 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.88181308 C6_chemical_A1 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.76378401 C6_chemical_A3 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.91729727 C6_chemical_B1 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.90686329 C6_chemical_B2 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.46579823 C6_chemical_B3 +LQ08X007800 Putative Uncharacterized protein C757.02c 15.03745576 C6_chemical_C1 +LQ08X007800 Putative Uncharacterized protein C757.02c 15.06362332 C6_chemical_C2 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.81943139 C6_chemical_C3 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.2031376 L4_control_A1 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.47844524 L4_control_A2 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.88500195 L4_control_A3 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.51748023 L4_control_B1 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.55095917 L4_control_B2 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.98114261 L4_control_B3 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.92768957 L4_control_C2 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.08842534 L4_control_C3 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.40194477 L4_chemical_A1 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.25861761 L4_chemical_A2 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.24075346 L4_chemical_A3 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.56150768 L4_chemical_B1 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.53884128 L4_chemical_B2 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.38388388 L4_chemical_B3 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.01748469 L4_chemical_C2 +LQ08X007800 Putative Uncharacterized protein C757.02c 14.12957933 L4_chemical_C3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.25663896 C6_control_A1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 11.97605904 C6_control_A3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.02815284 C6_control_B1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.27148581 C6_control_B2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.13143936 C6_control_B3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.52505082 C6_control_C1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.12369201 C6_control_C2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.18691482 C6_control_C3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.25974146 C6_chemical_A1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.31828477 C6_chemical_A3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.32655865 C6_chemical_B1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.17795746 C6_chemical_B2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.32452317 C6_chemical_B3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.24381554 C6_chemical_C1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.99667276 C6_chemical_C2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.23102588 C6_chemical_C3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 11.95759894 L4_control_A1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 11.60757293 L4_control_A2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.08560127 L4_control_A3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 11.69479513 L4_control_B1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 11.72869991 L4_control_B2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 11.55588812 L4_control_B3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.57623483 L4_control_C2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.05633333 L4_control_C3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.02718718 L4_chemical_A1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.60710928 L4_chemical_A2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.53179795 L4_chemical_A3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.90894173 L4_chemical_B1 +LQ08X007820 Putative Isoflavone 2-hydroxylase 11.66501604 L4_chemical_B2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 11.7007973 L4_chemical_B3 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.55301329 L4_chemical_C2 +LQ08X007820 Putative Isoflavone 2-hydroxylase 13.32388112 L4_chemical_C3 +LQ08X007840 Cytochrome P450 81D1 9.102209789 C6_control_A1 +LQ08X007840 Cytochrome P450 81D1 8.811526168 C6_control_A3 +LQ08X007840 Cytochrome P450 81D1 9.324408623 C6_control_B1 +LQ08X007840 Cytochrome P450 81D1 9.283340342 C6_control_B2 +LQ08X007840 Cytochrome P450 81D1 8.54715619 C6_control_B3 +LQ08X007840 Cytochrome P450 81D1 9.731189596 C6_control_C1 +LQ08X007840 Cytochrome P450 81D1 9.281552378 C6_control_C2 +LQ08X007840 Cytochrome P450 81D1 9.314263906 C6_control_C3 +LQ08X007840 Cytochrome P450 81D1 9.027658319 C6_chemical_A1 +LQ08X007840 Cytochrome P450 81D1 9.228193957 C6_chemical_A3 +LQ08X007840 Cytochrome P450 81D1 9.454067698 C6_chemical_B1 +LQ08X007840 Cytochrome P450 81D1 9.179293658 C6_chemical_B2 +LQ08X007840 Cytochrome P450 81D1 8.638548132 C6_chemical_B3 +LQ08X007840 Cytochrome P450 81D1 9.788410238 C6_chemical_C1 +LQ08X007840 Cytochrome P450 81D1 9.613419538 C6_chemical_C2 +LQ08X007840 Cytochrome P450 81D1 9.163633649 C6_chemical_C3 +LQ08X007840 Cytochrome P450 81D1 9.291644034 L4_control_A1 +LQ08X007840 Cytochrome P450 81D1 9.541672785 L4_control_A2 +LQ08X007840 Cytochrome P450 81D1 10.43319177 L4_control_A3 +LQ08X007840 Cytochrome P450 81D1 9.431000023 L4_control_B1 +LQ08X007840 Cytochrome P450 81D1 9.166005079 L4_control_B2 +LQ08X007840 Cytochrome P450 81D1 8.61298951 L4_control_B3 +LQ08X007840 Cytochrome P450 81D1 9.219626802 L4_control_C2 +LQ08X007840 Cytochrome P450 81D1 9.043103052 L4_control_C3 +LQ08X007840 Cytochrome P450 81D1 10.41968669 L4_chemical_A1 +LQ08X007840 Cytochrome P450 81D1 11.21170016 L4_chemical_A2 +LQ08X007840 Cytochrome P450 81D1 11.00170384 L4_chemical_A3 +LQ08X007840 Cytochrome P450 81D1 10.02898354 L4_chemical_B1 +LQ08X007840 Cytochrome P450 81D1 9.543880085 L4_chemical_B2 +LQ08X007840 Cytochrome P450 81D1 9.288769384 L4_chemical_B3 +LQ08X007840 Cytochrome P450 81D1 9.845848883 L4_chemical_C2 +LQ08X007840 Cytochrome P450 81D1 9.279441215 L4_chemical_C3 +LQ08X007850 Putative uncharacterized protein 9.348900599 C6_control_A1 +LQ08X007850 Putative uncharacterized protein 9.861931222 C6_control_A3 +LQ08X007850 Putative uncharacterized protein 9.150580827 C6_control_B1 +LQ08X007850 Putative uncharacterized protein 8.452986908 C6_control_B2 +LQ08X007850 Putative uncharacterized protein 8.687194566 C6_control_B3 +LQ08X007850 Putative uncharacterized protein 8.539113427 C6_control_C1 +LQ08X007850 Putative uncharacterized protein 8.301160362 C6_control_C2 +LQ08X007850 Putative uncharacterized protein 7.889432495 C6_control_C3 +LQ08X007850 Putative uncharacterized protein 9.488776945 C6_chemical_A1 +LQ08X007850 Putative uncharacterized protein 9.61474861 C6_chemical_A3 +LQ08X007850 Putative uncharacterized protein 9.272842801 C6_chemical_B1 +LQ08X007850 Putative uncharacterized protein 8.645415414 C6_chemical_B2 +LQ08X007850 Putative uncharacterized protein 8.709663751 C6_chemical_B3 +LQ08X007850 Putative uncharacterized protein 8.287683661 C6_chemical_C1 +LQ08X007850 Putative uncharacterized protein 8.281369856 C6_chemical_C2 +LQ08X007850 Putative uncharacterized protein 7.56941753 C6_chemical_C3 +LQ08X007850 Putative uncharacterized protein 9.318925244 L4_control_A1 +LQ08X007850 Putative uncharacterized protein 9.030407738 L4_control_A2 +LQ08X007850 Putative uncharacterized protein 9.603657304 L4_control_A3 +LQ08X007850 Putative uncharacterized protein 8.683016572 L4_control_B1 +LQ08X007850 Putative uncharacterized protein 9.175211384 L4_control_B2 +LQ08X007850 Putative uncharacterized protein 8.221077401 L4_control_B3 +LQ08X007850 Putative uncharacterized protein 8.918673367 L4_control_C2 +LQ08X007850 Putative uncharacterized protein 8.376986711 L4_control_C3 +LQ08X007850 Putative uncharacterized protein 9.118330518 L4_chemical_A1 +LQ08X007850 Putative uncharacterized protein 8.835071503 L4_chemical_A2 +LQ08X007850 Putative uncharacterized protein 9.025567314 L4_chemical_A3 +LQ08X007850 Putative uncharacterized protein 8.793269998 L4_chemical_B1 +LQ08X007850 Putative uncharacterized protein 8.734268274 L4_chemical_B2 +LQ08X007850 Putative uncharacterized protein 8.306366814 L4_chemical_B3 +LQ08X007850 Putative uncharacterized protein 8.874581373 L4_chemical_C2 +LQ08X007850 Putative uncharacterized protein 8.159934017 L4_chemical_C3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.95933787 C6_control_A1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.88031411 C6_control_A3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.29260548 C6_control_B1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.25257641 C6_control_B2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.94894317 C6_control_B3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.65655933 C6_control_C1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.35643757 C6_control_C2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.31367538 C6_control_C3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.26279147 C6_chemical_A1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.14866838 C6_chemical_A3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.29519252 C6_chemical_B1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.03927176 C6_chemical_B2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.07927581 C6_chemical_B3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.63674107 C6_chemical_C1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.35666223 C6_chemical_C2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.2885756 C6_chemical_C3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.48370959 L4_control_A1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.46413963 L4_control_A2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.35973052 L4_control_A3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.54832044 L4_control_B1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.94362183 L4_control_B2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.75421437 L4_control_B3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.71859462 L4_control_C2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.19485947 L4_control_C3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.62545334 L4_chemical_A1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.54475123 L4_chemical_A2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.4534457 L4_chemical_A3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.23044853 L4_chemical_B1 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.69580935 L4_chemical_B2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 11.40921334 L4_chemical_B3 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.41255072 L4_chemical_C2 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.204649 L4_chemical_C3 +LQ08X007900 Metal transporter Nramp2 10.57567933 C6_control_A1 +LQ08X007900 Metal transporter Nramp2 10.63217774 C6_control_A3 +LQ08X007900 Metal transporter Nramp2 10.50649066 C6_control_B1 +LQ08X007900 Metal transporter Nramp2 11.33086818 C6_control_B2 +LQ08X007900 Metal transporter Nramp2 10.7125198 C6_control_B3 +LQ08X007900 Metal transporter Nramp2 10.71330551 C6_control_C1 +LQ08X007900 Metal transporter Nramp2 10.57402374 C6_control_C2 +LQ08X007900 Metal transporter Nramp2 10.72125707 C6_control_C3 +LQ08X007900 Metal transporter Nramp2 10.44681145 C6_chemical_A1 +LQ08X007900 Metal transporter Nramp2 10.47092609 C6_chemical_A3 +LQ08X007900 Metal transporter Nramp2 10.26732583 C6_chemical_B1 +LQ08X007900 Metal transporter Nramp2 10.88731846 C6_chemical_B2 +LQ08X007900 Metal transporter Nramp2 10.29891504 C6_chemical_B3 +LQ08X007900 Metal transporter Nramp2 10.87124375 C6_chemical_C1 +LQ08X007900 Metal transporter Nramp2 10.82208646 C6_chemical_C2 +LQ08X007900 Metal transporter Nramp2 10.67428919 C6_chemical_C3 +LQ08X007900 Metal transporter Nramp2 10.75015807 L4_control_A1 +LQ08X007900 Metal transporter Nramp2 11.4352189 L4_control_A2 +LQ08X007900 Metal transporter Nramp2 11.00086648 L4_control_A3 +LQ08X007900 Metal transporter Nramp2 10.97769699 L4_control_B1 +LQ08X007900 Metal transporter Nramp2 10.65816938 L4_control_B2 +LQ08X007900 Metal transporter Nramp2 10.85288193 L4_control_B3 +LQ08X007900 Metal transporter Nramp2 9.642761719 L4_control_C2 +LQ08X007900 Metal transporter Nramp2 9.665101087 L4_control_C3 +LQ08X007900 Metal transporter Nramp2 11.0244923 L4_chemical_A1 +LQ08X007900 Metal transporter Nramp2 11.3716414 L4_chemical_A2 +LQ08X007900 Metal transporter Nramp2 11.04922527 L4_chemical_A3 +LQ08X007900 Metal transporter Nramp2 10.50372267 L4_chemical_B1 +LQ08X007900 Metal transporter Nramp2 10.60144521 L4_chemical_B2 +LQ08X007900 Metal transporter Nramp2 10.91641762 L4_chemical_B3 +LQ08X007900 Metal transporter Nramp2 9.638074616 L4_chemical_C2 +LQ08X007900 Metal transporter Nramp2 9.644501351 L4_chemical_C3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.699629999 C6_control_A1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.512085823 C6_control_A3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.867008249 C6_control_B1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 6.018365438 C6_control_B2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.90353412 C6_control_B3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 8.706564053 C6_control_C1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 7.679337937 C6_control_C2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 8.713771995 C6_control_C3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.029128395 C6_chemical_A1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 6.104715737 C6_chemical_A3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.579301057 C6_chemical_B1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.758190305 C6_chemical_B2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 6.230844074 C6_chemical_B3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 8.416523984 C6_chemical_C1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 8.377656644 C6_chemical_C2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 8.050840114 C6_chemical_C3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 6.368524262 L4_control_A1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.740973703 L4_control_A2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.345812499 L4_control_A3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.498686277 L4_control_B1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.781923244 L4_control_B2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.72793179 L4_control_B3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 7.569840149 L4_control_C2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 6.096525422 L4_control_C3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.921381694 L4_chemical_A1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.460514109 L4_chemical_A2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.811302732 L4_chemical_A3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.181275428 L4_chemical_B1 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.186188483 L4_chemical_B2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.999939866 L4_chemical_B3 +LQ08X007910 Putative Isoflavone 2-hydroxylase 7.268857917 L4_chemical_C2 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.437820856 L4_chemical_C3 +LQ08X007970 Putative cyclin-A3-1 10.26315589 C6_control_A1 +LQ08X007970 Putative cyclin-A3-1 10.95558159 C6_control_A3 +LQ08X007970 Putative cyclin-A3-1 7.681268576 C6_control_B1 +LQ08X007970 Putative cyclin-A3-1 5.786135359 C6_control_B2 +LQ08X007970 Putative cyclin-A3-1 5.737975128 C6_control_B3 +LQ08X007970 Putative cyclin-A3-1 5.338697093 C6_control_C1 +LQ08X007970 Putative cyclin-A3-1 4.929330963 C6_control_C2 +LQ08X007970 Putative cyclin-A3-1 5.315156881 C6_control_C3 +LQ08X007970 Putative cyclin-A3-1 9.491973236 C6_chemical_A1 +LQ08X007970 Putative cyclin-A3-1 10.69587516 C6_chemical_A3 +LQ08X007970 Putative cyclin-A3-1 5.371291832 C6_chemical_B1 +LQ08X007970 Putative cyclin-A3-1 5.408086024 C6_chemical_B2 +LQ08X007970 Putative cyclin-A3-1 5.517086374 C6_chemical_B3 +LQ08X007970 Putative cyclin-A3-1 4.947990408 C6_chemical_C1 +LQ08X007970 Putative cyclin-A3-1 4.919287861 C6_chemical_C2 +LQ08X007970 Putative cyclin-A3-1 5.143074599 C6_chemical_C3 +LQ08X007970 Putative cyclin-A3-1 10.09939667 L4_control_A1 +LQ08X007970 Putative cyclin-A3-1 9.81978103 L4_control_A2 +LQ08X007970 Putative cyclin-A3-1 7.664149664 L4_control_A3 +LQ08X007970 Putative cyclin-A3-1 5.370774118 L4_control_B1 +LQ08X007970 Putative cyclin-A3-1 7.109471907 L4_control_B2 +LQ08X007970 Putative cyclin-A3-1 5.229575064 L4_control_B3 +LQ08X007970 Putative cyclin-A3-1 4.837135095 L4_control_C2 +LQ08X007970 Putative cyclin-A3-1 5.399340136 L4_control_C3 +LQ08X007970 Putative cyclin-A3-1 8.604395689 L4_chemical_A1 +LQ08X007970 Putative cyclin-A3-1 7.031884888 L4_chemical_A2 +LQ08X007970 Putative cyclin-A3-1 7.909873186 L4_chemical_A3 +LQ08X007970 Putative cyclin-A3-1 5.293373694 L4_chemical_B1 +LQ08X007970 Putative cyclin-A3-1 6.861134363 L4_chemical_B2 +LQ08X007970 Putative cyclin-A3-1 7.893227017 L4_chemical_B3 +LQ08X007970 Putative cyclin-A3-1 4.991146923 L4_chemical_C2 +LQ08X007970 Putative cyclin-A3-1 4.888498386 L4_chemical_C3 +LQ08X007990 Putative Cytochrome P450 81D1 10.51228481 C6_control_A1 +LQ08X007990 Putative Cytochrome P450 81D1 9.231881732 C6_control_A3 +LQ08X007990 Putative Cytochrome P450 81D1 11.57291181 C6_control_B1 +LQ08X007990 Putative Cytochrome P450 81D1 11.8840875 C6_control_B2 +LQ08X007990 Putative Cytochrome P450 81D1 12.11240403 C6_control_B3 +LQ08X007990 Putative Cytochrome P450 81D1 11.91995149 C6_control_C1 +LQ08X007990 Putative Cytochrome P450 81D1 12.24042168 C6_control_C2 +LQ08X007990 Putative Cytochrome P450 81D1 11.74507837 C6_control_C3 +LQ08X007990 Putative Cytochrome P450 81D1 10.70628269 C6_chemical_A1 +LQ08X007990 Putative Cytochrome P450 81D1 9.593102943 C6_chemical_A3 +LQ08X007990 Putative Cytochrome P450 81D1 12.2935766 C6_chemical_B1 +LQ08X007990 Putative Cytochrome P450 81D1 12.37243695 C6_chemical_B2 +LQ08X007990 Putative Cytochrome P450 81D1 12.27806927 C6_chemical_B3 +LQ08X007990 Putative Cytochrome P450 81D1 12.00726735 C6_chemical_C1 +LQ08X007990 Putative Cytochrome P450 81D1 12.02453003 C6_chemical_C2 +LQ08X007990 Putative Cytochrome P450 81D1 12.36495294 C6_chemical_C3 +LQ08X007990 Putative Cytochrome P450 81D1 10.17127069 L4_control_A1 +LQ08X007990 Putative Cytochrome P450 81D1 10.94822826 L4_control_A2 +LQ08X007990 Putative Cytochrome P450 81D1 11.34614356 L4_control_A3 +LQ08X007990 Putative Cytochrome P450 81D1 11.9790776 L4_control_B1 +LQ08X007990 Putative Cytochrome P450 81D1 12.55437194 L4_control_B2 +LQ08X007990 Putative Cytochrome P450 81D1 12.93297909 L4_control_B3 +LQ08X007990 Putative Cytochrome P450 81D1 12.25951271 L4_control_C2 +LQ08X007990 Putative Cytochrome P450 81D1 12.44071453 L4_control_C3 +LQ08X007990 Putative Cytochrome P450 81D1 10.43374161 L4_chemical_A1 +LQ08X007990 Putative Cytochrome P450 81D1 11.08488209 L4_chemical_A2 +LQ08X007990 Putative Cytochrome P450 81D1 11.24179782 L4_chemical_A3 +LQ08X007990 Putative Cytochrome P450 81D1 11.31471577 L4_chemical_B1 +LQ08X007990 Putative Cytochrome P450 81D1 11.9588793 L4_chemical_B2 +LQ08X007990 Putative Cytochrome P450 81D1 12.22930669 L4_chemical_B3 +LQ08X007990 Putative Cytochrome P450 81D1 12.32443281 L4_chemical_C2 +LQ08X007990 Putative Cytochrome P450 81D1 12.24133614 L4_chemical_C3 +LQ08X008050 MFP1 attachment factor 1 13.32854879 C6_control_A1 +LQ08X008050 MFP1 attachment factor 1 13.64986907 C6_control_A3 +LQ08X008050 MFP1 attachment factor 1 12.91351417 C6_control_B1 +LQ08X008050 MFP1 attachment factor 1 13.44429198 C6_control_B2 +LQ08X008050 MFP1 attachment factor 1 12.71590858 C6_control_B3 +LQ08X008050 MFP1 attachment factor 1 12.95310836 C6_control_C1 +LQ08X008050 MFP1 attachment factor 1 12.53728883 C6_control_C2 +LQ08X008050 MFP1 attachment factor 1 12.8242212 C6_control_C3 +LQ08X008050 MFP1 attachment factor 1 13.4196471 C6_chemical_A1 +LQ08X008050 MFP1 attachment factor 1 13.50801699 C6_chemical_A3 +LQ08X008050 MFP1 attachment factor 1 12.72276084 C6_chemical_B1 +LQ08X008050 MFP1 attachment factor 1 13.30171461 C6_chemical_B2 +LQ08X008050 MFP1 attachment factor 1 12.63016637 C6_chemical_B3 +LQ08X008050 MFP1 attachment factor 1 13.06774853 C6_chemical_C1 +LQ08X008050 MFP1 attachment factor 1 13.19956513 C6_chemical_C2 +LQ08X008050 MFP1 attachment factor 1 12.65966273 C6_chemical_C3 +LQ08X008050 MFP1 attachment factor 1 13.72366378 L4_control_A1 +LQ08X008050 MFP1 attachment factor 1 13.68962492 L4_control_A2 +LQ08X008050 MFP1 attachment factor 1 13.65986939 L4_control_A3 +LQ08X008050 MFP1 attachment factor 1 12.59954348 L4_control_B1 +LQ08X008050 MFP1 attachment factor 1 12.14363965 L4_control_B2 +LQ08X008050 MFP1 attachment factor 1 12.97188152 L4_control_B3 +LQ08X008050 MFP1 attachment factor 1 12.10800005 L4_control_C2 +LQ08X008050 MFP1 attachment factor 1 12.30560975 L4_control_C3 +LQ08X008050 MFP1 attachment factor 1 13.40872251 L4_chemical_A1 +LQ08X008050 MFP1 attachment factor 1 13.30308924 L4_chemical_A2 +LQ08X008050 MFP1 attachment factor 1 13.40197631 L4_chemical_A3 +LQ08X008050 MFP1 attachment factor 1 12.50315492 L4_chemical_B1 +LQ08X008050 MFP1 attachment factor 1 12.69480805 L4_chemical_B2 +LQ08X008050 MFP1 attachment factor 1 13.31611046 L4_chemical_B3 +LQ08X008050 MFP1 attachment factor 1 12.46385726 L4_chemical_C2 +LQ08X008050 MFP1 attachment factor 1 12.15023646 L4_chemical_C3 +LQ08X008070 F-box protein GID2 10.67284476 C6_control_A1 +LQ08X008070 F-box protein GID2 10.76070969 C6_control_A3 +LQ08X008070 F-box protein GID2 10.24331508 C6_control_B1 +LQ08X008070 F-box protein GID2 11.12958041 C6_control_B2 +LQ08X008070 F-box protein GID2 10.39322107 C6_control_B3 +LQ08X008070 F-box protein GID2 9.909605829 C6_control_C1 +LQ08X008070 F-box protein GID2 10.55154288 C6_control_C2 +LQ08X008070 F-box protein GID2 10.87923713 C6_control_C3 +LQ08X008070 F-box protein GID2 10.26371782 C6_chemical_A1 +LQ08X008070 F-box protein GID2 10.54036968 C6_chemical_A3 +LQ08X008070 F-box protein GID2 9.880029336 C6_chemical_B1 +LQ08X008070 F-box protein GID2 11.15194118 C6_chemical_B2 +LQ08X008070 F-box protein GID2 11.10591794 C6_chemical_B3 +LQ08X008070 F-box protein GID2 9.765176073 C6_chemical_C1 +LQ08X008070 F-box protein GID2 9.952397527 C6_chemical_C2 +LQ08X008070 F-box protein GID2 11.26586646 C6_chemical_C3 +LQ08X008070 F-box protein GID2 10.31173976 L4_control_A1 +LQ08X008070 F-box protein GID2 10.15571709 L4_control_A2 +LQ08X008070 F-box protein GID2 8.61465827 L4_control_A3 +LQ08X008070 F-box protein GID2 11.68938597 L4_control_B1 +LQ08X008070 F-box protein GID2 9.714195804 L4_control_B2 +LQ08X008070 F-box protein GID2 11.54072179 L4_control_B3 +LQ08X008070 F-box protein GID2 9.365236379 L4_control_C2 +LQ08X008070 F-box protein GID2 10.50041912 L4_control_C3 +LQ08X008070 F-box protein GID2 11.05078999 L4_chemical_A1 +LQ08X008070 F-box protein GID2 10.03098888 L4_chemical_A2 +LQ08X008070 F-box protein GID2 9.752497661 L4_chemical_A3 +LQ08X008070 F-box protein GID2 10.4356702 L4_chemical_B1 +LQ08X008070 F-box protein GID2 10.22003302 L4_chemical_B2 +LQ08X008070 F-box protein GID2 11.59459751 L4_chemical_B3 +LQ08X008070 F-box protein GID2 9.088745324 L4_chemical_C2 +LQ08X008070 F-box protein GID2 10.17706154 L4_chemical_C3 +LQ08X008101 Putative Predicted protein 4.890067295 C6_control_A1 +LQ08X008101 Putative Predicted protein 4.863120926 C6_control_A3 +LQ08X008101 Putative Predicted protein 5.402098447 C6_control_B1 +LQ08X008101 Putative Predicted protein 4.70007575 C6_control_B2 +LQ08X008101 Putative Predicted protein 5.339042343 C6_control_B3 +LQ08X008101 Putative Predicted protein 5.298576772 C6_control_C1 +LQ08X008101 Putative Predicted protein 4.675881545 C6_control_C2 +LQ08X008101 Putative Predicted protein 4.7760738 C6_control_C3 +LQ08X008101 Putative Predicted protein 4.923597814 C6_chemical_A1 +LQ08X008101 Putative Predicted protein 5.018310381 C6_chemical_A3 +LQ08X008101 Putative Predicted protein 5.082829719 C6_chemical_B1 +LQ08X008101 Putative Predicted protein 4.778367908 C6_chemical_B2 +LQ08X008101 Putative Predicted protein 5.372866055 C6_chemical_B3 +LQ08X008101 Putative Predicted protein 5.262128594 C6_chemical_C1 +LQ08X008101 Putative Predicted protein 4.779625657 C6_chemical_C2 +LQ08X008101 Putative Predicted protein 4.653547087 C6_chemical_C3 +LQ08X008101 Putative Predicted protein 5.164303007 L4_control_A1 +LQ08X008101 Putative Predicted protein 5.117143677 L4_control_A2 +LQ08X008101 Putative Predicted protein 5.098332702 L4_control_A3 +LQ08X008101 Putative Predicted protein 5.288886253 L4_control_B1 +LQ08X008101 Putative Predicted protein 4.823208944 L4_control_B2 +LQ08X008101 Putative Predicted protein 5.210037223 L4_control_B3 +LQ08X008101 Putative Predicted protein 5.652521763 L4_control_C2 +LQ08X008101 Putative Predicted protein 5.207876591 L4_control_C3 +LQ08X008101 Putative Predicted protein 5.243959533 L4_chemical_A1 +LQ08X008101 Putative Predicted protein 5.055430598 L4_chemical_A2 +LQ08X008101 Putative Predicted protein 4.900226868 L4_chemical_A3 +LQ08X008101 Putative Predicted protein 5.116226659 L4_chemical_B1 +LQ08X008101 Putative Predicted protein 5.035924132 L4_chemical_B2 +LQ08X008101 Putative Predicted protein 5.585958054 L4_chemical_B3 +LQ08X008101 Putative Predicted protein 5.077963108 L4_chemical_C2 +LQ08X008101 Putative Predicted protein 5.685387841 L4_chemical_C3 +LQ08X008120 Chaperone protein dnaJ 10 11.28511002 C6_control_A1 +LQ08X008120 Chaperone protein dnaJ 10 11.40738641 C6_control_A3 +LQ08X008120 Chaperone protein dnaJ 10 11.3799662 C6_control_B1 +LQ08X008120 Chaperone protein dnaJ 10 11.21641632 C6_control_B2 +LQ08X008120 Chaperone protein dnaJ 10 11.46762643 C6_control_B3 +LQ08X008120 Chaperone protein dnaJ 10 11.58333032 C6_control_C1 +LQ08X008120 Chaperone protein dnaJ 10 11.79005547 C6_control_C2 +LQ08X008120 Chaperone protein dnaJ 10 11.1724771 C6_control_C3 +LQ08X008120 Chaperone protein dnaJ 10 11.28220895 C6_chemical_A1 +LQ08X008120 Chaperone protein dnaJ 10 11.38328955 C6_chemical_A3 +LQ08X008120 Chaperone protein dnaJ 10 11.40062877 C6_chemical_B1 +LQ08X008120 Chaperone protein dnaJ 10 11.4287062 C6_chemical_B2 +LQ08X008120 Chaperone protein dnaJ 10 11.48743192 C6_chemical_B3 +LQ08X008120 Chaperone protein dnaJ 10 11.38656475 C6_chemical_C1 +LQ08X008120 Chaperone protein dnaJ 10 11.4726388 C6_chemical_C2 +LQ08X008120 Chaperone protein dnaJ 10 11.64291033 C6_chemical_C3 +LQ08X008120 Chaperone protein dnaJ 10 11.57319179 L4_control_A1 +LQ08X008120 Chaperone protein dnaJ 10 11.40226302 L4_control_A2 +LQ08X008120 Chaperone protein dnaJ 10 11.55737027 L4_control_A3 +LQ08X008120 Chaperone protein dnaJ 10 11.65396974 L4_control_B1 +LQ08X008120 Chaperone protein dnaJ 10 11.55997606 L4_control_B2 +LQ08X008120 Chaperone protein dnaJ 10 12.1868608 L4_control_B3 +LQ08X008120 Chaperone protein dnaJ 10 12.11351616 L4_control_C2 +LQ08X008120 Chaperone protein dnaJ 10 12.26227112 L4_control_C3 +LQ08X008120 Chaperone protein dnaJ 10 11.52326397 L4_chemical_A1 +LQ08X008120 Chaperone protein dnaJ 10 11.22374893 L4_chemical_A2 +LQ08X008120 Chaperone protein dnaJ 10 11.66204731 L4_chemical_A3 +LQ08X008120 Chaperone protein dnaJ 10 11.47606643 L4_chemical_B1 +LQ08X008120 Chaperone protein dnaJ 10 11.2150106 L4_chemical_B2 +LQ08X008120 Chaperone protein dnaJ 10 11.91690442 L4_chemical_B3 +LQ08X008120 Chaperone protein dnaJ 10 11.86187847 L4_chemical_C2 +LQ08X008120 Chaperone protein dnaJ 10 11.98916071 L4_chemical_C3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 12.20842616 C6_control_A1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 12.24798096 C6_control_A3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 12.00975966 C6_control_B1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.48576026 C6_control_B2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.95843931 C6_control_B3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.69117184 C6_control_C1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.24725299 C6_control_C2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.44755771 C6_control_C3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 12.06072483 C6_chemical_A1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 12.0511359 C6_chemical_A3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.89960243 C6_chemical_B1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.92588624 C6_chemical_B2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.69632033 C6_chemical_B3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.68362905 C6_chemical_C1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.38649863 C6_chemical_C2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.60786977 C6_chemical_C3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.83684349 L4_control_A1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.50921502 L4_control_A2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.86330106 L4_control_A3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.87854834 L4_control_B1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.90104519 L4_control_B2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.19431585 L4_control_B3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.34354333 L4_control_C2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.08165873 L4_control_C3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.7077518 L4_chemical_A1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.20231886 L4_chemical_A2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.72825749 L4_chemical_A3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.13814151 L4_chemical_B1 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.82728591 L4_chemical_B2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 11.31271876 L4_chemical_B3 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 9.395958125 L4_chemical_C2 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 10.38584985 L4_chemical_C3 +LQ08X008160 Uncharacterized protein At1g76660 11.60137106 C6_control_A1 +LQ08X008160 Uncharacterized protein At1g76660 10.58024505 C6_control_A3 +LQ08X008160 Uncharacterized protein At1g76660 11.51888754 C6_control_B1 +LQ08X008160 Uncharacterized protein At1g76660 12.64783523 C6_control_B2 +LQ08X008160 Uncharacterized protein At1g76660 11.49203523 C6_control_B3 +LQ08X008160 Uncharacterized protein At1g76660 12.09915801 C6_control_C1 +LQ08X008160 Uncharacterized protein At1g76660 11.32909756 C6_control_C2 +LQ08X008160 Uncharacterized protein At1g76660 11.77347305 C6_control_C3 +LQ08X008160 Uncharacterized protein At1g76660 11.96885325 C6_chemical_A1 +LQ08X008160 Uncharacterized protein At1g76660 9.587591538 C6_chemical_A3 +LQ08X008160 Uncharacterized protein At1g76660 11.715174 C6_chemical_B1 +LQ08X008160 Uncharacterized protein At1g76660 13.06901776 C6_chemical_B2 +LQ08X008160 Uncharacterized protein At1g76660 11.70031573 C6_chemical_B3 +LQ08X008160 Uncharacterized protein At1g76660 12.5301736 C6_chemical_C1 +LQ08X008160 Uncharacterized protein At1g76660 12.67887803 C6_chemical_C2 +LQ08X008160 Uncharacterized protein At1g76660 11.93265349 C6_chemical_C3 +LQ08X008160 Uncharacterized protein At1g76660 9.882136653 L4_control_A1 +LQ08X008160 Uncharacterized protein At1g76660 10.91564942 L4_control_A2 +LQ08X008160 Uncharacterized protein At1g76660 9.236698685 L4_control_A3 +LQ08X008160 Uncharacterized protein At1g76660 10.23929595 L4_control_B1 +LQ08X008160 Uncharacterized protein At1g76660 9.141030535 L4_control_B2 +LQ08X008160 Uncharacterized protein At1g76660 10.2931516 L4_control_B3 +LQ08X008160 Uncharacterized protein At1g76660 10.84294621 L4_control_C2 +LQ08X008160 Uncharacterized protein At1g76660 9.132940735 L4_control_C3 +LQ08X008160 Uncharacterized protein At1g76660 10.5971438 L4_chemical_A1 +LQ08X008160 Uncharacterized protein At1g76660 11.71531075 L4_chemical_A2 +LQ08X008160 Uncharacterized protein At1g76660 9.577965744 L4_chemical_A3 +LQ08X008160 Uncharacterized protein At1g76660 10.67694135 L4_chemical_B1 +LQ08X008160 Uncharacterized protein At1g76660 11.08728544 L4_chemical_B2 +LQ08X008160 Uncharacterized protein At1g76660 9.582158733 L4_chemical_B3 +LQ08X008160 Uncharacterized protein At1g76660 10.75878761 L4_chemical_C2 +LQ08X008160 Uncharacterized protein At1g76660 9.880201961 L4_chemical_C3 +LQ08X008170 Pitrilysin, putative 5.712628189 C6_control_A1 +LQ08X008170 Pitrilysin, putative 5.624565395 C6_control_A3 +LQ08X008170 Pitrilysin, putative 5.589793216 C6_control_B1 +LQ08X008170 Pitrilysin, putative 5.365880645 C6_control_B2 +LQ08X008170 Pitrilysin, putative 5.535015618 C6_control_B3 +LQ08X008170 Pitrilysin, putative 5.872549699 C6_control_C1 +LQ08X008170 Pitrilysin, putative 6.017111117 C6_control_C2 +LQ08X008170 Pitrilysin, putative 5.577642072 C6_control_C3 +LQ08X008170 Pitrilysin, putative 5.604143841 C6_chemical_A1 +LQ08X008170 Pitrilysin, putative 5.653131543 C6_chemical_A3 +LQ08X008170 Pitrilysin, putative 5.675238553 C6_chemical_B1 +LQ08X008170 Pitrilysin, putative 5.243801099 C6_chemical_B2 +LQ08X008170 Pitrilysin, putative 5.276123569 C6_chemical_B3 +LQ08X008170 Pitrilysin, putative 5.799545979 C6_chemical_C1 +LQ08X008170 Pitrilysin, putative 5.717535052 C6_chemical_C2 +LQ08X008170 Pitrilysin, putative 5.348586795 C6_chemical_C3 +LQ08X008170 Pitrilysin, putative 5.337531893 L4_control_A1 +LQ08X008170 Pitrilysin, putative 5.768885234 L4_control_A2 +LQ08X008170 Pitrilysin, putative 5.697504249 L4_control_A3 +LQ08X008170 Pitrilysin, putative 5.29522662 L4_control_B1 +LQ08X008170 Pitrilysin, putative 5.549141874 L4_control_B2 +LQ08X008170 Pitrilysin, putative 5.321747039 L4_control_B3 +LQ08X008170 Pitrilysin, putative 5.213419923 L4_control_C2 +LQ08X008170 Pitrilysin, putative 4.901865424 L4_control_C3 +LQ08X008170 Pitrilysin, putative 5.234081568 L4_chemical_A1 +LQ08X008170 Pitrilysin, putative 5.233298979 L4_chemical_A2 +LQ08X008170 Pitrilysin, putative 6.072815068 L4_chemical_A3 +LQ08X008170 Pitrilysin, putative 5.829613292 L4_chemical_B1 +LQ08X008170 Pitrilysin, putative 5.66237545 L4_chemical_B2 +LQ08X008170 Pitrilysin, putative 5.40678513 L4_chemical_B3 +LQ08X008170 Pitrilysin, putative 5.808268417 L4_chemical_C2 +LQ08X008170 Pitrilysin, putative 5.072002558 L4_chemical_C3 +LQ08X008180 Predicted protein 5.901143736 C6_control_A1 +LQ08X008180 Predicted protein 6.299205178 C6_control_A3 +LQ08X008180 Predicted protein 5.854089131 C6_control_B1 +LQ08X008180 Predicted protein 5.687251343 C6_control_B2 +LQ08X008180 Predicted protein 6.297384735 C6_control_B3 +LQ08X008180 Predicted protein 5.522041978 C6_control_C1 +LQ08X008180 Predicted protein 5.291996116 C6_control_C2 +LQ08X008180 Predicted protein 5.621680028 C6_control_C3 +LQ08X008180 Predicted protein 6.212152941 C6_chemical_A1 +LQ08X008180 Predicted protein 6.106352811 C6_chemical_A3 +LQ08X008180 Predicted protein 5.535779757 C6_chemical_B1 +LQ08X008180 Predicted protein 5.573371474 C6_chemical_B2 +LQ08X008180 Predicted protein 5.979426118 C6_chemical_B3 +LQ08X008180 Predicted protein 5.808491275 C6_chemical_C1 +LQ08X008180 Predicted protein 5.708407258 C6_chemical_C2 +LQ08X008180 Predicted protein 5.68806799 C6_chemical_C3 +LQ08X008180 Predicted protein 6.041859518 L4_control_A1 +LQ08X008180 Predicted protein 6.134974867 L4_control_A2 +LQ08X008180 Predicted protein 6.591397559 L4_control_A3 +LQ08X008180 Predicted protein 6.658606525 L4_control_B1 +LQ08X008180 Predicted protein 5.671420641 L4_control_B2 +LQ08X008180 Predicted protein 5.843669374 L4_control_B3 +LQ08X008180 Predicted protein 5.733314499 L4_control_C2 +LQ08X008180 Predicted protein 5.559371502 L4_control_C3 +LQ08X008180 Predicted protein 6.33394174 L4_chemical_A1 +LQ08X008180 Predicted protein 5.919206733 L4_chemical_A2 +LQ08X008180 Predicted protein 6.245127059 L4_chemical_A3 +LQ08X008180 Predicted protein 5.98295098 L4_chemical_B1 +LQ08X008180 Predicted protein 5.990553213 L4_chemical_B2 +LQ08X008180 Predicted protein 5.90303957 L4_chemical_B3 +LQ08X008180 Predicted protein 6.609533868 L4_chemical_C2 +LQ08X008180 Predicted protein 6.31931487 L4_chemical_C3 +LQ08X008190 UPF0047 protein yjbQ 5.795225277 C6_control_A1 +LQ08X008190 UPF0047 protein yjbQ 5.83485428 C6_control_A3 +LQ08X008190 UPF0047 protein yjbQ 5.748533232 C6_control_B1 +LQ08X008190 UPF0047 protein yjbQ 5.640766592 C6_control_B2 +LQ08X008190 UPF0047 protein yjbQ 6.283994824 C6_control_B3 +LQ08X008190 UPF0047 protein yjbQ 5.886345916 C6_control_C1 +LQ08X008190 UPF0047 protein yjbQ 5.842487662 C6_control_C2 +LQ08X008190 UPF0047 protein yjbQ 6.281051639 C6_control_C3 +LQ08X008190 UPF0047 protein yjbQ 5.875367093 C6_chemical_A1 +LQ08X008190 UPF0047 protein yjbQ 5.66620761 C6_chemical_A3 +LQ08X008190 UPF0047 protein yjbQ 5.592957561 C6_chemical_B1 +LQ08X008190 UPF0047 protein yjbQ 5.697633712 C6_chemical_B2 +LQ08X008190 UPF0047 protein yjbQ 5.558723789 C6_chemical_B3 +LQ08X008190 UPF0047 protein yjbQ 5.614721608 C6_chemical_C1 +LQ08X008190 UPF0047 protein yjbQ 6.126725878 C6_chemical_C2 +LQ08X008190 UPF0047 protein yjbQ 6.02025946 C6_chemical_C3 +LQ08X008190 UPF0047 protein yjbQ 5.894307545 L4_control_A1 +LQ08X008190 UPF0047 protein yjbQ 5.402566992 L4_control_A2 +LQ08X008190 UPF0047 protein yjbQ 5.38101995 L4_control_A3 +LQ08X008190 UPF0047 protein yjbQ 5.822165087 L4_control_B1 +LQ08X008190 UPF0047 protein yjbQ 5.083373674 L4_control_B2 +LQ08X008190 UPF0047 protein yjbQ 5.754628421 L4_control_B3 +LQ08X008190 UPF0047 protein yjbQ 5.769252907 L4_control_C2 +LQ08X008190 UPF0047 protein yjbQ 5.833539346 L4_control_C3 +LQ08X008190 UPF0047 protein yjbQ 5.457664269 L4_chemical_A1 +LQ08X008190 UPF0047 protein yjbQ 5.511328239 L4_chemical_A2 +LQ08X008190 UPF0047 protein yjbQ 4.964181461 L4_chemical_A3 +LQ08X008190 UPF0047 protein yjbQ 5.519042344 L4_chemical_B1 +LQ08X008190 UPF0047 protein yjbQ 5.561622559 L4_chemical_B2 +LQ08X008190 UPF0047 protein yjbQ 5.832771903 L4_chemical_B3 +LQ08X008190 UPF0047 protein yjbQ 5.471586962 L4_chemical_C2 +LQ08X008190 UPF0047 protein yjbQ 5.762641693 L4_chemical_C3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 13.09780278 C6_control_A1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 13.06204574 C6_control_A3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 13.20091215 C6_control_B1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.98261292 C6_control_B2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.85444548 C6_control_B3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.86544438 C6_control_C1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.86499282 C6_control_C2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.91141817 C6_control_C3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.96157969 C6_chemical_A1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.87441155 C6_chemical_A3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.74056279 C6_chemical_B1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.7752603 C6_chemical_B2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.58453705 C6_chemical_B3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.91133117 C6_chemical_C1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.68159209 C6_chemical_C2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.33199299 C6_chemical_C3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.77298434 L4_control_A1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.48048247 L4_control_A2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.11389823 L4_control_A3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 13.10177621 L4_control_B1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.35339257 L4_control_B2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.47446822 L4_control_B3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.57791898 L4_control_C2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.38131244 L4_control_C3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 13.02794526 L4_chemical_A1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.71470176 L4_chemical_A2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.67903466 L4_chemical_A3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.80672968 L4_chemical_B1 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.74334613 L4_chemical_B2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.75696262 L4_chemical_B3 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.60549637 L4_chemical_C2 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.70986173 L4_chemical_C3 +LQ08X008240 Putative uncharacterized protein 7.9111282 C6_control_A1 +LQ08X008240 Putative uncharacterized protein 8.306764551 C6_control_A3 +LQ08X008240 Putative uncharacterized protein 7.291796608 C6_control_B1 +LQ08X008240 Putative uncharacterized protein 8.458390094 C6_control_B2 +LQ08X008240 Putative uncharacterized protein 7.878903242 C6_control_B3 +LQ08X008240 Putative uncharacterized protein 10.96153328 C6_control_C1 +LQ08X008240 Putative uncharacterized protein 10.61657807 C6_control_C2 +LQ08X008240 Putative uncharacterized protein 10.00572773 C6_control_C3 +LQ08X008240 Putative uncharacterized protein 7.386719839 C6_chemical_A1 +LQ08X008240 Putative uncharacterized protein 7.765201039 C6_chemical_A3 +LQ08X008240 Putative uncharacterized protein 6.318242261 C6_chemical_B1 +LQ08X008240 Putative uncharacterized protein 7.976333648 C6_chemical_B2 +LQ08X008240 Putative uncharacterized protein 7.328136603 C6_chemical_B3 +LQ08X008240 Putative uncharacterized protein 10.91934622 C6_chemical_C1 +LQ08X008240 Putative uncharacterized protein 10.28036708 C6_chemical_C2 +LQ08X008240 Putative uncharacterized protein 10.6566815 C6_chemical_C3 +LQ08X008240 Putative uncharacterized protein 8.198240471 L4_control_A1 +LQ08X008240 Putative uncharacterized protein 7.196154858 L4_control_A2 +LQ08X008240 Putative uncharacterized protein 7.002946824 L4_control_A3 +LQ08X008240 Putative uncharacterized protein 6.418389589 L4_control_B1 +LQ08X008240 Putative uncharacterized protein 7.734953117 L4_control_B2 +LQ08X008240 Putative uncharacterized protein 8.881253627 L4_control_B3 +LQ08X008240 Putative uncharacterized protein 11.00471273 L4_control_C2 +LQ08X008240 Putative uncharacterized protein 10.71849254 L4_control_C3 +LQ08X008240 Putative uncharacterized protein 9.878890576 L4_chemical_A1 +LQ08X008240 Putative uncharacterized protein 7.147794331 L4_chemical_A2 +LQ08X008240 Putative uncharacterized protein 6.643200933 L4_chemical_A3 +LQ08X008240 Putative uncharacterized protein 7.378431206 L4_chemical_B1 +LQ08X008240 Putative uncharacterized protein 7.38522681 L4_chemical_B2 +LQ08X008240 Putative uncharacterized protein 7.060589591 L4_chemical_B3 +LQ08X008240 Putative uncharacterized protein 10.37716701 L4_chemical_C2 +LQ08X008240 Putative uncharacterized protein 10.57417105 L4_chemical_C3 +LQ08X008250 Putative uncharacterized protein 6.950939611 C6_control_A1 +LQ08X008250 Putative uncharacterized protein 6.349031224 C6_control_A3 +LQ08X008250 Putative uncharacterized protein 8.378122982 C6_control_B1 +LQ08X008250 Putative uncharacterized protein 8.706711085 C6_control_B2 +LQ08X008250 Putative uncharacterized protein 9.208610241 C6_control_B3 +LQ08X008250 Putative uncharacterized protein 13.58198647 C6_control_C1 +LQ08X008250 Putative uncharacterized protein 13.25627911 C6_control_C2 +LQ08X008250 Putative uncharacterized protein 13.23445093 C6_control_C3 +LQ08X008250 Putative uncharacterized protein 6.916390599 C6_chemical_A1 +LQ08X008250 Putative uncharacterized protein 8.212914035 C6_chemical_A3 +LQ08X008250 Putative uncharacterized protein 9.48206152 C6_chemical_B1 +LQ08X008250 Putative uncharacterized protein 9.150525184 C6_chemical_B2 +LQ08X008250 Putative uncharacterized protein 10.41826906 C6_chemical_B3 +LQ08X008250 Putative uncharacterized protein 13.4556064 C6_chemical_C1 +LQ08X008250 Putative uncharacterized protein 13.32958197 C6_chemical_C2 +LQ08X008250 Putative uncharacterized protein 15.12498257 C6_chemical_C3 +LQ08X008250 Putative uncharacterized protein 7.949848186 L4_control_A1 +LQ08X008250 Putative uncharacterized protein 8.724874032 L4_control_A2 +LQ08X008250 Putative uncharacterized protein 8.587646994 L4_control_A3 +LQ08X008250 Putative uncharacterized protein 11.53504371 L4_control_B1 +LQ08X008250 Putative uncharacterized protein 10.9837062 L4_control_B2 +LQ08X008250 Putative uncharacterized protein 11.99250815 L4_control_B3 +LQ08X008250 Putative uncharacterized protein 14.64970536 L4_control_C2 +LQ08X008250 Putative uncharacterized protein 14.70583574 L4_control_C3 +LQ08X008250 Putative uncharacterized protein 10.64893842 L4_chemical_A1 +LQ08X008250 Putative uncharacterized protein 11.66957766 L4_chemical_A2 +LQ08X008250 Putative uncharacterized protein 9.324316188 L4_chemical_A3 +LQ08X008250 Putative uncharacterized protein 11.50652091 L4_chemical_B1 +LQ08X008250 Putative uncharacterized protein 11.440861 L4_chemical_B2 +LQ08X008250 Putative uncharacterized protein 10.87837473 L4_chemical_B3 +LQ08X008250 Putative uncharacterized protein 14.0375498 L4_chemical_C2 +LQ08X008250 Putative uncharacterized protein 14.75361553 L4_chemical_C3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.95592047 C6_control_A1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.94816482 C6_control_A3 +LQ08X008260 Squamosa promoter-binding-like protein 14 14.14361093 C6_control_B1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.81306772 C6_control_B2 +LQ08X008260 Squamosa promoter-binding-like protein 14 14.04361917 C6_control_B3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.75982458 C6_control_C1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.91103876 C6_control_C2 +LQ08X008260 Squamosa promoter-binding-like protein 14 14.04224375 C6_control_C3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.62890428 C6_chemical_A1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.93880823 C6_chemical_A3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.89896955 C6_chemical_B1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.58897549 C6_chemical_B2 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.79606722 C6_chemical_B3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.73759852 C6_chemical_C1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.62748596 C6_chemical_C2 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.92808629 C6_chemical_C3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.89903945 L4_control_A1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.56610318 L4_control_A2 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.3857919 L4_control_A3 +LQ08X008260 Squamosa promoter-binding-like protein 14 14.10345445 L4_control_B1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.8410021 L4_control_B2 +LQ08X008260 Squamosa promoter-binding-like protein 14 14.00818553 L4_control_B3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.99025595 L4_control_C2 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.83772125 L4_control_C3 +LQ08X008260 Squamosa promoter-binding-like protein 14 14.09540465 L4_chemical_A1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.67276293 L4_chemical_A2 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.8066093 L4_chemical_A3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.92029101 L4_chemical_B1 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.89297254 L4_chemical_B2 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.87433854 L4_chemical_B3 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.7479743 L4_chemical_C2 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.81230568 L4_chemical_C3 +LQ08X008270 Putative bZIP transcription factor 60 13.41638569 C6_control_A1 +LQ08X008270 Putative bZIP transcription factor 60 13.66328872 C6_control_A3 +LQ08X008270 Putative bZIP transcription factor 60 13.30830168 C6_control_B1 +LQ08X008270 Putative bZIP transcription factor 60 13.03069005 C6_control_B2 +LQ08X008270 Putative bZIP transcription factor 60 13.46143821 C6_control_B3 +LQ08X008270 Putative bZIP transcription factor 60 13.48423984 C6_control_C1 +LQ08X008270 Putative bZIP transcription factor 60 13.53192554 C6_control_C2 +LQ08X008270 Putative bZIP transcription factor 60 13.67582324 C6_control_C3 +LQ08X008270 Putative bZIP transcription factor 60 13.53863433 C6_chemical_A1 +LQ08X008270 Putative bZIP transcription factor 60 13.58398444 C6_chemical_A3 +LQ08X008270 Putative bZIP transcription factor 60 13.33702223 C6_chemical_B1 +LQ08X008270 Putative bZIP transcription factor 60 13.17582935 C6_chemical_B2 +LQ08X008270 Putative bZIP transcription factor 60 13.41654706 C6_chemical_B3 +LQ08X008270 Putative bZIP transcription factor 60 13.35333261 C6_chemical_C1 +LQ08X008270 Putative bZIP transcription factor 60 13.38313443 C6_chemical_C2 +LQ08X008270 Putative bZIP transcription factor 60 13.56910724 C6_chemical_C3 +LQ08X008270 Putative bZIP transcription factor 60 13.61565803 L4_control_A1 +LQ08X008270 Putative bZIP transcription factor 60 13.47227372 L4_control_A2 +LQ08X008270 Putative bZIP transcription factor 60 13.02548489 L4_control_A3 +LQ08X008270 Putative bZIP transcription factor 60 12.89701788 L4_control_B1 +LQ08X008270 Putative bZIP transcription factor 60 13.19022266 L4_control_B2 +LQ08X008270 Putative bZIP transcription factor 60 13.10965825 L4_control_B3 +LQ08X008270 Putative bZIP transcription factor 60 13.40575911 L4_control_C2 +LQ08X008270 Putative bZIP transcription factor 60 14.03745622 L4_control_C3 +LQ08X008270 Putative bZIP transcription factor 60 13.94042867 L4_chemical_A1 +LQ08X008270 Putative bZIP transcription factor 60 13.57558058 L4_chemical_A2 +LQ08X008270 Putative bZIP transcription factor 60 13.3228722 L4_chemical_A3 +LQ08X008270 Putative bZIP transcription factor 60 13.5568317 L4_chemical_B1 +LQ08X008270 Putative bZIP transcription factor 60 13.37005213 L4_chemical_B2 +LQ08X008270 Putative bZIP transcription factor 60 13.19853339 L4_chemical_B3 +LQ08X008270 Putative bZIP transcription factor 60 13.4301476 L4_chemical_C2 +LQ08X008270 Putative bZIP transcription factor 60 13.94975025 L4_chemical_C3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.34351101 C6_control_A1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.26727448 C6_control_A3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.01996749 C6_control_B1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.61954914 C6_control_B2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.8310463 C6_control_B3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 10.32357202 C6_control_C1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 10.58793559 C6_control_C2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 10.13060315 C6_control_C3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.52728637 C6_chemical_A1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.29148705 C6_chemical_A3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.26466531 C6_chemical_B1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.57410733 C6_chemical_B2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.64730637 C6_chemical_B3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 10.29945092 C6_chemical_C1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 10.56259495 C6_chemical_C2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 9.894034692 C6_chemical_C3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.3362774 L4_control_A1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.79585999 L4_control_A2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.90955683 L4_control_A3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.73418401 L4_control_B1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.32887565 L4_control_B2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.91414454 L4_control_B3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 10.8516596 L4_control_C2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.67844121 L4_control_C3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.71718469 L4_chemical_A1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.4021629 L4_chemical_A2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.74529098 L4_chemical_A3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.47722742 L4_chemical_B1 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.71692549 L4_chemical_B2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.44698237 L4_chemical_B3 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 10.97619264 L4_chemical_C2 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 11.31753031 L4_chemical_C3 +LQ08X008300 Cyclin-dependent kinase B2-2 13.79137482 C6_control_A1 +LQ08X008300 Cyclin-dependent kinase B2-2 14.77456973 C6_control_A3 +LQ08X008300 Cyclin-dependent kinase B2-2 12.26361837 C6_control_B1 +LQ08X008300 Cyclin-dependent kinase B2-2 10.37638102 C6_control_B2 +LQ08X008300 Cyclin-dependent kinase B2-2 10.79308779 C6_control_B3 +LQ08X008300 Cyclin-dependent kinase B2-2 10.46933192 C6_control_C1 +LQ08X008300 Cyclin-dependent kinase B2-2 10.1373824 C6_control_C2 +LQ08X008300 Cyclin-dependent kinase B2-2 10.22604952 C6_control_C3 +LQ08X008300 Cyclin-dependent kinase B2-2 13.44382146 C6_chemical_A1 +LQ08X008300 Cyclin-dependent kinase B2-2 14.5793916 C6_chemical_A3 +LQ08X008300 Cyclin-dependent kinase B2-2 11.33799015 C6_chemical_B1 +LQ08X008300 Cyclin-dependent kinase B2-2 9.814315919 C6_chemical_B2 +LQ08X008300 Cyclin-dependent kinase B2-2 10.31503509 C6_chemical_B3 +LQ08X008300 Cyclin-dependent kinase B2-2 10.23969776 C6_chemical_C1 +LQ08X008300 Cyclin-dependent kinase B2-2 10.32376419 C6_chemical_C2 +LQ08X008300 Cyclin-dependent kinase B2-2 9.777759481 C6_chemical_C3 +LQ08X008300 Cyclin-dependent kinase B2-2 14.367964 L4_control_A1 +LQ08X008300 Cyclin-dependent kinase B2-2 13.93507567 L4_control_A2 +LQ08X008300 Cyclin-dependent kinase B2-2 14.70986231 L4_control_A3 +LQ08X008300 Cyclin-dependent kinase B2-2 10.96989878 L4_control_B1 +LQ08X008300 Cyclin-dependent kinase B2-2 11.83438434 L4_control_B2 +LQ08X008300 Cyclin-dependent kinase B2-2 10.01250861 L4_control_B3 +LQ08X008300 Cyclin-dependent kinase B2-2 11.16517117 L4_control_C2 +LQ08X008300 Cyclin-dependent kinase B2-2 10.10002282 L4_control_C3 +LQ08X008300 Cyclin-dependent kinase B2-2 13.5737107 L4_chemical_A1 +LQ08X008300 Cyclin-dependent kinase B2-2 13.21112745 L4_chemical_A2 +LQ08X008300 Cyclin-dependent kinase B2-2 14.35613305 L4_chemical_A3 +LQ08X008300 Cyclin-dependent kinase B2-2 12.28820479 L4_chemical_B1 +LQ08X008300 Cyclin-dependent kinase B2-2 12.40766273 L4_chemical_B2 +LQ08X008300 Cyclin-dependent kinase B2-2 12.51704786 L4_chemical_B3 +LQ08X008300 Cyclin-dependent kinase B2-2 11.06484686 L4_chemical_C2 +LQ08X008300 Cyclin-dependent kinase B2-2 10.30913608 L4_chemical_C3 +LQ08X008320 Transcription factor, putative 12.51384643 C6_control_A1 +LQ08X008320 Transcription factor, putative 12.6168582 C6_control_A3 +LQ08X008320 Transcription factor, putative 11.62460946 C6_control_B1 +LQ08X008320 Transcription factor, putative 11.8156716 C6_control_B2 +LQ08X008320 Transcription factor, putative 11.35480824 C6_control_B3 +LQ08X008320 Transcription factor, putative 13.01081248 C6_control_C1 +LQ08X008320 Transcription factor, putative 12.7010934 C6_control_C2 +LQ08X008320 Transcription factor, putative 12.52994347 C6_control_C3 +LQ08X008320 Transcription factor, putative 12.32364198 C6_chemical_A1 +LQ08X008320 Transcription factor, putative 12.62377028 C6_chemical_A3 +LQ08X008320 Transcription factor, putative 11.62168345 C6_chemical_B1 +LQ08X008320 Transcription factor, putative 11.86293561 C6_chemical_B2 +LQ08X008320 Transcription factor, putative 11.26547802 C6_chemical_B3 +LQ08X008320 Transcription factor, putative 12.87635928 C6_chemical_C1 +LQ08X008320 Transcription factor, putative 12.74312335 C6_chemical_C2 +LQ08X008320 Transcription factor, putative 12.35299119 C6_chemical_C3 +LQ08X008320 Transcription factor, putative 12.40409907 L4_control_A1 +LQ08X008320 Transcription factor, putative 12.31332199 L4_control_A2 +LQ08X008320 Transcription factor, putative 12.2537993 L4_control_A3 +LQ08X008320 Transcription factor, putative 10.74004806 L4_control_B1 +LQ08X008320 Transcription factor, putative 11.34015506 L4_control_B2 +LQ08X008320 Transcription factor, putative 11.14634633 L4_control_B3 +LQ08X008320 Transcription factor, putative 12.02257904 L4_control_C2 +LQ08X008320 Transcription factor, putative 11.77909411 L4_control_C3 +LQ08X008320 Transcription factor, putative 11.97089897 L4_chemical_A1 +LQ08X008320 Transcription factor, putative 12.02200786 L4_chemical_A2 +LQ08X008320 Transcription factor, putative 11.87416531 L4_chemical_A3 +LQ08X008320 Transcription factor, putative 10.86887448 L4_chemical_B1 +LQ08X008320 Transcription factor, putative 10.80622308 L4_chemical_B2 +LQ08X008320 Transcription factor, putative 11.26512659 L4_chemical_B3 +LQ08X008320 Transcription factor, putative 11.96704024 L4_chemical_C2 +LQ08X008320 Transcription factor, putative 11.85695266 L4_chemical_C3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.447433934 C6_control_A1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.513217871 C6_control_A3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.768074507 C6_control_B1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.085499111 C6_control_B2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.44836217 C6_control_B3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.323777523 C6_control_C1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 4.924268004 C6_control_C2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 4.885423143 C6_control_C3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 4.986739868 C6_chemical_A1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.415715516 C6_chemical_A3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.074449483 C6_chemical_B1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 4.94102289 C6_chemical_B2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.09564079 C6_chemical_B3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.035836288 C6_chemical_C1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 4.993601775 C6_chemical_C2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.346561504 C6_chemical_C3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.084944068 L4_control_A1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.358989643 L4_control_A2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.531045185 L4_control_A3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.456295587 L4_control_B1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.406608341 L4_control_B2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.276867158 L4_control_B3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.653248121 L4_control_C2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.520994681 L4_control_C3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.197164732 L4_chemical_A1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.292523967 L4_chemical_A2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.381517036 L4_chemical_A3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.175592103 L4_chemical_B1 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.50974846 L4_chemical_B2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 4.894239652 L4_chemical_B3 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.148342899 L4_chemical_C2 +LQ08X008330 Putative DNA-binding protein ESCAROLA 5.464685696 L4_chemical_C3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.720464901 C6_control_A1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 7.232542383 C6_control_A3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.984693504 C6_control_B1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.096521232 C6_control_B2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.56903748 C6_control_B3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.15631506 C6_control_C1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.386960238 C6_control_C2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.434797615 C6_control_C3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.563088225 C6_chemical_A1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.750409938 C6_chemical_A3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.987680244 C6_chemical_B1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.15437297 C6_chemical_B2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.203360928 C6_chemical_B3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.698049442 C6_chemical_C1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.397308122 C6_chemical_C2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.822916851 C6_chemical_C3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.712169658 L4_control_A1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.672979503 L4_control_A2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.129371711 L4_control_A3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.063959344 L4_control_B1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.275777168 L4_control_B2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.364398749 L4_control_B3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.056164287 L4_control_C2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.998258784 L4_control_C3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.653750125 L4_chemical_A1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.534200851 L4_chemical_A2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.669533095 L4_chemical_A3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.595208057 L4_chemical_B1 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.19077872 L4_chemical_B2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.680863604 L4_chemical_B3 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.392049847 L4_chemical_C2 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 5.541113884 L4_chemical_C3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.9776563 C6_control_A1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.55724108 C6_control_A3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.25384133 C6_control_B1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.28708532 C6_control_B2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.8715382 C6_control_B3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.63588177 C6_control_C1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.30571557 C6_control_C2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.52383616 C6_control_C3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.09779549 C6_chemical_A1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.56877337 C6_chemical_A3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.27248225 C6_chemical_B1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.39338333 C6_chemical_B2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.82728742 C6_chemical_B3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.47293634 C6_chemical_C1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.80986447 C6_chemical_C2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.53544962 C6_chemical_C3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.976408 L4_control_A1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.95622773 L4_control_A2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.70928484 L4_control_A3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.69912004 L4_control_B1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.5701882 L4_control_B2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.4422178 L4_control_B3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.81578109 L4_control_C2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.51486695 L4_control_C3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.1226011 L4_chemical_A1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.17714609 L4_chemical_A2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.66042082 L4_chemical_A3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.91852806 L4_chemical_B1 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.66143588 L4_chemical_B2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.00585744 L4_chemical_B3 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.4456359 L4_chemical_C2 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.62056465 L4_chemical_C3 +LQ08X008390 Hypothetical protein 9.607963563 C6_control_A1 +LQ08X008390 Hypothetical protein 8.494587184 C6_control_A3 +LQ08X008390 Hypothetical protein 9.568846357 C6_control_B1 +LQ08X008390 Hypothetical protein 9.607825796 C6_control_B2 +LQ08X008390 Hypothetical protein 9.367548445 C6_control_B3 +LQ08X008390 Hypothetical protein 10.16769007 C6_control_C1 +LQ08X008390 Hypothetical protein 10.01243702 C6_control_C2 +LQ08X008390 Hypothetical protein 9.712470871 C6_control_C3 +LQ08X008390 Hypothetical protein 10.04246359 C6_chemical_A1 +LQ08X008390 Hypothetical protein 9.863243587 C6_chemical_A3 +LQ08X008390 Hypothetical protein 10.19990986 C6_chemical_B1 +LQ08X008390 Hypothetical protein 9.780905942 C6_chemical_B2 +LQ08X008390 Hypothetical protein 9.805820975 C6_chemical_B3 +LQ08X008390 Hypothetical protein 10.24953885 C6_chemical_C1 +LQ08X008390 Hypothetical protein 10.1881906 C6_chemical_C2 +LQ08X008390 Hypothetical protein 10.22543248 C6_chemical_C3 +LQ08X008390 Hypothetical protein 9.72694948 L4_control_A1 +LQ08X008390 Hypothetical protein 10.25228764 L4_control_A2 +LQ08X008390 Hypothetical protein 7.902426523 L4_control_A3 +LQ08X008390 Hypothetical protein 10.01362212 L4_control_B1 +LQ08X008390 Hypothetical protein 10.82807172 L4_control_B2 +LQ08X008390 Hypothetical protein 9.776588293 L4_control_B3 +LQ08X008390 Hypothetical protein 10.55441448 L4_control_C2 +LQ08X008390 Hypothetical protein 10.84497453 L4_control_C3 +LQ08X008390 Hypothetical protein 11.03634497 L4_chemical_A1 +LQ08X008390 Hypothetical protein 11.58890818 L4_chemical_A2 +LQ08X008390 Hypothetical protein 8.387035469 L4_chemical_A3 +LQ08X008390 Hypothetical protein 10.42816439 L4_chemical_B1 +LQ08X008390 Hypothetical protein 11.23285884 L4_chemical_B2 +LQ08X008390 Hypothetical protein 9.619934994 L4_chemical_B3 +LQ08X008390 Hypothetical protein 10.88473281 L4_chemical_C2 +LQ08X008390 Hypothetical protein 10.64458234 L4_chemical_C3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 10.53367186 C6_control_A1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 9.788083491 C6_control_A3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.08104253 C6_control_B1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.2805151 C6_control_B2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.00472797 C6_control_B3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.80086216 C6_control_C1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 13.40393574 C6_control_C2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.5255885 C6_control_C3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 10.50638158 C6_chemical_A1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 10.11896304 C6_chemical_A3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.33647874 C6_chemical_B1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.51377367 C6_chemical_B2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 11.83667955 C6_chemical_B3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.95829338 C6_chemical_C1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 13.05623763 C6_chemical_C2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.76326381 C6_chemical_C3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 9.222267513 L4_control_A1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 10.86047057 L4_control_A2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 8.374351522 L4_control_A3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.26046244 L4_control_B1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.57088964 L4_control_B2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.33815132 L4_control_B3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 13.28271605 L4_control_C2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.96634791 L4_control_C3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 9.813745664 L4_chemical_A1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 11.00579671 L4_chemical_A2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 7.886345509 L4_chemical_A3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.36107606 L4_chemical_B1 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 12.51960538 L4_chemical_B2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 11.21172618 L4_chemical_B3 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 13.400012 L4_chemical_C2 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 13.18677343 L4_chemical_C3 +LQ08X008470 Predicted protein 12.17681029 C6_control_A1 +LQ08X008470 Predicted protein 12.81861449 C6_control_A3 +LQ08X008470 Predicted protein 12.04187875 C6_control_B1 +LQ08X008470 Predicted protein 10.96227401 C6_control_B2 +LQ08X008470 Predicted protein 11.61808818 C6_control_B3 +LQ08X008470 Predicted protein 11.68337852 C6_control_C1 +LQ08X008470 Predicted protein 11.23232519 C6_control_C2 +LQ08X008470 Predicted protein 11.63645139 C6_control_C3 +LQ08X008470 Predicted protein 11.92174116 C6_chemical_A1 +LQ08X008470 Predicted protein 12.30823617 C6_chemical_A3 +LQ08X008470 Predicted protein 11.71980447 C6_chemical_B1 +LQ08X008470 Predicted protein 10.66633527 C6_chemical_B2 +LQ08X008470 Predicted protein 11.2769966 C6_chemical_B3 +LQ08X008470 Predicted protein 11.4686751 C6_chemical_C1 +LQ08X008470 Predicted protein 11.20696947 C6_chemical_C2 +LQ08X008470 Predicted protein 11.1828309 C6_chemical_C3 +LQ08X008470 Predicted protein 11.90840608 L4_control_A1 +LQ08X008470 Predicted protein 11.39677169 L4_control_A2 +LQ08X008470 Predicted protein 11.73952856 L4_control_A3 +LQ08X008470 Predicted protein 11.70070936 L4_control_B1 +LQ08X008470 Predicted protein 10.74933382 L4_control_B2 +LQ08X008470 Predicted protein 10.75682364 L4_control_B3 +LQ08X008470 Predicted protein 11.92796669 L4_control_C2 +LQ08X008470 Predicted protein 11.79096631 L4_control_C3 +LQ08X008470 Predicted protein 11.80351086 L4_chemical_A1 +LQ08X008470 Predicted protein 11.24897241 L4_chemical_A2 +LQ08X008470 Predicted protein 11.60586416 L4_chemical_A3 +LQ08X008470 Predicted protein 11.96762605 L4_chemical_B1 +LQ08X008470 Predicted protein 11.22411202 L4_chemical_B2 +LQ08X008470 Predicted protein 10.94305781 L4_chemical_B3 +LQ08X008470 Predicted protein 11.75401904 L4_chemical_C2 +LQ08X008470 Predicted protein 11.71924414 L4_chemical_C3 +LQ08X008490 Xylem cysteine proteinase 1 4.931197811 C6_control_A1 +LQ08X008490 Xylem cysteine proteinase 1 4.575104704 C6_control_A3 +LQ08X008490 Xylem cysteine proteinase 1 4.838689909 C6_control_B1 +LQ08X008490 Xylem cysteine proteinase 1 4.466059305 C6_control_B2 +LQ08X008490 Xylem cysteine proteinase 1 4.626406967 C6_control_B3 +LQ08X008490 Xylem cysteine proteinase 1 4.853683573 C6_control_C1 +LQ08X008490 Xylem cysteine proteinase 1 4.670010453 C6_control_C2 +LQ08X008490 Xylem cysteine proteinase 1 4.717523315 C6_control_C3 +LQ08X008490 Xylem cysteine proteinase 1 4.533471381 C6_chemical_A1 +LQ08X008490 Xylem cysteine proteinase 1 4.559820943 C6_chemical_A3 +LQ08X008490 Xylem cysteine proteinase 1 5.157584599 C6_chemical_B1 +LQ08X008490 Xylem cysteine proteinase 1 4.51363611 C6_chemical_B2 +LQ08X008490 Xylem cysteine proteinase 1 4.871142727 C6_chemical_B3 +LQ08X008490 Xylem cysteine proteinase 1 4.912275813 C6_chemical_C1 +LQ08X008490 Xylem cysteine proteinase 1 4.642068169 C6_chemical_C2 +LQ08X008490 Xylem cysteine proteinase 1 4.785237233 C6_chemical_C3 +LQ08X008490 Xylem cysteine proteinase 1 4.804116863 L4_control_A1 +LQ08X008490 Xylem cysteine proteinase 1 4.832406472 L4_control_A2 +LQ08X008490 Xylem cysteine proteinase 1 4.529901566 L4_control_A3 +LQ08X008490 Xylem cysteine proteinase 1 4.852793225 L4_control_B1 +LQ08X008490 Xylem cysteine proteinase 1 4.717303786 L4_control_B2 +LQ08X008490 Xylem cysteine proteinase 1 4.944462419 L4_control_B3 +LQ08X008490 Xylem cysteine proteinase 1 5.965437259 L4_control_C2 +LQ08X008490 Xylem cysteine proteinase 1 5.35993822 L4_control_C3 +LQ08X008490 Xylem cysteine proteinase 1 4.807995247 L4_chemical_A1 +LQ08X008490 Xylem cysteine proteinase 1 5.043325274 L4_chemical_A2 +LQ08X008490 Xylem cysteine proteinase 1 4.721805966 L4_chemical_A3 +LQ08X008490 Xylem cysteine proteinase 1 4.988410897 L4_chemical_B1 +LQ08X008490 Xylem cysteine proteinase 1 4.995034179 L4_chemical_B2 +LQ08X008490 Xylem cysteine proteinase 1 4.880392117 L4_chemical_B3 +LQ08X008490 Xylem cysteine proteinase 1 5.692022935 L4_chemical_C2 +LQ08X008490 Xylem cysteine proteinase 1 5.292580719 L4_chemical_C3 +LQ08X008530 Hypothetical protein 12.84466732 C6_control_A1 +LQ08X008530 Hypothetical protein 13.36428287 C6_control_A3 +LQ08X008530 Hypothetical protein 11.85216916 C6_control_B1 +LQ08X008530 Hypothetical protein 12.48335519 C6_control_B2 +LQ08X008530 Hypothetical protein 11.61498424 C6_control_B3 +LQ08X008530 Hypothetical protein 12.78951125 C6_control_C1 +LQ08X008530 Hypothetical protein 13.00004426 C6_control_C2 +LQ08X008530 Hypothetical protein 12.75373029 C6_control_C3 +LQ08X008530 Hypothetical protein 12.46042617 C6_chemical_A1 +LQ08X008530 Hypothetical protein 13.13084671 C6_chemical_A3 +LQ08X008530 Hypothetical protein 11.20762599 C6_chemical_B1 +LQ08X008530 Hypothetical protein 12.38652172 C6_chemical_B2 +LQ08X008530 Hypothetical protein 11.81902856 C6_chemical_B3 +LQ08X008530 Hypothetical protein 12.52061869 C6_chemical_C1 +LQ08X008530 Hypothetical protein 12.86872309 C6_chemical_C2 +LQ08X008530 Hypothetical protein 12.80970078 C6_chemical_C3 +LQ08X008530 Hypothetical protein 12.76348571 L4_control_A1 +LQ08X008530 Hypothetical protein 12.65723297 L4_control_A2 +LQ08X008530 Hypothetical protein 11.40063885 L4_control_A3 +LQ08X008530 Hypothetical protein 11.83596203 L4_control_B1 +LQ08X008530 Hypothetical protein 11.44622225 L4_control_B2 +LQ08X008530 Hypothetical protein 12.67949555 L4_control_B3 +LQ08X008530 Hypothetical protein 12.02742357 L4_control_C2 +LQ08X008530 Hypothetical protein 11.95600577 L4_control_C3 +LQ08X008530 Hypothetical protein 11.92851546 L4_chemical_A1 +LQ08X008530 Hypothetical protein 11.85405091 L4_chemical_A2 +LQ08X008530 Hypothetical protein 11.5192903 L4_chemical_A3 +LQ08X008530 Hypothetical protein 11.74691314 L4_chemical_B1 +LQ08X008530 Hypothetical protein 11.38785934 L4_chemical_B2 +LQ08X008530 Hypothetical protein 11.87775265 L4_chemical_B3 +LQ08X008530 Hypothetical protein 11.63187173 L4_chemical_C2 +LQ08X008530 Hypothetical protein 11.72754287 L4_chemical_C3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.28647936 C6_control_A1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.4112531 C6_control_A3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.58656969 C6_control_B1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 13.0248984 C6_control_B2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.99553306 C6_control_B3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 12.85038432 C6_control_C1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 13.35100288 C6_control_C2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 13.61357254 C6_control_C3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.00193343 C6_chemical_A1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.70106223 C6_chemical_A3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.56726739 C6_chemical_B1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 12.83115048 C6_chemical_B2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.89343179 C6_chemical_B3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 12.43387544 C6_chemical_C1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 12.97851663 C6_chemical_C2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 13.24903977 C6_chemical_C3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.30302481 L4_control_A1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.87011375 L4_control_A2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.5441803 L4_control_A3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.78917857 L4_control_B1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.82462399 L4_control_B2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 12.79685601 L4_control_B3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 12.67941606 L4_control_C2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 12.00693665 L4_control_C3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 10.9870402 L4_chemical_A1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.53296161 L4_chemical_A2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.07928529 L4_chemical_A3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.19682098 L4_chemical_B1 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.87354167 L4_chemical_B2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 12.09572182 L4_chemical_B3 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.88887612 L4_chemical_C2 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.88566084 L4_chemical_C3 +LQ08X008560 Blue copper protein 13.75485937 C6_control_A1 +LQ08X008560 Blue copper protein 13.23678753 C6_control_A3 +LQ08X008560 Blue copper protein 15.1022934 C6_control_B1 +LQ08X008560 Blue copper protein 15.29747462 C6_control_B2 +LQ08X008560 Blue copper protein 15.41098387 C6_control_B3 +LQ08X008560 Blue copper protein 11.48506678 C6_control_C1 +LQ08X008560 Blue copper protein 11.25988963 C6_control_C2 +LQ08X008560 Blue copper protein 11.81626168 C6_control_C3 +LQ08X008560 Blue copper protein 14.10954358 C6_chemical_A1 +LQ08X008560 Blue copper protein 13.87414492 C6_chemical_A3 +LQ08X008560 Blue copper protein 14.948347 C6_chemical_B1 +LQ08X008560 Blue copper protein 14.45641255 C6_chemical_B2 +LQ08X008560 Blue copper protein 14.89707125 C6_chemical_B3 +LQ08X008560 Blue copper protein 11.18420501 C6_chemical_C1 +LQ08X008560 Blue copper protein 10.60373462 C6_chemical_C2 +LQ08X008560 Blue copper protein 11.31320857 C6_chemical_C3 +LQ08X008560 Blue copper protein 13.8226835 L4_control_A1 +LQ08X008560 Blue copper protein 13.50744166 L4_control_A2 +LQ08X008560 Blue copper protein 12.76655097 L4_control_A3 +LQ08X008560 Blue copper protein 15.15507818 L4_control_B1 +LQ08X008560 Blue copper protein 14.90194584 L4_control_B2 +LQ08X008560 Blue copper protein 15.04686872 L4_control_B3 +LQ08X008560 Blue copper protein 10.32916877 L4_control_C2 +LQ08X008560 Blue copper protein 11.63033157 L4_control_C3 +LQ08X008560 Blue copper protein 12.55340687 L4_chemical_A1 +LQ08X008560 Blue copper protein 12.99897942 L4_chemical_A2 +LQ08X008560 Blue copper protein 11.87975534 L4_chemical_A3 +LQ08X008560 Blue copper protein 14.21415997 L4_chemical_B1 +LQ08X008560 Blue copper protein 14.55570885 L4_chemical_B2 +LQ08X008560 Blue copper protein 14.58805668 L4_chemical_B3 +LQ08X008560 Blue copper protein 10.78027699 L4_chemical_C2 +LQ08X008560 Blue copper protein 11.09721186 L4_chemical_C3 +LQ08X008580 Hypothetical protein 14.5388893 C6_control_A1 +LQ08X008580 Hypothetical protein 14.17825835 C6_control_A3 +LQ08X008580 Hypothetical protein 14.70107172 C6_control_B1 +LQ08X008580 Hypothetical protein 13.64258639 C6_control_B2 +LQ08X008580 Hypothetical protein 14.78557104 C6_control_B3 +LQ08X008580 Hypothetical protein 10.13170117 C6_control_C1 +LQ08X008580 Hypothetical protein 9.387607988 C6_control_C2 +LQ08X008580 Hypothetical protein 10.80589211 C6_control_C3 +LQ08X008580 Hypothetical protein 14.63587262 C6_chemical_A1 +LQ08X008580 Hypothetical protein 14.68406635 C6_chemical_A3 +LQ08X008580 Hypothetical protein 14.5071333 C6_chemical_B1 +LQ08X008580 Hypothetical protein 13.26035692 C6_chemical_B2 +LQ08X008580 Hypothetical protein 14.34918938 C6_chemical_B3 +LQ08X008580 Hypothetical protein 10.36154739 C6_chemical_C1 +LQ08X008580 Hypothetical protein 10.17158481 C6_chemical_C2 +LQ08X008580 Hypothetical protein 10.00667068 C6_chemical_C3 +LQ08X008580 Hypothetical protein 14.61138395 L4_control_A1 +LQ08X008580 Hypothetical protein 14.7517693 L4_control_A2 +LQ08X008580 Hypothetical protein 14.69990523 L4_control_A3 +LQ08X008580 Hypothetical protein 14.5179401 L4_control_B1 +LQ08X008580 Hypothetical protein 15.17737083 L4_control_B2 +LQ08X008580 Hypothetical protein 13.13062761 L4_control_B3 +LQ08X008580 Hypothetical protein 11.51161695 L4_control_C2 +LQ08X008580 Hypothetical protein 11.77522452 L4_control_C3 +LQ08X008580 Hypothetical protein 14.39253607 L4_chemical_A1 +LQ08X008580 Hypothetical protein 14.58825537 L4_chemical_A2 +LQ08X008580 Hypothetical protein 14.57187675 L4_chemical_A3 +LQ08X008580 Hypothetical protein 14.97630237 L4_chemical_B1 +LQ08X008580 Hypothetical protein 15.23816495 L4_chemical_B2 +LQ08X008580 Hypothetical protein 14.60174204 L4_chemical_B3 +LQ08X008580 Hypothetical protein 11.60346458 L4_chemical_C2 +LQ08X008580 Hypothetical protein 11.58505662 L4_chemical_C3 +LQ08X008600 Putative Protein FAM91A1 11.54106128 C6_control_A1 +LQ08X008600 Putative Protein FAM91A1 11.48316022 C6_control_A3 +LQ08X008600 Putative Protein FAM91A1 11.59446645 C6_control_B1 +LQ08X008600 Putative Protein FAM91A1 11.76533592 C6_control_B2 +LQ08X008600 Putative Protein FAM91A1 11.46844206 C6_control_B3 +LQ08X008600 Putative Protein FAM91A1 11.47553796 C6_control_C1 +LQ08X008600 Putative Protein FAM91A1 11.44572245 C6_control_C2 +LQ08X008600 Putative Protein FAM91A1 11.71542511 C6_control_C3 +LQ08X008600 Putative Protein FAM91A1 11.42299761 C6_chemical_A1 +LQ08X008600 Putative Protein FAM91A1 11.42504024 C6_chemical_A3 +LQ08X008600 Putative Protein FAM91A1 11.39843891 C6_chemical_B1 +LQ08X008600 Putative Protein FAM91A1 11.81291722 C6_chemical_B2 +LQ08X008600 Putative Protein FAM91A1 11.3353224 C6_chemical_B3 +LQ08X008600 Putative Protein FAM91A1 11.36924071 C6_chemical_C1 +LQ08X008600 Putative Protein FAM91A1 11.26811345 C6_chemical_C2 +LQ08X008600 Putative Protein FAM91A1 11.36665309 C6_chemical_C3 +LQ08X008600 Putative Protein FAM91A1 11.3425449 L4_control_A1 +LQ08X008600 Putative Protein FAM91A1 11.99390507 L4_control_A2 +LQ08X008600 Putative Protein FAM91A1 11.37353462 L4_control_A3 +LQ08X008600 Putative Protein FAM91A1 11.90627197 L4_control_B1 +LQ08X008600 Putative Protein FAM91A1 11.26680884 L4_control_B2 +LQ08X008600 Putative Protein FAM91A1 11.71738824 L4_control_B3 +LQ08X008600 Putative Protein FAM91A1 10.83884399 L4_control_C2 +LQ08X008600 Putative Protein FAM91A1 10.9454791 L4_control_C3 +LQ08X008600 Putative Protein FAM91A1 11.71861585 L4_chemical_A1 +LQ08X008600 Putative Protein FAM91A1 11.77612953 L4_chemical_A2 +LQ08X008600 Putative Protein FAM91A1 11.59940812 L4_chemical_A3 +LQ08X008600 Putative Protein FAM91A1 11.41625237 L4_chemical_B1 +LQ08X008600 Putative Protein FAM91A1 11.38447836 L4_chemical_B2 +LQ08X008600 Putative Protein FAM91A1 11.61780328 L4_chemical_B3 +LQ08X008600 Putative Protein FAM91A1 10.86953728 L4_chemical_C2 +LQ08X008600 Putative Protein FAM91A1 10.966125 L4_chemical_C3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.281643385 C6_control_A1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.220458842 C6_control_A3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.564599003 C6_control_B1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.373538828 C6_control_B2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.091341963 C6_control_B3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.281643248 C6_control_C1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.060059847 C6_control_C2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.488277605 C6_control_C3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.127153471 C6_chemical_A1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.394867922 C6_chemical_A3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.450403119 C6_chemical_B1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.245176332 C6_chemical_B2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.189509231 C6_chemical_B3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.53759721 C6_chemical_C1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.312618331 C6_chemical_C2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.360166554 C6_chemical_C3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.027428077 L4_control_A1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.418851157 L4_control_A2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.472489539 L4_control_A3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.606934951 L4_control_B1 +LQ08X008610 Queuine tRNA-ribosyltransferase 4.969844826 L4_control_B2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.654404359 L4_control_B3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.615012911 L4_control_C2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.195261297 L4_control_C3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.31021595 L4_chemical_A1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.257726257 L4_chemical_A2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.461973406 L4_chemical_A3 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.079599269 L4_chemical_B1 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.116842803 L4_chemical_B2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.151368883 L4_chemical_B3 +LQ08X008610 Queuine tRNA-ribosyltransferase 4.873744426 L4_chemical_C2 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.177344098 L4_chemical_C3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.48392879 C6_control_A1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.62497902 C6_control_A3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 11.36655055 C6_control_B1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 11.49814566 C6_control_B2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 11.51662954 C6_control_B3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.54871478 C6_control_C1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 9.475922705 C6_control_C2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 9.319419089 C6_control_C3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.142407 C6_chemical_A1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.35838374 C6_chemical_A3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 11.20086826 C6_chemical_B1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 11.30112806 C6_chemical_B2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.98590043 C6_chemical_B3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.13673109 C6_chemical_C1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 9.082229911 C6_chemical_C2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 8.626127918 C6_chemical_C3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 11.07467071 L4_control_A1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.13270958 L4_control_A2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.38494295 L4_control_A3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 11.29087497 L4_control_B1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.79275297 L4_control_B2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.7117667 L4_control_B3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 8.781931254 L4_control_C2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 8.124301021 L4_control_C3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 12.13546904 L4_chemical_A1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.44068487 L4_chemical_A2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 11.28473371 L4_chemical_A3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.54492391 L4_chemical_B1 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.27725767 L4_chemical_B2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.92600732 L4_chemical_B3 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 8.34838579 L4_chemical_C2 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 8.407689753 L4_chemical_C3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.801890182 C6_control_A1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.501154575 C6_control_A3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.819609615 C6_control_B1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.839031346 C6_control_B2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.922800164 C6_control_B3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.636382335 C6_control_C1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.229832828 C6_control_C2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.302288629 C6_control_C3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.681487163 C6_chemical_A1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.854081714 C6_chemical_A3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.572227666 C6_chemical_B1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.803919346 C6_chemical_B2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.949904897 C6_chemical_B3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.739933834 C6_chemical_C1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.16301261 C6_chemical_C2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.183131646 C6_chemical_C3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.585723662 L4_control_A1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.99789547 L4_control_A2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.139816347 L4_control_A3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.669253921 L4_control_B1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.409966299 L4_control_B2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.388740924 L4_control_B3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.624712445 L4_control_C2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.652069511 L4_control_C3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.877755292 L4_chemical_A1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.97695376 L4_chemical_A2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.1288566 L4_chemical_A3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.964955069 L4_chemical_B1 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.209899754 L4_chemical_B2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.246227849 L4_chemical_B3 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.34906082 L4_chemical_C2 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 6.625155823 L4_chemical_C3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.469542566 C6_control_A1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.413712238 C6_control_A3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.191199172 C6_control_B1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 6.388698175 C6_control_B2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 6.72638376 C6_control_B3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.774667497 C6_control_C1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.404862696 C6_control_C2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.695175745 C6_control_C3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.779442343 C6_chemical_A1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.667691531 C6_chemical_A3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.637352875 C6_chemical_B1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 6.186155653 C6_chemical_B2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 6.266973408 C6_chemical_B3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.584452352 C6_chemical_C1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.510357527 C6_chemical_C2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.578303335 C6_chemical_C3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.788851407 L4_control_A1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.594388506 L4_control_A2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.486459683 L4_control_A3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.983146757 L4_control_B1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.785808237 L4_control_B2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.892669031 L4_control_B3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.347452594 L4_control_C2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.671843502 L4_control_C3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.873403946 L4_chemical_A1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.503689874 L4_chemical_A2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 4.896104039 L4_chemical_A3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.843676812 L4_chemical_B1 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.718655573 L4_chemical_B2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.417455644 L4_chemical_B3 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.705342485 L4_chemical_C2 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 6.033496285 L4_chemical_C3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.31249283 C6_control_A1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 13.92761412 C6_control_A3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.30771886 C6_control_B1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.67271944 C6_control_B2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.6156566 C6_control_B3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.19017679 C6_control_C1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.90145599 C6_control_C2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.75088763 C6_control_C3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.47170046 C6_chemical_A1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.48735262 C6_chemical_A3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.63011414 C6_chemical_B1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.91578759 C6_chemical_B2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.5741975 C6_chemical_B3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.11675896 C6_chemical_C1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.45621362 C6_chemical_C2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.29010881 C6_chemical_C3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 13.71462795 L4_control_A1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 13.57957989 L4_control_A2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 13.39237364 L4_control_A3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.47939712 L4_control_B1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.53000293 L4_control_B2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.00214373 L4_control_B3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.30155535 L4_control_C2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.25680059 L4_control_C3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 13.96479521 L4_chemical_A1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 13.93571088 L4_chemical_A2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 13.31744364 L4_chemical_A3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.17286118 L4_chemical_B1 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.56252512 L4_chemical_B2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.09850421 L4_chemical_B3 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.32462658 L4_chemical_C2 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.38539876 L4_chemical_C3 +LQ08X008680 Histone H3.3 14.21187052 C6_control_A1 +LQ08X008680 Histone H3.3 14.62729316 C6_control_A3 +LQ08X008680 Histone H3.3 14.58296565 C6_control_B1 +LQ08X008680 Histone H3.3 14.8729119 C6_control_B2 +LQ08X008680 Histone H3.3 14.61821922 C6_control_B3 +LQ08X008680 Histone H3.3 14.97548853 C6_control_C1 +LQ08X008680 Histone H3.3 14.52398241 C6_control_C2 +LQ08X008680 Histone H3.3 15.19979345 C6_control_C3 +LQ08X008680 Histone H3.3 14.17244842 C6_chemical_A1 +LQ08X008680 Histone H3.3 14.33278717 C6_chemical_A3 +LQ08X008680 Histone H3.3 14.20712933 C6_chemical_B1 +LQ08X008680 Histone H3.3 14.72193919 C6_chemical_B2 +LQ08X008680 Histone H3.3 14.51398574 C6_chemical_B3 +LQ08X008680 Histone H3.3 15.13861856 C6_chemical_C1 +LQ08X008680 Histone H3.3 15.03806291 C6_chemical_C2 +LQ08X008680 Histone H3.3 14.76756108 C6_chemical_C3 +LQ08X008680 Histone H3.3 14.23960371 L4_control_A1 +LQ08X008680 Histone H3.3 14.06341151 L4_control_A2 +LQ08X008680 Histone H3.3 13.69841819 L4_control_A3 +LQ08X008680 Histone H3.3 14.26897916 L4_control_B1 +LQ08X008680 Histone H3.3 13.83898244 L4_control_B2 +LQ08X008680 Histone H3.3 14.37840889 L4_control_B3 +LQ08X008680 Histone H3.3 13.95714119 L4_control_C2 +LQ08X008680 Histone H3.3 13.96777438 L4_control_C3 +LQ08X008680 Histone H3.3 14.2998078 L4_chemical_A1 +LQ08X008680 Histone H3.3 13.74826451 L4_chemical_A2 +LQ08X008680 Histone H3.3 13.76422955 L4_chemical_A3 +LQ08X008680 Histone H3.3 13.87026479 L4_chemical_B1 +LQ08X008680 Histone H3.3 14.33233562 L4_chemical_B2 +LQ08X008680 Histone H3.3 14.76792189 L4_chemical_B3 +LQ08X008680 Histone H3.3 14.19507363 L4_chemical_C2 +LQ08X008680 Histone H3.3 13.99120624 L4_chemical_C3 +LQ08X008690 Cytochrome c oxidase subunit 6B 14.01342037 C6_control_A1 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.99095989 C6_control_A3 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.65765723 C6_control_B1 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.81604122 C6_control_B2 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.49443238 C6_control_B3 +LQ08X008690 Cytochrome c oxidase subunit 6B 12.74353036 C6_control_C1 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.118139 C6_control_C2 +LQ08X008690 Cytochrome c oxidase subunit 6B 12.96252296 C6_control_C3 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.82272624 C6_chemical_A1 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.88936485 C6_chemical_A3 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.16284881 C6_chemical_B1 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.51707068 C6_chemical_B2 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.33981163 C6_chemical_B3 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.01855731 C6_chemical_C1 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.06660489 C6_chemical_C2 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.0393782 C6_chemical_C3 +LQ08X008690 Cytochrome c oxidase subunit 6B 14.10976508 L4_control_A1 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.73445614 L4_control_A2 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.26837545 L4_control_A3 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.30851558 L4_control_B1 +LQ08X008690 Cytochrome c oxidase subunit 6B 12.94561134 L4_control_B2 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.52991143 L4_control_B3 +LQ08X008690 Cytochrome c oxidase subunit 6B 12.38874393 L4_control_C2 +LQ08X008690 Cytochrome c oxidase subunit 6B 12.90606123 L4_control_C3 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.91088628 L4_chemical_A1 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.36406937 L4_chemical_A2 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.36767237 L4_chemical_A3 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.09497793 L4_chemical_B1 +LQ08X008690 Cytochrome c oxidase subunit 6B 12.94667985 L4_chemical_B2 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.58402558 L4_chemical_B3 +LQ08X008690 Cytochrome c oxidase subunit 6B 12.44254828 L4_chemical_C2 +LQ08X008690 Cytochrome c oxidase subunit 6B 12.9627485 L4_chemical_C3 +LQ08X008700 Predicted protein 11.04999928 C6_control_A1 +LQ08X008700 Predicted protein 10.54322155 C6_control_A3 +LQ08X008700 Predicted protein 11.46148415 C6_control_B1 +LQ08X008700 Predicted protein 10.59343964 C6_control_B2 +LQ08X008700 Predicted protein 11.67592072 C6_control_B3 +LQ08X008700 Predicted protein 11.01644356 C6_control_C1 +LQ08X008700 Predicted protein 9.953403907 C6_control_C2 +LQ08X008700 Predicted protein 11.1294906 C6_control_C3 +LQ08X008700 Predicted protein 10.94539836 C6_chemical_A1 +LQ08X008700 Predicted protein 10.89735649 C6_chemical_A3 +LQ08X008700 Predicted protein 11.57810344 C6_chemical_B1 +LQ08X008700 Predicted protein 10.33047171 C6_chemical_B2 +LQ08X008700 Predicted protein 11.67381454 C6_chemical_B3 +LQ08X008700 Predicted protein 10.79227044 C6_chemical_C1 +LQ08X008700 Predicted protein 10.83377411 C6_chemical_C2 +LQ08X008700 Predicted protein 11.39094846 C6_chemical_C3 +LQ08X008700 Predicted protein 10.61634352 L4_control_A1 +LQ08X008700 Predicted protein 11.09022942 L4_control_A2 +LQ08X008700 Predicted protein 10.63995469 L4_control_A3 +LQ08X008700 Predicted protein 12.20937693 L4_control_B1 +LQ08X008700 Predicted protein 12.11637014 L4_control_B2 +LQ08X008700 Predicted protein 10.85682649 L4_control_B3 +LQ08X008700 Predicted protein 12.46879114 L4_control_C2 +LQ08X008700 Predicted protein 12.16928444 L4_control_C3 +LQ08X008700 Predicted protein 10.28769797 L4_chemical_A1 +LQ08X008700 Predicted protein 11.35893609 L4_chemical_A2 +LQ08X008700 Predicted protein 10.29324771 L4_chemical_A3 +LQ08X008700 Predicted protein 12.12504333 L4_chemical_B1 +LQ08X008700 Predicted protein 12.24843496 L4_chemical_B2 +LQ08X008700 Predicted protein 10.89061336 L4_chemical_B3 +LQ08X008700 Predicted protein 12.34520311 L4_chemical_C2 +LQ08X008700 Predicted protein 11.92211403 L4_chemical_C3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.445868761 C6_control_A1 +LQ08X008710 Alcohol dehydrogenase-like 5 5.069967032 C6_control_A3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.28307682 C6_control_B1 +LQ08X008710 Alcohol dehydrogenase-like 5 4.848656492 C6_control_B2 +LQ08X008710 Alcohol dehydrogenase-like 5 5.262871832 C6_control_B3 +LQ08X008710 Alcohol dehydrogenase-like 5 4.918094143 C6_control_C1 +LQ08X008710 Alcohol dehydrogenase-like 5 4.685055937 C6_control_C2 +LQ08X008710 Alcohol dehydrogenase-like 5 4.998519761 C6_control_C3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.4483309 C6_chemical_A1 +LQ08X008710 Alcohol dehydrogenase-like 5 5.161670261 C6_chemical_A3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.385323391 C6_chemical_B1 +LQ08X008710 Alcohol dehydrogenase-like 5 4.879550669 C6_chemical_B2 +LQ08X008710 Alcohol dehydrogenase-like 5 5.290907594 C6_chemical_B3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.19071038 C6_chemical_C1 +LQ08X008710 Alcohol dehydrogenase-like 5 4.93301398 C6_chemical_C2 +LQ08X008710 Alcohol dehydrogenase-like 5 4.954791064 C6_chemical_C3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.074435598 L4_control_A1 +LQ08X008710 Alcohol dehydrogenase-like 5 5.126800935 L4_control_A2 +LQ08X008710 Alcohol dehydrogenase-like 5 5.408470285 L4_control_A3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.315992884 L4_control_B1 +LQ08X008710 Alcohol dehydrogenase-like 5 5.266143161 L4_control_B2 +LQ08X008710 Alcohol dehydrogenase-like 5 5.000750131 L4_control_B3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.138131839 L4_control_C2 +LQ08X008710 Alcohol dehydrogenase-like 5 5.746849172 L4_control_C3 +LQ08X008710 Alcohol dehydrogenase-like 5 4.931961048 L4_chemical_A1 +LQ08X008710 Alcohol dehydrogenase-like 5 5.191656082 L4_chemical_A2 +LQ08X008710 Alcohol dehydrogenase-like 5 5.662381376 L4_chemical_A3 +LQ08X008710 Alcohol dehydrogenase-like 5 4.88178053 L4_chemical_B1 +LQ08X008710 Alcohol dehydrogenase-like 5 5.400526723 L4_chemical_B2 +LQ08X008710 Alcohol dehydrogenase-like 5 5.1511242 L4_chemical_B3 +LQ08X008710 Alcohol dehydrogenase-like 5 5.692251439 L4_chemical_C2 +LQ08X008710 Alcohol dehydrogenase-like 5 6.178268316 L4_chemical_C3 +LQ08X008730 14-3-3-like protein 13.34910207 C6_control_A1 +LQ08X008730 14-3-3-like protein 13.60296037 C6_control_A3 +LQ08X008730 14-3-3-like protein 12.90514294 C6_control_B1 +LQ08X008730 14-3-3-like protein 12.36606332 C6_control_B2 +LQ08X008730 14-3-3-like protein 12.96186561 C6_control_B3 +LQ08X008730 14-3-3-like protein 10.70385646 C6_control_C1 +LQ08X008730 14-3-3-like protein 10.48683784 C6_control_C2 +LQ08X008730 14-3-3-like protein 10.84711593 C6_control_C3 +LQ08X008730 14-3-3-like protein 13.10589957 C6_chemical_A1 +LQ08X008730 14-3-3-like protein 13.83357477 C6_chemical_A3 +LQ08X008730 14-3-3-like protein 12.35026899 C6_chemical_B1 +LQ08X008730 14-3-3-like protein 11.91347351 C6_chemical_B2 +LQ08X008730 14-3-3-like protein 12.69109434 C6_chemical_B3 +LQ08X008730 14-3-3-like protein 10.35140864 C6_chemical_C1 +LQ08X008730 14-3-3-like protein 10.13034495 C6_chemical_C2 +LQ08X008730 14-3-3-like protein 10.53921201 C6_chemical_C3 +LQ08X008730 14-3-3-like protein 14.06232609 L4_control_A1 +LQ08X008730 14-3-3-like protein 14.11585165 L4_control_A2 +LQ08X008730 14-3-3-like protein 14.19315264 L4_control_A3 +LQ08X008730 14-3-3-like protein 13.11127205 L4_control_B1 +LQ08X008730 14-3-3-like protein 13.40848154 L4_control_B2 +LQ08X008730 14-3-3-like protein 12.0664054 L4_control_B3 +LQ08X008730 14-3-3-like protein 10.56981503 L4_control_C2 +LQ08X008730 14-3-3-like protein 11.57298803 L4_control_C3 +LQ08X008730 14-3-3-like protein 13.59546272 L4_chemical_A1 +LQ08X008730 14-3-3-like protein 13.4079948 L4_chemical_A2 +LQ08X008730 14-3-3-like protein 14.13867815 L4_chemical_A3 +LQ08X008730 14-3-3-like protein 13.45566718 L4_chemical_B1 +LQ08X008730 14-3-3-like protein 13.30344277 L4_chemical_B2 +LQ08X008730 14-3-3-like protein 13.67674022 L4_chemical_B3 +LQ08X008730 14-3-3-like protein 10.55944394 L4_chemical_C2 +LQ08X008730 14-3-3-like protein 10.95578274 L4_chemical_C3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.95968948 C6_control_A1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.31335429 C6_control_A3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.59185408 C6_control_B1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.82034856 C6_control_B2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.3657963 C6_control_B3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.0454233 C6_control_C1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.27385299 C6_control_C2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.7321439 C6_control_C3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.85404614 C6_chemical_A1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.38453305 C6_chemical_A3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.38895119 C6_chemical_B1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.03751832 C6_chemical_B2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.42281272 C6_chemical_B3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.93548471 C6_chemical_C1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.52122279 C6_chemical_C2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.5769057 C6_chemical_C3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 9.547948956 L4_control_A1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 9.834270271 L4_control_A2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 9.761477278 L4_control_A3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.89743404 L4_control_B1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.96273736 L4_control_B2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.31970277 L4_control_B3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.89707374 L4_control_C2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.34553399 L4_control_C3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.0467964 L4_chemical_A1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.40170646 L4_chemical_A2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 8.846370929 L4_chemical_A3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.20374805 L4_chemical_B1 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.51489496 L4_chemical_B2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.92843601 L4_chemical_B3 +LQ08X008750 Serine/threonine-protein kinase SAPK2 11.1329099 L4_chemical_C2 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.54971055 L4_chemical_C3 +LQ08X008760 40S ribosomal protein S6 4.960270126 C6_control_A1 +LQ08X008760 40S ribosomal protein S6 5.463965699 C6_control_A3 +LQ08X008760 40S ribosomal protein S6 4.843281175 C6_control_B1 +LQ08X008760 40S ribosomal protein S6 5.057031749 C6_control_B2 +LQ08X008760 40S ribosomal protein S6 4.953419816 C6_control_B3 +LQ08X008760 40S ribosomal protein S6 4.944344109 C6_control_C1 +LQ08X008760 40S ribosomal protein S6 6.285201581 C6_control_C2 +LQ08X008760 40S ribosomal protein S6 4.72091853 C6_control_C3 +LQ08X008760 40S ribosomal protein S6 4.672666575 C6_chemical_A1 +LQ08X008760 40S ribosomal protein S6 4.602924294 C6_chemical_A3 +LQ08X008760 40S ribosomal protein S6 4.829240663 C6_chemical_B1 +LQ08X008760 40S ribosomal protein S6 4.960770628 C6_chemical_B2 +LQ08X008760 40S ribosomal protein S6 4.978634314 C6_chemical_B3 +LQ08X008760 40S ribosomal protein S6 5.09684392 C6_chemical_C1 +LQ08X008760 40S ribosomal protein S6 5.063499862 C6_chemical_C2 +LQ08X008760 40S ribosomal protein S6 4.88536605 C6_chemical_C3 +LQ08X008760 40S ribosomal protein S6 5.441601265 L4_control_A1 +LQ08X008760 40S ribosomal protein S6 5.458471581 L4_control_A2 +LQ08X008760 40S ribosomal protein S6 5.226268585 L4_control_A3 +LQ08X008760 40S ribosomal protein S6 4.799187637 L4_control_B1 +LQ08X008760 40S ribosomal protein S6 5.016467293 L4_control_B2 +LQ08X008760 40S ribosomal protein S6 5.069758366 L4_control_B3 +LQ08X008760 40S ribosomal protein S6 5.167107354 L4_control_C2 +LQ08X008760 40S ribosomal protein S6 5.33094719 L4_control_C3 +LQ08X008760 40S ribosomal protein S6 4.863792631 L4_chemical_A1 +LQ08X008760 40S ribosomal protein S6 5.455117376 L4_chemical_A2 +LQ08X008760 40S ribosomal protein S6 5.093248433 L4_chemical_A3 +LQ08X008760 40S ribosomal protein S6 5.58242415 L4_chemical_B1 +LQ08X008760 40S ribosomal protein S6 5.171189404 L4_chemical_B2 +LQ08X008760 40S ribosomal protein S6 4.707629811 L4_chemical_B3 +LQ08X008760 40S ribosomal protein S6 5.127164035 L4_chemical_C2 +LQ08X008760 40S ribosomal protein S6 5.00416307 L4_chemical_C3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.57252011 C6_control_A1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.47729216 C6_control_A3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 10.75824413 C6_control_B1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.18258257 C6_control_B2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 10.65854391 C6_control_B3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 9.918879575 C6_control_C1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 9.406655534 C6_control_C2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 9.421588274 C6_control_C3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.08711161 C6_chemical_A1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.24173196 C6_chemical_A3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.09605477 C6_chemical_B1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 10.99224568 C6_chemical_B2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.49113517 C6_chemical_B3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 9.84785136 C6_chemical_C1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 9.373761503 C6_chemical_C2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 8.919244726 C6_chemical_C3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.43712476 L4_control_A1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.56639104 L4_control_A2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.29033689 L4_control_A3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.30855806 L4_control_B1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.40470357 L4_control_B2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.21857242 L4_control_B3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 9.191848193 L4_control_C2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 9.928282659 L4_control_C3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.30831537 L4_chemical_A1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 10.79552446 L4_chemical_A2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.55253563 L4_chemical_A3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.16157421 L4_chemical_B1 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.10865325 L4_chemical_B2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 11.79839215 L4_chemical_B3 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 8.765040073 L4_chemical_C2 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 9.875623515 L4_chemical_C3 +LQ08X008790 F-box protein FBW2 6.321403459 C6_control_A1 +LQ08X008790 F-box protein FBW2 6.019666822 C6_control_A3 +LQ08X008790 F-box protein FBW2 5.994810568 C6_control_B1 +LQ08X008790 F-box protein FBW2 6.068491752 C6_control_B2 +LQ08X008790 F-box protein FBW2 6.502190933 C6_control_B3 +LQ08X008790 F-box protein FBW2 6.599198781 C6_control_C1 +LQ08X008790 F-box protein FBW2 6.975350673 C6_control_C2 +LQ08X008790 F-box protein FBW2 6.37928291 C6_control_C3 +LQ08X008790 F-box protein FBW2 6.025912643 C6_chemical_A1 +LQ08X008790 F-box protein FBW2 5.892971947 C6_chemical_A3 +LQ08X008790 F-box protein FBW2 5.783510225 C6_chemical_B1 +LQ08X008790 F-box protein FBW2 6.124019445 C6_chemical_B2 +LQ08X008790 F-box protein FBW2 6.178274513 C6_chemical_B3 +LQ08X008790 F-box protein FBW2 6.147441031 C6_chemical_C1 +LQ08X008790 F-box protein FBW2 6.101110904 C6_chemical_C2 +LQ08X008790 F-box protein FBW2 5.880977909 C6_chemical_C3 +LQ08X008790 F-box protein FBW2 5.801170831 L4_control_A1 +LQ08X008790 F-box protein FBW2 5.865603156 L4_control_A2 +LQ08X008790 F-box protein FBW2 5.468528762 L4_control_A3 +LQ08X008790 F-box protein FBW2 5.551857004 L4_control_B1 +LQ08X008790 F-box protein FBW2 5.761556793 L4_control_B2 +LQ08X008790 F-box protein FBW2 5.624539373 L4_control_B3 +LQ08X008790 F-box protein FBW2 5.254763933 L4_control_C2 +LQ08X008790 F-box protein FBW2 7.489634116 L4_control_C3 +LQ08X008790 F-box protein FBW2 5.641991084 L4_chemical_A1 +LQ08X008790 F-box protein FBW2 5.43407867 L4_chemical_A2 +LQ08X008790 F-box protein FBW2 5.648142153 L4_chemical_A3 +LQ08X008790 F-box protein FBW2 6.144517085 L4_chemical_B1 +LQ08X008790 F-box protein FBW2 5.39920217 L4_chemical_B2 +LQ08X008790 F-box protein FBW2 6.081767318 L4_chemical_B3 +LQ08X008790 F-box protein FBW2 5.618078642 L4_chemical_C2 +LQ08X008790 F-box protein FBW2 5.843343095 L4_chemical_C3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.65467192 C6_control_A1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.39078958 C6_control_A3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.13323985 C6_control_B1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 12.84498492 C6_control_B2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.44198162 C6_control_B3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 12.40261303 C6_control_C1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 12.80571269 C6_control_C2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 12.39661915 C6_control_C3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.548767 C6_chemical_A1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.01780272 C6_chemical_A3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.18103604 C6_chemical_B1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 12.66147725 C6_chemical_B2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.36668525 C6_chemical_B3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 12.5040438 C6_chemical_C1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 12.65293135 C6_chemical_C2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 12.34052842 C6_chemical_C3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.6646482 L4_control_A1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.41840537 L4_control_A2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 10.57600488 L4_control_A3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.08762455 L4_control_B1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 9.963057922 L4_control_B2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.57599733 L4_control_B3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 10.48352839 L4_control_C2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 10.05574273 L4_control_C3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.75794643 L4_chemical_A1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.43076493 L4_chemical_A2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.12685714 L4_chemical_A3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 10.5799708 L4_chemical_B1 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 10.39652007 L4_chemical_B2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.72460662 L4_chemical_B3 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 10.67068013 L4_chemical_C2 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 10.29538529 L4_chemical_C3 +LQ08X008810 Predicted protein 9.916944074 C6_control_A1 +LQ08X008810 Predicted protein 10.0895547 C6_control_A3 +LQ08X008810 Predicted protein 11.69604518 C6_control_B1 +LQ08X008810 Predicted protein 11.02823881 C6_control_B2 +LQ08X008810 Predicted protein 13.19393178 C6_control_B3 +LQ08X008810 Predicted protein 11.48551826 C6_control_C1 +LQ08X008810 Predicted protein 10.29867323 C6_control_C2 +LQ08X008810 Predicted protein 10.06590345 C6_control_C3 +LQ08X008810 Predicted protein 10.3006535 C6_chemical_A1 +LQ08X008810 Predicted protein 10.95331487 C6_chemical_A3 +LQ08X008810 Predicted protein 11.54344535 C6_chemical_B1 +LQ08X008810 Predicted protein 10.98960222 C6_chemical_B2 +LQ08X008810 Predicted protein 12.34730913 C6_chemical_B3 +LQ08X008810 Predicted protein 11.6540289 C6_chemical_C1 +LQ08X008810 Predicted protein 10.74921457 C6_chemical_C2 +LQ08X008810 Predicted protein 10.83051703 C6_chemical_C3 +LQ08X008810 Predicted protein 10.08442371 L4_control_A1 +LQ08X008810 Predicted protein 11.4187847 L4_control_A2 +LQ08X008810 Predicted protein 11.08994249 L4_control_A3 +LQ08X008810 Predicted protein 12.46032199 L4_control_B1 +LQ08X008810 Predicted protein 12.31063306 L4_control_B2 +LQ08X008810 Predicted protein 11.54941071 L4_control_B3 +LQ08X008810 Predicted protein 10.28963075 L4_control_C2 +LQ08X008810 Predicted protein 10.58202128 L4_control_C3 +LQ08X008810 Predicted protein 11.02059773 L4_chemical_A1 +LQ08X008810 Predicted protein 11.5100538 L4_chemical_A2 +LQ08X008810 Predicted protein 11.62812935 L4_chemical_A3 +LQ08X008810 Predicted protein 11.95293417 L4_chemical_B1 +LQ08X008810 Predicted protein 11.41201772 L4_chemical_B2 +LQ08X008810 Predicted protein 11.60803504 L4_chemical_B3 +LQ08X008810 Predicted protein 10.25776438 L4_chemical_C2 +LQ08X008810 Predicted protein 10.89528862 L4_chemical_C3 +LQ08X008820 Predicted protein 12.14175392 C6_control_A1 +LQ08X008820 Predicted protein 12.76715067 C6_control_A3 +LQ08X008820 Predicted protein 13.22737994 C6_control_B1 +LQ08X008820 Predicted protein 12.51918218 C6_control_B2 +LQ08X008820 Predicted protein 14.51702708 C6_control_B3 +LQ08X008820 Predicted protein 10.19379789 C6_control_C1 +LQ08X008820 Predicted protein 12.00507846 C6_control_C2 +LQ08X008820 Predicted protein 11.69563923 C6_control_C3 +LQ08X008820 Predicted protein 11.95166701 C6_chemical_A1 +LQ08X008820 Predicted protein 12.79119673 C6_chemical_A3 +LQ08X008820 Predicted protein 12.66004109 C6_chemical_B1 +LQ08X008820 Predicted protein 12.40587354 C6_chemical_B2 +LQ08X008820 Predicted protein 14.27235603 C6_chemical_B3 +LQ08X008820 Predicted protein 10.11724049 C6_chemical_C1 +LQ08X008820 Predicted protein 11.71840868 C6_chemical_C2 +LQ08X008820 Predicted protein 12.46149637 C6_chemical_C3 +LQ08X008820 Predicted protein 12.46818692 L4_control_A1 +LQ08X008820 Predicted protein 14.03290852 L4_control_A2 +LQ08X008820 Predicted protein 12.5950848 L4_control_A3 +LQ08X008820 Predicted protein 12.9609013 L4_control_B1 +LQ08X008820 Predicted protein 14.78005726 L4_control_B2 +LQ08X008820 Predicted protein 13.06197947 L4_control_B3 +LQ08X008820 Predicted protein 11.92855837 L4_control_C2 +LQ08X008820 Predicted protein 12.04247982 L4_control_C3 +LQ08X008820 Predicted protein 12.88758851 L4_chemical_A1 +LQ08X008820 Predicted protein 12.79835934 L4_chemical_A2 +LQ08X008820 Predicted protein 13.32877345 L4_chemical_A3 +LQ08X008820 Predicted protein 12.9914466 L4_chemical_B1 +LQ08X008820 Predicted protein 13.54661113 L4_chemical_B2 +LQ08X008820 Predicted protein 13.51812745 L4_chemical_B3 +LQ08X008820 Predicted protein 11.25022778 L4_chemical_C2 +LQ08X008820 Predicted protein 12.21756878 L4_chemical_C3 +LQ08X008830 Putative uncharacterized protein 5.345678235 C6_control_A1 +LQ08X008830 Putative uncharacterized protein 5.334668232 C6_control_A3 +LQ08X008830 Putative uncharacterized protein 5.432108925 C6_control_B1 +LQ08X008830 Putative uncharacterized protein 5.390037514 C6_control_B2 +LQ08X008830 Putative uncharacterized protein 5.308258972 C6_control_B3 +LQ08X008830 Putative uncharacterized protein 5.398695702 C6_control_C1 +LQ08X008830 Putative uncharacterized protein 5.353680124 C6_control_C2 +LQ08X008830 Putative uncharacterized protein 5.254048134 C6_control_C3 +LQ08X008830 Putative uncharacterized protein 5.241685289 C6_chemical_A1 +LQ08X008830 Putative uncharacterized protein 5.201735822 C6_chemical_A3 +LQ08X008830 Putative uncharacterized protein 4.847028223 C6_chemical_B1 +LQ08X008830 Putative uncharacterized protein 5.264042288 C6_chemical_B2 +LQ08X008830 Putative uncharacterized protein 5.340537696 C6_chemical_B3 +LQ08X008830 Putative uncharacterized protein 5.080267094 C6_chemical_C1 +LQ08X008830 Putative uncharacterized protein 5.165925454 C6_chemical_C2 +LQ08X008830 Putative uncharacterized protein 5.224413242 C6_chemical_C3 +LQ08X008830 Putative uncharacterized protein 5.532915113 L4_control_A1 +LQ08X008830 Putative uncharacterized protein 4.95334926 L4_control_A2 +LQ08X008830 Putative uncharacterized protein 5.040464957 L4_control_A3 +LQ08X008830 Putative uncharacterized protein 4.703215225 L4_control_B1 +LQ08X008830 Putative uncharacterized protein 5.185025485 L4_control_B2 +LQ08X008830 Putative uncharacterized protein 5.017595949 L4_control_B3 +LQ08X008830 Putative uncharacterized protein 5.032279254 L4_control_C2 +LQ08X008830 Putative uncharacterized protein 5.165524729 L4_control_C3 +LQ08X008830 Putative uncharacterized protein 5.050885614 L4_chemical_A1 +LQ08X008830 Putative uncharacterized protein 5.016880423 L4_chemical_A2 +LQ08X008830 Putative uncharacterized protein 5.162187292 L4_chemical_A3 +LQ08X008830 Putative uncharacterized protein 4.867634574 L4_chemical_B1 +LQ08X008830 Putative uncharacterized protein 5.40096183 L4_chemical_B2 +LQ08X008830 Putative uncharacterized protein 5.386946764 L4_chemical_B3 +LQ08X008830 Putative uncharacterized protein 5.025193568 L4_chemical_C2 +LQ08X008830 Putative uncharacterized protein 5.200503523 L4_chemical_C3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 7.83776704 C6_control_A1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 8.453394628 C6_control_A3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 7.233370887 C6_control_B1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 7.286040108 C6_control_B2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 9.279560104 C6_control_B3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 10.05024103 C6_control_C1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 9.360898321 C6_control_C2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 11.6594918 C6_control_C3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 6.908407737 C6_chemical_A1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 8.871136242 C6_chemical_A3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 6.093357525 C6_chemical_B1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 7.242596219 C6_chemical_B2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 9.233133258 C6_chemical_B3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 9.206648903 C6_chemical_C1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 9.555226935 C6_chemical_C2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 11.87970411 C6_chemical_C3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 8.135113667 L4_control_A1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 8.562356559 L4_control_A2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 11.15804906 L4_control_A3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 9.343451262 L4_control_B1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 9.344160516 L4_control_B2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 10.53546758 L4_control_B3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 12.27930364 L4_control_C2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 13.40799067 L4_control_C3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 9.95907141 L4_chemical_A1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 10.73970126 L4_chemical_A2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 11.07786769 L4_chemical_A3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 10.42865375 L4_chemical_B1 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 10.88464453 L4_chemical_B2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 10.22444637 L4_chemical_B3 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 12.2993268 L4_chemical_C2 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 13.43318032 L4_chemical_C3 +LQ08X008880 RNA-binding region-containing protein, putative 5.887095686 C6_control_A1 +LQ08X008880 RNA-binding region-containing protein, putative 5.620510932 C6_control_A3 +LQ08X008880 RNA-binding region-containing protein, putative 5.631212493 C6_control_B1 +LQ08X008880 RNA-binding region-containing protein, putative 5.294135182 C6_control_B2 +LQ08X008880 RNA-binding region-containing protein, putative 5.616897109 C6_control_B3 +LQ08X008880 RNA-binding region-containing protein, putative 5.093477166 C6_control_C1 +LQ08X008880 RNA-binding region-containing protein, putative 5.22258277 C6_control_C2 +LQ08X008880 RNA-binding region-containing protein, putative 5.328459521 C6_control_C3 +LQ08X008880 RNA-binding region-containing protein, putative 5.462594194 C6_chemical_A1 +LQ08X008880 RNA-binding region-containing protein, putative 5.523121798 C6_chemical_A3 +LQ08X008880 RNA-binding region-containing protein, putative 5.783509838 C6_chemical_B1 +LQ08X008880 RNA-binding region-containing protein, putative 5.588916377 C6_chemical_B2 +LQ08X008880 RNA-binding region-containing protein, putative 5.900463097 C6_chemical_B3 +LQ08X008880 RNA-binding region-containing protein, putative 5.368035117 C6_chemical_C1 +LQ08X008880 RNA-binding region-containing protein, putative 5.368720535 C6_chemical_C2 +LQ08X008880 RNA-binding region-containing protein, putative 5.436460606 C6_chemical_C3 +LQ08X008880 RNA-binding region-containing protein, putative 5.587341625 L4_control_A1 +LQ08X008880 RNA-binding region-containing protein, putative 6.057340034 L4_control_A2 +LQ08X008880 RNA-binding region-containing protein, putative 5.314107141 L4_control_A3 +LQ08X008880 RNA-binding region-containing protein, putative 4.911025574 L4_control_B1 +LQ08X008880 RNA-binding region-containing protein, putative 6.159199841 L4_control_B2 +LQ08X008880 RNA-binding region-containing protein, putative 5.522439705 L4_control_B3 +LQ08X008880 RNA-binding region-containing protein, putative 5.392213113 L4_control_C2 +LQ08X008880 RNA-binding region-containing protein, putative 5.915880189 L4_control_C3 +LQ08X008880 RNA-binding region-containing protein, putative 5.470942898 L4_chemical_A1 +LQ08X008880 RNA-binding region-containing protein, putative 5.83903848 L4_chemical_A2 +LQ08X008880 RNA-binding region-containing protein, putative 5.340606814 L4_chemical_A3 +LQ08X008880 RNA-binding region-containing protein, putative 5.822757863 L4_chemical_B1 +LQ08X008880 RNA-binding region-containing protein, putative 6.002787689 L4_chemical_B2 +LQ08X008880 RNA-binding region-containing protein, putative 5.600824192 L4_chemical_B3 +LQ08X008880 RNA-binding region-containing protein, putative 5.305423892 L4_chemical_C2 +LQ08X008880 RNA-binding region-containing protein, putative 6.158059808 L4_chemical_C3 +LQ08X008890 Hypothetical protein 5.144262339 C6_control_A1 +LQ08X008890 Hypothetical protein 5.78389073 C6_control_A3 +LQ08X008890 Hypothetical protein 5.158712586 C6_control_B1 +LQ08X008890 Hypothetical protein 5.332150428 C6_control_B2 +LQ08X008890 Hypothetical protein 5.442716654 C6_control_B3 +LQ08X008890 Hypothetical protein 5.406792508 C6_control_C1 +LQ08X008890 Hypothetical protein 5.023664337 C6_control_C2 +LQ08X008890 Hypothetical protein 4.986094165 C6_control_C3 +LQ08X008890 Hypothetical protein 5.339738422 C6_chemical_A1 +LQ08X008890 Hypothetical protein 5.932304841 C6_chemical_A3 +LQ08X008890 Hypothetical protein 5.230617258 C6_chemical_B1 +LQ08X008890 Hypothetical protein 5.013889977 C6_chemical_B2 +LQ08X008890 Hypothetical protein 5.584249855 C6_chemical_B3 +LQ08X008890 Hypothetical protein 5.378571119 C6_chemical_C1 +LQ08X008890 Hypothetical protein 5.336597461 C6_chemical_C2 +LQ08X008890 Hypothetical protein 5.19471511 C6_chemical_C3 +LQ08X008890 Hypothetical protein 5.397656191 L4_control_A1 +LQ08X008890 Hypothetical protein 5.770968696 L4_control_A2 +LQ08X008890 Hypothetical protein 6.134799195 L4_control_A3 +LQ08X008890 Hypothetical protein 6.127722221 L4_control_B1 +LQ08X008890 Hypothetical protein 5.617494974 L4_control_B2 +LQ08X008890 Hypothetical protein 5.256582218 L4_control_B3 +LQ08X008890 Hypothetical protein 5.233376348 L4_control_C2 +LQ08X008890 Hypothetical protein 5.59525611 L4_control_C3 +LQ08X008890 Hypothetical protein 5.407788397 L4_chemical_A1 +LQ08X008890 Hypothetical protein 5.659616657 L4_chemical_A2 +LQ08X008890 Hypothetical protein 5.61440421 L4_chemical_A3 +LQ08X008890 Hypothetical protein 5.505543282 L4_chemical_B1 +LQ08X008890 Hypothetical protein 5.690379743 L4_chemical_B2 +LQ08X008890 Hypothetical protein 5.611750988 L4_chemical_B3 +LQ08X008890 Hypothetical protein 5.72313829 L4_chemical_C2 +LQ08X008890 Hypothetical protein 5.142377697 L4_chemical_C3 +LQ08X008900 Probable pectin methyltransferase QUA2 8.866026674 C6_control_A1 +LQ08X008900 Probable pectin methyltransferase QUA2 8.02890985 C6_control_A3 +LQ08X008900 Probable pectin methyltransferase QUA2 9.681315672 C6_control_B1 +LQ08X008900 Probable pectin methyltransferase QUA2 9.808382068 C6_control_B2 +LQ08X008900 Probable pectin methyltransferase QUA2 9.812033098 C6_control_B3 +LQ08X008900 Probable pectin methyltransferase QUA2 8.660162721 C6_control_C1 +LQ08X008900 Probable pectin methyltransferase QUA2 8.277876613 C6_control_C2 +LQ08X008900 Probable pectin methyltransferase QUA2 7.639317397 C6_control_C3 +LQ08X008900 Probable pectin methyltransferase QUA2 9.140897329 C6_chemical_A1 +LQ08X008900 Probable pectin methyltransferase QUA2 8.653031906 C6_chemical_A3 +LQ08X008900 Probable pectin methyltransferase QUA2 10.17449729 C6_chemical_B1 +LQ08X008900 Probable pectin methyltransferase QUA2 10.17141637 C6_chemical_B2 +LQ08X008900 Probable pectin methyltransferase QUA2 10.2592359 C6_chemical_B3 +LQ08X008900 Probable pectin methyltransferase QUA2 8.345061493 C6_chemical_C1 +LQ08X008900 Probable pectin methyltransferase QUA2 8.230451598 C6_chemical_C2 +LQ08X008900 Probable pectin methyltransferase QUA2 7.815551914 C6_chemical_C3 +LQ08X008900 Probable pectin methyltransferase QUA2 9.137728423 L4_control_A1 +LQ08X008900 Probable pectin methyltransferase QUA2 9.512484719 L4_control_A2 +LQ08X008900 Probable pectin methyltransferase QUA2 9.498425908 L4_control_A3 +LQ08X008900 Probable pectin methyltransferase QUA2 10.43249416 L4_control_B1 +LQ08X008900 Probable pectin methyltransferase QUA2 10.90905736 L4_control_B2 +LQ08X008900 Probable pectin methyltransferase QUA2 10.66960615 L4_control_B3 +LQ08X008900 Probable pectin methyltransferase QUA2 8.91873668 L4_control_C2 +LQ08X008900 Probable pectin methyltransferase QUA2 9.563675803 L4_control_C3 +LQ08X008900 Probable pectin methyltransferase QUA2 8.830460132 L4_chemical_A1 +LQ08X008900 Probable pectin methyltransferase QUA2 9.218843588 L4_chemical_A2 +LQ08X008900 Probable pectin methyltransferase QUA2 9.474792961 L4_chemical_A3 +LQ08X008900 Probable pectin methyltransferase QUA2 10.02398322 L4_chemical_B1 +LQ08X008900 Probable pectin methyltransferase QUA2 10.08550666 L4_chemical_B2 +LQ08X008900 Probable pectin methyltransferase QUA2 10.20944112 L4_chemical_B3 +LQ08X008900 Probable pectin methyltransferase QUA2 8.662350021 L4_chemical_C2 +LQ08X008900 Probable pectin methyltransferase QUA2 9.190028672 L4_chemical_C3 +LQ08X008920 Putative uncharacterized protein 5.730427656 C6_control_A1 +LQ08X008920 Putative uncharacterized protein 5.29758441 C6_control_A3 +LQ08X008920 Putative uncharacterized protein 5.417266852 C6_control_B1 +LQ08X008920 Putative uncharacterized protein 6.041102529 C6_control_B2 +LQ08X008920 Putative uncharacterized protein 5.624463323 C6_control_B3 +LQ08X008920 Putative uncharacterized protein 6.195195525 C6_control_C1 +LQ08X008920 Putative uncharacterized protein 5.737212343 C6_control_C2 +LQ08X008920 Putative uncharacterized protein 6.172772244 C6_control_C3 +LQ08X008920 Putative uncharacterized protein 6.52769166 C6_chemical_A1 +LQ08X008920 Putative uncharacterized protein 5.977103618 C6_chemical_A3 +LQ08X008920 Putative uncharacterized protein 5.552403867 C6_chemical_B1 +LQ08X008920 Putative uncharacterized protein 5.685663304 C6_chemical_B2 +LQ08X008920 Putative uncharacterized protein 5.817983822 C6_chemical_B3 +LQ08X008920 Putative uncharacterized protein 6.389864875 C6_chemical_C1 +LQ08X008920 Putative uncharacterized protein 5.901755876 C6_chemical_C2 +LQ08X008920 Putative uncharacterized protein 6.5962183 C6_chemical_C3 +LQ08X008920 Putative uncharacterized protein 5.554357934 L4_control_A1 +LQ08X008920 Putative uncharacterized protein 6.274208599 L4_control_A2 +LQ08X008920 Putative uncharacterized protein 5.07265729 L4_control_A3 +LQ08X008920 Putative uncharacterized protein 5.663744055 L4_control_B1 +LQ08X008920 Putative uncharacterized protein 5.807065006 L4_control_B2 +LQ08X008920 Putative uncharacterized protein 5.299732252 L4_control_B3 +LQ08X008920 Putative uncharacterized protein 5.114994554 L4_control_C2 +LQ08X008920 Putative uncharacterized protein 5.226068643 L4_control_C3 +LQ08X008920 Putative uncharacterized protein 5.820126354 L4_chemical_A1 +LQ08X008920 Putative uncharacterized protein 5.916716328 L4_chemical_A2 +LQ08X008920 Putative uncharacterized protein 5.196081323 L4_chemical_A3 +LQ08X008920 Putative uncharacterized protein 5.802819566 L4_chemical_B1 +LQ08X008920 Putative uncharacterized protein 5.676538872 L4_chemical_B2 +LQ08X008920 Putative uncharacterized protein 5.699182922 L4_chemical_B3 +LQ08X008920 Putative uncharacterized protein 5.193968464 L4_chemical_C2 +LQ08X008920 Putative uncharacterized protein 5.737088816 L4_chemical_C3 +LQ08X008940 Predicted protein 13.12244258 C6_control_A1 +LQ08X008940 Predicted protein 13.10858123 C6_control_A3 +LQ08X008940 Predicted protein 13.9478557 C6_control_B1 +LQ08X008940 Predicted protein 13.77398262 C6_control_B2 +LQ08X008940 Predicted protein 14.08843393 C6_control_B3 +LQ08X008940 Predicted protein 13.9642667 C6_control_C1 +LQ08X008940 Predicted protein 14.06450758 C6_control_C2 +LQ08X008940 Predicted protein 14.21615728 C6_control_C3 +LQ08X008940 Predicted protein 12.77255625 C6_chemical_A1 +LQ08X008940 Predicted protein 12.95565021 C6_chemical_A3 +LQ08X008940 Predicted protein 13.86017569 C6_chemical_B1 +LQ08X008940 Predicted protein 13.57219949 C6_chemical_B2 +LQ08X008940 Predicted protein 13.88997341 C6_chemical_B3 +LQ08X008940 Predicted protein 13.89240066 C6_chemical_C1 +LQ08X008940 Predicted protein 13.50995077 C6_chemical_C2 +LQ08X008940 Predicted protein 13.88274178 C6_chemical_C3 +LQ08X008940 Predicted protein 12.96176534 L4_control_A1 +LQ08X008940 Predicted protein 11.85642714 L4_control_A2 +LQ08X008940 Predicted protein 12.49023054 L4_control_A3 +LQ08X008940 Predicted protein 13.25737491 L4_control_B1 +LQ08X008940 Predicted protein 13.29111522 L4_control_B2 +LQ08X008940 Predicted protein 13.59753215 L4_control_B3 +LQ08X008940 Predicted protein 13.90412694 L4_control_C2 +LQ08X008940 Predicted protein 13.50393331 L4_control_C3 +LQ08X008940 Predicted protein 12.98245539 L4_chemical_A1 +LQ08X008940 Predicted protein 11.75715763 L4_chemical_A2 +LQ08X008940 Predicted protein 12.31391191 L4_chemical_A3 +LQ08X008940 Predicted protein 13.33520608 L4_chemical_B1 +LQ08X008940 Predicted protein 13.24264384 L4_chemical_B2 +LQ08X008940 Predicted protein 13.10498283 L4_chemical_B3 +LQ08X008940 Predicted protein 13.5563853 L4_chemical_C2 +LQ08X008940 Predicted protein 13.52752402 L4_chemical_C3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.610046472 C6_control_A1 +LQ08X008950 Melanoma-associated antigen G1, putative 6.134906901 C6_control_A3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.119092087 C6_control_B1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.508567339 C6_control_B2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.665895263 C6_control_B3 +LQ08X008950 Melanoma-associated antigen G1, putative 6.049024319 C6_control_C1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.827291075 C6_control_C2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.609236268 C6_control_C3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.402891678 C6_chemical_A1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.484686901 C6_chemical_A3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.219681092 C6_chemical_B1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.341235115 C6_chemical_B2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.503178593 C6_chemical_B3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.755955541 C6_chemical_C1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.409128039 C6_chemical_C2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.362369786 C6_chemical_C3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.447347268 L4_control_A1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.677810591 L4_control_A2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.303607576 L4_control_A3 +LQ08X008950 Melanoma-associated antigen G1, putative 6.533276456 L4_control_B1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.218590507 L4_control_B2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.328201874 L4_control_B3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.055833336 L4_control_C2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.47385367 L4_control_C3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.455024835 L4_chemical_A1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.273728924 L4_chemical_A2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.193908404 L4_chemical_A3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.950272285 L4_chemical_B1 +LQ08X008950 Melanoma-associated antigen G1, putative 5.274327967 L4_chemical_B2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.285113211 L4_chemical_B3 +LQ08X008950 Melanoma-associated antigen G1, putative 5.12163128 L4_chemical_C2 +LQ08X008950 Melanoma-associated antigen G1, putative 5.585255808 L4_chemical_C3 +LQ08X008960 14-3-3 protein 7 14.79861795 C6_control_A1 +LQ08X008960 14-3-3 protein 7 14.77856761 C6_control_A3 +LQ08X008960 14-3-3 protein 7 14.54590224 C6_control_B1 +LQ08X008960 14-3-3 protein 7 14.98505535 C6_control_B2 +LQ08X008960 14-3-3 protein 7 14.73517823 C6_control_B3 +LQ08X008960 14-3-3 protein 7 14.67660269 C6_control_C1 +LQ08X008960 14-3-3 protein 7 14.85943422 C6_control_C2 +LQ08X008960 14-3-3 protein 7 14.5883719 C6_control_C3 +LQ08X008960 14-3-3 protein 7 14.67793911 C6_chemical_A1 +LQ08X008960 14-3-3 protein 7 14.82992043 C6_chemical_A3 +LQ08X008960 14-3-3 protein 7 14.33054485 C6_chemical_B1 +LQ08X008960 14-3-3 protein 7 14.69646115 C6_chemical_B2 +LQ08X008960 14-3-3 protein 7 14.6199139 C6_chemical_B3 +LQ08X008960 14-3-3 protein 7 14.39289136 C6_chemical_C1 +LQ08X008960 14-3-3 protein 7 14.60033011 C6_chemical_C2 +LQ08X008960 14-3-3 protein 7 14.25928993 C6_chemical_C3 +LQ08X008960 14-3-3 protein 7 14.81711381 L4_control_A1 +LQ08X008960 14-3-3 protein 7 14.59318487 L4_control_A2 +LQ08X008960 14-3-3 protein 7 14.87560227 L4_control_A3 +LQ08X008960 14-3-3 protein 7 14.4106988 L4_control_B1 +LQ08X008960 14-3-3 protein 7 14.16728695 L4_control_B2 +LQ08X008960 14-3-3 protein 7 14.77750567 L4_control_B3 +LQ08X008960 14-3-3 protein 7 14.38020552 L4_control_C2 +LQ08X008960 14-3-3 protein 7 14.34664391 L4_control_C3 +LQ08X008960 14-3-3 protein 7 14.90826904 L4_chemical_A1 +LQ08X008960 14-3-3 protein 7 14.46371028 L4_chemical_A2 +LQ08X008960 14-3-3 protein 7 14.93371075 L4_chemical_A3 +LQ08X008960 14-3-3 protein 7 14.40719067 L4_chemical_B1 +LQ08X008960 14-3-3 protein 7 14.14141123 L4_chemical_B2 +LQ08X008960 14-3-3 protein 7 14.78772149 L4_chemical_B3 +LQ08X008960 14-3-3 protein 7 14.26233634 L4_chemical_C2 +LQ08X008960 14-3-3 protein 7 14.22224397 L4_chemical_C3 +LQ08X008970 Predicted protein 6.358961541 C6_control_A1 +LQ08X008970 Predicted protein 5.901553562 C6_control_A3 +LQ08X008970 Predicted protein 6.369818284 C6_control_B1 +LQ08X008970 Predicted protein 5.763389843 C6_control_B2 +LQ08X008970 Predicted protein 6.101023423 C6_control_B3 +LQ08X008970 Predicted protein 5.066803066 C6_control_C1 +LQ08X008970 Predicted protein 5.218439296 C6_control_C2 +LQ08X008970 Predicted protein 5.220211022 C6_control_C3 +LQ08X008970 Predicted protein 6.567385439 C6_chemical_A1 +LQ08X008970 Predicted protein 6.143388003 C6_chemical_A3 +LQ08X008970 Predicted protein 5.945472107 C6_chemical_B1 +LQ08X008970 Predicted protein 5.912228494 C6_chemical_B2 +LQ08X008970 Predicted protein 6.140237345 C6_chemical_B3 +LQ08X008970 Predicted protein 5.311389209 C6_chemical_C1 +LQ08X008970 Predicted protein 5.206701076 C6_chemical_C2 +LQ08X008970 Predicted protein 5.211234561 C6_chemical_C3 +LQ08X008970 Predicted protein 5.815057893 L4_control_A1 +LQ08X008970 Predicted protein 6.244754411 L4_control_A2 +LQ08X008970 Predicted protein 6.70669709 L4_control_A3 +LQ08X008970 Predicted protein 6.108158078 L4_control_B1 +LQ08X008970 Predicted protein 6.491643078 L4_control_B2 +LQ08X008970 Predicted protein 6.042064564 L4_control_B3 +LQ08X008970 Predicted protein 6.088277449 L4_control_C2 +LQ08X008970 Predicted protein 5.072676206 L4_control_C3 +LQ08X008970 Predicted protein 5.62507315 L4_chemical_A1 +LQ08X008970 Predicted protein 6.277286873 L4_chemical_A2 +LQ08X008970 Predicted protein 6.250177175 L4_chemical_A3 +LQ08X008970 Predicted protein 5.917578927 L4_chemical_B1 +LQ08X008970 Predicted protein 6.518156697 L4_chemical_B2 +LQ08X008970 Predicted protein 6.037168206 L4_chemical_B3 +LQ08X008970 Predicted protein 5.757230825 L4_chemical_C2 +LQ08X008970 Predicted protein 5.35775901 L4_chemical_C3 +LQ08X008980 Probable protein phosphatase 2C 10 12.9173362 C6_control_A1 +LQ08X008980 Probable protein phosphatase 2C 10 13.04659048 C6_control_A3 +LQ08X008980 Probable protein phosphatase 2C 10 12.29246517 C6_control_B1 +LQ08X008980 Probable protein phosphatase 2C 10 12.69638531 C6_control_B2 +LQ08X008980 Probable protein phosphatase 2C 10 12.62556684 C6_control_B3 +LQ08X008980 Probable protein phosphatase 2C 10 13.19318477 C6_control_C1 +LQ08X008980 Probable protein phosphatase 2C 10 12.91501793 C6_control_C2 +LQ08X008980 Probable protein phosphatase 2C 10 13.32805527 C6_control_C3 +LQ08X008980 Probable protein phosphatase 2C 10 12.56844436 C6_chemical_A1 +LQ08X008980 Probable protein phosphatase 2C 10 12.78435666 C6_chemical_A3 +LQ08X008980 Probable protein phosphatase 2C 10 11.89679462 C6_chemical_B1 +LQ08X008980 Probable protein phosphatase 2C 10 12.53776149 C6_chemical_B2 +LQ08X008980 Probable protein phosphatase 2C 10 12.72569795 C6_chemical_B3 +LQ08X008980 Probable protein phosphatase 2C 10 13.13844664 C6_chemical_C1 +LQ08X008980 Probable protein phosphatase 2C 10 13.12397936 C6_chemical_C2 +LQ08X008980 Probable protein phosphatase 2C 10 13.52009377 C6_chemical_C3 +LQ08X008980 Probable protein phosphatase 2C 10 13.25620254 L4_control_A1 +LQ08X008980 Probable protein phosphatase 2C 10 13.53683757 L4_control_A2 +LQ08X008980 Probable protein phosphatase 2C 10 12.96040348 L4_control_A3 +LQ08X008980 Probable protein phosphatase 2C 10 12.53811497 L4_control_B1 +LQ08X008980 Probable protein phosphatase 2C 10 12.02956858 L4_control_B2 +LQ08X008980 Probable protein phosphatase 2C 10 13.00880906 L4_control_B3 +LQ08X008980 Probable protein phosphatase 2C 10 12.20096167 L4_control_C2 +LQ08X008980 Probable protein phosphatase 2C 10 12.42682632 L4_control_C3 +LQ08X008980 Probable protein phosphatase 2C 10 13.45569275 L4_chemical_A1 +LQ08X008980 Probable protein phosphatase 2C 10 13.37927134 L4_chemical_A2 +LQ08X008980 Probable protein phosphatase 2C 10 13.30517138 L4_chemical_A3 +LQ08X008980 Probable protein phosphatase 2C 10 12.58181591 L4_chemical_B1 +LQ08X008980 Probable protein phosphatase 2C 10 12.17938235 L4_chemical_B2 +LQ08X008980 Probable protein phosphatase 2C 10 12.99027721 L4_chemical_B3 +LQ08X008980 Probable protein phosphatase 2C 10 12.31780926 L4_chemical_C2 +LQ08X008980 Probable protein phosphatase 2C 10 12.53499139 L4_chemical_C3 +LQ08X009000 Cryptochrome-1 12.09740154 C6_control_A1 +LQ08X009000 Cryptochrome-1 11.82070558 C6_control_A3 +LQ08X009000 Cryptochrome-1 12.05271788 C6_control_B1 +LQ08X009000 Cryptochrome-1 11.69804119 C6_control_B2 +LQ08X009000 Cryptochrome-1 12.00002572 C6_control_B3 +LQ08X009000 Cryptochrome-1 13.46699218 C6_control_C1 +LQ08X009000 Cryptochrome-1 13.51659948 C6_control_C2 +LQ08X009000 Cryptochrome-1 13.36254738 C6_control_C3 +LQ08X009000 Cryptochrome-1 12.14800893 C6_chemical_A1 +LQ08X009000 Cryptochrome-1 12.27023874 C6_chemical_A3 +LQ08X009000 Cryptochrome-1 12.35749582 C6_chemical_B1 +LQ08X009000 Cryptochrome-1 11.63496585 C6_chemical_B2 +LQ08X009000 Cryptochrome-1 12.17134085 C6_chemical_B3 +LQ08X009000 Cryptochrome-1 13.52959173 C6_chemical_C1 +LQ08X009000 Cryptochrome-1 13.61489252 C6_chemical_C2 +LQ08X009000 Cryptochrome-1 13.25200583 C6_chemical_C3 +LQ08X009000 Cryptochrome-1 12.2745504 L4_control_A1 +LQ08X009000 Cryptochrome-1 12.32213258 L4_control_A2 +LQ08X009000 Cryptochrome-1 12.39419407 L4_control_A3 +LQ08X009000 Cryptochrome-1 12.49195938 L4_control_B1 +LQ08X009000 Cryptochrome-1 12.33265585 L4_control_B2 +LQ08X009000 Cryptochrome-1 12.37560011 L4_control_B3 +LQ08X009000 Cryptochrome-1 13.28423763 L4_control_C2 +LQ08X009000 Cryptochrome-1 13.00335419 L4_control_C3 +LQ08X009000 Cryptochrome-1 12.24518566 L4_chemical_A1 +LQ08X009000 Cryptochrome-1 12.49105682 L4_chemical_A2 +LQ08X009000 Cryptochrome-1 12.31935797 L4_chemical_A3 +LQ08X009000 Cryptochrome-1 12.22986469 L4_chemical_B1 +LQ08X009000 Cryptochrome-1 11.74512067 L4_chemical_B2 +LQ08X009000 Cryptochrome-1 12.40843046 L4_chemical_B3 +LQ08X009000 Cryptochrome-1 13.20491167 L4_chemical_C2 +LQ08X009000 Cryptochrome-1 13.16827266 L4_chemical_C3 +LQ08X009030 TRM112-like protein At1g78190 5.109553906 C6_control_A1 +LQ08X009030 TRM112-like protein At1g78190 5.537832093 C6_control_A3 +LQ08X009030 TRM112-like protein At1g78190 5.046731105 C6_control_B1 +LQ08X009030 TRM112-like protein At1g78190 5.15177509 C6_control_B2 +LQ08X009030 TRM112-like protein At1g78190 5.076293948 C6_control_B3 +LQ08X009030 TRM112-like protein At1g78190 5.106783728 C6_control_C1 +LQ08X009030 TRM112-like protein At1g78190 5.487796392 C6_control_C2 +LQ08X009030 TRM112-like protein At1g78190 5.24571979 C6_control_C3 +LQ08X009030 TRM112-like protein At1g78190 5.094663228 C6_chemical_A1 +LQ08X009030 TRM112-like protein At1g78190 5.177956625 C6_chemical_A3 +LQ08X009030 TRM112-like protein At1g78190 4.899324488 C6_chemical_B1 +LQ08X009030 TRM112-like protein At1g78190 5.073899366 C6_chemical_B2 +LQ08X009030 TRM112-like protein At1g78190 4.991020436 C6_chemical_B3 +LQ08X009030 TRM112-like protein At1g78190 5.0172528 C6_chemical_C1 +LQ08X009030 TRM112-like protein At1g78190 5.301716797 C6_chemical_C2 +LQ08X009030 TRM112-like protein At1g78190 5.156448054 C6_chemical_C3 +LQ08X009030 TRM112-like protein At1g78190 5.497778202 L4_control_A1 +LQ08X009030 TRM112-like protein At1g78190 5.337411012 L4_control_A2 +LQ08X009030 TRM112-like protein At1g78190 6.071464162 L4_control_A3 +LQ08X009030 TRM112-like protein At1g78190 5.370859002 L4_control_B1 +LQ08X009030 TRM112-like protein At1g78190 5.406949133 L4_control_B2 +LQ08X009030 TRM112-like protein At1g78190 5.387380435 L4_control_B3 +LQ08X009030 TRM112-like protein At1g78190 5.064486828 L4_control_C2 +LQ08X009030 TRM112-like protein At1g78190 5.502389287 L4_control_C3 +LQ08X009030 TRM112-like protein At1g78190 5.423081235 L4_chemical_A1 +LQ08X009030 TRM112-like protein At1g78190 5.796677281 L4_chemical_A2 +LQ08X009030 TRM112-like protein At1g78190 6.578139823 L4_chemical_A3 +LQ08X009030 TRM112-like protein At1g78190 5.741106321 L4_chemical_B1 +LQ08X009030 TRM112-like protein At1g78190 5.456046307 L4_chemical_B2 +LQ08X009030 TRM112-like protein At1g78190 5.252036825 L4_chemical_B3 +LQ08X009030 TRM112-like protein At1g78190 5.279582902 L4_chemical_C2 +LQ08X009030 TRM112-like protein At1g78190 5.127270501 L4_chemical_C3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.973840416 C6_control_A1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.448820564 C6_control_A3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.424027304 C6_control_B1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 7.287686849 C6_control_B2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.303718483 C6_control_B3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.040440386 C6_control_C1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.647674245 C6_control_C2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.147661824 C6_control_C3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.074480263 C6_chemical_A1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.503212771 C6_chemical_A3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 7.874151806 C6_chemical_B1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 7.711451296 C6_chemical_B2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.584977213 C6_chemical_B3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.322812166 C6_chemical_C1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.529522469 C6_chemical_C2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.591118458 C6_chemical_C3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.840981346 L4_control_A1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.673369252 L4_control_A2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 10.52023012 L4_control_A3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.251809936 L4_control_B1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.22606589 L4_control_B2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.809782331 L4_control_B3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.923876252 L4_control_C2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.801474158 L4_control_C3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.356514331 L4_chemical_A1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.441501625 L4_chemical_A2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 10.27561392 L4_chemical_A3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.065468556 L4_chemical_B1 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.361735991 L4_chemical_B2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 8.893713502 L4_chemical_B3 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.926332133 L4_chemical_C2 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.924299196 L4_chemical_C3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.523009763 C6_control_A1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 6.010343597 C6_control_A3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.668360558 C6_control_B1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.598464247 C6_control_B2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.872690264 C6_control_B3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.458593408 C6_control_C1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 6.076161907 C6_control_C2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.555663351 C6_control_C3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.498257817 C6_chemical_A1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.364726847 C6_chemical_A3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.647544655 C6_chemical_B1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 6.030300931 C6_chemical_B2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.863851393 C6_chemical_B3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 6.037840584 C6_chemical_C1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.664975746 C6_chemical_C2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.561853502 C6_chemical_C3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.483660048 L4_control_A1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.681623838 L4_control_A2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.68832845 L4_control_A3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.566425243 L4_control_B1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.801439087 L4_control_B2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.697371316 L4_control_B3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.792934458 L4_control_C2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.763254023 L4_control_C3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.682805764 L4_chemical_A1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 6.0527432 L4_chemical_A2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.779218912 L4_chemical_A3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.618024074 L4_chemical_B1 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.580517281 L4_chemical_B2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.547157759 L4_chemical_B3 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.748952519 L4_chemical_C2 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.25518901 L4_chemical_C3 +LQ08X009180 Annexin D1 5.742132083 C6_control_A1 +LQ08X009180 Annexin D1 5.623208746 C6_control_A3 +LQ08X009180 Annexin D1 5.980163306 C6_control_B1 +LQ08X009180 Annexin D1 5.714850038 C6_control_B2 +LQ08X009180 Annexin D1 5.558027187 C6_control_B3 +LQ08X009180 Annexin D1 6.1305276 C6_control_C1 +LQ08X009180 Annexin D1 6.694507871 C6_control_C2 +LQ08X009180 Annexin D1 5.714218876 C6_control_C3 +LQ08X009180 Annexin D1 5.658572983 C6_chemical_A1 +LQ08X009180 Annexin D1 5.639938535 C6_chemical_A3 +LQ08X009180 Annexin D1 6.766032291 C6_chemical_B1 +LQ08X009180 Annexin D1 5.791646911 C6_chemical_B2 +LQ08X009180 Annexin D1 5.413757676 C6_chemical_B3 +LQ08X009180 Annexin D1 5.871080356 C6_chemical_C1 +LQ08X009180 Annexin D1 5.794051684 C6_chemical_C2 +LQ08X009180 Annexin D1 5.395688743 C6_chemical_C3 +LQ08X009180 Annexin D1 5.625059248 L4_control_A1 +LQ08X009180 Annexin D1 5.583459581 L4_control_A2 +LQ08X009180 Annexin D1 5.751694806 L4_control_A3 +LQ08X009180 Annexin D1 5.139774394 L4_control_B1 +LQ08X009180 Annexin D1 5.37766334 L4_control_B2 +LQ08X009180 Annexin D1 5.399586544 L4_control_B3 +LQ08X009180 Annexin D1 5.125389564 L4_control_C2 +LQ08X009180 Annexin D1 5.582539014 L4_control_C3 +LQ08X009180 Annexin D1 5.570603384 L4_chemical_A1 +LQ08X009180 Annexin D1 6.075953078 L4_chemical_A2 +LQ08X009180 Annexin D1 5.758829145 L4_chemical_A3 +LQ08X009180 Annexin D1 5.374009789 L4_chemical_B1 +LQ08X009180 Annexin D1 5.466506001 L4_chemical_B2 +LQ08X009180 Annexin D1 5.792633304 L4_chemical_B3 +LQ08X009180 Annexin D1 5.612808175 L4_chemical_C2 +LQ08X009180 Annexin D1 5.462073116 L4_chemical_C3 +LQ08X009200 Predicted protein 14.23975041 C6_control_A1 +LQ08X009200 Predicted protein 14.13567471 C6_control_A3 +LQ08X009200 Predicted protein 14.51976674 C6_control_B1 +LQ08X009200 Predicted protein 13.30321612 C6_control_B2 +LQ08X009200 Predicted protein 14.03075739 C6_control_B3 +LQ08X009200 Predicted protein 11.83873486 C6_control_C1 +LQ08X009200 Predicted protein 11.79471246 C6_control_C2 +LQ08X009200 Predicted protein 12.04538268 C6_control_C3 +LQ08X009200 Predicted protein 14.47306859 C6_chemical_A1 +LQ08X009200 Predicted protein 14.40041153 C6_chemical_A3 +LQ08X009200 Predicted protein 14.70677096 C6_chemical_B1 +LQ08X009200 Predicted protein 13.50632177 C6_chemical_B2 +LQ08X009200 Predicted protein 13.99498042 C6_chemical_B3 +LQ08X009200 Predicted protein 11.89645951 C6_chemical_C1 +LQ08X009200 Predicted protein 11.82630826 C6_chemical_C2 +LQ08X009200 Predicted protein 12.15997453 C6_chemical_C3 +LQ08X009200 Predicted protein 14.17748096 L4_control_A1 +LQ08X009200 Predicted protein 14.0320987 L4_control_A2 +LQ08X009200 Predicted protein 14.49158976 L4_control_A3 +LQ08X009200 Predicted protein 14.60405994 L4_control_B1 +LQ08X009200 Predicted protein 14.93809319 L4_control_B2 +LQ08X009200 Predicted protein 13.8826166 L4_control_B3 +LQ08X009200 Predicted protein 13.43818511 L4_control_C2 +LQ08X009200 Predicted protein 13.77829177 L4_control_C3 +LQ08X009200 Predicted protein 13.75482037 L4_chemical_A1 +LQ08X009200 Predicted protein 14.00886514 L4_chemical_A2 +LQ08X009200 Predicted protein 14.34693268 L4_chemical_A3 +LQ08X009200 Predicted protein 14.95608657 L4_chemical_B1 +LQ08X009200 Predicted protein 14.73449761 L4_chemical_B2 +LQ08X009200 Predicted protein 14.38497303 L4_chemical_B3 +LQ08X009200 Predicted protein 13.64152665 L4_chemical_C2 +LQ08X009200 Predicted protein 13.65741224 L4_chemical_C3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.653491516 C6_control_A1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.804883131 C6_control_A3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.850293142 C6_control_B1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.794252378 C6_control_B2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.115673394 C6_control_B3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.181041692 C6_control_C1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.013018372 C6_control_C2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.55400326 C6_control_C3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.693896101 C6_chemical_A1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.723058371 C6_chemical_A3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.682584301 C6_chemical_B1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.692738522 C6_chemical_B2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.98253119 C6_chemical_B3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.410428484 C6_chemical_C1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.416858511 C6_chemical_C2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.71731303 C6_chemical_C3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.983263349 L4_control_A1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.925655343 L4_control_A2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.903746828 L4_control_A3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.376915013 L4_control_B1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.801937921 L4_control_B2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.108976996 L4_control_B3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.459999484 L4_control_C2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.94469749 L4_control_C3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.227028757 L4_chemical_A1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.221226062 L4_chemical_A2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.1247026 L4_chemical_A3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.397752184 L4_chemical_B1 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.157853813 L4_chemical_B2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.82897725 L4_chemical_B3 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.730875842 L4_chemical_C2 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 6.761776508 L4_chemical_C3 +LQ08X009230 Predicted protein 5.39054009 C6_control_A1 +LQ08X009230 Predicted protein 5.271331604 C6_control_A3 +LQ08X009230 Predicted protein 5.175641393 C6_control_B1 +LQ08X009230 Predicted protein 5.162780657 C6_control_B2 +LQ08X009230 Predicted protein 5.259578601 C6_control_B3 +LQ08X009230 Predicted protein 4.916807266 C6_control_C1 +LQ08X009230 Predicted protein 5.125769087 C6_control_C2 +LQ08X009230 Predicted protein 4.969999171 C6_control_C3 +LQ08X009230 Predicted protein 5.056175748 C6_chemical_A1 +LQ08X009230 Predicted protein 5.045031396 C6_chemical_A3 +LQ08X009230 Predicted protein 5.05292433 C6_chemical_B1 +LQ08X009230 Predicted protein 5.174702252 C6_chemical_B2 +LQ08X009230 Predicted protein 5.195926326 C6_chemical_B3 +LQ08X009230 Predicted protein 5.051915106 C6_chemical_C1 +LQ08X009230 Predicted protein 4.938832692 C6_chemical_C2 +LQ08X009230 Predicted protein 5.15154049 C6_chemical_C3 +LQ08X009230 Predicted protein 5.252421653 L4_control_A1 +LQ08X009230 Predicted protein 5.488840025 L4_control_A2 +LQ08X009230 Predicted protein 6.279353024 L4_control_A3 +LQ08X009230 Predicted protein 5.262677305 L4_control_B1 +LQ08X009230 Predicted protein 5.489948703 L4_control_B2 +LQ08X009230 Predicted protein 5.41756153 L4_control_B3 +LQ08X009230 Predicted protein 5.239047722 L4_control_C2 +LQ08X009230 Predicted protein 5.178366775 L4_control_C3 +LQ08X009230 Predicted protein 5.011990346 L4_chemical_A1 +LQ08X009230 Predicted protein 5.263352551 L4_chemical_A2 +LQ08X009230 Predicted protein 5.602903595 L4_chemical_A3 +LQ08X009230 Predicted protein 4.859141221 L4_chemical_B1 +LQ08X009230 Predicted protein 4.876334672 L4_chemical_B2 +LQ08X009230 Predicted protein 5.273542288 L4_chemical_B3 +LQ08X009230 Predicted protein 5.162415216 L4_chemical_C2 +LQ08X009230 Predicted protein 5.420722037 L4_chemical_C3 +LQ08X009250 Predicted protein 11.03317171 C6_control_A1 +LQ08X009250 Predicted protein 10.43378648 C6_control_A3 +LQ08X009250 Predicted protein 11.50737424 C6_control_B1 +LQ08X009250 Predicted protein 10.78639255 C6_control_B2 +LQ08X009250 Predicted protein 11.77863751 C6_control_B3 +LQ08X009250 Predicted protein 8.902635426 C6_control_C1 +LQ08X009250 Predicted protein 8.686698992 C6_control_C2 +LQ08X009250 Predicted protein 9.804823496 C6_control_C3 +LQ08X009250 Predicted protein 10.85618585 C6_chemical_A1 +LQ08X009250 Predicted protein 10.67655408 C6_chemical_A3 +LQ08X009250 Predicted protein 11.17600723 C6_chemical_B1 +LQ08X009250 Predicted protein 10.74431075 C6_chemical_B2 +LQ08X009250 Predicted protein 11.62623219 C6_chemical_B3 +LQ08X009250 Predicted protein 8.790258963 C6_chemical_C1 +LQ08X009250 Predicted protein 8.848016657 C6_chemical_C2 +LQ08X009250 Predicted protein 9.33505349 C6_chemical_C3 +LQ08X009250 Predicted protein 9.93625793 L4_control_A1 +LQ08X009250 Predicted protein 10.4123577 L4_control_A2 +LQ08X009250 Predicted protein 8.55019232 L4_control_A3 +LQ08X009250 Predicted protein 11.41832565 L4_control_B1 +LQ08X009250 Predicted protein 10.45862583 L4_control_B2 +LQ08X009250 Predicted protein 10.41735151 L4_control_B3 +LQ08X009250 Predicted protein 6.948474034 L4_control_C2 +LQ08X009250 Predicted protein 7.31737483 L4_control_C3 +LQ08X009250 Predicted protein 11.44227946 L4_chemical_A1 +LQ08X009250 Predicted protein 11.83047498 L4_chemical_A2 +LQ08X009250 Predicted protein 10.3969644 L4_chemical_A3 +LQ08X009250 Predicted protein 10.84042697 L4_chemical_B1 +LQ08X009250 Predicted protein 10.54659017 L4_chemical_B2 +LQ08X009250 Predicted protein 11.07025553 L4_chemical_B3 +LQ08X009250 Predicted protein 7.466740655 L4_chemical_C2 +LQ08X009250 Predicted protein 8.397094843 L4_chemical_C3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.79071045 C6_control_A1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.37188479 C6_control_A3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.55944878 C6_control_B1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.92104187 C6_control_B2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.19828447 C6_control_B3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.29337682 C6_control_C1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.54451943 C6_control_C2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.81990911 C6_control_C3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.02277137 C6_chemical_A1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.21712842 C6_chemical_A3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.75196244 C6_chemical_B1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.0683812 C6_chemical_B2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 10.96674915 C6_chemical_B3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.5271846 C6_chemical_C1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.69324772 C6_chemical_C2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.21408331 C6_chemical_C3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.48293543 L4_control_A1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.8015306 L4_control_A2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 10.63130935 L4_control_A3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.13533201 L4_control_B1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.66630947 L4_control_B2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 10.99054825 L4_control_B3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.27453503 L4_control_C2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.28360631 L4_control_C3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.76652688 L4_chemical_A1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.71656483 L4_chemical_A2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 10.21570603 L4_chemical_A3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.40699722 L4_chemical_B1 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.29110387 L4_chemical_B2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 11.01205043 L4_chemical_B3 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.39484749 L4_chemical_C2 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.10499187 L4_chemical_C3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.851137803 C6_control_A1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 6.049281429 C6_control_A3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.317172562 C6_control_B1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.772163123 C6_control_B2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.501214742 C6_control_B3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.446768652 C6_control_C1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.731302173 C6_control_C2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.359620164 C6_control_C3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.752831111 C6_chemical_A1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.858975968 C6_chemical_A3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.221228717 C6_chemical_B1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.760145869 C6_chemical_B2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.818203936 C6_chemical_B3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.754146658 C6_chemical_C1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.920398548 C6_chemical_C2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.868515913 C6_chemical_C3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.847046144 L4_control_A1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.880623998 L4_control_A2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 6.978249392 L4_control_A3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 6.021207742 L4_control_B1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.854630829 L4_control_B2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.760300236 L4_control_B3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.207342975 L4_control_C2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 4.985457901 L4_control_C3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.702287555 L4_chemical_A1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.146387789 L4_chemical_A2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 6.658514902 L4_chemical_A3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.742580468 L4_chemical_B1 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.755054094 L4_chemical_B2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.600074111 L4_chemical_B3 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 4.988435815 L4_chemical_C2 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.293855372 L4_chemical_C3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.56922981 C6_control_A1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 10.32393467 C6_control_A3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.7253371 C6_control_B1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.9288947 C6_control_B2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.76325249 C6_control_B3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.924526 C6_control_C1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.17505395 C6_control_C2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.27552481 C6_control_C3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.51366273 C6_chemical_A1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 10.74343466 C6_chemical_A3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.05454365 C6_chemical_B1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.90917213 C6_chemical_B2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.57713326 C6_chemical_B3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.70166208 C6_chemical_C1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.97094957 C6_chemical_C2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.64770613 C6_chemical_C3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.01460286 L4_control_A1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.57122493 L4_control_A2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 10.53162168 L4_control_A3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.07555718 L4_control_B1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.44676883 L4_control_B2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.18839644 L4_control_B3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.24288072 L4_control_C2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.45035556 L4_control_C3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.99983402 L4_chemical_A1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.92639297 L4_chemical_A2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 10.87308229 L4_chemical_A3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.41481425 L4_chemical_B1 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.36439918 L4_chemical_B2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.59405128 L4_chemical_B3 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.93247702 L4_chemical_C2 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.3064431 L4_chemical_C3 +LQ08X009350 Probable beta-D-xylosidase 7 8.94495315 C6_control_A1 +LQ08X009350 Probable beta-D-xylosidase 7 7.923672624 C6_control_A3 +LQ08X009350 Probable beta-D-xylosidase 7 9.521668647 C6_control_B1 +LQ08X009350 Probable beta-D-xylosidase 7 8.283851311 C6_control_B2 +LQ08X009350 Probable beta-D-xylosidase 7 9.364960927 C6_control_B3 +LQ08X009350 Probable beta-D-xylosidase 7 6.225467345 C6_control_C1 +LQ08X009350 Probable beta-D-xylosidase 7 5.51925779 C6_control_C2 +LQ08X009350 Probable beta-D-xylosidase 7 5.765732048 C6_control_C3 +LQ08X009350 Probable beta-D-xylosidase 7 9.012552021 C6_chemical_A1 +LQ08X009350 Probable beta-D-xylosidase 7 8.914026306 C6_chemical_A3 +LQ08X009350 Probable beta-D-xylosidase 7 10.05230988 C6_chemical_B1 +LQ08X009350 Probable beta-D-xylosidase 7 8.646626557 C6_chemical_B2 +LQ08X009350 Probable beta-D-xylosidase 7 8.868823583 C6_chemical_B3 +LQ08X009350 Probable beta-D-xylosidase 7 5.683330598 C6_chemical_C1 +LQ08X009350 Probable beta-D-xylosidase 7 5.584508773 C6_chemical_C2 +LQ08X009350 Probable beta-D-xylosidase 7 5.812859632 C6_chemical_C3 +LQ08X009350 Probable beta-D-xylosidase 7 8.969810161 L4_control_A1 +LQ08X009350 Probable beta-D-xylosidase 7 9.789307142 L4_control_A2 +LQ08X009350 Probable beta-D-xylosidase 7 9.957739384 L4_control_A3 +LQ08X009350 Probable beta-D-xylosidase 7 9.555409999 L4_control_B1 +LQ08X009350 Probable beta-D-xylosidase 7 10.67807834 L4_control_B2 +LQ08X009350 Probable beta-D-xylosidase 7 7.747785065 L4_control_B3 +LQ08X009350 Probable beta-D-xylosidase 7 5.887544513 L4_control_C2 +LQ08X009350 Probable beta-D-xylosidase 7 6.008693021 L4_control_C3 +LQ08X009350 Probable beta-D-xylosidase 7 8.809261596 L4_chemical_A1 +LQ08X009350 Probable beta-D-xylosidase 7 9.38375914 L4_chemical_A2 +LQ08X009350 Probable beta-D-xylosidase 7 9.330173566 L4_chemical_A3 +LQ08X009350 Probable beta-D-xylosidase 7 9.311835044 L4_chemical_B1 +LQ08X009350 Probable beta-D-xylosidase 7 10.2287628 L4_chemical_B2 +LQ08X009350 Probable beta-D-xylosidase 7 9.831857497 L4_chemical_B3 +LQ08X009350 Probable beta-D-xylosidase 7 6.105299624 L4_chemical_C2 +LQ08X009350 Probable beta-D-xylosidase 7 6.934144614 L4_chemical_C3 +LQ08X009380 Putative uncharacterized protein 6.739062592 C6_control_A1 +LQ08X009380 Putative uncharacterized protein 6.043055996 C6_control_A3 +LQ08X009380 Putative uncharacterized protein 6.662085848 C6_control_B1 +LQ08X009380 Putative uncharacterized protein 5.671675656 C6_control_B2 +LQ08X009380 Putative uncharacterized protein 6.487051499 C6_control_B3 +LQ08X009380 Putative uncharacterized protein 5.379365746 C6_control_C1 +LQ08X009380 Putative uncharacterized protein 5.774021212 C6_control_C2 +LQ08X009380 Putative uncharacterized protein 5.649672661 C6_control_C3 +LQ08X009380 Putative uncharacterized protein 6.393743253 C6_chemical_A1 +LQ08X009380 Putative uncharacterized protein 6.178326752 C6_chemical_A3 +LQ08X009380 Putative uncharacterized protein 6.209959495 C6_chemical_B1 +LQ08X009380 Putative uncharacterized protein 5.699419505 C6_chemical_B2 +LQ08X009380 Putative uncharacterized protein 6.371395831 C6_chemical_B3 +LQ08X009380 Putative uncharacterized protein 5.837973499 C6_chemical_C1 +LQ08X009380 Putative uncharacterized protein 5.631240114 C6_chemical_C2 +LQ08X009380 Putative uncharacterized protein 5.584635888 C6_chemical_C3 +LQ08X009380 Putative uncharacterized protein 6.563365405 L4_control_A1 +LQ08X009380 Putative uncharacterized protein 6.586874734 L4_control_A2 +LQ08X009380 Putative uncharacterized protein 6.67908607 L4_control_A3 +LQ08X009380 Putative uncharacterized protein 6.565958491 L4_control_B1 +LQ08X009380 Putative uncharacterized protein 6.702862978 L4_control_B2 +LQ08X009380 Putative uncharacterized protein 6.704031394 L4_control_B3 +LQ08X009380 Putative uncharacterized protein 6.903497919 L4_control_C2 +LQ08X009380 Putative uncharacterized protein 6.318916535 L4_control_C3 +LQ08X009380 Putative uncharacterized protein 5.989082511 L4_chemical_A1 +LQ08X009380 Putative uncharacterized protein 6.496912253 L4_chemical_A2 +LQ08X009380 Putative uncharacterized protein 6.427007335 L4_chemical_A3 +LQ08X009380 Putative uncharacterized protein 6.597458848 L4_chemical_B1 +LQ08X009380 Putative uncharacterized protein 6.983273984 L4_chemical_B2 +LQ08X009380 Putative uncharacterized protein 6.363784268 L4_chemical_B3 +LQ08X009380 Putative uncharacterized protein 6.919363925 L4_chemical_C2 +LQ08X009380 Putative uncharacterized protein 7.037023372 L4_chemical_C3 +LQ08X009390 Putative Random slug protein 5 11.29538595 C6_control_A1 +LQ08X009390 Putative Random slug protein 5 11.36576974 C6_control_A3 +LQ08X009390 Putative Random slug protein 5 11.27382655 C6_control_B1 +LQ08X009390 Putative Random slug protein 5 10.84502204 C6_control_B2 +LQ08X009390 Putative Random slug protein 5 11.05744737 C6_control_B3 +LQ08X009390 Putative Random slug protein 5 10.58182441 C6_control_C1 +LQ08X009390 Putative Random slug protein 5 10.42512399 C6_control_C2 +LQ08X009390 Putative Random slug protein 5 10.35250731 C6_control_C3 +LQ08X009390 Putative Random slug protein 5 10.83887659 C6_chemical_A1 +LQ08X009390 Putative Random slug protein 5 11.40034484 C6_chemical_A3 +LQ08X009390 Putative Random slug protein 5 10.95372348 C6_chemical_B1 +LQ08X009390 Putative Random slug protein 5 10.99032241 C6_chemical_B2 +LQ08X009390 Putative Random slug protein 5 10.68826239 C6_chemical_B3 +LQ08X009390 Putative Random slug protein 5 10.43678111 C6_chemical_C1 +LQ08X009390 Putative Random slug protein 5 10.50546473 C6_chemical_C2 +LQ08X009390 Putative Random slug protein 5 9.938911803 C6_chemical_C3 +LQ08X009390 Putative Random slug protein 5 11.36648564 L4_control_A1 +LQ08X009390 Putative Random slug protein 5 11.33625381 L4_control_A2 +LQ08X009390 Putative Random slug protein 5 10.66630141 L4_control_A3 +LQ08X009390 Putative Random slug protein 5 11.20663431 L4_control_B1 +LQ08X009390 Putative Random slug protein 5 11.18987256 L4_control_B2 +LQ08X009390 Putative Random slug protein 5 10.87003043 L4_control_B3 +LQ08X009390 Putative Random slug protein 5 10.28244104 L4_control_C2 +LQ08X009390 Putative Random slug protein 5 10.60578871 L4_control_C3 +LQ08X009390 Putative Random slug protein 5 11.33332121 L4_chemical_A1 +LQ08X009390 Putative Random slug protein 5 10.97872717 L4_chemical_A2 +LQ08X009390 Putative Random slug protein 5 10.77166676 L4_chemical_A3 +LQ08X009390 Putative Random slug protein 5 11.09801456 L4_chemical_B1 +LQ08X009390 Putative Random slug protein 5 10.85577417 L4_chemical_B2 +LQ08X009390 Putative Random slug protein 5 11.43868809 L4_chemical_B3 +LQ08X009390 Putative Random slug protein 5 10.875029 L4_chemical_C2 +LQ08X009390 Putative Random slug protein 5 10.71519772 L4_chemical_C3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.69134487 C6_control_A1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.72956906 C6_control_A3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.66306599 C6_control_B1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.63430876 C6_control_B2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.75542311 C6_control_B3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 12.8563623 C6_control_C1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 13.88549545 C6_control_C2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 13.60461469 C6_control_C3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.43430432 C6_chemical_A1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.58150791 C6_chemical_A3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.47091927 C6_chemical_B1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.42832772 C6_chemical_B2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.46884849 C6_chemical_B3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 13.11120341 C6_chemical_C1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 12.96652954 C6_chemical_C2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 13.1459596 C6_chemical_C3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.36059626 L4_control_A1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.21634739 L4_control_A2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 14.57267099 L4_control_A3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.14494274 L4_control_B1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.15754366 L4_control_B2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 14.8001434 L4_control_B3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 13.62290245 L4_control_C2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 14.09826614 L4_control_C3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 14.98643592 L4_chemical_A1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 14.91763844 L4_chemical_A2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 14.64128428 L4_chemical_A3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.30196595 L4_chemical_B1 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.30187224 L4_chemical_B2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.45179572 L4_chemical_B3 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 13.99228567 L4_chemical_C2 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 13.94478141 L4_chemical_C3 +LQ08X009410 Putative uncharacterized protein 4.815787856 C6_control_A1 +LQ08X009410 Putative uncharacterized protein 4.731952976 C6_control_A3 +LQ08X009410 Putative uncharacterized protein 4.827967559 C6_control_B1 +LQ08X009410 Putative uncharacterized protein 4.799356523 C6_control_B2 +LQ08X009410 Putative uncharacterized protein 4.807661385 C6_control_B3 +LQ08X009410 Putative uncharacterized protein 4.756101619 C6_control_C1 +LQ08X009410 Putative uncharacterized protein 4.747651509 C6_control_C2 +LQ08X009410 Putative uncharacterized protein 4.811835276 C6_control_C3 +LQ08X009410 Putative uncharacterized protein 4.83211864 C6_chemical_A1 +LQ08X009410 Putative uncharacterized protein 5.149190052 C6_chemical_A3 +LQ08X009410 Putative uncharacterized protein 4.62679899 C6_chemical_B1 +LQ08X009410 Putative uncharacterized protein 4.757370495 C6_chemical_B2 +LQ08X009410 Putative uncharacterized protein 4.40993998 C6_chemical_B3 +LQ08X009410 Putative uncharacterized protein 4.614445849 C6_chemical_C1 +LQ08X009410 Putative uncharacterized protein 4.792702957 C6_chemical_C2 +LQ08X009410 Putative uncharacterized protein 4.67048364 C6_chemical_C3 +LQ08X009410 Putative uncharacterized protein 4.709825726 L4_control_A1 +LQ08X009410 Putative uncharacterized protein 4.80820745 L4_control_A2 +LQ08X009410 Putative uncharacterized protein 5.147304716 L4_control_A3 +LQ08X009410 Putative uncharacterized protein 4.726013201 L4_control_B1 +LQ08X009410 Putative uncharacterized protein 5.142862017 L4_control_B2 +LQ08X009410 Putative uncharacterized protein 4.48208255 L4_control_B3 +LQ08X009410 Putative uncharacterized protein 4.83809167 L4_control_C2 +LQ08X009410 Putative uncharacterized protein 4.785806249 L4_control_C3 +LQ08X009410 Putative uncharacterized protein 4.801729313 L4_chemical_A1 +LQ08X009410 Putative uncharacterized protein 4.728714313 L4_chemical_A2 +LQ08X009410 Putative uncharacterized protein 5.53049374 L4_chemical_A3 +LQ08X009410 Putative uncharacterized protein 5.038629013 L4_chemical_B1 +LQ08X009410 Putative uncharacterized protein 4.806001377 L4_chemical_B2 +LQ08X009410 Putative uncharacterized protein 4.712962826 L4_chemical_B3 +LQ08X009410 Putative uncharacterized protein 4.526065775 L4_chemical_C2 +LQ08X009410 Putative uncharacterized protein 4.655413521 L4_chemical_C3 +LQ08X009430 Predicted protein 5.629691869 C6_control_A1 +LQ08X009430 Predicted protein 5.900169588 C6_control_A3 +LQ08X009430 Predicted protein 5.922682469 C6_control_B1 +LQ08X009430 Predicted protein 6.242807384 C6_control_B2 +LQ08X009430 Predicted protein 5.326024181 C6_control_B3 +LQ08X009430 Predicted protein 6.133506977 C6_control_C1 +LQ08X009430 Predicted protein 6.743305433 C6_control_C2 +LQ08X009430 Predicted protein 5.817628352 C6_control_C3 +LQ08X009430 Predicted protein 5.443281687 C6_chemical_A1 +LQ08X009430 Predicted protein 5.766585022 C6_chemical_A3 +LQ08X009430 Predicted protein 5.913451975 C6_chemical_B1 +LQ08X009430 Predicted protein 6.077438644 C6_chemical_B2 +LQ08X009430 Predicted protein 5.532698936 C6_chemical_B3 +LQ08X009430 Predicted protein 6.038111244 C6_chemical_C1 +LQ08X009430 Predicted protein 6.078197833 C6_chemical_C2 +LQ08X009430 Predicted protein 6.123375526 C6_chemical_C3 +LQ08X009430 Predicted protein 5.789510433 L4_control_A1 +LQ08X009430 Predicted protein 5.711394094 L4_control_A2 +LQ08X009430 Predicted protein 5.823060744 L4_control_A3 +LQ08X009430 Predicted protein 5.614768639 L4_control_B1 +LQ08X009430 Predicted protein 5.713042544 L4_control_B2 +LQ08X009430 Predicted protein 5.760078035 L4_control_B3 +LQ08X009430 Predicted protein 5.763312834 L4_control_C2 +LQ08X009430 Predicted protein 5.37821093 L4_control_C3 +LQ08X009430 Predicted protein 5.282966519 L4_chemical_A1 +LQ08X009430 Predicted protein 5.741606759 L4_chemical_A2 +LQ08X009430 Predicted protein 6.173230675 L4_chemical_A3 +LQ08X009430 Predicted protein 5.831411316 L4_chemical_B1 +LQ08X009430 Predicted protein 5.495521166 L4_chemical_B2 +LQ08X009430 Predicted protein 5.726435155 L4_chemical_B3 +LQ08X009430 Predicted protein 5.5005386 L4_chemical_C2 +LQ08X009430 Predicted protein 5.682707215 L4_chemical_C3 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.717922666 C6_control_A1 +LQ08X009450 Putative Acetyl-CoA carboxylase 6.874214551 C6_control_A3 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.320319936 C6_control_B1 +LQ08X009450 Putative Acetyl-CoA carboxylase 7.813920108 C6_control_B2 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.246449109 C6_control_B3 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.95761826 C6_control_C1 +LQ08X009450 Putative Acetyl-CoA carboxylase 7.566201555 C6_control_C2 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.872463324 C6_control_C3 +LQ08X009450 Putative Acetyl-CoA carboxylase 10.46821781 C6_chemical_A1 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.140757715 C6_chemical_A3 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.695918642 C6_chemical_B1 +LQ08X009450 Putative Acetyl-CoA carboxylase 7.995070698 C6_chemical_B2 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.902854171 C6_chemical_B3 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.979223225 C6_chemical_C1 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.890372235 C6_chemical_C2 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.682384929 C6_chemical_C3 +LQ08X009450 Putative Acetyl-CoA carboxylase 10.27966141 L4_control_A1 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.972605468 L4_control_A2 +LQ08X009450 Putative Acetyl-CoA carboxylase 7.785731092 L4_control_A3 +LQ08X009450 Putative Acetyl-CoA carboxylase 7.28266307 L4_control_B1 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.908316721 L4_control_B2 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.377730544 L4_control_B3 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.305902692 L4_control_C2 +LQ08X009450 Putative Acetyl-CoA carboxylase 10.14698224 L4_control_C3 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.436411278 L4_chemical_A1 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.307375151 L4_chemical_A2 +LQ08X009450 Putative Acetyl-CoA carboxylase 7.800258589 L4_chemical_A3 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.540311326 L4_chemical_B1 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.875536084 L4_chemical_B2 +LQ08X009450 Putative Acetyl-CoA carboxylase 8.741183244 L4_chemical_B3 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.40663519 L4_chemical_C2 +LQ08X009450 Putative Acetyl-CoA carboxylase 9.956740864 L4_chemical_C3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.880516531 C6_control_A1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.967535318 C6_control_A3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.976633504 C6_control_B1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.848805884 C6_control_B2 +LQ08X009470 Putative tRNA modification GTPase mnmE 6.474711306 C6_control_B3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.993361339 C6_control_C1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.910357815 C6_control_C2 +LQ08X009470 Putative tRNA modification GTPase mnmE 6.039132429 C6_control_C3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.595128672 C6_chemical_A1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.734605382 C6_chemical_A3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.574517132 C6_chemical_B1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.662543698 C6_chemical_B2 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.531189751 C6_chemical_B3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.663474525 C6_chemical_C1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.759222451 C6_chemical_C2 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.580728292 C6_chemical_C3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.852141567 L4_control_A1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.701666256 L4_control_A2 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.355811453 L4_control_A3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.694765528 L4_control_B1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.237640274 L4_control_B2 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.675540192 L4_control_B3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.742098728 L4_control_C2 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.706556776 L4_control_C3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.67721566 L4_chemical_A1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.880296448 L4_chemical_A2 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.682392108 L4_chemical_A3 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.53518911 L4_chemical_B1 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.983371633 L4_chemical_B2 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.723069326 L4_chemical_B3 +LQ08X009470 Putative tRNA modification GTPase mnmE 6.979872803 L4_chemical_C2 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.721915732 L4_chemical_C3 +LQ08X009500 Hypothetical protein 5.582104427 C6_control_A1 +LQ08X009500 Hypothetical protein 6.116652566 C6_control_A3 +LQ08X009500 Hypothetical protein 5.07467889 C6_control_B1 +LQ08X009500 Hypothetical protein 5.68275498 C6_control_B2 +LQ08X009500 Hypothetical protein 5.46598137 C6_control_B3 +LQ08X009500 Hypothetical protein 6.148473009 C6_control_C1 +LQ08X009500 Hypothetical protein 5.538893562 C6_control_C2 +LQ08X009500 Hypothetical protein 5.771175333 C6_control_C3 +LQ08X009500 Hypothetical protein 6.368968905 C6_chemical_A1 +LQ08X009500 Hypothetical protein 6.419338644 C6_chemical_A3 +LQ08X009500 Hypothetical protein 5.615466114 C6_chemical_B1 +LQ08X009500 Hypothetical protein 5.733777297 C6_chemical_B2 +LQ08X009500 Hypothetical protein 5.642075254 C6_chemical_B3 +LQ08X009500 Hypothetical protein 6.452203037 C6_chemical_C1 +LQ08X009500 Hypothetical protein 6.199454 C6_chemical_C2 +LQ08X009500 Hypothetical protein 5.610611398 C6_chemical_C3 +LQ08X009500 Hypothetical protein 7.551406875 L4_control_A1 +LQ08X009500 Hypothetical protein 6.895790982 L4_control_A2 +LQ08X009500 Hypothetical protein 6.594554168 L4_control_A3 +LQ08X009500 Hypothetical protein 6.259176822 L4_control_B1 +LQ08X009500 Hypothetical protein 6.398370726 L4_control_B2 +LQ08X009500 Hypothetical protein 5.524032277 L4_control_B3 +LQ08X009500 Hypothetical protein 5.884017742 L4_control_C2 +LQ08X009500 Hypothetical protein 5.702384879 L4_control_C3 +LQ08X009500 Hypothetical protein 8.537999755 L4_chemical_A1 +LQ08X009500 Hypothetical protein 8.188263933 L4_chemical_A2 +LQ08X009500 Hypothetical protein 7.090615531 L4_chemical_A3 +LQ08X009500 Hypothetical protein 7.795910822 L4_chemical_B1 +LQ08X009500 Hypothetical protein 7.783263285 L4_chemical_B2 +LQ08X009500 Hypothetical protein 6.031103211 L4_chemical_B3 +LQ08X009500 Hypothetical protein 6.036697515 L4_chemical_C2 +LQ08X009500 Hypothetical protein 5.592524025 L4_chemical_C3 +LQ08X009510 Low affinity sulfate transporter 3 6.630471501 C6_control_A1 +LQ08X009510 Low affinity sulfate transporter 3 6.391472878 C6_control_A3 +LQ08X009510 Low affinity sulfate transporter 3 5.582895196 C6_control_B1 +LQ08X009510 Low affinity sulfate transporter 3 5.517797649 C6_control_B2 +LQ08X009510 Low affinity sulfate transporter 3 5.81229184 C6_control_B3 +LQ08X009510 Low affinity sulfate transporter 3 7.895436063 C6_control_C1 +LQ08X009510 Low affinity sulfate transporter 3 6.659165207 C6_control_C2 +LQ08X009510 Low affinity sulfate transporter 3 6.85793455 C6_control_C3 +LQ08X009510 Low affinity sulfate transporter 3 6.464539515 C6_chemical_A1 +LQ08X009510 Low affinity sulfate transporter 3 7.807313237 C6_chemical_A3 +LQ08X009510 Low affinity sulfate transporter 3 5.803029342 C6_chemical_B1 +LQ08X009510 Low affinity sulfate transporter 3 5.590566381 C6_chemical_B2 +LQ08X009510 Low affinity sulfate transporter 3 5.734828521 C6_chemical_B3 +LQ08X009510 Low affinity sulfate transporter 3 7.614536529 C6_chemical_C1 +LQ08X009510 Low affinity sulfate transporter 3 6.849351572 C6_chemical_C2 +LQ08X009510 Low affinity sulfate transporter 3 8.001405147 C6_chemical_C3 +LQ08X009510 Low affinity sulfate transporter 3 8.753111946 L4_control_A1 +LQ08X009510 Low affinity sulfate transporter 3 7.577589603 L4_control_A2 +LQ08X009510 Low affinity sulfate transporter 3 8.717922468 L4_control_A3 +LQ08X009510 Low affinity sulfate transporter 3 8.179638672 L4_control_B1 +LQ08X009510 Low affinity sulfate transporter 3 7.457316298 L4_control_B2 +LQ08X009510 Low affinity sulfate transporter 3 7.82229623 L4_control_B3 +LQ08X009510 Low affinity sulfate transporter 3 10.08508775 L4_control_C2 +LQ08X009510 Low affinity sulfate transporter 3 10.41048189 L4_control_C3 +LQ08X009510 Low affinity sulfate transporter 3 8.485474097 L4_chemical_A1 +LQ08X009510 Low affinity sulfate transporter 3 7.819618533 L4_chemical_A2 +LQ08X009510 Low affinity sulfate transporter 3 7.7810088 L4_chemical_A3 +LQ08X009510 Low affinity sulfate transporter 3 7.982877248 L4_chemical_B1 +LQ08X009510 Low affinity sulfate transporter 3 7.710865511 L4_chemical_B2 +LQ08X009510 Low affinity sulfate transporter 3 7.226660078 L4_chemical_B3 +LQ08X009510 Low affinity sulfate transporter 3 10.45600485 L4_chemical_C2 +LQ08X009510 Low affinity sulfate transporter 3 10.57811472 L4_chemical_C3 +LQ08X009520 Putative uncharacterized protein 13.36286717 C6_control_A1 +LQ08X009520 Putative uncharacterized protein 13.9028578 C6_control_A3 +LQ08X009520 Putative uncharacterized protein 13.50103948 C6_control_B1 +LQ08X009520 Putative uncharacterized protein 12.93006414 C6_control_B2 +LQ08X009520 Putative uncharacterized protein 13.22466144 C6_control_B3 +LQ08X009520 Putative uncharacterized protein 13.14317322 C6_control_C1 +LQ08X009520 Putative uncharacterized protein 12.87932789 C6_control_C2 +LQ08X009520 Putative uncharacterized protein 12.82088084 C6_control_C3 +LQ08X009520 Putative uncharacterized protein 13.00767038 C6_chemical_A1 +LQ08X009520 Putative uncharacterized protein 12.69142726 C6_chemical_A3 +LQ08X009520 Putative uncharacterized protein 13.14392501 C6_chemical_B1 +LQ08X009520 Putative uncharacterized protein 12.82056954 C6_chemical_B2 +LQ08X009520 Putative uncharacterized protein 12.62515802 C6_chemical_B3 +LQ08X009520 Putative uncharacterized protein 13.07364858 C6_chemical_C1 +LQ08X009520 Putative uncharacterized protein 12.85773601 C6_chemical_C2 +LQ08X009520 Putative uncharacterized protein 12.50408899 C6_chemical_C3 +LQ08X009520 Putative uncharacterized protein 13.50940817 L4_control_A1 +LQ08X009520 Putative uncharacterized protein 13.16487608 L4_control_A2 +LQ08X009520 Putative uncharacterized protein 13.55711669 L4_control_A3 +LQ08X009520 Putative uncharacterized protein 12.77092798 L4_control_B1 +LQ08X009520 Putative uncharacterized protein 11.53504606 L4_control_B2 +LQ08X009520 Putative uncharacterized protein 12.59482125 L4_control_B3 +LQ08X009520 Putative uncharacterized protein 12.75739408 L4_control_C2 +LQ08X009520 Putative uncharacterized protein 12.1386719 L4_control_C3 +LQ08X009520 Putative uncharacterized protein 12.91980538 L4_chemical_A1 +LQ08X009520 Putative uncharacterized protein 12.68316101 L4_chemical_A2 +LQ08X009520 Putative uncharacterized protein 13.36165433 L4_chemical_A3 +LQ08X009520 Putative uncharacterized protein 12.9675003 L4_chemical_B1 +LQ08X009520 Putative uncharacterized protein 12.31552001 L4_chemical_B2 +LQ08X009520 Putative uncharacterized protein 12.92410533 L4_chemical_B3 +LQ08X009520 Putative uncharacterized protein 12.63614312 L4_chemical_C2 +LQ08X009520 Putative uncharacterized protein 12.1613074 L4_chemical_C3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.184128562 C6_control_A1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.148113267 C6_control_A3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.883785822 C6_control_B1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.152488453 C6_control_B2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.04897235 C6_control_B3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 4.933031421 C6_control_C1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 4.957095334 C6_control_C2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.325758586 C6_control_C3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.36087342 C6_chemical_A1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.061942641 C6_chemical_A3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.546245324 C6_chemical_B1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.050028649 C6_chemical_B2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 4.77434713 C6_chemical_B3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.162838382 C6_chemical_C1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.125023848 C6_chemical_C2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.289559264 C6_chemical_C3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.274930736 L4_control_A1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.18555542 L4_control_A2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.51648607 L4_control_A3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.366023103 L4_control_B1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.462598791 L4_control_B2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.237624435 L4_control_B3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 4.954986482 L4_control_C2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.125695213 L4_control_C3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.160420777 L4_chemical_A1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.158185781 L4_chemical_A2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.468021458 L4_chemical_A3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.059421234 L4_chemical_B1 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.656178877 L4_chemical_B2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.003353611 L4_chemical_B3 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.242599978 L4_chemical_C2 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.834790013 L4_chemical_C3 +LQ08X009600 Putative Predicted protein 6.272030332 C6_control_A1 +LQ08X009600 Putative Predicted protein 6.361322891 C6_control_A3 +LQ08X009600 Putative Predicted protein 6.937997288 C6_control_B1 +LQ08X009600 Putative Predicted protein 7.204268022 C6_control_B2 +LQ08X009600 Putative Predicted protein 6.506010239 C6_control_B3 +LQ08X009600 Putative Predicted protein 6.966130229 C6_control_C1 +LQ08X009600 Putative Predicted protein 6.473449555 C6_control_C2 +LQ08X009600 Putative Predicted protein 7.496538877 C6_control_C3 +LQ08X009600 Putative Predicted protein 6.829742652 C6_chemical_A1 +LQ08X009600 Putative Predicted protein 6.627128983 C6_chemical_A3 +LQ08X009600 Putative Predicted protein 6.900427595 C6_chemical_B1 +LQ08X009600 Putative Predicted protein 6.985868716 C6_chemical_B2 +LQ08X009600 Putative Predicted protein 6.325287914 C6_chemical_B3 +LQ08X009600 Putative Predicted protein 6.800721465 C6_chemical_C1 +LQ08X009600 Putative Predicted protein 7.076403942 C6_chemical_C2 +LQ08X009600 Putative Predicted protein 7.244295759 C6_chemical_C3 +LQ08X009600 Putative Predicted protein 7.117051908 L4_control_A1 +LQ08X009600 Putative Predicted protein 6.971746455 L4_control_A2 +LQ08X009600 Putative Predicted protein 7.340108598 L4_control_A3 +LQ08X009600 Putative Predicted protein 6.064716102 L4_control_B1 +LQ08X009600 Putative Predicted protein 6.159629124 L4_control_B2 +LQ08X009600 Putative Predicted protein 6.79809745 L4_control_B3 +LQ08X009600 Putative Predicted protein 5.760439995 L4_control_C2 +LQ08X009600 Putative Predicted protein 6.171481775 L4_control_C3 +LQ08X009600 Putative Predicted protein 7.498236034 L4_chemical_A1 +LQ08X009600 Putative Predicted protein 7.567096056 L4_chemical_A2 +LQ08X009600 Putative Predicted protein 8.060404279 L4_chemical_A3 +LQ08X009600 Putative Predicted protein 6.407140403 L4_chemical_B1 +LQ08X009600 Putative Predicted protein 5.697725708 L4_chemical_B2 +LQ08X009600 Putative Predicted protein 6.791042052 L4_chemical_B3 +LQ08X009600 Putative Predicted protein 6.340305172 L4_chemical_C2 +LQ08X009600 Putative Predicted protein 6.641944826 L4_chemical_C3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.114299551 C6_control_A1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 5.892620163 C6_control_A3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.725295425 C6_control_B1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.471731924 C6_control_B2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.648147127 C6_control_B3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.72153391 C6_control_C1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 8.258324035 C6_control_C2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.986325087 C6_control_C3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.042239209 C6_chemical_A1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 5.890634449 C6_chemical_A3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.551243711 C6_chemical_B1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.371668919 C6_chemical_B2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.989501819 C6_chemical_B3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.759297914 C6_chemical_C1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 8.404992945 C6_chemical_C2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.679061835 C6_chemical_C3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.112624635 L4_control_A1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.405256519 L4_control_A2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 5.757315161 L4_control_A3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.332378179 L4_control_B1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.437354921 L4_control_B2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 7.524668154 L4_control_B3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 8.175717448 L4_control_C2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 8.086251276 L4_control_C3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 5.695622092 L4_chemical_A1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.362486273 L4_chemical_A2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 5.468104488 L4_chemical_A3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.329589496 L4_chemical_B1 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.926458563 L4_chemical_B2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.845581949 L4_chemical_B3 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 8.186832201 L4_chemical_C2 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 8.996944362 L4_chemical_C3 +LQ08X009620 ATP binding protein, putative 4.759275345 C6_control_A1 +LQ08X009620 ATP binding protein, putative 5.422257837 C6_control_A3 +LQ08X009620 ATP binding protein, putative 5.162430051 C6_control_B1 +LQ08X009620 ATP binding protein, putative 4.935330181 C6_control_B2 +LQ08X009620 ATP binding protein, putative 5.246382683 C6_control_B3 +LQ08X009620 ATP binding protein, putative 4.781622881 C6_control_C1 +LQ08X009620 ATP binding protein, putative 4.812311463 C6_control_C2 +LQ08X009620 ATP binding protein, putative 4.806795173 C6_control_C3 +LQ08X009620 ATP binding protein, putative 5.359489892 C6_chemical_A1 +LQ08X009620 ATP binding protein, putative 5.259906997 C6_chemical_A3 +LQ08X009620 ATP binding protein, putative 5.28485544 C6_chemical_B1 +LQ08X009620 ATP binding protein, putative 4.809483879 C6_chemical_B2 +LQ08X009620 ATP binding protein, putative 4.884674329 C6_chemical_B3 +LQ08X009620 ATP binding protein, putative 5.029565645 C6_chemical_C1 +LQ08X009620 ATP binding protein, putative 4.80171609 C6_chemical_C2 +LQ08X009620 ATP binding protein, putative 5.166624159 C6_chemical_C3 +LQ08X009620 ATP binding protein, putative 5.153578381 L4_control_A1 +LQ08X009620 ATP binding protein, putative 5.105055812 L4_control_A2 +LQ08X009620 ATP binding protein, putative 5.579907331 L4_control_A3 +LQ08X009620 ATP binding protein, putative 5.980830596 L4_control_B1 +LQ08X009620 ATP binding protein, putative 5.314336647 L4_control_B2 +LQ08X009620 ATP binding protein, putative 5.163490288 L4_control_B3 +LQ08X009620 ATP binding protein, putative 5.449829312 L4_control_C2 +LQ08X009620 ATP binding protein, putative 5.549018112 L4_control_C3 +LQ08X009620 ATP binding protein, putative 5.351289007 L4_chemical_A1 +LQ08X009620 ATP binding protein, putative 5.027733352 L4_chemical_A2 +LQ08X009620 ATP binding protein, putative 6.07851654 L4_chemical_A3 +LQ08X009620 ATP binding protein, putative 5.251552531 L4_chemical_B1 +LQ08X009620 ATP binding protein, putative 5.186536199 L4_chemical_B2 +LQ08X009620 ATP binding protein, putative 5.51126354 L4_chemical_B3 +LQ08X009620 ATP binding protein, putative 5.579516659 L4_chemical_C2 +LQ08X009620 ATP binding protein, putative 5.646485732 L4_chemical_C3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.388730766 C6_control_A1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.336624788 C6_control_A3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.039419044 C6_control_B1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.042829475 C6_control_B2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.257023729 C6_control_B3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.858391097 C6_control_C1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.075689909 C6_control_C2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.093812856 C6_control_C3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.87535421 C6_chemical_A1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.939993833 C6_chemical_A3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.584846953 C6_chemical_B1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.503467131 C6_chemical_B2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.001234191 C6_chemical_B3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.387616549 C6_chemical_C1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.758839419 C6_chemical_C2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.535105365 C6_chemical_C3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.376103431 L4_control_A1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.822411905 L4_control_A2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.453008142 L4_control_A3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.29795105 L4_control_B1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.626924666 L4_control_B2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.082503589 L4_control_B3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.396259995 L4_control_C2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.343072032 L4_control_C3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.901475897 L4_chemical_A1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.861509513 L4_chemical_A2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.256180352 L4_chemical_A3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 6.333308347 L4_chemical_B1 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.327858733 L4_chemical_B2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.706285572 L4_chemical_B3 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.597623758 L4_chemical_C2 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.607461353 L4_chemical_C3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.249842074 C6_control_A1 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.496541614 C6_control_A3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.435269565 C6_control_B1 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.377807888 C6_control_B2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.552099977 C6_control_B3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.25691428 C6_control_C1 +LQ08X009710 DNA-directed RNA polymerase II, putative 6.01824734 C6_control_C2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.44995792 C6_control_C3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.286421859 C6_chemical_A1 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.555989027 C6_chemical_A3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.065797696 C6_chemical_B1 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.645489902 C6_chemical_B2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.729773615 C6_chemical_B3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.405829451 C6_chemical_C1 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.620174217 C6_chemical_C2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.476498234 C6_chemical_C3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.007911046 L4_control_A1 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.594558306 L4_control_A2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.414033865 L4_control_A3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.633452816 L4_control_B1 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.520214686 L4_control_B2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.456417215 L4_control_B3 +LQ08X009710 DNA-directed RNA polymerase II, putative 4.781547897 L4_control_C2 +LQ08X009710 DNA-directed RNA polymerase II, putative 6.672412742 L4_control_C3 +LQ08X009710 DNA-directed RNA polymerase II, putative 4.986256114 L4_chemical_A1 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.68990162 L4_chemical_A2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.072066941 L4_chemical_A3 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.998862266 L4_chemical_B1 +LQ08X009710 DNA-directed RNA polymerase II, putative 6.168086356 L4_chemical_B2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.29024001 L4_chemical_B3 +LQ08X009710 DNA-directed RNA polymerase II, putative 6.360851165 L4_chemical_C2 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.858524864 L4_chemical_C3 +LQ08X009720 Hypothetical protein 12.2290162 C6_control_A1 +LQ08X009720 Hypothetical protein 12.78822504 C6_control_A3 +LQ08X009720 Hypothetical protein 11.75708743 C6_control_B1 +LQ08X009720 Hypothetical protein 11.56688567 C6_control_B2 +LQ08X009720 Hypothetical protein 12.86388953 C6_control_B3 +LQ08X009720 Hypothetical protein 10.05936571 C6_control_C1 +LQ08X009720 Hypothetical protein 10.32680198 C6_control_C2 +LQ08X009720 Hypothetical protein 11.31271571 C6_control_C3 +LQ08X009720 Hypothetical protein 11.98562068 C6_chemical_A1 +LQ08X009720 Hypothetical protein 13.07910321 C6_chemical_A3 +LQ08X009720 Hypothetical protein 12.06114908 C6_chemical_B1 +LQ08X009720 Hypothetical protein 11.35699242 C6_chemical_B2 +LQ08X009720 Hypothetical protein 12.77475706 C6_chemical_B3 +LQ08X009720 Hypothetical protein 10.01536261 C6_chemical_C1 +LQ08X009720 Hypothetical protein 10.21583421 C6_chemical_C2 +LQ08X009720 Hypothetical protein 11.74350689 C6_chemical_C3 +LQ08X009720 Hypothetical protein 12.76001444 L4_control_A1 +LQ08X009720 Hypothetical protein 12.9784309 L4_control_A2 +LQ08X009720 Hypothetical protein 13.24237773 L4_control_A3 +LQ08X009720 Hypothetical protein 13.07407241 L4_control_B1 +LQ08X009720 Hypothetical protein 12.19826985 L4_control_B2 +LQ08X009720 Hypothetical protein 13.26655806 L4_control_B3 +LQ08X009720 Hypothetical protein 11.46418185 L4_control_C2 +LQ08X009720 Hypothetical protein 13.13108168 L4_control_C3 +LQ08X009720 Hypothetical protein 12.25856258 L4_chemical_A1 +LQ08X009720 Hypothetical protein 12.48721115 L4_chemical_A2 +LQ08X009720 Hypothetical protein 13.18681445 L4_chemical_A3 +LQ08X009720 Hypothetical protein 12.45021711 L4_chemical_B1 +LQ08X009720 Hypothetical protein 12.5287256 L4_chemical_B2 +LQ08X009720 Hypothetical protein 13.50796734 L4_chemical_B3 +LQ08X009720 Hypothetical protein 11.75589612 L4_chemical_C2 +LQ08X009720 Hypothetical protein 12.50279627 L4_chemical_C3 +LQ08X009740 Transcription factor TGA7 6.763381566 C6_control_A1 +LQ08X009740 Transcription factor TGA7 5.819418969 C6_control_A3 +LQ08X009740 Transcription factor TGA7 7.789116764 C6_control_B1 +LQ08X009740 Transcription factor TGA7 7.837786908 C6_control_B2 +LQ08X009740 Transcription factor TGA7 8.347075313 C6_control_B3 +LQ08X009740 Transcription factor TGA7 7.487886237 C6_control_C1 +LQ08X009740 Transcription factor TGA7 7.35503125 C6_control_C2 +LQ08X009740 Transcription factor TGA7 7.129779825 C6_control_C3 +LQ08X009740 Transcription factor TGA7 6.455896438 C6_chemical_A1 +LQ08X009740 Transcription factor TGA7 6.839391036 C6_chemical_A3 +LQ08X009740 Transcription factor TGA7 7.668751011 C6_chemical_B1 +LQ08X009740 Transcription factor TGA7 7.981287163 C6_chemical_B2 +LQ08X009740 Transcription factor TGA7 7.844348301 C6_chemical_B3 +LQ08X009740 Transcription factor TGA7 7.504354578 C6_chemical_C1 +LQ08X009740 Transcription factor TGA7 7.87730267 C6_chemical_C2 +LQ08X009740 Transcription factor TGA7 7.443742098 C6_chemical_C3 +LQ08X009740 Transcription factor TGA7 6.683479937 L4_control_A1 +LQ08X009740 Transcription factor TGA7 7.586000606 L4_control_A2 +LQ08X009740 Transcription factor TGA7 6.817031139 L4_control_A3 +LQ08X009740 Transcription factor TGA7 7.602534189 L4_control_B1 +LQ08X009740 Transcription factor TGA7 7.558452722 L4_control_B2 +LQ08X009740 Transcription factor TGA7 8.245715569 L4_control_B3 +LQ08X009740 Transcription factor TGA7 6.58571257 L4_control_C2 +LQ08X009740 Transcription factor TGA7 6.627130762 L4_control_C3 +LQ08X009740 Transcription factor TGA7 6.448261552 L4_chemical_A1 +LQ08X009740 Transcription factor TGA7 6.922005422 L4_chemical_A2 +LQ08X009740 Transcription factor TGA7 6.306300413 L4_chemical_A3 +LQ08X009740 Transcription factor TGA7 7.515253699 L4_chemical_B1 +LQ08X009740 Transcription factor TGA7 8.101377815 L4_chemical_B2 +LQ08X009740 Transcription factor TGA7 7.796314179 L4_chemical_B3 +LQ08X009740 Transcription factor TGA7 7.341146394 L4_chemical_C2 +LQ08X009740 Transcription factor TGA7 6.715206018 L4_chemical_C3 +LQ08X009750 At1g77930 11.80425571 C6_control_A1 +LQ08X009750 At1g77930 12.0431982 C6_control_A3 +LQ08X009750 At1g77930 12.00400197 C6_control_B1 +LQ08X009750 At1g77930 12.22999663 C6_control_B2 +LQ08X009750 At1g77930 12.03312419 C6_control_B3 +LQ08X009750 At1g77930 13.70455436 C6_control_C1 +LQ08X009750 At1g77930 13.25546904 C6_control_C2 +LQ08X009750 At1g77930 13.10237917 C6_control_C3 +LQ08X009750 At1g77930 11.53985055 C6_chemical_A1 +LQ08X009750 At1g77930 12.10040628 C6_chemical_A3 +LQ08X009750 At1g77930 12.17807172 C6_chemical_B1 +LQ08X009750 At1g77930 12.47531604 C6_chemical_B2 +LQ08X009750 At1g77930 11.86518268 C6_chemical_B3 +LQ08X009750 At1g77930 13.47406488 C6_chemical_C1 +LQ08X009750 At1g77930 13.39890347 C6_chemical_C2 +LQ08X009750 At1g77930 13.3280111 C6_chemical_C3 +LQ08X009750 At1g77930 11.7691631 L4_control_A1 +LQ08X009750 At1g77930 11.7336092 L4_control_A2 +LQ08X009750 At1g77930 11.96985464 L4_control_A3 +LQ08X009750 At1g77930 12.14956109 L4_control_B1 +LQ08X009750 At1g77930 11.5340858 L4_control_B2 +LQ08X009750 At1g77930 12.25851621 L4_control_B3 +LQ08X009750 At1g77930 13.28888998 L4_control_C2 +LQ08X009750 At1g77930 13.0162252 L4_control_C3 +LQ08X009750 At1g77930 11.84130666 L4_chemical_A1 +LQ08X009750 At1g77930 11.80554951 L4_chemical_A2 +LQ08X009750 At1g77930 11.84265593 L4_chemical_A3 +LQ08X009750 At1g77930 12.06152202 L4_chemical_B1 +LQ08X009750 At1g77930 11.74314485 L4_chemical_B2 +LQ08X009750 At1g77930 11.85059046 L4_chemical_B3 +LQ08X009750 At1g77930 13.01243311 L4_chemical_C2 +LQ08X009750 At1g77930 13.05236933 L4_chemical_C3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.679008183 C6_control_A1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 7.142325289 C6_control_A3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.359658402 C6_control_B1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.202180084 C6_control_B2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.655438622 C6_control_B3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.918068881 C6_control_C1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.419967847 C6_control_C2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.624108435 C6_control_C3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.058433985 C6_chemical_A1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.062340019 C6_chemical_A3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.165185663 C6_chemical_B1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.990161803 C6_chemical_B2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.32575606 C6_chemical_B3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.030009148 C6_chemical_C1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.961396454 C6_chemical_C2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.761617204 C6_chemical_C3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.761338181 L4_control_A1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.994915841 L4_control_A2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.472077999 L4_control_A3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.680174678 L4_control_B1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.038625144 L4_control_B2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.179114769 L4_control_B3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.040183956 L4_control_C2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.66943514 L4_control_C3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.815693687 L4_chemical_A1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.939606935 L4_chemical_A2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.270779741 L4_chemical_A3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.001124946 L4_chemical_B1 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.402347199 L4_chemical_B2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.377581349 L4_chemical_B3 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.459208804 L4_chemical_C2 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 5.328867428 L4_chemical_C3 +LQ08X009780 Predicted protein 7.887000913 C6_control_A1 +LQ08X009780 Predicted protein 6.724778575 C6_control_A3 +LQ08X009780 Predicted protein 7.488134647 C6_control_B1 +LQ08X009780 Predicted protein 8.123275849 C6_control_B2 +LQ08X009780 Predicted protein 7.537123926 C6_control_B3 +LQ08X009780 Predicted protein 8.45636989 C6_control_C1 +LQ08X009780 Predicted protein 7.175856799 C6_control_C2 +LQ08X009780 Predicted protein 7.228989049 C6_control_C3 +LQ08X009780 Predicted protein 7.986402051 C6_chemical_A1 +LQ08X009780 Predicted protein 7.339799224 C6_chemical_A3 +LQ08X009780 Predicted protein 7.432419248 C6_chemical_B1 +LQ08X009780 Predicted protein 8.074354058 C6_chemical_B2 +LQ08X009780 Predicted protein 7.376786171 C6_chemical_B3 +LQ08X009780 Predicted protein 8.66259515 C6_chemical_C1 +LQ08X009780 Predicted protein 8.506295396 C6_chemical_C2 +LQ08X009780 Predicted protein 8.005951637 C6_chemical_C3 +LQ08X009780 Predicted protein 7.684377866 L4_control_A1 +LQ08X009780 Predicted protein 8.50532235 L4_control_A2 +LQ08X009780 Predicted protein 7.129232385 L4_control_A3 +LQ08X009780 Predicted protein 7.709336753 L4_control_B1 +LQ08X009780 Predicted protein 7.77449781 L4_control_B2 +LQ08X009780 Predicted protein 7.059741521 L4_control_B3 +LQ08X009780 Predicted protein 8.144850705 L4_control_C2 +LQ08X009780 Predicted protein 7.229260162 L4_control_C3 +LQ08X009780 Predicted protein 7.570319233 L4_chemical_A1 +LQ08X009780 Predicted protein 8.281860944 L4_chemical_A2 +LQ08X009780 Predicted protein 7.074142016 L4_chemical_A3 +LQ08X009780 Predicted protein 8.110983925 L4_chemical_B1 +LQ08X009780 Predicted protein 7.382133107 L4_chemical_B2 +LQ08X009780 Predicted protein 7.419429796 L4_chemical_B3 +LQ08X009780 Predicted protein 8.521865993 L4_chemical_C2 +LQ08X009780 Predicted protein 7.462383705 L4_chemical_C3 +LQ08X009790 Serine hydroxymethyltransferase 1 8.836904724 C6_control_A1 +LQ08X009790 Serine hydroxymethyltransferase 1 9.09114354 C6_control_A3 +LQ08X009790 Serine hydroxymethyltransferase 1 9.203934244 C6_control_B1 +LQ08X009790 Serine hydroxymethyltransferase 1 8.065292468 C6_control_B2 +LQ08X009790 Serine hydroxymethyltransferase 1 9.17246061 C6_control_B3 +LQ08X009790 Serine hydroxymethyltransferase 1 9.054163548 C6_control_C1 +LQ08X009790 Serine hydroxymethyltransferase 1 8.590578452 C6_control_C2 +LQ08X009790 Serine hydroxymethyltransferase 1 8.94861154 C6_control_C3 +LQ08X009790 Serine hydroxymethyltransferase 1 8.751699849 C6_chemical_A1 +LQ08X009790 Serine hydroxymethyltransferase 1 9.05167228 C6_chemical_A3 +LQ08X009790 Serine hydroxymethyltransferase 1 8.551323539 C6_chemical_B1 +LQ08X009790 Serine hydroxymethyltransferase 1 8.111694212 C6_chemical_B2 +LQ08X009790 Serine hydroxymethyltransferase 1 8.941455607 C6_chemical_B3 +LQ08X009790 Serine hydroxymethyltransferase 1 9.574223443 C6_chemical_C1 +LQ08X009790 Serine hydroxymethyltransferase 1 9.547443184 C6_chemical_C2 +LQ08X009790 Serine hydroxymethyltransferase 1 9.538022682 C6_chemical_C3 +LQ08X009790 Serine hydroxymethyltransferase 1 8.882795052 L4_control_A1 +LQ08X009790 Serine hydroxymethyltransferase 1 8.803816588 L4_control_A2 +LQ08X009790 Serine hydroxymethyltransferase 1 9.470286129 L4_control_A3 +LQ08X009790 Serine hydroxymethyltransferase 1 8.321111203 L4_control_B1 +LQ08X009790 Serine hydroxymethyltransferase 1 9.419234317 L4_control_B2 +LQ08X009790 Serine hydroxymethyltransferase 1 9.584455278 L4_control_B3 +LQ08X009790 Serine hydroxymethyltransferase 1 9.467644216 L4_control_C2 +LQ08X009790 Serine hydroxymethyltransferase 1 10.37056047 L4_control_C3 +LQ08X009790 Serine hydroxymethyltransferase 1 8.400168251 L4_chemical_A1 +LQ08X009790 Serine hydroxymethyltransferase 1 8.463502397 L4_chemical_A2 +LQ08X009790 Serine hydroxymethyltransferase 1 9.052615159 L4_chemical_A3 +LQ08X009790 Serine hydroxymethyltransferase 1 8.526187223 L4_chemical_B1 +LQ08X009790 Serine hydroxymethyltransferase 1 8.735024511 L4_chemical_B2 +LQ08X009790 Serine hydroxymethyltransferase 1 9.099493849 L4_chemical_B3 +LQ08X009790 Serine hydroxymethyltransferase 1 10.00261762 L4_chemical_C2 +LQ08X009790 Serine hydroxymethyltransferase 1 10.1945655 L4_chemical_C3 +LQ08X009800 Predicted protein 9.989570822 C6_control_A1 +LQ08X009800 Predicted protein 9.035921988 C6_control_A3 +LQ08X009800 Predicted protein 10.23814323 C6_control_B1 +LQ08X009800 Predicted protein 11.05108549 C6_control_B2 +LQ08X009800 Predicted protein 10.2132704 C6_control_B3 +LQ08X009800 Predicted protein 11.98247684 C6_control_C1 +LQ08X009800 Predicted protein 11.64171213 C6_control_C2 +LQ08X009800 Predicted protein 12.22262989 C6_control_C3 +LQ08X009800 Predicted protein 10.04671448 C6_chemical_A1 +LQ08X009800 Predicted protein 9.489519096 C6_chemical_A3 +LQ08X009800 Predicted protein 10.37928918 C6_chemical_B1 +LQ08X009800 Predicted protein 10.83692565 C6_chemical_B2 +LQ08X009800 Predicted protein 9.97115794 C6_chemical_B3 +LQ08X009800 Predicted protein 12.17182193 C6_chemical_C1 +LQ08X009800 Predicted protein 11.94075797 C6_chemical_C2 +LQ08X009800 Predicted protein 12.14047592 C6_chemical_C3 +LQ08X009800 Predicted protein 9.674777174 L4_control_A1 +LQ08X009800 Predicted protein 10.82105543 L4_control_A2 +LQ08X009800 Predicted protein 9.938833991 L4_control_A3 +LQ08X009800 Predicted protein 11.20266083 L4_control_B1 +LQ08X009800 Predicted protein 10.36413493 L4_control_B2 +LQ08X009800 Predicted protein 10.61440359 L4_control_B3 +LQ08X009800 Predicted protein 11.90801001 L4_control_C2 +LQ08X009800 Predicted protein 11.90030205 L4_control_C3 +LQ08X009800 Predicted protein 10.92627309 L4_chemical_A1 +LQ08X009800 Predicted protein 11.71304522 L4_chemical_A2 +LQ08X009800 Predicted protein 10.35309393 L4_chemical_A3 +LQ08X009800 Predicted protein 10.92481945 L4_chemical_B1 +LQ08X009800 Predicted protein 11.31349717 L4_chemical_B2 +LQ08X009800 Predicted protein 10.16705236 L4_chemical_B3 +LQ08X009800 Predicted protein 12.32814606 L4_chemical_C2 +LQ08X009800 Predicted protein 12.13050997 L4_chemical_C3 +LQ08X009810 GrpE protein homolog 7.668218107 C6_control_A1 +LQ08X009810 GrpE protein homolog 7.285514101 C6_control_A3 +LQ08X009810 GrpE protein homolog 7.603072823 C6_control_B1 +LQ08X009810 GrpE protein homolog 9.072083646 C6_control_B2 +LQ08X009810 GrpE protein homolog 6.399762648 C6_control_B3 +LQ08X009810 GrpE protein homolog 9.271685201 C6_control_C1 +LQ08X009810 GrpE protein homolog 9.063059792 C6_control_C2 +LQ08X009810 GrpE protein homolog 8.595681772 C6_control_C3 +LQ08X009810 GrpE protein homolog 7.105782899 C6_chemical_A1 +LQ08X009810 GrpE protein homolog 8.526083214 C6_chemical_A3 +LQ08X009810 GrpE protein homolog 7.122728184 C6_chemical_B1 +LQ08X009810 GrpE protein homolog 9.206057206 C6_chemical_B2 +LQ08X009810 GrpE protein homolog 6.286605891 C6_chemical_B3 +LQ08X009810 GrpE protein homolog 8.902601253 C6_chemical_C1 +LQ08X009810 GrpE protein homolog 9.229685131 C6_chemical_C2 +LQ08X009810 GrpE protein homolog 8.78803759 C6_chemical_C3 +LQ08X009810 GrpE protein homolog 8.720717701 L4_control_A1 +LQ08X009810 GrpE protein homolog 9.066629652 L4_control_A2 +LQ08X009810 GrpE protein homolog 9.145638659 L4_control_A3 +LQ08X009810 GrpE protein homolog 8.262890796 L4_control_B1 +LQ08X009810 GrpE protein homolog 8.782154047 L4_control_B2 +LQ08X009810 GrpE protein homolog 9.238950848 L4_control_B3 +LQ08X009810 GrpE protein homolog 9.095979792 L4_control_C2 +LQ08X009810 GrpE protein homolog 8.710730094 L4_control_C3 +LQ08X009810 GrpE protein homolog 8.792117448 L4_chemical_A1 +LQ08X009810 GrpE protein homolog 8.680166572 L4_chemical_A2 +LQ08X009810 GrpE protein homolog 8.752694919 L4_chemical_A3 +LQ08X009810 GrpE protein homolog 8.278842236 L4_chemical_B1 +LQ08X009810 GrpE protein homolog 8.170858144 L4_chemical_B2 +LQ08X009810 GrpE protein homolog 8.798782975 L4_chemical_B3 +LQ08X009810 GrpE protein homolog 9.11502651 L4_chemical_C2 +LQ08X009810 GrpE protein homolog 9.010195137 L4_chemical_C3 +LQ08X009820 Auxin response factor 17 5.06034269 C6_control_A1 +LQ08X009820 Auxin response factor 17 5.478848105 C6_control_A3 +LQ08X009820 Auxin response factor 17 5.01730378 C6_control_B1 +LQ08X009820 Auxin response factor 17 5.069029464 C6_control_B2 +LQ08X009820 Auxin response factor 17 5.314450949 C6_control_B3 +LQ08X009820 Auxin response factor 17 4.95436095 C6_control_C1 +LQ08X009820 Auxin response factor 17 5.108279803 C6_control_C2 +LQ08X009820 Auxin response factor 17 4.950259586 C6_control_C3 +LQ08X009820 Auxin response factor 17 5.10253594 C6_chemical_A1 +LQ08X009820 Auxin response factor 17 5.098444419 C6_chemical_A3 +LQ08X009820 Auxin response factor 17 5.016814786 C6_chemical_B1 +LQ08X009820 Auxin response factor 17 4.96224069 C6_chemical_B2 +LQ08X009820 Auxin response factor 17 5.1006008 C6_chemical_B3 +LQ08X009820 Auxin response factor 17 4.766216025 C6_chemical_C1 +LQ08X009820 Auxin response factor 17 4.886696507 C6_chemical_C2 +LQ08X009820 Auxin response factor 17 5.009201989 C6_chemical_C3 +LQ08X009820 Auxin response factor 17 5.29241693 L4_control_A1 +LQ08X009820 Auxin response factor 17 5.208232154 L4_control_A2 +LQ08X009820 Auxin response factor 17 5.429678735 L4_control_A3 +LQ08X009820 Auxin response factor 17 5.678484394 L4_control_B1 +LQ08X009820 Auxin response factor 17 5.152132862 L4_control_B2 +LQ08X009820 Auxin response factor 17 5.759533807 L4_control_B3 +LQ08X009820 Auxin response factor 17 5.24776786 L4_control_C2 +LQ08X009820 Auxin response factor 17 5.202677684 L4_control_C3 +LQ08X009820 Auxin response factor 17 5.144178965 L4_chemical_A1 +LQ08X009820 Auxin response factor 17 4.960796404 L4_chemical_A2 +LQ08X009820 Auxin response factor 17 5.448358527 L4_chemical_A3 +LQ08X009820 Auxin response factor 17 5.58084963 L4_chemical_B1 +LQ08X009820 Auxin response factor 17 5.106030858 L4_chemical_B2 +LQ08X009820 Auxin response factor 17 5.293399785 L4_chemical_B3 +LQ08X009820 Auxin response factor 17 5.283008163 L4_chemical_C2 +LQ08X009820 Auxin response factor 17 5.483986855 L4_chemical_C3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.76132251 C6_control_A1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.33790035 C6_control_A3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.0291862 C6_control_B1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.28733073 C6_control_B2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.57708864 C6_control_B3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.37284659 C6_control_C1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.73859806 C6_control_C2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.88480545 C6_control_C3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.1860385 C6_chemical_A1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.5319241 C6_chemical_A3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.41980359 C6_chemical_B1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.48859261 C6_chemical_B2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.76367668 C6_chemical_B3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.31344729 C6_chemical_C1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.58411625 C6_chemical_C2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.89087487 C6_chemical_C3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.93876851 L4_control_A1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.34258861 L4_control_A2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.46829265 L4_control_A3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.52287183 L4_control_B1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.04363142 L4_control_B2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.88239972 L4_control_B3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.12470592 L4_control_C2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.27331945 L4_control_C3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.04311013 L4_chemical_A1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.1279389 L4_chemical_A2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.58424036 L4_chemical_A3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.42274622 L4_chemical_B1 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.42003586 L4_chemical_B2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.62656686 L4_chemical_B3 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 11.7587951 L4_chemical_C2 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.31649042 L4_chemical_C3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.39152211 C6_control_A1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.52722934 C6_control_A3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.27444016 C6_control_B1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.56962715 C6_control_B2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.2615061 C6_control_B3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 12.01066227 C6_control_C1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.84404904 C6_control_C2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.84329422 C6_control_C3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.56898963 C6_chemical_A1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.37063675 C6_chemical_A3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.47225795 C6_chemical_B1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.66218806 C6_chemical_B2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.54595879 C6_chemical_B3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.97641438 C6_chemical_C1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.88124375 C6_chemical_C2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 12.32139177 C6_chemical_C3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.13841046 L4_control_A1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 10.56294628 L4_control_A2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.31923398 L4_control_A3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 10.6836059 L4_control_B1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.19415002 L4_control_B2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.6613892 L4_control_B3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.55457911 L4_control_C2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.59645792 L4_control_C3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.28988224 L4_chemical_A1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 10.97827789 L4_chemical_A2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 10.8080531 L4_chemical_A3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 10.96849673 L4_chemical_B1 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 10.66499997 L4_chemical_B2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.23387305 L4_chemical_B3 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.57016112 L4_chemical_C2 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.20344443 L4_chemical_C3 +LQ08X009890 Putative Transmembrane protein 50A 12.48867191 C6_control_A1 +LQ08X009890 Putative Transmembrane protein 50A 12.29889244 C6_control_A3 +LQ08X009890 Putative Transmembrane protein 50A 12.74859921 C6_control_B1 +LQ08X009890 Putative Transmembrane protein 50A 13.24763224 C6_control_B2 +LQ08X009890 Putative Transmembrane protein 50A 12.6048061 C6_control_B3 +LQ08X009890 Putative Transmembrane protein 50A 13.44225317 C6_control_C1 +LQ08X009890 Putative Transmembrane protein 50A 13.38647214 C6_control_C2 +LQ08X009890 Putative Transmembrane protein 50A 13.77020906 C6_control_C3 +LQ08X009890 Putative Transmembrane protein 50A 12.46077342 C6_chemical_A1 +LQ08X009890 Putative Transmembrane protein 50A 12.28199642 C6_chemical_A3 +LQ08X009890 Putative Transmembrane protein 50A 12.58633001 C6_chemical_B1 +LQ08X009890 Putative Transmembrane protein 50A 13.28180134 C6_chemical_B2 +LQ08X009890 Putative Transmembrane protein 50A 12.72815013 C6_chemical_B3 +LQ08X009890 Putative Transmembrane protein 50A 13.53453486 C6_chemical_C1 +LQ08X009890 Putative Transmembrane protein 50A 13.5964302 C6_chemical_C2 +LQ08X009890 Putative Transmembrane protein 50A 13.72872028 C6_chemical_C3 +LQ08X009890 Putative Transmembrane protein 50A 11.93885789 L4_control_A1 +LQ08X009890 Putative Transmembrane protein 50A 12.41574302 L4_control_A2 +LQ08X009890 Putative Transmembrane protein 50A 10.68250276 L4_control_A3 +LQ08X009890 Putative Transmembrane protein 50A 12.94791489 L4_control_B1 +LQ08X009890 Putative Transmembrane protein 50A 11.90768402 L4_control_B2 +LQ08X009890 Putative Transmembrane protein 50A 12.80434645 L4_control_B3 +LQ08X009890 Putative Transmembrane protein 50A 12.16974944 L4_control_C2 +LQ08X009890 Putative Transmembrane protein 50A 12.25298144 L4_control_C3 +LQ08X009890 Putative Transmembrane protein 50A 12.2862579 L4_chemical_A1 +LQ08X009890 Putative Transmembrane protein 50A 12.53563516 L4_chemical_A2 +LQ08X009890 Putative Transmembrane protein 50A 11.17356799 L4_chemical_A3 +LQ08X009890 Putative Transmembrane protein 50A 12.49803913 L4_chemical_B1 +LQ08X009890 Putative Transmembrane protein 50A 12.55706328 L4_chemical_B2 +LQ08X009890 Putative Transmembrane protein 50A 12.58561851 L4_chemical_B3 +LQ08X009890 Putative Transmembrane protein 50A 12.23375426 L4_chemical_C2 +LQ08X009890 Putative Transmembrane protein 50A 12.55537913 L4_chemical_C3 +LQ08X009930 Putative uncharacterized protein 10.92230385 C6_control_A1 +LQ08X009930 Putative uncharacterized protein 11.1065412 C6_control_A3 +LQ08X009930 Putative uncharacterized protein 11.1812745 C6_control_B1 +LQ08X009930 Putative uncharacterized protein 10.84427113 C6_control_B2 +LQ08X009930 Putative uncharacterized protein 11.29171615 C6_control_B3 +LQ08X009930 Putative uncharacterized protein 11.57329541 C6_control_C1 +LQ08X009930 Putative uncharacterized protein 11.04214009 C6_control_C2 +LQ08X009930 Putative uncharacterized protein 11.25222986 C6_control_C3 +LQ08X009930 Putative uncharacterized protein 11.10086856 C6_chemical_A1 +LQ08X009930 Putative uncharacterized protein 11.01977424 C6_chemical_A3 +LQ08X009930 Putative uncharacterized protein 11.23264073 C6_chemical_B1 +LQ08X009930 Putative uncharacterized protein 10.7167056 C6_chemical_B2 +LQ08X009930 Putative uncharacterized protein 11.09778431 C6_chemical_B3 +LQ08X009930 Putative uncharacterized protein 11.76851742 C6_chemical_C1 +LQ08X009930 Putative uncharacterized protein 11.43497026 C6_chemical_C2 +LQ08X009930 Putative uncharacterized protein 11.48556668 C6_chemical_C3 +LQ08X009930 Putative uncharacterized protein 11.27510805 L4_control_A1 +LQ08X009930 Putative uncharacterized protein 11.0969462 L4_control_A2 +LQ08X009930 Putative uncharacterized protein 11.26839623 L4_control_A3 +LQ08X009930 Putative uncharacterized protein 11.61173753 L4_control_B1 +LQ08X009930 Putative uncharacterized protein 12.26635456 L4_control_B2 +LQ08X009930 Putative uncharacterized protein 10.87883208 L4_control_B3 +LQ08X009930 Putative uncharacterized protein 12.45041356 L4_control_C2 +LQ08X009930 Putative uncharacterized protein 11.77030376 L4_control_C3 +LQ08X009930 Putative uncharacterized protein 11.44318255 L4_chemical_A1 +LQ08X009930 Putative uncharacterized protein 11.36693681 L4_chemical_A2 +LQ08X009930 Putative uncharacterized protein 10.97389435 L4_chemical_A3 +LQ08X009930 Putative uncharacterized protein 11.47766325 L4_chemical_B1 +LQ08X009930 Putative uncharacterized protein 12.59852009 L4_chemical_B2 +LQ08X009930 Putative uncharacterized protein 10.77344968 L4_chemical_B3 +LQ08X009930 Putative uncharacterized protein 12.57193863 L4_chemical_C2 +LQ08X009930 Putative uncharacterized protein 11.73587581 L4_chemical_C3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 6.149967307 C6_control_A1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.760460531 C6_control_A3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.919948424 C6_control_B1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.390242995 C6_control_B2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.746255139 C6_control_B3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.754494776 C6_control_C1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.59251891 C6_control_C2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.963033357 C6_control_C3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 6.07776454 C6_chemical_A1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.713155801 C6_chemical_A3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.401668336 C6_chemical_B1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.49908196 C6_chemical_B2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.54795937 C6_chemical_B3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.718245948 C6_chemical_C1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.638051392 C6_chemical_C2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.91499515 C6_chemical_C3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.77266008 L4_control_A1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 6.319829507 L4_control_A2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 6.199268523 L4_control_A3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.422665526 L4_control_B1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.917259212 L4_control_B2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.742674352 L4_control_B3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.489298118 L4_control_C2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.213127782 L4_control_C3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 6.004319928 L4_chemical_A1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.963107189 L4_chemical_A2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 6.518539674 L4_chemical_A3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.076427553 L4_chemical_B1 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.362218857 L4_chemical_B2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.722606012 L4_chemical_B3 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.218188548 L4_chemical_C2 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 5.691553565 L4_chemical_C3 +LQ08X009960 Nitrate reductase [NADH] 11.4290289 C6_control_A1 +LQ08X009960 Nitrate reductase [NADH] 9.353628574 C6_control_A3 +LQ08X009960 Nitrate reductase [NADH] 12.52456394 C6_control_B1 +LQ08X009960 Nitrate reductase [NADH] 12.76081344 C6_control_B2 +LQ08X009960 Nitrate reductase [NADH] 12.71469786 C6_control_B3 +LQ08X009960 Nitrate reductase [NADH] 15.0495146 C6_control_C1 +LQ08X009960 Nitrate reductase [NADH] 14.98341761 C6_control_C2 +LQ08X009960 Nitrate reductase [NADH] 15.29671943 C6_control_C3 +LQ08X009960 Nitrate reductase [NADH] 9.96220649 C6_chemical_A1 +LQ08X009960 Nitrate reductase [NADH] 10.33607875 C6_chemical_A3 +LQ08X009960 Nitrate reductase [NADH] 10.92845963 C6_chemical_B1 +LQ08X009960 Nitrate reductase [NADH] 11.59705793 C6_chemical_B2 +LQ08X009960 Nitrate reductase [NADH] 12.04239589 C6_chemical_B3 +LQ08X009960 Nitrate reductase [NADH] 13.63025773 C6_chemical_C1 +LQ08X009960 Nitrate reductase [NADH] 14.67549104 C6_chemical_C2 +LQ08X009960 Nitrate reductase [NADH] 15.14902343 C6_chemical_C3 +LQ08X009960 Nitrate reductase [NADH] 12.72436269 L4_control_A1 +LQ08X009960 Nitrate reductase [NADH] 12.34700316 L4_control_A2 +LQ08X009960 Nitrate reductase [NADH] 11.60357461 L4_control_A3 +LQ08X009960 Nitrate reductase [NADH] 13.18373821 L4_control_B1 +LQ08X009960 Nitrate reductase [NADH] 11.93398745 L4_control_B2 +LQ08X009960 Nitrate reductase [NADH] 14.25013788 L4_control_B3 +LQ08X009960 Nitrate reductase [NADH] 13.85259336 L4_control_C2 +LQ08X009960 Nitrate reductase [NADH] 14.53813507 L4_control_C3 +LQ08X009960 Nitrate reductase [NADH] 11.9734002 L4_chemical_A1 +LQ08X009960 Nitrate reductase [NADH] 9.045571207 L4_chemical_A2 +LQ08X009960 Nitrate reductase [NADH] 12.21931454 L4_chemical_A3 +LQ08X009960 Nitrate reductase [NADH] 11.90508503 L4_chemical_B1 +LQ08X009960 Nitrate reductase [NADH] 10.19086177 L4_chemical_B2 +LQ08X009960 Nitrate reductase [NADH] 12.51324138 L4_chemical_B3 +LQ08X009960 Nitrate reductase [NADH] 13.38445937 L4_chemical_C2 +LQ08X009960 Nitrate reductase [NADH] 14.58332875 L4_chemical_C3 +LQ08X009970 Putative Probable calcium-binding protein CML25 9.095018393 C6_control_A1 +LQ08X009970 Putative Probable calcium-binding protein CML25 8.529973447 C6_control_A3 +LQ08X009970 Putative Probable calcium-binding protein CML25 10.45237943 C6_control_B1 +LQ08X009970 Putative Probable calcium-binding protein CML25 11.55867592 C6_control_B2 +LQ08X009970 Putative Probable calcium-binding protein CML25 11.61358831 C6_control_B3 +LQ08X009970 Putative Probable calcium-binding protein CML25 13.74934657 C6_control_C1 +LQ08X009970 Putative Probable calcium-binding protein CML25 14.24098752 C6_control_C2 +LQ08X009970 Putative Probable calcium-binding protein CML25 14.06043473 C6_control_C3 +LQ08X009970 Putative Probable calcium-binding protein CML25 8.530903948 C6_chemical_A1 +LQ08X009970 Putative Probable calcium-binding protein CML25 8.779237291 C6_chemical_A3 +LQ08X009970 Putative Probable calcium-binding protein CML25 10.53959445 C6_chemical_B1 +LQ08X009970 Putative Probable calcium-binding protein CML25 11.10305889 C6_chemical_B2 +LQ08X009970 Putative Probable calcium-binding protein CML25 12.39577065 C6_chemical_B3 +LQ08X009970 Putative Probable calcium-binding protein CML25 13.72139611 C6_chemical_C1 +LQ08X009970 Putative Probable calcium-binding protein CML25 13.65318079 C6_chemical_C2 +LQ08X009970 Putative Probable calcium-binding protein CML25 14.13856165 C6_chemical_C3 +LQ08X009970 Putative Probable calcium-binding protein CML25 7.078341843 L4_control_A1 +LQ08X009970 Putative Probable calcium-binding protein CML25 7.948563538 L4_control_A2 +LQ08X009970 Putative Probable calcium-binding protein CML25 9.226493561 L4_control_A3 +LQ08X009970 Putative Probable calcium-binding protein CML25 10.28340991 L4_control_B1 +LQ08X009970 Putative Probable calcium-binding protein CML25 9.478971856 L4_control_B2 +LQ08X009970 Putative Probable calcium-binding protein CML25 11.30132556 L4_control_B3 +LQ08X009970 Putative Probable calcium-binding protein CML25 13.25395287 L4_control_C2 +LQ08X009970 Putative Probable calcium-binding protein CML25 13.5035262 L4_control_C3 +LQ08X009970 Putative Probable calcium-binding protein CML25 9.53335386 L4_chemical_A1 +LQ08X009970 Putative Probable calcium-binding protein CML25 10.28019863 L4_chemical_A2 +LQ08X009970 Putative Probable calcium-binding protein CML25 9.523266012 L4_chemical_A3 +LQ08X009970 Putative Probable calcium-binding protein CML25 10.48106951 L4_chemical_B1 +LQ08X009970 Putative Probable calcium-binding protein CML25 10.07096103 L4_chemical_B2 +LQ08X009970 Putative Probable calcium-binding protein CML25 9.690051025 L4_chemical_B3 +LQ08X009970 Putative Probable calcium-binding protein CML25 13.39766903 L4_chemical_C2 +LQ08X009970 Putative Probable calcium-binding protein CML25 13.31114322 L4_chemical_C3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.30150912 C6_control_A1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.364466915 C6_control_A3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.229284644 C6_control_B1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.101983777 C6_control_B2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.729998053 C6_control_B3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.91412353 C6_control_C1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.811620458 C6_control_C2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.239125254 C6_control_C3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.198061749 C6_chemical_A1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.329205953 C6_chemical_A3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.831757607 C6_chemical_B1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.105892808 C6_chemical_B2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.94716941 C6_chemical_B3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.830961951 C6_chemical_C1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.943966113 C6_chemical_C2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.030829988 C6_chemical_C3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.740495449 L4_control_A1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.998833801 L4_control_A2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.147797581 L4_control_A3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 6.184499639 L4_control_B1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.200729123 L4_control_B2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.766450045 L4_control_B3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.212186681 L4_control_C2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.995996368 L4_control_C3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.885832091 L4_chemical_A1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.184058165 L4_chemical_A2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.309196463 L4_chemical_A3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.477111785 L4_chemical_B1 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.923786177 L4_chemical_B2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 4.864360105 L4_chemical_B3 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.250460954 L4_chemical_C2 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.20833575 L4_chemical_C3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.92709481 C6_control_A1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.11981573 C6_control_A3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.98531438 C6_control_B1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.60680815 C6_control_B2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.87566058 C6_control_B3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.18108213 C6_control_C1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 12.7918769 C6_control_C2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.14251812 C6_control_C3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.95074724 C6_chemical_A1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.87362416 C6_chemical_A3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.2851769 C6_chemical_B1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.66199431 C6_chemical_B2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.697186 C6_chemical_B3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.09322363 C6_chemical_C1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.19884258 C6_chemical_C2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.17195255 C6_chemical_C3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.09246398 L4_control_A1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.49591576 L4_control_A2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.64429384 L4_control_A3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.18243498 L4_control_B1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.6307454 L4_control_B2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.04896563 L4_control_B3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.56869041 L4_control_C2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.35138537 L4_control_C3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.52749184 L4_chemical_A1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.13972443 L4_chemical_A2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.13766495 L4_chemical_A3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.27194036 L4_chemical_B1 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.80164107 L4_chemical_B2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.14789084 L4_chemical_B3 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.61113353 L4_chemical_C2 +LQ08X010000 30S ribosomal protein S13, chloroplastic 14.43695958 L4_chemical_C3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.05812865 C6_control_A1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.27354918 C6_control_A3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.08760341 C6_control_B1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.5472995 C6_control_B2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.11999933 C6_control_B3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.17221074 C6_control_C1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 10.92569528 C6_control_C2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 10.93704692 C6_control_C3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.14377083 C6_chemical_A1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.418612 C6_chemical_A3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.05622152 C6_chemical_B1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.57585686 C6_chemical_B2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.20172303 C6_chemical_B3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.08672741 C6_chemical_C1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 10.72755024 C6_chemical_C2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 10.95566996 C6_chemical_C3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.31649106 L4_control_A1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.0986213 L4_control_A2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 10.63762554 L4_control_A3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.17571108 L4_control_B1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.62283422 L4_control_B2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.63859091 L4_control_B3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.27022958 L4_control_C2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.93793078 L4_control_C3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.04435284 L4_chemical_A1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.7505934 L4_chemical_A2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 10.32815718 L4_chemical_A3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.13137295 L4_chemical_B1 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.27405351 L4_chemical_B2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.02635368 L4_chemical_B3 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.25018669 L4_chemical_C2 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 11.61392456 L4_chemical_C3 +LQ08X010030 Oxysterol-binding protein, putative 11.67102008 C6_control_A1 +LQ08X010030 Oxysterol-binding protein, putative 11.19816567 C6_control_A3 +LQ08X010030 Oxysterol-binding protein, putative 11.58006873 C6_control_B1 +LQ08X010030 Oxysterol-binding protein, putative 11.5579388 C6_control_B2 +LQ08X010030 Oxysterol-binding protein, putative 11.80583282 C6_control_B3 +LQ08X010030 Oxysterol-binding protein, putative 11.42576394 C6_control_C1 +LQ08X010030 Oxysterol-binding protein, putative 11.3827447 C6_control_C2 +LQ08X010030 Oxysterol-binding protein, putative 11.3674465 C6_control_C3 +LQ08X010030 Oxysterol-binding protein, putative 11.63383886 C6_chemical_A1 +LQ08X010030 Oxysterol-binding protein, putative 11.52437851 C6_chemical_A3 +LQ08X010030 Oxysterol-binding protein, putative 11.51072791 C6_chemical_B1 +LQ08X010030 Oxysterol-binding protein, putative 11.46558923 C6_chemical_B2 +LQ08X010030 Oxysterol-binding protein, putative 11.7659093 C6_chemical_B3 +LQ08X010030 Oxysterol-binding protein, putative 11.41520268 C6_chemical_C1 +LQ08X010030 Oxysterol-binding protein, putative 11.35078612 C6_chemical_C2 +LQ08X010030 Oxysterol-binding protein, putative 11.59003771 C6_chemical_C3 +LQ08X010030 Oxysterol-binding protein, putative 12.1681401 L4_control_A1 +LQ08X010030 Oxysterol-binding protein, putative 12.39163752 L4_control_A2 +LQ08X010030 Oxysterol-binding protein, putative 11.87850388 L4_control_A3 +LQ08X010030 Oxysterol-binding protein, putative 12.00986976 L4_control_B1 +LQ08X010030 Oxysterol-binding protein, putative 11.86881997 L4_control_B2 +LQ08X010030 Oxysterol-binding protein, putative 11.97461924 L4_control_B3 +LQ08X010030 Oxysterol-binding protein, putative 11.7501883 L4_control_C2 +LQ08X010030 Oxysterol-binding protein, putative 11.93944888 L4_control_C3 +LQ08X010030 Oxysterol-binding protein, putative 12.34699393 L4_chemical_A1 +LQ08X010030 Oxysterol-binding protein, putative 12.31865119 L4_chemical_A2 +LQ08X010030 Oxysterol-binding protein, putative 12.23418603 L4_chemical_A3 +LQ08X010030 Oxysterol-binding protein, putative 11.95078256 L4_chemical_B1 +LQ08X010030 Oxysterol-binding protein, putative 11.84383229 L4_chemical_B2 +LQ08X010030 Oxysterol-binding protein, putative 12.16845912 L4_chemical_B3 +LQ08X010030 Oxysterol-binding protein, putative 11.80368589 L4_chemical_C2 +LQ08X010030 Oxysterol-binding protein, putative 11.92745197 L4_chemical_C3 +LQ08X010170 Putative uncharacterized protein 8.46981758 C6_control_A1 +LQ08X010170 Putative uncharacterized protein 10.45316515 C6_control_A3 +LQ08X010170 Putative uncharacterized protein 6.98345697 C6_control_B1 +LQ08X010170 Putative uncharacterized protein 9.093874498 C6_control_B2 +LQ08X010170 Putative uncharacterized protein 8.115341945 C6_control_B3 +LQ08X010170 Putative uncharacterized protein 9.630761942 C6_control_C1 +LQ08X010170 Putative uncharacterized protein 12.1618269 C6_control_C2 +LQ08X010170 Putative uncharacterized protein 11.41616704 C6_control_C3 +LQ08X010170 Putative uncharacterized protein 9.932365106 C6_chemical_A1 +LQ08X010170 Putative uncharacterized protein 9.553003327 C6_chemical_A3 +LQ08X010170 Putative uncharacterized protein 9.28268229 C6_chemical_B1 +LQ08X010170 Putative uncharacterized protein 11.31922108 C6_chemical_B2 +LQ08X010170 Putative uncharacterized protein 11.1230282 C6_chemical_B3 +LQ08X010170 Putative uncharacterized protein 11.89161303 C6_chemical_C1 +LQ08X010170 Putative uncharacterized protein 12.58187386 C6_chemical_C2 +LQ08X010170 Putative uncharacterized protein 13.35028765 C6_chemical_C3 +LQ08X010170 Putative uncharacterized protein 9.241403957 L4_control_A1 +LQ08X010170 Putative uncharacterized protein 8.891580775 L4_control_A2 +LQ08X010170 Putative uncharacterized protein 8.521935253 L4_control_A3 +LQ08X010170 Putative uncharacterized protein 10.88247833 L4_control_B1 +LQ08X010170 Putative uncharacterized protein 8.202288231 L4_control_B2 +LQ08X010170 Putative uncharacterized protein 10.84527938 L4_control_B3 +LQ08X010170 Putative uncharacterized protein 10.87579137 L4_control_C2 +LQ08X010170 Putative uncharacterized protein 11.27442458 L4_control_C3 +LQ08X010170 Putative uncharacterized protein 8.948000802 L4_chemical_A1 +LQ08X010170 Putative uncharacterized protein 8.689919529 L4_chemical_A2 +LQ08X010170 Putative uncharacterized protein 10.15746105 L4_chemical_A3 +LQ08X010170 Putative uncharacterized protein 8.147964791 L4_chemical_B1 +LQ08X010170 Putative uncharacterized protein 7.261423162 L4_chemical_B2 +LQ08X010170 Putative uncharacterized protein 10.448456 L4_chemical_B3 +LQ08X010170 Putative uncharacterized protein 10.40191064 L4_chemical_C2 +LQ08X010170 Putative uncharacterized protein 11.41215907 L4_chemical_C3 +LQ08X010180 Ubiquitin-fold modifier 1 5.423600149 C6_control_A1 +LQ08X010180 Ubiquitin-fold modifier 1 4.900650238 C6_control_A3 +LQ08X010180 Ubiquitin-fold modifier 1 5.932694937 C6_control_B1 +LQ08X010180 Ubiquitin-fold modifier 1 5.177681475 C6_control_B2 +LQ08X010180 Ubiquitin-fold modifier 1 5.958962286 C6_control_B3 +LQ08X010180 Ubiquitin-fold modifier 1 5.162797458 C6_control_C1 +LQ08X010180 Ubiquitin-fold modifier 1 5.111112689 C6_control_C2 +LQ08X010180 Ubiquitin-fold modifier 1 5.339763252 C6_control_C3 +LQ08X010180 Ubiquitin-fold modifier 1 5.223070343 C6_chemical_A1 +LQ08X010180 Ubiquitin-fold modifier 1 5.336209392 C6_chemical_A3 +LQ08X010180 Ubiquitin-fold modifier 1 5.735248645 C6_chemical_B1 +LQ08X010180 Ubiquitin-fold modifier 1 5.3666823 C6_chemical_B2 +LQ08X010180 Ubiquitin-fold modifier 1 5.622304078 C6_chemical_B3 +LQ08X010180 Ubiquitin-fold modifier 1 5.508596444 C6_chemical_C1 +LQ08X010180 Ubiquitin-fold modifier 1 5.139623844 C6_chemical_C2 +LQ08X010180 Ubiquitin-fold modifier 1 5.640308834 C6_chemical_C3 +LQ08X010180 Ubiquitin-fold modifier 1 5.375095665 L4_control_A1 +LQ08X010180 Ubiquitin-fold modifier 1 5.46377382 L4_control_A2 +LQ08X010180 Ubiquitin-fold modifier 1 5.211491282 L4_control_A3 +LQ08X010180 Ubiquitin-fold modifier 1 5.372764492 L4_control_B1 +LQ08X010180 Ubiquitin-fold modifier 1 5.440908984 L4_control_B2 +LQ08X010180 Ubiquitin-fold modifier 1 5.198320796 L4_control_B3 +LQ08X010180 Ubiquitin-fold modifier 1 6.263500476 L4_control_C2 +LQ08X010180 Ubiquitin-fold modifier 1 5.499356739 L4_control_C3 +LQ08X010180 Ubiquitin-fold modifier 1 5.380264253 L4_chemical_A1 +LQ08X010180 Ubiquitin-fold modifier 1 5.277506731 L4_chemical_A2 +LQ08X010180 Ubiquitin-fold modifier 1 5.420877691 L4_chemical_A3 +LQ08X010180 Ubiquitin-fold modifier 1 5.283195996 L4_chemical_B1 +LQ08X010180 Ubiquitin-fold modifier 1 5.871767135 L4_chemical_B2 +LQ08X010180 Ubiquitin-fold modifier 1 5.454560307 L4_chemical_B3 +LQ08X010180 Ubiquitin-fold modifier 1 5.434599967 L4_chemical_C2 +LQ08X010180 Ubiquitin-fold modifier 1 5.431323428 L4_chemical_C3 +LQ08X010200 Auxin transporter-like protein 3 7.551912608 C6_control_A1 +LQ08X010200 Auxin transporter-like protein 3 7.759071528 C6_control_A3 +LQ08X010200 Auxin transporter-like protein 3 6.790439455 C6_control_B1 +LQ08X010200 Auxin transporter-like protein 3 7.279679141 C6_control_B2 +LQ08X010200 Auxin transporter-like protein 3 7.725269344 C6_control_B3 +LQ08X010200 Auxin transporter-like protein 3 6.557682674 C6_control_C1 +LQ08X010200 Auxin transporter-like protein 3 6.010365121 C6_control_C2 +LQ08X010200 Auxin transporter-like protein 3 6.50561657 C6_control_C3 +LQ08X010200 Auxin transporter-like protein 3 7.225866256 C6_chemical_A1 +LQ08X010200 Auxin transporter-like protein 3 7.494590399 C6_chemical_A3 +LQ08X010200 Auxin transporter-like protein 3 7.522837608 C6_chemical_B1 +LQ08X010200 Auxin transporter-like protein 3 7.400065512 C6_chemical_B2 +LQ08X010200 Auxin transporter-like protein 3 7.700982805 C6_chemical_B3 +LQ08X010200 Auxin transporter-like protein 3 6.260835985 C6_chemical_C1 +LQ08X010200 Auxin transporter-like protein 3 6.590342632 C6_chemical_C2 +LQ08X010200 Auxin transporter-like protein 3 6.76282581 C6_chemical_C3 +LQ08X010200 Auxin transporter-like protein 3 7.595163416 L4_control_A1 +LQ08X010200 Auxin transporter-like protein 3 7.671149889 L4_control_A2 +LQ08X010200 Auxin transporter-like protein 3 7.546641679 L4_control_A3 +LQ08X010200 Auxin transporter-like protein 3 7.377894966 L4_control_B1 +LQ08X010200 Auxin transporter-like protein 3 7.786608206 L4_control_B2 +LQ08X010200 Auxin transporter-like protein 3 6.783522279 L4_control_B3 +LQ08X010200 Auxin transporter-like protein 3 6.936249769 L4_control_C2 +LQ08X010200 Auxin transporter-like protein 3 7.361133108 L4_control_C3 +LQ08X010200 Auxin transporter-like protein 3 7.302557886 L4_chemical_A1 +LQ08X010200 Auxin transporter-like protein 3 7.256572352 L4_chemical_A2 +LQ08X010200 Auxin transporter-like protein 3 7.244781657 L4_chemical_A3 +LQ08X010200 Auxin transporter-like protein 3 7.928376614 L4_chemical_B1 +LQ08X010200 Auxin transporter-like protein 3 8.077855504 L4_chemical_B2 +LQ08X010200 Auxin transporter-like protein 3 7.108892143 L4_chemical_B3 +LQ08X010200 Auxin transporter-like protein 3 6.762440951 L4_chemical_C2 +LQ08X010200 Auxin transporter-like protein 3 7.265421193 L4_chemical_C3 +LQ08X010260 Putative uncharacterized protein 14.50386659 C6_control_A1 +LQ08X010260 Putative uncharacterized protein 14.65392781 C6_control_A3 +LQ08X010260 Putative uncharacterized protein 14.27926798 C6_control_B1 +LQ08X010260 Putative uncharacterized protein 14.06652554 C6_control_B2 +LQ08X010260 Putative uncharacterized protein 14.23396055 C6_control_B3 +LQ08X010260 Putative uncharacterized protein 14.33331619 C6_control_C1 +LQ08X010260 Putative uncharacterized protein 14.12281523 C6_control_C2 +LQ08X010260 Putative uncharacterized protein 14.39455502 C6_control_C3 +LQ08X010260 Putative uncharacterized protein 14.52007129 C6_chemical_A1 +LQ08X010260 Putative uncharacterized protein 13.59630223 C6_chemical_A3 +LQ08X010260 Putative uncharacterized protein 14.4989781 C6_chemical_B1 +LQ08X010260 Putative uncharacterized protein 14.43612488 C6_chemical_B2 +LQ08X010260 Putative uncharacterized protein 14.3774995 C6_chemical_B3 +LQ08X010260 Putative uncharacterized protein 14.37253948 C6_chemical_C1 +LQ08X010260 Putative uncharacterized protein 14.44151301 C6_chemical_C2 +LQ08X010260 Putative uncharacterized protein 13.99436825 C6_chemical_C3 +LQ08X010260 Putative uncharacterized protein 14.14309622 L4_control_A1 +LQ08X010260 Putative uncharacterized protein 14.62390865 L4_control_A2 +LQ08X010260 Putative uncharacterized protein 13.98562882 L4_control_A3 +LQ08X010260 Putative uncharacterized protein 14.17207356 L4_control_B1 +LQ08X010260 Putative uncharacterized protein 13.59609841 L4_control_B2 +LQ08X010260 Putative uncharacterized protein 14.00697292 L4_control_B3 +LQ08X010260 Putative uncharacterized protein 14.05670391 L4_control_C2 +LQ08X010260 Putative uncharacterized protein 14.04889937 L4_control_C3 +LQ08X010260 Putative uncharacterized protein 14.5014793 L4_chemical_A1 +LQ08X010260 Putative uncharacterized protein 14.90415021 L4_chemical_A2 +LQ08X010260 Putative uncharacterized protein 14.19558806 L4_chemical_A3 +LQ08X010260 Putative uncharacterized protein 14.34585321 L4_chemical_B1 +LQ08X010260 Putative uncharacterized protein 14.6008732 L4_chemical_B2 +LQ08X010260 Putative uncharacterized protein 14.31280317 L4_chemical_B3 +LQ08X010260 Putative uncharacterized protein 14.33702006 L4_chemical_C2 +LQ08X010260 Putative uncharacterized protein 14.06390189 L4_chemical_C3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.29655237 C6_control_A1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.2821929 C6_control_A3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 14.43340476 C6_control_B1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.59392379 C6_control_B2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 12.40920249 C6_control_B3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.19857491 C6_control_C1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 10.9826812 C6_control_C2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.0360365 C6_control_C3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.19264481 C6_chemical_A1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.34290208 C6_chemical_A3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 14.20258841 C6_chemical_B1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.13050032 C6_chemical_B2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 12.63890044 C6_chemical_B3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.27805785 C6_chemical_C1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.08602538 C6_chemical_C2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 10.96311978 C6_chemical_C3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.748776 L4_control_A1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.13915984 L4_control_A2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.19209343 L4_control_A3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 12.69281497 L4_control_B1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 14.0438077 L4_control_B2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 10.4611399 L4_control_B3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.80384669 L4_control_C2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.55434483 L4_control_C3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 14.86532723 L4_chemical_A1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 14.66270832 L4_chemical_A2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.53751498 L4_chemical_A3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 14.59784663 L4_chemical_B1 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 14.08480683 L4_chemical_B2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 13.78774508 L4_chemical_B3 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.78465578 L4_chemical_C2 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 11.53225307 L4_chemical_C3 +LQ08X010310 Putative uncharacterized protein 12.74063654 C6_control_A1 +LQ08X010310 Putative uncharacterized protein 13.10765189 C6_control_A3 +LQ08X010310 Putative uncharacterized protein 12.78835969 C6_control_B1 +LQ08X010310 Putative uncharacterized protein 12.52080544 C6_control_B2 +LQ08X010310 Putative uncharacterized protein 12.34826183 C6_control_B3 +LQ08X010310 Putative uncharacterized protein 12.54132976 C6_control_C1 +LQ08X010310 Putative uncharacterized protein 12.26987028 C6_control_C2 +LQ08X010310 Putative uncharacterized protein 12.65908403 C6_control_C3 +LQ08X010310 Putative uncharacterized protein 12.75193428 C6_chemical_A1 +LQ08X010310 Putative uncharacterized protein 12.96074898 C6_chemical_A3 +LQ08X010310 Putative uncharacterized protein 12.4880684 C6_chemical_B1 +LQ08X010310 Putative uncharacterized protein 12.74562265 C6_chemical_B2 +LQ08X010310 Putative uncharacterized protein 12.42944535 C6_chemical_B3 +LQ08X010310 Putative uncharacterized protein 12.67541027 C6_chemical_C1 +LQ08X010310 Putative uncharacterized protein 12.45453625 C6_chemical_C2 +LQ08X010310 Putative uncharacterized protein 12.41584579 C6_chemical_C3 +LQ08X010310 Putative uncharacterized protein 13.05691308 L4_control_A1 +LQ08X010310 Putative uncharacterized protein 12.59963004 L4_control_A2 +LQ08X010310 Putative uncharacterized protein 12.25786713 L4_control_A3 +LQ08X010310 Putative uncharacterized protein 12.33074779 L4_control_B1 +LQ08X010310 Putative uncharacterized protein 11.62173606 L4_control_B2 +LQ08X010310 Putative uncharacterized protein 12.46283556 L4_control_B3 +LQ08X010310 Putative uncharacterized protein 12.53081331 L4_control_C2 +LQ08X010310 Putative uncharacterized protein 11.88316692 L4_control_C3 +LQ08X010310 Putative uncharacterized protein 12.98505876 L4_chemical_A1 +LQ08X010310 Putative uncharacterized protein 12.54159545 L4_chemical_A2 +LQ08X010310 Putative uncharacterized protein 12.22496191 L4_chemical_A3 +LQ08X010310 Putative uncharacterized protein 12.58644777 L4_chemical_B1 +LQ08X010310 Putative uncharacterized protein 12.56500711 L4_chemical_B2 +LQ08X010310 Putative uncharacterized protein 12.64610636 L4_chemical_B3 +LQ08X010310 Putative uncharacterized protein 12.49355715 L4_chemical_C2 +LQ08X010310 Putative uncharacterized protein 12.36819806 L4_chemical_C3 +LQ08X010320 Predicted protein 12.51205346 C6_control_A1 +LQ08X010320 Predicted protein 12.44170957 C6_control_A3 +LQ08X010320 Predicted protein 12.28489983 C6_control_B1 +LQ08X010320 Predicted protein 11.56851814 C6_control_B2 +LQ08X010320 Predicted protein 12.06125819 C6_control_B3 +LQ08X010320 Predicted protein 11.37358598 C6_control_C1 +LQ08X010320 Predicted protein 11.42654997 C6_control_C2 +LQ08X010320 Predicted protein 11.1781795 C6_control_C3 +LQ08X010320 Predicted protein 12.51581694 C6_chemical_A1 +LQ08X010320 Predicted protein 12.03061467 C6_chemical_A3 +LQ08X010320 Predicted protein 12.17744073 C6_chemical_B1 +LQ08X010320 Predicted protein 11.30729664 C6_chemical_B2 +LQ08X010320 Predicted protein 11.78831555 C6_chemical_B3 +LQ08X010320 Predicted protein 11.47338693 C6_chemical_C1 +LQ08X010320 Predicted protein 11.57630991 C6_chemical_C2 +LQ08X010320 Predicted protein 10.7264768 C6_chemical_C3 +LQ08X010320 Predicted protein 12.60735225 L4_control_A1 +LQ08X010320 Predicted protein 12.43727187 L4_control_A2 +LQ08X010320 Predicted protein 12.79047059 L4_control_A3 +LQ08X010320 Predicted protein 12.08241178 L4_control_B1 +LQ08X010320 Predicted protein 12.50782503 L4_control_B2 +LQ08X010320 Predicted protein 11.73729219 L4_control_B3 +LQ08X010320 Predicted protein 12.62324941 L4_control_C2 +LQ08X010320 Predicted protein 12.13291942 L4_control_C3 +LQ08X010320 Predicted protein 12.26494711 L4_chemical_A1 +LQ08X010320 Predicted protein 12.42491538 L4_chemical_A2 +LQ08X010320 Predicted protein 12.69909656 L4_chemical_A3 +LQ08X010320 Predicted protein 12.79283056 L4_chemical_B1 +LQ08X010320 Predicted protein 12.8240615 L4_chemical_B2 +LQ08X010320 Predicted protein 11.7139396 L4_chemical_B3 +LQ08X010320 Predicted protein 12.97206835 L4_chemical_C2 +LQ08X010320 Predicted protein 12.3192026 L4_chemical_C3 +LQ08X010360 Hypothetical protein 6.976036882 C6_control_A1 +LQ08X010360 Hypothetical protein 7.095102799 C6_control_A3 +LQ08X010360 Hypothetical protein 6.481164933 C6_control_B1 +LQ08X010360 Hypothetical protein 8.293337236 C6_control_B2 +LQ08X010360 Hypothetical protein 7.172398881 C6_control_B3 +LQ08X010360 Hypothetical protein 8.578703308 C6_control_C1 +LQ08X010360 Hypothetical protein 6.123872385 C6_control_C2 +LQ08X010360 Hypothetical protein 7.976553613 C6_control_C3 +LQ08X010360 Hypothetical protein 6.168786467 C6_chemical_A1 +LQ08X010360 Hypothetical protein 6.62213564 C6_chemical_A3 +LQ08X010360 Hypothetical protein 6.39269223 C6_chemical_B1 +LQ08X010360 Hypothetical protein 7.824910226 C6_chemical_B2 +LQ08X010360 Hypothetical protein 6.9464637 C6_chemical_B3 +LQ08X010360 Hypothetical protein 8.054907534 C6_chemical_C1 +LQ08X010360 Hypothetical protein 7.575700483 C6_chemical_C2 +LQ08X010360 Hypothetical protein 7.222786271 C6_chemical_C3 +LQ08X010360 Hypothetical protein 7.278482804 L4_control_A1 +LQ08X010360 Hypothetical protein 6.188300796 L4_control_A2 +LQ08X010360 Hypothetical protein 7.510949831 L4_control_A3 +LQ08X010360 Hypothetical protein 5.363298726 L4_control_B1 +LQ08X010360 Hypothetical protein 5.627548708 L4_control_B2 +LQ08X010360 Hypothetical protein 6.819452707 L4_control_B3 +LQ08X010360 Hypothetical protein 6.638626996 L4_control_C2 +LQ08X010360 Hypothetical protein 5.761426464 L4_control_C3 +LQ08X010360 Hypothetical protein 8.722217377 L4_chemical_A1 +LQ08X010360 Hypothetical protein 7.86432441 L4_chemical_A2 +LQ08X010360 Hypothetical protein 7.992898273 L4_chemical_A3 +LQ08X010360 Hypothetical protein 5.971933088 L4_chemical_B1 +LQ08X010360 Hypothetical protein 6.095623731 L4_chemical_B2 +LQ08X010360 Hypothetical protein 6.306024036 L4_chemical_B3 +LQ08X010360 Hypothetical protein 6.366362315 L4_chemical_C2 +LQ08X010360 Hypothetical protein 6.028820315 L4_chemical_C3 +LQ08X010510 Predicted protein 4.647133334 C6_control_A1 +LQ08X010510 Predicted protein 5.082957177 C6_control_A3 +LQ08X010510 Predicted protein 5.074781905 C6_control_B1 +LQ08X010510 Predicted protein 5.059438676 C6_control_B2 +LQ08X010510 Predicted protein 4.971707968 C6_control_B3 +LQ08X010510 Predicted protein 5.080653259 C6_control_C1 +LQ08X010510 Predicted protein 5.609815399 C6_control_C2 +LQ08X010510 Predicted protein 4.901168296 C6_control_C3 +LQ08X010510 Predicted protein 4.765673484 C6_chemical_A1 +LQ08X010510 Predicted protein 5.333831013 C6_chemical_A3 +LQ08X010510 Predicted protein 5.454677037 C6_chemical_B1 +LQ08X010510 Predicted protein 5.194406057 C6_chemical_B2 +LQ08X010510 Predicted protein 4.796680932 C6_chemical_B3 +LQ08X010510 Predicted protein 4.934956614 C6_chemical_C1 +LQ08X010510 Predicted protein 5.145248553 C6_chemical_C2 +LQ08X010510 Predicted protein 5.417400294 C6_chemical_C3 +LQ08X010510 Predicted protein 5.09418487 L4_control_A1 +LQ08X010510 Predicted protein 5.152383541 L4_control_A2 +LQ08X010510 Predicted protein 5.003173069 L4_control_A3 +LQ08X010510 Predicted protein 4.846428142 L4_control_B1 +LQ08X010510 Predicted protein 4.898704954 L4_control_B2 +LQ08X010510 Predicted protein 5.087328344 L4_control_B3 +LQ08X010510 Predicted protein 5.405495723 L4_control_C2 +LQ08X010510 Predicted protein 5.86846917 L4_control_C3 +LQ08X010510 Predicted protein 5.011399896 L4_chemical_A1 +LQ08X010510 Predicted protein 5.006410217 L4_chemical_A2 +LQ08X010510 Predicted protein 5.030372443 L4_chemical_A3 +LQ08X010510 Predicted protein 4.953597934 L4_chemical_B1 +LQ08X010510 Predicted protein 4.946962794 L4_chemical_B2 +LQ08X010510 Predicted protein 4.918769154 L4_chemical_B3 +LQ08X010510 Predicted protein 5.029073192 L4_chemical_C2 +LQ08X010510 Predicted protein 5.939493401 L4_chemical_C3 +LQ08X010520 Probable methyltransferase PMT10 5.9237016 C6_control_A1 +LQ08X010520 Probable methyltransferase PMT10 6.092618656 C6_control_A3 +LQ08X010520 Probable methyltransferase PMT10 6.685034668 C6_control_B1 +LQ08X010520 Probable methyltransferase PMT10 6.059353797 C6_control_B2 +LQ08X010520 Probable methyltransferase PMT10 6.54410385 C6_control_B3 +LQ08X010520 Probable methyltransferase PMT10 6.123486533 C6_control_C1 +LQ08X010520 Probable methyltransferase PMT10 6.694478621 C6_control_C2 +LQ08X010520 Probable methyltransferase PMT10 5.93502599 C6_control_C3 +LQ08X010520 Probable methyltransferase PMT10 6.101833949 C6_chemical_A1 +LQ08X010520 Probable methyltransferase PMT10 6.205950606 C6_chemical_A3 +LQ08X010520 Probable methyltransferase PMT10 5.873429638 C6_chemical_B1 +LQ08X010520 Probable methyltransferase PMT10 6.053767671 C6_chemical_B2 +LQ08X010520 Probable methyltransferase PMT10 6.387729699 C6_chemical_B3 +LQ08X010520 Probable methyltransferase PMT10 5.689473098 C6_chemical_C1 +LQ08X010520 Probable methyltransferase PMT10 6.150873114 C6_chemical_C2 +LQ08X010520 Probable methyltransferase PMT10 5.778067227 C6_chemical_C3 +LQ08X010520 Probable methyltransferase PMT10 6.167752955 L4_control_A1 +LQ08X010520 Probable methyltransferase PMT10 6.34841431 L4_control_A2 +LQ08X010520 Probable methyltransferase PMT10 5.528856452 L4_control_A3 +LQ08X010520 Probable methyltransferase PMT10 5.556207627 L4_control_B1 +LQ08X010520 Probable methyltransferase PMT10 5.935198733 L4_control_B2 +LQ08X010520 Probable methyltransferase PMT10 6.133201239 L4_control_B3 +LQ08X010520 Probable methyltransferase PMT10 5.761361816 L4_control_C2 +LQ08X010520 Probable methyltransferase PMT10 6.105604136 L4_control_C3 +LQ08X010520 Probable methyltransferase PMT10 6.02840009 L4_chemical_A1 +LQ08X010520 Probable methyltransferase PMT10 6.230066716 L4_chemical_A2 +LQ08X010520 Probable methyltransferase PMT10 5.88271672 L4_chemical_A3 +LQ08X010520 Probable methyltransferase PMT10 6.203988923 L4_chemical_B1 +LQ08X010520 Probable methyltransferase PMT10 6.085042424 L4_chemical_B2 +LQ08X010520 Probable methyltransferase PMT10 6.203876895 L4_chemical_B3 +LQ08X010520 Probable methyltransferase PMT10 6.062627631 L4_chemical_C2 +LQ08X010520 Probable methyltransferase PMT10 6.517915075 L4_chemical_C3 +LQ08X010550 UDP-sugar pyrophospharylase 13.40208673 C6_control_A1 +LQ08X010550 UDP-sugar pyrophospharylase 12.57636132 C6_control_A3 +LQ08X010550 UDP-sugar pyrophospharylase 13.5152969 C6_control_B1 +LQ08X010550 UDP-sugar pyrophospharylase 13.79719378 C6_control_B2 +LQ08X010550 UDP-sugar pyrophospharylase 13.17825136 C6_control_B3 +LQ08X010550 UDP-sugar pyrophospharylase 14.13914266 C6_control_C1 +LQ08X010550 UDP-sugar pyrophospharylase 13.4958863 C6_control_C2 +LQ08X010550 UDP-sugar pyrophospharylase 13.32938372 C6_control_C3 +LQ08X010550 UDP-sugar pyrophospharylase 13.75577845 C6_chemical_A1 +LQ08X010550 UDP-sugar pyrophospharylase 12.58850617 C6_chemical_A3 +LQ08X010550 UDP-sugar pyrophospharylase 13.85828055 C6_chemical_B1 +LQ08X010550 UDP-sugar pyrophospharylase 14.19383232 C6_chemical_B2 +LQ08X010550 UDP-sugar pyrophospharylase 13.11566635 C6_chemical_B3 +LQ08X010550 UDP-sugar pyrophospharylase 14.15228697 C6_chemical_C1 +LQ08X010550 UDP-sugar pyrophospharylase 14.17540647 C6_chemical_C2 +LQ08X010550 UDP-sugar pyrophospharylase 13.6003977 C6_chemical_C3 +LQ08X010550 UDP-sugar pyrophospharylase 12.76034302 L4_control_A1 +LQ08X010550 UDP-sugar pyrophospharylase 12.84439381 L4_control_A2 +LQ08X010550 UDP-sugar pyrophospharylase 12.01961524 L4_control_A3 +LQ08X010550 UDP-sugar pyrophospharylase 13.42940039 L4_control_B1 +LQ08X010550 UDP-sugar pyrophospharylase 12.94270829 L4_control_B2 +LQ08X010550 UDP-sugar pyrophospharylase 13.07749428 L4_control_B3 +LQ08X010550 UDP-sugar pyrophospharylase 13.17657669 L4_control_C2 +LQ08X010550 UDP-sugar pyrophospharylase 12.46108346 L4_control_C3 +LQ08X010550 UDP-sugar pyrophospharylase 13.08461109 L4_chemical_A1 +LQ08X010550 UDP-sugar pyrophospharylase 13.13074326 L4_chemical_A2 +LQ08X010550 UDP-sugar pyrophospharylase 12.65901286 L4_chemical_A3 +LQ08X010550 UDP-sugar pyrophospharylase 13.17822991 L4_chemical_B1 +LQ08X010550 UDP-sugar pyrophospharylase 13.58029062 L4_chemical_B2 +LQ08X010550 UDP-sugar pyrophospharylase 12.75936755 L4_chemical_B3 +LQ08X010550 UDP-sugar pyrophospharylase 13.06892616 L4_chemical_C2 +LQ08X010550 UDP-sugar pyrophospharylase 12.55544417 L4_chemical_C3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.192438557 C6_control_A1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.141860926 C6_control_A3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.029765199 C6_control_B1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.027918228 C6_control_B2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.231790865 C6_control_B3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.126047646 C6_control_C1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 4.929279297 C6_control_C2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 4.981536144 C6_control_C3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.107192551 C6_chemical_A1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.226781132 C6_chemical_A3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.237782449 C6_chemical_B1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.052125655 C6_chemical_B2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.516396607 C6_chemical_B3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.202912983 C6_chemical_C1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.124154799 C6_chemical_C2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.358073538 C6_chemical_C3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.377086781 L4_control_A1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.589644167 L4_control_A2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.44701929 L4_control_A3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 4.747479574 L4_control_B1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.209454075 L4_control_B2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 4.977062834 L4_control_B3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 6.072797945 L4_control_C2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 4.814238436 L4_control_C3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.289577955 L4_chemical_A1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.334307662 L4_chemical_A2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.608564253 L4_chemical_A3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 4.849419979 L4_chemical_B1 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.513621601 L4_chemical_B2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.004269599 L4_chemical_B3 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 6.421095608 L4_chemical_C2 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.058780411 L4_chemical_C3 +LQ08X010590 ATP binding protein, putative 11.64780615 C6_control_A1 +LQ08X010590 ATP binding protein, putative 11.67351048 C6_control_A3 +LQ08X010590 ATP binding protein, putative 12.44279044 C6_control_B1 +LQ08X010590 ATP binding protein, putative 11.58479724 C6_control_B2 +LQ08X010590 ATP binding protein, putative 13.02764669 C6_control_B3 +LQ08X010590 ATP binding protein, putative 10.42041666 C6_control_C1 +LQ08X010590 ATP binding protein, putative 10.40095355 C6_control_C2 +LQ08X010590 ATP binding protein, putative 11.21657431 C6_control_C3 +LQ08X010590 ATP binding protein, putative 12.2590695 C6_chemical_A1 +LQ08X010590 ATP binding protein, putative 11.3852848 C6_chemical_A3 +LQ08X010590 ATP binding protein, putative 12.73495911 C6_chemical_B1 +LQ08X010590 ATP binding protein, putative 11.80327226 C6_chemical_B2 +LQ08X010590 ATP binding protein, putative 13.06206327 C6_chemical_B3 +LQ08X010590 ATP binding protein, putative 10.3527757 C6_chemical_C1 +LQ08X010590 ATP binding protein, putative 10.43050238 C6_chemical_C2 +LQ08X010590 ATP binding protein, putative 11.30689574 C6_chemical_C3 +LQ08X010590 ATP binding protein, putative 12.47067825 L4_control_A1 +LQ08X010590 ATP binding protein, putative 12.08013868 L4_control_A2 +LQ08X010590 ATP binding protein, putative 12.17429963 L4_control_A3 +LQ08X010590 ATP binding protein, putative 14.24611853 L4_control_B1 +LQ08X010590 ATP binding protein, putative 13.10787514 L4_control_B2 +LQ08X010590 ATP binding protein, putative 11.73896821 L4_control_B3 +LQ08X010590 ATP binding protein, putative 11.36987975 L4_control_C2 +LQ08X010590 ATP binding protein, putative 12.63761057 L4_control_C3 +LQ08X010590 ATP binding protein, putative 12.09198253 L4_chemical_A1 +LQ08X010590 ATP binding protein, putative 12.25788603 L4_chemical_A2 +LQ08X010590 ATP binding protein, putative 12.09666078 L4_chemical_A3 +LQ08X010590 ATP binding protein, putative 13.42351201 L4_chemical_B1 +LQ08X010590 ATP binding protein, putative 13.33128078 L4_chemical_B2 +LQ08X010590 ATP binding protein, putative 12.58091503 L4_chemical_B3 +LQ08X010590 ATP binding protein, putative 12.30531435 L4_chemical_C2 +LQ08X010590 ATP binding protein, putative 12.72147101 L4_chemical_C3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.053369669 C6_control_A1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.627710722 C6_control_A3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.922004307 C6_control_B1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.59339622 C6_control_B2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.164923831 C6_control_B3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.358185419 C6_control_C1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.435800875 C6_control_C2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.892915287 C6_control_C3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.580978637 C6_chemical_A1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.969957014 C6_chemical_A3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.043577424 C6_chemical_B1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.445382281 C6_chemical_B2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.417542999 C6_chemical_B3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.30357876 C6_chemical_C1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.496784386 C6_chemical_C2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.564584647 C6_chemical_C3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.521489717 L4_control_A1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.379802384 L4_control_A2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.986363779 L4_control_A3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.718293786 L4_control_B1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.900337947 L4_control_B2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.710228914 L4_control_B3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.81532907 L4_control_C2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.676046791 L4_control_C3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.745198174 L4_chemical_A1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.112943234 L4_chemical_A2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.320753899 L4_chemical_A3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.99514921 L4_chemical_B1 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.964325127 L4_chemical_B2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.816457594 L4_chemical_B3 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.658187751 L4_chemical_C2 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 6.219708633 L4_chemical_C3 +LQ08X010630 AT1G21600 protein 11.23878486 C6_control_A1 +LQ08X010630 AT1G21600 protein 11.11448012 C6_control_A3 +LQ08X010630 AT1G21600 protein 10.96515894 C6_control_B1 +LQ08X010630 AT1G21600 protein 11.49063861 C6_control_B2 +LQ08X010630 AT1G21600 protein 10.85039744 C6_control_B3 +LQ08X010630 AT1G21600 protein 11.78270648 C6_control_C1 +LQ08X010630 AT1G21600 protein 11.61597252 C6_control_C2 +LQ08X010630 AT1G21600 protein 11.50290064 C6_control_C3 +LQ08X010630 AT1G21600 protein 11.20962544 C6_chemical_A1 +LQ08X010630 AT1G21600 protein 11.65104154 C6_chemical_A3 +LQ08X010630 AT1G21600 protein 10.97478657 C6_chemical_B1 +LQ08X010630 AT1G21600 protein 11.13569183 C6_chemical_B2 +LQ08X010630 AT1G21600 protein 10.58898443 C6_chemical_B3 +LQ08X010630 AT1G21600 protein 11.73511466 C6_chemical_C1 +LQ08X010630 AT1G21600 protein 11.95613687 C6_chemical_C2 +LQ08X010630 AT1G21600 protein 11.46063441 C6_chemical_C3 +LQ08X010630 AT1G21600 protein 11.14975834 L4_control_A1 +LQ08X010630 AT1G21600 protein 11.62704372 L4_control_A2 +LQ08X010630 AT1G21600 protein 11.9788295 L4_control_A3 +LQ08X010630 AT1G21600 protein 11.33004695 L4_control_B1 +LQ08X010630 AT1G21600 protein 11.71405718 L4_control_B2 +LQ08X010630 AT1G21600 protein 11.4896197 L4_control_B3 +LQ08X010630 AT1G21600 protein 12.4063355 L4_control_C2 +LQ08X010630 AT1G21600 protein 11.92134491 L4_control_C3 +LQ08X010630 AT1G21600 protein 10.68632021 L4_chemical_A1 +LQ08X010630 AT1G21600 protein 11.28400817 L4_chemical_A2 +LQ08X010630 AT1G21600 protein 11.22101278 L4_chemical_A3 +LQ08X010630 AT1G21600 protein 11.07362164 L4_chemical_B1 +LQ08X010630 AT1G21600 protein 11.49957135 L4_chemical_B2 +LQ08X010630 AT1G21600 protein 10.90409412 L4_chemical_B3 +LQ08X010630 AT1G21600 protein 12.50904864 L4_chemical_C2 +LQ08X010630 AT1G21600 protein 12.10797708 L4_chemical_C3 +LQ08X010690 Putative Protein translocase subunit secA 11.47822396 C6_control_A1 +LQ08X010690 Putative Protein translocase subunit secA 12.26347426 C6_control_A3 +LQ08X010690 Putative Protein translocase subunit secA 11.34611089 C6_control_B1 +LQ08X010690 Putative Protein translocase subunit secA 11.47629755 C6_control_B2 +LQ08X010690 Putative Protein translocase subunit secA 11.20003967 C6_control_B3 +LQ08X010690 Putative Protein translocase subunit secA 12.27897356 C6_control_C1 +LQ08X010690 Putative Protein translocase subunit secA 12.20701412 C6_control_C2 +LQ08X010690 Putative Protein translocase subunit secA 12.21941082 C6_control_C3 +LQ08X010690 Putative Protein translocase subunit secA 11.04055853 C6_chemical_A1 +LQ08X010690 Putative Protein translocase subunit secA 11.05925372 C6_chemical_A3 +LQ08X010690 Putative Protein translocase subunit secA 10.69219811 C6_chemical_B1 +LQ08X010690 Putative Protein translocase subunit secA 10.8775386 C6_chemical_B2 +LQ08X010690 Putative Protein translocase subunit secA 10.71737387 C6_chemical_B3 +LQ08X010690 Putative Protein translocase subunit secA 11.95836093 C6_chemical_C1 +LQ08X010690 Putative Protein translocase subunit secA 11.82014512 C6_chemical_C2 +LQ08X010690 Putative Protein translocase subunit secA 11.03283032 C6_chemical_C3 +LQ08X010690 Putative Protein translocase subunit secA 10.74075418 L4_control_A1 +LQ08X010690 Putative Protein translocase subunit secA 10.04569447 L4_control_A2 +LQ08X010690 Putative Protein translocase subunit secA 9.058380934 L4_control_A3 +LQ08X010690 Putative Protein translocase subunit secA 9.084613758 L4_control_B1 +LQ08X010690 Putative Protein translocase subunit secA 10.19698583 L4_control_B2 +LQ08X010690 Putative Protein translocase subunit secA 10.16541484 L4_control_B3 +LQ08X010690 Putative Protein translocase subunit secA 11.45042693 L4_control_C2 +LQ08X010690 Putative Protein translocase subunit secA 10.45666677 L4_control_C3 +LQ08X010690 Putative Protein translocase subunit secA 9.996055198 L4_chemical_A1 +LQ08X010690 Putative Protein translocase subunit secA 9.110893931 L4_chemical_A2 +LQ08X010690 Putative Protein translocase subunit secA 9.893888263 L4_chemical_A3 +LQ08X010690 Putative Protein translocase subunit secA 9.378423257 L4_chemical_B1 +LQ08X010690 Putative Protein translocase subunit secA 9.118710331 L4_chemical_B2 +LQ08X010690 Putative Protein translocase subunit secA 9.450452287 L4_chemical_B3 +LQ08X010690 Putative Protein translocase subunit secA 10.38052194 L4_chemical_C2 +LQ08X010690 Putative Protein translocase subunit secA 10.7642847 L4_chemical_C3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.48349011 C6_control_A1 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.77384292 C6_control_A3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.2370685 C6_control_B1 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.7457926 C6_control_B2 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.1292163 C6_control_B3 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.84498448 C6_control_C1 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.29581497 C6_control_C2 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.69336346 C6_control_C3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.2249296 C6_chemical_A1 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.50292255 C6_chemical_A3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.03948079 C6_chemical_B1 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.79260589 C6_chemical_B2 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.07606533 C6_chemical_B3 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.83966236 C6_chemical_C1 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.47053744 C6_chemical_C2 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.63189262 C6_chemical_C3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.80974973 L4_control_A1 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.54644955 L4_control_A2 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.89085818 L4_control_A3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.09356871 L4_control_B1 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.53088646 L4_control_B2 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.94543576 L4_control_B3 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.77513804 L4_control_C2 +LQ08X010710 Putative Protein KRTCAP2 homolog 12.9140541 L4_control_C3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.97182026 L4_chemical_A1 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.43111072 L4_chemical_A2 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.80179071 L4_chemical_A3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.40050254 L4_chemical_B1 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.00942201 L4_chemical_B2 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.07960986 L4_chemical_B3 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.03285423 L4_chemical_C2 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.06062005 L4_chemical_C3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.608614343 C6_control_A1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.513935301 C6_control_A3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 5.980603577 C6_control_B1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 5.97275417 C6_control_B2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.931315947 C6_control_B3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 5.632794687 C6_control_C1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 5.582459218 C6_control_C2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 5.941425189 C6_control_C3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 7.147246185 C6_chemical_A1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.737027278 C6_chemical_A3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.80298974 C6_chemical_B1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 5.803398113 C6_chemical_B2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.309105456 C6_chemical_B3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 5.859568715 C6_chemical_C1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.108231329 C6_chemical_C2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 5.835696764 C6_chemical_C3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.514862756 L4_control_A1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.717774226 L4_control_A2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 8.108672895 L4_control_A3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 7.301456603 L4_control_B1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 7.331121601 L4_control_B2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.795796042 L4_control_B3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.724293905 L4_control_C2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.170329993 L4_control_C3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.613787665 L4_chemical_A1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 7.575518001 L4_chemical_A2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 7.776393492 L4_chemical_A3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.259795858 L4_chemical_B1 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 7.326365713 L4_chemical_B2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.711524145 L4_chemical_B3 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.51319754 L4_chemical_C2 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 6.35490121 L4_chemical_C3 +LQ08X010740 Predicted protein 8.768494206 C6_control_A1 +LQ08X010740 Predicted protein 8.261115022 C6_control_A3 +LQ08X010740 Predicted protein 9.361611927 C6_control_B1 +LQ08X010740 Predicted protein 8.941877835 C6_control_B2 +LQ08X010740 Predicted protein 9.487233824 C6_control_B3 +LQ08X010740 Predicted protein 8.276805914 C6_control_C1 +LQ08X010740 Predicted protein 7.375241502 C6_control_C2 +LQ08X010740 Predicted protein 7.712796748 C6_control_C3 +LQ08X010740 Predicted protein 8.990355433 C6_chemical_A1 +LQ08X010740 Predicted protein 8.644230004 C6_chemical_A3 +LQ08X010740 Predicted protein 9.544465141 C6_chemical_B1 +LQ08X010740 Predicted protein 9.495707064 C6_chemical_B2 +LQ08X010740 Predicted protein 9.594956919 C6_chemical_B3 +LQ08X010740 Predicted protein 8.363662587 C6_chemical_C1 +LQ08X010740 Predicted protein 7.783255712 C6_chemical_C2 +LQ08X010740 Predicted protein 7.938801361 C6_chemical_C3 +LQ08X010740 Predicted protein 8.687037023 L4_control_A1 +LQ08X010740 Predicted protein 8.97885443 L4_control_A2 +LQ08X010740 Predicted protein 9.392016959 L4_control_A3 +LQ08X010740 Predicted protein 9.993719986 L4_control_B1 +LQ08X010740 Predicted protein 9.739765004 L4_control_B2 +LQ08X010740 Predicted protein 9.656648173 L4_control_B3 +LQ08X010740 Predicted protein 8.91220454 L4_control_C2 +LQ08X010740 Predicted protein 9.300473179 L4_control_C3 +LQ08X010740 Predicted protein 8.831325237 L4_chemical_A1 +LQ08X010740 Predicted protein 8.804182749 L4_chemical_A2 +LQ08X010740 Predicted protein 9.239597019 L4_chemical_A3 +LQ08X010740 Predicted protein 9.36269009 L4_chemical_B1 +LQ08X010740 Predicted protein 9.454590691 L4_chemical_B2 +LQ08X010740 Predicted protein 9.703122572 L4_chemical_B3 +LQ08X010740 Predicted protein 8.961961946 L4_chemical_C2 +LQ08X010740 Predicted protein 9.183558704 L4_chemical_C3 +LQ08X010770 Amino acid permease 3 11.39663126 C6_control_A1 +LQ08X010770 Amino acid permease 3 11.0824145 C6_control_A3 +LQ08X010770 Amino acid permease 3 11.34931641 C6_control_B1 +LQ08X010770 Amino acid permease 3 11.01151158 C6_control_B2 +LQ08X010770 Amino acid permease 3 11.37999106 C6_control_B3 +LQ08X010770 Amino acid permease 3 11.97072172 C6_control_C1 +LQ08X010770 Amino acid permease 3 11.35926067 C6_control_C2 +LQ08X010770 Amino acid permease 3 12.17826629 C6_control_C3 +LQ08X010770 Amino acid permease 3 11.31130457 C6_chemical_A1 +LQ08X010770 Amino acid permease 3 11.07798186 C6_chemical_A3 +LQ08X010770 Amino acid permease 3 11.52373056 C6_chemical_B1 +LQ08X010770 Amino acid permease 3 10.43470717 C6_chemical_B2 +LQ08X010770 Amino acid permease 3 11.49983824 C6_chemical_B3 +LQ08X010770 Amino acid permease 3 10.58532066 C6_chemical_C1 +LQ08X010770 Amino acid permease 3 10.49629459 C6_chemical_C2 +LQ08X010770 Amino acid permease 3 11.49440463 C6_chemical_C3 +LQ08X010770 Amino acid permease 3 10.82828369 L4_control_A1 +LQ08X010770 Amino acid permease 3 10.98137474 L4_control_A2 +LQ08X010770 Amino acid permease 3 11.80857601 L4_control_A3 +LQ08X010770 Amino acid permease 3 11.00455542 L4_control_B1 +LQ08X010770 Amino acid permease 3 11.87360974 L4_control_B2 +LQ08X010770 Amino acid permease 3 10.73198188 L4_control_B3 +LQ08X010770 Amino acid permease 3 11.58068227 L4_control_C2 +LQ08X010770 Amino acid permease 3 11.53948494 L4_control_C3 +LQ08X010770 Amino acid permease 3 9.078970911 L4_chemical_A1 +LQ08X010770 Amino acid permease 3 10.42444965 L4_chemical_A2 +LQ08X010770 Amino acid permease 3 11.23583242 L4_chemical_A3 +LQ08X010770 Amino acid permease 3 10.38128854 L4_chemical_B1 +LQ08X010770 Amino acid permease 3 10.69315033 L4_chemical_B2 +LQ08X010770 Amino acid permease 3 11.72037607 L4_chemical_B3 +LQ08X010770 Amino acid permease 3 10.6218288 L4_chemical_C2 +LQ08X010770 Amino acid permease 3 10.69002886 L4_chemical_C3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 14.10954752 C6_control_A1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 14.30758218 C6_control_A3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.41245402 C6_control_B1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.76831306 C6_control_B2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.4278686 C6_control_B3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.66346546 C6_control_C1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.32804888 C6_control_C2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.63536071 C6_control_C3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.71467811 C6_chemical_A1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.44308409 C6_chemical_A3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.19067567 C6_chemical_B1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.45883178 C6_chemical_B2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.44671697 C6_chemical_B3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.49064105 C6_chemical_C1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.6998707 C6_chemical_C2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.42289741 C6_chemical_C3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 14.12751258 L4_control_A1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 14.44665127 L4_control_A2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.12640833 L4_control_A3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.09832995 L4_control_B1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 12.31663388 L4_control_B2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.42277834 L4_control_B3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.34931083 L4_control_C2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.47794741 L4_control_C3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.92210027 L4_chemical_A1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 14.09947573 L4_chemical_A2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.47008905 L4_chemical_A3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.07158959 L4_chemical_B1 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.3194534 L4_chemical_B2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.87011769 L4_chemical_B3 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.33527249 L4_chemical_C2 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.40501123 L4_chemical_C3 +LQ08X010800 Putative Protein tolB 8.757370872 C6_control_A1 +LQ08X010800 Putative Protein tolB 6.86607948 C6_control_A3 +LQ08X010800 Putative Protein tolB 8.909956084 C6_control_B1 +LQ08X010800 Putative Protein tolB 9.796421745 C6_control_B2 +LQ08X010800 Putative Protein tolB 8.466908185 C6_control_B3 +LQ08X010800 Putative Protein tolB 11.17692161 C6_control_C1 +LQ08X010800 Putative Protein tolB 10.27540994 C6_control_C2 +LQ08X010800 Putative Protein tolB 10.05506449 C6_control_C3 +LQ08X010800 Putative Protein tolB 9.929701168 C6_chemical_A1 +LQ08X010800 Putative Protein tolB 8.454785011 C6_chemical_A3 +LQ08X010800 Putative Protein tolB 9.882121383 C6_chemical_B1 +LQ08X010800 Putative Protein tolB 10.11905004 C6_chemical_B2 +LQ08X010800 Putative Protein tolB 9.215567173 C6_chemical_B3 +LQ08X010800 Putative Protein tolB 11.49893689 C6_chemical_C1 +LQ08X010800 Putative Protein tolB 11.13357857 C6_chemical_C2 +LQ08X010800 Putative Protein tolB 10.75461743 C6_chemical_C3 +LQ08X010800 Putative Protein tolB 7.465101256 L4_control_A1 +LQ08X010800 Putative Protein tolB 8.229059125 L4_control_A2 +LQ08X010800 Putative Protein tolB 7.44668972 L4_control_A3 +LQ08X010800 Putative Protein tolB 8.953966129 L4_control_B1 +LQ08X010800 Putative Protein tolB 9.351340985 L4_control_B2 +LQ08X010800 Putative Protein tolB 9.021658031 L4_control_B3 +LQ08X010800 Putative Protein tolB 10.95528621 L4_control_C2 +LQ08X010800 Putative Protein tolB 10.55281208 L4_control_C3 +LQ08X010800 Putative Protein tolB 8.254547363 L4_chemical_A1 +LQ08X010800 Putative Protein tolB 8.524997003 L4_chemical_A2 +LQ08X010800 Putative Protein tolB 7.91222569 L4_chemical_A3 +LQ08X010800 Putative Protein tolB 8.650116486 L4_chemical_B1 +LQ08X010800 Putative Protein tolB 8.606040823 L4_chemical_B2 +LQ08X010800 Putative Protein tolB 7.647681757 L4_chemical_B3 +LQ08X010800 Putative Protein tolB 11.09846479 L4_chemical_C2 +LQ08X010800 Putative Protein tolB 10.94489841 L4_chemical_C3 +LQ08X010880 Replication factor C subunit 4 11.75217842 C6_control_A1 +LQ08X010880 Replication factor C subunit 4 12.32036662 C6_control_A3 +LQ08X010880 Replication factor C subunit 4 11.13353591 C6_control_B1 +LQ08X010880 Replication factor C subunit 4 10.08902038 C6_control_B2 +LQ08X010880 Replication factor C subunit 4 10.49616411 C6_control_B3 +LQ08X010880 Replication factor C subunit 4 10.77838636 C6_control_C1 +LQ08X010880 Replication factor C subunit 4 10.23658438 C6_control_C2 +LQ08X010880 Replication factor C subunit 4 10.50096589 C6_control_C3 +LQ08X010880 Replication factor C subunit 4 11.61489287 C6_chemical_A1 +LQ08X010880 Replication factor C subunit 4 12.44670334 C6_chemical_A3 +LQ08X010880 Replication factor C subunit 4 10.66462925 C6_chemical_B1 +LQ08X010880 Replication factor C subunit 4 9.758997514 C6_chemical_B2 +LQ08X010880 Replication factor C subunit 4 10.06277397 C6_chemical_B3 +LQ08X010880 Replication factor C subunit 4 10.72701869 C6_chemical_C1 +LQ08X010880 Replication factor C subunit 4 10.61242731 C6_chemical_C2 +LQ08X010880 Replication factor C subunit 4 10.43793935 C6_chemical_C3 +LQ08X010880 Replication factor C subunit 4 12.48280583 L4_control_A1 +LQ08X010880 Replication factor C subunit 4 12.26579445 L4_control_A2 +LQ08X010880 Replication factor C subunit 4 12.8197793 L4_control_A3 +LQ08X010880 Replication factor C subunit 4 11.03017653 L4_control_B1 +LQ08X010880 Replication factor C subunit 4 11.85275641 L4_control_B2 +LQ08X010880 Replication factor C subunit 4 11.00237852 L4_control_B3 +LQ08X010880 Replication factor C subunit 4 12.10142628 L4_control_C2 +LQ08X010880 Replication factor C subunit 4 11.85743074 L4_control_C3 +LQ08X010880 Replication factor C subunit 4 11.59914357 L4_chemical_A1 +LQ08X010880 Replication factor C subunit 4 11.31711304 L4_chemical_A2 +LQ08X010880 Replication factor C subunit 4 12.22337896 L4_chemical_A3 +LQ08X010880 Replication factor C subunit 4 11.28329433 L4_chemical_B1 +LQ08X010880 Replication factor C subunit 4 11.66070152 L4_chemical_B2 +LQ08X010880 Replication factor C subunit 4 11.24527459 L4_chemical_B3 +LQ08X010880 Replication factor C subunit 4 11.98491605 L4_chemical_C2 +LQ08X010880 Replication factor C subunit 4 11.79782642 L4_chemical_C3 +LQ08X010890 Putative uncharacterized protein 9.866801429 C6_control_A1 +LQ08X010890 Putative uncharacterized protein 10.64418803 C6_control_A3 +LQ08X010890 Putative uncharacterized protein 8.562516499 C6_control_B1 +LQ08X010890 Putative uncharacterized protein 8.337465754 C6_control_B2 +LQ08X010890 Putative uncharacterized protein 8.025690368 C6_control_B3 +LQ08X010890 Putative uncharacterized protein 8.558377859 C6_control_C1 +LQ08X010890 Putative uncharacterized protein 7.132257211 C6_control_C2 +LQ08X010890 Putative uncharacterized protein 8.414113121 C6_control_C3 +LQ08X010890 Putative uncharacterized protein 10.18233753 C6_chemical_A1 +LQ08X010890 Putative uncharacterized protein 10.12307684 C6_chemical_A3 +LQ08X010890 Putative uncharacterized protein 7.81399427 C6_chemical_B1 +LQ08X010890 Putative uncharacterized protein 7.431484214 C6_chemical_B2 +LQ08X010890 Putative uncharacterized protein 7.765356059 C6_chemical_B3 +LQ08X010890 Putative uncharacterized protein 8.47352583 C6_chemical_C1 +LQ08X010890 Putative uncharacterized protein 8.137471687 C6_chemical_C2 +LQ08X010890 Putative uncharacterized protein 7.90468407 C6_chemical_C3 +LQ08X010890 Putative uncharacterized protein 9.600145752 L4_control_A1 +LQ08X010890 Putative uncharacterized protein 9.341877874 L4_control_A2 +LQ08X010890 Putative uncharacterized protein 10.23343705 L4_control_A3 +LQ08X010890 Putative uncharacterized protein 8.702165865 L4_control_B1 +LQ08X010890 Putative uncharacterized protein 8.128883206 L4_control_B2 +LQ08X010890 Putative uncharacterized protein 7.491182256 L4_control_B3 +LQ08X010890 Putative uncharacterized protein 9.397170664 L4_control_C2 +LQ08X010890 Putative uncharacterized protein 7.944408798 L4_control_C3 +LQ08X010890 Putative uncharacterized protein 8.750674769 L4_chemical_A1 +LQ08X010890 Putative uncharacterized protein 8.573388818 L4_chemical_A2 +LQ08X010890 Putative uncharacterized protein 9.400882815 L4_chemical_A3 +LQ08X010890 Putative uncharacterized protein 9.568036092 L4_chemical_B1 +LQ08X010890 Putative uncharacterized protein 8.282027575 L4_chemical_B2 +LQ08X010890 Putative uncharacterized protein 7.898946206 L4_chemical_B3 +LQ08X010890 Putative uncharacterized protein 8.125892649 L4_chemical_C2 +LQ08X010890 Putative uncharacterized protein 7.41446574 L4_chemical_C3 +LQ08X010920 Metal transporter Nramp1 5.324999602 C6_control_A1 +LQ08X010920 Metal transporter Nramp1 5.59206567 C6_control_A3 +LQ08X010920 Metal transporter Nramp1 5.888142359 C6_control_B1 +LQ08X010920 Metal transporter Nramp1 5.534620634 C6_control_B2 +LQ08X010920 Metal transporter Nramp1 5.587891223 C6_control_B3 +LQ08X010920 Metal transporter Nramp1 5.491751173 C6_control_C1 +LQ08X010920 Metal transporter Nramp1 5.305953304 C6_control_C2 +LQ08X010920 Metal transporter Nramp1 5.561745796 C6_control_C3 +LQ08X010920 Metal transporter Nramp1 5.27776389 C6_chemical_A1 +LQ08X010920 Metal transporter Nramp1 5.319315212 C6_chemical_A3 +LQ08X010920 Metal transporter Nramp1 5.607741672 C6_chemical_B1 +LQ08X010920 Metal transporter Nramp1 5.616249945 C6_chemical_B2 +LQ08X010920 Metal transporter Nramp1 5.394624927 C6_chemical_B3 +LQ08X010920 Metal transporter Nramp1 5.733943654 C6_chemical_C1 +LQ08X010920 Metal transporter Nramp1 5.564062313 C6_chemical_C2 +LQ08X010920 Metal transporter Nramp1 5.881094366 C6_chemical_C3 +LQ08X010920 Metal transporter Nramp1 5.435257385 L4_control_A1 +LQ08X010920 Metal transporter Nramp1 5.756788636 L4_control_A2 +LQ08X010920 Metal transporter Nramp1 5.768596489 L4_control_A3 +LQ08X010920 Metal transporter Nramp1 5.249255127 L4_control_B1 +LQ08X010920 Metal transporter Nramp1 5.468397739 L4_control_B2 +LQ08X010920 Metal transporter Nramp1 5.026642102 L4_control_B3 +LQ08X010920 Metal transporter Nramp1 4.850597933 L4_control_C2 +LQ08X010920 Metal transporter Nramp1 5.549640185 L4_control_C3 +LQ08X010920 Metal transporter Nramp1 5.155893004 L4_chemical_A1 +LQ08X010920 Metal transporter Nramp1 5.870652538 L4_chemical_A2 +LQ08X010920 Metal transporter Nramp1 6.011777432 L4_chemical_A3 +LQ08X010920 Metal transporter Nramp1 5.465426144 L4_chemical_B1 +LQ08X010920 Metal transporter Nramp1 5.579032303 L4_chemical_B2 +LQ08X010920 Metal transporter Nramp1 5.434530177 L4_chemical_B3 +LQ08X010920 Metal transporter Nramp1 5.885701771 L4_chemical_C2 +LQ08X010920 Metal transporter Nramp1 5.362094329 L4_chemical_C3 +LQ08X010930 Hypothetical protein 4.860236459 C6_control_A1 +LQ08X010930 Hypothetical protein 5.009226553 C6_control_A3 +LQ08X010930 Hypothetical protein 4.983319161 C6_control_B1 +LQ08X010930 Hypothetical protein 4.910438948 C6_control_B2 +LQ08X010930 Hypothetical protein 5.260794677 C6_control_B3 +LQ08X010930 Hypothetical protein 5.870967437 C6_control_C1 +LQ08X010930 Hypothetical protein 4.916789089 C6_control_C2 +LQ08X010930 Hypothetical protein 4.81864826 C6_control_C3 +LQ08X010930 Hypothetical protein 5.152758783 C6_chemical_A1 +LQ08X010930 Hypothetical protein 4.90587706 C6_chemical_A3 +LQ08X010930 Hypothetical protein 4.894289493 C6_chemical_B1 +LQ08X010930 Hypothetical protein 4.653618419 C6_chemical_B2 +LQ08X010930 Hypothetical protein 5.079386693 C6_chemical_B3 +LQ08X010930 Hypothetical protein 5.230741543 C6_chemical_C1 +LQ08X010930 Hypothetical protein 4.781997159 C6_chemical_C2 +LQ08X010930 Hypothetical protein 5.138634412 C6_chemical_C3 +LQ08X010930 Hypothetical protein 4.648184843 L4_control_A1 +LQ08X010930 Hypothetical protein 5.119021011 L4_control_A2 +LQ08X010930 Hypothetical protein 4.991151911 L4_control_A3 +LQ08X010930 Hypothetical protein 4.626855067 L4_control_B1 +LQ08X010930 Hypothetical protein 4.959057088 L4_control_B2 +LQ08X010930 Hypothetical protein 4.807290956 L4_control_B3 +LQ08X010930 Hypothetical protein 4.747799226 L4_control_C2 +LQ08X010930 Hypothetical protein 5.224839823 L4_control_C3 +LQ08X010930 Hypothetical protein 4.924435366 L4_chemical_A1 +LQ08X010930 Hypothetical protein 4.70934451 L4_chemical_A2 +LQ08X010930 Hypothetical protein 4.890596833 L4_chemical_A3 +LQ08X010930 Hypothetical protein 5.544629162 L4_chemical_B1 +LQ08X010930 Hypothetical protein 4.857284412 L4_chemical_B2 +LQ08X010930 Hypothetical protein 4.751699577 L4_chemical_B3 +LQ08X010930 Hypothetical protein 4.832082299 L4_chemical_C2 +LQ08X010930 Hypothetical protein 5.099577295 L4_chemical_C3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.48529184 C6_control_A1 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.88308777 C6_control_A3 +LQ08X010960 SWI/SNF complex subunit SWI3C 10.90731437 C6_control_B1 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.84354572 C6_control_B2 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.01668043 C6_control_B3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.93685001 C6_control_C1 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.90865616 C6_control_C2 +LQ08X010960 SWI/SNF complex subunit SWI3C 12.27483709 C6_control_C3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.1988885 C6_chemical_A1 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.66393173 C6_chemical_A3 +LQ08X010960 SWI/SNF complex subunit SWI3C 10.50948621 C6_chemical_B1 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.73436433 C6_chemical_B2 +LQ08X010960 SWI/SNF complex subunit SWI3C 10.96963671 C6_chemical_B3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.96500073 C6_chemical_C1 +LQ08X010960 SWI/SNF complex subunit SWI3C 12.00395124 C6_chemical_C2 +LQ08X010960 SWI/SNF complex subunit SWI3C 12.21501449 C6_chemical_C3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.70332838 L4_control_A1 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.94652729 L4_control_A2 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.39044308 L4_control_A3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.40172996 L4_control_B1 +LQ08X010960 SWI/SNF complex subunit SWI3C 10.77765641 L4_control_B2 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.44763456 L4_control_B3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.54393398 L4_control_C2 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.46327464 L4_control_C3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.70449976 L4_chemical_A1 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.91623801 L4_chemical_A2 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.40886238 L4_chemical_A3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.13402512 L4_chemical_B1 +LQ08X010960 SWI/SNF complex subunit SWI3C 10.97871114 L4_chemical_B2 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.32846921 L4_chemical_B3 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.49980878 L4_chemical_C2 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.40871854 L4_chemical_C3 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.565257954 C6_control_A1 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.258437423 C6_control_A3 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.647333575 C6_control_B1 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.0383838 C6_control_B2 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.622021308 C6_control_B3 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.62482859 C6_control_C1 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.828617703 C6_control_C2 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.15541539 C6_control_C3 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.501360064 C6_chemical_A1 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.817884575 C6_chemical_A3 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.822102829 C6_chemical_B1 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.08558619 C6_chemical_B2 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.396182928 C6_chemical_B3 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.50064124 C6_chemical_C1 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.6868275 C6_chemical_C2 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.30958688 C6_chemical_C3 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.119798609 L4_control_A1 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.640470075 L4_control_A2 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.48863408 L4_control_A3 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.087646188 L4_control_B1 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.02692916 L4_control_B2 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.657529202 L4_control_B3 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.34149061 L4_control_C2 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.26397517 L4_control_C3 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.057048117 L4_chemical_A1 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.6050608 L4_chemical_A2 +LQ08X010970 Putative N-glycosylase/DNA lyase 8.538452531 L4_chemical_A3 +LQ08X010970 Putative N-glycosylase/DNA lyase 8.840558482 L4_chemical_B1 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.536032355 L4_chemical_B2 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.395679844 L4_chemical_B3 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.884585027 L4_chemical_C2 +LQ08X010970 Putative N-glycosylase/DNA lyase 10.1343567 L4_chemical_C3 +LQ08X011000 Proteasome subunit beta type-3-A 14.61577988 C6_control_A1 +LQ08X011000 Proteasome subunit beta type-3-A 14.68392486 C6_control_A3 +LQ08X011000 Proteasome subunit beta type-3-A 13.95477715 C6_control_B1 +LQ08X011000 Proteasome subunit beta type-3-A 13.82374284 C6_control_B2 +LQ08X011000 Proteasome subunit beta type-3-A 14.03714881 C6_control_B3 +LQ08X011000 Proteasome subunit beta type-3-A 13.67762724 C6_control_C1 +LQ08X011000 Proteasome subunit beta type-3-A 13.53070024 C6_control_C2 +LQ08X011000 Proteasome subunit beta type-3-A 13.4160131 C6_control_C3 +LQ08X011000 Proteasome subunit beta type-3-A 14.54022859 C6_chemical_A1 +LQ08X011000 Proteasome subunit beta type-3-A 14.46234081 C6_chemical_A3 +LQ08X011000 Proteasome subunit beta type-3-A 13.7587656 C6_chemical_B1 +LQ08X011000 Proteasome subunit beta type-3-A 13.95474723 C6_chemical_B2 +LQ08X011000 Proteasome subunit beta type-3-A 13.66120599 C6_chemical_B3 +LQ08X011000 Proteasome subunit beta type-3-A 13.64700181 C6_chemical_C1 +LQ08X011000 Proteasome subunit beta type-3-A 13.39568052 C6_chemical_C2 +LQ08X011000 Proteasome subunit beta type-3-A 13.18101412 C6_chemical_C3 +LQ08X011000 Proteasome subunit beta type-3-A 14.42042477 L4_control_A1 +LQ08X011000 Proteasome subunit beta type-3-A 14.21564823 L4_control_A2 +LQ08X011000 Proteasome subunit beta type-3-A 14.61518258 L4_control_A3 +LQ08X011000 Proteasome subunit beta type-3-A 13.32651463 L4_control_B1 +LQ08X011000 Proteasome subunit beta type-3-A 13.78970942 L4_control_B2 +LQ08X011000 Proteasome subunit beta type-3-A 13.76875285 L4_control_B3 +LQ08X011000 Proteasome subunit beta type-3-A 13.26049084 L4_control_C2 +LQ08X011000 Proteasome subunit beta type-3-A 13.45080924 L4_control_C3 +LQ08X011000 Proteasome subunit beta type-3-A 14.36523313 L4_chemical_A1 +LQ08X011000 Proteasome subunit beta type-3-A 14.11347367 L4_chemical_A2 +LQ08X011000 Proteasome subunit beta type-3-A 14.5789954 L4_chemical_A3 +LQ08X011000 Proteasome subunit beta type-3-A 13.75816483 L4_chemical_B1 +LQ08X011000 Proteasome subunit beta type-3-A 13.70941577 L4_chemical_B2 +LQ08X011000 Proteasome subunit beta type-3-A 14.06226207 L4_chemical_B3 +LQ08X011000 Proteasome subunit beta type-3-A 13.27563625 L4_chemical_C2 +LQ08X011000 Proteasome subunit beta type-3-A 13.48893615 L4_chemical_C3 +LQ08X011030 NAC domain-containing protein 2 9.914626807 C6_control_A1 +LQ08X011030 NAC domain-containing protein 2 9.998379786 C6_control_A3 +LQ08X011030 NAC domain-containing protein 2 11.22195996 C6_control_B1 +LQ08X011030 NAC domain-containing protein 2 11.28441618 C6_control_B2 +LQ08X011030 NAC domain-containing protein 2 11.42854208 C6_control_B3 +LQ08X011030 NAC domain-containing protein 2 11.7247877 C6_control_C1 +LQ08X011030 NAC domain-containing protein 2 12.63545358 C6_control_C2 +LQ08X011030 NAC domain-containing protein 2 11.2683495 C6_control_C3 +LQ08X011030 NAC domain-containing protein 2 10.63600297 C6_chemical_A1 +LQ08X011030 NAC domain-containing protein 2 10.83889161 C6_chemical_A3 +LQ08X011030 NAC domain-containing protein 2 12.23546315 C6_chemical_B1 +LQ08X011030 NAC domain-containing protein 2 11.59073788 C6_chemical_B2 +LQ08X011030 NAC domain-containing protein 2 12.16336289 C6_chemical_B3 +LQ08X011030 NAC domain-containing protein 2 13.13058071 C6_chemical_C1 +LQ08X011030 NAC domain-containing protein 2 12.76179817 C6_chemical_C2 +LQ08X011030 NAC domain-containing protein 2 12.84738364 C6_chemical_C3 +LQ08X011030 NAC domain-containing protein 2 10.98896415 L4_control_A1 +LQ08X011030 NAC domain-containing protein 2 11.8250187 L4_control_A2 +LQ08X011030 NAC domain-containing protein 2 11.66174527 L4_control_A3 +LQ08X011030 NAC domain-containing protein 2 13.34341843 L4_control_B1 +LQ08X011030 NAC domain-containing protein 2 13.10354915 L4_control_B2 +LQ08X011030 NAC domain-containing protein 2 13.72697403 L4_control_B3 +LQ08X011030 NAC domain-containing protein 2 14.61791895 L4_control_C2 +LQ08X011030 NAC domain-containing protein 2 14.11700665 L4_control_C3 +LQ08X011030 NAC domain-containing protein 2 13.65569917 L4_chemical_A1 +LQ08X011030 NAC domain-containing protein 2 13.8598314 L4_chemical_A2 +LQ08X011030 NAC domain-containing protein 2 12.63300287 L4_chemical_A3 +LQ08X011030 NAC domain-containing protein 2 14.22383976 L4_chemical_B1 +LQ08X011030 NAC domain-containing protein 2 13.02388068 L4_chemical_B2 +LQ08X011030 NAC domain-containing protein 2 12.46401111 L4_chemical_B3 +LQ08X011030 NAC domain-containing protein 2 14.530131 L4_chemical_C2 +LQ08X011030 NAC domain-containing protein 2 13.77767365 L4_chemical_C3 +LQ08X011040 Putative U-box domain-containing protein 13 9.579354154 C6_control_A1 +LQ08X011040 Putative U-box domain-containing protein 13 8.880204219 C6_control_A3 +LQ08X011040 Putative U-box domain-containing protein 13 10.40141637 C6_control_B1 +LQ08X011040 Putative U-box domain-containing protein 13 10.40748934 C6_control_B2 +LQ08X011040 Putative U-box domain-containing protein 13 10.20706275 C6_control_B3 +LQ08X011040 Putative U-box domain-containing protein 13 10.04662493 C6_control_C1 +LQ08X011040 Putative U-box domain-containing protein 13 10.16328188 C6_control_C2 +LQ08X011040 Putative U-box domain-containing protein 13 9.783135291 C6_control_C3 +LQ08X011040 Putative U-box domain-containing protein 13 9.665526363 C6_chemical_A1 +LQ08X011040 Putative U-box domain-containing protein 13 9.111210451 C6_chemical_A3 +LQ08X011040 Putative U-box domain-containing protein 13 10.56361231 C6_chemical_B1 +LQ08X011040 Putative U-box domain-containing protein 13 10.28955705 C6_chemical_B2 +LQ08X011040 Putative U-box domain-containing protein 13 10.15917226 C6_chemical_B3 +LQ08X011040 Putative U-box domain-containing protein 13 10.19162427 C6_chemical_C1 +LQ08X011040 Putative U-box domain-containing protein 13 9.892158152 C6_chemical_C2 +LQ08X011040 Putative U-box domain-containing protein 13 9.847334542 C6_chemical_C3 +LQ08X011040 Putative U-box domain-containing protein 13 9.514213104 L4_control_A1 +LQ08X011040 Putative U-box domain-containing protein 13 9.3780972 L4_control_A2 +LQ08X011040 Putative U-box domain-containing protein 13 7.974756314 L4_control_A3 +LQ08X011040 Putative U-box domain-containing protein 13 10.162858 L4_control_B1 +LQ08X011040 Putative U-box domain-containing protein 13 10.54784288 L4_control_B2 +LQ08X011040 Putative U-box domain-containing protein 13 10.31050361 L4_control_B3 +LQ08X011040 Putative U-box domain-containing protein 13 9.760311513 L4_control_C2 +LQ08X011040 Putative U-box domain-containing protein 13 10.04405616 L4_control_C3 +LQ08X011040 Putative U-box domain-containing protein 13 9.209226879 L4_chemical_A1 +LQ08X011040 Putative U-box domain-containing protein 13 9.079081942 L4_chemical_A2 +LQ08X011040 Putative U-box domain-containing protein 13 8.731732623 L4_chemical_A3 +LQ08X011040 Putative U-box domain-containing protein 13 10.02466799 L4_chemical_B1 +LQ08X011040 Putative U-box domain-containing protein 13 10.21155637 L4_chemical_B2 +LQ08X011040 Putative U-box domain-containing protein 13 10.1701796 L4_chemical_B3 +LQ08X011040 Putative U-box domain-containing protein 13 9.782828608 L4_chemical_C2 +LQ08X011040 Putative U-box domain-containing protein 13 10.16709124 L4_chemical_C3 +LQ08X011050 Replication factor C subunit 5 10.65058105 C6_control_A1 +LQ08X011050 Replication factor C subunit 5 11.25022942 C6_control_A3 +LQ08X011050 Replication factor C subunit 5 9.192153344 C6_control_B1 +LQ08X011050 Replication factor C subunit 5 7.959441231 C6_control_B2 +LQ08X011050 Replication factor C subunit 5 7.677733935 C6_control_B3 +LQ08X011050 Replication factor C subunit 5 8.631932187 C6_control_C1 +LQ08X011050 Replication factor C subunit 5 8.831339628 C6_control_C2 +LQ08X011050 Replication factor C subunit 5 8.625092074 C6_control_C3 +LQ08X011050 Replication factor C subunit 5 10.61832017 C6_chemical_A1 +LQ08X011050 Replication factor C subunit 5 10.52212898 C6_chemical_A3 +LQ08X011050 Replication factor C subunit 5 7.656333975 C6_chemical_B1 +LQ08X011050 Replication factor C subunit 5 7.474783679 C6_chemical_B2 +LQ08X011050 Replication factor C subunit 5 7.352021884 C6_chemical_B3 +LQ08X011050 Replication factor C subunit 5 8.830169041 C6_chemical_C1 +LQ08X011050 Replication factor C subunit 5 8.76483586 C6_chemical_C2 +LQ08X011050 Replication factor C subunit 5 8.776668987 C6_chemical_C3 +LQ08X011050 Replication factor C subunit 5 11.44175454 L4_control_A1 +LQ08X011050 Replication factor C subunit 5 10.95905672 L4_control_A2 +LQ08X011050 Replication factor C subunit 5 11.25021778 L4_control_A3 +LQ08X011050 Replication factor C subunit 5 7.326298107 L4_control_B1 +LQ08X011050 Replication factor C subunit 5 8.734432851 L4_control_B2 +LQ08X011050 Replication factor C subunit 5 8.8381321 L4_control_B3 +LQ08X011050 Replication factor C subunit 5 10.41345444 L4_control_C2 +LQ08X011050 Replication factor C subunit 5 9.706796183 L4_control_C3 +LQ08X011050 Replication factor C subunit 5 9.16187941 L4_chemical_A1 +LQ08X011050 Replication factor C subunit 5 9.994149521 L4_chemical_A2 +LQ08X011050 Replication factor C subunit 5 11.09679145 L4_chemical_A3 +LQ08X011050 Replication factor C subunit 5 8.642512996 L4_chemical_B1 +LQ08X011050 Replication factor C subunit 5 9.368522387 L4_chemical_B2 +LQ08X011050 Replication factor C subunit 5 9.135619107 L4_chemical_B3 +LQ08X011050 Replication factor C subunit 5 10.09073152 L4_chemical_C2 +LQ08X011050 Replication factor C subunit 5 9.732194333 L4_chemical_C3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.08299632 C6_control_A1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.31535761 C6_control_A3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.62043325 C6_control_B1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.31455065 C6_control_B2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.6420106 C6_control_B3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.75779624 C6_control_C1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.65357147 C6_control_C2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.86676652 C6_control_C3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.99504361 C6_chemical_A1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.83905356 C6_chemical_A3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.64105922 C6_chemical_B1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.3302062 C6_chemical_B2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.81235092 C6_chemical_B3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.81439925 C6_chemical_C1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.59307254 C6_chemical_C2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 13.0381699 C6_chemical_C3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.29015354 L4_control_A1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.42628685 L4_control_A2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 10.83376859 L4_control_A3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.30713816 L4_control_B1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.54674398 L4_control_B2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.51834367 L4_control_B3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.30053104 L4_control_C2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.77578862 L4_control_C3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.1686488 L4_chemical_A1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.88633322 L4_chemical_A2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.25377957 L4_chemical_A3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.37047778 L4_chemical_B1 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.51532238 L4_chemical_B2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.21934283 L4_chemical_B3 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.43745276 L4_chemical_C2 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 12.88836712 L4_chemical_C3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.792231346 C6_control_A1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.056366272 C6_control_A3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.043267039 C6_control_B1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.878821775 C6_control_B2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.407125827 C6_control_B3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.873577539 C6_control_C1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.295285598 C6_control_C2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.130090636 C6_control_C3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.782426201 C6_chemical_A1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.568546762 C6_chemical_A3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.819185185 C6_chemical_B1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.590267044 C6_chemical_B2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.860495599 C6_chemical_B3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.715319159 C6_chemical_C1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.751229741 C6_chemical_C2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.560572195 C6_chemical_C3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.800266546 L4_control_A1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.666675512 L4_control_A2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.472892498 L4_control_A3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.534968896 L4_control_B1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.179048345 L4_control_B2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.799148373 L4_control_B3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.96819439 L4_control_C2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.642317637 L4_control_C3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.452480445 L4_chemical_A1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.820263576 L4_chemical_A2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.197224436 L4_chemical_A3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.593135089 L4_chemical_B1 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.969171658 L4_chemical_B2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.739702335 L4_chemical_B3 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 7.109446132 L4_chemical_C2 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.667257554 L4_chemical_C3 +LQ08X011150 Protein disulfide-isomerase 15.08685063 C6_control_A1 +LQ08X011150 Protein disulfide-isomerase 14.80658563 C6_control_A3 +LQ08X011150 Protein disulfide-isomerase 15.00416904 C6_control_B1 +LQ08X011150 Protein disulfide-isomerase 15.04186224 C6_control_B2 +LQ08X011150 Protein disulfide-isomerase 14.83484826 C6_control_B3 +LQ08X011150 Protein disulfide-isomerase 14.4548507 C6_control_C1 +LQ08X011150 Protein disulfide-isomerase 14.92849233 C6_control_C2 +LQ08X011150 Protein disulfide-isomerase 14.82935811 C6_control_C3 +LQ08X011150 Protein disulfide-isomerase 14.90168434 C6_chemical_A1 +LQ08X011150 Protein disulfide-isomerase 14.69793372 C6_chemical_A3 +LQ08X011150 Protein disulfide-isomerase 14.68662784 C6_chemical_B1 +LQ08X011150 Protein disulfide-isomerase 15.21637026 C6_chemical_B2 +LQ08X011150 Protein disulfide-isomerase 14.52200885 C6_chemical_B3 +LQ08X011150 Protein disulfide-isomerase 14.21516312 C6_chemical_C1 +LQ08X011150 Protein disulfide-isomerase 14.43040133 C6_chemical_C2 +LQ08X011150 Protein disulfide-isomerase 14.07564247 C6_chemical_C3 +LQ08X011150 Protein disulfide-isomerase 14.91024404 L4_control_A1 +LQ08X011150 Protein disulfide-isomerase 15.30543891 L4_control_A2 +LQ08X011150 Protein disulfide-isomerase 14.70595431 L4_control_A3 +LQ08X011150 Protein disulfide-isomerase 14.74667292 L4_control_B1 +LQ08X011150 Protein disulfide-isomerase 15.0164953 L4_control_B2 +LQ08X011150 Protein disulfide-isomerase 14.59408707 L4_control_B3 +LQ08X011150 Protein disulfide-isomerase 14.39070101 L4_control_C2 +LQ08X011150 Protein disulfide-isomerase 14.06993122 L4_control_C3 +LQ08X011150 Protein disulfide-isomerase 15.2483041 L4_chemical_A1 +LQ08X011150 Protein disulfide-isomerase 15.00701842 L4_chemical_A2 +LQ08X011150 Protein disulfide-isomerase 15.03889082 L4_chemical_A3 +LQ08X011150 Protein disulfide-isomerase 14.40884762 L4_chemical_B1 +LQ08X011150 Protein disulfide-isomerase 14.67956785 L4_chemical_B2 +LQ08X011150 Protein disulfide-isomerase 15.19887169 L4_chemical_B3 +LQ08X011150 Protein disulfide-isomerase 14.51882817 L4_chemical_C2 +LQ08X011150 Protein disulfide-isomerase 14.42539958 L4_chemical_C3 +LQ08X011180 Type-a response regulator 5.296917745 C6_control_A1 +LQ08X011180 Type-a response regulator 4.976664863 C6_control_A3 +LQ08X011180 Type-a response regulator 5.266169071 C6_control_B1 +LQ08X011180 Type-a response regulator 5.376939111 C6_control_B2 +LQ08X011180 Type-a response regulator 5.05695896 C6_control_B3 +LQ08X011180 Type-a response regulator 5.089265101 C6_control_C1 +LQ08X011180 Type-a response regulator 4.673619933 C6_control_C2 +LQ08X011180 Type-a response regulator 5.06710483 C6_control_C3 +LQ08X011180 Type-a response regulator 5.00298582 C6_chemical_A1 +LQ08X011180 Type-a response regulator 5.043378302 C6_chemical_A3 +LQ08X011180 Type-a response regulator 5.703121032 C6_chemical_B1 +LQ08X011180 Type-a response regulator 5.166516851 C6_chemical_B2 +LQ08X011180 Type-a response regulator 5.144151255 C6_chemical_B3 +LQ08X011180 Type-a response regulator 4.997613652 C6_chemical_C1 +LQ08X011180 Type-a response regulator 4.790668435 C6_chemical_C2 +LQ08X011180 Type-a response regulator 5.083887655 C6_chemical_C3 +LQ08X011180 Type-a response regulator 5.481676004 L4_control_A1 +LQ08X011180 Type-a response regulator 5.190826649 L4_control_A2 +LQ08X011180 Type-a response regulator 5.092754124 L4_control_A3 +LQ08X011180 Type-a response regulator 4.917033582 L4_control_B1 +LQ08X011180 Type-a response regulator 5.137125199 L4_control_B2 +LQ08X011180 Type-a response regulator 5.091216349 L4_control_B3 +LQ08X011180 Type-a response regulator 5.27789398 L4_control_C2 +LQ08X011180 Type-a response regulator 5.226769014 L4_control_C3 +LQ08X011180 Type-a response regulator 4.969843144 L4_chemical_A1 +LQ08X011180 Type-a response regulator 4.980780218 L4_chemical_A2 +LQ08X011180 Type-a response regulator 5.240393821 L4_chemical_A3 +LQ08X011180 Type-a response regulator 4.716504605 L4_chemical_B1 +LQ08X011180 Type-a response regulator 5.092934959 L4_chemical_B2 +LQ08X011180 Type-a response regulator 5.044658725 L4_chemical_B3 +LQ08X011180 Type-a response regulator 5.602534017 L4_chemical_C2 +LQ08X011180 Type-a response regulator 5.403472863 L4_chemical_C3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.097085519 C6_control_A1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.562880233 C6_control_A3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.259672782 C6_control_B1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.113913336 C6_control_B2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.463681225 C6_control_B3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.64389 C6_control_C1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.687102277 C6_control_C2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.70830196 C6_control_C3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.894923594 C6_chemical_A1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.632121081 C6_chemical_A3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.715383784 C6_chemical_B1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.175514222 C6_chemical_B2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.351320617 C6_chemical_B3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.296349818 C6_chemical_C1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.243768292 C6_chemical_C2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.582279321 C6_chemical_C3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.034037747 L4_control_A1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.560803861 L4_control_A2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.633977188 L4_control_A3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.512223478 L4_control_B1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.37018484 L4_control_B2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.378743348 L4_control_B3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.622337117 L4_control_C2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.015159177 L4_control_C3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.057127806 L4_chemical_A1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.25630537 L4_chemical_A2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.781100412 L4_chemical_A3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.535372842 L4_chemical_B1 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.768136859 L4_chemical_B2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.395263396 L4_chemical_B3 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.651482718 L4_chemical_C2 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 6.394939373 L4_chemical_C3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.270423999 C6_control_A1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.695835097 C6_control_A3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.111539533 C6_control_B1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.18174167 C6_control_B2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.953841796 C6_control_B3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.762407249 C6_control_C1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.792049933 C6_control_C2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.371905771 C6_control_C3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.147535671 C6_chemical_A1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.45494395 C6_chemical_A3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.941492916 C6_chemical_B1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.120462491 C6_chemical_B2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.00720237 C6_chemical_B3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.388237797 C6_chemical_C1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.803058724 C6_chemical_C2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.573350474 C6_chemical_C3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.083166058 L4_control_A1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.19296022 L4_control_A2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.101986578 L4_control_A3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.988655499 L4_control_B1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.954089555 L4_control_B2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.036030464 L4_control_B3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.02728025 L4_control_C2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.524578996 L4_control_C3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.083961012 L4_chemical_A1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.083986446 L4_chemical_A2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.597145309 L4_chemical_A3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.933005887 L4_chemical_B1 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.275848716 L4_chemical_B2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.977850684 L4_chemical_B3 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.403840717 L4_chemical_C2 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 5.528827059 L4_chemical_C3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.74183294 C6_control_A1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.62092886 C6_control_A3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.85238441 C6_control_B1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 11.68099551 C6_control_B2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 11.7725793 C6_control_B3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.71389949 C6_control_C1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.17647083 C6_control_C2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 11.84566126 C6_control_C3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.95252445 C6_chemical_A1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 13.08748921 C6_chemical_A3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 13.08709064 C6_chemical_B1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 11.85730335 C6_chemical_B2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.00363317 C6_chemical_B3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.76645581 C6_chemical_C1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.65570838 C6_chemical_C2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.13762032 C6_chemical_C3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.75340644 L4_control_A1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.88043152 L4_control_A2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.66406558 L4_control_A3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.66970769 L4_control_B1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.96991844 L4_control_B2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 11.65957195 L4_control_B3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.3828066 L4_control_C2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.66054478 L4_control_C3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.43962935 L4_chemical_A1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.65300461 L4_chemical_A2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.67239867 L4_chemical_A3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 13.22768061 L4_chemical_B1 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.71944525 L4_chemical_B2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.19234296 L4_chemical_B3 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.61998474 L4_chemical_C2 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.7469777 L4_chemical_C3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.635672268 C6_control_A1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.500562325 C6_control_A3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.965158816 C6_control_B1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.664955002 C6_control_B2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.291065214 C6_control_B3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.990550076 C6_control_C1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.874664144 C6_control_C2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.760330879 C6_control_C3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.90185723 C6_chemical_A1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.708997985 C6_chemical_A3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.784878994 C6_chemical_B1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.604990473 C6_chemical_B2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.421860166 C6_chemical_B3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 6.157730622 C6_chemical_C1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.628870963 C6_chemical_C2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.898369334 C6_chemical_C3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.756525467 L4_control_A1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.402502195 L4_control_A2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.592229621 L4_control_A3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.982048734 L4_control_B1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.259027417 L4_control_B2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.245994076 L4_control_B3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.772151732 L4_control_C2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.961939641 L4_control_C3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.605788747 L4_chemical_A1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.434059905 L4_chemical_A2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.662079398 L4_chemical_A3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.530003802 L4_chemical_B1 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.879726813 L4_chemical_B2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.364601742 L4_chemical_B3 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.472317895 L4_chemical_C2 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.450504003 L4_chemical_C3 +LQ08X011260 F-box protein 7 6.158978279 C6_control_A1 +LQ08X011260 F-box protein 7 6.32957476 C6_control_A3 +LQ08X011260 F-box protein 7 6.332946621 C6_control_B1 +LQ08X011260 F-box protein 7 5.849321804 C6_control_B2 +LQ08X011260 F-box protein 7 6.191643988 C6_control_B3 +LQ08X011260 F-box protein 7 6.188477143 C6_control_C1 +LQ08X011260 F-box protein 7 7.43004735 C6_control_C2 +LQ08X011260 F-box protein 7 6.077382681 C6_control_C3 +LQ08X011260 F-box protein 7 5.985940807 C6_chemical_A1 +LQ08X011260 F-box protein 7 5.620879002 C6_chemical_A3 +LQ08X011260 F-box protein 7 6.345657693 C6_chemical_B1 +LQ08X011260 F-box protein 7 6.055911651 C6_chemical_B2 +LQ08X011260 F-box protein 7 6.015754846 C6_chemical_B3 +LQ08X011260 F-box protein 7 6.393515646 C6_chemical_C1 +LQ08X011260 F-box protein 7 6.073025906 C6_chemical_C2 +LQ08X011260 F-box protein 7 5.994210935 C6_chemical_C3 +LQ08X011260 F-box protein 7 5.990235112 L4_control_A1 +LQ08X011260 F-box protein 7 5.645649767 L4_control_A2 +LQ08X011260 F-box protein 7 6.207927952 L4_control_A3 +LQ08X011260 F-box protein 7 5.789324467 L4_control_B1 +LQ08X011260 F-box protein 7 6.127573282 L4_control_B2 +LQ08X011260 F-box protein 7 5.57721088 L4_control_B3 +LQ08X011260 F-box protein 7 6.603292152 L4_control_C2 +LQ08X011260 F-box protein 7 6.174279927 L4_control_C3 +LQ08X011260 F-box protein 7 5.555368965 L4_chemical_A1 +LQ08X011260 F-box protein 7 5.941977042 L4_chemical_A2 +LQ08X011260 F-box protein 7 5.601903985 L4_chemical_A3 +LQ08X011260 F-box protein 7 5.985804884 L4_chemical_B1 +LQ08X011260 F-box protein 7 5.481907925 L4_chemical_B2 +LQ08X011260 F-box protein 7 5.783900933 L4_chemical_B3 +LQ08X011260 F-box protein 7 6.152117311 L4_chemical_C2 +LQ08X011260 F-box protein 7 6.518518153 L4_chemical_C3 +LQ08X011270 Uncharacterized protein At1g77540 6.304370878 C6_control_A1 +LQ08X011270 Uncharacterized protein At1g77540 5.814415158 C6_control_A3 +LQ08X011270 Uncharacterized protein At1g77540 5.35429598 C6_control_B1 +LQ08X011270 Uncharacterized protein At1g77540 5.604311983 C6_control_B2 +LQ08X011270 Uncharacterized protein At1g77540 5.806398386 C6_control_B3 +LQ08X011270 Uncharacterized protein At1g77540 5.337900546 C6_control_C1 +LQ08X011270 Uncharacterized protein At1g77540 5.529010932 C6_control_C2 +LQ08X011270 Uncharacterized protein At1g77540 5.809543062 C6_control_C3 +LQ08X011270 Uncharacterized protein At1g77540 5.887534141 C6_chemical_A1 +LQ08X011270 Uncharacterized protein At1g77540 5.739764069 C6_chemical_A3 +LQ08X011270 Uncharacterized protein At1g77540 5.903727686 C6_chemical_B1 +LQ08X011270 Uncharacterized protein At1g77540 5.843303297 C6_chemical_B2 +LQ08X011270 Uncharacterized protein At1g77540 5.844618868 C6_chemical_B3 +LQ08X011270 Uncharacterized protein At1g77540 5.543422316 C6_chemical_C1 +LQ08X011270 Uncharacterized protein At1g77540 5.852706629 C6_chemical_C2 +LQ08X011270 Uncharacterized protein At1g77540 5.67424989 C6_chemical_C3 +LQ08X011270 Uncharacterized protein At1g77540 5.714515564 L4_control_A1 +LQ08X011270 Uncharacterized protein At1g77540 5.459100778 L4_control_A2 +LQ08X011270 Uncharacterized protein At1g77540 6.345899011 L4_control_A3 +LQ08X011270 Uncharacterized protein At1g77540 5.768060604 L4_control_B1 +LQ08X011270 Uncharacterized protein At1g77540 5.919858532 L4_control_B2 +LQ08X011270 Uncharacterized protein At1g77540 6.026521193 L4_control_B3 +LQ08X011270 Uncharacterized protein At1g77540 6.03920164 L4_control_C2 +LQ08X011270 Uncharacterized protein At1g77540 5.233349822 L4_control_C3 +LQ08X011270 Uncharacterized protein At1g77540 5.551670539 L4_chemical_A1 +LQ08X011270 Uncharacterized protein At1g77540 6.08471418 L4_chemical_A2 +LQ08X011270 Uncharacterized protein At1g77540 6.423260017 L4_chemical_A3 +LQ08X011270 Uncharacterized protein At1g77540 5.540475448 L4_chemical_B1 +LQ08X011270 Uncharacterized protein At1g77540 5.546505987 L4_chemical_B2 +LQ08X011270 Uncharacterized protein At1g77540 6.238508116 L4_chemical_B3 +LQ08X011270 Uncharacterized protein At1g77540 5.932437503 L4_chemical_C2 +LQ08X011270 Uncharacterized protein At1g77540 6.006927223 L4_chemical_C3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.63274412 C6_control_A1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.52122001 C6_control_A3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.81120909 C6_control_B1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 15.14760354 C6_control_B2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.95857769 C6_control_B3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.70583764 C6_control_C1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.96010575 C6_control_C2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.84735106 C6_control_C3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.71190602 C6_chemical_A1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.40818371 C6_chemical_A3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.67450945 C6_chemical_B1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.97250682 C6_chemical_B2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.86903986 C6_chemical_B3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.65036039 C6_chemical_C1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.70401333 C6_chemical_C2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.61391212 C6_chemical_C3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.43813017 L4_control_A1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.61767178 L4_control_A2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.49009975 L4_control_A3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.17567038 L4_control_B1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 13.90084952 L4_control_B2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.73690398 L4_control_B3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.16926097 L4_control_C2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 13.82764529 L4_control_C3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.75216501 L4_chemical_A1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.77327891 L4_chemical_A2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.58966125 L4_chemical_A3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.22740921 L4_chemical_B1 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.22346793 L4_chemical_B2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.86270289 L4_chemical_B3 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.36209995 L4_chemical_C2 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 13.8380536 L4_chemical_C3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.275021462 C6_control_A1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 6.515937913 C6_control_A3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 9.071788525 C6_control_B1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 7.839819961 C6_control_B2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.503539285 C6_control_B3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.244492888 C6_control_C1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 6.816990977 C6_control_C2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 7.580011496 C6_control_C3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.550917121 C6_chemical_A1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.03203502 C6_chemical_A3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 9.107309481 C6_chemical_B1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 7.945909869 C6_chemical_B2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.703103851 C6_chemical_B3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.101670668 C6_chemical_C1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 7.776884918 C6_chemical_C2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 7.872322973 C6_chemical_C3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.416769103 L4_control_A1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.132304616 L4_control_A2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.159717048 L4_control_A3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.718199894 L4_control_B1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 9.536157408 L4_control_B2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.843023791 L4_control_B3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 9.093251818 L4_control_C2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 9.301860362 L4_control_C3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.167665386 L4_chemical_A1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.101714103 L4_chemical_A2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 6.841027532 L4_chemical_A3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.727754781 L4_chemical_B1 +LQ08X011300 Protein transport protein Sec24-like At4g32640 9.157214121 L4_chemical_B2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.490018529 L4_chemical_B3 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.92652996 L4_chemical_C2 +LQ08X011300 Protein transport protein Sec24-like At4g32640 9.384384783 L4_chemical_C3 +LQ08X011320 Predicted protein 6.499011974 C6_control_A1 +LQ08X011320 Predicted protein 6.544317832 C6_control_A3 +LQ08X011320 Predicted protein 5.694706098 C6_control_B1 +LQ08X011320 Predicted protein 6.162311523 C6_control_B2 +LQ08X011320 Predicted protein 6.129127398 C6_control_B3 +LQ08X011320 Predicted protein 6.246448278 C6_control_C1 +LQ08X011320 Predicted protein 6.014571507 C6_control_C2 +LQ08X011320 Predicted protein 6.38677041 C6_control_C3 +LQ08X011320 Predicted protein 6.437463565 C6_chemical_A1 +LQ08X011320 Predicted protein 6.302736822 C6_chemical_A3 +LQ08X011320 Predicted protein 5.746156424 C6_chemical_B1 +LQ08X011320 Predicted protein 6.189142487 C6_chemical_B2 +LQ08X011320 Predicted protein 6.347869371 C6_chemical_B3 +LQ08X011320 Predicted protein 6.478355135 C6_chemical_C1 +LQ08X011320 Predicted protein 6.618870815 C6_chemical_C2 +LQ08X011320 Predicted protein 6.521413233 C6_chemical_C3 +LQ08X011320 Predicted protein 6.449541453 L4_control_A1 +LQ08X011320 Predicted protein 6.751928334 L4_control_A2 +LQ08X011320 Predicted protein 7.570760578 L4_control_A3 +LQ08X011320 Predicted protein 6.072231944 L4_control_B1 +LQ08X011320 Predicted protein 6.291739676 L4_control_B2 +LQ08X011320 Predicted protein 6.646518321 L4_control_B3 +LQ08X011320 Predicted protein 7.161363547 L4_control_C2 +LQ08X011320 Predicted protein 6.565563481 L4_control_C3 +LQ08X011320 Predicted protein 6.531041706 L4_chemical_A1 +LQ08X011320 Predicted protein 6.869029171 L4_chemical_A2 +LQ08X011320 Predicted protein 7.794602334 L4_chemical_A3 +LQ08X011320 Predicted protein 6.412347961 L4_chemical_B1 +LQ08X011320 Predicted protein 6.223698272 L4_chemical_B2 +LQ08X011320 Predicted protein 6.552178627 L4_chemical_B3 +LQ08X011320 Predicted protein 6.424057949 L4_chemical_C2 +LQ08X011320 Predicted protein 6.729556958 L4_chemical_C3 +LQ08X011370 Filament-like plant protein (Fragment) 9.963661439 C6_control_A1 +LQ08X011370 Filament-like plant protein (Fragment) 10.73506818 C6_control_A3 +LQ08X011370 Filament-like plant protein (Fragment) 9.607190479 C6_control_B1 +LQ08X011370 Filament-like plant protein (Fragment) 9.278163176 C6_control_B2 +LQ08X011370 Filament-like plant protein (Fragment) 9.473122236 C6_control_B3 +LQ08X011370 Filament-like plant protein (Fragment) 6.272034843 C6_control_C1 +LQ08X011370 Filament-like plant protein (Fragment) 6.812060639 C6_control_C2 +LQ08X011370 Filament-like plant protein (Fragment) 5.884473677 C6_control_C3 +LQ08X011370 Filament-like plant protein (Fragment) 10.14835642 C6_chemical_A1 +LQ08X011370 Filament-like plant protein (Fragment) 10.76476887 C6_chemical_A3 +LQ08X011370 Filament-like plant protein (Fragment) 9.988084632 C6_chemical_B1 +LQ08X011370 Filament-like plant protein (Fragment) 9.705366677 C6_chemical_B2 +LQ08X011370 Filament-like plant protein (Fragment) 9.726258097 C6_chemical_B3 +LQ08X011370 Filament-like plant protein (Fragment) 6.994614687 C6_chemical_C1 +LQ08X011370 Filament-like plant protein (Fragment) 6.464666038 C6_chemical_C2 +LQ08X011370 Filament-like plant protein (Fragment) 6.158980827 C6_chemical_C3 +LQ08X011370 Filament-like plant protein (Fragment) 10.66117745 L4_control_A1 +LQ08X011370 Filament-like plant protein (Fragment) 9.620160507 L4_control_A2 +LQ08X011370 Filament-like plant protein (Fragment) 10.1416234 L4_control_A3 +LQ08X011370 Filament-like plant protein (Fragment) 9.728796149 L4_control_B1 +LQ08X011370 Filament-like plant protein (Fragment) 9.859831061 L4_control_B2 +LQ08X011370 Filament-like plant protein (Fragment) 8.97051968 L4_control_B3 +LQ08X011370 Filament-like plant protein (Fragment) 6.622884596 L4_control_C2 +LQ08X011370 Filament-like plant protein (Fragment) 5.981337902 L4_control_C3 +LQ08X011370 Filament-like plant protein (Fragment) 9.719694271 L4_chemical_A1 +LQ08X011370 Filament-like plant protein (Fragment) 9.290059835 L4_chemical_A2 +LQ08X011370 Filament-like plant protein (Fragment) 10.05181212 L4_chemical_A3 +LQ08X011370 Filament-like plant protein (Fragment) 8.848181956 L4_chemical_B1 +LQ08X011370 Filament-like plant protein (Fragment) 8.986220924 L4_chemical_B2 +LQ08X011370 Filament-like plant protein (Fragment) 9.819440678 L4_chemical_B3 +LQ08X011370 Filament-like plant protein (Fragment) 5.704987111 L4_chemical_C2 +LQ08X011370 Filament-like plant protein (Fragment) 6.227588411 L4_chemical_C3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.73518257 C6_control_A1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 13.69769712 C6_control_A3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.72278006 C6_control_B1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.0522595 C6_control_B2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.52344908 C6_control_B3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.67280799 C6_control_C1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.05275912 C6_control_C2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.21824483 C6_control_C3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.3274089 C6_chemical_A1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.88190788 C6_chemical_A3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.64444994 C6_chemical_B1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.62776858 C6_chemical_B2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.66000641 C6_chemical_B3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.69430688 C6_chemical_C1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.59013114 C6_chemical_C2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.46038047 C6_chemical_C3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.60013423 L4_control_A1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.66092487 L4_control_A2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 13.74402082 L4_control_A3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.82256744 L4_control_B1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.94515982 L4_control_B2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.24182795 L4_control_B3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.12049428 L4_control_C2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.94442114 L4_control_C3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.79699623 L4_chemical_A1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.36648371 L4_chemical_A2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 13.6273614 L4_chemical_A3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.2406606 L4_chemical_B1 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.17623532 L4_chemical_B2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 14.41527082 L4_chemical_B3 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.04604814 L4_chemical_C2 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.24333676 L4_chemical_C3 +LQ08X011390 Hypothetical protein 11.17974236 C6_control_A1 +LQ08X011390 Hypothetical protein 11.4749116 C6_control_A3 +LQ08X011390 Hypothetical protein 11.56407449 C6_control_B1 +LQ08X011390 Hypothetical protein 12.29168916 C6_control_B2 +LQ08X011390 Hypothetical protein 11.61054102 C6_control_B3 +LQ08X011390 Hypothetical protein 12.51952991 C6_control_C1 +LQ08X011390 Hypothetical protein 13.43540776 C6_control_C2 +LQ08X011390 Hypothetical protein 13.11427832 C6_control_C3 +LQ08X011390 Hypothetical protein 11.51288654 C6_chemical_A1 +LQ08X011390 Hypothetical protein 10.9495677 C6_chemical_A3 +LQ08X011390 Hypothetical protein 12.04368009 C6_chemical_B1 +LQ08X011390 Hypothetical protein 12.46569998 C6_chemical_B2 +LQ08X011390 Hypothetical protein 12.12124193 C6_chemical_B3 +LQ08X011390 Hypothetical protein 13.14349376 C6_chemical_C1 +LQ08X011390 Hypothetical protein 13.11043302 C6_chemical_C2 +LQ08X011390 Hypothetical protein 13.12856555 C6_chemical_C3 +LQ08X011390 Hypothetical protein 10.54202549 L4_control_A1 +LQ08X011390 Hypothetical protein 11.11453046 L4_control_A2 +LQ08X011390 Hypothetical protein 10.36312395 L4_control_A3 +LQ08X011390 Hypothetical protein 11.09864457 L4_control_B1 +LQ08X011390 Hypothetical protein 9.382900858 L4_control_B2 +LQ08X011390 Hypothetical protein 11.34762581 L4_control_B3 +LQ08X011390 Hypothetical protein 11.35943919 L4_control_C2 +LQ08X011390 Hypothetical protein 10.6775423 L4_control_C3 +LQ08X011390 Hypothetical protein 10.76113082 L4_chemical_A1 +LQ08X011390 Hypothetical protein 11.67023114 L4_chemical_A2 +LQ08X011390 Hypothetical protein 10.7718995 L4_chemical_A3 +LQ08X011390 Hypothetical protein 10.62354505 L4_chemical_B1 +LQ08X011390 Hypothetical protein 10.39052723 L4_chemical_B2 +LQ08X011390 Hypothetical protein 11.22078379 L4_chemical_B3 +LQ08X011390 Hypothetical protein 11.37736783 L4_chemical_C2 +LQ08X011390 Hypothetical protein 10.80727032 L4_chemical_C3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.36927103 C6_control_A1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.04856428 C6_control_A3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.6316753 C6_control_B1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.88026008 C6_control_B2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.66400558 C6_control_B3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 13.88524481 C6_control_C1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 13.75412891 C6_control_C2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 13.76310778 C6_control_C3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.46544451 C6_chemical_A1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.3716298 C6_chemical_A3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.71356766 C6_chemical_B1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.72455669 C6_chemical_B2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.33404523 C6_chemical_B3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 13.80073972 C6_chemical_C1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 13.49598845 C6_chemical_C2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 13.77283572 C6_chemical_C3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.16958653 L4_control_A1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 11.96351353 L4_control_A2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.33259034 L4_control_A3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 11.9138958 L4_control_B1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.0184801 L4_control_B2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.28249503 L4_control_B3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.73610621 L4_control_C2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.5491879 L4_control_C3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.31217679 L4_chemical_A1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 11.92848032 L4_chemical_A2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.4340399 L4_chemical_A3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 11.80590828 L4_chemical_B1 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 11.8250117 L4_chemical_B2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 11.87027568 L4_chemical_B3 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.44010503 L4_chemical_C2 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.63453906 L4_chemical_C3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.8741315 C6_control_A1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.96172913 C6_control_A3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.0386393 C6_control_B1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.74719634 C6_control_B2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.05778875 C6_control_B3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.13324527 C6_control_C1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.3112188 C6_control_C2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.06096404 C6_control_C3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.6526339 C6_chemical_A1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.02231109 C6_chemical_A3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.86262038 C6_chemical_B1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.90573572 C6_chemical_B2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.89092264 C6_chemical_B3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.06149766 C6_chemical_C1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.12165206 C6_chemical_C2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.07475969 C6_chemical_C3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.74143751 L4_control_A1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.06772916 L4_control_A2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.92610057 L4_control_A3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.94180999 L4_control_B1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.40499962 L4_control_B2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.26947621 L4_control_B3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.2454138 L4_control_C2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.23814197 L4_control_C3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.69728891 L4_chemical_A1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.74424189 L4_chemical_A2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.73409748 L4_chemical_A3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.0865539 L4_chemical_B1 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.1159627 L4_chemical_B2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.0279139 L4_chemical_B3 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.20261019 L4_chemical_C2 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 11.39664214 L4_chemical_C3 +LQ08X011481 Predicted protein 12.88637639 C6_control_A1 +LQ08X011481 Predicted protein 13.11277319 C6_control_A3 +LQ08X011481 Predicted protein 12.86609715 C6_control_B1 +LQ08X011481 Predicted protein 12.29743639 C6_control_B2 +LQ08X011481 Predicted protein 12.96710569 C6_control_B3 +LQ08X011481 Predicted protein 12.5545608 C6_control_C1 +LQ08X011481 Predicted protein 12.42928654 C6_control_C2 +LQ08X011481 Predicted protein 12.6129761 C6_control_C3 +LQ08X011481 Predicted protein 12.71827629 C6_chemical_A1 +LQ08X011481 Predicted protein 13.06055221 C6_chemical_A3 +LQ08X011481 Predicted protein 12.91932238 C6_chemical_B1 +LQ08X011481 Predicted protein 12.0147794 C6_chemical_B2 +LQ08X011481 Predicted protein 12.876944 C6_chemical_B3 +LQ08X011481 Predicted protein 12.42010733 C6_chemical_C1 +LQ08X011481 Predicted protein 12.1949263 C6_chemical_C2 +LQ08X011481 Predicted protein 12.45832925 C6_chemical_C3 +LQ08X011481 Predicted protein 13.04060974 L4_control_A1 +LQ08X011481 Predicted protein 12.95379663 L4_control_A2 +LQ08X011481 Predicted protein 13.44773716 L4_control_A3 +LQ08X011481 Predicted protein 13.44836129 L4_control_B1 +LQ08X011481 Predicted protein 13.02531612 L4_control_B2 +LQ08X011481 Predicted protein 12.92809995 L4_control_B3 +LQ08X011481 Predicted protein 13.40135507 L4_control_C2 +LQ08X011481 Predicted protein 13.35198945 L4_control_C3 +LQ08X011481 Predicted protein 12.92214893 L4_chemical_A1 +LQ08X011481 Predicted protein 12.83146605 L4_chemical_A2 +LQ08X011481 Predicted protein 13.52708194 L4_chemical_A3 +LQ08X011481 Predicted protein 13.10862991 L4_chemical_B1 +LQ08X011481 Predicted protein 12.930079 L4_chemical_B2 +LQ08X011481 Predicted protein 13.09569811 L4_chemical_B3 +LQ08X011481 Predicted protein 13.13358876 L4_chemical_C2 +LQ08X011481 Predicted protein 13.3165349 L4_chemical_C3 +LQ08X011490 Putative uncharacterized protein 5.941250205 C6_control_A1 +LQ08X011490 Putative uncharacterized protein 5.762195152 C6_control_A3 +LQ08X011490 Putative uncharacterized protein 6.200871047 C6_control_B1 +LQ08X011490 Putative uncharacterized protein 5.986946146 C6_control_B2 +LQ08X011490 Putative uncharacterized protein 6.694098267 C6_control_B3 +LQ08X011490 Putative uncharacterized protein 6.564353251 C6_control_C1 +LQ08X011490 Putative uncharacterized protein 6.188390937 C6_control_C2 +LQ08X011490 Putative uncharacterized protein 7.140970917 C6_control_C3 +LQ08X011490 Putative uncharacterized protein 5.837390694 C6_chemical_A1 +LQ08X011490 Putative uncharacterized protein 5.636694659 C6_chemical_A3 +LQ08X011490 Putative uncharacterized protein 6.133787903 C6_chemical_B1 +LQ08X011490 Putative uncharacterized protein 5.94355601 C6_chemical_B2 +LQ08X011490 Putative uncharacterized protein 6.037898509 C6_chemical_B3 +LQ08X011490 Putative uncharacterized protein 6.815334038 C6_chemical_C1 +LQ08X011490 Putative uncharacterized protein 6.021580343 C6_chemical_C2 +LQ08X011490 Putative uncharacterized protein 6.722690388 C6_chemical_C3 +LQ08X011490 Putative uncharacterized protein 6.05311868 L4_control_A1 +LQ08X011490 Putative uncharacterized protein 5.667999659 L4_control_A2 +LQ08X011490 Putative uncharacterized protein 5.585377229 L4_control_A3 +LQ08X011490 Putative uncharacterized protein 5.87608114 L4_control_B1 +LQ08X011490 Putative uncharacterized protein 6.160700707 L4_control_B2 +LQ08X011490 Putative uncharacterized protein 6.356057707 L4_control_B3 +LQ08X011490 Putative uncharacterized protein 5.346902333 L4_control_C2 +LQ08X011490 Putative uncharacterized protein 6.538664035 L4_control_C3 +LQ08X011490 Putative uncharacterized protein 6.348406186 L4_chemical_A1 +LQ08X011490 Putative uncharacterized protein 6.072200297 L4_chemical_A2 +LQ08X011490 Putative uncharacterized protein 5.681521311 L4_chemical_A3 +LQ08X011490 Putative uncharacterized protein 6.302061069 L4_chemical_B1 +LQ08X011490 Putative uncharacterized protein 6.479035894 L4_chemical_B2 +LQ08X011490 Putative uncharacterized protein 6.213193304 L4_chemical_B3 +LQ08X011490 Putative uncharacterized protein 6.254147015 L4_chemical_C2 +LQ08X011490 Putative uncharacterized protein 5.784314519 L4_chemical_C3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.76068018 C6_control_A1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.72425308 C6_control_A3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.91267177 C6_control_B1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.80457484 C6_control_B2 +LQ08X011510 Putative Solute carrier family 35 member E3 13.93089959 C6_control_B3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.04657405 C6_control_C1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.04561482 C6_control_C2 +LQ08X011510 Putative Solute carrier family 35 member E3 13.17108058 C6_control_C3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.73017639 C6_chemical_A1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.86657425 C6_chemical_A3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.93101678 C6_chemical_B1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.65964042 C6_chemical_B2 +LQ08X011510 Putative Solute carrier family 35 member E3 13.76808382 C6_chemical_B3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.03275224 C6_chemical_C1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.02669315 C6_chemical_C2 +LQ08X011510 Putative Solute carrier family 35 member E3 13.00535387 C6_chemical_C3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.55112593 L4_control_A1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.87963705 L4_control_A2 +LQ08X011510 Putative Solute carrier family 35 member E3 12.97943412 L4_control_A3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.93564294 L4_control_B1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.66813477 L4_control_B2 +LQ08X011510 Putative Solute carrier family 35 member E3 13.65822177 L4_control_B3 +LQ08X011510 Putative Solute carrier family 35 member E3 12.51867622 L4_control_C2 +LQ08X011510 Putative Solute carrier family 35 member E3 12.11387642 L4_control_C3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.53895703 L4_chemical_A1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.79708212 L4_chemical_A2 +LQ08X011510 Putative Solute carrier family 35 member E3 13.37899607 L4_chemical_A3 +LQ08X011510 Putative Solute carrier family 35 member E3 13.65817777 L4_chemical_B1 +LQ08X011510 Putative Solute carrier family 35 member E3 13.5315243 L4_chemical_B2 +LQ08X011510 Putative Solute carrier family 35 member E3 13.97798863 L4_chemical_B3 +LQ08X011510 Putative Solute carrier family 35 member E3 12.62654509 L4_chemical_C2 +LQ08X011510 Putative Solute carrier family 35 member E3 12.37961098 L4_chemical_C3 +LQ08X011520 Putative uncharacterized protein 13.40375886 C6_control_A1 +LQ08X011520 Putative uncharacterized protein 12.80475145 C6_control_A3 +LQ08X011520 Putative uncharacterized protein 13.38528733 C6_control_B1 +LQ08X011520 Putative uncharacterized protein 13.05339355 C6_control_B2 +LQ08X011520 Putative uncharacterized protein 13.23531458 C6_control_B3 +LQ08X011520 Putative uncharacterized protein 10.25167551 C6_control_C1 +LQ08X011520 Putative uncharacterized protein 9.377231128 C6_control_C2 +LQ08X011520 Putative uncharacterized protein 9.880541422 C6_control_C3 +LQ08X011520 Putative uncharacterized protein 13.12431084 C6_chemical_A1 +LQ08X011520 Putative uncharacterized protein 13.11566643 C6_chemical_A3 +LQ08X011520 Putative uncharacterized protein 13.2811777 C6_chemical_B1 +LQ08X011520 Putative uncharacterized protein 12.8303842 C6_chemical_B2 +LQ08X011520 Putative uncharacterized protein 12.72211533 C6_chemical_B3 +LQ08X011520 Putative uncharacterized protein 9.637222228 C6_chemical_C1 +LQ08X011520 Putative uncharacterized protein 9.062528983 C6_chemical_C2 +LQ08X011520 Putative uncharacterized protein 9.373718083 C6_chemical_C3 +LQ08X011520 Putative uncharacterized protein 13.59104638 L4_control_A1 +LQ08X011520 Putative uncharacterized protein 13.99614305 L4_control_A2 +LQ08X011520 Putative uncharacterized protein 13.10819736 L4_control_A3 +LQ08X011520 Putative uncharacterized protein 13.46923512 L4_control_B1 +LQ08X011520 Putative uncharacterized protein 13.02313231 L4_control_B2 +LQ08X011520 Putative uncharacterized protein 11.44131582 L4_control_B3 +LQ08X011520 Putative uncharacterized protein 9.981489378 L4_control_C2 +LQ08X011520 Putative uncharacterized protein 9.868853728 L4_control_C3 +LQ08X011520 Putative uncharacterized protein 12.46177732 L4_chemical_A1 +LQ08X011520 Putative uncharacterized protein 13.54144623 L4_chemical_A2 +LQ08X011520 Putative uncharacterized protein 12.72064883 L4_chemical_A3 +LQ08X011520 Putative uncharacterized protein 13.29903436 L4_chemical_B1 +LQ08X011520 Putative uncharacterized protein 13.2125678 L4_chemical_B2 +LQ08X011520 Putative uncharacterized protein 13.52766288 L4_chemical_B3 +LQ08X011520 Putative uncharacterized protein 9.662515995 L4_chemical_C2 +LQ08X011520 Putative uncharacterized protein 9.48172722 L4_chemical_C3 +LQ08X011530 Hypothetical protein 4.506385022 C6_control_A1 +LQ08X011530 Hypothetical protein 4.616624475 C6_control_A3 +LQ08X011530 Hypothetical protein 4.503979916 C6_control_B1 +LQ08X011530 Hypothetical protein 4.551976246 C6_control_B2 +LQ08X011530 Hypothetical protein 4.597073046 C6_control_B3 +LQ08X011530 Hypothetical protein 4.588739326 C6_control_C1 +LQ08X011530 Hypothetical protein 4.574848497 C6_control_C2 +LQ08X011530 Hypothetical protein 4.851579083 C6_control_C3 +LQ08X011530 Hypothetical protein 4.930627745 C6_chemical_A1 +LQ08X011530 Hypothetical protein 4.56919455 C6_chemical_A3 +LQ08X011530 Hypothetical protein 4.540758692 C6_chemical_B1 +LQ08X011530 Hypothetical protein 4.616655938 C6_chemical_B2 +LQ08X011530 Hypothetical protein 4.609456269 C6_chemical_B3 +LQ08X011530 Hypothetical protein 4.747149406 C6_chemical_C1 +LQ08X011530 Hypothetical protein 4.661602973 C6_chemical_C2 +LQ08X011530 Hypothetical protein 4.728575061 C6_chemical_C3 +LQ08X011530 Hypothetical protein 4.558241506 L4_control_A1 +LQ08X011530 Hypothetical protein 4.812030893 L4_control_A2 +LQ08X011530 Hypothetical protein 4.691825704 L4_control_A3 +LQ08X011530 Hypothetical protein 4.53082945 L4_control_B1 +LQ08X011530 Hypothetical protein 4.807596747 L4_control_B2 +LQ08X011530 Hypothetical protein 4.633131881 L4_control_B3 +LQ08X011530 Hypothetical protein 4.994329385 L4_control_C2 +LQ08X011530 Hypothetical protein 4.78271254 L4_control_C3 +LQ08X011530 Hypothetical protein 4.889159337 L4_chemical_A1 +LQ08X011530 Hypothetical protein 4.861540779 L4_chemical_A2 +LQ08X011530 Hypothetical protein 4.634551395 L4_chemical_A3 +LQ08X011530 Hypothetical protein 4.485474851 L4_chemical_B1 +LQ08X011530 Hypothetical protein 5.131353486 L4_chemical_B2 +LQ08X011530 Hypothetical protein 4.883708049 L4_chemical_B3 +LQ08X011530 Hypothetical protein 4.737267495 L4_chemical_C2 +LQ08X011530 Hypothetical protein 4.78214421 L4_chemical_C3 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.075032485 C6_control_A1 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.024738145 C6_control_A3 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.943509979 C6_control_B1 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.789403344 C6_control_B2 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.018556787 C6_control_B3 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.965182667 C6_control_C1 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.87451604 C6_control_C2 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.838429339 C6_control_C3 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.891869658 C6_chemical_A1 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.132792026 C6_chemical_A3 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.929402867 C6_chemical_B1 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.861170283 C6_chemical_B2 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.854246862 C6_chemical_B3 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.991194024 C6_chemical_C1 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.708760485 C6_chemical_C2 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.916171699 C6_chemical_C3 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.984269417 L4_control_A1 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.819444159 L4_control_A2 +LQ08X011560 Putative General transcription factor IIH subunit 3 6.004523553 L4_control_A3 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.728687164 L4_control_B1 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.07743546 L4_control_B2 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.952721554 L4_control_B3 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.588468848 L4_control_C2 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.555841098 L4_control_C3 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.294113187 L4_chemical_A1 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.856567651 L4_chemical_A2 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.423798383 L4_chemical_A3 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.323806823 L4_chemical_B1 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.687515465 L4_chemical_B2 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.823442538 L4_chemical_B3 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.15023174 L4_chemical_C2 +LQ08X011560 Putative General transcription factor IIH subunit 3 5.334198661 L4_chemical_C3 +LQ08X011570 Predicted protein 12.44672422 C6_control_A1 +LQ08X011570 Predicted protein 12.56985319 C6_control_A3 +LQ08X011570 Predicted protein 12.53142411 C6_control_B1 +LQ08X011570 Predicted protein 12.14680932 C6_control_B2 +LQ08X011570 Predicted protein 12.49147804 C6_control_B3 +LQ08X011570 Predicted protein 12.378017 C6_control_C1 +LQ08X011570 Predicted protein 11.89626001 C6_control_C2 +LQ08X011570 Predicted protein 12.14274893 C6_control_C3 +LQ08X011570 Predicted protein 12.47457037 C6_chemical_A1 +LQ08X011570 Predicted protein 12.83223703 C6_chemical_A3 +LQ08X011570 Predicted protein 12.59182071 C6_chemical_B1 +LQ08X011570 Predicted protein 12.29110279 C6_chemical_B2 +LQ08X011570 Predicted protein 12.55227612 C6_chemical_B3 +LQ08X011570 Predicted protein 12.23587501 C6_chemical_C1 +LQ08X011570 Predicted protein 12.18636253 C6_chemical_C2 +LQ08X011570 Predicted protein 12.22680108 C6_chemical_C3 +LQ08X011570 Predicted protein 12.15580645 L4_control_A1 +LQ08X011570 Predicted protein 11.89704518 L4_control_A2 +LQ08X011570 Predicted protein 12.04331712 L4_control_A3 +LQ08X011570 Predicted protein 13.23660421 L4_control_B1 +LQ08X011570 Predicted protein 13.06291015 L4_control_B2 +LQ08X011570 Predicted protein 12.58965197 L4_control_B3 +LQ08X011570 Predicted protein 12.90991788 L4_control_C2 +LQ08X011570 Predicted protein 13.05228304 L4_control_C3 +LQ08X011570 Predicted protein 12.2237528 L4_chemical_A1 +LQ08X011570 Predicted protein 12.6184811 L4_chemical_A2 +LQ08X011570 Predicted protein 11.81038629 L4_chemical_A3 +LQ08X011570 Predicted protein 13.54064189 L4_chemical_B1 +LQ08X011570 Predicted protein 12.96642246 L4_chemical_B2 +LQ08X011570 Predicted protein 12.84821592 L4_chemical_B3 +LQ08X011570 Predicted protein 12.7771477 L4_chemical_C2 +LQ08X011570 Predicted protein 12.73701802 L4_chemical_C3 +LQ08X011580 Putative uncharacterized protein 5.023295576 C6_control_A1 +LQ08X011580 Putative uncharacterized protein 5.282836755 C6_control_A3 +LQ08X011580 Putative uncharacterized protein 5.382077438 C6_control_B1 +LQ08X011580 Putative uncharacterized protein 5.155612804 C6_control_B2 +LQ08X011580 Putative uncharacterized protein 5.252088583 C6_control_B3 +LQ08X011580 Putative uncharacterized protein 5.552770537 C6_control_C1 +LQ08X011580 Putative uncharacterized protein 5.558169208 C6_control_C2 +LQ08X011580 Putative uncharacterized protein 5.393156413 C6_control_C3 +LQ08X011580 Putative uncharacterized protein 5.224490455 C6_chemical_A1 +LQ08X011580 Putative uncharacterized protein 5.391039269 C6_chemical_A3 +LQ08X011580 Putative uncharacterized protein 5.97718879 C6_chemical_B1 +LQ08X011580 Putative uncharacterized protein 5.323548253 C6_chemical_B2 +LQ08X011580 Putative uncharacterized protein 5.47313617 C6_chemical_B3 +LQ08X011580 Putative uncharacterized protein 5.20276375 C6_chemical_C1 +LQ08X011580 Putative uncharacterized protein 5.597053689 C6_chemical_C2 +LQ08X011580 Putative uncharacterized protein 5.256908104 C6_chemical_C3 +LQ08X011580 Putative uncharacterized protein 4.982730274 L4_control_A1 +LQ08X011580 Putative uncharacterized protein 5.095582815 L4_control_A2 +LQ08X011580 Putative uncharacterized protein 5.559740902 L4_control_A3 +LQ08X011580 Putative uncharacterized protein 5.603061452 L4_control_B1 +LQ08X011580 Putative uncharacterized protein 4.886240714 L4_control_B2 +LQ08X011580 Putative uncharacterized protein 4.973164996 L4_control_B3 +LQ08X011580 Putative uncharacterized protein 5.192686645 L4_control_C2 +LQ08X011580 Putative uncharacterized protein 5.152671107 L4_control_C3 +LQ08X011580 Putative uncharacterized protein 5.046731242 L4_chemical_A1 +LQ08X011580 Putative uncharacterized protein 5.16505974 L4_chemical_A2 +LQ08X011580 Putative uncharacterized protein 5.549538321 L4_chemical_A3 +LQ08X011580 Putative uncharacterized protein 5.427971231 L4_chemical_B1 +LQ08X011580 Putative uncharacterized protein 4.826300314 L4_chemical_B2 +LQ08X011580 Putative uncharacterized protein 5.062694667 L4_chemical_B3 +LQ08X011580 Putative uncharacterized protein 5.190529883 L4_chemical_C2 +LQ08X011580 Putative uncharacterized protein 5.700386639 L4_chemical_C3 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.35766742 C6_control_A1 +LQ08X011610 Putative Auxin-induced protein 5NG4 8.881495588 C6_control_A3 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.672980293 C6_control_B1 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.676022152 C6_control_B2 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.304582446 C6_control_B3 +LQ08X011610 Putative Auxin-induced protein 5NG4 11.90152004 C6_control_C1 +LQ08X011610 Putative Auxin-induced protein 5NG4 10.43835352 C6_control_C2 +LQ08X011610 Putative Auxin-induced protein 5NG4 11.68943355 C6_control_C3 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.619541394 C6_chemical_A1 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.002911618 C6_chemical_A3 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.520811882 C6_chemical_B1 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.84729085 C6_chemical_B2 +LQ08X011610 Putative Auxin-induced protein 5NG4 8.787006653 C6_chemical_B3 +LQ08X011610 Putative Auxin-induced protein 5NG4 11.55655115 C6_chemical_C1 +LQ08X011610 Putative Auxin-induced protein 5NG4 11.24918732 C6_chemical_C2 +LQ08X011610 Putative Auxin-induced protein 5NG4 11.58680467 C6_chemical_C3 +LQ08X011610 Putative Auxin-induced protein 5NG4 7.060249034 L4_control_A1 +LQ08X011610 Putative Auxin-induced protein 5NG4 7.070240136 L4_control_A2 +LQ08X011610 Putative Auxin-induced protein 5NG4 5.731463654 L4_control_A3 +LQ08X011610 Putative Auxin-induced protein 5NG4 6.908444127 L4_control_B1 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.896367312 L4_control_B2 +LQ08X011610 Putative Auxin-induced protein 5NG4 6.34685757 L4_control_B3 +LQ08X011610 Putative Auxin-induced protein 5NG4 11.2477373 L4_control_C2 +LQ08X011610 Putative Auxin-induced protein 5NG4 10.15909164 L4_control_C3 +LQ08X011610 Putative Auxin-induced protein 5NG4 5.324437227 L4_chemical_A1 +LQ08X011610 Putative Auxin-induced protein 5NG4 7.336328361 L4_chemical_A2 +LQ08X011610 Putative Auxin-induced protein 5NG4 5.293048489 L4_chemical_A3 +LQ08X011610 Putative Auxin-induced protein 5NG4 6.704641402 L4_chemical_B1 +LQ08X011610 Putative Auxin-induced protein 5NG4 8.639063715 L4_chemical_B2 +LQ08X011610 Putative Auxin-induced protein 5NG4 8.732666762 L4_chemical_B3 +LQ08X011610 Putative Auxin-induced protein 5NG4 10.27565991 L4_chemical_C2 +LQ08X011610 Putative Auxin-induced protein 5NG4 10.14092233 L4_chemical_C3 +LQ08X011620 Putative Auxin-induced protein 5NG4 8.059963586 C6_control_A1 +LQ08X011620 Putative Auxin-induced protein 5NG4 8.05731138 C6_control_A3 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.819713953 C6_control_B1 +LQ08X011620 Putative Auxin-induced protein 5NG4 8.911536919 C6_control_B2 +LQ08X011620 Putative Auxin-induced protein 5NG4 10.81836449 C6_control_B3 +LQ08X011620 Putative Auxin-induced protein 5NG4 10.89322131 C6_control_C1 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.728176579 C6_control_C2 +LQ08X011620 Putative Auxin-induced protein 5NG4 11.1877682 C6_control_C3 +LQ08X011620 Putative Auxin-induced protein 5NG4 7.789644243 C6_chemical_A1 +LQ08X011620 Putative Auxin-induced protein 5NG4 8.259022255 C6_chemical_A3 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.456324418 C6_chemical_B1 +LQ08X011620 Putative Auxin-induced protein 5NG4 8.372357964 C6_chemical_B2 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.907893391 C6_chemical_B3 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.301561178 C6_chemical_C1 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.628057759 C6_chemical_C2 +LQ08X011620 Putative Auxin-induced protein 5NG4 10.54902158 C6_chemical_C3 +LQ08X011620 Putative Auxin-induced protein 5NG4 7.201173261 L4_control_A1 +LQ08X011620 Putative Auxin-induced protein 5NG4 7.173678289 L4_control_A2 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.739774228 L4_control_A3 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.818168061 L4_control_B1 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.859617307 L4_control_B2 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.380347185 L4_control_B3 +LQ08X011620 Putative Auxin-induced protein 5NG4 11.35644751 L4_control_C2 +LQ08X011620 Putative Auxin-induced protein 5NG4 11.39298588 L4_control_C3 +LQ08X011620 Putative Auxin-induced protein 5NG4 6.566264997 L4_chemical_A1 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.012044444 L4_chemical_A2 +LQ08X011620 Putative Auxin-induced protein 5NG4 8.83830949 L4_chemical_A3 +LQ08X011620 Putative Auxin-induced protein 5NG4 8.770449525 L4_chemical_B1 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.138936467 L4_chemical_B2 +LQ08X011620 Putative Auxin-induced protein 5NG4 10.29806288 L4_chemical_B3 +LQ08X011620 Putative Auxin-induced protein 5NG4 9.695207905 L4_chemical_C2 +LQ08X011620 Putative Auxin-induced protein 5NG4 10.50216302 L4_chemical_C3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.858152486 C6_control_A1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.598075521 C6_control_A3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.095250839 C6_control_B1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.791478929 C6_control_B2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.809654266 C6_control_B3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.06134458 C6_control_C1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.664148833 C6_control_C2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.068728428 C6_control_C3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.92402997 C6_chemical_A1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.71107005 C6_chemical_A3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.507920498 C6_chemical_B1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.127637645 C6_chemical_B2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.023238862 C6_chemical_B3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.225819484 C6_chemical_C1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.257920554 C6_chemical_C2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.532912189 C6_chemical_C3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.686843898 L4_control_A1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.664727364 L4_control_A2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.029138695 L4_control_A3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.211877929 L4_control_B1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.088521508 L4_control_B2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.832003534 L4_control_B3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.460882169 L4_control_C2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 6.112033953 L4_control_C3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.599546914 L4_chemical_A1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.713693461 L4_chemical_A2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.842387389 L4_chemical_A3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.862896153 L4_chemical_B1 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.074582043 L4_chemical_B2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.671030677 L4_chemical_B3 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.117505831 L4_chemical_C2 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.797734649 L4_chemical_C3 +LQ08X011660 Putative Aminoacylase-1A 10.16658362 C6_control_A1 +LQ08X011660 Putative Aminoacylase-1A 10.13962123 C6_control_A3 +LQ08X011660 Putative Aminoacylase-1A 9.836049766 C6_control_B1 +LQ08X011660 Putative Aminoacylase-1A 9.232740605 C6_control_B2 +LQ08X011660 Putative Aminoacylase-1A 9.486000734 C6_control_B3 +LQ08X011660 Putative Aminoacylase-1A 8.684521471 C6_control_C1 +LQ08X011660 Putative Aminoacylase-1A 7.985580941 C6_control_C2 +LQ08X011660 Putative Aminoacylase-1A 8.357549326 C6_control_C3 +LQ08X011660 Putative Aminoacylase-1A 10.32246051 C6_chemical_A1 +LQ08X011660 Putative Aminoacylase-1A 10.4018879 C6_chemical_A3 +LQ08X011660 Putative Aminoacylase-1A 9.750104826 C6_chemical_B1 +LQ08X011660 Putative Aminoacylase-1A 8.839462702 C6_chemical_B2 +LQ08X011660 Putative Aminoacylase-1A 9.2320425 C6_chemical_B3 +LQ08X011660 Putative Aminoacylase-1A 8.564545257 C6_chemical_C1 +LQ08X011660 Putative Aminoacylase-1A 8.562816347 C6_chemical_C2 +LQ08X011660 Putative Aminoacylase-1A 7.785198326 C6_chemical_C3 +LQ08X011660 Putative Aminoacylase-1A 10.00377676 L4_control_A1 +LQ08X011660 Putative Aminoacylase-1A 10.07141126 L4_control_A2 +LQ08X011660 Putative Aminoacylase-1A 10.79126179 L4_control_A3 +LQ08X011660 Putative Aminoacylase-1A 9.94089531 L4_control_B1 +LQ08X011660 Putative Aminoacylase-1A 10.7426895 L4_control_B2 +LQ08X011660 Putative Aminoacylase-1A 9.250939022 L4_control_B3 +LQ08X011660 Putative Aminoacylase-1A 9.485117057 L4_control_C2 +LQ08X011660 Putative Aminoacylase-1A 9.357221889 L4_control_C3 +LQ08X011660 Putative Aminoacylase-1A 9.638506393 L4_chemical_A1 +LQ08X011660 Putative Aminoacylase-1A 9.783293605 L4_chemical_A2 +LQ08X011660 Putative Aminoacylase-1A 10.50027452 L4_chemical_A3 +LQ08X011660 Putative Aminoacylase-1A 10.29270282 L4_chemical_B1 +LQ08X011660 Putative Aminoacylase-1A 10.33495917 L4_chemical_B2 +LQ08X011660 Putative Aminoacylase-1A 9.230418205 L4_chemical_B3 +LQ08X011660 Putative Aminoacylase-1A 9.177974617 L4_chemical_C2 +LQ08X011660 Putative Aminoacylase-1A 9.636843417 L4_chemical_C3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.286223317 C6_control_A1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.529182956 C6_control_A3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.110876911 C6_control_B1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.000759063 C6_control_B2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.593797119 C6_control_B3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.21343845 C6_control_C1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.584045906 C6_control_C2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 4.922676576 C6_control_C3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.07541412 C6_chemical_A1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.198369538 C6_chemical_A3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.23836348 C6_chemical_B1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.374687306 C6_chemical_B2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.115642566 C6_chemical_B3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.086967923 C6_chemical_C1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.089848697 C6_chemical_C2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.077616441 C6_chemical_C3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.645067276 L4_control_A1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.581731735 L4_control_A2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.103936673 L4_control_A3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.285408575 L4_control_B1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.428140726 L4_control_B2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.60817178 L4_control_B3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.798460018 L4_control_C2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.150355371 L4_control_C3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.269328592 L4_chemical_A1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.648509111 L4_chemical_A2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 4.821236207 L4_chemical_A3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.856405816 L4_chemical_B1 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.661060869 L4_chemical_B2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.863035828 L4_chemical_B3 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.261699435 L4_chemical_C2 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.61659776 L4_chemical_C3 +LQ08X011800 Hypothetical protein 12.02763824 C6_control_A1 +LQ08X011800 Hypothetical protein 11.03047077 C6_control_A3 +LQ08X011800 Hypothetical protein 12.48809868 C6_control_B1 +LQ08X011800 Hypothetical protein 13.3522242 C6_control_B2 +LQ08X011800 Hypothetical protein 12.73334928 C6_control_B3 +LQ08X011800 Hypothetical protein 13.20389209 C6_control_C1 +LQ08X011800 Hypothetical protein 12.98582719 C6_control_C2 +LQ08X011800 Hypothetical protein 12.95576614 C6_control_C3 +LQ08X011800 Hypothetical protein 12.44512357 C6_chemical_A1 +LQ08X011800 Hypothetical protein 11.45881071 C6_chemical_A3 +LQ08X011800 Hypothetical protein 12.76732883 C6_chemical_B1 +LQ08X011800 Hypothetical protein 13.42673731 C6_chemical_B2 +LQ08X011800 Hypothetical protein 13.17916823 C6_chemical_B3 +LQ08X011800 Hypothetical protein 13.48364217 C6_chemical_C1 +LQ08X011800 Hypothetical protein 13.22644514 C6_chemical_C2 +LQ08X011800 Hypothetical protein 13.23848072 C6_chemical_C3 +LQ08X011800 Hypothetical protein 11.60586057 L4_control_A1 +LQ08X011800 Hypothetical protein 12.05668885 L4_control_A2 +LQ08X011800 Hypothetical protein 11.82283314 L4_control_A3 +LQ08X011800 Hypothetical protein 13.36107662 L4_control_B1 +LQ08X011800 Hypothetical protein 12.20916079 L4_control_B2 +LQ08X011800 Hypothetical protein 13.30679813 L4_control_B3 +LQ08X011800 Hypothetical protein 12.37672492 L4_control_C2 +LQ08X011800 Hypothetical protein 12.39863967 L4_control_C3 +LQ08X011800 Hypothetical protein 12.06116772 L4_chemical_A1 +LQ08X011800 Hypothetical protein 12.71148377 L4_chemical_A2 +LQ08X011800 Hypothetical protein 11.76491924 L4_chemical_A3 +LQ08X011800 Hypothetical protein 13.12778876 L4_chemical_B1 +LQ08X011800 Hypothetical protein 13.03229324 L4_chemical_B2 +LQ08X011800 Hypothetical protein 12.46449925 L4_chemical_B3 +LQ08X011800 Hypothetical protein 12.97701177 L4_chemical_C2 +LQ08X011800 Hypothetical protein 12.73050826 L4_chemical_C3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.109902146 C6_control_A1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.949506932 C6_control_A3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.256353202 C6_control_B1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.458723122 C6_control_B2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.497322211 C6_control_B3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.881804047 C6_control_C1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 9.667147098 C6_control_C2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 9.190969174 C6_control_C3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.883198891 C6_chemical_A1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.639943599 C6_chemical_A3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.506453659 C6_chemical_B1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.246281712 C6_chemical_B2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.052280575 C6_chemical_B3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 9.371621014 C6_chemical_C1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 9.370741945 C6_chemical_C2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.894096749 C6_chemical_C3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.335346608 L4_control_A1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.393379184 L4_control_A2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.069076681 L4_control_A3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.494780804 L4_control_B1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.530949255 L4_control_B2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.837154903 L4_control_B3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 9.325785616 L4_control_C2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 9.174005644 L4_control_C3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.228627252 L4_chemical_A1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 6.328409862 L4_chemical_A2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 6.995296779 L4_chemical_A3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.282498596 L4_chemical_B1 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.42618278 L4_chemical_B2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 8.062274479 L4_chemical_B3 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 9.15676944 L4_chemical_C2 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 9.443958286 L4_chemical_C3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 9.183778794 C6_control_A1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 10.98439973 C6_control_A3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 7.181838977 C6_control_B1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 7.439507179 C6_control_B2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 8.685892663 C6_control_B3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 9.862238762 C6_control_C1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 10.90049619 C6_control_C2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 11.57090977 C6_control_C3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 8.535538396 C6_chemical_A1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 11.56733385 C6_chemical_A3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 7.171817741 C6_chemical_B1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 7.470186375 C6_chemical_B2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 12.18563502 C6_chemical_B3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 10.44137319 C6_chemical_C1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 10.98678497 C6_chemical_C2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 13.4854634 C6_chemical_C3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 9.133921491 L4_control_A1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 8.239935286 L4_control_A2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 10.62259208 L4_control_A3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 10.81983125 L4_control_B1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 9.7340474 L4_control_B2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 11.02843281 L4_control_B3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 13.70467406 L4_control_C2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 13.81947148 L4_control_C3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 12.76253349 L4_chemical_A1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 13.1213926 L4_chemical_A2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 12.49922648 L4_chemical_A3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 13.06021574 L4_chemical_B1 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 12.32283548 L4_chemical_B2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 11.89849699 L4_chemical_B3 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 13.95183997 L4_chemical_C2 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 13.91616379 L4_chemical_C3 +LQ08X011970 Putative uncharacterized protein 6.188127183 C6_control_A1 +LQ08X011970 Putative uncharacterized protein 6.439015342 C6_control_A3 +LQ08X011970 Putative uncharacterized protein 6.426294533 C6_control_B1 +LQ08X011970 Putative uncharacterized protein 5.842405043 C6_control_B2 +LQ08X011970 Putative uncharacterized protein 5.853817091 C6_control_B3 +LQ08X011970 Putative uncharacterized protein 5.540634129 C6_control_C1 +LQ08X011970 Putative uncharacterized protein 5.731273803 C6_control_C2 +LQ08X011970 Putative uncharacterized protein 6.014060733 C6_control_C3 +LQ08X011970 Putative uncharacterized protein 5.982664845 C6_chemical_A1 +LQ08X011970 Putative uncharacterized protein 6.079951162 C6_chemical_A3 +LQ08X011970 Putative uncharacterized protein 5.809754519 C6_chemical_B1 +LQ08X011970 Putative uncharacterized protein 5.937466046 C6_chemical_B2 +LQ08X011970 Putative uncharacterized protein 5.547860568 C6_chemical_B3 +LQ08X011970 Putative uncharacterized protein 5.709354573 C6_chemical_C1 +LQ08X011970 Putative uncharacterized protein 5.67746136 C6_chemical_C2 +LQ08X011970 Putative uncharacterized protein 5.770549063 C6_chemical_C3 +LQ08X011970 Putative uncharacterized protein 6.075020056 L4_control_A1 +LQ08X011970 Putative uncharacterized protein 6.099713205 L4_control_A2 +LQ08X011970 Putative uncharacterized protein 6.639219621 L4_control_A3 +LQ08X011970 Putative uncharacterized protein 5.538557118 L4_control_B1 +LQ08X011970 Putative uncharacterized protein 5.978783634 L4_control_B2 +LQ08X011970 Putative uncharacterized protein 5.935916905 L4_control_B3 +LQ08X011970 Putative uncharacterized protein 5.24907645 L4_control_C2 +LQ08X011970 Putative uncharacterized protein 5.512074419 L4_control_C3 +LQ08X011970 Putative uncharacterized protein 5.463949617 L4_chemical_A1 +LQ08X011970 Putative uncharacterized protein 6.358677311 L4_chemical_A2 +LQ08X011970 Putative uncharacterized protein 6.99568777 L4_chemical_A3 +LQ08X011970 Putative uncharacterized protein 5.982146875 L4_chemical_B1 +LQ08X011970 Putative uncharacterized protein 5.401887249 L4_chemical_B2 +LQ08X011970 Putative uncharacterized protein 5.90887569 L4_chemical_B3 +LQ08X011970 Putative uncharacterized protein 5.932758952 L4_chemical_C2 +LQ08X011970 Putative uncharacterized protein 5.826061579 L4_chemical_C3 +LQ08X011990 F-box/LRR-repeat protein 5 5.458328933 C6_control_A1 +LQ08X011990 F-box/LRR-repeat protein 5 5.306216256 C6_control_A3 +LQ08X011990 F-box/LRR-repeat protein 5 5.340838544 C6_control_B1 +LQ08X011990 F-box/LRR-repeat protein 5 5.548226496 C6_control_B2 +LQ08X011990 F-box/LRR-repeat protein 5 5.062700009 C6_control_B3 +LQ08X011990 F-box/LRR-repeat protein 5 5.926107959 C6_control_C1 +LQ08X011990 F-box/LRR-repeat protein 5 6.054145155 C6_control_C2 +LQ08X011990 F-box/LRR-repeat protein 5 5.446130726 C6_control_C3 +LQ08X011990 F-box/LRR-repeat protein 5 5.789087941 C6_chemical_A1 +LQ08X011990 F-box/LRR-repeat protein 5 5.632931698 C6_chemical_A3 +LQ08X011990 F-box/LRR-repeat protein 5 5.388356348 C6_chemical_B1 +LQ08X011990 F-box/LRR-repeat protein 5 5.622788166 C6_chemical_B2 +LQ08X011990 F-box/LRR-repeat protein 5 5.370560665 C6_chemical_B3 +LQ08X011990 F-box/LRR-repeat protein 5 5.946339471 C6_chemical_C1 +LQ08X011990 F-box/LRR-repeat protein 5 5.440146907 C6_chemical_C2 +LQ08X011990 F-box/LRR-repeat protein 5 5.579587734 C6_chemical_C3 +LQ08X011990 F-box/LRR-repeat protein 5 5.493390916 L4_control_A1 +LQ08X011990 F-box/LRR-repeat protein 5 5.408463661 L4_control_A2 +LQ08X011990 F-box/LRR-repeat protein 5 5.722574277 L4_control_A3 +LQ08X011990 F-box/LRR-repeat protein 5 5.429474212 L4_control_B1 +LQ08X011990 F-box/LRR-repeat protein 5 5.336399036 L4_control_B2 +LQ08X011990 F-box/LRR-repeat protein 5 5.206463849 L4_control_B3 +LQ08X011990 F-box/LRR-repeat protein 5 4.958067889 L4_control_C2 +LQ08X011990 F-box/LRR-repeat protein 5 5.240118725 L4_control_C3 +LQ08X011990 F-box/LRR-repeat protein 5 5.75250098 L4_chemical_A1 +LQ08X011990 F-box/LRR-repeat protein 5 5.572688149 L4_chemical_A2 +LQ08X011990 F-box/LRR-repeat protein 5 5.364834959 L4_chemical_A3 +LQ08X011990 F-box/LRR-repeat protein 5 5.255647043 L4_chemical_B1 +LQ08X011990 F-box/LRR-repeat protein 5 5.929802415 L4_chemical_B2 +LQ08X011990 F-box/LRR-repeat protein 5 5.218310307 L4_chemical_B3 +LQ08X011990 F-box/LRR-repeat protein 5 5.108555212 L4_chemical_C2 +LQ08X011990 F-box/LRR-repeat protein 5 4.847753904 L4_chemical_C3 +LQ08X012110 Probable protein phosphatase 2C 11 13.58390228 C6_control_A1 +LQ08X012110 Probable protein phosphatase 2C 11 13.56190728 C6_control_A3 +LQ08X012110 Probable protein phosphatase 2C 11 12.81074108 C6_control_B1 +LQ08X012110 Probable protein phosphatase 2C 11 13.2762013 C6_control_B2 +LQ08X012110 Probable protein phosphatase 2C 11 12.85101751 C6_control_B3 +LQ08X012110 Probable protein phosphatase 2C 11 13.28968925 C6_control_C1 +LQ08X012110 Probable protein phosphatase 2C 11 13.61546477 C6_control_C2 +LQ08X012110 Probable protein phosphatase 2C 11 13.46129427 C6_control_C3 +LQ08X012110 Probable protein phosphatase 2C 11 13.63816582 C6_chemical_A1 +LQ08X012110 Probable protein phosphatase 2C 11 13.58934027 C6_chemical_A3 +LQ08X012110 Probable protein phosphatase 2C 11 12.73052178 C6_chemical_B1 +LQ08X012110 Probable protein phosphatase 2C 11 13.22442867 C6_chemical_B2 +LQ08X012110 Probable protein phosphatase 2C 11 12.5730207 C6_chemical_B3 +LQ08X012110 Probable protein phosphatase 2C 11 13.45540772 C6_chemical_C1 +LQ08X012110 Probable protein phosphatase 2C 11 13.68972356 C6_chemical_C2 +LQ08X012110 Probable protein phosphatase 2C 11 13.57920764 C6_chemical_C3 +LQ08X012110 Probable protein phosphatase 2C 11 13.65850299 L4_control_A1 +LQ08X012110 Probable protein phosphatase 2C 11 13.60330045 L4_control_A2 +LQ08X012110 Probable protein phosphatase 2C 11 13.66930671 L4_control_A3 +LQ08X012110 Probable protein phosphatase 2C 11 12.38814578 L4_control_B1 +LQ08X012110 Probable protein phosphatase 2C 11 12.06718858 L4_control_B2 +LQ08X012110 Probable protein phosphatase 2C 11 12.89156863 L4_control_B3 +LQ08X012110 Probable protein phosphatase 2C 11 12.86636483 L4_control_C2 +LQ08X012110 Probable protein phosphatase 2C 11 12.45484694 L4_control_C3 +LQ08X012110 Probable protein phosphatase 2C 11 13.75772587 L4_chemical_A1 +LQ08X012110 Probable protein phosphatase 2C 11 13.53484551 L4_chemical_A2 +LQ08X012110 Probable protein phosphatase 2C 11 13.67765748 L4_chemical_A3 +LQ08X012110 Probable protein phosphatase 2C 11 12.41207377 L4_chemical_B1 +LQ08X012110 Probable protein phosphatase 2C 11 12.54841286 L4_chemical_B2 +LQ08X012110 Probable protein phosphatase 2C 11 13.01052126 L4_chemical_B3 +LQ08X012110 Probable protein phosphatase 2C 11 12.71964864 L4_chemical_C2 +LQ08X012110 Probable protein phosphatase 2C 11 12.34841449 L4_chemical_C3 +LQ08X012130 Predicted protein 7.568665658 C6_control_A1 +LQ08X012130 Predicted protein 7.260176771 C6_control_A3 +LQ08X012130 Predicted protein 7.181924164 C6_control_B1 +LQ08X012130 Predicted protein 8.40472965 C6_control_B2 +LQ08X012130 Predicted protein 8.436907222 C6_control_B3 +LQ08X012130 Predicted protein 11.119252 C6_control_C1 +LQ08X012130 Predicted protein 11.76380216 C6_control_C2 +LQ08X012130 Predicted protein 12.15681503 C6_control_C3 +LQ08X012130 Predicted protein 8.591295977 C6_chemical_A1 +LQ08X012130 Predicted protein 7.830778449 C6_chemical_A3 +LQ08X012130 Predicted protein 7.934305456 C6_chemical_B1 +LQ08X012130 Predicted protein 8.061214941 C6_chemical_B2 +LQ08X012130 Predicted protein 9.355956609 C6_chemical_B3 +LQ08X012130 Predicted protein 10.91543914 C6_chemical_C1 +LQ08X012130 Predicted protein 10.89562082 C6_chemical_C2 +LQ08X012130 Predicted protein 11.49751806 C6_chemical_C3 +LQ08X012130 Predicted protein 7.921553691 L4_control_A1 +LQ08X012130 Predicted protein 6.297883845 L4_control_A2 +LQ08X012130 Predicted protein 6.377432246 L4_control_A3 +LQ08X012130 Predicted protein 9.329529736 L4_control_B1 +LQ08X012130 Predicted protein 6.068323494 L4_control_B2 +LQ08X012130 Predicted protein 8.128903165 L4_control_B3 +LQ08X012130 Predicted protein 11.87515371 L4_control_C2 +LQ08X012130 Predicted protein 11.87967824 L4_control_C3 +LQ08X012130 Predicted protein 10.7501617 L4_chemical_A1 +LQ08X012130 Predicted protein 8.32896994 L4_chemical_A2 +LQ08X012130 Predicted protein 8.139809879 L4_chemical_A3 +LQ08X012130 Predicted protein 10.56882853 L4_chemical_B1 +LQ08X012130 Predicted protein 6.882568302 L4_chemical_B2 +LQ08X012130 Predicted protein 7.40482822 L4_chemical_B3 +LQ08X012130 Predicted protein 11.40560477 L4_chemical_C2 +LQ08X012130 Predicted protein 11.082247 L4_chemical_C3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 9.372827727 C6_control_A1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.49122381 C6_control_A3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 9.305507707 C6_control_B1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 8.72679172 C6_control_B2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 9.400288306 C6_control_B3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 8.865886181 C6_control_C1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.18346815 C6_control_C2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 9.110024797 C6_control_C3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.57165606 C6_chemical_A1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.10053839 C6_chemical_A3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.61578031 C6_chemical_B1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 9.649982224 C6_chemical_B2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.35831652 C6_chemical_B3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.03228796 C6_chemical_C1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.21585791 C6_chemical_C2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 9.967095571 C6_chemical_C3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.54325691 L4_control_A1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.19158118 L4_control_A2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.35720392 L4_control_A3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.0830823 L4_control_B1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.12262527 L4_control_B2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.33227438 L4_control_B3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.38639784 L4_control_C2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.19406047 L4_control_C3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 9.91594231 L4_chemical_A1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.8562759 L4_chemical_A2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.89416047 L4_chemical_A3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.23795369 L4_chemical_B1 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.90747204 L4_chemical_B2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.31876595 L4_chemical_B3 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.29042099 L4_chemical_C2 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 11.00183441 L4_chemical_C3 +LQ08X012320 Basic blue protein 6.008762114 C6_control_A1 +LQ08X012320 Basic blue protein 6.128299218 C6_control_A3 +LQ08X012320 Basic blue protein 5.715564852 C6_control_B1 +LQ08X012320 Basic blue protein 5.840223315 C6_control_B2 +LQ08X012320 Basic blue protein 6.424162499 C6_control_B3 +LQ08X012320 Basic blue protein 5.751030705 C6_control_C1 +LQ08X012320 Basic blue protein 5.423221494 C6_control_C2 +LQ08X012320 Basic blue protein 6.121022198 C6_control_C3 +LQ08X012320 Basic blue protein 6.571713946 C6_chemical_A1 +LQ08X012320 Basic blue protein 6.029497135 C6_chemical_A3 +LQ08X012320 Basic blue protein 6.144681556 C6_chemical_B1 +LQ08X012320 Basic blue protein 5.965009738 C6_chemical_B2 +LQ08X012320 Basic blue protein 5.685824439 C6_chemical_B3 +LQ08X012320 Basic blue protein 5.822448766 C6_chemical_C1 +LQ08X012320 Basic blue protein 5.844651058 C6_chemical_C2 +LQ08X012320 Basic blue protein 5.947107066 C6_chemical_C3 +LQ08X012320 Basic blue protein 6.113774167 L4_control_A1 +LQ08X012320 Basic blue protein 6.85463138 L4_control_A2 +LQ08X012320 Basic blue protein 6.724921122 L4_control_A3 +LQ08X012320 Basic blue protein 5.63982362 L4_control_B1 +LQ08X012320 Basic blue protein 6.0259743 L4_control_B2 +LQ08X012320 Basic blue protein 6.255742706 L4_control_B3 +LQ08X012320 Basic blue protein 5.734676676 L4_control_C2 +LQ08X012320 Basic blue protein 5.623377023 L4_control_C3 +LQ08X012320 Basic blue protein 5.950518384 L4_chemical_A1 +LQ08X012320 Basic blue protein 6.19676838 L4_chemical_A2 +LQ08X012320 Basic blue protein 6.547711234 L4_chemical_A3 +LQ08X012320 Basic blue protein 5.950676418 L4_chemical_B1 +LQ08X012320 Basic blue protein 5.917840193 L4_chemical_B2 +LQ08X012320 Basic blue protein 6.417577447 L4_chemical_B3 +LQ08X012320 Basic blue protein 6.856397186 L4_chemical_C2 +LQ08X012320 Basic blue protein 5.187769202 L4_chemical_C3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.12039172 C6_control_A1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.12740858 C6_control_A3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.12014983 C6_control_B1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 13.27669004 C6_control_B2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.30525213 C6_control_B3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 10.08264477 C6_control_C1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 10.39839125 C6_control_C2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 9.738746622 C6_control_C3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.29258256 C6_chemical_A1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.24083448 C6_chemical_A3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.2139688 C6_chemical_B1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 13.89679154 C6_chemical_B2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 13.84099645 C6_chemical_B3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 10.06115328 C6_chemical_C1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 9.534105766 C6_chemical_C2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 8.676647471 C6_chemical_C3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.32541312 L4_control_A1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.12489531 L4_control_A2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.72635417 L4_control_A3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 13.89850974 L4_control_B1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.55950581 L4_control_B2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 12.91901043 L4_control_B3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 9.591754594 L4_control_C2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 9.948425026 L4_control_C3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 13.69460886 L4_chemical_A1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.04728764 L4_chemical_A2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.27113336 L4_chemical_A3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 13.97884499 L4_chemical_B1 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.05108403 L4_chemical_B2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.43423768 L4_chemical_B3 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 10.18597158 L4_chemical_C2 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 10.55298018 L4_chemical_C3 +LQ08X012470 Scarecrow-like protein 1 4.674407048 C6_control_A1 +LQ08X012470 Scarecrow-like protein 1 4.904284292 C6_control_A3 +LQ08X012470 Scarecrow-like protein 1 4.901648241 C6_control_B1 +LQ08X012470 Scarecrow-like protein 1 4.604934346 C6_control_B2 +LQ08X012470 Scarecrow-like protein 1 4.89379687 C6_control_B3 +LQ08X012470 Scarecrow-like protein 1 4.574060902 C6_control_C1 +LQ08X012470 Scarecrow-like protein 1 4.677313868 C6_control_C2 +LQ08X012470 Scarecrow-like protein 1 4.664892828 C6_control_C3 +LQ08X012470 Scarecrow-like protein 1 4.571817631 C6_chemical_A1 +LQ08X012470 Scarecrow-like protein 1 4.943844351 C6_chemical_A3 +LQ08X012470 Scarecrow-like protein 1 4.733211965 C6_chemical_B1 +LQ08X012470 Scarecrow-like protein 1 4.502529089 C6_chemical_B2 +LQ08X012470 Scarecrow-like protein 1 4.975836873 C6_chemical_B3 +LQ08X012470 Scarecrow-like protein 1 4.606432794 C6_chemical_C1 +LQ08X012470 Scarecrow-like protein 1 4.626466758 C6_chemical_C2 +LQ08X012470 Scarecrow-like protein 1 4.875880281 C6_chemical_C3 +LQ08X012470 Scarecrow-like protein 1 4.738053214 L4_control_A1 +LQ08X012470 Scarecrow-like protein 1 4.883314334 L4_control_A2 +LQ08X012470 Scarecrow-like protein 1 5.19318068 L4_control_A3 +LQ08X012470 Scarecrow-like protein 1 5.323619701 L4_control_B1 +LQ08X012470 Scarecrow-like protein 1 5.092359986 L4_control_B2 +LQ08X012470 Scarecrow-like protein 1 4.887520375 L4_control_B3 +LQ08X012470 Scarecrow-like protein 1 5.858483528 L4_control_C2 +LQ08X012470 Scarecrow-like protein 1 5.329238098 L4_control_C3 +LQ08X012470 Scarecrow-like protein 1 5.065428118 L4_chemical_A1 +LQ08X012470 Scarecrow-like protein 1 4.708497531 L4_chemical_A2 +LQ08X012470 Scarecrow-like protein 1 5.253077332 L4_chemical_A3 +LQ08X012470 Scarecrow-like protein 1 5.268637287 L4_chemical_B1 +LQ08X012470 Scarecrow-like protein 1 5.71787694 L4_chemical_B2 +LQ08X012470 Scarecrow-like protein 1 4.524748431 L4_chemical_B3 +LQ08X012470 Scarecrow-like protein 1 5.148179784 L4_chemical_C2 +LQ08X012470 Scarecrow-like protein 1 5.771435195 L4_chemical_C3 +LQ08X012490 Ribosome maturation protein SBDS 11.2453039 C6_control_A1 +LQ08X012490 Ribosome maturation protein SBDS 11.46339956 C6_control_A3 +LQ08X012490 Ribosome maturation protein SBDS 11.02437623 C6_control_B1 +LQ08X012490 Ribosome maturation protein SBDS 11.44294089 C6_control_B2 +LQ08X012490 Ribosome maturation protein SBDS 10.97618507 C6_control_B3 +LQ08X012490 Ribosome maturation protein SBDS 11.91041046 C6_control_C1 +LQ08X012490 Ribosome maturation protein SBDS 11.65598782 C6_control_C2 +LQ08X012490 Ribosome maturation protein SBDS 11.55264153 C6_control_C3 +LQ08X012490 Ribosome maturation protein SBDS 11.3961218 C6_chemical_A1 +LQ08X012490 Ribosome maturation protein SBDS 11.32694796 C6_chemical_A3 +LQ08X012490 Ribosome maturation protein SBDS 10.88550786 C6_chemical_B1 +LQ08X012490 Ribosome maturation protein SBDS 11.37098969 C6_chemical_B2 +LQ08X012490 Ribosome maturation protein SBDS 11.00897846 C6_chemical_B3 +LQ08X012490 Ribosome maturation protein SBDS 11.93301611 C6_chemical_C1 +LQ08X012490 Ribosome maturation protein SBDS 11.59823878 C6_chemical_C2 +LQ08X012490 Ribosome maturation protein SBDS 11.56865717 C6_chemical_C3 +LQ08X012490 Ribosome maturation protein SBDS 11.32605157 L4_control_A1 +LQ08X012490 Ribosome maturation protein SBDS 10.91572979 L4_control_A2 +LQ08X012490 Ribosome maturation protein SBDS 10.9645479 L4_control_A3 +LQ08X012490 Ribosome maturation protein SBDS 10.64090439 L4_control_B1 +LQ08X012490 Ribosome maturation protein SBDS 10.10154264 L4_control_B2 +LQ08X012490 Ribosome maturation protein SBDS 11.35640039 L4_control_B3 +LQ08X012490 Ribosome maturation protein SBDS 10.73432165 L4_control_C2 +LQ08X012490 Ribosome maturation protein SBDS 11.23181233 L4_control_C3 +LQ08X012490 Ribosome maturation protein SBDS 11.55095682 L4_chemical_A1 +LQ08X012490 Ribosome maturation protein SBDS 10.95858334 L4_chemical_A2 +LQ08X012490 Ribosome maturation protein SBDS 10.92245648 L4_chemical_A3 +LQ08X012490 Ribosome maturation protein SBDS 10.23152446 L4_chemical_B1 +LQ08X012490 Ribosome maturation protein SBDS 10.00743325 L4_chemical_B2 +LQ08X012490 Ribosome maturation protein SBDS 11.19586954 L4_chemical_B3 +LQ08X012490 Ribosome maturation protein SBDS 10.57769646 L4_chemical_C2 +LQ08X012490 Ribosome maturation protein SBDS 11.11816988 L4_chemical_C3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 8.86761721 C6_control_A1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 10.22595627 C6_control_A3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 7.575891124 C6_control_B1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.94927748 C6_control_B2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.392499913 C6_control_B3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.489467065 C6_control_C1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 5.75267245 C6_control_C2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.067206362 C6_control_C3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 8.596061816 C6_chemical_A1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 9.375593726 C6_chemical_A3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 7.398228275 C6_chemical_B1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.962344473 C6_chemical_B2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.00338892 C6_chemical_B3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.596892506 C6_chemical_C1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.01054012 C6_chemical_C2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.155944398 C6_chemical_C3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 10.58607417 L4_control_A1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 8.371268792 L4_control_A2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 9.653496605 L4_control_A3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.07601819 L4_control_B1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 7.80032573 L4_control_B2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.408766929 L4_control_B3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.551306683 L4_control_C2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.262316746 L4_control_C3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.02503692 L4_chemical_A1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 7.877298108 L4_chemical_A2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 9.87067866 L4_chemical_A3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 7.086593938 L4_chemical_B1 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 7.10330828 L4_chemical_B2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.640613695 L4_chemical_B3 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.254536274 L4_chemical_C2 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 6.350612531 L4_chemical_C3 +LQ08X012560 Alcohol dehydrogenase class-P 7.063325162 C6_control_A1 +LQ08X012560 Alcohol dehydrogenase class-P 7.181717195 C6_control_A3 +LQ08X012560 Alcohol dehydrogenase class-P 8.027458641 C6_control_B1 +LQ08X012560 Alcohol dehydrogenase class-P 6.566135996 C6_control_B2 +LQ08X012560 Alcohol dehydrogenase class-P 7.418632739 C6_control_B3 +LQ08X012560 Alcohol dehydrogenase class-P 6.213580643 C6_control_C1 +LQ08X012560 Alcohol dehydrogenase class-P 7.421477799 C6_control_C2 +LQ08X012560 Alcohol dehydrogenase class-P 6.59757152 C6_control_C3 +LQ08X012560 Alcohol dehydrogenase class-P 6.954128017 C6_chemical_A1 +LQ08X012560 Alcohol dehydrogenase class-P 6.67895741 C6_chemical_A3 +LQ08X012560 Alcohol dehydrogenase class-P 7.395471817 C6_chemical_B1 +LQ08X012560 Alcohol dehydrogenase class-P 7.159442212 C6_chemical_B2 +LQ08X012560 Alcohol dehydrogenase class-P 6.470684682 C6_chemical_B3 +LQ08X012560 Alcohol dehydrogenase class-P 6.682470284 C6_chemical_C1 +LQ08X012560 Alcohol dehydrogenase class-P 6.50835477 C6_chemical_C2 +LQ08X012560 Alcohol dehydrogenase class-P 6.227109213 C6_chemical_C3 +LQ08X012560 Alcohol dehydrogenase class-P 7.16049998 L4_control_A1 +LQ08X012560 Alcohol dehydrogenase class-P 7.26339285 L4_control_A2 +LQ08X012560 Alcohol dehydrogenase class-P 6.725398272 L4_control_A3 +LQ08X012560 Alcohol dehydrogenase class-P 6.769315667 L4_control_B1 +LQ08X012560 Alcohol dehydrogenase class-P 7.857393063 L4_control_B2 +LQ08X012560 Alcohol dehydrogenase class-P 6.355455666 L4_control_B3 +LQ08X012560 Alcohol dehydrogenase class-P 6.273585295 L4_control_C2 +LQ08X012560 Alcohol dehydrogenase class-P 6.430039495 L4_control_C3 +LQ08X012560 Alcohol dehydrogenase class-P 6.681028756 L4_chemical_A1 +LQ08X012560 Alcohol dehydrogenase class-P 6.902316765 L4_chemical_A2 +LQ08X012560 Alcohol dehydrogenase class-P 6.071038292 L4_chemical_A3 +LQ08X012560 Alcohol dehydrogenase class-P 7.368958629 L4_chemical_B1 +LQ08X012560 Alcohol dehydrogenase class-P 7.145706467 L4_chemical_B2 +LQ08X012560 Alcohol dehydrogenase class-P 6.898091266 L4_chemical_B3 +LQ08X012560 Alcohol dehydrogenase class-P 6.845874062 L4_chemical_C2 +LQ08X012560 Alcohol dehydrogenase class-P 6.140282092 L4_chemical_C3 +LQ08X012590 Alcohol dehydrogenase class-P 6.278578172 C6_control_A1 +LQ08X012590 Alcohol dehydrogenase class-P 6.010661593 C6_control_A3 +LQ08X012590 Alcohol dehydrogenase class-P 6.758663796 C6_control_B1 +LQ08X012590 Alcohol dehydrogenase class-P 5.653584594 C6_control_B2 +LQ08X012590 Alcohol dehydrogenase class-P 6.125533686 C6_control_B3 +LQ08X012590 Alcohol dehydrogenase class-P 5.674624917 C6_control_C1 +LQ08X012590 Alcohol dehydrogenase class-P 6.079638337 C6_control_C2 +LQ08X012590 Alcohol dehydrogenase class-P 6.390375133 C6_control_C3 +LQ08X012590 Alcohol dehydrogenase class-P 6.3761558 C6_chemical_A1 +LQ08X012590 Alcohol dehydrogenase class-P 6.099196313 C6_chemical_A3 +LQ08X012590 Alcohol dehydrogenase class-P 6.274275171 C6_chemical_B1 +LQ08X012590 Alcohol dehydrogenase class-P 5.369980019 C6_chemical_B2 +LQ08X012590 Alcohol dehydrogenase class-P 6.077217889 C6_chemical_B3 +LQ08X012590 Alcohol dehydrogenase class-P 5.572833997 C6_chemical_C1 +LQ08X012590 Alcohol dehydrogenase class-P 5.405004555 C6_chemical_C2 +LQ08X012590 Alcohol dehydrogenase class-P 5.55019928 C6_chemical_C3 +LQ08X012590 Alcohol dehydrogenase class-P 6.265143926 L4_control_A1 +LQ08X012590 Alcohol dehydrogenase class-P 6.260416396 L4_control_A2 +LQ08X012590 Alcohol dehydrogenase class-P 6.326401469 L4_control_A3 +LQ08X012590 Alcohol dehydrogenase class-P 5.463988757 L4_control_B1 +LQ08X012590 Alcohol dehydrogenase class-P 6.275657674 L4_control_B2 +LQ08X012590 Alcohol dehydrogenase class-P 5.866786458 L4_control_B3 +LQ08X012590 Alcohol dehydrogenase class-P 7.016683621 L4_control_C2 +LQ08X012590 Alcohol dehydrogenase class-P 6.196072638 L4_control_C3 +LQ08X012590 Alcohol dehydrogenase class-P 6.774817641 L4_chemical_A1 +LQ08X012590 Alcohol dehydrogenase class-P 6.248963253 L4_chemical_A2 +LQ08X012590 Alcohol dehydrogenase class-P 6.830801544 L4_chemical_A3 +LQ08X012590 Alcohol dehydrogenase class-P 6.507344595 L4_chemical_B1 +LQ08X012590 Alcohol dehydrogenase class-P 6.051126158 L4_chemical_B2 +LQ08X012590 Alcohol dehydrogenase class-P 6.045885892 L4_chemical_B3 +LQ08X012590 Alcohol dehydrogenase class-P 6.413766778 L4_chemical_C2 +LQ08X012590 Alcohol dehydrogenase class-P 5.763881514 L4_chemical_C3 +LQ08X012650 Alcohol dehydrogenase 1 5.125549308 C6_control_A1 +LQ08X012650 Alcohol dehydrogenase 1 5.257864156 C6_control_A3 +LQ08X012650 Alcohol dehydrogenase 1 5.249937946 C6_control_B1 +LQ08X012650 Alcohol dehydrogenase 1 4.89084399 C6_control_B2 +LQ08X012650 Alcohol dehydrogenase 1 5.264851745 C6_control_B3 +LQ08X012650 Alcohol dehydrogenase 1 4.979042386 C6_control_C1 +LQ08X012650 Alcohol dehydrogenase 1 5.030114507 C6_control_C2 +LQ08X012650 Alcohol dehydrogenase 1 4.996800159 C6_control_C3 +LQ08X012650 Alcohol dehydrogenase 1 5.295214669 C6_chemical_A1 +LQ08X012650 Alcohol dehydrogenase 1 4.90788935 C6_chemical_A3 +LQ08X012650 Alcohol dehydrogenase 1 4.887852404 C6_chemical_B1 +LQ08X012650 Alcohol dehydrogenase 1 4.919216699 C6_chemical_B2 +LQ08X012650 Alcohol dehydrogenase 1 5.173799975 C6_chemical_B3 +LQ08X012650 Alcohol dehydrogenase 1 5.136314396 C6_chemical_C1 +LQ08X012650 Alcohol dehydrogenase 1 5.023910564 C6_chemical_C2 +LQ08X012650 Alcohol dehydrogenase 1 5.237645615 C6_chemical_C3 +LQ08X012650 Alcohol dehydrogenase 1 5.221849084 L4_control_A1 +LQ08X012650 Alcohol dehydrogenase 1 5.300112851 L4_control_A2 +LQ08X012650 Alcohol dehydrogenase 1 5.978198751 L4_control_A3 +LQ08X012650 Alcohol dehydrogenase 1 5.199374961 L4_control_B1 +LQ08X012650 Alcohol dehydrogenase 1 5.317786259 L4_control_B2 +LQ08X012650 Alcohol dehydrogenase 1 5.327578502 L4_control_B3 +LQ08X012650 Alcohol dehydrogenase 1 5.337674096 L4_control_C2 +LQ08X012650 Alcohol dehydrogenase 1 5.111536634 L4_control_C3 +LQ08X012650 Alcohol dehydrogenase 1 5.172359149 L4_chemical_A1 +LQ08X012650 Alcohol dehydrogenase 1 5.127080837 L4_chemical_A2 +LQ08X012650 Alcohol dehydrogenase 1 5.42853548 L4_chemical_A3 +LQ08X012650 Alcohol dehydrogenase 1 5.037872889 L4_chemical_B1 +LQ08X012650 Alcohol dehydrogenase 1 5.243717747 L4_chemical_B2 +LQ08X012650 Alcohol dehydrogenase 1 5.383893534 L4_chemical_B3 +LQ08X012650 Alcohol dehydrogenase 1 5.50385674 L4_chemical_C2 +LQ08X012650 Alcohol dehydrogenase 1 4.915505039 L4_chemical_C3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.10490156 C6_control_A1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.03094768 C6_control_A3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.25342621 C6_control_B1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 12.50446044 C6_control_B2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.29140036 C6_control_B3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.17713982 C6_control_C1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 12.76132651 C6_control_C2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 12.95854433 C6_control_C3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.2944757 C6_chemical_A1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.53936022 C6_chemical_A3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.14004288 C6_chemical_B1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 12.85556547 C6_chemical_B2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.39575008 C6_chemical_B3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.07223369 C6_chemical_C1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 12.78783592 C6_chemical_C2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.14179101 C6_chemical_C3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.25549033 L4_control_A1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 12.90882052 L4_control_A2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.40396891 L4_control_A3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.1813625 L4_control_B1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.13075641 L4_control_B2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 12.97135704 L4_control_B3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.39802161 L4_control_C2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.9436279 L4_control_C3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.14310088 L4_chemical_A1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 12.76411791 L4_chemical_A2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.26470016 L4_chemical_A3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.08041169 L4_chemical_B1 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.01886364 L4_chemical_B2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.01273964 L4_chemical_B3 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.20897944 L4_chemical_C2 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.75074139 L4_chemical_C3 +LQ08X012670 Hypothetical protein 4.801634013 C6_control_A1 +LQ08X012670 Hypothetical protein 4.809619356 C6_control_A3 +LQ08X012670 Hypothetical protein 4.971277517 C6_control_B1 +LQ08X012670 Hypothetical protein 4.662603975 C6_control_B2 +LQ08X012670 Hypothetical protein 4.575171889 C6_control_B3 +LQ08X012670 Hypothetical protein 4.661966411 C6_control_C1 +LQ08X012670 Hypothetical protein 4.667618232 C6_control_C2 +LQ08X012670 Hypothetical protein 4.506189624 C6_control_C3 +LQ08X012670 Hypothetical protein 4.678203444 C6_chemical_A1 +LQ08X012670 Hypothetical protein 4.869325741 C6_chemical_A3 +LQ08X012670 Hypothetical protein 5.233254521 C6_chemical_B1 +LQ08X012670 Hypothetical protein 4.540282458 C6_chemical_B2 +LQ08X012670 Hypothetical protein 4.887284881 C6_chemical_B3 +LQ08X012670 Hypothetical protein 4.759554605 C6_chemical_C1 +LQ08X012670 Hypothetical protein 4.668571287 C6_chemical_C2 +LQ08X012670 Hypothetical protein 4.590581885 C6_chemical_C3 +LQ08X012670 Hypothetical protein 4.805760989 L4_control_A1 +LQ08X012670 Hypothetical protein 4.76102849 L4_control_A2 +LQ08X012670 Hypothetical protein 4.952484038 L4_control_A3 +LQ08X012670 Hypothetical protein 5.170818655 L4_control_B1 +LQ08X012670 Hypothetical protein 4.917161093 L4_control_B2 +LQ08X012670 Hypothetical protein 4.806708159 L4_control_B3 +LQ08X012670 Hypothetical protein 5.735005196 L4_control_C2 +LQ08X012670 Hypothetical protein 4.981282459 L4_control_C3 +LQ08X012670 Hypothetical protein 5.237152636 L4_chemical_A1 +LQ08X012670 Hypothetical protein 4.903319715 L4_chemical_A2 +LQ08X012670 Hypothetical protein 5.005226944 L4_chemical_A3 +LQ08X012670 Hypothetical protein 5.263540993 L4_chemical_B1 +LQ08X012670 Hypothetical protein 5.103528492 L4_chemical_B2 +LQ08X012670 Hypothetical protein 4.573917964 L4_chemical_B3 +LQ08X012670 Hypothetical protein 5.284429535 L4_chemical_C2 +LQ08X012670 Hypothetical protein 5.477555114 L4_chemical_C3 +LQ08X012700 Peroxidase 43 11.26998152 C6_control_A1 +LQ08X012700 Peroxidase 43 10.25733134 C6_control_A3 +LQ08X012700 Peroxidase 43 11.06396568 C6_control_B1 +LQ08X012700 Peroxidase 43 10.22230327 C6_control_B2 +LQ08X012700 Peroxidase 43 10.3867864 C6_control_B3 +LQ08X012700 Peroxidase 43 7.56560873 C6_control_C1 +LQ08X012700 Peroxidase 43 6.745750409 C6_control_C2 +LQ08X012700 Peroxidase 43 6.497737225 C6_control_C3 +LQ08X012700 Peroxidase 43 11.73192341 C6_chemical_A1 +LQ08X012700 Peroxidase 43 11.01933009 C6_chemical_A3 +LQ08X012700 Peroxidase 43 11.33068463 C6_chemical_B1 +LQ08X012700 Peroxidase 43 10.24143694 C6_chemical_B2 +LQ08X012700 Peroxidase 43 10.69024635 C6_chemical_B3 +LQ08X012700 Peroxidase 43 8.386526631 C6_chemical_C1 +LQ08X012700 Peroxidase 43 5.811474856 C6_chemical_C2 +LQ08X012700 Peroxidase 43 6.424370959 C6_chemical_C3 +LQ08X012700 Peroxidase 43 11.22350942 L4_control_A1 +LQ08X012700 Peroxidase 43 10.54740149 L4_control_A2 +LQ08X012700 Peroxidase 43 10.49901485 L4_control_A3 +LQ08X012700 Peroxidase 43 11.53396991 L4_control_B1 +LQ08X012700 Peroxidase 43 11.14390885 L4_control_B2 +LQ08X012700 Peroxidase 43 8.780833236 L4_control_B3 +LQ08X012700 Peroxidase 43 6.081794633 L4_control_C2 +LQ08X012700 Peroxidase 43 6.135987861 L4_control_C3 +LQ08X012700 Peroxidase 43 11.93841139 L4_chemical_A1 +LQ08X012700 Peroxidase 43 12.0602419 L4_chemical_A2 +LQ08X012700 Peroxidase 43 11.94671582 L4_chemical_A3 +LQ08X012700 Peroxidase 43 11.98232799 L4_chemical_B1 +LQ08X012700 Peroxidase 43 11.32526447 L4_chemical_B2 +LQ08X012700 Peroxidase 43 10.40033335 L4_chemical_B3 +LQ08X012700 Peroxidase 43 6.339252034 L4_chemical_C2 +LQ08X012700 Peroxidase 43 7.533992477 L4_chemical_C3 +LQ08X012710 Predicted protein 6.897475469 C6_control_A1 +LQ08X012710 Predicted protein 6.208743129 C6_control_A3 +LQ08X012710 Predicted protein 6.838630475 C6_control_B1 +LQ08X012710 Predicted protein 5.991601974 C6_control_B2 +LQ08X012710 Predicted protein 5.955748397 C6_control_B3 +LQ08X012710 Predicted protein 5.863822294 C6_control_C1 +LQ08X012710 Predicted protein 5.690431483 C6_control_C2 +LQ08X012710 Predicted protein 5.635850036 C6_control_C3 +LQ08X012710 Predicted protein 6.881377201 C6_chemical_A1 +LQ08X012710 Predicted protein 6.081868363 C6_chemical_A3 +LQ08X012710 Predicted protein 6.21631415 C6_chemical_B1 +LQ08X012710 Predicted protein 5.523472643 C6_chemical_B2 +LQ08X012710 Predicted protein 6.590767306 C6_chemical_B3 +LQ08X012710 Predicted protein 6.045433126 C6_chemical_C1 +LQ08X012710 Predicted protein 5.228736848 C6_chemical_C2 +LQ08X012710 Predicted protein 5.272645191 C6_chemical_C3 +LQ08X012710 Predicted protein 6.02947202 L4_control_A1 +LQ08X012710 Predicted protein 6.628218141 L4_control_A2 +LQ08X012710 Predicted protein 6.627064612 L4_control_A3 +LQ08X012710 Predicted protein 5.537326199 L4_control_B1 +LQ08X012710 Predicted protein 6.535904873 L4_control_B2 +LQ08X012710 Predicted protein 5.448590779 L4_control_B3 +LQ08X012710 Predicted protein 5.190633197 L4_control_C2 +LQ08X012710 Predicted protein 5.070567058 L4_control_C3 +LQ08X012710 Predicted protein 5.830786677 L4_chemical_A1 +LQ08X012710 Predicted protein 6.22310877 L4_chemical_A2 +LQ08X012710 Predicted protein 6.188289973 L4_chemical_A3 +LQ08X012710 Predicted protein 6.085468441 L4_chemical_B1 +LQ08X012710 Predicted protein 6.867883589 L4_chemical_B2 +LQ08X012710 Predicted protein 6.226228561 L4_chemical_B3 +LQ08X012710 Predicted protein 5.216150235 L4_chemical_C2 +LQ08X012710 Predicted protein 6.265691703 L4_chemical_C3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.212003109 C6_control_A1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 4.806666279 C6_control_A3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.041782489 C6_control_B1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.177779642 C6_control_B2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.274522612 C6_control_B3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.216568655 C6_control_C1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 4.882371968 C6_control_C2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.313098019 C6_control_C3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 4.884942361 C6_chemical_A1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.131552406 C6_chemical_A3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 4.937495612 C6_chemical_B1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 4.997270483 C6_chemical_B2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.149039254 C6_chemical_B3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.459130567 C6_chemical_C1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.152085389 C6_chemical_C2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.377831398 C6_chemical_C3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.268675984 L4_control_A1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.307596817 L4_control_A2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.024559974 L4_control_A3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.57342144 L4_control_B1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.288750454 L4_control_B2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.112766961 L4_control_B3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.106933229 L4_control_C2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.089171061 L4_control_C3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.129560182 L4_chemical_A1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.822102872 L4_chemical_A2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.369903399 L4_chemical_A3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 4.939625033 L4_chemical_B1 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.265870745 L4_chemical_B2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.588179164 L4_chemical_B3 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.228992649 L4_chemical_C2 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 5.461058786 L4_chemical_C3 +LQ08X012750 Hypothetical protein 5.007487939 C6_control_A1 +LQ08X012750 Hypothetical protein 5.202715448 C6_control_A3 +LQ08X012750 Hypothetical protein 5.436120204 C6_control_B1 +LQ08X012750 Hypothetical protein 5.292841999 C6_control_B2 +LQ08X012750 Hypothetical protein 5.600047862 C6_control_B3 +LQ08X012750 Hypothetical protein 5.255282849 C6_control_C1 +LQ08X012750 Hypothetical protein 5.411596798 C6_control_C2 +LQ08X012750 Hypothetical protein 4.771408116 C6_control_C3 +LQ08X012750 Hypothetical protein 5.406409378 C6_chemical_A1 +LQ08X012750 Hypothetical protein 5.433450439 C6_chemical_A3 +LQ08X012750 Hypothetical protein 5.109276229 C6_chemical_B1 +LQ08X012750 Hypothetical protein 5.409244901 C6_chemical_B2 +LQ08X012750 Hypothetical protein 4.928063874 C6_chemical_B3 +LQ08X012750 Hypothetical protein 5.326922031 C6_chemical_C1 +LQ08X012750 Hypothetical protein 5.357546738 C6_chemical_C2 +LQ08X012750 Hypothetical protein 5.0169979 C6_chemical_C3 +LQ08X012750 Hypothetical protein 5.243852134 L4_control_A1 +LQ08X012750 Hypothetical protein 5.500337475 L4_control_A2 +LQ08X012750 Hypothetical protein 6.81282564 L4_control_A3 +LQ08X012750 Hypothetical protein 5.485687282 L4_control_B1 +LQ08X012750 Hypothetical protein 5.46558989 L4_control_B2 +LQ08X012750 Hypothetical protein 5.354952968 L4_control_B3 +LQ08X012750 Hypothetical protein 5.298168451 L4_control_C2 +LQ08X012750 Hypothetical protein 5.036794712 L4_control_C3 +LQ08X012750 Hypothetical protein 5.375795945 L4_chemical_A1 +LQ08X012750 Hypothetical protein 5.322419832 L4_chemical_A2 +LQ08X012750 Hypothetical protein 6.128575344 L4_chemical_A3 +LQ08X012750 Hypothetical protein 5.269462138 L4_chemical_B1 +LQ08X012750 Hypothetical protein 5.068400956 L4_chemical_B2 +LQ08X012750 Hypothetical protein 5.130992538 L4_chemical_B3 +LQ08X012750 Hypothetical protein 6.026033408 L4_chemical_C2 +LQ08X012750 Hypothetical protein 5.646887901 L4_chemical_C3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.497149387 C6_control_A1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.148719594 C6_control_A3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.585356872 C6_control_B1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.717725669 C6_control_B2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.232020998 C6_control_B3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.86169402 C6_control_C1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.628894396 C6_control_C2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.343138145 C6_control_C3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.571423852 C6_chemical_A1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.387257387 C6_chemical_A3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.82021588 C6_chemical_B1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.564549563 C6_chemical_B2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.327538248 C6_chemical_B3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.790396311 C6_chemical_C1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.43187469 C6_chemical_C2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.603687073 C6_chemical_C3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.098933197 L4_control_A1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.523707301 L4_control_A2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.651942659 L4_control_A3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 4.96980445 L4_control_B1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.86711106 L4_control_B2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.7448047 L4_control_B3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.341025942 L4_control_C2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.25430761 L4_control_C3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.23010328 L4_chemical_A1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.436503361 L4_chemical_A2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.428141487 L4_chemical_A3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.831973534 L4_chemical_B1 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.510464605 L4_chemical_B2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.449934925 L4_chemical_B3 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.270924284 L4_chemical_C2 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.433402155 L4_chemical_C3 +LQ08X012860 At1g43130 5.254626897 C6_control_A1 +LQ08X012860 At1g43130 5.062890117 C6_control_A3 +LQ08X012860 At1g43130 5.291330844 C6_control_B1 +LQ08X012860 At1g43130 4.902706089 C6_control_B2 +LQ08X012860 At1g43130 4.946789241 C6_control_B3 +LQ08X012860 At1g43130 4.845882995 C6_control_C1 +LQ08X012860 At1g43130 4.925700899 C6_control_C2 +LQ08X012860 At1g43130 4.855717775 C6_control_C3 +LQ08X012860 At1g43130 5.071043715 C6_chemical_A1 +LQ08X012860 At1g43130 5.137618697 C6_chemical_A3 +LQ08X012860 At1g43130 4.865966512 C6_chemical_B1 +LQ08X012860 At1g43130 4.711763624 C6_chemical_B2 +LQ08X012860 At1g43130 4.942698171 C6_chemical_B3 +LQ08X012860 At1g43130 4.64679105 C6_chemical_C1 +LQ08X012860 At1g43130 4.831287901 C6_chemical_C2 +LQ08X012860 At1g43130 4.807155272 C6_chemical_C3 +LQ08X012860 At1g43130 5.103787218 L4_control_A1 +LQ08X012860 At1g43130 5.188422024 L4_control_A2 +LQ08X012860 At1g43130 5.478230591 L4_control_A3 +LQ08X012860 At1g43130 5.248714819 L4_control_B1 +LQ08X012860 At1g43130 5.472073502 L4_control_B2 +LQ08X012860 At1g43130 5.259469183 L4_control_B3 +LQ08X012860 At1g43130 4.955458464 L4_control_C2 +LQ08X012860 At1g43130 5.098764536 L4_control_C3 +LQ08X012860 At1g43130 4.97287687 L4_chemical_A1 +LQ08X012860 At1g43130 5.38227569 L4_chemical_A2 +LQ08X012860 At1g43130 5.27494987 L4_chemical_A3 +LQ08X012860 At1g43130 5.009619579 L4_chemical_B1 +LQ08X012860 At1g43130 4.829514557 L4_chemical_B2 +LQ08X012860 At1g43130 4.94733779 L4_chemical_B3 +LQ08X012860 At1g43130 4.941965702 L4_chemical_C2 +LQ08X012860 At1g43130 5.197794773 L4_chemical_C3 +LQ08X012890 60S ribosomal protein L3 15.13966574 C6_control_A1 +LQ08X012890 60S ribosomal protein L3 15.13570624 C6_control_A3 +LQ08X012890 60S ribosomal protein L3 14.6458009 C6_control_B1 +LQ08X012890 60S ribosomal protein L3 14.4544013 C6_control_B2 +LQ08X012890 60S ribosomal protein L3 14.25690898 C6_control_B3 +LQ08X012890 60S ribosomal protein L3 13.90034724 C6_control_C1 +LQ08X012890 60S ribosomal protein L3 14.3010549 C6_control_C2 +LQ08X012890 60S ribosomal protein L3 13.53502709 C6_control_C3 +LQ08X012890 60S ribosomal protein L3 14.90041959 C6_chemical_A1 +LQ08X012890 60S ribosomal protein L3 15.13150082 C6_chemical_A3 +LQ08X012890 60S ribosomal protein L3 14.27519182 C6_chemical_B1 +LQ08X012890 60S ribosomal protein L3 13.94775436 C6_chemical_B2 +LQ08X012890 60S ribosomal protein L3 14.12261476 C6_chemical_B3 +LQ08X012890 60S ribosomal protein L3 14.00161432 C6_chemical_C1 +LQ08X012890 60S ribosomal protein L3 13.89830997 C6_chemical_C2 +LQ08X012890 60S ribosomal protein L3 13.56534483 C6_chemical_C3 +LQ08X012890 60S ribosomal protein L3 14.64831311 L4_control_A1 +LQ08X012890 60S ribosomal protein L3 14.69963095 L4_control_A2 +LQ08X012890 60S ribosomal protein L3 14.61251037 L4_control_A3 +LQ08X012890 60S ribosomal protein L3 14.05338142 L4_control_B1 +LQ08X012890 60S ribosomal protein L3 14.87963822 L4_control_B2 +LQ08X012890 60S ribosomal protein L3 13.94953282 L4_control_B3 +LQ08X012890 60S ribosomal protein L3 13.96132877 L4_control_C2 +LQ08X012890 60S ribosomal protein L3 14.22079081 L4_control_C3 +LQ08X012890 60S ribosomal protein L3 14.68865343 L4_chemical_A1 +LQ08X012890 60S ribosomal protein L3 14.4460878 L4_chemical_A2 +LQ08X012890 60S ribosomal protein L3 14.21601069 L4_chemical_A3 +LQ08X012890 60S ribosomal protein L3 14.49853969 L4_chemical_B1 +LQ08X012890 60S ribosomal protein L3 14.52326545 L4_chemical_B2 +LQ08X012890 60S ribosomal protein L3 14.21011539 L4_chemical_B3 +LQ08X012890 60S ribosomal protein L3 14.1157109 L4_chemical_C2 +LQ08X012890 60S ribosomal protein L3 14.06791126 L4_chemical_C3 +LQ08X012910 Hypothetical protein 5.938880455 C6_control_A1 +LQ08X012910 Hypothetical protein 6.046916349 C6_control_A3 +LQ08X012910 Hypothetical protein 6.057503708 C6_control_B1 +LQ08X012910 Hypothetical protein 6.603040028 C6_control_B2 +LQ08X012910 Hypothetical protein 6.541572618 C6_control_B3 +LQ08X012910 Hypothetical protein 6.097931508 C6_control_C1 +LQ08X012910 Hypothetical protein 5.748283989 C6_control_C2 +LQ08X012910 Hypothetical protein 6.363250207 C6_control_C3 +LQ08X012910 Hypothetical protein 6.280646954 C6_chemical_A1 +LQ08X012910 Hypothetical protein 6.330628269 C6_chemical_A3 +LQ08X012910 Hypothetical protein 6.11006101 C6_chemical_B1 +LQ08X012910 Hypothetical protein 6.037458131 C6_chemical_B2 +LQ08X012910 Hypothetical protein 6.509918629 C6_chemical_B3 +LQ08X012910 Hypothetical protein 5.848316684 C6_chemical_C1 +LQ08X012910 Hypothetical protein 6.385554194 C6_chemical_C2 +LQ08X012910 Hypothetical protein 5.947263445 C6_chemical_C3 +LQ08X012910 Hypothetical protein 6.171254196 L4_control_A1 +LQ08X012910 Hypothetical protein 6.594162956 L4_control_A2 +LQ08X012910 Hypothetical protein 7.050523099 L4_control_A3 +LQ08X012910 Hypothetical protein 6.818290388 L4_control_B1 +LQ08X012910 Hypothetical protein 6.363212202 L4_control_B2 +LQ08X012910 Hypothetical protein 6.456456283 L4_control_B3 +LQ08X012910 Hypothetical protein 5.560849281 L4_control_C2 +LQ08X012910 Hypothetical protein 6.298053454 L4_control_C3 +LQ08X012910 Hypothetical protein 6.433881564 L4_chemical_A1 +LQ08X012910 Hypothetical protein 6.75069911 L4_chemical_A2 +LQ08X012910 Hypothetical protein 7.076957983 L4_chemical_A3 +LQ08X012910 Hypothetical protein 6.322782318 L4_chemical_B1 +LQ08X012910 Hypothetical protein 5.793687874 L4_chemical_B2 +LQ08X012910 Hypothetical protein 5.973655201 L4_chemical_B3 +LQ08X012910 Hypothetical protein 5.937232806 L4_chemical_C2 +LQ08X012910 Hypothetical protein 5.797494681 L4_chemical_C3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.71208779 C6_control_A1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 12.96081004 C6_control_A3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.18345648 C6_control_B1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.5197991 C6_control_B2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.57206034 C6_control_B3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 11.15765445 C6_control_C1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 12.50188823 C6_control_C2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 11.1238163 C6_control_C3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.54719484 C6_chemical_A1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.14506511 C6_chemical_A3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.21507052 C6_chemical_B1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.07645093 C6_chemical_B2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.38120641 C6_chemical_B3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 11.68038121 C6_chemical_C1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 10.88264621 C6_chemical_C2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 10.49365771 C6_chemical_C3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.48872754 L4_control_A1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.8000541 L4_control_A2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.14241516 L4_control_A3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.15881931 L4_control_B1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.26885023 L4_control_B2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.7975501 L4_control_B3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 10.80487854 L4_control_C2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 11.30633688 L4_control_C3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.14001765 L4_chemical_A1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.60775631 L4_chemical_A2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.2947663 L4_chemical_A3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.42641555 L4_chemical_B1 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.77760001 L4_chemical_B2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.0800162 L4_chemical_B3 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 11.27211393 L4_chemical_C2 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 11.51694017 L4_chemical_C3 +LQ08X012970 Hypothetical protein 5.102823651 C6_control_A1 +LQ08X012970 Hypothetical protein 5.178756031 C6_control_A3 +LQ08X012970 Hypothetical protein 5.084239963 C6_control_B1 +LQ08X012970 Hypothetical protein 5.274617369 C6_control_B2 +LQ08X012970 Hypothetical protein 5.020409864 C6_control_B3 +LQ08X012970 Hypothetical protein 5.73778384 C6_control_C1 +LQ08X012970 Hypothetical protein 4.809679174 C6_control_C2 +LQ08X012970 Hypothetical protein 5.045884577 C6_control_C3 +LQ08X012970 Hypothetical protein 5.175313278 C6_chemical_A1 +LQ08X012970 Hypothetical protein 5.229930566 C6_chemical_A3 +LQ08X012970 Hypothetical protein 5.156131344 C6_chemical_B1 +LQ08X012970 Hypothetical protein 5.102700748 C6_chemical_B2 +LQ08X012970 Hypothetical protein 5.526155738 C6_chemical_B3 +LQ08X012970 Hypothetical protein 5.288115209 C6_chemical_C1 +LQ08X012970 Hypothetical protein 4.84992594 C6_chemical_C2 +LQ08X012970 Hypothetical protein 4.868910391 C6_chemical_C3 +LQ08X012970 Hypothetical protein 5.100358721 L4_control_A1 +LQ08X012970 Hypothetical protein 4.884163947 L4_control_A2 +LQ08X012970 Hypothetical protein 5.261373164 L4_control_A3 +LQ08X012970 Hypothetical protein 5.033484212 L4_control_B1 +LQ08X012970 Hypothetical protein 4.89881214 L4_control_B2 +LQ08X012970 Hypothetical protein 5.467706518 L4_control_B3 +LQ08X012970 Hypothetical protein 5.382346884 L4_control_C2 +LQ08X012970 Hypothetical protein 5.914076276 L4_control_C3 +LQ08X012970 Hypothetical protein 4.951647578 L4_chemical_A1 +LQ08X012970 Hypothetical protein 5.106039477 L4_chemical_A2 +LQ08X012970 Hypothetical protein 4.880455879 L4_chemical_A3 +LQ08X012970 Hypothetical protein 5.207692575 L4_chemical_B1 +LQ08X012970 Hypothetical protein 5.094376941 L4_chemical_B2 +LQ08X012970 Hypothetical protein 5.005156534 L4_chemical_B3 +LQ08X012970 Hypothetical protein 5.166891409 L4_chemical_C2 +LQ08X012970 Hypothetical protein 5.158437667 L4_chemical_C3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.067702996 C6_control_A1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.249702563 C6_control_A3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.158636691 C6_control_B1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.018653588 C6_control_B2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.945603158 C6_control_B3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.907891663 C6_control_C1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.220369174 C6_control_C2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.345875947 C6_control_C3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.714179879 C6_chemical_A1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.266881887 C6_chemical_A3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.313021121 C6_chemical_B1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.060775307 C6_chemical_B2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.687640928 C6_chemical_B3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.018871707 C6_chemical_C1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.970421672 C6_chemical_C2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.762474821 C6_chemical_C3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.838476087 L4_control_A1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.143087574 L4_control_A2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.263427037 L4_control_A3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.331464001 L4_control_B1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.922155519 L4_control_B2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.805469801 L4_control_B3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.83297366 L4_control_C2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 6.140144086 L4_control_C3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.092011541 L4_chemical_A1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.164819135 L4_chemical_A2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.47654258 L4_chemical_A3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.761979874 L4_chemical_B1 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.379804685 L4_chemical_B2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.906013292 L4_chemical_B3 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.743043636 L4_chemical_C2 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 5.305158664 L4_chemical_C3 +LQ08X012990 Thioredoxin-like protein slr0233 13.77575718 C6_control_A1 +LQ08X012990 Thioredoxin-like protein slr0233 14.13250366 C6_control_A3 +LQ08X012990 Thioredoxin-like protein slr0233 14.18790126 C6_control_B1 +LQ08X012990 Thioredoxin-like protein slr0233 13.62696004 C6_control_B2 +LQ08X012990 Thioredoxin-like protein slr0233 14.35833916 C6_control_B3 +LQ08X012990 Thioredoxin-like protein slr0233 12.95423616 C6_control_C1 +LQ08X012990 Thioredoxin-like protein slr0233 13.79635774 C6_control_C2 +LQ08X012990 Thioredoxin-like protein slr0233 13.91976097 C6_control_C3 +LQ08X012990 Thioredoxin-like protein slr0233 13.62785314 C6_chemical_A1 +LQ08X012990 Thioredoxin-like protein slr0233 13.73432461 C6_chemical_A3 +LQ08X012990 Thioredoxin-like protein slr0233 14.01077355 C6_chemical_B1 +LQ08X012990 Thioredoxin-like protein slr0233 13.52663531 C6_chemical_B2 +LQ08X012990 Thioredoxin-like protein slr0233 14.00708014 C6_chemical_B3 +LQ08X012990 Thioredoxin-like protein slr0233 12.42579486 C6_chemical_C1 +LQ08X012990 Thioredoxin-like protein slr0233 13.42237194 C6_chemical_C2 +LQ08X012990 Thioredoxin-like protein slr0233 13.4456896 C6_chemical_C3 +LQ08X012990 Thioredoxin-like protein slr0233 13.66662811 L4_control_A1 +LQ08X012990 Thioredoxin-like protein slr0233 13.49412562 L4_control_A2 +LQ08X012990 Thioredoxin-like protein slr0233 13.89058479 L4_control_A3 +LQ08X012990 Thioredoxin-like protein slr0233 14.19474763 L4_control_B1 +LQ08X012990 Thioredoxin-like protein slr0233 14.02738001 L4_control_B2 +LQ08X012990 Thioredoxin-like protein slr0233 14.22539504 L4_control_B3 +LQ08X012990 Thioredoxin-like protein slr0233 14.593887 L4_control_C2 +LQ08X012990 Thioredoxin-like protein slr0233 14.64492386 L4_control_C3 +LQ08X012990 Thioredoxin-like protein slr0233 13.40565874 L4_chemical_A1 +LQ08X012990 Thioredoxin-like protein slr0233 12.77806672 L4_chemical_A2 +LQ08X012990 Thioredoxin-like protein slr0233 13.49721225 L4_chemical_A3 +LQ08X012990 Thioredoxin-like protein slr0233 13.54827142 L4_chemical_B1 +LQ08X012990 Thioredoxin-like protein slr0233 13.85736027 L4_chemical_B2 +LQ08X012990 Thioredoxin-like protein slr0233 13.87277481 L4_chemical_B3 +LQ08X012990 Thioredoxin-like protein slr0233 14.41694375 L4_chemical_C2 +LQ08X012990 Thioredoxin-like protein slr0233 14.45755448 L4_chemical_C3 +LQ08X013000 Putative uncharacterized protein 13.58080457 C6_control_A1 +LQ08X013000 Putative uncharacterized protein 13.50936991 C6_control_A3 +LQ08X013000 Putative uncharacterized protein 13.36233415 C6_control_B1 +LQ08X013000 Putative uncharacterized protein 12.91873923 C6_control_B2 +LQ08X013000 Putative uncharacterized protein 12.98073235 C6_control_B3 +LQ08X013000 Putative uncharacterized protein 12.69277895 C6_control_C1 +LQ08X013000 Putative uncharacterized protein 12.72872232 C6_control_C2 +LQ08X013000 Putative uncharacterized protein 12.75690214 C6_control_C3 +LQ08X013000 Putative uncharacterized protein 13.76676698 C6_chemical_A1 +LQ08X013000 Putative uncharacterized protein 13.8261056 C6_chemical_A3 +LQ08X013000 Putative uncharacterized protein 13.26832115 C6_chemical_B1 +LQ08X013000 Putative uncharacterized protein 12.98820593 C6_chemical_B2 +LQ08X013000 Putative uncharacterized protein 12.86843904 C6_chemical_B3 +LQ08X013000 Putative uncharacterized protein 12.91811994 C6_chemical_C1 +LQ08X013000 Putative uncharacterized protein 12.73097538 C6_chemical_C2 +LQ08X013000 Putative uncharacterized protein 12.49263106 C6_chemical_C3 +LQ08X013000 Putative uncharacterized protein 13.48942624 L4_control_A1 +LQ08X013000 Putative uncharacterized protein 13.62949689 L4_control_A2 +LQ08X013000 Putative uncharacterized protein 13.68036526 L4_control_A3 +LQ08X013000 Putative uncharacterized protein 13.23312652 L4_control_B1 +LQ08X013000 Putative uncharacterized protein 13.37589777 L4_control_B2 +LQ08X013000 Putative uncharacterized protein 12.85818178 L4_control_B3 +LQ08X013000 Putative uncharacterized protein 12.78276562 L4_control_C2 +LQ08X013000 Putative uncharacterized protein 12.73676893 L4_control_C3 +LQ08X013000 Putative uncharacterized protein 13.70516642 L4_chemical_A1 +LQ08X013000 Putative uncharacterized protein 13.80784778 L4_chemical_A2 +LQ08X013000 Putative uncharacterized protein 13.59086993 L4_chemical_A3 +LQ08X013000 Putative uncharacterized protein 13.57469251 L4_chemical_B1 +LQ08X013000 Putative uncharacterized protein 13.4347672 L4_chemical_B2 +LQ08X013000 Putative uncharacterized protein 13.01882538 L4_chemical_B3 +LQ08X013000 Putative uncharacterized protein 12.98046834 L4_chemical_C2 +LQ08X013000 Putative uncharacterized protein 12.84320646 L4_chemical_C3 +LQ08X013040 Predicted protein 6.078541966 C6_control_A1 +LQ08X013040 Predicted protein 6.493656078 C6_control_A3 +LQ08X013040 Predicted protein 6.282733379 C6_control_B1 +LQ08X013040 Predicted protein 5.780897096 C6_control_B2 +LQ08X013040 Predicted protein 5.759029538 C6_control_B3 +LQ08X013040 Predicted protein 6.044343181 C6_control_C1 +LQ08X013040 Predicted protein 6.020959227 C6_control_C2 +LQ08X013040 Predicted protein 5.998912915 C6_control_C3 +LQ08X013040 Predicted protein 5.894837623 C6_chemical_A1 +LQ08X013040 Predicted protein 5.98224723 C6_chemical_A3 +LQ08X013040 Predicted protein 5.56677642 C6_chemical_B1 +LQ08X013040 Predicted protein 5.829228956 C6_chemical_B2 +LQ08X013040 Predicted protein 5.932784264 C6_chemical_B3 +LQ08X013040 Predicted protein 5.977292385 C6_chemical_C1 +LQ08X013040 Predicted protein 5.884856605 C6_chemical_C2 +LQ08X013040 Predicted protein 5.683899142 C6_chemical_C3 +LQ08X013040 Predicted protein 5.770298951 L4_control_A1 +LQ08X013040 Predicted protein 5.743775208 L4_control_A2 +LQ08X013040 Predicted protein 5.990937706 L4_control_A3 +LQ08X013040 Predicted protein 6.095837149 L4_control_B1 +LQ08X013040 Predicted protein 5.869212265 L4_control_B2 +LQ08X013040 Predicted protein 6.058146904 L4_control_B3 +LQ08X013040 Predicted protein 5.136200938 L4_control_C2 +LQ08X013040 Predicted protein 5.822106914 L4_control_C3 +LQ08X013040 Predicted protein 5.856893414 L4_chemical_A1 +LQ08X013040 Predicted protein 5.808257623 L4_chemical_A2 +LQ08X013040 Predicted protein 5.909544291 L4_chemical_A3 +LQ08X013040 Predicted protein 5.648041517 L4_chemical_B1 +LQ08X013040 Predicted protein 5.982002374 L4_chemical_B2 +LQ08X013040 Predicted protein 5.725509113 L4_chemical_B3 +LQ08X013040 Predicted protein 6.187818525 L4_chemical_C2 +LQ08X013040 Predicted protein 6.053433597 L4_chemical_C3 +LQ08X013070 Putative Early nodulin-like protein 1 5.371847073 C6_control_A1 +LQ08X013070 Putative Early nodulin-like protein 1 5.194725923 C6_control_A3 +LQ08X013070 Putative Early nodulin-like protein 1 4.966601407 C6_control_B1 +LQ08X013070 Putative Early nodulin-like protein 1 5.915589783 C6_control_B2 +LQ08X013070 Putative Early nodulin-like protein 1 6.608774485 C6_control_B3 +LQ08X013070 Putative Early nodulin-like protein 1 5.401331369 C6_control_C1 +LQ08X013070 Putative Early nodulin-like protein 1 5.148259439 C6_control_C2 +LQ08X013070 Putative Early nodulin-like protein 1 5.273392576 C6_control_C3 +LQ08X013070 Putative Early nodulin-like protein 1 5.559653576 C6_chemical_A1 +LQ08X013070 Putative Early nodulin-like protein 1 5.496807549 C6_chemical_A3 +LQ08X013070 Putative Early nodulin-like protein 1 5.986638829 C6_chemical_B1 +LQ08X013070 Putative Early nodulin-like protein 1 5.868499142 C6_chemical_B2 +LQ08X013070 Putative Early nodulin-like protein 1 6.837362576 C6_chemical_B3 +LQ08X013070 Putative Early nodulin-like protein 1 5.619772802 C6_chemical_C1 +LQ08X013070 Putative Early nodulin-like protein 1 5.858538471 C6_chemical_C2 +LQ08X013070 Putative Early nodulin-like protein 1 5.713396991 C6_chemical_C3 +LQ08X013070 Putative Early nodulin-like protein 1 5.900590966 L4_control_A1 +LQ08X013070 Putative Early nodulin-like protein 1 6.195166724 L4_control_A2 +LQ08X013070 Putative Early nodulin-like protein 1 6.39489286 L4_control_A3 +LQ08X013070 Putative Early nodulin-like protein 1 7.740107596 L4_control_B1 +LQ08X013070 Putative Early nodulin-like protein 1 6.335691764 L4_control_B2 +LQ08X013070 Putative Early nodulin-like protein 1 6.001637647 L4_control_B3 +LQ08X013070 Putative Early nodulin-like protein 1 6.839740556 L4_control_C2 +LQ08X013070 Putative Early nodulin-like protein 1 7.509263551 L4_control_C3 +LQ08X013070 Putative Early nodulin-like protein 1 6.099730206 L4_chemical_A1 +LQ08X013070 Putative Early nodulin-like protein 1 6.355716773 L4_chemical_A2 +LQ08X013070 Putative Early nodulin-like protein 1 6.62957621 L4_chemical_A3 +LQ08X013070 Putative Early nodulin-like protein 1 6.198477747 L4_chemical_B1 +LQ08X013070 Putative Early nodulin-like protein 1 5.527499084 L4_chemical_B2 +LQ08X013070 Putative Early nodulin-like protein 1 5.961837705 L4_chemical_B3 +LQ08X013070 Putative Early nodulin-like protein 1 7.194093686 L4_chemical_C2 +LQ08X013070 Putative Early nodulin-like protein 1 6.253649803 L4_chemical_C3 +LQ08X013100 Putative uncharacterized protein 11.91300531 C6_control_A1 +LQ08X013100 Putative uncharacterized protein 11.85492967 C6_control_A3 +LQ08X013100 Putative uncharacterized protein 11.64813765 C6_control_B1 +LQ08X013100 Putative uncharacterized protein 12.48241083 C6_control_B2 +LQ08X013100 Putative uncharacterized protein 12.14949047 C6_control_B3 +LQ08X013100 Putative uncharacterized protein 12.58974164 C6_control_C1 +LQ08X013100 Putative uncharacterized protein 13.04575679 C6_control_C2 +LQ08X013100 Putative uncharacterized protein 12.71219613 C6_control_C3 +LQ08X013100 Putative uncharacterized protein 12.38816201 C6_chemical_A1 +LQ08X013100 Putative uncharacterized protein 12.04700502 C6_chemical_A3 +LQ08X013100 Putative uncharacterized protein 11.94625442 C6_chemical_B1 +LQ08X013100 Putative uncharacterized protein 12.53061823 C6_chemical_B2 +LQ08X013100 Putative uncharacterized protein 12.38294992 C6_chemical_B3 +LQ08X013100 Putative uncharacterized protein 12.74534675 C6_chemical_C1 +LQ08X013100 Putative uncharacterized protein 12.70712214 C6_chemical_C2 +LQ08X013100 Putative uncharacterized protein 13.07222407 C6_chemical_C3 +LQ08X013100 Putative uncharacterized protein 12.18637656 L4_control_A1 +LQ08X013100 Putative uncharacterized protein 11.88375374 L4_control_A2 +LQ08X013100 Putative uncharacterized protein 12.15668397 L4_control_A3 +LQ08X013100 Putative uncharacterized protein 12.38761469 L4_control_B1 +LQ08X013100 Putative uncharacterized protein 12.03267448 L4_control_B2 +LQ08X013100 Putative uncharacterized protein 13.02685294 L4_control_B3 +LQ08X013100 Putative uncharacterized protein 12.01454815 L4_control_C2 +LQ08X013100 Putative uncharacterized protein 12.62604903 L4_control_C3 +LQ08X013100 Putative uncharacterized protein 12.00221181 L4_chemical_A1 +LQ08X013100 Putative uncharacterized protein 12.15496308 L4_chemical_A2 +LQ08X013100 Putative uncharacterized protein 12.41311745 L4_chemical_A3 +LQ08X013100 Putative uncharacterized protein 11.98611635 L4_chemical_B1 +LQ08X013100 Putative uncharacterized protein 11.76819935 L4_chemical_B2 +LQ08X013100 Putative uncharacterized protein 12.51345048 L4_chemical_B3 +LQ08X013100 Putative uncharacterized protein 12.05522315 L4_chemical_C2 +LQ08X013100 Putative uncharacterized protein 12.54145181 L4_chemical_C3 +LQ08X013130 Putative uncharacterized protein 10.1585151 C6_control_A1 +LQ08X013130 Putative uncharacterized protein 10.35191841 C6_control_A3 +LQ08X013130 Putative uncharacterized protein 9.475259867 C6_control_B1 +LQ08X013130 Putative uncharacterized protein 10.01137152 C6_control_B2 +LQ08X013130 Putative uncharacterized protein 9.171310553 C6_control_B3 +LQ08X013130 Putative uncharacterized protein 10.82657889 C6_control_C1 +LQ08X013130 Putative uncharacterized protein 10.95685745 C6_control_C2 +LQ08X013130 Putative uncharacterized protein 10.61637584 C6_control_C3 +LQ08X013130 Putative uncharacterized protein 10.18928418 C6_chemical_A1 +LQ08X013130 Putative uncharacterized protein 10.24211326 C6_chemical_A3 +LQ08X013130 Putative uncharacterized protein 9.311442106 C6_chemical_B1 +LQ08X013130 Putative uncharacterized protein 10.02463432 C6_chemical_B2 +LQ08X013130 Putative uncharacterized protein 9.1423039 C6_chemical_B3 +LQ08X013130 Putative uncharacterized protein 10.64727403 C6_chemical_C1 +LQ08X013130 Putative uncharacterized protein 11.25748241 C6_chemical_C2 +LQ08X013130 Putative uncharacterized protein 10.75923024 C6_chemical_C3 +LQ08X013130 Putative uncharacterized protein 10.44309196 L4_control_A1 +LQ08X013130 Putative uncharacterized protein 10.42623567 L4_control_A2 +LQ08X013130 Putative uncharacterized protein 10.92541591 L4_control_A3 +LQ08X013130 Putative uncharacterized protein 9.86600422 L4_control_B1 +LQ08X013130 Putative uncharacterized protein 10.0791567 L4_control_B2 +LQ08X013130 Putative uncharacterized protein 10.23546393 L4_control_B3 +LQ08X013130 Putative uncharacterized protein 11.62283026 L4_control_C2 +LQ08X013130 Putative uncharacterized protein 11.55866086 L4_control_C3 +LQ08X013130 Putative uncharacterized protein 10.15892439 L4_chemical_A1 +LQ08X013130 Putative uncharacterized protein 10.17574671 L4_chemical_A2 +LQ08X013130 Putative uncharacterized protein 10.35529781 L4_chemical_A3 +LQ08X013130 Putative uncharacterized protein 9.868627646 L4_chemical_B1 +LQ08X013130 Putative uncharacterized protein 10.17227255 L4_chemical_B2 +LQ08X013130 Putative uncharacterized protein 9.414315431 L4_chemical_B3 +LQ08X013130 Putative uncharacterized protein 11.47339718 L4_chemical_C2 +LQ08X013130 Putative uncharacterized protein 11.27706293 L4_chemical_C3 +LQ08X013160 Hypothetical protein 4.985238764 C6_control_A1 +LQ08X013160 Hypothetical protein 4.80905998 C6_control_A3 +LQ08X013160 Hypothetical protein 4.963499142 C6_control_B1 +LQ08X013160 Hypothetical protein 4.975592455 C6_control_B2 +LQ08X013160 Hypothetical protein 5.285627849 C6_control_B3 +LQ08X013160 Hypothetical protein 4.821449944 C6_control_C1 +LQ08X013160 Hypothetical protein 5.327509055 C6_control_C2 +LQ08X013160 Hypothetical protein 4.91658179 C6_control_C3 +LQ08X013160 Hypothetical protein 5.20364356 C6_chemical_A1 +LQ08X013160 Hypothetical protein 4.650076049 C6_chemical_A3 +LQ08X013160 Hypothetical protein 5.193265663 C6_chemical_B1 +LQ08X013160 Hypothetical protein 4.916813761 C6_chemical_B2 +LQ08X013160 Hypothetical protein 5.110130493 C6_chemical_B3 +LQ08X013160 Hypothetical protein 4.460682078 C6_chemical_C1 +LQ08X013160 Hypothetical protein 5.061198472 C6_chemical_C2 +LQ08X013160 Hypothetical protein 5.203715292 C6_chemical_C3 +LQ08X013160 Hypothetical protein 4.784548286 L4_control_A1 +LQ08X013160 Hypothetical protein 5.085742982 L4_control_A2 +LQ08X013160 Hypothetical protein 5.026159706 L4_control_A3 +LQ08X013160 Hypothetical protein 4.991566284 L4_control_B1 +LQ08X013160 Hypothetical protein 4.864783612 L4_control_B2 +LQ08X013160 Hypothetical protein 5.404773922 L4_control_B3 +LQ08X013160 Hypothetical protein 5.085715763 L4_control_C2 +LQ08X013160 Hypothetical protein 4.820974459 L4_control_C3 +LQ08X013160 Hypothetical protein 5.17445468 L4_chemical_A1 +LQ08X013160 Hypothetical protein 5.267065798 L4_chemical_A2 +LQ08X013160 Hypothetical protein 5.031225556 L4_chemical_A3 +LQ08X013160 Hypothetical protein 4.935686123 L4_chemical_B1 +LQ08X013160 Hypothetical protein 5.073806749 L4_chemical_B2 +LQ08X013160 Hypothetical protein 4.819925252 L4_chemical_B3 +LQ08X013160 Hypothetical protein 5.263427281 L4_chemical_C2 +LQ08X013160 Hypothetical protein 5.620091602 L4_chemical_C3 +LQ08X013300 Peroxidase 12 5.53701959 C6_control_A1 +LQ08X013300 Peroxidase 12 5.763874775 C6_control_A3 +LQ08X013300 Peroxidase 12 4.897946713 C6_control_B1 +LQ08X013300 Peroxidase 12 5.209737119 C6_control_B2 +LQ08X013300 Peroxidase 12 5.07443988 C6_control_B3 +LQ08X013300 Peroxidase 12 5.932409594 C6_control_C1 +LQ08X013300 Peroxidase 12 5.776232661 C6_control_C2 +LQ08X013300 Peroxidase 12 6.487108752 C6_control_C3 +LQ08X013300 Peroxidase 12 6.073472815 C6_chemical_A1 +LQ08X013300 Peroxidase 12 6.722323477 C6_chemical_A3 +LQ08X013300 Peroxidase 12 5.185032943 C6_chemical_B1 +LQ08X013300 Peroxidase 12 5.174678195 C6_chemical_B2 +LQ08X013300 Peroxidase 12 5.100433407 C6_chemical_B3 +LQ08X013300 Peroxidase 12 5.69781269 C6_chemical_C1 +LQ08X013300 Peroxidase 12 5.976480982 C6_chemical_C2 +LQ08X013300 Peroxidase 12 6.910546022 C6_chemical_C3 +LQ08X013300 Peroxidase 12 5.979828856 L4_control_A1 +LQ08X013300 Peroxidase 12 6.015444764 L4_control_A2 +LQ08X013300 Peroxidase 12 6.172954917 L4_control_A3 +LQ08X013300 Peroxidase 12 5.626996068 L4_control_B1 +LQ08X013300 Peroxidase 12 5.729024196 L4_control_B2 +LQ08X013300 Peroxidase 12 5.24670065 L4_control_B3 +LQ08X013300 Peroxidase 12 5.885153827 L4_control_C2 +LQ08X013300 Peroxidase 12 4.990105947 L4_control_C3 +LQ08X013300 Peroxidase 12 6.450823571 L4_chemical_A1 +LQ08X013300 Peroxidase 12 7.200379557 L4_chemical_A2 +LQ08X013300 Peroxidase 12 5.71036667 L4_chemical_A3 +LQ08X013300 Peroxidase 12 5.404045404 L4_chemical_B1 +LQ08X013300 Peroxidase 12 5.124066082 L4_chemical_B2 +LQ08X013300 Peroxidase 12 5.146709174 L4_chemical_B3 +LQ08X013300 Peroxidase 12 5.744112657 L4_chemical_C2 +LQ08X013300 Peroxidase 12 5.078336219 L4_chemical_C3 +LQ08X013340 Hypothetical protein 4.716701922 C6_control_A1 +LQ08X013340 Hypothetical protein 4.547452352 C6_control_A3 +LQ08X013340 Hypothetical protein 4.948500958 C6_control_B1 +LQ08X013340 Hypothetical protein 4.68780856 C6_control_B2 +LQ08X013340 Hypothetical protein 4.636910419 C6_control_B3 +LQ08X013340 Hypothetical protein 5.298134337 C6_control_C1 +LQ08X013340 Hypothetical protein 4.771227539 C6_control_C2 +LQ08X013340 Hypothetical protein 4.603126443 C6_control_C3 +LQ08X013340 Hypothetical protein 4.643055665 C6_chemical_A1 +LQ08X013340 Hypothetical protein 4.581895121 C6_chemical_A3 +LQ08X013340 Hypothetical protein 4.576058714 C6_chemical_B1 +LQ08X013340 Hypothetical protein 4.725352028 C6_chemical_B2 +LQ08X013340 Hypothetical protein 4.572672064 C6_chemical_B3 +LQ08X013340 Hypothetical protein 5.182432442 C6_chemical_C1 +LQ08X013340 Hypothetical protein 4.700703035 C6_chemical_C2 +LQ08X013340 Hypothetical protein 4.888234488 C6_chemical_C3 +LQ08X013340 Hypothetical protein 4.715152399 L4_control_A1 +LQ08X013340 Hypothetical protein 4.671919466 L4_control_A2 +LQ08X013340 Hypothetical protein 4.620305248 L4_control_A3 +LQ08X013340 Hypothetical protein 4.820083094 L4_control_B1 +LQ08X013340 Hypothetical protein 4.640123796 L4_control_B2 +LQ08X013340 Hypothetical protein 4.783536579 L4_control_B3 +LQ08X013340 Hypothetical protein 4.914496901 L4_control_C2 +LQ08X013340 Hypothetical protein 5.277816213 L4_control_C3 +LQ08X013340 Hypothetical protein 4.749968662 L4_chemical_A1 +LQ08X013340 Hypothetical protein 4.620170437 L4_chemical_A2 +LQ08X013340 Hypothetical protein 4.800376382 L4_chemical_A3 +LQ08X013340 Hypothetical protein 5.171620013 L4_chemical_B1 +LQ08X013340 Hypothetical protein 4.99491536 L4_chemical_B2 +LQ08X013340 Hypothetical protein 4.696366364 L4_chemical_B3 +LQ08X013340 Hypothetical protein 4.841941652 L4_chemical_C2 +LQ08X013340 Hypothetical protein 5.200201331 L4_chemical_C3 +LQ08X013360 Predicted protein 13.442592 C6_control_A1 +LQ08X013360 Predicted protein 13.23508569 C6_control_A3 +LQ08X013360 Predicted protein 13.10749843 C6_control_B1 +LQ08X013360 Predicted protein 13.19106379 C6_control_B2 +LQ08X013360 Predicted protein 12.23320297 C6_control_B3 +LQ08X013360 Predicted protein 13.28364913 C6_control_C1 +LQ08X013360 Predicted protein 12.5072498 C6_control_C2 +LQ08X013360 Predicted protein 12.59314211 C6_control_C3 +LQ08X013360 Predicted protein 14.02396815 C6_chemical_A1 +LQ08X013360 Predicted protein 12.58218392 C6_chemical_A3 +LQ08X013360 Predicted protein 13.32947663 C6_chemical_B1 +LQ08X013360 Predicted protein 13.95534645 C6_chemical_B2 +LQ08X013360 Predicted protein 13.08661025 C6_chemical_B3 +LQ08X013360 Predicted protein 13.23876654 C6_chemical_C1 +LQ08X013360 Predicted protein 12.7867534 C6_chemical_C2 +LQ08X013360 Predicted protein 12.63054233 C6_chemical_C3 +LQ08X013360 Predicted protein 13.54208887 L4_control_A1 +LQ08X013360 Predicted protein 13.18835489 L4_control_A2 +LQ08X013360 Predicted protein 13.30366538 L4_control_A3 +LQ08X013360 Predicted protein 13.09882437 L4_control_B1 +LQ08X013360 Predicted protein 11.9020308 L4_control_B2 +LQ08X013360 Predicted protein 11.75391884 L4_control_B3 +LQ08X013360 Predicted protein 11.66005525 L4_control_C2 +LQ08X013360 Predicted protein 11.17692018 L4_control_C3 +LQ08X013360 Predicted protein 13.46938838 L4_chemical_A1 +LQ08X013360 Predicted protein 13.84736475 L4_chemical_A2 +LQ08X013360 Predicted protein 13.09032428 L4_chemical_A3 +LQ08X013360 Predicted protein 13.31871359 L4_chemical_B1 +LQ08X013360 Predicted protein 13.19309259 L4_chemical_B2 +LQ08X013360 Predicted protein 12.8018296 L4_chemical_B3 +LQ08X013360 Predicted protein 12.35544229 L4_chemical_C2 +LQ08X013360 Predicted protein 11.02867833 L4_chemical_C3 +LQ08X013380 One helix protein 2 4.887118439 C6_control_A1 +LQ08X013380 One helix protein 2 5.388583839 C6_control_A3 +LQ08X013380 One helix protein 2 5.365104591 C6_control_B1 +LQ08X013380 One helix protein 2 4.962965602 C6_control_B2 +LQ08X013380 One helix protein 2 5.183262056 C6_control_B3 +LQ08X013380 One helix protein 2 5.151857557 C6_control_C1 +LQ08X013380 One helix protein 2 5.264389557 C6_control_C2 +LQ08X013380 One helix protein 2 4.988579646 C6_control_C3 +LQ08X013380 One helix protein 2 4.598746503 C6_chemical_A1 +LQ08X013380 One helix protein 2 4.886920097 C6_chemical_A3 +LQ08X013380 One helix protein 2 5.077375958 C6_chemical_B1 +LQ08X013380 One helix protein 2 4.954438887 C6_chemical_B2 +LQ08X013380 One helix protein 2 4.998704511 C6_chemical_B3 +LQ08X013380 One helix protein 2 5.000463883 C6_chemical_C1 +LQ08X013380 One helix protein 2 5.035449849 C6_chemical_C2 +LQ08X013380 One helix protein 2 5.148844284 C6_chemical_C3 +LQ08X013380 One helix protein 2 5.303604282 L4_control_A1 +LQ08X013380 One helix protein 2 5.100454257 L4_control_A2 +LQ08X013380 One helix protein 2 4.911362626 L4_control_A3 +LQ08X013380 One helix protein 2 4.824436011 L4_control_B1 +LQ08X013380 One helix protein 2 5.114845883 L4_control_B2 +LQ08X013380 One helix protein 2 4.976359216 L4_control_B3 +LQ08X013380 One helix protein 2 5.618109102 L4_control_C2 +LQ08X013380 One helix protein 2 5.540044506 L4_control_C3 +LQ08X013380 One helix protein 2 4.758833683 L4_chemical_A1 +LQ08X013380 One helix protein 2 4.978972069 L4_chemical_A2 +LQ08X013380 One helix protein 2 4.887313948 L4_chemical_A3 +LQ08X013380 One helix protein 2 5.037229555 L4_chemical_B1 +LQ08X013380 One helix protein 2 4.930239876 L4_chemical_B2 +LQ08X013380 One helix protein 2 4.815631456 L4_chemical_B3 +LQ08X013380 One helix protein 2 5.715762041 L4_chemical_C2 +LQ08X013380 One helix protein 2 5.547300363 L4_chemical_C3 +LQ08X013390 Putative uncharacterized protein 13.60721846 C6_control_A1 +LQ08X013390 Putative uncharacterized protein 13.71796798 C6_control_A3 +LQ08X013390 Putative uncharacterized protein 13.58846934 C6_control_B1 +LQ08X013390 Putative uncharacterized protein 13.68996851 C6_control_B2 +LQ08X013390 Putative uncharacterized protein 13.77699688 C6_control_B3 +LQ08X013390 Putative uncharacterized protein 13.34302745 C6_control_C1 +LQ08X013390 Putative uncharacterized protein 13.32393953 C6_control_C2 +LQ08X013390 Putative uncharacterized protein 12.53293872 C6_control_C3 +LQ08X013390 Putative uncharacterized protein 13.52830902 C6_chemical_A1 +LQ08X013390 Putative uncharacterized protein 13.86609832 C6_chemical_A3 +LQ08X013390 Putative uncharacterized protein 13.28727087 C6_chemical_B1 +LQ08X013390 Putative uncharacterized protein 13.80230623 C6_chemical_B2 +LQ08X013390 Putative uncharacterized protein 13.46390407 C6_chemical_B3 +LQ08X013390 Putative uncharacterized protein 13.47968242 C6_chemical_C1 +LQ08X013390 Putative uncharacterized protein 13.42673067 C6_chemical_C2 +LQ08X013390 Putative uncharacterized protein 12.81922968 C6_chemical_C3 +LQ08X013390 Putative uncharacterized protein 13.78582075 L4_control_A1 +LQ08X013390 Putative uncharacterized protein 14.02175595 L4_control_A2 +LQ08X013390 Putative uncharacterized protein 12.90527834 L4_control_A3 +LQ08X013390 Putative uncharacterized protein 13.24223784 L4_control_B1 +LQ08X013390 Putative uncharacterized protein 13.62455606 L4_control_B2 +LQ08X013390 Putative uncharacterized protein 13.19814531 L4_control_B3 +LQ08X013390 Putative uncharacterized protein 12.71584937 L4_control_C2 +LQ08X013390 Putative uncharacterized protein 12.73990169 L4_control_C3 +LQ08X013390 Putative uncharacterized protein 13.82816505 L4_chemical_A1 +LQ08X013390 Putative uncharacterized protein 13.88617969 L4_chemical_A2 +LQ08X013390 Putative uncharacterized protein 12.92367681 L4_chemical_A3 +LQ08X013390 Putative uncharacterized protein 13.21795963 L4_chemical_B1 +LQ08X013390 Putative uncharacterized protein 13.43888786 L4_chemical_B2 +LQ08X013390 Putative uncharacterized protein 13.86342976 L4_chemical_B3 +LQ08X013390 Putative uncharacterized protein 12.81441096 L4_chemical_C2 +LQ08X013390 Putative uncharacterized protein 12.71854107 L4_chemical_C3 +LQ08X013410 Predicted protein 12.79678636 C6_control_A1 +LQ08X013410 Predicted protein 13.0978572 C6_control_A3 +LQ08X013410 Predicted protein 13.01573914 C6_control_B1 +LQ08X013410 Predicted protein 12.44416003 C6_control_B2 +LQ08X013410 Predicted protein 12.8157999 C6_control_B3 +LQ08X013410 Predicted protein 12.53557185 C6_control_C1 +LQ08X013410 Predicted protein 12.63781543 C6_control_C2 +LQ08X013410 Predicted protein 12.72355289 C6_control_C3 +LQ08X013410 Predicted protein 12.54782369 C6_chemical_A1 +LQ08X013410 Predicted protein 12.9637371 C6_chemical_A3 +LQ08X013410 Predicted protein 13.10551937 C6_chemical_B1 +LQ08X013410 Predicted protein 12.11302439 C6_chemical_B2 +LQ08X013410 Predicted protein 12.62703261 C6_chemical_B3 +LQ08X013410 Predicted protein 12.40898795 C6_chemical_C1 +LQ08X013410 Predicted protein 12.34015246 C6_chemical_C2 +LQ08X013410 Predicted protein 12.48161119 C6_chemical_C3 +LQ08X013410 Predicted protein 13.2257656 L4_control_A1 +LQ08X013410 Predicted protein 12.94310169 L4_control_A2 +LQ08X013410 Predicted protein 13.67088177 L4_control_A3 +LQ08X013410 Predicted protein 13.3532589 L4_control_B1 +LQ08X013410 Predicted protein 13.21883518 L4_control_B2 +LQ08X013410 Predicted protein 13.2296358 L4_control_B3 +LQ08X013410 Predicted protein 13.22753801 L4_control_C2 +LQ08X013410 Predicted protein 13.51657689 L4_control_C3 +LQ08X013410 Predicted protein 13.15056055 L4_chemical_A1 +LQ08X013410 Predicted protein 13.0861808 L4_chemical_A2 +LQ08X013410 Predicted protein 13.47765637 L4_chemical_A3 +LQ08X013410 Predicted protein 13.44035141 L4_chemical_B1 +LQ08X013410 Predicted protein 12.97966128 L4_chemical_B2 +LQ08X013410 Predicted protein 13.11055719 L4_chemical_B3 +LQ08X013410 Predicted protein 13.26490219 L4_chemical_C2 +LQ08X013410 Predicted protein 13.316277 L4_chemical_C3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.21946543 C6_control_A1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.22583811 C6_control_A3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.62422863 C6_control_B1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 11.90537591 C6_control_B2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.54750544 C6_control_B3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.60984883 C6_control_C1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.54459439 C6_control_C2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.53716132 C6_control_C3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.05317559 C6_chemical_A1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.12645203 C6_chemical_A3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.42150051 C6_chemical_B1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 11.70645536 C6_chemical_B2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.11153002 C6_chemical_B3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.31073248 C6_chemical_C1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.37720789 C6_chemical_C2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.33204408 C6_chemical_C3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.31423499 L4_control_A1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.1019795 L4_control_A2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.29368894 L4_control_A3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.3827981 L4_control_B1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.7620169 L4_control_B2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 11.92384654 L4_control_B3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.53604436 L4_control_C2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.69189522 L4_control_C3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 11.8248 L4_chemical_A1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 11.56393992 L4_chemical_A2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.36024409 L4_chemical_A3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.43293485 L4_chemical_B1 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.17961236 L4_chemical_B2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.22995229 L4_chemical_B3 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.49653186 L4_chemical_C2 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 10.72237666 L4_chemical_C3 +LQ08X013430 40S ribosomal protein S18 5.49243362 C6_control_A1 +LQ08X013430 40S ribosomal protein S18 5.834330376 C6_control_A3 +LQ08X013430 40S ribosomal protein S18 5.819222617 C6_control_B1 +LQ08X013430 40S ribosomal protein S18 5.471142509 C6_control_B2 +LQ08X013430 40S ribosomal protein S18 5.644717508 C6_control_B3 +LQ08X013430 40S ribosomal protein S18 5.464863613 C6_control_C1 +LQ08X013430 40S ribosomal protein S18 5.552065735 C6_control_C2 +LQ08X013430 40S ribosomal protein S18 5.354206916 C6_control_C3 +LQ08X013430 40S ribosomal protein S18 5.526629491 C6_chemical_A1 +LQ08X013430 40S ribosomal protein S18 5.252830434 C6_chemical_A3 +LQ08X013430 40S ribosomal protein S18 5.753530158 C6_chemical_B1 +LQ08X013430 40S ribosomal protein S18 5.566579302 C6_chemical_B2 +LQ08X013430 40S ribosomal protein S18 5.42278542 C6_chemical_B3 +LQ08X013430 40S ribosomal protein S18 5.774234104 C6_chemical_C1 +LQ08X013430 40S ribosomal protein S18 5.521323531 C6_chemical_C2 +LQ08X013430 40S ribosomal protein S18 5.3472223 C6_chemical_C3 +LQ08X013430 40S ribosomal protein S18 5.478262106 L4_control_A1 +LQ08X013430 40S ribosomal protein S18 5.763396619 L4_control_A2 +LQ08X013430 40S ribosomal protein S18 6.156956939 L4_control_A3 +LQ08X013430 40S ribosomal protein S18 5.678446864 L4_control_B1 +LQ08X013430 40S ribosomal protein S18 5.633946018 L4_control_B2 +LQ08X013430 40S ribosomal protein S18 5.470782369 L4_control_B3 +LQ08X013430 40S ribosomal protein S18 5.603608831 L4_control_C2 +LQ08X013430 40S ribosomal protein S18 5.065990437 L4_control_C3 +LQ08X013430 40S ribosomal protein S18 5.305919905 L4_chemical_A1 +LQ08X013430 40S ribosomal protein S18 5.516631238 L4_chemical_A2 +LQ08X013430 40S ribosomal protein S18 5.698270029 L4_chemical_A3 +LQ08X013430 40S ribosomal protein S18 5.663458466 L4_chemical_B1 +LQ08X013430 40S ribosomal protein S18 5.368684895 L4_chemical_B2 +LQ08X013430 40S ribosomal protein S18 5.482465338 L4_chemical_B3 +LQ08X013430 40S ribosomal protein S18 5.375372192 L4_chemical_C2 +LQ08X013430 40S ribosomal protein S18 5.37909554 L4_chemical_C3 +LQ08X013470 40S ribosomal protein S18 14.9955389 C6_control_A1 +LQ08X013470 40S ribosomal protein S18 15.22167594 C6_control_A3 +LQ08X013470 40S ribosomal protein S18 14.89675278 C6_control_B1 +LQ08X013470 40S ribosomal protein S18 14.86930043 C6_control_B2 +LQ08X013470 40S ribosomal protein S18 14.61008482 C6_control_B3 +LQ08X013470 40S ribosomal protein S18 14.57934579 C6_control_C1 +LQ08X013470 40S ribosomal protein S18 14.5386745 C6_control_C2 +LQ08X013470 40S ribosomal protein S18 14.50963418 C6_control_C3 +LQ08X013470 40S ribosomal protein S18 14.82926344 C6_chemical_A1 +LQ08X013470 40S ribosomal protein S18 14.92498108 C6_chemical_A3 +LQ08X013470 40S ribosomal protein S18 14.63119524 C6_chemical_B1 +LQ08X013470 40S ribosomal protein S18 14.34437117 C6_chemical_B2 +LQ08X013470 40S ribosomal protein S18 14.35183756 C6_chemical_B3 +LQ08X013470 40S ribosomal protein S18 14.16431288 C6_chemical_C1 +LQ08X013470 40S ribosomal protein S18 14.20114454 C6_chemical_C2 +LQ08X013470 40S ribosomal protein S18 14.20384977 C6_chemical_C3 +LQ08X013470 40S ribosomal protein S18 15.24926106 L4_control_A1 +LQ08X013470 40S ribosomal protein S18 15.28175252 L4_control_A2 +LQ08X013470 40S ribosomal protein S18 14.94447219 L4_control_A3 +LQ08X013470 40S ribosomal protein S18 14.69765944 L4_control_B1 +LQ08X013470 40S ribosomal protein S18 14.50658245 L4_control_B2 +LQ08X013470 40S ribosomal protein S18 14.84290673 L4_control_B3 +LQ08X013470 40S ribosomal protein S18 14.2432092 L4_control_C2 +LQ08X013470 40S ribosomal protein S18 14.32832647 L4_control_C3 +LQ08X013470 40S ribosomal protein S18 14.78922401 L4_chemical_A1 +LQ08X013470 40S ribosomal protein S18 14.97296505 L4_chemical_A2 +LQ08X013470 40S ribosomal protein S18 14.69396318 L4_chemical_A3 +LQ08X013470 40S ribosomal protein S18 14.80201756 L4_chemical_B1 +LQ08X013470 40S ribosomal protein S18 14.65697548 L4_chemical_B2 +LQ08X013470 40S ribosomal protein S18 15.13579599 L4_chemical_B3 +LQ08X013470 40S ribosomal protein S18 14.28682163 L4_chemical_C2 +LQ08X013470 40S ribosomal protein S18 14.28861112 L4_chemical_C3 +LQ08X013500 Protein GIGANTEA 7.839597013 C6_control_A1 +LQ08X013500 Protein GIGANTEA 6.103326851 C6_control_A3 +LQ08X013500 Protein GIGANTEA 7.835524771 C6_control_B1 +LQ08X013500 Protein GIGANTEA 8.694709153 C6_control_B2 +LQ08X013500 Protein GIGANTEA 7.542943963 C6_control_B3 +LQ08X013500 Protein GIGANTEA 9.406629245 C6_control_C1 +LQ08X013500 Protein GIGANTEA 9.378946453 C6_control_C2 +LQ08X013500 Protein GIGANTEA 9.362033561 C6_control_C3 +LQ08X013500 Protein GIGANTEA 8.830508538 C6_chemical_A1 +LQ08X013500 Protein GIGANTEA 8.280445029 C6_chemical_A3 +LQ08X013500 Protein GIGANTEA 9.059299725 C6_chemical_B1 +LQ08X013500 Protein GIGANTEA 9.719508947 C6_chemical_B2 +LQ08X013500 Protein GIGANTEA 9.38172432 C6_chemical_B3 +LQ08X013500 Protein GIGANTEA 10.0162115 C6_chemical_C1 +LQ08X013500 Protein GIGANTEA 10.75781294 C6_chemical_C2 +LQ08X013500 Protein GIGANTEA 11.04363032 C6_chemical_C3 +LQ08X013500 Protein GIGANTEA 9.410904967 L4_control_A1 +LQ08X013500 Protein GIGANTEA 8.549195059 L4_control_A2 +LQ08X013500 Protein GIGANTEA 9.922466449 L4_control_A3 +LQ08X013500 Protein GIGANTEA 8.370542422 L4_control_B1 +LQ08X013500 Protein GIGANTEA 7.804794376 L4_control_B2 +LQ08X013500 Protein GIGANTEA 10.54274697 L4_control_B3 +LQ08X013500 Protein GIGANTEA 10.27102693 L4_control_C2 +LQ08X013500 Protein GIGANTEA 11.68028637 L4_control_C3 +LQ08X013500 Protein GIGANTEA 9.094762628 L4_chemical_A1 +LQ08X013500 Protein GIGANTEA 8.484132732 L4_chemical_A2 +LQ08X013500 Protein GIGANTEA 9.802846941 L4_chemical_A3 +LQ08X013500 Protein GIGANTEA 7.654199272 L4_chemical_B1 +LQ08X013500 Protein GIGANTEA 8.776792381 L4_chemical_B2 +LQ08X013500 Protein GIGANTEA 10.09525384 L4_chemical_B3 +LQ08X013500 Protein GIGANTEA 10.38085697 L4_chemical_C2 +LQ08X013500 Protein GIGANTEA 11.22895412 L4_chemical_C3 +LQ08X013530 Predicted protein 12.55783794 C6_control_A1 +LQ08X013530 Predicted protein 12.44289604 C6_control_A3 +LQ08X013530 Predicted protein 12.65913605 C6_control_B1 +LQ08X013530 Predicted protein 12.91805669 C6_control_B2 +LQ08X013530 Predicted protein 12.57643087 C6_control_B3 +LQ08X013530 Predicted protein 12.47554021 C6_control_C1 +LQ08X013530 Predicted protein 12.35133727 C6_control_C2 +LQ08X013530 Predicted protein 12.5625979 C6_control_C3 +LQ08X013530 Predicted protein 12.7914754 C6_chemical_A1 +LQ08X013530 Predicted protein 12.52288018 C6_chemical_A3 +LQ08X013530 Predicted protein 12.51986261 C6_chemical_B1 +LQ08X013530 Predicted protein 13.07112049 C6_chemical_B2 +LQ08X013530 Predicted protein 12.45434182 C6_chemical_B3 +LQ08X013530 Predicted protein 12.520445 C6_chemical_C1 +LQ08X013530 Predicted protein 12.70410562 C6_chemical_C2 +LQ08X013530 Predicted protein 12.49813399 C6_chemical_C3 +LQ08X013530 Predicted protein 12.22283924 L4_control_A1 +LQ08X013530 Predicted protein 12.25687443 L4_control_A2 +LQ08X013530 Predicted protein 11.72393477 L4_control_A3 +LQ08X013530 Predicted protein 12.21720403 L4_control_B1 +LQ08X013530 Predicted protein 11.46496012 L4_control_B2 +LQ08X013530 Predicted protein 11.94197652 L4_control_B3 +LQ08X013530 Predicted protein 11.77948401 L4_control_C2 +LQ08X013530 Predicted protein 11.68311368 L4_control_C3 +LQ08X013530 Predicted protein 12.42274852 L4_chemical_A1 +LQ08X013530 Predicted protein 12.39239637 L4_chemical_A2 +LQ08X013530 Predicted protein 11.85908483 L4_chemical_A3 +LQ08X013530 Predicted protein 12.13244103 L4_chemical_B1 +LQ08X013530 Predicted protein 12.03262343 L4_chemical_B2 +LQ08X013530 Predicted protein 12.04953677 L4_chemical_B3 +LQ08X013530 Predicted protein 12.0757734 L4_chemical_C2 +LQ08X013530 Predicted protein 11.911624 L4_chemical_C3 +LQ08X013670 Chaperone protein dnaJ 72 11.50936303 C6_control_A1 +LQ08X013670 Chaperone protein dnaJ 72 11.32271514 C6_control_A3 +LQ08X013670 Chaperone protein dnaJ 72 11.76900826 C6_control_B1 +LQ08X013670 Chaperone protein dnaJ 72 11.74972161 C6_control_B2 +LQ08X013670 Chaperone protein dnaJ 72 11.99942923 C6_control_B3 +LQ08X013670 Chaperone protein dnaJ 72 12.45623727 C6_control_C1 +LQ08X013670 Chaperone protein dnaJ 72 12.26728551 C6_control_C2 +LQ08X013670 Chaperone protein dnaJ 72 12.35854648 C6_control_C3 +LQ08X013670 Chaperone protein dnaJ 72 11.42039957 C6_chemical_A1 +LQ08X013670 Chaperone protein dnaJ 72 11.28061234 C6_chemical_A3 +LQ08X013670 Chaperone protein dnaJ 72 11.84521605 C6_chemical_B1 +LQ08X013670 Chaperone protein dnaJ 72 11.52567393 C6_chemical_B2 +LQ08X013670 Chaperone protein dnaJ 72 11.72341841 C6_chemical_B3 +LQ08X013670 Chaperone protein dnaJ 72 12.4189344 C6_chemical_C1 +LQ08X013670 Chaperone protein dnaJ 72 12.33253583 C6_chemical_C2 +LQ08X013670 Chaperone protein dnaJ 72 12.25263812 C6_chemical_C3 +LQ08X013670 Chaperone protein dnaJ 72 11.50758895 L4_control_A1 +LQ08X013670 Chaperone protein dnaJ 72 11.36162289 L4_control_A2 +LQ08X013670 Chaperone protein dnaJ 72 11.5859227 L4_control_A3 +LQ08X013670 Chaperone protein dnaJ 72 12.21236528 L4_control_B1 +LQ08X013670 Chaperone protein dnaJ 72 11.80381681 L4_control_B2 +LQ08X013670 Chaperone protein dnaJ 72 10.89041419 L4_control_B3 +LQ08X013670 Chaperone protein dnaJ 72 12.57612948 L4_control_C2 +LQ08X013670 Chaperone protein dnaJ 72 12.38481728 L4_control_C3 +LQ08X013670 Chaperone protein dnaJ 72 11.67214753 L4_chemical_A1 +LQ08X013670 Chaperone protein dnaJ 72 11.69499105 L4_chemical_A2 +LQ08X013670 Chaperone protein dnaJ 72 11.88261528 L4_chemical_A3 +LQ08X013670 Chaperone protein dnaJ 72 12.24002419 L4_chemical_B1 +LQ08X013670 Chaperone protein dnaJ 72 11.90846839 L4_chemical_B2 +LQ08X013670 Chaperone protein dnaJ 72 10.72183972 L4_chemical_B3 +LQ08X013670 Chaperone protein dnaJ 72 12.80028598 L4_chemical_C2 +LQ08X013670 Chaperone protein dnaJ 72 12.36269787 L4_chemical_C3 +LQ08X013780 Hypothetical protein 5.538450248 C6_control_A1 +LQ08X013780 Hypothetical protein 5.37253124 C6_control_A3 +LQ08X013780 Hypothetical protein 5.635526033 C6_control_B1 +LQ08X013780 Hypothetical protein 5.194752473 C6_control_B2 +LQ08X013780 Hypothetical protein 5.452691149 C6_control_B3 +LQ08X013780 Hypothetical protein 5.306770819 C6_control_C1 +LQ08X013780 Hypothetical protein 5.794077712 C6_control_C2 +LQ08X013780 Hypothetical protein 5.367511882 C6_control_C3 +LQ08X013780 Hypothetical protein 5.335256213 C6_chemical_A1 +LQ08X013780 Hypothetical protein 5.037259349 C6_chemical_A3 +LQ08X013780 Hypothetical protein 5.524965496 C6_chemical_B1 +LQ08X013780 Hypothetical protein 5.339860315 C6_chemical_B2 +LQ08X013780 Hypothetical protein 5.312069579 C6_chemical_B3 +LQ08X013780 Hypothetical protein 5.51098029 C6_chemical_C1 +LQ08X013780 Hypothetical protein 5.439384926 C6_chemical_C2 +LQ08X013780 Hypothetical protein 5.671733926 C6_chemical_C3 +LQ08X013780 Hypothetical protein 5.505291551 L4_control_A1 +LQ08X013780 Hypothetical protein 5.500866513 L4_control_A2 +LQ08X013780 Hypothetical protein 5.264502429 L4_control_A3 +LQ08X013780 Hypothetical protein 5.13803132 L4_control_B1 +LQ08X013780 Hypothetical protein 5.266429081 L4_control_B2 +LQ08X013780 Hypothetical protein 5.370396682 L4_control_B3 +LQ08X013780 Hypothetical protein 6.095117374 L4_control_C2 +LQ08X013780 Hypothetical protein 5.024533629 L4_control_C3 +LQ08X013780 Hypothetical protein 5.8117043 L4_chemical_A1 +LQ08X013780 Hypothetical protein 5.378776725 L4_chemical_A2 +LQ08X013780 Hypothetical protein 4.939431603 L4_chemical_A3 +LQ08X013780 Hypothetical protein 5.195618817 L4_chemical_B1 +LQ08X013780 Hypothetical protein 5.522755942 L4_chemical_B2 +LQ08X013780 Hypothetical protein 5.349883989 L4_chemical_B3 +LQ08X013780 Hypothetical protein 5.512239469 L4_chemical_C2 +LQ08X013780 Hypothetical protein 5.412333171 L4_chemical_C3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.240932068 C6_control_A1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.899965246 C6_control_A3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.586882791 C6_control_B1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.322942457 C6_control_B2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.663332498 C6_control_B3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.571067328 C6_control_C1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.152705997 C6_control_C2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.158494634 C6_control_C3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.230761962 C6_chemical_A1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.298262713 C6_chemical_A3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.584827759 C6_chemical_B1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.174078664 C6_chemical_B2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.116943472 C6_chemical_B3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.359931432 C6_chemical_C1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.559513405 C6_chemical_C2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.801998377 C6_chemical_C3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.253837107 L4_control_A1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.26638385 L4_control_A2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.250825382 L4_control_A3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.004571681 L4_control_B1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.885355744 L4_control_B2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.620975006 L4_control_B3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.54965311 L4_control_C2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.335460635 L4_control_C3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.861456097 L4_chemical_A1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.412720341 L4_chemical_A2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.536150152 L4_chemical_A3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.938248457 L4_chemical_B1 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.641109912 L4_chemical_B2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.067900546 L4_chemical_B3 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.74731274 L4_chemical_C2 +LQ08X013790 Putative Protein phosphatase methylesterase 1 5.994647767 L4_chemical_C3 +LQ08X013800 Predicted protein 10.49127967 C6_control_A1 +LQ08X013800 Predicted protein 10.1341284 C6_control_A3 +LQ08X013800 Predicted protein 10.38235418 C6_control_B1 +LQ08X013800 Predicted protein 10.16351598 C6_control_B2 +LQ08X013800 Predicted protein 9.839107175 C6_control_B3 +LQ08X013800 Predicted protein 9.500736296 C6_control_C1 +LQ08X013800 Predicted protein 9.617657413 C6_control_C2 +LQ08X013800 Predicted protein 9.596713019 C6_control_C3 +LQ08X013800 Predicted protein 10.18626133 C6_chemical_A1 +LQ08X013800 Predicted protein 10.05680791 C6_chemical_A3 +LQ08X013800 Predicted protein 9.75644549 C6_chemical_B1 +LQ08X013800 Predicted protein 10.30244783 C6_chemical_B2 +LQ08X013800 Predicted protein 9.798020041 C6_chemical_B3 +LQ08X013800 Predicted protein 9.502010083 C6_chemical_C1 +LQ08X013800 Predicted protein 9.602224193 C6_chemical_C2 +LQ08X013800 Predicted protein 9.578450496 C6_chemical_C3 +LQ08X013800 Predicted protein 9.801038694 L4_control_A1 +LQ08X013800 Predicted protein 9.569690128 L4_control_A2 +LQ08X013800 Predicted protein 8.950002209 L4_control_A3 +LQ08X013800 Predicted protein 10.15647079 L4_control_B1 +LQ08X013800 Predicted protein 9.275309181 L4_control_B2 +LQ08X013800 Predicted protein 9.672383357 L4_control_B3 +LQ08X013800 Predicted protein 8.937340067 L4_control_C2 +LQ08X013800 Predicted protein 9.183506967 L4_control_C3 +LQ08X013800 Predicted protein 10.07114324 L4_chemical_A1 +LQ08X013800 Predicted protein 9.831297183 L4_chemical_A2 +LQ08X013800 Predicted protein 9.223419786 L4_chemical_A3 +LQ08X013800 Predicted protein 9.88938658 L4_chemical_B1 +LQ08X013800 Predicted protein 9.581024657 L4_chemical_B2 +LQ08X013800 Predicted protein 9.585631312 L4_chemical_B3 +LQ08X013800 Predicted protein 9.508683251 L4_chemical_C2 +LQ08X013800 Predicted protein 9.21556926 L4_chemical_C3 +LQ08X013820 Hypothetical protein 5.965245713 C6_control_A1 +LQ08X013820 Hypothetical protein 5.54385005 C6_control_A3 +LQ08X013820 Hypothetical protein 5.878672006 C6_control_B1 +LQ08X013820 Hypothetical protein 5.148979291 C6_control_B2 +LQ08X013820 Hypothetical protein 5.405178546 C6_control_B3 +LQ08X013820 Hypothetical protein 5.054598556 C6_control_C1 +LQ08X013820 Hypothetical protein 4.825355303 C6_control_C2 +LQ08X013820 Hypothetical protein 5.317503304 C6_control_C3 +LQ08X013820 Hypothetical protein 5.705624786 C6_chemical_A1 +LQ08X013820 Hypothetical protein 5.703254518 C6_chemical_A3 +LQ08X013820 Hypothetical protein 5.971661801 C6_chemical_B1 +LQ08X013820 Hypothetical protein 5.070142033 C6_chemical_B2 +LQ08X013820 Hypothetical protein 4.970612361 C6_chemical_B3 +LQ08X013820 Hypothetical protein 5.200517779 C6_chemical_C1 +LQ08X013820 Hypothetical protein 5.153201524 C6_chemical_C2 +LQ08X013820 Hypothetical protein 5.322769897 C6_chemical_C3 +LQ08X013820 Hypothetical protein 5.666910627 L4_control_A1 +LQ08X013820 Hypothetical protein 6.207784214 L4_control_A2 +LQ08X013820 Hypothetical protein 5.77688523 L4_control_A3 +LQ08X013820 Hypothetical protein 5.393600236 L4_control_B1 +LQ08X013820 Hypothetical protein 5.720616876 L4_control_B2 +LQ08X013820 Hypothetical protein 5.625777264 L4_control_B3 +LQ08X013820 Hypothetical protein 6.272948696 L4_control_C2 +LQ08X013820 Hypothetical protein 5.389320374 L4_control_C3 +LQ08X013820 Hypothetical protein 5.411175124 L4_chemical_A1 +LQ08X013820 Hypothetical protein 6.345601559 L4_chemical_A2 +LQ08X013820 Hypothetical protein 5.886463298 L4_chemical_A3 +LQ08X013820 Hypothetical protein 5.569949206 L4_chemical_B1 +LQ08X013820 Hypothetical protein 5.435903631 L4_chemical_B2 +LQ08X013820 Hypothetical protein 5.763049998 L4_chemical_B3 +LQ08X013820 Hypothetical protein 5.603289737 L4_chemical_C2 +LQ08X013820 Hypothetical protein 5.417882996 L4_chemical_C3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 4.986643381 C6_control_A1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.081840647 C6_control_A3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 4.933027968 C6_control_B1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.61047992 C6_control_B2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.05922796 C6_control_B3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.57896777 C6_control_C1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.197143154 C6_control_C2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.857517905 C6_control_C3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.378516972 C6_chemical_A1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.503764718 C6_chemical_A3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.209196688 C6_chemical_B1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.412083583 C6_chemical_B2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.750773272 C6_chemical_B3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.326018979 C6_chemical_C1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.954968086 C6_chemical_C2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.805415131 C6_chemical_C3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.466245243 L4_control_A1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 4.899720585 L4_control_A2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 6.084480184 L4_control_A3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.552759251 L4_control_B1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.773735406 L4_control_B2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.706515434 L4_control_B3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 4.919918953 L4_control_C2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.396603669 L4_control_C3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.078901597 L4_chemical_A1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.414947812 L4_chemical_A2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.869028174 L4_chemical_A3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 4.79762939 L4_chemical_B1 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.303850233 L4_chemical_B2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.607338795 L4_chemical_B3 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.497188797 L4_chemical_C2 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 4.924101641 L4_chemical_C3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.671138079 C6_control_A1 +LQ08X013840 Putative Tubulin-specific chaperone E 8.990409606 C6_control_A3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.59590185 C6_control_B1 +LQ08X013840 Putative Tubulin-specific chaperone E 8.085309914 C6_control_B2 +LQ08X013840 Putative Tubulin-specific chaperone E 8.063146859 C6_control_B3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.282936305 C6_control_C1 +LQ08X013840 Putative Tubulin-specific chaperone E 7.337403375 C6_control_C2 +LQ08X013840 Putative Tubulin-specific chaperone E 6.884791679 C6_control_C3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.546551229 C6_chemical_A1 +LQ08X013840 Putative Tubulin-specific chaperone E 8.845101527 C6_chemical_A3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.502693586 C6_chemical_B1 +LQ08X013840 Putative Tubulin-specific chaperone E 8.169951881 C6_chemical_B2 +LQ08X013840 Putative Tubulin-specific chaperone E 7.733624186 C6_chemical_B3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.135482824 C6_chemical_C1 +LQ08X013840 Putative Tubulin-specific chaperone E 8.173555455 C6_chemical_C2 +LQ08X013840 Putative Tubulin-specific chaperone E 7.512471464 C6_chemical_C3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.805343788 L4_control_A1 +LQ08X013840 Putative Tubulin-specific chaperone E 9.067024734 L4_control_A2 +LQ08X013840 Putative Tubulin-specific chaperone E 9.424995716 L4_control_A3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.237889342 L4_control_B1 +LQ08X013840 Putative Tubulin-specific chaperone E 9.480117073 L4_control_B2 +LQ08X013840 Putative Tubulin-specific chaperone E 8.035126481 L4_control_B3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.852450725 L4_control_C2 +LQ08X013840 Putative Tubulin-specific chaperone E 7.539642498 L4_control_C3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.394628839 L4_chemical_A1 +LQ08X013840 Putative Tubulin-specific chaperone E 7.945761957 L4_chemical_A2 +LQ08X013840 Putative Tubulin-specific chaperone E 7.907070013 L4_chemical_A3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.680718177 L4_chemical_B1 +LQ08X013840 Putative Tubulin-specific chaperone E 8.787325855 L4_chemical_B2 +LQ08X013840 Putative Tubulin-specific chaperone E 8.038193952 L4_chemical_B3 +LQ08X013840 Putative Tubulin-specific chaperone E 8.370036033 L4_chemical_C2 +LQ08X013840 Putative Tubulin-specific chaperone E 8.741413882 L4_chemical_C3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.488675564 C6_control_A1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.434444289 C6_control_A3 +LQ08X013850 Putative Far upstream element-binding protein 3 5.810503313 C6_control_B1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.231325423 C6_control_B2 +LQ08X013850 Putative Far upstream element-binding protein 3 6.312411383 C6_control_B3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.478558856 C6_control_C1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.649596194 C6_control_C2 +LQ08X013850 Putative Far upstream element-binding protein 3 6.511876741 C6_control_C3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.244418899 C6_chemical_A1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.710594871 C6_chemical_A3 +LQ08X013850 Putative Far upstream element-binding protein 3 5.256565745 C6_chemical_B1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.414435529 C6_chemical_B2 +LQ08X013850 Putative Far upstream element-binding protein 3 5.60588681 C6_chemical_B3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.426724105 C6_chemical_C1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.785035725 C6_chemical_C2 +LQ08X013850 Putative Far upstream element-binding protein 3 6.823571425 C6_chemical_C3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.351916811 L4_control_A1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.216161044 L4_control_A2 +LQ08X013850 Putative Far upstream element-binding protein 3 7.60660351 L4_control_A3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.288506008 L4_control_B1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.134429087 L4_control_B2 +LQ08X013850 Putative Far upstream element-binding protein 3 6.33403535 L4_control_B3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.256246728 L4_control_C2 +LQ08X013850 Putative Far upstream element-binding protein 3 5.259812807 L4_control_C3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.064483303 L4_chemical_A1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.546217592 L4_chemical_A2 +LQ08X013850 Putative Far upstream element-binding protein 3 6.140812393 L4_chemical_A3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.023223688 L4_chemical_B1 +LQ08X013850 Putative Far upstream element-binding protein 3 6.13159894 L4_chemical_B2 +LQ08X013850 Putative Far upstream element-binding protein 3 6.100038116 L4_chemical_B3 +LQ08X013850 Putative Far upstream element-binding protein 3 6.049514532 L4_chemical_C2 +LQ08X013850 Putative Far upstream element-binding protein 3 6.768727243 L4_chemical_C3 +LQ08X013860 Putative uncharacterized protein 9.921846189 C6_control_A1 +LQ08X013860 Putative uncharacterized protein 9.676024262 C6_control_A3 +LQ08X013860 Putative uncharacterized protein 9.902644799 C6_control_B1 +LQ08X013860 Putative uncharacterized protein 10.07039247 C6_control_B2 +LQ08X013860 Putative uncharacterized protein 9.802725104 C6_control_B3 +LQ08X013860 Putative uncharacterized protein 10.30197057 C6_control_C1 +LQ08X013860 Putative uncharacterized protein 10.37317246 C6_control_C2 +LQ08X013860 Putative uncharacterized protein 10.04548998 C6_control_C3 +LQ08X013860 Putative uncharacterized protein 9.899715429 C6_chemical_A1 +LQ08X013860 Putative uncharacterized protein 9.769089292 C6_chemical_A3 +LQ08X013860 Putative uncharacterized protein 9.767817907 C6_chemical_B1 +LQ08X013860 Putative uncharacterized protein 9.87443171 C6_chemical_B2 +LQ08X013860 Putative uncharacterized protein 9.483325431 C6_chemical_B3 +LQ08X013860 Putative uncharacterized protein 10.24861455 C6_chemical_C1 +LQ08X013860 Putative uncharacterized protein 10.14914083 C6_chemical_C2 +LQ08X013860 Putative uncharacterized protein 9.886848088 C6_chemical_C3 +LQ08X013860 Putative uncharacterized protein 10.49660126 L4_control_A1 +LQ08X013860 Putative uncharacterized protein 10.26915761 L4_control_A2 +LQ08X013860 Putative uncharacterized protein 10.25739564 L4_control_A3 +LQ08X013860 Putative uncharacterized protein 10.23790399 L4_control_B1 +LQ08X013860 Putative uncharacterized protein 10.36389107 L4_control_B2 +LQ08X013860 Putative uncharacterized protein 10.14984926 L4_control_B3 +LQ08X013860 Putative uncharacterized protein 10.18342867 L4_control_C2 +LQ08X013860 Putative uncharacterized protein 10.35586209 L4_control_C3 +LQ08X013860 Putative uncharacterized protein 10.44988363 L4_chemical_A1 +LQ08X013860 Putative uncharacterized protein 10.33424583 L4_chemical_A2 +LQ08X013860 Putative uncharacterized protein 10.38407412 L4_chemical_A3 +LQ08X013860 Putative uncharacterized protein 10.07430793 L4_chemical_B1 +LQ08X013860 Putative uncharacterized protein 10.14170762 L4_chemical_B2 +LQ08X013860 Putative uncharacterized protein 9.873645547 L4_chemical_B3 +LQ08X013860 Putative uncharacterized protein 10.37048664 L4_chemical_C2 +LQ08X013860 Putative uncharacterized protein 10.20384913 L4_chemical_C3 +LQ08X013900 Predicted protein 12.51872126 C6_control_A1 +LQ08X013900 Predicted protein 12.43380234 C6_control_A3 +LQ08X013900 Predicted protein 12.68683317 C6_control_B1 +LQ08X013900 Predicted protein 12.74837391 C6_control_B2 +LQ08X013900 Predicted protein 12.30118487 C6_control_B3 +LQ08X013900 Predicted protein 12.59399146 C6_control_C1 +LQ08X013900 Predicted protein 12.31509303 C6_control_C2 +LQ08X013900 Predicted protein 12.56440043 C6_control_C3 +LQ08X013900 Predicted protein 12.39949721 C6_chemical_A1 +LQ08X013900 Predicted protein 12.29628025 C6_chemical_A3 +LQ08X013900 Predicted protein 12.75770067 C6_chemical_B1 +LQ08X013900 Predicted protein 12.57013193 C6_chemical_B2 +LQ08X013900 Predicted protein 12.06984419 C6_chemical_B3 +LQ08X013900 Predicted protein 12.44599706 C6_chemical_C1 +LQ08X013900 Predicted protein 12.65393533 C6_chemical_C2 +LQ08X013900 Predicted protein 12.35847153 C6_chemical_C3 +LQ08X013900 Predicted protein 12.19215332 L4_control_A1 +LQ08X013900 Predicted protein 11.6375865 L4_control_A2 +LQ08X013900 Predicted protein 11.84138354 L4_control_A3 +LQ08X013900 Predicted protein 12.0724603 L4_control_B1 +LQ08X013900 Predicted protein 11.06905738 L4_control_B2 +LQ08X013900 Predicted protein 11.92625053 L4_control_B3 +LQ08X013900 Predicted protein 12.21570881 L4_control_C2 +LQ08X013900 Predicted protein 11.67050912 L4_control_C3 +LQ08X013900 Predicted protein 13.101158 L4_chemical_A1 +LQ08X013900 Predicted protein 12.2028089 L4_chemical_A2 +LQ08X013900 Predicted protein 11.82221607 L4_chemical_A3 +LQ08X013900 Predicted protein 12.15832982 L4_chemical_B1 +LQ08X013900 Predicted protein 12.09841767 L4_chemical_B2 +LQ08X013900 Predicted protein 11.93131421 L4_chemical_B3 +LQ08X013900 Predicted protein 12.55657594 L4_chemical_C2 +LQ08X013900 Predicted protein 12.06529057 L4_chemical_C3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.44076348 C6_control_A1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.18622599 C6_control_A3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.3184038 C6_control_B1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.09126517 C6_control_B2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.20961337 C6_control_B3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.6981827 C6_control_C1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.51924165 C6_control_C2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.01302648 C6_control_C3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.77209422 C6_chemical_A1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.58372772 C6_chemical_A3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.80140098 C6_chemical_B1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.16853636 C6_chemical_B2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.06161219 C6_chemical_B3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.83017724 C6_chemical_C1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.53641202 C6_chemical_C2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.39466197 C6_chemical_C3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.63421812 L4_control_A1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.75591712 L4_control_A2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.14475143 L4_control_A3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.90011036 L4_control_B1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.85154942 L4_control_B2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.31939842 L4_control_B3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 14.03003594 L4_control_C2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.12434748 L4_control_C3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.71241647 L4_chemical_A1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.68459604 L4_chemical_A2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.25377401 L4_chemical_A3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.60471071 L4_chemical_B1 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.52023294 L4_chemical_B2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 12.90845877 L4_chemical_B3 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.90835431 L4_chemical_C2 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.10193772 L4_chemical_C3 +LQ08X013920 Putative Gag/pol polyprotein 6.152072081 C6_control_A1 +LQ08X013920 Putative Gag/pol polyprotein 5.167119314 C6_control_A3 +LQ08X013920 Putative Gag/pol polyprotein 4.939476084 C6_control_B1 +LQ08X013920 Putative Gag/pol polyprotein 5.209965824 C6_control_B2 +LQ08X013920 Putative Gag/pol polyprotein 5.043262902 C6_control_B3 +LQ08X013920 Putative Gag/pol polyprotein 4.985566125 C6_control_C1 +LQ08X013920 Putative Gag/pol polyprotein 5.273247898 C6_control_C2 +LQ08X013920 Putative Gag/pol polyprotein 5.080160213 C6_control_C3 +LQ08X013920 Putative Gag/pol polyprotein 5.476114003 C6_chemical_A1 +LQ08X013920 Putative Gag/pol polyprotein 5.356667271 C6_chemical_A3 +LQ08X013920 Putative Gag/pol polyprotein 4.639666308 C6_chemical_B1 +LQ08X013920 Putative Gag/pol polyprotein 5.252747736 C6_chemical_B2 +LQ08X013920 Putative Gag/pol polyprotein 4.825180058 C6_chemical_B3 +LQ08X013920 Putative Gag/pol polyprotein 5.569234167 C6_chemical_C1 +LQ08X013920 Putative Gag/pol polyprotein 5.47100427 C6_chemical_C2 +LQ08X013920 Putative Gag/pol polyprotein 5.572339456 C6_chemical_C3 +LQ08X013920 Putative Gag/pol polyprotein 5.734317342 L4_control_A1 +LQ08X013920 Putative Gag/pol polyprotein 5.764053405 L4_control_A2 +LQ08X013920 Putative Gag/pol polyprotein 5.399155135 L4_control_A3 +LQ08X013920 Putative Gag/pol polyprotein 5.857114809 L4_control_B1 +LQ08X013920 Putative Gag/pol polyprotein 5.518241704 L4_control_B2 +LQ08X013920 Putative Gag/pol polyprotein 4.965608184 L4_control_B3 +LQ08X013920 Putative Gag/pol polyprotein 5.051135762 L4_control_C2 +LQ08X013920 Putative Gag/pol polyprotein 5.299489397 L4_control_C3 +LQ08X013920 Putative Gag/pol polyprotein 5.433100055 L4_chemical_A1 +LQ08X013920 Putative Gag/pol polyprotein 5.554875916 L4_chemical_A2 +LQ08X013920 Putative Gag/pol polyprotein 5.806714284 L4_chemical_A3 +LQ08X013920 Putative Gag/pol polyprotein 5.481544589 L4_chemical_B1 +LQ08X013920 Putative Gag/pol polyprotein 5.414826689 L4_chemical_B2 +LQ08X013920 Putative Gag/pol polyprotein 5.120933606 L4_chemical_B3 +LQ08X013920 Putative Gag/pol polyprotein 5.036893745 L4_chemical_C2 +LQ08X013920 Putative Gag/pol polyprotein 5.663889129 L4_chemical_C3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.60577924 C6_control_A1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.86215566 C6_control_A3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.68559273 C6_control_B1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.96833171 C6_control_B2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.24772095 C6_control_B3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.43130774 C6_control_C1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.50012378 C6_control_C2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.75831481 C6_control_C3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.39162028 C6_chemical_A1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.15287806 C6_chemical_A3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.32604286 C6_chemical_B1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.84602354 C6_chemical_B2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.12694765 C6_chemical_B3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.33818322 C6_chemical_C1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.30160923 C6_chemical_C2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.11654421 C6_chemical_C3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.81913958 L4_control_A1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.1614716 L4_control_A2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.20129791 L4_control_A3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.12554301 L4_control_B1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.92837369 L4_control_B2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.68586054 L4_control_B3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.44894151 L4_control_C2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.47804757 L4_control_C3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.30333443 L4_chemical_A1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.89661921 L4_chemical_A2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.24886331 L4_chemical_A3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.2516626 L4_chemical_B1 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.19769356 L4_chemical_B2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.17577673 L4_chemical_B3 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.83946488 L4_chemical_C2 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 12.86851957 L4_chemical_C3 +LQ08X013980 Putative uncharacterized protein 14.26261968 C6_control_A1 +LQ08X013980 Putative uncharacterized protein 14.03513216 C6_control_A3 +LQ08X013980 Putative uncharacterized protein 14.56283621 C6_control_B1 +LQ08X013980 Putative uncharacterized protein 14.4872771 C6_control_B2 +LQ08X013980 Putative uncharacterized protein 14.74942384 C6_control_B3 +LQ08X013980 Putative uncharacterized protein 14.5404593 C6_control_C1 +LQ08X013980 Putative uncharacterized protein 14.61142894 C6_control_C2 +LQ08X013980 Putative uncharacterized protein 14.54298439 C6_control_C3 +LQ08X013980 Putative uncharacterized protein 14.66038466 C6_chemical_A1 +LQ08X013980 Putative uncharacterized protein 14.25822725 C6_chemical_A3 +LQ08X013980 Putative uncharacterized protein 14.79513144 C6_chemical_B1 +LQ08X013980 Putative uncharacterized protein 14.69745828 C6_chemical_B2 +LQ08X013980 Putative uncharacterized protein 14.75394925 C6_chemical_B3 +LQ08X013980 Putative uncharacterized protein 14.48192437 C6_chemical_C1 +LQ08X013980 Putative uncharacterized protein 14.53258732 C6_chemical_C2 +LQ08X013980 Putative uncharacterized protein 14.38270025 C6_chemical_C3 +LQ08X013980 Putative uncharacterized protein 13.95479835 L4_control_A1 +LQ08X013980 Putative uncharacterized protein 13.77627579 L4_control_A2 +LQ08X013980 Putative uncharacterized protein 13.76324292 L4_control_A3 +LQ08X013980 Putative uncharacterized protein 14.61407638 L4_control_B1 +LQ08X013980 Putative uncharacterized protein 14.78320644 L4_control_B2 +LQ08X013980 Putative uncharacterized protein 14.51156009 L4_control_B3 +LQ08X013980 Putative uncharacterized protein 14.93359437 L4_control_C2 +LQ08X013980 Putative uncharacterized protein 14.7668276 L4_control_C3 +LQ08X013980 Putative uncharacterized protein 14.59224568 L4_chemical_A1 +LQ08X013980 Putative uncharacterized protein 14.55900076 L4_chemical_A2 +LQ08X013980 Putative uncharacterized protein 14.07389749 L4_chemical_A3 +LQ08X013980 Putative uncharacterized protein 14.79858463 L4_chemical_B1 +LQ08X013980 Putative uncharacterized protein 14.94628261 L4_chemical_B2 +LQ08X013980 Putative uncharacterized protein 14.39219402 L4_chemical_B3 +LQ08X013980 Putative uncharacterized protein 14.87624611 L4_chemical_C2 +LQ08X013980 Putative uncharacterized protein 14.62677756 L4_chemical_C3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.53787304 C6_control_A1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.52240365 C6_control_A3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.59301128 C6_control_B1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.41586784 C6_control_B2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.52939277 C6_control_B3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.81858708 C6_control_C1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.67581581 C6_control_C2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.8400387 C6_control_C3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.3885751 C6_chemical_A1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 12.90218222 C6_chemical_A3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.43719038 C6_chemical_B1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.21738905 C6_chemical_B2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.35087668 C6_chemical_B3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.65721102 C6_chemical_C1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.49015008 C6_chemical_C2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.58024115 C6_chemical_C3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 12.98456922 L4_control_A1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.03745678 L4_control_A2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.04070813 L4_control_A3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 12.85542242 L4_control_B1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 11.80944203 L4_control_B2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.00012846 L4_control_B3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.18562289 L4_control_C2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.13712536 L4_control_C3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 12.91514835 L4_chemical_A1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.13305896 L4_chemical_A2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.3567735 L4_chemical_A3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 12.74385203 L4_chemical_B1 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 12.64159353 L4_chemical_B2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.23956353 L4_chemical_B3 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.0824781 L4_chemical_C2 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.25244712 L4_chemical_C3 +LQ08X014040 Putative Vesicle transport protein GOT1A 11.94561471 C6_control_A1 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.21967591 C6_control_A3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.42205668 C6_control_B1 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.09244937 C6_control_B2 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.57072527 C6_control_B3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.44180236 C6_control_C1 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.17459594 C6_control_C2 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.62802899 C6_control_C3 +LQ08X014040 Putative Vesicle transport protein GOT1A 11.75952251 C6_chemical_A1 +LQ08X014040 Putative Vesicle transport protein GOT1A 11.99815927 C6_chemical_A3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.2045456 C6_chemical_B1 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.15777485 C6_chemical_B2 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.09431724 C6_chemical_B3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.47959827 C6_chemical_C1 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.21485249 C6_chemical_C2 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.35873401 C6_chemical_C3 +LQ08X014040 Putative Vesicle transport protein GOT1A 11.87424869 L4_control_A1 +LQ08X014040 Putative Vesicle transport protein GOT1A 11.96423206 L4_control_A2 +LQ08X014040 Putative Vesicle transport protein GOT1A 11.96668962 L4_control_A3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.27796873 L4_control_B1 +LQ08X014040 Putative Vesicle transport protein GOT1A 11.96346415 L4_control_B2 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.22542922 L4_control_B3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.58801003 L4_control_C2 +LQ08X014040 Putative Vesicle transport protein GOT1A 13.19529768 L4_control_C3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.12032109 L4_chemical_A1 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.06395365 L4_chemical_A2 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.01444687 L4_chemical_A3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.33183562 L4_chemical_B1 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.42921501 L4_chemical_B2 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.12835784 L4_chemical_B3 +LQ08X014040 Putative Vesicle transport protein GOT1A 12.62855068 L4_chemical_C2 +LQ08X014040 Putative Vesicle transport protein GOT1A 13.208334 L4_chemical_C3 +LQ08X014060 Predicted protein 11.73021415 C6_control_A1 +LQ08X014060 Predicted protein 11.11189832 C6_control_A3 +LQ08X014060 Predicted protein 11.76722981 C6_control_B1 +LQ08X014060 Predicted protein 11.69308795 C6_control_B2 +LQ08X014060 Predicted protein 11.63784615 C6_control_B3 +LQ08X014060 Predicted protein 11.70183312 C6_control_C1 +LQ08X014060 Predicted protein 11.82932796 C6_control_C2 +LQ08X014060 Predicted protein 11.8501111 C6_control_C3 +LQ08X014060 Predicted protein 11.77984203 C6_chemical_A1 +LQ08X014060 Predicted protein 11.48186127 C6_chemical_A3 +LQ08X014060 Predicted protein 11.83639082 C6_chemical_B1 +LQ08X014060 Predicted protein 11.53509592 C6_chemical_B2 +LQ08X014060 Predicted protein 11.57628849 C6_chemical_B3 +LQ08X014060 Predicted protein 11.78999334 C6_chemical_C1 +LQ08X014060 Predicted protein 11.86689268 C6_chemical_C2 +LQ08X014060 Predicted protein 11.84726349 C6_chemical_C3 +LQ08X014060 Predicted protein 12.03214852 L4_control_A1 +LQ08X014060 Predicted protein 12.36057555 L4_control_A2 +LQ08X014060 Predicted protein 12.46050457 L4_control_A3 +LQ08X014060 Predicted protein 12.2971334 L4_control_B1 +LQ08X014060 Predicted protein 13.15393688 L4_control_B2 +LQ08X014060 Predicted protein 11.89195363 L4_control_B3 +LQ08X014060 Predicted protein 12.93413505 L4_control_C2 +LQ08X014060 Predicted protein 12.45402021 L4_control_C3 +LQ08X014060 Predicted protein 12.37919227 L4_chemical_A1 +LQ08X014060 Predicted protein 12.72144684 L4_chemical_A2 +LQ08X014060 Predicted protein 12.54617758 L4_chemical_A3 +LQ08X014060 Predicted protein 12.53790959 L4_chemical_B1 +LQ08X014060 Predicted protein 13.16059453 L4_chemical_B2 +LQ08X014060 Predicted protein 12.02874223 L4_chemical_B3 +LQ08X014060 Predicted protein 13.11578814 L4_chemical_C2 +LQ08X014060 Predicted protein 12.50608516 L4_chemical_C3 +LQ08X014110 Endoglucanase 9 10.75784916 C6_control_A1 +LQ08X014110 Endoglucanase 9 9.992479627 C6_control_A3 +LQ08X014110 Endoglucanase 9 11.32068294 C6_control_B1 +LQ08X014110 Endoglucanase 9 10.06284406 C6_control_B2 +LQ08X014110 Endoglucanase 9 10.60091071 C6_control_B3 +LQ08X014110 Endoglucanase 9 7.93185568 C6_control_C1 +LQ08X014110 Endoglucanase 9 6.578430466 C6_control_C2 +LQ08X014110 Endoglucanase 9 8.479907313 C6_control_C3 +LQ08X014110 Endoglucanase 9 10.59619733 C6_chemical_A1 +LQ08X014110 Endoglucanase 9 9.994495961 C6_chemical_A3 +LQ08X014110 Endoglucanase 9 11.19207728 C6_chemical_B1 +LQ08X014110 Endoglucanase 9 10.05936787 C6_chemical_B2 +LQ08X014110 Endoglucanase 9 10.54344459 C6_chemical_B3 +LQ08X014110 Endoglucanase 9 7.632603727 C6_chemical_C1 +LQ08X014110 Endoglucanase 9 6.699030188 C6_chemical_C2 +LQ08X014110 Endoglucanase 9 7.77799584 C6_chemical_C3 +LQ08X014110 Endoglucanase 9 9.913679665 L4_control_A1 +LQ08X014110 Endoglucanase 9 10.88278963 L4_control_A2 +LQ08X014110 Endoglucanase 9 9.387740495 L4_control_A3 +LQ08X014110 Endoglucanase 9 10.94127567 L4_control_B1 +LQ08X014110 Endoglucanase 9 11.24282923 L4_control_B2 +LQ08X014110 Endoglucanase 9 8.766695171 L4_control_B3 +LQ08X014110 Endoglucanase 9 7.392875753 L4_control_C2 +LQ08X014110 Endoglucanase 9 7.08213146 L4_control_C3 +LQ08X014110 Endoglucanase 9 8.224959734 L4_chemical_A1 +LQ08X014110 Endoglucanase 9 10.19488762 L4_chemical_A2 +LQ08X014110 Endoglucanase 9 8.883440985 L4_chemical_A3 +LQ08X014110 Endoglucanase 9 11.75796469 L4_chemical_B1 +LQ08X014110 Endoglucanase 9 11.35298952 L4_chemical_B2 +LQ08X014110 Endoglucanase 9 10.70609604 L4_chemical_B3 +LQ08X014110 Endoglucanase 9 7.705095009 L4_chemical_C2 +LQ08X014110 Endoglucanase 9 7.083158583 L4_chemical_C3 +LQ08X014160 Dynamin-2B 5.058301117 C6_control_A1 +LQ08X014160 Dynamin-2B 5.299305541 C6_control_A3 +LQ08X014160 Dynamin-2B 4.802250822 C6_control_B1 +LQ08X014160 Dynamin-2B 4.727603737 C6_control_B2 +LQ08X014160 Dynamin-2B 4.886515968 C6_control_B3 +LQ08X014160 Dynamin-2B 4.790356133 C6_control_C1 +LQ08X014160 Dynamin-2B 4.707294416 C6_control_C2 +LQ08X014160 Dynamin-2B 4.920939571 C6_control_C3 +LQ08X014160 Dynamin-2B 5.053749889 C6_chemical_A1 +LQ08X014160 Dynamin-2B 4.993028666 C6_chemical_A3 +LQ08X014160 Dynamin-2B 5.302750306 C6_chemical_B1 +LQ08X014160 Dynamin-2B 4.680941137 C6_chemical_B2 +LQ08X014160 Dynamin-2B 4.761506052 C6_chemical_B3 +LQ08X014160 Dynamin-2B 4.764313791 C6_chemical_C1 +LQ08X014160 Dynamin-2B 4.759151552 C6_chemical_C2 +LQ08X014160 Dynamin-2B 4.820491799 C6_chemical_C3 +LQ08X014160 Dynamin-2B 4.967123406 L4_control_A1 +LQ08X014160 Dynamin-2B 5.256213338 L4_control_A2 +LQ08X014160 Dynamin-2B 5.134378845 L4_control_A3 +LQ08X014160 Dynamin-2B 4.890436864 L4_control_B1 +LQ08X014160 Dynamin-2B 5.452166388 L4_control_B2 +LQ08X014160 Dynamin-2B 4.822950801 L4_control_B3 +LQ08X014160 Dynamin-2B 5.146589345 L4_control_C2 +LQ08X014160 Dynamin-2B 4.940943709 L4_control_C3 +LQ08X014160 Dynamin-2B 4.974212282 L4_chemical_A1 +LQ08X014160 Dynamin-2B 5.00829981 L4_chemical_A2 +LQ08X014160 Dynamin-2B 5.647917469 L4_chemical_A3 +LQ08X014160 Dynamin-2B 5.584120869 L4_chemical_B1 +LQ08X014160 Dynamin-2B 5.389783157 L4_chemical_B2 +LQ08X014160 Dynamin-2B 4.786942947 L4_chemical_B3 +LQ08X014160 Dynamin-2B 5.012997518 L4_chemical_C2 +LQ08X014160 Dynamin-2B 4.92208958 L4_chemical_C3 +LQ08X014190 Predicted protein 4.925585168 C6_control_A1 +LQ08X014190 Predicted protein 4.932991124 C6_control_A3 +LQ08X014190 Predicted protein 5.149344057 C6_control_B1 +LQ08X014190 Predicted protein 4.721218603 C6_control_B2 +LQ08X014190 Predicted protein 5.078267777 C6_control_B3 +LQ08X014190 Predicted protein 4.624753105 C6_control_C1 +LQ08X014190 Predicted protein 5.022730607 C6_control_C2 +LQ08X014190 Predicted protein 4.760176524 C6_control_C3 +LQ08X014190 Predicted protein 4.720821572 C6_chemical_A1 +LQ08X014190 Predicted protein 4.861558108 C6_chemical_A3 +LQ08X014190 Predicted protein 5.21537881 C6_chemical_B1 +LQ08X014190 Predicted protein 4.756014736 C6_chemical_B2 +LQ08X014190 Predicted protein 5.079676818 C6_chemical_B3 +LQ08X014190 Predicted protein 4.804112541 C6_chemical_C1 +LQ08X014190 Predicted protein 4.612107449 C6_chemical_C2 +LQ08X014190 Predicted protein 4.769673199 C6_chemical_C3 +LQ08X014190 Predicted protein 4.886144782 L4_control_A1 +LQ08X014190 Predicted protein 5.118139231 L4_control_A2 +LQ08X014190 Predicted protein 4.717042507 L4_control_A3 +LQ08X014190 Predicted protein 4.808110985 L4_control_B1 +LQ08X014190 Predicted protein 4.886576473 L4_control_B2 +LQ08X014190 Predicted protein 5.034025004 L4_control_B3 +LQ08X014190 Predicted protein 4.992208819 L4_control_C2 +LQ08X014190 Predicted protein 5.283248287 L4_control_C3 +LQ08X014190 Predicted protein 5.084648786 L4_chemical_A1 +LQ08X014190 Predicted protein 4.846374361 L4_chemical_A2 +LQ08X014190 Predicted protein 5.042610106 L4_chemical_A3 +LQ08X014190 Predicted protein 4.85393646 L4_chemical_B1 +LQ08X014190 Predicted protein 5.088172702 L4_chemical_B2 +LQ08X014190 Predicted protein 5.277141038 L4_chemical_B3 +LQ08X014190 Predicted protein 4.995545835 L4_chemical_C2 +LQ08X014190 Predicted protein 5.232704175 L4_chemical_C3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.739506296 C6_control_A1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.992445509 C6_control_A3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.455069244 C6_control_B1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.778456112 C6_control_B2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.968527262 C6_control_B3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.17985861 C6_control_C1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.069594043 C6_control_C2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.759740553 C6_control_C3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.486771561 C6_chemical_A1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.664473976 C6_chemical_A3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.64773998 C6_chemical_B1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.938465548 C6_chemical_B2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.699256998 C6_chemical_B3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.872757139 C6_chemical_C1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.785908332 C6_chemical_C2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.556910525 C6_chemical_C3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.124958736 L4_control_A1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.754331014 L4_control_A2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.66924683 L4_control_A3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.654738043 L4_control_B1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.468700573 L4_control_B2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.744525015 L4_control_B3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.849167012 L4_control_C2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.529480601 L4_control_C3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.637610748 L4_chemical_A1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.809604202 L4_chemical_A2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.692004311 L4_chemical_A3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.242059706 L4_chemical_B1 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.853786571 L4_chemical_B2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.559032724 L4_chemical_B3 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.001358076 L4_chemical_C2 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 6.133599073 L4_chemical_C3 +LQ08X014240 Putative Predicted protein 11.04162888 C6_control_A1 +LQ08X014240 Putative Predicted protein 8.667113643 C6_control_A3 +LQ08X014240 Putative Predicted protein 11.60532116 C6_control_B1 +LQ08X014240 Putative Predicted protein 11.52820346 C6_control_B2 +LQ08X014240 Putative Predicted protein 10.07335594 C6_control_B3 +LQ08X014240 Putative Predicted protein 12.71177437 C6_control_C1 +LQ08X014240 Putative Predicted protein 12.00249878 C6_control_C2 +LQ08X014240 Putative Predicted protein 11.62641435 C6_control_C3 +LQ08X014240 Putative Predicted protein 11.37485826 C6_chemical_A1 +LQ08X014240 Putative Predicted protein 9.778590393 C6_chemical_A3 +LQ08X014240 Putative Predicted protein 11.82944388 C6_chemical_B1 +LQ08X014240 Putative Predicted protein 11.47815208 C6_chemical_B2 +LQ08X014240 Putative Predicted protein 10.94864956 C6_chemical_B3 +LQ08X014240 Putative Predicted protein 12.70313482 C6_chemical_C1 +LQ08X014240 Putative Predicted protein 12.76591236 C6_chemical_C2 +LQ08X014240 Putative Predicted protein 12.4428809 C6_chemical_C3 +LQ08X014240 Putative Predicted protein 10.00624382 L4_control_A1 +LQ08X014240 Putative Predicted protein 11.10788982 L4_control_A2 +LQ08X014240 Putative Predicted protein 9.870298188 L4_control_A3 +LQ08X014240 Putative Predicted protein 12.45947774 L4_control_B1 +LQ08X014240 Putative Predicted protein 11.36045818 L4_control_B2 +LQ08X014240 Putative Predicted protein 11.12409773 L4_control_B3 +LQ08X014240 Putative Predicted protein 12.48542434 L4_control_C2 +LQ08X014240 Putative Predicted protein 11.98444212 L4_control_C3 +LQ08X014240 Putative Predicted protein 10.16736643 L4_chemical_A1 +LQ08X014240 Putative Predicted protein 11.74611127 L4_chemical_A2 +LQ08X014240 Putative Predicted protein 9.705752477 L4_chemical_A3 +LQ08X014240 Putative Predicted protein 12.40873686 L4_chemical_B1 +LQ08X014240 Putative Predicted protein 11.99257052 L4_chemical_B2 +LQ08X014240 Putative Predicted protein 10.4220947 L4_chemical_B3 +LQ08X014240 Putative Predicted protein 12.9141104 L4_chemical_C2 +LQ08X014240 Putative Predicted protein 12.19600172 L4_chemical_C3 +LQ08X014310 Predicted protein 10.8827588 C6_control_A1 +LQ08X014310 Predicted protein 10.72840393 C6_control_A3 +LQ08X014310 Predicted protein 11.0773444 C6_control_B1 +LQ08X014310 Predicted protein 10.76397964 C6_control_B2 +LQ08X014310 Predicted protein 10.52035731 C6_control_B3 +LQ08X014310 Predicted protein 11.92504464 C6_control_C1 +LQ08X014310 Predicted protein 11.55592493 C6_control_C2 +LQ08X014310 Predicted protein 11.5240792 C6_control_C3 +LQ08X014310 Predicted protein 10.6662153 C6_chemical_A1 +LQ08X014310 Predicted protein 10.80508369 C6_chemical_A3 +LQ08X014310 Predicted protein 10.96180176 C6_chemical_B1 +LQ08X014310 Predicted protein 11.27617725 C6_chemical_B2 +LQ08X014310 Predicted protein 10.00549839 C6_chemical_B3 +LQ08X014310 Predicted protein 11.6962571 C6_chemical_C1 +LQ08X014310 Predicted protein 11.77615937 C6_chemical_C2 +LQ08X014310 Predicted protein 11.42508921 C6_chemical_C3 +LQ08X014310 Predicted protein 10.50684022 L4_control_A1 +LQ08X014310 Predicted protein 10.05858414 L4_control_A2 +LQ08X014310 Predicted protein 10.15067411 L4_control_A3 +LQ08X014310 Predicted protein 10.50637201 L4_control_B1 +LQ08X014310 Predicted protein 9.976117218 L4_control_B2 +LQ08X014310 Predicted protein 10.5667357 L4_control_B3 +LQ08X014310 Predicted protein 12.14403978 L4_control_C2 +LQ08X014310 Predicted protein 11.47436446 L4_control_C3 +LQ08X014310 Predicted protein 11.12127506 L4_chemical_A1 +LQ08X014310 Predicted protein 10.53435147 L4_chemical_A2 +LQ08X014310 Predicted protein 9.955746204 L4_chemical_A3 +LQ08X014310 Predicted protein 10.69320785 L4_chemical_B1 +LQ08X014310 Predicted protein 10.34341395 L4_chemical_B2 +LQ08X014310 Predicted protein 10.32062789 L4_chemical_B3 +LQ08X014310 Predicted protein 12.10540957 L4_chemical_C2 +LQ08X014310 Predicted protein 11.70702761 L4_chemical_C3 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.80567836 C6_control_A1 +LQ08X014320 Gibberellin-regulated protein 2, putative 12.92013748 C6_control_A3 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.00778944 C6_control_B1 +LQ08X014320 Gibberellin-regulated protein 2, putative 9.968762468 C6_control_B2 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.49151059 C6_control_B3 +LQ08X014320 Gibberellin-regulated protein 2, putative 7.13442803 C6_control_C1 +LQ08X014320 Gibberellin-regulated protein 2, putative 7.425625784 C6_control_C2 +LQ08X014320 Gibberellin-regulated protein 2, putative 8.213977011 C6_control_C3 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.37625812 C6_chemical_A1 +LQ08X014320 Gibberellin-regulated protein 2, putative 12.11432371 C6_chemical_A3 +LQ08X014320 Gibberellin-regulated protein 2, putative 10.12998837 C6_chemical_B1 +LQ08X014320 Gibberellin-regulated protein 2, putative 9.267942289 C6_chemical_B2 +LQ08X014320 Gibberellin-regulated protein 2, putative 10.25276046 C6_chemical_B3 +LQ08X014320 Gibberellin-regulated protein 2, putative 6.934243615 C6_chemical_C1 +LQ08X014320 Gibberellin-regulated protein 2, putative 6.762843235 C6_chemical_C2 +LQ08X014320 Gibberellin-regulated protein 2, putative 6.917829153 C6_chemical_C3 +LQ08X014320 Gibberellin-regulated protein 2, putative 13.65945044 L4_control_A1 +LQ08X014320 Gibberellin-regulated protein 2, putative 13.00600508 L4_control_A2 +LQ08X014320 Gibberellin-regulated protein 2, putative 14.00854458 L4_control_A3 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.08050909 L4_control_B1 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.01840826 L4_control_B2 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.51597641 L4_control_B3 +LQ08X014320 Gibberellin-regulated protein 2, putative 5.942767704 L4_control_C2 +LQ08X014320 Gibberellin-regulated protein 2, putative 9.217393857 L4_control_C3 +LQ08X014320 Gibberellin-regulated protein 2, putative 12.92241634 L4_chemical_A1 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.98734545 L4_chemical_A2 +LQ08X014320 Gibberellin-regulated protein 2, putative 13.91687769 L4_chemical_A3 +LQ08X014320 Gibberellin-regulated protein 2, putative 10.97040044 L4_chemical_B1 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.64653436 L4_chemical_B2 +LQ08X014320 Gibberellin-regulated protein 2, putative 12.72831417 L4_chemical_B3 +LQ08X014320 Gibberellin-regulated protein 2, putative 7.37818928 L4_chemical_C2 +LQ08X014320 Gibberellin-regulated protein 2, putative 9.418565724 L4_chemical_C3 +LQ08X014340 Putative uncharacterized protein 5.191184232 C6_control_A1 +LQ08X014340 Putative uncharacterized protein 5.6695954 C6_control_A3 +LQ08X014340 Putative uncharacterized protein 5.505489349 C6_control_B1 +LQ08X014340 Putative uncharacterized protein 5.556244255 C6_control_B2 +LQ08X014340 Putative uncharacterized protein 5.444824285 C6_control_B3 +LQ08X014340 Putative uncharacterized protein 4.725555258 C6_control_C1 +LQ08X014340 Putative uncharacterized protein 4.94972529 C6_control_C2 +LQ08X014340 Putative uncharacterized protein 5.243075564 C6_control_C3 +LQ08X014340 Putative uncharacterized protein 5.345951264 C6_chemical_A1 +LQ08X014340 Putative uncharacterized protein 5.256077774 C6_chemical_A3 +LQ08X014340 Putative uncharacterized protein 5.287511035 C6_chemical_B1 +LQ08X014340 Putative uncharacterized protein 5.599891583 C6_chemical_B2 +LQ08X014340 Putative uncharacterized protein 5.163993158 C6_chemical_B3 +LQ08X014340 Putative uncharacterized protein 4.731950282 C6_chemical_C1 +LQ08X014340 Putative uncharacterized protein 5.195014955 C6_chemical_C2 +LQ08X014340 Putative uncharacterized protein 4.822374924 C6_chemical_C3 +LQ08X014340 Putative uncharacterized protein 5.424505193 L4_control_A1 +LQ08X014340 Putative uncharacterized protein 5.268606291 L4_control_A2 +LQ08X014340 Putative uncharacterized protein 5.208351062 L4_control_A3 +LQ08X014340 Putative uncharacterized protein 5.474536163 L4_control_B1 +LQ08X014340 Putative uncharacterized protein 5.059848369 L4_control_B2 +LQ08X014340 Putative uncharacterized protein 5.069630403 L4_control_B3 +LQ08X014340 Putative uncharacterized protein 4.876902704 L4_control_C2 +LQ08X014340 Putative uncharacterized protein 5.864499144 L4_control_C3 +LQ08X014340 Putative uncharacterized protein 4.74142674 L4_chemical_A1 +LQ08X014340 Putative uncharacterized protein 5.052361865 L4_chemical_A2 +LQ08X014340 Putative uncharacterized protein 5.632901893 L4_chemical_A3 +LQ08X014340 Putative uncharacterized protein 5.105516125 L4_chemical_B1 +LQ08X014340 Putative uncharacterized protein 5.242784337 L4_chemical_B2 +LQ08X014340 Putative uncharacterized protein 5.596359677 L4_chemical_B3 +LQ08X014340 Putative uncharacterized protein 4.922094082 L4_chemical_C2 +LQ08X014340 Putative uncharacterized protein 5.191479264 L4_chemical_C3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.00536524 C6_control_A1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.98414665 C6_control_A3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.13181737 C6_control_B1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.44581179 C6_control_B2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.35892865 C6_control_B3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.71358293 C6_control_C1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.09653572 C6_control_C2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.46536896 C6_control_C3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.98301645 C6_chemical_A1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.24385802 C6_chemical_A3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.09463609 C6_chemical_B1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.35605504 C6_chemical_B2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.92261491 C6_chemical_B3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.55838983 C6_chemical_C1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.04746566 C6_chemical_C2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.12585115 C6_chemical_C3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.30355464 L4_control_A1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.05785909 L4_control_A2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.59917675 L4_control_A3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.19476223 L4_control_B1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.60301612 L4_control_B2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.11043458 L4_control_B3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.61653374 L4_control_C2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.8448726 L4_control_C3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 12.92455081 L4_chemical_A1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.9290752 L4_chemical_A2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 12.92448534 L4_chemical_A3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.28848092 L4_chemical_B1 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.63431692 L4_chemical_B2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.98956398 L4_chemical_B3 +LQ08X014390 50S ribosomal protein L21, chloroplastic 14.50432255 L4_chemical_C2 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.89226377 L4_chemical_C3 +LQ08X014400 Calcium-dependent protein kinase 11 10.82412101 C6_control_A1 +LQ08X014400 Calcium-dependent protein kinase 11 11.04561152 C6_control_A3 +LQ08X014400 Calcium-dependent protein kinase 11 11.45609574 C6_control_B1 +LQ08X014400 Calcium-dependent protein kinase 11 11.1821305 C6_control_B2 +LQ08X014400 Calcium-dependent protein kinase 11 11.5588935 C6_control_B3 +LQ08X014400 Calcium-dependent protein kinase 11 11.41240632 C6_control_C1 +LQ08X014400 Calcium-dependent protein kinase 11 11.91784336 C6_control_C2 +LQ08X014400 Calcium-dependent protein kinase 11 11.86914132 C6_control_C3 +LQ08X014400 Calcium-dependent protein kinase 11 10.73763587 C6_chemical_A1 +LQ08X014400 Calcium-dependent protein kinase 11 11.0897223 C6_chemical_A3 +LQ08X014400 Calcium-dependent protein kinase 11 11.21652699 C6_chemical_B1 +LQ08X014400 Calcium-dependent protein kinase 11 11.27177466 C6_chemical_B2 +LQ08X014400 Calcium-dependent protein kinase 11 11.75097192 C6_chemical_B3 +LQ08X014400 Calcium-dependent protein kinase 11 11.1251634 C6_chemical_C1 +LQ08X014400 Calcium-dependent protein kinase 11 11.6046854 C6_chemical_C2 +LQ08X014400 Calcium-dependent protein kinase 11 12.06717245 C6_chemical_C3 +LQ08X014400 Calcium-dependent protein kinase 11 10.92432329 L4_control_A1 +LQ08X014400 Calcium-dependent protein kinase 11 11.23833578 L4_control_A2 +LQ08X014400 Calcium-dependent protein kinase 11 11.00927207 L4_control_A3 +LQ08X014400 Calcium-dependent protein kinase 11 11.62629701 L4_control_B1 +LQ08X014400 Calcium-dependent protein kinase 11 11.97625516 L4_control_B2 +LQ08X014400 Calcium-dependent protein kinase 11 12.13988556 L4_control_B3 +LQ08X014400 Calcium-dependent protein kinase 11 12.00060284 L4_control_C2 +LQ08X014400 Calcium-dependent protein kinase 11 12.46456556 L4_control_C3 +LQ08X014400 Calcium-dependent protein kinase 11 11.06978251 L4_chemical_A1 +LQ08X014400 Calcium-dependent protein kinase 11 11.0257389 L4_chemical_A2 +LQ08X014400 Calcium-dependent protein kinase 11 10.99491781 L4_chemical_A3 +LQ08X014400 Calcium-dependent protein kinase 11 11.51039598 L4_chemical_B1 +LQ08X014400 Calcium-dependent protein kinase 11 11.31216884 L4_chemical_B2 +LQ08X014400 Calcium-dependent protein kinase 11 11.52720486 L4_chemical_B3 +LQ08X014400 Calcium-dependent protein kinase 11 11.81732244 L4_chemical_C2 +LQ08X014400 Calcium-dependent protein kinase 11 12.40069001 L4_chemical_C3 +LQ08X014410 Hypothetical protein 14.57913189 C6_control_A1 +LQ08X014410 Hypothetical protein 14.45567592 C6_control_A3 +LQ08X014410 Hypothetical protein 14.5573013 C6_control_B1 +LQ08X014410 Hypothetical protein 15.02015653 C6_control_B2 +LQ08X014410 Hypothetical protein 14.98107311 C6_control_B3 +LQ08X014410 Hypothetical protein 15.03964438 C6_control_C1 +LQ08X014410 Hypothetical protein 15.07092796 C6_control_C2 +LQ08X014410 Hypothetical protein 15.12312038 C6_control_C3 +LQ08X014410 Hypothetical protein 14.61621849 C6_chemical_A1 +LQ08X014410 Hypothetical protein 14.16346283 C6_chemical_A3 +LQ08X014410 Hypothetical protein 14.742224 C6_chemical_B1 +LQ08X014410 Hypothetical protein 14.93607573 C6_chemical_B2 +LQ08X014410 Hypothetical protein 14.99573159 C6_chemical_B3 +LQ08X014410 Hypothetical protein 15.1502813 C6_chemical_C1 +LQ08X014410 Hypothetical protein 15.02845754 C6_chemical_C2 +LQ08X014410 Hypothetical protein 14.98487701 C6_chemical_C3 +LQ08X014410 Hypothetical protein 14.43611834 L4_control_A1 +LQ08X014410 Hypothetical protein 14.10579612 L4_control_A2 +LQ08X014410 Hypothetical protein 14.25125229 L4_control_A3 +LQ08X014410 Hypothetical protein 14.97198515 L4_control_B1 +LQ08X014410 Hypothetical protein 13.8246334 L4_control_B2 +LQ08X014410 Hypothetical protein 15.01418838 L4_control_B3 +LQ08X014410 Hypothetical protein 14.82677237 L4_control_C2 +LQ08X014410 Hypothetical protein 14.82240903 L4_control_C3 +LQ08X014410 Hypothetical protein 14.85287777 L4_chemical_A1 +LQ08X014410 Hypothetical protein 14.86987668 L4_chemical_A2 +LQ08X014410 Hypothetical protein 14.74005005 L4_chemical_A3 +LQ08X014410 Hypothetical protein 14.80447543 L4_chemical_B1 +LQ08X014410 Hypothetical protein 14.59190309 L4_chemical_B2 +LQ08X014410 Hypothetical protein 14.85415301 L4_chemical_B3 +LQ08X014410 Hypothetical protein 15.01187153 L4_chemical_C2 +LQ08X014410 Hypothetical protein 15.00660087 L4_chemical_C3 +LQ08X014470 Putative uncharacterized protein 10.43818357 C6_control_A1 +LQ08X014470 Putative uncharacterized protein 9.754042581 C6_control_A3 +LQ08X014470 Putative uncharacterized protein 11.04308586 C6_control_B1 +LQ08X014470 Putative uncharacterized protein 9.867058866 C6_control_B2 +LQ08X014470 Putative uncharacterized protein 11.01969028 C6_control_B3 +LQ08X014470 Putative uncharacterized protein 9.344403066 C6_control_C1 +LQ08X014470 Putative uncharacterized protein 8.350827954 C6_control_C2 +LQ08X014470 Putative uncharacterized protein 9.512922904 C6_control_C3 +LQ08X014470 Putative uncharacterized protein 10.77786223 C6_chemical_A1 +LQ08X014470 Putative uncharacterized protein 9.720800768 C6_chemical_A3 +LQ08X014470 Putative uncharacterized protein 11.02891555 C6_chemical_B1 +LQ08X014470 Putative uncharacterized protein 9.567981306 C6_chemical_B2 +LQ08X014470 Putative uncharacterized protein 10.93701825 C6_chemical_B3 +LQ08X014470 Putative uncharacterized protein 9.169825737 C6_chemical_C1 +LQ08X014470 Putative uncharacterized protein 8.547152975 C6_chemical_C2 +LQ08X014470 Putative uncharacterized protein 8.954087325 C6_chemical_C3 +LQ08X014470 Putative uncharacterized protein 9.062056163 L4_control_A1 +LQ08X014470 Putative uncharacterized protein 9.472208579 L4_control_A2 +LQ08X014470 Putative uncharacterized protein 7.809261345 L4_control_A3 +LQ08X014470 Putative uncharacterized protein 9.479669543 L4_control_B1 +LQ08X014470 Putative uncharacterized protein 10.21842097 L4_control_B2 +LQ08X014470 Putative uncharacterized protein 8.547578148 L4_control_B3 +LQ08X014470 Putative uncharacterized protein 6.805132991 L4_control_C2 +LQ08X014470 Putative uncharacterized protein 8.490083358 L4_control_C3 +LQ08X014470 Putative uncharacterized protein 8.284021224 L4_chemical_A1 +LQ08X014470 Putative uncharacterized protein 9.406150059 L4_chemical_A2 +LQ08X014470 Putative uncharacterized protein 7.52389114 L4_chemical_A3 +LQ08X014470 Putative uncharacterized protein 10.24250998 L4_chemical_B1 +LQ08X014470 Putative uncharacterized protein 9.853471385 L4_chemical_B2 +LQ08X014470 Putative uncharacterized protein 9.960642441 L4_chemical_B3 +LQ08X014470 Putative uncharacterized protein 6.39502719 L4_chemical_C2 +LQ08X014470 Putative uncharacterized protein 7.853563571 L4_chemical_C3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.721201777 C6_control_A1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.070129816 C6_control_A3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.134354714 C6_control_B1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.928441067 C6_control_B2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.146682533 C6_control_B3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.989997867 C6_control_C1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.781807382 C6_control_C2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.460710539 C6_control_C3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.114130598 C6_chemical_A1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.600954902 C6_chemical_A3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.483234074 C6_chemical_B1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.176340438 C6_chemical_B2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.431731394 C6_chemical_B3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.317472245 C6_chemical_C1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.901800929 C6_chemical_C2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.871889118 C6_chemical_C3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.803388665 L4_control_A1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.641276801 L4_control_A2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.142040011 L4_control_A3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.700007078 L4_control_B1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.277237954 L4_control_B2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.458513124 L4_control_B3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.911449948 L4_control_C2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 4.960611987 L4_control_C3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.563653675 L4_chemical_A1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.40705327 L4_chemical_A2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.578927656 L4_chemical_A3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.286637365 L4_chemical_B1 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.273990043 L4_chemical_B2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.248019001 L4_chemical_B3 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 7.321896306 L4_chemical_C2 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 5.730806569 L4_chemical_C3 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.549560768 C6_control_A1 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.432925889 C6_control_A3 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.325202178 C6_control_B1 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.665317146 C6_control_B2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.939419132 C6_control_B3 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.734674389 C6_control_C1 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.935383329 C6_control_C2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.721257228 C6_control_C3 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.488521973 C6_chemical_A1 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.364648725 C6_chemical_A3 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.16264761 C6_chemical_B1 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.695202149 C6_chemical_B2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.87047259 C6_chemical_B3 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.063417045 C6_chemical_C1 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.491023196 C6_chemical_C2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.927689963 C6_chemical_C3 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.951482447 L4_control_A1 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.862757679 L4_control_A2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.461879921 L4_control_A3 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.309893549 L4_control_B1 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.308601986 L4_control_B2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.897384721 L4_control_B3 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.299387122 L4_control_C2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.957814197 L4_control_C3 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.72770418 L4_chemical_A1 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.739318751 L4_chemical_A2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.229662417 L4_chemical_A3 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.272678705 L4_chemical_B1 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.463622254 L4_chemical_B2 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.608128541 L4_chemical_B3 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.969512962 L4_chemical_C2 +LQ08X014500 Putative Protein disulfide-isomerase 2 6.229757143 L4_chemical_C3 +LQ08X014530 Putative Protein disulfide-isomerase 9.465447241 C6_control_A1 +LQ08X014530 Putative Protein disulfide-isomerase 9.529619753 C6_control_A3 +LQ08X014530 Putative Protein disulfide-isomerase 9.261963974 C6_control_B1 +LQ08X014530 Putative Protein disulfide-isomerase 8.566352726 C6_control_B2 +LQ08X014530 Putative Protein disulfide-isomerase 8.421133665 C6_control_B3 +LQ08X014530 Putative Protein disulfide-isomerase 9.529902724 C6_control_C1 +LQ08X014530 Putative Protein disulfide-isomerase 9.342394413 C6_control_C2 +LQ08X014530 Putative Protein disulfide-isomerase 9.019501829 C6_control_C3 +LQ08X014530 Putative Protein disulfide-isomerase 9.192794799 C6_chemical_A1 +LQ08X014530 Putative Protein disulfide-isomerase 9.504042171 C6_chemical_A3 +LQ08X014530 Putative Protein disulfide-isomerase 8.771777888 C6_chemical_B1 +LQ08X014530 Putative Protein disulfide-isomerase 8.313929059 C6_chemical_B2 +LQ08X014530 Putative Protein disulfide-isomerase 8.149612064 C6_chemical_B3 +LQ08X014530 Putative Protein disulfide-isomerase 9.492949139 C6_chemical_C1 +LQ08X014530 Putative Protein disulfide-isomerase 9.135924704 C6_chemical_C2 +LQ08X014530 Putative Protein disulfide-isomerase 9.196588432 C6_chemical_C3 +LQ08X014530 Putative Protein disulfide-isomerase 9.284690379 L4_control_A1 +LQ08X014530 Putative Protein disulfide-isomerase 9.274968533 L4_control_A2 +LQ08X014530 Putative Protein disulfide-isomerase 9.851776951 L4_control_A3 +LQ08X014530 Putative Protein disulfide-isomerase 8.403518852 L4_control_B1 +LQ08X014530 Putative Protein disulfide-isomerase 8.773108505 L4_control_B2 +LQ08X014530 Putative Protein disulfide-isomerase 8.998936791 L4_control_B3 +LQ08X014530 Putative Protein disulfide-isomerase 10.44359238 L4_control_C2 +LQ08X014530 Putative Protein disulfide-isomerase 10.03040425 L4_control_C3 +LQ08X014530 Putative Protein disulfide-isomerase 9.569409973 L4_chemical_A1 +LQ08X014530 Putative Protein disulfide-isomerase 9.006032788 L4_chemical_A2 +LQ08X014530 Putative Protein disulfide-isomerase 9.711408961 L4_chemical_A3 +LQ08X014530 Putative Protein disulfide-isomerase 8.768391006 L4_chemical_B1 +LQ08X014530 Putative Protein disulfide-isomerase 7.914117449 L4_chemical_B2 +LQ08X014530 Putative Protein disulfide-isomerase 8.835238493 L4_chemical_B3 +LQ08X014530 Putative Protein disulfide-isomerase 10.43531299 L4_chemical_C2 +LQ08X014530 Putative Protein disulfide-isomerase 9.966709391 L4_chemical_C3 +LQ08X014560 Probable exocyst complex component 6 5.488341098 C6_control_A1 +LQ08X014560 Probable exocyst complex component 6 5.565583786 C6_control_A3 +LQ08X014560 Probable exocyst complex component 6 5.95361935 C6_control_B1 +LQ08X014560 Probable exocyst complex component 6 5.581599239 C6_control_B2 +LQ08X014560 Probable exocyst complex component 6 5.207351479 C6_control_B3 +LQ08X014560 Probable exocyst complex component 6 5.183935209 C6_control_C1 +LQ08X014560 Probable exocyst complex component 6 5.222322397 C6_control_C2 +LQ08X014560 Probable exocyst complex component 6 5.512182269 C6_control_C3 +LQ08X014560 Probable exocyst complex component 6 5.606146631 C6_chemical_A1 +LQ08X014560 Probable exocyst complex component 6 5.698583522 C6_chemical_A3 +LQ08X014560 Probable exocyst complex component 6 5.46936071 C6_chemical_B1 +LQ08X014560 Probable exocyst complex component 6 5.37596922 C6_chemical_B2 +LQ08X014560 Probable exocyst complex component 6 5.601231994 C6_chemical_B3 +LQ08X014560 Probable exocyst complex component 6 5.515104146 C6_chemical_C1 +LQ08X014560 Probable exocyst complex component 6 5.238050285 C6_chemical_C2 +LQ08X014560 Probable exocyst complex component 6 5.258405457 C6_chemical_C3 +LQ08X014560 Probable exocyst complex component 6 5.693358167 L4_control_A1 +LQ08X014560 Probable exocyst complex component 6 5.6308717 L4_control_A2 +LQ08X014560 Probable exocyst complex component 6 6.213093205 L4_control_A3 +LQ08X014560 Probable exocyst complex component 6 6.174262353 L4_control_B1 +LQ08X014560 Probable exocyst complex component 6 6.814958143 L4_control_B2 +LQ08X014560 Probable exocyst complex component 6 5.62844052 L4_control_B3 +LQ08X014560 Probable exocyst complex component 6 6.154144048 L4_control_C2 +LQ08X014560 Probable exocyst complex component 6 6.571853893 L4_control_C3 +LQ08X014560 Probable exocyst complex component 6 5.474698532 L4_chemical_A1 +LQ08X014560 Probable exocyst complex component 6 5.811061073 L4_chemical_A2 +LQ08X014560 Probable exocyst complex component 6 5.592903275 L4_chemical_A3 +LQ08X014560 Probable exocyst complex component 6 5.162281959 L4_chemical_B1 +LQ08X014560 Probable exocyst complex component 6 5.477430267 L4_chemical_B2 +LQ08X014560 Probable exocyst complex component 6 5.31953876 L4_chemical_B3 +LQ08X014560 Probable exocyst complex component 6 6.139881988 L4_chemical_C2 +LQ08X014560 Probable exocyst complex component 6 5.916007608 L4_chemical_C3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 4.99905607 C6_control_A1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.358957753 C6_control_A3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 4.709941171 C6_control_B1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.353709415 C6_control_B2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.004920347 C6_control_B3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 4.975947068 C6_control_C1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.229895486 C6_control_C2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 4.952932065 C6_control_C3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.063347998 C6_chemical_A1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.348632247 C6_chemical_A3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.220024326 C6_chemical_B1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.198026098 C6_chemical_B2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.442810434 C6_chemical_B3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 4.769618283 C6_chemical_C1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.055332417 C6_chemical_C2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 4.902690929 C6_chemical_C3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 4.978692965 L4_control_A1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.650588141 L4_control_A2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.085722857 L4_control_A3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 6.035107718 L4_control_B1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 6.19030481 L4_control_B2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.226935789 L4_control_B3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.73006307 L4_control_C2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.022320312 L4_control_C3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.425757368 L4_chemical_A1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.429592588 L4_chemical_A2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.35335021 L4_chemical_A3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.152832741 L4_chemical_B1 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.264866975 L4_chemical_B2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.253874376 L4_chemical_B3 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 4.987940443 L4_chemical_C2 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.230693014 L4_chemical_C3 +LQ08X014610 Hypothetical protein 6.899471307 C6_control_A1 +LQ08X014610 Hypothetical protein 6.814891564 C6_control_A3 +LQ08X014610 Hypothetical protein 6.825429819 C6_control_B1 +LQ08X014610 Hypothetical protein 7.185998037 C6_control_B2 +LQ08X014610 Hypothetical protein 7.542602385 C6_control_B3 +LQ08X014610 Hypothetical protein 8.144623128 C6_control_C1 +LQ08X014610 Hypothetical protein 8.34515949 C6_control_C2 +LQ08X014610 Hypothetical protein 8.284883221 C6_control_C3 +LQ08X014610 Hypothetical protein 6.788933845 C6_chemical_A1 +LQ08X014610 Hypothetical protein 7.120582889 C6_chemical_A3 +LQ08X014610 Hypothetical protein 5.721248341 C6_chemical_B1 +LQ08X014610 Hypothetical protein 7.414416889 C6_chemical_B2 +LQ08X014610 Hypothetical protein 6.698647916 C6_chemical_B3 +LQ08X014610 Hypothetical protein 8.377769144 C6_chemical_C1 +LQ08X014610 Hypothetical protein 8.637899644 C6_chemical_C2 +LQ08X014610 Hypothetical protein 8.277881941 C6_chemical_C3 +LQ08X014610 Hypothetical protein 7.214679546 L4_control_A1 +LQ08X014610 Hypothetical protein 6.821776213 L4_control_A2 +LQ08X014610 Hypothetical protein 7.430861693 L4_control_A3 +LQ08X014610 Hypothetical protein 7.395042844 L4_control_B1 +LQ08X014610 Hypothetical protein 6.064935985 L4_control_B2 +LQ08X014610 Hypothetical protein 6.837801679 L4_control_B3 +LQ08X014610 Hypothetical protein 8.075187346 L4_control_C2 +LQ08X014610 Hypothetical protein 5.901120127 L4_control_C3 +LQ08X014610 Hypothetical protein 6.175932081 L4_chemical_A1 +LQ08X014610 Hypothetical protein 6.514321907 L4_chemical_A2 +LQ08X014610 Hypothetical protein 6.752700862 L4_chemical_A3 +LQ08X014610 Hypothetical protein 7.447577237 L4_chemical_B1 +LQ08X014610 Hypothetical protein 6.501715843 L4_chemical_B2 +LQ08X014610 Hypothetical protein 6.974881471 L4_chemical_B3 +LQ08X014610 Hypothetical protein 6.860265829 L4_chemical_C2 +LQ08X014610 Hypothetical protein 6.74829009 L4_chemical_C3 +LQ08X014620 Hypothetical protein 14.70196629 C6_control_A1 +LQ08X014620 Hypothetical protein 15.10136664 C6_control_A3 +LQ08X014620 Hypothetical protein 14.86163489 C6_control_B1 +LQ08X014620 Hypothetical protein 14.26218022 C6_control_B2 +LQ08X014620 Hypothetical protein 14.54470113 C6_control_B3 +LQ08X014620 Hypothetical protein 14.2242961 C6_control_C1 +LQ08X014620 Hypothetical protein 13.56992576 C6_control_C2 +LQ08X014620 Hypothetical protein 13.71532568 C6_control_C3 +LQ08X014620 Hypothetical protein 14.5450154 C6_chemical_A1 +LQ08X014620 Hypothetical protein 13.97652732 C6_chemical_A3 +LQ08X014620 Hypothetical protein 14.66596062 C6_chemical_B1 +LQ08X014620 Hypothetical protein 14.32942598 C6_chemical_B2 +LQ08X014620 Hypothetical protein 14.3755278 C6_chemical_B3 +LQ08X014620 Hypothetical protein 14.3885667 C6_chemical_C1 +LQ08X014620 Hypothetical protein 13.94048941 C6_chemical_C2 +LQ08X014620 Hypothetical protein 13.54624157 C6_chemical_C3 +LQ08X014620 Hypothetical protein 15.00864467 L4_control_A1 +LQ08X014620 Hypothetical protein 14.38867138 L4_control_A2 +LQ08X014620 Hypothetical protein 14.57814162 L4_control_A3 +LQ08X014620 Hypothetical protein 14.45421777 L4_control_B1 +LQ08X014620 Hypothetical protein 13.4666847 L4_control_B2 +LQ08X014620 Hypothetical protein 14.14676773 L4_control_B3 +LQ08X014620 Hypothetical protein 13.93391597 L4_control_C2 +LQ08X014620 Hypothetical protein 13.78572759 L4_control_C3 +LQ08X014620 Hypothetical protein 14.58533304 L4_chemical_A1 +LQ08X014620 Hypothetical protein 14.10743415 L4_chemical_A2 +LQ08X014620 Hypothetical protein 14.7637704 L4_chemical_A3 +LQ08X014620 Hypothetical protein 14.35251896 L4_chemical_B1 +LQ08X014620 Hypothetical protein 14.31937175 L4_chemical_B2 +LQ08X014620 Hypothetical protein 14.64509446 L4_chemical_B3 +LQ08X014620 Hypothetical protein 14.11998817 L4_chemical_C2 +LQ08X014620 Hypothetical protein 14.00778474 L4_chemical_C3 +LQ08X014650 Putative Deoxycytidine kinase 5.824068965 C6_control_A1 +LQ08X014650 Putative Deoxycytidine kinase 6.50140552 C6_control_A3 +LQ08X014650 Putative Deoxycytidine kinase 5.246230336 C6_control_B1 +LQ08X014650 Putative Deoxycytidine kinase 5.916925896 C6_control_B2 +LQ08X014650 Putative Deoxycytidine kinase 5.809241435 C6_control_B3 +LQ08X014650 Putative Deoxycytidine kinase 5.809516931 C6_control_C1 +LQ08X014650 Putative Deoxycytidine kinase 7.019203725 C6_control_C2 +LQ08X014650 Putative Deoxycytidine kinase 5.712235096 C6_control_C3 +LQ08X014650 Putative Deoxycytidine kinase 5.736979882 C6_chemical_A1 +LQ08X014650 Putative Deoxycytidine kinase 6.266740714 C6_chemical_A3 +LQ08X014650 Putative Deoxycytidine kinase 5.130616216 C6_chemical_B1 +LQ08X014650 Putative Deoxycytidine kinase 5.769203527 C6_chemical_B2 +LQ08X014650 Putative Deoxycytidine kinase 5.320441343 C6_chemical_B3 +LQ08X014650 Putative Deoxycytidine kinase 5.749356677 C6_chemical_C1 +LQ08X014650 Putative Deoxycytidine kinase 5.955589843 C6_chemical_C2 +LQ08X014650 Putative Deoxycytidine kinase 5.606287509 C6_chemical_C3 +LQ08X014650 Putative Deoxycytidine kinase 5.903096538 L4_control_A1 +LQ08X014650 Putative Deoxycytidine kinase 5.622074149 L4_control_A2 +LQ08X014650 Putative Deoxycytidine kinase 6.107552714 L4_control_A3 +LQ08X014650 Putative Deoxycytidine kinase 5.297740802 L4_control_B1 +LQ08X014650 Putative Deoxycytidine kinase 5.574447046 L4_control_B2 +LQ08X014650 Putative Deoxycytidine kinase 5.467525717 L4_control_B3 +LQ08X014650 Putative Deoxycytidine kinase 5.171660086 L4_control_C2 +LQ08X014650 Putative Deoxycytidine kinase 5.865535876 L4_control_C3 +LQ08X014650 Putative Deoxycytidine kinase 5.496571136 L4_chemical_A1 +LQ08X014650 Putative Deoxycytidine kinase 5.777789349 L4_chemical_A2 +LQ08X014650 Putative Deoxycytidine kinase 5.858704706 L4_chemical_A3 +LQ08X014650 Putative Deoxycytidine kinase 5.528877312 L4_chemical_B1 +LQ08X014650 Putative Deoxycytidine kinase 5.084845452 L4_chemical_B2 +LQ08X014650 Putative Deoxycytidine kinase 5.360039509 L4_chemical_B3 +LQ08X014650 Putative Deoxycytidine kinase 4.966676273 L4_chemical_C2 +LQ08X014650 Putative Deoxycytidine kinase 5.799265333 L4_chemical_C3 +LQ08X014670 Myb-related protein 330 12.02035259 C6_control_A1 +LQ08X014670 Myb-related protein 330 11.78090354 C6_control_A3 +LQ08X014670 Myb-related protein 330 13.46201639 C6_control_B1 +LQ08X014670 Myb-related protein 330 12.71019866 C6_control_B2 +LQ08X014670 Myb-related protein 330 13.6299738 C6_control_B3 +LQ08X014670 Myb-related protein 330 11.42795888 C6_control_C1 +LQ08X014670 Myb-related protein 330 11.6859872 C6_control_C2 +LQ08X014670 Myb-related protein 330 11.88695073 C6_control_C3 +LQ08X014670 Myb-related protein 330 11.95635938 C6_chemical_A1 +LQ08X014670 Myb-related protein 330 11.69884556 C6_chemical_A3 +LQ08X014670 Myb-related protein 330 13.50798457 C6_chemical_B1 +LQ08X014670 Myb-related protein 330 12.55555613 C6_chemical_B2 +LQ08X014670 Myb-related protein 330 13.26705889 C6_chemical_B3 +LQ08X014670 Myb-related protein 330 11.61826756 C6_chemical_C1 +LQ08X014670 Myb-related protein 330 11.85130378 C6_chemical_C2 +LQ08X014670 Myb-related protein 330 11.90677955 C6_chemical_C3 +LQ08X014670 Myb-related protein 330 11.32595867 L4_control_A1 +LQ08X014670 Myb-related protein 330 11.28041976 L4_control_A2 +LQ08X014670 Myb-related protein 330 11.51921205 L4_control_A3 +LQ08X014670 Myb-related protein 330 13.86750716 L4_control_B1 +LQ08X014670 Myb-related protein 330 13.59553243 L4_control_B2 +LQ08X014670 Myb-related protein 330 12.11283528 L4_control_B3 +LQ08X014670 Myb-related protein 330 12.76393268 L4_control_C2 +LQ08X014670 Myb-related protein 330 12.17431875 L4_control_C3 +LQ08X014670 Myb-related protein 330 11.4556681 L4_chemical_A1 +LQ08X014670 Myb-related protein 330 11.69048278 L4_chemical_A2 +LQ08X014670 Myb-related protein 330 11.59825275 L4_chemical_A3 +LQ08X014670 Myb-related protein 330 13.75935479 L4_chemical_B1 +LQ08X014670 Myb-related protein 330 13.55344958 L4_chemical_B2 +LQ08X014670 Myb-related protein 330 12.98265797 L4_chemical_B3 +LQ08X014670 Myb-related protein 330 12.86646582 L4_chemical_C2 +LQ08X014670 Myb-related protein 330 12.34059861 L4_chemical_C3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.715401144 C6_control_A1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.587728931 C6_control_A3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.568572914 C6_control_B1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.508515352 C6_control_B2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.556301947 C6_control_B3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.774232094 C6_control_C1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.038175362 C6_control_C2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.790768069 C6_control_C3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.867203094 C6_chemical_A1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.77612714 C6_chemical_A3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.756326241 C6_chemical_B1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.971078937 C6_chemical_B2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.093217937 C6_chemical_B3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.878506574 C6_chemical_C1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.084146318 C6_chemical_C2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.282098926 C6_chemical_C3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.142025124 L4_control_A1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.977867276 L4_control_A2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.671428509 L4_control_A3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.426747896 L4_control_B1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.24404019 L4_control_B2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.885653884 L4_control_B3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.432592639 L4_control_C2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.457963776 L4_control_C3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.740388325 L4_chemical_A1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.15629758 L4_chemical_A2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.312616545 L4_chemical_A3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.631273487 L4_chemical_B1 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.398345185 L4_chemical_B2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 9.651461975 L4_chemical_B3 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.079443972 L4_chemical_C2 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.828269809 L4_chemical_C3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.31865787 C6_control_A1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.751178216 C6_control_A3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.526737498 C6_control_B1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.721669711 C6_control_B2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.144288885 C6_control_B3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.240836028 C6_control_C1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.626528377 C6_control_C2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.656219065 C6_control_C3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.215251526 C6_chemical_A1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.180062709 C6_chemical_A3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.285099224 C6_chemical_B1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.76034472 C6_chemical_B2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.192879551 C6_chemical_B3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.373643698 C6_chemical_C1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.348838292 C6_chemical_C2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.249365225 C6_chemical_C3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.075419151 L4_control_A1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.096843725 L4_control_A2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.369528949 L4_control_A3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.21420636 L4_control_B1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.536155133 L4_control_B2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.422494235 L4_control_B3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.446911918 L4_control_C2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.40310211 L4_control_C3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.284905018 L4_chemical_A1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.413748918 L4_chemical_A2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.25202509 L4_chemical_A3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.516283303 L4_chemical_B1 +LQ08X014710 Ubiquitin-protein ligase, putative 5.191317469 L4_chemical_B2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.261400423 L4_chemical_B3 +LQ08X014710 Ubiquitin-protein ligase, putative 5.300834027 L4_chemical_C2 +LQ08X014710 Ubiquitin-protein ligase, putative 5.070923957 L4_chemical_C3 +LQ08X014760 Putative SKP1-like protein 14 12.97431326 C6_control_A1 +LQ08X014760 Putative SKP1-like protein 14 13.15970835 C6_control_A3 +LQ08X014760 Putative SKP1-like protein 14 12.77701846 C6_control_B1 +LQ08X014760 Putative SKP1-like protein 14 12.9543686 C6_control_B2 +LQ08X014760 Putative SKP1-like protein 14 12.41773438 C6_control_B3 +LQ08X014760 Putative SKP1-like protein 14 12.6794768 C6_control_C1 +LQ08X014760 Putative SKP1-like protein 14 12.8578487 C6_control_C2 +LQ08X014760 Putative SKP1-like protein 14 12.32303302 C6_control_C3 +LQ08X014760 Putative SKP1-like protein 14 13.03940096 C6_chemical_A1 +LQ08X014760 Putative SKP1-like protein 14 13.0296805 C6_chemical_A3 +LQ08X014760 Putative SKP1-like protein 14 12.7222621 C6_chemical_B1 +LQ08X014760 Putative SKP1-like protein 14 12.78259887 C6_chemical_B2 +LQ08X014760 Putative SKP1-like protein 14 12.20677887 C6_chemical_B3 +LQ08X014760 Putative SKP1-like protein 14 12.8316885 C6_chemical_C1 +LQ08X014760 Putative SKP1-like protein 14 13.00298449 C6_chemical_C2 +LQ08X014760 Putative SKP1-like protein 14 12.22409919 C6_chemical_C3 +LQ08X014760 Putative SKP1-like protein 14 13.37482539 L4_control_A1 +LQ08X014760 Putative SKP1-like protein 14 13.79600634 L4_control_A2 +LQ08X014760 Putative SKP1-like protein 14 13.19860962 L4_control_A3 +LQ08X014760 Putative SKP1-like protein 14 12.92557338 L4_control_B1 +LQ08X014760 Putative SKP1-like protein 14 12.86124837 L4_control_B2 +LQ08X014760 Putative SKP1-like protein 14 12.68286243 L4_control_B3 +LQ08X014760 Putative SKP1-like protein 14 13.12794478 L4_control_C2 +LQ08X014760 Putative SKP1-like protein 14 12.1730216 L4_control_C3 +LQ08X014760 Putative SKP1-like protein 14 13.33598614 L4_chemical_A1 +LQ08X014760 Putative SKP1-like protein 14 13.62467784 L4_chemical_A2 +LQ08X014760 Putative SKP1-like protein 14 12.96378566 L4_chemical_A3 +LQ08X014760 Putative SKP1-like protein 14 12.98508375 L4_chemical_B1 +LQ08X014760 Putative SKP1-like protein 14 13.30926022 L4_chemical_B2 +LQ08X014760 Putative SKP1-like protein 14 12.7461125 L4_chemical_B3 +LQ08X014760 Putative SKP1-like protein 14 13.21914235 L4_chemical_C2 +LQ08X014760 Putative SKP1-like protein 14 12.29542253 L4_chemical_C3 +LQ08X014800 22.0 kDa heat shock protein 4.955837501 C6_control_A1 +LQ08X014800 22.0 kDa heat shock protein 5.244741494 C6_control_A3 +LQ08X014800 22.0 kDa heat shock protein 5.233512877 C6_control_B1 +LQ08X014800 22.0 kDa heat shock protein 4.846197948 C6_control_B2 +LQ08X014800 22.0 kDa heat shock protein 5.057913606 C6_control_B3 +LQ08X014800 22.0 kDa heat shock protein 5.030004868 C6_control_C1 +LQ08X014800 22.0 kDa heat shock protein 6.069280225 C6_control_C2 +LQ08X014800 22.0 kDa heat shock protein 5.054385721 C6_control_C3 +LQ08X014800 22.0 kDa heat shock protein 4.94119583 C6_chemical_A1 +LQ08X014800 22.0 kDa heat shock protein 4.706522523 C6_chemical_A3 +LQ08X014800 22.0 kDa heat shock protein 5.183230534 C6_chemical_B1 +LQ08X014800 22.0 kDa heat shock protein 4.902048405 C6_chemical_B2 +LQ08X014800 22.0 kDa heat shock protein 4.999555787 C6_chemical_B3 +LQ08X014800 22.0 kDa heat shock protein 5.117427953 C6_chemical_C1 +LQ08X014800 22.0 kDa heat shock protein 5.30315204 C6_chemical_C2 +LQ08X014800 22.0 kDa heat shock protein 4.960745065 C6_chemical_C3 +LQ08X014800 22.0 kDa heat shock protein 5.06476539 L4_control_A1 +LQ08X014800 22.0 kDa heat shock protein 5.135497763 L4_control_A2 +LQ08X014800 22.0 kDa heat shock protein 5.089558343 L4_control_A3 +LQ08X014800 22.0 kDa heat shock protein 5.012027878 L4_control_B1 +LQ08X014800 22.0 kDa heat shock protein 5.366535882 L4_control_B2 +LQ08X014800 22.0 kDa heat shock protein 5.028938824 L4_control_B3 +LQ08X014800 22.0 kDa heat shock protein 5.043541336 L4_control_C2 +LQ08X014800 22.0 kDa heat shock protein 5.272939422 L4_control_C3 +LQ08X014800 22.0 kDa heat shock protein 5.161413284 L4_chemical_A1 +LQ08X014800 22.0 kDa heat shock protein 4.688238738 L4_chemical_A2 +LQ08X014800 22.0 kDa heat shock protein 5.256271445 L4_chemical_A3 +LQ08X014800 22.0 kDa heat shock protein 5.01811254 L4_chemical_B1 +LQ08X014800 22.0 kDa heat shock protein 5.279358264 L4_chemical_B2 +LQ08X014800 22.0 kDa heat shock protein 4.704649799 L4_chemical_B3 +LQ08X014800 22.0 kDa heat shock protein 5.110230225 L4_chemical_C2 +LQ08X014800 22.0 kDa heat shock protein 6.072405026 L4_chemical_C3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 8.56754083 C6_control_A1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 9.840383467 C6_control_A3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.701222888 C6_control_B1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.85271934 C6_control_B2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.811957669 C6_control_B3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.040446641 C6_control_C1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.37512768 C6_control_C2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.464632076 C6_control_C3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 8.270075687 C6_chemical_A1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 9.39939677 C6_chemical_A3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.498080531 C6_chemical_B1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.690589178 C6_chemical_B2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.833435012 C6_chemical_B3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.200569818 C6_chemical_C1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.467132021 C6_chemical_C2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.682824283 C6_chemical_C3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.276950686 L4_control_A1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.893222962 L4_control_A2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.892871018 L4_control_A3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.809727643 L4_control_B1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.69821338 L4_control_B2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.531587688 L4_control_B3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.206590173 L4_control_C2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.119154645 L4_control_C3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.462438887 L4_chemical_A1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.926253881 L4_chemical_A2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.738627702 L4_chemical_A3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.589991304 L4_chemical_B1 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.296320261 L4_chemical_B2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 6.441033713 L4_chemical_B3 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.319816928 L4_chemical_C2 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 5.484358799 L4_chemical_C3 +LQ08X014990 Hypothetical protein 11.00029135 C6_control_A1 +LQ08X014990 Hypothetical protein 11.80825668 C6_control_A3 +LQ08X014990 Hypothetical protein 10.83697321 C6_control_B1 +LQ08X014990 Hypothetical protein 10.99657516 C6_control_B2 +LQ08X014990 Hypothetical protein 10.96289967 C6_control_B3 +LQ08X014990 Hypothetical protein 11.62033808 C6_control_C1 +LQ08X014990 Hypothetical protein 11.6424318 C6_control_C2 +LQ08X014990 Hypothetical protein 11.93091857 C6_control_C3 +LQ08X014990 Hypothetical protein 10.84027694 C6_chemical_A1 +LQ08X014990 Hypothetical protein 11.61021416 C6_chemical_A3 +LQ08X014990 Hypothetical protein 10.63421084 C6_chemical_B1 +LQ08X014990 Hypothetical protein 10.77610803 C6_chemical_B2 +LQ08X014990 Hypothetical protein 10.78005 C6_chemical_B3 +LQ08X014990 Hypothetical protein 11.44495294 C6_chemical_C1 +LQ08X014990 Hypothetical protein 11.61825271 C6_chemical_C2 +LQ08X014990 Hypothetical protein 11.8529089 C6_chemical_C3 +LQ08X014990 Hypothetical protein 11.67424316 L4_control_A1 +LQ08X014990 Hypothetical protein 11.29430073 L4_control_A2 +LQ08X014990 Hypothetical protein 12.09630027 L4_control_A3 +LQ08X014990 Hypothetical protein 11.52214085 L4_control_B1 +LQ08X014990 Hypothetical protein 10.89926948 L4_control_B2 +LQ08X014990 Hypothetical protein 11.33632962 L4_control_B3 +LQ08X014990 Hypothetical protein 11.643068 L4_control_C2 +LQ08X014990 Hypothetical protein 11.44824964 L4_control_C3 +LQ08X014990 Hypothetical protein 12.16491006 L4_chemical_A1 +LQ08X014990 Hypothetical protein 11.33566524 L4_chemical_A2 +LQ08X014990 Hypothetical protein 11.85901063 L4_chemical_A3 +LQ08X014990 Hypothetical protein 11.16437277 L4_chemical_B1 +LQ08X014990 Hypothetical protein 11.19779077 L4_chemical_B2 +LQ08X014990 Hypothetical protein 10.97360952 L4_chemical_B3 +LQ08X014990 Hypothetical protein 11.81847824 L4_chemical_C2 +LQ08X014990 Hypothetical protein 11.65754551 L4_chemical_C3 +LQ08X015000 Synaptotagmin, putative 7.239508012 C6_control_A1 +LQ08X015000 Synaptotagmin, putative 7.147146256 C6_control_A3 +LQ08X015000 Synaptotagmin, putative 7.752320606 C6_control_B1 +LQ08X015000 Synaptotagmin, putative 7.344223912 C6_control_B2 +LQ08X015000 Synaptotagmin, putative 8.386209591 C6_control_B3 +LQ08X015000 Synaptotagmin, putative 6.7855782 C6_control_C1 +LQ08X015000 Synaptotagmin, putative 6.120997539 C6_control_C2 +LQ08X015000 Synaptotagmin, putative 6.98732881 C6_control_C3 +LQ08X015000 Synaptotagmin, putative 7.312256295 C6_chemical_A1 +LQ08X015000 Synaptotagmin, putative 7.420132087 C6_chemical_A3 +LQ08X015000 Synaptotagmin, putative 8.202977427 C6_chemical_B1 +LQ08X015000 Synaptotagmin, putative 7.367318969 C6_chemical_B2 +LQ08X015000 Synaptotagmin, putative 8.061200448 C6_chemical_B3 +LQ08X015000 Synaptotagmin, putative 6.885418409 C6_chemical_C1 +LQ08X015000 Synaptotagmin, putative 6.915343657 C6_chemical_C2 +LQ08X015000 Synaptotagmin, putative 6.840916463 C6_chemical_C3 +LQ08X015000 Synaptotagmin, putative 7.367729331 L4_control_A1 +LQ08X015000 Synaptotagmin, putative 7.648966056 L4_control_A2 +LQ08X015000 Synaptotagmin, putative 8.024248221 L4_control_A3 +LQ08X015000 Synaptotagmin, putative 8.729737399 L4_control_B1 +LQ08X015000 Synaptotagmin, putative 8.733416634 L4_control_B2 +LQ08X015000 Synaptotagmin, putative 7.7956591 L4_control_B3 +LQ08X015000 Synaptotagmin, putative 8.058024341 L4_control_C2 +LQ08X015000 Synaptotagmin, putative 7.692013115 L4_control_C3 +LQ08X015000 Synaptotagmin, putative 7.159286729 L4_chemical_A1 +LQ08X015000 Synaptotagmin, putative 8.163585534 L4_chemical_A2 +LQ08X015000 Synaptotagmin, putative 7.535233388 L4_chemical_A3 +LQ08X015000 Synaptotagmin, putative 8.989332196 L4_chemical_B1 +LQ08X015000 Synaptotagmin, putative 9.513396744 L4_chemical_B2 +LQ08X015000 Synaptotagmin, putative 7.965942405 L4_chemical_B3 +LQ08X015000 Synaptotagmin, putative 8.25058499 L4_chemical_C2 +LQ08X015000 Synaptotagmin, putative 7.622849133 L4_chemical_C3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.700276558 C6_control_A1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.631867696 C6_control_A3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.38014784 C6_control_B1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 9.366310214 C6_control_B2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 9.074070182 C6_control_B3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.024858957 C6_control_C1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 6.979908446 C6_control_C2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.882542591 C6_control_C3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.420917303 C6_chemical_A1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.161965025 C6_chemical_A3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.718417387 C6_chemical_B1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 9.300376279 C6_chemical_B2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 9.223905991 C6_chemical_B3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.744248208 C6_chemical_C1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.427678005 C6_chemical_C2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.279441015 C6_chemical_C3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.63129696 L4_control_A1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 6.827596618 L4_control_A2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 6.362253721 L4_control_A3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.188503405 L4_control_B1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.557107657 L4_control_B2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 9.606283583 L4_control_B3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 6.932343797 L4_control_C2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.778435229 L4_control_C3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.377132677 L4_chemical_A1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 6.648195628 L4_chemical_A2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 5.999177417 L4_chemical_A3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.825752841 L4_chemical_B1 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.453252918 L4_chemical_B2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 8.890612242 L4_chemical_B3 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.26487557 L4_chemical_C2 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.939332217 L4_chemical_C3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.97727075 C6_control_A1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.7084695 C6_control_A3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.12882331 C6_control_B1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.51205814 C6_control_B2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.6096961 C6_control_B3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 10.74128873 C6_control_C1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 10.40329934 C6_control_C2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.07294215 C6_control_C3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.31474408 C6_chemical_A1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.70706886 C6_chemical_A3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.14597739 C6_chemical_B1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.02290755 C6_chemical_B2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.19054953 C6_chemical_B3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 10.71318611 C6_chemical_C1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 10.5049652 C6_chemical_C2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.15548792 C6_chemical_C3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.60741804 L4_control_A1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.86403799 L4_control_A2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.72491549 L4_control_A3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.76867379 L4_control_B1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.81295952 L4_control_B2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.44774168 L4_control_B3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.7217307 L4_control_C2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 10.83030222 L4_control_C3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.90988739 L4_chemical_A1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.77231869 L4_chemical_A2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.6726398 L4_chemical_A3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.84806694 L4_chemical_B1 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.3862557 L4_chemical_B2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.5997215 L4_chemical_B3 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.31124469 L4_chemical_C2 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 11.10182448 L4_chemical_C3 +LQ08X015150 Hypothetical protein 11.82485813 C6_control_A1 +LQ08X015150 Hypothetical protein 11.81320438 C6_control_A3 +LQ08X015150 Hypothetical protein 12.19824064 C6_control_B1 +LQ08X015150 Hypothetical protein 12.56284835 C6_control_B2 +LQ08X015150 Hypothetical protein 12.27460533 C6_control_B3 +LQ08X015150 Hypothetical protein 13.05603732 C6_control_C1 +LQ08X015150 Hypothetical protein 12.83665791 C6_control_C2 +LQ08X015150 Hypothetical protein 13.00274309 C6_control_C3 +LQ08X015150 Hypothetical protein 12.18333998 C6_chemical_A1 +LQ08X015150 Hypothetical protein 11.54102866 C6_chemical_A3 +LQ08X015150 Hypothetical protein 12.34123835 C6_chemical_B1 +LQ08X015150 Hypothetical protein 12.63915941 C6_chemical_B2 +LQ08X015150 Hypothetical protein 12.50196554 C6_chemical_B3 +LQ08X015150 Hypothetical protein 12.73450937 C6_chemical_C1 +LQ08X015150 Hypothetical protein 13.15769106 C6_chemical_C2 +LQ08X015150 Hypothetical protein 12.91601831 C6_chemical_C3 +LQ08X015150 Hypothetical protein 11.77945864 L4_control_A1 +LQ08X015150 Hypothetical protein 11.77860785 L4_control_A2 +LQ08X015150 Hypothetical protein 11.65111873 L4_control_A3 +LQ08X015150 Hypothetical protein 12.01550087 L4_control_B1 +LQ08X015150 Hypothetical protein 11.61212202 L4_control_B2 +LQ08X015150 Hypothetical protein 12.26973823 L4_control_B3 +LQ08X015150 Hypothetical protein 13.19161411 L4_control_C2 +LQ08X015150 Hypothetical protein 13.03003182 L4_control_C3 +LQ08X015150 Hypothetical protein 11.9388614 L4_chemical_A1 +LQ08X015150 Hypothetical protein 12.62640611 L4_chemical_A2 +LQ08X015150 Hypothetical protein 11.70512914 L4_chemical_A3 +LQ08X015150 Hypothetical protein 12.20702149 L4_chemical_B1 +LQ08X015150 Hypothetical protein 12.42007824 L4_chemical_B2 +LQ08X015150 Hypothetical protein 11.94980897 L4_chemical_B3 +LQ08X015150 Hypothetical protein 13.63824553 L4_chemical_C2 +LQ08X015150 Hypothetical protein 12.91551082 L4_chemical_C3 +LQ08X015170 Putative Peptide transporter PTR1 5.706951742 C6_control_A1 +LQ08X015170 Putative Peptide transporter PTR1 5.39785312 C6_control_A3 +LQ08X015170 Putative Peptide transporter PTR1 6.070520312 C6_control_B1 +LQ08X015170 Putative Peptide transporter PTR1 5.796430961 C6_control_B2 +LQ08X015170 Putative Peptide transporter PTR1 5.908330325 C6_control_B3 +LQ08X015170 Putative Peptide transporter PTR1 5.358706414 C6_control_C1 +LQ08X015170 Putative Peptide transporter PTR1 5.522967203 C6_control_C2 +LQ08X015170 Putative Peptide transporter PTR1 5.671016712 C6_control_C3 +LQ08X015170 Putative Peptide transporter PTR1 5.615873605 C6_chemical_A1 +LQ08X015170 Putative Peptide transporter PTR1 5.584967233 C6_chemical_A3 +LQ08X015170 Putative Peptide transporter PTR1 6.351738077 C6_chemical_B1 +LQ08X015170 Putative Peptide transporter PTR1 5.693694341 C6_chemical_B2 +LQ08X015170 Putative Peptide transporter PTR1 5.721883957 C6_chemical_B3 +LQ08X015170 Putative Peptide transporter PTR1 5.423356083 C6_chemical_C1 +LQ08X015170 Putative Peptide transporter PTR1 5.559949631 C6_chemical_C2 +LQ08X015170 Putative Peptide transporter PTR1 5.683985703 C6_chemical_C3 +LQ08X015170 Putative Peptide transporter PTR1 5.48895047 L4_control_A1 +LQ08X015170 Putative Peptide transporter PTR1 5.751312627 L4_control_A2 +LQ08X015170 Putative Peptide transporter PTR1 5.750494311 L4_control_A3 +LQ08X015170 Putative Peptide transporter PTR1 5.790891803 L4_control_B1 +LQ08X015170 Putative Peptide transporter PTR1 6.080651863 L4_control_B2 +LQ08X015170 Putative Peptide transporter PTR1 6.274941382 L4_control_B3 +LQ08X015170 Putative Peptide transporter PTR1 5.00176194 L4_control_C2 +LQ08X015170 Putative Peptide transporter PTR1 5.238197772 L4_control_C3 +LQ08X015170 Putative Peptide transporter PTR1 5.676863736 L4_chemical_A1 +LQ08X015170 Putative Peptide transporter PTR1 5.83935121 L4_chemical_A2 +LQ08X015170 Putative Peptide transporter PTR1 5.521564494 L4_chemical_A3 +LQ08X015170 Putative Peptide transporter PTR1 5.966655011 L4_chemical_B1 +LQ08X015170 Putative Peptide transporter PTR1 5.568662761 L4_chemical_B2 +LQ08X015170 Putative Peptide transporter PTR1 5.603834777 L4_chemical_B3 +LQ08X015170 Putative Peptide transporter PTR1 5.825842311 L4_chemical_C2 +LQ08X015170 Putative Peptide transporter PTR1 6.28864813 L4_chemical_C3 +LQ08X015250 Putative Peptide transporter PTR5 5.374514023 C6_control_A1 +LQ08X015250 Putative Peptide transporter PTR5 5.963778051 C6_control_A3 +LQ08X015250 Putative Peptide transporter PTR5 5.402082172 C6_control_B1 +LQ08X015250 Putative Peptide transporter PTR5 6.013079754 C6_control_B2 +LQ08X015250 Putative Peptide transporter PTR5 5.484926436 C6_control_B3 +LQ08X015250 Putative Peptide transporter PTR5 6.794450756 C6_control_C1 +LQ08X015250 Putative Peptide transporter PTR5 6.633170823 C6_control_C2 +LQ08X015250 Putative Peptide transporter PTR5 5.928200005 C6_control_C3 +LQ08X015250 Putative Peptide transporter PTR5 5.919885533 C6_chemical_A1 +LQ08X015250 Putative Peptide transporter PTR5 5.414504532 C6_chemical_A3 +LQ08X015250 Putative Peptide transporter PTR5 5.818539512 C6_chemical_B1 +LQ08X015250 Putative Peptide transporter PTR5 5.710307174 C6_chemical_B2 +LQ08X015250 Putative Peptide transporter PTR5 5.80613339 C6_chemical_B3 +LQ08X015250 Putative Peptide transporter PTR5 5.500420959 C6_chemical_C1 +LQ08X015250 Putative Peptide transporter PTR5 5.454621694 C6_chemical_C2 +LQ08X015250 Putative Peptide transporter PTR5 5.352008861 C6_chemical_C3 +LQ08X015250 Putative Peptide transporter PTR5 5.240937957 L4_control_A1 +LQ08X015250 Putative Peptide transporter PTR5 5.40939025 L4_control_A2 +LQ08X015250 Putative Peptide transporter PTR5 5.609303512 L4_control_A3 +LQ08X015250 Putative Peptide transporter PTR5 5.648529587 L4_control_B1 +LQ08X015250 Putative Peptide transporter PTR5 5.015172248 L4_control_B2 +LQ08X015250 Putative Peptide transporter PTR5 5.345208298 L4_control_B3 +LQ08X015250 Putative Peptide transporter PTR5 5.03940067 L4_control_C2 +LQ08X015250 Putative Peptide transporter PTR5 5.625905086 L4_control_C3 +LQ08X015250 Putative Peptide transporter PTR5 5.43016271 L4_chemical_A1 +LQ08X015250 Putative Peptide transporter PTR5 5.180407773 L4_chemical_A2 +LQ08X015250 Putative Peptide transporter PTR5 5.770844805 L4_chemical_A3 +LQ08X015250 Putative Peptide transporter PTR5 5.754860818 L4_chemical_B1 +LQ08X015250 Putative Peptide transporter PTR5 5.217373105 L4_chemical_B2 +LQ08X015250 Putative Peptide transporter PTR5 5.250522181 L4_chemical_B3 +LQ08X015250 Putative Peptide transporter PTR5 5.482882938 L4_chemical_C2 +LQ08X015250 Putative Peptide transporter PTR5 6.003342548 L4_chemical_C3 +LQ08X015260 Patellin-3, putative 9.248673573 C6_control_A1 +LQ08X015260 Patellin-3, putative 8.381682457 C6_control_A3 +LQ08X015260 Patellin-3, putative 9.70927364 C6_control_B1 +LQ08X015260 Patellin-3, putative 10.68913873 C6_control_B2 +LQ08X015260 Patellin-3, putative 10.77902509 C6_control_B3 +LQ08X015260 Patellin-3, putative 11.86056449 C6_control_C1 +LQ08X015260 Patellin-3, putative 12.1447386 C6_control_C2 +LQ08X015260 Patellin-3, putative 12.28424513 C6_control_C3 +LQ08X015260 Patellin-3, putative 8.856696601 C6_chemical_A1 +LQ08X015260 Patellin-3, putative 9.009695314 C6_chemical_A3 +LQ08X015260 Patellin-3, putative 9.722605611 C6_chemical_B1 +LQ08X015260 Patellin-3, putative 10.78983023 C6_chemical_B2 +LQ08X015260 Patellin-3, putative 11.34440202 C6_chemical_B3 +LQ08X015260 Patellin-3, putative 12.23083736 C6_chemical_C1 +LQ08X015260 Patellin-3, putative 12.51129197 C6_chemical_C2 +LQ08X015260 Patellin-3, putative 13.01788154 C6_chemical_C3 +LQ08X015260 Patellin-3, putative 10.22247785 L4_control_A1 +LQ08X015260 Patellin-3, putative 10.39906644 L4_control_A2 +LQ08X015260 Patellin-3, putative 10.77399786 L4_control_A3 +LQ08X015260 Patellin-3, putative 11.64694562 L4_control_B1 +LQ08X015260 Patellin-3, putative 10.99875339 L4_control_B2 +LQ08X015260 Patellin-3, putative 12.73185134 L4_control_B3 +LQ08X015260 Patellin-3, putative 12.82838184 L4_control_C2 +LQ08X015260 Patellin-3, putative 13.69068147 L4_control_C3 +LQ08X015260 Patellin-3, putative 10.07469683 L4_chemical_A1 +LQ08X015260 Patellin-3, putative 10.41271013 L4_chemical_A2 +LQ08X015260 Patellin-3, putative 10.44382167 L4_chemical_A3 +LQ08X015260 Patellin-3, putative 11.42078013 L4_chemical_B1 +LQ08X015260 Patellin-3, putative 11.4750019 L4_chemical_B2 +LQ08X015260 Patellin-3, putative 11.83344154 L4_chemical_B3 +LQ08X015260 Patellin-3, putative 12.73410623 L4_chemical_C2 +LQ08X015260 Patellin-3, putative 13.31524861 L4_chemical_C3 +LQ08X015280 Patellin-3 13.56430307 C6_control_A1 +LQ08X015280 Patellin-3 13.9481961 C6_control_A3 +LQ08X015280 Patellin-3 13.59081376 C6_control_B1 +LQ08X015280 Patellin-3 13.922409 C6_control_B2 +LQ08X015280 Patellin-3 13.28333952 C6_control_B3 +LQ08X015280 Patellin-3 13.79404797 C6_control_C1 +LQ08X015280 Patellin-3 13.9038784 C6_control_C2 +LQ08X015280 Patellin-3 13.869996 C6_control_C3 +LQ08X015280 Patellin-3 13.30546329 C6_chemical_A1 +LQ08X015280 Patellin-3 13.39897726 C6_chemical_A3 +LQ08X015280 Patellin-3 13.28261016 C6_chemical_B1 +LQ08X015280 Patellin-3 13.69888171 C6_chemical_B2 +LQ08X015280 Patellin-3 13.16362542 C6_chemical_B3 +LQ08X015280 Patellin-3 13.86144363 C6_chemical_C1 +LQ08X015280 Patellin-3 13.6430534 C6_chemical_C2 +LQ08X015280 Patellin-3 13.68630323 C6_chemical_C3 +LQ08X015280 Patellin-3 13.41376318 L4_control_A1 +LQ08X015280 Patellin-3 12.77408976 L4_control_A2 +LQ08X015280 Patellin-3 12.92450548 L4_control_A3 +LQ08X015280 Patellin-3 12.96529359 L4_control_B1 +LQ08X015280 Patellin-3 12.09858744 L4_control_B2 +LQ08X015280 Patellin-3 13.34626149 L4_control_B3 +LQ08X015280 Patellin-3 12.51472593 L4_control_C2 +LQ08X015280 Patellin-3 12.71996275 L4_control_C3 +LQ08X015280 Patellin-3 13.24074815 L4_chemical_A1 +LQ08X015280 Patellin-3 12.50503154 L4_chemical_A2 +LQ08X015280 Patellin-3 13.13899774 L4_chemical_A3 +LQ08X015280 Patellin-3 12.60887828 L4_chemical_B1 +LQ08X015280 Patellin-3 12.09878114 L4_chemical_B2 +LQ08X015280 Patellin-3 13.60746413 L4_chemical_B3 +LQ08X015280 Patellin-3 12.55333356 L4_chemical_C2 +LQ08X015280 Patellin-3 12.75404345 L4_chemical_C3 +LQ08X015300 Predicted protein 5.706868939 C6_control_A1 +LQ08X015300 Predicted protein 5.929219271 C6_control_A3 +LQ08X015300 Predicted protein 5.437511103 C6_control_B1 +LQ08X015300 Predicted protein 5.796332184 C6_control_B2 +LQ08X015300 Predicted protein 5.860439198 C6_control_B3 +LQ08X015300 Predicted protein 6.159113647 C6_control_C1 +LQ08X015300 Predicted protein 6.043406437 C6_control_C2 +LQ08X015300 Predicted protein 5.94048969 C6_control_C3 +LQ08X015300 Predicted protein 5.666764903 C6_chemical_A1 +LQ08X015300 Predicted protein 6.274680141 C6_chemical_A3 +LQ08X015300 Predicted protein 5.759342133 C6_chemical_B1 +LQ08X015300 Predicted protein 5.846256789 C6_chemical_B2 +LQ08X015300 Predicted protein 5.360210941 C6_chemical_B3 +LQ08X015300 Predicted protein 5.986321598 C6_chemical_C1 +LQ08X015300 Predicted protein 5.505322353 C6_chemical_C2 +LQ08X015300 Predicted protein 5.556597361 C6_chemical_C3 +LQ08X015300 Predicted protein 5.759296755 L4_control_A1 +LQ08X015300 Predicted protein 5.494107177 L4_control_A2 +LQ08X015300 Predicted protein 6.817422475 L4_control_A3 +LQ08X015300 Predicted protein 6.097631131 L4_control_B1 +LQ08X015300 Predicted protein 5.197371051 L4_control_B2 +LQ08X015300 Predicted protein 5.365474869 L4_control_B3 +LQ08X015300 Predicted protein 5.498867847 L4_control_C2 +LQ08X015300 Predicted protein 5.824451527 L4_control_C3 +LQ08X015300 Predicted protein 5.963463854 L4_chemical_A1 +LQ08X015300 Predicted protein 5.859395615 L4_chemical_A2 +LQ08X015300 Predicted protein 6.795988234 L4_chemical_A3 +LQ08X015300 Predicted protein 5.555944512 L4_chemical_B1 +LQ08X015300 Predicted protein 4.811039646 L4_chemical_B2 +LQ08X015300 Predicted protein 5.606283505 L4_chemical_B3 +LQ08X015300 Predicted protein 5.345563755 L4_chemical_C2 +LQ08X015300 Predicted protein 5.981850483 L4_chemical_C3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.78602971 C6_control_A1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.73197019 C6_control_A3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.01208778 C6_control_B1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.67432451 C6_control_B2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.49215864 C6_control_B3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.72072165 C6_control_C1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 15.06077141 C6_control_C2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 15.24051213 C6_control_C3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.67267218 C6_chemical_A1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.0260589 C6_chemical_A3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.234374 C6_chemical_B1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.88917665 C6_chemical_B2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.7390112 C6_chemical_B3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.21858685 C6_chemical_C1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.74877337 C6_chemical_C2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.56549642 C6_chemical_C3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.28137539 L4_control_A1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 12.95374842 L4_control_A2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.288772 L4_control_A3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.14388745 L4_control_B1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.77059657 L4_control_B2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.58987257 L4_control_B3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.89720038 L4_control_C2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.57045522 L4_control_C3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.00828584 L4_chemical_A1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.25125956 L4_chemical_A2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.10526693 L4_chemical_A3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.69630356 L4_chemical_B1 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.68505721 L4_chemical_B2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.10435137 L4_chemical_B3 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.63422659 L4_chemical_C2 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 14.36651597 L4_chemical_C3 +LQ08X015320 Putative RING finger protein 170 10.61177905 C6_control_A1 +LQ08X015320 Putative RING finger protein 170 10.58656512 C6_control_A3 +LQ08X015320 Putative RING finger protein 170 11.15676447 C6_control_B1 +LQ08X015320 Putative RING finger protein 170 10.98233313 C6_control_B2 +LQ08X015320 Putative RING finger protein 170 11.22548353 C6_control_B3 +LQ08X015320 Putative RING finger protein 170 11.47134764 C6_control_C1 +LQ08X015320 Putative RING finger protein 170 11.13836965 C6_control_C2 +LQ08X015320 Putative RING finger protein 170 11.25163599 C6_control_C3 +LQ08X015320 Putative RING finger protein 170 10.44357356 C6_chemical_A1 +LQ08X015320 Putative RING finger protein 170 10.35842311 C6_chemical_A3 +LQ08X015320 Putative RING finger protein 170 11.09321086 C6_chemical_B1 +LQ08X015320 Putative RING finger protein 170 10.60395453 C6_chemical_B2 +LQ08X015320 Putative RING finger protein 170 10.93493589 C6_chemical_B3 +LQ08X015320 Putative RING finger protein 170 11.2612346 C6_chemical_C1 +LQ08X015320 Putative RING finger protein 170 11.2898283 C6_chemical_C2 +LQ08X015320 Putative RING finger protein 170 11.22959982 C6_chemical_C3 +LQ08X015320 Putative RING finger protein 170 10.34918887 L4_control_A1 +LQ08X015320 Putative RING finger protein 170 10.48960694 L4_control_A2 +LQ08X015320 Putative RING finger protein 170 10.77999491 L4_control_A3 +LQ08X015320 Putative RING finger protein 170 11.07111236 L4_control_B1 +LQ08X015320 Putative RING finger protein 170 10.78181757 L4_control_B2 +LQ08X015320 Putative RING finger protein 170 10.51838166 L4_control_B3 +LQ08X015320 Putative RING finger protein 170 11.60581553 L4_control_C2 +LQ08X015320 Putative RING finger protein 170 11.5202079 L4_control_C3 +LQ08X015320 Putative RING finger protein 170 10.89637402 L4_chemical_A1 +LQ08X015320 Putative RING finger protein 170 10.91712005 L4_chemical_A2 +LQ08X015320 Putative RING finger protein 170 10.71670504 L4_chemical_A3 +LQ08X015320 Putative RING finger protein 170 11.30971032 L4_chemical_B1 +LQ08X015320 Putative RING finger protein 170 11.05645733 L4_chemical_B2 +LQ08X015320 Putative RING finger protein 170 9.954884152 L4_chemical_B3 +LQ08X015320 Putative RING finger protein 170 11.49787665 L4_chemical_C2 +LQ08X015320 Putative RING finger protein 170 11.41285071 L4_chemical_C3 +LQ08X015360 Predicted protein 5.122605976 C6_control_A1 +LQ08X015360 Predicted protein 5.37293536 C6_control_A3 +LQ08X015360 Predicted protein 5.329112785 C6_control_B1 +LQ08X015360 Predicted protein 5.123728521 C6_control_B2 +LQ08X015360 Predicted protein 5.061145231 C6_control_B3 +LQ08X015360 Predicted protein 5.632963204 C6_control_C1 +LQ08X015360 Predicted protein 5.727626789 C6_control_C2 +LQ08X015360 Predicted protein 5.129051607 C6_control_C3 +LQ08X015360 Predicted protein 5.01944858 C6_chemical_A1 +LQ08X015360 Predicted protein 5.289258333 C6_chemical_A3 +LQ08X015360 Predicted protein 6.007961716 C6_chemical_B1 +LQ08X015360 Predicted protein 5.262314991 C6_chemical_B2 +LQ08X015360 Predicted protein 4.936821162 C6_chemical_B3 +LQ08X015360 Predicted protein 5.555103737 C6_chemical_C1 +LQ08X015360 Predicted protein 5.021098141 C6_chemical_C2 +LQ08X015360 Predicted protein 5.483510912 C6_chemical_C3 +LQ08X015360 Predicted protein 5.024199975 L4_control_A1 +LQ08X015360 Predicted protein 5.486536421 L4_control_A2 +LQ08X015360 Predicted protein 5.016274717 L4_control_A3 +LQ08X015360 Predicted protein 5.031337215 L4_control_B1 +LQ08X015360 Predicted protein 4.717830771 L4_control_B2 +LQ08X015360 Predicted protein 4.874048604 L4_control_B3 +LQ08X015360 Predicted protein 5.173055854 L4_control_C2 +LQ08X015360 Predicted protein 5.240193034 L4_control_C3 +LQ08X015360 Predicted protein 5.26855779 L4_chemical_A1 +LQ08X015360 Predicted protein 4.968941786 L4_chemical_A2 +LQ08X015360 Predicted protein 4.844378459 L4_chemical_A3 +LQ08X015360 Predicted protein 5.209121914 L4_chemical_B1 +LQ08X015360 Predicted protein 5.234239567 L4_chemical_B2 +LQ08X015360 Predicted protein 5.118631894 L4_chemical_B3 +LQ08X015360 Predicted protein 4.800209128 L4_chemical_C2 +LQ08X015360 Predicted protein 5.921668944 L4_chemical_C3 +LQ08X015370 Hypothetical protein 5.355332837 C6_control_A1 +LQ08X015370 Hypothetical protein 4.912660789 C6_control_A3 +LQ08X015370 Hypothetical protein 5.404067876 C6_control_B1 +LQ08X015370 Hypothetical protein 5.26207473 C6_control_B2 +LQ08X015370 Hypothetical protein 5.286008048 C6_control_B3 +LQ08X015370 Hypothetical protein 5.144367579 C6_control_C1 +LQ08X015370 Hypothetical protein 5.118541575 C6_control_C2 +LQ08X015370 Hypothetical protein 5.372033627 C6_control_C3 +LQ08X015370 Hypothetical protein 5.060522174 C6_chemical_A1 +LQ08X015370 Hypothetical protein 5.202029071 C6_chemical_A3 +LQ08X015370 Hypothetical protein 5.576036923 C6_chemical_B1 +LQ08X015370 Hypothetical protein 5.293731789 C6_chemical_B2 +LQ08X015370 Hypothetical protein 5.521200403 C6_chemical_B3 +LQ08X015370 Hypothetical protein 4.966924716 C6_chemical_C1 +LQ08X015370 Hypothetical protein 5.53775724 C6_chemical_C2 +LQ08X015370 Hypothetical protein 5.180596138 C6_chemical_C3 +LQ08X015370 Hypothetical protein 5.466165694 L4_control_A1 +LQ08X015370 Hypothetical protein 5.06319409 L4_control_A2 +LQ08X015370 Hypothetical protein 5.290469851 L4_control_A3 +LQ08X015370 Hypothetical protein 5.127774969 L4_control_B1 +LQ08X015370 Hypothetical protein 5.270832346 L4_control_B2 +LQ08X015370 Hypothetical protein 5.096144956 L4_control_B3 +LQ08X015370 Hypothetical protein 4.919845999 L4_control_C2 +LQ08X015370 Hypothetical protein 5.230469476 L4_control_C3 +LQ08X015370 Hypothetical protein 5.490947776 L4_chemical_A1 +LQ08X015370 Hypothetical protein 5.359713303 L4_chemical_A2 +LQ08X015370 Hypothetical protein 5.00754236 L4_chemical_A3 +LQ08X015370 Hypothetical protein 4.928099257 L4_chemical_B1 +LQ08X015370 Hypothetical protein 5.400368939 L4_chemical_B2 +LQ08X015370 Hypothetical protein 5.363309976 L4_chemical_B3 +LQ08X015370 Hypothetical protein 5.457918338 L4_chemical_C2 +LQ08X015370 Hypothetical protein 5.789717612 L4_chemical_C3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.05074932 C6_control_A1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 9.030896476 C6_control_A3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.81011067 C6_control_B1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.73612683 C6_control_B2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.71278579 C6_control_B3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 11.46646028 C6_control_C1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 11.65057827 C6_control_C2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 11.9189369 C6_control_C3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 9.950722544 C6_chemical_A1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 9.558887982 C6_chemical_A3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.53144259 C6_chemical_B1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.86865486 C6_chemical_B2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.52487963 C6_chemical_B3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 11.20551419 C6_chemical_C1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 11.44161969 C6_chemical_C2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 12.14170371 C6_chemical_C3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 9.570676482 L4_control_A1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.24384507 L4_control_A2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 8.764357574 L4_control_A3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.90403503 L4_control_B1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.98701553 L4_control_B2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 11.93777337 L4_control_B3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 12.33621299 L4_control_C2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 13.13747671 L4_control_C3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 9.616670256 L4_chemical_A1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.34302367 L4_chemical_A2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 8.660062767 L4_chemical_A3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.6312023 L4_chemical_B1 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.68289643 L4_chemical_B2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 10.65469646 L4_chemical_B3 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 12.08063779 L4_chemical_C2 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 12.64113691 L4_chemical_C3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.600537658 C6_control_A1 +LQ08X015480 ATP-dependent RNA helicase, putative 5.254883845 C6_control_A3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.938661666 C6_control_B1 +LQ08X015480 ATP-dependent RNA helicase, putative 5.450014037 C6_control_B2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.497420177 C6_control_B3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.521183719 C6_control_C1 +LQ08X015480 ATP-dependent RNA helicase, putative 5.64567996 C6_control_C2 +LQ08X015480 ATP-dependent RNA helicase, putative 6.551741828 C6_control_C3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.94130446 C6_chemical_A1 +LQ08X015480 ATP-dependent RNA helicase, putative 5.2744663 C6_chemical_A3 +LQ08X015480 ATP-dependent RNA helicase, putative 6.240169696 C6_chemical_B1 +LQ08X015480 ATP-dependent RNA helicase, putative 5.41003639 C6_chemical_B2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.634778885 C6_chemical_B3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.230105871 C6_chemical_C1 +LQ08X015480 ATP-dependent RNA helicase, putative 5.649397013 C6_chemical_C2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.333768371 C6_chemical_C3 +LQ08X015480 ATP-dependent RNA helicase, putative 4.939003173 L4_control_A1 +LQ08X015480 ATP-dependent RNA helicase, putative 6.085950124 L4_control_A2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.504237002 L4_control_A3 +LQ08X015480 ATP-dependent RNA helicase, putative 4.939873142 L4_control_B1 +LQ08X015480 ATP-dependent RNA helicase, putative 6.024661203 L4_control_B2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.471513786 L4_control_B3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.510346953 L4_control_C2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.295937648 L4_control_C3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.427070002 L4_chemical_A1 +LQ08X015480 ATP-dependent RNA helicase, putative 5.925314738 L4_chemical_A2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.964607666 L4_chemical_A3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.021177355 L4_chemical_B1 +LQ08X015480 ATP-dependent RNA helicase, putative 5.493362852 L4_chemical_B2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.554675663 L4_chemical_B3 +LQ08X015480 ATP-dependent RNA helicase, putative 5.284897782 L4_chemical_C2 +LQ08X015480 ATP-dependent RNA helicase, putative 5.281089005 L4_chemical_C3 +LQ08X015510 Putative Protein AIG1 12.89443227 C6_control_A1 +LQ08X015510 Putative Protein AIG1 12.91249434 C6_control_A3 +LQ08X015510 Putative Protein AIG1 12.57649514 C6_control_B1 +LQ08X015510 Putative Protein AIG1 13.31802779 C6_control_B2 +LQ08X015510 Putative Protein AIG1 13.22420602 C6_control_B3 +LQ08X015510 Putative Protein AIG1 13.7372396 C6_control_C1 +LQ08X015510 Putative Protein AIG1 13.74277758 C6_control_C2 +LQ08X015510 Putative Protein AIG1 13.68347912 C6_control_C3 +LQ08X015510 Putative Protein AIG1 12.95125208 C6_chemical_A1 +LQ08X015510 Putative Protein AIG1 13.12991876 C6_chemical_A3 +LQ08X015510 Putative Protein AIG1 12.70055263 C6_chemical_B1 +LQ08X015510 Putative Protein AIG1 13.71796111 C6_chemical_B2 +LQ08X015510 Putative Protein AIG1 13.17766734 C6_chemical_B3 +LQ08X015510 Putative Protein AIG1 13.66691434 C6_chemical_C1 +LQ08X015510 Putative Protein AIG1 13.39473566 C6_chemical_C2 +LQ08X015510 Putative Protein AIG1 13.46266491 C6_chemical_C3 +LQ08X015510 Putative Protein AIG1 13.09572296 L4_control_A1 +LQ08X015510 Putative Protein AIG1 13.25676674 L4_control_A2 +LQ08X015510 Putative Protein AIG1 13.5121473 L4_control_A3 +LQ08X015510 Putative Protein AIG1 12.91592167 L4_control_B1 +LQ08X015510 Putative Protein AIG1 12.84015077 L4_control_B2 +LQ08X015510 Putative Protein AIG1 14.14076431 L4_control_B3 +LQ08X015510 Putative Protein AIG1 12.97035313 L4_control_C2 +LQ08X015510 Putative Protein AIG1 12.84930382 L4_control_C3 +LQ08X015510 Putative Protein AIG1 13.63071723 L4_chemical_A1 +LQ08X015510 Putative Protein AIG1 13.304302 L4_chemical_A2 +LQ08X015510 Putative Protein AIG1 13.57821972 L4_chemical_A3 +LQ08X015510 Putative Protein AIG1 12.58428754 L4_chemical_B1 +LQ08X015510 Putative Protein AIG1 12.58901085 L4_chemical_B2 +LQ08X015510 Putative Protein AIG1 13.45065507 L4_chemical_B3 +LQ08X015510 Putative Protein AIG1 12.96741521 L4_chemical_C2 +LQ08X015510 Putative Protein AIG1 13.17690311 L4_chemical_C3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.974775037 C6_control_A1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.962774484 C6_control_A3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.367678391 C6_control_B1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.289623587 C6_control_B2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.852455169 C6_control_B3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.063418409 C6_control_C1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 7.854251191 C6_control_C2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.599160486 C6_control_C3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.041477072 C6_chemical_A1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.005086975 C6_chemical_A3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.12975367 C6_chemical_B1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.205793274 C6_chemical_B2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.042795982 C6_chemical_B3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.768605885 C6_chemical_C1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.319825561 C6_chemical_C2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.476053019 C6_chemical_C3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.13239247 L4_control_A1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.054581768 L4_control_A2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.447199213 L4_control_A3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.489004132 L4_control_B1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.49339397 L4_control_B2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.009986598 L4_control_B3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.684226477 L4_control_C2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.572270567 L4_control_C3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.89999025 L4_chemical_A1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.888015102 L4_chemical_A2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 7.131772021 L4_chemical_A3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.889458794 L4_chemical_B1 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.245249946 L4_chemical_B2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.303589098 L4_chemical_B3 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 5.477965271 L4_chemical_C2 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.142218125 L4_chemical_C3 +LQ08X015730 WD40 repeat-containing protein SMU1 10.96981197 C6_control_A1 +LQ08X015730 WD40 repeat-containing protein SMU1 11.06825163 C6_control_A3 +LQ08X015730 WD40 repeat-containing protein SMU1 11.04722832 C6_control_B1 +LQ08X015730 WD40 repeat-containing protein SMU1 10.14077589 C6_control_B2 +LQ08X015730 WD40 repeat-containing protein SMU1 10.76140444 C6_control_B3 +LQ08X015730 WD40 repeat-containing protein SMU1 11.06780121 C6_control_C1 +LQ08X015730 WD40 repeat-containing protein SMU1 10.69270979 C6_control_C2 +LQ08X015730 WD40 repeat-containing protein SMU1 10.62559502 C6_control_C3 +LQ08X015730 WD40 repeat-containing protein SMU1 10.97358552 C6_chemical_A1 +LQ08X015730 WD40 repeat-containing protein SMU1 11.47466136 C6_chemical_A3 +LQ08X015730 WD40 repeat-containing protein SMU1 11.01172779 C6_chemical_B1 +LQ08X015730 WD40 repeat-containing protein SMU1 10.20452009 C6_chemical_B2 +LQ08X015730 WD40 repeat-containing protein SMU1 11.14072622 C6_chemical_B3 +LQ08X015730 WD40 repeat-containing protein SMU1 11.03169525 C6_chemical_C1 +LQ08X015730 WD40 repeat-containing protein SMU1 10.8796087 C6_chemical_C2 +LQ08X015730 WD40 repeat-containing protein SMU1 10.98047297 C6_chemical_C3 +LQ08X015730 WD40 repeat-containing protein SMU1 10.99541931 L4_control_A1 +LQ08X015730 WD40 repeat-containing protein SMU1 10.32423222 L4_control_A2 +LQ08X015730 WD40 repeat-containing protein SMU1 11.46279544 L4_control_A3 +LQ08X015730 WD40 repeat-containing protein SMU1 10.27516282 L4_control_B1 +LQ08X015730 WD40 repeat-containing protein SMU1 11.17145936 L4_control_B2 +LQ08X015730 WD40 repeat-containing protein SMU1 11.01344394 L4_control_B3 +LQ08X015730 WD40 repeat-containing protein SMU1 11.38075531 L4_control_C2 +LQ08X015730 WD40 repeat-containing protein SMU1 11.05164081 L4_control_C3 +LQ08X015730 WD40 repeat-containing protein SMU1 10.48373965 L4_chemical_A1 +LQ08X015730 WD40 repeat-containing protein SMU1 10.33674621 L4_chemical_A2 +LQ08X015730 WD40 repeat-containing protein SMU1 10.9748323 L4_chemical_A3 +LQ08X015730 WD40 repeat-containing protein SMU1 10.62884858 L4_chemical_B1 +LQ08X015730 WD40 repeat-containing protein SMU1 10.78297115 L4_chemical_B2 +LQ08X015730 WD40 repeat-containing protein SMU1 11.11054679 L4_chemical_B3 +LQ08X015730 WD40 repeat-containing protein SMU1 11.40479125 L4_chemical_C2 +LQ08X015730 WD40 repeat-containing protein SMU1 11.14212448 L4_chemical_C3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.039306439 C6_control_A1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.268287172 C6_control_A3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.814315519 C6_control_B1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.51407659 C6_control_B2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.471242028 C6_control_B3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.376799114 C6_control_C1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.599878952 C6_control_C2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.074626778 C6_control_C3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.096606722 C6_chemical_A1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.435129326 C6_chemical_A3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.364316474 C6_chemical_B1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.246060701 C6_chemical_B2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.26192621 C6_chemical_B3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.219650078 C6_chemical_C1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.262952903 C6_chemical_C2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.038165086 C6_chemical_C3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.293417314 L4_control_A1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.476495733 L4_control_A2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.651941273 L4_control_A3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.221224491 L4_control_B1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.047145429 L4_control_B2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.308500173 L4_control_B3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.328690413 L4_control_C2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.820041415 L4_control_C3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.45062761 L4_chemical_A1 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.422889028 L4_chemical_A2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.275038622 L4_chemical_A3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.092149855 L4_chemical_B1 +LQ08X015760 Probable F-actin-capping protein subunit beta 4.87290023 L4_chemical_B2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.446494634 L4_chemical_B3 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.173218468 L4_chemical_C2 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.445550801 L4_chemical_C3 +LQ08X015770 Putative uncharacterized protein 13.90323479 C6_control_A1 +LQ08X015770 Putative uncharacterized protein 14.27342308 C6_control_A3 +LQ08X015770 Putative uncharacterized protein 14.43749286 C6_control_B1 +LQ08X015770 Putative uncharacterized protein 13.52605888 C6_control_B2 +LQ08X015770 Putative uncharacterized protein 14.12177222 C6_control_B3 +LQ08X015770 Putative uncharacterized protein 13.81573217 C6_control_C1 +LQ08X015770 Putative uncharacterized protein 13.73695901 C6_control_C2 +LQ08X015770 Putative uncharacterized protein 13.4176928 C6_control_C3 +LQ08X015770 Putative uncharacterized protein 14.10135105 C6_chemical_A1 +LQ08X015770 Putative uncharacterized protein 14.48470816 C6_chemical_A3 +LQ08X015770 Putative uncharacterized protein 14.29225867 C6_chemical_B1 +LQ08X015770 Putative uncharacterized protein 13.27151115 C6_chemical_B2 +LQ08X015770 Putative uncharacterized protein 14.03491785 C6_chemical_B3 +LQ08X015770 Putative uncharacterized protein 13.76382153 C6_chemical_C1 +LQ08X015770 Putative uncharacterized protein 13.57952649 C6_chemical_C2 +LQ08X015770 Putative uncharacterized protein 13.42659427 C6_chemical_C3 +LQ08X015770 Putative uncharacterized protein 13.48623032 L4_control_A1 +LQ08X015770 Putative uncharacterized protein 13.22713715 L4_control_A2 +LQ08X015770 Putative uncharacterized protein 13.14631964 L4_control_A3 +LQ08X015770 Putative uncharacterized protein 13.70168202 L4_control_B1 +LQ08X015770 Putative uncharacterized protein 13.7034666 L4_control_B2 +LQ08X015770 Putative uncharacterized protein 13.66093834 L4_control_B3 +LQ08X015770 Putative uncharacterized protein 14.13029977 L4_control_C2 +LQ08X015770 Putative uncharacterized protein 13.66582364 L4_control_C3 +LQ08X015770 Putative uncharacterized protein 13.28742269 L4_chemical_A1 +LQ08X015770 Putative uncharacterized protein 13.09395759 L4_chemical_A2 +LQ08X015770 Putative uncharacterized protein 12.82436256 L4_chemical_A3 +LQ08X015770 Putative uncharacterized protein 13.82704595 L4_chemical_B1 +LQ08X015770 Putative uncharacterized protein 13.71185761 L4_chemical_B2 +LQ08X015770 Putative uncharacterized protein 13.57676966 L4_chemical_B3 +LQ08X015770 Putative uncharacterized protein 14.1268864 L4_chemical_C2 +LQ08X015770 Putative uncharacterized protein 13.91611215 L4_chemical_C3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.37048823 C6_control_A1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.16439859 C6_control_A3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.88423278 C6_control_B1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.37613601 C6_control_B2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.95271928 C6_control_B3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 11.54427942 C6_control_C1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 11.8792535 C6_control_C2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 11.63734764 C6_control_C3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.06992141 C6_chemical_A1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.01126194 C6_chemical_A3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.43433751 C6_chemical_B1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.23636377 C6_chemical_B2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.2417879 C6_chemical_B3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 11.76658591 C6_chemical_C1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 11.72801263 C6_chemical_C2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 11.30195214 C6_chemical_C3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.40194609 L4_control_A1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 14.06603392 L4_control_A2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.06330337 L4_control_A3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.67887923 L4_control_B1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.77547049 L4_control_B2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.50470866 L4_control_B3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 10.08386269 L4_control_C2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 10.55163598 L4_control_C3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.18742769 L4_chemical_A1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.46351413 L4_chemical_A2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.06107217 L4_chemical_A3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.40056254 L4_chemical_B1 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 12.81775754 L4_chemical_B2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.13494682 L4_chemical_B3 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 10.41466407 L4_chemical_C2 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 10.64304444 L4_chemical_C3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.976918638 C6_control_A1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 8.19028878 C6_control_A3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.601120218 C6_control_B1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.28560398 C6_control_B2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 7.340407596 C6_control_B3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.474579348 C6_control_C1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 7.43111661 C6_control_C2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.375863058 C6_control_C3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.138792029 C6_chemical_A1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.319391233 C6_chemical_A3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.546775362 C6_chemical_B1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.107876534 C6_chemical_B2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.720389486 C6_chemical_B3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.463866407 C6_chemical_C1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.200858238 C6_chemical_C2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.311769281 C6_chemical_C3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.338387166 L4_control_A1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.184982567 L4_control_A2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 5.753362297 L4_control_A3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 5.996880896 L4_control_B1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.105304728 L4_control_B2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 5.976500038 L4_control_B3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.07117068 L4_control_C2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.609787368 L4_control_C3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.610256405 L4_chemical_A1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.117344949 L4_chemical_A2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 5.190489335 L4_chemical_A3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.528988614 L4_chemical_B1 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.391695098 L4_chemical_B2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.249097726 L4_chemical_B3 +LQ08X015820 Transferase, transferring glycosyl groups, putative 5.904769854 L4_chemical_C2 +LQ08X015820 Transferase, transferring glycosyl groups, putative 5.46851167 L4_chemical_C3 +LQ08X015910 Sucrose transport protein SUC2 11.41007353 C6_control_A1 +LQ08X015910 Sucrose transport protein SUC2 11.55189999 C6_control_A3 +LQ08X015910 Sucrose transport protein SUC2 11.38906483 C6_control_B1 +LQ08X015910 Sucrose transport protein SUC2 11.09282956 C6_control_B2 +LQ08X015910 Sucrose transport protein SUC2 12.22779892 C6_control_B3 +LQ08X015910 Sucrose transport protein SUC2 11.34331064 C6_control_C1 +LQ08X015910 Sucrose transport protein SUC2 11.43873586 C6_control_C2 +LQ08X015910 Sucrose transport protein SUC2 12.31097914 C6_control_C3 +LQ08X015910 Sucrose transport protein SUC2 11.21766194 C6_chemical_A1 +LQ08X015910 Sucrose transport protein SUC2 12.35334845 C6_chemical_A3 +LQ08X015910 Sucrose transport protein SUC2 11.58429284 C6_chemical_B1 +LQ08X015910 Sucrose transport protein SUC2 11.45953512 C6_chemical_B2 +LQ08X015910 Sucrose transport protein SUC2 12.63072314 C6_chemical_B3 +LQ08X015910 Sucrose transport protein SUC2 11.16453998 C6_chemical_C1 +LQ08X015910 Sucrose transport protein SUC2 11.25184903 C6_chemical_C2 +LQ08X015910 Sucrose transport protein SUC2 11.89386933 C6_chemical_C3 +LQ08X015910 Sucrose transport protein SUC2 11.95728314 L4_control_A1 +LQ08X015910 Sucrose transport protein SUC2 12.17315354 L4_control_A2 +LQ08X015910 Sucrose transport protein SUC2 12.64607825 L4_control_A3 +LQ08X015910 Sucrose transport protein SUC2 11.35085527 L4_control_B1 +LQ08X015910 Sucrose transport protein SUC2 11.30713797 L4_control_B2 +LQ08X015910 Sucrose transport protein SUC2 10.97042909 L4_control_B3 +LQ08X015910 Sucrose transport protein SUC2 10.85192139 L4_control_C2 +LQ08X015910 Sucrose transport protein SUC2 11.32358482 L4_control_C3 +LQ08X015910 Sucrose transport protein SUC2 12.06643459 L4_chemical_A1 +LQ08X015910 Sucrose transport protein SUC2 12.77207682 L4_chemical_A2 +LQ08X015910 Sucrose transport protein SUC2 12.67235439 L4_chemical_A3 +LQ08X015910 Sucrose transport protein SUC2 11.56185039 L4_chemical_B1 +LQ08X015910 Sucrose transport protein SUC2 11.66204142 L4_chemical_B2 +LQ08X015910 Sucrose transport protein SUC2 12.60380513 L4_chemical_B3 +LQ08X015910 Sucrose transport protein SUC2 11.73838596 L4_chemical_C2 +LQ08X015910 Sucrose transport protein SUC2 11.23599995 L4_chemical_C3 +LQ08X016010 Putative Protein SCARECROW 5.71752585 C6_control_A1 +LQ08X016010 Putative Protein SCARECROW 5.283572307 C6_control_A3 +LQ08X016010 Putative Protein SCARECROW 6.014285239 C6_control_B1 +LQ08X016010 Putative Protein SCARECROW 5.493793724 C6_control_B2 +LQ08X016010 Putative Protein SCARECROW 6.035064023 C6_control_B3 +LQ08X016010 Putative Protein SCARECROW 5.709025457 C6_control_C1 +LQ08X016010 Putative Protein SCARECROW 5.249950093 C6_control_C2 +LQ08X016010 Putative Protein SCARECROW 5.495249484 C6_control_C3 +LQ08X016010 Putative Protein SCARECROW 5.854866134 C6_chemical_A1 +LQ08X016010 Putative Protein SCARECROW 5.776173337 C6_chemical_A3 +LQ08X016010 Putative Protein SCARECROW 5.783931718 C6_chemical_B1 +LQ08X016010 Putative Protein SCARECROW 5.526451995 C6_chemical_B2 +LQ08X016010 Putative Protein SCARECROW 5.536069112 C6_chemical_B3 +LQ08X016010 Putative Protein SCARECROW 5.57475614 C6_chemical_C1 +LQ08X016010 Putative Protein SCARECROW 5.477870989 C6_chemical_C2 +LQ08X016010 Putative Protein SCARECROW 5.221001407 C6_chemical_C3 +LQ08X016010 Putative Protein SCARECROW 5.721847694 L4_control_A1 +LQ08X016010 Putative Protein SCARECROW 5.680903457 L4_control_A2 +LQ08X016010 Putative Protein SCARECROW 6.151090898 L4_control_A3 +LQ08X016010 Putative Protein SCARECROW 5.48977189 L4_control_B1 +LQ08X016010 Putative Protein SCARECROW 6.009010203 L4_control_B2 +LQ08X016010 Putative Protein SCARECROW 5.692336697 L4_control_B3 +LQ08X016010 Putative Protein SCARECROW 5.858549049 L4_control_C2 +LQ08X016010 Putative Protein SCARECROW 5.503560523 L4_control_C3 +LQ08X016010 Putative Protein SCARECROW 5.640302103 L4_chemical_A1 +LQ08X016010 Putative Protein SCARECROW 5.805214328 L4_chemical_A2 +LQ08X016010 Putative Protein SCARECROW 5.921797754 L4_chemical_A3 +LQ08X016010 Putative Protein SCARECROW 5.525113581 L4_chemical_B1 +LQ08X016010 Putative Protein SCARECROW 6.158127476 L4_chemical_B2 +LQ08X016010 Putative Protein SCARECROW 5.544437307 L4_chemical_B3 +LQ08X016010 Putative Protein SCARECROW 5.650639771 L4_chemical_C2 +LQ08X016010 Putative Protein SCARECROW 5.965271768 L4_chemical_C3 +LQ08X016040 Putative uncharacterized protein 5.559415534 C6_control_A1 +LQ08X016040 Putative uncharacterized protein 5.440573611 C6_control_A3 +LQ08X016040 Putative uncharacterized protein 5.17674521 C6_control_B1 +LQ08X016040 Putative uncharacterized protein 5.090166264 C6_control_B2 +LQ08X016040 Putative uncharacterized protein 5.423872656 C6_control_B3 +LQ08X016040 Putative uncharacterized protein 5.31404818 C6_control_C1 +LQ08X016040 Putative uncharacterized protein 5.41229863 C6_control_C2 +LQ08X016040 Putative uncharacterized protein 5.195818986 C6_control_C3 +LQ08X016040 Putative uncharacterized protein 4.932407139 C6_chemical_A1 +LQ08X016040 Putative uncharacterized protein 5.57858899 C6_chemical_A3 +LQ08X016040 Putative uncharacterized protein 5.229490959 C6_chemical_B1 +LQ08X016040 Putative uncharacterized protein 5.204632418 C6_chemical_B2 +LQ08X016040 Putative uncharacterized protein 5.220916933 C6_chemical_B3 +LQ08X016040 Putative uncharacterized protein 5.105601197 C6_chemical_C1 +LQ08X016040 Putative uncharacterized protein 5.003282415 C6_chemical_C2 +LQ08X016040 Putative uncharacterized protein 5.34090364 C6_chemical_C3 +LQ08X016040 Putative uncharacterized protein 5.51820913 L4_control_A1 +LQ08X016040 Putative uncharacterized protein 5.674259814 L4_control_A2 +LQ08X016040 Putative uncharacterized protein 5.117077179 L4_control_A3 +LQ08X016040 Putative uncharacterized protein 5.003168923 L4_control_B1 +LQ08X016040 Putative uncharacterized protein 5.426342028 L4_control_B2 +LQ08X016040 Putative uncharacterized protein 5.008623828 L4_control_B3 +LQ08X016040 Putative uncharacterized protein 5.565223121 L4_control_C2 +LQ08X016040 Putative uncharacterized protein 5.078812756 L4_control_C3 +LQ08X016040 Putative uncharacterized protein 4.951142182 L4_chemical_A1 +LQ08X016040 Putative uncharacterized protein 5.514952508 L4_chemical_A2 +LQ08X016040 Putative uncharacterized protein 5.389681638 L4_chemical_A3 +LQ08X016040 Putative uncharacterized protein 5.128932987 L4_chemical_B1 +LQ08X016040 Putative uncharacterized protein 5.646036512 L4_chemical_B2 +LQ08X016040 Putative uncharacterized protein 5.401123316 L4_chemical_B3 +LQ08X016040 Putative uncharacterized protein 5.240341385 L4_chemical_C2 +LQ08X016040 Putative uncharacterized protein 5.302652315 L4_chemical_C3 +LQ08X016060 Hypothetical protein 6.683354804 C6_control_A1 +LQ08X016060 Hypothetical protein 7.74582175 C6_control_A3 +LQ08X016060 Hypothetical protein 6.683721506 C6_control_B1 +LQ08X016060 Hypothetical protein 6.414981921 C6_control_B2 +LQ08X016060 Hypothetical protein 6.174482916 C6_control_B3 +LQ08X016060 Hypothetical protein 6.026855717 C6_control_C1 +LQ08X016060 Hypothetical protein 7.501151807 C6_control_C2 +LQ08X016060 Hypothetical protein 6.165647232 C6_control_C3 +LQ08X016060 Hypothetical protein 6.517511825 C6_chemical_A1 +LQ08X016060 Hypothetical protein 6.062216459 C6_chemical_A3 +LQ08X016060 Hypothetical protein 6.084239477 C6_chemical_B1 +LQ08X016060 Hypothetical protein 6.47497813 C6_chemical_B2 +LQ08X016060 Hypothetical protein 5.879414638 C6_chemical_B3 +LQ08X016060 Hypothetical protein 5.907962559 C6_chemical_C1 +LQ08X016060 Hypothetical protein 5.936519361 C6_chemical_C2 +LQ08X016060 Hypothetical protein 5.76007174 C6_chemical_C3 +LQ08X016060 Hypothetical protein 6.172743895 L4_control_A1 +LQ08X016060 Hypothetical protein 5.613732144 L4_control_A2 +LQ08X016060 Hypothetical protein 6.052095637 L4_control_A3 +LQ08X016060 Hypothetical protein 5.881265902 L4_control_B1 +LQ08X016060 Hypothetical protein 5.857888813 L4_control_B2 +LQ08X016060 Hypothetical protein 5.862534416 L4_control_B3 +LQ08X016060 Hypothetical protein 5.516835033 L4_control_C2 +LQ08X016060 Hypothetical protein 5.75878383 L4_control_C3 +LQ08X016060 Hypothetical protein 6.011194502 L4_chemical_A1 +LQ08X016060 Hypothetical protein 5.791832211 L4_chemical_A2 +LQ08X016060 Hypothetical protein 5.938091679 L4_chemical_A3 +LQ08X016060 Hypothetical protein 5.969463687 L4_chemical_B1 +LQ08X016060 Hypothetical protein 6.003836643 L4_chemical_B2 +LQ08X016060 Hypothetical protein 5.936601878 L4_chemical_B3 +LQ08X016060 Hypothetical protein 5.142410512 L4_chemical_C2 +LQ08X016060 Hypothetical protein 5.421407864 L4_chemical_C3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.78776703 C6_control_A1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.75551167 C6_control_A3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.20733206 C6_control_B1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.35706465 C6_control_B2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.3273948 C6_control_B3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.65261358 C6_control_C1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.42284176 C6_control_C2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.55128241 C6_control_C3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.77061782 C6_chemical_A1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.9929494 C6_chemical_A3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.25604867 C6_chemical_B1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.39273275 C6_chemical_B2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.22451367 C6_chemical_B3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.55008455 C6_chemical_C1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.43771046 C6_chemical_C2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.22026411 C6_chemical_C3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.27569763 L4_control_A1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.59106591 L4_control_A2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.10608458 L4_control_A3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.09664544 L4_control_B1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.82809544 L4_control_B2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.88378917 L4_control_B3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.23978734 L4_control_C2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.95769612 L4_control_C3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.54860921 L4_chemical_A1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.79209394 L4_chemical_A2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 10.92513977 L4_chemical_A3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.24839896 L4_chemical_B1 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.46590078 L4_chemical_B2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.80046244 L4_chemical_B3 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.93272407 L4_chemical_C2 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 12.02443536 L4_chemical_C3 +LQ08X016180 Putative Uncharacterized protein ycf37 7.88115577 C6_control_A1 +LQ08X016180 Putative Uncharacterized protein ycf37 7.163829443 C6_control_A3 +LQ08X016180 Putative Uncharacterized protein ycf37 5.973262807 C6_control_B1 +LQ08X016180 Putative Uncharacterized protein ycf37 8.891434939 C6_control_B2 +LQ08X016180 Putative Uncharacterized protein ycf37 7.86205801 C6_control_B3 +LQ08X016180 Putative Uncharacterized protein ycf37 9.684963678 C6_control_C1 +LQ08X016180 Putative Uncharacterized protein ycf37 10.73272821 C6_control_C2 +LQ08X016180 Putative Uncharacterized protein ycf37 10.8023703 C6_control_C3 +LQ08X016180 Putative Uncharacterized protein ycf37 8.184662157 C6_chemical_A1 +LQ08X016180 Putative Uncharacterized protein ycf37 8.351086904 C6_chemical_A3 +LQ08X016180 Putative Uncharacterized protein ycf37 6.56898246 C6_chemical_B1 +LQ08X016180 Putative Uncharacterized protein ycf37 9.830996632 C6_chemical_B2 +LQ08X016180 Putative Uncharacterized protein ycf37 8.498271004 C6_chemical_B3 +LQ08X016180 Putative Uncharacterized protein ycf37 10.18909628 C6_chemical_C1 +LQ08X016180 Putative Uncharacterized protein ycf37 10.55337474 C6_chemical_C2 +LQ08X016180 Putative Uncharacterized protein ycf37 10.55978026 C6_chemical_C3 +LQ08X016180 Putative Uncharacterized protein ycf37 8.702684356 L4_control_A1 +LQ08X016180 Putative Uncharacterized protein ycf37 8.167839138 L4_control_A2 +LQ08X016180 Putative Uncharacterized protein ycf37 8.376250001 L4_control_A3 +LQ08X016180 Putative Uncharacterized protein ycf37 8.962032733 L4_control_B1 +LQ08X016180 Putative Uncharacterized protein ycf37 7.02727166 L4_control_B2 +LQ08X016180 Putative Uncharacterized protein ycf37 9.454358794 L4_control_B3 +LQ08X016180 Putative Uncharacterized protein ycf37 9.529552377 L4_control_C2 +LQ08X016180 Putative Uncharacterized protein ycf37 9.337660913 L4_control_C3 +LQ08X016180 Putative Uncharacterized protein ycf37 9.506509548 L4_chemical_A1 +LQ08X016180 Putative Uncharacterized protein ycf37 8.616471006 L4_chemical_A2 +LQ08X016180 Putative Uncharacterized protein ycf37 8.985715143 L4_chemical_A3 +LQ08X016180 Putative Uncharacterized protein ycf37 8.242722793 L4_chemical_B1 +LQ08X016180 Putative Uncharacterized protein ycf37 7.864682085 L4_chemical_B2 +LQ08X016180 Putative Uncharacterized protein ycf37 9.057316316 L4_chemical_B3 +LQ08X016180 Putative Uncharacterized protein ycf37 9.119344248 L4_chemical_C2 +LQ08X016180 Putative Uncharacterized protein ycf37 9.490443681 L4_chemical_C3 +LQ08X016200 Hypothetical protein 4.86370706 C6_control_A1 +LQ08X016200 Hypothetical protein 4.771623022 C6_control_A3 +LQ08X016200 Hypothetical protein 5.295002573 C6_control_B1 +LQ08X016200 Hypothetical protein 4.854242751 C6_control_B2 +LQ08X016200 Hypothetical protein 4.985172218 C6_control_B3 +LQ08X016200 Hypothetical protein 4.892044384 C6_control_C1 +LQ08X016200 Hypothetical protein 4.602453194 C6_control_C2 +LQ08X016200 Hypothetical protein 4.846162564 C6_control_C3 +LQ08X016200 Hypothetical protein 5.106698944 C6_chemical_A1 +LQ08X016200 Hypothetical protein 4.691653359 C6_chemical_A3 +LQ08X016200 Hypothetical protein 4.908421874 C6_chemical_B1 +LQ08X016200 Hypothetical protein 4.830604624 C6_chemical_B2 +LQ08X016200 Hypothetical protein 4.988002378 C6_chemical_B3 +LQ08X016200 Hypothetical protein 5.048633049 C6_chemical_C1 +LQ08X016200 Hypothetical protein 4.875741645 C6_chemical_C2 +LQ08X016200 Hypothetical protein 4.850468371 C6_chemical_C3 +LQ08X016200 Hypothetical protein 5.051692095 L4_control_A1 +LQ08X016200 Hypothetical protein 5.098895568 L4_control_A2 +LQ08X016200 Hypothetical protein 4.976070073 L4_control_A3 +LQ08X016200 Hypothetical protein 4.922994075 L4_control_B1 +LQ08X016200 Hypothetical protein 4.944345048 L4_control_B2 +LQ08X016200 Hypothetical protein 4.913728675 L4_control_B3 +LQ08X016200 Hypothetical protein 5.100062908 L4_control_C2 +LQ08X016200 Hypothetical protein 4.779477902 L4_control_C3 +LQ08X016200 Hypothetical protein 4.902217345 L4_chemical_A1 +LQ08X016200 Hypothetical protein 4.541279449 L4_chemical_A2 +LQ08X016200 Hypothetical protein 4.81457233 L4_chemical_A3 +LQ08X016200 Hypothetical protein 4.660982739 L4_chemical_B1 +LQ08X016200 Hypothetical protein 4.806394051 L4_chemical_B2 +LQ08X016200 Hypothetical protein 4.817080665 L4_chemical_B3 +LQ08X016200 Hypothetical protein 5.297790025 L4_chemical_C2 +LQ08X016200 Hypothetical protein 4.960366497 L4_chemical_C3 +LQ09X000050 Putative uncharacterized protein 7.108740134 C6_control_A1 +LQ09X000050 Putative uncharacterized protein 6.015874403 C6_control_A3 +LQ09X000050 Putative uncharacterized protein 6.461533998 C6_control_B1 +LQ09X000050 Putative uncharacterized protein 6.999286665 C6_control_B2 +LQ09X000050 Putative uncharacterized protein 6.872033182 C6_control_B3 +LQ09X000050 Putative uncharacterized protein 6.164105375 C6_control_C1 +LQ09X000050 Putative uncharacterized protein 6.061985869 C6_control_C2 +LQ09X000050 Putative uncharacterized protein 6.311246315 C6_control_C3 +LQ09X000050 Putative uncharacterized protein 7.328113398 C6_chemical_A1 +LQ09X000050 Putative uncharacterized protein 6.81185642 C6_chemical_A3 +LQ09X000050 Putative uncharacterized protein 7.477161496 C6_chemical_B1 +LQ09X000050 Putative uncharacterized protein 6.589936062 C6_chemical_B2 +LQ09X000050 Putative uncharacterized protein 7.29513887 C6_chemical_B3 +LQ09X000050 Putative uncharacterized protein 6.587935798 C6_chemical_C1 +LQ09X000050 Putative uncharacterized protein 6.715249814 C6_chemical_C2 +LQ09X000050 Putative uncharacterized protein 6.569402988 C6_chemical_C3 +LQ09X000050 Putative uncharacterized protein 6.861839731 L4_control_A1 +LQ09X000050 Putative uncharacterized protein 6.870193659 L4_control_A2 +LQ09X000050 Putative uncharacterized protein 7.083090839 L4_control_A3 +LQ09X000050 Putative uncharacterized protein 7.335323253 L4_control_B1 +LQ09X000050 Putative uncharacterized protein 7.231819463 L4_control_B2 +LQ09X000050 Putative uncharacterized protein 7.119024349 L4_control_B3 +LQ09X000050 Putative uncharacterized protein 7.899182994 L4_control_C2 +LQ09X000050 Putative uncharacterized protein 6.695605161 L4_control_C3 +LQ09X000050 Putative uncharacterized protein 7.117603157 L4_chemical_A1 +LQ09X000050 Putative uncharacterized protein 7.079510453 L4_chemical_A2 +LQ09X000050 Putative uncharacterized protein 6.75524968 L4_chemical_A3 +LQ09X000050 Putative uncharacterized protein 6.853696314 L4_chemical_B1 +LQ09X000050 Putative uncharacterized protein 8.018019976 L4_chemical_B2 +LQ09X000050 Putative uncharacterized protein 7.278231194 L4_chemical_B3 +LQ09X000050 Putative uncharacterized protein 7.575154832 L4_chemical_C2 +LQ09X000050 Putative uncharacterized protein 7.102286695 L4_chemical_C3 +LQ09X000060 Cytochrome P450 716B2 5.10254805 C6_control_A1 +LQ09X000060 Cytochrome P450 716B2 4.891686135 C6_control_A3 +LQ09X000060 Cytochrome P450 716B2 5.215812264 C6_control_B1 +LQ09X000060 Cytochrome P450 716B2 4.920547485 C6_control_B2 +LQ09X000060 Cytochrome P450 716B2 5.009591231 C6_control_B3 +LQ09X000060 Cytochrome P450 716B2 4.918569063 C6_control_C1 +LQ09X000060 Cytochrome P450 716B2 4.908784395 C6_control_C2 +LQ09X000060 Cytochrome P450 716B2 4.951984368 C6_control_C3 +LQ09X000060 Cytochrome P450 716B2 5.420700052 C6_chemical_A1 +LQ09X000060 Cytochrome P450 716B2 4.915275092 C6_chemical_A3 +LQ09X000060 Cytochrome P450 716B2 5.145418539 C6_chemical_B1 +LQ09X000060 Cytochrome P450 716B2 4.825066597 C6_chemical_B2 +LQ09X000060 Cytochrome P450 716B2 5.385345942 C6_chemical_B3 +LQ09X000060 Cytochrome P450 716B2 4.718953851 C6_chemical_C1 +LQ09X000060 Cytochrome P450 716B2 5.169990536 C6_chemical_C2 +LQ09X000060 Cytochrome P450 716B2 4.856463601 C6_chemical_C3 +LQ09X000060 Cytochrome P450 716B2 4.848320071 L4_control_A1 +LQ09X000060 Cytochrome P450 716B2 5.398960054 L4_control_A2 +LQ09X000060 Cytochrome P450 716B2 5.452739959 L4_control_A3 +LQ09X000060 Cytochrome P450 716B2 4.952815386 L4_control_B1 +LQ09X000060 Cytochrome P450 716B2 4.87354538 L4_control_B2 +LQ09X000060 Cytochrome P450 716B2 4.999770172 L4_control_B3 +LQ09X000060 Cytochrome P450 716B2 4.82239141 L4_control_C2 +LQ09X000060 Cytochrome P450 716B2 5.395945373 L4_control_C3 +LQ09X000060 Cytochrome P450 716B2 5.04981831 L4_chemical_A1 +LQ09X000060 Cytochrome P450 716B2 5.115257873 L4_chemical_A2 +LQ09X000060 Cytochrome P450 716B2 5.413835289 L4_chemical_A3 +LQ09X000060 Cytochrome P450 716B2 5.302194779 L4_chemical_B1 +LQ09X000060 Cytochrome P450 716B2 5.042452164 L4_chemical_B2 +LQ09X000060 Cytochrome P450 716B2 5.145340909 L4_chemical_B3 +LQ09X000060 Cytochrome P450 716B2 5.170363024 L4_chemical_C2 +LQ09X000060 Cytochrome P450 716B2 5.012943177 L4_chemical_C3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.960837716 C6_control_A1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.55230712 C6_control_A3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.752099383 C6_control_B1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.941734586 C6_control_B2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.091952381 C6_control_B3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.65669197 C6_control_C1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.979273202 C6_control_C2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.410871158 C6_control_C3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.102126105 C6_chemical_A1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.916583235 C6_chemical_A3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.169552158 C6_chemical_B1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.065259085 C6_chemical_B2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.765369304 C6_chemical_B3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.916490139 C6_chemical_C1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.299264224 C6_chemical_C2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.518305113 C6_chemical_C3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.000327598 L4_control_A1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.112397847 L4_control_A2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.840162665 L4_control_A3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.657448157 L4_control_B1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.460485232 L4_control_B2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.619233828 L4_control_B3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.92690996 L4_control_C2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.110094804 L4_control_C3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.612129917 L4_chemical_A1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.298083466 L4_chemical_A2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.858378186 L4_chemical_A3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.040570384 L4_chemical_B1 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.363357824 L4_chemical_B2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.761562795 L4_chemical_B3 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.296355309 L4_chemical_C2 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 5.607662746 L4_chemical_C3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.15410765 C6_control_A1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.0266089 C6_control_A3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.94546923 C6_control_B1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.45250133 C6_control_B2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.92385201 C6_control_B3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.79484401 C6_control_C1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.23409116 C6_control_C2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.72396623 C6_control_C3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.34008787 C6_chemical_A1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.45267475 C6_chemical_A3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.29462671 C6_chemical_B1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.55538141 C6_chemical_B2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.1790461 C6_chemical_B3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.69949762 C6_chemical_C1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.65756903 C6_chemical_C2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.97539727 C6_chemical_C3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.27734787 L4_control_A1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.27355316 L4_control_A2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.32326568 L4_control_A3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.1164947 L4_control_B1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.45441418 L4_control_B2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.02835582 L4_control_B3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.62897714 L4_control_C2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.64147132 L4_control_C3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.29069316 L4_chemical_A1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.38575576 L4_chemical_A2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.74732545 L4_chemical_A3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.2619064 L4_chemical_B1 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.24795441 L4_chemical_B2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 10.8761537 L4_chemical_B3 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.42600959 L4_chemical_C2 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.45805639 L4_chemical_C3 +LQ09X000110 Putative uncharacterized protein 6.423547025 C6_control_A1 +LQ09X000110 Putative uncharacterized protein 6.365441181 C6_control_A3 +LQ09X000110 Putative uncharacterized protein 6.042483295 C6_control_B1 +LQ09X000110 Putative uncharacterized protein 5.946899511 C6_control_B2 +LQ09X000110 Putative uncharacterized protein 6.677829555 C6_control_B3 +LQ09X000110 Putative uncharacterized protein 5.731586728 C6_control_C1 +LQ09X000110 Putative uncharacterized protein 6.807738706 C6_control_C2 +LQ09X000110 Putative uncharacterized protein 6.676139427 C6_control_C3 +LQ09X000110 Putative uncharacterized protein 6.130597643 C6_chemical_A1 +LQ09X000110 Putative uncharacterized protein 6.076949288 C6_chemical_A3 +LQ09X000110 Putative uncharacterized protein 6.284178306 C6_chemical_B1 +LQ09X000110 Putative uncharacterized protein 6.2445006 C6_chemical_B2 +LQ09X000110 Putative uncharacterized protein 6.065293483 C6_chemical_B3 +LQ09X000110 Putative uncharacterized protein 6.026464651 C6_chemical_C1 +LQ09X000110 Putative uncharacterized protein 6.162048381 C6_chemical_C2 +LQ09X000110 Putative uncharacterized protein 6.114593196 C6_chemical_C3 +LQ09X000110 Putative uncharacterized protein 5.990568372 L4_control_A1 +LQ09X000110 Putative uncharacterized protein 6.381606945 L4_control_A2 +LQ09X000110 Putative uncharacterized protein 5.865521198 L4_control_A3 +LQ09X000110 Putative uncharacterized protein 5.601861397 L4_control_B1 +LQ09X000110 Putative uncharacterized protein 6.080965709 L4_control_B2 +LQ09X000110 Putative uncharacterized protein 5.954029553 L4_control_B3 +LQ09X000110 Putative uncharacterized protein 5.559679435 L4_control_C2 +LQ09X000110 Putative uncharacterized protein 6.021133229 L4_control_C3 +LQ09X000110 Putative uncharacterized protein 6.126056265 L4_chemical_A1 +LQ09X000110 Putative uncharacterized protein 6.26899004 L4_chemical_A2 +LQ09X000110 Putative uncharacterized protein 5.530531216 L4_chemical_A3 +LQ09X000110 Putative uncharacterized protein 6.065969391 L4_chemical_B1 +LQ09X000110 Putative uncharacterized protein 6.199375597 L4_chemical_B2 +LQ09X000110 Putative uncharacterized protein 5.907278623 L4_chemical_B3 +LQ09X000110 Putative uncharacterized protein 5.981360633 L4_chemical_C2 +LQ09X000110 Putative uncharacterized protein 6.690959893 L4_chemical_C3 +LQ09X000140 Putative endonuclease FLJ39025 12.31804389 C6_control_A1 +LQ09X000140 Putative endonuclease FLJ39025 12.18195142 C6_control_A3 +LQ09X000140 Putative endonuclease FLJ39025 12.6410872 C6_control_B1 +LQ09X000140 Putative endonuclease FLJ39025 12.08063776 C6_control_B2 +LQ09X000140 Putative endonuclease FLJ39025 12.01518853 C6_control_B3 +LQ09X000140 Putative endonuclease FLJ39025 13.26817148 C6_control_C1 +LQ09X000140 Putative endonuclease FLJ39025 12.95500004 C6_control_C2 +LQ09X000140 Putative endonuclease FLJ39025 13.0720504 C6_control_C3 +LQ09X000140 Putative endonuclease FLJ39025 12.13974102 C6_chemical_A1 +LQ09X000140 Putative endonuclease FLJ39025 12.25560697 C6_chemical_A3 +LQ09X000140 Putative endonuclease FLJ39025 12.36351516 C6_chemical_B1 +LQ09X000140 Putative endonuclease FLJ39025 11.95411419 C6_chemical_B2 +LQ09X000140 Putative endonuclease FLJ39025 11.54562179 C6_chemical_B3 +LQ09X000140 Putative endonuclease FLJ39025 13.10268274 C6_chemical_C1 +LQ09X000140 Putative endonuclease FLJ39025 12.89142139 C6_chemical_C2 +LQ09X000140 Putative endonuclease FLJ39025 12.76310075 C6_chemical_C3 +LQ09X000140 Putative endonuclease FLJ39025 12.30758522 L4_control_A1 +LQ09X000140 Putative endonuclease FLJ39025 11.93502642 L4_control_A2 +LQ09X000140 Putative endonuclease FLJ39025 11.60053598 L4_control_A3 +LQ09X000140 Putative endonuclease FLJ39025 12.19377265 L4_control_B1 +LQ09X000140 Putative endonuclease FLJ39025 11.8235977 L4_control_B2 +LQ09X000140 Putative endonuclease FLJ39025 12.04579203 L4_control_B3 +LQ09X000140 Putative endonuclease FLJ39025 13.22449725 L4_control_C2 +LQ09X000140 Putative endonuclease FLJ39025 12.72580681 L4_control_C3 +LQ09X000140 Putative endonuclease FLJ39025 12.39803748 L4_chemical_A1 +LQ09X000140 Putative endonuclease FLJ39025 12.21951912 L4_chemical_A2 +LQ09X000140 Putative endonuclease FLJ39025 11.87032402 L4_chemical_A3 +LQ09X000140 Putative endonuclease FLJ39025 12.28469491 L4_chemical_B1 +LQ09X000140 Putative endonuclease FLJ39025 11.91988455 L4_chemical_B2 +LQ09X000140 Putative endonuclease FLJ39025 11.951198 L4_chemical_B3 +LQ09X000140 Putative endonuclease FLJ39025 13.19575975 L4_chemical_C2 +LQ09X000140 Putative endonuclease FLJ39025 12.86508052 L4_chemical_C3 +LQ09X000160 Putative uncharacterized protein 14.28987516 C6_control_A1 +LQ09X000160 Putative uncharacterized protein 13.78987782 C6_control_A3 +LQ09X000160 Putative uncharacterized protein 14.67490508 C6_control_B1 +LQ09X000160 Putative uncharacterized protein 15.07380374 C6_control_B2 +LQ09X000160 Putative uncharacterized protein 14.86936409 C6_control_B3 +LQ09X000160 Putative uncharacterized protein 14.75404478 C6_control_C1 +LQ09X000160 Putative uncharacterized protein 15.1075502 C6_control_C2 +LQ09X000160 Putative uncharacterized protein 14.71783108 C6_control_C3 +LQ09X000160 Putative uncharacterized protein 14.4306309 C6_chemical_A1 +LQ09X000160 Putative uncharacterized protein 14.15663199 C6_chemical_A3 +LQ09X000160 Putative uncharacterized protein 14.83199851 C6_chemical_B1 +LQ09X000160 Putative uncharacterized protein 15.14983272 C6_chemical_B2 +LQ09X000160 Putative uncharacterized protein 14.88819521 C6_chemical_B3 +LQ09X000160 Putative uncharacterized protein 14.47030087 C6_chemical_C1 +LQ09X000160 Putative uncharacterized protein 14.94204327 C6_chemical_C2 +LQ09X000160 Putative uncharacterized protein 14.66848629 C6_chemical_C3 +LQ09X000160 Putative uncharacterized protein 13.98840681 L4_control_A1 +LQ09X000160 Putative uncharacterized protein 14.06813218 L4_control_A2 +LQ09X000160 Putative uncharacterized protein 13.69001083 L4_control_A3 +LQ09X000160 Putative uncharacterized protein 14.76959906 L4_control_B1 +LQ09X000160 Putative uncharacterized protein 14.48637186 L4_control_B2 +LQ09X000160 Putative uncharacterized protein 14.91976385 L4_control_B3 +LQ09X000160 Putative uncharacterized protein 14.64138685 L4_control_C2 +LQ09X000160 Putative uncharacterized protein 14.17559313 L4_control_C3 +LQ09X000160 Putative uncharacterized protein 14.59746695 L4_chemical_A1 +LQ09X000160 Putative uncharacterized protein 14.26147702 L4_chemical_A2 +LQ09X000160 Putative uncharacterized protein 14.0013428 L4_chemical_A3 +LQ09X000160 Putative uncharacterized protein 14.18911481 L4_chemical_B1 +LQ09X000160 Putative uncharacterized protein 14.62814368 L4_chemical_B2 +LQ09X000160 Putative uncharacterized protein 14.49484782 L4_chemical_B3 +LQ09X000160 Putative uncharacterized protein 14.55016765 L4_chemical_C2 +LQ09X000160 Putative uncharacterized protein 14.44436744 L4_chemical_C3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.70064346 C6_control_A1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.54131348 C6_control_A3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.99224695 C6_control_B1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.56580083 C6_control_B2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.00540222 C6_control_B3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.48758136 C6_control_C1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.79086875 C6_control_C2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.3818639 C6_control_C3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.56319457 C6_chemical_A1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.88786223 C6_chemical_A3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.14741559 C6_chemical_B1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.69300015 C6_chemical_B2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.92793242 C6_chemical_B3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.65231153 C6_chemical_C1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.76541634 C6_chemical_C2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.08725207 C6_chemical_C3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.65582479 L4_control_A1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.02172763 L4_control_A2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.9761173 L4_control_A3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.88977793 L4_control_B1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.64033677 L4_control_B2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.72795506 L4_control_B3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.55386243 L4_control_C2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.1511814 L4_control_C3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.30100482 L4_chemical_A1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.97191849 L4_chemical_A2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.69761137 L4_chemical_A3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.00002119 L4_chemical_B1 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.21526959 L4_chemical_B2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.83878864 L4_chemical_B3 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.60678207 L4_chemical_C2 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 12.16738508 L4_chemical_C3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.51777228 C6_control_A1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.17466489 C6_control_A3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.77551254 C6_control_B1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.67155334 C6_control_B2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.70287968 C6_control_B3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 14.16383366 C6_control_C1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 14.16199287 C6_control_C2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 14.32850255 C6_control_C3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.36714294 C6_chemical_A1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.26737011 C6_chemical_A3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.63171475 C6_chemical_B1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.41791058 C6_chemical_B2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.68493915 C6_chemical_B3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.98120855 C6_chemical_C1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 14.03447955 C6_chemical_C2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 14.55609751 C6_chemical_C3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.32487156 L4_control_A1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.76104032 L4_control_A2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.19944686 L4_control_A3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.5040977 L4_control_B1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.28253492 L4_control_B2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.90804595 L4_control_B3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.50522265 L4_control_C2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.47702376 L4_control_C3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.86026986 L4_chemical_A1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 14.17584491 L4_chemical_A2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.5919918 L4_chemical_A3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.63431877 L4_chemical_B1 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.47816852 L4_chemical_B2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.80625906 L4_chemical_B3 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.60483732 L4_chemical_C2 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.63211534 L4_chemical_C3 +LQ09X000210 Putative uncharacterized protein 5.525980399 C6_control_A1 +LQ09X000210 Putative uncharacterized protein 5.48247211 C6_control_A3 +LQ09X000210 Putative uncharacterized protein 5.850014723 C6_control_B1 +LQ09X000210 Putative uncharacterized protein 5.658773602 C6_control_B2 +LQ09X000210 Putative uncharacterized protein 5.589158684 C6_control_B3 +LQ09X000210 Putative uncharacterized protein 5.450627762 C6_control_C1 +LQ09X000210 Putative uncharacterized protein 5.94480578 C6_control_C2 +LQ09X000210 Putative uncharacterized protein 5.586009412 C6_control_C3 +LQ09X000210 Putative uncharacterized protein 5.071912023 C6_chemical_A1 +LQ09X000210 Putative uncharacterized protein 5.433951796 C6_chemical_A3 +LQ09X000210 Putative uncharacterized protein 6.073321362 C6_chemical_B1 +LQ09X000210 Putative uncharacterized protein 5.780944068 C6_chemical_B2 +LQ09X000210 Putative uncharacterized protein 5.374066973 C6_chemical_B3 +LQ09X000210 Putative uncharacterized protein 5.081364266 C6_chemical_C1 +LQ09X000210 Putative uncharacterized protein 5.555788642 C6_chemical_C2 +LQ09X000210 Putative uncharacterized protein 5.752433473 C6_chemical_C3 +LQ09X000210 Putative uncharacterized protein 5.188282218 L4_control_A1 +LQ09X000210 Putative uncharacterized protein 5.144546291 L4_control_A2 +LQ09X000210 Putative uncharacterized protein 5.047510354 L4_control_A3 +LQ09X000210 Putative uncharacterized protein 5.480788723 L4_control_B1 +LQ09X000210 Putative uncharacterized protein 5.266386958 L4_control_B2 +LQ09X000210 Putative uncharacterized protein 5.406123286 L4_control_B3 +LQ09X000210 Putative uncharacterized protein 4.947731284 L4_control_C2 +LQ09X000210 Putative uncharacterized protein 6.298527543 L4_control_C3 +LQ09X000210 Putative uncharacterized protein 5.162167647 L4_chemical_A1 +LQ09X000210 Putative uncharacterized protein 5.655521332 L4_chemical_A2 +LQ09X000210 Putative uncharacterized protein 5.245701412 L4_chemical_A3 +LQ09X000210 Putative uncharacterized protein 5.489109518 L4_chemical_B1 +LQ09X000210 Putative uncharacterized protein 5.364708012 L4_chemical_B2 +LQ09X000210 Putative uncharacterized protein 5.508500826 L4_chemical_B3 +LQ09X000210 Putative uncharacterized protein 4.986327385 L4_chemical_C2 +LQ09X000210 Putative uncharacterized protein 5.63078427 L4_chemical_C3 +LQ09X000220 Cell division control protein 2 homolog 13.18189226 C6_control_A1 +LQ09X000220 Cell division control protein 2 homolog 13.25345695 C6_control_A3 +LQ09X000220 Cell division control protein 2 homolog 12.88769974 C6_control_B1 +LQ09X000220 Cell division control protein 2 homolog 12.06301825 C6_control_B2 +LQ09X000220 Cell division control protein 2 homolog 12.94546422 C6_control_B3 +LQ09X000220 Cell division control protein 2 homolog 11.33476481 C6_control_C1 +LQ09X000220 Cell division control protein 2 homolog 11.29419134 C6_control_C2 +LQ09X000220 Cell division control protein 2 homolog 11.04047369 C6_control_C3 +LQ09X000220 Cell division control protein 2 homolog 12.96090239 C6_chemical_A1 +LQ09X000220 Cell division control protein 2 homolog 13.2718758 C6_chemical_A3 +LQ09X000220 Cell division control protein 2 homolog 12.68956855 C6_chemical_B1 +LQ09X000220 Cell division control protein 2 homolog 12.23508224 C6_chemical_B2 +LQ09X000220 Cell division control protein 2 homolog 12.90520727 C6_chemical_B3 +LQ09X000220 Cell division control protein 2 homolog 11.318812 C6_chemical_C1 +LQ09X000220 Cell division control protein 2 homolog 11.23560168 C6_chemical_C2 +LQ09X000220 Cell division control protein 2 homolog 10.93126637 C6_chemical_C3 +LQ09X000220 Cell division control protein 2 homolog 12.79543822 L4_control_A1 +LQ09X000220 Cell division control protein 2 homolog 12.39246004 L4_control_A2 +LQ09X000220 Cell division control protein 2 homolog 12.94132393 L4_control_A3 +LQ09X000220 Cell division control protein 2 homolog 12.54679244 L4_control_B1 +LQ09X000220 Cell division control protein 2 homolog 13.29661183 L4_control_B2 +LQ09X000220 Cell division control protein 2 homolog 12.4085902 L4_control_B3 +LQ09X000220 Cell division control protein 2 homolog 12.11338526 L4_control_C2 +LQ09X000220 Cell division control protein 2 homolog 11.75844061 L4_control_C3 +LQ09X000220 Cell division control protein 2 homolog 12.30455245 L4_chemical_A1 +LQ09X000220 Cell division control protein 2 homolog 11.79449806 L4_chemical_A2 +LQ09X000220 Cell division control protein 2 homolog 12.58069241 L4_chemical_A3 +LQ09X000220 Cell division control protein 2 homolog 12.61920543 L4_chemical_B1 +LQ09X000220 Cell division control protein 2 homolog 12.89340015 L4_chemical_B2 +LQ09X000220 Cell division control protein 2 homolog 12.52739767 L4_chemical_B3 +LQ09X000220 Cell division control protein 2 homolog 12.18581499 L4_chemical_C2 +LQ09X000220 Cell division control protein 2 homolog 11.73256035 L4_chemical_C3 +LQ09X000240 Putative Predicted protein 8.346478776 C6_control_A1 +LQ09X000240 Putative Predicted protein 7.810319029 C6_control_A3 +LQ09X000240 Putative Predicted protein 8.461285345 C6_control_B1 +LQ09X000240 Putative Predicted protein 7.697490441 C6_control_B2 +LQ09X000240 Putative Predicted protein 7.856561308 C6_control_B3 +LQ09X000240 Putative Predicted protein 5.978601627 C6_control_C1 +LQ09X000240 Putative Predicted protein 5.365129748 C6_control_C2 +LQ09X000240 Putative Predicted protein 5.765944285 C6_control_C3 +LQ09X000240 Putative Predicted protein 8.07227105 C6_chemical_A1 +LQ09X000240 Putative Predicted protein 8.906066952 C6_chemical_A3 +LQ09X000240 Putative Predicted protein 7.266096353 C6_chemical_B1 +LQ09X000240 Putative Predicted protein 7.324404497 C6_chemical_B2 +LQ09X000240 Putative Predicted protein 6.846274706 C6_chemical_B3 +LQ09X000240 Putative Predicted protein 6.490408195 C6_chemical_C1 +LQ09X000240 Putative Predicted protein 5.60951437 C6_chemical_C2 +LQ09X000240 Putative Predicted protein 5.555149025 C6_chemical_C3 +LQ09X000240 Putative Predicted protein 9.144179545 L4_control_A1 +LQ09X000240 Putative Predicted protein 10.15682745 L4_control_A2 +LQ09X000240 Putative Predicted protein 10.05880945 L4_control_A3 +LQ09X000240 Putative Predicted protein 8.934884521 L4_control_B1 +LQ09X000240 Putative Predicted protein 10.2139425 L4_control_B2 +LQ09X000240 Putative Predicted protein 8.590746357 L4_control_B3 +LQ09X000240 Putative Predicted protein 7.87774119 L4_control_C2 +LQ09X000240 Putative Predicted protein 6.812691165 L4_control_C3 +LQ09X000240 Putative Predicted protein 9.234366755 L4_chemical_A1 +LQ09X000240 Putative Predicted protein 10.06875816 L4_chemical_A2 +LQ09X000240 Putative Predicted protein 9.498770254 L4_chemical_A3 +LQ09X000240 Putative Predicted protein 8.704627728 L4_chemical_B1 +LQ09X000240 Putative Predicted protein 9.966831364 L4_chemical_B2 +LQ09X000240 Putative Predicted protein 9.433095844 L4_chemical_B3 +LQ09X000240 Putative Predicted protein 8.742705074 L4_chemical_C2 +LQ09X000240 Putative Predicted protein 7.387095556 L4_chemical_C3 +LQ09X000260 Proteasome subunit beta type-6 14.670952 C6_control_A1 +LQ09X000260 Proteasome subunit beta type-6 14.78570059 C6_control_A3 +LQ09X000260 Proteasome subunit beta type-6 14.43072813 C6_control_B1 +LQ09X000260 Proteasome subunit beta type-6 13.76299826 C6_control_B2 +LQ09X000260 Proteasome subunit beta type-6 14.26465185 C6_control_B3 +LQ09X000260 Proteasome subunit beta type-6 13.68847087 C6_control_C1 +LQ09X000260 Proteasome subunit beta type-6 13.54700963 C6_control_C2 +LQ09X000260 Proteasome subunit beta type-6 13.4354788 C6_control_C3 +LQ09X000260 Proteasome subunit beta type-6 14.55851847 C6_chemical_A1 +LQ09X000260 Proteasome subunit beta type-6 15.02909436 C6_chemical_A3 +LQ09X000260 Proteasome subunit beta type-6 14.18008661 C6_chemical_B1 +LQ09X000260 Proteasome subunit beta type-6 13.79674223 C6_chemical_B2 +LQ09X000260 Proteasome subunit beta type-6 14.06687909 C6_chemical_B3 +LQ09X000260 Proteasome subunit beta type-6 13.59981542 C6_chemical_C1 +LQ09X000260 Proteasome subunit beta type-6 13.59890131 C6_chemical_C2 +LQ09X000260 Proteasome subunit beta type-6 13.52727315 C6_chemical_C3 +LQ09X000260 Proteasome subunit beta type-6 15.09431909 L4_control_A1 +LQ09X000260 Proteasome subunit beta type-6 14.94781105 L4_control_A2 +LQ09X000260 Proteasome subunit beta type-6 15.33281652 L4_control_A3 +LQ09X000260 Proteasome subunit beta type-6 14.7033652 L4_control_B1 +LQ09X000260 Proteasome subunit beta type-6 14.92079511 L4_control_B2 +LQ09X000260 Proteasome subunit beta type-6 14.03096622 L4_control_B3 +LQ09X000260 Proteasome subunit beta type-6 14.74811493 L4_control_C2 +LQ09X000260 Proteasome subunit beta type-6 14.66416399 L4_control_C3 +LQ09X000260 Proteasome subunit beta type-6 15.06967055 L4_chemical_A1 +LQ09X000260 Proteasome subunit beta type-6 14.7431298 L4_chemical_A2 +LQ09X000260 Proteasome subunit beta type-6 15.21424129 L4_chemical_A3 +LQ09X000260 Proteasome subunit beta type-6 14.90020247 L4_chemical_B1 +LQ09X000260 Proteasome subunit beta type-6 14.78612286 L4_chemical_B2 +LQ09X000260 Proteasome subunit beta type-6 14.55083651 L4_chemical_B3 +LQ09X000260 Proteasome subunit beta type-6 14.85516768 L4_chemical_C2 +LQ09X000260 Proteasome subunit beta type-6 14.61459086 L4_chemical_C3 +LQ09X000270 Putative Protein AIG2 5.471701286 C6_control_A1 +LQ09X000270 Putative Protein AIG2 5.182873405 C6_control_A3 +LQ09X000270 Putative Protein AIG2 5.068672224 C6_control_B1 +LQ09X000270 Putative Protein AIG2 5.423063695 C6_control_B2 +LQ09X000270 Putative Protein AIG2 5.025677443 C6_control_B3 +LQ09X000270 Putative Protein AIG2 5.276974697 C6_control_C1 +LQ09X000270 Putative Protein AIG2 5.773911819 C6_control_C2 +LQ09X000270 Putative Protein AIG2 5.391914767 C6_control_C3 +LQ09X000270 Putative Protein AIG2 5.31691754 C6_chemical_A1 +LQ09X000270 Putative Protein AIG2 4.890899499 C6_chemical_A3 +LQ09X000270 Putative Protein AIG2 5.485599436 C6_chemical_B1 +LQ09X000270 Putative Protein AIG2 5.515565952 C6_chemical_B2 +LQ09X000270 Putative Protein AIG2 5.413800185 C6_chemical_B3 +LQ09X000270 Putative Protein AIG2 5.374892719 C6_chemical_C1 +LQ09X000270 Putative Protein AIG2 5.467780216 C6_chemical_C2 +LQ09X000270 Putative Protein AIG2 5.712792567 C6_chemical_C3 +LQ09X000270 Putative Protein AIG2 5.191581261 L4_control_A1 +LQ09X000270 Putative Protein AIG2 5.253933113 L4_control_A2 +LQ09X000270 Putative Protein AIG2 5.326593328 L4_control_A3 +LQ09X000270 Putative Protein AIG2 5.53190042 L4_control_B1 +LQ09X000270 Putative Protein AIG2 5.152004594 L4_control_B2 +LQ09X000270 Putative Protein AIG2 4.937909501 L4_control_B3 +LQ09X000270 Putative Protein AIG2 5.673819465 L4_control_C2 +LQ09X000270 Putative Protein AIG2 5.211999697 L4_control_C3 +LQ09X000270 Putative Protein AIG2 5.509292771 L4_chemical_A1 +LQ09X000270 Putative Protein AIG2 5.297308985 L4_chemical_A2 +LQ09X000270 Putative Protein AIG2 4.960046162 L4_chemical_A3 +LQ09X000270 Putative Protein AIG2 5.390966729 L4_chemical_B1 +LQ09X000270 Putative Protein AIG2 5.062689898 L4_chemical_B2 +LQ09X000270 Putative Protein AIG2 5.058438623 L4_chemical_B3 +LQ09X000270 Putative Protein AIG2 5.521999887 L4_chemical_C2 +LQ09X000270 Putative Protein AIG2 5.365782473 L4_chemical_C3 +LQ09X000280 Galactokinase, putative 13.16857029 C6_control_A1 +LQ09X000280 Galactokinase, putative 12.56559075 C6_control_A3 +LQ09X000280 Galactokinase, putative 12.79901024 C6_control_B1 +LQ09X000280 Galactokinase, putative 13.02132685 C6_control_B2 +LQ09X000280 Galactokinase, putative 12.81185914 C6_control_B3 +LQ09X000280 Galactokinase, putative 12.83420864 C6_control_C1 +LQ09X000280 Galactokinase, putative 13.03248876 C6_control_C2 +LQ09X000280 Galactokinase, putative 12.92037722 C6_control_C3 +LQ09X000280 Galactokinase, putative 13.22839065 C6_chemical_A1 +LQ09X000280 Galactokinase, putative 12.89759179 C6_chemical_A3 +LQ09X000280 Galactokinase, putative 12.83596188 C6_chemical_B1 +LQ09X000280 Galactokinase, putative 12.94449187 C6_chemical_B2 +LQ09X000280 Galactokinase, putative 12.88693258 C6_chemical_B3 +LQ09X000280 Galactokinase, putative 12.74969669 C6_chemical_C1 +LQ09X000280 Galactokinase, putative 13.03757933 C6_chemical_C2 +LQ09X000280 Galactokinase, putative 12.97001089 C6_chemical_C3 +LQ09X000280 Galactokinase, putative 13.17827407 L4_control_A1 +LQ09X000280 Galactokinase, putative 13.7245644 L4_control_A2 +LQ09X000280 Galactokinase, putative 14.01611503 L4_control_A3 +LQ09X000280 Galactokinase, putative 12.67331457 L4_control_B1 +LQ09X000280 Galactokinase, putative 12.89994396 L4_control_B2 +LQ09X000280 Galactokinase, putative 12.51386957 L4_control_B3 +LQ09X000280 Galactokinase, putative 12.73242798 L4_control_C2 +LQ09X000280 Galactokinase, putative 12.97402448 L4_control_C3 +LQ09X000280 Galactokinase, putative 14.26030954 L4_chemical_A1 +LQ09X000280 Galactokinase, putative 14.26149749 L4_chemical_A2 +LQ09X000280 Galactokinase, putative 13.77462213 L4_chemical_A3 +LQ09X000280 Galactokinase, putative 13.28934238 L4_chemical_B1 +LQ09X000280 Galactokinase, putative 12.96829199 L4_chemical_B2 +LQ09X000280 Galactokinase, putative 13.15154236 L4_chemical_B3 +LQ09X000280 Galactokinase, putative 12.79520009 L4_chemical_C2 +LQ09X000280 Galactokinase, putative 12.90700201 L4_chemical_C3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.68399647 C6_control_A1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.447410894 C6_control_A3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.801416414 C6_control_B1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.762137625 C6_control_B2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.171291949 C6_control_B3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.50607357 C6_control_C1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.638279585 C6_control_C2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.623877697 C6_control_C3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.564458088 C6_chemical_A1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.491072166 C6_chemical_A3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 7.934401122 C6_chemical_B1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.467623422 C6_chemical_B2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 7.73651313 C6_chemical_B3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.420063857 C6_chemical_C1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.820526771 C6_chemical_C2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.244403175 C6_chemical_C3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.896516916 L4_control_A1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 9.421208195 L4_control_A2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 9.203680046 L4_control_A3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 9.152155113 L4_control_B1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 7.375835217 L4_control_B2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.855817237 L4_control_B3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.651255664 L4_control_C2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 7.456085249 L4_control_C3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 9.360885991 L4_chemical_A1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 9.800215368 L4_chemical_A2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 9.207383149 L4_chemical_A3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 9.171552987 L4_chemical_B1 +LQ09X000300 Transferase, transferring glycosyl groups, putative 7.872819042 L4_chemical_B2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.586410683 L4_chemical_B3 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.87650414 L4_chemical_C2 +LQ09X000300 Transferase, transferring glycosyl groups, putative 7.389477661 L4_chemical_C3 +LQ09X000340 Putative uncharacterized protein 5.138472035 C6_control_A1 +LQ09X000340 Putative uncharacterized protein 5.299382035 C6_control_A3 +LQ09X000340 Putative uncharacterized protein 5.27933833 C6_control_B1 +LQ09X000340 Putative uncharacterized protein 5.329745188 C6_control_B2 +LQ09X000340 Putative uncharacterized protein 5.44438504 C6_control_B3 +LQ09X000340 Putative uncharacterized protein 5.040785837 C6_control_C1 +LQ09X000340 Putative uncharacterized protein 5.302476428 C6_control_C2 +LQ09X000340 Putative uncharacterized protein 5.274259121 C6_control_C3 +LQ09X000340 Putative uncharacterized protein 5.473669241 C6_chemical_A1 +LQ09X000340 Putative uncharacterized protein 5.179320386 C6_chemical_A3 +LQ09X000340 Putative uncharacterized protein 5.186874317 C6_chemical_B1 +LQ09X000340 Putative uncharacterized protein 5.136835653 C6_chemical_B2 +LQ09X000340 Putative uncharacterized protein 4.82143448 C6_chemical_B3 +LQ09X000340 Putative uncharacterized protein 5.129514248 C6_chemical_C1 +LQ09X000340 Putative uncharacterized protein 5.359253689 C6_chemical_C2 +LQ09X000340 Putative uncharacterized protein 5.451000949 C6_chemical_C3 +LQ09X000340 Putative uncharacterized protein 5.345587865 L4_control_A1 +LQ09X000340 Putative uncharacterized protein 6.058199647 L4_control_A2 +LQ09X000340 Putative uncharacterized protein 5.923788983 L4_control_A3 +LQ09X000340 Putative uncharacterized protein 5.434925042 L4_control_B1 +LQ09X000340 Putative uncharacterized protein 5.779395973 L4_control_B2 +LQ09X000340 Putative uncharacterized protein 4.904859356 L4_control_B3 +LQ09X000340 Putative uncharacterized protein 5.23478879 L4_control_C2 +LQ09X000340 Putative uncharacterized protein 5.146215124 L4_control_C3 +LQ09X000340 Putative uncharacterized protein 4.938574266 L4_chemical_A1 +LQ09X000340 Putative uncharacterized protein 5.582257467 L4_chemical_A2 +LQ09X000340 Putative uncharacterized protein 5.70004558 L4_chemical_A3 +LQ09X000340 Putative uncharacterized protein 5.107188924 L4_chemical_B1 +LQ09X000340 Putative uncharacterized protein 4.968913385 L4_chemical_B2 +LQ09X000340 Putative uncharacterized protein 5.236968126 L4_chemical_B3 +LQ09X000340 Putative uncharacterized protein 5.180433339 L4_chemical_C2 +LQ09X000340 Putative uncharacterized protein 6.033730222 L4_chemical_C3 +LQ09X000360 Predicted protein (Fragment) 10.74275742 C6_control_A1 +LQ09X000360 Predicted protein (Fragment) 10.51183925 C6_control_A3 +LQ09X000360 Predicted protein (Fragment) 10.67888215 C6_control_B1 +LQ09X000360 Predicted protein (Fragment) 10.73276871 C6_control_B2 +LQ09X000360 Predicted protein (Fragment) 10.13708985 C6_control_B3 +LQ09X000360 Predicted protein (Fragment) 11.71575068 C6_control_C1 +LQ09X000360 Predicted protein (Fragment) 11.43327398 C6_control_C2 +LQ09X000360 Predicted protein (Fragment) 11.47632735 C6_control_C3 +LQ09X000360 Predicted protein (Fragment) 10.51260054 C6_chemical_A1 +LQ09X000360 Predicted protein (Fragment) 10.26401928 C6_chemical_A3 +LQ09X000360 Predicted protein (Fragment) 10.67039669 C6_chemical_B1 +LQ09X000360 Predicted protein (Fragment) 10.51223695 C6_chemical_B2 +LQ09X000360 Predicted protein (Fragment) 10.6337399 C6_chemical_B3 +LQ09X000360 Predicted protein (Fragment) 11.40264984 C6_chemical_C1 +LQ09X000360 Predicted protein (Fragment) 11.50247246 C6_chemical_C2 +LQ09X000360 Predicted protein (Fragment) 11.41295418 C6_chemical_C3 +LQ09X000360 Predicted protein (Fragment) 10.19707696 L4_control_A1 +LQ09X000360 Predicted protein (Fragment) 9.120540444 L4_control_A2 +LQ09X000360 Predicted protein (Fragment) 9.862264194 L4_control_A3 +LQ09X000360 Predicted protein (Fragment) 6.139432735 L4_control_B1 +LQ09X000360 Predicted protein (Fragment) 9.100873773 L4_control_B2 +LQ09X000360 Predicted protein (Fragment) 9.004450543 L4_control_B3 +LQ09X000360 Predicted protein (Fragment) 11.07466459 L4_control_C2 +LQ09X000360 Predicted protein (Fragment) 9.397380504 L4_control_C3 +LQ09X000360 Predicted protein (Fragment) 9.779043875 L4_chemical_A1 +LQ09X000360 Predicted protein (Fragment) 9.009851788 L4_chemical_A2 +LQ09X000360 Predicted protein (Fragment) 10.05409764 L4_chemical_A3 +LQ09X000360 Predicted protein (Fragment) 9.308043642 L4_chemical_B1 +LQ09X000360 Predicted protein (Fragment) 7.954764573 L4_chemical_B2 +LQ09X000360 Predicted protein (Fragment) 8.779634337 L4_chemical_B3 +LQ09X000360 Predicted protein (Fragment) 10.15633631 L4_chemical_C2 +LQ09X000360 Predicted protein (Fragment) 9.459053987 L4_chemical_C3 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.374028727 C6_control_A1 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.229201655 C6_control_A3 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.191842481 C6_control_B1 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.658759916 C6_control_B2 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.123591616 C6_control_B3 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.995164464 C6_control_C1 +LQ09X000370 Putative Probable calcium-binding protein CML43 6.664340975 C6_control_C2 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.029433538 C6_control_C3 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.887842653 C6_chemical_A1 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.940572695 C6_chemical_A3 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.235372028 C6_chemical_B1 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.413840324 C6_chemical_B2 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.011339553 C6_chemical_B3 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.734289737 C6_chemical_C1 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.389064449 C6_chemical_C2 +LQ09X000370 Putative Probable calcium-binding protein CML43 6.76878012 C6_chemical_C3 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.449494241 L4_control_A1 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.425774204 L4_control_A2 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.958790439 L4_control_A3 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.864478892 L4_control_B1 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.532776512 L4_control_B2 +LQ09X000370 Putative Probable calcium-binding protein CML43 9.134391047 L4_control_B3 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.374686376 L4_control_C2 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.628888919 L4_control_C3 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.67091172 L4_chemical_A1 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.064425238 L4_chemical_A2 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.45559815 L4_chemical_A3 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.500627382 L4_chemical_B1 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.691832596 L4_chemical_B2 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.352634422 L4_chemical_B3 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.645484617 L4_chemical_C2 +LQ09X000370 Putative Probable calcium-binding protein CML43 8.376274263 L4_chemical_C3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.03860789 C6_control_A1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 10.62306287 C6_control_A3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.49340185 C6_control_B1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 10.94244392 C6_control_B2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.45461948 C6_control_B3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.14452651 C6_control_C1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 10.54219137 C6_control_C2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.046836 C6_control_C3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.01509064 C6_chemical_A1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 10.95384081 C6_chemical_A3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.73827786 C6_chemical_B1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 10.74343614 C6_chemical_B2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.5911911 C6_chemical_B3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.08773706 C6_chemical_C1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 10.90898947 C6_chemical_C2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.12566763 C6_chemical_C3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.41897137 L4_control_A1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.58324107 L4_control_A2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.7540504 L4_control_A3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.97158739 L4_control_B1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.9959133 L4_control_B2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.47103481 L4_control_B3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.31046102 L4_control_C2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.49685998 L4_control_C3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.41800495 L4_chemical_A1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 12.10072825 L4_chemical_A2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.902217 L4_chemical_A3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 12.23215146 L4_chemical_B1 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.76365643 L4_chemical_B2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.36505519 L4_chemical_B3 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.68019345 L4_chemical_C2 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.57647451 L4_chemical_C3 +LQ09X000410 Putative uncharacterized protein 5.694837062 C6_control_A1 +LQ09X000410 Putative uncharacterized protein 5.865676981 C6_control_A3 +LQ09X000410 Putative uncharacterized protein 5.501614495 C6_control_B1 +LQ09X000410 Putative uncharacterized protein 5.849986386 C6_control_B2 +LQ09X000410 Putative uncharacterized protein 6.468778136 C6_control_B3 +LQ09X000410 Putative uncharacterized protein 6.901116637 C6_control_C1 +LQ09X000410 Putative uncharacterized protein 8.020898203 C6_control_C2 +LQ09X000410 Putative uncharacterized protein 6.77793389 C6_control_C3 +LQ09X000410 Putative uncharacterized protein 6.774637374 C6_chemical_A1 +LQ09X000410 Putative uncharacterized protein 6.129257509 C6_chemical_A3 +LQ09X000410 Putative uncharacterized protein 6.343766329 C6_chemical_B1 +LQ09X000410 Putative uncharacterized protein 7.090853554 C6_chemical_B2 +LQ09X000410 Putative uncharacterized protein 6.090882286 C6_chemical_B3 +LQ09X000410 Putative uncharacterized protein 8.646241324 C6_chemical_C1 +LQ09X000410 Putative uncharacterized protein 8.391938368 C6_chemical_C2 +LQ09X000410 Putative uncharacterized protein 8.37087986 C6_chemical_C3 +LQ09X000410 Putative uncharacterized protein 6.609245855 L4_control_A1 +LQ09X000410 Putative uncharacterized protein 5.869010903 L4_control_A2 +LQ09X000410 Putative uncharacterized protein 6.649013851 L4_control_A3 +LQ09X000410 Putative uncharacterized protein 5.811504915 L4_control_B1 +LQ09X000410 Putative uncharacterized protein 5.822258969 L4_control_B2 +LQ09X000410 Putative uncharacterized protein 6.983626362 L4_control_B3 +LQ09X000410 Putative uncharacterized protein 6.931247983 L4_control_C2 +LQ09X000410 Putative uncharacterized protein 5.830778462 L4_control_C3 +LQ09X000410 Putative uncharacterized protein 6.784490722 L4_chemical_A1 +LQ09X000410 Putative uncharacterized protein 6.381241752 L4_chemical_A2 +LQ09X000410 Putative uncharacterized protein 5.588946453 L4_chemical_A3 +LQ09X000410 Putative uncharacterized protein 5.816419143 L4_chemical_B1 +LQ09X000410 Putative uncharacterized protein 5.925613959 L4_chemical_B2 +LQ09X000410 Putative uncharacterized protein 6.506631579 L4_chemical_B3 +LQ09X000410 Putative uncharacterized protein 6.861169488 L4_chemical_C2 +LQ09X000410 Putative uncharacterized protein 6.550578179 L4_chemical_C3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.685055697 C6_control_A1 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.503860111 C6_control_A3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.310315283 C6_control_B1 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.207416102 C6_control_B2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.199045049 C6_control_B3 +LQ09X000430 Putative Poly(rC)-binding protein 3 5.685982666 C6_control_C1 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.446194677 C6_control_C2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.119598167 C6_control_C3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.889321758 C6_chemical_A1 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.486802848 C6_chemical_A3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.049819344 C6_chemical_B1 +LQ09X000430 Putative Poly(rC)-binding protein 3 5.828313632 C6_chemical_B2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.414680136 C6_chemical_B3 +LQ09X000430 Putative Poly(rC)-binding protein 3 5.785048917 C6_chemical_C1 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.086624819 C6_chemical_C2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.135848074 C6_chemical_C3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.465874586 L4_control_A1 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.828778727 L4_control_A2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.671847907 L4_control_A3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.37899064 L4_control_B1 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.291801403 L4_control_B2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.105042502 L4_control_B3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.889825365 L4_control_C2 +LQ09X000430 Putative Poly(rC)-binding protein 3 5.482061975 L4_control_C3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.237397132 L4_chemical_A1 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.655247668 L4_chemical_A2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.65834092 L4_chemical_A3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.723364383 L4_chemical_B1 +LQ09X000430 Putative Poly(rC)-binding protein 3 5.893120055 L4_chemical_B2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.170084774 L4_chemical_B3 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.372570452 L4_chemical_C2 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.140219612 L4_chemical_C3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.79628804 C6_control_A1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.59469797 C6_control_A3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.97760394 C6_control_B1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.70696933 C6_control_B2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.57765559 C6_control_B3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.33266342 C6_control_C1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.17015046 C6_control_C2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.67745589 C6_control_C3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.49480355 C6_chemical_A1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.02296688 C6_chemical_A3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.82330349 C6_chemical_B1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.4737842 C6_chemical_B2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.13526654 C6_chemical_B3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.16423225 C6_chemical_C1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.45756073 C6_chemical_C2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.42818059 C6_chemical_C3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.32438108 L4_control_A1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.04913078 L4_control_A2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.75594163 L4_control_A3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.33468511 L4_control_B1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.11097208 L4_control_B2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.22559727 L4_control_B3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.91513383 L4_control_C2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 13.00828569 L4_control_C3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.34102181 L4_chemical_A1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.07555887 L4_chemical_A2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.88484173 L4_chemical_A3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.56489446 L4_chemical_B1 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.49770554 L4_chemical_B2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.69123646 L4_chemical_B3 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.91242811 L4_chemical_C2 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 12.89272907 L4_chemical_C3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.63974407 C6_control_A1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.17132188 C6_control_A3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.72597691 C6_control_B1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 13.47992094 C6_control_B2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.40861213 C6_control_B3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 14.01924396 C6_control_C1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 14.22347439 C6_control_C2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 13.96120682 C6_control_C3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.70000707 C6_chemical_A1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.42336765 C6_chemical_A3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.86119868 C6_chemical_B1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 13.63121132 C6_chemical_B2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.24944116 C6_chemical_B3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 13.99774267 C6_chemical_C1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 14.18423095 C6_chemical_C2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 13.98411704 C6_chemical_C3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.84821156 L4_control_A1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.85686227 L4_control_A2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.603152 L4_control_A3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.92908931 L4_control_B1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.70661493 L4_control_B2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.13356413 L4_control_B3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.61820733 L4_control_C2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.75075446 L4_control_C3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.81218403 L4_chemical_A1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.9507267 L4_chemical_A2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.0913073 L4_chemical_A3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.93275214 L4_chemical_B1 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 11.91702142 L4_chemical_B2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.41009291 L4_chemical_B3 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.77837793 L4_chemical_C2 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.88227379 L4_chemical_C3 +LQ09X000510 Putative uncharacterized protein 7.388657353 C6_control_A1 +LQ09X000510 Putative uncharacterized protein 7.275510615 C6_control_A3 +LQ09X000510 Putative uncharacterized protein 6.927367395 C6_control_B1 +LQ09X000510 Putative uncharacterized protein 8.932790231 C6_control_B2 +LQ09X000510 Putative uncharacterized protein 6.152815522 C6_control_B3 +LQ09X000510 Putative uncharacterized protein 9.06632779 C6_control_C1 +LQ09X000510 Putative uncharacterized protein 8.786349147 C6_control_C2 +LQ09X000510 Putative uncharacterized protein 9.34914966 C6_control_C3 +LQ09X000510 Putative uncharacterized protein 6.730811366 C6_chemical_A1 +LQ09X000510 Putative uncharacterized protein 7.128322828 C6_chemical_A3 +LQ09X000510 Putative uncharacterized protein 6.144908643 C6_chemical_B1 +LQ09X000510 Putative uncharacterized protein 8.722259096 C6_chemical_B2 +LQ09X000510 Putative uncharacterized protein 6.607332092 C6_chemical_B3 +LQ09X000510 Putative uncharacterized protein 8.992058798 C6_chemical_C1 +LQ09X000510 Putative uncharacterized protein 9.322146515 C6_chemical_C2 +LQ09X000510 Putative uncharacterized protein 9.231688611 C6_chemical_C3 +LQ09X000510 Putative uncharacterized protein 7.124673786 L4_control_A1 +LQ09X000510 Putative uncharacterized protein 6.759434434 L4_control_A2 +LQ09X000510 Putative uncharacterized protein 6.77745385 L4_control_A3 +LQ09X000510 Putative uncharacterized protein 6.289115407 L4_control_B1 +LQ09X000510 Putative uncharacterized protein 5.202882397 L4_control_B2 +LQ09X000510 Putative uncharacterized protein 6.597824701 L4_control_B3 +LQ09X000510 Putative uncharacterized protein 6.146649907 L4_control_C2 +LQ09X000510 Putative uncharacterized protein 5.956297728 L4_control_C3 +LQ09X000510 Putative uncharacterized protein 6.816699475 L4_chemical_A1 +LQ09X000510 Putative uncharacterized protein 6.136578652 L4_chemical_A2 +LQ09X000510 Putative uncharacterized protein 6.827237507 L4_chemical_A3 +LQ09X000510 Putative uncharacterized protein 6.610200874 L4_chemical_B1 +LQ09X000510 Putative uncharacterized protein 5.933781363 L4_chemical_B2 +LQ09X000510 Putative uncharacterized protein 7.411254467 L4_chemical_B3 +LQ09X000510 Putative uncharacterized protein 5.947256901 L4_chemical_C2 +LQ09X000510 Putative uncharacterized protein 6.291874141 L4_chemical_C3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.226627321 C6_control_A1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 6.062684598 C6_control_A3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.379155489 C6_control_B1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 4.942304654 C6_control_B2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 4.916205229 C6_control_B3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.098736488 C6_control_C1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.507242874 C6_control_C2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 4.897513571 C6_control_C3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 4.885837609 C6_chemical_A1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.421118041 C6_chemical_A3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.337870931 C6_chemical_B1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.066922543 C6_chemical_B2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.31363507 C6_chemical_B3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.379602767 C6_chemical_C1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.195738857 C6_chemical_C2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.033595807 C6_chemical_C3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.694513293 L4_control_A1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.064640289 L4_control_A2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.268150507 L4_control_A3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.050790971 L4_control_B1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 4.801368465 L4_control_B2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.028787318 L4_control_B3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.44640795 L4_control_C2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.51660881 L4_control_C3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.545917113 L4_chemical_A1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.170925229 L4_chemical_A2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.078004689 L4_chemical_A3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.06225521 L4_chemical_B1 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.218941785 L4_chemical_B2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 4.86561544 L4_chemical_B3 +LQ09X000540 Putative Replication protein A 32 kDa subunit 5.693554107 L4_chemical_C2 +LQ09X000540 Putative Replication protein A 32 kDa subunit 4.946500815 L4_chemical_C3 +LQ09X000570 Putative uncharacterized protein 12.9234539 C6_control_A1 +LQ09X000570 Putative uncharacterized protein 12.91301683 C6_control_A3 +LQ09X000570 Putative uncharacterized protein 12.81120682 C6_control_B1 +LQ09X000570 Putative uncharacterized protein 12.32484744 C6_control_B2 +LQ09X000570 Putative uncharacterized protein 12.72475413 C6_control_B3 +LQ09X000570 Putative uncharacterized protein 13.15629803 C6_control_C1 +LQ09X000570 Putative uncharacterized protein 12.94478533 C6_control_C2 +LQ09X000570 Putative uncharacterized protein 12.87226915 C6_control_C3 +LQ09X000570 Putative uncharacterized protein 13.03256112 C6_chemical_A1 +LQ09X000570 Putative uncharacterized protein 13.02240569 C6_chemical_A3 +LQ09X000570 Putative uncharacterized protein 13.03518018 C6_chemical_B1 +LQ09X000570 Putative uncharacterized protein 12.69032752 C6_chemical_B2 +LQ09X000570 Putative uncharacterized protein 12.80472418 C6_chemical_B3 +LQ09X000570 Putative uncharacterized protein 13.18855729 C6_chemical_C1 +LQ09X000570 Putative uncharacterized protein 13.17435495 C6_chemical_C2 +LQ09X000570 Putative uncharacterized protein 13.0791184 C6_chemical_C3 +LQ09X000570 Putative uncharacterized protein 12.4819093 L4_control_A1 +LQ09X000570 Putative uncharacterized protein 12.04696395 L4_control_A2 +LQ09X000570 Putative uncharacterized protein 12.42858596 L4_control_A3 +LQ09X000570 Putative uncharacterized protein 12.24804049 L4_control_B1 +LQ09X000570 Putative uncharacterized protein 12.66511239 L4_control_B2 +LQ09X000570 Putative uncharacterized protein 12.36697014 L4_control_B3 +LQ09X000570 Putative uncharacterized protein 13.25137785 L4_control_C2 +LQ09X000570 Putative uncharacterized protein 13.03415499 L4_control_C3 +LQ09X000570 Putative uncharacterized protein 12.97914238 L4_chemical_A1 +LQ09X000570 Putative uncharacterized protein 12.60508678 L4_chemical_A2 +LQ09X000570 Putative uncharacterized protein 12.34687206 L4_chemical_A3 +LQ09X000570 Putative uncharacterized protein 12.64242962 L4_chemical_B1 +LQ09X000570 Putative uncharacterized protein 12.6070375 L4_chemical_B2 +LQ09X000570 Putative uncharacterized protein 12.20881121 L4_chemical_B3 +LQ09X000570 Putative uncharacterized protein 13.38770592 L4_chemical_C2 +LQ09X000570 Putative uncharacterized protein 13.1046317 L4_chemical_C3 +LQ09X000580 Transcription factor, putative 4.818709366 C6_control_A1 +LQ09X000580 Transcription factor, putative 4.932546467 C6_control_A3 +LQ09X000580 Transcription factor, putative 4.835062612 C6_control_B1 +LQ09X000580 Transcription factor, putative 5.10248413 C6_control_B2 +LQ09X000580 Transcription factor, putative 4.98524481 C6_control_B3 +LQ09X000580 Transcription factor, putative 5.649840146 C6_control_C1 +LQ09X000580 Transcription factor, putative 4.850971519 C6_control_C2 +LQ09X000580 Transcription factor, putative 4.899177938 C6_control_C3 +LQ09X000580 Transcription factor, putative 4.878496401 C6_chemical_A1 +LQ09X000580 Transcription factor, putative 5.1713954 C6_chemical_A3 +LQ09X000580 Transcription factor, putative 4.743792935 C6_chemical_B1 +LQ09X000580 Transcription factor, putative 5.030589449 C6_chemical_B2 +LQ09X000580 Transcription factor, putative 4.909426331 C6_chemical_B3 +LQ09X000580 Transcription factor, putative 5.039476279 C6_chemical_C1 +LQ09X000580 Transcription factor, putative 4.78984859 C6_chemical_C2 +LQ09X000580 Transcription factor, putative 4.98316551 C6_chemical_C3 +LQ09X000580 Transcription factor, putative 4.850584858 L4_control_A1 +LQ09X000580 Transcription factor, putative 5.005869043 L4_control_A2 +LQ09X000580 Transcription factor, putative 5.778609351 L4_control_A3 +LQ09X000580 Transcription factor, putative 5.066108956 L4_control_B1 +LQ09X000580 Transcription factor, putative 4.614643348 L4_control_B2 +LQ09X000580 Transcription factor, putative 5.538213838 L4_control_B3 +LQ09X000580 Transcription factor, putative 5.180984457 L4_control_C2 +LQ09X000580 Transcription factor, putative 5.399718646 L4_control_C3 +LQ09X000580 Transcription factor, putative 5.310819266 L4_chemical_A1 +LQ09X000580 Transcription factor, putative 4.955056773 L4_chemical_A2 +LQ09X000580 Transcription factor, putative 5.765443214 L4_chemical_A3 +LQ09X000580 Transcription factor, putative 4.763548393 L4_chemical_B1 +LQ09X000580 Transcription factor, putative 4.576965521 L4_chemical_B2 +LQ09X000580 Transcription factor, putative 4.873426717 L4_chemical_B3 +LQ09X000580 Transcription factor, putative 5.6907771 L4_chemical_C2 +LQ09X000580 Transcription factor, putative 5.550114533 L4_chemical_C3 +LQ09X000590 Putative uncharacterized protein 11.32544057 C6_control_A1 +LQ09X000590 Putative uncharacterized protein 11.08324063 C6_control_A3 +LQ09X000590 Putative uncharacterized protein 11.04935827 C6_control_B1 +LQ09X000590 Putative uncharacterized protein 11.05714777 C6_control_B2 +LQ09X000590 Putative uncharacterized protein 11.10279351 C6_control_B3 +LQ09X000590 Putative uncharacterized protein 11.42556909 C6_control_C1 +LQ09X000590 Putative uncharacterized protein 11.49616004 C6_control_C2 +LQ09X000590 Putative uncharacterized protein 11.25377054 C6_control_C3 +LQ09X000590 Putative uncharacterized protein 11.45470203 C6_chemical_A1 +LQ09X000590 Putative uncharacterized protein 11.59010162 C6_chemical_A3 +LQ09X000590 Putative uncharacterized protein 10.95158997 C6_chemical_B1 +LQ09X000590 Putative uncharacterized protein 10.88652787 C6_chemical_B2 +LQ09X000590 Putative uncharacterized protein 11.24791748 C6_chemical_B3 +LQ09X000590 Putative uncharacterized protein 11.6031577 C6_chemical_C1 +LQ09X000590 Putative uncharacterized protein 11.4883354 C6_chemical_C2 +LQ09X000590 Putative uncharacterized protein 11.5338191 C6_chemical_C3 +LQ09X000590 Putative uncharacterized protein 11.3269689 L4_control_A1 +LQ09X000590 Putative uncharacterized protein 11.83869167 L4_control_A2 +LQ09X000590 Putative uncharacterized protein 11.27472229 L4_control_A3 +LQ09X000590 Putative uncharacterized protein 11.38409224 L4_control_B1 +LQ09X000590 Putative uncharacterized protein 11.75155862 L4_control_B2 +LQ09X000590 Putative uncharacterized protein 11.00561574 L4_control_B3 +LQ09X000590 Putative uncharacterized protein 11.7896498 L4_control_C2 +LQ09X000590 Putative uncharacterized protein 11.7319138 L4_control_C3 +LQ09X000590 Putative uncharacterized protein 11.30261558 L4_chemical_A1 +LQ09X000590 Putative uncharacterized protein 11.67123626 L4_chemical_A2 +LQ09X000590 Putative uncharacterized protein 11.13759392 L4_chemical_A3 +LQ09X000590 Putative uncharacterized protein 11.16725058 L4_chemical_B1 +LQ09X000590 Putative uncharacterized protein 11.6729684 L4_chemical_B2 +LQ09X000590 Putative uncharacterized protein 10.88548554 L4_chemical_B3 +LQ09X000590 Putative uncharacterized protein 11.51033348 L4_chemical_C2 +LQ09X000590 Putative uncharacterized protein 11.65608021 L4_chemical_C3 +LQ09X000600 COP9 signalosome complex subunit 5b 6.109218755 C6_control_A1 +LQ09X000600 COP9 signalosome complex subunit 5b 6.002646843 C6_control_A3 +LQ09X000600 COP9 signalosome complex subunit 5b 5.514960231 C6_control_B1 +LQ09X000600 COP9 signalosome complex subunit 5b 6.068608064 C6_control_B2 +LQ09X000600 COP9 signalosome complex subunit 5b 5.770373997 C6_control_B3 +LQ09X000600 COP9 signalosome complex subunit 5b 5.75830552 C6_control_C1 +LQ09X000600 COP9 signalosome complex subunit 5b 6.399299079 C6_control_C2 +LQ09X000600 COP9 signalosome complex subunit 5b 5.872589274 C6_control_C3 +LQ09X000600 COP9 signalosome complex subunit 5b 6.044971804 C6_chemical_A1 +LQ09X000600 COP9 signalosome complex subunit 5b 6.017268705 C6_chemical_A3 +LQ09X000600 COP9 signalosome complex subunit 5b 5.188692359 C6_chemical_B1 +LQ09X000600 COP9 signalosome complex subunit 5b 6.394728467 C6_chemical_B2 +LQ09X000600 COP9 signalosome complex subunit 5b 5.413223496 C6_chemical_B3 +LQ09X000600 COP9 signalosome complex subunit 5b 6.051977808 C6_chemical_C1 +LQ09X000600 COP9 signalosome complex subunit 5b 6.03420862 C6_chemical_C2 +LQ09X000600 COP9 signalosome complex subunit 5b 5.887587926 C6_chemical_C3 +LQ09X000600 COP9 signalosome complex subunit 5b 5.875810053 L4_control_A1 +LQ09X000600 COP9 signalosome complex subunit 5b 5.813679484 L4_control_A2 +LQ09X000600 COP9 signalosome complex subunit 5b 6.187010486 L4_control_A3 +LQ09X000600 COP9 signalosome complex subunit 5b 5.585703418 L4_control_B1 +LQ09X000600 COP9 signalosome complex subunit 5b 5.565863419 L4_control_B2 +LQ09X000600 COP9 signalosome complex subunit 5b 5.709265175 L4_control_B3 +LQ09X000600 COP9 signalosome complex subunit 5b 5.44054764 L4_control_C2 +LQ09X000600 COP9 signalosome complex subunit 5b 5.208141993 L4_control_C3 +LQ09X000600 COP9 signalosome complex subunit 5b 5.940299425 L4_chemical_A1 +LQ09X000600 COP9 signalosome complex subunit 5b 5.642308303 L4_chemical_A2 +LQ09X000600 COP9 signalosome complex subunit 5b 6.376802911 L4_chemical_A3 +LQ09X000600 COP9 signalosome complex subunit 5b 5.192709242 L4_chemical_B1 +LQ09X000600 COP9 signalosome complex subunit 5b 5.561255671 L4_chemical_B2 +LQ09X000600 COP9 signalosome complex subunit 5b 5.798214356 L4_chemical_B3 +LQ09X000600 COP9 signalosome complex subunit 5b 6.404784177 L4_chemical_C2 +LQ09X000600 COP9 signalosome complex subunit 5b 5.793175276 L4_chemical_C3 +LQ09X000610 Plasma membrane ATPase 4 8.313813052 C6_control_A1 +LQ09X000610 Plasma membrane ATPase 4 6.330552647 C6_control_A3 +LQ09X000610 Plasma membrane ATPase 4 8.645656446 C6_control_B1 +LQ09X000610 Plasma membrane ATPase 4 9.101383324 C6_control_B2 +LQ09X000610 Plasma membrane ATPase 4 8.62769317 C6_control_B3 +LQ09X000610 Plasma membrane ATPase 4 10.89536916 C6_control_C1 +LQ09X000610 Plasma membrane ATPase 4 10.73822349 C6_control_C2 +LQ09X000610 Plasma membrane ATPase 4 10.51926864 C6_control_C3 +LQ09X000610 Plasma membrane ATPase 4 8.876484568 C6_chemical_A1 +LQ09X000610 Plasma membrane ATPase 4 8.020852496 C6_chemical_A3 +LQ09X000610 Plasma membrane ATPase 4 9.837375806 C6_chemical_B1 +LQ09X000610 Plasma membrane ATPase 4 9.156830689 C6_chemical_B2 +LQ09X000610 Plasma membrane ATPase 4 9.473541481 C6_chemical_B3 +LQ09X000610 Plasma membrane ATPase 4 11.12952241 C6_chemical_C1 +LQ09X000610 Plasma membrane ATPase 4 10.809807 C6_chemical_C2 +LQ09X000610 Plasma membrane ATPase 4 11.38425298 C6_chemical_C3 +LQ09X000610 Plasma membrane ATPase 4 8.922530602 L4_control_A1 +LQ09X000610 Plasma membrane ATPase 4 7.940593575 L4_control_A2 +LQ09X000610 Plasma membrane ATPase 4 8.224403486 L4_control_A3 +LQ09X000610 Plasma membrane ATPase 4 9.360886207 L4_control_B1 +LQ09X000610 Plasma membrane ATPase 4 8.991138301 L4_control_B2 +LQ09X000610 Plasma membrane ATPase 4 10.47569184 L4_control_B3 +LQ09X000610 Plasma membrane ATPase 4 10.82058818 L4_control_C2 +LQ09X000610 Plasma membrane ATPase 4 11.55171805 L4_control_C3 +LQ09X000610 Plasma membrane ATPase 4 9.287621699 L4_chemical_A1 +LQ09X000610 Plasma membrane ATPase 4 9.354580354 L4_chemical_A2 +LQ09X000610 Plasma membrane ATPase 4 9.333976598 L4_chemical_A3 +LQ09X000610 Plasma membrane ATPase 4 9.097334451 L4_chemical_B1 +LQ09X000610 Plasma membrane ATPase 4 8.832438246 L4_chemical_B2 +LQ09X000610 Plasma membrane ATPase 4 9.464640812 L4_chemical_B3 +LQ09X000610 Plasma membrane ATPase 4 10.64823341 L4_chemical_C2 +LQ09X000610 Plasma membrane ATPase 4 11.44894527 L4_chemical_C3 +LQ09X000630 Putative uncharacterized protein 11.6363132 C6_control_A1 +LQ09X000630 Putative uncharacterized protein 11.23754995 C6_control_A3 +LQ09X000630 Putative uncharacterized protein 11.64178117 C6_control_B1 +LQ09X000630 Putative uncharacterized protein 11.26132068 C6_control_B2 +LQ09X000630 Putative uncharacterized protein 11.37923529 C6_control_B3 +LQ09X000630 Putative uncharacterized protein 12.00214547 C6_control_C1 +LQ09X000630 Putative uncharacterized protein 11.57873489 C6_control_C2 +LQ09X000630 Putative uncharacterized protein 11.60182891 C6_control_C3 +LQ09X000630 Putative uncharacterized protein 11.56494875 C6_chemical_A1 +LQ09X000630 Putative uncharacterized protein 11.42706134 C6_chemical_A3 +LQ09X000630 Putative uncharacterized protein 11.64625203 C6_chemical_B1 +LQ09X000630 Putative uncharacterized protein 11.44258169 C6_chemical_B2 +LQ09X000630 Putative uncharacterized protein 11.41445704 C6_chemical_B3 +LQ09X000630 Putative uncharacterized protein 12.19430412 C6_chemical_C1 +LQ09X000630 Putative uncharacterized protein 11.70064506 C6_chemical_C2 +LQ09X000630 Putative uncharacterized protein 11.8400183 C6_chemical_C3 +LQ09X000630 Putative uncharacterized protein 11.32264099 L4_control_A1 +LQ09X000630 Putative uncharacterized protein 10.82983623 L4_control_A2 +LQ09X000630 Putative uncharacterized protein 11.04624194 L4_control_A3 +LQ09X000630 Putative uncharacterized protein 11.14637928 L4_control_B1 +LQ09X000630 Putative uncharacterized protein 11.69347296 L4_control_B2 +LQ09X000630 Putative uncharacterized protein 11.66670506 L4_control_B3 +LQ09X000630 Putative uncharacterized protein 11.63920975 L4_control_C2 +LQ09X000630 Putative uncharacterized protein 11.38491718 L4_control_C3 +LQ09X000630 Putative uncharacterized protein 11.50808216 L4_chemical_A1 +LQ09X000630 Putative uncharacterized protein 11.00130703 L4_chemical_A2 +LQ09X000630 Putative uncharacterized protein 11.13041475 L4_chemical_A3 +LQ09X000630 Putative uncharacterized protein 11.31723044 L4_chemical_B1 +LQ09X000630 Putative uncharacterized protein 11.26358565 L4_chemical_B2 +LQ09X000630 Putative uncharacterized protein 11.26136201 L4_chemical_B3 +LQ09X000630 Putative uncharacterized protein 11.47518832 L4_chemical_C2 +LQ09X000630 Putative uncharacterized protein 11.27625306 L4_chemical_C3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.856223175 C6_control_A1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 6.42460074 C6_control_A3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 6.128157159 C6_control_B1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.630515037 C6_control_B2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.479587617 C6_control_B3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.526187716 C6_control_C1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 6.199578029 C6_control_C2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.932174845 C6_control_C3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.605548588 C6_chemical_A1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.861193782 C6_chemical_A3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 6.685133862 C6_chemical_B1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.955903316 C6_chemical_B2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.58927405 C6_chemical_B3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 6.080360261 C6_chemical_C1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.918262312 C6_chemical_C2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.911850145 C6_chemical_C3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.713425245 L4_control_A1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.97936071 L4_control_A2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.653818604 L4_control_A3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.075048073 L4_control_B1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.660355418 L4_control_B2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.578918127 L4_control_B3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.867196523 L4_control_C2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.980341809 L4_control_C3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.828987342 L4_chemical_A1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.541687606 L4_chemical_A2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 6.554854396 L4_chemical_A3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.62292019 L4_chemical_B1 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.766510923 L4_chemical_B2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.542144852 L4_chemical_B3 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.466504055 L4_chemical_C2 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.813587145 L4_chemical_C3 +LQ09X000700 F-box protein AFR 6.761149309 C6_control_A1 +LQ09X000700 F-box protein AFR 6.402942547 C6_control_A3 +LQ09X000700 F-box protein AFR 6.392080591 C6_control_B1 +LQ09X000700 F-box protein AFR 6.612799473 C6_control_B2 +LQ09X000700 F-box protein AFR 6.700299331 C6_control_B3 +LQ09X000700 F-box protein AFR 5.907134331 C6_control_C1 +LQ09X000700 F-box protein AFR 6.192668454 C6_control_C2 +LQ09X000700 F-box protein AFR 6.281815202 C6_control_C3 +LQ09X000700 F-box protein AFR 6.628937711 C6_chemical_A1 +LQ09X000700 F-box protein AFR 6.332513497 C6_chemical_A3 +LQ09X000700 F-box protein AFR 6.276165285 C6_chemical_B1 +LQ09X000700 F-box protein AFR 6.432903569 C6_chemical_B2 +LQ09X000700 F-box protein AFR 6.231706798 C6_chemical_B3 +LQ09X000700 F-box protein AFR 6.278242252 C6_chemical_C1 +LQ09X000700 F-box protein AFR 6.366887708 C6_chemical_C2 +LQ09X000700 F-box protein AFR 6.176582545 C6_chemical_C3 +LQ09X000700 F-box protein AFR 6.378922387 L4_control_A1 +LQ09X000700 F-box protein AFR 6.708304787 L4_control_A2 +LQ09X000700 F-box protein AFR 6.94610517 L4_control_A3 +LQ09X000700 F-box protein AFR 6.750996854 L4_control_B1 +LQ09X000700 F-box protein AFR 5.846106599 L4_control_B2 +LQ09X000700 F-box protein AFR 6.644844287 L4_control_B3 +LQ09X000700 F-box protein AFR 5.620309224 L4_control_C2 +LQ09X000700 F-box protein AFR 6.178090815 L4_control_C3 +LQ09X000700 F-box protein AFR 6.191748103 L4_chemical_A1 +LQ09X000700 F-box protein AFR 6.634384994 L4_chemical_A2 +LQ09X000700 F-box protein AFR 6.72670051 L4_chemical_A3 +LQ09X000700 F-box protein AFR 6.424177951 L4_chemical_B1 +LQ09X000700 F-box protein AFR 6.546317227 L4_chemical_B2 +LQ09X000700 F-box protein AFR 6.6376659 L4_chemical_B3 +LQ09X000700 F-box protein AFR 6.313255379 L4_chemical_C2 +LQ09X000700 F-box protein AFR 6.03077099 L4_chemical_C3 +LQ09X000730 Putative uncharacterized protein 7.159908976 C6_control_A1 +LQ09X000730 Putative uncharacterized protein 6.870258972 C6_control_A3 +LQ09X000730 Putative uncharacterized protein 6.634694747 C6_control_B1 +LQ09X000730 Putative uncharacterized protein 6.567808913 C6_control_B2 +LQ09X000730 Putative uncharacterized protein 7.335672111 C6_control_B3 +LQ09X000730 Putative uncharacterized protein 6.968166997 C6_control_C1 +LQ09X000730 Putative uncharacterized protein 6.342142203 C6_control_C2 +LQ09X000730 Putative uncharacterized protein 6.649965174 C6_control_C3 +LQ09X000730 Putative uncharacterized protein 6.864099059 C6_chemical_A1 +LQ09X000730 Putative uncharacterized protein 6.891313542 C6_chemical_A3 +LQ09X000730 Putative uncharacterized protein 6.937877928 C6_chemical_B1 +LQ09X000730 Putative uncharacterized protein 6.219858949 C6_chemical_B2 +LQ09X000730 Putative uncharacterized protein 7.242588291 C6_chemical_B3 +LQ09X000730 Putative uncharacterized protein 7.236389657 C6_chemical_C1 +LQ09X000730 Putative uncharacterized protein 6.639810835 C6_chemical_C2 +LQ09X000730 Putative uncharacterized protein 6.798108975 C6_chemical_C3 +LQ09X000730 Putative uncharacterized protein 6.619351225 L4_control_A1 +LQ09X000730 Putative uncharacterized protein 7.18492951 L4_control_A2 +LQ09X000730 Putative uncharacterized protein 8.010458998 L4_control_A3 +LQ09X000730 Putative uncharacterized protein 6.741113868 L4_control_B1 +LQ09X000730 Putative uncharacterized protein 7.387011529 L4_control_B2 +LQ09X000730 Putative uncharacterized protein 6.848728384 L4_control_B3 +LQ09X000730 Putative uncharacterized protein 7.065019768 L4_control_C2 +LQ09X000730 Putative uncharacterized protein 6.074007063 L4_control_C3 +LQ09X000730 Putative uncharacterized protein 6.478184059 L4_chemical_A1 +LQ09X000730 Putative uncharacterized protein 7.106823221 L4_chemical_A2 +LQ09X000730 Putative uncharacterized protein 6.241141283 L4_chemical_A3 +LQ09X000730 Putative uncharacterized protein 6.674626159 L4_chemical_B1 +LQ09X000730 Putative uncharacterized protein 7.165731193 L4_chemical_B2 +LQ09X000730 Putative uncharacterized protein 7.100765811 L4_chemical_B3 +LQ09X000730 Putative uncharacterized protein 7.028303898 L4_chemical_C2 +LQ09X000730 Putative uncharacterized protein 6.191976344 L4_chemical_C3 +LQ09X000740 Coatomer subunit beta-1 13.14015447 C6_control_A1 +LQ09X000740 Coatomer subunit beta-1 13.14433619 C6_control_A3 +LQ09X000740 Coatomer subunit beta-1 12.90022218 C6_control_B1 +LQ09X000740 Coatomer subunit beta-1 14.07182938 C6_control_B2 +LQ09X000740 Coatomer subunit beta-1 13.36467901 C6_control_B3 +LQ09X000740 Coatomer subunit beta-1 13.03014699 C6_control_C1 +LQ09X000740 Coatomer subunit beta-1 13.29388517 C6_control_C2 +LQ09X000740 Coatomer subunit beta-1 13.43399251 C6_control_C3 +LQ09X000740 Coatomer subunit beta-1 12.91105499 C6_chemical_A1 +LQ09X000740 Coatomer subunit beta-1 12.63418021 C6_chemical_A3 +LQ09X000740 Coatomer subunit beta-1 12.75385054 C6_chemical_B1 +LQ09X000740 Coatomer subunit beta-1 13.5251288 C6_chemical_B2 +LQ09X000740 Coatomer subunit beta-1 13.17524485 C6_chemical_B3 +LQ09X000740 Coatomer subunit beta-1 13.17214023 C6_chemical_C1 +LQ09X000740 Coatomer subunit beta-1 13.06279478 C6_chemical_C2 +LQ09X000740 Coatomer subunit beta-1 13.2477602 C6_chemical_C3 +LQ09X000740 Coatomer subunit beta-1 13.25756007 L4_control_A1 +LQ09X000740 Coatomer subunit beta-1 13.36130454 L4_control_A2 +LQ09X000740 Coatomer subunit beta-1 12.6664146 L4_control_A3 +LQ09X000740 Coatomer subunit beta-1 13.03397115 L4_control_B1 +LQ09X000740 Coatomer subunit beta-1 12.18190161 L4_control_B2 +LQ09X000740 Coatomer subunit beta-1 13.36328505 L4_control_B3 +LQ09X000740 Coatomer subunit beta-1 11.75125 L4_control_C2 +LQ09X000740 Coatomer subunit beta-1 12.33371459 L4_control_C3 +LQ09X000740 Coatomer subunit beta-1 13.18300855 L4_chemical_A1 +LQ09X000740 Coatomer subunit beta-1 12.97620979 L4_chemical_A2 +LQ09X000740 Coatomer subunit beta-1 13.11487222 L4_chemical_A3 +LQ09X000740 Coatomer subunit beta-1 12.43251232 L4_chemical_B1 +LQ09X000740 Coatomer subunit beta-1 12.32517431 L4_chemical_B2 +LQ09X000740 Coatomer subunit beta-1 13.59503533 L4_chemical_B3 +LQ09X000740 Coatomer subunit beta-1 11.94069028 L4_chemical_C2 +LQ09X000740 Coatomer subunit beta-1 12.37301131 L4_chemical_C3 +LQ09X000760 Putative Predicted protein 9.205672248 C6_control_A1 +LQ09X000760 Putative Predicted protein 7.929196627 C6_control_A3 +LQ09X000760 Putative Predicted protein 8.954319218 C6_control_B1 +LQ09X000760 Putative Predicted protein 9.865706312 C6_control_B2 +LQ09X000760 Putative Predicted protein 9.10259384 C6_control_B3 +LQ09X000760 Putative Predicted protein 10.30112184 C6_control_C1 +LQ09X000760 Putative Predicted protein 10.68198749 C6_control_C2 +LQ09X000760 Putative Predicted protein 10.41116847 C6_control_C3 +LQ09X000760 Putative Predicted protein 9.218833432 C6_chemical_A1 +LQ09X000760 Putative Predicted protein 9.021163134 C6_chemical_A3 +LQ09X000760 Putative Predicted protein 8.417296579 C6_chemical_B1 +LQ09X000760 Putative Predicted protein 10.26189038 C6_chemical_B2 +LQ09X000760 Putative Predicted protein 9.049059244 C6_chemical_B3 +LQ09X000760 Putative Predicted protein 10.55756686 C6_chemical_C1 +LQ09X000760 Putative Predicted protein 11.06940286 C6_chemical_C2 +LQ09X000760 Putative Predicted protein 11.31064598 C6_chemical_C3 +LQ09X000760 Putative Predicted protein 9.617190066 L4_control_A1 +LQ09X000760 Putative Predicted protein 10.4030756 L4_control_A2 +LQ09X000760 Putative Predicted protein 10.31149708 L4_control_A3 +LQ09X000760 Putative Predicted protein 10.59754691 L4_control_B1 +LQ09X000760 Putative Predicted protein 10.52623254 L4_control_B2 +LQ09X000760 Putative Predicted protein 10.46711926 L4_control_B3 +LQ09X000760 Putative Predicted protein 11.40384182 L4_control_C2 +LQ09X000760 Putative Predicted protein 11.35360001 L4_control_C3 +LQ09X000760 Putative Predicted protein 11.39140542 L4_chemical_A1 +LQ09X000760 Putative Predicted protein 11.44119544 L4_chemical_A2 +LQ09X000760 Putative Predicted protein 11.10344726 L4_chemical_A3 +LQ09X000760 Putative Predicted protein 10.32449827 L4_chemical_B1 +LQ09X000760 Putative Predicted protein 10.79634586 L4_chemical_B2 +LQ09X000760 Putative Predicted protein 10.15338262 L4_chemical_B3 +LQ09X000760 Putative Predicted protein 11.4564894 L4_chemical_C2 +LQ09X000760 Putative Predicted protein 11.32841559 L4_chemical_C3 +LQ09X000780 Probable WRKY transcription factor 11 10.97568698 C6_control_A1 +LQ09X000780 Probable WRKY transcription factor 11 11.24692568 C6_control_A3 +LQ09X000780 Probable WRKY transcription factor 11 10.74117423 C6_control_B1 +LQ09X000780 Probable WRKY transcription factor 11 10.17794916 C6_control_B2 +LQ09X000780 Probable WRKY transcription factor 11 10.78970242 C6_control_B3 +LQ09X000780 Probable WRKY transcription factor 11 10.82079141 C6_control_C1 +LQ09X000780 Probable WRKY transcription factor 11 10.25836778 C6_control_C2 +LQ09X000780 Probable WRKY transcription factor 11 10.84798178 C6_control_C3 +LQ09X000780 Probable WRKY transcription factor 11 11.19059554 C6_chemical_A1 +LQ09X000780 Probable WRKY transcription factor 11 11.53358165 C6_chemical_A3 +LQ09X000780 Probable WRKY transcription factor 11 11.39827957 C6_chemical_B1 +LQ09X000780 Probable WRKY transcription factor 11 10.35021696 C6_chemical_B2 +LQ09X000780 Probable WRKY transcription factor 11 11.27128691 C6_chemical_B3 +LQ09X000780 Probable WRKY transcription factor 11 11.2282314 C6_chemical_C1 +LQ09X000780 Probable WRKY transcription factor 11 10.34974829 C6_chemical_C2 +LQ09X000780 Probable WRKY transcription factor 11 11.2931401 C6_chemical_C3 +LQ09X000780 Probable WRKY transcription factor 11 11.81132472 L4_control_A1 +LQ09X000780 Probable WRKY transcription factor 11 11.29451451 L4_control_A2 +LQ09X000780 Probable WRKY transcription factor 11 11.75592416 L4_control_A3 +LQ09X000780 Probable WRKY transcription factor 11 11.91980907 L4_control_B1 +LQ09X000780 Probable WRKY transcription factor 11 11.87116383 L4_control_B2 +LQ09X000780 Probable WRKY transcription factor 11 11.2841632 L4_control_B3 +LQ09X000780 Probable WRKY transcription factor 11 12.44041205 L4_control_C2 +LQ09X000780 Probable WRKY transcription factor 11 12.83195023 L4_control_C3 +LQ09X000780 Probable WRKY transcription factor 11 11.80377116 L4_chemical_A1 +LQ09X000780 Probable WRKY transcription factor 11 11.56019424 L4_chemical_A2 +LQ09X000780 Probable WRKY transcription factor 11 11.86014909 L4_chemical_A3 +LQ09X000780 Probable WRKY transcription factor 11 12.67288515 L4_chemical_B1 +LQ09X000780 Probable WRKY transcription factor 11 12.33947165 L4_chemical_B2 +LQ09X000780 Probable WRKY transcription factor 11 11.18962172 L4_chemical_B3 +LQ09X000780 Probable WRKY transcription factor 11 12.68865372 L4_chemical_C2 +LQ09X000780 Probable WRKY transcription factor 11 12.42285443 L4_chemical_C3 +LQ09X000790 Putative uncharacterized protein 9.608788152 C6_control_A1 +LQ09X000790 Putative uncharacterized protein 8.141078554 C6_control_A3 +LQ09X000790 Putative uncharacterized protein 10.18314242 C6_control_B1 +LQ09X000790 Putative uncharacterized protein 10.18450984 C6_control_B2 +LQ09X000790 Putative uncharacterized protein 9.986932621 C6_control_B3 +LQ09X000790 Putative uncharacterized protein 10.04956684 C6_control_C1 +LQ09X000790 Putative uncharacterized protein 9.985065838 C6_control_C2 +LQ09X000790 Putative uncharacterized protein 9.701517409 C6_control_C3 +LQ09X000790 Putative uncharacterized protein 9.418677777 C6_chemical_A1 +LQ09X000790 Putative uncharacterized protein 8.772908385 C6_chemical_A3 +LQ09X000790 Putative uncharacterized protein 10.26862135 C6_chemical_B1 +LQ09X000790 Putative uncharacterized protein 9.935167848 C6_chemical_B2 +LQ09X000790 Putative uncharacterized protein 9.91219974 C6_chemical_B3 +LQ09X000790 Putative uncharacterized protein 9.934797525 C6_chemical_C1 +LQ09X000790 Putative uncharacterized protein 9.757193651 C6_chemical_C2 +LQ09X000790 Putative uncharacterized protein 10.01763841 C6_chemical_C3 +LQ09X000790 Putative uncharacterized protein 9.527662159 L4_control_A1 +LQ09X000790 Putative uncharacterized protein 8.755584446 L4_control_A2 +LQ09X000790 Putative uncharacterized protein 9.121239438 L4_control_A3 +LQ09X000790 Putative uncharacterized protein 10.30216781 L4_control_B1 +LQ09X000790 Putative uncharacterized protein 10.16636927 L4_control_B2 +LQ09X000790 Putative uncharacterized protein 10.69536538 L4_control_B3 +LQ09X000790 Putative uncharacterized protein 10.07970156 L4_control_C2 +LQ09X000790 Putative uncharacterized protein 10.20729511 L4_control_C3 +LQ09X000790 Putative uncharacterized protein 9.871677531 L4_chemical_A1 +LQ09X000790 Putative uncharacterized protein 9.136570826 L4_chemical_A2 +LQ09X000790 Putative uncharacterized protein 9.529744592 L4_chemical_A3 +LQ09X000790 Putative uncharacterized protein 9.614028846 L4_chemical_B1 +LQ09X000790 Putative uncharacterized protein 10.15538921 L4_chemical_B2 +LQ09X000790 Putative uncharacterized protein 10.00797871 L4_chemical_B3 +LQ09X000790 Putative uncharacterized protein 9.921593167 L4_chemical_C2 +LQ09X000790 Putative uncharacterized protein 10.34537005 L4_chemical_C3 +LQ09X000850 Hypothetical protein 15.19768487 C6_control_A1 +LQ09X000850 Hypothetical protein 15.5263035 C6_control_A3 +LQ09X000850 Hypothetical protein 14.85523564 C6_control_B1 +LQ09X000850 Hypothetical protein 14.05674736 C6_control_B2 +LQ09X000850 Hypothetical protein 14.57530743 C6_control_B3 +LQ09X000850 Hypothetical protein 14.10177285 C6_control_C1 +LQ09X000850 Hypothetical protein 13.74190129 C6_control_C2 +LQ09X000850 Hypothetical protein 14.12978731 C6_control_C3 +LQ09X000850 Hypothetical protein 15.03857497 C6_chemical_A1 +LQ09X000850 Hypothetical protein 15.15291859 C6_chemical_A3 +LQ09X000850 Hypothetical protein 14.62183127 C6_chemical_B1 +LQ09X000850 Hypothetical protein 13.57200519 C6_chemical_B2 +LQ09X000850 Hypothetical protein 14.4592092 C6_chemical_B3 +LQ09X000850 Hypothetical protein 13.70442907 C6_chemical_C1 +LQ09X000850 Hypothetical protein 13.55853028 C6_chemical_C2 +LQ09X000850 Hypothetical protein 13.94918083 C6_chemical_C3 +LQ09X000850 Hypothetical protein 15.07419918 L4_control_A1 +LQ09X000850 Hypothetical protein 14.80334601 L4_control_A2 +LQ09X000850 Hypothetical protein 15.18864599 L4_control_A3 +LQ09X000850 Hypothetical protein 14.43657598 L4_control_B1 +LQ09X000850 Hypothetical protein 14.30737575 L4_control_B2 +LQ09X000850 Hypothetical protein 14.10205373 L4_control_B3 +LQ09X000850 Hypothetical protein 14.2491117 L4_control_C2 +LQ09X000850 Hypothetical protein 14.49433214 L4_control_C3 +LQ09X000850 Hypothetical protein 14.59223559 L4_chemical_A1 +LQ09X000850 Hypothetical protein 14.61065373 L4_chemical_A2 +LQ09X000850 Hypothetical protein 14.90407765 L4_chemical_A3 +LQ09X000850 Hypothetical protein 14.77784536 L4_chemical_B1 +LQ09X000850 Hypothetical protein 14.46495013 L4_chemical_B2 +LQ09X000850 Hypothetical protein 14.61719959 L4_chemical_B3 +LQ09X000850 Hypothetical protein 14.415975 L4_chemical_C2 +LQ09X000850 Hypothetical protein 14.36864746 L4_chemical_C3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.513133147 C6_control_A1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 7.956359495 C6_control_A3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.554859237 C6_control_B1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.01653024 C6_control_B2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.314368549 C6_control_B3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 6.904416355 C6_control_C1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 6.047481994 C6_control_C2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 6.519857014 C6_control_C3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.49445927 C6_chemical_A1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.67475526 C6_chemical_A3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.933863419 C6_chemical_B1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.38066115 C6_chemical_B2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.978932944 C6_chemical_B3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 6.759621051 C6_chemical_C1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 5.822454309 C6_chemical_C2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 5.687100459 C6_chemical_C3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.404609768 L4_control_A1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.073715727 L4_control_A2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.643757837 L4_control_A3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.293190807 L4_control_B1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.354385127 L4_control_B2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.180820913 L4_control_B3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 6.824677769 L4_control_C2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 6.839333282 L4_control_C3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.189699469 L4_chemical_A1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 7.919487494 L4_chemical_A2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 7.738779646 L4_chemical_A3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.601439661 L4_chemical_B1 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 9.082542902 L4_chemical_B2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.523945147 L4_chemical_B3 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 7.657881193 L4_chemical_C2 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 6.6717391 L4_chemical_C3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.629485505 C6_control_A1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.499057501 C6_control_A3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.879346941 C6_control_B1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.296387087 C6_control_B2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.216917577 C6_control_B3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.80024797 C6_control_C1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 4.977231536 C6_control_C2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.616943845 C6_control_C3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.309275404 C6_chemical_A1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 6.031212136 C6_chemical_A3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.315883834 C6_chemical_B1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.48260857 C6_chemical_B2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.329393954 C6_chemical_B3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.433963053 C6_chemical_C1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.393324595 C6_chemical_C2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.649314721 C6_chemical_C3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.528597209 L4_control_A1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.088061245 L4_control_A2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.472641873 L4_control_A3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.194541743 L4_control_B1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.026040913 L4_control_B2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.373250325 L4_control_B3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.481419485 L4_control_C2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.079827382 L4_control_C3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.771698048 L4_chemical_A1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.059393835 L4_chemical_A2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.196221865 L4_chemical_A3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.618110498 L4_chemical_B1 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.121393843 L4_chemical_B2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.1523907 L4_chemical_B3 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.142879981 L4_chemical_C2 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.530659337 L4_chemical_C3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.29689333 C6_control_A1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 8.936548128 C6_control_A3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.69241855 C6_control_B1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.52562603 C6_control_B2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.81653681 C6_control_B3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.761869134 C6_control_C1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.265003126 C6_control_C2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.34967517 C6_control_C3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.968539084 C6_chemical_A1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.020984249 C6_chemical_A3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.85867201 C6_chemical_B1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.40799992 C6_chemical_B2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.38655077 C6_chemical_B3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.523367585 C6_chemical_C1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.662300073 C6_chemical_C2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.626061697 C6_chemical_C3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.135767597 L4_control_A1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.848735525 L4_control_A2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.191169929 L4_control_A3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.03808554 L4_control_B1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 11.00350071 L4_control_B2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.16081723 L4_control_B3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.437830777 L4_control_C2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.431179681 L4_control_C3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 8.633634537 L4_chemical_A1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.709754589 L4_chemical_A2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 8.102541401 L4_chemical_A3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.07458295 L4_chemical_B1 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.96043411 L4_chemical_B2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 10.14513425 L4_chemical_B3 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.036517323 L4_chemical_C2 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.414920038 L4_chemical_C3 +LQ09X000890 Putative B3 domain-containing protein REM10 9.359990918 C6_control_A1 +LQ09X000890 Putative B3 domain-containing protein REM10 7.941063816 C6_control_A3 +LQ09X000890 Putative B3 domain-containing protein REM10 9.286451043 C6_control_B1 +LQ09X000890 Putative B3 domain-containing protein REM10 8.078890217 C6_control_B2 +LQ09X000890 Putative B3 domain-containing protein REM10 8.183178707 C6_control_B3 +LQ09X000890 Putative B3 domain-containing protein REM10 9.499993375 C6_control_C1 +LQ09X000890 Putative B3 domain-containing protein REM10 9.049628897 C6_control_C2 +LQ09X000890 Putative B3 domain-containing protein REM10 9.797854514 C6_control_C3 +LQ09X000890 Putative B3 domain-containing protein REM10 8.589064369 C6_chemical_A1 +LQ09X000890 Putative B3 domain-containing protein REM10 8.228291173 C6_chemical_A3 +LQ09X000890 Putative B3 domain-containing protein REM10 7.668016648 C6_chemical_B1 +LQ09X000890 Putative B3 domain-containing protein REM10 7.651631484 C6_chemical_B2 +LQ09X000890 Putative B3 domain-containing protein REM10 8.373130839 C6_chemical_B3 +LQ09X000890 Putative B3 domain-containing protein REM10 8.976440181 C6_chemical_C1 +LQ09X000890 Putative B3 domain-containing protein REM10 8.595734469 C6_chemical_C2 +LQ09X000890 Putative B3 domain-containing protein REM10 8.756661801 C6_chemical_C3 +LQ09X000890 Putative B3 domain-containing protein REM10 8.523259383 L4_control_A1 +LQ09X000890 Putative B3 domain-containing protein REM10 9.525148215 L4_control_A2 +LQ09X000890 Putative B3 domain-containing protein REM10 8.479349489 L4_control_A3 +LQ09X000890 Putative B3 domain-containing protein REM10 8.228381215 L4_control_B1 +LQ09X000890 Putative B3 domain-containing protein REM10 7.612533026 L4_control_B2 +LQ09X000890 Putative B3 domain-containing protein REM10 7.885532453 L4_control_B3 +LQ09X000890 Putative B3 domain-containing protein REM10 9.293693198 L4_control_C2 +LQ09X000890 Putative B3 domain-containing protein REM10 8.272109606 L4_control_C3 +LQ09X000890 Putative B3 domain-containing protein REM10 8.063726956 L4_chemical_A1 +LQ09X000890 Putative B3 domain-containing protein REM10 9.078424565 L4_chemical_A2 +LQ09X000890 Putative B3 domain-containing protein REM10 8.082642132 L4_chemical_A3 +LQ09X000890 Putative B3 domain-containing protein REM10 8.197205558 L4_chemical_B1 +LQ09X000890 Putative B3 domain-containing protein REM10 8.468396924 L4_chemical_B2 +LQ09X000890 Putative B3 domain-containing protein REM10 8.662397148 L4_chemical_B3 +LQ09X000890 Putative B3 domain-containing protein REM10 9.175778349 L4_chemical_C2 +LQ09X000890 Putative B3 domain-containing protein REM10 8.524735122 L4_chemical_C3 +LQ09X001020 Glutamate receptor 2.7 5.310060314 C6_control_A1 +LQ09X001020 Glutamate receptor 2.7 4.866405375 C6_control_A3 +LQ09X001020 Glutamate receptor 2.7 5.624515757 C6_control_B1 +LQ09X001020 Glutamate receptor 2.7 5.892574775 C6_control_B2 +LQ09X001020 Glutamate receptor 2.7 5.162136054 C6_control_B3 +LQ09X001020 Glutamate receptor 2.7 6.549770345 C6_control_C1 +LQ09X001020 Glutamate receptor 2.7 5.635641592 C6_control_C2 +LQ09X001020 Glutamate receptor 2.7 5.590357336 C6_control_C3 +LQ09X001020 Glutamate receptor 2.7 5.469497735 C6_chemical_A1 +LQ09X001020 Glutamate receptor 2.7 4.892142144 C6_chemical_A3 +LQ09X001020 Glutamate receptor 2.7 6.827626419 C6_chemical_B1 +LQ09X001020 Glutamate receptor 2.7 6.440919026 C6_chemical_B2 +LQ09X001020 Glutamate receptor 2.7 6.099260801 C6_chemical_B3 +LQ09X001020 Glutamate receptor 2.7 6.199958629 C6_chemical_C1 +LQ09X001020 Glutamate receptor 2.7 6.232124582 C6_chemical_C2 +LQ09X001020 Glutamate receptor 2.7 7.092341448 C6_chemical_C3 +LQ09X001020 Glutamate receptor 2.7 5.207716971 L4_control_A1 +LQ09X001020 Glutamate receptor 2.7 5.143499024 L4_control_A2 +LQ09X001020 Glutamate receptor 2.7 5.460127127 L4_control_A3 +LQ09X001020 Glutamate receptor 2.7 5.161025112 L4_control_B1 +LQ09X001020 Glutamate receptor 2.7 5.306189973 L4_control_B2 +LQ09X001020 Glutamate receptor 2.7 5.633610875 L4_control_B3 +LQ09X001020 Glutamate receptor 2.7 5.982577734 L4_control_C2 +LQ09X001020 Glutamate receptor 2.7 6.066565829 L4_control_C3 +LQ09X001020 Glutamate receptor 2.7 5.200124265 L4_chemical_A1 +LQ09X001020 Glutamate receptor 2.7 5.379625587 L4_chemical_A2 +LQ09X001020 Glutamate receptor 2.7 5.896538506 L4_chemical_A3 +LQ09X001020 Glutamate receptor 2.7 5.325345974 L4_chemical_B1 +LQ09X001020 Glutamate receptor 2.7 4.923839022 L4_chemical_B2 +LQ09X001020 Glutamate receptor 2.7 5.445660777 L4_chemical_B3 +LQ09X001020 Glutamate receptor 2.7 5.510741158 L4_chemical_C2 +LQ09X001020 Glutamate receptor 2.7 6.128132486 L4_chemical_C3 +LQ09X001030 Putative uncharacterized protein 5.731172893 C6_control_A1 +LQ09X001030 Putative uncharacterized protein 5.460575806 C6_control_A3 +LQ09X001030 Putative uncharacterized protein 5.276539225 C6_control_B1 +LQ09X001030 Putative uncharacterized protein 6.091144418 C6_control_B2 +LQ09X001030 Putative uncharacterized protein 5.383521589 C6_control_B3 +LQ09X001030 Putative uncharacterized protein 5.522781594 C6_control_C1 +LQ09X001030 Putative uncharacterized protein 6.199266228 C6_control_C2 +LQ09X001030 Putative uncharacterized protein 5.809928399 C6_control_C3 +LQ09X001030 Putative uncharacterized protein 5.605709843 C6_chemical_A1 +LQ09X001030 Putative uncharacterized protein 5.298288797 C6_chemical_A3 +LQ09X001030 Putative uncharacterized protein 5.474421109 C6_chemical_B1 +LQ09X001030 Putative uncharacterized protein 6.06757851 C6_chemical_B2 +LQ09X001030 Putative uncharacterized protein 5.403374493 C6_chemical_B3 +LQ09X001030 Putative uncharacterized protein 5.883994148 C6_chemical_C1 +LQ09X001030 Putative uncharacterized protein 6.074462107 C6_chemical_C2 +LQ09X001030 Putative uncharacterized protein 5.329297488 C6_chemical_C3 +LQ09X001030 Putative uncharacterized protein 5.54612457 L4_control_A1 +LQ09X001030 Putative uncharacterized protein 5.347458729 L4_control_A2 +LQ09X001030 Putative uncharacterized protein 6.10590337 L4_control_A3 +LQ09X001030 Putative uncharacterized protein 4.842399211 L4_control_B1 +LQ09X001030 Putative uncharacterized protein 5.666174259 L4_control_B2 +LQ09X001030 Putative uncharacterized protein 5.326298887 L4_control_B3 +LQ09X001030 Putative uncharacterized protein 5.120152918 L4_control_C2 +LQ09X001030 Putative uncharacterized protein 5.419387029 L4_control_C3 +LQ09X001030 Putative uncharacterized protein 5.581819562 L4_chemical_A1 +LQ09X001030 Putative uncharacterized protein 5.585527983 L4_chemical_A2 +LQ09X001030 Putative uncharacterized protein 6.149928488 L4_chemical_A3 +LQ09X001030 Putative uncharacterized protein 5.12871829 L4_chemical_B1 +LQ09X001030 Putative uncharacterized protein 5.577507144 L4_chemical_B2 +LQ09X001030 Putative uncharacterized protein 5.735508225 L4_chemical_B3 +LQ09X001030 Putative uncharacterized protein 5.241763561 L4_chemical_C2 +LQ09X001030 Putative uncharacterized protein 5.542346392 L4_chemical_C3 +LQ09X001060 Predicted protein 5.106176052 C6_control_A1 +LQ09X001060 Predicted protein 4.837544323 C6_control_A3 +LQ09X001060 Predicted protein 5.098405206 C6_control_B1 +LQ09X001060 Predicted protein 5.058376728 C6_control_B2 +LQ09X001060 Predicted protein 4.846700861 C6_control_B3 +LQ09X001060 Predicted protein 5.339035647 C6_control_C1 +LQ09X001060 Predicted protein 4.926909557 C6_control_C2 +LQ09X001060 Predicted protein 4.952840699 C6_control_C3 +LQ09X001060 Predicted protein 4.944601244 C6_chemical_A1 +LQ09X001060 Predicted protein 4.703984845 C6_chemical_A3 +LQ09X001060 Predicted protein 5.150101537 C6_chemical_B1 +LQ09X001060 Predicted protein 5.064228124 C6_chemical_B2 +LQ09X001060 Predicted protein 5.533171602 C6_chemical_B3 +LQ09X001060 Predicted protein 5.18976187 C6_chemical_C1 +LQ09X001060 Predicted protein 5.016885624 C6_chemical_C2 +LQ09X001060 Predicted protein 5.31823372 C6_chemical_C3 +LQ09X001060 Predicted protein 5.074281997 L4_control_A1 +LQ09X001060 Predicted protein 4.984317882 L4_control_A2 +LQ09X001060 Predicted protein 4.743675792 L4_control_A3 +LQ09X001060 Predicted protein 5.087272964 L4_control_B1 +LQ09X001060 Predicted protein 5.097927371 L4_control_B2 +LQ09X001060 Predicted protein 4.809690796 L4_control_B3 +LQ09X001060 Predicted protein 5.167536204 L4_control_C2 +LQ09X001060 Predicted protein 5.339930278 L4_control_C3 +LQ09X001060 Predicted protein 4.851405217 L4_chemical_A1 +LQ09X001060 Predicted protein 5.178187117 L4_chemical_A2 +LQ09X001060 Predicted protein 4.805420261 L4_chemical_A3 +LQ09X001060 Predicted protein 4.853180065 L4_chemical_B1 +LQ09X001060 Predicted protein 5.062998145 L4_chemical_B2 +LQ09X001060 Predicted protein 5.147954948 L4_chemical_B3 +LQ09X001060 Predicted protein 5.921816089 L4_chemical_C2 +LQ09X001060 Predicted protein 6.305694611 L4_chemical_C3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.941333927 C6_control_A1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.485399879 C6_control_A3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 6.144939219 C6_control_B1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.761053516 C6_control_B2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 6.395356476 C6_control_B3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 6.089248441 C6_control_C1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.796598444 C6_control_C2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 6.346316355 C6_control_C3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.973042426 C6_chemical_A1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.61701836 C6_chemical_A3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.850654584 C6_chemical_B1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.570124265 C6_chemical_B2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 6.312813593 C6_chemical_B3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 6.089303828 C6_chemical_C1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 6.102314258 C6_chemical_C2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 6.035833525 C6_chemical_C3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.594402646 L4_control_A1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.252692297 L4_control_A2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.374084682 L4_control_A3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.354030599 L4_control_B1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.303996506 L4_control_B2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.645087093 L4_control_B3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.491259401 L4_control_C2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.61595806 L4_control_C3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.557151574 L4_chemical_A1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.948281134 L4_chemical_A2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.940418349 L4_chemical_A3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.450689569 L4_chemical_B1 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.351495719 L4_chemical_B2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.78668956 L4_chemical_B3 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.188329735 L4_chemical_C2 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.917879793 L4_chemical_C3 +LQ09X001080 Probable protein phosphatase 2C 59 7.446953716 C6_control_A1 +LQ09X001080 Probable protein phosphatase 2C 59 7.639776304 C6_control_A3 +LQ09X001080 Probable protein phosphatase 2C 59 7.481596207 C6_control_B1 +LQ09X001080 Probable protein phosphatase 2C 59 8.043214394 C6_control_B2 +LQ09X001080 Probable protein phosphatase 2C 59 8.375515639 C6_control_B3 +LQ09X001080 Probable protein phosphatase 2C 59 7.878818296 C6_control_C1 +LQ09X001080 Probable protein phosphatase 2C 59 7.595056083 C6_control_C2 +LQ09X001080 Probable protein phosphatase 2C 59 8.668242873 C6_control_C3 +LQ09X001080 Probable protein phosphatase 2C 59 7.084121663 C6_chemical_A1 +LQ09X001080 Probable protein phosphatase 2C 59 7.356103325 C6_chemical_A3 +LQ09X001080 Probable protein phosphatase 2C 59 7.518941747 C6_chemical_B1 +LQ09X001080 Probable protein phosphatase 2C 59 7.927027381 C6_chemical_B2 +LQ09X001080 Probable protein phosphatase 2C 59 8.259344442 C6_chemical_B3 +LQ09X001080 Probable protein phosphatase 2C 59 7.879544133 C6_chemical_C1 +LQ09X001080 Probable protein phosphatase 2C 59 7.818546023 C6_chemical_C2 +LQ09X001080 Probable protein phosphatase 2C 59 8.68959407 C6_chemical_C3 +LQ09X001080 Probable protein phosphatase 2C 59 6.893203225 L4_control_A1 +LQ09X001080 Probable protein phosphatase 2C 59 7.415451754 L4_control_A2 +LQ09X001080 Probable protein phosphatase 2C 59 7.940182243 L4_control_A3 +LQ09X001080 Probable protein phosphatase 2C 59 7.458292783 L4_control_B1 +LQ09X001080 Probable protein phosphatase 2C 59 6.160027916 L4_control_B2 +LQ09X001080 Probable protein phosphatase 2C 59 7.881620554 L4_control_B3 +LQ09X001080 Probable protein phosphatase 2C 59 6.697436929 L4_control_C2 +LQ09X001080 Probable protein phosphatase 2C 59 7.517591415 L4_control_C3 +LQ09X001080 Probable protein phosphatase 2C 59 7.373610302 L4_chemical_A1 +LQ09X001080 Probable protein phosphatase 2C 59 7.537689965 L4_chemical_A2 +LQ09X001080 Probable protein phosphatase 2C 59 8.076589841 L4_chemical_A3 +LQ09X001080 Probable protein phosphatase 2C 59 7.491110116 L4_chemical_B1 +LQ09X001080 Probable protein phosphatase 2C 59 7.200362587 L4_chemical_B2 +LQ09X001080 Probable protein phosphatase 2C 59 7.437936378 L4_chemical_B3 +LQ09X001080 Probable protein phosphatase 2C 59 6.240771876 L4_chemical_C2 +LQ09X001080 Probable protein phosphatase 2C 59 6.799149999 L4_chemical_C3 +LQ09X001100 Lipid binding protein, putative 4.943868249 C6_control_A1 +LQ09X001100 Lipid binding protein, putative 4.820810795 C6_control_A3 +LQ09X001100 Lipid binding protein, putative 5.341094281 C6_control_B1 +LQ09X001100 Lipid binding protein, putative 5.113031337 C6_control_B2 +LQ09X001100 Lipid binding protein, putative 5.050939864 C6_control_B3 +LQ09X001100 Lipid binding protein, putative 4.537404631 C6_control_C1 +LQ09X001100 Lipid binding protein, putative 5.182428459 C6_control_C2 +LQ09X001100 Lipid binding protein, putative 5.13701491 C6_control_C3 +LQ09X001100 Lipid binding protein, putative 5.011010355 C6_chemical_A1 +LQ09X001100 Lipid binding protein, putative 5.254926799 C6_chemical_A3 +LQ09X001100 Lipid binding protein, putative 5.262536255 C6_chemical_B1 +LQ09X001100 Lipid binding protein, putative 5.189122924 C6_chemical_B2 +LQ09X001100 Lipid binding protein, putative 5.257660052 C6_chemical_B3 +LQ09X001100 Lipid binding protein, putative 4.65090982 C6_chemical_C1 +LQ09X001100 Lipid binding protein, putative 5.223363865 C6_chemical_C2 +LQ09X001100 Lipid binding protein, putative 5.18446142 C6_chemical_C3 +LQ09X001100 Lipid binding protein, putative 4.816324912 L4_control_A1 +LQ09X001100 Lipid binding protein, putative 5.319595344 L4_control_A2 +LQ09X001100 Lipid binding protein, putative 5.244603099 L4_control_A3 +LQ09X001100 Lipid binding protein, putative 5.221354628 L4_control_B1 +LQ09X001100 Lipid binding protein, putative 5.067147962 L4_control_B2 +LQ09X001100 Lipid binding protein, putative 5.581322141 L4_control_B3 +LQ09X001100 Lipid binding protein, putative 5.036196224 L4_control_C2 +LQ09X001100 Lipid binding protein, putative 5.552881326 L4_control_C3 +LQ09X001100 Lipid binding protein, putative 5.154274672 L4_chemical_A1 +LQ09X001100 Lipid binding protein, putative 5.356511236 L4_chemical_A2 +LQ09X001100 Lipid binding protein, putative 5.172505455 L4_chemical_A3 +LQ09X001100 Lipid binding protein, putative 5.348074405 L4_chemical_B1 +LQ09X001100 Lipid binding protein, putative 5.380721235 L4_chemical_B2 +LQ09X001100 Lipid binding protein, putative 5.327845732 L4_chemical_B3 +LQ09X001100 Lipid binding protein, putative 5.548579799 L4_chemical_C2 +LQ09X001100 Lipid binding protein, putative 5.437289231 L4_chemical_C3 +LQ09X001110 Putative Peptidase A1 6.449919859 C6_control_A1 +LQ09X001110 Putative Peptidase A1 5.69082819 C6_control_A3 +LQ09X001110 Putative Peptidase A1 6.627617727 C6_control_B1 +LQ09X001110 Putative Peptidase A1 6.134174413 C6_control_B2 +LQ09X001110 Putative Peptidase A1 6.793351097 C6_control_B3 +LQ09X001110 Putative Peptidase A1 6.390189559 C6_control_C1 +LQ09X001110 Putative Peptidase A1 5.956117161 C6_control_C2 +LQ09X001110 Putative Peptidase A1 6.728138295 C6_control_C3 +LQ09X001110 Putative Peptidase A1 6.468804435 C6_chemical_A1 +LQ09X001110 Putative Peptidase A1 6.210750615 C6_chemical_A3 +LQ09X001110 Putative Peptidase A1 6.349213842 C6_chemical_B1 +LQ09X001110 Putative Peptidase A1 6.239086113 C6_chemical_B2 +LQ09X001110 Putative Peptidase A1 6.702928921 C6_chemical_B3 +LQ09X001110 Putative Peptidase A1 5.926790664 C6_chemical_C1 +LQ09X001110 Putative Peptidase A1 6.261577629 C6_chemical_C2 +LQ09X001110 Putative Peptidase A1 6.323173651 C6_chemical_C3 +LQ09X001110 Putative Peptidase A1 6.632058498 L4_control_A1 +LQ09X001110 Putative Peptidase A1 6.742368964 L4_control_A2 +LQ09X001110 Putative Peptidase A1 7.47735728 L4_control_A3 +LQ09X001110 Putative Peptidase A1 6.501209139 L4_control_B1 +LQ09X001110 Putative Peptidase A1 6.47106773 L4_control_B2 +LQ09X001110 Putative Peptidase A1 6.436427797 L4_control_B3 +LQ09X001110 Putative Peptidase A1 7.31554166 L4_control_C2 +LQ09X001110 Putative Peptidase A1 6.356450338 L4_control_C3 +LQ09X001110 Putative Peptidase A1 7.238815862 L4_chemical_A1 +LQ09X001110 Putative Peptidase A1 6.456331768 L4_chemical_A2 +LQ09X001110 Putative Peptidase A1 7.355519636 L4_chemical_A3 +LQ09X001110 Putative Peptidase A1 7.813369829 L4_chemical_B1 +LQ09X001110 Putative Peptidase A1 6.811565952 L4_chemical_B2 +LQ09X001110 Putative Peptidase A1 6.521885716 L4_chemical_B3 +LQ09X001110 Putative Peptidase A1 6.556340904 L4_chemical_C2 +LQ09X001110 Putative Peptidase A1 6.808816848 L4_chemical_C3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.62711559 C6_control_A1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 10.14524247 C6_control_A3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 12.99620451 C6_control_B1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.15028677 C6_control_B2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.56691926 C6_control_B3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.90994813 C6_control_C1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 12.01876772 C6_control_C2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.02751352 C6_control_C3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.52933419 C6_chemical_A1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 10.10023849 C6_chemical_A3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.21060317 C6_chemical_B1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 12.86618186 C6_chemical_B2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.65692954 C6_chemical_B3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.87818635 C6_chemical_C1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.25919265 C6_chemical_C2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 10.96833993 C6_chemical_C3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.01592625 L4_control_A1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.48108891 L4_control_A2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 10.9364429 L4_control_A3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.47938324 L4_control_B1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.76366161 L4_control_B2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.08190916 L4_control_B3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.15691647 L4_control_C2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.49107976 L4_control_C3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.6832121 L4_chemical_A1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 12.37026101 L4_chemical_A2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.88162111 L4_chemical_A3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.5028561 L4_chemical_B1 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 13.19489218 L4_chemical_B2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 12.83095491 L4_chemical_B3 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.63439935 L4_chemical_C2 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.50941024 L4_chemical_C3 +LQ09X001170 Probable steroid-binding protein 3 6.129711283 C6_control_A1 +LQ09X001170 Probable steroid-binding protein 3 5.713627445 C6_control_A3 +LQ09X001170 Probable steroid-binding protein 3 5.767866711 C6_control_B1 +LQ09X001170 Probable steroid-binding protein 3 5.768077909 C6_control_B2 +LQ09X001170 Probable steroid-binding protein 3 6.199654149 C6_control_B3 +LQ09X001170 Probable steroid-binding protein 3 6.342467478 C6_control_C1 +LQ09X001170 Probable steroid-binding protein 3 5.816071398 C6_control_C2 +LQ09X001170 Probable steroid-binding protein 3 5.799769163 C6_control_C3 +LQ09X001170 Probable steroid-binding protein 3 5.643389159 C6_chemical_A1 +LQ09X001170 Probable steroid-binding protein 3 5.87254703 C6_chemical_A3 +LQ09X001170 Probable steroid-binding protein 3 5.684761036 C6_chemical_B1 +LQ09X001170 Probable steroid-binding protein 3 5.671576004 C6_chemical_B2 +LQ09X001170 Probable steroid-binding protein 3 5.842636042 C6_chemical_B3 +LQ09X001170 Probable steroid-binding protein 3 6.089729068 C6_chemical_C1 +LQ09X001170 Probable steroid-binding protein 3 5.936661228 C6_chemical_C2 +LQ09X001170 Probable steroid-binding protein 3 6.155240495 C6_chemical_C3 +LQ09X001170 Probable steroid-binding protein 3 5.810514826 L4_control_A1 +LQ09X001170 Probable steroid-binding protein 3 5.585715987 L4_control_A2 +LQ09X001170 Probable steroid-binding protein 3 6.376342494 L4_control_A3 +LQ09X001170 Probable steroid-binding protein 3 5.725728918 L4_control_B1 +LQ09X001170 Probable steroid-binding protein 3 5.571846615 L4_control_B2 +LQ09X001170 Probable steroid-binding protein 3 5.589549183 L4_control_B3 +LQ09X001170 Probable steroid-binding protein 3 6.171155692 L4_control_C2 +LQ09X001170 Probable steroid-binding protein 3 5.574380836 L4_control_C3 +LQ09X001170 Probable steroid-binding protein 3 5.49814187 L4_chemical_A1 +LQ09X001170 Probable steroid-binding protein 3 6.179954095 L4_chemical_A2 +LQ09X001170 Probable steroid-binding protein 3 6.422081031 L4_chemical_A3 +LQ09X001170 Probable steroid-binding protein 3 5.764121658 L4_chemical_B1 +LQ09X001170 Probable steroid-binding protein 3 6.074812604 L4_chemical_B2 +LQ09X001170 Probable steroid-binding protein 3 5.581019175 L4_chemical_B3 +LQ09X001170 Probable steroid-binding protein 3 5.816003844 L4_chemical_C2 +LQ09X001170 Probable steroid-binding protein 3 5.579505176 L4_chemical_C3 +LQ09X001180 Putative Transmembrane protein 85 14.10643562 C6_control_A1 +LQ09X001180 Putative Transmembrane protein 85 14.24068554 C6_control_A3 +LQ09X001180 Putative Transmembrane protein 85 13.874125 C6_control_B1 +LQ09X001180 Putative Transmembrane protein 85 13.23349403 C6_control_B2 +LQ09X001180 Putative Transmembrane protein 85 13.59792172 C6_control_B3 +LQ09X001180 Putative Transmembrane protein 85 12.86416035 C6_control_C1 +LQ09X001180 Putative Transmembrane protein 85 13.09660029 C6_control_C2 +LQ09X001180 Putative Transmembrane protein 85 12.88543877 C6_control_C3 +LQ09X001180 Putative Transmembrane protein 85 14.02371647 C6_chemical_A1 +LQ09X001180 Putative Transmembrane protein 85 13.87799154 C6_chemical_A3 +LQ09X001180 Putative Transmembrane protein 85 13.6326375 C6_chemical_B1 +LQ09X001180 Putative Transmembrane protein 85 13.13222222 C6_chemical_B2 +LQ09X001180 Putative Transmembrane protein 85 13.39829122 C6_chemical_B3 +LQ09X001180 Putative Transmembrane protein 85 13.01207328 C6_chemical_C1 +LQ09X001180 Putative Transmembrane protein 85 12.95095867 C6_chemical_C2 +LQ09X001180 Putative Transmembrane protein 85 12.80362731 C6_chemical_C3 +LQ09X001180 Putative Transmembrane protein 85 14.19451381 L4_control_A1 +LQ09X001180 Putative Transmembrane protein 85 13.97963416 L4_control_A2 +LQ09X001180 Putative Transmembrane protein 85 14.43945228 L4_control_A3 +LQ09X001180 Putative Transmembrane protein 85 13.45929308 L4_control_B1 +LQ09X001180 Putative Transmembrane protein 85 13.87785621 L4_control_B2 +LQ09X001180 Putative Transmembrane protein 85 13.05599092 L4_control_B3 +LQ09X001180 Putative Transmembrane protein 85 13.45612924 L4_control_C2 +LQ09X001180 Putative Transmembrane protein 85 13.54385303 L4_control_C3 +LQ09X001180 Putative Transmembrane protein 85 13.95721957 L4_chemical_A1 +LQ09X001180 Putative Transmembrane protein 85 13.80707575 L4_chemical_A2 +LQ09X001180 Putative Transmembrane protein 85 14.11769754 L4_chemical_A3 +LQ09X001180 Putative Transmembrane protein 85 13.81325437 L4_chemical_B1 +LQ09X001180 Putative Transmembrane protein 85 13.84316813 L4_chemical_B2 +LQ09X001180 Putative Transmembrane protein 85 13.57292784 L4_chemical_B3 +LQ09X001180 Putative Transmembrane protein 85 13.55854384 L4_chemical_C2 +LQ09X001180 Putative Transmembrane protein 85 13.37629322 L4_chemical_C3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.990012645 C6_control_A1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.426733563 C6_control_A3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 6.219041732 C6_control_B1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.47044487 C6_control_B2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 6.011929405 C6_control_B3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.728049887 C6_control_C1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 6.17026087 C6_control_C2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.75331891 C6_control_C3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.606932022 C6_chemical_A1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.888296673 C6_chemical_A3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.951935204 C6_chemical_B1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.684058299 C6_chemical_B2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.891273107 C6_chemical_B3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.834704308 C6_chemical_C1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.493996653 C6_chemical_C2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.780790553 C6_chemical_C3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.671960998 L4_control_A1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.32574798 L4_control_A2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.689366604 L4_control_A3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.2402407 L4_control_B1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.527384963 L4_control_B2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.408703392 L4_control_B3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 6.212770841 L4_control_C2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.988890972 L4_control_C3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.603031627 L4_chemical_A1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.547523135 L4_chemical_A2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.535159191 L4_chemical_A3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.340276409 L4_chemical_B1 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.400036458 L4_chemical_B2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.836725068 L4_chemical_B3 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 6.272080634 L4_chemical_C2 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 6.236400795 L4_chemical_C3 +LQ09X001220 Putative uncharacterized protein 10.67590442 C6_control_A1 +LQ09X001220 Putative uncharacterized protein 10.64696795 C6_control_A3 +LQ09X001220 Putative uncharacterized protein 10.4414814 C6_control_B1 +LQ09X001220 Putative uncharacterized protein 11.0812426 C6_control_B2 +LQ09X001220 Putative uncharacterized protein 11.0673802 C6_control_B3 +LQ09X001220 Putative uncharacterized protein 11.68368702 C6_control_C1 +LQ09X001220 Putative uncharacterized protein 11.50640359 C6_control_C2 +LQ09X001220 Putative uncharacterized protein 11.60685269 C6_control_C3 +LQ09X001220 Putative uncharacterized protein 10.25150988 C6_chemical_A1 +LQ09X001220 Putative uncharacterized protein 10.19265115 C6_chemical_A3 +LQ09X001220 Putative uncharacterized protein 10.12390374 C6_chemical_B1 +LQ09X001220 Putative uncharacterized protein 10.64119697 C6_chemical_B2 +LQ09X001220 Putative uncharacterized protein 10.46311044 C6_chemical_B3 +LQ09X001220 Putative uncharacterized protein 11.3735201 C6_chemical_C1 +LQ09X001220 Putative uncharacterized protein 11.40719415 C6_chemical_C2 +LQ09X001220 Putative uncharacterized protein 11.41832992 C6_chemical_C3 +LQ09X001220 Putative uncharacterized protein 10.24733652 L4_control_A1 +LQ09X001220 Putative uncharacterized protein 10.50023455 L4_control_A2 +LQ09X001220 Putative uncharacterized protein 10.48294461 L4_control_A3 +LQ09X001220 Putative uncharacterized protein 10.72945311 L4_control_B1 +LQ09X001220 Putative uncharacterized protein 9.965046365 L4_control_B2 +LQ09X001220 Putative uncharacterized protein 11.0673778 L4_control_B3 +LQ09X001220 Putative uncharacterized protein 11.36251857 L4_control_C2 +LQ09X001220 Putative uncharacterized protein 11.33599435 L4_control_C3 +LQ09X001220 Putative uncharacterized protein 11.03591612 L4_chemical_A1 +LQ09X001220 Putative uncharacterized protein 10.67528206 L4_chemical_A2 +LQ09X001220 Putative uncharacterized protein 10.38422323 L4_chemical_A3 +LQ09X001220 Putative uncharacterized protein 10.79063024 L4_chemical_B1 +LQ09X001220 Putative uncharacterized protein 10.25503065 L4_chemical_B2 +LQ09X001220 Putative uncharacterized protein 10.66333106 L4_chemical_B3 +LQ09X001220 Putative uncharacterized protein 11.10941534 L4_chemical_C2 +LQ09X001220 Putative uncharacterized protein 11.28890864 L4_chemical_C3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.583264464 C6_control_A1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 6.299755784 C6_control_A3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.398761267 C6_control_B1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.882390396 C6_control_B2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.196092638 C6_control_B3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.494970375 C6_control_C1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.506404498 C6_control_C2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.820991394 C6_control_C3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.65191275 C6_chemical_A1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.591507537 C6_chemical_A3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.701976518 C6_chemical_B1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.631753041 C6_chemical_B2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.291799099 C6_chemical_B3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.521265367 C6_chemical_C1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.79883914 C6_chemical_C2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.468318182 C6_chemical_C3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.675097374 L4_control_A1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 4.976241844 L4_control_A2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.743790993 L4_control_A3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.110376258 L4_control_B1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.411227505 L4_control_B2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.208430018 L4_control_B3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 4.889714869 L4_control_C2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 6.088101982 L4_control_C3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.47228605 L4_chemical_A1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.753205436 L4_chemical_A2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 6.013886581 L4_chemical_A3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.314598664 L4_chemical_B1 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 4.584097007 L4_chemical_B2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.208736441 L4_chemical_B3 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.710945702 L4_chemical_C2 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.480488727 L4_chemical_C3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.970951462 C6_control_A1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.326996249 C6_control_A3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.234988639 C6_control_B1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.143565263 C6_control_B2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.889311214 C6_control_B3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.449064307 C6_control_C1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.681862904 C6_control_C2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.146747252 C6_control_C3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.932833627 C6_chemical_A1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.252822034 C6_chemical_A3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 7.990228597 C6_chemical_B1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.961275966 C6_chemical_B2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.746790313 C6_chemical_B3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.406919532 C6_chemical_C1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.404194176 C6_chemical_C2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.767181015 C6_chemical_C3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.386633959 L4_control_A1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.289033001 L4_control_A2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.741119729 L4_control_A3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.493141034 L4_control_B1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.801094296 L4_control_B2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.652687492 L4_control_B3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 7.798857893 L4_control_C2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.761197786 L4_control_C3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.360494767 L4_chemical_A1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.578583652 L4_chemical_A2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 9.095252929 L4_chemical_A3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.839211191 L4_chemical_B1 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.182306009 L4_chemical_B2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.555030861 L4_chemical_B3 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 7.892198256 L4_chemical_C2 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.367843765 L4_chemical_C3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.843823822 C6_control_A1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.916266344 C6_control_A3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.869939238 C6_control_B1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.104484334 C6_control_B2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.456569092 C6_control_B3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.838969656 C6_control_C1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.808283292 C6_control_C2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.037069052 C6_control_C3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.080793972 C6_chemical_A1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.813611543 C6_chemical_A3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.981887262 C6_chemical_B1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.238516853 C6_chemical_B2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.29776416 C6_chemical_B3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.059257792 C6_chemical_C1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.237493729 C6_chemical_C2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.339907898 C6_chemical_C3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.742108066 L4_control_A1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.825765087 L4_control_A2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.999275048 L4_control_A3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.4602806 L4_control_B1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.22727061 L4_control_B2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.246872375 L4_control_B3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.004966814 L4_control_C2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.184723494 L4_control_C3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.145898686 L4_chemical_A1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 4.945622565 L4_chemical_A2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.095758278 L4_chemical_A3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.843641151 L4_chemical_B1 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.683571321 L4_chemical_B2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.121981435 L4_chemical_B3 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.061849407 L4_chemical_C2 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.130009376 L4_chemical_C3 +LQ09X001270 Lariat debranching enzyme 10.28200747 C6_control_A1 +LQ09X001270 Lariat debranching enzyme 10.50961772 C6_control_A3 +LQ09X001270 Lariat debranching enzyme 9.803358275 C6_control_B1 +LQ09X001270 Lariat debranching enzyme 9.763492174 C6_control_B2 +LQ09X001270 Lariat debranching enzyme 9.651148743 C6_control_B3 +LQ09X001270 Lariat debranching enzyme 10.53281366 C6_control_C1 +LQ09X001270 Lariat debranching enzyme 9.833823143 C6_control_C2 +LQ09X001270 Lariat debranching enzyme 10.33098216 C6_control_C3 +LQ09X001270 Lariat debranching enzyme 9.92728611 C6_chemical_A1 +LQ09X001270 Lariat debranching enzyme 10.56176874 C6_chemical_A3 +LQ09X001270 Lariat debranching enzyme 9.308598611 C6_chemical_B1 +LQ09X001270 Lariat debranching enzyme 9.757070555 C6_chemical_B2 +LQ09X001270 Lariat debranching enzyme 9.675822132 C6_chemical_B3 +LQ09X001270 Lariat debranching enzyme 10.45118295 C6_chemical_C1 +LQ09X001270 Lariat debranching enzyme 10.35564873 C6_chemical_C2 +LQ09X001270 Lariat debranching enzyme 10.72075073 C6_chemical_C3 +LQ09X001270 Lariat debranching enzyme 10.23921224 L4_control_A1 +LQ09X001270 Lariat debranching enzyme 10.31239861 L4_control_A2 +LQ09X001270 Lariat debranching enzyme 10.70236513 L4_control_A3 +LQ09X001270 Lariat debranching enzyme 9.791014298 L4_control_B1 +LQ09X001270 Lariat debranching enzyme 9.611855548 L4_control_B2 +LQ09X001270 Lariat debranching enzyme 9.939896984 L4_control_B3 +LQ09X001270 Lariat debranching enzyme 9.525984029 L4_control_C2 +LQ09X001270 Lariat debranching enzyme 10.19468448 L4_control_C3 +LQ09X001270 Lariat debranching enzyme 10.34670428 L4_chemical_A1 +LQ09X001270 Lariat debranching enzyme 10.07033052 L4_chemical_A2 +LQ09X001270 Lariat debranching enzyme 10.85792389 L4_chemical_A3 +LQ09X001270 Lariat debranching enzyme 9.501424195 L4_chemical_B1 +LQ09X001270 Lariat debranching enzyme 8.864468403 L4_chemical_B2 +LQ09X001270 Lariat debranching enzyme 9.701792096 L4_chemical_B3 +LQ09X001270 Lariat debranching enzyme 9.411099484 L4_chemical_C2 +LQ09X001270 Lariat debranching enzyme 10.45375584 L4_chemical_C3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.833063193 C6_control_A1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.261974427 C6_control_A3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.360239878 C6_control_B1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.865723584 C6_control_B2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.979632901 C6_control_B3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.862300796 C6_control_C1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.271618848 C6_control_C2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.581334869 C6_control_C3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.927767981 C6_chemical_A1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.077904338 C6_chemical_A3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.413129974 C6_chemical_B1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.98534849 C6_chemical_B2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.595447415 C6_chemical_B3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.644032758 C6_chemical_C1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.519016232 C6_chemical_C2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.846664092 C6_chemical_C3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.212890195 L4_control_A1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.613789658 L4_control_A2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.86621248 L4_control_A3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.400552543 L4_control_B1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.954466746 L4_control_B2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.821511749 L4_control_B3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.610725007 L4_control_C2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.545000898 L4_control_C3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.942927366 L4_chemical_A1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.888738755 L4_chemical_A2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.27644881 L4_chemical_A3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.688741446 L4_chemical_B1 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.148136021 L4_chemical_B2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 7.661519692 L4_chemical_B3 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 5.960634059 L4_chemical_C2 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.262143644 L4_chemical_C3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.799733164 C6_control_A1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.478223983 C6_control_A3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.764168088 C6_control_B1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.478497662 C6_control_B2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.34793403 C6_control_B3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.545193461 C6_control_C1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.679771939 C6_control_C2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.663612782 C6_control_C3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.30959726 C6_chemical_A1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.340485872 C6_chemical_A3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.715277444 C6_chemical_B1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.594432959 C6_chemical_B2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.543284439 C6_chemical_B3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.657852944 C6_chemical_C1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.137995964 C6_chemical_C2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.636508172 C6_chemical_C3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.17567907 L4_control_A1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.193859939 L4_control_A2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.066217153 L4_control_A3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.078811123 L4_control_B1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.285522963 L4_control_B2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.309131548 L4_control_B3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.673780376 L4_control_C2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.434190684 L4_control_C3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.232743768 L4_chemical_A1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.489942333 L4_chemical_A2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.488692718 L4_chemical_A3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.330551587 L4_chemical_B1 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.631134962 L4_chemical_B2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.236771163 L4_chemical_B3 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.802500555 L4_chemical_C2 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.224677441 L4_chemical_C3 +LQ09X001310 Predicted protein 8.810063778 C6_control_A1 +LQ09X001310 Predicted protein 7.95396562 C6_control_A3 +LQ09X001310 Predicted protein 8.532089709 C6_control_B1 +LQ09X001310 Predicted protein 8.25414883 C6_control_B2 +LQ09X001310 Predicted protein 8.313584053 C6_control_B3 +LQ09X001310 Predicted protein 8.926116722 C6_control_C1 +LQ09X001310 Predicted protein 8.70256127 C6_control_C2 +LQ09X001310 Predicted protein 8.277077536 C6_control_C3 +LQ09X001310 Predicted protein 8.833920755 C6_chemical_A1 +LQ09X001310 Predicted protein 8.863497489 C6_chemical_A3 +LQ09X001310 Predicted protein 8.320742486 C6_chemical_B1 +LQ09X001310 Predicted protein 8.627822976 C6_chemical_B2 +LQ09X001310 Predicted protein 8.675327969 C6_chemical_B3 +LQ09X001310 Predicted protein 9.208006528 C6_chemical_C1 +LQ09X001310 Predicted protein 9.002660633 C6_chemical_C2 +LQ09X001310 Predicted protein 9.117744925 C6_chemical_C3 +LQ09X001310 Predicted protein 9.20300752 L4_control_A1 +LQ09X001310 Predicted protein 9.201419293 L4_control_A2 +LQ09X001310 Predicted protein 10.06865211 L4_control_A3 +LQ09X001310 Predicted protein 8.37287587 L4_control_B1 +LQ09X001310 Predicted protein 9.0601685 L4_control_B2 +LQ09X001310 Predicted protein 9.476609952 L4_control_B3 +LQ09X001310 Predicted protein 9.406198413 L4_control_C2 +LQ09X001310 Predicted protein 9.404369487 L4_control_C3 +LQ09X001310 Predicted protein 9.118090951 L4_chemical_A1 +LQ09X001310 Predicted protein 9.091849763 L4_chemical_A2 +LQ09X001310 Predicted protein 9.639572265 L4_chemical_A3 +LQ09X001310 Predicted protein 8.503363916 L4_chemical_B1 +LQ09X001310 Predicted protein 8.513282098 L4_chemical_B2 +LQ09X001310 Predicted protein 9.092149488 L4_chemical_B3 +LQ09X001310 Predicted protein 9.066368985 L4_chemical_C2 +LQ09X001310 Predicted protein 9.158132061 L4_chemical_C3 +LQ09X001320 Enhancer of rudimentary homolog 13.60745956 C6_control_A1 +LQ09X001320 Enhancer of rudimentary homolog 13.48229719 C6_control_A3 +LQ09X001320 Enhancer of rudimentary homolog 13.89198677 C6_control_B1 +LQ09X001320 Enhancer of rudimentary homolog 13.475893 C6_control_B2 +LQ09X001320 Enhancer of rudimentary homolog 13.74826161 C6_control_B3 +LQ09X001320 Enhancer of rudimentary homolog 13.65990553 C6_control_C1 +LQ09X001320 Enhancer of rudimentary homolog 13.52573705 C6_control_C2 +LQ09X001320 Enhancer of rudimentary homolog 13.63878702 C6_control_C3 +LQ09X001320 Enhancer of rudimentary homolog 13.53516832 C6_chemical_A1 +LQ09X001320 Enhancer of rudimentary homolog 13.18710567 C6_chemical_A3 +LQ09X001320 Enhancer of rudimentary homolog 13.82944961 C6_chemical_B1 +LQ09X001320 Enhancer of rudimentary homolog 13.33161092 C6_chemical_B2 +LQ09X001320 Enhancer of rudimentary homolog 13.80958341 C6_chemical_B3 +LQ09X001320 Enhancer of rudimentary homolog 13.60051829 C6_chemical_C1 +LQ09X001320 Enhancer of rudimentary homolog 13.48082175 C6_chemical_C2 +LQ09X001320 Enhancer of rudimentary homolog 13.70983826 C6_chemical_C3 +LQ09X001320 Enhancer of rudimentary homolog 13.49119206 L4_control_A1 +LQ09X001320 Enhancer of rudimentary homolog 13.25202544 L4_control_A2 +LQ09X001320 Enhancer of rudimentary homolog 13.23276925 L4_control_A3 +LQ09X001320 Enhancer of rudimentary homolog 13.9389554 L4_control_B1 +LQ09X001320 Enhancer of rudimentary homolog 13.34043242 L4_control_B2 +LQ09X001320 Enhancer of rudimentary homolog 13.96260053 L4_control_B3 +LQ09X001320 Enhancer of rudimentary homolog 13.87061282 L4_control_C2 +LQ09X001320 Enhancer of rudimentary homolog 13.72100052 L4_control_C3 +LQ09X001320 Enhancer of rudimentary homolog 14.11145088 L4_chemical_A1 +LQ09X001320 Enhancer of rudimentary homolog 13.6021693 L4_chemical_A2 +LQ09X001320 Enhancer of rudimentary homolog 13.70804569 L4_chemical_A3 +LQ09X001320 Enhancer of rudimentary homolog 14.2161765 L4_chemical_B1 +LQ09X001320 Enhancer of rudimentary homolog 13.74985493 L4_chemical_B2 +LQ09X001320 Enhancer of rudimentary homolog 13.7568778 L4_chemical_B3 +LQ09X001320 Enhancer of rudimentary homolog 13.81774172 L4_chemical_C2 +LQ09X001320 Enhancer of rudimentary homolog 13.84092154 L4_chemical_C3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.19373275 C6_control_A1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.511614685 C6_control_A3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.386089386 C6_control_B1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.689975615 C6_control_B2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.139721013 C6_control_B3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.044726645 C6_control_C1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.85630765 C6_control_C2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.493721263 C6_control_C3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.963100206 C6_chemical_A1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.244122733 C6_chemical_A3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.971385172 C6_chemical_B1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.516473177 C6_chemical_B2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.728425542 C6_chemical_B3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.323273671 C6_chemical_C1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.201147939 C6_chemical_C2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.359493842 C6_chemical_C3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.167196642 L4_control_A1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.099258572 L4_control_A2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 6.221963069 L4_control_A3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.187752423 L4_control_B1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.386797687 L4_control_B2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.859974743 L4_control_B3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.88149692 L4_control_C2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.814849614 L4_control_C3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.93294936 L4_chemical_A1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.074790665 L4_chemical_A2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.875201531 L4_chemical_A3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.027328249 L4_chemical_B1 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.229013083 L4_chemical_B2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.204817158 L4_chemical_B3 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 5.182899977 L4_chemical_C2 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.901230018 L4_chemical_C3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.22125319 C6_control_A1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.203107772 C6_control_A3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.015285756 C6_control_B1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.156191906 C6_control_B2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.00373008 C6_control_B3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.135978489 C6_control_C1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 4.830466976 C6_control_C2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.188268085 C6_control_C3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.06859733 C6_chemical_A1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.173872569 C6_chemical_A3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.112430122 C6_chemical_B1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 4.838550187 C6_chemical_B2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 4.82888598 C6_chemical_B3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.356579253 C6_chemical_C1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 4.817368208 C6_chemical_C2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.0819021 C6_chemical_C3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.176362573 L4_control_A1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.503971123 L4_control_A2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.469135795 L4_control_A3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.302761728 L4_control_B1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.098292123 L4_control_B2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 7.183963576 L4_control_B3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.40589656 L4_control_C2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.753844951 L4_control_C3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.358676045 L4_chemical_A1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.306887922 L4_chemical_A2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.487502758 L4_chemical_A3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.239919125 L4_chemical_B1 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.147719425 L4_chemical_B2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.982050484 L4_chemical_B3 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.582630751 L4_chemical_C2 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 6.38476247 L4_chemical_C3 +LQ09X001360 Probable protein phosphatase 2C 60 11.95371695 C6_control_A1 +LQ09X001360 Probable protein phosphatase 2C 60 12.02766679 C6_control_A3 +LQ09X001360 Probable protein phosphatase 2C 60 12.11799811 C6_control_B1 +LQ09X001360 Probable protein phosphatase 2C 60 12.16879829 C6_control_B2 +LQ09X001360 Probable protein phosphatase 2C 60 12.16713866 C6_control_B3 +LQ09X001360 Probable protein phosphatase 2C 60 12.19177613 C6_control_C1 +LQ09X001360 Probable protein phosphatase 2C 60 12.57322721 C6_control_C2 +LQ09X001360 Probable protein phosphatase 2C 60 12.89766993 C6_control_C3 +LQ09X001360 Probable protein phosphatase 2C 60 11.442056 C6_chemical_A1 +LQ09X001360 Probable protein phosphatase 2C 60 11.98299431 C6_chemical_A3 +LQ09X001360 Probable protein phosphatase 2C 60 11.86757217 C6_chemical_B1 +LQ09X001360 Probable protein phosphatase 2C 60 12.00104188 C6_chemical_B2 +LQ09X001360 Probable protein phosphatase 2C 60 12.33214247 C6_chemical_B3 +LQ09X001360 Probable protein phosphatase 2C 60 11.73237246 C6_chemical_C1 +LQ09X001360 Probable protein phosphatase 2C 60 12.22312206 C6_chemical_C2 +LQ09X001360 Probable protein phosphatase 2C 60 12.97027112 C6_chemical_C3 +LQ09X001360 Probable protein phosphatase 2C 60 12.16598584 L4_control_A1 +LQ09X001360 Probable protein phosphatase 2C 60 11.89949306 L4_control_A2 +LQ09X001360 Probable protein phosphatase 2C 60 11.96690815 L4_control_A3 +LQ09X001360 Probable protein phosphatase 2C 60 12.34172826 L4_control_B1 +LQ09X001360 Probable protein phosphatase 2C 60 12.29674675 L4_control_B2 +LQ09X001360 Probable protein phosphatase 2C 60 13.09134896 L4_control_B3 +LQ09X001360 Probable protein phosphatase 2C 60 12.97450188 L4_control_C2 +LQ09X001360 Probable protein phosphatase 2C 60 12.92133583 L4_control_C3 +LQ09X001360 Probable protein phosphatase 2C 60 12.06928031 L4_chemical_A1 +LQ09X001360 Probable protein phosphatase 2C 60 11.43893003 L4_chemical_A2 +LQ09X001360 Probable protein phosphatase 2C 60 12.27837413 L4_chemical_A3 +LQ09X001360 Probable protein phosphatase 2C 60 12.21826067 L4_chemical_B1 +LQ09X001360 Probable protein phosphatase 2C 60 11.6154714 L4_chemical_B2 +LQ09X001360 Probable protein phosphatase 2C 60 12.72659536 L4_chemical_B3 +LQ09X001360 Probable protein phosphatase 2C 60 12.59564989 L4_chemical_C2 +LQ09X001360 Probable protein phosphatase 2C 60 12.86312427 L4_chemical_C3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.63061157 C6_control_A1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.71924307 C6_control_A3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.2628776 C6_control_B1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.08358658 C6_control_B2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.34210792 C6_control_B3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.85045912 C6_control_C1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.21482531 C6_control_C2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.63498415 C6_control_C3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.44808405 C6_chemical_A1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.76749108 C6_chemical_A3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.13185379 C6_chemical_B1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.92257568 C6_chemical_B2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.47763845 C6_chemical_B3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.64449934 C6_chemical_C1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.36395346 C6_chemical_C2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.26753816 C6_chemical_C3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.38862505 L4_control_A1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.61610404 L4_control_A2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.87435343 L4_control_A3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.95567424 L4_control_B1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.17111242 L4_control_B2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.2454329 L4_control_B3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.25507668 L4_control_C2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.74221715 L4_control_C3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.28612708 L4_chemical_A1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.65774856 L4_chemical_A2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.5379466 L4_chemical_A3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.9104513 L4_chemical_B1 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.18007707 L4_chemical_B2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.94085559 L4_chemical_B3 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.30422448 L4_chemical_C2 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 12.87960824 L4_chemical_C3 +LQ09X001400 Early nodulin-like protein 1 15.01058693 C6_control_A1 +LQ09X001400 Early nodulin-like protein 1 15.23501796 C6_control_A3 +LQ09X001400 Early nodulin-like protein 1 14.55439227 C6_control_B1 +LQ09X001400 Early nodulin-like protein 1 11.53961646 C6_control_B2 +LQ09X001400 Early nodulin-like protein 1 11.54110629 C6_control_B3 +LQ09X001400 Early nodulin-like protein 1 8.836992192 C6_control_C1 +LQ09X001400 Early nodulin-like protein 1 9.349390155 C6_control_C2 +LQ09X001400 Early nodulin-like protein 1 9.920108179 C6_control_C3 +LQ09X001400 Early nodulin-like protein 1 14.48257982 C6_chemical_A1 +LQ09X001400 Early nodulin-like protein 1 14.9525115 C6_chemical_A3 +LQ09X001400 Early nodulin-like protein 1 12.95781405 C6_chemical_B1 +LQ09X001400 Early nodulin-like protein 1 10.45172426 C6_chemical_B2 +LQ09X001400 Early nodulin-like protein 1 10.7467114 C6_chemical_B3 +LQ09X001400 Early nodulin-like protein 1 9.283880148 C6_chemical_C1 +LQ09X001400 Early nodulin-like protein 1 9.032261515 C6_chemical_C2 +LQ09X001400 Early nodulin-like protein 1 8.44448575 C6_chemical_C3 +LQ09X001400 Early nodulin-like protein 1 14.29725041 L4_control_A1 +LQ09X001400 Early nodulin-like protein 1 15.18147769 L4_control_A2 +LQ09X001400 Early nodulin-like protein 1 15.09228188 L4_control_A3 +LQ09X001400 Early nodulin-like protein 1 10.98139017 L4_control_B1 +LQ09X001400 Early nodulin-like protein 1 12.87540483 L4_control_B2 +LQ09X001400 Early nodulin-like protein 1 9.758796804 L4_control_B3 +LQ09X001400 Early nodulin-like protein 1 8.522099773 L4_control_C2 +LQ09X001400 Early nodulin-like protein 1 9.451687239 L4_control_C3 +LQ09X001400 Early nodulin-like protein 1 14.44111064 L4_chemical_A1 +LQ09X001400 Early nodulin-like protein 1 14.4748611 L4_chemical_A2 +LQ09X001400 Early nodulin-like protein 1 15.10620369 L4_chemical_A3 +LQ09X001400 Early nodulin-like protein 1 14.40704998 L4_chemical_B1 +LQ09X001400 Early nodulin-like protein 1 13.58145696 L4_chemical_B2 +LQ09X001400 Early nodulin-like protein 1 14.07932658 L4_chemical_B3 +LQ09X001400 Early nodulin-like protein 1 7.961003567 L4_chemical_C2 +LQ09X001400 Early nodulin-like protein 1 9.352394998 L4_chemical_C3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.608184283 C6_control_A1 +LQ09X001430 Transmembrane 9 superfamily member 4 5.272336901 C6_control_A3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.320096298 C6_control_B1 +LQ09X001430 Transmembrane 9 superfamily member 4 5.478068842 C6_control_B2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.518549723 C6_control_B3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.491825492 C6_control_C1 +LQ09X001430 Transmembrane 9 superfamily member 4 6.106491226 C6_control_C2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.377091737 C6_control_C3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.275391786 C6_chemical_A1 +LQ09X001430 Transmembrane 9 superfamily member 4 5.601832071 C6_chemical_A3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.43478878 C6_chemical_B1 +LQ09X001430 Transmembrane 9 superfamily member 4 5.361290778 C6_chemical_B2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.17094925 C6_chemical_B3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.688851115 C6_chemical_C1 +LQ09X001430 Transmembrane 9 superfamily member 4 5.345474419 C6_chemical_C2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.449745922 C6_chemical_C3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.359019725 L4_control_A1 +LQ09X001430 Transmembrane 9 superfamily member 4 5.601745471 L4_control_A2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.631277244 L4_control_A3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.671519 L4_control_B1 +LQ09X001430 Transmembrane 9 superfamily member 4 5.692324012 L4_control_B2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.616256671 L4_control_B3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.297044609 L4_control_C2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.209818394 L4_control_C3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.304124526 L4_chemical_A1 +LQ09X001430 Transmembrane 9 superfamily member 4 5.655221094 L4_chemical_A2 +LQ09X001430 Transmembrane 9 superfamily member 4 6.219138587 L4_chemical_A3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.334128446 L4_chemical_B1 +LQ09X001430 Transmembrane 9 superfamily member 4 6.228823053 L4_chemical_B2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.588290217 L4_chemical_B3 +LQ09X001430 Transmembrane 9 superfamily member 4 5.046332568 L4_chemical_C2 +LQ09X001430 Transmembrane 9 superfamily member 4 5.760446414 L4_chemical_C3 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.839832093 C6_control_A1 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.175015609 C6_control_A3 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.057052434 C6_control_B1 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.993304334 C6_control_B2 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.089085265 C6_control_B3 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.105491735 C6_control_C1 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.221551864 C6_control_C2 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.03317767 C6_control_C3 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.078148063 C6_chemical_A1 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.156988871 C6_chemical_A3 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.93893904 C6_chemical_B1 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.998943947 C6_chemical_B2 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.91376876 C6_chemical_B3 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.909773751 C6_chemical_C1 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.28993824 C6_chemical_C2 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.015651133 C6_chemical_C3 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.757525934 L4_control_A1 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.087762645 L4_control_A2 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.253853816 L4_control_A3 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.969319207 L4_control_B1 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.092709441 L4_control_B2 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.998400909 L4_control_B3 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.828940173 L4_control_C2 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.284941732 L4_control_C3 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.803370717 L4_chemical_A1 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.830408813 L4_chemical_A2 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.878400364 L4_chemical_A3 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.95306612 L4_chemical_B1 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.435301712 L4_chemical_B2 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.943398393 L4_chemical_B3 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.2897909 L4_chemical_C2 +LQ09X001440 Putative Coleoptile phototropism protein 1 4.95396616 L4_chemical_C3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.74102754 C6_control_A1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.90767644 C6_control_A3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.61515428 C6_control_B1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.42934592 C6_control_B2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.73870816 C6_control_B3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.87363697 C6_control_C1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.60321747 C6_control_C2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.51553721 C6_control_C3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.51273679 C6_chemical_A1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 12.08784408 C6_chemical_A3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.58405858 C6_chemical_B1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.29191377 C6_chemical_B2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.73345501 C6_chemical_B3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.64710647 C6_chemical_C1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.41331356 C6_chemical_C2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.35818333 C6_chemical_C3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.8379299 L4_control_A1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.90419057 L4_control_A2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.75731062 L4_control_A3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.43410847 L4_control_B1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.68086769 L4_control_B2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 10.9658983 L4_control_B3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.24637822 L4_control_C2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 10.99658832 L4_control_C3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.50557535 L4_chemical_A1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.81163185 L4_chemical_A2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.29309993 L4_chemical_A3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.82234414 L4_chemical_B1 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.48040905 L4_chemical_B2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.35907296 L4_chemical_B3 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.08033522 L4_chemical_C2 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.13657379 L4_chemical_C3 +LQ09X001490 Chorimate mutase 11.12254962 C6_control_A1 +LQ09X001490 Chorimate mutase 11.41460921 C6_control_A3 +LQ09X001490 Chorimate mutase 10.88329458 C6_control_B1 +LQ09X001490 Chorimate mutase 9.912014087 C6_control_B2 +LQ09X001490 Chorimate mutase 10.49428447 C6_control_B3 +LQ09X001490 Chorimate mutase 10.31831723 C6_control_C1 +LQ09X001490 Chorimate mutase 9.721454805 C6_control_C2 +LQ09X001490 Chorimate mutase 9.493960534 C6_control_C3 +LQ09X001490 Chorimate mutase 10.61264071 C6_chemical_A1 +LQ09X001490 Chorimate mutase 11.54783738 C6_chemical_A3 +LQ09X001490 Chorimate mutase 11.00004423 C6_chemical_B1 +LQ09X001490 Chorimate mutase 9.980067045 C6_chemical_B2 +LQ09X001490 Chorimate mutase 10.35773282 C6_chemical_B3 +LQ09X001490 Chorimate mutase 10.03656257 C6_chemical_C1 +LQ09X001490 Chorimate mutase 9.976888178 C6_chemical_C2 +LQ09X001490 Chorimate mutase 9.451959389 C6_chemical_C3 +LQ09X001490 Chorimate mutase 11.35508308 L4_control_A1 +LQ09X001490 Chorimate mutase 10.87662558 L4_control_A2 +LQ09X001490 Chorimate mutase 11.53147444 L4_control_A3 +LQ09X001490 Chorimate mutase 10.55365825 L4_control_B1 +LQ09X001490 Chorimate mutase 11.30149229 L4_control_B2 +LQ09X001490 Chorimate mutase 9.845673339 L4_control_B3 +LQ09X001490 Chorimate mutase 10.58790585 L4_control_C2 +LQ09X001490 Chorimate mutase 9.822388103 L4_control_C3 +LQ09X001490 Chorimate mutase 11.28647195 L4_chemical_A1 +LQ09X001490 Chorimate mutase 10.73387649 L4_chemical_A2 +LQ09X001490 Chorimate mutase 11.50872185 L4_chemical_A3 +LQ09X001490 Chorimate mutase 11.34875419 L4_chemical_B1 +LQ09X001490 Chorimate mutase 10.94690454 L4_chemical_B2 +LQ09X001490 Chorimate mutase 10.54839988 L4_chemical_B3 +LQ09X001490 Chorimate mutase 10.23490112 L4_chemical_C2 +LQ09X001490 Chorimate mutase 10.09173359 L4_chemical_C3 +LQ09X001510 Hypothetical protein 8.913371244 C6_control_A1 +LQ09X001510 Hypothetical protein 8.064947687 C6_control_A3 +LQ09X001510 Hypothetical protein 8.030443324 C6_control_B1 +LQ09X001510 Hypothetical protein 7.885614326 C6_control_B2 +LQ09X001510 Hypothetical protein 7.411370206 C6_control_B3 +LQ09X001510 Hypothetical protein 6.65481896 C6_control_C1 +LQ09X001510 Hypothetical protein 5.859833103 C6_control_C2 +LQ09X001510 Hypothetical protein 6.441152955 C6_control_C3 +LQ09X001510 Hypothetical protein 8.645929474 C6_chemical_A1 +LQ09X001510 Hypothetical protein 8.618280664 C6_chemical_A3 +LQ09X001510 Hypothetical protein 7.48018223 C6_chemical_B1 +LQ09X001510 Hypothetical protein 7.240727243 C6_chemical_B2 +LQ09X001510 Hypothetical protein 7.065807567 C6_chemical_B3 +LQ09X001510 Hypothetical protein 6.015220091 C6_chemical_C1 +LQ09X001510 Hypothetical protein 6.005267763 C6_chemical_C2 +LQ09X001510 Hypothetical protein 5.697270346 C6_chemical_C3 +LQ09X001510 Hypothetical protein 9.023025431 L4_control_A1 +LQ09X001510 Hypothetical protein 8.677058769 L4_control_A2 +LQ09X001510 Hypothetical protein 8.868149492 L4_control_A3 +LQ09X001510 Hypothetical protein 7.846272251 L4_control_B1 +LQ09X001510 Hypothetical protein 7.825176876 L4_control_B2 +LQ09X001510 Hypothetical protein 6.921701836 L4_control_B3 +LQ09X001510 Hypothetical protein 5.340442583 L4_control_C2 +LQ09X001510 Hypothetical protein 6.106961639 L4_control_C3 +LQ09X001510 Hypothetical protein 8.953047016 L4_chemical_A1 +LQ09X001510 Hypothetical protein 8.677685457 L4_chemical_A2 +LQ09X001510 Hypothetical protein 9.300483647 L4_chemical_A3 +LQ09X001510 Hypothetical protein 7.642956763 L4_chemical_B1 +LQ09X001510 Hypothetical protein 7.457200316 L4_chemical_B2 +LQ09X001510 Hypothetical protein 8.004416036 L4_chemical_B3 +LQ09X001510 Hypothetical protein 5.613338845 L4_chemical_C2 +LQ09X001510 Hypothetical protein 5.479871784 L4_chemical_C3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.577455372 C6_control_A1 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.23552003 C6_control_A3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.213733077 C6_control_B1 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.433756511 C6_control_B2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.75631982 C6_control_B3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.175173276 C6_control_C1 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.496504855 C6_control_C2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.565247482 C6_control_C3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.417937283 C6_chemical_A1 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.112060877 C6_chemical_A3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.828417241 C6_chemical_B1 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.442958798 C6_chemical_B2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.415812457 C6_chemical_B3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.507641253 C6_chemical_C1 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.687860574 C6_chemical_C2 +LQ09X001530 Putative Probable WRKY transcription factor 40 6.355498997 C6_chemical_C3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.255713529 L4_control_A1 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.421178019 L4_control_A2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.402031946 L4_control_A3 +LQ09X001530 Putative Probable WRKY transcription factor 40 4.748525028 L4_control_B1 +LQ09X001530 Putative Probable WRKY transcription factor 40 4.82153597 L4_control_B2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.611370504 L4_control_B3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.271139788 L4_control_C2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.434802574 L4_control_C3 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.281735625 L4_chemical_A1 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.992173612 L4_chemical_A2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.331624694 L4_chemical_A3 +LQ09X001530 Putative Probable WRKY transcription factor 40 4.979362402 L4_chemical_B1 +LQ09X001530 Putative Probable WRKY transcription factor 40 4.879547007 L4_chemical_B2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.605236376 L4_chemical_B3 +LQ09X001530 Putative Probable WRKY transcription factor 40 6.019329355 L4_chemical_C2 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.351942016 L4_chemical_C3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.875713116 C6_control_A1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.781192782 C6_control_A3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.586919295 C6_control_B1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.111260073 C6_control_B2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.275889941 C6_control_B3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.859532594 C6_control_C1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.909637161 C6_control_C2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.85505904 C6_control_C3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.622460073 C6_chemical_A1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.159775597 C6_chemical_A3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.054062114 C6_chemical_B1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.104703141 C6_chemical_B2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.201394505 C6_chemical_B3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.942691267 C6_chemical_C1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.262543867 C6_chemical_C2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.644978225 C6_chemical_C3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.424819846 L4_control_A1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.067363907 L4_control_A2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.374682284 L4_control_A3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.106912889 L4_control_B1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.879893854 L4_control_B2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.254511404 L4_control_B3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.155424147 L4_control_C2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.666916676 L4_control_C3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.291411414 L4_chemical_A1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.315577228 L4_chemical_A2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.634263867 L4_chemical_A3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.09695104 L4_chemical_B1 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.539599129 L4_chemical_B2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 6.082638936 L4_chemical_B3 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.906836026 L4_chemical_C2 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.722201212 L4_chemical_C3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.09569095 C6_control_A1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.46431998 C6_control_A3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.2667988 C6_control_B1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.06285108 C6_control_B2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 10.93641911 C6_control_B3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.19188764 C6_control_C1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.62718589 C6_control_C2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.0411546 C6_control_C3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.38085765 C6_chemical_A1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.49756938 C6_chemical_A3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.34549221 C6_chemical_B1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.73986439 C6_chemical_B2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.20769081 C6_chemical_B3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.37475917 C6_chemical_C1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.55123171 C6_chemical_C2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.69432233 C6_chemical_C3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.03794574 L4_control_A1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.1777267 L4_control_A2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 10.92599212 L4_control_A3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 10.94548637 L4_control_B1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.4109533 L4_control_B2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.55528074 L4_control_B3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.20711558 L4_control_C2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 10.9028872 L4_control_C3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.17347724 L4_chemical_A1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.22982389 L4_chemical_A2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 10.82671829 L4_chemical_A3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 10.72106385 L4_chemical_B1 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.23374124 L4_chemical_B2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.35278293 L4_chemical_B3 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 10.93442456 L4_chemical_C2 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 10.88724837 L4_chemical_C3 +LQ09X001560 Nucleic acid binding protein, putative 9.404620192 C6_control_A1 +LQ09X001560 Nucleic acid binding protein, putative 8.902790327 C6_control_A3 +LQ09X001560 Nucleic acid binding protein, putative 9.54548989 C6_control_B1 +LQ09X001560 Nucleic acid binding protein, putative 9.517911004 C6_control_B2 +LQ09X001560 Nucleic acid binding protein, putative 9.471470048 C6_control_B3 +LQ09X001560 Nucleic acid binding protein, putative 10.24921169 C6_control_C1 +LQ09X001560 Nucleic acid binding protein, putative 9.992254517 C6_control_C2 +LQ09X001560 Nucleic acid binding protein, putative 9.877979363 C6_control_C3 +LQ09X001560 Nucleic acid binding protein, putative 9.933349125 C6_chemical_A1 +LQ09X001560 Nucleic acid binding protein, putative 10.08090461 C6_chemical_A3 +LQ09X001560 Nucleic acid binding protein, putative 9.925667986 C6_chemical_B1 +LQ09X001560 Nucleic acid binding protein, putative 9.639886365 C6_chemical_B2 +LQ09X001560 Nucleic acid binding protein, putative 9.990122669 C6_chemical_B3 +LQ09X001560 Nucleic acid binding protein, putative 10.43409912 C6_chemical_C1 +LQ09X001560 Nucleic acid binding protein, putative 10.44457845 C6_chemical_C2 +LQ09X001560 Nucleic acid binding protein, putative 10.45830866 C6_chemical_C3 +LQ09X001560 Nucleic acid binding protein, putative 9.893657289 L4_control_A1 +LQ09X001560 Nucleic acid binding protein, putative 9.128009252 L4_control_A2 +LQ09X001560 Nucleic acid binding protein, putative 9.068699716 L4_control_A3 +LQ09X001560 Nucleic acid binding protein, putative 9.777572974 L4_control_B1 +LQ09X001560 Nucleic acid binding protein, putative 9.916824615 L4_control_B2 +LQ09X001560 Nucleic acid binding protein, putative 10.40846824 L4_control_B3 +LQ09X001560 Nucleic acid binding protein, putative 10.65324816 L4_control_C2 +LQ09X001560 Nucleic acid binding protein, putative 10.58985913 L4_control_C3 +LQ09X001560 Nucleic acid binding protein, putative 9.702503244 L4_chemical_A1 +LQ09X001560 Nucleic acid binding protein, putative 8.225880903 L4_chemical_A2 +LQ09X001560 Nucleic acid binding protein, putative 8.334453204 L4_chemical_A3 +LQ09X001560 Nucleic acid binding protein, putative 9.324772451 L4_chemical_B1 +LQ09X001560 Nucleic acid binding protein, putative 9.638057903 L4_chemical_B2 +LQ09X001560 Nucleic acid binding protein, putative 10.28411344 L4_chemical_B3 +LQ09X001560 Nucleic acid binding protein, putative 9.90582783 L4_chemical_C2 +LQ09X001560 Nucleic acid binding protein, putative 10.43519313 L4_chemical_C3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.975059882 C6_control_A1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.916834856 C6_control_A3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 6.146942599 C6_control_B1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.73750755 C6_control_B2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.540014502 C6_control_B3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 6.232566002 C6_control_C1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 6.539259635 C6_control_C2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.597249316 C6_control_C3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.661182565 C6_chemical_A1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.176335239 C6_chemical_A3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 6.120282766 C6_chemical_B1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.71788234 C6_chemical_B2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.476187416 C6_chemical_B3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.614060647 C6_chemical_C1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.940139886 C6_chemical_C2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.562984654 C6_chemical_C3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 6.045117229 L4_control_A1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.568938393 L4_control_A2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.840019091 L4_control_A3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.707172816 L4_control_B1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 4.980530651 L4_control_B2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.239252749 L4_control_B3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.0508201 L4_control_C2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.631822942 L4_control_C3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.760890304 L4_chemical_A1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.364664682 L4_chemical_A2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.513684645 L4_chemical_A3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.57519295 L4_chemical_B1 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.36564319 L4_chemical_B2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.184834549 L4_chemical_B3 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 4.780052454 L4_chemical_C2 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.826244721 L4_chemical_C3 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.924830226 C6_control_A1 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.476564849 C6_control_A3 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.300383199 C6_control_B1 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.609912073 C6_control_B2 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.015585768 C6_control_B3 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.896548342 C6_control_C1 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.95355455 C6_control_C2 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.643489109 C6_control_C3 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.782208016 C6_chemical_A1 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.642125983 C6_chemical_A3 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.093490859 C6_chemical_B1 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.624126293 C6_chemical_B2 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.088444007 C6_chemical_B3 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.811170184 C6_chemical_C1 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.651675985 C6_chemical_C2 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.851461789 C6_chemical_C3 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.02743469 L4_control_A1 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.977739955 L4_control_A2 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.596049918 L4_control_A3 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.009397121 L4_control_B1 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.277764004 L4_control_B2 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.991157174 L4_control_B3 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.133892552 L4_control_C2 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.503221196 L4_control_C3 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.010436725 L4_chemical_A1 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.983627811 L4_chemical_A2 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.539032577 L4_chemical_A3 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.170721415 L4_chemical_B1 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.160555725 L4_chemical_B2 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.673615985 L4_chemical_B3 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.238938497 L4_chemical_C2 +LQ09X001580 Stromal cell-derived factor 2-like protein 5.387602169 L4_chemical_C3 +LQ09X001590 Ubiquitin-protein ligase, putative 4.855970337 C6_control_A1 +LQ09X001590 Ubiquitin-protein ligase, putative 5.031021746 C6_control_A3 +LQ09X001590 Ubiquitin-protein ligase, putative 5.044780755 C6_control_B1 +LQ09X001590 Ubiquitin-protein ligase, putative 5.277124621 C6_control_B2 +LQ09X001590 Ubiquitin-protein ligase, putative 4.970504469 C6_control_B3 +LQ09X001590 Ubiquitin-protein ligase, putative 5.087610169 C6_control_C1 +LQ09X001590 Ubiquitin-protein ligase, putative 5.004472746 C6_control_C2 +LQ09X001590 Ubiquitin-protein ligase, putative 5.024778679 C6_control_C3 +LQ09X001590 Ubiquitin-protein ligase, putative 5.019060052 C6_chemical_A1 +LQ09X001590 Ubiquitin-protein ligase, putative 5.087234855 C6_chemical_A3 +LQ09X001590 Ubiquitin-protein ligase, putative 4.907199647 C6_chemical_B1 +LQ09X001590 Ubiquitin-protein ligase, putative 5.081417589 C6_chemical_B2 +LQ09X001590 Ubiquitin-protein ligase, putative 4.838462563 C6_chemical_B3 +LQ09X001590 Ubiquitin-protein ligase, putative 4.921051453 C6_chemical_C1 +LQ09X001590 Ubiquitin-protein ligase, putative 5.179201589 C6_chemical_C2 +LQ09X001590 Ubiquitin-protein ligase, putative 4.5375321 C6_chemical_C3 +LQ09X001590 Ubiquitin-protein ligase, putative 5.169539183 L4_control_A1 +LQ09X001590 Ubiquitin-protein ligase, putative 4.712671365 L4_control_A2 +LQ09X001590 Ubiquitin-protein ligase, putative 5.005344766 L4_control_A3 +LQ09X001590 Ubiquitin-protein ligase, putative 4.822883074 L4_control_B1 +LQ09X001590 Ubiquitin-protein ligase, putative 4.488347533 L4_control_B2 +LQ09X001590 Ubiquitin-protein ligase, putative 4.722402591 L4_control_B3 +LQ09X001590 Ubiquitin-protein ligase, putative 5.063730546 L4_control_C2 +LQ09X001590 Ubiquitin-protein ligase, putative 5.428197184 L4_control_C3 +LQ09X001590 Ubiquitin-protein ligase, putative 5.013934291 L4_chemical_A1 +LQ09X001590 Ubiquitin-protein ligase, putative 4.763492872 L4_chemical_A2 +LQ09X001590 Ubiquitin-protein ligase, putative 5.884404167 L4_chemical_A3 +LQ09X001590 Ubiquitin-protein ligase, putative 4.995035447 L4_chemical_B1 +LQ09X001590 Ubiquitin-protein ligase, putative 4.892396172 L4_chemical_B2 +LQ09X001590 Ubiquitin-protein ligase, putative 5.048787203 L4_chemical_B3 +LQ09X001590 Ubiquitin-protein ligase, putative 4.804098096 L4_chemical_C2 +LQ09X001590 Ubiquitin-protein ligase, putative 4.862820043 L4_chemical_C3 +LQ09X001600 Chaperone protein clpB 2 10.1879749 C6_control_A1 +LQ09X001600 Chaperone protein clpB 2 10.07274117 C6_control_A3 +LQ09X001600 Chaperone protein clpB 2 9.914994192 C6_control_B1 +LQ09X001600 Chaperone protein clpB 2 9.750180637 C6_control_B2 +LQ09X001600 Chaperone protein clpB 2 9.602864396 C6_control_B3 +LQ09X001600 Chaperone protein clpB 2 11.13931324 C6_control_C1 +LQ09X001600 Chaperone protein clpB 2 10.60310151 C6_control_C2 +LQ09X001600 Chaperone protein clpB 2 10.74723971 C6_control_C3 +LQ09X001600 Chaperone protein clpB 2 10.41595391 C6_chemical_A1 +LQ09X001600 Chaperone protein clpB 2 10.14961894 C6_chemical_A3 +LQ09X001600 Chaperone protein clpB 2 9.931605579 C6_chemical_B1 +LQ09X001600 Chaperone protein clpB 2 9.82265209 C6_chemical_B2 +LQ09X001600 Chaperone protein clpB 2 9.431523274 C6_chemical_B3 +LQ09X001600 Chaperone protein clpB 2 11.23101154 C6_chemical_C1 +LQ09X001600 Chaperone protein clpB 2 10.8089188 C6_chemical_C2 +LQ09X001600 Chaperone protein clpB 2 10.40332375 C6_chemical_C3 +LQ09X001600 Chaperone protein clpB 2 9.882763271 L4_control_A1 +LQ09X001600 Chaperone protein clpB 2 10.20548312 L4_control_A2 +LQ09X001600 Chaperone protein clpB 2 8.773089349 L4_control_A3 +LQ09X001600 Chaperone protein clpB 2 9.575294596 L4_control_B1 +LQ09X001600 Chaperone protein clpB 2 10.33157095 L4_control_B2 +LQ09X001600 Chaperone protein clpB 2 9.943533596 L4_control_B3 +LQ09X001600 Chaperone protein clpB 2 10.85553961 L4_control_C2 +LQ09X001600 Chaperone protein clpB 2 10.58821042 L4_control_C3 +LQ09X001600 Chaperone protein clpB 2 10.08466314 L4_chemical_A1 +LQ09X001600 Chaperone protein clpB 2 10.4256255 L4_chemical_A2 +LQ09X001600 Chaperone protein clpB 2 7.944036523 L4_chemical_A3 +LQ09X001600 Chaperone protein clpB 2 9.744712515 L4_chemical_B1 +LQ09X001600 Chaperone protein clpB 2 10.43042593 L4_chemical_B2 +LQ09X001600 Chaperone protein clpB 2 9.297689415 L4_chemical_B3 +LQ09X001600 Chaperone protein clpB 2 11.11611487 L4_chemical_C2 +LQ09X001600 Chaperone protein clpB 2 10.62792752 L4_chemical_C3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.059593326 C6_control_A1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.208081609 C6_control_A3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.621313293 C6_control_B1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.933683472 C6_control_B2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.76143438 C6_control_B3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.476242106 C6_control_C1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.18516909 C6_control_C2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.851936837 C6_control_C3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.627485046 C6_chemical_A1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.80432608 C6_chemical_A3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.815525121 C6_chemical_B1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.042672858 C6_chemical_B2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.184271938 C6_chemical_B3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.444714865 C6_chemical_C1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.993914023 C6_chemical_C2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.845420878 C6_chemical_C3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.99374366 L4_control_A1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.643049201 L4_control_A2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.598065382 L4_control_A3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.238138212 L4_control_B1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.911141594 L4_control_B2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.925320183 L4_control_B3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.226733919 L4_control_C2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.976524076 L4_control_C3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.735189556 L4_chemical_A1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.2700515 L4_chemical_A2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.370263251 L4_chemical_A3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.265502923 L4_chemical_B1 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.555618867 L4_chemical_B2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.80349899 L4_chemical_B3 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.372862867 L4_chemical_C2 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 6.486265271 L4_chemical_C3 +LQ09X001650 Putative Zinc finger protein 3 8.989875616 C6_control_A1 +LQ09X001650 Putative Zinc finger protein 3 9.476758033 C6_control_A3 +LQ09X001650 Putative Zinc finger protein 3 9.310410436 C6_control_B1 +LQ09X001650 Putative Zinc finger protein 3 8.725265395 C6_control_B2 +LQ09X001650 Putative Zinc finger protein 3 9.380068567 C6_control_B3 +LQ09X001650 Putative Zinc finger protein 3 10.23045564 C6_control_C1 +LQ09X001650 Putative Zinc finger protein 3 9.624550437 C6_control_C2 +LQ09X001650 Putative Zinc finger protein 3 10.25628613 C6_control_C3 +LQ09X001650 Putative Zinc finger protein 3 9.112569267 C6_chemical_A1 +LQ09X001650 Putative Zinc finger protein 3 9.488215348 C6_chemical_A3 +LQ09X001650 Putative Zinc finger protein 3 9.19017625 C6_chemical_B1 +LQ09X001650 Putative Zinc finger protein 3 8.748236548 C6_chemical_B2 +LQ09X001650 Putative Zinc finger protein 3 9.604516694 C6_chemical_B3 +LQ09X001650 Putative Zinc finger protein 3 10.37862947 C6_chemical_C1 +LQ09X001650 Putative Zinc finger protein 3 9.721448038 C6_chemical_C2 +LQ09X001650 Putative Zinc finger protein 3 9.792129549 C6_chemical_C3 +LQ09X001650 Putative Zinc finger protein 3 8.5135927 L4_control_A1 +LQ09X001650 Putative Zinc finger protein 3 7.603305265 L4_control_A2 +LQ09X001650 Putative Zinc finger protein 3 7.619168055 L4_control_A3 +LQ09X001650 Putative Zinc finger protein 3 8.709294062 L4_control_B1 +LQ09X001650 Putative Zinc finger protein 3 8.805311934 L4_control_B2 +LQ09X001650 Putative Zinc finger protein 3 8.215294787 L4_control_B3 +LQ09X001650 Putative Zinc finger protein 3 9.572971779 L4_control_C2 +LQ09X001650 Putative Zinc finger protein 3 9.611131486 L4_control_C3 +LQ09X001650 Putative Zinc finger protein 3 9.794500111 L4_chemical_A1 +LQ09X001650 Putative Zinc finger protein 3 10.0055117 L4_chemical_A2 +LQ09X001650 Putative Zinc finger protein 3 8.455908161 L4_chemical_A3 +LQ09X001650 Putative Zinc finger protein 3 10.02779436 L4_chemical_B1 +LQ09X001650 Putative Zinc finger protein 3 9.21922437 L4_chemical_B2 +LQ09X001650 Putative Zinc finger protein 3 8.393428102 L4_chemical_B3 +LQ09X001650 Putative Zinc finger protein 3 9.800687441 L4_chemical_C2 +LQ09X001650 Putative Zinc finger protein 3 9.701508141 L4_chemical_C3 +LQ09X001670 Putative uncharacterized protein 5.977222317 C6_control_A1 +LQ09X001670 Putative uncharacterized protein 5.253887869 C6_control_A3 +LQ09X001670 Putative uncharacterized protein 5.407693797 C6_control_B1 +LQ09X001670 Putative uncharacterized protein 5.357164057 C6_control_B2 +LQ09X001670 Putative uncharacterized protein 5.746558996 C6_control_B3 +LQ09X001670 Putative uncharacterized protein 5.723627041 C6_control_C1 +LQ09X001670 Putative uncharacterized protein 5.649418798 C6_control_C2 +LQ09X001670 Putative uncharacterized protein 6.11491214 C6_control_C3 +LQ09X001670 Putative uncharacterized protein 5.409513526 C6_chemical_A1 +LQ09X001670 Putative uncharacterized protein 5.45116932 C6_chemical_A3 +LQ09X001670 Putative uncharacterized protein 5.132640305 C6_chemical_B1 +LQ09X001670 Putative uncharacterized protein 5.482313798 C6_chemical_B2 +LQ09X001670 Putative uncharacterized protein 5.75254535 C6_chemical_B3 +LQ09X001670 Putative uncharacterized protein 5.820067672 C6_chemical_C1 +LQ09X001670 Putative uncharacterized protein 5.533553122 C6_chemical_C2 +LQ09X001670 Putative uncharacterized protein 5.752328932 C6_chemical_C3 +LQ09X001670 Putative uncharacterized protein 5.212290894 L4_control_A1 +LQ09X001670 Putative uncharacterized protein 5.544196628 L4_control_A2 +LQ09X001670 Putative uncharacterized protein 5.609623418 L4_control_A3 +LQ09X001670 Putative uncharacterized protein 4.95762557 L4_control_B1 +LQ09X001670 Putative uncharacterized protein 5.007575291 L4_control_B2 +LQ09X001670 Putative uncharacterized protein 5.571078809 L4_control_B3 +LQ09X001670 Putative uncharacterized protein 5.502306837 L4_control_C2 +LQ09X001670 Putative uncharacterized protein 6.293818242 L4_control_C3 +LQ09X001670 Putative uncharacterized protein 5.488669435 L4_chemical_A1 +LQ09X001670 Putative uncharacterized protein 5.302973951 L4_chemical_A2 +LQ09X001670 Putative uncharacterized protein 5.023737586 L4_chemical_A3 +LQ09X001670 Putative uncharacterized protein 5.098848831 L4_chemical_B1 +LQ09X001670 Putative uncharacterized protein 5.390224751 L4_chemical_B2 +LQ09X001670 Putative uncharacterized protein 5.356359102 L4_chemical_B3 +LQ09X001670 Putative uncharacterized protein 5.906621182 L4_chemical_C2 +LQ09X001670 Putative uncharacterized protein 6.567274532 L4_chemical_C3 +LQ09X001680 Putative uncharacterized protein 10.98850798 C6_control_A1 +LQ09X001680 Putative uncharacterized protein 10.28302676 C6_control_A3 +LQ09X001680 Putative uncharacterized protein 11.03755741 C6_control_B1 +LQ09X001680 Putative uncharacterized protein 11.25753567 C6_control_B2 +LQ09X001680 Putative uncharacterized protein 11.35121488 C6_control_B3 +LQ09X001680 Putative uncharacterized protein 10.46217731 C6_control_C1 +LQ09X001680 Putative uncharacterized protein 10.22830587 C6_control_C2 +LQ09X001680 Putative uncharacterized protein 10.28684811 C6_control_C3 +LQ09X001680 Putative uncharacterized protein 11.01425323 C6_chemical_A1 +LQ09X001680 Putative uncharacterized protein 10.57268101 C6_chemical_A3 +LQ09X001680 Putative uncharacterized protein 11.04046194 C6_chemical_B1 +LQ09X001680 Putative uncharacterized protein 11.09827325 C6_chemical_B2 +LQ09X001680 Putative uncharacterized protein 11.10283838 C6_chemical_B3 +LQ09X001680 Putative uncharacterized protein 10.31667142 C6_chemical_C1 +LQ09X001680 Putative uncharacterized protein 10.41675975 C6_chemical_C2 +LQ09X001680 Putative uncharacterized protein 10.29870187 C6_chemical_C3 +LQ09X001680 Putative uncharacterized protein 10.1839238 L4_control_A1 +LQ09X001680 Putative uncharacterized protein 10.63401079 L4_control_A2 +LQ09X001680 Putative uncharacterized protein 10.60814958 L4_control_A3 +LQ09X001680 Putative uncharacterized protein 10.1946636 L4_control_B1 +LQ09X001680 Putative uncharacterized protein 10.99445075 L4_control_B2 +LQ09X001680 Putative uncharacterized protein 10.26307191 L4_control_B3 +LQ09X001680 Putative uncharacterized protein 9.774768657 L4_control_C2 +LQ09X001680 Putative uncharacterized protein 9.559427414 L4_control_C3 +LQ09X001680 Putative uncharacterized protein 10.07897422 L4_chemical_A1 +LQ09X001680 Putative uncharacterized protein 10.39328991 L4_chemical_A2 +LQ09X001680 Putative uncharacterized protein 10.31780038 L4_chemical_A3 +LQ09X001680 Putative uncharacterized protein 10.34008482 L4_chemical_B1 +LQ09X001680 Putative uncharacterized protein 10.38203383 L4_chemical_B2 +LQ09X001680 Putative uncharacterized protein 10.7650006 L4_chemical_B3 +LQ09X001680 Putative uncharacterized protein 9.625611076 L4_chemical_C2 +LQ09X001680 Putative uncharacterized protein 9.373608991 L4_chemical_C3 +LQ09X001700 60S ribosomal protein L39-1 5.73797166 C6_control_A1 +LQ09X001700 60S ribosomal protein L39-1 7.200194422 C6_control_A3 +LQ09X001700 60S ribosomal protein L39-1 5.66398384 C6_control_B1 +LQ09X001700 60S ribosomal protein L39-1 6.18378585 C6_control_B2 +LQ09X001700 60S ribosomal protein L39-1 6.117445112 C6_control_B3 +LQ09X001700 60S ribosomal protein L39-1 6.078162668 C6_control_C1 +LQ09X001700 60S ribosomal protein L39-1 6.601147995 C6_control_C2 +LQ09X001700 60S ribosomal protein L39-1 5.719569313 C6_control_C3 +LQ09X001700 60S ribosomal protein L39-1 5.860431362 C6_chemical_A1 +LQ09X001700 60S ribosomal protein L39-1 5.223495072 C6_chemical_A3 +LQ09X001700 60S ribosomal protein L39-1 5.308907975 C6_chemical_B1 +LQ09X001700 60S ribosomal protein L39-1 6.000596954 C6_chemical_B2 +LQ09X001700 60S ribosomal protein L39-1 5.828341605 C6_chemical_B3 +LQ09X001700 60S ribosomal protein L39-1 6.228193133 C6_chemical_C1 +LQ09X001700 60S ribosomal protein L39-1 6.184715372 C6_chemical_C2 +LQ09X001700 60S ribosomal protein L39-1 6.166052151 C6_chemical_C3 +LQ09X001700 60S ribosomal protein L39-1 6.21419706 L4_control_A1 +LQ09X001700 60S ribosomal protein L39-1 5.802938009 L4_control_A2 +LQ09X001700 60S ribosomal protein L39-1 5.561235917 L4_control_A3 +LQ09X001700 60S ribosomal protein L39-1 5.808684027 L4_control_B1 +LQ09X001700 60S ribosomal protein L39-1 5.993804509 L4_control_B2 +LQ09X001700 60S ribosomal protein L39-1 5.634296398 L4_control_B3 +LQ09X001700 60S ribosomal protein L39-1 6.253219613 L4_control_C2 +LQ09X001700 60S ribosomal protein L39-1 5.074873977 L4_control_C3 +LQ09X001700 60S ribosomal protein L39-1 6.212694606 L4_chemical_A1 +LQ09X001700 60S ribosomal protein L39-1 5.744790533 L4_chemical_A2 +LQ09X001700 60S ribosomal protein L39-1 5.428984592 L4_chemical_A3 +LQ09X001700 60S ribosomal protein L39-1 6.166133757 L4_chemical_B1 +LQ09X001700 60S ribosomal protein L39-1 5.531152409 L4_chemical_B2 +LQ09X001700 60S ribosomal protein L39-1 6.175772862 L4_chemical_B3 +LQ09X001700 60S ribosomal protein L39-1 5.5539183 L4_chemical_C2 +LQ09X001700 60S ribosomal protein L39-1 6.106148246 L4_chemical_C3 +LQ09X001720 Putative uncharacterized protein 5.540073028 C6_control_A1 +LQ09X001720 Putative uncharacterized protein 5.748276784 C6_control_A3 +LQ09X001720 Putative uncharacterized protein 6.011291757 C6_control_B1 +LQ09X001720 Putative uncharacterized protein 6.245472549 C6_control_B2 +LQ09X001720 Putative uncharacterized protein 5.681917799 C6_control_B3 +LQ09X001720 Putative uncharacterized protein 5.748348957 C6_control_C1 +LQ09X001720 Putative uncharacterized protein 5.965452938 C6_control_C2 +LQ09X001720 Putative uncharacterized protein 5.945658368 C6_control_C3 +LQ09X001720 Putative uncharacterized protein 5.209421961 C6_chemical_A1 +LQ09X001720 Putative uncharacterized protein 5.383101245 C6_chemical_A3 +LQ09X001720 Putative uncharacterized protein 5.422601194 C6_chemical_B1 +LQ09X001720 Putative uncharacterized protein 6.160896885 C6_chemical_B2 +LQ09X001720 Putative uncharacterized protein 5.853390231 C6_chemical_B3 +LQ09X001720 Putative uncharacterized protein 5.77794753 C6_chemical_C1 +LQ09X001720 Putative uncharacterized protein 6.058039693 C6_chemical_C2 +LQ09X001720 Putative uncharacterized protein 5.513881941 C6_chemical_C3 +LQ09X001720 Putative uncharacterized protein 5.81662321 L4_control_A1 +LQ09X001720 Putative uncharacterized protein 5.455999886 L4_control_A2 +LQ09X001720 Putative uncharacterized protein 5.532482738 L4_control_A3 +LQ09X001720 Putative uncharacterized protein 5.472399108 L4_control_B1 +LQ09X001720 Putative uncharacterized protein 5.876228601 L4_control_B2 +LQ09X001720 Putative uncharacterized protein 5.875400545 L4_control_B3 +LQ09X001720 Putative uncharacterized protein 5.224104936 L4_control_C2 +LQ09X001720 Putative uncharacterized protein 5.199537798 L4_control_C3 +LQ09X001720 Putative uncharacterized protein 5.541108341 L4_chemical_A1 +LQ09X001720 Putative uncharacterized protein 5.700458269 L4_chemical_A2 +LQ09X001720 Putative uncharacterized protein 5.696550551 L4_chemical_A3 +LQ09X001720 Putative uncharacterized protein 5.487246954 L4_chemical_B1 +LQ09X001720 Putative uncharacterized protein 5.75737343 L4_chemical_B2 +LQ09X001720 Putative uncharacterized protein 5.772673875 L4_chemical_B3 +LQ09X001720 Putative uncharacterized protein 5.43873719 L4_chemical_C2 +LQ09X001720 Putative uncharacterized protein 5.264482351 L4_chemical_C3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.431225257 C6_control_A1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 7.471469843 C6_control_A3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.615658788 C6_control_B1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.948188236 C6_control_B2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.341712621 C6_control_B3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.938254634 C6_control_C1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.658860971 C6_control_C2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.033309518 C6_control_C3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.609603979 C6_chemical_A1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.880948271 C6_chemical_A3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.194297817 C6_chemical_B1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.248800429 C6_chemical_B2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.269310249 C6_chemical_B3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.85446361 C6_chemical_C1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.965404502 C6_chemical_C2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.551533763 C6_chemical_C3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.375335964 L4_control_A1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.460819632 L4_control_A2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.218956678 L4_control_A3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.305637595 L4_control_B1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.720597436 L4_control_B2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.164983885 L4_control_B3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.961833165 L4_control_C2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.92794786 L4_control_C3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.61644076 L4_chemical_A1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.500301418 L4_chemical_A2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.260788871 L4_chemical_A3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.355747912 L4_chemical_B1 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 5.856826434 L4_chemical_B2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.19233438 L4_chemical_B3 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.31495989 L4_chemical_C2 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.163399697 L4_chemical_C3 +LQ09X001740 Putative uncharacterized protein 6.222212189 C6_control_A1 +LQ09X001740 Putative uncharacterized protein 6.435371097 C6_control_A3 +LQ09X001740 Putative uncharacterized protein 6.159012718 C6_control_B1 +LQ09X001740 Putative uncharacterized protein 6.000405961 C6_control_B2 +LQ09X001740 Putative uncharacterized protein 6.41981748 C6_control_B3 +LQ09X001740 Putative uncharacterized protein 5.690100346 C6_control_C1 +LQ09X001740 Putative uncharacterized protein 6.879143105 C6_control_C2 +LQ09X001740 Putative uncharacterized protein 5.337071388 C6_control_C3 +LQ09X001740 Putative uncharacterized protein 6.203374171 C6_chemical_A1 +LQ09X001740 Putative uncharacterized protein 6.348917395 C6_chemical_A3 +LQ09X001740 Putative uncharacterized protein 5.936481886 C6_chemical_B1 +LQ09X001740 Putative uncharacterized protein 6.182099366 C6_chemical_B2 +LQ09X001740 Putative uncharacterized protein 5.788009637 C6_chemical_B3 +LQ09X001740 Putative uncharacterized protein 5.726829743 C6_chemical_C1 +LQ09X001740 Putative uncharacterized protein 5.672234796 C6_chemical_C2 +LQ09X001740 Putative uncharacterized protein 5.422607056 C6_chemical_C3 +LQ09X001740 Putative uncharacterized protein 6.266449832 L4_control_A1 +LQ09X001740 Putative uncharacterized protein 5.996433606 L4_control_A2 +LQ09X001740 Putative uncharacterized protein 7.411552139 L4_control_A3 +LQ09X001740 Putative uncharacterized protein 5.958704409 L4_control_B1 +LQ09X001740 Putative uncharacterized protein 5.947221955 L4_control_B2 +LQ09X001740 Putative uncharacterized protein 6.224805652 L4_control_B3 +LQ09X001740 Putative uncharacterized protein 5.326199511 L4_control_C2 +LQ09X001740 Putative uncharacterized protein 5.882030802 L4_control_C3 +LQ09X001740 Putative uncharacterized protein 6.138273288 L4_chemical_A1 +LQ09X001740 Putative uncharacterized protein 5.839300414 L4_chemical_A2 +LQ09X001740 Putative uncharacterized protein 6.538422563 L4_chemical_A3 +LQ09X001740 Putative uncharacterized protein 6.912497581 L4_chemical_B1 +LQ09X001740 Putative uncharacterized protein 6.084283278 L4_chemical_B2 +LQ09X001740 Putative uncharacterized protein 6.206909376 L4_chemical_B3 +LQ09X001740 Putative uncharacterized protein 5.692046578 L4_chemical_C2 +LQ09X001740 Putative uncharacterized protein 5.402240921 L4_chemical_C3 +LQ09X001750 Putative uncharacterized protein 9.393292638 C6_control_A1 +LQ09X001750 Putative uncharacterized protein 10.01498114 C6_control_A3 +LQ09X001750 Putative uncharacterized protein 9.359129759 C6_control_B1 +LQ09X001750 Putative uncharacterized protein 9.177747189 C6_control_B2 +LQ09X001750 Putative uncharacterized protein 9.974538177 C6_control_B3 +LQ09X001750 Putative uncharacterized protein 10.07045237 C6_control_C1 +LQ09X001750 Putative uncharacterized protein 10.07436452 C6_control_C2 +LQ09X001750 Putative uncharacterized protein 10.47612016 C6_control_C3 +LQ09X001750 Putative uncharacterized protein 9.258543771 C6_chemical_A1 +LQ09X001750 Putative uncharacterized protein 10.10339063 C6_chemical_A3 +LQ09X001750 Putative uncharacterized protein 9.508577215 C6_chemical_B1 +LQ09X001750 Putative uncharacterized protein 9.192795143 C6_chemical_B2 +LQ09X001750 Putative uncharacterized protein 9.911732172 C6_chemical_B3 +LQ09X001750 Putative uncharacterized protein 10.18673254 C6_chemical_C1 +LQ09X001750 Putative uncharacterized protein 10.27869124 C6_chemical_C2 +LQ09X001750 Putative uncharacterized protein 10.41456153 C6_chemical_C3 +LQ09X001750 Putative uncharacterized protein 9.583366185 L4_control_A1 +LQ09X001750 Putative uncharacterized protein 9.919477118 L4_control_A2 +LQ09X001750 Putative uncharacterized protein 10.75163801 L4_control_A3 +LQ09X001750 Putative uncharacterized protein 10.01723823 L4_control_B1 +LQ09X001750 Putative uncharacterized protein 11.01419384 L4_control_B2 +LQ09X001750 Putative uncharacterized protein 10.21721505 L4_control_B3 +LQ09X001750 Putative uncharacterized protein 11.26132666 L4_control_C2 +LQ09X001750 Putative uncharacterized protein 11.84583025 L4_control_C3 +LQ09X001750 Putative uncharacterized protein 10.04362634 L4_chemical_A1 +LQ09X001750 Putative uncharacterized protein 10.73457644 L4_chemical_A2 +LQ09X001750 Putative uncharacterized protein 10.24852609 L4_chemical_A3 +LQ09X001750 Putative uncharacterized protein 10.33865962 L4_chemical_B1 +LQ09X001750 Putative uncharacterized protein 10.6562963 L4_chemical_B2 +LQ09X001750 Putative uncharacterized protein 9.932420297 L4_chemical_B3 +LQ09X001750 Putative uncharacterized protein 11.28552815 L4_chemical_C2 +LQ09X001750 Putative uncharacterized protein 11.60044964 L4_chemical_C3 +LQ09X001770 Putative uncharacterized protein 5.986075222 C6_control_A1 +LQ09X001770 Putative uncharacterized protein 5.886911738 C6_control_A3 +LQ09X001770 Putative uncharacterized protein 5.321293257 C6_control_B1 +LQ09X001770 Putative uncharacterized protein 5.300735868 C6_control_B2 +LQ09X001770 Putative uncharacterized protein 5.958786489 C6_control_B3 +LQ09X001770 Putative uncharacterized protein 5.23991482 C6_control_C1 +LQ09X001770 Putative uncharacterized protein 5.190852712 C6_control_C2 +LQ09X001770 Putative uncharacterized protein 5.084785808 C6_control_C3 +LQ09X001770 Putative uncharacterized protein 5.616509356 C6_chemical_A1 +LQ09X001770 Putative uncharacterized protein 5.69280919 C6_chemical_A3 +LQ09X001770 Putative uncharacterized protein 6.139547705 C6_chemical_B1 +LQ09X001770 Putative uncharacterized protein 5.327574298 C6_chemical_B2 +LQ09X001770 Putative uncharacterized protein 5.546102949 C6_chemical_B3 +LQ09X001770 Putative uncharacterized protein 5.41603946 C6_chemical_C1 +LQ09X001770 Putative uncharacterized protein 5.220069828 C6_chemical_C2 +LQ09X001770 Putative uncharacterized protein 5.333222667 C6_chemical_C3 +LQ09X001770 Putative uncharacterized protein 5.547597353 L4_control_A1 +LQ09X001770 Putative uncharacterized protein 6.086658855 L4_control_A2 +LQ09X001770 Putative uncharacterized protein 6.122975933 L4_control_A3 +LQ09X001770 Putative uncharacterized protein 6.288881176 L4_control_B1 +LQ09X001770 Putative uncharacterized protein 6.361654152 L4_control_B2 +LQ09X001770 Putative uncharacterized protein 6.345332435 L4_control_B3 +LQ09X001770 Putative uncharacterized protein 5.219082283 L4_control_C2 +LQ09X001770 Putative uncharacterized protein 4.930605534 L4_control_C3 +LQ09X001770 Putative uncharacterized protein 5.900326731 L4_chemical_A1 +LQ09X001770 Putative uncharacterized protein 6.022817709 L4_chemical_A2 +LQ09X001770 Putative uncharacterized protein 6.348599459 L4_chemical_A3 +LQ09X001770 Putative uncharacterized protein 5.784946512 L4_chemical_B1 +LQ09X001770 Putative uncharacterized protein 5.969638588 L4_chemical_B2 +LQ09X001770 Putative uncharacterized protein 6.159741739 L4_chemical_B3 +LQ09X001770 Putative uncharacterized protein 6.153706214 L4_chemical_C2 +LQ09X001770 Putative uncharacterized protein 4.94425582 L4_chemical_C3 +LQ09X001800 Putative uncharacterized protein 9.464972528 C6_control_A1 +LQ09X001800 Putative uncharacterized protein 11.27021254 C6_control_A3 +LQ09X001800 Putative uncharacterized protein 9.733404485 C6_control_B1 +LQ09X001800 Putative uncharacterized protein 9.659675607 C6_control_B2 +LQ09X001800 Putative uncharacterized protein 11.20908193 C6_control_B3 +LQ09X001800 Putative uncharacterized protein 8.690265667 C6_control_C1 +LQ09X001800 Putative uncharacterized protein 8.960712239 C6_control_C2 +LQ09X001800 Putative uncharacterized protein 9.709121495 C6_control_C3 +LQ09X001800 Putative uncharacterized protein 9.554866259 C6_chemical_A1 +LQ09X001800 Putative uncharacterized protein 11.69822058 C6_chemical_A3 +LQ09X001800 Putative uncharacterized protein 9.547529786 C6_chemical_B1 +LQ09X001800 Putative uncharacterized protein 9.656944227 C6_chemical_B2 +LQ09X001800 Putative uncharacterized protein 12.18204346 C6_chemical_B3 +LQ09X001800 Putative uncharacterized protein 8.265582418 C6_chemical_C1 +LQ09X001800 Putative uncharacterized protein 8.723583651 C6_chemical_C2 +LQ09X001800 Putative uncharacterized protein 9.299205627 C6_chemical_C3 +LQ09X001800 Putative uncharacterized protein 11.56659921 L4_control_A1 +LQ09X001800 Putative uncharacterized protein 12.19225025 L4_control_A2 +LQ09X001800 Putative uncharacterized protein 12.31079318 L4_control_A3 +LQ09X001800 Putative uncharacterized protein 11.3818977 L4_control_B1 +LQ09X001800 Putative uncharacterized protein 12.03493764 L4_control_B2 +LQ09X001800 Putative uncharacterized protein 12.47641557 L4_control_B3 +LQ09X001800 Putative uncharacterized protein 9.214374697 L4_control_C2 +LQ09X001800 Putative uncharacterized protein 12.30319983 L4_control_C3 +LQ09X001800 Putative uncharacterized protein 13.23940617 L4_chemical_A1 +LQ09X001800 Putative uncharacterized protein 12.14418215 L4_chemical_A2 +LQ09X001800 Putative uncharacterized protein 13.00498232 L4_chemical_A3 +LQ09X001800 Putative uncharacterized protein 11.81696878 L4_chemical_B1 +LQ09X001800 Putative uncharacterized protein 12.28183353 L4_chemical_B2 +LQ09X001800 Putative uncharacterized protein 13.05316974 L4_chemical_B3 +LQ09X001800 Putative uncharacterized protein 9.756055614 L4_chemical_C2 +LQ09X001800 Putative uncharacterized protein 11.65248313 L4_chemical_C3 +LQ09X001820 Predicted protein 5.639181668 C6_control_A1 +LQ09X001820 Predicted protein 5.928707345 C6_control_A3 +LQ09X001820 Predicted protein 5.375898259 C6_control_B1 +LQ09X001820 Predicted protein 5.566429629 C6_control_B2 +LQ09X001820 Predicted protein 5.62858448 C6_control_B3 +LQ09X001820 Predicted protein 5.382684029 C6_control_C1 +LQ09X001820 Predicted protein 5.742336597 C6_control_C2 +LQ09X001820 Predicted protein 5.683349256 C6_control_C3 +LQ09X001820 Predicted protein 5.771677851 C6_chemical_A1 +LQ09X001820 Predicted protein 5.440936356 C6_chemical_A3 +LQ09X001820 Predicted protein 5.298287782 C6_chemical_B1 +LQ09X001820 Predicted protein 5.251061385 C6_chemical_B2 +LQ09X001820 Predicted protein 5.484906395 C6_chemical_B3 +LQ09X001820 Predicted protein 5.494008341 C6_chemical_C1 +LQ09X001820 Predicted protein 5.663970149 C6_chemical_C2 +LQ09X001820 Predicted protein 5.498066934 C6_chemical_C3 +LQ09X001820 Predicted protein 5.35334092 L4_control_A1 +LQ09X001820 Predicted protein 5.455941117 L4_control_A2 +LQ09X001820 Predicted protein 6.585737802 L4_control_A3 +LQ09X001820 Predicted protein 5.420965077 L4_control_B1 +LQ09X001820 Predicted protein 5.392885595 L4_control_B2 +LQ09X001820 Predicted protein 5.460788917 L4_control_B3 +LQ09X001820 Predicted protein 5.639450914 L4_control_C2 +LQ09X001820 Predicted protein 5.219553384 L4_control_C3 +LQ09X001820 Predicted protein 5.183491286 L4_chemical_A1 +LQ09X001820 Predicted protein 5.868668576 L4_chemical_A2 +LQ09X001820 Predicted protein 6.027152425 L4_chemical_A3 +LQ09X001820 Predicted protein 5.440355087 L4_chemical_B1 +LQ09X001820 Predicted protein 5.467057556 L4_chemical_B2 +LQ09X001820 Predicted protein 5.722728648 L4_chemical_B3 +LQ09X001820 Predicted protein 5.53798155 L4_chemical_C2 +LQ09X001820 Predicted protein 5.558691432 L4_chemical_C3 +LQ09X001850 40S ribosomal protein S11 5.247070184 C6_control_A1 +LQ09X001850 40S ribosomal protein S11 5.138510269 C6_control_A3 +LQ09X001850 40S ribosomal protein S11 5.510371285 C6_control_B1 +LQ09X001850 40S ribosomal protein S11 5.305761476 C6_control_B2 +LQ09X001850 40S ribosomal protein S11 5.985864803 C6_control_B3 +LQ09X001850 40S ribosomal protein S11 5.371868993 C6_control_C1 +LQ09X001850 40S ribosomal protein S11 5.342778092 C6_control_C2 +LQ09X001850 40S ribosomal protein S11 5.247744799 C6_control_C3 +LQ09X001850 40S ribosomal protein S11 5.351897941 C6_chemical_A1 +LQ09X001850 40S ribosomal protein S11 5.296939847 C6_chemical_A3 +LQ09X001850 40S ribosomal protein S11 5.944249903 C6_chemical_B1 +LQ09X001850 40S ribosomal protein S11 5.267895415 C6_chemical_B2 +LQ09X001850 40S ribosomal protein S11 6.837315507 C6_chemical_B3 +LQ09X001850 40S ribosomal protein S11 4.878749886 C6_chemical_C1 +LQ09X001850 40S ribosomal protein S11 5.211366106 C6_chemical_C2 +LQ09X001850 40S ribosomal protein S11 5.042162695 C6_chemical_C3 +LQ09X001850 40S ribosomal protein S11 5.447448053 L4_control_A1 +LQ09X001850 40S ribosomal protein S11 5.180003704 L4_control_A2 +LQ09X001850 40S ribosomal protein S11 5.240944166 L4_control_A3 +LQ09X001850 40S ribosomal protein S11 5.189133045 L4_control_B1 +LQ09X001850 40S ribosomal protein S11 5.571638409 L4_control_B2 +LQ09X001850 40S ribosomal protein S11 5.033241415 L4_control_B3 +LQ09X001850 40S ribosomal protein S11 6.07715731 L4_control_C2 +LQ09X001850 40S ribosomal protein S11 7.108939561 L4_control_C3 +LQ09X001850 40S ribosomal protein S11 5.106514311 L4_chemical_A1 +LQ09X001850 40S ribosomal protein S11 5.435337593 L4_chemical_A2 +LQ09X001850 40S ribosomal protein S11 5.272058887 L4_chemical_A3 +LQ09X001850 40S ribosomal protein S11 5.381554217 L4_chemical_B1 +LQ09X001850 40S ribosomal protein S11 5.404654795 L4_chemical_B2 +LQ09X001850 40S ribosomal protein S11 5.50310036 L4_chemical_B3 +LQ09X001850 40S ribosomal protein S11 6.119474388 L4_chemical_C2 +LQ09X001850 40S ribosomal protein S11 5.683053681 L4_chemical_C3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.473333817 C6_control_A1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.229165362 C6_control_A3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.17623854 C6_control_B1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.09736297 C6_control_B2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.30561272 C6_control_B3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.40294802 C6_control_C1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.08225431 C6_control_C2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.39337718 C6_control_C3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.62176002 C6_chemical_A1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.485963212 C6_chemical_A3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.48100025 C6_chemical_B1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.964131521 C6_chemical_B2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.32611501 C6_chemical_B3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.03881516 C6_chemical_C1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.32163044 C6_chemical_C2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.69704318 C6_chemical_C3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.271407964 L4_control_A1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 8.78418106 L4_control_A2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.788264129 L4_control_A3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.16946659 L4_control_B1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.33653465 L4_control_B2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.54573615 L4_control_B3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 11.2512509 L4_control_C2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 11.08189423 L4_control_C3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.417225826 L4_chemical_A1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.203801892 L4_chemical_A2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.531843191 L4_chemical_A3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.03827754 L4_chemical_B1 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.23004204 L4_chemical_B2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.04065717 L4_chemical_B3 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 11.1999289 L4_chemical_C2 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 10.67066051 L4_chemical_C3 +LQ09X001910 Protein MEMO1 5.902074435 C6_control_A1 +LQ09X001910 Protein MEMO1 6.076484286 C6_control_A3 +LQ09X001910 Protein MEMO1 5.087925848 C6_control_B1 +LQ09X001910 Protein MEMO1 5.66504957 C6_control_B2 +LQ09X001910 Protein MEMO1 5.5536426 C6_control_B3 +LQ09X001910 Protein MEMO1 5.760623067 C6_control_C1 +LQ09X001910 Protein MEMO1 6.570715534 C6_control_C2 +LQ09X001910 Protein MEMO1 5.788822563 C6_control_C3 +LQ09X001910 Protein MEMO1 5.639469473 C6_chemical_A1 +LQ09X001910 Protein MEMO1 5.800177446 C6_chemical_A3 +LQ09X001910 Protein MEMO1 5.491123652 C6_chemical_B1 +LQ09X001910 Protein MEMO1 6.024730024 C6_chemical_B2 +LQ09X001910 Protein MEMO1 5.588274552 C6_chemical_B3 +LQ09X001910 Protein MEMO1 5.521907156 C6_chemical_C1 +LQ09X001910 Protein MEMO1 5.50356243 C6_chemical_C2 +LQ09X001910 Protein MEMO1 5.556722569 C6_chemical_C3 +LQ09X001910 Protein MEMO1 5.646554545 L4_control_A1 +LQ09X001910 Protein MEMO1 5.304277602 L4_control_A2 +LQ09X001910 Protein MEMO1 5.430959662 L4_control_A3 +LQ09X001910 Protein MEMO1 4.729614471 L4_control_B1 +LQ09X001910 Protein MEMO1 5.160889952 L4_control_B2 +LQ09X001910 Protein MEMO1 5.251039449 L4_control_B3 +LQ09X001910 Protein MEMO1 5.664659557 L4_control_C2 +LQ09X001910 Protein MEMO1 5.400921576 L4_control_C3 +LQ09X001910 Protein MEMO1 5.061262687 L4_chemical_A1 +LQ09X001910 Protein MEMO1 5.511594541 L4_chemical_A2 +LQ09X001910 Protein MEMO1 5.413052188 L4_chemical_A3 +LQ09X001910 Protein MEMO1 5.637471513 L4_chemical_B1 +LQ09X001910 Protein MEMO1 5.102423443 L4_chemical_B2 +LQ09X001910 Protein MEMO1 5.493265992 L4_chemical_B3 +LQ09X001910 Protein MEMO1 5.315327671 L4_chemical_C2 +LQ09X001910 Protein MEMO1 5.040603594 L4_chemical_C3 +LQ09X001920 Predicted protein 5.497818834 C6_control_A1 +LQ09X001920 Predicted protein 5.580188868 C6_control_A3 +LQ09X001920 Predicted protein 5.166230379 C6_control_B1 +LQ09X001920 Predicted protein 5.436936322 C6_control_B2 +LQ09X001920 Predicted protein 5.325234745 C6_control_B3 +LQ09X001920 Predicted protein 5.456486983 C6_control_C1 +LQ09X001920 Predicted protein 5.93998509 C6_control_C2 +LQ09X001920 Predicted protein 5.375020128 C6_control_C3 +LQ09X001920 Predicted protein 5.357471704 C6_chemical_A1 +LQ09X001920 Predicted protein 5.185228032 C6_chemical_A3 +LQ09X001920 Predicted protein 5.077424132 C6_chemical_B1 +LQ09X001920 Predicted protein 5.046911771 C6_chemical_B2 +LQ09X001920 Predicted protein 5.48493584 C6_chemical_B3 +LQ09X001920 Predicted protein 5.848062591 C6_chemical_C1 +LQ09X001920 Predicted protein 5.858029359 C6_chemical_C2 +LQ09X001920 Predicted protein 5.241013746 C6_chemical_C3 +LQ09X001920 Predicted protein 5.134125135 L4_control_A1 +LQ09X001920 Predicted protein 5.0980918 L4_control_A2 +LQ09X001920 Predicted protein 4.996439342 L4_control_A3 +LQ09X001920 Predicted protein 4.572176723 L4_control_B1 +LQ09X001920 Predicted protein 5.328714576 L4_control_B2 +LQ09X001920 Predicted protein 5.308881036 L4_control_B3 +LQ09X001920 Predicted protein 5.291509249 L4_control_C2 +LQ09X001920 Predicted protein 4.848419538 L4_control_C3 +LQ09X001920 Predicted protein 4.790671258 L4_chemical_A1 +LQ09X001920 Predicted protein 5.337631854 L4_chemical_A2 +LQ09X001920 Predicted protein 5.312585336 L4_chemical_A3 +LQ09X001920 Predicted protein 5.348812834 L4_chemical_B1 +LQ09X001920 Predicted protein 4.94499877 L4_chemical_B2 +LQ09X001920 Predicted protein 5.23047286 L4_chemical_B3 +LQ09X001920 Predicted protein 5.53290956 L4_chemical_C2 +LQ09X001920 Predicted protein 4.918606608 L4_chemical_C3 +LQ09X001970 UPF0480 protein At4g32130 13.47712144 C6_control_A1 +LQ09X001970 UPF0480 protein At4g32130 13.54982768 C6_control_A3 +LQ09X001970 UPF0480 protein At4g32130 13.38640663 C6_control_B1 +LQ09X001970 UPF0480 protein At4g32130 13.02897939 C6_control_B2 +LQ09X001970 UPF0480 protein At4g32130 13.15990227 C6_control_B3 +LQ09X001970 UPF0480 protein At4g32130 12.88780584 C6_control_C1 +LQ09X001970 UPF0480 protein At4g32130 12.66731713 C6_control_C2 +LQ09X001970 UPF0480 protein At4g32130 12.60837952 C6_control_C3 +LQ09X001970 UPF0480 protein At4g32130 13.43830397 C6_chemical_A1 +LQ09X001970 UPF0480 protein At4g32130 13.7182398 C6_chemical_A3 +LQ09X001970 UPF0480 protein At4g32130 13.22648739 C6_chemical_B1 +LQ09X001970 UPF0480 protein At4g32130 12.88717482 C6_chemical_B2 +LQ09X001970 UPF0480 protein At4g32130 12.96269675 C6_chemical_B3 +LQ09X001970 UPF0480 protein At4g32130 12.89322256 C6_chemical_C1 +LQ09X001970 UPF0480 protein At4g32130 12.87777815 C6_chemical_C2 +LQ09X001970 UPF0480 protein At4g32130 12.53425468 C6_chemical_C3 +LQ09X001970 UPF0480 protein At4g32130 13.40834865 L4_control_A1 +LQ09X001970 UPF0480 protein At4g32130 12.90810072 L4_control_A2 +LQ09X001970 UPF0480 protein At4g32130 13.51826859 L4_control_A3 +LQ09X001970 UPF0480 protein At4g32130 12.51730488 L4_control_B1 +LQ09X001970 UPF0480 protein At4g32130 12.47657867 L4_control_B2 +LQ09X001970 UPF0480 protein At4g32130 12.76523022 L4_control_B3 +LQ09X001970 UPF0480 protein At4g32130 12.84121481 L4_control_C2 +LQ09X001970 UPF0480 protein At4g32130 12.54388245 L4_control_C3 +LQ09X001970 UPF0480 protein At4g32130 13.40327643 L4_chemical_A1 +LQ09X001970 UPF0480 protein At4g32130 12.89014818 L4_chemical_A2 +LQ09X001970 UPF0480 protein At4g32130 13.44224851 L4_chemical_A3 +LQ09X001970 UPF0480 protein At4g32130 13.19153756 L4_chemical_B1 +LQ09X001970 UPF0480 protein At4g32130 12.59528022 L4_chemical_B2 +LQ09X001970 UPF0480 protein At4g32130 12.96242101 L4_chemical_B3 +LQ09X001970 UPF0480 protein At4g32130 12.64267389 L4_chemical_C2 +LQ09X001970 UPF0480 protein At4g32130 12.43260568 L4_chemical_C3 +LQ09X001990 Putative uncharacterized protein 10.14296921 C6_control_A1 +LQ09X001990 Putative uncharacterized protein 9.78165104 C6_control_A3 +LQ09X001990 Putative uncharacterized protein 10.28510052 C6_control_B1 +LQ09X001990 Putative uncharacterized protein 10.78577489 C6_control_B2 +LQ09X001990 Putative uncharacterized protein 10.49482031 C6_control_B3 +LQ09X001990 Putative uncharacterized protein 9.760781899 C6_control_C1 +LQ09X001990 Putative uncharacterized protein 10.02445892 C6_control_C2 +LQ09X001990 Putative uncharacterized protein 9.988876546 C6_control_C3 +LQ09X001990 Putative uncharacterized protein 10.10506581 C6_chemical_A1 +LQ09X001990 Putative uncharacterized protein 9.486932876 C6_chemical_A3 +LQ09X001990 Putative uncharacterized protein 10.14815984 C6_chemical_B1 +LQ09X001990 Putative uncharacterized protein 10.61651339 C6_chemical_B2 +LQ09X001990 Putative uncharacterized protein 10.33999682 C6_chemical_B3 +LQ09X001990 Putative uncharacterized protein 9.910405592 C6_chemical_C1 +LQ09X001990 Putative uncharacterized protein 10.04691852 C6_chemical_C2 +LQ09X001990 Putative uncharacterized protein 9.944579861 C6_chemical_C3 +LQ09X001990 Putative uncharacterized protein 9.614114921 L4_control_A1 +LQ09X001990 Putative uncharacterized protein 10.25257616 L4_control_A2 +LQ09X001990 Putative uncharacterized protein 8.258268423 L4_control_A3 +LQ09X001990 Putative uncharacterized protein 9.752867697 L4_control_B1 +LQ09X001990 Putative uncharacterized protein 9.496922627 L4_control_B2 +LQ09X001990 Putative uncharacterized protein 10.49392877 L4_control_B3 +LQ09X001990 Putative uncharacterized protein 8.510180577 L4_control_C2 +LQ09X001990 Putative uncharacterized protein 8.102334238 L4_control_C3 +LQ09X001990 Putative uncharacterized protein 9.643541305 L4_chemical_A1 +LQ09X001990 Putative uncharacterized protein 9.968921838 L4_chemical_A2 +LQ09X001990 Putative uncharacterized protein 8.664003274 L4_chemical_A3 +LQ09X001990 Putative uncharacterized protein 9.485832991 L4_chemical_B1 +LQ09X001990 Putative uncharacterized protein 9.581755854 L4_chemical_B2 +LQ09X001990 Putative uncharacterized protein 10.19010037 L4_chemical_B3 +LQ09X001990 Putative uncharacterized protein 8.383048392 L4_chemical_C2 +LQ09X001990 Putative uncharacterized protein 7.928069011 L4_chemical_C3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.230555472 C6_control_A1 +LQ09X002030 Probable glycosyltransferase At5g11130 5.037621123 C6_control_A3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.475393323 C6_control_B1 +LQ09X002030 Probable glycosyltransferase At5g11130 4.963485238 C6_control_B2 +LQ09X002030 Probable glycosyltransferase At5g11130 5.494547954 C6_control_B3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.28913792 C6_control_C1 +LQ09X002030 Probable glycosyltransferase At5g11130 4.969134226 C6_control_C2 +LQ09X002030 Probable glycosyltransferase At5g11130 5.064954479 C6_control_C3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.711960114 C6_chemical_A1 +LQ09X002030 Probable glycosyltransferase At5g11130 5.672089547 C6_chemical_A3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.454796341 C6_chemical_B1 +LQ09X002030 Probable glycosyltransferase At5g11130 5.14630377 C6_chemical_B2 +LQ09X002030 Probable glycosyltransferase At5g11130 5.447531455 C6_chemical_B3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.413853584 C6_chemical_C1 +LQ09X002030 Probable glycosyltransferase At5g11130 5.049680018 C6_chemical_C2 +LQ09X002030 Probable glycosyltransferase At5g11130 4.856065384 C6_chemical_C3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.634655898 L4_control_A1 +LQ09X002030 Probable glycosyltransferase At5g11130 5.494341585 L4_control_A2 +LQ09X002030 Probable glycosyltransferase At5g11130 5.395298927 L4_control_A3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.648997399 L4_control_B1 +LQ09X002030 Probable glycosyltransferase At5g11130 5.629482779 L4_control_B2 +LQ09X002030 Probable glycosyltransferase At5g11130 5.538060529 L4_control_B3 +LQ09X002030 Probable glycosyltransferase At5g11130 7.488262794 L4_control_C2 +LQ09X002030 Probable glycosyltransferase At5g11130 8.165580819 L4_control_C3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.446699545 L4_chemical_A1 +LQ09X002030 Probable glycosyltransferase At5g11130 5.804814529 L4_chemical_A2 +LQ09X002030 Probable glycosyltransferase At5g11130 5.278062775 L4_chemical_A3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.479145133 L4_chemical_B1 +LQ09X002030 Probable glycosyltransferase At5g11130 6.133451588 L4_chemical_B2 +LQ09X002030 Probable glycosyltransferase At5g11130 5.366416041 L4_chemical_B3 +LQ09X002030 Probable glycosyltransferase At5g11130 5.915567904 L4_chemical_C2 +LQ09X002030 Probable glycosyltransferase At5g11130 6.353152064 L4_chemical_C3 +LQ09X002060 Putative uncharacterized protein 6.055483885 C6_control_A1 +LQ09X002060 Putative uncharacterized protein 5.394358738 C6_control_A3 +LQ09X002060 Putative uncharacterized protein 5.641610917 C6_control_B1 +LQ09X002060 Putative uncharacterized protein 5.27256782 C6_control_B2 +LQ09X002060 Putative uncharacterized protein 5.556568455 C6_control_B3 +LQ09X002060 Putative uncharacterized protein 5.466791982 C6_control_C1 +LQ09X002060 Putative uncharacterized protein 5.278572117 C6_control_C2 +LQ09X002060 Putative uncharacterized protein 5.354198809 C6_control_C3 +LQ09X002060 Putative uncharacterized protein 5.890281953 C6_chemical_A1 +LQ09X002060 Putative uncharacterized protein 5.673622815 C6_chemical_A3 +LQ09X002060 Putative uncharacterized protein 5.639750832 C6_chemical_B1 +LQ09X002060 Putative uncharacterized protein 5.099626907 C6_chemical_B2 +LQ09X002060 Putative uncharacterized protein 5.294867128 C6_chemical_B3 +LQ09X002060 Putative uncharacterized protein 5.344163258 C6_chemical_C1 +LQ09X002060 Putative uncharacterized protein 5.734844656 C6_chemical_C2 +LQ09X002060 Putative uncharacterized protein 5.45461181 C6_chemical_C3 +LQ09X002060 Putative uncharacterized protein 5.929211206 L4_control_A1 +LQ09X002060 Putative uncharacterized protein 5.908196769 L4_control_A2 +LQ09X002060 Putative uncharacterized protein 6.212724557 L4_control_A3 +LQ09X002060 Putative uncharacterized protein 6.020137133 L4_control_B1 +LQ09X002060 Putative uncharacterized protein 5.812167537 L4_control_B2 +LQ09X002060 Putative uncharacterized protein 5.557788432 L4_control_B3 +LQ09X002060 Putative uncharacterized protein 6.130267048 L4_control_C2 +LQ09X002060 Putative uncharacterized protein 5.673497049 L4_control_C3 +LQ09X002060 Putative uncharacterized protein 5.414563843 L4_chemical_A1 +LQ09X002060 Putative uncharacterized protein 6.058945032 L4_chemical_A2 +LQ09X002060 Putative uncharacterized protein 6.233131127 L4_chemical_A3 +LQ09X002060 Putative uncharacterized protein 6.005967715 L4_chemical_B1 +LQ09X002060 Putative uncharacterized protein 5.70859109 L4_chemical_B2 +LQ09X002060 Putative uncharacterized protein 5.725144805 L4_chemical_B3 +LQ09X002060 Putative uncharacterized protein 5.163371769 L4_chemical_C2 +LQ09X002060 Putative uncharacterized protein 5.603844563 L4_chemical_C3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.999161029 C6_control_A1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.471169151 C6_control_A3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.17381214 C6_control_B1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.52451651 C6_control_B2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.14906964 C6_control_B3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 11.12818353 C6_control_C1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 11.15575477 C6_control_C2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.96240626 C6_control_C3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.754223347 C6_chemical_A1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.624037046 C6_chemical_A3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.10731952 C6_chemical_B1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.33975878 C6_chemical_B2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.940036807 C6_chemical_B3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 11.10162123 C6_chemical_C1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 11.1270295 C6_chemical_C2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 11.22008463 C6_chemical_C3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.868947606 L4_control_A1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.703597508 L4_control_A2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.06681649 L4_control_A3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.48172959 L4_control_B1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.950087214 L4_control_B2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.45995347 L4_control_B3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 11.06407655 L4_control_C2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.65393388 L4_control_C3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.17295703 L4_chemical_A1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.948848787 L4_chemical_A2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.842461482 L4_chemical_A3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.25460321 L4_chemical_B1 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.761555969 L4_chemical_B2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.744358358 L4_chemical_B3 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 11.36831223 L4_chemical_C2 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 10.75778729 L4_chemical_C3 +LQ09X002080 Vesicle-associated membrane protein 713 13.94439285 C6_control_A1 +LQ09X002080 Vesicle-associated membrane protein 713 13.77081273 C6_control_A3 +LQ09X002080 Vesicle-associated membrane protein 713 13.89250165 C6_control_B1 +LQ09X002080 Vesicle-associated membrane protein 713 14.24070496 C6_control_B2 +LQ09X002080 Vesicle-associated membrane protein 713 14.12962467 C6_control_B3 +LQ09X002080 Vesicle-associated membrane protein 713 13.22628727 C6_control_C1 +LQ09X002080 Vesicle-associated membrane protein 713 13.27055176 C6_control_C2 +LQ09X002080 Vesicle-associated membrane protein 713 13.37911767 C6_control_C3 +LQ09X002080 Vesicle-associated membrane protein 713 13.99155517 C6_chemical_A1 +LQ09X002080 Vesicle-associated membrane protein 713 14.11308647 C6_chemical_A3 +LQ09X002080 Vesicle-associated membrane protein 713 13.8392534 C6_chemical_B1 +LQ09X002080 Vesicle-associated membrane protein 713 14.51676132 C6_chemical_B2 +LQ09X002080 Vesicle-associated membrane protein 713 14.16335058 C6_chemical_B3 +LQ09X002080 Vesicle-associated membrane protein 713 13.24483232 C6_chemical_C1 +LQ09X002080 Vesicle-associated membrane protein 713 13.45702344 C6_chemical_C2 +LQ09X002080 Vesicle-associated membrane protein 713 13.49794583 C6_chemical_C3 +LQ09X002080 Vesicle-associated membrane protein 713 14.17332298 L4_control_A1 +LQ09X002080 Vesicle-associated membrane protein 713 14.46301684 L4_control_A2 +LQ09X002080 Vesicle-associated membrane protein 713 14.05884708 L4_control_A3 +LQ09X002080 Vesicle-associated membrane protein 713 14.22993253 L4_control_B1 +LQ09X002080 Vesicle-associated membrane protein 713 14.13161473 L4_control_B2 +LQ09X002080 Vesicle-associated membrane protein 713 14.48277116 L4_control_B3 +LQ09X002080 Vesicle-associated membrane protein 713 13.20270914 L4_control_C2 +LQ09X002080 Vesicle-associated membrane protein 713 13.49500071 L4_control_C3 +LQ09X002080 Vesicle-associated membrane protein 713 14.32468169 L4_chemical_A1 +LQ09X002080 Vesicle-associated membrane protein 713 14.47803831 L4_chemical_A2 +LQ09X002080 Vesicle-associated membrane protein 713 14.09419682 L4_chemical_A3 +LQ09X002080 Vesicle-associated membrane protein 713 13.66800065 L4_chemical_B1 +LQ09X002080 Vesicle-associated membrane protein 713 14.02995927 L4_chemical_B2 +LQ09X002080 Vesicle-associated membrane protein 713 14.6595676 L4_chemical_B3 +LQ09X002080 Vesicle-associated membrane protein 713 13.52265184 L4_chemical_C2 +LQ09X002080 Vesicle-associated membrane protein 713 13.4707413 L4_chemical_C3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.375986651 C6_control_A1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.342776139 C6_control_A3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.303025501 C6_control_B1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.66608177 C6_control_B2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.509121454 C6_control_B3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.73243921 C6_control_C1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 6.916387978 C6_control_C2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.294847548 C6_control_C3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.199848598 C6_chemical_A1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.009948768 C6_chemical_A3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.837519854 C6_chemical_B1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.359743485 C6_chemical_B2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.216738543 C6_chemical_B3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.524141895 C6_chemical_C1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.279055038 C6_chemical_C2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.326237568 C6_chemical_C3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.850385529 L4_control_A1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.546144195 L4_control_A2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.693408684 L4_control_A3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.09861081 L4_control_B1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.472828694 L4_control_B2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.183758462 L4_control_B3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.406896099 L4_control_C2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 4.552921749 L4_control_C3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 4.992802765 L4_chemical_A1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.383233136 L4_chemical_A2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.749808013 L4_chemical_A3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.074090565 L4_chemical_B1 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.285587127 L4_chemical_B2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.469883488 L4_chemical_B3 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.855023846 L4_chemical_C2 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.273307039 L4_chemical_C3 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.748515844 C6_control_A1 +LQ09X002110 Adenine phosphoribosyltransferase 2 8.377125721 C6_control_A3 +LQ09X002110 Adenine phosphoribosyltransferase 2 7.416151759 C6_control_B1 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.317054972 C6_control_B2 +LQ09X002110 Adenine phosphoribosyltransferase 2 7.308553423 C6_control_B3 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.769474172 C6_control_C1 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.036689894 C6_control_C2 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.588751507 C6_control_C3 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.057954579 C6_chemical_A1 +LQ09X002110 Adenine phosphoribosyltransferase 2 7.176822476 C6_chemical_A3 +LQ09X002110 Adenine phosphoribosyltransferase 2 7.073963457 C6_chemical_B1 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.719291137 C6_chemical_B2 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.852576578 C6_chemical_B3 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.610875105 C6_chemical_C1 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.699489584 C6_chemical_C2 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.421163475 C6_chemical_C3 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.430004728 L4_control_A1 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.88904524 L4_control_A2 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.481913055 L4_control_A3 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.487902503 L4_control_B1 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.199865106 L4_control_B2 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.067819007 L4_control_B3 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.109710051 L4_control_C2 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.859122833 L4_control_C3 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.129537583 L4_chemical_A1 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.744509557 L4_chemical_A2 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.600105291 L4_chemical_A3 +LQ09X002110 Adenine phosphoribosyltransferase 2 7.120986369 L4_chemical_B1 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.821569648 L4_chemical_B2 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.378882968 L4_chemical_B3 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.883267283 L4_chemical_C2 +LQ09X002110 Adenine phosphoribosyltransferase 2 5.599458222 L4_chemical_C3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.39707257 C6_control_A1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.475705824 C6_control_A3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.772360263 C6_control_B1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.359047261 C6_control_B2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 6.163722044 C6_control_B3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.561302734 C6_control_C1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 6.111445391 C6_control_C2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.790890097 C6_control_C3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.565987792 C6_chemical_A1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.558461267 C6_chemical_A3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.645927612 C6_chemical_B1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.246847646 C6_chemical_B2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.90118045 C6_chemical_B3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.502509639 C6_chemical_C1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.686940821 C6_chemical_C2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.885652237 C6_chemical_C3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.332878833 L4_control_A1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.829095771 L4_control_A2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.587729074 L4_control_A3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.581250302 L4_control_B1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.969083656 L4_control_B2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.835647127 L4_control_B3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 6.049320818 L4_control_C2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.245121197 L4_control_C3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.513949111 L4_chemical_A1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.622440191 L4_chemical_A2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.287570639 L4_chemical_A3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.984907652 L4_chemical_B1 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 6.158772151 L4_chemical_B2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.887574029 L4_chemical_B3 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.73246858 L4_chemical_C2 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 6.009172773 L4_chemical_C3 +LQ09X002140 Putative uncharacterized protein 12.47994933 C6_control_A1 +LQ09X002140 Putative uncharacterized protein 12.02109562 C6_control_A3 +LQ09X002140 Putative uncharacterized protein 12.4511136 C6_control_B1 +LQ09X002140 Putative uncharacterized protein 13.59477486 C6_control_B2 +LQ09X002140 Putative uncharacterized protein 13.62146946 C6_control_B3 +LQ09X002140 Putative uncharacterized protein 14.09688159 C6_control_C1 +LQ09X002140 Putative uncharacterized protein 14.09299132 C6_control_C2 +LQ09X002140 Putative uncharacterized protein 14.02985279 C6_control_C3 +LQ09X002140 Putative uncharacterized protein 12.46296869 C6_chemical_A1 +LQ09X002140 Putative uncharacterized protein 12.2867299 C6_chemical_A3 +LQ09X002140 Putative uncharacterized protein 12.69044834 C6_chemical_B1 +LQ09X002140 Putative uncharacterized protein 13.25994013 C6_chemical_B2 +LQ09X002140 Putative uncharacterized protein 13.28855465 C6_chemical_B3 +LQ09X002140 Putative uncharacterized protein 13.63711936 C6_chemical_C1 +LQ09X002140 Putative uncharacterized protein 14.01612606 C6_chemical_C2 +LQ09X002140 Putative uncharacterized protein 13.83688059 C6_chemical_C3 +LQ09X002140 Putative uncharacterized protein 12.06540683 L4_control_A1 +LQ09X002140 Putative uncharacterized protein 13.09337462 L4_control_A2 +LQ09X002140 Putative uncharacterized protein 12.01240571 L4_control_A3 +LQ09X002140 Putative uncharacterized protein 13.19341773 L4_control_B1 +LQ09X002140 Putative uncharacterized protein 12.47575343 L4_control_B2 +LQ09X002140 Putative uncharacterized protein 13.80899468 L4_control_B3 +LQ09X002140 Putative uncharacterized protein 13.7894645 L4_control_C2 +LQ09X002140 Putative uncharacterized protein 13.26606544 L4_control_C3 +LQ09X002140 Putative uncharacterized protein 11.77634703 L4_chemical_A1 +LQ09X002140 Putative uncharacterized protein 12.88376467 L4_chemical_A2 +LQ09X002140 Putative uncharacterized protein 11.80476359 L4_chemical_A3 +LQ09X002140 Putative uncharacterized protein 12.31724264 L4_chemical_B1 +LQ09X002140 Putative uncharacterized protein 12.46968967 L4_chemical_B2 +LQ09X002140 Putative uncharacterized protein 12.56192385 L4_chemical_B3 +LQ09X002140 Putative uncharacterized protein 13.2560266 L4_chemical_C2 +LQ09X002140 Putative uncharacterized protein 13.65891655 L4_chemical_C3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.314583078 C6_control_A1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 7.930883381 C6_control_A3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 7.858492954 C6_control_B1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.901945106 C6_control_B2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.052171852 C6_control_B3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 9.277256174 C6_control_C1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.701739292 C6_control_C2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.980548239 C6_control_C3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 7.419573813 C6_chemical_A1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.248247161 C6_chemical_A3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 7.630751678 C6_chemical_B1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.612899853 C6_chemical_B2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 7.668849935 C6_chemical_B3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 9.039936963 C6_chemical_C1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.79860367 C6_chemical_C2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.909901394 C6_chemical_C3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.966452196 L4_control_A1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.590395805 L4_control_A2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 9.048517906 L4_control_A3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.610289204 L4_control_B1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.529404888 L4_control_B2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 9.273771844 L4_control_B3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.110856825 L4_control_C2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 9.358443719 L4_control_C3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 9.035565074 L4_chemical_A1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.303072784 L4_chemical_A2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 9.582448602 L4_chemical_A3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.564288385 L4_chemical_B1 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.138643579 L4_chemical_B2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.619798527 L4_chemical_B3 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 8.01599875 L4_chemical_C2 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 9.500586401 L4_chemical_C3 +LQ09X002160 Putative Auxin-responsive protein IAA29 11.24157386 C6_control_A1 +LQ09X002160 Putative Auxin-responsive protein IAA29 11.49441893 C6_control_A3 +LQ09X002160 Putative Auxin-responsive protein IAA29 10.91841544 C6_control_B1 +LQ09X002160 Putative Auxin-responsive protein IAA29 7.630396051 C6_control_B2 +LQ09X002160 Putative Auxin-responsive protein IAA29 9.780732472 C6_control_B3 +LQ09X002160 Putative Auxin-responsive protein IAA29 7.609255315 C6_control_C1 +LQ09X002160 Putative Auxin-responsive protein IAA29 7.165535805 C6_control_C2 +LQ09X002160 Putative Auxin-responsive protein IAA29 8.396520194 C6_control_C3 +LQ09X002160 Putative Auxin-responsive protein IAA29 10.56595297 C6_chemical_A1 +LQ09X002160 Putative Auxin-responsive protein IAA29 11.97331906 C6_chemical_A3 +LQ09X002160 Putative Auxin-responsive protein IAA29 9.675607231 C6_chemical_B1 +LQ09X002160 Putative Auxin-responsive protein IAA29 8.244998047 C6_chemical_B2 +LQ09X002160 Putative Auxin-responsive protein IAA29 10.05805825 C6_chemical_B3 +LQ09X002160 Putative Auxin-responsive protein IAA29 6.60981244 C6_chemical_C1 +LQ09X002160 Putative Auxin-responsive protein IAA29 6.168448836 C6_chemical_C2 +LQ09X002160 Putative Auxin-responsive protein IAA29 8.035786724 C6_chemical_C3 +LQ09X002160 Putative Auxin-responsive protein IAA29 10.13659234 L4_control_A1 +LQ09X002160 Putative Auxin-responsive protein IAA29 6.776187912 L4_control_A2 +LQ09X002160 Putative Auxin-responsive protein IAA29 7.346091845 L4_control_A3 +LQ09X002160 Putative Auxin-responsive protein IAA29 6.446544006 L4_control_B1 +LQ09X002160 Putative Auxin-responsive protein IAA29 7.421079487 L4_control_B2 +LQ09X002160 Putative Auxin-responsive protein IAA29 6.554812199 L4_control_B3 +LQ09X002160 Putative Auxin-responsive protein IAA29 5.866500215 L4_control_C2 +LQ09X002160 Putative Auxin-responsive protein IAA29 7.329664952 L4_control_C3 +LQ09X002160 Putative Auxin-responsive protein IAA29 9.550870398 L4_chemical_A1 +LQ09X002160 Putative Auxin-responsive protein IAA29 7.072302504 L4_chemical_A2 +LQ09X002160 Putative Auxin-responsive protein IAA29 8.851664952 L4_chemical_A3 +LQ09X002160 Putative Auxin-responsive protein IAA29 9.044156206 L4_chemical_B1 +LQ09X002160 Putative Auxin-responsive protein IAA29 6.541931544 L4_chemical_B2 +LQ09X002160 Putative Auxin-responsive protein IAA29 8.492606197 L4_chemical_B3 +LQ09X002160 Putative Auxin-responsive protein IAA29 5.364445523 L4_chemical_C2 +LQ09X002160 Putative Auxin-responsive protein IAA29 6.53148691 L4_chemical_C3 +LQ09X002180 Putative clathrin assembly protein At2g25430 9.780541004 C6_control_A1 +LQ09X002180 Putative clathrin assembly protein At2g25430 9.02485319 C6_control_A3 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.66777028 C6_control_B1 +LQ09X002180 Putative clathrin assembly protein At2g25430 9.790091401 C6_control_B2 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.20757217 C6_control_B3 +LQ09X002180 Putative clathrin assembly protein At2g25430 9.553960166 C6_control_C1 +LQ09X002180 Putative clathrin assembly protein At2g25430 8.130379062 C6_control_C2 +LQ09X002180 Putative clathrin assembly protein At2g25430 7.341830509 C6_control_C3 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.53420116 C6_chemical_A1 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.03682764 C6_chemical_A3 +LQ09X002180 Putative clathrin assembly protein At2g25430 11.7584538 C6_chemical_B1 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.50082798 C6_chemical_B2 +LQ09X002180 Putative clathrin assembly protein At2g25430 11.04456273 C6_chemical_B3 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.09400825 C6_chemical_C1 +LQ09X002180 Putative clathrin assembly protein At2g25430 9.10034994 C6_chemical_C2 +LQ09X002180 Putative clathrin assembly protein At2g25430 8.355347599 C6_chemical_C3 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.71761882 L4_control_A1 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.65828972 L4_control_A2 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.5918726 L4_control_A3 +LQ09X002180 Putative clathrin assembly protein At2g25430 11.38961302 L4_control_B1 +LQ09X002180 Putative clathrin assembly protein At2g25430 11.6839275 L4_control_B2 +LQ09X002180 Putative clathrin assembly protein At2g25430 11.14866077 L4_control_B3 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.14543244 L4_control_C2 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.63973947 L4_control_C3 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.04000018 L4_chemical_A1 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.49536204 L4_chemical_A2 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.20223368 L4_chemical_A3 +LQ09X002180 Putative clathrin assembly protein At2g25430 11.47649104 L4_chemical_B1 +LQ09X002180 Putative clathrin assembly protein At2g25430 11.61640736 L4_chemical_B2 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.65021761 L4_chemical_B3 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.33203312 L4_chemical_C2 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.17421382 L4_chemical_C3 +LQ09X002190 Putative uncharacterized protein 10.78729502 C6_control_A1 +LQ09X002190 Putative uncharacterized protein 9.87874987 C6_control_A3 +LQ09X002190 Putative uncharacterized protein 11.56651775 C6_control_B1 +LQ09X002190 Putative uncharacterized protein 11.40406196 C6_control_B2 +LQ09X002190 Putative uncharacterized protein 11.21851047 C6_control_B3 +LQ09X002190 Putative uncharacterized protein 11.36382525 C6_control_C1 +LQ09X002190 Putative uncharacterized protein 10.58160701 C6_control_C2 +LQ09X002190 Putative uncharacterized protein 10.59623732 C6_control_C3 +LQ09X002190 Putative uncharacterized protein 11.09870525 C6_chemical_A1 +LQ09X002190 Putative uncharacterized protein 10.084636 C6_chemical_A3 +LQ09X002190 Putative uncharacterized protein 11.8428462 C6_chemical_B1 +LQ09X002190 Putative uncharacterized protein 11.33344874 C6_chemical_B2 +LQ09X002190 Putative uncharacterized protein 11.07353302 C6_chemical_B3 +LQ09X002190 Putative uncharacterized protein 11.45686961 C6_chemical_C1 +LQ09X002190 Putative uncharacterized protein 11.24122904 C6_chemical_C2 +LQ09X002190 Putative uncharacterized protein 10.9203813 C6_chemical_C3 +LQ09X002190 Putative uncharacterized protein 10.35343922 L4_control_A1 +LQ09X002190 Putative uncharacterized protein 11.00420791 L4_control_A2 +LQ09X002190 Putative uncharacterized protein 10.81914938 L4_control_A3 +LQ09X002190 Putative uncharacterized protein 12.30108397 L4_control_B1 +LQ09X002190 Putative uncharacterized protein 12.02868691 L4_control_B2 +LQ09X002190 Putative uncharacterized protein 10.76940277 L4_control_B3 +LQ09X002190 Putative uncharacterized protein 11.47496458 L4_control_C2 +LQ09X002190 Putative uncharacterized protein 10.90046469 L4_control_C3 +LQ09X002190 Putative uncharacterized protein 10.60438233 L4_chemical_A1 +LQ09X002190 Putative uncharacterized protein 11.757352 L4_chemical_A2 +LQ09X002190 Putative uncharacterized protein 10.34180037 L4_chemical_A3 +LQ09X002190 Putative uncharacterized protein 12.27134584 L4_chemical_B1 +LQ09X002190 Putative uncharacterized protein 12.32072906 L4_chemical_B2 +LQ09X002190 Putative uncharacterized protein 10.74812751 L4_chemical_B3 +LQ09X002190 Putative uncharacterized protein 12.09230945 L4_chemical_C2 +LQ09X002190 Putative uncharacterized protein 10.88478603 L4_chemical_C3 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.77765793 C6_control_A1 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.51563715 C6_control_A3 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.68763572 C6_control_B1 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.61840238 C6_control_B2 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.79487017 C6_control_B3 +LQ09X002220 Putative receptor protein kinase ZmPK1 12.05261215 C6_control_C1 +LQ09X002220 Putative receptor protein kinase ZmPK1 12.18199857 C6_control_C2 +LQ09X002220 Putative receptor protein kinase ZmPK1 12.43234285 C6_control_C3 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.44606725 C6_chemical_A1 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.24908958 C6_chemical_A3 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.55969282 C6_chemical_B1 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.2347506 C6_chemical_B2 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.13361533 C6_chemical_B3 +LQ09X002220 Putative receptor protein kinase ZmPK1 12.33769797 C6_chemical_C1 +LQ09X002220 Putative receptor protein kinase ZmPK1 12.2386099 C6_chemical_C2 +LQ09X002220 Putative receptor protein kinase ZmPK1 12.41863666 C6_chemical_C3 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.22549686 L4_control_A1 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.73030274 L4_control_A2 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.51836362 L4_control_A3 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.35733303 L4_control_B1 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.36609599 L4_control_B2 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.86057242 L4_control_B3 +LQ09X002220 Putative receptor protein kinase ZmPK1 12.01315734 L4_control_C2 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.30421055 L4_control_C3 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.4257154 L4_chemical_A1 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.88254538 L4_chemical_A2 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.79832757 L4_chemical_A3 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.20518716 L4_chemical_B1 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.94151446 L4_chemical_B2 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.30134621 L4_chemical_B3 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.85210277 L4_chemical_C2 +LQ09X002220 Putative receptor protein kinase ZmPK1 11.27047911 L4_chemical_C3 +LQ09X002240 Predicted protein 5.982319019 C6_control_A1 +LQ09X002240 Predicted protein 6.024403624 C6_control_A3 +LQ09X002240 Predicted protein 5.812474227 C6_control_B1 +LQ09X002240 Predicted protein 5.732408857 C6_control_B2 +LQ09X002240 Predicted protein 5.523634677 C6_control_B3 +LQ09X002240 Predicted protein 5.428063323 C6_control_C1 +LQ09X002240 Predicted protein 6.038696701 C6_control_C2 +LQ09X002240 Predicted protein 5.701393132 C6_control_C3 +LQ09X002240 Predicted protein 5.969095522 C6_chemical_A1 +LQ09X002240 Predicted protein 5.555508647 C6_chemical_A3 +LQ09X002240 Predicted protein 5.734903489 C6_chemical_B1 +LQ09X002240 Predicted protein 5.397916315 C6_chemical_B2 +LQ09X002240 Predicted protein 5.315833849 C6_chemical_B3 +LQ09X002240 Predicted protein 5.458318212 C6_chemical_C1 +LQ09X002240 Predicted protein 5.483234663 C6_chemical_C2 +LQ09X002240 Predicted protein 5.404459562 C6_chemical_C3 +LQ09X002240 Predicted protein 5.590231325 L4_control_A1 +LQ09X002240 Predicted protein 6.315373233 L4_control_A2 +LQ09X002240 Predicted protein 5.265055253 L4_control_A3 +LQ09X002240 Predicted protein 5.475210832 L4_control_B1 +LQ09X002240 Predicted protein 6.096376389 L4_control_B2 +LQ09X002240 Predicted protein 5.428952461 L4_control_B3 +LQ09X002240 Predicted protein 5.137905933 L4_control_C2 +LQ09X002240 Predicted protein 5.066250179 L4_control_C3 +LQ09X002240 Predicted protein 5.305910706 L4_chemical_A1 +LQ09X002240 Predicted protein 6.091010912 L4_chemical_A2 +LQ09X002240 Predicted protein 5.940600091 L4_chemical_A3 +LQ09X002240 Predicted protein 5.636120092 L4_chemical_B1 +LQ09X002240 Predicted protein 6.173033309 L4_chemical_B2 +LQ09X002240 Predicted protein 5.739208019 L4_chemical_B3 +LQ09X002240 Predicted protein 5.588134895 L4_chemical_C2 +LQ09X002240 Predicted protein 5.014466882 L4_chemical_C3 +LQ09X002270 Hypothetical protein 5.678582191 C6_control_A1 +LQ09X002270 Hypothetical protein 6.211592479 C6_control_A3 +LQ09X002270 Hypothetical protein 5.929859533 C6_control_B1 +LQ09X002270 Hypothetical protein 5.795441097 C6_control_B2 +LQ09X002270 Hypothetical protein 5.288633473 C6_control_B3 +LQ09X002270 Hypothetical protein 5.593497759 C6_control_C1 +LQ09X002270 Hypothetical protein 6.679656456 C6_control_C2 +LQ09X002270 Hypothetical protein 5.451011555 C6_control_C3 +LQ09X002270 Hypothetical protein 5.453913512 C6_chemical_A1 +LQ09X002270 Hypothetical protein 5.544816118 C6_chemical_A3 +LQ09X002270 Hypothetical protein 5.790689709 C6_chemical_B1 +LQ09X002270 Hypothetical protein 6.050520395 C6_chemical_B2 +LQ09X002270 Hypothetical protein 5.412684854 C6_chemical_B3 +LQ09X002270 Hypothetical protein 5.894083741 C6_chemical_C1 +LQ09X002270 Hypothetical protein 5.544068204 C6_chemical_C2 +LQ09X002270 Hypothetical protein 5.101329075 C6_chemical_C3 +LQ09X002270 Hypothetical protein 5.607089177 L4_control_A1 +LQ09X002270 Hypothetical protein 5.660135974 L4_control_A2 +LQ09X002270 Hypothetical protein 5.711810724 L4_control_A3 +LQ09X002270 Hypothetical protein 5.719744546 L4_control_B1 +LQ09X002270 Hypothetical protein 6.010263445 L4_control_B2 +LQ09X002270 Hypothetical protein 5.738214154 L4_control_B3 +LQ09X002270 Hypothetical protein 6.392326448 L4_control_C2 +LQ09X002270 Hypothetical protein 6.793524221 L4_control_C3 +LQ09X002270 Hypothetical protein 5.469359712 L4_chemical_A1 +LQ09X002270 Hypothetical protein 5.776172527 L4_chemical_A2 +LQ09X002270 Hypothetical protein 5.619411821 L4_chemical_A3 +LQ09X002270 Hypothetical protein 6.261898965 L4_chemical_B1 +LQ09X002270 Hypothetical protein 5.698774193 L4_chemical_B2 +LQ09X002270 Hypothetical protein 5.573060557 L4_chemical_B3 +LQ09X002270 Hypothetical protein 5.53503704 L4_chemical_C2 +LQ09X002270 Hypothetical protein 6.703877595 L4_chemical_C3 +LQ09X002290 Predicted protein 7.340920002 C6_control_A1 +LQ09X002290 Predicted protein 8.261089364 C6_control_A3 +LQ09X002290 Predicted protein 6.991304151 C6_control_B1 +LQ09X002290 Predicted protein 6.971624431 C6_control_B2 +LQ09X002290 Predicted protein 6.926333537 C6_control_B3 +LQ09X002290 Predicted protein 7.401860171 C6_control_C1 +LQ09X002290 Predicted protein 8.470272439 C6_control_C2 +LQ09X002290 Predicted protein 6.964265441 C6_control_C3 +LQ09X002290 Predicted protein 6.995450377 C6_chemical_A1 +LQ09X002290 Predicted protein 7.276678134 C6_chemical_A3 +LQ09X002290 Predicted protein 6.673626044 C6_chemical_B1 +LQ09X002290 Predicted protein 7.11169235 C6_chemical_B2 +LQ09X002290 Predicted protein 6.655831655 C6_chemical_B3 +LQ09X002290 Predicted protein 7.230141474 C6_chemical_C1 +LQ09X002290 Predicted protein 7.586264238 C6_chemical_C2 +LQ09X002290 Predicted protein 6.966718806 C6_chemical_C3 +LQ09X002290 Predicted protein 6.407247127 L4_control_A1 +LQ09X002290 Predicted protein 6.56606299 L4_control_A2 +LQ09X002290 Predicted protein 7.503721464 L4_control_A3 +LQ09X002290 Predicted protein 6.938603996 L4_control_B1 +LQ09X002290 Predicted protein 6.831798338 L4_control_B2 +LQ09X002290 Predicted protein 6.92211226 L4_control_B3 +LQ09X002290 Predicted protein 6.093662581 L4_control_C2 +LQ09X002290 Predicted protein 6.463634193 L4_control_C3 +LQ09X002290 Predicted protein 5.918539876 L4_chemical_A1 +LQ09X002290 Predicted protein 6.601915122 L4_chemical_A2 +LQ09X002290 Predicted protein 6.973208808 L4_chemical_A3 +LQ09X002290 Predicted protein 7.52739228 L4_chemical_B1 +LQ09X002290 Predicted protein 6.25683732 L4_chemical_B2 +LQ09X002290 Predicted protein 6.744119544 L4_chemical_B3 +LQ09X002290 Predicted protein 5.880300415 L4_chemical_C2 +LQ09X002290 Predicted protein 6.110186426 L4_chemical_C3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.370621395 C6_control_A1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.074033406 C6_control_A3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.783095079 C6_control_B1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.24911962 C6_control_B2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.494126028 C6_control_B3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.32513627 C6_control_C1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.085377243 C6_control_C2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.063515937 C6_control_C3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.143485295 C6_chemical_A1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.502462911 C6_chemical_A3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.992182476 C6_chemical_B1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.313130921 C6_chemical_B2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.464832865 C6_chemical_B3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 4.922587463 C6_chemical_C1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.188210574 C6_chemical_C2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.332476868 C6_chemical_C3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.363812399 L4_control_A1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.715269913 L4_control_A2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.643475213 L4_control_A3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.608405814 L4_control_B1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.715073249 L4_control_B2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.743602915 L4_control_B3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.153099033 L4_control_C2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.103276693 L4_control_C3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.34372925 L4_chemical_A1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 6.048335336 L4_chemical_A2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.716250703 L4_chemical_A3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.87322062 L4_chemical_B1 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 6.190366604 L4_chemical_B2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.596370022 L4_chemical_B3 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.083228451 L4_chemical_C2 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.140701479 L4_chemical_C3 +LQ09X002380 Hypothetical protein 12.39056502 C6_control_A1 +LQ09X002380 Hypothetical protein 11.80337353 C6_control_A3 +LQ09X002380 Hypothetical protein 13.47107062 C6_control_B1 +LQ09X002380 Hypothetical protein 13.26219321 C6_control_B2 +LQ09X002380 Hypothetical protein 13.86531618 C6_control_B3 +LQ09X002380 Hypothetical protein 14.01678696 C6_control_C1 +LQ09X002380 Hypothetical protein 14.03818577 C6_control_C2 +LQ09X002380 Hypothetical protein 14.51828835 C6_control_C3 +LQ09X002380 Hypothetical protein 12.06731586 C6_chemical_A1 +LQ09X002380 Hypothetical protein 11.84468469 C6_chemical_A3 +LQ09X002380 Hypothetical protein 13.31516111 C6_chemical_B1 +LQ09X002380 Hypothetical protein 13.28120943 C6_chemical_B2 +LQ09X002380 Hypothetical protein 13.51599859 C6_chemical_B3 +LQ09X002380 Hypothetical protein 13.18589504 C6_chemical_C1 +LQ09X002380 Hypothetical protein 13.71967622 C6_chemical_C2 +LQ09X002380 Hypothetical protein 13.85177935 C6_chemical_C3 +LQ09X002380 Hypothetical protein 11.7576685 L4_control_A1 +LQ09X002380 Hypothetical protein 12.67167151 L4_control_A2 +LQ09X002380 Hypothetical protein 11.9177791 L4_control_A3 +LQ09X002380 Hypothetical protein 13.5459694 L4_control_B1 +LQ09X002380 Hypothetical protein 13.48545465 L4_control_B2 +LQ09X002380 Hypothetical protein 13.88515345 L4_control_B3 +LQ09X002380 Hypothetical protein 14.51002258 L4_control_C2 +LQ09X002380 Hypothetical protein 14.70249317 L4_control_C3 +LQ09X002380 Hypothetical protein 10.70174457 L4_chemical_A1 +LQ09X002380 Hypothetical protein 12.27649646 L4_chemical_A2 +LQ09X002380 Hypothetical protein 11.12199673 L4_chemical_A3 +LQ09X002380 Hypothetical protein 13.16602911 L4_chemical_B1 +LQ09X002380 Hypothetical protein 13.82582848 L4_chemical_B2 +LQ09X002380 Hypothetical protein 12.81265325 L4_chemical_B3 +LQ09X002380 Hypothetical protein 14.37472192 L4_chemical_C2 +LQ09X002380 Hypothetical protein 14.61614875 L4_chemical_C3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.98498104 C6_control_A1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.8661839 C6_control_A3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.76509006 C6_control_B1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.489391 C6_control_B2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.40237007 C6_control_B3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.64984657 C6_control_C1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.4482545 C6_control_C2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.39998414 C6_control_C3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.61689428 C6_chemical_A1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 14.20618239 C6_chemical_A3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.38463506 C6_chemical_B1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.19742987 C6_chemical_B2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.13876618 C6_chemical_B3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.59577431 C6_chemical_C1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.42745768 C6_chemical_C2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.23627705 C6_chemical_C3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 14.24431145 L4_control_A1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.94546761 L4_control_A2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 14.08396645 L4_control_A3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.33184878 L4_control_B1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.66737967 L4_control_B2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.46781678 L4_control_B3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.66929281 L4_control_C2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.63848207 L4_control_C3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.5427681 L4_chemical_A1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.49191223 L4_chemical_A2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.77707797 L4_chemical_A3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.3678288 L4_chemical_B1 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.26027369 L4_chemical_B2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.33086645 L4_chemical_B3 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.55062747 L4_chemical_C2 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.7506012 L4_chemical_C3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.895177986 C6_control_A1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.820244343 C6_control_A3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.761503627 C6_control_B1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.808947291 C6_control_B2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.823532939 C6_control_B3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.96078077 C6_control_C1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.60588357 C6_control_C2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.99695965 C6_control_C3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.030219017 C6_chemical_A1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.011004797 C6_chemical_A3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.102144516 C6_chemical_B1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.939616261 C6_chemical_B2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.14167425 C6_chemical_B3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.188642404 C6_chemical_C1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.935913623 C6_chemical_C2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.557120348 C6_chemical_C3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.958215861 L4_control_A1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.017729424 L4_control_A2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.144423177 L4_control_A3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.096291819 L4_control_B1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.872038365 L4_control_B2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.824284034 L4_control_B3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.370553504 L4_control_C2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.137977472 L4_control_C3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.776770202 L4_chemical_A1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.882620144 L4_chemical_A2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.184732449 L4_chemical_A3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.87636149 L4_chemical_B1 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.924469602 L4_chemical_B2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 4.847427978 L4_chemical_B3 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.133625727 L4_chemical_C2 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.087945595 L4_chemical_C3 +LQ09X002430 Putative Solute carrier family 35 member C2 6.241333621 C6_control_A1 +LQ09X002430 Putative Solute carrier family 35 member C2 6.181786428 C6_control_A3 +LQ09X002430 Putative Solute carrier family 35 member C2 5.747186706 C6_control_B1 +LQ09X002430 Putative Solute carrier family 35 member C2 5.927958474 C6_control_B2 +LQ09X002430 Putative Solute carrier family 35 member C2 6.281970536 C6_control_B3 +LQ09X002430 Putative Solute carrier family 35 member C2 5.056330966 C6_control_C1 +LQ09X002430 Putative Solute carrier family 35 member C2 6.041054549 C6_control_C2 +LQ09X002430 Putative Solute carrier family 35 member C2 5.421883745 C6_control_C3 +LQ09X002430 Putative Solute carrier family 35 member C2 6.12366285 C6_chemical_A1 +LQ09X002430 Putative Solute carrier family 35 member C2 5.82477075 C6_chemical_A3 +LQ09X002430 Putative Solute carrier family 35 member C2 6.099929193 C6_chemical_B1 +LQ09X002430 Putative Solute carrier family 35 member C2 5.809891091 C6_chemical_B2 +LQ09X002430 Putative Solute carrier family 35 member C2 6.340032188 C6_chemical_B3 +LQ09X002430 Putative Solute carrier family 35 member C2 5.309390019 C6_chemical_C1 +LQ09X002430 Putative Solute carrier family 35 member C2 5.957000338 C6_chemical_C2 +LQ09X002430 Putative Solute carrier family 35 member C2 5.405960586 C6_chemical_C3 +LQ09X002430 Putative Solute carrier family 35 member C2 5.945569244 L4_control_A1 +LQ09X002430 Putative Solute carrier family 35 member C2 6.222329571 L4_control_A2 +LQ09X002430 Putative Solute carrier family 35 member C2 6.610558352 L4_control_A3 +LQ09X002430 Putative Solute carrier family 35 member C2 5.387526254 L4_control_B1 +LQ09X002430 Putative Solute carrier family 35 member C2 6.351950684 L4_control_B2 +LQ09X002430 Putative Solute carrier family 35 member C2 6.048403704 L4_control_B3 +LQ09X002430 Putative Solute carrier family 35 member C2 6.009413341 L4_control_C2 +LQ09X002430 Putative Solute carrier family 35 member C2 5.516605445 L4_control_C3 +LQ09X002430 Putative Solute carrier family 35 member C2 5.755415754 L4_chemical_A1 +LQ09X002430 Putative Solute carrier family 35 member C2 6.44795879 L4_chemical_A2 +LQ09X002430 Putative Solute carrier family 35 member C2 6.868771534 L4_chemical_A3 +LQ09X002430 Putative Solute carrier family 35 member C2 6.327785088 L4_chemical_B1 +LQ09X002430 Putative Solute carrier family 35 member C2 6.195181208 L4_chemical_B2 +LQ09X002430 Putative Solute carrier family 35 member C2 6.286738305 L4_chemical_B3 +LQ09X002430 Putative Solute carrier family 35 member C2 6.55867001 L4_chemical_C2 +LQ09X002430 Putative Solute carrier family 35 member C2 5.420089113 L4_chemical_C3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.002711334 C6_control_A1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.916366887 C6_control_A3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.104358504 C6_control_B1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.210837505 C6_control_B2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.771394467 C6_control_B3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.353936864 C6_control_C1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.898930586 C6_control_C2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.421992405 C6_control_C3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.769323453 C6_chemical_A1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.971202275 C6_chemical_A3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.81758919 C6_chemical_B1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.916592563 C6_chemical_B2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.417836395 C6_chemical_B3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.576331812 C6_chemical_C1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.968528126 C6_chemical_C2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.119796864 C6_chemical_C3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.862693707 L4_control_A1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.709232193 L4_control_A2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.884425514 L4_control_A3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.710615417 L4_control_B1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.775913327 L4_control_B2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.922627075 L4_control_B3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.366559858 L4_control_C2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.137400358 L4_control_C3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.764432351 L4_chemical_A1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.91030241 L4_chemical_A2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.348130968 L4_chemical_A3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.238532225 L4_chemical_B1 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.876618154 L4_chemical_B2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.84808861 L4_chemical_B3 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 5.462780151 L4_chemical_C2 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.747176996 L4_chemical_C3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.613118504 C6_control_A1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.708835668 C6_control_A3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.39668381 C6_control_B1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.642897573 C6_control_B2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.366891838 C6_control_B3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.209796412 C6_control_C1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 6.082163554 C6_control_C2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.505046878 C6_control_C3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.636965764 C6_chemical_A1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.562525924 C6_chemical_A3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.307704295 C6_chemical_B1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.596687681 C6_chemical_B2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.667276075 C6_chemical_B3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.408367499 C6_chemical_C1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.340314296 C6_chemical_C2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.531559816 C6_chemical_C3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.291618343 L4_control_A1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.817672612 L4_control_A2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.511151384 L4_control_A3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 6.07358463 L4_control_B1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.741581379 L4_control_B2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.535421821 L4_control_B3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 6.347671439 L4_control_C2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.163424065 L4_control_C3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.70222897 L4_chemical_A1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.694429721 L4_chemical_A2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 6.007076042 L4_chemical_A3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.615894873 L4_chemical_B1 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.672410382 L4_chemical_B2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.515395019 L4_chemical_B3 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.90085476 L4_chemical_C2 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.676936051 L4_chemical_C3 +LQ09X002550 F-box protein SKIP1 12.37429191 C6_control_A1 +LQ09X002550 F-box protein SKIP1 11.95657929 C6_control_A3 +LQ09X002550 F-box protein SKIP1 12.43076873 C6_control_B1 +LQ09X002550 F-box protein SKIP1 12.68249341 C6_control_B2 +LQ09X002550 F-box protein SKIP1 12.06084115 C6_control_B3 +LQ09X002550 F-box protein SKIP1 12.18672512 C6_control_C1 +LQ09X002550 F-box protein SKIP1 12.37266256 C6_control_C2 +LQ09X002550 F-box protein SKIP1 12.06028099 C6_control_C3 +LQ09X002550 F-box protein SKIP1 12.41869588 C6_chemical_A1 +LQ09X002550 F-box protein SKIP1 12.38453374 C6_chemical_A3 +LQ09X002550 F-box protein SKIP1 12.7214917 C6_chemical_B1 +LQ09X002550 F-box protein SKIP1 13.05679899 C6_chemical_B2 +LQ09X002550 F-box protein SKIP1 12.00696837 C6_chemical_B3 +LQ09X002550 F-box protein SKIP1 12.42181214 C6_chemical_C1 +LQ09X002550 F-box protein SKIP1 12.7679181 C6_chemical_C2 +LQ09X002550 F-box protein SKIP1 11.83341411 C6_chemical_C3 +LQ09X002550 F-box protein SKIP1 11.56106985 L4_control_A1 +LQ09X002550 F-box protein SKIP1 12.06204974 L4_control_A2 +LQ09X002550 F-box protein SKIP1 10.6973057 L4_control_A3 +LQ09X002550 F-box protein SKIP1 11.80218943 L4_control_B1 +LQ09X002550 F-box protein SKIP1 12.2016724 L4_control_B2 +LQ09X002550 F-box protein SKIP1 11.31830578 L4_control_B3 +LQ09X002550 F-box protein SKIP1 11.5609946 L4_control_C2 +LQ09X002550 F-box protein SKIP1 11.43693883 L4_control_C3 +LQ09X002550 F-box protein SKIP1 12.01186136 L4_chemical_A1 +LQ09X002550 F-box protein SKIP1 12.20627927 L4_chemical_A2 +LQ09X002550 F-box protein SKIP1 10.75065065 L4_chemical_A3 +LQ09X002550 F-box protein SKIP1 12.19192407 L4_chemical_B1 +LQ09X002550 F-box protein SKIP1 11.93017178 L4_chemical_B2 +LQ09X002550 F-box protein SKIP1 11.50462638 L4_chemical_B3 +LQ09X002550 F-box protein SKIP1 11.78028066 L4_chemical_C2 +LQ09X002550 F-box protein SKIP1 11.94464514 L4_chemical_C3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.520101228 C6_control_A1 +LQ09X002560 UPF0057 membrane protein At2g24040 6.126214327 C6_control_A3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.369989385 C6_control_B1 +LQ09X002560 UPF0057 membrane protein At2g24040 6.18022321 C6_control_B2 +LQ09X002560 UPF0057 membrane protein At2g24040 5.397904279 C6_control_B3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.374418816 C6_control_C1 +LQ09X002560 UPF0057 membrane protein At2g24040 6.274087359 C6_control_C2 +LQ09X002560 UPF0057 membrane protein At2g24040 5.844812152 C6_control_C3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.559080147 C6_chemical_A1 +LQ09X002560 UPF0057 membrane protein At2g24040 5.257658636 C6_chemical_A3 +LQ09X002560 UPF0057 membrane protein At2g24040 6.123259551 C6_chemical_B1 +LQ09X002560 UPF0057 membrane protein At2g24040 6.253119038 C6_chemical_B2 +LQ09X002560 UPF0057 membrane protein At2g24040 5.454969616 C6_chemical_B3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.735891557 C6_chemical_C1 +LQ09X002560 UPF0057 membrane protein At2g24040 6.418241053 C6_chemical_C2 +LQ09X002560 UPF0057 membrane protein At2g24040 6.603564868 C6_chemical_C3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.627974697 L4_control_A1 +LQ09X002560 UPF0057 membrane protein At2g24040 5.527826197 L4_control_A2 +LQ09X002560 UPF0057 membrane protein At2g24040 5.154211856 L4_control_A3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.32668857 L4_control_B1 +LQ09X002560 UPF0057 membrane protein At2g24040 6.149564444 L4_control_B2 +LQ09X002560 UPF0057 membrane protein At2g24040 6.195820618 L4_control_B3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.80922948 L4_control_C2 +LQ09X002560 UPF0057 membrane protein At2g24040 6.61175025 L4_control_C3 +LQ09X002560 UPF0057 membrane protein At2g24040 5.831157949 L4_chemical_A1 +LQ09X002560 UPF0057 membrane protein At2g24040 6.77197088 L4_chemical_A2 +LQ09X002560 UPF0057 membrane protein At2g24040 5.723412857 L4_chemical_A3 +LQ09X002560 UPF0057 membrane protein At2g24040 6.076948774 L4_chemical_B1 +LQ09X002560 UPF0057 membrane protein At2g24040 6.279126036 L4_chemical_B2 +LQ09X002560 UPF0057 membrane protein At2g24040 5.865481639 L4_chemical_B3 +LQ09X002560 UPF0057 membrane protein At2g24040 6.136169907 L4_chemical_C2 +LQ09X002560 UPF0057 membrane protein At2g24040 6.365004511 L4_chemical_C3 +LQ09X002570 Putative Predicted protein 6.010472741 C6_control_A1 +LQ09X002570 Putative Predicted protein 6.157590753 C6_control_A3 +LQ09X002570 Putative Predicted protein 5.237277597 C6_control_B1 +LQ09X002570 Putative Predicted protein 5.278697463 C6_control_B2 +LQ09X002570 Putative Predicted protein 5.835134615 C6_control_B3 +LQ09X002570 Putative Predicted protein 5.4465604 C6_control_C1 +LQ09X002570 Putative Predicted protein 5.291422859 C6_control_C2 +LQ09X002570 Putative Predicted protein 5.476846709 C6_control_C3 +LQ09X002570 Putative Predicted protein 5.708241693 C6_chemical_A1 +LQ09X002570 Putative Predicted protein 6.094740013 C6_chemical_A3 +LQ09X002570 Putative Predicted protein 5.441303445 C6_chemical_B1 +LQ09X002570 Putative Predicted protein 5.449119176 C6_chemical_B2 +LQ09X002570 Putative Predicted protein 5.680550179 C6_chemical_B3 +LQ09X002570 Putative Predicted protein 5.396705896 C6_chemical_C1 +LQ09X002570 Putative Predicted protein 6.032855386 C6_chemical_C2 +LQ09X002570 Putative Predicted protein 5.331241868 C6_chemical_C3 +LQ09X002570 Putative Predicted protein 5.167774723 L4_control_A1 +LQ09X002570 Putative Predicted protein 5.712271098 L4_control_A2 +LQ09X002570 Putative Predicted protein 5.824622057 L4_control_A3 +LQ09X002570 Putative Predicted protein 5.592056868 L4_control_B1 +LQ09X002570 Putative Predicted protein 5.412379915 L4_control_B2 +LQ09X002570 Putative Predicted protein 5.149231576 L4_control_B3 +LQ09X002570 Putative Predicted protein 5.240501 L4_control_C2 +LQ09X002570 Putative Predicted protein 5.144835959 L4_control_C3 +LQ09X002570 Putative Predicted protein 5.419835781 L4_chemical_A1 +LQ09X002570 Putative Predicted protein 5.665955624 L4_chemical_A2 +LQ09X002570 Putative Predicted protein 5.353839934 L4_chemical_A3 +LQ09X002570 Putative Predicted protein 5.587789966 L4_chemical_B1 +LQ09X002570 Putative Predicted protein 6.024201321 L4_chemical_B2 +LQ09X002570 Putative Predicted protein 5.214495597 L4_chemical_B3 +LQ09X002570 Putative Predicted protein 5.163286241 L4_chemical_C2 +LQ09X002570 Putative Predicted protein 6.044849248 L4_chemical_C3 +LQ09X002580 Predicted protein 12.35624472 C6_control_A1 +LQ09X002580 Predicted protein 11.64466728 C6_control_A3 +LQ09X002580 Predicted protein 12.57890528 C6_control_B1 +LQ09X002580 Predicted protein 12.81010209 C6_control_B2 +LQ09X002580 Predicted protein 12.82316922 C6_control_B3 +LQ09X002580 Predicted protein 12.34636093 C6_control_C1 +LQ09X002580 Predicted protein 12.7095272 C6_control_C2 +LQ09X002580 Predicted protein 13.1656416 C6_control_C3 +LQ09X002580 Predicted protein 12.13522818 C6_chemical_A1 +LQ09X002580 Predicted protein 11.96162409 C6_chemical_A3 +LQ09X002580 Predicted protein 12.44070424 C6_chemical_B1 +LQ09X002580 Predicted protein 12.84830596 C6_chemical_B2 +LQ09X002580 Predicted protein 12.84873692 C6_chemical_B3 +LQ09X002580 Predicted protein 12.1285194 C6_chemical_C1 +LQ09X002580 Predicted protein 12.37523598 C6_chemical_C2 +LQ09X002580 Predicted protein 13.36828361 C6_chemical_C3 +LQ09X002580 Predicted protein 12.00196619 L4_control_A1 +LQ09X002580 Predicted protein 11.47201117 L4_control_A2 +LQ09X002580 Predicted protein 11.71267037 L4_control_A3 +LQ09X002580 Predicted protein 12.67007412 L4_control_B1 +LQ09X002580 Predicted protein 12.33935823 L4_control_B2 +LQ09X002580 Predicted protein 13.19398217 L4_control_B3 +LQ09X002580 Predicted protein 12.38591928 L4_control_C2 +LQ09X002580 Predicted protein 13.05754034 L4_control_C3 +LQ09X002580 Predicted protein 12.22335226 L4_chemical_A1 +LQ09X002580 Predicted protein 11.43211358 L4_chemical_A2 +LQ09X002580 Predicted protein 11.9918064 L4_chemical_A3 +LQ09X002580 Predicted protein 12.27368275 L4_chemical_B1 +LQ09X002580 Predicted protein 12.09568797 L4_chemical_B2 +LQ09X002580 Predicted protein 12.46907377 L4_chemical_B3 +LQ09X002580 Predicted protein 12.13011348 L4_chemical_C2 +LQ09X002580 Predicted protein 12.86944947 L4_chemical_C3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.02259721 C6_control_A1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.19036356 C6_control_A3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.06083634 C6_control_B1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.22839932 C6_control_B2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.27598984 C6_control_B3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.01043402 C6_control_C1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.67233251 C6_control_C2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.80251861 C6_control_C3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 12.79252161 C6_chemical_A1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.03460638 C6_chemical_A3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.09887316 C6_chemical_B1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.14705436 C6_chemical_B2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.35993504 C6_chemical_B3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 12.89811194 C6_chemical_C1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.46586375 C6_chemical_C2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.56698812 C6_chemical_C3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 12.87524785 L4_control_A1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.15167818 L4_control_A2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.43736219 L4_control_A3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.50843076 L4_control_B1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.03949468 L4_control_B2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.77220227 L4_control_B3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.53161331 L4_control_C2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.88257299 L4_control_C3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.15589361 L4_chemical_A1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.19233669 L4_chemical_A2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.40833961 L4_chemical_A3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.16519291 L4_chemical_B1 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.22725764 L4_chemical_B2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.55352294 L4_chemical_B3 +LQ09X002590 UPF0133 protein Synpcc7942_0464 13.66350071 L4_chemical_C2 +LQ09X002590 UPF0133 protein Synpcc7942_0464 14.0059168 L4_chemical_C3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.777576119 C6_control_A1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.173296413 C6_control_A3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.04665443 C6_control_B1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.057583659 C6_control_B2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.99299023 C6_control_B3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.21055549 C6_control_C1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 8.767805371 C6_control_C2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.558406714 C6_control_C3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.704881721 C6_chemical_A1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.050267869 C6_chemical_A3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.003292242 C6_chemical_B1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.315000978 C6_chemical_B2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.421009409 C6_chemical_B3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.559035048 C6_chemical_C1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.151646349 C6_chemical_C2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.37852291 C6_chemical_C3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.452588488 L4_control_A1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.073007623 L4_control_A2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 5.571224626 L4_control_A3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.16498461 L4_control_B1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.603969877 L4_control_B2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.517197426 L4_control_B3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.009732375 L4_control_C2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.538435519 L4_control_C3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.24505193 L4_chemical_A1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.018001718 L4_chemical_A2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.11048473 L4_chemical_A3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.414852231 L4_chemical_B1 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.432003087 L4_chemical_B2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.667555848 L4_chemical_B3 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.355067137 L4_chemical_C2 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 7.852464246 L4_chemical_C3 +LQ09X002630 Early nodulin-like protein 1 10.29026718 C6_control_A1 +LQ09X002630 Early nodulin-like protein 1 12.08503573 C6_control_A3 +LQ09X002630 Early nodulin-like protein 1 8.31187157 C6_control_B1 +LQ09X002630 Early nodulin-like protein 1 7.331364987 C6_control_B2 +LQ09X002630 Early nodulin-like protein 1 6.229163901 C6_control_B3 +LQ09X002630 Early nodulin-like protein 1 5.899692864 C6_control_C1 +LQ09X002630 Early nodulin-like protein 1 5.515131286 C6_control_C2 +LQ09X002630 Early nodulin-like protein 1 6.094883214 C6_control_C3 +LQ09X002630 Early nodulin-like protein 1 9.285975066 C6_chemical_A1 +LQ09X002630 Early nodulin-like protein 1 11.10461993 C6_chemical_A3 +LQ09X002630 Early nodulin-like protein 1 6.126861252 C6_chemical_B1 +LQ09X002630 Early nodulin-like protein 1 7.600537568 C6_chemical_B2 +LQ09X002630 Early nodulin-like protein 1 6.15541928 C6_chemical_B3 +LQ09X002630 Early nodulin-like protein 1 5.896316846 C6_chemical_C1 +LQ09X002630 Early nodulin-like protein 1 5.59995766 C6_chemical_C2 +LQ09X002630 Early nodulin-like protein 1 5.894632773 C6_chemical_C3 +LQ09X002630 Early nodulin-like protein 1 10.14140775 L4_control_A1 +LQ09X002630 Early nodulin-like protein 1 10.16793665 L4_control_A2 +LQ09X002630 Early nodulin-like protein 1 11.24328775 L4_control_A3 +LQ09X002630 Early nodulin-like protein 1 5.716984416 L4_control_B1 +LQ09X002630 Early nodulin-like protein 1 6.012705083 L4_control_B2 +LQ09X002630 Early nodulin-like protein 1 6.284598588 L4_control_B3 +LQ09X002630 Early nodulin-like protein 1 5.8320723 L4_control_C2 +LQ09X002630 Early nodulin-like protein 1 5.592575627 L4_control_C3 +LQ09X002630 Early nodulin-like protein 1 11.19194634 L4_chemical_A1 +LQ09X002630 Early nodulin-like protein 1 8.091566962 L4_chemical_A2 +LQ09X002630 Early nodulin-like protein 1 11.50689901 L4_chemical_A3 +LQ09X002630 Early nodulin-like protein 1 6.939553936 L4_chemical_B1 +LQ09X002630 Early nodulin-like protein 1 6.395469951 L4_chemical_B2 +LQ09X002630 Early nodulin-like protein 1 8.661166084 L4_chemical_B3 +LQ09X002630 Early nodulin-like protein 1 5.696058876 L4_chemical_C2 +LQ09X002630 Early nodulin-like protein 1 5.483615934 L4_chemical_C3 +LQ09X002640 Early nodulin-like protein 1 4.984469479 C6_control_A1 +LQ09X002640 Early nodulin-like protein 1 4.874941948 C6_control_A3 +LQ09X002640 Early nodulin-like protein 1 5.384462827 C6_control_B1 +LQ09X002640 Early nodulin-like protein 1 5.405864375 C6_control_B2 +LQ09X002640 Early nodulin-like protein 1 5.179356907 C6_control_B3 +LQ09X002640 Early nodulin-like protein 1 5.381512246 C6_control_C1 +LQ09X002640 Early nodulin-like protein 1 5.344826409 C6_control_C2 +LQ09X002640 Early nodulin-like protein 1 5.683284053 C6_control_C3 +LQ09X002640 Early nodulin-like protein 1 5.267232565 C6_chemical_A1 +LQ09X002640 Early nodulin-like protein 1 4.840587322 C6_chemical_A3 +LQ09X002640 Early nodulin-like protein 1 5.278717856 C6_chemical_B1 +LQ09X002640 Early nodulin-like protein 1 5.307627502 C6_chemical_B2 +LQ09X002640 Early nodulin-like protein 1 5.117078566 C6_chemical_B3 +LQ09X002640 Early nodulin-like protein 1 5.100630905 C6_chemical_C1 +LQ09X002640 Early nodulin-like protein 1 5.72005927 C6_chemical_C2 +LQ09X002640 Early nodulin-like protein 1 5.462781746 C6_chemical_C3 +LQ09X002640 Early nodulin-like protein 1 5.377137788 L4_control_A1 +LQ09X002640 Early nodulin-like protein 1 5.091480372 L4_control_A2 +LQ09X002640 Early nodulin-like protein 1 4.917709856 L4_control_A3 +LQ09X002640 Early nodulin-like protein 1 5.332991072 L4_control_B1 +LQ09X002640 Early nodulin-like protein 1 5.172400878 L4_control_B2 +LQ09X002640 Early nodulin-like protein 1 5.379279184 L4_control_B3 +LQ09X002640 Early nodulin-like protein 1 5.18673945 L4_control_C2 +LQ09X002640 Early nodulin-like protein 1 4.703383378 L4_control_C3 +LQ09X002640 Early nodulin-like protein 1 5.2583768 L4_chemical_A1 +LQ09X002640 Early nodulin-like protein 1 5.216828016 L4_chemical_A2 +LQ09X002640 Early nodulin-like protein 1 5.025334691 L4_chemical_A3 +LQ09X002640 Early nodulin-like protein 1 5.02825861 L4_chemical_B1 +LQ09X002640 Early nodulin-like protein 1 4.988316996 L4_chemical_B2 +LQ09X002640 Early nodulin-like protein 1 4.910620039 L4_chemical_B3 +LQ09X002640 Early nodulin-like protein 1 5.389672261 L4_chemical_C2 +LQ09X002640 Early nodulin-like protein 1 5.113285384 L4_chemical_C3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.311086083 C6_control_A1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.196036411 C6_control_A3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.515292992 C6_control_B1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.929481046 C6_control_B2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.83041623 C6_control_B3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.501835031 C6_control_C1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.870718315 C6_control_C2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 6.326049768 C6_control_C3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.198919373 C6_chemical_A1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.199501135 C6_chemical_A3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.935355763 C6_chemical_B1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.835527577 C6_chemical_B2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.654570875 C6_chemical_B3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 6.24663174 C6_chemical_C1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.409958147 C6_chemical_C2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 6.026183369 C6_chemical_C3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.510599337 L4_control_A1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.260879293 L4_control_A2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.24575809 L4_control_A3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.124761811 L4_control_B1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.47442481 L4_control_B2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.075391637 L4_control_B3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.125788452 L4_control_C2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.599334976 L4_control_C3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.181255182 L4_chemical_A1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 4.976257393 L4_chemical_A2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 4.846454855 L4_chemical_A3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 6.045186828 L4_chemical_B1 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.227800018 L4_chemical_B2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.065951107 L4_chemical_B3 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.303688641 L4_chemical_C2 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.051226851 L4_chemical_C3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.262030118 C6_control_A1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 4.895214199 C6_control_A3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 4.896360951 C6_control_B1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.012587521 C6_control_B2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.067093788 C6_control_B3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.502242726 C6_control_C1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.066564086 C6_control_C2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.617407644 C6_control_C3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.279887297 C6_chemical_A1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.022660677 C6_chemical_A3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 4.98085556 C6_chemical_B1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 4.927274352 C6_chemical_B2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 4.712936571 C6_chemical_B3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.096321032 C6_chemical_C1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.54070577 C6_chemical_C2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.249482289 C6_chemical_C3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 8.749947254 L4_control_A1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 8.469704312 L4_control_A2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 8.784443323 L4_control_A3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.173314372 L4_control_B1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 6.841487762 L4_control_B2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.174537018 L4_control_B3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 7.691330982 L4_control_C2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 8.960324178 L4_control_C3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.354182723 L4_chemical_A1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 8.750591036 L4_chemical_A2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.241660957 L4_chemical_A3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 7.801688448 L4_chemical_B1 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 7.708232463 L4_chemical_B2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 8.894136897 L4_chemical_B3 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.891222594 L4_chemical_C2 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 9.346984921 L4_chemical_C3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.227249813 C6_control_A1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.403851288 C6_control_A3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.073789479 C6_control_B1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.217707294 C6_control_B2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 4.954771657 C6_control_B3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.089320226 C6_control_C1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.485742736 C6_control_C2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 4.935872779 C6_control_C3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.036281208 C6_chemical_A1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 4.99157312 C6_chemical_A3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.162068098 C6_chemical_B1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.00932053 C6_chemical_B2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.246150768 C6_chemical_B3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 4.974444161 C6_chemical_C1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.015574426 C6_chemical_C2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 4.881476984 C6_chemical_C3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.178561841 L4_control_A1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.597746525 L4_control_A2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.199250896 L4_control_A3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.401147462 L4_control_B1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.133131787 L4_control_B2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.304546454 L4_control_B3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.108495187 L4_control_C2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 6.043961442 L4_control_C3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 4.756586654 L4_chemical_A1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.133531297 L4_chemical_A2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.232422184 L4_chemical_A3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.258002797 L4_chemical_B1 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.106849781 L4_chemical_B2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.00760123 L4_chemical_B3 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 4.979196185 L4_chemical_C2 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.047033137 L4_chemical_C3 +LQ09X002740 Putative uncharacterized protein 8.566459409 C6_control_A1 +LQ09X002740 Putative uncharacterized protein 7.461882327 C6_control_A3 +LQ09X002740 Putative uncharacterized protein 7.77687389 C6_control_B1 +LQ09X002740 Putative uncharacterized protein 7.551952866 C6_control_B2 +LQ09X002740 Putative uncharacterized protein 8.719648087 C6_control_B3 +LQ09X002740 Putative uncharacterized protein 7.95844606 C6_control_C1 +LQ09X002740 Putative uncharacterized protein 7.046629625 C6_control_C2 +LQ09X002740 Putative uncharacterized protein 8.505902498 C6_control_C3 +LQ09X002740 Putative uncharacterized protein 8.51816432 C6_chemical_A1 +LQ09X002740 Putative uncharacterized protein 7.560800236 C6_chemical_A3 +LQ09X002740 Putative uncharacterized protein 7.544251962 C6_chemical_B1 +LQ09X002740 Putative uncharacterized protein 7.508911812 C6_chemical_B2 +LQ09X002740 Putative uncharacterized protein 8.823234519 C6_chemical_B3 +LQ09X002740 Putative uncharacterized protein 7.66340516 C6_chemical_C1 +LQ09X002740 Putative uncharacterized protein 8.382255343 C6_chemical_C2 +LQ09X002740 Putative uncharacterized protein 8.281210434 C6_chemical_C3 +LQ09X002740 Putative uncharacterized protein 7.473659879 L4_control_A1 +LQ09X002740 Putative uncharacterized protein 7.919425985 L4_control_A2 +LQ09X002740 Putative uncharacterized protein 7.231053431 L4_control_A3 +LQ09X002740 Putative uncharacterized protein 5.844056265 L4_control_B1 +LQ09X002740 Putative uncharacterized protein 5.859861082 L4_control_B2 +LQ09X002740 Putative uncharacterized protein 7.541561095 L4_control_B3 +LQ09X002740 Putative uncharacterized protein 5.696273664 L4_control_C2 +LQ09X002740 Putative uncharacterized protein 6.582982707 L4_control_C3 +LQ09X002740 Putative uncharacterized protein 7.520151068 L4_chemical_A1 +LQ09X002740 Putative uncharacterized protein 8.365026087 L4_chemical_A2 +LQ09X002740 Putative uncharacterized protein 6.485521326 L4_chemical_A3 +LQ09X002740 Putative uncharacterized protein 6.643521026 L4_chemical_B1 +LQ09X002740 Putative uncharacterized protein 6.256063479 L4_chemical_B2 +LQ09X002740 Putative uncharacterized protein 7.912943601 L4_chemical_B3 +LQ09X002740 Putative uncharacterized protein 5.86622751 L4_chemical_C2 +LQ09X002740 Putative uncharacterized protein 5.592415759 L4_chemical_C3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.14908854 C6_control_A1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.46608973 C6_control_A3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.97550023 C6_control_B1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.86605844 C6_control_B2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.92727497 C6_control_B3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.73807126 C6_control_C1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.77729934 C6_control_C2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.820215 C6_control_C3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.1329877 C6_chemical_A1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.61807399 C6_chemical_A3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.86238798 C6_chemical_B1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.47104616 C6_chemical_B2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.85185866 C6_chemical_B3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.67550212 C6_chemical_C1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.72390798 C6_chemical_C2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.78122592 C6_chemical_C3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.58287276 L4_control_A1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.28990206 L4_control_A2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.40896459 L4_control_A3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.48668497 L4_control_B1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.08328446 L4_control_B2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.28569108 L4_control_B3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 14.04413504 L4_control_C2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.95004439 L4_control_C3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.90242922 L4_chemical_A1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.77833498 L4_chemical_A2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.66724501 L4_chemical_A3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.97700895 L4_chemical_B1 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.87968229 L4_chemical_B2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 12.98427209 L4_chemical_B3 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.92316848 L4_chemical_C2 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.74115366 L4_chemical_C3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.58307899 C6_control_A1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.525772884 C6_control_A3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.552449735 C6_control_B1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.075342281 C6_control_B2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.132837838 C6_control_B3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.190112935 C6_control_C1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.769488285 C6_control_C2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.432010694 C6_control_C3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.391736324 C6_chemical_A1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.407114504 C6_chemical_A3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.724465754 C6_chemical_B1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.171652041 C6_chemical_B2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.069514825 C6_chemical_B3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.240710924 C6_chemical_C1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.211848695 C6_chemical_C2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.201707807 C6_chemical_C3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.573216198 L4_control_A1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.784377369 L4_control_A2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.396580838 L4_control_A3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.335682855 L4_control_B1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.382889522 L4_control_B2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.238047087 L4_control_B3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 4.889885882 L4_control_C2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.168875857 L4_control_C3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.569741162 L4_chemical_A1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.198874304 L4_chemical_A2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.262830114 L4_chemical_A3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.262438625 L4_chemical_B1 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.441870695 L4_chemical_B2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.257727254 L4_chemical_B3 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.540050994 L4_chemical_C2 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.412408888 L4_chemical_C3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.444673582 C6_control_A1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.398918691 C6_control_A3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.520331154 C6_control_B1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.679708189 C6_control_B2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.356929666 C6_control_B3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.508830597 C6_control_C1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 4.990269167 C6_control_C2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.371766899 C6_control_C3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.486470983 C6_chemical_A1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.535899737 C6_chemical_A3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.52803496 C6_chemical_B1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.449912238 C6_chemical_B2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 4.965206322 C6_chemical_B3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.617108374 C6_chemical_C1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.106385808 C6_chemical_C2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.303923705 C6_chemical_C3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.57870665 L4_control_A1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.234573741 L4_control_A2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 4.756418375 L4_control_A3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.373845799 L4_control_B1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.016754928 L4_control_B2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.551248325 L4_control_B3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.127773154 L4_control_C2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.303334356 L4_control_C3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.334624292 L4_chemical_A1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.424071494 L4_chemical_A2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.132019855 L4_chemical_A3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.552359914 L4_chemical_B1 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.754636525 L4_chemical_B2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.645783683 L4_chemical_B3 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.550614446 L4_chemical_C2 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.166502632 L4_chemical_C3 +LQ09X002780 Probable WRKY transcription factor 32 6.803123087 C6_control_A1 +LQ09X002780 Probable WRKY transcription factor 32 6.338838979 C6_control_A3 +LQ09X002780 Probable WRKY transcription factor 32 5.379800994 C6_control_B1 +LQ09X002780 Probable WRKY transcription factor 32 6.785785263 C6_control_B2 +LQ09X002780 Probable WRKY transcription factor 32 6.964092449 C6_control_B3 +LQ09X002780 Probable WRKY transcription factor 32 6.031349921 C6_control_C1 +LQ09X002780 Probable WRKY transcription factor 32 6.175132754 C6_control_C2 +LQ09X002780 Probable WRKY transcription factor 32 6.120635612 C6_control_C3 +LQ09X002780 Probable WRKY transcription factor 32 6.440150533 C6_chemical_A1 +LQ09X002780 Probable WRKY transcription factor 32 6.593453247 C6_chemical_A3 +LQ09X002780 Probable WRKY transcription factor 32 5.851435346 C6_chemical_B1 +LQ09X002780 Probable WRKY transcription factor 32 6.445395315 C6_chemical_B2 +LQ09X002780 Probable WRKY transcription factor 32 6.691508843 C6_chemical_B3 +LQ09X002780 Probable WRKY transcription factor 32 5.552501437 C6_chemical_C1 +LQ09X002780 Probable WRKY transcription factor 32 6.698568271 C6_chemical_C2 +LQ09X002780 Probable WRKY transcription factor 32 6.403201808 C6_chemical_C3 +LQ09X002780 Probable WRKY transcription factor 32 6.021727049 L4_control_A1 +LQ09X002780 Probable WRKY transcription factor 32 7.137670403 L4_control_A2 +LQ09X002780 Probable WRKY transcription factor 32 6.512585917 L4_control_A3 +LQ09X002780 Probable WRKY transcription factor 32 6.605888625 L4_control_B1 +LQ09X002780 Probable WRKY transcription factor 32 6.776040266 L4_control_B2 +LQ09X002780 Probable WRKY transcription factor 32 6.278236328 L4_control_B3 +LQ09X002780 Probable WRKY transcription factor 32 5.513049287 L4_control_C2 +LQ09X002780 Probable WRKY transcription factor 32 5.658987068 L4_control_C3 +LQ09X002780 Probable WRKY transcription factor 32 6.114733041 L4_chemical_A1 +LQ09X002780 Probable WRKY transcription factor 32 6.862516283 L4_chemical_A2 +LQ09X002780 Probable WRKY transcription factor 32 6.03052019 L4_chemical_A3 +LQ09X002780 Probable WRKY transcription factor 32 6.547563214 L4_chemical_B1 +LQ09X002780 Probable WRKY transcription factor 32 6.365938518 L4_chemical_B2 +LQ09X002780 Probable WRKY transcription factor 32 6.33062662 L4_chemical_B3 +LQ09X002780 Probable WRKY transcription factor 32 5.006675987 L4_chemical_C2 +LQ09X002780 Probable WRKY transcription factor 32 5.617635245 L4_chemical_C3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.698427207 C6_control_A1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.586271481 C6_control_A3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.846339821 C6_control_B1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.93611345 C6_control_B2 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.710338925 C6_control_B3 +LQ09X002800 Eukaryotic translation initiation factor 5A 6.442765705 C6_control_C1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.934796201 C6_control_C2 +LQ09X002800 Eukaryotic translation initiation factor 5A 6.271816242 C6_control_C3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.404008846 C6_chemical_A1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.590785382 C6_chemical_A3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.652086534 C6_chemical_B1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.93503506 C6_chemical_B2 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.544784396 C6_chemical_B3 +LQ09X002800 Eukaryotic translation initiation factor 5A 6.032137035 C6_chemical_C1 +LQ09X002800 Eukaryotic translation initiation factor 5A 6.4257779 C6_chemical_C2 +LQ09X002800 Eukaryotic translation initiation factor 5A 6.882470932 C6_chemical_C3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.504038071 L4_control_A1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.879500351 L4_control_A2 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.573579206 L4_control_A3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.303925349 L4_control_B1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.137511878 L4_control_B2 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.589083143 L4_control_B3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.491299188 L4_control_C2 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.870177016 L4_control_C3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.622227001 L4_chemical_A1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.690547624 L4_chemical_A2 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.681756971 L4_chemical_A3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.689756172 L4_chemical_B1 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.327323587 L4_chemical_B2 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.776134425 L4_chemical_B3 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.882787488 L4_chemical_C2 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.90009265 L4_chemical_C3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.434019142 C6_control_A1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.375385259 C6_control_A3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.844253856 C6_control_B1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.53459664 C6_control_B2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.272536598 C6_control_B3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.99352227 C6_control_C1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.731853324 C6_control_C2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.969540076 C6_control_C3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.385190701 C6_chemical_A1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.112885473 C6_chemical_A3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.802113274 C6_chemical_B1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.324533081 C6_chemical_B2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.180098039 C6_chemical_B3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.783110535 C6_chemical_C1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.732807526 C6_chemical_C2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.73838758 C6_chemical_C3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.160918148 L4_control_A1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.573143998 L4_control_A2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.63382892 L4_control_A3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.589653896 L4_control_B1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.275165986 L4_control_B2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.371845168 L4_control_B3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.20476321 L4_control_C2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.981775372 L4_control_C3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.693331903 L4_chemical_A1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.230412303 L4_chemical_A2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.43557528 L4_chemical_A3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.953317618 L4_chemical_B1 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.794010224 L4_chemical_B2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.073688119 L4_chemical_B3 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.921266183 L4_chemical_C2 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 5.93526378 L4_chemical_C3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.324857846 C6_control_A1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.48006856 C6_control_A3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.155980032 C6_control_B1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.249161475 C6_control_B2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.317402779 C6_control_B3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.337886426 C6_control_C1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.580612353 C6_control_C2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.772768278 C6_control_C3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.834273554 C6_chemical_A1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.5299895 C6_chemical_A3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.895095339 C6_chemical_B1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.572504621 C6_chemical_B2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.468234104 C6_chemical_B3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.445858522 C6_chemical_C1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.356240408 C6_chemical_C2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.257437238 C6_chemical_C3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.352235611 L4_control_A1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.34245231 L4_control_A2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.430037261 L4_control_A3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.51433913 L4_control_B1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.510883634 L4_control_B2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.507505513 L4_control_B3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.621100439 L4_control_C2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.737348814 L4_control_C3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.864258653 L4_chemical_A1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.562369611 L4_chemical_A2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.686850932 L4_chemical_A3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.677453795 L4_chemical_B1 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.170010466 L4_chemical_B2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.214175573 L4_chemical_B3 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 5.655108885 L4_chemical_C2 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 7.046820783 L4_chemical_C3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.836674724 C6_control_A1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.07757942 C6_control_A3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.056623656 C6_control_B1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.2629981 C6_control_B2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.651201268 C6_control_B3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.263889404 C6_control_C1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 7.503671821 C6_control_C2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.917665226 C6_control_C3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.779888869 C6_chemical_A1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.878229549 C6_chemical_A3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.467820312 C6_chemical_B1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.526303241 C6_chemical_B2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.374442136 C6_chemical_B3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.806207466 C6_chemical_C1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.974745028 C6_chemical_C2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.035781124 C6_chemical_C3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.42818137 L4_control_A1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.043377031 L4_control_A2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.938642476 L4_control_A3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.040015385 L4_control_B1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.899358857 L4_control_B2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.894716 L4_control_B3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.449847038 L4_control_C2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.731869059 L4_control_C3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.841065267 L4_chemical_A1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.734544467 L4_chemical_A2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.181221088 L4_chemical_A3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.238284894 L4_chemical_B1 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.871736897 L4_chemical_B2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 6.282531886 L4_chemical_B3 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.309510312 L4_chemical_C2 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 4.846343093 L4_chemical_C3 +LQ09X002860 Putative Reticulon-like protein B21 11.10300725 C6_control_A1 +LQ09X002860 Putative Reticulon-like protein B21 11.08725537 C6_control_A3 +LQ09X002860 Putative Reticulon-like protein B21 11.33694713 C6_control_B1 +LQ09X002860 Putative Reticulon-like protein B21 11.34491872 C6_control_B2 +LQ09X002860 Putative Reticulon-like protein B21 11.28225141 C6_control_B3 +LQ09X002860 Putative Reticulon-like protein B21 9.210303452 C6_control_C1 +LQ09X002860 Putative Reticulon-like protein B21 9.790339131 C6_control_C2 +LQ09X002860 Putative Reticulon-like protein B21 8.486588969 C6_control_C3 +LQ09X002860 Putative Reticulon-like protein B21 11.80878946 C6_chemical_A1 +LQ09X002860 Putative Reticulon-like protein B21 11.43126778 C6_chemical_A3 +LQ09X002860 Putative Reticulon-like protein B21 11.89140465 C6_chemical_B1 +LQ09X002860 Putative Reticulon-like protein B21 12.00453741 C6_chemical_B2 +LQ09X002860 Putative Reticulon-like protein B21 11.58166137 C6_chemical_B3 +LQ09X002860 Putative Reticulon-like protein B21 9.710559795 C6_chemical_C1 +LQ09X002860 Putative Reticulon-like protein B21 9.377127606 C6_chemical_C2 +LQ09X002860 Putative Reticulon-like protein B21 9.154546023 C6_chemical_C3 +LQ09X002860 Putative Reticulon-like protein B21 11.11824693 L4_control_A1 +LQ09X002860 Putative Reticulon-like protein B21 11.63516335 L4_control_A2 +LQ09X002860 Putative Reticulon-like protein B21 10.52496283 L4_control_A3 +LQ09X002860 Putative Reticulon-like protein B21 11.6904218 L4_control_B1 +LQ09X002860 Putative Reticulon-like protein B21 11.54101347 L4_control_B2 +LQ09X002860 Putative Reticulon-like protein B21 11.44409496 L4_control_B3 +LQ09X002860 Putative Reticulon-like protein B21 7.988037975 L4_control_C2 +LQ09X002860 Putative Reticulon-like protein B21 8.14124392 L4_control_C3 +LQ09X002860 Putative Reticulon-like protein B21 10.63663476 L4_chemical_A1 +LQ09X002860 Putative Reticulon-like protein B21 10.89340768 L4_chemical_A2 +LQ09X002860 Putative Reticulon-like protein B21 10.47413073 L4_chemical_A3 +LQ09X002860 Putative Reticulon-like protein B21 10.95506971 L4_chemical_B1 +LQ09X002860 Putative Reticulon-like protein B21 10.79519182 L4_chemical_B2 +LQ09X002860 Putative Reticulon-like protein B21 11.66720503 L4_chemical_B3 +LQ09X002860 Putative Reticulon-like protein B21 8.204136125 L4_chemical_C2 +LQ09X002860 Putative Reticulon-like protein B21 8.500231074 L4_chemical_C3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.8702101 C6_control_A1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 13.95701513 C6_control_A3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.93259901 C6_control_B1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.74185423 C6_control_B2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.81492577 C6_control_B3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 13.97895144 C6_control_C1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 13.6015323 C6_control_C2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 13.48675714 C6_control_C3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.85077583 C6_chemical_A1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.78011277 C6_chemical_A3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 15.26885945 C6_chemical_B1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 15.07100903 C6_chemical_B2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 15.30678317 C6_chemical_B3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.13734189 C6_chemical_C1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 13.74144385 C6_chemical_C2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.63999466 C6_chemical_C3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.20320847 L4_control_A1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.57716698 L4_control_A2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.12094011 L4_control_A3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 15.02444164 L4_control_B1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 15.08108533 L4_control_B2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.64451483 L4_control_B3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 13.77378039 L4_control_C2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.66466123 L4_control_C3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.84560317 L4_chemical_A1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 15.12591541 L4_chemical_A2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.79653705 L4_chemical_A3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 15.13152759 L4_chemical_B1 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.55816455 L4_chemical_B2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 15.34251623 L4_chemical_B3 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 13.89055952 L4_chemical_C2 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.50034297 L4_chemical_C3 +LQ09X002880 Hypothetical protein 6.214903334 C6_control_A1 +LQ09X002880 Hypothetical protein 6.177291511 C6_control_A3 +LQ09X002880 Hypothetical protein 6.522870593 C6_control_B1 +LQ09X002880 Hypothetical protein 5.201032077 C6_control_B2 +LQ09X002880 Hypothetical protein 6.256929494 C6_control_B3 +LQ09X002880 Hypothetical protein 5.55030953 C6_control_C1 +LQ09X002880 Hypothetical protein 5.251869274 C6_control_C2 +LQ09X002880 Hypothetical protein 5.119596847 C6_control_C3 +LQ09X002880 Hypothetical protein 6.139379499 C6_chemical_A1 +LQ09X002880 Hypothetical protein 6.190769586 C6_chemical_A3 +LQ09X002880 Hypothetical protein 6.432170767 C6_chemical_B1 +LQ09X002880 Hypothetical protein 5.223443942 C6_chemical_B2 +LQ09X002880 Hypothetical protein 6.213134868 C6_chemical_B3 +LQ09X002880 Hypothetical protein 5.866119457 C6_chemical_C1 +LQ09X002880 Hypothetical protein 5.685539982 C6_chemical_C2 +LQ09X002880 Hypothetical protein 5.550928083 C6_chemical_C3 +LQ09X002880 Hypothetical protein 5.376793134 L4_control_A1 +LQ09X002880 Hypothetical protein 5.953553026 L4_control_A2 +LQ09X002880 Hypothetical protein 6.398874503 L4_control_A3 +LQ09X002880 Hypothetical protein 6.665434182 L4_control_B1 +LQ09X002880 Hypothetical protein 6.925394674 L4_control_B2 +LQ09X002880 Hypothetical protein 6.465684227 L4_control_B3 +LQ09X002880 Hypothetical protein 7.341482708 L4_control_C2 +LQ09X002880 Hypothetical protein 6.630122702 L4_control_C3 +LQ09X002880 Hypothetical protein 5.602963286 L4_chemical_A1 +LQ09X002880 Hypothetical protein 6.340512065 L4_chemical_A2 +LQ09X002880 Hypothetical protein 6.129593454 L4_chemical_A3 +LQ09X002880 Hypothetical protein 7.048266823 L4_chemical_B1 +LQ09X002880 Hypothetical protein 6.368905017 L4_chemical_B2 +LQ09X002880 Hypothetical protein 6.170289399 L4_chemical_B3 +LQ09X002880 Hypothetical protein 6.762974876 L4_chemical_C2 +LQ09X002880 Hypothetical protein 6.590972804 L4_chemical_C3 +LQ09X002900 Putative uncharacterized protein 9.429774221 C6_control_A1 +LQ09X002900 Putative uncharacterized protein 9.920161011 C6_control_A3 +LQ09X002900 Putative uncharacterized protein 9.629618625 C6_control_B1 +LQ09X002900 Putative uncharacterized protein 8.282192144 C6_control_B2 +LQ09X002900 Putative uncharacterized protein 9.492603692 C6_control_B3 +LQ09X002900 Putative uncharacterized protein 8.430477433 C6_control_C1 +LQ09X002900 Putative uncharacterized protein 8.453417257 C6_control_C2 +LQ09X002900 Putative uncharacterized protein 9.086870168 C6_control_C3 +LQ09X002900 Putative uncharacterized protein 9.575580398 C6_chemical_A1 +LQ09X002900 Putative uncharacterized protein 10.41872048 C6_chemical_A3 +LQ09X002900 Putative uncharacterized protein 9.587454708 C6_chemical_B1 +LQ09X002900 Putative uncharacterized protein 8.214890618 C6_chemical_B2 +LQ09X002900 Putative uncharacterized protein 10.23391808 C6_chemical_B3 +LQ09X002900 Putative uncharacterized protein 8.364049139 C6_chemical_C1 +LQ09X002900 Putative uncharacterized protein 8.583831953 C6_chemical_C2 +LQ09X002900 Putative uncharacterized protein 9.704892544 C6_chemical_C3 +LQ09X002900 Putative uncharacterized protein 9.688492847 L4_control_A1 +LQ09X002900 Putative uncharacterized protein 8.900604674 L4_control_A2 +LQ09X002900 Putative uncharacterized protein 10.90660495 L4_control_A3 +LQ09X002900 Putative uncharacterized protein 10.02212713 L4_control_B1 +LQ09X002900 Putative uncharacterized protein 9.911444278 L4_control_B2 +LQ09X002900 Putative uncharacterized protein 9.844455626 L4_control_B3 +LQ09X002900 Putative uncharacterized protein 10.20309968 L4_control_C2 +LQ09X002900 Putative uncharacterized protein 11.13526876 L4_control_C3 +LQ09X002900 Putative uncharacterized protein 9.441843519 L4_chemical_A1 +LQ09X002900 Putative uncharacterized protein 8.31029336 L4_chemical_A2 +LQ09X002900 Putative uncharacterized protein 10.78137076 L4_chemical_A3 +LQ09X002900 Putative uncharacterized protein 10.1073689 L4_chemical_B1 +LQ09X002900 Putative uncharacterized protein 9.486105287 L4_chemical_B2 +LQ09X002900 Putative uncharacterized protein 10.00799872 L4_chemical_B3 +LQ09X002900 Putative uncharacterized protein 9.791457402 L4_chemical_C2 +LQ09X002900 Putative uncharacterized protein 10.76705934 L4_chemical_C3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.17712118 C6_control_A1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 10.78870977 C6_control_A3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.54020485 C6_control_B1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.12547755 C6_control_B2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 8.923938631 C6_control_B3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 13.91230717 C6_control_C1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.74117693 C6_control_C2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.66846091 C6_control_C3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.90041504 C6_chemical_A1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.31784173 C6_chemical_A3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.11823825 C6_chemical_B1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.40227903 C6_chemical_B2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 9.922066638 C6_chemical_B3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 14.57514654 C6_chemical_C1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 13.46900055 C6_chemical_C2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.97186702 C6_chemical_C3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.5084413 L4_control_A1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 10.89796981 L4_control_A2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 10.33940485 L4_control_A3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 10.4639319 L4_control_B1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 9.644797876 L4_control_B2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 10.04300088 L4_control_B3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.92998991 L4_control_C2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.52114986 L4_control_C3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.5851491 L4_chemical_A1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 10.63440434 L4_chemical_A2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 11.23860228 L4_chemical_A3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 10.97700413 L4_chemical_B1 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 10.12177082 L4_chemical_B2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 9.030800936 L4_chemical_B3 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.03859741 L4_chemical_C2 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.13402125 L4_chemical_C3 +LQ09X002920 40S ribosomal protein S12 14.81577651 C6_control_A1 +LQ09X002920 40S ribosomal protein S12 15.2432792 C6_control_A3 +LQ09X002920 40S ribosomal protein S12 14.79303711 C6_control_B1 +LQ09X002920 40S ribosomal protein S12 14.22307743 C6_control_B2 +LQ09X002920 40S ribosomal protein S12 14.09909189 C6_control_B3 +LQ09X002920 40S ribosomal protein S12 13.8001512 C6_control_C1 +LQ09X002920 40S ribosomal protein S12 13.87964303 C6_control_C2 +LQ09X002920 40S ribosomal protein S12 13.39693281 C6_control_C3 +LQ09X002920 40S ribosomal protein S12 14.91922974 C6_chemical_A1 +LQ09X002920 40S ribosomal protein S12 14.81480021 C6_chemical_A3 +LQ09X002920 40S ribosomal protein S12 14.52396473 C6_chemical_B1 +LQ09X002920 40S ribosomal protein S12 13.75165377 C6_chemical_B2 +LQ09X002920 40S ribosomal protein S12 13.91881527 C6_chemical_B3 +LQ09X002920 40S ribosomal protein S12 13.6988972 C6_chemical_C1 +LQ09X002920 40S ribosomal protein S12 13.8017001 C6_chemical_C2 +LQ09X002920 40S ribosomal protein S12 13.21259872 C6_chemical_C3 +LQ09X002920 40S ribosomal protein S12 15.00691938 L4_control_A1 +LQ09X002920 40S ribosomal protein S12 14.623741 L4_control_A2 +LQ09X002920 40S ribosomal protein S12 14.81165502 L4_control_A3 +LQ09X002920 40S ribosomal protein S12 14.02514331 L4_control_B1 +LQ09X002920 40S ribosomal protein S12 14.21023596 L4_control_B2 +LQ09X002920 40S ribosomal protein S12 13.44593632 L4_control_B3 +LQ09X002920 40S ribosomal protein S12 14.45061271 L4_control_C2 +LQ09X002920 40S ribosomal protein S12 13.67032954 L4_control_C3 +LQ09X002920 40S ribosomal protein S12 14.70870047 L4_chemical_A1 +LQ09X002920 40S ribosomal protein S12 14.17290693 L4_chemical_A2 +LQ09X002920 40S ribosomal protein S12 14.31022971 L4_chemical_A3 +LQ09X002920 40S ribosomal protein S12 14.6953964 L4_chemical_B1 +LQ09X002920 40S ribosomal protein S12 14.4522994 L4_chemical_B2 +LQ09X002920 40S ribosomal protein S12 13.9063471 L4_chemical_B3 +LQ09X002920 40S ribosomal protein S12 14.48524062 L4_chemical_C2 +LQ09X002920 40S ribosomal protein S12 13.61146126 L4_chemical_C3 +LQ09X002930 Predicted protein (Fragment) 5.559204682 C6_control_A1 +LQ09X002930 Predicted protein (Fragment) 5.741893991 C6_control_A3 +LQ09X002930 Predicted protein (Fragment) 5.578300368 C6_control_B1 +LQ09X002930 Predicted protein (Fragment) 5.628821301 C6_control_B2 +LQ09X002930 Predicted protein (Fragment) 5.39583937 C6_control_B3 +LQ09X002930 Predicted protein (Fragment) 5.246217252 C6_control_C1 +LQ09X002930 Predicted protein (Fragment) 5.564356967 C6_control_C2 +LQ09X002930 Predicted protein (Fragment) 5.345082597 C6_control_C3 +LQ09X002930 Predicted protein (Fragment) 5.677438764 C6_chemical_A1 +LQ09X002930 Predicted protein (Fragment) 5.445708636 C6_chemical_A3 +LQ09X002930 Predicted protein (Fragment) 5.550769946 C6_chemical_B1 +LQ09X002930 Predicted protein (Fragment) 5.524299869 C6_chemical_B2 +LQ09X002930 Predicted protein (Fragment) 5.381342055 C6_chemical_B3 +LQ09X002930 Predicted protein (Fragment) 4.967473249 C6_chemical_C1 +LQ09X002930 Predicted protein (Fragment) 5.196803787 C6_chemical_C2 +LQ09X002930 Predicted protein (Fragment) 5.383218639 C6_chemical_C3 +LQ09X002930 Predicted protein (Fragment) 5.144751142 L4_control_A1 +LQ09X002930 Predicted protein (Fragment) 5.500420464 L4_control_A2 +LQ09X002930 Predicted protein (Fragment) 6.761463917 L4_control_A3 +LQ09X002930 Predicted protein (Fragment) 5.48148977 L4_control_B1 +LQ09X002930 Predicted protein (Fragment) 5.758887087 L4_control_B2 +LQ09X002930 Predicted protein (Fragment) 5.437251395 L4_control_B3 +LQ09X002930 Predicted protein (Fragment) 5.607003618 L4_control_C2 +LQ09X002930 Predicted protein (Fragment) 5.383384498 L4_control_C3 +LQ09X002930 Predicted protein (Fragment) 4.867598429 L4_chemical_A1 +LQ09X002930 Predicted protein (Fragment) 5.428269849 L4_chemical_A2 +LQ09X002930 Predicted protein (Fragment) 6.870919237 L4_chemical_A3 +LQ09X002930 Predicted protein (Fragment) 5.171495576 L4_chemical_B1 +LQ09X002930 Predicted protein (Fragment) 5.220299971 L4_chemical_B2 +LQ09X002930 Predicted protein (Fragment) 5.407721436 L4_chemical_B3 +LQ09X002930 Predicted protein (Fragment) 6.098401479 L4_chemical_C2 +LQ09X002930 Predicted protein (Fragment) 5.696192435 L4_chemical_C3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.57621302 C6_control_A1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.52374193 C6_control_A3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.77853597 C6_control_B1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 12.40985956 C6_control_B2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 12.252219 C6_control_B3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 12.06966348 C6_control_C1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 12.29878947 C6_control_C2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 12.40530807 C6_control_C3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.47498665 C6_chemical_A1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.38504615 C6_chemical_A3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.59006529 C6_chemical_B1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 12.13687295 C6_chemical_B2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.99713732 C6_chemical_B3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 12.03873121 C6_chemical_C1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.97112897 C6_chemical_C2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.68653617 C6_chemical_C3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.31066615 L4_control_A1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.74988446 L4_control_A2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.710163 L4_control_A3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.66672493 L4_control_B1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.92340015 L4_control_B2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.90282235 L4_control_B3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.68480582 L4_control_C2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.3152882 L4_control_C3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.38947359 L4_chemical_A1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.67272168 L4_chemical_A2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.99669501 L4_chemical_A3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.62320107 L4_chemical_B1 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.79188606 L4_chemical_B2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.72527128 L4_chemical_B3 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.77595673 L4_chemical_C2 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.64695078 L4_chemical_C3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.74315915 C6_control_A1 +LQ09X002960 Trafficking protein particle complex subunit 5 12.72346213 C6_control_A3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.99989463 C6_control_B1 +LQ09X002960 Trafficking protein particle complex subunit 5 12.18224378 C6_control_B2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.79141123 C6_control_B3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.05715894 C6_control_C1 +LQ09X002960 Trafficking protein particle complex subunit 5 12.10631046 C6_control_C2 +LQ09X002960 Trafficking protein particle complex subunit 5 11.9352433 C6_control_C3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.53311911 C6_chemical_A1 +LQ09X002960 Trafficking protein particle complex subunit 5 12.81339734 C6_chemical_A3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.83884497 C6_chemical_B1 +LQ09X002960 Trafficking protein particle complex subunit 5 12.28650268 C6_chemical_B2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.53262244 C6_chemical_B3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.03825498 C6_chemical_C1 +LQ09X002960 Trafficking protein particle complex subunit 5 11.95291414 C6_chemical_C2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.24986205 C6_chemical_C3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.85414408 L4_control_A1 +LQ09X002960 Trafficking protein particle complex subunit 5 12.36869703 L4_control_A2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.60680511 L4_control_A3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.98522149 L4_control_B1 +LQ09X002960 Trafficking protein particle complex subunit 5 13.03306749 L4_control_B2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.65027717 L4_control_B3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.81138283 L4_control_C2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.78912929 L4_control_C3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.69809111 L4_chemical_A1 +LQ09X002960 Trafficking protein particle complex subunit 5 12.27281136 L4_chemical_A2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.50591456 L4_chemical_A3 +LQ09X002960 Trafficking protein particle complex subunit 5 13.18194752 L4_chemical_B1 +LQ09X002960 Trafficking protein particle complex subunit 5 12.92813972 L4_chemical_B2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.51217018 L4_chemical_B3 +LQ09X002960 Trafficking protein particle complex subunit 5 12.86353679 L4_chemical_C2 +LQ09X002960 Trafficking protein particle complex subunit 5 12.82404558 L4_chemical_C3 +LQ09X002970 ATP binding protein, putative 6.420338549 C6_control_A1 +LQ09X002970 ATP binding protein, putative 6.472802496 C6_control_A3 +LQ09X002970 ATP binding protein, putative 6.301407099 C6_control_B1 +LQ09X002970 ATP binding protein, putative 6.266351764 C6_control_B2 +LQ09X002970 ATP binding protein, putative 6.630182494 C6_control_B3 +LQ09X002970 ATP binding protein, putative 5.952800713 C6_control_C1 +LQ09X002970 ATP binding protein, putative 7.482886597 C6_control_C2 +LQ09X002970 ATP binding protein, putative 6.18987618 C6_control_C3 +LQ09X002970 ATP binding protein, putative 6.510366143 C6_chemical_A1 +LQ09X002970 ATP binding protein, putative 5.633284252 C6_chemical_A3 +LQ09X002970 ATP binding protein, putative 5.923923993 C6_chemical_B1 +LQ09X002970 ATP binding protein, putative 6.693862347 C6_chemical_B2 +LQ09X002970 ATP binding protein, putative 6.058761022 C6_chemical_B3 +LQ09X002970 ATP binding protein, putative 6.006994475 C6_chemical_C1 +LQ09X002970 ATP binding protein, putative 6.181938917 C6_chemical_C2 +LQ09X002970 ATP binding protein, putative 6.235659228 C6_chemical_C3 +LQ09X002970 ATP binding protein, putative 6.148642388 L4_control_A1 +LQ09X002970 ATP binding protein, putative 5.6854265 L4_control_A2 +LQ09X002970 ATP binding protein, putative 5.825421643 L4_control_A3 +LQ09X002970 ATP binding protein, putative 5.794048191 L4_control_B1 +LQ09X002970 ATP binding protein, putative 6.888644775 L4_control_B2 +LQ09X002970 ATP binding protein, putative 6.180253985 L4_control_B3 +LQ09X002970 ATP binding protein, putative 6.763611977 L4_control_C2 +LQ09X002970 ATP binding protein, putative 5.957238251 L4_control_C3 +LQ09X002970 ATP binding protein, putative 5.997751976 L4_chemical_A1 +LQ09X002970 ATP binding protein, putative 5.900073442 L4_chemical_A2 +LQ09X002970 ATP binding protein, putative 6.212770291 L4_chemical_A3 +LQ09X002970 ATP binding protein, putative 6.363363808 L4_chemical_B1 +LQ09X002970 ATP binding protein, putative 5.839099838 L4_chemical_B2 +LQ09X002970 ATP binding protein, putative 6.147467376 L4_chemical_B3 +LQ09X002970 ATP binding protein, putative 7.068874007 L4_chemical_C2 +LQ09X002970 ATP binding protein, putative 6.582610765 L4_chemical_C3 +LQ09X002980 ABC transporter I family member 1 9.526796075 C6_control_A1 +LQ09X002980 ABC transporter I family member 1 9.726457832 C6_control_A3 +LQ09X002980 ABC transporter I family member 1 9.39249016 C6_control_B1 +LQ09X002980 ABC transporter I family member 1 10.03592338 C6_control_B2 +LQ09X002980 ABC transporter I family member 1 9.717222198 C6_control_B3 +LQ09X002980 ABC transporter I family member 1 9.992020587 C6_control_C1 +LQ09X002980 ABC transporter I family member 1 10.1588695 C6_control_C2 +LQ09X002980 ABC transporter I family member 1 9.683921361 C6_control_C3 +LQ09X002980 ABC transporter I family member 1 9.415428676 C6_chemical_A1 +LQ09X002980 ABC transporter I family member 1 9.652252439 C6_chemical_A3 +LQ09X002980 ABC transporter I family member 1 8.899507125 C6_chemical_B1 +LQ09X002980 ABC transporter I family member 1 9.845652004 C6_chemical_B2 +LQ09X002980 ABC transporter I family member 1 9.098558773 C6_chemical_B3 +LQ09X002980 ABC transporter I family member 1 9.858918748 C6_chemical_C1 +LQ09X002980 ABC transporter I family member 1 10.01666756 C6_chemical_C2 +LQ09X002980 ABC transporter I family member 1 9.146833795 C6_chemical_C3 +LQ09X002980 ABC transporter I family member 1 9.615968853 L4_control_A1 +LQ09X002980 ABC transporter I family member 1 9.701572849 L4_control_A2 +LQ09X002980 ABC transporter I family member 1 10.08105487 L4_control_A3 +LQ09X002980 ABC transporter I family member 1 8.707378415 L4_control_B1 +LQ09X002980 ABC transporter I family member 1 9.932621249 L4_control_B2 +LQ09X002980 ABC transporter I family member 1 9.540429569 L4_control_B3 +LQ09X002980 ABC transporter I family member 1 10.28529892 L4_control_C2 +LQ09X002980 ABC transporter I family member 1 10.39420029 L4_control_C3 +LQ09X002980 ABC transporter I family member 1 9.500949358 L4_chemical_A1 +LQ09X002980 ABC transporter I family member 1 9.786055644 L4_chemical_A2 +LQ09X002980 ABC transporter I family member 1 9.905601546 L4_chemical_A3 +LQ09X002980 ABC transporter I family member 1 9.024695033 L4_chemical_B1 +LQ09X002980 ABC transporter I family member 1 9.638872914 L4_chemical_B2 +LQ09X002980 ABC transporter I family member 1 8.930023695 L4_chemical_B3 +LQ09X002980 ABC transporter I family member 1 10.2428425 L4_chemical_C2 +LQ09X002980 ABC transporter I family member 1 10.18632947 L4_chemical_C3 +LQ09X003010 VAMP-like protein YKT61 14.03091859 C6_control_A1 +LQ09X003010 VAMP-like protein YKT61 13.95560508 C6_control_A3 +LQ09X003010 VAMP-like protein YKT61 13.94351115 C6_control_B1 +LQ09X003010 VAMP-like protein YKT61 13.55644894 C6_control_B2 +LQ09X003010 VAMP-like protein YKT61 13.7575026 C6_control_B3 +LQ09X003010 VAMP-like protein YKT61 13.22987845 C6_control_C1 +LQ09X003010 VAMP-like protein YKT61 13.20207165 C6_control_C2 +LQ09X003010 VAMP-like protein YKT61 13.16116308 C6_control_C3 +LQ09X003010 VAMP-like protein YKT61 13.83453358 C6_chemical_A1 +LQ09X003010 VAMP-like protein YKT61 13.99158142 C6_chemical_A3 +LQ09X003010 VAMP-like protein YKT61 13.69395292 C6_chemical_B1 +LQ09X003010 VAMP-like protein YKT61 13.34290959 C6_chemical_B2 +LQ09X003010 VAMP-like protein YKT61 13.54831645 C6_chemical_B3 +LQ09X003010 VAMP-like protein YKT61 13.27102529 C6_chemical_C1 +LQ09X003010 VAMP-like protein YKT61 13.07677622 C6_chemical_C2 +LQ09X003010 VAMP-like protein YKT61 12.90977011 C6_chemical_C3 +LQ09X003010 VAMP-like protein YKT61 14.16826341 L4_control_A1 +LQ09X003010 VAMP-like protein YKT61 13.66879907 L4_control_A2 +LQ09X003010 VAMP-like protein YKT61 13.92797752 L4_control_A3 +LQ09X003010 VAMP-like protein YKT61 14.3241741 L4_control_B1 +LQ09X003010 VAMP-like protein YKT61 14.17865352 L4_control_B2 +LQ09X003010 VAMP-like protein YKT61 13.93246386 L4_control_B3 +LQ09X003010 VAMP-like protein YKT61 13.42544395 L4_control_C2 +LQ09X003010 VAMP-like protein YKT61 13.45316263 L4_control_C3 +LQ09X003010 VAMP-like protein YKT61 13.91205354 L4_chemical_A1 +LQ09X003010 VAMP-like protein YKT61 13.60813336 L4_chemical_A2 +LQ09X003010 VAMP-like protein YKT61 14.01582799 L4_chemical_A3 +LQ09X003010 VAMP-like protein YKT61 14.38470504 L4_chemical_B1 +LQ09X003010 VAMP-like protein YKT61 13.86331202 L4_chemical_B2 +LQ09X003010 VAMP-like protein YKT61 14.16475981 L4_chemical_B3 +LQ09X003010 VAMP-like protein YKT61 13.49548698 L4_chemical_C2 +LQ09X003010 VAMP-like protein YKT61 13.3949175 L4_chemical_C3 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.56938814 C6_control_A1 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.10104212 C6_control_A3 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.85093455 C6_control_B1 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.17644514 C6_control_B2 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.42403349 C6_control_B3 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.58791306 C6_control_C1 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.6727468 C6_control_C2 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.49141217 C6_control_C3 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.44474899 C6_chemical_A1 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.48691669 C6_chemical_A3 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.69723238 C6_chemical_B1 +LQ09X003020 Putative Outer membrane lipoprotein blc 15.20777153 C6_chemical_B2 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.30913394 C6_chemical_B3 +LQ09X003020 Putative Outer membrane lipoprotein blc 15.3657521 C6_chemical_C1 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.77135727 C6_chemical_C2 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.17394902 C6_chemical_C3 +LQ09X003020 Putative Outer membrane lipoprotein blc 12.89364784 L4_control_A1 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.44168454 L4_control_A2 +LQ09X003020 Putative Outer membrane lipoprotein blc 12.44718852 L4_control_A3 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.80749595 L4_control_B1 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.82415936 L4_control_B2 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.23367805 L4_control_B3 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.83688934 L4_control_C2 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.07239416 L4_control_C3 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.7316247 L4_chemical_A1 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.50065749 L4_chemical_A2 +LQ09X003020 Putative Outer membrane lipoprotein blc 12.57692132 L4_chemical_A3 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.05398032 L4_chemical_B1 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.29758706 L4_chemical_B2 +LQ09X003020 Putative Outer membrane lipoprotein blc 12.93475677 L4_chemical_B3 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.40016715 L4_chemical_C2 +LQ09X003020 Putative Outer membrane lipoprotein blc 13.60537856 L4_chemical_C3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.111988901 C6_control_A1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.201175415 C6_control_A3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 6.278190189 C6_control_B1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.847252697 C6_control_B2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.47449619 C6_control_B3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.851144613 C6_control_C1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.919706844 C6_control_C2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.854290073 C6_control_C3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.201964548 C6_chemical_A1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.861531178 C6_chemical_A3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.971076261 C6_chemical_B1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.789320222 C6_chemical_B2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.157328171 C6_chemical_B3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.929269259 C6_chemical_C1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.902982412 C6_chemical_C2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.892751861 C6_chemical_C3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.259673458 L4_control_A1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.962645955 L4_control_A2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.164024035 L4_control_A3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.674034414 L4_control_B1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 4.937240902 L4_control_B2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.241461214 L4_control_B3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.092196783 L4_control_C2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.269876582 L4_control_C3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.197855939 L4_chemical_A1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.300012735 L4_chemical_A2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.182423935 L4_chemical_A3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.272141228 L4_chemical_B1 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.01606029 L4_chemical_B2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.252755127 L4_chemical_B3 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.209644463 L4_chemical_C2 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.20567331 L4_chemical_C3 +LQ09X003050 Predicted protein 12.87147404 C6_control_A1 +LQ09X003050 Predicted protein 12.86417468 C6_control_A3 +LQ09X003050 Predicted protein 13.1154272 C6_control_B1 +LQ09X003050 Predicted protein 12.90105639 C6_control_B2 +LQ09X003050 Predicted protein 12.9258002 C6_control_B3 +LQ09X003050 Predicted protein 12.43375631 C6_control_C1 +LQ09X003050 Predicted protein 12.16191549 C6_control_C2 +LQ09X003050 Predicted protein 12.22999973 C6_control_C3 +LQ09X003050 Predicted protein 12.49833732 C6_chemical_A1 +LQ09X003050 Predicted protein 12.6575693 C6_chemical_A3 +LQ09X003050 Predicted protein 12.87873403 C6_chemical_B1 +LQ09X003050 Predicted protein 12.6266167 C6_chemical_B2 +LQ09X003050 Predicted protein 12.71222876 C6_chemical_B3 +LQ09X003050 Predicted protein 12.30997543 C6_chemical_C1 +LQ09X003050 Predicted protein 12.20557351 C6_chemical_C2 +LQ09X003050 Predicted protein 11.97786214 C6_chemical_C3 +LQ09X003050 Predicted protein 12.76687436 L4_control_A1 +LQ09X003050 Predicted protein 12.80547059 L4_control_A2 +LQ09X003050 Predicted protein 12.75067011 L4_control_A3 +LQ09X003050 Predicted protein 12.73487126 L4_control_B1 +LQ09X003050 Predicted protein 12.651476 L4_control_B2 +LQ09X003050 Predicted protein 12.42916261 L4_control_B3 +LQ09X003050 Predicted protein 12.35528617 L4_control_C2 +LQ09X003050 Predicted protein 12.08269539 L4_control_C3 +LQ09X003050 Predicted protein 12.74736297 L4_chemical_A1 +LQ09X003050 Predicted protein 12.6931132 L4_chemical_A2 +LQ09X003050 Predicted protein 12.53569947 L4_chemical_A3 +LQ09X003050 Predicted protein 12.89020547 L4_chemical_B1 +LQ09X003050 Predicted protein 12.62376968 L4_chemical_B2 +LQ09X003050 Predicted protein 12.68365042 L4_chemical_B3 +LQ09X003050 Predicted protein 12.45413616 L4_chemical_C2 +LQ09X003050 Predicted protein 12.01060063 L4_chemical_C3 +LQ09X003080 Hypothetical protein 5.736585013 C6_control_A1 +LQ09X003080 Hypothetical protein 6.553828387 C6_control_A3 +LQ09X003080 Hypothetical protein 5.610222873 C6_control_B1 +LQ09X003080 Hypothetical protein 5.613805981 C6_control_B2 +LQ09X003080 Hypothetical protein 5.670024759 C6_control_B3 +LQ09X003080 Hypothetical protein 5.393384489 C6_control_C1 +LQ09X003080 Hypothetical protein 5.521764954 C6_control_C2 +LQ09X003080 Hypothetical protein 5.58575227 C6_control_C3 +LQ09X003080 Hypothetical protein 5.693526909 C6_chemical_A1 +LQ09X003080 Hypothetical protein 6.249233132 C6_chemical_A3 +LQ09X003080 Hypothetical protein 6.091641925 C6_chemical_B1 +LQ09X003080 Hypothetical protein 5.635435352 C6_chemical_B2 +LQ09X003080 Hypothetical protein 5.501774342 C6_chemical_B3 +LQ09X003080 Hypothetical protein 5.540364888 C6_chemical_C1 +LQ09X003080 Hypothetical protein 5.872620258 C6_chemical_C2 +LQ09X003080 Hypothetical protein 5.458756373 C6_chemical_C3 +LQ09X003080 Hypothetical protein 5.838659411 L4_control_A1 +LQ09X003080 Hypothetical protein 5.507432218 L4_control_A2 +LQ09X003080 Hypothetical protein 6.50415435 L4_control_A3 +LQ09X003080 Hypothetical protein 5.990752965 L4_control_B1 +LQ09X003080 Hypothetical protein 7.208109067 L4_control_B2 +LQ09X003080 Hypothetical protein 5.526481395 L4_control_B3 +LQ09X003080 Hypothetical protein 6.583034944 L4_control_C2 +LQ09X003080 Hypothetical protein 5.875172348 L4_control_C3 +LQ09X003080 Hypothetical protein 5.87430671 L4_chemical_A1 +LQ09X003080 Hypothetical protein 5.682605716 L4_chemical_A2 +LQ09X003080 Hypothetical protein 5.831555163 L4_chemical_A3 +LQ09X003080 Hypothetical protein 5.987416346 L4_chemical_B1 +LQ09X003080 Hypothetical protein 6.568751889 L4_chemical_B2 +LQ09X003080 Hypothetical protein 5.477594484 L4_chemical_B3 +LQ09X003080 Hypothetical protein 6.710352385 L4_chemical_C2 +LQ09X003080 Hypothetical protein 5.991970117 L4_chemical_C3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 11.17230264 C6_control_A1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.41969669 C6_control_A3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.86942432 C6_control_B1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.05043956 C6_control_B2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.46012239 C6_control_B3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.410190119 C6_control_C1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.195779651 C6_control_C2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.827447454 C6_control_C3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.79033761 C6_chemical_A1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.37778518 C6_chemical_A3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.17622686 C6_chemical_B1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 9.91950351 C6_chemical_B2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.53557749 C6_chemical_B3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.176048437 C6_chemical_C1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.137152634 C6_chemical_C2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 9.288488768 C6_chemical_C3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.29750642 L4_control_A1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.22137478 L4_control_A2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.905027364 L4_control_A3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 9.976668893 L4_control_B1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.88824908 L4_control_B2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.624018018 L4_control_B3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.750099813 L4_control_C2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.233731873 L4_control_C3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 9.969045579 L4_chemical_A1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 9.826124421 L4_chemical_A2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.600807997 L4_chemical_A3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.89229803 L4_chemical_B1 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.58245445 L4_chemical_B2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 9.761029614 L4_chemical_B3 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.701820218 L4_chemical_C2 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 8.388720423 L4_chemical_C3 +LQ09X003100 Predicted protein 4.594463098 C6_control_A1 +LQ09X003100 Predicted protein 4.731947929 C6_control_A3 +LQ09X003100 Predicted protein 4.851087514 C6_control_B1 +LQ09X003100 Predicted protein 4.855998735 C6_control_B2 +LQ09X003100 Predicted protein 4.894501927 C6_control_B3 +LQ09X003100 Predicted protein 4.947301987 C6_control_C1 +LQ09X003100 Predicted protein 4.627368757 C6_control_C2 +LQ09X003100 Predicted protein 4.752512114 C6_control_C3 +LQ09X003100 Predicted protein 4.883390278 C6_chemical_A1 +LQ09X003100 Predicted protein 4.643499316 C6_chemical_A3 +LQ09X003100 Predicted protein 4.611056611 C6_chemical_B1 +LQ09X003100 Predicted protein 4.638859962 C6_chemical_B2 +LQ09X003100 Predicted protein 4.82725247 C6_chemical_B3 +LQ09X003100 Predicted protein 4.835613131 C6_chemical_C1 +LQ09X003100 Predicted protein 4.698365538 C6_chemical_C2 +LQ09X003100 Predicted protein 4.587452692 C6_chemical_C3 +LQ09X003100 Predicted protein 4.726258631 L4_control_A1 +LQ09X003100 Predicted protein 4.754396976 L4_control_A2 +LQ09X003100 Predicted protein 4.982434402 L4_control_A3 +LQ09X003100 Predicted protein 4.850377379 L4_control_B1 +LQ09X003100 Predicted protein 4.622732194 L4_control_B2 +LQ09X003100 Predicted protein 4.745588046 L4_control_B3 +LQ09X003100 Predicted protein 5.348937049 L4_control_C2 +LQ09X003100 Predicted protein 5.116426489 L4_control_C3 +LQ09X003100 Predicted protein 4.822397651 L4_chemical_A1 +LQ09X003100 Predicted protein 4.908776185 L4_chemical_A2 +LQ09X003100 Predicted protein 4.806096064 L4_chemical_A3 +LQ09X003100 Predicted protein 4.703052737 L4_chemical_B1 +LQ09X003100 Predicted protein 4.555187768 L4_chemical_B2 +LQ09X003100 Predicted protein 4.993583553 L4_chemical_B3 +LQ09X003100 Predicted protein 5.033375059 L4_chemical_C2 +LQ09X003100 Predicted protein 5.101340758 L4_chemical_C3 +LQ09X003110 Putative Chitotriosidase-1 5.138632918 C6_control_A1 +LQ09X003110 Putative Chitotriosidase-1 5.12902252 C6_control_A3 +LQ09X003110 Putative Chitotriosidase-1 5.087298012 C6_control_B1 +LQ09X003110 Putative Chitotriosidase-1 5.062578963 C6_control_B2 +LQ09X003110 Putative Chitotriosidase-1 5.308902437 C6_control_B3 +LQ09X003110 Putative Chitotriosidase-1 5.160647273 C6_control_C1 +LQ09X003110 Putative Chitotriosidase-1 6.211002506 C6_control_C2 +LQ09X003110 Putative Chitotriosidase-1 6.246734588 C6_control_C3 +LQ09X003110 Putative Chitotriosidase-1 5.12727374 C6_chemical_A1 +LQ09X003110 Putative Chitotriosidase-1 5.139583044 C6_chemical_A3 +LQ09X003110 Putative Chitotriosidase-1 5.078163488 C6_chemical_B1 +LQ09X003110 Putative Chitotriosidase-1 5.100740393 C6_chemical_B2 +LQ09X003110 Putative Chitotriosidase-1 5.766086523 C6_chemical_B3 +LQ09X003110 Putative Chitotriosidase-1 4.744312043 C6_chemical_C1 +LQ09X003110 Putative Chitotriosidase-1 5.091943473 C6_chemical_C2 +LQ09X003110 Putative Chitotriosidase-1 5.04657099 C6_chemical_C3 +LQ09X003110 Putative Chitotriosidase-1 5.533832073 L4_control_A1 +LQ09X003110 Putative Chitotriosidase-1 5.538790513 L4_control_A2 +LQ09X003110 Putative Chitotriosidase-1 5.243876389 L4_control_A3 +LQ09X003110 Putative Chitotriosidase-1 5.085396666 L4_control_B1 +LQ09X003110 Putative Chitotriosidase-1 4.703714236 L4_control_B2 +LQ09X003110 Putative Chitotriosidase-1 5.245439383 L4_control_B3 +LQ09X003110 Putative Chitotriosidase-1 5.179263114 L4_control_C2 +LQ09X003110 Putative Chitotriosidase-1 4.993401684 L4_control_C3 +LQ09X003110 Putative Chitotriosidase-1 6.571147023 L4_chemical_A1 +LQ09X003110 Putative Chitotriosidase-1 5.346719765 L4_chemical_A2 +LQ09X003110 Putative Chitotriosidase-1 5.868855632 L4_chemical_A3 +LQ09X003110 Putative Chitotriosidase-1 5.078567389 L4_chemical_B1 +LQ09X003110 Putative Chitotriosidase-1 4.999482072 L4_chemical_B2 +LQ09X003110 Putative Chitotriosidase-1 5.255424896 L4_chemical_B3 +LQ09X003110 Putative Chitotriosidase-1 5.275321335 L4_chemical_C2 +LQ09X003110 Putative Chitotriosidase-1 4.733980887 L4_chemical_C3 +LQ09X003190 Putative Acidic mammalian chitinase 5.096351932 C6_control_A1 +LQ09X003190 Putative Acidic mammalian chitinase 4.907555988 C6_control_A3 +LQ09X003190 Putative Acidic mammalian chitinase 5.349490162 C6_control_B1 +LQ09X003190 Putative Acidic mammalian chitinase 5.100949189 C6_control_B2 +LQ09X003190 Putative Acidic mammalian chitinase 5.294528278 C6_control_B3 +LQ09X003190 Putative Acidic mammalian chitinase 5.535744201 C6_control_C1 +LQ09X003190 Putative Acidic mammalian chitinase 5.71230497 C6_control_C2 +LQ09X003190 Putative Acidic mammalian chitinase 5.237987326 C6_control_C3 +LQ09X003190 Putative Acidic mammalian chitinase 5.122817565 C6_chemical_A1 +LQ09X003190 Putative Acidic mammalian chitinase 5.057408927 C6_chemical_A3 +LQ09X003190 Putative Acidic mammalian chitinase 5.488659947 C6_chemical_B1 +LQ09X003190 Putative Acidic mammalian chitinase 5.213905395 C6_chemical_B2 +LQ09X003190 Putative Acidic mammalian chitinase 5.141250535 C6_chemical_B3 +LQ09X003190 Putative Acidic mammalian chitinase 5.492660819 C6_chemical_C1 +LQ09X003190 Putative Acidic mammalian chitinase 5.093478675 C6_chemical_C2 +LQ09X003190 Putative Acidic mammalian chitinase 5.422212377 C6_chemical_C3 +LQ09X003190 Putative Acidic mammalian chitinase 4.868259662 L4_control_A1 +LQ09X003190 Putative Acidic mammalian chitinase 5.539655682 L4_control_A2 +LQ09X003190 Putative Acidic mammalian chitinase 4.926233471 L4_control_A3 +LQ09X003190 Putative Acidic mammalian chitinase 4.906945909 L4_control_B1 +LQ09X003190 Putative Acidic mammalian chitinase 5.201125366 L4_control_B2 +LQ09X003190 Putative Acidic mammalian chitinase 5.033439689 L4_control_B3 +LQ09X003190 Putative Acidic mammalian chitinase 5.268096105 L4_control_C2 +LQ09X003190 Putative Acidic mammalian chitinase 5.16403633 L4_control_C3 +LQ09X003190 Putative Acidic mammalian chitinase 4.98904775 L4_chemical_A1 +LQ09X003190 Putative Acidic mammalian chitinase 5.228644792 L4_chemical_A2 +LQ09X003190 Putative Acidic mammalian chitinase 4.872990895 L4_chemical_A3 +LQ09X003190 Putative Acidic mammalian chitinase 4.932459075 L4_chemical_B1 +LQ09X003190 Putative Acidic mammalian chitinase 5.058342194 L4_chemical_B2 +LQ09X003190 Putative Acidic mammalian chitinase 5.044959518 L4_chemical_B3 +LQ09X003190 Putative Acidic mammalian chitinase 5.446301938 L4_chemical_C2 +LQ09X003190 Putative Acidic mammalian chitinase 5.054230386 L4_chemical_C3 +LQ09X003220 60S ribosomal protein L39 5.205391495 C6_control_A1 +LQ09X003220 60S ribosomal protein L39 6.342083234 C6_control_A3 +LQ09X003220 60S ribosomal protein L39 5.618967343 C6_control_B1 +LQ09X003220 60S ribosomal protein L39 6.030362908 C6_control_B2 +LQ09X003220 60S ribosomal protein L39 5.484508142 C6_control_B3 +LQ09X003220 60S ribosomal protein L39 5.911529805 C6_control_C1 +LQ09X003220 60S ribosomal protein L39 6.054275106 C6_control_C2 +LQ09X003220 60S ribosomal protein L39 6.020470566 C6_control_C3 +LQ09X003220 60S ribosomal protein L39 5.510870242 C6_chemical_A1 +LQ09X003220 60S ribosomal protein L39 5.470554493 C6_chemical_A3 +LQ09X003220 60S ribosomal protein L39 5.868516275 C6_chemical_B1 +LQ09X003220 60S ribosomal protein L39 5.528055669 C6_chemical_B2 +LQ09X003220 60S ribosomal protein L39 5.728117792 C6_chemical_B3 +LQ09X003220 60S ribosomal protein L39 5.565706163 C6_chemical_C1 +LQ09X003220 60S ribosomal protein L39 6.417528407 C6_chemical_C2 +LQ09X003220 60S ribosomal protein L39 6.024238426 C6_chemical_C3 +LQ09X003220 60S ribosomal protein L39 5.743187394 L4_control_A1 +LQ09X003220 60S ribosomal protein L39 5.655674883 L4_control_A2 +LQ09X003220 60S ribosomal protein L39 5.860874793 L4_control_A3 +LQ09X003220 60S ribosomal protein L39 5.67644443 L4_control_B1 +LQ09X003220 60S ribosomal protein L39 5.368645184 L4_control_B2 +LQ09X003220 60S ribosomal protein L39 5.465406706 L4_control_B3 +LQ09X003220 60S ribosomal protein L39 5.986263925 L4_control_C2 +LQ09X003220 60S ribosomal protein L39 5.852974826 L4_control_C3 +LQ09X003220 60S ribosomal protein L39 5.299164385 L4_chemical_A1 +LQ09X003220 60S ribosomal protein L39 5.774951005 L4_chemical_A2 +LQ09X003220 60S ribosomal protein L39 6.308537657 L4_chemical_A3 +LQ09X003220 60S ribosomal protein L39 5.618457122 L4_chemical_B1 +LQ09X003220 60S ribosomal protein L39 5.592491345 L4_chemical_B2 +LQ09X003220 60S ribosomal protein L39 5.913043832 L4_chemical_B3 +LQ09X003220 60S ribosomal protein L39 5.837312527 L4_chemical_C2 +LQ09X003220 60S ribosomal protein L39 5.976005674 L4_chemical_C3 +LQ09X003240 Predicted protein 10.37978567 C6_control_A1 +LQ09X003240 Predicted protein 10.88385503 C6_control_A3 +LQ09X003240 Predicted protein 9.792427739 C6_control_B1 +LQ09X003240 Predicted protein 8.009260605 C6_control_B2 +LQ09X003240 Predicted protein 7.606541345 C6_control_B3 +LQ09X003240 Predicted protein 9.024307973 C6_control_C1 +LQ09X003240 Predicted protein 8.374368338 C6_control_C2 +LQ09X003240 Predicted protein 6.892378857 C6_control_C3 +LQ09X003240 Predicted protein 10.62632129 C6_chemical_A1 +LQ09X003240 Predicted protein 10.98890946 C6_chemical_A3 +LQ09X003240 Predicted protein 9.035768176 C6_chemical_B1 +LQ09X003240 Predicted protein 7.979305497 C6_chemical_B2 +LQ09X003240 Predicted protein 8.194928376 C6_chemical_B3 +LQ09X003240 Predicted protein 9.152854137 C6_chemical_C1 +LQ09X003240 Predicted protein 8.746546883 C6_chemical_C2 +LQ09X003240 Predicted protein 6.881548076 C6_chemical_C3 +LQ09X003240 Predicted protein 11.15811564 L4_control_A1 +LQ09X003240 Predicted protein 10.75861642 L4_control_A2 +LQ09X003240 Predicted protein 10.82556928 L4_control_A3 +LQ09X003240 Predicted protein 8.089297417 L4_control_B1 +LQ09X003240 Predicted protein 9.968496239 L4_control_B2 +LQ09X003240 Predicted protein 8.230513007 L4_control_B3 +LQ09X003240 Predicted protein 8.562648585 L4_control_C2 +LQ09X003240 Predicted protein 8.741026172 L4_control_C3 +LQ09X003240 Predicted protein 10.16777427 L4_chemical_A1 +LQ09X003240 Predicted protein 9.763502656 L4_chemical_A2 +LQ09X003240 Predicted protein 10.18681919 L4_chemical_A3 +LQ09X003240 Predicted protein 8.791759279 L4_chemical_B1 +LQ09X003240 Predicted protein 9.804527929 L4_chemical_B2 +LQ09X003240 Predicted protein 9.030937792 L4_chemical_B3 +LQ09X003240 Predicted protein 9.420170329 L4_chemical_C2 +LQ09X003240 Predicted protein 8.906809705 L4_chemical_C3 +LQ09X003260 DNA replication licensing factor mcm5-A 9.224001904 C6_control_A1 +LQ09X003260 DNA replication licensing factor mcm5-A 9.832360407 C6_control_A3 +LQ09X003260 DNA replication licensing factor mcm5-A 8.465153004 C6_control_B1 +LQ09X003260 DNA replication licensing factor mcm5-A 5.98777193 C6_control_B2 +LQ09X003260 DNA replication licensing factor mcm5-A 7.133407021 C6_control_B3 +LQ09X003260 DNA replication licensing factor mcm5-A 6.055773877 C6_control_C1 +LQ09X003260 DNA replication licensing factor mcm5-A 5.672605067 C6_control_C2 +LQ09X003260 DNA replication licensing factor mcm5-A 6.225121735 C6_control_C3 +LQ09X003260 DNA replication licensing factor mcm5-A 9.238061538 C6_chemical_A1 +LQ09X003260 DNA replication licensing factor mcm5-A 10.36795755 C6_chemical_A3 +LQ09X003260 DNA replication licensing factor mcm5-A 7.368025294 C6_chemical_B1 +LQ09X003260 DNA replication licensing factor mcm5-A 6.170767705 C6_chemical_B2 +LQ09X003260 DNA replication licensing factor mcm5-A 6.917715004 C6_chemical_B3 +LQ09X003260 DNA replication licensing factor mcm5-A 5.717885525 C6_chemical_C1 +LQ09X003260 DNA replication licensing factor mcm5-A 5.880135943 C6_chemical_C2 +LQ09X003260 DNA replication licensing factor mcm5-A 6.106848147 C6_chemical_C3 +LQ09X003260 DNA replication licensing factor mcm5-A 10.54177379 L4_control_A1 +LQ09X003260 DNA replication licensing factor mcm5-A 9.953566243 L4_control_A2 +LQ09X003260 DNA replication licensing factor mcm5-A 11.15006613 L4_control_A3 +LQ09X003260 DNA replication licensing factor mcm5-A 5.756463298 L4_control_B1 +LQ09X003260 DNA replication licensing factor mcm5-A 9.10273381 L4_control_B2 +LQ09X003260 DNA replication licensing factor mcm5-A 6.569353647 L4_control_B3 +LQ09X003260 DNA replication licensing factor mcm5-A 6.682956147 L4_control_C2 +LQ09X003260 DNA replication licensing factor mcm5-A 5.741637006 L4_control_C3 +LQ09X003260 DNA replication licensing factor mcm5-A 8.943569617 L4_chemical_A1 +LQ09X003260 DNA replication licensing factor mcm5-A 8.275588603 L4_chemical_A2 +LQ09X003260 DNA replication licensing factor mcm5-A 10.15439854 L4_chemical_A3 +LQ09X003260 DNA replication licensing factor mcm5-A 6.75672436 L4_chemical_B1 +LQ09X003260 DNA replication licensing factor mcm5-A 8.566304213 L4_chemical_B2 +LQ09X003260 DNA replication licensing factor mcm5-A 8.193797973 L4_chemical_B3 +LQ09X003260 DNA replication licensing factor mcm5-A 7.501346888 L4_chemical_C2 +LQ09X003260 DNA replication licensing factor mcm5-A 6.648650822 L4_chemical_C3 +LQ09X003350 Zinc finger protein, putative 6.071903118 C6_control_A1 +LQ09X003350 Zinc finger protein, putative 6.129686778 C6_control_A3 +LQ09X003350 Zinc finger protein, putative 6.519901388 C6_control_B1 +LQ09X003350 Zinc finger protein, putative 6.746330193 C6_control_B2 +LQ09X003350 Zinc finger protein, putative 6.206016354 C6_control_B3 +LQ09X003350 Zinc finger protein, putative 6.00418053 C6_control_C1 +LQ09X003350 Zinc finger protein, putative 6.313071811 C6_control_C2 +LQ09X003350 Zinc finger protein, putative 5.876828205 C6_control_C3 +LQ09X003350 Zinc finger protein, putative 6.814362509 C6_chemical_A1 +LQ09X003350 Zinc finger protein, putative 7.13388634 C6_chemical_A3 +LQ09X003350 Zinc finger protein, putative 5.513386947 C6_chemical_B1 +LQ09X003350 Zinc finger protein, putative 6.728842095 C6_chemical_B2 +LQ09X003350 Zinc finger protein, putative 6.767524694 C6_chemical_B3 +LQ09X003350 Zinc finger protein, putative 6.463369766 C6_chemical_C1 +LQ09X003350 Zinc finger protein, putative 6.864155367 C6_chemical_C2 +LQ09X003350 Zinc finger protein, putative 6.465643007 C6_chemical_C3 +LQ09X003350 Zinc finger protein, putative 5.786172048 L4_control_A1 +LQ09X003350 Zinc finger protein, putative 6.246748629 L4_control_A2 +LQ09X003350 Zinc finger protein, putative 6.747492166 L4_control_A3 +LQ09X003350 Zinc finger protein, putative 6.633456966 L4_control_B1 +LQ09X003350 Zinc finger protein, putative 7.630809565 L4_control_B2 +LQ09X003350 Zinc finger protein, putative 6.471612776 L4_control_B3 +LQ09X003350 Zinc finger protein, putative 6.989120889 L4_control_C2 +LQ09X003350 Zinc finger protein, putative 5.420624942 L4_control_C3 +LQ09X003350 Zinc finger protein, putative 6.416533186 L4_chemical_A1 +LQ09X003350 Zinc finger protein, putative 6.734026813 L4_chemical_A2 +LQ09X003350 Zinc finger protein, putative 6.138979799 L4_chemical_A3 +LQ09X003350 Zinc finger protein, putative 6.465624062 L4_chemical_B1 +LQ09X003350 Zinc finger protein, putative 6.841633009 L4_chemical_B2 +LQ09X003350 Zinc finger protein, putative 6.159443338 L4_chemical_B3 +LQ09X003350 Zinc finger protein, putative 5.726243934 L4_chemical_C2 +LQ09X003350 Zinc finger protein, putative 5.792895891 L4_chemical_C3 +LQ09X003370 Putative uncharacterized protein 5.425298596 C6_control_A1 +LQ09X003370 Putative uncharacterized protein 5.478108254 C6_control_A3 +LQ09X003370 Putative uncharacterized protein 5.408590294 C6_control_B1 +LQ09X003370 Putative uncharacterized protein 5.160638472 C6_control_B2 +LQ09X003370 Putative uncharacterized protein 5.284514091 C6_control_B3 +LQ09X003370 Putative uncharacterized protein 5.048587246 C6_control_C1 +LQ09X003370 Putative uncharacterized protein 6.246083175 C6_control_C2 +LQ09X003370 Putative uncharacterized protein 5.107594682 C6_control_C3 +LQ09X003370 Putative uncharacterized protein 5.138017278 C6_chemical_A1 +LQ09X003370 Putative uncharacterized protein 4.519162317 C6_chemical_A3 +LQ09X003370 Putative uncharacterized protein 5.137014404 C6_chemical_B1 +LQ09X003370 Putative uncharacterized protein 5.144550787 C6_chemical_B2 +LQ09X003370 Putative uncharacterized protein 5.309164636 C6_chemical_B3 +LQ09X003370 Putative uncharacterized protein 5.123353309 C6_chemical_C1 +LQ09X003370 Putative uncharacterized protein 5.123709778 C6_chemical_C2 +LQ09X003370 Putative uncharacterized protein 5.105173697 C6_chemical_C3 +LQ09X003370 Putative uncharacterized protein 5.059699867 L4_control_A1 +LQ09X003370 Putative uncharacterized protein 5.532826089 L4_control_A2 +LQ09X003370 Putative uncharacterized protein 4.973158097 L4_control_A3 +LQ09X003370 Putative uncharacterized protein 5.594645196 L4_control_B1 +LQ09X003370 Putative uncharacterized protein 5.840815755 L4_control_B2 +LQ09X003370 Putative uncharacterized protein 4.780802422 L4_control_B3 +LQ09X003370 Putative uncharacterized protein 4.991990865 L4_control_C2 +LQ09X003370 Putative uncharacterized protein 4.582148987 L4_control_C3 +LQ09X003370 Putative uncharacterized protein 4.860453432 L4_chemical_A1 +LQ09X003370 Putative uncharacterized protein 5.07259551 L4_chemical_A2 +LQ09X003370 Putative uncharacterized protein 5.246097539 L4_chemical_A3 +LQ09X003370 Putative uncharacterized protein 5.031607812 L4_chemical_B1 +LQ09X003370 Putative uncharacterized protein 5.308646643 L4_chemical_B2 +LQ09X003370 Putative uncharacterized protein 5.111162975 L4_chemical_B3 +LQ09X003370 Putative uncharacterized protein 5.111862357 L4_chemical_C2 +LQ09X003370 Putative uncharacterized protein 5.384365408 L4_chemical_C3 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.262966865 C6_control_A1 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.437691316 C6_control_A3 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.84737721 C6_control_B1 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.085391881 C6_control_B2 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.873568521 C6_control_B3 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.597382441 C6_control_C1 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.468921111 C6_control_C2 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.528412758 C6_control_C3 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.909763342 C6_chemical_A1 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.874719429 C6_chemical_A3 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.182066098 C6_chemical_B1 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.28496882 C6_chemical_B2 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.267912795 C6_chemical_B3 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.246805544 C6_chemical_C1 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.928922575 C6_chemical_C2 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.298370258 C6_chemical_C3 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.8835215 L4_control_A1 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.890750357 L4_control_A2 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.096712429 L4_control_A3 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.385864353 L4_control_B1 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.752057973 L4_control_B2 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.036939668 L4_control_B3 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.390914016 L4_control_C2 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.684095369 L4_control_C3 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.569249082 L4_chemical_A1 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.402331627 L4_chemical_A2 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.952450341 L4_chemical_A3 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.957939225 L4_chemical_B1 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.395771104 L4_chemical_B2 +LQ09X003390 Serine/threonine-protein kinase AFC3 6.050315619 L4_chemical_B3 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.191847886 L4_chemical_C2 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.832566188 L4_chemical_C3 +LQ09X003400 Truncated hemoglobin 5.981298316 C6_control_A1 +LQ09X003400 Truncated hemoglobin 6.65209166 C6_control_A3 +LQ09X003400 Truncated hemoglobin 5.895983967 C6_control_B1 +LQ09X003400 Truncated hemoglobin 5.968364912 C6_control_B2 +LQ09X003400 Truncated hemoglobin 6.10946604 C6_control_B3 +LQ09X003400 Truncated hemoglobin 5.703519464 C6_control_C1 +LQ09X003400 Truncated hemoglobin 5.976450278 C6_control_C2 +LQ09X003400 Truncated hemoglobin 5.910724661 C6_control_C3 +LQ09X003400 Truncated hemoglobin 6.612726281 C6_chemical_A1 +LQ09X003400 Truncated hemoglobin 6.096169826 C6_chemical_A3 +LQ09X003400 Truncated hemoglobin 6.220210219 C6_chemical_B1 +LQ09X003400 Truncated hemoglobin 5.851373691 C6_chemical_B2 +LQ09X003400 Truncated hemoglobin 6.16649125 C6_chemical_B3 +LQ09X003400 Truncated hemoglobin 6.056498459 C6_chemical_C1 +LQ09X003400 Truncated hemoglobin 6.019262986 C6_chemical_C2 +LQ09X003400 Truncated hemoglobin 6.044465702 C6_chemical_C3 +LQ09X003400 Truncated hemoglobin 6.045836555 L4_control_A1 +LQ09X003400 Truncated hemoglobin 6.071930057 L4_control_A2 +LQ09X003400 Truncated hemoglobin 6.471335467 L4_control_A3 +LQ09X003400 Truncated hemoglobin 5.840009317 L4_control_B1 +LQ09X003400 Truncated hemoglobin 6.317452338 L4_control_B2 +LQ09X003400 Truncated hemoglobin 5.947614106 L4_control_B3 +LQ09X003400 Truncated hemoglobin 6.137537341 L4_control_C2 +LQ09X003400 Truncated hemoglobin 5.553667156 L4_control_C3 +LQ09X003400 Truncated hemoglobin 6.161879958 L4_chemical_A1 +LQ09X003400 Truncated hemoglobin 6.560768099 L4_chemical_A2 +LQ09X003400 Truncated hemoglobin 6.529315301 L4_chemical_A3 +LQ09X003400 Truncated hemoglobin 6.180510087 L4_chemical_B1 +LQ09X003400 Truncated hemoglobin 6.317791031 L4_chemical_B2 +LQ09X003400 Truncated hemoglobin 5.823419613 L4_chemical_B3 +LQ09X003400 Truncated hemoglobin 5.801065571 L4_chemical_C2 +LQ09X003400 Truncated hemoglobin 5.428092154 L4_chemical_C3 +LQ09X003420 Putative uncharacterized protein 5.583188517 C6_control_A1 +LQ09X003420 Putative uncharacterized protein 5.888139503 C6_control_A3 +LQ09X003420 Putative uncharacterized protein 5.916592599 C6_control_B1 +LQ09X003420 Putative uncharacterized protein 5.512866567 C6_control_B2 +LQ09X003420 Putative uncharacterized protein 5.55012724 C6_control_B3 +LQ09X003420 Putative uncharacterized protein 6.31935115 C6_control_C1 +LQ09X003420 Putative uncharacterized protein 5.286182309 C6_control_C2 +LQ09X003420 Putative uncharacterized protein 5.080494761 C6_control_C3 +LQ09X003420 Putative uncharacterized protein 5.943790651 C6_chemical_A1 +LQ09X003420 Putative uncharacterized protein 5.896466984 C6_chemical_A3 +LQ09X003420 Putative uncharacterized protein 5.099248941 C6_chemical_B1 +LQ09X003420 Putative uncharacterized protein 5.431150134 C6_chemical_B2 +LQ09X003420 Putative uncharacterized protein 5.250595628 C6_chemical_B3 +LQ09X003420 Putative uncharacterized protein 5.572467648 C6_chemical_C1 +LQ09X003420 Putative uncharacterized protein 5.502171299 C6_chemical_C2 +LQ09X003420 Putative uncharacterized protein 5.298600244 C6_chemical_C3 +LQ09X003420 Putative uncharacterized protein 5.963231881 L4_control_A1 +LQ09X003420 Putative uncharacterized protein 5.601744579 L4_control_A2 +LQ09X003420 Putative uncharacterized protein 5.955268041 L4_control_A3 +LQ09X003420 Putative uncharacterized protein 5.198221319 L4_control_B1 +LQ09X003420 Putative uncharacterized protein 5.556141849 L4_control_B2 +LQ09X003420 Putative uncharacterized protein 5.438760668 L4_control_B3 +LQ09X003420 Putative uncharacterized protein 5.17141644 L4_control_C2 +LQ09X003420 Putative uncharacterized protein 5.459687174 L4_control_C3 +LQ09X003420 Putative uncharacterized protein 5.570816492 L4_chemical_A1 +LQ09X003420 Putative uncharacterized protein 5.328397081 L4_chemical_A2 +LQ09X003420 Putative uncharacterized protein 6.083855887 L4_chemical_A3 +LQ09X003420 Putative uncharacterized protein 5.436552223 L4_chemical_B1 +LQ09X003420 Putative uncharacterized protein 5.503787214 L4_chemical_B2 +LQ09X003420 Putative uncharacterized protein 5.38495748 L4_chemical_B3 +LQ09X003420 Putative uncharacterized protein 5.220651708 L4_chemical_C2 +LQ09X003420 Putative uncharacterized protein 5.161820493 L4_chemical_C3 +LQ09X003430 Putative uncharacterized protein 11.35036731 C6_control_A1 +LQ09X003430 Putative uncharacterized protein 11.17142298 C6_control_A3 +LQ09X003430 Putative uncharacterized protein 10.96639405 C6_control_B1 +LQ09X003430 Putative uncharacterized protein 10.9780234 C6_control_B2 +LQ09X003430 Putative uncharacterized protein 11.19849149 C6_control_B3 +LQ09X003430 Putative uncharacterized protein 10.97797373 C6_control_C1 +LQ09X003430 Putative uncharacterized protein 10.73337596 C6_control_C2 +LQ09X003430 Putative uncharacterized protein 11.38381059 C6_control_C3 +LQ09X003430 Putative uncharacterized protein 10.78866202 C6_chemical_A1 +LQ09X003430 Putative uncharacterized protein 10.89269756 C6_chemical_A3 +LQ09X003430 Putative uncharacterized protein 10.4713062 C6_chemical_B1 +LQ09X003430 Putative uncharacterized protein 10.37787302 C6_chemical_B2 +LQ09X003430 Putative uncharacterized protein 10.71535317 C6_chemical_B3 +LQ09X003430 Putative uncharacterized protein 10.61697219 C6_chemical_C1 +LQ09X003430 Putative uncharacterized protein 10.57849644 C6_chemical_C2 +LQ09X003430 Putative uncharacterized protein 11.1365018 C6_chemical_C3 +LQ09X003430 Putative uncharacterized protein 10.97932618 L4_control_A1 +LQ09X003430 Putative uncharacterized protein 11.54715856 L4_control_A2 +LQ09X003430 Putative uncharacterized protein 11.4780001 L4_control_A3 +LQ09X003430 Putative uncharacterized protein 10.98250721 L4_control_B1 +LQ09X003430 Putative uncharacterized protein 10.57593699 L4_control_B2 +LQ09X003430 Putative uncharacterized protein 11.00765516 L4_control_B3 +LQ09X003430 Putative uncharacterized protein 11.62714612 L4_control_C2 +LQ09X003430 Putative uncharacterized protein 11.07395646 L4_control_C3 +LQ09X003430 Putative uncharacterized protein 10.67768281 L4_chemical_A1 +LQ09X003430 Putative uncharacterized protein 11.30379241 L4_chemical_A2 +LQ09X003430 Putative uncharacterized protein 11.27505355 L4_chemical_A3 +LQ09X003430 Putative uncharacterized protein 11.04596811 L4_chemical_B1 +LQ09X003430 Putative uncharacterized protein 11.07773936 L4_chemical_B2 +LQ09X003430 Putative uncharacterized protein 11.09717211 L4_chemical_B3 +LQ09X003430 Putative uncharacterized protein 11.52310973 L4_chemical_C2 +LQ09X003430 Putative uncharacterized protein 11.35990595 L4_chemical_C3 +LQ09X003460 Dehydration-responsive protein RD22 6.228843569 C6_control_A1 +LQ09X003460 Dehydration-responsive protein RD22 6.084544638 C6_control_A3 +LQ09X003460 Dehydration-responsive protein RD22 6.037144468 C6_control_B1 +LQ09X003460 Dehydration-responsive protein RD22 5.664190549 C6_control_B2 +LQ09X003460 Dehydration-responsive protein RD22 5.749973288 C6_control_B3 +LQ09X003460 Dehydration-responsive protein RD22 5.867498432 C6_control_C1 +LQ09X003460 Dehydration-responsive protein RD22 6.345299388 C6_control_C2 +LQ09X003460 Dehydration-responsive protein RD22 5.621420847 C6_control_C3 +LQ09X003460 Dehydration-responsive protein RD22 5.693583593 C6_chemical_A1 +LQ09X003460 Dehydration-responsive protein RD22 6.584616967 C6_chemical_A3 +LQ09X003460 Dehydration-responsive protein RD22 5.54689186 C6_chemical_B1 +LQ09X003460 Dehydration-responsive protein RD22 5.720155919 C6_chemical_B2 +LQ09X003460 Dehydration-responsive protein RD22 5.714026808 C6_chemical_B3 +LQ09X003460 Dehydration-responsive protein RD22 5.80925691 C6_chemical_C1 +LQ09X003460 Dehydration-responsive protein RD22 5.420557179 C6_chemical_C2 +LQ09X003460 Dehydration-responsive protein RD22 5.754124497 C6_chemical_C3 +LQ09X003460 Dehydration-responsive protein RD22 6.336364807 L4_control_A1 +LQ09X003460 Dehydration-responsive protein RD22 5.764109428 L4_control_A2 +LQ09X003460 Dehydration-responsive protein RD22 5.699220291 L4_control_A3 +LQ09X003460 Dehydration-responsive protein RD22 4.823754057 L4_control_B1 +LQ09X003460 Dehydration-responsive protein RD22 5.665552075 L4_control_B2 +LQ09X003460 Dehydration-responsive protein RD22 5.865782537 L4_control_B3 +LQ09X003460 Dehydration-responsive protein RD22 5.372589467 L4_control_C2 +LQ09X003460 Dehydration-responsive protein RD22 5.332533782 L4_control_C3 +LQ09X003460 Dehydration-responsive protein RD22 5.891131277 L4_chemical_A1 +LQ09X003460 Dehydration-responsive protein RD22 5.616107182 L4_chemical_A2 +LQ09X003460 Dehydration-responsive protein RD22 6.225125441 L4_chemical_A3 +LQ09X003460 Dehydration-responsive protein RD22 5.478526342 L4_chemical_B1 +LQ09X003460 Dehydration-responsive protein RD22 5.746910538 L4_chemical_B2 +LQ09X003460 Dehydration-responsive protein RD22 5.407486908 L4_chemical_B3 +LQ09X003460 Dehydration-responsive protein RD22 5.335982184 L4_chemical_C2 +LQ09X003460 Dehydration-responsive protein RD22 5.520113631 L4_chemical_C3 +LQ09X003480 60S ribosomal protein L37-1 13.99734969 C6_control_A1 +LQ09X003480 60S ribosomal protein L37-1 14.58989885 C6_control_A3 +LQ09X003480 60S ribosomal protein L37-1 13.64561709 C6_control_B1 +LQ09X003480 60S ribosomal protein L37-1 13.64525166 C6_control_B2 +LQ09X003480 60S ribosomal protein L37-1 13.5708543 C6_control_B3 +LQ09X003480 60S ribosomal protein L37-1 13.13614344 C6_control_C1 +LQ09X003480 60S ribosomal protein L37-1 13.07319145 C6_control_C2 +LQ09X003480 60S ribosomal protein L37-1 13.2785042 C6_control_C3 +LQ09X003480 60S ribosomal protein L37-1 13.7403125 C6_chemical_A1 +LQ09X003480 60S ribosomal protein L37-1 13.28335534 C6_chemical_A3 +LQ09X003480 60S ribosomal protein L37-1 13.38028726 C6_chemical_B1 +LQ09X003480 60S ribosomal protein L37-1 13.21368021 C6_chemical_B2 +LQ09X003480 60S ribosomal protein L37-1 13.3795002 C6_chemical_B3 +LQ09X003480 60S ribosomal protein L37-1 13.32087909 C6_chemical_C1 +LQ09X003480 60S ribosomal protein L37-1 13.15758556 C6_chemical_C2 +LQ09X003480 60S ribosomal protein L37-1 13.23907942 C6_chemical_C3 +LQ09X003480 60S ribosomal protein L37-1 14.05068556 L4_control_A1 +LQ09X003480 60S ribosomal protein L37-1 13.49938887 L4_control_A2 +LQ09X003480 60S ribosomal protein L37-1 13.97383892 L4_control_A3 +LQ09X003480 60S ribosomal protein L37-1 13.5098536 L4_control_B1 +LQ09X003480 60S ribosomal protein L37-1 12.6931299 L4_control_B2 +LQ09X003480 60S ribosomal protein L37-1 13.07223788 L4_control_B3 +LQ09X003480 60S ribosomal protein L37-1 13.18186526 L4_control_C2 +LQ09X003480 60S ribosomal protein L37-1 13.71029656 L4_control_C3 +LQ09X003480 60S ribosomal protein L37-1 13.94630255 L4_chemical_A1 +LQ09X003480 60S ribosomal protein L37-1 13.28229522 L4_chemical_A2 +LQ09X003480 60S ribosomal protein L37-1 13.71637723 L4_chemical_A3 +LQ09X003480 60S ribosomal protein L37-1 13.8997329 L4_chemical_B1 +LQ09X003480 60S ribosomal protein L37-1 13.60603175 L4_chemical_B2 +LQ09X003480 60S ribosomal protein L37-1 13.471095 L4_chemical_B3 +LQ09X003480 60S ribosomal protein L37-1 13.32502713 L4_chemical_C2 +LQ09X003480 60S ribosomal protein L37-1 13.46337912 L4_chemical_C3 +LQ09X003510 GTP-binding protein At2g22870 11.77714931 C6_control_A1 +LQ09X003510 GTP-binding protein At2g22870 11.84125949 C6_control_A3 +LQ09X003510 GTP-binding protein At2g22870 12.13469011 C6_control_B1 +LQ09X003510 GTP-binding protein At2g22870 12.41775502 C6_control_B2 +LQ09X003510 GTP-binding protein At2g22870 12.2764917 C6_control_B3 +LQ09X003510 GTP-binding protein At2g22870 11.48979268 C6_control_C1 +LQ09X003510 GTP-binding protein At2g22870 12.87663678 C6_control_C2 +LQ09X003510 GTP-binding protein At2g22870 12.5682197 C6_control_C3 +LQ09X003510 GTP-binding protein At2g22870 11.29016957 C6_chemical_A1 +LQ09X003510 GTP-binding protein At2g22870 11.82832819 C6_chemical_A3 +LQ09X003510 GTP-binding protein At2g22870 12.20686263 C6_chemical_B1 +LQ09X003510 GTP-binding protein At2g22870 12.49362168 C6_chemical_B2 +LQ09X003510 GTP-binding protein At2g22870 11.98420476 C6_chemical_B3 +LQ09X003510 GTP-binding protein At2g22870 11.14291917 C6_chemical_C1 +LQ09X003510 GTP-binding protein At2g22870 12.72038255 C6_chemical_C2 +LQ09X003510 GTP-binding protein At2g22870 12.52897053 C6_chemical_C3 +LQ09X003510 GTP-binding protein At2g22870 11.42690909 L4_control_A1 +LQ09X003510 GTP-binding protein At2g22870 12.15273922 L4_control_A2 +LQ09X003510 GTP-binding protein At2g22870 11.91137812 L4_control_A3 +LQ09X003510 GTP-binding protein At2g22870 12.24736788 L4_control_B1 +LQ09X003510 GTP-binding protein At2g22870 12.2859878 L4_control_B2 +LQ09X003510 GTP-binding protein At2g22870 12.78401777 L4_control_B3 +LQ09X003510 GTP-binding protein At2g22870 12.5511769 L4_control_C2 +LQ09X003510 GTP-binding protein At2g22870 12.88002487 L4_control_C3 +LQ09X003510 GTP-binding protein At2g22870 10.89666055 L4_chemical_A1 +LQ09X003510 GTP-binding protein At2g22870 11.77236088 L4_chemical_A2 +LQ09X003510 GTP-binding protein At2g22870 11.43959443 L4_chemical_A3 +LQ09X003510 GTP-binding protein At2g22870 11.65653082 L4_chemical_B1 +LQ09X003510 GTP-binding protein At2g22870 11.95070751 L4_chemical_B2 +LQ09X003510 GTP-binding protein At2g22870 12.19912938 L4_chemical_B3 +LQ09X003510 GTP-binding protein At2g22870 12.3288051 L4_chemical_C2 +LQ09X003510 GTP-binding protein At2g22870 12.68849435 L4_chemical_C3 +LQ09X003520 Predicted protein 5.39547035 C6_control_A1 +LQ09X003520 Predicted protein 5.828483816 C6_control_A3 +LQ09X003520 Predicted protein 5.40470375 C6_control_B1 +LQ09X003520 Predicted protein 5.251646876 C6_control_B2 +LQ09X003520 Predicted protein 4.963398918 C6_control_B3 +LQ09X003520 Predicted protein 5.226034672 C6_control_C1 +LQ09X003520 Predicted protein 5.997207701 C6_control_C2 +LQ09X003520 Predicted protein 5.175241037 C6_control_C3 +LQ09X003520 Predicted protein 5.269102667 C6_chemical_A1 +LQ09X003520 Predicted protein 5.460217297 C6_chemical_A3 +LQ09X003520 Predicted protein 4.829122016 C6_chemical_B1 +LQ09X003520 Predicted protein 5.282895337 C6_chemical_B2 +LQ09X003520 Predicted protein 5.076929041 C6_chemical_B3 +LQ09X003520 Predicted protein 5.546903772 C6_chemical_C1 +LQ09X003520 Predicted protein 5.29766873 C6_chemical_C2 +LQ09X003520 Predicted protein 5.258217293 C6_chemical_C3 +LQ09X003520 Predicted protein 5.164599595 L4_control_A1 +LQ09X003520 Predicted protein 5.350299787 L4_control_A2 +LQ09X003520 Predicted protein 5.483521619 L4_control_A3 +LQ09X003520 Predicted protein 5.705440136 L4_control_B1 +LQ09X003520 Predicted protein 5.148651793 L4_control_B2 +LQ09X003520 Predicted protein 5.213058039 L4_control_B3 +LQ09X003520 Predicted protein 5.126247218 L4_control_C2 +LQ09X003520 Predicted protein 5.078339398 L4_control_C3 +LQ09X003520 Predicted protein 5.451418472 L4_chemical_A1 +LQ09X003520 Predicted protein 5.307642276 L4_chemical_A2 +LQ09X003520 Predicted protein 5.588336272 L4_chemical_A3 +LQ09X003520 Predicted protein 5.419925704 L4_chemical_B1 +LQ09X003520 Predicted protein 5.061320145 L4_chemical_B2 +LQ09X003520 Predicted protein 5.259670474 L4_chemical_B3 +LQ09X003520 Predicted protein 5.684933169 L4_chemical_C2 +LQ09X003520 Predicted protein 6.153891972 L4_chemical_C3 +LQ09X003530 Hypothetical protein 11.08991886 C6_control_A1 +LQ09X003530 Hypothetical protein 10.3903791 C6_control_A3 +LQ09X003530 Hypothetical protein 11.13932257 C6_control_B1 +LQ09X003530 Hypothetical protein 10.64485858 C6_control_B2 +LQ09X003530 Hypothetical protein 10.70767608 C6_control_B3 +LQ09X003530 Hypothetical protein 7.91863505 C6_control_C1 +LQ09X003530 Hypothetical protein 7.828118526 C6_control_C2 +LQ09X003530 Hypothetical protein 6.84519447 C6_control_C3 +LQ09X003530 Hypothetical protein 10.47416541 C6_chemical_A1 +LQ09X003530 Hypothetical protein 10.6193649 C6_chemical_A3 +LQ09X003530 Hypothetical protein 11.00381159 C6_chemical_B1 +LQ09X003530 Hypothetical protein 10.51037645 C6_chemical_B2 +LQ09X003530 Hypothetical protein 10.21377997 C6_chemical_B3 +LQ09X003530 Hypothetical protein 7.828154543 C6_chemical_C1 +LQ09X003530 Hypothetical protein 6.636163298 C6_chemical_C2 +LQ09X003530 Hypothetical protein 6.589309022 C6_chemical_C3 +LQ09X003530 Hypothetical protein 10.06335538 L4_control_A1 +LQ09X003530 Hypothetical protein 10.77645724 L4_control_A2 +LQ09X003530 Hypothetical protein 9.335890964 L4_control_A3 +LQ09X003530 Hypothetical protein 10.42655544 L4_control_B1 +LQ09X003530 Hypothetical protein 10.92853288 L4_control_B2 +LQ09X003530 Hypothetical protein 9.595712476 L4_control_B3 +LQ09X003530 Hypothetical protein 6.722805908 L4_control_C2 +LQ09X003530 Hypothetical protein 7.134283697 L4_control_C3 +LQ09X003530 Hypothetical protein 9.094911969 L4_chemical_A1 +LQ09X003530 Hypothetical protein 9.91457114 L4_chemical_A2 +LQ09X003530 Hypothetical protein 9.192178453 L4_chemical_A3 +LQ09X003530 Hypothetical protein 10.39741249 L4_chemical_B1 +LQ09X003530 Hypothetical protein 10.58273385 L4_chemical_B2 +LQ09X003530 Hypothetical protein 10.10994608 L4_chemical_B3 +LQ09X003530 Hypothetical protein 5.762981625 L4_chemical_C2 +LQ09X003530 Hypothetical protein 6.494014183 L4_chemical_C3 +LQ09X003540 Putative PXMP2/4 family protein 2 11.06306723 C6_control_A1 +LQ09X003540 Putative PXMP2/4 family protein 2 11.31607795 C6_control_A3 +LQ09X003540 Putative PXMP2/4 family protein 2 11.0292312 C6_control_B1 +LQ09X003540 Putative PXMP2/4 family protein 2 10.81392349 C6_control_B2 +LQ09X003540 Putative PXMP2/4 family protein 2 10.50613662 C6_control_B3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.75026122 C6_control_C1 +LQ09X003540 Putative PXMP2/4 family protein 2 10.88414105 C6_control_C2 +LQ09X003540 Putative PXMP2/4 family protein 2 10.2859966 C6_control_C3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.98813428 C6_chemical_A1 +LQ09X003540 Putative PXMP2/4 family protein 2 11.08916491 C6_chemical_A3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.83500866 C6_chemical_B1 +LQ09X003540 Putative PXMP2/4 family protein 2 10.88580079 C6_chemical_B2 +LQ09X003540 Putative PXMP2/4 family protein 2 10.22957999 C6_chemical_B3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.75341898 C6_chemical_C1 +LQ09X003540 Putative PXMP2/4 family protein 2 11.08714092 C6_chemical_C2 +LQ09X003540 Putative PXMP2/4 family protein 2 10.00441192 C6_chemical_C3 +LQ09X003540 Putative PXMP2/4 family protein 2 11.04785873 L4_control_A1 +LQ09X003540 Putative PXMP2/4 family protein 2 10.81940673 L4_control_A2 +LQ09X003540 Putative PXMP2/4 family protein 2 11.43816106 L4_control_A3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.36843013 L4_control_B1 +LQ09X003540 Putative PXMP2/4 family protein 2 10.69332909 L4_control_B2 +LQ09X003540 Putative PXMP2/4 family protein 2 10.12497607 L4_control_B3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.64304403 L4_control_C2 +LQ09X003540 Putative PXMP2/4 family protein 2 9.919010736 L4_control_C3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.96590639 L4_chemical_A1 +LQ09X003540 Putative PXMP2/4 family protein 2 10.93508247 L4_chemical_A2 +LQ09X003540 Putative PXMP2/4 family protein 2 11.40916813 L4_chemical_A3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.73932677 L4_chemical_B1 +LQ09X003540 Putative PXMP2/4 family protein 2 10.82036933 L4_chemical_B2 +LQ09X003540 Putative PXMP2/4 family protein 2 10.26302362 L4_chemical_B3 +LQ09X003540 Putative PXMP2/4 family protein 2 10.37335894 L4_chemical_C2 +LQ09X003540 Putative PXMP2/4 family protein 2 10.35671501 L4_chemical_C3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.75998691 C6_control_A1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 10.94450914 C6_control_A3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.0736715 C6_control_B1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.59920324 C6_control_B2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.28116078 C6_control_B3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.99457203 C6_control_C1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.85598454 C6_control_C2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.85520866 C6_control_C3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.68762799 C6_chemical_A1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.02455267 C6_chemical_A3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.3259398 C6_chemical_B1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.39159316 C6_chemical_B2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.86043337 C6_chemical_B3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 13.03209939 C6_chemical_C1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.91494507 C6_chemical_C2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.76105215 C6_chemical_C3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.29170215 L4_control_A1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.83234132 L4_control_A2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.65088484 L4_control_A3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.17555614 L4_control_B1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.90349246 L4_control_B2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.63586405 L4_control_B3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.07054729 L4_control_C2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.54182523 L4_control_C3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.89802521 L4_chemical_A1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.28611974 L4_chemical_A2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.76773342 L4_chemical_A3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.6763852 L4_chemical_B1 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.54297066 L4_chemical_B2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.09529753 L4_chemical_B3 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 12.18062685 L4_chemical_C2 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.98794028 L4_chemical_C3 +LQ09X003570 Hypothetical protein 5.205833275 C6_control_A1 +LQ09X003570 Hypothetical protein 5.263627203 C6_control_A3 +LQ09X003570 Hypothetical protein 5.282243504 C6_control_B1 +LQ09X003570 Hypothetical protein 5.357797377 C6_control_B2 +LQ09X003570 Hypothetical protein 5.2414781 C6_control_B3 +LQ09X003570 Hypothetical protein 5.103070163 C6_control_C1 +LQ09X003570 Hypothetical protein 5.254699558 C6_control_C2 +LQ09X003570 Hypothetical protein 5.585515835 C6_control_C3 +LQ09X003570 Hypothetical protein 5.247184614 C6_chemical_A1 +LQ09X003570 Hypothetical protein 5.264784713 C6_chemical_A3 +LQ09X003570 Hypothetical protein 5.023773522 C6_chemical_B1 +LQ09X003570 Hypothetical protein 5.144922574 C6_chemical_B2 +LQ09X003570 Hypothetical protein 5.318026883 C6_chemical_B3 +LQ09X003570 Hypothetical protein 5.256020641 C6_chemical_C1 +LQ09X003570 Hypothetical protein 5.486212294 C6_chemical_C2 +LQ09X003570 Hypothetical protein 5.340323865 C6_chemical_C3 +LQ09X003570 Hypothetical protein 5.049184716 L4_control_A1 +LQ09X003570 Hypothetical protein 5.776640829 L4_control_A2 +LQ09X003570 Hypothetical protein 5.118551248 L4_control_A3 +LQ09X003570 Hypothetical protein 5.249605729 L4_control_B1 +LQ09X003570 Hypothetical protein 5.309660738 L4_control_B2 +LQ09X003570 Hypothetical protein 5.286268559 L4_control_B3 +LQ09X003570 Hypothetical protein 5.50843102 L4_control_C2 +LQ09X003570 Hypothetical protein 5.52436 L4_control_C3 +LQ09X003570 Hypothetical protein 5.1727542 L4_chemical_A1 +LQ09X003570 Hypothetical protein 5.558276637 L4_chemical_A2 +LQ09X003570 Hypothetical protein 5.121735684 L4_chemical_A3 +LQ09X003570 Hypothetical protein 5.108153905 L4_chemical_B1 +LQ09X003570 Hypothetical protein 5.413647164 L4_chemical_B2 +LQ09X003570 Hypothetical protein 5.354549677 L4_chemical_B3 +LQ09X003570 Hypothetical protein 4.836409415 L4_chemical_C2 +LQ09X003570 Hypothetical protein 5.200604771 L4_chemical_C3 +LQ09X003580 Predicted protein 7.858844169 C6_control_A1 +LQ09X003580 Predicted protein 7.79853631 C6_control_A3 +LQ09X003580 Predicted protein 7.53221379 C6_control_B1 +LQ09X003580 Predicted protein 8.872831144 C6_control_B2 +LQ09X003580 Predicted protein 8.336327738 C6_control_B3 +LQ09X003580 Predicted protein 8.558240251 C6_control_C1 +LQ09X003580 Predicted protein 8.14707645 C6_control_C2 +LQ09X003580 Predicted protein 7.993155124 C6_control_C3 +LQ09X003580 Predicted protein 7.81319148 C6_chemical_A1 +LQ09X003580 Predicted protein 8.44170454 C6_chemical_A3 +LQ09X003580 Predicted protein 7.315894332 C6_chemical_B1 +LQ09X003580 Predicted protein 8.898486203 C6_chemical_B2 +LQ09X003580 Predicted protein 8.395708856 C6_chemical_B3 +LQ09X003580 Predicted protein 8.645668026 C6_chemical_C1 +LQ09X003580 Predicted protein 8.407749671 C6_chemical_C2 +LQ09X003580 Predicted protein 8.84649873 C6_chemical_C3 +LQ09X003580 Predicted protein 9.053578125 L4_control_A1 +LQ09X003580 Predicted protein 9.593985626 L4_control_A2 +LQ09X003580 Predicted protein 8.679274481 L4_control_A3 +LQ09X003580 Predicted protein 8.880542432 L4_control_B1 +LQ09X003580 Predicted protein 8.781754312 L4_control_B2 +LQ09X003580 Predicted protein 10.61123919 L4_control_B3 +LQ09X003580 Predicted protein 7.493600936 L4_control_C2 +LQ09X003580 Predicted protein 8.606883054 L4_control_C3 +LQ09X003580 Predicted protein 9.183727907 L4_chemical_A1 +LQ09X003580 Predicted protein 8.728373854 L4_chemical_A2 +LQ09X003580 Predicted protein 8.482305633 L4_chemical_A3 +LQ09X003580 Predicted protein 8.463852393 L4_chemical_B1 +LQ09X003580 Predicted protein 8.147290346 L4_chemical_B2 +LQ09X003580 Predicted protein 9.550304289 L4_chemical_B3 +LQ09X003580 Predicted protein 7.525050268 L4_chemical_C2 +LQ09X003580 Predicted protein 8.164001907 L4_chemical_C3 +LQ09X003600 Coiled-coil domain-containing protein 25 6.107238959 C6_control_A1 +LQ09X003600 Coiled-coil domain-containing protein 25 6.40666073 C6_control_A3 +LQ09X003600 Coiled-coil domain-containing protein 25 5.736835357 C6_control_B1 +LQ09X003600 Coiled-coil domain-containing protein 25 5.749688703 C6_control_B2 +LQ09X003600 Coiled-coil domain-containing protein 25 5.550931368 C6_control_B3 +LQ09X003600 Coiled-coil domain-containing protein 25 6.019238011 C6_control_C1 +LQ09X003600 Coiled-coil domain-containing protein 25 5.904579414 C6_control_C2 +LQ09X003600 Coiled-coil domain-containing protein 25 5.972987952 C6_control_C3 +LQ09X003600 Coiled-coil domain-containing protein 25 6.520721688 C6_chemical_A1 +LQ09X003600 Coiled-coil domain-containing protein 25 7.036504938 C6_chemical_A3 +LQ09X003600 Coiled-coil domain-containing protein 25 6.56008847 C6_chemical_B1 +LQ09X003600 Coiled-coil domain-containing protein 25 6.477936291 C6_chemical_B2 +LQ09X003600 Coiled-coil domain-containing protein 25 6.754642137 C6_chemical_B3 +LQ09X003600 Coiled-coil domain-containing protein 25 6.510045242 C6_chemical_C1 +LQ09X003600 Coiled-coil domain-containing protein 25 6.778054751 C6_chemical_C2 +LQ09X003600 Coiled-coil domain-containing protein 25 6.894037144 C6_chemical_C3 +LQ09X003600 Coiled-coil domain-containing protein 25 6.777175392 L4_control_A1 +LQ09X003600 Coiled-coil domain-containing protein 25 5.991505812 L4_control_A2 +LQ09X003600 Coiled-coil domain-containing protein 25 6.732395759 L4_control_A3 +LQ09X003600 Coiled-coil domain-containing protein 25 6.649165652 L4_control_B1 +LQ09X003600 Coiled-coil domain-containing protein 25 5.756990578 L4_control_B2 +LQ09X003600 Coiled-coil domain-containing protein 25 6.795142577 L4_control_B3 +LQ09X003600 Coiled-coil domain-containing protein 25 5.608718578 L4_control_C2 +LQ09X003600 Coiled-coil domain-containing protein 25 6.184075482 L4_control_C3 +LQ09X003600 Coiled-coil domain-containing protein 25 6.863640949 L4_chemical_A1 +LQ09X003600 Coiled-coil domain-containing protein 25 5.480820182 L4_chemical_A2 +LQ09X003600 Coiled-coil domain-containing protein 25 6.264781526 L4_chemical_A3 +LQ09X003600 Coiled-coil domain-containing protein 25 5.990690218 L4_chemical_B1 +LQ09X003600 Coiled-coil domain-containing protein 25 6.056839178 L4_chemical_B2 +LQ09X003600 Coiled-coil domain-containing protein 25 6.512797335 L4_chemical_B3 +LQ09X003600 Coiled-coil domain-containing protein 25 5.928783871 L4_chemical_C2 +LQ09X003600 Coiled-coil domain-containing protein 25 6.199468307 L4_chemical_C3 +LQ09X003610 Putative uncharacterized protein 7.791411068 C6_control_A1 +LQ09X003610 Putative uncharacterized protein 7.404615869 C6_control_A3 +LQ09X003610 Putative uncharacterized protein 6.228731705 C6_control_B1 +LQ09X003610 Putative uncharacterized protein 7.414680283 C6_control_B2 +LQ09X003610 Putative uncharacterized protein 7.21890832 C6_control_B3 +LQ09X003610 Putative uncharacterized protein 8.209977079 C6_control_C1 +LQ09X003610 Putative uncharacterized protein 7.691017458 C6_control_C2 +LQ09X003610 Putative uncharacterized protein 7.611019136 C6_control_C3 +LQ09X003610 Putative uncharacterized protein 7.800810606 C6_chemical_A1 +LQ09X003610 Putative uncharacterized protein 7.986495223 C6_chemical_A3 +LQ09X003610 Putative uncharacterized protein 6.547503785 C6_chemical_B1 +LQ09X003610 Putative uncharacterized protein 7.62048602 C6_chemical_B2 +LQ09X003610 Putative uncharacterized protein 7.487156855 C6_chemical_B3 +LQ09X003610 Putative uncharacterized protein 7.941567265 C6_chemical_C1 +LQ09X003610 Putative uncharacterized protein 8.404157585 C6_chemical_C2 +LQ09X003610 Putative uncharacterized protein 7.631652414 C6_chemical_C3 +LQ09X003610 Putative uncharacterized protein 7.158755686 L4_control_A1 +LQ09X003610 Putative uncharacterized protein 7.041418931 L4_control_A2 +LQ09X003610 Putative uncharacterized protein 7.988593035 L4_control_A3 +LQ09X003610 Putative uncharacterized protein 5.389080264 L4_control_B1 +LQ09X003610 Putative uncharacterized protein 5.971843822 L4_control_B2 +LQ09X003610 Putative uncharacterized protein 6.169147721 L4_control_B3 +LQ09X003610 Putative uncharacterized protein 5.084845686 L4_control_C2 +LQ09X003610 Putative uncharacterized protein 6.256418208 L4_control_C3 +LQ09X003610 Putative uncharacterized protein 6.943771061 L4_chemical_A1 +LQ09X003610 Putative uncharacterized protein 6.559650449 L4_chemical_A2 +LQ09X003610 Putative uncharacterized protein 6.513819191 L4_chemical_A3 +LQ09X003610 Putative uncharacterized protein 6.054598672 L4_chemical_B1 +LQ09X003610 Putative uncharacterized protein 5.562343237 L4_chemical_B2 +LQ09X003610 Putative uncharacterized protein 6.088579693 L4_chemical_B3 +LQ09X003610 Putative uncharacterized protein 4.954587124 L4_chemical_C2 +LQ09X003610 Putative uncharacterized protein 5.319621802 L4_chemical_C3 +LQ09X003630 Myb-related protein 3R-1 5.477834272 C6_control_A1 +LQ09X003630 Myb-related protein 3R-1 6.012581735 C6_control_A3 +LQ09X003630 Myb-related protein 3R-1 5.805095686 C6_control_B1 +LQ09X003630 Myb-related protein 3R-1 5.415995842 C6_control_B2 +LQ09X003630 Myb-related protein 3R-1 5.105013638 C6_control_B3 +LQ09X003630 Myb-related protein 3R-1 5.461520172 C6_control_C1 +LQ09X003630 Myb-related protein 3R-1 5.459018759 C6_control_C2 +LQ09X003630 Myb-related protein 3R-1 5.225714966 C6_control_C3 +LQ09X003630 Myb-related protein 3R-1 5.520812509 C6_chemical_A1 +LQ09X003630 Myb-related protein 3R-1 5.622003244 C6_chemical_A3 +LQ09X003630 Myb-related protein 3R-1 5.837732958 C6_chemical_B1 +LQ09X003630 Myb-related protein 3R-1 5.572840117 C6_chemical_B2 +LQ09X003630 Myb-related protein 3R-1 5.247911541 C6_chemical_B3 +LQ09X003630 Myb-related protein 3R-1 5.833911368 C6_chemical_C1 +LQ09X003630 Myb-related protein 3R-1 5.494434512 C6_chemical_C2 +LQ09X003630 Myb-related protein 3R-1 5.442994147 C6_chemical_C3 +LQ09X003630 Myb-related protein 3R-1 5.561640464 L4_control_A1 +LQ09X003630 Myb-related protein 3R-1 5.582392925 L4_control_A2 +LQ09X003630 Myb-related protein 3R-1 6.094927928 L4_control_A3 +LQ09X003630 Myb-related protein 3R-1 5.192064977 L4_control_B1 +LQ09X003630 Myb-related protein 3R-1 5.13956227 L4_control_B2 +LQ09X003630 Myb-related protein 3R-1 5.283913348 L4_control_B3 +LQ09X003630 Myb-related protein 3R-1 5.24902356 L4_control_C2 +LQ09X003630 Myb-related protein 3R-1 5.514198167 L4_control_C3 +LQ09X003630 Myb-related protein 3R-1 5.742057165 L4_chemical_A1 +LQ09X003630 Myb-related protein 3R-1 5.90322075 L4_chemical_A2 +LQ09X003630 Myb-related protein 3R-1 6.552753101 L4_chemical_A3 +LQ09X003630 Myb-related protein 3R-1 5.689845946 L4_chemical_B1 +LQ09X003630 Myb-related protein 3R-1 5.473263162 L4_chemical_B2 +LQ09X003630 Myb-related protein 3R-1 5.62950688 L4_chemical_B3 +LQ09X003630 Myb-related protein 3R-1 5.025008295 L4_chemical_C2 +LQ09X003630 Myb-related protein 3R-1 5.591569328 L4_chemical_C3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.54502155 C6_control_A1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.88020122 C6_control_A3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.705471619 C6_control_B1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.420257524 C6_control_B2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.582955716 C6_control_B3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.322360417 C6_control_C1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.376311288 C6_control_C2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.4258135 C6_control_C3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.539658893 C6_chemical_A1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.346371421 C6_chemical_A3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.29312938 C6_chemical_B1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.643754503 C6_chemical_B2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.505796404 C6_chemical_B3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.316384336 C6_chemical_C1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.562264458 C6_chemical_C2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.169131154 C6_chemical_C3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.738162001 L4_control_A1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 6.287870086 L4_control_A2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.719952957 L4_control_A3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.742903194 L4_control_B1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 6.258100937 L4_control_B2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.474461738 L4_control_B3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.733919515 L4_control_C2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.536803885 L4_control_C3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.815454369 L4_chemical_A1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 6.340494849 L4_chemical_A2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 6.251514695 L4_chemical_A3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.526657975 L4_chemical_B1 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.910583367 L4_chemical_B2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.537092437 L4_chemical_B3 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.642074741 L4_chemical_C2 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.377183148 L4_chemical_C3 +LQ09X003660 Putative Predicted protein 11.19688853 C6_control_A1 +LQ09X003660 Putative Predicted protein 10.96582696 C6_control_A3 +LQ09X003660 Putative Predicted protein 10.68990638 C6_control_B1 +LQ09X003660 Putative Predicted protein 9.198483898 C6_control_B2 +LQ09X003660 Putative Predicted protein 9.396983228 C6_control_B3 +LQ09X003660 Putative Predicted protein 8.87412499 C6_control_C1 +LQ09X003660 Putative Predicted protein 8.832945718 C6_control_C2 +LQ09X003660 Putative Predicted protein 8.915489652 C6_control_C3 +LQ09X003660 Putative Predicted protein 11.6743992 C6_chemical_A1 +LQ09X003660 Putative Predicted protein 11.03664149 C6_chemical_A3 +LQ09X003660 Putative Predicted protein 10.64961783 C6_chemical_B1 +LQ09X003660 Putative Predicted protein 9.108985147 C6_chemical_B2 +LQ09X003660 Putative Predicted protein 9.436595127 C6_chemical_B3 +LQ09X003660 Putative Predicted protein 9.347456686 C6_chemical_C1 +LQ09X003660 Putative Predicted protein 8.824210045 C6_chemical_C2 +LQ09X003660 Putative Predicted protein 8.771924038 C6_chemical_C3 +LQ09X003660 Putative Predicted protein 11.62156419 L4_control_A1 +LQ09X003660 Putative Predicted protein 10.35698101 L4_control_A2 +LQ09X003660 Putative Predicted protein 10.29196236 L4_control_A3 +LQ09X003660 Putative Predicted protein 9.399205504 L4_control_B1 +LQ09X003660 Putative Predicted protein 9.793802373 L4_control_B2 +LQ09X003660 Putative Predicted protein 8.003044244 L4_control_B3 +LQ09X003660 Putative Predicted protein 9.105061142 L4_control_C2 +LQ09X003660 Putative Predicted protein 7.781469398 L4_control_C3 +LQ09X003660 Putative Predicted protein 11.08725797 L4_chemical_A1 +LQ09X003660 Putative Predicted protein 10.05854596 L4_chemical_A2 +LQ09X003660 Putative Predicted protein 10.9406674 L4_chemical_A3 +LQ09X003660 Putative Predicted protein 10.04956618 L4_chemical_B1 +LQ09X003660 Putative Predicted protein 9.957093086 L4_chemical_B2 +LQ09X003660 Putative Predicted protein 9.588578612 L4_chemical_B3 +LQ09X003660 Putative Predicted protein 9.089500138 L4_chemical_C2 +LQ09X003660 Putative Predicted protein 8.663785135 L4_chemical_C3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 6.311002197 C6_control_A1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 7.126892473 C6_control_A3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 6.081067012 C6_control_B1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.706203071 C6_control_B2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.522788686 C6_control_B3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.749795282 C6_control_C1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 7.103991746 C6_control_C2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.228837677 C6_control_C3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.547324439 C6_chemical_A1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.958919023 C6_chemical_A3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.719688722 C6_chemical_B1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.758419592 C6_chemical_B2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.557971235 C6_chemical_B3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.558368354 C6_chemical_C1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.817371619 C6_chemical_C2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.533357576 C6_chemical_C3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.899749419 L4_control_A1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.783384286 L4_control_A2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 6.309880772 L4_control_A3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 6.167929835 L4_control_B1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.651736963 L4_control_B2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.059607389 L4_control_B3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.103884705 L4_control_C2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.493234562 L4_control_C3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.667595387 L4_chemical_A1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 6.104767842 L4_chemical_A2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 6.27039458 L4_chemical_A3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 6.288660334 L4_chemical_B1 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.508309516 L4_chemical_B2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.555491085 L4_chemical_B3 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.790458389 L4_chemical_C2 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 6.390718562 L4_chemical_C3 +LQ09X003680 Predicted protein 9.80987685 C6_control_A1 +LQ09X003680 Predicted protein 9.409370676 C6_control_A3 +LQ09X003680 Predicted protein 9.731932245 C6_control_B1 +LQ09X003680 Predicted protein 9.801872698 C6_control_B2 +LQ09X003680 Predicted protein 9.650607549 C6_control_B3 +LQ09X003680 Predicted protein 10.11902137 C6_control_C1 +LQ09X003680 Predicted protein 9.84788988 C6_control_C2 +LQ09X003680 Predicted protein 9.764763896 C6_control_C3 +LQ09X003680 Predicted protein 9.731308664 C6_chemical_A1 +LQ09X003680 Predicted protein 9.96795 C6_chemical_A3 +LQ09X003680 Predicted protein 9.732758242 C6_chemical_B1 +LQ09X003680 Predicted protein 9.931448655 C6_chemical_B2 +LQ09X003680 Predicted protein 9.446299692 C6_chemical_B3 +LQ09X003680 Predicted protein 9.966202179 C6_chemical_C1 +LQ09X003680 Predicted protein 9.873761337 C6_chemical_C2 +LQ09X003680 Predicted protein 10.08614899 C6_chemical_C3 +LQ09X003680 Predicted protein 10.43997322 L4_control_A1 +LQ09X003680 Predicted protein 10.34565526 L4_control_A2 +LQ09X003680 Predicted protein 10.72927428 L4_control_A3 +LQ09X003680 Predicted protein 10.21675377 L4_control_B1 +LQ09X003680 Predicted protein 9.896860558 L4_control_B2 +LQ09X003680 Predicted protein 10.41972222 L4_control_B3 +LQ09X003680 Predicted protein 9.749655128 L4_control_C2 +LQ09X003680 Predicted protein 10.50724725 L4_control_C3 +LQ09X003680 Predicted protein 10.07947179 L4_chemical_A1 +LQ09X003680 Predicted protein 10.32364137 L4_chemical_A2 +LQ09X003680 Predicted protein 10.59857535 L4_chemical_A3 +LQ09X003680 Predicted protein 10.16814318 L4_chemical_B1 +LQ09X003680 Predicted protein 9.759086028 L4_chemical_B2 +LQ09X003680 Predicted protein 10.53865004 L4_chemical_B3 +LQ09X003680 Predicted protein 10.09757537 L4_chemical_C2 +LQ09X003680 Predicted protein 10.54184387 L4_chemical_C3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 11.42962411 C6_control_A1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 11.04064502 C6_control_A3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.97944093 C6_control_B1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.11436905 C6_control_B2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.84526512 C6_control_B3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.41574933 C6_control_C1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.990780684 C6_control_C2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.722669808 C6_control_C3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 11.22248621 C6_chemical_A1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.68872673 C6_chemical_A3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.5822225 C6_chemical_B1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.992282413 C6_chemical_B2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.04763883 C6_chemical_B3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.26512159 C6_chemical_C1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.30496828 C6_chemical_C2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.345618892 C6_chemical_C3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.1081282 L4_control_A1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.65820286 L4_control_A2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.463690469 L4_control_A3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.527266285 L4_control_B1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 10.2425009 L4_control_B2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 8.510342628 L4_control_B3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.493242102 L4_control_C2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 7.71461193 L4_control_C3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.177374882 L4_chemical_A1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.584357158 L4_chemical_A2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 8.956688917 L4_chemical_A3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.799609382 L4_chemical_B1 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.390409527 L4_chemical_B2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 9.86967324 L4_chemical_B3 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 7.761048828 L4_chemical_C2 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 7.755099538 L4_chemical_C3 +LQ09X003710 Uncharacterized protein At1g55205.2 12.25059766 C6_control_A1 +LQ09X003710 Uncharacterized protein At1g55205.2 12.73327718 C6_control_A3 +LQ09X003710 Uncharacterized protein At1g55205.2 11.55803103 C6_control_B1 +LQ09X003710 Uncharacterized protein At1g55205.2 11.85260136 C6_control_B2 +LQ09X003710 Uncharacterized protein At1g55205.2 11.23975226 C6_control_B3 +LQ09X003710 Uncharacterized protein At1g55205.2 11.32006644 C6_control_C1 +LQ09X003710 Uncharacterized protein At1g55205.2 11.56828439 C6_control_C2 +LQ09X003710 Uncharacterized protein At1g55205.2 11.60104241 C6_control_C3 +LQ09X003710 Uncharacterized protein At1g55205.2 11.82908757 C6_chemical_A1 +LQ09X003710 Uncharacterized protein At1g55205.2 11.60981943 C6_chemical_A3 +LQ09X003710 Uncharacterized protein At1g55205.2 11.03920622 C6_chemical_B1 +LQ09X003710 Uncharacterized protein At1g55205.2 11.33192571 C6_chemical_B2 +LQ09X003710 Uncharacterized protein At1g55205.2 10.80837689 C6_chemical_B3 +LQ09X003710 Uncharacterized protein At1g55205.2 10.93301415 C6_chemical_C1 +LQ09X003710 Uncharacterized protein At1g55205.2 11.39924571 C6_chemical_C2 +LQ09X003710 Uncharacterized protein At1g55205.2 11.19236362 C6_chemical_C3 +LQ09X003710 Uncharacterized protein At1g55205.2 12.31866823 L4_control_A1 +LQ09X003710 Uncharacterized protein At1g55205.2 12.01584601 L4_control_A2 +LQ09X003710 Uncharacterized protein At1g55205.2 12.19260377 L4_control_A3 +LQ09X003710 Uncharacterized protein At1g55205.2 10.86305533 L4_control_B1 +LQ09X003710 Uncharacterized protein At1g55205.2 10.68658215 L4_control_B2 +LQ09X003710 Uncharacterized protein At1g55205.2 11.50054193 L4_control_B3 +LQ09X003710 Uncharacterized protein At1g55205.2 11.50412423 L4_control_C2 +LQ09X003710 Uncharacterized protein At1g55205.2 11.09438989 L4_control_C3 +LQ09X003710 Uncharacterized protein At1g55205.2 11.49760731 L4_chemical_A1 +LQ09X003710 Uncharacterized protein At1g55205.2 11.37567357 L4_chemical_A2 +LQ09X003710 Uncharacterized protein At1g55205.2 11.51725212 L4_chemical_A3 +LQ09X003710 Uncharacterized protein At1g55205.2 11.32647765 L4_chemical_B1 +LQ09X003710 Uncharacterized protein At1g55205.2 11.25261043 L4_chemical_B2 +LQ09X003710 Uncharacterized protein At1g55205.2 11.40354918 L4_chemical_B3 +LQ09X003710 Uncharacterized protein At1g55205.2 11.64114171 L4_chemical_C2 +LQ09X003710 Uncharacterized protein At1g55205.2 11.62214839 L4_chemical_C3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.20676677 C6_control_A1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.24450355 C6_control_A3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.18846796 C6_control_B1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.7644908 C6_control_B2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.30423385 C6_control_B3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.64667206 C6_control_C1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.38924497 C6_control_C2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.41309022 C6_control_C3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.05163907 C6_chemical_A1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.94466548 C6_chemical_A3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.9098514 C6_chemical_B1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.00677617 C6_chemical_B2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.01250845 C6_chemical_B3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.52265198 C6_chemical_C1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.4254293 C6_chemical_C2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 12.95143414 C6_chemical_C3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.10018153 L4_control_A1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.86423132 L4_control_A2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.1287032 L4_control_A3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.94895809 L4_control_B1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.46799901 L4_control_B2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.56376628 L4_control_B3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.84327124 L4_control_C2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.23276273 L4_control_C3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.17995458 L4_chemical_A1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.70556002 L4_chemical_A2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.08635819 L4_chemical_A3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.98088926 L4_chemical_B1 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.95696769 L4_chemical_B2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.98225957 L4_chemical_B3 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.69555098 L4_chemical_C2 +LQ09X003720 Probable ubiquitin carrier protein E2 21 13.42130317 L4_chemical_C3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.445120554 C6_control_A1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.980015642 C6_control_A3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.808009291 C6_control_B1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.085858679 C6_control_B2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.665406461 C6_control_B3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.126190852 C6_control_C1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.081186946 C6_control_C2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.89987842 C6_control_C3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.02965553 C6_chemical_A1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.903683789 C6_chemical_A3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.979385922 C6_chemical_B1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.127921131 C6_chemical_B2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.082796409 C6_chemical_B3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.273793118 C6_chemical_C1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.146690626 C6_chemical_C2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.825776241 C6_chemical_C3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.097025178 L4_control_A1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.269746878 L4_control_A2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.105555378 L4_control_A3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.370422397 L4_control_B1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.307746333 L4_control_B2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.016756619 L4_control_B3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.966586121 L4_control_C2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.145685239 L4_control_C3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 4.906169787 L4_chemical_A1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.342681708 L4_chemical_A2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.104114535 L4_chemical_A3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.319187671 L4_chemical_B1 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.015474798 L4_chemical_B2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.099865871 L4_chemical_B3 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.297296751 L4_chemical_C2 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.476484761 L4_chemical_C3 +LQ09X003760 Predicted protein 4.557782538 C6_control_A1 +LQ09X003760 Predicted protein 4.717999875 C6_control_A3 +LQ09X003760 Predicted protein 5.245483204 C6_control_B1 +LQ09X003760 Predicted protein 4.64138757 C6_control_B2 +LQ09X003760 Predicted protein 4.591014222 C6_control_B3 +LQ09X003760 Predicted protein 5.095770645 C6_control_C1 +LQ09X003760 Predicted protein 4.653812788 C6_control_C2 +LQ09X003760 Predicted protein 4.815022969 C6_control_C3 +LQ09X003760 Predicted protein 4.697207059 C6_chemical_A1 +LQ09X003760 Predicted protein 4.745961268 C6_chemical_A3 +LQ09X003760 Predicted protein 5.309368198 C6_chemical_B1 +LQ09X003760 Predicted protein 4.665171365 C6_chemical_B2 +LQ09X003760 Predicted protein 4.666798454 C6_chemical_B3 +LQ09X003760 Predicted protein 4.547324251 C6_chemical_C1 +LQ09X003760 Predicted protein 4.701354988 C6_chemical_C2 +LQ09X003760 Predicted protein 4.568743787 C6_chemical_C3 +LQ09X003760 Predicted protein 4.916010886 L4_control_A1 +LQ09X003760 Predicted protein 4.798690141 L4_control_A2 +LQ09X003760 Predicted protein 4.694813005 L4_control_A3 +LQ09X003760 Predicted protein 5.592528697 L4_control_B1 +LQ09X003760 Predicted protein 4.713330231 L4_control_B2 +LQ09X003760 Predicted protein 4.79979837 L4_control_B3 +LQ09X003760 Predicted protein 5.936379844 L4_control_C2 +LQ09X003760 Predicted protein 5.421286865 L4_control_C3 +LQ09X003760 Predicted protein 4.966848679 L4_chemical_A1 +LQ09X003760 Predicted protein 4.538092934 L4_chemical_A2 +LQ09X003760 Predicted protein 4.973423357 L4_chemical_A3 +LQ09X003760 Predicted protein 4.589349403 L4_chemical_B1 +LQ09X003760 Predicted protein 4.656616371 L4_chemical_B2 +LQ09X003760 Predicted protein 4.453302318 L4_chemical_B3 +LQ09X003760 Predicted protein 5.025425855 L4_chemical_C2 +LQ09X003760 Predicted protein 4.845897255 L4_chemical_C3 +LQ09X003770 Transcription factor, putative 12.24028276 C6_control_A1 +LQ09X003770 Transcription factor, putative 12.22989138 C6_control_A3 +LQ09X003770 Transcription factor, putative 12.02239817 C6_control_B1 +LQ09X003770 Transcription factor, putative 12.48383927 C6_control_B2 +LQ09X003770 Transcription factor, putative 12.39643635 C6_control_B3 +LQ09X003770 Transcription factor, putative 12.91943699 C6_control_C1 +LQ09X003770 Transcription factor, putative 13.31889658 C6_control_C2 +LQ09X003770 Transcription factor, putative 13.46144366 C6_control_C3 +LQ09X003770 Transcription factor, putative 12.03783629 C6_chemical_A1 +LQ09X003770 Transcription factor, putative 12.23120101 C6_chemical_A3 +LQ09X003770 Transcription factor, putative 12.17710713 C6_chemical_B1 +LQ09X003770 Transcription factor, putative 12.45733672 C6_chemical_B2 +LQ09X003770 Transcription factor, putative 12.50705349 C6_chemical_B3 +LQ09X003770 Transcription factor, putative 12.79005049 C6_chemical_C1 +LQ09X003770 Transcription factor, putative 13.12813034 C6_chemical_C2 +LQ09X003770 Transcription factor, putative 13.50184027 C6_chemical_C3 +LQ09X003770 Transcription factor, putative 12.19041635 L4_control_A1 +LQ09X003770 Transcription factor, putative 12.31453963 L4_control_A2 +LQ09X003770 Transcription factor, putative 12.07637465 L4_control_A3 +LQ09X003770 Transcription factor, putative 12.70087169 L4_control_B1 +LQ09X003770 Transcription factor, putative 12.66568077 L4_control_B2 +LQ09X003770 Transcription factor, putative 13.02822176 L4_control_B3 +LQ09X003770 Transcription factor, putative 13.39144073 L4_control_C2 +LQ09X003770 Transcription factor, putative 13.49471412 L4_control_C3 +LQ09X003770 Transcription factor, putative 11.81902032 L4_chemical_A1 +LQ09X003770 Transcription factor, putative 12.0934761 L4_chemical_A2 +LQ09X003770 Transcription factor, putative 11.98840946 L4_chemical_A3 +LQ09X003770 Transcription factor, putative 12.23485994 L4_chemical_B1 +LQ09X003770 Transcription factor, putative 12.6940443 L4_chemical_B2 +LQ09X003770 Transcription factor, putative 12.84635182 L4_chemical_B3 +LQ09X003770 Transcription factor, putative 13.55076418 L4_chemical_C2 +LQ09X003770 Transcription factor, putative 13.7295273 L4_chemical_C3 +LQ09X003780 Putative Predicted protein 6.140429805 C6_control_A1 +LQ09X003780 Putative Predicted protein 6.22782638 C6_control_A3 +LQ09X003780 Putative Predicted protein 5.053812904 C6_control_B1 +LQ09X003780 Putative Predicted protein 5.918211735 C6_control_B2 +LQ09X003780 Putative Predicted protein 5.398240824 C6_control_B3 +LQ09X003780 Putative Predicted protein 6.141880838 C6_control_C1 +LQ09X003780 Putative Predicted protein 8.362918124 C6_control_C2 +LQ09X003780 Putative Predicted protein 6.870830468 C6_control_C3 +LQ09X003780 Putative Predicted protein 6.788452708 C6_chemical_A1 +LQ09X003780 Putative Predicted protein 6.188646764 C6_chemical_A3 +LQ09X003780 Putative Predicted protein 5.787719025 C6_chemical_B1 +LQ09X003780 Putative Predicted protein 7.166572537 C6_chemical_B2 +LQ09X003780 Putative Predicted protein 6.519466257 C6_chemical_B3 +LQ09X003780 Putative Predicted protein 8.247376616 C6_chemical_C1 +LQ09X003780 Putative Predicted protein 8.404202793 C6_chemical_C2 +LQ09X003780 Putative Predicted protein 8.514474722 C6_chemical_C3 +LQ09X003780 Putative Predicted protein 6.938386091 L4_control_A1 +LQ09X003780 Putative Predicted protein 6.681960779 L4_control_A2 +LQ09X003780 Putative Predicted protein 7.500329255 L4_control_A3 +LQ09X003780 Putative Predicted protein 6.255041954 L4_control_B1 +LQ09X003780 Putative Predicted protein 6.233103452 L4_control_B2 +LQ09X003780 Putative Predicted protein 7.050770618 L4_control_B3 +LQ09X003780 Putative Predicted protein 8.042791179 L4_control_C2 +LQ09X003780 Putative Predicted protein 6.720706876 L4_control_C3 +LQ09X003780 Putative Predicted protein 5.893624653 L4_chemical_A1 +LQ09X003780 Putative Predicted protein 5.94274554 L4_chemical_A2 +LQ09X003780 Putative Predicted protein 7.234410547 L4_chemical_A3 +LQ09X003780 Putative Predicted protein 6.286204498 L4_chemical_B1 +LQ09X003780 Putative Predicted protein 5.95191831 L4_chemical_B2 +LQ09X003780 Putative Predicted protein 6.797568021 L4_chemical_B3 +LQ09X003780 Putative Predicted protein 6.803318941 L4_chemical_C2 +LQ09X003780 Putative Predicted protein 6.812470169 L4_chemical_C3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.85159083 C6_control_A1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.68631013 C6_control_A3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.99980248 C6_control_B1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.76700416 C6_control_B2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 13.2185707 C6_control_B3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.15726947 C6_control_C1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 11.8949973 C6_control_C2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.19297044 C6_control_C3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.52251077 C6_chemical_A1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.51420393 C6_chemical_A3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.83491746 C6_chemical_B1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.67154607 C6_chemical_B2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.90281456 C6_chemical_B3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 11.94451716 C6_chemical_C1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 11.6957629 C6_chemical_C2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 11.94469018 C6_chemical_C3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.91266095 L4_control_A1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.77040181 L4_control_A2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.89133771 L4_control_A3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 13.13328412 L4_control_B1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.71250887 L4_control_B2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.9038719 L4_control_B3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.13751031 L4_control_C2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 11.95890027 L4_control_C3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 13.12415346 L4_chemical_A1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.70832353 L4_chemical_A2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.90639093 L4_chemical_A3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.98442522 L4_chemical_B1 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.6392715 L4_chemical_B2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.99722558 L4_chemical_B3 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.1148327 L4_chemical_C2 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 11.93846254 L4_chemical_C3 +LQ09X003840 Tocopherol cyclase, chloroplastic 9.007233947 C6_control_A1 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.968975895 C6_control_A3 +LQ09X003840 Tocopherol cyclase, chloroplastic 9.197120928 C6_control_B1 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.346674889 C6_control_B2 +LQ09X003840 Tocopherol cyclase, chloroplastic 9.274725236 C6_control_B3 +LQ09X003840 Tocopherol cyclase, chloroplastic 6.469813013 C6_control_C1 +LQ09X003840 Tocopherol cyclase, chloroplastic 5.467120084 C6_control_C2 +LQ09X003840 Tocopherol cyclase, chloroplastic 6.288157265 C6_control_C3 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.917531706 C6_chemical_A1 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.845123427 C6_chemical_A3 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.799553631 C6_chemical_B1 +LQ09X003840 Tocopherol cyclase, chloroplastic 7.774536627 C6_chemical_B2 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.048779554 C6_chemical_B3 +LQ09X003840 Tocopherol cyclase, chloroplastic 6.330123919 C6_chemical_C1 +LQ09X003840 Tocopherol cyclase, chloroplastic 5.610766119 C6_chemical_C2 +LQ09X003840 Tocopherol cyclase, chloroplastic 5.698688003 C6_chemical_C3 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.498805179 L4_control_A1 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.85167516 L4_control_A2 +LQ09X003840 Tocopherol cyclase, chloroplastic 9.390137979 L4_control_A3 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.777321931 L4_control_B1 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.152952145 L4_control_B2 +LQ09X003840 Tocopherol cyclase, chloroplastic 7.531835641 L4_control_B3 +LQ09X003840 Tocopherol cyclase, chloroplastic 6.108048456 L4_control_C2 +LQ09X003840 Tocopherol cyclase, chloroplastic 5.406665932 L4_control_C3 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.874214079 L4_chemical_A1 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.880997162 L4_chemical_A2 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.814869796 L4_chemical_A3 +LQ09X003840 Tocopherol cyclase, chloroplastic 9.055521815 L4_chemical_B1 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.915667328 L4_chemical_B2 +LQ09X003840 Tocopherol cyclase, chloroplastic 7.602933586 L4_chemical_B3 +LQ09X003840 Tocopherol cyclase, chloroplastic 5.240878812 L4_chemical_C2 +LQ09X003840 Tocopherol cyclase, chloroplastic 5.567317118 L4_chemical_C3 +LQ09X003900 Aquaporin TIP4-1 5.679337683 C6_control_A1 +LQ09X003900 Aquaporin TIP4-1 5.54239183 C6_control_A3 +LQ09X003900 Aquaporin TIP4-1 5.484972871 C6_control_B1 +LQ09X003900 Aquaporin TIP4-1 5.313638485 C6_control_B2 +LQ09X003900 Aquaporin TIP4-1 5.476506147 C6_control_B3 +LQ09X003900 Aquaporin TIP4-1 5.948532819 C6_control_C1 +LQ09X003900 Aquaporin TIP4-1 5.311408595 C6_control_C2 +LQ09X003900 Aquaporin TIP4-1 5.395604641 C6_control_C3 +LQ09X003900 Aquaporin TIP4-1 5.489593333 C6_chemical_A1 +LQ09X003900 Aquaporin TIP4-1 5.861938696 C6_chemical_A3 +LQ09X003900 Aquaporin TIP4-1 5.655749019 C6_chemical_B1 +LQ09X003900 Aquaporin TIP4-1 5.490774353 C6_chemical_B2 +LQ09X003900 Aquaporin TIP4-1 5.728438604 C6_chemical_B3 +LQ09X003900 Aquaporin TIP4-1 5.501682892 C6_chemical_C1 +LQ09X003900 Aquaporin TIP4-1 5.712081866 C6_chemical_C2 +LQ09X003900 Aquaporin TIP4-1 5.325876895 C6_chemical_C3 +LQ09X003900 Aquaporin TIP4-1 5.242640878 L4_control_A1 +LQ09X003900 Aquaporin TIP4-1 5.379299607 L4_control_A2 +LQ09X003900 Aquaporin TIP4-1 5.644153479 L4_control_A3 +LQ09X003900 Aquaporin TIP4-1 5.297390041 L4_control_B1 +LQ09X003900 Aquaporin TIP4-1 5.642670957 L4_control_B2 +LQ09X003900 Aquaporin TIP4-1 5.711966506 L4_control_B3 +LQ09X003900 Aquaporin TIP4-1 5.094012134 L4_control_C2 +LQ09X003900 Aquaporin TIP4-1 5.99482727 L4_control_C3 +LQ09X003900 Aquaporin TIP4-1 5.434138486 L4_chemical_A1 +LQ09X003900 Aquaporin TIP4-1 5.617053968 L4_chemical_A2 +LQ09X003900 Aquaporin TIP4-1 5.584115018 L4_chemical_A3 +LQ09X003900 Aquaporin TIP4-1 5.753568901 L4_chemical_B1 +LQ09X003900 Aquaporin TIP4-1 5.207612702 L4_chemical_B2 +LQ09X003900 Aquaporin TIP4-1 5.595637697 L4_chemical_B3 +LQ09X003900 Aquaporin TIP4-1 4.889936818 L4_chemical_C2 +LQ09X003900 Aquaporin TIP4-1 5.075827808 L4_chemical_C3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.412767425 C6_control_A1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.551520015 C6_control_A3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.229512967 C6_control_B1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.685687249 C6_control_B2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.071697083 C6_control_B3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.276998354 C6_control_C1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 6.035371385 C6_control_C2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.116403477 C6_control_C3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.092998192 C6_chemical_A1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.240756796 C6_chemical_A3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 4.99671218 C6_chemical_B1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.522150303 C6_chemical_B2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 4.878274037 C6_chemical_B3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.543813441 C6_chemical_C1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.847231958 C6_chemical_C2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.193429692 C6_chemical_C3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.400840639 L4_control_A1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.253935494 L4_control_A2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.302746334 L4_control_A3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.247221468 L4_control_B1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.179688738 L4_control_B2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.415224502 L4_control_B3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.592700888 L4_control_C2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.222235708 L4_control_C3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.251377672 L4_chemical_A1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.06212847 L4_chemical_A2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.226814279 L4_chemical_A3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.328645754 L4_chemical_B1 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.500760052 L4_chemical_B2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.197558473 L4_chemical_B3 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.318760998 L4_chemical_C2 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.474680944 L4_chemical_C3 +LQ09X004020 Putative uncharacterized protein 4.883367258 C6_control_A1 +LQ09X004020 Putative uncharacterized protein 4.930717425 C6_control_A3 +LQ09X004020 Putative uncharacterized protein 5.479231137 C6_control_B1 +LQ09X004020 Putative uncharacterized protein 5.20288059 C6_control_B2 +LQ09X004020 Putative uncharacterized protein 4.61989738 C6_control_B3 +LQ09X004020 Putative uncharacterized protein 5.358201011 C6_control_C1 +LQ09X004020 Putative uncharacterized protein 4.902450674 C6_control_C2 +LQ09X004020 Putative uncharacterized protein 5.140959818 C6_control_C3 +LQ09X004020 Putative uncharacterized protein 5.28647465 C6_chemical_A1 +LQ09X004020 Putative uncharacterized protein 5.138674613 C6_chemical_A3 +LQ09X004020 Putative uncharacterized protein 6.038590312 C6_chemical_B1 +LQ09X004020 Putative uncharacterized protein 5.613530035 C6_chemical_B2 +LQ09X004020 Putative uncharacterized protein 5.429273167 C6_chemical_B3 +LQ09X004020 Putative uncharacterized protein 5.633008296 C6_chemical_C1 +LQ09X004020 Putative uncharacterized protein 5.107534584 C6_chemical_C2 +LQ09X004020 Putative uncharacterized protein 5.237630376 C6_chemical_C3 +LQ09X004020 Putative uncharacterized protein 4.798032051 L4_control_A1 +LQ09X004020 Putative uncharacterized protein 4.68723053 L4_control_A2 +LQ09X004020 Putative uncharacterized protein 4.913882178 L4_control_A3 +LQ09X004020 Putative uncharacterized protein 4.957716147 L4_control_B1 +LQ09X004020 Putative uncharacterized protein 4.719574524 L4_control_B2 +LQ09X004020 Putative uncharacterized protein 4.952338359 L4_control_B3 +LQ09X004020 Putative uncharacterized protein 5.081704292 L4_control_C2 +LQ09X004020 Putative uncharacterized protein 5.386771808 L4_control_C3 +LQ09X004020 Putative uncharacterized protein 5.33633549 L4_chemical_A1 +LQ09X004020 Putative uncharacterized protein 4.953601467 L4_chemical_A2 +LQ09X004020 Putative uncharacterized protein 5.057321808 L4_chemical_A3 +LQ09X004020 Putative uncharacterized protein 4.930799621 L4_chemical_B1 +LQ09X004020 Putative uncharacterized protein 4.737411371 L4_chemical_B2 +LQ09X004020 Putative uncharacterized protein 5.271598692 L4_chemical_B3 +LQ09X004020 Putative uncharacterized protein 5.395628458 L4_chemical_C2 +LQ09X004020 Putative uncharacterized protein 5.696948955 L4_chemical_C3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.552799623 C6_control_A1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.806262263 C6_control_A3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.540102959 C6_control_B1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.553945433 C6_control_B2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.584867789 C6_control_B3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.357216918 C6_control_C1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.373910088 C6_control_C2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.109685471 C6_control_C3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.475957202 C6_chemical_A1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.936210054 C6_chemical_A3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.590469753 C6_chemical_B1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.550109109 C6_chemical_B2 +LQ09X004030 Dehydration-responsive element-binding protein 3 6.016163285 C6_chemical_B3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.1542875 C6_chemical_C1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.386117456 C6_chemical_C2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.00531995 C6_chemical_C3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.640875126 L4_control_A1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.74415798 L4_control_A2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.673333626 L4_control_A3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.257534669 L4_control_B1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.591970114 L4_control_B2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.759445258 L4_control_B3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.817001513 L4_control_C2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.730616828 L4_control_C3 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.797561699 L4_chemical_A1 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.761702401 L4_chemical_A2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.695325498 L4_chemical_A3 +LQ09X004030 Dehydration-responsive element-binding protein 3 6.124734158 L4_chemical_B1 +LQ09X004030 Dehydration-responsive element-binding protein 3 6.079433948 L4_chemical_B2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.641024187 L4_chemical_B3 +LQ09X004030 Dehydration-responsive element-binding protein 3 4.913497811 L4_chemical_C2 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.661546663 L4_chemical_C3 +LQ09X004070 Predicted protein 9.374448384 C6_control_A1 +LQ09X004070 Predicted protein 8.000439825 C6_control_A3 +LQ09X004070 Predicted protein 9.953575748 C6_control_B1 +LQ09X004070 Predicted protein 11.58278648 C6_control_B2 +LQ09X004070 Predicted protein 10.49031119 C6_control_B3 +LQ09X004070 Predicted protein 9.513244465 C6_control_C1 +LQ09X004070 Predicted protein 10.3892904 C6_control_C2 +LQ09X004070 Predicted protein 10.70853827 C6_control_C3 +LQ09X004070 Predicted protein 8.729430357 C6_chemical_A1 +LQ09X004070 Predicted protein 7.8205423 C6_chemical_A3 +LQ09X004070 Predicted protein 9.872474824 C6_chemical_B1 +LQ09X004070 Predicted protein 11.72144218 C6_chemical_B2 +LQ09X004070 Predicted protein 10.40582989 C6_chemical_B3 +LQ09X004070 Predicted protein 9.618079388 C6_chemical_C1 +LQ09X004070 Predicted protein 9.880377307 C6_chemical_C2 +LQ09X004070 Predicted protein 10.13498335 C6_chemical_C3 +LQ09X004070 Predicted protein 8.090406967 L4_control_A1 +LQ09X004070 Predicted protein 7.012870922 L4_control_A2 +LQ09X004070 Predicted protein 5.721520704 L4_control_A3 +LQ09X004070 Predicted protein 10.3722197 L4_control_B1 +LQ09X004070 Predicted protein 8.585045256 L4_control_B2 +LQ09X004070 Predicted protein 10.37058884 L4_control_B3 +LQ09X004070 Predicted protein 6.41301155 L4_control_C2 +LQ09X004070 Predicted protein 6.918110444 L4_control_C3 +LQ09X004070 Predicted protein 8.271082186 L4_chemical_A1 +LQ09X004070 Predicted protein 6.840678246 L4_chemical_A2 +LQ09X004070 Predicted protein 6.470665263 L4_chemical_A3 +LQ09X004070 Predicted protein 8.292364825 L4_chemical_B1 +LQ09X004070 Predicted protein 7.441768118 L4_chemical_B2 +LQ09X004070 Predicted protein 10.27866462 L4_chemical_B3 +LQ09X004070 Predicted protein 6.349466864 L4_chemical_C2 +LQ09X004070 Predicted protein 7.236892562 L4_chemical_C3 +LQ09X004080 Putative uncharacterized protein 8.389423625 C6_control_A1 +LQ09X004080 Putative uncharacterized protein 8.305379656 C6_control_A3 +LQ09X004080 Putative uncharacterized protein 9.361721121 C6_control_B1 +LQ09X004080 Putative uncharacterized protein 8.732766374 C6_control_B2 +LQ09X004080 Putative uncharacterized protein 9.440030543 C6_control_B3 +LQ09X004080 Putative uncharacterized protein 8.030461019 C6_control_C1 +LQ09X004080 Putative uncharacterized protein 7.793340759 C6_control_C2 +LQ09X004080 Putative uncharacterized protein 7.918285 C6_control_C3 +LQ09X004080 Putative uncharacterized protein 8.116785793 C6_chemical_A1 +LQ09X004080 Putative uncharacterized protein 8.008308555 C6_chemical_A3 +LQ09X004080 Putative uncharacterized protein 9.532006979 C6_chemical_B1 +LQ09X004080 Putative uncharacterized protein 8.686085246 C6_chemical_B2 +LQ09X004080 Putative uncharacterized protein 8.707345033 C6_chemical_B3 +LQ09X004080 Putative uncharacterized protein 8.406964635 C6_chemical_C1 +LQ09X004080 Putative uncharacterized protein 8.134636952 C6_chemical_C2 +LQ09X004080 Putative uncharacterized protein 7.254772449 C6_chemical_C3 +LQ09X004080 Putative uncharacterized protein 7.912973374 L4_control_A1 +LQ09X004080 Putative uncharacterized protein 7.957367534 L4_control_A2 +LQ09X004080 Putative uncharacterized protein 7.44615049 L4_control_A3 +LQ09X004080 Putative uncharacterized protein 9.053385556 L4_control_B1 +LQ09X004080 Putative uncharacterized protein 9.278977161 L4_control_B2 +LQ09X004080 Putative uncharacterized protein 8.437994324 L4_control_B3 +LQ09X004080 Putative uncharacterized protein 8.431133932 L4_control_C2 +LQ09X004080 Putative uncharacterized protein 7.746269865 L4_control_C3 +LQ09X004080 Putative uncharacterized protein 7.742407861 L4_chemical_A1 +LQ09X004080 Putative uncharacterized protein 8.505686266 L4_chemical_A2 +LQ09X004080 Putative uncharacterized protein 6.830403424 L4_chemical_A3 +LQ09X004080 Putative uncharacterized protein 9.391240266 L4_chemical_B1 +LQ09X004080 Putative uncharacterized protein 9.669005275 L4_chemical_B2 +LQ09X004080 Putative uncharacterized protein 8.389350214 L4_chemical_B3 +LQ09X004080 Putative uncharacterized protein 8.767993042 L4_chemical_C2 +LQ09X004080 Putative uncharacterized protein 8.284266536 L4_chemical_C3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.201170041 C6_control_A1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.812296229 C6_control_A3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.356170516 C6_control_B1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.477717556 C6_control_B2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.068630297 C6_control_B3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 4.948412977 C6_control_C1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 6.521768989 C6_control_C2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.369535957 C6_control_C3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.206935228 C6_chemical_A1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.173706271 C6_chemical_A3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.361422377 C6_chemical_B1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.514204308 C6_chemical_B2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 4.910897012 C6_chemical_B3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.168650117 C6_chemical_C1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.419140979 C6_chemical_C2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.45348674 C6_chemical_C3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.001844264 L4_control_A1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.472484379 L4_control_A2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.803946555 L4_control_A3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.275782648 L4_control_B1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.487640725 L4_control_B2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 4.944210917 L4_control_B3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.120428756 L4_control_C2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 4.889889976 L4_control_C3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 4.710939528 L4_chemical_A1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.637565849 L4_chemical_A2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.229747035 L4_chemical_A3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.385377518 L4_chemical_B1 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.208815459 L4_chemical_B2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.171895065 L4_chemical_B3 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 4.926112057 L4_chemical_C2 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 4.956003603 L4_chemical_C3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.52067147 C6_control_A1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.53830334 C6_control_A3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.07106889 C6_control_B1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.3593048 C6_control_B2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.26929119 C6_control_B3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.55563088 C6_control_C1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.53778874 C6_control_C2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.83702827 C6_control_C3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.15077037 C6_chemical_A1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.49986777 C6_chemical_A3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.89658788 C6_chemical_B1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.37433012 C6_chemical_B2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.08821557 C6_chemical_B3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.54894041 C6_chemical_C1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.69910176 C6_chemical_C2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.62011679 C6_chemical_C3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.67405883 L4_control_A1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 13.5290261 L4_control_A2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.66224306 L4_control_A3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.93099131 L4_control_B1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.62715154 L4_control_B2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.78820201 L4_control_B3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.76994566 L4_control_C2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 13.30846182 L4_control_C3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.7469009 L4_chemical_A1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 13.48786527 L4_chemical_A2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.48263919 L4_chemical_A3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.79302354 L4_chemical_B1 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.93052685 L4_chemical_B2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.69847021 L4_chemical_B3 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.95884028 L4_chemical_C2 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 13.40695241 L4_chemical_C3 +LQ09X004120 Predicted protein 5.33569917 C6_control_A1 +LQ09X004120 Predicted protein 5.235558546 C6_control_A3 +LQ09X004120 Predicted protein 5.203897653 C6_control_B1 +LQ09X004120 Predicted protein 5.704024415 C6_control_B2 +LQ09X004120 Predicted protein 5.283573073 C6_control_B3 +LQ09X004120 Predicted protein 5.010443403 C6_control_C1 +LQ09X004120 Predicted protein 5.429132858 C6_control_C2 +LQ09X004120 Predicted protein 5.583373643 C6_control_C3 +LQ09X004120 Predicted protein 5.16628268 C6_chemical_A1 +LQ09X004120 Predicted protein 5.287091335 C6_chemical_A3 +LQ09X004120 Predicted protein 5.321120334 C6_chemical_B1 +LQ09X004120 Predicted protein 5.700492365 C6_chemical_B2 +LQ09X004120 Predicted protein 5.239114236 C6_chemical_B3 +LQ09X004120 Predicted protein 5.188888578 C6_chemical_C1 +LQ09X004120 Predicted protein 5.380072838 C6_chemical_C2 +LQ09X004120 Predicted protein 5.605899061 C6_chemical_C3 +LQ09X004120 Predicted protein 5.249080881 L4_control_A1 +LQ09X004120 Predicted protein 4.901029015 L4_control_A2 +LQ09X004120 Predicted protein 5.321409362 L4_control_A3 +LQ09X004120 Predicted protein 5.498584684 L4_control_B1 +LQ09X004120 Predicted protein 5.427715892 L4_control_B2 +LQ09X004120 Predicted protein 5.213997317 L4_control_B3 +LQ09X004120 Predicted protein 5.438517739 L4_control_C2 +LQ09X004120 Predicted protein 5.318278307 L4_control_C3 +LQ09X004120 Predicted protein 5.223697138 L4_chemical_A1 +LQ09X004120 Predicted protein 5.265792872 L4_chemical_A2 +LQ09X004120 Predicted protein 5.57969439 L4_chemical_A3 +LQ09X004120 Predicted protein 5.176797688 L4_chemical_B1 +LQ09X004120 Predicted protein 5.592072406 L4_chemical_B2 +LQ09X004120 Predicted protein 5.161976962 L4_chemical_B3 +LQ09X004120 Predicted protein 5.325127263 L4_chemical_C2 +LQ09X004120 Predicted protein 5.08641302 L4_chemical_C3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.674645915 C6_control_A1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.170235341 C6_control_A3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.72703331 C6_control_B1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.693932673 C6_control_B2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.5947959 C6_control_B3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.710929133 C6_control_C1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.392667334 C6_control_C2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.88822403 C6_control_C3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.669799308 C6_chemical_A1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.905938251 C6_chemical_A3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.34950575 C6_chemical_B1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.864443688 C6_chemical_B2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.276229869 C6_chemical_B3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.599962738 C6_chemical_C1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.60913507 C6_chemical_C2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.61955427 C6_chemical_C3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.756176378 L4_control_A1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.664633076 L4_control_A2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.605836309 L4_control_A3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 6.131108267 L4_control_B1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 6.560922588 L4_control_B2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.574602477 L4_control_B3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.205414241 L4_control_C2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.182281523 L4_control_C3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.76644108 L4_chemical_A1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.820075236 L4_chemical_A2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.08343953 L4_chemical_A3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.552971696 L4_chemical_B1 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.545107138 L4_chemical_B2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.594043454 L4_chemical_B3 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.534380293 L4_chemical_C2 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.498113341 L4_chemical_C3 +LQ09X004190 Putative Monoglyceride lipase 9.931775989 C6_control_A1 +LQ09X004190 Putative Monoglyceride lipase 10.33757056 C6_control_A3 +LQ09X004190 Putative Monoglyceride lipase 10.08847338 C6_control_B1 +LQ09X004190 Putative Monoglyceride lipase 9.797676647 C6_control_B2 +LQ09X004190 Putative Monoglyceride lipase 9.724289731 C6_control_B3 +LQ09X004190 Putative Monoglyceride lipase 10.46909201 C6_control_C1 +LQ09X004190 Putative Monoglyceride lipase 10.1638638 C6_control_C2 +LQ09X004190 Putative Monoglyceride lipase 10.19593285 C6_control_C3 +LQ09X004190 Putative Monoglyceride lipase 10.24465828 C6_chemical_A1 +LQ09X004190 Putative Monoglyceride lipase 10.43931975 C6_chemical_A3 +LQ09X004190 Putative Monoglyceride lipase 10.18478282 C6_chemical_B1 +LQ09X004190 Putative Monoglyceride lipase 9.635819842 C6_chemical_B2 +LQ09X004190 Putative Monoglyceride lipase 9.945452687 C6_chemical_B3 +LQ09X004190 Putative Monoglyceride lipase 10.4488804 C6_chemical_C1 +LQ09X004190 Putative Monoglyceride lipase 10.48540438 C6_chemical_C2 +LQ09X004190 Putative Monoglyceride lipase 10.62501502 C6_chemical_C3 +LQ09X004190 Putative Monoglyceride lipase 10.23203346 L4_control_A1 +LQ09X004190 Putative Monoglyceride lipase 9.895428724 L4_control_A2 +LQ09X004190 Putative Monoglyceride lipase 10.58949187 L4_control_A3 +LQ09X004190 Putative Monoglyceride lipase 9.979059962 L4_control_B1 +LQ09X004190 Putative Monoglyceride lipase 10.00661066 L4_control_B2 +LQ09X004190 Putative Monoglyceride lipase 9.794464617 L4_control_B3 +LQ09X004190 Putative Monoglyceride lipase 10.57696667 L4_control_C2 +LQ09X004190 Putative Monoglyceride lipase 11.0163404 L4_control_C3 +LQ09X004190 Putative Monoglyceride lipase 10.36438513 L4_chemical_A1 +LQ09X004190 Putative Monoglyceride lipase 10.24303424 L4_chemical_A2 +LQ09X004190 Putative Monoglyceride lipase 10.88736436 L4_chemical_A3 +LQ09X004190 Putative Monoglyceride lipase 10.29959644 L4_chemical_B1 +LQ09X004190 Putative Monoglyceride lipase 9.733838795 L4_chemical_B2 +LQ09X004190 Putative Monoglyceride lipase 9.612607418 L4_chemical_B3 +LQ09X004190 Putative Monoglyceride lipase 10.7384708 L4_chemical_C2 +LQ09X004190 Putative Monoglyceride lipase 10.82082331 L4_chemical_C3 +LQ09X004220 Putative uncharacterized protein 5.812054365 C6_control_A1 +LQ09X004220 Putative uncharacterized protein 5.575927505 C6_control_A3 +LQ09X004220 Putative uncharacterized protein 4.756232479 C6_control_B1 +LQ09X004220 Putative uncharacterized protein 5.116258387 C6_control_B2 +LQ09X004220 Putative uncharacterized protein 5.31816304 C6_control_B3 +LQ09X004220 Putative uncharacterized protein 4.934927378 C6_control_C1 +LQ09X004220 Putative uncharacterized protein 5.185160626 C6_control_C2 +LQ09X004220 Putative uncharacterized protein 5.437217 C6_control_C3 +LQ09X004220 Putative uncharacterized protein 5.610787971 C6_chemical_A1 +LQ09X004220 Putative uncharacterized protein 5.522466033 C6_chemical_A3 +LQ09X004220 Putative uncharacterized protein 5.122135325 C6_chemical_B1 +LQ09X004220 Putative uncharacterized protein 5.41480015 C6_chemical_B2 +LQ09X004220 Putative uncharacterized protein 4.985184315 C6_chemical_B3 +LQ09X004220 Putative uncharacterized protein 5.012493222 C6_chemical_C1 +LQ09X004220 Putative uncharacterized protein 5.154602199 C6_chemical_C2 +LQ09X004220 Putative uncharacterized protein 5.253096253 C6_chemical_C3 +LQ09X004220 Putative uncharacterized protein 5.138362233 L4_control_A1 +LQ09X004220 Putative uncharacterized protein 5.685156954 L4_control_A2 +LQ09X004220 Putative uncharacterized protein 6.551807439 L4_control_A3 +LQ09X004220 Putative uncharacterized protein 5.235101344 L4_control_B1 +LQ09X004220 Putative uncharacterized protein 5.484813857 L4_control_B2 +LQ09X004220 Putative uncharacterized protein 5.291253479 L4_control_B3 +LQ09X004220 Putative uncharacterized protein 5.033723731 L4_control_C2 +LQ09X004220 Putative uncharacterized protein 5.156138449 L4_control_C3 +LQ09X004220 Putative uncharacterized protein 5.100550764 L4_chemical_A1 +LQ09X004220 Putative uncharacterized protein 5.387820767 L4_chemical_A2 +LQ09X004220 Putative uncharacterized protein 7.013008921 L4_chemical_A3 +LQ09X004220 Putative uncharacterized protein 5.209503086 L4_chemical_B1 +LQ09X004220 Putative uncharacterized protein 5.437321004 L4_chemical_B2 +LQ09X004220 Putative uncharacterized protein 5.175490782 L4_chemical_B3 +LQ09X004220 Putative uncharacterized protein 4.926896685 L4_chemical_C2 +LQ09X004220 Putative uncharacterized protein 5.122779312 L4_chemical_C3 +LQ09X004250 Casein kinase, putative 12.23584137 C6_control_A1 +LQ09X004250 Casein kinase, putative 12.22683781 C6_control_A3 +LQ09X004250 Casein kinase, putative 12.52443086 C6_control_B1 +LQ09X004250 Casein kinase, putative 12.23267208 C6_control_B2 +LQ09X004250 Casein kinase, putative 12.41362304 C6_control_B3 +LQ09X004250 Casein kinase, putative 13.16936992 C6_control_C1 +LQ09X004250 Casein kinase, putative 13.21890609 C6_control_C2 +LQ09X004250 Casein kinase, putative 12.91159111 C6_control_C3 +LQ09X004250 Casein kinase, putative 12.36345631 C6_chemical_A1 +LQ09X004250 Casein kinase, putative 12.42151368 C6_chemical_A3 +LQ09X004250 Casein kinase, putative 12.32191225 C6_chemical_B1 +LQ09X004250 Casein kinase, putative 12.61887585 C6_chemical_B2 +LQ09X004250 Casein kinase, putative 12.3891071 C6_chemical_B3 +LQ09X004250 Casein kinase, putative 13.29077667 C6_chemical_C1 +LQ09X004250 Casein kinase, putative 13.4830022 C6_chemical_C2 +LQ09X004250 Casein kinase, putative 13.29769449 C6_chemical_C3 +LQ09X004250 Casein kinase, putative 12.19584953 L4_control_A1 +LQ09X004250 Casein kinase, putative 12.02120456 L4_control_A2 +LQ09X004250 Casein kinase, putative 11.81444096 L4_control_A3 +LQ09X004250 Casein kinase, putative 12.70867601 L4_control_B1 +LQ09X004250 Casein kinase, putative 12.75723799 L4_control_B2 +LQ09X004250 Casein kinase, putative 12.57148673 L4_control_B3 +LQ09X004250 Casein kinase, putative 13.5643907 L4_control_C2 +LQ09X004250 Casein kinase, putative 13.81745064 L4_control_C3 +LQ09X004250 Casein kinase, putative 12.36150997 L4_chemical_A1 +LQ09X004250 Casein kinase, putative 12.17009756 L4_chemical_A2 +LQ09X004250 Casein kinase, putative 12.03418332 L4_chemical_A3 +LQ09X004250 Casein kinase, putative 12.53029666 L4_chemical_B1 +LQ09X004250 Casein kinase, putative 12.71479838 L4_chemical_B2 +LQ09X004250 Casein kinase, putative 12.30194549 L4_chemical_B3 +LQ09X004250 Casein kinase, putative 13.66877585 L4_chemical_C2 +LQ09X004250 Casein kinase, putative 13.58181485 L4_chemical_C3 +LQ09X004270 NADP-dependent malic enzyme 11.44011578 C6_control_A1 +LQ09X004270 NADP-dependent malic enzyme 12.09657806 C6_control_A3 +LQ09X004270 NADP-dependent malic enzyme 11.07719289 C6_control_B1 +LQ09X004270 NADP-dependent malic enzyme 10.17460873 C6_control_B2 +LQ09X004270 NADP-dependent malic enzyme 10.06007183 C6_control_B3 +LQ09X004270 NADP-dependent malic enzyme 9.275860317 C6_control_C1 +LQ09X004270 NADP-dependent malic enzyme 8.684754725 C6_control_C2 +LQ09X004270 NADP-dependent malic enzyme 9.13167685 C6_control_C3 +LQ09X004270 NADP-dependent malic enzyme 11.56901791 C6_chemical_A1 +LQ09X004270 NADP-dependent malic enzyme 11.60414164 C6_chemical_A3 +LQ09X004270 NADP-dependent malic enzyme 11.06049102 C6_chemical_B1 +LQ09X004270 NADP-dependent malic enzyme 10.12721517 C6_chemical_B2 +LQ09X004270 NADP-dependent malic enzyme 9.593110303 C6_chemical_B3 +LQ09X004270 NADP-dependent malic enzyme 9.110330805 C6_chemical_C1 +LQ09X004270 NADP-dependent malic enzyme 8.373001307 C6_chemical_C2 +LQ09X004270 NADP-dependent malic enzyme 8.392755317 C6_chemical_C3 +LQ09X004270 NADP-dependent malic enzyme 11.2921102 L4_control_A1 +LQ09X004270 NADP-dependent malic enzyme 10.5724349 L4_control_A2 +LQ09X004270 NADP-dependent malic enzyme 9.122383513 L4_control_A3 +LQ09X004270 NADP-dependent malic enzyme 8.972652618 L4_control_B1 +LQ09X004270 NADP-dependent malic enzyme 9.996708192 L4_control_B2 +LQ09X004270 NADP-dependent malic enzyme 8.958743133 L4_control_B3 +LQ09X004270 NADP-dependent malic enzyme 7.171889026 L4_control_C2 +LQ09X004270 NADP-dependent malic enzyme 7.764338499 L4_control_C3 +LQ09X004270 NADP-dependent malic enzyme 11.191526 L4_chemical_A1 +LQ09X004270 NADP-dependent malic enzyme 9.797422336 L4_chemical_A2 +LQ09X004270 NADP-dependent malic enzyme 9.549099217 L4_chemical_A3 +LQ09X004270 NADP-dependent malic enzyme 9.352908266 L4_chemical_B1 +LQ09X004270 NADP-dependent malic enzyme 9.794228347 L4_chemical_B2 +LQ09X004270 NADP-dependent malic enzyme 9.772926501 L4_chemical_B3 +LQ09X004270 NADP-dependent malic enzyme 6.862334862 L4_chemical_C2 +LQ09X004270 NADP-dependent malic enzyme 8.061679968 L4_chemical_C3 +LQ09X004280 Predicted protein 5.19295875 C6_control_A1 +LQ09X004280 Predicted protein 4.854831385 C6_control_A3 +LQ09X004280 Predicted protein 5.566522205 C6_control_B1 +LQ09X004280 Predicted protein 5.241524875 C6_control_B2 +LQ09X004280 Predicted protein 5.068677539 C6_control_B3 +LQ09X004280 Predicted protein 5.359799894 C6_control_C1 +LQ09X004280 Predicted protein 5.342507254 C6_control_C2 +LQ09X004280 Predicted protein 5.178009902 C6_control_C3 +LQ09X004280 Predicted protein 5.03213918 C6_chemical_A1 +LQ09X004280 Predicted protein 4.916033267 C6_chemical_A3 +LQ09X004280 Predicted protein 5.404451579 C6_chemical_B1 +LQ09X004280 Predicted protein 5.244299674 C6_chemical_B2 +LQ09X004280 Predicted protein 5.182322732 C6_chemical_B3 +LQ09X004280 Predicted protein 5.53385927 C6_chemical_C1 +LQ09X004280 Predicted protein 5.604679386 C6_chemical_C2 +LQ09X004280 Predicted protein 5.5024102 C6_chemical_C3 +LQ09X004280 Predicted protein 5.006292064 L4_control_A1 +LQ09X004280 Predicted protein 5.103428416 L4_control_A2 +LQ09X004280 Predicted protein 5.217185843 L4_control_A3 +LQ09X004280 Predicted protein 4.923803761 L4_control_B1 +LQ09X004280 Predicted protein 4.827184112 L4_control_B2 +LQ09X004280 Predicted protein 5.062095174 L4_control_B3 +LQ09X004280 Predicted protein 5.82784246 L4_control_C2 +LQ09X004280 Predicted protein 5.638010046 L4_control_C3 +LQ09X004280 Predicted protein 5.121769663 L4_chemical_A1 +LQ09X004280 Predicted protein 4.948672057 L4_chemical_A2 +LQ09X004280 Predicted protein 5.116811244 L4_chemical_A3 +LQ09X004280 Predicted protein 4.908678663 L4_chemical_B1 +LQ09X004280 Predicted protein 5.32748263 L4_chemical_B2 +LQ09X004280 Predicted protein 4.981086719 L4_chemical_B3 +LQ09X004280 Predicted protein 5.241057133 L4_chemical_C2 +LQ09X004280 Predicted protein 5.456230885 L4_chemical_C3 +LQ09X004310 Putative uncharacterized protein 4.988833448 C6_control_A1 +LQ09X004310 Putative uncharacterized protein 6.030387576 C6_control_A3 +LQ09X004310 Putative uncharacterized protein 5.390603816 C6_control_B1 +LQ09X004310 Putative uncharacterized protein 5.316598053 C6_control_B2 +LQ09X004310 Putative uncharacterized protein 4.955365316 C6_control_B3 +LQ09X004310 Putative uncharacterized protein 5.171459472 C6_control_C1 +LQ09X004310 Putative uncharacterized protein 4.980508179 C6_control_C2 +LQ09X004310 Putative uncharacterized protein 4.867361404 C6_control_C3 +LQ09X004310 Putative uncharacterized protein 5.392218564 C6_chemical_A1 +LQ09X004310 Putative uncharacterized protein 5.301677379 C6_chemical_A3 +LQ09X004310 Putative uncharacterized protein 5.051714511 C6_chemical_B1 +LQ09X004310 Putative uncharacterized protein 4.881841441 C6_chemical_B2 +LQ09X004310 Putative uncharacterized protein 5.116755584 C6_chemical_B3 +LQ09X004310 Putative uncharacterized protein 5.411692541 C6_chemical_C1 +LQ09X004310 Putative uncharacterized protein 5.081312066 C6_chemical_C2 +LQ09X004310 Putative uncharacterized protein 4.933955667 C6_chemical_C3 +LQ09X004310 Putative uncharacterized protein 5.348694119 L4_control_A1 +LQ09X004310 Putative uncharacterized protein 5.290204304 L4_control_A2 +LQ09X004310 Putative uncharacterized protein 6.114321944 L4_control_A3 +LQ09X004310 Putative uncharacterized protein 5.105147637 L4_control_B1 +LQ09X004310 Putative uncharacterized protein 5.020514156 L4_control_B2 +LQ09X004310 Putative uncharacterized protein 4.813286194 L4_control_B3 +LQ09X004310 Putative uncharacterized protein 5.208273386 L4_control_C2 +LQ09X004310 Putative uncharacterized protein 5.074838395 L4_control_C3 +LQ09X004310 Putative uncharacterized protein 5.548217685 L4_chemical_A1 +LQ09X004310 Putative uncharacterized protein 5.047307311 L4_chemical_A2 +LQ09X004310 Putative uncharacterized protein 5.675369033 L4_chemical_A3 +LQ09X004310 Putative uncharacterized protein 5.010062588 L4_chemical_B1 +LQ09X004310 Putative uncharacterized protein 5.254757369 L4_chemical_B2 +LQ09X004310 Putative uncharacterized protein 5.120172834 L4_chemical_B3 +LQ09X004310 Putative uncharacterized protein 5.510712078 L4_chemical_C2 +LQ09X004310 Putative uncharacterized protein 5.628383857 L4_chemical_C3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.84504248 C6_control_A1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.08081165 C6_control_A3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.45587834 C6_control_B1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.3587437 C6_control_B2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.75917563 C6_control_B3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.73867381 C6_control_C1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.78942112 C6_control_C2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.94239519 C6_control_C3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.80553693 C6_chemical_A1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.01048667 C6_chemical_A3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.31127004 C6_chemical_B1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.31340979 C6_chemical_B2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.60749315 C6_chemical_B3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.50261013 C6_chemical_C1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.6630042 C6_chemical_C2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.5626987 C6_chemical_C3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.05512349 L4_control_A1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.1360605 L4_control_A2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.38291151 L4_control_A3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.59683306 L4_control_B1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.72409638 L4_control_B2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.58612876 L4_control_B3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.01445488 L4_control_C2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.30238652 L4_control_C3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.84796034 L4_chemical_A1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.08072111 L4_chemical_A2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.27521088 L4_chemical_A3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.0726761 L4_chemical_B1 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.81264051 L4_chemical_B2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.71117675 L4_chemical_B3 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.98911577 L4_chemical_C2 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 14.17340202 L4_chemical_C3 +LQ09X004340 Poly(A) polymerase beta, putative 13.34308787 C6_control_A1 +LQ09X004340 Poly(A) polymerase beta, putative 13.02537185 C6_control_A3 +LQ09X004340 Poly(A) polymerase beta, putative 13.08103598 C6_control_B1 +LQ09X004340 Poly(A) polymerase beta, putative 13.3722095 C6_control_B2 +LQ09X004340 Poly(A) polymerase beta, putative 13.31010349 C6_control_B3 +LQ09X004340 Poly(A) polymerase beta, putative 13.49671481 C6_control_C1 +LQ09X004340 Poly(A) polymerase beta, putative 13.54103102 C6_control_C2 +LQ09X004340 Poly(A) polymerase beta, putative 13.53718676 C6_control_C3 +LQ09X004340 Poly(A) polymerase beta, putative 13.29117286 C6_chemical_A1 +LQ09X004340 Poly(A) polymerase beta, putative 12.9921728 C6_chemical_A3 +LQ09X004340 Poly(A) polymerase beta, putative 12.91369872 C6_chemical_B1 +LQ09X004340 Poly(A) polymerase beta, putative 13.12588564 C6_chemical_B2 +LQ09X004340 Poly(A) polymerase beta, putative 13.34623209 C6_chemical_B3 +LQ09X004340 Poly(A) polymerase beta, putative 13.32936548 C6_chemical_C1 +LQ09X004340 Poly(A) polymerase beta, putative 13.38242765 C6_chemical_C2 +LQ09X004340 Poly(A) polymerase beta, putative 13.53519584 C6_chemical_C3 +LQ09X004340 Poly(A) polymerase beta, putative 13.26130377 L4_control_A1 +LQ09X004340 Poly(A) polymerase beta, putative 13.55397673 L4_control_A2 +LQ09X004340 Poly(A) polymerase beta, putative 13.37957482 L4_control_A3 +LQ09X004340 Poly(A) polymerase beta, putative 13.26614642 L4_control_B1 +LQ09X004340 Poly(A) polymerase beta, putative 12.81925946 L4_control_B2 +LQ09X004340 Poly(A) polymerase beta, putative 13.54733026 L4_control_B3 +LQ09X004340 Poly(A) polymerase beta, putative 13.16796688 L4_control_C2 +LQ09X004340 Poly(A) polymerase beta, putative 13.31948964 L4_control_C3 +LQ09X004340 Poly(A) polymerase beta, putative 13.44493116 L4_chemical_A1 +LQ09X004340 Poly(A) polymerase beta, putative 13.41558345 L4_chemical_A2 +LQ09X004340 Poly(A) polymerase beta, putative 13.78227551 L4_chemical_A3 +LQ09X004340 Poly(A) polymerase beta, putative 13.16405168 L4_chemical_B1 +LQ09X004340 Poly(A) polymerase beta, putative 13.03075589 L4_chemical_B2 +LQ09X004340 Poly(A) polymerase beta, putative 13.64528786 L4_chemical_B3 +LQ09X004340 Poly(A) polymerase beta, putative 13.2213826 L4_chemical_C2 +LQ09X004340 Poly(A) polymerase beta, putative 13.15515889 L4_chemical_C3 +LQ09X004350 Predicted protein 12.67912843 C6_control_A1 +LQ09X004350 Predicted protein 12.55986631 C6_control_A3 +LQ09X004350 Predicted protein 13.0385966 C6_control_B1 +LQ09X004350 Predicted protein 12.7549369 C6_control_B2 +LQ09X004350 Predicted protein 12.97689214 C6_control_B3 +LQ09X004350 Predicted protein 13.10512299 C6_control_C1 +LQ09X004350 Predicted protein 12.98092064 C6_control_C2 +LQ09X004350 Predicted protein 13.36172694 C6_control_C3 +LQ09X004350 Predicted protein 12.5342961 C6_chemical_A1 +LQ09X004350 Predicted protein 12.75191498 C6_chemical_A3 +LQ09X004350 Predicted protein 12.7984958 C6_chemical_B1 +LQ09X004350 Predicted protein 12.50355866 C6_chemical_B2 +LQ09X004350 Predicted protein 12.77824633 C6_chemical_B3 +LQ09X004350 Predicted protein 12.89159304 C6_chemical_C1 +LQ09X004350 Predicted protein 13.03280398 C6_chemical_C2 +LQ09X004350 Predicted protein 13.10049306 C6_chemical_C3 +LQ09X004350 Predicted protein 13.00795983 L4_control_A1 +LQ09X004350 Predicted protein 12.64314424 L4_control_A2 +LQ09X004350 Predicted protein 12.49302287 L4_control_A3 +LQ09X004350 Predicted protein 13.10609485 L4_control_B1 +LQ09X004350 Predicted protein 12.84546613 L4_control_B2 +LQ09X004350 Predicted protein 12.6540122 L4_control_B3 +LQ09X004350 Predicted protein 13.60491759 L4_control_C2 +LQ09X004350 Predicted protein 13.26079827 L4_control_C3 +LQ09X004350 Predicted protein 12.86764293 L4_chemical_A1 +LQ09X004350 Predicted protein 12.64992142 L4_chemical_A2 +LQ09X004350 Predicted protein 12.80257461 L4_chemical_A3 +LQ09X004350 Predicted protein 13.06689767 L4_chemical_B1 +LQ09X004350 Predicted protein 13.106555 L4_chemical_B2 +LQ09X004350 Predicted protein 12.37331313 L4_chemical_B3 +LQ09X004350 Predicted protein 13.44002051 L4_chemical_C2 +LQ09X004350 Predicted protein 13.45781558 L4_chemical_C3 +LQ09X004360 Putative uncharacterized protein 5.763034276 C6_control_A1 +LQ09X004360 Putative uncharacterized protein 5.434053103 C6_control_A3 +LQ09X004360 Putative uncharacterized protein 5.403772283 C6_control_B1 +LQ09X004360 Putative uncharacterized protein 5.611793796 C6_control_B2 +LQ09X004360 Putative uncharacterized protein 5.511116635 C6_control_B3 +LQ09X004360 Putative uncharacterized protein 5.630834769 C6_control_C1 +LQ09X004360 Putative uncharacterized protein 6.013714942 C6_control_C2 +LQ09X004360 Putative uncharacterized protein 5.624401524 C6_control_C3 +LQ09X004360 Putative uncharacterized protein 5.610251205 C6_chemical_A1 +LQ09X004360 Putative uncharacterized protein 5.230010602 C6_chemical_A3 +LQ09X004360 Putative uncharacterized protein 5.412319005 C6_chemical_B1 +LQ09X004360 Putative uncharacterized protein 5.677528378 C6_chemical_B2 +LQ09X004360 Putative uncharacterized protein 5.182897113 C6_chemical_B3 +LQ09X004360 Putative uncharacterized protein 5.733489396 C6_chemical_C1 +LQ09X004360 Putative uncharacterized protein 6.001964266 C6_chemical_C2 +LQ09X004360 Putative uncharacterized protein 5.571536088 C6_chemical_C3 +LQ09X004360 Putative uncharacterized protein 5.616087702 L4_control_A1 +LQ09X004360 Putative uncharacterized protein 5.391005257 L4_control_A2 +LQ09X004360 Putative uncharacterized protein 5.543901861 L4_control_A3 +LQ09X004360 Putative uncharacterized protein 5.546244402 L4_control_B1 +LQ09X004360 Putative uncharacterized protein 5.726451167 L4_control_B2 +LQ09X004360 Putative uncharacterized protein 5.325434086 L4_control_B3 +LQ09X004360 Putative uncharacterized protein 5.30552825 L4_control_C2 +LQ09X004360 Putative uncharacterized protein 5.501634581 L4_control_C3 +LQ09X004360 Putative uncharacterized protein 5.705487705 L4_chemical_A1 +LQ09X004360 Putative uncharacterized protein 5.700833791 L4_chemical_A2 +LQ09X004360 Putative uncharacterized protein 5.776084631 L4_chemical_A3 +LQ09X004360 Putative uncharacterized protein 5.592734571 L4_chemical_B1 +LQ09X004360 Putative uncharacterized protein 5.741318673 L4_chemical_B2 +LQ09X004360 Putative uncharacterized protein 5.50392705 L4_chemical_B3 +LQ09X004360 Putative uncharacterized protein 5.741684858 L4_chemical_C2 +LQ09X004360 Putative uncharacterized protein 4.907407129 L4_chemical_C3 +LQ09X004370 Profilin-1 5.298837736 C6_control_A1 +LQ09X004370 Profilin-1 6.239950239 C6_control_A3 +LQ09X004370 Profilin-1 5.645521148 C6_control_B1 +LQ09X004370 Profilin-1 5.32749559 C6_control_B2 +LQ09X004370 Profilin-1 5.123799817 C6_control_B3 +LQ09X004370 Profilin-1 5.81016335 C6_control_C1 +LQ09X004370 Profilin-1 6.048006967 C6_control_C2 +LQ09X004370 Profilin-1 5.248075054 C6_control_C3 +LQ09X004370 Profilin-1 5.368334553 C6_chemical_A1 +LQ09X004370 Profilin-1 5.554048719 C6_chemical_A3 +LQ09X004370 Profilin-1 5.070339796 C6_chemical_B1 +LQ09X004370 Profilin-1 5.73590586 C6_chemical_B2 +LQ09X004370 Profilin-1 4.905642793 C6_chemical_B3 +LQ09X004370 Profilin-1 5.65574563 C6_chemical_C1 +LQ09X004370 Profilin-1 5.707003156 C6_chemical_C2 +LQ09X004370 Profilin-1 5.432593181 C6_chemical_C3 +LQ09X004370 Profilin-1 5.84589297 L4_control_A1 +LQ09X004370 Profilin-1 5.534330052 L4_control_A2 +LQ09X004370 Profilin-1 5.457866966 L4_control_A3 +LQ09X004370 Profilin-1 5.728555981 L4_control_B1 +LQ09X004370 Profilin-1 5.139488607 L4_control_B2 +LQ09X004370 Profilin-1 5.551869011 L4_control_B3 +LQ09X004370 Profilin-1 5.359194686 L4_control_C2 +LQ09X004370 Profilin-1 5.889826457 L4_control_C3 +LQ09X004370 Profilin-1 5.929729758 L4_chemical_A1 +LQ09X004370 Profilin-1 5.532373013 L4_chemical_A2 +LQ09X004370 Profilin-1 5.597419045 L4_chemical_A3 +LQ09X004370 Profilin-1 6.204367725 L4_chemical_B1 +LQ09X004370 Profilin-1 4.840753205 L4_chemical_B2 +LQ09X004370 Profilin-1 5.512516781 L4_chemical_B3 +LQ09X004370 Profilin-1 5.468889859 L4_chemical_C2 +LQ09X004370 Profilin-1 5.812183758 L4_chemical_C3 +LQ09X004410 Oleosin 18.5 kDa 7.136634785 C6_control_A1 +LQ09X004410 Oleosin 18.5 kDa 7.647344862 C6_control_A3 +LQ09X004410 Oleosin 18.5 kDa 5.983005769 C6_control_B1 +LQ09X004410 Oleosin 18.5 kDa 5.630238174 C6_control_B2 +LQ09X004410 Oleosin 18.5 kDa 5.824705992 C6_control_B3 +LQ09X004410 Oleosin 18.5 kDa 8.074558557 C6_control_C1 +LQ09X004410 Oleosin 18.5 kDa 6.783807927 C6_control_C2 +LQ09X004410 Oleosin 18.5 kDa 7.079541032 C6_control_C3 +LQ09X004410 Oleosin 18.5 kDa 7.457446166 C6_chemical_A1 +LQ09X004410 Oleosin 18.5 kDa 8.375714972 C6_chemical_A3 +LQ09X004410 Oleosin 18.5 kDa 5.319493865 C6_chemical_B1 +LQ09X004410 Oleosin 18.5 kDa 5.874284059 C6_chemical_B2 +LQ09X004410 Oleosin 18.5 kDa 5.761910079 C6_chemical_B3 +LQ09X004410 Oleosin 18.5 kDa 8.32852692 C6_chemical_C1 +LQ09X004410 Oleosin 18.5 kDa 7.033419064 C6_chemical_C2 +LQ09X004410 Oleosin 18.5 kDa 6.581468004 C6_chemical_C3 +LQ09X004410 Oleosin 18.5 kDa 7.184764424 L4_control_A1 +LQ09X004410 Oleosin 18.5 kDa 6.588714533 L4_control_A2 +LQ09X004410 Oleosin 18.5 kDa 6.119058892 L4_control_A3 +LQ09X004410 Oleosin 18.5 kDa 5.168770403 L4_control_B1 +LQ09X004410 Oleosin 18.5 kDa 4.873104546 L4_control_B2 +LQ09X004410 Oleosin 18.5 kDa 5.232634609 L4_control_B3 +LQ09X004410 Oleosin 18.5 kDa 5.717744402 L4_control_C2 +LQ09X004410 Oleosin 18.5 kDa 5.298529918 L4_control_C3 +LQ09X004410 Oleosin 18.5 kDa 6.906813443 L4_chemical_A1 +LQ09X004410 Oleosin 18.5 kDa 6.462102214 L4_chemical_A2 +LQ09X004410 Oleosin 18.5 kDa 6.221193534 L4_chemical_A3 +LQ09X004410 Oleosin 18.5 kDa 5.752257192 L4_chemical_B1 +LQ09X004410 Oleosin 18.5 kDa 5.523817269 L4_chemical_B2 +LQ09X004410 Oleosin 18.5 kDa 5.400941783 L4_chemical_B3 +LQ09X004410 Oleosin 18.5 kDa 5.592438146 L4_chemical_C2 +LQ09X004410 Oleosin 18.5 kDa 5.559272825 L4_chemical_C3 +LQ09X004420 Predicted protein 6.780450736 C6_control_A1 +LQ09X004420 Predicted protein 6.528768038 C6_control_A3 +LQ09X004420 Predicted protein 5.879614195 C6_control_B1 +LQ09X004420 Predicted protein 7.002057916 C6_control_B2 +LQ09X004420 Predicted protein 6.038442654 C6_control_B3 +LQ09X004420 Predicted protein 7.018498573 C6_control_C1 +LQ09X004420 Predicted protein 5.945954565 C6_control_C2 +LQ09X004420 Predicted protein 7.080811364 C6_control_C3 +LQ09X004420 Predicted protein 6.648290415 C6_chemical_A1 +LQ09X004420 Predicted protein 6.717353987 C6_chemical_A3 +LQ09X004420 Predicted protein 5.291239227 C6_chemical_B1 +LQ09X004420 Predicted protein 6.81829999 C6_chemical_B2 +LQ09X004420 Predicted protein 6.050834389 C6_chemical_B3 +LQ09X004420 Predicted protein 6.786603418 C6_chemical_C1 +LQ09X004420 Predicted protein 6.51482147 C6_chemical_C2 +LQ09X004420 Predicted protein 7.026593946 C6_chemical_C3 +LQ09X004420 Predicted protein 7.036619408 L4_control_A1 +LQ09X004420 Predicted protein 6.432160057 L4_control_A2 +LQ09X004420 Predicted protein 6.516125371 L4_control_A3 +LQ09X004420 Predicted protein 6.08512168 L4_control_B1 +LQ09X004420 Predicted protein 6.092140295 L4_control_B2 +LQ09X004420 Predicted protein 6.805232541 L4_control_B3 +LQ09X004420 Predicted protein 5.044518517 L4_control_C2 +LQ09X004420 Predicted protein 6.415617649 L4_control_C3 +LQ09X004420 Predicted protein 6.852379475 L4_chemical_A1 +LQ09X004420 Predicted protein 5.887643669 L4_chemical_A2 +LQ09X004420 Predicted protein 5.974272978 L4_chemical_A3 +LQ09X004420 Predicted protein 5.752341725 L4_chemical_B1 +LQ09X004420 Predicted protein 5.377762582 L4_chemical_B2 +LQ09X004420 Predicted protein 6.421888931 L4_chemical_B3 +LQ09X004420 Predicted protein 5.426896939 L4_chemical_C2 +LQ09X004420 Predicted protein 5.213909364 L4_chemical_C3 +LQ09X004430 Predicted protein 10.15172129 C6_control_A1 +LQ09X004430 Predicted protein 10.15432705 C6_control_A3 +LQ09X004430 Predicted protein 10.39332984 C6_control_B1 +LQ09X004430 Predicted protein 11.58241352 C6_control_B2 +LQ09X004430 Predicted protein 10.55315933 C6_control_B3 +LQ09X004430 Predicted protein 11.56287621 C6_control_C1 +LQ09X004430 Predicted protein 11.72030395 C6_control_C2 +LQ09X004430 Predicted protein 12.25315808 C6_control_C3 +LQ09X004430 Predicted protein 9.899003996 C6_chemical_A1 +LQ09X004430 Predicted protein 9.774431593 C6_chemical_A3 +LQ09X004430 Predicted protein 9.911114251 C6_chemical_B1 +LQ09X004430 Predicted protein 11.07622024 C6_chemical_B2 +LQ09X004430 Predicted protein 10.56611291 C6_chemical_B3 +LQ09X004430 Predicted protein 11.60596301 C6_chemical_C1 +LQ09X004430 Predicted protein 11.76579743 C6_chemical_C2 +LQ09X004430 Predicted protein 11.79558428 C6_chemical_C3 +LQ09X004430 Predicted protein 9.889165092 L4_control_A1 +LQ09X004430 Predicted protein 9.146766147 L4_control_A2 +LQ09X004430 Predicted protein 8.239803067 L4_control_A3 +LQ09X004430 Predicted protein 10.80072046 L4_control_B1 +LQ09X004430 Predicted protein 9.588045943 L4_control_B2 +LQ09X004430 Predicted protein 10.35277718 L4_control_B3 +LQ09X004430 Predicted protein 10.5084838 L4_control_C2 +LQ09X004430 Predicted protein 9.869347187 L4_control_C3 +LQ09X004430 Predicted protein 10.47022974 L4_chemical_A1 +LQ09X004430 Predicted protein 9.603329991 L4_chemical_A2 +LQ09X004430 Predicted protein 8.896921852 L4_chemical_A3 +LQ09X004430 Predicted protein 10.02029163 L4_chemical_B1 +LQ09X004430 Predicted protein 9.744871622 L4_chemical_B2 +LQ09X004430 Predicted protein 10.29508548 L4_chemical_B3 +LQ09X004430 Predicted protein 10.54401362 L4_chemical_C2 +LQ09X004430 Predicted protein 10.25295509 L4_chemical_C3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.535817061 C6_control_A1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.075036872 C6_control_A3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.164355869 C6_control_B1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.446016639 C6_control_B2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.156554808 C6_control_B3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.727856937 C6_control_C1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.58205982 C6_control_C2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.696090982 C6_control_C3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.352975414 C6_chemical_A1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 4.857991095 C6_chemical_A3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.456414985 C6_chemical_B1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.116572382 C6_chemical_B2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.120760422 C6_chemical_B3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.534768281 C6_chemical_C1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.51895457 C6_chemical_C2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.773195925 C6_chemical_C3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.091205919 L4_control_A1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.153749762 L4_control_A2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.50363617 L4_control_A3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.311343782 L4_control_B1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.252365823 L4_control_B2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.140407094 L4_control_B3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.136546752 L4_control_C2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.475183339 L4_control_C3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.026746086 L4_chemical_A1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.483763582 L4_chemical_A2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.510460272 L4_chemical_A3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.041642005 L4_chemical_B1 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.210066394 L4_chemical_B2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.118029452 L4_chemical_B3 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.160416556 L4_chemical_C2 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.548601166 L4_chemical_C3 +LQ09X004450 Putative uncharacterized protein 10.54775801 C6_control_A1 +LQ09X004450 Putative uncharacterized protein 9.854722277 C6_control_A3 +LQ09X004450 Putative uncharacterized protein 10.6220213 C6_control_B1 +LQ09X004450 Putative uncharacterized protein 10.77040454 C6_control_B2 +LQ09X004450 Putative uncharacterized protein 10.54206237 C6_control_B3 +LQ09X004450 Putative uncharacterized protein 11.14573639 C6_control_C1 +LQ09X004450 Putative uncharacterized protein 10.94740869 C6_control_C2 +LQ09X004450 Putative uncharacterized protein 10.86981944 C6_control_C3 +LQ09X004450 Putative uncharacterized protein 10.76483783 C6_chemical_A1 +LQ09X004450 Putative uncharacterized protein 10.1426925 C6_chemical_A3 +LQ09X004450 Putative uncharacterized protein 10.89764336 C6_chemical_B1 +LQ09X004450 Putative uncharacterized protein 10.86134356 C6_chemical_B2 +LQ09X004450 Putative uncharacterized protein 10.80328382 C6_chemical_B3 +LQ09X004450 Putative uncharacterized protein 11.20724288 C6_chemical_C1 +LQ09X004450 Putative uncharacterized protein 10.94855408 C6_chemical_C2 +LQ09X004450 Putative uncharacterized protein 11.34471037 C6_chemical_C3 +LQ09X004450 Putative uncharacterized protein 10.12994804 L4_control_A1 +LQ09X004450 Putative uncharacterized protein 9.508127249 L4_control_A2 +LQ09X004450 Putative uncharacterized protein 9.797805735 L4_control_A3 +LQ09X004450 Putative uncharacterized protein 10.05811857 L4_control_B1 +LQ09X004450 Putative uncharacterized protein 10.31708037 L4_control_B2 +LQ09X004450 Putative uncharacterized protein 11.01292343 L4_control_B3 +LQ09X004450 Putative uncharacterized protein 11.14547328 L4_control_C2 +LQ09X004450 Putative uncharacterized protein 10.70370917 L4_control_C3 +LQ09X004450 Putative uncharacterized protein 9.980299091 L4_chemical_A1 +LQ09X004450 Putative uncharacterized protein 9.635834301 L4_chemical_A2 +LQ09X004450 Putative uncharacterized protein 10.02134495 L4_chemical_A3 +LQ09X004450 Putative uncharacterized protein 9.813920056 L4_chemical_B1 +LQ09X004450 Putative uncharacterized protein 10.09213185 L4_chemical_B2 +LQ09X004450 Putative uncharacterized protein 10.40660614 L4_chemical_B3 +LQ09X004450 Putative uncharacterized protein 10.91864114 L4_chemical_C2 +LQ09X004450 Putative uncharacterized protein 10.81301243 L4_chemical_C3 +LQ09X004460 Putative uncharacterized protein 9.185854482 C6_control_A1 +LQ09X004460 Putative uncharacterized protein 8.559695557 C6_control_A3 +LQ09X004460 Putative uncharacterized protein 9.836503346 C6_control_B1 +LQ09X004460 Putative uncharacterized protein 10.02232525 C6_control_B2 +LQ09X004460 Putative uncharacterized protein 9.716646795 C6_control_B3 +LQ09X004460 Putative uncharacterized protein 11.2885868 C6_control_C1 +LQ09X004460 Putative uncharacterized protein 11.53005411 C6_control_C2 +LQ09X004460 Putative uncharacterized protein 10.97740742 C6_control_C3 +LQ09X004460 Putative uncharacterized protein 9.221055989 C6_chemical_A1 +LQ09X004460 Putative uncharacterized protein 9.408306184 C6_chemical_A3 +LQ09X004460 Putative uncharacterized protein 10.29727505 C6_chemical_B1 +LQ09X004460 Putative uncharacterized protein 10.43376493 C6_chemical_B2 +LQ09X004460 Putative uncharacterized protein 10.14291845 C6_chemical_B3 +LQ09X004460 Putative uncharacterized protein 11.13181115 C6_chemical_C1 +LQ09X004460 Putative uncharacterized protein 11.64831478 C6_chemical_C2 +LQ09X004460 Putative uncharacterized protein 11.06357716 C6_chemical_C3 +LQ09X004460 Putative uncharacterized protein 8.755935294 L4_control_A1 +LQ09X004460 Putative uncharacterized protein 9.251828063 L4_control_A2 +LQ09X004460 Putative uncharacterized protein 9.742769163 L4_control_A3 +LQ09X004460 Putative uncharacterized protein 9.286379197 L4_control_B1 +LQ09X004460 Putative uncharacterized protein 10.19702451 L4_control_B2 +LQ09X004460 Putative uncharacterized protein 10.37743693 L4_control_B3 +LQ09X004460 Putative uncharacterized protein 11.11553081 L4_control_C2 +LQ09X004460 Putative uncharacterized protein 11.51344158 L4_control_C3 +LQ09X004460 Putative uncharacterized protein 8.699432004 L4_chemical_A1 +LQ09X004460 Putative uncharacterized protein 8.887245386 L4_chemical_A2 +LQ09X004460 Putative uncharacterized protein 8.947736027 L4_chemical_A3 +LQ09X004460 Putative uncharacterized protein 8.926843884 L4_chemical_B1 +LQ09X004460 Putative uncharacterized protein 8.861354759 L4_chemical_B2 +LQ09X004460 Putative uncharacterized protein 9.6537991 L4_chemical_B3 +LQ09X004460 Putative uncharacterized protein 10.79469772 L4_chemical_C2 +LQ09X004460 Putative uncharacterized protein 11.59161687 L4_chemical_C3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.055072428 C6_control_A1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.642084368 C6_control_A3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.847934371 C6_control_B1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.092069308 C6_control_B2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.941525784 C6_control_B3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.854562409 C6_control_C1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.102235309 C6_control_C2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.044577936 C6_control_C3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.057626064 C6_chemical_A1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.289999993 C6_chemical_A3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.645445763 C6_chemical_B1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.880231221 C6_chemical_B2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.030229267 C6_chemical_B3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.923161088 C6_chemical_C1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.41606562 C6_chemical_C2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.648894582 C6_chemical_C3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.803460722 L4_control_A1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.851098061 L4_control_A2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.53175996 L4_control_A3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.454784995 L4_control_B1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.178881758 L4_control_B2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.763586354 L4_control_B3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.323151789 L4_control_C2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.143977136 L4_control_C3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.247488167 L4_chemical_A1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.893574043 L4_chemical_A2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.292924978 L4_chemical_A3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.281978698 L4_chemical_B1 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.981353644 L4_chemical_B2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.955073979 L4_chemical_B3 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.16884241 L4_chemical_C2 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 4.913311731 L4_chemical_C3 +LQ09X004500 Clathrin interactor, putative 5.599298245 C6_control_A1 +LQ09X004500 Clathrin interactor, putative 5.874095511 C6_control_A3 +LQ09X004500 Clathrin interactor, putative 5.223023064 C6_control_B1 +LQ09X004500 Clathrin interactor, putative 5.629821835 C6_control_B2 +LQ09X004500 Clathrin interactor, putative 5.178928742 C6_control_B3 +LQ09X004500 Clathrin interactor, putative 5.319004313 C6_control_C1 +LQ09X004500 Clathrin interactor, putative 5.729037894 C6_control_C2 +LQ09X004500 Clathrin interactor, putative 5.286608681 C6_control_C3 +LQ09X004500 Clathrin interactor, putative 5.265596916 C6_chemical_A1 +LQ09X004500 Clathrin interactor, putative 5.332374921 C6_chemical_A3 +LQ09X004500 Clathrin interactor, putative 5.501135359 C6_chemical_B1 +LQ09X004500 Clathrin interactor, putative 5.80416248 C6_chemical_B2 +LQ09X004500 Clathrin interactor, putative 5.386615989 C6_chemical_B3 +LQ09X004500 Clathrin interactor, putative 5.118797076 C6_chemical_C1 +LQ09X004500 Clathrin interactor, putative 5.943914459 C6_chemical_C2 +LQ09X004500 Clathrin interactor, putative 5.605402793 C6_chemical_C3 +LQ09X004500 Clathrin interactor, putative 5.395649825 L4_control_A1 +LQ09X004500 Clathrin interactor, putative 5.174785189 L4_control_A2 +LQ09X004500 Clathrin interactor, putative 5.414763073 L4_control_A3 +LQ09X004500 Clathrin interactor, putative 5.380890476 L4_control_B1 +LQ09X004500 Clathrin interactor, putative 5.670689393 L4_control_B2 +LQ09X004500 Clathrin interactor, putative 5.243615333 L4_control_B3 +LQ09X004500 Clathrin interactor, putative 5.737892418 L4_control_C2 +LQ09X004500 Clathrin interactor, putative 5.781015699 L4_control_C3 +LQ09X004500 Clathrin interactor, putative 5.338146715 L4_chemical_A1 +LQ09X004500 Clathrin interactor, putative 5.201854967 L4_chemical_A2 +LQ09X004500 Clathrin interactor, putative 5.577481334 L4_chemical_A3 +LQ09X004500 Clathrin interactor, putative 5.33632182 L4_chemical_B1 +LQ09X004500 Clathrin interactor, putative 4.981311155 L4_chemical_B2 +LQ09X004500 Clathrin interactor, putative 5.440158459 L4_chemical_B3 +LQ09X004500 Clathrin interactor, putative 4.883665194 L4_chemical_C2 +LQ09X004500 Clathrin interactor, putative 5.264488082 L4_chemical_C3 +LQ09X004510 3-5 exonuclease, putative 5.014054159 C6_control_A1 +LQ09X004510 3-5 exonuclease, putative 5.180569417 C6_control_A3 +LQ09X004510 3-5 exonuclease, putative 5.241439117 C6_control_B1 +LQ09X004510 3-5 exonuclease, putative 5.469461735 C6_control_B2 +LQ09X004510 3-5 exonuclease, putative 5.202176321 C6_control_B3 +LQ09X004510 3-5 exonuclease, putative 5.253841628 C6_control_C1 +LQ09X004510 3-5 exonuclease, putative 6.186595257 C6_control_C2 +LQ09X004510 3-5 exonuclease, putative 5.185573721 C6_control_C3 +LQ09X004510 3-5 exonuclease, putative 5.285634392 C6_chemical_A1 +LQ09X004510 3-5 exonuclease, putative 5.341944311 C6_chemical_A3 +LQ09X004510 3-5 exonuclease, putative 5.628465716 C6_chemical_B1 +LQ09X004510 3-5 exonuclease, putative 5.256547958 C6_chemical_B2 +LQ09X004510 3-5 exonuclease, putative 5.21146598 C6_chemical_B3 +LQ09X004510 3-5 exonuclease, putative 5.23025445 C6_chemical_C1 +LQ09X004510 3-5 exonuclease, putative 5.797212825 C6_chemical_C2 +LQ09X004510 3-5 exonuclease, putative 5.40458102 C6_chemical_C3 +LQ09X004510 3-5 exonuclease, putative 5.277238876 L4_control_A1 +LQ09X004510 3-5 exonuclease, putative 5.090167416 L4_control_A2 +LQ09X004510 3-5 exonuclease, putative 5.342120588 L4_control_A3 +LQ09X004510 3-5 exonuclease, putative 5.262604516 L4_control_B1 +LQ09X004510 3-5 exonuclease, putative 5.521001085 L4_control_B2 +LQ09X004510 3-5 exonuclease, putative 4.982305602 L4_control_B3 +LQ09X004510 3-5 exonuclease, putative 5.578169483 L4_control_C2 +LQ09X004510 3-5 exonuclease, putative 6.104098522 L4_control_C3 +LQ09X004510 3-5 exonuclease, putative 5.513407461 L4_chemical_A1 +LQ09X004510 3-5 exonuclease, putative 5.376372285 L4_chemical_A2 +LQ09X004510 3-5 exonuclease, putative 5.117489542 L4_chemical_A3 +LQ09X004510 3-5 exonuclease, putative 5.057826775 L4_chemical_B1 +LQ09X004510 3-5 exonuclease, putative 4.918728147 L4_chemical_B2 +LQ09X004510 3-5 exonuclease, putative 5.399081255 L4_chemical_B3 +LQ09X004510 3-5 exonuclease, putative 6.031516545 L4_chemical_C2 +LQ09X004510 3-5 exonuclease, putative 5.264477225 L4_chemical_C3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.724366004 C6_control_A1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.294000057 C6_control_A3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.213242985 C6_control_B1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.706916819 C6_control_B2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 6.236093266 C6_control_B3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.637632733 C6_control_C1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.706995642 C6_control_C2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.698288668 C6_control_C3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.822674981 C6_chemical_A1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.44108986 C6_chemical_A3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.323248304 C6_chemical_B1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.76573047 C6_chemical_B2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.664707676 C6_chemical_B3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.644249495 C6_chemical_C1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 6.375041363 C6_chemical_C2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.686893387 C6_chemical_C3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.499799247 L4_control_A1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.589064092 L4_control_A2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.57700529 L4_control_A3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.270995745 L4_control_B1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 6.075371123 L4_control_B2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.86009177 L4_control_B3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.795111962 L4_control_C2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 6.678857487 L4_control_C3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.635321868 L4_chemical_A1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.603931796 L4_chemical_A2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.48566687 L4_chemical_A3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 6.164883044 L4_chemical_B1 +LQ09X004520 Putative Protein EARLY FLOWERING 3 6.445345326 L4_chemical_B2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.431653941 L4_chemical_B3 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.957681449 L4_chemical_C2 +LQ09X004520 Putative Protein EARLY FLOWERING 3 6.600641627 L4_chemical_C3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.835637057 C6_control_A1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.776322047 C6_control_A3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.399796125 C6_control_B1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.738908444 C6_control_B2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.821410609 C6_control_B3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.623034588 C6_control_C1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.005311609 C6_control_C2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.81337792 C6_control_C3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.698921251 C6_chemical_A1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.605384845 C6_chemical_A3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.654416962 C6_chemical_B1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.101086224 C6_chemical_B2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.136043567 C6_chemical_B3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.794277077 C6_chemical_C1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.916696132 C6_chemical_C2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.744656419 C6_chemical_C3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.886037528 L4_control_A1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.682772736 L4_control_A2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.551487284 L4_control_A3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.24107595 L4_control_B1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.902781754 L4_control_B2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.849266565 L4_control_B3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.857466187 L4_control_C2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.509463674 L4_control_C3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.712796561 L4_chemical_A1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.186791625 L4_chemical_A2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.013922526 L4_chemical_A3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.076551197 L4_chemical_B1 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.886028506 L4_chemical_B2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.943149485 L4_chemical_B3 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.600636622 L4_chemical_C2 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 5.632694295 L4_chemical_C3 +LQ09X004560 Putative uncharacterized protein 14.59664913 C6_control_A1 +LQ09X004560 Putative uncharacterized protein 14.6585105 C6_control_A3 +LQ09X004560 Putative uncharacterized protein 14.79545399 C6_control_B1 +LQ09X004560 Putative uncharacterized protein 14.89744524 C6_control_B2 +LQ09X004560 Putative uncharacterized protein 14.86452104 C6_control_B3 +LQ09X004560 Putative uncharacterized protein 13.58699055 C6_control_C1 +LQ09X004560 Putative uncharacterized protein 13.61196001 C6_control_C2 +LQ09X004560 Putative uncharacterized protein 13.51978344 C6_control_C3 +LQ09X004560 Putative uncharacterized protein 14.84919484 C6_chemical_A1 +LQ09X004560 Putative uncharacterized protein 13.95127466 C6_chemical_A3 +LQ09X004560 Putative uncharacterized protein 14.69008559 C6_chemical_B1 +LQ09X004560 Putative uncharacterized protein 14.75440332 C6_chemical_B2 +LQ09X004560 Putative uncharacterized protein 14.49993501 C6_chemical_B3 +LQ09X004560 Putative uncharacterized protein 13.8012155 C6_chemical_C1 +LQ09X004560 Putative uncharacterized protein 13.49861688 C6_chemical_C2 +LQ09X004560 Putative uncharacterized protein 12.85304901 C6_chemical_C3 +LQ09X004560 Putative uncharacterized protein 14.51746202 L4_control_A1 +LQ09X004560 Putative uncharacterized protein 14.39855252 L4_control_A2 +LQ09X004560 Putative uncharacterized protein 14.0416412 L4_control_A3 +LQ09X004560 Putative uncharacterized protein 14.25524389 L4_control_B1 +LQ09X004560 Putative uncharacterized protein 13.83780002 L4_control_B2 +LQ09X004560 Putative uncharacterized protein 14.06190365 L4_control_B3 +LQ09X004560 Putative uncharacterized protein 12.77264491 L4_control_C2 +LQ09X004560 Putative uncharacterized protein 12.6014148 L4_control_C3 +LQ09X004560 Putative uncharacterized protein 14.18661045 L4_chemical_A1 +LQ09X004560 Putative uncharacterized protein 14.50326044 L4_chemical_A2 +LQ09X004560 Putative uncharacterized protein 13.82782083 L4_chemical_A3 +LQ09X004560 Putative uncharacterized protein 14.44287794 L4_chemical_B1 +LQ09X004560 Putative uncharacterized protein 14.65339239 L4_chemical_B2 +LQ09X004560 Putative uncharacterized protein 14.64853757 L4_chemical_B3 +LQ09X004560 Putative uncharacterized protein 13.0808426 L4_chemical_C2 +LQ09X004560 Putative uncharacterized protein 12.61789005 L4_chemical_C3 +LQ09X004580 Vacuolar-processing enzyme 5.91430006 C6_control_A1 +LQ09X004580 Vacuolar-processing enzyme 5.732037129 C6_control_A3 +LQ09X004580 Vacuolar-processing enzyme 6.298786111 C6_control_B1 +LQ09X004580 Vacuolar-processing enzyme 6.601014763 C6_control_B2 +LQ09X004580 Vacuolar-processing enzyme 5.890377408 C6_control_B3 +LQ09X004580 Vacuolar-processing enzyme 7.301693671 C6_control_C1 +LQ09X004580 Vacuolar-processing enzyme 8.496423144 C6_control_C2 +LQ09X004580 Vacuolar-processing enzyme 6.675394708 C6_control_C3 +LQ09X004580 Vacuolar-processing enzyme 5.998285237 C6_chemical_A1 +LQ09X004580 Vacuolar-processing enzyme 6.201985235 C6_chemical_A3 +LQ09X004580 Vacuolar-processing enzyme 6.068501127 C6_chemical_B1 +LQ09X004580 Vacuolar-processing enzyme 6.624678598 C6_chemical_B2 +LQ09X004580 Vacuolar-processing enzyme 5.832352859 C6_chemical_B3 +LQ09X004580 Vacuolar-processing enzyme 6.350834569 C6_chemical_C1 +LQ09X004580 Vacuolar-processing enzyme 6.909032766 C6_chemical_C2 +LQ09X004580 Vacuolar-processing enzyme 6.642498996 C6_chemical_C3 +LQ09X004580 Vacuolar-processing enzyme 5.247473465 L4_control_A1 +LQ09X004580 Vacuolar-processing enzyme 5.734561715 L4_control_A2 +LQ09X004580 Vacuolar-processing enzyme 4.779753284 L4_control_A3 +LQ09X004580 Vacuolar-processing enzyme 5.779618578 L4_control_B1 +LQ09X004580 Vacuolar-processing enzyme 5.402878961 L4_control_B2 +LQ09X004580 Vacuolar-processing enzyme 5.897807756 L4_control_B3 +LQ09X004580 Vacuolar-processing enzyme 6.144704096 L4_control_C2 +LQ09X004580 Vacuolar-processing enzyme 5.952918325 L4_control_C3 +LQ09X004580 Vacuolar-processing enzyme 5.857269643 L4_chemical_A1 +LQ09X004580 Vacuolar-processing enzyme 5.850863501 L4_chemical_A2 +LQ09X004580 Vacuolar-processing enzyme 5.363479965 L4_chemical_A3 +LQ09X004580 Vacuolar-processing enzyme 5.834926021 L4_chemical_B1 +LQ09X004580 Vacuolar-processing enzyme 5.535888953 L4_chemical_B2 +LQ09X004580 Vacuolar-processing enzyme 5.754501296 L4_chemical_B3 +LQ09X004580 Vacuolar-processing enzyme 5.648445283 L4_chemical_C2 +LQ09X004580 Vacuolar-processing enzyme 6.012757873 L4_chemical_C3 +LQ09X004590 Putative uncharacterized protein 7.255780264 C6_control_A1 +LQ09X004590 Putative uncharacterized protein 7.49151678 C6_control_A3 +LQ09X004590 Putative uncharacterized protein 7.253283874 C6_control_B1 +LQ09X004590 Putative uncharacterized protein 7.130793345 C6_control_B2 +LQ09X004590 Putative uncharacterized protein 6.879202286 C6_control_B3 +LQ09X004590 Putative uncharacterized protein 7.246854667 C6_control_C1 +LQ09X004590 Putative uncharacterized protein 7.159586225 C6_control_C2 +LQ09X004590 Putative uncharacterized protein 7.136573863 C6_control_C3 +LQ09X004590 Putative uncharacterized protein 6.939154451 C6_chemical_A1 +LQ09X004590 Putative uncharacterized protein 7.65970177 C6_chemical_A3 +LQ09X004590 Putative uncharacterized protein 7.126856042 C6_chemical_B1 +LQ09X004590 Putative uncharacterized protein 6.890975802 C6_chemical_B2 +LQ09X004590 Putative uncharacterized protein 6.83577793 C6_chemical_B3 +LQ09X004590 Putative uncharacterized protein 7.347055411 C6_chemical_C1 +LQ09X004590 Putative uncharacterized protein 7.717859613 C6_chemical_C2 +LQ09X004590 Putative uncharacterized protein 7.542538755 C6_chemical_C3 +LQ09X004590 Putative uncharacterized protein 6.840600733 L4_control_A1 +LQ09X004590 Putative uncharacterized protein 7.811720559 L4_control_A2 +LQ09X004590 Putative uncharacterized protein 8.411780373 L4_control_A3 +LQ09X004590 Putative uncharacterized protein 7.261766728 L4_control_B1 +LQ09X004590 Putative uncharacterized protein 7.882815591 L4_control_B2 +LQ09X004590 Putative uncharacterized protein 7.185178963 L4_control_B3 +LQ09X004590 Putative uncharacterized protein 8.865949619 L4_control_C2 +LQ09X004590 Putative uncharacterized protein 7.704097592 L4_control_C3 +LQ09X004590 Putative uncharacterized protein 7.123720889 L4_chemical_A1 +LQ09X004590 Putative uncharacterized protein 7.550487585 L4_chemical_A2 +LQ09X004590 Putative uncharacterized protein 7.361780058 L4_chemical_A3 +LQ09X004590 Putative uncharacterized protein 7.438929378 L4_chemical_B1 +LQ09X004590 Putative uncharacterized protein 7.18803382 L4_chemical_B2 +LQ09X004590 Putative uncharacterized protein 7.202017576 L4_chemical_B3 +LQ09X004590 Putative uncharacterized protein 8.712771748 L4_chemical_C2 +LQ09X004590 Putative uncharacterized protein 7.940339113 L4_chemical_C3 +LQ09X004600 Probable protein phosphatase 2C 72 5.804690253 C6_control_A1 +LQ09X004600 Probable protein phosphatase 2C 72 5.353109642 C6_control_A3 +LQ09X004600 Probable protein phosphatase 2C 72 6.142396464 C6_control_B1 +LQ09X004600 Probable protein phosphatase 2C 72 6.17089121 C6_control_B2 +LQ09X004600 Probable protein phosphatase 2C 72 6.020782158 C6_control_B3 +LQ09X004600 Probable protein phosphatase 2C 72 8.478113708 C6_control_C1 +LQ09X004600 Probable protein phosphatase 2C 72 7.820076142 C6_control_C2 +LQ09X004600 Probable protein phosphatase 2C 72 8.836540813 C6_control_C3 +LQ09X004600 Probable protein phosphatase 2C 72 5.405248074 C6_chemical_A1 +LQ09X004600 Probable protein phosphatase 2C 72 5.712037968 C6_chemical_A3 +LQ09X004600 Probable protein phosphatase 2C 72 5.28102593 C6_chemical_B1 +LQ09X004600 Probable protein phosphatase 2C 72 6.598984997 C6_chemical_B2 +LQ09X004600 Probable protein phosphatase 2C 72 6.395803241 C6_chemical_B3 +LQ09X004600 Probable protein phosphatase 2C 72 8.013403198 C6_chemical_C1 +LQ09X004600 Probable protein phosphatase 2C 72 7.573114741 C6_chemical_C2 +LQ09X004600 Probable protein phosphatase 2C 72 7.909341795 C6_chemical_C3 +LQ09X004600 Probable protein phosphatase 2C 72 6.06232065 L4_control_A1 +LQ09X004600 Probable protein phosphatase 2C 72 5.732062037 L4_control_A2 +LQ09X004600 Probable protein phosphatase 2C 72 5.754327246 L4_control_A3 +LQ09X004600 Probable protein phosphatase 2C 72 5.74049365 L4_control_B1 +LQ09X004600 Probable protein phosphatase 2C 72 5.990485545 L4_control_B2 +LQ09X004600 Probable protein phosphatase 2C 72 7.607016663 L4_control_B3 +LQ09X004600 Probable protein phosphatase 2C 72 7.417182499 L4_control_C2 +LQ09X004600 Probable protein phosphatase 2C 72 8.157762653 L4_control_C3 +LQ09X004600 Probable protein phosphatase 2C 72 6.190903163 L4_chemical_A1 +LQ09X004600 Probable protein phosphatase 2C 72 6.053623509 L4_chemical_A2 +LQ09X004600 Probable protein phosphatase 2C 72 5.099462215 L4_chemical_A3 +LQ09X004600 Probable protein phosphatase 2C 72 6.324653292 L4_chemical_B1 +LQ09X004600 Probable protein phosphatase 2C 72 5.836092801 L4_chemical_B2 +LQ09X004600 Probable protein phosphatase 2C 72 6.90797598 L4_chemical_B3 +LQ09X004600 Probable protein phosphatase 2C 72 7.24117355 L4_chemical_C2 +LQ09X004600 Probable protein phosphatase 2C 72 7.483240339 L4_chemical_C3 +LQ09X004610 Putative uncharacterized protein 11.5682615 C6_control_A1 +LQ09X004610 Putative uncharacterized protein 12.02577519 C6_control_A3 +LQ09X004610 Putative uncharacterized protein 11.30594732 C6_control_B1 +LQ09X004610 Putative uncharacterized protein 11.41950667 C6_control_B2 +LQ09X004610 Putative uncharacterized protein 11.96763781 C6_control_B3 +LQ09X004610 Putative uncharacterized protein 11.61046044 C6_control_C1 +LQ09X004610 Putative uncharacterized protein 11.23237537 C6_control_C2 +LQ09X004610 Putative uncharacterized protein 11.91609144 C6_control_C3 +LQ09X004610 Putative uncharacterized protein 11.27266183 C6_chemical_A1 +LQ09X004610 Putative uncharacterized protein 11.75178196 C6_chemical_A3 +LQ09X004610 Putative uncharacterized protein 10.6590315 C6_chemical_B1 +LQ09X004610 Putative uncharacterized protein 11.23481486 C6_chemical_B2 +LQ09X004610 Putative uncharacterized protein 12.05423945 C6_chemical_B3 +LQ09X004610 Putative uncharacterized protein 11.64544757 C6_chemical_C1 +LQ09X004610 Putative uncharacterized protein 11.35226057 C6_chemical_C2 +LQ09X004610 Putative uncharacterized protein 11.54403193 C6_chemical_C3 +LQ09X004610 Putative uncharacterized protein 11.49795931 L4_control_A1 +LQ09X004610 Putative uncharacterized protein 10.86485716 L4_control_A2 +LQ09X004610 Putative uncharacterized protein 11.97768652 L4_control_A3 +LQ09X004610 Putative uncharacterized protein 11.86274091 L4_control_B1 +LQ09X004610 Putative uncharacterized protein 10.37514479 L4_control_B2 +LQ09X004610 Putative uncharacterized protein 12.1183324 L4_control_B3 +LQ09X004610 Putative uncharacterized protein 11.37192472 L4_control_C2 +LQ09X004610 Putative uncharacterized protein 11.40773627 L4_control_C3 +LQ09X004610 Putative uncharacterized protein 11.24405019 L4_chemical_A1 +LQ09X004610 Putative uncharacterized protein 10.70698526 L4_chemical_A2 +LQ09X004610 Putative uncharacterized protein 12.42017746 L4_chemical_A3 +LQ09X004610 Putative uncharacterized protein 11.68683998 L4_chemical_B1 +LQ09X004610 Putative uncharacterized protein 10.21815264 L4_chemical_B2 +LQ09X004610 Putative uncharacterized protein 11.72468584 L4_chemical_B3 +LQ09X004610 Putative uncharacterized protein 11.24672078 L4_chemical_C2 +LQ09X004610 Putative uncharacterized protein 11.52706086 L4_chemical_C3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.31722582 C6_control_A1 +LQ09X004620 Putative UPF0424 protein C1orf128 12.4092902 C6_control_A3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.24040677 C6_control_B1 +LQ09X004620 Putative UPF0424 protein C1orf128 11.57359129 C6_control_B2 +LQ09X004620 Putative UPF0424 protein C1orf128 12.13619551 C6_control_B3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.17427461 C6_control_C1 +LQ09X004620 Putative UPF0424 protein C1orf128 11.3478797 C6_control_C2 +LQ09X004620 Putative UPF0424 protein C1orf128 11.7762132 C6_control_C3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.50390574 C6_chemical_A1 +LQ09X004620 Putative UPF0424 protein C1orf128 12.34962255 C6_chemical_A3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.33404598 C6_chemical_B1 +LQ09X004620 Putative UPF0424 protein C1orf128 11.82229794 C6_chemical_B2 +LQ09X004620 Putative UPF0424 protein C1orf128 11.85324476 C6_chemical_B3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.4078384 C6_chemical_C1 +LQ09X004620 Putative UPF0424 protein C1orf128 11.63385602 C6_chemical_C2 +LQ09X004620 Putative UPF0424 protein C1orf128 11.47758279 C6_chemical_C3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.50232269 L4_control_A1 +LQ09X004620 Putative UPF0424 protein C1orf128 12.07968573 L4_control_A2 +LQ09X004620 Putative UPF0424 protein C1orf128 11.92237719 L4_control_A3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.05461898 L4_control_B1 +LQ09X004620 Putative UPF0424 protein C1orf128 11.35547761 L4_control_B2 +LQ09X004620 Putative UPF0424 protein C1orf128 11.71333954 L4_control_B3 +LQ09X004620 Putative UPF0424 protein C1orf128 11.75077203 L4_control_C2 +LQ09X004620 Putative UPF0424 protein C1orf128 11.57651356 L4_control_C3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.68636578 L4_chemical_A1 +LQ09X004620 Putative UPF0424 protein C1orf128 12.3427333 L4_chemical_A2 +LQ09X004620 Putative UPF0424 protein C1orf128 12.11673363 L4_chemical_A3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.25763474 L4_chemical_B1 +LQ09X004620 Putative UPF0424 protein C1orf128 12.02431284 L4_chemical_B2 +LQ09X004620 Putative UPF0424 protein C1orf128 11.92099378 L4_chemical_B3 +LQ09X004620 Putative UPF0424 protein C1orf128 12.08890735 L4_chemical_C2 +LQ09X004620 Putative UPF0424 protein C1orf128 11.76745162 L4_chemical_C3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.03360408 C6_control_A1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.16576812 C6_control_A3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.565425947 C6_control_B1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.756657264 C6_control_B2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.529311869 C6_control_B3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.5867187 C6_control_C1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.60867521 C6_control_C2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.939149111 C6_control_C3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.95989104 C6_chemical_A1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.12680535 C6_chemical_A3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.599444642 C6_chemical_B1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.959177644 C6_chemical_B2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.598065902 C6_chemical_B3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.48020136 C6_chemical_C1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.53848881 C6_chemical_C2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.18106765 C6_chemical_C3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.23676859 L4_control_A1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.778556248 L4_control_A2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.24230735 L4_control_A3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.343007689 L4_control_B1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.15462322 L4_control_B2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.793256288 L4_control_B3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 11.08704127 L4_control_C2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.60238168 L4_control_C3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.982482871 L4_chemical_A1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.397976132 L4_chemical_A2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.89026917 L4_chemical_A3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.883056798 L4_chemical_B1 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.06415193 L4_chemical_B2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.594697756 L4_chemical_B3 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 11.18738709 L4_chemical_C2 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 10.58236767 L4_chemical_C3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.972500447 C6_control_A1 +LQ09X004670 Putative Far upstream element-binding protein 2 5.560908062 C6_control_A3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.402220773 C6_control_B1 +LQ09X004670 Putative Far upstream element-binding protein 2 5.777641318 C6_control_B2 +LQ09X004670 Putative Far upstream element-binding protein 2 6.014679665 C6_control_B3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.890033795 C6_control_C1 +LQ09X004670 Putative Far upstream element-binding protein 2 5.658375714 C6_control_C2 +LQ09X004670 Putative Far upstream element-binding protein 2 6.132871214 C6_control_C3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.788216115 C6_chemical_A1 +LQ09X004670 Putative Far upstream element-binding protein 2 5.955426097 C6_chemical_A3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.61654867 C6_chemical_B1 +LQ09X004670 Putative Far upstream element-binding protein 2 5.808879241 C6_chemical_B2 +LQ09X004670 Putative Far upstream element-binding protein 2 5.4242302 C6_chemical_B3 +LQ09X004670 Putative Far upstream element-binding protein 2 6.064963937 C6_chemical_C1 +LQ09X004670 Putative Far upstream element-binding protein 2 6.207333271 C6_chemical_C2 +LQ09X004670 Putative Far upstream element-binding protein 2 6.323350359 C6_chemical_C3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.711332878 L4_control_A1 +LQ09X004670 Putative Far upstream element-binding protein 2 6.096725603 L4_control_A2 +LQ09X004670 Putative Far upstream element-binding protein 2 6.105455256 L4_control_A3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.506438844 L4_control_B1 +LQ09X004670 Putative Far upstream element-binding protein 2 5.68740148 L4_control_B2 +LQ09X004670 Putative Far upstream element-binding protein 2 5.463790164 L4_control_B3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.217038809 L4_control_C2 +LQ09X004670 Putative Far upstream element-binding protein 2 5.427546913 L4_control_C3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.986627367 L4_chemical_A1 +LQ09X004670 Putative Far upstream element-binding protein 2 5.966138044 L4_chemical_A2 +LQ09X004670 Putative Far upstream element-binding protein 2 5.646287429 L4_chemical_A3 +LQ09X004670 Putative Far upstream element-binding protein 2 4.943096201 L4_chemical_B1 +LQ09X004670 Putative Far upstream element-binding protein 2 5.822782239 L4_chemical_B2 +LQ09X004670 Putative Far upstream element-binding protein 2 5.705715112 L4_chemical_B3 +LQ09X004670 Putative Far upstream element-binding protein 2 5.788044275 L4_chemical_C2 +LQ09X004670 Putative Far upstream element-binding protein 2 4.99435309 L4_chemical_C3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.57981609 C6_control_A1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.68350241 C6_control_A3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.92130002 C6_control_B1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.28405582 C6_control_B2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.98364019 C6_control_B3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.27340347 C6_control_C1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 12.87455404 C6_control_C2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.28027763 C6_control_C3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.73833206 C6_chemical_A1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.23680127 C6_chemical_A3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.92079391 C6_chemical_B1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.00132835 C6_chemical_B2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.90175162 C6_chemical_B3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.27951811 C6_chemical_C1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.19973781 C6_chemical_C2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.00079805 C6_chemical_C3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.78960654 L4_control_A1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.10989637 L4_control_A2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.25248247 L4_control_A3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.18817335 L4_control_B1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.45897289 L4_control_B2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.64958316 L4_control_B3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.62370673 L4_control_C2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.19728604 L4_control_C3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.90066039 L4_chemical_A1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.16319626 L4_chemical_A2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.01656322 L4_chemical_A3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.56618895 L4_chemical_B1 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.59458497 L4_chemical_B2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.47479041 L4_chemical_B3 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.62451731 L4_chemical_C2 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 14.21190933 L4_chemical_C3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.976494472 C6_control_A1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.254921961 C6_control_A3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.65933593 C6_control_B1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.051518568 C6_control_B2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.966926594 C6_control_B3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.751669539 C6_control_C1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.784769275 C6_control_C2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.136534801 C6_control_C3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.094724328 C6_chemical_A1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.975422422 C6_chemical_A3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.003800862 C6_chemical_B1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.886714309 C6_chemical_B2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.18371749 C6_chemical_B3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.756969552 C6_chemical_C1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.871541228 C6_chemical_C2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.31543397 C6_chemical_C3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.764463169 L4_control_A1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.927919114 L4_control_A2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.753177102 L4_control_A3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.102840061 L4_control_B1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.531124631 L4_control_B2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.263042567 L4_control_B3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.993984977 L4_control_C2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.218423242 L4_control_C3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.951454081 L4_chemical_A1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.126112629 L4_chemical_A2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.504481962 L4_chemical_A3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.959227969 L4_chemical_B1 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 4.989376467 L4_chemical_B2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.204222248 L4_chemical_B3 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.520034882 L4_chemical_C2 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.208016947 L4_chemical_C3 +LQ09X004710 Pollen-specific protein SF21 12.34393941 C6_control_A1 +LQ09X004710 Pollen-specific protein SF21 12.03917633 C6_control_A3 +LQ09X004710 Pollen-specific protein SF21 12.63896545 C6_control_B1 +LQ09X004710 Pollen-specific protein SF21 12.40040099 C6_control_B2 +LQ09X004710 Pollen-specific protein SF21 12.39745107 C6_control_B3 +LQ09X004710 Pollen-specific protein SF21 10.05317829 C6_control_C1 +LQ09X004710 Pollen-specific protein SF21 10.85765283 C6_control_C2 +LQ09X004710 Pollen-specific protein SF21 10.04615083 C6_control_C3 +LQ09X004710 Pollen-specific protein SF21 12.58043463 C6_chemical_A1 +LQ09X004710 Pollen-specific protein SF21 12.30382758 C6_chemical_A3 +LQ09X004710 Pollen-specific protein SF21 12.88403684 C6_chemical_B1 +LQ09X004710 Pollen-specific protein SF21 12.43599789 C6_chemical_B2 +LQ09X004710 Pollen-specific protein SF21 12.49370377 C6_chemical_B3 +LQ09X004710 Pollen-specific protein SF21 10.16456917 C6_chemical_C1 +LQ09X004710 Pollen-specific protein SF21 9.96449284 C6_chemical_C2 +LQ09X004710 Pollen-specific protein SF21 9.378810319 C6_chemical_C3 +LQ09X004710 Pollen-specific protein SF21 12.01676591 L4_control_A1 +LQ09X004710 Pollen-specific protein SF21 12.2030531 L4_control_A2 +LQ09X004710 Pollen-specific protein SF21 12.17110736 L4_control_A3 +LQ09X004710 Pollen-specific protein SF21 12.87555854 L4_control_B1 +LQ09X004710 Pollen-specific protein SF21 13.2086838 L4_control_B2 +LQ09X004710 Pollen-specific protein SF21 13.05167477 L4_control_B3 +LQ09X004710 Pollen-specific protein SF21 10.48413935 L4_control_C2 +LQ09X004710 Pollen-specific protein SF21 11.5134023 L4_control_C3 +LQ09X004710 Pollen-specific protein SF21 11.77467156 L4_chemical_A1 +LQ09X004710 Pollen-specific protein SF21 12.08271518 L4_chemical_A2 +LQ09X004710 Pollen-specific protein SF21 11.70088046 L4_chemical_A3 +LQ09X004710 Pollen-specific protein SF21 12.75226244 L4_chemical_B1 +LQ09X004710 Pollen-specific protein SF21 13.28299749 L4_chemical_B2 +LQ09X004710 Pollen-specific protein SF21 12.11128021 L4_chemical_B3 +LQ09X004710 Pollen-specific protein SF21 10.58369177 L4_chemical_C2 +LQ09X004710 Pollen-specific protein SF21 11.06407579 L4_chemical_C3 +LQ09X004730 Bel1 homeotic protein, putative 5.22366768 C6_control_A1 +LQ09X004730 Bel1 homeotic protein, putative 4.951512634 C6_control_A3 +LQ09X004730 Bel1 homeotic protein, putative 5.128605071 C6_control_B1 +LQ09X004730 Bel1 homeotic protein, putative 4.977792515 C6_control_B2 +LQ09X004730 Bel1 homeotic protein, putative 4.954753796 C6_control_B3 +LQ09X004730 Bel1 homeotic protein, putative 4.949415852 C6_control_C1 +LQ09X004730 Bel1 homeotic protein, putative 5.400631174 C6_control_C2 +LQ09X004730 Bel1 homeotic protein, putative 5.001470459 C6_control_C3 +LQ09X004730 Bel1 homeotic protein, putative 5.067998737 C6_chemical_A1 +LQ09X004730 Bel1 homeotic protein, putative 5.356350149 C6_chemical_A3 +LQ09X004730 Bel1 homeotic protein, putative 5.377668054 C6_chemical_B1 +LQ09X004730 Bel1 homeotic protein, putative 5.097026366 C6_chemical_B2 +LQ09X004730 Bel1 homeotic protein, putative 5.356075454 C6_chemical_B3 +LQ09X004730 Bel1 homeotic protein, putative 5.00329594 C6_chemical_C1 +LQ09X004730 Bel1 homeotic protein, putative 5.152570544 C6_chemical_C2 +LQ09X004730 Bel1 homeotic protein, putative 5.042432148 C6_chemical_C3 +LQ09X004730 Bel1 homeotic protein, putative 5.114834562 L4_control_A1 +LQ09X004730 Bel1 homeotic protein, putative 5.173409463 L4_control_A2 +LQ09X004730 Bel1 homeotic protein, putative 5.080798794 L4_control_A3 +LQ09X004730 Bel1 homeotic protein, putative 5.12167823 L4_control_B1 +LQ09X004730 Bel1 homeotic protein, putative 5.297485472 L4_control_B2 +LQ09X004730 Bel1 homeotic protein, putative 5.259371241 L4_control_B3 +LQ09X004730 Bel1 homeotic protein, putative 5.343792305 L4_control_C2 +LQ09X004730 Bel1 homeotic protein, putative 6.071374577 L4_control_C3 +LQ09X004730 Bel1 homeotic protein, putative 5.046606261 L4_chemical_A1 +LQ09X004730 Bel1 homeotic protein, putative 5.154633388 L4_chemical_A2 +LQ09X004730 Bel1 homeotic protein, putative 4.812704388 L4_chemical_A3 +LQ09X004730 Bel1 homeotic protein, putative 5.188699433 L4_chemical_B1 +LQ09X004730 Bel1 homeotic protein, putative 5.419701946 L4_chemical_B2 +LQ09X004730 Bel1 homeotic protein, putative 5.11131941 L4_chemical_B3 +LQ09X004730 Bel1 homeotic protein, putative 5.421521777 L4_chemical_C2 +LQ09X004730 Bel1 homeotic protein, putative 5.227656833 L4_chemical_C3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.274919896 C6_control_A1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 7.394111016 C6_control_A3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.627263191 C6_control_B1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.077670641 C6_control_B2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.839341319 C6_control_B3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 7.891740016 C6_control_C1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 7.717905163 C6_control_C2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 7.694011836 C6_control_C3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.604759646 C6_chemical_A1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.243167366 C6_chemical_A3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.42223584 C6_chemical_B1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.300343746 C6_chemical_B2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.681274264 C6_chemical_B3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 7.889069866 C6_chemical_C1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.108035506 C6_chemical_C2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.264790248 C6_chemical_C3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.708407761 L4_control_A1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.479843368 L4_control_A2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 9.429227066 L4_control_A3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.860754545 L4_control_B1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 9.583534569 L4_control_B2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 9.102273045 L4_control_B3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 9.892836643 L4_control_C2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.881337964 L4_control_C3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.446328791 L4_chemical_A1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.537023441 L4_chemical_A2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.915541824 L4_chemical_A3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.776902906 L4_chemical_B1 +LQ09X004760 Putative uncharacterized protein Sb10g022170 9.358933551 L4_chemical_B2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.742698075 L4_chemical_B3 +LQ09X004760 Putative uncharacterized protein Sb10g022170 9.465681043 L4_chemical_C2 +LQ09X004760 Putative uncharacterized protein Sb10g022170 9.212124692 L4_chemical_C3 +LQ09X004770 Histone deacetylase 2 10.43974705 C6_control_A1 +LQ09X004770 Histone deacetylase 2 10.33118503 C6_control_A3 +LQ09X004770 Histone deacetylase 2 10.46275158 C6_control_B1 +LQ09X004770 Histone deacetylase 2 11.20498989 C6_control_B2 +LQ09X004770 Histone deacetylase 2 10.65436545 C6_control_B3 +LQ09X004770 Histone deacetylase 2 11.88451951 C6_control_C1 +LQ09X004770 Histone deacetylase 2 12.08128801 C6_control_C2 +LQ09X004770 Histone deacetylase 2 12.01035713 C6_control_C3 +LQ09X004770 Histone deacetylase 2 10.2619126 C6_chemical_A1 +LQ09X004770 Histone deacetylase 2 10.36876235 C6_chemical_A3 +LQ09X004770 Histone deacetylase 2 10.26252994 C6_chemical_B1 +LQ09X004770 Histone deacetylase 2 11.33646491 C6_chemical_B2 +LQ09X004770 Histone deacetylase 2 10.82844938 C6_chemical_B3 +LQ09X004770 Histone deacetylase 2 11.83120432 C6_chemical_C1 +LQ09X004770 Histone deacetylase 2 11.86609122 C6_chemical_C2 +LQ09X004770 Histone deacetylase 2 12.17664227 C6_chemical_C3 +LQ09X004770 Histone deacetylase 2 10.0440461 L4_control_A1 +LQ09X004770 Histone deacetylase 2 10.49234872 L4_control_A2 +LQ09X004770 Histone deacetylase 2 10.52840427 L4_control_A3 +LQ09X004770 Histone deacetylase 2 10.27538713 L4_control_B1 +LQ09X004770 Histone deacetylase 2 9.778130692 L4_control_B2 +LQ09X004770 Histone deacetylase 2 10.8441191 L4_control_B3 +LQ09X004770 Histone deacetylase 2 11.56754657 L4_control_C2 +LQ09X004770 Histone deacetylase 2 11.38924364 L4_control_C3 +LQ09X004770 Histone deacetylase 2 10.49826282 L4_chemical_A1 +LQ09X004770 Histone deacetylase 2 10.72313784 L4_chemical_A2 +LQ09X004770 Histone deacetylase 2 10.52548845 L4_chemical_A3 +LQ09X004770 Histone deacetylase 2 10.06809494 L4_chemical_B1 +LQ09X004770 Histone deacetylase 2 9.10312132 L4_chemical_B2 +LQ09X004770 Histone deacetylase 2 10.21108963 L4_chemical_B3 +LQ09X004770 Histone deacetylase 2 11.2464737 L4_chemical_C2 +LQ09X004770 Histone deacetylase 2 11.44042366 L4_chemical_C3 +LQ09X004780 Calcineurin B-like protein 10 9.301483263 C6_control_A1 +LQ09X004780 Calcineurin B-like protein 10 9.548015884 C6_control_A3 +LQ09X004780 Calcineurin B-like protein 10 9.797656353 C6_control_B1 +LQ09X004780 Calcineurin B-like protein 10 10.33385368 C6_control_B2 +LQ09X004780 Calcineurin B-like protein 10 9.892924013 C6_control_B3 +LQ09X004780 Calcineurin B-like protein 10 9.279542242 C6_control_C1 +LQ09X004780 Calcineurin B-like protein 10 9.814714589 C6_control_C2 +LQ09X004780 Calcineurin B-like protein 10 10.08996449 C6_control_C3 +LQ09X004780 Calcineurin B-like protein 10 9.103243578 C6_chemical_A1 +LQ09X004780 Calcineurin B-like protein 10 9.468540943 C6_chemical_A3 +LQ09X004780 Calcineurin B-like protein 10 9.784364063 C6_chemical_B1 +LQ09X004780 Calcineurin B-like protein 10 10.47050622 C6_chemical_B2 +LQ09X004780 Calcineurin B-like protein 10 9.438735378 C6_chemical_B3 +LQ09X004780 Calcineurin B-like protein 10 8.908327733 C6_chemical_C1 +LQ09X004780 Calcineurin B-like protein 10 9.467698907 C6_chemical_C2 +LQ09X004780 Calcineurin B-like protein 10 8.694089962 C6_chemical_C3 +LQ09X004780 Calcineurin B-like protein 10 9.824826915 L4_control_A1 +LQ09X004780 Calcineurin B-like protein 10 10.45037363 L4_control_A2 +LQ09X004780 Calcineurin B-like protein 10 9.803632509 L4_control_A3 +LQ09X004780 Calcineurin B-like protein 10 10.38750764 L4_control_B1 +LQ09X004780 Calcineurin B-like protein 10 10.71603439 L4_control_B2 +LQ09X004780 Calcineurin B-like protein 10 10.68610124 L4_control_B3 +LQ09X004780 Calcineurin B-like protein 10 9.155594449 L4_control_C2 +LQ09X004780 Calcineurin B-like protein 10 10.0783548 L4_control_C3 +LQ09X004780 Calcineurin B-like protein 10 10.79082547 L4_chemical_A1 +LQ09X004780 Calcineurin B-like protein 10 11.16849894 L4_chemical_A2 +LQ09X004780 Calcineurin B-like protein 10 10.14382793 L4_chemical_A3 +LQ09X004780 Calcineurin B-like protein 10 9.858808534 L4_chemical_B1 +LQ09X004780 Calcineurin B-like protein 10 10.57172483 L4_chemical_B2 +LQ09X004780 Calcineurin B-like protein 10 9.956633712 L4_chemical_B3 +LQ09X004780 Calcineurin B-like protein 10 9.316380731 L4_chemical_C2 +LQ09X004780 Calcineurin B-like protein 10 10.4583715 L4_chemical_C3 +LQ09X004790 Predicted protein 11.11118332 C6_control_A1 +LQ09X004790 Predicted protein 11.28428221 C6_control_A3 +LQ09X004790 Predicted protein 10.6245913 C6_control_B1 +LQ09X004790 Predicted protein 11.21184542 C6_control_B2 +LQ09X004790 Predicted protein 10.397359 C6_control_B3 +LQ09X004790 Predicted protein 11.16573011 C6_control_C1 +LQ09X004790 Predicted protein 11.30354369 C6_control_C2 +LQ09X004790 Predicted protein 11.02646514 C6_control_C3 +LQ09X004790 Predicted protein 10.72988223 C6_chemical_A1 +LQ09X004790 Predicted protein 10.69415432 C6_chemical_A3 +LQ09X004790 Predicted protein 10.55550957 C6_chemical_B1 +LQ09X004790 Predicted protein 11.18617223 C6_chemical_B2 +LQ09X004790 Predicted protein 9.931808278 C6_chemical_B3 +LQ09X004790 Predicted protein 11.30962315 C6_chemical_C1 +LQ09X004790 Predicted protein 11.51747214 C6_chemical_C2 +LQ09X004790 Predicted protein 10.7456883 C6_chemical_C3 +LQ09X004790 Predicted protein 9.49904995 L4_control_A1 +LQ09X004790 Predicted protein 10.1940079 L4_control_A2 +LQ09X004790 Predicted protein 8.232013213 L4_control_A3 +LQ09X004790 Predicted protein 9.638723922 L4_control_B1 +LQ09X004790 Predicted protein 8.693556991 L4_control_B2 +LQ09X004790 Predicted protein 9.531365217 L4_control_B3 +LQ09X004790 Predicted protein 9.526421168 L4_control_C2 +LQ09X004790 Predicted protein 9.265180397 L4_control_C3 +LQ09X004790 Predicted protein 10.0826845 L4_chemical_A1 +LQ09X004790 Predicted protein 10.31027614 L4_chemical_A2 +LQ09X004790 Predicted protein 7.57809558 L4_chemical_A3 +LQ09X004790 Predicted protein 9.131610993 L4_chemical_B1 +LQ09X004790 Predicted protein 9.80589081 L4_chemical_B2 +LQ09X004790 Predicted protein 9.60271469 L4_chemical_B3 +LQ09X004790 Predicted protein 10.29417521 L4_chemical_C2 +LQ09X004790 Predicted protein 9.756621586 L4_chemical_C3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.699313377 C6_control_A1 +LQ09X004810 Putative Uncharacterized protein ycf36 5.79124529 C6_control_A3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.278579837 C6_control_B1 +LQ09X004810 Putative Uncharacterized protein ycf36 6.819191571 C6_control_B2 +LQ09X004810 Putative Uncharacterized protein ycf36 6.562990549 C6_control_B3 +LQ09X004810 Putative Uncharacterized protein ycf36 7.680069834 C6_control_C1 +LQ09X004810 Putative Uncharacterized protein ycf36 7.20787011 C6_control_C2 +LQ09X004810 Putative Uncharacterized protein ycf36 7.466050905 C6_control_C3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.255582924 C6_chemical_A1 +LQ09X004810 Putative Uncharacterized protein ycf36 6.045934466 C6_chemical_A3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.067985597 C6_chemical_B1 +LQ09X004810 Putative Uncharacterized protein ycf36 6.578757969 C6_chemical_B2 +LQ09X004810 Putative Uncharacterized protein ycf36 6.0609039 C6_chemical_B3 +LQ09X004810 Putative Uncharacterized protein ycf36 7.524993336 C6_chemical_C1 +LQ09X004810 Putative Uncharacterized protein ycf36 7.559584006 C6_chemical_C2 +LQ09X004810 Putative Uncharacterized protein ycf36 6.791906349 C6_chemical_C3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.225498315 L4_control_A1 +LQ09X004810 Putative Uncharacterized protein ycf36 6.193460401 L4_control_A2 +LQ09X004810 Putative Uncharacterized protein ycf36 5.918909186 L4_control_A3 +LQ09X004810 Putative Uncharacterized protein ycf36 5.826140025 L4_control_B1 +LQ09X004810 Putative Uncharacterized protein ycf36 6.421533103 L4_control_B2 +LQ09X004810 Putative Uncharacterized protein ycf36 5.934565192 L4_control_B3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.239643856 L4_control_C2 +LQ09X004810 Putative Uncharacterized protein ycf36 5.72302648 L4_control_C3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.108258506 L4_chemical_A1 +LQ09X004810 Putative Uncharacterized protein ycf36 6.475033674 L4_chemical_A2 +LQ09X004810 Putative Uncharacterized protein ycf36 6.031897133 L4_chemical_A3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.1631859 L4_chemical_B1 +LQ09X004810 Putative Uncharacterized protein ycf36 6.656209205 L4_chemical_B2 +LQ09X004810 Putative Uncharacterized protein ycf36 5.95505551 L4_chemical_B3 +LQ09X004810 Putative Uncharacterized protein ycf36 6.190156952 L4_chemical_C2 +LQ09X004810 Putative Uncharacterized protein ycf36 6.156316066 L4_chemical_C3 +LQ09X004820 Map3k delta-1 protein kinase, putative 4.981298858 C6_control_A1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.110816554 C6_control_A3 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.651964045 C6_control_B1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.387154656 C6_control_B2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.622419726 C6_control_B3 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.347851238 C6_control_C1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.279410701 C6_control_C2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.268606652 C6_control_C3 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.004536943 C6_chemical_A1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.170008048 C6_chemical_A3 +LQ09X004820 Map3k delta-1 protein kinase, putative 6.074520564 C6_chemical_B1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.450064809 C6_chemical_B2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.422137945 C6_chemical_B3 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.128890393 C6_chemical_C1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.158456251 C6_chemical_C2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.682463684 C6_chemical_C3 +LQ09X004820 Map3k delta-1 protein kinase, putative 4.895461578 L4_control_A1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.150689061 L4_control_A2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.197630733 L4_control_A3 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.626199452 L4_control_B1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.583881738 L4_control_B2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.527817334 L4_control_B3 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.653106694 L4_control_C2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.573489579 L4_control_C3 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.17142361 L4_chemical_A1 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.134313454 L4_chemical_A2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.065680906 L4_chemical_A3 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.339267083 L4_chemical_B1 +LQ09X004820 Map3k delta-1 protein kinase, putative 6.494900045 L4_chemical_B2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.104482498 L4_chemical_B3 +LQ09X004820 Map3k delta-1 protein kinase, putative 6.433359525 L4_chemical_C2 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.921337895 L4_chemical_C3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.278989107 C6_control_A1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.153151659 C6_control_A3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.589844727 C6_control_B1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.594630147 C6_control_B2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.675256361 C6_control_B3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.555674908 C6_control_C1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.922582385 C6_control_C2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.822833581 C6_control_C3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.512721667 C6_chemical_A1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.730862725 C6_chemical_A3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.783476933 C6_chemical_B1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.729727105 C6_chemical_B2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.576843676 C6_chemical_B3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.64202944 C6_chemical_C1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.589178772 C6_chemical_C2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.835566423 C6_chemical_C3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.492383722 L4_control_A1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.631779763 L4_control_A2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.04172775 L4_control_A3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 4.683647902 L4_control_B1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.137447849 L4_control_B2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.6206175 L4_control_B3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.122790081 L4_control_C2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.190908457 L4_control_C3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.453138826 L4_chemical_A1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.491110272 L4_chemical_A2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.361440373 L4_chemical_A3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.422974175 L4_chemical_B1 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 4.687504234 L4_chemical_B2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.565760987 L4_chemical_B3 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.279424103 L4_chemical_C2 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 6.065719309 L4_chemical_C3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.81065174 C6_control_A1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.19235474 C6_control_A3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.90816988 C6_control_B1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.88073651 C6_control_B2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.5226939 C6_control_B3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 12.19681249 C6_control_C1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.71573766 C6_control_C2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 12.19852189 C6_control_C3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.67662686 C6_chemical_A1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.4148796 C6_chemical_A3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.89604136 C6_chemical_B1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.95651645 C6_chemical_B2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.5220775 C6_chemical_B3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 12.09131377 C6_chemical_C1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 12.00907492 C6_chemical_C2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.91518901 C6_chemical_C3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.61715857 L4_control_A1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.00937021 L4_control_A2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.3982763 L4_control_A3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.43885087 L4_control_B1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.42561758 L4_control_B2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 12.17713584 L4_control_B3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.8753819 L4_control_C2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.81935503 L4_control_C3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.46043026 L4_chemical_A1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.1457348 L4_chemical_A2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.49232534 L4_chemical_A3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.85545903 L4_chemical_B1 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.79308937 L4_chemical_B2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.40793537 L4_chemical_B3 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 11.2305575 L4_chemical_C2 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 12.24617947 L4_chemical_C3 +LQ09X004880 Predicted protein 5.606922429 C6_control_A1 +LQ09X004880 Predicted protein 6.106292353 C6_control_A3 +LQ09X004880 Predicted protein 5.188115301 C6_control_B1 +LQ09X004880 Predicted protein 5.16155449 C6_control_B2 +LQ09X004880 Predicted protein 4.983354201 C6_control_B3 +LQ09X004880 Predicted protein 5.101233959 C6_control_C1 +LQ09X004880 Predicted protein 5.985636819 C6_control_C2 +LQ09X004880 Predicted protein 5.209390066 C6_control_C3 +LQ09X004880 Predicted protein 5.674928777 C6_chemical_A1 +LQ09X004880 Predicted protein 5.31360693 C6_chemical_A3 +LQ09X004880 Predicted protein 5.496188778 C6_chemical_B1 +LQ09X004880 Predicted protein 5.295211915 C6_chemical_B2 +LQ09X004880 Predicted protein 5.015914622 C6_chemical_B3 +LQ09X004880 Predicted protein 5.278016036 C6_chemical_C1 +LQ09X004880 Predicted protein 5.187250763 C6_chemical_C2 +LQ09X004880 Predicted protein 5.170742628 C6_chemical_C3 +LQ09X004880 Predicted protein 5.188465815 L4_control_A1 +LQ09X004880 Predicted protein 5.226686425 L4_control_A2 +LQ09X004880 Predicted protein 5.459542721 L4_control_A3 +LQ09X004880 Predicted protein 5.400918544 L4_control_B1 +LQ09X004880 Predicted protein 5.591811706 L4_control_B2 +LQ09X004880 Predicted protein 5.534703452 L4_control_B3 +LQ09X004880 Predicted protein 5.761658023 L4_control_C2 +LQ09X004880 Predicted protein 5.248744741 L4_control_C3 +LQ09X004880 Predicted protein 5.212178686 L4_chemical_A1 +LQ09X004880 Predicted protein 5.247965831 L4_chemical_A2 +LQ09X004880 Predicted protein 6.117063271 L4_chemical_A3 +LQ09X004880 Predicted protein 5.68850557 L4_chemical_B1 +LQ09X004880 Predicted protein 5.30612381 L4_chemical_B2 +LQ09X004880 Predicted protein 5.25395984 L4_chemical_B3 +LQ09X004880 Predicted protein 5.429713436 L4_chemical_C2 +LQ09X004880 Predicted protein 5.526874311 L4_chemical_C3 +LQ09X004900 Predicted protein 12.39146057 C6_control_A1 +LQ09X004900 Predicted protein 11.97908033 C6_control_A3 +LQ09X004900 Predicted protein 12.2835849 C6_control_B1 +LQ09X004900 Predicted protein 13.89121452 C6_control_B2 +LQ09X004900 Predicted protein 13.2955059 C6_control_B3 +LQ09X004900 Predicted protein 11.66243441 C6_control_C1 +LQ09X004900 Predicted protein 11.40095158 C6_control_C2 +LQ09X004900 Predicted protein 11.34413504 C6_control_C3 +LQ09X004900 Predicted protein 12.17721293 C6_chemical_A1 +LQ09X004900 Predicted protein 12.05566479 C6_chemical_A3 +LQ09X004900 Predicted protein 12.42140859 C6_chemical_B1 +LQ09X004900 Predicted protein 13.61282349 C6_chemical_B2 +LQ09X004900 Predicted protein 13.29477202 C6_chemical_B3 +LQ09X004900 Predicted protein 11.83621905 C6_chemical_C1 +LQ09X004900 Predicted protein 11.76736443 C6_chemical_C2 +LQ09X004900 Predicted protein 11.03716672 C6_chemical_C3 +LQ09X004900 Predicted protein 12.34741259 L4_control_A1 +LQ09X004900 Predicted protein 13.14409741 L4_control_A2 +LQ09X004900 Predicted protein 12.19172772 L4_control_A3 +LQ09X004900 Predicted protein 12.95353324 L4_control_B1 +LQ09X004900 Predicted protein 12.82841238 L4_control_B2 +LQ09X004900 Predicted protein 13.8029512 L4_control_B3 +LQ09X004900 Predicted protein 10.92068872 L4_control_C2 +LQ09X004900 Predicted protein 11.01549968 L4_control_C3 +LQ09X004900 Predicted protein 11.73855118 L4_chemical_A1 +LQ09X004900 Predicted protein 12.29798346 L4_chemical_A2 +LQ09X004900 Predicted protein 11.82600653 L4_chemical_A3 +LQ09X004900 Predicted protein 12.10651351 L4_chemical_B1 +LQ09X004900 Predicted protein 12.53607518 L4_chemical_B2 +LQ09X004900 Predicted protein 12.7242015 L4_chemical_B3 +LQ09X004900 Predicted protein 10.63995513 L4_chemical_C2 +LQ09X004900 Predicted protein 10.54122289 L4_chemical_C3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.041221112 C6_control_A1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.078620234 C6_control_A3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.899570591 C6_control_B1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.379852825 C6_control_B2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.459117298 C6_control_B3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 4.748770645 C6_control_C1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.021657817 C6_control_C2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 4.868243993 C6_control_C3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.408276256 C6_chemical_A1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.086872654 C6_chemical_A3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.526270592 C6_chemical_B1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.326983138 C6_chemical_B2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.882925381 C6_chemical_B3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 4.853957611 C6_chemical_C1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 4.894956386 C6_chemical_C2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 4.865471745 C6_chemical_C3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.541260683 L4_control_A1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.85394723 L4_control_A2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.313754689 L4_control_A3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.713505001 L4_control_B1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.412947481 L4_control_B2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.737663469 L4_control_B3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 4.996754081 L4_control_C2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.627341798 L4_control_C3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.226016476 L4_chemical_A1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.365390851 L4_chemical_A2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.340289084 L4_chemical_A3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.623671999 L4_chemical_B1 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.587088442 L4_chemical_B2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.633195326 L4_chemical_B3 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.320885052 L4_chemical_C2 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.180067529 L4_chemical_C3 +LQ09X004930 Putative Fatty acid desaturase 3 6.558319021 C6_control_A1 +LQ09X004930 Putative Fatty acid desaturase 3 7.466220009 C6_control_A3 +LQ09X004930 Putative Fatty acid desaturase 3 6.52356501 C6_control_B1 +LQ09X004930 Putative Fatty acid desaturase 3 6.393174657 C6_control_B2 +LQ09X004930 Putative Fatty acid desaturase 3 6.527169456 C6_control_B3 +LQ09X004930 Putative Fatty acid desaturase 3 5.847997111 C6_control_C1 +LQ09X004930 Putative Fatty acid desaturase 3 6.743995195 C6_control_C2 +LQ09X004930 Putative Fatty acid desaturase 3 5.78280014 C6_control_C3 +LQ09X004930 Putative Fatty acid desaturase 3 5.813512203 C6_chemical_A1 +LQ09X004930 Putative Fatty acid desaturase 3 5.995228795 C6_chemical_A3 +LQ09X004930 Putative Fatty acid desaturase 3 5.93688392 C6_chemical_B1 +LQ09X004930 Putative Fatty acid desaturase 3 6.240892109 C6_chemical_B2 +LQ09X004930 Putative Fatty acid desaturase 3 5.925918636 C6_chemical_B3 +LQ09X004930 Putative Fatty acid desaturase 3 5.609862356 C6_chemical_C1 +LQ09X004930 Putative Fatty acid desaturase 3 5.731019261 C6_chemical_C2 +LQ09X004930 Putative Fatty acid desaturase 3 5.310151404 C6_chemical_C3 +LQ09X004930 Putative Fatty acid desaturase 3 6.025700633 L4_control_A1 +LQ09X004930 Putative Fatty acid desaturase 3 5.956411487 L4_control_A2 +LQ09X004930 Putative Fatty acid desaturase 3 5.834014177 L4_control_A3 +LQ09X004930 Putative Fatty acid desaturase 3 5.040326565 L4_control_B1 +LQ09X004930 Putative Fatty acid desaturase 3 5.946538812 L4_control_B2 +LQ09X004930 Putative Fatty acid desaturase 3 5.751760685 L4_control_B3 +LQ09X004930 Putative Fatty acid desaturase 3 5.825575395 L4_control_C2 +LQ09X004930 Putative Fatty acid desaturase 3 6.407092527 L4_control_C3 +LQ09X004930 Putative Fatty acid desaturase 3 5.502621343 L4_chemical_A1 +LQ09X004930 Putative Fatty acid desaturase 3 5.736745101 L4_chemical_A2 +LQ09X004930 Putative Fatty acid desaturase 3 5.893171022 L4_chemical_A3 +LQ09X004930 Putative Fatty acid desaturase 3 5.892032096 L4_chemical_B1 +LQ09X004930 Putative Fatty acid desaturase 3 6.158940956 L4_chemical_B2 +LQ09X004930 Putative Fatty acid desaturase 3 5.952497019 L4_chemical_B3 +LQ09X004930 Putative Fatty acid desaturase 3 5.690104699 L4_chemical_C2 +LQ09X004930 Putative Fatty acid desaturase 3 5.844341199 L4_chemical_C3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.563524672 C6_control_A1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.777115651 C6_control_A3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.647036791 C6_control_B1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.611961525 C6_control_B2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.084083878 C6_control_B3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.352029249 C6_control_C1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.627805333 C6_control_C2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.386640421 C6_control_C3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.609483616 C6_chemical_A1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.917020295 C6_chemical_A3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.192840373 C6_chemical_B1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.411778301 C6_chemical_B2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.144414751 C6_chemical_B3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.275002421 C6_chemical_C1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.292624937 C6_chemical_C2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.034626306 C6_chemical_C3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.85435863 L4_control_A1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.49943329 L4_control_A2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.365654622 L4_control_A3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.038475938 L4_control_B1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.444576968 L4_control_B2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.380927407 L4_control_B3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.859613993 L4_control_C2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.025284769 L4_control_C3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.531927815 L4_chemical_A1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.246888154 L4_chemical_A2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.448361665 L4_chemical_A3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.331803311 L4_chemical_B1 +LQ09X004940 Putative Translation machinery-associated protein 22 5.389860503 L4_chemical_B2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.139311023 L4_chemical_B3 +LQ09X004940 Putative Translation machinery-associated protein 22 5.732285105 L4_chemical_C2 +LQ09X004940 Putative Translation machinery-associated protein 22 5.403117119 L4_chemical_C3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.38139395 C6_control_A1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.33078094 C6_control_A3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 11.7220579 C6_control_B1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.62372344 C6_control_B2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 11.98999678 C6_control_B3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.49218878 C6_control_C1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 13.43517772 C6_control_C2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 13.2182186 C6_control_C3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.33821163 C6_chemical_A1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.23025821 C6_chemical_A3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.33116757 C6_chemical_B1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.99579576 C6_chemical_B2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.46107772 C6_chemical_B3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.58974248 C6_chemical_C1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 13.15143573 C6_chemical_C2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.74961786 C6_chemical_C3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.58851295 L4_control_A1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.27072749 L4_control_A2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.60371702 L4_control_A3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.30621733 L4_control_B1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.55787985 L4_control_B2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 13.00173053 L4_control_B3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.8485532 L4_control_C2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 13.45185938 L4_control_C3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 11.78215592 L4_chemical_A1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.24166544 L4_chemical_A2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.490326 L4_chemical_A3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.02172224 L4_chemical_B1 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.11256734 L4_chemical_B2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.70215374 L4_chemical_B3 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 13.35402725 L4_chemical_C2 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 13.5872863 L4_chemical_C3 +LQ09X005030 Glutaredoxin-C6 5.665857149 C6_control_A1 +LQ09X005030 Glutaredoxin-C6 5.694809255 C6_control_A3 +LQ09X005030 Glutaredoxin-C6 5.76440488 C6_control_B1 +LQ09X005030 Glutaredoxin-C6 6.449981531 C6_control_B2 +LQ09X005030 Glutaredoxin-C6 6.05078844 C6_control_B3 +LQ09X005030 Glutaredoxin-C6 6.238430758 C6_control_C1 +LQ09X005030 Glutaredoxin-C6 5.8431981 C6_control_C2 +LQ09X005030 Glutaredoxin-C6 6.12693055 C6_control_C3 +LQ09X005030 Glutaredoxin-C6 6.229623927 C6_chemical_A1 +LQ09X005030 Glutaredoxin-C6 5.968747148 C6_chemical_A3 +LQ09X005030 Glutaredoxin-C6 6.074020414 C6_chemical_B1 +LQ09X005030 Glutaredoxin-C6 6.356247647 C6_chemical_B2 +LQ09X005030 Glutaredoxin-C6 6.170375362 C6_chemical_B3 +LQ09X005030 Glutaredoxin-C6 6.311380491 C6_chemical_C1 +LQ09X005030 Glutaredoxin-C6 6.213789847 C6_chemical_C2 +LQ09X005030 Glutaredoxin-C6 6.075103714 C6_chemical_C3 +LQ09X005030 Glutaredoxin-C6 5.654681215 L4_control_A1 +LQ09X005030 Glutaredoxin-C6 6.262720837 L4_control_A2 +LQ09X005030 Glutaredoxin-C6 5.697551651 L4_control_A3 +LQ09X005030 Glutaredoxin-C6 5.977063849 L4_control_B1 +LQ09X005030 Glutaredoxin-C6 5.959583361 L4_control_B2 +LQ09X005030 Glutaredoxin-C6 6.032870333 L4_control_B3 +LQ09X005030 Glutaredoxin-C6 6.786915408 L4_control_C2 +LQ09X005030 Glutaredoxin-C6 5.636959271 L4_control_C3 +LQ09X005030 Glutaredoxin-C6 5.974370203 L4_chemical_A1 +LQ09X005030 Glutaredoxin-C6 6.085748874 L4_chemical_A2 +LQ09X005030 Glutaredoxin-C6 6.049135373 L4_chemical_A3 +LQ09X005030 Glutaredoxin-C6 5.834772278 L4_chemical_B1 +LQ09X005030 Glutaredoxin-C6 5.917695032 L4_chemical_B2 +LQ09X005030 Glutaredoxin-C6 6.025903255 L4_chemical_B3 +LQ09X005030 Glutaredoxin-C6 6.231000011 L4_chemical_C2 +LQ09X005030 Glutaredoxin-C6 5.499056359 L4_chemical_C3 +LQ09X005040 Heat shock factor protein HSF30 9.273229636 C6_control_A1 +LQ09X005040 Heat shock factor protein HSF30 7.965922997 C6_control_A3 +LQ09X005040 Heat shock factor protein HSF30 8.774939049 C6_control_B1 +LQ09X005040 Heat shock factor protein HSF30 9.815792532 C6_control_B2 +LQ09X005040 Heat shock factor protein HSF30 7.234172821 C6_control_B3 +LQ09X005040 Heat shock factor protein HSF30 10.9176381 C6_control_C1 +LQ09X005040 Heat shock factor protein HSF30 10.49762347 C6_control_C2 +LQ09X005040 Heat shock factor protein HSF30 8.626543612 C6_control_C3 +LQ09X005040 Heat shock factor protein HSF30 13.7664689 C6_chemical_A1 +LQ09X005040 Heat shock factor protein HSF30 8.988809573 C6_chemical_A3 +LQ09X005040 Heat shock factor protein HSF30 12.21628458 C6_chemical_B1 +LQ09X005040 Heat shock factor protein HSF30 12.69725489 C6_chemical_B2 +LQ09X005040 Heat shock factor protein HSF30 8.947700527 C6_chemical_B3 +LQ09X005040 Heat shock factor protein HSF30 13.99975763 C6_chemical_C1 +LQ09X005040 Heat shock factor protein HSF30 12.44662975 C6_chemical_C2 +LQ09X005040 Heat shock factor protein HSF30 10.36092479 C6_chemical_C3 +LQ09X005040 Heat shock factor protein HSF30 10.55844124 L4_control_A1 +LQ09X005040 Heat shock factor protein HSF30 11.27127143 L4_control_A2 +LQ09X005040 Heat shock factor protein HSF30 6.968545876 L4_control_A3 +LQ09X005040 Heat shock factor protein HSF30 8.472835086 L4_control_B1 +LQ09X005040 Heat shock factor protein HSF30 10.59831792 L4_control_B2 +LQ09X005040 Heat shock factor protein HSF30 7.61947737 L4_control_B3 +LQ09X005040 Heat shock factor protein HSF30 13.4274535 L4_control_C2 +LQ09X005040 Heat shock factor protein HSF30 8.943070922 L4_control_C3 +LQ09X005040 Heat shock factor protein HSF30 13.1074574 L4_chemical_A1 +LQ09X005040 Heat shock factor protein HSF30 14.61034004 L4_chemical_A2 +LQ09X005040 Heat shock factor protein HSF30 6.763184829 L4_chemical_A3 +LQ09X005040 Heat shock factor protein HSF30 9.908153443 L4_chemical_B1 +LQ09X005040 Heat shock factor protein HSF30 13.14101804 L4_chemical_B2 +LQ09X005040 Heat shock factor protein HSF30 7.906867313 L4_chemical_B3 +LQ09X005040 Heat shock factor protein HSF30 14.00716958 L4_chemical_C2 +LQ09X005040 Heat shock factor protein HSF30 9.556768692 L4_chemical_C3 +LQ09X005050 Putative Thromboxane-A synthase 6.213963288 C6_control_A1 +LQ09X005050 Putative Thromboxane-A synthase 5.489520081 C6_control_A3 +LQ09X005050 Putative Thromboxane-A synthase 6.257203803 C6_control_B1 +LQ09X005050 Putative Thromboxane-A synthase 5.946488128 C6_control_B2 +LQ09X005050 Putative Thromboxane-A synthase 6.136513159 C6_control_B3 +LQ09X005050 Putative Thromboxane-A synthase 6.492930758 C6_control_C1 +LQ09X005050 Putative Thromboxane-A synthase 6.48490884 C6_control_C2 +LQ09X005050 Putative Thromboxane-A synthase 6.866664291 C6_control_C3 +LQ09X005050 Putative Thromboxane-A synthase 5.726117213 C6_chemical_A1 +LQ09X005050 Putative Thromboxane-A synthase 5.770215008 C6_chemical_A3 +LQ09X005050 Putative Thromboxane-A synthase 6.065817537 C6_chemical_B1 +LQ09X005050 Putative Thromboxane-A synthase 5.793911242 C6_chemical_B2 +LQ09X005050 Putative Thromboxane-A synthase 5.41799364 C6_chemical_B3 +LQ09X005050 Putative Thromboxane-A synthase 6.292724713 C6_chemical_C1 +LQ09X005050 Putative Thromboxane-A synthase 7.105850869 C6_chemical_C2 +LQ09X005050 Putative Thromboxane-A synthase 6.548508162 C6_chemical_C3 +LQ09X005050 Putative Thromboxane-A synthase 5.276017699 L4_control_A1 +LQ09X005050 Putative Thromboxane-A synthase 6.057691845 L4_control_A2 +LQ09X005050 Putative Thromboxane-A synthase 5.307939141 L4_control_A3 +LQ09X005050 Putative Thromboxane-A synthase 6.202891002 L4_control_B1 +LQ09X005050 Putative Thromboxane-A synthase 6.038164925 L4_control_B2 +LQ09X005050 Putative Thromboxane-A synthase 5.650859446 L4_control_B3 +LQ09X005050 Putative Thromboxane-A synthase 7.751846114 L4_control_C2 +LQ09X005050 Putative Thromboxane-A synthase 6.111471622 L4_control_C3 +LQ09X005050 Putative Thromboxane-A synthase 5.526877074 L4_chemical_A1 +LQ09X005050 Putative Thromboxane-A synthase 5.978769803 L4_chemical_A2 +LQ09X005050 Putative Thromboxane-A synthase 5.403389374 L4_chemical_A3 +LQ09X005050 Putative Thromboxane-A synthase 6.352440269 L4_chemical_B1 +LQ09X005050 Putative Thromboxane-A synthase 5.89873521 L4_chemical_B2 +LQ09X005050 Putative Thromboxane-A synthase 5.732560322 L4_chemical_B3 +LQ09X005050 Putative Thromboxane-A synthase 7.357603967 L4_chemical_C2 +LQ09X005050 Putative Thromboxane-A synthase 6.242774857 L4_chemical_C3 +LQ09X005060 Calmodulin binding protein, putative 5.198892365 C6_control_A1 +LQ09X005060 Calmodulin binding protein, putative 6.535157276 C6_control_A3 +LQ09X005060 Calmodulin binding protein, putative 5.180338274 C6_control_B1 +LQ09X005060 Calmodulin binding protein, putative 4.837426108 C6_control_B2 +LQ09X005060 Calmodulin binding protein, putative 5.159965705 C6_control_B3 +LQ09X005060 Calmodulin binding protein, putative 5.507000014 C6_control_C1 +LQ09X005060 Calmodulin binding protein, putative 5.343199226 C6_control_C2 +LQ09X005060 Calmodulin binding protein, putative 4.978713835 C6_control_C3 +LQ09X005060 Calmodulin binding protein, putative 5.129974849 C6_chemical_A1 +LQ09X005060 Calmodulin binding protein, putative 5.024006349 C6_chemical_A3 +LQ09X005060 Calmodulin binding protein, putative 4.937672526 C6_chemical_B1 +LQ09X005060 Calmodulin binding protein, putative 4.736780805 C6_chemical_B2 +LQ09X005060 Calmodulin binding protein, putative 5.018603685 C6_chemical_B3 +LQ09X005060 Calmodulin binding protein, putative 5.524104866 C6_chemical_C1 +LQ09X005060 Calmodulin binding protein, putative 5.321385111 C6_chemical_C2 +LQ09X005060 Calmodulin binding protein, putative 5.298493841 C6_chemical_C3 +LQ09X005060 Calmodulin binding protein, putative 5.28760634 L4_control_A1 +LQ09X005060 Calmodulin binding protein, putative 5.410630067 L4_control_A2 +LQ09X005060 Calmodulin binding protein, putative 5.580980375 L4_control_A3 +LQ09X005060 Calmodulin binding protein, putative 5.623550034 L4_control_B1 +LQ09X005060 Calmodulin binding protein, putative 4.968410873 L4_control_B2 +LQ09X005060 Calmodulin binding protein, putative 4.924926854 L4_control_B3 +LQ09X005060 Calmodulin binding protein, putative 5.332544176 L4_control_C2 +LQ09X005060 Calmodulin binding protein, putative 5.001818837 L4_control_C3 +LQ09X005060 Calmodulin binding protein, putative 5.171689381 L4_chemical_A1 +LQ09X005060 Calmodulin binding protein, putative 5.343736924 L4_chemical_A2 +LQ09X005060 Calmodulin binding protein, putative 5.17092076 L4_chemical_A3 +LQ09X005060 Calmodulin binding protein, putative 5.525064434 L4_chemical_B1 +LQ09X005060 Calmodulin binding protein, putative 5.353001187 L4_chemical_B2 +LQ09X005060 Calmodulin binding protein, putative 5.07632949 L4_chemical_B3 +LQ09X005060 Calmodulin binding protein, putative 4.827047813 L4_chemical_C2 +LQ09X005060 Calmodulin binding protein, putative 5.214842898 L4_chemical_C3 +LQ09X005070 Predicted protein 9.697375283 C6_control_A1 +LQ09X005070 Predicted protein 10.0314394 C6_control_A3 +LQ09X005070 Predicted protein 8.893264155 C6_control_B1 +LQ09X005070 Predicted protein 8.374114624 C6_control_B2 +LQ09X005070 Predicted protein 8.933965713 C6_control_B3 +LQ09X005070 Predicted protein 8.33172987 C6_control_C1 +LQ09X005070 Predicted protein 8.602649353 C6_control_C2 +LQ09X005070 Predicted protein 9.244871822 C6_control_C3 +LQ09X005070 Predicted protein 9.040077915 C6_chemical_A1 +LQ09X005070 Predicted protein 10.09051091 C6_chemical_A3 +LQ09X005070 Predicted protein 8.001576934 C6_chemical_B1 +LQ09X005070 Predicted protein 8.622322549 C6_chemical_B2 +LQ09X005070 Predicted protein 9.645050066 C6_chemical_B3 +LQ09X005070 Predicted protein 8.069336202 C6_chemical_C1 +LQ09X005070 Predicted protein 8.405881467 C6_chemical_C2 +LQ09X005070 Predicted protein 10.01203623 C6_chemical_C3 +LQ09X005070 Predicted protein 10.03088127 L4_control_A1 +LQ09X005070 Predicted protein 10.70030109 L4_control_A2 +LQ09X005070 Predicted protein 10.76684767 L4_control_A3 +LQ09X005070 Predicted protein 9.330904028 L4_control_B1 +LQ09X005070 Predicted protein 10.22951795 L4_control_B2 +LQ09X005070 Predicted protein 10.19975068 L4_control_B3 +LQ09X005070 Predicted protein 9.284047101 L4_control_C2 +LQ09X005070 Predicted protein 10.3863564 L4_control_C3 +LQ09X005070 Predicted protein 10.19231075 L4_chemical_A1 +LQ09X005070 Predicted protein 10.42965301 L4_chemical_A2 +LQ09X005070 Predicted protein 10.61215706 L4_chemical_A3 +LQ09X005070 Predicted protein 9.449524798 L4_chemical_B1 +LQ09X005070 Predicted protein 9.18925439 L4_chemical_B2 +LQ09X005070 Predicted protein 10.24801495 L4_chemical_B3 +LQ09X005070 Predicted protein 8.237463911 L4_chemical_C2 +LQ09X005070 Predicted protein 10.27251362 L4_chemical_C3 +LQ09X005080 Putative Graves disease carrier protein 11.30353336 C6_control_A1 +LQ09X005080 Putative Graves disease carrier protein 11.2186388 C6_control_A3 +LQ09X005080 Putative Graves disease carrier protein 12.00790125 C6_control_B1 +LQ09X005080 Putative Graves disease carrier protein 11.07038189 C6_control_B2 +LQ09X005080 Putative Graves disease carrier protein 11.58204243 C6_control_B3 +LQ09X005080 Putative Graves disease carrier protein 10.76742082 C6_control_C1 +LQ09X005080 Putative Graves disease carrier protein 11.19240171 C6_control_C2 +LQ09X005080 Putative Graves disease carrier protein 10.73881609 C6_control_C3 +LQ09X005080 Putative Graves disease carrier protein 11.45054838 C6_chemical_A1 +LQ09X005080 Putative Graves disease carrier protein 11.36176108 C6_chemical_A3 +LQ09X005080 Putative Graves disease carrier protein 12.22491982 C6_chemical_B1 +LQ09X005080 Putative Graves disease carrier protein 11.10469096 C6_chemical_B2 +LQ09X005080 Putative Graves disease carrier protein 11.58951528 C6_chemical_B3 +LQ09X005080 Putative Graves disease carrier protein 10.89191411 C6_chemical_C1 +LQ09X005080 Putative Graves disease carrier protein 11.05491798 C6_chemical_C2 +LQ09X005080 Putative Graves disease carrier protein 11.26184666 C6_chemical_C3 +LQ09X005080 Putative Graves disease carrier protein 10.80800985 L4_control_A1 +LQ09X005080 Putative Graves disease carrier protein 10.85049201 L4_control_A2 +LQ09X005080 Putative Graves disease carrier protein 11.33006892 L4_control_A3 +LQ09X005080 Putative Graves disease carrier protein 11.67705379 L4_control_B1 +LQ09X005080 Putative Graves disease carrier protein 12.67972419 L4_control_B2 +LQ09X005080 Putative Graves disease carrier protein 11.0124398 L4_control_B3 +LQ09X005080 Putative Graves disease carrier protein 11.75152506 L4_control_C2 +LQ09X005080 Putative Graves disease carrier protein 12.15195197 L4_control_C3 +LQ09X005080 Putative Graves disease carrier protein 10.77778091 L4_chemical_A1 +LQ09X005080 Putative Graves disease carrier protein 11.08888394 L4_chemical_A2 +LQ09X005080 Putative Graves disease carrier protein 10.85658862 L4_chemical_A3 +LQ09X005080 Putative Graves disease carrier protein 11.98271212 L4_chemical_B1 +LQ09X005080 Putative Graves disease carrier protein 12.22008444 L4_chemical_B2 +LQ09X005080 Putative Graves disease carrier protein 10.79183228 L4_chemical_B3 +LQ09X005080 Putative Graves disease carrier protein 11.67763367 L4_chemical_C2 +LQ09X005080 Putative Graves disease carrier protein 12.10701081 L4_chemical_C3 +LQ09X005100 UPF0717 protein At5g11950 5.508434282 C6_control_A1 +LQ09X005100 UPF0717 protein At5g11950 6.097402599 C6_control_A3 +LQ09X005100 UPF0717 protein At5g11950 5.406381549 C6_control_B1 +LQ09X005100 UPF0717 protein At5g11950 5.267119837 C6_control_B2 +LQ09X005100 UPF0717 protein At5g11950 5.081170635 C6_control_B3 +LQ09X005100 UPF0717 protein At5g11950 4.924379179 C6_control_C1 +LQ09X005100 UPF0717 protein At5g11950 5.69354025 C6_control_C2 +LQ09X005100 UPF0717 protein At5g11950 5.127555296 C6_control_C3 +LQ09X005100 UPF0717 protein At5g11950 5.325504189 C6_chemical_A1 +LQ09X005100 UPF0717 protein At5g11950 5.214021298 C6_chemical_A3 +LQ09X005100 UPF0717 protein At5g11950 5.068486611 C6_chemical_B1 +LQ09X005100 UPF0717 protein At5g11950 5.139970375 C6_chemical_B2 +LQ09X005100 UPF0717 protein At5g11950 5.149615394 C6_chemical_B3 +LQ09X005100 UPF0717 protein At5g11950 5.348423211 C6_chemical_C1 +LQ09X005100 UPF0717 protein At5g11950 5.215243942 C6_chemical_C2 +LQ09X005100 UPF0717 protein At5g11950 5.057274272 C6_chemical_C3 +LQ09X005100 UPF0717 protein At5g11950 5.375617488 L4_control_A1 +LQ09X005100 UPF0717 protein At5g11950 5.520899584 L4_control_A2 +LQ09X005100 UPF0717 protein At5g11950 5.323021915 L4_control_A3 +LQ09X005100 UPF0717 protein At5g11950 5.0941128 L4_control_B1 +LQ09X005100 UPF0717 protein At5g11950 5.081969119 L4_control_B2 +LQ09X005100 UPF0717 protein At5g11950 4.883780417 L4_control_B3 +LQ09X005100 UPF0717 protein At5g11950 5.036375089 L4_control_C2 +LQ09X005100 UPF0717 protein At5g11950 6.741383722 L4_control_C3 +LQ09X005100 UPF0717 protein At5g11950 4.949808549 L4_chemical_A1 +LQ09X005100 UPF0717 protein At5g11950 5.042511129 L4_chemical_A2 +LQ09X005100 UPF0717 protein At5g11950 5.46876386 L4_chemical_A3 +LQ09X005100 UPF0717 protein At5g11950 5.160098084 L4_chemical_B1 +LQ09X005100 UPF0717 protein At5g11950 5.514180376 L4_chemical_B2 +LQ09X005100 UPF0717 protein At5g11950 4.954785487 L4_chemical_B3 +LQ09X005100 UPF0717 protein At5g11950 5.378902792 L4_chemical_C2 +LQ09X005100 UPF0717 protein At5g11950 6.00701935 L4_chemical_C3 +LQ09X005120 Putative uncharacterized protein 13.38653388 C6_control_A1 +LQ09X005120 Putative uncharacterized protein 13.24637972 C6_control_A3 +LQ09X005120 Putative uncharacterized protein 13.8924728 C6_control_B1 +LQ09X005120 Putative uncharacterized protein 13.83825945 C6_control_B2 +LQ09X005120 Putative uncharacterized protein 14.09415724 C6_control_B3 +LQ09X005120 Putative uncharacterized protein 13.54184828 C6_control_C1 +LQ09X005120 Putative uncharacterized protein 13.16243109 C6_control_C2 +LQ09X005120 Putative uncharacterized protein 13.10546228 C6_control_C3 +LQ09X005120 Putative uncharacterized protein 13.25392588 C6_chemical_A1 +LQ09X005120 Putative uncharacterized protein 13.05490129 C6_chemical_A3 +LQ09X005120 Putative uncharacterized protein 13.79532549 C6_chemical_B1 +LQ09X005120 Putative uncharacterized protein 13.78271727 C6_chemical_B2 +LQ09X005120 Putative uncharacterized protein 13.99903357 C6_chemical_B3 +LQ09X005120 Putative uncharacterized protein 13.39288155 C6_chemical_C1 +LQ09X005120 Putative uncharacterized protein 13.26576156 C6_chemical_C2 +LQ09X005120 Putative uncharacterized protein 13.28512112 C6_chemical_C3 +LQ09X005120 Putative uncharacterized protein 13.33107266 L4_control_A1 +LQ09X005120 Putative uncharacterized protein 13.96223784 L4_control_A2 +LQ09X005120 Putative uncharacterized protein 13.88040322 L4_control_A3 +LQ09X005120 Putative uncharacterized protein 14.28028639 L4_control_B1 +LQ09X005120 Putative uncharacterized protein 14.08641788 L4_control_B2 +LQ09X005120 Putative uncharacterized protein 14.15392023 L4_control_B3 +LQ09X005120 Putative uncharacterized protein 13.89893749 L4_control_C2 +LQ09X005120 Putative uncharacterized protein 13.57336681 L4_control_C3 +LQ09X005120 Putative uncharacterized protein 13.10933336 L4_chemical_A1 +LQ09X005120 Putative uncharacterized protein 13.95734344 L4_chemical_A2 +LQ09X005120 Putative uncharacterized protein 13.22734367 L4_chemical_A3 +LQ09X005120 Putative uncharacterized protein 14.30618761 L4_chemical_B1 +LQ09X005120 Putative uncharacterized protein 14.4846194 L4_chemical_B2 +LQ09X005120 Putative uncharacterized protein 14.07691113 L4_chemical_B3 +LQ09X005120 Putative uncharacterized protein 14.01784618 L4_chemical_C2 +LQ09X005120 Putative uncharacterized protein 13.54698639 L4_chemical_C3 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.037931134 C6_control_A1 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.067883376 C6_control_A3 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.551613622 C6_control_B1 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.194287277 C6_control_B2 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.017862899 C6_control_B3 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.850388816 C6_control_C1 +LQ09X005130 Eukaryotic initiation factor 4A-2 7.702782554 C6_control_C2 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.071711631 C6_control_C3 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.842477898 C6_chemical_A1 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.620866752 C6_chemical_A3 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.069686373 C6_chemical_B1 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.402950405 C6_chemical_B2 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.571672712 C6_chemical_B3 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.061006975 C6_chemical_C1 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.212760956 C6_chemical_C2 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.853822856 C6_chemical_C3 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.581179409 L4_control_A1 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.604013676 L4_control_A2 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.565226303 L4_control_A3 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.385703025 L4_control_B1 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.349425164 L4_control_B2 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.353081703 L4_control_B3 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.570435565 L4_control_C2 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.947427119 L4_control_C3 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.307614724 L4_chemical_A1 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.693796341 L4_chemical_A2 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.266917522 L4_chemical_A3 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.982054094 L4_chemical_B1 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.399150871 L4_chemical_B2 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.332331766 L4_chemical_B3 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.135695988 L4_chemical_C2 +LQ09X005130 Eukaryotic initiation factor 4A-2 6.757756395 L4_chemical_C3 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.9648053 C6_control_A1 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.49010625 C6_control_A3 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.26301472 C6_control_B1 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.35256929 C6_control_B2 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.93977247 C6_control_B3 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.8410825 C6_control_C1 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.77910782 C6_control_C2 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.68494945 C6_control_C3 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.21081956 C6_chemical_A1 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.23664035 C6_chemical_A3 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.20308739 C6_chemical_B1 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.50109449 C6_chemical_B2 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.34977898 C6_chemical_B3 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.98709759 C6_chemical_C1 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.79555755 C6_chemical_C2 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.59394427 C6_chemical_C3 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.14548536 L4_control_A1 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.55077227 L4_control_A2 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.10218991 L4_control_A3 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.63083972 L4_control_B1 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.91924606 L4_control_B2 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.94338229 L4_control_B3 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.08315937 L4_control_C2 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.85983383 L4_control_C3 +LQ09X005140 Eukaryotic initiation factor 4A-9 12.1132325 L4_chemical_A1 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.92705264 L4_chemical_A2 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.07593018 L4_chemical_A3 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.69614653 L4_chemical_B1 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.85450239 L4_chemical_B2 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.64763109 L4_chemical_B3 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.35846192 L4_chemical_C2 +LQ09X005140 Eukaryotic initiation factor 4A-9 10.91096981 L4_chemical_C3 +LQ09X005150 Hypothetical protein 4.909805359 C6_control_A1 +LQ09X005150 Hypothetical protein 4.770880769 C6_control_A3 +LQ09X005150 Hypothetical protein 4.933159523 C6_control_B1 +LQ09X005150 Hypothetical protein 4.824058494 C6_control_B2 +LQ09X005150 Hypothetical protein 4.98627083 C6_control_B3 +LQ09X005150 Hypothetical protein 4.979869832 C6_control_C1 +LQ09X005150 Hypothetical protein 4.850278843 C6_control_C2 +LQ09X005150 Hypothetical protein 4.915669183 C6_control_C3 +LQ09X005150 Hypothetical protein 4.698508987 C6_chemical_A1 +LQ09X005150 Hypothetical protein 4.602287312 C6_chemical_A3 +LQ09X005150 Hypothetical protein 5.062546232 C6_chemical_B1 +LQ09X005150 Hypothetical protein 4.891126491 C6_chemical_B2 +LQ09X005150 Hypothetical protein 4.937561957 C6_chemical_B3 +LQ09X005150 Hypothetical protein 5.068431557 C6_chemical_C1 +LQ09X005150 Hypothetical protein 4.810767958 C6_chemical_C2 +LQ09X005150 Hypothetical protein 5.005105995 C6_chemical_C3 +LQ09X005150 Hypothetical protein 4.809728004 L4_control_A1 +LQ09X005150 Hypothetical protein 5.11260502 L4_control_A2 +LQ09X005150 Hypothetical protein 5.020481758 L4_control_A3 +LQ09X005150 Hypothetical protein 5.031049753 L4_control_B1 +LQ09X005150 Hypothetical protein 4.758719793 L4_control_B2 +LQ09X005150 Hypothetical protein 4.963903401 L4_control_B3 +LQ09X005150 Hypothetical protein 5.073881391 L4_control_C2 +LQ09X005150 Hypothetical protein 5.918689644 L4_control_C3 +LQ09X005150 Hypothetical protein 5.010398488 L4_chemical_A1 +LQ09X005150 Hypothetical protein 4.913376872 L4_chemical_A2 +LQ09X005150 Hypothetical protein 5.28272509 L4_chemical_A3 +LQ09X005150 Hypothetical protein 4.777136295 L4_chemical_B1 +LQ09X005150 Hypothetical protein 4.78767068 L4_chemical_B2 +LQ09X005150 Hypothetical protein 4.864363278 L4_chemical_B3 +LQ09X005150 Hypothetical protein 4.906325257 L4_chemical_C2 +LQ09X005150 Hypothetical protein 5.262445443 L4_chemical_C3 +LQ09X005160 Predicted protein 4.84716278 C6_control_A1 +LQ09X005160 Predicted protein 5.047806042 C6_control_A3 +LQ09X005160 Predicted protein 5.007516052 C6_control_B1 +LQ09X005160 Predicted protein 4.941034655 C6_control_B2 +LQ09X005160 Predicted protein 4.931018499 C6_control_B3 +LQ09X005160 Predicted protein 5.503942482 C6_control_C1 +LQ09X005160 Predicted protein 4.956878612 C6_control_C2 +LQ09X005160 Predicted protein 4.95698771 C6_control_C3 +LQ09X005160 Predicted protein 4.722189797 C6_chemical_A1 +LQ09X005160 Predicted protein 5.122639561 C6_chemical_A3 +LQ09X005160 Predicted protein 4.780915652 C6_chemical_B1 +LQ09X005160 Predicted protein 4.933343093 C6_chemical_B2 +LQ09X005160 Predicted protein 5.020084569 C6_chemical_B3 +LQ09X005160 Predicted protein 5.107135964 C6_chemical_C1 +LQ09X005160 Predicted protein 4.952208496 C6_chemical_C2 +LQ09X005160 Predicted protein 4.972415246 C6_chemical_C3 +LQ09X005160 Predicted protein 4.668679267 L4_control_A1 +LQ09X005160 Predicted protein 4.699697757 L4_control_A2 +LQ09X005160 Predicted protein 4.689561148 L4_control_A3 +LQ09X005160 Predicted protein 5.198981968 L4_control_B1 +LQ09X005160 Predicted protein 5.11507885 L4_control_B2 +LQ09X005160 Predicted protein 4.757411969 L4_control_B3 +LQ09X005160 Predicted protein 4.850936797 L4_control_C2 +LQ09X005160 Predicted protein 5.50585953 L4_control_C3 +LQ09X005160 Predicted protein 4.553918637 L4_chemical_A1 +LQ09X005160 Predicted protein 4.853972601 L4_chemical_A2 +LQ09X005160 Predicted protein 5.324016879 L4_chemical_A3 +LQ09X005160 Predicted protein 4.803652425 L4_chemical_B1 +LQ09X005160 Predicted protein 4.775733544 L4_chemical_B2 +LQ09X005160 Predicted protein 4.664817192 L4_chemical_B3 +LQ09X005160 Predicted protein 4.985801558 L4_chemical_C2 +LQ09X005160 Predicted protein 4.823616554 L4_chemical_C3 +LQ09X005170 Predicted protein 9.079051251 C6_control_A1 +LQ09X005170 Predicted protein 8.269378744 C6_control_A3 +LQ09X005170 Predicted protein 9.457323576 C6_control_B1 +LQ09X005170 Predicted protein 9.033401191 C6_control_B2 +LQ09X005170 Predicted protein 9.398076664 C6_control_B3 +LQ09X005170 Predicted protein 8.301182584 C6_control_C1 +LQ09X005170 Predicted protein 7.974595199 C6_control_C2 +LQ09X005170 Predicted protein 7.898070658 C6_control_C3 +LQ09X005170 Predicted protein 9.210625198 C6_chemical_A1 +LQ09X005170 Predicted protein 8.691658693 C6_chemical_A3 +LQ09X005170 Predicted protein 9.414490686 C6_chemical_B1 +LQ09X005170 Predicted protein 9.090655598 C6_chemical_B2 +LQ09X005170 Predicted protein 8.914673162 C6_chemical_B3 +LQ09X005170 Predicted protein 7.954106959 C6_chemical_C1 +LQ09X005170 Predicted protein 8.191762452 C6_chemical_C2 +LQ09X005170 Predicted protein 7.822660799 C6_chemical_C3 +LQ09X005170 Predicted protein 8.680525038 L4_control_A1 +LQ09X005170 Predicted protein 9.306648025 L4_control_A2 +LQ09X005170 Predicted protein 9.003751406 L4_control_A3 +LQ09X005170 Predicted protein 9.095830836 L4_control_B1 +LQ09X005170 Predicted protein 10.14929368 L4_control_B2 +LQ09X005170 Predicted protein 9.212058879 L4_control_B3 +LQ09X005170 Predicted protein 8.539375791 L4_control_C2 +LQ09X005170 Predicted protein 8.859695552 L4_control_C3 +LQ09X005170 Predicted protein 8.399749705 L4_chemical_A1 +LQ09X005170 Predicted protein 8.711283695 L4_chemical_A2 +LQ09X005170 Predicted protein 7.519511416 L4_chemical_A3 +LQ09X005170 Predicted protein 9.31708013 L4_chemical_B1 +LQ09X005170 Predicted protein 9.249736566 L4_chemical_B2 +LQ09X005170 Predicted protein 9.212848576 L4_chemical_B3 +LQ09X005170 Predicted protein 7.677407787 L4_chemical_C2 +LQ09X005170 Predicted protein 8.77669425 L4_chemical_C3 +LQ09X005180 Hypothetical protein 4.846657923 C6_control_A1 +LQ09X005180 Hypothetical protein 4.885733604 C6_control_A3 +LQ09X005180 Hypothetical protein 5.462169946 C6_control_B1 +LQ09X005180 Hypothetical protein 5.344587854 C6_control_B2 +LQ09X005180 Hypothetical protein 5.101240173 C6_control_B3 +LQ09X005180 Hypothetical protein 5.491391019 C6_control_C1 +LQ09X005180 Hypothetical protein 5.590569238 C6_control_C2 +LQ09X005180 Hypothetical protein 5.709940674 C6_control_C3 +LQ09X005180 Hypothetical protein 5.14769817 C6_chemical_A1 +LQ09X005180 Hypothetical protein 4.847450159 C6_chemical_A3 +LQ09X005180 Hypothetical protein 5.548933815 C6_chemical_B1 +LQ09X005180 Hypothetical protein 5.037056905 C6_chemical_B2 +LQ09X005180 Hypothetical protein 5.313965137 C6_chemical_B3 +LQ09X005180 Hypothetical protein 5.591427768 C6_chemical_C1 +LQ09X005180 Hypothetical protein 5.790984143 C6_chemical_C2 +LQ09X005180 Hypothetical protein 5.546589417 C6_chemical_C3 +LQ09X005180 Hypothetical protein 5.34229018 L4_control_A1 +LQ09X005180 Hypothetical protein 4.975538572 L4_control_A2 +LQ09X005180 Hypothetical protein 4.81000379 L4_control_A3 +LQ09X005180 Hypothetical protein 4.80199589 L4_control_B1 +LQ09X005180 Hypothetical protein 4.729390602 L4_control_B2 +LQ09X005180 Hypothetical protein 5.107725912 L4_control_B3 +LQ09X005180 Hypothetical protein 5.17878047 L4_control_C2 +LQ09X005180 Hypothetical protein 5.105779 L4_control_C3 +LQ09X005180 Hypothetical protein 4.971276901 L4_chemical_A1 +LQ09X005180 Hypothetical protein 4.997401658 L4_chemical_A2 +LQ09X005180 Hypothetical protein 4.704884327 L4_chemical_A3 +LQ09X005180 Hypothetical protein 4.996624439 L4_chemical_B1 +LQ09X005180 Hypothetical protein 4.770769436 L4_chemical_B2 +LQ09X005180 Hypothetical protein 4.950746669 L4_chemical_B3 +LQ09X005180 Hypothetical protein 5.315171072 L4_chemical_C2 +LQ09X005180 Hypothetical protein 5.80173007 L4_chemical_C3 +LQ09X005201 Predicted protein 10.99929545 C6_control_A1 +LQ09X005201 Predicted protein 11.48294169 C6_control_A3 +LQ09X005201 Predicted protein 11.22856026 C6_control_B1 +LQ09X005201 Predicted protein 11.24894966 C6_control_B2 +LQ09X005201 Predicted protein 11.47552568 C6_control_B3 +LQ09X005201 Predicted protein 11.95721852 C6_control_C1 +LQ09X005201 Predicted protein 11.87479263 C6_control_C2 +LQ09X005201 Predicted protein 11.86921586 C6_control_C3 +LQ09X005201 Predicted protein 10.9111846 C6_chemical_A1 +LQ09X005201 Predicted protein 11.15684257 C6_chemical_A3 +LQ09X005201 Predicted protein 11.12219384 C6_chemical_B1 +LQ09X005201 Predicted protein 11.16461821 C6_chemical_B2 +LQ09X005201 Predicted protein 11.30096998 C6_chemical_B3 +LQ09X005201 Predicted protein 12.12449339 C6_chemical_C1 +LQ09X005201 Predicted protein 12.0336048 C6_chemical_C2 +LQ09X005201 Predicted protein 11.89676328 C6_chemical_C3 +LQ09X005201 Predicted protein 11.1955895 L4_control_A1 +LQ09X005201 Predicted protein 11.02276796 L4_control_A2 +LQ09X005201 Predicted protein 11.44463052 L4_control_A3 +LQ09X005201 Predicted protein 11.7263514 L4_control_B1 +LQ09X005201 Predicted protein 10.72093185 L4_control_B2 +LQ09X005201 Predicted protein 12.05227405 L4_control_B3 +LQ09X005201 Predicted protein 11.95576624 L4_control_C2 +LQ09X005201 Predicted protein 12.08480481 L4_control_C3 +LQ09X005201 Predicted protein 12.64155033 L4_chemical_A1 +LQ09X005201 Predicted protein 11.52872496 L4_chemical_A2 +LQ09X005201 Predicted protein 12.19357329 L4_chemical_A3 +LQ09X005201 Predicted protein 12.26282281 L4_chemical_B1 +LQ09X005201 Predicted protein 10.8958373 L4_chemical_B2 +LQ09X005201 Predicted protein 11.8832702 L4_chemical_B3 +LQ09X005201 Predicted protein 12.03511185 L4_chemical_C2 +LQ09X005201 Predicted protein 11.77497281 L4_chemical_C3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.23522664 C6_control_A1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.45730972 C6_control_A3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.361606 C6_control_B1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.7368185 C6_control_B2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.53679082 C6_control_B3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.86392364 C6_control_C1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.98850676 C6_control_C2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.84216522 C6_control_C3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.40924382 C6_chemical_A1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.42880676 C6_chemical_A3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.39174799 C6_chemical_B1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.81571959 C6_chemical_B2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.6321892 C6_chemical_B3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.972907 C6_chemical_C1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.72543506 C6_chemical_C2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.78885261 C6_chemical_C3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.60726194 L4_control_A1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.19465371 L4_control_A2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.2209089 L4_control_A3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.55890809 L4_control_B1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.38778111 L4_control_B2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 12.24054138 L4_control_B3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.16768012 L4_control_C2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.40615605 L4_control_C3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.39905622 L4_chemical_A1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.20399795 L4_chemical_A2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 10.57078076 L4_chemical_A3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 10.99967473 L4_chemical_B1 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.27828024 L4_chemical_B2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.83619108 L4_chemical_B3 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 10.91988011 L4_chemical_C2 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.19773995 L4_chemical_C3 +LQ09X005230 Protein phosphatase 2C 16 6.091316888 C6_control_A1 +LQ09X005230 Protein phosphatase 2C 16 5.81166319 C6_control_A3 +LQ09X005230 Protein phosphatase 2C 16 5.783215095 C6_control_B1 +LQ09X005230 Protein phosphatase 2C 16 6.254418503 C6_control_B2 +LQ09X005230 Protein phosphatase 2C 16 5.956156517 C6_control_B3 +LQ09X005230 Protein phosphatase 2C 16 6.105827189 C6_control_C1 +LQ09X005230 Protein phosphatase 2C 16 6.676574153 C6_control_C2 +LQ09X005230 Protein phosphatase 2C 16 6.143294341 C6_control_C3 +LQ09X005230 Protein phosphatase 2C 16 5.854118494 C6_chemical_A1 +LQ09X005230 Protein phosphatase 2C 16 6.280682125 C6_chemical_A3 +LQ09X005230 Protein phosphatase 2C 16 5.903456704 C6_chemical_B1 +LQ09X005230 Protein phosphatase 2C 16 6.038092953 C6_chemical_B2 +LQ09X005230 Protein phosphatase 2C 16 6.178826353 C6_chemical_B3 +LQ09X005230 Protein phosphatase 2C 16 5.909762105 C6_chemical_C1 +LQ09X005230 Protein phosphatase 2C 16 6.158534947 C6_chemical_C2 +LQ09X005230 Protein phosphatase 2C 16 5.880140688 C6_chemical_C3 +LQ09X005230 Protein phosphatase 2C 16 5.617254117 L4_control_A1 +LQ09X005230 Protein phosphatase 2C 16 5.787582218 L4_control_A2 +LQ09X005230 Protein phosphatase 2C 16 6.088867621 L4_control_A3 +LQ09X005230 Protein phosphatase 2C 16 6.047077569 L4_control_B1 +LQ09X005230 Protein phosphatase 2C 16 5.891693768 L4_control_B2 +LQ09X005230 Protein phosphatase 2C 16 6.121202538 L4_control_B3 +LQ09X005230 Protein phosphatase 2C 16 5.982049131 L4_control_C2 +LQ09X005230 Protein phosphatase 2C 16 6.255326806 L4_control_C3 +LQ09X005230 Protein phosphatase 2C 16 5.742945871 L4_chemical_A1 +LQ09X005230 Protein phosphatase 2C 16 5.937890414 L4_chemical_A2 +LQ09X005230 Protein phosphatase 2C 16 6.131534213 L4_chemical_A3 +LQ09X005230 Protein phosphatase 2C 16 6.370016745 L4_chemical_B1 +LQ09X005230 Protein phosphatase 2C 16 5.807216109 L4_chemical_B2 +LQ09X005230 Protein phosphatase 2C 16 5.77861916 L4_chemical_B3 +LQ09X005230 Protein phosphatase 2C 16 6.714424492 L4_chemical_C2 +LQ09X005230 Protein phosphatase 2C 16 5.814808128 L4_chemical_C3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.643787078 C6_control_A1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.900309823 C6_control_A3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.607282861 C6_control_B1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.985778554 C6_control_B2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.782766168 C6_control_B3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 6.123069155 C6_control_C1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 6.473751759 C6_control_C2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.740797078 C6_control_C3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.65451504 C6_chemical_A1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.319287062 C6_chemical_A3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.268212342 C6_chemical_B1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.830153688 C6_chemical_B2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.390832051 C6_chemical_B3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.808676579 C6_chemical_C1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 6.023333976 C6_chemical_C2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.613628721 C6_chemical_C3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.497176898 L4_control_A1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.901611952 L4_control_A2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 6.320010148 L4_control_A3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.771206566 L4_control_B1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.362958171 L4_control_B2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.728343072 L4_control_B3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.624052332 L4_control_C2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.562672268 L4_control_C3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.331412137 L4_chemical_A1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.720481174 L4_chemical_A2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.833618523 L4_chemical_A3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.194718281 L4_chemical_B1 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.909024374 L4_chemical_B2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.898929584 L4_chemical_B3 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.300593947 L4_chemical_C2 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.232347384 L4_chemical_C3 +LQ09X005270 Predicted protein 11.41577394 C6_control_A1 +LQ09X005270 Predicted protein 10.92472743 C6_control_A3 +LQ09X005270 Predicted protein 11.25072051 C6_control_B1 +LQ09X005270 Predicted protein 11.74168093 C6_control_B2 +LQ09X005270 Predicted protein 11.4051385 C6_control_B3 +LQ09X005270 Predicted protein 10.78235 C6_control_C1 +LQ09X005270 Predicted protein 10.93341788 C6_control_C2 +LQ09X005270 Predicted protein 10.2127451 C6_control_C3 +LQ09X005270 Predicted protein 11.33486588 C6_chemical_A1 +LQ09X005270 Predicted protein 10.72363631 C6_chemical_A3 +LQ09X005270 Predicted protein 11.13134854 C6_chemical_B1 +LQ09X005270 Predicted protein 11.44490568 C6_chemical_B2 +LQ09X005270 Predicted protein 11.0731701 C6_chemical_B3 +LQ09X005270 Predicted protein 10.77318723 C6_chemical_C1 +LQ09X005270 Predicted protein 10.75332817 C6_chemical_C2 +LQ09X005270 Predicted protein 10.03289536 C6_chemical_C3 +LQ09X005270 Predicted protein 11.78535546 L4_control_A1 +LQ09X005270 Predicted protein 11.69562473 L4_control_A2 +LQ09X005270 Predicted protein 11.73234961 L4_control_A3 +LQ09X005270 Predicted protein 11.54282271 L4_control_B1 +LQ09X005270 Predicted protein 11.80237323 L4_control_B2 +LQ09X005270 Predicted protein 11.57324258 L4_control_B3 +LQ09X005270 Predicted protein 11.02672131 L4_control_C2 +LQ09X005270 Predicted protein 11.36248966 L4_control_C3 +LQ09X005270 Predicted protein 11.66813236 L4_chemical_A1 +LQ09X005270 Predicted protein 11.81408611 L4_chemical_A2 +LQ09X005270 Predicted protein 11.62508655 L4_chemical_A3 +LQ09X005270 Predicted protein 11.45774808 L4_chemical_B1 +LQ09X005270 Predicted protein 11.46306034 L4_chemical_B2 +LQ09X005270 Predicted protein 11.30465452 L4_chemical_B3 +LQ09X005270 Predicted protein 10.99129505 L4_chemical_C2 +LQ09X005270 Predicted protein 11.00817689 L4_chemical_C3 +LQ09X005300 Putative methyltransferase NSUN5 9.546181038 C6_control_A1 +LQ09X005300 Putative methyltransferase NSUN5 10.2835742 C6_control_A3 +LQ09X005300 Putative methyltransferase NSUN5 9.457950852 C6_control_B1 +LQ09X005300 Putative methyltransferase NSUN5 9.293524983 C6_control_B2 +LQ09X005300 Putative methyltransferase NSUN5 9.456026379 C6_control_B3 +LQ09X005300 Putative methyltransferase NSUN5 9.450797266 C6_control_C1 +LQ09X005300 Putative methyltransferase NSUN5 9.816449357 C6_control_C2 +LQ09X005300 Putative methyltransferase NSUN5 9.428072653 C6_control_C3 +LQ09X005300 Putative methyltransferase NSUN5 9.134733512 C6_chemical_A1 +LQ09X005300 Putative methyltransferase NSUN5 10.17397492 C6_chemical_A3 +LQ09X005300 Putative methyltransferase NSUN5 8.69346899 C6_chemical_B1 +LQ09X005300 Putative methyltransferase NSUN5 9.065276115 C6_chemical_B2 +LQ09X005300 Putative methyltransferase NSUN5 9.349053549 C6_chemical_B3 +LQ09X005300 Putative methyltransferase NSUN5 9.428687813 C6_chemical_C1 +LQ09X005300 Putative methyltransferase NSUN5 9.655375147 C6_chemical_C2 +LQ09X005300 Putative methyltransferase NSUN5 9.540345628 C6_chemical_C3 +LQ09X005300 Putative methyltransferase NSUN5 9.868320406 L4_control_A1 +LQ09X005300 Putative methyltransferase NSUN5 9.746780339 L4_control_A2 +LQ09X005300 Putative methyltransferase NSUN5 10.55233766 L4_control_A3 +LQ09X005300 Putative methyltransferase NSUN5 9.009543842 L4_control_B1 +LQ09X005300 Putative methyltransferase NSUN5 9.606944445 L4_control_B2 +LQ09X005300 Putative methyltransferase NSUN5 9.153791745 L4_control_B3 +LQ09X005300 Putative methyltransferase NSUN5 9.643398207 L4_control_C2 +LQ09X005300 Putative methyltransferase NSUN5 9.863191736 L4_control_C3 +LQ09X005300 Putative methyltransferase NSUN5 9.436827568 L4_chemical_A1 +LQ09X005300 Putative methyltransferase NSUN5 9.545283899 L4_chemical_A2 +LQ09X005300 Putative methyltransferase NSUN5 10.3662214 L4_chemical_A3 +LQ09X005300 Putative methyltransferase NSUN5 9.774156635 L4_chemical_B1 +LQ09X005300 Putative methyltransferase NSUN5 9.119993743 L4_chemical_B2 +LQ09X005300 Putative methyltransferase NSUN5 9.50658013 L4_chemical_B3 +LQ09X005300 Putative methyltransferase NSUN5 9.044903764 L4_chemical_C2 +LQ09X005300 Putative methyltransferase NSUN5 9.579123648 L4_chemical_C3 +LQ09X005310 17.9 kDa class II heat shock protein 5.883574498 C6_control_A1 +LQ09X005310 17.9 kDa class II heat shock protein 5.118393395 C6_control_A3 +LQ09X005310 17.9 kDa class II heat shock protein 5.773844273 C6_control_B1 +LQ09X005310 17.9 kDa class II heat shock protein 5.629044187 C6_control_B2 +LQ09X005310 17.9 kDa class II heat shock protein 6.107952322 C6_control_B3 +LQ09X005310 17.9 kDa class II heat shock protein 7.029109813 C6_control_C1 +LQ09X005310 17.9 kDa class II heat shock protein 5.607628223 C6_control_C2 +LQ09X005310 17.9 kDa class II heat shock protein 6.023315942 C6_control_C3 +LQ09X005310 17.9 kDa class II heat shock protein 5.748494621 C6_chemical_A1 +LQ09X005310 17.9 kDa class II heat shock protein 5.436787134 C6_chemical_A3 +LQ09X005310 17.9 kDa class II heat shock protein 5.403834139 C6_chemical_B1 +LQ09X005310 17.9 kDa class II heat shock protein 5.591793741 C6_chemical_B2 +LQ09X005310 17.9 kDa class II heat shock protein 6.131470989 C6_chemical_B3 +LQ09X005310 17.9 kDa class II heat shock protein 6.537228306 C6_chemical_C1 +LQ09X005310 17.9 kDa class II heat shock protein 6.498973582 C6_chemical_C2 +LQ09X005310 17.9 kDa class II heat shock protein 6.414190593 C6_chemical_C3 +LQ09X005310 17.9 kDa class II heat shock protein 5.80829118 L4_control_A1 +LQ09X005310 17.9 kDa class II heat shock protein 5.951871962 L4_control_A2 +LQ09X005310 17.9 kDa class II heat shock protein 6.083257089 L4_control_A3 +LQ09X005310 17.9 kDa class II heat shock protein 5.352043174 L4_control_B1 +LQ09X005310 17.9 kDa class II heat shock protein 5.376271772 L4_control_B2 +LQ09X005310 17.9 kDa class II heat shock protein 5.717289975 L4_control_B3 +LQ09X005310 17.9 kDa class II heat shock protein 6.313529953 L4_control_C2 +LQ09X005310 17.9 kDa class II heat shock protein 6.043440099 L4_control_C3 +LQ09X005310 17.9 kDa class II heat shock protein 6.095506025 L4_chemical_A1 +LQ09X005310 17.9 kDa class II heat shock protein 5.72115914 L4_chemical_A2 +LQ09X005310 17.9 kDa class II heat shock protein 5.792872913 L4_chemical_A3 +LQ09X005310 17.9 kDa class II heat shock protein 5.573822524 L4_chemical_B1 +LQ09X005310 17.9 kDa class II heat shock protein 6.742922636 L4_chemical_B2 +LQ09X005310 17.9 kDa class II heat shock protein 5.963253115 L4_chemical_B3 +LQ09X005310 17.9 kDa class II heat shock protein 6.296922594 L4_chemical_C2 +LQ09X005310 17.9 kDa class II heat shock protein 6.557031134 L4_chemical_C3 +LQ09X005360 Putative Solute carrier family 25 member 44 6.248854309 C6_control_A1 +LQ09X005360 Putative Solute carrier family 25 member 44 6.906577999 C6_control_A3 +LQ09X005360 Putative Solute carrier family 25 member 44 6.39255703 C6_control_B1 +LQ09X005360 Putative Solute carrier family 25 member 44 5.831543309 C6_control_B2 +LQ09X005360 Putative Solute carrier family 25 member 44 6.129922277 C6_control_B3 +LQ09X005360 Putative Solute carrier family 25 member 44 6.008393456 C6_control_C1 +LQ09X005360 Putative Solute carrier family 25 member 44 7.7189623 C6_control_C2 +LQ09X005360 Putative Solute carrier family 25 member 44 5.657486137 C6_control_C3 +LQ09X005360 Putative Solute carrier family 25 member 44 5.950059648 C6_chemical_A1 +LQ09X005360 Putative Solute carrier family 25 member 44 5.877215545 C6_chemical_A3 +LQ09X005360 Putative Solute carrier family 25 member 44 6.21601533 C6_chemical_B1 +LQ09X005360 Putative Solute carrier family 25 member 44 6.325122595 C6_chemical_B2 +LQ09X005360 Putative Solute carrier family 25 member 44 5.815708325 C6_chemical_B3 +LQ09X005360 Putative Solute carrier family 25 member 44 6.420744369 C6_chemical_C1 +LQ09X005360 Putative Solute carrier family 25 member 44 5.983749824 C6_chemical_C2 +LQ09X005360 Putative Solute carrier family 25 member 44 5.919004394 C6_chemical_C3 +LQ09X005360 Putative Solute carrier family 25 member 44 5.858529155 L4_control_A1 +LQ09X005360 Putative Solute carrier family 25 member 44 5.268265442 L4_control_A2 +LQ09X005360 Putative Solute carrier family 25 member 44 4.918146615 L4_control_A3 +LQ09X005360 Putative Solute carrier family 25 member 44 5.845199948 L4_control_B1 +LQ09X005360 Putative Solute carrier family 25 member 44 5.690784253 L4_control_B2 +LQ09X005360 Putative Solute carrier family 25 member 44 5.620986008 L4_control_B3 +LQ09X005360 Putative Solute carrier family 25 member 44 5.306086679 L4_control_C2 +LQ09X005360 Putative Solute carrier family 25 member 44 5.725425637 L4_control_C3 +LQ09X005360 Putative Solute carrier family 25 member 44 6.021374119 L4_chemical_A1 +LQ09X005360 Putative Solute carrier family 25 member 44 5.694356269 L4_chemical_A2 +LQ09X005360 Putative Solute carrier family 25 member 44 5.025860349 L4_chemical_A3 +LQ09X005360 Putative Solute carrier family 25 member 44 5.877585461 L4_chemical_B1 +LQ09X005360 Putative Solute carrier family 25 member 44 5.696134685 L4_chemical_B2 +LQ09X005360 Putative Solute carrier family 25 member 44 5.751871984 L4_chemical_B3 +LQ09X005360 Putative Solute carrier family 25 member 44 5.801269223 L4_chemical_C2 +LQ09X005360 Putative Solute carrier family 25 member 44 5.340467968 L4_chemical_C3 +LQ09X005370 PHD finger protein At5g26210 7.198976347 C6_control_A1 +LQ09X005370 PHD finger protein At5g26210 8.550156684 C6_control_A3 +LQ09X005370 PHD finger protein At5g26210 7.176467674 C6_control_B1 +LQ09X005370 PHD finger protein At5g26210 7.41980576 C6_control_B2 +LQ09X005370 PHD finger protein At5g26210 7.577238556 C6_control_B3 +LQ09X005370 PHD finger protein At5g26210 6.488155166 C6_control_C1 +LQ09X005370 PHD finger protein At5g26210 7.554261548 C6_control_C2 +LQ09X005370 PHD finger protein At5g26210 6.539632164 C6_control_C3 +LQ09X005370 PHD finger protein At5g26210 6.70012651 C6_chemical_A1 +LQ09X005370 PHD finger protein At5g26210 6.932195102 C6_chemical_A3 +LQ09X005370 PHD finger protein At5g26210 6.998793091 C6_chemical_B1 +LQ09X005370 PHD finger protein At5g26210 7.317994805 C6_chemical_B2 +LQ09X005370 PHD finger protein At5g26210 7.335077898 C6_chemical_B3 +LQ09X005370 PHD finger protein At5g26210 6.735081481 C6_chemical_C1 +LQ09X005370 PHD finger protein At5g26210 7.078338885 C6_chemical_C2 +LQ09X005370 PHD finger protein At5g26210 6.627948088 C6_chemical_C3 +LQ09X005370 PHD finger protein At5g26210 6.961391261 L4_control_A1 +LQ09X005370 PHD finger protein At5g26210 7.15822743 L4_control_A2 +LQ09X005370 PHD finger protein At5g26210 7.147751708 L4_control_A3 +LQ09X005370 PHD finger protein At5g26210 7.580694739 L4_control_B1 +LQ09X005370 PHD finger protein At5g26210 7.642015269 L4_control_B2 +LQ09X005370 PHD finger protein At5g26210 7.549334318 L4_control_B3 +LQ09X005370 PHD finger protein At5g26210 6.38255559 L4_control_C2 +LQ09X005370 PHD finger protein At5g26210 7.001896661 L4_control_C3 +LQ09X005370 PHD finger protein At5g26210 6.473501154 L4_chemical_A1 +LQ09X005370 PHD finger protein At5g26210 6.468593191 L4_chemical_A2 +LQ09X005370 PHD finger protein At5g26210 6.560024877 L4_chemical_A3 +LQ09X005370 PHD finger protein At5g26210 7.949470676 L4_chemical_B1 +LQ09X005370 PHD finger protein At5g26210 7.561305819 L4_chemical_B2 +LQ09X005370 PHD finger protein At5g26210 7.813880013 L4_chemical_B3 +LQ09X005370 PHD finger protein At5g26210 6.491962552 L4_chemical_C2 +LQ09X005370 PHD finger protein At5g26210 6.801907774 L4_chemical_C3 +LQ09X005450 Omega-amidase NIT2-B 13.3684798 C6_control_A1 +LQ09X005450 Omega-amidase NIT2-B 13.45461688 C6_control_A3 +LQ09X005450 Omega-amidase NIT2-B 13.07454222 C6_control_B1 +LQ09X005450 Omega-amidase NIT2-B 12.68895869 C6_control_B2 +LQ09X005450 Omega-amidase NIT2-B 12.5005476 C6_control_B3 +LQ09X005450 Omega-amidase NIT2-B 12.98607037 C6_control_C1 +LQ09X005450 Omega-amidase NIT2-B 12.73715238 C6_control_C2 +LQ09X005450 Omega-amidase NIT2-B 13.01771959 C6_control_C3 +LQ09X005450 Omega-amidase NIT2-B 12.98290941 C6_chemical_A1 +LQ09X005450 Omega-amidase NIT2-B 12.75223117 C6_chemical_A3 +LQ09X005450 Omega-amidase NIT2-B 12.74521066 C6_chemical_B1 +LQ09X005450 Omega-amidase NIT2-B 12.649393 C6_chemical_B2 +LQ09X005450 Omega-amidase NIT2-B 12.30696103 C6_chemical_B3 +LQ09X005450 Omega-amidase NIT2-B 12.90711336 C6_chemical_C1 +LQ09X005450 Omega-amidase NIT2-B 12.82658363 C6_chemical_C2 +LQ09X005450 Omega-amidase NIT2-B 12.61457409 C6_chemical_C3 +LQ09X005450 Omega-amidase NIT2-B 13.2246357 L4_control_A1 +LQ09X005450 Omega-amidase NIT2-B 13.21119493 L4_control_A2 +LQ09X005450 Omega-amidase NIT2-B 12.48719813 L4_control_A3 +LQ09X005450 Omega-amidase NIT2-B 12.83241688 L4_control_B1 +LQ09X005450 Omega-amidase NIT2-B 12.49831843 L4_control_B2 +LQ09X005450 Omega-amidase NIT2-B 12.4398534 L4_control_B3 +LQ09X005450 Omega-amidase NIT2-B 12.540169 L4_control_C2 +LQ09X005450 Omega-amidase NIT2-B 12.21454932 L4_control_C3 +LQ09X005450 Omega-amidase NIT2-B 13.24752343 L4_chemical_A1 +LQ09X005450 Omega-amidase NIT2-B 12.78284497 L4_chemical_A2 +LQ09X005450 Omega-amidase NIT2-B 12.67931331 L4_chemical_A3 +LQ09X005450 Omega-amidase NIT2-B 12.81996059 L4_chemical_B1 +LQ09X005450 Omega-amidase NIT2-B 12.63095287 L4_chemical_B2 +LQ09X005450 Omega-amidase NIT2-B 12.60738793 L4_chemical_B3 +LQ09X005450 Omega-amidase NIT2-B 12.60817762 L4_chemical_C2 +LQ09X005450 Omega-amidase NIT2-B 12.36158175 L4_chemical_C3 +LQ09X005460 Predicted protein 9.98978272 C6_control_A1 +LQ09X005460 Predicted protein 9.983548631 C6_control_A3 +LQ09X005460 Predicted protein 8.481186445 C6_control_B1 +LQ09X005460 Predicted protein 7.222699929 C6_control_B2 +LQ09X005460 Predicted protein 8.807680805 C6_control_B3 +LQ09X005460 Predicted protein 7.143990541 C6_control_C1 +LQ09X005460 Predicted protein 6.736462241 C6_control_C2 +LQ09X005460 Predicted protein 7.508313091 C6_control_C3 +LQ09X005460 Predicted protein 9.683942034 C6_chemical_A1 +LQ09X005460 Predicted protein 9.621836924 C6_chemical_A3 +LQ09X005460 Predicted protein 7.089173661 C6_chemical_B1 +LQ09X005460 Predicted protein 7.143018181 C6_chemical_B2 +LQ09X005460 Predicted protein 8.62299449 C6_chemical_B3 +LQ09X005460 Predicted protein 6.38657606 C6_chemical_C1 +LQ09X005460 Predicted protein 6.213964556 C6_chemical_C2 +LQ09X005460 Predicted protein 7.007159841 C6_chemical_C3 +LQ09X005460 Predicted protein 10.40226034 L4_control_A1 +LQ09X005460 Predicted protein 9.629553975 L4_control_A2 +LQ09X005460 Predicted protein 9.66661418 L4_control_A3 +LQ09X005460 Predicted protein 8.102514471 L4_control_B1 +LQ09X005460 Predicted protein 8.266079284 L4_control_B2 +LQ09X005460 Predicted protein 9.231138087 L4_control_B3 +LQ09X005460 Predicted protein 7.353180668 L4_control_C2 +LQ09X005460 Predicted protein 7.904121055 L4_control_C3 +LQ09X005460 Predicted protein 9.869294364 L4_chemical_A1 +LQ09X005460 Predicted protein 8.520682872 L4_chemical_A2 +LQ09X005460 Predicted protein 9.982249787 L4_chemical_A3 +LQ09X005460 Predicted protein 8.643654575 L4_chemical_B1 +LQ09X005460 Predicted protein 7.916897473 L4_chemical_B2 +LQ09X005460 Predicted protein 9.375306219 L4_chemical_B3 +LQ09X005460 Predicted protein 6.269283246 L4_chemical_C2 +LQ09X005460 Predicted protein 6.89995192 L4_chemical_C3 +LQ09X005480 Uncharacterized protein At5g12080 12.06320065 C6_control_A1 +LQ09X005480 Uncharacterized protein At5g12080 12.86532202 C6_control_A3 +LQ09X005480 Uncharacterized protein At5g12080 10.91962019 C6_control_B1 +LQ09X005480 Uncharacterized protein At5g12080 10.3928629 C6_control_B2 +LQ09X005480 Uncharacterized protein At5g12080 10.40592357 C6_control_B3 +LQ09X005480 Uncharacterized protein At5g12080 11.829118 C6_control_C1 +LQ09X005480 Uncharacterized protein At5g12080 11.42441771 C6_control_C2 +LQ09X005480 Uncharacterized protein At5g12080 11.70577453 C6_control_C3 +LQ09X005480 Uncharacterized protein At5g12080 11.84624041 C6_chemical_A1 +LQ09X005480 Uncharacterized protein At5g12080 12.59349896 C6_chemical_A3 +LQ09X005480 Uncharacterized protein At5g12080 10.23448679 C6_chemical_B1 +LQ09X005480 Uncharacterized protein At5g12080 10.15176264 C6_chemical_B2 +LQ09X005480 Uncharacterized protein At5g12080 10.76350614 C6_chemical_B3 +LQ09X005480 Uncharacterized protein At5g12080 11.86311358 C6_chemical_C1 +LQ09X005480 Uncharacterized protein At5g12080 11.48879053 C6_chemical_C2 +LQ09X005480 Uncharacterized protein At5g12080 12.04465538 C6_chemical_C3 +LQ09X005480 Uncharacterized protein At5g12080 12.94826903 L4_control_A1 +LQ09X005480 Uncharacterized protein At5g12080 12.34564335 L4_control_A2 +LQ09X005480 Uncharacterized protein At5g12080 12.44112106 L4_control_A3 +LQ09X005480 Uncharacterized protein At5g12080 10.22401118 L4_control_B1 +LQ09X005480 Uncharacterized protein At5g12080 10.28797279 L4_control_B2 +LQ09X005480 Uncharacterized protein At5g12080 10.01234691 L4_control_B3 +LQ09X005480 Uncharacterized protein At5g12080 11.26113935 L4_control_C2 +LQ09X005480 Uncharacterized protein At5g12080 11.11378329 L4_control_C3 +LQ09X005480 Uncharacterized protein At5g12080 12.69256506 L4_chemical_A1 +LQ09X005480 Uncharacterized protein At5g12080 11.92029151 L4_chemical_A2 +LQ09X005480 Uncharacterized protein At5g12080 12.60334189 L4_chemical_A3 +LQ09X005480 Uncharacterized protein At5g12080 10.84420596 L4_chemical_B1 +LQ09X005480 Uncharacterized protein At5g12080 10.47996373 L4_chemical_B2 +LQ09X005480 Uncharacterized protein At5g12080 11.20746839 L4_chemical_B3 +LQ09X005480 Uncharacterized protein At5g12080 11.50162901 L4_chemical_C2 +LQ09X005480 Uncharacterized protein At5g12080 10.53099037 L4_chemical_C3 +LQ09X005490 Photosystem II reaction center X protein 14.51070887 C6_control_A1 +LQ09X005490 Photosystem II reaction center X protein 14.68332561 C6_control_A3 +LQ09X005490 Photosystem II reaction center X protein 14.9005732 C6_control_B1 +LQ09X005490 Photosystem II reaction center X protein 15.15732003 C6_control_B2 +LQ09X005490 Photosystem II reaction center X protein 15.09732652 C6_control_B3 +LQ09X005490 Photosystem II reaction center X protein 14.89603859 C6_control_C1 +LQ09X005490 Photosystem II reaction center X protein 15.70261839 C6_control_C2 +LQ09X005490 Photosystem II reaction center X protein 15.46264203 C6_control_C3 +LQ09X005490 Photosystem II reaction center X protein 14.26366399 C6_chemical_A1 +LQ09X005490 Photosystem II reaction center X protein 14.37430519 C6_chemical_A3 +LQ09X005490 Photosystem II reaction center X protein 15.15157103 C6_chemical_B1 +LQ09X005490 Photosystem II reaction center X protein 15.24565882 C6_chemical_B2 +LQ09X005490 Photosystem II reaction center X protein 15.06269983 C6_chemical_B3 +LQ09X005490 Photosystem II reaction center X protein 14.67426093 C6_chemical_C1 +LQ09X005490 Photosystem II reaction center X protein 15.46025204 C6_chemical_C2 +LQ09X005490 Photosystem II reaction center X protein 15.00015667 C6_chemical_C3 +LQ09X005490 Photosystem II reaction center X protein 14.02292736 L4_control_A1 +LQ09X005490 Photosystem II reaction center X protein 14.38259663 L4_control_A2 +LQ09X005490 Photosystem II reaction center X protein 14.39735037 L4_control_A3 +LQ09X005490 Photosystem II reaction center X protein 15.08546226 L4_control_B1 +LQ09X005490 Photosystem II reaction center X protein 14.87273125 L4_control_B2 +LQ09X005490 Photosystem II reaction center X protein 15.4413033 L4_control_B3 +LQ09X005490 Photosystem II reaction center X protein 14.58350668 L4_control_C2 +LQ09X005490 Photosystem II reaction center X protein 15.10387443 L4_control_C3 +LQ09X005490 Photosystem II reaction center X protein 14.10219375 L4_chemical_A1 +LQ09X005490 Photosystem II reaction center X protein 14.53121808 L4_chemical_A2 +LQ09X005490 Photosystem II reaction center X protein 14.1862396 L4_chemical_A3 +LQ09X005490 Photosystem II reaction center X protein 14.74981485 L4_chemical_B1 +LQ09X005490 Photosystem II reaction center X protein 15.19868671 L4_chemical_B2 +LQ09X005490 Photosystem II reaction center X protein 15.08982695 L4_chemical_B3 +LQ09X005490 Photosystem II reaction center X protein 14.80767528 L4_chemical_C2 +LQ09X005490 Photosystem II reaction center X protein 15.20588262 L4_chemical_C3 +LQ09X005500 Putative Probable spermidine synthase 5.49247269 C6_control_A1 +LQ09X005500 Putative Probable spermidine synthase 5.933552222 C6_control_A3 +LQ09X005500 Putative Probable spermidine synthase 6.281560942 C6_control_B1 +LQ09X005500 Putative Probable spermidine synthase 5.23948287 C6_control_B2 +LQ09X005500 Putative Probable spermidine synthase 5.397564369 C6_control_B3 +LQ09X005500 Putative Probable spermidine synthase 5.333011078 C6_control_C1 +LQ09X005500 Putative Probable spermidine synthase 5.388083123 C6_control_C2 +LQ09X005500 Putative Probable spermidine synthase 5.181076489 C6_control_C3 +LQ09X005500 Putative Probable spermidine synthase 5.901769319 C6_chemical_A1 +LQ09X005500 Putative Probable spermidine synthase 5.855149684 C6_chemical_A3 +LQ09X005500 Putative Probable spermidine synthase 5.888903634 C6_chemical_B1 +LQ09X005500 Putative Probable spermidine synthase 5.326881935 C6_chemical_B2 +LQ09X005500 Putative Probable spermidine synthase 5.919988047 C6_chemical_B3 +LQ09X005500 Putative Probable spermidine synthase 5.603068325 C6_chemical_C1 +LQ09X005500 Putative Probable spermidine synthase 5.18358831 C6_chemical_C2 +LQ09X005500 Putative Probable spermidine synthase 5.700913814 C6_chemical_C3 +LQ09X005500 Putative Probable spermidine synthase 5.729627343 L4_control_A1 +LQ09X005500 Putative Probable spermidine synthase 5.578400759 L4_control_A2 +LQ09X005500 Putative Probable spermidine synthase 5.559986892 L4_control_A3 +LQ09X005500 Putative Probable spermidine synthase 5.943815008 L4_control_B1 +LQ09X005500 Putative Probable spermidine synthase 5.889719506 L4_control_B2 +LQ09X005500 Putative Probable spermidine synthase 5.617919045 L4_control_B3 +LQ09X005500 Putative Probable spermidine synthase 5.601563746 L4_control_C2 +LQ09X005500 Putative Probable spermidine synthase 5.656282615 L4_control_C3 +LQ09X005500 Putative Probable spermidine synthase 6.146067995 L4_chemical_A1 +LQ09X005500 Putative Probable spermidine synthase 5.800314025 L4_chemical_A2 +LQ09X005500 Putative Probable spermidine synthase 5.895837339 L4_chemical_A3 +LQ09X005500 Putative Probable spermidine synthase 5.694316215 L4_chemical_B1 +LQ09X005500 Putative Probable spermidine synthase 5.880031722 L4_chemical_B2 +LQ09X005500 Putative Probable spermidine synthase 5.773695688 L4_chemical_B3 +LQ09X005500 Putative Probable spermidine synthase 6.007474489 L4_chemical_C2 +LQ09X005500 Putative Probable spermidine synthase 6.069906754 L4_chemical_C3 +LQ09X005520 40S ribosomal protein S3-3 6.468933876 C6_control_A1 +LQ09X005520 40S ribosomal protein S3-3 7.989210616 C6_control_A3 +LQ09X005520 40S ribosomal protein S3-3 7.314575832 C6_control_B1 +LQ09X005520 40S ribosomal protein S3-3 6.665544777 C6_control_B2 +LQ09X005520 40S ribosomal protein S3-3 6.74347558 C6_control_B3 +LQ09X005520 40S ribosomal protein S3-3 6.283425226 C6_control_C1 +LQ09X005520 40S ribosomal protein S3-3 7.556348459 C6_control_C2 +LQ09X005520 40S ribosomal protein S3-3 6.181253258 C6_control_C3 +LQ09X005520 40S ribosomal protein S3-3 6.280678118 C6_chemical_A1 +LQ09X005520 40S ribosomal protein S3-3 6.300958382 C6_chemical_A3 +LQ09X005520 40S ribosomal protein S3-3 6.222925861 C6_chemical_B1 +LQ09X005520 40S ribosomal protein S3-3 6.337802048 C6_chemical_B2 +LQ09X005520 40S ribosomal protein S3-3 6.184804717 C6_chemical_B3 +LQ09X005520 40S ribosomal protein S3-3 6.213557562 C6_chemical_C1 +LQ09X005520 40S ribosomal protein S3-3 6.467552482 C6_chemical_C2 +LQ09X005520 40S ribosomal protein S3-3 6.440947205 C6_chemical_C3 +LQ09X005520 40S ribosomal protein S3-3 6.642402001 L4_control_A1 +LQ09X005520 40S ribosomal protein S3-3 6.356042479 L4_control_A2 +LQ09X005520 40S ribosomal protein S3-3 7.570966131 L4_control_A3 +LQ09X005520 40S ribosomal protein S3-3 6.11042005 L4_control_B1 +LQ09X005520 40S ribosomal protein S3-3 5.926612405 L4_control_B2 +LQ09X005520 40S ribosomal protein S3-3 6.420822185 L4_control_B3 +LQ09X005520 40S ribosomal protein S3-3 6.036369089 L4_control_C2 +LQ09X005520 40S ribosomal protein S3-3 7.479401905 L4_control_C3 +LQ09X005520 40S ribosomal protein S3-3 5.878700338 L4_chemical_A1 +LQ09X005520 40S ribosomal protein S3-3 5.753961115 L4_chemical_A2 +LQ09X005520 40S ribosomal protein S3-3 6.925492371 L4_chemical_A3 +LQ09X005520 40S ribosomal protein S3-3 6.946507453 L4_chemical_B1 +LQ09X005520 40S ribosomal protein S3-3 5.613334222 L4_chemical_B2 +LQ09X005520 40S ribosomal protein S3-3 6.288955872 L4_chemical_B3 +LQ09X005520 40S ribosomal protein S3-3 5.998849232 L4_chemical_C2 +LQ09X005520 40S ribosomal protein S3-3 6.942064447 L4_chemical_C3 +LQ09X005530 Peroxisome biogenesis factor 10 10.36565845 C6_control_A1 +LQ09X005530 Peroxisome biogenesis factor 10 9.959853964 C6_control_A3 +LQ09X005530 Peroxisome biogenesis factor 10 10.70036803 C6_control_B1 +LQ09X005530 Peroxisome biogenesis factor 10 11.26619331 C6_control_B2 +LQ09X005530 Peroxisome biogenesis factor 10 10.39367691 C6_control_B3 +LQ09X005530 Peroxisome biogenesis factor 10 11.50074792 C6_control_C1 +LQ09X005530 Peroxisome biogenesis factor 10 11.13207518 C6_control_C2 +LQ09X005530 Peroxisome biogenesis factor 10 11.19357036 C6_control_C3 +LQ09X005530 Peroxisome biogenesis factor 10 10.60871049 C6_chemical_A1 +LQ09X005530 Peroxisome biogenesis factor 10 10.76348589 C6_chemical_A3 +LQ09X005530 Peroxisome biogenesis factor 10 10.48755152 C6_chemical_B1 +LQ09X005530 Peroxisome biogenesis factor 10 11.23232846 C6_chemical_B2 +LQ09X005530 Peroxisome biogenesis factor 10 10.34929303 C6_chemical_B3 +LQ09X005530 Peroxisome biogenesis factor 10 11.49412224 C6_chemical_C1 +LQ09X005530 Peroxisome biogenesis factor 10 11.81141587 C6_chemical_C2 +LQ09X005530 Peroxisome biogenesis factor 10 11.29523046 C6_chemical_C3 +LQ09X005530 Peroxisome biogenesis factor 10 10.25752319 L4_control_A1 +LQ09X005530 Peroxisome biogenesis factor 10 10.50717 L4_control_A2 +LQ09X005530 Peroxisome biogenesis factor 10 10.19777757 L4_control_A3 +LQ09X005530 Peroxisome biogenesis factor 10 11.0437186 L4_control_B1 +LQ09X005530 Peroxisome biogenesis factor 10 10.90649967 L4_control_B2 +LQ09X005530 Peroxisome biogenesis factor 10 10.90676718 L4_control_B3 +LQ09X005530 Peroxisome biogenesis factor 10 11.74204006 L4_control_C2 +LQ09X005530 Peroxisome biogenesis factor 10 11.21702105 L4_control_C3 +LQ09X005530 Peroxisome biogenesis factor 10 10.70062947 L4_chemical_A1 +LQ09X005530 Peroxisome biogenesis factor 10 10.77580213 L4_chemical_A2 +LQ09X005530 Peroxisome biogenesis factor 10 10.86039029 L4_chemical_A3 +LQ09X005530 Peroxisome biogenesis factor 10 10.82490747 L4_chemical_B1 +LQ09X005530 Peroxisome biogenesis factor 10 11.06517976 L4_chemical_B2 +LQ09X005530 Peroxisome biogenesis factor 10 10.46461439 L4_chemical_B3 +LQ09X005530 Peroxisome biogenesis factor 10 11.37670791 L4_chemical_C2 +LQ09X005530 Peroxisome biogenesis factor 10 11.96805274 L4_chemical_C3 +LQ09X005560 Transcription factor MYB251 5.142195365 C6_control_A1 +LQ09X005560 Transcription factor MYB251 5.376245813 C6_control_A3 +LQ09X005560 Transcription factor MYB251 5.171139083 C6_control_B1 +LQ09X005560 Transcription factor MYB251 5.385615572 C6_control_B2 +LQ09X005560 Transcription factor MYB251 5.366270261 C6_control_B3 +LQ09X005560 Transcription factor MYB251 5.675956007 C6_control_C1 +LQ09X005560 Transcription factor MYB251 5.037412556 C6_control_C2 +LQ09X005560 Transcription factor MYB251 5.4703984 C6_control_C3 +LQ09X005560 Transcription factor MYB251 5.392614321 C6_chemical_A1 +LQ09X005560 Transcription factor MYB251 5.204199277 C6_chemical_A3 +LQ09X005560 Transcription factor MYB251 5.255041741 C6_chemical_B1 +LQ09X005560 Transcription factor MYB251 5.424559554 C6_chemical_B2 +LQ09X005560 Transcription factor MYB251 5.408621894 C6_chemical_B3 +LQ09X005560 Transcription factor MYB251 5.860394564 C6_chemical_C1 +LQ09X005560 Transcription factor MYB251 5.662023684 C6_chemical_C2 +LQ09X005560 Transcription factor MYB251 5.791257667 C6_chemical_C3 +LQ09X005560 Transcription factor MYB251 5.427306702 L4_control_A1 +LQ09X005560 Transcription factor MYB251 5.154505136 L4_control_A2 +LQ09X005560 Transcription factor MYB251 5.057949996 L4_control_A3 +LQ09X005560 Transcription factor MYB251 4.823021326 L4_control_B1 +LQ09X005560 Transcription factor MYB251 5.451786056 L4_control_B2 +LQ09X005560 Transcription factor MYB251 5.629300232 L4_control_B3 +LQ09X005560 Transcription factor MYB251 5.681457585 L4_control_C2 +LQ09X005560 Transcription factor MYB251 5.831456063 L4_control_C3 +LQ09X005560 Transcription factor MYB251 5.36826548 L4_chemical_A1 +LQ09X005560 Transcription factor MYB251 5.411151617 L4_chemical_A2 +LQ09X005560 Transcription factor MYB251 4.943229952 L4_chemical_A3 +LQ09X005560 Transcription factor MYB251 5.24005367 L4_chemical_B1 +LQ09X005560 Transcription factor MYB251 5.245209299 L4_chemical_B2 +LQ09X005560 Transcription factor MYB251 4.916570569 L4_chemical_B3 +LQ09X005560 Transcription factor MYB251 5.626889297 L4_chemical_C2 +LQ09X005560 Transcription factor MYB251 5.867418404 L4_chemical_C3 +LQ09X005570 Putative GHMYB10 7.215273105 C6_control_A1 +LQ09X005570 Putative GHMYB10 7.191857352 C6_control_A3 +LQ09X005570 Putative GHMYB10 6.279307406 C6_control_B1 +LQ09X005570 Putative GHMYB10 5.771004551 C6_control_B2 +LQ09X005570 Putative GHMYB10 5.73071577 C6_control_B3 +LQ09X005570 Putative GHMYB10 5.488447048 C6_control_C1 +LQ09X005570 Putative GHMYB10 5.673174608 C6_control_C2 +LQ09X005570 Putative GHMYB10 5.478862497 C6_control_C3 +LQ09X005570 Putative GHMYB10 7.022848149 C6_chemical_A1 +LQ09X005570 Putative GHMYB10 7.589175537 C6_chemical_A3 +LQ09X005570 Putative GHMYB10 5.287649776 C6_chemical_B1 +LQ09X005570 Putative GHMYB10 5.993962989 C6_chemical_B2 +LQ09X005570 Putative GHMYB10 5.223391546 C6_chemical_B3 +LQ09X005570 Putative GHMYB10 6.142340402 C6_chemical_C1 +LQ09X005570 Putative GHMYB10 5.834105289 C6_chemical_C2 +LQ09X005570 Putative GHMYB10 5.954641786 C6_chemical_C3 +LQ09X005570 Putative GHMYB10 8.013635997 L4_control_A1 +LQ09X005570 Putative GHMYB10 7.552150644 L4_control_A2 +LQ09X005570 Putative GHMYB10 7.659434584 L4_control_A3 +LQ09X005570 Putative GHMYB10 6.096716855 L4_control_B1 +LQ09X005570 Putative GHMYB10 6.286657854 L4_control_B2 +LQ09X005570 Putative GHMYB10 5.69900735 L4_control_B3 +LQ09X005570 Putative GHMYB10 6.263854604 L4_control_C2 +LQ09X005570 Putative GHMYB10 6.936179934 L4_control_C3 +LQ09X005570 Putative GHMYB10 7.768642107 L4_chemical_A1 +LQ09X005570 Putative GHMYB10 6.873536836 L4_chemical_A2 +LQ09X005570 Putative GHMYB10 6.903028724 L4_chemical_A3 +LQ09X005570 Putative GHMYB10 6.144923134 L4_chemical_B1 +LQ09X005570 Putative GHMYB10 6.714798517 L4_chemical_B2 +LQ09X005570 Putative GHMYB10 6.026228808 L4_chemical_B3 +LQ09X005570 Putative GHMYB10 6.849315261 L4_chemical_C2 +LQ09X005570 Putative GHMYB10 6.680721803 L4_chemical_C3 +LQ09X005630 Cytokinin dehydrogenase 7 5.193946797 C6_control_A1 +LQ09X005630 Cytokinin dehydrogenase 7 5.605971976 C6_control_A3 +LQ09X005630 Cytokinin dehydrogenase 7 5.171188026 C6_control_B1 +LQ09X005630 Cytokinin dehydrogenase 7 5.264293004 C6_control_B2 +LQ09X005630 Cytokinin dehydrogenase 7 5.318060586 C6_control_B3 +LQ09X005630 Cytokinin dehydrogenase 7 5.011994241 C6_control_C1 +LQ09X005630 Cytokinin dehydrogenase 7 5.376127311 C6_control_C2 +LQ09X005630 Cytokinin dehydrogenase 7 5.481553069 C6_control_C3 +LQ09X005630 Cytokinin dehydrogenase 7 5.12696822 C6_chemical_A1 +LQ09X005630 Cytokinin dehydrogenase 7 5.599291097 C6_chemical_A3 +LQ09X005630 Cytokinin dehydrogenase 7 5.336335339 C6_chemical_B1 +LQ09X005630 Cytokinin dehydrogenase 7 5.153592334 C6_chemical_B2 +LQ09X005630 Cytokinin dehydrogenase 7 5.204506538 C6_chemical_B3 +LQ09X005630 Cytokinin dehydrogenase 7 4.97513686 C6_chemical_C1 +LQ09X005630 Cytokinin dehydrogenase 7 5.338398951 C6_chemical_C2 +LQ09X005630 Cytokinin dehydrogenase 7 5.259706393 C6_chemical_C3 +LQ09X005630 Cytokinin dehydrogenase 7 5.101217142 L4_control_A1 +LQ09X005630 Cytokinin dehydrogenase 7 5.338902784 L4_control_A2 +LQ09X005630 Cytokinin dehydrogenase 7 5.462324531 L4_control_A3 +LQ09X005630 Cytokinin dehydrogenase 7 5.004860048 L4_control_B1 +LQ09X005630 Cytokinin dehydrogenase 7 5.742888722 L4_control_B2 +LQ09X005630 Cytokinin dehydrogenase 7 5.297652234 L4_control_B3 +LQ09X005630 Cytokinin dehydrogenase 7 5.251849514 L4_control_C2 +LQ09X005630 Cytokinin dehydrogenase 7 6.902552735 L4_control_C3 +LQ09X005630 Cytokinin dehydrogenase 7 5.032338329 L4_chemical_A1 +LQ09X005630 Cytokinin dehydrogenase 7 5.205349078 L4_chemical_A2 +LQ09X005630 Cytokinin dehydrogenase 7 5.207040471 L4_chemical_A3 +LQ09X005630 Cytokinin dehydrogenase 7 5.346848756 L4_chemical_B1 +LQ09X005630 Cytokinin dehydrogenase 7 5.513689594 L4_chemical_B2 +LQ09X005630 Cytokinin dehydrogenase 7 5.214398272 L4_chemical_B3 +LQ09X005630 Cytokinin dehydrogenase 7 4.931393548 L4_chemical_C2 +LQ09X005630 Cytokinin dehydrogenase 7 6.687854884 L4_chemical_C3 +LQ09X005640 F-box/LRR-repeat protein 15 5.419748919 C6_control_A1 +LQ09X005640 F-box/LRR-repeat protein 15 5.46636433 C6_control_A3 +LQ09X005640 F-box/LRR-repeat protein 15 5.436273918 C6_control_B1 +LQ09X005640 F-box/LRR-repeat protein 15 5.388777902 C6_control_B2 +LQ09X005640 F-box/LRR-repeat protein 15 5.01173619 C6_control_B3 +LQ09X005640 F-box/LRR-repeat protein 15 5.70330776 C6_control_C1 +LQ09X005640 F-box/LRR-repeat protein 15 5.360088347 C6_control_C2 +LQ09X005640 F-box/LRR-repeat protein 15 5.268891643 C6_control_C3 +LQ09X005640 F-box/LRR-repeat protein 15 6.112002178 C6_chemical_A1 +LQ09X005640 F-box/LRR-repeat protein 15 6.106096844 C6_chemical_A3 +LQ09X005640 F-box/LRR-repeat protein 15 5.496815069 C6_chemical_B1 +LQ09X005640 F-box/LRR-repeat protein 15 5.296996502 C6_chemical_B2 +LQ09X005640 F-box/LRR-repeat protein 15 5.617527033 C6_chemical_B3 +LQ09X005640 F-box/LRR-repeat protein 15 5.410843453 C6_chemical_C1 +LQ09X005640 F-box/LRR-repeat protein 15 5.781732278 C6_chemical_C2 +LQ09X005640 F-box/LRR-repeat protein 15 5.435211438 C6_chemical_C3 +LQ09X005640 F-box/LRR-repeat protein 15 5.704193955 L4_control_A1 +LQ09X005640 F-box/LRR-repeat protein 15 5.308082564 L4_control_A2 +LQ09X005640 F-box/LRR-repeat protein 15 5.484889819 L4_control_A3 +LQ09X005640 F-box/LRR-repeat protein 15 5.054161697 L4_control_B1 +LQ09X005640 F-box/LRR-repeat protein 15 5.248498148 L4_control_B2 +LQ09X005640 F-box/LRR-repeat protein 15 5.892544803 L4_control_B3 +LQ09X005640 F-box/LRR-repeat protein 15 5.41289393 L4_control_C2 +LQ09X005640 F-box/LRR-repeat protein 15 5.528807672 L4_control_C3 +LQ09X005640 F-box/LRR-repeat protein 15 5.639405973 L4_chemical_A1 +LQ09X005640 F-box/LRR-repeat protein 15 5.764455849 L4_chemical_A2 +LQ09X005640 F-box/LRR-repeat protein 15 5.172022454 L4_chemical_A3 +LQ09X005640 F-box/LRR-repeat protein 15 5.659863643 L4_chemical_B1 +LQ09X005640 F-box/LRR-repeat protein 15 5.637692558 L4_chemical_B2 +LQ09X005640 F-box/LRR-repeat protein 15 5.813223933 L4_chemical_B3 +LQ09X005640 F-box/LRR-repeat protein 15 5.068015664 L4_chemical_C2 +LQ09X005640 F-box/LRR-repeat protein 15 5.56824664 L4_chemical_C3 +LQ09X005650 Putative uncharacterized protein 13.85868572 C6_control_A1 +LQ09X005650 Putative uncharacterized protein 13.20817078 C6_control_A3 +LQ09X005650 Putative uncharacterized protein 13.75113882 C6_control_B1 +LQ09X005650 Putative uncharacterized protein 13.98213819 C6_control_B2 +LQ09X005650 Putative uncharacterized protein 13.86800521 C6_control_B3 +LQ09X005650 Putative uncharacterized protein 14.08599956 C6_control_C1 +LQ09X005650 Putative uncharacterized protein 14.13699004 C6_control_C2 +LQ09X005650 Putative uncharacterized protein 14.22691151 C6_control_C3 +LQ09X005650 Putative uncharacterized protein 13.80721903 C6_chemical_A1 +LQ09X005650 Putative uncharacterized protein 13.67951414 C6_chemical_A3 +LQ09X005650 Putative uncharacterized protein 14.02178722 C6_chemical_B1 +LQ09X005650 Putative uncharacterized protein 14.03020706 C6_chemical_B2 +LQ09X005650 Putative uncharacterized protein 13.96917671 C6_chemical_B3 +LQ09X005650 Putative uncharacterized protein 13.90108239 C6_chemical_C1 +LQ09X005650 Putative uncharacterized protein 14.28691008 C6_chemical_C2 +LQ09X005650 Putative uncharacterized protein 14.2651299 C6_chemical_C3 +LQ09X005650 Putative uncharacterized protein 13.36475493 L4_control_A1 +LQ09X005650 Putative uncharacterized protein 13.76908498 L4_control_A2 +LQ09X005650 Putative uncharacterized protein 14.28370209 L4_control_A3 +LQ09X005650 Putative uncharacterized protein 14.00702077 L4_control_B1 +LQ09X005650 Putative uncharacterized protein 13.76544976 L4_control_B2 +LQ09X005650 Putative uncharacterized protein 14.33936813 L4_control_B3 +LQ09X005650 Putative uncharacterized protein 14.52308141 L4_control_C2 +LQ09X005650 Putative uncharacterized protein 14.57676715 L4_control_C3 +LQ09X005650 Putative uncharacterized protein 13.5312143 L4_chemical_A1 +LQ09X005650 Putative uncharacterized protein 14.01431265 L4_chemical_A2 +LQ09X005650 Putative uncharacterized protein 14.07023357 L4_chemical_A3 +LQ09X005650 Putative uncharacterized protein 13.81843623 L4_chemical_B1 +LQ09X005650 Putative uncharacterized protein 13.85214488 L4_chemical_B2 +LQ09X005650 Putative uncharacterized protein 13.85992719 L4_chemical_B3 +LQ09X005650 Putative uncharacterized protein 14.39555233 L4_chemical_C2 +LQ09X005650 Putative uncharacterized protein 14.78048886 L4_chemical_C3 +LQ09X005660 Putative uncharacterized protein 5.135562699 C6_control_A1 +LQ09X005660 Putative uncharacterized protein 5.189463301 C6_control_A3 +LQ09X005660 Putative uncharacterized protein 5.22488008 C6_control_B1 +LQ09X005660 Putative uncharacterized protein 5.852489329 C6_control_B2 +LQ09X005660 Putative uncharacterized protein 5.281547308 C6_control_B3 +LQ09X005660 Putative uncharacterized protein 5.025699559 C6_control_C1 +LQ09X005660 Putative uncharacterized protein 5.186717502 C6_control_C2 +LQ09X005660 Putative uncharacterized protein 5.371549168 C6_control_C3 +LQ09X005660 Putative uncharacterized protein 5.463069375 C6_chemical_A1 +LQ09X005660 Putative uncharacterized protein 5.557138498 C6_chemical_A3 +LQ09X005660 Putative uncharacterized protein 5.795298255 C6_chemical_B1 +LQ09X005660 Putative uncharacterized protein 6.363848136 C6_chemical_B2 +LQ09X005660 Putative uncharacterized protein 5.525015118 C6_chemical_B3 +LQ09X005660 Putative uncharacterized protein 5.036976781 C6_chemical_C1 +LQ09X005660 Putative uncharacterized protein 5.514074299 C6_chemical_C2 +LQ09X005660 Putative uncharacterized protein 5.861863794 C6_chemical_C3 +LQ09X005660 Putative uncharacterized protein 5.93239276 L4_control_A1 +LQ09X005660 Putative uncharacterized protein 5.239050419 L4_control_A2 +LQ09X005660 Putative uncharacterized protein 4.590618895 L4_control_A3 +LQ09X005660 Putative uncharacterized protein 5.431814716 L4_control_B1 +LQ09X005660 Putative uncharacterized protein 5.450831754 L4_control_B2 +LQ09X005660 Putative uncharacterized protein 6.115682152 L4_control_B3 +LQ09X005660 Putative uncharacterized protein 5.499004513 L4_control_C2 +LQ09X005660 Putative uncharacterized protein 6.115981547 L4_control_C3 +LQ09X005660 Putative uncharacterized protein 5.540792594 L4_chemical_A1 +LQ09X005660 Putative uncharacterized protein 5.634374512 L4_chemical_A2 +LQ09X005660 Putative uncharacterized protein 4.979787754 L4_chemical_A3 +LQ09X005660 Putative uncharacterized protein 5.148266984 L4_chemical_B1 +LQ09X005660 Putative uncharacterized protein 5.324066648 L4_chemical_B2 +LQ09X005660 Putative uncharacterized protein 5.392234395 L4_chemical_B3 +LQ09X005660 Putative uncharacterized protein 5.453634939 L4_chemical_C2 +LQ09X005660 Putative uncharacterized protein 5.311401336 L4_chemical_C3 +LQ09X005670 Putative DNA repair protein rhp7 4.95743501 C6_control_A1 +LQ09X005670 Putative DNA repair protein rhp7 5.573646861 C6_control_A3 +LQ09X005670 Putative DNA repair protein rhp7 5.206802411 C6_control_B1 +LQ09X005670 Putative DNA repair protein rhp7 5.121017993 C6_control_B2 +LQ09X005670 Putative DNA repair protein rhp7 4.719703469 C6_control_B3 +LQ09X005670 Putative DNA repair protein rhp7 4.973866841 C6_control_C1 +LQ09X005670 Putative DNA repair protein rhp7 5.577364889 C6_control_C2 +LQ09X005670 Putative DNA repair protein rhp7 5.48339091 C6_control_C3 +LQ09X005670 Putative DNA repair protein rhp7 4.754262392 C6_chemical_A1 +LQ09X005670 Putative DNA repair protein rhp7 4.725921765 C6_chemical_A3 +LQ09X005670 Putative DNA repair protein rhp7 5.765745007 C6_chemical_B1 +LQ09X005670 Putative DNA repair protein rhp7 4.891326012 C6_chemical_B2 +LQ09X005670 Putative DNA repair protein rhp7 5.174210212 C6_chemical_B3 +LQ09X005670 Putative DNA repair protein rhp7 5.266165862 C6_chemical_C1 +LQ09X005670 Putative DNA repair protein rhp7 4.875207188 C6_chemical_C2 +LQ09X005670 Putative DNA repair protein rhp7 5.407124151 C6_chemical_C3 +LQ09X005670 Putative DNA repair protein rhp7 5.127742905 L4_control_A1 +LQ09X005670 Putative DNA repair protein rhp7 5.044440186 L4_control_A2 +LQ09X005670 Putative DNA repair protein rhp7 4.665484973 L4_control_A3 +LQ09X005670 Putative DNA repair protein rhp7 4.767497842 L4_control_B1 +LQ09X005670 Putative DNA repair protein rhp7 4.925135433 L4_control_B2 +LQ09X005670 Putative DNA repair protein rhp7 5.099163136 L4_control_B3 +LQ09X005670 Putative DNA repair protein rhp7 5.236573969 L4_control_C2 +LQ09X005670 Putative DNA repair protein rhp7 4.941485618 L4_control_C3 +LQ09X005670 Putative DNA repair protein rhp7 5.058583063 L4_chemical_A1 +LQ09X005670 Putative DNA repair protein rhp7 4.866508814 L4_chemical_A2 +LQ09X005670 Putative DNA repair protein rhp7 4.641020354 L4_chemical_A3 +LQ09X005670 Putative DNA repair protein rhp7 5.130640193 L4_chemical_B1 +LQ09X005670 Putative DNA repair protein rhp7 4.751043459 L4_chemical_B2 +LQ09X005670 Putative DNA repair protein rhp7 5.307391117 L4_chemical_B3 +LQ09X005670 Putative DNA repair protein rhp7 4.666450657 L4_chemical_C2 +LQ09X005670 Putative DNA repair protein rhp7 5.34413882 L4_chemical_C3 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.820587044 C6_control_A1 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.66605176 C6_control_A3 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.61601829 C6_control_B1 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.926068415 C6_control_B2 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.072967972 C6_control_B3 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.690881686 C6_control_C1 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.569916859 C6_control_C2 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.446948619 C6_control_C3 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.090502741 C6_chemical_A1 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.422917011 C6_chemical_A3 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.784411219 C6_chemical_B1 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.162468228 C6_chemical_B2 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.303276988 C6_chemical_B3 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.126723043 C6_chemical_C1 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.417497117 C6_chemical_C2 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.769360409 C6_chemical_C3 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.716986686 L4_control_A1 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.897905122 L4_control_A2 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.580793196 L4_control_A3 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.185816089 L4_control_B1 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.016466708 L4_control_B2 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.549764336 L4_control_B3 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.341849331 L4_control_C2 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.427709494 L4_control_C3 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.661874865 L4_chemical_A1 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.774235841 L4_chemical_A2 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.472749349 L4_chemical_A3 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.123945498 L4_chemical_B1 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.579255299 L4_chemical_B2 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.601537064 L4_chemical_B3 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.342813432 L4_chemical_C2 +LQ09X005690 Putative copper-transporting ATPase PAA1 5.243736306 L4_chemical_C3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.095239383 C6_control_A1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 4.983651921 C6_control_A3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.246015707 C6_control_B1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.307878579 C6_control_B2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.403049052 C6_control_B3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.375556418 C6_control_C1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.462831695 C6_control_C2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.941913229 C6_control_C3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.180561324 C6_chemical_A1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 4.964663594 C6_chemical_A3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.309581894 C6_chemical_B1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.123286775 C6_chemical_B2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.302127891 C6_chemical_B3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.431018711 C6_chemical_C1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.300064237 C6_chemical_C2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 4.950002717 C6_chemical_C3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.580405695 L4_control_A1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.189683682 L4_control_A2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.112154283 L4_control_A3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 4.805110735 L4_control_B1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.103798654 L4_control_B2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 4.933437334 L4_control_B3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.462381616 L4_control_C2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.113971885 L4_control_C3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.412130094 L4_chemical_A1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.6711709 L4_chemical_A2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.203260062 L4_chemical_A3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 4.539268219 L4_chemical_B1 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 4.784329222 L4_chemical_B2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.185198798 L4_chemical_B3 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 4.806524157 L4_chemical_C2 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.214588078 L4_chemical_C3 +LQ09X005720 Putative Myosin-Vb 13.40802429 C6_control_A1 +LQ09X005720 Putative Myosin-Vb 13.29245199 C6_control_A3 +LQ09X005720 Putative Myosin-Vb 12.8689041 C6_control_B1 +LQ09X005720 Putative Myosin-Vb 12.7547414 C6_control_B2 +LQ09X005720 Putative Myosin-Vb 12.51226979 C6_control_B3 +LQ09X005720 Putative Myosin-Vb 13.19619548 C6_control_C1 +LQ09X005720 Putative Myosin-Vb 13.04820253 C6_control_C2 +LQ09X005720 Putative Myosin-Vb 13.14583471 C6_control_C3 +LQ09X005720 Putative Myosin-Vb 13.01690948 C6_chemical_A1 +LQ09X005720 Putative Myosin-Vb 13.19662496 C6_chemical_A3 +LQ09X005720 Putative Myosin-Vb 12.54316568 C6_chemical_B1 +LQ09X005720 Putative Myosin-Vb 12.26886257 C6_chemical_B2 +LQ09X005720 Putative Myosin-Vb 12.37585195 C6_chemical_B3 +LQ09X005720 Putative Myosin-Vb 13.1921334 C6_chemical_C1 +LQ09X005720 Putative Myosin-Vb 13.14021309 C6_chemical_C2 +LQ09X005720 Putative Myosin-Vb 13.05572667 C6_chemical_C3 +LQ09X005720 Putative Myosin-Vb 13.45624895 L4_control_A1 +LQ09X005720 Putative Myosin-Vb 13.49505784 L4_control_A2 +LQ09X005720 Putative Myosin-Vb 13.3044836 L4_control_A3 +LQ09X005720 Putative Myosin-Vb 12.57837108 L4_control_B1 +LQ09X005720 Putative Myosin-Vb 12.17016077 L4_control_B2 +LQ09X005720 Putative Myosin-Vb 12.3086067 L4_control_B3 +LQ09X005720 Putative Myosin-Vb 13.12284792 L4_control_C2 +LQ09X005720 Putative Myosin-Vb 12.36208404 L4_control_C3 +LQ09X005720 Putative Myosin-Vb 12.75091438 L4_chemical_A1 +LQ09X005720 Putative Myosin-Vb 12.93155 L4_chemical_A2 +LQ09X005720 Putative Myosin-Vb 13.29688246 L4_chemical_A3 +LQ09X005720 Putative Myosin-Vb 12.63870805 L4_chemical_B1 +LQ09X005720 Putative Myosin-Vb 12.52536693 L4_chemical_B2 +LQ09X005720 Putative Myosin-Vb 12.7841955 L4_chemical_B3 +LQ09X005720 Putative Myosin-Vb 12.97352921 L4_chemical_C2 +LQ09X005720 Putative Myosin-Vb 12.41609947 L4_chemical_C3 +LQ09X005730 Putative uncharacterized protein 12.15130513 C6_control_A1 +LQ09X005730 Putative uncharacterized protein 13.02921069 C6_control_A3 +LQ09X005730 Putative uncharacterized protein 11.86319611 C6_control_B1 +LQ09X005730 Putative uncharacterized protein 11.97109477 C6_control_B2 +LQ09X005730 Putative uncharacterized protein 12.11221063 C6_control_B3 +LQ09X005730 Putative uncharacterized protein 11.36511528 C6_control_C1 +LQ09X005730 Putative uncharacterized protein 12.27801729 C6_control_C2 +LQ09X005730 Putative uncharacterized protein 12.09041255 C6_control_C3 +LQ09X005730 Putative uncharacterized protein 11.96792653 C6_chemical_A1 +LQ09X005730 Putative uncharacterized protein 13.23917356 C6_chemical_A3 +LQ09X005730 Putative uncharacterized protein 12.37154137 C6_chemical_B1 +LQ09X005730 Putative uncharacterized protein 12.26954527 C6_chemical_B2 +LQ09X005730 Putative uncharacterized protein 13.4281312 C6_chemical_B3 +LQ09X005730 Putative uncharacterized protein 11.2816806 C6_chemical_C1 +LQ09X005730 Putative uncharacterized protein 12.4434778 C6_chemical_C2 +LQ09X005730 Putative uncharacterized protein 13.68101013 C6_chemical_C3 +LQ09X005730 Putative uncharacterized protein 11.49008714 L4_control_A1 +LQ09X005730 Putative uncharacterized protein 11.85354289 L4_control_A2 +LQ09X005730 Putative uncharacterized protein 13.47665742 L4_control_A3 +LQ09X005730 Putative uncharacterized protein 12.58545511 L4_control_B1 +LQ09X005730 Putative uncharacterized protein 13.09478299 L4_control_B2 +LQ09X005730 Putative uncharacterized protein 12.89402984 L4_control_B3 +LQ09X005730 Putative uncharacterized protein 12.95347064 L4_control_C2 +LQ09X005730 Putative uncharacterized protein 13.34022321 L4_control_C3 +LQ09X005730 Putative uncharacterized protein 14.0821048 L4_chemical_A1 +LQ09X005730 Putative uncharacterized protein 13.91574263 L4_chemical_A2 +LQ09X005730 Putative uncharacterized protein 13.35457552 L4_chemical_A3 +LQ09X005730 Putative uncharacterized protein 13.13363967 L4_chemical_B1 +LQ09X005730 Putative uncharacterized protein 13.01415793 L4_chemical_B2 +LQ09X005730 Putative uncharacterized protein 13.59524323 L4_chemical_B3 +LQ09X005730 Putative uncharacterized protein 12.92620719 L4_chemical_C2 +LQ09X005730 Putative uncharacterized protein 12.95838664 L4_chemical_C3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.84698292 C6_control_A1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.63895369 C6_control_A3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.56135014 C6_control_B1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.85353544 C6_control_B2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.6476496 C6_control_B3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 9.961406098 C6_control_C1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 9.34117418 C6_control_C2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 9.84142831 C6_control_C3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.22107337 C6_chemical_A1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.27915977 C6_chemical_A3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.86387059 C6_chemical_B1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.23094463 C6_chemical_B2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.73834393 C6_chemical_B3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 9.863083358 C6_chemical_C1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 9.434589291 C6_chemical_C2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 8.937398 C6_chemical_C3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.42407867 L4_control_A1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 12.33753192 L4_control_A2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.65354654 L4_control_A3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.14269169 L4_control_B1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.92935921 L4_control_B2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.83812067 L4_control_B3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.1597654 L4_control_C2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.23966714 L4_control_C3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.04217023 L4_chemical_A1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.6528816 L4_chemical_A2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.73454931 L4_chemical_A3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.21122736 L4_chemical_B1 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.86481712 L4_chemical_B2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.01572175 L4_chemical_B3 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.13259933 L4_chemical_C2 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 10.24315646 L4_chemical_C3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.15556371 C6_control_A1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.35847603 C6_control_A3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.98668166 C6_control_B1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.04871346 C6_control_B2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.34202298 C6_control_B3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.84051719 C6_control_C1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.56364803 C6_control_C2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.623167 C6_control_C3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.10833863 C6_chemical_A1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.17481916 C6_chemical_A3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.68402606 C6_chemical_B1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.86604747 C6_chemical_B2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.99419387 C6_chemical_B3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.91885891 C6_chemical_C1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.70407166 C6_chemical_C2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.66053426 C6_chemical_C3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.3506802 L4_control_A1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.09704951 L4_control_A2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.43645174 L4_control_A3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.22868464 L4_control_B1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.34318203 L4_control_B2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.61769932 L4_control_B3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.47200983 L4_control_C2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.52195976 L4_control_C3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.76286514 L4_chemical_A1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.24230404 L4_chemical_A2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.5724447 L4_chemical_A3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.32278906 L4_chemical_B1 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.68293272 L4_chemical_B2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.64535463 L4_chemical_B3 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.56167552 L4_chemical_C2 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 10.66072355 L4_chemical_C3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 14.10092389 C6_control_A1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 13.70857416 C6_control_A3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 13.02262855 C6_control_B1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 11.16081344 C6_control_B2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 11.28263109 C6_control_B3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 8.916231472 C6_control_C1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 8.629100605 C6_control_C2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 8.010601245 C6_control_C3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 14.10670534 C6_chemical_A1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 14.08826044 C6_chemical_A3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 12.70746603 C6_chemical_B1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 10.57180516 C6_chemical_B2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 11.79595859 C6_chemical_B3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 8.825097841 C6_chemical_C1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 8.116089021 C6_chemical_C2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 7.691915854 C6_chemical_C3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 14.17021954 L4_control_A1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 14.53342033 L4_control_A2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 13.82057468 L4_control_A3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 11.12777863 L4_control_B1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 13.09799696 L4_control_B2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 9.523161526 L4_control_B3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 8.89788481 L4_control_C2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 8.660790422 L4_control_C3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 13.35201284 L4_chemical_A1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 13.82204533 L4_chemical_A2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 13.78084512 L4_chemical_A3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 12.87501312 L4_chemical_B1 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 13.00145447 L4_chemical_B2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 12.50493411 L4_chemical_B3 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 9.008089543 L4_chemical_C2 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 9.2842486 L4_chemical_C3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.70800226 C6_control_A1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.006074647 C6_control_A3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.842050047 C6_control_B1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.238915549 C6_control_B2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.165735698 C6_control_B3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.047082228 C6_control_C1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.24066921 C6_control_C2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.320711574 C6_control_C3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.05141721 C6_chemical_A1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.891647535 C6_chemical_A3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.919303653 C6_chemical_B1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.014446209 C6_chemical_B2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.127291099 C6_chemical_B3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.99350321 C6_chemical_C1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.335536223 C6_chemical_C2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.204213221 C6_chemical_C3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.600382648 L4_control_A1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.888150682 L4_control_A2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.602026084 L4_control_A3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.338043075 L4_control_B1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.7524126 L4_control_B2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.066904019 L4_control_B3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.659389555 L4_control_C2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.766957517 L4_control_C3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.956667595 L4_chemical_A1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.107229998 L4_chemical_A2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.681976224 L4_chemical_A3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.915520417 L4_chemical_B1 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.32985717 L4_chemical_B2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.696050023 L4_chemical_B3 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.067287814 L4_chemical_C2 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 5.517132933 L4_chemical_C3 +LQ09X005810 Copper transporter, putative 6.180312366 C6_control_A1 +LQ09X005810 Copper transporter, putative 6.616724277 C6_control_A3 +LQ09X005810 Copper transporter, putative 5.90442732 C6_control_B1 +LQ09X005810 Copper transporter, putative 6.006134748 C6_control_B2 +LQ09X005810 Copper transporter, putative 5.369812171 C6_control_B3 +LQ09X005810 Copper transporter, putative 5.93058357 C6_control_C1 +LQ09X005810 Copper transporter, putative 6.641805502 C6_control_C2 +LQ09X005810 Copper transporter, putative 6.608903925 C6_control_C3 +LQ09X005810 Copper transporter, putative 5.730895392 C6_chemical_A1 +LQ09X005810 Copper transporter, putative 5.956363309 C6_chemical_A3 +LQ09X005810 Copper transporter, putative 5.620636428 C6_chemical_B1 +LQ09X005810 Copper transporter, putative 6.151627727 C6_chemical_B2 +LQ09X005810 Copper transporter, putative 5.716072948 C6_chemical_B3 +LQ09X005810 Copper transporter, putative 5.829509841 C6_chemical_C1 +LQ09X005810 Copper transporter, putative 6.16597476 C6_chemical_C2 +LQ09X005810 Copper transporter, putative 6.21984556 C6_chemical_C3 +LQ09X005810 Copper transporter, putative 5.719031376 L4_control_A1 +LQ09X005810 Copper transporter, putative 5.718949647 L4_control_A2 +LQ09X005810 Copper transporter, putative 6.668174961 L4_control_A3 +LQ09X005810 Copper transporter, putative 6.248183036 L4_control_B1 +LQ09X005810 Copper transporter, putative 6.449422293 L4_control_B2 +LQ09X005810 Copper transporter, putative 6.352834076 L4_control_B3 +LQ09X005810 Copper transporter, putative 5.908385162 L4_control_C2 +LQ09X005810 Copper transporter, putative 6.454642978 L4_control_C3 +LQ09X005810 Copper transporter, putative 5.604880574 L4_chemical_A1 +LQ09X005810 Copper transporter, putative 5.544565389 L4_chemical_A2 +LQ09X005810 Copper transporter, putative 6.963474099 L4_chemical_A3 +LQ09X005810 Copper transporter, putative 6.183200168 L4_chemical_B1 +LQ09X005810 Copper transporter, putative 6.365624839 L4_chemical_B2 +LQ09X005810 Copper transporter, putative 5.888526453 L4_chemical_B3 +LQ09X005810 Copper transporter, putative 5.196658131 L4_chemical_C2 +LQ09X005810 Copper transporter, putative 6.546231581 L4_chemical_C3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.624889391 C6_control_A1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 7.479530082 C6_control_A3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.056381136 C6_control_B1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.526543989 C6_control_B2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.809549234 C6_control_B3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.112619355 C6_control_C1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 7.841134552 C6_control_C2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.460965091 C6_control_C3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 5.772360771 C6_chemical_A1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 5.74493294 C6_chemical_A3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.363043393 C6_chemical_B1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.507423392 C6_chemical_B2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.09447431 C6_chemical_B3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.191923516 C6_chemical_C1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.849334228 C6_chemical_C2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.572140585 C6_chemical_C3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.057335269 L4_control_A1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.3727375 L4_control_A2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 5.795829622 L4_control_A3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.603039567 L4_control_B1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.70418793 L4_control_B2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.61086048 L4_control_B3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 7.647283172 L4_control_C2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 7.509994057 L4_control_C3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 5.61356524 L4_chemical_A1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.143592751 L4_chemical_A2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 5.29972576 L4_chemical_A3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.755194691 L4_chemical_B1 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 7.282139059 L4_chemical_B2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 6.728640281 L4_chemical_B3 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 7.519022303 L4_chemical_C2 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 7.059254299 L4_chemical_C3 +LQ09X005830 Predicted protein 11.97469206 C6_control_A1 +LQ09X005830 Predicted protein 11.77565268 C6_control_A3 +LQ09X005830 Predicted protein 12.26753951 C6_control_B1 +LQ09X005830 Predicted protein 12.0268648 C6_control_B2 +LQ09X005830 Predicted protein 12.29757371 C6_control_B3 +LQ09X005830 Predicted protein 12.48656121 C6_control_C1 +LQ09X005830 Predicted protein 12.36487677 C6_control_C2 +LQ09X005830 Predicted protein 12.4954185 C6_control_C3 +LQ09X005830 Predicted protein 12.03120982 C6_chemical_A1 +LQ09X005830 Predicted protein 12.05516098 C6_chemical_A3 +LQ09X005830 Predicted protein 12.74495667 C6_chemical_B1 +LQ09X005830 Predicted protein 12.06090562 C6_chemical_B2 +LQ09X005830 Predicted protein 12.735279 C6_chemical_B3 +LQ09X005830 Predicted protein 12.72652415 C6_chemical_C1 +LQ09X005830 Predicted protein 12.41887421 C6_chemical_C2 +LQ09X005830 Predicted protein 13.11134047 C6_chemical_C3 +LQ09X005830 Predicted protein 12.16697163 L4_control_A1 +LQ09X005830 Predicted protein 11.96827265 L4_control_A2 +LQ09X005830 Predicted protein 12.39977001 L4_control_A3 +LQ09X005830 Predicted protein 13.00582078 L4_control_B1 +LQ09X005830 Predicted protein 13.0810787 L4_control_B2 +LQ09X005830 Predicted protein 13.25374868 L4_control_B3 +LQ09X005830 Predicted protein 13.39538937 L4_control_C2 +LQ09X005830 Predicted protein 13.40122389 L4_control_C3 +LQ09X005830 Predicted protein 11.85176256 L4_chemical_A1 +LQ09X005830 Predicted protein 11.97225633 L4_chemical_A2 +LQ09X005830 Predicted protein 12.09942642 L4_chemical_A3 +LQ09X005830 Predicted protein 12.77052192 L4_chemical_B1 +LQ09X005830 Predicted protein 12.54106554 L4_chemical_B2 +LQ09X005830 Predicted protein 12.89264238 L4_chemical_B3 +LQ09X005830 Predicted protein 13.28908225 L4_chemical_C2 +LQ09X005830 Predicted protein 13.36475524 L4_chemical_C3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 10.01649812 C6_control_A1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.876279024 C6_control_A3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.407035305 C6_control_B1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 10.51848152 C6_control_B2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.998655431 C6_control_B3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.605350941 C6_control_C1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.478441515 C6_control_C2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.382266697 C6_control_C3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.801392769 C6_chemical_A1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.575630408 C6_chemical_A3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.617655517 C6_chemical_B1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 10.57714481 C6_chemical_B2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.006454681 C6_chemical_B3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.373219785 C6_chemical_C1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.709759668 C6_chemical_C2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.509540484 C6_chemical_C3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.743910095 L4_control_A1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.03259931 L4_control_A2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.477706174 L4_control_A3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.435128842 L4_control_B1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.977654066 L4_control_B2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.724901401 L4_control_B3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.373931505 L4_control_C2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 7.934248831 L4_control_C3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.896683846 L4_chemical_A1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.833228538 L4_chemical_A2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.349297539 L4_chemical_A3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.756948666 L4_chemical_B1 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.345403992 L4_chemical_B2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.593392251 L4_chemical_B3 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 8.385940192 L4_chemical_C2 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 7.965382251 L4_chemical_C3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.564241882 C6_control_A1 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.36885097 C6_control_A3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.626202261 C6_control_B1 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.061282847 C6_control_B2 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.994592717 C6_control_B3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.875743221 C6_control_C1 +LQ09X005920 3-ketoacyl-CoA synthase 10 7.097000086 C6_control_C2 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.719391783 C6_control_C3 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.179188673 C6_chemical_A1 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.687434825 C6_chemical_A3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.980625008 C6_chemical_B1 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.876874473 C6_chemical_B2 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.58465767 C6_chemical_B3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.837185802 C6_chemical_C1 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.857598531 C6_chemical_C2 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.765015456 C6_chemical_C3 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.030670277 L4_control_A1 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.106848814 L4_control_A2 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.18970556 L4_control_A3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.632909616 L4_control_B1 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.695287212 L4_control_B2 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.297293579 L4_control_B3 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.098858102 L4_control_C2 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.051045415 L4_control_C3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.644433991 L4_chemical_A1 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.13472985 L4_chemical_A2 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.718900293 L4_chemical_A3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.789700728 L4_chemical_B1 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.526020932 L4_chemical_B2 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.18403746 L4_chemical_B3 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.632570494 L4_chemical_C2 +LQ09X005920 3-ketoacyl-CoA synthase 10 5.144573426 L4_chemical_C3 +LQ09X005980 Putative uncharacterized protein 11.39486104 C6_control_A1 +LQ09X005980 Putative uncharacterized protein 10.93913842 C6_control_A3 +LQ09X005980 Putative uncharacterized protein 11.56374592 C6_control_B1 +LQ09X005980 Putative uncharacterized protein 11.859926 C6_control_B2 +LQ09X005980 Putative uncharacterized protein 10.88479248 C6_control_B3 +LQ09X005980 Putative uncharacterized protein 13.32392354 C6_control_C1 +LQ09X005980 Putative uncharacterized protein 13.01140989 C6_control_C2 +LQ09X005980 Putative uncharacterized protein 12.00023205 C6_control_C3 +LQ09X005980 Putative uncharacterized protein 11.46883129 C6_chemical_A1 +LQ09X005980 Putative uncharacterized protein 10.79520803 C6_chemical_A3 +LQ09X005980 Putative uncharacterized protein 11.54896174 C6_chemical_B1 +LQ09X005980 Putative uncharacterized protein 11.97510399 C6_chemical_B2 +LQ09X005980 Putative uncharacterized protein 10.68102398 C6_chemical_B3 +LQ09X005980 Putative uncharacterized protein 13.44672685 C6_chemical_C1 +LQ09X005980 Putative uncharacterized protein 13.18655493 C6_chemical_C2 +LQ09X005980 Putative uncharacterized protein 12.24793059 C6_chemical_C3 +LQ09X005980 Putative uncharacterized protein 10.46703156 L4_control_A1 +LQ09X005980 Putative uncharacterized protein 10.99306654 L4_control_A2 +LQ09X005980 Putative uncharacterized protein 10.00102702 L4_control_A3 +LQ09X005980 Putative uncharacterized protein 11.05837842 L4_control_B1 +LQ09X005980 Putative uncharacterized protein 10.60284289 L4_control_B2 +LQ09X005980 Putative uncharacterized protein 10.73906593 L4_control_B3 +LQ09X005980 Putative uncharacterized protein 12.2070754 L4_control_C2 +LQ09X005980 Putative uncharacterized protein 10.94111808 L4_control_C3 +LQ09X005980 Putative uncharacterized protein 10.74376825 L4_chemical_A1 +LQ09X005980 Putative uncharacterized protein 11.18021798 L4_chemical_A2 +LQ09X005980 Putative uncharacterized protein 10.02502197 L4_chemical_A3 +LQ09X005980 Putative uncharacterized protein 11.0808789 L4_chemical_B1 +LQ09X005980 Putative uncharacterized protein 10.96840401 L4_chemical_B2 +LQ09X005980 Putative uncharacterized protein 10.48894479 L4_chemical_B3 +LQ09X005980 Putative uncharacterized protein 11.7596474 L4_chemical_C2 +LQ09X005980 Putative uncharacterized protein 11.33669983 L4_chemical_C3 +LQ09X005990 Predicted protein 12.06183633 C6_control_A1 +LQ09X005990 Predicted protein 12.4031966 C6_control_A3 +LQ09X005990 Predicted protein 11.86866566 C6_control_B1 +LQ09X005990 Predicted protein 11.84559217 C6_control_B2 +LQ09X005990 Predicted protein 12.30974438 C6_control_B3 +LQ09X005990 Predicted protein 12.04698687 C6_control_C1 +LQ09X005990 Predicted protein 12.02946609 C6_control_C2 +LQ09X005990 Predicted protein 11.94330342 C6_control_C3 +LQ09X005990 Predicted protein 11.78349107 C6_chemical_A1 +LQ09X005990 Predicted protein 12.04908599 C6_chemical_A3 +LQ09X005990 Predicted protein 11.6281068 C6_chemical_B1 +LQ09X005990 Predicted protein 12.06181005 C6_chemical_B2 +LQ09X005990 Predicted protein 11.91995722 C6_chemical_B3 +LQ09X005990 Predicted protein 12.07486018 C6_chemical_C1 +LQ09X005990 Predicted protein 12.08075221 C6_chemical_C2 +LQ09X005990 Predicted protein 11.44475143 C6_chemical_C3 +LQ09X005990 Predicted protein 12.01735304 L4_control_A1 +LQ09X005990 Predicted protein 11.79393204 L4_control_A2 +LQ09X005990 Predicted protein 11.92852925 L4_control_A3 +LQ09X005990 Predicted protein 11.68075002 L4_control_B1 +LQ09X005990 Predicted protein 11.34431055 L4_control_B2 +LQ09X005990 Predicted protein 11.6756704 L4_control_B3 +LQ09X005990 Predicted protein 11.59971188 L4_control_C2 +LQ09X005990 Predicted protein 10.80814893 L4_control_C3 +LQ09X005990 Predicted protein 12.08739191 L4_chemical_A1 +LQ09X005990 Predicted protein 11.68848007 L4_chemical_A2 +LQ09X005990 Predicted protein 11.85180514 L4_chemical_A3 +LQ09X005990 Predicted protein 11.43558869 L4_chemical_B1 +LQ09X005990 Predicted protein 11.34181423 L4_chemical_B2 +LQ09X005990 Predicted protein 12.27612757 L4_chemical_B3 +LQ09X005990 Predicted protein 11.43326705 L4_chemical_C2 +LQ09X005990 Predicted protein 10.82941832 L4_chemical_C3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.566304654 C6_control_A1 +LQ09X006010 UPF0136 membrane protein At2g26240 6.810360198 C6_control_A3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.82030067 C6_control_B1 +LQ09X006010 UPF0136 membrane protein At2g26240 5.748931379 C6_control_B2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.47951948 C6_control_B3 +LQ09X006010 UPF0136 membrane protein At2g26240 6.057577437 C6_control_C1 +LQ09X006010 UPF0136 membrane protein At2g26240 6.114192484 C6_control_C2 +LQ09X006010 UPF0136 membrane protein At2g26240 6.04021294 C6_control_C3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.304543486 C6_chemical_A1 +LQ09X006010 UPF0136 membrane protein At2g26240 6.018601323 C6_chemical_A3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.547578125 C6_chemical_B1 +LQ09X006010 UPF0136 membrane protein At2g26240 5.743985463 C6_chemical_B2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.602221468 C6_chemical_B3 +LQ09X006010 UPF0136 membrane protein At2g26240 6.130403878 C6_chemical_C1 +LQ09X006010 UPF0136 membrane protein At2g26240 6.069433873 C6_chemical_C2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.515763908 C6_chemical_C3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.188340694 L4_control_A1 +LQ09X006010 UPF0136 membrane protein At2g26240 5.137926779 L4_control_A2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.23090364 L4_control_A3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.293534373 L4_control_B1 +LQ09X006010 UPF0136 membrane protein At2g26240 5.526392455 L4_control_B2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.500972938 L4_control_B3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.883264804 L4_control_C2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.348518066 L4_control_C3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.240637537 L4_chemical_A1 +LQ09X006010 UPF0136 membrane protein At2g26240 5.343685161 L4_chemical_A2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.931787351 L4_chemical_A3 +LQ09X006010 UPF0136 membrane protein At2g26240 6.115922193 L4_chemical_B1 +LQ09X006010 UPF0136 membrane protein At2g26240 5.144793754 L4_chemical_B2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.483544602 L4_chemical_B3 +LQ09X006010 UPF0136 membrane protein At2g26240 5.620058948 L4_chemical_C2 +LQ09X006010 UPF0136 membrane protein At2g26240 5.271673279 L4_chemical_C3 +LQ09X006020 Predicted protein 6.954035266 C6_control_A1 +LQ09X006020 Predicted protein 7.135786605 C6_control_A3 +LQ09X006020 Predicted protein 6.215089292 C6_control_B1 +LQ09X006020 Predicted protein 6.655337934 C6_control_B2 +LQ09X006020 Predicted protein 6.531428386 C6_control_B3 +LQ09X006020 Predicted protein 6.196957944 C6_control_C1 +LQ09X006020 Predicted protein 6.912864923 C6_control_C2 +LQ09X006020 Predicted protein 6.542664314 C6_control_C3 +LQ09X006020 Predicted protein 6.510531969 C6_chemical_A1 +LQ09X006020 Predicted protein 5.839783921 C6_chemical_A3 +LQ09X006020 Predicted protein 5.387710896 C6_chemical_B1 +LQ09X006020 Predicted protein 6.411650588 C6_chemical_B2 +LQ09X006020 Predicted protein 6.196395191 C6_chemical_B3 +LQ09X006020 Predicted protein 6.420785762 C6_chemical_C1 +LQ09X006020 Predicted protein 6.233295468 C6_chemical_C2 +LQ09X006020 Predicted protein 6.049525632 C6_chemical_C3 +LQ09X006020 Predicted protein 5.672546829 L4_control_A1 +LQ09X006020 Predicted protein 6.025822043 L4_control_A2 +LQ09X006020 Predicted protein 6.676635771 L4_control_A3 +LQ09X006020 Predicted protein 5.719188146 L4_control_B1 +LQ09X006020 Predicted protein 5.598396253 L4_control_B2 +LQ09X006020 Predicted protein 5.697786914 L4_control_B3 +LQ09X006020 Predicted protein 6.011528639 L4_control_C2 +LQ09X006020 Predicted protein 6.133417249 L4_control_C3 +LQ09X006020 Predicted protein 5.958016362 L4_chemical_A1 +LQ09X006020 Predicted protein 6.192476121 L4_chemical_A2 +LQ09X006020 Predicted protein 6.497291281 L4_chemical_A3 +LQ09X006020 Predicted protein 6.174046853 L4_chemical_B1 +LQ09X006020 Predicted protein 5.925849648 L4_chemical_B2 +LQ09X006020 Predicted protein 5.727000758 L4_chemical_B3 +LQ09X006020 Predicted protein 5.739741467 L4_chemical_C2 +LQ09X006020 Predicted protein 5.23143635 L4_chemical_C3 +LQ09X006030 Predicted protein 13.02466046 C6_control_A1 +LQ09X006030 Predicted protein 13.03799992 C6_control_A3 +LQ09X006030 Predicted protein 13.18594887 C6_control_B1 +LQ09X006030 Predicted protein 13.30899869 C6_control_B2 +LQ09X006030 Predicted protein 13.26448485 C6_control_B3 +LQ09X006030 Predicted protein 13.19788084 C6_control_C1 +LQ09X006030 Predicted protein 13.58853982 C6_control_C2 +LQ09X006030 Predicted protein 13.65329249 C6_control_C3 +LQ09X006030 Predicted protein 12.85417626 C6_chemical_A1 +LQ09X006030 Predicted protein 12.98931108 C6_chemical_A3 +LQ09X006030 Predicted protein 13.2654022 C6_chemical_B1 +LQ09X006030 Predicted protein 13.32828672 C6_chemical_B2 +LQ09X006030 Predicted protein 13.25707755 C6_chemical_B3 +LQ09X006030 Predicted protein 13.33120546 C6_chemical_C1 +LQ09X006030 Predicted protein 13.62833848 C6_chemical_C2 +LQ09X006030 Predicted protein 13.33140312 C6_chemical_C3 +LQ09X006030 Predicted protein 12.36503462 L4_control_A1 +LQ09X006030 Predicted protein 12.79434482 L4_control_A2 +LQ09X006030 Predicted protein 11.79195741 L4_control_A3 +LQ09X006030 Predicted protein 13.15684287 L4_control_B1 +LQ09X006030 Predicted protein 12.87837983 L4_control_B2 +LQ09X006030 Predicted protein 13.43413046 L4_control_B3 +LQ09X006030 Predicted protein 12.56918015 L4_control_C2 +LQ09X006030 Predicted protein 12.8205765 L4_control_C3 +LQ09X006030 Predicted protein 12.7810184 L4_chemical_A1 +LQ09X006030 Predicted protein 12.97141127 L4_chemical_A2 +LQ09X006030 Predicted protein 11.75532179 L4_chemical_A3 +LQ09X006030 Predicted protein 13.0474084 L4_chemical_B1 +LQ09X006030 Predicted protein 12.75558523 L4_chemical_B2 +LQ09X006030 Predicted protein 13.20672013 L4_chemical_B3 +LQ09X006030 Predicted protein 12.63535998 L4_chemical_C2 +LQ09X006030 Predicted protein 13.05476451 L4_chemical_C3 +LQ09X006040 Predicted protein 11.70162823 C6_control_A1 +LQ09X006040 Predicted protein 12.43585144 C6_control_A3 +LQ09X006040 Predicted protein 12.35553161 C6_control_B1 +LQ09X006040 Predicted protein 12.56805473 C6_control_B2 +LQ09X006040 Predicted protein 12.90508482 C6_control_B3 +LQ09X006040 Predicted protein 11.64399685 C6_control_C1 +LQ09X006040 Predicted protein 11.56423145 C6_control_C2 +LQ09X006040 Predicted protein 11.97466202 C6_control_C3 +LQ09X006040 Predicted protein 11.90612751 C6_chemical_A1 +LQ09X006040 Predicted protein 12.20156507 C6_chemical_A3 +LQ09X006040 Predicted protein 12.56669078 C6_chemical_B1 +LQ09X006040 Predicted protein 12.25563703 C6_chemical_B2 +LQ09X006040 Predicted protein 12.82264935 C6_chemical_B3 +LQ09X006040 Predicted protein 11.64680971 C6_chemical_C1 +LQ09X006040 Predicted protein 11.39055699 C6_chemical_C2 +LQ09X006040 Predicted protein 11.4222571 C6_chemical_C3 +LQ09X006040 Predicted protein 11.50846657 L4_control_A1 +LQ09X006040 Predicted protein 12.40689001 L4_control_A2 +LQ09X006040 Predicted protein 12.83902106 L4_control_A3 +LQ09X006040 Predicted protein 12.96362867 L4_control_B1 +LQ09X006040 Predicted protein 12.43127751 L4_control_B2 +LQ09X006040 Predicted protein 12.03744044 L4_control_B3 +LQ09X006040 Predicted protein 11.07450749 L4_control_C2 +LQ09X006040 Predicted protein 11.41842075 L4_control_C3 +LQ09X006040 Predicted protein 11.82909741 L4_chemical_A1 +LQ09X006040 Predicted protein 12.6136878 L4_chemical_A2 +LQ09X006040 Predicted protein 12.45452762 L4_chemical_A3 +LQ09X006040 Predicted protein 12.80862239 L4_chemical_B1 +LQ09X006040 Predicted protein 12.66763105 L4_chemical_B2 +LQ09X006040 Predicted protein 12.25513903 L4_chemical_B3 +LQ09X006040 Predicted protein 11.36026312 L4_chemical_C2 +LQ09X006040 Predicted protein 11.38253815 L4_chemical_C3 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.9648886 C6_control_A1 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.14366407 C6_control_A3 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.38968432 C6_control_B1 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.21245116 C6_control_B2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.98347174 C6_control_B3 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.66701181 C6_control_C1 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.70263659 C6_control_C2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.60800387 C6_control_C3 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.24088671 C6_chemical_A1 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.19776168 C6_chemical_A3 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.22167016 C6_chemical_B1 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.20829063 C6_chemical_B2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.93648861 C6_chemical_B3 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.81531148 C6_chemical_C1 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.73302087 C6_chemical_C2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.75257342 C6_chemical_C3 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.05447298 L4_control_A1 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.36216445 L4_control_A2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.4710937 L4_control_A3 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.40927567 L4_control_B1 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.39542869 L4_control_B2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.95213872 L4_control_B3 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.03009162 L4_control_C2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.96907358 L4_control_C3 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.92110371 L4_chemical_A1 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.2002538 L4_chemical_A2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.3643798 L4_chemical_A3 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.21910201 L4_chemical_B1 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.10527619 L4_chemical_B2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.84821516 L4_chemical_B3 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.86367287 L4_chemical_C2 +LQ09X006060 Guanine nucleotide-exchange-like protein 11.76201433 L4_chemical_C3 +LQ09X006070 Electron transporter, putative 5.508903366 C6_control_A1 +LQ09X006070 Electron transporter, putative 5.340668432 C6_control_A3 +LQ09X006070 Electron transporter, putative 5.530237864 C6_control_B1 +LQ09X006070 Electron transporter, putative 5.779149876 C6_control_B2 +LQ09X006070 Electron transporter, putative 5.226705929 C6_control_B3 +LQ09X006070 Electron transporter, putative 5.713169752 C6_control_C1 +LQ09X006070 Electron transporter, putative 5.316866521 C6_control_C2 +LQ09X006070 Electron transporter, putative 5.691348906 C6_control_C3 +LQ09X006070 Electron transporter, putative 5.738346449 C6_chemical_A1 +LQ09X006070 Electron transporter, putative 5.258695181 C6_chemical_A3 +LQ09X006070 Electron transporter, putative 6.080151636 C6_chemical_B1 +LQ09X006070 Electron transporter, putative 5.673399809 C6_chemical_B2 +LQ09X006070 Electron transporter, putative 5.536661487 C6_chemical_B3 +LQ09X006070 Electron transporter, putative 5.319508353 C6_chemical_C1 +LQ09X006070 Electron transporter, putative 6.072417874 C6_chemical_C2 +LQ09X006070 Electron transporter, putative 5.723141152 C6_chemical_C3 +LQ09X006070 Electron transporter, putative 5.270804074 L4_control_A1 +LQ09X006070 Electron transporter, putative 5.663443413 L4_control_A2 +LQ09X006070 Electron transporter, putative 5.518399131 L4_control_A3 +LQ09X006070 Electron transporter, putative 5.559188097 L4_control_B1 +LQ09X006070 Electron transporter, putative 5.414860105 L4_control_B2 +LQ09X006070 Electron transporter, putative 5.538925429 L4_control_B3 +LQ09X006070 Electron transporter, putative 5.267278101 L4_control_C2 +LQ09X006070 Electron transporter, putative 5.624784369 L4_control_C3 +LQ09X006070 Electron transporter, putative 5.442673407 L4_chemical_A1 +LQ09X006070 Electron transporter, putative 5.418387068 L4_chemical_A2 +LQ09X006070 Electron transporter, putative 5.051929945 L4_chemical_A3 +LQ09X006070 Electron transporter, putative 5.415075996 L4_chemical_B1 +LQ09X006070 Electron transporter, putative 4.594644089 L4_chemical_B2 +LQ09X006070 Electron transporter, putative 5.315368552 L4_chemical_B3 +LQ09X006070 Electron transporter, putative 5.979244363 L4_chemical_C2 +LQ09X006070 Electron transporter, putative 5.45674299 L4_chemical_C3 +LQ09X006090 Predicted protein (Fragment) 5.314932438 C6_control_A1 +LQ09X006090 Predicted protein (Fragment) 5.643290556 C6_control_A3 +LQ09X006090 Predicted protein (Fragment) 5.687480141 C6_control_B1 +LQ09X006090 Predicted protein (Fragment) 5.464629977 C6_control_B2 +LQ09X006090 Predicted protein (Fragment) 5.675493423 C6_control_B3 +LQ09X006090 Predicted protein (Fragment) 5.621473785 C6_control_C1 +LQ09X006090 Predicted protein (Fragment) 5.56447477 C6_control_C2 +LQ09X006090 Predicted protein (Fragment) 5.483827467 C6_control_C3 +LQ09X006090 Predicted protein (Fragment) 5.180752362 C6_chemical_A1 +LQ09X006090 Predicted protein (Fragment) 5.194790004 C6_chemical_A3 +LQ09X006090 Predicted protein (Fragment) 5.244160639 C6_chemical_B1 +LQ09X006090 Predicted protein (Fragment) 5.560675683 C6_chemical_B2 +LQ09X006090 Predicted protein (Fragment) 5.13042427 C6_chemical_B3 +LQ09X006090 Predicted protein (Fragment) 5.286781395 C6_chemical_C1 +LQ09X006090 Predicted protein (Fragment) 5.569998165 C6_chemical_C2 +LQ09X006090 Predicted protein (Fragment) 5.699287739 C6_chemical_C3 +LQ09X006090 Predicted protein (Fragment) 5.262211847 L4_control_A1 +LQ09X006090 Predicted protein (Fragment) 5.068809279 L4_control_A2 +LQ09X006090 Predicted protein (Fragment) 5.443676835 L4_control_A3 +LQ09X006090 Predicted protein (Fragment) 5.515815989 L4_control_B1 +LQ09X006090 Predicted protein (Fragment) 5.746005474 L4_control_B2 +LQ09X006090 Predicted protein (Fragment) 5.14838362 L4_control_B3 +LQ09X006090 Predicted protein (Fragment) 6.001698885 L4_control_C2 +LQ09X006090 Predicted protein (Fragment) 5.604565898 L4_control_C3 +LQ09X006090 Predicted protein (Fragment) 5.118124569 L4_chemical_A1 +LQ09X006090 Predicted protein (Fragment) 5.083555758 L4_chemical_A2 +LQ09X006090 Predicted protein (Fragment) 5.452280347 L4_chemical_A3 +LQ09X006090 Predicted protein (Fragment) 5.725764572 L4_chemical_B1 +LQ09X006090 Predicted protein (Fragment) 5.736724491 L4_chemical_B2 +LQ09X006090 Predicted protein (Fragment) 5.055819845 L4_chemical_B3 +LQ09X006090 Predicted protein (Fragment) 5.385964177 L4_chemical_C2 +LQ09X006090 Predicted protein (Fragment) 5.506911214 L4_chemical_C3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.389830033 C6_control_A1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 8.119473791 C6_control_A3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 6.169500601 C6_control_B1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 5.909490508 C6_control_B2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.26326263 C6_control_B3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.578496116 C6_control_C1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 5.323873473 C6_control_C2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.211247617 C6_control_C3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.745787293 C6_chemical_A1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 6.763902784 C6_chemical_A3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.605059946 C6_chemical_B1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 5.939083115 C6_chemical_B2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 8.25409188 C6_chemical_B3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.655134603 C6_chemical_C1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 6.38665595 C6_chemical_C2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.7595441 C6_chemical_C3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 9.191529098 L4_control_A1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 9.133154078 L4_control_A2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 9.123396605 L4_control_A3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 10.90233262 L4_control_B1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 8.332160066 L4_control_B2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 6.68512348 L4_control_B3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 9.654578705 L4_control_C2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 9.782642322 L4_control_C3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 9.03927131 L4_chemical_A1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 9.244898552 L4_chemical_A2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 10.30795715 L4_chemical_A3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 8.981995217 L4_chemical_B1 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 8.078115286 L4_chemical_B2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 6.437346894 L4_chemical_B3 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 10.25722682 L4_chemical_C2 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 9.529453955 L4_chemical_C3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.14363087 C6_control_A1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.73047768 C6_control_A3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.10837343 C6_control_B1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.37624116 C6_control_B2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.41611445 C6_control_B3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.33710223 C6_control_C1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.63577158 C6_control_C2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.63647556 C6_control_C3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.16312111 C6_chemical_A1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.40977697 C6_chemical_A3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.882061424 C6_chemical_B1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.66669896 C6_chemical_B2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.42547496 C6_chemical_B3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.1870193 C6_chemical_C1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.7558785 C6_chemical_C2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.87440669 C6_chemical_C3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.700983405 L4_control_A1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.222078584 L4_control_A2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.444954565 L4_control_A3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.892325854 L4_control_B1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 8.966486749 L4_control_B2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.68810563 L4_control_B3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.628000219 L4_control_C2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.12322873 L4_control_C3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.737939212 L4_chemical_A1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.508184214 L4_chemical_A2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.516879348 L4_chemical_A3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.411820243 L4_chemical_B1 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 9.181550887 L4_chemical_B2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.10238281 L4_chemical_B3 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.02829218 L4_chemical_C2 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.06623812 L4_chemical_C3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.13103382 C6_control_A1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.29743575 C6_control_A3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.91584335 C6_control_B1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.05177968 C6_control_B2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 13.4199982 C6_control_B3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 10.85512523 C6_control_C1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.15656723 C6_control_C2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.61191473 C6_control_C3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.89624471 C6_chemical_A1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.78921701 C6_chemical_A3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.40149446 C6_chemical_B1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.8806567 C6_chemical_B2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.70467056 C6_chemical_B3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 10.52886896 C6_chemical_C1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 10.53413755 C6_chemical_C2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 9.956145554 C6_chemical_C3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.91926221 L4_control_A1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.9309513 L4_control_A2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.21342399 L4_control_A3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.59013683 L4_control_B1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.39207241 L4_control_B2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.6536155 L4_control_B3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.04368549 L4_control_C2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 10.98495213 L4_control_C3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.71267704 L4_chemical_A1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.22972069 L4_chemical_A2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.11736582 L4_chemical_A3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.39737756 L4_chemical_B1 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.23955397 L4_chemical_B2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 12.4899348 L4_chemical_B3 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 10.40707036 L4_chemical_C2 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.06285881 L4_chemical_C3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.016963748 C6_control_A1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.866085857 C6_control_A3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.40689167 C6_control_B1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.616582279 C6_control_B2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.311313749 C6_control_B3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.246430323 C6_control_C1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.694760417 C6_control_C2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.832409729 C6_control_C3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.9564531 C6_chemical_A1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.008454157 C6_chemical_A3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.585696795 C6_chemical_B1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.786228813 C6_chemical_B2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.449280649 C6_chemical_B3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.033994787 C6_chemical_C1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.56637956 C6_chemical_C2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.690465757 C6_chemical_C3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.140094856 L4_control_A1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.788643362 L4_control_A2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.806511287 L4_control_A3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.923488558 L4_control_B1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.174787374 L4_control_B2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.01100667 L4_control_B3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.195815066 L4_control_C2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.644756937 L4_control_C3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.973144468 L4_chemical_A1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.847067337 L4_chemical_A2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.033166772 L4_chemical_A3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.258891967 L4_chemical_B1 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.468482778 L4_chemical_B2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.942027721 L4_chemical_B3 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.244721922 L4_chemical_C2 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 5.306042938 L4_chemical_C3 +LQ09X006200 DNA repair protein RAD51 homolog 11.55253484 C6_control_A1 +LQ09X006200 DNA repair protein RAD51 homolog 12.06283351 C6_control_A3 +LQ09X006200 DNA repair protein RAD51 homolog 9.302103886 C6_control_B1 +LQ09X006200 DNA repair protein RAD51 homolog 7.261362106 C6_control_B2 +LQ09X006200 DNA repair protein RAD51 homolog 7.026024449 C6_control_B3 +LQ09X006200 DNA repair protein RAD51 homolog 7.434492131 C6_control_C1 +LQ09X006200 DNA repair protein RAD51 homolog 6.845827655 C6_control_C2 +LQ09X006200 DNA repair protein RAD51 homolog 7.107257815 C6_control_C3 +LQ09X006200 DNA repair protein RAD51 homolog 10.99523069 C6_chemical_A1 +LQ09X006200 DNA repair protein RAD51 homolog 11.6762332 C6_chemical_A3 +LQ09X006200 DNA repair protein RAD51 homolog 7.491006875 C6_chemical_B1 +LQ09X006200 DNA repair protein RAD51 homolog 6.464973079 C6_chemical_B2 +LQ09X006200 DNA repair protein RAD51 homolog 6.539733389 C6_chemical_B3 +LQ09X006200 DNA repair protein RAD51 homolog 7.151344759 C6_chemical_C1 +LQ09X006200 DNA repair protein RAD51 homolog 6.803587596 C6_chemical_C2 +LQ09X006200 DNA repair protein RAD51 homolog 6.854931748 C6_chemical_C3 +LQ09X006200 DNA repair protein RAD51 homolog 11.786458 L4_control_A1 +LQ09X006200 DNA repair protein RAD51 homolog 11.17497175 L4_control_A2 +LQ09X006200 DNA repair protein RAD51 homolog 11.13298592 L4_control_A3 +LQ09X006200 DNA repair protein RAD51 homolog 6.857334459 L4_control_B1 +LQ09X006200 DNA repair protein RAD51 homolog 9.051907099 L4_control_B2 +LQ09X006200 DNA repair protein RAD51 homolog 6.762325228 L4_control_B3 +LQ09X006200 DNA repair protein RAD51 homolog 5.476036136 L4_control_C2 +LQ09X006200 DNA repair protein RAD51 homolog 6.410968277 L4_control_C3 +LQ09X006200 DNA repair protein RAD51 homolog 10.2726801 L4_chemical_A1 +LQ09X006200 DNA repair protein RAD51 homolog 10.16608328 L4_chemical_A2 +LQ09X006200 DNA repair protein RAD51 homolog 10.90615503 L4_chemical_A3 +LQ09X006200 DNA repair protein RAD51 homolog 7.029839847 L4_chemical_B1 +LQ09X006200 DNA repair protein RAD51 homolog 9.380031654 L4_chemical_B2 +LQ09X006200 DNA repair protein RAD51 homolog 9.242185679 L4_chemical_B3 +LQ09X006200 DNA repair protein RAD51 homolog 5.758656482 L4_chemical_C2 +LQ09X006200 DNA repair protein RAD51 homolog 5.700025298 L4_chemical_C3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.49803538 C6_control_A1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.41765995 C6_control_A3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.53585118 C6_control_B1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.2391617 C6_control_B2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.69954384 C6_control_B3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 11.3561858 C6_control_C1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 11.46147813 C6_control_C2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 11.50090356 C6_control_C3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.42278688 C6_chemical_A1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.52711806 C6_chemical_A3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.48135942 C6_chemical_B1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.22640964 C6_chemical_B2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.36780835 C6_chemical_B3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 11.42852654 C6_chemical_C1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 11.30542513 C6_chemical_C2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 11.20694034 C6_chemical_C3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.73397044 L4_control_A1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 13.27403225 L4_control_A2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 13.05431764 L4_control_A3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.74323569 L4_control_B1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 13.20031159 L4_control_B2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.5367133 L4_control_B3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 11.93869506 L4_control_C2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.07622587 L4_control_C3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.55104874 L4_chemical_A1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.69402817 L4_chemical_A2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 13.10150441 L4_chemical_A3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.56640009 L4_chemical_B1 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.67280284 L4_chemical_B2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.81970801 L4_chemical_B3 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.07088261 L4_chemical_C2 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 11.93126727 L4_chemical_C3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.04818284 C6_control_A1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 12.57508719 C6_control_A3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.21582425 C6_control_B1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 12.84320061 C6_control_B2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.0804448 C6_control_B3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.36467998 C6_control_C1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.17311272 C6_control_C2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.35417944 C6_control_C3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.06136674 C6_chemical_A1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 12.70591489 C6_chemical_A3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.22255648 C6_chemical_B1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 12.84588434 C6_chemical_B2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 12.97486377 C6_chemical_B3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.46240171 C6_chemical_C1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.18003969 C6_chemical_C2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.28636123 C6_chemical_C3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 12.80027636 L4_control_A1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 12.90404807 L4_control_A2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.0797434 L4_control_A3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.37781837 L4_control_B1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.26628917 L4_control_B2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.28978579 L4_control_B3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.88223378 L4_control_C2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.58357519 L4_control_C3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.32188186 L4_chemical_A1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.08761917 L4_chemical_A2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.3297656 L4_chemical_A3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.5023891 L4_chemical_B1 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.45247985 L4_chemical_B2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 12.89029859 L4_chemical_B3 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.65919089 L4_chemical_C2 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.7167874 L4_chemical_C3 +LQ09X006240 Putative Predicted protein 7.204254279 C6_control_A1 +LQ09X006240 Putative Predicted protein 5.857107696 C6_control_A3 +LQ09X006240 Putative Predicted protein 6.138876922 C6_control_B1 +LQ09X006240 Putative Predicted protein 7.390881888 C6_control_B2 +LQ09X006240 Putative Predicted protein 6.703760922 C6_control_B3 +LQ09X006240 Putative Predicted protein 8.964855886 C6_control_C1 +LQ09X006240 Putative Predicted protein 8.641543694 C6_control_C2 +LQ09X006240 Putative Predicted protein 8.134839411 C6_control_C3 +LQ09X006240 Putative Predicted protein 7.180051142 C6_chemical_A1 +LQ09X006240 Putative Predicted protein 6.795708654 C6_chemical_A3 +LQ09X006240 Putative Predicted protein 6.199655351 C6_chemical_B1 +LQ09X006240 Putative Predicted protein 7.178896487 C6_chemical_B2 +LQ09X006240 Putative Predicted protein 6.696176203 C6_chemical_B3 +LQ09X006240 Putative Predicted protein 8.878090966 C6_chemical_C1 +LQ09X006240 Putative Predicted protein 8.099164179 C6_chemical_C2 +LQ09X006240 Putative Predicted protein 7.951469415 C6_chemical_C3 +LQ09X006240 Putative Predicted protein 7.239242839 L4_control_A1 +LQ09X006240 Putative Predicted protein 6.389608136 L4_control_A2 +LQ09X006240 Putative Predicted protein 5.79883547 L4_control_A3 +LQ09X006240 Putative Predicted protein 6.119351192 L4_control_B1 +LQ09X006240 Putative Predicted protein 7.31461755 L4_control_B2 +LQ09X006240 Putative Predicted protein 7.39001117 L4_control_B3 +LQ09X006240 Putative Predicted protein 6.797041608 L4_control_C2 +LQ09X006240 Putative Predicted protein 6.997398142 L4_control_C3 +LQ09X006240 Putative Predicted protein 7.197954241 L4_chemical_A1 +LQ09X006240 Putative Predicted protein 5.997780126 L4_chemical_A2 +LQ09X006240 Putative Predicted protein 5.476146087 L4_chemical_A3 +LQ09X006240 Putative Predicted protein 6.203541654 L4_chemical_B1 +LQ09X006240 Putative Predicted protein 6.083854773 L4_chemical_B2 +LQ09X006240 Putative Predicted protein 7.272269277 L4_chemical_B3 +LQ09X006240 Putative Predicted protein 5.599896289 L4_chemical_C2 +LQ09X006240 Putative Predicted protein 6.752097691 L4_chemical_C3 +LQ09X006260 Zinc ion binding protein, putative 12.01415667 C6_control_A1 +LQ09X006260 Zinc ion binding protein, putative 11.62270262 C6_control_A3 +LQ09X006260 Zinc ion binding protein, putative 12.43449519 C6_control_B1 +LQ09X006260 Zinc ion binding protein, putative 12.30408898 C6_control_B2 +LQ09X006260 Zinc ion binding protein, putative 12.57545058 C6_control_B3 +LQ09X006260 Zinc ion binding protein, putative 13.11017291 C6_control_C1 +LQ09X006260 Zinc ion binding protein, putative 12.92848947 C6_control_C2 +LQ09X006260 Zinc ion binding protein, putative 13.15560685 C6_control_C3 +LQ09X006260 Zinc ion binding protein, putative 11.94360361 C6_chemical_A1 +LQ09X006260 Zinc ion binding protein, putative 11.67986906 C6_chemical_A3 +LQ09X006260 Zinc ion binding protein, putative 12.56708372 C6_chemical_B1 +LQ09X006260 Zinc ion binding protein, putative 12.22661169 C6_chemical_B2 +LQ09X006260 Zinc ion binding protein, putative 12.37862257 C6_chemical_B3 +LQ09X006260 Zinc ion binding protein, putative 13.01698478 C6_chemical_C1 +LQ09X006260 Zinc ion binding protein, putative 13.0557515 C6_chemical_C2 +LQ09X006260 Zinc ion binding protein, putative 12.97647248 C6_chemical_C3 +LQ09X006260 Zinc ion binding protein, putative 11.8038574 L4_control_A1 +LQ09X006260 Zinc ion binding protein, putative 12.14042759 L4_control_A2 +LQ09X006260 Zinc ion binding protein, putative 12.03436291 L4_control_A3 +LQ09X006260 Zinc ion binding protein, putative 12.95963023 L4_control_B1 +LQ09X006260 Zinc ion binding protein, putative 12.25266218 L4_control_B2 +LQ09X006260 Zinc ion binding protein, putative 12.72557227 L4_control_B3 +LQ09X006260 Zinc ion binding protein, putative 13.26798617 L4_control_C2 +LQ09X006260 Zinc ion binding protein, putative 13.16405489 L4_control_C3 +LQ09X006260 Zinc ion binding protein, putative 12.15563995 L4_chemical_A1 +LQ09X006260 Zinc ion binding protein, putative 12.67054663 L4_chemical_A2 +LQ09X006260 Zinc ion binding protein, putative 11.91230134 L4_chemical_A3 +LQ09X006260 Zinc ion binding protein, putative 12.85796481 L4_chemical_B1 +LQ09X006260 Zinc ion binding protein, putative 12.54665029 L4_chemical_B2 +LQ09X006260 Zinc ion binding protein, putative 12.41080658 L4_chemical_B3 +LQ09X006260 Zinc ion binding protein, putative 13.21025852 L4_chemical_C2 +LQ09X006260 Zinc ion binding protein, putative 13.0985775 L4_chemical_C3 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.891170095 C6_control_A1 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.13753524 C6_control_A3 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.867959246 C6_control_B1 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.011657849 C6_control_B2 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.265000525 C6_control_B3 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.136939502 C6_control_C1 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.81491811 C6_control_C2 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.876836784 C6_control_C3 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.046784901 C6_chemical_A1 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.2214247 C6_chemical_A3 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.408421152 C6_chemical_B1 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.926436046 C6_chemical_B2 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.162538426 C6_chemical_B3 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.223056902 C6_chemical_C1 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.841183887 C6_chemical_C2 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.705154252 C6_chemical_C3 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.116045488 L4_control_A1 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.153829804 L4_control_A2 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.993734801 L4_control_A3 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.056886588 L4_control_B1 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.893330793 L4_control_B2 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.045116577 L4_control_B3 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.068204941 L4_control_C2 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.307229616 L4_control_C3 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.159237615 L4_chemical_A1 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.234912827 L4_chemical_A2 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.161433929 L4_chemical_A3 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.781804866 L4_chemical_B1 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.993537226 L4_chemical_B2 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.290909155 L4_chemical_B3 +LQ09X006270 Putative Uncharacterized protein C14orf138 4.853620991 L4_chemical_C2 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.286259376 L4_chemical_C3 +LQ09X006280 Red protein, putative 5.987166965 C6_control_A1 +LQ09X006280 Red protein, putative 5.718467014 C6_control_A3 +LQ09X006280 Red protein, putative 6.163533061 C6_control_B1 +LQ09X006280 Red protein, putative 5.605513495 C6_control_B2 +LQ09X006280 Red protein, putative 5.942303449 C6_control_B3 +LQ09X006280 Red protein, putative 5.102666522 C6_control_C1 +LQ09X006280 Red protein, putative 5.482148478 C6_control_C2 +LQ09X006280 Red protein, putative 5.1513453 C6_control_C3 +LQ09X006280 Red protein, putative 5.717331801 C6_chemical_A1 +LQ09X006280 Red protein, putative 5.739568618 C6_chemical_A3 +LQ09X006280 Red protein, putative 6.019955968 C6_chemical_B1 +LQ09X006280 Red protein, putative 5.550366445 C6_chemical_B2 +LQ09X006280 Red protein, putative 5.322540631 C6_chemical_B3 +LQ09X006280 Red protein, putative 5.116598214 C6_chemical_C1 +LQ09X006280 Red protein, putative 5.515989007 C6_chemical_C2 +LQ09X006280 Red protein, putative 5.339199431 C6_chemical_C3 +LQ09X006280 Red protein, putative 5.596058418 L4_control_A1 +LQ09X006280 Red protein, putative 5.914202501 L4_control_A2 +LQ09X006280 Red protein, putative 6.179575408 L4_control_A3 +LQ09X006280 Red protein, putative 5.458235119 L4_control_B1 +LQ09X006280 Red protein, putative 5.630448957 L4_control_B2 +LQ09X006280 Red protein, putative 5.522442651 L4_control_B3 +LQ09X006280 Red protein, putative 5.444408158 L4_control_C2 +LQ09X006280 Red protein, putative 5.323041315 L4_control_C3 +LQ09X006280 Red protein, putative 5.268240357 L4_chemical_A1 +LQ09X006280 Red protein, putative 5.82032456 L4_chemical_A2 +LQ09X006280 Red protein, putative 6.030174808 L4_chemical_A3 +LQ09X006280 Red protein, putative 5.570551573 L4_chemical_B1 +LQ09X006280 Red protein, putative 5.662710348 L4_chemical_B2 +LQ09X006280 Red protein, putative 5.603310484 L4_chemical_B3 +LQ09X006280 Red protein, putative 5.379465015 L4_chemical_C2 +LQ09X006280 Red protein, putative 5.819823606 L4_chemical_C3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 8.695355097 C6_control_A1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 9.469270715 C6_control_A3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.571259126 C6_control_B1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.538254552 C6_control_B2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.44556564 C6_control_B3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.483274295 C6_control_C1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 9.66267711 C6_control_C2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.08477396 C6_control_C3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 9.628292754 C6_chemical_A1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.583822677 C6_chemical_A3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 9.700852205 C6_chemical_B1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 9.502720382 C6_chemical_B2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 9.075697513 C6_chemical_B3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 9.823391311 C6_chemical_C1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 10.33600661 C6_chemical_C2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 8.838766483 C6_chemical_C3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 8.013730837 L4_control_A1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.736234514 L4_control_A2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.740547228 L4_control_A3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 8.028462705 L4_control_B1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.159845622 L4_control_B2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.359006056 L4_control_B3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 8.207951857 L4_control_C2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 6.443645898 L4_control_C3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.616949364 L4_chemical_A1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 6.99414361 L4_chemical_A2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 6.872923847 L4_chemical_A3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.964151251 L4_chemical_B1 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.314797045 L4_chemical_B2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.227484548 L4_chemical_B3 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 6.857316168 L4_chemical_C2 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 7.43775092 L4_chemical_C3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.524323801 C6_control_A1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.632108756 C6_control_A3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.525419371 C6_control_B1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.766053329 C6_control_B2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 6.19058485 C6_control_B3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 6.275026116 C6_control_C1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 6.005175253 C6_control_C2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.777147837 C6_control_C3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.469252856 C6_chemical_A1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.458081771 C6_chemical_A3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 6.15678172 C6_chemical_B1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.740950823 C6_chemical_B2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 6.177842156 C6_chemical_B3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.914699361 C6_chemical_C1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.802393762 C6_chemical_C2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.832306107 C6_chemical_C3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.875111213 L4_control_A1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.388158617 L4_control_A2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.221599515 L4_control_A3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.568442968 L4_control_B1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.344923046 L4_control_B2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.638979476 L4_control_B3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 6.229928741 L4_control_C2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.828347422 L4_control_C3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.540355044 L4_chemical_A1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.473923909 L4_chemical_A2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.288736331 L4_chemical_A3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.801246227 L4_chemical_B1 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.29003564 L4_chemical_B2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.527571144 L4_chemical_B3 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.724739046 L4_chemical_C2 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.42405355 L4_chemical_C3 +LQ09X006330 Sucrose synthase 14.78093956 C6_control_A1 +LQ09X006330 Sucrose synthase 14.86983706 C6_control_A3 +LQ09X006330 Sucrose synthase 14.22117825 C6_control_B1 +LQ09X006330 Sucrose synthase 14.17880319 C6_control_B2 +LQ09X006330 Sucrose synthase 14.4256578 C6_control_B3 +LQ09X006330 Sucrose synthase 12.81793804 C6_control_C1 +LQ09X006330 Sucrose synthase 13.14454368 C6_control_C2 +LQ09X006330 Sucrose synthase 13.56342118 C6_control_C3 +LQ09X006330 Sucrose synthase 14.2897807 C6_chemical_A1 +LQ09X006330 Sucrose synthase 14.95124166 C6_chemical_A3 +LQ09X006330 Sucrose synthase 13.68543585 C6_chemical_B1 +LQ09X006330 Sucrose synthase 13.81979234 C6_chemical_B2 +LQ09X006330 Sucrose synthase 14.41392273 C6_chemical_B3 +LQ09X006330 Sucrose synthase 12.70414835 C6_chemical_C1 +LQ09X006330 Sucrose synthase 12.95824348 C6_chemical_C2 +LQ09X006330 Sucrose synthase 13.40798866 C6_chemical_C3 +LQ09X006330 Sucrose synthase 14.77109021 L4_control_A1 +LQ09X006330 Sucrose synthase 14.84160822 L4_control_A2 +LQ09X006330 Sucrose synthase 15.04849057 L4_control_A3 +LQ09X006330 Sucrose synthase 14.55173551 L4_control_B1 +LQ09X006330 Sucrose synthase 14.4609875 L4_control_B2 +LQ09X006330 Sucrose synthase 14.74305529 L4_control_B3 +LQ09X006330 Sucrose synthase 13.17059966 L4_control_C2 +LQ09X006330 Sucrose synthase 13.3880215 L4_control_C3 +LQ09X006330 Sucrose synthase 14.80054576 L4_chemical_A1 +LQ09X006330 Sucrose synthase 14.15600837 L4_chemical_A2 +LQ09X006330 Sucrose synthase 14.94572754 L4_chemical_A3 +LQ09X006330 Sucrose synthase 14.11780195 L4_chemical_B1 +LQ09X006330 Sucrose synthase 14.10973993 L4_chemical_B2 +LQ09X006330 Sucrose synthase 14.91918623 L4_chemical_B3 +LQ09X006330 Sucrose synthase 13.35598322 L4_chemical_C2 +LQ09X006330 Sucrose synthase 13.57001541 L4_chemical_C3 +LQ09X006340 Putative uncharacterized protein 10.85788842 C6_control_A1 +LQ09X006340 Putative uncharacterized protein 10.46455831 C6_control_A3 +LQ09X006340 Putative uncharacterized protein 10.76443556 C6_control_B1 +LQ09X006340 Putative uncharacterized protein 10.75263018 C6_control_B2 +LQ09X006340 Putative uncharacterized protein 10.49443188 C6_control_B3 +LQ09X006340 Putative uncharacterized protein 11.48161143 C6_control_C1 +LQ09X006340 Putative uncharacterized protein 11.30817156 C6_control_C2 +LQ09X006340 Putative uncharacterized protein 11.09139186 C6_control_C3 +LQ09X006340 Putative uncharacterized protein 11.09387842 C6_chemical_A1 +LQ09X006340 Putative uncharacterized protein 10.83338398 C6_chemical_A3 +LQ09X006340 Putative uncharacterized protein 10.85934769 C6_chemical_B1 +LQ09X006340 Putative uncharacterized protein 10.60119736 C6_chemical_B2 +LQ09X006340 Putative uncharacterized protein 10.06436174 C6_chemical_B3 +LQ09X006340 Putative uncharacterized protein 11.82524417 C6_chemical_C1 +LQ09X006340 Putative uncharacterized protein 11.43125168 C6_chemical_C2 +LQ09X006340 Putative uncharacterized protein 10.51166013 C6_chemical_C3 +LQ09X006340 Putative uncharacterized protein 11.02664099 L4_control_A1 +LQ09X006340 Putative uncharacterized protein 11.65836524 L4_control_A2 +LQ09X006340 Putative uncharacterized protein 11.154191 L4_control_A3 +LQ09X006340 Putative uncharacterized protein 11.24383057 L4_control_B1 +LQ09X006340 Putative uncharacterized protein 11.65065866 L4_control_B2 +LQ09X006340 Putative uncharacterized protein 10.74177307 L4_control_B3 +LQ09X006340 Putative uncharacterized protein 12.03178976 L4_control_C2 +LQ09X006340 Putative uncharacterized protein 11.24453761 L4_control_C3 +LQ09X006340 Putative uncharacterized protein 11.56515226 L4_chemical_A1 +LQ09X006340 Putative uncharacterized protein 12.12934983 L4_chemical_A2 +LQ09X006340 Putative uncharacterized protein 11.61942309 L4_chemical_A3 +LQ09X006340 Putative uncharacterized protein 11.45033172 L4_chemical_B1 +LQ09X006340 Putative uncharacterized protein 11.71606718 L4_chemical_B2 +LQ09X006340 Putative uncharacterized protein 10.36245584 L4_chemical_B3 +LQ09X006340 Putative uncharacterized protein 12.08731592 L4_chemical_C2 +LQ09X006340 Putative uncharacterized protein 11.75714338 L4_chemical_C3 +LQ09X006370 Sucrose synthase 13.84760103 C6_control_A1 +LQ09X006370 Sucrose synthase 12.44766151 C6_control_A3 +LQ09X006370 Sucrose synthase 14.45354115 C6_control_B1 +LQ09X006370 Sucrose synthase 14.68139283 C6_control_B2 +LQ09X006370 Sucrose synthase 14.66233866 C6_control_B3 +LQ09X006370 Sucrose synthase 9.842247347 C6_control_C1 +LQ09X006370 Sucrose synthase 10.35474927 C6_control_C2 +LQ09X006370 Sucrose synthase 10.18400842 C6_control_C3 +LQ09X006370 Sucrose synthase 13.36369972 C6_chemical_A1 +LQ09X006370 Sucrose synthase 12.48617918 C6_chemical_A3 +LQ09X006370 Sucrose synthase 14.3332326 C6_chemical_B1 +LQ09X006370 Sucrose synthase 14.76360776 C6_chemical_B2 +LQ09X006370 Sucrose synthase 14.40814558 C6_chemical_B3 +LQ09X006370 Sucrose synthase 9.6122759 C6_chemical_C1 +LQ09X006370 Sucrose synthase 9.205423936 C6_chemical_C2 +LQ09X006370 Sucrose synthase 10.0426671 C6_chemical_C3 +LQ09X006370 Sucrose synthase 12.92766342 L4_control_A1 +LQ09X006370 Sucrose synthase 13.76558455 L4_control_A2 +LQ09X006370 Sucrose synthase 13.16643534 L4_control_A3 +LQ09X006370 Sucrose synthase 14.60282253 L4_control_B1 +LQ09X006370 Sucrose synthase 14.49390129 L4_control_B2 +LQ09X006370 Sucrose synthase 14.62208725 L4_control_B3 +LQ09X006370 Sucrose synthase 9.28668585 L4_control_C2 +LQ09X006370 Sucrose synthase 10.70277063 L4_control_C3 +LQ09X006370 Sucrose synthase 12.37557207 L4_chemical_A1 +LQ09X006370 Sucrose synthase 13.22011957 L4_chemical_A2 +LQ09X006370 Sucrose synthase 12.63734931 L4_chemical_A3 +LQ09X006370 Sucrose synthase 14.41739609 L4_chemical_B1 +LQ09X006370 Sucrose synthase 14.15284885 L4_chemical_B2 +LQ09X006370 Sucrose synthase 14.53423871 L4_chemical_B3 +LQ09X006370 Sucrose synthase 8.921405657 L4_chemical_C2 +LQ09X006370 Sucrose synthase 10.30322362 L4_chemical_C3 +LQ09X006380 SAUR family protein 5.098869943 C6_control_A1 +LQ09X006380 SAUR family protein 4.909086019 C6_control_A3 +LQ09X006380 SAUR family protein 5.075800787 C6_control_B1 +LQ09X006380 SAUR family protein 5.083067602 C6_control_B2 +LQ09X006380 SAUR family protein 5.020205333 C6_control_B3 +LQ09X006380 SAUR family protein 5.233300862 C6_control_C1 +LQ09X006380 SAUR family protein 5.025737271 C6_control_C2 +LQ09X006380 SAUR family protein 4.946550903 C6_control_C3 +LQ09X006380 SAUR family protein 4.846374088 C6_chemical_A1 +LQ09X006380 SAUR family protein 4.9759467 C6_chemical_A3 +LQ09X006380 SAUR family protein 5.215473269 C6_chemical_B1 +LQ09X006380 SAUR family protein 5.092440738 C6_chemical_B2 +LQ09X006380 SAUR family protein 5.426236112 C6_chemical_B3 +LQ09X006380 SAUR family protein 4.900844336 C6_chemical_C1 +LQ09X006380 SAUR family protein 5.045547177 C6_chemical_C2 +LQ09X006380 SAUR family protein 4.964876615 C6_chemical_C3 +LQ09X006380 SAUR family protein 5.466084839 L4_control_A1 +LQ09X006380 SAUR family protein 5.22257666 L4_control_A2 +LQ09X006380 SAUR family protein 5.039927482 L4_control_A3 +LQ09X006380 SAUR family protein 5.522227081 L4_control_B1 +LQ09X006380 SAUR family protein 5.469178601 L4_control_B2 +LQ09X006380 SAUR family protein 5.126634755 L4_control_B3 +LQ09X006380 SAUR family protein 5.187120407 L4_control_C2 +LQ09X006380 SAUR family protein 4.900612197 L4_control_C3 +LQ09X006380 SAUR family protein 5.41789542 L4_chemical_A1 +LQ09X006380 SAUR family protein 5.356763659 L4_chemical_A2 +LQ09X006380 SAUR family protein 4.877648901 L4_chemical_A3 +LQ09X006380 SAUR family protein 4.978384954 L4_chemical_B1 +LQ09X006380 SAUR family protein 5.001035764 L4_chemical_B2 +LQ09X006380 SAUR family protein 5.109601128 L4_chemical_B3 +LQ09X006380 SAUR family protein 5.373054435 L4_chemical_C2 +LQ09X006380 SAUR family protein 5.419376329 L4_chemical_C3 +LQ09X006410 Putative uncharacterized protein 11.75847439 C6_control_A1 +LQ09X006410 Putative uncharacterized protein 12.51661165 C6_control_A3 +LQ09X006410 Putative uncharacterized protein 11.03393529 C6_control_B1 +LQ09X006410 Putative uncharacterized protein 10.82017751 C6_control_B2 +LQ09X006410 Putative uncharacterized protein 11.15419298 C6_control_B3 +LQ09X006410 Putative uncharacterized protein 11.87092486 C6_control_C1 +LQ09X006410 Putative uncharacterized protein 11.76311711 C6_control_C2 +LQ09X006410 Putative uncharacterized protein 11.98851053 C6_control_C3 +LQ09X006410 Putative uncharacterized protein 11.49492191 C6_chemical_A1 +LQ09X006410 Putative uncharacterized protein 11.06616986 C6_chemical_A3 +LQ09X006410 Putative uncharacterized protein 10.54700885 C6_chemical_B1 +LQ09X006410 Putative uncharacterized protein 10.06157659 C6_chemical_B2 +LQ09X006410 Putative uncharacterized protein 10.8729573 C6_chemical_B3 +LQ09X006410 Putative uncharacterized protein 11.64682543 C6_chemical_C1 +LQ09X006410 Putative uncharacterized protein 11.68040634 C6_chemical_C2 +LQ09X006410 Putative uncharacterized protein 11.51523957 C6_chemical_C3 +LQ09X006410 Putative uncharacterized protein 12.30204612 L4_control_A1 +LQ09X006410 Putative uncharacterized protein 12.15456314 L4_control_A2 +LQ09X006410 Putative uncharacterized protein 12.75683086 L4_control_A3 +LQ09X006410 Putative uncharacterized protein 10.9434322 L4_control_B1 +LQ09X006410 Putative uncharacterized protein 10.23334027 L4_control_B2 +LQ09X006410 Putative uncharacterized protein 11.10145126 L4_control_B3 +LQ09X006410 Putative uncharacterized protein 12.53091779 L4_control_C2 +LQ09X006410 Putative uncharacterized protein 12.2671398 L4_control_C3 +LQ09X006410 Putative uncharacterized protein 11.80484785 L4_chemical_A1 +LQ09X006410 Putative uncharacterized protein 11.64614896 L4_chemical_A2 +LQ09X006410 Putative uncharacterized protein 12.2965655 L4_chemical_A3 +LQ09X006410 Putative uncharacterized protein 11.38386467 L4_chemical_B1 +LQ09X006410 Putative uncharacterized protein 11.33022139 L4_chemical_B2 +LQ09X006410 Putative uncharacterized protein 11.18948451 L4_chemical_B3 +LQ09X006410 Putative uncharacterized protein 12.58355875 L4_chemical_C2 +LQ09X006410 Putative uncharacterized protein 12.31891919 L4_chemical_C3 +LQ09X006460 Putative 21 kDa protein 7.20046391 C6_control_A1 +LQ09X006460 Putative 21 kDa protein 6.962770345 C6_control_A3 +LQ09X006460 Putative 21 kDa protein 7.071421386 C6_control_B1 +LQ09X006460 Putative 21 kDa protein 6.037819528 C6_control_B2 +LQ09X006460 Putative 21 kDa protein 7.140158441 C6_control_B3 +LQ09X006460 Putative 21 kDa protein 6.069151017 C6_control_C1 +LQ09X006460 Putative 21 kDa protein 5.313992415 C6_control_C2 +LQ09X006460 Putative 21 kDa protein 6.100703505 C6_control_C3 +LQ09X006460 Putative 21 kDa protein 6.794007927 C6_chemical_A1 +LQ09X006460 Putative 21 kDa protein 6.841575526 C6_chemical_A3 +LQ09X006460 Putative 21 kDa protein 6.514129506 C6_chemical_B1 +LQ09X006460 Putative 21 kDa protein 5.933171632 C6_chemical_B2 +LQ09X006460 Putative 21 kDa protein 6.465562666 C6_chemical_B3 +LQ09X006460 Putative 21 kDa protein 6.083816471 C6_chemical_C1 +LQ09X006460 Putative 21 kDa protein 5.787115556 C6_chemical_C2 +LQ09X006460 Putative 21 kDa protein 5.888309955 C6_chemical_C3 +LQ09X006460 Putative 21 kDa protein 6.613178666 L4_control_A1 +LQ09X006460 Putative 21 kDa protein 7.500818007 L4_control_A2 +LQ09X006460 Putative 21 kDa protein 7.937945566 L4_control_A3 +LQ09X006460 Putative 21 kDa protein 6.432020986 L4_control_B1 +LQ09X006460 Putative 21 kDa protein 6.560882644 L4_control_B2 +LQ09X006460 Putative 21 kDa protein 6.395873341 L4_control_B3 +LQ09X006460 Putative 21 kDa protein 7.384025645 L4_control_C2 +LQ09X006460 Putative 21 kDa protein 6.003714697 L4_control_C3 +LQ09X006460 Putative 21 kDa protein 6.498373885 L4_chemical_A1 +LQ09X006460 Putative 21 kDa protein 7.261353378 L4_chemical_A2 +LQ09X006460 Putative 21 kDa protein 7.601423578 L4_chemical_A3 +LQ09X006460 Putative 21 kDa protein 7.138648087 L4_chemical_B1 +LQ09X006460 Putative 21 kDa protein 7.833821132 L4_chemical_B2 +LQ09X006460 Putative 21 kDa protein 6.766426925 L4_chemical_B3 +LQ09X006460 Putative 21 kDa protein 7.119935457 L4_chemical_C2 +LQ09X006460 Putative 21 kDa protein 7.02544666 L4_chemical_C3 +LQ09X006470 Putative RRP12-like protein 9.084517768 C6_control_A1 +LQ09X006470 Putative RRP12-like protein 8.47317074 C6_control_A3 +LQ09X006470 Putative RRP12-like protein 9.154767369 C6_control_B1 +LQ09X006470 Putative RRP12-like protein 8.481176204 C6_control_B2 +LQ09X006470 Putative RRP12-like protein 8.618219031 C6_control_B3 +LQ09X006470 Putative RRP12-like protein 8.920458805 C6_control_C1 +LQ09X006470 Putative RRP12-like protein 8.46698927 C6_control_C2 +LQ09X006470 Putative RRP12-like protein 9.042088085 C6_control_C3 +LQ09X006470 Putative RRP12-like protein 9.192433138 C6_chemical_A1 +LQ09X006470 Putative RRP12-like protein 9.017349818 C6_chemical_A3 +LQ09X006470 Putative RRP12-like protein 8.606910353 C6_chemical_B1 +LQ09X006470 Putative RRP12-like protein 8.257213147 C6_chemical_B2 +LQ09X006470 Putative RRP12-like protein 8.897962977 C6_chemical_B3 +LQ09X006470 Putative RRP12-like protein 8.882404959 C6_chemical_C1 +LQ09X006470 Putative RRP12-like protein 8.988494455 C6_chemical_C2 +LQ09X006470 Putative RRP12-like protein 8.875882896 C6_chemical_C3 +LQ09X006470 Putative RRP12-like protein 9.149530266 L4_control_A1 +LQ09X006470 Putative RRP12-like protein 9.220216297 L4_control_A2 +LQ09X006470 Putative RRP12-like protein 9.414527138 L4_control_A3 +LQ09X006470 Putative RRP12-like protein 9.062778404 L4_control_B1 +LQ09X006470 Putative RRP12-like protein 8.70882082 L4_control_B2 +LQ09X006470 Putative RRP12-like protein 9.131053094 L4_control_B3 +LQ09X006470 Putative RRP12-like protein 10.00886995 L4_control_C2 +LQ09X006470 Putative RRP12-like protein 9.914405671 L4_control_C3 +LQ09X006470 Putative RRP12-like protein 9.118565511 L4_chemical_A1 +LQ09X006470 Putative RRP12-like protein 9.28007508 L4_chemical_A2 +LQ09X006470 Putative RRP12-like protein 9.632220802 L4_chemical_A3 +LQ09X006470 Putative RRP12-like protein 8.969902307 L4_chemical_B1 +LQ09X006470 Putative RRP12-like protein 8.998665214 L4_chemical_B2 +LQ09X006470 Putative RRP12-like protein 8.574895547 L4_chemical_B3 +LQ09X006470 Putative RRP12-like protein 9.670866 L4_chemical_C2 +LQ09X006470 Putative RRP12-like protein 9.776588213 L4_chemical_C3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.8413039 C6_control_A1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.50992075 C6_control_A3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.92345205 C6_control_B1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.23188422 C6_control_B2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.87954044 C6_control_B3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.90212728 C6_control_C1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.486061 C6_control_C2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.4727492 C6_control_C3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.04871635 C6_chemical_A1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.80756206 C6_chemical_A3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.27130204 C6_chemical_B1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.34960227 C6_chemical_B2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.93246642 C6_chemical_B3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.87093924 C6_chemical_C1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.73437425 C6_chemical_C2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.5676481 C6_chemical_C3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.79075277 L4_control_A1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.27764107 L4_control_A2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.60229516 L4_control_A3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.91349483 L4_control_B1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.59023972 L4_control_B2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.45150246 L4_control_B3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.67532087 L4_control_C2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.69074986 L4_control_C3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.75762866 L4_chemical_A1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.07348964 L4_chemical_A2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.43928181 L4_chemical_A3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.8268631 L4_chemical_B1 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.32774485 L4_chemical_B2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 11.34427838 L4_chemical_B3 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.44612293 L4_chemical_C2 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.77826275 L4_chemical_C3 +LQ09X006500 Predicted protein 10.13651178 C6_control_A1 +LQ09X006500 Predicted protein 9.627846821 C6_control_A3 +LQ09X006500 Predicted protein 10.40726467 C6_control_B1 +LQ09X006500 Predicted protein 9.378319402 C6_control_B2 +LQ09X006500 Predicted protein 10.048891 C6_control_B3 +LQ09X006500 Predicted protein 9.321113 C6_control_C1 +LQ09X006500 Predicted protein 9.090521428 C6_control_C2 +LQ09X006500 Predicted protein 9.339675118 C6_control_C3 +LQ09X006500 Predicted protein 10.15113478 C6_chemical_A1 +LQ09X006500 Predicted protein 10.1551002 C6_chemical_A3 +LQ09X006500 Predicted protein 10.14118027 C6_chemical_B1 +LQ09X006500 Predicted protein 9.180015184 C6_chemical_B2 +LQ09X006500 Predicted protein 10.12474696 C6_chemical_B3 +LQ09X006500 Predicted protein 9.010732374 C6_chemical_C1 +LQ09X006500 Predicted protein 9.087980139 C6_chemical_C2 +LQ09X006500 Predicted protein 9.416053758 C6_chemical_C3 +LQ09X006500 Predicted protein 10.72765912 L4_control_A1 +LQ09X006500 Predicted protein 10.56033922 L4_control_A2 +LQ09X006500 Predicted protein 11.04672901 L4_control_A3 +LQ09X006500 Predicted protein 11.06849697 L4_control_B1 +LQ09X006500 Predicted protein 11.68122212 L4_control_B2 +LQ09X006500 Predicted protein 9.989508278 L4_control_B3 +LQ09X006500 Predicted protein 10.97714442 L4_control_C2 +LQ09X006500 Predicted protein 11.3914048 L4_control_C3 +LQ09X006500 Predicted protein 10.55892193 L4_chemical_A1 +LQ09X006500 Predicted protein 10.3530306 L4_chemical_A2 +LQ09X006500 Predicted protein 10.97433563 L4_chemical_A3 +LQ09X006500 Predicted protein 11.16005945 L4_chemical_B1 +LQ09X006500 Predicted protein 11.22598771 L4_chemical_B2 +LQ09X006500 Predicted protein 10.54949508 L4_chemical_B3 +LQ09X006500 Predicted protein 10.52503411 L4_chemical_C2 +LQ09X006500 Predicted protein 11.08451704 L4_chemical_C3 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.87312426 C6_control_A1 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.00895553 C6_control_A3 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.43001328 C6_control_B1 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.26306315 C6_control_B2 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.27291495 C6_control_B3 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.16163026 C6_control_C1 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.59303562 C6_control_C2 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.1410606 C6_control_C3 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.09953884 C6_chemical_A1 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.06205406 C6_chemical_A3 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.47972131 C6_chemical_B1 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.56226518 C6_chemical_B2 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.15918907 C6_chemical_B3 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.1970384 C6_chemical_C1 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.37962561 C6_chemical_C2 +LQ09X006510 20 kDa chaperonin, chloroplastic 12.77116395 C6_chemical_C3 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.68846709 L4_control_A1 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.91668139 L4_control_A2 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.82738826 L4_control_A3 +LQ09X006510 20 kDa chaperonin, chloroplastic 12.77611951 L4_control_B1 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.06648885 L4_control_B2 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.10496839 L4_control_B3 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.12340907 L4_control_C2 +LQ09X006510 20 kDa chaperonin, chloroplastic 12.94238744 L4_control_C3 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.41999511 L4_chemical_A1 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.92000254 L4_chemical_A2 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.29214249 L4_chemical_A3 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.07551344 L4_chemical_B1 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.43694919 L4_chemical_B2 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.27040276 L4_chemical_B3 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.35466654 L4_chemical_C2 +LQ09X006510 20 kDa chaperonin, chloroplastic 13.00249468 L4_chemical_C3 +LQ09X006530 Hypothetical protein 8.100601406 C6_control_A1 +LQ09X006530 Hypothetical protein 7.651699516 C6_control_A3 +LQ09X006530 Hypothetical protein 6.526233562 C6_control_B1 +LQ09X006530 Hypothetical protein 8.167819619 C6_control_B2 +LQ09X006530 Hypothetical protein 7.336072915 C6_control_B3 +LQ09X006530 Hypothetical protein 10.16549508 C6_control_C1 +LQ09X006530 Hypothetical protein 9.585378952 C6_control_C2 +LQ09X006530 Hypothetical protein 9.518986023 C6_control_C3 +LQ09X006530 Hypothetical protein 7.630992295 C6_chemical_A1 +LQ09X006530 Hypothetical protein 8.157905839 C6_chemical_A3 +LQ09X006530 Hypothetical protein 6.110084193 C6_chemical_B1 +LQ09X006530 Hypothetical protein 8.160700882 C6_chemical_B2 +LQ09X006530 Hypothetical protein 7.114627645 C6_chemical_B3 +LQ09X006530 Hypothetical protein 10.30118922 C6_chemical_C1 +LQ09X006530 Hypothetical protein 9.545493042 C6_chemical_C2 +LQ09X006530 Hypothetical protein 9.976519447 C6_chemical_C3 +LQ09X006530 Hypothetical protein 8.106369863 L4_control_A1 +LQ09X006530 Hypothetical protein 7.137858234 L4_control_A2 +LQ09X006530 Hypothetical protein 7.177009771 L4_control_A3 +LQ09X006530 Hypothetical protein 5.32262316 L4_control_B1 +LQ09X006530 Hypothetical protein 5.987448008 L4_control_B2 +LQ09X006530 Hypothetical protein 7.300880053 L4_control_B3 +LQ09X006530 Hypothetical protein 8.706048801 L4_control_C2 +LQ09X006530 Hypothetical protein 7.440487519 L4_control_C3 +LQ09X006530 Hypothetical protein 8.567577423 L4_chemical_A1 +LQ09X006530 Hypothetical protein 7.346088134 L4_chemical_A2 +LQ09X006530 Hypothetical protein 7.190196286 L4_chemical_A3 +LQ09X006530 Hypothetical protein 6.778008878 L4_chemical_B1 +LQ09X006530 Hypothetical protein 5.885073303 L4_chemical_B2 +LQ09X006530 Hypothetical protein 6.917841474 L4_chemical_B3 +LQ09X006530 Hypothetical protein 7.88620608 L4_chemical_C2 +LQ09X006530 Hypothetical protein 7.570232558 L4_chemical_C3 +LQ09X006570 Beta-galactosidase 7 6.922564686 C6_control_A1 +LQ09X006570 Beta-galactosidase 7 6.233088066 C6_control_A3 +LQ09X006570 Beta-galactosidase 7 6.272968982 C6_control_B1 +LQ09X006570 Beta-galactosidase 7 6.66843546 C6_control_B2 +LQ09X006570 Beta-galactosidase 7 7.004504528 C6_control_B3 +LQ09X006570 Beta-galactosidase 7 6.817070007 C6_control_C1 +LQ09X006570 Beta-galactosidase 7 6.7709541 C6_control_C2 +LQ09X006570 Beta-galactosidase 7 7.363791903 C6_control_C3 +LQ09X006570 Beta-galactosidase 7 6.948476117 C6_chemical_A1 +LQ09X006570 Beta-galactosidase 7 6.338146381 C6_chemical_A3 +LQ09X006570 Beta-galactosidase 7 6.282941508 C6_chemical_B1 +LQ09X006570 Beta-galactosidase 7 6.783329312 C6_chemical_B2 +LQ09X006570 Beta-galactosidase 7 6.883457954 C6_chemical_B3 +LQ09X006570 Beta-galactosidase 7 6.725380778 C6_chemical_C1 +LQ09X006570 Beta-galactosidase 7 6.936600467 C6_chemical_C2 +LQ09X006570 Beta-galactosidase 7 7.006436577 C6_chemical_C3 +LQ09X006570 Beta-galactosidase 7 6.29822104 L4_control_A1 +LQ09X006570 Beta-galactosidase 7 7.243995169 L4_control_A2 +LQ09X006570 Beta-galactosidase 7 6.790971377 L4_control_A3 +LQ09X006570 Beta-galactosidase 7 6.104382593 L4_control_B1 +LQ09X006570 Beta-galactosidase 7 6.629015017 L4_control_B2 +LQ09X006570 Beta-galactosidase 7 6.650942775 L4_control_B3 +LQ09X006570 Beta-galactosidase 7 6.417836377 L4_control_C2 +LQ09X006570 Beta-galactosidase 7 6.266901946 L4_control_C3 +LQ09X006570 Beta-galactosidase 7 6.506509035 L4_chemical_A1 +LQ09X006570 Beta-galactosidase 7 7.114966518 L4_chemical_A2 +LQ09X006570 Beta-galactosidase 7 7.32937862 L4_chemical_A3 +LQ09X006570 Beta-galactosidase 7 6.289889429 L4_chemical_B1 +LQ09X006570 Beta-galactosidase 7 6.9141972 L4_chemical_B2 +LQ09X006570 Beta-galactosidase 7 6.686846104 L4_chemical_B3 +LQ09X006570 Beta-galactosidase 7 6.387735082 L4_chemical_C2 +LQ09X006570 Beta-galactosidase 7 6.443366811 L4_chemical_C3 +LQ09X006580 Predicted protein 5.773260101 C6_control_A1 +LQ09X006580 Predicted protein 6.477677569 C6_control_A3 +LQ09X006580 Predicted protein 5.737037991 C6_control_B1 +LQ09X006580 Predicted protein 6.152169436 C6_control_B2 +LQ09X006580 Predicted protein 5.815752053 C6_control_B3 +LQ09X006580 Predicted protein 6.042991447 C6_control_C1 +LQ09X006580 Predicted protein 6.509738763 C6_control_C2 +LQ09X006580 Predicted protein 6.051922002 C6_control_C3 +LQ09X006580 Predicted protein 5.754283944 C6_chemical_A1 +LQ09X006580 Predicted protein 6.153419804 C6_chemical_A3 +LQ09X006580 Predicted protein 5.910859136 C6_chemical_B1 +LQ09X006580 Predicted protein 5.801368553 C6_chemical_B2 +LQ09X006580 Predicted protein 5.579580087 C6_chemical_B3 +LQ09X006580 Predicted protein 6.028187462 C6_chemical_C1 +LQ09X006580 Predicted protein 5.949326981 C6_chemical_C2 +LQ09X006580 Predicted protein 5.912879018 C6_chemical_C3 +LQ09X006580 Predicted protein 5.963644082 L4_control_A1 +LQ09X006580 Predicted protein 5.47184832 L4_control_A2 +LQ09X006580 Predicted protein 5.58503071 L4_control_A3 +LQ09X006580 Predicted protein 5.499226885 L4_control_B1 +LQ09X006580 Predicted protein 5.430054251 L4_control_B2 +LQ09X006580 Predicted protein 5.795100313 L4_control_B3 +LQ09X006580 Predicted protein 5.066937825 L4_control_C2 +LQ09X006580 Predicted protein 5.312085358 L4_control_C3 +LQ09X006580 Predicted protein 6.046685128 L4_chemical_A1 +LQ09X006580 Predicted protein 5.421764783 L4_chemical_A2 +LQ09X006580 Predicted protein 5.23712653 L4_chemical_A3 +LQ09X006580 Predicted protein 5.883000649 L4_chemical_B1 +LQ09X006580 Predicted protein 6.083541539 L4_chemical_B2 +LQ09X006580 Predicted protein 5.496696778 L4_chemical_B3 +LQ09X006580 Predicted protein 5.706964028 L4_chemical_C2 +LQ09X006580 Predicted protein 5.457089868 L4_chemical_C3 +LQ09X006590 Putative Nucleolysin TIAR 14.1758227 C6_control_A1 +LQ09X006590 Putative Nucleolysin TIAR 13.70813452 C6_control_A3 +LQ09X006590 Putative Nucleolysin TIAR 13.84676418 C6_control_B1 +LQ09X006590 Putative Nucleolysin TIAR 14.3952278 C6_control_B2 +LQ09X006590 Putative Nucleolysin TIAR 14.24668426 C6_control_B3 +LQ09X006590 Putative Nucleolysin TIAR 14.47661148 C6_control_C1 +LQ09X006590 Putative Nucleolysin TIAR 14.59619194 C6_control_C2 +LQ09X006590 Putative Nucleolysin TIAR 14.69906198 C6_control_C3 +LQ09X006590 Putative Nucleolysin TIAR 13.92720266 C6_chemical_A1 +LQ09X006590 Putative Nucleolysin TIAR 13.97004643 C6_chemical_A3 +LQ09X006590 Putative Nucleolysin TIAR 13.91095467 C6_chemical_B1 +LQ09X006590 Putative Nucleolysin TIAR 14.33909902 C6_chemical_B2 +LQ09X006590 Putative Nucleolysin TIAR 14.16918687 C6_chemical_B3 +LQ09X006590 Putative Nucleolysin TIAR 14.02896785 C6_chemical_C1 +LQ09X006590 Putative Nucleolysin TIAR 14.32939671 C6_chemical_C2 +LQ09X006590 Putative Nucleolysin TIAR 14.48716054 C6_chemical_C3 +LQ09X006590 Putative Nucleolysin TIAR 14.05657744 L4_control_A1 +LQ09X006590 Putative Nucleolysin TIAR 13.91466649 L4_control_A2 +LQ09X006590 Putative Nucleolysin TIAR 13.92874515 L4_control_A3 +LQ09X006590 Putative Nucleolysin TIAR 14.02860456 L4_control_B1 +LQ09X006590 Putative Nucleolysin TIAR 14.15828997 L4_control_B2 +LQ09X006590 Putative Nucleolysin TIAR 14.57581983 L4_control_B3 +LQ09X006590 Putative Nucleolysin TIAR 14.22394843 L4_control_C2 +LQ09X006590 Putative Nucleolysin TIAR 14.15162363 L4_control_C3 +LQ09X006590 Putative Nucleolysin TIAR 14.24409264 L4_chemical_A1 +LQ09X006590 Putative Nucleolysin TIAR 13.93460019 L4_chemical_A2 +LQ09X006590 Putative Nucleolysin TIAR 13.98509523 L4_chemical_A3 +LQ09X006590 Putative Nucleolysin TIAR 13.61953298 L4_chemical_B1 +LQ09X006590 Putative Nucleolysin TIAR 13.86155706 L4_chemical_B2 +LQ09X006590 Putative Nucleolysin TIAR 13.96426596 L4_chemical_B3 +LQ09X006590 Putative Nucleolysin TIAR 13.97925318 L4_chemical_C2 +LQ09X006590 Putative Nucleolysin TIAR 13.9908229 L4_chemical_C3 +LQ09X006620 Putative Protein TIFY 10A 11.42099938 C6_control_A1 +LQ09X006620 Putative Protein TIFY 10A 12.15758968 C6_control_A3 +LQ09X006620 Putative Protein TIFY 10A 11.74058977 C6_control_B1 +LQ09X006620 Putative Protein TIFY 10A 11.43917308 C6_control_B2 +LQ09X006620 Putative Protein TIFY 10A 12.11284637 C6_control_B3 +LQ09X006620 Putative Protein TIFY 10A 11.69302524 C6_control_C1 +LQ09X006620 Putative Protein TIFY 10A 11.58193291 C6_control_C2 +LQ09X006620 Putative Protein TIFY 10A 11.5538674 C6_control_C3 +LQ09X006620 Putative Protein TIFY 10A 11.45105591 C6_chemical_A1 +LQ09X006620 Putative Protein TIFY 10A 12.07544292 C6_chemical_A3 +LQ09X006620 Putative Protein TIFY 10A 11.79539996 C6_chemical_B1 +LQ09X006620 Putative Protein TIFY 10A 11.42788209 C6_chemical_B2 +LQ09X006620 Putative Protein TIFY 10A 12.06620862 C6_chemical_B3 +LQ09X006620 Putative Protein TIFY 10A 11.51807519 C6_chemical_C1 +LQ09X006620 Putative Protein TIFY 10A 11.0095342 C6_chemical_C2 +LQ09X006620 Putative Protein TIFY 10A 11.42494257 C6_chemical_C3 +LQ09X006620 Putative Protein TIFY 10A 11.61009127 L4_control_A1 +LQ09X006620 Putative Protein TIFY 10A 11.77682066 L4_control_A2 +LQ09X006620 Putative Protein TIFY 10A 11.58010639 L4_control_A3 +LQ09X006620 Putative Protein TIFY 10A 11.77309817 L4_control_B1 +LQ09X006620 Putative Protein TIFY 10A 11.88818025 L4_control_B2 +LQ09X006620 Putative Protein TIFY 10A 12.75067865 L4_control_B3 +LQ09X006620 Putative Protein TIFY 10A 11.43972193 L4_control_C2 +LQ09X006620 Putative Protein TIFY 10A 12.39264525 L4_control_C3 +LQ09X006620 Putative Protein TIFY 10A 12.05023324 L4_chemical_A1 +LQ09X006620 Putative Protein TIFY 10A 11.1314059 L4_chemical_A2 +LQ09X006620 Putative Protein TIFY 10A 11.71293245 L4_chemical_A3 +LQ09X006620 Putative Protein TIFY 10A 11.83460895 L4_chemical_B1 +LQ09X006620 Putative Protein TIFY 10A 11.08898957 L4_chemical_B2 +LQ09X006620 Putative Protein TIFY 10A 12.61630363 L4_chemical_B3 +LQ09X006620 Putative Protein TIFY 10A 11.10195713 L4_chemical_C2 +LQ09X006620 Putative Protein TIFY 10A 11.84106935 L4_chemical_C3 +LQ09X006630 Putative Probable polygalacturonase 5.939702992 C6_control_A1 +LQ09X006630 Putative Probable polygalacturonase 6.750603919 C6_control_A3 +LQ09X006630 Putative Probable polygalacturonase 5.869167066 C6_control_B1 +LQ09X006630 Putative Probable polygalacturonase 6.377378981 C6_control_B2 +LQ09X006630 Putative Probable polygalacturonase 6.009568697 C6_control_B3 +LQ09X006630 Putative Probable polygalacturonase 5.296514047 C6_control_C1 +LQ09X006630 Putative Probable polygalacturonase 6.763310852 C6_control_C2 +LQ09X006630 Putative Probable polygalacturonase 5.900543008 C6_control_C3 +LQ09X006630 Putative Probable polygalacturonase 5.929299056 C6_chemical_A1 +LQ09X006630 Putative Probable polygalacturonase 6.015744164 C6_chemical_A3 +LQ09X006630 Putative Probable polygalacturonase 6.032719111 C6_chemical_B1 +LQ09X006630 Putative Probable polygalacturonase 6.568516258 C6_chemical_B2 +LQ09X006630 Putative Probable polygalacturonase 5.698527963 C6_chemical_B3 +LQ09X006630 Putative Probable polygalacturonase 6.087706066 C6_chemical_C1 +LQ09X006630 Putative Probable polygalacturonase 5.765357584 C6_chemical_C2 +LQ09X006630 Putative Probable polygalacturonase 5.705274905 C6_chemical_C3 +LQ09X006630 Putative Probable polygalacturonase 6.028645338 L4_control_A1 +LQ09X006630 Putative Probable polygalacturonase 5.648587925 L4_control_A2 +LQ09X006630 Putative Probable polygalacturonase 6.03279615 L4_control_A3 +LQ09X006630 Putative Probable polygalacturonase 6.519840775 L4_control_B1 +LQ09X006630 Putative Probable polygalacturonase 5.772087259 L4_control_B2 +LQ09X006630 Putative Probable polygalacturonase 6.206767196 L4_control_B3 +LQ09X006630 Putative Probable polygalacturonase 5.995612511 L4_control_C2 +LQ09X006630 Putative Probable polygalacturonase 8.043997662 L4_control_C3 +LQ09X006630 Putative Probable polygalacturonase 5.858027122 L4_chemical_A1 +LQ09X006630 Putative Probable polygalacturonase 5.833804845 L4_chemical_A2 +LQ09X006630 Putative Probable polygalacturonase 6.31548786 L4_chemical_A3 +LQ09X006630 Putative Probable polygalacturonase 6.864190027 L4_chemical_B1 +LQ09X006630 Putative Probable polygalacturonase 5.254487332 L4_chemical_B2 +LQ09X006630 Putative Probable polygalacturonase 5.87952598 L4_chemical_B3 +LQ09X006630 Putative Probable polygalacturonase 5.662848218 L4_chemical_C2 +LQ09X006630 Putative Probable polygalacturonase 6.712648595 L4_chemical_C3 +LQ09X006680 Predicted protein 14.04799127 C6_control_A1 +LQ09X006680 Predicted protein 14.5057943 C6_control_A3 +LQ09X006680 Predicted protein 13.8422141 C6_control_B1 +LQ09X006680 Predicted protein 13.18690211 C6_control_B2 +LQ09X006680 Predicted protein 13.34537781 C6_control_B3 +LQ09X006680 Predicted protein 12.55513338 C6_control_C1 +LQ09X006680 Predicted protein 12.86185234 C6_control_C2 +LQ09X006680 Predicted protein 12.38142097 C6_control_C3 +LQ09X006680 Predicted protein 14.10184974 C6_chemical_A1 +LQ09X006680 Predicted protein 14.17751213 C6_chemical_A3 +LQ09X006680 Predicted protein 13.78054715 C6_chemical_B1 +LQ09X006680 Predicted protein 13.27098278 C6_chemical_B2 +LQ09X006680 Predicted protein 13.5578296 C6_chemical_B3 +LQ09X006680 Predicted protein 12.36818799 C6_chemical_C1 +LQ09X006680 Predicted protein 12.48853001 C6_chemical_C2 +LQ09X006680 Predicted protein 11.9553036 C6_chemical_C3 +LQ09X006680 Predicted protein 13.8320804 L4_control_A1 +LQ09X006680 Predicted protein 13.83088982 L4_control_A2 +LQ09X006680 Predicted protein 13.55430629 L4_control_A3 +LQ09X006680 Predicted protein 12.72646957 L4_control_B1 +LQ09X006680 Predicted protein 13.56781413 L4_control_B2 +LQ09X006680 Predicted protein 12.15476854 L4_control_B3 +LQ09X006680 Predicted protein 12.75942602 L4_control_C2 +LQ09X006680 Predicted protein 12.14517632 L4_control_C3 +LQ09X006680 Predicted protein 13.51641577 L4_chemical_A1 +LQ09X006680 Predicted protein 13.59417038 L4_chemical_A2 +LQ09X006680 Predicted protein 13.62288739 L4_chemical_A3 +LQ09X006680 Predicted protein 13.68082141 L4_chemical_B1 +LQ09X006680 Predicted protein 13.55021865 L4_chemical_B2 +LQ09X006680 Predicted protein 12.66818506 L4_chemical_B3 +LQ09X006680 Predicted protein 12.33294447 L4_chemical_C2 +LQ09X006680 Predicted protein 12.29459275 L4_chemical_C3 +LQ09X006690 Lsm1, putative 12.57655889 C6_control_A1 +LQ09X006690 Lsm1, putative 13.13950414 C6_control_A3 +LQ09X006690 Lsm1, putative 12.44223628 C6_control_B1 +LQ09X006690 Lsm1, putative 11.89827787 C6_control_B2 +LQ09X006690 Lsm1, putative 12.64184889 C6_control_B3 +LQ09X006690 Lsm1, putative 11.68293752 C6_control_C1 +LQ09X006690 Lsm1, putative 11.41950416 C6_control_C2 +LQ09X006690 Lsm1, putative 11.55499631 C6_control_C3 +LQ09X006690 Lsm1, putative 12.34261018 C6_chemical_A1 +LQ09X006690 Lsm1, putative 12.72868371 C6_chemical_A3 +LQ09X006690 Lsm1, putative 12.09666465 C6_chemical_B1 +LQ09X006690 Lsm1, putative 11.82940743 C6_chemical_B2 +LQ09X006690 Lsm1, putative 12.26352862 C6_chemical_B3 +LQ09X006690 Lsm1, putative 11.55303612 C6_chemical_C1 +LQ09X006690 Lsm1, putative 11.47506722 C6_chemical_C2 +LQ09X006690 Lsm1, putative 11.69238433 C6_chemical_C3 +LQ09X006690 Lsm1, putative 12.73638123 L4_control_A1 +LQ09X006690 Lsm1, putative 13.05196221 L4_control_A2 +LQ09X006690 Lsm1, putative 13.22720582 L4_control_A3 +LQ09X006690 Lsm1, putative 12.49089574 L4_control_B1 +LQ09X006690 Lsm1, putative 12.56976346 L4_control_B2 +LQ09X006690 Lsm1, putative 12.32707108 L4_control_B3 +LQ09X006690 Lsm1, putative 11.97399184 L4_control_C2 +LQ09X006690 Lsm1, putative 12.21580747 L4_control_C3 +LQ09X006690 Lsm1, putative 12.38293836 L4_chemical_A1 +LQ09X006690 Lsm1, putative 12.63041065 L4_chemical_A2 +LQ09X006690 Lsm1, putative 12.80364171 L4_chemical_A3 +LQ09X006690 Lsm1, putative 12.5693972 L4_chemical_B1 +LQ09X006690 Lsm1, putative 12.39128677 L4_chemical_B2 +LQ09X006690 Lsm1, putative 12.33438494 L4_chemical_B3 +LQ09X006690 Lsm1, putative 12.03413208 L4_chemical_C2 +LQ09X006690 Lsm1, putative 12.14036811 L4_chemical_C3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 7.721550865 C6_control_A1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.232730632 C6_control_A3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 7.668165783 C6_control_B1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 7.706792043 C6_control_B2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 7.6923088 C6_control_B3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 8.641874892 C6_control_C1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.118748512 C6_control_C2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 8.480407094 C6_control_C3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 8.819692831 C6_chemical_A1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 8.89261415 C6_chemical_A3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.34852676 C6_chemical_B1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 8.578522611 C6_chemical_B2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 8.989139856 C6_chemical_B3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.408162679 C6_chemical_C1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.337539298 C6_chemical_C2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.739454215 C6_chemical_C3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.167869937 L4_control_A1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.234830053 L4_control_A2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.822485688 L4_control_A3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.726882921 L4_control_B1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.303637028 L4_control_B2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.031053763 L4_control_B3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 10.727971 L4_control_C2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 11.1868398 L4_control_C3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.362366997 L4_chemical_A1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.92108212 L4_chemical_A2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 10.0033173 L4_chemical_A3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 10.2388644 L4_chemical_B1 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 9.720433326 L4_chemical_B2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 8.917091827 L4_chemical_B3 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 10.84313022 L4_chemical_C2 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 10.80064669 L4_chemical_C3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.399428205 C6_control_A1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.561457055 C6_control_A3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.970567814 C6_control_B1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.607150042 C6_control_B2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 7.20774595 C6_control_B3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.543770084 C6_control_C1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 7.743591217 C6_control_C2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.68539828 C6_control_C3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.425171395 C6_chemical_A1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.011009144 C6_chemical_A3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 7.015242454 C6_chemical_B1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.81438758 C6_chemical_B2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.546659399 C6_chemical_B3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.725238945 C6_chemical_C1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.606631634 C6_chemical_C2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.609197223 C6_chemical_C3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.475812805 L4_control_A1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.037535402 L4_control_A2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 5.385249903 L4_control_A3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.135452888 L4_control_B1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.775123494 L4_control_B2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.308798357 L4_control_B3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.557473971 L4_control_C2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.991889495 L4_control_C3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 5.828369284 L4_chemical_A1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.314014094 L4_chemical_A2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 5.585244121 L4_chemical_A3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.064895871 L4_chemical_B1 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.094948477 L4_chemical_B2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.002464951 L4_chemical_B3 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.546098794 L4_chemical_C2 +LQ09X006740 Methylthioribose-1-phosphate isomerase 7.008237704 L4_chemical_C3 +LQ09X006750 Proteasome subunit alpha type-6 6.394239448 C6_control_A1 +LQ09X006750 Proteasome subunit alpha type-6 7.062694431 C6_control_A3 +LQ09X006750 Proteasome subunit alpha type-6 6.333294144 C6_control_B1 +LQ09X006750 Proteasome subunit alpha type-6 6.224796122 C6_control_B2 +LQ09X006750 Proteasome subunit alpha type-6 5.856633174 C6_control_B3 +LQ09X006750 Proteasome subunit alpha type-6 6.786589633 C6_control_C1 +LQ09X006750 Proteasome subunit alpha type-6 8.157574439 C6_control_C2 +LQ09X006750 Proteasome subunit alpha type-6 5.797523642 C6_control_C3 +LQ09X006750 Proteasome subunit alpha type-6 6.281603841 C6_chemical_A1 +LQ09X006750 Proteasome subunit alpha type-6 6.13251089 C6_chemical_A3 +LQ09X006750 Proteasome subunit alpha type-6 6.105296786 C6_chemical_B1 +LQ09X006750 Proteasome subunit alpha type-6 6.723657013 C6_chemical_B2 +LQ09X006750 Proteasome subunit alpha type-6 5.794135621 C6_chemical_B3 +LQ09X006750 Proteasome subunit alpha type-6 5.901329537 C6_chemical_C1 +LQ09X006750 Proteasome subunit alpha type-6 6.401396117 C6_chemical_C2 +LQ09X006750 Proteasome subunit alpha type-6 5.981273905 C6_chemical_C3 +LQ09X006750 Proteasome subunit alpha type-6 6.540368988 L4_control_A1 +LQ09X006750 Proteasome subunit alpha type-6 5.676237272 L4_control_A2 +LQ09X006750 Proteasome subunit alpha type-6 5.334664439 L4_control_A3 +LQ09X006750 Proteasome subunit alpha type-6 5.891977964 L4_control_B1 +LQ09X006750 Proteasome subunit alpha type-6 5.676935758 L4_control_B2 +LQ09X006750 Proteasome subunit alpha type-6 5.985944713 L4_control_B3 +LQ09X006750 Proteasome subunit alpha type-6 7.317860035 L4_control_C2 +LQ09X006750 Proteasome subunit alpha type-6 5.903118547 L4_control_C3 +LQ09X006750 Proteasome subunit alpha type-6 5.976322612 L4_chemical_A1 +LQ09X006750 Proteasome subunit alpha type-6 5.709562865 L4_chemical_A2 +LQ09X006750 Proteasome subunit alpha type-6 5.236758775 L4_chemical_A3 +LQ09X006750 Proteasome subunit alpha type-6 6.110525065 L4_chemical_B1 +LQ09X006750 Proteasome subunit alpha type-6 5.283210349 L4_chemical_B2 +LQ09X006750 Proteasome subunit alpha type-6 6.230288109 L4_chemical_B3 +LQ09X006750 Proteasome subunit alpha type-6 5.980556653 L4_chemical_C2 +LQ09X006750 Proteasome subunit alpha type-6 5.388423175 L4_chemical_C3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.51426553 C6_control_A1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.33307286 C6_control_A3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.1081386 C6_control_B1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.2510247 C6_control_B2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.97710774 C6_control_B3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.40087879 C6_control_C1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.90746569 C6_control_C2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 13.01517297 C6_control_C3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 10.85075783 C6_chemical_A1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.02647368 C6_chemical_A3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 10.9808255 C6_chemical_B1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.11572806 C6_chemical_B2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.93983469 C6_chemical_B3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.10056495 C6_chemical_C1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.35389121 C6_chemical_C2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 13.14508637 C6_chemical_C3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.28958471 L4_control_A1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 10.93825676 L4_control_A2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.25100491 L4_control_A3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.78562235 L4_control_B1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 10.62812918 L4_control_B2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.98880783 L4_control_B3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.92298608 L4_control_C2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.64173645 L4_control_C3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.8534639 L4_chemical_A1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 10.66366739 L4_chemical_A2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.27596561 L4_chemical_A3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.39495763 L4_chemical_B1 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 10.29416649 L4_chemical_B2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.04773032 L4_chemical_B3 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 11.7881449 L4_chemical_C2 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 12.45961712 L4_chemical_C3 +LQ09X006790 Cation/calcium exchanger 4 12.18575366 C6_control_A1 +LQ09X006790 Cation/calcium exchanger 4 11.88959544 C6_control_A3 +LQ09X006790 Cation/calcium exchanger 4 12.410922 C6_control_B1 +LQ09X006790 Cation/calcium exchanger 4 12.24853966 C6_control_B2 +LQ09X006790 Cation/calcium exchanger 4 12.37175045 C6_control_B3 +LQ09X006790 Cation/calcium exchanger 4 12.5819662 C6_control_C1 +LQ09X006790 Cation/calcium exchanger 4 12.40631878 C6_control_C2 +LQ09X006790 Cation/calcium exchanger 4 12.50669162 C6_control_C3 +LQ09X006790 Cation/calcium exchanger 4 12.57147686 C6_chemical_A1 +LQ09X006790 Cation/calcium exchanger 4 12.0455524 C6_chemical_A3 +LQ09X006790 Cation/calcium exchanger 4 12.73142818 C6_chemical_B1 +LQ09X006790 Cation/calcium exchanger 4 12.08462014 C6_chemical_B2 +LQ09X006790 Cation/calcium exchanger 4 12.43812101 C6_chemical_B3 +LQ09X006790 Cation/calcium exchanger 4 12.60519712 C6_chemical_C1 +LQ09X006790 Cation/calcium exchanger 4 12.53655867 C6_chemical_C2 +LQ09X006790 Cation/calcium exchanger 4 12.10240426 C6_chemical_C3 +LQ09X006790 Cation/calcium exchanger 4 12.21525385 L4_control_A1 +LQ09X006790 Cation/calcium exchanger 4 12.15815246 L4_control_A2 +LQ09X006790 Cation/calcium exchanger 4 12.13577936 L4_control_A3 +LQ09X006790 Cation/calcium exchanger 4 12.37370468 L4_control_B1 +LQ09X006790 Cation/calcium exchanger 4 11.90049022 L4_control_B2 +LQ09X006790 Cation/calcium exchanger 4 11.93703495 L4_control_B3 +LQ09X006790 Cation/calcium exchanger 4 12.24300751 L4_control_C2 +LQ09X006790 Cation/calcium exchanger 4 12.0960248 L4_control_C3 +LQ09X006790 Cation/calcium exchanger 4 12.1812949 L4_chemical_A1 +LQ09X006790 Cation/calcium exchanger 4 12.51320962 L4_chemical_A2 +LQ09X006790 Cation/calcium exchanger 4 12.23167861 L4_chemical_A3 +LQ09X006790 Cation/calcium exchanger 4 12.44533941 L4_chemical_B1 +LQ09X006790 Cation/calcium exchanger 4 12.06667037 L4_chemical_B2 +LQ09X006790 Cation/calcium exchanger 4 11.88106741 L4_chemical_B3 +LQ09X006790 Cation/calcium exchanger 4 12.47010822 L4_chemical_C2 +LQ09X006790 Cation/calcium exchanger 4 12.19325615 L4_chemical_C3 +LQ09X006800 Putative Copper transporter 1 13.13058821 C6_control_A1 +LQ09X006800 Putative Copper transporter 1 13.51559934 C6_control_A3 +LQ09X006800 Putative Copper transporter 1 13.56183893 C6_control_B1 +LQ09X006800 Putative Copper transporter 1 13.56413839 C6_control_B2 +LQ09X006800 Putative Copper transporter 1 13.89163414 C6_control_B3 +LQ09X006800 Putative Copper transporter 1 12.66473612 C6_control_C1 +LQ09X006800 Putative Copper transporter 1 12.98873419 C6_control_C2 +LQ09X006800 Putative Copper transporter 1 13.36012353 C6_control_C3 +LQ09X006800 Putative Copper transporter 1 13.11530194 C6_chemical_A1 +LQ09X006800 Putative Copper transporter 1 12.96968523 C6_chemical_A3 +LQ09X006800 Putative Copper transporter 1 13.62429241 C6_chemical_B1 +LQ09X006800 Putative Copper transporter 1 13.33681744 C6_chemical_B2 +LQ09X006800 Putative Copper transporter 1 13.77450411 C6_chemical_B3 +LQ09X006800 Putative Copper transporter 1 12.41349945 C6_chemical_C1 +LQ09X006800 Putative Copper transporter 1 12.79120144 C6_chemical_C2 +LQ09X006800 Putative Copper transporter 1 13.01659912 C6_chemical_C3 +LQ09X006800 Putative Copper transporter 1 13.35296371 L4_control_A1 +LQ09X006800 Putative Copper transporter 1 13.10107252 L4_control_A2 +LQ09X006800 Putative Copper transporter 1 13.53268068 L4_control_A3 +LQ09X006800 Putative Copper transporter 1 14.11175611 L4_control_B1 +LQ09X006800 Putative Copper transporter 1 13.09131319 L4_control_B2 +LQ09X006800 Putative Copper transporter 1 14.27730185 L4_control_B3 +LQ09X006800 Putative Copper transporter 1 13.52060275 L4_control_C2 +LQ09X006800 Putative Copper transporter 1 13.54854177 L4_control_C3 +LQ09X006800 Putative Copper transporter 1 13.8336342 L4_chemical_A1 +LQ09X006800 Putative Copper transporter 1 13.48387012 L4_chemical_A2 +LQ09X006800 Putative Copper transporter 1 13.79340786 L4_chemical_A3 +LQ09X006800 Putative Copper transporter 1 13.96726219 L4_chemical_B1 +LQ09X006800 Putative Copper transporter 1 13.68582064 L4_chemical_B2 +LQ09X006800 Putative Copper transporter 1 13.88810101 L4_chemical_B3 +LQ09X006800 Putative Copper transporter 1 13.38671363 L4_chemical_C2 +LQ09X006800 Putative Copper transporter 1 13.38317832 L4_chemical_C3 +LQ09X006830 Subtilisin-like protease 9.369746426 C6_control_A1 +LQ09X006830 Subtilisin-like protease 9.779265409 C6_control_A3 +LQ09X006830 Subtilisin-like protease 8.705130257 C6_control_B1 +LQ09X006830 Subtilisin-like protease 10.87716388 C6_control_B2 +LQ09X006830 Subtilisin-like protease 8.183965809 C6_control_B3 +LQ09X006830 Subtilisin-like protease 6.815439712 C6_control_C1 +LQ09X006830 Subtilisin-like protease 5.91120793 C6_control_C2 +LQ09X006830 Subtilisin-like protease 8.097435758 C6_control_C3 +LQ09X006830 Subtilisin-like protease 8.901721042 C6_chemical_A1 +LQ09X006830 Subtilisin-like protease 9.075360594 C6_chemical_A3 +LQ09X006830 Subtilisin-like protease 8.034398641 C6_chemical_B1 +LQ09X006830 Subtilisin-like protease 10.91495195 C6_chemical_B2 +LQ09X006830 Subtilisin-like protease 7.99255229 C6_chemical_B3 +LQ09X006830 Subtilisin-like protease 7.035268718 C6_chemical_C1 +LQ09X006830 Subtilisin-like protease 5.909207442 C6_chemical_C2 +LQ09X006830 Subtilisin-like protease 6.596938215 C6_chemical_C3 +LQ09X006830 Subtilisin-like protease 9.285108807 L4_control_A1 +LQ09X006830 Subtilisin-like protease 9.290988205 L4_control_A2 +LQ09X006830 Subtilisin-like protease 9.327666286 L4_control_A3 +LQ09X006830 Subtilisin-like protease 7.55051106 L4_control_B1 +LQ09X006830 Subtilisin-like protease 6.534919802 L4_control_B2 +LQ09X006830 Subtilisin-like protease 8.131449629 L4_control_B3 +LQ09X006830 Subtilisin-like protease 5.456404062 L4_control_C2 +LQ09X006830 Subtilisin-like protease 5.452190928 L4_control_C3 +LQ09X006830 Subtilisin-like protease 9.141149417 L4_chemical_A1 +LQ09X006830 Subtilisin-like protease 8.311617521 L4_chemical_A2 +LQ09X006830 Subtilisin-like protease 9.762576549 L4_chemical_A3 +LQ09X006830 Subtilisin-like protease 6.361250875 L4_chemical_B1 +LQ09X006830 Subtilisin-like protease 5.924306632 L4_chemical_B2 +LQ09X006830 Subtilisin-like protease 10.11712876 L4_chemical_B3 +LQ09X006830 Subtilisin-like protease 5.647131968 L4_chemical_C2 +LQ09X006830 Subtilisin-like protease 5.159299965 L4_chemical_C3 +LQ09X006840 RING-box protein 1a 7.398833032 C6_control_A1 +LQ09X006840 RING-box protein 1a 6.647678467 C6_control_A3 +LQ09X006840 RING-box protein 1a 6.359753191 C6_control_B1 +LQ09X006840 RING-box protein 1a 7.439683053 C6_control_B2 +LQ09X006840 RING-box protein 1a 6.726664682 C6_control_B3 +LQ09X006840 RING-box protein 1a 7.625991827 C6_control_C1 +LQ09X006840 RING-box protein 1a 6.87931171 C6_control_C2 +LQ09X006840 RING-box protein 1a 7.15723907 C6_control_C3 +LQ09X006840 RING-box protein 1a 7.187310515 C6_chemical_A1 +LQ09X006840 RING-box protein 1a 6.316687883 C6_chemical_A3 +LQ09X006840 RING-box protein 1a 6.394958655 C6_chemical_B1 +LQ09X006840 RING-box protein 1a 7.001873818 C6_chemical_B2 +LQ09X006840 RING-box protein 1a 6.933887323 C6_chemical_B3 +LQ09X006840 RING-box protein 1a 6.913624945 C6_chemical_C1 +LQ09X006840 RING-box protein 1a 6.637728291 C6_chemical_C2 +LQ09X006840 RING-box protein 1a 6.597198603 C6_chemical_C3 +LQ09X006840 RING-box protein 1a 7.248091745 L4_control_A1 +LQ09X006840 RING-box protein 1a 5.852494445 L4_control_A2 +LQ09X006840 RING-box protein 1a 7.073844482 L4_control_A3 +LQ09X006840 RING-box protein 1a 7.147704147 L4_control_B1 +LQ09X006840 RING-box protein 1a 6.072227824 L4_control_B2 +LQ09X006840 RING-box protein 1a 6.221784646 L4_control_B3 +LQ09X006840 RING-box protein 1a 6.249475968 L4_control_C2 +LQ09X006840 RING-box protein 1a 7.192575563 L4_control_C3 +LQ09X006840 RING-box protein 1a 6.220901602 L4_chemical_A1 +LQ09X006840 RING-box protein 1a 6.354601555 L4_chemical_A2 +LQ09X006840 RING-box protein 1a 7.286339527 L4_chemical_A3 +LQ09X006840 RING-box protein 1a 7.687628604 L4_chemical_B1 +LQ09X006840 RING-box protein 1a 6.186569001 L4_chemical_B2 +LQ09X006840 RING-box protein 1a 6.26651292 L4_chemical_B3 +LQ09X006840 RING-box protein 1a 7.091864001 L4_chemical_C2 +LQ09X006840 RING-box protein 1a 6.053144855 L4_chemical_C3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.731125412 C6_control_A1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.392443215 C6_control_A3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.666998033 C6_control_B1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 6.780961315 C6_control_B2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.451239092 C6_control_B3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 6.712820618 C6_control_C1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 6.021190858 C6_control_C2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.137696248 C6_control_C3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.703734175 C6_chemical_A1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.621262601 C6_chemical_A3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.60388546 C6_chemical_B1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 6.571620617 C6_chemical_B2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.48792067 C6_chemical_B3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.118756091 C6_chemical_C1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 6.500143544 C6_chemical_C2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.013625682 C6_chemical_C3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.339558368 L4_control_A1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 8.661520989 L4_control_A2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 8.666805562 L4_control_A3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 8.113411065 L4_control_B1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.597709519 L4_control_B2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.611050595 L4_control_B3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 8.464856088 L4_control_C2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.996402535 L4_control_C3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.563117625 L4_chemical_A1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 8.55918849 L4_chemical_A2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 8.676033271 L4_chemical_A3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.783988654 L4_chemical_B1 +LQ09X006880 Putative Flavonoid 3-monooxygenase 8.029699203 L4_chemical_B2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.601071312 L4_chemical_B3 +LQ09X006880 Putative Flavonoid 3-monooxygenase 8.013203714 L4_chemical_C2 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.549458641 L4_chemical_C3 +LQ09X006890 Predicted protein 5.515931047 C6_control_A1 +LQ09X006890 Predicted protein 6.013580721 C6_control_A3 +LQ09X006890 Predicted protein 6.19895107 C6_control_B1 +LQ09X006890 Predicted protein 8.848035028 C6_control_B2 +LQ09X006890 Predicted protein 7.440375925 C6_control_B3 +LQ09X006890 Predicted protein 9.010680409 C6_control_C1 +LQ09X006890 Predicted protein 9.900561278 C6_control_C2 +LQ09X006890 Predicted protein 8.934586107 C6_control_C3 +LQ09X006890 Predicted protein 5.284128537 C6_chemical_A1 +LQ09X006890 Predicted protein 6.0411687 C6_chemical_A3 +LQ09X006890 Predicted protein 5.870295945 C6_chemical_B1 +LQ09X006890 Predicted protein 8.712420003 C6_chemical_B2 +LQ09X006890 Predicted protein 8.818927446 C6_chemical_B3 +LQ09X006890 Predicted protein 9.036472433 C6_chemical_C1 +LQ09X006890 Predicted protein 9.376972306 C6_chemical_C2 +LQ09X006890 Predicted protein 8.877421163 C6_chemical_C3 +LQ09X006890 Predicted protein 6.288744169 L4_control_A1 +LQ09X006890 Predicted protein 5.548332569 L4_control_A2 +LQ09X006890 Predicted protein 5.954271538 L4_control_A3 +LQ09X006890 Predicted protein 7.699083745 L4_control_B1 +LQ09X006890 Predicted protein 7.618990695 L4_control_B2 +LQ09X006890 Predicted protein 9.990645852 L4_control_B3 +LQ09X006890 Predicted protein 7.933515153 L4_control_C2 +LQ09X006890 Predicted protein 9.035961756 L4_control_C3 +LQ09X006890 Predicted protein 6.205443985 L4_chemical_A1 +LQ09X006890 Predicted protein 5.186630979 L4_chemical_A2 +LQ09X006890 Predicted protein 5.93372341 L4_chemical_A3 +LQ09X006890 Predicted protein 6.023964871 L4_chemical_B1 +LQ09X006890 Predicted protein 6.542673965 L4_chemical_B2 +LQ09X006890 Predicted protein 8.271255607 L4_chemical_B3 +LQ09X006890 Predicted protein 8.006517436 L4_chemical_C2 +LQ09X006890 Predicted protein 8.578408657 L4_chemical_C3 +LQ09X006900 Thiol protease aleurain-like 6.684187529 C6_control_A1 +LQ09X006900 Thiol protease aleurain-like 6.426721909 C6_control_A3 +LQ09X006900 Thiol protease aleurain-like 6.840275924 C6_control_B1 +LQ09X006900 Thiol protease aleurain-like 6.376152576 C6_control_B2 +LQ09X006900 Thiol protease aleurain-like 6.65585988 C6_control_B3 +LQ09X006900 Thiol protease aleurain-like 6.055753565 C6_control_C1 +LQ09X006900 Thiol protease aleurain-like 6.921654175 C6_control_C2 +LQ09X006900 Thiol protease aleurain-like 6.930831498 C6_control_C3 +LQ09X006900 Thiol protease aleurain-like 6.439243779 C6_chemical_A1 +LQ09X006900 Thiol protease aleurain-like 6.437722876 C6_chemical_A3 +LQ09X006900 Thiol protease aleurain-like 6.931232069 C6_chemical_B1 +LQ09X006900 Thiol protease aleurain-like 6.648508341 C6_chemical_B2 +LQ09X006900 Thiol protease aleurain-like 6.624152418 C6_chemical_B3 +LQ09X006900 Thiol protease aleurain-like 6.556697058 C6_chemical_C1 +LQ09X006900 Thiol protease aleurain-like 6.018100021 C6_chemical_C2 +LQ09X006900 Thiol protease aleurain-like 6.262179346 C6_chemical_C3 +LQ09X006900 Thiol protease aleurain-like 6.812676476 L4_control_A1 +LQ09X006900 Thiol protease aleurain-like 6.023275656 L4_control_A2 +LQ09X006900 Thiol protease aleurain-like 5.544942779 L4_control_A3 +LQ09X006900 Thiol protease aleurain-like 5.833726776 L4_control_B1 +LQ09X006900 Thiol protease aleurain-like 6.645053558 L4_control_B2 +LQ09X006900 Thiol protease aleurain-like 6.649845319 L4_control_B3 +LQ09X006900 Thiol protease aleurain-like 5.47271318 L4_control_C2 +LQ09X006900 Thiol protease aleurain-like 6.239586227 L4_control_C3 +LQ09X006900 Thiol protease aleurain-like 6.02985835 L4_chemical_A1 +LQ09X006900 Thiol protease aleurain-like 6.708600718 L4_chemical_A2 +LQ09X006900 Thiol protease aleurain-like 6.306493973 L4_chemical_A3 +LQ09X006900 Thiol protease aleurain-like 6.285955754 L4_chemical_B1 +LQ09X006900 Thiol protease aleurain-like 5.720998368 L4_chemical_B2 +LQ09X006900 Thiol protease aleurain-like 6.185210242 L4_chemical_B3 +LQ09X006900 Thiol protease aleurain-like 5.873830258 L4_chemical_C2 +LQ09X006900 Thiol protease aleurain-like 5.939319238 L4_chemical_C3 +LQ09X006940 Putative uncharacterized protein 4.819107314 C6_control_A1 +LQ09X006940 Putative uncharacterized protein 5.354908009 C6_control_A3 +LQ09X006940 Putative uncharacterized protein 4.998384652 C6_control_B1 +LQ09X006940 Putative uncharacterized protein 5.925408202 C6_control_B2 +LQ09X006940 Putative uncharacterized protein 5.717546787 C6_control_B3 +LQ09X006940 Putative uncharacterized protein 5.966621915 C6_control_C1 +LQ09X006940 Putative uncharacterized protein 6.759521118 C6_control_C2 +LQ09X006940 Putative uncharacterized protein 6.15244142 C6_control_C3 +LQ09X006940 Putative uncharacterized protein 5.07164095 C6_chemical_A1 +LQ09X006940 Putative uncharacterized protein 6.18248299 C6_chemical_A3 +LQ09X006940 Putative uncharacterized protein 5.533476813 C6_chemical_B1 +LQ09X006940 Putative uncharacterized protein 5.724802037 C6_chemical_B2 +LQ09X006940 Putative uncharacterized protein 5.713347435 C6_chemical_B3 +LQ09X006940 Putative uncharacterized protein 5.874330748 C6_chemical_C1 +LQ09X006940 Putative uncharacterized protein 5.903641658 C6_chemical_C2 +LQ09X006940 Putative uncharacterized protein 6.437220605 C6_chemical_C3 +LQ09X006940 Putative uncharacterized protein 4.882234941 L4_control_A1 +LQ09X006940 Putative uncharacterized protein 5.454254931 L4_control_A2 +LQ09X006940 Putative uncharacterized protein 5.604464537 L4_control_A3 +LQ09X006940 Putative uncharacterized protein 5.676378692 L4_control_B1 +LQ09X006940 Putative uncharacterized protein 5.346701944 L4_control_B2 +LQ09X006940 Putative uncharacterized protein 5.624638323 L4_control_B3 +LQ09X006940 Putative uncharacterized protein 6.084831773 L4_control_C2 +LQ09X006940 Putative uncharacterized protein 6.811665712 L4_control_C3 +LQ09X006940 Putative uncharacterized protein 5.46157661 L4_chemical_A1 +LQ09X006940 Putative uncharacterized protein 5.111731397 L4_chemical_A2 +LQ09X006940 Putative uncharacterized protein 4.90350235 L4_chemical_A3 +LQ09X006940 Putative uncharacterized protein 4.853136786 L4_chemical_B1 +LQ09X006940 Putative uncharacterized protein 5.27869019 L4_chemical_B2 +LQ09X006940 Putative uncharacterized protein 5.240568092 L4_chemical_B3 +LQ09X006940 Putative uncharacterized protein 5.798730742 L4_chemical_C2 +LQ09X006940 Putative uncharacterized protein 6.746927917 L4_chemical_C3 +LQ09X006990 Hypothetical protein 8.847052933 C6_control_A1 +LQ09X006990 Hypothetical protein 9.110942868 C6_control_A3 +LQ09X006990 Hypothetical protein 8.693780805 C6_control_B1 +LQ09X006990 Hypothetical protein 8.408028287 C6_control_B2 +LQ09X006990 Hypothetical protein 8.416738802 C6_control_B3 +LQ09X006990 Hypothetical protein 8.484014008 C6_control_C1 +LQ09X006990 Hypothetical protein 8.929453968 C6_control_C2 +LQ09X006990 Hypothetical protein 8.556720608 C6_control_C3 +LQ09X006990 Hypothetical protein 10.05509635 C6_chemical_A1 +LQ09X006990 Hypothetical protein 8.818330378 C6_chemical_A3 +LQ09X006990 Hypothetical protein 10.10690799 C6_chemical_B1 +LQ09X006990 Hypothetical protein 9.466213614 C6_chemical_B2 +LQ09X006990 Hypothetical protein 8.989609425 C6_chemical_B3 +LQ09X006990 Hypothetical protein 9.338646986 C6_chemical_C1 +LQ09X006990 Hypothetical protein 9.708335684 C6_chemical_C2 +LQ09X006990 Hypothetical protein 9.219462993 C6_chemical_C3 +LQ09X006990 Hypothetical protein 8.594505407 L4_control_A1 +LQ09X006990 Hypothetical protein 8.441763016 L4_control_A2 +LQ09X006990 Hypothetical protein 8.339947834 L4_control_A3 +LQ09X006990 Hypothetical protein 7.956090604 L4_control_B1 +LQ09X006990 Hypothetical protein 6.445981866 L4_control_B2 +LQ09X006990 Hypothetical protein 8.285821473 L4_control_B3 +LQ09X006990 Hypothetical protein 6.482772182 L4_control_C2 +LQ09X006990 Hypothetical protein 6.438745403 L4_control_C3 +LQ09X006990 Hypothetical protein 8.345091141 L4_chemical_A1 +LQ09X006990 Hypothetical protein 8.513772509 L4_chemical_A2 +LQ09X006990 Hypothetical protein 8.491209428 L4_chemical_A3 +LQ09X006990 Hypothetical protein 7.405322473 L4_chemical_B1 +LQ09X006990 Hypothetical protein 6.336655119 L4_chemical_B2 +LQ09X006990 Hypothetical protein 8.278032157 L4_chemical_B3 +LQ09X006990 Hypothetical protein 6.208238322 L4_chemical_C2 +LQ09X006990 Hypothetical protein 7.634657825 L4_chemical_C3 +LQ09X007010 Predicted protein 6.10196823 C6_control_A1 +LQ09X007010 Predicted protein 5.83497887 C6_control_A3 +LQ09X007010 Predicted protein 6.262754489 C6_control_B1 +LQ09X007010 Predicted protein 5.746451082 C6_control_B2 +LQ09X007010 Predicted protein 5.705227056 C6_control_B3 +LQ09X007010 Predicted protein 5.719494305 C6_control_C1 +LQ09X007010 Predicted protein 5.313339185 C6_control_C2 +LQ09X007010 Predicted protein 5.753003775 C6_control_C3 +LQ09X007010 Predicted protein 6.024757031 C6_chemical_A1 +LQ09X007010 Predicted protein 5.920132136 C6_chemical_A3 +LQ09X007010 Predicted protein 5.864619889 C6_chemical_B1 +LQ09X007010 Predicted protein 5.563292266 C6_chemical_B2 +LQ09X007010 Predicted protein 6.091927977 C6_chemical_B3 +LQ09X007010 Predicted protein 5.725753564 C6_chemical_C1 +LQ09X007010 Predicted protein 5.526971158 C6_chemical_C2 +LQ09X007010 Predicted protein 5.9471825 C6_chemical_C3 +LQ09X007010 Predicted protein 6.008218082 L4_control_A1 +LQ09X007010 Predicted protein 6.117492561 L4_control_A2 +LQ09X007010 Predicted protein 6.987340626 L4_control_A3 +LQ09X007010 Predicted protein 6.124508396 L4_control_B1 +LQ09X007010 Predicted protein 6.242904925 L4_control_B2 +LQ09X007010 Predicted protein 6.337830543 L4_control_B3 +LQ09X007010 Predicted protein 6.540839887 L4_control_C2 +LQ09X007010 Predicted protein 5.116245732 L4_control_C3 +LQ09X007010 Predicted protein 5.939948594 L4_chemical_A1 +LQ09X007010 Predicted protein 6.438700491 L4_chemical_A2 +LQ09X007010 Predicted protein 6.887994971 L4_chemical_A3 +LQ09X007010 Predicted protein 6.043822092 L4_chemical_B1 +LQ09X007010 Predicted protein 6.337762276 L4_chemical_B2 +LQ09X007010 Predicted protein 6.220516627 L4_chemical_B3 +LQ09X007010 Predicted protein 6.05632586 L4_chemical_C2 +LQ09X007010 Predicted protein 6.584653649 L4_chemical_C3 +LQ09X007020 Putative uncharacterized protein 5.119642581 C6_control_A1 +LQ09X007020 Putative uncharacterized protein 5.280208502 C6_control_A3 +LQ09X007020 Putative uncharacterized protein 4.824815579 C6_control_B1 +LQ09X007020 Putative uncharacterized protein 5.015450573 C6_control_B2 +LQ09X007020 Putative uncharacterized protein 5.405098397 C6_control_B3 +LQ09X007020 Putative uncharacterized protein 4.786872936 C6_control_C1 +LQ09X007020 Putative uncharacterized protein 5.360019206 C6_control_C2 +LQ09X007020 Putative uncharacterized protein 4.947328089 C6_control_C3 +LQ09X007020 Putative uncharacterized protein 5.164644581 C6_chemical_A1 +LQ09X007020 Putative uncharacterized protein 5.116385184 C6_chemical_A3 +LQ09X007020 Putative uncharacterized protein 4.754653542 C6_chemical_B1 +LQ09X007020 Putative uncharacterized protein 5.276373486 C6_chemical_B2 +LQ09X007020 Putative uncharacterized protein 5.024369659 C6_chemical_B3 +LQ09X007020 Putative uncharacterized protein 4.908451557 C6_chemical_C1 +LQ09X007020 Putative uncharacterized protein 5.25770213 C6_chemical_C2 +LQ09X007020 Putative uncharacterized protein 5.31458494 C6_chemical_C3 +LQ09X007020 Putative uncharacterized protein 5.122993634 L4_control_A1 +LQ09X007020 Putative uncharacterized protein 5.183100734 L4_control_A2 +LQ09X007020 Putative uncharacterized protein 5.02173817 L4_control_A3 +LQ09X007020 Putative uncharacterized protein 5.147164303 L4_control_B1 +LQ09X007020 Putative uncharacterized protein 5.105830131 L4_control_B2 +LQ09X007020 Putative uncharacterized protein 4.925468498 L4_control_B3 +LQ09X007020 Putative uncharacterized protein 5.200596009 L4_control_C2 +LQ09X007020 Putative uncharacterized protein 4.785837524 L4_control_C3 +LQ09X007020 Putative uncharacterized protein 4.872931019 L4_chemical_A1 +LQ09X007020 Putative uncharacterized protein 5.083480011 L4_chemical_A2 +LQ09X007020 Putative uncharacterized protein 4.897143437 L4_chemical_A3 +LQ09X007020 Putative uncharacterized protein 5.153995076 L4_chemical_B1 +LQ09X007020 Putative uncharacterized protein 5.385522497 L4_chemical_B2 +LQ09X007020 Putative uncharacterized protein 4.880791163 L4_chemical_B3 +LQ09X007020 Putative uncharacterized protein 5.566798308 L4_chemical_C2 +LQ09X007020 Putative uncharacterized protein 5.368033407 L4_chemical_C3 +LQ09X007050 Putative DNA repair protein rhp7 11.74079237 C6_control_A1 +LQ09X007050 Putative DNA repair protein rhp7 11.77236414 C6_control_A3 +LQ09X007050 Putative DNA repair protein rhp7 10.04844108 C6_control_B1 +LQ09X007050 Putative DNA repair protein rhp7 9.114772834 C6_control_B2 +LQ09X007050 Putative DNA repair protein rhp7 8.294384323 C6_control_B3 +LQ09X007050 Putative DNA repair protein rhp7 10.49920375 C6_control_C1 +LQ09X007050 Putative DNA repair protein rhp7 9.563596808 C6_control_C2 +LQ09X007050 Putative DNA repair protein rhp7 10.17686636 C6_control_C3 +LQ09X007050 Putative DNA repair protein rhp7 11.70379141 C6_chemical_A1 +LQ09X007050 Putative DNA repair protein rhp7 11.42639292 C6_chemical_A3 +LQ09X007050 Putative DNA repair protein rhp7 8.864993555 C6_chemical_B1 +LQ09X007050 Putative DNA repair protein rhp7 8.08216009 C6_chemical_B2 +LQ09X007050 Putative DNA repair protein rhp7 8.828155382 C6_chemical_B3 +LQ09X007050 Putative DNA repair protein rhp7 10.49871428 C6_chemical_C1 +LQ09X007050 Putative DNA repair protein rhp7 9.677534477 C6_chemical_C2 +LQ09X007050 Putative DNA repair protein rhp7 9.219937745 C6_chemical_C3 +LQ09X007050 Putative DNA repair protein rhp7 12.4337119 L4_control_A1 +LQ09X007050 Putative DNA repair protein rhp7 12.01622925 L4_control_A2 +LQ09X007050 Putative DNA repair protein rhp7 12.29593624 L4_control_A3 +LQ09X007050 Putative DNA repair protein rhp7 8.592860479 L4_control_B1 +LQ09X007050 Putative DNA repair protein rhp7 9.69227686 L4_control_B2 +LQ09X007050 Putative DNA repair protein rhp7 8.236728797 L4_control_B3 +LQ09X007050 Putative DNA repair protein rhp7 9.438321496 L4_control_C2 +LQ09X007050 Putative DNA repair protein rhp7 8.754884306 L4_control_C3 +LQ09X007050 Putative DNA repair protein rhp7 11.75063717 L4_chemical_A1 +LQ09X007050 Putative DNA repair protein rhp7 11.08046502 L4_chemical_A2 +LQ09X007050 Putative DNA repair protein rhp7 12.05309654 L4_chemical_A3 +LQ09X007050 Putative DNA repair protein rhp7 9.822722414 L4_chemical_B1 +LQ09X007050 Putative DNA repair protein rhp7 9.51752938 L4_chemical_B2 +LQ09X007050 Putative DNA repair protein rhp7 9.847813782 L4_chemical_B3 +LQ09X007050 Putative DNA repair protein rhp7 9.825317222 L4_chemical_C2 +LQ09X007050 Putative DNA repair protein rhp7 9.248039884 L4_chemical_C3 +LQ09X007060 AT5g35570/K2K18_1 7.642968153 C6_control_A1 +LQ09X007060 AT5g35570/K2K18_1 6.735956645 C6_control_A3 +LQ09X007060 AT5g35570/K2K18_1 7.756281442 C6_control_B1 +LQ09X007060 AT5g35570/K2K18_1 7.151380007 C6_control_B2 +LQ09X007060 AT5g35570/K2K18_1 7.392245363 C6_control_B3 +LQ09X007060 AT5g35570/K2K18_1 7.147224561 C6_control_C1 +LQ09X007060 AT5g35570/K2K18_1 5.893540697 C6_control_C2 +LQ09X007060 AT5g35570/K2K18_1 5.871577078 C6_control_C3 +LQ09X007060 AT5g35570/K2K18_1 7.635963178 C6_chemical_A1 +LQ09X007060 AT5g35570/K2K18_1 7.552986985 C6_chemical_A3 +LQ09X007060 AT5g35570/K2K18_1 6.976896258 C6_chemical_B1 +LQ09X007060 AT5g35570/K2K18_1 7.37730569 C6_chemical_B2 +LQ09X007060 AT5g35570/K2K18_1 7.087556354 C6_chemical_B3 +LQ09X007060 AT5g35570/K2K18_1 7.151952043 C6_chemical_C1 +LQ09X007060 AT5g35570/K2K18_1 6.698217432 C6_chemical_C2 +LQ09X007060 AT5g35570/K2K18_1 6.044186307 C6_chemical_C3 +LQ09X007060 AT5g35570/K2K18_1 7.896521785 L4_control_A1 +LQ09X007060 AT5g35570/K2K18_1 7.375910318 L4_control_A2 +LQ09X007060 AT5g35570/K2K18_1 7.936679382 L4_control_A3 +LQ09X007060 AT5g35570/K2K18_1 6.935547101 L4_control_B1 +LQ09X007060 AT5g35570/K2K18_1 8.52503193 L4_control_B2 +LQ09X007060 AT5g35570/K2K18_1 7.454077134 L4_control_B3 +LQ09X007060 AT5g35570/K2K18_1 6.047896131 L4_control_C2 +LQ09X007060 AT5g35570/K2K18_1 6.79143083 L4_control_C3 +LQ09X007060 AT5g35570/K2K18_1 7.464753925 L4_chemical_A1 +LQ09X007060 AT5g35570/K2K18_1 6.710585573 L4_chemical_A2 +LQ09X007060 AT5g35570/K2K18_1 8.01866718 L4_chemical_A3 +LQ09X007060 AT5g35570/K2K18_1 6.806963267 L4_chemical_B1 +LQ09X007060 AT5g35570/K2K18_1 6.561587193 L4_chemical_B2 +LQ09X007060 AT5g35570/K2K18_1 7.830052892 L4_chemical_B3 +LQ09X007060 AT5g35570/K2K18_1 5.873611511 L4_chemical_C2 +LQ09X007060 AT5g35570/K2K18_1 6.94538044 L4_chemical_C3 +LQ09X007070 Mps one binder kinase activator-like 1 8.505079732 C6_control_A1 +LQ09X007070 Mps one binder kinase activator-like 1 6.199101837 C6_control_A3 +LQ09X007070 Mps one binder kinase activator-like 1 7.766290412 C6_control_B1 +LQ09X007070 Mps one binder kinase activator-like 1 8.204289692 C6_control_B2 +LQ09X007070 Mps one binder kinase activator-like 1 8.213307862 C6_control_B3 +LQ09X007070 Mps one binder kinase activator-like 1 7.698498895 C6_control_C1 +LQ09X007070 Mps one binder kinase activator-like 1 6.416960784 C6_control_C2 +LQ09X007070 Mps one binder kinase activator-like 1 6.674861177 C6_control_C3 +LQ09X007070 Mps one binder kinase activator-like 1 7.705429742 C6_chemical_A1 +LQ09X007070 Mps one binder kinase activator-like 1 6.586805399 C6_chemical_A3 +LQ09X007070 Mps one binder kinase activator-like 1 7.225863594 C6_chemical_B1 +LQ09X007070 Mps one binder kinase activator-like 1 7.81908117 C6_chemical_B2 +LQ09X007070 Mps one binder kinase activator-like 1 7.36281477 C6_chemical_B3 +LQ09X007070 Mps one binder kinase activator-like 1 7.380543071 C6_chemical_C1 +LQ09X007070 Mps one binder kinase activator-like 1 7.650110487 C6_chemical_C2 +LQ09X007070 Mps one binder kinase activator-like 1 6.714377511 C6_chemical_C3 +LQ09X007070 Mps one binder kinase activator-like 1 6.998672611 L4_control_A1 +LQ09X007070 Mps one binder kinase activator-like 1 8.076056866 L4_control_A2 +LQ09X007070 Mps one binder kinase activator-like 1 7.545814503 L4_control_A3 +LQ09X007070 Mps one binder kinase activator-like 1 7.332373208 L4_control_B1 +LQ09X007070 Mps one binder kinase activator-like 1 7.691802469 L4_control_B2 +LQ09X007070 Mps one binder kinase activator-like 1 6.969796573 L4_control_B3 +LQ09X007070 Mps one binder kinase activator-like 1 7.019963728 L4_control_C2 +LQ09X007070 Mps one binder kinase activator-like 1 6.685996674 L4_control_C3 +LQ09X007070 Mps one binder kinase activator-like 1 7.120234325 L4_chemical_A1 +LQ09X007070 Mps one binder kinase activator-like 1 7.821197157 L4_chemical_A2 +LQ09X007070 Mps one binder kinase activator-like 1 7.295338994 L4_chemical_A3 +LQ09X007070 Mps one binder kinase activator-like 1 8.152444037 L4_chemical_B1 +LQ09X007070 Mps one binder kinase activator-like 1 8.018862664 L4_chemical_B2 +LQ09X007070 Mps one binder kinase activator-like 1 7.489044778 L4_chemical_B3 +LQ09X007070 Mps one binder kinase activator-like 1 7.004805544 L4_chemical_C2 +LQ09X007070 Mps one binder kinase activator-like 1 5.941453933 L4_chemical_C3 +LQ09X007080 Auxin-binding protein ABP20 5.596452903 C6_control_A1 +LQ09X007080 Auxin-binding protein ABP20 6.178774948 C6_control_A3 +LQ09X007080 Auxin-binding protein ABP20 5.491264133 C6_control_B1 +LQ09X007080 Auxin-binding protein ABP20 4.848239475 C6_control_B2 +LQ09X007080 Auxin-binding protein ABP20 5.248041534 C6_control_B3 +LQ09X007080 Auxin-binding protein ABP20 5.695598852 C6_control_C1 +LQ09X007080 Auxin-binding protein ABP20 7.018866035 C6_control_C2 +LQ09X007080 Auxin-binding protein ABP20 5.017840603 C6_control_C3 +LQ09X007080 Auxin-binding protein ABP20 4.987744573 C6_chemical_A1 +LQ09X007080 Auxin-binding protein ABP20 5.513414821 C6_chemical_A3 +LQ09X007080 Auxin-binding protein ABP20 5.130003129 C6_chemical_B1 +LQ09X007080 Auxin-binding protein ABP20 4.912392558 C6_chemical_B2 +LQ09X007080 Auxin-binding protein ABP20 5.114925068 C6_chemical_B3 +LQ09X007080 Auxin-binding protein ABP20 5.350339068 C6_chemical_C1 +LQ09X007080 Auxin-binding protein ABP20 4.958634781 C6_chemical_C2 +LQ09X007080 Auxin-binding protein ABP20 5.171466622 C6_chemical_C3 +LQ09X007080 Auxin-binding protein ABP20 5.56279584 L4_control_A1 +LQ09X007080 Auxin-binding protein ABP20 5.005072232 L4_control_A2 +LQ09X007080 Auxin-binding protein ABP20 5.479879582 L4_control_A3 +LQ09X007080 Auxin-binding protein ABP20 5.568405998 L4_control_B1 +LQ09X007080 Auxin-binding protein ABP20 5.025334351 L4_control_B2 +LQ09X007080 Auxin-binding protein ABP20 5.700635881 L4_control_B3 +LQ09X007080 Auxin-binding protein ABP20 4.871915706 L4_control_C2 +LQ09X007080 Auxin-binding protein ABP20 5.589586637 L4_control_C3 +LQ09X007080 Auxin-binding protein ABP20 4.902329478 L4_chemical_A1 +LQ09X007080 Auxin-binding protein ABP20 5.35041304 L4_chemical_A2 +LQ09X007080 Auxin-binding protein ABP20 5.614624426 L4_chemical_A3 +LQ09X007080 Auxin-binding protein ABP20 4.692968402 L4_chemical_B1 +LQ09X007080 Auxin-binding protein ABP20 5.185885466 L4_chemical_B2 +LQ09X007080 Auxin-binding protein ABP20 5.806542751 L4_chemical_B3 +LQ09X007080 Auxin-binding protein ABP20 6.324043986 L4_chemical_C2 +LQ09X007080 Auxin-binding protein ABP20 5.382440159 L4_chemical_C3 +LQ09X007090 12-oxophytodienoate reductase 3 5.241094854 C6_control_A1 +LQ09X007090 12-oxophytodienoate reductase 3 5.441882818 C6_control_A3 +LQ09X007090 12-oxophytodienoate reductase 3 5.421390814 C6_control_B1 +LQ09X007090 12-oxophytodienoate reductase 3 4.933222694 C6_control_B2 +LQ09X007090 12-oxophytodienoate reductase 3 4.969273803 C6_control_B3 +LQ09X007090 12-oxophytodienoate reductase 3 4.925059965 C6_control_C1 +LQ09X007090 12-oxophytodienoate reductase 3 5.031756786 C6_control_C2 +LQ09X007090 12-oxophytodienoate reductase 3 5.26802225 C6_control_C3 +LQ09X007090 12-oxophytodienoate reductase 3 4.958950846 C6_chemical_A1 +LQ09X007090 12-oxophytodienoate reductase 3 5.074403532 C6_chemical_A3 +LQ09X007090 12-oxophytodienoate reductase 3 5.119493437 C6_chemical_B1 +LQ09X007090 12-oxophytodienoate reductase 3 4.909917404 C6_chemical_B2 +LQ09X007090 12-oxophytodienoate reductase 3 4.909072289 C6_chemical_B3 +LQ09X007090 12-oxophytodienoate reductase 3 4.789342909 C6_chemical_C1 +LQ09X007090 12-oxophytodienoate reductase 3 4.877114501 C6_chemical_C2 +LQ09X007090 12-oxophytodienoate reductase 3 4.968895858 C6_chemical_C3 +LQ09X007090 12-oxophytodienoate reductase 3 5.006024068 L4_control_A1 +LQ09X007090 12-oxophytodienoate reductase 3 5.406391371 L4_control_A2 +LQ09X007090 12-oxophytodienoate reductase 3 5.852448552 L4_control_A3 +LQ09X007090 12-oxophytodienoate reductase 3 5.234838474 L4_control_B1 +LQ09X007090 12-oxophytodienoate reductase 3 5.170294821 L4_control_B2 +LQ09X007090 12-oxophytodienoate reductase 3 5.214393789 L4_control_B3 +LQ09X007090 12-oxophytodienoate reductase 3 5.21067524 L4_control_C2 +LQ09X007090 12-oxophytodienoate reductase 3 4.901070482 L4_control_C3 +LQ09X007090 12-oxophytodienoate reductase 3 5.060386405 L4_chemical_A1 +LQ09X007090 12-oxophytodienoate reductase 3 5.098696993 L4_chemical_A2 +LQ09X007090 12-oxophytodienoate reductase 3 5.408015864 L4_chemical_A3 +LQ09X007090 12-oxophytodienoate reductase 3 4.86593387 L4_chemical_B1 +LQ09X007090 12-oxophytodienoate reductase 3 5.165349666 L4_chemical_B2 +LQ09X007090 12-oxophytodienoate reductase 3 5.482968621 L4_chemical_B3 +LQ09X007090 12-oxophytodienoate reductase 3 5.431873035 L4_chemical_C2 +LQ09X007090 12-oxophytodienoate reductase 3 5.738861436 L4_chemical_C3 +LQ09X007100 Predicted protein 5.273815054 C6_control_A1 +LQ09X007100 Predicted protein 5.041873807 C6_control_A3 +LQ09X007100 Predicted protein 5.084168336 C6_control_B1 +LQ09X007100 Predicted protein 5.566783732 C6_control_B2 +LQ09X007100 Predicted protein 5.396649199 C6_control_B3 +LQ09X007100 Predicted protein 6.381030125 C6_control_C1 +LQ09X007100 Predicted protein 6.472212863 C6_control_C2 +LQ09X007100 Predicted protein 6.083010747 C6_control_C3 +LQ09X007100 Predicted protein 5.26785609 C6_chemical_A1 +LQ09X007100 Predicted protein 5.148141735 C6_chemical_A3 +LQ09X007100 Predicted protein 5.360649927 C6_chemical_B1 +LQ09X007100 Predicted protein 5.335921496 C6_chemical_B2 +LQ09X007100 Predicted protein 5.197446619 C6_chemical_B3 +LQ09X007100 Predicted protein 6.205141816 C6_chemical_C1 +LQ09X007100 Predicted protein 5.90697168 C6_chemical_C2 +LQ09X007100 Predicted protein 6.116764883 C6_chemical_C3 +LQ09X007100 Predicted protein 5.028065264 L4_control_A1 +LQ09X007100 Predicted protein 4.831030324 L4_control_A2 +LQ09X007100 Predicted protein 5.275113577 L4_control_A3 +LQ09X007100 Predicted protein 5.528583093 L4_control_B1 +LQ09X007100 Predicted protein 5.020702679 L4_control_B2 +LQ09X007100 Predicted protein 5.056888924 L4_control_B3 +LQ09X007100 Predicted protein 5.346419453 L4_control_C2 +LQ09X007100 Predicted protein 5.303948982 L4_control_C3 +LQ09X007100 Predicted protein 5.235285622 L4_chemical_A1 +LQ09X007100 Predicted protein 4.884720161 L4_chemical_A2 +LQ09X007100 Predicted protein 6.032783465 L4_chemical_A3 +LQ09X007100 Predicted protein 5.297896666 L4_chemical_B1 +LQ09X007100 Predicted protein 4.949882107 L4_chemical_B2 +LQ09X007100 Predicted protein 5.143151756 L4_chemical_B3 +LQ09X007100 Predicted protein 5.151275279 L4_chemical_C2 +LQ09X007100 Predicted protein 5.59252153 L4_chemical_C3 +LQ09X007110 Hypothetical protein 5.043142491 C6_control_A1 +LQ09X007110 Hypothetical protein 5.402684373 C6_control_A3 +LQ09X007110 Hypothetical protein 5.456993216 C6_control_B1 +LQ09X007110 Hypothetical protein 5.304377594 C6_control_B2 +LQ09X007110 Hypothetical protein 5.272830053 C6_control_B3 +LQ09X007110 Hypothetical protein 5.552846931 C6_control_C1 +LQ09X007110 Hypothetical protein 5.342039294 C6_control_C2 +LQ09X007110 Hypothetical protein 5.721721904 C6_control_C3 +LQ09X007110 Hypothetical protein 5.075914287 C6_chemical_A1 +LQ09X007110 Hypothetical protein 5.232597419 C6_chemical_A3 +LQ09X007110 Hypothetical protein 5.196706049 C6_chemical_B1 +LQ09X007110 Hypothetical protein 5.38797696 C6_chemical_B2 +LQ09X007110 Hypothetical protein 5.149494809 C6_chemical_B3 +LQ09X007110 Hypothetical protein 5.244293254 C6_chemical_C1 +LQ09X007110 Hypothetical protein 5.648904363 C6_chemical_C2 +LQ09X007110 Hypothetical protein 5.416889993 C6_chemical_C3 +LQ09X007110 Hypothetical protein 4.979223468 L4_control_A1 +LQ09X007110 Hypothetical protein 4.872532752 L4_control_A2 +LQ09X007110 Hypothetical protein 4.87912136 L4_control_A3 +LQ09X007110 Hypothetical protein 5.045512002 L4_control_B1 +LQ09X007110 Hypothetical protein 5.314259944 L4_control_B2 +LQ09X007110 Hypothetical protein 5.070951362 L4_control_B3 +LQ09X007110 Hypothetical protein 5.37402449 L4_control_C2 +LQ09X007110 Hypothetical protein 5.679068944 L4_control_C3 +LQ09X007110 Hypothetical protein 5.231592732 L4_chemical_A1 +LQ09X007110 Hypothetical protein 5.007705323 L4_chemical_A2 +LQ09X007110 Hypothetical protein 5.387147913 L4_chemical_A3 +LQ09X007110 Hypothetical protein 5.023455944 L4_chemical_B1 +LQ09X007110 Hypothetical protein 5.490988082 L4_chemical_B2 +LQ09X007110 Hypothetical protein 4.96033445 L4_chemical_B3 +LQ09X007110 Hypothetical protein 5.394081815 L4_chemical_C2 +LQ09X007110 Hypothetical protein 5.465938867 L4_chemical_C3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.885828176 C6_control_A1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.578219173 C6_control_A3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.983753719 C6_control_B1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.858990374 C6_control_B2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.239476991 C6_control_B3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.306039342 C6_control_C1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.308670919 C6_control_C2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.540110268 C6_control_C3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.994791988 C6_chemical_A1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.907242601 C6_chemical_A3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.881591201 C6_chemical_B1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.679168775 C6_chemical_B2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.073014272 C6_chemical_B3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.302749692 C6_chemical_C1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.305994688 C6_chemical_C2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.71164102 C6_chemical_C3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.697632718 L4_control_A1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.542577987 L4_control_A2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.783213956 L4_control_A3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.158098741 L4_control_B1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.184768614 L4_control_B2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.515839974 L4_control_B3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.740586627 L4_control_C2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.999486474 L4_control_C3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.843523506 L4_chemical_A1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.627259145 L4_chemical_A2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.838176341 L4_chemical_A3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.202618533 L4_chemical_B1 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.954458487 L4_chemical_B2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.619864168 L4_chemical_B3 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.077352071 L4_chemical_C2 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 9.4197797 L4_chemical_C3 +LQ09X007190 Predicted protein 12.32338773 C6_control_A1 +LQ09X007190 Predicted protein 12.65524973 C6_control_A3 +LQ09X007190 Predicted protein 12.30130335 C6_control_B1 +LQ09X007190 Predicted protein 12.59508696 C6_control_B2 +LQ09X007190 Predicted protein 12.63954561 C6_control_B3 +LQ09X007190 Predicted protein 13.18918443 C6_control_C1 +LQ09X007190 Predicted protein 14.00556596 C6_control_C2 +LQ09X007190 Predicted protein 14.02160909 C6_control_C3 +LQ09X007190 Predicted protein 11.79994856 C6_chemical_A1 +LQ09X007190 Predicted protein 12.19980595 C6_chemical_A3 +LQ09X007190 Predicted protein 12.29363477 C6_chemical_B1 +LQ09X007190 Predicted protein 12.74963276 C6_chemical_B2 +LQ09X007190 Predicted protein 13.30189232 C6_chemical_B3 +LQ09X007190 Predicted protein 13.16770915 C6_chemical_C1 +LQ09X007190 Predicted protein 14.17237352 C6_chemical_C2 +LQ09X007190 Predicted protein 14.5314521 C6_chemical_C3 +LQ09X007190 Predicted protein 12.42892379 L4_control_A1 +LQ09X007190 Predicted protein 12.51357363 L4_control_A2 +LQ09X007190 Predicted protein 13.22813393 L4_control_A3 +LQ09X007190 Predicted protein 12.92595528 L4_control_B1 +LQ09X007190 Predicted protein 11.81392889 L4_control_B2 +LQ09X007190 Predicted protein 12.74720461 L4_control_B3 +LQ09X007190 Predicted protein 13.89660656 L4_control_C2 +LQ09X007190 Predicted protein 13.65632422 L4_control_C3 +LQ09X007190 Predicted protein 13.50747101 L4_chemical_A1 +LQ09X007190 Predicted protein 13.60266353 L4_chemical_A2 +LQ09X007190 Predicted protein 13.63613065 L4_chemical_A3 +LQ09X007190 Predicted protein 12.9022965 L4_chemical_B1 +LQ09X007190 Predicted protein 12.56425173 L4_chemical_B2 +LQ09X007190 Predicted protein 12.90035992 L4_chemical_B3 +LQ09X007190 Predicted protein 13.90212273 L4_chemical_C2 +LQ09X007190 Predicted protein 13.64715488 L4_chemical_C3 +LQ09X007200 40S ribosomal protein S3-3 13.45809753 C6_control_A1 +LQ09X007200 40S ribosomal protein S3-3 14.21164603 C6_control_A3 +LQ09X007200 40S ribosomal protein S3-3 13.02458152 C6_control_B1 +LQ09X007200 40S ribosomal protein S3-3 12.48472593 C6_control_B2 +LQ09X007200 40S ribosomal protein S3-3 12.81628579 C6_control_B3 +LQ09X007200 40S ribosomal protein S3-3 12.18615312 C6_control_C1 +LQ09X007200 40S ribosomal protein S3-3 12.85335288 C6_control_C2 +LQ09X007200 40S ribosomal protein S3-3 12.15928488 C6_control_C3 +LQ09X007200 40S ribosomal protein S3-3 13.24870252 C6_chemical_A1 +LQ09X007200 40S ribosomal protein S3-3 13.29991376 C6_chemical_A3 +LQ09X007200 40S ribosomal protein S3-3 12.88862505 C6_chemical_B1 +LQ09X007200 40S ribosomal protein S3-3 12.40087172 C6_chemical_B2 +LQ09X007200 40S ribosomal protein S3-3 12.74490641 C6_chemical_B3 +LQ09X007200 40S ribosomal protein S3-3 12.29651126 C6_chemical_C1 +LQ09X007200 40S ribosomal protein S3-3 12.48352198 C6_chemical_C2 +LQ09X007200 40S ribosomal protein S3-3 12.17450862 C6_chemical_C3 +LQ09X007200 40S ribosomal protein S3-3 13.83512658 L4_control_A1 +LQ09X007200 40S ribosomal protein S3-3 13.99009526 L4_control_A2 +LQ09X007200 40S ribosomal protein S3-3 13.92624632 L4_control_A3 +LQ09X007200 40S ribosomal protein S3-3 12.95325119 L4_control_B1 +LQ09X007200 40S ribosomal protein S3-3 13.37229521 L4_control_B2 +LQ09X007200 40S ribosomal protein S3-3 13.15958662 L4_control_B3 +LQ09X007200 40S ribosomal protein S3-3 13.15529999 L4_control_C2 +LQ09X007200 40S ribosomal protein S3-3 13.57038818 L4_control_C3 +LQ09X007200 40S ribosomal protein S3-3 13.55888474 L4_chemical_A1 +LQ09X007200 40S ribosomal protein S3-3 13.55760008 L4_chemical_A2 +LQ09X007200 40S ribosomal protein S3-3 13.55646129 L4_chemical_A3 +LQ09X007200 40S ribosomal protein S3-3 13.31341796 L4_chemical_B1 +LQ09X007200 40S ribosomal protein S3-3 13.10995079 L4_chemical_B2 +LQ09X007200 40S ribosomal protein S3-3 13.36839282 L4_chemical_B3 +LQ09X007200 40S ribosomal protein S3-3 13.08588424 L4_chemical_C2 +LQ09X007200 40S ribosomal protein S3-3 13.18335915 L4_chemical_C3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 11.21251336 C6_control_A1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 11.65693741 C6_control_A3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 11.1745558 C6_control_B1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 11.02080213 C6_control_B2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 11.21294589 C6_control_B3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.83911263 C6_control_C1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 11.1720523 C6_control_C2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.45423981 C6_control_C3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.91121582 C6_chemical_A1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 11.04066045 C6_chemical_A3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.76767011 C6_chemical_B1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.78994066 C6_chemical_B2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.95176309 C6_chemical_B3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.88118516 C6_chemical_C1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.877329 C6_chemical_C2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.70873403 C6_chemical_C3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.72010462 L4_control_A1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.48981728 L4_control_A2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.02456363 L4_control_A3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.63235451 L4_control_B1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.58559435 L4_control_B2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.41219614 L4_control_B3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.5051509 L4_control_C2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.23601944 L4_control_C3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.71924432 L4_chemical_A1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.3321391 L4_chemical_A2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.00905712 L4_chemical_A3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.49762267 L4_chemical_B1 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.32361747 L4_chemical_B2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.33878599 L4_chemical_B3 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.76436503 L4_chemical_C2 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.25685536 L4_chemical_C3 +LQ09X007220 Photosystem II reaction center X protein 6.004633038 C6_control_A1 +LQ09X007220 Photosystem II reaction center X protein 6.243911187 C6_control_A3 +LQ09X007220 Photosystem II reaction center X protein 6.264845076 C6_control_B1 +LQ09X007220 Photosystem II reaction center X protein 5.642146821 C6_control_B2 +LQ09X007220 Photosystem II reaction center X protein 6.226953357 C6_control_B3 +LQ09X007220 Photosystem II reaction center X protein 5.926708355 C6_control_C1 +LQ09X007220 Photosystem II reaction center X protein 6.074025677 C6_control_C2 +LQ09X007220 Photosystem II reaction center X protein 5.891123182 C6_control_C3 +LQ09X007220 Photosystem II reaction center X protein 6.062425362 C6_chemical_A1 +LQ09X007220 Photosystem II reaction center X protein 6.080449829 C6_chemical_A3 +LQ09X007220 Photosystem II reaction center X protein 6.258405707 C6_chemical_B1 +LQ09X007220 Photosystem II reaction center X protein 5.827728485 C6_chemical_B2 +LQ09X007220 Photosystem II reaction center X protein 5.762300285 C6_chemical_B3 +LQ09X007220 Photosystem II reaction center X protein 5.891708812 C6_chemical_C1 +LQ09X007220 Photosystem II reaction center X protein 5.742376999 C6_chemical_C2 +LQ09X007220 Photosystem II reaction center X protein 5.63609779 C6_chemical_C3 +LQ09X007220 Photosystem II reaction center X protein 6.240070036 L4_control_A1 +LQ09X007220 Photosystem II reaction center X protein 6.284901588 L4_control_A2 +LQ09X007220 Photosystem II reaction center X protein 6.227011775 L4_control_A3 +LQ09X007220 Photosystem II reaction center X protein 6.034171876 L4_control_B1 +LQ09X007220 Photosystem II reaction center X protein 5.843263682 L4_control_B2 +LQ09X007220 Photosystem II reaction center X protein 5.960609053 L4_control_B3 +LQ09X007220 Photosystem II reaction center X protein 6.220914201 L4_control_C2 +LQ09X007220 Photosystem II reaction center X protein 5.846908123 L4_control_C3 +LQ09X007220 Photosystem II reaction center X protein 5.511139545 L4_chemical_A1 +LQ09X007220 Photosystem II reaction center X protein 6.086389088 L4_chemical_A2 +LQ09X007220 Photosystem II reaction center X protein 5.919302653 L4_chemical_A3 +LQ09X007220 Photosystem II reaction center X protein 6.462894884 L4_chemical_B1 +LQ09X007220 Photosystem II reaction center X protein 6.422942873 L4_chemical_B2 +LQ09X007220 Photosystem II reaction center X protein 5.610933703 L4_chemical_B3 +LQ09X007220 Photosystem II reaction center X protein 6.266749035 L4_chemical_C2 +LQ09X007220 Photosystem II reaction center X protein 5.286951938 L4_chemical_C3 +LQ09X007300 Predicted protein 12.40759075 C6_control_A1 +LQ09X007300 Predicted protein 13.18955644 C6_control_A3 +LQ09X007300 Predicted protein 11.96724983 C6_control_B1 +LQ09X007300 Predicted protein 12.16600212 C6_control_B2 +LQ09X007300 Predicted protein 11.84153321 C6_control_B3 +LQ09X007300 Predicted protein 12.59221202 C6_control_C1 +LQ09X007300 Predicted protein 12.67768463 C6_control_C2 +LQ09X007300 Predicted protein 13.52930883 C6_control_C3 +LQ09X007300 Predicted protein 12.21808971 C6_chemical_A1 +LQ09X007300 Predicted protein 13.11312728 C6_chemical_A3 +LQ09X007300 Predicted protein 11.60254616 C6_chemical_B1 +LQ09X007300 Predicted protein 11.80811918 C6_chemical_B2 +LQ09X007300 Predicted protein 12.36412927 C6_chemical_B3 +LQ09X007300 Predicted protein 12.44033953 C6_chemical_C1 +LQ09X007300 Predicted protein 12.50021662 C6_chemical_C2 +LQ09X007300 Predicted protein 13.56694607 C6_chemical_C3 +LQ09X007300 Predicted protein 12.62453833 L4_control_A1 +LQ09X007300 Predicted protein 12.41907253 L4_control_A2 +LQ09X007300 Predicted protein 12.3703699 L4_control_A3 +LQ09X007300 Predicted protein 11.6254644 L4_control_B1 +LQ09X007300 Predicted protein 11.17838345 L4_control_B2 +LQ09X007300 Predicted protein 12.95635687 L4_control_B3 +LQ09X007300 Predicted protein 12.68262816 L4_control_C2 +LQ09X007300 Predicted protein 12.99183091 L4_control_C3 +LQ09X007300 Predicted protein 12.64537766 L4_chemical_A1 +LQ09X007300 Predicted protein 12.33345837 L4_chemical_A2 +LQ09X007300 Predicted protein 12.49747916 L4_chemical_A3 +LQ09X007300 Predicted protein 12.29959472 L4_chemical_B1 +LQ09X007300 Predicted protein 11.57703202 L4_chemical_B2 +LQ09X007300 Predicted protein 12.74606865 L4_chemical_B3 +LQ09X007300 Predicted protein 12.75649084 L4_chemical_C2 +LQ09X007300 Predicted protein 13.00511053 L4_chemical_C3 +LQ09X007310 Putative Protein bem46 5.019263718 C6_control_A1 +LQ09X007310 Putative Protein bem46 4.882220556 C6_control_A3 +LQ09X007310 Putative Protein bem46 5.403630388 C6_control_B1 +LQ09X007310 Putative Protein bem46 5.559010853 C6_control_B2 +LQ09X007310 Putative Protein bem46 4.942668843 C6_control_B3 +LQ09X007310 Putative Protein bem46 5.075155131 C6_control_C1 +LQ09X007310 Putative Protein bem46 4.819849608 C6_control_C2 +LQ09X007310 Putative Protein bem46 4.98966669 C6_control_C3 +LQ09X007310 Putative Protein bem46 4.969209371 C6_chemical_A1 +LQ09X007310 Putative Protein bem46 4.836251426 C6_chemical_A3 +LQ09X007310 Putative Protein bem46 4.859140817 C6_chemical_B1 +LQ09X007310 Putative Protein bem46 5.343061613 C6_chemical_B2 +LQ09X007310 Putative Protein bem46 4.973338927 C6_chemical_B3 +LQ09X007310 Putative Protein bem46 5.033502553 C6_chemical_C1 +LQ09X007310 Putative Protein bem46 5.322102006 C6_chemical_C2 +LQ09X007310 Putative Protein bem46 4.951418997 C6_chemical_C3 +LQ09X007310 Putative Protein bem46 4.658201053 L4_control_A1 +LQ09X007310 Putative Protein bem46 4.909762664 L4_control_A2 +LQ09X007310 Putative Protein bem46 4.75889134 L4_control_A3 +LQ09X007310 Putative Protein bem46 4.953139065 L4_control_B1 +LQ09X007310 Putative Protein bem46 4.717274431 L4_control_B2 +LQ09X007310 Putative Protein bem46 4.848371016 L4_control_B3 +LQ09X007310 Putative Protein bem46 4.888920556 L4_control_C2 +LQ09X007310 Putative Protein bem46 4.788834649 L4_control_C3 +LQ09X007310 Putative Protein bem46 4.822106796 L4_chemical_A1 +LQ09X007310 Putative Protein bem46 4.71727085 L4_chemical_A2 +LQ09X007310 Putative Protein bem46 4.780280187 L4_chemical_A3 +LQ09X007310 Putative Protein bem46 4.696097282 L4_chemical_B1 +LQ09X007310 Putative Protein bem46 4.755198139 L4_chemical_B2 +LQ09X007310 Putative Protein bem46 4.630442531 L4_chemical_B3 +LQ09X007310 Putative Protein bem46 5.053462144 L4_chemical_C2 +LQ09X007310 Putative Protein bem46 5.187034122 L4_chemical_C3 +LQ09X007320 PHD finger protein At5g26210 12.200674 C6_control_A1 +LQ09X007320 PHD finger protein At5g26210 12.51051112 C6_control_A3 +LQ09X007320 PHD finger protein At5g26210 12.04636594 C6_control_B1 +LQ09X007320 PHD finger protein At5g26210 12.00356928 C6_control_B2 +LQ09X007320 PHD finger protein At5g26210 11.42989303 C6_control_B3 +LQ09X007320 PHD finger protein At5g26210 11.8832835 C6_control_C1 +LQ09X007320 PHD finger protein At5g26210 11.82058244 C6_control_C2 +LQ09X007320 PHD finger protein At5g26210 11.50547781 C6_control_C3 +LQ09X007320 PHD finger protein At5g26210 12.06128042 C6_chemical_A1 +LQ09X007320 PHD finger protein At5g26210 12.4793636 C6_chemical_A3 +LQ09X007320 PHD finger protein At5g26210 11.79974132 C6_chemical_B1 +LQ09X007320 PHD finger protein At5g26210 12.23513226 C6_chemical_B2 +LQ09X007320 PHD finger protein At5g26210 11.59602322 C6_chemical_B3 +LQ09X007320 PHD finger protein At5g26210 12.04492502 C6_chemical_C1 +LQ09X007320 PHD finger protein At5g26210 12.04995329 C6_chemical_C2 +LQ09X007320 PHD finger protein At5g26210 11.71297183 C6_chemical_C3 +LQ09X007320 PHD finger protein At5g26210 12.01367838 L4_control_A1 +LQ09X007320 PHD finger protein At5g26210 11.31880204 L4_control_A2 +LQ09X007320 PHD finger protein At5g26210 11.28302696 L4_control_A3 +LQ09X007320 PHD finger protein At5g26210 11.49962646 L4_control_B1 +LQ09X007320 PHD finger protein At5g26210 11.22891487 L4_control_B2 +LQ09X007320 PHD finger protein At5g26210 11.57093378 L4_control_B3 +LQ09X007320 PHD finger protein At5g26210 11.11869795 L4_control_C2 +LQ09X007320 PHD finger protein At5g26210 11.45749724 L4_control_C3 +LQ09X007320 PHD finger protein At5g26210 11.76899118 L4_chemical_A1 +LQ09X007320 PHD finger protein At5g26210 11.09679115 L4_chemical_A2 +LQ09X007320 PHD finger protein At5g26210 11.35492125 L4_chemical_A3 +LQ09X007320 PHD finger protein At5g26210 11.70869753 L4_chemical_B1 +LQ09X007320 PHD finger protein At5g26210 11.29783815 L4_chemical_B2 +LQ09X007320 PHD finger protein At5g26210 11.65452574 L4_chemical_B3 +LQ09X007320 PHD finger protein At5g26210 11.34667277 L4_chemical_C2 +LQ09X007320 PHD finger protein At5g26210 11.90436037 L4_chemical_C3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.935336258 C6_control_A1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.40281736 C6_control_A3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.468142998 C6_control_B1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.384207955 C6_control_B2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.191454259 C6_control_B3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 10.68043629 C6_control_C1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.879815745 C6_control_C2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 10.03183197 C6_control_C3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.812378483 C6_chemical_A1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.448008201 C6_chemical_A3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.175674584 C6_chemical_B1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.529067514 C6_chemical_B2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.291038442 C6_chemical_B3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 10.74021906 C6_chemical_C1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 10.1521781 C6_chemical_C2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 10.13994152 C6_chemical_C3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.600632527 L4_control_A1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.205704613 L4_control_A2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 7.658138163 L4_control_A3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.949881091 L4_control_B1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.012225259 L4_control_B2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.833295001 L4_control_B3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.284766412 L4_control_C2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.923105836 L4_control_C3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.687120686 L4_chemical_A1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.268034936 L4_chemical_A2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.375332953 L4_chemical_A3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.148230219 L4_chemical_B1 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 7.978422217 L4_chemical_B2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.213555959 L4_chemical_B3 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 9.54237922 L4_chemical_C2 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.839816777 L4_chemical_C3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.249357189 C6_control_A1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.675259682 C6_control_A3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.260033044 C6_control_B1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.51676607 C6_control_B2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.264971564 C6_control_B3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.297572809 C6_control_C1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.65876979 C6_control_C2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.32787334 C6_control_C3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.624445126 C6_chemical_A1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.712710149 C6_chemical_A3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 4.964147032 C6_chemical_B1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.408019408 C6_chemical_B2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.483394066 C6_chemical_B3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.684798539 C6_chemical_C1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.56048411 C6_chemical_C2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.357195704 C6_chemical_C3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.457479345 L4_control_A1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.937181321 L4_control_A2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.944350529 L4_control_A3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.449736898 L4_control_B1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.780967857 L4_control_B2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.392738343 L4_control_B3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.410376509 L4_control_C2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 6.018986566 L4_control_C3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.734287242 L4_chemical_A1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 6.200249067 L4_chemical_A2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 6.472939084 L4_chemical_A3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.97870643 L4_chemical_B1 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.318734038 L4_chemical_B2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.328658085 L4_chemical_B3 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 6.211295493 L4_chemical_C2 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 6.082143983 L4_chemical_C3 +LQ09X007360 Myosin XI, putative 5.488999154 C6_control_A1 +LQ09X007360 Myosin XI, putative 4.7954936 C6_control_A3 +LQ09X007360 Myosin XI, putative 5.837568359 C6_control_B1 +LQ09X007360 Myosin XI, putative 6.157243064 C6_control_B2 +LQ09X007360 Myosin XI, putative 6.014747528 C6_control_B3 +LQ09X007360 Myosin XI, putative 6.148105838 C6_control_C1 +LQ09X007360 Myosin XI, putative 5.583743444 C6_control_C2 +LQ09X007360 Myosin XI, putative 5.451437735 C6_control_C3 +LQ09X007360 Myosin XI, putative 5.706214757 C6_chemical_A1 +LQ09X007360 Myosin XI, putative 5.83549679 C6_chemical_A3 +LQ09X007360 Myosin XI, putative 6.816610914 C6_chemical_B1 +LQ09X007360 Myosin XI, putative 6.937499667 C6_chemical_B2 +LQ09X007360 Myosin XI, putative 6.554294824 C6_chemical_B3 +LQ09X007360 Myosin XI, putative 7.200032217 C6_chemical_C1 +LQ09X007360 Myosin XI, putative 5.976289232 C6_chemical_C2 +LQ09X007360 Myosin XI, putative 6.280594041 C6_chemical_C3 +LQ09X007360 Myosin XI, putative 6.220134064 L4_control_A1 +LQ09X007360 Myosin XI, putative 5.795766609 L4_control_A2 +LQ09X007360 Myosin XI, putative 5.281352611 L4_control_A3 +LQ09X007360 Myosin XI, putative 6.078120142 L4_control_B1 +LQ09X007360 Myosin XI, putative 5.8072386 L4_control_B2 +LQ09X007360 Myosin XI, putative 7.308106732 L4_control_B3 +LQ09X007360 Myosin XI, putative 6.075206012 L4_control_C2 +LQ09X007360 Myosin XI, putative 6.122873571 L4_control_C3 +LQ09X007360 Myosin XI, putative 6.548195873 L4_chemical_A1 +LQ09X007360 Myosin XI, putative 5.605824926 L4_chemical_A2 +LQ09X007360 Myosin XI, putative 5.176796272 L4_chemical_A3 +LQ09X007360 Myosin XI, putative 6.590898033 L4_chemical_B1 +LQ09X007360 Myosin XI, putative 6.17989561 L4_chemical_B2 +LQ09X007360 Myosin XI, putative 6.564388924 L4_chemical_B3 +LQ09X007360 Myosin XI, putative 5.054891749 L4_chemical_C2 +LQ09X007360 Myosin XI, putative 5.431732729 L4_chemical_C3 +LQ09X007370 Threonine synthase 1, chloroplastic 10.82168822 C6_control_A1 +LQ09X007370 Threonine synthase 1, chloroplastic 10.72238605 C6_control_A3 +LQ09X007370 Threonine synthase 1, chloroplastic 10.81647748 C6_control_B1 +LQ09X007370 Threonine synthase 1, chloroplastic 10.40364979 C6_control_B2 +LQ09X007370 Threonine synthase 1, chloroplastic 10.83986849 C6_control_B3 +LQ09X007370 Threonine synthase 1, chloroplastic 10.53457256 C6_control_C1 +LQ09X007370 Threonine synthase 1, chloroplastic 9.631469446 C6_control_C2 +LQ09X007370 Threonine synthase 1, chloroplastic 10.09201595 C6_control_C3 +LQ09X007370 Threonine synthase 1, chloroplastic 10.64844454 C6_chemical_A1 +LQ09X007370 Threonine synthase 1, chloroplastic 11.21008784 C6_chemical_A3 +LQ09X007370 Threonine synthase 1, chloroplastic 10.96020855 C6_chemical_B1 +LQ09X007370 Threonine synthase 1, chloroplastic 10.39599599 C6_chemical_B2 +LQ09X007370 Threonine synthase 1, chloroplastic 10.84139078 C6_chemical_B3 +LQ09X007370 Threonine synthase 1, chloroplastic 10.28124557 C6_chemical_C1 +LQ09X007370 Threonine synthase 1, chloroplastic 10.51247313 C6_chemical_C2 +LQ09X007370 Threonine synthase 1, chloroplastic 9.924042289 C6_chemical_C3 +LQ09X007370 Threonine synthase 1, chloroplastic 10.93867114 L4_control_A1 +LQ09X007370 Threonine synthase 1, chloroplastic 11.06975208 L4_control_A2 +LQ09X007370 Threonine synthase 1, chloroplastic 11.43591658 L4_control_A3 +LQ09X007370 Threonine synthase 1, chloroplastic 11.21475464 L4_control_B1 +LQ09X007370 Threonine synthase 1, chloroplastic 12.27041055 L4_control_B2 +LQ09X007370 Threonine synthase 1, chloroplastic 11.20573554 L4_control_B3 +LQ09X007370 Threonine synthase 1, chloroplastic 12.43029286 L4_control_C2 +LQ09X007370 Threonine synthase 1, chloroplastic 12.33721517 L4_control_C3 +LQ09X007370 Threonine synthase 1, chloroplastic 10.49971902 L4_chemical_A1 +LQ09X007370 Threonine synthase 1, chloroplastic 10.87909417 L4_chemical_A2 +LQ09X007370 Threonine synthase 1, chloroplastic 10.91575929 L4_chemical_A3 +LQ09X007370 Threonine synthase 1, chloroplastic 11.58950147 L4_chemical_B1 +LQ09X007370 Threonine synthase 1, chloroplastic 11.88168374 L4_chemical_B2 +LQ09X007370 Threonine synthase 1, chloroplastic 10.83905437 L4_chemical_B3 +LQ09X007370 Threonine synthase 1, chloroplastic 12.40903817 L4_chemical_C2 +LQ09X007370 Threonine synthase 1, chloroplastic 12.10992467 L4_chemical_C3 +LQ09X007410 Putative uncharacterized protein 5.873119286 C6_control_A1 +LQ09X007410 Putative uncharacterized protein 5.096591433 C6_control_A3 +LQ09X007410 Putative uncharacterized protein 5.723564719 C6_control_B1 +LQ09X007410 Putative uncharacterized protein 5.542511689 C6_control_B2 +LQ09X007410 Putative uncharacterized protein 5.421191356 C6_control_B3 +LQ09X007410 Putative uncharacterized protein 6.375529433 C6_control_C1 +LQ09X007410 Putative uncharacterized protein 5.323063662 C6_control_C2 +LQ09X007410 Putative uncharacterized protein 5.472618338 C6_control_C3 +LQ09X007410 Putative uncharacterized protein 5.752409653 C6_chemical_A1 +LQ09X007410 Putative uncharacterized protein 5.895120662 C6_chemical_A3 +LQ09X007410 Putative uncharacterized protein 5.416032203 C6_chemical_B1 +LQ09X007410 Putative uncharacterized protein 5.492042875 C6_chemical_B2 +LQ09X007410 Putative uncharacterized protein 5.301487375 C6_chemical_B3 +LQ09X007410 Putative uncharacterized protein 6.312676695 C6_chemical_C1 +LQ09X007410 Putative uncharacterized protein 5.522319796 C6_chemical_C2 +LQ09X007410 Putative uncharacterized protein 6.101596645 C6_chemical_C3 +LQ09X007410 Putative uncharacterized protein 5.265471805 L4_control_A1 +LQ09X007410 Putative uncharacterized protein 6.185590748 L4_control_A2 +LQ09X007410 Putative uncharacterized protein 5.937609585 L4_control_A3 +LQ09X007410 Putative uncharacterized protein 5.693136758 L4_control_B1 +LQ09X007410 Putative uncharacterized protein 6.245904023 L4_control_B2 +LQ09X007410 Putative uncharacterized protein 5.847876773 L4_control_B3 +LQ09X007410 Putative uncharacterized protein 5.758835179 L4_control_C2 +LQ09X007410 Putative uncharacterized protein 5.284378955 L4_control_C3 +LQ09X007410 Putative uncharacterized protein 5.922341076 L4_chemical_A1 +LQ09X007410 Putative uncharacterized protein 5.725056222 L4_chemical_A2 +LQ09X007410 Putative uncharacterized protein 5.390643637 L4_chemical_A3 +LQ09X007410 Putative uncharacterized protein 5.376852764 L4_chemical_B1 +LQ09X007410 Putative uncharacterized protein 5.624079417 L4_chemical_B2 +LQ09X007410 Putative uncharacterized protein 5.824591715 L4_chemical_B3 +LQ09X007410 Putative uncharacterized protein 5.258229448 L4_chemical_C2 +LQ09X007410 Putative uncharacterized protein 5.75642577 L4_chemical_C3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.323376976 C6_control_A1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.392497741 C6_control_A3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.183009648 C6_control_B1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.326132091 C6_control_B2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.183358366 C6_control_B3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.517568523 C6_control_C1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.408185537 C6_control_C2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.708183805 C6_control_C3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.607841686 C6_chemical_A1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.83200954 C6_chemical_A3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.296068007 C6_chemical_B1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.187386948 C6_chemical_B2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.209370314 C6_chemical_B3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.862698186 C6_chemical_C1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.30077271 C6_chemical_C2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.329146311 C6_chemical_C3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.36711596 L4_control_A1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.194223066 L4_control_A2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.278902371 L4_control_A3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.58370722 L4_control_B1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.244181307 L4_control_B2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.643197501 L4_control_B3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.134285032 L4_control_C2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 4.928360784 L4_control_C3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.222618542 L4_chemical_A1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.562168517 L4_chemical_A2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.944667666 L4_chemical_A3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.452847256 L4_chemical_B1 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 4.981450245 L4_chemical_B2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.421656756 L4_chemical_B3 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.069848034 L4_chemical_C2 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.340037221 L4_chemical_C3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.26496882 C6_control_A1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.8172469 C6_control_A3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.08605675 C6_control_B1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.68604033 C6_control_B2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.23481768 C6_control_B3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.03231007 C6_control_C1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.95149322 C6_control_C2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.26638234 C6_control_C3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.94589523 C6_chemical_A1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.8403848 C6_chemical_A3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.95025689 C6_chemical_B1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.826769 C6_chemical_B2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.17150774 C6_chemical_B3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.98670723 C6_chemical_C1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.00703128 C6_chemical_C2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.32370873 C6_chemical_C3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.04403686 L4_control_A1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.03249898 L4_control_A2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.98478012 L4_control_A3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.29368783 L4_control_B1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.27260594 L4_control_B2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.26344301 L4_control_B3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.34663339 L4_control_C2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.49493353 L4_control_C3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.05138643 L4_chemical_A1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.89908837 L4_chemical_A2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.27354335 L4_chemical_A3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.60177533 L4_chemical_B1 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.19650573 L4_chemical_B2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.23663374 L4_chemical_B3 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.33045954 L4_chemical_C2 +LQ09X007430 Mitogen-activated protein kinase kinase 2 12.65201817 L4_chemical_C3 +LQ09X007450 Putative Protein phosphatase 2C 16 6.060167936 C6_control_A1 +LQ09X007450 Putative Protein phosphatase 2C 16 5.309592952 C6_control_A3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.652192308 C6_control_B1 +LQ09X007450 Putative Protein phosphatase 2C 16 5.388099911 C6_control_B2 +LQ09X007450 Putative Protein phosphatase 2C 16 5.865094659 C6_control_B3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.457838476 C6_control_C1 +LQ09X007450 Putative Protein phosphatase 2C 16 5.625920223 C6_control_C2 +LQ09X007450 Putative Protein phosphatase 2C 16 5.143400598 C6_control_C3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.636225557 C6_chemical_A1 +LQ09X007450 Putative Protein phosphatase 2C 16 5.770063002 C6_chemical_A3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.471387772 C6_chemical_B1 +LQ09X007450 Putative Protein phosphatase 2C 16 5.653606499 C6_chemical_B2 +LQ09X007450 Putative Protein phosphatase 2C 16 5.709877985 C6_chemical_B3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.281648483 C6_chemical_C1 +LQ09X007450 Putative Protein phosphatase 2C 16 5.670681002 C6_chemical_C2 +LQ09X007450 Putative Protein phosphatase 2C 16 5.373173943 C6_chemical_C3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.573780232 L4_control_A1 +LQ09X007450 Putative Protein phosphatase 2C 16 6.165993809 L4_control_A2 +LQ09X007450 Putative Protein phosphatase 2C 16 5.649377725 L4_control_A3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.360668762 L4_control_B1 +LQ09X007450 Putative Protein phosphatase 2C 16 6.503924486 L4_control_B2 +LQ09X007450 Putative Protein phosphatase 2C 16 5.669756607 L4_control_B3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.83103815 L4_control_C2 +LQ09X007450 Putative Protein phosphatase 2C 16 6.104403383 L4_control_C3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.451500132 L4_chemical_A1 +LQ09X007450 Putative Protein phosphatase 2C 16 6.314592661 L4_chemical_A2 +LQ09X007450 Putative Protein phosphatase 2C 16 5.491804937 L4_chemical_A3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.711891721 L4_chemical_B1 +LQ09X007450 Putative Protein phosphatase 2C 16 6.398480351 L4_chemical_B2 +LQ09X007450 Putative Protein phosphatase 2C 16 5.342498994 L4_chemical_B3 +LQ09X007450 Putative Protein phosphatase 2C 16 5.705287911 L4_chemical_C2 +LQ09X007450 Putative Protein phosphatase 2C 16 6.644810472 L4_chemical_C3 +LQ09X007480 Putative uncharacterized protein 5.426494234 C6_control_A1 +LQ09X007480 Putative uncharacterized protein 7.439162812 C6_control_A3 +LQ09X007480 Putative uncharacterized protein 6.268038533 C6_control_B1 +LQ09X007480 Putative uncharacterized protein 7.484161792 C6_control_B2 +LQ09X007480 Putative uncharacterized protein 8.148942806 C6_control_B3 +LQ09X007480 Putative uncharacterized protein 7.595193574 C6_control_C1 +LQ09X007480 Putative uncharacterized protein 8.632199845 C6_control_C2 +LQ09X007480 Putative uncharacterized protein 8.211073411 C6_control_C3 +LQ09X007480 Putative uncharacterized protein 5.71151593 C6_chemical_A1 +LQ09X007480 Putative uncharacterized protein 8.999518514 C6_chemical_A3 +LQ09X007480 Putative uncharacterized protein 6.059157872 C6_chemical_B1 +LQ09X007480 Putative uncharacterized protein 8.734650764 C6_chemical_B2 +LQ09X007480 Putative uncharacterized protein 9.461787642 C6_chemical_B3 +LQ09X007480 Putative uncharacterized protein 7.618966367 C6_chemical_C1 +LQ09X007480 Putative uncharacterized protein 8.407563083 C6_chemical_C2 +LQ09X007480 Putative uncharacterized protein 10.51007342 C6_chemical_C3 +LQ09X007480 Putative uncharacterized protein 7.366995761 L4_control_A1 +LQ09X007480 Putative uncharacterized protein 7.665094339 L4_control_A2 +LQ09X007480 Putative uncharacterized protein 6.257603646 L4_control_A3 +LQ09X007480 Putative uncharacterized protein 6.581014462 L4_control_B1 +LQ09X007480 Putative uncharacterized protein 8.114026028 L4_control_B2 +LQ09X007480 Putative uncharacterized protein 9.583821127 L4_control_B3 +LQ09X007480 Putative uncharacterized protein 7.544783026 L4_control_C2 +LQ09X007480 Putative uncharacterized protein 7.193143857 L4_control_C3 +LQ09X007480 Putative uncharacterized protein 7.401095444 L4_chemical_A1 +LQ09X007480 Putative uncharacterized protein 6.938000439 L4_chemical_A2 +LQ09X007480 Putative uncharacterized protein 6.458151346 L4_chemical_A3 +LQ09X007480 Putative uncharacterized protein 6.289633855 L4_chemical_B1 +LQ09X007480 Putative uncharacterized protein 7.336609299 L4_chemical_B2 +LQ09X007480 Putative uncharacterized protein 7.977903302 L4_chemical_B3 +LQ09X007480 Putative uncharacterized protein 6.531797745 L4_chemical_C2 +LQ09X007480 Putative uncharacterized protein 8.816487191 L4_chemical_C3 +LQ09X007490 Putative Uncharacterized protein ywkD 6.247046769 C6_control_A1 +LQ09X007490 Putative Uncharacterized protein ywkD 5.99890759 C6_control_A3 +LQ09X007490 Putative Uncharacterized protein ywkD 6.028224239 C6_control_B1 +LQ09X007490 Putative Uncharacterized protein ywkD 5.790388887 C6_control_B2 +LQ09X007490 Putative Uncharacterized protein ywkD 5.879161032 C6_control_B3 +LQ09X007490 Putative Uncharacterized protein ywkD 6.057972643 C6_control_C1 +LQ09X007490 Putative Uncharacterized protein ywkD 6.408403059 C6_control_C2 +LQ09X007490 Putative Uncharacterized protein ywkD 5.988769347 C6_control_C3 +LQ09X007490 Putative Uncharacterized protein ywkD 5.716500569 C6_chemical_A1 +LQ09X007490 Putative Uncharacterized protein ywkD 5.922774123 C6_chemical_A3 +LQ09X007490 Putative Uncharacterized protein ywkD 5.638820258 C6_chemical_B1 +LQ09X007490 Putative Uncharacterized protein ywkD 5.81807019 C6_chemical_B2 +LQ09X007490 Putative Uncharacterized protein ywkD 5.597224913 C6_chemical_B3 +LQ09X007490 Putative Uncharacterized protein ywkD 6.179566655 C6_chemical_C1 +LQ09X007490 Putative Uncharacterized protein ywkD 6.525791987 C6_chemical_C2 +LQ09X007490 Putative Uncharacterized protein ywkD 6.075558498 C6_chemical_C3 +LQ09X007490 Putative Uncharacterized protein ywkD 5.939647367 L4_control_A1 +LQ09X007490 Putative Uncharacterized protein ywkD 5.830363749 L4_control_A2 +LQ09X007490 Putative Uncharacterized protein ywkD 5.768372822 L4_control_A3 +LQ09X007490 Putative Uncharacterized protein ywkD 5.869529006 L4_control_B1 +LQ09X007490 Putative Uncharacterized protein ywkD 6.282734766 L4_control_B2 +LQ09X007490 Putative Uncharacterized protein ywkD 6.275598478 L4_control_B3 +LQ09X007490 Putative Uncharacterized protein ywkD 5.984161072 L4_control_C2 +LQ09X007490 Putative Uncharacterized protein ywkD 5.786418071 L4_control_C3 +LQ09X007490 Putative Uncharacterized protein ywkD 5.412538328 L4_chemical_A1 +LQ09X007490 Putative Uncharacterized protein ywkD 6.055709102 L4_chemical_A2 +LQ09X007490 Putative Uncharacterized protein ywkD 6.321993398 L4_chemical_A3 +LQ09X007490 Putative Uncharacterized protein ywkD 5.596796508 L4_chemical_B1 +LQ09X007490 Putative Uncharacterized protein ywkD 5.512797714 L4_chemical_B2 +LQ09X007490 Putative Uncharacterized protein ywkD 5.775602431 L4_chemical_B3 +LQ09X007490 Putative Uncharacterized protein ywkD 6.53724907 L4_chemical_C2 +LQ09X007490 Putative Uncharacterized protein ywkD 5.374410807 L4_chemical_C3 +LQ09X007500 U-box domain-containing protein 34 6.045205419 C6_control_A1 +LQ09X007500 U-box domain-containing protein 34 6.116267181 C6_control_A3 +LQ09X007500 U-box domain-containing protein 34 5.762977145 C6_control_B1 +LQ09X007500 U-box domain-containing protein 34 5.987274824 C6_control_B2 +LQ09X007500 U-box domain-containing protein 34 5.829439439 C6_control_B3 +LQ09X007500 U-box domain-containing protein 34 5.543567826 C6_control_C1 +LQ09X007500 U-box domain-containing protein 34 5.706928238 C6_control_C2 +LQ09X007500 U-box domain-containing protein 34 5.581601165 C6_control_C3 +LQ09X007500 U-box domain-containing protein 34 5.909196631 C6_chemical_A1 +LQ09X007500 U-box domain-containing protein 34 6.379586444 C6_chemical_A3 +LQ09X007500 U-box domain-containing protein 34 5.345738046 C6_chemical_B1 +LQ09X007500 U-box domain-containing protein 34 6.030540431 C6_chemical_B2 +LQ09X007500 U-box domain-containing protein 34 5.723942245 C6_chemical_B3 +LQ09X007500 U-box domain-containing protein 34 5.605294438 C6_chemical_C1 +LQ09X007500 U-box domain-containing protein 34 6.051754979 C6_chemical_C2 +LQ09X007500 U-box domain-containing protein 34 5.629387323 C6_chemical_C3 +LQ09X007500 U-box domain-containing protein 34 5.876685437 L4_control_A1 +LQ09X007500 U-box domain-containing protein 34 5.899153325 L4_control_A2 +LQ09X007500 U-box domain-containing protein 34 6.711686976 L4_control_A3 +LQ09X007500 U-box domain-containing protein 34 5.912365238 L4_control_B1 +LQ09X007500 U-box domain-containing protein 34 5.955460313 L4_control_B2 +LQ09X007500 U-box domain-containing protein 34 5.993280961 L4_control_B3 +LQ09X007500 U-box domain-containing protein 34 5.723783353 L4_control_C2 +LQ09X007500 U-box domain-containing protein 34 5.072776276 L4_control_C3 +LQ09X007500 U-box domain-containing protein 34 5.894247721 L4_chemical_A1 +LQ09X007500 U-box domain-containing protein 34 6.583309799 L4_chemical_A2 +LQ09X007500 U-box domain-containing protein 34 6.099396873 L4_chemical_A3 +LQ09X007500 U-box domain-containing protein 34 5.944819382 L4_chemical_B1 +LQ09X007500 U-box domain-containing protein 34 5.728127717 L4_chemical_B2 +LQ09X007500 U-box domain-containing protein 34 6.030904459 L4_chemical_B3 +LQ09X007500 U-box domain-containing protein 34 6.248575112 L4_chemical_C2 +LQ09X007500 U-box domain-containing protein 34 5.527308978 L4_chemical_C3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.473338768 C6_control_A1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.395213619 C6_control_A3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.771185152 C6_control_B1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.943355136 C6_control_B2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.494238222 C6_control_B3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.887219494 C6_control_C1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.067216428 C6_control_C2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 8.00857641 C6_control_C3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.303035114 C6_chemical_A1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.096798095 C6_chemical_A3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.869841917 C6_chemical_B1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.041177551 C6_chemical_B2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.854374433 C6_chemical_B3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.416605798 C6_chemical_C1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.60830103 C6_chemical_C2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.89002126 C6_chemical_C3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.776629538 L4_control_A1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.80821909 L4_control_A2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.67264928 L4_control_A3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.020248833 L4_control_B1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.895456215 L4_control_B2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.801404877 L4_control_B3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.145202124 L4_control_C2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.545307596 L4_control_C3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.924101415 L4_chemical_A1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.520492029 L4_chemical_A2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.739759347 L4_chemical_A3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.989656618 L4_chemical_B1 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.277701335 L4_chemical_B2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.718536028 L4_chemical_B3 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.696377918 L4_chemical_C2 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 7.80887941 L4_chemical_C3 +LQ09X007560 DNA binding protein, putative 5.501747092 C6_control_A1 +LQ09X007560 DNA binding protein, putative 5.980384575 C6_control_A3 +LQ09X007560 DNA binding protein, putative 5.139827691 C6_control_B1 +LQ09X007560 DNA binding protein, putative 5.554209253 C6_control_B2 +LQ09X007560 DNA binding protein, putative 5.561442743 C6_control_B3 +LQ09X007560 DNA binding protein, putative 5.798096695 C6_control_C1 +LQ09X007560 DNA binding protein, putative 6.020903671 C6_control_C2 +LQ09X007560 DNA binding protein, putative 5.351112823 C6_control_C3 +LQ09X007560 DNA binding protein, putative 5.396051259 C6_chemical_A1 +LQ09X007560 DNA binding protein, putative 5.792504216 C6_chemical_A3 +LQ09X007560 DNA binding protein, putative 4.961455165 C6_chemical_B1 +LQ09X007560 DNA binding protein, putative 5.916390095 C6_chemical_B2 +LQ09X007560 DNA binding protein, putative 5.674529118 C6_chemical_B3 +LQ09X007560 DNA binding protein, putative 5.818508646 C6_chemical_C1 +LQ09X007560 DNA binding protein, putative 5.721413378 C6_chemical_C2 +LQ09X007560 DNA binding protein, putative 5.501177092 C6_chemical_C3 +LQ09X007560 DNA binding protein, putative 5.765268897 L4_control_A1 +LQ09X007560 DNA binding protein, putative 5.725326835 L4_control_A2 +LQ09X007560 DNA binding protein, putative 5.872549797 L4_control_A3 +LQ09X007560 DNA binding protein, putative 5.629230507 L4_control_B1 +LQ09X007560 DNA binding protein, putative 5.500328194 L4_control_B2 +LQ09X007560 DNA binding protein, putative 5.183541662 L4_control_B3 +LQ09X007560 DNA binding protein, putative 5.282307993 L4_control_C2 +LQ09X007560 DNA binding protein, putative 5.127328297 L4_control_C3 +LQ09X007560 DNA binding protein, putative 5.746693341 L4_chemical_A1 +LQ09X007560 DNA binding protein, putative 5.391827739 L4_chemical_A2 +LQ09X007560 DNA binding protein, putative 5.510833426 L4_chemical_A3 +LQ09X007560 DNA binding protein, putative 5.993549518 L4_chemical_B1 +LQ09X007560 DNA binding protein, putative 5.192976895 L4_chemical_B2 +LQ09X007560 DNA binding protein, putative 5.332137015 L4_chemical_B3 +LQ09X007560 DNA binding protein, putative 5.000024313 L4_chemical_C2 +LQ09X007560 DNA binding protein, putative 5.202495943 L4_chemical_C3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.651362845 C6_control_A1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 6.294740949 C6_control_A3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.758382724 C6_control_B1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.587757667 C6_control_B2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.592800284 C6_control_B3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.69619188 C6_control_C1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 6.502200361 C6_control_C2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.634213773 C6_control_C3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.69844378 C6_chemical_A1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.569251005 C6_chemical_A3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.33399369 C6_chemical_B1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.846988907 C6_chemical_B2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.594681762 C6_chemical_B3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.823388149 C6_chemical_C1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.512857611 C6_chemical_C2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.343939249 C6_chemical_C3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.46699816 L4_control_A1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.472511466 L4_control_A2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.349869059 L4_control_A3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.742759668 L4_control_B1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.119028576 L4_control_B2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.474133535 L4_control_B3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.362681014 L4_control_C2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 6.62617296 L4_control_C3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.118039921 L4_chemical_A1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.680751743 L4_chemical_A2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.475955003 L4_chemical_A3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.58631101 L4_chemical_B1 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.35894695 L4_chemical_B2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.664428054 L4_chemical_B3 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.708196837 L4_chemical_C2 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.632351369 L4_chemical_C3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.51074792 C6_control_A1 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.42816334 C6_control_A3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.13145022 C6_control_B1 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.37899541 C6_control_B2 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.879930025 C6_control_B3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.93437883 C6_control_C1 +LQ09X007590 Eukaryotic initiation factor 4A-15 11.0130737 C6_control_C2 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.55361787 C6_control_C3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.20271149 C6_chemical_A1 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.12913329 C6_chemical_A3 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.808442934 C6_chemical_B1 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.880960271 C6_chemical_B2 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.81554812 C6_chemical_B3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.64086306 C6_chemical_C1 +LQ09X007590 Eukaryotic initiation factor 4A-15 11.08685274 C6_chemical_C2 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.62566219 C6_chemical_C3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.39875182 L4_control_A1 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.72818673 L4_control_A2 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.576258932 L4_control_A3 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.361680655 L4_control_B1 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.05291007 L4_control_B2 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.15743586 L4_control_B3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.71816525 L4_control_C2 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.82977436 L4_control_C3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.38194768 L4_chemical_A1 +LQ09X007590 Eukaryotic initiation factor 4A-15 8.874947778 L4_chemical_A2 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.550963342 L4_chemical_A3 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.511740943 L4_chemical_B1 +LQ09X007590 Eukaryotic initiation factor 4A-15 8.995380616 L4_chemical_B2 +LQ09X007590 Eukaryotic initiation factor 4A-15 9.798035688 L4_chemical_B3 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.05722749 L4_chemical_C2 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.1627278 L4_chemical_C3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.137319994 C6_control_A1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.256079651 C6_control_A3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.079141403 C6_control_B1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 6.585272172 C6_control_B2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.550067473 C6_control_B3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 6.330388349 C6_control_C1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 6.329761055 C6_control_C2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 6.331270706 C6_control_C3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.665091809 C6_chemical_A1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.08875927 C6_chemical_A3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.506608156 C6_chemical_B1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 6.567336867 C6_chemical_B2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.862864595 C6_chemical_B3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 6.677082137 C6_chemical_C1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 6.980444667 C6_chemical_C2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 6.67435267 C6_chemical_C3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.114036123 L4_control_A1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.073568743 L4_control_A2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.238850847 L4_control_A3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.358444325 L4_control_B1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.577976142 L4_control_B2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.393849176 L4_control_B3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.353891553 L4_control_C2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.621616921 L4_control_C3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.70437882 L4_chemical_A1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.672561593 L4_chemical_A2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.167890425 L4_chemical_A3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.316587098 L4_chemical_B1 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.242578006 L4_chemical_B2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.532383926 L4_chemical_B3 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 4.83844992 L4_chemical_C2 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.377714036 L4_chemical_C3 +LQ09X007620 Casein kinase I isoform delta-like 14.54399209 C6_control_A1 +LQ09X007620 Casein kinase I isoform delta-like 14.75791408 C6_control_A3 +LQ09X007620 Casein kinase I isoform delta-like 14.86827803 C6_control_B1 +LQ09X007620 Casein kinase I isoform delta-like 14.40996158 C6_control_B2 +LQ09X007620 Casein kinase I isoform delta-like 14.85620916 C6_control_B3 +LQ09X007620 Casein kinase I isoform delta-like 14.34965113 C6_control_C1 +LQ09X007620 Casein kinase I isoform delta-like 14.21163784 C6_control_C2 +LQ09X007620 Casein kinase I isoform delta-like 14.55305242 C6_control_C3 +LQ09X007620 Casein kinase I isoform delta-like 14.44567269 C6_chemical_A1 +LQ09X007620 Casein kinase I isoform delta-like 14.91665415 C6_chemical_A3 +LQ09X007620 Casein kinase I isoform delta-like 14.66822468 C6_chemical_B1 +LQ09X007620 Casein kinase I isoform delta-like 14.29742518 C6_chemical_B2 +LQ09X007620 Casein kinase I isoform delta-like 14.69109722 C6_chemical_B3 +LQ09X007620 Casein kinase I isoform delta-like 13.88440456 C6_chemical_C1 +LQ09X007620 Casein kinase I isoform delta-like 14.05284592 C6_chemical_C2 +LQ09X007620 Casein kinase I isoform delta-like 14.2672375 C6_chemical_C3 +LQ09X007620 Casein kinase I isoform delta-like 14.91166236 L4_control_A1 +LQ09X007620 Casein kinase I isoform delta-like 15.07984738 L4_control_A2 +LQ09X007620 Casein kinase I isoform delta-like 14.64930234 L4_control_A3 +LQ09X007620 Casein kinase I isoform delta-like 14.92291706 L4_control_B1 +LQ09X007620 Casein kinase I isoform delta-like 15.17541418 L4_control_B2 +LQ09X007620 Casein kinase I isoform delta-like 14.7315419 L4_control_B3 +LQ09X007620 Casein kinase I isoform delta-like 14.54797407 L4_control_C2 +LQ09X007620 Casein kinase I isoform delta-like 14.83263299 L4_control_C3 +LQ09X007620 Casein kinase I isoform delta-like 15.01901818 L4_chemical_A1 +LQ09X007620 Casein kinase I isoform delta-like 14.95995454 L4_chemical_A2 +LQ09X007620 Casein kinase I isoform delta-like 14.69799193 L4_chemical_A3 +LQ09X007620 Casein kinase I isoform delta-like 14.81398778 L4_chemical_B1 +LQ09X007620 Casein kinase I isoform delta-like 14.98304494 L4_chemical_B2 +LQ09X007620 Casein kinase I isoform delta-like 15.11240527 L4_chemical_B3 +LQ09X007620 Casein kinase I isoform delta-like 14.39660499 L4_chemical_C2 +LQ09X007620 Casein kinase I isoform delta-like 14.66991985 L4_chemical_C3 +LQ09X007650 Hypothetical protein 11.88449273 C6_control_A1 +LQ09X007650 Hypothetical protein 12.07240113 C6_control_A3 +LQ09X007650 Hypothetical protein 11.54273276 C6_control_B1 +LQ09X007650 Hypothetical protein 10.72494791 C6_control_B2 +LQ09X007650 Hypothetical protein 11.28316703 C6_control_B3 +LQ09X007650 Hypothetical protein 9.127168097 C6_control_C1 +LQ09X007650 Hypothetical protein 8.244639762 C6_control_C2 +LQ09X007650 Hypothetical protein 8.338896758 C6_control_C3 +LQ09X007650 Hypothetical protein 11.53701007 C6_chemical_A1 +LQ09X007650 Hypothetical protein 11.82802094 C6_chemical_A3 +LQ09X007650 Hypothetical protein 11.15310753 C6_chemical_B1 +LQ09X007650 Hypothetical protein 10.73673236 C6_chemical_B2 +LQ09X007650 Hypothetical protein 10.61931289 C6_chemical_B3 +LQ09X007650 Hypothetical protein 9.019981934 C6_chemical_C1 +LQ09X007650 Hypothetical protein 8.885555848 C6_chemical_C2 +LQ09X007650 Hypothetical protein 8.057916023 C6_chemical_C3 +LQ09X007650 Hypothetical protein 12.21191908 L4_control_A1 +LQ09X007650 Hypothetical protein 12.39266736 L4_control_A2 +LQ09X007650 Hypothetical protein 12.04451149 L4_control_A3 +LQ09X007650 Hypothetical protein 11.68171848 L4_control_B1 +LQ09X007650 Hypothetical protein 11.69390251 L4_control_B2 +LQ09X007650 Hypothetical protein 10.62747349 L4_control_B3 +LQ09X007650 Hypothetical protein 7.815932921 L4_control_C2 +LQ09X007650 Hypothetical protein 8.888507277 L4_control_C3 +LQ09X007650 Hypothetical protein 12.10710538 L4_chemical_A1 +LQ09X007650 Hypothetical protein 12.01869136 L4_chemical_A2 +LQ09X007650 Hypothetical protein 12.33485055 L4_chemical_A3 +LQ09X007650 Hypothetical protein 11.68105769 L4_chemical_B1 +LQ09X007650 Hypothetical protein 11.84910206 L4_chemical_B2 +LQ09X007650 Hypothetical protein 10.90641771 L4_chemical_B3 +LQ09X007650 Hypothetical protein 8.181958869 L4_chemical_C2 +LQ09X007650 Hypothetical protein 8.610771169 L4_chemical_C3 +LQ09X007680 Putative 5-nucleotidase surE 11.20136888 C6_control_A1 +LQ09X007680 Putative 5-nucleotidase surE 11.93555316 C6_control_A3 +LQ09X007680 Putative 5-nucleotidase surE 10.54374047 C6_control_B1 +LQ09X007680 Putative 5-nucleotidase surE 9.420360979 C6_control_B2 +LQ09X007680 Putative 5-nucleotidase surE 9.710018117 C6_control_B3 +LQ09X007680 Putative 5-nucleotidase surE 7.95043626 C6_control_C1 +LQ09X007680 Putative 5-nucleotidase surE 8.561529816 C6_control_C2 +LQ09X007680 Putative 5-nucleotidase surE 8.091570121 C6_control_C3 +LQ09X007680 Putative 5-nucleotidase surE 11.51364766 C6_chemical_A1 +LQ09X007680 Putative 5-nucleotidase surE 12.07419777 C6_chemical_A3 +LQ09X007680 Putative 5-nucleotidase surE 10.49734608 C6_chemical_B1 +LQ09X007680 Putative 5-nucleotidase surE 9.562435721 C6_chemical_B2 +LQ09X007680 Putative 5-nucleotidase surE 9.437970324 C6_chemical_B3 +LQ09X007680 Putative 5-nucleotidase surE 7.435232602 C6_chemical_C1 +LQ09X007680 Putative 5-nucleotidase surE 8.402686341 C6_chemical_C2 +LQ09X007680 Putative 5-nucleotidase surE 7.436263043 C6_chemical_C3 +LQ09X007680 Putative 5-nucleotidase surE 11.80411502 L4_control_A1 +LQ09X007680 Putative 5-nucleotidase surE 11.50876564 L4_control_A2 +LQ09X007680 Putative 5-nucleotidase surE 12.0542021 L4_control_A3 +LQ09X007680 Putative 5-nucleotidase surE 10.23778518 L4_control_B1 +LQ09X007680 Putative 5-nucleotidase surE 11.15817244 L4_control_B2 +LQ09X007680 Putative 5-nucleotidase surE 9.937192115 L4_control_B3 +LQ09X007680 Putative 5-nucleotidase surE 7.177894103 L4_control_C2 +LQ09X007680 Putative 5-nucleotidase surE 8.54338143 L4_control_C3 +LQ09X007680 Putative 5-nucleotidase surE 10.54258899 L4_chemical_A1 +LQ09X007680 Putative 5-nucleotidase surE 10.66095385 L4_chemical_A2 +LQ09X007680 Putative 5-nucleotidase surE 11.66202008 L4_chemical_A3 +LQ09X007680 Putative 5-nucleotidase surE 10.3793987 L4_chemical_B1 +LQ09X007680 Putative 5-nucleotidase surE 10.7381056 L4_chemical_B2 +LQ09X007680 Putative 5-nucleotidase surE 10.78593779 L4_chemical_B3 +LQ09X007680 Putative 5-nucleotidase surE 7.335708907 L4_chemical_C2 +LQ09X007680 Putative 5-nucleotidase surE 8.717191741 L4_chemical_C3 +LQ09X007690 Putative uncharacterized protein 10.52347631 C6_control_A1 +LQ09X007690 Putative uncharacterized protein 10.58742467 C6_control_A3 +LQ09X007690 Putative uncharacterized protein 10.45548231 C6_control_B1 +LQ09X007690 Putative uncharacterized protein 10.25981492 C6_control_B2 +LQ09X007690 Putative uncharacterized protein 10.55257936 C6_control_B3 +LQ09X007690 Putative uncharacterized protein 11.41081643 C6_control_C1 +LQ09X007690 Putative uncharacterized protein 11.42575866 C6_control_C2 +LQ09X007690 Putative uncharacterized protein 11.7079655 C6_control_C3 +LQ09X007690 Putative uncharacterized protein 10.21355823 C6_chemical_A1 +LQ09X007690 Putative uncharacterized protein 10.64856742 C6_chemical_A3 +LQ09X007690 Putative uncharacterized protein 9.940582611 C6_chemical_B1 +LQ09X007690 Putative uncharacterized protein 10.37229669 C6_chemical_B2 +LQ09X007690 Putative uncharacterized protein 10.32470322 C6_chemical_B3 +LQ09X007690 Putative uncharacterized protein 11.24846188 C6_chemical_C1 +LQ09X007690 Putative uncharacterized protein 11.3116017 C6_chemical_C2 +LQ09X007690 Putative uncharacterized protein 11.50497165 C6_chemical_C3 +LQ09X007690 Putative uncharacterized protein 10.23037092 L4_control_A1 +LQ09X007690 Putative uncharacterized protein 10.17021398 L4_control_A2 +LQ09X007690 Putative uncharacterized protein 10.49828558 L4_control_A3 +LQ09X007690 Putative uncharacterized protein 10.46258196 L4_control_B1 +LQ09X007690 Putative uncharacterized protein 10.25098512 L4_control_B2 +LQ09X007690 Putative uncharacterized protein 10.73334216 L4_control_B3 +LQ09X007690 Putative uncharacterized protein 11.21356012 L4_control_C2 +LQ09X007690 Putative uncharacterized protein 10.87033053 L4_control_C3 +LQ09X007690 Putative uncharacterized protein 10.27776644 L4_chemical_A1 +LQ09X007690 Putative uncharacterized protein 10.09133406 L4_chemical_A2 +LQ09X007690 Putative uncharacterized protein 10.44100653 L4_chemical_A3 +LQ09X007690 Putative uncharacterized protein 10.14321161 L4_chemical_B1 +LQ09X007690 Putative uncharacterized protein 10.19586768 L4_chemical_B2 +LQ09X007690 Putative uncharacterized protein 10.1966609 L4_chemical_B3 +LQ09X007690 Putative uncharacterized protein 10.90417664 L4_chemical_C2 +LQ09X007690 Putative uncharacterized protein 11.14630372 L4_chemical_C3 +LQ09X007700 Putative 30S ribosomal protein S16 6.009453587 C6_control_A1 +LQ09X007700 Putative 30S ribosomal protein S16 6.219922055 C6_control_A3 +LQ09X007700 Putative 30S ribosomal protein S16 5.722171487 C6_control_B1 +LQ09X007700 Putative 30S ribosomal protein S16 5.416883648 C6_control_B2 +LQ09X007700 Putative 30S ribosomal protein S16 5.934541162 C6_control_B3 +LQ09X007700 Putative 30S ribosomal protein S16 5.855345941 C6_control_C1 +LQ09X007700 Putative 30S ribosomal protein S16 5.70809405 C6_control_C2 +LQ09X007700 Putative 30S ribosomal protein S16 5.707536712 C6_control_C3 +LQ09X007700 Putative 30S ribosomal protein S16 5.766693863 C6_chemical_A1 +LQ09X007700 Putative 30S ribosomal protein S16 5.970789895 C6_chemical_A3 +LQ09X007700 Putative 30S ribosomal protein S16 5.769753066 C6_chemical_B1 +LQ09X007700 Putative 30S ribosomal protein S16 5.610887983 C6_chemical_B2 +LQ09X007700 Putative 30S ribosomal protein S16 6.165351926 C6_chemical_B3 +LQ09X007700 Putative 30S ribosomal protein S16 5.474818164 C6_chemical_C1 +LQ09X007700 Putative 30S ribosomal protein S16 5.707781015 C6_chemical_C2 +LQ09X007700 Putative 30S ribosomal protein S16 5.603788158 C6_chemical_C3 +LQ09X007700 Putative 30S ribosomal protein S16 5.749356186 L4_control_A1 +LQ09X007700 Putative 30S ribosomal protein S16 5.874808281 L4_control_A2 +LQ09X007700 Putative 30S ribosomal protein S16 6.030784814 L4_control_A3 +LQ09X007700 Putative 30S ribosomal protein S16 6.468318135 L4_control_B1 +LQ09X007700 Putative 30S ribosomal protein S16 5.749579684 L4_control_B2 +LQ09X007700 Putative 30S ribosomal protein S16 5.561338915 L4_control_B3 +LQ09X007700 Putative 30S ribosomal protein S16 5.584728805 L4_control_C2 +LQ09X007700 Putative 30S ribosomal protein S16 6.414934736 L4_control_C3 +LQ09X007700 Putative 30S ribosomal protein S16 5.620370524 L4_chemical_A1 +LQ09X007700 Putative 30S ribosomal protein S16 5.673777545 L4_chemical_A2 +LQ09X007700 Putative 30S ribosomal protein S16 6.124037844 L4_chemical_A3 +LQ09X007700 Putative 30S ribosomal protein S16 5.843592482 L4_chemical_B1 +LQ09X007700 Putative 30S ribosomal protein S16 5.361202549 L4_chemical_B2 +LQ09X007700 Putative 30S ribosomal protein S16 5.863794513 L4_chemical_B3 +LQ09X007700 Putative 30S ribosomal protein S16 6.718360374 L4_chemical_C2 +LQ09X007700 Putative 30S ribosomal protein S16 6.081719764 L4_chemical_C3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.55436357 C6_control_A1 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.29151883 C6_control_A3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.00630035 C6_control_B1 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.80217359 C6_control_B2 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.48202306 C6_control_B3 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.2972624 C6_control_C1 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.61492969 C6_control_C2 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.64639763 C6_control_C3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.46460088 C6_chemical_A1 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.88981624 C6_chemical_A3 +LQ09X007710 Nucleosome/chromatin assembly factor group 10.80930162 C6_chemical_B1 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.39102403 C6_chemical_B2 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.47421087 C6_chemical_B3 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.30721145 C6_chemical_C1 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.64023616 C6_chemical_C2 +LQ09X007710 Nucleosome/chromatin assembly factor group 12.38046777 C6_chemical_C3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.76655079 L4_control_A1 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.96113347 L4_control_A2 +LQ09X007710 Nucleosome/chromatin assembly factor group 10.99998118 L4_control_A3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.24102816 L4_control_B1 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.10567301 L4_control_B2 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.72646976 L4_control_B3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.44543308 L4_control_C2 +LQ09X007710 Nucleosome/chromatin assembly factor group 10.91183682 L4_control_C3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.99253521 L4_chemical_A1 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.86787581 L4_chemical_A2 +LQ09X007710 Nucleosome/chromatin assembly factor group 10.92447084 L4_chemical_A3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.42269206 L4_chemical_B1 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.13400764 L4_chemical_B2 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.89408876 L4_chemical_B3 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.4101991 L4_chemical_C2 +LQ09X007710 Nucleosome/chromatin assembly factor group 10.83466899 L4_chemical_C3 +LQ09X007740 Predicted protein 5.451530698 C6_control_A1 +LQ09X007740 Predicted protein 6.0359829 C6_control_A3 +LQ09X007740 Predicted protein 5.789640348 C6_control_B1 +LQ09X007740 Predicted protein 5.256739013 C6_control_B2 +LQ09X007740 Predicted protein 5.348194689 C6_control_B3 +LQ09X007740 Predicted protein 5.194808649 C6_control_C1 +LQ09X007740 Predicted protein 5.78120766 C6_control_C2 +LQ09X007740 Predicted protein 5.419714859 C6_control_C3 +LQ09X007740 Predicted protein 5.264917077 C6_chemical_A1 +LQ09X007740 Predicted protein 5.043217908 C6_chemical_A3 +LQ09X007740 Predicted protein 5.234403481 C6_chemical_B1 +LQ09X007740 Predicted protein 5.322287466 C6_chemical_B2 +LQ09X007740 Predicted protein 5.36937824 C6_chemical_B3 +LQ09X007740 Predicted protein 5.100791965 C6_chemical_C1 +LQ09X007740 Predicted protein 5.357584736 C6_chemical_C2 +LQ09X007740 Predicted protein 5.260095428 C6_chemical_C3 +LQ09X007740 Predicted protein 5.371098099 L4_control_A1 +LQ09X007740 Predicted protein 5.617598144 L4_control_A2 +LQ09X007740 Predicted protein 5.990894429 L4_control_A3 +LQ09X007740 Predicted protein 5.376809504 L4_control_B1 +LQ09X007740 Predicted protein 5.130181509 L4_control_B2 +LQ09X007740 Predicted protein 5.56061603 L4_control_B3 +LQ09X007740 Predicted protein 5.178432845 L4_control_C2 +LQ09X007740 Predicted protein 4.858488781 L4_control_C3 +LQ09X007740 Predicted protein 5.138489363 L4_chemical_A1 +LQ09X007740 Predicted protein 5.616776852 L4_chemical_A2 +LQ09X007740 Predicted protein 5.611498763 L4_chemical_A3 +LQ09X007740 Predicted protein 5.253214891 L4_chemical_B1 +LQ09X007740 Predicted protein 5.612790523 L4_chemical_B2 +LQ09X007740 Predicted protein 5.453095548 L4_chemical_B3 +LQ09X007740 Predicted protein 5.414201346 L4_chemical_C2 +LQ09X007740 Predicted protein 4.784490237 L4_chemical_C3 +LQ09X007750 Predicted protein 11.85819124 C6_control_A1 +LQ09X007750 Predicted protein 12.14021258 C6_control_A3 +LQ09X007750 Predicted protein 11.74801264 C6_control_B1 +LQ09X007750 Predicted protein 11.65723891 C6_control_B2 +LQ09X007750 Predicted protein 11.66098413 C6_control_B3 +LQ09X007750 Predicted protein 11.77247198 C6_control_C1 +LQ09X007750 Predicted protein 11.85456825 C6_control_C2 +LQ09X007750 Predicted protein 11.99370943 C6_control_C3 +LQ09X007750 Predicted protein 11.75745441 C6_chemical_A1 +LQ09X007750 Predicted protein 11.87492454 C6_chemical_A3 +LQ09X007750 Predicted protein 11.5564318 C6_chemical_B1 +LQ09X007750 Predicted protein 11.70085954 C6_chemical_B2 +LQ09X007750 Predicted protein 11.76546562 C6_chemical_B3 +LQ09X007750 Predicted protein 11.84701389 C6_chemical_C1 +LQ09X007750 Predicted protein 11.83326365 C6_chemical_C2 +LQ09X007750 Predicted protein 11.65640671 C6_chemical_C3 +LQ09X007750 Predicted protein 11.35231481 L4_control_A1 +LQ09X007750 Predicted protein 11.23565077 L4_control_A2 +LQ09X007750 Predicted protein 11.3744894 L4_control_A3 +LQ09X007750 Predicted protein 10.43615432 L4_control_B1 +LQ09X007750 Predicted protein 10.82881628 L4_control_B2 +LQ09X007750 Predicted protein 11.36461207 L4_control_B3 +LQ09X007750 Predicted protein 10.82161276 L4_control_C2 +LQ09X007750 Predicted protein 11.25593852 L4_control_C3 +LQ09X007750 Predicted protein 11.10405954 L4_chemical_A1 +LQ09X007750 Predicted protein 11.79388241 L4_chemical_A2 +LQ09X007750 Predicted protein 11.36707672 L4_chemical_A3 +LQ09X007750 Predicted protein 11.13491568 L4_chemical_B1 +LQ09X007750 Predicted protein 10.95721581 L4_chemical_B2 +LQ09X007750 Predicted protein 11.16586283 L4_chemical_B3 +LQ09X007750 Predicted protein 11.36462721 L4_chemical_C2 +LQ09X007750 Predicted protein 11.19167705 L4_chemical_C3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.9002473 C6_control_A1 +LQ09X007780 Putative Translation machinery-associated protein 22 12.07246832 C6_control_A3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.92886157 C6_control_B1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.87050932 C6_control_B2 +LQ09X007780 Putative Translation machinery-associated protein 22 11.85668046 C6_control_B3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.96839988 C6_control_C1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.81391004 C6_control_C2 +LQ09X007780 Putative Translation machinery-associated protein 22 11.89934802 C6_control_C3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.80486674 C6_chemical_A1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.96508736 C6_chemical_A3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.72635818 C6_chemical_B1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.85850701 C6_chemical_B2 +LQ09X007780 Putative Translation machinery-associated protein 22 11.6682279 C6_chemical_B3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.90994754 C6_chemical_C1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.67142827 C6_chemical_C2 +LQ09X007780 Putative Translation machinery-associated protein 22 11.60142992 C6_chemical_C3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.78518369 L4_control_A1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.62289002 L4_control_A2 +LQ09X007780 Putative Translation machinery-associated protein 22 10.94642685 L4_control_A3 +LQ09X007780 Putative Translation machinery-associated protein 22 12.11971287 L4_control_B1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.52102124 L4_control_B2 +LQ09X007780 Putative Translation machinery-associated protein 22 11.89082536 L4_control_B3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.3988417 L4_control_C2 +LQ09X007780 Putative Translation machinery-associated protein 22 10.84895837 L4_control_C3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.64022551 L4_chemical_A1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.66722173 L4_chemical_A2 +LQ09X007780 Putative Translation machinery-associated protein 22 10.85928036 L4_chemical_A3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.91146526 L4_chemical_B1 +LQ09X007780 Putative Translation machinery-associated protein 22 11.49165295 L4_chemical_B2 +LQ09X007780 Putative Translation machinery-associated protein 22 11.96244847 L4_chemical_B3 +LQ09X007780 Putative Translation machinery-associated protein 22 11.32098701 L4_chemical_C2 +LQ09X007780 Putative Translation machinery-associated protein 22 10.93686192 L4_chemical_C3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.092528256 C6_control_A1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.714731754 C6_control_A3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.155715691 C6_control_B1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.860195626 C6_control_B2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.390622403 C6_control_B3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 6.260982967 C6_control_C1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.57246644 C6_control_C2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 6.467782999 C6_control_C3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.138666762 C6_chemical_A1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.90934578 C6_chemical_A3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.002907435 C6_chemical_B1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.263891853 C6_chemical_B2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.138323675 C6_chemical_B3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 6.234242062 C6_chemical_C1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.795126438 C6_chemical_C2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 6.013749456 C6_chemical_C3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.027663453 L4_control_A1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.107546286 L4_control_A2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.202732259 L4_control_A3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.14435365 L4_control_B1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.650567802 L4_control_B2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.690514493 L4_control_B3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 6.070797985 L4_control_C2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 6.275873233 L4_control_C3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.286943907 L4_chemical_A1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.088188874 L4_chemical_A2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.312654052 L4_chemical_A3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.48899193 L4_chemical_B1 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.528803698 L4_chemical_B2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.213242674 L4_chemical_B3 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.312066074 L4_chemical_C2 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 6.484717339 L4_chemical_C3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.322695449 C6_control_A1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 7.173029875 C6_control_A3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.580565243 C6_control_B1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.248150231 C6_control_B2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.188350324 C6_control_B3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.469520095 C6_control_C1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.834983452 C6_control_C2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.507025597 C6_control_C3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.926109786 C6_chemical_A1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.402325494 C6_chemical_A3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.894296012 C6_chemical_B1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.177421725 C6_chemical_B2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.693417622 C6_chemical_B3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.85442852 C6_chemical_C1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.465366368 C6_chemical_C2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.408929923 C6_chemical_C3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.464226425 L4_control_A1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.803112153 L4_control_A2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.053026524 L4_control_A3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 10.42754717 L4_control_B1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 10.34602622 L4_control_B2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.823721208 L4_control_B3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.765837077 L4_control_C2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.702404783 L4_control_C3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.861901777 L4_chemical_A1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.447465372 L4_chemical_A2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.702779167 L4_chemical_A3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 10.04781638 L4_chemical_B1 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 10.06554185 L4_chemical_B2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.288148538 L4_chemical_B3 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 10.03970346 L4_chemical_C2 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 9.842388306 L4_chemical_C3 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.55937425 C6_control_A1 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.93699803 C6_control_A3 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.20044382 C6_control_B1 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.6520016 C6_control_B2 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.04054633 C6_control_B3 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.1367328 C6_control_C1 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.86508077 C6_control_C2 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.91479353 C6_control_C3 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.34207054 C6_chemical_A1 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.90737277 C6_chemical_A3 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.0260997 C6_chemical_B1 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.5496369 C6_chemical_B2 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.35987263 C6_chemical_B3 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.03337651 C6_chemical_C1 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.88114143 C6_chemical_C2 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.97477637 C6_chemical_C3 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.82824424 L4_control_A1 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.08823521 L4_control_A2 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.35646131 L4_control_A3 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.50997799 L4_control_B1 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.34312478 L4_control_B2 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.90496024 L4_control_B3 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.93996879 L4_control_C2 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.93916289 L4_control_C3 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.31525899 L4_chemical_A1 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.50478565 L4_chemical_A2 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.16826562 L4_chemical_A3 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.71677158 L4_chemical_B1 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.91294903 L4_chemical_B2 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.16297397 L4_chemical_B3 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.79811814 L4_chemical_C2 +LQ09X007860 WD-40 repeat-containing protein MSI4 12.84516361 L4_chemical_C3 +LQ09X007890 Probable polyamine oxidase 5 11.66948771 C6_control_A1 +LQ09X007890 Probable polyamine oxidase 5 11.12049053 C6_control_A3 +LQ09X007890 Probable polyamine oxidase 5 10.75964713 C6_control_B1 +LQ09X007890 Probable polyamine oxidase 5 9.362742103 C6_control_B2 +LQ09X007890 Probable polyamine oxidase 5 9.594691711 C6_control_B3 +LQ09X007890 Probable polyamine oxidase 5 8.189677909 C6_control_C1 +LQ09X007890 Probable polyamine oxidase 5 8.212601255 C6_control_C2 +LQ09X007890 Probable polyamine oxidase 5 8.242800569 C6_control_C3 +LQ09X007890 Probable polyamine oxidase 5 11.33899968 C6_chemical_A1 +LQ09X007890 Probable polyamine oxidase 5 11.20796238 C6_chemical_A3 +LQ09X007890 Probable polyamine oxidase 5 10.61646374 C6_chemical_B1 +LQ09X007890 Probable polyamine oxidase 5 9.624989112 C6_chemical_B2 +LQ09X007890 Probable polyamine oxidase 5 9.736057022 C6_chemical_B3 +LQ09X007890 Probable polyamine oxidase 5 8.132902187 C6_chemical_C1 +LQ09X007890 Probable polyamine oxidase 5 8.347859362 C6_chemical_C2 +LQ09X007890 Probable polyamine oxidase 5 9.257423355 C6_chemical_C3 +LQ09X007890 Probable polyamine oxidase 5 11.44885363 L4_control_A1 +LQ09X007890 Probable polyamine oxidase 5 10.68251839 L4_control_A2 +LQ09X007890 Probable polyamine oxidase 5 10.89957006 L4_control_A3 +LQ09X007890 Probable polyamine oxidase 5 9.200225592 L4_control_B1 +LQ09X007890 Probable polyamine oxidase 5 10.53917949 L4_control_B2 +LQ09X007890 Probable polyamine oxidase 5 8.771023568 L4_control_B3 +LQ09X007890 Probable polyamine oxidase 5 9.449335341 L4_control_C2 +LQ09X007890 Probable polyamine oxidase 5 8.787184948 L4_control_C3 +LQ09X007890 Probable polyamine oxidase 5 10.75326215 L4_chemical_A1 +LQ09X007890 Probable polyamine oxidase 5 10.31839314 L4_chemical_A2 +LQ09X007890 Probable polyamine oxidase 5 10.91266259 L4_chemical_A3 +LQ09X007890 Probable polyamine oxidase 5 9.807679859 L4_chemical_B1 +LQ09X007890 Probable polyamine oxidase 5 10.33528503 L4_chemical_B2 +LQ09X007890 Probable polyamine oxidase 5 10.23272383 L4_chemical_B3 +LQ09X007890 Probable polyamine oxidase 5 9.561770114 L4_chemical_C2 +LQ09X007890 Probable polyamine oxidase 5 9.270491121 L4_chemical_C3 +LQ09X007920 Beta-galactosidase 8.696577752 C6_control_A1 +LQ09X007920 Beta-galactosidase 7.967076161 C6_control_A3 +LQ09X007920 Beta-galactosidase 10.83681317 C6_control_B1 +LQ09X007920 Beta-galactosidase 11.07874413 C6_control_B2 +LQ09X007920 Beta-galactosidase 11.65029957 C6_control_B3 +LQ09X007920 Beta-galactosidase 10.20304387 C6_control_C1 +LQ09X007920 Beta-galactosidase 10.31421736 C6_control_C2 +LQ09X007920 Beta-galactosidase 10.70835579 C6_control_C3 +LQ09X007920 Beta-galactosidase 8.833282971 C6_chemical_A1 +LQ09X007920 Beta-galactosidase 8.735875576 C6_chemical_A3 +LQ09X007920 Beta-galactosidase 11.2665204 C6_chemical_B1 +LQ09X007920 Beta-galactosidase 10.95393978 C6_chemical_B2 +LQ09X007920 Beta-galactosidase 11.68282952 C6_chemical_B3 +LQ09X007920 Beta-galactosidase 9.823247111 C6_chemical_C1 +LQ09X007920 Beta-galactosidase 9.983242912 C6_chemical_C2 +LQ09X007920 Beta-galactosidase 11.2702939 C6_chemical_C3 +LQ09X007920 Beta-galactosidase 8.764060381 L4_control_A1 +LQ09X007920 Beta-galactosidase 8.832572282 L4_control_A2 +LQ09X007920 Beta-galactosidase 10.80048129 L4_control_A3 +LQ09X007920 Beta-galactosidase 12.29464743 L4_control_B1 +LQ09X007920 Beta-galactosidase 12.2798785 L4_control_B2 +LQ09X007920 Beta-galactosidase 13.39876303 L4_control_B3 +LQ09X007920 Beta-galactosidase 10.46031747 L4_control_C2 +LQ09X007920 Beta-galactosidase 12.75247604 L4_control_C3 +LQ09X007920 Beta-galactosidase 10.28115112 L4_chemical_A1 +LQ09X007920 Beta-galactosidase 10.93700577 L4_chemical_A2 +LQ09X007920 Beta-galactosidase 11.00535556 L4_chemical_A3 +LQ09X007920 Beta-galactosidase 11.57766833 L4_chemical_B1 +LQ09X007920 Beta-galactosidase 11.79235457 L4_chemical_B2 +LQ09X007920 Beta-galactosidase 11.47681601 L4_chemical_B3 +LQ09X007920 Beta-galactosidase 9.900150388 L4_chemical_C2 +LQ09X007920 Beta-galactosidase 12.12676501 L4_chemical_C3 +LQ09X007930 Putative uncharacterized protein 13.04618204 C6_control_A1 +LQ09X007930 Putative uncharacterized protein 12.97347454 C6_control_A3 +LQ09X007930 Putative uncharacterized protein 12.90622396 C6_control_B1 +LQ09X007930 Putative uncharacterized protein 13.55437198 C6_control_B2 +LQ09X007930 Putative uncharacterized protein 12.90237032 C6_control_B3 +LQ09X007930 Putative uncharacterized protein 13.55499909 C6_control_C1 +LQ09X007930 Putative uncharacterized protein 13.20235818 C6_control_C2 +LQ09X007930 Putative uncharacterized protein 12.51576134 C6_control_C3 +LQ09X007930 Putative uncharacterized protein 12.96416578 C6_chemical_A1 +LQ09X007930 Putative uncharacterized protein 13.18814603 C6_chemical_A3 +LQ09X007930 Putative uncharacterized protein 12.9922316 C6_chemical_B1 +LQ09X007930 Putative uncharacterized protein 13.45740041 C6_chemical_B2 +LQ09X007930 Putative uncharacterized protein 12.87021332 C6_chemical_B3 +LQ09X007930 Putative uncharacterized protein 13.85838552 C6_chemical_C1 +LQ09X007930 Putative uncharacterized protein 13.53363404 C6_chemical_C2 +LQ09X007930 Putative uncharacterized protein 13.41393178 C6_chemical_C3 +LQ09X007930 Putative uncharacterized protein 13.33712588 L4_control_A1 +LQ09X007930 Putative uncharacterized protein 13.58708489 L4_control_A2 +LQ09X007930 Putative uncharacterized protein 13.38054296 L4_control_A3 +LQ09X007930 Putative uncharacterized protein 12.84415838 L4_control_B1 +LQ09X007930 Putative uncharacterized protein 12.8783604 L4_control_B2 +LQ09X007930 Putative uncharacterized protein 13.48852376 L4_control_B3 +LQ09X007930 Putative uncharacterized protein 12.94495057 L4_control_C2 +LQ09X007930 Putative uncharacterized protein 12.42617133 L4_control_C3 +LQ09X007930 Putative uncharacterized protein 12.76130227 L4_chemical_A1 +LQ09X007930 Putative uncharacterized protein 13.48715851 L4_chemical_A2 +LQ09X007930 Putative uncharacterized protein 13.17494183 L4_chemical_A3 +LQ09X007930 Putative uncharacterized protein 12.8644047 L4_chemical_B1 +LQ09X007930 Putative uncharacterized protein 12.98950305 L4_chemical_B2 +LQ09X007930 Putative uncharacterized protein 13.32966606 L4_chemical_B3 +LQ09X007930 Putative uncharacterized protein 13.1724391 L4_chemical_C2 +LQ09X007930 Putative uncharacterized protein 12.43312211 L4_chemical_C3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 4.884235921 C6_control_A1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.306753934 C6_control_A3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.060750115 C6_control_B1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 4.475756934 C6_control_B2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.177132536 C6_control_B3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.109280355 C6_control_C1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.363828733 C6_control_C2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.087137109 C6_control_C3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 4.864744331 C6_chemical_A1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 4.920885152 C6_chemical_A3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 4.817363955 C6_chemical_B1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.08172722 C6_chemical_B2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 4.944735954 C6_chemical_B3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.06082447 C6_chemical_C1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.08506454 C6_chemical_C2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.0356041 C6_chemical_C3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.297641786 L4_control_A1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.048103325 L4_control_A2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.423330105 L4_control_A3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.460624193 L4_control_B1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.319540875 L4_control_B2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.237585401 L4_control_B3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.987782574 L4_control_C2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.481790475 L4_control_C3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.069420271 L4_chemical_A1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.365401233 L4_chemical_A2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.343932236 L4_chemical_A3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.145878622 L4_chemical_B1 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.332193074 L4_chemical_B2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.144007426 L4_chemical_B3 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.708647573 L4_chemical_C2 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 5.060887838 L4_chemical_C3 +LQ09X007980 Predicted protein 5.122098486 C6_control_A1 +LQ09X007980 Predicted protein 5.907980649 C6_control_A3 +LQ09X007980 Predicted protein 5.372837638 C6_control_B1 +LQ09X007980 Predicted protein 5.090312583 C6_control_B2 +LQ09X007980 Predicted protein 5.447976791 C6_control_B3 +LQ09X007980 Predicted protein 5.279845472 C6_control_C1 +LQ09X007980 Predicted protein 5.103807736 C6_control_C2 +LQ09X007980 Predicted protein 4.983221149 C6_control_C3 +LQ09X007980 Predicted protein 5.265633874 C6_chemical_A1 +LQ09X007980 Predicted protein 5.540152534 C6_chemical_A3 +LQ09X007980 Predicted protein 5.408809364 C6_chemical_B1 +LQ09X007980 Predicted protein 5.126577407 C6_chemical_B2 +LQ09X007980 Predicted protein 5.002795317 C6_chemical_B3 +LQ09X007980 Predicted protein 5.144284351 C6_chemical_C1 +LQ09X007980 Predicted protein 5.034652569 C6_chemical_C2 +LQ09X007980 Predicted protein 4.948991699 C6_chemical_C3 +LQ09X007980 Predicted protein 5.149188887 L4_control_A1 +LQ09X007980 Predicted protein 5.484631489 L4_control_A2 +LQ09X007980 Predicted protein 5.725399829 L4_control_A3 +LQ09X007980 Predicted protein 5.414215974 L4_control_B1 +LQ09X007980 Predicted protein 5.843997006 L4_control_B2 +LQ09X007980 Predicted protein 5.157017571 L4_control_B3 +LQ09X007980 Predicted protein 5.826424972 L4_control_C2 +LQ09X007980 Predicted protein 5.152618159 L4_control_C3 +LQ09X007980 Predicted protein 5.338514102 L4_chemical_A1 +LQ09X007980 Predicted protein 5.425136092 L4_chemical_A2 +LQ09X007980 Predicted protein 5.580279414 L4_chemical_A3 +LQ09X007980 Predicted protein 5.515746187 L4_chemical_B1 +LQ09X007980 Predicted protein 5.369283658 L4_chemical_B2 +LQ09X007980 Predicted protein 5.167023505 L4_chemical_B3 +LQ09X007980 Predicted protein 5.350174987 L4_chemical_C2 +LQ09X007980 Predicted protein 5.255596472 L4_chemical_C3 +LQ09X008020 Putative Cytidine deaminase 4.650443891 C6_control_A1 +LQ09X008020 Putative Cytidine deaminase 4.954688284 C6_control_A3 +LQ09X008020 Putative Cytidine deaminase 4.87882294 C6_control_B1 +LQ09X008020 Putative Cytidine deaminase 5.029876333 C6_control_B2 +LQ09X008020 Putative Cytidine deaminase 5.143147128 C6_control_B3 +LQ09X008020 Putative Cytidine deaminase 4.890794591 C6_control_C1 +LQ09X008020 Putative Cytidine deaminase 4.881476614 C6_control_C2 +LQ09X008020 Putative Cytidine deaminase 4.701660212 C6_control_C3 +LQ09X008020 Putative Cytidine deaminase 5.019055119 C6_chemical_A1 +LQ09X008020 Putative Cytidine deaminase 4.731164032 C6_chemical_A3 +LQ09X008020 Putative Cytidine deaminase 5.196711786 C6_chemical_B1 +LQ09X008020 Putative Cytidine deaminase 5.111224207 C6_chemical_B2 +LQ09X008020 Putative Cytidine deaminase 5.070511126 C6_chemical_B3 +LQ09X008020 Putative Cytidine deaminase 5.139333815 C6_chemical_C1 +LQ09X008020 Putative Cytidine deaminase 4.868942961 C6_chemical_C2 +LQ09X008020 Putative Cytidine deaminase 4.906462953 C6_chemical_C3 +LQ09X008020 Putative Cytidine deaminase 4.920091104 L4_control_A1 +LQ09X008020 Putative Cytidine deaminase 4.95090366 L4_control_A2 +LQ09X008020 Putative Cytidine deaminase 5.129702758 L4_control_A3 +LQ09X008020 Putative Cytidine deaminase 4.960950765 L4_control_B1 +LQ09X008020 Putative Cytidine deaminase 5.41141722 L4_control_B2 +LQ09X008020 Putative Cytidine deaminase 5.077299316 L4_control_B3 +LQ09X008020 Putative Cytidine deaminase 4.896209443 L4_control_C2 +LQ09X008020 Putative Cytidine deaminase 5.179827198 L4_control_C3 +LQ09X008020 Putative Cytidine deaminase 4.562768198 L4_chemical_A1 +LQ09X008020 Putative Cytidine deaminase 5.111711393 L4_chemical_A2 +LQ09X008020 Putative Cytidine deaminase 5.346837339 L4_chemical_A3 +LQ09X008020 Putative Cytidine deaminase 5.132521594 L4_chemical_B1 +LQ09X008020 Putative Cytidine deaminase 5.539076418 L4_chemical_B2 +LQ09X008020 Putative Cytidine deaminase 5.240023502 L4_chemical_B3 +LQ09X008020 Putative Cytidine deaminase 5.130331802 L4_chemical_C2 +LQ09X008020 Putative Cytidine deaminase 5.069065934 L4_chemical_C3 +LQ09X008040 Predicted protein 6.624922621 C6_control_A1 +LQ09X008040 Predicted protein 6.140804257 C6_control_A3 +LQ09X008040 Predicted protein 6.79988933 C6_control_B1 +LQ09X008040 Predicted protein 6.522388827 C6_control_B2 +LQ09X008040 Predicted protein 6.624307861 C6_control_B3 +LQ09X008040 Predicted protein 6.472521339 C6_control_C1 +LQ09X008040 Predicted protein 5.84041648 C6_control_C2 +LQ09X008040 Predicted protein 5.930246414 C6_control_C3 +LQ09X008040 Predicted protein 6.612320938 C6_chemical_A1 +LQ09X008040 Predicted protein 6.409957747 C6_chemical_A3 +LQ09X008040 Predicted protein 6.715280589 C6_chemical_B1 +LQ09X008040 Predicted protein 6.337494221 C6_chemical_B2 +LQ09X008040 Predicted protein 6.713478513 C6_chemical_B3 +LQ09X008040 Predicted protein 6.636169412 C6_chemical_C1 +LQ09X008040 Predicted protein 6.084136745 C6_chemical_C2 +LQ09X008040 Predicted protein 5.908633966 C6_chemical_C3 +LQ09X008040 Predicted protein 6.377469629 L4_control_A1 +LQ09X008040 Predicted protein 6.544443354 L4_control_A2 +LQ09X008040 Predicted protein 6.195239241 L4_control_A3 +LQ09X008040 Predicted protein 6.27210398 L4_control_B1 +LQ09X008040 Predicted protein 6.838828987 L4_control_B2 +LQ09X008040 Predicted protein 6.493748251 L4_control_B3 +LQ09X008040 Predicted protein 6.544715522 L4_control_C2 +LQ09X008040 Predicted protein 6.556755547 L4_control_C3 +LQ09X008040 Predicted protein 6.311146061 L4_chemical_A1 +LQ09X008040 Predicted protein 6.288443424 L4_chemical_A2 +LQ09X008040 Predicted protein 6.229062482 L4_chemical_A3 +LQ09X008040 Predicted protein 6.356661307 L4_chemical_B1 +LQ09X008040 Predicted protein 7.249995527 L4_chemical_B2 +LQ09X008040 Predicted protein 6.568131436 L4_chemical_B3 +LQ09X008040 Predicted protein 6.703724036 L4_chemical_C2 +LQ09X008040 Predicted protein 6.824856387 L4_chemical_C3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 10.43672323 C6_control_A1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 11.66510432 C6_control_A3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 10.17762768 C6_control_B1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 8.566818546 C6_control_B2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 9.365358507 C6_control_B3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.033152349 C6_control_C1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.543123315 C6_control_C2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.200002648 C6_control_C3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 10.63548024 C6_chemical_A1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 10.8737588 C6_chemical_A3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 9.629422418 C6_chemical_B1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 8.827940786 C6_chemical_B2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 7.08963616 C6_chemical_B3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.74799267 C6_chemical_C1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.311114514 C6_chemical_C2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.205415508 C6_chemical_C3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 9.776918764 L4_control_A1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.999227865 L4_control_A2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.886456527 L4_control_A3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.065704838 L4_control_B1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 7.740795801 L4_control_B2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.028723904 L4_control_B3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.147048498 L4_control_C2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.575829712 L4_control_C3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 9.339177501 L4_chemical_A1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.930106886 L4_chemical_A2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.892585321 L4_chemical_A3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.358969068 L4_chemical_B1 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.571473646 L4_chemical_B2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 6.277026572 L4_chemical_B3 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.120337894 L4_chemical_C2 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 5.321160588 L4_chemical_C3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.70455344 C6_control_A1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.151412326 C6_control_A3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.851642395 C6_control_B1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.54868269 C6_control_B2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.474551158 C6_control_B3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.875940298 C6_control_C1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.1028383 C6_control_C2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.578398038 C6_control_C3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.67392349 C6_chemical_A1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.084275856 C6_chemical_A3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.43255803 C6_chemical_B1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.26396765 C6_chemical_B2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.611144399 C6_chemical_B3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.11361701 C6_chemical_C1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.902322547 C6_chemical_C2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.979147402 C6_chemical_C3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.677549438 L4_control_A1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.255923855 L4_control_A2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.232499624 L4_control_A3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.567484657 L4_control_B1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.409750519 L4_control_B2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.262149893 L4_control_B3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.498405604 L4_control_C2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.64992595 L4_control_C3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.283453313 L4_chemical_A1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.64123467 L4_chemical_A2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.660178156 L4_chemical_A3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.34430621 L4_chemical_B1 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.82991902 L4_chemical_B2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.336720135 L4_chemical_B3 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.3877755 L4_chemical_C2 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.563509411 L4_chemical_C3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.424121616 C6_control_A1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.526052555 C6_control_A3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.519187655 C6_control_B1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.76339441 C6_control_B2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.364672216 C6_control_B3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.002374014 C6_control_C1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.370985871 C6_control_C2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.419507499 C6_control_C3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.316788702 C6_chemical_A1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.278226839 C6_chemical_A3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.325415275 C6_chemical_B1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 6.251393027 C6_chemical_B2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.613435154 C6_chemical_B3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.30426332 C6_chemical_C1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.345180783 C6_chemical_C2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.163404953 C6_chemical_C3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.131571069 L4_control_A1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.080429437 L4_control_A2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.977064549 L4_control_A3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.606751165 L4_control_B1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.343361803 L4_control_B2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.256830243 L4_control_B3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.446411779 L4_control_C2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.555722669 L4_control_C3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.280348734 L4_chemical_A1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.012577117 L4_chemical_A2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.467092677 L4_chemical_A3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.333838851 L4_chemical_B1 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.939216535 L4_chemical_B2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.347331871 L4_chemical_B3 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.488805455 L4_chemical_C2 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 4.814737172 L4_chemical_C3 +LQ09X008120 Putative uncharacterized protein 12.69723069 C6_control_A1 +LQ09X008120 Putative uncharacterized protein 11.51084237 C6_control_A3 +LQ09X008120 Putative uncharacterized protein 12.74225049 C6_control_B1 +LQ09X008120 Putative uncharacterized protein 12.96380739 C6_control_B2 +LQ09X008120 Putative uncharacterized protein 12.38812873 C6_control_B3 +LQ09X008120 Putative uncharacterized protein 12.91548815 C6_control_C1 +LQ09X008120 Putative uncharacterized protein 13.12091068 C6_control_C2 +LQ09X008120 Putative uncharacterized protein 12.53556978 C6_control_C3 +LQ09X008120 Putative uncharacterized protein 13.03567324 C6_chemical_A1 +LQ09X008120 Putative uncharacterized protein 12.1487625 C6_chemical_A3 +LQ09X008120 Putative uncharacterized protein 13.17571023 C6_chemical_B1 +LQ09X008120 Putative uncharacterized protein 13.3581709 C6_chemical_B2 +LQ09X008120 Putative uncharacterized protein 13.14709596 C6_chemical_B3 +LQ09X008120 Putative uncharacterized protein 13.2079124 C6_chemical_C1 +LQ09X008120 Putative uncharacterized protein 12.65333477 C6_chemical_C2 +LQ09X008120 Putative uncharacterized protein 13.22128086 C6_chemical_C3 +LQ09X008120 Putative uncharacterized protein 11.09906795 L4_control_A1 +LQ09X008120 Putative uncharacterized protein 11.94129875 L4_control_A2 +LQ09X008120 Putative uncharacterized protein 10.92782094 L4_control_A3 +LQ09X008120 Putative uncharacterized protein 11.96871655 L4_control_B1 +LQ09X008120 Putative uncharacterized protein 12.54533908 L4_control_B2 +LQ09X008120 Putative uncharacterized protein 12.60378208 L4_control_B3 +LQ09X008120 Putative uncharacterized protein 12.4170163 L4_control_C2 +LQ09X008120 Putative uncharacterized protein 12.53919569 L4_control_C3 +LQ09X008120 Putative uncharacterized protein 12.53959831 L4_chemical_A1 +LQ09X008120 Putative uncharacterized protein 12.7935267 L4_chemical_A2 +LQ09X008120 Putative uncharacterized protein 11.12535807 L4_chemical_A3 +LQ09X008120 Putative uncharacterized protein 12.55506668 L4_chemical_B1 +LQ09X008120 Putative uncharacterized protein 12.55072181 L4_chemical_B2 +LQ09X008120 Putative uncharacterized protein 12.4504459 L4_chemical_B3 +LQ09X008120 Putative uncharacterized protein 12.44056072 L4_chemical_C2 +LQ09X008120 Putative uncharacterized protein 12.36233712 L4_chemical_C3 +LQ09X008140 Putative uncharacterized protein 8.797029305 C6_control_A1 +LQ09X008140 Putative uncharacterized protein 7.185722964 C6_control_A3 +LQ09X008140 Putative uncharacterized protein 8.448493187 C6_control_B1 +LQ09X008140 Putative uncharacterized protein 8.517646801 C6_control_B2 +LQ09X008140 Putative uncharacterized protein 7.047793279 C6_control_B3 +LQ09X008140 Putative uncharacterized protein 8.223929083 C6_control_C1 +LQ09X008140 Putative uncharacterized protein 5.953025235 C6_control_C2 +LQ09X008140 Putative uncharacterized protein 8.443071924 C6_control_C3 +LQ09X008140 Putative uncharacterized protein 7.679086096 C6_chemical_A1 +LQ09X008140 Putative uncharacterized protein 6.137545467 C6_chemical_A3 +LQ09X008140 Putative uncharacterized protein 6.142428237 C6_chemical_B1 +LQ09X008140 Putative uncharacterized protein 7.56810119 C6_chemical_B2 +LQ09X008140 Putative uncharacterized protein 6.503690428 C6_chemical_B3 +LQ09X008140 Putative uncharacterized protein 7.657440357 C6_chemical_C1 +LQ09X008140 Putative uncharacterized protein 7.689513619 C6_chemical_C2 +LQ09X008140 Putative uncharacterized protein 7.61980463 C6_chemical_C3 +LQ09X008140 Putative uncharacterized protein 6.670369423 L4_control_A1 +LQ09X008140 Putative uncharacterized protein 5.668130505 L4_control_A2 +LQ09X008140 Putative uncharacterized protein 6.136550575 L4_control_A3 +LQ09X008140 Putative uncharacterized protein 5.765224268 L4_control_B1 +LQ09X008140 Putative uncharacterized protein 5.200050631 L4_control_B2 +LQ09X008140 Putative uncharacterized protein 5.215035813 L4_control_B3 +LQ09X008140 Putative uncharacterized protein 6.448619509 L4_control_C2 +LQ09X008140 Putative uncharacterized protein 5.564867468 L4_control_C3 +LQ09X008140 Putative uncharacterized protein 5.790823181 L4_chemical_A1 +LQ09X008140 Putative uncharacterized protein 5.4444462 L4_chemical_A2 +LQ09X008140 Putative uncharacterized protein 5.700947858 L4_chemical_A3 +LQ09X008140 Putative uncharacterized protein 5.956330597 L4_chemical_B1 +LQ09X008140 Putative uncharacterized protein 5.60781495 L4_chemical_B2 +LQ09X008140 Putative uncharacterized protein 5.521081904 L4_chemical_B3 +LQ09X008140 Putative uncharacterized protein 5.089772039 L4_chemical_C2 +LQ09X008140 Putative uncharacterized protein 4.780282039 L4_chemical_C3 +LQ09X008180 Putative Graves disease carrier protein 5.136575037 C6_control_A1 +LQ09X008180 Putative Graves disease carrier protein 4.940552345 C6_control_A3 +LQ09X008180 Putative Graves disease carrier protein 5.880580687 C6_control_B1 +LQ09X008180 Putative Graves disease carrier protein 5.147834863 C6_control_B2 +LQ09X008180 Putative Graves disease carrier protein 5.033434579 C6_control_B3 +LQ09X008180 Putative Graves disease carrier protein 5.926636646 C6_control_C1 +LQ09X008180 Putative Graves disease carrier protein 5.15911653 C6_control_C2 +LQ09X008180 Putative Graves disease carrier protein 5.657485732 C6_control_C3 +LQ09X008180 Putative Graves disease carrier protein 5.09646158 C6_chemical_A1 +LQ09X008180 Putative Graves disease carrier protein 4.723192597 C6_chemical_A3 +LQ09X008180 Putative Graves disease carrier protein 5.42754726 C6_chemical_B1 +LQ09X008180 Putative Graves disease carrier protein 5.217822845 C6_chemical_B2 +LQ09X008180 Putative Graves disease carrier protein 5.126604956 C6_chemical_B3 +LQ09X008180 Putative Graves disease carrier protein 5.459672623 C6_chemical_C1 +LQ09X008180 Putative Graves disease carrier protein 5.207925228 C6_chemical_C2 +LQ09X008180 Putative Graves disease carrier protein 6.031087027 C6_chemical_C3 +LQ09X008180 Putative Graves disease carrier protein 5.4658967 L4_control_A1 +LQ09X008180 Putative Graves disease carrier protein 4.905189618 L4_control_A2 +LQ09X008180 Putative Graves disease carrier protein 5.137732221 L4_control_A3 +LQ09X008180 Putative Graves disease carrier protein 5.273376129 L4_control_B1 +LQ09X008180 Putative Graves disease carrier protein 5.526113989 L4_control_B2 +LQ09X008180 Putative Graves disease carrier protein 5.407512563 L4_control_B3 +LQ09X008180 Putative Graves disease carrier protein 5.097974865 L4_control_C2 +LQ09X008180 Putative Graves disease carrier protein 5.202474621 L4_control_C3 +LQ09X008180 Putative Graves disease carrier protein 5.512340529 L4_chemical_A1 +LQ09X008180 Putative Graves disease carrier protein 5.722435276 L4_chemical_A2 +LQ09X008180 Putative Graves disease carrier protein 5.089550514 L4_chemical_A3 +LQ09X008180 Putative Graves disease carrier protein 4.917506705 L4_chemical_B1 +LQ09X008180 Putative Graves disease carrier protein 4.920278333 L4_chemical_B2 +LQ09X008180 Putative Graves disease carrier protein 5.353182422 L4_chemical_B3 +LQ09X008180 Putative Graves disease carrier protein 5.611798291 L4_chemical_C2 +LQ09X008180 Putative Graves disease carrier protein 5.20428536 L4_chemical_C3 +LQ09X008190 Putative Probable phosphatase phospho2 9.703284584 C6_control_A1 +LQ09X008190 Putative Probable phosphatase phospho2 9.872927573 C6_control_A3 +LQ09X008190 Putative Probable phosphatase phospho2 9.756653314 C6_control_B1 +LQ09X008190 Putative Probable phosphatase phospho2 10.29975315 C6_control_B2 +LQ09X008190 Putative Probable phosphatase phospho2 9.899432095 C6_control_B3 +LQ09X008190 Putative Probable phosphatase phospho2 11.21882341 C6_control_C1 +LQ09X008190 Putative Probable phosphatase phospho2 10.33912294 C6_control_C2 +LQ09X008190 Putative Probable phosphatase phospho2 11.25345263 C6_control_C3 +LQ09X008190 Putative Probable phosphatase phospho2 9.891282739 C6_chemical_A1 +LQ09X008190 Putative Probable phosphatase phospho2 10.51300343 C6_chemical_A3 +LQ09X008190 Putative Probable phosphatase phospho2 10.03503906 C6_chemical_B1 +LQ09X008190 Putative Probable phosphatase phospho2 10.50128388 C6_chemical_B2 +LQ09X008190 Putative Probable phosphatase phospho2 10.03952421 C6_chemical_B3 +LQ09X008190 Putative Probable phosphatase phospho2 11.07039001 C6_chemical_C1 +LQ09X008190 Putative Probable phosphatase phospho2 11.33156723 C6_chemical_C2 +LQ09X008190 Putative Probable phosphatase phospho2 11.535491 C6_chemical_C3 +LQ09X008190 Putative Probable phosphatase phospho2 10.53440153 L4_control_A1 +LQ09X008190 Putative Probable phosphatase phospho2 10.05811614 L4_control_A2 +LQ09X008190 Putative Probable phosphatase phospho2 10.9114346 L4_control_A3 +LQ09X008190 Putative Probable phosphatase phospho2 9.572132469 L4_control_B1 +LQ09X008190 Putative Probable phosphatase phospho2 9.845051134 L4_control_B2 +LQ09X008190 Putative Probable phosphatase phospho2 10.6031862 L4_control_B3 +LQ09X008190 Putative Probable phosphatase phospho2 10.67902259 L4_control_C2 +LQ09X008190 Putative Probable phosphatase phospho2 10.81250045 L4_control_C3 +LQ09X008190 Putative Probable phosphatase phospho2 10.91328786 L4_chemical_A1 +LQ09X008190 Putative Probable phosphatase phospho2 10.65387072 L4_chemical_A2 +LQ09X008190 Putative Probable phosphatase phospho2 10.92756522 L4_chemical_A3 +LQ09X008190 Putative Probable phosphatase phospho2 10.02072859 L4_chemical_B1 +LQ09X008190 Putative Probable phosphatase phospho2 10.2900704 L4_chemical_B2 +LQ09X008190 Putative Probable phosphatase phospho2 10.36436923 L4_chemical_B3 +LQ09X008190 Putative Probable phosphatase phospho2 10.70650378 L4_chemical_C2 +LQ09X008190 Putative Probable phosphatase phospho2 11.10864833 L4_chemical_C3 +LQ09X008230 Putative uncharacterized protein 5.852570159 C6_control_A1 +LQ09X008230 Putative uncharacterized protein 6.009933607 C6_control_A3 +LQ09X008230 Putative uncharacterized protein 6.578261031 C6_control_B1 +LQ09X008230 Putative uncharacterized protein 5.580003592 C6_control_B2 +LQ09X008230 Putative uncharacterized protein 5.805718548 C6_control_B3 +LQ09X008230 Putative uncharacterized protein 5.308780226 C6_control_C1 +LQ09X008230 Putative uncharacterized protein 5.308468206 C6_control_C2 +LQ09X008230 Putative uncharacterized protein 5.32125517 C6_control_C3 +LQ09X008230 Putative uncharacterized protein 6.070794079 C6_chemical_A1 +LQ09X008230 Putative uncharacterized protein 6.064913796 C6_chemical_A3 +LQ09X008230 Putative uncharacterized protein 6.374399071 C6_chemical_B1 +LQ09X008230 Putative uncharacterized protein 6.016820822 C6_chemical_B2 +LQ09X008230 Putative uncharacterized protein 6.029308948 C6_chemical_B3 +LQ09X008230 Putative uncharacterized protein 5.322238083 C6_chemical_C1 +LQ09X008230 Putative uncharacterized protein 5.447837259 C6_chemical_C2 +LQ09X008230 Putative uncharacterized protein 5.122360147 C6_chemical_C3 +LQ09X008230 Putative uncharacterized protein 5.64571931 L4_control_A1 +LQ09X008230 Putative uncharacterized protein 6.140006423 L4_control_A2 +LQ09X008230 Putative uncharacterized protein 7.103273411 L4_control_A3 +LQ09X008230 Putative uncharacterized protein 6.223395021 L4_control_B1 +LQ09X008230 Putative uncharacterized protein 6.38840556 L4_control_B2 +LQ09X008230 Putative uncharacterized protein 6.023659036 L4_control_B3 +LQ09X008230 Putative uncharacterized protein 7.179779113 L4_control_C2 +LQ09X008230 Putative uncharacterized protein 6.330343333 L4_control_C3 +LQ09X008230 Putative uncharacterized protein 5.709593651 L4_chemical_A1 +LQ09X008230 Putative uncharacterized protein 6.388495511 L4_chemical_A2 +LQ09X008230 Putative uncharacterized protein 6.079807123 L4_chemical_A3 +LQ09X008230 Putative uncharacterized protein 6.347296489 L4_chemical_B1 +LQ09X008230 Putative uncharacterized protein 6.27322955 L4_chemical_B2 +LQ09X008230 Putative uncharacterized protein 5.915587101 L4_chemical_B3 +LQ09X008230 Putative uncharacterized protein 5.957609452 L4_chemical_C2 +LQ09X008230 Putative uncharacterized protein 5.320533302 L4_chemical_C3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.531357698 C6_control_A1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 7.10512618 C6_control_A3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.476225735 C6_control_B1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.493160799 C6_control_B2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.876726778 C6_control_B3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.131529054 C6_control_C1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 5.671449778 C6_control_C2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.093855803 C6_control_C3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.368632091 C6_chemical_A1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 7.001595812 C6_chemical_A3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 7.146550062 C6_chemical_B1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.436659654 C6_chemical_B2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.636571676 C6_chemical_B3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.425401232 C6_chemical_C1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.002142927 C6_chemical_C2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.008289599 C6_chemical_C3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.527404779 L4_control_A1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.524026031 L4_control_A2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.375218806 L4_control_A3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 5.83219605 L4_control_B1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.387726446 L4_control_B2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.644665029 L4_control_B3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.878037936 L4_control_C2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.811046679 L4_control_C3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.38276529 L4_chemical_A1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.624300745 L4_chemical_A2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.482524135 L4_chemical_A3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.374589555 L4_chemical_B1 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.726365334 L4_chemical_B2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.717832535 L4_chemical_B3 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 7.900195431 L4_chemical_C2 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.306319895 L4_chemical_C3 +LQ09X008250 Xaa-Pro dipeptidase 6.547366008 C6_control_A1 +LQ09X008250 Xaa-Pro dipeptidase 6.49849029 C6_control_A3 +LQ09X008250 Xaa-Pro dipeptidase 6.664109191 C6_control_B1 +LQ09X008250 Xaa-Pro dipeptidase 6.614246071 C6_control_B2 +LQ09X008250 Xaa-Pro dipeptidase 6.672394344 C6_control_B3 +LQ09X008250 Xaa-Pro dipeptidase 6.240286373 C6_control_C1 +LQ09X008250 Xaa-Pro dipeptidase 6.863816362 C6_control_C2 +LQ09X008250 Xaa-Pro dipeptidase 6.678086699 C6_control_C3 +LQ09X008250 Xaa-Pro dipeptidase 6.183657447 C6_chemical_A1 +LQ09X008250 Xaa-Pro dipeptidase 6.679526683 C6_chemical_A3 +LQ09X008250 Xaa-Pro dipeptidase 6.583053656 C6_chemical_B1 +LQ09X008250 Xaa-Pro dipeptidase 6.222168494 C6_chemical_B2 +LQ09X008250 Xaa-Pro dipeptidase 6.341376786 C6_chemical_B3 +LQ09X008250 Xaa-Pro dipeptidase 6.105612281 C6_chemical_C1 +LQ09X008250 Xaa-Pro dipeptidase 6.687702065 C6_chemical_C2 +LQ09X008250 Xaa-Pro dipeptidase 6.60626831 C6_chemical_C3 +LQ09X008250 Xaa-Pro dipeptidase 6.179065136 L4_control_A1 +LQ09X008250 Xaa-Pro dipeptidase 6.239133442 L4_control_A2 +LQ09X008250 Xaa-Pro dipeptidase 7.666411299 L4_control_A3 +LQ09X008250 Xaa-Pro dipeptidase 6.018046979 L4_control_B1 +LQ09X008250 Xaa-Pro dipeptidase 7.15680872 L4_control_B2 +LQ09X008250 Xaa-Pro dipeptidase 6.067786773 L4_control_B3 +LQ09X008250 Xaa-Pro dipeptidase 6.353437832 L4_control_C2 +LQ09X008250 Xaa-Pro dipeptidase 6.396005592 L4_control_C3 +LQ09X008250 Xaa-Pro dipeptidase 6.32484601 L4_chemical_A1 +LQ09X008250 Xaa-Pro dipeptidase 6.588529152 L4_chemical_A2 +LQ09X008250 Xaa-Pro dipeptidase 5.956165229 L4_chemical_A3 +LQ09X008250 Xaa-Pro dipeptidase 6.056684413 L4_chemical_B1 +LQ09X008250 Xaa-Pro dipeptidase 6.374807531 L4_chemical_B2 +LQ09X008250 Xaa-Pro dipeptidase 6.295370601 L4_chemical_B3 +LQ09X008250 Xaa-Pro dipeptidase 6.162504403 L4_chemical_C2 +LQ09X008250 Xaa-Pro dipeptidase 5.331875901 L4_chemical_C3 +LQ09X008270 Putative uncharacterized protein 5.663171963 C6_control_A1 +LQ09X008270 Putative uncharacterized protein 6.710583013 C6_control_A3 +LQ09X008270 Putative uncharacterized protein 5.980236591 C6_control_B1 +LQ09X008270 Putative uncharacterized protein 5.49706849 C6_control_B2 +LQ09X008270 Putative uncharacterized protein 6.051460682 C6_control_B3 +LQ09X008270 Putative uncharacterized protein 6.594186339 C6_control_C1 +LQ09X008270 Putative uncharacterized protein 6.276628306 C6_control_C2 +LQ09X008270 Putative uncharacterized protein 6.410014515 C6_control_C3 +LQ09X008270 Putative uncharacterized protein 5.220734463 C6_chemical_A1 +LQ09X008270 Putative uncharacterized protein 5.860116212 C6_chemical_A3 +LQ09X008270 Putative uncharacterized protein 5.631850778 C6_chemical_B1 +LQ09X008270 Putative uncharacterized protein 5.374820782 C6_chemical_B2 +LQ09X008270 Putative uncharacterized protein 5.271220736 C6_chemical_B3 +LQ09X008270 Putative uncharacterized protein 6.387608804 C6_chemical_C1 +LQ09X008270 Putative uncharacterized protein 5.551859915 C6_chemical_C2 +LQ09X008270 Putative uncharacterized protein 6.056692843 C6_chemical_C3 +LQ09X008270 Putative uncharacterized protein 5.768809791 L4_control_A1 +LQ09X008270 Putative uncharacterized protein 5.50157805 L4_control_A2 +LQ09X008270 Putative uncharacterized protein 6.079865142 L4_control_A3 +LQ09X008270 Putative uncharacterized protein 5.283855296 L4_control_B1 +LQ09X008270 Putative uncharacterized protein 5.670184775 L4_control_B2 +LQ09X008270 Putative uncharacterized protein 5.563743695 L4_control_B3 +LQ09X008270 Putative uncharacterized protein 6.179700171 L4_control_C2 +LQ09X008270 Putative uncharacterized protein 5.684868765 L4_control_C3 +LQ09X008270 Putative uncharacterized protein 5.812840604 L4_chemical_A1 +LQ09X008270 Putative uncharacterized protein 5.530381161 L4_chemical_A2 +LQ09X008270 Putative uncharacterized protein 5.818832242 L4_chemical_A3 +LQ09X008270 Putative uncharacterized protein 5.456537579 L4_chemical_B1 +LQ09X008270 Putative uncharacterized protein 5.254913055 L4_chemical_B2 +LQ09X008270 Putative uncharacterized protein 5.59205929 L4_chemical_B3 +LQ09X008270 Putative uncharacterized protein 6.069341809 L4_chemical_C2 +LQ09X008270 Putative uncharacterized protein 6.194558628 L4_chemical_C3 +LQ09X008290 Hypothetical protein 4.859553426 C6_control_A1 +LQ09X008290 Hypothetical protein 5.607746529 C6_control_A3 +LQ09X008290 Hypothetical protein 5.368221136 C6_control_B1 +LQ09X008290 Hypothetical protein 4.882442593 C6_control_B2 +LQ09X008290 Hypothetical protein 5.039549178 C6_control_B3 +LQ09X008290 Hypothetical protein 5.061414345 C6_control_C1 +LQ09X008290 Hypothetical protein 6.020074764 C6_control_C2 +LQ09X008290 Hypothetical protein 5.109730847 C6_control_C3 +LQ09X008290 Hypothetical protein 4.823311548 C6_chemical_A1 +LQ09X008290 Hypothetical protein 5.134075302 C6_chemical_A3 +LQ09X008290 Hypothetical protein 5.191805579 C6_chemical_B1 +LQ09X008290 Hypothetical protein 5.32335889 C6_chemical_B2 +LQ09X008290 Hypothetical protein 5.11952479 C6_chemical_B3 +LQ09X008290 Hypothetical protein 5.526186765 C6_chemical_C1 +LQ09X008290 Hypothetical protein 5.342352285 C6_chemical_C2 +LQ09X008290 Hypothetical protein 5.23164574 C6_chemical_C3 +LQ09X008290 Hypothetical protein 5.271550624 L4_control_A1 +LQ09X008290 Hypothetical protein 5.14164439 L4_control_A2 +LQ09X008290 Hypothetical protein 5.100711601 L4_control_A3 +LQ09X008290 Hypothetical protein 4.973716906 L4_control_B1 +LQ09X008290 Hypothetical protein 4.823233407 L4_control_B2 +LQ09X008290 Hypothetical protein 5.159947319 L4_control_B3 +LQ09X008290 Hypothetical protein 5.038465823 L4_control_C2 +LQ09X008290 Hypothetical protein 4.830391651 L4_control_C3 +LQ09X008290 Hypothetical protein 5.151180447 L4_chemical_A1 +LQ09X008290 Hypothetical protein 4.971580345 L4_chemical_A2 +LQ09X008290 Hypothetical protein 5.048268109 L4_chemical_A3 +LQ09X008290 Hypothetical protein 5.096953305 L4_chemical_B1 +LQ09X008290 Hypothetical protein 4.701610872 L4_chemical_B2 +LQ09X008290 Hypothetical protein 5.237912637 L4_chemical_B3 +LQ09X008290 Hypothetical protein 5.76841245 L4_chemical_C2 +LQ09X008290 Hypothetical protein 4.846193596 L4_chemical_C3 +LQ09X008320 40S ribosomal protein S15a-5 8.539130455 C6_control_A1 +LQ09X008320 40S ribosomal protein S15a-5 8.362407915 C6_control_A3 +LQ09X008320 40S ribosomal protein S15a-5 9.041843172 C6_control_B1 +LQ09X008320 40S ribosomal protein S15a-5 7.865939052 C6_control_B2 +LQ09X008320 40S ribosomal protein S15a-5 8.994031704 C6_control_B3 +LQ09X008320 40S ribosomal protein S15a-5 6.902066629 C6_control_C1 +LQ09X008320 40S ribosomal protein S15a-5 6.709642016 C6_control_C2 +LQ09X008320 40S ribosomal protein S15a-5 7.356309147 C6_control_C3 +LQ09X008320 40S ribosomal protein S15a-5 8.5555303 C6_chemical_A1 +LQ09X008320 40S ribosomal protein S15a-5 8.170944886 C6_chemical_A3 +LQ09X008320 40S ribosomal protein S15a-5 8.675099258 C6_chemical_B1 +LQ09X008320 40S ribosomal protein S15a-5 7.6200933 C6_chemical_B2 +LQ09X008320 40S ribosomal protein S15a-5 8.625243706 C6_chemical_B3 +LQ09X008320 40S ribosomal protein S15a-5 6.559907501 C6_chemical_C1 +LQ09X008320 40S ribosomal protein S15a-5 7.35465699 C6_chemical_C2 +LQ09X008320 40S ribosomal protein S15a-5 6.929886393 C6_chemical_C3 +LQ09X008320 40S ribosomal protein S15a-5 8.207832349 L4_control_A1 +LQ09X008320 40S ribosomal protein S15a-5 9.228924325 L4_control_A2 +LQ09X008320 40S ribosomal protein S15a-5 9.780519057 L4_control_A3 +LQ09X008320 40S ribosomal protein S15a-5 8.76713884 L4_control_B1 +LQ09X008320 40S ribosomal protein S15a-5 9.044682262 L4_control_B2 +LQ09X008320 40S ribosomal protein S15a-5 8.544300743 L4_control_B3 +LQ09X008320 40S ribosomal protein S15a-5 8.983118695 L4_control_C2 +LQ09X008320 40S ribosomal protein S15a-5 8.601750647 L4_control_C3 +LQ09X008320 40S ribosomal protein S15a-5 8.070248869 L4_chemical_A1 +LQ09X008320 40S ribosomal protein S15a-5 9.101874324 L4_chemical_A2 +LQ09X008320 40S ribosomal protein S15a-5 9.448788596 L4_chemical_A3 +LQ09X008320 40S ribosomal protein S15a-5 9.034844893 L4_chemical_B1 +LQ09X008320 40S ribosomal protein S15a-5 9.454613509 L4_chemical_B2 +LQ09X008320 40S ribosomal protein S15a-5 8.563211184 L4_chemical_B3 +LQ09X008320 40S ribosomal protein S15a-5 9.313700355 L4_chemical_C2 +LQ09X008320 40S ribosomal protein S15a-5 8.612764426 L4_chemical_C3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 7.118331422 C6_control_A1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 8.208120284 C6_control_A3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.462102531 C6_control_B1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.220098656 C6_control_B2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 7.258119351 C6_control_B3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 5.797848608 C6_control_C1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.918535639 C6_control_C2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.518520306 C6_control_C3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.993086914 C6_chemical_A1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.283337939 C6_chemical_A3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.146000611 C6_chemical_B1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 5.919865201 C6_chemical_B2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.574221374 C6_chemical_B3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.04847248 C6_chemical_C1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 5.997016149 C6_chemical_C2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.266916037 C6_chemical_C3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.64171806 L4_control_A1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 7.276804808 L4_control_A2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.707108784 L4_control_A3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 5.527710121 L4_control_B1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.188743751 L4_control_B2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.050873772 L4_control_B3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.684781265 L4_control_C2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.312209076 L4_control_C3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.365508882 L4_chemical_A1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.753254116 L4_chemical_A2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.332228695 L4_chemical_A3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 7.014629091 L4_chemical_B1 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.644940449 L4_chemical_B2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.360060318 L4_chemical_B3 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.58189106 L4_chemical_C2 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.851694469 L4_chemical_C3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.579559256 C6_control_A1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.73045473 C6_control_A3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.14722962 C6_control_B1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.197370603 C6_control_B2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.377491515 C6_control_B3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.079387066 C6_control_C1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.851220631 C6_control_C2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 4.879422353 C6_control_C3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.166372871 C6_chemical_A1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.418649267 C6_chemical_A3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.314902811 C6_chemical_B1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.127149584 C6_chemical_B2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.00774491 C6_chemical_B3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.376731481 C6_chemical_C1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.123334038 C6_chemical_C2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 4.930130488 C6_chemical_C3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 4.746796305 L4_control_A1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 4.831079479 L4_control_A2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.365925218 L4_control_A3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 4.801835996 L4_control_B1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.161363136 L4_control_B2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.118103897 L4_control_B3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.148993875 L4_control_C2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.039479064 L4_control_C3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 4.804573177 L4_chemical_A1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.008089758 L4_chemical_A2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.356634245 L4_chemical_A3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.632211599 L4_chemical_B1 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.166060612 L4_chemical_B2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 4.907843817 L4_chemical_B3 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.242451838 L4_chemical_C2 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 4.927461789 L4_chemical_C3 +LQ09X008390 60S ribosomal protein L31 6.131259082 C6_control_A1 +LQ09X008390 60S ribosomal protein L31 5.296812393 C6_control_A3 +LQ09X008390 60S ribosomal protein L31 5.515664619 C6_control_B1 +LQ09X008390 60S ribosomal protein L31 6.330003304 C6_control_B2 +LQ09X008390 60S ribosomal protein L31 6.311908701 C6_control_B3 +LQ09X008390 60S ribosomal protein L31 5.948021426 C6_control_C1 +LQ09X008390 60S ribosomal protein L31 6.227070548 C6_control_C2 +LQ09X008390 60S ribosomal protein L31 6.126607887 C6_control_C3 +LQ09X008390 60S ribosomal protein L31 6.267983544 C6_chemical_A1 +LQ09X008390 60S ribosomal protein L31 5.220237066 C6_chemical_A3 +LQ09X008390 60S ribosomal protein L31 5.632677557 C6_chemical_B1 +LQ09X008390 60S ribosomal protein L31 6.145353394 C6_chemical_B2 +LQ09X008390 60S ribosomal protein L31 5.864532405 C6_chemical_B3 +LQ09X008390 60S ribosomal protein L31 6.61869572 C6_chemical_C1 +LQ09X008390 60S ribosomal protein L31 6.402728589 C6_chemical_C2 +LQ09X008390 60S ribosomal protein L31 6.128385331 C6_chemical_C3 +LQ09X008390 60S ribosomal protein L31 5.74677679 L4_control_A1 +LQ09X008390 60S ribosomal protein L31 5.64249813 L4_control_A2 +LQ09X008390 60S ribosomal protein L31 5.822048886 L4_control_A3 +LQ09X008390 60S ribosomal protein L31 5.362626566 L4_control_B1 +LQ09X008390 60S ribosomal protein L31 5.548434133 L4_control_B2 +LQ09X008390 60S ribosomal protein L31 6.29935713 L4_control_B3 +LQ09X008390 60S ribosomal protein L31 5.289260521 L4_control_C2 +LQ09X008390 60S ribosomal protein L31 5.732039346 L4_control_C3 +LQ09X008390 60S ribosomal protein L31 5.649464815 L4_chemical_A1 +LQ09X008390 60S ribosomal protein L31 5.834400329 L4_chemical_A2 +LQ09X008390 60S ribosomal protein L31 5.801837608 L4_chemical_A3 +LQ09X008390 60S ribosomal protein L31 5.17736012 L4_chemical_B1 +LQ09X008390 60S ribosomal protein L31 6.10450019 L4_chemical_B2 +LQ09X008390 60S ribosomal protein L31 6.220648772 L4_chemical_B3 +LQ09X008390 60S ribosomal protein L31 5.581968115 L4_chemical_C2 +LQ09X008390 60S ribosomal protein L31 5.244557073 L4_chemical_C3 +LQ09X008400 Putative uncharacterized protein 5.464526323 C6_control_A1 +LQ09X008400 Putative uncharacterized protein 5.708359908 C6_control_A3 +LQ09X008400 Putative uncharacterized protein 5.395539605 C6_control_B1 +LQ09X008400 Putative uncharacterized protein 5.021345597 C6_control_B2 +LQ09X008400 Putative uncharacterized protein 5.21841583 C6_control_B3 +LQ09X008400 Putative uncharacterized protein 5.208204714 C6_control_C1 +LQ09X008400 Putative uncharacterized protein 6.022649612 C6_control_C2 +LQ09X008400 Putative uncharacterized protein 5.337036896 C6_control_C3 +LQ09X008400 Putative uncharacterized protein 5.665844274 C6_chemical_A1 +LQ09X008400 Putative uncharacterized protein 5.414685744 C6_chemical_A3 +LQ09X008400 Putative uncharacterized protein 5.407785486 C6_chemical_B1 +LQ09X008400 Putative uncharacterized protein 5.490761301 C6_chemical_B2 +LQ09X008400 Putative uncharacterized protein 5.505621194 C6_chemical_B3 +LQ09X008400 Putative uncharacterized protein 5.429101861 C6_chemical_C1 +LQ09X008400 Putative uncharacterized protein 5.243606008 C6_chemical_C2 +LQ09X008400 Putative uncharacterized protein 5.215853894 C6_chemical_C3 +LQ09X008400 Putative uncharacterized protein 5.437907598 L4_control_A1 +LQ09X008400 Putative uncharacterized protein 5.702596782 L4_control_A2 +LQ09X008400 Putative uncharacterized protein 5.71193326 L4_control_A3 +LQ09X008400 Putative uncharacterized protein 5.233931929 L4_control_B1 +LQ09X008400 Putative uncharacterized protein 5.564145574 L4_control_B2 +LQ09X008400 Putative uncharacterized protein 5.298238861 L4_control_B3 +LQ09X008400 Putative uncharacterized protein 5.808489406 L4_control_C2 +LQ09X008400 Putative uncharacterized protein 5.130226165 L4_control_C3 +LQ09X008400 Putative uncharacterized protein 5.684774082 L4_chemical_A1 +LQ09X008400 Putative uncharacterized protein 5.294658558 L4_chemical_A2 +LQ09X008400 Putative uncharacterized protein 5.43368727 L4_chemical_A3 +LQ09X008400 Putative uncharacterized protein 5.175775928 L4_chemical_B1 +LQ09X008400 Putative uncharacterized protein 5.501568657 L4_chemical_B2 +LQ09X008400 Putative uncharacterized protein 5.242129467 L4_chemical_B3 +LQ09X008400 Putative uncharacterized protein 5.412385499 L4_chemical_C2 +LQ09X008400 Putative uncharacterized protein 5.372885044 L4_chemical_C3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.62670183 C6_control_A1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.96648852 C6_control_A3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.40154919 C6_control_B1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.03937729 C6_control_B2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.82946913 C6_control_B3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.33960021 C6_control_C1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.12856511 C6_control_C2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 10.88128172 C6_control_C3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.46342275 C6_chemical_A1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.65850849 C6_chemical_A3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.16883252 C6_chemical_B1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.03369398 C6_chemical_B2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.61324557 C6_chemical_B3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.09590786 C6_chemical_C1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 10.97121182 C6_chemical_C2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.38578291 C6_chemical_C3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.57843025 L4_control_A1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.27638661 L4_control_A2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.97454905 L4_control_A3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 10.76472797 L4_control_B1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.900093 L4_control_B2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.63954034 L4_control_B3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.63433937 L4_control_C2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.98536038 L4_control_C3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.04432221 L4_chemical_A1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.07561698 L4_chemical_A2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.56314844 L4_chemical_A3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 10.78386054 L4_chemical_B1 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.18840387 L4_chemical_B2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.51492061 L4_chemical_B3 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.48547473 L4_chemical_C2 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.65501389 L4_chemical_C3 +LQ09X008420 40S ribosomal protein S30 15.32639037 C6_control_A1 +LQ09X008420 40S ribosomal protein S30 15.17992106 C6_control_A3 +LQ09X008420 40S ribosomal protein S30 14.8866753 C6_control_B1 +LQ09X008420 40S ribosomal protein S30 14.92162119 C6_control_B2 +LQ09X008420 40S ribosomal protein S30 14.97815435 C6_control_B3 +LQ09X008420 40S ribosomal protein S30 14.74193406 C6_control_C1 +LQ09X008420 40S ribosomal protein S30 14.31909585 C6_control_C2 +LQ09X008420 40S ribosomal protein S30 14.75749247 C6_control_C3 +LQ09X008420 40S ribosomal protein S30 15.03921223 C6_chemical_A1 +LQ09X008420 40S ribosomal protein S30 14.09468618 C6_chemical_A3 +LQ09X008420 40S ribosomal protein S30 14.68148285 C6_chemical_B1 +LQ09X008420 40S ribosomal protein S30 14.37937995 C6_chemical_B2 +LQ09X008420 40S ribosomal protein S30 14.83174265 C6_chemical_B3 +LQ09X008420 40S ribosomal protein S30 14.78286091 C6_chemical_C1 +LQ09X008420 40S ribosomal protein S30 14.60969874 C6_chemical_C2 +LQ09X008420 40S ribosomal protein S30 14.23837662 C6_chemical_C3 +LQ09X008420 40S ribosomal protein S30 14.93821497 L4_control_A1 +LQ09X008420 40S ribosomal protein S30 14.88248332 L4_control_A2 +LQ09X008420 40S ribosomal protein S30 15.05116277 L4_control_A3 +LQ09X008420 40S ribosomal protein S30 13.84453095 L4_control_B1 +LQ09X008420 40S ribosomal protein S30 13.29505288 L4_control_B2 +LQ09X008420 40S ribosomal protein S30 14.43254914 L4_control_B3 +LQ09X008420 40S ribosomal protein S30 14.18235013 L4_control_C2 +LQ09X008420 40S ribosomal protein S30 14.0992387 L4_control_C3 +LQ09X008420 40S ribosomal protein S30 14.96628952 L4_chemical_A1 +LQ09X008420 40S ribosomal protein S30 14.66557648 L4_chemical_A2 +LQ09X008420 40S ribosomal protein S30 14.9168071 L4_chemical_A3 +LQ09X008420 40S ribosomal protein S30 14.57312396 L4_chemical_B1 +LQ09X008420 40S ribosomal protein S30 14.12610952 L4_chemical_B2 +LQ09X008420 40S ribosomal protein S30 14.62324336 L4_chemical_B3 +LQ09X008420 40S ribosomal protein S30 14.02972977 L4_chemical_C2 +LQ09X008420 40S ribosomal protein S30 14.03136706 L4_chemical_C3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.41432668 C6_control_A1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.43754112 C6_control_A3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.27634597 C6_control_B1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.50033184 C6_control_B2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.27821322 C6_control_B3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.17440183 C6_control_C1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.38111555 C6_control_C2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 10.76614334 C6_control_C3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.44201939 C6_chemical_A1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.22510165 C6_chemical_A3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.47889821 C6_chemical_B1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.511968 C6_chemical_B2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.3839968 C6_chemical_B3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.15901526 C6_chemical_C1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.16602489 C6_chemical_C2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 10.45082977 C6_chemical_C3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.30234525 L4_control_A1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.56238893 L4_control_A2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.44250232 L4_control_A3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.20204363 L4_control_B1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.57427692 L4_control_B2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.13962961 L4_control_B3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 10.81170893 L4_control_C2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.32989325 L4_control_C3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.26908451 L4_chemical_A1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.65395162 L4_chemical_A2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.44170993 L4_chemical_A3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.28828993 L4_chemical_B1 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.3075418 L4_chemical_B2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.42549068 L4_chemical_B3 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 10.99380532 L4_chemical_C2 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.36045086 L4_chemical_C3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 4.946512321 C6_control_A1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.348008848 C6_control_A3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 4.747826096 C6_control_B1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.598824288 C6_control_B2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.395673429 C6_control_B3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.529000309 C6_control_C1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.854997361 C6_control_C2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.968998526 C6_control_C3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.243218888 C6_chemical_A1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 4.862221917 C6_chemical_A3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.47370622 C6_chemical_B1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 6.071405136 C6_chemical_B2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.420741844 C6_chemical_B3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 6.021396564 C6_chemical_C1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 6.056333573 C6_chemical_C2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 6.374622746 C6_chemical_C3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.085564514 L4_control_A1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.340143756 L4_control_A2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.178614029 L4_control_A3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.808990664 L4_control_B1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.181988148 L4_control_B2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.17372339 L4_control_B3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.138687274 L4_control_C2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.385632577 L4_control_C3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.432472827 L4_chemical_A1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.683717753 L4_chemical_A2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 4.958793492 L4_chemical_A3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.569417766 L4_chemical_B1 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.00113164 L4_chemical_B2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.403506646 L4_chemical_B3 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.08048744 L4_chemical_C2 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.769133955 L4_chemical_C3 +LQ09X008460 Arabinogalactan peptide 20 5.394688589 C6_control_A1 +LQ09X008460 Arabinogalactan peptide 20 5.149987615 C6_control_A3 +LQ09X008460 Arabinogalactan peptide 20 5.43351537 C6_control_B1 +LQ09X008460 Arabinogalactan peptide 20 5.249203947 C6_control_B2 +LQ09X008460 Arabinogalactan peptide 20 5.462400136 C6_control_B3 +LQ09X008460 Arabinogalactan peptide 20 5.609890255 C6_control_C1 +LQ09X008460 Arabinogalactan peptide 20 5.059585755 C6_control_C2 +LQ09X008460 Arabinogalactan peptide 20 6.347498589 C6_control_C3 +LQ09X008460 Arabinogalactan peptide 20 5.168561966 C6_chemical_A1 +LQ09X008460 Arabinogalactan peptide 20 5.530449311 C6_chemical_A3 +LQ09X008460 Arabinogalactan peptide 20 5.327648542 C6_chemical_B1 +LQ09X008460 Arabinogalactan peptide 20 5.090770966 C6_chemical_B2 +LQ09X008460 Arabinogalactan peptide 20 5.156314977 C6_chemical_B3 +LQ09X008460 Arabinogalactan peptide 20 5.528744269 C6_chemical_C1 +LQ09X008460 Arabinogalactan peptide 20 5.257832919 C6_chemical_C2 +LQ09X008460 Arabinogalactan peptide 20 5.666761174 C6_chemical_C3 +LQ09X008460 Arabinogalactan peptide 20 5.53337084 L4_control_A1 +LQ09X008460 Arabinogalactan peptide 20 5.55930621 L4_control_A2 +LQ09X008460 Arabinogalactan peptide 20 5.329733029 L4_control_A3 +LQ09X008460 Arabinogalactan peptide 20 5.337559407 L4_control_B1 +LQ09X008460 Arabinogalactan peptide 20 5.173195286 L4_control_B2 +LQ09X008460 Arabinogalactan peptide 20 5.106830173 L4_control_B3 +LQ09X008460 Arabinogalactan peptide 20 6.042982411 L4_control_C2 +LQ09X008460 Arabinogalactan peptide 20 5.867687519 L4_control_C3 +LQ09X008460 Arabinogalactan peptide 20 5.396950228 L4_chemical_A1 +LQ09X008460 Arabinogalactan peptide 20 5.501232319 L4_chemical_A2 +LQ09X008460 Arabinogalactan peptide 20 5.665906115 L4_chemical_A3 +LQ09X008460 Arabinogalactan peptide 20 5.506060245 L4_chemical_B1 +LQ09X008460 Arabinogalactan peptide 20 5.642238245 L4_chemical_B2 +LQ09X008460 Arabinogalactan peptide 20 5.055223765 L4_chemical_B3 +LQ09X008460 Arabinogalactan peptide 20 6.211253266 L4_chemical_C2 +LQ09X008460 Arabinogalactan peptide 20 6.568439815 L4_chemical_C3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 9.02584038 C6_control_A1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 8.210588435 C6_control_A3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 9.397299802 C6_control_B1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 10.25526632 C6_control_B2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 9.199853892 C6_control_B3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 12.04934629 C6_control_C1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.77604789 C6_control_C2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 12.27632125 C6_control_C3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 8.243674382 C6_chemical_A1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 9.233381615 C6_chemical_A3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 9.027024478 C6_chemical_B1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 10.01112905 C6_chemical_B2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 9.334459943 C6_chemical_B3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.94717145 C6_chemical_C1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.93213318 C6_chemical_C2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 12.78914462 C6_chemical_C3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 9.827218653 L4_control_A1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 10.5891335 L4_control_A2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 9.949664929 L4_control_A3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.14612104 L4_control_B1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 10.10562108 L4_control_B2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.38389002 L4_control_B3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.51196934 L4_control_C2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.71974645 L4_control_C3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 10.88785456 L4_chemical_A1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.2930754 L4_chemical_A2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 10.52246023 L4_chemical_A3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.30507973 L4_chemical_B1 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 10.39472607 L4_chemical_B2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 10.74027892 L4_chemical_B3 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.63743796 L4_chemical_C2 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 11.73074651 L4_chemical_C3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.456334608 C6_control_A1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.513522196 C6_control_A3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.548907404 C6_control_B1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.143716699 C6_control_B2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.450993994 C6_control_B3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 11.0969546 C6_control_C1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.66518338 C6_control_C2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 11.81450432 C6_control_C3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.07559269 C6_chemical_A1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.2561755 C6_chemical_A3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.761483112 C6_chemical_B1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.132978136 C6_chemical_B2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.055211591 C6_chemical_B3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 11.17480516 C6_chemical_C1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.90867775 C6_chemical_C2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 11.62839065 C6_chemical_C3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.04102245 L4_control_A1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 8.86117145 L4_control_A2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.318248454 L4_control_A3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 8.896963566 L4_control_B1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 7.804172565 L4_control_B2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.043856345 L4_control_B3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.50005098 L4_control_C2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.58927966 L4_control_C3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 11.99795138 L4_chemical_A1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 11.4582364 L4_chemical_A2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.14066694 L4_chemical_A3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.09153778 L4_chemical_B1 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 9.726958994 L4_chemical_B2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 8.797825032 L4_chemical_B3 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 11.07934071 L4_chemical_C2 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.62085228 L4_chemical_C3 +LQ09X008520 Inositol oxygenase 2 5.398699639 C6_control_A1 +LQ09X008520 Inositol oxygenase 2 6.213254435 C6_control_A3 +LQ09X008520 Inositol oxygenase 2 5.442216211 C6_control_B1 +LQ09X008520 Inositol oxygenase 2 7.2218025 C6_control_B2 +LQ09X008520 Inositol oxygenase 2 6.544228826 C6_control_B3 +LQ09X008520 Inositol oxygenase 2 5.157349964 C6_control_C1 +LQ09X008520 Inositol oxygenase 2 4.972583362 C6_control_C2 +LQ09X008520 Inositol oxygenase 2 5.143866542 C6_control_C3 +LQ09X008520 Inositol oxygenase 2 4.91299628 C6_chemical_A1 +LQ09X008520 Inositol oxygenase 2 6.508211021 C6_chemical_A3 +LQ09X008520 Inositol oxygenase 2 5.381671797 C6_chemical_B1 +LQ09X008520 Inositol oxygenase 2 5.792540421 C6_chemical_B2 +LQ09X008520 Inositol oxygenase 2 6.691219291 C6_chemical_B3 +LQ09X008520 Inositol oxygenase 2 5.010877094 C6_chemical_C1 +LQ09X008520 Inositol oxygenase 2 4.885175536 C6_chemical_C2 +LQ09X008520 Inositol oxygenase 2 5.147697605 C6_chemical_C3 +LQ09X008520 Inositol oxygenase 2 6.529869236 L4_control_A1 +LQ09X008520 Inositol oxygenase 2 5.372599921 L4_control_A2 +LQ09X008520 Inositol oxygenase 2 7.390984174 L4_control_A3 +LQ09X008520 Inositol oxygenase 2 7.534068458 L4_control_B1 +LQ09X008520 Inositol oxygenase 2 6.462927704 L4_control_B2 +LQ09X008520 Inositol oxygenase 2 9.424197018 L4_control_B3 +LQ09X008520 Inositol oxygenase 2 5.308226076 L4_control_C2 +LQ09X008520 Inositol oxygenase 2 5.292335643 L4_control_C3 +LQ09X008520 Inositol oxygenase 2 8.417763259 L4_chemical_A1 +LQ09X008520 Inositol oxygenase 2 5.084562102 L4_chemical_A2 +LQ09X008520 Inositol oxygenase 2 5.684912424 L4_chemical_A3 +LQ09X008520 Inositol oxygenase 2 5.964715679 L4_chemical_B1 +LQ09X008520 Inositol oxygenase 2 6.2758653 L4_chemical_B2 +LQ09X008520 Inositol oxygenase 2 9.105416601 L4_chemical_B3 +LQ09X008520 Inositol oxygenase 2 4.905098436 L4_chemical_C2 +LQ09X008520 Inositol oxygenase 2 5.835963507 L4_chemical_C3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.587572704 C6_control_A1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.289231881 C6_control_A3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.460152409 C6_control_B1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.844944853 C6_control_B2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.777494468 C6_control_B3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.626218273 C6_control_C1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.665953243 C6_control_C2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.7910121 C6_control_C3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.694987541 C6_chemical_A1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.710262802 C6_chemical_A3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.588644922 C6_chemical_B1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.854012632 C6_chemical_B2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.289299244 C6_chemical_B3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.612791152 C6_chemical_C1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.502294704 C6_chemical_C2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.855370663 C6_chemical_C3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.142094087 L4_control_A1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.517972939 L4_control_A2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 4.993415588 L4_control_A3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.369567461 L4_control_B1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.29401855 L4_control_B2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.393729987 L4_control_B3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 6.104831803 L4_control_C2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.68344539 L4_control_C3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.235847464 L4_chemical_A1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.722960008 L4_chemical_A2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.041399755 L4_chemical_A3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.866107911 L4_chemical_B1 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 6.105437963 L4_chemical_B2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.358091709 L4_chemical_B3 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.191359771 L4_chemical_C2 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.569755841 L4_chemical_C3 +LQ09X008560 AP-4 complex subunit sigma-1 13.24695023 C6_control_A1 +LQ09X008560 AP-4 complex subunit sigma-1 13.49107193 C6_control_A3 +LQ09X008560 AP-4 complex subunit sigma-1 13.01589914 C6_control_B1 +LQ09X008560 AP-4 complex subunit sigma-1 12.53330955 C6_control_B2 +LQ09X008560 AP-4 complex subunit sigma-1 12.84557261 C6_control_B3 +LQ09X008560 AP-4 complex subunit sigma-1 11.76004853 C6_control_C1 +LQ09X008560 AP-4 complex subunit sigma-1 12.03818396 C6_control_C2 +LQ09X008560 AP-4 complex subunit sigma-1 11.60561671 C6_control_C3 +LQ09X008560 AP-4 complex subunit sigma-1 13.34205137 C6_chemical_A1 +LQ09X008560 AP-4 complex subunit sigma-1 13.08118301 C6_chemical_A3 +LQ09X008560 AP-4 complex subunit sigma-1 12.79674133 C6_chemical_B1 +LQ09X008560 AP-4 complex subunit sigma-1 12.56884178 C6_chemical_B2 +LQ09X008560 AP-4 complex subunit sigma-1 12.70772419 C6_chemical_B3 +LQ09X008560 AP-4 complex subunit sigma-1 11.66946491 C6_chemical_C1 +LQ09X008560 AP-4 complex subunit sigma-1 11.81152222 C6_chemical_C2 +LQ09X008560 AP-4 complex subunit sigma-1 11.21376566 C6_chemical_C3 +LQ09X008560 AP-4 complex subunit sigma-1 13.2667815 L4_control_A1 +LQ09X008560 AP-4 complex subunit sigma-1 13.22907928 L4_control_A2 +LQ09X008560 AP-4 complex subunit sigma-1 13.74357299 L4_control_A3 +LQ09X008560 AP-4 complex subunit sigma-1 12.84452731 L4_control_B1 +LQ09X008560 AP-4 complex subunit sigma-1 12.82711219 L4_control_B2 +LQ09X008560 AP-4 complex subunit sigma-1 12.213585 L4_control_B3 +LQ09X008560 AP-4 complex subunit sigma-1 12.30376355 L4_control_C2 +LQ09X008560 AP-4 complex subunit sigma-1 11.94460801 L4_control_C3 +LQ09X008560 AP-4 complex subunit sigma-1 12.95100532 L4_chemical_A1 +LQ09X008560 AP-4 complex subunit sigma-1 12.84504764 L4_chemical_A2 +LQ09X008560 AP-4 complex subunit sigma-1 13.6308581 L4_chemical_A3 +LQ09X008560 AP-4 complex subunit sigma-1 13.16120264 L4_chemical_B1 +LQ09X008560 AP-4 complex subunit sigma-1 13.00918474 L4_chemical_B2 +LQ09X008560 AP-4 complex subunit sigma-1 12.60614974 L4_chemical_B3 +LQ09X008560 AP-4 complex subunit sigma-1 12.31891775 L4_chemical_C2 +LQ09X008560 AP-4 complex subunit sigma-1 11.71237309 L4_chemical_C3 +LQ09X008570 6-phosphofructokinase 3 12.09061668 C6_control_A1 +LQ09X008570 6-phosphofructokinase 3 11.98962487 C6_control_A3 +LQ09X008570 6-phosphofructokinase 3 12.23688977 C6_control_B1 +LQ09X008570 6-phosphofructokinase 3 11.7232399 C6_control_B2 +LQ09X008570 6-phosphofructokinase 3 11.80843189 C6_control_B3 +LQ09X008570 6-phosphofructokinase 3 12.71803303 C6_control_C1 +LQ09X008570 6-phosphofructokinase 3 12.69489699 C6_control_C2 +LQ09X008570 6-phosphofructokinase 3 12.5203561 C6_control_C3 +LQ09X008570 6-phosphofructokinase 3 12.48847993 C6_chemical_A1 +LQ09X008570 6-phosphofructokinase 3 12.44057827 C6_chemical_A3 +LQ09X008570 6-phosphofructokinase 3 12.4363347 C6_chemical_B1 +LQ09X008570 6-phosphofructokinase 3 11.98096009 C6_chemical_B2 +LQ09X008570 6-phosphofructokinase 3 12.0415446 C6_chemical_B3 +LQ09X008570 6-phosphofructokinase 3 12.70526342 C6_chemical_C1 +LQ09X008570 6-phosphofructokinase 3 12.74663339 C6_chemical_C2 +LQ09X008570 6-phosphofructokinase 3 12.7666774 C6_chemical_C3 +LQ09X008570 6-phosphofructokinase 3 12.29491713 L4_control_A1 +LQ09X008570 6-phosphofructokinase 3 11.68082977 L4_control_A2 +LQ09X008570 6-phosphofructokinase 3 12.18808092 L4_control_A3 +LQ09X008570 6-phosphofructokinase 3 11.98424753 L4_control_B1 +LQ09X008570 6-phosphofructokinase 3 12.13839054 L4_control_B2 +LQ09X008570 6-phosphofructokinase 3 11.99735412 L4_control_B3 +LQ09X008570 6-phosphofructokinase 3 12.89097963 L4_control_C2 +LQ09X008570 6-phosphofructokinase 3 12.97227632 L4_control_C3 +LQ09X008570 6-phosphofructokinase 3 12.43474454 L4_chemical_A1 +LQ09X008570 6-phosphofructokinase 3 11.87117659 L4_chemical_A2 +LQ09X008570 6-phosphofructokinase 3 12.0798398 L4_chemical_A3 +LQ09X008570 6-phosphofructokinase 3 11.99869883 L4_chemical_B1 +LQ09X008570 6-phosphofructokinase 3 11.74248143 L4_chemical_B2 +LQ09X008570 6-phosphofructokinase 3 12.06589264 L4_chemical_B3 +LQ09X008570 6-phosphofructokinase 3 12.82365533 L4_chemical_C2 +LQ09X008570 6-phosphofructokinase 3 12.90848746 L4_chemical_C3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 6.114543275 C6_control_A1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 7.707103104 C6_control_A3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.628750959 C6_control_B1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.786716151 C6_control_B2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.657770547 C6_control_B3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.454766238 C6_control_C1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 7.536047748 C6_control_C2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.367213593 C6_control_C3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.840586449 C6_chemical_A1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.738439131 C6_chemical_A3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.497921354 C6_chemical_B1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 6.125261012 C6_chemical_B2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.069990656 C6_chemical_B3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.552107076 C6_chemical_C1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.531427283 C6_chemical_C2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 4.964626046 C6_chemical_C3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.583534685 L4_control_A1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.766198008 L4_control_A2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 6.448085189 L4_control_A3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.775751089 L4_control_B1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.659510045 L4_control_B2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.54961136 L4_control_B3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.133246062 L4_control_C2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.091379579 L4_control_C3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.387568677 L4_chemical_A1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.372492913 L4_chemical_A2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 6.262513138 L4_chemical_A3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 6.134340497 L4_chemical_B1 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.402003412 L4_chemical_B2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.456706637 L4_chemical_B3 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.762265843 L4_chemical_C2 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.419268186 L4_chemical_C3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.4939793 C6_control_A1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.61131575 C6_control_A3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.8461861 C6_control_B1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.50906262 C6_control_B2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.93367896 C6_control_B3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.55426791 C6_control_C1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.32758294 C6_control_C2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.73315357 C6_control_C3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.15856039 C6_chemical_A1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.74923353 C6_chemical_A3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.71590648 C6_chemical_B1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.33396911 C6_chemical_B2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.11087019 C6_chemical_B3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.16115852 C6_chemical_C1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.23499959 C6_chemical_C2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.32661103 C6_chemical_C3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 11.81961988 L4_control_A1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 11.1028257 L4_control_A2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 11.22005769 L4_control_A3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.32465771 L4_control_B1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 11.99688281 L4_control_B2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.39076523 L4_control_B3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.17590434 L4_control_C2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.09527011 L4_control_C3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.32708013 L4_chemical_A1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 11.6283473 L4_chemical_A2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 11.42259536 L4_chemical_A3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.56468779 L4_chemical_B1 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.23379818 L4_chemical_B2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.05896212 L4_chemical_B3 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.12044784 L4_chemical_C2 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 13.30712471 L4_chemical_C3 +LQ09X008640 Predicted protein 13.05456442 C6_control_A1 +LQ09X008640 Predicted protein 12.52839844 C6_control_A3 +LQ09X008640 Predicted protein 13.11481783 C6_control_B1 +LQ09X008640 Predicted protein 11.70603251 C6_control_B2 +LQ09X008640 Predicted protein 12.99856797 C6_control_B3 +LQ09X008640 Predicted protein 7.231481967 C6_control_C1 +LQ09X008640 Predicted protein 6.205644171 C6_control_C2 +LQ09X008640 Predicted protein 6.964065755 C6_control_C3 +LQ09X008640 Predicted protein 13.07971802 C6_chemical_A1 +LQ09X008640 Predicted protein 12.91934139 C6_chemical_A3 +LQ09X008640 Predicted protein 12.68961902 C6_chemical_B1 +LQ09X008640 Predicted protein 11.64598792 C6_chemical_B2 +LQ09X008640 Predicted protein 12.52956594 C6_chemical_B3 +LQ09X008640 Predicted protein 7.100904387 C6_chemical_C1 +LQ09X008640 Predicted protein 5.968859138 C6_chemical_C2 +LQ09X008640 Predicted protein 6.224925105 C6_chemical_C3 +LQ09X008640 Predicted protein 12.74196125 L4_control_A1 +LQ09X008640 Predicted protein 12.62842696 L4_control_A2 +LQ09X008640 Predicted protein 11.42277983 L4_control_A3 +LQ09X008640 Predicted protein 11.96910141 L4_control_B1 +LQ09X008640 Predicted protein 12.96105682 L4_control_B2 +LQ09X008640 Predicted protein 10.63185936 L4_control_B3 +LQ09X008640 Predicted protein 5.659023538 L4_control_C2 +LQ09X008640 Predicted protein 5.741825902 L4_control_C3 +LQ09X008640 Predicted protein 12.26523204 L4_chemical_A1 +LQ09X008640 Predicted protein 11.92814061 L4_chemical_A2 +LQ09X008640 Predicted protein 11.4186135 L4_chemical_A3 +LQ09X008640 Predicted protein 12.76112519 L4_chemical_B1 +LQ09X008640 Predicted protein 12.78122127 L4_chemical_B2 +LQ09X008640 Predicted protein 12.66588017 L4_chemical_B3 +LQ09X008640 Predicted protein 6.505058299 L4_chemical_C2 +LQ09X008640 Predicted protein 6.8527035 L4_chemical_C3 +LQ09X008660 Putative uncharacterized protein 10.99669111 C6_control_A1 +LQ09X008660 Putative uncharacterized protein 11.14495107 C6_control_A3 +LQ09X008660 Putative uncharacterized protein 10.65517788 C6_control_B1 +LQ09X008660 Putative uncharacterized protein 9.754132551 C6_control_B2 +LQ09X008660 Putative uncharacterized protein 11.18458895 C6_control_B3 +LQ09X008660 Putative uncharacterized protein 7.332251688 C6_control_C1 +LQ09X008660 Putative uncharacterized protein 7.146464661 C6_control_C2 +LQ09X008660 Putative uncharacterized protein 7.577507056 C6_control_C3 +LQ09X008660 Putative uncharacterized protein 10.2831294 C6_chemical_A1 +LQ09X008660 Putative uncharacterized protein 10.14964529 C6_chemical_A3 +LQ09X008660 Putative uncharacterized protein 9.893388946 C6_chemical_B1 +LQ09X008660 Putative uncharacterized protein 9.343636999 C6_chemical_B2 +LQ09X008660 Putative uncharacterized protein 10.09951053 C6_chemical_B3 +LQ09X008660 Putative uncharacterized protein 7.229644418 C6_chemical_C1 +LQ09X008660 Putative uncharacterized protein 7.254621091 C6_chemical_C2 +LQ09X008660 Putative uncharacterized protein 7.417307077 C6_chemical_C3 +LQ09X008660 Putative uncharacterized protein 10.38855364 L4_control_A1 +LQ09X008660 Putative uncharacterized protein 11.01146294 L4_control_A2 +LQ09X008660 Putative uncharacterized protein 11.05964544 L4_control_A3 +LQ09X008660 Putative uncharacterized protein 10.21219422 L4_control_B1 +LQ09X008660 Putative uncharacterized protein 12.06768552 L4_control_B2 +LQ09X008660 Putative uncharacterized protein 9.165977069 L4_control_B3 +LQ09X008660 Putative uncharacterized protein 7.7484722 L4_control_C2 +LQ09X008660 Putative uncharacterized protein 9.591330819 L4_control_C3 +LQ09X008660 Putative uncharacterized protein 9.723635819 L4_chemical_A1 +LQ09X008660 Putative uncharacterized protein 10.42898131 L4_chemical_A2 +LQ09X008660 Putative uncharacterized protein 10.946994 L4_chemical_A3 +LQ09X008660 Putative uncharacterized protein 10.26073943 L4_chemical_B1 +LQ09X008660 Putative uncharacterized protein 10.78824149 L4_chemical_B2 +LQ09X008660 Putative uncharacterized protein 10.79051617 L4_chemical_B3 +LQ09X008660 Putative uncharacterized protein 8.176635303 L4_chemical_C2 +LQ09X008660 Putative uncharacterized protein 8.959011029 L4_chemical_C3 +LQ09X008670 Derlin-1 11.37919424 C6_control_A1 +LQ09X008670 Derlin-1 11.19160743 C6_control_A3 +LQ09X008670 Derlin-1 11.28623331 C6_control_B1 +LQ09X008670 Derlin-1 11.08801443 C6_control_B2 +LQ09X008670 Derlin-1 10.96932277 C6_control_B3 +LQ09X008670 Derlin-1 11.22522816 C6_control_C1 +LQ09X008670 Derlin-1 10.60098285 C6_control_C2 +LQ09X008670 Derlin-1 10.78881437 C6_control_C3 +LQ09X008670 Derlin-1 11.55002309 C6_chemical_A1 +LQ09X008670 Derlin-1 11.58429914 C6_chemical_A3 +LQ09X008670 Derlin-1 11.15014303 C6_chemical_B1 +LQ09X008670 Derlin-1 11.4065211 C6_chemical_B2 +LQ09X008670 Derlin-1 10.76307254 C6_chemical_B3 +LQ09X008670 Derlin-1 11.56704782 C6_chemical_C1 +LQ09X008670 Derlin-1 10.94177881 C6_chemical_C2 +LQ09X008670 Derlin-1 10.83994483 C6_chemical_C3 +LQ09X008670 Derlin-1 11.62246017 L4_control_A1 +LQ09X008670 Derlin-1 11.1639498 L4_control_A2 +LQ09X008670 Derlin-1 11.33526052 L4_control_A3 +LQ09X008670 Derlin-1 11.43258071 L4_control_B1 +LQ09X008670 Derlin-1 10.79787245 L4_control_B2 +LQ09X008670 Derlin-1 11.23549593 L4_control_B3 +LQ09X008670 Derlin-1 10.94898138 L4_control_C2 +LQ09X008670 Derlin-1 10.57998579 L4_control_C3 +LQ09X008670 Derlin-1 11.72364242 L4_chemical_A1 +LQ09X008670 Derlin-1 11.44171323 L4_chemical_A2 +LQ09X008670 Derlin-1 11.49816386 L4_chemical_A3 +LQ09X008670 Derlin-1 11.10222165 L4_chemical_B1 +LQ09X008670 Derlin-1 11.09426167 L4_chemical_B2 +LQ09X008670 Derlin-1 11.4896391 L4_chemical_B3 +LQ09X008670 Derlin-1 10.969409 L4_chemical_C2 +LQ09X008670 Derlin-1 10.59201966 L4_chemical_C3 +LQ09X008690 Profilin-1 7.916470756 C6_control_A1 +LQ09X008690 Profilin-1 6.213939168 C6_control_A3 +LQ09X008690 Profilin-1 7.172396869 C6_control_B1 +LQ09X008690 Profilin-1 8.860278378 C6_control_B2 +LQ09X008690 Profilin-1 7.485928421 C6_control_B3 +LQ09X008690 Profilin-1 9.395706874 C6_control_C1 +LQ09X008690 Profilin-1 9.49218259 C6_control_C2 +LQ09X008690 Profilin-1 9.484802422 C6_control_C3 +LQ09X008690 Profilin-1 7.764240038 C6_chemical_A1 +LQ09X008690 Profilin-1 7.261681687 C6_chemical_A3 +LQ09X008690 Profilin-1 6.727681268 C6_chemical_B1 +LQ09X008690 Profilin-1 8.763876179 C6_chemical_B2 +LQ09X008690 Profilin-1 7.911152673 C6_chemical_B3 +LQ09X008690 Profilin-1 9.413947674 C6_chemical_C1 +LQ09X008690 Profilin-1 9.348049721 C6_chemical_C2 +LQ09X008690 Profilin-1 9.779868308 C6_chemical_C3 +LQ09X008690 Profilin-1 7.639665613 L4_control_A1 +LQ09X008690 Profilin-1 6.461350491 L4_control_A2 +LQ09X008690 Profilin-1 5.97149116 L4_control_A3 +LQ09X008690 Profilin-1 6.402386135 L4_control_B1 +LQ09X008690 Profilin-1 6.382564552 L4_control_B2 +LQ09X008690 Profilin-1 8.101446296 L4_control_B3 +LQ09X008690 Profilin-1 6.544004794 L4_control_C2 +LQ09X008690 Profilin-1 6.868589705 L4_control_C3 +LQ09X008690 Profilin-1 8.088697455 L4_chemical_A1 +LQ09X008690 Profilin-1 6.06957304 L4_chemical_A2 +LQ09X008690 Profilin-1 6.264543333 L4_chemical_A3 +LQ09X008690 Profilin-1 5.591320742 L4_chemical_B1 +LQ09X008690 Profilin-1 5.999966362 L4_chemical_B2 +LQ09X008690 Profilin-1 7.850866307 L4_chemical_B3 +LQ09X008690 Profilin-1 7.049350018 L4_chemical_C2 +LQ09X008690 Profilin-1 5.905096055 L4_chemical_C3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.72281636 C6_control_A1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.32181018 C6_control_A3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 10.39254061 C6_control_B1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 9.50277686 C6_control_B2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.939994696 C6_control_B3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.182573407 C6_control_C1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.288505661 C6_control_C2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 7.579341133 C6_control_C3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.91462969 C6_chemical_A1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.5828011 C6_chemical_A3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 10.31171518 C6_chemical_B1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 9.473889742 C6_chemical_B2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 9.705048316 C6_chemical_B3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.429733851 C6_chemical_C1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.220627927 C6_chemical_C2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 7.131766183 C6_chemical_C3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.6049617 L4_control_A1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.65087563 L4_control_A2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.69468722 L4_control_A3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 9.482161168 L4_control_B1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 10.67288685 L4_control_B2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 9.502977874 L4_control_B3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.263092925 L4_control_C2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.680605321 L4_control_C3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.27652184 L4_chemical_A1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.30503414 L4_chemical_A2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.74450557 L4_chemical_A3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 9.949371882 L4_chemical_B1 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 10.87274376 L4_chemical_B2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 10.49298353 L4_chemical_B3 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.402977531 L4_chemical_C2 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 8.348356641 L4_chemical_C3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 12.54985971 C6_control_A1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 13.50164115 C6_control_A3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 10.74113399 C6_control_B1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 7.624718487 C6_control_B2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 8.431125722 C6_control_B3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 6.640595653 C6_control_C1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 5.826438661 C6_control_C2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 6.119405144 C6_control_C3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 12.0977923 C6_chemical_A1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 13.26866627 C6_chemical_A3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 8.96367972 C6_chemical_B1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 7.25020245 C6_chemical_B2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 7.639036753 C6_chemical_B3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 6.714552915 C6_chemical_C1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 5.677975236 C6_chemical_C2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 6.016767301 C6_chemical_C3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 12.6037034 L4_control_A1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 12.54392231 L4_control_A2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 13.45722337 L4_control_A3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 8.264511375 L4_control_B1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 10.26459568 L4_control_B2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 7.474440893 L4_control_B3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 5.165236628 L4_control_C2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 6.084010478 L4_control_C3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 11.53738699 L4_chemical_A1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 11.64854454 L4_chemical_A2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 13.02527349 L4_chemical_A3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 9.756297974 L4_chemical_B1 +LQ09X008710 Mitogen-activated protein kinase kinase 6 10.54075149 L4_chemical_B2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 10.62456601 L4_chemical_B3 +LQ09X008710 Mitogen-activated protein kinase kinase 6 5.362238944 L4_chemical_C2 +LQ09X008710 Mitogen-activated protein kinase kinase 6 5.508477844 L4_chemical_C3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.88650039 C6_control_A1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.81025174 C6_control_A3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.85149476 C6_control_B1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.92898886 C6_control_B2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.78380972 C6_control_B3 +LQ09X008730 Putative Arginyl-tRNA synthetase 14.56706799 C6_control_C1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.90994357 C6_control_C2 +LQ09X008730 Putative Arginyl-tRNA synthetase 14.13348555 C6_control_C3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.67404643 C6_chemical_A1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.80728532 C6_chemical_A3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.70284844 C6_chemical_B1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.64798771 C6_chemical_B2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.64269056 C6_chemical_B3 +LQ09X008730 Putative Arginyl-tRNA synthetase 14.27546656 C6_chemical_C1 +LQ09X008730 Putative Arginyl-tRNA synthetase 14.16707418 C6_chemical_C2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.94062404 C6_chemical_C3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.56756132 L4_control_A1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.37285817 L4_control_A2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.31493777 L4_control_A3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.14889022 L4_control_B1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.04430826 L4_control_B2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.55263542 L4_control_B3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.45988175 L4_control_C2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.48628874 L4_control_C3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.70680966 L4_chemical_A1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.51188236 L4_chemical_A2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.35855516 L4_chemical_A3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.43113752 L4_chemical_B1 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.08484757 L4_chemical_B2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.61423377 L4_chemical_B3 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.33557337 L4_chemical_C2 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.48446752 L4_chemical_C3 +LQ09X008740 Putative uncharacterized protein 13.00344862 C6_control_A1 +LQ09X008740 Putative uncharacterized protein 13.37009448 C6_control_A3 +LQ09X008740 Putative uncharacterized protein 12.57873401 C6_control_B1 +LQ09X008740 Putative uncharacterized protein 13.73752733 C6_control_B2 +LQ09X008740 Putative uncharacterized protein 13.18714847 C6_control_B3 +LQ09X008740 Putative uncharacterized protein 13.63591885 C6_control_C1 +LQ09X008740 Putative uncharacterized protein 13.31267413 C6_control_C2 +LQ09X008740 Putative uncharacterized protein 14.37289204 C6_control_C3 +LQ09X008740 Putative uncharacterized protein 13.39398709 C6_chemical_A1 +LQ09X008740 Putative uncharacterized protein 13.1936899 C6_chemical_A3 +LQ09X008740 Putative uncharacterized protein 12.92669954 C6_chemical_B1 +LQ09X008740 Putative uncharacterized protein 13.80745686 C6_chemical_B2 +LQ09X008740 Putative uncharacterized protein 13.391882 C6_chemical_B3 +LQ09X008740 Putative uncharacterized protein 14.05941155 C6_chemical_C1 +LQ09X008740 Putative uncharacterized protein 13.68632519 C6_chemical_C2 +LQ09X008740 Putative uncharacterized protein 14.27213488 C6_chemical_C3 +LQ09X008740 Putative uncharacterized protein 12.75160478 L4_control_A1 +LQ09X008740 Putative uncharacterized protein 12.62197811 L4_control_A2 +LQ09X008740 Putative uncharacterized protein 13.27360021 L4_control_A3 +LQ09X008740 Putative uncharacterized protein 13.20654219 L4_control_B1 +LQ09X008740 Putative uncharacterized protein 11.99704158 L4_control_B2 +LQ09X008740 Putative uncharacterized protein 13.5749837 L4_control_B3 +LQ09X008740 Putative uncharacterized protein 12.48793909 L4_control_C2 +LQ09X008740 Putative uncharacterized protein 13.16190155 L4_control_C3 +LQ09X008740 Putative uncharacterized protein 14.85718655 L4_chemical_A1 +LQ09X008740 Putative uncharacterized protein 15.151968 L4_chemical_A2 +LQ09X008740 Putative uncharacterized protein 14.32949174 L4_chemical_A3 +LQ09X008740 Putative uncharacterized protein 13.07658358 L4_chemical_B1 +LQ09X008740 Putative uncharacterized protein 13.73675452 L4_chemical_B2 +LQ09X008740 Putative uncharacterized protein 14.30803726 L4_chemical_B3 +LQ09X008740 Putative uncharacterized protein 13.0044328 L4_chemical_C2 +LQ09X008740 Putative uncharacterized protein 13.61661091 L4_chemical_C3 +LQ09X008750 ATP binding protein, putative 13.20175965 C6_control_A1 +LQ09X008750 ATP binding protein, putative 12.3875646 C6_control_A3 +LQ09X008750 ATP binding protein, putative 13.43452539 C6_control_B1 +LQ09X008750 ATP binding protein, putative 13.05461683 C6_control_B2 +LQ09X008750 ATP binding protein, putative 13.53939058 C6_control_B3 +LQ09X008750 ATP binding protein, putative 13.34031258 C6_control_C1 +LQ09X008750 ATP binding protein, putative 13.51409466 C6_control_C2 +LQ09X008750 ATP binding protein, putative 13.44594257 C6_control_C3 +LQ09X008750 ATP binding protein, putative 12.94691343 C6_chemical_A1 +LQ09X008750 ATP binding protein, putative 12.38416779 C6_chemical_A3 +LQ09X008750 ATP binding protein, putative 13.44765534 C6_chemical_B1 +LQ09X008750 ATP binding protein, putative 12.82691874 C6_chemical_B2 +LQ09X008750 ATP binding protein, putative 13.62689313 C6_chemical_B3 +LQ09X008750 ATP binding protein, putative 13.35572996 C6_chemical_C1 +LQ09X008750 ATP binding protein, putative 13.32647485 C6_chemical_C2 +LQ09X008750 ATP binding protein, putative 13.66912654 C6_chemical_C3 +LQ09X008750 ATP binding protein, putative 12.30233327 L4_control_A1 +LQ09X008750 ATP binding protein, putative 12.11111887 L4_control_A2 +LQ09X008750 ATP binding protein, putative 11.46958253 L4_control_A3 +LQ09X008750 ATP binding protein, putative 13.95337874 L4_control_B1 +LQ09X008750 ATP binding protein, putative 13.28939041 L4_control_B2 +LQ09X008750 ATP binding protein, putative 13.46757691 L4_control_B3 +LQ09X008750 ATP binding protein, putative 14.14742049 L4_control_C2 +LQ09X008750 ATP binding protein, putative 13.82895314 L4_control_C3 +LQ09X008750 ATP binding protein, putative 13.10055664 L4_chemical_A1 +LQ09X008750 ATP binding protein, putative 12.82273521 L4_chemical_A2 +LQ09X008750 ATP binding protein, putative 12.33614438 L4_chemical_A3 +LQ09X008750 ATP binding protein, putative 13.58968759 L4_chemical_B1 +LQ09X008750 ATP binding protein, putative 13.73368644 L4_chemical_B2 +LQ09X008750 ATP binding protein, putative 12.94309978 L4_chemical_B3 +LQ09X008750 ATP binding protein, putative 13.99250023 L4_chemical_C2 +LQ09X008750 ATP binding protein, putative 13.82351048 L4_chemical_C3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.58059498 C6_control_A1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.3914061 C6_control_A3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.48175639 C6_control_B1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.66971055 C6_control_B2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.49254457 C6_control_B3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.55386757 C6_control_C1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.97989062 C6_control_C2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.99499444 C6_control_C3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.18962261 C6_chemical_A1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.79856045 C6_chemical_A3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.24516195 C6_chemical_B1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.50225808 C6_chemical_B2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.34010679 C6_chemical_B3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.45744927 C6_chemical_C1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.80758131 C6_chemical_C2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.628588 C6_chemical_C3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.65939999 L4_control_A1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.15800961 L4_control_A2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.3603812 L4_control_A3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.31126236 L4_control_B1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 9.428800057 L4_control_B2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.48948146 L4_control_B3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.64546619 L4_control_C2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.38410193 L4_control_C3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 12.5358232 L4_chemical_A1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 13.26693589 L4_chemical_A2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 12.04211614 L4_chemical_A3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 12.11682247 L4_chemical_B1 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.18251086 L4_chemical_B2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.15514919 L4_chemical_B3 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.98200968 L4_chemical_C2 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 11.53348954 L4_chemical_C3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.331334088 C6_control_A1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.227258919 C6_control_A3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.203434595 C6_control_B1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.332471586 C6_control_B2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.862336577 C6_control_B3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.514556508 C6_control_C1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.335987581 C6_control_C2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.897853457 C6_control_C3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.548786964 C6_chemical_A1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.088716213 C6_chemical_A3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.672463024 C6_chemical_B1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.125393706 C6_chemical_B2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.586764224 C6_chemical_B3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.43146653 C6_chemical_C1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.119709803 C6_chemical_C2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.837492853 C6_chemical_C3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.877945821 L4_control_A1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.332378922 L4_control_A2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.954182837 L4_control_A3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 6.229746982 L4_control_B1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 6.039287716 L4_control_B2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.896327891 L4_control_B3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.604417742 L4_control_C2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.133049591 L4_control_C3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 6.693809147 L4_chemical_A1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 7.923457877 L4_chemical_A2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 8.254503299 L4_chemical_A3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.527489381 L4_chemical_B1 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 6.299422728 L4_chemical_B2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 6.029247124 L4_chemical_B3 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.048488911 L4_chemical_C2 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 4.995548414 L4_chemical_C3 +LQ09X008840 Putative uncharacterized protein 10.96375207 C6_control_A1 +LQ09X008840 Putative uncharacterized protein 10.82852135 C6_control_A3 +LQ09X008840 Putative uncharacterized protein 10.67497684 C6_control_B1 +LQ09X008840 Putative uncharacterized protein 10.55160277 C6_control_B2 +LQ09X008840 Putative uncharacterized protein 10.54963476 C6_control_B3 +LQ09X008840 Putative uncharacterized protein 10.21489711 C6_control_C1 +LQ09X008840 Putative uncharacterized protein 9.957396821 C6_control_C2 +LQ09X008840 Putative uncharacterized protein 10.05025942 C6_control_C3 +LQ09X008840 Putative uncharacterized protein 10.75861142 C6_chemical_A1 +LQ09X008840 Putative uncharacterized protein 9.96920872 C6_chemical_A3 +LQ09X008840 Putative uncharacterized protein 10.49711455 C6_chemical_B1 +LQ09X008840 Putative uncharacterized protein 10.45322917 C6_chemical_B2 +LQ09X008840 Putative uncharacterized protein 9.89196329 C6_chemical_B3 +LQ09X008840 Putative uncharacterized protein 10.37424609 C6_chemical_C1 +LQ09X008840 Putative uncharacterized protein 10.19344408 C6_chemical_C2 +LQ09X008840 Putative uncharacterized protein 9.857307599 C6_chemical_C3 +LQ09X008840 Putative uncharacterized protein 10.8938071 L4_control_A1 +LQ09X008840 Putative uncharacterized protein 11.43113232 L4_control_A2 +LQ09X008840 Putative uncharacterized protein 10.14942516 L4_control_A3 +LQ09X008840 Putative uncharacterized protein 11.74390116 L4_control_B1 +LQ09X008840 Putative uncharacterized protein 10.78813842 L4_control_B2 +LQ09X008840 Putative uncharacterized protein 10.73310009 L4_control_B3 +LQ09X008840 Putative uncharacterized protein 11.49578483 L4_control_C2 +LQ09X008840 Putative uncharacterized protein 11.10276413 L4_control_C3 +LQ09X008840 Putative uncharacterized protein 11.37134949 L4_chemical_A1 +LQ09X008840 Putative uncharacterized protein 11.43514866 L4_chemical_A2 +LQ09X008840 Putative uncharacterized protein 10.36384094 L4_chemical_A3 +LQ09X008840 Putative uncharacterized protein 11.55518972 L4_chemical_B1 +LQ09X008840 Putative uncharacterized protein 11.82017423 L4_chemical_B2 +LQ09X008840 Putative uncharacterized protein 10.79013961 L4_chemical_B3 +LQ09X008840 Putative uncharacterized protein 11.62586555 L4_chemical_C2 +LQ09X008840 Putative uncharacterized protein 11.35773702 L4_chemical_C3 +LQ09X008850 Hexokinase-1 12.70200233 C6_control_A1 +LQ09X008850 Hexokinase-1 12.81280695 C6_control_A3 +LQ09X008850 Hexokinase-1 12.92239757 C6_control_B1 +LQ09X008850 Hexokinase-1 12.97295895 C6_control_B2 +LQ09X008850 Hexokinase-1 13.65172465 C6_control_B3 +LQ09X008850 Hexokinase-1 14.03204687 C6_control_C1 +LQ09X008850 Hexokinase-1 13.87159143 C6_control_C2 +LQ09X008850 Hexokinase-1 14.47532052 C6_control_C3 +LQ09X008850 Hexokinase-1 12.50474874 C6_chemical_A1 +LQ09X008850 Hexokinase-1 12.86130858 C6_chemical_A3 +LQ09X008850 Hexokinase-1 12.99229257 C6_chemical_B1 +LQ09X008850 Hexokinase-1 12.66239242 C6_chemical_B2 +LQ09X008850 Hexokinase-1 13.57163515 C6_chemical_B3 +LQ09X008850 Hexokinase-1 13.60091389 C6_chemical_C1 +LQ09X008850 Hexokinase-1 13.80246397 C6_chemical_C2 +LQ09X008850 Hexokinase-1 14.00934654 C6_chemical_C3 +LQ09X008850 Hexokinase-1 12.25517229 L4_control_A1 +LQ09X008850 Hexokinase-1 12.37080025 L4_control_A2 +LQ09X008850 Hexokinase-1 12.91310178 L4_control_A3 +LQ09X008850 Hexokinase-1 13.22386163 L4_control_B1 +LQ09X008850 Hexokinase-1 13.19366343 L4_control_B2 +LQ09X008850 Hexokinase-1 13.6132444 L4_control_B3 +LQ09X008850 Hexokinase-1 14.2084165 L4_control_C2 +LQ09X008850 Hexokinase-1 14.44292001 L4_control_C3 +LQ09X008850 Hexokinase-1 12.86542357 L4_chemical_A1 +LQ09X008850 Hexokinase-1 12.80398151 L4_chemical_A2 +LQ09X008850 Hexokinase-1 12.94002176 L4_chemical_A3 +LQ09X008850 Hexokinase-1 13.12627982 L4_chemical_B1 +LQ09X008850 Hexokinase-1 12.83499937 L4_chemical_B2 +LQ09X008850 Hexokinase-1 12.68061438 L4_chemical_B3 +LQ09X008850 Hexokinase-1 13.97724458 L4_chemical_C2 +LQ09X008850 Hexokinase-1 14.44783221 L4_chemical_C3 +LQ09X008860 Hypothetical protein 12.92871384 C6_control_A1 +LQ09X008860 Hypothetical protein 12.40674943 C6_control_A3 +LQ09X008860 Hypothetical protein 12.86958519 C6_control_B1 +LQ09X008860 Hypothetical protein 12.91267174 C6_control_B2 +LQ09X008860 Hypothetical protein 12.51109076 C6_control_B3 +LQ09X008860 Hypothetical protein 13.22858942 C6_control_C1 +LQ09X008860 Hypothetical protein 13.23084359 C6_control_C2 +LQ09X008860 Hypothetical protein 12.98707557 C6_control_C3 +LQ09X008860 Hypothetical protein 12.66171444 C6_chemical_A1 +LQ09X008860 Hypothetical protein 12.10593675 C6_chemical_A3 +LQ09X008860 Hypothetical protein 12.7483574 C6_chemical_B1 +LQ09X008860 Hypothetical protein 12.83446814 C6_chemical_B2 +LQ09X008860 Hypothetical protein 12.53387462 C6_chemical_B3 +LQ09X008860 Hypothetical protein 13.36285263 C6_chemical_C1 +LQ09X008860 Hypothetical protein 13.12118734 C6_chemical_C2 +LQ09X008860 Hypothetical protein 13.47045661 C6_chemical_C3 +LQ09X008860 Hypothetical protein 12.30260074 L4_control_A1 +LQ09X008860 Hypothetical protein 12.11457902 L4_control_A2 +LQ09X008860 Hypothetical protein 11.41046277 L4_control_A3 +LQ09X008860 Hypothetical protein 11.96589219 L4_control_B1 +LQ09X008860 Hypothetical protein 11.65224199 L4_control_B2 +LQ09X008860 Hypothetical protein 12.42299673 L4_control_B3 +LQ09X008860 Hypothetical protein 12.2125247 L4_control_C2 +LQ09X008860 Hypothetical protein 11.87197414 L4_control_C3 +LQ09X008860 Hypothetical protein 12.21152896 L4_chemical_A1 +LQ09X008860 Hypothetical protein 11.63287529 L4_chemical_A2 +LQ09X008860 Hypothetical protein 11.6536769 L4_chemical_A3 +LQ09X008860 Hypothetical protein 11.97946687 L4_chemical_B1 +LQ09X008860 Hypothetical protein 11.3714537 L4_chemical_B2 +LQ09X008860 Hypothetical protein 12.17598549 L4_chemical_B3 +LQ09X008860 Hypothetical protein 11.6439837 L4_chemical_C2 +LQ09X008860 Hypothetical protein 11.75267452 L4_chemical_C3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.52250898 C6_control_A1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.54425158 C6_control_A3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.11250633 C6_control_B1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.68815718 C6_control_B2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.34303906 C6_control_B3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.72710749 C6_control_C1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.25478243 C6_control_C2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.14473571 C6_control_C3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.40999534 C6_chemical_A1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.83732762 C6_chemical_A3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.18805654 C6_chemical_B1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.47169308 C6_chemical_B2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.38301408 C6_chemical_B3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.25008902 C6_chemical_C1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.6789234 C6_chemical_C2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.73986595 C6_chemical_C3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.46820938 L4_control_A1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.33033701 L4_control_A2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.86538303 L4_control_A3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.93579545 L4_control_B1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.62420305 L4_control_B2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.00925307 L4_control_B3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.29943695 L4_control_C2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.57852342 L4_control_C3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.05273752 L4_chemical_A1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.17023322 L4_chemical_A2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.56891603 L4_chemical_A3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.1381475 L4_chemical_B1 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.22653875 L4_chemical_B2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.81487032 L4_chemical_B3 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.27582092 L4_chemical_C2 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 12.71316592 L4_chemical_C3 +LQ09X008910 Predicted protein 5.565484791 C6_control_A1 +LQ09X008910 Predicted protein 5.739744273 C6_control_A3 +LQ09X008910 Predicted protein 5.179724861 C6_control_B1 +LQ09X008910 Predicted protein 5.585577331 C6_control_B2 +LQ09X008910 Predicted protein 5.434228133 C6_control_B3 +LQ09X008910 Predicted protein 5.287679721 C6_control_C1 +LQ09X008910 Predicted protein 6.911910772 C6_control_C2 +LQ09X008910 Predicted protein 5.271819982 C6_control_C3 +LQ09X008910 Predicted protein 5.474549025 C6_chemical_A1 +LQ09X008910 Predicted protein 5.15748895 C6_chemical_A3 +LQ09X008910 Predicted protein 4.891926378 C6_chemical_B1 +LQ09X008910 Predicted protein 5.32531315 C6_chemical_B2 +LQ09X008910 Predicted protein 5.009988315 C6_chemical_B3 +LQ09X008910 Predicted protein 5.350610956 C6_chemical_C1 +LQ09X008910 Predicted protein 5.652840893 C6_chemical_C2 +LQ09X008910 Predicted protein 5.043862053 C6_chemical_C3 +LQ09X008910 Predicted protein 5.344326114 L4_control_A1 +LQ09X008910 Predicted protein 5.447740596 L4_control_A2 +LQ09X008910 Predicted protein 5.775037055 L4_control_A3 +LQ09X008910 Predicted protein 5.370974679 L4_control_B1 +LQ09X008910 Predicted protein 6.507359105 L4_control_B2 +LQ09X008910 Predicted protein 5.471737945 L4_control_B3 +LQ09X008910 Predicted protein 5.443604542 L4_control_C2 +LQ09X008910 Predicted protein 5.896796793 L4_control_C3 +LQ09X008910 Predicted protein 5.237527995 L4_chemical_A1 +LQ09X008910 Predicted protein 5.045458374 L4_chemical_A2 +LQ09X008910 Predicted protein 5.259536488 L4_chemical_A3 +LQ09X008910 Predicted protein 5.291885503 L4_chemical_B1 +LQ09X008910 Predicted protein 5.517400165 L4_chemical_B2 +LQ09X008910 Predicted protein 5.100669819 L4_chemical_B3 +LQ09X008910 Predicted protein 5.263672544 L4_chemical_C2 +LQ09X008910 Predicted protein 5.382497461 L4_chemical_C3 +LQ09X008920 Ceramide glucosyltransferase 5.974878381 C6_control_A1 +LQ09X008920 Ceramide glucosyltransferase 6.232180558 C6_control_A3 +LQ09X008920 Ceramide glucosyltransferase 5.718425832 C6_control_B1 +LQ09X008920 Ceramide glucosyltransferase 5.182365594 C6_control_B2 +LQ09X008920 Ceramide glucosyltransferase 5.641123901 C6_control_B3 +LQ09X008920 Ceramide glucosyltransferase 5.548089911 C6_control_C1 +LQ09X008920 Ceramide glucosyltransferase 5.098579857 C6_control_C2 +LQ09X008920 Ceramide glucosyltransferase 5.104139291 C6_control_C3 +LQ09X008920 Ceramide glucosyltransferase 5.715192548 C6_chemical_A1 +LQ09X008920 Ceramide glucosyltransferase 5.487063423 C6_chemical_A3 +LQ09X008920 Ceramide glucosyltransferase 5.719579952 C6_chemical_B1 +LQ09X008920 Ceramide glucosyltransferase 5.606433774 C6_chemical_B2 +LQ09X008920 Ceramide glucosyltransferase 5.666355898 C6_chemical_B3 +LQ09X008920 Ceramide glucosyltransferase 5.268520044 C6_chemical_C1 +LQ09X008920 Ceramide glucosyltransferase 4.900875292 C6_chemical_C2 +LQ09X008920 Ceramide glucosyltransferase 5.186111241 C6_chemical_C3 +LQ09X008920 Ceramide glucosyltransferase 5.906157228 L4_control_A1 +LQ09X008920 Ceramide glucosyltransferase 6.03400525 L4_control_A2 +LQ09X008920 Ceramide glucosyltransferase 5.358128805 L4_control_A3 +LQ09X008920 Ceramide glucosyltransferase 5.758942824 L4_control_B1 +LQ09X008920 Ceramide glucosyltransferase 5.993345367 L4_control_B2 +LQ09X008920 Ceramide glucosyltransferase 5.498383024 L4_control_B3 +LQ09X008920 Ceramide glucosyltransferase 5.398574994 L4_control_C2 +LQ09X008920 Ceramide glucosyltransferase 5.25122167 L4_control_C3 +LQ09X008920 Ceramide glucosyltransferase 5.296890119 L4_chemical_A1 +LQ09X008920 Ceramide glucosyltransferase 5.542811791 L4_chemical_A2 +LQ09X008920 Ceramide glucosyltransferase 5.643477516 L4_chemical_A3 +LQ09X008920 Ceramide glucosyltransferase 5.458167065 L4_chemical_B1 +LQ09X008920 Ceramide glucosyltransferase 5.717277462 L4_chemical_B2 +LQ09X008920 Ceramide glucosyltransferase 5.66273743 L4_chemical_B3 +LQ09X008920 Ceramide glucosyltransferase 5.121206067 L4_chemical_C2 +LQ09X008920 Ceramide glucosyltransferase 5.607349045 L4_chemical_C3 +LQ09X008940 Putative uncharacterized protein 9.323251929 C6_control_A1 +LQ09X008940 Putative uncharacterized protein 9.837841493 C6_control_A3 +LQ09X008940 Putative uncharacterized protein 8.662889049 C6_control_B1 +LQ09X008940 Putative uncharacterized protein 8.820175426 C6_control_B2 +LQ09X008940 Putative uncharacterized protein 8.9238981 C6_control_B3 +LQ09X008940 Putative uncharacterized protein 9.019669029 C6_control_C1 +LQ09X008940 Putative uncharacterized protein 9.211353478 C6_control_C2 +LQ09X008940 Putative uncharacterized protein 9.325933807 C6_control_C3 +LQ09X008940 Putative uncharacterized protein 9.061850744 C6_chemical_A1 +LQ09X008940 Putative uncharacterized protein 9.785836829 C6_chemical_A3 +LQ09X008940 Putative uncharacterized protein 8.23638308 C6_chemical_B1 +LQ09X008940 Putative uncharacterized protein 8.414940111 C6_chemical_B2 +LQ09X008940 Putative uncharacterized protein 8.82625742 C6_chemical_B3 +LQ09X008940 Putative uncharacterized protein 8.789866789 C6_chemical_C1 +LQ09X008940 Putative uncharacterized protein 8.597598555 C6_chemical_C2 +LQ09X008940 Putative uncharacterized protein 9.030814282 C6_chemical_C3 +LQ09X008940 Putative uncharacterized protein 10.21636362 L4_control_A1 +LQ09X008940 Putative uncharacterized protein 9.900975617 L4_control_A2 +LQ09X008940 Putative uncharacterized protein 10.61912331 L4_control_A3 +LQ09X008940 Putative uncharacterized protein 9.120616315 L4_control_B1 +LQ09X008940 Putative uncharacterized protein 8.556377556 L4_control_B2 +LQ09X008940 Putative uncharacterized protein 9.194911072 L4_control_B3 +LQ09X008940 Putative uncharacterized protein 9.511655077 L4_control_C2 +LQ09X008940 Putative uncharacterized protein 9.182584357 L4_control_C3 +LQ09X008940 Putative uncharacterized protein 9.508931904 L4_chemical_A1 +LQ09X008940 Putative uncharacterized protein 9.28413878 L4_chemical_A2 +LQ09X008940 Putative uncharacterized protein 9.706846337 L4_chemical_A3 +LQ09X008940 Putative uncharacterized protein 8.808305863 L4_chemical_B1 +LQ09X008940 Putative uncharacterized protein 8.029037841 L4_chemical_B2 +LQ09X008940 Putative uncharacterized protein 9.686459119 L4_chemical_B3 +LQ09X008940 Putative uncharacterized protein 9.443509771 L4_chemical_C2 +LQ09X008940 Putative uncharacterized protein 9.154936856 L4_chemical_C3 +LQ09X008960 Putative ABC transporter B family member 8 4.941458181 C6_control_A1 +LQ09X008960 Putative ABC transporter B family member 8 5.299484522 C6_control_A3 +LQ09X008960 Putative ABC transporter B family member 8 4.963658768 C6_control_B1 +LQ09X008960 Putative ABC transporter B family member 8 5.134295757 C6_control_B2 +LQ09X008960 Putative ABC transporter B family member 8 5.027012874 C6_control_B3 +LQ09X008960 Putative ABC transporter B family member 8 5.096677325 C6_control_C1 +LQ09X008960 Putative ABC transporter B family member 8 4.955958695 C6_control_C2 +LQ09X008960 Putative ABC transporter B family member 8 5.105095859 C6_control_C3 +LQ09X008960 Putative ABC transporter B family member 8 5.310758768 C6_chemical_A1 +LQ09X008960 Putative ABC transporter B family member 8 5.468302595 C6_chemical_A3 +LQ09X008960 Putative ABC transporter B family member 8 5.012729026 C6_chemical_B1 +LQ09X008960 Putative ABC transporter B family member 8 5.062728687 C6_chemical_B2 +LQ09X008960 Putative ABC transporter B family member 8 5.137427487 C6_chemical_B3 +LQ09X008960 Putative ABC transporter B family member 8 5.03820359 C6_chemical_C1 +LQ09X008960 Putative ABC transporter B family member 8 5.046016547 C6_chemical_C2 +LQ09X008960 Putative ABC transporter B family member 8 4.952920541 C6_chemical_C3 +LQ09X008960 Putative ABC transporter B family member 8 4.847046831 L4_control_A1 +LQ09X008960 Putative ABC transporter B family member 8 5.323977415 L4_control_A2 +LQ09X008960 Putative ABC transporter B family member 8 5.670280437 L4_control_A3 +LQ09X008960 Putative ABC transporter B family member 8 5.596776781 L4_control_B1 +LQ09X008960 Putative ABC transporter B family member 8 5.253818163 L4_control_B2 +LQ09X008960 Putative ABC transporter B family member 8 5.230442138 L4_control_B3 +LQ09X008960 Putative ABC transporter B family member 8 5.413272864 L4_control_C2 +LQ09X008960 Putative ABC transporter B family member 8 4.976595223 L4_control_C3 +LQ09X008960 Putative ABC transporter B family member 8 5.190005739 L4_chemical_A1 +LQ09X008960 Putative ABC transporter B family member 8 5.034996241 L4_chemical_A2 +LQ09X008960 Putative ABC transporter B family member 8 5.304200573 L4_chemical_A3 +LQ09X008960 Putative ABC transporter B family member 8 5.344978163 L4_chemical_B1 +LQ09X008960 Putative ABC transporter B family member 8 5.39289262 L4_chemical_B2 +LQ09X008960 Putative ABC transporter B family member 8 5.156826683 L4_chemical_B3 +LQ09X008960 Putative ABC transporter B family member 8 5.128188925 L4_chemical_C2 +LQ09X008960 Putative ABC transporter B family member 8 5.822470263 L4_chemical_C3 +LQ09X009030 NADP-dependent malic enzyme 11.56280339 C6_control_A1 +LQ09X009030 NADP-dependent malic enzyme 12.28611892 C6_control_A3 +LQ09X009030 NADP-dependent malic enzyme 11.94654121 C6_control_B1 +LQ09X009030 NADP-dependent malic enzyme 11.61778003 C6_control_B2 +LQ09X009030 NADP-dependent malic enzyme 12.21829046 C6_control_B3 +LQ09X009030 NADP-dependent malic enzyme 11.71129622 C6_control_C1 +LQ09X009030 NADP-dependent malic enzyme 12.86608577 C6_control_C2 +LQ09X009030 NADP-dependent malic enzyme 12.68895379 C6_control_C3 +LQ09X009030 NADP-dependent malic enzyme 11.51116573 C6_chemical_A1 +LQ09X009030 NADP-dependent malic enzyme 12.40154539 C6_chemical_A3 +LQ09X009030 NADP-dependent malic enzyme 12.50493828 C6_chemical_B1 +LQ09X009030 NADP-dependent malic enzyme 11.89443834 C6_chemical_B2 +LQ09X009030 NADP-dependent malic enzyme 12.60677809 C6_chemical_B3 +LQ09X009030 NADP-dependent malic enzyme 11.72881291 C6_chemical_C1 +LQ09X009030 NADP-dependent malic enzyme 12.57236318 C6_chemical_C2 +LQ09X009030 NADP-dependent malic enzyme 12.99724012 C6_chemical_C3 +LQ09X009030 NADP-dependent malic enzyme 10.38905819 L4_control_A1 +LQ09X009030 NADP-dependent malic enzyme 10.22597589 L4_control_A2 +LQ09X009030 NADP-dependent malic enzyme 11.53902282 L4_control_A3 +LQ09X009030 NADP-dependent malic enzyme 10.90827732 L4_control_B1 +LQ09X009030 NADP-dependent malic enzyme 11.79329868 L4_control_B2 +LQ09X009030 NADP-dependent malic enzyme 11.15520823 L4_control_B3 +LQ09X009030 NADP-dependent malic enzyme 12.21828906 L4_control_C2 +LQ09X009030 NADP-dependent malic enzyme 12.2726576 L4_control_C3 +LQ09X009030 NADP-dependent malic enzyme 11.44925474 L4_chemical_A1 +LQ09X009030 NADP-dependent malic enzyme 11.86081614 L4_chemical_A2 +LQ09X009030 NADP-dependent malic enzyme 11.80972424 L4_chemical_A3 +LQ09X009030 NADP-dependent malic enzyme 11.83670818 L4_chemical_B1 +LQ09X009030 NADP-dependent malic enzyme 10.98531483 L4_chemical_B2 +LQ09X009030 NADP-dependent malic enzyme 11.10165422 L4_chemical_B3 +LQ09X009030 NADP-dependent malic enzyme 11.66793425 L4_chemical_C2 +LQ09X009030 NADP-dependent malic enzyme 12.05369964 L4_chemical_C3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 7.934001019 C6_control_A1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 8.734237381 C6_control_A3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.570649313 C6_control_B1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 9.160697512 C6_control_B2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.879261921 C6_control_B3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 9.012795351 C6_control_C1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 9.849105457 C6_control_C2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 9.539326652 C6_control_C3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 8.702563238 C6_chemical_A1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 8.06321165 C6_chemical_A3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 7.90063081 C6_chemical_B1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 10.23974504 C6_chemical_B2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 8.577767291 C6_chemical_B3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 10.13035943 C6_chemical_C1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 9.883724465 C6_chemical_C2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 9.924998256 C6_chemical_C3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 8.086650663 L4_control_A1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.750544883 L4_control_A2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 5.991918903 L4_control_A3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.766173799 L4_control_B1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 5.830687405 L4_control_B2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 7.196197577 L4_control_B3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.342276317 L4_control_C2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 5.79425034 L4_control_C3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 7.977696422 L4_chemical_A1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.616959352 L4_chemical_A2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.040681419 L4_chemical_A3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.618184937 L4_chemical_B1 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 5.809405763 L4_chemical_B2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 7.188508775 L4_chemical_B3 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 6.269103398 L4_chemical_C2 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 5.87171496 L4_chemical_C3 +LQ09X009060 Golgin candidate 1 5.407553715 C6_control_A1 +LQ09X009060 Golgin candidate 1 5.329053712 C6_control_A3 +LQ09X009060 Golgin candidate 1 5.133462779 C6_control_B1 +LQ09X009060 Golgin candidate 1 5.536783035 C6_control_B2 +LQ09X009060 Golgin candidate 1 4.949340683 C6_control_B3 +LQ09X009060 Golgin candidate 1 5.33915551 C6_control_C1 +LQ09X009060 Golgin candidate 1 5.588317308 C6_control_C2 +LQ09X009060 Golgin candidate 1 5.28855894 C6_control_C3 +LQ09X009060 Golgin candidate 1 5.428689135 C6_chemical_A1 +LQ09X009060 Golgin candidate 1 5.195697114 C6_chemical_A3 +LQ09X009060 Golgin candidate 1 5.069213683 C6_chemical_B1 +LQ09X009060 Golgin candidate 1 5.363452066 C6_chemical_B2 +LQ09X009060 Golgin candidate 1 4.835191592 C6_chemical_B3 +LQ09X009060 Golgin candidate 1 5.28524137 C6_chemical_C1 +LQ09X009060 Golgin candidate 1 5.285472665 C6_chemical_C2 +LQ09X009060 Golgin candidate 1 5.072715327 C6_chemical_C3 +LQ09X009060 Golgin candidate 1 5.018572367 L4_control_A1 +LQ09X009060 Golgin candidate 1 5.711380896 L4_control_A2 +LQ09X009060 Golgin candidate 1 5.841904773 L4_control_A3 +LQ09X009060 Golgin candidate 1 5.330462088 L4_control_B1 +LQ09X009060 Golgin candidate 1 5.484394634 L4_control_B2 +LQ09X009060 Golgin candidate 1 5.032170856 L4_control_B3 +LQ09X009060 Golgin candidate 1 5.551853914 L4_control_C2 +LQ09X009060 Golgin candidate 1 5.034767622 L4_control_C3 +LQ09X009060 Golgin candidate 1 5.164523731 L4_chemical_A1 +LQ09X009060 Golgin candidate 1 5.098511714 L4_chemical_A2 +LQ09X009060 Golgin candidate 1 5.333626563 L4_chemical_A3 +LQ09X009060 Golgin candidate 1 5.176484808 L4_chemical_B1 +LQ09X009060 Golgin candidate 1 5.238130509 L4_chemical_B2 +LQ09X009060 Golgin candidate 1 5.376158187 L4_chemical_B3 +LQ09X009060 Golgin candidate 1 5.015010539 L4_chemical_C2 +LQ09X009060 Golgin candidate 1 5.060737125 L4_chemical_C3 +LQ09X009070 Putative uncharacterized protein 9.927775775 C6_control_A1 +LQ09X009070 Putative uncharacterized protein 9.741344738 C6_control_A3 +LQ09X009070 Putative uncharacterized protein 10.36809254 C6_control_B1 +LQ09X009070 Putative uncharacterized protein 11.74851472 C6_control_B2 +LQ09X009070 Putative uncharacterized protein 11.99404044 C6_control_B3 +LQ09X009070 Putative uncharacterized protein 12.94834969 C6_control_C1 +LQ09X009070 Putative uncharacterized protein 12.68338311 C6_control_C2 +LQ09X009070 Putative uncharacterized protein 13.18359077 C6_control_C3 +LQ09X009070 Putative uncharacterized protein 9.552956961 C6_chemical_A1 +LQ09X009070 Putative uncharacterized protein 10.30238014 C6_chemical_A3 +LQ09X009070 Putative uncharacterized protein 9.964465893 C6_chemical_B1 +LQ09X009070 Putative uncharacterized protein 11.73468134 C6_chemical_B2 +LQ09X009070 Putative uncharacterized protein 12.17499112 C6_chemical_B3 +LQ09X009070 Putative uncharacterized protein 12.9904351 C6_chemical_C1 +LQ09X009070 Putative uncharacterized protein 12.59336078 C6_chemical_C2 +LQ09X009070 Putative uncharacterized protein 13.38799497 C6_chemical_C3 +LQ09X009070 Putative uncharacterized protein 11.7309248 L4_control_A1 +LQ09X009070 Putative uncharacterized protein 11.52415529 L4_control_A2 +LQ09X009070 Putative uncharacterized protein 11.23555713 L4_control_A3 +LQ09X009070 Putative uncharacterized protein 12.31320108 L4_control_B1 +LQ09X009070 Putative uncharacterized protein 11.7164899 L4_control_B2 +LQ09X009070 Putative uncharacterized protein 13.73503632 L4_control_B3 +LQ09X009070 Putative uncharacterized protein 13.22768771 L4_control_C2 +LQ09X009070 Putative uncharacterized protein 13.72198586 L4_control_C3 +LQ09X009070 Putative uncharacterized protein 10.64174859 L4_chemical_A1 +LQ09X009070 Putative uncharacterized protein 11.37697119 L4_chemical_A2 +LQ09X009070 Putative uncharacterized protein 11.06606302 L4_chemical_A3 +LQ09X009070 Putative uncharacterized protein 11.94029819 L4_chemical_B1 +LQ09X009070 Putative uncharacterized protein 11.90596247 L4_chemical_B2 +LQ09X009070 Putative uncharacterized protein 12.98371862 L4_chemical_B3 +LQ09X009070 Putative uncharacterized protein 13.31648088 L4_chemical_C2 +LQ09X009070 Putative uncharacterized protein 13.40387281 L4_chemical_C3 +LQ09X009080 Hypothetical protein 5.133683895 C6_control_A1 +LQ09X009080 Hypothetical protein 5.526676669 C6_control_A3 +LQ09X009080 Hypothetical protein 5.15519204 C6_control_B1 +LQ09X009080 Hypothetical protein 5.16324806 C6_control_B2 +LQ09X009080 Hypothetical protein 5.276517472 C6_control_B3 +LQ09X009080 Hypothetical protein 5.193903724 C6_control_C1 +LQ09X009080 Hypothetical protein 5.940707107 C6_control_C2 +LQ09X009080 Hypothetical protein 5.192634427 C6_control_C3 +LQ09X009080 Hypothetical protein 5.658585945 C6_chemical_A1 +LQ09X009080 Hypothetical protein 5.051901992 C6_chemical_A3 +LQ09X009080 Hypothetical protein 5.046228266 C6_chemical_B1 +LQ09X009080 Hypothetical protein 5.300149047 C6_chemical_B2 +LQ09X009080 Hypothetical protein 5.340504198 C6_chemical_B3 +LQ09X009080 Hypothetical protein 5.393692065 C6_chemical_C1 +LQ09X009080 Hypothetical protein 5.140830115 C6_chemical_C2 +LQ09X009080 Hypothetical protein 5.049444736 C6_chemical_C3 +LQ09X009080 Hypothetical protein 5.109454529 L4_control_A1 +LQ09X009080 Hypothetical protein 5.440764258 L4_control_A2 +LQ09X009080 Hypothetical protein 5.29627799 L4_control_A3 +LQ09X009080 Hypothetical protein 5.068432252 L4_control_B1 +LQ09X009080 Hypothetical protein 5.893600812 L4_control_B2 +LQ09X009080 Hypothetical protein 5.260446501 L4_control_B3 +LQ09X009080 Hypothetical protein 4.810900381 L4_control_C2 +LQ09X009080 Hypothetical protein 4.998416295 L4_control_C3 +LQ09X009080 Hypothetical protein 5.016152703 L4_chemical_A1 +LQ09X009080 Hypothetical protein 5.192062395 L4_chemical_A2 +LQ09X009080 Hypothetical protein 5.502739132 L4_chemical_A3 +LQ09X009080 Hypothetical protein 5.210054832 L4_chemical_B1 +LQ09X009080 Hypothetical protein 5.412022625 L4_chemical_B2 +LQ09X009080 Hypothetical protein 5.158190307 L4_chemical_B3 +LQ09X009080 Hypothetical protein 4.8376649 L4_chemical_C2 +LQ09X009080 Hypothetical protein 5.182788742 L4_chemical_C3 +LQ09X009090 Putative Lachrymatory-factor synthase 11.82739186 C6_control_A1 +LQ09X009090 Putative Lachrymatory-factor synthase 11.2128866 C6_control_A3 +LQ09X009090 Putative Lachrymatory-factor synthase 11.33681967 C6_control_B1 +LQ09X009090 Putative Lachrymatory-factor synthase 10.30399477 C6_control_B2 +LQ09X009090 Putative Lachrymatory-factor synthase 8.08854177 C6_control_B3 +LQ09X009090 Putative Lachrymatory-factor synthase 12.32837788 C6_control_C1 +LQ09X009090 Putative Lachrymatory-factor synthase 11.49183256 C6_control_C2 +LQ09X009090 Putative Lachrymatory-factor synthase 10.80545104 C6_control_C3 +LQ09X009090 Putative Lachrymatory-factor synthase 12.21621825 C6_chemical_A1 +LQ09X009090 Putative Lachrymatory-factor synthase 11.72572454 C6_chemical_A3 +LQ09X009090 Putative Lachrymatory-factor synthase 11.06502269 C6_chemical_B1 +LQ09X009090 Putative Lachrymatory-factor synthase 10.76142585 C6_chemical_B2 +LQ09X009090 Putative Lachrymatory-factor synthase 8.429150182 C6_chemical_B3 +LQ09X009090 Putative Lachrymatory-factor synthase 12.32598589 C6_chemical_C1 +LQ09X009090 Putative Lachrymatory-factor synthase 12.09170811 C6_chemical_C2 +LQ09X009090 Putative Lachrymatory-factor synthase 12.15317698 C6_chemical_C3 +LQ09X009090 Putative Lachrymatory-factor synthase 12.81156996 L4_control_A1 +LQ09X009090 Putative Lachrymatory-factor synthase 11.43985537 L4_control_A2 +LQ09X009090 Putative Lachrymatory-factor synthase 8.778730281 L4_control_A3 +LQ09X009090 Putative Lachrymatory-factor synthase 9.485249825 L4_control_B1 +LQ09X009090 Putative Lachrymatory-factor synthase 8.806898047 L4_control_B2 +LQ09X009090 Putative Lachrymatory-factor synthase 6.763654656 L4_control_B3 +LQ09X009090 Putative Lachrymatory-factor synthase 10.16715537 L4_control_C2 +LQ09X009090 Putative Lachrymatory-factor synthase 6.603946724 L4_control_C3 +LQ09X009090 Putative Lachrymatory-factor synthase 9.593218925 L4_chemical_A1 +LQ09X009090 Putative Lachrymatory-factor synthase 10.26065188 L4_chemical_A2 +LQ09X009090 Putative Lachrymatory-factor synthase 8.782042971 L4_chemical_A3 +LQ09X009090 Putative Lachrymatory-factor synthase 10.44345411 L4_chemical_B1 +LQ09X009090 Putative Lachrymatory-factor synthase 9.582077208 L4_chemical_B2 +LQ09X009090 Putative Lachrymatory-factor synthase 8.160315116 L4_chemical_B3 +LQ09X009090 Putative Lachrymatory-factor synthase 9.89112256 L4_chemical_C2 +LQ09X009090 Putative Lachrymatory-factor synthase 8.476392316 L4_chemical_C3 +LQ09X009130 SNW domain-containing protein 1 5.70850989 C6_control_A1 +LQ09X009130 SNW domain-containing protein 1 4.67992619 C6_control_A3 +LQ09X009130 SNW domain-containing protein 1 5.414360835 C6_control_B1 +LQ09X009130 SNW domain-containing protein 1 5.079682244 C6_control_B2 +LQ09X009130 SNW domain-containing protein 1 5.489297095 C6_control_B3 +LQ09X009130 SNW domain-containing protein 1 4.935140748 C6_control_C1 +LQ09X009130 SNW domain-containing protein 1 5.14512842 C6_control_C2 +LQ09X009130 SNW domain-containing protein 1 5.256872091 C6_control_C3 +LQ09X009130 SNW domain-containing protein 1 5.398763959 C6_chemical_A1 +LQ09X009130 SNW domain-containing protein 1 4.980690157 C6_chemical_A3 +LQ09X009130 SNW domain-containing protein 1 5.239366152 C6_chemical_B1 +LQ09X009130 SNW domain-containing protein 1 5.075708122 C6_chemical_B2 +LQ09X009130 SNW domain-containing protein 1 5.004645611 C6_chemical_B3 +LQ09X009130 SNW domain-containing protein 1 4.879994625 C6_chemical_C1 +LQ09X009130 SNW domain-containing protein 1 5.258351383 C6_chemical_C2 +LQ09X009130 SNW domain-containing protein 1 5.04250379 C6_chemical_C3 +LQ09X009130 SNW domain-containing protein 1 4.954696311 L4_control_A1 +LQ09X009130 SNW domain-containing protein 1 5.213201411 L4_control_A2 +LQ09X009130 SNW domain-containing protein 1 5.069253114 L4_control_A3 +LQ09X009130 SNW domain-containing protein 1 4.908413856 L4_control_B1 +LQ09X009130 SNW domain-containing protein 1 4.88616928 L4_control_B2 +LQ09X009130 SNW domain-containing protein 1 5.112231777 L4_control_B3 +LQ09X009130 SNW domain-containing protein 1 5.093055362 L4_control_C2 +LQ09X009130 SNW domain-containing protein 1 5.301609468 L4_control_C3 +LQ09X009130 SNW domain-containing protein 1 5.062480857 L4_chemical_A1 +LQ09X009130 SNW domain-containing protein 1 5.035243843 L4_chemical_A2 +LQ09X009130 SNW domain-containing protein 1 5.092432114 L4_chemical_A3 +LQ09X009130 SNW domain-containing protein 1 5.066762168 L4_chemical_B1 +LQ09X009130 SNW domain-containing protein 1 5.24869013 L4_chemical_B2 +LQ09X009130 SNW domain-containing protein 1 4.823201696 L4_chemical_B3 +LQ09X009130 SNW domain-containing protein 1 4.965915052 L4_chemical_C2 +LQ09X009130 SNW domain-containing protein 1 5.058794988 L4_chemical_C3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.9551949 C6_control_A1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.68570931 C6_control_A3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 12.14274117 C6_control_B1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.1122105 C6_control_B2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.41846865 C6_control_B3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 10.22418046 C6_control_C1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 10.1316293 C6_control_C2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 10.16239792 C6_control_C3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 12.13867072 C6_chemical_A1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.54732134 C6_chemical_A3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 12.22802833 C6_chemical_B1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 10.97198634 C6_chemical_B2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.45194725 C6_chemical_B3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 10.25446839 C6_chemical_C1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 10.24696586 C6_chemical_C2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 10.1877774 C6_chemical_C3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.80948124 L4_control_A1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.19993733 L4_control_A2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.78948932 L4_control_A3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.86941681 L4_control_B1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.88068842 L4_control_B2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.34828004 L4_control_B3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.17886093 L4_control_C2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.44471477 L4_control_C3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.94280199 L4_chemical_A1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.13739 L4_chemical_A2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.78176631 L4_chemical_A3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.62738535 L4_chemical_B1 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.56366665 L4_chemical_B2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.28954335 L4_chemical_B3 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.45713888 L4_chemical_C2 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 11.44242564 L4_chemical_C3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.75568273 C6_control_A1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.59792356 C6_control_A3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.68620142 C6_control_B1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.55896152 C6_control_B2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.06747349 C6_control_B3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.98005333 C6_control_C1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 12.20309583 C6_control_C2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 12.45058923 C6_control_C3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.64669454 C6_chemical_A1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.70090524 C6_chemical_A3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.65121334 C6_chemical_B1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.33734345 C6_chemical_B2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.12781943 C6_chemical_B3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.71691937 C6_chemical_C1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 12.21240762 C6_chemical_C2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.90180293 C6_chemical_C3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.92613545 L4_control_A1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.15147944 L4_control_A2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.87512209 L4_control_A3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.59412518 L4_control_B1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.73240108 L4_control_B2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.4381997 L4_control_B3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.95759874 L4_control_C2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 12.0717993 L4_control_C3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.78105469 L4_chemical_A1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.93437054 L4_chemical_A2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.13576991 L4_chemical_A3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.88273847 L4_chemical_B1 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.95451938 L4_chemical_B2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.2015142 L4_chemical_B3 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 11.75197628 L4_chemical_C2 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 12.22682705 L4_chemical_C3 +LQ09X009220 Sugar transport protein 14 5.534329799 C6_control_A1 +LQ09X009220 Sugar transport protein 14 5.374368509 C6_control_A3 +LQ09X009220 Sugar transport protein 14 5.723618582 C6_control_B1 +LQ09X009220 Sugar transport protein 14 5.732513453 C6_control_B2 +LQ09X009220 Sugar transport protein 14 6.00329619 C6_control_B3 +LQ09X009220 Sugar transport protein 14 6.360521188 C6_control_C1 +LQ09X009220 Sugar transport protein 14 6.423472964 C6_control_C2 +LQ09X009220 Sugar transport protein 14 5.919016147 C6_control_C3 +LQ09X009220 Sugar transport protein 14 5.793257946 C6_chemical_A1 +LQ09X009220 Sugar transport protein 14 5.743092114 C6_chemical_A3 +LQ09X009220 Sugar transport protein 14 5.804438192 C6_chemical_B1 +LQ09X009220 Sugar transport protein 14 5.650612276 C6_chemical_B2 +LQ09X009220 Sugar transport protein 14 5.469754097 C6_chemical_B3 +LQ09X009220 Sugar transport protein 14 5.980380244 C6_chemical_C1 +LQ09X009220 Sugar transport protein 14 6.198428843 C6_chemical_C2 +LQ09X009220 Sugar transport protein 14 5.94568742 C6_chemical_C3 +LQ09X009220 Sugar transport protein 14 5.69993593 L4_control_A1 +LQ09X009220 Sugar transport protein 14 5.902228128 L4_control_A2 +LQ09X009220 Sugar transport protein 14 6.038876977 L4_control_A3 +LQ09X009220 Sugar transport protein 14 6.192701607 L4_control_B1 +LQ09X009220 Sugar transport protein 14 5.50255849 L4_control_B2 +LQ09X009220 Sugar transport protein 14 6.024277625 L4_control_B3 +LQ09X009220 Sugar transport protein 14 6.345231713 L4_control_C2 +LQ09X009220 Sugar transport protein 14 6.176435385 L4_control_C3 +LQ09X009220 Sugar transport protein 14 5.645791363 L4_chemical_A1 +LQ09X009220 Sugar transport protein 14 6.057875886 L4_chemical_A2 +LQ09X009220 Sugar transport protein 14 5.884750892 L4_chemical_A3 +LQ09X009220 Sugar transport protein 14 6.000055334 L4_chemical_B1 +LQ09X009220 Sugar transport protein 14 5.598586781 L4_chemical_B2 +LQ09X009220 Sugar transport protein 14 5.408600875 L4_chemical_B3 +LQ09X009220 Sugar transport protein 14 6.069917097 L4_chemical_C2 +LQ09X009220 Sugar transport protein 14 7.068129015 L4_chemical_C3 +LQ09X009240 UPF0737 protein mc410 10.92992323 C6_control_A1 +LQ09X009240 UPF0737 protein mc410 11.16351222 C6_control_A3 +LQ09X009240 UPF0737 protein mc410 11.07739745 C6_control_B1 +LQ09X009240 UPF0737 protein mc410 10.19816618 C6_control_B2 +LQ09X009240 UPF0737 protein mc410 11.33506634 C6_control_B3 +LQ09X009240 UPF0737 protein mc410 10.74323978 C6_control_C1 +LQ09X009240 UPF0737 protein mc410 10.85293992 C6_control_C2 +LQ09X009240 UPF0737 protein mc410 10.67612783 C6_control_C3 +LQ09X009240 UPF0737 protein mc410 10.77317584 C6_chemical_A1 +LQ09X009240 UPF0737 protein mc410 11.27427321 C6_chemical_A3 +LQ09X009240 UPF0737 protein mc410 10.91394584 C6_chemical_B1 +LQ09X009240 UPF0737 protein mc410 9.94254674 C6_chemical_B2 +LQ09X009240 UPF0737 protein mc410 11.32204984 C6_chemical_B3 +LQ09X009240 UPF0737 protein mc410 10.6199195 C6_chemical_C1 +LQ09X009240 UPF0737 protein mc410 10.37904369 C6_chemical_C2 +LQ09X009240 UPF0737 protein mc410 10.96964547 C6_chemical_C3 +LQ09X009240 UPF0737 protein mc410 11.26760891 L4_control_A1 +LQ09X009240 UPF0737 protein mc410 11.26307429 L4_control_A2 +LQ09X009240 UPF0737 protein mc410 11.90791699 L4_control_A3 +LQ09X009240 UPF0737 protein mc410 11.20079981 L4_control_B1 +LQ09X009240 UPF0737 protein mc410 11.69605351 L4_control_B2 +LQ09X009240 UPF0737 protein mc410 11.86926018 L4_control_B3 +LQ09X009240 UPF0737 protein mc410 11.72749329 L4_control_C2 +LQ09X009240 UPF0737 protein mc410 12.44132247 L4_control_C3 +LQ09X009240 UPF0737 protein mc410 11.62130158 L4_chemical_A1 +LQ09X009240 UPF0737 protein mc410 10.97149069 L4_chemical_A2 +LQ09X009240 UPF0737 protein mc410 11.56822327 L4_chemical_A3 +LQ09X009240 UPF0737 protein mc410 11.23940276 L4_chemical_B1 +LQ09X009240 UPF0737 protein mc410 11.12614866 L4_chemical_B2 +LQ09X009240 UPF0737 protein mc410 11.37091447 L4_chemical_B3 +LQ09X009240 UPF0737 protein mc410 11.34516 L4_chemical_C2 +LQ09X009240 UPF0737 protein mc410 12.06811865 L4_chemical_C3 +LQ09X009250 RING-H2 finger protein ATL4J 5.672716262 C6_control_A1 +LQ09X009250 RING-H2 finger protein ATL4J 5.244828063 C6_control_A3 +LQ09X009250 RING-H2 finger protein ATL4J 5.280941986 C6_control_B1 +LQ09X009250 RING-H2 finger protein ATL4J 5.357270605 C6_control_B2 +LQ09X009250 RING-H2 finger protein ATL4J 5.306033042 C6_control_B3 +LQ09X009250 RING-H2 finger protein ATL4J 5.316456682 C6_control_C1 +LQ09X009250 RING-H2 finger protein ATL4J 5.398947653 C6_control_C2 +LQ09X009250 RING-H2 finger protein ATL4J 5.341503477 C6_control_C3 +LQ09X009250 RING-H2 finger protein ATL4J 5.60560798 C6_chemical_A1 +LQ09X009250 RING-H2 finger protein ATL4J 6.033425011 C6_chemical_A3 +LQ09X009250 RING-H2 finger protein ATL4J 5.325969864 C6_chemical_B1 +LQ09X009250 RING-H2 finger protein ATL4J 5.451997345 C6_chemical_B2 +LQ09X009250 RING-H2 finger protein ATL4J 5.151380876 C6_chemical_B3 +LQ09X009250 RING-H2 finger protein ATL4J 5.55912755 C6_chemical_C1 +LQ09X009250 RING-H2 finger protein ATL4J 5.088664103 C6_chemical_C2 +LQ09X009250 RING-H2 finger protein ATL4J 5.931568662 C6_chemical_C3 +LQ09X009250 RING-H2 finger protein ATL4J 5.530915801 L4_control_A1 +LQ09X009250 RING-H2 finger protein ATL4J 5.7121363 L4_control_A2 +LQ09X009250 RING-H2 finger protein ATL4J 5.040299798 L4_control_A3 +LQ09X009250 RING-H2 finger protein ATL4J 5.009271326 L4_control_B1 +LQ09X009250 RING-H2 finger protein ATL4J 4.903869291 L4_control_B2 +LQ09X009250 RING-H2 finger protein ATL4J 5.473855443 L4_control_B3 +LQ09X009250 RING-H2 finger protein ATL4J 4.968409407 L4_control_C2 +LQ09X009250 RING-H2 finger protein ATL4J 5.242312563 L4_control_C3 +LQ09X009250 RING-H2 finger protein ATL4J 6.424479812 L4_chemical_A1 +LQ09X009250 RING-H2 finger protein ATL4J 5.7817905 L4_chemical_A2 +LQ09X009250 RING-H2 finger protein ATL4J 4.958731129 L4_chemical_A3 +LQ09X009250 RING-H2 finger protein ATL4J 5.513833283 L4_chemical_B1 +LQ09X009250 RING-H2 finger protein ATL4J 5.280204028 L4_chemical_B2 +LQ09X009250 RING-H2 finger protein ATL4J 5.388223949 L4_chemical_B3 +LQ09X009250 RING-H2 finger protein ATL4J 5.387736547 L4_chemical_C2 +LQ09X009250 RING-H2 finger protein ATL4J 5.369242733 L4_chemical_C3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.52678272 C6_control_A1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.07413873 C6_control_A3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.93591134 C6_control_B1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.36763783 C6_control_B2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.76264182 C6_control_B3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.28769566 C6_control_C1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.24163883 C6_control_C2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.18106713 C6_control_C3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.36699871 C6_chemical_A1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.12273218 C6_chemical_A3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.99045192 C6_chemical_B1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.1510035 C6_chemical_B2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.7960975 C6_chemical_B3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.26193297 C6_chemical_C1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.11538813 C6_chemical_C2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.29437946 C6_chemical_C3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 10.84288492 L4_control_A1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.42770705 L4_control_A2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 10.215655 L4_control_A3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.44337986 L4_control_B1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 12.14509716 L4_control_B2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.65493058 L4_control_B3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.35006611 L4_control_C2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 10.89076225 L4_control_C3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 10.64982338 L4_chemical_A1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.06231404 L4_chemical_A2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 10.33697424 L4_chemical_A3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.51095152 L4_chemical_B1 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.65477709 L4_chemical_B2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.67473715 L4_chemical_B3 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.01452709 L4_chemical_C2 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 10.99719587 L4_chemical_C3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.23271713 C6_control_A1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.25475432 C6_control_A3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.62546679 C6_control_B1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.04098656 C6_control_B2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.81624072 C6_control_B3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.64098433 C6_control_C1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.50333212 C6_control_C2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.2590014 C6_control_C3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.32007001 C6_chemical_A1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.45126313 C6_chemical_A3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.89806863 C6_chemical_B1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.29345968 C6_chemical_B2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.64722503 C6_chemical_B3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.68540599 C6_chemical_C1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.51166695 C6_chemical_C2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.33514063 C6_chemical_C3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.2794426 L4_control_A1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.29184623 L4_control_A2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.74020652 L4_control_A3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.54533998 L4_control_B1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.0822322 L4_control_B2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.25713607 L4_control_B3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.1189126 L4_control_C2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.26882935 L4_control_C3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 10.83794295 L4_chemical_A1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 10.94522366 L4_chemical_A2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.48405658 L4_chemical_A3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.38280972 L4_chemical_B1 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.47145286 L4_chemical_B2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.71458573 L4_chemical_B3 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.67670235 L4_chemical_C2 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 12.45860776 L4_chemical_C3 +LQ09X009300 Casein kinase I isoform delta-like 4.973400582 C6_control_A1 +LQ09X009300 Casein kinase I isoform delta-like 5.111891615 C6_control_A3 +LQ09X009300 Casein kinase I isoform delta-like 5.374886345 C6_control_B1 +LQ09X009300 Casein kinase I isoform delta-like 5.071909186 C6_control_B2 +LQ09X009300 Casein kinase I isoform delta-like 5.084936034 C6_control_B3 +LQ09X009300 Casein kinase I isoform delta-like 5.102436302 C6_control_C1 +LQ09X009300 Casein kinase I isoform delta-like 5.020763854 C6_control_C2 +LQ09X009300 Casein kinase I isoform delta-like 4.863156507 C6_control_C3 +LQ09X009300 Casein kinase I isoform delta-like 5.016595914 C6_chemical_A1 +LQ09X009300 Casein kinase I isoform delta-like 4.995558154 C6_chemical_A3 +LQ09X009300 Casein kinase I isoform delta-like 5.13569445 C6_chemical_B1 +LQ09X009300 Casein kinase I isoform delta-like 5.006581071 C6_chemical_B2 +LQ09X009300 Casein kinase I isoform delta-like 5.561071496 C6_chemical_B3 +LQ09X009300 Casein kinase I isoform delta-like 4.811208815 C6_chemical_C1 +LQ09X009300 Casein kinase I isoform delta-like 4.736964998 C6_chemical_C2 +LQ09X009300 Casein kinase I isoform delta-like 5.064218708 C6_chemical_C3 +LQ09X009300 Casein kinase I isoform delta-like 5.710254233 L4_control_A1 +LQ09X009300 Casein kinase I isoform delta-like 5.521540777 L4_control_A2 +LQ09X009300 Casein kinase I isoform delta-like 5.437753337 L4_control_A3 +LQ09X009300 Casein kinase I isoform delta-like 6.867581995 L4_control_B1 +LQ09X009300 Casein kinase I isoform delta-like 5.751843869 L4_control_B2 +LQ09X009300 Casein kinase I isoform delta-like 5.224687989 L4_control_B3 +LQ09X009300 Casein kinase I isoform delta-like 6.963409907 L4_control_C2 +LQ09X009300 Casein kinase I isoform delta-like 6.850350666 L4_control_C3 +LQ09X009300 Casein kinase I isoform delta-like 5.519808873 L4_chemical_A1 +LQ09X009300 Casein kinase I isoform delta-like 5.536397791 L4_chemical_A2 +LQ09X009300 Casein kinase I isoform delta-like 6.153990042 L4_chemical_A3 +LQ09X009300 Casein kinase I isoform delta-like 5.931276535 L4_chemical_B1 +LQ09X009300 Casein kinase I isoform delta-like 5.661689803 L4_chemical_B2 +LQ09X009300 Casein kinase I isoform delta-like 5.011055589 L4_chemical_B3 +LQ09X009300 Casein kinase I isoform delta-like 6.726993814 L4_chemical_C2 +LQ09X009300 Casein kinase I isoform delta-like 5.780608053 L4_chemical_C3 +LQ09X009310 Hypothetical protein 10.58681057 C6_control_A1 +LQ09X009310 Hypothetical protein 10.19330908 C6_control_A3 +LQ09X009310 Hypothetical protein 10.5315715 C6_control_B1 +LQ09X009310 Hypothetical protein 10.93315538 C6_control_B2 +LQ09X009310 Hypothetical protein 10.80648696 C6_control_B3 +LQ09X009310 Hypothetical protein 11.45232684 C6_control_C1 +LQ09X009310 Hypothetical protein 11.78792618 C6_control_C2 +LQ09X009310 Hypothetical protein 11.22201644 C6_control_C3 +LQ09X009310 Hypothetical protein 10.83357708 C6_chemical_A1 +LQ09X009310 Hypothetical protein 10.78610031 C6_chemical_A3 +LQ09X009310 Hypothetical protein 10.56548082 C6_chemical_B1 +LQ09X009310 Hypothetical protein 11.35082774 C6_chemical_B2 +LQ09X009310 Hypothetical protein 11.14771631 C6_chemical_B3 +LQ09X009310 Hypothetical protein 11.7158552 C6_chemical_C1 +LQ09X009310 Hypothetical protein 11.66291177 C6_chemical_C2 +LQ09X009310 Hypothetical protein 11.94010111 C6_chemical_C3 +LQ09X009310 Hypothetical protein 10.71859234 L4_control_A1 +LQ09X009310 Hypothetical protein 10.84523941 L4_control_A2 +LQ09X009310 Hypothetical protein 10.81231348 L4_control_A3 +LQ09X009310 Hypothetical protein 10.66236558 L4_control_B1 +LQ09X009310 Hypothetical protein 10.64822216 L4_control_B2 +LQ09X009310 Hypothetical protein 11.47726342 L4_control_B3 +LQ09X009310 Hypothetical protein 11.39986572 L4_control_C2 +LQ09X009310 Hypothetical protein 11.72011339 L4_control_C3 +LQ09X009310 Hypothetical protein 10.74251137 L4_chemical_A1 +LQ09X009310 Hypothetical protein 10.98171849 L4_chemical_A2 +LQ09X009310 Hypothetical protein 10.75781564 L4_chemical_A3 +LQ09X009310 Hypothetical protein 10.61726055 L4_chemical_B1 +LQ09X009310 Hypothetical protein 10.44137683 L4_chemical_B2 +LQ09X009310 Hypothetical protein 10.91617127 L4_chemical_B3 +LQ09X009310 Hypothetical protein 11.32429075 L4_chemical_C2 +LQ09X009310 Hypothetical protein 11.55006308 L4_chemical_C3 +LQ09X009330 Putative UPF0546 membrane protein 5.523650227 C6_control_A1 +LQ09X009330 Putative UPF0546 membrane protein 5.348904193 C6_control_A3 +LQ09X009330 Putative UPF0546 membrane protein 5.319901492 C6_control_B1 +LQ09X009330 Putative UPF0546 membrane protein 5.66416007 C6_control_B2 +LQ09X009330 Putative UPF0546 membrane protein 4.868965316 C6_control_B3 +LQ09X009330 Putative UPF0546 membrane protein 5.194069995 C6_control_C1 +LQ09X009330 Putative UPF0546 membrane protein 4.82709807 C6_control_C2 +LQ09X009330 Putative UPF0546 membrane protein 4.780509584 C6_control_C3 +LQ09X009330 Putative UPF0546 membrane protein 5.554753946 C6_chemical_A1 +LQ09X009330 Putative UPF0546 membrane protein 5.13760742 C6_chemical_A3 +LQ09X009330 Putative UPF0546 membrane protein 5.354383653 C6_chemical_B1 +LQ09X009330 Putative UPF0546 membrane protein 5.261661168 C6_chemical_B2 +LQ09X009330 Putative UPF0546 membrane protein 5.684467658 C6_chemical_B3 +LQ09X009330 Putative UPF0546 membrane protein 5.265267447 C6_chemical_C1 +LQ09X009330 Putative UPF0546 membrane protein 5.068644305 C6_chemical_C2 +LQ09X009330 Putative UPF0546 membrane protein 5.539205766 C6_chemical_C3 +LQ09X009330 Putative UPF0546 membrane protein 5.565128147 L4_control_A1 +LQ09X009330 Putative UPF0546 membrane protein 6.301044837 L4_control_A2 +LQ09X009330 Putative UPF0546 membrane protein 5.290282905 L4_control_A3 +LQ09X009330 Putative UPF0546 membrane protein 6.988246681 L4_control_B1 +LQ09X009330 Putative UPF0546 membrane protein 6.008722705 L4_control_B2 +LQ09X009330 Putative UPF0546 membrane protein 5.066550086 L4_control_B3 +LQ09X009330 Putative UPF0546 membrane protein 6.169713311 L4_control_C2 +LQ09X009330 Putative UPF0546 membrane protein 6.634111466 L4_control_C3 +LQ09X009330 Putative UPF0546 membrane protein 6.154857781 L4_chemical_A1 +LQ09X009330 Putative UPF0546 membrane protein 5.926915972 L4_chemical_A2 +LQ09X009330 Putative UPF0546 membrane protein 5.472563494 L4_chemical_A3 +LQ09X009330 Putative UPF0546 membrane protein 5.344925153 L4_chemical_B1 +LQ09X009330 Putative UPF0546 membrane protein 5.511187409 L4_chemical_B2 +LQ09X009330 Putative UPF0546 membrane protein 5.023340916 L4_chemical_B3 +LQ09X009330 Putative UPF0546 membrane protein 6.244988242 L4_chemical_C2 +LQ09X009330 Putative UPF0546 membrane protein 6.105837723 L4_chemical_C3 +LQ09X009370 Elongation factor Ts 12.6242374 C6_control_A1 +LQ09X009370 Elongation factor Ts 12.35853902 C6_control_A3 +LQ09X009370 Elongation factor Ts 12.99279668 C6_control_B1 +LQ09X009370 Elongation factor Ts 13.0987707 C6_control_B2 +LQ09X009370 Elongation factor Ts 12.85286162 C6_control_B3 +LQ09X009370 Elongation factor Ts 14.13409429 C6_control_C1 +LQ09X009370 Elongation factor Ts 14.27293033 C6_control_C2 +LQ09X009370 Elongation factor Ts 13.60618669 C6_control_C3 +LQ09X009370 Elongation factor Ts 12.52566131 C6_chemical_A1 +LQ09X009370 Elongation factor Ts 12.72834018 C6_chemical_A3 +LQ09X009370 Elongation factor Ts 13.08278668 C6_chemical_B1 +LQ09X009370 Elongation factor Ts 12.8873278 C6_chemical_B2 +LQ09X009370 Elongation factor Ts 12.47343693 C6_chemical_B3 +LQ09X009370 Elongation factor Ts 14.10458004 C6_chemical_C1 +LQ09X009370 Elongation factor Ts 13.78747006 C6_chemical_C2 +LQ09X009370 Elongation factor Ts 13.74306774 C6_chemical_C3 +LQ09X009370 Elongation factor Ts 12.27965337 L4_control_A1 +LQ09X009370 Elongation factor Ts 12.62889786 L4_control_A2 +LQ09X009370 Elongation factor Ts 11.89268719 L4_control_A3 +LQ09X009370 Elongation factor Ts 12.56250431 L4_control_B1 +LQ09X009370 Elongation factor Ts 13.10290137 L4_control_B2 +LQ09X009370 Elongation factor Ts 13.42021856 L4_control_B3 +LQ09X009370 Elongation factor Ts 13.57890307 L4_control_C2 +LQ09X009370 Elongation factor Ts 13.31495037 L4_control_C3 +LQ09X009370 Elongation factor Ts 12.22786866 L4_chemical_A1 +LQ09X009370 Elongation factor Ts 12.38622054 L4_chemical_A2 +LQ09X009370 Elongation factor Ts 11.54076085 L4_chemical_A3 +LQ09X009370 Elongation factor Ts 12.10655227 L4_chemical_B1 +LQ09X009370 Elongation factor Ts 12.7457595 L4_chemical_B2 +LQ09X009370 Elongation factor Ts 12.3197035 L4_chemical_B3 +LQ09X009370 Elongation factor Ts 13.34596018 L4_chemical_C2 +LQ09X009370 Elongation factor Ts 13.49265177 L4_chemical_C3 +LQ09X009380 Methyltransferase-like protein 5 9.651582801 C6_control_A1 +LQ09X009380 Methyltransferase-like protein 5 10.22594433 C6_control_A3 +LQ09X009380 Methyltransferase-like protein 5 9.647531305 C6_control_B1 +LQ09X009380 Methyltransferase-like protein 5 9.711280749 C6_control_B2 +LQ09X009380 Methyltransferase-like protein 5 9.518682429 C6_control_B3 +LQ09X009380 Methyltransferase-like protein 5 10.71672965 C6_control_C1 +LQ09X009380 Methyltransferase-like protein 5 10.4004916 C6_control_C2 +LQ09X009380 Methyltransferase-like protein 5 10.74280102 C6_control_C3 +LQ09X009380 Methyltransferase-like protein 5 9.211149188 C6_chemical_A1 +LQ09X009380 Methyltransferase-like protein 5 10.22909739 C6_chemical_A3 +LQ09X009380 Methyltransferase-like protein 5 9.221285398 C6_chemical_B1 +LQ09X009380 Methyltransferase-like protein 5 9.308714429 C6_chemical_B2 +LQ09X009380 Methyltransferase-like protein 5 9.260879003 C6_chemical_B3 +LQ09X009380 Methyltransferase-like protein 5 10.54360012 C6_chemical_C1 +LQ09X009380 Methyltransferase-like protein 5 10.35828637 C6_chemical_C2 +LQ09X009380 Methyltransferase-like protein 5 10.84226416 C6_chemical_C3 +LQ09X009380 Methyltransferase-like protein 5 10.97467555 L4_control_A1 +LQ09X009380 Methyltransferase-like protein 5 10.8847795 L4_control_A2 +LQ09X009380 Methyltransferase-like protein 5 11.18921957 L4_control_A3 +LQ09X009380 Methyltransferase-like protein 5 10.46426272 L4_control_B1 +LQ09X009380 Methyltransferase-like protein 5 10.38646335 L4_control_B2 +LQ09X009380 Methyltransferase-like protein 5 10.33382402 L4_control_B3 +LQ09X009380 Methyltransferase-like protein 5 11.24582242 L4_control_C2 +LQ09X009380 Methyltransferase-like protein 5 11.18391975 L4_control_C3 +LQ09X009380 Methyltransferase-like protein 5 10.82284296 L4_chemical_A1 +LQ09X009380 Methyltransferase-like protein 5 10.50047209 L4_chemical_A2 +LQ09X009380 Methyltransferase-like protein 5 10.79784018 L4_chemical_A3 +LQ09X009380 Methyltransferase-like protein 5 10.32902247 L4_chemical_B1 +LQ09X009380 Methyltransferase-like protein 5 10.48147222 L4_chemical_B2 +LQ09X009380 Methyltransferase-like protein 5 10.37523724 L4_chemical_B3 +LQ09X009380 Methyltransferase-like protein 5 11.48393351 L4_chemical_C2 +LQ09X009380 Methyltransferase-like protein 5 11.18978905 L4_chemical_C3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.18105986 C6_control_A1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.37745535 C6_control_A3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.44224228 C6_control_B1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.74652482 C6_control_B2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.02069336 C6_control_B3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.88097544 C6_control_C1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.86545818 C6_control_C2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.70459459 C6_control_C3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.05798895 C6_chemical_A1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.14107892 C6_chemical_A3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.35960255 C6_chemical_B1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.79232718 C6_chemical_B2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.03122431 C6_chemical_B3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.83008328 C6_chemical_C1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.66408303 C6_chemical_C2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.57871908 C6_chemical_C3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.41084747 L4_control_A1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.66898372 L4_control_A2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 11.44193746 L4_control_A3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.29901048 L4_control_B1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.41400699 L4_control_B2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.6144382 L4_control_B3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.56372094 L4_control_C2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.61773802 L4_control_C3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.37726723 L4_chemical_A1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.31568816 L4_chemical_A2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 11.47954583 L4_chemical_A3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.52380962 L4_chemical_B1 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.36614738 L4_chemical_B2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.58620729 L4_chemical_B3 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.53231306 L4_chemical_C2 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 12.65358057 L4_chemical_C3 +LQ09X009400 Auxin-responsive protein IAA27 11.89802079 C6_control_A1 +LQ09X009400 Auxin-responsive protein IAA27 12.42575359 C6_control_A3 +LQ09X009400 Auxin-responsive protein IAA27 10.61465434 C6_control_B1 +LQ09X009400 Auxin-responsive protein IAA27 10.21899428 C6_control_B2 +LQ09X009400 Auxin-responsive protein IAA27 10.56200989 C6_control_B3 +LQ09X009400 Auxin-responsive protein IAA27 9.940281256 C6_control_C1 +LQ09X009400 Auxin-responsive protein IAA27 9.674721444 C6_control_C2 +LQ09X009400 Auxin-responsive protein IAA27 10.86608539 C6_control_C3 +LQ09X009400 Auxin-responsive protein IAA27 11.2682438 C6_chemical_A1 +LQ09X009400 Auxin-responsive protein IAA27 13.09129284 C6_chemical_A3 +LQ09X009400 Auxin-responsive protein IAA27 9.984537246 C6_chemical_B1 +LQ09X009400 Auxin-responsive protein IAA27 9.563033531 C6_chemical_B2 +LQ09X009400 Auxin-responsive protein IAA27 10.35699869 C6_chemical_B3 +LQ09X009400 Auxin-responsive protein IAA27 9.656872842 C6_chemical_C1 +LQ09X009400 Auxin-responsive protein IAA27 9.020497166 C6_chemical_C2 +LQ09X009400 Auxin-responsive protein IAA27 10.03862789 C6_chemical_C3 +LQ09X009400 Auxin-responsive protein IAA27 12.61237116 L4_control_A1 +LQ09X009400 Auxin-responsive protein IAA27 11.95349026 L4_control_A2 +LQ09X009400 Auxin-responsive protein IAA27 12.1830086 L4_control_A3 +LQ09X009400 Auxin-responsive protein IAA27 9.838657227 L4_control_B1 +LQ09X009400 Auxin-responsive protein IAA27 11.27567171 L4_control_B2 +LQ09X009400 Auxin-responsive protein IAA27 9.152576451 L4_control_B3 +LQ09X009400 Auxin-responsive protein IAA27 9.304814633 L4_control_C2 +LQ09X009400 Auxin-responsive protein IAA27 9.616304013 L4_control_C3 +LQ09X009400 Auxin-responsive protein IAA27 11.7731574 L4_chemical_A1 +LQ09X009400 Auxin-responsive protein IAA27 11.53277893 L4_chemical_A2 +LQ09X009400 Auxin-responsive protein IAA27 11.4686924 L4_chemical_A3 +LQ09X009400 Auxin-responsive protein IAA27 10.26828811 L4_chemical_B1 +LQ09X009400 Auxin-responsive protein IAA27 10.32837264 L4_chemical_B2 +LQ09X009400 Auxin-responsive protein IAA27 11.18904022 L4_chemical_B3 +LQ09X009400 Auxin-responsive protein IAA27 9.211556725 L4_chemical_C2 +LQ09X009400 Auxin-responsive protein IAA27 10.15759165 L4_chemical_C3 +LQ09X009420 Transcription factor bHLH68 5.793423866 C6_control_A1 +LQ09X009420 Transcription factor bHLH68 5.892582976 C6_control_A3 +LQ09X009420 Transcription factor bHLH68 5.974173216 C6_control_B1 +LQ09X009420 Transcription factor bHLH68 5.254390156 C6_control_B2 +LQ09X009420 Transcription factor bHLH68 5.327560655 C6_control_B3 +LQ09X009420 Transcription factor bHLH68 5.617834148 C6_control_C1 +LQ09X009420 Transcription factor bHLH68 5.318257462 C6_control_C2 +LQ09X009420 Transcription factor bHLH68 5.68092733 C6_control_C3 +LQ09X009420 Transcription factor bHLH68 6.068197904 C6_chemical_A1 +LQ09X009420 Transcription factor bHLH68 5.889367704 C6_chemical_A3 +LQ09X009420 Transcription factor bHLH68 5.572886466 C6_chemical_B1 +LQ09X009420 Transcription factor bHLH68 5.469181569 C6_chemical_B2 +LQ09X009420 Transcription factor bHLH68 5.432547385 C6_chemical_B3 +LQ09X009420 Transcription factor bHLH68 5.716124866 C6_chemical_C1 +LQ09X009420 Transcription factor bHLH68 5.481130643 C6_chemical_C2 +LQ09X009420 Transcription factor bHLH68 5.676890577 C6_chemical_C3 +LQ09X009420 Transcription factor bHLH68 5.553332064 L4_control_A1 +LQ09X009420 Transcription factor bHLH68 5.764332906 L4_control_A2 +LQ09X009420 Transcription factor bHLH68 5.879498264 L4_control_A3 +LQ09X009420 Transcription factor bHLH68 5.18779978 L4_control_B1 +LQ09X009420 Transcription factor bHLH68 5.353007318 L4_control_B2 +LQ09X009420 Transcription factor bHLH68 6.007622453 L4_control_B3 +LQ09X009420 Transcription factor bHLH68 5.625399 L4_control_C2 +LQ09X009420 Transcription factor bHLH68 5.495474902 L4_control_C3 +LQ09X009420 Transcription factor bHLH68 5.31150393 L4_chemical_A1 +LQ09X009420 Transcription factor bHLH68 5.788102405 L4_chemical_A2 +LQ09X009420 Transcription factor bHLH68 5.666534939 L4_chemical_A3 +LQ09X009420 Transcription factor bHLH68 5.49424266 L4_chemical_B1 +LQ09X009420 Transcription factor bHLH68 5.579054862 L4_chemical_B2 +LQ09X009420 Transcription factor bHLH68 5.654745086 L4_chemical_B3 +LQ09X009420 Transcription factor bHLH68 5.852592587 L4_chemical_C2 +LQ09X009420 Transcription factor bHLH68 5.06991041 L4_chemical_C3 +LQ09X009430 Putative Bark storage protein A 5.217036745 C6_control_A1 +LQ09X009430 Putative Bark storage protein A 5.071230726 C6_control_A3 +LQ09X009430 Putative Bark storage protein A 5.025288988 C6_control_B1 +LQ09X009430 Putative Bark storage protein A 5.067689352 C6_control_B2 +LQ09X009430 Putative Bark storage protein A 5.247887942 C6_control_B3 +LQ09X009430 Putative Bark storage protein A 5.284316875 C6_control_C1 +LQ09X009430 Putative Bark storage protein A 5.427076653 C6_control_C2 +LQ09X009430 Putative Bark storage protein A 5.155939851 C6_control_C3 +LQ09X009430 Putative Bark storage protein A 5.147925137 C6_chemical_A1 +LQ09X009430 Putative Bark storage protein A 5.020956902 C6_chemical_A3 +LQ09X009430 Putative Bark storage protein A 4.878408995 C6_chemical_B1 +LQ09X009430 Putative Bark storage protein A 5.421486347 C6_chemical_B2 +LQ09X009430 Putative Bark storage protein A 4.946284705 C6_chemical_B3 +LQ09X009430 Putative Bark storage protein A 4.957388744 C6_chemical_C1 +LQ09X009430 Putative Bark storage protein A 4.852001493 C6_chemical_C2 +LQ09X009430 Putative Bark storage protein A 5.271405563 C6_chemical_C3 +LQ09X009430 Putative Bark storage protein A 5.086947401 L4_control_A1 +LQ09X009430 Putative Bark storage protein A 5.295950166 L4_control_A2 +LQ09X009430 Putative Bark storage protein A 5.442683843 L4_control_A3 +LQ09X009430 Putative Bark storage protein A 5.022633563 L4_control_B1 +LQ09X009430 Putative Bark storage protein A 5.185222574 L4_control_B2 +LQ09X009430 Putative Bark storage protein A 5.655534489 L4_control_B3 +LQ09X009430 Putative Bark storage protein A 4.919537395 L4_control_C2 +LQ09X009430 Putative Bark storage protein A 5.587980687 L4_control_C3 +LQ09X009430 Putative Bark storage protein A 5.085478122 L4_chemical_A1 +LQ09X009430 Putative Bark storage protein A 5.102797086 L4_chemical_A2 +LQ09X009430 Putative Bark storage protein A 5.073809245 L4_chemical_A3 +LQ09X009430 Putative Bark storage protein A 5.306736175 L4_chemical_B1 +LQ09X009430 Putative Bark storage protein A 5.074918278 L4_chemical_B2 +LQ09X009430 Putative Bark storage protein A 5.491719213 L4_chemical_B3 +LQ09X009430 Putative Bark storage protein A 4.961302405 L4_chemical_C2 +LQ09X009430 Putative Bark storage protein A 5.372058575 L4_chemical_C3 +LQ09X009450 Putative uncharacterized protein 4.779541346 C6_control_A1 +LQ09X009450 Putative uncharacterized protein 4.633935972 C6_control_A3 +LQ09X009450 Putative uncharacterized protein 5.030670074 C6_control_B1 +LQ09X009450 Putative uncharacterized protein 5.063915754 C6_control_B2 +LQ09X009450 Putative uncharacterized protein 4.598425607 C6_control_B3 +LQ09X009450 Putative uncharacterized protein 5.264023545 C6_control_C1 +LQ09X009450 Putative uncharacterized protein 5.177361059 C6_control_C2 +LQ09X009450 Putative uncharacterized protein 4.898642077 C6_control_C3 +LQ09X009450 Putative uncharacterized protein 4.661483695 C6_chemical_A1 +LQ09X009450 Putative uncharacterized protein 4.76347367 C6_chemical_A3 +LQ09X009450 Putative uncharacterized protein 4.993372085 C6_chemical_B1 +LQ09X009450 Putative uncharacterized protein 4.889157312 C6_chemical_B2 +LQ09X009450 Putative uncharacterized protein 5.186111562 C6_chemical_B3 +LQ09X009450 Putative uncharacterized protein 5.056333864 C6_chemical_C1 +LQ09X009450 Putative uncharacterized protein 5.07972193 C6_chemical_C2 +LQ09X009450 Putative uncharacterized protein 5.012633446 C6_chemical_C3 +LQ09X009450 Putative uncharacterized protein 4.693641906 L4_control_A1 +LQ09X009450 Putative uncharacterized protein 4.929147531 L4_control_A2 +LQ09X009450 Putative uncharacterized protein 4.707907985 L4_control_A3 +LQ09X009450 Putative uncharacterized protein 4.719769099 L4_control_B1 +LQ09X009450 Putative uncharacterized protein 5.116718025 L4_control_B2 +LQ09X009450 Putative uncharacterized protein 4.8966682 L4_control_B3 +LQ09X009450 Putative uncharacterized protein 5.538660595 L4_control_C2 +LQ09X009450 Putative uncharacterized protein 5.358659841 L4_control_C3 +LQ09X009450 Putative uncharacterized protein 4.684322362 L4_chemical_A1 +LQ09X009450 Putative uncharacterized protein 4.761075462 L4_chemical_A2 +LQ09X009450 Putative uncharacterized protein 5.021160535 L4_chemical_A3 +LQ09X009450 Putative uncharacterized protein 4.649034003 L4_chemical_B1 +LQ09X009450 Putative uncharacterized protein 5.07128844 L4_chemical_B2 +LQ09X009450 Putative uncharacterized protein 4.781195643 L4_chemical_B3 +LQ09X009450 Putative uncharacterized protein 6.525121995 L4_chemical_C2 +LQ09X009450 Putative uncharacterized protein 4.854480325 L4_chemical_C3 +LQ09X009460 Peroxiredoxin-2B 14.25992521 C6_control_A1 +LQ09X009460 Peroxiredoxin-2B 14.69326731 C6_control_A3 +LQ09X009460 Peroxiredoxin-2B 13.99811657 C6_control_B1 +LQ09X009460 Peroxiredoxin-2B 13.8355705 C6_control_B2 +LQ09X009460 Peroxiredoxin-2B 14.17772498 C6_control_B3 +LQ09X009460 Peroxiredoxin-2B 13.45626404 C6_control_C1 +LQ09X009460 Peroxiredoxin-2B 13.64149582 C6_control_C2 +LQ09X009460 Peroxiredoxin-2B 13.58226438 C6_control_C3 +LQ09X009460 Peroxiredoxin-2B 14.34400859 C6_chemical_A1 +LQ09X009460 Peroxiredoxin-2B 14.30856552 C6_chemical_A3 +LQ09X009460 Peroxiredoxin-2B 14.05712917 C6_chemical_B1 +LQ09X009460 Peroxiredoxin-2B 13.79245317 C6_chemical_B2 +LQ09X009460 Peroxiredoxin-2B 14.1090955 C6_chemical_B3 +LQ09X009460 Peroxiredoxin-2B 13.62714727 C6_chemical_C1 +LQ09X009460 Peroxiredoxin-2B 13.6629255 C6_chemical_C2 +LQ09X009460 Peroxiredoxin-2B 13.56176162 C6_chemical_C3 +LQ09X009460 Peroxiredoxin-2B 14.50196274 L4_control_A1 +LQ09X009460 Peroxiredoxin-2B 14.63111135 L4_control_A2 +LQ09X009460 Peroxiredoxin-2B 13.5007227 L4_control_A3 +LQ09X009460 Peroxiredoxin-2B 14.16664155 L4_control_B1 +LQ09X009460 Peroxiredoxin-2B 14.34261389 L4_control_B2 +LQ09X009460 Peroxiredoxin-2B 14.01354001 L4_control_B3 +LQ09X009460 Peroxiredoxin-2B 14.25722868 L4_control_C2 +LQ09X009460 Peroxiredoxin-2B 14.52893533 L4_control_C3 +LQ09X009460 Peroxiredoxin-2B 14.34011016 L4_chemical_A1 +LQ09X009460 Peroxiredoxin-2B 14.82920984 L4_chemical_A2 +LQ09X009460 Peroxiredoxin-2B 13.74470002 L4_chemical_A3 +LQ09X009460 Peroxiredoxin-2B 14.72304259 L4_chemical_B1 +LQ09X009460 Peroxiredoxin-2B 14.49091093 L4_chemical_B2 +LQ09X009460 Peroxiredoxin-2B 14.45304499 L4_chemical_B3 +LQ09X009460 Peroxiredoxin-2B 14.34731725 L4_chemical_C2 +LQ09X009460 Peroxiredoxin-2B 14.45700102 L4_chemical_C3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.242299289 C6_control_A1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.07328982 C6_control_A3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.432511227 C6_control_B1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.918181064 C6_control_B2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.155331221 C6_control_B3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.836079072 C6_control_C1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.897532625 C6_control_C2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.789001937 C6_control_C3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.197538851 C6_chemical_A1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.966380648 C6_chemical_A3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.931492371 C6_chemical_B1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.027118844 C6_chemical_B2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.493409615 C6_chemical_B3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.925600241 C6_chemical_C1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.999241657 C6_chemical_C2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.712528714 C6_chemical_C3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.782712854 L4_control_A1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.258078712 L4_control_A2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.183157767 L4_control_A3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.644671105 L4_control_B1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.265151682 L4_control_B2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.841564696 L4_control_B3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.074745832 L4_control_C2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 7.227426148 L4_control_C3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.331449002 L4_chemical_A1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.941087052 L4_chemical_A2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.225781101 L4_chemical_A3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.919339241 L4_chemical_B1 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.277081841 L4_chemical_B2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 4.941463367 L4_chemical_B3 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.260976056 L4_chemical_C2 +LQ09X009470 Rac-like GTP-binding protein ARAC7 6.329493803 L4_chemical_C3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.746899393 C6_control_A1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.859238752 C6_control_A3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.569117848 C6_control_B1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.740923306 C6_control_B2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.644604957 C6_control_B3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.1430225 C6_control_C1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.620670225 C6_control_C2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.433731694 C6_control_C3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.328462783 C6_chemical_A1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.683929081 C6_chemical_A3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.732182862 C6_chemical_B1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.5429563 C6_chemical_B2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.490165096 C6_chemical_B3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.127272303 C6_chemical_C1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.374297256 C6_chemical_C2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.4515372 C6_chemical_C3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.265943028 L4_control_A1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.749704618 L4_control_A2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.515612175 L4_control_A3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.691185005 L4_control_B1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 6.050250966 L4_control_B2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.405742098 L4_control_B3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.7198623 L4_control_C2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.475418815 L4_control_C3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.691660775 L4_chemical_A1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.669777852 L4_chemical_A2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.661769254 L4_chemical_A3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.720470051 L4_chemical_B1 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.769012509 L4_chemical_B2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.306877097 L4_chemical_B3 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.739514471 L4_chemical_C2 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.874148608 L4_chemical_C3 +LQ09X009510 Probable plastidic glucose transporter 2 11.29516295 C6_control_A1 +LQ09X009510 Probable plastidic glucose transporter 2 11.82236442 C6_control_A3 +LQ09X009510 Probable plastidic glucose transporter 2 11.60699722 C6_control_B1 +LQ09X009510 Probable plastidic glucose transporter 2 10.84624119 C6_control_B2 +LQ09X009510 Probable plastidic glucose transporter 2 11.72587159 C6_control_B3 +LQ09X009510 Probable plastidic glucose transporter 2 11.02076391 C6_control_C1 +LQ09X009510 Probable plastidic glucose transporter 2 10.39501868 C6_control_C2 +LQ09X009510 Probable plastidic glucose transporter 2 10.72731999 C6_control_C3 +LQ09X009510 Probable plastidic glucose transporter 2 11.69282052 C6_chemical_A1 +LQ09X009510 Probable plastidic glucose transporter 2 11.87791239 C6_chemical_A3 +LQ09X009510 Probable plastidic glucose transporter 2 11.90579512 C6_chemical_B1 +LQ09X009510 Probable plastidic glucose transporter 2 11.05994759 C6_chemical_B2 +LQ09X009510 Probable plastidic glucose transporter 2 11.70270069 C6_chemical_B3 +LQ09X009510 Probable plastidic glucose transporter 2 11.40200541 C6_chemical_C1 +LQ09X009510 Probable plastidic glucose transporter 2 10.54965061 C6_chemical_C2 +LQ09X009510 Probable plastidic glucose transporter 2 10.85887923 C6_chemical_C3 +LQ09X009510 Probable plastidic glucose transporter 2 11.8985274 L4_control_A1 +LQ09X009510 Probable plastidic glucose transporter 2 11.57681102 L4_control_A2 +LQ09X009510 Probable plastidic glucose transporter 2 12.37063039 L4_control_A3 +LQ09X009510 Probable plastidic glucose transporter 2 11.57453997 L4_control_B1 +LQ09X009510 Probable plastidic glucose transporter 2 12.55667185 L4_control_B2 +LQ09X009510 Probable plastidic glucose transporter 2 11.9431914 L4_control_B3 +LQ09X009510 Probable plastidic glucose transporter 2 11.30026739 L4_control_C2 +LQ09X009510 Probable plastidic glucose transporter 2 11.76502312 L4_control_C3 +LQ09X009510 Probable plastidic glucose transporter 2 11.93095191 L4_chemical_A1 +LQ09X009510 Probable plastidic glucose transporter 2 11.70299915 L4_chemical_A2 +LQ09X009510 Probable plastidic glucose transporter 2 12.31848961 L4_chemical_A3 +LQ09X009510 Probable plastidic glucose transporter 2 11.61792096 L4_chemical_B1 +LQ09X009510 Probable plastidic glucose transporter 2 12.07814225 L4_chemical_B2 +LQ09X009510 Probable plastidic glucose transporter 2 11.89484007 L4_chemical_B3 +LQ09X009510 Probable plastidic glucose transporter 2 11.53545309 L4_chemical_C2 +LQ09X009510 Probable plastidic glucose transporter 2 11.6611857 L4_chemical_C3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.761356886 C6_control_A1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.492330493 C6_control_A3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.348582026 C6_control_B1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.989090194 C6_control_B2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.958210685 C6_control_B3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.29884018 C6_control_C1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.29582127 C6_control_C2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.97229219 C6_control_C3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.631296744 C6_chemical_A1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.125044368 C6_chemical_A3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.282757441 C6_chemical_B1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.222841956 C6_chemical_B2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.493006096 C6_chemical_B3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.10373018 C6_chemical_C1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.51814876 C6_chemical_C2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.43311127 C6_chemical_C3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.271312721 L4_control_A1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.821114221 L4_control_A2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.04094119 L4_control_A3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.041922708 L4_control_B1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.847049292 L4_control_B2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.00321882 L4_control_B3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.94477178 L4_control_C2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 11.14129577 L4_control_C3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.830506369 L4_chemical_A1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.075104806 L4_chemical_A2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.947563677 L4_chemical_A3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.618478967 L4_chemical_B1 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.411942394 L4_chemical_B2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 9.239816513 L4_chemical_B3 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.68137563 L4_chemical_C2 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 10.90538954 L4_chemical_C3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.06808712 C6_control_A1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.081906776 C6_control_A3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.296062792 C6_control_B1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.206538974 C6_control_B2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.447279001 C6_control_B3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.810667973 C6_control_C1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.720772141 C6_control_C2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.15833965 C6_control_C3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.252689187 C6_chemical_A1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.103399879 C6_chemical_A3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.303548391 C6_chemical_B1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.076647671 C6_chemical_B2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.255130437 C6_chemical_B3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.421052022 C6_chemical_C1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.547168123 C6_chemical_C2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.27919133 C6_chemical_C3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.316160174 L4_control_A1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.172596842 L4_control_A2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.244145995 L4_control_A3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.762777497 L4_control_B1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 4.929692789 L4_control_B2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.067962201 L4_control_B3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 4.946379739 L4_control_C2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 6.253116262 L4_control_C3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.054137157 L4_chemical_A1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.227978521 L4_chemical_A2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.653347141 L4_chemical_A3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.03460818 L4_chemical_B1 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 4.913019733 L4_chemical_B2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.277515367 L4_chemical_B3 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 6.167192352 L4_chemical_C2 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.247479808 L4_chemical_C3 +LQ09X009570 Putative Probable protein ABIL5 5.98500394 C6_control_A1 +LQ09X009570 Putative Probable protein ABIL5 7.114121842 C6_control_A3 +LQ09X009570 Putative Probable protein ABIL5 6.963358212 C6_control_B1 +LQ09X009570 Putative Probable protein ABIL5 6.230736057 C6_control_B2 +LQ09X009570 Putative Probable protein ABIL5 6.717064858 C6_control_B3 +LQ09X009570 Putative Probable protein ABIL5 5.207364155 C6_control_C1 +LQ09X009570 Putative Probable protein ABIL5 5.191993259 C6_control_C2 +LQ09X009570 Putative Probable protein ABIL5 5.242736227 C6_control_C3 +LQ09X009570 Putative Probable protein ABIL5 5.88649563 C6_chemical_A1 +LQ09X009570 Putative Probable protein ABIL5 5.907429814 C6_chemical_A3 +LQ09X009570 Putative Probable protein ABIL5 5.928689419 C6_chemical_B1 +LQ09X009570 Putative Probable protein ABIL5 6.162460422 C6_chemical_B2 +LQ09X009570 Putative Probable protein ABIL5 5.974364931 C6_chemical_B3 +LQ09X009570 Putative Probable protein ABIL5 5.168772916 C6_chemical_C1 +LQ09X009570 Putative Probable protein ABIL5 5.267659294 C6_chemical_C2 +LQ09X009570 Putative Probable protein ABIL5 5.105994435 C6_chemical_C3 +LQ09X009570 Putative Probable protein ABIL5 5.510084405 L4_control_A1 +LQ09X009570 Putative Probable protein ABIL5 5.575339382 L4_control_A2 +LQ09X009570 Putative Probable protein ABIL5 5.231903203 L4_control_A3 +LQ09X009570 Putative Probable protein ABIL5 5.439537604 L4_control_B1 +LQ09X009570 Putative Probable protein ABIL5 5.491429996 L4_control_B2 +LQ09X009570 Putative Probable protein ABIL5 5.482336403 L4_control_B3 +LQ09X009570 Putative Probable protein ABIL5 4.878772427 L4_control_C2 +LQ09X009570 Putative Probable protein ABIL5 4.944857451 L4_control_C3 +LQ09X009570 Putative Probable protein ABIL5 5.395052178 L4_chemical_A1 +LQ09X009570 Putative Probable protein ABIL5 5.199143541 L4_chemical_A2 +LQ09X009570 Putative Probable protein ABIL5 5.202904376 L4_chemical_A3 +LQ09X009570 Putative Probable protein ABIL5 6.663567323 L4_chemical_B1 +LQ09X009570 Putative Probable protein ABIL5 5.60336449 L4_chemical_B2 +LQ09X009570 Putative Probable protein ABIL5 5.56475483 L4_chemical_B3 +LQ09X009570 Putative Probable protein ABIL5 4.664252955 L4_chemical_C2 +LQ09X009570 Putative Probable protein ABIL5 5.452786909 L4_chemical_C3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.185062585 C6_control_A1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.710589198 C6_control_A3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.832813895 C6_control_B1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.419005837 C6_control_B2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.158206165 C6_control_B3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 10.22990151 C6_control_C1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.462059293 C6_control_C2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.90901171 C6_control_C3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.964133225 C6_chemical_A1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.443470584 C6_chemical_A3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.647016922 C6_chemical_B1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.350126796 C6_chemical_B2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.602162769 C6_chemical_B3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 10.21704622 C6_chemical_C1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.874062296 C6_chemical_C2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.375795551 C6_chemical_C3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.275484168 L4_control_A1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.698674638 L4_control_A2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 7.858505832 L4_control_A3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.90360877 L4_control_B1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.654662373 L4_control_B2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.585544427 L4_control_B3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.167463902 L4_control_C2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.187203866 L4_control_C3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.853377481 L4_chemical_A1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.794433021 L4_chemical_A2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.971218611 L4_chemical_A3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 9.505349659 L4_chemical_B1 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.951665382 L4_chemical_B2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.933676629 L4_chemical_B3 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.614160309 L4_chemical_C2 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.76860877 L4_chemical_C3 +LQ09X009600 Putative uncharacterized protein 5.562819525 C6_control_A1 +LQ09X009600 Putative uncharacterized protein 5.404509379 C6_control_A3 +LQ09X009600 Putative uncharacterized protein 6.185331217 C6_control_B1 +LQ09X009600 Putative uncharacterized protein 5.548312232 C6_control_B2 +LQ09X009600 Putative uncharacterized protein 5.590789928 C6_control_B3 +LQ09X009600 Putative uncharacterized protein 5.484751186 C6_control_C1 +LQ09X009600 Putative uncharacterized protein 5.539142848 C6_control_C2 +LQ09X009600 Putative uncharacterized protein 5.813970767 C6_control_C3 +LQ09X009600 Putative uncharacterized protein 5.497507778 C6_chemical_A1 +LQ09X009600 Putative uncharacterized protein 5.295655208 C6_chemical_A3 +LQ09X009600 Putative uncharacterized protein 6.575612387 C6_chemical_B1 +LQ09X009600 Putative uncharacterized protein 5.444567663 C6_chemical_B2 +LQ09X009600 Putative uncharacterized protein 5.898724206 C6_chemical_B3 +LQ09X009600 Putative uncharacterized protein 5.680057234 C6_chemical_C1 +LQ09X009600 Putative uncharacterized protein 5.785005678 C6_chemical_C2 +LQ09X009600 Putative uncharacterized protein 5.433438214 C6_chemical_C3 +LQ09X009600 Putative uncharacterized protein 5.819149558 L4_control_A1 +LQ09X009600 Putative uncharacterized protein 5.580455905 L4_control_A2 +LQ09X009600 Putative uncharacterized protein 4.921253764 L4_control_A3 +LQ09X009600 Putative uncharacterized protein 5.424138871 L4_control_B1 +LQ09X009600 Putative uncharacterized protein 5.189586368 L4_control_B2 +LQ09X009600 Putative uncharacterized protein 5.734759607 L4_control_B3 +LQ09X009600 Putative uncharacterized protein 6.058815984 L4_control_C2 +LQ09X009600 Putative uncharacterized protein 5.630504822 L4_control_C3 +LQ09X009600 Putative uncharacterized protein 5.977994408 L4_chemical_A1 +LQ09X009600 Putative uncharacterized protein 5.705501493 L4_chemical_A2 +LQ09X009600 Putative uncharacterized protein 5.028379135 L4_chemical_A3 +LQ09X009600 Putative uncharacterized protein 5.775235981 L4_chemical_B1 +LQ09X009600 Putative uncharacterized protein 5.235896306 L4_chemical_B2 +LQ09X009600 Putative uncharacterized protein 5.603165963 L4_chemical_B3 +LQ09X009600 Putative uncharacterized protein 5.704183529 L4_chemical_C2 +LQ09X009600 Putative uncharacterized protein 5.590478846 L4_chemical_C3 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.81935294 C6_control_A1 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.109434629 C6_control_A3 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.431710625 C6_control_B1 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.064586714 C6_control_B2 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.908120166 C6_control_B3 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.247288284 C6_control_C1 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.464569211 C6_control_C2 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.775640735 C6_control_C3 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.502516406 C6_chemical_A1 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.715655922 C6_chemical_A3 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.664834395 C6_chemical_B1 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.703056002 C6_chemical_B2 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.274686995 C6_chemical_B3 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.399889674 C6_chemical_C1 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.753986122 C6_chemical_C2 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.158217268 C6_chemical_C3 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.744558265 L4_control_A1 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.100936781 L4_control_A2 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.01490404 L4_control_A3 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.271345687 L4_control_B1 +LQ09X009610 Dynein light chain 1, cytoplasmic 7.404066152 L4_control_B2 +LQ09X009610 Dynein light chain 1, cytoplasmic 7.850722561 L4_control_B3 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.204117961 L4_control_C2 +LQ09X009610 Dynein light chain 1, cytoplasmic 6.641980306 L4_control_C3 +LQ09X009610 Dynein light chain 1, cytoplasmic 10.94903002 L4_chemical_A1 +LQ09X009610 Dynein light chain 1, cytoplasmic 11.76662618 L4_chemical_A2 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.985347166 L4_chemical_A3 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.273867932 L4_chemical_B1 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.472435524 L4_chemical_B2 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.014134513 L4_chemical_B3 +LQ09X009610 Dynein light chain 1, cytoplasmic 8.34909245 L4_chemical_C2 +LQ09X009610 Dynein light chain 1, cytoplasmic 6.831585225 L4_chemical_C3 +LQ09X009650 Putative uncharacterized protein 5.48781994 C6_control_A1 +LQ09X009650 Putative uncharacterized protein 6.696513345 C6_control_A3 +LQ09X009650 Putative uncharacterized protein 5.942497719 C6_control_B1 +LQ09X009650 Putative uncharacterized protein 5.417991448 C6_control_B2 +LQ09X009650 Putative uncharacterized protein 5.165458268 C6_control_B3 +LQ09X009650 Putative uncharacterized protein 4.760502647 C6_control_C1 +LQ09X009650 Putative uncharacterized protein 5.464595811 C6_control_C2 +LQ09X009650 Putative uncharacterized protein 4.875052593 C6_control_C3 +LQ09X009650 Putative uncharacterized protein 5.263923937 C6_chemical_A1 +LQ09X009650 Putative uncharacterized protein 5.744881478 C6_chemical_A3 +LQ09X009650 Putative uncharacterized protein 5.564870422 C6_chemical_B1 +LQ09X009650 Putative uncharacterized protein 5.728898053 C6_chemical_B2 +LQ09X009650 Putative uncharacterized protein 5.620583239 C6_chemical_B3 +LQ09X009650 Putative uncharacterized protein 4.865944287 C6_chemical_C1 +LQ09X009650 Putative uncharacterized protein 4.963910721 C6_chemical_C2 +LQ09X009650 Putative uncharacterized protein 4.886919457 C6_chemical_C3 +LQ09X009650 Putative uncharacterized protein 5.607036875 L4_control_A1 +LQ09X009650 Putative uncharacterized protein 5.483408631 L4_control_A2 +LQ09X009650 Putative uncharacterized protein 6.018815507 L4_control_A3 +LQ09X009650 Putative uncharacterized protein 5.523073368 L4_control_B1 +LQ09X009650 Putative uncharacterized protein 5.842606775 L4_control_B2 +LQ09X009650 Putative uncharacterized protein 5.460549867 L4_control_B3 +LQ09X009650 Putative uncharacterized protein 5.143870498 L4_control_C2 +LQ09X009650 Putative uncharacterized protein 5.539856411 L4_control_C3 +LQ09X009650 Putative uncharacterized protein 5.41038804 L4_chemical_A1 +LQ09X009650 Putative uncharacterized protein 5.376402408 L4_chemical_A2 +LQ09X009650 Putative uncharacterized protein 5.813670211 L4_chemical_A3 +LQ09X009650 Putative uncharacterized protein 5.659709298 L4_chemical_B1 +LQ09X009650 Putative uncharacterized protein 5.73482975 L4_chemical_B2 +LQ09X009650 Putative uncharacterized protein 5.518993608 L4_chemical_B3 +LQ09X009650 Putative uncharacterized protein 4.948036335 L4_chemical_C2 +LQ09X009650 Putative uncharacterized protein 5.390332912 L4_chemical_C3 +LQ09X009660 Chloroplast processing peptidase 12.99208246 C6_control_A1 +LQ09X009660 Chloroplast processing peptidase 13.70584948 C6_control_A3 +LQ09X009660 Chloroplast processing peptidase 13.03602622 C6_control_B1 +LQ09X009660 Chloroplast processing peptidase 12.82998264 C6_control_B2 +LQ09X009660 Chloroplast processing peptidase 13.07182299 C6_control_B3 +LQ09X009660 Chloroplast processing peptidase 12.84557557 C6_control_C1 +LQ09X009660 Chloroplast processing peptidase 12.90390611 C6_control_C2 +LQ09X009660 Chloroplast processing peptidase 12.48289337 C6_control_C3 +LQ09X009660 Chloroplast processing peptidase 12.79278442 C6_chemical_A1 +LQ09X009660 Chloroplast processing peptidase 13.37146873 C6_chemical_A3 +LQ09X009660 Chloroplast processing peptidase 12.87262129 C6_chemical_B1 +LQ09X009660 Chloroplast processing peptidase 12.92463628 C6_chemical_B2 +LQ09X009660 Chloroplast processing peptidase 12.58055892 C6_chemical_B3 +LQ09X009660 Chloroplast processing peptidase 12.73635787 C6_chemical_C1 +LQ09X009660 Chloroplast processing peptidase 12.83364052 C6_chemical_C2 +LQ09X009660 Chloroplast processing peptidase 12.66825053 C6_chemical_C3 +LQ09X009660 Chloroplast processing peptidase 12.95569284 L4_control_A1 +LQ09X009660 Chloroplast processing peptidase 12.91857754 L4_control_A2 +LQ09X009660 Chloroplast processing peptidase 13.34620782 L4_control_A3 +LQ09X009660 Chloroplast processing peptidase 12.52452125 L4_control_B1 +LQ09X009660 Chloroplast processing peptidase 12.95765932 L4_control_B2 +LQ09X009660 Chloroplast processing peptidase 12.71783399 L4_control_B3 +LQ09X009660 Chloroplast processing peptidase 12.65276932 L4_control_C2 +LQ09X009660 Chloroplast processing peptidase 12.95350888 L4_control_C3 +LQ09X009660 Chloroplast processing peptidase 12.32834035 L4_chemical_A1 +LQ09X009660 Chloroplast processing peptidase 11.92424375 L4_chemical_A2 +LQ09X009660 Chloroplast processing peptidase 12.89425697 L4_chemical_A3 +LQ09X009660 Chloroplast processing peptidase 12.41046355 L4_chemical_B1 +LQ09X009660 Chloroplast processing peptidase 12.23303319 L4_chemical_B2 +LQ09X009660 Chloroplast processing peptidase 12.91824566 L4_chemical_B3 +LQ09X009660 Chloroplast processing peptidase 12.41559828 L4_chemical_C2 +LQ09X009660 Chloroplast processing peptidase 12.99840028 L4_chemical_C3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.101861941 C6_control_A1 +LQ09X009680 Putative PXMP2/4 family protein 2 5.552443968 C6_control_A3 +LQ09X009680 Putative PXMP2/4 family protein 2 5.633539808 C6_control_B1 +LQ09X009680 Putative PXMP2/4 family protein 2 5.828233203 C6_control_B2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.084996662 C6_control_B3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.301247483 C6_control_C1 +LQ09X009680 Putative PXMP2/4 family protein 2 5.89125769 C6_control_C2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.127601828 C6_control_C3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.185912455 C6_chemical_A1 +LQ09X009680 Putative PXMP2/4 family protein 2 6.042167459 C6_chemical_A3 +LQ09X009680 Putative PXMP2/4 family protein 2 5.404271669 C6_chemical_B1 +LQ09X009680 Putative PXMP2/4 family protein 2 5.813918351 C6_chemical_B2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.705886646 C6_chemical_B3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.692508726 C6_chemical_C1 +LQ09X009680 Putative PXMP2/4 family protein 2 6.204544402 C6_chemical_C2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.40700577 C6_chemical_C3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.75150671 L4_control_A1 +LQ09X009680 Putative PXMP2/4 family protein 2 6.653018601 L4_control_A2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.716059103 L4_control_A3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.528017806 L4_control_B1 +LQ09X009680 Putative PXMP2/4 family protein 2 6.217696251 L4_control_B2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.617766144 L4_control_B3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.456265539 L4_control_C2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.266972833 L4_control_C3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.707062025 L4_chemical_A1 +LQ09X009680 Putative PXMP2/4 family protein 2 6.302504946 L4_chemical_A2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.711502534 L4_chemical_A3 +LQ09X009680 Putative PXMP2/4 family protein 2 6.476715143 L4_chemical_B1 +LQ09X009680 Putative PXMP2/4 family protein 2 6.671979421 L4_chemical_B2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.329099955 L4_chemical_B3 +LQ09X009680 Putative PXMP2/4 family protein 2 7.23497124 L4_chemical_C2 +LQ09X009680 Putative PXMP2/4 family protein 2 6.232643206 L4_chemical_C3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.2937503 C6_control_A1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.41469343 C6_control_A3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.08014072 C6_control_B1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.1516675 C6_control_B2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.65700098 C6_control_B3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 8.410732355 C6_control_C1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 8.542535583 C6_control_C2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 9.104297613 C6_control_C3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.3367062 C6_chemical_A1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.15361659 C6_chemical_A3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.31012173 C6_chemical_B1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.00717308 C6_chemical_B2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.25286762 C6_chemical_B3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 8.411274706 C6_chemical_C1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 9.07548882 C6_chemical_C2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 8.608679923 C6_chemical_C3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 9.57497432 L4_control_A1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.16601194 L4_control_A2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.24716017 L4_control_A3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.55503687 L4_control_B1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.89394715 L4_control_B2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.50915643 L4_control_B3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.21853665 L4_control_C2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.40518815 L4_control_C3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 9.234144024 L4_chemical_A1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.09217075 L4_chemical_A2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.91444928 L4_chemical_A3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.50258614 L4_chemical_B1 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 12.08892342 L4_chemical_B2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 11.75219999 L4_chemical_B3 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.44786122 L4_chemical_C2 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.37738455 L4_chemical_C3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.938849472 C6_control_A1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.658110437 C6_control_A3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.822066699 C6_control_B1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.266029961 C6_control_B2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.013100643 C6_control_B3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.985750897 C6_control_C1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.784557518 C6_control_C2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.372556994 C6_control_C3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.831537392 C6_chemical_A1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.000981246 C6_chemical_A3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.518736903 C6_chemical_B1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.564403198 C6_chemical_B2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.849333217 C6_chemical_B3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.982212271 C6_chemical_C1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.428940936 C6_chemical_C2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.057433946 C6_chemical_C3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.905463054 L4_control_A1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.909634382 L4_control_A2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.366620224 L4_control_A3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.26694036 L4_control_B1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.946663209 L4_control_B2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.740342107 L4_control_B3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.859504699 L4_control_C2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.824182006 L4_control_C3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.895338069 L4_chemical_A1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.630656577 L4_chemical_A2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.814383155 L4_chemical_A3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.127473037 L4_chemical_B1 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.183020701 L4_chemical_B2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 6.008744717 L4_chemical_B3 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.694881957 L4_chemical_C2 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.565204223 L4_chemical_C3 +LQ09X009760 Polyol transporter 5 9.657647218 C6_control_A1 +LQ09X009760 Polyol transporter 5 9.618596284 C6_control_A3 +LQ09X009760 Polyol transporter 5 10.14903941 C6_control_B1 +LQ09X009760 Polyol transporter 5 8.767195002 C6_control_B2 +LQ09X009760 Polyol transporter 5 10.15280227 C6_control_B3 +LQ09X009760 Polyol transporter 5 7.667672153 C6_control_C1 +LQ09X009760 Polyol transporter 5 7.027818177 C6_control_C2 +LQ09X009760 Polyol transporter 5 7.246491201 C6_control_C3 +LQ09X009760 Polyol transporter 5 9.012181188 C6_chemical_A1 +LQ09X009760 Polyol transporter 5 8.75579259 C6_chemical_A3 +LQ09X009760 Polyol transporter 5 9.768115547 C6_chemical_B1 +LQ09X009760 Polyol transporter 5 8.725746706 C6_chemical_B2 +LQ09X009760 Polyol transporter 5 9.865170437 C6_chemical_B3 +LQ09X009760 Polyol transporter 5 7.583953995 C6_chemical_C1 +LQ09X009760 Polyol transporter 5 6.73389312 C6_chemical_C2 +LQ09X009760 Polyol transporter 5 7.790709107 C6_chemical_C3 +LQ09X009760 Polyol transporter 5 9.269146934 L4_control_A1 +LQ09X009760 Polyol transporter 5 9.203631913 L4_control_A2 +LQ09X009760 Polyol transporter 5 9.106034082 L4_control_A3 +LQ09X009760 Polyol transporter 5 9.409035535 L4_control_B1 +LQ09X009760 Polyol transporter 5 10.47828652 L4_control_B2 +LQ09X009760 Polyol transporter 5 8.851276396 L4_control_B3 +LQ09X009760 Polyol transporter 5 7.463724064 L4_control_C2 +LQ09X009760 Polyol transporter 5 8.696232283 L4_control_C3 +LQ09X009760 Polyol transporter 5 8.568523844 L4_chemical_A1 +LQ09X009760 Polyol transporter 5 7.91531938 L4_chemical_A2 +LQ09X009760 Polyol transporter 5 8.460071794 L4_chemical_A3 +LQ09X009760 Polyol transporter 5 8.878603866 L4_chemical_B1 +LQ09X009760 Polyol transporter 5 9.202404588 L4_chemical_B2 +LQ09X009760 Polyol transporter 5 9.43420329 L4_chemical_B3 +LQ09X009760 Polyol transporter 5 7.225063209 L4_chemical_C2 +LQ09X009760 Polyol transporter 5 8.269295824 L4_chemical_C3 +LQ09X009790 Putative uncharacterized protein 7.986077942 C6_control_A1 +LQ09X009790 Putative uncharacterized protein 7.902518009 C6_control_A3 +LQ09X009790 Putative uncharacterized protein 8.554270342 C6_control_B1 +LQ09X009790 Putative uncharacterized protein 10.38034493 C6_control_B2 +LQ09X009790 Putative uncharacterized protein 9.367535121 C6_control_B3 +LQ09X009790 Putative uncharacterized protein 6.98337625 C6_control_C1 +LQ09X009790 Putative uncharacterized protein 6.925958143 C6_control_C2 +LQ09X009790 Putative uncharacterized protein 6.996431975 C6_control_C3 +LQ09X009790 Putative uncharacterized protein 7.057680727 C6_chemical_A1 +LQ09X009790 Putative uncharacterized protein 8.455192514 C6_chemical_A3 +LQ09X009790 Putative uncharacterized protein 8.468801807 C6_chemical_B1 +LQ09X009790 Putative uncharacterized protein 10.06781581 C6_chemical_B2 +LQ09X009790 Putative uncharacterized protein 9.749094797 C6_chemical_B3 +LQ09X009790 Putative uncharacterized protein 6.804771749 C6_chemical_C1 +LQ09X009790 Putative uncharacterized protein 5.690190927 C6_chemical_C2 +LQ09X009790 Putative uncharacterized protein 6.525802797 C6_chemical_C3 +LQ09X009790 Putative uncharacterized protein 8.130967135 L4_control_A1 +LQ09X009790 Putative uncharacterized protein 6.918098185 L4_control_A2 +LQ09X009790 Putative uncharacterized protein 6.497137757 L4_control_A3 +LQ09X009790 Putative uncharacterized protein 8.81101865 L4_control_B1 +LQ09X009790 Putative uncharacterized protein 7.847108207 L4_control_B2 +LQ09X009790 Putative uncharacterized protein 10.9391568 L4_control_B3 +LQ09X009790 Putative uncharacterized protein 5.9446772 L4_control_C2 +LQ09X009790 Putative uncharacterized protein 7.081803219 L4_control_C3 +LQ09X009790 Putative uncharacterized protein 6.97959825 L4_chemical_A1 +LQ09X009790 Putative uncharacterized protein 6.745132813 L4_chemical_A2 +LQ09X009790 Putative uncharacterized protein 6.419957829 L4_chemical_A3 +LQ09X009790 Putative uncharacterized protein 7.866584116 L4_chemical_B1 +LQ09X009790 Putative uncharacterized protein 8.103520446 L4_chemical_B2 +LQ09X009790 Putative uncharacterized protein 9.034193729 L4_chemical_B3 +LQ09X009790 Putative uncharacterized protein 6.488634521 L4_chemical_C2 +LQ09X009790 Putative uncharacterized protein 5.489173089 L4_chemical_C3 +LQ09X009830 DNA binding protein, putative 11.22188295 C6_control_A1 +LQ09X009830 DNA binding protein, putative 11.40933049 C6_control_A3 +LQ09X009830 DNA binding protein, putative 11.83006427 C6_control_B1 +LQ09X009830 DNA binding protein, putative 12.29836074 C6_control_B2 +LQ09X009830 DNA binding protein, putative 12.60910556 C6_control_B3 +LQ09X009830 DNA binding protein, putative 12.36140203 C6_control_C1 +LQ09X009830 DNA binding protein, putative 13.09517211 C6_control_C2 +LQ09X009830 DNA binding protein, putative 13.39868047 C6_control_C3 +LQ09X009830 DNA binding protein, putative 10.36920218 C6_chemical_A1 +LQ09X009830 DNA binding protein, putative 11.78422769 C6_chemical_A3 +LQ09X009830 DNA binding protein, putative 11.36734486 C6_chemical_B1 +LQ09X009830 DNA binding protein, putative 12.14320855 C6_chemical_B2 +LQ09X009830 DNA binding protein, putative 12.73061234 C6_chemical_B3 +LQ09X009830 DNA binding protein, putative 11.70301819 C6_chemical_C1 +LQ09X009830 DNA binding protein, putative 12.348539 C6_chemical_C2 +LQ09X009830 DNA binding protein, putative 12.79441753 C6_chemical_C3 +LQ09X009830 DNA binding protein, putative 10.62957695 L4_control_A1 +LQ09X009830 DNA binding protein, putative 11.02932691 L4_control_A2 +LQ09X009830 DNA binding protein, putative 11.07722725 L4_control_A3 +LQ09X009830 DNA binding protein, putative 12.39699656 L4_control_B1 +LQ09X009830 DNA binding protein, putative 12.81444706 L4_control_B2 +LQ09X009830 DNA binding protein, putative 13.69250915 L4_control_B3 +LQ09X009830 DNA binding protein, putative 12.72586427 L4_control_C2 +LQ09X009830 DNA binding protein, putative 13.75823307 L4_control_C3 +LQ09X009830 DNA binding protein, putative 10.04382357 L4_chemical_A1 +LQ09X009830 DNA binding protein, putative 11.21453367 L4_chemical_A2 +LQ09X009830 DNA binding protein, putative 11.07961208 L4_chemical_A3 +LQ09X009830 DNA binding protein, putative 11.97025375 L4_chemical_B1 +LQ09X009830 DNA binding protein, putative 12.218279 L4_chemical_B2 +LQ09X009830 DNA binding protein, putative 12.83061249 L4_chemical_B3 +LQ09X009830 DNA binding protein, putative 12.71610089 L4_chemical_C2 +LQ09X009830 DNA binding protein, putative 13.35059007 L4_chemical_C3 +LQ09X009860 Putative Ubiquitin carrier protein 11.37694706 C6_control_A1 +LQ09X009860 Putative Ubiquitin carrier protein 12.12670361 C6_control_A3 +LQ09X009860 Putative Ubiquitin carrier protein 9.144762438 C6_control_B1 +LQ09X009860 Putative Ubiquitin carrier protein 6.070729312 C6_control_B2 +LQ09X009860 Putative Ubiquitin carrier protein 6.503469142 C6_control_B3 +LQ09X009860 Putative Ubiquitin carrier protein 5.15075585 C6_control_C1 +LQ09X009860 Putative Ubiquitin carrier protein 4.924486918 C6_control_C2 +LQ09X009860 Putative Ubiquitin carrier protein 5.286119576 C6_control_C3 +LQ09X009860 Putative Ubiquitin carrier protein 11.42682745 C6_chemical_A1 +LQ09X009860 Putative Ubiquitin carrier protein 12.26769333 C6_chemical_A3 +LQ09X009860 Putative Ubiquitin carrier protein 6.750590536 C6_chemical_B1 +LQ09X009860 Putative Ubiquitin carrier protein 5.555118584 C6_chemical_B2 +LQ09X009860 Putative Ubiquitin carrier protein 6.628785116 C6_chemical_B3 +LQ09X009860 Putative Ubiquitin carrier protein 5.28730053 C6_chemical_C1 +LQ09X009860 Putative Ubiquitin carrier protein 4.996331128 C6_chemical_C2 +LQ09X009860 Putative Ubiquitin carrier protein 5.251918461 C6_chemical_C3 +LQ09X009860 Putative Ubiquitin carrier protein 12.35463564 L4_control_A1 +LQ09X009860 Putative Ubiquitin carrier protein 11.79277805 L4_control_A2 +LQ09X009860 Putative Ubiquitin carrier protein 12.94611117 L4_control_A3 +LQ09X009860 Putative Ubiquitin carrier protein 6.114659092 L4_control_B1 +LQ09X009860 Putative Ubiquitin carrier protein 9.275234654 L4_control_B2 +LQ09X009860 Putative Ubiquitin carrier protein 6.489995797 L4_control_B3 +LQ09X009860 Putative Ubiquitin carrier protein 5.473089546 L4_control_C2 +LQ09X009860 Putative Ubiquitin carrier protein 5.58065037 L4_control_C3 +LQ09X009860 Putative Ubiquitin carrier protein 10.79436808 L4_chemical_A1 +LQ09X009860 Putative Ubiquitin carrier protein 10.5973414 L4_chemical_A2 +LQ09X009860 Putative Ubiquitin carrier protein 12.48785695 L4_chemical_A3 +LQ09X009860 Putative Ubiquitin carrier protein 7.180105471 L4_chemical_B1 +LQ09X009860 Putative Ubiquitin carrier protein 9.452027984 L4_chemical_B2 +LQ09X009860 Putative Ubiquitin carrier protein 9.946901284 L4_chemical_B3 +LQ09X009860 Putative Ubiquitin carrier protein 5.69795561 L4_chemical_C2 +LQ09X009860 Putative Ubiquitin carrier protein 4.99046355 L4_chemical_C3 +LQ09X009870 Hypothetical protein 10.17554693 C6_control_A1 +LQ09X009870 Hypothetical protein 10.36089647 C6_control_A3 +LQ09X009870 Hypothetical protein 9.415656959 C6_control_B1 +LQ09X009870 Hypothetical protein 11.37228612 C6_control_B2 +LQ09X009870 Hypothetical protein 8.573424525 C6_control_B3 +LQ09X009870 Hypothetical protein 12.17691257 C6_control_C1 +LQ09X009870 Hypothetical protein 11.64379695 C6_control_C2 +LQ09X009870 Hypothetical protein 11.58254811 C6_control_C3 +LQ09X009870 Hypothetical protein 10.91308143 C6_chemical_A1 +LQ09X009870 Hypothetical protein 10.18522558 C6_chemical_A3 +LQ09X009870 Hypothetical protein 9.816187557 C6_chemical_B1 +LQ09X009870 Hypothetical protein 11.46548224 C6_chemical_B2 +LQ09X009870 Hypothetical protein 8.873635121 C6_chemical_B3 +LQ09X009870 Hypothetical protein 12.34669852 C6_chemical_C1 +LQ09X009870 Hypothetical protein 12.52856743 C6_chemical_C2 +LQ09X009870 Hypothetical protein 11.57802889 C6_chemical_C3 +LQ09X009870 Hypothetical protein 10.89974228 L4_control_A1 +LQ09X009870 Hypothetical protein 10.80822081 L4_control_A2 +LQ09X009870 Hypothetical protein 10.38081281 L4_control_A3 +LQ09X009870 Hypothetical protein 9.155406435 L4_control_B1 +LQ09X009870 Hypothetical protein 9.141602125 L4_control_B2 +LQ09X009870 Hypothetical protein 9.712884302 L4_control_B3 +LQ09X009870 Hypothetical protein 10.4069462 L4_control_C2 +LQ09X009870 Hypothetical protein 10.24647608 L4_control_C3 +LQ09X009870 Hypothetical protein 10.9460179 L4_chemical_A1 +LQ09X009870 Hypothetical protein 11.0840268 L4_chemical_A2 +LQ09X009870 Hypothetical protein 9.829422898 L4_chemical_A3 +LQ09X009870 Hypothetical protein 8.97050853 L4_chemical_B1 +LQ09X009870 Hypothetical protein 10.5384735 L4_chemical_B2 +LQ09X009870 Hypothetical protein 10.29932624 L4_chemical_B3 +LQ09X009870 Hypothetical protein 11.38430308 L4_chemical_C2 +LQ09X009870 Hypothetical protein 10.31803643 L4_chemical_C3 +LQ09X009890 Predicted protein 5.555421903 C6_control_A1 +LQ09X009890 Predicted protein 5.256207298 C6_control_A3 +LQ09X009890 Predicted protein 5.978594266 C6_control_B1 +LQ09X009890 Predicted protein 5.601630712 C6_control_B2 +LQ09X009890 Predicted protein 6.173271095 C6_control_B3 +LQ09X009890 Predicted protein 5.512653007 C6_control_C1 +LQ09X009890 Predicted protein 5.08834762 C6_control_C2 +LQ09X009890 Predicted protein 5.251209129 C6_control_C3 +LQ09X009890 Predicted protein 5.769300444 C6_chemical_A1 +LQ09X009890 Predicted protein 5.325010437 C6_chemical_A3 +LQ09X009890 Predicted protein 5.221000491 C6_chemical_B1 +LQ09X009890 Predicted protein 5.232389508 C6_chemical_B2 +LQ09X009890 Predicted protein 5.777164736 C6_chemical_B3 +LQ09X009890 Predicted protein 5.050169827 C6_chemical_C1 +LQ09X009890 Predicted protein 5.305795865 C6_chemical_C2 +LQ09X009890 Predicted protein 5.428914778 C6_chemical_C3 +LQ09X009890 Predicted protein 5.698334853 L4_control_A1 +LQ09X009890 Predicted protein 5.984701417 L4_control_A2 +LQ09X009890 Predicted protein 5.875874994 L4_control_A3 +LQ09X009890 Predicted protein 5.037740063 L4_control_B1 +LQ09X009890 Predicted protein 5.498965283 L4_control_B2 +LQ09X009890 Predicted protein 5.102182804 L4_control_B3 +LQ09X009890 Predicted protein 5.517408875 L4_control_C2 +LQ09X009890 Predicted protein 5.628377282 L4_control_C3 +LQ09X009890 Predicted protein 5.637076318 L4_chemical_A1 +LQ09X009890 Predicted protein 5.551565892 L4_chemical_A2 +LQ09X009890 Predicted protein 5.805518981 L4_chemical_A3 +LQ09X009890 Predicted protein 5.37818435 L4_chemical_B1 +LQ09X009890 Predicted protein 5.520698442 L4_chemical_B2 +LQ09X009890 Predicted protein 5.357626662 L4_chemical_B3 +LQ09X009890 Predicted protein 4.821911911 L4_chemical_C2 +LQ09X009890 Predicted protein 5.631434622 L4_chemical_C3 +LQ09X009900 Putative uncharacterized protein 8.863106078 C6_control_A1 +LQ09X009900 Putative uncharacterized protein 9.472862886 C6_control_A3 +LQ09X009900 Putative uncharacterized protein 8.164661695 C6_control_B1 +LQ09X009900 Putative uncharacterized protein 9.339836406 C6_control_B2 +LQ09X009900 Putative uncharacterized protein 8.771175326 C6_control_B3 +LQ09X009900 Putative uncharacterized protein 8.242565826 C6_control_C1 +LQ09X009900 Putative uncharacterized protein 9.304822088 C6_control_C2 +LQ09X009900 Putative uncharacterized protein 8.004016026 C6_control_C3 +LQ09X009900 Putative uncharacterized protein 9.404724684 C6_chemical_A1 +LQ09X009900 Putative uncharacterized protein 8.987645074 C6_chemical_A3 +LQ09X009900 Putative uncharacterized protein 9.089789761 C6_chemical_B1 +LQ09X009900 Putative uncharacterized protein 9.953835125 C6_chemical_B2 +LQ09X009900 Putative uncharacterized protein 9.645123932 C6_chemical_B3 +LQ09X009900 Putative uncharacterized protein 8.835717524 C6_chemical_C1 +LQ09X009900 Putative uncharacterized protein 9.151334242 C6_chemical_C2 +LQ09X009900 Putative uncharacterized protein 8.742066434 C6_chemical_C3 +LQ09X009900 Putative uncharacterized protein 9.936125238 L4_control_A1 +LQ09X009900 Putative uncharacterized protein 10.40809293 L4_control_A2 +LQ09X009900 Putative uncharacterized protein 10.23189014 L4_control_A3 +LQ09X009900 Putative uncharacterized protein 9.116503538 L4_control_B1 +LQ09X009900 Putative uncharacterized protein 8.588000387 L4_control_B2 +LQ09X009900 Putative uncharacterized protein 9.764930745 L4_control_B3 +LQ09X009900 Putative uncharacterized protein 7.310910168 L4_control_C2 +LQ09X009900 Putative uncharacterized protein 7.41284926 L4_control_C3 +LQ09X009900 Putative uncharacterized protein 9.863264406 L4_chemical_A1 +LQ09X009900 Putative uncharacterized protein 9.984506599 L4_chemical_A2 +LQ09X009900 Putative uncharacterized protein 10.48565391 L4_chemical_A3 +LQ09X009900 Putative uncharacterized protein 8.343789888 L4_chemical_B1 +LQ09X009900 Putative uncharacterized protein 8.078262788 L4_chemical_B2 +LQ09X009900 Putative uncharacterized protein 10.12130261 L4_chemical_B3 +LQ09X009900 Putative uncharacterized protein 7.118502686 L4_chemical_C2 +LQ09X009900 Putative uncharacterized protein 8.549856391 L4_chemical_C3 +LQ09X009920 Ras-related protein RHN1 4.773551728 C6_control_A1 +LQ09X009920 Ras-related protein RHN1 4.931834427 C6_control_A3 +LQ09X009920 Ras-related protein RHN1 4.650844764 C6_control_B1 +LQ09X009920 Ras-related protein RHN1 4.837214947 C6_control_B2 +LQ09X009920 Ras-related protein RHN1 4.951448862 C6_control_B3 +LQ09X009920 Ras-related protein RHN1 4.771973082 C6_control_C1 +LQ09X009920 Ras-related protein RHN1 5.012855597 C6_control_C2 +LQ09X009920 Ras-related protein RHN1 4.767278541 C6_control_C3 +LQ09X009920 Ras-related protein RHN1 5.011290589 C6_chemical_A1 +LQ09X009920 Ras-related protein RHN1 5.036434902 C6_chemical_A3 +LQ09X009920 Ras-related protein RHN1 4.732769003 C6_chemical_B1 +LQ09X009920 Ras-related protein RHN1 5.000799759 C6_chemical_B2 +LQ09X009920 Ras-related protein RHN1 4.596390284 C6_chemical_B3 +LQ09X009920 Ras-related protein RHN1 4.844926591 C6_chemical_C1 +LQ09X009920 Ras-related protein RHN1 4.891721058 C6_chemical_C2 +LQ09X009920 Ras-related protein RHN1 4.563521112 C6_chemical_C3 +LQ09X009920 Ras-related protein RHN1 4.975988147 L4_control_A1 +LQ09X009920 Ras-related protein RHN1 5.212164351 L4_control_A2 +LQ09X009920 Ras-related protein RHN1 5.383003 L4_control_A3 +LQ09X009920 Ras-related protein RHN1 5.053219477 L4_control_B1 +LQ09X009920 Ras-related protein RHN1 5.208985694 L4_control_B2 +LQ09X009920 Ras-related protein RHN1 5.307694607 L4_control_B3 +LQ09X009920 Ras-related protein RHN1 5.010828053 L4_control_C2 +LQ09X009920 Ras-related protein RHN1 4.938614085 L4_control_C3 +LQ09X009920 Ras-related protein RHN1 4.694189814 L4_chemical_A1 +LQ09X009920 Ras-related protein RHN1 4.991588322 L4_chemical_A2 +LQ09X009920 Ras-related protein RHN1 5.424315368 L4_chemical_A3 +LQ09X009920 Ras-related protein RHN1 5.279775423 L4_chemical_B1 +LQ09X009920 Ras-related protein RHN1 5.193008141 L4_chemical_B2 +LQ09X009920 Ras-related protein RHN1 5.180444791 L4_chemical_B3 +LQ09X009920 Ras-related protein RHN1 5.018224704 L4_chemical_C2 +LQ09X009920 Ras-related protein RHN1 5.424404781 L4_chemical_C3 +LQ09X009930 Predicted protein 14.13447984 C6_control_A1 +LQ09X009930 Predicted protein 13.09563985 C6_control_A3 +LQ09X009930 Predicted protein 15.15342301 C6_control_B1 +LQ09X009930 Predicted protein 15.12207477 C6_control_B2 +LQ09X009930 Predicted protein 15.20253447 C6_control_B3 +LQ09X009930 Predicted protein 15.52824525 C6_control_C1 +LQ09X009930 Predicted protein 14.96383644 C6_control_C2 +LQ09X009930 Predicted protein 15.24082722 C6_control_C3 +LQ09X009930 Predicted protein 14.58191501 C6_chemical_A1 +LQ09X009930 Predicted protein 13.04678695 C6_chemical_A3 +LQ09X009930 Predicted protein 15.46352906 C6_chemical_B1 +LQ09X009930 Predicted protein 15.35281153 C6_chemical_B2 +LQ09X009930 Predicted protein 15.39871901 C6_chemical_B3 +LQ09X009930 Predicted protein 15.31876971 C6_chemical_C1 +LQ09X009930 Predicted protein 15.67468027 C6_chemical_C2 +LQ09X009930 Predicted protein 15.33198016 C6_chemical_C3 +LQ09X009930 Predicted protein 13.31693909 L4_control_A1 +LQ09X009930 Predicted protein 14.19393725 L4_control_A2 +LQ09X009930 Predicted protein 14.24616132 L4_control_A3 +LQ09X009930 Predicted protein 15.43694093 L4_control_B1 +LQ09X009930 Predicted protein 14.76085392 L4_control_B2 +LQ09X009930 Predicted protein 15.16339607 L4_control_B3 +LQ09X009930 Predicted protein 15.53606717 L4_control_C2 +LQ09X009930 Predicted protein 15.39254646 L4_control_C3 +LQ09X009930 Predicted protein 13.80304543 L4_chemical_A1 +LQ09X009930 Predicted protein 15.11186143 L4_chemical_A2 +LQ09X009930 Predicted protein 14.09959107 L4_chemical_A3 +LQ09X009930 Predicted protein 15.47010737 L4_chemical_B1 +LQ09X009930 Predicted protein 15.56208676 L4_chemical_B2 +LQ09X009930 Predicted protein 14.93800479 L4_chemical_B3 +LQ09X009930 Predicted protein 15.58262287 L4_chemical_C2 +LQ09X009930 Predicted protein 15.5979404 L4_chemical_C3 +LQ09X009940 Putative uncharacterized protein 13.90955644 C6_control_A1 +LQ09X009940 Putative uncharacterized protein 13.35461361 C6_control_A3 +LQ09X009940 Putative uncharacterized protein 13.84618658 C6_control_B1 +LQ09X009940 Putative uncharacterized protein 14.29736957 C6_control_B2 +LQ09X009940 Putative uncharacterized protein 14.0566691 C6_control_B3 +LQ09X009940 Putative uncharacterized protein 14.10005032 C6_control_C1 +LQ09X009940 Putative uncharacterized protein 13.86857312 C6_control_C2 +LQ09X009940 Putative uncharacterized protein 14.09371079 C6_control_C3 +LQ09X009940 Putative uncharacterized protein 14.05323692 C6_chemical_A1 +LQ09X009940 Putative uncharacterized protein 13.74230103 C6_chemical_A3 +LQ09X009940 Putative uncharacterized protein 13.82703736 C6_chemical_B1 +LQ09X009940 Putative uncharacterized protein 14.55384116 C6_chemical_B2 +LQ09X009940 Putative uncharacterized protein 14.08653908 C6_chemical_B3 +LQ09X009940 Putative uncharacterized protein 13.95693654 C6_chemical_C1 +LQ09X009940 Putative uncharacterized protein 14.20163472 C6_chemical_C2 +LQ09X009940 Putative uncharacterized protein 14.39883454 C6_chemical_C3 +LQ09X009940 Putative uncharacterized protein 13.68192185 L4_control_A1 +LQ09X009940 Putative uncharacterized protein 14.0286555 L4_control_A2 +LQ09X009940 Putative uncharacterized protein 13.73644266 L4_control_A3 +LQ09X009940 Putative uncharacterized protein 13.94538453 L4_control_B1 +LQ09X009940 Putative uncharacterized protein 13.57334701 L4_control_B2 +LQ09X009940 Putative uncharacterized protein 13.64568817 L4_control_B3 +LQ09X009940 Putative uncharacterized protein 13.68348179 L4_control_C2 +LQ09X009940 Putative uncharacterized protein 13.32556869 L4_control_C3 +LQ09X009940 Putative uncharacterized protein 13.82134304 L4_chemical_A1 +LQ09X009940 Putative uncharacterized protein 14.26528887 L4_chemical_A2 +LQ09X009940 Putative uncharacterized protein 13.88708404 L4_chemical_A3 +LQ09X009940 Putative uncharacterized protein 13.66543463 L4_chemical_B1 +LQ09X009940 Putative uncharacterized protein 13.98008647 L4_chemical_B2 +LQ09X009940 Putative uncharacterized protein 13.76724837 L4_chemical_B3 +LQ09X009940 Putative uncharacterized protein 13.52572185 L4_chemical_C2 +LQ09X009940 Putative uncharacterized protein 13.48239188 L4_chemical_C3 +LQ09X009970 Arabinogalactan peptide 22 9.281532476 C6_control_A1 +LQ09X009970 Arabinogalactan peptide 22 9.339211906 C6_control_A3 +LQ09X009970 Arabinogalactan peptide 22 9.080721225 C6_control_B1 +LQ09X009970 Arabinogalactan peptide 22 9.541457935 C6_control_B2 +LQ09X009970 Arabinogalactan peptide 22 10.16109042 C6_control_B3 +LQ09X009970 Arabinogalactan peptide 22 10.07273512 C6_control_C1 +LQ09X009970 Arabinogalactan peptide 22 10.17367012 C6_control_C2 +LQ09X009970 Arabinogalactan peptide 22 11.3902614 C6_control_C3 +LQ09X009970 Arabinogalactan peptide 22 9.717277136 C6_chemical_A1 +LQ09X009970 Arabinogalactan peptide 22 9.002194214 C6_chemical_A3 +LQ09X009970 Arabinogalactan peptide 22 9.041537677 C6_chemical_B1 +LQ09X009970 Arabinogalactan peptide 22 9.456484171 C6_chemical_B2 +LQ09X009970 Arabinogalactan peptide 22 10.89787026 C6_chemical_B3 +LQ09X009970 Arabinogalactan peptide 22 9.850529957 C6_chemical_C1 +LQ09X009970 Arabinogalactan peptide 22 10.15794133 C6_chemical_C2 +LQ09X009970 Arabinogalactan peptide 22 12.56189263 C6_chemical_C3 +LQ09X009970 Arabinogalactan peptide 22 10.9205595 L4_control_A1 +LQ09X009970 Arabinogalactan peptide 22 10.69358057 L4_control_A2 +LQ09X009970 Arabinogalactan peptide 22 11.17143886 L4_control_A3 +LQ09X009970 Arabinogalactan peptide 22 10.74018485 L4_control_B1 +LQ09X009970 Arabinogalactan peptide 22 9.526402099 L4_control_B2 +LQ09X009970 Arabinogalactan peptide 22 11.6186897 L4_control_B3 +LQ09X009970 Arabinogalactan peptide 22 12.04017418 L4_control_C2 +LQ09X009970 Arabinogalactan peptide 22 12.31257097 L4_control_C3 +LQ09X009970 Arabinogalactan peptide 22 12.6595527 L4_chemical_A1 +LQ09X009970 Arabinogalactan peptide 22 11.80609462 L4_chemical_A2 +LQ09X009970 Arabinogalactan peptide 22 12.32241348 L4_chemical_A3 +LQ09X009970 Arabinogalactan peptide 22 11.76231773 L4_chemical_B1 +LQ09X009970 Arabinogalactan peptide 22 10.99107904 L4_chemical_B2 +LQ09X009970 Arabinogalactan peptide 22 10.5924482 L4_chemical_B3 +LQ09X009970 Arabinogalactan peptide 22 11.39556946 L4_chemical_C2 +LQ09X009970 Arabinogalactan peptide 22 11.9905987 L4_chemical_C3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.84200233 C6_control_A1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.794801072 C6_control_A3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.992460014 C6_control_B1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.781470721 C6_control_B2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.880898864 C6_control_B3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 5.357126558 C6_control_C1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.543559953 C6_control_C2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.929955387 C6_control_C3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 5.009942628 C6_chemical_A1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.614318048 C6_chemical_A3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.948020845 C6_chemical_B1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.692510027 C6_chemical_B2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.860473392 C6_chemical_B3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 5.179349799 C6_chemical_C1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.798780437 C6_chemical_C2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.642624247 C6_chemical_C3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.859141065 L4_control_A1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.30463721 L4_control_A2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.880868298 L4_control_A3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.83973974 L4_control_B1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.976701301 L4_control_B2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.716624325 L4_control_B3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 5.055387276 L4_control_C2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 5.699169744 L4_control_C3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.865322971 L4_chemical_A1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.659935338 L4_chemical_A2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.926084138 L4_chemical_A3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.735230015 L4_chemical_B1 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.890805284 L4_chemical_B2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 4.835112732 L4_chemical_B3 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 5.436334479 L4_chemical_C2 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 5.338313435 L4_chemical_C3 +LQ09X009980 Casein kinase, putative 7.187264143 C6_control_A1 +LQ09X009980 Casein kinase, putative 6.38635651 C6_control_A3 +LQ09X009980 Casein kinase, putative 6.523321994 C6_control_B1 +LQ09X009980 Casein kinase, putative 6.280499692 C6_control_B2 +LQ09X009980 Casein kinase, putative 6.382762966 C6_control_B3 +LQ09X009980 Casein kinase, putative 6.337218965 C6_control_C1 +LQ09X009980 Casein kinase, putative 5.780874568 C6_control_C2 +LQ09X009980 Casein kinase, putative 6.361700896 C6_control_C3 +LQ09X009980 Casein kinase, putative 6.697478758 C6_chemical_A1 +LQ09X009980 Casein kinase, putative 6.339684661 C6_chemical_A3 +LQ09X009980 Casein kinase, putative 5.994637872 C6_chemical_B1 +LQ09X009980 Casein kinase, putative 6.235296948 C6_chemical_B2 +LQ09X009980 Casein kinase, putative 6.430855033 C6_chemical_B3 +LQ09X009980 Casein kinase, putative 6.35270415 C6_chemical_C1 +LQ09X009980 Casein kinase, putative 6.407581328 C6_chemical_C2 +LQ09X009980 Casein kinase, putative 6.496979314 C6_chemical_C3 +LQ09X009980 Casein kinase, putative 6.935890213 L4_control_A1 +LQ09X009980 Casein kinase, putative 7.221354392 L4_control_A2 +LQ09X009980 Casein kinase, putative 6.213960191 L4_control_A3 +LQ09X009980 Casein kinase, putative 5.892086469 L4_control_B1 +LQ09X009980 Casein kinase, putative 5.412435855 L4_control_B2 +LQ09X009980 Casein kinase, putative 6.593221003 L4_control_B3 +LQ09X009980 Casein kinase, putative 6.34898943 L4_control_C2 +LQ09X009980 Casein kinase, putative 6.343047653 L4_control_C3 +LQ09X009980 Casein kinase, putative 6.307960765 L4_chemical_A1 +LQ09X009980 Casein kinase, putative 7.838748835 L4_chemical_A2 +LQ09X009980 Casein kinase, putative 6.994536613 L4_chemical_A3 +LQ09X009980 Casein kinase, putative 6.082230953 L4_chemical_B1 +LQ09X009980 Casein kinase, putative 6.340268379 L4_chemical_B2 +LQ09X009980 Casein kinase, putative 6.674359113 L4_chemical_B3 +LQ09X009980 Casein kinase, putative 6.623159818 L4_chemical_C2 +LQ09X009980 Casein kinase, putative 6.621270215 L4_chemical_C3 +LQ09X009990 Putative uncharacterized protein 5.496763756 C6_control_A1 +LQ09X009990 Putative uncharacterized protein 5.523565102 C6_control_A3 +LQ09X009990 Putative uncharacterized protein 5.780615453 C6_control_B1 +LQ09X009990 Putative uncharacterized protein 5.149547267 C6_control_B2 +LQ09X009990 Putative uncharacterized protein 5.43258237 C6_control_B3 +LQ09X009990 Putative uncharacterized protein 5.108271915 C6_control_C1 +LQ09X009990 Putative uncharacterized protein 5.074393514 C6_control_C2 +LQ09X009990 Putative uncharacterized protein 5.316667349 C6_control_C3 +LQ09X009990 Putative uncharacterized protein 5.065189878 C6_chemical_A1 +LQ09X009990 Putative uncharacterized protein 5.628720468 C6_chemical_A3 +LQ09X009990 Putative uncharacterized protein 5.333942864 C6_chemical_B1 +LQ09X009990 Putative uncharacterized protein 5.244036276 C6_chemical_B2 +LQ09X009990 Putative uncharacterized protein 5.429464653 C6_chemical_B3 +LQ09X009990 Putative uncharacterized protein 5.175153826 C6_chemical_C1 +LQ09X009990 Putative uncharacterized protein 5.153452008 C6_chemical_C2 +LQ09X009990 Putative uncharacterized protein 4.928448648 C6_chemical_C3 +LQ09X009990 Putative uncharacterized protein 5.193574606 L4_control_A1 +LQ09X009990 Putative uncharacterized protein 5.541543042 L4_control_A2 +LQ09X009990 Putative uncharacterized protein 5.225772139 L4_control_A3 +LQ09X009990 Putative uncharacterized protein 5.188285099 L4_control_B1 +LQ09X009990 Putative uncharacterized protein 4.774055802 L4_control_B2 +LQ09X009990 Putative uncharacterized protein 5.157037532 L4_control_B3 +LQ09X009990 Putative uncharacterized protein 4.978684866 L4_control_C2 +LQ09X009990 Putative uncharacterized protein 5.698480715 L4_control_C3 +LQ09X009990 Putative uncharacterized protein 4.945491122 L4_chemical_A1 +LQ09X009990 Putative uncharacterized protein 5.21961337 L4_chemical_A2 +LQ09X009990 Putative uncharacterized protein 5.012536188 L4_chemical_A3 +LQ09X009990 Putative uncharacterized protein 5.046345328 L4_chemical_B1 +LQ09X009990 Putative uncharacterized protein 5.225489641 L4_chemical_B2 +LQ09X009990 Putative uncharacterized protein 5.272683338 L4_chemical_B3 +LQ09X009990 Putative uncharacterized protein 5.173477719 L4_chemical_C2 +LQ09X009990 Putative uncharacterized protein 5.808464887 L4_chemical_C3 +LQ09X010000 Putative uncharacterized protein 12.64339077 C6_control_A1 +LQ09X010000 Putative uncharacterized protein 12.42602983 C6_control_A3 +LQ09X010000 Putative uncharacterized protein 12.64776544 C6_control_B1 +LQ09X010000 Putative uncharacterized protein 12.3869252 C6_control_B2 +LQ09X010000 Putative uncharacterized protein 12.56743617 C6_control_B3 +LQ09X010000 Putative uncharacterized protein 12.89011509 C6_control_C1 +LQ09X010000 Putative uncharacterized protein 12.56427354 C6_control_C2 +LQ09X010000 Putative uncharacterized protein 12.98501138 C6_control_C3 +LQ09X010000 Putative uncharacterized protein 12.53814052 C6_chemical_A1 +LQ09X010000 Putative uncharacterized protein 12.49326421 C6_chemical_A3 +LQ09X010000 Putative uncharacterized protein 12.669713 C6_chemical_B1 +LQ09X010000 Putative uncharacterized protein 12.01993719 C6_chemical_B2 +LQ09X010000 Putative uncharacterized protein 12.28160096 C6_chemical_B3 +LQ09X010000 Putative uncharacterized protein 12.72148111 C6_chemical_C1 +LQ09X010000 Putative uncharacterized protein 12.76750558 C6_chemical_C2 +LQ09X010000 Putative uncharacterized protein 12.78212436 C6_chemical_C3 +LQ09X010000 Putative uncharacterized protein 12.3364366 L4_control_A1 +LQ09X010000 Putative uncharacterized protein 12.55610447 L4_control_A2 +LQ09X010000 Putative uncharacterized protein 12.33174681 L4_control_A3 +LQ09X010000 Putative uncharacterized protein 12.26784599 L4_control_B1 +LQ09X010000 Putative uncharacterized protein 12.62475363 L4_control_B2 +LQ09X010000 Putative uncharacterized protein 11.96565821 L4_control_B3 +LQ09X010000 Putative uncharacterized protein 12.89389651 L4_control_C2 +LQ09X010000 Putative uncharacterized protein 12.749303 L4_control_C3 +LQ09X010000 Putative uncharacterized protein 12.04450424 L4_chemical_A1 +LQ09X010000 Putative uncharacterized protein 12.67586606 L4_chemical_A2 +LQ09X010000 Putative uncharacterized protein 12.15417388 L4_chemical_A3 +LQ09X010000 Putative uncharacterized protein 12.60473024 L4_chemical_B1 +LQ09X010000 Putative uncharacterized protein 12.80421311 L4_chemical_B2 +LQ09X010000 Putative uncharacterized protein 11.996118 L4_chemical_B3 +LQ09X010000 Putative uncharacterized protein 12.62163656 L4_chemical_C2 +LQ09X010000 Putative uncharacterized protein 12.75285714 L4_chemical_C3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.72436157 C6_control_A1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.83191953 C6_control_A3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.30334774 C6_control_B1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.44433199 C6_control_B2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.85685385 C6_control_B3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 14.02736056 C6_control_C1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 14.40754946 C6_control_C2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 14.53136625 C6_control_C3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.3979154 C6_chemical_A1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.49762945 C6_chemical_A3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 9.383597697 C6_chemical_B1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.25026293 C6_chemical_B2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.4487939 C6_chemical_B3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 13.36827797 C6_chemical_C1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 13.99246853 C6_chemical_C2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 14.45526656 C6_chemical_C3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.64771715 L4_control_A1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.30772966 L4_control_A2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.60385723 L4_control_A3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.9413924 L4_control_B1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.84025006 L4_control_B2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 12.63737715 L4_control_B3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 14.54247028 L4_control_C2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 14.21550498 L4_control_C3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.06062298 L4_chemical_A1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.15332422 L4_chemical_A2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.73501125 L4_chemical_A3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.15045166 L4_chemical_B1 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.96120958 L4_chemical_B2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 11.77272644 L4_chemical_B3 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 14.07560234 L4_chemical_C2 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 13.78211434 L4_chemical_C3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.88295985 C6_control_A1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.91928887 C6_control_A3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.55938594 C6_control_B1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.85180229 C6_control_B2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.37475257 C6_control_B3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 12.69372258 C6_control_C1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 12.60173682 C6_control_C2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 12.24068826 C6_control_C3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.72295181 C6_chemical_A1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.73944512 C6_chemical_A3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.41833188 C6_chemical_B1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.59743927 C6_chemical_B2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.22359917 C6_chemical_B3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 12.79551697 C6_chemical_C1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 12.52397108 C6_chemical_C2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 12.3167295 C6_chemical_C3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.83810472 L4_control_A1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.85878625 L4_control_A2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.57607104 L4_control_A3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 10.65882281 L4_control_B1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 10.82486407 L4_control_B2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 10.93264374 L4_control_B3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.742634 L4_control_C2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.28502639 L4_control_C3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.866623 L4_chemical_A1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 12.10219513 L4_chemical_A2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.52115055 L4_chemical_A3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 10.99012176 L4_chemical_B1 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.12044268 L4_chemical_B2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.01173537 L4_chemical_B3 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.87241362 L4_chemical_C2 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.37518458 L4_chemical_C3 +LQ09X010080 Probable sulfate transporter 3.5 6.524186325 C6_control_A1 +LQ09X010080 Probable sulfate transporter 3.5 6.852109721 C6_control_A3 +LQ09X010080 Probable sulfate transporter 3.5 6.478956759 C6_control_B1 +LQ09X010080 Probable sulfate transporter 3.5 5.566110962 C6_control_B2 +LQ09X010080 Probable sulfate transporter 3.5 7.052574724 C6_control_B3 +LQ09X010080 Probable sulfate transporter 3.5 5.446339979 C6_control_C1 +LQ09X010080 Probable sulfate transporter 3.5 5.261285527 C6_control_C2 +LQ09X010080 Probable sulfate transporter 3.5 5.395631309 C6_control_C3 +LQ09X010080 Probable sulfate transporter 3.5 6.573574505 C6_chemical_A1 +LQ09X010080 Probable sulfate transporter 3.5 6.81486762 C6_chemical_A3 +LQ09X010080 Probable sulfate transporter 3.5 6.486600411 C6_chemical_B1 +LQ09X010080 Probable sulfate transporter 3.5 5.621045843 C6_chemical_B2 +LQ09X010080 Probable sulfate transporter 3.5 6.565903713 C6_chemical_B3 +LQ09X010080 Probable sulfate transporter 3.5 5.537851747 C6_chemical_C1 +LQ09X010080 Probable sulfate transporter 3.5 5.803608908 C6_chemical_C2 +LQ09X010080 Probable sulfate transporter 3.5 5.168849269 C6_chemical_C3 +LQ09X010080 Probable sulfate transporter 3.5 6.411281333 L4_control_A1 +LQ09X010080 Probable sulfate transporter 3.5 6.802030629 L4_control_A2 +LQ09X010080 Probable sulfate transporter 3.5 7.968147593 L4_control_A3 +LQ09X010080 Probable sulfate transporter 3.5 6.795894438 L4_control_B1 +LQ09X010080 Probable sulfate transporter 3.5 6.574082444 L4_control_B2 +LQ09X010080 Probable sulfate transporter 3.5 6.679803699 L4_control_B3 +LQ09X010080 Probable sulfate transporter 3.5 6.19227067 L4_control_C2 +LQ09X010080 Probable sulfate transporter 3.5 6.099850605 L4_control_C3 +LQ09X010080 Probable sulfate transporter 3.5 6.299432743 L4_chemical_A1 +LQ09X010080 Probable sulfate transporter 3.5 6.71898284 L4_chemical_A2 +LQ09X010080 Probable sulfate transporter 3.5 7.855999638 L4_chemical_A3 +LQ09X010080 Probable sulfate transporter 3.5 7.432195243 L4_chemical_B1 +LQ09X010080 Probable sulfate transporter 3.5 7.411969357 L4_chemical_B2 +LQ09X010080 Probable sulfate transporter 3.5 6.470472105 L4_chemical_B3 +LQ09X010080 Probable sulfate transporter 3.5 6.011144679 L4_chemical_C2 +LQ09X010080 Probable sulfate transporter 3.5 6.557967759 L4_chemical_C3 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.44228385 C6_control_A1 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.04686256 C6_control_A3 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.25142709 C6_control_B1 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.5186495 C6_control_B2 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.52059494 C6_control_B3 +LQ09X010090 Putative Uncharacterized protein At4g06744 11.60429237 C6_control_C1 +LQ09X010090 Putative Uncharacterized protein At4g06744 12.06962179 C6_control_C2 +LQ09X010090 Putative Uncharacterized protein At4g06744 11.86299911 C6_control_C3 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.19545951 C6_chemical_A1 +LQ09X010090 Putative Uncharacterized protein At4g06744 13.98661419 C6_chemical_A3 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.01029368 C6_chemical_B1 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.24132112 C6_chemical_B2 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.10722287 C6_chemical_B3 +LQ09X010090 Putative Uncharacterized protein At4g06744 11.60593102 C6_chemical_C1 +LQ09X010090 Putative Uncharacterized protein At4g06744 11.35294706 C6_chemical_C2 +LQ09X010090 Putative Uncharacterized protein At4g06744 10.88385252 C6_chemical_C3 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.77312381 L4_control_A1 +LQ09X010090 Putative Uncharacterized protein At4g06744 15.01052717 L4_control_A2 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.35943397 L4_control_A3 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.58826839 L4_control_B1 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.30482601 L4_control_B2 +LQ09X010090 Putative Uncharacterized protein At4g06744 13.23440657 L4_control_B3 +LQ09X010090 Putative Uncharacterized protein At4g06744 10.70253382 L4_control_C2 +LQ09X010090 Putative Uncharacterized protein At4g06744 11.05714743 L4_control_C3 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.30651932 L4_chemical_A1 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.4533439 L4_chemical_A2 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.62049618 L4_chemical_A3 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.2306552 L4_chemical_B1 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.30189558 L4_chemical_B2 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.79911567 L4_chemical_B3 +LQ09X010090 Putative Uncharacterized protein At4g06744 10.69553471 L4_chemical_C2 +LQ09X010090 Putative Uncharacterized protein At4g06744 11.24136825 L4_chemical_C3 +LQ09X010110 Putative uncharacterized protein 4.813797855 C6_control_A1 +LQ09X010110 Putative uncharacterized protein 4.721196396 C6_control_A3 +LQ09X010110 Putative uncharacterized protein 4.983002805 C6_control_B1 +LQ09X010110 Putative uncharacterized protein 4.757298202 C6_control_B2 +LQ09X010110 Putative uncharacterized protein 4.770599939 C6_control_B3 +LQ09X010110 Putative uncharacterized protein 5.265434154 C6_control_C1 +LQ09X010110 Putative uncharacterized protein 4.780313359 C6_control_C2 +LQ09X010110 Putative uncharacterized protein 5.030517177 C6_control_C3 +LQ09X010110 Putative uncharacterized protein 4.642574893 C6_chemical_A1 +LQ09X010110 Putative uncharacterized protein 4.582864813 C6_chemical_A3 +LQ09X010110 Putative uncharacterized protein 5.422512146 C6_chemical_B1 +LQ09X010110 Putative uncharacterized protein 4.870027712 C6_chemical_B2 +LQ09X010110 Putative uncharacterized protein 4.858715937 C6_chemical_B3 +LQ09X010110 Putative uncharacterized protein 5.08582486 C6_chemical_C1 +LQ09X010110 Putative uncharacterized protein 4.992268079 C6_chemical_C2 +LQ09X010110 Putative uncharacterized protein 5.482877462 C6_chemical_C3 +LQ09X010110 Putative uncharacterized protein 4.971720981 L4_control_A1 +LQ09X010110 Putative uncharacterized protein 4.750113891 L4_control_A2 +LQ09X010110 Putative uncharacterized protein 5.051563767 L4_control_A3 +LQ09X010110 Putative uncharacterized protein 5.775413704 L4_control_B1 +LQ09X010110 Putative uncharacterized protein 5.020294854 L4_control_B2 +LQ09X010110 Putative uncharacterized protein 5.081148088 L4_control_B3 +LQ09X010110 Putative uncharacterized protein 6.076029472 L4_control_C2 +LQ09X010110 Putative uncharacterized protein 6.31862652 L4_control_C3 +LQ09X010110 Putative uncharacterized protein 4.980636373 L4_chemical_A1 +LQ09X010110 Putative uncharacterized protein 5.129615378 L4_chemical_A2 +LQ09X010110 Putative uncharacterized protein 5.087658349 L4_chemical_A3 +LQ09X010110 Putative uncharacterized protein 5.528827191 L4_chemical_B1 +LQ09X010110 Putative uncharacterized protein 5.183733698 L4_chemical_B2 +LQ09X010110 Putative uncharacterized protein 4.979276715 L4_chemical_B3 +LQ09X010110 Putative uncharacterized protein 6.194809499 L4_chemical_C2 +LQ09X010110 Putative uncharacterized protein 5.599701731 L4_chemical_C3 +LQ09X010120 Predicted protein 5.316281398 C6_control_A1 +LQ09X010120 Predicted protein 5.186064331 C6_control_A3 +LQ09X010120 Predicted protein 5.119240946 C6_control_B1 +LQ09X010120 Predicted protein 5.348550511 C6_control_B2 +LQ09X010120 Predicted protein 5.277340651 C6_control_B3 +LQ09X010120 Predicted protein 5.765773325 C6_control_C1 +LQ09X010120 Predicted protein 5.554336363 C6_control_C2 +LQ09X010120 Predicted protein 5.598299131 C6_control_C3 +LQ09X010120 Predicted protein 5.519967404 C6_chemical_A1 +LQ09X010120 Predicted protein 5.149379175 C6_chemical_A3 +LQ09X010120 Predicted protein 5.534749888 C6_chemical_B1 +LQ09X010120 Predicted protein 5.126140391 C6_chemical_B2 +LQ09X010120 Predicted protein 5.020817305 C6_chemical_B3 +LQ09X010120 Predicted protein 5.254442292 C6_chemical_C1 +LQ09X010120 Predicted protein 5.63385108 C6_chemical_C2 +LQ09X010120 Predicted protein 5.475155202 C6_chemical_C3 +LQ09X010120 Predicted protein 5.338875605 L4_control_A1 +LQ09X010120 Predicted protein 4.928526619 L4_control_A2 +LQ09X010120 Predicted protein 4.909163094 L4_control_A3 +LQ09X010120 Predicted protein 5.16788518 L4_control_B1 +LQ09X010120 Predicted protein 5.317782345 L4_control_B2 +LQ09X010120 Predicted protein 5.291343869 L4_control_B3 +LQ09X010120 Predicted protein 5.180106832 L4_control_C2 +LQ09X010120 Predicted protein 5.339294521 L4_control_C3 +LQ09X010120 Predicted protein 5.063531678 L4_chemical_A1 +LQ09X010120 Predicted protein 5.158946847 L4_chemical_A2 +LQ09X010120 Predicted protein 5.374686713 L4_chemical_A3 +LQ09X010120 Predicted protein 5.207738471 L4_chemical_B1 +LQ09X010120 Predicted protein 5.452819339 L4_chemical_B2 +LQ09X010120 Predicted protein 5.169980995 L4_chemical_B3 +LQ09X010120 Predicted protein 5.209830208 L4_chemical_C2 +LQ09X010120 Predicted protein 5.238059068 L4_chemical_C3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.943547694 C6_control_A1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.931850633 C6_control_A3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.552978781 C6_control_B1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.864261942 C6_control_B2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.045683774 C6_control_B3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.186163809 C6_control_C1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.843415858 C6_control_C2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.822496318 C6_control_C3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.040102749 C6_chemical_A1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.116631405 C6_chemical_A3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 6.042321579 C6_chemical_B1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.895333527 C6_chemical_B2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.236272263 C6_chemical_B3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.818164134 C6_chemical_C1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.966245054 C6_chemical_C2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.048883349 C6_chemical_C3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.169790163 L4_control_A1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.562504423 L4_control_A2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.211180195 L4_control_A3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.617367635 L4_control_B1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.963472898 L4_control_B2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.118935843 L4_control_B3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.532052972 L4_control_C2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.726202743 L4_control_C3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.094923976 L4_chemical_A1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.483076421 L4_chemical_A2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.426533326 L4_chemical_A3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.212735137 L4_chemical_B1 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.55058196 L4_chemical_B2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 4.961670349 L4_chemical_B3 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.023448412 L4_chemical_C2 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.188948675 L4_chemical_C3 +LQ09X010150 Predicted protein 5.678665683 C6_control_A1 +LQ09X010150 Predicted protein 6.066693694 C6_control_A3 +LQ09X010150 Predicted protein 5.882874141 C6_control_B1 +LQ09X010150 Predicted protein 6.367737731 C6_control_B2 +LQ09X010150 Predicted protein 5.647502261 C6_control_B3 +LQ09X010150 Predicted protein 6.611022936 C6_control_C1 +LQ09X010150 Predicted protein 6.122885127 C6_control_C2 +LQ09X010150 Predicted protein 6.34014112 C6_control_C3 +LQ09X010150 Predicted protein 6.045411322 C6_chemical_A1 +LQ09X010150 Predicted protein 5.7131119 C6_chemical_A3 +LQ09X010150 Predicted protein 5.403455244 C6_chemical_B1 +LQ09X010150 Predicted protein 5.942631613 C6_chemical_B2 +LQ09X010150 Predicted protein 5.691341104 C6_chemical_B3 +LQ09X010150 Predicted protein 6.057847239 C6_chemical_C1 +LQ09X010150 Predicted protein 6.054310258 C6_chemical_C2 +LQ09X010150 Predicted protein 5.951773402 C6_chemical_C3 +LQ09X010150 Predicted protein 5.888886112 L4_control_A1 +LQ09X010150 Predicted protein 5.503718532 L4_control_A2 +LQ09X010150 Predicted protein 6.210511774 L4_control_A3 +LQ09X010150 Predicted protein 5.902672021 L4_control_B1 +LQ09X010150 Predicted protein 5.675159845 L4_control_B2 +LQ09X010150 Predicted protein 5.532584877 L4_control_B3 +LQ09X010150 Predicted protein 5.659000061 L4_control_C2 +LQ09X010150 Predicted protein 5.718709889 L4_control_C3 +LQ09X010150 Predicted protein 5.988719635 L4_chemical_A1 +LQ09X010150 Predicted protein 5.57209141 L4_chemical_A2 +LQ09X010150 Predicted protein 6.042907159 L4_chemical_A3 +LQ09X010150 Predicted protein 5.217918377 L4_chemical_B1 +LQ09X010150 Predicted protein 5.877404631 L4_chemical_B2 +LQ09X010150 Predicted protein 5.55354145 L4_chemical_B3 +LQ09X010150 Predicted protein 5.484840698 L4_chemical_C2 +LQ09X010150 Predicted protein 5.488176479 L4_chemical_C3 +LQ09X010160 Putative uncharacterized protein 5.263816039 C6_control_A1 +LQ09X010160 Putative uncharacterized protein 4.839577708 C6_control_A3 +LQ09X010160 Putative uncharacterized protein 5.839132066 C6_control_B1 +LQ09X010160 Putative uncharacterized protein 5.123677547 C6_control_B2 +LQ09X010160 Putative uncharacterized protein 5.920714715 C6_control_B3 +LQ09X010160 Putative uncharacterized protein 5.475522223 C6_control_C1 +LQ09X010160 Putative uncharacterized protein 5.125459283 C6_control_C2 +LQ09X010160 Putative uncharacterized protein 5.341500533 C6_control_C3 +LQ09X010160 Putative uncharacterized protein 5.004676472 C6_chemical_A1 +LQ09X010160 Putative uncharacterized protein 5.249439428 C6_chemical_A3 +LQ09X010160 Putative uncharacterized protein 5.801426953 C6_chemical_B1 +LQ09X010160 Putative uncharacterized protein 5.093863026 C6_chemical_B2 +LQ09X010160 Putative uncharacterized protein 5.948823265 C6_chemical_B3 +LQ09X010160 Putative uncharacterized protein 5.280275215 C6_chemical_C1 +LQ09X010160 Putative uncharacterized protein 5.024365068 C6_chemical_C2 +LQ09X010160 Putative uncharacterized protein 5.163787322 C6_chemical_C3 +LQ09X010160 Putative uncharacterized protein 5.433799263 L4_control_A1 +LQ09X010160 Putative uncharacterized protein 5.504053305 L4_control_A2 +LQ09X010160 Putative uncharacterized protein 5.441932475 L4_control_A3 +LQ09X010160 Putative uncharacterized protein 5.969517229 L4_control_B1 +LQ09X010160 Putative uncharacterized protein 5.366066107 L4_control_B2 +LQ09X010160 Putative uncharacterized protein 5.346128608 L4_control_B3 +LQ09X010160 Putative uncharacterized protein 6.427673409 L4_control_C2 +LQ09X010160 Putative uncharacterized protein 6.115734263 L4_control_C3 +LQ09X010160 Putative uncharacterized protein 5.644018917 L4_chemical_A1 +LQ09X010160 Putative uncharacterized protein 5.111998112 L4_chemical_A2 +LQ09X010160 Putative uncharacterized protein 5.204788609 L4_chemical_A3 +LQ09X010160 Putative uncharacterized protein 5.491071019 L4_chemical_B1 +LQ09X010160 Putative uncharacterized protein 5.612022445 L4_chemical_B2 +LQ09X010160 Putative uncharacterized protein 5.344688347 L4_chemical_B3 +LQ09X010160 Putative uncharacterized protein 5.898481609 L4_chemical_C2 +LQ09X010160 Putative uncharacterized protein 5.295997727 L4_chemical_C3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 12.58229104 C6_control_A1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 13.26365138 C6_control_A3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.33788864 C6_control_B1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.31046667 C6_control_B2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.91097961 C6_control_B3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.71574068 C6_control_C1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.60253248 C6_control_C2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.84866366 C6_control_C3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 11.50676992 C6_chemical_A1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 13.4528695 C6_chemical_A3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 13.60699575 C6_chemical_B1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 13.47158224 C6_chemical_B2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.62604029 C6_chemical_B3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.42063291 C6_chemical_C1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.14846988 C6_chemical_C2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 15.11667126 C6_chemical_C3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 13.32911239 L4_control_A1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 11.8777095 L4_control_A2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 12.87314748 L4_control_A3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.89553966 L4_control_B1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 13.91404776 L4_control_B2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.95552492 L4_control_B3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.49932783 L4_control_C2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.83122601 L4_control_C3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.18375338 L4_chemical_A1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 12.80894294 L4_chemical_A2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 13.86762082 L4_chemical_A3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.10934983 L4_chemical_B1 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 13.64613642 L4_chemical_B2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.29209477 L4_chemical_B3 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.31933707 L4_chemical_C2 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 14.72157853 L4_chemical_C3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.77378009 C6_control_A1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.71286054 C6_control_A3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.57734107 C6_control_B1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.49442318 C6_control_B2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.8075682 C6_control_B3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.55742296 C6_control_C1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.347601 C6_control_C2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.5539693 C6_control_C3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.80710413 C6_chemical_A1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.727198 C6_chemical_A3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.65876698 C6_chemical_B1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.43729205 C6_chemical_B2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.73312205 C6_chemical_B3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.5603782 C6_chemical_C1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.43225786 C6_chemical_C2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.4482371 C6_chemical_C3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.83414055 L4_control_A1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.69492429 L4_control_A2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 13.11639265 L4_control_A3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.54696761 L4_control_B1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 13.02017108 L4_control_B2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.72581305 L4_control_B3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.78440206 L4_control_C2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.87809444 L4_control_C3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.77316539 L4_chemical_A1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.77496792 L4_chemical_A2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 13.14953324 L4_chemical_A3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.77813876 L4_chemical_B1 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.40574041 L4_chemical_B2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.58786577 L4_chemical_B3 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 13.05029399 L4_chemical_C2 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 13.04759788 L4_chemical_C3 +LQ09X010210 Putative uncharacterized protein 5.22359533 C6_control_A1 +LQ09X010210 Putative uncharacterized protein 5.532747153 C6_control_A3 +LQ09X010210 Putative uncharacterized protein 5.755245076 C6_control_B1 +LQ09X010210 Putative uncharacterized protein 5.18214788 C6_control_B2 +LQ09X010210 Putative uncharacterized protein 5.552053003 C6_control_B3 +LQ09X010210 Putative uncharacterized protein 4.981797902 C6_control_C1 +LQ09X010210 Putative uncharacterized protein 4.949623003 C6_control_C2 +LQ09X010210 Putative uncharacterized protein 5.106314967 C6_control_C3 +LQ09X010210 Putative uncharacterized protein 4.909145907 C6_chemical_A1 +LQ09X010210 Putative uncharacterized protein 5.540157995 C6_chemical_A3 +LQ09X010210 Putative uncharacterized protein 5.418576506 C6_chemical_B1 +LQ09X010210 Putative uncharacterized protein 4.927430757 C6_chemical_B2 +LQ09X010210 Putative uncharacterized protein 5.430999463 C6_chemical_B3 +LQ09X010210 Putative uncharacterized protein 4.999699402 C6_chemical_C1 +LQ09X010210 Putative uncharacterized protein 5.217501253 C6_chemical_C2 +LQ09X010210 Putative uncharacterized protein 5.038146757 C6_chemical_C3 +LQ09X010210 Putative uncharacterized protein 5.202288786 L4_control_A1 +LQ09X010210 Putative uncharacterized protein 5.331952656 L4_control_A2 +LQ09X010210 Putative uncharacterized protein 5.771731279 L4_control_A3 +LQ09X010210 Putative uncharacterized protein 5.633998861 L4_control_B1 +LQ09X010210 Putative uncharacterized protein 5.15465669 L4_control_B2 +LQ09X010210 Putative uncharacterized protein 5.633306054 L4_control_B3 +LQ09X010210 Putative uncharacterized protein 5.478293968 L4_control_C2 +LQ09X010210 Putative uncharacterized protein 5.088581709 L4_control_C3 +LQ09X010210 Putative uncharacterized protein 5.306856949 L4_chemical_A1 +LQ09X010210 Putative uncharacterized protein 5.578145544 L4_chemical_A2 +LQ09X010210 Putative uncharacterized protein 6.113660919 L4_chemical_A3 +LQ09X010210 Putative uncharacterized protein 5.177707155 L4_chemical_B1 +LQ09X010210 Putative uncharacterized protein 5.385192666 L4_chemical_B2 +LQ09X010210 Putative uncharacterized protein 5.768886113 L4_chemical_B3 +LQ09X010210 Putative uncharacterized protein 5.798431855 L4_chemical_C2 +LQ09X010210 Putative uncharacterized protein 5.56675177 L4_chemical_C3 +LQ09X010220 Putative DVL 7.279281569 C6_control_A1 +LQ09X010220 Putative DVL 8.506552941 C6_control_A3 +LQ09X010220 Putative DVL 8.139979131 C6_control_B1 +LQ09X010220 Putative DVL 9.74057716 C6_control_B2 +LQ09X010220 Putative DVL 10.37814838 C6_control_B3 +LQ09X010220 Putative DVL 11.00520694 C6_control_C1 +LQ09X010220 Putative DVL 12.27658931 C6_control_C2 +LQ09X010220 Putative DVL 13.01253688 C6_control_C3 +LQ09X010220 Putative DVL 6.729199015 C6_chemical_A1 +LQ09X010220 Putative DVL 8.950543887 C6_chemical_A3 +LQ09X010220 Putative DVL 8.417316258 C6_chemical_B1 +LQ09X010220 Putative DVL 9.459718196 C6_chemical_B2 +LQ09X010220 Putative DVL 11.39549746 C6_chemical_B3 +LQ09X010220 Putative DVL 10.57466892 C6_chemical_C1 +LQ09X010220 Putative DVL 11.80534794 C6_chemical_C2 +LQ09X010220 Putative DVL 14.14955328 C6_chemical_C3 +LQ09X010220 Putative DVL 8.917796151 L4_control_A1 +LQ09X010220 Putative DVL 8.095735975 L4_control_A2 +LQ09X010220 Putative DVL 9.547786769 L4_control_A3 +LQ09X010220 Putative DVL 9.306827445 L4_control_B1 +LQ09X010220 Putative DVL 7.596009642 L4_control_B2 +LQ09X010220 Putative DVL 10.86740202 L4_control_B3 +LQ09X010220 Putative DVL 12.35831496 L4_control_C2 +LQ09X010220 Putative DVL 13.10184075 L4_control_C3 +LQ09X010220 Putative DVL 11.5649229 L4_chemical_A1 +LQ09X010220 Putative DVL 11.64558603 L4_chemical_A2 +LQ09X010220 Putative DVL 10.79555257 L4_chemical_A3 +LQ09X010220 Putative DVL 10.46001274 L4_chemical_B1 +LQ09X010220 Putative DVL 9.656589072 L4_chemical_B2 +LQ09X010220 Putative DVL 10.20456185 L4_chemical_B3 +LQ09X010220 Putative DVL 12.18644381 L4_chemical_C2 +LQ09X010220 Putative DVL 12.83129445 L4_chemical_C3 +LQ09X010270 Syntaxin-32 11.07913698 C6_control_A1 +LQ09X010270 Syntaxin-32 11.26587377 C6_control_A3 +LQ09X010270 Syntaxin-32 11.35266665 C6_control_B1 +LQ09X010270 Syntaxin-32 10.75049246 C6_control_B2 +LQ09X010270 Syntaxin-32 11.02688096 C6_control_B3 +LQ09X010270 Syntaxin-32 10.24384689 C6_control_C1 +LQ09X010270 Syntaxin-32 10.51803092 C6_control_C2 +LQ09X010270 Syntaxin-32 10.15636378 C6_control_C3 +LQ09X010270 Syntaxin-32 11.02958343 C6_chemical_A1 +LQ09X010270 Syntaxin-32 11.14028796 C6_chemical_A3 +LQ09X010270 Syntaxin-32 11.16021131 C6_chemical_B1 +LQ09X010270 Syntaxin-32 10.46068161 C6_chemical_B2 +LQ09X010270 Syntaxin-32 10.76175333 C6_chemical_B3 +LQ09X010270 Syntaxin-32 10.20369731 C6_chemical_C1 +LQ09X010270 Syntaxin-32 10.19397798 C6_chemical_C2 +LQ09X010270 Syntaxin-32 9.729791601 C6_chemical_C3 +LQ09X010270 Syntaxin-32 10.99268706 L4_control_A1 +LQ09X010270 Syntaxin-32 11.01135965 L4_control_A2 +LQ09X010270 Syntaxin-32 11.54902885 L4_control_A3 +LQ09X010270 Syntaxin-32 11.40861061 L4_control_B1 +LQ09X010270 Syntaxin-32 11.73895002 L4_control_B2 +LQ09X010270 Syntaxin-32 10.97473345 L4_control_B3 +LQ09X010270 Syntaxin-32 10.69438212 L4_control_C2 +LQ09X010270 Syntaxin-32 10.67236583 L4_control_C3 +LQ09X010270 Syntaxin-32 10.72506875 L4_chemical_A1 +LQ09X010270 Syntaxin-32 10.6015107 L4_chemical_A2 +LQ09X010270 Syntaxin-32 11.42074333 L4_chemical_A3 +LQ09X010270 Syntaxin-32 11.32721358 L4_chemical_B1 +LQ09X010270 Syntaxin-32 11.17346763 L4_chemical_B2 +LQ09X010270 Syntaxin-32 11.17523581 L4_chemical_B3 +LQ09X010270 Syntaxin-32 10.77447132 L4_chemical_C2 +LQ09X010270 Syntaxin-32 10.61948765 L4_chemical_C3 +LQ09X010280 Predicted protein 12.9950729 C6_control_A1 +LQ09X010280 Predicted protein 13.51764856 C6_control_A3 +LQ09X010280 Predicted protein 10.92150931 C6_control_B1 +LQ09X010280 Predicted protein 8.629291434 C6_control_B2 +LQ09X010280 Predicted protein 8.665881884 C6_control_B3 +LQ09X010280 Predicted protein 7.548935409 C6_control_C1 +LQ09X010280 Predicted protein 6.453867348 C6_control_C2 +LQ09X010280 Predicted protein 7.549238128 C6_control_C3 +LQ09X010280 Predicted protein 12.36058054 C6_chemical_A1 +LQ09X010280 Predicted protein 13.11452413 C6_chemical_A3 +LQ09X010280 Predicted protein 9.060378288 C6_chemical_B1 +LQ09X010280 Predicted protein 7.399889796 C6_chemical_B2 +LQ09X010280 Predicted protein 8.16447418 C6_chemical_B3 +LQ09X010280 Predicted protein 7.620836263 C6_chemical_C1 +LQ09X010280 Predicted protein 6.398949249 C6_chemical_C2 +LQ09X010280 Predicted protein 6.75723906 C6_chemical_C3 +LQ09X010280 Predicted protein 12.77662029 L4_control_A1 +LQ09X010280 Predicted protein 12.83127236 L4_control_A2 +LQ09X010280 Predicted protein 12.46335858 L4_control_A3 +LQ09X010280 Predicted protein 7.964582799 L4_control_B1 +LQ09X010280 Predicted protein 10.19178748 L4_control_B2 +LQ09X010280 Predicted protein 6.964327078 L4_control_B3 +LQ09X010280 Predicted protein 5.88816135 L4_control_C2 +LQ09X010280 Predicted protein 6.211606125 L4_control_C3 +LQ09X010280 Predicted protein 11.81116675 L4_chemical_A1 +LQ09X010280 Predicted protein 11.83665711 L4_chemical_A2 +LQ09X010280 Predicted protein 12.47408007 L4_chemical_A3 +LQ09X010280 Predicted protein 10.33464034 L4_chemical_B1 +LQ09X010280 Predicted protein 11.11143007 L4_chemical_B2 +LQ09X010280 Predicted protein 11.18465658 L4_chemical_B3 +LQ09X010280 Predicted protein 5.523579439 L4_chemical_C2 +LQ09X010280 Predicted protein 6.352339126 L4_chemical_C3 +LQ09X010290 Putative uncharacterized protein 5.798618246 C6_control_A1 +LQ09X010290 Putative uncharacterized protein 5.31784232 C6_control_A3 +LQ09X010290 Putative uncharacterized protein 5.308970453 C6_control_B1 +LQ09X010290 Putative uncharacterized protein 5.66075119 C6_control_B2 +LQ09X010290 Putative uncharacterized protein 5.481822851 C6_control_B3 +LQ09X010290 Putative uncharacterized protein 5.925313651 C6_control_C1 +LQ09X010290 Putative uncharacterized protein 5.606794711 C6_control_C2 +LQ09X010290 Putative uncharacterized protein 6.001599888 C6_control_C3 +LQ09X010290 Putative uncharacterized protein 5.790830606 C6_chemical_A1 +LQ09X010290 Putative uncharacterized protein 5.830538823 C6_chemical_A3 +LQ09X010290 Putative uncharacterized protein 5.820770132 C6_chemical_B1 +LQ09X010290 Putative uncharacterized protein 5.711210219 C6_chemical_B2 +LQ09X010290 Putative uncharacterized protein 5.599302218 C6_chemical_B3 +LQ09X010290 Putative uncharacterized protein 6.221411249 C6_chemical_C1 +LQ09X010290 Putative uncharacterized protein 6.000788897 C6_chemical_C2 +LQ09X010290 Putative uncharacterized protein 5.900406645 C6_chemical_C3 +LQ09X010290 Putative uncharacterized protein 5.62420255 L4_control_A1 +LQ09X010290 Putative uncharacterized protein 5.205233671 L4_control_A2 +LQ09X010290 Putative uncharacterized protein 5.87476734 L4_control_A3 +LQ09X010290 Putative uncharacterized protein 5.145469921 L4_control_B1 +LQ09X010290 Putative uncharacterized protein 5.554084399 L4_control_B2 +LQ09X010290 Putative uncharacterized protein 5.29018676 L4_control_B3 +LQ09X010290 Putative uncharacterized protein 5.41515141 L4_control_C2 +LQ09X010290 Putative uncharacterized protein 4.955919543 L4_control_C3 +LQ09X010290 Putative uncharacterized protein 5.662881237 L4_chemical_A1 +LQ09X010290 Putative uncharacterized protein 5.305159608 L4_chemical_A2 +LQ09X010290 Putative uncharacterized protein 5.919807831 L4_chemical_A3 +LQ09X010290 Putative uncharacterized protein 5.710523456 L4_chemical_B1 +LQ09X010290 Putative uncharacterized protein 4.831116487 L4_chemical_B2 +LQ09X010290 Putative uncharacterized protein 5.455236907 L4_chemical_B3 +LQ09X010290 Putative uncharacterized protein 5.608200979 L4_chemical_C2 +LQ09X010290 Putative uncharacterized protein 5.71697379 L4_chemical_C3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.854323378 C6_control_A1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.541600514 C6_control_A3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.474401771 C6_control_B1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.454097398 C6_control_B2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.683745529 C6_control_B3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.136019343 C6_control_C1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.327279206 C6_control_C2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.24392016 C6_control_C3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.621190907 C6_chemical_A1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.668644669 C6_chemical_A3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.885676508 C6_chemical_B1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.659638918 C6_chemical_B2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.377295457 C6_chemical_B3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.105888985 C6_chemical_C1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.667345446 C6_chemical_C2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.190096773 C6_chemical_C3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.658882408 L4_control_A1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.392022343 L4_control_A2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.541492816 L4_control_A3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.118890562 L4_control_B1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.255451865 L4_control_B2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.610715314 L4_control_B3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.551274438 L4_control_C2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.749994759 L4_control_C3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.141666747 L4_chemical_A1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.393756124 L4_chemical_A2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.137794624 L4_chemical_A3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.376127593 L4_chemical_B1 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.378843767 L4_chemical_B2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.358169366 L4_chemical_B3 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.814850517 L4_chemical_C2 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.263585772 L4_chemical_C3 +LQ09X010310 Putative uncharacterized protein 5.687536966 C6_control_A1 +LQ09X010310 Putative uncharacterized protein 5.878454192 C6_control_A3 +LQ09X010310 Putative uncharacterized protein 5.540039772 C6_control_B1 +LQ09X010310 Putative uncharacterized protein 5.396377602 C6_control_B2 +LQ09X010310 Putative uncharacterized protein 5.691800832 C6_control_B3 +LQ09X010310 Putative uncharacterized protein 5.693674218 C6_control_C1 +LQ09X010310 Putative uncharacterized protein 5.963219347 C6_control_C2 +LQ09X010310 Putative uncharacterized protein 5.999999495 C6_control_C3 +LQ09X010310 Putative uncharacterized protein 5.897597429 C6_chemical_A1 +LQ09X010310 Putative uncharacterized protein 5.767251688 C6_chemical_A3 +LQ09X010310 Putative uncharacterized protein 6.176020522 C6_chemical_B1 +LQ09X010310 Putative uncharacterized protein 5.777502417 C6_chemical_B2 +LQ09X010310 Putative uncharacterized protein 5.533934344 C6_chemical_B3 +LQ09X010310 Putative uncharacterized protein 5.726095092 C6_chemical_C1 +LQ09X010310 Putative uncharacterized protein 6.110848954 C6_chemical_C2 +LQ09X010310 Putative uncharacterized protein 5.952350315 C6_chemical_C3 +LQ09X010310 Putative uncharacterized protein 5.944403891 L4_control_A1 +LQ09X010310 Putative uncharacterized protein 6.01631844 L4_control_A2 +LQ09X010310 Putative uncharacterized protein 5.778790743 L4_control_A3 +LQ09X010310 Putative uncharacterized protein 5.481492258 L4_control_B1 +LQ09X010310 Putative uncharacterized protein 5.404208158 L4_control_B2 +LQ09X010310 Putative uncharacterized protein 6.220878428 L4_control_B3 +LQ09X010310 Putative uncharacterized protein 5.800252194 L4_control_C2 +LQ09X010310 Putative uncharacterized protein 5.795364004 L4_control_C3 +LQ09X010310 Putative uncharacterized protein 5.736295994 L4_chemical_A1 +LQ09X010310 Putative uncharacterized protein 6.107920084 L4_chemical_A2 +LQ09X010310 Putative uncharacterized protein 5.59785642 L4_chemical_A3 +LQ09X010310 Putative uncharacterized protein 5.906937818 L4_chemical_B1 +LQ09X010310 Putative uncharacterized protein 6.115596045 L4_chemical_B2 +LQ09X010310 Putative uncharacterized protein 6.074085494 L4_chemical_B3 +LQ09X010310 Putative uncharacterized protein 5.820178221 L4_chemical_C2 +LQ09X010310 Putative uncharacterized protein 6.217787175 L4_chemical_C3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.365863868 C6_control_A1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.032428004 C6_control_A3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.43701002 C6_control_B1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.185212998 C6_control_B2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.198132015 C6_control_B3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.274647736 C6_control_C1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 4.931774609 C6_control_C2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.515486704 C6_control_C3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.154376991 C6_chemical_A1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.075536682 C6_chemical_A3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.668908531 C6_chemical_B1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.317043934 C6_chemical_B2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.411715179 C6_chemical_B3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.720015575 C6_chemical_C1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.059619568 C6_chemical_C2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.272187701 C6_chemical_C3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.269512448 L4_control_A1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.422337115 L4_control_A2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.548497601 L4_control_A3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.228709184 L4_control_B1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.645750502 L4_control_B2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.040875238 L4_control_B3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.722810982 L4_control_C2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.323849385 L4_control_C3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.526921306 L4_chemical_A1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.34368997 L4_chemical_A2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.526386132 L4_chemical_A3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.262760218 L4_chemical_B1 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.672879122 L4_chemical_B2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.22863302 L4_chemical_B3 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.774037286 L4_chemical_C2 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 6.378229677 L4_chemical_C3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.273266165 C6_control_A1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.412829492 C6_control_A3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.071425808 C6_control_B1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.97965266 C6_control_B2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.073687843 C6_control_B3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.958797421 C6_control_C1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 8.571795864 C6_control_C2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.284755178 C6_control_C3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.69144413 C6_chemical_A1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.59811113 C6_chemical_A3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.174779106 C6_chemical_B1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.079324663 C6_chemical_B2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.33954693 C6_chemical_B3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.890232536 C6_chemical_C1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.391640802 C6_chemical_C2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 5.897048648 C6_chemical_C3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.615078888 L4_control_A1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.056909955 L4_control_A2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.332775104 L4_control_A3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.4991422 L4_control_B1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.404140301 L4_control_B2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.129237113 L4_control_B3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 5.976119525 L4_control_C2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.430215083 L4_control_C3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.253094155 L4_chemical_A1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.450158304 L4_chemical_A2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.874628776 L4_chemical_A3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.597611258 L4_chemical_B1 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.716775707 L4_chemical_B2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.42643745 L4_chemical_B3 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 7.318800286 L4_chemical_C2 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.178662621 L4_chemical_C3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.815461216 C6_control_A1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.57112603 C6_control_A3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.333134418 C6_control_B1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.888433368 C6_control_B2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.446088609 C6_control_B3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.264597469 C6_control_C1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.330992274 C6_control_C2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.398623411 C6_control_C3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.01315063 C6_chemical_A1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.251814578 C6_chemical_A3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.158524946 C6_chemical_B1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.630668513 C6_chemical_B2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.410954183 C6_chemical_B3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.574510216 C6_chemical_C1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.301128691 C6_chemical_C2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.27063625 C6_chemical_C3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.370042061 L4_control_A1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.877172117 L4_control_A2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.357904667 L4_control_A3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.585931645 L4_control_B1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.637437017 L4_control_B2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.392168615 L4_control_B3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.141096157 L4_control_C2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.558704411 L4_control_C3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.116643837 L4_chemical_A1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.740861201 L4_chemical_A2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.439990577 L4_chemical_A3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.451818067 L4_chemical_B1 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.176738431 L4_chemical_B2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.385170528 L4_chemical_B3 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.206769895 L4_chemical_C2 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.504984828 L4_chemical_C3 +LQ09X010390 Putative Transmembrane protein 19 11.86957899 C6_control_A1 +LQ09X010390 Putative Transmembrane protein 19 11.45678067 C6_control_A3 +LQ09X010390 Putative Transmembrane protein 19 12.64672395 C6_control_B1 +LQ09X010390 Putative Transmembrane protein 19 13.11397269 C6_control_B2 +LQ09X010390 Putative Transmembrane protein 19 12.84027471 C6_control_B3 +LQ09X010390 Putative Transmembrane protein 19 13.42580271 C6_control_C1 +LQ09X010390 Putative Transmembrane protein 19 13.28252165 C6_control_C2 +LQ09X010390 Putative Transmembrane protein 19 13.05733517 C6_control_C3 +LQ09X010390 Putative Transmembrane protein 19 11.82108396 C6_chemical_A1 +LQ09X010390 Putative Transmembrane protein 19 11.50129479 C6_chemical_A3 +LQ09X010390 Putative Transmembrane protein 19 12.71239952 C6_chemical_B1 +LQ09X010390 Putative Transmembrane protein 19 12.70520822 C6_chemical_B2 +LQ09X010390 Putative Transmembrane protein 19 12.53830806 C6_chemical_B3 +LQ09X010390 Putative Transmembrane protein 19 13.46030804 C6_chemical_C1 +LQ09X010390 Putative Transmembrane protein 19 13.06215736 C6_chemical_C2 +LQ09X010390 Putative Transmembrane protein 19 13.24150484 C6_chemical_C3 +LQ09X010390 Putative Transmembrane protein 19 11.70696045 L4_control_A1 +LQ09X010390 Putative Transmembrane protein 19 11.9953014 L4_control_A2 +LQ09X010390 Putative Transmembrane protein 19 11.45971101 L4_control_A3 +LQ09X010390 Putative Transmembrane protein 19 12.79445826 L4_control_B1 +LQ09X010390 Putative Transmembrane protein 19 11.63071095 L4_control_B2 +LQ09X010390 Putative Transmembrane protein 19 12.56913806 L4_control_B3 +LQ09X010390 Putative Transmembrane protein 19 12.57420728 L4_control_C2 +LQ09X010390 Putative Transmembrane protein 19 12.3727148 L4_control_C3 +LQ09X010390 Putative Transmembrane protein 19 12.16474522 L4_chemical_A1 +LQ09X010390 Putative Transmembrane protein 19 12.33867236 L4_chemical_A2 +LQ09X010390 Putative Transmembrane protein 19 11.91981307 L4_chemical_A3 +LQ09X010390 Putative Transmembrane protein 19 12.66504265 L4_chemical_B1 +LQ09X010390 Putative Transmembrane protein 19 12.05435983 L4_chemical_B2 +LQ09X010390 Putative Transmembrane protein 19 12.23764817 L4_chemical_B3 +LQ09X010390 Putative Transmembrane protein 19 12.65245645 L4_chemical_C2 +LQ09X010390 Putative Transmembrane protein 19 12.46739517 L4_chemical_C3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 6.095368619 C6_control_A1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 6.006132 C6_control_A3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 6.000537338 C6_control_B1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.350430942 C6_control_B2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.683941555 C6_control_B3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.3797367 C6_control_C1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.494655365 C6_control_C2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 4.920412329 C6_control_C3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.631600907 C6_chemical_A1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.916854367 C6_chemical_A3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.383304147 C6_chemical_B1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.713946859 C6_chemical_B2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.702682609 C6_chemical_B3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.293251007 C6_chemical_C1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.181146272 C6_chemical_C2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.450261042 C6_chemical_C3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.575515917 L4_control_A1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.683029052 L4_control_A2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.947801417 L4_control_A3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.223025337 L4_control_B1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 6.299142425 L4_control_B2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.615024653 L4_control_B3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 6.227317887 L4_control_C2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.164589348 L4_control_C3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.510903437 L4_chemical_A1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.867518326 L4_chemical_A2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.397238757 L4_chemical_A3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.965867217 L4_chemical_B1 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 6.560348388 L4_chemical_B2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.981627488 L4_chemical_B3 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 6.034483295 L4_chemical_C2 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.683833701 L4_chemical_C3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.415085305 C6_control_A1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.669768087 C6_control_A3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.33423152 C6_control_B1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 4.984938935 C6_control_B2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.347974165 C6_control_B3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 4.927770318 C6_control_C1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.606019705 C6_control_C2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 4.994392686 C6_control_C3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.260267083 C6_chemical_A1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.067361347 C6_chemical_A3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.076943174 C6_chemical_B1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.120856216 C6_chemical_B2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.361886065 C6_chemical_B3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 4.90310675 C6_chemical_C1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.048964392 C6_chemical_C2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 4.873761378 C6_chemical_C3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.084229722 L4_control_A1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.503707383 L4_control_A2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.507113508 L4_control_A3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 4.898264606 L4_control_B1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 4.970850246 L4_control_B2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.458401785 L4_control_B3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.552451219 L4_control_C2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.130634115 L4_control_C3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.222001957 L4_chemical_A1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.401679425 L4_chemical_A2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.201006181 L4_chemical_A3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.685759591 L4_chemical_B1 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.339502939 L4_chemical_B2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.4112599 L4_chemical_B3 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.759373929 L4_chemical_C2 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 4.980734011 L4_chemical_C3 +LQ09X010580 Putative DELLA protein GAI 13.41725472 C6_control_A1 +LQ09X010580 Putative DELLA protein GAI 13.53603938 C6_control_A3 +LQ09X010580 Putative DELLA protein GAI 13.33367474 C6_control_B1 +LQ09X010580 Putative DELLA protein GAI 13.30864276 C6_control_B2 +LQ09X010580 Putative DELLA protein GAI 13.30345295 C6_control_B3 +LQ09X010580 Putative DELLA protein GAI 13.6143535 C6_control_C1 +LQ09X010580 Putative DELLA protein GAI 12.94488845 C6_control_C2 +LQ09X010580 Putative DELLA protein GAI 13.20562771 C6_control_C3 +LQ09X010580 Putative DELLA protein GAI 13.39881685 C6_chemical_A1 +LQ09X010580 Putative DELLA protein GAI 13.70563411 C6_chemical_A3 +LQ09X010580 Putative DELLA protein GAI 13.16083317 C6_chemical_B1 +LQ09X010580 Putative DELLA protein GAI 13.40289353 C6_chemical_B2 +LQ09X010580 Putative DELLA protein GAI 12.80042573 C6_chemical_B3 +LQ09X010580 Putative DELLA protein GAI 13.5225524 C6_chemical_C1 +LQ09X010580 Putative DELLA protein GAI 12.89135693 C6_chemical_C2 +LQ09X010580 Putative DELLA protein GAI 12.56889793 C6_chemical_C3 +LQ09X010580 Putative DELLA protein GAI 13.63764621 L4_control_A1 +LQ09X010580 Putative DELLA protein GAI 13.74923478 L4_control_A2 +LQ09X010580 Putative DELLA protein GAI 12.22088161 L4_control_A3 +LQ09X010580 Putative DELLA protein GAI 13.41619408 L4_control_B1 +LQ09X010580 Putative DELLA protein GAI 12.87898274 L4_control_B2 +LQ09X010580 Putative DELLA protein GAI 13.15085845 L4_control_B3 +LQ09X010580 Putative DELLA protein GAI 13.08404964 L4_control_C2 +LQ09X010580 Putative DELLA protein GAI 12.48232606 L4_control_C3 +LQ09X010580 Putative DELLA protein GAI 12.62159221 L4_chemical_A1 +LQ09X010580 Putative DELLA protein GAI 12.66509226 L4_chemical_A2 +LQ09X010580 Putative DELLA protein GAI 12.17706809 L4_chemical_A3 +LQ09X010580 Putative DELLA protein GAI 12.75909138 L4_chemical_B1 +LQ09X010580 Putative DELLA protein GAI 12.8059165 L4_chemical_B2 +LQ09X010580 Putative DELLA protein GAI 13.56160202 L4_chemical_B3 +LQ09X010580 Putative DELLA protein GAI 12.69033879 L4_chemical_C2 +LQ09X010580 Putative DELLA protein GAI 12.24226463 L4_chemical_C3 +LQ09X010600 GDP-mannose transporter, putative 6.810870499 C6_control_A1 +LQ09X010600 GDP-mannose transporter, putative 7.274862931 C6_control_A3 +LQ09X010600 GDP-mannose transporter, putative 6.670679171 C6_control_B1 +LQ09X010600 GDP-mannose transporter, putative 6.267821891 C6_control_B2 +LQ09X010600 GDP-mannose transporter, putative 6.955814419 C6_control_B3 +LQ09X010600 GDP-mannose transporter, putative 6.279817058 C6_control_C1 +LQ09X010600 GDP-mannose transporter, putative 6.517300833 C6_control_C2 +LQ09X010600 GDP-mannose transporter, putative 6.369005121 C6_control_C3 +LQ09X010600 GDP-mannose transporter, putative 6.63439113 C6_chemical_A1 +LQ09X010600 GDP-mannose transporter, putative 6.956629056 C6_chemical_A3 +LQ09X010600 GDP-mannose transporter, putative 6.497716823 C6_chemical_B1 +LQ09X010600 GDP-mannose transporter, putative 6.125252422 C6_chemical_B2 +LQ09X010600 GDP-mannose transporter, putative 6.630079297 C6_chemical_B3 +LQ09X010600 GDP-mannose transporter, putative 6.122169687 C6_chemical_C1 +LQ09X010600 GDP-mannose transporter, putative 6.272658846 C6_chemical_C2 +LQ09X010600 GDP-mannose transporter, putative 6.220878703 C6_chemical_C3 +LQ09X010600 GDP-mannose transporter, putative 6.76902674 L4_control_A1 +LQ09X010600 GDP-mannose transporter, putative 6.841874323 L4_control_A2 +LQ09X010600 GDP-mannose transporter, putative 7.292633394 L4_control_A3 +LQ09X010600 GDP-mannose transporter, putative 7.022821497 L4_control_B1 +LQ09X010600 GDP-mannose transporter, putative 6.670767335 L4_control_B2 +LQ09X010600 GDP-mannose transporter, putative 6.552975113 L4_control_B3 +LQ09X010600 GDP-mannose transporter, putative 6.621572557 L4_control_C2 +LQ09X010600 GDP-mannose transporter, putative 7.413825377 L4_control_C3 +LQ09X010600 GDP-mannose transporter, putative 6.192858624 L4_chemical_A1 +LQ09X010600 GDP-mannose transporter, putative 6.548420272 L4_chemical_A2 +LQ09X010600 GDP-mannose transporter, putative 6.950796386 L4_chemical_A3 +LQ09X010600 GDP-mannose transporter, putative 6.852607274 L4_chemical_B1 +LQ09X010600 GDP-mannose transporter, putative 7.210476215 L4_chemical_B2 +LQ09X010600 GDP-mannose transporter, putative 6.65501968 L4_chemical_B3 +LQ09X010600 GDP-mannose transporter, putative 6.551093221 L4_chemical_C2 +LQ09X010600 GDP-mannose transporter, putative 6.773531486 L4_chemical_C3 +LQ09X010620 Hypothetical protein 5.751237565 C6_control_A1 +LQ09X010620 Hypothetical protein 6.013501353 C6_control_A3 +LQ09X010620 Hypothetical protein 6.375920614 C6_control_B1 +LQ09X010620 Hypothetical protein 7.581657777 C6_control_B2 +LQ09X010620 Hypothetical protein 7.123872064 C6_control_B3 +LQ09X010620 Hypothetical protein 12.83458029 C6_control_C1 +LQ09X010620 Hypothetical protein 12.28493423 C6_control_C2 +LQ09X010620 Hypothetical protein 14.47714465 C6_control_C3 +LQ09X010620 Hypothetical protein 5.901503341 C6_chemical_A1 +LQ09X010620 Hypothetical protein 6.225063007 C6_chemical_A3 +LQ09X010620 Hypothetical protein 6.284996482 C6_chemical_B1 +LQ09X010620 Hypothetical protein 8.542253183 C6_chemical_B2 +LQ09X010620 Hypothetical protein 7.067286519 C6_chemical_B3 +LQ09X010620 Hypothetical protein 14.11559044 C6_chemical_C1 +LQ09X010620 Hypothetical protein 12.19188309 C6_chemical_C2 +LQ09X010620 Hypothetical protein 15.396396 C6_chemical_C3 +LQ09X010620 Hypothetical protein 6.799036822 L4_control_A1 +LQ09X010620 Hypothetical protein 6.830512715 L4_control_A2 +LQ09X010620 Hypothetical protein 5.471623182 L4_control_A3 +LQ09X010620 Hypothetical protein 9.287549518 L4_control_B1 +LQ09X010620 Hypothetical protein 10.37452595 L4_control_B2 +LQ09X010620 Hypothetical protein 15.45861125 L4_control_B3 +LQ09X010620 Hypothetical protein 14.07649042 L4_control_C2 +LQ09X010620 Hypothetical protein 15.28606876 L4_control_C3 +LQ09X010620 Hypothetical protein 7.057106938 L4_chemical_A1 +LQ09X010620 Hypothetical protein 6.789759257 L4_chemical_A2 +LQ09X010620 Hypothetical protein 5.854887917 L4_chemical_A3 +LQ09X010620 Hypothetical protein 10.82341895 L4_chemical_B1 +LQ09X010620 Hypothetical protein 14.14275531 L4_chemical_B2 +LQ09X010620 Hypothetical protein 11.83739929 L4_chemical_B3 +LQ09X010620 Hypothetical protein 15.2957154 L4_chemical_C2 +LQ09X010620 Hypothetical protein 15.05410356 L4_chemical_C3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.85841638 C6_control_A1 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.95296828 C6_control_A3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.79457199 C6_control_B1 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.314221 C6_control_B2 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.50248098 C6_control_B3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.9436233 C6_control_C1 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.0001928 C6_control_C2 +LQ09X010640 3-ketoacyl-CoA synthase 11 10.69424016 C6_control_C3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.91529866 C6_chemical_A1 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.96915 C6_chemical_A3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.83901017 C6_chemical_B1 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.56916564 C6_chemical_B2 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.2659679 C6_chemical_B3 +LQ09X010640 3-ketoacyl-CoA synthase 11 12.36154299 C6_chemical_C1 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.48172485 C6_chemical_C2 +LQ09X010640 3-ketoacyl-CoA synthase 11 10.59777555 C6_chemical_C3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.95403258 L4_control_A1 +LQ09X010640 3-ketoacyl-CoA synthase 11 12.17310852 L4_control_A2 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.73308966 L4_control_A3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.84816238 L4_control_B1 +LQ09X010640 3-ketoacyl-CoA synthase 11 12.19068036 L4_control_B2 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.6989761 L4_control_B3 +LQ09X010640 3-ketoacyl-CoA synthase 11 10.89451406 L4_control_C2 +LQ09X010640 3-ketoacyl-CoA synthase 11 10.75606343 L4_control_C3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.77872545 L4_chemical_A1 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.98085781 L4_chemical_A2 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.81599242 L4_chemical_A3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.96778956 L4_chemical_B1 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.70170928 L4_chemical_B2 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.69679744 L4_chemical_B3 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.10749104 L4_chemical_C2 +LQ09X010640 3-ketoacyl-CoA synthase 11 10.52743738 L4_chemical_C3 +LQ09X010650 Probable histone H2A variant 3 6.239691058 C6_control_A1 +LQ09X010650 Probable histone H2A variant 3 6.299986941 C6_control_A3 +LQ09X010650 Probable histone H2A variant 3 5.796442412 C6_control_B1 +LQ09X010650 Probable histone H2A variant 3 6.566084003 C6_control_B2 +LQ09X010650 Probable histone H2A variant 3 6.019410537 C6_control_B3 +LQ09X010650 Probable histone H2A variant 3 6.17493357 C6_control_C1 +LQ09X010650 Probable histone H2A variant 3 6.874450693 C6_control_C2 +LQ09X010650 Probable histone H2A variant 3 5.961817144 C6_control_C3 +LQ09X010650 Probable histone H2A variant 3 6.046993294 C6_chemical_A1 +LQ09X010650 Probable histone H2A variant 3 5.717092931 C6_chemical_A3 +LQ09X010650 Probable histone H2A variant 3 5.879069941 C6_chemical_B1 +LQ09X010650 Probable histone H2A variant 3 6.268348396 C6_chemical_B2 +LQ09X010650 Probable histone H2A variant 3 6.087453747 C6_chemical_B3 +LQ09X010650 Probable histone H2A variant 3 6.306119274 C6_chemical_C1 +LQ09X010650 Probable histone H2A variant 3 6.542292602 C6_chemical_C2 +LQ09X010650 Probable histone H2A variant 3 6.252181891 C6_chemical_C3 +LQ09X010650 Probable histone H2A variant 3 5.886589411 L4_control_A1 +LQ09X010650 Probable histone H2A variant 3 6.26492829 L4_control_A2 +LQ09X010650 Probable histone H2A variant 3 5.384219112 L4_control_A3 +LQ09X010650 Probable histone H2A variant 3 5.72819306 L4_control_B1 +LQ09X010650 Probable histone H2A variant 3 6.533881322 L4_control_B2 +LQ09X010650 Probable histone H2A variant 3 6.058461914 L4_control_B3 +LQ09X010650 Probable histone H2A variant 3 6.588599153 L4_control_C2 +LQ09X010650 Probable histone H2A variant 3 5.585914216 L4_control_C3 +LQ09X010650 Probable histone H2A variant 3 6.053475579 L4_chemical_A1 +LQ09X010650 Probable histone H2A variant 3 5.51815539 L4_chemical_A2 +LQ09X010650 Probable histone H2A variant 3 5.265724497 L4_chemical_A3 +LQ09X010650 Probable histone H2A variant 3 6.620731176 L4_chemical_B1 +LQ09X010650 Probable histone H2A variant 3 7.382199656 L4_chemical_B2 +LQ09X010650 Probable histone H2A variant 3 6.01361024 L4_chemical_B3 +LQ09X010650 Probable histone H2A variant 3 5.604319595 L4_chemical_C2 +LQ09X010650 Probable histone H2A variant 3 6.309262721 L4_chemical_C3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 7.110278835 C6_control_A1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 5.926327684 C6_control_A3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 7.741289691 C6_control_B1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 8.121223971 C6_control_B2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 7.401663967 C6_control_B3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 8.117086299 C6_control_C1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 7.341139442 C6_control_C2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 7.804967455 C6_control_C3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.96293245 C6_chemical_A1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.137810337 C6_chemical_A3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.384930076 C6_chemical_B1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 7.774152515 C6_chemical_B2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 7.395415974 C6_chemical_B3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 7.990932639 C6_chemical_C1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 8.492022169 C6_chemical_C2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 8.062407469 C6_chemical_C3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.115081704 L4_control_A1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 5.892760576 L4_control_A2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 5.920742978 L4_control_A3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 5.38960911 L4_control_B1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.143688936 L4_control_B2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.781682975 L4_control_B3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.641443552 L4_control_C2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.044339148 L4_control_C3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.256153252 L4_chemical_A1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 5.742439972 L4_chemical_A2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 5.841651846 L4_chemical_A3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 5.793562638 L4_chemical_B1 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.213830985 L4_chemical_B2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.395105226 L4_chemical_B3 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.149364471 L4_chemical_C2 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.938081625 L4_chemical_C3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.348782352 C6_control_A1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 6.014345465 C6_control_A3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.922200619 C6_control_B1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.332405734 C6_control_B2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.82795077 C6_control_B3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.364457588 C6_control_C1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.967566479 C6_control_C2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.181023076 C6_control_C3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.845172016 C6_chemical_A1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.170403492 C6_chemical_A3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.578266604 C6_chemical_B1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.600180502 C6_chemical_B2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.745593409 C6_chemical_B3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.563536871 C6_chemical_C1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.213257034 C6_chemical_C2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.343516727 C6_chemical_C3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.626965061 L4_control_A1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.510873551 L4_control_A2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.725228886 L4_control_A3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.097318296 L4_control_B1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.616342329 L4_control_B2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.916319058 L4_control_B3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.411213216 L4_control_C2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.524779398 L4_control_C3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.542455541 L4_chemical_A1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.61449467 L4_chemical_A2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.539745246 L4_chemical_A3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.902600934 L4_chemical_B1 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.336341046 L4_chemical_B2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.671381934 L4_chemical_B3 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.419344325 L4_chemical_C2 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.827712953 L4_chemical_C3 +LQ09X010720 Predicted protein 10.68128634 C6_control_A1 +LQ09X010720 Predicted protein 10.57782945 C6_control_A3 +LQ09X010720 Predicted protein 11.12450945 C6_control_B1 +LQ09X010720 Predicted protein 10.63371636 C6_control_B2 +LQ09X010720 Predicted protein 11.17103987 C6_control_B3 +LQ09X010720 Predicted protein 10.70460845 C6_control_C1 +LQ09X010720 Predicted protein 10.82739398 C6_control_C2 +LQ09X010720 Predicted protein 10.83974616 C6_control_C3 +LQ09X010720 Predicted protein 10.67313039 C6_chemical_A1 +LQ09X010720 Predicted protein 10.88875163 C6_chemical_A3 +LQ09X010720 Predicted protein 11.19612079 C6_chemical_B1 +LQ09X010720 Predicted protein 10.52303386 C6_chemical_B2 +LQ09X010720 Predicted protein 11.14089419 C6_chemical_B3 +LQ09X010720 Predicted protein 10.6985834 C6_chemical_C1 +LQ09X010720 Predicted protein 10.73137927 C6_chemical_C2 +LQ09X010720 Predicted protein 10.97714319 C6_chemical_C3 +LQ09X010720 Predicted protein 10.30914268 L4_control_A1 +LQ09X010720 Predicted protein 10.68395292 L4_control_A2 +LQ09X010720 Predicted protein 10.0030477 L4_control_A3 +LQ09X010720 Predicted protein 11.1740872 L4_control_B1 +LQ09X010720 Predicted protein 11.26808476 L4_control_B2 +LQ09X010720 Predicted protein 10.88029374 L4_control_B3 +LQ09X010720 Predicted protein 11.05797958 L4_control_C2 +LQ09X010720 Predicted protein 11.32739338 L4_control_C3 +LQ09X010720 Predicted protein 10.3544686 L4_chemical_A1 +LQ09X010720 Predicted protein 10.89070195 L4_chemical_A2 +LQ09X010720 Predicted protein 9.717065337 L4_chemical_A3 +LQ09X010720 Predicted protein 11.36466972 L4_chemical_B1 +LQ09X010720 Predicted protein 11.12015301 L4_chemical_B2 +LQ09X010720 Predicted protein 10.79377932 L4_chemical_B3 +LQ09X010720 Predicted protein 11.30811958 L4_chemical_C2 +LQ09X010720 Predicted protein 11.33456563 L4_chemical_C3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.40584416 C6_control_A1 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.38539698 C6_control_A3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.35890179 C6_control_B1 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.45404722 C6_control_B2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.37947704 C6_control_B3 +LQ09X010770 GTP-binding nuclear protein Ran-3 14.93562587 C6_control_C1 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.41922408 C6_control_C2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.10386616 C6_control_C3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.4912521 C6_chemical_A1 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.3369485 C6_chemical_A3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.02880066 C6_chemical_B1 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.02009981 C6_chemical_B2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.34686913 C6_chemical_B3 +LQ09X010770 GTP-binding nuclear protein Ran-3 14.85835863 C6_chemical_C1 +LQ09X010770 GTP-binding nuclear protein Ran-3 14.87035691 C6_chemical_C2 +LQ09X010770 GTP-binding nuclear protein Ran-3 14.77438055 C6_chemical_C3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.55257257 L4_control_A1 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.49780339 L4_control_A2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.41395678 L4_control_A3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.13439449 L4_control_B1 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.25468635 L4_control_B2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.20073958 L4_control_B3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.17489277 L4_control_C2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.20513114 L4_control_C3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.17628978 L4_chemical_A1 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.1089439 L4_chemical_A2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.48129478 L4_chemical_A3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.2766243 L4_chemical_B1 +LQ09X010770 GTP-binding nuclear protein Ran-3 14.96984434 L4_chemical_B2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.57369812 L4_chemical_B3 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.2601188 L4_chemical_C2 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.08805393 L4_chemical_C3 +LQ09X010790 RNA binding protein, putative 5.171990552 C6_control_A1 +LQ09X010790 RNA binding protein, putative 4.936683133 C6_control_A3 +LQ09X010790 RNA binding protein, putative 4.977540271 C6_control_B1 +LQ09X010790 RNA binding protein, putative 5.710179567 C6_control_B2 +LQ09X010790 RNA binding protein, putative 5.789749652 C6_control_B3 +LQ09X010790 RNA binding protein, putative 6.654451832 C6_control_C1 +LQ09X010790 RNA binding protein, putative 5.384508767 C6_control_C2 +LQ09X010790 RNA binding protein, putative 6.320605267 C6_control_C3 +LQ09X010790 RNA binding protein, putative 5.264524606 C6_chemical_A1 +LQ09X010790 RNA binding protein, putative 5.444340125 C6_chemical_A3 +LQ09X010790 RNA binding protein, putative 5.267446098 C6_chemical_B1 +LQ09X010790 RNA binding protein, putative 5.68550906 C6_chemical_B2 +LQ09X010790 RNA binding protein, putative 5.519269768 C6_chemical_B3 +LQ09X010790 RNA binding protein, putative 5.764690697 C6_chemical_C1 +LQ09X010790 RNA binding protein, putative 5.839892286 C6_chemical_C2 +LQ09X010790 RNA binding protein, putative 6.196670218 C6_chemical_C3 +LQ09X010790 RNA binding protein, putative 5.652421884 L4_control_A1 +LQ09X010790 RNA binding protein, putative 5.229102341 L4_control_A2 +LQ09X010790 RNA binding protein, putative 5.541117986 L4_control_A3 +LQ09X010790 RNA binding protein, putative 5.213414188 L4_control_B1 +LQ09X010790 RNA binding protein, putative 5.646323281 L4_control_B2 +LQ09X010790 RNA binding protein, putative 6.175083147 L4_control_B3 +LQ09X010790 RNA binding protein, putative 6.875886863 L4_control_C2 +LQ09X010790 RNA binding protein, putative 5.625494728 L4_control_C3 +LQ09X010790 RNA binding protein, putative 5.369140282 L4_chemical_A1 +LQ09X010790 RNA binding protein, putative 5.621464294 L4_chemical_A2 +LQ09X010790 RNA binding protein, putative 5.752355495 L4_chemical_A3 +LQ09X010790 RNA binding protein, putative 5.293879823 L4_chemical_B1 +LQ09X010790 RNA binding protein, putative 5.672966633 L4_chemical_B2 +LQ09X010790 RNA binding protein, putative 5.605644811 L4_chemical_B3 +LQ09X010790 RNA binding protein, putative 6.210785034 L4_chemical_C2 +LQ09X010790 RNA binding protein, putative 6.778059275 L4_chemical_C3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.402510322 C6_control_A1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.790599031 C6_control_A3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.372003623 C6_control_B1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.045801461 C6_control_B2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.066075421 C6_control_B3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.175430832 C6_control_C1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.200526183 C6_control_C2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.142192716 C6_control_C3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.48619884 C6_chemical_A1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.431506799 C6_chemical_A3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.230365131 C6_chemical_B1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.063187581 C6_chemical_B2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.082448523 C6_chemical_B3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.176947638 C6_chemical_C1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.033323907 C6_chemical_C2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.21151854 C6_chemical_C3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.222752443 L4_control_A1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.715873902 L4_control_A2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 6.306485207 L4_control_A3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.362929953 L4_control_B1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.484984695 L4_control_B2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.392654004 L4_control_B3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.262128518 L4_control_C2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.189992521 L4_control_C3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.362663803 L4_chemical_A1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.451057488 L4_chemical_A2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.934970292 L4_chemical_A3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 4.998509335 L4_chemical_B1 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.245639735 L4_chemical_B2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.088653246 L4_chemical_B3 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.42916385 L4_chemical_C2 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.099075385 L4_chemical_C3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.402529801 C6_control_A1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.756517673 C6_control_A3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.628709029 C6_control_B1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.208973795 C6_control_B2 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.132423765 C6_control_B3 +LQ09X010830 Putative Acyl-protein thioesterase 2 6.01960459 C6_control_C1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.89825533 C6_control_C2 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.227845968 C6_control_C3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.442850244 C6_chemical_A1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.063366644 C6_chemical_A3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.705957009 C6_chemical_B1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.343532119 C6_chemical_B2 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.382778657 C6_chemical_B3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.624401565 C6_chemical_C1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.31562242 C6_chemical_C2 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.027839591 C6_chemical_C3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.342316544 L4_control_A1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.089962514 L4_control_A2 +LQ09X010830 Putative Acyl-protein thioesterase 2 4.951375957 L4_control_A3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.530057171 L4_control_B1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.520494079 L4_control_B2 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.115826086 L4_control_B3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.374399737 L4_control_C2 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.133943461 L4_control_C3 +LQ09X010830 Putative Acyl-protein thioesterase 2 4.974460368 L4_chemical_A1 +LQ09X010830 Putative Acyl-protein thioesterase 2 4.977340261 L4_chemical_A2 +LQ09X010830 Putative Acyl-protein thioesterase 2 4.788041958 L4_chemical_A3 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.554032817 L4_chemical_B1 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.175725746 L4_chemical_B2 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.316190517 L4_chemical_B3 +LQ09X010830 Putative Acyl-protein thioesterase 2 4.959201007 L4_chemical_C2 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.395040618 L4_chemical_C3 +LQ09X010840 UPF0326 protein At4g17486 10.45253845 C6_control_A1 +LQ09X010840 UPF0326 protein At4g17486 10.61431832 C6_control_A3 +LQ09X010840 UPF0326 protein At4g17486 9.963273862 C6_control_B1 +LQ09X010840 UPF0326 protein At4g17486 11.87978487 C6_control_B2 +LQ09X010840 UPF0326 protein At4g17486 10.6208639 C6_control_B3 +LQ09X010840 UPF0326 protein At4g17486 10.49117594 C6_control_C1 +LQ09X010840 UPF0326 protein At4g17486 10.7347341 C6_control_C2 +LQ09X010840 UPF0326 protein At4g17486 10.89619553 C6_control_C3 +LQ09X010840 UPF0326 protein At4g17486 9.995685333 C6_chemical_A1 +LQ09X010840 UPF0326 protein At4g17486 10.01870739 C6_chemical_A3 +LQ09X010840 UPF0326 protein At4g17486 9.223992672 C6_chemical_B1 +LQ09X010840 UPF0326 protein At4g17486 11.60882339 C6_chemical_B2 +LQ09X010840 UPF0326 protein At4g17486 9.798456866 C6_chemical_B3 +LQ09X010840 UPF0326 protein At4g17486 10.62782622 C6_chemical_C1 +LQ09X010840 UPF0326 protein At4g17486 10.89910214 C6_chemical_C2 +LQ09X010840 UPF0326 protein At4g17486 10.80379793 C6_chemical_C3 +LQ09X010840 UPF0326 protein At4g17486 10.59732018 L4_control_A1 +LQ09X010840 UPF0326 protein At4g17486 11.14470927 L4_control_A2 +LQ09X010840 UPF0326 protein At4g17486 9.523138959 L4_control_A3 +LQ09X010840 UPF0326 protein At4g17486 9.767596352 L4_control_B1 +LQ09X010840 UPF0326 protein At4g17486 9.013993258 L4_control_B2 +LQ09X010840 UPF0326 protein At4g17486 10.42627616 L4_control_B3 +LQ09X010840 UPF0326 protein At4g17486 7.35759861 L4_control_C2 +LQ09X010840 UPF0326 protein At4g17486 7.131534968 L4_control_C3 +LQ09X010840 UPF0326 protein At4g17486 10.36102079 L4_chemical_A1 +LQ09X010840 UPF0326 protein At4g17486 10.42813031 L4_chemical_A2 +LQ09X010840 UPF0326 protein At4g17486 9.625257709 L4_chemical_A3 +LQ09X010840 UPF0326 protein At4g17486 9.305472253 L4_chemical_B1 +LQ09X010840 UPF0326 protein At4g17486 9.0959866 L4_chemical_B2 +LQ09X010840 UPF0326 protein At4g17486 10.88058518 L4_chemical_B3 +LQ09X010840 UPF0326 protein At4g17486 7.579888518 L4_chemical_C2 +LQ09X010840 UPF0326 protein At4g17486 7.917948877 L4_chemical_C3 +LQ09X010880 Predicted protein 11.98526255 C6_control_A1 +LQ09X010880 Predicted protein 12.36140361 C6_control_A3 +LQ09X010880 Predicted protein 11.87357717 C6_control_B1 +LQ09X010880 Predicted protein 11.00320213 C6_control_B2 +LQ09X010880 Predicted protein 11.88176631 C6_control_B3 +LQ09X010880 Predicted protein 11.51342868 C6_control_C1 +LQ09X010880 Predicted protein 10.99817568 C6_control_C2 +LQ09X010880 Predicted protein 11.08660899 C6_control_C3 +LQ09X010880 Predicted protein 11.94727313 C6_chemical_A1 +LQ09X010880 Predicted protein 12.28076429 C6_chemical_A3 +LQ09X010880 Predicted protein 12.04605254 C6_chemical_B1 +LQ09X010880 Predicted protein 11.14924321 C6_chemical_B2 +LQ09X010880 Predicted protein 11.77026071 C6_chemical_B3 +LQ09X010880 Predicted protein 11.44432536 C6_chemical_C1 +LQ09X010880 Predicted protein 11.27360484 C6_chemical_C2 +LQ09X010880 Predicted protein 11.34456527 C6_chemical_C3 +LQ09X010880 Predicted protein 12.27993386 L4_control_A1 +LQ09X010880 Predicted protein 12.45824643 L4_control_A2 +LQ09X010880 Predicted protein 12.56288509 L4_control_A3 +LQ09X010880 Predicted protein 12.56526531 L4_control_B1 +LQ09X010880 Predicted protein 12.8594304 L4_control_B2 +LQ09X010880 Predicted protein 12.52000363 L4_control_B3 +LQ09X010880 Predicted protein 12.73653587 L4_control_C2 +LQ09X010880 Predicted protein 12.65115245 L4_control_C3 +LQ09X010880 Predicted protein 12.34094843 L4_chemical_A1 +LQ09X010880 Predicted protein 12.21663551 L4_chemical_A2 +LQ09X010880 Predicted protein 12.39991875 L4_chemical_A3 +LQ09X010880 Predicted protein 12.43569458 L4_chemical_B1 +LQ09X010880 Predicted protein 12.38500342 L4_chemical_B2 +LQ09X010880 Predicted protein 12.10307381 L4_chemical_B3 +LQ09X010880 Predicted protein 12.71235964 L4_chemical_C2 +LQ09X010880 Predicted protein 12.52385275 L4_chemical_C3 +LQ09X010900 Putative Chaperone protein dnaJ 5.800688277 C6_control_A1 +LQ09X010900 Putative Chaperone protein dnaJ 5.658861677 C6_control_A3 +LQ09X010900 Putative Chaperone protein dnaJ 5.339958651 C6_control_B1 +LQ09X010900 Putative Chaperone protein dnaJ 5.065150975 C6_control_B2 +LQ09X010900 Putative Chaperone protein dnaJ 5.451405862 C6_control_B3 +LQ09X010900 Putative Chaperone protein dnaJ 5.082832097 C6_control_C1 +LQ09X010900 Putative Chaperone protein dnaJ 5.506495754 C6_control_C2 +LQ09X010900 Putative Chaperone protein dnaJ 5.272771482 C6_control_C3 +LQ09X010900 Putative Chaperone protein dnaJ 5.275531473 C6_chemical_A1 +LQ09X010900 Putative Chaperone protein dnaJ 5.110947116 C6_chemical_A3 +LQ09X010900 Putative Chaperone protein dnaJ 5.307795175 C6_chemical_B1 +LQ09X010900 Putative Chaperone protein dnaJ 5.212200929 C6_chemical_B2 +LQ09X010900 Putative Chaperone protein dnaJ 5.346451754 C6_chemical_B3 +LQ09X010900 Putative Chaperone protein dnaJ 5.505368726 C6_chemical_C1 +LQ09X010900 Putative Chaperone protein dnaJ 5.166243135 C6_chemical_C2 +LQ09X010900 Putative Chaperone protein dnaJ 5.1095022 C6_chemical_C3 +LQ09X010900 Putative Chaperone protein dnaJ 5.387494483 L4_control_A1 +LQ09X010900 Putative Chaperone protein dnaJ 5.866625515 L4_control_A2 +LQ09X010900 Putative Chaperone protein dnaJ 5.289837557 L4_control_A3 +LQ09X010900 Putative Chaperone protein dnaJ 4.988937038 L4_control_B1 +LQ09X010900 Putative Chaperone protein dnaJ 5.171437343 L4_control_B2 +LQ09X010900 Putative Chaperone protein dnaJ 5.253492096 L4_control_B3 +LQ09X010900 Putative Chaperone protein dnaJ 5.614493484 L4_control_C2 +LQ09X010900 Putative Chaperone protein dnaJ 5.825573735 L4_control_C3 +LQ09X010900 Putative Chaperone protein dnaJ 5.552487495 L4_chemical_A1 +LQ09X010900 Putative Chaperone protein dnaJ 5.747796086 L4_chemical_A2 +LQ09X010900 Putative Chaperone protein dnaJ 5.322872893 L4_chemical_A3 +LQ09X010900 Putative Chaperone protein dnaJ 5.199666031 L4_chemical_B1 +LQ09X010900 Putative Chaperone protein dnaJ 5.679921217 L4_chemical_B2 +LQ09X010900 Putative Chaperone protein dnaJ 5.231560464 L4_chemical_B3 +LQ09X010900 Putative Chaperone protein dnaJ 5.438065013 L4_chemical_C2 +LQ09X010900 Putative Chaperone protein dnaJ 5.200839573 L4_chemical_C3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.86423299 C6_control_A1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.44111033 C6_control_A3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.71470537 C6_control_B1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 13.40083363 C6_control_B2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.74928313 C6_control_B3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 13.67662872 C6_control_C1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 13.19062701 C6_control_C2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.95120736 C6_control_C3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.91115585 C6_chemical_A1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.62518681 C6_chemical_A3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.72312761 C6_chemical_B1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 13.59878773 C6_chemical_B2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.51214563 C6_chemical_B3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 13.6362446 C6_chemical_C1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 13.48638178 C6_chemical_C2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 13.39276737 C6_chemical_C3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.73741351 L4_control_A1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.76122599 L4_control_A2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.23166379 L4_control_A3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.79936121 L4_control_B1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.68050506 L4_control_B2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 13.05285155 L4_control_B3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.31691655 L4_control_C2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 11.90835326 L4_control_C3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.51944973 L4_chemical_A1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.78842695 L4_chemical_A2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.32430541 L4_chemical_A3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.41170672 L4_chemical_B1 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.27691991 L4_chemical_B2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.89061722 L4_chemical_B3 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.33081027 L4_chemical_C2 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.33264745 L4_chemical_C3 +LQ09X010980 Putative uncharacterized protein 10.92751878 C6_control_A1 +LQ09X010980 Putative uncharacterized protein 10.54369242 C6_control_A3 +LQ09X010980 Putative uncharacterized protein 11.33855929 C6_control_B1 +LQ09X010980 Putative uncharacterized protein 10.60518017 C6_control_B2 +LQ09X010980 Putative uncharacterized protein 11.06035445 C6_control_B3 +LQ09X010980 Putative uncharacterized protein 11.0125181 C6_control_C1 +LQ09X010980 Putative uncharacterized protein 10.86917686 C6_control_C2 +LQ09X010980 Putative uncharacterized protein 11.23356953 C6_control_C3 +LQ09X010980 Putative uncharacterized protein 10.68612756 C6_chemical_A1 +LQ09X010980 Putative uncharacterized protein 9.961973229 C6_chemical_A3 +LQ09X010980 Putative uncharacterized protein 10.91869506 C6_chemical_B1 +LQ09X010980 Putative uncharacterized protein 10.1730729 C6_chemical_B2 +LQ09X010980 Putative uncharacterized protein 10.8416363 C6_chemical_B3 +LQ09X010980 Putative uncharacterized protein 10.54473908 C6_chemical_C1 +LQ09X010980 Putative uncharacterized protein 10.45716994 C6_chemical_C2 +LQ09X010980 Putative uncharacterized protein 10.1073542 C6_chemical_C3 +LQ09X010980 Putative uncharacterized protein 10.20704165 L4_control_A1 +LQ09X010980 Putative uncharacterized protein 9.698551041 L4_control_A2 +LQ09X010980 Putative uncharacterized protein 9.600030342 L4_control_A3 +LQ09X010980 Putative uncharacterized protein 10.82473954 L4_control_B1 +LQ09X010980 Putative uncharacterized protein 10.81016055 L4_control_B2 +LQ09X010980 Putative uncharacterized protein 10.61399637 L4_control_B3 +LQ09X010980 Putative uncharacterized protein 11.570005 L4_control_C2 +LQ09X010980 Putative uncharacterized protein 10.66011391 L4_control_C3 +LQ09X010980 Putative uncharacterized protein 9.734730295 L4_chemical_A1 +LQ09X010980 Putative uncharacterized protein 9.622074888 L4_chemical_A2 +LQ09X010980 Putative uncharacterized protein 9.698522574 L4_chemical_A3 +LQ09X010980 Putative uncharacterized protein 10.88595952 L4_chemical_B1 +LQ09X010980 Putative uncharacterized protein 10.83004596 L4_chemical_B2 +LQ09X010980 Putative uncharacterized protein 10.31468208 L4_chemical_B3 +LQ09X010980 Putative uncharacterized protein 11.61397358 L4_chemical_C2 +LQ09X010980 Putative uncharacterized protein 10.81908049 L4_chemical_C3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.637774664 C6_control_A1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 6.399908006 C6_control_A3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.691690729 C6_control_B1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.629324096 C6_control_B2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.690764311 C6_control_B3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.646248337 C6_control_C1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.977733493 C6_control_C2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.590046141 C6_control_C3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.785782219 C6_chemical_A1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.526291325 C6_chemical_A3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.254303045 C6_chemical_B1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.533676808 C6_chemical_B2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.621858715 C6_chemical_B3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.332389225 C6_chemical_C1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.852587853 C6_chemical_C2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.581732397 C6_chemical_C3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.688492307 L4_control_A1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.651043497 L4_control_A2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.762493024 L4_control_A3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 6.390125788 L4_control_B1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.533985977 L4_control_B2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.622785298 L4_control_B3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.19311735 L4_control_C2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.961119881 L4_control_C3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.589695487 L4_chemical_A1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.704608697 L4_chemical_A2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.532028647 L4_chemical_A3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.600478686 L4_chemical_B1 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.432404071 L4_chemical_B2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.618508117 L4_chemical_B3 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.404001742 L4_chemical_C2 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.655467751 L4_chemical_C3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.31838485 C6_control_A1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.38412562 C6_control_A3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.09959674 C6_control_B1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.04965543 C6_control_B2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.89227516 C6_control_B3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.73340707 C6_control_C1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.62646636 C6_control_C2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.23963823 C6_control_C3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.46639863 C6_chemical_A1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.1531238 C6_chemical_A3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.43747965 C6_chemical_B1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.93018464 C6_chemical_B2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.4047553 C6_chemical_B3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.56079016 C6_chemical_C1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.51680274 C6_chemical_C2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 9.576495195 C6_chemical_C3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.21177735 L4_control_A1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.45711634 L4_control_A2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.13393994 L4_control_A3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.01068289 L4_control_B1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.6629249 L4_control_B2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.33284786 L4_control_B3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.0741258 L4_control_C2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.07005935 L4_control_C3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.75044835 L4_chemical_A1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.51568368 L4_chemical_A2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.79379726 L4_chemical_A3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.41902937 L4_chemical_B1 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.37907237 L4_chemical_B2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 10.49204933 L4_chemical_B3 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.43474466 L4_chemical_C2 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.14651658 L4_chemical_C3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.896540553 C6_control_A1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.208043716 C6_control_A3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.625238079 C6_control_B1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.337945653 C6_control_B2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.507437876 C6_control_B3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 6.808873141 C6_control_C1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 6.481671186 C6_control_C2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 5.761934436 C6_control_C3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.109891538 C6_chemical_A1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.393680681 C6_chemical_A3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.996661323 C6_chemical_B1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.268909467 C6_chemical_B2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.552958252 C6_chemical_B3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 7.008473105 C6_chemical_C1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 6.778786045 C6_chemical_C2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 5.783744898 C6_chemical_C3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.256090993 L4_control_A1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 10.00490577 L4_control_A2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 10.31990663 L4_control_A3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.027665717 L4_control_B1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.865554401 L4_control_B2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.693846306 L4_control_B3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 6.442720503 L4_control_C2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 6.233340729 L4_control_C3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.859845902 L4_chemical_A1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.393304141 L4_chemical_A2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.529753862 L4_chemical_A3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.993336438 L4_chemical_B1 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.670400134 L4_chemical_B2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 8.839346812 L4_chemical_B3 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 6.187526961 L4_chemical_C2 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 5.567644936 L4_chemical_C3 +LQ09X011070 Predicted protein 11.72494057 C6_control_A1 +LQ09X011070 Predicted protein 11.70588699 C6_control_A3 +LQ09X011070 Predicted protein 11.56075197 C6_control_B1 +LQ09X011070 Predicted protein 11.33314054 C6_control_B2 +LQ09X011070 Predicted protein 11.85633201 C6_control_B3 +LQ09X011070 Predicted protein 11.90481976 C6_control_C1 +LQ09X011070 Predicted protein 11.88871548 C6_control_C2 +LQ09X011070 Predicted protein 12.41071719 C6_control_C3 +LQ09X011070 Predicted protein 11.76629264 C6_chemical_A1 +LQ09X011070 Predicted protein 11.79844062 C6_chemical_A3 +LQ09X011070 Predicted protein 11.40965375 C6_chemical_B1 +LQ09X011070 Predicted protein 11.0841021 C6_chemical_B2 +LQ09X011070 Predicted protein 11.80841166 C6_chemical_B3 +LQ09X011070 Predicted protein 11.88824078 C6_chemical_C1 +LQ09X011070 Predicted protein 11.89552969 C6_chemical_C2 +LQ09X011070 Predicted protein 12.27610496 C6_chemical_C3 +LQ09X011070 Predicted protein 11.50386954 L4_control_A1 +LQ09X011070 Predicted protein 11.19058335 L4_control_A2 +LQ09X011070 Predicted protein 11.30819421 L4_control_A3 +LQ09X011070 Predicted protein 11.26618603 L4_control_B1 +LQ09X011070 Predicted protein 11.66434704 L4_control_B2 +LQ09X011070 Predicted protein 11.69686974 L4_control_B3 +LQ09X011070 Predicted protein 12.49030142 L4_control_C2 +LQ09X011070 Predicted protein 12.58346218 L4_control_C3 +LQ09X011070 Predicted protein 11.51820941 L4_chemical_A1 +LQ09X011070 Predicted protein 11.37487733 L4_chemical_A2 +LQ09X011070 Predicted protein 11.48800922 L4_chemical_A3 +LQ09X011070 Predicted protein 11.53459593 L4_chemical_B1 +LQ09X011070 Predicted protein 11.68215726 L4_chemical_B2 +LQ09X011070 Predicted protein 11.38075985 L4_chemical_B3 +LQ09X011070 Predicted protein 12.24361445 L4_chemical_C2 +LQ09X011070 Predicted protein 12.34013687 L4_chemical_C3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.865244199 C6_control_A1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.32431621 C6_control_A3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.939454994 C6_control_B1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.50381 C6_control_B2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.17369124 C6_control_B3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 11.57571 C6_control_C1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 11.39843322 C6_control_C2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 11.02680233 C6_control_C3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.27860388 C6_chemical_A1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.02778019 C6_chemical_A3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.30880264 C6_chemical_B1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.80163739 C6_chemical_B2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.42541258 C6_chemical_B3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 11.57348071 C6_chemical_C1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 11.60625013 C6_chemical_C2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 11.04153908 C6_chemical_C3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.707295156 L4_control_A1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.226227496 L4_control_A2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 8.01554566 L4_control_A3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 8.761134278 L4_control_B1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.784846031 L4_control_B2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.853700381 L4_control_B3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.09997089 L4_control_C2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.61650615 L4_control_C3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.29404012 L4_chemical_A1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 8.95432511 L4_chemical_A2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 7.724512473 L4_chemical_A3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 8.937995389 L4_chemical_B1 +LQ09X011090 F-box/kelch-repeat protein At1g55270 8.488711657 L4_chemical_B2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.805231875 L4_chemical_B3 +LQ09X011090 F-box/kelch-repeat protein At1g55270 9.652892507 L4_chemical_C2 +LQ09X011090 F-box/kelch-repeat protein At1g55270 8.732526102 L4_chemical_C3 +LQ09X011100 Putative Probable ethanolamine kinase A 11.35504556 C6_control_A1 +LQ09X011100 Putative Probable ethanolamine kinase A 11.33426013 C6_control_A3 +LQ09X011100 Putative Probable ethanolamine kinase A 11.43883308 C6_control_B1 +LQ09X011100 Putative Probable ethanolamine kinase A 11.14451922 C6_control_B2 +LQ09X011100 Putative Probable ethanolamine kinase A 11.29058032 C6_control_B3 +LQ09X011100 Putative Probable ethanolamine kinase A 11.44522117 C6_control_C1 +LQ09X011100 Putative Probable ethanolamine kinase A 10.97104437 C6_control_C2 +LQ09X011100 Putative Probable ethanolamine kinase A 11.21501666 C6_control_C3 +LQ09X011100 Putative Probable ethanolamine kinase A 11.09073193 C6_chemical_A1 +LQ09X011100 Putative Probable ethanolamine kinase A 11.18269739 C6_chemical_A3 +LQ09X011100 Putative Probable ethanolamine kinase A 10.87616073 C6_chemical_B1 +LQ09X011100 Putative Probable ethanolamine kinase A 11.19532952 C6_chemical_B2 +LQ09X011100 Putative Probable ethanolamine kinase A 11.07233915 C6_chemical_B3 +LQ09X011100 Putative Probable ethanolamine kinase A 11.58146687 C6_chemical_C1 +LQ09X011100 Putative Probable ethanolamine kinase A 10.97664133 C6_chemical_C2 +LQ09X011100 Putative Probable ethanolamine kinase A 10.98343315 C6_chemical_C3 +LQ09X011100 Putative Probable ethanolamine kinase A 11.53917919 L4_control_A1 +LQ09X011100 Putative Probable ethanolamine kinase A 11.47642497 L4_control_A2 +LQ09X011100 Putative Probable ethanolamine kinase A 11.31417066 L4_control_A3 +LQ09X011100 Putative Probable ethanolamine kinase A 11.22135277 L4_control_B1 +LQ09X011100 Putative Probable ethanolamine kinase A 10.84106098 L4_control_B2 +LQ09X011100 Putative Probable ethanolamine kinase A 11.25613197 L4_control_B3 +LQ09X011100 Putative Probable ethanolamine kinase A 10.46506393 L4_control_C2 +LQ09X011100 Putative Probable ethanolamine kinase A 10.74807151 L4_control_C3 +LQ09X011100 Putative Probable ethanolamine kinase A 11.7488306 L4_chemical_A1 +LQ09X011100 Putative Probable ethanolamine kinase A 11.34900536 L4_chemical_A2 +LQ09X011100 Putative Probable ethanolamine kinase A 11.57944109 L4_chemical_A3 +LQ09X011100 Putative Probable ethanolamine kinase A 10.85004915 L4_chemical_B1 +LQ09X011100 Putative Probable ethanolamine kinase A 10.93239412 L4_chemical_B2 +LQ09X011100 Putative Probable ethanolamine kinase A 11.50789445 L4_chemical_B3 +LQ09X011100 Putative Probable ethanolamine kinase A 10.22729454 L4_chemical_C2 +LQ09X011100 Putative Probable ethanolamine kinase A 10.86757498 L4_chemical_C3 +LQ09X011120 Putative uncharacterized protein 6.949544347 C6_control_A1 +LQ09X011120 Putative uncharacterized protein 6.511405609 C6_control_A3 +LQ09X011120 Putative uncharacterized protein 7.071779469 C6_control_B1 +LQ09X011120 Putative uncharacterized protein 6.929667458 C6_control_B2 +LQ09X011120 Putative uncharacterized protein 6.019470098 C6_control_B3 +LQ09X011120 Putative uncharacterized protein 7.447724897 C6_control_C1 +LQ09X011120 Putative uncharacterized protein 6.201592845 C6_control_C2 +LQ09X011120 Putative uncharacterized protein 7.467797889 C6_control_C3 +LQ09X011120 Putative uncharacterized protein 6.830747868 C6_chemical_A1 +LQ09X011120 Putative uncharacterized protein 7.809532316 C6_chemical_A3 +LQ09X011120 Putative uncharacterized protein 7.39992511 C6_chemical_B1 +LQ09X011120 Putative uncharacterized protein 6.721525797 C6_chemical_B2 +LQ09X011120 Putative uncharacterized protein 6.401009091 C6_chemical_B3 +LQ09X011120 Putative uncharacterized protein 7.210030245 C6_chemical_C1 +LQ09X011120 Putative uncharacterized protein 7.071961636 C6_chemical_C2 +LQ09X011120 Putative uncharacterized protein 7.341626046 C6_chemical_C3 +LQ09X011120 Putative uncharacterized protein 7.625454322 L4_control_A1 +LQ09X011120 Putative uncharacterized protein 7.200554541 L4_control_A2 +LQ09X011120 Putative uncharacterized protein 8.755696657 L4_control_A3 +LQ09X011120 Putative uncharacterized protein 6.478776203 L4_control_B1 +LQ09X011120 Putative uncharacterized protein 6.620010954 L4_control_B2 +LQ09X011120 Putative uncharacterized protein 7.010623442 L4_control_B3 +LQ09X011120 Putative uncharacterized protein 7.713360188 L4_control_C2 +LQ09X011120 Putative uncharacterized protein 7.4300962 L4_control_C3 +LQ09X011120 Putative uncharacterized protein 7.702111286 L4_chemical_A1 +LQ09X011120 Putative uncharacterized protein 7.252234747 L4_chemical_A2 +LQ09X011120 Putative uncharacterized protein 8.098477755 L4_chemical_A3 +LQ09X011120 Putative uncharacterized protein 7.047801227 L4_chemical_B1 +LQ09X011120 Putative uncharacterized protein 7.078511384 L4_chemical_B2 +LQ09X011120 Putative uncharacterized protein 6.834684806 L4_chemical_B3 +LQ09X011120 Putative uncharacterized protein 7.581146733 L4_chemical_C2 +LQ09X011120 Putative uncharacterized protein 7.639208518 L4_chemical_C3 +LQ09X011130 Uncharacterized protein At2g34160 13.36566625 C6_control_A1 +LQ09X011130 Uncharacterized protein At2g34160 13.89048438 C6_control_A3 +LQ09X011130 Uncharacterized protein At2g34160 12.83138997 C6_control_B1 +LQ09X011130 Uncharacterized protein At2g34160 12.64375573 C6_control_B2 +LQ09X011130 Uncharacterized protein At2g34160 12.75779211 C6_control_B3 +LQ09X011130 Uncharacterized protein At2g34160 12.94693504 C6_control_C1 +LQ09X011130 Uncharacterized protein At2g34160 12.9128945 C6_control_C2 +LQ09X011130 Uncharacterized protein At2g34160 12.7643871 C6_control_C3 +LQ09X011130 Uncharacterized protein At2g34160 13.34668472 C6_chemical_A1 +LQ09X011130 Uncharacterized protein At2g34160 13.27802315 C6_chemical_A3 +LQ09X011130 Uncharacterized protein At2g34160 12.66307458 C6_chemical_B1 +LQ09X011130 Uncharacterized protein At2g34160 12.38812917 C6_chemical_B2 +LQ09X011130 Uncharacterized protein At2g34160 12.73903195 C6_chemical_B3 +LQ09X011130 Uncharacterized protein At2g34160 13.04600212 C6_chemical_C1 +LQ09X011130 Uncharacterized protein At2g34160 12.89155711 C6_chemical_C2 +LQ09X011130 Uncharacterized protein At2g34160 12.76860393 C6_chemical_C3 +LQ09X011130 Uncharacterized protein At2g34160 13.58318006 L4_control_A1 +LQ09X011130 Uncharacterized protein At2g34160 12.95494171 L4_control_A2 +LQ09X011130 Uncharacterized protein At2g34160 13.63110481 L4_control_A3 +LQ09X011130 Uncharacterized protein At2g34160 12.46977758 L4_control_B1 +LQ09X011130 Uncharacterized protein At2g34160 11.96115229 L4_control_B2 +LQ09X011130 Uncharacterized protein At2g34160 12.6760981 L4_control_B3 +LQ09X011130 Uncharacterized protein At2g34160 13.20901642 L4_control_C2 +LQ09X011130 Uncharacterized protein At2g34160 13.03407219 L4_control_C3 +LQ09X011130 Uncharacterized protein At2g34160 12.80145144 L4_chemical_A1 +LQ09X011130 Uncharacterized protein At2g34160 12.7345041 L4_chemical_A2 +LQ09X011130 Uncharacterized protein At2g34160 13.46519825 L4_chemical_A3 +LQ09X011130 Uncharacterized protein At2g34160 12.54448775 L4_chemical_B1 +LQ09X011130 Uncharacterized protein At2g34160 12.10012723 L4_chemical_B2 +LQ09X011130 Uncharacterized protein At2g34160 12.69149839 L4_chemical_B3 +LQ09X011130 Uncharacterized protein At2g34160 13.26616721 L4_chemical_C2 +LQ09X011130 Uncharacterized protein At2g34160 12.99260049 L4_chemical_C3 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.534779104 C6_control_A1 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.530559445 C6_control_A3 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.938861124 C6_control_B1 +LQ09X011160 Putative Chaperone protein dnaJ 49 8.426292943 C6_control_B2 +LQ09X011160 Putative Chaperone protein dnaJ 49 8.174982856 C6_control_B3 +LQ09X011160 Putative Chaperone protein dnaJ 49 8.272593433 C6_control_C1 +LQ09X011160 Putative Chaperone protein dnaJ 49 8.460708942 C6_control_C2 +LQ09X011160 Putative Chaperone protein dnaJ 49 8.039669961 C6_control_C3 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.404905796 C6_chemical_A1 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.134219784 C6_chemical_A3 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.569642517 C6_chemical_B1 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.862963419 C6_chemical_B2 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.138318762 C6_chemical_B3 +LQ09X011160 Putative Chaperone protein dnaJ 49 8.298073036 C6_chemical_C1 +LQ09X011160 Putative Chaperone protein dnaJ 49 8.159083751 C6_chemical_C2 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.152025026 C6_chemical_C3 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.467211939 L4_control_A1 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.647543058 L4_control_A2 +LQ09X011160 Putative Chaperone protein dnaJ 49 5.893025335 L4_control_A3 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.20384904 L4_control_B1 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.792308341 L4_control_B2 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.216121609 L4_control_B3 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.216166861 L4_control_C2 +LQ09X011160 Putative Chaperone protein dnaJ 49 5.648439422 L4_control_C3 +LQ09X011160 Putative Chaperone protein dnaJ 49 5.924909728 L4_chemical_A1 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.121707692 L4_chemical_A2 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.391669826 L4_chemical_A3 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.893215755 L4_chemical_B1 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.273836533 L4_chemical_B2 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.326905553 L4_chemical_B3 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.873385732 L4_chemical_C2 +LQ09X011160 Putative Chaperone protein dnaJ 49 6.223764051 L4_chemical_C3 +LQ09X011200 NHP2-like protein 1 14.7386404 C6_control_A1 +LQ09X011200 NHP2-like protein 1 14.99932653 C6_control_A3 +LQ09X011200 NHP2-like protein 1 14.56450828 C6_control_B1 +LQ09X011200 NHP2-like protein 1 14.79315667 C6_control_B2 +LQ09X011200 NHP2-like protein 1 14.66933166 C6_control_B3 +LQ09X011200 NHP2-like protein 1 14.74066586 C6_control_C1 +LQ09X011200 NHP2-like protein 1 14.93812808 C6_control_C2 +LQ09X011200 NHP2-like protein 1 14.92277808 C6_control_C3 +LQ09X011200 NHP2-like protein 1 14.69883641 C6_chemical_A1 +LQ09X011200 NHP2-like protein 1 14.65994706 C6_chemical_A3 +LQ09X011200 NHP2-like protein 1 14.33362683 C6_chemical_B1 +LQ09X011200 NHP2-like protein 1 14.16181247 C6_chemical_B2 +LQ09X011200 NHP2-like protein 1 14.54934348 C6_chemical_B3 +LQ09X011200 NHP2-like protein 1 14.44630994 C6_chemical_C1 +LQ09X011200 NHP2-like protein 1 14.67296277 C6_chemical_C2 +LQ09X011200 NHP2-like protein 1 14.3312624 C6_chemical_C3 +LQ09X011200 NHP2-like protein 1 15.1690979 L4_control_A1 +LQ09X011200 NHP2-like protein 1 15.2711805 L4_control_A2 +LQ09X011200 NHP2-like protein 1 15.1057528 L4_control_A3 +LQ09X011200 NHP2-like protein 1 14.59617214 L4_control_B1 +LQ09X011200 NHP2-like protein 1 14.18791253 L4_control_B2 +LQ09X011200 NHP2-like protein 1 14.7381502 L4_control_B3 +LQ09X011200 NHP2-like protein 1 14.44355588 L4_control_C2 +LQ09X011200 NHP2-like protein 1 15.07829227 L4_control_C3 +LQ09X011200 NHP2-like protein 1 14.80904235 L4_chemical_A1 +LQ09X011200 NHP2-like protein 1 14.984129 L4_chemical_A2 +LQ09X011200 NHP2-like protein 1 15.00491354 L4_chemical_A3 +LQ09X011200 NHP2-like protein 1 14.57593049 L4_chemical_B1 +LQ09X011200 NHP2-like protein 1 14.58820156 L4_chemical_B2 +LQ09X011200 NHP2-like protein 1 14.64884972 L4_chemical_B3 +LQ09X011200 NHP2-like protein 1 14.52853239 L4_chemical_C2 +LQ09X011200 NHP2-like protein 1 14.95948797 L4_chemical_C3 +LQ09X011210 Histone H3.2 14.98125302 C6_control_A1 +LQ09X011210 Histone H3.2 15.12511662 C6_control_A3 +LQ09X011210 Histone H3.2 14.21015444 C6_control_B1 +LQ09X011210 Histone H3.2 12.09700436 C6_control_B2 +LQ09X011210 Histone H3.2 12.1179979 C6_control_B3 +LQ09X011210 Histone H3.2 8.66379624 C6_control_C1 +LQ09X011210 Histone H3.2 9.065938845 C6_control_C2 +LQ09X011210 Histone H3.2 9.749389405 C6_control_C3 +LQ09X011210 Histone H3.2 14.90672822 C6_chemical_A1 +LQ09X011210 Histone H3.2 14.65650162 C6_chemical_A3 +LQ09X011210 Histone H3.2 11.93921995 C6_chemical_B1 +LQ09X011210 Histone H3.2 9.694231886 C6_chemical_B2 +LQ09X011210 Histone H3.2 11.80259673 C6_chemical_B3 +LQ09X011210 Histone H3.2 8.792354546 C6_chemical_C1 +LQ09X011210 Histone H3.2 8.640588827 C6_chemical_C2 +LQ09X011210 Histone H3.2 10.09566657 C6_chemical_C3 +LQ09X011210 Histone H3.2 14.84886432 L4_control_A1 +LQ09X011210 Histone H3.2 14.60380836 L4_control_A2 +LQ09X011210 Histone H3.2 14.52107184 L4_control_A3 +LQ09X011210 Histone H3.2 10.91450012 L4_control_B1 +LQ09X011210 Histone H3.2 12.79407103 L4_control_B2 +LQ09X011210 Histone H3.2 10.61626241 L4_control_B3 +LQ09X011210 Histone H3.2 10.85054265 L4_control_C2 +LQ09X011210 Histone H3.2 11.49292862 L4_control_C3 +LQ09X011210 Histone H3.2 13.27857611 L4_chemical_A1 +LQ09X011210 Histone H3.2 13.75137771 L4_chemical_A2 +LQ09X011210 Histone H3.2 14.26319675 L4_chemical_A3 +LQ09X011210 Histone H3.2 11.80003929 L4_chemical_B1 +LQ09X011210 Histone H3.2 13.38807099 L4_chemical_B2 +LQ09X011210 Histone H3.2 14.43289611 L4_chemical_B3 +LQ09X011210 Histone H3.2 11.3597671 L4_chemical_C2 +LQ09X011210 Histone H3.2 11.24824312 L4_chemical_C3 +LQ09X011250 Putative Solute carrier family 35 member E1 12.2861384 C6_control_A1 +LQ09X011250 Putative Solute carrier family 35 member E1 11.66026388 C6_control_A3 +LQ09X011250 Putative Solute carrier family 35 member E1 13.23624268 C6_control_B1 +LQ09X011250 Putative Solute carrier family 35 member E1 13.43142119 C6_control_B2 +LQ09X011250 Putative Solute carrier family 35 member E1 13.37809317 C6_control_B3 +LQ09X011250 Putative Solute carrier family 35 member E1 13.99202038 C6_control_C1 +LQ09X011250 Putative Solute carrier family 35 member E1 13.98133791 C6_control_C2 +LQ09X011250 Putative Solute carrier family 35 member E1 14.10918797 C6_control_C3 +LQ09X011250 Putative Solute carrier family 35 member E1 12.06592716 C6_chemical_A1 +LQ09X011250 Putative Solute carrier family 35 member E1 11.56010703 C6_chemical_A3 +LQ09X011250 Putative Solute carrier family 35 member E1 12.94767337 C6_chemical_B1 +LQ09X011250 Putative Solute carrier family 35 member E1 12.77450996 C6_chemical_B2 +LQ09X011250 Putative Solute carrier family 35 member E1 13.60930281 C6_chemical_B3 +LQ09X011250 Putative Solute carrier family 35 member E1 13.38223965 C6_chemical_C1 +LQ09X011250 Putative Solute carrier family 35 member E1 13.65913611 C6_chemical_C2 +LQ09X011250 Putative Solute carrier family 35 member E1 13.60234268 C6_chemical_C3 +LQ09X011250 Putative Solute carrier family 35 member E1 11.32575575 L4_control_A1 +LQ09X011250 Putative Solute carrier family 35 member E1 11.83626928 L4_control_A2 +LQ09X011250 Putative Solute carrier family 35 member E1 10.4602089 L4_control_A3 +LQ09X011250 Putative Solute carrier family 35 member E1 12.70078169 L4_control_B1 +LQ09X011250 Putative Solute carrier family 35 member E1 12.13153581 L4_control_B2 +LQ09X011250 Putative Solute carrier family 35 member E1 13.58515368 L4_control_B3 +LQ09X011250 Putative Solute carrier family 35 member E1 13.34341549 L4_control_C2 +LQ09X011250 Putative Solute carrier family 35 member E1 12.75872423 L4_control_C3 +LQ09X011250 Putative Solute carrier family 35 member E1 12.03821735 L4_chemical_A1 +LQ09X011250 Putative Solute carrier family 35 member E1 11.97317136 L4_chemical_A2 +LQ09X011250 Putative Solute carrier family 35 member E1 11.21400044 L4_chemical_A3 +LQ09X011250 Putative Solute carrier family 35 member E1 12.71793499 L4_chemical_B1 +LQ09X011250 Putative Solute carrier family 35 member E1 12.5945879 L4_chemical_B2 +LQ09X011250 Putative Solute carrier family 35 member E1 12.52316022 L4_chemical_B3 +LQ09X011250 Putative Solute carrier family 35 member E1 13.29169417 L4_chemical_C2 +LQ09X011250 Putative Solute carrier family 35 member E1 12.98612157 L4_chemical_C3 +LQ09X011260 Predicted protein 11.81216562 C6_control_A1 +LQ09X011260 Predicted protein 11.82565275 C6_control_A3 +LQ09X011260 Predicted protein 11.63402065 C6_control_B1 +LQ09X011260 Predicted protein 10.65095949 C6_control_B2 +LQ09X011260 Predicted protein 11.25446503 C6_control_B3 +LQ09X011260 Predicted protein 11.09482652 C6_control_C1 +LQ09X011260 Predicted protein 10.69689235 C6_control_C2 +LQ09X011260 Predicted protein 11.17584179 C6_control_C3 +LQ09X011260 Predicted protein 11.63992033 C6_chemical_A1 +LQ09X011260 Predicted protein 11.97370896 C6_chemical_A3 +LQ09X011260 Predicted protein 11.409218 C6_chemical_B1 +LQ09X011260 Predicted protein 10.36949717 C6_chemical_B2 +LQ09X011260 Predicted protein 10.9688278 C6_chemical_B3 +LQ09X011260 Predicted protein 10.76572082 C6_chemical_C1 +LQ09X011260 Predicted protein 10.42091485 C6_chemical_C2 +LQ09X011260 Predicted protein 10.33916857 C6_chemical_C3 +LQ09X011260 Predicted protein 12.06978556 L4_control_A1 +LQ09X011260 Predicted protein 12.45609606 L4_control_A2 +LQ09X011260 Predicted protein 12.19077099 L4_control_A3 +LQ09X011260 Predicted protein 11.30546255 L4_control_B1 +LQ09X011260 Predicted protein 11.96143094 L4_control_B2 +LQ09X011260 Predicted protein 11.26032173 L4_control_B3 +LQ09X011260 Predicted protein 11.37683549 L4_control_C2 +LQ09X011260 Predicted protein 11.40051326 L4_control_C3 +LQ09X011260 Predicted protein 11.90876049 L4_chemical_A1 +LQ09X011260 Predicted protein 11.92656952 L4_chemical_A2 +LQ09X011260 Predicted protein 12.05782267 L4_chemical_A3 +LQ09X011260 Predicted protein 11.41649821 L4_chemical_B1 +LQ09X011260 Predicted protein 11.768529 L4_chemical_B2 +LQ09X011260 Predicted protein 11.46500255 L4_chemical_B3 +LQ09X011260 Predicted protein 10.94840658 L4_chemical_C2 +LQ09X011260 Predicted protein 11.1377611 L4_chemical_C3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.168010004 C6_control_A1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.491615573 C6_control_A3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.527543729 C6_control_B1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.210044287 C6_control_B2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.073639195 C6_control_B3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 6.06216745 C6_control_C1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.478617912 C6_control_C2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.195762523 C6_control_C3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.818704577 C6_chemical_A1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.497683281 C6_chemical_A3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.591737138 C6_chemical_B1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.162346499 C6_chemical_B2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.740454971 C6_chemical_B3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.637267755 C6_chemical_C1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.36513677 C6_chemical_C2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.334412967 C6_chemical_C3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.101683933 L4_control_A1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.02241067 L4_control_A2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.193403585 L4_control_A3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.31990213 L4_control_B1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.103230298 L4_control_B2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.254916634 L4_control_B3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 6.548722536 L4_control_C2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.884588086 L4_control_C3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.995928871 L4_chemical_A1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.179309776 L4_chemical_A2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.806185902 L4_chemical_A3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.045736313 L4_chemical_B1 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.354972973 L4_chemical_B2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.899815449 L4_chemical_B3 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.987151068 L4_chemical_C2 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 5.181840821 L4_chemical_C3 +LQ09X011330 Putative uncharacterized protein 5.364741971 C6_control_A1 +LQ09X011330 Putative uncharacterized protein 5.677926807 C6_control_A3 +LQ09X011330 Putative uncharacterized protein 5.028189299 C6_control_B1 +LQ09X011330 Putative uncharacterized protein 5.3579421 C6_control_B2 +LQ09X011330 Putative uncharacterized protein 4.826995223 C6_control_B3 +LQ09X011330 Putative uncharacterized protein 5.305753511 C6_control_C1 +LQ09X011330 Putative uncharacterized protein 6.217785198 C6_control_C2 +LQ09X011330 Putative uncharacterized protein 5.161197783 C6_control_C3 +LQ09X011330 Putative uncharacterized protein 5.139091418 C6_chemical_A1 +LQ09X011330 Putative uncharacterized protein 5.186127422 C6_chemical_A3 +LQ09X011330 Putative uncharacterized protein 4.952360767 C6_chemical_B1 +LQ09X011330 Putative uncharacterized protein 5.4573981 C6_chemical_B2 +LQ09X011330 Putative uncharacterized protein 5.210467788 C6_chemical_B3 +LQ09X011330 Putative uncharacterized protein 5.332486537 C6_chemical_C1 +LQ09X011330 Putative uncharacterized protein 5.677868195 C6_chemical_C2 +LQ09X011330 Putative uncharacterized protein 5.398577637 C6_chemical_C3 +LQ09X011330 Putative uncharacterized protein 5.58637085 L4_control_A1 +LQ09X011330 Putative uncharacterized protein 5.75643418 L4_control_A2 +LQ09X011330 Putative uncharacterized protein 5.65984676 L4_control_A3 +LQ09X011330 Putative uncharacterized protein 5.365558914 L4_control_B1 +LQ09X011330 Putative uncharacterized protein 5.782189749 L4_control_B2 +LQ09X011330 Putative uncharacterized protein 5.587524396 L4_control_B3 +LQ09X011330 Putative uncharacterized protein 5.408822141 L4_control_C2 +LQ09X011330 Putative uncharacterized protein 5.256097447 L4_control_C3 +LQ09X011330 Putative uncharacterized protein 5.71977062 L4_chemical_A1 +LQ09X011330 Putative uncharacterized protein 5.57778186 L4_chemical_A2 +LQ09X011330 Putative uncharacterized protein 5.195491246 L4_chemical_A3 +LQ09X011330 Putative uncharacterized protein 5.124086303 L4_chemical_B1 +LQ09X011330 Putative uncharacterized protein 5.351447527 L4_chemical_B2 +LQ09X011330 Putative uncharacterized protein 5.727166875 L4_chemical_B3 +LQ09X011330 Putative uncharacterized protein 5.415661019 L4_chemical_C2 +LQ09X011330 Putative uncharacterized protein 4.925472818 L4_chemical_C3 +LQ09X011340 Putative chaperon P13.9 13.98091282 C6_control_A1 +LQ09X011340 Putative chaperon P13.9 13.88964419 C6_control_A3 +LQ09X011340 Putative chaperon P13.9 13.65594257 C6_control_B1 +LQ09X011340 Putative chaperon P13.9 13.80294915 C6_control_B2 +LQ09X011340 Putative chaperon P13.9 13.6374943 C6_control_B3 +LQ09X011340 Putative chaperon P13.9 14.09998152 C6_control_C1 +LQ09X011340 Putative chaperon P13.9 13.9858009 C6_control_C2 +LQ09X011340 Putative chaperon P13.9 13.84809718 C6_control_C3 +LQ09X011340 Putative chaperon P13.9 13.76938827 C6_chemical_A1 +LQ09X011340 Putative chaperon P13.9 13.16292465 C6_chemical_A3 +LQ09X011340 Putative chaperon P13.9 13.61909203 C6_chemical_B1 +LQ09X011340 Putative chaperon P13.9 13.57970907 C6_chemical_B2 +LQ09X011340 Putative chaperon P13.9 13.296961 C6_chemical_B3 +LQ09X011340 Putative chaperon P13.9 13.75551894 C6_chemical_C1 +LQ09X011340 Putative chaperon P13.9 14.11769284 C6_chemical_C2 +LQ09X011340 Putative chaperon P13.9 13.59350606 C6_chemical_C3 +LQ09X011340 Putative chaperon P13.9 13.52263213 L4_control_A1 +LQ09X011340 Putative chaperon P13.9 13.69916866 L4_control_A2 +LQ09X011340 Putative chaperon P13.9 13.84497408 L4_control_A3 +LQ09X011340 Putative chaperon P13.9 13.44593327 L4_control_B1 +LQ09X011340 Putative chaperon P13.9 13.01940694 L4_control_B2 +LQ09X011340 Putative chaperon P13.9 13.59566292 L4_control_B3 +LQ09X011340 Putative chaperon P13.9 13.94946078 L4_control_C2 +LQ09X011340 Putative chaperon P13.9 13.70355293 L4_control_C3 +LQ09X011340 Putative chaperon P13.9 13.47823121 L4_chemical_A1 +LQ09X011340 Putative chaperon P13.9 13.69542654 L4_chemical_A2 +LQ09X011340 Putative chaperon P13.9 13.74663241 L4_chemical_A3 +LQ09X011340 Putative chaperon P13.9 13.78357695 L4_chemical_B1 +LQ09X011340 Putative chaperon P13.9 13.75139281 L4_chemical_B2 +LQ09X011340 Putative chaperon P13.9 13.11629082 L4_chemical_B3 +LQ09X011340 Putative chaperon P13.9 14.07112909 L4_chemical_C2 +LQ09X011340 Putative chaperon P13.9 13.95787746 L4_chemical_C3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 6.130789249 C6_control_A1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.88396723 C6_control_A3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.937218239 C6_control_B1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.516507346 C6_control_B2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.430869072 C6_control_B3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.769196241 C6_control_C1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.768710828 C6_control_C2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.566058649 C6_control_C3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.334223084 C6_chemical_A1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.057798046 C6_chemical_A3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.375349406 C6_chemical_B1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.50063534 C6_chemical_B2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.489331659 C6_chemical_B3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.758462849 C6_chemical_C1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.586542163 C6_chemical_C2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.647742847 C6_chemical_C3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.261197175 L4_control_A1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.351424956 L4_control_A2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.040081942 L4_control_A3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.02046026 L4_control_B1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.910107871 L4_control_B2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.002986605 L4_control_B3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.049156346 L4_control_C2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.82167069 L4_control_C3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.185558367 L4_chemical_A1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.999130121 L4_chemical_A2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.043840644 L4_chemical_A3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.234171501 L4_chemical_B1 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.860968333 L4_chemical_B2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.321093069 L4_chemical_B3 +LQ09X011380 Ethylene-responsive transcription factor WIN1 4.677027466 L4_chemical_C2 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.308285784 L4_chemical_C3 +LQ09X011390 Putative TBC1 domain family member 13 12.68119091 C6_control_A1 +LQ09X011390 Putative TBC1 domain family member 13 12.4826247 C6_control_A3 +LQ09X011390 Putative TBC1 domain family member 13 12.97693567 C6_control_B1 +LQ09X011390 Putative TBC1 domain family member 13 12.64963376 C6_control_B2 +LQ09X011390 Putative TBC1 domain family member 13 12.6564179 C6_control_B3 +LQ09X011390 Putative TBC1 domain family member 13 12.29719106 C6_control_C1 +LQ09X011390 Putative TBC1 domain family member 13 11.97216827 C6_control_C2 +LQ09X011390 Putative TBC1 domain family member 13 12.20925434 C6_control_C3 +LQ09X011390 Putative TBC1 domain family member 13 12.95444314 C6_chemical_A1 +LQ09X011390 Putative TBC1 domain family member 13 12.63552017 C6_chemical_A3 +LQ09X011390 Putative TBC1 domain family member 13 13.0423119 C6_chemical_B1 +LQ09X011390 Putative TBC1 domain family member 13 12.77233275 C6_chemical_B2 +LQ09X011390 Putative TBC1 domain family member 13 12.41468221 C6_chemical_B3 +LQ09X011390 Putative TBC1 domain family member 13 12.10894505 C6_chemical_C1 +LQ09X011390 Putative TBC1 domain family member 13 11.87174906 C6_chemical_C2 +LQ09X011390 Putative TBC1 domain family member 13 12.06893485 C6_chemical_C3 +LQ09X011390 Putative TBC1 domain family member 13 12.64980642 L4_control_A1 +LQ09X011390 Putative TBC1 domain family member 13 12.31724895 L4_control_A2 +LQ09X011390 Putative TBC1 domain family member 13 12.20266022 L4_control_A3 +LQ09X011390 Putative TBC1 domain family member 13 12.84080939 L4_control_B1 +LQ09X011390 Putative TBC1 domain family member 13 13.00048493 L4_control_B2 +LQ09X011390 Putative TBC1 domain family member 13 12.21877675 L4_control_B3 +LQ09X011390 Putative TBC1 domain family member 13 11.94390573 L4_control_C2 +LQ09X011390 Putative TBC1 domain family member 13 12.08679384 L4_control_C3 +LQ09X011390 Putative TBC1 domain family member 13 12.38887726 L4_chemical_A1 +LQ09X011390 Putative TBC1 domain family member 13 12.23209571 L4_chemical_A2 +LQ09X011390 Putative TBC1 domain family member 13 12.42007018 L4_chemical_A3 +LQ09X011390 Putative TBC1 domain family member 13 12.83894001 L4_chemical_B1 +LQ09X011390 Putative TBC1 domain family member 13 12.96424852 L4_chemical_B2 +LQ09X011390 Putative TBC1 domain family member 13 12.42863967 L4_chemical_B3 +LQ09X011390 Putative TBC1 domain family member 13 12.02650084 L4_chemical_C2 +LQ09X011390 Putative TBC1 domain family member 13 12.17771042 L4_chemical_C3 +LQ09X011430 Putative uncharacterized protein 11.88448743 C6_control_A1 +LQ09X011430 Putative uncharacterized protein 11.83441746 C6_control_A3 +LQ09X011430 Putative uncharacterized protein 11.313382 C6_control_B1 +LQ09X011430 Putative uncharacterized protein 11.71056442 C6_control_B2 +LQ09X011430 Putative uncharacterized protein 11.88587384 C6_control_B3 +LQ09X011430 Putative uncharacterized protein 12.24319989 C6_control_C1 +LQ09X011430 Putative uncharacterized protein 12.0548992 C6_control_C2 +LQ09X011430 Putative uncharacterized protein 12.58954936 C6_control_C3 +LQ09X011430 Putative uncharacterized protein 11.60765569 C6_chemical_A1 +LQ09X011430 Putative uncharacterized protein 11.52297888 C6_chemical_A3 +LQ09X011430 Putative uncharacterized protein 10.78787545 C6_chemical_B1 +LQ09X011430 Putative uncharacterized protein 11.67831991 C6_chemical_B2 +LQ09X011430 Putative uncharacterized protein 11.827038 C6_chemical_B3 +LQ09X011430 Putative uncharacterized protein 12.28339876 C6_chemical_C1 +LQ09X011430 Putative uncharacterized protein 12.18838576 C6_chemical_C2 +LQ09X011430 Putative uncharacterized protein 12.66392689 C6_chemical_C3 +LQ09X011430 Putative uncharacterized protein 12.13444047 L4_control_A1 +LQ09X011430 Putative uncharacterized protein 12.11623236 L4_control_A2 +LQ09X011430 Putative uncharacterized protein 12.85381365 L4_control_A3 +LQ09X011430 Putative uncharacterized protein 11.61790766 L4_control_B1 +LQ09X011430 Putative uncharacterized protein 10.67295419 L4_control_B2 +LQ09X011430 Putative uncharacterized protein 11.98817587 L4_control_B3 +LQ09X011430 Putative uncharacterized protein 12.02637696 L4_control_C2 +LQ09X011430 Putative uncharacterized protein 12.43164457 L4_control_C3 +LQ09X011430 Putative uncharacterized protein 12.47633152 L4_chemical_A1 +LQ09X011430 Putative uncharacterized protein 12.16339049 L4_chemical_A2 +LQ09X011430 Putative uncharacterized protein 12.89681473 L4_chemical_A3 +LQ09X011430 Putative uncharacterized protein 11.66264154 L4_chemical_B1 +LQ09X011430 Putative uncharacterized protein 11.11144098 L4_chemical_B2 +LQ09X011430 Putative uncharacterized protein 11.89322933 L4_chemical_B3 +LQ09X011430 Putative uncharacterized protein 11.80737524 L4_chemical_C2 +LQ09X011430 Putative uncharacterized protein 12.32655175 L4_chemical_C3 +LQ09X011440 EIN3-binding F-box protein 1 8.925852513 C6_control_A1 +LQ09X011440 EIN3-binding F-box protein 1 7.779464446 C6_control_A3 +LQ09X011440 EIN3-binding F-box protein 1 8.946125462 C6_control_B1 +LQ09X011440 EIN3-binding F-box protein 1 8.95535373 C6_control_B2 +LQ09X011440 EIN3-binding F-box protein 1 9.024091415 C6_control_B3 +LQ09X011440 EIN3-binding F-box protein 1 9.450744541 C6_control_C1 +LQ09X011440 EIN3-binding F-box protein 1 9.070005735 C6_control_C2 +LQ09X011440 EIN3-binding F-box protein 1 9.642335238 C6_control_C3 +LQ09X011440 EIN3-binding F-box protein 1 9.056844459 C6_chemical_A1 +LQ09X011440 EIN3-binding F-box protein 1 8.674292525 C6_chemical_A3 +LQ09X011440 EIN3-binding F-box protein 1 9.226605564 C6_chemical_B1 +LQ09X011440 EIN3-binding F-box protein 1 8.813142406 C6_chemical_B2 +LQ09X011440 EIN3-binding F-box protein 1 9.243610888 C6_chemical_B3 +LQ09X011440 EIN3-binding F-box protein 1 9.290716432 C6_chemical_C1 +LQ09X011440 EIN3-binding F-box protein 1 8.983158091 C6_chemical_C2 +LQ09X011440 EIN3-binding F-box protein 1 10.15075664 C6_chemical_C3 +LQ09X011440 EIN3-binding F-box protein 1 9.553322001 L4_control_A1 +LQ09X011440 EIN3-binding F-box protein 1 8.85212408 L4_control_A2 +LQ09X011440 EIN3-binding F-box protein 1 10.45095562 L4_control_A3 +LQ09X011440 EIN3-binding F-box protein 1 9.586544124 L4_control_B1 +LQ09X011440 EIN3-binding F-box protein 1 9.582518058 L4_control_B2 +LQ09X011440 EIN3-binding F-box protein 1 10.67909302 L4_control_B3 +LQ09X011440 EIN3-binding F-box protein 1 9.99836706 L4_control_C2 +LQ09X011440 EIN3-binding F-box protein 1 11.35127414 L4_control_C3 +LQ09X011440 EIN3-binding F-box protein 1 10.65872627 L4_chemical_A1 +LQ09X011440 EIN3-binding F-box protein 1 9.950493208 L4_chemical_A2 +LQ09X011440 EIN3-binding F-box protein 1 10.51544006 L4_chemical_A3 +LQ09X011440 EIN3-binding F-box protein 1 9.428579968 L4_chemical_B1 +LQ09X011440 EIN3-binding F-box protein 1 9.652553195 L4_chemical_B2 +LQ09X011440 EIN3-binding F-box protein 1 10.12778066 L4_chemical_B3 +LQ09X011440 EIN3-binding F-box protein 1 9.849381263 L4_chemical_C2 +LQ09X011440 EIN3-binding F-box protein 1 10.8989865 L4_chemical_C3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.48789697 C6_control_A1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.45072319 C6_control_A3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.16995679 C6_control_B1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.43433767 C6_control_B2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.17752924 C6_control_B3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.75430484 C6_control_C1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.52126611 C6_control_C2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.66709415 C6_control_C3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.16386784 C6_chemical_A1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.56119274 C6_chemical_A3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.15320484 C6_chemical_B1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.27966313 C6_chemical_B2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 9.961950436 C6_chemical_B3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.53783453 C6_chemical_C1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.73771483 C6_chemical_C2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.74665586 C6_chemical_C3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.4487383 L4_control_A1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.43355133 L4_control_A2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 9.995129839 L4_control_A3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 9.961620034 L4_control_B1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.97102278 L4_control_B2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.41221529 L4_control_B3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 11.06069223 L4_control_C2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.98517213 L4_control_C3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.12614893 L4_chemical_A1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.01364343 L4_chemical_A2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.02205372 L4_chemical_A3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.30656516 L4_chemical_B1 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.4740063 L4_chemical_B2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.17425052 L4_chemical_B3 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 11.05851937 L4_chemical_C2 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 11.11592913 L4_chemical_C3 +LQ09X011490 Putative uncharacterized protein 12.87740754 C6_control_A1 +LQ09X011490 Putative uncharacterized protein 12.41733977 C6_control_A3 +LQ09X011490 Putative uncharacterized protein 12.91657595 C6_control_B1 +LQ09X011490 Putative uncharacterized protein 13.12424989 C6_control_B2 +LQ09X011490 Putative uncharacterized protein 12.84250064 C6_control_B3 +LQ09X011490 Putative uncharacterized protein 14.44418241 C6_control_C1 +LQ09X011490 Putative uncharacterized protein 13.6807337 C6_control_C2 +LQ09X011490 Putative uncharacterized protein 14.46038433 C6_control_C3 +LQ09X011490 Putative uncharacterized protein 12.90572102 C6_chemical_A1 +LQ09X011490 Putative uncharacterized protein 12.4068792 C6_chemical_A3 +LQ09X011490 Putative uncharacterized protein 12.60276471 C6_chemical_B1 +LQ09X011490 Putative uncharacterized protein 13.27782375 C6_chemical_B2 +LQ09X011490 Putative uncharacterized protein 12.98154653 C6_chemical_B3 +LQ09X011490 Putative uncharacterized protein 13.86707062 C6_chemical_C1 +LQ09X011490 Putative uncharacterized protein 13.88319419 C6_chemical_C2 +LQ09X011490 Putative uncharacterized protein 13.16143729 C6_chemical_C3 +LQ09X011490 Putative uncharacterized protein 12.55097767 L4_control_A1 +LQ09X011490 Putative uncharacterized protein 12.87579197 L4_control_A2 +LQ09X011490 Putative uncharacterized protein 11.86711812 L4_control_A3 +LQ09X011490 Putative uncharacterized protein 12.46213869 L4_control_B1 +LQ09X011490 Putative uncharacterized protein 11.91068543 L4_control_B2 +LQ09X011490 Putative uncharacterized protein 13.10561995 L4_control_B3 +LQ09X011490 Putative uncharacterized protein 12.13319215 L4_control_C2 +LQ09X011490 Putative uncharacterized protein 12.21970706 L4_control_C3 +LQ09X011490 Putative uncharacterized protein 12.52752805 L4_chemical_A1 +LQ09X011490 Putative uncharacterized protein 12.33625479 L4_chemical_A2 +LQ09X011490 Putative uncharacterized protein 12.16619719 L4_chemical_A3 +LQ09X011490 Putative uncharacterized protein 12.14308221 L4_chemical_B1 +LQ09X011490 Putative uncharacterized protein 11.86192379 L4_chemical_B2 +LQ09X011490 Putative uncharacterized protein 13.00753334 L4_chemical_B3 +LQ09X011490 Putative uncharacterized protein 11.74532773 L4_chemical_C2 +LQ09X011490 Putative uncharacterized protein 12.49993461 L4_chemical_C3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.663358981 C6_control_A1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.207126229 C6_control_A3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.532747936 C6_control_B1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.884831419 C6_control_B2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.423306226 C6_control_B3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 10.04965291 C6_control_C1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 9.057317287 C6_control_C2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 8.779241286 C6_control_C3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.477971746 C6_chemical_A1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.639389684 C6_chemical_A3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.683110498 C6_chemical_B1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.61502738 C6_chemical_B2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.443783432 C6_chemical_B3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 9.881393042 C6_chemical_C1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 9.522464046 C6_chemical_C2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 8.501305565 C6_chemical_C3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.809752707 L4_control_A1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.078034358 L4_control_A2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 5.84402936 L4_control_A3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.272664083 L4_control_B1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.69156797 L4_control_B2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.0528393 L4_control_B3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 9.113821572 L4_control_C2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.241409168 L4_control_C3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.995816163 L4_chemical_A1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.773740854 L4_chemical_A2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.518171954 L4_chemical_A3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.460373411 L4_chemical_B1 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.309045459 L4_chemical_B2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.293332897 L4_chemical_B3 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 8.84526342 L4_chemical_C2 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 7.740426149 L4_chemical_C3 +LQ09X011540 Putative Predicted protein 12.70142693 C6_control_A1 +LQ09X011540 Putative Predicted protein 12.08885695 C6_control_A3 +LQ09X011540 Putative Predicted protein 12.31359978 C6_control_B1 +LQ09X011540 Putative Predicted protein 12.44212695 C6_control_B2 +LQ09X011540 Putative Predicted protein 12.25879677 C6_control_B3 +LQ09X011540 Putative Predicted protein 12.26976839 C6_control_C1 +LQ09X011540 Putative Predicted protein 12.24994781 C6_control_C2 +LQ09X011540 Putative Predicted protein 12.54747047 C6_control_C3 +LQ09X011540 Putative Predicted protein 12.31632831 C6_chemical_A1 +LQ09X011540 Putative Predicted protein 12.18271934 C6_chemical_A3 +LQ09X011540 Putative Predicted protein 11.90048372 C6_chemical_B1 +LQ09X011540 Putative Predicted protein 12.05470776 C6_chemical_B2 +LQ09X011540 Putative Predicted protein 12.21241872 C6_chemical_B3 +LQ09X011540 Putative Predicted protein 12.0674798 C6_chemical_C1 +LQ09X011540 Putative Predicted protein 12.09879932 C6_chemical_C2 +LQ09X011540 Putative Predicted protein 12.58622076 C6_chemical_C3 +LQ09X011540 Putative Predicted protein 12.36263715 L4_control_A1 +LQ09X011540 Putative Predicted protein 11.6211353 L4_control_A2 +LQ09X011540 Putative Predicted protein 11.80196156 L4_control_A3 +LQ09X011540 Putative Predicted protein 12.02977083 L4_control_B1 +LQ09X011540 Putative Predicted protein 11.54114497 L4_control_B2 +LQ09X011540 Putative Predicted protein 11.96557318 L4_control_B3 +LQ09X011540 Putative Predicted protein 11.49363474 L4_control_C2 +LQ09X011540 Putative Predicted protein 11.26146363 L4_control_C3 +LQ09X011540 Putative Predicted protein 12.44366825 L4_chemical_A1 +LQ09X011540 Putative Predicted protein 11.21086765 L4_chemical_A2 +LQ09X011540 Putative Predicted protein 12.23072567 L4_chemical_A3 +LQ09X011540 Putative Predicted protein 11.53329783 L4_chemical_B1 +LQ09X011540 Putative Predicted protein 11.31212747 L4_chemical_B2 +LQ09X011540 Putative Predicted protein 12.28332898 L4_chemical_B3 +LQ09X011540 Putative Predicted protein 11.25996504 L4_chemical_C2 +LQ09X011540 Putative Predicted protein 11.32968339 L4_chemical_C3 +LQ09X011550 Axial regulator YABBY 5 5.605663994 C6_control_A1 +LQ09X011550 Axial regulator YABBY 5 5.736003455 C6_control_A3 +LQ09X011550 Axial regulator YABBY 5 5.37668767 C6_control_B1 +LQ09X011550 Axial regulator YABBY 5 6.047393291 C6_control_B2 +LQ09X011550 Axial regulator YABBY 5 5.960863498 C6_control_B3 +LQ09X011550 Axial regulator YABBY 5 5.684482766 C6_control_C1 +LQ09X011550 Axial regulator YABBY 5 5.822276993 C6_control_C2 +LQ09X011550 Axial regulator YABBY 5 5.640611624 C6_control_C3 +LQ09X011550 Axial regulator YABBY 5 5.568900062 C6_chemical_A1 +LQ09X011550 Axial regulator YABBY 5 5.716518924 C6_chemical_A3 +LQ09X011550 Axial regulator YABBY 5 5.864843872 C6_chemical_B1 +LQ09X011550 Axial regulator YABBY 5 5.639463385 C6_chemical_B2 +LQ09X011550 Axial regulator YABBY 5 6.013869365 C6_chemical_B3 +LQ09X011550 Axial regulator YABBY 5 5.663749817 C6_chemical_C1 +LQ09X011550 Axial regulator YABBY 5 6.016400837 C6_chemical_C2 +LQ09X011550 Axial regulator YABBY 5 5.833507873 C6_chemical_C3 +LQ09X011550 Axial regulator YABBY 5 5.456133438 L4_control_A1 +LQ09X011550 Axial regulator YABBY 5 5.571999354 L4_control_A2 +LQ09X011550 Axial regulator YABBY 5 5.526774839 L4_control_A3 +LQ09X011550 Axial regulator YABBY 5 6.319550668 L4_control_B1 +LQ09X011550 Axial regulator YABBY 5 6.102740245 L4_control_B2 +LQ09X011550 Axial regulator YABBY 5 5.722081174 L4_control_B3 +LQ09X011550 Axial regulator YABBY 5 6.305522766 L4_control_C2 +LQ09X011550 Axial regulator YABBY 5 6.521725863 L4_control_C3 +LQ09X011550 Axial regulator YABBY 5 5.616043478 L4_chemical_A1 +LQ09X011550 Axial regulator YABBY 5 5.560136325 L4_chemical_A2 +LQ09X011550 Axial regulator YABBY 5 5.59937802 L4_chemical_A3 +LQ09X011550 Axial regulator YABBY 5 5.960709037 L4_chemical_B1 +LQ09X011550 Axial regulator YABBY 5 6.82551443 L4_chemical_B2 +LQ09X011550 Axial regulator YABBY 5 5.550109682 L4_chemical_B3 +LQ09X011550 Axial regulator YABBY 5 6.309971041 L4_chemical_C2 +LQ09X011550 Axial regulator YABBY 5 5.594987178 L4_chemical_C3 +LQ09X011580 Hypothetical protein 5.348336263 C6_control_A1 +LQ09X011580 Hypothetical protein 5.258486531 C6_control_A3 +LQ09X011580 Hypothetical protein 4.803269172 C6_control_B1 +LQ09X011580 Hypothetical protein 5.483890555 C6_control_B2 +LQ09X011580 Hypothetical protein 5.731395133 C6_control_B3 +LQ09X011580 Hypothetical protein 5.594910109 C6_control_C1 +LQ09X011580 Hypothetical protein 5.154843749 C6_control_C2 +LQ09X011580 Hypothetical protein 6.774831328 C6_control_C3 +LQ09X011580 Hypothetical protein 5.085008415 C6_chemical_A1 +LQ09X011580 Hypothetical protein 5.410118375 C6_chemical_A3 +LQ09X011580 Hypothetical protein 5.67158142 C6_chemical_B1 +LQ09X011580 Hypothetical protein 5.256064121 C6_chemical_B2 +LQ09X011580 Hypothetical protein 5.449405342 C6_chemical_B3 +LQ09X011580 Hypothetical protein 5.320055902 C6_chemical_C1 +LQ09X011580 Hypothetical protein 5.543917814 C6_chemical_C2 +LQ09X011580 Hypothetical protein 5.353922006 C6_chemical_C3 +LQ09X011580 Hypothetical protein 5.336240579 L4_control_A1 +LQ09X011580 Hypothetical protein 5.523505831 L4_control_A2 +LQ09X011580 Hypothetical protein 5.751544999 L4_control_A3 +LQ09X011580 Hypothetical protein 5.148860129 L4_control_B1 +LQ09X011580 Hypothetical protein 5.648981702 L4_control_B2 +LQ09X011580 Hypothetical protein 5.115682627 L4_control_B3 +LQ09X011580 Hypothetical protein 5.006305829 L4_control_C2 +LQ09X011580 Hypothetical protein 5.111927561 L4_control_C3 +LQ09X011580 Hypothetical protein 5.40722104 L4_chemical_A1 +LQ09X011580 Hypothetical protein 5.575030882 L4_chemical_A2 +LQ09X011580 Hypothetical protein 5.503444801 L4_chemical_A3 +LQ09X011580 Hypothetical protein 5.185044495 L4_chemical_B1 +LQ09X011580 Hypothetical protein 5.813119103 L4_chemical_B2 +LQ09X011580 Hypothetical protein 5.497833999 L4_chemical_B3 +LQ09X011580 Hypothetical protein 5.759261258 L4_chemical_C2 +LQ09X011580 Hypothetical protein 5.286354581 L4_chemical_C3 +LQ09X011590 Hypothetical protein 13.15942018 C6_control_A1 +LQ09X011590 Hypothetical protein 12.79696145 C6_control_A3 +LQ09X011590 Hypothetical protein 13.16099407 C6_control_B1 +LQ09X011590 Hypothetical protein 12.83355046 C6_control_B2 +LQ09X011590 Hypothetical protein 13.10923446 C6_control_B3 +LQ09X011590 Hypothetical protein 13.31676057 C6_control_C1 +LQ09X011590 Hypothetical protein 13.73689254 C6_control_C2 +LQ09X011590 Hypothetical protein 13.10145575 C6_control_C3 +LQ09X011590 Hypothetical protein 13.02558522 C6_chemical_A1 +LQ09X011590 Hypothetical protein 13.32271053 C6_chemical_A3 +LQ09X011590 Hypothetical protein 13.20353818 C6_chemical_B1 +LQ09X011590 Hypothetical protein 13.1895707 C6_chemical_B2 +LQ09X011590 Hypothetical protein 13.15810086 C6_chemical_B3 +LQ09X011590 Hypothetical protein 13.38556197 C6_chemical_C1 +LQ09X011590 Hypothetical protein 13.38939162 C6_chemical_C2 +LQ09X011590 Hypothetical protein 13.45115073 C6_chemical_C3 +LQ09X011590 Hypothetical protein 13.20942613 L4_control_A1 +LQ09X011590 Hypothetical protein 13.04132982 L4_control_A2 +LQ09X011590 Hypothetical protein 13.41013986 L4_control_A3 +LQ09X011590 Hypothetical protein 13.4493527 L4_control_B1 +LQ09X011590 Hypothetical protein 12.96236387 L4_control_B2 +LQ09X011590 Hypothetical protein 13.20202255 L4_control_B3 +LQ09X011590 Hypothetical protein 13.83931149 L4_control_C2 +LQ09X011590 Hypothetical protein 13.19056135 L4_control_C3 +LQ09X011590 Hypothetical protein 13.36980569 L4_chemical_A1 +LQ09X011590 Hypothetical protein 13.13816962 L4_chemical_A2 +LQ09X011590 Hypothetical protein 13.2232937 L4_chemical_A3 +LQ09X011590 Hypothetical protein 13.19875106 L4_chemical_B1 +LQ09X011590 Hypothetical protein 13.18680291 L4_chemical_B2 +LQ09X011590 Hypothetical protein 12.93050386 L4_chemical_B3 +LQ09X011590 Hypothetical protein 13.68850436 L4_chemical_C2 +LQ09X011590 Hypothetical protein 13.35451466 L4_chemical_C3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.781815601 C6_control_A1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.759532707 C6_control_A3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.82417034 C6_control_B1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.67847856 C6_control_B2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 11.06042732 C6_control_B3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.19568623 C6_control_C1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.707721078 C6_control_C2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.508962736 C6_control_C3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.674893443 C6_chemical_A1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.706045335 C6_chemical_A3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.62128565 C6_chemical_B1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.6698113 C6_chemical_B2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.65502994 C6_chemical_B3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.993843616 C6_chemical_C1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.660957108 C6_chemical_C2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.821260837 C6_chemical_C3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.555741059 L4_control_A1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.02243654 L4_control_A2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.942617273 L4_control_A3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.73440442 L4_control_B1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 11.08279209 L4_control_B2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 11.30887991 L4_control_B3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.40515864 L4_control_C2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.47222407 L4_control_C3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.586029212 L4_chemical_A1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.111923212 L4_chemical_A2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.376840522 L4_chemical_A3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.12033418 L4_chemical_B1 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.99760698 L4_chemical_B2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.16442489 L4_chemical_B3 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.13246246 L4_chemical_C2 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 10.45721017 L4_chemical_C3 +LQ09X011620 Putative phytocyanin 10.83947331 C6_control_A1 +LQ09X011620 Putative phytocyanin 10.97565101 C6_control_A3 +LQ09X011620 Putative phytocyanin 11.00947751 C6_control_B1 +LQ09X011620 Putative phytocyanin 12.17740222 C6_control_B2 +LQ09X011620 Putative phytocyanin 11.71122791 C6_control_B3 +LQ09X011620 Putative phytocyanin 13.42280121 C6_control_C1 +LQ09X011620 Putative phytocyanin 12.79889648 C6_control_C2 +LQ09X011620 Putative phytocyanin 13.46821562 C6_control_C3 +LQ09X011620 Putative phytocyanin 11.15920915 C6_chemical_A1 +LQ09X011620 Putative phytocyanin 11.51347236 C6_chemical_A3 +LQ09X011620 Putative phytocyanin 10.74272119 C6_chemical_B1 +LQ09X011620 Putative phytocyanin 11.58410234 C6_chemical_B2 +LQ09X011620 Putative phytocyanin 12.53383102 C6_chemical_B3 +LQ09X011620 Putative phytocyanin 13.01963127 C6_chemical_C1 +LQ09X011620 Putative phytocyanin 12.77699562 C6_chemical_C2 +LQ09X011620 Putative phytocyanin 13.13474551 C6_chemical_C3 +LQ09X011620 Putative phytocyanin 11.68754409 L4_control_A1 +LQ09X011620 Putative phytocyanin 11.35917423 L4_control_A2 +LQ09X011620 Putative phytocyanin 11.67108182 L4_control_A3 +LQ09X011620 Putative phytocyanin 11.54795959 L4_control_B1 +LQ09X011620 Putative phytocyanin 10.15288678 L4_control_B2 +LQ09X011620 Putative phytocyanin 13.49072308 L4_control_B3 +LQ09X011620 Putative phytocyanin 12.4429545 L4_control_C2 +LQ09X011620 Putative phytocyanin 12.48875137 L4_control_C3 +LQ09X011620 Putative phytocyanin 12.62284465 L4_chemical_A1 +LQ09X011620 Putative phytocyanin 11.31982483 L4_chemical_A2 +LQ09X011620 Putative phytocyanin 12.23021596 L4_chemical_A3 +LQ09X011620 Putative phytocyanin 11.58655243 L4_chemical_B1 +LQ09X011620 Putative phytocyanin 11.12698614 L4_chemical_B2 +LQ09X011620 Putative phytocyanin 12.15310526 L4_chemical_B3 +LQ09X011620 Putative phytocyanin 12.4254905 L4_chemical_C2 +LQ09X011620 Putative phytocyanin 12.7620211 L4_chemical_C3 +LQ09X011650 Putative Blue copper protein 10.71220764 C6_control_A1 +LQ09X011650 Putative Blue copper protein 9.86568827 C6_control_A3 +LQ09X011650 Putative Blue copper protein 10.56582803 C6_control_B1 +LQ09X011650 Putative Blue copper protein 12.11592454 C6_control_B2 +LQ09X011650 Putative Blue copper protein 11.16986311 C6_control_B3 +LQ09X011650 Putative Blue copper protein 13.02517852 C6_control_C1 +LQ09X011650 Putative Blue copper protein 13.15532312 C6_control_C2 +LQ09X011650 Putative Blue copper protein 13.80067468 C6_control_C3 +LQ09X011650 Putative Blue copper protein 11.07881041 C6_chemical_A1 +LQ09X011650 Putative Blue copper protein 10.55391704 C6_chemical_A3 +LQ09X011650 Putative Blue copper protein 10.97471402 C6_chemical_B1 +LQ09X011650 Putative Blue copper protein 11.79840029 C6_chemical_B2 +LQ09X011650 Putative Blue copper protein 12.17056763 C6_chemical_B3 +LQ09X011650 Putative Blue copper protein 12.85091863 C6_chemical_C1 +LQ09X011650 Putative Blue copper protein 12.70375424 C6_chemical_C2 +LQ09X011650 Putative Blue copper protein 13.79519306 C6_chemical_C3 +LQ09X011650 Putative Blue copper protein 10.34083813 L4_control_A1 +LQ09X011650 Putative Blue copper protein 10.74657645 L4_control_A2 +LQ09X011650 Putative Blue copper protein 8.842504736 L4_control_A3 +LQ09X011650 Putative Blue copper protein 11.12525179 L4_control_B1 +LQ09X011650 Putative Blue copper protein 9.318143726 L4_control_B2 +LQ09X011650 Putative Blue copper protein 12.0155958 L4_control_B3 +LQ09X011650 Putative Blue copper protein 12.1398153 L4_control_C2 +LQ09X011650 Putative Blue copper protein 11.96364764 L4_control_C3 +LQ09X011650 Putative Blue copper protein 11.87058987 L4_chemical_A1 +LQ09X011650 Putative Blue copper protein 11.89984942 L4_chemical_A2 +LQ09X011650 Putative Blue copper protein 10.86589309 L4_chemical_A3 +LQ09X011650 Putative Blue copper protein 11.77592755 L4_chemical_B1 +LQ09X011650 Putative Blue copper protein 11.05792148 L4_chemical_B2 +LQ09X011650 Putative Blue copper protein 11.37765319 L4_chemical_B3 +LQ09X011650 Putative Blue copper protein 12.02337326 L4_chemical_C2 +LQ09X011650 Putative Blue copper protein 11.99381113 L4_chemical_C3 +LQ09X011670 Putative uncharacterized protein 10.8746022 C6_control_A1 +LQ09X011670 Putative uncharacterized protein 10.15608791 C6_control_A3 +LQ09X011670 Putative uncharacterized protein 10.65239786 C6_control_B1 +LQ09X011670 Putative uncharacterized protein 10.63632628 C6_control_B2 +LQ09X011670 Putative uncharacterized protein 10.5123363 C6_control_B3 +LQ09X011670 Putative uncharacterized protein 10.82701975 C6_control_C1 +LQ09X011670 Putative uncharacterized protein 10.74501911 C6_control_C2 +LQ09X011670 Putative uncharacterized protein 11.2988127 C6_control_C3 +LQ09X011670 Putative uncharacterized protein 10.77432734 C6_chemical_A1 +LQ09X011670 Putative uncharacterized protein 10.25696049 C6_chemical_A3 +LQ09X011670 Putative uncharacterized protein 10.45569043 C6_chemical_B1 +LQ09X011670 Putative uncharacterized protein 10.20332001 C6_chemical_B2 +LQ09X011670 Putative uncharacterized protein 9.656384349 C6_chemical_B3 +LQ09X011670 Putative uncharacterized protein 10.55559151 C6_chemical_C1 +LQ09X011670 Putative uncharacterized protein 10.94519711 C6_chemical_C2 +LQ09X011670 Putative uncharacterized protein 10.79295579 C6_chemical_C3 +LQ09X011670 Putative uncharacterized protein 10.94284781 L4_control_A1 +LQ09X011670 Putative uncharacterized protein 11.7088123 L4_control_A2 +LQ09X011670 Putative uncharacterized protein 11.67849394 L4_control_A3 +LQ09X011670 Putative uncharacterized protein 10.66354212 L4_control_B1 +LQ09X011670 Putative uncharacterized protein 10.0874623 L4_control_B2 +LQ09X011670 Putative uncharacterized protein 10.05086852 L4_control_B3 +LQ09X011670 Putative uncharacterized protein 11.20449624 L4_control_C2 +LQ09X011670 Putative uncharacterized protein 10.85585405 L4_control_C3 +LQ09X011670 Putative uncharacterized protein 10.38930672 L4_chemical_A1 +LQ09X011670 Putative uncharacterized protein 11.72667044 L4_chemical_A2 +LQ09X011670 Putative uncharacterized protein 11.42792212 L4_chemical_A3 +LQ09X011670 Putative uncharacterized protein 10.79802809 L4_chemical_B1 +LQ09X011670 Putative uncharacterized protein 11.16285471 L4_chemical_B2 +LQ09X011670 Putative uncharacterized protein 10.35299888 L4_chemical_B3 +LQ09X011670 Putative uncharacterized protein 11.57943078 L4_chemical_C2 +LQ09X011670 Putative uncharacterized protein 11.10681447 L4_chemical_C3 +LQ09X011700 Nucleotide binding protein, putative 4.836925052 C6_control_A1 +LQ09X011700 Nucleotide binding protein, putative 4.862037225 C6_control_A3 +LQ09X011700 Nucleotide binding protein, putative 5.076093001 C6_control_B1 +LQ09X011700 Nucleotide binding protein, putative 5.217380923 C6_control_B2 +LQ09X011700 Nucleotide binding protein, putative 4.810355911 C6_control_B3 +LQ09X011700 Nucleotide binding protein, putative 5.394954902 C6_control_C1 +LQ09X011700 Nucleotide binding protein, putative 4.978085129 C6_control_C2 +LQ09X011700 Nucleotide binding protein, putative 5.17739736 C6_control_C3 +LQ09X011700 Nucleotide binding protein, putative 4.745308266 C6_chemical_A1 +LQ09X011700 Nucleotide binding protein, putative 4.602449588 C6_chemical_A3 +LQ09X011700 Nucleotide binding protein, putative 5.004989635 C6_chemical_B1 +LQ09X011700 Nucleotide binding protein, putative 5.013835801 C6_chemical_B2 +LQ09X011700 Nucleotide binding protein, putative 5.035645173 C6_chemical_B3 +LQ09X011700 Nucleotide binding protein, putative 5.039038531 C6_chemical_C1 +LQ09X011700 Nucleotide binding protein, putative 5.041251784 C6_chemical_C2 +LQ09X011700 Nucleotide binding protein, putative 4.997622388 C6_chemical_C3 +LQ09X011700 Nucleotide binding protein, putative 4.901153515 L4_control_A1 +LQ09X011700 Nucleotide binding protein, putative 4.733455289 L4_control_A2 +LQ09X011700 Nucleotide binding protein, putative 5.17249043 L4_control_A3 +LQ09X011700 Nucleotide binding protein, putative 5.145703359 L4_control_B1 +LQ09X011700 Nucleotide binding protein, putative 4.970548399 L4_control_B2 +LQ09X011700 Nucleotide binding protein, putative 4.974878488 L4_control_B3 +LQ09X011700 Nucleotide binding protein, putative 5.259913835 L4_control_C2 +LQ09X011700 Nucleotide binding protein, putative 5.810913292 L4_control_C3 +LQ09X011700 Nucleotide binding protein, putative 4.861065575 L4_chemical_A1 +LQ09X011700 Nucleotide binding protein, putative 5.044642871 L4_chemical_A2 +LQ09X011700 Nucleotide binding protein, putative 5.207305211 L4_chemical_A3 +LQ09X011700 Nucleotide binding protein, putative 4.724356182 L4_chemical_B1 +LQ09X011700 Nucleotide binding protein, putative 5.070437269 L4_chemical_B2 +LQ09X011700 Nucleotide binding protein, putative 4.920342069 L4_chemical_B3 +LQ09X011700 Nucleotide binding protein, putative 4.827338317 L4_chemical_C2 +LQ09X011700 Nucleotide binding protein, putative 5.053697011 L4_chemical_C3 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.97454008 C6_control_A1 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.82391992 C6_control_A3 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.2395417 C6_control_B1 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.85299921 C6_control_B2 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.32594529 C6_control_B3 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.56071285 C6_control_C1 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.34004046 C6_control_C2 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.0073156 C6_control_C3 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.07350485 C6_chemical_A1 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.53187481 C6_chemical_A3 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.80917263 C6_chemical_B1 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.50443739 C6_chemical_B2 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.12353933 C6_chemical_B3 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.3889679 C6_chemical_C1 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.29634064 C6_chemical_C2 +LQ09X011720 Putative clathrin assembly protein At2g25430 11.86611775 C6_chemical_C3 +LQ09X011720 Putative clathrin assembly protein At2g25430 13.11105622 L4_control_A1 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.93483159 L4_control_A2 +LQ09X011720 Putative clathrin assembly protein At2g25430 13.36741513 L4_control_A3 +LQ09X011720 Putative clathrin assembly protein At2g25430 13.28581234 L4_control_B1 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.83828929 L4_control_B2 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.95703838 L4_control_B3 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.61950782 L4_control_C2 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.74393711 L4_control_C3 +LQ09X011720 Putative clathrin assembly protein At2g25430 13.63364542 L4_chemical_A1 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.87099733 L4_chemical_A2 +LQ09X011720 Putative clathrin assembly protein At2g25430 13.75747037 L4_chemical_A3 +LQ09X011720 Putative clathrin assembly protein At2g25430 13.15605922 L4_chemical_B1 +LQ09X011720 Putative clathrin assembly protein At2g25430 13.08983429 L4_chemical_B2 +LQ09X011720 Putative clathrin assembly protein At2g25430 13.2120472 L4_chemical_B3 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.80084294 L4_chemical_C2 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.71539943 L4_chemical_C3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.52851171 C6_control_A1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.55162364 C6_control_A3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.52421616 C6_control_B1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.68944674 C6_control_B2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.42960953 C6_control_B3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.24544273 C6_control_C1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.23835702 C6_control_C2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.20231863 C6_control_C3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.23860872 C6_chemical_A1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.5942348 C6_chemical_A3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.20170986 C6_chemical_B1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.78449519 C6_chemical_B2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.20318938 C6_chemical_B3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.23197051 C6_chemical_C1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.30013685 C6_chemical_C2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 12.48246772 C6_chemical_C3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.40518336 L4_control_A1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.93027657 L4_control_A2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.49791524 L4_control_A3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.2781374 L4_control_B1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.98566919 L4_control_B2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.00634602 L4_control_B3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.81328706 L4_control_C2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.24911828 L4_control_C3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.58997212 L4_chemical_A1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.14541477 L4_chemical_A2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.98836599 L4_chemical_A3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.22924388 L4_chemical_B1 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.16410332 L4_chemical_B2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.77730681 L4_chemical_B3 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.80345912 L4_chemical_C2 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.44813614 L4_chemical_C3 +LQ09X011740 Predicted protein 12.35965815 C6_control_A1 +LQ09X011740 Predicted protein 11.91548522 C6_control_A3 +LQ09X011740 Predicted protein 11.52404948 C6_control_B1 +LQ09X011740 Predicted protein 11.008537 C6_control_B2 +LQ09X011740 Predicted protein 11.48206501 C6_control_B3 +LQ09X011740 Predicted protein 12.06798169 C6_control_C1 +LQ09X011740 Predicted protein 11.65009597 C6_control_C2 +LQ09X011740 Predicted protein 11.47996014 C6_control_C3 +LQ09X011740 Predicted protein 12.20617512 C6_chemical_A1 +LQ09X011740 Predicted protein 12.09796035 C6_chemical_A3 +LQ09X011740 Predicted protein 11.10098343 C6_chemical_B1 +LQ09X011740 Predicted protein 10.70477561 C6_chemical_B2 +LQ09X011740 Predicted protein 11.2365115 C6_chemical_B3 +LQ09X011740 Predicted protein 12.14832653 C6_chemical_C1 +LQ09X011740 Predicted protein 11.36358023 C6_chemical_C2 +LQ09X011740 Predicted protein 11.34766608 C6_chemical_C3 +LQ09X011740 Predicted protein 12.3676349 L4_control_A1 +LQ09X011740 Predicted protein 12.16575612 L4_control_A2 +LQ09X011740 Predicted protein 12.6436843 L4_control_A3 +LQ09X011740 Predicted protein 11.17857398 L4_control_B1 +LQ09X011740 Predicted protein 11.15531411 L4_control_B2 +LQ09X011740 Predicted protein 11.35778112 L4_control_B3 +LQ09X011740 Predicted protein 11.74642226 L4_control_C2 +LQ09X011740 Predicted protein 11.44365258 L4_control_C3 +LQ09X011740 Predicted protein 12.40706508 L4_chemical_A1 +LQ09X011740 Predicted protein 11.43949584 L4_chemical_A2 +LQ09X011740 Predicted protein 12.62859489 L4_chemical_A3 +LQ09X011740 Predicted protein 10.92369196 L4_chemical_B1 +LQ09X011740 Predicted protein 10.77563414 L4_chemical_B2 +LQ09X011740 Predicted protein 11.41687944 L4_chemical_B3 +LQ09X011740 Predicted protein 11.23795795 L4_chemical_C2 +LQ09X011740 Predicted protein 11.51072432 L4_chemical_C3 +LQ09X011790 Predicted protein 11.00883502 C6_control_A1 +LQ09X011790 Predicted protein 10.71872229 C6_control_A3 +LQ09X011790 Predicted protein 11.7712839 C6_control_B1 +LQ09X011790 Predicted protein 11.56867628 C6_control_B2 +LQ09X011790 Predicted protein 11.8221105 C6_control_B3 +LQ09X011790 Predicted protein 11.21082027 C6_control_C1 +LQ09X011790 Predicted protein 11.13546994 C6_control_C2 +LQ09X011790 Predicted protein 11.8393327 C6_control_C3 +LQ09X011790 Predicted protein 10.41584383 C6_chemical_A1 +LQ09X011790 Predicted protein 10.56423236 C6_chemical_A3 +LQ09X011790 Predicted protein 11.65528509 C6_chemical_B1 +LQ09X011790 Predicted protein 11.63262072 C6_chemical_B2 +LQ09X011790 Predicted protein 11.59260055 C6_chemical_B3 +LQ09X011790 Predicted protein 10.62373368 C6_chemical_C1 +LQ09X011790 Predicted protein 10.70615772 C6_chemical_C2 +LQ09X011790 Predicted protein 11.20620962 C6_chemical_C3 +LQ09X011790 Predicted protein 10.71804552 L4_control_A1 +LQ09X011790 Predicted protein 11.44478721 L4_control_A2 +LQ09X011790 Predicted protein 10.83596464 L4_control_A3 +LQ09X011790 Predicted protein 12.10462014 L4_control_B1 +LQ09X011790 Predicted protein 11.8482678 L4_control_B2 +LQ09X011790 Predicted protein 12.28864818 L4_control_B3 +LQ09X011790 Predicted protein 11.67999549 L4_control_C2 +LQ09X011790 Predicted protein 12.4927507 L4_control_C3 +LQ09X011790 Predicted protein 9.989097155 L4_chemical_A1 +LQ09X011790 Predicted protein 11.06732828 L4_chemical_A2 +LQ09X011790 Predicted protein 10.272474 L4_chemical_A3 +LQ09X011790 Predicted protein 11.64320265 L4_chemical_B1 +LQ09X011790 Predicted protein 11.90229299 L4_chemical_B2 +LQ09X011790 Predicted protein 11.64488161 L4_chemical_B3 +LQ09X011790 Predicted protein 11.77298238 L4_chemical_C2 +LQ09X011790 Predicted protein 11.90039778 L4_chemical_C3 +LQ09X011810 Putative uncharacterized protein 7.368552468 C6_control_A1 +LQ09X011810 Putative uncharacterized protein 5.986107859 C6_control_A3 +LQ09X011810 Putative uncharacterized protein 7.452773136 C6_control_B1 +LQ09X011810 Putative uncharacterized protein 8.247079329 C6_control_B2 +LQ09X011810 Putative uncharacterized protein 7.387202084 C6_control_B3 +LQ09X011810 Putative uncharacterized protein 9.463906842 C6_control_C1 +LQ09X011810 Putative uncharacterized protein 9.406851986 C6_control_C2 +LQ09X011810 Putative uncharacterized protein 10.20829357 C6_control_C3 +LQ09X011810 Putative uncharacterized protein 7.100406616 C6_chemical_A1 +LQ09X011810 Putative uncharacterized protein 7.128573733 C6_chemical_A3 +LQ09X011810 Putative uncharacterized protein 6.852953342 C6_chemical_B1 +LQ09X011810 Putative uncharacterized protein 8.114954114 C6_chemical_B2 +LQ09X011810 Putative uncharacterized protein 8.041963545 C6_chemical_B3 +LQ09X011810 Putative uncharacterized protein 9.273824337 C6_chemical_C1 +LQ09X011810 Putative uncharacterized protein 9.39801012 C6_chemical_C2 +LQ09X011810 Putative uncharacterized protein 9.786428902 C6_chemical_C3 +LQ09X011810 Putative uncharacterized protein 7.435064807 L4_control_A1 +LQ09X011810 Putative uncharacterized protein 6.806039748 L4_control_A2 +LQ09X011810 Putative uncharacterized protein 7.210282725 L4_control_A3 +LQ09X011810 Putative uncharacterized protein 8.332193079 L4_control_B1 +LQ09X011810 Putative uncharacterized protein 7.83626232 L4_control_B2 +LQ09X011810 Putative uncharacterized protein 8.175097566 L4_control_B3 +LQ09X011810 Putative uncharacterized protein 9.871240367 L4_control_C2 +LQ09X011810 Putative uncharacterized protein 9.666637438 L4_control_C3 +LQ09X011810 Putative uncharacterized protein 8.666639537 L4_chemical_A1 +LQ09X011810 Putative uncharacterized protein 7.707741889 L4_chemical_A2 +LQ09X011810 Putative uncharacterized protein 7.770916672 L4_chemical_A3 +LQ09X011810 Putative uncharacterized protein 8.002993573 L4_chemical_B1 +LQ09X011810 Putative uncharacterized protein 7.903616964 L4_chemical_B2 +LQ09X011810 Putative uncharacterized protein 7.830223198 L4_chemical_B3 +LQ09X011810 Putative uncharacterized protein 9.604601687 L4_chemical_C2 +LQ09X011810 Putative uncharacterized protein 9.810846486 L4_chemical_C3 +LQ09X011850 Putative uncharacterized protein 12.04443072 C6_control_A1 +LQ09X011850 Putative uncharacterized protein 12.00505923 C6_control_A3 +LQ09X011850 Putative uncharacterized protein 12.33992264 C6_control_B1 +LQ09X011850 Putative uncharacterized protein 12.43986818 C6_control_B2 +LQ09X011850 Putative uncharacterized protein 12.34740895 C6_control_B3 +LQ09X011850 Putative uncharacterized protein 12.17006195 C6_control_C1 +LQ09X011850 Putative uncharacterized protein 12.29730516 C6_control_C2 +LQ09X011850 Putative uncharacterized protein 12.3884431 C6_control_C3 +LQ09X011850 Putative uncharacterized protein 11.9259118 C6_chemical_A1 +LQ09X011850 Putative uncharacterized protein 11.79372154 C6_chemical_A3 +LQ09X011850 Putative uncharacterized protein 12.04341844 C6_chemical_B1 +LQ09X011850 Putative uncharacterized protein 12.41197066 C6_chemical_B2 +LQ09X011850 Putative uncharacterized protein 12.01440773 C6_chemical_B3 +LQ09X011850 Putative uncharacterized protein 12.08814294 C6_chemical_C1 +LQ09X011850 Putative uncharacterized protein 12.11812118 C6_chemical_C2 +LQ09X011850 Putative uncharacterized protein 12.19095956 C6_chemical_C3 +LQ09X011850 Putative uncharacterized protein 12.13425043 L4_control_A1 +LQ09X011850 Putative uncharacterized protein 12.31051472 L4_control_A2 +LQ09X011850 Putative uncharacterized protein 11.97628662 L4_control_A3 +LQ09X011850 Putative uncharacterized protein 12.30215714 L4_control_B1 +LQ09X011850 Putative uncharacterized protein 11.95092426 L4_control_B2 +LQ09X011850 Putative uncharacterized protein 12.34518545 L4_control_B3 +LQ09X011850 Putative uncharacterized protein 11.19619969 L4_control_C2 +LQ09X011850 Putative uncharacterized protein 11.93791311 L4_control_C3 +LQ09X011850 Putative uncharacterized protein 12.044387 L4_chemical_A1 +LQ09X011850 Putative uncharacterized protein 12.06511863 L4_chemical_A2 +LQ09X011850 Putative uncharacterized protein 11.99594829 L4_chemical_A3 +LQ09X011850 Putative uncharacterized protein 12.10484614 L4_chemical_B1 +LQ09X011850 Putative uncharacterized protein 11.88903477 L4_chemical_B2 +LQ09X011850 Putative uncharacterized protein 12.37162699 L4_chemical_B3 +LQ09X011850 Putative uncharacterized protein 11.38338366 L4_chemical_C2 +LQ09X011850 Putative uncharacterized protein 11.97668074 L4_chemical_C3 +LQ09X011872 Predicted protein 10.19951074 C6_control_A1 +LQ09X011872 Predicted protein 10.18313654 C6_control_A3 +LQ09X011872 Predicted protein 9.485688654 C6_control_B1 +LQ09X011872 Predicted protein 9.129406012 C6_control_B2 +LQ09X011872 Predicted protein 9.678002701 C6_control_B3 +LQ09X011872 Predicted protein 9.347509486 C6_control_C1 +LQ09X011872 Predicted protein 8.595630754 C6_control_C2 +LQ09X011872 Predicted protein 9.040043989 C6_control_C3 +LQ09X011872 Predicted protein 10.17753961 C6_chemical_A1 +LQ09X011872 Predicted protein 10.96388608 C6_chemical_A3 +LQ09X011872 Predicted protein 9.430304613 C6_chemical_B1 +LQ09X011872 Predicted protein 9.132030193 C6_chemical_B2 +LQ09X011872 Predicted protein 9.503757413 C6_chemical_B3 +LQ09X011872 Predicted protein 8.995308494 C6_chemical_C1 +LQ09X011872 Predicted protein 8.858258031 C6_chemical_C2 +LQ09X011872 Predicted protein 9.175763793 C6_chemical_C3 +LQ09X011872 Predicted protein 10.80110182 L4_control_A1 +LQ09X011872 Predicted protein 11.40724928 L4_control_A2 +LQ09X011872 Predicted protein 11.76244136 L4_control_A3 +LQ09X011872 Predicted protein 9.99191484 L4_control_B1 +LQ09X011872 Predicted protein 11.52114102 L4_control_B2 +LQ09X011872 Predicted protein 10.42819159 L4_control_B3 +LQ09X011872 Predicted protein 10.50826327 L4_control_C2 +LQ09X011872 Predicted protein 11.19910369 L4_control_C3 +LQ09X011872 Predicted protein 10.0798134 L4_chemical_A1 +LQ09X011872 Predicted protein 10.81492132 L4_chemical_A2 +LQ09X011872 Predicted protein 10.85972687 L4_chemical_A3 +LQ09X011872 Predicted protein 10.42128323 L4_chemical_B1 +LQ09X011872 Predicted protein 11.35388112 L4_chemical_B2 +LQ09X011872 Predicted protein 10.63018976 L4_chemical_B3 +LQ09X011872 Predicted protein 10.27676443 L4_chemical_C2 +LQ09X011872 Predicted protein 10.75946168 L4_chemical_C3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.264760217 C6_control_A1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.007521846 C6_control_A3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 5.91460487 C6_control_B1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 5.688301669 C6_control_B2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.219433938 C6_control_B3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 5.60172287 C6_control_C1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 5.919457267 C6_control_C2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.117855333 C6_control_C3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.182968187 C6_chemical_A1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.650990618 C6_chemical_A3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.034472881 C6_chemical_B1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 5.877058058 C6_chemical_B2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.149772323 C6_chemical_B3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 5.962947595 C6_chemical_C1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.264622146 C6_chemical_C2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.468031791 C6_chemical_C3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.791743465 L4_control_A1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.117992935 L4_control_A2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 7.855453083 L4_control_A3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.800186428 L4_control_B1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.989032084 L4_control_B2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.693720656 L4_control_B3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.128750094 L4_control_C2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.10848254 L4_control_C3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 7.043400477 L4_chemical_A1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 7.367766922 L4_chemical_A2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 7.108783317 L4_chemical_A3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 7.530137136 L4_chemical_B1 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 7.163046754 L4_chemical_B2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.456823562 L4_chemical_B3 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.957406541 L4_chemical_C2 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.629831045 L4_chemical_C3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.64829275 C6_control_A1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.33066921 C6_control_A3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.56720986 C6_control_B1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.51763555 C6_control_B2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.45251763 C6_control_B3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.8410308 C6_control_C1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.83069964 C6_control_C2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.82197231 C6_control_C3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.64477184 C6_chemical_A1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.31348413 C6_chemical_A3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.60878115 C6_chemical_B1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.33127453 C6_chemical_B2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.36310782 C6_chemical_B3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.74143978 C6_chemical_C1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.82041738 C6_chemical_C2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.70500319 C6_chemical_C3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.57975896 L4_control_A1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.46285436 L4_control_A2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.82416981 L4_control_A3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.43671274 L4_control_B1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 11.6256361 L4_control_B2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.04875838 L4_control_B3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.76000085 L4_control_C2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.29194526 L4_control_C3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.56252634 L4_chemical_A1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.71285945 L4_chemical_A2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.66385146 L4_chemical_A3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.23534881 L4_chemical_B1 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 11.83011137 L4_chemical_B2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.36167413 L4_chemical_B3 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.69895587 L4_chemical_C2 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.38242032 L4_chemical_C3 +LQ09X011940 Predicted protein 5.141937256 C6_control_A1 +LQ09X011940 Predicted protein 5.280286589 C6_control_A3 +LQ09X011940 Predicted protein 5.516945711 C6_control_B1 +LQ09X011940 Predicted protein 5.129483683 C6_control_B2 +LQ09X011940 Predicted protein 5.364232427 C6_control_B3 +LQ09X011940 Predicted protein 5.034518519 C6_control_C1 +LQ09X011940 Predicted protein 4.724400667 C6_control_C2 +LQ09X011940 Predicted protein 4.772916909 C6_control_C3 +LQ09X011940 Predicted protein 5.206504814 C6_chemical_A1 +LQ09X011940 Predicted protein 5.488953159 C6_chemical_A3 +LQ09X011940 Predicted protein 5.117161438 C6_chemical_B1 +LQ09X011940 Predicted protein 4.982931101 C6_chemical_B2 +LQ09X011940 Predicted protein 5.267609011 C6_chemical_B3 +LQ09X011940 Predicted protein 4.876495505 C6_chemical_C1 +LQ09X011940 Predicted protein 4.944115373 C6_chemical_C2 +LQ09X011940 Predicted protein 5.149214253 C6_chemical_C3 +LQ09X011940 Predicted protein 5.262854885 L4_control_A1 +LQ09X011940 Predicted protein 5.448605196 L4_control_A2 +LQ09X011940 Predicted protein 5.465597606 L4_control_A3 +LQ09X011940 Predicted protein 5.248298078 L4_control_B1 +LQ09X011940 Predicted protein 5.170518635 L4_control_B2 +LQ09X011940 Predicted protein 4.890065595 L4_control_B3 +LQ09X011940 Predicted protein 5.414464665 L4_control_C2 +LQ09X011940 Predicted protein 5.234273058 L4_control_C3 +LQ09X011940 Predicted protein 5.076429097 L4_chemical_A1 +LQ09X011940 Predicted protein 5.124560233 L4_chemical_A2 +LQ09X011940 Predicted protein 6.01184011 L4_chemical_A3 +LQ09X011940 Predicted protein 5.453877581 L4_chemical_B1 +LQ09X011940 Predicted protein 5.143817758 L4_chemical_B2 +LQ09X011940 Predicted protein 5.548784184 L4_chemical_B3 +LQ09X011940 Predicted protein 4.950365778 L4_chemical_C2 +LQ09X011940 Predicted protein 5.015243202 L4_chemical_C3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.931532322 C6_control_A1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.070921782 C6_control_A3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.958742489 C6_control_B1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.891697212 C6_control_B2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.83598349 C6_control_B3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.265016148 C6_control_C1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.015097694 C6_control_C2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.929016789 C6_control_C3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.76109576 C6_chemical_A1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.917435849 C6_chemical_A3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.025144075 C6_chemical_B1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.99749586 C6_chemical_B2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.916340828 C6_chemical_B3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.943807893 C6_chemical_C1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.156294937 C6_chemical_C2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.913234624 C6_chemical_C3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.992886401 L4_control_A1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.746540853 L4_control_A2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.278758748 L4_control_A3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.445980374 L4_control_B1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.937740236 L4_control_B2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.059927083 L4_control_B3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.705542243 L4_control_C2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.001611489 L4_control_C3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.792998265 L4_chemical_A1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.847415957 L4_chemical_A2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.445895009 L4_chemical_A3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.296209703 L4_chemical_B1 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.918509302 L4_chemical_B2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.742837184 L4_chemical_B3 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.930689039 L4_chemical_C2 +LQ09X011970 Putative OSJNBa0095H06.12 protein 5.63648491 L4_chemical_C3 +LQ09X011990 Putative uncharacterized protein 11.35642882 C6_control_A1 +LQ09X011990 Putative uncharacterized protein 10.96740212 C6_control_A3 +LQ09X011990 Putative uncharacterized protein 11.48736764 C6_control_B1 +LQ09X011990 Putative uncharacterized protein 10.8511386 C6_control_B2 +LQ09X011990 Putative uncharacterized protein 11.51865624 C6_control_B3 +LQ09X011990 Putative uncharacterized protein 11.44498943 C6_control_C1 +LQ09X011990 Putative uncharacterized protein 10.88701702 C6_control_C2 +LQ09X011990 Putative uncharacterized protein 11.62274816 C6_control_C3 +LQ09X011990 Putative uncharacterized protein 11.35019039 C6_chemical_A1 +LQ09X011990 Putative uncharacterized protein 11.24984525 C6_chemical_A3 +LQ09X011990 Putative uncharacterized protein 11.31576986 C6_chemical_B1 +LQ09X011990 Putative uncharacterized protein 10.43515501 C6_chemical_B2 +LQ09X011990 Putative uncharacterized protein 11.43980476 C6_chemical_B3 +LQ09X011990 Putative uncharacterized protein 11.10109066 C6_chemical_C1 +LQ09X011990 Putative uncharacterized protein 11.01850125 C6_chemical_C2 +LQ09X011990 Putative uncharacterized protein 11.35086302 C6_chemical_C3 +LQ09X011990 Putative uncharacterized protein 11.28938734 L4_control_A1 +LQ09X011990 Putative uncharacterized protein 11.30565871 L4_control_A2 +LQ09X011990 Putative uncharacterized protein 11.87391897 L4_control_A3 +LQ09X011990 Putative uncharacterized protein 12.09397565 L4_control_B1 +LQ09X011990 Putative uncharacterized protein 11.95974017 L4_control_B2 +LQ09X011990 Putative uncharacterized protein 11.76535953 L4_control_B3 +LQ09X011990 Putative uncharacterized protein 12.65449768 L4_control_C2 +LQ09X011990 Putative uncharacterized protein 12.11525123 L4_control_C3 +LQ09X011990 Putative uncharacterized protein 11.70111959 L4_chemical_A1 +LQ09X011990 Putative uncharacterized protein 11.57231404 L4_chemical_A2 +LQ09X011990 Putative uncharacterized protein 11.80816275 L4_chemical_A3 +LQ09X011990 Putative uncharacterized protein 11.99734706 L4_chemical_B1 +LQ09X011990 Putative uncharacterized protein 12.15986594 L4_chemical_B2 +LQ09X011990 Putative uncharacterized protein 11.62669575 L4_chemical_B3 +LQ09X011990 Putative uncharacterized protein 12.47049694 L4_chemical_C2 +LQ09X011990 Putative uncharacterized protein 12.11161215 L4_chemical_C3 +LQ09X012010 Putative uncharacterized protein 5.474529388 C6_control_A1 +LQ09X012010 Putative uncharacterized protein 5.349194196 C6_control_A3 +LQ09X012010 Putative uncharacterized protein 5.973252774 C6_control_B1 +LQ09X012010 Putative uncharacterized protein 5.783670133 C6_control_B2 +LQ09X012010 Putative uncharacterized protein 5.706362802 C6_control_B3 +LQ09X012010 Putative uncharacterized protein 6.715485492 C6_control_C1 +LQ09X012010 Putative uncharacterized protein 5.670293501 C6_control_C2 +LQ09X012010 Putative uncharacterized protein 5.890432348 C6_control_C3 +LQ09X012010 Putative uncharacterized protein 5.153683774 C6_chemical_A1 +LQ09X012010 Putative uncharacterized protein 5.323241216 C6_chemical_A3 +LQ09X012010 Putative uncharacterized protein 5.885983568 C6_chemical_B1 +LQ09X012010 Putative uncharacterized protein 5.252725529 C6_chemical_B2 +LQ09X012010 Putative uncharacterized protein 5.435527124 C6_chemical_B3 +LQ09X012010 Putative uncharacterized protein 6.223165284 C6_chemical_C1 +LQ09X012010 Putative uncharacterized protein 6.43901822 C6_chemical_C2 +LQ09X012010 Putative uncharacterized protein 5.502688478 C6_chemical_C3 +LQ09X012010 Putative uncharacterized protein 5.149484319 L4_control_A1 +LQ09X012010 Putative uncharacterized protein 5.094607225 L4_control_A2 +LQ09X012010 Putative uncharacterized protein 5.10758469 L4_control_A3 +LQ09X012010 Putative uncharacterized protein 5.624575072 L4_control_B1 +LQ09X012010 Putative uncharacterized protein 5.877599941 L4_control_B2 +LQ09X012010 Putative uncharacterized protein 5.794506664 L4_control_B3 +LQ09X012010 Putative uncharacterized protein 6.093000672 L4_control_C2 +LQ09X012010 Putative uncharacterized protein 6.019944437 L4_control_C3 +LQ09X012010 Putative uncharacterized protein 5.013169694 L4_chemical_A1 +LQ09X012010 Putative uncharacterized protein 5.245815622 L4_chemical_A2 +LQ09X012010 Putative uncharacterized protein 5.441063026 L4_chemical_A3 +LQ09X012010 Putative uncharacterized protein 5.678568987 L4_chemical_B1 +LQ09X012010 Putative uncharacterized protein 6.067063006 L4_chemical_B2 +LQ09X012010 Putative uncharacterized protein 5.434781262 L4_chemical_B3 +LQ09X012010 Putative uncharacterized protein 6.622791583 L4_chemical_C2 +LQ09X012010 Putative uncharacterized protein 5.311227862 L4_chemical_C3 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.215342899 C6_control_A1 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.953328589 C6_control_A3 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.683282456 C6_control_B1 +LQ09X012020 Putative clathrin assembly protein At5g35200 10.28107735 C6_control_B2 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.760448098 C6_control_B3 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.686548236 C6_control_C1 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.787374707 C6_control_C2 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.532915508 C6_control_C3 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.390522994 C6_chemical_A1 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.058234883 C6_chemical_A3 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.664455933 C6_chemical_B1 +LQ09X012020 Putative clathrin assembly protein At5g35200 10.52452004 C6_chemical_B2 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.573982945 C6_chemical_B3 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.648788911 C6_chemical_C1 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.698452133 C6_chemical_C2 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.326881577 C6_chemical_C3 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.724917581 L4_control_A1 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.107336872 L4_control_A2 +LQ09X012020 Putative clathrin assembly protein At5g35200 7.515466942 L4_control_A3 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.022017506 L4_control_B1 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.93259372 L4_control_B2 +LQ09X012020 Putative clathrin assembly protein At5g35200 10.28966297 L4_control_B3 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.027195968 L4_control_C2 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.223271137 L4_control_C3 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.460745842 L4_chemical_A1 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.044164747 L4_chemical_A2 +LQ09X012020 Putative clathrin assembly protein At5g35200 7.356496335 L4_chemical_A3 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.779832144 L4_chemical_B1 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.55061746 L4_chemical_B2 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.716396163 L4_chemical_B3 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.184829884 L4_chemical_C2 +LQ09X012020 Putative clathrin assembly protein At5g35200 8.365495526 L4_chemical_C3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.255504846 C6_control_A1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.404899035 C6_control_A3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.591192327 C6_control_B1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 6.860693917 C6_control_B2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.362349605 C6_control_B3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.402455496 C6_control_C1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 6.854208956 C6_control_C2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.290919709 C6_control_C3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.408171663 C6_chemical_A1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.279651796 C6_chemical_A3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.218482643 C6_chemical_B1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.382965117 C6_chemical_B2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.660404686 C6_chemical_B3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.868640742 C6_chemical_C1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.765216732 C6_chemical_C2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.764186915 C6_chemical_C3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.838953445 L4_control_A1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.532629498 L4_control_A2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.686034858 L4_control_A3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.660177366 L4_control_B1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 8.126394014 L4_control_B2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.610704286 L4_control_B3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 8.767600331 L4_control_C2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 8.036237194 L4_control_C3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.567363981 L4_chemical_A1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.564849176 L4_chemical_A2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.67498915 L4_chemical_A3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.558734664 L4_chemical_B1 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.771689623 L4_chemical_B2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.569706775 L4_chemical_B3 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 8.280876148 L4_chemical_C2 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 8.745355527 L4_chemical_C3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.251459909 C6_control_A1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.179084767 C6_control_A3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.948914096 C6_control_B1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.611595783 C6_control_B2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.556936033 C6_control_B3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.122263298 C6_control_C1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.496461716 C6_control_C2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.389691024 C6_control_C3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.771880671 C6_chemical_A1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.053858549 C6_chemical_A3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.001744136 C6_chemical_B1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.378876485 C6_chemical_B2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.742606303 C6_chemical_B3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 6.842735104 C6_chemical_C1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.886385253 C6_chemical_C2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.389435411 C6_chemical_C3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.771668735 L4_control_A1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.043702866 L4_control_A2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.090733012 L4_control_A3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.683139568 L4_control_B1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.663451442 L4_control_B2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.897838044 L4_control_B3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.626818539 L4_control_C2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.602652553 L4_control_C3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.82057875 L4_chemical_A1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.890409783 L4_chemical_A2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.728689893 L4_chemical_A3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.611853967 L4_chemical_B1 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.842212526 L4_chemical_B2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.916856052 L4_chemical_B3 +LQ09X012070 Putative ADIPOR-like receptor CG5315 9.001755965 L4_chemical_C2 +LQ09X012070 Putative ADIPOR-like receptor CG5315 8.305311658 L4_chemical_C3 +LQ09X012080 Sucrose-phosphate synthase 1 5.181960238 C6_control_A1 +LQ09X012080 Sucrose-phosphate synthase 1 5.360909996 C6_control_A3 +LQ09X012080 Sucrose-phosphate synthase 1 4.869569692 C6_control_B1 +LQ09X012080 Sucrose-phosphate synthase 1 5.021177591 C6_control_B2 +LQ09X012080 Sucrose-phosphate synthase 1 4.953992785 C6_control_B3 +LQ09X012080 Sucrose-phosphate synthase 1 5.156482575 C6_control_C1 +LQ09X012080 Sucrose-phosphate synthase 1 5.30234224 C6_control_C2 +LQ09X012080 Sucrose-phosphate synthase 1 5.010946551 C6_control_C3 +LQ09X012080 Sucrose-phosphate synthase 1 4.937516946 C6_chemical_A1 +LQ09X012080 Sucrose-phosphate synthase 1 5.420114953 C6_chemical_A3 +LQ09X012080 Sucrose-phosphate synthase 1 5.010319363 C6_chemical_B1 +LQ09X012080 Sucrose-phosphate synthase 1 4.942959918 C6_chemical_B2 +LQ09X012080 Sucrose-phosphate synthase 1 4.839803525 C6_chemical_B3 +LQ09X012080 Sucrose-phosphate synthase 1 5.175707494 C6_chemical_C1 +LQ09X012080 Sucrose-phosphate synthase 1 5.186203136 C6_chemical_C2 +LQ09X012080 Sucrose-phosphate synthase 1 4.940646456 C6_chemical_C3 +LQ09X012080 Sucrose-phosphate synthase 1 4.793255516 L4_control_A1 +LQ09X012080 Sucrose-phosphate synthase 1 5.321921464 L4_control_A2 +LQ09X012080 Sucrose-phosphate synthase 1 5.276033593 L4_control_A3 +LQ09X012080 Sucrose-phosphate synthase 1 4.820600029 L4_control_B1 +LQ09X012080 Sucrose-phosphate synthase 1 5.303711052 L4_control_B2 +LQ09X012080 Sucrose-phosphate synthase 1 4.912556046 L4_control_B3 +LQ09X012080 Sucrose-phosphate synthase 1 5.403294953 L4_control_C2 +LQ09X012080 Sucrose-phosphate synthase 1 5.335107886 L4_control_C3 +LQ09X012080 Sucrose-phosphate synthase 1 5.121434593 L4_chemical_A1 +LQ09X012080 Sucrose-phosphate synthase 1 5.21698453 L4_chemical_A2 +LQ09X012080 Sucrose-phosphate synthase 1 5.760211537 L4_chemical_A3 +LQ09X012080 Sucrose-phosphate synthase 1 5.224954417 L4_chemical_B1 +LQ09X012080 Sucrose-phosphate synthase 1 5.169906806 L4_chemical_B2 +LQ09X012080 Sucrose-phosphate synthase 1 4.718600959 L4_chemical_B3 +LQ09X012080 Sucrose-phosphate synthase 1 4.889818471 L4_chemical_C2 +LQ09X012080 Sucrose-phosphate synthase 1 4.978957225 L4_chemical_C3 +LQ09X012090 Predicted protein 5.09780029 C6_control_A1 +LQ09X012090 Predicted protein 4.870702941 C6_control_A3 +LQ09X012090 Predicted protein 5.07089531 C6_control_B1 +LQ09X012090 Predicted protein 5.165573812 C6_control_B2 +LQ09X012090 Predicted protein 5.07779715 C6_control_B3 +LQ09X012090 Predicted protein 4.994347748 C6_control_C1 +LQ09X012090 Predicted protein 5.159556297 C6_control_C2 +LQ09X012090 Predicted protein 5.245948327 C6_control_C3 +LQ09X012090 Predicted protein 5.252396137 C6_chemical_A1 +LQ09X012090 Predicted protein 4.83758074 C6_chemical_A3 +LQ09X012090 Predicted protein 4.878253791 C6_chemical_B1 +LQ09X012090 Predicted protein 5.113441203 C6_chemical_B2 +LQ09X012090 Predicted protein 5.2278166 C6_chemical_B3 +LQ09X012090 Predicted protein 4.945336032 C6_chemical_C1 +LQ09X012090 Predicted protein 5.293175683 C6_chemical_C2 +LQ09X012090 Predicted protein 5.563175117 C6_chemical_C3 +LQ09X012090 Predicted protein 4.781678021 L4_control_A1 +LQ09X012090 Predicted protein 5.103619552 L4_control_A2 +LQ09X012090 Predicted protein 5.11215791 L4_control_A3 +LQ09X012090 Predicted protein 4.973879436 L4_control_B1 +LQ09X012090 Predicted protein 5.501572472 L4_control_B2 +LQ09X012090 Predicted protein 5.02724904 L4_control_B3 +LQ09X012090 Predicted protein 5.062720009 L4_control_C2 +LQ09X012090 Predicted protein 5.510745837 L4_control_C3 +LQ09X012090 Predicted protein 5.060966452 L4_chemical_A1 +LQ09X012090 Predicted protein 5.077687607 L4_chemical_A2 +LQ09X012090 Predicted protein 5.106121338 L4_chemical_A3 +LQ09X012090 Predicted protein 4.790566582 L4_chemical_B1 +LQ09X012090 Predicted protein 5.361953728 L4_chemical_B2 +LQ09X012090 Predicted protein 4.872745999 L4_chemical_B3 +LQ09X012090 Predicted protein 5.485881235 L4_chemical_C2 +LQ09X012090 Predicted protein 5.440619152 L4_chemical_C3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.49318289 C6_control_A1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.84481704 C6_control_A3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.007665783 C6_control_B1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.264285858 C6_control_B2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.475264205 C6_control_B3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.306178151 C6_control_C1 +LQ09X012100 Putative chloride channel-like protein CLC-g 6.459147721 C6_control_C2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.621537235 C6_control_C3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.120314387 C6_chemical_A1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.425370692 C6_chemical_A3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.308416271 C6_chemical_B1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.42236451 C6_chemical_B2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.011548254 C6_chemical_B3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.619267444 C6_chemical_C1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.513221568 C6_chemical_C2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.644657219 C6_chemical_C3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.3767015 L4_control_A1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.145558968 L4_control_A2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.56162037 L4_control_A3 +LQ09X012100 Putative chloride channel-like protein CLC-g 4.863524256 L4_control_B1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.613207178 L4_control_B2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.353025186 L4_control_B3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.053331029 L4_control_C2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.334302801 L4_control_C3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.308453421 L4_chemical_A1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.040298198 L4_chemical_A2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.293694765 L4_chemical_A3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.12702221 L4_chemical_B1 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.468219316 L4_chemical_B2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.346483298 L4_chemical_B3 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.280355535 L4_chemical_C2 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.558943364 L4_chemical_C3 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.043596704 C6_control_A1 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.594609296 C6_control_A3 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.682423339 C6_control_B1 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.447109132 C6_control_B2 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.21183561 C6_control_B3 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.322717582 C6_control_C1 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.66781747 C6_control_C2 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.205470355 C6_control_C3 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.832507937 C6_chemical_A1 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.60951873 C6_chemical_A3 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.759896417 C6_chemical_B1 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.580447249 C6_chemical_B2 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.488484035 C6_chemical_B3 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.080761239 C6_chemical_C1 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.040858816 C6_chemical_C2 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.875692498 C6_chemical_C3 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.101038562 L4_control_A1 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.010548023 L4_control_A2 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.666882989 L4_control_A3 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.515219504 L4_control_B1 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.425453259 L4_control_B2 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.540086762 L4_control_B3 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.60410719 L4_control_C2 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.735279973 L4_control_C3 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.004358723 L4_chemical_A1 +LQ09X012140 Bifunctional purple acid phosphatase 26 6.310275344 L4_chemical_A2 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.745796846 L4_chemical_A3 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.915410627 L4_chemical_B1 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.706273271 L4_chemical_B2 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.840586526 L4_chemical_B3 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.806197832 L4_chemical_C2 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.53947208 L4_chemical_C3 +LQ09X012150 Predicted protein 9.329481442 C6_control_A1 +LQ09X012150 Predicted protein 8.102541923 C6_control_A3 +LQ09X012150 Predicted protein 9.029772346 C6_control_B1 +LQ09X012150 Predicted protein 8.250004148 C6_control_B2 +LQ09X012150 Predicted protein 8.672969669 C6_control_B3 +LQ09X012150 Predicted protein 9.348931692 C6_control_C1 +LQ09X012150 Predicted protein 9.258892213 C6_control_C2 +LQ09X012150 Predicted protein 9.170336227 C6_control_C3 +LQ09X012150 Predicted protein 9.325871008 C6_chemical_A1 +LQ09X012150 Predicted protein 8.604033814 C6_chemical_A3 +LQ09X012150 Predicted protein 8.61756041 C6_chemical_B1 +LQ09X012150 Predicted protein 8.220644035 C6_chemical_B2 +LQ09X012150 Predicted protein 8.458749439 C6_chemical_B3 +LQ09X012150 Predicted protein 9.233356998 C6_chemical_C1 +LQ09X012150 Predicted protein 9.854982751 C6_chemical_C2 +LQ09X012150 Predicted protein 9.523716397 C6_chemical_C3 +LQ09X012150 Predicted protein 8.602586662 L4_control_A1 +LQ09X012150 Predicted protein 9.692920242 L4_control_A2 +LQ09X012150 Predicted protein 9.367868963 L4_control_A3 +LQ09X012150 Predicted protein 8.870416369 L4_control_B1 +LQ09X012150 Predicted protein 9.671160474 L4_control_B2 +LQ09X012150 Predicted protein 8.025765357 L4_control_B3 +LQ09X012150 Predicted protein 10.77097089 L4_control_C2 +LQ09X012150 Predicted protein 10.3675307 L4_control_C3 +LQ09X012150 Predicted protein 8.826284714 L4_chemical_A1 +LQ09X012150 Predicted protein 9.169570791 L4_chemical_A2 +LQ09X012150 Predicted protein 9.261720058 L4_chemical_A3 +LQ09X012150 Predicted protein 9.153699322 L4_chemical_B1 +LQ09X012150 Predicted protein 9.408494776 L4_chemical_B2 +LQ09X012150 Predicted protein 8.188413803 L4_chemical_B3 +LQ09X012150 Predicted protein 10.30523461 L4_chemical_C2 +LQ09X012150 Predicted protein 10.11368205 L4_chemical_C3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.233568248 C6_control_A1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 4.920290025 C6_control_A3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.552220305 C6_control_B1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.454067307 C6_control_B2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.289202125 C6_control_B3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.168902376 C6_control_C1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 4.964684587 C6_control_C2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 4.984145555 C6_control_C3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.173502985 C6_chemical_A1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 4.894916758 C6_chemical_A3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.681822925 C6_chemical_B1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.167957389 C6_chemical_B2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.690279997 C6_chemical_B3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.283056929 C6_chemical_C1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.317575832 C6_chemical_C2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.250323401 C6_chemical_C3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 4.775418805 L4_control_A1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.339156191 L4_control_A2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.307714972 L4_control_A3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.384665983 L4_control_B1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.138988121 L4_control_B2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.467509806 L4_control_B3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.143444671 L4_control_C2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 4.89410745 L4_control_C3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.034071164 L4_chemical_A1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.277937809 L4_chemical_A2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.54603839 L4_chemical_A3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.536225991 L4_chemical_B1 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.337348816 L4_chemical_B2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.151505133 L4_chemical_B3 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.165766759 L4_chemical_C2 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 4.97981835 L4_chemical_C3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.40125483 C6_control_A1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.499596916 C6_control_A3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.397877864 C6_control_B1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.018833464 C6_control_B2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.233368679 C6_control_B3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.438670883 C6_control_C1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.890293851 C6_control_C2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.22138184 C6_control_C3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.910701037 C6_chemical_A1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.444310476 C6_chemical_A3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.505455497 C6_chemical_B1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.072999543 C6_chemical_B2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.707363913 C6_chemical_B3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.602709654 C6_chemical_C1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.854629686 C6_chemical_C2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.269905456 C6_chemical_C3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.983215594 L4_control_A1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.076845766 L4_control_A2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.3636633 L4_control_A3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.137817933 L4_control_B1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.966274295 L4_control_B2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.311003411 L4_control_B3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.985815856 L4_control_C2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.15110156 L4_control_C3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.915631039 L4_chemical_A1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.32081625 L4_chemical_A2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.434099608 L4_chemical_A3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.259400257 L4_chemical_B1 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.915709358 L4_chemical_B2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.20374264 L4_chemical_B3 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 6.138810377 L4_chemical_C2 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 5.03112927 L4_chemical_C3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.992776365 C6_control_A1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.249028768 C6_control_A3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 4.984241096 C6_control_B1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.100211917 C6_control_B2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.180530176 C6_control_B3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.272463044 C6_control_C1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.499499913 C6_control_C2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.260743516 C6_control_C3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.414868779 C6_chemical_A1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.156744269 C6_chemical_A3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.052231289 C6_chemical_B1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.182531098 C6_chemical_B2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.250240552 C6_chemical_B3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.331025306 C6_chemical_C1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.418349158 C6_chemical_C2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.227320341 C6_chemical_C3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.606678626 L4_control_A1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 4.876006176 L4_control_A2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.769722313 L4_control_A3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 4.842950172 L4_control_B1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 6.080372282 L4_control_B2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.209013334 L4_control_B3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.173258364 L4_control_C2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.046644727 L4_control_C3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.209329535 L4_chemical_A1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.083247594 L4_chemical_A2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.120801763 L4_chemical_A3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.283366411 L4_chemical_B1 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.349606684 L4_chemical_B2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.247165915 L4_chemical_B3 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.159731641 L4_chemical_C2 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.002159231 L4_chemical_C3 +LQ09X012240 Putative uncharacterized protein 5.277149335 C6_control_A1 +LQ09X012240 Putative uncharacterized protein 5.35239592 C6_control_A3 +LQ09X012240 Putative uncharacterized protein 5.37213953 C6_control_B1 +LQ09X012240 Putative uncharacterized protein 5.676653204 C6_control_B2 +LQ09X012240 Putative uncharacterized protein 5.369322487 C6_control_B3 +LQ09X012240 Putative uncharacterized protein 5.627833895 C6_control_C1 +LQ09X012240 Putative uncharacterized protein 5.703363327 C6_control_C2 +LQ09X012240 Putative uncharacterized protein 5.486356881 C6_control_C3 +LQ09X012240 Putative uncharacterized protein 5.662731734 C6_chemical_A1 +LQ09X012240 Putative uncharacterized protein 5.643438125 C6_chemical_A3 +LQ09X012240 Putative uncharacterized protein 5.329700599 C6_chemical_B1 +LQ09X012240 Putative uncharacterized protein 5.733256364 C6_chemical_B2 +LQ09X012240 Putative uncharacterized protein 5.381107892 C6_chemical_B3 +LQ09X012240 Putative uncharacterized protein 5.726460357 C6_chemical_C1 +LQ09X012240 Putative uncharacterized protein 5.832500197 C6_chemical_C2 +LQ09X012240 Putative uncharacterized protein 5.613823496 C6_chemical_C3 +LQ09X012240 Putative uncharacterized protein 5.700843707 L4_control_A1 +LQ09X012240 Putative uncharacterized protein 5.723525732 L4_control_A2 +LQ09X012240 Putative uncharacterized protein 5.552647611 L4_control_A3 +LQ09X012240 Putative uncharacterized protein 6.096519649 L4_control_B1 +LQ09X012240 Putative uncharacterized protein 5.802738456 L4_control_B2 +LQ09X012240 Putative uncharacterized protein 5.726396111 L4_control_B3 +LQ09X012240 Putative uncharacterized protein 5.332765012 L4_control_C2 +LQ09X012240 Putative uncharacterized protein 5.585095813 L4_control_C3 +LQ09X012240 Putative uncharacterized protein 5.368731845 L4_chemical_A1 +LQ09X012240 Putative uncharacterized protein 5.910201242 L4_chemical_A2 +LQ09X012240 Putative uncharacterized protein 6.035733662 L4_chemical_A3 +LQ09X012240 Putative uncharacterized protein 6.152901513 L4_chemical_B1 +LQ09X012240 Putative uncharacterized protein 5.720663241 L4_chemical_B2 +LQ09X012240 Putative uncharacterized protein 5.751954568 L4_chemical_B3 +LQ09X012240 Putative uncharacterized protein 5.879130928 L4_chemical_C2 +LQ09X012240 Putative uncharacterized protein 5.15037654 L4_chemical_C3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 10.76806956 C6_control_A1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 10.70702666 C6_control_A3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.17764369 C6_control_B1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.30028789 C6_control_B2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.26197023 C6_control_B3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 8.885136938 C6_control_C1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 8.012725467 C6_control_C2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 7.659959417 C6_control_C3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.18857116 C6_chemical_A1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 10.77589236 C6_chemical_A3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.37772807 C6_chemical_B1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.31280318 C6_chemical_B2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.0006763 C6_chemical_B3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 9.106157796 C6_chemical_C1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 8.69722105 C6_chemical_C2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 7.853062874 C6_chemical_C3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.65292022 L4_control_A1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 10.73456432 L4_control_A2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 12.06540939 L4_control_A3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 12.10764197 L4_control_B1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 12.09571215 L4_control_B2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.99914426 L4_control_B3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 9.250659792 L4_control_C2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 10.03112769 L4_control_C3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 10.27050379 L4_chemical_A1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 9.693841621 L4_chemical_A2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.76009511 L4_chemical_A3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.01864506 L4_chemical_B1 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.26898634 L4_chemical_B2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.10477563 L4_chemical_B3 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 9.588175656 L4_chemical_C2 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 10.07290899 L4_chemical_C3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 11.32957663 C6_control_A1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 11.74247892 C6_control_A3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 10.99379762 C6_control_B1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.479094517 C6_control_B2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 10.02020997 C6_control_B3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.575822565 C6_control_C1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.130712477 C6_control_C2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.233279125 C6_control_C3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 10.84221673 C6_chemical_A1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 11.38923292 C6_chemical_A3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.738761828 C6_chemical_B1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 8.641319104 C6_chemical_B2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.137051763 C6_chemical_B3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.244717454 C6_chemical_C1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.020675116 C6_chemical_C2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 8.418479904 C6_chemical_C3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 10.2314433 L4_control_A1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 10.18675287 L4_control_A2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 10.95451026 L4_control_A3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 8.767786251 L4_control_B1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.728851007 L4_control_B2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 7.781586993 L4_control_B3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.657416729 L4_control_C2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 8.08839901 L4_control_C3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 10.25807654 L4_chemical_A1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.242838773 L4_chemical_A2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 11.01362086 L4_chemical_A3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.882030696 L4_chemical_B1 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.364408578 L4_chemical_B2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 8.964152798 L4_chemical_B3 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 9.406280682 L4_chemical_C2 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 7.222663785 L4_chemical_C3 +LQ09X012320 Putative Protein SRG1 5.894036 C6_control_A1 +LQ09X012320 Putative Protein SRG1 5.33303052 C6_control_A3 +LQ09X012320 Putative Protein SRG1 5.667320495 C6_control_B1 +LQ09X012320 Putative Protein SRG1 6.586203034 C6_control_B2 +LQ09X012320 Putative Protein SRG1 6.105570472 C6_control_B3 +LQ09X012320 Putative Protein SRG1 10.20345528 C6_control_C1 +LQ09X012320 Putative Protein SRG1 9.816687547 C6_control_C2 +LQ09X012320 Putative Protein SRG1 9.947396929 C6_control_C3 +LQ09X012320 Putative Protein SRG1 5.265281566 C6_chemical_A1 +LQ09X012320 Putative Protein SRG1 5.980711793 C6_chemical_A3 +LQ09X012320 Putative Protein SRG1 5.156224975 C6_chemical_B1 +LQ09X012320 Putative Protein SRG1 6.556966229 C6_chemical_B2 +LQ09X012320 Putative Protein SRG1 6.366093215 C6_chemical_B3 +LQ09X012320 Putative Protein SRG1 10.11437307 C6_chemical_C1 +LQ09X012320 Putative Protein SRG1 9.993295578 C6_chemical_C2 +LQ09X012320 Putative Protein SRG1 8.85853973 C6_chemical_C3 +LQ09X012320 Putative Protein SRG1 5.311306226 L4_control_A1 +LQ09X012320 Putative Protein SRG1 5.322185601 L4_control_A2 +LQ09X012320 Putative Protein SRG1 5.329214423 L4_control_A3 +LQ09X012320 Putative Protein SRG1 5.141972916 L4_control_B1 +LQ09X012320 Putative Protein SRG1 5.707911334 L4_control_B2 +LQ09X012320 Putative Protein SRG1 5.585804563 L4_control_B3 +LQ09X012320 Putative Protein SRG1 5.405617607 L4_control_C2 +LQ09X012320 Putative Protein SRG1 4.885249844 L4_control_C3 +LQ09X012320 Putative Protein SRG1 5.371408569 L4_chemical_A1 +LQ09X012320 Putative Protein SRG1 5.857559898 L4_chemical_A2 +LQ09X012320 Putative Protein SRG1 5.624031358 L4_chemical_A3 +LQ09X012320 Putative Protein SRG1 4.815767005 L4_chemical_B1 +LQ09X012320 Putative Protein SRG1 5.400834072 L4_chemical_B2 +LQ09X012320 Putative Protein SRG1 5.692262636 L4_chemical_B3 +LQ09X012320 Putative Protein SRG1 5.337086692 L4_chemical_C2 +LQ09X012320 Putative Protein SRG1 4.595533369 L4_chemical_C3 +LQ09X012350 Heparanase-like protein 3 10.88477466 C6_control_A1 +LQ09X012350 Heparanase-like protein 3 11.28807554 C6_control_A3 +LQ09X012350 Heparanase-like protein 3 12.63451762 C6_control_B1 +LQ09X012350 Heparanase-like protein 3 12.66580473 C6_control_B2 +LQ09X012350 Heparanase-like protein 3 12.87469527 C6_control_B3 +LQ09X012350 Heparanase-like protein 3 10.40239191 C6_control_C1 +LQ09X012350 Heparanase-like protein 3 11.31693194 C6_control_C2 +LQ09X012350 Heparanase-like protein 3 10.64790678 C6_control_C3 +LQ09X012350 Heparanase-like protein 3 10.88426006 C6_chemical_A1 +LQ09X012350 Heparanase-like protein 3 11.24352051 C6_chemical_A3 +LQ09X012350 Heparanase-like protein 3 12.91449747 C6_chemical_B1 +LQ09X012350 Heparanase-like protein 3 12.63544291 C6_chemical_B2 +LQ09X012350 Heparanase-like protein 3 12.40312839 C6_chemical_B3 +LQ09X012350 Heparanase-like protein 3 10.27564762 C6_chemical_C1 +LQ09X012350 Heparanase-like protein 3 10.88022402 C6_chemical_C2 +LQ09X012350 Heparanase-like protein 3 10.56028095 C6_chemical_C3 +LQ09X012350 Heparanase-like protein 3 11.51940043 L4_control_A1 +LQ09X012350 Heparanase-like protein 3 11.59831848 L4_control_A2 +LQ09X012350 Heparanase-like protein 3 12.18195311 L4_control_A3 +LQ09X012350 Heparanase-like protein 3 13.06344212 L4_control_B1 +LQ09X012350 Heparanase-like protein 3 13.58378186 L4_control_B2 +LQ09X012350 Heparanase-like protein 3 13.22547023 L4_control_B3 +LQ09X012350 Heparanase-like protein 3 11.30126803 L4_control_C2 +LQ09X012350 Heparanase-like protein 3 11.02387662 L4_control_C3 +LQ09X012350 Heparanase-like protein 3 10.72797926 L4_chemical_A1 +LQ09X012350 Heparanase-like protein 3 11.03637513 L4_chemical_A2 +LQ09X012350 Heparanase-like protein 3 11.67082021 L4_chemical_A3 +LQ09X012350 Heparanase-like protein 3 12.24012177 L4_chemical_B1 +LQ09X012350 Heparanase-like protein 3 12.51775537 L4_chemical_B2 +LQ09X012350 Heparanase-like protein 3 12.24308505 L4_chemical_B3 +LQ09X012350 Heparanase-like protein 3 10.71032794 L4_chemical_C2 +LQ09X012350 Heparanase-like protein 3 10.82635406 L4_chemical_C3 +LQ09X012390 Adenylate cyclase, putative 12.80713792 C6_control_A1 +LQ09X012390 Adenylate cyclase, putative 13.4962127 C6_control_A3 +LQ09X012390 Adenylate cyclase, putative 12.64262373 C6_control_B1 +LQ09X012390 Adenylate cyclase, putative 12.33452631 C6_control_B2 +LQ09X012390 Adenylate cyclase, putative 12.58515192 C6_control_B3 +LQ09X012390 Adenylate cyclase, putative 12.59230878 C6_control_C1 +LQ09X012390 Adenylate cyclase, putative 12.17954391 C6_control_C2 +LQ09X012390 Adenylate cyclase, putative 12.85921785 C6_control_C3 +LQ09X012390 Adenylate cyclase, putative 12.47662077 C6_chemical_A1 +LQ09X012390 Adenylate cyclase, putative 13.52538117 C6_chemical_A3 +LQ09X012390 Adenylate cyclase, putative 12.62208923 C6_chemical_B1 +LQ09X012390 Adenylate cyclase, putative 12.18431061 C6_chemical_B2 +LQ09X012390 Adenylate cyclase, putative 12.17063338 C6_chemical_B3 +LQ09X012390 Adenylate cyclase, putative 12.54545106 C6_chemical_C1 +LQ09X012390 Adenylate cyclase, putative 12.29312166 C6_chemical_C2 +LQ09X012390 Adenylate cyclase, putative 12.65555017 C6_chemical_C3 +LQ09X012390 Adenylate cyclase, putative 13.31807155 L4_control_A1 +LQ09X012390 Adenylate cyclase, putative 13.29816326 L4_control_A2 +LQ09X012390 Adenylate cyclase, putative 13.13633248 L4_control_A3 +LQ09X012390 Adenylate cyclase, putative 12.82691442 L4_control_B1 +LQ09X012390 Adenylate cyclase, putative 12.54526579 L4_control_B2 +LQ09X012390 Adenylate cyclase, putative 12.97412979 L4_control_B3 +LQ09X012390 Adenylate cyclase, putative 12.35899297 L4_control_C2 +LQ09X012390 Adenylate cyclase, putative 12.5988825 L4_control_C3 +LQ09X012390 Adenylate cyclase, putative 12.80561806 L4_chemical_A1 +LQ09X012390 Adenylate cyclase, putative 12.95218414 L4_chemical_A2 +LQ09X012390 Adenylate cyclase, putative 13.06678219 L4_chemical_A3 +LQ09X012390 Adenylate cyclase, putative 12.81979347 L4_chemical_B1 +LQ09X012390 Adenylate cyclase, putative 12.45677171 L4_chemical_B2 +LQ09X012390 Adenylate cyclase, putative 13.05056002 L4_chemical_B3 +LQ09X012390 Adenylate cyclase, putative 12.23583587 L4_chemical_C2 +LQ09X012390 Adenylate cyclase, putative 12.61108512 L4_chemical_C3 +LQ09X012400 Hypothetical protein 5.597905353 C6_control_A1 +LQ09X012400 Hypothetical protein 5.921687028 C6_control_A3 +LQ09X012400 Hypothetical protein 5.374983972 C6_control_B1 +LQ09X012400 Hypothetical protein 5.841672998 C6_control_B2 +LQ09X012400 Hypothetical protein 5.588908743 C6_control_B3 +LQ09X012400 Hypothetical protein 5.152207967 C6_control_C1 +LQ09X012400 Hypothetical protein 5.842944821 C6_control_C2 +LQ09X012400 Hypothetical protein 5.421056375 C6_control_C3 +LQ09X012400 Hypothetical protein 5.861099144 C6_chemical_A1 +LQ09X012400 Hypothetical protein 5.460197348 C6_chemical_A3 +LQ09X012400 Hypothetical protein 5.540019275 C6_chemical_B1 +LQ09X012400 Hypothetical protein 5.560496402 C6_chemical_B2 +LQ09X012400 Hypothetical protein 5.451992949 C6_chemical_B3 +LQ09X012400 Hypothetical protein 5.061940723 C6_chemical_C1 +LQ09X012400 Hypothetical protein 5.236857383 C6_chemical_C2 +LQ09X012400 Hypothetical protein 5.230519729 C6_chemical_C3 +LQ09X012400 Hypothetical protein 5.479898814 L4_control_A1 +LQ09X012400 Hypothetical protein 5.736305692 L4_control_A2 +LQ09X012400 Hypothetical protein 5.252125235 L4_control_A3 +LQ09X012400 Hypothetical protein 5.714631306 L4_control_B1 +LQ09X012400 Hypothetical protein 6.106025221 L4_control_B2 +LQ09X012400 Hypothetical protein 5.906930756 L4_control_B3 +LQ09X012400 Hypothetical protein 5.187446961 L4_control_C2 +LQ09X012400 Hypothetical protein 4.991180991 L4_control_C3 +LQ09X012400 Hypothetical protein 5.067368764 L4_chemical_A1 +LQ09X012400 Hypothetical protein 5.385499125 L4_chemical_A2 +LQ09X012400 Hypothetical protein 5.44683921 L4_chemical_A3 +LQ09X012400 Hypothetical protein 5.934280145 L4_chemical_B1 +LQ09X012400 Hypothetical protein 6.169651003 L4_chemical_B2 +LQ09X012400 Hypothetical protein 5.557703651 L4_chemical_B3 +LQ09X012400 Hypothetical protein 5.457812579 L4_chemical_C2 +LQ09X012400 Hypothetical protein 5.357646137 L4_chemical_C3 +LQ09X012410 S-acyltransferase TIP1 10.84001365 C6_control_A1 +LQ09X012410 S-acyltransferase TIP1 10.71517496 C6_control_A3 +LQ09X012410 S-acyltransferase TIP1 11.06126216 C6_control_B1 +LQ09X012410 S-acyltransferase TIP1 10.55896234 C6_control_B2 +LQ09X012410 S-acyltransferase TIP1 10.96530954 C6_control_B3 +LQ09X012410 S-acyltransferase TIP1 11.03411135 C6_control_C1 +LQ09X012410 S-acyltransferase TIP1 10.84346823 C6_control_C2 +LQ09X012410 S-acyltransferase TIP1 10.8809072 C6_control_C3 +LQ09X012410 S-acyltransferase TIP1 11.0891434 C6_chemical_A1 +LQ09X012410 S-acyltransferase TIP1 10.88690644 C6_chemical_A3 +LQ09X012410 S-acyltransferase TIP1 11.37862331 C6_chemical_B1 +LQ09X012410 S-acyltransferase TIP1 10.49827819 C6_chemical_B2 +LQ09X012410 S-acyltransferase TIP1 11.08741461 C6_chemical_B3 +LQ09X012410 S-acyltransferase TIP1 11.039726 C6_chemical_C1 +LQ09X012410 S-acyltransferase TIP1 11.00481616 C6_chemical_C2 +LQ09X012410 S-acyltransferase TIP1 11.17400505 C6_chemical_C3 +LQ09X012410 S-acyltransferase TIP1 11.22485357 L4_control_A1 +LQ09X012410 S-acyltransferase TIP1 11.42452268 L4_control_A2 +LQ09X012410 S-acyltransferase TIP1 12.13697735 L4_control_A3 +LQ09X012410 S-acyltransferase TIP1 11.228641 L4_control_B1 +LQ09X012410 S-acyltransferase TIP1 11.96959783 L4_control_B2 +LQ09X012410 S-acyltransferase TIP1 11.22009517 L4_control_B3 +LQ09X012410 S-acyltransferase TIP1 11.88065868 L4_control_C2 +LQ09X012410 S-acyltransferase TIP1 12.47842213 L4_control_C3 +LQ09X012410 S-acyltransferase TIP1 11.36325123 L4_chemical_A1 +LQ09X012410 S-acyltransferase TIP1 11.72576265 L4_chemical_A2 +LQ09X012410 S-acyltransferase TIP1 11.92922586 L4_chemical_A3 +LQ09X012410 S-acyltransferase TIP1 11.26247769 L4_chemical_B1 +LQ09X012410 S-acyltransferase TIP1 11.45213847 L4_chemical_B2 +LQ09X012410 S-acyltransferase TIP1 11.03858645 L4_chemical_B3 +LQ09X012410 S-acyltransferase TIP1 11.7554447 L4_chemical_C2 +LQ09X012410 S-acyltransferase TIP1 12.22713539 L4_chemical_C3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.324619666 C6_control_A1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.337108626 C6_control_A3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.116254689 C6_control_B1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.308397849 C6_control_B2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.354942443 C6_control_B3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.513090034 C6_control_C1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 6.30443116 C6_control_C2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.799476515 C6_control_C3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.374465037 C6_chemical_A1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.220328469 C6_chemical_A3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.303357232 C6_chemical_B1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.576760379 C6_chemical_B2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.078353681 C6_chemical_B3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 6.07177449 C6_chemical_C1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 6.01793329 C6_chemical_C2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.765631283 C6_chemical_C3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.021780553 L4_control_A1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.0799805 L4_control_A2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.280333517 L4_control_A3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.421637489 L4_control_B1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.08906299 L4_control_B2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.472237293 L4_control_B3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.155381296 L4_control_C2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.21839416 L4_control_C3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.185268717 L4_chemical_A1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.331284575 L4_chemical_A2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.194434652 L4_chemical_A3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.286465413 L4_chemical_B1 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 4.904547034 L4_chemical_B2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.283153028 L4_chemical_B3 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 4.804568953 L4_chemical_C2 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.089606205 L4_chemical_C3 +LQ09X012440 Predicted protein 5.584611229 C6_control_A1 +LQ09X012440 Predicted protein 5.588554131 C6_control_A3 +LQ09X012440 Predicted protein 5.088886226 C6_control_B1 +LQ09X012440 Predicted protein 5.71571641 C6_control_B2 +LQ09X012440 Predicted protein 6.164558927 C6_control_B3 +LQ09X012440 Predicted protein 5.224434288 C6_control_C1 +LQ09X012440 Predicted protein 5.957402589 C6_control_C2 +LQ09X012440 Predicted protein 5.216221904 C6_control_C3 +LQ09X012440 Predicted protein 5.565674456 C6_chemical_A1 +LQ09X012440 Predicted protein 5.595943576 C6_chemical_A3 +LQ09X012440 Predicted protein 5.754621834 C6_chemical_B1 +LQ09X012440 Predicted protein 5.868884711 C6_chemical_B2 +LQ09X012440 Predicted protein 5.397191329 C6_chemical_B3 +LQ09X012440 Predicted protein 5.827295837 C6_chemical_C1 +LQ09X012440 Predicted protein 5.043189606 C6_chemical_C2 +LQ09X012440 Predicted protein 5.795029199 C6_chemical_C3 +LQ09X012440 Predicted protein 5.48815205 L4_control_A1 +LQ09X012440 Predicted protein 6.270792685 L4_control_A2 +LQ09X012440 Predicted protein 5.89561928 L4_control_A3 +LQ09X012440 Predicted protein 5.644420053 L4_control_B1 +LQ09X012440 Predicted protein 6.038002463 L4_control_B2 +LQ09X012440 Predicted protein 5.67178961 L4_control_B3 +LQ09X012440 Predicted protein 4.885249424 L4_control_C2 +LQ09X012440 Predicted protein 5.404547494 L4_control_C3 +LQ09X012440 Predicted protein 5.606787707 L4_chemical_A1 +LQ09X012440 Predicted protein 5.87147966 L4_chemical_A2 +LQ09X012440 Predicted protein 6.069623368 L4_chemical_A3 +LQ09X012440 Predicted protein 5.899509642 L4_chemical_B1 +LQ09X012440 Predicted protein 5.658299183 L4_chemical_B2 +LQ09X012440 Predicted protein 5.530234695 L4_chemical_B3 +LQ09X012440 Predicted protein 5.351810686 L4_chemical_C2 +LQ09X012440 Predicted protein 5.659174911 L4_chemical_C3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.525445469 C6_control_A1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.952792947 C6_control_A3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.181696149 C6_control_B1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.427358999 C6_control_B2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.211652951 C6_control_B3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.365626863 C6_control_C1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.100780533 C6_control_C2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.192550927 C6_control_C3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.115391081 C6_chemical_A1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.99025218 C6_chemical_A3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.033862348 C6_chemical_B1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.455762442 C6_chemical_B2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.445388312 C6_chemical_B3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.93408508 C6_chemical_C1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.400463094 C6_chemical_C2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.255447099 C6_chemical_C3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.493829418 L4_control_A1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 6.135627555 L4_control_A2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 6.205163656 L4_control_A3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.834725673 L4_control_B1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.080826505 L4_control_B2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.293226569 L4_control_B3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 6.701973607 L4_control_C2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.480489722 L4_control_C3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.871459928 L4_chemical_A1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.954522449 L4_chemical_A2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 6.357022646 L4_chemical_A3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.786240859 L4_chemical_B1 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 4.707494721 L4_chemical_B2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.019575462 L4_chemical_B3 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 6.767319592 L4_chemical_C2 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.041209206 L4_chemical_C3 +LQ09X012480 Sugar transport protein 7 7.295973179 C6_control_A1 +LQ09X012480 Sugar transport protein 7 7.062555199 C6_control_A3 +LQ09X012480 Sugar transport protein 7 7.428835861 C6_control_B1 +LQ09X012480 Sugar transport protein 7 9.674431891 C6_control_B2 +LQ09X012480 Sugar transport protein 7 8.997624621 C6_control_B3 +LQ09X012480 Sugar transport protein 7 12.81016221 C6_control_C1 +LQ09X012480 Sugar transport protein 7 12.54838444 C6_control_C2 +LQ09X012480 Sugar transport protein 7 12.8397725 C6_control_C3 +LQ09X012480 Sugar transport protein 7 6.927270566 C6_chemical_A1 +LQ09X012480 Sugar transport protein 7 7.740130494 C6_chemical_A3 +LQ09X012480 Sugar transport protein 7 7.407273792 C6_chemical_B1 +LQ09X012480 Sugar transport protein 7 9.745464534 C6_chemical_B2 +LQ09X012480 Sugar transport protein 7 9.852457866 C6_chemical_B3 +LQ09X012480 Sugar transport protein 7 12.63563788 C6_chemical_C1 +LQ09X012480 Sugar transport protein 7 12.66574348 C6_chemical_C2 +LQ09X012480 Sugar transport protein 7 12.66270294 C6_chemical_C3 +LQ09X012480 Sugar transport protein 7 8.585626315 L4_control_A1 +LQ09X012480 Sugar transport protein 7 8.797020968 L4_control_A2 +LQ09X012480 Sugar transport protein 7 9.398155853 L4_control_A3 +LQ09X012480 Sugar transport protein 7 10.21071015 L4_control_B1 +LQ09X012480 Sugar transport protein 7 9.514490238 L4_control_B2 +LQ09X012480 Sugar transport protein 7 11.92300384 L4_control_B3 +LQ09X012480 Sugar transport protein 7 13.36966748 L4_control_C2 +LQ09X012480 Sugar transport protein 7 13.74059985 L4_control_C3 +LQ09X012480 Sugar transport protein 7 8.477494414 L4_chemical_A1 +LQ09X012480 Sugar transport protein 7 8.634679519 L4_chemical_A2 +LQ09X012480 Sugar transport protein 7 9.641144146 L4_chemical_A3 +LQ09X012480 Sugar transport protein 7 9.828762285 L4_chemical_B1 +LQ09X012480 Sugar transport protein 7 9.205389303 L4_chemical_B2 +LQ09X012480 Sugar transport protein 7 10.0760125 L4_chemical_B3 +LQ09X012480 Sugar transport protein 7 13.09093135 L4_chemical_C2 +LQ09X012480 Sugar transport protein 7 13.69036809 L4_chemical_C3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.086350285 C6_control_A1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.205586168 C6_control_A3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.870925459 C6_control_B1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.92025365 C6_control_B2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.61685709 C6_control_B3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.361508429 C6_control_C1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 7.808477664 C6_control_C2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.565852457 C6_control_C3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.851813439 C6_chemical_A1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.760983033 C6_chemical_A3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.70828745 C6_chemical_B1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.837653297 C6_chemical_B2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.295187379 C6_chemical_B3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.691412253 C6_chemical_C1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.12572716 C6_chemical_C2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.362847231 C6_chemical_C3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.567536481 L4_control_A1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.236112981 L4_control_A2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.999990082 L4_control_A3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.196117326 L4_control_B1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.512400744 L4_control_B2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.999513848 L4_control_B3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.817327978 L4_control_C2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.711924642 L4_control_C3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.389825396 L4_chemical_A1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.981450042 L4_chemical_A2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.798188971 L4_chemical_A3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.860820457 L4_chemical_B1 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.010247996 L4_chemical_B2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.84377951 L4_chemical_B3 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 6.707681512 L4_chemical_C2 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 7.222350074 L4_chemical_C3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.56412941 C6_control_A1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.06988713 C6_control_A3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 13.08372786 C6_control_B1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.87170879 C6_control_B2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.82662699 C6_control_B3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.23698436 C6_control_C1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.11695401 C6_control_C2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.17155304 C6_control_C3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.75472567 C6_chemical_A1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.06512334 C6_chemical_A3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 13.18365168 C6_chemical_B1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.90772334 C6_chemical_B2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.65941694 C6_chemical_B3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.22718743 C6_chemical_C1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 11.91837981 C6_chemical_C2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 11.86738969 C6_chemical_C3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.46420215 L4_control_A1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.4820652 L4_control_A2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.17537772 L4_control_A3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.84565509 L4_control_B1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 13.24557406 L4_control_B2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 13.02405927 L4_control_B3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.05301578 L4_control_C2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.45794262 L4_control_C3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.23375017 L4_chemical_A1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.25706994 L4_chemical_A2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.34475771 L4_chemical_A3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.87771783 L4_chemical_B1 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.69526778 L4_chemical_B2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.93405131 L4_chemical_B3 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.03490967 L4_chemical_C2 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.3642899 L4_chemical_C3 +LQ09X012510 Zinc finger protein, putative 6.742075976 C6_control_A1 +LQ09X012510 Zinc finger protein, putative 6.576058733 C6_control_A3 +LQ09X012510 Zinc finger protein, putative 7.291553426 C6_control_B1 +LQ09X012510 Zinc finger protein, putative 7.728390304 C6_control_B2 +LQ09X012510 Zinc finger protein, putative 6.934288645 C6_control_B3 +LQ09X012510 Zinc finger protein, putative 8.755475559 C6_control_C1 +LQ09X012510 Zinc finger protein, putative 8.074628709 C6_control_C2 +LQ09X012510 Zinc finger protein, putative 8.283497957 C6_control_C3 +LQ09X012510 Zinc finger protein, putative 6.727953187 C6_chemical_A1 +LQ09X012510 Zinc finger protein, putative 7.357763298 C6_chemical_A3 +LQ09X012510 Zinc finger protein, putative 7.150057902 C6_chemical_B1 +LQ09X012510 Zinc finger protein, putative 7.958757328 C6_chemical_B2 +LQ09X012510 Zinc finger protein, putative 7.09884295 C6_chemical_B3 +LQ09X012510 Zinc finger protein, putative 8.758405301 C6_chemical_C1 +LQ09X012510 Zinc finger protein, putative 8.347284217 C6_chemical_C2 +LQ09X012510 Zinc finger protein, putative 8.947803355 C6_chemical_C3 +LQ09X012510 Zinc finger protein, putative 7.653667481 L4_control_A1 +LQ09X012510 Zinc finger protein, putative 6.701372367 L4_control_A2 +LQ09X012510 Zinc finger protein, putative 6.788842876 L4_control_A3 +LQ09X012510 Zinc finger protein, putative 6.923935417 L4_control_B1 +LQ09X012510 Zinc finger protein, putative 6.787662971 L4_control_B2 +LQ09X012510 Zinc finger protein, putative 7.959294984 L4_control_B3 +LQ09X012510 Zinc finger protein, putative 7.340267185 L4_control_C2 +LQ09X012510 Zinc finger protein, putative 6.945223224 L4_control_C3 +LQ09X012510 Zinc finger protein, putative 7.753430951 L4_chemical_A1 +LQ09X012510 Zinc finger protein, putative 7.058885307 L4_chemical_A2 +LQ09X012510 Zinc finger protein, putative 7.673605171 L4_chemical_A3 +LQ09X012510 Zinc finger protein, putative 6.561055484 L4_chemical_B1 +LQ09X012510 Zinc finger protein, putative 6.534708783 L4_chemical_B2 +LQ09X012510 Zinc finger protein, putative 7.236199071 L4_chemical_B3 +LQ09X012510 Zinc finger protein, putative 6.619012314 L4_chemical_C2 +LQ09X012510 Zinc finger protein, putative 6.042850727 L4_chemical_C3 +LQ09X012520 Hypothetical protein 4.923275372 C6_control_A1 +LQ09X012520 Hypothetical protein 4.866485605 C6_control_A3 +LQ09X012520 Hypothetical protein 6.814654982 C6_control_B1 +LQ09X012520 Hypothetical protein 5.300478442 C6_control_B2 +LQ09X012520 Hypothetical protein 5.681101479 C6_control_B3 +LQ09X012520 Hypothetical protein 5.356644019 C6_control_C1 +LQ09X012520 Hypothetical protein 4.967554474 C6_control_C2 +LQ09X012520 Hypothetical protein 5.448839777 C6_control_C3 +LQ09X012520 Hypothetical protein 5.124440588 C6_chemical_A1 +LQ09X012520 Hypothetical protein 5.488121328 C6_chemical_A3 +LQ09X012520 Hypothetical protein 6.434857994 C6_chemical_B1 +LQ09X012520 Hypothetical protein 5.523635951 C6_chemical_B2 +LQ09X012520 Hypothetical protein 5.842900662 C6_chemical_B3 +LQ09X012520 Hypothetical protein 5.404697056 C6_chemical_C1 +LQ09X012520 Hypothetical protein 5.097067367 C6_chemical_C2 +LQ09X012520 Hypothetical protein 5.606890562 C6_chemical_C3 +LQ09X012520 Hypothetical protein 5.54892013 L4_control_A1 +LQ09X012520 Hypothetical protein 5.121520933 L4_control_A2 +LQ09X012520 Hypothetical protein 5.395892772 L4_control_A3 +LQ09X012520 Hypothetical protein 5.77885134 L4_control_B1 +LQ09X012520 Hypothetical protein 5.153700165 L4_control_B2 +LQ09X012520 Hypothetical protein 5.56947626 L4_control_B3 +LQ09X012520 Hypothetical protein 6.285167834 L4_control_C2 +LQ09X012520 Hypothetical protein 5.305307336 L4_control_C3 +LQ09X012520 Hypothetical protein 5.535581033 L4_chemical_A1 +LQ09X012520 Hypothetical protein 5.464847984 L4_chemical_A2 +LQ09X012520 Hypothetical protein 4.892519288 L4_chemical_A3 +LQ09X012520 Hypothetical protein 5.530510331 L4_chemical_B1 +LQ09X012520 Hypothetical protein 5.395826635 L4_chemical_B2 +LQ09X012520 Hypothetical protein 5.461316858 L4_chemical_B3 +LQ09X012520 Hypothetical protein 5.611265073 L4_chemical_C2 +LQ09X012520 Hypothetical protein 5.454190499 L4_chemical_C3 +LQ09X012530 Predicted protein 5.716890652 C6_control_A1 +LQ09X012530 Predicted protein 5.573690291 C6_control_A3 +LQ09X012530 Predicted protein 6.10310278 C6_control_B1 +LQ09X012530 Predicted protein 5.416829903 C6_control_B2 +LQ09X012530 Predicted protein 5.853220819 C6_control_B3 +LQ09X012530 Predicted protein 5.401206103 C6_control_C1 +LQ09X012530 Predicted protein 4.663099105 C6_control_C2 +LQ09X012530 Predicted protein 5.310657043 C6_control_C3 +LQ09X012530 Predicted protein 5.575036449 C6_chemical_A1 +LQ09X012530 Predicted protein 5.509178459 C6_chemical_A3 +LQ09X012530 Predicted protein 5.797294945 C6_chemical_B1 +LQ09X012530 Predicted protein 5.121801537 C6_chemical_B2 +LQ09X012530 Predicted protein 6.190586952 C6_chemical_B3 +LQ09X012530 Predicted protein 5.0874693 C6_chemical_C1 +LQ09X012530 Predicted protein 4.983975266 C6_chemical_C2 +LQ09X012530 Predicted protein 5.16402327 C6_chemical_C3 +LQ09X012530 Predicted protein 5.325209875 L4_control_A1 +LQ09X012530 Predicted protein 5.987322995 L4_control_A2 +LQ09X012530 Predicted protein 5.437693521 L4_control_A3 +LQ09X012530 Predicted protein 5.617729776 L4_control_B1 +LQ09X012530 Predicted protein 5.377742144 L4_control_B2 +LQ09X012530 Predicted protein 5.7020461 L4_control_B3 +LQ09X012530 Predicted protein 5.469016682 L4_control_C2 +LQ09X012530 Predicted protein 5.400591052 L4_control_C3 +LQ09X012530 Predicted protein 5.580259003 L4_chemical_A1 +LQ09X012530 Predicted protein 5.872693221 L4_chemical_A2 +LQ09X012530 Predicted protein 5.755703542 L4_chemical_A3 +LQ09X012530 Predicted protein 5.456289505 L4_chemical_B1 +LQ09X012530 Predicted protein 5.559338493 L4_chemical_B2 +LQ09X012530 Predicted protein 5.76345673 L4_chemical_B3 +LQ09X012530 Predicted protein 5.548542154 L4_chemical_C2 +LQ09X012530 Predicted protein 5.106287567 L4_chemical_C3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.41586565 C6_control_A1 +LQ09X012560 Homeobox protein knotted-1-like 3 14.15970269 C6_control_A3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.06198888 C6_control_B1 +LQ09X012560 Homeobox protein knotted-1-like 3 14.45462274 C6_control_B2 +LQ09X012560 Homeobox protein knotted-1-like 3 14.29664471 C6_control_B3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.31761822 C6_control_C1 +LQ09X012560 Homeobox protein knotted-1-like 3 14.38876791 C6_control_C2 +LQ09X012560 Homeobox protein knotted-1-like 3 14.51138162 C6_control_C3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.23128322 C6_chemical_A1 +LQ09X012560 Homeobox protein knotted-1-like 3 14.54726399 C6_chemical_A3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.03717768 C6_chemical_B1 +LQ09X012560 Homeobox protein knotted-1-like 3 14.55243612 C6_chemical_B2 +LQ09X012560 Homeobox protein knotted-1-like 3 14.49123906 C6_chemical_B3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.1549956 C6_chemical_C1 +LQ09X012560 Homeobox protein knotted-1-like 3 14.08829225 C6_chemical_C2 +LQ09X012560 Homeobox protein knotted-1-like 3 14.51861345 C6_chemical_C3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.03425419 L4_control_A1 +LQ09X012560 Homeobox protein knotted-1-like 3 14.22416579 L4_control_A2 +LQ09X012560 Homeobox protein knotted-1-like 3 13.7740075 L4_control_A3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.29896309 L4_control_B1 +LQ09X012560 Homeobox protein knotted-1-like 3 13.76859849 L4_control_B2 +LQ09X012560 Homeobox protein knotted-1-like 3 14.43130501 L4_control_B3 +LQ09X012560 Homeobox protein knotted-1-like 3 13.47144526 L4_control_C2 +LQ09X012560 Homeobox protein knotted-1-like 3 13.94327684 L4_control_C3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.66926895 L4_chemical_A1 +LQ09X012560 Homeobox protein knotted-1-like 3 14.81405048 L4_chemical_A2 +LQ09X012560 Homeobox protein knotted-1-like 3 14.42225739 L4_chemical_A3 +LQ09X012560 Homeobox protein knotted-1-like 3 14.23551793 L4_chemical_B1 +LQ09X012560 Homeobox protein knotted-1-like 3 13.93722746 L4_chemical_B2 +LQ09X012560 Homeobox protein knotted-1-like 3 14.77079764 L4_chemical_B3 +LQ09X012560 Homeobox protein knotted-1-like 3 13.36116323 L4_chemical_C2 +LQ09X012560 Homeobox protein knotted-1-like 3 13.77349395 L4_chemical_C3 +LQ09X012570 Putative Predicted protein 8.808925597 C6_control_A1 +LQ09X012570 Putative Predicted protein 8.595480414 C6_control_A3 +LQ09X012570 Putative Predicted protein 8.54458708 C6_control_B1 +LQ09X012570 Putative Predicted protein 8.878911823 C6_control_B2 +LQ09X012570 Putative Predicted protein 8.779526945 C6_control_B3 +LQ09X012570 Putative Predicted protein 10.58968067 C6_control_C1 +LQ09X012570 Putative Predicted protein 10.76114096 C6_control_C2 +LQ09X012570 Putative Predicted protein 10.91204737 C6_control_C3 +LQ09X012570 Putative Predicted protein 9.225221803 C6_chemical_A1 +LQ09X012570 Putative Predicted protein 8.518122944 C6_chemical_A3 +LQ09X012570 Putative Predicted protein 8.456041197 C6_chemical_B1 +LQ09X012570 Putative Predicted protein 8.967520861 C6_chemical_B2 +LQ09X012570 Putative Predicted protein 9.498978951 C6_chemical_B3 +LQ09X012570 Putative Predicted protein 9.992143336 C6_chemical_C1 +LQ09X012570 Putative Predicted protein 10.63786456 C6_chemical_C2 +LQ09X012570 Putative Predicted protein 10.71475556 C6_chemical_C3 +LQ09X012570 Putative Predicted protein 8.276708942 L4_control_A1 +LQ09X012570 Putative Predicted protein 7.569020926 L4_control_A2 +LQ09X012570 Putative Predicted protein 8.501588838 L4_control_A3 +LQ09X012570 Putative Predicted protein 7.985109572 L4_control_B1 +LQ09X012570 Putative Predicted protein 6.095202531 L4_control_B2 +LQ09X012570 Putative Predicted protein 7.97105647 L4_control_B3 +LQ09X012570 Putative Predicted protein 10.68901814 L4_control_C2 +LQ09X012570 Putative Predicted protein 9.596823983 L4_control_C3 +LQ09X012570 Putative Predicted protein 9.805960133 L4_chemical_A1 +LQ09X012570 Putative Predicted protein 8.336753676 L4_chemical_A2 +LQ09X012570 Putative Predicted protein 9.21276086 L4_chemical_A3 +LQ09X012570 Putative Predicted protein 8.92612629 L4_chemical_B1 +LQ09X012570 Putative Predicted protein 7.299988786 L4_chemical_B2 +LQ09X012570 Putative Predicted protein 7.678066381 L4_chemical_B3 +LQ09X012570 Putative Predicted protein 9.059005655 L4_chemical_C2 +LQ09X012570 Putative Predicted protein 8.951966827 L4_chemical_C3 +LQ09X012580 Serine/threonine protein kinase, putative 5.719289909 C6_control_A1 +LQ09X012580 Serine/threonine protein kinase, putative 6.079750395 C6_control_A3 +LQ09X012580 Serine/threonine protein kinase, putative 5.698183427 C6_control_B1 +LQ09X012580 Serine/threonine protein kinase, putative 6.228534617 C6_control_B2 +LQ09X012580 Serine/threonine protein kinase, putative 5.844761701 C6_control_B3 +LQ09X012580 Serine/threonine protein kinase, putative 6.0984843 C6_control_C1 +LQ09X012580 Serine/threonine protein kinase, putative 5.796961913 C6_control_C2 +LQ09X012580 Serine/threonine protein kinase, putative 6.062563522 C6_control_C3 +LQ09X012580 Serine/threonine protein kinase, putative 6.397012443 C6_chemical_A1 +LQ09X012580 Serine/threonine protein kinase, putative 6.007484106 C6_chemical_A3 +LQ09X012580 Serine/threonine protein kinase, putative 5.912525456 C6_chemical_B1 +LQ09X012580 Serine/threonine protein kinase, putative 6.159056411 C6_chemical_B2 +LQ09X012580 Serine/threonine protein kinase, putative 5.609083149 C6_chemical_B3 +LQ09X012580 Serine/threonine protein kinase, putative 6.145283004 C6_chemical_C1 +LQ09X012580 Serine/threonine protein kinase, putative 6.251741498 C6_chemical_C2 +LQ09X012580 Serine/threonine protein kinase, putative 6.466318285 C6_chemical_C3 +LQ09X012580 Serine/threonine protein kinase, putative 6.601555658 L4_control_A1 +LQ09X012580 Serine/threonine protein kinase, putative 6.031867523 L4_control_A2 +LQ09X012580 Serine/threonine protein kinase, putative 6.81064922 L4_control_A3 +LQ09X012580 Serine/threonine protein kinase, putative 6.791854975 L4_control_B1 +LQ09X012580 Serine/threonine protein kinase, putative 6.022186235 L4_control_B2 +LQ09X012580 Serine/threonine protein kinase, putative 6.165226748 L4_control_B3 +LQ09X012580 Serine/threonine protein kinase, putative 6.464091966 L4_control_C2 +LQ09X012580 Serine/threonine protein kinase, putative 5.847994456 L4_control_C3 +LQ09X012580 Serine/threonine protein kinase, putative 6.280369623 L4_chemical_A1 +LQ09X012580 Serine/threonine protein kinase, putative 6.053079789 L4_chemical_A2 +LQ09X012580 Serine/threonine protein kinase, putative 6.704348926 L4_chemical_A3 +LQ09X012580 Serine/threonine protein kinase, putative 6.042914392 L4_chemical_B1 +LQ09X012580 Serine/threonine protein kinase, putative 6.422026121 L4_chemical_B2 +LQ09X012580 Serine/threonine protein kinase, putative 6.008755501 L4_chemical_B3 +LQ09X012580 Serine/threonine protein kinase, putative 5.680949294 L4_chemical_C2 +LQ09X012580 Serine/threonine protein kinase, putative 5.874234421 L4_chemical_C3 +LQ09X012600 Putative Predicted protein 5.841509944 C6_control_A1 +LQ09X012600 Putative Predicted protein 5.738758651 C6_control_A3 +LQ09X012600 Putative Predicted protein 5.910899067 C6_control_B1 +LQ09X012600 Putative Predicted protein 6.113819413 C6_control_B2 +LQ09X012600 Putative Predicted protein 6.950561382 C6_control_B3 +LQ09X012600 Putative Predicted protein 6.875493699 C6_control_C1 +LQ09X012600 Putative Predicted protein 5.504749571 C6_control_C2 +LQ09X012600 Putative Predicted protein 5.905961305 C6_control_C3 +LQ09X012600 Putative Predicted protein 5.678387517 C6_chemical_A1 +LQ09X012600 Putative Predicted protein 5.836217494 C6_chemical_A3 +LQ09X012600 Putative Predicted protein 5.462819036 C6_chemical_B1 +LQ09X012600 Putative Predicted protein 6.359741072 C6_chemical_B2 +LQ09X012600 Putative Predicted protein 6.217376364 C6_chemical_B3 +LQ09X012600 Putative Predicted protein 6.722448741 C6_chemical_C1 +LQ09X012600 Putative Predicted protein 5.876284381 C6_chemical_C2 +LQ09X012600 Putative Predicted protein 6.096647924 C6_chemical_C3 +LQ09X012600 Putative Predicted protein 6.37830203 L4_control_A1 +LQ09X012600 Putative Predicted protein 6.197633116 L4_control_A2 +LQ09X012600 Putative Predicted protein 6.202105848 L4_control_A3 +LQ09X012600 Putative Predicted protein 6.231589068 L4_control_B1 +LQ09X012600 Putative Predicted protein 6.266727622 L4_control_B2 +LQ09X012600 Putative Predicted protein 6.453148079 L4_control_B3 +LQ09X012600 Putative Predicted protein 5.465635747 L4_control_C2 +LQ09X012600 Putative Predicted protein 5.859660664 L4_control_C3 +LQ09X012600 Putative Predicted protein 5.656314 L4_chemical_A1 +LQ09X012600 Putative Predicted protein 5.813635352 L4_chemical_A2 +LQ09X012600 Putative Predicted protein 5.685208808 L4_chemical_A3 +LQ09X012600 Putative Predicted protein 6.082462407 L4_chemical_B1 +LQ09X012600 Putative Predicted protein 6.222771458 L4_chemical_B2 +LQ09X012600 Putative Predicted protein 6.358104639 L4_chemical_B3 +LQ09X012600 Putative Predicted protein 5.190430184 L4_chemical_C2 +LQ09X012600 Putative Predicted protein 5.429325749 L4_chemical_C3 +LQ09X012610 Putative uncharacterized protein 12.49154391 C6_control_A1 +LQ09X012610 Putative uncharacterized protein 12.43671207 C6_control_A3 +LQ09X012610 Putative uncharacterized protein 12.69800311 C6_control_B1 +LQ09X012610 Putative uncharacterized protein 12.50985541 C6_control_B2 +LQ09X012610 Putative uncharacterized protein 12.55297199 C6_control_B3 +LQ09X012610 Putative uncharacterized protein 13.88701846 C6_control_C1 +LQ09X012610 Putative uncharacterized protein 13.40453941 C6_control_C2 +LQ09X012610 Putative uncharacterized protein 13.04518199 C6_control_C3 +LQ09X012610 Putative uncharacterized protein 12.68579683 C6_chemical_A1 +LQ09X012610 Putative uncharacterized protein 11.96494008 C6_chemical_A3 +LQ09X012610 Putative uncharacterized protein 12.78349008 C6_chemical_B1 +LQ09X012610 Putative uncharacterized protein 12.2587198 C6_chemical_B2 +LQ09X012610 Putative uncharacterized protein 12.77143702 C6_chemical_B3 +LQ09X012610 Putative uncharacterized protein 13.68439073 C6_chemical_C1 +LQ09X012610 Putative uncharacterized protein 13.38463471 C6_chemical_C2 +LQ09X012610 Putative uncharacterized protein 13.11929083 C6_chemical_C3 +LQ09X012610 Putative uncharacterized protein 12.46790494 L4_control_A1 +LQ09X012610 Putative uncharacterized protein 12.11692702 L4_control_A2 +LQ09X012610 Putative uncharacterized protein 12.40759668 L4_control_A3 +LQ09X012610 Putative uncharacterized protein 11.76057 L4_control_B1 +LQ09X012610 Putative uncharacterized protein 11.76096139 L4_control_B2 +LQ09X012610 Putative uncharacterized protein 11.06889829 L4_control_B3 +LQ09X012610 Putative uncharacterized protein 12.87597093 L4_control_C2 +LQ09X012610 Putative uncharacterized protein 11.68459557 L4_control_C3 +LQ09X012610 Putative uncharacterized protein 12.23887963 L4_chemical_A1 +LQ09X012610 Putative uncharacterized protein 12.05512654 L4_chemical_A2 +LQ09X012610 Putative uncharacterized protein 12.41461941 L4_chemical_A3 +LQ09X012610 Putative uncharacterized protein 12.66303041 L4_chemical_B1 +LQ09X012610 Putative uncharacterized protein 12.00335033 L4_chemical_B2 +LQ09X012610 Putative uncharacterized protein 11.37176597 L4_chemical_B3 +LQ09X012610 Putative uncharacterized protein 12.31363488 L4_chemical_C2 +LQ09X012610 Putative uncharacterized protein 11.47049352 L4_chemical_C3 +LQ09X012620 Predicted protein 5.735300846 C6_control_A1 +LQ09X012620 Predicted protein 5.83830717 C6_control_A3 +LQ09X012620 Predicted protein 5.069646469 C6_control_B1 +LQ09X012620 Predicted protein 4.827373915 C6_control_B2 +LQ09X012620 Predicted protein 5.233222358 C6_control_B3 +LQ09X012620 Predicted protein 4.686123323 C6_control_C1 +LQ09X012620 Predicted protein 4.908931043 C6_control_C2 +LQ09X012620 Predicted protein 4.851969604 C6_control_C3 +LQ09X012620 Predicted protein 5.59693797 C6_chemical_A1 +LQ09X012620 Predicted protein 5.11668944 C6_chemical_A3 +LQ09X012620 Predicted protein 5.05812376 C6_chemical_B1 +LQ09X012620 Predicted protein 4.986607469 C6_chemical_B2 +LQ09X012620 Predicted protein 4.843705817 C6_chemical_B3 +LQ09X012620 Predicted protein 4.922801329 C6_chemical_C1 +LQ09X012620 Predicted protein 4.865162435 C6_chemical_C2 +LQ09X012620 Predicted protein 4.679524781 C6_chemical_C3 +LQ09X012620 Predicted protein 5.268256791 L4_control_A1 +LQ09X012620 Predicted protein 5.417292078 L4_control_A2 +LQ09X012620 Predicted protein 5.226586544 L4_control_A3 +LQ09X012620 Predicted protein 5.186873171 L4_control_B1 +LQ09X012620 Predicted protein 5.000162764 L4_control_B2 +LQ09X012620 Predicted protein 4.781151459 L4_control_B3 +LQ09X012620 Predicted protein 5.296933836 L4_control_C2 +LQ09X012620 Predicted protein 5.293366733 L4_control_C3 +LQ09X012620 Predicted protein 5.11580194 L4_chemical_A1 +LQ09X012620 Predicted protein 5.088571657 L4_chemical_A2 +LQ09X012620 Predicted protein 4.897057347 L4_chemical_A3 +LQ09X012620 Predicted protein 5.250045339 L4_chemical_B1 +LQ09X012620 Predicted protein 4.957606807 L4_chemical_B2 +LQ09X012620 Predicted protein 4.945871974 L4_chemical_B3 +LQ09X012620 Predicted protein 5.190082866 L4_chemical_C2 +LQ09X012620 Predicted protein 5.127170529 L4_chemical_C3 +LQ09X012630 Ring finger protein, putative 10.5538902 C6_control_A1 +LQ09X012630 Ring finger protein, putative 10.18003855 C6_control_A3 +LQ09X012630 Ring finger protein, putative 10.83608611 C6_control_B1 +LQ09X012630 Ring finger protein, putative 11.15430442 C6_control_B2 +LQ09X012630 Ring finger protein, putative 10.92236821 C6_control_B3 +LQ09X012630 Ring finger protein, putative 11.49834003 C6_control_C1 +LQ09X012630 Ring finger protein, putative 10.96758376 C6_control_C2 +LQ09X012630 Ring finger protein, putative 10.85741427 C6_control_C3 +LQ09X012630 Ring finger protein, putative 10.36583067 C6_chemical_A1 +LQ09X012630 Ring finger protein, putative 10.6758095 C6_chemical_A3 +LQ09X012630 Ring finger protein, putative 10.63415764 C6_chemical_B1 +LQ09X012630 Ring finger protein, putative 11.25824481 C6_chemical_B2 +LQ09X012630 Ring finger protein, putative 11.31791845 C6_chemical_B3 +LQ09X012630 Ring finger protein, putative 11.38740612 C6_chemical_C1 +LQ09X012630 Ring finger protein, putative 11.38366228 C6_chemical_C2 +LQ09X012630 Ring finger protein, putative 11.53975426 C6_chemical_C3 +LQ09X012630 Ring finger protein, putative 10.75581196 L4_control_A1 +LQ09X012630 Ring finger protein, putative 11.02462862 L4_control_A2 +LQ09X012630 Ring finger protein, putative 11.24612666 L4_control_A3 +LQ09X012630 Ring finger protein, putative 11.64806168 L4_control_B1 +LQ09X012630 Ring finger protein, putative 11.65588662 L4_control_B2 +LQ09X012630 Ring finger protein, putative 12.46286352 L4_control_B3 +LQ09X012630 Ring finger protein, putative 11.38164842 L4_control_C2 +LQ09X012630 Ring finger protein, putative 12.02400612 L4_control_C3 +LQ09X012630 Ring finger protein, putative 11.38408079 L4_chemical_A1 +LQ09X012630 Ring finger protein, putative 10.93187257 L4_chemical_A2 +LQ09X012630 Ring finger protein, putative 11.46948036 L4_chemical_A3 +LQ09X012630 Ring finger protein, putative 11.57828618 L4_chemical_B1 +LQ09X012630 Ring finger protein, putative 10.96109147 L4_chemical_B2 +LQ09X012630 Ring finger protein, putative 11.65226227 L4_chemical_B3 +LQ09X012630 Ring finger protein, putative 11.03156278 L4_chemical_C2 +LQ09X012630 Ring finger protein, putative 11.82081438 L4_chemical_C3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.447550957 C6_control_A1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.31616503 C6_control_A3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 8.745086758 C6_control_B1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.187866928 C6_control_B2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 8.742779684 C6_control_B3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.497685208 C6_control_C1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.446023789 C6_control_C2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.52229941 C6_control_C3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.365277405 C6_chemical_A1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.5561632 C6_chemical_A3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 7.898246362 C6_chemical_B1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 8.730140646 C6_chemical_B2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 8.836839067 C6_chemical_B3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.251196578 C6_chemical_C1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.643106038 C6_chemical_C2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.05971277 C6_chemical_C3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.76510268 L4_control_A1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 11.24132791 L4_control_A2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 12.16235502 L4_control_A3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.972178346 L4_control_B1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.33452509 L4_control_B2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.44850905 L4_control_B3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.98178673 L4_control_C2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 11.33570939 L4_control_C3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 11.9657996 L4_chemical_A1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 11.0570645 L4_chemical_A2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 11.80204253 L4_chemical_A3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.27667438 L4_chemical_B1 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 10.16750053 L4_chemical_B2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.990564592 L4_chemical_B3 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 11.46431519 L4_chemical_C2 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 11.43778369 L4_chemical_C3 +LQ09X012650 Putative uncharacterized protein 11.41331582 C6_control_A1 +LQ09X012650 Putative uncharacterized protein 11.30285963 C6_control_A3 +LQ09X012650 Putative uncharacterized protein 10.93704224 C6_control_B1 +LQ09X012650 Putative uncharacterized protein 11.94226494 C6_control_B2 +LQ09X012650 Putative uncharacterized protein 10.88562966 C6_control_B3 +LQ09X012650 Putative uncharacterized protein 11.98310085 C6_control_C1 +LQ09X012650 Putative uncharacterized protein 12.27847755 C6_control_C2 +LQ09X012650 Putative uncharacterized protein 11.77648744 C6_control_C3 +LQ09X012650 Putative uncharacterized protein 11.24857963 C6_chemical_A1 +LQ09X012650 Putative uncharacterized protein 12.07877362 C6_chemical_A3 +LQ09X012650 Putative uncharacterized protein 10.82031498 C6_chemical_B1 +LQ09X012650 Putative uncharacterized protein 11.80900172 C6_chemical_B2 +LQ09X012650 Putative uncharacterized protein 10.5353807 C6_chemical_B3 +LQ09X012650 Putative uncharacterized protein 11.96510091 C6_chemical_C1 +LQ09X012650 Putative uncharacterized protein 12.12916696 C6_chemical_C2 +LQ09X012650 Putative uncharacterized protein 12.24569428 C6_chemical_C3 +LQ09X012650 Putative uncharacterized protein 12.43339421 L4_control_A1 +LQ09X012650 Putative uncharacterized protein 12.21609639 L4_control_A2 +LQ09X012650 Putative uncharacterized protein 12.78656137 L4_control_A3 +LQ09X012650 Putative uncharacterized protein 12.82314544 L4_control_B1 +LQ09X012650 Putative uncharacterized protein 12.56038569 L4_control_B2 +LQ09X012650 Putative uncharacterized protein 12.7971955 L4_control_B3 +LQ09X012650 Putative uncharacterized protein 13.33752672 L4_control_C2 +LQ09X012650 Putative uncharacterized protein 12.95792396 L4_control_C3 +LQ09X012650 Putative uncharacterized protein 12.56606476 L4_chemical_A1 +LQ09X012650 Putative uncharacterized protein 12.19639523 L4_chemical_A2 +LQ09X012650 Putative uncharacterized protein 12.48636485 L4_chemical_A3 +LQ09X012650 Putative uncharacterized protein 12.03190517 L4_chemical_B1 +LQ09X012650 Putative uncharacterized protein 12.59126853 L4_chemical_B2 +LQ09X012650 Putative uncharacterized protein 12.37662148 L4_chemical_B3 +LQ09X012650 Putative uncharacterized protein 13.58345179 L4_chemical_C2 +LQ09X012650 Putative uncharacterized protein 13.34994204 L4_chemical_C3 +LQ09X012660 Hypothetical protein 14.78067436 C6_control_A1 +LQ09X012660 Hypothetical protein 14.21876793 C6_control_A3 +LQ09X012660 Hypothetical protein 13.30361648 C6_control_B1 +LQ09X012660 Hypothetical protein 12.169473 C6_control_B2 +LQ09X012660 Hypothetical protein 11.46925379 C6_control_B3 +LQ09X012660 Hypothetical protein 12.89487218 C6_control_C1 +LQ09X012660 Hypothetical protein 11.21603081 C6_control_C2 +LQ09X012660 Hypothetical protein 12.02291029 C6_control_C3 +LQ09X012660 Hypothetical protein 15.43942612 C6_chemical_A1 +LQ09X012660 Hypothetical protein 15.37572883 C6_chemical_A3 +LQ09X012660 Hypothetical protein 14.37783818 C6_chemical_B1 +LQ09X012660 Hypothetical protein 12.75108115 C6_chemical_B2 +LQ09X012660 Hypothetical protein 13.04986188 C6_chemical_B3 +LQ09X012660 Hypothetical protein 12.91086955 C6_chemical_C1 +LQ09X012660 Hypothetical protein 13.29023528 C6_chemical_C2 +LQ09X012660 Hypothetical protein 12.73970902 C6_chemical_C3 +LQ09X012660 Hypothetical protein 14.99325343 L4_control_A1 +LQ09X012660 Hypothetical protein 14.43160608 L4_control_A2 +LQ09X012660 Hypothetical protein 15.04115594 L4_control_A3 +LQ09X012660 Hypothetical protein 13.51715069 L4_control_B1 +LQ09X012660 Hypothetical protein 13.72451805 L4_control_B2 +LQ09X012660 Hypothetical protein 12.12095952 L4_control_B3 +LQ09X012660 Hypothetical protein 14.14938847 L4_control_C2 +LQ09X012660 Hypothetical protein 13.23139851 L4_control_C3 +LQ09X012660 Hypothetical protein 15.79975873 L4_chemical_A1 +LQ09X012660 Hypothetical protein 15.64856586 L4_chemical_A2 +LQ09X012660 Hypothetical protein 15.16438343 L4_chemical_A3 +LQ09X012660 Hypothetical protein 15.18847778 L4_chemical_B1 +LQ09X012660 Hypothetical protein 15.28165647 L4_chemical_B2 +LQ09X012660 Hypothetical protein 13.0342336 L4_chemical_B3 +LQ09X012660 Hypothetical protein 14.79833575 L4_chemical_C2 +LQ09X012660 Hypothetical protein 13.21323926 L4_chemical_C3 +LQ09X012670 Hypothetical protein 5.836974075 C6_control_A1 +LQ09X012670 Hypothetical protein 5.895736938 C6_control_A3 +LQ09X012670 Hypothetical protein 5.122581624 C6_control_B1 +LQ09X012670 Hypothetical protein 5.434924556 C6_control_B2 +LQ09X012670 Hypothetical protein 5.209263152 C6_control_B3 +LQ09X012670 Hypothetical protein 5.50488134 C6_control_C1 +LQ09X012670 Hypothetical protein 5.691220796 C6_control_C2 +LQ09X012670 Hypothetical protein 5.865634681 C6_control_C3 +LQ09X012670 Hypothetical protein 5.879846828 C6_chemical_A1 +LQ09X012670 Hypothetical protein 5.313085202 C6_chemical_A3 +LQ09X012670 Hypothetical protein 5.087375866 C6_chemical_B1 +LQ09X012670 Hypothetical protein 5.298421827 C6_chemical_B2 +LQ09X012670 Hypothetical protein 4.975638931 C6_chemical_B3 +LQ09X012670 Hypothetical protein 5.231244397 C6_chemical_C1 +LQ09X012670 Hypothetical protein 5.365564792 C6_chemical_C2 +LQ09X012670 Hypothetical protein 5.535277736 C6_chemical_C3 +LQ09X012670 Hypothetical protein 5.263090346 L4_control_A1 +LQ09X012670 Hypothetical protein 5.735509558 L4_control_A2 +LQ09X012670 Hypothetical protein 5.050697155 L4_control_A3 +LQ09X012670 Hypothetical protein 4.797381818 L4_control_B1 +LQ09X012670 Hypothetical protein 5.027121452 L4_control_B2 +LQ09X012670 Hypothetical protein 5.192827285 L4_control_B3 +LQ09X012670 Hypothetical protein 4.886762375 L4_control_C2 +LQ09X012670 Hypothetical protein 4.638376344 L4_control_C3 +LQ09X012670 Hypothetical protein 5.058048936 L4_chemical_A1 +LQ09X012670 Hypothetical protein 5.903321381 L4_chemical_A2 +LQ09X012670 Hypothetical protein 5.293607435 L4_chemical_A3 +LQ09X012670 Hypothetical protein 5.202983441 L4_chemical_B1 +LQ09X012670 Hypothetical protein 4.973553455 L4_chemical_B2 +LQ09X012670 Hypothetical protein 5.464609508 L4_chemical_B3 +LQ09X012670 Hypothetical protein 5.355388921 L4_chemical_C2 +LQ09X012670 Hypothetical protein 4.941815432 L4_chemical_C3 +LQ09X012680 Hypothetical protein 9.920847678 C6_control_A1 +LQ09X012680 Hypothetical protein 9.791678157 C6_control_A3 +LQ09X012680 Hypothetical protein 10.68379117 C6_control_B1 +LQ09X012680 Hypothetical protein 12.07694585 C6_control_B2 +LQ09X012680 Hypothetical protein 11.40488704 C6_control_B3 +LQ09X012680 Hypothetical protein 11.07152124 C6_control_C1 +LQ09X012680 Hypothetical protein 12.16656653 C6_control_C2 +LQ09X012680 Hypothetical protein 12.07334916 C6_control_C3 +LQ09X012680 Hypothetical protein 10.09418303 C6_chemical_A1 +LQ09X012680 Hypothetical protein 10.68385596 C6_chemical_A3 +LQ09X012680 Hypothetical protein 10.97386271 C6_chemical_B1 +LQ09X012680 Hypothetical protein 12.08287702 C6_chemical_B2 +LQ09X012680 Hypothetical protein 11.33723029 C6_chemical_B3 +LQ09X012680 Hypothetical protein 11.14862636 C6_chemical_C1 +LQ09X012680 Hypothetical protein 11.96164663 C6_chemical_C2 +LQ09X012680 Hypothetical protein 12.78879131 C6_chemical_C3 +LQ09X012680 Hypothetical protein 9.668232372 L4_control_A1 +LQ09X012680 Hypothetical protein 10.48458778 L4_control_A2 +LQ09X012680 Hypothetical protein 9.846296057 L4_control_A3 +LQ09X012680 Hypothetical protein 11.7063233 L4_control_B1 +LQ09X012680 Hypothetical protein 11.52854402 L4_control_B2 +LQ09X012680 Hypothetical protein 11.68430199 L4_control_B3 +LQ09X012680 Hypothetical protein 11.48299491 L4_control_C2 +LQ09X012680 Hypothetical protein 11.44789349 L4_control_C3 +LQ09X012680 Hypothetical protein 10.3056912 L4_chemical_A1 +LQ09X012680 Hypothetical protein 11.68825745 L4_chemical_A2 +LQ09X012680 Hypothetical protein 9.88634585 L4_chemical_A3 +LQ09X012680 Hypothetical protein 11.07999988 L4_chemical_B1 +LQ09X012680 Hypothetical protein 11.63529199 L4_chemical_B2 +LQ09X012680 Hypothetical protein 11.14874508 L4_chemical_B3 +LQ09X012680 Hypothetical protein 12.21029438 L4_chemical_C2 +LQ09X012680 Hypothetical protein 11.42920919 L4_chemical_C3 +LQ09X012710 40S ribosomal protein S11 6.400192925 C6_control_A1 +LQ09X012710 40S ribosomal protein S11 7.763501594 C6_control_A3 +LQ09X012710 40S ribosomal protein S11 6.239965155 C6_control_B1 +LQ09X012710 40S ribosomal protein S11 6.568689046 C6_control_B2 +LQ09X012710 40S ribosomal protein S11 6.800233873 C6_control_B3 +LQ09X012710 40S ribosomal protein S11 6.239967145 C6_control_C1 +LQ09X012710 40S ribosomal protein S11 6.961689445 C6_control_C2 +LQ09X012710 40S ribosomal protein S11 6.343288568 C6_control_C3 +LQ09X012710 40S ribosomal protein S11 6.405741437 C6_chemical_A1 +LQ09X012710 40S ribosomal protein S11 6.50458476 C6_chemical_A3 +LQ09X012710 40S ribosomal protein S11 5.843276375 C6_chemical_B1 +LQ09X012710 40S ribosomal protein S11 6.347860572 C6_chemical_B2 +LQ09X012710 40S ribosomal protein S11 6.600345423 C6_chemical_B3 +LQ09X012710 40S ribosomal protein S11 6.663097993 C6_chemical_C1 +LQ09X012710 40S ribosomal protein S11 6.764830254 C6_chemical_C2 +LQ09X012710 40S ribosomal protein S11 6.327153136 C6_chemical_C3 +LQ09X012710 40S ribosomal protein S11 6.342601938 L4_control_A1 +LQ09X012710 40S ribosomal protein S11 6.706277822 L4_control_A2 +LQ09X012710 40S ribosomal protein S11 7.470665289 L4_control_A3 +LQ09X012710 40S ribosomal protein S11 6.495348317 L4_control_B1 +LQ09X012710 40S ribosomal protein S11 6.948190607 L4_control_B2 +LQ09X012710 40S ribosomal protein S11 6.365465083 L4_control_B3 +LQ09X012710 40S ribosomal protein S11 6.602759756 L4_control_C2 +LQ09X012710 40S ribosomal protein S11 5.213933652 L4_control_C3 +LQ09X012710 40S ribosomal protein S11 5.922407556 L4_chemical_A1 +LQ09X012710 40S ribosomal protein S11 6.531051213 L4_chemical_A2 +LQ09X012710 40S ribosomal protein S11 7.613099999 L4_chemical_A3 +LQ09X012710 40S ribosomal protein S11 6.830251903 L4_chemical_B1 +LQ09X012710 40S ribosomal protein S11 6.477944075 L4_chemical_B2 +LQ09X012710 40S ribosomal protein S11 6.225593574 L4_chemical_B3 +LQ09X012710 40S ribosomal protein S11 6.705743837 L4_chemical_C2 +LQ09X012710 40S ribosomal protein S11 5.473327156 L4_chemical_C3 +LQ09X012720 Probable protein phosphatase 2C 27 12.1502664 C6_control_A1 +LQ09X012720 Probable protein phosphatase 2C 27 11.49521026 C6_control_A3 +LQ09X012720 Probable protein phosphatase 2C 27 12.65410302 C6_control_B1 +LQ09X012720 Probable protein phosphatase 2C 27 13.23443778 C6_control_B2 +LQ09X012720 Probable protein phosphatase 2C 27 12.76724552 C6_control_B3 +LQ09X012720 Probable protein phosphatase 2C 27 14.14491398 C6_control_C1 +LQ09X012720 Probable protein phosphatase 2C 27 13.65357819 C6_control_C2 +LQ09X012720 Probable protein phosphatase 2C 27 13.45389645 C6_control_C3 +LQ09X012720 Probable protein phosphatase 2C 27 12.27315168 C6_chemical_A1 +LQ09X012720 Probable protein phosphatase 2C 27 11.60839495 C6_chemical_A3 +LQ09X012720 Probable protein phosphatase 2C 27 12.76638589 C6_chemical_B1 +LQ09X012720 Probable protein phosphatase 2C 27 13.19246327 C6_chemical_B2 +LQ09X012720 Probable protein phosphatase 2C 27 12.69591071 C6_chemical_B3 +LQ09X012720 Probable protein phosphatase 2C 27 13.83805427 C6_chemical_C1 +LQ09X012720 Probable protein phosphatase 2C 27 13.85521323 C6_chemical_C2 +LQ09X012720 Probable protein phosphatase 2C 27 13.73118555 C6_chemical_C3 +LQ09X012720 Probable protein phosphatase 2C 27 11.77792988 L4_control_A1 +LQ09X012720 Probable protein phosphatase 2C 27 12.44319773 L4_control_A2 +LQ09X012720 Probable protein phosphatase 2C 27 11.23393059 L4_control_A3 +LQ09X012720 Probable protein phosphatase 2C 27 12.82902865 L4_control_B1 +LQ09X012720 Probable protein phosphatase 2C 27 12.50403222 L4_control_B2 +LQ09X012720 Probable protein phosphatase 2C 27 12.61974665 L4_control_B3 +LQ09X012720 Probable protein phosphatase 2C 27 12.83546055 L4_control_C2 +LQ09X012720 Probable protein phosphatase 2C 27 12.88618432 L4_control_C3 +LQ09X012720 Probable protein phosphatase 2C 27 11.33393419 L4_chemical_A1 +LQ09X012720 Probable protein phosphatase 2C 27 12.37765434 L4_chemical_A2 +LQ09X012720 Probable protein phosphatase 2C 27 11.17071248 L4_chemical_A3 +LQ09X012720 Probable protein phosphatase 2C 27 12.33395549 L4_chemical_B1 +LQ09X012720 Probable protein phosphatase 2C 27 12.1803144 L4_chemical_B2 +LQ09X012720 Probable protein phosphatase 2C 27 12.69838993 L4_chemical_B3 +LQ09X012720 Probable protein phosphatase 2C 27 12.76209602 L4_chemical_C2 +LQ09X012720 Probable protein phosphatase 2C 27 12.92852164 L4_chemical_C3 +LQ09X012740 Scythe/bat3, putative 6.709149222 C6_control_A1 +LQ09X012740 Scythe/bat3, putative 5.788295882 C6_control_A3 +LQ09X012740 Scythe/bat3, putative 6.34057882 C6_control_B1 +LQ09X012740 Scythe/bat3, putative 6.726479623 C6_control_B2 +LQ09X012740 Scythe/bat3, putative 5.844580259 C6_control_B3 +LQ09X012740 Scythe/bat3, putative 7.383560979 C6_control_C1 +LQ09X012740 Scythe/bat3, putative 7.257776222 C6_control_C2 +LQ09X012740 Scythe/bat3, putative 6.874802072 C6_control_C3 +LQ09X012740 Scythe/bat3, putative 6.683257469 C6_chemical_A1 +LQ09X012740 Scythe/bat3, putative 6.583718159 C6_chemical_A3 +LQ09X012740 Scythe/bat3, putative 5.985738994 C6_chemical_B1 +LQ09X012740 Scythe/bat3, putative 7.435895945 C6_chemical_B2 +LQ09X012740 Scythe/bat3, putative 6.685253186 C6_chemical_B3 +LQ09X012740 Scythe/bat3, putative 7.639609158 C6_chemical_C1 +LQ09X012740 Scythe/bat3, putative 7.752128318 C6_chemical_C2 +LQ09X012740 Scythe/bat3, putative 8.020478499 C6_chemical_C3 +LQ09X012740 Scythe/bat3, putative 6.676218575 L4_control_A1 +LQ09X012740 Scythe/bat3, putative 6.880679497 L4_control_A2 +LQ09X012740 Scythe/bat3, putative 6.216764955 L4_control_A3 +LQ09X012740 Scythe/bat3, putative 6.013097781 L4_control_B1 +LQ09X012740 Scythe/bat3, putative 6.010261347 L4_control_B2 +LQ09X012740 Scythe/bat3, putative 7.825321159 L4_control_B3 +LQ09X012740 Scythe/bat3, putative 6.708696758 L4_control_C2 +LQ09X012740 Scythe/bat3, putative 7.333764827 L4_control_C3 +LQ09X012740 Scythe/bat3, putative 7.006753579 L4_chemical_A1 +LQ09X012740 Scythe/bat3, putative 6.385096705 L4_chemical_A2 +LQ09X012740 Scythe/bat3, putative 6.114079882 L4_chemical_A3 +LQ09X012740 Scythe/bat3, putative 5.703958261 L4_chemical_B1 +LQ09X012740 Scythe/bat3, putative 6.096710395 L4_chemical_B2 +LQ09X012740 Scythe/bat3, putative 7.003592457 L4_chemical_B3 +LQ09X012740 Scythe/bat3, putative 6.482284042 L4_chemical_C2 +LQ09X012740 Scythe/bat3, putative 7.247204137 L4_chemical_C3 +LQ09X012750 Putative uncharacterized protein 12.23129453 C6_control_A1 +LQ09X012750 Putative uncharacterized protein 12.31268606 C6_control_A3 +LQ09X012750 Putative uncharacterized protein 12.31136362 C6_control_B1 +LQ09X012750 Putative uncharacterized protein 10.27394234 C6_control_B2 +LQ09X012750 Putative uncharacterized protein 11.33454895 C6_control_B3 +LQ09X012750 Putative uncharacterized protein 5.628273561 C6_control_C1 +LQ09X012750 Putative uncharacterized protein 6.594527298 C6_control_C2 +LQ09X012750 Putative uncharacterized protein 6.498639585 C6_control_C3 +LQ09X012750 Putative uncharacterized protein 11.82997538 C6_chemical_A1 +LQ09X012750 Putative uncharacterized protein 12.39651671 C6_chemical_A3 +LQ09X012750 Putative uncharacterized protein 12.24700304 C6_chemical_B1 +LQ09X012750 Putative uncharacterized protein 11.00854426 C6_chemical_B2 +LQ09X012750 Putative uncharacterized protein 11.37831934 C6_chemical_B3 +LQ09X012750 Putative uncharacterized protein 5.569499782 C6_chemical_C1 +LQ09X012750 Putative uncharacterized protein 5.1911584 C6_chemical_C2 +LQ09X012750 Putative uncharacterized protein 7.005648039 C6_chemical_C3 +LQ09X012750 Putative uncharacterized protein 11.17000617 L4_control_A1 +LQ09X012750 Putative uncharacterized protein 10.47359269 L4_control_A2 +LQ09X012750 Putative uncharacterized protein 11.35276035 L4_control_A3 +LQ09X012750 Putative uncharacterized protein 10.99054515 L4_control_B1 +LQ09X012750 Putative uncharacterized protein 10.84170659 L4_control_B2 +LQ09X012750 Putative uncharacterized protein 7.653658705 L4_control_B3 +LQ09X012750 Putative uncharacterized protein 5.144259164 L4_control_C2 +LQ09X012750 Putative uncharacterized protein 5.306460178 L4_control_C3 +LQ09X012750 Putative uncharacterized protein 11.55068627 L4_chemical_A1 +LQ09X012750 Putative uncharacterized protein 11.74340433 L4_chemical_A2 +LQ09X012750 Putative uncharacterized protein 11.51241524 L4_chemical_A3 +LQ09X012750 Putative uncharacterized protein 13.13573539 L4_chemical_B1 +LQ09X012750 Putative uncharacterized protein 12.17155102 L4_chemical_B2 +LQ09X012750 Putative uncharacterized protein 11.43871994 L4_chemical_B3 +LQ09X012750 Putative uncharacterized protein 6.490004949 L4_chemical_C2 +LQ09X012750 Putative uncharacterized protein 7.8459144 L4_chemical_C3 +LQ09X012760 Putative uncharacterized protein 9.97189816 C6_control_A1 +LQ09X012760 Putative uncharacterized protein 9.670293038 C6_control_A3 +LQ09X012760 Putative uncharacterized protein 10.67185116 C6_control_B1 +LQ09X012760 Putative uncharacterized protein 11.30088983 C6_control_B2 +LQ09X012760 Putative uncharacterized protein 11.10909435 C6_control_B3 +LQ09X012760 Putative uncharacterized protein 11.79839571 C6_control_C1 +LQ09X012760 Putative uncharacterized protein 12.04552549 C6_control_C2 +LQ09X012760 Putative uncharacterized protein 11.87332887 C6_control_C3 +LQ09X012760 Putative uncharacterized protein 9.796714411 C6_chemical_A1 +LQ09X012760 Putative uncharacterized protein 9.594957264 C6_chemical_A3 +LQ09X012760 Putative uncharacterized protein 10.91913525 C6_chemical_B1 +LQ09X012760 Putative uncharacterized protein 11.50038753 C6_chemical_B2 +LQ09X012760 Putative uncharacterized protein 10.77961092 C6_chemical_B3 +LQ09X012760 Putative uncharacterized protein 11.4854844 C6_chemical_C1 +LQ09X012760 Putative uncharacterized protein 12.16708514 C6_chemical_C2 +LQ09X012760 Putative uncharacterized protein 11.72220792 C6_chemical_C3 +LQ09X012760 Putative uncharacterized protein 8.884800502 L4_control_A1 +LQ09X012760 Putative uncharacterized protein 9.521577336 L4_control_A2 +LQ09X012760 Putative uncharacterized protein 9.481482605 L4_control_A3 +LQ09X012760 Putative uncharacterized protein 9.750223855 L4_control_B1 +LQ09X012760 Putative uncharacterized protein 10.62511692 L4_control_B2 +LQ09X012760 Putative uncharacterized protein 10.22591542 L4_control_B3 +LQ09X012760 Putative uncharacterized protein 11.6389619 L4_control_C2 +LQ09X012760 Putative uncharacterized protein 11.57513182 L4_control_C3 +LQ09X012760 Putative uncharacterized protein 8.832804075 L4_chemical_A1 +LQ09X012760 Putative uncharacterized protein 9.314715166 L4_chemical_A2 +LQ09X012760 Putative uncharacterized protein 8.687887821 L4_chemical_A3 +LQ09X012760 Putative uncharacterized protein 10.32721572 L4_chemical_B1 +LQ09X012760 Putative uncharacterized protein 10.34962285 L4_chemical_B2 +LQ09X012760 Putative uncharacterized protein 9.325055899 L4_chemical_B3 +LQ09X012760 Putative uncharacterized protein 11.31605404 L4_chemical_C2 +LQ09X012760 Putative uncharacterized protein 11.43541338 L4_chemical_C3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.710352785 C6_control_A1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.911969068 C6_control_A3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.236018007 C6_control_B1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.722101667 C6_control_B2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.636693175 C6_control_B3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.736424403 C6_control_C1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.076706671 C6_control_C2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.608232023 C6_control_C3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.737045959 C6_chemical_A1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.77798487 C6_chemical_A3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.928920412 C6_chemical_B1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.852131066 C6_chemical_B2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.95466826 C6_chemical_B3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.764046426 C6_chemical_C1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.713183451 C6_chemical_C2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.528395559 C6_chemical_C3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.651523565 L4_control_A1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.687743254 L4_control_A2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.826462986 L4_control_A3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.913422488 L4_control_B1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.496605657 L4_control_B2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.971284121 L4_control_B3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.119420371 L4_control_C2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.921870819 L4_control_C3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.147433997 L4_chemical_A1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.476422738 L4_chemical_A2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.113226728 L4_chemical_A3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.052447938 L4_chemical_B1 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.369296114 L4_chemical_B2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.724846349 L4_chemical_B3 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.176560405 L4_chemical_C2 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 5.341518609 L4_chemical_C3 +LQ09X012820 Predicted protein 13.18507052 C6_control_A1 +LQ09X012820 Predicted protein 12.60512094 C6_control_A3 +LQ09X012820 Predicted protein 13.95233377 C6_control_B1 +LQ09X012820 Predicted protein 13.74106807 C6_control_B2 +LQ09X012820 Predicted protein 13.9877824 C6_control_B3 +LQ09X012820 Predicted protein 12.52255534 C6_control_C1 +LQ09X012820 Predicted protein 13.04955172 C6_control_C2 +LQ09X012820 Predicted protein 12.74749997 C6_control_C3 +LQ09X012820 Predicted protein 13.00310062 C6_chemical_A1 +LQ09X012820 Predicted protein 13.16155041 C6_chemical_A3 +LQ09X012820 Predicted protein 14.15300689 C6_chemical_B1 +LQ09X012820 Predicted protein 14.19488057 C6_chemical_B2 +LQ09X012820 Predicted protein 14.03630433 C6_chemical_B3 +LQ09X012820 Predicted protein 12.27108475 C6_chemical_C1 +LQ09X012820 Predicted protein 12.8168703 C6_chemical_C2 +LQ09X012820 Predicted protein 12.11060469 C6_chemical_C3 +LQ09X012820 Predicted protein 12.77741847 L4_control_A1 +LQ09X012820 Predicted protein 12.87710135 L4_control_A2 +LQ09X012820 Predicted protein 12.66473256 L4_control_A3 +LQ09X012820 Predicted protein 14.05467264 L4_control_B1 +LQ09X012820 Predicted protein 14.06370663 L4_control_B2 +LQ09X012820 Predicted protein 14.41849517 L4_control_B3 +LQ09X012820 Predicted protein 12.6404651 L4_control_C2 +LQ09X012820 Predicted protein 13.29993922 L4_control_C3 +LQ09X012820 Predicted protein 12.31009836 L4_chemical_A1 +LQ09X012820 Predicted protein 12.90938281 L4_chemical_A2 +LQ09X012820 Predicted protein 12.54590343 L4_chemical_A3 +LQ09X012820 Predicted protein 13.13950832 L4_chemical_B1 +LQ09X012820 Predicted protein 13.32386103 L4_chemical_B2 +LQ09X012820 Predicted protein 13.90002415 L4_chemical_B3 +LQ09X012820 Predicted protein 12.589535 L4_chemical_C2 +LQ09X012820 Predicted protein 13.44114769 L4_chemical_C3 +LQ09X012840 Putative uncharacterized protein 13.66327545 C6_control_A1 +LQ09X012840 Putative uncharacterized protein 13.14541193 C6_control_A3 +LQ09X012840 Putative uncharacterized protein 14.38799547 C6_control_B1 +LQ09X012840 Putative uncharacterized protein 14.71378848 C6_control_B2 +LQ09X012840 Putative uncharacterized protein 14.78279835 C6_control_B3 +LQ09X012840 Putative uncharacterized protein 13.57016234 C6_control_C1 +LQ09X012840 Putative uncharacterized protein 14.56557324 C6_control_C2 +LQ09X012840 Putative uncharacterized protein 14.4273746 C6_control_C3 +LQ09X012840 Putative uncharacterized protein 13.72150764 C6_chemical_A1 +LQ09X012840 Putative uncharacterized protein 13.34475998 C6_chemical_A3 +LQ09X012840 Putative uncharacterized protein 14.56120986 C6_chemical_B1 +LQ09X012840 Putative uncharacterized protein 14.61278752 C6_chemical_B2 +LQ09X012840 Putative uncharacterized protein 14.50558702 C6_chemical_B3 +LQ09X012840 Putative uncharacterized protein 13.76609983 C6_chemical_C1 +LQ09X012840 Putative uncharacterized protein 13.77840067 C6_chemical_C2 +LQ09X012840 Putative uncharacterized protein 14.26213427 C6_chemical_C3 +LQ09X012840 Putative uncharacterized protein 13.46551036 L4_control_A1 +LQ09X012840 Putative uncharacterized protein 13.75482182 L4_control_A2 +LQ09X012840 Putative uncharacterized protein 13.93045344 L4_control_A3 +LQ09X012840 Putative uncharacterized protein 14.51310561 L4_control_B1 +LQ09X012840 Putative uncharacterized protein 14.53936024 L4_control_B2 +LQ09X012840 Putative uncharacterized protein 14.48815562 L4_control_B3 +LQ09X012840 Putative uncharacterized protein 14.52418018 L4_control_C2 +LQ09X012840 Putative uncharacterized protein 14.75457402 L4_control_C3 +LQ09X012840 Putative uncharacterized protein 15.11265816 L4_chemical_A1 +LQ09X012840 Putative uncharacterized protein 14.89049637 L4_chemical_A2 +LQ09X012840 Putative uncharacterized protein 14.39365583 L4_chemical_A3 +LQ09X012840 Putative uncharacterized protein 14.46951265 L4_chemical_B1 +LQ09X012840 Putative uncharacterized protein 14.62145013 L4_chemical_B2 +LQ09X012840 Putative uncharacterized protein 14.5131618 L4_chemical_B3 +LQ09X012840 Putative uncharacterized protein 14.59770421 L4_chemical_C2 +LQ09X012840 Putative uncharacterized protein 14.49926322 L4_chemical_C3 +LQ09X012850 Predicted protein 10.26081168 C6_control_A1 +LQ09X012850 Predicted protein 10.17098502 C6_control_A3 +LQ09X012850 Predicted protein 10.46060585 C6_control_B1 +LQ09X012850 Predicted protein 9.583924772 C6_control_B2 +LQ09X012850 Predicted protein 10.03526314 C6_control_B3 +LQ09X012850 Predicted protein 10.54272627 C6_control_C1 +LQ09X012850 Predicted protein 9.016243438 C6_control_C2 +LQ09X012850 Predicted protein 9.796100114 C6_control_C3 +LQ09X012850 Predicted protein 10.53453659 C6_chemical_A1 +LQ09X012850 Predicted protein 10.3066257 C6_chemical_A3 +LQ09X012850 Predicted protein 10.25248265 C6_chemical_B1 +LQ09X012850 Predicted protein 9.574046716 C6_chemical_B2 +LQ09X012850 Predicted protein 9.995704359 C6_chemical_B3 +LQ09X012850 Predicted protein 10.21386396 C6_chemical_C1 +LQ09X012850 Predicted protein 8.831484235 C6_chemical_C2 +LQ09X012850 Predicted protein 9.176798157 C6_chemical_C3 +LQ09X012850 Predicted protein 10.34344027 L4_control_A1 +LQ09X012850 Predicted protein 10.26583624 L4_control_A2 +LQ09X012850 Predicted protein 10.03167487 L4_control_A3 +LQ09X012850 Predicted protein 9.446641482 L4_control_B1 +LQ09X012850 Predicted protein 9.888633339 L4_control_B2 +LQ09X012850 Predicted protein 9.529644855 L4_control_B3 +LQ09X012850 Predicted protein 9.398767161 L4_control_C2 +LQ09X012850 Predicted protein 9.397612956 L4_control_C3 +LQ09X012850 Predicted protein 10.48490375 L4_chemical_A1 +LQ09X012850 Predicted protein 10.19678706 L4_chemical_A2 +LQ09X012850 Predicted protein 10.06036863 L4_chemical_A3 +LQ09X012850 Predicted protein 9.828956072 L4_chemical_B1 +LQ09X012850 Predicted protein 9.814198297 L4_chemical_B2 +LQ09X012850 Predicted protein 9.485148725 L4_chemical_B3 +LQ09X012850 Predicted protein 8.854435165 L4_chemical_C2 +LQ09X012850 Predicted protein 9.568358212 L4_chemical_C3 +LQ09X012860 Predicted protein 5.938951652 C6_control_A1 +LQ09X012860 Predicted protein 7.058995454 C6_control_A3 +LQ09X012860 Predicted protein 6.379376058 C6_control_B1 +LQ09X012860 Predicted protein 5.502811093 C6_control_B2 +LQ09X012860 Predicted protein 5.854387678 C6_control_B3 +LQ09X012860 Predicted protein 5.609576175 C6_control_C1 +LQ09X012860 Predicted protein 7.875148963 C6_control_C2 +LQ09X012860 Predicted protein 5.809211287 C6_control_C3 +LQ09X012860 Predicted protein 5.303187318 C6_chemical_A1 +LQ09X012860 Predicted protein 5.737501886 C6_chemical_A3 +LQ09X012860 Predicted protein 5.603492391 C6_chemical_B1 +LQ09X012860 Predicted protein 6.263980144 C6_chemical_B2 +LQ09X012860 Predicted protein 5.372216019 C6_chemical_B3 +LQ09X012860 Predicted protein 6.384477887 C6_chemical_C1 +LQ09X012860 Predicted protein 5.867301803 C6_chemical_C2 +LQ09X012860 Predicted protein 5.108967725 C6_chemical_C3 +LQ09X012860 Predicted protein 5.173768616 L4_control_A1 +LQ09X012860 Predicted protein 5.004136871 L4_control_A2 +LQ09X012860 Predicted protein 5.330200421 L4_control_A3 +LQ09X012860 Predicted protein 5.195393317 L4_control_B1 +LQ09X012860 Predicted protein 5.157801888 L4_control_B2 +LQ09X012860 Predicted protein 5.721426924 L4_control_B3 +LQ09X012860 Predicted protein 5.717838969 L4_control_C2 +LQ09X012860 Predicted protein 5.741258919 L4_control_C3 +LQ09X012860 Predicted protein 5.728374455 L4_chemical_A1 +LQ09X012860 Predicted protein 5.40645228 L4_chemical_A2 +LQ09X012860 Predicted protein 5.418549698 L4_chemical_A3 +LQ09X012860 Predicted protein 5.184802561 L4_chemical_B1 +LQ09X012860 Predicted protein 5.327652662 L4_chemical_B2 +LQ09X012860 Predicted protein 6.016464243 L4_chemical_B3 +LQ09X012860 Predicted protein 5.213889326 L4_chemical_C2 +LQ09X012860 Predicted protein 5.808274467 L4_chemical_C3 +LQ09X012870 Protein SRG1 5.26911669 C6_control_A1 +LQ09X012870 Protein SRG1 4.960368882 C6_control_A3 +LQ09X012870 Protein SRG1 5.427662654 C6_control_B1 +LQ09X012870 Protein SRG1 5.070850441 C6_control_B2 +LQ09X012870 Protein SRG1 4.962748428 C6_control_B3 +LQ09X012870 Protein SRG1 5.257338631 C6_control_C1 +LQ09X012870 Protein SRG1 5.016811233 C6_control_C2 +LQ09X012870 Protein SRG1 4.953460745 C6_control_C3 +LQ09X012870 Protein SRG1 5.14448051 C6_chemical_A1 +LQ09X012870 Protein SRG1 5.393906634 C6_chemical_A3 +LQ09X012870 Protein SRG1 5.247417477 C6_chemical_B1 +LQ09X012870 Protein SRG1 5.105547305 C6_chemical_B2 +LQ09X012870 Protein SRG1 5.190670092 C6_chemical_B3 +LQ09X012870 Protein SRG1 5.036090247 C6_chemical_C1 +LQ09X012870 Protein SRG1 4.993935549 C6_chemical_C2 +LQ09X012870 Protein SRG1 5.210722563 C6_chemical_C3 +LQ09X012870 Protein SRG1 8.218102379 L4_control_A1 +LQ09X012870 Protein SRG1 5.687633033 L4_control_A2 +LQ09X012870 Protein SRG1 10.08976178 L4_control_A3 +LQ09X012870 Protein SRG1 5.888031174 L4_control_B1 +LQ09X012870 Protein SRG1 5.159823693 L4_control_B2 +LQ09X012870 Protein SRG1 5.430174395 L4_control_B3 +LQ09X012870 Protein SRG1 4.865677815 L4_control_C2 +LQ09X012870 Protein SRG1 5.749496678 L4_control_C3 +LQ09X012870 Protein SRG1 11.30985381 L4_chemical_A1 +LQ09X012870 Protein SRG1 10.67433314 L4_chemical_A2 +LQ09X012870 Protein SRG1 11.36115726 L4_chemical_A3 +LQ09X012870 Protein SRG1 9.879989607 L4_chemical_B1 +LQ09X012870 Protein SRG1 7.465442024 L4_chemical_B2 +LQ09X012870 Protein SRG1 6.638250645 L4_chemical_B3 +LQ09X012870 Protein SRG1 5.669566576 L4_chemical_C2 +LQ09X012870 Protein SRG1 6.137791663 L4_chemical_C3 +LQ09X012940 Putative uncharacterized protein 10.53723855 C6_control_A1 +LQ09X012940 Putative uncharacterized protein 10.59153018 C6_control_A3 +LQ09X012940 Putative uncharacterized protein 10.92958136 C6_control_B1 +LQ09X012940 Putative uncharacterized protein 10.68597114 C6_control_B2 +LQ09X012940 Putative uncharacterized protein 10.64055649 C6_control_B3 +LQ09X012940 Putative uncharacterized protein 11.1175563 C6_control_C1 +LQ09X012940 Putative uncharacterized protein 10.98753511 C6_control_C2 +LQ09X012940 Putative uncharacterized protein 11.31786249 C6_control_C3 +LQ09X012940 Putative uncharacterized protein 10.66626327 C6_chemical_A1 +LQ09X012940 Putative uncharacterized protein 10.88201666 C6_chemical_A3 +LQ09X012940 Putative uncharacterized protein 10.97629773 C6_chemical_B1 +LQ09X012940 Putative uncharacterized protein 10.26222196 C6_chemical_B2 +LQ09X012940 Putative uncharacterized protein 10.57105963 C6_chemical_B3 +LQ09X012940 Putative uncharacterized protein 10.98340081 C6_chemical_C1 +LQ09X012940 Putative uncharacterized protein 10.76999282 C6_chemical_C2 +LQ09X012940 Putative uncharacterized protein 11.37804919 C6_chemical_C3 +LQ09X012940 Putative uncharacterized protein 10.82573018 L4_control_A1 +LQ09X012940 Putative uncharacterized protein 10.85373913 L4_control_A2 +LQ09X012940 Putative uncharacterized protein 11.09042114 L4_control_A3 +LQ09X012940 Putative uncharacterized protein 10.79636952 L4_control_B1 +LQ09X012940 Putative uncharacterized protein 10.83565588 L4_control_B2 +LQ09X012940 Putative uncharacterized protein 11.07565099 L4_control_B3 +LQ09X012940 Putative uncharacterized protein 11.5388433 L4_control_C2 +LQ09X012940 Putative uncharacterized protein 11.19870584 L4_control_C3 +LQ09X012940 Putative uncharacterized protein 10.96802447 L4_chemical_A1 +LQ09X012940 Putative uncharacterized protein 10.70786837 L4_chemical_A2 +LQ09X012940 Putative uncharacterized protein 10.79477225 L4_chemical_A3 +LQ09X012940 Putative uncharacterized protein 10.91471628 L4_chemical_B1 +LQ09X012940 Putative uncharacterized protein 10.65152006 L4_chemical_B2 +LQ09X012940 Putative uncharacterized protein 10.83647703 L4_chemical_B3 +LQ09X012940 Putative uncharacterized protein 11.278758 L4_chemical_C2 +LQ09X012940 Putative uncharacterized protein 11.15678102 L4_chemical_C3 +LQ09X012960 Hypothetical protein 4.569517669 C6_control_A1 +LQ09X012960 Hypothetical protein 4.710069076 C6_control_A3 +LQ09X012960 Hypothetical protein 4.726356305 C6_control_B1 +LQ09X012960 Hypothetical protein 4.668357613 C6_control_B2 +LQ09X012960 Hypothetical protein 4.54651609 C6_control_B3 +LQ09X012960 Hypothetical protein 4.561584287 C6_control_C1 +LQ09X012960 Hypothetical protein 4.590827574 C6_control_C2 +LQ09X012960 Hypothetical protein 4.615113678 C6_control_C3 +LQ09X012960 Hypothetical protein 4.425490592 C6_chemical_A1 +LQ09X012960 Hypothetical protein 4.513387522 C6_chemical_A3 +LQ09X012960 Hypothetical protein 4.870174633 C6_chemical_B1 +LQ09X012960 Hypothetical protein 4.513962281 C6_chemical_B2 +LQ09X012960 Hypothetical protein 4.364904633 C6_chemical_B3 +LQ09X012960 Hypothetical protein 4.898516645 C6_chemical_C1 +LQ09X012960 Hypothetical protein 4.80194056 C6_chemical_C2 +LQ09X012960 Hypothetical protein 4.716504975 C6_chemical_C3 +LQ09X012960 Hypothetical protein 4.423993717 L4_control_A1 +LQ09X012960 Hypothetical protein 4.621283729 L4_control_A2 +LQ09X012960 Hypothetical protein 4.771226274 L4_control_A3 +LQ09X012960 Hypothetical protein 4.973317054 L4_control_B1 +LQ09X012960 Hypothetical protein 4.769714433 L4_control_B2 +LQ09X012960 Hypothetical protein 4.416297194 L4_control_B3 +LQ09X012960 Hypothetical protein 4.925233101 L4_control_C2 +LQ09X012960 Hypothetical protein 4.912544126 L4_control_C3 +LQ09X012960 Hypothetical protein 4.661414416 L4_chemical_A1 +LQ09X012960 Hypothetical protein 4.832539834 L4_chemical_A2 +LQ09X012960 Hypothetical protein 4.473013125 L4_chemical_A3 +LQ09X012960 Hypothetical protein 4.908069596 L4_chemical_B1 +LQ09X012960 Hypothetical protein 4.982281903 L4_chemical_B2 +LQ09X012960 Hypothetical protein 4.746107848 L4_chemical_B3 +LQ09X012960 Hypothetical protein 5.022665093 L4_chemical_C2 +LQ09X012960 Hypothetical protein 4.809192238 L4_chemical_C3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.23455911 C6_control_A1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.026939834 C6_control_A3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.243571137 C6_control_B1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.752535524 C6_control_B2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.87373162 C6_control_B3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.455582329 C6_control_C1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.937214307 C6_control_C2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.357356815 C6_control_C3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.909522403 C6_chemical_A1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.10983217 C6_chemical_A3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.922981332 C6_chemical_B1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.253959343 C6_chemical_B2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.128160892 C6_chemical_B3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.415595715 C6_chemical_C1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.318345779 C6_chemical_C2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.170041162 C6_chemical_C3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.910834735 L4_control_A1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.32511873 L4_control_A2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.858247653 L4_control_A3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.43373419 L4_control_B1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.986435958 L4_control_B2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.888091042 L4_control_B3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.33636596 L4_control_C2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.446185488 L4_control_C3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.503030555 L4_chemical_A1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.128536563 L4_chemical_A2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 6.28779108 L4_chemical_A3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.986715906 L4_chemical_B1 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.999319921 L4_chemical_B2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.912049886 L4_chemical_B3 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.262279327 L4_chemical_C2 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 5.408638519 L4_chemical_C3 +LQ09X013000 Putative uncharacterized protein 12.50340587 C6_control_A1 +LQ09X013000 Putative uncharacterized protein 12.48446626 C6_control_A3 +LQ09X013000 Putative uncharacterized protein 12.69283672 C6_control_B1 +LQ09X013000 Putative uncharacterized protein 12.53551284 C6_control_B2 +LQ09X013000 Putative uncharacterized protein 13.01121084 C6_control_B3 +LQ09X013000 Putative uncharacterized protein 12.27462136 C6_control_C1 +LQ09X013000 Putative uncharacterized protein 12.10113908 C6_control_C2 +LQ09X013000 Putative uncharacterized protein 12.50710156 C6_control_C3 +LQ09X013000 Putative uncharacterized protein 12.34614498 C6_chemical_A1 +LQ09X013000 Putative uncharacterized protein 12.79241714 C6_chemical_A3 +LQ09X013000 Putative uncharacterized protein 12.68425509 C6_chemical_B1 +LQ09X013000 Putative uncharacterized protein 12.29105734 C6_chemical_B2 +LQ09X013000 Putative uncharacterized protein 12.96249789 C6_chemical_B3 +LQ09X013000 Putative uncharacterized protein 12.11503136 C6_chemical_C1 +LQ09X013000 Putative uncharacterized protein 12.13940796 C6_chemical_C2 +LQ09X013000 Putative uncharacterized protein 12.64570982 C6_chemical_C3 +LQ09X013000 Putative uncharacterized protein 12.08024632 L4_control_A1 +LQ09X013000 Putative uncharacterized protein 11.91125562 L4_control_A2 +LQ09X013000 Putative uncharacterized protein 12.35980382 L4_control_A3 +LQ09X013000 Putative uncharacterized protein 12.72766402 L4_control_B1 +LQ09X013000 Putative uncharacterized protein 12.17185956 L4_control_B2 +LQ09X013000 Putative uncharacterized protein 12.51634764 L4_control_B3 +LQ09X013000 Putative uncharacterized protein 12.66849835 L4_control_C2 +LQ09X013000 Putative uncharacterized protein 12.448938 L4_control_C3 +LQ09X013000 Putative uncharacterized protein 12.35757642 L4_chemical_A1 +LQ09X013000 Putative uncharacterized protein 12.31818502 L4_chemical_A2 +LQ09X013000 Putative uncharacterized protein 12.40949411 L4_chemical_A3 +LQ09X013000 Putative uncharacterized protein 13.00461598 L4_chemical_B1 +LQ09X013000 Putative uncharacterized protein 12.42584218 L4_chemical_B2 +LQ09X013000 Putative uncharacterized protein 12.62706053 L4_chemical_B3 +LQ09X013000 Putative uncharacterized protein 12.51561612 L4_chemical_C2 +LQ09X013000 Putative uncharacterized protein 12.58121125 L4_chemical_C3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.146931072 C6_control_A1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.959213354 C6_control_A3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.80902971 C6_control_B1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.971248581 C6_control_B2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.204054791 C6_control_B3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.771648928 C6_control_C1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.932281448 C6_control_C2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.880575576 C6_control_C3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.053446711 C6_chemical_A1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.945656764 C6_chemical_A3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.092005638 C6_chemical_B1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.068884575 C6_chemical_B2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.291274468 C6_chemical_B3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.183203627 C6_chemical_C1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.067342448 C6_chemical_C2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.872457383 C6_chemical_C3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.816217517 L4_control_A1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.897357815 L4_control_A2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.322859461 L4_control_A3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.815464536 L4_control_B1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.434686665 L4_control_B2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.910573892 L4_control_B3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.325715954 L4_control_C2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 6.092124845 L4_control_C3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.064038611 L4_chemical_A1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.223672933 L4_chemical_A2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.110709542 L4_chemical_A3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.921332857 L4_chemical_B1 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.07899606 L4_chemical_B2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 4.997311322 L4_chemical_B3 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 6.113077281 L4_chemical_C2 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.360355225 L4_chemical_C3 +LQ09X013030 Transcription elongation factor s-II, putative 5.310043505 C6_control_A1 +LQ09X013030 Transcription elongation factor s-II, putative 5.157168016 C6_control_A3 +LQ09X013030 Transcription elongation factor s-II, putative 5.334753806 C6_control_B1 +LQ09X013030 Transcription elongation factor s-II, putative 5.276112775 C6_control_B2 +LQ09X013030 Transcription elongation factor s-II, putative 5.241692203 C6_control_B3 +LQ09X013030 Transcription elongation factor s-II, putative 5.717644201 C6_control_C1 +LQ09X013030 Transcription elongation factor s-II, putative 5.428815249 C6_control_C2 +LQ09X013030 Transcription elongation factor s-II, putative 5.597292155 C6_control_C3 +LQ09X013030 Transcription elongation factor s-II, putative 5.260138277 C6_chemical_A1 +LQ09X013030 Transcription elongation factor s-II, putative 5.206507331 C6_chemical_A3 +LQ09X013030 Transcription elongation factor s-II, putative 5.428961926 C6_chemical_B1 +LQ09X013030 Transcription elongation factor s-II, putative 5.359097442 C6_chemical_B2 +LQ09X013030 Transcription elongation factor s-II, putative 5.315536777 C6_chemical_B3 +LQ09X013030 Transcription elongation factor s-II, putative 5.612930854 C6_chemical_C1 +LQ09X013030 Transcription elongation factor s-II, putative 5.423215078 C6_chemical_C2 +LQ09X013030 Transcription elongation factor s-II, putative 5.521091575 C6_chemical_C3 +LQ09X013030 Transcription elongation factor s-II, putative 5.191238408 L4_control_A1 +LQ09X013030 Transcription elongation factor s-II, putative 5.198152508 L4_control_A2 +LQ09X013030 Transcription elongation factor s-II, putative 5.174935121 L4_control_A3 +LQ09X013030 Transcription elongation factor s-II, putative 5.150985083 L4_control_B1 +LQ09X013030 Transcription elongation factor s-II, putative 5.084442708 L4_control_B2 +LQ09X013030 Transcription elongation factor s-II, putative 5.390455822 L4_control_B3 +LQ09X013030 Transcription elongation factor s-II, putative 5.109824668 L4_control_C2 +LQ09X013030 Transcription elongation factor s-II, putative 5.219977833 L4_control_C3 +LQ09X013030 Transcription elongation factor s-II, putative 5.014404364 L4_chemical_A1 +LQ09X013030 Transcription elongation factor s-II, putative 5.31541608 L4_chemical_A2 +LQ09X013030 Transcription elongation factor s-II, putative 5.203056717 L4_chemical_A3 +LQ09X013030 Transcription elongation factor s-II, putative 4.807804113 L4_chemical_B1 +LQ09X013030 Transcription elongation factor s-II, putative 5.139411778 L4_chemical_B2 +LQ09X013030 Transcription elongation factor s-II, putative 5.669361985 L4_chemical_B3 +LQ09X013030 Transcription elongation factor s-II, putative 5.375170326 L4_chemical_C2 +LQ09X013030 Transcription elongation factor s-II, putative 5.127420188 L4_chemical_C3 +LQ09X013040 Predicted protein (Fragment) 11.63067132 C6_control_A1 +LQ09X013040 Predicted protein (Fragment) 11.85123341 C6_control_A3 +LQ09X013040 Predicted protein (Fragment) 11.65068119 C6_control_B1 +LQ09X013040 Predicted protein (Fragment) 12.0600259 C6_control_B2 +LQ09X013040 Predicted protein (Fragment) 12.14628898 C6_control_B3 +LQ09X013040 Predicted protein (Fragment) 13.0434693 C6_control_C1 +LQ09X013040 Predicted protein (Fragment) 12.88846968 C6_control_C2 +LQ09X013040 Predicted protein (Fragment) 13.32254512 C6_control_C3 +LQ09X013040 Predicted protein (Fragment) 11.54075192 C6_chemical_A1 +LQ09X013040 Predicted protein (Fragment) 11.96042567 C6_chemical_A3 +LQ09X013040 Predicted protein (Fragment) 11.73111997 C6_chemical_B1 +LQ09X013040 Predicted protein (Fragment) 12.11804528 C6_chemical_B2 +LQ09X013040 Predicted protein (Fragment) 12.09146312 C6_chemical_B3 +LQ09X013040 Predicted protein (Fragment) 13.03836504 C6_chemical_C1 +LQ09X013040 Predicted protein (Fragment) 12.79798828 C6_chemical_C2 +LQ09X013040 Predicted protein (Fragment) 13.3714328 C6_chemical_C3 +LQ09X013040 Predicted protein (Fragment) 11.79378305 L4_control_A1 +LQ09X013040 Predicted protein (Fragment) 12.11143571 L4_control_A2 +LQ09X013040 Predicted protein (Fragment) 11.83518339 L4_control_A3 +LQ09X013040 Predicted protein (Fragment) 12.37424946 L4_control_B1 +LQ09X013040 Predicted protein (Fragment) 12.04004135 L4_control_B2 +LQ09X013040 Predicted protein (Fragment) 12.62741772 L4_control_B3 +LQ09X013040 Predicted protein (Fragment) 12.68473504 L4_control_C2 +LQ09X013040 Predicted protein (Fragment) 12.99687498 L4_control_C3 +LQ09X013040 Predicted protein (Fragment) 12.3034696 L4_chemical_A1 +LQ09X013040 Predicted protein (Fragment) 12.45265825 L4_chemical_A2 +LQ09X013040 Predicted protein (Fragment) 12.0699993 L4_chemical_A3 +LQ09X013040 Predicted protein (Fragment) 12.61853261 L4_chemical_B1 +LQ09X013040 Predicted protein (Fragment) 12.08344168 L4_chemical_B2 +LQ09X013040 Predicted protein (Fragment) 12.52109679 L4_chemical_B3 +LQ09X013040 Predicted protein (Fragment) 12.62402984 L4_chemical_C2 +LQ09X013040 Predicted protein (Fragment) 13.01667085 L4_chemical_C3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.279146218 C6_control_A1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.85613689 C6_control_A3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.376837329 C6_control_B1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.975992827 C6_control_B2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.382211581 C6_control_B3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.415751548 C6_control_C1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.861434608 C6_control_C2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.318732567 C6_control_C3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.128774939 C6_chemical_A1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.108083929 C6_chemical_A3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.259010856 C6_chemical_B1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.564848373 C6_chemical_B2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.09884439 C6_chemical_B3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.893374572 C6_chemical_C1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.479968319 C6_chemical_C2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.013996881 C6_chemical_C3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.940668731 L4_control_A1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.683278723 L4_control_A2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.052653965 L4_control_A3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.483500501 L4_control_B1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.80227965 L4_control_B2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.109297877 L4_control_B3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.001996242 L4_control_C2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.748322529 L4_control_C3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.842092647 L4_chemical_A1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.112313787 L4_chemical_A2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.093245728 L4_chemical_A3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.521132532 L4_chemical_B1 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.658433893 L4_chemical_B2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.085721752 L4_chemical_B3 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.850219685 L4_chemical_C2 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 5.573106764 L4_chemical_C3 +LQ09X013060 Cyclin-A2-1 9.596149712 C6_control_A1 +LQ09X013060 Cyclin-A2-1 10.52629311 C6_control_A3 +LQ09X013060 Cyclin-A2-1 9.03331421 C6_control_B1 +LQ09X013060 Cyclin-A2-1 9.175329518 C6_control_B2 +LQ09X013060 Cyclin-A2-1 8.849225553 C6_control_B3 +LQ09X013060 Cyclin-A2-1 9.741682119 C6_control_C1 +LQ09X013060 Cyclin-A2-1 10.03299678 C6_control_C2 +LQ09X013060 Cyclin-A2-1 9.731500949 C6_control_C3 +LQ09X013060 Cyclin-A2-1 9.528423173 C6_chemical_A1 +LQ09X013060 Cyclin-A2-1 10.62189845 C6_chemical_A3 +LQ09X013060 Cyclin-A2-1 8.941417736 C6_chemical_B1 +LQ09X013060 Cyclin-A2-1 9.435845441 C6_chemical_B2 +LQ09X013060 Cyclin-A2-1 9.169712201 C6_chemical_B3 +LQ09X013060 Cyclin-A2-1 9.630769986 C6_chemical_C1 +LQ09X013060 Cyclin-A2-1 10.29105949 C6_chemical_C2 +LQ09X013060 Cyclin-A2-1 9.503431568 C6_chemical_C3 +LQ09X013060 Cyclin-A2-1 9.762899182 L4_control_A1 +LQ09X013060 Cyclin-A2-1 9.154136388 L4_control_A2 +LQ09X013060 Cyclin-A2-1 9.195603272 L4_control_A3 +LQ09X013060 Cyclin-A2-1 7.866151767 L4_control_B1 +LQ09X013060 Cyclin-A2-1 8.655166844 L4_control_B2 +LQ09X013060 Cyclin-A2-1 8.106096484 L4_control_B3 +LQ09X013060 Cyclin-A2-1 8.627072917 L4_control_C2 +LQ09X013060 Cyclin-A2-1 8.456249823 L4_control_C3 +LQ09X013060 Cyclin-A2-1 8.794492569 L4_chemical_A1 +LQ09X013060 Cyclin-A2-1 8.536688976 L4_chemical_A2 +LQ09X013060 Cyclin-A2-1 8.709614205 L4_chemical_A3 +LQ09X013060 Cyclin-A2-1 8.172412021 L4_chemical_B1 +LQ09X013060 Cyclin-A2-1 8.493243392 L4_chemical_B2 +LQ09X013060 Cyclin-A2-1 8.598702375 L4_chemical_B3 +LQ09X013060 Cyclin-A2-1 8.060425272 L4_chemical_C2 +LQ09X013060 Cyclin-A2-1 8.339162269 L4_chemical_C3 +LQ09X013070 Putative Aspartate aminotransferase 6.648601657 C6_control_A1 +LQ09X013070 Putative Aspartate aminotransferase 6.803037438 C6_control_A3 +LQ09X013070 Putative Aspartate aminotransferase 5.684279417 C6_control_B1 +LQ09X013070 Putative Aspartate aminotransferase 6.190421221 C6_control_B2 +LQ09X013070 Putative Aspartate aminotransferase 5.973025485 C6_control_B3 +LQ09X013070 Putative Aspartate aminotransferase 5.574717612 C6_control_C1 +LQ09X013070 Putative Aspartate aminotransferase 6.045112296 C6_control_C2 +LQ09X013070 Putative Aspartate aminotransferase 5.75849636 C6_control_C3 +LQ09X013070 Putative Aspartate aminotransferase 5.911360528 C6_chemical_A1 +LQ09X013070 Putative Aspartate aminotransferase 6.586913771 C6_chemical_A3 +LQ09X013070 Putative Aspartate aminotransferase 5.57779384 C6_chemical_B1 +LQ09X013070 Putative Aspartate aminotransferase 6.22622225 C6_chemical_B2 +LQ09X013070 Putative Aspartate aminotransferase 5.968835596 C6_chemical_B3 +LQ09X013070 Putative Aspartate aminotransferase 6.312261381 C6_chemical_C1 +LQ09X013070 Putative Aspartate aminotransferase 5.898359758 C6_chemical_C2 +LQ09X013070 Putative Aspartate aminotransferase 6.024566505 C6_chemical_C3 +LQ09X013070 Putative Aspartate aminotransferase 6.238781117 L4_control_A1 +LQ09X013070 Putative Aspartate aminotransferase 6.586124754 L4_control_A2 +LQ09X013070 Putative Aspartate aminotransferase 5.700063053 L4_control_A3 +LQ09X013070 Putative Aspartate aminotransferase 5.72428345 L4_control_B1 +LQ09X013070 Putative Aspartate aminotransferase 6.469808999 L4_control_B2 +LQ09X013070 Putative Aspartate aminotransferase 5.631984815 L4_control_B3 +LQ09X013070 Putative Aspartate aminotransferase 5.30486711 L4_control_C2 +LQ09X013070 Putative Aspartate aminotransferase 5.480001511 L4_control_C3 +LQ09X013070 Putative Aspartate aminotransferase 6.026524605 L4_chemical_A1 +LQ09X013070 Putative Aspartate aminotransferase 5.837437239 L4_chemical_A2 +LQ09X013070 Putative Aspartate aminotransferase 5.930112823 L4_chemical_A3 +LQ09X013070 Putative Aspartate aminotransferase 6.496031278 L4_chemical_B1 +LQ09X013070 Putative Aspartate aminotransferase 5.952368353 L4_chemical_B2 +LQ09X013070 Putative Aspartate aminotransferase 6.031908151 L4_chemical_B3 +LQ09X013070 Putative Aspartate aminotransferase 5.678037061 L4_chemical_C2 +LQ09X013070 Putative Aspartate aminotransferase 5.348512093 L4_chemical_C3 +LQ09X013250 Transcriptional corepressor LEUNIG 11.29159697 C6_control_A1 +LQ09X013250 Transcriptional corepressor LEUNIG 11.06592723 C6_control_A3 +LQ09X013250 Transcriptional corepressor LEUNIG 11.06387316 C6_control_B1 +LQ09X013250 Transcriptional corepressor LEUNIG 11.0502748 C6_control_B2 +LQ09X013250 Transcriptional corepressor LEUNIG 11.09886698 C6_control_B3 +LQ09X013250 Transcriptional corepressor LEUNIG 11.26617255 C6_control_C1 +LQ09X013250 Transcriptional corepressor LEUNIG 11.33589606 C6_control_C2 +LQ09X013250 Transcriptional corepressor LEUNIG 10.93050289 C6_control_C3 +LQ09X013250 Transcriptional corepressor LEUNIG 11.61630558 C6_chemical_A1 +LQ09X013250 Transcriptional corepressor LEUNIG 11.57040398 C6_chemical_A3 +LQ09X013250 Transcriptional corepressor LEUNIG 11.5442846 C6_chemical_B1 +LQ09X013250 Transcriptional corepressor LEUNIG 11.22158085 C6_chemical_B2 +LQ09X013250 Transcriptional corepressor LEUNIG 11.48674963 C6_chemical_B3 +LQ09X013250 Transcriptional corepressor LEUNIG 11.28984876 C6_chemical_C1 +LQ09X013250 Transcriptional corepressor LEUNIG 11.1962323 C6_chemical_C2 +LQ09X013250 Transcriptional corepressor LEUNIG 11.5304739 C6_chemical_C3 +LQ09X013250 Transcriptional corepressor LEUNIG 12.10644444 L4_control_A1 +LQ09X013250 Transcriptional corepressor LEUNIG 11.9186809 L4_control_A2 +LQ09X013250 Transcriptional corepressor LEUNIG 12.62631996 L4_control_A3 +LQ09X013250 Transcriptional corepressor LEUNIG 11.73488278 L4_control_B1 +LQ09X013250 Transcriptional corepressor LEUNIG 12.50764 L4_control_B2 +LQ09X013250 Transcriptional corepressor LEUNIG 12.44066649 L4_control_B3 +LQ09X013250 Transcriptional corepressor LEUNIG 12.19251992 L4_control_C2 +LQ09X013250 Transcriptional corepressor LEUNIG 12.32537054 L4_control_C3 +LQ09X013250 Transcriptional corepressor LEUNIG 12.00984793 L4_chemical_A1 +LQ09X013250 Transcriptional corepressor LEUNIG 11.84005354 L4_chemical_A2 +LQ09X013250 Transcriptional corepressor LEUNIG 12.43140836 L4_chemical_A3 +LQ09X013250 Transcriptional corepressor LEUNIG 12.1278585 L4_chemical_B1 +LQ09X013250 Transcriptional corepressor LEUNIG 12.2577295 L4_chemical_B2 +LQ09X013250 Transcriptional corepressor LEUNIG 12.06909769 L4_chemical_B3 +LQ09X013250 Transcriptional corepressor LEUNIG 11.89672675 L4_chemical_C2 +LQ09X013250 Transcriptional corepressor LEUNIG 12.20128833 L4_chemical_C3 +LQ09X013320 Predicted protein 7.437088847 C6_control_A1 +LQ09X013320 Predicted protein 7.140671749 C6_control_A3 +LQ09X013320 Predicted protein 8.093993109 C6_control_B1 +LQ09X013320 Predicted protein 6.701064454 C6_control_B2 +LQ09X013320 Predicted protein 8.326737862 C6_control_B3 +LQ09X013320 Predicted protein 6.750624886 C6_control_C1 +LQ09X013320 Predicted protein 5.650116649 C6_control_C2 +LQ09X013320 Predicted protein 6.697218121 C6_control_C3 +LQ09X013320 Predicted protein 7.173306186 C6_chemical_A1 +LQ09X013320 Predicted protein 7.433638195 C6_chemical_A3 +LQ09X013320 Predicted protein 7.075230238 C6_chemical_B1 +LQ09X013320 Predicted protein 6.640087856 C6_chemical_B2 +LQ09X013320 Predicted protein 7.301021473 C6_chemical_B3 +LQ09X013320 Predicted protein 6.512577078 C6_chemical_C1 +LQ09X013320 Predicted protein 6.263155145 C6_chemical_C2 +LQ09X013320 Predicted protein 6.590710429 C6_chemical_C3 +LQ09X013320 Predicted protein 7.161019407 L4_control_A1 +LQ09X013320 Predicted protein 7.695296986 L4_control_A2 +LQ09X013320 Predicted protein 8.614305457 L4_control_A3 +LQ09X013320 Predicted protein 7.639386709 L4_control_B1 +LQ09X013320 Predicted protein 7.970136425 L4_control_B2 +LQ09X013320 Predicted protein 7.435988233 L4_control_B3 +LQ09X013320 Predicted protein 6.765476002 L4_control_C2 +LQ09X013320 Predicted protein 6.839161865 L4_control_C3 +LQ09X013320 Predicted protein 7.051574643 L4_chemical_A1 +LQ09X013320 Predicted protein 7.879262525 L4_chemical_A2 +LQ09X013320 Predicted protein 7.758895258 L4_chemical_A3 +LQ09X013320 Predicted protein 8.019608076 L4_chemical_B1 +LQ09X013320 Predicted protein 7.865236397 L4_chemical_B2 +LQ09X013320 Predicted protein 7.460762458 L4_chemical_B3 +LQ09X013320 Predicted protein 8.177147768 L4_chemical_C2 +LQ09X013320 Predicted protein 6.996268454 L4_chemical_C3 +LQ09X013330 Probable protein phosphatase 2C 22 8.950199232 C6_control_A1 +LQ09X013330 Probable protein phosphatase 2C 22 9.300744359 C6_control_A3 +LQ09X013330 Probable protein phosphatase 2C 22 8.462737383 C6_control_B1 +LQ09X013330 Probable protein phosphatase 2C 22 9.703141009 C6_control_B2 +LQ09X013330 Probable protein phosphatase 2C 22 8.759725201 C6_control_B3 +LQ09X013330 Probable protein phosphatase 2C 22 9.66320907 C6_control_C1 +LQ09X013330 Probable protein phosphatase 2C 22 10.3259479 C6_control_C2 +LQ09X013330 Probable protein phosphatase 2C 22 10.0490757 C6_control_C3 +LQ09X013330 Probable protein phosphatase 2C 22 8.467366931 C6_chemical_A1 +LQ09X013330 Probable protein phosphatase 2C 22 9.29765574 C6_chemical_A3 +LQ09X013330 Probable protein phosphatase 2C 22 7.68883288 C6_chemical_B1 +LQ09X013330 Probable protein phosphatase 2C 22 9.793047201 C6_chemical_B2 +LQ09X013330 Probable protein phosphatase 2C 22 8.864780976 C6_chemical_B3 +LQ09X013330 Probable protein phosphatase 2C 22 9.514039462 C6_chemical_C1 +LQ09X013330 Probable protein phosphatase 2C 22 10.34793965 C6_chemical_C2 +LQ09X013330 Probable protein phosphatase 2C 22 10.12554645 C6_chemical_C3 +LQ09X013330 Probable protein phosphatase 2C 22 8.84387991 L4_control_A1 +LQ09X013330 Probable protein phosphatase 2C 22 8.824121172 L4_control_A2 +LQ09X013330 Probable protein phosphatase 2C 22 8.984503724 L4_control_A3 +LQ09X013330 Probable protein phosphatase 2C 22 7.917059634 L4_control_B1 +LQ09X013330 Probable protein phosphatase 2C 22 7.210313793 L4_control_B2 +LQ09X013330 Probable protein phosphatase 2C 22 9.277121995 L4_control_B3 +LQ09X013330 Probable protein phosphatase 2C 22 8.577251373 L4_control_C2 +LQ09X013330 Probable protein phosphatase 2C 22 8.419017407 L4_control_C3 +LQ09X013330 Probable protein phosphatase 2C 22 8.64655823 L4_chemical_A1 +LQ09X013330 Probable protein phosphatase 2C 22 8.196963699 L4_chemical_A2 +LQ09X013330 Probable protein phosphatase 2C 22 8.939887764 L4_chemical_A3 +LQ09X013330 Probable protein phosphatase 2C 22 7.227148308 L4_chemical_B1 +LQ09X013330 Probable protein phosphatase 2C 22 6.260450818 L4_chemical_B2 +LQ09X013330 Probable protein phosphatase 2C 22 8.876304934 L4_chemical_B3 +LQ09X013330 Probable protein phosphatase 2C 22 7.251445552 L4_chemical_C2 +LQ09X013330 Probable protein phosphatase 2C 22 8.449878983 L4_chemical_C3 +LQ09X013360 Hypothetical protein 4.902755902 C6_control_A1 +LQ09X013360 Hypothetical protein 4.939413302 C6_control_A3 +LQ09X013360 Hypothetical protein 5.006587418 C6_control_B1 +LQ09X013360 Hypothetical protein 4.687290219 C6_control_B2 +LQ09X013360 Hypothetical protein 4.63681879 C6_control_B3 +LQ09X013360 Hypothetical protein 4.706935916 C6_control_C1 +LQ09X013360 Hypothetical protein 4.772147402 C6_control_C2 +LQ09X013360 Hypothetical protein 4.826131701 C6_control_C3 +LQ09X013360 Hypothetical protein 4.961184209 C6_chemical_A1 +LQ09X013360 Hypothetical protein 5.017673478 C6_chemical_A3 +LQ09X013360 Hypothetical protein 4.819479627 C6_chemical_B1 +LQ09X013360 Hypothetical protein 4.581320902 C6_chemical_B2 +LQ09X013360 Hypothetical protein 4.817275047 C6_chemical_B3 +LQ09X013360 Hypothetical protein 4.769013655 C6_chemical_C1 +LQ09X013360 Hypothetical protein 4.762713438 C6_chemical_C2 +LQ09X013360 Hypothetical protein 4.697857453 C6_chemical_C3 +LQ09X013360 Hypothetical protein 5.030504683 L4_control_A1 +LQ09X013360 Hypothetical protein 5.03728086 L4_control_A2 +LQ09X013360 Hypothetical protein 5.03354292 L4_control_A3 +LQ09X013360 Hypothetical protein 5.077014668 L4_control_B1 +LQ09X013360 Hypothetical protein 4.747898671 L4_control_B2 +LQ09X013360 Hypothetical protein 5.104329397 L4_control_B3 +LQ09X013360 Hypothetical protein 5.229094798 L4_control_C2 +LQ09X013360 Hypothetical protein 5.251232509 L4_control_C3 +LQ09X013360 Hypothetical protein 5.070510729 L4_chemical_A1 +LQ09X013360 Hypothetical protein 4.830507907 L4_chemical_A2 +LQ09X013360 Hypothetical protein 5.544247986 L4_chemical_A3 +LQ09X013360 Hypothetical protein 4.83111986 L4_chemical_B1 +LQ09X013360 Hypothetical protein 4.817033425 L4_chemical_B2 +LQ09X013360 Hypothetical protein 4.57461741 L4_chemical_B3 +LQ09X013360 Hypothetical protein 4.911411762 L4_chemical_C2 +LQ09X013360 Hypothetical protein 5.763530528 L4_chemical_C3 +LQ09X013410 Pleiotropic drug resistance protein 1 6.441793006 C6_control_A1 +LQ09X013410 Pleiotropic drug resistance protein 1 5.628947024 C6_control_A3 +LQ09X013410 Pleiotropic drug resistance protein 1 5.404398899 C6_control_B1 +LQ09X013410 Pleiotropic drug resistance protein 1 7.52003098 C6_control_B2 +LQ09X013410 Pleiotropic drug resistance protein 1 5.81018901 C6_control_B3 +LQ09X013410 Pleiotropic drug resistance protein 1 6.424292498 C6_control_C1 +LQ09X013410 Pleiotropic drug resistance protein 1 6.149367435 C6_control_C2 +LQ09X013410 Pleiotropic drug resistance protein 1 6.154424974 C6_control_C3 +LQ09X013410 Pleiotropic drug resistance protein 1 6.030742536 C6_chemical_A1 +LQ09X013410 Pleiotropic drug resistance protein 1 5.957977722 C6_chemical_A3 +LQ09X013410 Pleiotropic drug resistance protein 1 5.441883458 C6_chemical_B1 +LQ09X013410 Pleiotropic drug resistance protein 1 6.656649099 C6_chemical_B2 +LQ09X013410 Pleiotropic drug resistance protein 1 5.622917201 C6_chemical_B3 +LQ09X013410 Pleiotropic drug resistance protein 1 6.4150568 C6_chemical_C1 +LQ09X013410 Pleiotropic drug resistance protein 1 5.522611931 C6_chemical_C2 +LQ09X013410 Pleiotropic drug resistance protein 1 5.676253911 C6_chemical_C3 +LQ09X013410 Pleiotropic drug resistance protein 1 6.745380656 L4_control_A1 +LQ09X013410 Pleiotropic drug resistance protein 1 6.074000875 L4_control_A2 +LQ09X013410 Pleiotropic drug resistance protein 1 5.575706772 L4_control_A3 +LQ09X013410 Pleiotropic drug resistance protein 1 5.040836327 L4_control_B1 +LQ09X013410 Pleiotropic drug resistance protein 1 5.045566699 L4_control_B2 +LQ09X013410 Pleiotropic drug resistance protein 1 8.260373246 L4_control_B3 +LQ09X013410 Pleiotropic drug resistance protein 1 5.823830577 L4_control_C2 +LQ09X013410 Pleiotropic drug resistance protein 1 5.661847723 L4_control_C3 +LQ09X013410 Pleiotropic drug resistance protein 1 6.696979144 L4_chemical_A1 +LQ09X013410 Pleiotropic drug resistance protein 1 5.58880947 L4_chemical_A2 +LQ09X013410 Pleiotropic drug resistance protein 1 5.365220755 L4_chemical_A3 +LQ09X013410 Pleiotropic drug resistance protein 1 5.163333614 L4_chemical_B1 +LQ09X013410 Pleiotropic drug resistance protein 1 5.726586555 L4_chemical_B2 +LQ09X013410 Pleiotropic drug resistance protein 1 6.197828258 L4_chemical_B3 +LQ09X013410 Pleiotropic drug resistance protein 1 5.641569649 L4_chemical_C2 +LQ09X013410 Pleiotropic drug resistance protein 1 6.121639411 L4_chemical_C3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.714064776 C6_control_A1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.945276638 C6_control_A3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.073665668 C6_control_B1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.875393882 C6_control_B2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.827755072 C6_control_B3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 6.063318973 C6_control_C1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.993246748 C6_control_C2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.879967164 C6_control_C3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.00853942 C6_chemical_A1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.159438168 C6_chemical_A3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.211520174 C6_chemical_B1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.971213199 C6_chemical_B2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.885501715 C6_chemical_B3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 6.767433115 C6_chemical_C1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.631780208 C6_chemical_C2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.736008003 C6_chemical_C3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.955126074 L4_control_A1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.791408588 L4_control_A2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.318910763 L4_control_A3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.21410005 L4_control_B1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.888736083 L4_control_B2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.082017997 L4_control_B3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.126253721 L4_control_C2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.598476819 L4_control_C3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.870201494 L4_chemical_A1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.954490704 L4_chemical_A2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.259570005 L4_chemical_A3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.065356297 L4_chemical_B1 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.086017942 L4_chemical_B2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 4.971517608 L4_chemical_B3 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.721309059 L4_chemical_C2 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.414945296 L4_chemical_C3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.794126069 C6_control_A1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.798311902 C6_control_A3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.240250508 C6_control_B1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.928722262 C6_control_B2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.712506957 C6_control_B3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.932405241 C6_control_C1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.89080703 C6_control_C2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.880611188 C6_control_C3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.019957636 C6_chemical_A1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.981101405 C6_chemical_A3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.709465839 C6_chemical_B1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.862974266 C6_chemical_B2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.930772112 C6_chemical_B3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.802846915 C6_chemical_C1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.159924129 C6_chemical_C2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.877730059 C6_chemical_C3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.586446225 L4_control_A1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.908692379 L4_control_A2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.173468871 L4_control_A3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.160058893 L4_control_B1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.846146581 L4_control_B2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.924417542 L4_control_B3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.885301051 L4_control_C2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.369908073 L4_control_C3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.929718067 L4_chemical_A1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.696438033 L4_chemical_A2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.22478084 L4_chemical_A3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.771891975 L4_chemical_B1 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.870339285 L4_chemical_B2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.651702609 L4_chemical_B3 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.351389607 L4_chemical_C2 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 4.886448987 L4_chemical_C3 +LQ09X013460 Predicted protein 5.986776636 C6_control_A1 +LQ09X013460 Predicted protein 6.197238251 C6_control_A3 +LQ09X013460 Predicted protein 5.867161174 C6_control_B1 +LQ09X013460 Predicted protein 5.185992305 C6_control_B2 +LQ09X013460 Predicted protein 6.779184401 C6_control_B3 +LQ09X013460 Predicted protein 5.283807374 C6_control_C1 +LQ09X013460 Predicted protein 5.954736567 C6_control_C2 +LQ09X013460 Predicted protein 5.729494033 C6_control_C3 +LQ09X013460 Predicted protein 5.841938342 C6_chemical_A1 +LQ09X013460 Predicted protein 5.628820145 C6_chemical_A3 +LQ09X013460 Predicted protein 6.079701569 C6_chemical_B1 +LQ09X013460 Predicted protein 5.534685446 C6_chemical_B2 +LQ09X013460 Predicted protein 5.588640806 C6_chemical_B3 +LQ09X013460 Predicted protein 5.74152246 C6_chemical_C1 +LQ09X013460 Predicted protein 5.483931408 C6_chemical_C2 +LQ09X013460 Predicted protein 5.373144409 C6_chemical_C3 +LQ09X013460 Predicted protein 5.451670417 L4_control_A1 +LQ09X013460 Predicted protein 6.071373158 L4_control_A2 +LQ09X013460 Predicted protein 5.243686567 L4_control_A3 +LQ09X013460 Predicted protein 5.758304442 L4_control_B1 +LQ09X013460 Predicted protein 5.655705119 L4_control_B2 +LQ09X013460 Predicted protein 5.928778583 L4_control_B3 +LQ09X013460 Predicted protein 5.864990589 L4_control_C2 +LQ09X013460 Predicted protein 6.940554768 L4_control_C3 +LQ09X013460 Predicted protein 5.56444359 L4_chemical_A1 +LQ09X013460 Predicted protein 5.934075435 L4_chemical_A2 +LQ09X013460 Predicted protein 5.373852391 L4_chemical_A3 +LQ09X013460 Predicted protein 5.569438316 L4_chemical_B1 +LQ09X013460 Predicted protein 5.784557565 L4_chemical_B2 +LQ09X013460 Predicted protein 5.890732771 L4_chemical_B3 +LQ09X013460 Predicted protein 5.962828089 L4_chemical_C2 +LQ09X013460 Predicted protein 5.699664719 L4_chemical_C3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.267730742 C6_control_A1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.448726185 C6_control_A3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 4.935042552 C6_control_B1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.870492744 C6_control_B2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.242192018 C6_control_B3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.508283769 C6_control_C1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.731357232 C6_control_C2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.216195912 C6_control_C3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 6.044261683 C6_chemical_A1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.11936069 C6_chemical_A3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 4.776912796 C6_chemical_B1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.819538165 C6_chemical_B2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 4.676942367 C6_chemical_B3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.68842401 C6_chemical_C1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.836791794 C6_chemical_C2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.542662155 C6_chemical_C3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.249281229 L4_control_A1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.166705253 L4_control_A2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.359855299 L4_control_A3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 4.792638846 L4_control_B1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.246673349 L4_control_B2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.068946489 L4_control_B3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.677920698 L4_control_C2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 4.982120116 L4_control_C3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.103239877 L4_chemical_A1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.226073034 L4_chemical_A2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.158421977 L4_chemical_A3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.165177595 L4_chemical_B1 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 4.885795402 L4_chemical_B2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.142614717 L4_chemical_B3 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.08394987 L4_chemical_C2 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 5.367742802 L4_chemical_C3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.016389493 C6_control_A1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.075802482 C6_control_A3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.632562917 C6_control_B1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.256008379 C6_control_B2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.013859401 C6_control_B3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 8.379228056 C6_control_C1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.844709797 C6_control_C2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.596076807 C6_control_C3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.510890219 C6_chemical_A1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.921686172 C6_chemical_A3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 8.416687452 C6_chemical_B1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.451455116 C6_chemical_B2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.392788088 C6_chemical_B3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 8.812323177 C6_chemical_C1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 8.535046747 C6_chemical_C2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 8.593885296 C6_chemical_C3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.872752264 L4_control_A1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 6.884999529 L4_control_A2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 8.544252924 L4_control_A3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.385318126 L4_control_B1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.891134175 L4_control_B2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.907873543 L4_control_B3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 9.196864874 L4_control_C2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 9.399780997 L4_control_C3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.861435377 L4_chemical_A1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 6.894323815 L4_chemical_A2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.814306912 L4_chemical_A3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.962957228 L4_chemical_B1 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 6.906512863 L4_chemical_B2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.823730189 L4_chemical_B3 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 9.702813722 L4_chemical_C2 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 9.102038692 L4_chemical_C3 +LQ09X013530 Hypothetical protein 4.900046445 C6_control_A1 +LQ09X013530 Hypothetical protein 4.828015554 C6_control_A3 +LQ09X013530 Hypothetical protein 5.594668492 C6_control_B1 +LQ09X013530 Hypothetical protein 4.746765292 C6_control_B2 +LQ09X013530 Hypothetical protein 5.042977509 C6_control_B3 +LQ09X013530 Hypothetical protein 5.2377563 C6_control_C1 +LQ09X013530 Hypothetical protein 4.805873567 C6_control_C2 +LQ09X013530 Hypothetical protein 5.141800823 C6_control_C3 +LQ09X013530 Hypothetical protein 4.980335761 C6_chemical_A1 +LQ09X013530 Hypothetical protein 5.058590337 C6_chemical_A3 +LQ09X013530 Hypothetical protein 5.409397672 C6_chemical_B1 +LQ09X013530 Hypothetical protein 4.870576662 C6_chemical_B2 +LQ09X013530 Hypothetical protein 5.124596902 C6_chemical_B3 +LQ09X013530 Hypothetical protein 4.920964745 C6_chemical_C1 +LQ09X013530 Hypothetical protein 5.005482215 C6_chemical_C2 +LQ09X013530 Hypothetical protein 4.997032156 C6_chemical_C3 +LQ09X013530 Hypothetical protein 5.010180704 L4_control_A1 +LQ09X013530 Hypothetical protein 4.864612238 L4_control_A2 +LQ09X013530 Hypothetical protein 5.160338053 L4_control_A3 +LQ09X013530 Hypothetical protein 5.163366294 L4_control_B1 +LQ09X013530 Hypothetical protein 4.731334587 L4_control_B2 +LQ09X013530 Hypothetical protein 4.951124868 L4_control_B3 +LQ09X013530 Hypothetical protein 5.395075373 L4_control_C2 +LQ09X013530 Hypothetical protein 5.77377781 L4_control_C3 +LQ09X013530 Hypothetical protein 4.744531897 L4_chemical_A1 +LQ09X013530 Hypothetical protein 5.191360236 L4_chemical_A2 +LQ09X013530 Hypothetical protein 5.819571835 L4_chemical_A3 +LQ09X013530 Hypothetical protein 4.841758479 L4_chemical_B1 +LQ09X013530 Hypothetical protein 4.765159942 L4_chemical_B2 +LQ09X013530 Hypothetical protein 4.939030605 L4_chemical_B3 +LQ09X013530 Hypothetical protein 5.387034186 L4_chemical_C2 +LQ09X013530 Hypothetical protein 5.134791194 L4_chemical_C3 +LQ09X013550 Hypothetical protein 6.17196223 C6_control_A1 +LQ09X013550 Hypothetical protein 5.947894837 C6_control_A3 +LQ09X013550 Hypothetical protein 6.280130433 C6_control_B1 +LQ09X013550 Hypothetical protein 8.064110502 C6_control_B2 +LQ09X013550 Hypothetical protein 6.604314267 C6_control_B3 +LQ09X013550 Hypothetical protein 8.783894268 C6_control_C1 +LQ09X013550 Hypothetical protein 8.992091012 C6_control_C2 +LQ09X013550 Hypothetical protein 9.195193198 C6_control_C3 +LQ09X013550 Hypothetical protein 6.149759995 C6_chemical_A1 +LQ09X013550 Hypothetical protein 6.252600999 C6_chemical_A3 +LQ09X013550 Hypothetical protein 5.420450651 C6_chemical_B1 +LQ09X013550 Hypothetical protein 8.309493427 C6_chemical_B2 +LQ09X013550 Hypothetical protein 5.555089803 C6_chemical_B3 +LQ09X013550 Hypothetical protein 8.56099321 C6_chemical_C1 +LQ09X013550 Hypothetical protein 9.281743073 C6_chemical_C2 +LQ09X013550 Hypothetical protein 8.929618622 C6_chemical_C3 +LQ09X013550 Hypothetical protein 7.452986571 L4_control_A1 +LQ09X013550 Hypothetical protein 8.232350803 L4_control_A2 +LQ09X013550 Hypothetical protein 7.725753387 L4_control_A3 +LQ09X013550 Hypothetical protein 8.846370831 L4_control_B1 +LQ09X013550 Hypothetical protein 7.912999562 L4_control_B2 +LQ09X013550 Hypothetical protein 8.978912203 L4_control_B3 +LQ09X013550 Hypothetical protein 8.041631769 L4_control_C2 +LQ09X013550 Hypothetical protein 9.379273773 L4_control_C3 +LQ09X013550 Hypothetical protein 7.507010339 L4_chemical_A1 +LQ09X013550 Hypothetical protein 8.032845759 L4_chemical_A2 +LQ09X013550 Hypothetical protein 6.88311403 L4_chemical_A3 +LQ09X013550 Hypothetical protein 7.692139534 L4_chemical_B1 +LQ09X013550 Hypothetical protein 7.99170929 L4_chemical_B2 +LQ09X013550 Hypothetical protein 8.596992834 L4_chemical_B3 +LQ09X013550 Hypothetical protein 9.129719779 L4_chemical_C2 +LQ09X013550 Hypothetical protein 9.288510593 L4_chemical_C3 +LQ09X013590 Oligopeptide transporter 4 12.10021061 C6_control_A1 +LQ09X013590 Oligopeptide transporter 4 11.66938701 C6_control_A3 +LQ09X013590 Oligopeptide transporter 4 12.20213148 C6_control_B1 +LQ09X013590 Oligopeptide transporter 4 11.44612718 C6_control_B2 +LQ09X013590 Oligopeptide transporter 4 12.08105719 C6_control_B3 +LQ09X013590 Oligopeptide transporter 4 11.19865276 C6_control_C1 +LQ09X013590 Oligopeptide transporter 4 10.79640674 C6_control_C2 +LQ09X013590 Oligopeptide transporter 4 10.52465188 C6_control_C3 +LQ09X013590 Oligopeptide transporter 4 11.35303559 C6_chemical_A1 +LQ09X013590 Oligopeptide transporter 4 11.06746746 C6_chemical_A3 +LQ09X013590 Oligopeptide transporter 4 11.42773147 C6_chemical_B1 +LQ09X013590 Oligopeptide transporter 4 10.99778017 C6_chemical_B2 +LQ09X013590 Oligopeptide transporter 4 11.70556458 C6_chemical_B3 +LQ09X013590 Oligopeptide transporter 4 11.00762148 C6_chemical_C1 +LQ09X013590 Oligopeptide transporter 4 9.86962294 C6_chemical_C2 +LQ09X013590 Oligopeptide transporter 4 10.78708569 C6_chemical_C3 +LQ09X013590 Oligopeptide transporter 4 11.13347477 L4_control_A1 +LQ09X013590 Oligopeptide transporter 4 10.69141297 L4_control_A2 +LQ09X013590 Oligopeptide transporter 4 10.65646176 L4_control_A3 +LQ09X013590 Oligopeptide transporter 4 11.11283385 L4_control_B1 +LQ09X013590 Oligopeptide transporter 4 10.94398653 L4_control_B2 +LQ09X013590 Oligopeptide transporter 4 10.24237064 L4_control_B3 +LQ09X013590 Oligopeptide transporter 4 10.07875244 L4_control_C2 +LQ09X013590 Oligopeptide transporter 4 9.840807235 L4_control_C3 +LQ09X013590 Oligopeptide transporter 4 10.38350617 L4_chemical_A1 +LQ09X013590 Oligopeptide transporter 4 9.732235777 L4_chemical_A2 +LQ09X013590 Oligopeptide transporter 4 11.21993249 L4_chemical_A3 +LQ09X013590 Oligopeptide transporter 4 12.21660049 L4_chemical_B1 +LQ09X013590 Oligopeptide transporter 4 10.60455334 L4_chemical_B2 +LQ09X013590 Oligopeptide transporter 4 11.32736305 L4_chemical_B3 +LQ09X013590 Oligopeptide transporter 4 9.551424285 L4_chemical_C2 +LQ09X013590 Oligopeptide transporter 4 8.725668627 L4_chemical_C3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.14283113 C6_control_A1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.4736393 C6_control_A3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.06628724 C6_control_B1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.41005005 C6_control_B2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.84062697 C6_control_B3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.83311435 C6_control_C1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.44504701 C6_control_C2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.58600098 C6_control_C3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.60618016 C6_chemical_A1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.75966531 C6_chemical_A3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.07817078 C6_chemical_B1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.73971679 C6_chemical_B2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.72710457 C6_chemical_B3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 13.244617 C6_chemical_C1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.9072705 C6_chemical_C2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.68772551 C6_chemical_C3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.58395119 L4_control_A1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.03377958 L4_control_A2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.20171484 L4_control_A3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.38071345 L4_control_B1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.88630304 L4_control_B2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.97850322 L4_control_B3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.35440615 L4_control_C2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.68455066 L4_control_C3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.62016525 L4_chemical_A1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.86185757 L4_chemical_A2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.6534439 L4_chemical_A3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.48031172 L4_chemical_B1 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.93061517 L4_chemical_B2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 11.71892408 L4_chemical_B3 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.39608533 L4_chemical_C2 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.74395239 L4_chemical_C3 +LQ09X013650 Bromodomain-containing protein, putative 10.7317398 C6_control_A1 +LQ09X013650 Bromodomain-containing protein, putative 10.79085287 C6_control_A3 +LQ09X013650 Bromodomain-containing protein, putative 11.09820828 C6_control_B1 +LQ09X013650 Bromodomain-containing protein, putative 10.80799414 C6_control_B2 +LQ09X013650 Bromodomain-containing protein, putative 10.90374851 C6_control_B3 +LQ09X013650 Bromodomain-containing protein, putative 10.93870506 C6_control_C1 +LQ09X013650 Bromodomain-containing protein, putative 11.8191524 C6_control_C2 +LQ09X013650 Bromodomain-containing protein, putative 11.17647978 C6_control_C3 +LQ09X013650 Bromodomain-containing protein, putative 11.6557887 C6_chemical_A1 +LQ09X013650 Bromodomain-containing protein, putative 11.57952266 C6_chemical_A3 +LQ09X013650 Bromodomain-containing protein, putative 12.0533754 C6_chemical_B1 +LQ09X013650 Bromodomain-containing protein, putative 11.44534751 C6_chemical_B2 +LQ09X013650 Bromodomain-containing protein, putative 12.10040736 C6_chemical_B3 +LQ09X013650 Bromodomain-containing protein, putative 11.64613253 C6_chemical_C1 +LQ09X013650 Bromodomain-containing protein, putative 11.67781197 C6_chemical_C2 +LQ09X013650 Bromodomain-containing protein, putative 12.25072373 C6_chemical_C3 +LQ09X013650 Bromodomain-containing protein, putative 11.69402004 L4_control_A1 +LQ09X013650 Bromodomain-containing protein, putative 11.62026021 L4_control_A2 +LQ09X013650 Bromodomain-containing protein, putative 11.8961917 L4_control_A3 +LQ09X013650 Bromodomain-containing protein, putative 11.77579593 L4_control_B1 +LQ09X013650 Bromodomain-containing protein, putative 12.01541035 L4_control_B2 +LQ09X013650 Bromodomain-containing protein, putative 12.51413583 L4_control_B3 +LQ09X013650 Bromodomain-containing protein, putative 11.77036958 L4_control_C2 +LQ09X013650 Bromodomain-containing protein, putative 12.72786597 L4_control_C3 +LQ09X013650 Bromodomain-containing protein, putative 11.36314964 L4_chemical_A1 +LQ09X013650 Bromodomain-containing protein, putative 11.77774401 L4_chemical_A2 +LQ09X013650 Bromodomain-containing protein, putative 12.017974 L4_chemical_A3 +LQ09X013650 Bromodomain-containing protein, putative 11.52922263 L4_chemical_B1 +LQ09X013650 Bromodomain-containing protein, putative 11.80779074 L4_chemical_B2 +LQ09X013650 Bromodomain-containing protein, putative 12.21425907 L4_chemical_B3 +LQ09X013650 Bromodomain-containing protein, putative 11.74938886 L4_chemical_C2 +LQ09X013650 Bromodomain-containing protein, putative 12.40991368 L4_chemical_C3 +LQ09X013660 ATP binding protein, putative 6.055469374 C6_control_A1 +LQ09X013660 ATP binding protein, putative 5.29722372 C6_control_A3 +LQ09X013660 ATP binding protein, putative 5.50837292 C6_control_B1 +LQ09X013660 ATP binding protein, putative 6.091705359 C6_control_B2 +LQ09X013660 ATP binding protein, putative 5.974368715 C6_control_B3 +LQ09X013660 ATP binding protein, putative 6.406734928 C6_control_C1 +LQ09X013660 ATP binding protein, putative 6.626208484 C6_control_C2 +LQ09X013660 ATP binding protein, putative 6.522872357 C6_control_C3 +LQ09X013660 ATP binding protein, putative 5.861649734 C6_chemical_A1 +LQ09X013660 ATP binding protein, putative 5.479501827 C6_chemical_A3 +LQ09X013660 ATP binding protein, putative 5.804806738 C6_chemical_B1 +LQ09X013660 ATP binding protein, putative 5.724956207 C6_chemical_B2 +LQ09X013660 ATP binding protein, putative 5.729686453 C6_chemical_B3 +LQ09X013660 ATP binding protein, putative 6.209448761 C6_chemical_C1 +LQ09X013660 ATP binding protein, putative 6.529770547 C6_chemical_C2 +LQ09X013660 ATP binding protein, putative 6.688854729 C6_chemical_C3 +LQ09X013660 ATP binding protein, putative 5.635143787 L4_control_A1 +LQ09X013660 ATP binding protein, putative 5.567978846 L4_control_A2 +LQ09X013660 ATP binding protein, putative 6.047090369 L4_control_A3 +LQ09X013660 ATP binding protein, putative 5.071052446 L4_control_B1 +LQ09X013660 ATP binding protein, putative 5.910958869 L4_control_B2 +LQ09X013660 ATP binding protein, putative 5.912951743 L4_control_B3 +LQ09X013660 ATP binding protein, putative 6.16059496 L4_control_C2 +LQ09X013660 ATP binding protein, putative 5.227169508 L4_control_C3 +LQ09X013660 ATP binding protein, putative 5.638265324 L4_chemical_A1 +LQ09X013660 ATP binding protein, putative 5.873331998 L4_chemical_A2 +LQ09X013660 ATP binding protein, putative 6.178912357 L4_chemical_A3 +LQ09X013660 ATP binding protein, putative 5.652261914 L4_chemical_B1 +LQ09X013660 ATP binding protein, putative 6.19102068 L4_chemical_B2 +LQ09X013660 ATP binding protein, putative 5.870698219 L4_chemical_B3 +LQ09X013660 ATP binding protein, putative 5.906811607 L4_chemical_C2 +LQ09X013660 ATP binding protein, putative 6.019545761 L4_chemical_C3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 8.832537667 C6_control_A1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 8.749658707 C6_control_A3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 8.933583012 C6_control_B1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.017684133 C6_control_B2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.0068644 C6_control_B3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.191725498 C6_control_C1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 8.954892893 C6_control_C2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 8.736623506 C6_control_C3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 8.822771009 C6_chemical_A1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.050189174 C6_chemical_A3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.515521609 C6_chemical_B1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.186715344 C6_chemical_B2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.910945763 C6_chemical_B3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.221452247 C6_chemical_C1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.118001423 C6_chemical_C2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.560435095 C6_chemical_C3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.181610689 L4_control_A1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.069205812 L4_control_A2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.560685922 L4_control_A3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.20702685 L4_control_B1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.32119831 L4_control_B2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.2471828 L4_control_B3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.703908595 L4_control_C2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.62719348 L4_control_C3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.124203301 L4_chemical_A1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 8.982230619 L4_chemical_A2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.66693666 L4_chemical_A3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.663346122 L4_chemical_B1 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.494422829 L4_chemical_B2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.786943843 L4_chemical_B3 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 9.512309498 L4_chemical_C2 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.59859805 L4_chemical_C3 +LQ09X013680 Putative APO protein 3, mitochondrial 11.16214628 C6_control_A1 +LQ09X013680 Putative APO protein 3, mitochondrial 11.08230712 C6_control_A3 +LQ09X013680 Putative APO protein 3, mitochondrial 10.9413892 C6_control_B1 +LQ09X013680 Putative APO protein 3, mitochondrial 9.903662857 C6_control_B2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.34583106 C6_control_B3 +LQ09X013680 Putative APO protein 3, mitochondrial 10.59025048 C6_control_C1 +LQ09X013680 Putative APO protein 3, mitochondrial 10.25146432 C6_control_C2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.25000636 C6_control_C3 +LQ09X013680 Putative APO protein 3, mitochondrial 11.44579396 C6_chemical_A1 +LQ09X013680 Putative APO protein 3, mitochondrial 11.46505317 C6_chemical_A3 +LQ09X013680 Putative APO protein 3, mitochondrial 11.20290335 C6_chemical_B1 +LQ09X013680 Putative APO protein 3, mitochondrial 10.37008836 C6_chemical_B2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.40440533 C6_chemical_B3 +LQ09X013680 Putative APO protein 3, mitochondrial 10.81654418 C6_chemical_C1 +LQ09X013680 Putative APO protein 3, mitochondrial 10.93660796 C6_chemical_C2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.53274328 C6_chemical_C3 +LQ09X013680 Putative APO protein 3, mitochondrial 10.59250467 L4_control_A1 +LQ09X013680 Putative APO protein 3, mitochondrial 10.49370392 L4_control_A2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.65754413 L4_control_A3 +LQ09X013680 Putative APO protein 3, mitochondrial 10.30965313 L4_control_B1 +LQ09X013680 Putative APO protein 3, mitochondrial 10.63702377 L4_control_B2 +LQ09X013680 Putative APO protein 3, mitochondrial 9.700562441 L4_control_B3 +LQ09X013680 Putative APO protein 3, mitochondrial 10.62237333 L4_control_C2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.36251258 L4_control_C3 +LQ09X013680 Putative APO protein 3, mitochondrial 10.79707365 L4_chemical_A1 +LQ09X013680 Putative APO protein 3, mitochondrial 10.84398668 L4_chemical_A2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.64494059 L4_chemical_A3 +LQ09X013680 Putative APO protein 3, mitochondrial 11.03758292 L4_chemical_B1 +LQ09X013680 Putative APO protein 3, mitochondrial 10.80477807 L4_chemical_B2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.11236248 L4_chemical_B3 +LQ09X013680 Putative APO protein 3, mitochondrial 10.84449598 L4_chemical_C2 +LQ09X013680 Putative APO protein 3, mitochondrial 10.51375017 L4_chemical_C3 +LQ09X013700 Hypothetical protein 13.73439079 C6_control_A1 +LQ09X013700 Hypothetical protein 13.79624556 C6_control_A3 +LQ09X013700 Hypothetical protein 13.57594148 C6_control_B1 +LQ09X013700 Hypothetical protein 13.73285656 C6_control_B2 +LQ09X013700 Hypothetical protein 13.36469021 C6_control_B3 +LQ09X013700 Hypothetical protein 14.05430838 C6_control_C1 +LQ09X013700 Hypothetical protein 13.95610976 C6_control_C2 +LQ09X013700 Hypothetical protein 13.80678861 C6_control_C3 +LQ09X013700 Hypothetical protein 13.40471171 C6_chemical_A1 +LQ09X013700 Hypothetical protein 13.63479165 C6_chemical_A3 +LQ09X013700 Hypothetical protein 13.30641822 C6_chemical_B1 +LQ09X013700 Hypothetical protein 13.65502837 C6_chemical_B2 +LQ09X013700 Hypothetical protein 13.09663517 C6_chemical_B3 +LQ09X013700 Hypothetical protein 13.86713313 C6_chemical_C1 +LQ09X013700 Hypothetical protein 13.85696432 C6_chemical_C2 +LQ09X013700 Hypothetical protein 13.48613771 C6_chemical_C3 +LQ09X013700 Hypothetical protein 13.77828015 L4_control_A1 +LQ09X013700 Hypothetical protein 13.82678645 L4_control_A2 +LQ09X013700 Hypothetical protein 13.76393895 L4_control_A3 +LQ09X013700 Hypothetical protein 13.97963868 L4_control_B1 +LQ09X013700 Hypothetical protein 13.82151431 L4_control_B2 +LQ09X013700 Hypothetical protein 14.02529578 L4_control_B3 +LQ09X013700 Hypothetical protein 14.00839191 L4_control_C2 +LQ09X013700 Hypothetical protein 14.24860489 L4_control_C3 +LQ09X013700 Hypothetical protein 13.36680387 L4_chemical_A1 +LQ09X013700 Hypothetical protein 13.61089413 L4_chemical_A2 +LQ09X013700 Hypothetical protein 13.71554133 L4_chemical_A3 +LQ09X013700 Hypothetical protein 13.69684397 L4_chemical_B1 +LQ09X013700 Hypothetical protein 13.8269845 L4_chemical_B2 +LQ09X013700 Hypothetical protein 13.72709237 L4_chemical_B3 +LQ09X013700 Hypothetical protein 14.35251714 L4_chemical_C2 +LQ09X013700 Hypothetical protein 14.35329033 L4_chemical_C3 +LQ09X013710 Predicted protein (Fragment) 6.050733542 C6_control_A1 +LQ09X013710 Predicted protein (Fragment) 5.572291758 C6_control_A3 +LQ09X013710 Predicted protein (Fragment) 4.856408829 C6_control_B1 +LQ09X013710 Predicted protein (Fragment) 5.786089717 C6_control_B2 +LQ09X013710 Predicted protein (Fragment) 5.369016493 C6_control_B3 +LQ09X013710 Predicted protein (Fragment) 5.686998772 C6_control_C1 +LQ09X013710 Predicted protein (Fragment) 6.194535486 C6_control_C2 +LQ09X013710 Predicted protein (Fragment) 5.873938014 C6_control_C3 +LQ09X013710 Predicted protein (Fragment) 5.464969409 C6_chemical_A1 +LQ09X013710 Predicted protein (Fragment) 5.022741731 C6_chemical_A3 +LQ09X013710 Predicted protein (Fragment) 5.542536254 C6_chemical_B1 +LQ09X013710 Predicted protein (Fragment) 5.762691973 C6_chemical_B2 +LQ09X013710 Predicted protein (Fragment) 5.464891494 C6_chemical_B3 +LQ09X013710 Predicted protein (Fragment) 6.077462018 C6_chemical_C1 +LQ09X013710 Predicted protein (Fragment) 5.734985653 C6_chemical_C2 +LQ09X013710 Predicted protein (Fragment) 5.467177805 C6_chemical_C3 +LQ09X013710 Predicted protein (Fragment) 5.018110764 L4_control_A1 +LQ09X013710 Predicted protein (Fragment) 5.511579652 L4_control_A2 +LQ09X013710 Predicted protein (Fragment) 5.087168209 L4_control_A3 +LQ09X013710 Predicted protein (Fragment) 5.455126971 L4_control_B1 +LQ09X013710 Predicted protein (Fragment) 5.522380617 L4_control_B2 +LQ09X013710 Predicted protein (Fragment) 5.180584803 L4_control_B3 +LQ09X013710 Predicted protein (Fragment) 4.876165855 L4_control_C2 +LQ09X013710 Predicted protein (Fragment) 6.029601173 L4_control_C3 +LQ09X013710 Predicted protein (Fragment) 5.089598911 L4_chemical_A1 +LQ09X013710 Predicted protein (Fragment) 5.36563143 L4_chemical_A2 +LQ09X013710 Predicted protein (Fragment) 5.160369769 L4_chemical_A3 +LQ09X013710 Predicted protein (Fragment) 5.400504822 L4_chemical_B1 +LQ09X013710 Predicted protein (Fragment) 5.254159583 L4_chemical_B2 +LQ09X013710 Predicted protein (Fragment) 5.22818493 L4_chemical_B3 +LQ09X013710 Predicted protein (Fragment) 5.28121305 L4_chemical_C2 +LQ09X013710 Predicted protein (Fragment) 5.040083545 L4_chemical_C3 +LQ09X013720 Putative uncharacterized protein 11.07832667 C6_control_A1 +LQ09X013720 Putative uncharacterized protein 11.67512944 C6_control_A3 +LQ09X013720 Putative uncharacterized protein 11.16010292 C6_control_B1 +LQ09X013720 Putative uncharacterized protein 11.2352286 C6_control_B2 +LQ09X013720 Putative uncharacterized protein 11.12783559 C6_control_B3 +LQ09X013720 Putative uncharacterized protein 11.68109238 C6_control_C1 +LQ09X013720 Putative uncharacterized protein 11.41671556 C6_control_C2 +LQ09X013720 Putative uncharacterized protein 11.9300839 C6_control_C3 +LQ09X013720 Putative uncharacterized protein 11.08057376 C6_chemical_A1 +LQ09X013720 Putative uncharacterized protein 11.40060237 C6_chemical_A3 +LQ09X013720 Putative uncharacterized protein 11.05475978 C6_chemical_B1 +LQ09X013720 Putative uncharacterized protein 11.35624061 C6_chemical_B2 +LQ09X013720 Putative uncharacterized protein 11.3118712 C6_chemical_B3 +LQ09X013720 Putative uncharacterized protein 11.70593898 C6_chemical_C1 +LQ09X013720 Putative uncharacterized protein 11.63891971 C6_chemical_C2 +LQ09X013720 Putative uncharacterized protein 11.72058342 C6_chemical_C3 +LQ09X013720 Putative uncharacterized protein 10.73707917 L4_control_A1 +LQ09X013720 Putative uncharacterized protein 10.51634771 L4_control_A2 +LQ09X013720 Putative uncharacterized protein 10.71709724 L4_control_A3 +LQ09X013720 Putative uncharacterized protein 10.16663702 L4_control_B1 +LQ09X013720 Putative uncharacterized protein 9.587925366 L4_control_B2 +LQ09X013720 Putative uncharacterized protein 10.84183567 L4_control_B3 +LQ09X013720 Putative uncharacterized protein 10.72253385 L4_control_C2 +LQ09X013720 Putative uncharacterized protein 11.12906092 L4_control_C3 +LQ09X013720 Putative uncharacterized protein 10.6350856 L4_chemical_A1 +LQ09X013720 Putative uncharacterized protein 10.53097434 L4_chemical_A2 +LQ09X013720 Putative uncharacterized protein 10.31596987 L4_chemical_A3 +LQ09X013720 Putative uncharacterized protein 10.85721865 L4_chemical_B1 +LQ09X013720 Putative uncharacterized protein 10.15977847 L4_chemical_B2 +LQ09X013720 Putative uncharacterized protein 10.47947285 L4_chemical_B3 +LQ09X013720 Putative uncharacterized protein 10.35280988 L4_chemical_C2 +LQ09X013720 Putative uncharacterized protein 10.80060158 L4_chemical_C3 +LQ09X013750 Predicted protein 11.88349796 C6_control_A1 +LQ09X013750 Predicted protein 12.01812514 C6_control_A3 +LQ09X013750 Predicted protein 12.069614 C6_control_B1 +LQ09X013750 Predicted protein 12.29161747 C6_control_B2 +LQ09X013750 Predicted protein 12.11056763 C6_control_B3 +LQ09X013750 Predicted protein 11.92293863 C6_control_C1 +LQ09X013750 Predicted protein 11.7663418 C6_control_C2 +LQ09X013750 Predicted protein 11.87751732 C6_control_C3 +LQ09X013750 Predicted protein 11.88159955 C6_chemical_A1 +LQ09X013750 Predicted protein 11.9264682 C6_chemical_A3 +LQ09X013750 Predicted protein 12.10594479 C6_chemical_B1 +LQ09X013750 Predicted protein 12.31437206 C6_chemical_B2 +LQ09X013750 Predicted protein 11.92569031 C6_chemical_B3 +LQ09X013750 Predicted protein 11.75072648 C6_chemical_C1 +LQ09X013750 Predicted protein 11.70553344 C6_chemical_C2 +LQ09X013750 Predicted protein 11.32772541 C6_chemical_C3 +LQ09X013750 Predicted protein 12.46176278 L4_control_A1 +LQ09X013750 Predicted protein 12.63903284 L4_control_A2 +LQ09X013750 Predicted protein 12.30711199 L4_control_A3 +LQ09X013750 Predicted protein 12.40578393 L4_control_B1 +LQ09X013750 Predicted protein 12.35330693 L4_control_B2 +LQ09X013750 Predicted protein 11.73653799 L4_control_B3 +LQ09X013750 Predicted protein 10.84338794 L4_control_C2 +LQ09X013750 Predicted protein 11.40685458 L4_control_C3 +LQ09X013750 Predicted protein 12.54025376 L4_chemical_A1 +LQ09X013750 Predicted protein 12.51151026 L4_chemical_A2 +LQ09X013750 Predicted protein 12.38265915 L4_chemical_A3 +LQ09X013750 Predicted protein 12.23774483 L4_chemical_B1 +LQ09X013750 Predicted protein 12.34401051 L4_chemical_B2 +LQ09X013750 Predicted protein 12.24772975 L4_chemical_B3 +LQ09X013750 Predicted protein 10.87856825 L4_chemical_C2 +LQ09X013750 Predicted protein 11.60804232 L4_chemical_C3 +LQ09X013770 Polyol transporter 5 11.37036531 C6_control_A1 +LQ09X013770 Polyol transporter 5 11.22195011 C6_control_A3 +LQ09X013770 Polyol transporter 5 11.96165217 C6_control_B1 +LQ09X013770 Polyol transporter 5 11.30883642 C6_control_B2 +LQ09X013770 Polyol transporter 5 11.76959709 C6_control_B3 +LQ09X013770 Polyol transporter 5 13.14836666 C6_control_C1 +LQ09X013770 Polyol transporter 5 10.99789589 C6_control_C2 +LQ09X013770 Polyol transporter 5 11.63928877 C6_control_C3 +LQ09X013770 Polyol transporter 5 12.09083042 C6_chemical_A1 +LQ09X013770 Polyol transporter 5 12.41488038 C6_chemical_A3 +LQ09X013770 Polyol transporter 5 12.52015411 C6_chemical_B1 +LQ09X013770 Polyol transporter 5 11.32526422 C6_chemical_B2 +LQ09X013770 Polyol transporter 5 11.94387021 C6_chemical_B3 +LQ09X013770 Polyol transporter 5 13.03073585 C6_chemical_C1 +LQ09X013770 Polyol transporter 5 11.56324396 C6_chemical_C2 +LQ09X013770 Polyol transporter 5 11.52109112 C6_chemical_C3 +LQ09X013770 Polyol transporter 5 11.73528843 L4_control_A1 +LQ09X013770 Polyol transporter 5 11.22224359 L4_control_A2 +LQ09X013770 Polyol transporter 5 11.04431368 L4_control_A3 +LQ09X013770 Polyol transporter 5 12.79891021 L4_control_B1 +LQ09X013770 Polyol transporter 5 11.80899476 L4_control_B2 +LQ09X013770 Polyol transporter 5 12.74975867 L4_control_B3 +LQ09X013770 Polyol transporter 5 11.89467795 L4_control_C2 +LQ09X013770 Polyol transporter 5 12.06646495 L4_control_C3 +LQ09X013770 Polyol transporter 5 12.72347582 L4_chemical_A1 +LQ09X013770 Polyol transporter 5 12.02214103 L4_chemical_A2 +LQ09X013770 Polyol transporter 5 11.91830854 L4_chemical_A3 +LQ09X013770 Polyol transporter 5 13.0211065 L4_chemical_B1 +LQ09X013770 Polyol transporter 5 11.91351871 L4_chemical_B2 +LQ09X013770 Polyol transporter 5 11.86485841 L4_chemical_B3 +LQ09X013770 Polyol transporter 5 12.51836661 L4_chemical_C2 +LQ09X013770 Polyol transporter 5 12.04429842 L4_chemical_C3 +LQ09X013780 Putative Pseudouridine kinase 9.532213142 C6_control_A1 +LQ09X013780 Putative Pseudouridine kinase 9.289878358 C6_control_A3 +LQ09X013780 Putative Pseudouridine kinase 8.580258841 C6_control_B1 +LQ09X013780 Putative Pseudouridine kinase 8.793525096 C6_control_B2 +LQ09X013780 Putative Pseudouridine kinase 7.826448681 C6_control_B3 +LQ09X013780 Putative Pseudouridine kinase 10.14306408 C6_control_C1 +LQ09X013780 Putative Pseudouridine kinase 9.556750043 C6_control_C2 +LQ09X013780 Putative Pseudouridine kinase 9.342678232 C6_control_C3 +LQ09X013780 Putative Pseudouridine kinase 9.127806852 C6_chemical_A1 +LQ09X013780 Putative Pseudouridine kinase 9.498303437 C6_chemical_A3 +LQ09X013780 Putative Pseudouridine kinase 7.216670994 C6_chemical_B1 +LQ09X013780 Putative Pseudouridine kinase 8.615360707 C6_chemical_B2 +LQ09X013780 Putative Pseudouridine kinase 7.717743455 C6_chemical_B3 +LQ09X013780 Putative Pseudouridine kinase 10.01027922 C6_chemical_C1 +LQ09X013780 Putative Pseudouridine kinase 9.741103316 C6_chemical_C2 +LQ09X013780 Putative Pseudouridine kinase 9.543308728 C6_chemical_C3 +LQ09X013780 Putative Pseudouridine kinase 9.730996612 L4_control_A1 +LQ09X013780 Putative Pseudouridine kinase 9.312781928 L4_control_A2 +LQ09X013780 Putative Pseudouridine kinase 7.758379763 L4_control_A3 +LQ09X013780 Putative Pseudouridine kinase 6.932271729 L4_control_B1 +LQ09X013780 Putative Pseudouridine kinase 7.877717246 L4_control_B2 +LQ09X013780 Putative Pseudouridine kinase 8.651545901 L4_control_B3 +LQ09X013780 Putative Pseudouridine kinase 9.397343411 L4_control_C2 +LQ09X013780 Putative Pseudouridine kinase 8.502603509 L4_control_C3 +LQ09X013780 Putative Pseudouridine kinase 9.681615477 L4_chemical_A1 +LQ09X013780 Putative Pseudouridine kinase 9.201144173 L4_chemical_A2 +LQ09X013780 Putative Pseudouridine kinase 8.99909555 L4_chemical_A3 +LQ09X013780 Putative Pseudouridine kinase 6.92330407 L4_chemical_B1 +LQ09X013780 Putative Pseudouridine kinase 6.852981705 L4_chemical_B2 +LQ09X013780 Putative Pseudouridine kinase 8.250493026 L4_chemical_B3 +LQ09X013780 Putative Pseudouridine kinase 9.577981948 L4_chemical_C2 +LQ09X013780 Putative Pseudouridine kinase 8.452447904 L4_chemical_C3 +LQ09X013800 HVA22-like protein k 6.183168899 C6_control_A1 +LQ09X013800 HVA22-like protein k 5.759900242 C6_control_A3 +LQ09X013800 HVA22-like protein k 6.112492946 C6_control_B1 +LQ09X013800 HVA22-like protein k 5.897126858 C6_control_B2 +LQ09X013800 HVA22-like protein k 5.964855182 C6_control_B3 +LQ09X013800 HVA22-like protein k 6.146048755 C6_control_C1 +LQ09X013800 HVA22-like protein k 5.740723573 C6_control_C2 +LQ09X013800 HVA22-like protein k 6.140605747 C6_control_C3 +LQ09X013800 HVA22-like protein k 6.153171298 C6_chemical_A1 +LQ09X013800 HVA22-like protein k 5.867842297 C6_chemical_A3 +LQ09X013800 HVA22-like protein k 6.136149064 C6_chemical_B1 +LQ09X013800 HVA22-like protein k 6.007018176 C6_chemical_B2 +LQ09X013800 HVA22-like protein k 6.069154346 C6_chemical_B3 +LQ09X013800 HVA22-like protein k 6.199099197 C6_chemical_C1 +LQ09X013800 HVA22-like protein k 5.943614918 C6_chemical_C2 +LQ09X013800 HVA22-like protein k 6.566371962 C6_chemical_C3 +LQ09X013800 HVA22-like protein k 6.042164722 L4_control_A1 +LQ09X013800 HVA22-like protein k 5.762618081 L4_control_A2 +LQ09X013800 HVA22-like protein k 5.903215863 L4_control_A3 +LQ09X013800 HVA22-like protein k 5.455845038 L4_control_B1 +LQ09X013800 HVA22-like protein k 5.701717455 L4_control_B2 +LQ09X013800 HVA22-like protein k 5.779247501 L4_control_B3 +LQ09X013800 HVA22-like protein k 6.289320637 L4_control_C2 +LQ09X013800 HVA22-like protein k 5.302425085 L4_control_C3 +LQ09X013800 HVA22-like protein k 6.102060092 L4_chemical_A1 +LQ09X013800 HVA22-like protein k 5.975938234 L4_chemical_A2 +LQ09X013800 HVA22-like protein k 5.653831741 L4_chemical_A3 +LQ09X013800 HVA22-like protein k 5.871191156 L4_chemical_B1 +LQ09X013800 HVA22-like protein k 5.951533459 L4_chemical_B2 +LQ09X013800 HVA22-like protein k 5.794129504 L4_chemical_B3 +LQ09X013800 HVA22-like protein k 5.686876801 L4_chemical_C2 +LQ09X013800 HVA22-like protein k 5.717850996 L4_chemical_C3 +LQ09X013830 Putative uncharacterized protein 5.826669546 C6_control_A1 +LQ09X013830 Putative uncharacterized protein 5.895717291 C6_control_A3 +LQ09X013830 Putative uncharacterized protein 4.951634895 C6_control_B1 +LQ09X013830 Putative uncharacterized protein 5.152340293 C6_control_B2 +LQ09X013830 Putative uncharacterized protein 5.080191976 C6_control_B3 +LQ09X013830 Putative uncharacterized protein 5.396350825 C6_control_C1 +LQ09X013830 Putative uncharacterized protein 4.988986286 C6_control_C2 +LQ09X013830 Putative uncharacterized protein 5.233443348 C6_control_C3 +LQ09X013830 Putative uncharacterized protein 5.419803087 C6_chemical_A1 +LQ09X013830 Putative uncharacterized protein 5.091351205 C6_chemical_A3 +LQ09X013830 Putative uncharacterized protein 5.368662969 C6_chemical_B1 +LQ09X013830 Putative uncharacterized protein 5.335107915 C6_chemical_B2 +LQ09X013830 Putative uncharacterized protein 4.901072507 C6_chemical_B3 +LQ09X013830 Putative uncharacterized protein 5.142787132 C6_chemical_C1 +LQ09X013830 Putative uncharacterized protein 5.377862174 C6_chemical_C2 +LQ09X013830 Putative uncharacterized protein 5.276583898 C6_chemical_C3 +LQ09X013830 Putative uncharacterized protein 5.169407516 L4_control_A1 +LQ09X013830 Putative uncharacterized protein 5.195456864 L4_control_A2 +LQ09X013830 Putative uncharacterized protein 5.882174858 L4_control_A3 +LQ09X013830 Putative uncharacterized protein 5.254394091 L4_control_B1 +LQ09X013830 Putative uncharacterized protein 4.871848688 L4_control_B2 +LQ09X013830 Putative uncharacterized protein 5.090402811 L4_control_B3 +LQ09X013830 Putative uncharacterized protein 4.803152694 L4_control_C2 +LQ09X013830 Putative uncharacterized protein 5.023796297 L4_control_C3 +LQ09X013830 Putative uncharacterized protein 5.267405536 L4_chemical_A1 +LQ09X013830 Putative uncharacterized protein 5.208714493 L4_chemical_A2 +LQ09X013830 Putative uncharacterized protein 6.701919358 L4_chemical_A3 +LQ09X013830 Putative uncharacterized protein 5.595854123 L4_chemical_B1 +LQ09X013830 Putative uncharacterized protein 4.922533637 L4_chemical_B2 +LQ09X013830 Putative uncharacterized protein 5.118585173 L4_chemical_B3 +LQ09X013830 Putative uncharacterized protein 4.777813077 L4_chemical_C2 +LQ09X013830 Putative uncharacterized protein 5.090645395 L4_chemical_C3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.71865054 C6_control_A1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.1691663 C6_control_A3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.96192875 C6_control_B1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.21702291 C6_control_B2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.93524465 C6_control_B3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.5313708 C6_control_C1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.59687835 C6_control_C2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.84475158 C6_control_C3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.4681496 C6_chemical_A1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.36616109 C6_chemical_A3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.79157169 C6_chemical_B1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.27119409 C6_chemical_B2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.95979745 C6_chemical_B3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.58187721 C6_chemical_C1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.73078078 C6_chemical_C2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.08420781 C6_chemical_C3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.95914366 L4_control_A1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.15207817 L4_control_A2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.51211992 L4_control_A3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.01693554 L4_control_B1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.72247258 L4_control_B2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.03365524 L4_control_B3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 11.79913561 L4_control_C2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.20867376 L4_control_C3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.27010682 L4_chemical_A1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.51735517 L4_chemical_A2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.74900403 L4_chemical_A3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.89522961 L4_chemical_B1 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.05008304 L4_chemical_B2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 13.42454276 L4_chemical_B3 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.1206872 L4_chemical_C2 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.19791707 L4_chemical_C3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.30860097 C6_control_A1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.32020797 C6_control_A3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.35516825 C6_control_B1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.34606867 C6_control_B2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.83419898 C6_control_B3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 10.87021033 C6_control_C1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.10029565 C6_control_C2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 10.30029532 C6_control_C3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.42001471 C6_chemical_A1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.02556299 C6_chemical_A3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.41594181 C6_chemical_B1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.77915568 C6_chemical_B2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.67118289 C6_chemical_B3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 10.76870335 C6_chemical_C1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 10.70541776 C6_chemical_C2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 10.08424073 C6_chemical_C3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.46732079 L4_control_A1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.32775706 L4_control_A2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.67735829 L4_control_A3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.29898356 L4_control_B1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.90655624 L4_control_B2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.80980784 L4_control_B3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.99240346 L4_control_C2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.58810799 L4_control_C3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.25621487 L4_chemical_A1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.16626011 L4_chemical_A2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.48107891 L4_chemical_A3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.48185929 L4_chemical_B1 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.47654451 L4_chemical_B2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.01318927 L4_chemical_B3 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.32615889 L4_chemical_C2 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 11.8324404 L4_chemical_C3 +LQ09X013870 Putative uncharacterized protein 9.482779046 C6_control_A1 +LQ09X013870 Putative uncharacterized protein 10.32385677 C6_control_A3 +LQ09X013870 Putative uncharacterized protein 10.05895016 C6_control_B1 +LQ09X013870 Putative uncharacterized protein 9.224347626 C6_control_B2 +LQ09X013870 Putative uncharacterized protein 10.01501792 C6_control_B3 +LQ09X013870 Putative uncharacterized protein 10.56055598 C6_control_C1 +LQ09X013870 Putative uncharacterized protein 8.401972541 C6_control_C2 +LQ09X013870 Putative uncharacterized protein 10.50179006 C6_control_C3 +LQ09X013870 Putative uncharacterized protein 10.24140056 C6_chemical_A1 +LQ09X013870 Putative uncharacterized protein 9.077636633 C6_chemical_A3 +LQ09X013870 Putative uncharacterized protein 10.44606377 C6_chemical_B1 +LQ09X013870 Putative uncharacterized protein 9.442602576 C6_chemical_B2 +LQ09X013870 Putative uncharacterized protein 11.20665067 C6_chemical_B3 +LQ09X013870 Putative uncharacterized protein 10.35244435 C6_chemical_C1 +LQ09X013870 Putative uncharacterized protein 9.468837933 C6_chemical_C2 +LQ09X013870 Putative uncharacterized protein 10.51084835 C6_chemical_C3 +LQ09X013870 Putative uncharacterized protein 11.17562877 L4_control_A1 +LQ09X013870 Putative uncharacterized protein 10.86698195 L4_control_A2 +LQ09X013870 Putative uncharacterized protein 11.06633087 L4_control_A3 +LQ09X013870 Putative uncharacterized protein 12.56526949 L4_control_B1 +LQ09X013870 Putative uncharacterized protein 10.84653088 L4_control_B2 +LQ09X013870 Putative uncharacterized protein 8.725611948 L4_control_B3 +LQ09X013870 Putative uncharacterized protein 11.22105508 L4_control_C2 +LQ09X013870 Putative uncharacterized protein 10.76154407 L4_control_C3 +LQ09X013870 Putative uncharacterized protein 10.93474119 L4_chemical_A1 +LQ09X013870 Putative uncharacterized protein 11.02177519 L4_chemical_A2 +LQ09X013870 Putative uncharacterized protein 12.26980702 L4_chemical_A3 +LQ09X013870 Putative uncharacterized protein 10.82272727 L4_chemical_B1 +LQ09X013870 Putative uncharacterized protein 10.82117093 L4_chemical_B2 +LQ09X013870 Putative uncharacterized protein 9.095445295 L4_chemical_B3 +LQ09X013870 Putative uncharacterized protein 12.04915648 L4_chemical_C2 +LQ09X013870 Putative uncharacterized protein 10.85293139 L4_chemical_C3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.596979956 C6_control_A1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.448526617 C6_control_A3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 6.104428107 C6_control_B1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.422929303 C6_control_B2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.873119572 C6_control_B3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.302377222 C6_control_C1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.405558619 C6_control_C2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 4.888070781 C6_control_C3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.304928927 C6_chemical_A1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.66459065 C6_chemical_A3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 6.304202724 C6_chemical_B1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.578006399 C6_chemical_B2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 6.233765166 C6_chemical_B3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.335821706 C6_chemical_C1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.244332008 C6_chemical_C2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.441959199 C6_chemical_C3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.685251694 L4_control_A1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.658618914 L4_control_A2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.333893664 L4_control_A3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.927027143 L4_control_B1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.940890744 L4_control_B2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.596073374 L4_control_B3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.567652331 L4_control_C2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.420022303 L4_control_C3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.437686002 L4_chemical_A1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.557696443 L4_chemical_A2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.345310395 L4_chemical_A3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.824729123 L4_chemical_B1 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.38262352 L4_chemical_B2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.765567938 L4_chemical_B3 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 6.407269477 L4_chemical_C2 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 6.222255042 L4_chemical_C3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.283613069 C6_control_A1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.230982768 C6_control_A3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.053954891 C6_control_B1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.34168911 C6_control_B2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.077496121 C6_control_B3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.404774179 C6_control_C1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.246536881 C6_control_C2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.361380483 C6_control_C3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.290893461 C6_chemical_A1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.124619452 C6_chemical_A3 +LQ09X013930 Putative Phospholipase A-2-activating protein 4.94193113 C6_chemical_B1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.187112256 C6_chemical_B2 +LQ09X013930 Putative Phospholipase A-2-activating protein 4.998179911 C6_chemical_B3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.558725642 C6_chemical_C1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.858681758 C6_chemical_C2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.351260201 C6_chemical_C3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.499171583 L4_control_A1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.052636927 L4_control_A2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.788080651 L4_control_A3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.586890173 L4_control_B1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.291032611 L4_control_B2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.168888057 L4_control_B3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.210740705 L4_control_C2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.529154448 L4_control_C3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.171324572 L4_chemical_A1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.045950578 L4_chemical_A2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.689349 L4_chemical_A3 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.139306448 L4_chemical_B1 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.053823045 L4_chemical_B2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.235970631 L4_chemical_B3 +LQ09X013930 Putative Phospholipase A-2-activating protein 4.831623727 L4_chemical_C2 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.167893404 L4_chemical_C3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.513498185 C6_control_A1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.069252817 C6_control_A3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.119104995 C6_control_B1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.851012484 C6_control_B2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.723385498 C6_control_B3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.489973975 C6_control_C1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 7.826166232 C6_control_C2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.809766338 C6_control_C3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.217720315 C6_chemical_A1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.457100956 C6_chemical_A3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.081394009 C6_chemical_B1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.754193844 C6_chemical_B2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.218990703 C6_chemical_B3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.560415146 C6_chemical_C1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.504320314 C6_chemical_C2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.803478439 C6_chemical_C3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.120738746 L4_control_A1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.032464014 L4_control_A2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.986055183 L4_control_A3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.446256513 L4_control_B1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.020651295 L4_control_B2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.125449366 L4_control_B3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.463330293 L4_control_C2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.376664135 L4_control_C3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.985442231 L4_chemical_A1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.681766902 L4_chemical_A2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.438903853 L4_chemical_A3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.742056968 L4_chemical_B1 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.467765578 L4_chemical_B2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.090219871 L4_chemical_B3 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 5.43685665 L4_chemical_C2 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.206715115 L4_chemical_C3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.260037773 C6_control_A1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.771181078 C6_control_A3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.263679576 C6_control_B1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.607694159 C6_control_B2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.106776808 C6_control_B3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.316219335 C6_control_C1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 6.691122534 C6_control_C2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.334155252 C6_control_C3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 4.992721169 C6_chemical_A1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.2940787 C6_chemical_A3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.295036688 C6_chemical_B1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.737292691 C6_chemical_B2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.497271429 C6_chemical_B3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 4.843348528 C6_chemical_C1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.395196625 C6_chemical_C2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.392996613 C6_chemical_C3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.202576953 L4_control_A1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.539273417 L4_control_A2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.149410689 L4_control_A3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.827110629 L4_control_B1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.242481472 L4_control_B2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.410630719 L4_control_B3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.063070275 L4_control_C2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.680920277 L4_control_C3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.127455015 L4_chemical_A1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.458909225 L4_chemical_A2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.232533835 L4_chemical_A3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 6.125116801 L4_chemical_B1 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.432259181 L4_chemical_B2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.654729965 L4_chemical_B3 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.331688981 L4_chemical_C2 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 5.7522156 L4_chemical_C3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.59584381 C6_control_A1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 12.67110683 C6_control_A3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.87225205 C6_control_B1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.37717416 C6_control_B2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.36063766 C6_control_B3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.30783174 C6_control_C1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.49986668 C6_control_C2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.45897982 C6_control_C3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.4722511 C6_chemical_A1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.08251915 C6_chemical_A3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.98382655 C6_chemical_B1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.72934777 C6_chemical_B2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.99824817 C6_chemical_B3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.33100194 C6_chemical_C1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.43577855 C6_chemical_C2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 14.6193457 C6_chemical_C3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 12.23947272 L4_control_A1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 12.79072176 L4_control_A2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 11.36843388 L4_control_A3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.9285697 L4_control_B1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.89852098 L4_control_B2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.98934004 L4_control_B3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.78343837 L4_control_C2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.37839032 L4_control_C3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 12.21044149 L4_chemical_A1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 12.71811831 L4_chemical_A2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 11.17729945 L4_chemical_A3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.23352812 L4_chemical_B1 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.82742687 L4_chemical_B2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.48677719 L4_chemical_B3 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.70685209 L4_chemical_C2 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.96938897 L4_chemical_C3 +LQ09X014010 Putative uncharacterized protein 9.434186096 C6_control_A1 +LQ09X014010 Putative uncharacterized protein 10.07827139 C6_control_A3 +LQ09X014010 Putative uncharacterized protein 8.923162646 C6_control_B1 +LQ09X014010 Putative uncharacterized protein 6.047339047 C6_control_B2 +LQ09X014010 Putative uncharacterized protein 5.912389321 C6_control_B3 +LQ09X014010 Putative uncharacterized protein 5.620504329 C6_control_C1 +LQ09X014010 Putative uncharacterized protein 4.925430987 C6_control_C2 +LQ09X014010 Putative uncharacterized protein 5.141713818 C6_control_C3 +LQ09X014010 Putative uncharacterized protein 9.201296752 C6_chemical_A1 +LQ09X014010 Putative uncharacterized protein 10.56146481 C6_chemical_A3 +LQ09X014010 Putative uncharacterized protein 7.460096002 C6_chemical_B1 +LQ09X014010 Putative uncharacterized protein 5.699432917 C6_chemical_B2 +LQ09X014010 Putative uncharacterized protein 5.911321359 C6_chemical_B3 +LQ09X014010 Putative uncharacterized protein 5.452012017 C6_chemical_C1 +LQ09X014010 Putative uncharacterized protein 5.619500641 C6_chemical_C2 +LQ09X014010 Putative uncharacterized protein 5.49923362 C6_chemical_C3 +LQ09X014010 Putative uncharacterized protein 9.161375838 L4_control_A1 +LQ09X014010 Putative uncharacterized protein 9.669130531 L4_control_A2 +LQ09X014010 Putative uncharacterized protein 10.92135168 L4_control_A3 +LQ09X014010 Putative uncharacterized protein 5.978547865 L4_control_B1 +LQ09X014010 Putative uncharacterized protein 6.923120619 L4_control_B2 +LQ09X014010 Putative uncharacterized protein 5.679205123 L4_control_B3 +LQ09X014010 Putative uncharacterized protein 5.677411391 L4_control_C2 +LQ09X014010 Putative uncharacterized protein 4.977175272 L4_control_C3 +LQ09X014010 Putative uncharacterized protein 8.862422757 L4_chemical_A1 +LQ09X014010 Putative uncharacterized protein 8.348185996 L4_chemical_A2 +LQ09X014010 Putative uncharacterized protein 10.42775485 L4_chemical_A3 +LQ09X014010 Putative uncharacterized protein 8.391365257 L4_chemical_B1 +LQ09X014010 Putative uncharacterized protein 6.831294879 L4_chemical_B2 +LQ09X014010 Putative uncharacterized protein 8.958355911 L4_chemical_B3 +LQ09X014010 Putative uncharacterized protein 6.261668771 L4_chemical_C2 +LQ09X014010 Putative uncharacterized protein 5.11192383 L4_chemical_C3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.795068553 C6_control_A1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.007132846 C6_control_A3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.870992833 C6_control_B1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.784394146 C6_control_B2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.797877298 C6_control_B3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.349079962 C6_control_C1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.935962741 C6_control_C2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.847710804 C6_control_C3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.845576733 C6_chemical_A1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.056684907 C6_chemical_A3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.038144501 C6_chemical_B1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.908346976 C6_chemical_B2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.170530118 C6_chemical_B3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.39713712 C6_chemical_C1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.18429602 C6_chemical_C2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.039564288 C6_chemical_C3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.003751384 L4_control_A1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.286531204 L4_control_A2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.835011876 L4_control_A3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 6.437765967 L4_control_B1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.805003978 L4_control_B2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.797775251 L4_control_B3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 6.148624546 L4_control_C2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.551729744 L4_control_C3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.052775102 L4_chemical_A1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.922874026 L4_chemical_A2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.274283887 L4_chemical_A3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.160314246 L4_chemical_B1 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.468005814 L4_chemical_B2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.71099247 L4_chemical_B3 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 5.443567543 L4_chemical_C2 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.947413418 L4_chemical_C3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.841085705 C6_control_A1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.107249781 C6_control_A3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.852443675 C6_control_B1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.94545923 C6_control_B2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.865916114 C6_control_B3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.568049694 C6_control_C1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.482538691 C6_control_C2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.834535204 C6_control_C3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.911269675 C6_chemical_A1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.078322872 C6_chemical_A3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.813144691 C6_chemical_B1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.76227979 C6_chemical_B2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.89365164 C6_chemical_B3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.772973598 C6_chemical_C1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.766028384 C6_chemical_C2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.772688322 C6_chemical_C3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.673234 L4_control_A1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.888862366 L4_control_A2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.011466014 L4_control_A3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.328442388 L4_control_B1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.108301948 L4_control_B2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.773357598 L4_control_B3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.117234817 L4_control_C2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.708795345 L4_control_C3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.549700046 L4_chemical_A1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.83901848 L4_chemical_A2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.953533489 L4_chemical_A3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.035477827 L4_chemical_B1 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.963961002 L4_chemical_B2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.840787418 L4_chemical_B3 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.195670613 L4_chemical_C2 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 5.164129672 L4_chemical_C3 +LQ09X014050 Putative uncharacterized protein 11.40634999 C6_control_A1 +LQ09X014050 Putative uncharacterized protein 10.07325296 C6_control_A3 +LQ09X014050 Putative uncharacterized protein 11.61151311 C6_control_B1 +LQ09X014050 Putative uncharacterized protein 12.3347803 C6_control_B2 +LQ09X014050 Putative uncharacterized protein 11.4776466 C6_control_B3 +LQ09X014050 Putative uncharacterized protein 14.08724546 C6_control_C1 +LQ09X014050 Putative uncharacterized protein 13.45973705 C6_control_C2 +LQ09X014050 Putative uncharacterized protein 12.8185341 C6_control_C3 +LQ09X014050 Putative uncharacterized protein 11.04600374 C6_chemical_A1 +LQ09X014050 Putative uncharacterized protein 10.51870247 C6_chemical_A3 +LQ09X014050 Putative uncharacterized protein 11.85519809 C6_chemical_B1 +LQ09X014050 Putative uncharacterized protein 12.43111276 C6_chemical_B2 +LQ09X014050 Putative uncharacterized protein 11.26335514 C6_chemical_B3 +LQ09X014050 Putative uncharacterized protein 13.89299939 C6_chemical_C1 +LQ09X014050 Putative uncharacterized protein 13.47980586 C6_chemical_C2 +LQ09X014050 Putative uncharacterized protein 13.58200736 C6_chemical_C3 +LQ09X014050 Putative uncharacterized protein 10.74059731 L4_control_A1 +LQ09X014050 Putative uncharacterized protein 11.26355207 L4_control_A2 +LQ09X014050 Putative uncharacterized protein 9.541800084 L4_control_A3 +LQ09X014050 Putative uncharacterized protein 11.94574874 L4_control_B1 +LQ09X014050 Putative uncharacterized protein 11.29671627 L4_control_B2 +LQ09X014050 Putative uncharacterized protein 11.11949352 L4_control_B3 +LQ09X014050 Putative uncharacterized protein 12.41865566 L4_control_C2 +LQ09X014050 Putative uncharacterized protein 11.73312206 L4_control_C3 +LQ09X014050 Putative uncharacterized protein 11.65499897 L4_chemical_A1 +LQ09X014050 Putative uncharacterized protein 11.94624982 L4_chemical_A2 +LQ09X014050 Putative uncharacterized protein 10.33884788 L4_chemical_A3 +LQ09X014050 Putative uncharacterized protein 11.83829786 L4_chemical_B1 +LQ09X014050 Putative uncharacterized protein 11.2151863 L4_chemical_B2 +LQ09X014050 Putative uncharacterized protein 10.66720368 L4_chemical_B3 +LQ09X014050 Putative uncharacterized protein 12.25356519 L4_chemical_C2 +LQ09X014050 Putative uncharacterized protein 12.24511344 L4_chemical_C3 +LQ09X014070 Tubulin alpha-2 chain 5.456482548 C6_control_A1 +LQ09X014070 Tubulin alpha-2 chain 5.348656916 C6_control_A3 +LQ09X014070 Tubulin alpha-2 chain 6.394383602 C6_control_B1 +LQ09X014070 Tubulin alpha-2 chain 5.719289362 C6_control_B2 +LQ09X014070 Tubulin alpha-2 chain 5.872735102 C6_control_B3 +LQ09X014070 Tubulin alpha-2 chain 5.774497699 C6_control_C1 +LQ09X014070 Tubulin alpha-2 chain 5.523514927 C6_control_C2 +LQ09X014070 Tubulin alpha-2 chain 5.791055762 C6_control_C3 +LQ09X014070 Tubulin alpha-2 chain 5.508742419 C6_chemical_A1 +LQ09X014070 Tubulin alpha-2 chain 5.997559193 C6_chemical_A3 +LQ09X014070 Tubulin alpha-2 chain 6.520988588 C6_chemical_B1 +LQ09X014070 Tubulin alpha-2 chain 5.841104744 C6_chemical_B2 +LQ09X014070 Tubulin alpha-2 chain 5.39021949 C6_chemical_B3 +LQ09X014070 Tubulin alpha-2 chain 5.673863401 C6_chemical_C1 +LQ09X014070 Tubulin alpha-2 chain 6.038009361 C6_chemical_C2 +LQ09X014070 Tubulin alpha-2 chain 5.681404067 C6_chemical_C3 +LQ09X014070 Tubulin alpha-2 chain 5.680983996 L4_control_A1 +LQ09X014070 Tubulin alpha-2 chain 6.106034931 L4_control_A2 +LQ09X014070 Tubulin alpha-2 chain 6.016637444 L4_control_A3 +LQ09X014070 Tubulin alpha-2 chain 5.208534124 L4_control_B1 +LQ09X014070 Tubulin alpha-2 chain 5.487880197 L4_control_B2 +LQ09X014070 Tubulin alpha-2 chain 5.820885627 L4_control_B3 +LQ09X014070 Tubulin alpha-2 chain 6.002622046 L4_control_C2 +LQ09X014070 Tubulin alpha-2 chain 5.499195137 L4_control_C3 +LQ09X014070 Tubulin alpha-2 chain 5.644718387 L4_chemical_A1 +LQ09X014070 Tubulin alpha-2 chain 5.731112276 L4_chemical_A2 +LQ09X014070 Tubulin alpha-2 chain 5.813761364 L4_chemical_A3 +LQ09X014070 Tubulin alpha-2 chain 5.898580395 L4_chemical_B1 +LQ09X014070 Tubulin alpha-2 chain 5.536856211 L4_chemical_B2 +LQ09X014070 Tubulin alpha-2 chain 5.63078298 L4_chemical_B3 +LQ09X014070 Tubulin alpha-2 chain 5.260831144 L4_chemical_C2 +LQ09X014070 Tubulin alpha-2 chain 5.911389521 L4_chemical_C3 +LQ09X014080 Putative F-box protein SKIP22 5.160418168 C6_control_A1 +LQ09X014080 Putative F-box protein SKIP22 5.492793969 C6_control_A3 +LQ09X014080 Putative F-box protein SKIP22 5.292534036 C6_control_B1 +LQ09X014080 Putative F-box protein SKIP22 5.08264854 C6_control_B2 +LQ09X014080 Putative F-box protein SKIP22 4.996571592 C6_control_B3 +LQ09X014080 Putative F-box protein SKIP22 5.789697871 C6_control_C1 +LQ09X014080 Putative F-box protein SKIP22 5.877413417 C6_control_C2 +LQ09X014080 Putative F-box protein SKIP22 5.506774423 C6_control_C3 +LQ09X014080 Putative F-box protein SKIP22 5.431482074 C6_chemical_A1 +LQ09X014080 Putative F-box protein SKIP22 5.220278034 C6_chemical_A3 +LQ09X014080 Putative F-box protein SKIP22 5.175565559 C6_chemical_B1 +LQ09X014080 Putative F-box protein SKIP22 5.169738053 C6_chemical_B2 +LQ09X014080 Putative F-box protein SKIP22 5.678509152 C6_chemical_B3 +LQ09X014080 Putative F-box protein SKIP22 7.097553695 C6_chemical_C1 +LQ09X014080 Putative F-box protein SKIP22 5.856179515 C6_chemical_C2 +LQ09X014080 Putative F-box protein SKIP22 6.928098879 C6_chemical_C3 +LQ09X014080 Putative F-box protein SKIP22 5.174021683 L4_control_A1 +LQ09X014080 Putative F-box protein SKIP22 5.043835941 L4_control_A2 +LQ09X014080 Putative F-box protein SKIP22 5.263017865 L4_control_A3 +LQ09X014080 Putative F-box protein SKIP22 5.349622658 L4_control_B1 +LQ09X014080 Putative F-box protein SKIP22 5.350167641 L4_control_B2 +LQ09X014080 Putative F-box protein SKIP22 5.481947206 L4_control_B3 +LQ09X014080 Putative F-box protein SKIP22 5.924911502 L4_control_C2 +LQ09X014080 Putative F-box protein SKIP22 5.667905761 L4_control_C3 +LQ09X014080 Putative F-box protein SKIP22 5.308472018 L4_chemical_A1 +LQ09X014080 Putative F-box protein SKIP22 5.474899601 L4_chemical_A2 +LQ09X014080 Putative F-box protein SKIP22 5.634125572 L4_chemical_A3 +LQ09X014080 Putative F-box protein SKIP22 5.432338944 L4_chemical_B1 +LQ09X014080 Putative F-box protein SKIP22 5.17414481 L4_chemical_B2 +LQ09X014080 Putative F-box protein SKIP22 5.067419137 L4_chemical_B3 +LQ09X014080 Putative F-box protein SKIP22 5.400852844 L4_chemical_C2 +LQ09X014080 Putative F-box protein SKIP22 5.679316476 L4_chemical_C3 +LQ09X014100 Protein binding protein, putative 9.019664422 C6_control_A1 +LQ09X014100 Protein binding protein, putative 9.064474455 C6_control_A3 +LQ09X014100 Protein binding protein, putative 9.592203189 C6_control_B1 +LQ09X014100 Protein binding protein, putative 9.064002067 C6_control_B2 +LQ09X014100 Protein binding protein, putative 9.305712642 C6_control_B3 +LQ09X014100 Protein binding protein, putative 8.84400416 C6_control_C1 +LQ09X014100 Protein binding protein, putative 9.240860054 C6_control_C2 +LQ09X014100 Protein binding protein, putative 8.639007321 C6_control_C3 +LQ09X014100 Protein binding protein, putative 9.726591123 C6_chemical_A1 +LQ09X014100 Protein binding protein, putative 9.10867891 C6_chemical_A3 +LQ09X014100 Protein binding protein, putative 10.21107446 C6_chemical_B1 +LQ09X014100 Protein binding protein, putative 9.687468204 C6_chemical_B2 +LQ09X014100 Protein binding protein, putative 9.853470944 C6_chemical_B3 +LQ09X014100 Protein binding protein, putative 9.847183959 C6_chemical_C1 +LQ09X014100 Protein binding protein, putative 9.556385603 C6_chemical_C2 +LQ09X014100 Protein binding protein, putative 9.648797683 C6_chemical_C3 +LQ09X014100 Protein binding protein, putative 8.780368327 L4_control_A1 +LQ09X014100 Protein binding protein, putative 9.068494494 L4_control_A2 +LQ09X014100 Protein binding protein, putative 8.133147658 L4_control_A3 +LQ09X014100 Protein binding protein, putative 9.023582571 L4_control_B1 +LQ09X014100 Protein binding protein, putative 9.208888174 L4_control_B2 +LQ09X014100 Protein binding protein, putative 9.545125836 L4_control_B3 +LQ09X014100 Protein binding protein, putative 9.322077376 L4_control_C2 +LQ09X014100 Protein binding protein, putative 8.859865709 L4_control_C3 +LQ09X014100 Protein binding protein, putative 9.079207837 L4_chemical_A1 +LQ09X014100 Protein binding protein, putative 9.270652829 L4_chemical_A2 +LQ09X014100 Protein binding protein, putative 8.69486089 L4_chemical_A3 +LQ09X014100 Protein binding protein, putative 9.042174728 L4_chemical_B1 +LQ09X014100 Protein binding protein, putative 9.291652216 L4_chemical_B2 +LQ09X014100 Protein binding protein, putative 9.323714479 L4_chemical_B3 +LQ09X014100 Protein binding protein, putative 8.811174048 L4_chemical_C2 +LQ09X014100 Protein binding protein, putative 9.262906436 L4_chemical_C3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.198120454 C6_control_A1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.248407922 C6_control_A3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.722741554 C6_control_B1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.15610522 C6_control_B2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.861583515 C6_control_B3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.173876053 C6_control_C1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.49730196 C6_control_C2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.252101961 C6_control_C3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.02292535 C6_chemical_A1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.213245008 C6_chemical_A3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.802980595 C6_chemical_B1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.539018131 C6_chemical_B2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.005316942 C6_chemical_B3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.896199226 C6_chemical_C1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.198126544 C6_chemical_C2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.719523607 C6_chemical_C3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.270887141 L4_control_A1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.98341703 L4_control_A2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.115843183 L4_control_A3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.3457963 L4_control_B1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.193932176 L4_control_B2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.012791837 L4_control_B3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.106255277 L4_control_C2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.366811458 L4_control_C3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.178113185 L4_chemical_A1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.825317608 L4_chemical_A2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.373080961 L4_chemical_A3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.743112724 L4_chemical_B1 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.796376675 L4_chemical_B2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 5.892907524 L4_chemical_B3 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.025475436 L4_chemical_C2 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.314399561 L4_chemical_C3 +LQ09X014190 Putative uncharacterized protein 13.2621002 C6_control_A1 +LQ09X014190 Putative uncharacterized protein 12.94344739 C6_control_A3 +LQ09X014190 Putative uncharacterized protein 13.63046788 C6_control_B1 +LQ09X014190 Putative uncharacterized protein 14.37693391 C6_control_B2 +LQ09X014190 Putative uncharacterized protein 13.66880104 C6_control_B3 +LQ09X014190 Putative uncharacterized protein 14.27589866 C6_control_C1 +LQ09X014190 Putative uncharacterized protein 14.31239447 C6_control_C2 +LQ09X014190 Putative uncharacterized protein 14.25661057 C6_control_C3 +LQ09X014190 Putative uncharacterized protein 12.94453089 C6_chemical_A1 +LQ09X014190 Putative uncharacterized protein 12.76170099 C6_chemical_A3 +LQ09X014190 Putative uncharacterized protein 13.79625725 C6_chemical_B1 +LQ09X014190 Putative uncharacterized protein 14.51093891 C6_chemical_B2 +LQ09X014190 Putative uncharacterized protein 13.37419008 C6_chemical_B3 +LQ09X014190 Putative uncharacterized protein 14.07989759 C6_chemical_C1 +LQ09X014190 Putative uncharacterized protein 14.59458239 C6_chemical_C2 +LQ09X014190 Putative uncharacterized protein 13.94694576 C6_chemical_C3 +LQ09X014190 Putative uncharacterized protein 12.31402618 L4_control_A1 +LQ09X014190 Putative uncharacterized protein 13.17447434 L4_control_A2 +LQ09X014190 Putative uncharacterized protein 12.13456153 L4_control_A3 +LQ09X014190 Putative uncharacterized protein 13.37346801 L4_control_B1 +LQ09X014190 Putative uncharacterized protein 12.52843419 L4_control_B2 +LQ09X014190 Putative uncharacterized protein 13.40769219 L4_control_B3 +LQ09X014190 Putative uncharacterized protein 13.38171114 L4_control_C2 +LQ09X014190 Putative uncharacterized protein 13.22550944 L4_control_C3 +LQ09X014190 Putative uncharacterized protein 12.5472117 L4_chemical_A1 +LQ09X014190 Putative uncharacterized protein 13.24550793 L4_chemical_A2 +LQ09X014190 Putative uncharacterized protein 11.7675298 L4_chemical_A3 +LQ09X014190 Putative uncharacterized protein 13.13167446 L4_chemical_B1 +LQ09X014190 Putative uncharacterized protein 13.09193759 L4_chemical_B2 +LQ09X014190 Putative uncharacterized protein 12.90939138 L4_chemical_B3 +LQ09X014190 Putative uncharacterized protein 13.50758595 L4_chemical_C2 +LQ09X014190 Putative uncharacterized protein 13.59485064 L4_chemical_C3 +LQ09X014200 Predicted protein 7.873727938 C6_control_A1 +LQ09X014200 Predicted protein 7.054509624 C6_control_A3 +LQ09X014200 Predicted protein 7.189538137 C6_control_B1 +LQ09X014200 Predicted protein 8.040253503 C6_control_B2 +LQ09X014200 Predicted protein 6.224577604 C6_control_B3 +LQ09X014200 Predicted protein 5.147431583 C6_control_C1 +LQ09X014200 Predicted protein 5.428222308 C6_control_C2 +LQ09X014200 Predicted protein 5.663301949 C6_control_C3 +LQ09X014200 Predicted protein 7.289279113 C6_chemical_A1 +LQ09X014200 Predicted protein 7.124455617 C6_chemical_A3 +LQ09X014200 Predicted protein 6.302234003 C6_chemical_B1 +LQ09X014200 Predicted protein 8.066299014 C6_chemical_B2 +LQ09X014200 Predicted protein 7.448267444 C6_chemical_B3 +LQ09X014200 Predicted protein 5.492003728 C6_chemical_C1 +LQ09X014200 Predicted protein 5.699965899 C6_chemical_C2 +LQ09X014200 Predicted protein 5.148714637 C6_chemical_C3 +LQ09X014200 Predicted protein 8.371094234 L4_control_A1 +LQ09X014200 Predicted protein 7.058562551 L4_control_A2 +LQ09X014200 Predicted protein 6.948691944 L4_control_A3 +LQ09X014200 Predicted protein 5.360768046 L4_control_B1 +LQ09X014200 Predicted protein 6.233567746 L4_control_B2 +LQ09X014200 Predicted protein 7.359907642 L4_control_B3 +LQ09X014200 Predicted protein 5.202924837 L4_control_C2 +LQ09X014200 Predicted protein 6.053733799 L4_control_C3 +LQ09X014200 Predicted protein 7.33265947 L4_chemical_A1 +LQ09X014200 Predicted protein 6.511714597 L4_chemical_A2 +LQ09X014200 Predicted protein 6.510016222 L4_chemical_A3 +LQ09X014200 Predicted protein 6.245187779 L4_chemical_B1 +LQ09X014200 Predicted protein 6.649584553 L4_chemical_B2 +LQ09X014200 Predicted protein 7.295028159 L4_chemical_B3 +LQ09X014200 Predicted protein 5.352621523 L4_chemical_C2 +LQ09X014200 Predicted protein 5.209470732 L4_chemical_C3 +LQ09X014210 Hypothetical protein 5.065363946 C6_control_A1 +LQ09X014210 Hypothetical protein 4.999957193 C6_control_A3 +LQ09X014210 Hypothetical protein 5.260722354 C6_control_B1 +LQ09X014210 Hypothetical protein 4.680089709 C6_control_B2 +LQ09X014210 Hypothetical protein 4.791588464 C6_control_B3 +LQ09X014210 Hypothetical protein 5.115473425 C6_control_C1 +LQ09X014210 Hypothetical protein 4.74273854 C6_control_C2 +LQ09X014210 Hypothetical protein 4.836634574 C6_control_C3 +LQ09X014210 Hypothetical protein 5.00332682 C6_chemical_A1 +LQ09X014210 Hypothetical protein 4.772856612 C6_chemical_A3 +LQ09X014210 Hypothetical protein 4.959905315 C6_chemical_B1 +LQ09X014210 Hypothetical protein 5.043529911 C6_chemical_B2 +LQ09X014210 Hypothetical protein 4.984125167 C6_chemical_B3 +LQ09X014210 Hypothetical protein 5.002187008 C6_chemical_C1 +LQ09X014210 Hypothetical protein 5.12276949 C6_chemical_C2 +LQ09X014210 Hypothetical protein 4.838928998 C6_chemical_C3 +LQ09X014210 Hypothetical protein 5.319676757 L4_control_A1 +LQ09X014210 Hypothetical protein 5.503145688 L4_control_A2 +LQ09X014210 Hypothetical protein 5.417075271 L4_control_A3 +LQ09X014210 Hypothetical protein 5.064710982 L4_control_B1 +LQ09X014210 Hypothetical protein 5.089773621 L4_control_B2 +LQ09X014210 Hypothetical protein 4.892222659 L4_control_B3 +LQ09X014210 Hypothetical protein 5.455870139 L4_control_C2 +LQ09X014210 Hypothetical protein 5.695194426 L4_control_C3 +LQ09X014210 Hypothetical protein 5.40937024 L4_chemical_A1 +LQ09X014210 Hypothetical protein 5.086263044 L4_chemical_A2 +LQ09X014210 Hypothetical protein 5.554952806 L4_chemical_A3 +LQ09X014210 Hypothetical protein 5.022823019 L4_chemical_B1 +LQ09X014210 Hypothetical protein 5.333030726 L4_chemical_B2 +LQ09X014210 Hypothetical protein 4.690647402 L4_chemical_B3 +LQ09X014210 Hypothetical protein 5.106551455 L4_chemical_C2 +LQ09X014210 Hypothetical protein 5.511174137 L4_chemical_C3 +LQ09X014220 Putative Cyclin-D1-1 11.23854101 C6_control_A1 +LQ09X014220 Putative Cyclin-D1-1 11.17902977 C6_control_A3 +LQ09X014220 Putative Cyclin-D1-1 10.29739554 C6_control_B1 +LQ09X014220 Putative Cyclin-D1-1 8.496319642 C6_control_B2 +LQ09X014220 Putative Cyclin-D1-1 9.345332588 C6_control_B3 +LQ09X014220 Putative Cyclin-D1-1 6.281232084 C6_control_C1 +LQ09X014220 Putative Cyclin-D1-1 5.738707284 C6_control_C2 +LQ09X014220 Putative Cyclin-D1-1 5.880827415 C6_control_C3 +LQ09X014220 Putative Cyclin-D1-1 11.13780182 C6_chemical_A1 +LQ09X014220 Putative Cyclin-D1-1 11.30110456 C6_chemical_A3 +LQ09X014220 Putative Cyclin-D1-1 9.966912475 C6_chemical_B1 +LQ09X014220 Putative Cyclin-D1-1 8.254841522 C6_chemical_B2 +LQ09X014220 Putative Cyclin-D1-1 9.409440346 C6_chemical_B3 +LQ09X014220 Putative Cyclin-D1-1 5.681167106 C6_chemical_C1 +LQ09X014220 Putative Cyclin-D1-1 6.110295453 C6_chemical_C2 +LQ09X014220 Putative Cyclin-D1-1 5.667739874 C6_chemical_C3 +LQ09X014220 Putative Cyclin-D1-1 11.39280323 L4_control_A1 +LQ09X014220 Putative Cyclin-D1-1 11.17472508 L4_control_A2 +LQ09X014220 Putative Cyclin-D1-1 10.42825318 L4_control_A3 +LQ09X014220 Putative Cyclin-D1-1 9.07597778 L4_control_B1 +LQ09X014220 Putative Cyclin-D1-1 10.30827178 L4_control_B2 +LQ09X014220 Putative Cyclin-D1-1 7.565886711 L4_control_B3 +LQ09X014220 Putative Cyclin-D1-1 5.686779548 L4_control_C2 +LQ09X014220 Putative Cyclin-D1-1 5.813124086 L4_control_C3 +LQ09X014220 Putative Cyclin-D1-1 10.47492144 L4_chemical_A1 +LQ09X014220 Putative Cyclin-D1-1 10.60073217 L4_chemical_A2 +LQ09X014220 Putative Cyclin-D1-1 10.50372214 L4_chemical_A3 +LQ09X014220 Putative Cyclin-D1-1 9.954899788 L4_chemical_B1 +LQ09X014220 Putative Cyclin-D1-1 11.00083497 L4_chemical_B2 +LQ09X014220 Putative Cyclin-D1-1 10.21940004 L4_chemical_B3 +LQ09X014220 Putative Cyclin-D1-1 5.512259506 L4_chemical_C2 +LQ09X014220 Putative Cyclin-D1-1 5.745360024 L4_chemical_C3 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.690913693 C6_control_A1 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.288035541 C6_control_A3 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.8226623 C6_control_B1 +LQ09X014230 Nucleobase-ascorbate transporter 4 11.34236717 C6_control_B2 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.6656369 C6_control_B3 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.6822531 C6_control_C1 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.85854663 C6_control_C2 +LQ09X014230 Nucleobase-ascorbate transporter 4 11.6416713 C6_control_C3 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.901609313 C6_chemical_A1 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.629698521 C6_chemical_A3 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.652760502 C6_chemical_B1 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.66126405 C6_chemical_B2 +LQ09X014230 Nucleobase-ascorbate transporter 4 11.14553169 C6_chemical_B3 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.988962172 C6_chemical_C1 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.50225978 C6_chemical_C2 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.975875357 C6_chemical_C3 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.41106765 L4_control_A1 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.06484207 L4_control_A2 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.281312137 L4_control_A3 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.36854575 L4_control_B1 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.771575808 L4_control_B2 +LQ09X014230 Nucleobase-ascorbate transporter 4 12.04790301 L4_control_B3 +LQ09X014230 Nucleobase-ascorbate transporter 4 8.453883784 L4_control_C2 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.5945112 L4_control_C3 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.44875591 L4_chemical_A1 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.939486271 L4_chemical_A2 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.989103033 L4_chemical_A3 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.13344641 L4_chemical_B1 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.517819167 L4_chemical_B2 +LQ09X014230 Nucleobase-ascorbate transporter 4 10.40999349 L4_chemical_B3 +LQ09X014230 Nucleobase-ascorbate transporter 4 8.349625474 L4_chemical_C2 +LQ09X014230 Nucleobase-ascorbate transporter 4 11.08805051 L4_chemical_C3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.529551724 C6_control_A1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.211974698 C6_control_A3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.264574817 C6_control_B1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.518388485 C6_control_B2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 6.089513224 C6_control_B3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.52315755 C6_control_C1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.206376456 C6_control_C2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.747089162 C6_control_C3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.284996638 C6_chemical_A1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.597459872 C6_chemical_A3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.674593314 C6_chemical_B1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.355148085 C6_chemical_B2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 6.779640602 C6_chemical_B3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.262409402 C6_chemical_C1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.705782654 C6_chemical_C2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.785911754 C6_chemical_C3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.516391025 L4_control_A1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.893969829 L4_control_A2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.193125072 L4_control_A3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.565383501 L4_control_B1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.968811477 L4_control_B2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.676965116 L4_control_B3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 4.945744305 L4_control_C2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 4.890004074 L4_control_C3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 4.993145281 L4_chemical_A1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.710186761 L4_chemical_A2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.356865451 L4_chemical_A3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.747807079 L4_chemical_B1 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 6.013443064 L4_chemical_B2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.447938177 L4_chemical_B3 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.542766843 L4_chemical_C2 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 4.846445859 L4_chemical_C3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 8.245281857 C6_control_A1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 8.516782717 C6_control_A3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.673044324 C6_control_B1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.176654788 C6_control_B2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.455229521 C6_control_B3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 7.582642621 C6_control_C1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.157260645 C6_control_C2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 7.543159507 C6_control_C3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 7.613500621 C6_chemical_A1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 8.49260652 C6_chemical_A3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 5.837514088 C6_chemical_B1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 5.908572033 C6_chemical_B2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 5.690585491 C6_chemical_B3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 7.391514903 C6_chemical_C1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.520391419 C6_chemical_C2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 7.577866922 C6_chemical_C3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 8.86180889 L4_control_A1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 8.055531707 L4_control_A2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 9.261269401 L4_control_A3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 5.583742375 L4_control_B1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.669569253 L4_control_B2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.115444221 L4_control_B3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.188168915 L4_control_C2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 5.676456338 L4_control_C3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 9.632749045 L4_chemical_A1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 8.511664667 L4_chemical_A2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 9.788158866 L4_chemical_A3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 8.112015148 L4_chemical_B1 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 7.640416202 L4_chemical_B2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.252439663 L4_chemical_B3 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 6.375887621 L4_chemical_C2 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 5.60586639 L4_chemical_C3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.613552854 C6_control_A1 +LQ09X014300 Putative GDP-L-fucose synthase 2 6.774958835 C6_control_A3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.777336661 C6_control_B1 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.411254346 C6_control_B2 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.534641521 C6_control_B3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.348848797 C6_control_C1 +LQ09X014300 Putative GDP-L-fucose synthase 2 6.416289243 C6_control_C2 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.140526681 C6_control_C3 +LQ09X014300 Putative GDP-L-fucose synthase 2 4.975045053 C6_chemical_A1 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.163217215 C6_chemical_A3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.87276349 C6_chemical_B1 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.317667506 C6_chemical_B2 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.020847689 C6_chemical_B3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.09162245 C6_chemical_C1 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.22913929 C6_chemical_C2 +LQ09X014300 Putative GDP-L-fucose synthase 2 4.917865183 C6_chemical_C3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.338417032 L4_control_A1 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.555388428 L4_control_A2 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.330354902 L4_control_A3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.244769328 L4_control_B1 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.221102664 L4_control_B2 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.184058379 L4_control_B3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.20773824 L4_control_C2 +LQ09X014300 Putative GDP-L-fucose synthase 2 6.061068596 L4_control_C3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.362341574 L4_chemical_A1 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.166296681 L4_chemical_A2 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.038161803 L4_chemical_A3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.191304443 L4_chemical_B1 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.258597619 L4_chemical_B2 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.184037729 L4_chemical_B3 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.014236724 L4_chemical_C2 +LQ09X014300 Putative GDP-L-fucose synthase 2 5.054181595 L4_chemical_C3 +LQ09X014310 Hypothetical protein 11.66449149 C6_control_A1 +LQ09X014310 Hypothetical protein 12.54618466 C6_control_A3 +LQ09X014310 Hypothetical protein 10.68477529 C6_control_B1 +LQ09X014310 Hypothetical protein 10.00059382 C6_control_B2 +LQ09X014310 Hypothetical protein 9.763133074 C6_control_B3 +LQ09X014310 Hypothetical protein 11.650505 C6_control_C1 +LQ09X014310 Hypothetical protein 10.88132884 C6_control_C2 +LQ09X014310 Hypothetical protein 10.69999533 C6_control_C3 +LQ09X014310 Hypothetical protein 11.74079982 C6_chemical_A1 +LQ09X014310 Hypothetical protein 12.15910584 C6_chemical_A3 +LQ09X014310 Hypothetical protein 10.49566447 C6_chemical_B1 +LQ09X014310 Hypothetical protein 9.742815787 C6_chemical_B2 +LQ09X014310 Hypothetical protein 10.07491887 C6_chemical_B3 +LQ09X014310 Hypothetical protein 11.61678164 C6_chemical_C1 +LQ09X014310 Hypothetical protein 11.34644833 C6_chemical_C2 +LQ09X014310 Hypothetical protein 10.80764766 C6_chemical_C3 +LQ09X014310 Hypothetical protein 11.95484284 L4_control_A1 +LQ09X014310 Hypothetical protein 11.4371673 L4_control_A2 +LQ09X014310 Hypothetical protein 11.59065583 L4_control_A3 +LQ09X014310 Hypothetical protein 10.51531194 L4_control_B1 +LQ09X014310 Hypothetical protein 10.23345867 L4_control_B2 +LQ09X014310 Hypothetical protein 9.874318272 L4_control_B3 +LQ09X014310 Hypothetical protein 11.62131552 L4_control_C2 +LQ09X014310 Hypothetical protein 10.43879074 L4_control_C3 +LQ09X014310 Hypothetical protein 12.00439556 L4_chemical_A1 +LQ09X014310 Hypothetical protein 11.38805898 L4_chemical_A2 +LQ09X014310 Hypothetical protein 11.63620311 L4_chemical_A3 +LQ09X014310 Hypothetical protein 11.04975403 L4_chemical_B1 +LQ09X014310 Hypothetical protein 10.58393053 L4_chemical_B2 +LQ09X014310 Hypothetical protein 10.18854907 L4_chemical_B3 +LQ09X014310 Hypothetical protein 11.52521873 L4_chemical_C2 +LQ09X014310 Hypothetical protein 10.9623384 L4_chemical_C3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.47447864 C6_control_A1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.23560721 C6_control_A3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.6780993 C6_control_B1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.03076224 C6_control_B2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.61408584 C6_control_B3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.90746099 C6_control_C1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.89209384 C6_control_C2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.75830131 C6_control_C3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.38853585 C6_chemical_A1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 11.54180048 C6_chemical_A3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.96598406 C6_chemical_B1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.50761897 C6_chemical_B2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.65125765 C6_chemical_B3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 14.02190143 C6_chemical_C1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 14.31898807 C6_chemical_C2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.94517733 C6_chemical_C3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 10.82996783 L4_control_A1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.46773639 L4_control_A2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.08154966 L4_control_A3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.63474038 L4_control_B1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.11969616 L4_control_B2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.87187714 L4_control_B3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.033627 L4_control_C2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.93381993 L4_control_C3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 10.84932251 L4_chemical_A1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.18068888 L4_chemical_A2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 11.42156629 L4_chemical_A3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.23565439 L4_chemical_B1 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.04133512 L4_chemical_B2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.0700028 L4_chemical_B3 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.50166752 L4_chemical_C2 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 13.62156928 L4_chemical_C3 +LQ09X014410 At4g30840 5.386166239 C6_control_A1 +LQ09X014410 At4g30840 5.531646608 C6_control_A3 +LQ09X014410 At4g30840 5.400734542 C6_control_B1 +LQ09X014410 At4g30840 5.361533892 C6_control_B2 +LQ09X014410 At4g30840 5.314641584 C6_control_B3 +LQ09X014410 At4g30840 5.187376607 C6_control_C1 +LQ09X014410 At4g30840 5.592583302 C6_control_C2 +LQ09X014410 At4g30840 5.052884594 C6_control_C3 +LQ09X014410 At4g30840 4.988906001 C6_chemical_A1 +LQ09X014410 At4g30840 5.123316238 C6_chemical_A3 +LQ09X014410 At4g30840 4.815926705 C6_chemical_B1 +LQ09X014410 At4g30840 5.289486888 C6_chemical_B2 +LQ09X014410 At4g30840 5.083835748 C6_chemical_B3 +LQ09X014410 At4g30840 5.232196696 C6_chemical_C1 +LQ09X014410 At4g30840 5.089317151 C6_chemical_C2 +LQ09X014410 At4g30840 4.994290901 C6_chemical_C3 +LQ09X014410 At4g30840 5.031585651 L4_control_A1 +LQ09X014410 At4g30840 5.15078817 L4_control_A2 +LQ09X014410 At4g30840 5.589821095 L4_control_A3 +LQ09X014410 At4g30840 5.307334121 L4_control_B1 +LQ09X014410 At4g30840 5.543600851 L4_control_B2 +LQ09X014410 At4g30840 5.036970166 L4_control_B3 +LQ09X014410 At4g30840 5.466181817 L4_control_C2 +LQ09X014410 At4g30840 5.262112204 L4_control_C3 +LQ09X014410 At4g30840 5.292115497 L4_chemical_A1 +LQ09X014410 At4g30840 4.929338084 L4_chemical_A2 +LQ09X014410 At4g30840 5.137344169 L4_chemical_A3 +LQ09X014410 At4g30840 5.319722628 L4_chemical_B1 +LQ09X014410 At4g30840 5.682490118 L4_chemical_B2 +LQ09X014410 At4g30840 5.21833107 L4_chemical_B3 +LQ09X014410 At4g30840 4.98538976 L4_chemical_C2 +LQ09X014410 At4g30840 4.910411035 L4_chemical_C3 +LQ09X014430 Putative uncharacterized protein 11.95741136 C6_control_A1 +LQ09X014430 Putative uncharacterized protein 12.36382615 C6_control_A3 +LQ09X014430 Putative uncharacterized protein 12.27878354 C6_control_B1 +LQ09X014430 Putative uncharacterized protein 12.02399647 C6_control_B2 +LQ09X014430 Putative uncharacterized protein 12.54353944 C6_control_B3 +LQ09X014430 Putative uncharacterized protein 12.07621684 C6_control_C1 +LQ09X014430 Putative uncharacterized protein 12.38292566 C6_control_C2 +LQ09X014430 Putative uncharacterized protein 12.93144039 C6_control_C3 +LQ09X014430 Putative uncharacterized protein 12.00999003 C6_chemical_A1 +LQ09X014430 Putative uncharacterized protein 12.60893739 C6_chemical_A3 +LQ09X014430 Putative uncharacterized protein 12.4476777 C6_chemical_B1 +LQ09X014430 Putative uncharacterized protein 12.30721315 C6_chemical_B2 +LQ09X014430 Putative uncharacterized protein 12.83430115 C6_chemical_B3 +LQ09X014430 Putative uncharacterized protein 12.22821524 C6_chemical_C1 +LQ09X014430 Putative uncharacterized protein 12.4310874 C6_chemical_C2 +LQ09X014430 Putative uncharacterized protein 12.9989816 C6_chemical_C3 +LQ09X014430 Putative uncharacterized protein 12.05414354 L4_control_A1 +LQ09X014430 Putative uncharacterized protein 12.96987342 L4_control_A2 +LQ09X014430 Putative uncharacterized protein 12.13101954 L4_control_A3 +LQ09X014430 Putative uncharacterized protein 12.74037938 L4_control_B1 +LQ09X014430 Putative uncharacterized protein 12.94288931 L4_control_B2 +LQ09X014430 Putative uncharacterized protein 13.13733288 L4_control_B3 +LQ09X014430 Putative uncharacterized protein 12.51232213 L4_control_C2 +LQ09X014430 Putative uncharacterized protein 13.10871574 L4_control_C3 +LQ09X014430 Putative uncharacterized protein 12.78400986 L4_chemical_A1 +LQ09X014430 Putative uncharacterized protein 13.15976708 L4_chemical_A2 +LQ09X014430 Putative uncharacterized protein 12.28250581 L4_chemical_A3 +LQ09X014430 Putative uncharacterized protein 13.03807676 L4_chemical_B1 +LQ09X014430 Putative uncharacterized protein 12.85293572 L4_chemical_B2 +LQ09X014430 Putative uncharacterized protein 13.22364265 L4_chemical_B3 +LQ09X014430 Putative uncharacterized protein 12.57031973 L4_chemical_C2 +LQ09X014430 Putative uncharacterized protein 12.97945767 L4_chemical_C3 +LQ09X014460 Lipid binding protein, putative 4.791785226 C6_control_A1 +LQ09X014460 Lipid binding protein, putative 4.784172491 C6_control_A3 +LQ09X014460 Lipid binding protein, putative 4.703890652 C6_control_B1 +LQ09X014460 Lipid binding protein, putative 4.714787665 C6_control_B2 +LQ09X014460 Lipid binding protein, putative 4.630406423 C6_control_B3 +LQ09X014460 Lipid binding protein, putative 4.476951445 C6_control_C1 +LQ09X014460 Lipid binding protein, putative 4.607764966 C6_control_C2 +LQ09X014460 Lipid binding protein, putative 4.596563255 C6_control_C3 +LQ09X014460 Lipid binding protein, putative 4.869728633 C6_chemical_A1 +LQ09X014460 Lipid binding protein, putative 4.848747797 C6_chemical_A3 +LQ09X014460 Lipid binding protein, putative 4.988109507 C6_chemical_B1 +LQ09X014460 Lipid binding protein, putative 4.649873667 C6_chemical_B2 +LQ09X014460 Lipid binding protein, putative 4.712479437 C6_chemical_B3 +LQ09X014460 Lipid binding protein, putative 4.650112983 C6_chemical_C1 +LQ09X014460 Lipid binding protein, putative 4.677456244 C6_chemical_C2 +LQ09X014460 Lipid binding protein, putative 4.76271733 C6_chemical_C3 +LQ09X014460 Lipid binding protein, putative 5.161859143 L4_control_A1 +LQ09X014460 Lipid binding protein, putative 5.326215727 L4_control_A2 +LQ09X014460 Lipid binding protein, putative 4.91787262 L4_control_A3 +LQ09X014460 Lipid binding protein, putative 4.968469414 L4_control_B1 +LQ09X014460 Lipid binding protein, putative 4.98764011 L4_control_B2 +LQ09X014460 Lipid binding protein, putative 4.915129627 L4_control_B3 +LQ09X014460 Lipid binding protein, putative 4.954925606 L4_control_C2 +LQ09X014460 Lipid binding protein, putative 4.567374841 L4_control_C3 +LQ09X014460 Lipid binding protein, putative 5.34574759 L4_chemical_A1 +LQ09X014460 Lipid binding protein, putative 5.224351474 L4_chemical_A2 +LQ09X014460 Lipid binding protein, putative 4.76344159 L4_chemical_A3 +LQ09X014460 Lipid binding protein, putative 4.734441622 L4_chemical_B1 +LQ09X014460 Lipid binding protein, putative 4.798494986 L4_chemical_B2 +LQ09X014460 Lipid binding protein, putative 5.39134559 L4_chemical_B3 +LQ09X014460 Lipid binding protein, putative 5.845755642 L4_chemical_C2 +LQ09X014460 Lipid binding protein, putative 4.969162874 L4_chemical_C3 +LQ09X014470 Putative uncharacterized protein 5.381368253 C6_control_A1 +LQ09X014470 Putative uncharacterized protein 5.229638236 C6_control_A3 +LQ09X014470 Putative uncharacterized protein 5.625348042 C6_control_B1 +LQ09X014470 Putative uncharacterized protein 5.270508341 C6_control_B2 +LQ09X014470 Putative uncharacterized protein 5.512279945 C6_control_B3 +LQ09X014470 Putative uncharacterized protein 5.576148053 C6_control_C1 +LQ09X014470 Putative uncharacterized protein 5.556857869 C6_control_C2 +LQ09X014470 Putative uncharacterized protein 5.965901908 C6_control_C3 +LQ09X014470 Putative uncharacterized protein 5.340855029 C6_chemical_A1 +LQ09X014470 Putative uncharacterized protein 4.916144567 C6_chemical_A3 +LQ09X014470 Putative uncharacterized protein 5.255652336 C6_chemical_B1 +LQ09X014470 Putative uncharacterized protein 5.152258655 C6_chemical_B2 +LQ09X014470 Putative uncharacterized protein 5.553702534 C6_chemical_B3 +LQ09X014470 Putative uncharacterized protein 5.887156289 C6_chemical_C1 +LQ09X014470 Putative uncharacterized protein 5.504024747 C6_chemical_C2 +LQ09X014470 Putative uncharacterized protein 6.048878568 C6_chemical_C3 +LQ09X014470 Putative uncharacterized protein 5.178684578 L4_control_A1 +LQ09X014470 Putative uncharacterized protein 5.132957284 L4_control_A2 +LQ09X014470 Putative uncharacterized protein 5.134473721 L4_control_A3 +LQ09X014470 Putative uncharacterized protein 5.033606739 L4_control_B1 +LQ09X014470 Putative uncharacterized protein 5.067343674 L4_control_B2 +LQ09X014470 Putative uncharacterized protein 5.072823397 L4_control_B3 +LQ09X014470 Putative uncharacterized protein 5.534111012 L4_control_C2 +LQ09X014470 Putative uncharacterized protein 4.744792231 L4_control_C3 +LQ09X014470 Putative uncharacterized protein 5.248192247 L4_chemical_A1 +LQ09X014470 Putative uncharacterized protein 4.894389263 L4_chemical_A2 +LQ09X014470 Putative uncharacterized protein 5.062678997 L4_chemical_A3 +LQ09X014470 Putative uncharacterized protein 5.072647459 L4_chemical_B1 +LQ09X014470 Putative uncharacterized protein 5.651210401 L4_chemical_B2 +LQ09X014470 Putative uncharacterized protein 5.076802232 L4_chemical_B3 +LQ09X014470 Putative uncharacterized protein 4.930869613 L4_chemical_C2 +LQ09X014470 Putative uncharacterized protein 5.273066858 L4_chemical_C3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.26804294 C6_control_A1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 13.45677978 C6_control_A3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.03263613 C6_control_B1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.3935749 C6_control_B2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.01821189 C6_control_B3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.14931771 C6_control_C1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.29874682 C6_control_C2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.93938141 C6_control_C3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.16767958 C6_chemical_A1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 13.69374753 C6_chemical_A3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.95846139 C6_chemical_B1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.21467933 C6_chemical_B2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.06630254 C6_chemical_B3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.95542001 C6_chemical_C1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.25576916 C6_chemical_C2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.40235578 C6_chemical_C3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.10817906 L4_control_A1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.36850999 L4_control_A2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 13.53843189 L4_control_A3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.42657035 L4_control_B1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.90281309 L4_control_B2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.45816216 L4_control_B3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.24669629 L4_control_C2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.59519692 L4_control_C3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.03982665 L4_chemical_A1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.30547814 L4_chemical_A2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 13.71566256 L4_chemical_A3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.40125459 L4_chemical_B1 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.4879198 L4_chemical_B2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.18371282 L4_chemical_B3 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.81393654 L4_chemical_C2 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 15.18603097 L4_chemical_C3 +LQ09X014600 Putative Ubiquitin-like protein 14.02504641 C6_control_A1 +LQ09X014600 Putative Ubiquitin-like protein 14.09412126 C6_control_A3 +LQ09X014600 Putative Ubiquitin-like protein 14.15416493 C6_control_B1 +LQ09X014600 Putative Ubiquitin-like protein 13.81821486 C6_control_B2 +LQ09X014600 Putative Ubiquitin-like protein 13.75128448 C6_control_B3 +LQ09X014600 Putative Ubiquitin-like protein 14.24501047 C6_control_C1 +LQ09X014600 Putative Ubiquitin-like protein 14.21558486 C6_control_C2 +LQ09X014600 Putative Ubiquitin-like protein 14.27713378 C6_control_C3 +LQ09X014600 Putative Ubiquitin-like protein 13.72818027 C6_chemical_A1 +LQ09X014600 Putative Ubiquitin-like protein 13.99551957 C6_chemical_A3 +LQ09X014600 Putative Ubiquitin-like protein 13.81268078 C6_chemical_B1 +LQ09X014600 Putative Ubiquitin-like protein 13.93391495 C6_chemical_B2 +LQ09X014600 Putative Ubiquitin-like protein 13.69205708 C6_chemical_B3 +LQ09X014600 Putative Ubiquitin-like protein 14.30393616 C6_chemical_C1 +LQ09X014600 Putative Ubiquitin-like protein 14.22895563 C6_chemical_C2 +LQ09X014600 Putative Ubiquitin-like protein 14.43006131 C6_chemical_C3 +LQ09X014600 Putative Ubiquitin-like protein 13.69989837 L4_control_A1 +LQ09X014600 Putative Ubiquitin-like protein 13.26922479 L4_control_A2 +LQ09X014600 Putative Ubiquitin-like protein 12.94901594 L4_control_A3 +LQ09X014600 Putative Ubiquitin-like protein 13.7553461 L4_control_B1 +LQ09X014600 Putative Ubiquitin-like protein 12.52921845 L4_control_B2 +LQ09X014600 Putative Ubiquitin-like protein 13.60980981 L4_control_B3 +LQ09X014600 Putative Ubiquitin-like protein 14.09847764 L4_control_C2 +LQ09X014600 Putative Ubiquitin-like protein 13.77037898 L4_control_C3 +LQ09X014600 Putative Ubiquitin-like protein 13.63250909 L4_chemical_A1 +LQ09X014600 Putative Ubiquitin-like protein 12.90586411 L4_chemical_A2 +LQ09X014600 Putative Ubiquitin-like protein 13.17377465 L4_chemical_A3 +LQ09X014600 Putative Ubiquitin-like protein 13.64971321 L4_chemical_B1 +LQ09X014600 Putative Ubiquitin-like protein 13.161258 L4_chemical_B2 +LQ09X014600 Putative Ubiquitin-like protein 13.59094542 L4_chemical_B3 +LQ09X014600 Putative Ubiquitin-like protein 13.88410843 L4_chemical_C2 +LQ09X014600 Putative Ubiquitin-like protein 14.11561991 L4_chemical_C3 +LQ09X014650 Putative Predicted protein 4.971316357 C6_control_A1 +LQ09X014650 Putative Predicted protein 4.898309087 C6_control_A3 +LQ09X014650 Putative Predicted protein 5.524822395 C6_control_B1 +LQ09X014650 Putative Predicted protein 5.581221518 C6_control_B2 +LQ09X014650 Putative Predicted protein 5.149722631 C6_control_B3 +LQ09X014650 Putative Predicted protein 5.60732575 C6_control_C1 +LQ09X014650 Putative Predicted protein 5.192825727 C6_control_C2 +LQ09X014650 Putative Predicted protein 5.166592237 C6_control_C3 +LQ09X014650 Putative Predicted protein 5.193846541 C6_chemical_A1 +LQ09X014650 Putative Predicted protein 4.878615678 C6_chemical_A3 +LQ09X014650 Putative Predicted protein 5.515891562 C6_chemical_B1 +LQ09X014650 Putative Predicted protein 5.503652576 C6_chemical_B2 +LQ09X014650 Putative Predicted protein 5.390016024 C6_chemical_B3 +LQ09X014650 Putative Predicted protein 5.363451001 C6_chemical_C1 +LQ09X014650 Putative Predicted protein 5.197844682 C6_chemical_C2 +LQ09X014650 Putative Predicted protein 5.436821928 C6_chemical_C3 +LQ09X014650 Putative Predicted protein 5.295000336 L4_control_A1 +LQ09X014650 Putative Predicted protein 4.953584697 L4_control_A2 +LQ09X014650 Putative Predicted protein 4.782727834 L4_control_A3 +LQ09X014650 Putative Predicted protein 4.969966912 L4_control_B1 +LQ09X014650 Putative Predicted protein 5.161291508 L4_control_B2 +LQ09X014650 Putative Predicted protein 4.79758125 L4_control_B3 +LQ09X014650 Putative Predicted protein 5.099150098 L4_control_C2 +LQ09X014650 Putative Predicted protein 5.600749268 L4_control_C3 +LQ09X014650 Putative Predicted protein 5.274425624 L4_chemical_A1 +LQ09X014650 Putative Predicted protein 4.770182541 L4_chemical_A2 +LQ09X014650 Putative Predicted protein 5.328969258 L4_chemical_A3 +LQ09X014650 Putative Predicted protein 4.946771693 L4_chemical_B1 +LQ09X014650 Putative Predicted protein 5.139924105 L4_chemical_B2 +LQ09X014650 Putative Predicted protein 4.889711306 L4_chemical_B3 +LQ09X014650 Putative Predicted protein 5.628397653 L4_chemical_C2 +LQ09X014650 Putative Predicted protein 6.345061855 L4_chemical_C3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.499464554 C6_control_A1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.350181361 C6_control_A3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 10.59467192 C6_control_B1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 12.3045922 C6_control_B2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 11.63758801 C6_control_B3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.556650443 C6_control_C1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.651372472 C6_control_C2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.682110516 C6_control_C3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.931199775 C6_chemical_A1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.270364966 C6_chemical_A3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 11.08060738 C6_chemical_B1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 12.52803052 C6_chemical_B2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 11.83832114 C6_chemical_B3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.656074924 C6_chemical_C1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.195984625 C6_chemical_C2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.641599869 C6_chemical_C3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.831052074 L4_control_A1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.859986955 L4_control_A2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 9.020393563 L4_control_A3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 11.64201577 L4_control_B1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 11.39009752 L4_control_B2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 13.69438506 L4_control_B3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.21655781 L4_control_C2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.28599514 L4_control_C3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.529505088 L4_chemical_A1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.731193166 L4_chemical_A2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.414367821 L4_chemical_A3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 10.59898115 L4_chemical_B1 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 11.35332137 L4_chemical_B2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 11.824973 L4_chemical_B3 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.662243904 L4_chemical_C2 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 6.878703171 L4_chemical_C3 +LQ09X014700 Putative Translation initiation factor IF-3 12.0856129 C6_control_A1 +LQ09X014700 Putative Translation initiation factor IF-3 12.36708204 C6_control_A3 +LQ09X014700 Putative Translation initiation factor IF-3 12.10049782 C6_control_B1 +LQ09X014700 Putative Translation initiation factor IF-3 12.02162552 C6_control_B2 +LQ09X014700 Putative Translation initiation factor IF-3 12.48396948 C6_control_B3 +LQ09X014700 Putative Translation initiation factor IF-3 13.13542766 C6_control_C1 +LQ09X014700 Putative Translation initiation factor IF-3 13.10126676 C6_control_C2 +LQ09X014700 Putative Translation initiation factor IF-3 13.30191706 C6_control_C3 +LQ09X014700 Putative Translation initiation factor IF-3 11.85117303 C6_chemical_A1 +LQ09X014700 Putative Translation initiation factor IF-3 12.38310976 C6_chemical_A3 +LQ09X014700 Putative Translation initiation factor IF-3 11.96631352 C6_chemical_B1 +LQ09X014700 Putative Translation initiation factor IF-3 12.08695837 C6_chemical_B2 +LQ09X014700 Putative Translation initiation factor IF-3 12.37085521 C6_chemical_B3 +LQ09X014700 Putative Translation initiation factor IF-3 13.03363656 C6_chemical_C1 +LQ09X014700 Putative Translation initiation factor IF-3 13.14799596 C6_chemical_C2 +LQ09X014700 Putative Translation initiation factor IF-3 13.46513829 C6_chemical_C3 +LQ09X014700 Putative Translation initiation factor IF-3 12.29689739 L4_control_A1 +LQ09X014700 Putative Translation initiation factor IF-3 12.30004521 L4_control_A2 +LQ09X014700 Putative Translation initiation factor IF-3 13.07127862 L4_control_A3 +LQ09X014700 Putative Translation initiation factor IF-3 12.64016506 L4_control_B1 +LQ09X014700 Putative Translation initiation factor IF-3 12.3652234 L4_control_B2 +LQ09X014700 Putative Translation initiation factor IF-3 12.65560741 L4_control_B3 +LQ09X014700 Putative Translation initiation factor IF-3 13.5094333 L4_control_C2 +LQ09X014700 Putative Translation initiation factor IF-3 13.40177802 L4_control_C3 +LQ09X014700 Putative Translation initiation factor IF-3 11.95050608 L4_chemical_A1 +LQ09X014700 Putative Translation initiation factor IF-3 11.6409844 L4_chemical_A2 +LQ09X014700 Putative Translation initiation factor IF-3 12.77637694 L4_chemical_A3 +LQ09X014700 Putative Translation initiation factor IF-3 12.38647653 L4_chemical_B1 +LQ09X014700 Putative Translation initiation factor IF-3 11.91424487 L4_chemical_B2 +LQ09X014700 Putative Translation initiation factor IF-3 12.6029945 L4_chemical_B3 +LQ09X014700 Putative Translation initiation factor IF-3 13.49426952 L4_chemical_C2 +LQ09X014700 Putative Translation initiation factor IF-3 13.52028272 L4_chemical_C3 +LQ09X014710 Heat shock 70 kDa protein 9.424553052 C6_control_A1 +LQ09X014710 Heat shock 70 kDa protein 6.438356961 C6_control_A3 +LQ09X014710 Heat shock 70 kDa protein 7.805809764 C6_control_B1 +LQ09X014710 Heat shock 70 kDa protein 9.34938567 C6_control_B2 +LQ09X014710 Heat shock 70 kDa protein 7.104534556 C6_control_B3 +LQ09X014710 Heat shock 70 kDa protein 10.79547452 C6_control_C1 +LQ09X014710 Heat shock 70 kDa protein 10.0811531 C6_control_C2 +LQ09X014710 Heat shock 70 kDa protein 8.239674133 C6_control_C3 +LQ09X014710 Heat shock 70 kDa protein 11.04398779 C6_chemical_A1 +LQ09X014710 Heat shock 70 kDa protein 7.012861324 C6_chemical_A3 +LQ09X014710 Heat shock 70 kDa protein 9.522211476 C6_chemical_B1 +LQ09X014710 Heat shock 70 kDa protein 10.53085403 C6_chemical_B2 +LQ09X014710 Heat shock 70 kDa protein 7.056094317 C6_chemical_B3 +LQ09X014710 Heat shock 70 kDa protein 12.41767442 C6_chemical_C1 +LQ09X014710 Heat shock 70 kDa protein 11.69509482 C6_chemical_C2 +LQ09X014710 Heat shock 70 kDa protein 8.367237401 C6_chemical_C3 +LQ09X014710 Heat shock 70 kDa protein 8.879537666 L4_control_A1 +LQ09X014710 Heat shock 70 kDa protein 7.899326503 L4_control_A2 +LQ09X014710 Heat shock 70 kDa protein 5.559714856 L4_control_A3 +LQ09X014710 Heat shock 70 kDa protein 6.540391565 L4_control_B1 +LQ09X014710 Heat shock 70 kDa protein 7.734725511 L4_control_B2 +LQ09X014710 Heat shock 70 kDa protein 7.271132429 L4_control_B3 +LQ09X014710 Heat shock 70 kDa protein 9.655053223 L4_control_C2 +LQ09X014710 Heat shock 70 kDa protein 6.494532364 L4_control_C3 +LQ09X014710 Heat shock 70 kDa protein 9.45843525 L4_chemical_A1 +LQ09X014710 Heat shock 70 kDa protein 9.59489089 L4_chemical_A2 +LQ09X014710 Heat shock 70 kDa protein 6.782081281 L4_chemical_A3 +LQ09X014710 Heat shock 70 kDa protein 7.742867871 L4_chemical_B1 +LQ09X014710 Heat shock 70 kDa protein 8.581828564 L4_chemical_B2 +LQ09X014710 Heat shock 70 kDa protein 7.106890961 L4_chemical_B3 +LQ09X014710 Heat shock 70 kDa protein 10.30582758 L4_chemical_C2 +LQ09X014710 Heat shock 70 kDa protein 6.039022324 L4_chemical_C3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.05409726 C6_control_A1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.5787522 C6_control_A3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.11111179 C6_control_B1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.2249306 C6_control_B2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 11.9969501 C6_control_B3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 11.79080344 C6_control_C1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.03482849 C6_control_C2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 11.93193136 C6_control_C3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.11426012 C6_chemical_A1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.55788666 C6_chemical_A3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.1142934 C6_chemical_B1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.01320186 C6_chemical_B2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 11.88023729 C6_chemical_B3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 11.9173698 C6_chemical_C1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.00471065 C6_chemical_C2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.04331395 C6_chemical_C3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.6284001 L4_control_A1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.7044356 L4_control_A2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.48054382 L4_control_A3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.78458336 L4_control_B1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.63049704 L4_control_B2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.34080024 L4_control_B3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.29716563 L4_control_C2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.83567457 L4_control_C3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.75677673 L4_chemical_A1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.85504889 L4_chemical_A2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.0169151 L4_chemical_A3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.72410831 L4_chemical_B1 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.69417429 L4_chemical_B2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.17376158 L4_chemical_B3 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.32736069 L4_chemical_C2 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.71532019 L4_chemical_C3 +LQ09X014740 Hypothetical protein 14.67287942 C6_control_A1 +LQ09X014740 Hypothetical protein 14.1670768 C6_control_A3 +LQ09X014740 Hypothetical protein 14.91964634 C6_control_B1 +LQ09X014740 Hypothetical protein 14.70703521 C6_control_B2 +LQ09X014740 Hypothetical protein 15.42160375 C6_control_B3 +LQ09X014740 Hypothetical protein 14.47826049 C6_control_C1 +LQ09X014740 Hypothetical protein 14.34822789 C6_control_C2 +LQ09X014740 Hypothetical protein 14.3262817 C6_control_C3 +LQ09X014740 Hypothetical protein 13.80762763 C6_chemical_A1 +LQ09X014740 Hypothetical protein 13.75751107 C6_chemical_A3 +LQ09X014740 Hypothetical protein 14.72925071 C6_chemical_B1 +LQ09X014740 Hypothetical protein 14.48935343 C6_chemical_B2 +LQ09X014740 Hypothetical protein 14.96553181 C6_chemical_B3 +LQ09X014740 Hypothetical protein 14.3688606 C6_chemical_C1 +LQ09X014740 Hypothetical protein 14.11171745 C6_chemical_C2 +LQ09X014740 Hypothetical protein 14.14685522 C6_chemical_C3 +LQ09X014740 Hypothetical protein 14.00318151 L4_control_A1 +LQ09X014740 Hypothetical protein 14.59415679 L4_control_A2 +LQ09X014740 Hypothetical protein 14.37963298 L4_control_A3 +LQ09X014740 Hypothetical protein 15.13358822 L4_control_B1 +LQ09X014740 Hypothetical protein 14.96865317 L4_control_B2 +LQ09X014740 Hypothetical protein 14.73383785 L4_control_B3 +LQ09X014740 Hypothetical protein 14.78428621 L4_control_C2 +LQ09X014740 Hypothetical protein 15.25043823 L4_control_C3 +LQ09X014740 Hypothetical protein 15.1441741 L4_chemical_A1 +LQ09X014740 Hypothetical protein 15.11815047 L4_chemical_A2 +LQ09X014740 Hypothetical protein 14.8389115 L4_chemical_A3 +LQ09X014740 Hypothetical protein 15.22840687 L4_chemical_B1 +LQ09X014740 Hypothetical protein 15.3227597 L4_chemical_B2 +LQ09X014740 Hypothetical protein 14.76992728 L4_chemical_B3 +LQ09X014740 Hypothetical protein 14.70980013 L4_chemical_C2 +LQ09X014740 Hypothetical protein 15.13832631 L4_chemical_C3 +LQ09X014770 Uncharacterized protein At2g34160 6.711231349 C6_control_A1 +LQ09X014770 Uncharacterized protein At2g34160 7.029718 C6_control_A3 +LQ09X014770 Uncharacterized protein At2g34160 6.831863212 C6_control_B1 +LQ09X014770 Uncharacterized protein At2g34160 5.837008676 C6_control_B2 +LQ09X014770 Uncharacterized protein At2g34160 6.686844792 C6_control_B3 +LQ09X014770 Uncharacterized protein At2g34160 5.628298715 C6_control_C1 +LQ09X014770 Uncharacterized protein At2g34160 6.131306345 C6_control_C2 +LQ09X014770 Uncharacterized protein At2g34160 6.026785286 C6_control_C3 +LQ09X014770 Uncharacterized protein At2g34160 6.30444004 C6_chemical_A1 +LQ09X014770 Uncharacterized protein At2g34160 6.262683392 C6_chemical_A3 +LQ09X014770 Uncharacterized protein At2g34160 6.119146677 C6_chemical_B1 +LQ09X014770 Uncharacterized protein At2g34160 5.97875854 C6_chemical_B2 +LQ09X014770 Uncharacterized protein At2g34160 6.608287547 C6_chemical_B3 +LQ09X014770 Uncharacterized protein At2g34160 6.421831571 C6_chemical_C1 +LQ09X014770 Uncharacterized protein At2g34160 6.343011427 C6_chemical_C2 +LQ09X014770 Uncharacterized protein At2g34160 6.267136223 C6_chemical_C3 +LQ09X014770 Uncharacterized protein At2g34160 6.382207463 L4_control_A1 +LQ09X014770 Uncharacterized protein At2g34160 5.840389509 L4_control_A2 +LQ09X014770 Uncharacterized protein At2g34160 6.088416076 L4_control_A3 +LQ09X014770 Uncharacterized protein At2g34160 5.815241816 L4_control_B1 +LQ09X014770 Uncharacterized protein At2g34160 6.160121753 L4_control_B2 +LQ09X014770 Uncharacterized protein At2g34160 6.11197185 L4_control_B3 +LQ09X014770 Uncharacterized protein At2g34160 5.908838143 L4_control_C2 +LQ09X014770 Uncharacterized protein At2g34160 6.370770757 L4_control_C3 +LQ09X014770 Uncharacterized protein At2g34160 6.261676092 L4_chemical_A1 +LQ09X014770 Uncharacterized protein At2g34160 6.286165295 L4_chemical_A2 +LQ09X014770 Uncharacterized protein At2g34160 6.044727586 L4_chemical_A3 +LQ09X014770 Uncharacterized protein At2g34160 5.804893083 L4_chemical_B1 +LQ09X014770 Uncharacterized protein At2g34160 6.339781682 L4_chemical_B2 +LQ09X014770 Uncharacterized protein At2g34160 6.419234644 L4_chemical_B3 +LQ09X014770 Uncharacterized protein At2g34160 6.022432002 L4_chemical_C2 +LQ09X014770 Uncharacterized protein At2g34160 6.770588927 L4_chemical_C3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.180608899 C6_control_A1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.228058626 C6_control_A3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.317563602 C6_control_B1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.512721075 C6_control_B2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.392649046 C6_control_B3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.385566484 C6_control_C1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.718354914 C6_control_C2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.297642907 C6_control_C3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.276998671 C6_chemical_A1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.311522907 C6_chemical_A3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.453942912 C6_chemical_B1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.366789865 C6_chemical_B2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.758765678 C6_chemical_B3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.513313594 C6_chemical_C1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.456972296 C6_chemical_C2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.154703337 C6_chemical_C3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.188204754 L4_control_A1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.142585098 L4_control_A2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.224645426 L4_control_A3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 6.130554134 L4_control_B1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 6.138085212 L4_control_B2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.23424918 L4_control_B3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.199320609 L4_control_C2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.966230809 L4_control_C3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.392267961 L4_chemical_A1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.477993276 L4_chemical_A2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.37758978 L4_chemical_A3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 6.098973938 L4_chemical_B1 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 6.155117248 L4_chemical_B2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.494167714 L4_chemical_B3 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.209048656 L4_chemical_C2 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 6.125750615 L4_chemical_C3 +LQ09X014810 Putative uncharacterized protein 12.88453332 C6_control_A1 +LQ09X014810 Putative uncharacterized protein 12.29569284 C6_control_A3 +LQ09X014810 Putative uncharacterized protein 13.13430915 C6_control_B1 +LQ09X014810 Putative uncharacterized protein 13.46602349 C6_control_B2 +LQ09X014810 Putative uncharacterized protein 13.17174518 C6_control_B3 +LQ09X014810 Putative uncharacterized protein 14.3609423 C6_control_C1 +LQ09X014810 Putative uncharacterized protein 13.98015734 C6_control_C2 +LQ09X014810 Putative uncharacterized protein 13.61743413 C6_control_C3 +LQ09X014810 Putative uncharacterized protein 12.75712208 C6_chemical_A1 +LQ09X014810 Putative uncharacterized protein 12.51618481 C6_chemical_A3 +LQ09X014810 Putative uncharacterized protein 13.21549004 C6_chemical_B1 +LQ09X014810 Putative uncharacterized protein 13.6250393 C6_chemical_B2 +LQ09X014810 Putative uncharacterized protein 12.96093005 C6_chemical_B3 +LQ09X014810 Putative uncharacterized protein 14.16948705 C6_chemical_C1 +LQ09X014810 Putative uncharacterized protein 13.99897845 C6_chemical_C2 +LQ09X014810 Putative uncharacterized protein 13.78746325 C6_chemical_C3 +LQ09X014810 Putative uncharacterized protein 12.91434327 L4_control_A1 +LQ09X014810 Putative uncharacterized protein 12.95018373 L4_control_A2 +LQ09X014810 Putative uncharacterized protein 12.9537845 L4_control_A3 +LQ09X014810 Putative uncharacterized protein 13.79341349 L4_control_B1 +LQ09X014810 Putative uncharacterized protein 13.58033452 L4_control_B2 +LQ09X014810 Putative uncharacterized protein 13.84040099 L4_control_B3 +LQ09X014810 Putative uncharacterized protein 14.95971201 L4_control_C2 +LQ09X014810 Putative uncharacterized protein 14.1712092 L4_control_C3 +LQ09X014810 Putative uncharacterized protein 12.97328873 L4_chemical_A1 +LQ09X014810 Putative uncharacterized protein 13.03906259 L4_chemical_A2 +LQ09X014810 Putative uncharacterized protein 12.878873 L4_chemical_A3 +LQ09X014810 Putative uncharacterized protein 13.77063703 L4_chemical_B1 +LQ09X014810 Putative uncharacterized protein 13.56450542 L4_chemical_B2 +LQ09X014810 Putative uncharacterized protein 13.14119688 L4_chemical_B3 +LQ09X014810 Putative uncharacterized protein 14.80432617 L4_chemical_C2 +LQ09X014810 Putative uncharacterized protein 14.39929872 L4_chemical_C3 +LQ09X014900 Tso1, putative 5.728469717 C6_control_A1 +LQ09X014900 Tso1, putative 5.003931471 C6_control_A3 +LQ09X014900 Tso1, putative 5.95076551 C6_control_B1 +LQ09X014900 Tso1, putative 5.775831569 C6_control_B2 +LQ09X014900 Tso1, putative 5.696316075 C6_control_B3 +LQ09X014900 Tso1, putative 5.146052035 C6_control_C1 +LQ09X014900 Tso1, putative 5.03375022 C6_control_C2 +LQ09X014900 Tso1, putative 5.344963529 C6_control_C3 +LQ09X014900 Tso1, putative 5.592534118 C6_chemical_A1 +LQ09X014900 Tso1, putative 5.763528719 C6_chemical_A3 +LQ09X014900 Tso1, putative 5.767716604 C6_chemical_B1 +LQ09X014900 Tso1, putative 5.787116084 C6_chemical_B2 +LQ09X014900 Tso1, putative 5.658710902 C6_chemical_B3 +LQ09X014900 Tso1, putative 5.107397733 C6_chemical_C1 +LQ09X014900 Tso1, putative 5.282184277 C6_chemical_C2 +LQ09X014900 Tso1, putative 5.150666425 C6_chemical_C3 +LQ09X014900 Tso1, putative 5.612363834 L4_control_A1 +LQ09X014900 Tso1, putative 5.431424663 L4_control_A2 +LQ09X014900 Tso1, putative 5.539919028 L4_control_A3 +LQ09X014900 Tso1, putative 6.193700144 L4_control_B1 +LQ09X014900 Tso1, putative 5.45355271 L4_control_B2 +LQ09X014900 Tso1, putative 5.739857723 L4_control_B3 +LQ09X014900 Tso1, putative 6.108963351 L4_control_C2 +LQ09X014900 Tso1, putative 5.707580587 L4_control_C3 +LQ09X014900 Tso1, putative 5.556555913 L4_chemical_A1 +LQ09X014900 Tso1, putative 5.877714104 L4_chemical_A2 +LQ09X014900 Tso1, putative 5.176439606 L4_chemical_A3 +LQ09X014900 Tso1, putative 5.773488924 L4_chemical_B1 +LQ09X014900 Tso1, putative 5.64448449 L4_chemical_B2 +LQ09X014900 Tso1, putative 5.614879738 L4_chemical_B3 +LQ09X014900 Tso1, putative 6.036008533 L4_chemical_C2 +LQ09X014900 Tso1, putative 5.117274495 L4_chemical_C3 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.671041774 C6_control_A1 +LQ09X014910 Putative Acyl-protein thioesterase 2 9.942214082 C6_control_A3 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.218706746 C6_control_B1 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.020846291 C6_control_B2 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.203914139 C6_control_B3 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.839336948 C6_control_C1 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.273864726 C6_control_C2 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.552756773 C6_control_C3 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.770830875 C6_chemical_A1 +LQ09X014910 Putative Acyl-protein thioesterase 2 9.128565064 C6_chemical_A3 +LQ09X014910 Putative Acyl-protein thioesterase 2 6.989498325 C6_chemical_B1 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.216855626 C6_chemical_B2 +LQ09X014910 Putative Acyl-protein thioesterase 2 6.755056384 C6_chemical_B3 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.871002501 C6_chemical_C1 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.428532754 C6_chemical_C2 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.550798359 C6_chemical_C3 +LQ09X014910 Putative Acyl-protein thioesterase 2 9.932127128 L4_control_A1 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.73199535 L4_control_A2 +LQ09X014910 Putative Acyl-protein thioesterase 2 10.5174042 L4_control_A3 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.732862986 L4_control_B1 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.359077077 L4_control_B2 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.433741171 L4_control_B3 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.64559379 L4_control_C2 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.118438548 L4_control_C3 +LQ09X014910 Putative Acyl-protein thioesterase 2 9.574048227 L4_chemical_A1 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.79197819 L4_chemical_A2 +LQ09X014910 Putative Acyl-protein thioesterase 2 10.09289906 L4_chemical_A3 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.313572816 L4_chemical_B1 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.713168759 L4_chemical_B2 +LQ09X014910 Putative Acyl-protein thioesterase 2 7.846572939 L4_chemical_B3 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.901228805 L4_chemical_C2 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.631663734 L4_chemical_C3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.41821626 C6_control_A1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.30629642 C6_control_A3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.34842463 C6_control_B1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.22155349 C6_control_B2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.83697579 C6_control_B3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.94936326 C6_control_C1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.48930349 C6_control_C2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.53324019 C6_control_C3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.46160444 C6_chemical_A1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.36509499 C6_chemical_A3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.41671245 C6_chemical_B1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.0345491 C6_chemical_B2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.92145645 C6_chemical_B3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.83157796 C6_chemical_C1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.64974135 C6_chemical_C2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.64519436 C6_chemical_C3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.37990759 L4_control_A1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.62174925 L4_control_A2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.8726415 L4_control_A3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.98537011 L4_control_B1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.80674616 L4_control_B2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.50111555 L4_control_B3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.20642143 L4_control_C2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.70035007 L4_control_C3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.46934906 L4_chemical_A1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.91026119 L4_chemical_A2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.04772266 L4_chemical_A3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.031394 L4_chemical_B1 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.999692 L4_chemical_B2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.70832591 L4_chemical_B3 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.33994289 L4_chemical_C2 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 12.87005031 L4_chemical_C3 +LQ09X014970 Putative uncharacterized protein 5.709124215 C6_control_A1 +LQ09X014970 Putative uncharacterized protein 6.111042679 C6_control_A3 +LQ09X014970 Putative uncharacterized protein 5.495087434 C6_control_B1 +LQ09X014970 Putative uncharacterized protein 5.345817186 C6_control_B2 +LQ09X014970 Putative uncharacterized protein 5.671708541 C6_control_B3 +LQ09X014970 Putative uncharacterized protein 5.306111626 C6_control_C1 +LQ09X014970 Putative uncharacterized protein 5.483284884 C6_control_C2 +LQ09X014970 Putative uncharacterized protein 4.953750429 C6_control_C3 +LQ09X014970 Putative uncharacterized protein 6.031729073 C6_chemical_A1 +LQ09X014970 Putative uncharacterized protein 5.651965262 C6_chemical_A3 +LQ09X014970 Putative uncharacterized protein 5.571602893 C6_chemical_B1 +LQ09X014970 Putative uncharacterized protein 5.822572574 C6_chemical_B2 +LQ09X014970 Putative uncharacterized protein 5.704391252 C6_chemical_B3 +LQ09X014970 Putative uncharacterized protein 4.965813942 C6_chemical_C1 +LQ09X014970 Putative uncharacterized protein 5.083590218 C6_chemical_C2 +LQ09X014970 Putative uncharacterized protein 5.205330292 C6_chemical_C3 +LQ09X014970 Putative uncharacterized protein 5.389341226 L4_control_A1 +LQ09X014970 Putative uncharacterized protein 5.469396283 L4_control_A2 +LQ09X014970 Putative uncharacterized protein 5.530960499 L4_control_A3 +LQ09X014970 Putative uncharacterized protein 5.028331523 L4_control_B1 +LQ09X014970 Putative uncharacterized protein 5.281196224 L4_control_B2 +LQ09X014970 Putative uncharacterized protein 4.937250813 L4_control_B3 +LQ09X014970 Putative uncharacterized protein 5.176847515 L4_control_C2 +LQ09X014970 Putative uncharacterized protein 5.075332273 L4_control_C3 +LQ09X014970 Putative uncharacterized protein 5.8169123 L4_chemical_A1 +LQ09X014970 Putative uncharacterized protein 5.835485101 L4_chemical_A2 +LQ09X014970 Putative uncharacterized protein 5.172274822 L4_chemical_A3 +LQ09X014970 Putative uncharacterized protein 5.237577164 L4_chemical_B1 +LQ09X014970 Putative uncharacterized protein 5.166787836 L4_chemical_B2 +LQ09X014970 Putative uncharacterized protein 5.887681844 L4_chemical_B3 +LQ09X014970 Putative uncharacterized protein 5.606775587 L4_chemical_C2 +LQ09X014970 Putative uncharacterized protein 4.922258522 L4_chemical_C3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.8473927 C6_control_A1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.93969632 C6_control_A3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.78299564 C6_control_B1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.14493991 C6_control_B2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.38042214 C6_control_B3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.00703508 C6_control_C1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.01535996 C6_control_C2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 13.76475627 C6_control_C3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.8324842 C6_chemical_A1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.43938973 C6_chemical_A3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.56209921 C6_chemical_B1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.00162798 C6_chemical_B2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.19077247 C6_chemical_B3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 13.78235434 C6_chemical_C1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 13.84555461 C6_chemical_C2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 13.48557233 C6_chemical_C3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.99567931 L4_control_A1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.37199175 L4_control_A2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.92037724 L4_control_A3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.58448209 L4_control_B1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.07878727 L4_control_B2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.09485108 L4_control_B3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.56856889 L4_control_C2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.45824473 L4_control_C3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.82390644 L4_chemical_A1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.29925534 L4_chemical_A2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.80976785 L4_chemical_A3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.80746629 L4_chemical_B1 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.73137931 L4_chemical_B2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.37620577 L4_chemical_B3 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.65007003 L4_chemical_C2 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.43699434 L4_chemical_C3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.753093171 C6_control_A1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.611199191 C6_control_A3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.654755107 C6_control_B1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.87740801 C6_control_B2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.067930033 C6_control_B3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.268456817 C6_control_C1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.930869209 C6_control_C2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.968875443 C6_control_C3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.877734516 C6_chemical_A1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.230951849 C6_chemical_A3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.637894923 C6_chemical_B1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.079687937 C6_chemical_B2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.20586607 C6_chemical_B3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.102834267 C6_chemical_C1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.040919939 C6_chemical_C2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.331715314 C6_chemical_C3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.761562797 L4_control_A1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.908571788 L4_control_A2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.131236314 L4_control_A3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.152536763 L4_control_B1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.017231442 L4_control_B2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.25037505 L4_control_B3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.04284234 L4_control_C2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.254550171 L4_control_C3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.012995405 L4_chemical_A1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.962407929 L4_chemical_A2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.961600028 L4_chemical_A3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.670140824 L4_chemical_B1 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 5.185432449 L4_chemical_B2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.949678764 L4_chemical_B3 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.975946034 L4_chemical_C2 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.951917661 L4_chemical_C3 +LQ09X015140 Putative uncharacterized protein 11.64755182 C6_control_A1 +LQ09X015140 Putative uncharacterized protein 12.02131151 C6_control_A3 +LQ09X015140 Putative uncharacterized protein 11.83339635 C6_control_B1 +LQ09X015140 Putative uncharacterized protein 11.74970477 C6_control_B2 +LQ09X015140 Putative uncharacterized protein 11.55981309 C6_control_B3 +LQ09X015140 Putative uncharacterized protein 12.08767246 C6_control_C1 +LQ09X015140 Putative uncharacterized protein 11.63072581 C6_control_C2 +LQ09X015140 Putative uncharacterized protein 11.91593999 C6_control_C3 +LQ09X015140 Putative uncharacterized protein 11.49086368 C6_chemical_A1 +LQ09X015140 Putative uncharacterized protein 11.86099999 C6_chemical_A3 +LQ09X015140 Putative uncharacterized protein 11.63547524 C6_chemical_B1 +LQ09X015140 Putative uncharacterized protein 11.71999218 C6_chemical_B2 +LQ09X015140 Putative uncharacterized protein 11.45413069 C6_chemical_B3 +LQ09X015140 Putative uncharacterized protein 12.03311831 C6_chemical_C1 +LQ09X015140 Putative uncharacterized protein 11.82934641 C6_chemical_C2 +LQ09X015140 Putative uncharacterized protein 11.86962863 C6_chemical_C3 +LQ09X015140 Putative uncharacterized protein 10.9752509 L4_control_A1 +LQ09X015140 Putative uncharacterized protein 10.43924102 L4_control_A2 +LQ09X015140 Putative uncharacterized protein 10.20193139 L4_control_A3 +LQ09X015140 Putative uncharacterized protein 10.94684484 L4_control_B1 +LQ09X015140 Putative uncharacterized protein 10.50317737 L4_control_B2 +LQ09X015140 Putative uncharacterized protein 10.53262211 L4_control_B3 +LQ09X015140 Putative uncharacterized protein 11.26530288 L4_control_C2 +LQ09X015140 Putative uncharacterized protein 10.77336938 L4_control_C3 +LQ09X015140 Putative uncharacterized protein 10.9056273 L4_chemical_A1 +LQ09X015140 Putative uncharacterized protein 10.21971232 L4_chemical_A2 +LQ09X015140 Putative uncharacterized protein 10.03793585 L4_chemical_A3 +LQ09X015140 Putative uncharacterized protein 10.97180852 L4_chemical_B1 +LQ09X015140 Putative uncharacterized protein 10.92476176 L4_chemical_B2 +LQ09X015140 Putative uncharacterized protein 10.48238924 L4_chemical_B3 +LQ09X015140 Putative uncharacterized protein 11.15976813 L4_chemical_C2 +LQ09X015140 Putative uncharacterized protein 10.81550815 L4_chemical_C3 +LQ09X015160 Putative Lactation elevated protein 1 5.64926837 C6_control_A1 +LQ09X015160 Putative Lactation elevated protein 1 5.225133385 C6_control_A3 +LQ09X015160 Putative Lactation elevated protein 1 4.979018049 C6_control_B1 +LQ09X015160 Putative Lactation elevated protein 1 5.547495467 C6_control_B2 +LQ09X015160 Putative Lactation elevated protein 1 5.148015205 C6_control_B3 +LQ09X015160 Putative Lactation elevated protein 1 5.912565171 C6_control_C1 +LQ09X015160 Putative Lactation elevated protein 1 5.470628794 C6_control_C2 +LQ09X015160 Putative Lactation elevated protein 1 5.522313343 C6_control_C3 +LQ09X015160 Putative Lactation elevated protein 1 5.461436253 C6_chemical_A1 +LQ09X015160 Putative Lactation elevated protein 1 5.533890806 C6_chemical_A3 +LQ09X015160 Putative Lactation elevated protein 1 5.726064234 C6_chemical_B1 +LQ09X015160 Putative Lactation elevated protein 1 5.638420818 C6_chemical_B2 +LQ09X015160 Putative Lactation elevated protein 1 5.629130596 C6_chemical_B3 +LQ09X015160 Putative Lactation elevated protein 1 6.052612359 C6_chemical_C1 +LQ09X015160 Putative Lactation elevated protein 1 5.562467064 C6_chemical_C2 +LQ09X015160 Putative Lactation elevated protein 1 5.406877679 C6_chemical_C3 +LQ09X015160 Putative Lactation elevated protein 1 5.63178767 L4_control_A1 +LQ09X015160 Putative Lactation elevated protein 1 5.384398319 L4_control_A2 +LQ09X015160 Putative Lactation elevated protein 1 6.173335228 L4_control_A3 +LQ09X015160 Putative Lactation elevated protein 1 5.46949638 L4_control_B1 +LQ09X015160 Putative Lactation elevated protein 1 5.273579659 L4_control_B2 +LQ09X015160 Putative Lactation elevated protein 1 5.044785885 L4_control_B3 +LQ09X015160 Putative Lactation elevated protein 1 5.708519304 L4_control_C2 +LQ09X015160 Putative Lactation elevated protein 1 5.514529793 L4_control_C3 +LQ09X015160 Putative Lactation elevated protein 1 5.891314392 L4_chemical_A1 +LQ09X015160 Putative Lactation elevated protein 1 5.93850637 L4_chemical_A2 +LQ09X015160 Putative Lactation elevated protein 1 5.407552507 L4_chemical_A3 +LQ09X015160 Putative Lactation elevated protein 1 4.918821178 L4_chemical_B1 +LQ09X015160 Putative Lactation elevated protein 1 5.232550807 L4_chemical_B2 +LQ09X015160 Putative Lactation elevated protein 1 5.218488102 L4_chemical_B3 +LQ09X015160 Putative Lactation elevated protein 1 5.588768026 L4_chemical_C2 +LQ09X015160 Putative Lactation elevated protein 1 5.155259047 L4_chemical_C3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.770335794 C6_control_A1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.668258306 C6_control_A3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.253981813 C6_control_B1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.950061506 C6_control_B2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.329322657 C6_control_B3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.01931742 C6_control_C1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.970850523 C6_control_C2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.793543942 C6_control_C3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.85918118 C6_chemical_A1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.573845646 C6_chemical_A3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.363898597 C6_chemical_B1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.039683427 C6_chemical_B2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.274298001 C6_chemical_B3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.243832906 C6_chemical_C1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.049536184 C6_chemical_C2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.996382192 C6_chemical_C3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.79212817 L4_control_A1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.733172222 L4_control_A2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.782730584 L4_control_A3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.743540784 L4_control_B1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.077581741 L4_control_B2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.256895438 L4_control_B3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.80623849 L4_control_C2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.219628794 L4_control_C3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.056887646 L4_chemical_A1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.654287228 L4_chemical_A2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.698818249 L4_chemical_A3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.498294624 L4_chemical_B1 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.491479825 L4_chemical_B2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.956840652 L4_chemical_B3 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.558024547 L4_chemical_C2 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.031169173 L4_chemical_C3 +LQ09X015210 HD domain-containing protein 2 11.36401835 C6_control_A1 +LQ09X015210 HD domain-containing protein 2 11.18580824 C6_control_A3 +LQ09X015210 HD domain-containing protein 2 10.91027646 C6_control_B1 +LQ09X015210 HD domain-containing protein 2 12.28734376 C6_control_B2 +LQ09X015210 HD domain-containing protein 2 11.23183298 C6_control_B3 +LQ09X015210 HD domain-containing protein 2 12.37588071 C6_control_C1 +LQ09X015210 HD domain-containing protein 2 11.84157298 C6_control_C2 +LQ09X015210 HD domain-containing protein 2 12.19029144 C6_control_C3 +LQ09X015210 HD domain-containing protein 2 11.15832436 C6_chemical_A1 +LQ09X015210 HD domain-containing protein 2 11.40076095 C6_chemical_A3 +LQ09X015210 HD domain-containing protein 2 10.84923833 C6_chemical_B1 +LQ09X015210 HD domain-containing protein 2 12.39019154 C6_chemical_B2 +LQ09X015210 HD domain-containing protein 2 10.90544307 C6_chemical_B3 +LQ09X015210 HD domain-containing protein 2 12.16903315 C6_chemical_C1 +LQ09X015210 HD domain-containing protein 2 12.2317781 C6_chemical_C2 +LQ09X015210 HD domain-containing protein 2 11.74234169 C6_chemical_C3 +LQ09X015210 HD domain-containing protein 2 11.70846684 L4_control_A1 +LQ09X015210 HD domain-containing protein 2 12.01683988 L4_control_A2 +LQ09X015210 HD domain-containing protein 2 11.99253923 L4_control_A3 +LQ09X015210 HD domain-containing protein 2 11.53582903 L4_control_B1 +LQ09X015210 HD domain-containing protein 2 11.65416735 L4_control_B2 +LQ09X015210 HD domain-containing protein 2 11.64309378 L4_control_B3 +LQ09X015210 HD domain-containing protein 2 11.59807475 L4_control_C2 +LQ09X015210 HD domain-containing protein 2 10.99136984 L4_control_C3 +LQ09X015210 HD domain-containing protein 2 11.72144284 L4_chemical_A1 +LQ09X015210 HD domain-containing protein 2 11.98317291 L4_chemical_A2 +LQ09X015210 HD domain-containing protein 2 11.88201472 L4_chemical_A3 +LQ09X015210 HD domain-containing protein 2 11.27159017 L4_chemical_B1 +LQ09X015210 HD domain-containing protein 2 11.89846725 L4_chemical_B2 +LQ09X015210 HD domain-containing protein 2 11.35457312 L4_chemical_B3 +LQ09X015210 HD domain-containing protein 2 12.04007009 L4_chemical_C2 +LQ09X015210 HD domain-containing protein 2 11.34939281 L4_chemical_C3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 14.25180531 C6_control_A1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 14.34210149 C6_control_A3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.805596 C6_control_B1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.62372626 C6_control_B2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 14.73784925 C6_control_B3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 11.1214227 C6_control_C1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 12.07315189 C6_control_C2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 11.70155968 C6_control_C3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.30331972 C6_chemical_A1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.79583166 C6_chemical_A3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.40567326 C6_chemical_B1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.6366529 C6_chemical_B2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.88484741 C6_chemical_B3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 11.28983857 C6_chemical_C1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 11.4401726 C6_chemical_C2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 11.00538879 C6_chemical_C3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 14.02767994 L4_control_A1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 14.4207591 L4_control_A2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.03946894 L4_control_A3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.83047012 L4_control_B1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 14.49928284 L4_control_B2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.53814917 L4_control_B3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 11.6702263 L4_control_C2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 12.41384681 L4_control_C3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.32774895 L4_chemical_A1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.51131791 L4_chemical_A2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.19546949 L4_chemical_A3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.4882843 L4_chemical_B1 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.6568499 L4_chemical_B2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.96289804 L4_chemical_B3 +LQ09X015240 UDP-glucuronate 4-epimerase 1 11.3446362 L4_chemical_C2 +LQ09X015240 UDP-glucuronate 4-epimerase 1 12.09418741 L4_chemical_C3 +LQ09X015260 Hypothetical protein 12.17396956 C6_control_A1 +LQ09X015260 Hypothetical protein 12.32312695 C6_control_A3 +LQ09X015260 Hypothetical protein 11.27096174 C6_control_B1 +LQ09X015260 Hypothetical protein 11.63581789 C6_control_B2 +LQ09X015260 Hypothetical protein 10.93701467 C6_control_B3 +LQ09X015260 Hypothetical protein 11.17677457 C6_control_C1 +LQ09X015260 Hypothetical protein 9.705053887 C6_control_C2 +LQ09X015260 Hypothetical protein 11.10643973 C6_control_C3 +LQ09X015260 Hypothetical protein 13.10284667 C6_chemical_A1 +LQ09X015260 Hypothetical protein 12.52363566 C6_chemical_A3 +LQ09X015260 Hypothetical protein 12.1186182 C6_chemical_B1 +LQ09X015260 Hypothetical protein 11.81184151 C6_chemical_B2 +LQ09X015260 Hypothetical protein 10.89481447 C6_chemical_B3 +LQ09X015260 Hypothetical protein 12.21674781 C6_chemical_C1 +LQ09X015260 Hypothetical protein 10.72274039 C6_chemical_C2 +LQ09X015260 Hypothetical protein 10.42661403 C6_chemical_C3 +LQ09X015260 Hypothetical protein 12.5993889 L4_control_A1 +LQ09X015260 Hypothetical protein 12.06782917 L4_control_A2 +LQ09X015260 Hypothetical protein 11.92459313 L4_control_A3 +LQ09X015260 Hypothetical protein 10.40963426 L4_control_B1 +LQ09X015260 Hypothetical protein 11.65950627 L4_control_B2 +LQ09X015260 Hypothetical protein 8.595919079 L4_control_B3 +LQ09X015260 Hypothetical protein 7.868015081 L4_control_C2 +LQ09X015260 Hypothetical protein 8.537547695 L4_control_C3 +LQ09X015260 Hypothetical protein 12.34138529 L4_chemical_A1 +LQ09X015260 Hypothetical protein 12.4621623 L4_chemical_A2 +LQ09X015260 Hypothetical protein 12.08195007 L4_chemical_A3 +LQ09X015260 Hypothetical protein 11.69481184 L4_chemical_B1 +LQ09X015260 Hypothetical protein 11.57448701 L4_chemical_B2 +LQ09X015260 Hypothetical protein 11.01290789 L4_chemical_B3 +LQ09X015260 Hypothetical protein 9.860825228 L4_chemical_C2 +LQ09X015260 Hypothetical protein 9.717488596 L4_chemical_C3 +LQ09X015270 Hypothetical protein 11.59660977 C6_control_A1 +LQ09X015270 Hypothetical protein 12.08378442 C6_control_A3 +LQ09X015270 Hypothetical protein 10.1873604 C6_control_B1 +LQ09X015270 Hypothetical protein 9.856686081 C6_control_B2 +LQ09X015270 Hypothetical protein 9.375211837 C6_control_B3 +LQ09X015270 Hypothetical protein 9.646426245 C6_control_C1 +LQ09X015270 Hypothetical protein 8.514362921 C6_control_C2 +LQ09X015270 Hypothetical protein 10.33901164 C6_control_C3 +LQ09X015270 Hypothetical protein 12.64405787 C6_chemical_A1 +LQ09X015270 Hypothetical protein 12.14975066 C6_chemical_A3 +LQ09X015270 Hypothetical protein 11.60836371 C6_chemical_B1 +LQ09X015270 Hypothetical protein 10.74684002 C6_chemical_B2 +LQ09X015270 Hypothetical protein 8.999485912 C6_chemical_B3 +LQ09X015270 Hypothetical protein 11.18381389 C6_chemical_C1 +LQ09X015270 Hypothetical protein 8.155430932 C6_chemical_C2 +LQ09X015270 Hypothetical protein 9.568033227 C6_chemical_C3 +LQ09X015270 Hypothetical protein 12.45639941 L4_control_A1 +LQ09X015270 Hypothetical protein 12.5614905 L4_control_A2 +LQ09X015270 Hypothetical protein 11.79488492 L4_control_A3 +LQ09X015270 Hypothetical protein 10.66631168 L4_control_B1 +LQ09X015270 Hypothetical protein 11.29591009 L4_control_B2 +LQ09X015270 Hypothetical protein 8.515740927 L4_control_B3 +LQ09X015270 Hypothetical protein 6.251140656 L4_control_C2 +LQ09X015270 Hypothetical protein 8.751753057 L4_control_C3 +LQ09X015270 Hypothetical protein 12.35079033 L4_chemical_A1 +LQ09X015270 Hypothetical protein 13.06424184 L4_chemical_A2 +LQ09X015270 Hypothetical protein 11.45224386 L4_chemical_A3 +LQ09X015270 Hypothetical protein 11.4990354 L4_chemical_B1 +LQ09X015270 Hypothetical protein 12.51439332 L4_chemical_B2 +LQ09X015270 Hypothetical protein 10.65810981 L4_chemical_B3 +LQ09X015270 Hypothetical protein 9.925724686 L4_chemical_C2 +LQ09X015270 Hypothetical protein 11.54931854 L4_chemical_C3 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.861926164 C6_control_A1 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.901080808 C6_control_A3 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.916392826 C6_control_B1 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.01934116 C6_control_B2 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.30017813 C6_control_B3 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.817008394 C6_control_C1 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.162592932 C6_control_C2 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.778419833 C6_control_C3 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.107528106 C6_chemical_A1 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.689171455 C6_chemical_A3 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.152553891 C6_chemical_B1 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.099588435 C6_chemical_B2 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.210834672 C6_chemical_B3 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.193452461 C6_chemical_C1 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.147831917 C6_chemical_C2 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.821523127 C6_chemical_C3 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.857367904 L4_control_A1 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.661820659 L4_control_A2 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.641269962 L4_control_A3 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.665305255 L4_control_B1 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.845505809 L4_control_B2 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.00351081 L4_control_B3 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.1430719 L4_control_C2 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.607206372 L4_control_C3 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.160647339 L4_chemical_A1 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.900898891 L4_chemical_A2 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.220449704 L4_chemical_A3 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.833586876 L4_chemical_B1 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.844667919 L4_chemical_B2 +LQ09X015300 Cytochrome c oxidase subunit 6B 5.932983598 L4_chemical_B3 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.061913517 L4_chemical_C2 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.688440385 L4_chemical_C3 +LQ09X015310 Putative uncharacterized protein 14.43763158 C6_control_A1 +LQ09X015310 Putative uncharacterized protein 14.59760013 C6_control_A3 +LQ09X015310 Putative uncharacterized protein 14.57775617 C6_control_B1 +LQ09X015310 Putative uncharacterized protein 14.88187902 C6_control_B2 +LQ09X015310 Putative uncharacterized protein 14.66329606 C6_control_B3 +LQ09X015310 Putative uncharacterized protein 14.7406441 C6_control_C1 +LQ09X015310 Putative uncharacterized protein 15.43198974 C6_control_C2 +LQ09X015310 Putative uncharacterized protein 15.00659281 C6_control_C3 +LQ09X015310 Putative uncharacterized protein 14.33352241 C6_chemical_A1 +LQ09X015310 Putative uncharacterized protein 14.50914568 C6_chemical_A3 +LQ09X015310 Putative uncharacterized protein 14.63375021 C6_chemical_B1 +LQ09X015310 Putative uncharacterized protein 15.01297607 C6_chemical_B2 +LQ09X015310 Putative uncharacterized protein 15.02116579 C6_chemical_B3 +LQ09X015310 Putative uncharacterized protein 14.35833863 C6_chemical_C1 +LQ09X015310 Putative uncharacterized protein 14.69815766 C6_chemical_C2 +LQ09X015310 Putative uncharacterized protein 14.83226302 C6_chemical_C3 +LQ09X015310 Putative uncharacterized protein 14.12960643 L4_control_A1 +LQ09X015310 Putative uncharacterized protein 14.42070422 L4_control_A2 +LQ09X015310 Putative uncharacterized protein 14.30991891 L4_control_A3 +LQ09X015310 Putative uncharacterized protein 14.60573905 L4_control_B1 +LQ09X015310 Putative uncharacterized protein 14.08811923 L4_control_B2 +LQ09X015310 Putative uncharacterized protein 14.98722371 L4_control_B3 +LQ09X015310 Putative uncharacterized protein 13.9815199 L4_control_C2 +LQ09X015310 Putative uncharacterized protein 14.68422834 L4_control_C3 +LQ09X015310 Putative uncharacterized protein 14.71562853 L4_chemical_A1 +LQ09X015310 Putative uncharacterized protein 14.52814654 L4_chemical_A2 +LQ09X015310 Putative uncharacterized protein 14.38696219 L4_chemical_A3 +LQ09X015310 Putative uncharacterized protein 14.16112759 L4_chemical_B1 +LQ09X015310 Putative uncharacterized protein 14.1428462 L4_chemical_B2 +LQ09X015310 Putative uncharacterized protein 14.87233371 L4_chemical_B3 +LQ09X015310 Putative uncharacterized protein 14.3011849 L4_chemical_C2 +LQ09X015310 Putative uncharacterized protein 14.55244615 L4_chemical_C3 +LQ09X015510 Putative Predicted protein 8.125454715 C6_control_A1 +LQ09X015510 Putative Predicted protein 6.301017285 C6_control_A3 +LQ09X015510 Putative Predicted protein 11.60398441 C6_control_B1 +LQ09X015510 Putative Predicted protein 14.40416415 C6_control_B2 +LQ09X015510 Putative Predicted protein 13.47997334 C6_control_B3 +LQ09X015510 Putative Predicted protein 14.59512226 C6_control_C1 +LQ09X015510 Putative Predicted protein 14.82142374 C6_control_C2 +LQ09X015510 Putative Predicted protein 14.50443754 C6_control_C3 +LQ09X015510 Putative Predicted protein 6.166716238 C6_chemical_A1 +LQ09X015510 Putative Predicted protein 7.481497044 C6_chemical_A3 +LQ09X015510 Putative Predicted protein 11.28814791 C6_chemical_B1 +LQ09X015510 Putative Predicted protein 14.41327984 C6_chemical_B2 +LQ09X015510 Putative Predicted protein 13.51790078 C6_chemical_B3 +LQ09X015510 Putative Predicted protein 14.68284071 C6_chemical_C1 +LQ09X015510 Putative Predicted protein 14.40879734 C6_chemical_C2 +LQ09X015510 Putative Predicted protein 14.87383834 C6_chemical_C3 +LQ09X015510 Putative Predicted protein 7.266796314 L4_control_A1 +LQ09X015510 Putative Predicted protein 5.284026891 L4_control_A2 +LQ09X015510 Putative Predicted protein 5.289712144 L4_control_A3 +LQ09X015510 Putative Predicted protein 13.32727351 L4_control_B1 +LQ09X015510 Putative Predicted protein 12.38962755 L4_control_B2 +LQ09X015510 Putative Predicted protein 14.40446071 L4_control_B3 +LQ09X015510 Putative Predicted protein 13.79015186 L4_control_C2 +LQ09X015510 Putative Predicted protein 14.10425556 L4_control_C3 +LQ09X015510 Putative Predicted protein 9.253961554 L4_chemical_A1 +LQ09X015510 Putative Predicted protein 9.640144692 L4_chemical_A2 +LQ09X015510 Putative Predicted protein 7.545586181 L4_chemical_A3 +LQ09X015510 Putative Predicted protein 11.66448715 L4_chemical_B1 +LQ09X015510 Putative Predicted protein 13.49362177 L4_chemical_B2 +LQ09X015510 Putative Predicted protein 12.06303798 L4_chemical_B3 +LQ09X015510 Putative Predicted protein 13.59481729 L4_chemical_C2 +LQ09X015510 Putative Predicted protein 13.99191733 L4_chemical_C3 +LQ09X015530 Predicted protein 4.922805815 C6_control_A1 +LQ09X015530 Predicted protein 5.104077958 C6_control_A3 +LQ09X015530 Predicted protein 5.369740934 C6_control_B1 +LQ09X015530 Predicted protein 5.045538813 C6_control_B2 +LQ09X015530 Predicted protein 4.869248102 C6_control_B3 +LQ09X015530 Predicted protein 4.902967624 C6_control_C1 +LQ09X015530 Predicted protein 4.944965492 C6_control_C2 +LQ09X015530 Predicted protein 4.852379982 C6_control_C3 +LQ09X015530 Predicted protein 5.159077796 C6_chemical_A1 +LQ09X015530 Predicted protein 4.955439026 C6_chemical_A3 +LQ09X015530 Predicted protein 4.797231709 C6_chemical_B1 +LQ09X015530 Predicted protein 4.981041987 C6_chemical_B2 +LQ09X015530 Predicted protein 4.974854025 C6_chemical_B3 +LQ09X015530 Predicted protein 4.840115122 C6_chemical_C1 +LQ09X015530 Predicted protein 5.014936466 C6_chemical_C2 +LQ09X015530 Predicted protein 4.869719397 C6_chemical_C3 +LQ09X015530 Predicted protein 5.222302717 L4_control_A1 +LQ09X015530 Predicted protein 5.096960641 L4_control_A2 +LQ09X015530 Predicted protein 5.70267122 L4_control_A3 +LQ09X015530 Predicted protein 5.335943331 L4_control_B1 +LQ09X015530 Predicted protein 6.172130966 L4_control_B2 +LQ09X015530 Predicted protein 4.633261915 L4_control_B3 +LQ09X015530 Predicted protein 4.850618885 L4_control_C2 +LQ09X015530 Predicted protein 4.858753154 L4_control_C3 +LQ09X015530 Predicted protein 4.715894805 L4_chemical_A1 +LQ09X015530 Predicted protein 5.222600985 L4_chemical_A2 +LQ09X015530 Predicted protein 6.090424293 L4_chemical_A3 +LQ09X015530 Predicted protein 5.698417638 L4_chemical_B1 +LQ09X015530 Predicted protein 5.505711448 L4_chemical_B2 +LQ09X015530 Predicted protein 4.906003595 L4_chemical_B3 +LQ09X015530 Predicted protein 5.871168312 L4_chemical_C2 +LQ09X015530 Predicted protein 5.12887676 L4_chemical_C3 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.78050766 C6_control_A1 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.33931471 C6_control_A3 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.17866376 C6_control_B1 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.86541711 C6_control_B2 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.42410071 C6_control_B3 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.92106889 C6_control_C1 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.06921075 C6_control_C2 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.57039891 C6_control_C3 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.4135056 C6_chemical_A1 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.71333832 C6_chemical_A3 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.21330273 C6_chemical_B1 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.00566401 C6_chemical_B2 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.4382131 C6_chemical_B3 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.79471953 C6_chemical_C1 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.01061426 C6_chemical_C2 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.56157371 C6_chemical_C3 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.03022753 L4_control_A1 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.30824711 L4_control_A2 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.63376196 L4_control_A3 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.65511172 L4_control_B1 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.42301321 L4_control_B2 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.98056583 L4_control_B3 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.31010151 L4_control_C2 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.24394612 L4_control_C3 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.15218249 L4_chemical_A1 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.17322607 L4_chemical_A2 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.34342299 L4_chemical_A3 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.60568504 L4_chemical_B1 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.74339673 L4_chemical_B2 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.70839742 L4_chemical_B3 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.30267635 L4_chemical_C2 +LQ09X015560 Putative uncharacterized protein (Fragment) 13.49048359 L4_chemical_C3 +LQ09X015630 Hypothetical protein 6.023685982 C6_control_A1 +LQ09X015630 Hypothetical protein 5.733503884 C6_control_A3 +LQ09X015630 Hypothetical protein 6.56993488 C6_control_B1 +LQ09X015630 Hypothetical protein 5.381460642 C6_control_B2 +LQ09X015630 Hypothetical protein 5.925161272 C6_control_B3 +LQ09X015630 Hypothetical protein 5.516650742 C6_control_C1 +LQ09X015630 Hypothetical protein 5.193390916 C6_control_C2 +LQ09X015630 Hypothetical protein 5.914260281 C6_control_C3 +LQ09X015630 Hypothetical protein 5.800801781 C6_chemical_A1 +LQ09X015630 Hypothetical protein 6.140276791 C6_chemical_A3 +LQ09X015630 Hypothetical protein 6.023969875 C6_chemical_B1 +LQ09X015630 Hypothetical protein 5.482128202 C6_chemical_B2 +LQ09X015630 Hypothetical protein 5.961067661 C6_chemical_B3 +LQ09X015630 Hypothetical protein 5.348616892 C6_chemical_C1 +LQ09X015630 Hypothetical protein 5.93144662 C6_chemical_C2 +LQ09X015630 Hypothetical protein 5.704551094 C6_chemical_C3 +LQ09X015630 Hypothetical protein 6.107549972 L4_control_A1 +LQ09X015630 Hypothetical protein 5.992356722 L4_control_A2 +LQ09X015630 Hypothetical protein 6.39353785 L4_control_A3 +LQ09X015630 Hypothetical protein 6.781292725 L4_control_B1 +LQ09X015630 Hypothetical protein 6.178833916 L4_control_B2 +LQ09X015630 Hypothetical protein 5.97402281 L4_control_B3 +LQ09X015630 Hypothetical protein 6.09923307 L4_control_C2 +LQ09X015630 Hypothetical protein 5.528673693 L4_control_C3 +LQ09X015630 Hypothetical protein 5.488125762 L4_chemical_A1 +LQ09X015630 Hypothetical protein 6.214829448 L4_chemical_A2 +LQ09X015630 Hypothetical protein 6.67935581 L4_chemical_A3 +LQ09X015630 Hypothetical protein 6.137603518 L4_chemical_B1 +LQ09X015630 Hypothetical protein 6.306009357 L4_chemical_B2 +LQ09X015630 Hypothetical protein 5.841173287 L4_chemical_B3 +LQ09X015630 Hypothetical protein 5.945766735 L4_chemical_C2 +LQ09X015630 Hypothetical protein 5.728326775 L4_chemical_C3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.718818203 C6_control_A1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.392786524 C6_control_A3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.672302834 C6_control_B1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.934316017 C6_control_B2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.951957162 C6_control_B3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.139459445 C6_control_C1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.746021669 C6_control_C2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.401394406 C6_control_C3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.418358687 C6_chemical_A1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.638680277 C6_chemical_A3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.672529176 C6_chemical_B1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.989190803 C6_chemical_B2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.158319735 C6_chemical_B3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.012135841 C6_chemical_C1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.648182542 C6_chemical_C2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.830941284 C6_chemical_C3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.585719146 L4_control_A1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.426782467 L4_control_A2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.901060457 L4_control_A3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.673676582 L4_control_B1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.228567673 L4_control_B2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.381118411 L4_control_B3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.484737057 L4_control_C2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.934043083 L4_control_C3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.002996674 L4_chemical_A1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.008364826 L4_chemical_A2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 6.470650729 L4_chemical_A3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.825060156 L4_chemical_B1 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.366248273 L4_chemical_B2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.843336165 L4_chemical_B3 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.556107113 L4_chemical_C2 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.417159838 L4_chemical_C3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.421626427 C6_control_A1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.51802752 C6_control_A3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.288942993 C6_control_B1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.429414818 C6_control_B2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.30811045 C6_control_B3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.567041634 C6_control_C1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.725455629 C6_control_C2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.158137924 C6_control_C3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.037826676 C6_chemical_A1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.653605665 C6_chemical_A3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 4.948141563 C6_chemical_B1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.595454369 C6_chemical_B2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.521153994 C6_chemical_B3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.536949924 C6_chemical_C1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.581595361 C6_chemical_C2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.764816274 C6_chemical_C3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.231962144 L4_control_A1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.277124574 L4_control_A2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.625184761 L4_control_A3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 4.925800877 L4_control_B1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.98760887 L4_control_B2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.37956756 L4_control_B3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.011450718 L4_control_C2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.006136921 L4_control_C3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.325616814 L4_chemical_A1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.135578002 L4_chemical_A2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 6.136273864 L4_chemical_A3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.167547191 L4_chemical_B1 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.595199958 L4_chemical_B2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.326590716 L4_chemical_B3 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.530367844 L4_chemical_C2 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 4.976144192 L4_chemical_C3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.28641577 C6_control_A1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 11.72111102 C6_control_A3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.4113652 C6_control_B1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.68469625 C6_control_B2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.35411835 C6_control_B3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.56267935 C6_control_C1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.60229008 C6_control_C2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.31329368 C6_control_C3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.44595776 C6_chemical_A1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 11.91776072 C6_chemical_A3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.55258301 C6_chemical_B1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.87972577 C6_chemical_B2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.29036842 C6_chemical_B3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.44578841 C6_chemical_C1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.49240469 C6_chemical_C2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.4290041 C6_chemical_C3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 11.4680763 L4_control_A1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.10146009 L4_control_A2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 11.71528556 L4_control_A3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.21489933 L4_control_B1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.75725675 L4_control_B2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.61236536 L4_control_B3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.63472748 L4_control_C2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.52160824 L4_control_C3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 11.65197973 L4_chemical_A1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.01974169 L4_chemical_A2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 11.65520838 L4_chemical_A3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.19189176 L4_chemical_B1 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.19137447 L4_chemical_B2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.15899342 L4_chemical_B3 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.59458597 L4_chemical_C2 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.63171502 L4_chemical_C3 +LQ09X015680 ATP binding protein, putative 11.8165545 C6_control_A1 +LQ09X015680 ATP binding protein, putative 11.6695843 C6_control_A3 +LQ09X015680 ATP binding protein, putative 13.07099671 C6_control_B1 +LQ09X015680 ATP binding protein, putative 12.8771126 C6_control_B2 +LQ09X015680 ATP binding protein, putative 13.28692088 C6_control_B3 +LQ09X015680 ATP binding protein, putative 13.20063617 C6_control_C1 +LQ09X015680 ATP binding protein, putative 13.26042972 C6_control_C2 +LQ09X015680 ATP binding protein, putative 13.25874808 C6_control_C3 +LQ09X015680 ATP binding protein, putative 12.09272115 C6_chemical_A1 +LQ09X015680 ATP binding protein, putative 11.97024202 C6_chemical_A3 +LQ09X015680 ATP binding protein, putative 13.01403337 C6_chemical_B1 +LQ09X015680 ATP binding protein, putative 12.82410723 C6_chemical_B2 +LQ09X015680 ATP binding protein, putative 13.40646923 C6_chemical_B3 +LQ09X015680 ATP binding protein, putative 12.95680576 C6_chemical_C1 +LQ09X015680 ATP binding protein, putative 13.06324766 C6_chemical_C2 +LQ09X015680 ATP binding protein, putative 13.54959978 C6_chemical_C3 +LQ09X015680 ATP binding protein, putative 11.54766115 L4_control_A1 +LQ09X015680 ATP binding protein, putative 11.62414218 L4_control_A2 +LQ09X015680 ATP binding protein, putative 10.94464313 L4_control_A3 +LQ09X015680 ATP binding protein, putative 13.64283048 L4_control_B1 +LQ09X015680 ATP binding protein, putative 12.95334334 L4_control_B2 +LQ09X015680 ATP binding protein, putative 13.68192496 L4_control_B3 +LQ09X015680 ATP binding protein, putative 13.34509266 L4_control_C2 +LQ09X015680 ATP binding protein, putative 13.50441022 L4_control_C3 +LQ09X015680 ATP binding protein, putative 11.9113048 L4_chemical_A1 +LQ09X015680 ATP binding protein, putative 11.75450745 L4_chemical_A2 +LQ09X015680 ATP binding protein, putative 10.78543655 L4_chemical_A3 +LQ09X015680 ATP binding protein, putative 13.01990112 L4_chemical_B1 +LQ09X015680 ATP binding protein, putative 12.7920013 L4_chemical_B2 +LQ09X015680 ATP binding protein, putative 13.02424143 L4_chemical_B3 +LQ09X015680 ATP binding protein, putative 13.17727335 L4_chemical_C2 +LQ09X015680 ATP binding protein, putative 13.28752192 L4_chemical_C3 +LQ09X015690 Hypothetical protein 4.703307092 C6_control_A1 +LQ09X015690 Hypothetical protein 4.619708601 C6_control_A3 +LQ09X015690 Hypothetical protein 5.208961475 C6_control_B1 +LQ09X015690 Hypothetical protein 4.651048616 C6_control_B2 +LQ09X015690 Hypothetical protein 4.779287985 C6_control_B3 +LQ09X015690 Hypothetical protein 4.929206871 C6_control_C1 +LQ09X015690 Hypothetical protein 4.777788926 C6_control_C2 +LQ09X015690 Hypothetical protein 4.610790828 C6_control_C3 +LQ09X015690 Hypothetical protein 4.871081603 C6_chemical_A1 +LQ09X015690 Hypothetical protein 4.91897493 C6_chemical_A3 +LQ09X015690 Hypothetical protein 4.971377846 C6_chemical_B1 +LQ09X015690 Hypothetical protein 4.974381355 C6_chemical_B2 +LQ09X015690 Hypothetical protein 4.852251144 C6_chemical_B3 +LQ09X015690 Hypothetical protein 4.933373964 C6_chemical_C1 +LQ09X015690 Hypothetical protein 4.603885637 C6_chemical_C2 +LQ09X015690 Hypothetical protein 4.896300815 C6_chemical_C3 +LQ09X015690 Hypothetical protein 4.855489502 L4_control_A1 +LQ09X015690 Hypothetical protein 4.748197315 L4_control_A2 +LQ09X015690 Hypothetical protein 4.969470749 L4_control_A3 +LQ09X015690 Hypothetical protein 5.145736711 L4_control_B1 +LQ09X015690 Hypothetical protein 4.874099576 L4_control_B2 +LQ09X015690 Hypothetical protein 4.842946269 L4_control_B3 +LQ09X015690 Hypothetical protein 5.265569957 L4_control_C2 +LQ09X015690 Hypothetical protein 5.591339566 L4_control_C3 +LQ09X015690 Hypothetical protein 4.74637949 L4_chemical_A1 +LQ09X015690 Hypothetical protein 4.947567142 L4_chemical_A2 +LQ09X015690 Hypothetical protein 5.112296767 L4_chemical_A3 +LQ09X015690 Hypothetical protein 5.251146714 L4_chemical_B1 +LQ09X015690 Hypothetical protein 4.823694602 L4_chemical_B2 +LQ09X015690 Hypothetical protein 4.736262314 L4_chemical_B3 +LQ09X015690 Hypothetical protein 5.587581628 L4_chemical_C2 +LQ09X015690 Hypothetical protein 5.773470683 L4_chemical_C3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.70167859 C6_control_A1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.62869453 C6_control_A3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.04750523 C6_control_B1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 12.14870574 C6_control_B2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.72528152 C6_control_B3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 12.35822179 C6_control_C1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.96874758 C6_control_C2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 12.00876549 C6_control_C3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.83172169 C6_chemical_A1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.81117669 C6_chemical_A3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.95057875 C6_chemical_B1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 12.05849788 C6_chemical_B2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.15910995 C6_chemical_B3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 12.33527096 C6_chemical_C1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.7561318 C6_chemical_C2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.86815544 C6_chemical_C3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.84380542 L4_control_A1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.74155998 L4_control_A2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.79252501 L4_control_A3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.56639571 L4_control_B1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.48486115 L4_control_B2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 12.46649692 L4_control_B3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.66349471 L4_control_C2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.39813015 L4_control_C3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.93405596 L4_chemical_A1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.36314886 L4_chemical_A2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.94960459 L4_chemical_A3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.87476118 L4_chemical_B1 +LQ09X015740 Putative Diacylglycerol kinase epsilon 11.09282531 L4_chemical_B2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 12.34135241 L4_chemical_B3 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.60852138 L4_chemical_C2 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.74919053 L4_chemical_C3 +LQ09X015760 Hypothetical protein 5.056071986 C6_control_A1 +LQ09X015760 Hypothetical protein 4.804511404 C6_control_A3 +LQ09X015760 Hypothetical protein 4.83565492 C6_control_B1 +LQ09X015760 Hypothetical protein 5.047530504 C6_control_B2 +LQ09X015760 Hypothetical protein 4.734922732 C6_control_B3 +LQ09X015760 Hypothetical protein 5.160113317 C6_control_C1 +LQ09X015760 Hypothetical protein 5.033795366 C6_control_C2 +LQ09X015760 Hypothetical protein 4.9646051 C6_control_C3 +LQ09X015760 Hypothetical protein 4.89842042 C6_chemical_A1 +LQ09X015760 Hypothetical protein 5.016244078 C6_chemical_A3 +LQ09X015760 Hypothetical protein 5.180176169 C6_chemical_B1 +LQ09X015760 Hypothetical protein 5.030824397 C6_chemical_B2 +LQ09X015760 Hypothetical protein 5.007073996 C6_chemical_B3 +LQ09X015760 Hypothetical protein 5.180405036 C6_chemical_C1 +LQ09X015760 Hypothetical protein 5.006247071 C6_chemical_C2 +LQ09X015760 Hypothetical protein 5.148427739 C6_chemical_C3 +LQ09X015760 Hypothetical protein 4.903003134 L4_control_A1 +LQ09X015760 Hypothetical protein 5.02657906 L4_control_A2 +LQ09X015760 Hypothetical protein 5.042161343 L4_control_A3 +LQ09X015760 Hypothetical protein 4.60160478 L4_control_B1 +LQ09X015760 Hypothetical protein 4.700873885 L4_control_B2 +LQ09X015760 Hypothetical protein 5.303474105 L4_control_B3 +LQ09X015760 Hypothetical protein 5.184265193 L4_control_C2 +LQ09X015760 Hypothetical protein 5.639406054 L4_control_C3 +LQ09X015760 Hypothetical protein 4.907922765 L4_chemical_A1 +LQ09X015760 Hypothetical protein 5.288775082 L4_chemical_A2 +LQ09X015760 Hypothetical protein 5.282528455 L4_chemical_A3 +LQ09X015760 Hypothetical protein 5.027725118 L4_chemical_B1 +LQ09X015760 Hypothetical protein 4.89707471 L4_chemical_B2 +LQ09X015760 Hypothetical protein 5.405779869 L4_chemical_B3 +LQ09X015760 Hypothetical protein 4.614729578 L4_chemical_C2 +LQ09X015760 Hypothetical protein 4.985875896 L4_chemical_C3 +LQ09X015870 Neutral amino acid transport protein 5.392166511 C6_control_A1 +LQ09X015870 Neutral amino acid transport protein 5.149009411 C6_control_A3 +LQ09X015870 Neutral amino acid transport protein 5.972843974 C6_control_B1 +LQ09X015870 Neutral amino acid transport protein 5.173166521 C6_control_B2 +LQ09X015870 Neutral amino acid transport protein 5.282965075 C6_control_B3 +LQ09X015870 Neutral amino acid transport protein 5.638160328 C6_control_C1 +LQ09X015870 Neutral amino acid transport protein 5.468055589 C6_control_C2 +LQ09X015870 Neutral amino acid transport protein 5.245289332 C6_control_C3 +LQ09X015870 Neutral amino acid transport protein 5.284879472 C6_chemical_A1 +LQ09X015870 Neutral amino acid transport protein 5.11063725 C6_chemical_A3 +LQ09X015870 Neutral amino acid transport protein 5.841531526 C6_chemical_B1 +LQ09X015870 Neutral amino acid transport protein 5.178510063 C6_chemical_B2 +LQ09X015870 Neutral amino acid transport protein 5.832650465 C6_chemical_B3 +LQ09X015870 Neutral amino acid transport protein 5.705940157 C6_chemical_C1 +LQ09X015870 Neutral amino acid transport protein 5.143806512 C6_chemical_C2 +LQ09X015870 Neutral amino acid transport protein 5.39455724 C6_chemical_C3 +LQ09X015870 Neutral amino acid transport protein 5.480296739 L4_control_A1 +LQ09X015870 Neutral amino acid transport protein 5.840246628 L4_control_A2 +LQ09X015870 Neutral amino acid transport protein 5.489871 L4_control_A3 +LQ09X015870 Neutral amino acid transport protein 6.04325305 L4_control_B1 +LQ09X015870 Neutral amino acid transport protein 5.741486832 L4_control_B2 +LQ09X015870 Neutral amino acid transport protein 5.56546522 L4_control_B3 +LQ09X015870 Neutral amino acid transport protein 7.200380954 L4_control_C2 +LQ09X015870 Neutral amino acid transport protein 5.691539857 L4_control_C3 +LQ09X015870 Neutral amino acid transport protein 5.819883249 L4_chemical_A1 +LQ09X015870 Neutral amino acid transport protein 5.521256214 L4_chemical_A2 +LQ09X015870 Neutral amino acid transport protein 5.46684435 L4_chemical_A3 +LQ09X015870 Neutral amino acid transport protein 5.388140667 L4_chemical_B1 +LQ09X015870 Neutral amino acid transport protein 5.316323862 L4_chemical_B2 +LQ09X015870 Neutral amino acid transport protein 5.147297046 L4_chemical_B3 +LQ09X015870 Neutral amino acid transport protein 6.224428614 L4_chemical_C2 +LQ09X015870 Neutral amino acid transport protein 7.40198165 L4_chemical_C3 +LQ09X015961 Putative uncharacterized protein 4.904179636 C6_control_A1 +LQ09X015961 Putative uncharacterized protein 4.987265836 C6_control_A3 +LQ09X015961 Putative uncharacterized protein 5.184203936 C6_control_B1 +LQ09X015961 Putative uncharacterized protein 4.870431026 C6_control_B2 +LQ09X015961 Putative uncharacterized protein 5.186161834 C6_control_B3 +LQ09X015961 Putative uncharacterized protein 5.063668192 C6_control_C1 +LQ09X015961 Putative uncharacterized protein 5.098693632 C6_control_C2 +LQ09X015961 Putative uncharacterized protein 4.961894666 C6_control_C3 +LQ09X015961 Putative uncharacterized protein 5.002664825 C6_chemical_A1 +LQ09X015961 Putative uncharacterized protein 5.133633539 C6_chemical_A3 +LQ09X015961 Putative uncharacterized protein 5.040020596 C6_chemical_B1 +LQ09X015961 Putative uncharacterized protein 4.916000116 C6_chemical_B2 +LQ09X015961 Putative uncharacterized protein 5.288687921 C6_chemical_B3 +LQ09X015961 Putative uncharacterized protein 5.192906906 C6_chemical_C1 +LQ09X015961 Putative uncharacterized protein 5.084767588 C6_chemical_C2 +LQ09X015961 Putative uncharacterized protein 4.997760422 C6_chemical_C3 +LQ09X015961 Putative uncharacterized protein 4.989692214 L4_control_A1 +LQ09X015961 Putative uncharacterized protein 5.255553177 L4_control_A2 +LQ09X015961 Putative uncharacterized protein 5.142438488 L4_control_A3 +LQ09X015961 Putative uncharacterized protein 5.073708415 L4_control_B1 +LQ09X015961 Putative uncharacterized protein 4.882896272 L4_control_B2 +LQ09X015961 Putative uncharacterized protein 5.180631544 L4_control_B3 +LQ09X015961 Putative uncharacterized protein 5.950624384 L4_control_C2 +LQ09X015961 Putative uncharacterized protein 4.998601443 L4_control_C3 +LQ09X015961 Putative uncharacterized protein 5.259846362 L4_chemical_A1 +LQ09X015961 Putative uncharacterized protein 5.000237705 L4_chemical_A2 +LQ09X015961 Putative uncharacterized protein 5.004417212 L4_chemical_A3 +LQ09X015961 Putative uncharacterized protein 5.215511351 L4_chemical_B1 +LQ09X015961 Putative uncharacterized protein 5.056463954 L4_chemical_B2 +LQ09X015961 Putative uncharacterized protein 5.077927379 L4_chemical_B3 +LQ09X015961 Putative uncharacterized protein 5.018501728 L4_chemical_C2 +LQ09X015961 Putative uncharacterized protein 5.306755996 L4_chemical_C3 +LQ09X015970 Predicted protein 5.033008579 C6_control_A1 +LQ09X015970 Predicted protein 5.330550179 C6_control_A3 +LQ09X015970 Predicted protein 5.014079723 C6_control_B1 +LQ09X015970 Predicted protein 5.32933053 C6_control_B2 +LQ09X015970 Predicted protein 5.20060248 C6_control_B3 +LQ09X015970 Predicted protein 5.32828514 C6_control_C1 +LQ09X015970 Predicted protein 5.303663715 C6_control_C2 +LQ09X015970 Predicted protein 5.936363629 C6_control_C3 +LQ09X015970 Predicted protein 5.23740536 C6_chemical_A1 +LQ09X015970 Predicted protein 5.192172309 C6_chemical_A3 +LQ09X015970 Predicted protein 5.709959075 C6_chemical_B1 +LQ09X015970 Predicted protein 5.222742669 C6_chemical_B2 +LQ09X015970 Predicted protein 5.229137052 C6_chemical_B3 +LQ09X015970 Predicted protein 5.544938722 C6_chemical_C1 +LQ09X015970 Predicted protein 5.588167822 C6_chemical_C2 +LQ09X015970 Predicted protein 5.430683645 C6_chemical_C3 +LQ09X015970 Predicted protein 5.62842135 L4_control_A1 +LQ09X015970 Predicted protein 5.76021538 L4_control_A2 +LQ09X015970 Predicted protein 5.541694281 L4_control_A3 +LQ09X015970 Predicted protein 5.0164774 L4_control_B1 +LQ09X015970 Predicted protein 5.25740836 L4_control_B2 +LQ09X015970 Predicted protein 5.251668436 L4_control_B3 +LQ09X015970 Predicted protein 5.114479716 L4_control_C2 +LQ09X015970 Predicted protein 5.59219614 L4_control_C3 +LQ09X015970 Predicted protein 5.655915305 L4_chemical_A1 +LQ09X015970 Predicted protein 5.371626564 L4_chemical_A2 +LQ09X015970 Predicted protein 5.41853557 L4_chemical_A3 +LQ09X015970 Predicted protein 5.577343584 L4_chemical_B1 +LQ09X015970 Predicted protein 5.36818174 L4_chemical_B2 +LQ09X015970 Predicted protein 5.299517546 L4_chemical_B3 +LQ09X015970 Predicted protein 5.35850633 L4_chemical_C2 +LQ09X015970 Predicted protein 5.443954109 L4_chemical_C3 +LQ09X015980 Putative GPI mannosyltransferase 3 10.06439878 C6_control_A1 +LQ09X015980 Putative GPI mannosyltransferase 3 9.604014359 C6_control_A3 +LQ09X015980 Putative GPI mannosyltransferase 3 9.799981673 C6_control_B1 +LQ09X015980 Putative GPI mannosyltransferase 3 10.6336478 C6_control_B2 +LQ09X015980 Putative GPI mannosyltransferase 3 9.751870519 C6_control_B3 +LQ09X015980 Putative GPI mannosyltransferase 3 10.10215869 C6_control_C1 +LQ09X015980 Putative GPI mannosyltransferase 3 10.02345351 C6_control_C2 +LQ09X015980 Putative GPI mannosyltransferase 3 10.42516236 C6_control_C3 +LQ09X015980 Putative GPI mannosyltransferase 3 9.658814732 C6_chemical_A1 +LQ09X015980 Putative GPI mannosyltransferase 3 9.754541931 C6_chemical_A3 +LQ09X015980 Putative GPI mannosyltransferase 3 9.709417434 C6_chemical_B1 +LQ09X015980 Putative GPI mannosyltransferase 3 10.40165317 C6_chemical_B2 +LQ09X015980 Putative GPI mannosyltransferase 3 9.337251627 C6_chemical_B3 +LQ09X015980 Putative GPI mannosyltransferase 3 10.27206876 C6_chemical_C1 +LQ09X015980 Putative GPI mannosyltransferase 3 10.52286741 C6_chemical_C2 +LQ09X015980 Putative GPI mannosyltransferase 3 10.37704672 C6_chemical_C3 +LQ09X015980 Putative GPI mannosyltransferase 3 9.721204113 L4_control_A1 +LQ09X015980 Putative GPI mannosyltransferase 3 10.55242154 L4_control_A2 +LQ09X015980 Putative GPI mannosyltransferase 3 9.5788475 L4_control_A3 +LQ09X015980 Putative GPI mannosyltransferase 3 9.890142928 L4_control_B1 +LQ09X015980 Putative GPI mannosyltransferase 3 10.03373114 L4_control_B2 +LQ09X015980 Putative GPI mannosyltransferase 3 9.868009148 L4_control_B3 +LQ09X015980 Putative GPI mannosyltransferase 3 9.790475304 L4_control_C2 +LQ09X015980 Putative GPI mannosyltransferase 3 9.529181036 L4_control_C3 +LQ09X015980 Putative GPI mannosyltransferase 3 10.41585166 L4_chemical_A1 +LQ09X015980 Putative GPI mannosyltransferase 3 10.48849659 L4_chemical_A2 +LQ09X015980 Putative GPI mannosyltransferase 3 9.491856912 L4_chemical_A3 +LQ09X015980 Putative GPI mannosyltransferase 3 10.10627968 L4_chemical_B1 +LQ09X015980 Putative GPI mannosyltransferase 3 10.46585485 L4_chemical_B2 +LQ09X015980 Putative GPI mannosyltransferase 3 10.00361214 L4_chemical_B3 +LQ09X015980 Putative GPI mannosyltransferase 3 10.04805719 L4_chemical_C2 +LQ09X015980 Putative GPI mannosyltransferase 3 9.414829259 L4_chemical_C3 +LQ09X016000 RING-H2 finger protein ATL4K 10.91415374 C6_control_A1 +LQ09X016000 RING-H2 finger protein ATL4K 11.09937025 C6_control_A3 +LQ09X016000 RING-H2 finger protein ATL4K 10.66178735 C6_control_B1 +LQ09X016000 RING-H2 finger protein ATL4K 12.34764364 C6_control_B2 +LQ09X016000 RING-H2 finger protein ATL4K 10.98272921 C6_control_B3 +LQ09X016000 RING-H2 finger protein ATL4K 11.96739597 C6_control_C1 +LQ09X016000 RING-H2 finger protein ATL4K 12.29809517 C6_control_C2 +LQ09X016000 RING-H2 finger protein ATL4K 12.34856625 C6_control_C3 +LQ09X016000 RING-H2 finger protein ATL4K 10.72395331 C6_chemical_A1 +LQ09X016000 RING-H2 finger protein ATL4K 11.06451577 C6_chemical_A3 +LQ09X016000 RING-H2 finger protein ATL4K 10.4482192 C6_chemical_B1 +LQ09X016000 RING-H2 finger protein ATL4K 12.03921086 C6_chemical_B2 +LQ09X016000 RING-H2 finger protein ATL4K 10.88742005 C6_chemical_B3 +LQ09X016000 RING-H2 finger protein ATL4K 11.8291091 C6_chemical_C1 +LQ09X016000 RING-H2 finger protein ATL4K 12.20995587 C6_chemical_C2 +LQ09X016000 RING-H2 finger protein ATL4K 12.06851593 C6_chemical_C3 +LQ09X016000 RING-H2 finger protein ATL4K 10.80311981 L4_control_A1 +LQ09X016000 RING-H2 finger protein ATL4K 11.347871 L4_control_A2 +LQ09X016000 RING-H2 finger protein ATL4K 10.95502859 L4_control_A3 +LQ09X016000 RING-H2 finger protein ATL4K 10.4301067 L4_control_B1 +LQ09X016000 RING-H2 finger protein ATL4K 10.16270059 L4_control_B2 +LQ09X016000 RING-H2 finger protein ATL4K 11.05366747 L4_control_B3 +LQ09X016000 RING-H2 finger protein ATL4K 9.848194025 L4_control_C2 +LQ09X016000 RING-H2 finger protein ATL4K 9.411185237 L4_control_C3 +LQ09X016000 RING-H2 finger protein ATL4K 10.46710154 L4_chemical_A1 +LQ09X016000 RING-H2 finger protein ATL4K 11.12348508 L4_chemical_A2 +LQ09X016000 RING-H2 finger protein ATL4K 10.88826326 L4_chemical_A3 +LQ09X016000 RING-H2 finger protein ATL4K 10.29330595 L4_chemical_B1 +LQ09X016000 RING-H2 finger protein ATL4K 10.58616122 L4_chemical_B2 +LQ09X016000 RING-H2 finger protein ATL4K 11.15958935 L4_chemical_B3 +LQ09X016000 RING-H2 finger protein ATL4K 9.771860751 L4_chemical_C2 +LQ09X016000 RING-H2 finger protein ATL4K 9.738034629 L4_chemical_C3 +LQ09X016012 Putative uncharacterized protein 5.833951806 C6_control_A1 +LQ09X016012 Putative uncharacterized protein 5.535387507 C6_control_A3 +LQ09X016012 Putative uncharacterized protein 5.581073547 C6_control_B1 +LQ09X016012 Putative uncharacterized protein 5.399579256 C6_control_B2 +LQ09X016012 Putative uncharacterized protein 5.403609385 C6_control_B3 +LQ09X016012 Putative uncharacterized protein 4.988090913 C6_control_C1 +LQ09X016012 Putative uncharacterized protein 5.282086783 C6_control_C2 +LQ09X016012 Putative uncharacterized protein 5.194734216 C6_control_C3 +LQ09X016012 Putative uncharacterized protein 5.433240999 C6_chemical_A1 +LQ09X016012 Putative uncharacterized protein 6.108604252 C6_chemical_A3 +LQ09X016012 Putative uncharacterized protein 5.283099004 C6_chemical_B1 +LQ09X016012 Putative uncharacterized protein 5.381505463 C6_chemical_B2 +LQ09X016012 Putative uncharacterized protein 5.448966583 C6_chemical_B3 +LQ09X016012 Putative uncharacterized protein 4.766038739 C6_chemical_C1 +LQ09X016012 Putative uncharacterized protein 5.6227236 C6_chemical_C2 +LQ09X016012 Putative uncharacterized protein 5.239446996 C6_chemical_C3 +LQ09X016012 Putative uncharacterized protein 5.243227485 L4_control_A1 +LQ09X016012 Putative uncharacterized protein 5.862208742 L4_control_A2 +LQ09X016012 Putative uncharacterized protein 6.38031555 L4_control_A3 +LQ09X016012 Putative uncharacterized protein 5.094733555 L4_control_B1 +LQ09X016012 Putative uncharacterized protein 5.833330642 L4_control_B2 +LQ09X016012 Putative uncharacterized protein 5.891071467 L4_control_B3 +LQ09X016012 Putative uncharacterized protein 5.717334478 L4_control_C2 +LQ09X016012 Putative uncharacterized protein 5.172100055 L4_control_C3 +LQ09X016012 Putative uncharacterized protein 5.477251123 L4_chemical_A1 +LQ09X016012 Putative uncharacterized protein 5.72269797 L4_chemical_A2 +LQ09X016012 Putative uncharacterized protein 6.295357036 L4_chemical_A3 +LQ09X016012 Putative uncharacterized protein 5.727845294 L4_chemical_B1 +LQ09X016012 Putative uncharacterized protein 5.534372213 L4_chemical_B2 +LQ09X016012 Putative uncharacterized protein 5.257200401 L4_chemical_B3 +LQ09X016012 Putative uncharacterized protein 5.192780799 L4_chemical_C2 +LQ09X016012 Putative uncharacterized protein 4.942578917 L4_chemical_C3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.661708519 C6_control_A1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 8.651868145 C6_control_A3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.476498741 C6_control_B1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.43862775 C6_control_B2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.42781508 C6_control_B3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.81577842 C6_control_C1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.11192582 C6_control_C2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.73194335 C6_control_C3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.280273472 C6_chemical_A1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.249429708 C6_chemical_A3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.654841839 C6_chemical_B1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.20412114 C6_chemical_B2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.25850402 C6_chemical_B3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.48418984 C6_chemical_C1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.16114664 C6_chemical_C2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.98405349 C6_chemical_C3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.478072366 L4_control_A1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.02795545 L4_control_A2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.377921547 L4_control_A3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.15555855 L4_control_B1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.58115249 L4_control_B2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.05978378 L4_control_B3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.55284301 L4_control_C2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.23008125 L4_control_C3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.414119889 L4_chemical_A1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.00952842 L4_chemical_A2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.285788223 L4_chemical_A3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.463774352 L4_chemical_B1 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.11052293 L4_chemical_B2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.13300432 L4_chemical_B3 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.2907226 L4_chemical_C2 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.10503908 L4_chemical_C3 +LQ09X016091 Gag/pol polyprotein (Fragment) 4.850273127 C6_control_A1 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.37685768 C6_control_A3 +LQ09X016091 Gag/pol polyprotein (Fragment) 4.848359039 C6_control_B1 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.109805715 C6_control_B2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.425996514 C6_control_B3 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.286993219 C6_control_C1 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.443066345 C6_control_C2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.458534294 C6_control_C3 +LQ09X016091 Gag/pol polyprotein (Fragment) 4.929500551 C6_chemical_A1 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.636860595 C6_chemical_A3 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.214467777 C6_chemical_B1 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.210464744 C6_chemical_B2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.103364593 C6_chemical_B3 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.752385745 C6_chemical_C1 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.486603967 C6_chemical_C2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.591057657 C6_chemical_C3 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.117634485 L4_control_A1 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.597020547 L4_control_A2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.406041527 L4_control_A3 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.584224615 L4_control_B1 +LQ09X016091 Gag/pol polyprotein (Fragment) 6.307085383 L4_control_B2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.808078261 L4_control_B3 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.004900669 L4_control_C2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.254185171 L4_control_C3 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.23435209 L4_chemical_A1 +LQ09X016091 Gag/pol polyprotein (Fragment) 4.871184803 L4_chemical_A2 +LQ09X016091 Gag/pol polyprotein (Fragment) 6.168483738 L4_chemical_A3 +LQ09X016091 Gag/pol polyprotein (Fragment) 6.071022577 L4_chemical_B1 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.532365224 L4_chemical_B2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.199667296 L4_chemical_B3 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.085026324 L4_chemical_C2 +LQ09X016091 Gag/pol polyprotein (Fragment) 5.561787197 L4_chemical_C3 +LQ09X016150 Hypothetical protein 5.77226672 C6_control_A1 +LQ09X016150 Hypothetical protein 5.867599314 C6_control_A3 +LQ09X016150 Hypothetical protein 6.007218837 C6_control_B1 +LQ09X016150 Hypothetical protein 6.2447409 C6_control_B2 +LQ09X016150 Hypothetical protein 6.128499254 C6_control_B3 +LQ09X016150 Hypothetical protein 5.7285906 C6_control_C1 +LQ09X016150 Hypothetical protein 5.676931969 C6_control_C2 +LQ09X016150 Hypothetical protein 6.331670184 C6_control_C3 +LQ09X016150 Hypothetical protein 5.668117605 C6_chemical_A1 +LQ09X016150 Hypothetical protein 6.304566934 C6_chemical_A3 +LQ09X016150 Hypothetical protein 6.251757816 C6_chemical_B1 +LQ09X016150 Hypothetical protein 6.14076151 C6_chemical_B2 +LQ09X016150 Hypothetical protein 6.230357596 C6_chemical_B3 +LQ09X016150 Hypothetical protein 5.471707535 C6_chemical_C1 +LQ09X016150 Hypothetical protein 5.890936769 C6_chemical_C2 +LQ09X016150 Hypothetical protein 5.702900515 C6_chemical_C3 +LQ09X016150 Hypothetical protein 5.884107714 L4_control_A1 +LQ09X016150 Hypothetical protein 5.993725821 L4_control_A2 +LQ09X016150 Hypothetical protein 7.092077765 L4_control_A3 +LQ09X016150 Hypothetical protein 5.983225779 L4_control_B1 +LQ09X016150 Hypothetical protein 5.89125981 L4_control_B2 +LQ09X016150 Hypothetical protein 6.394903506 L4_control_B3 +LQ09X016150 Hypothetical protein 5.985750972 L4_control_C2 +LQ09X016150 Hypothetical protein 6.278442741 L4_control_C3 +LQ09X016150 Hypothetical protein 5.613107745 L4_chemical_A1 +LQ09X016150 Hypothetical protein 6.335582796 L4_chemical_A2 +LQ09X016150 Hypothetical protein 5.694521751 L4_chemical_A3 +LQ09X016150 Hypothetical protein 6.351638339 L4_chemical_B1 +LQ09X016150 Hypothetical protein 5.769952071 L4_chemical_B2 +LQ09X016150 Hypothetical protein 6.275697997 L4_chemical_B3 +LQ09X016150 Hypothetical protein 5.6387312 L4_chemical_C2 +LQ09X016150 Hypothetical protein 6.500023785 L4_chemical_C3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.245466875 C6_control_A1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.050085362 C6_control_A3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.357129256 C6_control_B1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.998004203 C6_control_B2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.051843987 C6_control_B3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.926145028 C6_control_C1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.885433388 C6_control_C2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.224938352 C6_control_C3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.960857722 C6_chemical_A1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.175649638 C6_chemical_A3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.002489114 C6_chemical_B1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.774753622 C6_chemical_B2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.119131013 C6_chemical_B3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.891709913 C6_chemical_C1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.117715071 C6_chemical_C2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.286636163 C6_chemical_C3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.893262862 L4_control_A1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.199706896 L4_control_A2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.24347492 L4_control_A3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.085736365 L4_control_B1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.927168864 L4_control_B2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.384498817 L4_control_B3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.64609101 L4_control_C2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.762300273 L4_control_C3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.427842701 L4_chemical_A1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.553397248 L4_chemical_A2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.135586072 L4_chemical_A3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.168553584 L4_chemical_B1 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.003951391 L4_chemical_B2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.299606354 L4_chemical_B3 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.854996125 L4_chemical_C2 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 5.142313783 L4_chemical_C3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.06296404 C6_control_A1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.92942304 C6_control_A3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.35030345 C6_control_B1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.89481599 C6_control_B2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.11989505 C6_control_B3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.09177729 C6_control_C1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.6806466 C6_control_C2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.77414918 C6_control_C3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.92797255 C6_chemical_A1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.14237986 C6_chemical_A3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.09495086 C6_chemical_B1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.67770678 C6_chemical_B2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.9062391 C6_chemical_B3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.93210134 C6_chemical_C1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.59852598 C6_chemical_C2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.74398698 C6_chemical_C3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.66808701 L4_control_A1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.97062767 L4_control_A2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.0625794 L4_control_A3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.23283394 L4_control_B1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.49634589 L4_control_B2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.69130806 L4_control_B3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.45604355 L4_control_C2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.73711237 L4_control_C3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.76085712 L4_chemical_A1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.06644586 L4_chemical_A2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.00987465 L4_chemical_A3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.4244232 L4_chemical_B1 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.4334445 L4_chemical_B2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.68318751 L4_chemical_B3 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 13.66677443 L4_chemical_C2 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.88030373 L4_chemical_C3 +LQ09X016360 ADP-ribosylation factor 1 5.87392445 C6_control_A1 +LQ09X016360 ADP-ribosylation factor 1 6.228182114 C6_control_A3 +LQ09X016360 ADP-ribosylation factor 1 5.869081064 C6_control_B1 +LQ09X016360 ADP-ribosylation factor 1 5.47273938 C6_control_B2 +LQ09X016360 ADP-ribosylation factor 1 5.824681956 C6_control_B3 +LQ09X016360 ADP-ribosylation factor 1 5.346791249 C6_control_C1 +LQ09X016360 ADP-ribosylation factor 1 5.945411201 C6_control_C2 +LQ09X016360 ADP-ribosylation factor 1 5.823738565 C6_control_C3 +LQ09X016360 ADP-ribosylation factor 1 5.624631015 C6_chemical_A1 +LQ09X016360 ADP-ribosylation factor 1 6.069052193 C6_chemical_A3 +LQ09X016360 ADP-ribosylation factor 1 5.904993806 C6_chemical_B1 +LQ09X016360 ADP-ribosylation factor 1 5.603303987 C6_chemical_B2 +LQ09X016360 ADP-ribosylation factor 1 5.796098065 C6_chemical_B3 +LQ09X016360 ADP-ribosylation factor 1 5.909160622 C6_chemical_C1 +LQ09X016360 ADP-ribosylation factor 1 5.577037889 C6_chemical_C2 +LQ09X016360 ADP-ribosylation factor 1 5.525511843 C6_chemical_C3 +LQ09X016360 ADP-ribosylation factor 1 5.347644955 L4_control_A1 +LQ09X016360 ADP-ribosylation factor 1 5.580754126 L4_control_A2 +LQ09X016360 ADP-ribosylation factor 1 6.274171615 L4_control_A3 +LQ09X016360 ADP-ribosylation factor 1 5.363955914 L4_control_B1 +LQ09X016360 ADP-ribosylation factor 1 5.531798501 L4_control_B2 +LQ09X016360 ADP-ribosylation factor 1 6.012436349 L4_control_B3 +LQ09X016360 ADP-ribosylation factor 1 5.198768867 L4_control_C2 +LQ09X016360 ADP-ribosylation factor 1 4.770695107 L4_control_C3 +LQ09X016360 ADP-ribosylation factor 1 5.388253918 L4_chemical_A1 +LQ09X016360 ADP-ribosylation factor 1 5.780632708 L4_chemical_A2 +LQ09X016360 ADP-ribosylation factor 1 6.560584212 L4_chemical_A3 +LQ09X016360 ADP-ribosylation factor 1 6.213702702 L4_chemical_B1 +LQ09X016360 ADP-ribosylation factor 1 5.895611646 L4_chemical_B2 +LQ09X016360 ADP-ribosylation factor 1 5.848245347 L4_chemical_B3 +LQ09X016360 ADP-ribosylation factor 1 5.731151798 L4_chemical_C2 +LQ09X016360 ADP-ribosylation factor 1 5.348991933 L4_chemical_C3 +LQ09X016440 Predicted protein 4.977598102 C6_control_A1 +LQ09X016440 Predicted protein 4.728638056 C6_control_A3 +LQ09X016440 Predicted protein 5.281668516 C6_control_B1 +LQ09X016440 Predicted protein 5.469230917 C6_control_B2 +LQ09X016440 Predicted protein 5.506612614 C6_control_B3 +LQ09X016440 Predicted protein 5.487788185 C6_control_C1 +LQ09X016440 Predicted protein 5.196868878 C6_control_C2 +LQ09X016440 Predicted protein 5.574014926 C6_control_C3 +LQ09X016440 Predicted protein 5.839038789 C6_chemical_A1 +LQ09X016440 Predicted protein 5.050753544 C6_chemical_A3 +LQ09X016440 Predicted protein 4.998684616 C6_chemical_B1 +LQ09X016440 Predicted protein 5.677878097 C6_chemical_B2 +LQ09X016440 Predicted protein 6.701118016 C6_chemical_B3 +LQ09X016440 Predicted protein 5.854009984 C6_chemical_C1 +LQ09X016440 Predicted protein 5.474727052 C6_chemical_C2 +LQ09X016440 Predicted protein 5.67773123 C6_chemical_C3 +LQ09X016440 Predicted protein 4.78374611 L4_control_A1 +LQ09X016440 Predicted protein 5.249135443 L4_control_A2 +LQ09X016440 Predicted protein 5.059913346 L4_control_A3 +LQ09X016440 Predicted protein 6.696291684 L4_control_B1 +LQ09X016440 Predicted protein 5.973338169 L4_control_B2 +LQ09X016440 Predicted protein 4.891381051 L4_control_B3 +LQ09X016440 Predicted protein 5.048606166 L4_control_C2 +LQ09X016440 Predicted protein 5.877970017 L4_control_C3 +LQ09X016440 Predicted protein 5.04324392 L4_chemical_A1 +LQ09X016440 Predicted protein 4.991206732 L4_chemical_A2 +LQ09X016440 Predicted protein 5.956782007 L4_chemical_A3 +LQ09X016440 Predicted protein 5.366935613 L4_chemical_B1 +LQ09X016440 Predicted protein 4.939855031 L4_chemical_B2 +LQ09X016440 Predicted protein 5.079963805 L4_chemical_B3 +LQ09X016440 Predicted protein 5.182432008 L4_chemical_C2 +LQ09X016440 Predicted protein 7.40319732 L4_chemical_C3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 11.07651011 C6_control_A1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 11.03139009 C6_control_A3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.88292261 C6_control_B1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 9.960238199 C6_control_B2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.59060665 C6_control_B3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.05903406 C6_control_C1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 9.810682255 C6_control_C2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 9.747377776 C6_control_C3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 11.33877531 C6_chemical_A1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 11.42619399 C6_chemical_A3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.98173131 C6_chemical_B1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.1120544 C6_chemical_B2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.2964237 C6_chemical_B3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.16888342 C6_chemical_C1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 9.385690383 C6_chemical_C2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.1849676 C6_chemical_C3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 11.63216681 L4_control_A1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.221909 L4_control_A2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 8.403107283 L4_control_A3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.26902667 L4_control_B1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.39052379 L4_control_B2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.30000946 L4_control_B3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 9.794942251 L4_control_C2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.36524401 L4_control_C3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 11.09688955 L4_chemical_A1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 9.40295465 L4_chemical_A2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.08064514 L4_chemical_A3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.34359994 L4_chemical_B1 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 9.963225517 L4_chemical_B2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.43254388 L4_chemical_B3 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.14879457 L4_chemical_C2 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 10.48860341 L4_chemical_C3 +LQ09X016550 At4g25770 5.855428834 C6_control_A1 +LQ09X016550 At4g25770 6.169988515 C6_control_A3 +LQ09X016550 At4g25770 6.31122319 C6_control_B1 +LQ09X016550 At4g25770 5.282886586 C6_control_B2 +LQ09X016550 At4g25770 5.630361992 C6_control_B3 +LQ09X016550 At4g25770 5.885504818 C6_control_C1 +LQ09X016550 At4g25770 5.146291727 C6_control_C2 +LQ09X016550 At4g25770 6.025138009 C6_control_C3 +LQ09X016550 At4g25770 6.468039458 C6_chemical_A1 +LQ09X016550 At4g25770 5.372068977 C6_chemical_A3 +LQ09X016550 At4g25770 5.85183292 C6_chemical_B1 +LQ09X016550 At4g25770 5.582651347 C6_chemical_B2 +LQ09X016550 At4g25770 6.797821824 C6_chemical_B3 +LQ09X016550 At4g25770 5.812600376 C6_chemical_C1 +LQ09X016550 At4g25770 5.357501274 C6_chemical_C2 +LQ09X016550 At4g25770 6.331901813 C6_chemical_C3 +LQ09X016550 At4g25770 7.186048866 L4_control_A1 +LQ09X016550 At4g25770 6.522247991 L4_control_A2 +LQ09X016550 At4g25770 7.027434705 L4_control_A3 +LQ09X016550 At4g25770 8.636379709 L4_control_B1 +LQ09X016550 At4g25770 6.819406067 L4_control_B2 +LQ09X016550 At4g25770 5.491141331 L4_control_B3 +LQ09X016550 At4g25770 7.645057798 L4_control_C2 +LQ09X016550 At4g25770 7.597477714 L4_control_C3 +LQ09X016550 At4g25770 6.841620182 L4_chemical_A1 +LQ09X016550 At4g25770 6.87822322 L4_chemical_A2 +LQ09X016550 At4g25770 7.676818985 L4_chemical_A3 +LQ09X016550 At4g25770 6.84769517 L4_chemical_B1 +LQ09X016550 At4g25770 6.869722901 L4_chemical_B2 +LQ09X016550 At4g25770 5.572960001 L4_chemical_B3 +LQ09X016550 At4g25770 8.208241752 L4_chemical_C2 +LQ09X016550 At4g25770 7.007294655 L4_chemical_C3 +LQ09X016580 STS14 protein, putative 13.49454357 C6_control_A1 +LQ09X016580 STS14 protein, putative 11.47036714 C6_control_A3 +LQ09X016580 STS14 protein, putative 13.97595767 C6_control_B1 +LQ09X016580 STS14 protein, putative 14.07853934 C6_control_B2 +LQ09X016580 STS14 protein, putative 12.44494027 C6_control_B3 +LQ09X016580 STS14 protein, putative 14.77275627 C6_control_C1 +LQ09X016580 STS14 protein, putative 13.56667156 C6_control_C2 +LQ09X016580 STS14 protein, putative 12.67615881 C6_control_C3 +LQ09X016580 STS14 protein, putative 14.48898209 C6_chemical_A1 +LQ09X016580 STS14 protein, putative 12.41599484 C6_chemical_A3 +LQ09X016580 STS14 protein, putative 15.17617578 C6_chemical_B1 +LQ09X016580 STS14 protein, putative 15.39348283 C6_chemical_B2 +LQ09X016580 STS14 protein, putative 12.79060415 C6_chemical_B3 +LQ09X016580 STS14 protein, putative 15.58066114 C6_chemical_C1 +LQ09X016580 STS14 protein, putative 14.99778443 C6_chemical_C2 +LQ09X016580 STS14 protein, putative 13.61404355 C6_chemical_C3 +LQ09X016580 STS14 protein, putative 12.07653618 L4_control_A1 +LQ09X016580 STS14 protein, putative 12.47563484 L4_control_A2 +LQ09X016580 STS14 protein, putative 9.441614918 L4_control_A3 +LQ09X016580 STS14 protein, putative 14.19277357 L4_control_B1 +LQ09X016580 STS14 protein, putative 13.59689533 L4_control_B2 +LQ09X016580 STS14 protein, putative 10.93561534 L4_control_B3 +LQ09X016580 STS14 protein, putative 12.70250172 L4_control_C2 +LQ09X016580 STS14 protein, putative 11.47589161 L4_control_C3 +LQ09X016580 STS14 protein, putative 12.06459346 L4_chemical_A1 +LQ09X016580 STS14 protein, putative 14.03861556 L4_chemical_A2 +LQ09X016580 STS14 protein, putative 9.106802013 L4_chemical_A3 +LQ09X016580 STS14 protein, putative 14.26513725 L4_chemical_B1 +LQ09X016580 STS14 protein, putative 14.53413461 L4_chemical_B2 +LQ09X016580 STS14 protein, putative 11.29678677 L4_chemical_B3 +LQ09X016580 STS14 protein, putative 13.63556244 L4_chemical_C2 +LQ09X016580 STS14 protein, putative 11.90983035 L4_chemical_C3 +LQ09X016590 Pathogenesis-related protein PR-1 8.34767712 C6_control_A1 +LQ09X016590 Pathogenesis-related protein PR-1 7.806001252 C6_control_A3 +LQ09X016590 Pathogenesis-related protein PR-1 8.759058553 C6_control_B1 +LQ09X016590 Pathogenesis-related protein PR-1 8.040486661 C6_control_B2 +LQ09X016590 Pathogenesis-related protein PR-1 8.454314369 C6_control_B3 +LQ09X016590 Pathogenesis-related protein PR-1 8.62690565 C6_control_C1 +LQ09X016590 Pathogenesis-related protein PR-1 8.026105604 C6_control_C2 +LQ09X016590 Pathogenesis-related protein PR-1 7.79746047 C6_control_C3 +LQ09X016590 Pathogenesis-related protein PR-1 8.263904466 C6_chemical_A1 +LQ09X016590 Pathogenesis-related protein PR-1 7.658066824 C6_chemical_A3 +LQ09X016590 Pathogenesis-related protein PR-1 8.820209824 C6_chemical_B1 +LQ09X016590 Pathogenesis-related protein PR-1 8.232512855 C6_chemical_B2 +LQ09X016590 Pathogenesis-related protein PR-1 7.496180515 C6_chemical_B3 +LQ09X016590 Pathogenesis-related protein PR-1 8.366858149 C6_chemical_C1 +LQ09X016590 Pathogenesis-related protein PR-1 8.553609955 C6_chemical_C2 +LQ09X016590 Pathogenesis-related protein PR-1 7.420588866 C6_chemical_C3 +LQ09X016590 Pathogenesis-related protein PR-1 7.871737347 L4_control_A1 +LQ09X016590 Pathogenesis-related protein PR-1 7.850816762 L4_control_A2 +LQ09X016590 Pathogenesis-related protein PR-1 8.067249053 L4_control_A3 +LQ09X016590 Pathogenesis-related protein PR-1 9.245973509 L4_control_B1 +LQ09X016590 Pathogenesis-related protein PR-1 8.688712305 L4_control_B2 +LQ09X016590 Pathogenesis-related protein PR-1 7.511047017 L4_control_B3 +LQ09X016590 Pathogenesis-related protein PR-1 7.805233726 L4_control_C2 +LQ09X016590 Pathogenesis-related protein PR-1 6.307429902 L4_control_C3 +LQ09X016590 Pathogenesis-related protein PR-1 7.48197221 L4_chemical_A1 +LQ09X016590 Pathogenesis-related protein PR-1 8.663874929 L4_chemical_A2 +LQ09X016590 Pathogenesis-related protein PR-1 7.949581128 L4_chemical_A3 +LQ09X016590 Pathogenesis-related protein PR-1 9.081866355 L4_chemical_B1 +LQ09X016590 Pathogenesis-related protein PR-1 9.306571603 L4_chemical_B2 +LQ09X016590 Pathogenesis-related protein PR-1 7.3402858 L4_chemical_B3 +LQ09X016590 Pathogenesis-related protein PR-1 8.058725046 L4_chemical_C2 +LQ09X016590 Pathogenesis-related protein PR-1 7.246607641 L4_chemical_C3 +LQ09X016760 Predicted protein 5.085385105 C6_control_A1 +LQ09X016760 Predicted protein 5.366343287 C6_control_A3 +LQ09X016760 Predicted protein 5.337072608 C6_control_B1 +LQ09X016760 Predicted protein 5.154296195 C6_control_B2 +LQ09X016760 Predicted protein 4.865408236 C6_control_B3 +LQ09X016760 Predicted protein 4.939434975 C6_control_C1 +LQ09X016760 Predicted protein 5.190594797 C6_control_C2 +LQ09X016760 Predicted protein 5.2564884 C6_control_C3 +LQ09X016760 Predicted protein 5.224506019 C6_chemical_A1 +LQ09X016760 Predicted protein 5.680580877 C6_chemical_A3 +LQ09X016760 Predicted protein 5.378040763 C6_chemical_B1 +LQ09X016760 Predicted protein 5.154319747 C6_chemical_B2 +LQ09X016760 Predicted protein 5.357788799 C6_chemical_B3 +LQ09X016760 Predicted protein 5.034855132 C6_chemical_C1 +LQ09X016760 Predicted protein 5.238036512 C6_chemical_C2 +LQ09X016760 Predicted protein 5.352824682 C6_chemical_C3 +LQ09X016760 Predicted protein 5.113468719 L4_control_A1 +LQ09X016760 Predicted protein 5.200520996 L4_control_A2 +LQ09X016760 Predicted protein 5.322573822 L4_control_A3 +LQ09X016760 Predicted protein 5.69130148 L4_control_B1 +LQ09X016760 Predicted protein 5.197228709 L4_control_B2 +LQ09X016760 Predicted protein 4.864337181 L4_control_B3 +LQ09X016760 Predicted protein 5.480688134 L4_control_C2 +LQ09X016760 Predicted protein 4.760252998 L4_control_C3 +LQ09X016760 Predicted protein 5.209431657 L4_chemical_A1 +LQ09X016760 Predicted protein 4.945431354 L4_chemical_A2 +LQ09X016760 Predicted protein 5.820475367 L4_chemical_A3 +LQ09X016760 Predicted protein 5.61660678 L4_chemical_B1 +LQ09X016760 Predicted protein 5.548213813 L4_chemical_B2 +LQ09X016760 Predicted protein 4.997538871 L4_chemical_B3 +LQ09X016760 Predicted protein 5.269555273 L4_chemical_C2 +LQ09X016760 Predicted protein 5.459668113 L4_chemical_C3 +LQ09X016780 Serine/threonine protein kinase, putative 5.780310186 C6_control_A1 +LQ09X016780 Serine/threonine protein kinase, putative 5.830333574 C6_control_A3 +LQ09X016780 Serine/threonine protein kinase, putative 5.460740686 C6_control_B1 +LQ09X016780 Serine/threonine protein kinase, putative 5.22641418 C6_control_B2 +LQ09X016780 Serine/threonine protein kinase, putative 5.718320492 C6_control_B3 +LQ09X016780 Serine/threonine protein kinase, putative 5.626307479 C6_control_C1 +LQ09X016780 Serine/threonine protein kinase, putative 6.958018545 C6_control_C2 +LQ09X016780 Serine/threonine protein kinase, putative 5.460913473 C6_control_C3 +LQ09X016780 Serine/threonine protein kinase, putative 5.358142296 C6_chemical_A1 +LQ09X016780 Serine/threonine protein kinase, putative 5.854241137 C6_chemical_A3 +LQ09X016780 Serine/threonine protein kinase, putative 5.071740372 C6_chemical_B1 +LQ09X016780 Serine/threonine protein kinase, putative 5.203221978 C6_chemical_B2 +LQ09X016780 Serine/threonine protein kinase, putative 5.37345099 C6_chemical_B3 +LQ09X016780 Serine/threonine protein kinase, putative 5.672479987 C6_chemical_C1 +LQ09X016780 Serine/threonine protein kinase, putative 5.67683844 C6_chemical_C2 +LQ09X016780 Serine/threonine protein kinase, putative 5.69731585 C6_chemical_C3 +LQ09X016780 Serine/threonine protein kinase, putative 5.004156405 L4_control_A1 +LQ09X016780 Serine/threonine protein kinase, putative 5.638690232 L4_control_A2 +LQ09X016780 Serine/threonine protein kinase, putative 6.036661602 L4_control_A3 +LQ09X016780 Serine/threonine protein kinase, putative 5.66969668 L4_control_B1 +LQ09X016780 Serine/threonine protein kinase, putative 6.225167467 L4_control_B2 +LQ09X016780 Serine/threonine protein kinase, putative 6.028592923 L4_control_B3 +LQ09X016780 Serine/threonine protein kinase, putative 5.094254147 L4_control_C2 +LQ09X016780 Serine/threonine protein kinase, putative 5.217232907 L4_control_C3 +LQ09X016780 Serine/threonine protein kinase, putative 5.116771436 L4_chemical_A1 +LQ09X016780 Serine/threonine protein kinase, putative 5.410203172 L4_chemical_A2 +LQ09X016780 Serine/threonine protein kinase, putative 5.344350287 L4_chemical_A3 +LQ09X016780 Serine/threonine protein kinase, putative 5.818225141 L4_chemical_B1 +LQ09X016780 Serine/threonine protein kinase, putative 6.14347664 L4_chemical_B2 +LQ09X016780 Serine/threonine protein kinase, putative 5.716310081 L4_chemical_B3 +LQ09X016780 Serine/threonine protein kinase, putative 5.526328728 L4_chemical_C2 +LQ09X016780 Serine/threonine protein kinase, putative 5.770849683 L4_chemical_C3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.02822197 C6_control_A1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 10.9273363 C6_control_A3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.13483411 C6_control_B1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.10428401 C6_control_B2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.31093282 C6_control_B3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.94285011 C6_control_C1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.7576298 C6_control_C2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.84477945 C6_control_C3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.07467503 C6_chemical_A1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.196321 C6_chemical_A3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.27201179 C6_chemical_B1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.22034549 C6_chemical_B2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.21520379 C6_chemical_B3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.8558777 C6_chemical_C1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.66634672 C6_chemical_C2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.94382782 C6_chemical_C3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.37042028 L4_control_A1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.68499261 L4_control_A2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.9521091 L4_control_A3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.98191552 L4_control_B1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.94579377 L4_control_B2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.91235583 L4_control_B3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 12.29915862 L4_control_C2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 12.28138369 L4_control_C3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.43692483 L4_chemical_A1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.74272681 L4_chemical_A2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.85397936 L4_chemical_A3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 12.04423264 L4_chemical_B1 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.805835 L4_chemical_B2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.56713736 L4_chemical_B3 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 12.1524752 L4_chemical_C2 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 12.32255054 L4_chemical_C3 +LQ09X016880 Predicted protein 12.79628602 C6_control_A1 +LQ09X016880 Predicted protein 12.6249534 C6_control_A3 +LQ09X016880 Predicted protein 12.67164614 C6_control_B1 +LQ09X016880 Predicted protein 12.7700093 C6_control_B2 +LQ09X016880 Predicted protein 12.87092507 C6_control_B3 +LQ09X016880 Predicted protein 13.14405374 C6_control_C1 +LQ09X016880 Predicted protein 12.96112736 C6_control_C2 +LQ09X016880 Predicted protein 13.00776025 C6_control_C3 +LQ09X016880 Predicted protein 12.60467721 C6_chemical_A1 +LQ09X016880 Predicted protein 13.05494304 C6_chemical_A3 +LQ09X016880 Predicted protein 12.79465747 C6_chemical_B1 +LQ09X016880 Predicted protein 12.73129357 C6_chemical_B2 +LQ09X016880 Predicted protein 12.96442765 C6_chemical_B3 +LQ09X016880 Predicted protein 12.83696634 C6_chemical_C1 +LQ09X016880 Predicted protein 12.75886087 C6_chemical_C2 +LQ09X016880 Predicted protein 13.34556691 C6_chemical_C3 +LQ09X016880 Predicted protein 12.66796056 L4_control_A1 +LQ09X016880 Predicted protein 12.1863125 L4_control_A2 +LQ09X016880 Predicted protein 12.80092184 L4_control_A3 +LQ09X016880 Predicted protein 12.93030605 L4_control_B1 +LQ09X016880 Predicted protein 12.85444285 L4_control_B2 +LQ09X016880 Predicted protein 13.28614651 L4_control_B3 +LQ09X016880 Predicted protein 13.31587343 L4_control_C2 +LQ09X016880 Predicted protein 13.36053675 L4_control_C3 +LQ09X016880 Predicted protein 12.70157569 L4_chemical_A1 +LQ09X016880 Predicted protein 12.21208313 L4_chemical_A2 +LQ09X016880 Predicted protein 12.79969832 L4_chemical_A3 +LQ09X016880 Predicted protein 12.59749816 L4_chemical_B1 +LQ09X016880 Predicted protein 12.3551202 L4_chemical_B2 +LQ09X016880 Predicted protein 13.04747598 L4_chemical_B3 +LQ09X016880 Predicted protein 13.18836475 L4_chemical_C2 +LQ09X016880 Predicted protein 13.11045483 L4_chemical_C3 +LQ09X016900 Putative Predicted protein 4.636657526 C6_control_A1 +LQ09X016900 Putative Predicted protein 4.797883621 C6_control_A3 +LQ09X016900 Putative Predicted protein 4.875379056 C6_control_B1 +LQ09X016900 Putative Predicted protein 4.905407717 C6_control_B2 +LQ09X016900 Putative Predicted protein 4.890875989 C6_control_B3 +LQ09X016900 Putative Predicted protein 4.98308117 C6_control_C1 +LQ09X016900 Putative Predicted protein 4.83387524 C6_control_C2 +LQ09X016900 Putative Predicted protein 4.882830862 C6_control_C3 +LQ09X016900 Putative Predicted protein 4.814805128 C6_chemical_A1 +LQ09X016900 Putative Predicted protein 4.863319401 C6_chemical_A3 +LQ09X016900 Putative Predicted protein 5.071355202 C6_chemical_B1 +LQ09X016900 Putative Predicted protein 4.767077405 C6_chemical_B2 +LQ09X016900 Putative Predicted protein 5.053856461 C6_chemical_B3 +LQ09X016900 Putative Predicted protein 4.989558015 C6_chemical_C1 +LQ09X016900 Putative Predicted protein 4.821868765 C6_chemical_C2 +LQ09X016900 Putative Predicted protein 4.643683092 C6_chemical_C3 +LQ09X016900 Putative Predicted protein 4.811668442 L4_control_A1 +LQ09X016900 Putative Predicted protein 4.670753491 L4_control_A2 +LQ09X016900 Putative Predicted protein 5.051974795 L4_control_A3 +LQ09X016900 Putative Predicted protein 5.536722412 L4_control_B1 +LQ09X016900 Putative Predicted protein 5.149734166 L4_control_B2 +LQ09X016900 Putative Predicted protein 4.669031547 L4_control_B3 +LQ09X016900 Putative Predicted protein 5.176274429 L4_control_C2 +LQ09X016900 Putative Predicted protein 5.693184457 L4_control_C3 +LQ09X016900 Putative Predicted protein 4.736982467 L4_chemical_A1 +LQ09X016900 Putative Predicted protein 4.803808465 L4_chemical_A2 +LQ09X016900 Putative Predicted protein 5.038238551 L4_chemical_A3 +LQ09X016900 Putative Predicted protein 4.882270143 L4_chemical_B1 +LQ09X016900 Putative Predicted protein 4.941123174 L4_chemical_B2 +LQ09X016900 Putative Predicted protein 4.694961855 L4_chemical_B3 +LQ09X016900 Putative Predicted protein 5.602721934 L4_chemical_C2 +LQ09X016900 Putative Predicted protein 6.169230588 L4_chemical_C3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.54671206 C6_control_A1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 9.977511231 C6_control_A3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.02397201 C6_control_B1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.61066491 C6_control_B2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 12.52474312 C6_control_B3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 6.381591081 C6_control_C1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 8.503753536 C6_control_C2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 7.997153609 C6_control_C3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 9.558593684 C6_chemical_A1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.11889788 C6_chemical_A3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.46263876 C6_chemical_B1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.5784614 C6_chemical_B2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.21235512 C6_chemical_B3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 6.96883067 C6_chemical_C1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 9.71946919 C6_chemical_C2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 9.486084658 C6_chemical_C3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.01911353 L4_control_A1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 12.98160272 L4_control_A2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 9.842853003 L4_control_A3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.38349008 L4_control_B1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 12.65890291 L4_control_B2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.69346647 L4_control_B3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 8.976680408 L4_control_C2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.70394138 L4_control_C3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.79964591 L4_chemical_A1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.18628362 L4_chemical_A2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.05774517 L4_chemical_A3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.00822428 L4_chemical_B1 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.7635605 L4_chemical_B2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 11.01819601 L4_chemical_B3 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 9.002658373 L4_chemical_C2 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 10.88048876 L4_chemical_C3 +LQ09X016920 Putative uncharacterized protein 6.21525257 C6_control_A1 +LQ09X016920 Putative uncharacterized protein 6.390523868 C6_control_A3 +LQ09X016920 Putative uncharacterized protein 6.267409637 C6_control_B1 +LQ09X016920 Putative uncharacterized protein 7.578652438 C6_control_B2 +LQ09X016920 Putative uncharacterized protein 6.895184376 C6_control_B3 +LQ09X016920 Putative uncharacterized protein 8.088037886 C6_control_C1 +LQ09X016920 Putative uncharacterized protein 7.133370503 C6_control_C2 +LQ09X016920 Putative uncharacterized protein 8.132031807 C6_control_C3 +LQ09X016920 Putative uncharacterized protein 6.040223825 C6_chemical_A1 +LQ09X016920 Putative uncharacterized protein 6.585823544 C6_chemical_A3 +LQ09X016920 Putative uncharacterized protein 5.567137821 C6_chemical_B1 +LQ09X016920 Putative uncharacterized protein 7.178888661 C6_chemical_B2 +LQ09X016920 Putative uncharacterized protein 6.621944597 C6_chemical_B3 +LQ09X016920 Putative uncharacterized protein 7.891673894 C6_chemical_C1 +LQ09X016920 Putative uncharacterized protein 7.568220149 C6_chemical_C2 +LQ09X016920 Putative uncharacterized protein 8.27818104 C6_chemical_C3 +LQ09X016920 Putative uncharacterized protein 7.036469891 L4_control_A1 +LQ09X016920 Putative uncharacterized protein 5.666219475 L4_control_A2 +LQ09X016920 Putative uncharacterized protein 5.611913918 L4_control_A3 +LQ09X016920 Putative uncharacterized protein 6.900775295 L4_control_B1 +LQ09X016920 Putative uncharacterized protein 5.483287646 L4_control_B2 +LQ09X016920 Putative uncharacterized protein 7.651446948 L4_control_B3 +LQ09X016920 Putative uncharacterized protein 6.660686564 L4_control_C2 +LQ09X016920 Putative uncharacterized protein 6.761724186 L4_control_C3 +LQ09X016920 Putative uncharacterized protein 7.105411559 L4_chemical_A1 +LQ09X016920 Putative uncharacterized protein 5.54496395 L4_chemical_A2 +LQ09X016920 Putative uncharacterized protein 6.605520816 L4_chemical_A3 +LQ09X016920 Putative uncharacterized protein 6.694337528 L4_chemical_B1 +LQ09X016920 Putative uncharacterized protein 5.360622336 L4_chemical_B2 +LQ09X016920 Putative uncharacterized protein 7.176380998 L4_chemical_B3 +LQ09X016920 Putative uncharacterized protein 7.077967931 L4_chemical_C2 +LQ09X016920 Putative uncharacterized protein 7.617899546 L4_chemical_C3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.354325548 C6_control_A1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 8.865588787 C6_control_A3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.144411229 C6_control_B1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.31359193 C6_control_B2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 8.911053881 C6_control_B3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.14897474 C6_control_C1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.330374123 C6_control_C2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.07351867 C6_control_C3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.44714963 C6_chemical_A1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.565203855 C6_chemical_A3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.66615503 C6_chemical_B1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.58580405 C6_chemical_B2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.311198878 C6_chemical_B3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.76079559 C6_chemical_C1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.485786281 C6_chemical_C2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.030427609 C6_chemical_C3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.752751638 L4_control_A1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.16129813 L4_control_A2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 7.638348443 L4_control_A3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.616393264 L4_control_B1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.18442248 L4_control_B2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.630342361 L4_control_B3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 7.552452793 L4_control_C2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 7.618771412 L4_control_C3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.12040907 L4_chemical_A1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.62586975 L4_chemical_A2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 8.218639001 L4_chemical_A3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.455162601 L4_chemical_B1 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 11.35316338 L4_chemical_B2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.534231439 L4_chemical_B3 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 8.156746059 L4_chemical_C2 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 9.62814741 L4_chemical_C3 +LQ09X017030 Predicted protein 12.53719613 C6_control_A1 +LQ09X017030 Predicted protein 12.37883971 C6_control_A3 +LQ09X017030 Predicted protein 12.77150517 C6_control_B1 +LQ09X017030 Predicted protein 12.45412319 C6_control_B2 +LQ09X017030 Predicted protein 12.41344517 C6_control_B3 +LQ09X017030 Predicted protein 11.75772888 C6_control_C1 +LQ09X017030 Predicted protein 11.65382911 C6_control_C2 +LQ09X017030 Predicted protein 11.58268478 C6_control_C3 +LQ09X017030 Predicted protein 12.58131486 C6_chemical_A1 +LQ09X017030 Predicted protein 12.60720349 C6_chemical_A3 +LQ09X017030 Predicted protein 12.76668639 C6_chemical_B1 +LQ09X017030 Predicted protein 12.28201639 C6_chemical_B2 +LQ09X017030 Predicted protein 12.33071372 C6_chemical_B3 +LQ09X017030 Predicted protein 11.65582042 C6_chemical_C1 +LQ09X017030 Predicted protein 11.559329 C6_chemical_C2 +LQ09X017030 Predicted protein 11.63201206 C6_chemical_C3 +LQ09X017030 Predicted protein 12.38679477 L4_control_A1 +LQ09X017030 Predicted protein 12.50253534 L4_control_A2 +LQ09X017030 Predicted protein 12.595158 L4_control_A3 +LQ09X017030 Predicted protein 12.7368299 L4_control_B1 +LQ09X017030 Predicted protein 12.36129187 L4_control_B2 +LQ09X017030 Predicted protein 12.87794719 L4_control_B3 +LQ09X017030 Predicted protein 11.19188753 L4_control_C2 +LQ09X017030 Predicted protein 11.86409885 L4_control_C3 +LQ09X017030 Predicted protein 12.22177546 L4_chemical_A1 +LQ09X017030 Predicted protein 12.28450879 L4_chemical_A2 +LQ09X017030 Predicted protein 12.45315389 L4_chemical_A3 +LQ09X017030 Predicted protein 12.41454768 L4_chemical_B1 +LQ09X017030 Predicted protein 12.20162723 L4_chemical_B2 +LQ09X017030 Predicted protein 12.78429163 L4_chemical_B3 +LQ09X017030 Predicted protein 11.15087143 L4_chemical_C2 +LQ09X017030 Predicted protein 11.82718497 L4_chemical_C3 +LQ09X017090 Predicted protein 10.6056007 C6_control_A1 +LQ09X017090 Predicted protein 9.8620507 C6_control_A3 +LQ09X017090 Predicted protein 11.03962997 C6_control_B1 +LQ09X017090 Predicted protein 12.32268962 C6_control_B2 +LQ09X017090 Predicted protein 11.25429939 C6_control_B3 +LQ09X017090 Predicted protein 12.00818744 C6_control_C1 +LQ09X017090 Predicted protein 11.98496363 C6_control_C2 +LQ09X017090 Predicted protein 11.418934 C6_control_C3 +LQ09X017090 Predicted protein 10.6345006 C6_chemical_A1 +LQ09X017090 Predicted protein 10.48043593 C6_chemical_A3 +LQ09X017090 Predicted protein 11.37392744 C6_chemical_B1 +LQ09X017090 Predicted protein 12.58497992 C6_chemical_B2 +LQ09X017090 Predicted protein 11.54259217 C6_chemical_B3 +LQ09X017090 Predicted protein 12.17091497 C6_chemical_C1 +LQ09X017090 Predicted protein 12.17616749 C6_chemical_C2 +LQ09X017090 Predicted protein 12.36351853 C6_chemical_C3 +LQ09X017090 Predicted protein 10.03875545 L4_control_A1 +LQ09X017090 Predicted protein 10.41566581 L4_control_A2 +LQ09X017090 Predicted protein 10.07905257 L4_control_A3 +LQ09X017090 Predicted protein 11.3086638 L4_control_B1 +LQ09X017090 Predicted protein 11.42242671 L4_control_B2 +LQ09X017090 Predicted protein 12.28074445 L4_control_B3 +LQ09X017090 Predicted protein 10.9007576 L4_control_C2 +LQ09X017090 Predicted protein 10.37544302 L4_control_C3 +LQ09X017090 Predicted protein 10.30948299 L4_chemical_A1 +LQ09X017090 Predicted protein 11.01464822 L4_chemical_A2 +LQ09X017090 Predicted protein 10.08729914 L4_chemical_A3 +LQ09X017090 Predicted protein 10.90836822 L4_chemical_B1 +LQ09X017090 Predicted protein 11.22480855 L4_chemical_B2 +LQ09X017090 Predicted protein 11.30546197 L4_chemical_B3 +LQ09X017090 Predicted protein 10.52983509 L4_chemical_C2 +LQ09X017090 Predicted protein 10.63861385 L4_chemical_C3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.77213399 C6_control_A1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.43260315 C6_control_A3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.82595816 C6_control_B1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.39346877 C6_control_B2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.758103 C6_control_B3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.3992493 C6_control_C1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.22704921 C6_control_C2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.62713592 C6_control_C3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.49953893 C6_chemical_A1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.09315718 C6_chemical_A3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.5478586 C6_chemical_B1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.33528988 C6_chemical_B2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.7100471 C6_chemical_B3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.38719648 C6_chemical_C1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.59795837 C6_chemical_C2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.37094018 C6_chemical_C3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.12271826 L4_control_A1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.110665433 L4_control_A2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.00881658 L4_control_A3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.765282556 L4_control_B1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.836069255 L4_control_B2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.996890598 L4_control_B3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 11.24762675 L4_control_C2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.360785885 L4_control_C3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.687500271 L4_chemical_A1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 8.894676927 L4_chemical_A2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.065848585 L4_chemical_A3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.27625364 L4_chemical_B1 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.473852803 L4_chemical_B2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.817208272 L4_chemical_B3 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.06070089 L4_chemical_C2 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 9.637814831 L4_chemical_C3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.603021307 C6_control_A1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.778855067 C6_control_A3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.562127654 C6_control_B1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.260580641 C6_control_B2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.84027681 C6_control_B3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 4.928018862 C6_control_C1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.127788304 C6_control_C2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.084377324 C6_control_C3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.807493375 C6_chemical_A1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.712237239 C6_chemical_A3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.45325419 C6_chemical_B1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.224939699 C6_chemical_B2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.949438455 C6_chemical_B3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.269780758 C6_chemical_C1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.24764812 C6_chemical_C2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.498988286 C6_chemical_C3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.349376997 L4_control_A1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.643220723 L4_control_A2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.336964343 L4_control_A3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 4.981270689 L4_control_B1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.452658545 L4_control_B2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.456235191 L4_control_B3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.313098668 L4_control_C2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.817254129 L4_control_C3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.130900309 L4_chemical_A1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.345390506 L4_chemical_A2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.884368041 L4_chemical_A3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.395560844 L4_chemical_B1 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.183994476 L4_chemical_B2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.587753144 L4_chemical_B3 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.160760229 L4_chemical_C2 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.231852581 L4_chemical_C3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.77923114 C6_control_A1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.793584318 C6_control_A3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.761539605 C6_control_B1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.487391538 C6_control_B2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.67056264 C6_control_B3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.307951731 C6_control_C1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.626259084 C6_control_C2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.61070056 C6_control_C3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.133055559 C6_chemical_A1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.809807391 C6_chemical_A3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.742348152 C6_chemical_B1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.574022727 C6_chemical_B2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.889294472 C6_chemical_B3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.414007995 C6_chemical_C1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.752213701 C6_chemical_C2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.505027274 C6_chemical_C3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.74191534 L4_control_A1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.97803897 L4_control_A2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.172648809 L4_control_A3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.878937446 L4_control_B1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.097836082 L4_control_B2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.789643087 L4_control_B3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.269791846 L4_control_C2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.814261129 L4_control_C3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.550227691 L4_chemical_A1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.716827777 L4_chemical_A2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.183449182 L4_chemical_A3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.063446357 L4_chemical_B1 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.294118657 L4_chemical_B2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.7818877 L4_chemical_B3 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 4.891216667 L4_chemical_C2 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.130866283 L4_chemical_C3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.339656439 C6_control_A1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.669477308 C6_control_A3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.313005941 C6_control_B1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.150670533 C6_control_B2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.797153685 C6_control_B3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.402619814 C6_control_C1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 7.059776754 C6_control_C2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.386281843 C6_control_C3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.485341224 C6_chemical_A1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.888241047 C6_chemical_A3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.924387299 C6_chemical_B1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.974149845 C6_chemical_B2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.422998058 C6_chemical_B3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 7.030144209 C6_chemical_C1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.363181902 C6_chemical_C2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.922302429 C6_chemical_C3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.959260775 L4_control_A1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.580866747 L4_control_A2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.762301092 L4_control_A3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.307560921 L4_control_B1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.147632585 L4_control_B2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.558213096 L4_control_B3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.757431726 L4_control_C2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.660739298 L4_control_C3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.108873515 L4_chemical_A1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.337641208 L4_chemical_A2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.52510884 L4_chemical_A3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.181199049 L4_chemical_B1 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.785503074 L4_chemical_B2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.638363731 L4_chemical_B3 +LQ09X017330 Probable small nuclear ribonucleoprotein F 6.00472031 L4_chemical_C2 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.888194839 L4_chemical_C3 +LQ09X017350 NADPH--cytochrome P450 reductase 4.687625652 C6_control_A1 +LQ09X017350 NADPH--cytochrome P450 reductase 4.787914402 C6_control_A3 +LQ09X017350 NADPH--cytochrome P450 reductase 5.056099726 C6_control_B1 +LQ09X017350 NADPH--cytochrome P450 reductase 5.036681365 C6_control_B2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.646723701 C6_control_B3 +LQ09X017350 NADPH--cytochrome P450 reductase 4.718135435 C6_control_C1 +LQ09X017350 NADPH--cytochrome P450 reductase 5.209135605 C6_control_C2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.710871791 C6_control_C3 +LQ09X017350 NADPH--cytochrome P450 reductase 4.940100481 C6_chemical_A1 +LQ09X017350 NADPH--cytochrome P450 reductase 4.85087692 C6_chemical_A3 +LQ09X017350 NADPH--cytochrome P450 reductase 5.32079391 C6_chemical_B1 +LQ09X017350 NADPH--cytochrome P450 reductase 4.913923947 C6_chemical_B2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.508063567 C6_chemical_B3 +LQ09X017350 NADPH--cytochrome P450 reductase 4.831754413 C6_chemical_C1 +LQ09X017350 NADPH--cytochrome P450 reductase 5.034730249 C6_chemical_C2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.964280739 C6_chemical_C3 +LQ09X017350 NADPH--cytochrome P450 reductase 5.034813565 L4_control_A1 +LQ09X017350 NADPH--cytochrome P450 reductase 5.119291129 L4_control_A2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.955085257 L4_control_A3 +LQ09X017350 NADPH--cytochrome P450 reductase 4.783932249 L4_control_B1 +LQ09X017350 NADPH--cytochrome P450 reductase 4.816216984 L4_control_B2 +LQ09X017350 NADPH--cytochrome P450 reductase 5.070819101 L4_control_B3 +LQ09X017350 NADPH--cytochrome P450 reductase 5.253107351 L4_control_C2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.81779666 L4_control_C3 +LQ09X017350 NADPH--cytochrome P450 reductase 4.820597059 L4_chemical_A1 +LQ09X017350 NADPH--cytochrome P450 reductase 4.659932601 L4_chemical_A2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.996732573 L4_chemical_A3 +LQ09X017350 NADPH--cytochrome P450 reductase 4.69378797 L4_chemical_B1 +LQ09X017350 NADPH--cytochrome P450 reductase 4.643187071 L4_chemical_B2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.806773242 L4_chemical_B3 +LQ09X017350 NADPH--cytochrome P450 reductase 5.004224595 L4_chemical_C2 +LQ09X017350 NADPH--cytochrome P450 reductase 4.978169695 L4_chemical_C3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 11.10632369 C6_control_A1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 11.81826942 C6_control_A3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 10.40683318 C6_control_B1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 9.273721351 C6_control_B2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 9.603458269 C6_control_B3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 8.157286808 C6_control_C1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 7.862688654 C6_control_C2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 7.389398929 C6_control_C3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 10.97737862 C6_chemical_A1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 11.55400633 C6_chemical_A3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 9.896119142 C6_chemical_B1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 9.233545307 C6_chemical_B2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 9.12978013 C6_chemical_B3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 7.863553069 C6_chemical_C1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 7.360854291 C6_chemical_C2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 6.765168142 C6_chemical_C3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 11.77675344 L4_control_A1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 11.49093847 L4_control_A2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 12.09323545 L4_control_A3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 9.840468352 L4_control_B1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 10.28078018 L4_control_B2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 9.011150229 L4_control_B3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 6.733092851 L4_control_C2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 6.215710775 L4_control_C3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 10.7073943 L4_chemical_A1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 10.65850936 L4_chemical_A2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 11.85344856 L4_chemical_A3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 10.30060726 L4_chemical_B1 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 9.711417976 L4_chemical_B2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 10.45223483 L4_chemical_B3 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 6.605151457 L4_chemical_C2 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 6.135663472 L4_chemical_C3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.29984963 C6_control_A1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.56855082 C6_control_A3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 11.34842952 C6_control_B1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.49728011 C6_control_B2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.38634945 C6_control_B3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 11.16786127 C6_control_C1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.64848629 C6_control_C2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.60780505 C6_control_C3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 11.84226645 C6_chemical_A1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.56434676 C6_chemical_A3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.92270743 C6_chemical_B1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.48544878 C6_chemical_B2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.15251205 C6_chemical_B3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 11.00999549 C6_chemical_C1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.72905352 C6_chemical_C2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.49867225 C6_chemical_C3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.79613686 L4_control_A1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.69357556 L4_control_A2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 13.42214401 L4_control_A3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 11.9128322 L4_control_B1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.37155478 L4_control_B2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 10.69054653 L4_control_B3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.22972839 L4_control_C2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.39760719 L4_control_C3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 11.76974022 L4_chemical_A1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.17325326 L4_chemical_A2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.88897178 L4_chemical_A3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.36716945 L4_chemical_B1 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.61352003 L4_chemical_B2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 11.30058143 L4_chemical_B3 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.30514838 L4_chemical_C2 +LQ09X017430 Putative Replication protein A 32 kDa subunit 12.07257401 L4_chemical_C3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.9112949 C6_control_A1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 13.35353201 C6_control_A3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.76859633 C6_control_B1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 10.64908698 C6_control_B2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.09656866 C6_control_B3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 10.27015279 C6_control_C1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 9.115049023 C6_control_C2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 10.60895234 C6_control_C3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 12.19597201 C6_chemical_A1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 13.51138785 C6_chemical_A3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.4527473 C6_chemical_B1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 10.08686084 C6_chemical_B2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.07599379 C6_chemical_B3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 9.972998183 C6_chemical_C1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 8.912366713 C6_chemical_C2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 9.328132576 C6_chemical_C3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 13.43989923 L4_control_A1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 12.46237092 L4_control_A2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 13.24154199 L4_control_A3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 10.98953867 L4_control_B1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.22285107 L4_control_B2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 10.1135805 L4_control_B3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 9.239444733 L4_control_C2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 8.978294611 L4_control_C3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 12.85018013 L4_chemical_A1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 12.04982768 L4_chemical_A2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 13.26894126 L4_chemical_A3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.80531157 L4_chemical_B1 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.73920585 L4_chemical_B2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 11.49843652 L4_chemical_B3 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 9.516331363 L4_chemical_C2 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 9.135412851 L4_chemical_C3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.775406267 C6_control_A1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.637535097 C6_control_A3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.39544125 C6_control_B1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.559775839 C6_control_B2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.68615287 C6_control_B3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.520434734 C6_control_C1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.518371315 C6_control_C2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.420645066 C6_control_C3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.693449267 C6_chemical_A1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.698720695 C6_chemical_A3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.963419652 C6_chemical_B1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.269399949 C6_chemical_B2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.137743031 C6_chemical_B3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.16348576 C6_chemical_C1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.406275839 C6_chemical_C2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.473203088 C6_chemical_C3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.761704471 L4_control_A1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.910163785 L4_control_A2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.044307008 L4_control_A3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.212879106 L4_control_B1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.397534139 L4_control_B2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.221508314 L4_control_B3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.459291683 L4_control_C2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.714251552 L4_control_C3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.686375699 L4_chemical_A1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.638270812 L4_chemical_A2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.497390352 L4_chemical_A3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.054299674 L4_chemical_B1 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.641326835 L4_chemical_B2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.095771024 L4_chemical_B3 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.211552565 L4_chemical_C2 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 6.102384065 L4_chemical_C3 +LQ09X017500 Peroxidase 45 4.730247126 C6_control_A1 +LQ09X017500 Peroxidase 45 4.831708688 C6_control_A3 +LQ09X017500 Peroxidase 45 5.69434402 C6_control_B1 +LQ09X017500 Peroxidase 45 4.97262614 C6_control_B2 +LQ09X017500 Peroxidase 45 5.0644922 C6_control_B3 +LQ09X017500 Peroxidase 45 5.142779406 C6_control_C1 +LQ09X017500 Peroxidase 45 5.132445161 C6_control_C2 +LQ09X017500 Peroxidase 45 5.121591364 C6_control_C3 +LQ09X017500 Peroxidase 45 5.069925386 C6_chemical_A1 +LQ09X017500 Peroxidase 45 4.583924316 C6_chemical_A3 +LQ09X017500 Peroxidase 45 5.178880632 C6_chemical_B1 +LQ09X017500 Peroxidase 45 5.111356103 C6_chemical_B2 +LQ09X017500 Peroxidase 45 4.952165739 C6_chemical_B3 +LQ09X017500 Peroxidase 45 5.162274753 C6_chemical_C1 +LQ09X017500 Peroxidase 45 5.118373332 C6_chemical_C2 +LQ09X017500 Peroxidase 45 4.896652285 C6_chemical_C3 +LQ09X017500 Peroxidase 45 5.084807817 L4_control_A1 +LQ09X017500 Peroxidase 45 5.263512551 L4_control_A2 +LQ09X017500 Peroxidase 45 4.865106357 L4_control_A3 +LQ09X017500 Peroxidase 45 5.069848983 L4_control_B1 +LQ09X017500 Peroxidase 45 5.221235921 L4_control_B2 +LQ09X017500 Peroxidase 45 5.001139559 L4_control_B3 +LQ09X017500 Peroxidase 45 6.297255571 L4_control_C2 +LQ09X017500 Peroxidase 45 5.260037378 L4_control_C3 +LQ09X017500 Peroxidase 45 4.741206273 L4_chemical_A1 +LQ09X017500 Peroxidase 45 4.847365299 L4_chemical_A2 +LQ09X017500 Peroxidase 45 4.839057153 L4_chemical_A3 +LQ09X017500 Peroxidase 45 5.141503608 L4_chemical_B1 +LQ09X017500 Peroxidase 45 5.038163522 L4_chemical_B2 +LQ09X017500 Peroxidase 45 4.884752098 L4_chemical_B3 +LQ09X017500 Peroxidase 45 5.862403231 L4_chemical_C2 +LQ09X017500 Peroxidase 45 5.291462037 L4_chemical_C3 +LQ09X017510 Predicted protein 5.814921362 C6_control_A1 +LQ09X017510 Predicted protein 6.432305328 C6_control_A3 +LQ09X017510 Predicted protein 5.766740148 C6_control_B1 +LQ09X017510 Predicted protein 6.037401189 C6_control_B2 +LQ09X017510 Predicted protein 6.16821735 C6_control_B3 +LQ09X017510 Predicted protein 6.524527071 C6_control_C1 +LQ09X017510 Predicted protein 6.376160683 C6_control_C2 +LQ09X017510 Predicted protein 6.2423309 C6_control_C3 +LQ09X017510 Predicted protein 6.224379791 C6_chemical_A1 +LQ09X017510 Predicted protein 5.381200551 C6_chemical_A3 +LQ09X017510 Predicted protein 6.178807703 C6_chemical_B1 +LQ09X017510 Predicted protein 6.512456599 C6_chemical_B2 +LQ09X017510 Predicted protein 6.312098351 C6_chemical_B3 +LQ09X017510 Predicted protein 5.964726193 C6_chemical_C1 +LQ09X017510 Predicted protein 5.970219385 C6_chemical_C2 +LQ09X017510 Predicted protein 5.867512023 C6_chemical_C3 +LQ09X017510 Predicted protein 5.865550641 L4_control_A1 +LQ09X017510 Predicted protein 5.616945374 L4_control_A2 +LQ09X017510 Predicted protein 5.281934338 L4_control_A3 +LQ09X017510 Predicted protein 5.315295222 L4_control_B1 +LQ09X017510 Predicted protein 5.749552593 L4_control_B2 +LQ09X017510 Predicted protein 5.532527433 L4_control_B3 +LQ09X017510 Predicted protein 6.248490756 L4_control_C2 +LQ09X017510 Predicted protein 6.209540515 L4_control_C3 +LQ09X017510 Predicted protein 5.55201092 L4_chemical_A1 +LQ09X017510 Predicted protein 5.96378248 L4_chemical_A2 +LQ09X017510 Predicted protein 5.368920029 L4_chemical_A3 +LQ09X017510 Predicted protein 5.439600087 L4_chemical_B1 +LQ09X017510 Predicted protein 5.8227871 L4_chemical_B2 +LQ09X017510 Predicted protein 5.670924241 L4_chemical_B3 +LQ09X017510 Predicted protein 5.797322956 L4_chemical_C2 +LQ09X017510 Predicted protein 5.881348058 L4_chemical_C3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.981001413 C6_control_A1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.418983333 C6_control_A3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.788771447 C6_control_B1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.953627615 C6_control_B2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.930001971 C6_control_B3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.729543779 C6_control_C1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.887331124 C6_control_C2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.954288015 C6_control_C3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.94643799 C6_chemical_A1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.950307695 C6_chemical_A3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.144974161 C6_chemical_B1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.946653278 C6_chemical_B2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.793427353 C6_chemical_B3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.692404703 C6_chemical_C1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.748604879 C6_chemical_C2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.088260009 C6_chemical_C3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.970204735 L4_control_A1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.266145296 L4_control_A2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.230517771 L4_control_A3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.820105785 L4_control_B1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.861973612 L4_control_B2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.158553539 L4_control_B3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.674602776 L4_control_C2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.828528336 L4_control_C3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.113476089 L4_chemical_A1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.14520932 L4_chemical_A2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.124412678 L4_chemical_A3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.837933824 L4_chemical_B1 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.418899635 L4_chemical_B2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.885251243 L4_chemical_B3 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.862271271 L4_chemical_C2 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 5.172376858 L4_chemical_C3 +LQ09X017700 NifU-like protein 3, chloroplastic 12.40944071 C6_control_A1 +LQ09X017700 NifU-like protein 3, chloroplastic 11.83994255 C6_control_A3 +LQ09X017700 NifU-like protein 3, chloroplastic 11.9430365 C6_control_B1 +LQ09X017700 NifU-like protein 3, chloroplastic 12.94763787 C6_control_B2 +LQ09X017700 NifU-like protein 3, chloroplastic 11.7111258 C6_control_B3 +LQ09X017700 NifU-like protein 3, chloroplastic 14.36602504 C6_control_C1 +LQ09X017700 NifU-like protein 3, chloroplastic 13.74539502 C6_control_C2 +LQ09X017700 NifU-like protein 3, chloroplastic 13.53130671 C6_control_C3 +LQ09X017700 NifU-like protein 3, chloroplastic 12.66527171 C6_chemical_A1 +LQ09X017700 NifU-like protein 3, chloroplastic 11.8381961 C6_chemical_A3 +LQ09X017700 NifU-like protein 3, chloroplastic 12.05373895 C6_chemical_B1 +LQ09X017700 NifU-like protein 3, chloroplastic 13.43978186 C6_chemical_B2 +LQ09X017700 NifU-like protein 3, chloroplastic 11.38458513 C6_chemical_B3 +LQ09X017700 NifU-like protein 3, chloroplastic 14.3335841 C6_chemical_C1 +LQ09X017700 NifU-like protein 3, chloroplastic 14.15267818 C6_chemical_C2 +LQ09X017700 NifU-like protein 3, chloroplastic 13.54372361 C6_chemical_C3 +LQ09X017700 NifU-like protein 3, chloroplastic 11.56653059 L4_control_A1 +LQ09X017700 NifU-like protein 3, chloroplastic 12.19615139 L4_control_A2 +LQ09X017700 NifU-like protein 3, chloroplastic 11.12041162 L4_control_A3 +LQ09X017700 NifU-like protein 3, chloroplastic 11.03179802 L4_control_B1 +LQ09X017700 NifU-like protein 3, chloroplastic 10.97123757 L4_control_B2 +LQ09X017700 NifU-like protein 3, chloroplastic 11.49113608 L4_control_B3 +LQ09X017700 NifU-like protein 3, chloroplastic 12.60866729 L4_control_C2 +LQ09X017700 NifU-like protein 3, chloroplastic 11.36452372 L4_control_C3 +LQ09X017700 NifU-like protein 3, chloroplastic 11.32481907 L4_chemical_A1 +LQ09X017700 NifU-like protein 3, chloroplastic 11.96784053 L4_chemical_A2 +LQ09X017700 NifU-like protein 3, chloroplastic 11.03472144 L4_chemical_A3 +LQ09X017700 NifU-like protein 3, chloroplastic 10.95161839 L4_chemical_B1 +LQ09X017700 NifU-like protein 3, chloroplastic 11.1686984 L4_chemical_B2 +LQ09X017700 NifU-like protein 3, chloroplastic 10.78007119 L4_chemical_B3 +LQ09X017700 NifU-like protein 3, chloroplastic 12.53347579 L4_chemical_C2 +LQ09X017700 NifU-like protein 3, chloroplastic 11.9234827 L4_chemical_C3 +LQ09X017720 Predicted protein 13.77402639 C6_control_A1 +LQ09X017720 Predicted protein 13.70027407 C6_control_A3 +LQ09X017720 Predicted protein 13.42933611 C6_control_B1 +LQ09X017720 Predicted protein 13.81956168 C6_control_B2 +LQ09X017720 Predicted protein 13.30196762 C6_control_B3 +LQ09X017720 Predicted protein 14.31497818 C6_control_C1 +LQ09X017720 Predicted protein 14.37373795 C6_control_C2 +LQ09X017720 Predicted protein 14.16511552 C6_control_C3 +LQ09X017720 Predicted protein 13.7603357 C6_chemical_A1 +LQ09X017720 Predicted protein 13.4001088 C6_chemical_A3 +LQ09X017720 Predicted protein 13.71488774 C6_chemical_B1 +LQ09X017720 Predicted protein 13.932264 C6_chemical_B2 +LQ09X017720 Predicted protein 13.20763805 C6_chemical_B3 +LQ09X017720 Predicted protein 14.07544816 C6_chemical_C1 +LQ09X017720 Predicted protein 14.52157586 C6_chemical_C2 +LQ09X017720 Predicted protein 14.09741756 C6_chemical_C3 +LQ09X017720 Predicted protein 13.42001549 L4_control_A1 +LQ09X017720 Predicted protein 13.66318178 L4_control_A2 +LQ09X017720 Predicted protein 13.87804006 L4_control_A3 +LQ09X017720 Predicted protein 13.26266636 L4_control_B1 +LQ09X017720 Predicted protein 13.26711749 L4_control_B2 +LQ09X017720 Predicted protein 13.59807807 L4_control_B3 +LQ09X017720 Predicted protein 14.6596017 L4_control_C2 +LQ09X017720 Predicted protein 14.45341304 L4_control_C3 +LQ09X017720 Predicted protein 12.67535098 L4_chemical_A1 +LQ09X017720 Predicted protein 13.42891449 L4_chemical_A2 +LQ09X017720 Predicted protein 13.42830501 L4_chemical_A3 +LQ09X017720 Predicted protein 13.32320643 L4_chemical_B1 +LQ09X017720 Predicted protein 13.57167519 L4_chemical_B2 +LQ09X017720 Predicted protein 12.96218991 L4_chemical_B3 +LQ09X017720 Predicted protein 14.93960561 L4_chemical_C2 +LQ09X017720 Predicted protein 14.63509901 L4_chemical_C3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.648617622 C6_control_A1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.29448155 C6_control_A3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 6.068584353 C6_control_B1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.592435227 C6_control_B2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.319362324 C6_control_B3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.353049964 C6_control_C1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.186464661 C6_control_C2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.603413754 C6_control_C3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.435971592 C6_chemical_A1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.551131164 C6_chemical_A3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.279839592 C6_chemical_B1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.208849722 C6_chemical_B2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.710491334 C6_chemical_B3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.43575745 C6_chemical_C1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.529269063 C6_chemical_C2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.28746732 C6_chemical_C3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.361012295 L4_control_A1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 6.08473642 L4_control_A2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 6.577429719 L4_control_A3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 6.391652233 L4_control_B1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.427017406 L4_control_B2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.235927974 L4_control_B3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 6.748524455 L4_control_C2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.77094728 L4_control_C3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.663206248 L4_chemical_A1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.936205575 L4_chemical_A2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 6.383617772 L4_chemical_A3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.850461893 L4_chemical_B1 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.379528371 L4_chemical_B2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.221423398 L4_chemical_B3 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.89909162 L4_chemical_C2 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.512097212 L4_chemical_C3 +LQ09X017780 Plasma membrane ATPase 4 7.605471509 C6_control_A1 +LQ09X017780 Plasma membrane ATPase 4 6.612742076 C6_control_A3 +LQ09X017780 Plasma membrane ATPase 4 7.790313705 C6_control_B1 +LQ09X017780 Plasma membrane ATPase 4 7.803248423 C6_control_B2 +LQ09X017780 Plasma membrane ATPase 4 7.980549655 C6_control_B3 +LQ09X017780 Plasma membrane ATPase 4 8.780656908 C6_control_C1 +LQ09X017780 Plasma membrane ATPase 4 8.061248214 C6_control_C2 +LQ09X017780 Plasma membrane ATPase 4 8.547404011 C6_control_C3 +LQ09X017780 Plasma membrane ATPase 4 7.084467573 C6_chemical_A1 +LQ09X017780 Plasma membrane ATPase 4 7.398805313 C6_chemical_A3 +LQ09X017780 Plasma membrane ATPase 4 6.697258955 C6_chemical_B1 +LQ09X017780 Plasma membrane ATPase 4 7.483718328 C6_chemical_B2 +LQ09X017780 Plasma membrane ATPase 4 7.65798244 C6_chemical_B3 +LQ09X017780 Plasma membrane ATPase 4 8.706182272 C6_chemical_C1 +LQ09X017780 Plasma membrane ATPase 4 8.108195568 C6_chemical_C2 +LQ09X017780 Plasma membrane ATPase 4 8.410830377 C6_chemical_C3 +LQ09X017780 Plasma membrane ATPase 4 8.043927646 L4_control_A1 +LQ09X017780 Plasma membrane ATPase 4 7.76689827 L4_control_A2 +LQ09X017780 Plasma membrane ATPase 4 7.772986949 L4_control_A3 +LQ09X017780 Plasma membrane ATPase 4 7.355471689 L4_control_B1 +LQ09X017780 Plasma membrane ATPase 4 7.489201909 L4_control_B2 +LQ09X017780 Plasma membrane ATPase 4 8.573179092 L4_control_B3 +LQ09X017780 Plasma membrane ATPase 4 7.041347776 L4_control_C2 +LQ09X017780 Plasma membrane ATPase 4 6.449590905 L4_control_C3 +LQ09X017780 Plasma membrane ATPase 4 7.82302971 L4_chemical_A1 +LQ09X017780 Plasma membrane ATPase 4 6.896256527 L4_chemical_A2 +LQ09X017780 Plasma membrane ATPase 4 7.532984775 L4_chemical_A3 +LQ09X017780 Plasma membrane ATPase 4 6.834837545 L4_chemical_B1 +LQ09X017780 Plasma membrane ATPase 4 6.767256277 L4_chemical_B2 +LQ09X017780 Plasma membrane ATPase 4 7.813433654 L4_chemical_B3 +LQ09X017780 Plasma membrane ATPase 4 5.969266248 L4_chemical_C2 +LQ09X017780 Plasma membrane ATPase 4 6.873017008 L4_chemical_C3 +LQ09X017830 Hypothetical protein 8.173416801 C6_control_A1 +LQ09X017830 Hypothetical protein 7.863870348 C6_control_A3 +LQ09X017830 Hypothetical protein 7.963188389 C6_control_B1 +LQ09X017830 Hypothetical protein 7.667330186 C6_control_B2 +LQ09X017830 Hypothetical protein 7.803640591 C6_control_B3 +LQ09X017830 Hypothetical protein 7.939113715 C6_control_C1 +LQ09X017830 Hypothetical protein 7.779632639 C6_control_C2 +LQ09X017830 Hypothetical protein 7.918962817 C6_control_C3 +LQ09X017830 Hypothetical protein 7.735537832 C6_chemical_A1 +LQ09X017830 Hypothetical protein 8.109407147 C6_chemical_A3 +LQ09X017830 Hypothetical protein 7.831602236 C6_chemical_B1 +LQ09X017830 Hypothetical protein 7.615324612 C6_chemical_B2 +LQ09X017830 Hypothetical protein 7.890843778 C6_chemical_B3 +LQ09X017830 Hypothetical protein 8.229495243 C6_chemical_C1 +LQ09X017830 Hypothetical protein 8.112727591 C6_chemical_C2 +LQ09X017830 Hypothetical protein 8.066433298 C6_chemical_C3 +LQ09X017830 Hypothetical protein 8.298691122 L4_control_A1 +LQ09X017830 Hypothetical protein 8.120492659 L4_control_A2 +LQ09X017830 Hypothetical protein 7.460009169 L4_control_A3 +LQ09X017830 Hypothetical protein 8.466896143 L4_control_B1 +LQ09X017830 Hypothetical protein 8.099747367 L4_control_B2 +LQ09X017830 Hypothetical protein 7.606480448 L4_control_B3 +LQ09X017830 Hypothetical protein 9.677683966 L4_control_C2 +LQ09X017830 Hypothetical protein 9.337416154 L4_control_C3 +LQ09X017830 Hypothetical protein 8.002818423 L4_chemical_A1 +LQ09X017830 Hypothetical protein 7.929851459 L4_chemical_A2 +LQ09X017830 Hypothetical protein 6.516513206 L4_chemical_A3 +LQ09X017830 Hypothetical protein 8.727304561 L4_chemical_B1 +LQ09X017830 Hypothetical protein 8.915926643 L4_chemical_B2 +LQ09X017830 Hypothetical protein 7.402425723 L4_chemical_B3 +LQ09X017830 Hypothetical protein 9.087108527 L4_chemical_C2 +LQ09X017830 Hypothetical protein 9.409740959 L4_chemical_C3 +LQ09X017840 Homogentisate phytyltransferase 4.985435449 C6_control_A1 +LQ09X017840 Homogentisate phytyltransferase 5.060236202 C6_control_A3 +LQ09X017840 Homogentisate phytyltransferase 5.121455425 C6_control_B1 +LQ09X017840 Homogentisate phytyltransferase 6.082362152 C6_control_B2 +LQ09X017840 Homogentisate phytyltransferase 5.92382425 C6_control_B3 +LQ09X017840 Homogentisate phytyltransferase 5.532588285 C6_control_C1 +LQ09X017840 Homogentisate phytyltransferase 5.836877575 C6_control_C2 +LQ09X017840 Homogentisate phytyltransferase 6.926027169 C6_control_C3 +LQ09X017840 Homogentisate phytyltransferase 4.899546093 C6_chemical_A1 +LQ09X017840 Homogentisate phytyltransferase 5.143520611 C6_chemical_A3 +LQ09X017840 Homogentisate phytyltransferase 5.113910984 C6_chemical_B1 +LQ09X017840 Homogentisate phytyltransferase 5.955727806 C6_chemical_B2 +LQ09X017840 Homogentisate phytyltransferase 6.092885637 C6_chemical_B3 +LQ09X017840 Homogentisate phytyltransferase 5.778421899 C6_chemical_C1 +LQ09X017840 Homogentisate phytyltransferase 5.839104617 C6_chemical_C2 +LQ09X017840 Homogentisate phytyltransferase 5.877721293 C6_chemical_C3 +LQ09X017840 Homogentisate phytyltransferase 5.304377412 L4_control_A1 +LQ09X017840 Homogentisate phytyltransferase 5.111172098 L4_control_A2 +LQ09X017840 Homogentisate phytyltransferase 5.242311061 L4_control_A3 +LQ09X017840 Homogentisate phytyltransferase 5.670908303 L4_control_B1 +LQ09X017840 Homogentisate phytyltransferase 5.412313977 L4_control_B2 +LQ09X017840 Homogentisate phytyltransferase 6.251285442 L4_control_B3 +LQ09X017840 Homogentisate phytyltransferase 5.984328046 L4_control_C2 +LQ09X017840 Homogentisate phytyltransferase 5.644951367 L4_control_C3 +LQ09X017840 Homogentisate phytyltransferase 4.984624008 L4_chemical_A1 +LQ09X017840 Homogentisate phytyltransferase 5.095269596 L4_chemical_A2 +LQ09X017840 Homogentisate phytyltransferase 5.232144122 L4_chemical_A3 +LQ09X017840 Homogentisate phytyltransferase 5.705437766 L4_chemical_B1 +LQ09X017840 Homogentisate phytyltransferase 5.308140166 L4_chemical_B2 +LQ09X017840 Homogentisate phytyltransferase 5.634654933 L4_chemical_B3 +LQ09X017840 Homogentisate phytyltransferase 5.344718954 L4_chemical_C2 +LQ09X017840 Homogentisate phytyltransferase 5.608977196 L4_chemical_C3 +LQ09X017900 Hypothetical protein 4.779777401 C6_control_A1 +LQ09X017900 Hypothetical protein 4.889314591 C6_control_A3 +LQ09X017900 Hypothetical protein 5.020464925 C6_control_B1 +LQ09X017900 Hypothetical protein 4.620603159 C6_control_B2 +LQ09X017900 Hypothetical protein 4.848529714 C6_control_B3 +LQ09X017900 Hypothetical protein 4.699862653 C6_control_C1 +LQ09X017900 Hypothetical protein 4.686441289 C6_control_C2 +LQ09X017900 Hypothetical protein 4.82128039 C6_control_C3 +LQ09X017900 Hypothetical protein 4.783831784 C6_chemical_A1 +LQ09X017900 Hypothetical protein 4.734406178 C6_chemical_A3 +LQ09X017900 Hypothetical protein 4.8966229 C6_chemical_B1 +LQ09X017900 Hypothetical protein 4.692754416 C6_chemical_B2 +LQ09X017900 Hypothetical protein 4.678597098 C6_chemical_B3 +LQ09X017900 Hypothetical protein 4.920705419 C6_chemical_C1 +LQ09X017900 Hypothetical protein 4.726869856 C6_chemical_C2 +LQ09X017900 Hypothetical protein 5.104483515 C6_chemical_C3 +LQ09X017900 Hypothetical protein 4.788933925 L4_control_A1 +LQ09X017900 Hypothetical protein 4.828288179 L4_control_A2 +LQ09X017900 Hypothetical protein 5.157848945 L4_control_A3 +LQ09X017900 Hypothetical protein 5.041580345 L4_control_B1 +LQ09X017900 Hypothetical protein 4.9990085 L4_control_B2 +LQ09X017900 Hypothetical protein 4.839807531 L4_control_B3 +LQ09X017900 Hypothetical protein 4.823336838 L4_control_C2 +LQ09X017900 Hypothetical protein 5.392957831 L4_control_C3 +LQ09X017900 Hypothetical protein 4.766936364 L4_chemical_A1 +LQ09X017900 Hypothetical protein 4.799774181 L4_chemical_A2 +LQ09X017900 Hypothetical protein 5.122738776 L4_chemical_A3 +LQ09X017900 Hypothetical protein 5.102232802 L4_chemical_B1 +LQ09X017900 Hypothetical protein 4.838621894 L4_chemical_B2 +LQ09X017900 Hypothetical protein 4.777378313 L4_chemical_B3 +LQ09X017900 Hypothetical protein 4.642963891 L4_chemical_C2 +LQ09X017900 Hypothetical protein 4.702794015 L4_chemical_C3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.421123155 C6_control_A1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.917145093 C6_control_A3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.695528953 C6_control_B1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.679865964 C6_control_B2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.540440718 C6_control_B3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.843345228 C6_control_C1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 7.040166656 C6_control_C2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.637397304 C6_control_C3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.433560447 C6_chemical_A1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.509013135 C6_chemical_A3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.669875774 C6_chemical_B1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.477755509 C6_chemical_B2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.453999125 C6_chemical_B3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.558258116 C6_chemical_C1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.772882914 C6_chemical_C2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.388191871 C6_chemical_C3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.523919386 L4_control_A1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.458660429 L4_control_A2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.773195292 L4_control_A3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.427970851 L4_control_B1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.057194191 L4_control_B2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.459463874 L4_control_B3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.454359269 L4_control_C2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.482712931 L4_control_C3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.089825943 L4_chemical_A1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.627560535 L4_chemical_A2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.323588541 L4_chemical_A3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.386059543 L4_chemical_B1 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.073404257 L4_chemical_B2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.460326881 L4_chemical_B3 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 6.78576223 L4_chemical_C2 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.244849509 L4_chemical_C3 +LQ09X017990 Adagio protein 1 12.55238251 C6_control_A1 +LQ09X017990 Adagio protein 1 12.43830909 C6_control_A3 +LQ09X017990 Adagio protein 1 12.86391564 C6_control_B1 +LQ09X017990 Adagio protein 1 12.22366444 C6_control_B2 +LQ09X017990 Adagio protein 1 12.57804744 C6_control_B3 +LQ09X017990 Adagio protein 1 12.96925586 C6_control_C1 +LQ09X017990 Adagio protein 1 12.72981267 C6_control_C2 +LQ09X017990 Adagio protein 1 12.58049941 C6_control_C3 +LQ09X017990 Adagio protein 1 12.95467001 C6_chemical_A1 +LQ09X017990 Adagio protein 1 12.77384134 C6_chemical_A3 +LQ09X017990 Adagio protein 1 13.10510186 C6_chemical_B1 +LQ09X017990 Adagio protein 1 12.41036889 C6_chemical_B2 +LQ09X017990 Adagio protein 1 12.83999773 C6_chemical_B3 +LQ09X017990 Adagio protein 1 13.04944882 C6_chemical_C1 +LQ09X017990 Adagio protein 1 12.78160324 C6_chemical_C2 +LQ09X017990 Adagio protein 1 12.81060286 C6_chemical_C3 +LQ09X017990 Adagio protein 1 12.44863706 L4_control_A1 +LQ09X017990 Adagio protein 1 12.79069197 L4_control_A2 +LQ09X017990 Adagio protein 1 12.52383245 L4_control_A3 +LQ09X017990 Adagio protein 1 13.16130239 L4_control_B1 +LQ09X017990 Adagio protein 1 13.78286662 L4_control_B2 +LQ09X017990 Adagio protein 1 12.38276477 L4_control_B3 +LQ09X017990 Adagio protein 1 13.96517603 L4_control_C2 +LQ09X017990 Adagio protein 1 13.77926293 L4_control_C3 +LQ09X017990 Adagio protein 1 12.31272936 L4_chemical_A1 +LQ09X017990 Adagio protein 1 12.88749201 L4_chemical_A2 +LQ09X017990 Adagio protein 1 12.33948857 L4_chemical_A3 +LQ09X017990 Adagio protein 1 13.49967573 L4_chemical_B1 +LQ09X017990 Adagio protein 1 13.51501655 L4_chemical_B2 +LQ09X017990 Adagio protein 1 12.42821703 L4_chemical_B3 +LQ09X017990 Adagio protein 1 13.8614285 L4_chemical_C2 +LQ09X017990 Adagio protein 1 13.76665193 L4_chemical_C3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.702058746 C6_control_A1 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.853868071 C6_control_A3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.558983006 C6_control_B1 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.228289352 C6_control_B2 +LQ09X018110 Probable inactive purple acid phosphatase 28 7.003372485 C6_control_B3 +LQ09X018110 Probable inactive purple acid phosphatase 28 5.578994858 C6_control_C1 +LQ09X018110 Probable inactive purple acid phosphatase 28 5.666419979 C6_control_C2 +LQ09X018110 Probable inactive purple acid phosphatase 28 5.773540592 C6_control_C3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.857978714 C6_chemical_A1 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.967647829 C6_chemical_A3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.509588921 C6_chemical_B1 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.245132238 C6_chemical_B2 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.679301061 C6_chemical_B3 +LQ09X018110 Probable inactive purple acid phosphatase 28 5.512027206 C6_chemical_C1 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.081029985 C6_chemical_C2 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.236758077 C6_chemical_C3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.625707918 L4_control_A1 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.829104295 L4_control_A2 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.854298403 L4_control_A3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.684346248 L4_control_B1 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.012049881 L4_control_B2 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.597000435 L4_control_B3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.372736082 L4_control_C2 +LQ09X018110 Probable inactive purple acid phosphatase 28 5.727804625 L4_control_C3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.488574499 L4_chemical_A1 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.802234624 L4_chemical_A2 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.877439295 L4_chemical_A3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.478853254 L4_chemical_B1 +LQ09X018110 Probable inactive purple acid phosphatase 28 5.778138969 L4_chemical_B2 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.54719519 L4_chemical_B3 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.043237027 L4_chemical_C2 +LQ09X018110 Probable inactive purple acid phosphatase 28 5.783066 L4_chemical_C3 +LQ09X018160 Pre-mRNA-processing factor 17 5.18018335 C6_control_A1 +LQ09X018160 Pre-mRNA-processing factor 17 5.680217647 C6_control_A3 +LQ09X018160 Pre-mRNA-processing factor 17 5.254255374 C6_control_B1 +LQ09X018160 Pre-mRNA-processing factor 17 5.37607174 C6_control_B2 +LQ09X018160 Pre-mRNA-processing factor 17 5.089542967 C6_control_B3 +LQ09X018160 Pre-mRNA-processing factor 17 5.424197759 C6_control_C1 +LQ09X018160 Pre-mRNA-processing factor 17 6.661298478 C6_control_C2 +LQ09X018160 Pre-mRNA-processing factor 17 5.241852536 C6_control_C3 +LQ09X018160 Pre-mRNA-processing factor 17 5.102634226 C6_chemical_A1 +LQ09X018160 Pre-mRNA-processing factor 17 5.550235436 C6_chemical_A3 +LQ09X018160 Pre-mRNA-processing factor 17 5.631921158 C6_chemical_B1 +LQ09X018160 Pre-mRNA-processing factor 17 5.607496076 C6_chemical_B2 +LQ09X018160 Pre-mRNA-processing factor 17 5.260914241 C6_chemical_B3 +LQ09X018160 Pre-mRNA-processing factor 17 6.266373962 C6_chemical_C1 +LQ09X018160 Pre-mRNA-processing factor 17 5.564263153 C6_chemical_C2 +LQ09X018160 Pre-mRNA-processing factor 17 5.169349479 C6_chemical_C3 +LQ09X018160 Pre-mRNA-processing factor 17 5.031054637 L4_control_A1 +LQ09X018160 Pre-mRNA-processing factor 17 4.860231352 L4_control_A2 +LQ09X018160 Pre-mRNA-processing factor 17 4.714474317 L4_control_A3 +LQ09X018160 Pre-mRNA-processing factor 17 5.566816195 L4_control_B1 +LQ09X018160 Pre-mRNA-processing factor 17 5.315226615 L4_control_B2 +LQ09X018160 Pre-mRNA-processing factor 17 5.493694144 L4_control_B3 +LQ09X018160 Pre-mRNA-processing factor 17 5.462700666 L4_control_C2 +LQ09X018160 Pre-mRNA-processing factor 17 5.194343148 L4_control_C3 +LQ09X018160 Pre-mRNA-processing factor 17 5.347101034 L4_chemical_A1 +LQ09X018160 Pre-mRNA-processing factor 17 5.034812224 L4_chemical_A2 +LQ09X018160 Pre-mRNA-processing factor 17 5.277758542 L4_chemical_A3 +LQ09X018160 Pre-mRNA-processing factor 17 5.449059274 L4_chemical_B1 +LQ09X018160 Pre-mRNA-processing factor 17 5.870539291 L4_chemical_B2 +LQ09X018160 Pre-mRNA-processing factor 17 5.314509618 L4_chemical_B3 +LQ09X018160 Pre-mRNA-processing factor 17 5.316139468 L4_chemical_C2 +LQ09X018160 Pre-mRNA-processing factor 17 6.268918654 L4_chemical_C3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.298003951 C6_control_A1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.735985875 C6_control_A3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 4.888885575 C6_control_B1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.700749997 C6_control_B2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.216391466 C6_control_B3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 4.883426413 C6_control_C1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.682341167 C6_control_C2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.908915851 C6_control_C3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.671972045 C6_chemical_A1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.554506506 C6_chemical_A3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 4.842980732 C6_chemical_B1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 6.828940059 C6_chemical_B2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 6.153924777 C6_chemical_B3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.825738239 C6_chemical_C1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 6.112148349 C6_chemical_C2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 7.441076915 C6_chemical_C3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.794544463 L4_control_A1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 6.21974531 L4_control_A2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.424988503 L4_control_A3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 7.286869199 L4_control_B1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.741411175 L4_control_B2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 6.51585442 L4_control_B3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 6.186140196 L4_control_C2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.34844563 L4_control_C3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 6.239802978 L4_chemical_A1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.538391017 L4_chemical_A2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.219115533 L4_chemical_A3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.564951482 L4_chemical_B1 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.046326623 L4_chemical_B2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 6.397854018 L4_chemical_B3 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.562306013 L4_chemical_C2 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.448025047 L4_chemical_C3 +LQ09X018231 Putative uncharacterized protein 4.751503611 C6_control_A1 +LQ09X018231 Putative uncharacterized protein 4.968488404 C6_control_A3 +LQ09X018231 Putative uncharacterized protein 5.299250647 C6_control_B1 +LQ09X018231 Putative uncharacterized protein 4.680315131 C6_control_B2 +LQ09X018231 Putative uncharacterized protein 5.010563257 C6_control_B3 +LQ09X018231 Putative uncharacterized protein 4.911193386 C6_control_C1 +LQ09X018231 Putative uncharacterized protein 4.812173976 C6_control_C2 +LQ09X018231 Putative uncharacterized protein 4.784326743 C6_control_C3 +LQ09X018231 Putative uncharacterized protein 5.060681868 C6_chemical_A1 +LQ09X018231 Putative uncharacterized protein 5.142708496 C6_chemical_A3 +LQ09X018231 Putative uncharacterized protein 4.706108658 C6_chemical_B1 +LQ09X018231 Putative uncharacterized protein 4.746229346 C6_chemical_B2 +LQ09X018231 Putative uncharacterized protein 5.093314732 C6_chemical_B3 +LQ09X018231 Putative uncharacterized protein 5.217980077 C6_chemical_C1 +LQ09X018231 Putative uncharacterized protein 5.022440258 C6_chemical_C2 +LQ09X018231 Putative uncharacterized protein 4.946171738 C6_chemical_C3 +LQ09X018231 Putative uncharacterized protein 5.432198406 L4_control_A1 +LQ09X018231 Putative uncharacterized protein 5.172439843 L4_control_A2 +LQ09X018231 Putative uncharacterized protein 5.355888255 L4_control_A3 +LQ09X018231 Putative uncharacterized protein 4.980071452 L4_control_B1 +LQ09X018231 Putative uncharacterized protein 5.159032071 L4_control_B2 +LQ09X018231 Putative uncharacterized protein 5.504725514 L4_control_B3 +LQ09X018231 Putative uncharacterized protein 5.465849587 L4_control_C2 +LQ09X018231 Putative uncharacterized protein 5.350709734 L4_control_C3 +LQ09X018231 Putative uncharacterized protein 5.100571432 L4_chemical_A1 +LQ09X018231 Putative uncharacterized protein 5.487404583 L4_chemical_A2 +LQ09X018231 Putative uncharacterized protein 5.311289031 L4_chemical_A3 +LQ09X018231 Putative uncharacterized protein 4.744688945 L4_chemical_B1 +LQ09X018231 Putative uncharacterized protein 5.145905102 L4_chemical_B2 +LQ09X018231 Putative uncharacterized protein 5.432852919 L4_chemical_B3 +LQ09X018231 Putative uncharacterized protein 5.075069039 L4_chemical_C2 +LQ09X018231 Putative uncharacterized protein 5.483893841 L4_chemical_C3 +LQ09X018410 Yth domain-containing protein, putative 14.09814554 C6_control_A1 +LQ09X018410 Yth domain-containing protein, putative 13.80550218 C6_control_A3 +LQ09X018410 Yth domain-containing protein, putative 14.05595551 C6_control_B1 +LQ09X018410 Yth domain-containing protein, putative 13.95414689 C6_control_B2 +LQ09X018410 Yth domain-containing protein, putative 13.73369263 C6_control_B3 +LQ09X018410 Yth domain-containing protein, putative 14.0918299 C6_control_C1 +LQ09X018410 Yth domain-containing protein, putative 14.01389346 C6_control_C2 +LQ09X018410 Yth domain-containing protein, putative 14.39789006 C6_control_C3 +LQ09X018410 Yth domain-containing protein, putative 13.95263384 C6_chemical_A1 +LQ09X018410 Yth domain-containing protein, putative 14.47420717 C6_chemical_A3 +LQ09X018410 Yth domain-containing protein, putative 14.13039185 C6_chemical_B1 +LQ09X018410 Yth domain-containing protein, putative 13.81864001 C6_chemical_B2 +LQ09X018410 Yth domain-containing protein, putative 14.34982617 C6_chemical_B3 +LQ09X018410 Yth domain-containing protein, putative 13.71317837 C6_chemical_C1 +LQ09X018410 Yth domain-containing protein, putative 14.29399268 C6_chemical_C2 +LQ09X018410 Yth domain-containing protein, putative 14.55852042 C6_chemical_C3 +LQ09X018410 Yth domain-containing protein, putative 13.95187009 L4_control_A1 +LQ09X018410 Yth domain-containing protein, putative 13.18458103 L4_control_A2 +LQ09X018410 Yth domain-containing protein, putative 13.614095 L4_control_A3 +LQ09X018410 Yth domain-containing protein, putative 13.8626109 L4_control_B1 +LQ09X018410 Yth domain-containing protein, putative 13.88998742 L4_control_B2 +LQ09X018410 Yth domain-containing protein, putative 14.33757802 L4_control_B3 +LQ09X018410 Yth domain-containing protein, putative 14.50173085 L4_control_C2 +LQ09X018410 Yth domain-containing protein, putative 14.26815798 L4_control_C3 +LQ09X018410 Yth domain-containing protein, putative 14.08825411 L4_chemical_A1 +LQ09X018410 Yth domain-containing protein, putative 13.50578691 L4_chemical_A2 +LQ09X018410 Yth domain-containing protein, putative 13.82522184 L4_chemical_A3 +LQ09X018410 Yth domain-containing protein, putative 13.65811946 L4_chemical_B1 +LQ09X018410 Yth domain-containing protein, putative 13.74903072 L4_chemical_B2 +LQ09X018410 Yth domain-containing protein, putative 14.11211641 L4_chemical_B3 +LQ09X018410 Yth domain-containing protein, putative 14.4400733 L4_chemical_C2 +LQ09X018410 Yth domain-containing protein, putative 14.28800358 L4_chemical_C3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.69139741 C6_control_A1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.09866415 C6_control_A3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.89106903 C6_control_B1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.7097822 C6_control_B2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.02607151 C6_control_B3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 12.56667659 C6_control_C1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.73894551 C6_control_C2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.95757598 C6_control_C3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.54092302 C6_chemical_A1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.84619683 C6_chemical_A3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.82685811 C6_chemical_B1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.69113898 C6_chemical_B2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.58979834 C6_chemical_B3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 12.11770925 C6_chemical_C1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.728255 C6_chemical_C2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.29172153 C6_chemical_C3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.08088053 L4_control_A1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.39926607 L4_control_A2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.86127805 L4_control_A3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.86372965 L4_control_B1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.2807851 L4_control_B2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.87283719 L4_control_B3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 12.22532237 L4_control_C2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.93298568 L4_control_C3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.0743075 L4_chemical_A1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.46125007 L4_chemical_A2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.32087974 L4_chemical_A3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.24472341 L4_chemical_B1 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.91812 L4_chemical_B2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.67980427 L4_chemical_B3 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 12.26836462 L4_chemical_C2 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 11.75228378 L4_chemical_C3 +LQ09X018460 Predicted protein 6.295169533 C6_control_A1 +LQ09X018460 Predicted protein 6.021916751 C6_control_A3 +LQ09X018460 Predicted protein 5.620072669 C6_control_B1 +LQ09X018460 Predicted protein 5.844355473 C6_control_B2 +LQ09X018460 Predicted protein 6.806464446 C6_control_B3 +LQ09X018460 Predicted protein 5.618271781 C6_control_C1 +LQ09X018460 Predicted protein 6.166031605 C6_control_C2 +LQ09X018460 Predicted protein 5.509562568 C6_control_C3 +LQ09X018460 Predicted protein 6.235890558 C6_chemical_A1 +LQ09X018460 Predicted protein 6.004799543 C6_chemical_A3 +LQ09X018460 Predicted protein 6.192746926 C6_chemical_B1 +LQ09X018460 Predicted protein 5.80209161 C6_chemical_B2 +LQ09X018460 Predicted protein 6.724739342 C6_chemical_B3 +LQ09X018460 Predicted protein 5.778906954 C6_chemical_C1 +LQ09X018460 Predicted protein 5.767523142 C6_chemical_C2 +LQ09X018460 Predicted protein 5.229673475 C6_chemical_C3 +LQ09X018460 Predicted protein 6.034431148 L4_control_A1 +LQ09X018460 Predicted protein 6.412772759 L4_control_A2 +LQ09X018460 Predicted protein 5.918584563 L4_control_A3 +LQ09X018460 Predicted protein 5.569900735 L4_control_B1 +LQ09X018460 Predicted protein 5.950424472 L4_control_B2 +LQ09X018460 Predicted protein 6.028767734 L4_control_B3 +LQ09X018460 Predicted protein 6.398406395 L4_control_C2 +LQ09X018460 Predicted protein 5.714700336 L4_control_C3 +LQ09X018460 Predicted protein 5.960487004 L4_chemical_A1 +LQ09X018460 Predicted protein 5.749537877 L4_chemical_A2 +LQ09X018460 Predicted protein 6.199542266 L4_chemical_A3 +LQ09X018460 Predicted protein 6.402870646 L4_chemical_B1 +LQ09X018460 Predicted protein 5.551829719 L4_chemical_B2 +LQ09X018460 Predicted protein 6.23374166 L4_chemical_B3 +LQ09X018460 Predicted protein 5.368701873 L4_chemical_C2 +LQ09X018460 Predicted protein 5.943494966 L4_chemical_C3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.331911265 C6_control_A1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.830282236 C6_control_A3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 4.542660537 C6_control_B1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.95456946 C6_control_B2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.138048107 C6_control_B3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.011058533 C6_control_C1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.511130224 C6_control_C2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.167650762 C6_control_C3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.245744479 C6_chemical_A1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.703944987 C6_chemical_A3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 4.569925441 C6_chemical_B1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.375353867 C6_chemical_B2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.06504052 C6_chemical_B3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.184813816 C6_chemical_C1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.316984709 C6_chemical_C2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.154048546 C6_chemical_C3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.578055018 L4_control_A1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.479744206 L4_control_A2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.955903343 L4_control_A3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.710609613 L4_control_B1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.921967944 L4_control_B2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 4.969741617 L4_control_B3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.741518948 L4_control_C2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.598858075 L4_control_C3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.487103427 L4_chemical_A1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.257097147 L4_chemical_A2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.782382076 L4_chemical_A3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.251570385 L4_chemical_B1 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.476623052 L4_chemical_B2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 4.979695084 L4_chemical_B3 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.10602861 L4_chemical_C2 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.015004578 L4_chemical_C3 +LQ09X018480 Putative RING finger protein 126 10.53537576 C6_control_A1 +LQ09X018480 Putative RING finger protein 126 10.0344459 C6_control_A3 +LQ09X018480 Putative RING finger protein 126 11.10832275 C6_control_B1 +LQ09X018480 Putative RING finger protein 126 10.48159094 C6_control_B2 +LQ09X018480 Putative RING finger protein 126 10.4809669 C6_control_B3 +LQ09X018480 Putative RING finger protein 126 10.58642125 C6_control_C1 +LQ09X018480 Putative RING finger protein 126 10.3544005 C6_control_C2 +LQ09X018480 Putative RING finger protein 126 10.51796403 C6_control_C3 +LQ09X018480 Putative RING finger protein 126 10.70570274 C6_chemical_A1 +LQ09X018480 Putative RING finger protein 126 10.22217026 C6_chemical_A3 +LQ09X018480 Putative RING finger protein 126 10.91328075 C6_chemical_B1 +LQ09X018480 Putative RING finger protein 126 10.45167481 C6_chemical_B2 +LQ09X018480 Putative RING finger protein 126 10.52141291 C6_chemical_B3 +LQ09X018480 Putative RING finger protein 126 10.749419 C6_chemical_C1 +LQ09X018480 Putative RING finger protein 126 10.31629185 C6_chemical_C2 +LQ09X018480 Putative RING finger protein 126 10.55222833 C6_chemical_C3 +LQ09X018480 Putative RING finger protein 126 10.06227766 L4_control_A1 +LQ09X018480 Putative RING finger protein 126 10.17951704 L4_control_A2 +LQ09X018480 Putative RING finger protein 126 9.905409005 L4_control_A3 +LQ09X018480 Putative RING finger protein 126 10.34047775 L4_control_B1 +LQ09X018480 Putative RING finger protein 126 9.989732363 L4_control_B2 +LQ09X018480 Putative RING finger protein 126 10.35206835 L4_control_B3 +LQ09X018480 Putative RING finger protein 126 10.35125306 L4_control_C2 +LQ09X018480 Putative RING finger protein 126 10.41314845 L4_control_C3 +LQ09X018480 Putative RING finger protein 126 10.2966917 L4_chemical_A1 +LQ09X018480 Putative RING finger protein 126 10.77468355 L4_chemical_A2 +LQ09X018480 Putative RING finger protein 126 9.955478173 L4_chemical_A3 +LQ09X018480 Putative RING finger protein 126 10.95810566 L4_chemical_B1 +LQ09X018480 Putative RING finger protein 126 10.07015589 L4_chemical_B2 +LQ09X018480 Putative RING finger protein 126 10.62083276 L4_chemical_B3 +LQ09X018480 Putative RING finger protein 126 10.35780387 L4_chemical_C2 +LQ09X018480 Putative RING finger protein 126 10.41550014 L4_chemical_C3 +LQ09X018481 Putative uncharacterized protein 4.897915053 C6_control_A1 +LQ09X018481 Putative uncharacterized protein 4.668898482 C6_control_A3 +LQ09X018481 Putative uncharacterized protein 4.827101954 C6_control_B1 +LQ09X018481 Putative uncharacterized protein 4.581117986 C6_control_B2 +LQ09X018481 Putative uncharacterized protein 4.941575003 C6_control_B3 +LQ09X018481 Putative uncharacterized protein 4.650930266 C6_control_C1 +LQ09X018481 Putative uncharacterized protein 4.480578195 C6_control_C2 +LQ09X018481 Putative uncharacterized protein 4.462763315 C6_control_C3 +LQ09X018481 Putative uncharacterized protein 4.844738123 C6_chemical_A1 +LQ09X018481 Putative uncharacterized protein 4.663280168 C6_chemical_A3 +LQ09X018481 Putative uncharacterized protein 4.626959185 C6_chemical_B1 +LQ09X018481 Putative uncharacterized protein 4.494851441 C6_chemical_B2 +LQ09X018481 Putative uncharacterized protein 4.811531273 C6_chemical_B3 +LQ09X018481 Putative uncharacterized protein 4.417651213 C6_chemical_C1 +LQ09X018481 Putative uncharacterized protein 4.697565895 C6_chemical_C2 +LQ09X018481 Putative uncharacterized protein 4.318630318 C6_chemical_C3 +LQ09X018481 Putative uncharacterized protein 4.877049769 L4_control_A1 +LQ09X018481 Putative uncharacterized protein 5.083295442 L4_control_A2 +LQ09X018481 Putative uncharacterized protein 4.839659992 L4_control_A3 +LQ09X018481 Putative uncharacterized protein 4.654700839 L4_control_B1 +LQ09X018481 Putative uncharacterized protein 5.176269608 L4_control_B2 +LQ09X018481 Putative uncharacterized protein 4.851570283 L4_control_B3 +LQ09X018481 Putative uncharacterized protein 5.452209412 L4_control_C2 +LQ09X018481 Putative uncharacterized protein 5.274153479 L4_control_C3 +LQ09X018481 Putative uncharacterized protein 5.043880685 L4_chemical_A1 +LQ09X018481 Putative uncharacterized protein 4.982828447 L4_chemical_A2 +LQ09X018481 Putative uncharacterized protein 5.09164219 L4_chemical_A3 +LQ09X018481 Putative uncharacterized protein 4.681341501 L4_chemical_B1 +LQ09X018481 Putative uncharacterized protein 4.93915094 L4_chemical_B2 +LQ09X018481 Putative uncharacterized protein 4.693765547 L4_chemical_B3 +LQ09X018481 Putative uncharacterized protein 4.832718858 L4_chemical_C2 +LQ09X018481 Putative uncharacterized protein 5.047754831 L4_chemical_C3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.300060464 C6_control_A1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.252688298 C6_control_A3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.456956472 C6_control_B1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.251385719 C6_control_B2 +LQ09X018510 GDSL esterase/lipase At1g29660 5.243608567 C6_control_B3 +LQ09X018510 GDSL esterase/lipase At1g29660 6.077331126 C6_control_C1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.272983265 C6_control_C2 +LQ09X018510 GDSL esterase/lipase At1g29660 5.116014638 C6_control_C3 +LQ09X018510 GDSL esterase/lipase At1g29660 4.862279792 C6_chemical_A1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.185251372 C6_chemical_A3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.403608654 C6_chemical_B1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.354774619 C6_chemical_B2 +LQ09X018510 GDSL esterase/lipase At1g29660 5.495564319 C6_chemical_B3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.436554032 C6_chemical_C1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.806042633 C6_chemical_C2 +LQ09X018510 GDSL esterase/lipase At1g29660 5.200366238 C6_chemical_C3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.190173011 L4_control_A1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.455361444 L4_control_A2 +LQ09X018510 GDSL esterase/lipase At1g29660 5.9309049 L4_control_A3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.030712764 L4_control_B1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.165851586 L4_control_B2 +LQ09X018510 GDSL esterase/lipase At1g29660 5.115173273 L4_control_B3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.427196124 L4_control_C2 +LQ09X018510 GDSL esterase/lipase At1g29660 5.694418217 L4_control_C3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.233108512 L4_chemical_A1 +LQ09X018510 GDSL esterase/lipase At1g29660 5.241367002 L4_chemical_A2 +LQ09X018510 GDSL esterase/lipase At1g29660 6.33804513 L4_chemical_A3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.231059505 L4_chemical_B1 +LQ09X018510 GDSL esterase/lipase At1g29660 6.01130325 L4_chemical_B2 +LQ09X018510 GDSL esterase/lipase At1g29660 4.90284455 L4_chemical_B3 +LQ09X018510 GDSL esterase/lipase At1g29660 5.76582273 L4_chemical_C2 +LQ09X018510 GDSL esterase/lipase At1g29660 5.350529854 L4_chemical_C3 +LQ09X018520 Hypothetical protein 7.102815109 C6_control_A1 +LQ09X018520 Hypothetical protein 6.824853136 C6_control_A3 +LQ09X018520 Hypothetical protein 7.085968814 C6_control_B1 +LQ09X018520 Hypothetical protein 6.555486217 C6_control_B2 +LQ09X018520 Hypothetical protein 7.266709393 C6_control_B3 +LQ09X018520 Hypothetical protein 6.331034397 C6_control_C1 +LQ09X018520 Hypothetical protein 6.789160742 C6_control_C2 +LQ09X018520 Hypothetical protein 6.553160938 C6_control_C3 +LQ09X018520 Hypothetical protein 7.186252049 C6_chemical_A1 +LQ09X018520 Hypothetical protein 7.073883567 C6_chemical_A3 +LQ09X018520 Hypothetical protein 7.195950337 C6_chemical_B1 +LQ09X018520 Hypothetical protein 6.870612886 C6_chemical_B2 +LQ09X018520 Hypothetical protein 6.849974326 C6_chemical_B3 +LQ09X018520 Hypothetical protein 6.467663181 C6_chemical_C1 +LQ09X018520 Hypothetical protein 6.213380935 C6_chemical_C2 +LQ09X018520 Hypothetical protein 6.285708749 C6_chemical_C3 +LQ09X018520 Hypothetical protein 6.877411993 L4_control_A1 +LQ09X018520 Hypothetical protein 7.384396502 L4_control_A2 +LQ09X018520 Hypothetical protein 7.020218163 L4_control_A3 +LQ09X018520 Hypothetical protein 7.684449999 L4_control_B1 +LQ09X018520 Hypothetical protein 7.16661149 L4_control_B2 +LQ09X018520 Hypothetical protein 7.360658447 L4_control_B3 +LQ09X018520 Hypothetical protein 7.176740967 L4_control_C2 +LQ09X018520 Hypothetical protein 6.638574794 L4_control_C3 +LQ09X018520 Hypothetical protein 6.815591375 L4_chemical_A1 +LQ09X018520 Hypothetical protein 7.387358808 L4_chemical_A2 +LQ09X018520 Hypothetical protein 7.330317646 L4_chemical_A3 +LQ09X018520 Hypothetical protein 7.31533769 L4_chemical_B1 +LQ09X018520 Hypothetical protein 7.209541107 L4_chemical_B2 +LQ09X018520 Hypothetical protein 7.288214086 L4_chemical_B3 +LQ09X018520 Hypothetical protein 6.607475798 L4_chemical_C2 +LQ09X018520 Hypothetical protein 6.696132315 L4_chemical_C3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.42342318 C6_control_A1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 6.627919647 C6_control_A3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 4.947634253 C6_control_B1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.59531321 C6_control_B2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 4.87741185 C6_control_B3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 4.738620409 C6_control_C1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.125885773 C6_control_C2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.322600941 C6_control_C3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.517593138 C6_chemical_A1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.812516332 C6_chemical_A3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.569679481 C6_chemical_B1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.360907294 C6_chemical_B2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.044329476 C6_chemical_B3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 4.868341993 C6_chemical_C1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.021995225 C6_chemical_C2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.238981243 C6_chemical_C3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.301631409 L4_control_A1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.539473925 L4_control_A2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.587002146 L4_control_A3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.321832437 L4_control_B1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 6.033311254 L4_control_B2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.210300479 L4_control_B3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 4.818202893 L4_control_C2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.317611011 L4_control_C3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.072667387 L4_chemical_A1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.602698146 L4_chemical_A2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.194568869 L4_chemical_A3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.670259956 L4_chemical_B1 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.998185772 L4_chemical_B2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.403296204 L4_chemical_B3 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.371707485 L4_chemical_C2 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.200063018 L4_chemical_C3 +LQ09X018550 Hypothetical protein 10.58822435 C6_control_A1 +LQ09X018550 Hypothetical protein 10.01421843 C6_control_A3 +LQ09X018550 Hypothetical protein 10.40036447 C6_control_B1 +LQ09X018550 Hypothetical protein 10.87498681 C6_control_B2 +LQ09X018550 Hypothetical protein 10.36198848 C6_control_B3 +LQ09X018550 Hypothetical protein 10.90787361 C6_control_C1 +LQ09X018550 Hypothetical protein 11.40880134 C6_control_C2 +LQ09X018550 Hypothetical protein 10.84956624 C6_control_C3 +LQ09X018550 Hypothetical protein 10.78786556 C6_chemical_A1 +LQ09X018550 Hypothetical protein 9.727112667 C6_chemical_A3 +LQ09X018550 Hypothetical protein 10.46535727 C6_chemical_B1 +LQ09X018550 Hypothetical protein 10.58081986 C6_chemical_B2 +LQ09X018550 Hypothetical protein 10.60296838 C6_chemical_B3 +LQ09X018550 Hypothetical protein 10.69712815 C6_chemical_C1 +LQ09X018550 Hypothetical protein 10.9964118 C6_chemical_C2 +LQ09X018550 Hypothetical protein 10.59863677 C6_chemical_C3 +LQ09X018550 Hypothetical protein 9.931947188 L4_control_A1 +LQ09X018550 Hypothetical protein 9.954844598 L4_control_A2 +LQ09X018550 Hypothetical protein 10.19658225 L4_control_A3 +LQ09X018550 Hypothetical protein 8.897121773 L4_control_B1 +LQ09X018550 Hypothetical protein 10.19717218 L4_control_B2 +LQ09X018550 Hypothetical protein 9.762127649 L4_control_B3 +LQ09X018550 Hypothetical protein 11.31211939 L4_control_C2 +LQ09X018550 Hypothetical protein 10.83986125 L4_control_C3 +LQ09X018550 Hypothetical protein 9.263363561 L4_chemical_A1 +LQ09X018550 Hypothetical protein 9.629146834 L4_chemical_A2 +LQ09X018550 Hypothetical protein 9.613413183 L4_chemical_A3 +LQ09X018550 Hypothetical protein 9.211810368 L4_chemical_B1 +LQ09X018550 Hypothetical protein 9.751200149 L4_chemical_B2 +LQ09X018550 Hypothetical protein 8.987710862 L4_chemical_B3 +LQ09X018550 Hypothetical protein 11.1420386 L4_chemical_C2 +LQ09X018550 Hypothetical protein 10.51445716 L4_chemical_C3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.908455192 C6_control_A1 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.768241015 C6_control_A3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.034475666 C6_control_B1 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.754311968 C6_control_B2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.722517151 C6_control_B3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.445364921 C6_control_C1 +LQ09X018560 Putative Digestive organ expansion factor homolog 6.914408225 C6_control_C2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.924338638 C6_control_C3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.328714486 C6_chemical_A1 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.6660113 C6_chemical_A3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.432722118 C6_chemical_B1 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.683006404 C6_chemical_B2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.266056238 C6_chemical_B3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.277347384 C6_chemical_C1 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.79913532 C6_chemical_C2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.482308614 C6_chemical_C3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.163387087 L4_control_A1 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.169265814 L4_control_A2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.692247342 L4_control_A3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.856284734 L4_control_B1 +LQ09X018560 Putative Digestive organ expansion factor homolog 6.200050875 L4_control_B2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.28013448 L4_control_B3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.417679296 L4_control_C2 +LQ09X018560 Putative Digestive organ expansion factor homolog 4.935146498 L4_control_C3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.241978227 L4_chemical_A1 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.161231077 L4_chemical_A2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.588876906 L4_chemical_A3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.700129377 L4_chemical_B1 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.379578758 L4_chemical_B2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.097496891 L4_chemical_B3 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.192186096 L4_chemical_C2 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.157233546 L4_chemical_C3 +LQ09X018570 60S acidic ribosomal protein P3 7.161022258 C6_control_A1 +LQ09X018570 60S acidic ribosomal protein P3 7.75804676 C6_control_A3 +LQ09X018570 60S acidic ribosomal protein P3 7.103950317 C6_control_B1 +LQ09X018570 60S acidic ribosomal protein P3 5.530164133 C6_control_B2 +LQ09X018570 60S acidic ribosomal protein P3 5.500609371 C6_control_B3 +LQ09X018570 60S acidic ribosomal protein P3 5.185653107 C6_control_C1 +LQ09X018570 60S acidic ribosomal protein P3 7.332805433 C6_control_C2 +LQ09X018570 60S acidic ribosomal protein P3 5.141961053 C6_control_C3 +LQ09X018570 60S acidic ribosomal protein P3 5.598145876 C6_chemical_A1 +LQ09X018570 60S acidic ribosomal protein P3 5.537324966 C6_chemical_A3 +LQ09X018570 60S acidic ribosomal protein P3 5.628103917 C6_chemical_B1 +LQ09X018570 60S acidic ribosomal protein P3 5.83552464 C6_chemical_B2 +LQ09X018570 60S acidic ribosomal protein P3 5.044644753 C6_chemical_B3 +LQ09X018570 60S acidic ribosomal protein P3 5.4766993 C6_chemical_C1 +LQ09X018570 60S acidic ribosomal protein P3 5.14377101 C6_chemical_C2 +LQ09X018570 60S acidic ribosomal protein P3 5.23216782 C6_chemical_C3 +LQ09X018570 60S acidic ribosomal protein P3 5.450097701 L4_control_A1 +LQ09X018570 60S acidic ribosomal protein P3 5.497934048 L4_control_A2 +LQ09X018570 60S acidic ribosomal protein P3 4.956433455 L4_control_A3 +LQ09X018570 60S acidic ribosomal protein P3 4.952811477 L4_control_B1 +LQ09X018570 60S acidic ribosomal protein P3 5.349162085 L4_control_B2 +LQ09X018570 60S acidic ribosomal protein P3 5.485544443 L4_control_B3 +LQ09X018570 60S acidic ribosomal protein P3 5.954013082 L4_control_C2 +LQ09X018570 60S acidic ribosomal protein P3 5.874353985 L4_control_C3 +LQ09X018570 60S acidic ribosomal protein P3 5.342811133 L4_chemical_A1 +LQ09X018570 60S acidic ribosomal protein P3 5.126591937 L4_chemical_A2 +LQ09X018570 60S acidic ribosomal protein P3 4.864683793 L4_chemical_A3 +LQ09X018570 60S acidic ribosomal protein P3 5.921828297 L4_chemical_B1 +LQ09X018570 60S acidic ribosomal protein P3 5.107222729 L4_chemical_B2 +LQ09X018570 60S acidic ribosomal protein P3 5.618587741 L4_chemical_B3 +LQ09X018570 60S acidic ribosomal protein P3 5.747364919 L4_chemical_C2 +LQ09X018570 60S acidic ribosomal protein P3 5.404489626 L4_chemical_C3 +LQ09X018620 Valyl-tRNA synthetase 13.15480875 C6_control_A1 +LQ09X018620 Valyl-tRNA synthetase 13.38096559 C6_control_A3 +LQ09X018620 Valyl-tRNA synthetase 12.79992727 C6_control_B1 +LQ09X018620 Valyl-tRNA synthetase 13.21897967 C6_control_B2 +LQ09X018620 Valyl-tRNA synthetase 12.96683531 C6_control_B3 +LQ09X018620 Valyl-tRNA synthetase 13.19359823 C6_control_C1 +LQ09X018620 Valyl-tRNA synthetase 13.4345351 C6_control_C2 +LQ09X018620 Valyl-tRNA synthetase 13.63374849 C6_control_C3 +LQ09X018620 Valyl-tRNA synthetase 13.14910752 C6_chemical_A1 +LQ09X018620 Valyl-tRNA synthetase 13.59328363 C6_chemical_A3 +LQ09X018620 Valyl-tRNA synthetase 12.59706874 C6_chemical_B1 +LQ09X018620 Valyl-tRNA synthetase 13.016882 C6_chemical_B2 +LQ09X018620 Valyl-tRNA synthetase 12.90045784 C6_chemical_B3 +LQ09X018620 Valyl-tRNA synthetase 13.15568109 C6_chemical_C1 +LQ09X018620 Valyl-tRNA synthetase 13.44900771 C6_chemical_C2 +LQ09X018620 Valyl-tRNA synthetase 13.17033526 C6_chemical_C3 +LQ09X018620 Valyl-tRNA synthetase 13.55764316 L4_control_A1 +LQ09X018620 Valyl-tRNA synthetase 13.17046198 L4_control_A2 +LQ09X018620 Valyl-tRNA synthetase 12.8510649 L4_control_A3 +LQ09X018620 Valyl-tRNA synthetase 13.34353535 L4_control_B1 +LQ09X018620 Valyl-tRNA synthetase 12.67204302 L4_control_B2 +LQ09X018620 Valyl-tRNA synthetase 13.41036102 L4_control_B3 +LQ09X018620 Valyl-tRNA synthetase 13.56689211 L4_control_C2 +LQ09X018620 Valyl-tRNA synthetase 13.28073844 L4_control_C3 +LQ09X018620 Valyl-tRNA synthetase 13.80000547 L4_chemical_A1 +LQ09X018620 Valyl-tRNA synthetase 13.33428552 L4_chemical_A2 +LQ09X018620 Valyl-tRNA synthetase 13.10080123 L4_chemical_A3 +LQ09X018620 Valyl-tRNA synthetase 13.06335632 L4_chemical_B1 +LQ09X018620 Valyl-tRNA synthetase 12.88911704 L4_chemical_B2 +LQ09X018620 Valyl-tRNA synthetase 13.34620226 L4_chemical_B3 +LQ09X018620 Valyl-tRNA synthetase 13.50977145 L4_chemical_C2 +LQ09X018620 Valyl-tRNA synthetase 13.34430033 L4_chemical_C3 +LQ09X018700 Pumilio, putative 6.531847622 C6_control_A1 +LQ09X018700 Pumilio, putative 6.894833744 C6_control_A3 +LQ09X018700 Pumilio, putative 6.687751371 C6_control_B1 +LQ09X018700 Pumilio, putative 6.436936198 C6_control_B2 +LQ09X018700 Pumilio, putative 6.610345727 C6_control_B3 +LQ09X018700 Pumilio, putative 6.595231893 C6_control_C1 +LQ09X018700 Pumilio, putative 7.967307567 C6_control_C2 +LQ09X018700 Pumilio, putative 6.55711459 C6_control_C3 +LQ09X018700 Pumilio, putative 6.29547083 C6_chemical_A1 +LQ09X018700 Pumilio, putative 6.154552056 C6_chemical_A3 +LQ09X018700 Pumilio, putative 6.482434173 C6_chemical_B1 +LQ09X018700 Pumilio, putative 6.481226094 C6_chemical_B2 +LQ09X018700 Pumilio, putative 6.758640821 C6_chemical_B3 +LQ09X018700 Pumilio, putative 6.938490291 C6_chemical_C1 +LQ09X018700 Pumilio, putative 6.813442725 C6_chemical_C2 +LQ09X018700 Pumilio, putative 6.630093149 C6_chemical_C3 +LQ09X018700 Pumilio, putative 6.407498688 L4_control_A1 +LQ09X018700 Pumilio, putative 6.452001428 L4_control_A2 +LQ09X018700 Pumilio, putative 6.465050756 L4_control_A3 +LQ09X018700 Pumilio, putative 6.248488846 L4_control_B1 +LQ09X018700 Pumilio, putative 6.953323709 L4_control_B2 +LQ09X018700 Pumilio, putative 6.038043711 L4_control_B3 +LQ09X018700 Pumilio, putative 6.205034836 L4_control_C2 +LQ09X018700 Pumilio, putative 6.989741197 L4_control_C3 +LQ09X018700 Pumilio, putative 6.264056177 L4_chemical_A1 +LQ09X018700 Pumilio, putative 6.399793423 L4_chemical_A2 +LQ09X018700 Pumilio, putative 5.565784466 L4_chemical_A3 +LQ09X018700 Pumilio, putative 6.958576607 L4_chemical_B1 +LQ09X018700 Pumilio, putative 6.690888424 L4_chemical_B2 +LQ09X018700 Pumilio, putative 5.804634739 L4_chemical_B3 +LQ09X018700 Pumilio, putative 6.506433677 L4_chemical_C2 +LQ09X018700 Pumilio, putative 6.552083658 L4_chemical_C3 +LQ09X018810 Putative Predicted protein 5.107668438 C6_control_A1 +LQ09X018810 Putative Predicted protein 4.782542561 C6_control_A3 +LQ09X018810 Putative Predicted protein 4.928504907 C6_control_B1 +LQ09X018810 Putative Predicted protein 5.132303465 C6_control_B2 +LQ09X018810 Putative Predicted protein 5.071448393 C6_control_B3 +LQ09X018810 Putative Predicted protein 5.297618314 C6_control_C1 +LQ09X018810 Putative Predicted protein 4.843912111 C6_control_C2 +LQ09X018810 Putative Predicted protein 4.811333696 C6_control_C3 +LQ09X018810 Putative Predicted protein 5.082878196 C6_chemical_A1 +LQ09X018810 Putative Predicted protein 5.248817815 C6_chemical_A3 +LQ09X018810 Putative Predicted protein 5.072116439 C6_chemical_B1 +LQ09X018810 Putative Predicted protein 5.108299788 C6_chemical_B2 +LQ09X018810 Putative Predicted protein 5.052134851 C6_chemical_B3 +LQ09X018810 Putative Predicted protein 5.193828126 C6_chemical_C1 +LQ09X018810 Putative Predicted protein 5.120486622 C6_chemical_C2 +LQ09X018810 Putative Predicted protein 4.92097204 C6_chemical_C3 +LQ09X018810 Putative Predicted protein 4.799533539 L4_control_A1 +LQ09X018810 Putative Predicted protein 5.016452075 L4_control_A2 +LQ09X018810 Putative Predicted protein 5.229614966 L4_control_A3 +LQ09X018810 Putative Predicted protein 5.071804728 L4_control_B1 +LQ09X018810 Putative Predicted protein 5.335182637 L4_control_B2 +LQ09X018810 Putative Predicted protein 4.852528092 L4_control_B3 +LQ09X018810 Putative Predicted protein 5.108305211 L4_control_C2 +LQ09X018810 Putative Predicted protein 5.285728353 L4_control_C3 +LQ09X018810 Putative Predicted protein 4.965989776 L4_chemical_A1 +LQ09X018810 Putative Predicted protein 4.93389939 L4_chemical_A2 +LQ09X018810 Putative Predicted protein 5.439535934 L4_chemical_A3 +LQ09X018810 Putative Predicted protein 5.129095514 L4_chemical_B1 +LQ09X018810 Putative Predicted protein 5.071288237 L4_chemical_B2 +LQ09X018810 Putative Predicted protein 4.777789003 L4_chemical_B3 +LQ09X018810 Putative Predicted protein 5.201709113 L4_chemical_C2 +LQ09X018810 Putative Predicted protein 5.010574833 L4_chemical_C3 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.46208434 C6_control_A1 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.679544563 C6_control_A3 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.826013552 C6_control_B1 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.476842793 C6_control_B2 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.904959047 C6_control_B3 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.386086755 C6_control_C1 +LQ09X018980 Putative Transposon%2C En/Spm-like 4.975115341 C6_control_C2 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.044160892 C6_control_C3 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.67628274 C6_chemical_A1 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.41266977 C6_chemical_A3 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.746106006 C6_chemical_B1 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.686034735 C6_chemical_B2 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.978155024 C6_chemical_B3 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.439696017 C6_chemical_C1 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.110065652 C6_chemical_C2 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.279026907 C6_chemical_C3 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.342932811 L4_control_A1 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.369005288 L4_control_A2 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.145483632 L4_control_A3 +LQ09X018980 Putative Transposon%2C En/Spm-like 7.156344456 L4_control_B1 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.613133264 L4_control_B2 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.444124935 L4_control_B3 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.981434611 L4_control_C2 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.766442894 L4_control_C3 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.112751984 L4_chemical_A1 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.182290163 L4_chemical_A2 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.612156321 L4_chemical_A3 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.794853459 L4_chemical_B1 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.537232497 L4_chemical_B2 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.019981992 L4_chemical_B3 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.95108796 L4_chemical_C2 +LQ09X018980 Putative Transposon%2C En/Spm-like 6.769673637 L4_chemical_C3 +LQ09X019050 Phospholipase A2 homolog 3 5.858988147 C6_control_A1 +LQ09X019050 Phospholipase A2 homolog 3 6.011805177 C6_control_A3 +LQ09X019050 Phospholipase A2 homolog 3 6.692365382 C6_control_B1 +LQ09X019050 Phospholipase A2 homolog 3 5.597832913 C6_control_B2 +LQ09X019050 Phospholipase A2 homolog 3 6.25679134 C6_control_B3 +LQ09X019050 Phospholipase A2 homolog 3 5.659403022 C6_control_C1 +LQ09X019050 Phospholipase A2 homolog 3 5.578486706 C6_control_C2 +LQ09X019050 Phospholipase A2 homolog 3 5.345179817 C6_control_C3 +LQ09X019050 Phospholipase A2 homolog 3 5.666142269 C6_chemical_A1 +LQ09X019050 Phospholipase A2 homolog 3 6.043525839 C6_chemical_A3 +LQ09X019050 Phospholipase A2 homolog 3 5.743179804 C6_chemical_B1 +LQ09X019050 Phospholipase A2 homolog 3 5.751848313 C6_chemical_B2 +LQ09X019050 Phospholipase A2 homolog 3 5.888690758 C6_chemical_B3 +LQ09X019050 Phospholipase A2 homolog 3 5.916819143 C6_chemical_C1 +LQ09X019050 Phospholipase A2 homolog 3 5.307329043 C6_chemical_C2 +LQ09X019050 Phospholipase A2 homolog 3 5.688909138 C6_chemical_C3 +LQ09X019050 Phospholipase A2 homolog 3 5.914314783 L4_control_A1 +LQ09X019050 Phospholipase A2 homolog 3 5.618900732 L4_control_A2 +LQ09X019050 Phospholipase A2 homolog 3 5.634504404 L4_control_A3 +LQ09X019050 Phospholipase A2 homolog 3 5.833465653 L4_control_B1 +LQ09X019050 Phospholipase A2 homolog 3 5.59021566 L4_control_B2 +LQ09X019050 Phospholipase A2 homolog 3 5.958843755 L4_control_B3 +LQ09X019050 Phospholipase A2 homolog 3 6.484767537 L4_control_C2 +LQ09X019050 Phospholipase A2 homolog 3 5.885189766 L4_control_C3 +LQ09X019050 Phospholipase A2 homolog 3 5.315226442 L4_chemical_A1 +LQ09X019050 Phospholipase A2 homolog 3 5.698496498 L4_chemical_A2 +LQ09X019050 Phospholipase A2 homolog 3 5.592448248 L4_chemical_A3 +LQ09X019050 Phospholipase A2 homolog 3 6.116386459 L4_chemical_B1 +LQ09X019050 Phospholipase A2 homolog 3 5.824207397 L4_chemical_B2 +LQ09X019050 Phospholipase A2 homolog 3 5.772960881 L4_chemical_B3 +LQ09X019050 Phospholipase A2 homolog 3 6.34313479 L4_chemical_C2 +LQ09X019050 Phospholipase A2 homolog 3 5.448146692 L4_chemical_C3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.84815921 C6_control_A1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.19770142 C6_control_A3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.4995565 C6_control_B1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.51122846 C6_control_B2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.96853323 C6_control_B3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.77587599 C6_control_C1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.11924073 C6_control_C2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.05733754 C6_control_C3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.52332666 C6_chemical_A1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.01660176 C6_chemical_A3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.47411138 C6_chemical_B1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.48776172 C6_chemical_B2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.96506091 C6_chemical_B3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.88664705 C6_chemical_C1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.91015538 C6_chemical_C2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.62895789 C6_chemical_C3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.2113827 L4_control_A1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.96782939 L4_control_A2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.73442012 L4_control_A3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.74328199 L4_control_B1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 10.86539666 L4_control_B2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.97934203 L4_control_B3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 10.2366038 L4_control_C2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 10.25959883 L4_control_C3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.15337653 L4_chemical_A1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.85659333 L4_chemical_A2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.31934175 L4_chemical_A3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.37977478 L4_chemical_B1 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.14965959 L4_chemical_B2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 12.12194508 L4_chemical_B3 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 10.34307444 L4_chemical_C2 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 10.28128755 L4_chemical_C3 +LQ09X019210 Hypothetical protein 4.952206238 C6_control_A1 +LQ09X019210 Hypothetical protein 4.73985788 C6_control_A3 +LQ09X019210 Hypothetical protein 5.010791321 C6_control_B1 +LQ09X019210 Hypothetical protein 4.76049051 C6_control_B2 +LQ09X019210 Hypothetical protein 4.94761654 C6_control_B3 +LQ09X019210 Hypothetical protein 4.997855181 C6_control_C1 +LQ09X019210 Hypothetical protein 4.650005102 C6_control_C2 +LQ09X019210 Hypothetical protein 4.807031842 C6_control_C3 +LQ09X019210 Hypothetical protein 4.796375978 C6_chemical_A1 +LQ09X019210 Hypothetical protein 4.763185735 C6_chemical_A3 +LQ09X019210 Hypothetical protein 4.977163473 C6_chemical_B1 +LQ09X019210 Hypothetical protein 4.77822688 C6_chemical_B2 +LQ09X019210 Hypothetical protein 5.01997145 C6_chemical_B3 +LQ09X019210 Hypothetical protein 4.619245954 C6_chemical_C1 +LQ09X019210 Hypothetical protein 4.835472511 C6_chemical_C2 +LQ09X019210 Hypothetical protein 5.02833974 C6_chemical_C3 +LQ09X019210 Hypothetical protein 5.017278748 L4_control_A1 +LQ09X019210 Hypothetical protein 5.348250784 L4_control_A2 +LQ09X019210 Hypothetical protein 4.71930233 L4_control_A3 +LQ09X019210 Hypothetical protein 5.176877667 L4_control_B1 +LQ09X019210 Hypothetical protein 5.542530734 L4_control_B2 +LQ09X019210 Hypothetical protein 4.830804022 L4_control_B3 +LQ09X019210 Hypothetical protein 5.110664118 L4_control_C2 +LQ09X019210 Hypothetical protein 5.571866585 L4_control_C3 +LQ09X019210 Hypothetical protein 4.766674144 L4_chemical_A1 +LQ09X019210 Hypothetical protein 4.871766247 L4_chemical_A2 +LQ09X019210 Hypothetical protein 5.028260937 L4_chemical_A3 +LQ09X019210 Hypothetical protein 5.178910876 L4_chemical_B1 +LQ09X019210 Hypothetical protein 5.241765651 L4_chemical_B2 +LQ09X019210 Hypothetical protein 4.595594139 L4_chemical_B3 +LQ09X019210 Hypothetical protein 5.17474923 L4_chemical_C2 +LQ09X019210 Hypothetical protein 5.271022363 L4_chemical_C3 +LQ09X019240 Hypothetical protein 12.78359107 C6_control_A1 +LQ09X019240 Hypothetical protein 13.16566831 C6_control_A3 +LQ09X019240 Hypothetical protein 12.18706204 C6_control_B1 +LQ09X019240 Hypothetical protein 13.03339388 C6_control_B2 +LQ09X019240 Hypothetical protein 12.47890701 C6_control_B3 +LQ09X019240 Hypothetical protein 13.43129621 C6_control_C1 +LQ09X019240 Hypothetical protein 13.34243552 C6_control_C2 +LQ09X019240 Hypothetical protein 13.11600245 C6_control_C3 +LQ09X019240 Hypothetical protein 12.41666923 C6_chemical_A1 +LQ09X019240 Hypothetical protein 12.84235581 C6_chemical_A3 +LQ09X019240 Hypothetical protein 11.61521758 C6_chemical_B1 +LQ09X019240 Hypothetical protein 12.2267294 C6_chemical_B2 +LQ09X019240 Hypothetical protein 12.03194249 C6_chemical_B3 +LQ09X019240 Hypothetical protein 13.17083484 C6_chemical_C1 +LQ09X019240 Hypothetical protein 13.18711542 C6_chemical_C2 +LQ09X019240 Hypothetical protein 12.81287053 C6_chemical_C3 +LQ09X019240 Hypothetical protein 12.98660699 L4_control_A1 +LQ09X019240 Hypothetical protein 13.06451976 L4_control_A2 +LQ09X019240 Hypothetical protein 12.64613213 L4_control_A3 +LQ09X019240 Hypothetical protein 11.58177727 L4_control_B1 +LQ09X019240 Hypothetical protein 11.48685197 L4_control_B2 +LQ09X019240 Hypothetical protein 12.13674757 L4_control_B3 +LQ09X019240 Hypothetical protein 12.53487717 L4_control_C2 +LQ09X019240 Hypothetical protein 12.17266985 L4_control_C3 +LQ09X019240 Hypothetical protein 12.93188766 L4_chemical_A1 +LQ09X019240 Hypothetical protein 12.600223 L4_chemical_A2 +LQ09X019240 Hypothetical protein 12.3071515 L4_chemical_A3 +LQ09X019240 Hypothetical protein 11.27793167 L4_chemical_B1 +LQ09X019240 Hypothetical protein 12.05401116 L4_chemical_B2 +LQ09X019240 Hypothetical protein 12.03786176 L4_chemical_B3 +LQ09X019240 Hypothetical protein 12.36341879 L4_chemical_C2 +LQ09X019240 Hypothetical protein 12.1496482 L4_chemical_C3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.695300289 C6_control_A1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 5.859603487 C6_control_A3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.733261931 C6_control_B1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.272338951 C6_control_B2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.940824111 C6_control_B3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 8.22373456 C6_control_C1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.047260931 C6_control_C2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 8.501026591 C6_control_C3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.526442485 C6_chemical_A1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.000410621 C6_chemical_A3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.726650113 C6_chemical_B1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.130624025 C6_chemical_B2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.903206011 C6_chemical_B3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.802218611 C6_chemical_C1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.465641595 C6_chemical_C2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 8.351224297 C6_chemical_C3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.568277916 L4_control_A1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.245462459 L4_control_A2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 5.774468655 L4_control_A3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.463558142 L4_control_B1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.554296968 L4_control_B2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.924883212 L4_control_B3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.015654572 L4_control_C2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.284169383 L4_control_C3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.578466616 L4_chemical_A1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 5.884938386 L4_chemical_A2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 5.633572225 L4_chemical_A3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 5.739690988 L4_chemical_B1 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.732946722 L4_chemical_B2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.61828747 L4_chemical_B3 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.609006474 L4_chemical_C2 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 7.663771251 L4_chemical_C3 +LQ09X019330 Putative uncharacterized protein 5.956974481 C6_control_A1 +LQ09X019330 Putative uncharacterized protein 5.269926027 C6_control_A3 +LQ09X019330 Putative uncharacterized protein 6.006519043 C6_control_B1 +LQ09X019330 Putative uncharacterized protein 5.753311899 C6_control_B2 +LQ09X019330 Putative uncharacterized protein 5.887161122 C6_control_B3 +LQ09X019330 Putative uncharacterized protein 5.569080092 C6_control_C1 +LQ09X019330 Putative uncharacterized protein 5.483099884 C6_control_C2 +LQ09X019330 Putative uncharacterized protein 5.55951805 C6_control_C3 +LQ09X019330 Putative uncharacterized protein 5.842191476 C6_chemical_A1 +LQ09X019330 Putative uncharacterized protein 6.039337919 C6_chemical_A3 +LQ09X019330 Putative uncharacterized protein 6.786939532 C6_chemical_B1 +LQ09X019330 Putative uncharacterized protein 5.716702781 C6_chemical_B2 +LQ09X019330 Putative uncharacterized protein 6.342808286 C6_chemical_B3 +LQ09X019330 Putative uncharacterized protein 5.87093756 C6_chemical_C1 +LQ09X019330 Putative uncharacterized protein 5.299500253 C6_chemical_C2 +LQ09X019330 Putative uncharacterized protein 5.222367918 C6_chemical_C3 +LQ09X019330 Putative uncharacterized protein 5.786525054 L4_control_A1 +LQ09X019330 Putative uncharacterized protein 5.905841161 L4_control_A2 +LQ09X019330 Putative uncharacterized protein 5.566866769 L4_control_A3 +LQ09X019330 Putative uncharacterized protein 5.390742709 L4_control_B1 +LQ09X019330 Putative uncharacterized protein 5.844140241 L4_control_B2 +LQ09X019330 Putative uncharacterized protein 6.202385276 L4_control_B3 +LQ09X019330 Putative uncharacterized protein 5.981584043 L4_control_C2 +LQ09X019330 Putative uncharacterized protein 5.324762825 L4_control_C3 +LQ09X019330 Putative uncharacterized protein 6.094338779 L4_chemical_A1 +LQ09X019330 Putative uncharacterized protein 6.40346018 L4_chemical_A2 +LQ09X019330 Putative uncharacterized protein 5.861782097 L4_chemical_A3 +LQ09X019330 Putative uncharacterized protein 6.351982408 L4_chemical_B1 +LQ09X019330 Putative uncharacterized protein 6.503400319 L4_chemical_B2 +LQ09X019330 Putative uncharacterized protein 6.13484788 L4_chemical_B3 +LQ09X019330 Putative uncharacterized protein 6.576139287 L4_chemical_C2 +LQ09X019330 Putative uncharacterized protein 5.918169809 L4_chemical_C3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.951808727 C6_control_A1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.26154686 C6_control_A3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.630966505 C6_control_B1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.352717523 C6_control_B2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 6.160749879 C6_control_B3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.28261996 C6_control_C1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.089227891 C6_control_C2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 6.078642079 C6_control_C3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 6.019701317 C6_chemical_A1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.62986943 C6_chemical_A3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.609585828 C6_chemical_B1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.356159209 C6_chemical_B2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 6.20641998 C6_chemical_B3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.576536784 C6_chemical_C1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.114364088 C6_chemical_C2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.767314272 C6_chemical_C3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.825812788 L4_control_A1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 6.249875133 L4_control_A2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.580325899 L4_control_A3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.063593344 L4_control_B1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.626833052 L4_control_B2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.751815559 L4_control_B3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.218191333 L4_control_C2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.618671546 L4_control_C3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.609695408 L4_chemical_A1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 6.116234576 L4_chemical_A2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.964762944 L4_chemical_A3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.223041964 L4_chemical_B1 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.705917141 L4_chemical_B2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.969117446 L4_chemical_B3 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.036240236 L4_chemical_C2 +LQ09X019340 Putative F-box/LRR-repeat protein 8 5.624460416 L4_chemical_C3 +LQ09X019360 Probable protein phosphatase 2C 44 11.462019 C6_control_A1 +LQ09X019360 Probable protein phosphatase 2C 44 11.77356632 C6_control_A3 +LQ09X019360 Probable protein phosphatase 2C 44 11.87718503 C6_control_B1 +LQ09X019360 Probable protein phosphatase 2C 44 11.72383759 C6_control_B2 +LQ09X019360 Probable protein phosphatase 2C 44 12.07402531 C6_control_B3 +LQ09X019360 Probable protein phosphatase 2C 44 12.33604983 C6_control_C1 +LQ09X019360 Probable protein phosphatase 2C 44 12.39964305 C6_control_C2 +LQ09X019360 Probable protein phosphatase 2C 44 12.16043651 C6_control_C3 +LQ09X019360 Probable protein phosphatase 2C 44 11.63336099 C6_chemical_A1 +LQ09X019360 Probable protein phosphatase 2C 44 12.0435399 C6_chemical_A3 +LQ09X019360 Probable protein phosphatase 2C 44 12.03925598 C6_chemical_B1 +LQ09X019360 Probable protein phosphatase 2C 44 11.75635924 C6_chemical_B2 +LQ09X019360 Probable protein phosphatase 2C 44 12.15624109 C6_chemical_B3 +LQ09X019360 Probable protein phosphatase 2C 44 12.40397347 C6_chemical_C1 +LQ09X019360 Probable protein phosphatase 2C 44 12.18086087 C6_chemical_C2 +LQ09X019360 Probable protein phosphatase 2C 44 12.19336784 C6_chemical_C3 +LQ09X019360 Probable protein phosphatase 2C 44 11.39146618 L4_control_A1 +LQ09X019360 Probable protein phosphatase 2C 44 11.13084016 L4_control_A2 +LQ09X019360 Probable protein phosphatase 2C 44 10.97042011 L4_control_A3 +LQ09X019360 Probable protein phosphatase 2C 44 12.21485126 L4_control_B1 +LQ09X019360 Probable protein phosphatase 2C 44 12.31802378 L4_control_B2 +LQ09X019360 Probable protein phosphatase 2C 44 12.09685651 L4_control_B3 +LQ09X019360 Probable protein phosphatase 2C 44 12.89123479 L4_control_C2 +LQ09X019360 Probable protein phosphatase 2C 44 12.91926089 L4_control_C3 +LQ09X019360 Probable protein phosphatase 2C 44 11.9142213 L4_chemical_A1 +LQ09X019360 Probable protein phosphatase 2C 44 11.17999864 L4_chemical_A2 +LQ09X019360 Probable protein phosphatase 2C 44 11.08297093 L4_chemical_A3 +LQ09X019360 Probable protein phosphatase 2C 44 12.27723035 L4_chemical_B1 +LQ09X019360 Probable protein phosphatase 2C 44 11.94711095 L4_chemical_B2 +LQ09X019360 Probable protein phosphatase 2C 44 11.61597246 L4_chemical_B3 +LQ09X019360 Probable protein phosphatase 2C 44 12.61736144 L4_chemical_C2 +LQ09X019360 Probable protein phosphatase 2C 44 12.71418295 L4_chemical_C3 +LQ09X019450 Putative uncharacterized protein 5.645976473 C6_control_A1 +LQ09X019450 Putative uncharacterized protein 5.178577001 C6_control_A3 +LQ09X019450 Putative uncharacterized protein 5.07498997 C6_control_B1 +LQ09X019450 Putative uncharacterized protein 5.091044708 C6_control_B2 +LQ09X019450 Putative uncharacterized protein 5.532616781 C6_control_B3 +LQ09X019450 Putative uncharacterized protein 4.830307963 C6_control_C1 +LQ09X019450 Putative uncharacterized protein 4.881988448 C6_control_C2 +LQ09X019450 Putative uncharacterized protein 5.249641025 C6_control_C3 +LQ09X019450 Putative uncharacterized protein 5.841488966 C6_chemical_A1 +LQ09X019450 Putative uncharacterized protein 4.989385885 C6_chemical_A3 +LQ09X019450 Putative uncharacterized protein 5.132564135 C6_chemical_B1 +LQ09X019450 Putative uncharacterized protein 5.233213781 C6_chemical_B2 +LQ09X019450 Putative uncharacterized protein 5.668641888 C6_chemical_B3 +LQ09X019450 Putative uncharacterized protein 4.909066214 C6_chemical_C1 +LQ09X019450 Putative uncharacterized protein 5.323237155 C6_chemical_C2 +LQ09X019450 Putative uncharacterized protein 5.137822836 C6_chemical_C3 +LQ09X019450 Putative uncharacterized protein 5.341702541 L4_control_A1 +LQ09X019450 Putative uncharacterized protein 5.414262354 L4_control_A2 +LQ09X019450 Putative uncharacterized protein 5.898697004 L4_control_A3 +LQ09X019450 Putative uncharacterized protein 6.868307075 L4_control_B1 +LQ09X019450 Putative uncharacterized protein 5.334331646 L4_control_B2 +LQ09X019450 Putative uncharacterized protein 5.7384132 L4_control_B3 +LQ09X019450 Putative uncharacterized protein 5.788060166 L4_control_C2 +LQ09X019450 Putative uncharacterized protein 5.192482702 L4_control_C3 +LQ09X019450 Putative uncharacterized protein 5.855514747 L4_chemical_A1 +LQ09X019450 Putative uncharacterized protein 5.892526797 L4_chemical_A2 +LQ09X019450 Putative uncharacterized protein 6.493298886 L4_chemical_A3 +LQ09X019450 Putative uncharacterized protein 5.196459782 L4_chemical_B1 +LQ09X019450 Putative uncharacterized protein 5.720199213 L4_chemical_B2 +LQ09X019450 Putative uncharacterized protein 5.912147076 L4_chemical_B3 +LQ09X019450 Putative uncharacterized protein 5.99181794 L4_chemical_C2 +LQ09X019450 Putative uncharacterized protein 5.971592093 L4_chemical_C3 +LQ09X019460 Putative mRNA-capping enzyme 9.103831791 C6_control_A1 +LQ09X019460 Putative mRNA-capping enzyme 8.614159889 C6_control_A3 +LQ09X019460 Putative mRNA-capping enzyme 9.522624724 C6_control_B1 +LQ09X019460 Putative mRNA-capping enzyme 9.249613854 C6_control_B2 +LQ09X019460 Putative mRNA-capping enzyme 9.062541862 C6_control_B3 +LQ09X019460 Putative mRNA-capping enzyme 10.09599115 C6_control_C1 +LQ09X019460 Putative mRNA-capping enzyme 10.13411224 C6_control_C2 +LQ09X019460 Putative mRNA-capping enzyme 9.322030303 C6_control_C3 +LQ09X019460 Putative mRNA-capping enzyme 9.626132783 C6_chemical_A1 +LQ09X019460 Putative mRNA-capping enzyme 9.471786367 C6_chemical_A3 +LQ09X019460 Putative mRNA-capping enzyme 10.06154549 C6_chemical_B1 +LQ09X019460 Putative mRNA-capping enzyme 9.644671142 C6_chemical_B2 +LQ09X019460 Putative mRNA-capping enzyme 9.608123759 C6_chemical_B3 +LQ09X019460 Putative mRNA-capping enzyme 10.36965142 C6_chemical_C1 +LQ09X019460 Putative mRNA-capping enzyme 10.32373472 C6_chemical_C2 +LQ09X019460 Putative mRNA-capping enzyme 10.26975459 C6_chemical_C3 +LQ09X019460 Putative mRNA-capping enzyme 9.72950772 L4_control_A1 +LQ09X019460 Putative mRNA-capping enzyme 9.165264485 L4_control_A2 +LQ09X019460 Putative mRNA-capping enzyme 9.060585347 L4_control_A3 +LQ09X019460 Putative mRNA-capping enzyme 9.552434532 L4_control_B1 +LQ09X019460 Putative mRNA-capping enzyme 9.430509026 L4_control_B2 +LQ09X019460 Putative mRNA-capping enzyme 10.04068685 L4_control_B3 +LQ09X019460 Putative mRNA-capping enzyme 9.845361572 L4_control_C2 +LQ09X019460 Putative mRNA-capping enzyme 10.71007444 L4_control_C3 +LQ09X019460 Putative mRNA-capping enzyme 9.49633657 L4_chemical_A1 +LQ09X019460 Putative mRNA-capping enzyme 9.11158165 L4_chemical_A2 +LQ09X019460 Putative mRNA-capping enzyme 8.980389706 L4_chemical_A3 +LQ09X019460 Putative mRNA-capping enzyme 9.363745147 L4_chemical_B1 +LQ09X019460 Putative mRNA-capping enzyme 9.048335833 L4_chemical_B2 +LQ09X019460 Putative mRNA-capping enzyme 9.712861245 L4_chemical_B3 +LQ09X019460 Putative mRNA-capping enzyme 9.915489489 L4_chemical_C2 +LQ09X019460 Putative mRNA-capping enzyme 10.55436106 L4_chemical_C3 +LQ09X019490 Putative uncharacterized protein 11.28187929 C6_control_A1 +LQ09X019490 Putative uncharacterized protein 11.50531848 C6_control_A3 +LQ09X019490 Putative uncharacterized protein 11.14816813 C6_control_B1 +LQ09X019490 Putative uncharacterized protein 11.23365768 C6_control_B2 +LQ09X019490 Putative uncharacterized protein 10.97015751 C6_control_B3 +LQ09X019490 Putative uncharacterized protein 11.5919632 C6_control_C1 +LQ09X019490 Putative uncharacterized protein 11.76361396 C6_control_C2 +LQ09X019490 Putative uncharacterized protein 11.79646559 C6_control_C3 +LQ09X019490 Putative uncharacterized protein 10.87574574 C6_chemical_A1 +LQ09X019490 Putative uncharacterized protein 11.41004876 C6_chemical_A3 +LQ09X019490 Putative uncharacterized protein 10.96029534 C6_chemical_B1 +LQ09X019490 Putative uncharacterized protein 11.33663043 C6_chemical_B2 +LQ09X019490 Putative uncharacterized protein 10.73931292 C6_chemical_B3 +LQ09X019490 Putative uncharacterized protein 11.59981371 C6_chemical_C1 +LQ09X019490 Putative uncharacterized protein 11.66916111 C6_chemical_C2 +LQ09X019490 Putative uncharacterized protein 11.40874816 C6_chemical_C3 +LQ09X019490 Putative uncharacterized protein 10.70542293 L4_control_A1 +LQ09X019490 Putative uncharacterized protein 11.01775333 L4_control_A2 +LQ09X019490 Putative uncharacterized protein 9.814188738 L4_control_A3 +LQ09X019490 Putative uncharacterized protein 10.85105516 L4_control_B1 +LQ09X019490 Putative uncharacterized protein 10.92540716 L4_control_B2 +LQ09X019490 Putative uncharacterized protein 11.03442701 L4_control_B3 +LQ09X019490 Putative uncharacterized protein 10.82773113 L4_control_C2 +LQ09X019490 Putative uncharacterized protein 10.60588107 L4_control_C3 +LQ09X019490 Putative uncharacterized protein 10.74037354 L4_chemical_A1 +LQ09X019490 Putative uncharacterized protein 11.00659878 L4_chemical_A2 +LQ09X019490 Putative uncharacterized protein 9.990649409 L4_chemical_A3 +LQ09X019490 Putative uncharacterized protein 10.92157554 L4_chemical_B1 +LQ09X019490 Putative uncharacterized protein 11.06093544 L4_chemical_B2 +LQ09X019490 Putative uncharacterized protein 10.91037838 L4_chemical_B3 +LQ09X019490 Putative uncharacterized protein 10.61551751 L4_chemical_C2 +LQ09X019490 Putative uncharacterized protein 10.828474 L4_chemical_C3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.184635853 C6_control_A1 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.406993469 C6_control_A3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.139385725 C6_control_B1 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.432392252 C6_control_B2 +LQ09X019570 Putative ribonuclease H protein At1g65750 4.977147159 C6_control_B3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.881490246 C6_control_C1 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.404335045 C6_control_C2 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.772600038 C6_control_C3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.52225226 C6_chemical_A1 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.585933797 C6_chemical_A3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.136856435 C6_chemical_B1 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.241244042 C6_chemical_B2 +LQ09X019570 Putative ribonuclease H protein At1g65750 4.987705711 C6_chemical_B3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.262975105 C6_chemical_C1 +LQ09X019570 Putative ribonuclease H protein At1g65750 6.42674873 C6_chemical_C2 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.590207544 C6_chemical_C3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.35983056 L4_control_A1 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.044415905 L4_control_A2 +LQ09X019570 Putative ribonuclease H protein At1g65750 6.185185796 L4_control_A3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.359738558 L4_control_B1 +LQ09X019570 Putative ribonuclease H protein At1g65750 6.112531258 L4_control_B2 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.191647433 L4_control_B3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.258128703 L4_control_C2 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.260976653 L4_control_C3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.191280473 L4_chemical_A1 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.087793182 L4_chemical_A2 +LQ09X019570 Putative ribonuclease H protein At1g65750 6.127384197 L4_chemical_A3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.260018043 L4_chemical_B1 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.366356367 L4_chemical_B2 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.36899581 L4_chemical_B3 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.082765852 L4_chemical_C2 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.222265969 L4_chemical_C3 +LQ09X019821 OSIGBa0139I12.1 protein 4.958781652 C6_control_A1 +LQ09X019821 OSIGBa0139I12.1 protein 5.353244195 C6_control_A3 +LQ09X019821 OSIGBa0139I12.1 protein 4.642794214 C6_control_B1 +LQ09X019821 OSIGBa0139I12.1 protein 4.818079325 C6_control_B2 +LQ09X019821 OSIGBa0139I12.1 protein 5.278871432 C6_control_B3 +LQ09X019821 OSIGBa0139I12.1 protein 5.111928297 C6_control_C1 +LQ09X019821 OSIGBa0139I12.1 protein 4.745997353 C6_control_C2 +LQ09X019821 OSIGBa0139I12.1 protein 4.994474302 C6_control_C3 +LQ09X019821 OSIGBa0139I12.1 protein 4.748575196 C6_chemical_A1 +LQ09X019821 OSIGBa0139I12.1 protein 5.02305447 C6_chemical_A3 +LQ09X019821 OSIGBa0139I12.1 protein 4.933730922 C6_chemical_B1 +LQ09X019821 OSIGBa0139I12.1 protein 4.904706955 C6_chemical_B2 +LQ09X019821 OSIGBa0139I12.1 protein 5.702514675 C6_chemical_B3 +LQ09X019821 OSIGBa0139I12.1 protein 5.099040714 C6_chemical_C1 +LQ09X019821 OSIGBa0139I12.1 protein 4.844528147 C6_chemical_C2 +LQ09X019821 OSIGBa0139I12.1 protein 4.995938046 C6_chemical_C3 +LQ09X019821 OSIGBa0139I12.1 protein 5.01118117 L4_control_A1 +LQ09X019821 OSIGBa0139I12.1 protein 4.931060502 L4_control_A2 +LQ09X019821 OSIGBa0139I12.1 protein 5.057365458 L4_control_A3 +LQ09X019821 OSIGBa0139I12.1 protein 4.968465922 L4_control_B1 +LQ09X019821 OSIGBa0139I12.1 protein 4.61244938 L4_control_B2 +LQ09X019821 OSIGBa0139I12.1 protein 4.986354512 L4_control_B3 +LQ09X019821 OSIGBa0139I12.1 protein 5.27991229 L4_control_C2 +LQ09X019821 OSIGBa0139I12.1 protein 5.137246664 L4_control_C3 +LQ09X019821 OSIGBa0139I12.1 protein 4.790216132 L4_chemical_A1 +LQ09X019821 OSIGBa0139I12.1 protein 5.010038692 L4_chemical_A2 +LQ09X019821 OSIGBa0139I12.1 protein 5.161967378 L4_chemical_A3 +LQ09X019821 OSIGBa0139I12.1 protein 4.842015413 L4_chemical_B1 +LQ09X019821 OSIGBa0139I12.1 protein 5.166142801 L4_chemical_B2 +LQ09X019821 OSIGBa0139I12.1 protein 4.780895755 L4_chemical_B3 +LQ09X019821 OSIGBa0139I12.1 protein 5.487507264 L4_chemical_C2 +LQ09X019821 OSIGBa0139I12.1 protein 4.719136921 L4_chemical_C3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.31193141 C6_control_A1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.0335455 C6_control_A3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.16730825 C6_control_B1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.82360926 C6_control_B2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.75665803 C6_control_B3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.76494053 C6_control_C1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.45679239 C6_control_C2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.6385575 C6_control_C3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.47854227 C6_chemical_A1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.0402559 C6_chemical_A3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.08617406 C6_chemical_B1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.7164076 C6_chemical_B2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.64576229 C6_chemical_B3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.88653568 C6_chemical_C1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.96991885 C6_chemical_C2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.29284896 C6_chemical_C3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.01627704 L4_control_A1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.98037576 L4_control_A2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.25401805 L4_control_A3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.47340338 L4_control_B1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.33983433 L4_control_B2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.60995895 L4_control_B3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.20048348 L4_control_C2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.59243178 L4_control_C3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.80529384 L4_chemical_A1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.75829858 L4_chemical_A2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.03152299 L4_chemical_A3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.84010031 L4_chemical_B1 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.04714035 L4_chemical_B2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.43963172 L4_chemical_B3 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 13.50571281 L4_chemical_C2 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 12.68102881 L4_chemical_C3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.774994172 C6_control_A1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 6.589299648 C6_control_A3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.862065287 C6_control_B1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.757499731 C6_control_B2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.421268364 C6_control_B3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.911304699 C6_control_C1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.901721876 C6_control_C2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.623121759 C6_control_C3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 6.075324693 C6_chemical_A1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.540553112 C6_chemical_A3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.397135988 C6_chemical_B1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.727889251 C6_chemical_B2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.459010176 C6_chemical_B3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.51498506 C6_chemical_C1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.792429188 C6_chemical_C2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.529074135 C6_chemical_C3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.641598183 L4_control_A1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.776615148 L4_control_A2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.519446798 L4_control_A3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.501176603 L4_control_B1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.853151985 L4_control_B2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.355091794 L4_control_B3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.036603101 L4_control_C2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.577239873 L4_control_C3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.680378861 L4_chemical_A1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.779326726 L4_chemical_A2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.279690649 L4_chemical_A3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.551623495 L4_chemical_B1 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.99705278 L4_chemical_B2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.705388504 L4_chemical_B3 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.207386787 L4_chemical_C2 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 5.317962045 L4_chemical_C3 +LQ09X020090 Glutaredoxin-C4 6.29938304 C6_control_A1 +LQ09X020090 Glutaredoxin-C4 6.722652015 C6_control_A3 +LQ09X020090 Glutaredoxin-C4 6.602396632 C6_control_B1 +LQ09X020090 Glutaredoxin-C4 5.800495785 C6_control_B2 +LQ09X020090 Glutaredoxin-C4 5.890720621 C6_control_B3 +LQ09X020090 Glutaredoxin-C4 6.469472478 C6_control_C1 +LQ09X020090 Glutaredoxin-C4 6.320258079 C6_control_C2 +LQ09X020090 Glutaredoxin-C4 5.451595307 C6_control_C3 +LQ09X020090 Glutaredoxin-C4 5.707980374 C6_chemical_A1 +LQ09X020090 Glutaredoxin-C4 5.61389733 C6_chemical_A3 +LQ09X020090 Glutaredoxin-C4 5.88567633 C6_chemical_B1 +LQ09X020090 Glutaredoxin-C4 5.811087041 C6_chemical_B2 +LQ09X020090 Glutaredoxin-C4 6.023701068 C6_chemical_B3 +LQ09X020090 Glutaredoxin-C4 5.332198941 C6_chemical_C1 +LQ09X020090 Glutaredoxin-C4 5.232033703 C6_chemical_C2 +LQ09X020090 Glutaredoxin-C4 5.404180965 C6_chemical_C3 +LQ09X020090 Glutaredoxin-C4 5.548869996 L4_control_A1 +LQ09X020090 Glutaredoxin-C4 5.181920961 L4_control_A2 +LQ09X020090 Glutaredoxin-C4 5.440628042 L4_control_A3 +LQ09X020090 Glutaredoxin-C4 5.639186453 L4_control_B1 +LQ09X020090 Glutaredoxin-C4 5.368580117 L4_control_B2 +LQ09X020090 Glutaredoxin-C4 5.242225386 L4_control_B3 +LQ09X020090 Glutaredoxin-C4 5.844525103 L4_control_C2 +LQ09X020090 Glutaredoxin-C4 5.940854979 L4_control_C3 +LQ09X020090 Glutaredoxin-C4 5.156179428 L4_chemical_A1 +LQ09X020090 Glutaredoxin-C4 5.156852357 L4_chemical_A2 +LQ09X020090 Glutaredoxin-C4 5.598066336 L4_chemical_A3 +LQ09X020090 Glutaredoxin-C4 5.840601449 L4_chemical_B1 +LQ09X020090 Glutaredoxin-C4 5.594549797 L4_chemical_B2 +LQ09X020090 Glutaredoxin-C4 5.507126216 L4_chemical_B3 +LQ09X020090 Glutaredoxin-C4 5.899529193 L4_chemical_C2 +LQ09X020090 Glutaredoxin-C4 6.55698557 L4_chemical_C3 +LQ09X020190 Putative uncharacterized protein 6.462859887 C6_control_A1 +LQ09X020190 Putative uncharacterized protein 7.768371739 C6_control_A3 +LQ09X020190 Putative uncharacterized protein 6.369728257 C6_control_B1 +LQ09X020190 Putative uncharacterized protein 5.659596687 C6_control_B2 +LQ09X020190 Putative uncharacterized protein 6.682006088 C6_control_B3 +LQ09X020190 Putative uncharacterized protein 5.707929863 C6_control_C1 +LQ09X020190 Putative uncharacterized protein 5.983177356 C6_control_C2 +LQ09X020190 Putative uncharacterized protein 5.679158072 C6_control_C3 +LQ09X020190 Putative uncharacterized protein 5.867185214 C6_chemical_A1 +LQ09X020190 Putative uncharacterized protein 5.748140852 C6_chemical_A3 +LQ09X020190 Putative uncharacterized protein 5.699316976 C6_chemical_B1 +LQ09X020190 Putative uncharacterized protein 5.494778178 C6_chemical_B2 +LQ09X020190 Putative uncharacterized protein 5.774879422 C6_chemical_B3 +LQ09X020190 Putative uncharacterized protein 5.920301026 C6_chemical_C1 +LQ09X020190 Putative uncharacterized protein 5.471017407 C6_chemical_C2 +LQ09X020190 Putative uncharacterized protein 5.737911939 C6_chemical_C3 +LQ09X020190 Putative uncharacterized protein 6.579382397 L4_control_A1 +LQ09X020190 Putative uncharacterized protein 6.374741371 L4_control_A2 +LQ09X020190 Putative uncharacterized protein 5.784722905 L4_control_A3 +LQ09X020190 Putative uncharacterized protein 5.892276585 L4_control_B1 +LQ09X020190 Putative uncharacterized protein 5.836244588 L4_control_B2 +LQ09X020190 Putative uncharacterized protein 6.119311698 L4_control_B3 +LQ09X020190 Putative uncharacterized protein 6.107005511 L4_control_C2 +LQ09X020190 Putative uncharacterized protein 6.711517561 L4_control_C3 +LQ09X020190 Putative uncharacterized protein 6.433858343 L4_chemical_A1 +LQ09X020190 Putative uncharacterized protein 5.887342255 L4_chemical_A2 +LQ09X020190 Putative uncharacterized protein 6.263004746 L4_chemical_A3 +LQ09X020190 Putative uncharacterized protein 6.211578287 L4_chemical_B1 +LQ09X020190 Putative uncharacterized protein 6.151815183 L4_chemical_B2 +LQ09X020190 Putative uncharacterized protein 6.489683675 L4_chemical_B3 +LQ09X020190 Putative uncharacterized protein 6.049091309 L4_chemical_C2 +LQ09X020190 Putative uncharacterized protein 6.708353322 L4_chemical_C3 +LQ09X020230 Transcription factor Pur-alpha 1 6.62213796 C6_control_A1 +LQ09X020230 Transcription factor Pur-alpha 1 7.217482683 C6_control_A3 +LQ09X020230 Transcription factor Pur-alpha 1 6.299695264 C6_control_B1 +LQ09X020230 Transcription factor Pur-alpha 1 6.174572585 C6_control_B2 +LQ09X020230 Transcription factor Pur-alpha 1 6.639203913 C6_control_B3 +LQ09X020230 Transcription factor Pur-alpha 1 6.159991413 C6_control_C1 +LQ09X020230 Transcription factor Pur-alpha 1 7.074705667 C6_control_C2 +LQ09X020230 Transcription factor Pur-alpha 1 5.86682162 C6_control_C3 +LQ09X020230 Transcription factor Pur-alpha 1 6.555849407 C6_chemical_A1 +LQ09X020230 Transcription factor Pur-alpha 1 6.353676205 C6_chemical_A3 +LQ09X020230 Transcription factor Pur-alpha 1 5.730146619 C6_chemical_B1 +LQ09X020230 Transcription factor Pur-alpha 1 6.343400084 C6_chemical_B2 +LQ09X020230 Transcription factor Pur-alpha 1 5.970883671 C6_chemical_B3 +LQ09X020230 Transcription factor Pur-alpha 1 6.411273821 C6_chemical_C1 +LQ09X020230 Transcription factor Pur-alpha 1 6.08812218 C6_chemical_C2 +LQ09X020230 Transcription factor Pur-alpha 1 5.685841142 C6_chemical_C3 +LQ09X020230 Transcription factor Pur-alpha 1 6.064639838 L4_control_A1 +LQ09X020230 Transcription factor Pur-alpha 1 5.987796825 L4_control_A2 +LQ09X020230 Transcription factor Pur-alpha 1 5.929151751 L4_control_A3 +LQ09X020230 Transcription factor Pur-alpha 1 5.633898271 L4_control_B1 +LQ09X020230 Transcription factor Pur-alpha 1 5.835019243 L4_control_B2 +LQ09X020230 Transcription factor Pur-alpha 1 5.588021478 L4_control_B3 +LQ09X020230 Transcription factor Pur-alpha 1 5.97723552 L4_control_C2 +LQ09X020230 Transcription factor Pur-alpha 1 5.425943139 L4_control_C3 +LQ09X020230 Transcription factor Pur-alpha 1 6.154855276 L4_chemical_A1 +LQ09X020230 Transcription factor Pur-alpha 1 5.915576546 L4_chemical_A2 +LQ09X020230 Transcription factor Pur-alpha 1 7.233289578 L4_chemical_A3 +LQ09X020230 Transcription factor Pur-alpha 1 6.416267181 L4_chemical_B1 +LQ09X020230 Transcription factor Pur-alpha 1 5.795409543 L4_chemical_B2 +LQ09X020230 Transcription factor Pur-alpha 1 6.048792992 L4_chemical_B3 +LQ09X020230 Transcription factor Pur-alpha 1 6.249732194 L4_chemical_C2 +LQ09X020230 Transcription factor Pur-alpha 1 6.126585699 L4_chemical_C3 +LQ09X020260 Putative Importin-5 5.597035536 C6_control_A1 +LQ09X020260 Putative Importin-5 5.144956862 C6_control_A3 +LQ09X020260 Putative Importin-5 6.01737997 C6_control_B1 +LQ09X020260 Putative Importin-5 5.549020717 C6_control_B2 +LQ09X020260 Putative Importin-5 5.89963747 C6_control_B3 +LQ09X020260 Putative Importin-5 5.345518096 C6_control_C1 +LQ09X020260 Putative Importin-5 5.566229102 C6_control_C2 +LQ09X020260 Putative Importin-5 5.398664066 C6_control_C3 +LQ09X020260 Putative Importin-5 5.187805439 C6_chemical_A1 +LQ09X020260 Putative Importin-5 5.366146949 C6_chemical_A3 +LQ09X020260 Putative Importin-5 5.562730079 C6_chemical_B1 +LQ09X020260 Putative Importin-5 5.270001778 C6_chemical_B2 +LQ09X020260 Putative Importin-5 5.315175455 C6_chemical_B3 +LQ09X020260 Putative Importin-5 5.608027809 C6_chemical_C1 +LQ09X020260 Putative Importin-5 5.511852302 C6_chemical_C2 +LQ09X020260 Putative Importin-5 5.630256729 C6_chemical_C3 +LQ09X020260 Putative Importin-5 5.640770793 L4_control_A1 +LQ09X020260 Putative Importin-5 5.412021188 L4_control_A2 +LQ09X020260 Putative Importin-5 5.272453398 L4_control_A3 +LQ09X020260 Putative Importin-5 5.223764567 L4_control_B1 +LQ09X020260 Putative Importin-5 5.155729673 L4_control_B2 +LQ09X020260 Putative Importin-5 5.645756606 L4_control_B3 +LQ09X020260 Putative Importin-5 5.787494875 L4_control_C2 +LQ09X020260 Putative Importin-5 5.371645467 L4_control_C3 +LQ09X020260 Putative Importin-5 5.757723076 L4_chemical_A1 +LQ09X020260 Putative Importin-5 5.481876523 L4_chemical_A2 +LQ09X020260 Putative Importin-5 6.089597819 L4_chemical_A3 +LQ09X020260 Putative Importin-5 5.403537595 L4_chemical_B1 +LQ09X020260 Putative Importin-5 5.65326967 L4_chemical_B2 +LQ09X020260 Putative Importin-5 5.658928926 L4_chemical_B3 +LQ09X020260 Putative Importin-5 5.738962276 L4_chemical_C2 +LQ09X020260 Putative Importin-5 4.995258669 L4_chemical_C3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.977791958 C6_control_A1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.990028031 C6_control_A3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.74452543 C6_control_B1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.259500284 C6_control_B2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.921052208 C6_control_B3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.863523131 C6_control_C1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.088379323 C6_control_C2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.469606829 C6_control_C3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.230880242 C6_chemical_A1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.918416154 C6_chemical_A3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.645004233 C6_chemical_B1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.287969692 C6_chemical_B2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.902493775 C6_chemical_B3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.339981804 C6_chemical_C1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.863249418 C6_chemical_C2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.315054991 C6_chemical_C3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.70689721 L4_control_A1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.588269403 L4_control_A2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.883171115 L4_control_A3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.111982833 L4_control_B1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.704096673 L4_control_B2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.994989154 L4_control_B3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.3362028 L4_control_C2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.506807117 L4_control_C3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.974891055 L4_chemical_A1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.871110908 L4_chemical_A2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.29000321 L4_chemical_A3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.992555486 L4_chemical_B1 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.68177523 L4_chemical_B2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.007432418 L4_chemical_B3 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.665611702 L4_chemical_C2 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.05146397 L4_chemical_C3 +LQ09X020380 Callose synthase 3 13.60700077 C6_control_A1 +LQ09X020380 Callose synthase 3 13.62879332 C6_control_A3 +LQ09X020380 Callose synthase 3 13.53921759 C6_control_B1 +LQ09X020380 Callose synthase 3 13.8469082 C6_control_B2 +LQ09X020380 Callose synthase 3 13.46912737 C6_control_B3 +LQ09X020380 Callose synthase 3 13.60217858 C6_control_C1 +LQ09X020380 Callose synthase 3 13.51682258 C6_control_C2 +LQ09X020380 Callose synthase 3 13.88109972 C6_control_C3 +LQ09X020380 Callose synthase 3 13.59563666 C6_chemical_A1 +LQ09X020380 Callose synthase 3 13.55455648 C6_chemical_A3 +LQ09X020380 Callose synthase 3 13.23168462 C6_chemical_B1 +LQ09X020380 Callose synthase 3 13.57515846 C6_chemical_B2 +LQ09X020380 Callose synthase 3 13.49483764 C6_chemical_B3 +LQ09X020380 Callose synthase 3 13.61993889 C6_chemical_C1 +LQ09X020380 Callose synthase 3 13.34948308 C6_chemical_C2 +LQ09X020380 Callose synthase 3 13.30274947 C6_chemical_C3 +LQ09X020380 Callose synthase 3 13.75044784 L4_control_A1 +LQ09X020380 Callose synthase 3 13.87034642 L4_control_A2 +LQ09X020380 Callose synthase 3 13.64313735 L4_control_A3 +LQ09X020380 Callose synthase 3 13.38158229 L4_control_B1 +LQ09X020380 Callose synthase 3 13.44184431 L4_control_B2 +LQ09X020380 Callose synthase 3 13.7679223 L4_control_B3 +LQ09X020380 Callose synthase 3 13.48858553 L4_control_C2 +LQ09X020380 Callose synthase 3 13.19807218 L4_control_C3 +LQ09X020380 Callose synthase 3 13.66182575 L4_chemical_A1 +LQ09X020380 Callose synthase 3 13.82920686 L4_chemical_A2 +LQ09X020380 Callose synthase 3 13.94736662 L4_chemical_A3 +LQ09X020380 Callose synthase 3 13.45844625 L4_chemical_B1 +LQ09X020380 Callose synthase 3 13.61403715 L4_chemical_B2 +LQ09X020380 Callose synthase 3 13.85144845 L4_chemical_B3 +LQ09X020380 Callose synthase 3 13.59389106 L4_chemical_C2 +LQ09X020380 Callose synthase 3 13.47399901 L4_chemical_C3 +LQ09X020460 Callose synthase 3 5.997252181 C6_control_A1 +LQ09X020460 Callose synthase 3 5.882495842 C6_control_A3 +LQ09X020460 Callose synthase 3 6.145548636 C6_control_B1 +LQ09X020460 Callose synthase 3 6.066383386 C6_control_B2 +LQ09X020460 Callose synthase 3 5.819638098 C6_control_B3 +LQ09X020460 Callose synthase 3 5.421654831 C6_control_C1 +LQ09X020460 Callose synthase 3 5.386635561 C6_control_C2 +LQ09X020460 Callose synthase 3 5.716209112 C6_control_C3 +LQ09X020460 Callose synthase 3 6.125523379 C6_chemical_A1 +LQ09X020460 Callose synthase 3 6.028109501 C6_chemical_A3 +LQ09X020460 Callose synthase 3 6.166610723 C6_chemical_B1 +LQ09X020460 Callose synthase 3 6.218152842 C6_chemical_B2 +LQ09X020460 Callose synthase 3 5.85494928 C6_chemical_B3 +LQ09X020460 Callose synthase 3 5.810206137 C6_chemical_C1 +LQ09X020460 Callose synthase 3 5.57143026 C6_chemical_C2 +LQ09X020460 Callose synthase 3 5.667181315 C6_chemical_C3 +LQ09X020460 Callose synthase 3 5.990633698 L4_control_A1 +LQ09X020460 Callose synthase 3 6.02486475 L4_control_A2 +LQ09X020460 Callose synthase 3 6.129865202 L4_control_A3 +LQ09X020460 Callose synthase 3 6.131657987 L4_control_B1 +LQ09X020460 Callose synthase 3 6.075381873 L4_control_B2 +LQ09X020460 Callose synthase 3 5.898576466 L4_control_B3 +LQ09X020460 Callose synthase 3 5.655678873 L4_control_C2 +LQ09X020460 Callose synthase 3 5.512531311 L4_control_C3 +LQ09X020460 Callose synthase 3 5.900317229 L4_chemical_A1 +LQ09X020460 Callose synthase 3 6.230663727 L4_chemical_A2 +LQ09X020460 Callose synthase 3 6.013518341 L4_chemical_A3 +LQ09X020460 Callose synthase 3 6.115647104 L4_chemical_B1 +LQ09X020460 Callose synthase 3 5.552929892 L4_chemical_B2 +LQ09X020460 Callose synthase 3 6.042480815 L4_chemical_B3 +LQ09X020460 Callose synthase 3 4.989692314 L4_chemical_C2 +LQ09X020460 Callose synthase 3 5.628727862 L4_chemical_C3 +LQ09X020530 Hypothetical protein 5.184462626 C6_control_A1 +LQ09X020530 Hypothetical protein 4.914814428 C6_control_A3 +LQ09X020530 Hypothetical protein 4.876701087 C6_control_B1 +LQ09X020530 Hypothetical protein 4.83448923 C6_control_B2 +LQ09X020530 Hypothetical protein 4.973107077 C6_control_B3 +LQ09X020530 Hypothetical protein 4.764615499 C6_control_C1 +LQ09X020530 Hypothetical protein 4.906365082 C6_control_C2 +LQ09X020530 Hypothetical protein 4.599951279 C6_control_C3 +LQ09X020530 Hypothetical protein 4.95798946 C6_chemical_A1 +LQ09X020530 Hypothetical protein 4.96137635 C6_chemical_A3 +LQ09X020530 Hypothetical protein 4.739676615 C6_chemical_B1 +LQ09X020530 Hypothetical protein 4.799224045 C6_chemical_B2 +LQ09X020530 Hypothetical protein 5.048754899 C6_chemical_B3 +LQ09X020530 Hypothetical protein 4.580132795 C6_chemical_C1 +LQ09X020530 Hypothetical protein 4.811189829 C6_chemical_C2 +LQ09X020530 Hypothetical protein 4.64537666 C6_chemical_C3 +LQ09X020530 Hypothetical protein 5.06436944 L4_control_A1 +LQ09X020530 Hypothetical protein 4.787463357 L4_control_A2 +LQ09X020530 Hypothetical protein 5.365790397 L4_control_A3 +LQ09X020530 Hypothetical protein 4.859763088 L4_control_B1 +LQ09X020530 Hypothetical protein 4.864798886 L4_control_B2 +LQ09X020530 Hypothetical protein 4.524386958 L4_control_B3 +LQ09X020530 Hypothetical protein 4.66982158 L4_control_C2 +LQ09X020530 Hypothetical protein 5.233056863 L4_control_C3 +LQ09X020530 Hypothetical protein 4.988690952 L4_chemical_A1 +LQ09X020530 Hypothetical protein 4.5873002 L4_chemical_A2 +LQ09X020530 Hypothetical protein 5.009153956 L4_chemical_A3 +LQ09X020530 Hypothetical protein 5.0050755 L4_chemical_B1 +LQ09X020530 Hypothetical protein 5.001847893 L4_chemical_B2 +LQ09X020530 Hypothetical protein 4.608835686 L4_chemical_B3 +LQ09X020530 Hypothetical protein 4.685820043 L4_chemical_C2 +LQ09X020530 Hypothetical protein 4.994390246 L4_chemical_C3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.51235007 C6_control_A1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 12.89711047 C6_control_A3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.18569641 C6_control_B1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.52821984 C6_control_B2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.96331873 C6_control_B3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 11.58076699 C6_control_C1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 12.39990906 C6_control_C2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 11.41867983 C6_control_C3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.2301445 C6_chemical_A1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 12.20929832 C6_chemical_A3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.36835832 C6_chemical_B1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.43938547 C6_chemical_B2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.22208855 C6_chemical_B3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 11.52796898 C6_chemical_C1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 11.75994031 C6_chemical_C2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 10.95500706 C6_chemical_C3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 12.98248949 L4_control_A1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.16878396 L4_control_A2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 12.91342252 L4_control_A3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.11934753 L4_control_B1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.33660146 L4_control_B2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.05183395 L4_control_B3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 11.36845611 L4_control_C2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 11.17891016 L4_control_C3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 12.28494137 L4_chemical_A1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 12.80165465 L4_chemical_A2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.05852353 L4_chemical_A3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 12.60736796 L4_chemical_B1 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.35290223 L4_chemical_B2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.45981522 L4_chemical_B3 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 11.87113171 L4_chemical_C2 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 11.26378868 L4_chemical_C3 +LQ09X020580 Chavicol O-methyltransferase 5.562330142 C6_control_A1 +LQ09X020580 Chavicol O-methyltransferase 5.574638423 C6_control_A3 +LQ09X020580 Chavicol O-methyltransferase 5.408165292 C6_control_B1 +LQ09X020580 Chavicol O-methyltransferase 5.559940812 C6_control_B2 +LQ09X020580 Chavicol O-methyltransferase 5.917777464 C6_control_B3 +LQ09X020580 Chavicol O-methyltransferase 4.70592361 C6_control_C1 +LQ09X020580 Chavicol O-methyltransferase 5.121273996 C6_control_C2 +LQ09X020580 Chavicol O-methyltransferase 5.377537521 C6_control_C3 +LQ09X020580 Chavicol O-methyltransferase 5.807383903 C6_chemical_A1 +LQ09X020580 Chavicol O-methyltransferase 5.519675985 C6_chemical_A3 +LQ09X020580 Chavicol O-methyltransferase 5.298577511 C6_chemical_B1 +LQ09X020580 Chavicol O-methyltransferase 5.449667164 C6_chemical_B2 +LQ09X020580 Chavicol O-methyltransferase 6.345799303 C6_chemical_B3 +LQ09X020580 Chavicol O-methyltransferase 4.885873237 C6_chemical_C1 +LQ09X020580 Chavicol O-methyltransferase 5.05815273 C6_chemical_C2 +LQ09X020580 Chavicol O-methyltransferase 5.393262649 C6_chemical_C3 +LQ09X020580 Chavicol O-methyltransferase 5.785888419 L4_control_A1 +LQ09X020580 Chavicol O-methyltransferase 5.975904255 L4_control_A2 +LQ09X020580 Chavicol O-methyltransferase 6.337074285 L4_control_A3 +LQ09X020580 Chavicol O-methyltransferase 5.604834701 L4_control_B1 +LQ09X020580 Chavicol O-methyltransferase 5.178772619 L4_control_B2 +LQ09X020580 Chavicol O-methyltransferase 5.580646241 L4_control_B3 +LQ09X020580 Chavicol O-methyltransferase 5.445817884 L4_control_C2 +LQ09X020580 Chavicol O-methyltransferase 5.480750781 L4_control_C3 +LQ09X020580 Chavicol O-methyltransferase 6.209500252 L4_chemical_A1 +LQ09X020580 Chavicol O-methyltransferase 6.122855688 L4_chemical_A2 +LQ09X020580 Chavicol O-methyltransferase 5.900251649 L4_chemical_A3 +LQ09X020580 Chavicol O-methyltransferase 5.141352632 L4_chemical_B1 +LQ09X020580 Chavicol O-methyltransferase 5.535469682 L4_chemical_B2 +LQ09X020580 Chavicol O-methyltransferase 5.437075536 L4_chemical_B3 +LQ09X020580 Chavicol O-methyltransferase 5.441397862 L4_chemical_C2 +LQ09X020580 Chavicol O-methyltransferase 5.742668435 L4_chemical_C3 +LQ09X020590 Predicted protein 6.732707413 C6_control_A1 +LQ09X020590 Predicted protein 7.369341202 C6_control_A3 +LQ09X020590 Predicted protein 6.828238202 C6_control_B1 +LQ09X020590 Predicted protein 6.667454295 C6_control_B2 +LQ09X020590 Predicted protein 6.517545927 C6_control_B3 +LQ09X020590 Predicted protein 5.830448254 C6_control_C1 +LQ09X020590 Predicted protein 6.932304559 C6_control_C2 +LQ09X020590 Predicted protein 6.196106946 C6_control_C3 +LQ09X020590 Predicted protein 6.321889119 C6_chemical_A1 +LQ09X020590 Predicted protein 6.059091472 C6_chemical_A3 +LQ09X020590 Predicted protein 6.476669303 C6_chemical_B1 +LQ09X020590 Predicted protein 6.373149097 C6_chemical_B2 +LQ09X020590 Predicted protein 6.408692714 C6_chemical_B3 +LQ09X020590 Predicted protein 6.070848376 C6_chemical_C1 +LQ09X020590 Predicted protein 6.103409546 C6_chemical_C2 +LQ09X020590 Predicted protein 6.35033057 C6_chemical_C3 +LQ09X020590 Predicted protein 6.062483738 L4_control_A1 +LQ09X020590 Predicted protein 6.644907121 L4_control_A2 +LQ09X020590 Predicted protein 6.728266485 L4_control_A3 +LQ09X020590 Predicted protein 6.087899264 L4_control_B1 +LQ09X020590 Predicted protein 6.739298909 L4_control_B2 +LQ09X020590 Predicted protein 6.370548442 L4_control_B3 +LQ09X020590 Predicted protein 6.317574061 L4_control_C2 +LQ09X020590 Predicted protein 5.408683182 L4_control_C3 +LQ09X020590 Predicted protein 5.949052685 L4_chemical_A1 +LQ09X020590 Predicted protein 6.583740572 L4_chemical_A2 +LQ09X020590 Predicted protein 6.789539449 L4_chemical_A3 +LQ09X020590 Predicted protein 6.893412842 L4_chemical_B1 +LQ09X020590 Predicted protein 6.622830417 L4_chemical_B2 +LQ09X020590 Predicted protein 6.327279163 L4_chemical_B3 +LQ09X020590 Predicted protein 6.204895708 L4_chemical_C2 +LQ09X020590 Predicted protein 6.524198752 L4_chemical_C3 +LQ09X020720 Cytochrome P450 716B2 5.773122547 C6_control_A1 +LQ09X020720 Cytochrome P450 716B2 5.613684913 C6_control_A3 +LQ09X020720 Cytochrome P450 716B2 5.37878132 C6_control_B1 +LQ09X020720 Cytochrome P450 716B2 6.140967453 C6_control_B2 +LQ09X020720 Cytochrome P450 716B2 6.215941945 C6_control_B3 +LQ09X020720 Cytochrome P450 716B2 6.067414462 C6_control_C1 +LQ09X020720 Cytochrome P450 716B2 5.851209744 C6_control_C2 +LQ09X020720 Cytochrome P450 716B2 7.030138168 C6_control_C3 +LQ09X020720 Cytochrome P450 716B2 5.873391678 C6_chemical_A1 +LQ09X020720 Cytochrome P450 716B2 6.358954792 C6_chemical_A3 +LQ09X020720 Cytochrome P450 716B2 5.997173542 C6_chemical_B1 +LQ09X020720 Cytochrome P450 716B2 5.74771587 C6_chemical_B2 +LQ09X020720 Cytochrome P450 716B2 6.029810265 C6_chemical_B3 +LQ09X020720 Cytochrome P450 716B2 5.775183453 C6_chemical_C1 +LQ09X020720 Cytochrome P450 716B2 5.616056189 C6_chemical_C2 +LQ09X020720 Cytochrome P450 716B2 6.548830996 C6_chemical_C3 +LQ09X020720 Cytochrome P450 716B2 6.552030795 L4_control_A1 +LQ09X020720 Cytochrome P450 716B2 6.271458838 L4_control_A2 +LQ09X020720 Cytochrome P450 716B2 6.994258469 L4_control_A3 +LQ09X020720 Cytochrome P450 716B2 6.178845893 L4_control_B1 +LQ09X020720 Cytochrome P450 716B2 6.453025155 L4_control_B2 +LQ09X020720 Cytochrome P450 716B2 7.836436822 L4_control_B3 +LQ09X020720 Cytochrome P450 716B2 7.148203353 L4_control_C2 +LQ09X020720 Cytochrome P450 716B2 9.064609009 L4_control_C3 +LQ09X020720 Cytochrome P450 716B2 7.343328007 L4_chemical_A1 +LQ09X020720 Cytochrome P450 716B2 6.264639768 L4_chemical_A2 +LQ09X020720 Cytochrome P450 716B2 6.623279773 L4_chemical_A3 +LQ09X020720 Cytochrome P450 716B2 6.590717729 L4_chemical_B1 +LQ09X020720 Cytochrome P450 716B2 6.656199194 L4_chemical_B2 +LQ09X020720 Cytochrome P450 716B2 7.485639194 L4_chemical_B3 +LQ09X020720 Cytochrome P450 716B2 7.655756916 L4_chemical_C2 +LQ09X020720 Cytochrome P450 716B2 7.975887747 L4_chemical_C3 +LQ09X020820 Putative uncharacterized protein 4.931344143 C6_control_A1 +LQ09X020820 Putative uncharacterized protein 5.024329687 C6_control_A3 +LQ09X020820 Putative uncharacterized protein 5.289233211 C6_control_B1 +LQ09X020820 Putative uncharacterized protein 5.4689176 C6_control_B2 +LQ09X020820 Putative uncharacterized protein 4.986871542 C6_control_B3 +LQ09X020820 Putative uncharacterized protein 5.112392221 C6_control_C1 +LQ09X020820 Putative uncharacterized protein 4.706239516 C6_control_C2 +LQ09X020820 Putative uncharacterized protein 5.061292704 C6_control_C3 +LQ09X020820 Putative uncharacterized protein 4.969985049 C6_chemical_A1 +LQ09X020820 Putative uncharacterized protein 4.986927482 C6_chemical_A3 +LQ09X020820 Putative uncharacterized protein 5.830921799 C6_chemical_B1 +LQ09X020820 Putative uncharacterized protein 5.395766037 C6_chemical_B2 +LQ09X020820 Putative uncharacterized protein 4.879691354 C6_chemical_B3 +LQ09X020820 Putative uncharacterized protein 4.837201247 C6_chemical_C1 +LQ09X020820 Putative uncharacterized protein 4.899637319 C6_chemical_C2 +LQ09X020820 Putative uncharacterized protein 5.651936609 C6_chemical_C3 +LQ09X020820 Putative uncharacterized protein 4.957355151 L4_control_A1 +LQ09X020820 Putative uncharacterized protein 4.89448436 L4_control_A2 +LQ09X020820 Putative uncharacterized protein 5.632632139 L4_control_A3 +LQ09X020820 Putative uncharacterized protein 4.879121074 L4_control_B1 +LQ09X020820 Putative uncharacterized protein 5.045715597 L4_control_B2 +LQ09X020820 Putative uncharacterized protein 4.974547694 L4_control_B3 +LQ09X020820 Putative uncharacterized protein 5.32398599 L4_control_C2 +LQ09X020820 Putative uncharacterized protein 5.623091227 L4_control_C3 +LQ09X020820 Putative uncharacterized protein 4.900953022 L4_chemical_A1 +LQ09X020820 Putative uncharacterized protein 5.01547004 L4_chemical_A2 +LQ09X020820 Putative uncharacterized protein 5.431144517 L4_chemical_A3 +LQ09X020820 Putative uncharacterized protein 4.7721927 L4_chemical_B1 +LQ09X020820 Putative uncharacterized protein 5.158248145 L4_chemical_B2 +LQ09X020820 Putative uncharacterized protein 4.802027669 L4_chemical_B3 +LQ09X020820 Putative uncharacterized protein 5.259506453 L4_chemical_C2 +LQ09X020820 Putative uncharacterized protein 4.835894253 L4_chemical_C3 +LQ09X020960 Hypothetical protein 4.856343743 C6_control_A1 +LQ09X020960 Hypothetical protein 4.716550167 C6_control_A3 +LQ09X020960 Hypothetical protein 5.209846633 C6_control_B1 +LQ09X020960 Hypothetical protein 5.25707251 C6_control_B2 +LQ09X020960 Hypothetical protein 4.928830178 C6_control_B3 +LQ09X020960 Hypothetical protein 5.476356213 C6_control_C1 +LQ09X020960 Hypothetical protein 4.909533029 C6_control_C2 +LQ09X020960 Hypothetical protein 5.570066121 C6_control_C3 +LQ09X020960 Hypothetical protein 4.97893253 C6_chemical_A1 +LQ09X020960 Hypothetical protein 4.714644802 C6_chemical_A3 +LQ09X020960 Hypothetical protein 5.431497926 C6_chemical_B1 +LQ09X020960 Hypothetical protein 5.038302429 C6_chemical_B2 +LQ09X020960 Hypothetical protein 5.293889726 C6_chemical_B3 +LQ09X020960 Hypothetical protein 5.215130512 C6_chemical_C1 +LQ09X020960 Hypothetical protein 5.163047912 C6_chemical_C2 +LQ09X020960 Hypothetical protein 5.020188574 C6_chemical_C3 +LQ09X020960 Hypothetical protein 5.197460518 L4_control_A1 +LQ09X020960 Hypothetical protein 4.627198454 L4_control_A2 +LQ09X020960 Hypothetical protein 4.822635894 L4_control_A3 +LQ09X020960 Hypothetical protein 5.584613185 L4_control_B1 +LQ09X020960 Hypothetical protein 5.811795453 L4_control_B2 +LQ09X020960 Hypothetical protein 4.664000463 L4_control_B3 +LQ09X020960 Hypothetical protein 5.529523522 L4_control_C2 +LQ09X020960 Hypothetical protein 6.790915598 L4_control_C3 +LQ09X020960 Hypothetical protein 5.161435319 L4_chemical_A1 +LQ09X020960 Hypothetical protein 4.831653566 L4_chemical_A2 +LQ09X020960 Hypothetical protein 5.076689131 L4_chemical_A3 +LQ09X020960 Hypothetical protein 5.106389882 L4_chemical_B1 +LQ09X020960 Hypothetical protein 5.711065862 L4_chemical_B2 +LQ09X020960 Hypothetical protein 5.043117316 L4_chemical_B3 +LQ09X020960 Hypothetical protein 5.628184227 L4_chemical_C2 +LQ09X020960 Hypothetical protein 5.9666298 L4_chemical_C3 +LQ09X021000 Predicted protein 5.899207432 C6_control_A1 +LQ09X021000 Predicted protein 6.954261239 C6_control_A3 +LQ09X021000 Predicted protein 5.170854244 C6_control_B1 +LQ09X021000 Predicted protein 6.422970423 C6_control_B2 +LQ09X021000 Predicted protein 5.772706461 C6_control_B3 +LQ09X021000 Predicted protein 6.010310007 C6_control_C1 +LQ09X021000 Predicted protein 6.469922962 C6_control_C2 +LQ09X021000 Predicted protein 6.344936031 C6_control_C3 +LQ09X021000 Predicted protein 6.121154235 C6_chemical_A1 +LQ09X021000 Predicted protein 5.768537459 C6_chemical_A3 +LQ09X021000 Predicted protein 5.607729731 C6_chemical_B1 +LQ09X021000 Predicted protein 6.159267185 C6_chemical_B2 +LQ09X021000 Predicted protein 5.486522021 C6_chemical_B3 +LQ09X021000 Predicted protein 6.088360483 C6_chemical_C1 +LQ09X021000 Predicted protein 6.314443815 C6_chemical_C2 +LQ09X021000 Predicted protein 6.274932118 C6_chemical_C3 +LQ09X021000 Predicted protein 5.764168503 L4_control_A1 +LQ09X021000 Predicted protein 5.624726363 L4_control_A2 +LQ09X021000 Predicted protein 6.040403029 L4_control_A3 +LQ09X021000 Predicted protein 5.42540829 L4_control_B1 +LQ09X021000 Predicted protein 5.999035876 L4_control_B2 +LQ09X021000 Predicted protein 5.450564809 L4_control_B3 +LQ09X021000 Predicted protein 5.470833298 L4_control_C2 +LQ09X021000 Predicted protein 5.598842119 L4_control_C3 +LQ09X021000 Predicted protein 5.918181358 L4_chemical_A1 +LQ09X021000 Predicted protein 5.713300389 L4_chemical_A2 +LQ09X021000 Predicted protein 5.515068286 L4_chemical_A3 +LQ09X021000 Predicted protein 6.285198932 L4_chemical_B1 +LQ09X021000 Predicted protein 5.837921659 L4_chemical_B2 +LQ09X021000 Predicted protein 5.823222965 L4_chemical_B3 +LQ09X021000 Predicted protein 5.556499555 L4_chemical_C2 +LQ09X021000 Predicted protein 5.843132795 L4_chemical_C3 +LQ09X021240 Putative uncharacterized protein 14.11436012 C6_control_A1 +LQ09X021240 Putative uncharacterized protein 13.96820358 C6_control_A3 +LQ09X021240 Putative uncharacterized protein 14.38921816 C6_control_B1 +LQ09X021240 Putative uncharacterized protein 14.59808116 C6_control_B2 +LQ09X021240 Putative uncharacterized protein 14.40310639 C6_control_B3 +LQ09X021240 Putative uncharacterized protein 14.30437016 C6_control_C1 +LQ09X021240 Putative uncharacterized protein 14.5672464 C6_control_C2 +LQ09X021240 Putative uncharacterized protein 15.00620039 C6_control_C3 +LQ09X021240 Putative uncharacterized protein 14.13513394 C6_chemical_A1 +LQ09X021240 Putative uncharacterized protein 14.21301721 C6_chemical_A3 +LQ09X021240 Putative uncharacterized protein 14.57550659 C6_chemical_B1 +LQ09X021240 Putative uncharacterized protein 14.68475069 C6_chemical_B2 +LQ09X021240 Putative uncharacterized protein 14.60346585 C6_chemical_B3 +LQ09X021240 Putative uncharacterized protein 14.02006762 C6_chemical_C1 +LQ09X021240 Putative uncharacterized protein 14.71985965 C6_chemical_C2 +LQ09X021240 Putative uncharacterized protein 14.38811195 C6_chemical_C3 +LQ09X021240 Putative uncharacterized protein 13.41667366 L4_control_A1 +LQ09X021240 Putative uncharacterized protein 13.44117851 L4_control_A2 +LQ09X021240 Putative uncharacterized protein 12.56581854 L4_control_A3 +LQ09X021240 Putative uncharacterized protein 14.48511607 L4_control_B1 +LQ09X021240 Putative uncharacterized protein 14.48698566 L4_control_B2 +LQ09X021240 Putative uncharacterized protein 14.64572093 L4_control_B3 +LQ09X021240 Putative uncharacterized protein 14.59557766 L4_control_C2 +LQ09X021240 Putative uncharacterized protein 15.12755897 L4_control_C3 +LQ09X021240 Putative uncharacterized protein 13.4775377 L4_chemical_A1 +LQ09X021240 Putative uncharacterized protein 13.845699 L4_chemical_A2 +LQ09X021240 Putative uncharacterized protein 12.59105096 L4_chemical_A3 +LQ09X021240 Putative uncharacterized protein 14.31301874 L4_chemical_B1 +LQ09X021240 Putative uncharacterized protein 14.48558229 L4_chemical_B2 +LQ09X021240 Putative uncharacterized protein 14.3332503 L4_chemical_B3 +LQ09X021240 Putative uncharacterized protein 14.45610644 L4_chemical_C2 +LQ09X021240 Putative uncharacterized protein 15.11244513 L4_chemical_C3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.630798834 C6_control_A1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.814543287 C6_control_A3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.592550575 C6_control_B1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.183024934 C6_control_B2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.121125346 C6_control_B3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.096560588 C6_control_C1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.839912579 C6_control_C2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.406720807 C6_control_C3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.500437003 C6_chemical_A1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.567446991 C6_chemical_A3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.292189968 C6_chemical_B1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.389220695 C6_chemical_B2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.243039375 C6_chemical_B3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.333088206 C6_chemical_C1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.247304268 C6_chemical_C2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.523659723 C6_chemical_C3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.297547416 L4_control_A1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.420862287 L4_control_A2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.46704178 L4_control_A3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 6.118516202 L4_control_B1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.58729897 L4_control_B2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.384843811 L4_control_B3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.202640377 L4_control_C2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 4.902694149 L4_control_C3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.615247734 L4_chemical_A1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.317941662 L4_chemical_A2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.553028258 L4_chemical_A3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.338659362 L4_chemical_B1 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.53083032 L4_chemical_B2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.251506784 L4_chemical_B3 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.076867556 L4_chemical_C2 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 4.977643357 L4_chemical_C3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.838765594 C6_control_A1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 5.046646516 C6_control_A3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.791962876 C6_control_B1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.768505808 C6_control_B2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.781671055 C6_control_B3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.955577646 C6_control_C1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.613250457 C6_control_C2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.806264487 C6_control_C3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.918037497 C6_chemical_A1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.869911314 C6_chemical_A3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.87559549 C6_chemical_B1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.504816628 C6_chemical_B2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.571203995 C6_chemical_B3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.688520584 C6_chemical_C1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.764460995 C6_chemical_C2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.653372578 C6_chemical_C3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 5.053452191 L4_control_A1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 5.092951999 L4_control_A2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.937428922 L4_control_A3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 5.08056477 L4_control_B1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.883066115 L4_control_B2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.872396193 L4_control_B3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 5.365401227 L4_control_C2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 5.017786918 L4_control_C3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.774402575 L4_chemical_A1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.677812331 L4_chemical_A2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.733053334 L4_chemical_A3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.934476164 L4_chemical_B1 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.874578321 L4_chemical_B2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.810523879 L4_chemical_B3 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 5.260415628 L4_chemical_C2 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 5.322719753 L4_chemical_C3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.206057138 C6_control_A1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.246577385 C6_control_A3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.149582664 C6_control_B1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.970683449 C6_control_B2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.683055762 C6_control_B3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.949000452 C6_control_C1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.167446615 C6_control_C2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.988060221 C6_control_C3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.417748814 C6_chemical_A1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.985300241 C6_chemical_A3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.901325762 C6_chemical_B1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.956510043 C6_chemical_B2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.256071588 C6_chemical_B3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.00950473 C6_chemical_C1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.850479395 C6_chemical_C2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.778619908 C6_chemical_C3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.180264145 L4_control_A1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.221617357 L4_control_A2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.751796805 L4_control_A3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.838365168 L4_control_B1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.148872505 L4_control_B2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.176244226 L4_control_B3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 6.414611678 L4_control_C2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.226266942 L4_control_C3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.526465388 L4_chemical_A1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.19819282 L4_chemical_A2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.003334254 L4_chemical_A3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.189054259 L4_chemical_B1 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.002177483 L4_chemical_B2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.075953454 L4_chemical_B3 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 4.927700035 L4_chemical_C2 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.818457903 L4_chemical_C3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.331421877 C6_control_A1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.322805148 C6_control_A3 +LQ09X021590 Constitutive photomorphogenesis protein 10 4.829703753 C6_control_B1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.117241235 C6_control_B2 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.357668709 C6_control_B3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.165229321 C6_control_C1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.491013772 C6_control_C2 +LQ09X021590 Constitutive photomorphogenesis protein 10 4.944678704 C6_control_C3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.458926655 C6_chemical_A1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.011480833 C6_chemical_A3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.267702503 C6_chemical_B1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.400518922 C6_chemical_B2 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.046166198 C6_chemical_B3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.261599509 C6_chemical_C1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.277147941 C6_chemical_C2 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.301902721 C6_chemical_C3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.305187344 L4_control_A1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.57741652 L4_control_A2 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.857711426 L4_control_A3 +LQ09X021590 Constitutive photomorphogenesis protein 10 4.982337231 L4_control_B1 +LQ09X021590 Constitutive photomorphogenesis protein 10 6.028852598 L4_control_B2 +LQ09X021590 Constitutive photomorphogenesis protein 10 4.959577983 L4_control_B3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.418259351 L4_control_C2 +LQ09X021590 Constitutive photomorphogenesis protein 10 4.857627513 L4_control_C3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.675589511 L4_chemical_A1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.323415361 L4_chemical_A2 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.213158399 L4_chemical_A3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.080204622 L4_chemical_B1 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.973433061 L4_chemical_B2 +LQ09X021590 Constitutive photomorphogenesis protein 10 4.928422225 L4_chemical_B3 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.043029313 L4_chemical_C2 +LQ09X021590 Constitutive photomorphogenesis protein 10 4.880827824 L4_chemical_C3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.46689253 C6_control_A1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 4.849905325 C6_control_A3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 4.897528114 C6_control_B1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.487114403 C6_control_B2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.166497844 C6_control_B3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 4.988695448 C6_control_C1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.023345493 C6_control_C2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.261328333 C6_control_C3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.413446734 C6_chemical_A1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.342340452 C6_chemical_A3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.178889377 C6_chemical_B1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.245026622 C6_chemical_B2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.50718835 C6_chemical_B3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.298434191 C6_chemical_C1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.138664135 C6_chemical_C2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.496052151 C6_chemical_C3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 4.92950774 L4_control_A1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.274526037 L4_control_A2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.635688135 L4_control_A3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 6.174452954 L4_control_B1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.351439644 L4_control_B2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.222495245 L4_control_B3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.198767126 L4_control_C2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 4.910198019 L4_control_C3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.214730895 L4_chemical_A1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.298590823 L4_chemical_A2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.248749575 L4_chemical_A3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.011252778 L4_chemical_B1 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.500738209 L4_chemical_B2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 4.922340577 L4_chemical_B3 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.15088747 L4_chemical_C2 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.574241348 L4_chemical_C3 +LQ09X021610 Putative serine/arginine-rich protein 12.49625292 C6_control_A1 +LQ09X021610 Putative serine/arginine-rich protein 12.86038502 C6_control_A3 +LQ09X021610 Putative serine/arginine-rich protein 12.62927553 C6_control_B1 +LQ09X021610 Putative serine/arginine-rich protein 11.91165613 C6_control_B2 +LQ09X021610 Putative serine/arginine-rich protein 12.22514401 C6_control_B3 +LQ09X021610 Putative serine/arginine-rich protein 11.67117252 C6_control_C1 +LQ09X021610 Putative serine/arginine-rich protein 12.04386999 C6_control_C2 +LQ09X021610 Putative serine/arginine-rich protein 11.64521314 C6_control_C3 +LQ09X021610 Putative serine/arginine-rich protein 12.68863436 C6_chemical_A1 +LQ09X021610 Putative serine/arginine-rich protein 12.7810544 C6_chemical_A3 +LQ09X021610 Putative serine/arginine-rich protein 12.66228681 C6_chemical_B1 +LQ09X021610 Putative serine/arginine-rich protein 11.91128012 C6_chemical_B2 +LQ09X021610 Putative serine/arginine-rich protein 12.12517461 C6_chemical_B3 +LQ09X021610 Putative serine/arginine-rich protein 11.69516477 C6_chemical_C1 +LQ09X021610 Putative serine/arginine-rich protein 12.29985293 C6_chemical_C2 +LQ09X021610 Putative serine/arginine-rich protein 11.62634629 C6_chemical_C3 +LQ09X021610 Putative serine/arginine-rich protein 12.44704049 L4_control_A1 +LQ09X021610 Putative serine/arginine-rich protein 12.65366236 L4_control_A2 +LQ09X021610 Putative serine/arginine-rich protein 12.69045408 L4_control_A3 +LQ09X021610 Putative serine/arginine-rich protein 12.72973282 L4_control_B1 +LQ09X021610 Putative serine/arginine-rich protein 13.00066391 L4_control_B2 +LQ09X021610 Putative serine/arginine-rich protein 11.88834535 L4_control_B3 +LQ09X021610 Putative serine/arginine-rich protein 13.08522337 L4_control_C2 +LQ09X021610 Putative serine/arginine-rich protein 12.49041895 L4_control_C3 +LQ09X021610 Putative serine/arginine-rich protein 12.44995645 L4_chemical_A1 +LQ09X021610 Putative serine/arginine-rich protein 12.91053377 L4_chemical_A2 +LQ09X021610 Putative serine/arginine-rich protein 12.42260357 L4_chemical_A3 +LQ09X021610 Putative serine/arginine-rich protein 12.94058225 L4_chemical_B1 +LQ09X021610 Putative serine/arginine-rich protein 13.11789776 L4_chemical_B2 +LQ09X021610 Putative serine/arginine-rich protein 11.95805849 L4_chemical_B3 +LQ09X021610 Putative serine/arginine-rich protein 13.40808767 L4_chemical_C2 +LQ09X021610 Putative serine/arginine-rich protein 12.56907339 L4_chemical_C3 +LQ09X021620 AT1G55300 protein 7.173070418 C6_control_A1 +LQ09X021620 AT1G55300 protein 7.493141134 C6_control_A3 +LQ09X021620 AT1G55300 protein 7.281136187 C6_control_B1 +LQ09X021620 AT1G55300 protein 6.726247366 C6_control_B2 +LQ09X021620 AT1G55300 protein 7.617485467 C6_control_B3 +LQ09X021620 AT1G55300 protein 6.647468693 C6_control_C1 +LQ09X021620 AT1G55300 protein 7.278145967 C6_control_C2 +LQ09X021620 AT1G55300 protein 6.674488059 C6_control_C3 +LQ09X021620 AT1G55300 protein 6.985457917 C6_chemical_A1 +LQ09X021620 AT1G55300 protein 6.81930458 C6_chemical_A3 +LQ09X021620 AT1G55300 protein 7.547381867 C6_chemical_B1 +LQ09X021620 AT1G55300 protein 6.592661628 C6_chemical_B2 +LQ09X021620 AT1G55300 protein 6.741893474 C6_chemical_B3 +LQ09X021620 AT1G55300 protein 6.611656545 C6_chemical_C1 +LQ09X021620 AT1G55300 protein 6.638599447 C6_chemical_C2 +LQ09X021620 AT1G55300 protein 6.692154694 C6_chemical_C3 +LQ09X021620 AT1G55300 protein 6.476084814 L4_control_A1 +LQ09X021620 AT1G55300 protein 7.133945122 L4_control_A2 +LQ09X021620 AT1G55300 protein 7.95797758 L4_control_A3 +LQ09X021620 AT1G55300 protein 6.7095541 L4_control_B1 +LQ09X021620 AT1G55300 protein 7.253867369 L4_control_B2 +LQ09X021620 AT1G55300 protein 7.177770675 L4_control_B3 +LQ09X021620 AT1G55300 protein 7.003224101 L4_control_C2 +LQ09X021620 AT1G55300 protein 6.928350382 L4_control_C3 +LQ09X021620 AT1G55300 protein 6.370337871 L4_chemical_A1 +LQ09X021620 AT1G55300 protein 7.054107427 L4_chemical_A2 +LQ09X021620 AT1G55300 protein 7.445680176 L4_chemical_A3 +LQ09X021620 AT1G55300 protein 7.145469553 L4_chemical_B1 +LQ09X021620 AT1G55300 protein 7.242461681 L4_chemical_B2 +LQ09X021620 AT1G55300 protein 6.8151758 L4_chemical_B3 +LQ09X021620 AT1G55300 protein 7.394254532 L4_chemical_C2 +LQ09X021620 AT1G55300 protein 6.792748601 L4_chemical_C3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.153649305 C6_control_A1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.243840578 C6_control_A3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.471214613 C6_control_B1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.347719921 C6_control_B2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.270730368 C6_control_B3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.687034038 C6_control_C1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.436574055 C6_control_C2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.419504692 C6_control_C3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.329991564 C6_chemical_A1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.742996986 C6_chemical_A3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.763162451 C6_chemical_B1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.384650444 C6_chemical_B2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.448434324 C6_chemical_B3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.393251474 C6_chemical_C1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.422729333 C6_chemical_C2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.520896498 C6_chemical_C3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.390313396 L4_control_A1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.279315469 L4_control_A2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.206448196 L4_control_A3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 6.00312478 L4_control_B1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.19712075 L4_control_B2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.462839427 L4_control_B3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.596493932 L4_control_C2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.706389358 L4_control_C3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.5070493 L4_chemical_A1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.421065594 L4_chemical_A2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.56408426 L4_chemical_A3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.460699696 L4_chemical_B1 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.75813605 L4_chemical_B2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.217588324 L4_chemical_B3 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.354426813 L4_chemical_C2 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.17855453 L4_chemical_C3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 8.786328441 C6_control_A1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 9.947117665 C6_control_A3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.142872765 C6_control_B1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 9.133128677 C6_control_B2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 7.747397958 C6_control_B3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.561075842 C6_control_C1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.226887936 C6_control_C2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.911892233 C6_control_C3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 8.563060448 C6_chemical_A1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 9.123988437 C6_chemical_A3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.842090647 C6_chemical_B1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 8.295895265 C6_chemical_B2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 5.936991197 C6_chemical_B3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 5.922805309 C6_chemical_C1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.296862293 C6_chemical_C2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.343385396 C6_chemical_C3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 10.78934004 L4_control_A1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 7.310436854 L4_control_A2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 7.915372753 L4_control_A3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.182023314 L4_control_B1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 7.810387864 L4_control_B2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 8.459737191 L4_control_B3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 5.216702118 L4_control_C2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.432684096 L4_control_C3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 11.01552271 L4_chemical_A1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.444526048 L4_chemical_A2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 9.434851609 L4_chemical_A3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 7.720807542 L4_chemical_B1 +LQ09X021750 Trans-cinnamate 4-monooxygenase 8.505265218 L4_chemical_B2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 7.074869608 L4_chemical_B3 +LQ09X021750 Trans-cinnamate 4-monooxygenase 5.963818518 L4_chemical_C2 +LQ09X021750 Trans-cinnamate 4-monooxygenase 6.25185405 L4_chemical_C3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.79297455 C6_control_A1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.56999471 C6_control_A3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.94440304 C6_control_B1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.5177393 C6_control_B2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.59153216 C6_control_B3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 12.05849059 C6_control_C1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.41909941 C6_control_C2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.95697486 C6_control_C3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.80996888 C6_chemical_A1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.68668429 C6_chemical_A3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.73485214 C6_chemical_B1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.53447153 C6_chemical_B2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.46490975 C6_chemical_B3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.93153991 C6_chemical_C1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.83845922 C6_chemical_C2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.66771745 C6_chemical_C3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.70267352 L4_control_A1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.79528149 L4_control_A2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.7014473 L4_control_A3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.69273791 L4_control_B1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.90047543 L4_control_B2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.61307685 L4_control_B3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 12.41261388 L4_control_C2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 12.28247208 L4_control_C3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 12.18839465 L4_chemical_A1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 12.04956861 L4_chemical_A2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.52705529 L4_chemical_A3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.9511441 L4_chemical_B1 +LQ09X021760 Superkiller viralicidic activity 2-like 2 12.39214855 L4_chemical_B2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.56722688 L4_chemical_B3 +LQ09X021760 Superkiller viralicidic activity 2-like 2 12.59164779 L4_chemical_C2 +LQ09X021760 Superkiller viralicidic activity 2-like 2 12.35916124 L4_chemical_C3 +LQ09X021860 Auxin response factor 2 12.51611233 C6_control_A1 +LQ09X021860 Auxin response factor 2 12.65433966 C6_control_A3 +LQ09X021860 Auxin response factor 2 12.8623284 C6_control_B1 +LQ09X021860 Auxin response factor 2 12.73387727 C6_control_B2 +LQ09X021860 Auxin response factor 2 13.36140316 C6_control_B3 +LQ09X021860 Auxin response factor 2 12.60276595 C6_control_C1 +LQ09X021860 Auxin response factor 2 12.81519147 C6_control_C2 +LQ09X021860 Auxin response factor 2 13.0881402 C6_control_C3 +LQ09X021860 Auxin response factor 2 12.28653082 C6_chemical_A1 +LQ09X021860 Auxin response factor 2 12.31716076 C6_chemical_A3 +LQ09X021860 Auxin response factor 2 12.95522968 C6_chemical_B1 +LQ09X021860 Auxin response factor 2 12.40943928 C6_chemical_B2 +LQ09X021860 Auxin response factor 2 13.22776959 C6_chemical_B3 +LQ09X021860 Auxin response factor 2 12.14890448 C6_chemical_C1 +LQ09X021860 Auxin response factor 2 12.18985943 C6_chemical_C2 +LQ09X021860 Auxin response factor 2 12.58316792 C6_chemical_C3 +LQ09X021860 Auxin response factor 2 12.31837198 L4_control_A1 +LQ09X021860 Auxin response factor 2 12.23224865 L4_control_A2 +LQ09X021860 Auxin response factor 2 11.70209779 L4_control_A3 +LQ09X021860 Auxin response factor 2 13.02681547 L4_control_B1 +LQ09X021860 Auxin response factor 2 12.92497953 L4_control_B2 +LQ09X021860 Auxin response factor 2 12.34937322 L4_control_B3 +LQ09X021860 Auxin response factor 2 12.28546671 L4_control_C2 +LQ09X021860 Auxin response factor 2 12.21199173 L4_control_C3 +LQ09X021860 Auxin response factor 2 12.3718737 L4_chemical_A1 +LQ09X021860 Auxin response factor 2 12.43801981 L4_chemical_A2 +LQ09X021860 Auxin response factor 2 11.98141175 L4_chemical_A3 +LQ09X021860 Auxin response factor 2 13.06577066 L4_chemical_B1 +LQ09X021860 Auxin response factor 2 12.6162706 L4_chemical_B2 +LQ09X021860 Auxin response factor 2 12.84548849 L4_chemical_B3 +LQ09X021860 Auxin response factor 2 11.99439703 L4_chemical_C2 +LQ09X021860 Auxin response factor 2 11.84765312 L4_chemical_C3 +LQ09X021890 Predicted protein 7.191067625 C6_control_A1 +LQ09X021890 Predicted protein 7.234283113 C6_control_A3 +LQ09X021890 Predicted protein 7.535843308 C6_control_B1 +LQ09X021890 Predicted protein 8.443992605 C6_control_B2 +LQ09X021890 Predicted protein 8.264959503 C6_control_B3 +LQ09X021890 Predicted protein 8.935561261 C6_control_C1 +LQ09X021890 Predicted protein 8.826173231 C6_control_C2 +LQ09X021890 Predicted protein 9.522520358 C6_control_C3 +LQ09X021890 Predicted protein 7.164778163 C6_chemical_A1 +LQ09X021890 Predicted protein 8.117853622 C6_chemical_A3 +LQ09X021890 Predicted protein 7.683207889 C6_chemical_B1 +LQ09X021890 Predicted protein 8.50919964 C6_chemical_B2 +LQ09X021890 Predicted protein 8.078867623 C6_chemical_B3 +LQ09X021890 Predicted protein 8.97003536 C6_chemical_C1 +LQ09X021890 Predicted protein 8.603152674 C6_chemical_C2 +LQ09X021890 Predicted protein 9.400244793 C6_chemical_C3 +LQ09X021890 Predicted protein 7.535985344 L4_control_A1 +LQ09X021890 Predicted protein 6.466580595 L4_control_A2 +LQ09X021890 Predicted protein 7.225233924 L4_control_A3 +LQ09X021890 Predicted protein 7.416382391 L4_control_B1 +LQ09X021890 Predicted protein 6.744297192 L4_control_B2 +LQ09X021890 Predicted protein 8.703713068 L4_control_B3 +LQ09X021890 Predicted protein 7.864608622 L4_control_C2 +LQ09X021890 Predicted protein 8.795860912 L4_control_C3 +LQ09X021890 Predicted protein 8.317965522 L4_chemical_A1 +LQ09X021890 Predicted protein 6.846736235 L4_chemical_A2 +LQ09X021890 Predicted protein 7.310542986 L4_chemical_A3 +LQ09X021890 Predicted protein 7.284208083 L4_chemical_B1 +LQ09X021890 Predicted protein 6.800702456 L4_chemical_B2 +LQ09X021890 Predicted protein 7.812307234 L4_chemical_B3 +LQ09X021890 Predicted protein 7.836089487 L4_chemical_C2 +LQ09X021890 Predicted protein 8.473995368 L4_chemical_C3 +LQ09X021990 Predicted protein 13.66732345 C6_control_A1 +LQ09X021990 Predicted protein 13.00937053 C6_control_A3 +LQ09X021990 Predicted protein 13.57753424 C6_control_B1 +LQ09X021990 Predicted protein 13.61243485 C6_control_B2 +LQ09X021990 Predicted protein 13.77403409 C6_control_B3 +LQ09X021990 Predicted protein 13.69216907 C6_control_C1 +LQ09X021990 Predicted protein 13.36606538 C6_control_C2 +LQ09X021990 Predicted protein 13.22117451 C6_control_C3 +LQ09X021990 Predicted protein 13.7655334 C6_chemical_A1 +LQ09X021990 Predicted protein 13.04245279 C6_chemical_A3 +LQ09X021990 Predicted protein 13.75453813 C6_chemical_B1 +LQ09X021990 Predicted protein 13.56531783 C6_chemical_B2 +LQ09X021990 Predicted protein 14.08487384 C6_chemical_B3 +LQ09X021990 Predicted protein 13.62788487 C6_chemical_C1 +LQ09X021990 Predicted protein 13.57663435 C6_chemical_C2 +LQ09X021990 Predicted protein 13.4209668 C6_chemical_C3 +LQ09X021990 Predicted protein 13.48500522 L4_control_A1 +LQ09X021990 Predicted protein 13.20626292 L4_control_A2 +LQ09X021990 Predicted protein 13.32352287 L4_control_A3 +LQ09X021990 Predicted protein 14.05660597 L4_control_B1 +LQ09X021990 Predicted protein 13.68177937 L4_control_B2 +LQ09X021990 Predicted protein 14.07775954 L4_control_B3 +LQ09X021990 Predicted protein 14.15848337 L4_control_C2 +LQ09X021990 Predicted protein 14.10625155 L4_control_C3 +LQ09X021990 Predicted protein 13.75237222 L4_chemical_A1 +LQ09X021990 Predicted protein 13.64464604 L4_chemical_A2 +LQ09X021990 Predicted protein 13.38051621 L4_chemical_A3 +LQ09X021990 Predicted protein 13.95609183 L4_chemical_B1 +LQ09X021990 Predicted protein 13.9410835 L4_chemical_B2 +LQ09X021990 Predicted protein 13.92620046 L4_chemical_B3 +LQ09X021990 Predicted protein 14.26189837 L4_chemical_C2 +LQ09X021990 Predicted protein 14.09345148 L4_chemical_C3 +LQ09X022000 Hypothetical protein 7.012727074 C6_control_A1 +LQ09X022000 Hypothetical protein 6.270872563 C6_control_A3 +LQ09X022000 Hypothetical protein 6.517954831 C6_control_B1 +LQ09X022000 Hypothetical protein 6.145547998 C6_control_B2 +LQ09X022000 Hypothetical protein 6.671079547 C6_control_B3 +LQ09X022000 Hypothetical protein 5.314435095 C6_control_C1 +LQ09X022000 Hypothetical protein 5.357691084 C6_control_C2 +LQ09X022000 Hypothetical protein 5.697006915 C6_control_C3 +LQ09X022000 Hypothetical protein 7.034396918 C6_chemical_A1 +LQ09X022000 Hypothetical protein 6.41837038 C6_chemical_A3 +LQ09X022000 Hypothetical protein 6.438401901 C6_chemical_B1 +LQ09X022000 Hypothetical protein 6.259306717 C6_chemical_B2 +LQ09X022000 Hypothetical protein 6.771863576 C6_chemical_B3 +LQ09X022000 Hypothetical protein 4.973995835 C6_chemical_C1 +LQ09X022000 Hypothetical protein 5.813398451 C6_chemical_C2 +LQ09X022000 Hypothetical protein 5.896500434 C6_chemical_C3 +LQ09X022000 Hypothetical protein 5.817454737 L4_control_A1 +LQ09X022000 Hypothetical protein 6.62217746 L4_control_A2 +LQ09X022000 Hypothetical protein 7.923536434 L4_control_A3 +LQ09X022000 Hypothetical protein 5.864977037 L4_control_B1 +LQ09X022000 Hypothetical protein 6.56307653 L4_control_B2 +LQ09X022000 Hypothetical protein 5.972649222 L4_control_B3 +LQ09X022000 Hypothetical protein 5.872590323 L4_control_C2 +LQ09X022000 Hypothetical protein 6.581916271 L4_control_C3 +LQ09X022000 Hypothetical protein 5.928224434 L4_chemical_A1 +LQ09X022000 Hypothetical protein 6.887867737 L4_chemical_A2 +LQ09X022000 Hypothetical protein 7.369927274 L4_chemical_A3 +LQ09X022000 Hypothetical protein 6.954088108 L4_chemical_B1 +LQ09X022000 Hypothetical protein 6.871935819 L4_chemical_B2 +LQ09X022000 Hypothetical protein 6.049482235 L4_chemical_B3 +LQ09X022000 Hypothetical protein 5.946803129 L4_chemical_C2 +LQ09X022000 Hypothetical protein 5.627853864 L4_chemical_C3 +LQ09X022090 Putative uncharacterized protein 5.816606349 C6_control_A1 +LQ09X022090 Putative uncharacterized protein 5.274114865 C6_control_A3 +LQ09X022090 Putative uncharacterized protein 5.832611928 C6_control_B1 +LQ09X022090 Putative uncharacterized protein 5.341431787 C6_control_B2 +LQ09X022090 Putative uncharacterized protein 5.573277216 C6_control_B3 +LQ09X022090 Putative uncharacterized protein 5.317822466 C6_control_C1 +LQ09X022090 Putative uncharacterized protein 5.552789683 C6_control_C2 +LQ09X022090 Putative uncharacterized protein 5.189334352 C6_control_C3 +LQ09X022090 Putative uncharacterized protein 5.808446213 C6_chemical_A1 +LQ09X022090 Putative uncharacterized protein 5.057118708 C6_chemical_A3 +LQ09X022090 Putative uncharacterized protein 5.462391334 C6_chemical_B1 +LQ09X022090 Putative uncharacterized protein 5.246510578 C6_chemical_B2 +LQ09X022090 Putative uncharacterized protein 5.708614935 C6_chemical_B3 +LQ09X022090 Putative uncharacterized protein 5.274150285 C6_chemical_C1 +LQ09X022090 Putative uncharacterized protein 5.335065158 C6_chemical_C2 +LQ09X022090 Putative uncharacterized protein 4.961985826 C6_chemical_C3 +LQ09X022090 Putative uncharacterized protein 5.194581577 L4_control_A1 +LQ09X022090 Putative uncharacterized protein 5.801703093 L4_control_A2 +LQ09X022090 Putative uncharacterized protein 5.411708414 L4_control_A3 +LQ09X022090 Putative uncharacterized protein 5.637219785 L4_control_B1 +LQ09X022090 Putative uncharacterized protein 5.851538265 L4_control_B2 +LQ09X022090 Putative uncharacterized protein 5.688219543 L4_control_B3 +LQ09X022090 Putative uncharacterized protein 5.756512062 L4_control_C2 +LQ09X022090 Putative uncharacterized protein 5.460503015 L4_control_C3 +LQ09X022090 Putative uncharacterized protein 5.400997565 L4_chemical_A1 +LQ09X022090 Putative uncharacterized protein 5.527440486 L4_chemical_A2 +LQ09X022090 Putative uncharacterized protein 5.639471944 L4_chemical_A3 +LQ09X022090 Putative uncharacterized protein 5.331793251 L4_chemical_B1 +LQ09X022090 Putative uncharacterized protein 5.334380783 L4_chemical_B2 +LQ09X022090 Putative uncharacterized protein 5.61355655 L4_chemical_B3 +LQ09X022090 Putative uncharacterized protein 5.178581488 L4_chemical_C2 +LQ09X022090 Putative uncharacterized protein 5.701184504 L4_chemical_C3 +LQ09X022160 Predicted protein 13.77661782 C6_control_A1 +LQ09X022160 Predicted protein 14.15848752 C6_control_A3 +LQ09X022160 Predicted protein 14.30576797 C6_control_B1 +LQ09X022160 Predicted protein 13.65120711 C6_control_B2 +LQ09X022160 Predicted protein 14.40215926 C6_control_B3 +LQ09X022160 Predicted protein 13.37220923 C6_control_C1 +LQ09X022160 Predicted protein 13.55607532 C6_control_C2 +LQ09X022160 Predicted protein 14.01346353 C6_control_C3 +LQ09X022160 Predicted protein 13.33533907 C6_chemical_A1 +LQ09X022160 Predicted protein 13.7766487 C6_chemical_A3 +LQ09X022160 Predicted protein 13.82892274 C6_chemical_B1 +LQ09X022160 Predicted protein 13.87976651 C6_chemical_B2 +LQ09X022160 Predicted protein 14.13148207 C6_chemical_B3 +LQ09X022160 Predicted protein 13.20048997 C6_chemical_C1 +LQ09X022160 Predicted protein 13.57419751 C6_chemical_C2 +LQ09X022160 Predicted protein 13.78551618 C6_chemical_C3 +LQ09X022160 Predicted protein 13.72183416 L4_control_A1 +LQ09X022160 Predicted protein 14.14789376 L4_control_A2 +LQ09X022160 Predicted protein 13.58173687 L4_control_A3 +LQ09X022160 Predicted protein 14.22625666 L4_control_B1 +LQ09X022160 Predicted protein 13.67436198 L4_control_B2 +LQ09X022160 Predicted protein 14.14122439 L4_control_B3 +LQ09X022160 Predicted protein 13.2885053 L4_control_C2 +LQ09X022160 Predicted protein 13.78491629 L4_control_C3 +LQ09X022160 Predicted protein 13.46200383 L4_chemical_A1 +LQ09X022160 Predicted protein 13.415273 L4_chemical_A2 +LQ09X022160 Predicted protein 13.59462475 L4_chemical_A3 +LQ09X022160 Predicted protein 13.2620714 L4_chemical_B1 +LQ09X022160 Predicted protein 13.26089353 L4_chemical_B2 +LQ09X022160 Predicted protein 14.33381775 L4_chemical_B3 +LQ09X022160 Predicted protein 13.29513945 L4_chemical_C2 +LQ09X022160 Predicted protein 13.76489625 L4_chemical_C3 +LQ09X022210 Beta-glucosidase 12 5.290538969 C6_control_A1 +LQ09X022210 Beta-glucosidase 12 5.0959131 C6_control_A3 +LQ09X022210 Beta-glucosidase 12 5.29884189 C6_control_B1 +LQ09X022210 Beta-glucosidase 12 4.698324484 C6_control_B2 +LQ09X022210 Beta-glucosidase 12 5.30838633 C6_control_B3 +LQ09X022210 Beta-glucosidase 12 4.915106162 C6_control_C1 +LQ09X022210 Beta-glucosidase 12 5.130334861 C6_control_C2 +LQ09X022210 Beta-glucosidase 12 5.075038546 C6_control_C3 +LQ09X022210 Beta-glucosidase 12 5.002776566 C6_chemical_A1 +LQ09X022210 Beta-glucosidase 12 5.054988019 C6_chemical_A3 +LQ09X022210 Beta-glucosidase 12 5.13166344 C6_chemical_B1 +LQ09X022210 Beta-glucosidase 12 4.894105698 C6_chemical_B2 +LQ09X022210 Beta-glucosidase 12 5.172741673 C6_chemical_B3 +LQ09X022210 Beta-glucosidase 12 5.187529997 C6_chemical_C1 +LQ09X022210 Beta-glucosidase 12 4.731455965 C6_chemical_C2 +LQ09X022210 Beta-glucosidase 12 5.081503949 C6_chemical_C3 +LQ09X022210 Beta-glucosidase 12 5.552541443 L4_control_A1 +LQ09X022210 Beta-glucosidase 12 5.178145758 L4_control_A2 +LQ09X022210 Beta-glucosidase 12 5.040950693 L4_control_A3 +LQ09X022210 Beta-glucosidase 12 5.054761541 L4_control_B1 +LQ09X022210 Beta-glucosidase 12 5.403344984 L4_control_B2 +LQ09X022210 Beta-glucosidase 12 5.261865571 L4_control_B3 +LQ09X022210 Beta-glucosidase 12 5.973176447 L4_control_C2 +LQ09X022210 Beta-glucosidase 12 5.265521908 L4_control_C3 +LQ09X022210 Beta-glucosidase 12 5.428628621 L4_chemical_A1 +LQ09X022210 Beta-glucosidase 12 5.343783884 L4_chemical_A2 +LQ09X022210 Beta-glucosidase 12 4.809989679 L4_chemical_A3 +LQ09X022210 Beta-glucosidase 12 5.136469369 L4_chemical_B1 +LQ09X022210 Beta-glucosidase 12 4.977275258 L4_chemical_B2 +LQ09X022210 Beta-glucosidase 12 5.092819883 L4_chemical_B3 +LQ09X022210 Beta-glucosidase 12 5.456413042 L4_chemical_C2 +LQ09X022210 Beta-glucosidase 12 6.090067024 L4_chemical_C3 +LQ09X022240 Actin-related protein 4 11.98606638 C6_control_A1 +LQ09X022240 Actin-related protein 4 11.68045286 C6_control_A3 +LQ09X022240 Actin-related protein 4 11.56640867 C6_control_B1 +LQ09X022240 Actin-related protein 4 11.46217068 C6_control_B2 +LQ09X022240 Actin-related protein 4 11.25853269 C6_control_B3 +LQ09X022240 Actin-related protein 4 11.57242481 C6_control_C1 +LQ09X022240 Actin-related protein 4 11.58653919 C6_control_C2 +LQ09X022240 Actin-related protein 4 11.33952968 C6_control_C3 +LQ09X022240 Actin-related protein 4 12.41737621 C6_chemical_A1 +LQ09X022240 Actin-related protein 4 12.18722294 C6_chemical_A3 +LQ09X022240 Actin-related protein 4 11.85158023 C6_chemical_B1 +LQ09X022240 Actin-related protein 4 11.77032175 C6_chemical_B2 +LQ09X022240 Actin-related protein 4 11.72136476 C6_chemical_B3 +LQ09X022240 Actin-related protein 4 11.73310001 C6_chemical_C1 +LQ09X022240 Actin-related protein 4 11.89962991 C6_chemical_C2 +LQ09X022240 Actin-related protein 4 11.73966041 C6_chemical_C3 +LQ09X022240 Actin-related protein 4 12.44610949 L4_control_A1 +LQ09X022240 Actin-related protein 4 12.221188 L4_control_A2 +LQ09X022240 Actin-related protein 4 12.90945281 L4_control_A3 +LQ09X022240 Actin-related protein 4 11.70319282 L4_control_B1 +LQ09X022240 Actin-related protein 4 12.19896084 L4_control_B2 +LQ09X022240 Actin-related protein 4 11.82294152 L4_control_B3 +LQ09X022240 Actin-related protein 4 12.26675475 L4_control_C2 +LQ09X022240 Actin-related protein 4 12.18501717 L4_control_C3 +LQ09X022240 Actin-related protein 4 12.1870917 L4_chemical_A1 +LQ09X022240 Actin-related protein 4 12.21898266 L4_chemical_A2 +LQ09X022240 Actin-related protein 4 12.54994743 L4_chemical_A3 +LQ09X022240 Actin-related protein 4 11.81584681 L4_chemical_B1 +LQ09X022240 Actin-related protein 4 12.08110374 L4_chemical_B2 +LQ09X022240 Actin-related protein 4 11.96403751 L4_chemical_B3 +LQ09X022240 Actin-related protein 4 12.31709097 L4_chemical_C2 +LQ09X022240 Actin-related protein 4 12.17794647 L4_chemical_C3 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.030796783 C6_control_A1 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.69278349 C6_control_A3 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.720543322 C6_control_B1 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.091200434 C6_control_B2 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.11453206 C6_control_B3 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.580513749 C6_control_C1 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.457876266 C6_control_C2 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.247267541 C6_control_C3 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.158493654 C6_chemical_A1 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.619741054 C6_chemical_A3 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.280282718 C6_chemical_B1 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.286456656 C6_chemical_B2 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.987774752 C6_chemical_B3 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.659566506 C6_chemical_C1 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.962403976 C6_chemical_C2 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.678247967 C6_chemical_C3 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.029202965 L4_control_A1 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.859767505 L4_control_A2 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.882507379 L4_control_A3 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.336442687 L4_control_B1 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.266466591 L4_control_B2 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.249856171 L4_control_B3 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.773213319 L4_control_C2 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.415265261 L4_control_C3 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.883964009 L4_chemical_A1 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.782239719 L4_chemical_A2 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.579500047 L4_chemical_A3 +LQ09X022300 Lipoxygenase 2, chloroplastic 4.98500866 L4_chemical_B1 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.078743275 L4_chemical_B2 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.175806579 L4_chemical_B3 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.828910599 L4_chemical_C2 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.199980689 L4_chemical_C3 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.895611442 C6_control_A1 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.656550251 C6_control_A3 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.955330894 C6_control_B1 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.801506897 C6_control_B2 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.38747685 C6_control_B3 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.701440609 C6_control_C1 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.436896628 C6_control_C2 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.443385878 C6_control_C3 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.02557842 C6_chemical_A1 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.955620055 C6_chemical_A3 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.137761136 C6_chemical_B1 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.715257273 C6_chemical_B2 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.165236403 C6_chemical_B3 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.075868181 C6_chemical_C1 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.919581689 C6_chemical_C2 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.684571782 C6_chemical_C3 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.654968718 L4_control_A1 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.078339337 L4_control_A2 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.462914685 L4_control_A3 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.256878261 L4_control_B1 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.796995957 L4_control_B2 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.062855761 L4_control_B3 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.145505878 L4_control_C2 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.69750799 L4_control_C3 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.942339202 L4_chemical_A1 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.238076579 L4_chemical_A2 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.110876245 L4_chemical_A3 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.848899848 L4_chemical_B1 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.10967269 L4_chemical_B2 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.068372778 L4_chemical_B3 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.50491529 L4_chemical_C2 +LQ09X022390 Lipoxygenase 2, chloroplastic 5.286159311 L4_chemical_C3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.146992881 C6_control_A1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.12162314 C6_control_A3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.128450517 C6_control_B1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.41046008 C6_control_B2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 4.902825405 C6_control_B3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 4.747647906 C6_control_C1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.491087771 C6_control_C2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.085558187 C6_control_C3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.295686414 C6_chemical_A1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.170814036 C6_chemical_A3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.548655064 C6_chemical_B1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.286185829 C6_chemical_B2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.173781058 C6_chemical_B3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.148903197 C6_chemical_C1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.304678544 C6_chemical_C2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.306518411 C6_chemical_C3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 4.998199347 L4_control_A1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.420781477 L4_control_A2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.247860621 L4_control_A3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 4.988227381 L4_control_B1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.400451557 L4_control_B2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.350005187 L4_control_B3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.191278358 L4_control_C2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 4.970071029 L4_control_C3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.598279289 L4_chemical_A1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.435035346 L4_chemical_A2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.296551241 L4_chemical_A3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 4.792109344 L4_chemical_B1 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.237573403 L4_chemical_B2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.143444786 L4_chemical_B3 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.150065172 L4_chemical_C2 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.232917984 L4_chemical_C3 +LQ09X022580 Lipoxygenase 2, chloroplastic 11.46201333 C6_control_A1 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.38028717 C6_control_A3 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.61133101 C6_control_B1 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.55636428 C6_control_B2 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.79228373 C6_control_B3 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.61598771 C6_control_C1 +LQ09X022580 Lipoxygenase 2, chloroplastic 13.53213918 C6_control_C2 +LQ09X022580 Lipoxygenase 2, chloroplastic 13.44548083 C6_control_C3 +LQ09X022580 Lipoxygenase 2, chloroplastic 11.41533201 C6_chemical_A1 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.90209245 C6_chemical_A3 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.81909544 C6_chemical_B1 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.87751318 C6_chemical_B2 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.007345 C6_chemical_B3 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.92539934 C6_chemical_C1 +LQ09X022580 Lipoxygenase 2, chloroplastic 13.83335208 C6_chemical_C2 +LQ09X022580 Lipoxygenase 2, chloroplastic 14.17003483 C6_chemical_C3 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.12094022 L4_control_A1 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.44742438 L4_control_A2 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.17000076 L4_control_A3 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.14286128 L4_control_B1 +LQ09X022580 Lipoxygenase 2, chloroplastic 11.08198375 L4_control_B2 +LQ09X022580 Lipoxygenase 2, chloroplastic 11.33435089 L4_control_B3 +LQ09X022580 Lipoxygenase 2, chloroplastic 14.73436697 L4_control_C2 +LQ09X022580 Lipoxygenase 2, chloroplastic 14.71429303 L4_control_C3 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.11270571 L4_chemical_A1 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.4494881 L4_chemical_A2 +LQ09X022580 Lipoxygenase 2, chloroplastic 12.02434937 L4_chemical_A3 +LQ09X022580 Lipoxygenase 2, chloroplastic 11.20261445 L4_chemical_B1 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.53683047 L4_chemical_B2 +LQ09X022580 Lipoxygenase 2, chloroplastic 10.78610479 L4_chemical_B3 +LQ09X022580 Lipoxygenase 2, chloroplastic 14.70484602 L4_chemical_C2 +LQ09X022580 Lipoxygenase 2, chloroplastic 15.01960027 L4_chemical_C3 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.28319817 C6_control_A1 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.60334976 C6_control_A3 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.23298963 C6_control_B1 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.21522782 C6_control_B2 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.32411698 C6_control_B3 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.67829623 C6_control_C1 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.47430747 C6_control_C2 +LQ09X022630 Putative Uncharacterized protein YMR315W 10.82772808 C6_control_C3 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.42932449 C6_chemical_A1 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.76514714 C6_chemical_A3 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.83730068 C6_chemical_B1 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.18233183 C6_chemical_B2 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.3256219 C6_chemical_B3 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.8132018 C6_chemical_C1 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.1468191 C6_chemical_C2 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.1120331 C6_chemical_C3 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.24636996 L4_control_A1 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.11987881 L4_control_A2 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.14378029 L4_control_A3 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.16744778 L4_control_B1 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.97195141 L4_control_B2 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.2919473 L4_control_B3 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.01031092 L4_control_C2 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.84400368 L4_control_C3 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.78495794 L4_chemical_A1 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.23012812 L4_chemical_A2 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.40795866 L4_chemical_A3 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.16062441 L4_chemical_B1 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.78195825 L4_chemical_B2 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.55940203 L4_chemical_B3 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.20720243 L4_chemical_C2 +LQ09X022630 Putative Uncharacterized protein YMR315W 11.75046146 L4_chemical_C3 +LQ09X022640 Synaptotagmin, putative 13.25180825 C6_control_A1 +LQ09X022640 Synaptotagmin, putative 13.01041297 C6_control_A3 +LQ09X022640 Synaptotagmin, putative 13.01494687 C6_control_B1 +LQ09X022640 Synaptotagmin, putative 12.22333606 C6_control_B2 +LQ09X022640 Synaptotagmin, putative 13.13857891 C6_control_B3 +LQ09X022640 Synaptotagmin, putative 11.20482747 C6_control_C1 +LQ09X022640 Synaptotagmin, putative 11.24623764 C6_control_C2 +LQ09X022640 Synaptotagmin, putative 11.52783878 C6_control_C3 +LQ09X022640 Synaptotagmin, putative 13.10840625 C6_chemical_A1 +LQ09X022640 Synaptotagmin, putative 13.25983309 C6_chemical_A3 +LQ09X022640 Synaptotagmin, putative 13.00257996 C6_chemical_B1 +LQ09X022640 Synaptotagmin, putative 12.02101121 C6_chemical_B2 +LQ09X022640 Synaptotagmin, putative 13.19231175 C6_chemical_B3 +LQ09X022640 Synaptotagmin, putative 10.80013037 C6_chemical_C1 +LQ09X022640 Synaptotagmin, putative 10.87124839 C6_chemical_C2 +LQ09X022640 Synaptotagmin, putative 11.415623 C6_chemical_C3 +LQ09X022640 Synaptotagmin, putative 13.20931477 L4_control_A1 +LQ09X022640 Synaptotagmin, putative 13.04836301 L4_control_A2 +LQ09X022640 Synaptotagmin, putative 13.27467935 L4_control_A3 +LQ09X022640 Synaptotagmin, putative 13.08728753 L4_control_B1 +LQ09X022640 Synaptotagmin, putative 14.00201214 L4_control_B2 +LQ09X022640 Synaptotagmin, putative 12.72555422 L4_control_B3 +LQ09X022640 Synaptotagmin, putative 11.85998402 L4_control_C2 +LQ09X022640 Synaptotagmin, putative 12.06201399 L4_control_C3 +LQ09X022640 Synaptotagmin, putative 12.74449237 L4_chemical_A1 +LQ09X022640 Synaptotagmin, putative 12.54274533 L4_chemical_A2 +LQ09X022640 Synaptotagmin, putative 13.19661429 L4_chemical_A3 +LQ09X022640 Synaptotagmin, putative 13.28845808 L4_chemical_B1 +LQ09X022640 Synaptotagmin, putative 13.5939966 L4_chemical_B2 +LQ09X022640 Synaptotagmin, putative 13.20919886 L4_chemical_B3 +LQ09X022640 Synaptotagmin, putative 11.91068793 L4_chemical_C2 +LQ09X022640 Synaptotagmin, putative 12.28986962 L4_chemical_C3 +LQ09X022831 Putative F7F22.17 5.166378361 C6_control_A1 +LQ09X022831 Putative F7F22.17 5.225822415 C6_control_A3 +LQ09X022831 Putative F7F22.17 5.234353565 C6_control_B1 +LQ09X022831 Putative F7F22.17 5.183249229 C6_control_B2 +LQ09X022831 Putative F7F22.17 4.888623779 C6_control_B3 +LQ09X022831 Putative F7F22.17 5.055543759 C6_control_C1 +LQ09X022831 Putative F7F22.17 5.076887554 C6_control_C2 +LQ09X022831 Putative F7F22.17 4.979533207 C6_control_C3 +LQ09X022831 Putative F7F22.17 5.398541105 C6_chemical_A1 +LQ09X022831 Putative F7F22.17 4.840182619 C6_chemical_A3 +LQ09X022831 Putative F7F22.17 5.015914838 C6_chemical_B1 +LQ09X022831 Putative F7F22.17 5.228503783 C6_chemical_B2 +LQ09X022831 Putative F7F22.17 4.813734383 C6_chemical_B3 +LQ09X022831 Putative F7F22.17 5.101962607 C6_chemical_C1 +LQ09X022831 Putative F7F22.17 5.132690026 C6_chemical_C2 +LQ09X022831 Putative F7F22.17 5.331841161 C6_chemical_C3 +LQ09X022831 Putative F7F22.17 4.834263636 L4_control_A1 +LQ09X022831 Putative F7F22.17 4.897055636 L4_control_A2 +LQ09X022831 Putative F7F22.17 5.234258212 L4_control_A3 +LQ09X022831 Putative F7F22.17 4.92715432 L4_control_B1 +LQ09X022831 Putative F7F22.17 5.033532898 L4_control_B2 +LQ09X022831 Putative F7F22.17 5.150103662 L4_control_B3 +LQ09X022831 Putative F7F22.17 5.056275724 L4_control_C2 +LQ09X022831 Putative F7F22.17 4.832551976 L4_control_C3 +LQ09X022831 Putative F7F22.17 5.114524022 L4_chemical_A1 +LQ09X022831 Putative F7F22.17 5.035841369 L4_chemical_A2 +LQ09X022831 Putative F7F22.17 5.540456599 L4_chemical_A3 +LQ09X022831 Putative F7F22.17 5.275200108 L4_chemical_B1 +LQ09X022831 Putative F7F22.17 5.680876192 L4_chemical_B2 +LQ09X022831 Putative F7F22.17 5.100465387 L4_chemical_B3 +LQ09X022831 Putative F7F22.17 5.255859995 L4_chemical_C2 +LQ09X022831 Putative F7F22.17 4.76598458 L4_chemical_C3 +LQ09X022861 Ubiquitin 13.43115257 C6_control_A1 +LQ09X022861 Ubiquitin 13.69434422 C6_control_A3 +LQ09X022861 Ubiquitin 13.56801979 C6_control_B1 +LQ09X022861 Ubiquitin 13.91290424 C6_control_B2 +LQ09X022861 Ubiquitin 13.26674256 C6_control_B3 +LQ09X022861 Ubiquitin 13.67343786 C6_control_C1 +LQ09X022861 Ubiquitin 14.12952451 C6_control_C2 +LQ09X022861 Ubiquitin 14.18800026 C6_control_C3 +LQ09X022861 Ubiquitin 14.3116592 C6_chemical_A1 +LQ09X022861 Ubiquitin 13.65135524 C6_chemical_A3 +LQ09X022861 Ubiquitin 14.12113562 C6_chemical_B1 +LQ09X022861 Ubiquitin 14.3921132 C6_chemical_B2 +LQ09X022861 Ubiquitin 13.61273791 C6_chemical_B3 +LQ09X022861 Ubiquitin 14.41924403 C6_chemical_C1 +LQ09X022861 Ubiquitin 14.36270734 C6_chemical_C2 +LQ09X022861 Ubiquitin 13.69828957 C6_chemical_C3 +LQ09X022861 Ubiquitin 13.9408752 L4_control_A1 +LQ09X022861 Ubiquitin 13.82023797 L4_control_A2 +LQ09X022861 Ubiquitin 13.48389185 L4_control_A3 +LQ09X022861 Ubiquitin 13.53665334 L4_control_B1 +LQ09X022861 Ubiquitin 13.08110688 L4_control_B2 +LQ09X022861 Ubiquitin 13.55934049 L4_control_B3 +LQ09X022861 Ubiquitin 13.70277045 L4_control_C2 +LQ09X022861 Ubiquitin 13.67476737 L4_control_C3 +LQ09X022861 Ubiquitin 14.14040184 L4_chemical_A1 +LQ09X022861 Ubiquitin 14.50554612 L4_chemical_A2 +LQ09X022861 Ubiquitin 13.79729031 L4_chemical_A3 +LQ09X022861 Ubiquitin 13.568123 L4_chemical_B1 +LQ09X022861 Ubiquitin 13.74958979 L4_chemical_B2 +LQ09X022861 Ubiquitin 13.76129525 L4_chemical_B3 +LQ09X022861 Ubiquitin 13.90126057 L4_chemical_C2 +LQ09X022861 Ubiquitin 13.47470614 L4_chemical_C3 +LQ09X022940 Hypothetical protein 4.813864397 C6_control_A1 +LQ09X022940 Hypothetical protein 4.856457302 C6_control_A3 +LQ09X022940 Hypothetical protein 5.196655679 C6_control_B1 +LQ09X022940 Hypothetical protein 4.756278301 C6_control_B2 +LQ09X022940 Hypothetical protein 4.791852247 C6_control_B3 +LQ09X022940 Hypothetical protein 5.062324262 C6_control_C1 +LQ09X022940 Hypothetical protein 4.619301276 C6_control_C2 +LQ09X022940 Hypothetical protein 4.906952598 C6_control_C3 +LQ09X022940 Hypothetical protein 4.986778603 C6_chemical_A1 +LQ09X022940 Hypothetical protein 4.913252366 C6_chemical_A3 +LQ09X022940 Hypothetical protein 5.596040747 C6_chemical_B1 +LQ09X022940 Hypothetical protein 4.683880206 C6_chemical_B2 +LQ09X022940 Hypothetical protein 5.343129318 C6_chemical_B3 +LQ09X022940 Hypothetical protein 4.797844587 C6_chemical_C1 +LQ09X022940 Hypothetical protein 4.679553489 C6_chemical_C2 +LQ09X022940 Hypothetical protein 4.86047313 C6_chemical_C3 +LQ09X022940 Hypothetical protein 4.773946605 L4_control_A1 +LQ09X022940 Hypothetical protein 4.886464573 L4_control_A2 +LQ09X022940 Hypothetical protein 4.611060264 L4_control_A3 +LQ09X022940 Hypothetical protein 4.919992515 L4_control_B1 +LQ09X022940 Hypothetical protein 5.040208117 L4_control_B2 +LQ09X022940 Hypothetical protein 4.728114244 L4_control_B3 +LQ09X022940 Hypothetical protein 5.019377795 L4_control_C2 +LQ09X022940 Hypothetical protein 5.543999441 L4_control_C3 +LQ09X022940 Hypothetical protein 4.792949994 L4_chemical_A1 +LQ09X022940 Hypothetical protein 4.728564205 L4_chemical_A2 +LQ09X022940 Hypothetical protein 5.391165095 L4_chemical_A3 +LQ09X022940 Hypothetical protein 4.85897385 L4_chemical_B1 +LQ09X022940 Hypothetical protein 4.842227574 L4_chemical_B2 +LQ09X022940 Hypothetical protein 4.644249475 L4_chemical_B3 +LQ09X022940 Hypothetical protein 5.293936615 L4_chemical_C2 +LQ09X022940 Hypothetical protein 4.908822002 L4_chemical_C3 +LQ09X022970 Hypothetical protein 5.889472133 C6_control_A1 +LQ09X022970 Hypothetical protein 5.784457368 C6_control_A3 +LQ09X022970 Hypothetical protein 5.796629736 C6_control_B1 +LQ09X022970 Hypothetical protein 5.335613729 C6_control_B2 +LQ09X022970 Hypothetical protein 6.195679356 C6_control_B3 +LQ09X022970 Hypothetical protein 5.399166286 C6_control_C1 +LQ09X022970 Hypothetical protein 5.252433008 C6_control_C2 +LQ09X022970 Hypothetical protein 5.499831459 C6_control_C3 +LQ09X022970 Hypothetical protein 5.780973811 C6_chemical_A1 +LQ09X022970 Hypothetical protein 5.426507513 C6_chemical_A3 +LQ09X022970 Hypothetical protein 5.97905606 C6_chemical_B1 +LQ09X022970 Hypothetical protein 5.29375006 C6_chemical_B2 +LQ09X022970 Hypothetical protein 6.239236756 C6_chemical_B3 +LQ09X022970 Hypothetical protein 5.310614129 C6_chemical_C1 +LQ09X022970 Hypothetical protein 5.326481781 C6_chemical_C2 +LQ09X022970 Hypothetical protein 5.54640888 C6_chemical_C3 +LQ09X022970 Hypothetical protein 5.873369502 L4_control_A1 +LQ09X022970 Hypothetical protein 5.951657694 L4_control_A2 +LQ09X022970 Hypothetical protein 5.988434686 L4_control_A3 +LQ09X022970 Hypothetical protein 5.993733339 L4_control_B1 +LQ09X022970 Hypothetical protein 6.035293093 L4_control_B2 +LQ09X022970 Hypothetical protein 5.877401263 L4_control_B3 +LQ09X022970 Hypothetical protein 5.329865511 L4_control_C2 +LQ09X022970 Hypothetical protein 5.516226206 L4_control_C3 +LQ09X022970 Hypothetical protein 5.935788855 L4_chemical_A1 +LQ09X022970 Hypothetical protein 6.066279969 L4_chemical_A2 +LQ09X022970 Hypothetical protein 5.955346089 L4_chemical_A3 +LQ09X022970 Hypothetical protein 5.318371116 L4_chemical_B1 +LQ09X022970 Hypothetical protein 6.813744059 L4_chemical_B2 +LQ09X022970 Hypothetical protein 5.839462096 L4_chemical_B3 +LQ09X022970 Hypothetical protein 5.479648993 L4_chemical_C2 +LQ09X022970 Hypothetical protein 5.278892459 L4_chemical_C3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.992897401 C6_control_A1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.748342063 C6_control_A3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.439570223 C6_control_B1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.312590984 C6_control_B2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.235481622 C6_control_B3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.420977059 C6_control_C1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 5.929979385 C6_control_C2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.465651768 C6_control_C3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.454256964 C6_chemical_A1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.486316125 C6_chemical_A3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.850982117 C6_chemical_B1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.569805338 C6_chemical_B2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.889500408 C6_chemical_B3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.220911676 C6_chemical_C1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 6.326323856 C6_chemical_C2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.177064198 C6_chemical_C3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.009974578 L4_control_A1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.291382349 L4_control_A2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 9.38378667 L4_control_A3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.086526647 L4_control_B1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.247119882 L4_control_B2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.64820434 L4_control_B3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.004768073 L4_control_C2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.889050703 L4_control_C3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.954432727 L4_chemical_A1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.66461681 L4_chemical_A2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.655786691 L4_chemical_A3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.32975897 L4_chemical_B1 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.438355198 L4_chemical_B2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.870747713 L4_chemical_B3 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.713484133 L4_chemical_C2 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 7.363840875 L4_chemical_C3 +LQ09X022990 Predicted protein 7.334170982 C6_control_A1 +LQ09X022990 Predicted protein 7.633052917 C6_control_A3 +LQ09X022990 Predicted protein 7.065215381 C6_control_B1 +LQ09X022990 Predicted protein 7.017978702 C6_control_B2 +LQ09X022990 Predicted protein 7.720663328 C6_control_B3 +LQ09X022990 Predicted protein 6.313786051 C6_control_C1 +LQ09X022990 Predicted protein 6.919680153 C6_control_C2 +LQ09X022990 Predicted protein 6.172378054 C6_control_C3 +LQ09X022990 Predicted protein 7.072254808 C6_chemical_A1 +LQ09X022990 Predicted protein 6.918182079 C6_chemical_A3 +LQ09X022990 Predicted protein 6.840612388 C6_chemical_B1 +LQ09X022990 Predicted protein 6.886343631 C6_chemical_B2 +LQ09X022990 Predicted protein 7.043353442 C6_chemical_B3 +LQ09X022990 Predicted protein 6.073819088 C6_chemical_C1 +LQ09X022990 Predicted protein 6.511687093 C6_chemical_C2 +LQ09X022990 Predicted protein 5.915959224 C6_chemical_C3 +LQ09X022990 Predicted protein 6.393792338 L4_control_A1 +LQ09X022990 Predicted protein 7.342108037 L4_control_A2 +LQ09X022990 Predicted protein 7.68081854 L4_control_A3 +LQ09X022990 Predicted protein 6.759385206 L4_control_B1 +LQ09X022990 Predicted protein 7.504055299 L4_control_B2 +LQ09X022990 Predicted protein 6.902277457 L4_control_B3 +LQ09X022990 Predicted protein 7.895463519 L4_control_C2 +LQ09X022990 Predicted protein 7.122316091 L4_control_C3 +LQ09X022990 Predicted protein 6.695433297 L4_chemical_A1 +LQ09X022990 Predicted protein 7.45427861 L4_chemical_A2 +LQ09X022990 Predicted protein 7.526236952 L4_chemical_A3 +LQ09X022990 Predicted protein 7.804210893 L4_chemical_B1 +LQ09X022990 Predicted protein 7.807575853 L4_chemical_B2 +LQ09X022990 Predicted protein 7.460915894 L4_chemical_B3 +LQ09X022990 Predicted protein 7.348662232 L4_chemical_C2 +LQ09X022990 Predicted protein 8.411969221 L4_chemical_C3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 12.66251671 C6_control_A1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 12.64957012 C6_control_A3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 11.75706646 C6_control_B1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 9.079808767 C6_control_B2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 10.24096613 C6_control_B3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 5.642354995 C6_control_C1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 6.690713452 C6_control_C2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 6.157418292 C6_control_C3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 13.08045977 C6_chemical_A1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 13.34411013 C6_chemical_A3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 11.7084968 C6_chemical_B1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 9.23705741 C6_chemical_B2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 10.4428659 C6_chemical_B3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 6.047713255 C6_chemical_C1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 5.775721311 C6_chemical_C2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 6.339523697 C6_chemical_C3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 12.4111129 L4_control_A1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 11.97155441 L4_control_A2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 11.62627854 L4_control_A3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 10.26248825 L4_control_B1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 11.43027141 L4_control_B2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 7.618788312 L4_control_B3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 6.044042957 L4_control_C2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 5.772507774 L4_control_C3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 13.13899512 L4_chemical_A1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 13.39270538 L4_chemical_A2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 12.3807736 L4_chemical_A3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 12.43842043 L4_chemical_B1 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 11.63122048 L4_chemical_B2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 10.77299225 L4_chemical_B3 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 6.435139305 L4_chemical_C2 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 5.465864662 L4_chemical_C3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.036757064 C6_control_A1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.157273384 C6_control_A3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.166491065 C6_control_B1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 8.068938464 C6_control_B2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.360431826 C6_control_B3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 8.511939854 C6_control_C1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 8.705245837 C6_control_C2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 8.004362602 C6_control_C3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.204632356 C6_chemical_A1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.119628234 C6_chemical_A3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.073388668 C6_chemical_B1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 8.325643607 C6_chemical_B2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.599033199 C6_chemical_B3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 8.679968607 C6_chemical_C1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 8.730928646 C6_chemical_C2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 9.234215215 C6_chemical_C3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.52269686 L4_control_A1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.530906163 L4_control_A2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.151509832 L4_control_A3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.354976265 L4_control_B1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.15011194 L4_control_B2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 8.492932369 L4_control_B3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.202116622 L4_control_C2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.34714611 L4_control_C3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.482844751 L4_chemical_A1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.519841715 L4_chemical_A2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.606886556 L4_chemical_A3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.194792987 L4_chemical_B1 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 5.98730352 L4_chemical_B2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.600280979 L4_chemical_B3 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 6.819123687 L4_chemical_C2 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.006505173 L4_chemical_C3 +LQ09X023050 Putative Transcription factor bHLH130 9.631882529 C6_control_A1 +LQ09X023050 Putative Transcription factor bHLH130 8.990278136 C6_control_A3 +LQ09X023050 Putative Transcription factor bHLH130 10.25407548 C6_control_B1 +LQ09X023050 Putative Transcription factor bHLH130 9.744499278 C6_control_B2 +LQ09X023050 Putative Transcription factor bHLH130 10.25326288 C6_control_B3 +LQ09X023050 Putative Transcription factor bHLH130 9.681538292 C6_control_C1 +LQ09X023050 Putative Transcription factor bHLH130 10.57810148 C6_control_C2 +LQ09X023050 Putative Transcription factor bHLH130 9.825711685 C6_control_C3 +LQ09X023050 Putative Transcription factor bHLH130 10.03972951 C6_chemical_A1 +LQ09X023050 Putative Transcription factor bHLH130 9.032158774 C6_chemical_A3 +LQ09X023050 Putative Transcription factor bHLH130 10.88059957 C6_chemical_B1 +LQ09X023050 Putative Transcription factor bHLH130 10.31259443 C6_chemical_B2 +LQ09X023050 Putative Transcription factor bHLH130 10.86667739 C6_chemical_B3 +LQ09X023050 Putative Transcription factor bHLH130 10.02867981 C6_chemical_C1 +LQ09X023050 Putative Transcription factor bHLH130 10.49853671 C6_chemical_C2 +LQ09X023050 Putative Transcription factor bHLH130 10.88573996 C6_chemical_C3 +LQ09X023050 Putative Transcription factor bHLH130 9.116664489 L4_control_A1 +LQ09X023050 Putative Transcription factor bHLH130 8.834279124 L4_control_A2 +LQ09X023050 Putative Transcription factor bHLH130 8.245067348 L4_control_A3 +LQ09X023050 Putative Transcription factor bHLH130 10.05943733 L4_control_B1 +LQ09X023050 Putative Transcription factor bHLH130 10.45143647 L4_control_B2 +LQ09X023050 Putative Transcription factor bHLH130 10.63822646 L4_control_B3 +LQ09X023050 Putative Transcription factor bHLH130 11.03781504 L4_control_C2 +LQ09X023050 Putative Transcription factor bHLH130 11.21885257 L4_control_C3 +LQ09X023050 Putative Transcription factor bHLH130 8.703523381 L4_chemical_A1 +LQ09X023050 Putative Transcription factor bHLH130 8.484767717 L4_chemical_A2 +LQ09X023050 Putative Transcription factor bHLH130 8.168835253 L4_chemical_A3 +LQ09X023050 Putative Transcription factor bHLH130 10.57283712 L4_chemical_B1 +LQ09X023050 Putative Transcription factor bHLH130 10.36533181 L4_chemical_B2 +LQ09X023050 Putative Transcription factor bHLH130 10.38211651 L4_chemical_B3 +LQ09X023050 Putative Transcription factor bHLH130 10.31665672 L4_chemical_C2 +LQ09X023050 Putative Transcription factor bHLH130 11.31870232 L4_chemical_C3 +LQ09X023100 Putative uncharacterized protein 10.18619644 C6_control_A1 +LQ09X023100 Putative uncharacterized protein 10.37614967 C6_control_A3 +LQ09X023100 Putative uncharacterized protein 9.827170978 C6_control_B1 +LQ09X023100 Putative uncharacterized protein 9.873830845 C6_control_B2 +LQ09X023100 Putative uncharacterized protein 9.961915091 C6_control_B3 +LQ09X023100 Putative uncharacterized protein 11.56462218 C6_control_C1 +LQ09X023100 Putative uncharacterized protein 11.49737307 C6_control_C2 +LQ09X023100 Putative uncharacterized protein 12.30210403 C6_control_C3 +LQ09X023100 Putative uncharacterized protein 9.966218393 C6_chemical_A1 +LQ09X023100 Putative uncharacterized protein 10.68791132 C6_chemical_A3 +LQ09X023100 Putative uncharacterized protein 9.653911612 C6_chemical_B1 +LQ09X023100 Putative uncharacterized protein 9.573212335 C6_chemical_B2 +LQ09X023100 Putative uncharacterized protein 10.25935248 C6_chemical_B3 +LQ09X023100 Putative uncharacterized protein 11.73095087 C6_chemical_C1 +LQ09X023100 Putative uncharacterized protein 11.50298051 C6_chemical_C2 +LQ09X023100 Putative uncharacterized protein 12.69327836 C6_chemical_C3 +LQ09X023100 Putative uncharacterized protein 10.4936868 L4_control_A1 +LQ09X023100 Putative uncharacterized protein 9.884295311 L4_control_A2 +LQ09X023100 Putative uncharacterized protein 11.01872941 L4_control_A3 +LQ09X023100 Putative uncharacterized protein 9.692693435 L4_control_B1 +LQ09X023100 Putative uncharacterized protein 8.867944783 L4_control_B2 +LQ09X023100 Putative uncharacterized protein 9.649770893 L4_control_B3 +LQ09X023100 Putative uncharacterized protein 11.30603898 L4_control_C2 +LQ09X023100 Putative uncharacterized protein 11.39289211 L4_control_C3 +LQ09X023100 Putative uncharacterized protein 11.31366023 L4_chemical_A1 +LQ09X023100 Putative uncharacterized protein 10.21957268 L4_chemical_A2 +LQ09X023100 Putative uncharacterized protein 11.48289723 L4_chemical_A3 +LQ09X023100 Putative uncharacterized protein 10.24041833 L4_chemical_B1 +LQ09X023100 Putative uncharacterized protein 9.18047784 L4_chemical_B2 +LQ09X023100 Putative uncharacterized protein 9.513865939 L4_chemical_B3 +LQ09X023100 Putative uncharacterized protein 11.3244596 L4_chemical_C2 +LQ09X023100 Putative uncharacterized protein 11.01417753 L4_chemical_C3 +LQ09X023130 Histone H3.2 6.590558061 C6_control_A1 +LQ09X023130 Histone H3.2 6.922633267 C6_control_A3 +LQ09X023130 Histone H3.2 6.5075752 C6_control_B1 +LQ09X023130 Histone H3.2 6.290778979 C6_control_B2 +LQ09X023130 Histone H3.2 6.985783853 C6_control_B3 +LQ09X023130 Histone H3.2 6.269415375 C6_control_C1 +LQ09X023130 Histone H3.2 6.013568024 C6_control_C2 +LQ09X023130 Histone H3.2 6.551926239 C6_control_C3 +LQ09X023130 Histone H3.2 6.546929924 C6_chemical_A1 +LQ09X023130 Histone H3.2 6.409822835 C6_chemical_A3 +LQ09X023130 Histone H3.2 6.194924285 C6_chemical_B1 +LQ09X023130 Histone H3.2 6.177789416 C6_chemical_B2 +LQ09X023130 Histone H3.2 6.638101535 C6_chemical_B3 +LQ09X023130 Histone H3.2 6.187332342 C6_chemical_C1 +LQ09X023130 Histone H3.2 6.126586322 C6_chemical_C2 +LQ09X023130 Histone H3.2 6.512597266 C6_chemical_C3 +LQ09X023130 Histone H3.2 6.268970692 L4_control_A1 +LQ09X023130 Histone H3.2 6.777184962 L4_control_A2 +LQ09X023130 Histone H3.2 6.907329515 L4_control_A3 +LQ09X023130 Histone H3.2 6.043410195 L4_control_B1 +LQ09X023130 Histone H3.2 7.061685083 L4_control_B2 +LQ09X023130 Histone H3.2 6.480238219 L4_control_B3 +LQ09X023130 Histone H3.2 6.059680935 L4_control_C2 +LQ09X023130 Histone H3.2 6.452117668 L4_control_C3 +LQ09X023130 Histone H3.2 6.129259843 L4_chemical_A1 +LQ09X023130 Histone H3.2 6.792160684 L4_chemical_A2 +LQ09X023130 Histone H3.2 6.204995503 L4_chemical_A3 +LQ09X023130 Histone H3.2 6.632147098 L4_chemical_B1 +LQ09X023130 Histone H3.2 6.975376451 L4_chemical_B2 +LQ09X023130 Histone H3.2 6.743974057 L4_chemical_B3 +LQ09X023130 Histone H3.2 7.01286879 L4_chemical_C2 +LQ09X023130 Histone H3.2 6.41486939 L4_chemical_C3 +LQ09X023220 Putative Protein zntB 5.601111453 C6_control_A1 +LQ09X023220 Putative Protein zntB 5.812171382 C6_control_A3 +LQ09X023220 Putative Protein zntB 6.188760386 C6_control_B1 +LQ09X023220 Putative Protein zntB 6.168118432 C6_control_B2 +LQ09X023220 Putative Protein zntB 6.282456716 C6_control_B3 +LQ09X023220 Putative Protein zntB 6.579706311 C6_control_C1 +LQ09X023220 Putative Protein zntB 7.262067471 C6_control_C2 +LQ09X023220 Putative Protein zntB 6.289428095 C6_control_C3 +LQ09X023220 Putative Protein zntB 5.35246364 C6_chemical_A1 +LQ09X023220 Putative Protein zntB 5.575108059 C6_chemical_A3 +LQ09X023220 Putative Protein zntB 6.077193405 C6_chemical_B1 +LQ09X023220 Putative Protein zntB 6.237029305 C6_chemical_B2 +LQ09X023220 Putative Protein zntB 6.268297339 C6_chemical_B3 +LQ09X023220 Putative Protein zntB 6.04757403 C6_chemical_C1 +LQ09X023220 Putative Protein zntB 6.843489452 C6_chemical_C2 +LQ09X023220 Putative Protein zntB 6.071674883 C6_chemical_C3 +LQ09X023220 Putative Protein zntB 5.669504847 L4_control_A1 +LQ09X023220 Putative Protein zntB 5.522113597 L4_control_A2 +LQ09X023220 Putative Protein zntB 5.792693505 L4_control_A3 +LQ09X023220 Putative Protein zntB 5.796609441 L4_control_B1 +LQ09X023220 Putative Protein zntB 5.677890621 L4_control_B2 +LQ09X023220 Putative Protein zntB 6.430007314 L4_control_B3 +LQ09X023220 Putative Protein zntB 5.815829769 L4_control_C2 +LQ09X023220 Putative Protein zntB 6.476515509 L4_control_C3 +LQ09X023220 Putative Protein zntB 5.278359037 L4_chemical_A1 +LQ09X023220 Putative Protein zntB 5.704453108 L4_chemical_A2 +LQ09X023220 Putative Protein zntB 5.489893533 L4_chemical_A3 +LQ09X023220 Putative Protein zntB 6.224470403 L4_chemical_B1 +LQ09X023220 Putative Protein zntB 5.439583675 L4_chemical_B2 +LQ09X023220 Putative Protein zntB 6.093023757 L4_chemical_B3 +LQ09X023220 Putative Protein zntB 5.627982775 L4_chemical_C2 +LQ09X023220 Putative Protein zntB 6.236613003 L4_chemical_C3 +LQ09X023250 Outer envelope protein of 80 kDa 10.8660938 C6_control_A1 +LQ09X023250 Outer envelope protein of 80 kDa 10.54867444 C6_control_A3 +LQ09X023250 Outer envelope protein of 80 kDa 11.04593279 C6_control_B1 +LQ09X023250 Outer envelope protein of 80 kDa 10.80523044 C6_control_B2 +LQ09X023250 Outer envelope protein of 80 kDa 10.64142072 C6_control_B3 +LQ09X023250 Outer envelope protein of 80 kDa 11.38092475 C6_control_C1 +LQ09X023250 Outer envelope protein of 80 kDa 10.91931001 C6_control_C2 +LQ09X023250 Outer envelope protein of 80 kDa 10.99799872 C6_control_C3 +LQ09X023250 Outer envelope protein of 80 kDa 10.48197341 C6_chemical_A1 +LQ09X023250 Outer envelope protein of 80 kDa 10.8937441 C6_chemical_A3 +LQ09X023250 Outer envelope protein of 80 kDa 11.0592619 C6_chemical_B1 +LQ09X023250 Outer envelope protein of 80 kDa 10.55982496 C6_chemical_B2 +LQ09X023250 Outer envelope protein of 80 kDa 10.3765029 C6_chemical_B3 +LQ09X023250 Outer envelope protein of 80 kDa 11.01961881 C6_chemical_C1 +LQ09X023250 Outer envelope protein of 80 kDa 11.25499412 C6_chemical_C2 +LQ09X023250 Outer envelope protein of 80 kDa 10.74654167 C6_chemical_C3 +LQ09X023250 Outer envelope protein of 80 kDa 10.66913488 L4_control_A1 +LQ09X023250 Outer envelope protein of 80 kDa 10.39751627 L4_control_A2 +LQ09X023250 Outer envelope protein of 80 kDa 10.58734725 L4_control_A3 +LQ09X023250 Outer envelope protein of 80 kDa 10.33696873 L4_control_B1 +LQ09X023250 Outer envelope protein of 80 kDa 10.82161051 L4_control_B2 +LQ09X023250 Outer envelope protein of 80 kDa 10.51793453 L4_control_B3 +LQ09X023250 Outer envelope protein of 80 kDa 12.1305705 L4_control_C2 +LQ09X023250 Outer envelope protein of 80 kDa 11.48089829 L4_control_C3 +LQ09X023250 Outer envelope protein of 80 kDa 10.38580777 L4_chemical_A1 +LQ09X023250 Outer envelope protein of 80 kDa 9.816388112 L4_chemical_A2 +LQ09X023250 Outer envelope protein of 80 kDa 9.932118121 L4_chemical_A3 +LQ09X023250 Outer envelope protein of 80 kDa 10.40513958 L4_chemical_B1 +LQ09X023250 Outer envelope protein of 80 kDa 10.45151445 L4_chemical_B2 +LQ09X023250 Outer envelope protein of 80 kDa 10.10581443 L4_chemical_B3 +LQ09X023250 Outer envelope protein of 80 kDa 11.81283549 L4_chemical_C2 +LQ09X023250 Outer envelope protein of 80 kDa 11.61576956 L4_chemical_C3 +LQ09X023310 Hypothetical protein 5.660613176 C6_control_A1 +LQ09X023310 Hypothetical protein 5.333930387 C6_control_A3 +LQ09X023310 Hypothetical protein 5.475929313 C6_control_B1 +LQ09X023310 Hypothetical protein 5.47856783 C6_control_B2 +LQ09X023310 Hypothetical protein 5.895111865 C6_control_B3 +LQ09X023310 Hypothetical protein 5.807515887 C6_control_C1 +LQ09X023310 Hypothetical protein 5.497466983 C6_control_C2 +LQ09X023310 Hypothetical protein 5.652907228 C6_control_C3 +LQ09X023310 Hypothetical protein 5.644639201 C6_chemical_A1 +LQ09X023310 Hypothetical protein 5.783811174 C6_chemical_A3 +LQ09X023310 Hypothetical protein 5.670141042 C6_chemical_B1 +LQ09X023310 Hypothetical protein 5.268910836 C6_chemical_B2 +LQ09X023310 Hypothetical protein 5.967877045 C6_chemical_B3 +LQ09X023310 Hypothetical protein 5.363118278 C6_chemical_C1 +LQ09X023310 Hypothetical protein 5.949299716 C6_chemical_C2 +LQ09X023310 Hypothetical protein 5.57942926 C6_chemical_C3 +LQ09X023310 Hypothetical protein 5.563682988 L4_control_A1 +LQ09X023310 Hypothetical protein 6.155494419 L4_control_A2 +LQ09X023310 Hypothetical protein 6.045781766 L4_control_A3 +LQ09X023310 Hypothetical protein 5.376344897 L4_control_B1 +LQ09X023310 Hypothetical protein 5.548498913 L4_control_B2 +LQ09X023310 Hypothetical protein 6.063271058 L4_control_B3 +LQ09X023310 Hypothetical protein 5.094448467 L4_control_C2 +LQ09X023310 Hypothetical protein 5.428122446 L4_control_C3 +LQ09X023310 Hypothetical protein 5.836615252 L4_chemical_A1 +LQ09X023310 Hypothetical protein 6.091402401 L4_chemical_A2 +LQ09X023310 Hypothetical protein 5.552497976 L4_chemical_A3 +LQ09X023310 Hypothetical protein 5.508436043 L4_chemical_B1 +LQ09X023310 Hypothetical protein 5.755804292 L4_chemical_B2 +LQ09X023310 Hypothetical protein 5.519346661 L4_chemical_B3 +LQ09X023310 Hypothetical protein 5.563909624 L4_chemical_C2 +LQ09X023310 Hypothetical protein 5.756282705 L4_chemical_C3 +LQ09X023330 Putative copper-transporting ATPase 3 11.03480019 C6_control_A1 +LQ09X023330 Putative copper-transporting ATPase 3 11.1338197 C6_control_A3 +LQ09X023330 Putative copper-transporting ATPase 3 8.667331275 C6_control_B1 +LQ09X023330 Putative copper-transporting ATPase 3 7.421200977 C6_control_B2 +LQ09X023330 Putative copper-transporting ATPase 3 7.262896899 C6_control_B3 +LQ09X023330 Putative copper-transporting ATPase 3 9.906787487 C6_control_C1 +LQ09X023330 Putative copper-transporting ATPase 3 9.063559431 C6_control_C2 +LQ09X023330 Putative copper-transporting ATPase 3 9.457483129 C6_control_C3 +LQ09X023330 Putative copper-transporting ATPase 3 10.15329983 C6_chemical_A1 +LQ09X023330 Putative copper-transporting ATPase 3 11.15069492 C6_chemical_A3 +LQ09X023330 Putative copper-transporting ATPase 3 6.909834097 C6_chemical_B1 +LQ09X023330 Putative copper-transporting ATPase 3 6.407127771 C6_chemical_B2 +LQ09X023330 Putative copper-transporting ATPase 3 6.771535952 C6_chemical_B3 +LQ09X023330 Putative copper-transporting ATPase 3 9.799081826 C6_chemical_C1 +LQ09X023330 Putative copper-transporting ATPase 3 9.060455892 C6_chemical_C2 +LQ09X023330 Putative copper-transporting ATPase 3 8.921370926 C6_chemical_C3 +LQ09X023330 Putative copper-transporting ATPase 3 11.09245515 L4_control_A1 +LQ09X023330 Putative copper-transporting ATPase 3 10.3032192 L4_control_A2 +LQ09X023330 Putative copper-transporting ATPase 3 10.99730159 L4_control_A3 +LQ09X023330 Putative copper-transporting ATPase 3 7.661729347 L4_control_B1 +LQ09X023330 Putative copper-transporting ATPase 3 7.391674837 L4_control_B2 +LQ09X023330 Putative copper-transporting ATPase 3 7.095159564 L4_control_B3 +LQ09X023330 Putative copper-transporting ATPase 3 10.2862359 L4_control_C2 +LQ09X023330 Putative copper-transporting ATPase 3 9.101298053 L4_control_C3 +LQ09X023330 Putative copper-transporting ATPase 3 10.48282294 L4_chemical_A1 +LQ09X023330 Putative copper-transporting ATPase 3 9.711539446 L4_chemical_A2 +LQ09X023330 Putative copper-transporting ATPase 3 10.67669767 L4_chemical_A3 +LQ09X023330 Putative copper-transporting ATPase 3 7.93807189 L4_chemical_B1 +LQ09X023330 Putative copper-transporting ATPase 3 8.041322673 L4_chemical_B2 +LQ09X023330 Putative copper-transporting ATPase 3 8.374907884 L4_chemical_B3 +LQ09X023330 Putative copper-transporting ATPase 3 10.31696236 L4_chemical_C2 +LQ09X023330 Putative copper-transporting ATPase 3 9.655523472 L4_chemical_C3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.540625736 C6_control_A1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.988125679 C6_control_A3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 6.206291347 C6_control_B1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.314806955 C6_control_B2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.203436743 C6_control_B3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.551256217 C6_control_C1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.437583529 C6_control_C2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.279565133 C6_control_C3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.57455045 C6_chemical_A1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.620973926 C6_chemical_A3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 4.982427543 C6_chemical_B1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.298460521 C6_chemical_B2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.42108482 C6_chemical_B3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.703983504 C6_chemical_C1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.640838057 C6_chemical_C2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.330014058 C6_chemical_C3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.326235158 L4_control_A1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.67743471 L4_control_A2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 6.985681879 L4_control_A3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.329455693 L4_control_B1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.11568817 L4_control_B2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.953470844 L4_control_B3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.301231738 L4_control_C2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 6.053551512 L4_control_C3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.830103346 L4_chemical_A1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.660143578 L4_chemical_A2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 6.089094094 L4_chemical_A3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.595123493 L4_chemical_B1 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.279602463 L4_chemical_B2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.627532419 L4_chemical_B3 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.644056513 L4_chemical_C2 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.403499684 L4_chemical_C3 +LQ09X023380 Hypothetical protein 6.467488456 C6_control_A1 +LQ09X023380 Hypothetical protein 6.123327178 C6_control_A3 +LQ09X023380 Hypothetical protein 6.442384105 C6_control_B1 +LQ09X023380 Hypothetical protein 6.053482415 C6_control_B2 +LQ09X023380 Hypothetical protein 6.01796582 C6_control_B3 +LQ09X023380 Hypothetical protein 6.413953062 C6_control_C1 +LQ09X023380 Hypothetical protein 5.929511603 C6_control_C2 +LQ09X023380 Hypothetical protein 6.438878856 C6_control_C3 +LQ09X023380 Hypothetical protein 6.116259748 C6_chemical_A1 +LQ09X023380 Hypothetical protein 6.444946324 C6_chemical_A3 +LQ09X023380 Hypothetical protein 6.114411777 C6_chemical_B1 +LQ09X023380 Hypothetical protein 6.344653222 C6_chemical_B2 +LQ09X023380 Hypothetical protein 6.271547156 C6_chemical_B3 +LQ09X023380 Hypothetical protein 6.434914953 C6_chemical_C1 +LQ09X023380 Hypothetical protein 6.203694786 C6_chemical_C2 +LQ09X023380 Hypothetical protein 6.611014186 C6_chemical_C3 +LQ09X023380 Hypothetical protein 6.44917259 L4_control_A1 +LQ09X023380 Hypothetical protein 6.831944762 L4_control_A2 +LQ09X023380 Hypothetical protein 6.358248162 L4_control_A3 +LQ09X023380 Hypothetical protein 5.266844026 L4_control_B1 +LQ09X023380 Hypothetical protein 6.010268362 L4_control_B2 +LQ09X023380 Hypothetical protein 6.475379366 L4_control_B3 +LQ09X023380 Hypothetical protein 6.118065778 L4_control_C2 +LQ09X023380 Hypothetical protein 5.474216043 L4_control_C3 +LQ09X023380 Hypothetical protein 6.497131135 L4_chemical_A1 +LQ09X023380 Hypothetical protein 6.741602927 L4_chemical_A2 +LQ09X023380 Hypothetical protein 6.076812837 L4_chemical_A3 +LQ09X023380 Hypothetical protein 6.118154469 L4_chemical_B1 +LQ09X023380 Hypothetical protein 6.08136008 L4_chemical_B2 +LQ09X023380 Hypothetical protein 6.390915371 L4_chemical_B3 +LQ09X023380 Hypothetical protein 5.822055744 L4_chemical_C2 +LQ09X023380 Hypothetical protein 6.225022067 L4_chemical_C3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.159614583 C6_control_A1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.421188655 C6_control_A3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.666193759 C6_control_B1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.708925167 C6_control_B2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.816282355 C6_control_B3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.867538516 C6_control_C1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.419166781 C6_control_C2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 5.574014926 C6_control_C3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.533132162 C6_chemical_A1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.677721404 C6_chemical_A3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.740954846 C6_chemical_B1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.7173283 C6_chemical_B2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.605776099 C6_chemical_B3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.983378485 C6_chemical_C1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.639669299 C6_chemical_C2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 5.363572019 C6_chemical_C3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.959396422 L4_control_A1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.488972666 L4_control_A2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.557653161 L4_control_A3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 5.613609181 L4_control_B1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.570070006 L4_control_B2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.408131219 L4_control_B3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 5.411522277 L4_control_C2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 5.308177532 L4_control_C3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 5.088211909 L4_chemical_A1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.456802525 L4_chemical_A2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 5.076264298 L4_chemical_A3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.910592313 L4_chemical_B1 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.798587302 L4_chemical_B2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.748196456 L4_chemical_B3 +LQ09X023520 Putative Exosome complex exonuclease RRP45 5.950145596 L4_chemical_C2 +LQ09X023520 Putative Exosome complex exonuclease RRP45 6.804820097 L4_chemical_C3 +LQ09X023530 Transcription initiation factor IIB 5.540520703 C6_control_A1 +LQ09X023530 Transcription initiation factor IIB 5.592763526 C6_control_A3 +LQ09X023530 Transcription initiation factor IIB 5.207033012 C6_control_B1 +LQ09X023530 Transcription initiation factor IIB 5.481047099 C6_control_B2 +LQ09X023530 Transcription initiation factor IIB 5.460994329 C6_control_B3 +LQ09X023530 Transcription initiation factor IIB 5.783604029 C6_control_C1 +LQ09X023530 Transcription initiation factor IIB 5.565970276 C6_control_C2 +LQ09X023530 Transcription initiation factor IIB 5.222706378 C6_control_C3 +LQ09X023530 Transcription initiation factor IIB 5.368560739 C6_chemical_A1 +LQ09X023530 Transcription initiation factor IIB 5.508411083 C6_chemical_A3 +LQ09X023530 Transcription initiation factor IIB 5.44690246 C6_chemical_B1 +LQ09X023530 Transcription initiation factor IIB 5.485074788 C6_chemical_B2 +LQ09X023530 Transcription initiation factor IIB 5.493256492 C6_chemical_B3 +LQ09X023530 Transcription initiation factor IIB 5.479885755 C6_chemical_C1 +LQ09X023530 Transcription initiation factor IIB 5.414317246 C6_chemical_C2 +LQ09X023530 Transcription initiation factor IIB 5.427638715 C6_chemical_C3 +LQ09X023530 Transcription initiation factor IIB 5.204383561 L4_control_A1 +LQ09X023530 Transcription initiation factor IIB 4.770314264 L4_control_A2 +LQ09X023530 Transcription initiation factor IIB 5.245315998 L4_control_A3 +LQ09X023530 Transcription initiation factor IIB 6.00107453 L4_control_B1 +LQ09X023530 Transcription initiation factor IIB 4.996847309 L4_control_B2 +LQ09X023530 Transcription initiation factor IIB 5.455060483 L4_control_B3 +LQ09X023530 Transcription initiation factor IIB 5.861528639 L4_control_C2 +LQ09X023530 Transcription initiation factor IIB 5.323501498 L4_control_C3 +LQ09X023530 Transcription initiation factor IIB 5.378637154 L4_chemical_A1 +LQ09X023530 Transcription initiation factor IIB 5.020508165 L4_chemical_A2 +LQ09X023530 Transcription initiation factor IIB 5.061890401 L4_chemical_A3 +LQ09X023530 Transcription initiation factor IIB 5.010178861 L4_chemical_B1 +LQ09X023530 Transcription initiation factor IIB 4.911302847 L4_chemical_B2 +LQ09X023530 Transcription initiation factor IIB 5.589124925 L4_chemical_B3 +LQ09X023530 Transcription initiation factor IIB 5.682076561 L4_chemical_C2 +LQ09X023530 Transcription initiation factor IIB 5.216158202 L4_chemical_C3 +LQ09X023540 Lichenase 5.057405986 C6_control_A1 +LQ09X023540 Lichenase 5.106561653 C6_control_A3 +LQ09X023540 Lichenase 5.169266542 C6_control_B1 +LQ09X023540 Lichenase 5.268079221 C6_control_B2 +LQ09X023540 Lichenase 5.036207891 C6_control_B3 +LQ09X023540 Lichenase 4.694288555 C6_control_C1 +LQ09X023540 Lichenase 5.147670457 C6_control_C2 +LQ09X023540 Lichenase 5.045069399 C6_control_C3 +LQ09X023540 Lichenase 5.322395146 C6_chemical_A1 +LQ09X023540 Lichenase 4.98637082 C6_chemical_A3 +LQ09X023540 Lichenase 4.907988203 C6_chemical_B1 +LQ09X023540 Lichenase 5.14074639 C6_chemical_B2 +LQ09X023540 Lichenase 5.250316452 C6_chemical_B3 +LQ09X023540 Lichenase 4.898031617 C6_chemical_C1 +LQ09X023540 Lichenase 5.545177186 C6_chemical_C2 +LQ09X023540 Lichenase 5.134087356 C6_chemical_C3 +LQ09X023540 Lichenase 5.192975474 L4_control_A1 +LQ09X023540 Lichenase 5.708270721 L4_control_A2 +LQ09X023540 Lichenase 5.280880325 L4_control_A3 +LQ09X023540 Lichenase 5.681340051 L4_control_B1 +LQ09X023540 Lichenase 6.068049891 L4_control_B2 +LQ09X023540 Lichenase 5.094432667 L4_control_B3 +LQ09X023540 Lichenase 5.067767275 L4_control_C2 +LQ09X023540 Lichenase 5.853247027 L4_control_C3 +LQ09X023540 Lichenase 5.254724704 L4_chemical_A1 +LQ09X023540 Lichenase 5.29839192 L4_chemical_A2 +LQ09X023540 Lichenase 5.445290773 L4_chemical_A3 +LQ09X023540 Lichenase 5.722684184 L4_chemical_B1 +LQ09X023540 Lichenase 5.818235761 L4_chemical_B2 +LQ09X023540 Lichenase 5.015661517 L4_chemical_B3 +LQ09X023540 Lichenase 5.148314173 L4_chemical_C2 +LQ09X023540 Lichenase 5.662150806 L4_chemical_C3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.951925867 C6_control_A1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.611563741 C6_control_A3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.781270004 C6_control_B1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.082262565 C6_control_B2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.12538151 C6_control_B3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.029797375 C6_control_C1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.904375308 C6_control_C2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.251152897 C6_control_C3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.851147343 C6_chemical_A1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.767445298 C6_chemical_A3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.994538884 C6_chemical_B1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.834229611 C6_chemical_B2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.330431111 C6_chemical_B3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.056212764 C6_chemical_C1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.144670242 C6_chemical_C2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.838877576 C6_chemical_C3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.673793457 L4_control_A1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.642617267 L4_control_A2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.978170938 L4_control_A3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.954893082 L4_control_B1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.761169877 L4_control_B2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.581080018 L4_control_B3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.195084871 L4_control_C2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.719600494 L4_control_C3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.835325868 L4_chemical_A1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.752379872 L4_chemical_A2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.771880246 L4_chemical_A3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.912275181 L4_chemical_B1 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.238513982 L4_chemical_B2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.360120868 L4_chemical_B3 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.067563518 L4_chemical_C2 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.680952092 L4_chemical_C3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.53029257 C6_control_A1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 12.35812936 C6_control_A3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.48209764 C6_control_B1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 10.93772924 C6_control_B2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 10.81614924 C6_control_B3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.44066253 C6_control_C1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.59483451 C6_control_C2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 10.79304288 C6_control_C3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 12.1085131 C6_chemical_A1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 12.04196422 C6_chemical_A3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.75161327 C6_chemical_B1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 10.86741545 C6_chemical_B2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 10.9789236 C6_chemical_B3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.32989697 C6_chemical_C1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.66695075 C6_chemical_C2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.14335832 C6_chemical_C3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.87868062 L4_control_A1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.2703665 L4_control_A2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.99571651 L4_control_A3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.00969749 L4_control_B1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.56851223 L4_control_B2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 10.05369126 L4_control_B3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 12.06413675 L4_control_C2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.34465131 L4_control_C3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.01855284 L4_chemical_A1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.46297193 L4_chemical_A2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.75152403 L4_chemical_A3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.54564477 L4_chemical_B1 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.29222778 L4_chemical_B2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 10.40435931 L4_chemical_B3 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.99008448 L4_chemical_C2 +LQ09X023600 Ribosomal RNA assembly protein KRR1 11.01056826 L4_chemical_C3 +LQ09X023620 Serine--glyoxylate aminotransferase 12.35764975 C6_control_A1 +LQ09X023620 Serine--glyoxylate aminotransferase 10.30385294 C6_control_A3 +LQ09X023620 Serine--glyoxylate aminotransferase 13.06664425 C6_control_B1 +LQ09X023620 Serine--glyoxylate aminotransferase 13.60970373 C6_control_B2 +LQ09X023620 Serine--glyoxylate aminotransferase 13.34596221 C6_control_B3 +LQ09X023620 Serine--glyoxylate aminotransferase 15.2133306 C6_control_C1 +LQ09X023620 Serine--glyoxylate aminotransferase 14.35625223 C6_control_C2 +LQ09X023620 Serine--glyoxylate aminotransferase 14.8247765 C6_control_C3 +LQ09X023620 Serine--glyoxylate aminotransferase 12.58588453 C6_chemical_A1 +LQ09X023620 Serine--glyoxylate aminotransferase 12.11322941 C6_chemical_A3 +LQ09X023620 Serine--glyoxylate aminotransferase 14.03307508 C6_chemical_B1 +LQ09X023620 Serine--glyoxylate aminotransferase 14.39975945 C6_chemical_B2 +LQ09X023620 Serine--glyoxylate aminotransferase 14.01746452 C6_chemical_B3 +LQ09X023620 Serine--glyoxylate aminotransferase 15.1325064 C6_chemical_C1 +LQ09X023620 Serine--glyoxylate aminotransferase 15.16120054 C6_chemical_C2 +LQ09X023620 Serine--glyoxylate aminotransferase 15.71393116 C6_chemical_C3 +LQ09X023620 Serine--glyoxylate aminotransferase 10.60163778 L4_control_A1 +LQ09X023620 Serine--glyoxylate aminotransferase 10.75487004 L4_control_A2 +LQ09X023620 Serine--glyoxylate aminotransferase 9.66284604 L4_control_A3 +LQ09X023620 Serine--glyoxylate aminotransferase 13.3469008 L4_control_B1 +LQ09X023620 Serine--glyoxylate aminotransferase 13.0486892 L4_control_B2 +LQ09X023620 Serine--glyoxylate aminotransferase 13.70224216 L4_control_B3 +LQ09X023620 Serine--glyoxylate aminotransferase 14.49922646 L4_control_C2 +LQ09X023620 Serine--glyoxylate aminotransferase 14.4328298 L4_control_C3 +LQ09X023620 Serine--glyoxylate aminotransferase 11.8024472 L4_chemical_A1 +LQ09X023620 Serine--glyoxylate aminotransferase 11.76268678 L4_chemical_A2 +LQ09X023620 Serine--glyoxylate aminotransferase 9.464693948 L4_chemical_A3 +LQ09X023620 Serine--glyoxylate aminotransferase 12.81671305 L4_chemical_B1 +LQ09X023620 Serine--glyoxylate aminotransferase 12.467463 L4_chemical_B2 +LQ09X023620 Serine--glyoxylate aminotransferase 12.82952674 L4_chemical_B3 +LQ09X023620 Serine--glyoxylate aminotransferase 13.75274281 L4_chemical_C2 +LQ09X023620 Serine--glyoxylate aminotransferase 14.65017448 L4_chemical_C3 +LQ09X023630 Chromatin remodeling complex subunit 5.55888364 C6_control_A1 +LQ09X023630 Chromatin remodeling complex subunit 5.169472816 C6_control_A3 +LQ09X023630 Chromatin remodeling complex subunit 6.311228568 C6_control_B1 +LQ09X023630 Chromatin remodeling complex subunit 6.605884621 C6_control_B2 +LQ09X023630 Chromatin remodeling complex subunit 5.391841948 C6_control_B3 +LQ09X023630 Chromatin remodeling complex subunit 6.682263967 C6_control_C1 +LQ09X023630 Chromatin remodeling complex subunit 6.792173571 C6_control_C2 +LQ09X023630 Chromatin remodeling complex subunit 5.998812878 C6_control_C3 +LQ09X023630 Chromatin remodeling complex subunit 6.261873739 C6_chemical_A1 +LQ09X023630 Chromatin remodeling complex subunit 5.519590747 C6_chemical_A3 +LQ09X023630 Chromatin remodeling complex subunit 6.102724692 C6_chemical_B1 +LQ09X023630 Chromatin remodeling complex subunit 7.190142199 C6_chemical_B2 +LQ09X023630 Chromatin remodeling complex subunit 6.240341853 C6_chemical_B3 +LQ09X023630 Chromatin remodeling complex subunit 7.665654359 C6_chemical_C1 +LQ09X023630 Chromatin remodeling complex subunit 7.849363057 C6_chemical_C2 +LQ09X023630 Chromatin remodeling complex subunit 6.998261671 C6_chemical_C3 +LQ09X023630 Chromatin remodeling complex subunit 6.123196272 L4_control_A1 +LQ09X023630 Chromatin remodeling complex subunit 5.920077875 L4_control_A2 +LQ09X023630 Chromatin remodeling complex subunit 5.398951469 L4_control_A3 +LQ09X023630 Chromatin remodeling complex subunit 5.343229887 L4_control_B1 +LQ09X023630 Chromatin remodeling complex subunit 5.812954774 L4_control_B2 +LQ09X023630 Chromatin remodeling complex subunit 6.205876047 L4_control_B3 +LQ09X023630 Chromatin remodeling complex subunit 6.913110788 L4_control_C2 +LQ09X023630 Chromatin remodeling complex subunit 5.975968657 L4_control_C3 +LQ09X023630 Chromatin remodeling complex subunit 6.362675679 L4_chemical_A1 +LQ09X023630 Chromatin remodeling complex subunit 5.628034137 L4_chemical_A2 +LQ09X023630 Chromatin remodeling complex subunit 5.530087771 L4_chemical_A3 +LQ09X023630 Chromatin remodeling complex subunit 5.928927338 L4_chemical_B1 +LQ09X023630 Chromatin remodeling complex subunit 6.066729954 L4_chemical_B2 +LQ09X023630 Chromatin remodeling complex subunit 6.051383383 L4_chemical_B3 +LQ09X023630 Chromatin remodeling complex subunit 6.703793799 L4_chemical_C2 +LQ09X023630 Chromatin remodeling complex subunit 5.860954713 L4_chemical_C3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.3875309 C6_control_A1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.7975403 C6_control_A3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.03402878 C6_control_B1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.46836567 C6_control_B2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.2251689 C6_control_B3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 11.28679765 C6_control_C1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.82126679 C6_control_C2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 11.39226849 C6_control_C3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.920492611 C6_chemical_A1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.31807948 C6_chemical_A3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.653811283 C6_chemical_B1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.2558465 C6_chemical_B2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.91911503 C6_chemical_B3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 11.15658272 C6_chemical_C1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 11.12249889 C6_chemical_C2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 11.05064848 C6_chemical_C3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.45996715 L4_control_A1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.11221624 L4_control_A2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 11.18904674 L4_control_A3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.471500541 L4_control_B1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.387949125 L4_control_B2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.17382952 L4_control_B3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.7370093 L4_control_C2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.935430698 L4_control_C3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.17290959 L4_chemical_A1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.20255715 L4_chemical_A2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 11.10666498 L4_chemical_A3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.386077616 L4_chemical_B1 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.943688233 L4_chemical_B2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.06387704 L4_chemical_B3 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.69769731 L4_chemical_C2 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 10.15596877 L4_chemical_C3 +LQ09X023670 Putative F-box protein PP2-B12 5.018831338 C6_control_A1 +LQ09X023670 Putative F-box protein PP2-B12 5.201018317 C6_control_A3 +LQ09X023670 Putative F-box protein PP2-B12 5.186341388 C6_control_B1 +LQ09X023670 Putative F-box protein PP2-B12 4.911396636 C6_control_B2 +LQ09X023670 Putative F-box protein PP2-B12 5.054613987 C6_control_B3 +LQ09X023670 Putative F-box protein PP2-B12 5.002076579 C6_control_C1 +LQ09X023670 Putative F-box protein PP2-B12 4.985457966 C6_control_C2 +LQ09X023670 Putative F-box protein PP2-B12 5.038403964 C6_control_C3 +LQ09X023670 Putative F-box protein PP2-B12 4.953434485 C6_chemical_A1 +LQ09X023670 Putative F-box protein PP2-B12 5.175789924 C6_chemical_A3 +LQ09X023670 Putative F-box protein PP2-B12 4.90704396 C6_chemical_B1 +LQ09X023670 Putative F-box protein PP2-B12 4.921922659 C6_chemical_B2 +LQ09X023670 Putative F-box protein PP2-B12 4.805078205 C6_chemical_B3 +LQ09X023670 Putative F-box protein PP2-B12 5.141752304 C6_chemical_C1 +LQ09X023670 Putative F-box protein PP2-B12 4.980111101 C6_chemical_C2 +LQ09X023670 Putative F-box protein PP2-B12 5.100761603 C6_chemical_C3 +LQ09X023670 Putative F-box protein PP2-B12 5.342200286 L4_control_A1 +LQ09X023670 Putative F-box protein PP2-B12 5.24430456 L4_control_A2 +LQ09X023670 Putative F-box protein PP2-B12 5.852094447 L4_control_A3 +LQ09X023670 Putative F-box protein PP2-B12 5.266789124 L4_control_B1 +LQ09X023670 Putative F-box protein PP2-B12 4.942833512 L4_control_B2 +LQ09X023670 Putative F-box protein PP2-B12 4.792491099 L4_control_B3 +LQ09X023670 Putative F-box protein PP2-B12 5.10218818 L4_control_C2 +LQ09X023670 Putative F-box protein PP2-B12 5.507081168 L4_control_C3 +LQ09X023670 Putative F-box protein PP2-B12 5.469618402 L4_chemical_A1 +LQ09X023670 Putative F-box protein PP2-B12 5.132870552 L4_chemical_A2 +LQ09X023670 Putative F-box protein PP2-B12 5.578751378 L4_chemical_A3 +LQ09X023670 Putative F-box protein PP2-B12 5.405006929 L4_chemical_B1 +LQ09X023670 Putative F-box protein PP2-B12 5.248636272 L4_chemical_B2 +LQ09X023670 Putative F-box protein PP2-B12 5.218172595 L4_chemical_B3 +LQ09X023670 Putative F-box protein PP2-B12 4.961234631 L4_chemical_C2 +LQ09X023670 Putative F-box protein PP2-B12 5.080033729 L4_chemical_C3 +LQ09X023690 Anaphase-promoting complex subunit 11 13.35737079 C6_control_A1 +LQ09X023690 Anaphase-promoting complex subunit 11 12.88681648 C6_control_A3 +LQ09X023690 Anaphase-promoting complex subunit 11 12.78132045 C6_control_B1 +LQ09X023690 Anaphase-promoting complex subunit 11 13.05096895 C6_control_B2 +LQ09X023690 Anaphase-promoting complex subunit 11 12.94893019 C6_control_B3 +LQ09X023690 Anaphase-promoting complex subunit 11 13.1477225 C6_control_C1 +LQ09X023690 Anaphase-promoting complex subunit 11 12.69227176 C6_control_C2 +LQ09X023690 Anaphase-promoting complex subunit 11 12.85343523 C6_control_C3 +LQ09X023690 Anaphase-promoting complex subunit 11 13.25525571 C6_chemical_A1 +LQ09X023690 Anaphase-promoting complex subunit 11 12.80051788 C6_chemical_A3 +LQ09X023690 Anaphase-promoting complex subunit 11 12.55509709 C6_chemical_B1 +LQ09X023690 Anaphase-promoting complex subunit 11 12.78738579 C6_chemical_B2 +LQ09X023690 Anaphase-promoting complex subunit 11 12.66554883 C6_chemical_B3 +LQ09X023690 Anaphase-promoting complex subunit 11 13.08176634 C6_chemical_C1 +LQ09X023690 Anaphase-promoting complex subunit 11 13.10999932 C6_chemical_C2 +LQ09X023690 Anaphase-promoting complex subunit 11 13.163167 C6_chemical_C3 +LQ09X023690 Anaphase-promoting complex subunit 11 12.98555346 L4_control_A1 +LQ09X023690 Anaphase-promoting complex subunit 11 12.64027677 L4_control_A2 +LQ09X023690 Anaphase-promoting complex subunit 11 12.81959386 L4_control_A3 +LQ09X023690 Anaphase-promoting complex subunit 11 12.64411163 L4_control_B1 +LQ09X023690 Anaphase-promoting complex subunit 11 12.86452118 L4_control_B2 +LQ09X023690 Anaphase-promoting complex subunit 11 11.9374621 L4_control_B3 +LQ09X023690 Anaphase-promoting complex subunit 11 12.95959813 L4_control_C2 +LQ09X023690 Anaphase-promoting complex subunit 11 12.83961395 L4_control_C3 +LQ09X023690 Anaphase-promoting complex subunit 11 13.01614084 L4_chemical_A1 +LQ09X023690 Anaphase-promoting complex subunit 11 12.57390581 L4_chemical_A2 +LQ09X023690 Anaphase-promoting complex subunit 11 12.42998483 L4_chemical_A3 +LQ09X023690 Anaphase-promoting complex subunit 11 12.76983995 L4_chemical_B1 +LQ09X023690 Anaphase-promoting complex subunit 11 13.06507819 L4_chemical_B2 +LQ09X023690 Anaphase-promoting complex subunit 11 12.07147978 L4_chemical_B3 +LQ09X023690 Anaphase-promoting complex subunit 11 13.06124832 L4_chemical_C2 +LQ09X023690 Anaphase-promoting complex subunit 11 13.00479648 L4_chemical_C3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.952982153 C6_control_A1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.811718706 C6_control_A3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.232431265 C6_control_B1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 6.326845668 C6_control_B2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.815033081 C6_control_B3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 7.291806055 C6_control_C1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 6.533908468 C6_control_C2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 7.098192337 C6_control_C3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.917801767 C6_chemical_A1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.811213429 C6_chemical_A3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.75310019 C6_chemical_B1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.998062789 C6_chemical_B2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 6.224487948 C6_chemical_B3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 6.922886453 C6_chemical_C1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 7.152643638 C6_chemical_C2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 7.432254739 C6_chemical_C3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.293428142 L4_control_A1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.094843993 L4_control_A2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.688266283 L4_control_A3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.544508857 L4_control_B1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.356382782 L4_control_B2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.285653462 L4_control_B3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.338502081 L4_control_C2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 6.371586653 L4_control_C3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.329632035 L4_chemical_A1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.240697542 L4_chemical_A2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.587786915 L4_chemical_A3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.151119454 L4_chemical_B1 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 4.932041871 L4_chemical_B2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.406987762 L4_chemical_B3 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.846599092 L4_chemical_C2 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.440092624 L4_chemical_C3 +LQ09X023710 Hypothetical protein 9.933438723 C6_control_A1 +LQ09X023710 Hypothetical protein 9.760600424 C6_control_A3 +LQ09X023710 Hypothetical protein 10.18315379 C6_control_B1 +LQ09X023710 Hypothetical protein 9.696723152 C6_control_B2 +LQ09X023710 Hypothetical protein 10.27143362 C6_control_B3 +LQ09X023710 Hypothetical protein 10.53904035 C6_control_C1 +LQ09X023710 Hypothetical protein 10.88706577 C6_control_C2 +LQ09X023710 Hypothetical protein 10.27499765 C6_control_C3 +LQ09X023710 Hypothetical protein 9.457838129 C6_chemical_A1 +LQ09X023710 Hypothetical protein 9.372637762 C6_chemical_A3 +LQ09X023710 Hypothetical protein 10.2772588 C6_chemical_B1 +LQ09X023710 Hypothetical protein 9.388213568 C6_chemical_B2 +LQ09X023710 Hypothetical protein 9.622528905 C6_chemical_B3 +LQ09X023710 Hypothetical protein 10.37209912 C6_chemical_C1 +LQ09X023710 Hypothetical protein 10.82283626 C6_chemical_C2 +LQ09X023710 Hypothetical protein 10.06548883 C6_chemical_C3 +LQ09X023710 Hypothetical protein 8.969470502 L4_control_A1 +LQ09X023710 Hypothetical protein 9.406967376 L4_control_A2 +LQ09X023710 Hypothetical protein 9.670402753 L4_control_A3 +LQ09X023710 Hypothetical protein 9.713382502 L4_control_B1 +LQ09X023710 Hypothetical protein 10.49002988 L4_control_B2 +LQ09X023710 Hypothetical protein 10.03861738 L4_control_B3 +LQ09X023710 Hypothetical protein 11.58142571 L4_control_C2 +LQ09X023710 Hypothetical protein 11.33655572 L4_control_C3 +LQ09X023710 Hypothetical protein 8.330621494 L4_chemical_A1 +LQ09X023710 Hypothetical protein 9.101565832 L4_chemical_A2 +LQ09X023710 Hypothetical protein 9.342536003 L4_chemical_A3 +LQ09X023710 Hypothetical protein 9.829239009 L4_chemical_B1 +LQ09X023710 Hypothetical protein 9.964457284 L4_chemical_B2 +LQ09X023710 Hypothetical protein 9.593178265 L4_chemical_B3 +LQ09X023710 Hypothetical protein 11.45304152 L4_chemical_C2 +LQ09X023710 Hypothetical protein 11.52717646 L4_chemical_C3 +LQ09X023900 Hypothetical protein 5.452269495 C6_control_A1 +LQ09X023900 Hypothetical protein 5.247678469 C6_control_A3 +LQ09X023900 Hypothetical protein 5.643483331 C6_control_B1 +LQ09X023900 Hypothetical protein 6.855525734 C6_control_B2 +LQ09X023900 Hypothetical protein 5.524261521 C6_control_B3 +LQ09X023900 Hypothetical protein 7.526432171 C6_control_C1 +LQ09X023900 Hypothetical protein 6.366305276 C6_control_C2 +LQ09X023900 Hypothetical protein 8.054836819 C6_control_C3 +LQ09X023900 Hypothetical protein 5.514890407 C6_chemical_A1 +LQ09X023900 Hypothetical protein 5.391644715 C6_chemical_A3 +LQ09X023900 Hypothetical protein 5.672287462 C6_chemical_B1 +LQ09X023900 Hypothetical protein 6.529030228 C6_chemical_B2 +LQ09X023900 Hypothetical protein 5.593481798 C6_chemical_B3 +LQ09X023900 Hypothetical protein 7.707430981 C6_chemical_C1 +LQ09X023900 Hypothetical protein 7.656217716 C6_chemical_C2 +LQ09X023900 Hypothetical protein 8.0095831 C6_chemical_C3 +LQ09X023900 Hypothetical protein 5.83525021 L4_control_A1 +LQ09X023900 Hypothetical protein 5.93002386 L4_control_A2 +LQ09X023900 Hypothetical protein 5.499144029 L4_control_A3 +LQ09X023900 Hypothetical protein 5.04357531 L4_control_B1 +LQ09X023900 Hypothetical protein 5.155972253 L4_control_B2 +LQ09X023900 Hypothetical protein 5.586576318 L4_control_B3 +LQ09X023900 Hypothetical protein 5.246505618 L4_control_C2 +LQ09X023900 Hypothetical protein 4.833732481 L4_control_C3 +LQ09X023900 Hypothetical protein 5.823202393 L4_chemical_A1 +LQ09X023900 Hypothetical protein 5.972918653 L4_chemical_A2 +LQ09X023900 Hypothetical protein 5.78411688 L4_chemical_A3 +LQ09X023900 Hypothetical protein 4.986586827 L4_chemical_B1 +LQ09X023900 Hypothetical protein 5.286795087 L4_chemical_B2 +LQ09X023900 Hypothetical protein 6.157675409 L4_chemical_B3 +LQ09X023900 Hypothetical protein 4.940000151 L4_chemical_C2 +LQ09X023900 Hypothetical protein 5.200295951 L4_chemical_C3 +LQ09X024020 Putative uncharacterized protein 12.14569023 C6_control_A1 +LQ09X024020 Putative uncharacterized protein 11.95351306 C6_control_A3 +LQ09X024020 Putative uncharacterized protein 12.20067654 C6_control_B1 +LQ09X024020 Putative uncharacterized protein 12.16946782 C6_control_B2 +LQ09X024020 Putative uncharacterized protein 12.0959329 C6_control_B3 +LQ09X024020 Putative uncharacterized protein 12.30814876 C6_control_C1 +LQ09X024020 Putative uncharacterized protein 12.2372103 C6_control_C2 +LQ09X024020 Putative uncharacterized protein 12.03943884 C6_control_C3 +LQ09X024020 Putative uncharacterized protein 11.97823466 C6_chemical_A1 +LQ09X024020 Putative uncharacterized protein 11.86945913 C6_chemical_A3 +LQ09X024020 Putative uncharacterized protein 12.36747036 C6_chemical_B1 +LQ09X024020 Putative uncharacterized protein 11.8200134 C6_chemical_B2 +LQ09X024020 Putative uncharacterized protein 11.93478757 C6_chemical_B3 +LQ09X024020 Putative uncharacterized protein 12.38265791 C6_chemical_C1 +LQ09X024020 Putative uncharacterized protein 12.11206538 C6_chemical_C2 +LQ09X024020 Putative uncharacterized protein 12.21250987 C6_chemical_C3 +LQ09X024020 Putative uncharacterized protein 12.33222231 L4_control_A1 +LQ09X024020 Putative uncharacterized protein 12.19788455 L4_control_A2 +LQ09X024020 Putative uncharacterized protein 12.10372075 L4_control_A3 +LQ09X024020 Putative uncharacterized protein 12.75607715 L4_control_B1 +LQ09X024020 Putative uncharacterized protein 12.72985577 L4_control_B2 +LQ09X024020 Putative uncharacterized protein 12.19686254 L4_control_B3 +LQ09X024020 Putative uncharacterized protein 12.51046298 L4_control_C2 +LQ09X024020 Putative uncharacterized protein 12.7469818 L4_control_C3 +LQ09X024020 Putative uncharacterized protein 12.62438592 L4_chemical_A1 +LQ09X024020 Putative uncharacterized protein 12.39256513 L4_chemical_A2 +LQ09X024020 Putative uncharacterized protein 12.16291483 L4_chemical_A3 +LQ09X024020 Putative uncharacterized protein 12.73690988 L4_chemical_B1 +LQ09X024020 Putative uncharacterized protein 12.96010283 L4_chemical_B2 +LQ09X024020 Putative uncharacterized protein 12.29035087 L4_chemical_B3 +LQ09X024020 Putative uncharacterized protein 12.6627858 L4_chemical_C2 +LQ09X024020 Putative uncharacterized protein 12.7072145 L4_chemical_C3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.119306274 C6_control_A1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.620960389 C6_control_A3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.844244716 C6_control_B1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.132118623 C6_control_B2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.493771917 C6_control_B3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.900094917 C6_control_C1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.614991704 C6_control_C2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.778396508 C6_control_C3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.291491847 C6_chemical_A1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.527677406 C6_chemical_A3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.200080614 C6_chemical_B1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.16219742 C6_chemical_B2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.224487948 C6_chemical_B3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.788803991 C6_chemical_C1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.154777367 C6_chemical_C2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.7733064 C6_chemical_C3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.001289942 L4_control_A1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.894690799 L4_control_A2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.157311735 L4_control_A3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.433138688 L4_control_B1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.886724801 L4_control_B2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.812795164 L4_control_B3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.642420842 L4_control_C2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 4.98684779 L4_control_C3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.74764399 L4_chemical_A1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.293845253 L4_chemical_A2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.626471941 L4_chemical_A3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.151831278 L4_chemical_B1 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.160825034 L4_chemical_B2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.914472322 L4_chemical_B3 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.499178774 L4_chemical_C2 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 5.647744161 L4_chemical_C3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.781058957 C6_control_A1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.6308008 C6_control_A3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 6.65542191 C6_control_B1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 8.022510109 C6_control_B2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 6.978313003 C6_control_B3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.995634856 C6_control_C1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.581109909 C6_control_C2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 6.96448959 C6_control_C3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.75896409 C6_chemical_A1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.16056844 C6_chemical_A3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.232717817 C6_chemical_B1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 8.402503298 C6_chemical_B2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.899615808 C6_chemical_B3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 8.538995267 C6_chemical_C1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 8.032322916 C6_chemical_C2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 8.278085452 C6_chemical_C3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.396710292 L4_control_A1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.694745096 L4_control_A2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.062098883 L4_control_A3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.736607627 L4_control_B1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.31537995 L4_control_B2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.58259998 L4_control_B3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.468313172 L4_control_C2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.809275685 L4_control_C3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 6.484371688 L4_chemical_A1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.089771579 L4_chemical_A2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.05131168 L4_chemical_A3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.294638264 L4_chemical_B1 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.475732373 L4_chemical_B2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.59654145 L4_chemical_B3 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.470791078 L4_chemical_C2 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 5.411888825 L4_chemical_C3 +LQ09X024070 Putative uncharacterized protein 5.205612782 C6_control_A1 +LQ09X024070 Putative uncharacterized protein 5.267911693 C6_control_A3 +LQ09X024070 Putative uncharacterized protein 5.489891224 C6_control_B1 +LQ09X024070 Putative uncharacterized protein 5.172123563 C6_control_B2 +LQ09X024070 Putative uncharacterized protein 5.977145711 C6_control_B3 +LQ09X024070 Putative uncharacterized protein 5.03970508 C6_control_C1 +LQ09X024070 Putative uncharacterized protein 5.030133549 C6_control_C2 +LQ09X024070 Putative uncharacterized protein 4.935158674 C6_control_C3 +LQ09X024070 Putative uncharacterized protein 5.396117867 C6_chemical_A1 +LQ09X024070 Putative uncharacterized protein 5.501526217 C6_chemical_A3 +LQ09X024070 Putative uncharacterized protein 5.361240049 C6_chemical_B1 +LQ09X024070 Putative uncharacterized protein 5.237758946 C6_chemical_B2 +LQ09X024070 Putative uncharacterized protein 5.350837061 C6_chemical_B3 +LQ09X024070 Putative uncharacterized protein 5.11341506 C6_chemical_C1 +LQ09X024070 Putative uncharacterized protein 5.088547014 C6_chemical_C2 +LQ09X024070 Putative uncharacterized protein 5.010019895 C6_chemical_C3 +LQ09X024070 Putative uncharacterized protein 5.232262554 L4_control_A1 +LQ09X024070 Putative uncharacterized protein 5.506922621 L4_control_A2 +LQ09X024070 Putative uncharacterized protein 5.482891655 L4_control_A3 +LQ09X024070 Putative uncharacterized protein 5.461326331 L4_control_B1 +LQ09X024070 Putative uncharacterized protein 5.559561415 L4_control_B2 +LQ09X024070 Putative uncharacterized protein 5.656396051 L4_control_B3 +LQ09X024070 Putative uncharacterized protein 5.68678257 L4_control_C2 +LQ09X024070 Putative uncharacterized protein 5.003141129 L4_control_C3 +LQ09X024070 Putative uncharacterized protein 5.720879483 L4_chemical_A1 +LQ09X024070 Putative uncharacterized protein 5.140092989 L4_chemical_A2 +LQ09X024070 Putative uncharacterized protein 5.475157787 L4_chemical_A3 +LQ09X024070 Putative uncharacterized protein 5.335509499 L4_chemical_B1 +LQ09X024070 Putative uncharacterized protein 5.50748706 L4_chemical_B2 +LQ09X024070 Putative uncharacterized protein 5.459627491 L4_chemical_B3 +LQ09X024070 Putative uncharacterized protein 5.31432562 L4_chemical_C2 +LQ09X024070 Putative uncharacterized protein 5.540677356 L4_chemical_C3 +LQ09X024080 Ubiquitin carrier protein E2 19 13.55117826 C6_control_A1 +LQ09X024080 Ubiquitin carrier protein E2 19 14.39756097 C6_control_A3 +LQ09X024080 Ubiquitin carrier protein E2 19 12.73320999 C6_control_B1 +LQ09X024080 Ubiquitin carrier protein E2 19 9.894874955 C6_control_B2 +LQ09X024080 Ubiquitin carrier protein E2 19 9.879006632 C6_control_B3 +LQ09X024080 Ubiquitin carrier protein E2 19 6.438632097 C6_control_C1 +LQ09X024080 Ubiquitin carrier protein E2 19 6.918657535 C6_control_C2 +LQ09X024080 Ubiquitin carrier protein E2 19 8.391999705 C6_control_C3 +LQ09X024080 Ubiquitin carrier protein E2 19 12.95779907 C6_chemical_A1 +LQ09X024080 Ubiquitin carrier protein E2 19 14.00162839 C6_chemical_A3 +LQ09X024080 Ubiquitin carrier protein E2 19 10.92069697 C6_chemical_B1 +LQ09X024080 Ubiquitin carrier protein E2 19 8.725305389 C6_chemical_B2 +LQ09X024080 Ubiquitin carrier protein E2 19 8.602962286 C6_chemical_B3 +LQ09X024080 Ubiquitin carrier protein E2 19 7.578850396 C6_chemical_C1 +LQ09X024080 Ubiquitin carrier protein E2 19 6.65364424 C6_chemical_C2 +LQ09X024080 Ubiquitin carrier protein E2 19 7.305909983 C6_chemical_C3 +LQ09X024080 Ubiquitin carrier protein E2 19 13.3625068 L4_control_A1 +LQ09X024080 Ubiquitin carrier protein E2 19 13.65860529 L4_control_A2 +LQ09X024080 Ubiquitin carrier protein E2 19 13.957233 L4_control_A3 +LQ09X024080 Ubiquitin carrier protein E2 19 8.881672091 L4_control_B1 +LQ09X024080 Ubiquitin carrier protein E2 19 10.48175707 L4_control_B2 +LQ09X024080 Ubiquitin carrier protein E2 19 8.186042905 L4_control_B3 +LQ09X024080 Ubiquitin carrier protein E2 19 5.893778477 L4_control_C2 +LQ09X024080 Ubiquitin carrier protein E2 19 6.255440158 L4_control_C3 +LQ09X024080 Ubiquitin carrier protein E2 19 13.29247017 L4_chemical_A1 +LQ09X024080 Ubiquitin carrier protein E2 19 12.28657408 L4_chemical_A2 +LQ09X024080 Ubiquitin carrier protein E2 19 13.82229718 L4_chemical_A3 +LQ09X024080 Ubiquitin carrier protein E2 19 11.72711075 L4_chemical_B1 +LQ09X024080 Ubiquitin carrier protein E2 19 10.88823674 L4_chemical_B2 +LQ09X024080 Ubiquitin carrier protein E2 19 12.51462704 L4_chemical_B3 +LQ09X024080 Ubiquitin carrier protein E2 19 6.134506113 L4_chemical_C2 +LQ09X024080 Ubiquitin carrier protein E2 19 6.055074788 L4_chemical_C3 +LQ09X024090 Predicted protein 5.43268401 C6_control_A1 +LQ09X024090 Predicted protein 5.618331543 C6_control_A3 +LQ09X024090 Predicted protein 5.348857171 C6_control_B1 +LQ09X024090 Predicted protein 5.393394153 C6_control_B2 +LQ09X024090 Predicted protein 5.694054939 C6_control_B3 +LQ09X024090 Predicted protein 5.409274851 C6_control_C1 +LQ09X024090 Predicted protein 5.55179528 C6_control_C2 +LQ09X024090 Predicted protein 5.512637646 C6_control_C3 +LQ09X024090 Predicted protein 5.529868091 C6_chemical_A1 +LQ09X024090 Predicted protein 5.475545104 C6_chemical_A3 +LQ09X024090 Predicted protein 5.456997864 C6_chemical_B1 +LQ09X024090 Predicted protein 5.398331562 C6_chemical_B2 +LQ09X024090 Predicted protein 5.660585839 C6_chemical_B3 +LQ09X024090 Predicted protein 5.201028365 C6_chemical_C1 +LQ09X024090 Predicted protein 5.954442895 C6_chemical_C2 +LQ09X024090 Predicted protein 5.193609265 C6_chemical_C3 +LQ09X024090 Predicted protein 5.715936812 L4_control_A1 +LQ09X024090 Predicted protein 5.566915456 L4_control_A2 +LQ09X024090 Predicted protein 5.828631666 L4_control_A3 +LQ09X024090 Predicted protein 6.701508975 L4_control_B1 +LQ09X024090 Predicted protein 6.224452807 L4_control_B2 +LQ09X024090 Predicted protein 6.090261563 L4_control_B3 +LQ09X024090 Predicted protein 5.864095453 L4_control_C2 +LQ09X024090 Predicted protein 5.799867397 L4_control_C3 +LQ09X024090 Predicted protein 5.310340175 L4_chemical_A1 +LQ09X024090 Predicted protein 5.968292343 L4_chemical_A2 +LQ09X024090 Predicted protein 5.517700853 L4_chemical_A3 +LQ09X024090 Predicted protein 5.70226877 L4_chemical_B1 +LQ09X024090 Predicted protein 5.375312452 L4_chemical_B2 +LQ09X024090 Predicted protein 5.913676431 L4_chemical_B3 +LQ09X024090 Predicted protein 6.572190085 L4_chemical_C2 +LQ09X024090 Predicted protein 5.924898048 L4_chemical_C3 +LQ09X024130 Lichenase 7.006620124 C6_control_A1 +LQ09X024130 Lichenase 6.288878124 C6_control_A3 +LQ09X024130 Lichenase 8.644281851 C6_control_B1 +LQ09X024130 Lichenase 9.517309529 C6_control_B2 +LQ09X024130 Lichenase 9.653792866 C6_control_B3 +LQ09X024130 Lichenase 9.749634236 C6_control_C1 +LQ09X024130 Lichenase 10.24915363 C6_control_C2 +LQ09X024130 Lichenase 9.673117772 C6_control_C3 +LQ09X024130 Lichenase 7.740989853 C6_chemical_A1 +LQ09X024130 Lichenase 6.874417158 C6_chemical_A3 +LQ09X024130 Lichenase 8.586488167 C6_chemical_B1 +LQ09X024130 Lichenase 9.010850239 C6_chemical_B2 +LQ09X024130 Lichenase 9.713152038 C6_chemical_B3 +LQ09X024130 Lichenase 9.259911311 C6_chemical_C1 +LQ09X024130 Lichenase 9.972908072 C6_chemical_C2 +LQ09X024130 Lichenase 9.12755439 C6_chemical_C3 +LQ09X024130 Lichenase 8.238430134 L4_control_A1 +LQ09X024130 Lichenase 5.950468968 L4_control_A2 +LQ09X024130 Lichenase 6.899277249 L4_control_A3 +LQ09X024130 Lichenase 9.745134838 L4_control_B1 +LQ09X024130 Lichenase 7.635672829 L4_control_B2 +LQ09X024130 Lichenase 7.996859785 L4_control_B3 +LQ09X024130 Lichenase 11.34288617 L4_control_C2 +LQ09X024130 Lichenase 8.850880481 L4_control_C3 +LQ09X024130 Lichenase 10.67245372 L4_chemical_A1 +LQ09X024130 Lichenase 8.408680376 L4_chemical_A2 +LQ09X024130 Lichenase 9.438506871 L4_chemical_A3 +LQ09X024130 Lichenase 11.28971735 L4_chemical_B1 +LQ09X024130 Lichenase 8.369827102 L4_chemical_B2 +LQ09X024130 Lichenase 7.283597102 L4_chemical_B3 +LQ09X024130 Lichenase 10.03616184 L4_chemical_C2 +LQ09X024130 Lichenase 8.718550031 L4_chemical_C3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 6.47083107 C6_control_A1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 6.414519471 C6_control_A3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.752371257 C6_control_B1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.70201262 C6_control_B2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.885929436 C6_control_B3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.826301791 C6_control_C1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.822534498 C6_control_C2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 6.10377837 C6_control_C3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.493610797 C6_chemical_A1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.843118765 C6_chemical_A3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 6.029608215 C6_chemical_B1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.857107063 C6_chemical_B2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.714225505 C6_chemical_B3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.631211359 C6_chemical_C1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.651872317 C6_chemical_C2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.555931792 C6_chemical_C3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 6.1837659 L4_control_A1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.971671364 L4_control_A2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.518144704 L4_control_A3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.806135333 L4_control_B1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.521445122 L4_control_B2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.530002562 L4_control_B3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.537473295 L4_control_C2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.288982164 L4_control_C3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.651571592 L4_chemical_A1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.831625073 L4_chemical_A2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.696520512 L4_chemical_A3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.394699924 L4_chemical_B1 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.687562615 L4_chemical_B2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 6.009851205 L4_chemical_B3 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 6.547014029 L4_chemical_C2 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 6.30609713 L4_chemical_C3 +LQ09X024200 UPF0195 protein At1g68310 6.146581439 C6_control_A1 +LQ09X024200 UPF0195 protein At1g68310 6.192623867 C6_control_A3 +LQ09X024200 UPF0195 protein At1g68310 6.497263016 C6_control_B1 +LQ09X024200 UPF0195 protein At1g68310 6.43521829 C6_control_B2 +LQ09X024200 UPF0195 protein At1g68310 6.47204705 C6_control_B3 +LQ09X024200 UPF0195 protein At1g68310 7.336723357 C6_control_C1 +LQ09X024200 UPF0195 protein At1g68310 6.702787507 C6_control_C2 +LQ09X024200 UPF0195 protein At1g68310 6.003921007 C6_control_C3 +LQ09X024200 UPF0195 protein At1g68310 5.598174021 C6_chemical_A1 +LQ09X024200 UPF0195 protein At1g68310 5.981686347 C6_chemical_A3 +LQ09X024200 UPF0195 protein At1g68310 5.505285975 C6_chemical_B1 +LQ09X024200 UPF0195 protein At1g68310 6.074875813 C6_chemical_B2 +LQ09X024200 UPF0195 protein At1g68310 6.06314276 C6_chemical_B3 +LQ09X024200 UPF0195 protein At1g68310 7.067317688 C6_chemical_C1 +LQ09X024200 UPF0195 protein At1g68310 6.438925849 C6_chemical_C2 +LQ09X024200 UPF0195 protein At1g68310 6.274484033 C6_chemical_C3 +LQ09X024200 UPF0195 protein At1g68310 5.583754627 L4_control_A1 +LQ09X024200 UPF0195 protein At1g68310 5.701297316 L4_control_A2 +LQ09X024200 UPF0195 protein At1g68310 5.251256769 L4_control_A3 +LQ09X024200 UPF0195 protein At1g68310 5.301635824 L4_control_B1 +LQ09X024200 UPF0195 protein At1g68310 5.261352911 L4_control_B2 +LQ09X024200 UPF0195 protein At1g68310 5.697324875 L4_control_B3 +LQ09X024200 UPF0195 protein At1g68310 5.670798307 L4_control_C2 +LQ09X024200 UPF0195 protein At1g68310 6.453263064 L4_control_C3 +LQ09X024200 UPF0195 protein At1g68310 5.566385617 L4_chemical_A1 +LQ09X024200 UPF0195 protein At1g68310 5.472152138 L4_chemical_A2 +LQ09X024200 UPF0195 protein At1g68310 5.158054442 L4_chemical_A3 +LQ09X024200 UPF0195 protein At1g68310 6.375722411 L4_chemical_B1 +LQ09X024200 UPF0195 protein At1g68310 5.562570024 L4_chemical_B2 +LQ09X024200 UPF0195 protein At1g68310 6.021926476 L4_chemical_B3 +LQ09X024200 UPF0195 protein At1g68310 6.185363456 L4_chemical_C2 +LQ09X024200 UPF0195 protein At1g68310 5.922431403 L4_chemical_C3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.06531453 C6_control_A1 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.28260743 C6_control_A3 +LQ09X024250 Pre-mRNA branch site p14-like protein 13.80420364 C6_control_B1 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.38762208 C6_control_B2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.23630672 C6_control_B3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.13557957 C6_control_C1 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.45760198 C6_control_C2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.09418975 C6_control_C3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.05707862 C6_chemical_A1 +LQ09X024250 Pre-mRNA branch site p14-like protein 13.75641618 C6_chemical_A3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.04674374 C6_chemical_B1 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.3110134 C6_chemical_B2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.06229641 C6_chemical_B3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.20463493 C6_chemical_C1 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.46105698 C6_chemical_C2 +LQ09X024250 Pre-mRNA branch site p14-like protein 13.91992796 C6_chemical_C3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.54075575 L4_control_A1 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.96056473 L4_control_A2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.65382859 L4_control_A3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.59030961 L4_control_B1 +LQ09X024250 Pre-mRNA branch site p14-like protein 13.94794883 L4_control_B2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.60065236 L4_control_B3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.25637612 L4_control_C2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.35181113 L4_control_C3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.75253985 L4_chemical_A1 +LQ09X024250 Pre-mRNA branch site p14-like protein 15.11077866 L4_chemical_A2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.56809348 L4_chemical_A3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.36347065 L4_chemical_B1 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.62530762 L4_chemical_B2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.91505424 L4_chemical_B3 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.37219068 L4_chemical_C2 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.32186898 L4_chemical_C3 +LQ09X024280 Dihydropyrimidinase 11.27759654 C6_control_A1 +LQ09X024280 Dihydropyrimidinase 11.37271451 C6_control_A3 +LQ09X024280 Dihydropyrimidinase 11.57416275 C6_control_B1 +LQ09X024280 Dihydropyrimidinase 12.49507758 C6_control_B2 +LQ09X024280 Dihydropyrimidinase 12.39731054 C6_control_B3 +LQ09X024280 Dihydropyrimidinase 12.98580295 C6_control_C1 +LQ09X024280 Dihydropyrimidinase 13.09580534 C6_control_C2 +LQ09X024280 Dihydropyrimidinase 13.2929529 C6_control_C3 +LQ09X024280 Dihydropyrimidinase 11.22456703 C6_chemical_A1 +LQ09X024280 Dihydropyrimidinase 11.4562773 C6_chemical_A3 +LQ09X024280 Dihydropyrimidinase 11.81416236 C6_chemical_B1 +LQ09X024280 Dihydropyrimidinase 12.84672573 C6_chemical_B2 +LQ09X024280 Dihydropyrimidinase 12.58257606 C6_chemical_B3 +LQ09X024280 Dihydropyrimidinase 12.69964742 C6_chemical_C1 +LQ09X024280 Dihydropyrimidinase 13.15197577 C6_chemical_C2 +LQ09X024280 Dihydropyrimidinase 13.22409902 C6_chemical_C3 +LQ09X024280 Dihydropyrimidinase 11.40714295 L4_control_A1 +LQ09X024280 Dihydropyrimidinase 11.43064051 L4_control_A2 +LQ09X024280 Dihydropyrimidinase 11.79404453 L4_control_A3 +LQ09X024280 Dihydropyrimidinase 11.8492048 L4_control_B1 +LQ09X024280 Dihydropyrimidinase 11.97504231 L4_control_B2 +LQ09X024280 Dihydropyrimidinase 13.11485956 L4_control_B3 +LQ09X024280 Dihydropyrimidinase 13.07159684 L4_control_C2 +LQ09X024280 Dihydropyrimidinase 13.4220392 L4_control_C3 +LQ09X024280 Dihydropyrimidinase 11.85316701 L4_chemical_A1 +LQ09X024280 Dihydropyrimidinase 12.24186124 L4_chemical_A2 +LQ09X024280 Dihydropyrimidinase 11.7508147 L4_chemical_A3 +LQ09X024280 Dihydropyrimidinase 11.97077788 L4_chemical_B1 +LQ09X024280 Dihydropyrimidinase 11.90359258 L4_chemical_B2 +LQ09X024280 Dihydropyrimidinase 12.37262496 L4_chemical_B3 +LQ09X024280 Dihydropyrimidinase 13.12390134 L4_chemical_C2 +LQ09X024280 Dihydropyrimidinase 13.52490837 L4_chemical_C3 +LQ09X024290 ABC transporter F family member 4 6.397929107 C6_control_A1 +LQ09X024290 ABC transporter F family member 4 5.775271162 C6_control_A3 +LQ09X024290 ABC transporter F family member 4 6.356982368 C6_control_B1 +LQ09X024290 ABC transporter F family member 4 6.571293999 C6_control_B2 +LQ09X024290 ABC transporter F family member 4 8.039668884 C6_control_B3 +LQ09X024290 ABC transporter F family member 4 5.606672736 C6_control_C1 +LQ09X024290 ABC transporter F family member 4 5.700566085 C6_control_C2 +LQ09X024290 ABC transporter F family member 4 6.285602953 C6_control_C3 +LQ09X024290 ABC transporter F family member 4 6.65376816 C6_chemical_A1 +LQ09X024290 ABC transporter F family member 4 6.642379294 C6_chemical_A3 +LQ09X024290 ABC transporter F family member 4 6.674326738 C6_chemical_B1 +LQ09X024290 ABC transporter F family member 4 6.666732506 C6_chemical_B2 +LQ09X024290 ABC transporter F family member 4 6.727351156 C6_chemical_B3 +LQ09X024290 ABC transporter F family member 4 5.875326304 C6_chemical_C1 +LQ09X024290 ABC transporter F family member 4 6.219280377 C6_chemical_C2 +LQ09X024290 ABC transporter F family member 4 6.474905894 C6_chemical_C3 +LQ09X024290 ABC transporter F family member 4 6.137653146 L4_control_A1 +LQ09X024290 ABC transporter F family member 4 6.683579749 L4_control_A2 +LQ09X024290 ABC transporter F family member 4 6.812992443 L4_control_A3 +LQ09X024290 ABC transporter F family member 4 5.917429756 L4_control_B1 +LQ09X024290 ABC transporter F family member 4 6.222250113 L4_control_B2 +LQ09X024290 ABC transporter F family member 4 6.655019378 L4_control_B3 +LQ09X024290 ABC transporter F family member 4 5.257076656 L4_control_C2 +LQ09X024290 ABC transporter F family member 4 5.636750942 L4_control_C3 +LQ09X024290 ABC transporter F family member 4 6.305193111 L4_chemical_A1 +LQ09X024290 ABC transporter F family member 4 6.808556402 L4_chemical_A2 +LQ09X024290 ABC transporter F family member 4 7.018030484 L4_chemical_A3 +LQ09X024290 ABC transporter F family member 4 6.015872289 L4_chemical_B1 +LQ09X024290 ABC transporter F family member 4 6.561275569 L4_chemical_B2 +LQ09X024290 ABC transporter F family member 4 6.67098993 L4_chemical_B3 +LQ09X024290 ABC transporter F family member 4 5.371786974 L4_chemical_C2 +LQ09X024290 ABC transporter F family member 4 5.584765976 L4_chemical_C3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.20810103 C6_control_A1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.43974322 C6_control_A3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.18671453 C6_control_B1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.3661331 C6_control_B2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.49378466 C6_control_B3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 12.36087199 C6_control_C1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 12.32424622 C6_control_C2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 12.40764133 C6_control_C3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.99245984 C6_chemical_A1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.40912969 C6_chemical_A3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.85061793 C6_chemical_B1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.99476308 C6_chemical_B2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.39835527 C6_chemical_B3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 12.21013708 C6_chemical_C1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 12.3873768 C6_chemical_C2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 12.50680916 C6_chemical_C3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.27907295 L4_control_A1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 9.646561415 L4_control_A2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.34354942 L4_control_A3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.42947032 L4_control_B1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 9.985584268 L4_control_B2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.70774783 L4_control_B3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.80130515 L4_control_C2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.63334792 L4_control_C3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.12462607 L4_chemical_A1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 9.400279656 L4_chemical_A2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.74813773 L4_chemical_A3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.67354809 L4_chemical_B1 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 9.861613134 L4_chemical_B2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.59830371 L4_chemical_B3 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.41773456 L4_chemical_C2 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 11.51429954 L4_chemical_C3 +LQ09X024330 Predicted protein 9.157484139 C6_control_A1 +LQ09X024330 Predicted protein 8.43803354 C6_control_A3 +LQ09X024330 Predicted protein 8.813327896 C6_control_B1 +LQ09X024330 Predicted protein 9.845844906 C6_control_B2 +LQ09X024330 Predicted protein 9.300290042 C6_control_B3 +LQ09X024330 Predicted protein 9.152119521 C6_control_C1 +LQ09X024330 Predicted protein 9.298703003 C6_control_C2 +LQ09X024330 Predicted protein 9.062986705 C6_control_C3 +LQ09X024330 Predicted protein 8.914622324 C6_chemical_A1 +LQ09X024330 Predicted protein 8.905688069 C6_chemical_A3 +LQ09X024330 Predicted protein 8.623079366 C6_chemical_B1 +LQ09X024330 Predicted protein 9.868193324 C6_chemical_B2 +LQ09X024330 Predicted protein 9.168671607 C6_chemical_B3 +LQ09X024330 Predicted protein 9.12579922 C6_chemical_C1 +LQ09X024330 Predicted protein 9.292128512 C6_chemical_C2 +LQ09X024330 Predicted protein 8.961457443 C6_chemical_C3 +LQ09X024330 Predicted protein 9.378686708 L4_control_A1 +LQ09X024330 Predicted protein 8.928872708 L4_control_A2 +LQ09X024330 Predicted protein 9.2664236 L4_control_A3 +LQ09X024330 Predicted protein 8.533044856 L4_control_B1 +LQ09X024330 Predicted protein 8.924571682 L4_control_B2 +LQ09X024330 Predicted protein 9.915221341 L4_control_B3 +LQ09X024330 Predicted protein 7.8531355 L4_control_C2 +LQ09X024330 Predicted protein 8.354677069 L4_control_C3 +LQ09X024330 Predicted protein 8.947435761 L4_chemical_A1 +LQ09X024330 Predicted protein 8.762437106 L4_chemical_A2 +LQ09X024330 Predicted protein 8.856523069 L4_chemical_A3 +LQ09X024330 Predicted protein 7.899761362 L4_chemical_B1 +LQ09X024330 Predicted protein 8.490515152 L4_chemical_B2 +LQ09X024330 Predicted protein 9.600802761 L4_chemical_B3 +LQ09X024330 Predicted protein 6.70940779 L4_chemical_C2 +LQ09X024330 Predicted protein 8.063587632 L4_chemical_C3 +LQ09X024350 Predicted protein 8.50787801 C6_control_A1 +LQ09X024350 Predicted protein 8.429761952 C6_control_A3 +LQ09X024350 Predicted protein 8.652628082 C6_control_B1 +LQ09X024350 Predicted protein 9.77816358 C6_control_B2 +LQ09X024350 Predicted protein 9.236099891 C6_control_B3 +LQ09X024350 Predicted protein 9.357433947 C6_control_C1 +LQ09X024350 Predicted protein 9.674944756 C6_control_C2 +LQ09X024350 Predicted protein 9.77883455 C6_control_C3 +LQ09X024350 Predicted protein 8.543936117 C6_chemical_A1 +LQ09X024350 Predicted protein 8.776935931 C6_chemical_A3 +LQ09X024350 Predicted protein 8.694592229 C6_chemical_B1 +LQ09X024350 Predicted protein 9.843275306 C6_chemical_B2 +LQ09X024350 Predicted protein 9.396226987 C6_chemical_B3 +LQ09X024350 Predicted protein 9.556385659 C6_chemical_C1 +LQ09X024350 Predicted protein 9.913254885 C6_chemical_C2 +LQ09X024350 Predicted protein 10.34006755 C6_chemical_C3 +LQ09X024350 Predicted protein 7.694295696 L4_control_A1 +LQ09X024350 Predicted protein 8.080104775 L4_control_A2 +LQ09X024350 Predicted protein 8.934084857 L4_control_A3 +LQ09X024350 Predicted protein 7.693972883 L4_control_B1 +LQ09X024350 Predicted protein 8.458645512 L4_control_B2 +LQ09X024350 Predicted protein 9.358506695 L4_control_B3 +LQ09X024350 Predicted protein 9.565125075 L4_control_C2 +LQ09X024350 Predicted protein 9.19798712 L4_control_C3 +LQ09X024350 Predicted protein 8.227175954 L4_chemical_A1 +LQ09X024350 Predicted protein 8.26889928 L4_chemical_A2 +LQ09X024350 Predicted protein 8.764428956 L4_chemical_A3 +LQ09X024350 Predicted protein 7.487703584 L4_chemical_B1 +LQ09X024350 Predicted protein 7.761182245 L4_chemical_B2 +LQ09X024350 Predicted protein 8.939937732 L4_chemical_B3 +LQ09X024350 Predicted protein 9.143088986 L4_chemical_C2 +LQ09X024350 Predicted protein 9.240238696 L4_chemical_C3 +LQ09X024380 Predicted protein 7.084847077 C6_control_A1 +LQ09X024380 Predicted protein 6.479104596 C6_control_A3 +LQ09X024380 Predicted protein 7.369650243 C6_control_B1 +LQ09X024380 Predicted protein 7.276034552 C6_control_B2 +LQ09X024380 Predicted protein 7.9345709 C6_control_B3 +LQ09X024380 Predicted protein 6.007684894 C6_control_C1 +LQ09X024380 Predicted protein 5.867901251 C6_control_C2 +LQ09X024380 Predicted protein 6.532075451 C6_control_C3 +LQ09X024380 Predicted protein 6.527645701 C6_chemical_A1 +LQ09X024380 Predicted protein 6.708231886 C6_chemical_A3 +LQ09X024380 Predicted protein 7.698600625 C6_chemical_B1 +LQ09X024380 Predicted protein 7.322503993 C6_chemical_B2 +LQ09X024380 Predicted protein 7.085092875 C6_chemical_B3 +LQ09X024380 Predicted protein 6.386283872 C6_chemical_C1 +LQ09X024380 Predicted protein 6.167663048 C6_chemical_C2 +LQ09X024380 Predicted protein 6.005592649 C6_chemical_C3 +LQ09X024380 Predicted protein 7.024239215 L4_control_A1 +LQ09X024380 Predicted protein 6.487175651 L4_control_A2 +LQ09X024380 Predicted protein 6.112728779 L4_control_A3 +LQ09X024380 Predicted protein 5.289476167 L4_control_B1 +LQ09X024380 Predicted protein 6.079166142 L4_control_B2 +LQ09X024380 Predicted protein 6.001920984 L4_control_B3 +LQ09X024380 Predicted protein 6.222692293 L4_control_C2 +LQ09X024380 Predicted protein 5.789683352 L4_control_C3 +LQ09X024380 Predicted protein 6.576259364 L4_chemical_A1 +LQ09X024380 Predicted protein 6.448942104 L4_chemical_A2 +LQ09X024380 Predicted protein 6.305901672 L4_chemical_A3 +LQ09X024380 Predicted protein 5.89955296 L4_chemical_B1 +LQ09X024380 Predicted protein 6.156699003 L4_chemical_B2 +LQ09X024380 Predicted protein 5.804639147 L4_chemical_B3 +LQ09X024380 Predicted protein 5.428388465 L4_chemical_C2 +LQ09X024380 Predicted protein 5.952362961 L4_chemical_C3 +LQ09X024470 Hypothetical protein 6.418074809 C6_control_A1 +LQ09X024470 Hypothetical protein 6.826043218 C6_control_A3 +LQ09X024470 Hypothetical protein 6.015411092 C6_control_B1 +LQ09X024470 Hypothetical protein 6.504676245 C6_control_B2 +LQ09X024470 Hypothetical protein 6.480871211 C6_control_B3 +LQ09X024470 Hypothetical protein 6.985948844 C6_control_C1 +LQ09X024470 Hypothetical protein 6.27855833 C6_control_C2 +LQ09X024470 Hypothetical protein 6.723956788 C6_control_C3 +LQ09X024470 Hypothetical protein 6.204306464 C6_chemical_A1 +LQ09X024470 Hypothetical protein 6.595268264 C6_chemical_A3 +LQ09X024470 Hypothetical protein 5.997810676 C6_chemical_B1 +LQ09X024470 Hypothetical protein 6.434780401 C6_chemical_B2 +LQ09X024470 Hypothetical protein 6.232512591 C6_chemical_B3 +LQ09X024470 Hypothetical protein 6.514751853 C6_chemical_C1 +LQ09X024470 Hypothetical protein 5.957081463 C6_chemical_C2 +LQ09X024470 Hypothetical protein 6.658618108 C6_chemical_C3 +LQ09X024470 Hypothetical protein 6.715133612 L4_control_A1 +LQ09X024470 Hypothetical protein 5.851207619 L4_control_A2 +LQ09X024470 Hypothetical protein 6.182202395 L4_control_A3 +LQ09X024470 Hypothetical protein 5.562805109 L4_control_B1 +LQ09X024470 Hypothetical protein 5.706199263 L4_control_B2 +LQ09X024470 Hypothetical protein 5.954899985 L4_control_B3 +LQ09X024470 Hypothetical protein 5.663787536 L4_control_C2 +LQ09X024470 Hypothetical protein 5.986334114 L4_control_C3 +LQ09X024470 Hypothetical protein 6.525116627 L4_chemical_A1 +LQ09X024470 Hypothetical protein 6.651486144 L4_chemical_A2 +LQ09X024470 Hypothetical protein 5.93975387 L4_chemical_A3 +LQ09X024470 Hypothetical protein 6.134052907 L4_chemical_B1 +LQ09X024470 Hypothetical protein 6.243112656 L4_chemical_B2 +LQ09X024470 Hypothetical protein 6.74775394 L4_chemical_B3 +LQ09X024470 Hypothetical protein 6.201884189 L4_chemical_C2 +LQ09X024470 Hypothetical protein 5.617468548 L4_chemical_C3 +LQ09X024510 Putative uncharacterized protein 12.55068452 C6_control_A1 +LQ09X024510 Putative uncharacterized protein 12.3844931 C6_control_A3 +LQ09X024510 Putative uncharacterized protein 13.0914538 C6_control_B1 +LQ09X024510 Putative uncharacterized protein 12.63517456 C6_control_B2 +LQ09X024510 Putative uncharacterized protein 12.9349536 C6_control_B3 +LQ09X024510 Putative uncharacterized protein 11.17972122 C6_control_C1 +LQ09X024510 Putative uncharacterized protein 11.61524251 C6_control_C2 +LQ09X024510 Putative uncharacterized protein 11.24553789 C6_control_C3 +LQ09X024510 Putative uncharacterized protein 12.59566835 C6_chemical_A1 +LQ09X024510 Putative uncharacterized protein 12.49853665 C6_chemical_A3 +LQ09X024510 Putative uncharacterized protein 12.96905462 C6_chemical_B1 +LQ09X024510 Putative uncharacterized protein 12.21828457 C6_chemical_B2 +LQ09X024510 Putative uncharacterized protein 12.99729991 C6_chemical_B3 +LQ09X024510 Putative uncharacterized protein 11.30959535 C6_chemical_C1 +LQ09X024510 Putative uncharacterized protein 10.97750282 C6_chemical_C2 +LQ09X024510 Putative uncharacterized protein 11.02358666 C6_chemical_C3 +LQ09X024510 Putative uncharacterized protein 12.67218277 L4_control_A1 +LQ09X024510 Putative uncharacterized protein 13.06935521 L4_control_A2 +LQ09X024510 Putative uncharacterized protein 12.8877276 L4_control_A3 +LQ09X024510 Putative uncharacterized protein 13.50564526 L4_control_B1 +LQ09X024510 Putative uncharacterized protein 13.40808148 L4_control_B2 +LQ09X024510 Putative uncharacterized protein 13.71569398 L4_control_B3 +LQ09X024510 Putative uncharacterized protein 11.88600126 L4_control_C2 +LQ09X024510 Putative uncharacterized protein 12.13734863 L4_control_C3 +LQ09X024510 Putative uncharacterized protein 12.19990442 L4_chemical_A1 +LQ09X024510 Putative uncharacterized protein 12.90583125 L4_chemical_A2 +LQ09X024510 Putative uncharacterized protein 12.93948864 L4_chemical_A3 +LQ09X024510 Putative uncharacterized protein 13.108005 L4_chemical_B1 +LQ09X024510 Putative uncharacterized protein 13.19098684 L4_chemical_B2 +LQ09X024510 Putative uncharacterized protein 13.35200575 L4_chemical_B3 +LQ09X024510 Putative uncharacterized protein 12.07991188 L4_chemical_C2 +LQ09X024510 Putative uncharacterized protein 12.29204381 L4_chemical_C3 +LQ09X024520 Predicted protein 4.994069331 C6_control_A1 +LQ09X024520 Predicted protein 5.098936261 C6_control_A3 +LQ09X024520 Predicted protein 5.320406642 C6_control_B1 +LQ09X024520 Predicted protein 5.173164704 C6_control_B2 +LQ09X024520 Predicted protein 5.024776783 C6_control_B3 +LQ09X024520 Predicted protein 6.025239691 C6_control_C1 +LQ09X024520 Predicted protein 5.192723864 C6_control_C2 +LQ09X024520 Predicted protein 5.369627187 C6_control_C3 +LQ09X024520 Predicted protein 4.787350217 C6_chemical_A1 +LQ09X024520 Predicted protein 4.914992638 C6_chemical_A3 +LQ09X024520 Predicted protein 5.247058945 C6_chemical_B1 +LQ09X024520 Predicted protein 5.34078464 C6_chemical_B2 +LQ09X024520 Predicted protein 5.223749691 C6_chemical_B3 +LQ09X024520 Predicted protein 5.246798383 C6_chemical_C1 +LQ09X024520 Predicted protein 5.607651289 C6_chemical_C2 +LQ09X024520 Predicted protein 4.927452103 C6_chemical_C3 +LQ09X024520 Predicted protein 4.79009587 L4_control_A1 +LQ09X024520 Predicted protein 4.986923216 L4_control_A2 +LQ09X024520 Predicted protein 5.029521756 L4_control_A3 +LQ09X024520 Predicted protein 5.098577673 L4_control_B1 +LQ09X024520 Predicted protein 5.535406148 L4_control_B2 +LQ09X024520 Predicted protein 4.991924941 L4_control_B3 +LQ09X024520 Predicted protein 5.384120975 L4_control_C2 +LQ09X024520 Predicted protein 5.835302228 L4_control_C3 +LQ09X024520 Predicted protein 4.815970562 L4_chemical_A1 +LQ09X024520 Predicted protein 4.626349823 L4_chemical_A2 +LQ09X024520 Predicted protein 5.086105662 L4_chemical_A3 +LQ09X024520 Predicted protein 5.010875902 L4_chemical_B1 +LQ09X024520 Predicted protein 5.488822569 L4_chemical_B2 +LQ09X024520 Predicted protein 4.859901743 L4_chemical_B3 +LQ09X024520 Predicted protein 5.352441286 L4_chemical_C2 +LQ09X024520 Predicted protein 5.839265959 L4_chemical_C3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.172258375 C6_control_A1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.967303617 C6_control_A3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.893762243 C6_control_B1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.765825018 C6_control_B2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.902907218 C6_control_B3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.692303503 C6_control_C1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.027751586 C6_control_C2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.585974172 C6_control_C3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.089471254 C6_chemical_A1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.43926722 C6_chemical_A3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.199308751 C6_chemical_B1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.947941854 C6_chemical_B2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.911940461 C6_chemical_B3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.631334152 C6_chemical_C1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.474539939 C6_chemical_C2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.942561083 C6_chemical_C3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.925845961 L4_control_A1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.27399802 L4_control_A2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.35448413 L4_control_A3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.257003002 L4_control_B1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.042380132 L4_control_B2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.011292657 L4_control_B3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.540801681 L4_control_C2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.996088667 L4_control_C3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.92207231 L4_chemical_A1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.117209362 L4_chemical_A2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 7.415210764 L4_chemical_A3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.107911927 L4_chemical_B1 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.18713856 L4_chemical_B2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 5.968448755 L4_chemical_B3 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.055114207 L4_chemical_C2 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.382944278 L4_chemical_C3 +LQ09X024540 Transcription factor, putative 5.052672143 C6_control_A1 +LQ09X024540 Transcription factor, putative 5.171712586 C6_control_A3 +LQ09X024540 Transcription factor, putative 5.354792505 C6_control_B1 +LQ09X024540 Transcription factor, putative 5.055901261 C6_control_B2 +LQ09X024540 Transcription factor, putative 5.145446711 C6_control_B3 +LQ09X024540 Transcription factor, putative 4.927277203 C6_control_C1 +LQ09X024540 Transcription factor, putative 5.069082138 C6_control_C2 +LQ09X024540 Transcription factor, putative 5.130627771 C6_control_C3 +LQ09X024540 Transcription factor, putative 5.339322006 C6_chemical_A1 +LQ09X024540 Transcription factor, putative 5.059556437 C6_chemical_A3 +LQ09X024540 Transcription factor, putative 4.983520537 C6_chemical_B1 +LQ09X024540 Transcription factor, putative 5.07479031 C6_chemical_B2 +LQ09X024540 Transcription factor, putative 5.10539879 C6_chemical_B3 +LQ09X024540 Transcription factor, putative 5.035284574 C6_chemical_C1 +LQ09X024540 Transcription factor, putative 5.171833107 C6_chemical_C2 +LQ09X024540 Transcription factor, putative 5.1811115 C6_chemical_C3 +LQ09X024540 Transcription factor, putative 5.168918255 L4_control_A1 +LQ09X024540 Transcription factor, putative 4.964635001 L4_control_A2 +LQ09X024540 Transcription factor, putative 5.579461127 L4_control_A3 +LQ09X024540 Transcription factor, putative 5.505859571 L4_control_B1 +LQ09X024540 Transcription factor, putative 5.196249422 L4_control_B2 +LQ09X024540 Transcription factor, putative 5.156444841 L4_control_B3 +LQ09X024540 Transcription factor, putative 5.168958549 L4_control_C2 +LQ09X024540 Transcription factor, putative 5.13051946 L4_control_C3 +LQ09X024540 Transcription factor, putative 4.533470227 L4_chemical_A1 +LQ09X024540 Transcription factor, putative 5.148621672 L4_chemical_A2 +LQ09X024540 Transcription factor, putative 5.711669085 L4_chemical_A3 +LQ09X024540 Transcription factor, putative 4.959595625 L4_chemical_B1 +LQ09X024540 Transcription factor, putative 5.144421516 L4_chemical_B2 +LQ09X024540 Transcription factor, putative 5.183697809 L4_chemical_B3 +LQ09X024540 Transcription factor, putative 5.132765994 L4_chemical_C2 +LQ09X024540 Transcription factor, putative 4.782689447 L4_chemical_C3 +LQ09X024560 Putative uncharacterized protein 4.971876568 C6_control_A1 +LQ09X024560 Putative uncharacterized protein 4.991233241 C6_control_A3 +LQ09X024560 Putative uncharacterized protein 4.866315846 C6_control_B1 +LQ09X024560 Putative uncharacterized protein 5.306296399 C6_control_B2 +LQ09X024560 Putative uncharacterized protein 5.678210589 C6_control_B3 +LQ09X024560 Putative uncharacterized protein 5.506371266 C6_control_C1 +LQ09X024560 Putative uncharacterized protein 5.088970683 C6_control_C2 +LQ09X024560 Putative uncharacterized protein 5.401803235 C6_control_C3 +LQ09X024560 Putative uncharacterized protein 5.056927487 C6_chemical_A1 +LQ09X024560 Putative uncharacterized protein 5.028469371 C6_chemical_A3 +LQ09X024560 Putative uncharacterized protein 5.169090933 C6_chemical_B1 +LQ09X024560 Putative uncharacterized protein 5.126214875 C6_chemical_B2 +LQ09X024560 Putative uncharacterized protein 5.134036755 C6_chemical_B3 +LQ09X024560 Putative uncharacterized protein 5.819788822 C6_chemical_C1 +LQ09X024560 Putative uncharacterized protein 5.254907954 C6_chemical_C2 +LQ09X024560 Putative uncharacterized protein 5.172383313 C6_chemical_C3 +LQ09X024560 Putative uncharacterized protein 4.971369546 L4_control_A1 +LQ09X024560 Putative uncharacterized protein 5.222426388 L4_control_A2 +LQ09X024560 Putative uncharacterized protein 5.358537782 L4_control_A3 +LQ09X024560 Putative uncharacterized protein 5.947590496 L4_control_B1 +LQ09X024560 Putative uncharacterized protein 5.495058053 L4_control_B2 +LQ09X024560 Putative uncharacterized protein 5.021636658 L4_control_B3 +LQ09X024560 Putative uncharacterized protein 5.439207899 L4_control_C2 +LQ09X024560 Putative uncharacterized protein 5.335936014 L4_control_C3 +LQ09X024560 Putative uncharacterized protein 5.659866171 L4_chemical_A1 +LQ09X024560 Putative uncharacterized protein 5.258770774 L4_chemical_A2 +LQ09X024560 Putative uncharacterized protein 5.245476831 L4_chemical_A3 +LQ09X024560 Putative uncharacterized protein 5.545030306 L4_chemical_B1 +LQ09X024560 Putative uncharacterized protein 5.330159144 L4_chemical_B2 +LQ09X024560 Putative uncharacterized protein 4.974738605 L4_chemical_B3 +LQ09X024560 Putative uncharacterized protein 5.663461426 L4_chemical_C2 +LQ09X024560 Putative uncharacterized protein 5.048015001 L4_chemical_C3 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.549789711 C6_control_A1 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.987807224 C6_control_A3 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.249129098 C6_control_B1 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.119532593 C6_control_B2 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.128303898 C6_control_B3 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.193431383 C6_control_C1 +LQ09X024580 Putative Minor histocompatibility antigen H13 7.432088782 C6_control_C2 +LQ09X024580 Putative Minor histocompatibility antigen H13 5.698983948 C6_control_C3 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.518171277 C6_chemical_A1 +LQ09X024580 Putative Minor histocompatibility antigen H13 5.94349283 C6_chemical_A3 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.029357043 C6_chemical_B1 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.54166219 C6_chemical_B2 +LQ09X024580 Putative Minor histocompatibility antigen H13 5.686781363 C6_chemical_B3 +LQ09X024580 Putative Minor histocompatibility antigen H13 5.917523366 C6_chemical_C1 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.214488825 C6_chemical_C2 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.079753702 C6_chemical_C3 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.34325683 L4_control_A1 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.411295713 L4_control_A2 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.035233954 L4_control_A3 +LQ09X024580 Putative Minor histocompatibility antigen H13 5.918669692 L4_control_B1 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.369637149 L4_control_B2 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.258817181 L4_control_B3 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.923088152 L4_control_C2 +LQ09X024580 Putative Minor histocompatibility antigen H13 7.048885933 L4_control_C3 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.090256367 L4_chemical_A1 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.287890575 L4_chemical_A2 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.67550199 L4_chemical_A3 +LQ09X024580 Putative Minor histocompatibility antigen H13 7.044643896 L4_chemical_B1 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.477471048 L4_chemical_B2 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.42630441 L4_chemical_B3 +LQ09X024580 Putative Minor histocompatibility antigen H13 5.882490087 L4_chemical_C2 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.788432508 L4_chemical_C3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.148149704 C6_control_A1 +LQ09X024690 Putative Tyrosine-specific transport protein 6.627943138 C6_control_A3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.300139305 C6_control_B1 +LQ09X024690 Putative Tyrosine-specific transport protein 6.316496583 C6_control_B2 +LQ09X024690 Putative Tyrosine-specific transport protein 6.664460288 C6_control_B3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.943504173 C6_control_C1 +LQ09X024690 Putative Tyrosine-specific transport protein 7.528096912 C6_control_C2 +LQ09X024690 Putative Tyrosine-specific transport protein 6.492738957 C6_control_C3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.35364197 C6_chemical_A1 +LQ09X024690 Putative Tyrosine-specific transport protein 6.401403904 C6_chemical_A3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.146524918 C6_chemical_B1 +LQ09X024690 Putative Tyrosine-specific transport protein 5.994309175 C6_chemical_B2 +LQ09X024690 Putative Tyrosine-specific transport protein 6.204641453 C6_chemical_B3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.299888621 C6_chemical_C1 +LQ09X024690 Putative Tyrosine-specific transport protein 6.714578312 C6_chemical_C2 +LQ09X024690 Putative Tyrosine-specific transport protein 6.556196127 C6_chemical_C3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.119495835 L4_control_A1 +LQ09X024690 Putative Tyrosine-specific transport protein 6.396188374 L4_control_A2 +LQ09X024690 Putative Tyrosine-specific transport protein 6.742462893 L4_control_A3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.488005686 L4_control_B1 +LQ09X024690 Putative Tyrosine-specific transport protein 7.186641559 L4_control_B2 +LQ09X024690 Putative Tyrosine-specific transport protein 6.025643598 L4_control_B3 +LQ09X024690 Putative Tyrosine-specific transport protein 5.746190352 L4_control_C2 +LQ09X024690 Putative Tyrosine-specific transport protein 6.887101193 L4_control_C3 +LQ09X024690 Putative Tyrosine-specific transport protein 5.906361767 L4_chemical_A1 +LQ09X024690 Putative Tyrosine-specific transport protein 6.449229459 L4_chemical_A2 +LQ09X024690 Putative Tyrosine-specific transport protein 7.042076156 L4_chemical_A3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.769488913 L4_chemical_B1 +LQ09X024690 Putative Tyrosine-specific transport protein 6.802894848 L4_chemical_B2 +LQ09X024690 Putative Tyrosine-specific transport protein 6.192925702 L4_chemical_B3 +LQ09X024690 Putative Tyrosine-specific transport protein 6.435485208 L4_chemical_C2 +LQ09X024690 Putative Tyrosine-specific transport protein 7.149447657 L4_chemical_C3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.59043457 C6_control_A1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.50178899 C6_control_A3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.36345574 C6_control_B1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.36071611 C6_control_B2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.27099355 C6_control_B3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.79012024 C6_control_C1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.56936828 C6_control_C2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.11985202 C6_control_C3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.60862657 C6_chemical_A1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.62116635 C6_chemical_A3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.56408672 C6_chemical_B1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.94756608 C6_chemical_B2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.07015635 C6_chemical_B3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.81932936 C6_chemical_C1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.68921212 C6_chemical_C2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.15289529 C6_chemical_C3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.18938919 L4_control_A1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.79756959 L4_control_A2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.76827637 L4_control_A3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.15234176 L4_control_B1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.65484781 L4_control_B2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.79901368 L4_control_B3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.58465412 L4_control_C2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.93825915 L4_control_C3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.28569589 L4_chemical_A1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.62985571 L4_chemical_A2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.65635702 L4_chemical_A3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.03071103 L4_chemical_B1 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.28076031 L4_chemical_B2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.52016877 L4_chemical_B3 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.58185354 L4_chemical_C2 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 12.05125916 L4_chemical_C3 +LQ09X024710 Predicted protein 12.38367353 C6_control_A1 +LQ09X024710 Predicted protein 12.30626728 C6_control_A3 +LQ09X024710 Predicted protein 12.42033719 C6_control_B1 +LQ09X024710 Predicted protein 12.10753948 C6_control_B2 +LQ09X024710 Predicted protein 12.38158456 C6_control_B3 +LQ09X024710 Predicted protein 12.08634508 C6_control_C1 +LQ09X024710 Predicted protein 12.06950122 C6_control_C2 +LQ09X024710 Predicted protein 12.1446767 C6_control_C3 +LQ09X024710 Predicted protein 12.44029637 C6_chemical_A1 +LQ09X024710 Predicted protein 12.55812861 C6_chemical_A3 +LQ09X024710 Predicted protein 12.53882091 C6_chemical_B1 +LQ09X024710 Predicted protein 11.97036293 C6_chemical_B2 +LQ09X024710 Predicted protein 12.43244435 C6_chemical_B3 +LQ09X024710 Predicted protein 12.14742282 C6_chemical_C1 +LQ09X024710 Predicted protein 12.01477719 C6_chemical_C2 +LQ09X024710 Predicted protein 12.29260536 C6_chemical_C3 +LQ09X024710 Predicted protein 12.61282199 L4_control_A1 +LQ09X024710 Predicted protein 12.80882088 L4_control_A2 +LQ09X024710 Predicted protein 12.93677255 L4_control_A3 +LQ09X024710 Predicted protein 13.04808522 L4_control_B1 +LQ09X024710 Predicted protein 13.24407821 L4_control_B2 +LQ09X024710 Predicted protein 12.81165558 L4_control_B3 +LQ09X024710 Predicted protein 12.81537405 L4_control_C2 +LQ09X024710 Predicted protein 13.06583117 L4_control_C3 +LQ09X024710 Predicted protein 12.72400899 L4_chemical_A1 +LQ09X024710 Predicted protein 12.7727658 L4_chemical_A2 +LQ09X024710 Predicted protein 12.86786339 L4_chemical_A3 +LQ09X024710 Predicted protein 13.07455263 L4_chemical_B1 +LQ09X024710 Predicted protein 13.06811557 L4_chemical_B2 +LQ09X024710 Predicted protein 12.71888627 L4_chemical_B3 +LQ09X024710 Predicted protein 12.85918396 L4_chemical_C2 +LQ09X024710 Predicted protein 13.04284785 L4_chemical_C3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.37656317 C6_control_A1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.19474889 C6_control_A3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.80850943 C6_control_B1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.32455084 C6_control_B2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.48054969 C6_control_B3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.93556583 C6_control_C1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 13.07683118 C6_control_C2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.47629531 C6_control_C3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.30948815 C6_chemical_A1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.81874687 C6_chemical_A3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.86753504 C6_chemical_B1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.12174803 C6_chemical_B2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.29449722 C6_chemical_B3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.93557084 C6_chemical_C1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.69912259 C6_chemical_C2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.64377368 C6_chemical_C3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.78674266 L4_control_A1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.96225606 L4_control_A2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.44929967 L4_control_A3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.3237223 L4_control_B1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.9430083 L4_control_B2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.76027278 L4_control_B3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.19453453 L4_control_C2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.91009813 L4_control_C3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.77706429 L4_chemical_A1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.61184022 L4_chemical_A2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.16438091 L4_chemical_A3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.26369894 L4_chemical_B1 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 10.55510474 L4_chemical_B2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.39339426 L4_chemical_B3 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.12563166 L4_chemical_C2 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 12.02173144 L4_chemical_C3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 6.152341699 C6_control_A1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.433079268 C6_control_A3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 6.23807014 C6_control_B1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.594825221 C6_control_B2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.657486632 C6_control_B3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 6.219982498 C6_control_C1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.272054864 C6_control_C2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.614939144 C6_control_C3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.436550099 C6_chemical_A1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.923276353 C6_chemical_A3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.723727018 C6_chemical_B1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.573260493 C6_chemical_B2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.680440682 C6_chemical_B3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.748790985 C6_chemical_C1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.310097992 C6_chemical_C2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.607414381 C6_chemical_C3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.892990935 L4_control_A1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.387374122 L4_control_A2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.289771899 L4_control_A3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.115006537 L4_control_B1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.23658124 L4_control_B2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.690801433 L4_control_B3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.517079854 L4_control_C2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 6.575775778 L4_control_C3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.419859293 L4_chemical_A1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.584034029 L4_chemical_A2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.125066243 L4_chemical_A3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.490271214 L4_chemical_B1 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.516035279 L4_chemical_B2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.548911153 L4_chemical_B3 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.538253862 L4_chemical_C2 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.468275352 L4_chemical_C3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.423313649 C6_control_A1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.165985532 C6_control_A3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.619029463 C6_control_B1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.07706624 C6_control_B2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.473367752 C6_control_B3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.23076291 C6_control_C1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.00836987 C6_control_C2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.024971304 C6_control_C3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.106565533 C6_chemical_A1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.422139497 C6_chemical_A3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.722129727 C6_chemical_B1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.114864028 C6_chemical_B2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.406852753 C6_chemical_B3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.175578453 C6_chemical_C1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 4.84325612 C6_chemical_C2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 4.800447532 C6_chemical_C3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.584276653 L4_control_A1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.309220908 L4_control_A2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.340225073 L4_control_A3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 4.958254305 L4_control_B1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 4.913978245 L4_control_B2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.404807835 L4_control_B3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 6.110990224 L4_control_C2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.812880926 L4_control_C3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 4.909150648 L4_chemical_A1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.381472827 L4_chemical_A2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.137377082 L4_chemical_A3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.018554833 L4_chemical_B1 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.093180553 L4_chemical_B2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.55394057 L4_chemical_B3 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.678652812 L4_chemical_C2 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.832021739 L4_chemical_C3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 6.020248137 C6_control_A1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 7.029256179 C6_control_A3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.509309178 C6_control_B1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.58269998 C6_control_B2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.266014632 C6_control_B3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.441305113 C6_control_C1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 4.904908868 C6_control_C2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.564733375 C6_control_C3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.983839817 C6_chemical_A1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 6.110871212 C6_chemical_A3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 4.994855733 C6_chemical_B1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.329127579 C6_chemical_B2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.088788896 C6_chemical_B3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.062719622 C6_chemical_C1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.674819368 C6_chemical_C2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.324103458 C6_chemical_C3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.712555988 L4_control_A1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.262118093 L4_control_A2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 6.992560837 L4_control_A3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.009533594 L4_control_B1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.269174928 L4_control_B2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.245543037 L4_control_B3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 4.676051029 L4_control_C2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.025450333 L4_control_C3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.513259499 L4_chemical_A1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.615703139 L4_chemical_A2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 7.13619186 L4_chemical_A3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.32505307 L4_chemical_B1 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.283453915 L4_chemical_B2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.620366525 L4_chemical_B3 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.080729272 L4_chemical_C2 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.342274612 L4_chemical_C3 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.482743883 C6_control_A1 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.980294244 C6_control_A3 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.050552262 C6_control_B1 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.107256958 C6_control_B2 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.120082779 C6_control_B3 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.010907629 C6_control_C1 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.842660675 C6_control_C2 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.888946814 C6_control_C3 +LQ09X024820 Molybdopterin synthase catalytic subunit 6.051425181 C6_chemical_A1 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.921778303 C6_chemical_A3 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.966340749 C6_chemical_B1 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.115764688 C6_chemical_B2 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.098521648 C6_chemical_B3 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.272089262 C6_chemical_C1 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.407629668 C6_chemical_C2 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.361324626 C6_chemical_C3 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.588997116 L4_control_A1 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.829706946 L4_control_A2 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.972269746 L4_control_A3 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.909545273 L4_control_B1 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.461319333 L4_control_B2 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.882086792 L4_control_B3 +LQ09X024820 Molybdopterin synthase catalytic subunit 7.076327103 L4_control_C2 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.740679859 L4_control_C3 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.257973805 L4_chemical_A1 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.050125887 L4_chemical_A2 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.409352297 L4_chemical_A3 +LQ09X024820 Molybdopterin synthase catalytic subunit 4.746375143 L4_chemical_B1 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.216799451 L4_chemical_B2 +LQ09X024820 Molybdopterin synthase catalytic subunit 6.914884985 L4_chemical_B3 +LQ09X024820 Molybdopterin synthase catalytic subunit 8.938854625 L4_chemical_C2 +LQ09X024820 Molybdopterin synthase catalytic subunit 5.175371159 L4_chemical_C3 +LQ09X024830 Putative Epoxide hydrolase 2 8.750856628 C6_control_A1 +LQ09X024830 Putative Epoxide hydrolase 2 8.418607778 C6_control_A3 +LQ09X024830 Putative Epoxide hydrolase 2 8.765307117 C6_control_B1 +LQ09X024830 Putative Epoxide hydrolase 2 7.850781062 C6_control_B2 +LQ09X024830 Putative Epoxide hydrolase 2 8.039298246 C6_control_B3 +LQ09X024830 Putative Epoxide hydrolase 2 8.042900291 C6_control_C1 +LQ09X024830 Putative Epoxide hydrolase 2 8.025856004 C6_control_C2 +LQ09X024830 Putative Epoxide hydrolase 2 8.413946093 C6_control_C3 +LQ09X024830 Putative Epoxide hydrolase 2 8.738203676 C6_chemical_A1 +LQ09X024830 Putative Epoxide hydrolase 2 8.887882649 C6_chemical_A3 +LQ09X024830 Putative Epoxide hydrolase 2 8.258085673 C6_chemical_B1 +LQ09X024830 Putative Epoxide hydrolase 2 7.582093795 C6_chemical_B2 +LQ09X024830 Putative Epoxide hydrolase 2 8.690777593 C6_chemical_B3 +LQ09X024830 Putative Epoxide hydrolase 2 7.860424183 C6_chemical_C1 +LQ09X024830 Putative Epoxide hydrolase 2 7.762708168 C6_chemical_C2 +LQ09X024830 Putative Epoxide hydrolase 2 8.002594916 C6_chemical_C3 +LQ09X024830 Putative Epoxide hydrolase 2 9.128355442 L4_control_A1 +LQ09X024830 Putative Epoxide hydrolase 2 8.013778749 L4_control_A2 +LQ09X024830 Putative Epoxide hydrolase 2 10.46978262 L4_control_A3 +LQ09X024830 Putative Epoxide hydrolase 2 8.897143883 L4_control_B1 +LQ09X024830 Putative Epoxide hydrolase 2 8.12379731 L4_control_B2 +LQ09X024830 Putative Epoxide hydrolase 2 8.122535858 L4_control_B3 +LQ09X024830 Putative Epoxide hydrolase 2 7.0576186 L4_control_C2 +LQ09X024830 Putative Epoxide hydrolase 2 7.41900872 L4_control_C3 +LQ09X024830 Putative Epoxide hydrolase 2 11.7366062 L4_chemical_A1 +LQ09X024830 Putative Epoxide hydrolase 2 10.02215448 L4_chemical_A2 +LQ09X024830 Putative Epoxide hydrolase 2 11.51012118 L4_chemical_A3 +LQ09X024830 Putative Epoxide hydrolase 2 11.70707875 L4_chemical_B1 +LQ09X024830 Putative Epoxide hydrolase 2 9.717012294 L4_chemical_B2 +LQ09X024830 Putative Epoxide hydrolase 2 8.453758072 L4_chemical_B3 +LQ09X024830 Putative Epoxide hydrolase 2 7.574634012 L4_chemical_C2 +LQ09X024830 Putative Epoxide hydrolase 2 6.677587078 L4_chemical_C3 +LQ09X024850 Putative Vesicle transport protein USE1 13.01222425 C6_control_A1 +LQ09X024850 Putative Vesicle transport protein USE1 13.11514009 C6_control_A3 +LQ09X024850 Putative Vesicle transport protein USE1 13.02132311 C6_control_B1 +LQ09X024850 Putative Vesicle transport protein USE1 12.65430141 C6_control_B2 +LQ09X024850 Putative Vesicle transport protein USE1 13.06917182 C6_control_B3 +LQ09X024850 Putative Vesicle transport protein USE1 12.49033528 C6_control_C1 +LQ09X024850 Putative Vesicle transport protein USE1 12.49189762 C6_control_C2 +LQ09X024850 Putative Vesicle transport protein USE1 12.84031252 C6_control_C3 +LQ09X024850 Putative Vesicle transport protein USE1 12.50176198 C6_chemical_A1 +LQ09X024850 Putative Vesicle transport protein USE1 13.2205159 C6_chemical_A3 +LQ09X024850 Putative Vesicle transport protein USE1 12.64783747 C6_chemical_B1 +LQ09X024850 Putative Vesicle transport protein USE1 12.56111579 C6_chemical_B2 +LQ09X024850 Putative Vesicle transport protein USE1 12.85152072 C6_chemical_B3 +LQ09X024850 Putative Vesicle transport protein USE1 12.49014812 C6_chemical_C1 +LQ09X024850 Putative Vesicle transport protein USE1 12.3884788 C6_chemical_C2 +LQ09X024850 Putative Vesicle transport protein USE1 12.82007179 C6_chemical_C3 +LQ09X024850 Putative Vesicle transport protein USE1 12.96129033 L4_control_A1 +LQ09X024850 Putative Vesicle transport protein USE1 12.15108255 L4_control_A2 +LQ09X024850 Putative Vesicle transport protein USE1 12.48083718 L4_control_A3 +LQ09X024850 Putative Vesicle transport protein USE1 13.22289503 L4_control_B1 +LQ09X024850 Putative Vesicle transport protein USE1 12.81168312 L4_control_B2 +LQ09X024850 Putative Vesicle transport protein USE1 12.84050251 L4_control_B3 +LQ09X024850 Putative Vesicle transport protein USE1 12.85055145 L4_control_C2 +LQ09X024850 Putative Vesicle transport protein USE1 12.48310936 L4_control_C3 +LQ09X024850 Putative Vesicle transport protein USE1 13.20456172 L4_chemical_A1 +LQ09X024850 Putative Vesicle transport protein USE1 12.13784096 L4_chemical_A2 +LQ09X024850 Putative Vesicle transport protein USE1 12.855446 L4_chemical_A3 +LQ09X024850 Putative Vesicle transport protein USE1 13.01179146 L4_chemical_B1 +LQ09X024850 Putative Vesicle transport protein USE1 12.75436341 L4_chemical_B2 +LQ09X024850 Putative Vesicle transport protein USE1 12.76298188 L4_chemical_B3 +LQ09X024850 Putative Vesicle transport protein USE1 12.77677104 L4_chemical_C2 +LQ09X024850 Putative Vesicle transport protein USE1 12.55849442 L4_chemical_C3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.264640171 C6_control_A1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.258059104 C6_control_A3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.299358757 C6_control_B1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.449454573 C6_control_B2 +LQ09X024860 Putative JmjC domain-containing protein 7 4.738454385 C6_control_B3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.224051686 C6_control_C1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.390118096 C6_control_C2 +LQ09X024860 Putative JmjC domain-containing protein 7 5.490847968 C6_control_C3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.098725706 C6_chemical_A1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.10783492 C6_chemical_A3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.355837366 C6_chemical_B1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.347517644 C6_chemical_B2 +LQ09X024860 Putative JmjC domain-containing protein 7 5.272844621 C6_chemical_B3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.319311059 C6_chemical_C1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.475607827 C6_chemical_C2 +LQ09X024860 Putative JmjC domain-containing protein 7 5.459055728 C6_chemical_C3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.891645109 L4_control_A1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.087025598 L4_control_A2 +LQ09X024860 Putative JmjC domain-containing protein 7 5.628737181 L4_control_A3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.304019097 L4_control_B1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.233982413 L4_control_B2 +LQ09X024860 Putative JmjC domain-containing protein 7 4.926613792 L4_control_B3 +LQ09X024860 Putative JmjC domain-containing protein 7 4.778370902 L4_control_C2 +LQ09X024860 Putative JmjC domain-containing protein 7 5.793776659 L4_control_C3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.198460122 L4_chemical_A1 +LQ09X024860 Putative JmjC domain-containing protein 7 5.113716341 L4_chemical_A2 +LQ09X024860 Putative JmjC domain-containing protein 7 5.534287597 L4_chemical_A3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.414154275 L4_chemical_B1 +LQ09X024860 Putative JmjC domain-containing protein 7 4.892987779 L4_chemical_B2 +LQ09X024860 Putative JmjC domain-containing protein 7 5.010095216 L4_chemical_B3 +LQ09X024860 Putative JmjC domain-containing protein 7 5.60608104 L4_chemical_C2 +LQ09X024860 Putative JmjC domain-containing protein 7 5.38374242 L4_chemical_C3 +LQ09X024900 Putative Epoxide hydrolase 2 6.062821184 C6_control_A1 +LQ09X024900 Putative Epoxide hydrolase 2 5.47652651 C6_control_A3 +LQ09X024900 Putative Epoxide hydrolase 2 5.745333468 C6_control_B1 +LQ09X024900 Putative Epoxide hydrolase 2 5.450093975 C6_control_B2 +LQ09X024900 Putative Epoxide hydrolase 2 6.462065234 C6_control_B3 +LQ09X024900 Putative Epoxide hydrolase 2 5.777461696 C6_control_C1 +LQ09X024900 Putative Epoxide hydrolase 2 5.96106545 C6_control_C2 +LQ09X024900 Putative Epoxide hydrolase 2 5.94184015 C6_control_C3 +LQ09X024900 Putative Epoxide hydrolase 2 5.618040924 C6_chemical_A1 +LQ09X024900 Putative Epoxide hydrolase 2 5.371423374 C6_chemical_A3 +LQ09X024900 Putative Epoxide hydrolase 2 6.440981214 C6_chemical_B1 +LQ09X024900 Putative Epoxide hydrolase 2 5.476730946 C6_chemical_B2 +LQ09X024900 Putative Epoxide hydrolase 2 6.146055366 C6_chemical_B3 +LQ09X024900 Putative Epoxide hydrolase 2 6.022205169 C6_chemical_C1 +LQ09X024900 Putative Epoxide hydrolase 2 5.770804149 C6_chemical_C2 +LQ09X024900 Putative Epoxide hydrolase 2 6.445769573 C6_chemical_C3 +LQ09X024900 Putative Epoxide hydrolase 2 6.279855257 L4_control_A1 +LQ09X024900 Putative Epoxide hydrolase 2 6.406494949 L4_control_A2 +LQ09X024900 Putative Epoxide hydrolase 2 6.969019725 L4_control_A3 +LQ09X024900 Putative Epoxide hydrolase 2 5.737390939 L4_control_B1 +LQ09X024900 Putative Epoxide hydrolase 2 6.418929588 L4_control_B2 +LQ09X024900 Putative Epoxide hydrolase 2 5.943496561 L4_control_B3 +LQ09X024900 Putative Epoxide hydrolase 2 6.674461107 L4_control_C2 +LQ09X024900 Putative Epoxide hydrolase 2 6.135725234 L4_control_C3 +LQ09X024900 Putative Epoxide hydrolase 2 5.694339004 L4_chemical_A1 +LQ09X024900 Putative Epoxide hydrolase 2 6.037167302 L4_chemical_A2 +LQ09X024900 Putative Epoxide hydrolase 2 6.459589352 L4_chemical_A3 +LQ09X024900 Putative Epoxide hydrolase 2 5.912607173 L4_chemical_B1 +LQ09X024900 Putative Epoxide hydrolase 2 6.204347737 L4_chemical_B2 +LQ09X024900 Putative Epoxide hydrolase 2 5.928235883 L4_chemical_B3 +LQ09X024900 Putative Epoxide hydrolase 2 6.166930053 L4_chemical_C2 +LQ09X024900 Putative Epoxide hydrolase 2 6.30278938 L4_chemical_C3 +LQ09X024910 Transcription factor, putative 9.36846545 C6_control_A1 +LQ09X024910 Transcription factor, putative 9.807934083 C6_control_A3 +LQ09X024910 Transcription factor, putative 8.944852278 C6_control_B1 +LQ09X024910 Transcription factor, putative 9.3230678 C6_control_B2 +LQ09X024910 Transcription factor, putative 9.16383009 C6_control_B3 +LQ09X024910 Transcription factor, putative 8.845408333 C6_control_C1 +LQ09X024910 Transcription factor, putative 8.949820628 C6_control_C2 +LQ09X024910 Transcription factor, putative 8.299114641 C6_control_C3 +LQ09X024910 Transcription factor, putative 9.954491078 C6_chemical_A1 +LQ09X024910 Transcription factor, putative 10.25965908 C6_chemical_A3 +LQ09X024910 Transcription factor, putative 9.603673865 C6_chemical_B1 +LQ09X024910 Transcription factor, putative 9.798156913 C6_chemical_B2 +LQ09X024910 Transcription factor, putative 9.595325772 C6_chemical_B3 +LQ09X024910 Transcription factor, putative 9.450478917 C6_chemical_C1 +LQ09X024910 Transcription factor, putative 9.171638869 C6_chemical_C2 +LQ09X024910 Transcription factor, putative 9.245404113 C6_chemical_C3 +LQ09X024910 Transcription factor, putative 10.47045004 L4_control_A1 +LQ09X024910 Transcription factor, putative 10.78470708 L4_control_A2 +LQ09X024910 Transcription factor, putative 11.23499556 L4_control_A3 +LQ09X024910 Transcription factor, putative 10.03084436 L4_control_B1 +LQ09X024910 Transcription factor, putative 10.42768609 L4_control_B2 +LQ09X024910 Transcription factor, putative 9.848356412 L4_control_B3 +LQ09X024910 Transcription factor, putative 9.570243455 L4_control_C2 +LQ09X024910 Transcription factor, putative 10.06054604 L4_control_C3 +LQ09X024910 Transcription factor, putative 10.25160633 L4_chemical_A1 +LQ09X024910 Transcription factor, putative 10.71934224 L4_chemical_A2 +LQ09X024910 Transcription factor, putative 10.88234928 L4_chemical_A3 +LQ09X024910 Transcription factor, putative 10.11486186 L4_chemical_B1 +LQ09X024910 Transcription factor, putative 10.20286627 L4_chemical_B2 +LQ09X024910 Transcription factor, putative 9.995918813 L4_chemical_B3 +LQ09X024910 Transcription factor, putative 9.8904968 L4_chemical_C2 +LQ09X024910 Transcription factor, putative 10.11935312 L4_chemical_C3 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.71630717 C6_control_A1 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.591068874 C6_control_A3 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.515676801 C6_control_B1 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.666766177 C6_control_B2 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.008426302 C6_control_B3 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.855473641 C6_control_C1 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.745270275 C6_control_C2 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.569771344 C6_control_C3 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.567939285 C6_chemical_A1 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.827190988 C6_chemical_A3 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.010997332 C6_chemical_B1 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.561355697 C6_chemical_B2 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.601005256 C6_chemical_B3 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.823228181 C6_chemical_C1 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.592744279 C6_chemical_C2 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.695415517 C6_chemical_C3 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.912069306 L4_control_A1 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.128976639 L4_control_A2 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.06967025 L4_control_A3 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.631723111 L4_control_B1 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.158724706 L4_control_B2 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.866824247 L4_control_B3 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.139417653 L4_control_C2 +LQ09X024920 Putative Uncharacterized protein At2g29880 6.061181054 L4_control_C3 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.070455699 L4_chemical_A1 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.907195674 L4_chemical_A2 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.015502205 L4_chemical_A3 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.041359751 L4_chemical_B1 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.090696513 L4_chemical_B2 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.713778872 L4_chemical_B3 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.979027665 L4_chemical_C2 +LQ09X024920 Putative Uncharacterized protein At2g29880 5.145746556 L4_chemical_C3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.955918637 C6_control_A1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.091307852 C6_control_A3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.43821738 C6_control_B1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.13588458 C6_control_B2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.58449809 C6_control_B3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.294959352 C6_control_C1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.041263907 C6_control_C2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.318964232 C6_control_C3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.166642174 C6_chemical_A1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.172201375 C6_chemical_A3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.574078121 C6_chemical_B1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.112791545 C6_chemical_B2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.597714445 C6_chemical_B3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.106778503 C6_chemical_C1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.97927671 C6_chemical_C2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.127042958 C6_chemical_C3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.042578624 L4_control_A1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.882359214 L4_control_A2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.053735604 L4_control_A3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.792329264 L4_control_B1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.851463511 L4_control_B2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.187420297 L4_control_B3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.921419105 L4_control_C2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.767475833 L4_control_C3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.027238579 L4_chemical_A1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.972925738 L4_chemical_A2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.998323912 L4_chemical_A3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.11754198 L4_chemical_B1 +LQ09X024950 Transferase, transferring glycosyl groups, putative 4.70283303 L4_chemical_B2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.282563392 L4_chemical_B3 +LQ09X024950 Transferase, transferring glycosyl groups, putative 6.001385644 L4_chemical_C2 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.456231773 L4_chemical_C3 +LQ09X024970 60S ribosomal protein L7-4 6.090972353 C6_control_A1 +LQ09X024970 60S ribosomal protein L7-4 5.65987819 C6_control_A3 +LQ09X024970 60S ribosomal protein L7-4 6.053386145 C6_control_B1 +LQ09X024970 60S ribosomal protein L7-4 5.896706825 C6_control_B2 +LQ09X024970 60S ribosomal protein L7-4 5.777843457 C6_control_B3 +LQ09X024970 60S ribosomal protein L7-4 5.98352803 C6_control_C1 +LQ09X024970 60S ribosomal protein L7-4 6.376228016 C6_control_C2 +LQ09X024970 60S ribosomal protein L7-4 6.031119934 C6_control_C3 +LQ09X024970 60S ribosomal protein L7-4 5.80871428 C6_chemical_A1 +LQ09X024970 60S ribosomal protein L7-4 5.775266108 C6_chemical_A3 +LQ09X024970 60S ribosomal protein L7-4 6.372694901 C6_chemical_B1 +LQ09X024970 60S ribosomal protein L7-4 6.105970998 C6_chemical_B2 +LQ09X024970 60S ribosomal protein L7-4 5.921663375 C6_chemical_B3 +LQ09X024970 60S ribosomal protein L7-4 6.435863644 C6_chemical_C1 +LQ09X024970 60S ribosomal protein L7-4 6.128323191 C6_chemical_C2 +LQ09X024970 60S ribosomal protein L7-4 6.085558283 C6_chemical_C3 +LQ09X024970 60S ribosomal protein L7-4 6.203362057 L4_control_A1 +LQ09X024970 60S ribosomal protein L7-4 5.960408196 L4_control_A2 +LQ09X024970 60S ribosomal protein L7-4 6.044417094 L4_control_A3 +LQ09X024970 60S ribosomal protein L7-4 6.855944469 L4_control_B1 +LQ09X024970 60S ribosomal protein L7-4 6.292849512 L4_control_B2 +LQ09X024970 60S ribosomal protein L7-4 5.933718091 L4_control_B3 +LQ09X024970 60S ribosomal protein L7-4 6.926630641 L4_control_C2 +LQ09X024970 60S ribosomal protein L7-4 5.457888983 L4_control_C3 +LQ09X024970 60S ribosomal protein L7-4 6.09936945 L4_chemical_A1 +LQ09X024970 60S ribosomal protein L7-4 5.98613872 L4_chemical_A2 +LQ09X024970 60S ribosomal protein L7-4 6.696167716 L4_chemical_A3 +LQ09X024970 60S ribosomal protein L7-4 6.40310711 L4_chemical_B1 +LQ09X024970 60S ribosomal protein L7-4 6.086169709 L4_chemical_B2 +LQ09X024970 60S ribosomal protein L7-4 6.034177687 L4_chemical_B3 +LQ09X024970 60S ribosomal protein L7-4 5.92500337 L4_chemical_C2 +LQ09X024970 60S ribosomal protein L7-4 6.072602548 L4_chemical_C3 +LQ09X024990 Rotamase, putative 5.128039479 C6_control_A1 +LQ09X024990 Rotamase, putative 5.360543865 C6_control_A3 +LQ09X024990 Rotamase, putative 5.238052352 C6_control_B1 +LQ09X024990 Rotamase, putative 5.263512737 C6_control_B2 +LQ09X024990 Rotamase, putative 4.894876834 C6_control_B3 +LQ09X024990 Rotamase, putative 5.557449773 C6_control_C1 +LQ09X024990 Rotamase, putative 5.408329833 C6_control_C2 +LQ09X024990 Rotamase, putative 5.146768685 C6_control_C3 +LQ09X024990 Rotamase, putative 5.175537213 C6_chemical_A1 +LQ09X024990 Rotamase, putative 5.093074079 C6_chemical_A3 +LQ09X024990 Rotamase, putative 5.434965341 C6_chemical_B1 +LQ09X024990 Rotamase, putative 5.081737058 C6_chemical_B2 +LQ09X024990 Rotamase, putative 5.066345838 C6_chemical_B3 +LQ09X024990 Rotamase, putative 5.404064143 C6_chemical_C1 +LQ09X024990 Rotamase, putative 5.485189934 C6_chemical_C2 +LQ09X024990 Rotamase, putative 5.542493014 C6_chemical_C3 +LQ09X024990 Rotamase, putative 4.850556025 L4_control_A1 +LQ09X024990 Rotamase, putative 5.153532172 L4_control_A2 +LQ09X024990 Rotamase, putative 5.252551826 L4_control_A3 +LQ09X024990 Rotamase, putative 5.006483332 L4_control_B1 +LQ09X024990 Rotamase, putative 5.213368603 L4_control_B2 +LQ09X024990 Rotamase, putative 5.26732871 L4_control_B3 +LQ09X024990 Rotamase, putative 5.339581095 L4_control_C2 +LQ09X024990 Rotamase, putative 5.643379054 L4_control_C3 +LQ09X024990 Rotamase, putative 5.017868367 L4_chemical_A1 +LQ09X024990 Rotamase, putative 5.181010449 L4_chemical_A2 +LQ09X024990 Rotamase, putative 5.39518571 L4_chemical_A3 +LQ09X024990 Rotamase, putative 5.107893473 L4_chemical_B1 +LQ09X024990 Rotamase, putative 5.043719527 L4_chemical_B2 +LQ09X024990 Rotamase, putative 5.381345005 L4_chemical_B3 +LQ09X024990 Rotamase, putative 5.372031704 L4_chemical_C2 +LQ09X024990 Rotamase, putative 5.412608731 L4_chemical_C3 +LQ09X025030 Heat stress transcription factor B-4 5.479370602 C6_control_A1 +LQ09X025030 Heat stress transcription factor B-4 5.379258935 C6_control_A3 +LQ09X025030 Heat stress transcription factor B-4 4.984776371 C6_control_B1 +LQ09X025030 Heat stress transcription factor B-4 5.053699905 C6_control_B2 +LQ09X025030 Heat stress transcription factor B-4 5.084552991 C6_control_B3 +LQ09X025030 Heat stress transcription factor B-4 4.686489814 C6_control_C1 +LQ09X025030 Heat stress transcription factor B-4 4.680820031 C6_control_C2 +LQ09X025030 Heat stress transcription factor B-4 5.083018136 C6_control_C3 +LQ09X025030 Heat stress transcription factor B-4 5.266644997 C6_chemical_A1 +LQ09X025030 Heat stress transcription factor B-4 5.352983484 C6_chemical_A3 +LQ09X025030 Heat stress transcription factor B-4 4.763341387 C6_chemical_B1 +LQ09X025030 Heat stress transcription factor B-4 5.150440008 C6_chemical_B2 +LQ09X025030 Heat stress transcription factor B-4 5.069402401 C6_chemical_B3 +LQ09X025030 Heat stress transcription factor B-4 4.864995656 C6_chemical_C1 +LQ09X025030 Heat stress transcription factor B-4 4.955174826 C6_chemical_C2 +LQ09X025030 Heat stress transcription factor B-4 4.849935869 C6_chemical_C3 +LQ09X025030 Heat stress transcription factor B-4 5.224546521 L4_control_A1 +LQ09X025030 Heat stress transcription factor B-4 5.145736516 L4_control_A2 +LQ09X025030 Heat stress transcription factor B-4 5.24724753 L4_control_A3 +LQ09X025030 Heat stress transcription factor B-4 5.213352877 L4_control_B1 +LQ09X025030 Heat stress transcription factor B-4 5.53335792 L4_control_B2 +LQ09X025030 Heat stress transcription factor B-4 4.921742605 L4_control_B3 +LQ09X025030 Heat stress transcription factor B-4 6.266099452 L4_control_C2 +LQ09X025030 Heat stress transcription factor B-4 5.060032607 L4_control_C3 +LQ09X025030 Heat stress transcription factor B-4 5.170233598 L4_chemical_A1 +LQ09X025030 Heat stress transcription factor B-4 5.061712659 L4_chemical_A2 +LQ09X025030 Heat stress transcription factor B-4 5.328893083 L4_chemical_A3 +LQ09X025030 Heat stress transcription factor B-4 5.326643793 L4_chemical_B1 +LQ09X025030 Heat stress transcription factor B-4 5.060997316 L4_chemical_B2 +LQ09X025030 Heat stress transcription factor B-4 5.296604091 L4_chemical_B3 +LQ09X025030 Heat stress transcription factor B-4 5.739149852 L4_chemical_C2 +LQ09X025030 Heat stress transcription factor B-4 5.648118493 L4_chemical_C3 +LQ09X025090 F-box protein At2g32560 11.44465087 C6_control_A1 +LQ09X025090 F-box protein At2g32560 10.1885922 C6_control_A3 +LQ09X025090 F-box protein At2g32560 12.04959046 C6_control_B1 +LQ09X025090 F-box protein At2g32560 12.24378891 C6_control_B2 +LQ09X025090 F-box protein At2g32560 11.88955966 C6_control_B3 +LQ09X025090 F-box protein At2g32560 13.29629422 C6_control_C1 +LQ09X025090 F-box protein At2g32560 13.00277941 C6_control_C2 +LQ09X025090 F-box protein At2g32560 12.57043753 C6_control_C3 +LQ09X025090 F-box protein At2g32560 11.47898511 C6_chemical_A1 +LQ09X025090 F-box protein At2g32560 10.4819961 C6_chemical_A3 +LQ09X025090 F-box protein At2g32560 12.25896975 C6_chemical_B1 +LQ09X025090 F-box protein At2g32560 12.49068851 C6_chemical_B2 +LQ09X025090 F-box protein At2g32560 12.4719315 C6_chemical_B3 +LQ09X025090 F-box protein At2g32560 13.25080099 C6_chemical_C1 +LQ09X025090 F-box protein At2g32560 13.14095868 C6_chemical_C2 +LQ09X025090 F-box protein At2g32560 13.25654786 C6_chemical_C3 +LQ09X025090 F-box protein At2g32560 11.53363206 L4_control_A1 +LQ09X025090 F-box protein At2g32560 12.08066373 L4_control_A2 +LQ09X025090 F-box protein At2g32560 12.42331257 L4_control_A3 +LQ09X025090 F-box protein At2g32560 12.30633905 L4_control_B1 +LQ09X025090 F-box protein At2g32560 11.93603089 L4_control_B2 +LQ09X025090 F-box protein At2g32560 12.94609117 L4_control_B3 +LQ09X025090 F-box protein At2g32560 12.50778553 L4_control_C2 +LQ09X025090 F-box protein At2g32560 13.30878909 L4_control_C3 +LQ09X025090 F-box protein At2g32560 12.20988774 L4_chemical_A1 +LQ09X025090 F-box protein At2g32560 12.17296857 L4_chemical_A2 +LQ09X025090 F-box protein At2g32560 12.28732788 L4_chemical_A3 +LQ09X025090 F-box protein At2g32560 12.20858589 L4_chemical_B1 +LQ09X025090 F-box protein At2g32560 11.7964763 L4_chemical_B2 +LQ09X025090 F-box protein At2g32560 12.452608 L4_chemical_B3 +LQ09X025090 F-box protein At2g32560 12.75883932 L4_chemical_C2 +LQ09X025090 F-box protein At2g32560 13.204686 L4_chemical_C3 +LQ09X025110 Putative uncharacterized protein 5.694237612 C6_control_A1 +LQ09X025110 Putative uncharacterized protein 5.567758306 C6_control_A3 +LQ09X025110 Putative uncharacterized protein 5.009849442 C6_control_B1 +LQ09X025110 Putative uncharacterized protein 5.233157416 C6_control_B2 +LQ09X025110 Putative uncharacterized protein 5.378104156 C6_control_B3 +LQ09X025110 Putative uncharacterized protein 5.184848155 C6_control_C1 +LQ09X025110 Putative uncharacterized protein 5.272134624 C6_control_C2 +LQ09X025110 Putative uncharacterized protein 5.24973879 C6_control_C3 +LQ09X025110 Putative uncharacterized protein 5.572670047 C6_chemical_A1 +LQ09X025110 Putative uncharacterized protein 5.486415344 C6_chemical_A3 +LQ09X025110 Putative uncharacterized protein 4.956892908 C6_chemical_B1 +LQ09X025110 Putative uncharacterized protein 4.962087775 C6_chemical_B2 +LQ09X025110 Putative uncharacterized protein 5.068586962 C6_chemical_B3 +LQ09X025110 Putative uncharacterized protein 5.131057351 C6_chemical_C1 +LQ09X025110 Putative uncharacterized protein 5.237944402 C6_chemical_C2 +LQ09X025110 Putative uncharacterized protein 4.98585623 C6_chemical_C3 +LQ09X025110 Putative uncharacterized protein 5.036238277 L4_control_A1 +LQ09X025110 Putative uncharacterized protein 5.796125009 L4_control_A2 +LQ09X025110 Putative uncharacterized protein 6.775100598 L4_control_A3 +LQ09X025110 Putative uncharacterized protein 5.55251778 L4_control_B1 +LQ09X025110 Putative uncharacterized protein 5.249084341 L4_control_B2 +LQ09X025110 Putative uncharacterized protein 4.803605512 L4_control_B3 +LQ09X025110 Putative uncharacterized protein 5.406806823 L4_control_C2 +LQ09X025110 Putative uncharacterized protein 5.133758461 L4_control_C3 +LQ09X025110 Putative uncharacterized protein 5.05458738 L4_chemical_A1 +LQ09X025110 Putative uncharacterized protein 5.556415336 L4_chemical_A2 +LQ09X025110 Putative uncharacterized protein 6.420102011 L4_chemical_A3 +LQ09X025110 Putative uncharacterized protein 5.80776088 L4_chemical_B1 +LQ09X025110 Putative uncharacterized protein 5.820352079 L4_chemical_B2 +LQ09X025110 Putative uncharacterized protein 5.401745274 L4_chemical_B3 +LQ09X025110 Putative uncharacterized protein 5.196526157 L4_chemical_C2 +LQ09X025110 Putative uncharacterized protein 5.524247627 L4_chemical_C3 +LQ09X025120 Predicted protein 5.788047847 C6_control_A1 +LQ09X025120 Predicted protein 5.857590176 C6_control_A3 +LQ09X025120 Predicted protein 5.483533654 C6_control_B1 +LQ09X025120 Predicted protein 5.501823015 C6_control_B2 +LQ09X025120 Predicted protein 5.969468568 C6_control_B3 +LQ09X025120 Predicted protein 5.787296345 C6_control_C1 +LQ09X025120 Predicted protein 5.968894162 C6_control_C2 +LQ09X025120 Predicted protein 5.722277131 C6_control_C3 +LQ09X025120 Predicted protein 5.887787592 C6_chemical_A1 +LQ09X025120 Predicted protein 5.187786529 C6_chemical_A3 +LQ09X025120 Predicted protein 5.653440135 C6_chemical_B1 +LQ09X025120 Predicted protein 5.503062054 C6_chemical_B2 +LQ09X025120 Predicted protein 5.94674869 C6_chemical_B3 +LQ09X025120 Predicted protein 5.474359081 C6_chemical_C1 +LQ09X025120 Predicted protein 5.623598695 C6_chemical_C2 +LQ09X025120 Predicted protein 5.96412686 C6_chemical_C3 +LQ09X025120 Predicted protein 5.233480829 L4_control_A1 +LQ09X025120 Predicted protein 5.916357837 L4_control_A2 +LQ09X025120 Predicted protein 4.886119615 L4_control_A3 +LQ09X025120 Predicted protein 5.202196292 L4_control_B1 +LQ09X025120 Predicted protein 5.332713028 L4_control_B2 +LQ09X025120 Predicted protein 5.68961109 L4_control_B3 +LQ09X025120 Predicted protein 6.746914391 L4_control_C2 +LQ09X025120 Predicted protein 5.021135977 L4_control_C3 +LQ09X025120 Predicted protein 5.701921985 L4_chemical_A1 +LQ09X025120 Predicted protein 5.706440893 L4_chemical_A2 +LQ09X025120 Predicted protein 5.451020902 L4_chemical_A3 +LQ09X025120 Predicted protein 4.984488758 L4_chemical_B1 +LQ09X025120 Predicted protein 5.58917978 L4_chemical_B2 +LQ09X025120 Predicted protein 5.556352185 L4_chemical_B3 +LQ09X025120 Predicted protein 5.333531237 L4_chemical_C2 +LQ09X025120 Predicted protein 5.717018068 L4_chemical_C3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.201326707 C6_control_A1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.70117853 C6_control_A3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.264840566 C6_control_B1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.919026676 C6_control_B2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.766399192 C6_control_B3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.517413621 C6_control_C1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.614007165 C6_control_C2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.227748607 C6_control_C3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.502549462 C6_chemical_A1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 6.019818157 C6_chemical_A3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.362512248 C6_chemical_B1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.612945577 C6_chemical_B2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 6.169355584 C6_chemical_B3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.670243285 C6_chemical_C1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.31060052 C6_chemical_C2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.303984397 C6_chemical_C3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.759286056 L4_control_A1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.583963206 L4_control_A2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.526813018 L4_control_A3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.209859075 L4_control_B1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.114320885 L4_control_B2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.605824555 L4_control_B3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.222948284 L4_control_C2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.588443964 L4_control_C3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.945844617 L4_chemical_A1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.532866641 L4_chemical_A2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.247294665 L4_chemical_A3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.91914563 L4_chemical_B1 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.009975511 L4_chemical_B2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.490943315 L4_chemical_B3 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.066103141 L4_chemical_C2 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.768562283 L4_chemical_C3 +LQ09X025160 Probable diphthine synthase 12.0714117 C6_control_A1 +LQ09X025160 Probable diphthine synthase 12.40357815 C6_control_A3 +LQ09X025160 Probable diphthine synthase 11.60818523 C6_control_B1 +LQ09X025160 Probable diphthine synthase 11.47621586 C6_control_B2 +LQ09X025160 Probable diphthine synthase 11.52952343 C6_control_B3 +LQ09X025160 Probable diphthine synthase 11.82596447 C6_control_C1 +LQ09X025160 Probable diphthine synthase 11.70788467 C6_control_C2 +LQ09X025160 Probable diphthine synthase 11.8249378 C6_control_C3 +LQ09X025160 Probable diphthine synthase 11.6615854 C6_chemical_A1 +LQ09X025160 Probable diphthine synthase 12.11799341 C6_chemical_A3 +LQ09X025160 Probable diphthine synthase 11.34627839 C6_chemical_B1 +LQ09X025160 Probable diphthine synthase 11.3277169 C6_chemical_B2 +LQ09X025160 Probable diphthine synthase 11.3862562 C6_chemical_B3 +LQ09X025160 Probable diphthine synthase 11.64706884 C6_chemical_C1 +LQ09X025160 Probable diphthine synthase 11.75813915 C6_chemical_C2 +LQ09X025160 Probable diphthine synthase 11.74960769 C6_chemical_C3 +LQ09X025160 Probable diphthine synthase 12.42997447 L4_control_A1 +LQ09X025160 Probable diphthine synthase 11.9089756 L4_control_A2 +LQ09X025160 Probable diphthine synthase 12.39113065 L4_control_A3 +LQ09X025160 Probable diphthine synthase 11.43912904 L4_control_B1 +LQ09X025160 Probable diphthine synthase 11.08945551 L4_control_B2 +LQ09X025160 Probable diphthine synthase 11.43780169 L4_control_B3 +LQ09X025160 Probable diphthine synthase 11.9319505 L4_control_C2 +LQ09X025160 Probable diphthine synthase 11.91335536 L4_control_C3 +LQ09X025160 Probable diphthine synthase 12.29121974 L4_chemical_A1 +LQ09X025160 Probable diphthine synthase 11.89342778 L4_chemical_A2 +LQ09X025160 Probable diphthine synthase 12.25747792 L4_chemical_A3 +LQ09X025160 Probable diphthine synthase 11.64635663 L4_chemical_B1 +LQ09X025160 Probable diphthine synthase 11.35067446 L4_chemical_B2 +LQ09X025160 Probable diphthine synthase 11.7411182 L4_chemical_B3 +LQ09X025160 Probable diphthine synthase 12.08402524 L4_chemical_C2 +LQ09X025160 Probable diphthine synthase 11.97832973 L4_chemical_C3 +LQ09X025180 Polyadenylate-binding protein, putative 14.17288494 C6_control_A1 +LQ09X025180 Polyadenylate-binding protein, putative 14.56921374 C6_control_A3 +LQ09X025180 Polyadenylate-binding protein, putative 13.47412829 C6_control_B1 +LQ09X025180 Polyadenylate-binding protein, putative 13.96422422 C6_control_B2 +LQ09X025180 Polyadenylate-binding protein, putative 13.55448402 C6_control_B3 +LQ09X025180 Polyadenylate-binding protein, putative 13.775089 C6_control_C1 +LQ09X025180 Polyadenylate-binding protein, putative 14.04101417 C6_control_C2 +LQ09X025180 Polyadenylate-binding protein, putative 13.65787684 C6_control_C3 +LQ09X025180 Polyadenylate-binding protein, putative 14.08138054 C6_chemical_A1 +LQ09X025180 Polyadenylate-binding protein, putative 14.56274544 C6_chemical_A3 +LQ09X025180 Polyadenylate-binding protein, putative 13.34995926 C6_chemical_B1 +LQ09X025180 Polyadenylate-binding protein, putative 13.80015652 C6_chemical_B2 +LQ09X025180 Polyadenylate-binding protein, putative 13.32087904 C6_chemical_B3 +LQ09X025180 Polyadenylate-binding protein, putative 13.77313097 C6_chemical_C1 +LQ09X025180 Polyadenylate-binding protein, putative 13.79008659 C6_chemical_C2 +LQ09X025180 Polyadenylate-binding protein, putative 13.56000893 C6_chemical_C3 +LQ09X025180 Polyadenylate-binding protein, putative 14.58240924 L4_control_A1 +LQ09X025180 Polyadenylate-binding protein, putative 14.59953974 L4_control_A2 +LQ09X025180 Polyadenylate-binding protein, putative 14.63173777 L4_control_A3 +LQ09X025180 Polyadenylate-binding protein, putative 13.44177527 L4_control_B1 +LQ09X025180 Polyadenylate-binding protein, putative 13.36019923 L4_control_B2 +LQ09X025180 Polyadenylate-binding protein, putative 13.40569 L4_control_B3 +LQ09X025180 Polyadenylate-binding protein, putative 13.24588524 L4_control_C2 +LQ09X025180 Polyadenylate-binding protein, putative 13.38270975 L4_control_C3 +LQ09X025180 Polyadenylate-binding protein, putative 14.15341537 L4_chemical_A1 +LQ09X025180 Polyadenylate-binding protein, putative 14.33139966 L4_chemical_A2 +LQ09X025180 Polyadenylate-binding protein, putative 14.33519219 L4_chemical_A3 +LQ09X025180 Polyadenylate-binding protein, putative 13.15496118 L4_chemical_B1 +LQ09X025180 Polyadenylate-binding protein, putative 13.4902972 L4_chemical_B2 +LQ09X025180 Polyadenylate-binding protein, putative 13.756653 L4_chemical_B3 +LQ09X025180 Polyadenylate-binding protein, putative 13.25231407 L4_chemical_C2 +LQ09X025180 Polyadenylate-binding protein, putative 13.22751223 L4_chemical_C3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.140542658 C6_control_A1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.21787483 C6_control_A3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.010645067 C6_control_B1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 4.986111075 C6_control_B2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.120615942 C6_control_B3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.133156945 C6_control_C1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 4.909517142 C6_control_C2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.155923259 C6_control_C3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 4.990703062 C6_chemical_A1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.187354741 C6_chemical_A3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.009030286 C6_chemical_B1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.235797117 C6_chemical_B2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.570753854 C6_chemical_B3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.012036486 C6_chemical_C1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.104956095 C6_chemical_C2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.288175473 C6_chemical_C3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.524656576 L4_control_A1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.170935349 L4_control_A2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.466277539 L4_control_A3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.411529153 L4_control_B1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 4.825816823 L4_control_B2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.360595152 L4_control_B3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 4.952314023 L4_control_C2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.155127838 L4_control_C3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.337669368 L4_chemical_A1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.319565174 L4_chemical_A2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.673746536 L4_chemical_A3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 4.660548958 L4_chemical_B1 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.313662429 L4_chemical_B2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.287089721 L4_chemical_B3 +LQ09X025210 Putative Probable disease resistance protein At4g27220 5.890332075 L4_chemical_C2 +LQ09X025210 Putative Probable disease resistance protein At4g27220 4.927696233 L4_chemical_C3 +LQ09X025220 Predicted protein 5.670127622 C6_control_A1 +LQ09X025220 Predicted protein 6.018927552 C6_control_A3 +LQ09X025220 Predicted protein 5.351636464 C6_control_B1 +LQ09X025220 Predicted protein 5.539033973 C6_control_B2 +LQ09X025220 Predicted protein 5.506104121 C6_control_B3 +LQ09X025220 Predicted protein 5.079987843 C6_control_C1 +LQ09X025220 Predicted protein 5.502710261 C6_control_C2 +LQ09X025220 Predicted protein 5.011101879 C6_control_C3 +LQ09X025220 Predicted protein 5.67141099 C6_chemical_A1 +LQ09X025220 Predicted protein 5.486663905 C6_chemical_A3 +LQ09X025220 Predicted protein 4.992697942 C6_chemical_B1 +LQ09X025220 Predicted protein 5.100596653 C6_chemical_B2 +LQ09X025220 Predicted protein 5.372556432 C6_chemical_B3 +LQ09X025220 Predicted protein 4.715520439 C6_chemical_C1 +LQ09X025220 Predicted protein 4.953632757 C6_chemical_C2 +LQ09X025220 Predicted protein 4.986599686 C6_chemical_C3 +LQ09X025220 Predicted protein 5.501371258 L4_control_A1 +LQ09X025220 Predicted protein 5.362264496 L4_control_A2 +LQ09X025220 Predicted protein 6.437744658 L4_control_A3 +LQ09X025220 Predicted protein 5.186169434 L4_control_B1 +LQ09X025220 Predicted protein 5.31440404 L4_control_B2 +LQ09X025220 Predicted protein 5.61547367 L4_control_B3 +LQ09X025220 Predicted protein 5.921539705 L4_control_C2 +LQ09X025220 Predicted protein 5.327648646 L4_control_C3 +LQ09X025220 Predicted protein 5.485874085 L4_chemical_A1 +LQ09X025220 Predicted protein 5.276289925 L4_chemical_A2 +LQ09X025220 Predicted protein 5.755650704 L4_chemical_A3 +LQ09X025220 Predicted protein 5.618818041 L4_chemical_B1 +LQ09X025220 Predicted protein 5.56841982 L4_chemical_B2 +LQ09X025220 Predicted protein 5.420861419 L4_chemical_B3 +LQ09X025220 Predicted protein 5.382413614 L4_chemical_C2 +LQ09X025220 Predicted protein 5.372926217 L4_chemical_C3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.19168038 C6_control_A1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.11683892 C6_control_A3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.61080551 C6_control_B1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.26794588 C6_control_B2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.75730332 C6_control_B3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.68445816 C6_control_C1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.46122443 C6_control_C2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.70145855 C6_control_C3 +LQ09X025230 Putative Magnesium transporter NIPA2 9.68945715 C6_chemical_A1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.12197041 C6_chemical_A3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.15514497 C6_chemical_B1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.39916257 C6_chemical_B2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.40911834 C6_chemical_B3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.52151827 C6_chemical_C1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.52913714 C6_chemical_C2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.51995417 C6_chemical_C3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.26906877 L4_control_A1 +LQ09X025230 Putative Magnesium transporter NIPA2 9.897069757 L4_control_A2 +LQ09X025230 Putative Magnesium transporter NIPA2 9.93783141 L4_control_A3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.70514895 L4_control_B1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.62398871 L4_control_B2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.26022202 L4_control_B3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.63441215 L4_control_C2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.91281576 L4_control_C3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.7146075 L4_chemical_A1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.26800511 L4_chemical_A2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.11187458 L4_chemical_A3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.44635309 L4_chemical_B1 +LQ09X025230 Putative Magnesium transporter NIPA2 10.56894694 L4_chemical_B2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.28061738 L4_chemical_B3 +LQ09X025230 Putative Magnesium transporter NIPA2 10.69811461 L4_chemical_C2 +LQ09X025230 Putative Magnesium transporter NIPA2 10.86089546 L4_chemical_C3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.220392531 C6_control_A1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.994756092 C6_control_A3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.12877695 C6_control_B1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.018560375 C6_control_B2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.940047003 C6_control_B3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.959705562 C6_control_C1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.138987972 C6_control_C2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.875177652 C6_control_C3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.192317093 C6_chemical_A1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.12264094 C6_chemical_A3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.267718732 C6_chemical_B1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.868939211 C6_chemical_B2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.374712036 C6_chemical_B3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.966744477 C6_chemical_C1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.376926743 C6_chemical_C2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.861006516 C6_chemical_C3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.933522368 L4_control_A1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.114927867 L4_control_A2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.594421669 L4_control_A3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.109319334 L4_control_B1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.56913232 L4_control_B2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.001138905 L4_control_B3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.601118902 L4_control_C2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.717055589 L4_control_C3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.262162566 L4_chemical_A1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.188939197 L4_chemical_A2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.314088886 L4_chemical_A3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.311315974 L4_chemical_B1 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.603798894 L4_chemical_B2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 4.862317114 L4_chemical_B3 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 6.17490771 L4_chemical_C2 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.394992049 L4_chemical_C3 +LQ09X025330 Predicted protein 5.015469673 C6_control_A1 +LQ09X025330 Predicted protein 4.951226561 C6_control_A3 +LQ09X025330 Predicted protein 5.228056255 C6_control_B1 +LQ09X025330 Predicted protein 5.409911248 C6_control_B2 +LQ09X025330 Predicted protein 5.228627405 C6_control_B3 +LQ09X025330 Predicted protein 5.141245047 C6_control_C1 +LQ09X025330 Predicted protein 6.074784634 C6_control_C2 +LQ09X025330 Predicted protein 6.139740525 C6_control_C3 +LQ09X025330 Predicted protein 5.064188046 C6_chemical_A1 +LQ09X025330 Predicted protein 5.138607512 C6_chemical_A3 +LQ09X025330 Predicted protein 4.97154961 C6_chemical_B1 +LQ09X025330 Predicted protein 5.306627766 C6_chemical_B2 +LQ09X025330 Predicted protein 4.930637378 C6_chemical_B3 +LQ09X025330 Predicted protein 5.030330732 C6_chemical_C1 +LQ09X025330 Predicted protein 5.826186242 C6_chemical_C2 +LQ09X025330 Predicted protein 5.478008355 C6_chemical_C3 +LQ09X025330 Predicted protein 5.141839823 L4_control_A1 +LQ09X025330 Predicted protein 5.235898368 L4_control_A2 +LQ09X025330 Predicted protein 5.543583861 L4_control_A3 +LQ09X025330 Predicted protein 5.275454522 L4_control_B1 +LQ09X025330 Predicted protein 5.078828588 L4_control_B2 +LQ09X025330 Predicted protein 5.301703819 L4_control_B3 +LQ09X025330 Predicted protein 5.665628211 L4_control_C2 +LQ09X025330 Predicted protein 5.107076193 L4_control_C3 +LQ09X025330 Predicted protein 5.076571534 L4_chemical_A1 +LQ09X025330 Predicted protein 5.252567084 L4_chemical_A2 +LQ09X025330 Predicted protein 5.962769683 L4_chemical_A3 +LQ09X025330 Predicted protein 5.190940727 L4_chemical_B1 +LQ09X025330 Predicted protein 5.576227211 L4_chemical_B2 +LQ09X025330 Predicted protein 5.163957522 L4_chemical_B3 +LQ09X025330 Predicted protein 5.965620167 L4_chemical_C2 +LQ09X025330 Predicted protein 5.655497366 L4_chemical_C3 +LQ09X025350 10 kDa chaperonin 13.74022915 C6_control_A1 +LQ09X025350 10 kDa chaperonin 14.23913971 C6_control_A3 +LQ09X025350 10 kDa chaperonin 12.38648218 C6_control_B1 +LQ09X025350 10 kDa chaperonin 13.49319475 C6_control_B2 +LQ09X025350 10 kDa chaperonin 12.29289142 C6_control_B3 +LQ09X025350 10 kDa chaperonin 12.86213355 C6_control_C1 +LQ09X025350 10 kDa chaperonin 13.25491921 C6_control_C2 +LQ09X025350 10 kDa chaperonin 12.79385221 C6_control_C3 +LQ09X025350 10 kDa chaperonin 13.37551714 C6_chemical_A1 +LQ09X025350 10 kDa chaperonin 12.87116403 C6_chemical_A3 +LQ09X025350 10 kDa chaperonin 12.24165895 C6_chemical_B1 +LQ09X025350 10 kDa chaperonin 13.54415259 C6_chemical_B2 +LQ09X025350 10 kDa chaperonin 11.94381166 C6_chemical_B3 +LQ09X025350 10 kDa chaperonin 13.09088006 C6_chemical_C1 +LQ09X025350 10 kDa chaperonin 13.42068818 C6_chemical_C2 +LQ09X025350 10 kDa chaperonin 12.5034794 C6_chemical_C3 +LQ09X025350 10 kDa chaperonin 13.91264137 L4_control_A1 +LQ09X025350 10 kDa chaperonin 13.52849495 L4_control_A2 +LQ09X025350 10 kDa chaperonin 13.40794868 L4_control_A3 +LQ09X025350 10 kDa chaperonin 12.44905032 L4_control_B1 +LQ09X025350 10 kDa chaperonin 11.86920429 L4_control_B2 +LQ09X025350 10 kDa chaperonin 12.26281056 L4_control_B3 +LQ09X025350 10 kDa chaperonin 12.4650232 L4_control_C2 +LQ09X025350 10 kDa chaperonin 11.67121554 L4_control_C3 +LQ09X025350 10 kDa chaperonin 13.82350747 L4_chemical_A1 +LQ09X025350 10 kDa chaperonin 13.22535533 L4_chemical_A2 +LQ09X025350 10 kDa chaperonin 13.37472648 L4_chemical_A3 +LQ09X025350 10 kDa chaperonin 12.75385489 L4_chemical_B1 +LQ09X025350 10 kDa chaperonin 13.02467958 L4_chemical_B2 +LQ09X025350 10 kDa chaperonin 12.55891112 L4_chemical_B3 +LQ09X025350 10 kDa chaperonin 12.68308459 L4_chemical_C2 +LQ09X025350 10 kDa chaperonin 11.94746915 L4_chemical_C3 +LQ09X025360 Proteasome subunit alpha type-3 13.40786639 C6_control_A1 +LQ09X025360 Proteasome subunit alpha type-3 13.71810586 C6_control_A3 +LQ09X025360 Proteasome subunit alpha type-3 13.2582044 C6_control_B1 +LQ09X025360 Proteasome subunit alpha type-3 13.45160038 C6_control_B2 +LQ09X025360 Proteasome subunit alpha type-3 12.97140483 C6_control_B3 +LQ09X025360 Proteasome subunit alpha type-3 13.24663092 C6_control_C1 +LQ09X025360 Proteasome subunit alpha type-3 13.01201065 C6_control_C2 +LQ09X025360 Proteasome subunit alpha type-3 12.91637786 C6_control_C3 +LQ09X025360 Proteasome subunit alpha type-3 13.31200357 C6_chemical_A1 +LQ09X025360 Proteasome subunit alpha type-3 13.38067422 C6_chemical_A3 +LQ09X025360 Proteasome subunit alpha type-3 13.11730086 C6_chemical_B1 +LQ09X025360 Proteasome subunit alpha type-3 13.41989482 C6_chemical_B2 +LQ09X025360 Proteasome subunit alpha type-3 12.6247472 C6_chemical_B3 +LQ09X025360 Proteasome subunit alpha type-3 13.1074998 C6_chemical_C1 +LQ09X025360 Proteasome subunit alpha type-3 13.14825167 C6_chemical_C2 +LQ09X025360 Proteasome subunit alpha type-3 12.60689995 C6_chemical_C3 +LQ09X025360 Proteasome subunit alpha type-3 13.79518966 L4_control_A1 +LQ09X025360 Proteasome subunit alpha type-3 13.56913575 L4_control_A2 +LQ09X025360 Proteasome subunit alpha type-3 13.58223904 L4_control_A3 +LQ09X025360 Proteasome subunit alpha type-3 12.7399916 L4_control_B1 +LQ09X025360 Proteasome subunit alpha type-3 12.70750534 L4_control_B2 +LQ09X025360 Proteasome subunit alpha type-3 12.71340493 L4_control_B3 +LQ09X025360 Proteasome subunit alpha type-3 12.34261857 L4_control_C2 +LQ09X025360 Proteasome subunit alpha type-3 11.93782237 L4_control_C3 +LQ09X025360 Proteasome subunit alpha type-3 13.44637319 L4_chemical_A1 +LQ09X025360 Proteasome subunit alpha type-3 13.10183 L4_chemical_A2 +LQ09X025360 Proteasome subunit alpha type-3 13.39335564 L4_chemical_A3 +LQ09X025360 Proteasome subunit alpha type-3 12.88153696 L4_chemical_B1 +LQ09X025360 Proteasome subunit alpha type-3 12.71347555 L4_chemical_B2 +LQ09X025360 Proteasome subunit alpha type-3 13.22325788 L4_chemical_B3 +LQ09X025360 Proteasome subunit alpha type-3 12.43832113 L4_chemical_C2 +LQ09X025360 Proteasome subunit alpha type-3 11.93678414 L4_chemical_C3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.7312227 C6_control_A1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.91498404 C6_control_A3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.37625425 C6_control_B1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.03392741 C6_control_B2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.25872307 C6_control_B3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.2210837 C6_control_C1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.01522937 C6_control_C2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.25917647 C6_control_C3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.57570658 C6_chemical_A1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.80842245 C6_chemical_A3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.04298389 C6_chemical_B1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.09497641 C6_chemical_B2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.01540915 C6_chemical_B3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.106336 C6_chemical_C1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 11.88266821 C6_chemical_C2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.12676096 C6_chemical_C3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.98812732 L4_control_A1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 13.17690505 L4_control_A2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.87929825 L4_control_A3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.25476244 L4_control_B1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.50342732 L4_control_B2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.13425938 L4_control_B3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.11272705 L4_control_C2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.03379445 L4_control_C3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.95201755 L4_chemical_A1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 13.12257784 L4_chemical_A2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.77094892 L4_chemical_A3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.78849161 L4_chemical_B1 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.62802001 L4_chemical_B2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.49522321 L4_chemical_B3 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.1903428 L4_chemical_C2 +LQ09X025510 Vacuolar protein sorting-associated protein 26 11.79036313 L4_chemical_C3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.33265856 C6_control_A1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.71822554 C6_control_A3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.57245279 C6_control_B1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.13574118 C6_control_B2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.23222998 C6_control_B3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.80768967 C6_control_C1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.56419656 C6_control_C2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.61192293 C6_control_C3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.42403818 C6_chemical_A1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.18972633 C6_chemical_A3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.50344507 C6_chemical_B1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.5076492 C6_chemical_B2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.30435842 C6_chemical_B3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.69159081 C6_chemical_C1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.93188928 C6_chemical_C2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.16159998 C6_chemical_C3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.17960154 L4_control_A1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.28689595 L4_control_A2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.28724162 L4_control_A3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.93073981 L4_control_B1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.99538577 L4_control_B2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.0032878 L4_control_B3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.70382002 L4_control_C2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.15954407 L4_control_C3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.19067962 L4_chemical_A1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.40018404 L4_chemical_A2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.55802789 L4_chemical_A3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.89047376 L4_chemical_B1 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.7292443 L4_chemical_B2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.73954769 L4_chemical_B3 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 11.78226485 L4_chemical_C2 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.17903598 L4_chemical_C3 +LQ09X025530 COP9 signalosome complex subunit 2 10.79698783 C6_control_A1 +LQ09X025530 COP9 signalosome complex subunit 2 10.37138356 C6_control_A3 +LQ09X025530 COP9 signalosome complex subunit 2 10.74414443 C6_control_B1 +LQ09X025530 COP9 signalosome complex subunit 2 10.64067433 C6_control_B2 +LQ09X025530 COP9 signalosome complex subunit 2 10.54715598 C6_control_B3 +LQ09X025530 COP9 signalosome complex subunit 2 11.12088945 C6_control_C1 +LQ09X025530 COP9 signalosome complex subunit 2 10.84634068 C6_control_C2 +LQ09X025530 COP9 signalosome complex subunit 2 10.59120053 C6_control_C3 +LQ09X025530 COP9 signalosome complex subunit 2 10.62602338 C6_chemical_A1 +LQ09X025530 COP9 signalosome complex subunit 2 10.72223421 C6_chemical_A3 +LQ09X025530 COP9 signalosome complex subunit 2 10.48969509 C6_chemical_B1 +LQ09X025530 COP9 signalosome complex subunit 2 10.54469706 C6_chemical_B2 +LQ09X025530 COP9 signalosome complex subunit 2 10.85604712 C6_chemical_B3 +LQ09X025530 COP9 signalosome complex subunit 2 10.90541257 C6_chemical_C1 +LQ09X025530 COP9 signalosome complex subunit 2 11.01132557 C6_chemical_C2 +LQ09X025530 COP9 signalosome complex subunit 2 10.90386746 C6_chemical_C3 +LQ09X025530 COP9 signalosome complex subunit 2 10.5413856 L4_control_A1 +LQ09X025530 COP9 signalosome complex subunit 2 9.82524426 L4_control_A2 +LQ09X025530 COP9 signalosome complex subunit 2 10.48492844 L4_control_A3 +LQ09X025530 COP9 signalosome complex subunit 2 10.64812556 L4_control_B1 +LQ09X025530 COP9 signalosome complex subunit 2 10.94493296 L4_control_B2 +LQ09X025530 COP9 signalosome complex subunit 2 10.67792038 L4_control_B3 +LQ09X025530 COP9 signalosome complex subunit 2 11.29438158 L4_control_C2 +LQ09X025530 COP9 signalosome complex subunit 2 10.88862218 L4_control_C3 +LQ09X025530 COP9 signalosome complex subunit 2 10.5641317 L4_chemical_A1 +LQ09X025530 COP9 signalosome complex subunit 2 9.680119918 L4_chemical_A2 +LQ09X025530 COP9 signalosome complex subunit 2 9.89535354 L4_chemical_A3 +LQ09X025530 COP9 signalosome complex subunit 2 10.31785768 L4_chemical_B1 +LQ09X025530 COP9 signalosome complex subunit 2 10.52548775 L4_chemical_B2 +LQ09X025530 COP9 signalosome complex subunit 2 10.11164288 L4_chemical_B3 +LQ09X025530 COP9 signalosome complex subunit 2 11.19562291 L4_chemical_C2 +LQ09X025530 COP9 signalosome complex subunit 2 10.75319273 L4_chemical_C3 +LQ09X025550 Proteasome subunit alpha type-3 12.82136426 C6_control_A1 +LQ09X025550 Proteasome subunit alpha type-3 13.14265283 C6_control_A3 +LQ09X025550 Proteasome subunit alpha type-3 12.78433971 C6_control_B1 +LQ09X025550 Proteasome subunit alpha type-3 12.80679843 C6_control_B2 +LQ09X025550 Proteasome subunit alpha type-3 12.32507837 C6_control_B3 +LQ09X025550 Proteasome subunit alpha type-3 12.7704134 C6_control_C1 +LQ09X025550 Proteasome subunit alpha type-3 12.27680549 C6_control_C2 +LQ09X025550 Proteasome subunit alpha type-3 12.40764723 C6_control_C3 +LQ09X025550 Proteasome subunit alpha type-3 12.77052208 C6_chemical_A1 +LQ09X025550 Proteasome subunit alpha type-3 12.62237115 C6_chemical_A3 +LQ09X025550 Proteasome subunit alpha type-3 12.38322171 C6_chemical_B1 +LQ09X025550 Proteasome subunit alpha type-3 12.84955786 C6_chemical_B2 +LQ09X025550 Proteasome subunit alpha type-3 12.13970773 C6_chemical_B3 +LQ09X025550 Proteasome subunit alpha type-3 12.80462468 C6_chemical_C1 +LQ09X025550 Proteasome subunit alpha type-3 12.8015917 C6_chemical_C2 +LQ09X025550 Proteasome subunit alpha type-3 11.97339482 C6_chemical_C3 +LQ09X025550 Proteasome subunit alpha type-3 12.86179051 L4_control_A1 +LQ09X025550 Proteasome subunit alpha type-3 12.60779772 L4_control_A2 +LQ09X025550 Proteasome subunit alpha type-3 11.93458738 L4_control_A3 +LQ09X025550 Proteasome subunit alpha type-3 12.48739287 L4_control_B1 +LQ09X025550 Proteasome subunit alpha type-3 11.95696584 L4_control_B2 +LQ09X025550 Proteasome subunit alpha type-3 12.18503583 L4_control_B3 +LQ09X025550 Proteasome subunit alpha type-3 11.94515504 L4_control_C2 +LQ09X025550 Proteasome subunit alpha type-3 11.34319131 L4_control_C3 +LQ09X025550 Proteasome subunit alpha type-3 12.86390793 L4_chemical_A1 +LQ09X025550 Proteasome subunit alpha type-3 12.06977633 L4_chemical_A2 +LQ09X025550 Proteasome subunit alpha type-3 12.02766605 L4_chemical_A3 +LQ09X025550 Proteasome subunit alpha type-3 12.1969819 L4_chemical_B1 +LQ09X025550 Proteasome subunit alpha type-3 12.22335955 L4_chemical_B2 +LQ09X025550 Proteasome subunit alpha type-3 12.52250167 L4_chemical_B3 +LQ09X025550 Proteasome subunit alpha type-3 11.59383543 L4_chemical_C2 +LQ09X025550 Proteasome subunit alpha type-3 11.85123246 L4_chemical_C3 +LQ09X025580 Elongation factor 1-beta 1 5.593736509 C6_control_A1 +LQ09X025580 Elongation factor 1-beta 1 6.024700425 C6_control_A3 +LQ09X025580 Elongation factor 1-beta 1 5.661980956 C6_control_B1 +LQ09X025580 Elongation factor 1-beta 1 5.875642991 C6_control_B2 +LQ09X025580 Elongation factor 1-beta 1 5.458428767 C6_control_B3 +LQ09X025580 Elongation factor 1-beta 1 5.605796248 C6_control_C1 +LQ09X025580 Elongation factor 1-beta 1 6.789179337 C6_control_C2 +LQ09X025580 Elongation factor 1-beta 1 5.36284463 C6_control_C3 +LQ09X025580 Elongation factor 1-beta 1 5.216694692 C6_chemical_A1 +LQ09X025580 Elongation factor 1-beta 1 5.606079984 C6_chemical_A3 +LQ09X025580 Elongation factor 1-beta 1 5.940349892 C6_chemical_B1 +LQ09X025580 Elongation factor 1-beta 1 5.703620747 C6_chemical_B2 +LQ09X025580 Elongation factor 1-beta 1 5.352209671 C6_chemical_B3 +LQ09X025580 Elongation factor 1-beta 1 5.658799693 C6_chemical_C1 +LQ09X025580 Elongation factor 1-beta 1 5.871358188 C6_chemical_C2 +LQ09X025580 Elongation factor 1-beta 1 5.522533866 C6_chemical_C3 +LQ09X025580 Elongation factor 1-beta 1 5.246045752 L4_control_A1 +LQ09X025580 Elongation factor 1-beta 1 5.29644257 L4_control_A2 +LQ09X025580 Elongation factor 1-beta 1 5.657742463 L4_control_A3 +LQ09X025580 Elongation factor 1-beta 1 5.198825591 L4_control_B1 +LQ09X025580 Elongation factor 1-beta 1 5.970872145 L4_control_B2 +LQ09X025580 Elongation factor 1-beta 1 5.414302507 L4_control_B3 +LQ09X025580 Elongation factor 1-beta 1 6.437334319 L4_control_C2 +LQ09X025580 Elongation factor 1-beta 1 6.242844497 L4_control_C3 +LQ09X025580 Elongation factor 1-beta 1 5.246425725 L4_chemical_A1 +LQ09X025580 Elongation factor 1-beta 1 5.357351135 L4_chemical_A2 +LQ09X025580 Elongation factor 1-beta 1 5.323289073 L4_chemical_A3 +LQ09X025580 Elongation factor 1-beta 1 5.372463225 L4_chemical_B1 +LQ09X025580 Elongation factor 1-beta 1 5.689738456 L4_chemical_B2 +LQ09X025580 Elongation factor 1-beta 1 5.450445913 L4_chemical_B3 +LQ09X025580 Elongation factor 1-beta 1 5.695388119 L4_chemical_C2 +LQ09X025580 Elongation factor 1-beta 1 5.019965503 L4_chemical_C3 +LQ09X025630 Predicted protein 5.232430569 C6_control_A1 +LQ09X025630 Predicted protein 5.159334856 C6_control_A3 +LQ09X025630 Predicted protein 5.251704427 C6_control_B1 +LQ09X025630 Predicted protein 5.190427781 C6_control_B2 +LQ09X025630 Predicted protein 5.639172668 C6_control_B3 +LQ09X025630 Predicted protein 4.798939356 C6_control_C1 +LQ09X025630 Predicted protein 4.989611845 C6_control_C2 +LQ09X025630 Predicted protein 5.249503434 C6_control_C3 +LQ09X025630 Predicted protein 5.35367216 C6_chemical_A1 +LQ09X025630 Predicted protein 5.37302223 C6_chemical_A3 +LQ09X025630 Predicted protein 5.558404165 C6_chemical_B1 +LQ09X025630 Predicted protein 5.255360964 C6_chemical_B2 +LQ09X025630 Predicted protein 5.593297671 C6_chemical_B3 +LQ09X025630 Predicted protein 4.910962496 C6_chemical_C1 +LQ09X025630 Predicted protein 5.2594987 C6_chemical_C2 +LQ09X025630 Predicted protein 5.306672209 C6_chemical_C3 +LQ09X025630 Predicted protein 5.536367051 L4_control_A1 +LQ09X025630 Predicted protein 6.275625986 L4_control_A2 +LQ09X025630 Predicted protein 5.840602643 L4_control_A3 +LQ09X025630 Predicted protein 6.016296257 L4_control_B1 +LQ09X025630 Predicted protein 5.793653177 L4_control_B2 +LQ09X025630 Predicted protein 5.52396691 L4_control_B3 +LQ09X025630 Predicted protein 5.768441591 L4_control_C2 +LQ09X025630 Predicted protein 5.046400828 L4_control_C3 +LQ09X025630 Predicted protein 5.442423077 L4_chemical_A1 +LQ09X025630 Predicted protein 5.674836434 L4_chemical_A2 +LQ09X025630 Predicted protein 5.18992589 L4_chemical_A3 +LQ09X025630 Predicted protein 5.862932267 L4_chemical_B1 +LQ09X025630 Predicted protein 6.041763828 L4_chemical_B2 +LQ09X025630 Predicted protein 5.755575163 L4_chemical_B3 +LQ09X025630 Predicted protein 5.891437712 L4_chemical_C2 +LQ09X025630 Predicted protein 5.218597226 L4_chemical_C3 +LQ09X025640 Beta-galactosidase 8 5.940279393 C6_control_A1 +LQ09X025640 Beta-galactosidase 8 5.712579024 C6_control_A3 +LQ09X025640 Beta-galactosidase 8 5.899061847 C6_control_B1 +LQ09X025640 Beta-galactosidase 8 5.864730196 C6_control_B2 +LQ09X025640 Beta-galactosidase 8 6.110674281 C6_control_B3 +LQ09X025640 Beta-galactosidase 8 5.806634745 C6_control_C1 +LQ09X025640 Beta-galactosidase 8 5.77413006 C6_control_C2 +LQ09X025640 Beta-galactosidase 8 5.829996661 C6_control_C3 +LQ09X025640 Beta-galactosidase 8 5.806572216 C6_chemical_A1 +LQ09X025640 Beta-galactosidase 8 6.092579027 C6_chemical_A3 +LQ09X025640 Beta-galactosidase 8 6.195738201 C6_chemical_B1 +LQ09X025640 Beta-galactosidase 8 5.872704418 C6_chemical_B2 +LQ09X025640 Beta-galactosidase 8 6.477668028 C6_chemical_B3 +LQ09X025640 Beta-galactosidase 8 6.026977237 C6_chemical_C1 +LQ09X025640 Beta-galactosidase 8 5.600935948 C6_chemical_C2 +LQ09X025640 Beta-galactosidase 8 5.782110019 C6_chemical_C3 +LQ09X025640 Beta-galactosidase 8 6.191678201 L4_control_A1 +LQ09X025640 Beta-galactosidase 8 5.652861354 L4_control_A2 +LQ09X025640 Beta-galactosidase 8 6.029620555 L4_control_A3 +LQ09X025640 Beta-galactosidase 8 5.984479971 L4_control_B1 +LQ09X025640 Beta-galactosidase 8 6.619447125 L4_control_B2 +LQ09X025640 Beta-galactosidase 8 6.86780334 L4_control_B3 +LQ09X025640 Beta-galactosidase 8 6.560831802 L4_control_C2 +LQ09X025640 Beta-galactosidase 8 6.140689101 L4_control_C3 +LQ09X025640 Beta-galactosidase 8 6.066779949 L4_chemical_A1 +LQ09X025640 Beta-galactosidase 8 5.701022849 L4_chemical_A2 +LQ09X025640 Beta-galactosidase 8 5.871547098 L4_chemical_A3 +LQ09X025640 Beta-galactosidase 8 5.800926738 L4_chemical_B1 +LQ09X025640 Beta-galactosidase 8 7.2895535 L4_chemical_B2 +LQ09X025640 Beta-galactosidase 8 6.063406772 L4_chemical_B3 +LQ09X025640 Beta-galactosidase 8 6.311216825 L4_chemical_C2 +LQ09X025640 Beta-galactosidase 8 6.534230277 L4_chemical_C3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.807791858 C6_control_A1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 7.782808764 C6_control_A3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.179002458 C6_control_B1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.180144122 C6_control_B2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.853200443 C6_control_B3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.142251687 C6_control_C1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.73838404 C6_control_C2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.319052565 C6_control_C3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.324871378 C6_chemical_A1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.537254558 C6_chemical_A3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.119250198 C6_chemical_B1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.080055591 C6_chemical_B2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.254887049 C6_chemical_B3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.087487182 C6_chemical_C1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.586425417 C6_chemical_C2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.130945224 C6_chemical_C3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.615979274 L4_control_A1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.904264471 L4_control_A2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 7.682523051 L4_control_A3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.46821548 L4_control_B1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.005552416 L4_control_B2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.269810062 L4_control_B3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.366375963 L4_control_C2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.301254992 L4_control_C3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.489964903 L4_chemical_A1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 7.762322349 L4_chemical_A2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 7.61345166 L4_chemical_A3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.482625572 L4_chemical_B1 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.220693967 L4_chemical_B2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.819397211 L4_chemical_B3 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.246737107 L4_chemical_C2 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 9.10435934 L4_chemical_C3 +LQ09X025660 Hypothetical protein 12.65206988 C6_control_A1 +LQ09X025660 Hypothetical protein 12.5113722 C6_control_A3 +LQ09X025660 Hypothetical protein 12.61771939 C6_control_B1 +LQ09X025660 Hypothetical protein 12.43018813 C6_control_B2 +LQ09X025660 Hypothetical protein 12.51043616 C6_control_B3 +LQ09X025660 Hypothetical protein 12.22278427 C6_control_C1 +LQ09X025660 Hypothetical protein 11.8745413 C6_control_C2 +LQ09X025660 Hypothetical protein 12.27035507 C6_control_C3 +LQ09X025660 Hypothetical protein 12.37679801 C6_chemical_A1 +LQ09X025660 Hypothetical protein 12.72142197 C6_chemical_A3 +LQ09X025660 Hypothetical protein 12.45028297 C6_chemical_B1 +LQ09X025660 Hypothetical protein 12.46187639 C6_chemical_B2 +LQ09X025660 Hypothetical protein 12.18950142 C6_chemical_B3 +LQ09X025660 Hypothetical protein 12.48478868 C6_chemical_C1 +LQ09X025660 Hypothetical protein 12.16144195 C6_chemical_C2 +LQ09X025660 Hypothetical protein 11.86738053 C6_chemical_C3 +LQ09X025660 Hypothetical protein 13.05164903 L4_control_A1 +LQ09X025660 Hypothetical protein 12.76981742 L4_control_A2 +LQ09X025660 Hypothetical protein 12.63743712 L4_control_A3 +LQ09X025660 Hypothetical protein 12.95200079 L4_control_B1 +LQ09X025660 Hypothetical protein 12.2986577 L4_control_B2 +LQ09X025660 Hypothetical protein 12.70248378 L4_control_B3 +LQ09X025660 Hypothetical protein 12.31040147 L4_control_C2 +LQ09X025660 Hypothetical protein 12.32529407 L4_control_C3 +LQ09X025660 Hypothetical protein 12.88330354 L4_chemical_A1 +LQ09X025660 Hypothetical protein 12.52740613 L4_chemical_A2 +LQ09X025660 Hypothetical protein 12.67470069 L4_chemical_A3 +LQ09X025660 Hypothetical protein 12.76936239 L4_chemical_B1 +LQ09X025660 Hypothetical protein 12.61502359 L4_chemical_B2 +LQ09X025660 Hypothetical protein 12.55613893 L4_chemical_B3 +LQ09X025660 Hypothetical protein 12.46905216 L4_chemical_C2 +LQ09X025660 Hypothetical protein 12.23064618 L4_chemical_C3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.473869742 C6_control_A1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.056074196 C6_control_A3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.16792222 C6_control_B1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 6.08437072 C6_control_B2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.669387979 C6_control_B3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.705762201 C6_control_C1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.569228391 C6_control_C2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.779960451 C6_control_C3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.656023213 C6_chemical_A1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.200408479 C6_chemical_A3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.343161985 C6_chemical_B1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.804931475 C6_chemical_B2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.352567641 C6_chemical_B3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.51516161 C6_chemical_C1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.643692638 C6_chemical_C2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.880954773 C6_chemical_C3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.43922501 L4_control_A1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.527034817 L4_control_A2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 4.997662588 L4_control_A3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.480134442 L4_control_B1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.385877329 L4_control_B2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 6.035193922 L4_control_B3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.309571781 L4_control_C2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.790110468 L4_control_C3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.252047258 L4_chemical_A1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 4.967699736 L4_chemical_A2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.435267568 L4_chemical_A3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.939373661 L4_chemical_B1 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.433044359 L4_chemical_B2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.414079892 L4_chemical_B3 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 4.994042688 L4_chemical_C2 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.367359667 L4_chemical_C3 +LQ09X025680 Nucleic acid binding protein, putative 8.928440678 C6_control_A1 +LQ09X025680 Nucleic acid binding protein, putative 8.525813962 C6_control_A3 +LQ09X025680 Nucleic acid binding protein, putative 9.107581032 C6_control_B1 +LQ09X025680 Nucleic acid binding protein, putative 9.19871366 C6_control_B2 +LQ09X025680 Nucleic acid binding protein, putative 9.486844769 C6_control_B3 +LQ09X025680 Nucleic acid binding protein, putative 9.766932112 C6_control_C1 +LQ09X025680 Nucleic acid binding protein, putative 9.188483771 C6_control_C2 +LQ09X025680 Nucleic acid binding protein, putative 9.157758476 C6_control_C3 +LQ09X025680 Nucleic acid binding protein, putative 8.933583608 C6_chemical_A1 +LQ09X025680 Nucleic acid binding protein, putative 9.115062864 C6_chemical_A3 +LQ09X025680 Nucleic acid binding protein, putative 9.232288335 C6_chemical_B1 +LQ09X025680 Nucleic acid binding protein, putative 9.745236626 C6_chemical_B2 +LQ09X025680 Nucleic acid binding protein, putative 10.09863639 C6_chemical_B3 +LQ09X025680 Nucleic acid binding protein, putative 10.0239391 C6_chemical_C1 +LQ09X025680 Nucleic acid binding protein, putative 10.00279334 C6_chemical_C2 +LQ09X025680 Nucleic acid binding protein, putative 10.15254869 C6_chemical_C3 +LQ09X025680 Nucleic acid binding protein, putative 8.630653222 L4_control_A1 +LQ09X025680 Nucleic acid binding protein, putative 8.674112586 L4_control_A2 +LQ09X025680 Nucleic acid binding protein, putative 8.839322648 L4_control_A3 +LQ09X025680 Nucleic acid binding protein, putative 8.669434796 L4_control_B1 +LQ09X025680 Nucleic acid binding protein, putative 8.919431274 L4_control_B2 +LQ09X025680 Nucleic acid binding protein, putative 10.12841241 L4_control_B3 +LQ09X025680 Nucleic acid binding protein, putative 9.048737301 L4_control_C2 +LQ09X025680 Nucleic acid binding protein, putative 9.574916674 L4_control_C3 +LQ09X025680 Nucleic acid binding protein, putative 8.485974086 L4_chemical_A1 +LQ09X025680 Nucleic acid binding protein, putative 8.46681911 L4_chemical_A2 +LQ09X025680 Nucleic acid binding protein, putative 8.639356104 L4_chemical_A3 +LQ09X025680 Nucleic acid binding protein, putative 8.423023546 L4_chemical_B1 +LQ09X025680 Nucleic acid binding protein, putative 8.730640918 L4_chemical_B2 +LQ09X025680 Nucleic acid binding protein, putative 9.756168898 L4_chemical_B3 +LQ09X025680 Nucleic acid binding protein, putative 9.034380819 L4_chemical_C2 +LQ09X025680 Nucleic acid binding protein, putative 9.612833249 L4_chemical_C3 +LQ09X025720 Hypothetical protein 5.468824924 C6_control_A1 +LQ09X025720 Hypothetical protein 4.930633761 C6_control_A3 +LQ09X025720 Hypothetical protein 5.225584574 C6_control_B1 +LQ09X025720 Hypothetical protein 6.348244217 C6_control_B2 +LQ09X025720 Hypothetical protein 5.259706343 C6_control_B3 +LQ09X025720 Hypothetical protein 6.188057106 C6_control_C1 +LQ09X025720 Hypothetical protein 5.747074013 C6_control_C2 +LQ09X025720 Hypothetical protein 6.04011654 C6_control_C3 +LQ09X025720 Hypothetical protein 5.865767023 C6_chemical_A1 +LQ09X025720 Hypothetical protein 5.531233457 C6_chemical_A3 +LQ09X025720 Hypothetical protein 5.236032382 C6_chemical_B1 +LQ09X025720 Hypothetical protein 6.023047909 C6_chemical_B2 +LQ09X025720 Hypothetical protein 5.29221699 C6_chemical_B3 +LQ09X025720 Hypothetical protein 6.11346796 C6_chemical_C1 +LQ09X025720 Hypothetical protein 6.274372803 C6_chemical_C2 +LQ09X025720 Hypothetical protein 5.995489521 C6_chemical_C3 +LQ09X025720 Hypothetical protein 5.195642664 L4_control_A1 +LQ09X025720 Hypothetical protein 5.308977977 L4_control_A2 +LQ09X025720 Hypothetical protein 6.294809555 L4_control_A3 +LQ09X025720 Hypothetical protein 5.566312943 L4_control_B1 +LQ09X025720 Hypothetical protein 5.906555551 L4_control_B2 +LQ09X025720 Hypothetical protein 5.220683225 L4_control_B3 +LQ09X025720 Hypothetical protein 5.913677348 L4_control_C2 +LQ09X025720 Hypothetical protein 5.228296902 L4_control_C3 +LQ09X025720 Hypothetical protein 5.119365852 L4_chemical_A1 +LQ09X025720 Hypothetical protein 5.182729637 L4_chemical_A2 +LQ09X025720 Hypothetical protein 5.932337989 L4_chemical_A3 +LQ09X025720 Hypothetical protein 5.778991073 L4_chemical_B1 +LQ09X025720 Hypothetical protein 5.96047142 L4_chemical_B2 +LQ09X025720 Hypothetical protein 5.050060052 L4_chemical_B3 +LQ09X025720 Hypothetical protein 5.53034108 L4_chemical_C2 +LQ09X025720 Hypothetical protein 5.208388148 L4_chemical_C3 +LQ09X025730 Putative uncharacterized protein 5.423689736 C6_control_A1 +LQ09X025730 Putative uncharacterized protein 5.383178007 C6_control_A3 +LQ09X025730 Putative uncharacterized protein 5.490624992 C6_control_B1 +LQ09X025730 Putative uncharacterized protein 5.18598541 C6_control_B2 +LQ09X025730 Putative uncharacterized protein 5.751836767 C6_control_B3 +LQ09X025730 Putative uncharacterized protein 4.983134299 C6_control_C1 +LQ09X025730 Putative uncharacterized protein 4.937470147 C6_control_C2 +LQ09X025730 Putative uncharacterized protein 5.358828445 C6_control_C3 +LQ09X025730 Putative uncharacterized protein 5.376156049 C6_chemical_A1 +LQ09X025730 Putative uncharacterized protein 5.19454975 C6_chemical_A3 +LQ09X025730 Putative uncharacterized protein 5.502739161 C6_chemical_B1 +LQ09X025730 Putative uncharacterized protein 5.337118687 C6_chemical_B2 +LQ09X025730 Putative uncharacterized protein 5.237812023 C6_chemical_B3 +LQ09X025730 Putative uncharacterized protein 4.953190999 C6_chemical_C1 +LQ09X025730 Putative uncharacterized protein 5.137726216 C6_chemical_C2 +LQ09X025730 Putative uncharacterized protein 5.10798816 C6_chemical_C3 +LQ09X025730 Putative uncharacterized protein 5.222536776 L4_control_A1 +LQ09X025730 Putative uncharacterized protein 5.804134389 L4_control_A2 +LQ09X025730 Putative uncharacterized protein 5.855096234 L4_control_A3 +LQ09X025730 Putative uncharacterized protein 4.991944183 L4_control_B1 +LQ09X025730 Putative uncharacterized protein 5.395323942 L4_control_B2 +LQ09X025730 Putative uncharacterized protein 5.619484291 L4_control_B3 +LQ09X025730 Putative uncharacterized protein 5.030798453 L4_control_C2 +LQ09X025730 Putative uncharacterized protein 5.425600352 L4_control_C3 +LQ09X025730 Putative uncharacterized protein 5.113334141 L4_chemical_A1 +LQ09X025730 Putative uncharacterized protein 5.206355362 L4_chemical_A2 +LQ09X025730 Putative uncharacterized protein 5.880930253 L4_chemical_A3 +LQ09X025730 Putative uncharacterized protein 5.451258604 L4_chemical_B1 +LQ09X025730 Putative uncharacterized protein 5.60606765 L4_chemical_B2 +LQ09X025730 Putative uncharacterized protein 5.136611806 L4_chemical_B3 +LQ09X025730 Putative uncharacterized protein 5.346711151 L4_chemical_C2 +LQ09X025730 Putative uncharacterized protein 5.154507663 L4_chemical_C3 +LQ09X025840 40S ribosomal protein S2-3 5.022290629 C6_control_A1 +LQ09X025840 40S ribosomal protein S2-3 5.123160369 C6_control_A3 +LQ09X025840 40S ribosomal protein S2-3 5.95126945 C6_control_B1 +LQ09X025840 40S ribosomal protein S2-3 5.048269567 C6_control_B2 +LQ09X025840 40S ribosomal protein S2-3 5.154364264 C6_control_B3 +LQ09X025840 40S ribosomal protein S2-3 5.015353176 C6_control_C1 +LQ09X025840 40S ribosomal protein S2-3 5.016727971 C6_control_C2 +LQ09X025840 40S ribosomal protein S2-3 5.138072048 C6_control_C3 +LQ09X025840 40S ribosomal protein S2-3 5.136074462 C6_chemical_A1 +LQ09X025840 40S ribosomal protein S2-3 5.081866472 C6_chemical_A3 +LQ09X025840 40S ribosomal protein S2-3 5.683328377 C6_chemical_B1 +LQ09X025840 40S ribosomal protein S2-3 5.194601003 C6_chemical_B2 +LQ09X025840 40S ribosomal protein S2-3 5.601159278 C6_chemical_B3 +LQ09X025840 40S ribosomal protein S2-3 4.828865333 C6_chemical_C1 +LQ09X025840 40S ribosomal protein S2-3 4.978355797 C6_chemical_C2 +LQ09X025840 40S ribosomal protein S2-3 5.655195766 C6_chemical_C3 +LQ09X025840 40S ribosomal protein S2-3 5.374644298 L4_control_A1 +LQ09X025840 40S ribosomal protein S2-3 5.383719575 L4_control_A2 +LQ09X025840 40S ribosomal protein S2-3 5.09643478 L4_control_A3 +LQ09X025840 40S ribosomal protein S2-3 5.218757313 L4_control_B1 +LQ09X025840 40S ribosomal protein S2-3 5.205922411 L4_control_B2 +LQ09X025840 40S ribosomal protein S2-3 5.271020936 L4_control_B3 +LQ09X025840 40S ribosomal protein S2-3 5.403594159 L4_control_C2 +LQ09X025840 40S ribosomal protein S2-3 5.713041134 L4_control_C3 +LQ09X025840 40S ribosomal protein S2-3 5.352324995 L4_chemical_A1 +LQ09X025840 40S ribosomal protein S2-3 5.312704094 L4_chemical_A2 +LQ09X025840 40S ribosomal protein S2-3 5.537044442 L4_chemical_A3 +LQ09X025840 40S ribosomal protein S2-3 5.577759474 L4_chemical_B1 +LQ09X025840 40S ribosomal protein S2-3 5.266355385 L4_chemical_B2 +LQ09X025840 40S ribosomal protein S2-3 5.529812308 L4_chemical_B3 +LQ09X025840 40S ribosomal protein S2-3 5.557036337 L4_chemical_C2 +LQ09X025840 40S ribosomal protein S2-3 5.103733816 L4_chemical_C3 +LQ09X025850 40S ribosomal protein S2-3 14.14775656 C6_control_A1 +LQ09X025850 40S ribosomal protein S2-3 14.50803741 C6_control_A3 +LQ09X025850 40S ribosomal protein S2-3 13.53376936 C6_control_B1 +LQ09X025850 40S ribosomal protein S2-3 14.63229134 C6_control_B2 +LQ09X025850 40S ribosomal protein S2-3 13.31433994 C6_control_B3 +LQ09X025850 40S ribosomal protein S2-3 14.34430566 C6_control_C1 +LQ09X025850 40S ribosomal protein S2-3 14.59359319 C6_control_C2 +LQ09X025850 40S ribosomal protein S2-3 14.35724384 C6_control_C3 +LQ09X025850 40S ribosomal protein S2-3 13.73153508 C6_chemical_A1 +LQ09X025850 40S ribosomal protein S2-3 14.00772728 C6_chemical_A3 +LQ09X025850 40S ribosomal protein S2-3 13.21910466 C6_chemical_B1 +LQ09X025850 40S ribosomal protein S2-3 14.11319797 C6_chemical_B2 +LQ09X025850 40S ribosomal protein S2-3 13.34548184 C6_chemical_B3 +LQ09X025850 40S ribosomal protein S2-3 14.16552999 C6_chemical_C1 +LQ09X025850 40S ribosomal protein S2-3 14.26543111 C6_chemical_C2 +LQ09X025850 40S ribosomal protein S2-3 14.17552468 C6_chemical_C3 +LQ09X025850 40S ribosomal protein S2-3 13.60710647 L4_control_A1 +LQ09X025850 40S ribosomal protein S2-3 13.37802814 L4_control_A2 +LQ09X025850 40S ribosomal protein S2-3 12.47437739 L4_control_A3 +LQ09X025850 40S ribosomal protein S2-3 12.83301483 L4_control_B1 +LQ09X025850 40S ribosomal protein S2-3 12.59819384 L4_control_B2 +LQ09X025850 40S ribosomal protein S2-3 13.06663314 L4_control_B3 +LQ09X025850 40S ribosomal protein S2-3 12.43974328 L4_control_C2 +LQ09X025850 40S ribosomal protein S2-3 12.73378374 L4_control_C3 +LQ09X025850 40S ribosomal protein S2-3 13.30602918 L4_chemical_A1 +LQ09X025850 40S ribosomal protein S2-3 12.94069971 L4_chemical_A2 +LQ09X025850 40S ribosomal protein S2-3 12.65870206 L4_chemical_A3 +LQ09X025850 40S ribosomal protein S2-3 12.6755519 L4_chemical_B1 +LQ09X025850 40S ribosomal protein S2-3 12.46923736 L4_chemical_B2 +LQ09X025850 40S ribosomal protein S2-3 13.49109967 L4_chemical_B3 +LQ09X025850 40S ribosomal protein S2-3 12.42923542 L4_chemical_C2 +LQ09X025850 40S ribosomal protein S2-3 12.78975836 L4_chemical_C3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.91500541 C6_control_A1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.15736396 C6_control_A3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.29010825 C6_control_B1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.58018954 C6_control_B2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.34762223 C6_control_B3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.32585668 C6_control_C1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.63372062 C6_control_C2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.38615451 C6_control_C3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.8762315 C6_chemical_A1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.50886643 C6_chemical_A3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.50031432 C6_chemical_B1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.53180323 C6_chemical_B2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.34788138 C6_chemical_B3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.27622956 C6_chemical_C1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.59917715 C6_chemical_C2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.168931 C6_chemical_C3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.62796463 L4_control_A1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.83925527 L4_control_A2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 13.83659016 L4_control_A3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.40086094 L4_control_B1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.87281512 L4_control_B2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.30003398 L4_control_B3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.97793594 L4_control_C2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.19588185 L4_control_C3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.44180896 L4_chemical_A1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.6641843 L4_chemical_A2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 13.67925896 L4_chemical_A3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.89380814 L4_chemical_B1 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.4818738 L4_chemical_B2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.24046715 L4_chemical_B3 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.96788197 L4_chemical_C2 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 15.29533414 L4_chemical_C3 +LQ09X025870 Sulfite reductase [ferredoxin] 12.65396608 C6_control_A1 +LQ09X025870 Sulfite reductase [ferredoxin] 13.09094825 C6_control_A3 +LQ09X025870 Sulfite reductase [ferredoxin] 12.6100104 C6_control_B1 +LQ09X025870 Sulfite reductase [ferredoxin] 12.54313408 C6_control_B2 +LQ09X025870 Sulfite reductase [ferredoxin] 12.58069418 C6_control_B3 +LQ09X025870 Sulfite reductase [ferredoxin] 13.41064687 C6_control_C1 +LQ09X025870 Sulfite reductase [ferredoxin] 13.37827248 C6_control_C2 +LQ09X025870 Sulfite reductase [ferredoxin] 13.45648516 C6_control_C3 +LQ09X025870 Sulfite reductase [ferredoxin] 12.53987504 C6_chemical_A1 +LQ09X025870 Sulfite reductase [ferredoxin] 13.07453464 C6_chemical_A3 +LQ09X025870 Sulfite reductase [ferredoxin] 12.72402614 C6_chemical_B1 +LQ09X025870 Sulfite reductase [ferredoxin] 12.32432041 C6_chemical_B2 +LQ09X025870 Sulfite reductase [ferredoxin] 12.37179105 C6_chemical_B3 +LQ09X025870 Sulfite reductase [ferredoxin] 13.41504029 C6_chemical_C1 +LQ09X025870 Sulfite reductase [ferredoxin] 13.30463979 C6_chemical_C2 +LQ09X025870 Sulfite reductase [ferredoxin] 13.36078254 C6_chemical_C3 +LQ09X025870 Sulfite reductase [ferredoxin] 12.59939411 L4_control_A1 +LQ09X025870 Sulfite reductase [ferredoxin] 12.43412841 L4_control_A2 +LQ09X025870 Sulfite reductase [ferredoxin] 13.11796594 L4_control_A3 +LQ09X025870 Sulfite reductase [ferredoxin] 12.00748725 L4_control_B1 +LQ09X025870 Sulfite reductase [ferredoxin] 12.64251731 L4_control_B2 +LQ09X025870 Sulfite reductase [ferredoxin] 12.58518378 L4_control_B3 +LQ09X025870 Sulfite reductase [ferredoxin] 13.56937845 L4_control_C2 +LQ09X025870 Sulfite reductase [ferredoxin] 13.52944514 L4_control_C3 +LQ09X025870 Sulfite reductase [ferredoxin] 12.7517297 L4_chemical_A1 +LQ09X025870 Sulfite reductase [ferredoxin] 12.10233453 L4_chemical_A2 +LQ09X025870 Sulfite reductase [ferredoxin] 12.67862064 L4_chemical_A3 +LQ09X025870 Sulfite reductase [ferredoxin] 12.08756913 L4_chemical_B1 +LQ09X025870 Sulfite reductase [ferredoxin] 12.21271001 L4_chemical_B2 +LQ09X025870 Sulfite reductase [ferredoxin] 12.25033196 L4_chemical_B3 +LQ09X025870 Sulfite reductase [ferredoxin] 13.45144346 L4_chemical_C2 +LQ09X025870 Sulfite reductase [ferredoxin] 13.37236484 L4_chemical_C3 +LQ09X025880 Hypothetical protein 8.95923286 C6_control_A1 +LQ09X025880 Hypothetical protein 7.556456068 C6_control_A3 +LQ09X025880 Hypothetical protein 8.137280501 C6_control_B1 +LQ09X025880 Hypothetical protein 8.045647452 C6_control_B2 +LQ09X025880 Hypothetical protein 6.498644874 C6_control_B3 +LQ09X025880 Hypothetical protein 7.075498845 C6_control_C1 +LQ09X025880 Hypothetical protein 6.329241708 C6_control_C2 +LQ09X025880 Hypothetical protein 5.973487019 C6_control_C3 +LQ09X025880 Hypothetical protein 9.623134919 C6_chemical_A1 +LQ09X025880 Hypothetical protein 7.232174553 C6_chemical_A3 +LQ09X025880 Hypothetical protein 8.915870433 C6_chemical_B1 +LQ09X025880 Hypothetical protein 8.500039251 C6_chemical_B2 +LQ09X025880 Hypothetical protein 7.602641615 C6_chemical_B3 +LQ09X025880 Hypothetical protein 7.65299732 C6_chemical_C1 +LQ09X025880 Hypothetical protein 6.937873191 C6_chemical_C2 +LQ09X025880 Hypothetical protein 6.657237757 C6_chemical_C3 +LQ09X025880 Hypothetical protein 9.10249978 L4_control_A1 +LQ09X025880 Hypothetical protein 9.207889378 L4_control_A2 +LQ09X025880 Hypothetical protein 7.075801439 L4_control_A3 +LQ09X025880 Hypothetical protein 9.328162035 L4_control_B1 +LQ09X025880 Hypothetical protein 7.810495697 L4_control_B2 +LQ09X025880 Hypothetical protein 7.545178652 L4_control_B3 +LQ09X025880 Hypothetical protein 7.46307463 L4_control_C2 +LQ09X025880 Hypothetical protein 6.395516948 L4_control_C3 +LQ09X025880 Hypothetical protein 7.873090028 L4_chemical_A1 +LQ09X025880 Hypothetical protein 8.303300328 L4_chemical_A2 +LQ09X025880 Hypothetical protein 7.654398736 L4_chemical_A3 +LQ09X025880 Hypothetical protein 8.516555792 L4_chemical_B1 +LQ09X025880 Hypothetical protein 8.280556718 L4_chemical_B2 +LQ09X025880 Hypothetical protein 9.583105185 L4_chemical_B3 +LQ09X025880 Hypothetical protein 6.881448603 L4_chemical_C2 +LQ09X025880 Hypothetical protein 5.803315329 L4_chemical_C3 +LQ09X025900 Calcium-dependent protein kinase 8 13.21922734 C6_control_A1 +LQ09X025900 Calcium-dependent protein kinase 8 13.23982809 C6_control_A3 +LQ09X025900 Calcium-dependent protein kinase 8 12.76876621 C6_control_B1 +LQ09X025900 Calcium-dependent protein kinase 8 13.56305263 C6_control_B2 +LQ09X025900 Calcium-dependent protein kinase 8 13.13773927 C6_control_B3 +LQ09X025900 Calcium-dependent protein kinase 8 12.83753671 C6_control_C1 +LQ09X025900 Calcium-dependent protein kinase 8 13.37579081 C6_control_C2 +LQ09X025900 Calcium-dependent protein kinase 8 12.99693225 C6_control_C3 +LQ09X025900 Calcium-dependent protein kinase 8 13.17958638 C6_chemical_A1 +LQ09X025900 Calcium-dependent protein kinase 8 13.15915856 C6_chemical_A3 +LQ09X025900 Calcium-dependent protein kinase 8 12.6291866 C6_chemical_B1 +LQ09X025900 Calcium-dependent protein kinase 8 13.41828582 C6_chemical_B2 +LQ09X025900 Calcium-dependent protein kinase 8 13.14906084 C6_chemical_B3 +LQ09X025900 Calcium-dependent protein kinase 8 13.1710667 C6_chemical_C1 +LQ09X025900 Calcium-dependent protein kinase 8 13.08504298 C6_chemical_C2 +LQ09X025900 Calcium-dependent protein kinase 8 13.07080334 C6_chemical_C3 +LQ09X025900 Calcium-dependent protein kinase 8 13.4295619 L4_control_A1 +LQ09X025900 Calcium-dependent protein kinase 8 13.0929294 L4_control_A2 +LQ09X025900 Calcium-dependent protein kinase 8 13.39280378 L4_control_A3 +LQ09X025900 Calcium-dependent protein kinase 8 12.62900979 L4_control_B1 +LQ09X025900 Calcium-dependent protein kinase 8 12.23392239 L4_control_B2 +LQ09X025900 Calcium-dependent protein kinase 8 12.8541925 L4_control_B3 +LQ09X025900 Calcium-dependent protein kinase 8 12.02613378 L4_control_C2 +LQ09X025900 Calcium-dependent protein kinase 8 12.02886691 L4_control_C3 +LQ09X025900 Calcium-dependent protein kinase 8 13.43337914 L4_chemical_A1 +LQ09X025900 Calcium-dependent protein kinase 8 13.04250974 L4_chemical_A2 +LQ09X025900 Calcium-dependent protein kinase 8 13.72755398 L4_chemical_A3 +LQ09X025900 Calcium-dependent protein kinase 8 12.32534943 L4_chemical_B1 +LQ09X025900 Calcium-dependent protein kinase 8 12.28922443 L4_chemical_B2 +LQ09X025900 Calcium-dependent protein kinase 8 13.38335364 L4_chemical_B3 +LQ09X025900 Calcium-dependent protein kinase 8 11.80575198 L4_chemical_C2 +LQ09X025900 Calcium-dependent protein kinase 8 12.22784257 L4_chemical_C3 +LQ09X025930 Predicted protein 5.045343624 C6_control_A1 +LQ09X025930 Predicted protein 4.949971711 C6_control_A3 +LQ09X025930 Predicted protein 5.450444858 C6_control_B1 +LQ09X025930 Predicted protein 4.661973213 C6_control_B2 +LQ09X025930 Predicted protein 5.135464357 C6_control_B3 +LQ09X025930 Predicted protein 4.886642596 C6_control_C1 +LQ09X025930 Predicted protein 5.159232752 C6_control_C2 +LQ09X025930 Predicted protein 5.064113338 C6_control_C3 +LQ09X025930 Predicted protein 5.124558437 C6_chemical_A1 +LQ09X025930 Predicted protein 5.104595003 C6_chemical_A3 +LQ09X025930 Predicted protein 5.407864136 C6_chemical_B1 +LQ09X025930 Predicted protein 4.925226659 C6_chemical_B2 +LQ09X025930 Predicted protein 5.009403751 C6_chemical_B3 +LQ09X025930 Predicted protein 5.421122756 C6_chemical_C1 +LQ09X025930 Predicted protein 4.79368976 C6_chemical_C2 +LQ09X025930 Predicted protein 5.421865989 C6_chemical_C3 +LQ09X025930 Predicted protein 5.558863187 L4_control_A1 +LQ09X025930 Predicted protein 5.352508845 L4_control_A2 +LQ09X025930 Predicted protein 5.541201589 L4_control_A3 +LQ09X025930 Predicted protein 5.20979888 L4_control_B1 +LQ09X025930 Predicted protein 4.980841627 L4_control_B2 +LQ09X025930 Predicted protein 5.074188787 L4_control_B3 +LQ09X025930 Predicted protein 6.336164967 L4_control_C2 +LQ09X025930 Predicted protein 5.926873735 L4_control_C3 +LQ09X025930 Predicted protein 5.747206768 L4_chemical_A1 +LQ09X025930 Predicted protein 4.884543495 L4_chemical_A2 +LQ09X025930 Predicted protein 5.289353224 L4_chemical_A3 +LQ09X025930 Predicted protein 5.836139114 L4_chemical_B1 +LQ09X025930 Predicted protein 5.019827354 L4_chemical_B2 +LQ09X025930 Predicted protein 4.917798073 L4_chemical_B3 +LQ09X025930 Predicted protein 6.727201338 L4_chemical_C2 +LQ09X025930 Predicted protein 6.165210281 L4_chemical_C3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.370105627 C6_control_A1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.370986796 C6_control_A3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.294263065 C6_control_B1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.317454763 C6_control_B2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.414624705 C6_control_B3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.491116877 C6_control_C1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.749119968 C6_control_C2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.829342178 C6_control_C3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.536623415 C6_chemical_A1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.569133926 C6_chemical_A3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.478402379 C6_chemical_B1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.330528093 C6_chemical_B2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.483682948 C6_chemical_B3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.393341049 C6_chemical_C1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.853357013 C6_chemical_C2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.670955954 C6_chemical_C3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.566498434 L4_control_A1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.491250979 L4_control_A2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 6.170501997 L4_control_A3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.628894972 L4_control_B1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.340018346 L4_control_B2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.48606915 L4_control_B3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.172289039 L4_control_C2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.602838232 L4_control_C3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.447484527 L4_chemical_A1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.386533526 L4_chemical_A2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.410974986 L4_chemical_A3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.76123987 L4_chemical_B1 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.512283212 L4_chemical_B2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.507916611 L4_chemical_B3 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.544805202 L4_chemical_C2 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.542354104 L4_chemical_C3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.892080616 C6_control_A1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.757073299 C6_control_A3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 6.077779441 C6_control_B1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.923116992 C6_control_B2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.934226849 C6_control_B3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.569023697 C6_control_C1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 6.104526318 C6_control_C2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.571634763 C6_control_C3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.596443898 C6_chemical_A1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.486317827 C6_chemical_A3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 6.210376068 C6_chemical_B1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.97367183 C6_chemical_B2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.568586129 C6_chemical_B3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.57644379 C6_chemical_C1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.766728071 C6_chemical_C2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.629391975 C6_chemical_C3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.769515867 L4_control_A1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.480776665 L4_control_A2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.498951809 L4_control_A3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.607386645 L4_control_B1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 6.252964749 L4_control_B2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.972340833 L4_control_B3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.859655792 L4_control_C2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.198728311 L4_control_C3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.739981228 L4_chemical_A1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.738286441 L4_chemical_A2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.580354993 L4_chemical_A3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 6.34010078 L4_chemical_B1 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.34209023 L4_chemical_B2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.874490289 L4_chemical_B3 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.607022731 L4_chemical_C2 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.833143876 L4_chemical_C3 +LQ09X025970 Predicted protein (Fragment) 6.096728444 C6_control_A1 +LQ09X025970 Predicted protein (Fragment) 5.774605062 C6_control_A3 +LQ09X025970 Predicted protein (Fragment) 5.483483875 C6_control_B1 +LQ09X025970 Predicted protein (Fragment) 5.982963135 C6_control_B2 +LQ09X025970 Predicted protein (Fragment) 5.584926807 C6_control_B3 +LQ09X025970 Predicted protein (Fragment) 6.384099887 C6_control_C1 +LQ09X025970 Predicted protein (Fragment) 8.737567917 C6_control_C2 +LQ09X025970 Predicted protein (Fragment) 5.799371891 C6_control_C3 +LQ09X025970 Predicted protein (Fragment) 5.806159335 C6_chemical_A1 +LQ09X025970 Predicted protein (Fragment) 5.771620672 C6_chemical_A3 +LQ09X025970 Predicted protein (Fragment) 5.82173244 C6_chemical_B1 +LQ09X025970 Predicted protein (Fragment) 6.375356315 C6_chemical_B2 +LQ09X025970 Predicted protein (Fragment) 5.838704498 C6_chemical_B3 +LQ09X025970 Predicted protein (Fragment) 7.245179421 C6_chemical_C1 +LQ09X025970 Predicted protein (Fragment) 7.443917189 C6_chemical_C2 +LQ09X025970 Predicted protein (Fragment) 5.708899228 C6_chemical_C3 +LQ09X025970 Predicted protein (Fragment) 5.527336889 L4_control_A1 +LQ09X025970 Predicted protein (Fragment) 5.786677358 L4_control_A2 +LQ09X025970 Predicted protein (Fragment) 5.636057868 L4_control_A3 +LQ09X025970 Predicted protein (Fragment) 6.156183833 L4_control_B1 +LQ09X025970 Predicted protein (Fragment) 5.983013188 L4_control_B2 +LQ09X025970 Predicted protein (Fragment) 5.619102501 L4_control_B3 +LQ09X025970 Predicted protein (Fragment) 6.039524372 L4_control_C2 +LQ09X025970 Predicted protein (Fragment) 6.206472515 L4_control_C3 +LQ09X025970 Predicted protein (Fragment) 5.502540814 L4_chemical_A1 +LQ09X025970 Predicted protein (Fragment) 5.269436241 L4_chemical_A2 +LQ09X025970 Predicted protein (Fragment) 5.367249409 L4_chemical_A3 +LQ09X025970 Predicted protein (Fragment) 6.553522922 L4_chemical_B1 +LQ09X025970 Predicted protein (Fragment) 5.783603726 L4_chemical_B2 +LQ09X025970 Predicted protein (Fragment) 5.498424571 L4_chemical_B3 +LQ09X025970 Predicted protein (Fragment) 6.483624235 L4_chemical_C2 +LQ09X025970 Predicted protein (Fragment) 6.354212473 L4_chemical_C3 +LQ09X026080 Aluminum-activated citrate transporter 4.959214426 C6_control_A1 +LQ09X026080 Aluminum-activated citrate transporter 4.974674394 C6_control_A3 +LQ09X026080 Aluminum-activated citrate transporter 4.767627949 C6_control_B1 +LQ09X026080 Aluminum-activated citrate transporter 4.978651421 C6_control_B2 +LQ09X026080 Aluminum-activated citrate transporter 5.18871983 C6_control_B3 +LQ09X026080 Aluminum-activated citrate transporter 5.144004416 C6_control_C1 +LQ09X026080 Aluminum-activated citrate transporter 5.144942857 C6_control_C2 +LQ09X026080 Aluminum-activated citrate transporter 4.980887841 C6_control_C3 +LQ09X026080 Aluminum-activated citrate transporter 4.977328143 C6_chemical_A1 +LQ09X026080 Aluminum-activated citrate transporter 5.047020566 C6_chemical_A3 +LQ09X026080 Aluminum-activated citrate transporter 4.931679008 C6_chemical_B1 +LQ09X026080 Aluminum-activated citrate transporter 4.95833929 C6_chemical_B2 +LQ09X026080 Aluminum-activated citrate transporter 5.109201903 C6_chemical_B3 +LQ09X026080 Aluminum-activated citrate transporter 5.585193802 C6_chemical_C1 +LQ09X026080 Aluminum-activated citrate transporter 4.913232473 C6_chemical_C2 +LQ09X026080 Aluminum-activated citrate transporter 5.055243184 C6_chemical_C3 +LQ09X026080 Aluminum-activated citrate transporter 5.170811238 L4_control_A1 +LQ09X026080 Aluminum-activated citrate transporter 5.889474122 L4_control_A2 +LQ09X026080 Aluminum-activated citrate transporter 5.481863488 L4_control_A3 +LQ09X026080 Aluminum-activated citrate transporter 5.842355045 L4_control_B1 +LQ09X026080 Aluminum-activated citrate transporter 5.806800968 L4_control_B2 +LQ09X026080 Aluminum-activated citrate transporter 5.157546347 L4_control_B3 +LQ09X026080 Aluminum-activated citrate transporter 5.489343053 L4_control_C2 +LQ09X026080 Aluminum-activated citrate transporter 5.043694999 L4_control_C3 +LQ09X026080 Aluminum-activated citrate transporter 5.353266632 L4_chemical_A1 +LQ09X026080 Aluminum-activated citrate transporter 5.294755374 L4_chemical_A2 +LQ09X026080 Aluminum-activated citrate transporter 5.635543814 L4_chemical_A3 +LQ09X026080 Aluminum-activated citrate transporter 5.257715414 L4_chemical_B1 +LQ09X026080 Aluminum-activated citrate transporter 5.401450529 L4_chemical_B2 +LQ09X026080 Aluminum-activated citrate transporter 4.970427712 L4_chemical_B3 +LQ09X026080 Aluminum-activated citrate transporter 5.634561485 L4_chemical_C2 +LQ09X026080 Aluminum-activated citrate transporter 5.708804952 L4_chemical_C3 +LQ09X026090 Hypothetical protein 4.846446877 C6_control_A1 +LQ09X026090 Hypothetical protein 4.795649881 C6_control_A3 +LQ09X026090 Hypothetical protein 4.420211338 C6_control_B1 +LQ09X026090 Hypothetical protein 4.731952936 C6_control_B2 +LQ09X026090 Hypothetical protein 4.738212263 C6_control_B3 +LQ09X026090 Hypothetical protein 4.531478657 C6_control_C1 +LQ09X026090 Hypothetical protein 4.702702617 C6_control_C2 +LQ09X026090 Hypothetical protein 4.738395168 C6_control_C3 +LQ09X026090 Hypothetical protein 4.817927116 C6_chemical_A1 +LQ09X026090 Hypothetical protein 4.750175612 C6_chemical_A3 +LQ09X026090 Hypothetical protein 4.91910163 C6_chemical_B1 +LQ09X026090 Hypothetical protein 4.627725554 C6_chemical_B2 +LQ09X026090 Hypothetical protein 4.752960085 C6_chemical_B3 +LQ09X026090 Hypothetical protein 4.593139146 C6_chemical_C1 +LQ09X026090 Hypothetical protein 4.697084669 C6_chemical_C2 +LQ09X026090 Hypothetical protein 4.615508744 C6_chemical_C3 +LQ09X026090 Hypothetical protein 4.738330934 L4_control_A1 +LQ09X026090 Hypothetical protein 4.990220756 L4_control_A2 +LQ09X026090 Hypothetical protein 5.041696603 L4_control_A3 +LQ09X026090 Hypothetical protein 5.038551202 L4_control_B1 +LQ09X026090 Hypothetical protein 5.842899687 L4_control_B2 +LQ09X026090 Hypothetical protein 4.510729504 L4_control_B3 +LQ09X026090 Hypothetical protein 5.234947055 L4_control_C2 +LQ09X026090 Hypothetical protein 6.465450692 L4_control_C3 +LQ09X026090 Hypothetical protein 4.864383997 L4_chemical_A1 +LQ09X026090 Hypothetical protein 4.838736929 L4_chemical_A2 +LQ09X026090 Hypothetical protein 4.919893702 L4_chemical_A3 +LQ09X026090 Hypothetical protein 4.932230612 L4_chemical_B1 +LQ09X026090 Hypothetical protein 5.359802379 L4_chemical_B2 +LQ09X026090 Hypothetical protein 4.64983088 L4_chemical_B3 +LQ09X026090 Hypothetical protein 5.383347137 L4_chemical_C2 +LQ09X026090 Hypothetical protein 6.146162519 L4_chemical_C3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.663670091 C6_control_A1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 5.006140896 C6_control_A3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.83663669 C6_control_B1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.571324945 C6_control_B2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.703943731 C6_control_B3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.729814824 C6_control_C1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.526561184 C6_control_C2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.581484405 C6_control_C3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.797454407 C6_chemical_A1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.867276022 C6_chemical_A3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 5.143067407 C6_chemical_B1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.510823883 C6_chemical_B2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.790150875 C6_chemical_B3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 5.02229775 C6_chemical_C1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.646989288 C6_chemical_C2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.509348642 C6_chemical_C3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.834983825 L4_control_A1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.524893876 L4_control_A2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 5.296901183 L4_control_A3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 5.33550541 L4_control_B1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.797695207 L4_control_B2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.654002781 L4_control_B3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.647530353 L4_control_C2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 5.413872331 L4_control_C3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.66506919 L4_chemical_A1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.620492659 L4_chemical_A2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 5.096864883 L4_chemical_A3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.794275598 L4_chemical_B1 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.673650863 L4_chemical_B2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.900428971 L4_chemical_B3 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.802713029 L4_chemical_C2 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.845763571 L4_chemical_C3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.106429054 C6_control_A1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 6.760278598 C6_control_A3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 6.924399513 C6_control_B1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.051332624 C6_control_B2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 6.791722927 C6_control_B3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.952452597 C6_control_C1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.204914789 C6_control_C2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 8.617638106 C6_control_C3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.107075827 C6_chemical_A1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.151355682 C6_chemical_A3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.098012982 C6_chemical_B1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 6.979363134 C6_chemical_B2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.053723274 C6_chemical_B3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.617883295 C6_chemical_C1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.43100103 C6_chemical_C2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 8.691970185 C6_chemical_C3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 6.967875393 L4_control_A1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.129385301 L4_control_A2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.181488417 L4_control_A3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.011321877 L4_control_B1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.332412558 L4_control_B2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.334910715 L4_control_B3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.433529259 L4_control_C2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.523536528 L4_control_C3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.244104773 L4_chemical_A1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.188741328 L4_chemical_A2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.411650031 L4_chemical_A3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 6.746473631 L4_chemical_B1 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.079684631 L4_chemical_B2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 6.906934688 L4_chemical_B3 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.100258599 L4_chemical_C2 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.469832917 L4_chemical_C3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.220363373 C6_control_A1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.701155193 C6_control_A3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.340015213 C6_control_B1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.214838834 C6_control_B2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.038162172 C6_control_B3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.575273373 C6_control_C1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.845507732 C6_control_C2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.281724993 C6_control_C3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 4.99438644 C6_chemical_A1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.050063376 C6_chemical_A3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.036537175 C6_chemical_B1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.261532066 C6_chemical_B2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 4.856364439 C6_chemical_B3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.487263562 C6_chemical_C1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.662384115 C6_chemical_C2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 4.935796594 C6_chemical_C3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.353182583 L4_control_A1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.062068946 L4_control_A2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.121492037 L4_control_A3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.675806139 L4_control_B1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.041961009 L4_control_B2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.275287186 L4_control_B3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 4.883300011 L4_control_C2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.211471198 L4_control_C3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.198507439 L4_chemical_A1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.045078925 L4_chemical_A2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.525677573 L4_chemical_A3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 4.93198605 L4_chemical_B1 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 4.902518098 L4_chemical_B2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.066550213 L4_chemical_B3 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 4.933355982 L4_chemical_C2 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 5.403287136 L4_chemical_C3 +LQ09X026160 GTP-binding protein engA 5.148373811 C6_control_A1 +LQ09X026160 GTP-binding protein engA 5.297389014 C6_control_A3 +LQ09X026160 GTP-binding protein engA 5.060258834 C6_control_B1 +LQ09X026160 GTP-binding protein engA 5.501960477 C6_control_B2 +LQ09X026160 GTP-binding protein engA 5.58416556 C6_control_B3 +LQ09X026160 GTP-binding protein engA 5.455392253 C6_control_C1 +LQ09X026160 GTP-binding protein engA 5.439398797 C6_control_C2 +LQ09X026160 GTP-binding protein engA 5.74889399 C6_control_C3 +LQ09X026160 GTP-binding protein engA 5.134984689 C6_chemical_A1 +LQ09X026160 GTP-binding protein engA 5.606899983 C6_chemical_A3 +LQ09X026160 GTP-binding protein engA 4.855530729 C6_chemical_B1 +LQ09X026160 GTP-binding protein engA 5.591752791 C6_chemical_B2 +LQ09X026160 GTP-binding protein engA 4.983018867 C6_chemical_B3 +LQ09X026160 GTP-binding protein engA 5.501705659 C6_chemical_C1 +LQ09X026160 GTP-binding protein engA 6.253390069 C6_chemical_C2 +LQ09X026160 GTP-binding protein engA 5.42173983 C6_chemical_C3 +LQ09X026160 GTP-binding protein engA 5.435136782 L4_control_A1 +LQ09X026160 GTP-binding protein engA 5.444348302 L4_control_A2 +LQ09X026160 GTP-binding protein engA 5.628864288 L4_control_A3 +LQ09X026160 GTP-binding protein engA 5.246938809 L4_control_B1 +LQ09X026160 GTP-binding protein engA 5.10454417 L4_control_B2 +LQ09X026160 GTP-binding protein engA 4.987241794 L4_control_B3 +LQ09X026160 GTP-binding protein engA 5.333631104 L4_control_C2 +LQ09X026160 GTP-binding protein engA 5.566032826 L4_control_C3 +LQ09X026160 GTP-binding protein engA 5.147583194 L4_chemical_A1 +LQ09X026160 GTP-binding protein engA 5.391454864 L4_chemical_A2 +LQ09X026160 GTP-binding protein engA 5.1336195 L4_chemical_A3 +LQ09X026160 GTP-binding protein engA 5.381176163 L4_chemical_B1 +LQ09X026160 GTP-binding protein engA 4.999071252 L4_chemical_B2 +LQ09X026160 GTP-binding protein engA 5.135072606 L4_chemical_B3 +LQ09X026160 GTP-binding protein engA 5.513320631 L4_chemical_C2 +LQ09X026160 GTP-binding protein engA 5.827314365 L4_chemical_C3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.265095196 C6_control_A1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 8.529442286 C6_control_A3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.058039231 C6_control_B1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.329318303 C6_control_B2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.642948265 C6_control_B3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 5.565038324 C6_control_C1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 8.151046081 C6_control_C2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.010762872 C6_control_C3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.812406395 C6_chemical_A1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.381973132 C6_chemical_A3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.409709029 C6_chemical_B1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.314944983 C6_chemical_B2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.043336941 C6_chemical_B3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.569847968 C6_chemical_C1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.880565902 C6_chemical_C2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 5.759798009 C6_chemical_C3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.019410829 L4_control_A1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.872281421 L4_control_A2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.424988043 L4_control_A3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.140769041 L4_control_B1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.080329101 L4_control_B2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.979592726 L4_control_B3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 5.7516996 L4_control_C2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.477082759 L4_control_C3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.595068272 L4_chemical_A1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.545513853 L4_chemical_A2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.497319735 L4_chemical_A3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 7.639749408 L4_chemical_B1 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.650510582 L4_chemical_B2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.700785724 L4_chemical_B3 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.578238151 L4_chemical_C2 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.080461891 L4_chemical_C3 +LQ09X026260 Predicted protein (Fragment) 10.88950745 C6_control_A1 +LQ09X026260 Predicted protein (Fragment) 10.90319716 C6_control_A3 +LQ09X026260 Predicted protein (Fragment) 10.47717947 C6_control_B1 +LQ09X026260 Predicted protein (Fragment) 10.44267624 C6_control_B2 +LQ09X026260 Predicted protein (Fragment) 10.31574442 C6_control_B3 +LQ09X026260 Predicted protein (Fragment) 10.99753454 C6_control_C1 +LQ09X026260 Predicted protein (Fragment) 11.21183235 C6_control_C2 +LQ09X026260 Predicted protein (Fragment) 10.57749801 C6_control_C3 +LQ09X026260 Predicted protein (Fragment) 11.04260051 C6_chemical_A1 +LQ09X026260 Predicted protein (Fragment) 10.90033086 C6_chemical_A3 +LQ09X026260 Predicted protein (Fragment) 10.46512587 C6_chemical_B1 +LQ09X026260 Predicted protein (Fragment) 10.82683815 C6_chemical_B2 +LQ09X026260 Predicted protein (Fragment) 10.3042664 C6_chemical_B3 +LQ09X026260 Predicted protein (Fragment) 11.07529261 C6_chemical_C1 +LQ09X026260 Predicted protein (Fragment) 11.11508809 C6_chemical_C2 +LQ09X026260 Predicted protein (Fragment) 10.58714476 C6_chemical_C3 +LQ09X026260 Predicted protein (Fragment) 10.98631677 L4_control_A1 +LQ09X026260 Predicted protein (Fragment) 11.00590512 L4_control_A2 +LQ09X026260 Predicted protein (Fragment) 11.38297741 L4_control_A3 +LQ09X026260 Predicted protein (Fragment) 10.19108806 L4_control_B1 +LQ09X026260 Predicted protein (Fragment) 10.81533634 L4_control_B2 +LQ09X026260 Predicted protein (Fragment) 10.70099941 L4_control_B3 +LQ09X026260 Predicted protein (Fragment) 10.92602085 L4_control_C2 +LQ09X026260 Predicted protein (Fragment) 11.23472051 L4_control_C3 +LQ09X026260 Predicted protein (Fragment) 11.15762269 L4_chemical_A1 +LQ09X026260 Predicted protein (Fragment) 10.80949205 L4_chemical_A2 +LQ09X026260 Predicted protein (Fragment) 11.0928197 L4_chemical_A3 +LQ09X026260 Predicted protein (Fragment) 10.13028514 L4_chemical_B1 +LQ09X026260 Predicted protein (Fragment) 10.62488438 L4_chemical_B2 +LQ09X026260 Predicted protein (Fragment) 10.74634473 L4_chemical_B3 +LQ09X026260 Predicted protein (Fragment) 10.862569 L4_chemical_C2 +LQ09X026260 Predicted protein (Fragment) 11.23223539 L4_chemical_C3 +LQ09X026330 Auxin response factor 4 11.63124692 C6_control_A1 +LQ09X026330 Auxin response factor 4 12.02028929 C6_control_A3 +LQ09X026330 Auxin response factor 4 10.96523707 C6_control_B1 +LQ09X026330 Auxin response factor 4 9.924445979 C6_control_B2 +LQ09X026330 Auxin response factor 4 10.75904911 C6_control_B3 +LQ09X026330 Auxin response factor 4 10.53541567 C6_control_C1 +LQ09X026330 Auxin response factor 4 10.04980091 C6_control_C2 +LQ09X026330 Auxin response factor 4 11.08495928 C6_control_C3 +LQ09X026330 Auxin response factor 4 11.71939453 C6_chemical_A1 +LQ09X026330 Auxin response factor 4 12.29133433 C6_chemical_A3 +LQ09X026330 Auxin response factor 4 10.48863202 C6_chemical_B1 +LQ09X026330 Auxin response factor 4 9.85451062 C6_chemical_B2 +LQ09X026330 Auxin response factor 4 11.08280349 C6_chemical_B3 +LQ09X026330 Auxin response factor 4 10.34253129 C6_chemical_C1 +LQ09X026330 Auxin response factor 4 10.11316781 C6_chemical_C2 +LQ09X026330 Auxin response factor 4 10.49718131 C6_chemical_C3 +LQ09X026330 Auxin response factor 4 11.64042746 L4_control_A1 +LQ09X026330 Auxin response factor 4 11.57404316 L4_control_A2 +LQ09X026330 Auxin response factor 4 11.88217042 L4_control_A3 +LQ09X026330 Auxin response factor 4 9.498205437 L4_control_B1 +LQ09X026330 Auxin response factor 4 11.13856149 L4_control_B2 +LQ09X026330 Auxin response factor 4 9.433437204 L4_control_B3 +LQ09X026330 Auxin response factor 4 10.10980197 L4_control_C2 +LQ09X026330 Auxin response factor 4 11.00269624 L4_control_C3 +LQ09X026330 Auxin response factor 4 11.16294466 L4_chemical_A1 +LQ09X026330 Auxin response factor 4 11.43393305 L4_chemical_A2 +LQ09X026330 Auxin response factor 4 11.58807131 L4_chemical_A3 +LQ09X026330 Auxin response factor 4 10.82315992 L4_chemical_B1 +LQ09X026330 Auxin response factor 4 11.01840446 L4_chemical_B2 +LQ09X026330 Auxin response factor 4 11.12468544 L4_chemical_B3 +LQ09X026330 Auxin response factor 4 10.08115256 L4_chemical_C2 +LQ09X026330 Auxin response factor 4 10.66751911 L4_chemical_C3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 8.57519741 C6_control_A1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.294560716 C6_control_A3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 8.840890355 C6_control_B1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 8.392488671 C6_control_B2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.62238943 C6_control_B3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 10.02598575 C6_control_C1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 10.07073572 C6_control_C2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 10.65034617 C6_control_C3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 7.729708239 C6_chemical_A1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.328396462 C6_chemical_A3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 8.575268732 C6_chemical_B1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 8.442840633 C6_chemical_B2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.279741281 C6_chemical_B3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.828717713 C6_chemical_C1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.503813526 C6_chemical_C2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 10.88698941 C6_chemical_C3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.267958187 L4_control_A1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.158244967 L4_control_A2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 10.45517193 L4_control_A3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.645704069 L4_control_B1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.379956215 L4_control_B2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.872112883 L4_control_B3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 10.13166643 L4_control_C2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 11.23164149 L4_control_C3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 11.39386874 L4_chemical_A1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 11.35088729 L4_chemical_A2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 11.25205024 L4_chemical_A3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 10.31289655 L4_chemical_B1 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.499943984 L4_chemical_B2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 9.669002128 L4_chemical_B3 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 10.24669917 L4_chemical_C2 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 11.24055211 L4_chemical_C3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.51646503 C6_control_A1 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.87735764 C6_control_A3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.94500242 C6_control_B1 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.28491248 C6_control_B2 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.52394581 C6_control_B3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.92324321 C6_control_C1 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.43694948 C6_control_C2 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.53150044 C6_control_C3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.59668245 C6_chemical_A1 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.94691129 C6_chemical_A3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.82044065 C6_chemical_B1 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.20492248 C6_chemical_B2 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.511494 C6_chemical_B3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.87935151 C6_chemical_C1 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.51264816 C6_chemical_C2 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.32143219 C6_chemical_C3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.82450529 L4_control_A1 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.76564526 L4_control_A2 +LQ09X026360 Putative General transcription factor IIH subunit 2 11.15040029 L4_control_A3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.55432893 L4_control_B1 +LQ09X026360 Putative General transcription factor IIH subunit 2 11.33212993 L4_control_B2 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.68176306 L4_control_B3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.9563681 L4_control_C2 +LQ09X026360 Putative General transcription factor IIH subunit 2 11.47080315 L4_control_C3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.91462194 L4_chemical_A1 +LQ09X026360 Putative General transcription factor IIH subunit 2 11.12838896 L4_chemical_A2 +LQ09X026360 Putative General transcription factor IIH subunit 2 11.12654425 L4_chemical_A3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.91010043 L4_chemical_B1 +LQ09X026360 Putative General transcription factor IIH subunit 2 11.15255583 L4_chemical_B2 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.28232246 L4_chemical_B3 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.83662651 L4_chemical_C2 +LQ09X026360 Putative General transcription factor IIH subunit 2 11.58161766 L4_chemical_C3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.41480462 C6_control_A1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 8.902663937 C6_control_A3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.555517153 C6_control_B1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.03572671 C6_control_B2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.827111118 C6_control_B3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.70710792 C6_control_C1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.88126427 C6_control_C2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.7142631 C6_control_C3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.664301357 C6_chemical_A1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.467781657 C6_chemical_A3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.23257643 C6_chemical_B1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.29176722 C6_chemical_B2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.994191481 C6_chemical_B3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.80694683 C6_chemical_C1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 11.03441736 C6_chemical_C2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 11.11223526 C6_chemical_C3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.854326264 L4_control_A1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.537760044 L4_control_A2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.9861772 L4_control_A3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.804411894 L4_control_B1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.461644355 L4_control_B2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.79262919 L4_control_B3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.692744 L4_control_C2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 11.09026137 L4_control_C3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.26216484 L4_chemical_A1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.978777765 L4_chemical_A2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.663505131 L4_chemical_A3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.647633936 L4_chemical_B1 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.047467618 L4_chemical_B2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.15593345 L4_chemical_B3 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.71780786 L4_chemical_C2 +LQ09X026370 E3 SUMO-protein ligase SIZ1 10.57834587 L4_chemical_C3 +LQ09X026380 Putative uncharacterized protein 12.21380569 C6_control_A1 +LQ09X026380 Putative uncharacterized protein 12.27027245 C6_control_A3 +LQ09X026380 Putative uncharacterized protein 11.92422027 C6_control_B1 +LQ09X026380 Putative uncharacterized protein 13.27791491 C6_control_B2 +LQ09X026380 Putative uncharacterized protein 11.91440747 C6_control_B3 +LQ09X026380 Putative uncharacterized protein 12.63417507 C6_control_C1 +LQ09X026380 Putative uncharacterized protein 12.05596991 C6_control_C2 +LQ09X026380 Putative uncharacterized protein 12.88973814 C6_control_C3 +LQ09X026380 Putative uncharacterized protein 11.97464314 C6_chemical_A1 +LQ09X026380 Putative uncharacterized protein 11.27586475 C6_chemical_A3 +LQ09X026380 Putative uncharacterized protein 11.51443585 C6_chemical_B1 +LQ09X026380 Putative uncharacterized protein 12.94810674 C6_chemical_B2 +LQ09X026380 Putative uncharacterized protein 12.19727792 C6_chemical_B3 +LQ09X026380 Putative uncharacterized protein 12.50052673 C6_chemical_C1 +LQ09X026380 Putative uncharacterized protein 12.31605991 C6_chemical_C2 +LQ09X026380 Putative uncharacterized protein 12.43323149 C6_chemical_C3 +LQ09X026380 Putative uncharacterized protein 11.82467969 L4_control_A1 +LQ09X026380 Putative uncharacterized protein 11.34873381 L4_control_A2 +LQ09X026380 Putative uncharacterized protein 11.16260241 L4_control_A3 +LQ09X026380 Putative uncharacterized protein 10.76814895 L4_control_B1 +LQ09X026380 Putative uncharacterized protein 9.823610066 L4_control_B2 +LQ09X026380 Putative uncharacterized protein 12.00025369 L4_control_B3 +LQ09X026380 Putative uncharacterized protein 9.45777575 L4_control_C2 +LQ09X026380 Putative uncharacterized protein 8.833550719 L4_control_C3 +LQ09X026380 Putative uncharacterized protein 10.6485889 L4_chemical_A1 +LQ09X026380 Putative uncharacterized protein 10.80318916 L4_chemical_A2 +LQ09X026380 Putative uncharacterized protein 11.5857372 L4_chemical_A3 +LQ09X026380 Putative uncharacterized protein 10.9202731 L4_chemical_B1 +LQ09X026380 Putative uncharacterized protein 10.84334575 L4_chemical_B2 +LQ09X026380 Putative uncharacterized protein 11.44957585 L4_chemical_B3 +LQ09X026380 Putative uncharacterized protein 9.075793547 L4_chemical_C2 +LQ09X026380 Putative uncharacterized protein 9.398520618 L4_chemical_C3 +LQ09X026390 Elongation factor 1-alpha 7.088372973 C6_control_A1 +LQ09X026390 Elongation factor 1-alpha 8.351140105 C6_control_A3 +LQ09X026390 Elongation factor 1-alpha 7.49293797 C6_control_B1 +LQ09X026390 Elongation factor 1-alpha 7.209807866 C6_control_B2 +LQ09X026390 Elongation factor 1-alpha 7.15941096 C6_control_B3 +LQ09X026390 Elongation factor 1-alpha 6.751365921 C6_control_C1 +LQ09X026390 Elongation factor 1-alpha 8.028903283 C6_control_C2 +LQ09X026390 Elongation factor 1-alpha 6.617625831 C6_control_C3 +LQ09X026390 Elongation factor 1-alpha 7.139773901 C6_chemical_A1 +LQ09X026390 Elongation factor 1-alpha 6.982496591 C6_chemical_A3 +LQ09X026390 Elongation factor 1-alpha 7.055779754 C6_chemical_B1 +LQ09X026390 Elongation factor 1-alpha 6.821470985 C6_chemical_B2 +LQ09X026390 Elongation factor 1-alpha 6.912052683 C6_chemical_B3 +LQ09X026390 Elongation factor 1-alpha 6.825460698 C6_chemical_C1 +LQ09X026390 Elongation factor 1-alpha 7.060925377 C6_chemical_C2 +LQ09X026390 Elongation factor 1-alpha 6.271251383 C6_chemical_C3 +LQ09X026390 Elongation factor 1-alpha 7.013670609 L4_control_A1 +LQ09X026390 Elongation factor 1-alpha 7.367605456 L4_control_A2 +LQ09X026390 Elongation factor 1-alpha 7.616233355 L4_control_A3 +LQ09X026390 Elongation factor 1-alpha 7.439544172 L4_control_B1 +LQ09X026390 Elongation factor 1-alpha 7.87048015 L4_control_B2 +LQ09X026390 Elongation factor 1-alpha 7.232068562 L4_control_B3 +LQ09X026390 Elongation factor 1-alpha 7.002180475 L4_control_C2 +LQ09X026390 Elongation factor 1-alpha 7.892967766 L4_control_C3 +LQ09X026390 Elongation factor 1-alpha 6.556113543 L4_chemical_A1 +LQ09X026390 Elongation factor 1-alpha 7.216054783 L4_chemical_A2 +LQ09X026390 Elongation factor 1-alpha 7.383791834 L4_chemical_A3 +LQ09X026390 Elongation factor 1-alpha 8.479712717 L4_chemical_B1 +LQ09X026390 Elongation factor 1-alpha 8.259544667 L4_chemical_B2 +LQ09X026390 Elongation factor 1-alpha 7.327619381 L4_chemical_B3 +LQ09X026390 Elongation factor 1-alpha 6.698662113 L4_chemical_C2 +LQ09X026390 Elongation factor 1-alpha 6.629788101 L4_chemical_C3 +LQ09X026420 Elongation factor 1-alpha 15.13129357 C6_control_A1 +LQ09X026420 Elongation factor 1-alpha 15.13165819 C6_control_A3 +LQ09X026420 Elongation factor 1-alpha 14.65350561 C6_control_B1 +LQ09X026420 Elongation factor 1-alpha 15.16228205 C6_control_B2 +LQ09X026420 Elongation factor 1-alpha 14.84950141 C6_control_B3 +LQ09X026420 Elongation factor 1-alpha 14.89070212 C6_control_C1 +LQ09X026420 Elongation factor 1-alpha 15.19341933 C6_control_C2 +LQ09X026420 Elongation factor 1-alpha 14.78593501 C6_control_C3 +LQ09X026420 Elongation factor 1-alpha 14.9026774 C6_chemical_A1 +LQ09X026420 Elongation factor 1-alpha 15.04071438 C6_chemical_A3 +LQ09X026420 Elongation factor 1-alpha 14.51139205 C6_chemical_B1 +LQ09X026420 Elongation factor 1-alpha 14.66327017 C6_chemical_B2 +LQ09X026420 Elongation factor 1-alpha 14.90383729 C6_chemical_B3 +LQ09X026420 Elongation factor 1-alpha 14.55464002 C6_chemical_C1 +LQ09X026420 Elongation factor 1-alpha 14.60924364 C6_chemical_C2 +LQ09X026420 Elongation factor 1-alpha 14.40816404 C6_chemical_C3 +LQ09X026420 Elongation factor 1-alpha 15.35414889 L4_control_A1 +LQ09X026420 Elongation factor 1-alpha 15.44776389 L4_control_A2 +LQ09X026420 Elongation factor 1-alpha 15.44498188 L4_control_A3 +LQ09X026420 Elongation factor 1-alpha 14.83825636 L4_control_B1 +LQ09X026420 Elongation factor 1-alpha 14.7539245 L4_control_B2 +LQ09X026420 Elongation factor 1-alpha 15.0239108 L4_control_B3 +LQ09X026420 Elongation factor 1-alpha 14.2641639 L4_control_C2 +LQ09X026420 Elongation factor 1-alpha 14.85810443 L4_control_C3 +LQ09X026420 Elongation factor 1-alpha 15.1492796 L4_chemical_A1 +LQ09X026420 Elongation factor 1-alpha 15.26381358 L4_chemical_A2 +LQ09X026420 Elongation factor 1-alpha 15.35858887 L4_chemical_A3 +LQ09X026420 Elongation factor 1-alpha 14.74161142 L4_chemical_B1 +LQ09X026420 Elongation factor 1-alpha 14.39648691 L4_chemical_B2 +LQ09X026420 Elongation factor 1-alpha 15.38502813 L4_chemical_B3 +LQ09X026420 Elongation factor 1-alpha 14.38974183 L4_chemical_C2 +LQ09X026420 Elongation factor 1-alpha 14.62912706 L4_chemical_C3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.80034412 C6_control_A1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 12.19770277 C6_control_A3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.76042537 C6_control_B1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.74396726 C6_control_B2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.48212283 C6_control_B3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.89429765 C6_control_C1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.7411473 C6_control_C2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.91628873 C6_control_C3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.66954846 C6_chemical_A1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.86718918 C6_chemical_A3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.54411312 C6_chemical_B1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.7228186 C6_chemical_B2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.05790458 C6_chemical_B3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.95708625 C6_chemical_C1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.76305682 C6_chemical_C2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.60326541 C6_chemical_C3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.54801618 L4_control_A1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.65763457 L4_control_A2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 10.94446172 L4_control_A3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.41985166 L4_control_B1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.13073745 L4_control_B2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.28428651 L4_control_B3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.15869289 L4_control_C2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.00740952 L4_control_C3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.49921341 L4_chemical_A1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.4305762 L4_chemical_A2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.01204982 L4_chemical_A3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.38982487 L4_chemical_B1 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.6135309 L4_chemical_B2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.34440182 L4_chemical_B3 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 10.92395646 L4_chemical_C2 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.14242345 L4_chemical_C3 +LQ09X026450 Predicted protein 5.394828832 C6_control_A1 +LQ09X026450 Predicted protein 5.483040289 C6_control_A3 +LQ09X026450 Predicted protein 6.824573334 C6_control_B1 +LQ09X026450 Predicted protein 5.796435359 C6_control_B2 +LQ09X026450 Predicted protein 6.138272333 C6_control_B3 +LQ09X026450 Predicted protein 5.999070326 C6_control_C1 +LQ09X026450 Predicted protein 5.045811594 C6_control_C2 +LQ09X026450 Predicted protein 5.653615616 C6_control_C3 +LQ09X026450 Predicted protein 5.60409876 C6_chemical_A1 +LQ09X026450 Predicted protein 5.850785598 C6_chemical_A3 +LQ09X026450 Predicted protein 6.7680168 C6_chemical_B1 +LQ09X026450 Predicted protein 5.633908411 C6_chemical_B2 +LQ09X026450 Predicted protein 5.418643091 C6_chemical_B3 +LQ09X026450 Predicted protein 5.880996828 C6_chemical_C1 +LQ09X026450 Predicted protein 5.587113853 C6_chemical_C2 +LQ09X026450 Predicted protein 5.363690169 C6_chemical_C3 +LQ09X026450 Predicted protein 5.862138661 L4_control_A1 +LQ09X026450 Predicted protein 5.903050528 L4_control_A2 +LQ09X026450 Predicted protein 5.648531733 L4_control_A3 +LQ09X026450 Predicted protein 5.534037384 L4_control_B1 +LQ09X026450 Predicted protein 5.229157079 L4_control_B2 +LQ09X026450 Predicted protein 5.59705265 L4_control_B3 +LQ09X026450 Predicted protein 5.466532933 L4_control_C2 +LQ09X026450 Predicted protein 6.821229189 L4_control_C3 +LQ09X026450 Predicted protein 5.666949256 L4_chemical_A1 +LQ09X026450 Predicted protein 5.744372085 L4_chemical_A2 +LQ09X026450 Predicted protein 5.78681618 L4_chemical_A3 +LQ09X026450 Predicted protein 5.372280302 L4_chemical_B1 +LQ09X026450 Predicted protein 5.901103434 L4_chemical_B2 +LQ09X026450 Predicted protein 5.867839149 L4_chemical_B3 +LQ09X026450 Predicted protein 6.212491178 L4_chemical_C2 +LQ09X026450 Predicted protein 5.330176368 L4_chemical_C3 +LQ09X026460 Putative uncharacterized protein 5.307301672 C6_control_A1 +LQ09X026460 Putative uncharacterized protein 5.466452722 C6_control_A3 +LQ09X026460 Putative uncharacterized protein 5.258744806 C6_control_B1 +LQ09X026460 Putative uncharacterized protein 5.373914773 C6_control_B2 +LQ09X026460 Putative uncharacterized protein 5.095450292 C6_control_B3 +LQ09X026460 Putative uncharacterized protein 5.776688856 C6_control_C1 +LQ09X026460 Putative uncharacterized protein 5.971736169 C6_control_C2 +LQ09X026460 Putative uncharacterized protein 5.504058506 C6_control_C3 +LQ09X026460 Putative uncharacterized protein 5.038311199 C6_chemical_A1 +LQ09X026460 Putative uncharacterized protein 5.240325937 C6_chemical_A3 +LQ09X026460 Putative uncharacterized protein 5.22632141 C6_chemical_B1 +LQ09X026460 Putative uncharacterized protein 5.301521424 C6_chemical_B2 +LQ09X026460 Putative uncharacterized protein 5.263628789 C6_chemical_B3 +LQ09X026460 Putative uncharacterized protein 5.692840636 C6_chemical_C1 +LQ09X026460 Putative uncharacterized protein 6.026693735 C6_chemical_C2 +LQ09X026460 Putative uncharacterized protein 5.773699775 C6_chemical_C3 +LQ09X026460 Putative uncharacterized protein 5.365660366 L4_control_A1 +LQ09X026460 Putative uncharacterized protein 5.724272394 L4_control_A2 +LQ09X026460 Putative uncharacterized protein 5.601005111 L4_control_A3 +LQ09X026460 Putative uncharacterized protein 5.826911105 L4_control_B1 +LQ09X026460 Putative uncharacterized protein 5.455253113 L4_control_B2 +LQ09X026460 Putative uncharacterized protein 5.237238245 L4_control_B3 +LQ09X026460 Putative uncharacterized protein 5.471684676 L4_control_C2 +LQ09X026460 Putative uncharacterized protein 6.757824037 L4_control_C3 +LQ09X026460 Putative uncharacterized protein 5.397824881 L4_chemical_A1 +LQ09X026460 Putative uncharacterized protein 5.206020391 L4_chemical_A2 +LQ09X026460 Putative uncharacterized protein 5.122086459 L4_chemical_A3 +LQ09X026460 Putative uncharacterized protein 5.467651021 L4_chemical_B1 +LQ09X026460 Putative uncharacterized protein 5.314819324 L4_chemical_B2 +LQ09X026460 Putative uncharacterized protein 5.625819045 L4_chemical_B3 +LQ09X026460 Putative uncharacterized protein 4.998351029 L4_chemical_C2 +LQ09X026460 Putative uncharacterized protein 5.874721308 L4_chemical_C3 +LQ09X026470 Predicted protein (Fragment) 12.38248029 C6_control_A1 +LQ09X026470 Predicted protein (Fragment) 12.05363836 C6_control_A3 +LQ09X026470 Predicted protein (Fragment) 12.31268725 C6_control_B1 +LQ09X026470 Predicted protein (Fragment) 13.06392001 C6_control_B2 +LQ09X026470 Predicted protein (Fragment) 12.10255163 C6_control_B3 +LQ09X026470 Predicted protein (Fragment) 13.74219338 C6_control_C1 +LQ09X026470 Predicted protein (Fragment) 13.52938621 C6_control_C2 +LQ09X026470 Predicted protein (Fragment) 13.66207566 C6_control_C3 +LQ09X026470 Predicted protein (Fragment) 12.48182672 C6_chemical_A1 +LQ09X026470 Predicted protein (Fragment) 12.076578 C6_chemical_A3 +LQ09X026470 Predicted protein (Fragment) 12.00736539 C6_chemical_B1 +LQ09X026470 Predicted protein (Fragment) 12.82578228 C6_chemical_B2 +LQ09X026470 Predicted protein (Fragment) 12.05601551 C6_chemical_B3 +LQ09X026470 Predicted protein (Fragment) 13.58625532 C6_chemical_C1 +LQ09X026470 Predicted protein (Fragment) 13.6024935 C6_chemical_C2 +LQ09X026470 Predicted protein (Fragment) 13.58474981 C6_chemical_C3 +LQ09X026470 Predicted protein (Fragment) 12.17883749 L4_control_A1 +LQ09X026470 Predicted protein (Fragment) 12.49021566 L4_control_A2 +LQ09X026470 Predicted protein (Fragment) 12.45285887 L4_control_A3 +LQ09X026470 Predicted protein (Fragment) 11.83631611 L4_control_B1 +LQ09X026470 Predicted protein (Fragment) 11.80511405 L4_control_B2 +LQ09X026470 Predicted protein (Fragment) 11.96722337 L4_control_B3 +LQ09X026470 Predicted protein (Fragment) 12.67405272 L4_control_C2 +LQ09X026470 Predicted protein (Fragment) 11.97912911 L4_control_C3 +LQ09X026470 Predicted protein (Fragment) 12.41647296 L4_chemical_A1 +LQ09X026470 Predicted protein (Fragment) 12.69699472 L4_chemical_A2 +LQ09X026470 Predicted protein (Fragment) 12.59301322 L4_chemical_A3 +LQ09X026470 Predicted protein (Fragment) 12.12293982 L4_chemical_B1 +LQ09X026470 Predicted protein (Fragment) 12.13835013 L4_chemical_B2 +LQ09X026470 Predicted protein (Fragment) 12.04409685 L4_chemical_B3 +LQ09X026470 Predicted protein (Fragment) 12.76331976 L4_chemical_C2 +LQ09X026470 Predicted protein (Fragment) 12.06814257 L4_chemical_C3 +LQ09X026500 Hydrolase, putative 14.23314696 C6_control_A1 +LQ09X026500 Hydrolase, putative 13.37255257 C6_control_A3 +LQ09X026500 Hydrolase, putative 14.31496447 C6_control_B1 +LQ09X026500 Hydrolase, putative 13.16140941 C6_control_B2 +LQ09X026500 Hydrolase, putative 13.66028303 C6_control_B3 +LQ09X026500 Hydrolase, putative 12.7794969 C6_control_C1 +LQ09X026500 Hydrolase, putative 12.45490189 C6_control_C2 +LQ09X026500 Hydrolase, putative 12.61972936 C6_control_C3 +LQ09X026500 Hydrolase, putative 13.91799087 C6_chemical_A1 +LQ09X026500 Hydrolase, putative 13.72358235 C6_chemical_A3 +LQ09X026500 Hydrolase, putative 14.11919355 C6_chemical_B1 +LQ09X026500 Hydrolase, putative 13.24766448 C6_chemical_B2 +LQ09X026500 Hydrolase, putative 13.75727315 C6_chemical_B3 +LQ09X026500 Hydrolase, putative 12.78488036 C6_chemical_C1 +LQ09X026500 Hydrolase, putative 12.69137157 C6_chemical_C2 +LQ09X026500 Hydrolase, putative 12.26786345 C6_chemical_C3 +LQ09X026500 Hydrolase, putative 12.73658256 L4_control_A1 +LQ09X026500 Hydrolase, putative 12.54041693 L4_control_A2 +LQ09X026500 Hydrolase, putative 12.43399929 L4_control_A3 +LQ09X026500 Hydrolase, putative 12.83293545 L4_control_B1 +LQ09X026500 Hydrolase, putative 12.94652635 L4_control_B2 +LQ09X026500 Hydrolase, putative 11.50109028 L4_control_B3 +LQ09X026500 Hydrolase, putative 12.31300702 L4_control_C2 +LQ09X026500 Hydrolase, putative 11.30882396 L4_control_C3 +LQ09X026500 Hydrolase, putative 12.84122072 L4_chemical_A1 +LQ09X026500 Hydrolase, putative 12.70717753 L4_chemical_A2 +LQ09X026500 Hydrolase, putative 12.61510562 L4_chemical_A3 +LQ09X026500 Hydrolase, putative 13.66926256 L4_chemical_B1 +LQ09X026500 Hydrolase, putative 13.22601529 L4_chemical_B2 +LQ09X026500 Hydrolase, putative 11.96618101 L4_chemical_B3 +LQ09X026500 Hydrolase, putative 12.14880589 L4_chemical_C2 +LQ09X026500 Hydrolase, putative 11.61987337 L4_chemical_C3 +LQ09X026520 Zinc finger protein, putative 5.530776075 C6_control_A1 +LQ09X026520 Zinc finger protein, putative 5.227156242 C6_control_A3 +LQ09X026520 Zinc finger protein, putative 5.421294196 C6_control_B1 +LQ09X026520 Zinc finger protein, putative 5.158352498 C6_control_B2 +LQ09X026520 Zinc finger protein, putative 5.256911477 C6_control_B3 +LQ09X026520 Zinc finger protein, putative 5.217469572 C6_control_C1 +LQ09X026520 Zinc finger protein, putative 5.329576781 C6_control_C2 +LQ09X026520 Zinc finger protein, putative 5.198187811 C6_control_C3 +LQ09X026520 Zinc finger protein, putative 5.198280497 C6_chemical_A1 +LQ09X026520 Zinc finger protein, putative 5.213866482 C6_chemical_A3 +LQ09X026520 Zinc finger protein, putative 5.302152061 C6_chemical_B1 +LQ09X026520 Zinc finger protein, putative 5.454420025 C6_chemical_B2 +LQ09X026520 Zinc finger protein, putative 5.153867949 C6_chemical_B3 +LQ09X026520 Zinc finger protein, putative 5.612229368 C6_chemical_C1 +LQ09X026520 Zinc finger protein, putative 5.288353564 C6_chemical_C2 +LQ09X026520 Zinc finger protein, putative 5.292294012 C6_chemical_C3 +LQ09X026520 Zinc finger protein, putative 4.956258074 L4_control_A1 +LQ09X026520 Zinc finger protein, putative 5.429145994 L4_control_A2 +LQ09X026520 Zinc finger protein, putative 5.061455657 L4_control_A3 +LQ09X026520 Zinc finger protein, putative 5.007290383 L4_control_B1 +LQ09X026520 Zinc finger protein, putative 5.295226624 L4_control_B2 +LQ09X026520 Zinc finger protein, putative 5.375136508 L4_control_B3 +LQ09X026520 Zinc finger protein, putative 5.000306601 L4_control_C2 +LQ09X026520 Zinc finger protein, putative 5.670416042 L4_control_C3 +LQ09X026520 Zinc finger protein, putative 5.359526405 L4_chemical_A1 +LQ09X026520 Zinc finger protein, putative 4.831093192 L4_chemical_A2 +LQ09X026520 Zinc finger protein, putative 5.21343129 L4_chemical_A3 +LQ09X026520 Zinc finger protein, putative 5.074852762 L4_chemical_B1 +LQ09X026520 Zinc finger protein, putative 5.125374344 L4_chemical_B2 +LQ09X026520 Zinc finger protein, putative 4.969123436 L4_chemical_B3 +LQ09X026520 Zinc finger protein, putative 5.508953676 L4_chemical_C2 +LQ09X026520 Zinc finger protein, putative 5.804098766 L4_chemical_C3 +LQ09X026530 Putative uncharacterized protein 6.734243593 C6_control_A1 +LQ09X026530 Putative uncharacterized protein 5.719315927 C6_control_A3 +LQ09X026530 Putative uncharacterized protein 6.36212693 C6_control_B1 +LQ09X026530 Putative uncharacterized protein 6.453617777 C6_control_B2 +LQ09X026530 Putative uncharacterized protein 6.190211414 C6_control_B3 +LQ09X026530 Putative uncharacterized protein 6.084610626 C6_control_C1 +LQ09X026530 Putative uncharacterized protein 6.851943173 C6_control_C2 +LQ09X026530 Putative uncharacterized protein 6.684689974 C6_control_C3 +LQ09X026530 Putative uncharacterized protein 6.750578361 C6_chemical_A1 +LQ09X026530 Putative uncharacterized protein 6.159021775 C6_chemical_A3 +LQ09X026530 Putative uncharacterized protein 6.134555447 C6_chemical_B1 +LQ09X026530 Putative uncharacterized protein 6.720233467 C6_chemical_B2 +LQ09X026530 Putative uncharacterized protein 6.105672622 C6_chemical_B3 +LQ09X026530 Putative uncharacterized protein 6.246402268 C6_chemical_C1 +LQ09X026530 Putative uncharacterized protein 6.831019752 C6_chemical_C2 +LQ09X026530 Putative uncharacterized protein 6.545309721 C6_chemical_C3 +LQ09X026530 Putative uncharacterized protein 6.333011053 L4_control_A1 +LQ09X026530 Putative uncharacterized protein 6.813116865 L4_control_A2 +LQ09X026530 Putative uncharacterized protein 7.556904968 L4_control_A3 +LQ09X026530 Putative uncharacterized protein 5.847792262 L4_control_B1 +LQ09X026530 Putative uncharacterized protein 6.57779135 L4_control_B2 +LQ09X026530 Putative uncharacterized protein 6.254197021 L4_control_B3 +LQ09X026530 Putative uncharacterized protein 6.578899462 L4_control_C2 +LQ09X026530 Putative uncharacterized protein 5.46173143 L4_control_C3 +LQ09X026530 Putative uncharacterized protein 6.244548922 L4_chemical_A1 +LQ09X026530 Putative uncharacterized protein 7.052592105 L4_chemical_A2 +LQ09X026530 Putative uncharacterized protein 7.436060425 L4_chemical_A3 +LQ09X026530 Putative uncharacterized protein 6.343308238 L4_chemical_B1 +LQ09X026530 Putative uncharacterized protein 6.185883687 L4_chemical_B2 +LQ09X026530 Putative uncharacterized protein 6.453189364 L4_chemical_B3 +LQ09X026530 Putative uncharacterized protein 6.466452029 L4_chemical_C2 +LQ09X026530 Putative uncharacterized protein 6.021256732 L4_chemical_C3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.845296339 C6_control_A1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.227271904 C6_control_A3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.136071626 C6_control_B1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.013680818 C6_control_B2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.238871831 C6_control_B3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.139522807 C6_control_C1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.964543277 C6_control_C2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.914460313 C6_control_C3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.105156116 C6_chemical_A1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.172867753 C6_chemical_A3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.154443039 C6_chemical_B1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.017275458 C6_chemical_B2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.182432822 C6_chemical_B3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.928890496 C6_chemical_C1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.018781632 C6_chemical_C2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.119262063 C6_chemical_C3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.8625937 L4_control_A1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.852279024 L4_control_A2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.816272913 L4_control_A3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.127998295 L4_control_B1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.426901966 L4_control_B2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.254355718 L4_control_B3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.296715375 L4_control_C2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.785783253 L4_control_C3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.85907201 L4_chemical_A1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.0719997 L4_chemical_A2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.238583384 L4_chemical_A3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.970315419 L4_chemical_B1 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.060420928 L4_chemical_B2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.20383858 L4_chemical_B3 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 4.914622913 L4_chemical_C2 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.385077831 L4_chemical_C3 +LQ09X026580 At3g45600 11.02849409 C6_control_A1 +LQ09X026580 At3g45600 11.6144362 C6_control_A3 +LQ09X026580 At3g45600 12.37470891 C6_control_B1 +LQ09X026580 At3g45600 12.68052443 C6_control_B2 +LQ09X026580 At3g45600 13.18940006 C6_control_B3 +LQ09X026580 At3g45600 13.28139177 C6_control_C1 +LQ09X026580 At3g45600 13.33268243 C6_control_C2 +LQ09X026580 At3g45600 13.51749618 C6_control_C3 +LQ09X026580 At3g45600 11.7128607 C6_chemical_A1 +LQ09X026580 At3g45600 11.77903514 C6_chemical_A3 +LQ09X026580 At3g45600 12.97395702 C6_chemical_B1 +LQ09X026580 At3g45600 13.11238246 C6_chemical_B2 +LQ09X026580 At3g45600 13.74010489 C6_chemical_B3 +LQ09X026580 At3g45600 13.89778254 C6_chemical_C1 +LQ09X026580 At3g45600 13.804597 C6_chemical_C2 +LQ09X026580 At3g45600 14.11119523 C6_chemical_C3 +LQ09X026580 At3g45600 11.50417693 L4_control_A1 +LQ09X026580 At3g45600 12.55581992 L4_control_A2 +LQ09X026580 At3g45600 12.10072542 L4_control_A3 +LQ09X026580 At3g45600 14.53032202 L4_control_B1 +LQ09X026580 At3g45600 13.50316225 L4_control_B2 +LQ09X026580 At3g45600 14.5257287 L4_control_B3 +LQ09X026580 At3g45600 14.04710594 L4_control_C2 +LQ09X026580 At3g45600 14.15429105 L4_control_C3 +LQ09X026580 At3g45600 11.52417466 L4_chemical_A1 +LQ09X026580 At3g45600 12.60873304 L4_chemical_A2 +LQ09X026580 At3g45600 11.1815917 L4_chemical_A3 +LQ09X026580 At3g45600 13.67005938 L4_chemical_B1 +LQ09X026580 At3g45600 13.7301572 L4_chemical_B2 +LQ09X026580 At3g45600 13.61429152 L4_chemical_B3 +LQ09X026580 At3g45600 14.28670102 L4_chemical_C2 +LQ09X026580 At3g45600 14.43921624 L4_chemical_C3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.365291562 C6_control_A1 +LQ09X026600 Interactor of constitutive active ROPs 3 5.484074232 C6_control_A3 +LQ09X026600 Interactor of constitutive active ROPs 3 6.152537491 C6_control_B1 +LQ09X026600 Interactor of constitutive active ROPs 3 5.629234999 C6_control_B2 +LQ09X026600 Interactor of constitutive active ROPs 3 6.096330749 C6_control_B3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.398218175 C6_control_C1 +LQ09X026600 Interactor of constitutive active ROPs 3 5.317255995 C6_control_C2 +LQ09X026600 Interactor of constitutive active ROPs 3 5.476377467 C6_control_C3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.483320388 C6_chemical_A1 +LQ09X026600 Interactor of constitutive active ROPs 3 6.028979027 C6_chemical_A3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.430697865 C6_chemical_B1 +LQ09X026600 Interactor of constitutive active ROPs 3 5.489325579 C6_chemical_B2 +LQ09X026600 Interactor of constitutive active ROPs 3 5.616855742 C6_chemical_B3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.128713561 C6_chemical_C1 +LQ09X026600 Interactor of constitutive active ROPs 3 5.418672487 C6_chemical_C2 +LQ09X026600 Interactor of constitutive active ROPs 3 5.147749281 C6_chemical_C3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.208042212 L4_control_A1 +LQ09X026600 Interactor of constitutive active ROPs 3 5.702415605 L4_control_A2 +LQ09X026600 Interactor of constitutive active ROPs 3 5.841832679 L4_control_A3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.321296008 L4_control_B1 +LQ09X026600 Interactor of constitutive active ROPs 3 5.414461762 L4_control_B2 +LQ09X026600 Interactor of constitutive active ROPs 3 5.716182549 L4_control_B3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.318038984 L4_control_C2 +LQ09X026600 Interactor of constitutive active ROPs 3 4.975133345 L4_control_C3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.684132845 L4_chemical_A1 +LQ09X026600 Interactor of constitutive active ROPs 3 5.810440328 L4_chemical_A2 +LQ09X026600 Interactor of constitutive active ROPs 3 5.802388849 L4_chemical_A3 +LQ09X026600 Interactor of constitutive active ROPs 3 5.547888012 L4_chemical_B1 +LQ09X026600 Interactor of constitutive active ROPs 3 6.109831791 L4_chemical_B2 +LQ09X026600 Interactor of constitutive active ROPs 3 5.970841381 L4_chemical_B3 +LQ09X026600 Interactor of constitutive active ROPs 3 4.678639375 L4_chemical_C2 +LQ09X026600 Interactor of constitutive active ROPs 3 5.426185946 L4_chemical_C3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.09452503 C6_control_A1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.38710117 C6_control_A3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.42952401 C6_control_B1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 10.83909664 C6_control_B2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.30821464 C6_control_B3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 9.717903829 C6_control_C1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 9.117419134 C6_control_C2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 9.775877756 C6_control_C3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.15979285 C6_chemical_A1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.79494526 C6_chemical_A3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.62600227 C6_chemical_B1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.01957318 C6_chemical_B2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.04797876 C6_chemical_B3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 9.560807363 C6_chemical_C1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 9.066059682 C6_chemical_C2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 9.209666086 C6_chemical_C3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 10.98144641 L4_control_A1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.14320988 L4_control_A2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 10.46146516 L4_control_A3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.31520194 L4_control_B1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 12.16842188 L4_control_B2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 10.53092649 L4_control_B3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 10.00980087 L4_control_C2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 10.27120486 L4_control_C3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.02132519 L4_chemical_A1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.03283928 L4_chemical_A2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 9.78447637 L4_chemical_A3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 12.01132223 L4_chemical_B1 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.56046468 L4_chemical_B2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.00389047 L4_chemical_B3 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 10.28231353 L4_chemical_C2 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 10.26916843 L4_chemical_C3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.88895649 C6_control_A1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 14.10589821 C6_control_A3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.60862621 C6_control_B1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.78320875 C6_control_B2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.47101968 C6_control_B3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.60105346 C6_control_C1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.16583411 C6_control_C2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.35271422 C6_control_C3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.91692014 C6_chemical_A1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.54804855 C6_chemical_A3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.5297956 C6_chemical_B1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.93091155 C6_chemical_B2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.32349965 C6_chemical_B3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.57479808 C6_chemical_C1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.33045876 C6_chemical_C2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.04095752 C6_chemical_C3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 14.08376971 L4_control_A1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.90757761 L4_control_A2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.62822293 L4_control_A3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.72298744 L4_control_B1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 12.32962089 L4_control_B2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.55347857 L4_control_B3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 12.71312869 L4_control_C2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 12.45866757 L4_control_C3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 14.07965107 L4_chemical_A1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.92534352 L4_chemical_A2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.89001592 L4_chemical_A3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.45013407 L4_chemical_B1 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.18103043 L4_chemical_B2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.77167771 L4_chemical_B3 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 12.77859045 L4_chemical_C2 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 12.73298769 L4_chemical_C3 +LQ09X026710 Putative Probable peptide transporter At1g52190 8.590603267 C6_control_A1 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.235921799 C6_control_A3 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.376020741 C6_control_B1 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.484948538 C6_control_B2 +LQ09X026710 Putative Probable peptide transporter At1g52190 10.21720345 C6_control_B3 +LQ09X026710 Putative Probable peptide transporter At1g52190 11.53649404 C6_control_C1 +LQ09X026710 Putative Probable peptide transporter At1g52190 10.7903047 C6_control_C2 +LQ09X026710 Putative Probable peptide transporter At1g52190 12.01136575 C6_control_C3 +LQ09X026710 Putative Probable peptide transporter At1g52190 7.893554673 C6_chemical_A1 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.047113332 C6_chemical_A3 +LQ09X026710 Putative Probable peptide transporter At1g52190 8.634608459 C6_chemical_B1 +LQ09X026710 Putative Probable peptide transporter At1g52190 8.539813655 C6_chemical_B2 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.432482293 C6_chemical_B3 +LQ09X026710 Putative Probable peptide transporter At1g52190 10.94121069 C6_chemical_C1 +LQ09X026710 Putative Probable peptide transporter At1g52190 10.23605813 C6_chemical_C2 +LQ09X026710 Putative Probable peptide transporter At1g52190 10.64989807 C6_chemical_C3 +LQ09X026710 Putative Probable peptide transporter At1g52190 8.79816024 L4_control_A1 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.603583681 L4_control_A2 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.431881021 L4_control_A3 +LQ09X026710 Putative Probable peptide transporter At1g52190 8.947512117 L4_control_B1 +LQ09X026710 Putative Probable peptide transporter At1g52190 10.16484302 L4_control_B2 +LQ09X026710 Putative Probable peptide transporter At1g52190 8.902382361 L4_control_B3 +LQ09X026710 Putative Probable peptide transporter At1g52190 10.31240461 L4_control_C2 +LQ09X026710 Putative Probable peptide transporter At1g52190 11.11593301 L4_control_C3 +LQ09X026710 Putative Probable peptide transporter At1g52190 6.284446292 L4_chemical_A1 +LQ09X026710 Putative Probable peptide transporter At1g52190 7.899175634 L4_chemical_A2 +LQ09X026710 Putative Probable peptide transporter At1g52190 7.102506593 L4_chemical_A3 +LQ09X026710 Putative Probable peptide transporter At1g52190 8.344031217 L4_chemical_B1 +LQ09X026710 Putative Probable peptide transporter At1g52190 8.717672582 L4_chemical_B2 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.611021242 L4_chemical_B3 +LQ09X026710 Putative Probable peptide transporter At1g52190 9.267528932 L4_chemical_C2 +LQ09X026710 Putative Probable peptide transporter At1g52190 10.87408861 L4_chemical_C3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.17519976 C6_control_A1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.22326482 C6_control_A3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.08776869 C6_control_B1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 12.8350582 C6_control_B2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.92305353 C6_control_B3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 11.30889814 C6_control_C1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 10.97548983 C6_control_C2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 11.09503551 C6_control_C3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.90102317 C6_chemical_A1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.08362749 C6_chemical_A3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.11092972 C6_chemical_B1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 12.81441685 C6_chemical_B2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.81906848 C6_chemical_B3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 10.92434727 C6_chemical_C1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 10.78334144 C6_chemical_C2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 10.79367399 C6_chemical_C3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.16588649 L4_control_A1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.51434462 L4_control_A2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.95874495 L4_control_A3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.55077474 L4_control_B1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.081501 L4_control_B2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 11.312555 L4_control_B3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 11.18381648 L4_control_C2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 11.24726499 L4_control_C3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.40679179 L4_chemical_A1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.71051155 L4_chemical_A2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.81858803 L4_chemical_A3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.28216809 L4_chemical_B1 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.24485037 L4_chemical_B2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 14.05297263 L4_chemical_B3 +LQ09X026740 Non-specific lipid-transfer protein-like protein 10.63675715 L4_chemical_C2 +LQ09X026740 Non-specific lipid-transfer protein-like protein 10.87979598 L4_chemical_C3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.220917524 C6_control_A1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.434997338 C6_control_A3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.145933176 C6_control_B1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.980224255 C6_control_B2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.576570796 C6_control_B3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.720266946 C6_control_C1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.637799162 C6_control_C2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.942871507 C6_control_C3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.089907127 C6_chemical_A1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.274160969 C6_chemical_A3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.867621605 C6_chemical_B1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.180372783 C6_chemical_B2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.176544786 C6_chemical_B3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.455500917 C6_chemical_C1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.003486631 C6_chemical_C2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.772898275 C6_chemical_C3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.851544759 L4_control_A1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.302686864 L4_control_A2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.626213027 L4_control_A3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.630764671 L4_control_B1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.534903745 L4_control_B2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.103393489 L4_control_B3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.715257522 L4_control_C2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.072607458 L4_control_C3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.199344459 L4_chemical_A1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.576546202 L4_chemical_A2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.160991816 L4_chemical_A3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 7.138522155 L4_chemical_B1 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.690447688 L4_chemical_B2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.314773701 L4_chemical_B3 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 5.55348666 L4_chemical_C2 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.095150425 L4_chemical_C3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.776380144 C6_control_A1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.500492647 C6_control_A3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.651815316 C6_control_B1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.887020924 C6_control_B2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.759907307 C6_control_B3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.065568213 C6_control_C1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.982893426 C6_control_C2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.028611521 C6_control_C3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.277597663 C6_chemical_A1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.424752816 C6_chemical_A3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 7.259928818 C6_chemical_B1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.673384888 C6_chemical_B2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.198332485 C6_chemical_B3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.085813591 C6_chemical_C1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.980538343 C6_chemical_C2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.461908615 C6_chemical_C3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.181659447 L4_control_A1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.71180478 L4_control_A2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.921289706 L4_control_A3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.179524888 L4_control_B1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.061481194 L4_control_B2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.019210608 L4_control_B3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.915322461 L4_control_C2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.137767672 L4_control_C3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 10.16511682 L4_chemical_A1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.553977161 L4_chemical_A2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.959912345 L4_chemical_A3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.712303859 L4_chemical_B1 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.395126096 L4_chemical_B2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.725808148 L4_chemical_B3 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.219984846 L4_chemical_C2 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 9.491987782 L4_chemical_C3 +LQ09X026820 Predicted protein 13.18511264 C6_control_A1 +LQ09X026820 Predicted protein 13.19614469 C6_control_A3 +LQ09X026820 Predicted protein 13.3578061 C6_control_B1 +LQ09X026820 Predicted protein 13.71510564 C6_control_B2 +LQ09X026820 Predicted protein 13.60734271 C6_control_B3 +LQ09X026820 Predicted protein 13.64011486 C6_control_C1 +LQ09X026820 Predicted protein 13.96778257 C6_control_C2 +LQ09X026820 Predicted protein 14.13928612 C6_control_C3 +LQ09X026820 Predicted protein 13.15558965 C6_chemical_A1 +LQ09X026820 Predicted protein 12.94496363 C6_chemical_A3 +LQ09X026820 Predicted protein 13.38745397 C6_chemical_B1 +LQ09X026820 Predicted protein 13.91753074 C6_chemical_B2 +LQ09X026820 Predicted protein 13.30182408 C6_chemical_B3 +LQ09X026820 Predicted protein 13.86919235 C6_chemical_C1 +LQ09X026820 Predicted protein 13.81882925 C6_chemical_C2 +LQ09X026820 Predicted protein 13.80009402 C6_chemical_C3 +LQ09X026820 Predicted protein 12.3705218 L4_control_A1 +LQ09X026820 Predicted protein 11.91580995 L4_control_A2 +LQ09X026820 Predicted protein 11.32180401 L4_control_A3 +LQ09X026820 Predicted protein 12.78445267 L4_control_B1 +LQ09X026820 Predicted protein 12.27036443 L4_control_B2 +LQ09X026820 Predicted protein 13.18231793 L4_control_B3 +LQ09X026820 Predicted protein 12.51819915 L4_control_C2 +LQ09X026820 Predicted protein 12.09410821 L4_control_C3 +LQ09X026820 Predicted protein 12.47672175 L4_chemical_A1 +LQ09X026820 Predicted protein 12.02007558 L4_chemical_A2 +LQ09X026820 Predicted protein 11.49085845 L4_chemical_A3 +LQ09X026820 Predicted protein 12.3477218 L4_chemical_B1 +LQ09X026820 Predicted protein 12.35680629 L4_chemical_B2 +LQ09X026820 Predicted protein 12.79251556 L4_chemical_B3 +LQ09X026820 Predicted protein 12.49585182 L4_chemical_C2 +LQ09X026820 Predicted protein 12.65191391 L4_chemical_C3 +LQ09X026860 Putative Speckle-type POZ protein 13.16962757 C6_control_A1 +LQ09X026860 Putative Speckle-type POZ protein 13.14536365 C6_control_A3 +LQ09X026860 Putative Speckle-type POZ protein 13.44874891 C6_control_B1 +LQ09X026860 Putative Speckle-type POZ protein 13.1525384 C6_control_B2 +LQ09X026860 Putative Speckle-type POZ protein 13.31212299 C6_control_B3 +LQ09X026860 Putative Speckle-type POZ protein 13.12018802 C6_control_C1 +LQ09X026860 Putative Speckle-type POZ protein 13.11774601 C6_control_C2 +LQ09X026860 Putative Speckle-type POZ protein 13.37717793 C6_control_C3 +LQ09X026860 Putative Speckle-type POZ protein 13.1980316 C6_chemical_A1 +LQ09X026860 Putative Speckle-type POZ protein 12.67275733 C6_chemical_A3 +LQ09X026860 Putative Speckle-type POZ protein 13.33420287 C6_chemical_B1 +LQ09X026860 Putative Speckle-type POZ protein 13.0988101 C6_chemical_B2 +LQ09X026860 Putative Speckle-type POZ protein 13.24237488 C6_chemical_B3 +LQ09X026860 Putative Speckle-type POZ protein 13.20689879 C6_chemical_C1 +LQ09X026860 Putative Speckle-type POZ protein 13.34389153 C6_chemical_C2 +LQ09X026860 Putative Speckle-type POZ protein 12.77539078 C6_chemical_C3 +LQ09X026860 Putative Speckle-type POZ protein 12.20708256 L4_control_A1 +LQ09X026860 Putative Speckle-type POZ protein 12.64586536 L4_control_A2 +LQ09X026860 Putative Speckle-type POZ protein 12.57234308 L4_control_A3 +LQ09X026860 Putative Speckle-type POZ protein 11.72436512 L4_control_B1 +LQ09X026860 Putative Speckle-type POZ protein 12.03858114 L4_control_B2 +LQ09X026860 Putative Speckle-type POZ protein 11.81918866 L4_control_B3 +LQ09X026860 Putative Speckle-type POZ protein 12.28888915 L4_control_C2 +LQ09X026860 Putative Speckle-type POZ protein 11.66416741 L4_control_C3 +LQ09X026860 Putative Speckle-type POZ protein 12.00024782 L4_chemical_A1 +LQ09X026860 Putative Speckle-type POZ protein 12.78536834 L4_chemical_A2 +LQ09X026860 Putative Speckle-type POZ protein 12.44749381 L4_chemical_A3 +LQ09X026860 Putative Speckle-type POZ protein 12.33660883 L4_chemical_B1 +LQ09X026860 Putative Speckle-type POZ protein 12.34227599 L4_chemical_B2 +LQ09X026860 Putative Speckle-type POZ protein 11.96332413 L4_chemical_B3 +LQ09X026860 Putative Speckle-type POZ protein 12.35269159 L4_chemical_C2 +LQ09X026860 Putative Speckle-type POZ protein 12.23725134 L4_chemical_C3 +LQ09X026870 Protein binding protein, putative 13.00183102 C6_control_A1 +LQ09X026870 Protein binding protein, putative 12.95877989 C6_control_A3 +LQ09X026870 Protein binding protein, putative 13.37971742 C6_control_B1 +LQ09X026870 Protein binding protein, putative 13.09758205 C6_control_B2 +LQ09X026870 Protein binding protein, putative 13.1810192 C6_control_B3 +LQ09X026870 Protein binding protein, putative 13.17171898 C6_control_C1 +LQ09X026870 Protein binding protein, putative 13.03847832 C6_control_C2 +LQ09X026870 Protein binding protein, putative 13.03746876 C6_control_C3 +LQ09X026870 Protein binding protein, putative 13.25373922 C6_chemical_A1 +LQ09X026870 Protein binding protein, putative 13.0139203 C6_chemical_A3 +LQ09X026870 Protein binding protein, putative 13.32473981 C6_chemical_B1 +LQ09X026870 Protein binding protein, putative 13.43776204 C6_chemical_B2 +LQ09X026870 Protein binding protein, putative 13.09096746 C6_chemical_B3 +LQ09X026870 Protein binding protein, putative 13.10728353 C6_chemical_C1 +LQ09X026870 Protein binding protein, putative 13.14528303 C6_chemical_C2 +LQ09X026870 Protein binding protein, putative 12.67577334 C6_chemical_C3 +LQ09X026870 Protein binding protein, putative 12.6502846 L4_control_A1 +LQ09X026870 Protein binding protein, putative 12.76978631 L4_control_A2 +LQ09X026870 Protein binding protein, putative 12.27231622 L4_control_A3 +LQ09X026870 Protein binding protein, putative 13.09908604 L4_control_B1 +LQ09X026870 Protein binding protein, putative 12.80022069 L4_control_B2 +LQ09X026870 Protein binding protein, putative 12.92571235 L4_control_B3 +LQ09X026870 Protein binding protein, putative 13.26822442 L4_control_C2 +LQ09X026870 Protein binding protein, putative 12.68991602 L4_control_C3 +LQ09X026870 Protein binding protein, putative 13.0364844 L4_chemical_A1 +LQ09X026870 Protein binding protein, putative 12.81633546 L4_chemical_A2 +LQ09X026870 Protein binding protein, putative 12.6649281 L4_chemical_A3 +LQ09X026870 Protein binding protein, putative 12.99409843 L4_chemical_B1 +LQ09X026870 Protein binding protein, putative 13.03717968 L4_chemical_B2 +LQ09X026870 Protein binding protein, putative 12.93613404 L4_chemical_B3 +LQ09X026870 Protein binding protein, putative 13.42041658 L4_chemical_C2 +LQ09X026870 Protein binding protein, putative 12.91732234 L4_chemical_C3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.769850729 C6_control_A1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.428919396 C6_control_A3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.522552474 C6_control_B1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.22660355 C6_control_B2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.879951854 C6_control_B3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 7.900246503 C6_control_C1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 7.749070802 C6_control_C2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.412431112 C6_control_C3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.483832673 C6_chemical_A1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.211092211 C6_chemical_A3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.352418368 C6_chemical_B1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.446252737 C6_chemical_B2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.30919573 C6_chemical_B3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 7.862338251 C6_chemical_C1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.020024566 C6_chemical_C2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 7.993705276 C6_chemical_C3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.154482616 L4_control_A1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 9.666564168 L4_control_A2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 9.23756168 L4_control_A3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.994462147 L4_control_B1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.674069789 L4_control_B2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.745983726 L4_control_B3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 9.044706053 L4_control_C2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 7.979682474 L4_control_C3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 7.968754366 L4_chemical_A1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 9.624993331 L4_chemical_A2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 9.223647144 L4_chemical_A3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.712070904 L4_chemical_B1 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 9.027935828 L4_chemical_B2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.451103551 L4_chemical_B3 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.53292985 L4_chemical_C2 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.550831521 L4_chemical_C3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.95861402 C6_control_A1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 13.22153606 C6_control_A3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.84461848 C6_control_B1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.50596229 C6_control_B2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.77452585 C6_control_B3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.85325037 C6_control_C1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.51743792 C6_control_C2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.56338896 C6_control_C3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.7083238 C6_chemical_A1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.9420894 C6_chemical_A3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.4504123 C6_chemical_B1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.1134505 C6_chemical_B2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.45381647 C6_chemical_B3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.90320748 C6_chemical_C1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.48110714 C6_chemical_C2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.40873432 C6_chemical_C3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.94928398 L4_control_A1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.72641378 L4_control_A2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.9293808 L4_control_A3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.27519839 L4_control_B1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.08213881 L4_control_B2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.40073112 L4_control_B3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.26559302 L4_control_C2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.15820979 L4_control_C3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 13.00427067 L4_chemical_A1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.80233006 L4_chemical_A2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 13.07567989 L4_chemical_A3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.72166726 L4_chemical_B1 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.28133133 L4_chemical_B2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.22128715 L4_chemical_B3 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.18316574 L4_chemical_C2 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.30733821 L4_chemical_C3 +LQ09X026920 Predicted protein 5.705463577 C6_control_A1 +LQ09X026920 Predicted protein 5.970360558 C6_control_A3 +LQ09X026920 Predicted protein 5.318477095 C6_control_B1 +LQ09X026920 Predicted protein 6.046381544 C6_control_B2 +LQ09X026920 Predicted protein 5.733258763 C6_control_B3 +LQ09X026920 Predicted protein 5.604582947 C6_control_C1 +LQ09X026920 Predicted protein 5.784655864 C6_control_C2 +LQ09X026920 Predicted protein 6.212922202 C6_control_C3 +LQ09X026920 Predicted protein 5.817801457 C6_chemical_A1 +LQ09X026920 Predicted protein 5.717732456 C6_chemical_A3 +LQ09X026920 Predicted protein 4.91205141 C6_chemical_B1 +LQ09X026920 Predicted protein 5.424367516 C6_chemical_B2 +LQ09X026920 Predicted protein 5.244360481 C6_chemical_B3 +LQ09X026920 Predicted protein 5.672811392 C6_chemical_C1 +LQ09X026920 Predicted protein 6.132159297 C6_chemical_C2 +LQ09X026920 Predicted protein 6.42725652 C6_chemical_C3 +LQ09X026920 Predicted protein 5.279614686 L4_control_A1 +LQ09X026920 Predicted protein 5.859000067 L4_control_A2 +LQ09X026920 Predicted protein 5.876832424 L4_control_A3 +LQ09X026920 Predicted protein 6.077413384 L4_control_B1 +LQ09X026920 Predicted protein 5.145800184 L4_control_B2 +LQ09X026920 Predicted protein 4.993527808 L4_control_B3 +LQ09X026920 Predicted protein 5.404346907 L4_control_C2 +LQ09X026920 Predicted protein 4.955631434 L4_control_C3 +LQ09X026920 Predicted protein 5.35357493 L4_chemical_A1 +LQ09X026920 Predicted protein 5.632834786 L4_chemical_A2 +LQ09X026920 Predicted protein 5.846459529 L4_chemical_A3 +LQ09X026920 Predicted protein 5.552375992 L4_chemical_B1 +LQ09X026920 Predicted protein 5.868939052 L4_chemical_B2 +LQ09X026920 Predicted protein 5.529100022 L4_chemical_B3 +LQ09X026920 Predicted protein 5.763633626 L4_chemical_C2 +LQ09X026920 Predicted protein 5.457479344 L4_chemical_C3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 11.03060534 C6_control_A1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 11.25656959 C6_control_A3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 11.0397524 C6_control_B1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.1972493 C6_control_B2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.3900729 C6_control_B3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.32903782 C6_control_C1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.09880001 C6_control_C2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 9.726760403 C6_control_C3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.98628859 C6_chemical_A1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.83765285 C6_chemical_A3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.96142497 C6_chemical_B1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 9.979264761 C6_chemical_B2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.20928417 C6_chemical_B3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.29872054 C6_chemical_C1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 9.877149356 C6_chemical_C2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 9.408536825 C6_chemical_C3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.78251502 L4_control_A1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 11.26078323 L4_control_A2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.73830845 L4_control_A3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.64033505 L4_control_B1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 11.40222552 L4_control_B2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.01352299 L4_control_B3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.51429853 L4_control_C2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.25966959 L4_control_C3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.35191621 L4_chemical_A1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 11.19001986 L4_chemical_A2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.60866909 L4_chemical_A3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 11.18769397 L4_chemical_B1 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 11.13793973 L4_chemical_B2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.24662415 L4_chemical_B3 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.73887409 L4_chemical_C2 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.48420497 L4_chemical_C3 +LQ09X026960 Serine carboxypeptidase II-3 6.575236428 C6_control_A1 +LQ09X026960 Serine carboxypeptidase II-3 5.847298911 C6_control_A3 +LQ09X026960 Serine carboxypeptidase II-3 5.44390341 C6_control_B1 +LQ09X026960 Serine carboxypeptidase II-3 5.82604447 C6_control_B2 +LQ09X026960 Serine carboxypeptidase II-3 5.393915429 C6_control_B3 +LQ09X026960 Serine carboxypeptidase II-3 5.222194487 C6_control_C1 +LQ09X026960 Serine carboxypeptidase II-3 5.069041344 C6_control_C2 +LQ09X026960 Serine carboxypeptidase II-3 5.389302893 C6_control_C3 +LQ09X026960 Serine carboxypeptidase II-3 6.572715392 C6_chemical_A1 +LQ09X026960 Serine carboxypeptidase II-3 6.348945359 C6_chemical_A3 +LQ09X026960 Serine carboxypeptidase II-3 5.50244642 C6_chemical_B1 +LQ09X026960 Serine carboxypeptidase II-3 5.86393603 C6_chemical_B2 +LQ09X026960 Serine carboxypeptidase II-3 4.996101826 C6_chemical_B3 +LQ09X026960 Serine carboxypeptidase II-3 4.917820732 C6_chemical_C1 +LQ09X026960 Serine carboxypeptidase II-3 5.452722126 C6_chemical_C2 +LQ09X026960 Serine carboxypeptidase II-3 5.230927736 C6_chemical_C3 +LQ09X026960 Serine carboxypeptidase II-3 6.405385002 L4_control_A1 +LQ09X026960 Serine carboxypeptidase II-3 6.174164917 L4_control_A2 +LQ09X026960 Serine carboxypeptidase II-3 6.279229784 L4_control_A3 +LQ09X026960 Serine carboxypeptidase II-3 5.141748611 L4_control_B1 +LQ09X026960 Serine carboxypeptidase II-3 5.592338294 L4_control_B2 +LQ09X026960 Serine carboxypeptidase II-3 5.615178487 L4_control_B3 +LQ09X026960 Serine carboxypeptidase II-3 5.304001295 L4_control_C2 +LQ09X026960 Serine carboxypeptidase II-3 5.435679334 L4_control_C3 +LQ09X026960 Serine carboxypeptidase II-3 6.145301795 L4_chemical_A1 +LQ09X026960 Serine carboxypeptidase II-3 5.747546775 L4_chemical_A2 +LQ09X026960 Serine carboxypeptidase II-3 6.671154807 L4_chemical_A3 +LQ09X026960 Serine carboxypeptidase II-3 5.439164103 L4_chemical_B1 +LQ09X026960 Serine carboxypeptidase II-3 5.722704784 L4_chemical_B2 +LQ09X026960 Serine carboxypeptidase II-3 5.581043439 L4_chemical_B3 +LQ09X026960 Serine carboxypeptidase II-3 5.538516979 L4_chemical_C2 +LQ09X026960 Serine carboxypeptidase II-3 5.403270104 L4_chemical_C3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.552285551 C6_control_A1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.773838984 C6_control_A3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 6.172575791 C6_control_B1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.300615644 C6_control_B2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.870400213 C6_control_B3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.56582635 C6_control_C1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.618096759 C6_control_C2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.588320591 C6_control_C3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.704597692 C6_chemical_A1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.625474069 C6_chemical_A3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.696133188 C6_chemical_B1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.663737042 C6_chemical_B2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.502006917 C6_chemical_B3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.911672625 C6_chemical_C1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.371862673 C6_chemical_C2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.464860085 C6_chemical_C3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.796606816 L4_control_A1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.775210286 L4_control_A2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.552611799 L4_control_A3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.634071964 L4_control_B1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.627724362 L4_control_B2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.885226736 L4_control_B3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.630361966 L4_control_C2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 6.300371334 L4_control_C3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 6.020750292 L4_chemical_A1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.595287528 L4_chemical_A2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.585662076 L4_chemical_A3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.691451327 L4_chemical_B1 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 6.199742645 L4_chemical_B2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.469611522 L4_chemical_B3 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.858234551 L4_chemical_C2 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.937216443 L4_chemical_C3 +LQ09X026990 Calmodulin-related protein 6.784427392 C6_control_A1 +LQ09X026990 Calmodulin-related protein 6.99582282 C6_control_A3 +LQ09X026990 Calmodulin-related protein 7.041378103 C6_control_B1 +LQ09X026990 Calmodulin-related protein 7.409808924 C6_control_B2 +LQ09X026990 Calmodulin-related protein 7.486618945 C6_control_B3 +LQ09X026990 Calmodulin-related protein 7.139430732 C6_control_C1 +LQ09X026990 Calmodulin-related protein 6.917478419 C6_control_C2 +LQ09X026990 Calmodulin-related protein 7.094039247 C6_control_C3 +LQ09X026990 Calmodulin-related protein 7.035008692 C6_chemical_A1 +LQ09X026990 Calmodulin-related protein 6.709599855 C6_chemical_A3 +LQ09X026990 Calmodulin-related protein 6.906735636 C6_chemical_B1 +LQ09X026990 Calmodulin-related protein 6.982823178 C6_chemical_B2 +LQ09X026990 Calmodulin-related protein 6.625877043 C6_chemical_B3 +LQ09X026990 Calmodulin-related protein 6.954697092 C6_chemical_C1 +LQ09X026990 Calmodulin-related protein 7.474493798 C6_chemical_C2 +LQ09X026990 Calmodulin-related protein 6.81661497 C6_chemical_C3 +LQ09X026990 Calmodulin-related protein 7.257781697 L4_control_A1 +LQ09X026990 Calmodulin-related protein 6.48847101 L4_control_A2 +LQ09X026990 Calmodulin-related protein 7.332068496 L4_control_A3 +LQ09X026990 Calmodulin-related protein 6.59520557 L4_control_B1 +LQ09X026990 Calmodulin-related protein 7.014342501 L4_control_B2 +LQ09X026990 Calmodulin-related protein 6.593212166 L4_control_B3 +LQ09X026990 Calmodulin-related protein 6.885416723 L4_control_C2 +LQ09X026990 Calmodulin-related protein 7.851479546 L4_control_C3 +LQ09X026990 Calmodulin-related protein 6.810648579 L4_chemical_A1 +LQ09X026990 Calmodulin-related protein 6.594031263 L4_chemical_A2 +LQ09X026990 Calmodulin-related protein 6.916851774 L4_chemical_A3 +LQ09X026990 Calmodulin-related protein 7.39605213 L4_chemical_B1 +LQ09X026990 Calmodulin-related protein 7.085911591 L4_chemical_B2 +LQ09X026990 Calmodulin-related protein 6.843730761 L4_chemical_B3 +LQ09X026990 Calmodulin-related protein 6.903015161 L4_chemical_C2 +LQ09X026990 Calmodulin-related protein 7.01158558 L4_chemical_C3 +LQ09X027030 Gamma-tubulin complex component, putative 5.053004447 C6_control_A1 +LQ09X027030 Gamma-tubulin complex component, putative 5.149712553 C6_control_A3 +LQ09X027030 Gamma-tubulin complex component, putative 4.803093173 C6_control_B1 +LQ09X027030 Gamma-tubulin complex component, putative 5.277001608 C6_control_B2 +LQ09X027030 Gamma-tubulin complex component, putative 4.998270871 C6_control_B3 +LQ09X027030 Gamma-tubulin complex component, putative 5.222940379 C6_control_C1 +LQ09X027030 Gamma-tubulin complex component, putative 5.00970471 C6_control_C2 +LQ09X027030 Gamma-tubulin complex component, putative 5.346123447 C6_control_C3 +LQ09X027030 Gamma-tubulin complex component, putative 5.227356277 C6_chemical_A1 +LQ09X027030 Gamma-tubulin complex component, putative 4.996338808 C6_chemical_A3 +LQ09X027030 Gamma-tubulin complex component, putative 4.781294721 C6_chemical_B1 +LQ09X027030 Gamma-tubulin complex component, putative 5.037338843 C6_chemical_B2 +LQ09X027030 Gamma-tubulin complex component, putative 5.073796871 C6_chemical_B3 +LQ09X027030 Gamma-tubulin complex component, putative 5.333387055 C6_chemical_C1 +LQ09X027030 Gamma-tubulin complex component, putative 5.588824496 C6_chemical_C2 +LQ09X027030 Gamma-tubulin complex component, putative 5.597081249 C6_chemical_C3 +LQ09X027030 Gamma-tubulin complex component, putative 4.927046836 L4_control_A1 +LQ09X027030 Gamma-tubulin complex component, putative 5.067365648 L4_control_A2 +LQ09X027030 Gamma-tubulin complex component, putative 4.865784607 L4_control_A3 +LQ09X027030 Gamma-tubulin complex component, putative 5.719321652 L4_control_B1 +LQ09X027030 Gamma-tubulin complex component, putative 5.183464678 L4_control_B2 +LQ09X027030 Gamma-tubulin complex component, putative 5.172232933 L4_control_B3 +LQ09X027030 Gamma-tubulin complex component, putative 5.403952656 L4_control_C2 +LQ09X027030 Gamma-tubulin complex component, putative 5.637490753 L4_control_C3 +LQ09X027030 Gamma-tubulin complex component, putative 5.133240755 L4_chemical_A1 +LQ09X027030 Gamma-tubulin complex component, putative 5.119493371 L4_chemical_A2 +LQ09X027030 Gamma-tubulin complex component, putative 5.33725607 L4_chemical_A3 +LQ09X027030 Gamma-tubulin complex component, putative 5.035994459 L4_chemical_B1 +LQ09X027030 Gamma-tubulin complex component, putative 4.987955111 L4_chemical_B2 +LQ09X027030 Gamma-tubulin complex component, putative 5.460051087 L4_chemical_B3 +LQ09X027030 Gamma-tubulin complex component, putative 5.17136905 L4_chemical_C2 +LQ09X027030 Gamma-tubulin complex component, putative 5.336482835 L4_chemical_C3 +LQ09X027050 Aldehyde oxidase 2 7.309639055 C6_control_A1 +LQ09X027050 Aldehyde oxidase 2 6.474459164 C6_control_A3 +LQ09X027050 Aldehyde oxidase 2 6.463999123 C6_control_B1 +LQ09X027050 Aldehyde oxidase 2 7.990743721 C6_control_B2 +LQ09X027050 Aldehyde oxidase 2 7.766801254 C6_control_B3 +LQ09X027050 Aldehyde oxidase 2 8.435159341 C6_control_C1 +LQ09X027050 Aldehyde oxidase 2 8.364551156 C6_control_C2 +LQ09X027050 Aldehyde oxidase 2 9.833052053 C6_control_C3 +LQ09X027050 Aldehyde oxidase 2 7.014747083 C6_chemical_A1 +LQ09X027050 Aldehyde oxidase 2 7.6027366 C6_chemical_A3 +LQ09X027050 Aldehyde oxidase 2 6.441467869 C6_chemical_B1 +LQ09X027050 Aldehyde oxidase 2 7.122898551 C6_chemical_B2 +LQ09X027050 Aldehyde oxidase 2 6.982794241 C6_chemical_B3 +LQ09X027050 Aldehyde oxidase 2 8.403759582 C6_chemical_C1 +LQ09X027050 Aldehyde oxidase 2 8.386456367 C6_chemical_C2 +LQ09X027050 Aldehyde oxidase 2 9.675051753 C6_chemical_C3 +LQ09X027050 Aldehyde oxidase 2 7.326400654 L4_control_A1 +LQ09X027050 Aldehyde oxidase 2 7.361012914 L4_control_A2 +LQ09X027050 Aldehyde oxidase 2 6.87702558 L4_control_A3 +LQ09X027050 Aldehyde oxidase 2 7.209297359 L4_control_B1 +LQ09X027050 Aldehyde oxidase 2 7.223540453 L4_control_B2 +LQ09X027050 Aldehyde oxidase 2 8.454735295 L4_control_B3 +LQ09X027050 Aldehyde oxidase 2 10.54907392 L4_control_C2 +LQ09X027050 Aldehyde oxidase 2 10.37345726 L4_control_C3 +LQ09X027050 Aldehyde oxidase 2 7.857996092 L4_chemical_A1 +LQ09X027050 Aldehyde oxidase 2 7.236492525 L4_chemical_A2 +LQ09X027050 Aldehyde oxidase 2 8.267702299 L4_chemical_A3 +LQ09X027050 Aldehyde oxidase 2 8.829961278 L4_chemical_B1 +LQ09X027050 Aldehyde oxidase 2 7.432469154 L4_chemical_B2 +LQ09X027050 Aldehyde oxidase 2 7.687027827 L4_chemical_B3 +LQ09X027050 Aldehyde oxidase 2 10.42921339 L4_chemical_C2 +LQ09X027050 Aldehyde oxidase 2 9.972010269 L4_chemical_C3 +LQ09X027090 Putative Lysosomal beta glucosidase 11.94853715 C6_control_A1 +LQ09X027090 Putative Lysosomal beta glucosidase 11.54988927 C6_control_A3 +LQ09X027090 Putative Lysosomal beta glucosidase 12.13761589 C6_control_B1 +LQ09X027090 Putative Lysosomal beta glucosidase 12.70395731 C6_control_B2 +LQ09X027090 Putative Lysosomal beta glucosidase 12.66424188 C6_control_B3 +LQ09X027090 Putative Lysosomal beta glucosidase 9.35994219 C6_control_C1 +LQ09X027090 Putative Lysosomal beta glucosidase 9.987291614 C6_control_C2 +LQ09X027090 Putative Lysosomal beta glucosidase 8.880121365 C6_control_C3 +LQ09X027090 Putative Lysosomal beta glucosidase 11.94980481 C6_chemical_A1 +LQ09X027090 Putative Lysosomal beta glucosidase 11.75849033 C6_chemical_A3 +LQ09X027090 Putative Lysosomal beta glucosidase 12.11767513 C6_chemical_B1 +LQ09X027090 Putative Lysosomal beta glucosidase 12.99656275 C6_chemical_B2 +LQ09X027090 Putative Lysosomal beta glucosidase 12.29467819 C6_chemical_B3 +LQ09X027090 Putative Lysosomal beta glucosidase 9.107724505 C6_chemical_C1 +LQ09X027090 Putative Lysosomal beta glucosidase 8.939185478 C6_chemical_C2 +LQ09X027090 Putative Lysosomal beta glucosidase 8.392743142 C6_chemical_C3 +LQ09X027090 Putative Lysosomal beta glucosidase 11.90832415 L4_control_A1 +LQ09X027090 Putative Lysosomal beta glucosidase 12.21380192 L4_control_A2 +LQ09X027090 Putative Lysosomal beta glucosidase 12.37153681 L4_control_A3 +LQ09X027090 Putative Lysosomal beta glucosidase 12.09602077 L4_control_B1 +LQ09X027090 Putative Lysosomal beta glucosidase 12.37276286 L4_control_B2 +LQ09X027090 Putative Lysosomal beta glucosidase 12.17588633 L4_control_B3 +LQ09X027090 Putative Lysosomal beta glucosidase 8.499412615 L4_control_C2 +LQ09X027090 Putative Lysosomal beta glucosidase 8.984842941 L4_control_C3 +LQ09X027090 Putative Lysosomal beta glucosidase 11.08220647 L4_chemical_A1 +LQ09X027090 Putative Lysosomal beta glucosidase 11.411317 L4_chemical_A2 +LQ09X027090 Putative Lysosomal beta glucosidase 11.9229137 L4_chemical_A3 +LQ09X027090 Putative Lysosomal beta glucosidase 11.2454979 L4_chemical_B1 +LQ09X027090 Putative Lysosomal beta glucosidase 11.66365642 L4_chemical_B2 +LQ09X027090 Putative Lysosomal beta glucosidase 12.39202293 L4_chemical_B3 +LQ09X027090 Putative Lysosomal beta glucosidase 8.128154655 L4_chemical_C2 +LQ09X027090 Putative Lysosomal beta glucosidase 9.17227544 L4_chemical_C3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.83168858 C6_control_A1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.27765545 C6_control_A3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.75218557 C6_control_B1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.54264321 C6_control_B2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.75273352 C6_control_B3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 14.35638557 C6_control_C1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.86419611 C6_control_C2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 14.2256556 C6_control_C3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.49985086 C6_chemical_A1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.5378893 C6_chemical_A3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.52017897 C6_chemical_B1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.18158206 C6_chemical_B2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.59863889 C6_chemical_B3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 14.11699936 C6_chemical_C1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.79118132 C6_chemical_C2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 14.06075569 C6_chemical_C3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.48386351 L4_control_A1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.04060795 L4_control_A2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.40883667 L4_control_A3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.17277819 L4_control_B1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.26645281 L4_control_B2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.62856295 L4_control_B3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.53951917 L4_control_C2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.13810928 L4_control_C3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.53037207 L4_chemical_A1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 12.95966778 L4_chemical_A2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.64699743 L4_chemical_A3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.11692284 L4_chemical_B1 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.23613942 L4_chemical_B2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.63786055 L4_chemical_B3 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.35990226 L4_chemical_C2 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.27529294 L4_chemical_C3 +LQ09X027120 Putative uncharacterized protein 12.65815009 C6_control_A1 +LQ09X027120 Putative uncharacterized protein 11.89010201 C6_control_A3 +LQ09X027120 Putative uncharacterized protein 12.67193706 C6_control_B1 +LQ09X027120 Putative uncharacterized protein 13.2695764 C6_control_B2 +LQ09X027120 Putative uncharacterized protein 12.09174713 C6_control_B3 +LQ09X027120 Putative uncharacterized protein 13.25683351 C6_control_C1 +LQ09X027120 Putative uncharacterized protein 13.6329742 C6_control_C2 +LQ09X027120 Putative uncharacterized protein 13.2277888 C6_control_C3 +LQ09X027120 Putative uncharacterized protein 12.51012026 C6_chemical_A1 +LQ09X027120 Putative uncharacterized protein 11.56759634 C6_chemical_A3 +LQ09X027120 Putative uncharacterized protein 12.73322771 C6_chemical_B1 +LQ09X027120 Putative uncharacterized protein 13.58743148 C6_chemical_B2 +LQ09X027120 Putative uncharacterized protein 12.61147794 C6_chemical_B3 +LQ09X027120 Putative uncharacterized protein 13.53732812 C6_chemical_C1 +LQ09X027120 Putative uncharacterized protein 13.99015479 C6_chemical_C2 +LQ09X027120 Putative uncharacterized protein 13.55387047 C6_chemical_C3 +LQ09X027120 Putative uncharacterized protein 11.57766677 L4_control_A1 +LQ09X027120 Putative uncharacterized protein 11.86649021 L4_control_A2 +LQ09X027120 Putative uncharacterized protein 10.70340703 L4_control_A3 +LQ09X027120 Putative uncharacterized protein 12.85981451 L4_control_B1 +LQ09X027120 Putative uncharacterized protein 11.50279128 L4_control_B2 +LQ09X027120 Putative uncharacterized protein 12.95519872 L4_control_B3 +LQ09X027120 Putative uncharacterized protein 12.72772063 L4_control_C2 +LQ09X027120 Putative uncharacterized protein 12.44021224 L4_control_C3 +LQ09X027120 Putative uncharacterized protein 12.31492931 L4_chemical_A1 +LQ09X027120 Putative uncharacterized protein 12.32413264 L4_chemical_A2 +LQ09X027120 Putative uncharacterized protein 11.16240892 L4_chemical_A3 +LQ09X027120 Putative uncharacterized protein 11.96479637 L4_chemical_B1 +LQ09X027120 Putative uncharacterized protein 12.32464485 L4_chemical_B2 +LQ09X027120 Putative uncharacterized protein 12.51245354 L4_chemical_B3 +LQ09X027120 Putative uncharacterized protein 13.26112784 L4_chemical_C2 +LQ09X027120 Putative uncharacterized protein 12.29157076 L4_chemical_C3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.290455113 C6_control_A1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.274298068 C6_control_A3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.244085335 C6_control_B1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.592582056 C6_control_B2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.37043913 C6_control_B3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.841880547 C6_control_C1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.225207239 C6_control_C2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.586597063 C6_control_C3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.222039079 C6_chemical_A1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.4067573 C6_chemical_A3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.444757946 C6_chemical_B1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 4.981439383 C6_chemical_B2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.156323928 C6_chemical_B3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.463209257 C6_chemical_C1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 6.014469853 C6_chemical_C2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.443119969 C6_chemical_C3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.209659609 L4_control_A1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 4.891668256 L4_control_A2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 6.046751099 L4_control_A3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.633066437 L4_control_B1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.08462153 L4_control_B2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.276794646 L4_control_B3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.37958334 L4_control_C2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.031758444 L4_control_C3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.260429657 L4_chemical_A1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.419593265 L4_chemical_A2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.462292201 L4_chemical_A3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.043190884 L4_chemical_B1 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.149578073 L4_chemical_B2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.204053682 L4_chemical_B3 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.90891865 L4_chemical_C2 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.703010843 L4_chemical_C3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.991684995 C6_control_A1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.923525409 C6_control_A3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.624089629 C6_control_B1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.927049866 C6_control_B2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.421828937 C6_control_B3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.926119882 C6_control_C1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.983835429 C6_control_C2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.200220586 C6_control_C3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.092747368 C6_chemical_A1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.192308831 C6_chemical_A3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.627427038 C6_chemical_B1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.935963224 C6_chemical_B2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.472084281 C6_chemical_B3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.743432586 C6_chemical_C1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.762330478 C6_chemical_C2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.968601876 C6_chemical_C3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.445245883 L4_control_A1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.406975609 L4_control_A2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.372277961 L4_control_A3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.191179409 L4_control_B1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.585626131 L4_control_B2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.310464184 L4_control_B3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.73070873 L4_control_C2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.281338003 L4_control_C3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.388792938 L4_chemical_A1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.973273036 L4_chemical_A2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.151213824 L4_chemical_A3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 4.998731408 L4_chemical_B1 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.56274521 L4_chemical_B2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.243470796 L4_chemical_B3 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 6.579983168 L4_chemical_C2 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.096804317 L4_chemical_C3 +LQ09X027180 Putative axial regulator YABBY 2 6.320925215 C6_control_A1 +LQ09X027180 Putative axial regulator YABBY 2 6.381513757 C6_control_A3 +LQ09X027180 Putative axial regulator YABBY 2 5.903283912 C6_control_B1 +LQ09X027180 Putative axial regulator YABBY 2 6.217281693 C6_control_B2 +LQ09X027180 Putative axial regulator YABBY 2 6.434703064 C6_control_B3 +LQ09X027180 Putative axial regulator YABBY 2 5.769118086 C6_control_C1 +LQ09X027180 Putative axial regulator YABBY 2 7.022941668 C6_control_C2 +LQ09X027180 Putative axial regulator YABBY 2 6.442143682 C6_control_C3 +LQ09X027180 Putative axial regulator YABBY 2 6.052131139 C6_chemical_A1 +LQ09X027180 Putative axial regulator YABBY 2 6.04521775 C6_chemical_A3 +LQ09X027180 Putative axial regulator YABBY 2 5.428340511 C6_chemical_B1 +LQ09X027180 Putative axial regulator YABBY 2 6.28333308 C6_chemical_B2 +LQ09X027180 Putative axial regulator YABBY 2 5.389736815 C6_chemical_B3 +LQ09X027180 Putative axial regulator YABBY 2 5.482274418 C6_chemical_C1 +LQ09X027180 Putative axial regulator YABBY 2 6.201829611 C6_chemical_C2 +LQ09X027180 Putative axial regulator YABBY 2 6.350082223 C6_chemical_C3 +LQ09X027180 Putative axial regulator YABBY 2 5.99357378 L4_control_A1 +LQ09X027180 Putative axial regulator YABBY 2 5.962858458 L4_control_A2 +LQ09X027180 Putative axial regulator YABBY 2 6.26621881 L4_control_A3 +LQ09X027180 Putative axial regulator YABBY 2 5.381274114 L4_control_B1 +LQ09X027180 Putative axial regulator YABBY 2 5.870331834 L4_control_B2 +LQ09X027180 Putative axial regulator YABBY 2 5.749046415 L4_control_B3 +LQ09X027180 Putative axial regulator YABBY 2 5.183322336 L4_control_C2 +LQ09X027180 Putative axial regulator YABBY 2 5.167287316 L4_control_C3 +LQ09X027180 Putative axial regulator YABBY 2 5.544257922 L4_chemical_A1 +LQ09X027180 Putative axial regulator YABBY 2 5.868518922 L4_chemical_A2 +LQ09X027180 Putative axial regulator YABBY 2 5.547310993 L4_chemical_A3 +LQ09X027180 Putative axial regulator YABBY 2 5.787077046 L4_chemical_B1 +LQ09X027180 Putative axial regulator YABBY 2 5.162211776 L4_chemical_B2 +LQ09X027180 Putative axial regulator YABBY 2 6.110752379 L4_chemical_B3 +LQ09X027180 Putative axial regulator YABBY 2 5.097959764 L4_chemical_C2 +LQ09X027180 Putative axial regulator YABBY 2 4.910612781 L4_chemical_C3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.39541327 C6_control_A1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.48757576 C6_control_A3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.02730014 C6_control_B1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.95337174 C6_control_B2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.99162483 C6_control_B3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.90884947 C6_control_C1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.49383523 C6_control_C2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.35783138 C6_control_C3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.45256491 C6_chemical_A1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.80902233 C6_chemical_A3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.07664932 C6_chemical_B1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.04383166 C6_chemical_B2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.00376643 C6_chemical_B3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.64996246 C6_chemical_C1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.52410733 C6_chemical_C2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 10.96564915 C6_chemical_C3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.84323889 L4_control_A1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.45545022 L4_control_A2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.87032397 L4_control_A3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.08413042 L4_control_B1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.29265412 L4_control_B2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.16689851 L4_control_B3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.81617355 L4_control_C2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.02900799 L4_control_C3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.7766796 L4_chemical_A1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.34305747 L4_chemical_A2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.88504655 L4_chemical_A3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.1566067 L4_chemical_B1 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.25524865 L4_chemical_B2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.10279243 L4_chemical_B3 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.80411044 L4_chemical_C2 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 11.45250795 L4_chemical_C3 +LQ09X027220 Putative uncharacterized protein 14.01350276 C6_control_A1 +LQ09X027220 Putative uncharacterized protein 14.49171474 C6_control_A3 +LQ09X027220 Putative uncharacterized protein 14.22734598 C6_control_B1 +LQ09X027220 Putative uncharacterized protein 14.04504368 C6_control_B2 +LQ09X027220 Putative uncharacterized protein 14.08439701 C6_control_B3 +LQ09X027220 Putative uncharacterized protein 14.25532353 C6_control_C1 +LQ09X027220 Putative uncharacterized protein 14.13718056 C6_control_C2 +LQ09X027220 Putative uncharacterized protein 13.89163145 C6_control_C3 +LQ09X027220 Putative uncharacterized protein 13.85791395 C6_chemical_A1 +LQ09X027220 Putative uncharacterized protein 13.86012872 C6_chemical_A3 +LQ09X027220 Putative uncharacterized protein 14.02871375 C6_chemical_B1 +LQ09X027220 Putative uncharacterized protein 13.72205614 C6_chemical_B2 +LQ09X027220 Putative uncharacterized protein 13.8279125 C6_chemical_B3 +LQ09X027220 Putative uncharacterized protein 14.11840234 C6_chemical_C1 +LQ09X027220 Putative uncharacterized protein 13.90375594 C6_chemical_C2 +LQ09X027220 Putative uncharacterized protein 13.44573922 C6_chemical_C3 +LQ09X027220 Putative uncharacterized protein 14.36774821 L4_control_A1 +LQ09X027220 Putative uncharacterized protein 13.76036903 L4_control_A2 +LQ09X027220 Putative uncharacterized protein 14.13903693 L4_control_A3 +LQ09X027220 Putative uncharacterized protein 13.8087296 L4_control_B1 +LQ09X027220 Putative uncharacterized protein 13.15050013 L4_control_B2 +LQ09X027220 Putative uncharacterized protein 13.69744427 L4_control_B3 +LQ09X027220 Putative uncharacterized protein 13.38433293 L4_control_C2 +LQ09X027220 Putative uncharacterized protein 13.46013435 L4_control_C3 +LQ09X027220 Putative uncharacterized protein 14.5082877 L4_chemical_A1 +LQ09X027220 Putative uncharacterized protein 14.01071176 L4_chemical_A2 +LQ09X027220 Putative uncharacterized protein 14.37845128 L4_chemical_A3 +LQ09X027220 Putative uncharacterized protein 14.0202523 L4_chemical_B1 +LQ09X027220 Putative uncharacterized protein 13.57126708 L4_chemical_B2 +LQ09X027220 Putative uncharacterized protein 14.13029302 L4_chemical_B3 +LQ09X027220 Putative uncharacterized protein 13.6637761 L4_chemical_C2 +LQ09X027220 Putative uncharacterized protein 13.63520913 L4_chemical_C3 +LQ09X027230 Predicted protein 10.53545515 C6_control_A1 +LQ09X027230 Predicted protein 10.12655408 C6_control_A3 +LQ09X027230 Predicted protein 10.97193226 C6_control_B1 +LQ09X027230 Predicted protein 10.84256033 C6_control_B2 +LQ09X027230 Predicted protein 10.88015444 C6_control_B3 +LQ09X027230 Predicted protein 11.60936777 C6_control_C1 +LQ09X027230 Predicted protein 11.61194775 C6_control_C2 +LQ09X027230 Predicted protein 11.33553417 C6_control_C3 +LQ09X027230 Predicted protein 10.62091809 C6_chemical_A1 +LQ09X027230 Predicted protein 10.39955058 C6_chemical_A3 +LQ09X027230 Predicted protein 11.10366433 C6_chemical_B1 +LQ09X027230 Predicted protein 10.98770473 C6_chemical_B2 +LQ09X027230 Predicted protein 10.93037125 C6_chemical_B3 +LQ09X027230 Predicted protein 11.55087522 C6_chemical_C1 +LQ09X027230 Predicted protein 11.72534615 C6_chemical_C2 +LQ09X027230 Predicted protein 11.71941138 C6_chemical_C3 +LQ09X027230 Predicted protein 10.71108068 L4_control_A1 +LQ09X027230 Predicted protein 10.79255423 L4_control_A2 +LQ09X027230 Predicted protein 11.13192222 L4_control_A3 +LQ09X027230 Predicted protein 11.79444818 L4_control_B1 +LQ09X027230 Predicted protein 11.84544111 L4_control_B2 +LQ09X027230 Predicted protein 11.44396007 L4_control_B3 +LQ09X027230 Predicted protein 12.55998552 L4_control_C2 +LQ09X027230 Predicted protein 12.29834102 L4_control_C3 +LQ09X027230 Predicted protein 11.11667987 L4_chemical_A1 +LQ09X027230 Predicted protein 11.34906053 L4_chemical_A2 +LQ09X027230 Predicted protein 11.22553312 L4_chemical_A3 +LQ09X027230 Predicted protein 12.04004224 L4_chemical_B1 +LQ09X027230 Predicted protein 11.41077494 L4_chemical_B2 +LQ09X027230 Predicted protein 11.38566788 L4_chemical_B3 +LQ09X027230 Predicted protein 12.34196031 L4_chemical_C2 +LQ09X027230 Predicted protein 12.30636413 L4_chemical_C3 +LQ09X027250 Fk506 binding protein, putative 12.2364508 C6_control_A1 +LQ09X027250 Fk506 binding protein, putative 12.2099808 C6_control_A3 +LQ09X027250 Fk506 binding protein, putative 12.61295661 C6_control_B1 +LQ09X027250 Fk506 binding protein, putative 12.80862031 C6_control_B2 +LQ09X027250 Fk506 binding protein, putative 12.56195496 C6_control_B3 +LQ09X027250 Fk506 binding protein, putative 12.58535971 C6_control_C1 +LQ09X027250 Fk506 binding protein, putative 12.45793778 C6_control_C2 +LQ09X027250 Fk506 binding protein, putative 12.65178468 C6_control_C3 +LQ09X027250 Fk506 binding protein, putative 12.09292771 C6_chemical_A1 +LQ09X027250 Fk506 binding protein, putative 12.0914213 C6_chemical_A3 +LQ09X027250 Fk506 binding protein, putative 12.48694588 C6_chemical_B1 +LQ09X027250 Fk506 binding protein, putative 12.78299418 C6_chemical_B2 +LQ09X027250 Fk506 binding protein, putative 12.41466794 C6_chemical_B3 +LQ09X027250 Fk506 binding protein, putative 12.71247723 C6_chemical_C1 +LQ09X027250 Fk506 binding protein, putative 12.5290567 C6_chemical_C2 +LQ09X027250 Fk506 binding protein, putative 12.65265714 C6_chemical_C3 +LQ09X027250 Fk506 binding protein, putative 12.12369308 L4_control_A1 +LQ09X027250 Fk506 binding protein, putative 12.05870315 L4_control_A2 +LQ09X027250 Fk506 binding protein, putative 11.74373273 L4_control_A3 +LQ09X027250 Fk506 binding protein, putative 12.51782734 L4_control_B1 +LQ09X027250 Fk506 binding protein, putative 12.03025823 L4_control_B2 +LQ09X027250 Fk506 binding protein, putative 12.50110382 L4_control_B3 +LQ09X027250 Fk506 binding protein, putative 11.7778601 L4_control_C2 +LQ09X027250 Fk506 binding protein, putative 11.72313842 L4_control_C3 +LQ09X027250 Fk506 binding protein, putative 12.25944458 L4_chemical_A1 +LQ09X027250 Fk506 binding protein, putative 11.87189008 L4_chemical_A2 +LQ09X027250 Fk506 binding protein, putative 12.02080685 L4_chemical_A3 +LQ09X027250 Fk506 binding protein, putative 12.13680156 L4_chemical_B1 +LQ09X027250 Fk506 binding protein, putative 12.08344968 L4_chemical_B2 +LQ09X027250 Fk506 binding protein, putative 12.12519171 L4_chemical_B3 +LQ09X027250 Fk506 binding protein, putative 11.98137941 L4_chemical_C2 +LQ09X027250 Fk506 binding protein, putative 11.73947552 L4_chemical_C3 +LQ09X027360 Kinesin, putative 6.532767854 C6_control_A1 +LQ09X027360 Kinesin, putative 7.916264087 C6_control_A3 +LQ09X027360 Kinesin, putative 5.121794614 C6_control_B1 +LQ09X027360 Kinesin, putative 5.339107018 C6_control_B2 +LQ09X027360 Kinesin, putative 5.383235866 C6_control_B3 +LQ09X027360 Kinesin, putative 5.184198584 C6_control_C1 +LQ09X027360 Kinesin, putative 5.011739156 C6_control_C2 +LQ09X027360 Kinesin, putative 4.851387238 C6_control_C3 +LQ09X027360 Kinesin, putative 6.930430568 C6_chemical_A1 +LQ09X027360 Kinesin, putative 8.294260813 C6_chemical_A3 +LQ09X027360 Kinesin, putative 4.931536284 C6_chemical_B1 +LQ09X027360 Kinesin, putative 5.481722449 C6_chemical_B2 +LQ09X027360 Kinesin, putative 5.077112923 C6_chemical_B3 +LQ09X027360 Kinesin, putative 5.291969167 C6_chemical_C1 +LQ09X027360 Kinesin, putative 5.410404363 C6_chemical_C2 +LQ09X027360 Kinesin, putative 5.0262591 C6_chemical_C3 +LQ09X027360 Kinesin, putative 7.904974714 L4_control_A1 +LQ09X027360 Kinesin, putative 7.572259308 L4_control_A2 +LQ09X027360 Kinesin, putative 9.39251914 L4_control_A3 +LQ09X027360 Kinesin, putative 5.301815453 L4_control_B1 +LQ09X027360 Kinesin, putative 6.185540622 L4_control_B2 +LQ09X027360 Kinesin, putative 5.206614151 L4_control_B3 +LQ09X027360 Kinesin, putative 5.169086648 L4_control_C2 +LQ09X027360 Kinesin, putative 5.216979756 L4_control_C3 +LQ09X027360 Kinesin, putative 6.983958568 L4_chemical_A1 +LQ09X027360 Kinesin, putative 6.138327324 L4_chemical_A2 +LQ09X027360 Kinesin, putative 8.957619222 L4_chemical_A3 +LQ09X027360 Kinesin, putative 5.337497318 L4_chemical_B1 +LQ09X027360 Kinesin, putative 5.448051334 L4_chemical_B2 +LQ09X027360 Kinesin, putative 6.033121134 L4_chemical_B3 +LQ09X027360 Kinesin, putative 5.312667695 L4_chemical_C2 +LQ09X027360 Kinesin, putative 5.360200152 L4_chemical_C3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.741565927 C6_control_A1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.280416741 C6_control_A3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 10.14632396 C6_control_B1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 8.287618403 C6_control_B2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 10.70152144 C6_control_B3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 8.010468697 C6_control_C1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.061949547 C6_control_C2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.371102833 C6_control_C3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.461014032 C6_chemical_A1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 8.807298714 C6_chemical_A3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.8289449 C6_chemical_B1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.334547515 C6_chemical_B2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.577875134 C6_chemical_B3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 8.199537199 C6_chemical_C1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.410279349 C6_chemical_C2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 6.732899106 C6_chemical_C3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 8.752673204 L4_control_A1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.441245578 L4_control_A2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 6.834802342 L4_control_A3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.429573775 L4_control_B1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.539753557 L4_control_B2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 6.870954523 L4_control_B3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.56450114 L4_control_C2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 5.182416703 L4_control_C3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.425639759 L4_chemical_A1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.945446462 L4_chemical_A2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 6.983759173 L4_chemical_A3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.671432222 L4_chemical_B1 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.235378792 L4_chemical_B2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 8.756570619 L4_chemical_B3 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 7.286912736 L4_chemical_C2 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 5.692197155 L4_chemical_C3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.20796758 C6_control_A1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.91942605 C6_control_A3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.12309968 C6_control_B1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.99628174 C6_control_B2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.81526515 C6_control_B3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.74212004 C6_control_C1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.09905408 C6_control_C2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.85141982 C6_control_C3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.01508827 C6_chemical_A1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.11250208 C6_chemical_A3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.8692599 C6_chemical_B1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.78360356 C6_chemical_B2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.9828435 C6_chemical_B3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.74861811 C6_chemical_C1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.95148198 C6_chemical_C2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.85228959 C6_chemical_C3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.11304517 L4_control_A1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.00532134 L4_control_A2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.98829724 L4_control_A3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.73421202 L4_control_B1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.37095626 L4_control_B2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.81472706 L4_control_B3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.07571501 L4_control_C2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.67901033 L4_control_C3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.41602653 L4_chemical_A1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.23651938 L4_chemical_A2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.34092665 L4_chemical_A3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.09820761 L4_chemical_B1 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.86342023 L4_chemical_B2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.21760068 L4_chemical_B3 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.07370068 L4_chemical_C2 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 13.89989213 L4_chemical_C3 +LQ09X027430 DnaJ protein homolog 7.761064067 C6_control_A1 +LQ09X027430 DnaJ protein homolog 7.859166001 C6_control_A3 +LQ09X027430 DnaJ protein homolog 8.681824411 C6_control_B1 +LQ09X027430 DnaJ protein homolog 7.068006205 C6_control_B2 +LQ09X027430 DnaJ protein homolog 8.828051287 C6_control_B3 +LQ09X027430 DnaJ protein homolog 6.033164456 C6_control_C1 +LQ09X027430 DnaJ protein homolog 6.357111915 C6_control_C2 +LQ09X027430 DnaJ protein homolog 6.447631378 C6_control_C3 +LQ09X027430 DnaJ protein homolog 7.924043732 C6_chemical_A1 +LQ09X027430 DnaJ protein homolog 7.661622672 C6_chemical_A3 +LQ09X027430 DnaJ protein homolog 8.529715027 C6_chemical_B1 +LQ09X027430 DnaJ protein homolog 7.00661743 C6_chemical_B2 +LQ09X027430 DnaJ protein homolog 8.531508109 C6_chemical_B3 +LQ09X027430 DnaJ protein homolog 6.796215692 C6_chemical_C1 +LQ09X027430 DnaJ protein homolog 6.691399571 C6_chemical_C2 +LQ09X027430 DnaJ protein homolog 6.35149686 C6_chemical_C3 +LQ09X027430 DnaJ protein homolog 7.18280876 L4_control_A1 +LQ09X027430 DnaJ protein homolog 8.525638355 L4_control_A2 +LQ09X027430 DnaJ protein homolog 8.479193837 L4_control_A3 +LQ09X027430 DnaJ protein homolog 8.924723823 L4_control_B1 +LQ09X027430 DnaJ protein homolog 9.175238676 L4_control_B2 +LQ09X027430 DnaJ protein homolog 8.844528643 L4_control_B3 +LQ09X027430 DnaJ protein homolog 8.273391397 L4_control_C2 +LQ09X027430 DnaJ protein homolog 7.371351207 L4_control_C3 +LQ09X027430 DnaJ protein homolog 7.168735897 L4_chemical_A1 +LQ09X027430 DnaJ protein homolog 8.690156708 L4_chemical_A2 +LQ09X027430 DnaJ protein homolog 8.240634699 L4_chemical_A3 +LQ09X027430 DnaJ protein homolog 9.005299874 L4_chemical_B1 +LQ09X027430 DnaJ protein homolog 9.554152619 L4_chemical_B2 +LQ09X027430 DnaJ protein homolog 8.918818122 L4_chemical_B3 +LQ09X027430 DnaJ protein homolog 8.517038135 L4_chemical_C2 +LQ09X027430 DnaJ protein homolog 8.072889783 L4_chemical_C3 +LQ09X027440 Predicted protein 10.51636621 C6_control_A1 +LQ09X027440 Predicted protein 10.2633325 C6_control_A3 +LQ09X027440 Predicted protein 10.67258292 C6_control_B1 +LQ09X027440 Predicted protein 11.03542265 C6_control_B2 +LQ09X027440 Predicted protein 10.80313584 C6_control_B3 +LQ09X027440 Predicted protein 10.72499233 C6_control_C1 +LQ09X027440 Predicted protein 11.28348604 C6_control_C2 +LQ09X027440 Predicted protein 10.97452972 C6_control_C3 +LQ09X027440 Predicted protein 10.47524156 C6_chemical_A1 +LQ09X027440 Predicted protein 10.42974151 C6_chemical_A3 +LQ09X027440 Predicted protein 10.65663982 C6_chemical_B1 +LQ09X027440 Predicted protein 11.18062027 C6_chemical_B2 +LQ09X027440 Predicted protein 11.01867617 C6_chemical_B3 +LQ09X027440 Predicted protein 10.68977339 C6_chemical_C1 +LQ09X027440 Predicted protein 10.87515601 C6_chemical_C2 +LQ09X027440 Predicted protein 10.80846212 C6_chemical_C3 +LQ09X027440 Predicted protein 10.05309055 L4_control_A1 +LQ09X027440 Predicted protein 9.922981332 L4_control_A2 +LQ09X027440 Predicted protein 10.03066658 L4_control_A3 +LQ09X027440 Predicted protein 10.11320048 L4_control_B1 +LQ09X027440 Predicted protein 10.2689457 L4_control_B2 +LQ09X027440 Predicted protein 11.2170734 L4_control_B3 +LQ09X027440 Predicted protein 10.07428051 L4_control_C2 +LQ09X027440 Predicted protein 10.14067887 L4_control_C3 +LQ09X027440 Predicted protein 9.509616428 L4_chemical_A1 +LQ09X027440 Predicted protein 9.904363183 L4_chemical_A2 +LQ09X027440 Predicted protein 10.15856642 L4_chemical_A3 +LQ09X027440 Predicted protein 9.732120757 L4_chemical_B1 +LQ09X027440 Predicted protein 9.627173554 L4_chemical_B2 +LQ09X027440 Predicted protein 10.95741713 L4_chemical_B3 +LQ09X027440 Predicted protein 10.04401482 L4_chemical_C2 +LQ09X027440 Predicted protein 10.22199178 L4_chemical_C3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.065088657 C6_control_A1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.398341011 C6_control_A3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.175539227 C6_control_B1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.761405764 C6_control_B2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.882677084 C6_control_B3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.611143577 C6_control_C1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.881204925 C6_control_C2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.71291028 C6_control_C3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.060043213 C6_chemical_A1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.374206725 C6_chemical_A3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.198930673 C6_chemical_B1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.866277659 C6_chemical_B2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.564818432 C6_chemical_B3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.805207205 C6_chemical_C1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.67498249 C6_chemical_C2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 4.972453712 C6_chemical_C3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.303102171 L4_control_A1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.533827935 L4_control_A2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.958987893 L4_control_A3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.5296628 L4_control_B1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.836450723 L4_control_B2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.744322489 L4_control_B3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.74146798 L4_control_C2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.497931194 L4_control_C3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.417820394 L4_chemical_A1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.286640594 L4_chemical_A2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.81482404 L4_chemical_A3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.445535649 L4_chemical_B1 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.993132838 L4_chemical_B2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.265664401 L4_chemical_B3 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.136501833 L4_chemical_C2 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.208383864 L4_chemical_C3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.873193625 C6_control_A1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.642374249 C6_control_A3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.545071285 C6_control_B1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.330225898 C6_control_B2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 8.080852769 C6_control_B3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.848121376 C6_control_C1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.697929634 C6_control_C2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.126828825 C6_control_C3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.293020876 C6_chemical_A1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.399531129 C6_chemical_A3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.373382257 C6_chemical_B1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.330441402 C6_chemical_B2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.214789532 C6_chemical_B3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.089911496 C6_chemical_C1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.957586685 C6_chemical_C2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.895086103 C6_chemical_C3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.670251967 L4_control_A1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.897488841 L4_control_A2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.015154319 L4_control_A3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.936412499 L4_control_B1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.445668794 L4_control_B2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.394970669 L4_control_B3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.107652586 L4_control_C2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.630210687 L4_control_C3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.137087671 L4_chemical_A1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.541189076 L4_chemical_A2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.531767102 L4_chemical_A3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.668907328 L4_chemical_B1 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.541297806 L4_chemical_B2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 7.252797963 L4_chemical_B3 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.221751885 L4_chemical_C2 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 5.972165587 L4_chemical_C3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.759969372 C6_control_A1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.01932402 C6_control_A3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.301857776 C6_control_B1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.27290416 C6_control_B2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.289105002 C6_control_B3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 11.13574632 C6_control_C1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 11.00447048 C6_control_C2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.89546478 C6_control_C3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.724997217 C6_chemical_A1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.797050286 C6_chemical_A3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.560880199 C6_chemical_B1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.30529557 C6_chemical_B2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.075131831 C6_chemical_B3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 11.17893058 C6_chemical_C1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.95877749 C6_chemical_C2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.90987271 C6_chemical_C3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.08852434 L4_control_A1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.10478484 L4_control_A2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.697801571 L4_control_A3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.286025125 L4_control_B1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.122647842 L4_control_B2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.550263587 L4_control_B3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.985603715 L4_control_C2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.141628981 L4_control_C3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.1393105 L4_chemical_A1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.716379697 L4_chemical_A2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.625815851 L4_chemical_A3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 8.460476184 L4_chemical_B1 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 8.919253374 L4_chemical_B2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.346360793 L4_chemical_B3 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 10.03697139 L4_chemical_C2 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.873508235 L4_chemical_C3 +LQ09X027530 Predicted protein 6.706855236 C6_control_A1 +LQ09X027530 Predicted protein 6.037670041 C6_control_A3 +LQ09X027530 Predicted protein 6.392006368 C6_control_B1 +LQ09X027530 Predicted protein 6.550959269 C6_control_B2 +LQ09X027530 Predicted protein 7.85568953 C6_control_B3 +LQ09X027530 Predicted protein 6.098475852 C6_control_C1 +LQ09X027530 Predicted protein 5.787290956 C6_control_C2 +LQ09X027530 Predicted protein 6.666746668 C6_control_C3 +LQ09X027530 Predicted protein 6.826817745 C6_chemical_A1 +LQ09X027530 Predicted protein 6.58602076 C6_chemical_A3 +LQ09X027530 Predicted protein 7.138984195 C6_chemical_B1 +LQ09X027530 Predicted protein 6.569028886 C6_chemical_B2 +LQ09X027530 Predicted protein 7.080126179 C6_chemical_B3 +LQ09X027530 Predicted protein 5.632534899 C6_chemical_C1 +LQ09X027530 Predicted protein 6.244606994 C6_chemical_C2 +LQ09X027530 Predicted protein 6.697500743 C6_chemical_C3 +LQ09X027530 Predicted protein 6.714313006 L4_control_A1 +LQ09X027530 Predicted protein 7.174069956 L4_control_A2 +LQ09X027530 Predicted protein 7.361421341 L4_control_A3 +LQ09X027530 Predicted protein 6.492251583 L4_control_B1 +LQ09X027530 Predicted protein 6.799347779 L4_control_B2 +LQ09X027530 Predicted protein 7.420563242 L4_control_B3 +LQ09X027530 Predicted protein 5.377731429 L4_control_C2 +LQ09X027530 Predicted protein 5.50541333 L4_control_C3 +LQ09X027530 Predicted protein 6.876147579 L4_chemical_A1 +LQ09X027530 Predicted protein 6.9987092 L4_chemical_A2 +LQ09X027530 Predicted protein 7.131428489 L4_chemical_A3 +LQ09X027530 Predicted protein 6.230967508 L4_chemical_B1 +LQ09X027530 Predicted protein 7.068905248 L4_chemical_B2 +LQ09X027530 Predicted protein 7.330311685 L4_chemical_B3 +LQ09X027530 Predicted protein 6.426378037 L4_chemical_C2 +LQ09X027530 Predicted protein 5.620263736 L4_chemical_C3 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.26526358 C6_control_A1 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.42342708 C6_control_A3 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.91616411 C6_control_B1 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.9421518 C6_control_B2 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.03545591 C6_control_B3 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.10764241 C6_control_C1 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.17526148 C6_control_C2 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.92694528 C6_control_C3 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.9331522 C6_chemical_A1 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.40433047 C6_chemical_A3 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.80443175 C6_chemical_B1 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.83156882 C6_chemical_B2 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.75354815 C6_chemical_B3 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.10322814 C6_chemical_C1 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.89548225 C6_chemical_C2 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.81210474 C6_chemical_C3 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.29731944 L4_control_A1 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.05068302 L4_control_A2 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.48479682 L4_control_A3 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.81656221 L4_control_B1 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.73627434 L4_control_B2 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.82625972 L4_control_B3 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.97950834 L4_control_C2 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.70569225 L4_control_C3 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.33844637 L4_chemical_A1 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.78506371 L4_chemical_A2 +LQ09X027600 Coiled-coil domain-containing protein, putative 12.32865796 L4_chemical_A3 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.67847651 L4_chemical_B1 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.78463138 L4_chemical_B2 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.68940216 L4_chemical_B3 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.74591991 L4_chemical_C2 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.85431965 L4_chemical_C3 +LQ09X027610 Predicted protein 13.38694697 C6_control_A1 +LQ09X027610 Predicted protein 13.2892965 C6_control_A3 +LQ09X027610 Predicted protein 13.49956179 C6_control_B1 +LQ09X027610 Predicted protein 13.32553632 C6_control_B2 +LQ09X027610 Predicted protein 13.26975121 C6_control_B3 +LQ09X027610 Predicted protein 13.31033816 C6_control_C1 +LQ09X027610 Predicted protein 13.17954787 C6_control_C2 +LQ09X027610 Predicted protein 12.85445447 C6_control_C3 +LQ09X027610 Predicted protein 13.35539819 C6_chemical_A1 +LQ09X027610 Predicted protein 12.56209553 C6_chemical_A3 +LQ09X027610 Predicted protein 13.18801282 C6_chemical_B1 +LQ09X027610 Predicted protein 13.04978846 C6_chemical_B2 +LQ09X027610 Predicted protein 13.30968206 C6_chemical_B3 +LQ09X027610 Predicted protein 13.12946737 C6_chemical_C1 +LQ09X027610 Predicted protein 13.39610257 C6_chemical_C2 +LQ09X027610 Predicted protein 12.98917076 C6_chemical_C3 +LQ09X027610 Predicted protein 13.00800176 L4_control_A1 +LQ09X027610 Predicted protein 12.692823 L4_control_A2 +LQ09X027610 Predicted protein 12.98971194 L4_control_A3 +LQ09X027610 Predicted protein 12.94607987 L4_control_B1 +LQ09X027610 Predicted protein 12.30557076 L4_control_B2 +LQ09X027610 Predicted protein 12.87984597 L4_control_B3 +LQ09X027610 Predicted protein 13.70100831 L4_control_C2 +LQ09X027610 Predicted protein 12.51545974 L4_control_C3 +LQ09X027610 Predicted protein 12.66566511 L4_chemical_A1 +LQ09X027610 Predicted protein 12.72830791 L4_chemical_A2 +LQ09X027610 Predicted protein 12.80708683 L4_chemical_A3 +LQ09X027610 Predicted protein 12.88157688 L4_chemical_B1 +LQ09X027610 Predicted protein 13.10256422 L4_chemical_B2 +LQ09X027610 Predicted protein 12.80762293 L4_chemical_B3 +LQ09X027610 Predicted protein 13.41835202 L4_chemical_C2 +LQ09X027610 Predicted protein 12.74113153 L4_chemical_C3 +LQ09X027630 Putative uncharacterized protein 12.63753732 C6_control_A1 +LQ09X027630 Putative uncharacterized protein 11.9846415 C6_control_A3 +LQ09X027630 Putative uncharacterized protein 12.74554056 C6_control_B1 +LQ09X027630 Putative uncharacterized protein 13.82586612 C6_control_B2 +LQ09X027630 Putative uncharacterized protein 12.73812009 C6_control_B3 +LQ09X027630 Putative uncharacterized protein 14.66273018 C6_control_C1 +LQ09X027630 Putative uncharacterized protein 14.10774115 C6_control_C2 +LQ09X027630 Putative uncharacterized protein 14.37475193 C6_control_C3 +LQ09X027630 Putative uncharacterized protein 12.61154347 C6_chemical_A1 +LQ09X027630 Putative uncharacterized protein 11.45138784 C6_chemical_A3 +LQ09X027630 Putative uncharacterized protein 12.90621678 C6_chemical_B1 +LQ09X027630 Putative uncharacterized protein 13.9552648 C6_chemical_B2 +LQ09X027630 Putative uncharacterized protein 12.41589234 C6_chemical_B3 +LQ09X027630 Putative uncharacterized protein 14.45564792 C6_chemical_C1 +LQ09X027630 Putative uncharacterized protein 14.42617831 C6_chemical_C2 +LQ09X027630 Putative uncharacterized protein 13.88569629 C6_chemical_C3 +LQ09X027630 Putative uncharacterized protein 11.76379661 L4_control_A1 +LQ09X027630 Putative uncharacterized protein 12.05618246 L4_control_A2 +LQ09X027630 Putative uncharacterized protein 11.59095885 L4_control_A3 +LQ09X027630 Putative uncharacterized protein 12.47165945 L4_control_B1 +LQ09X027630 Putative uncharacterized protein 11.55913505 L4_control_B2 +LQ09X027630 Putative uncharacterized protein 13.41306998 L4_control_B3 +LQ09X027630 Putative uncharacterized protein 13.04041782 L4_control_C2 +LQ09X027630 Putative uncharacterized protein 12.7671683 L4_control_C3 +LQ09X027630 Putative uncharacterized protein 12.00864626 L4_chemical_A1 +LQ09X027630 Putative uncharacterized protein 11.98902128 L4_chemical_A2 +LQ09X027630 Putative uncharacterized protein 11.86928884 L4_chemical_A3 +LQ09X027630 Putative uncharacterized protein 12.16357768 L4_chemical_B1 +LQ09X027630 Putative uncharacterized protein 11.84995329 L4_chemical_B2 +LQ09X027630 Putative uncharacterized protein 12.18627146 L4_chemical_B3 +LQ09X027630 Putative uncharacterized protein 12.89515968 L4_chemical_C2 +LQ09X027630 Putative uncharacterized protein 13.02735607 L4_chemical_C3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.743896971 C6_control_A1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.71968565 C6_control_A3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.400342174 C6_control_B1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.424246617 C6_control_B2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.651161645 C6_control_B3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 4.976621188 C6_control_C1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 6.374290464 C6_control_C2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.431729861 C6_control_C3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.500822009 C6_chemical_A1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.837075494 C6_chemical_A3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.19540828 C6_chemical_B1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.59903197 C6_chemical_B2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.363419167 C6_chemical_B3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.379543775 C6_chemical_C1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.495485797 C6_chemical_C2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 6.194849184 C6_chemical_C3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.116417457 L4_control_A1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.904318569 L4_control_A2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.861176791 L4_control_A3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.627824053 L4_control_B1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.953532988 L4_control_B2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 6.01241309 L4_control_B3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.781156321 L4_control_C2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.199556857 L4_control_C3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.355865432 L4_chemical_A1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.453217964 L4_chemical_A2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.823928879 L4_chemical_A3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.967980315 L4_chemical_B1 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 6.214970376 L4_chemical_B2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.772607566 L4_chemical_B3 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.307576148 L4_chemical_C2 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 6.144228057 L4_chemical_C3 +LQ09X027880 At5g22280 12.41361442 C6_control_A1 +LQ09X027880 At5g22280 12.24033308 C6_control_A3 +LQ09X027880 At5g22280 12.62961716 C6_control_B1 +LQ09X027880 At5g22280 11.7768205 C6_control_B2 +LQ09X027880 At5g22280 12.39624399 C6_control_B3 +LQ09X027880 At5g22280 12.19630367 C6_control_C1 +LQ09X027880 At5g22280 11.99540422 C6_control_C2 +LQ09X027880 At5g22280 12.04139787 C6_control_C3 +LQ09X027880 At5g22280 12.33771947 C6_chemical_A1 +LQ09X027880 At5g22280 11.73572699 C6_chemical_A3 +LQ09X027880 At5g22280 12.19986182 C6_chemical_B1 +LQ09X027880 At5g22280 11.9660835 C6_chemical_B2 +LQ09X027880 At5g22280 12.17900023 C6_chemical_B3 +LQ09X027880 At5g22280 12.28291201 C6_chemical_C1 +LQ09X027880 At5g22280 12.00072211 C6_chemical_C2 +LQ09X027880 At5g22280 11.88491302 C6_chemical_C3 +LQ09X027880 At5g22280 12.03712935 L4_control_A1 +LQ09X027880 At5g22280 12.55232204 L4_control_A2 +LQ09X027880 At5g22280 10.99233917 L4_control_A3 +LQ09X027880 At5g22280 12.14030137 L4_control_B1 +LQ09X027880 At5g22280 11.31634328 L4_control_B2 +LQ09X027880 At5g22280 12.00416997 L4_control_B3 +LQ09X027880 At5g22280 12.06455709 L4_control_C2 +LQ09X027880 At5g22280 12.01752502 L4_control_C3 +LQ09X027880 At5g22280 12.16335608 L4_chemical_A1 +LQ09X027880 At5g22280 12.4305653 L4_chemical_A2 +LQ09X027880 At5g22280 11.41216719 L4_chemical_A3 +LQ09X027880 At5g22280 12.26706823 L4_chemical_B1 +LQ09X027880 At5g22280 12.03250547 L4_chemical_B2 +LQ09X027880 At5g22280 12.05714769 L4_chemical_B3 +LQ09X027880 At5g22280 12.03970195 L4_chemical_C2 +LQ09X027880 At5g22280 12.00875542 L4_chemical_C3 +LQ09X027960 Catalytic, putative 11.26320302 C6_control_A1 +LQ09X027960 Catalytic, putative 11.1120795 C6_control_A3 +LQ09X027960 Catalytic, putative 12.1489938 C6_control_B1 +LQ09X027960 Catalytic, putative 12.05527963 C6_control_B2 +LQ09X027960 Catalytic, putative 11.99496101 C6_control_B3 +LQ09X027960 Catalytic, putative 12.39506145 C6_control_C1 +LQ09X027960 Catalytic, putative 12.14286581 C6_control_C2 +LQ09X027960 Catalytic, putative 12.53656716 C6_control_C3 +LQ09X027960 Catalytic, putative 11.24038696 C6_chemical_A1 +LQ09X027960 Catalytic, putative 11.56077706 C6_chemical_A3 +LQ09X027960 Catalytic, putative 12.38403127 C6_chemical_B1 +LQ09X027960 Catalytic, putative 12.09493356 C6_chemical_B2 +LQ09X027960 Catalytic, putative 12.48199065 C6_chemical_B3 +LQ09X027960 Catalytic, putative 12.21809278 C6_chemical_C1 +LQ09X027960 Catalytic, putative 12.40020319 C6_chemical_C2 +LQ09X027960 Catalytic, putative 13.00200001 C6_chemical_C3 +LQ09X027960 Catalytic, putative 11.24291495 L4_control_A1 +LQ09X027960 Catalytic, putative 10.9719402 L4_control_A2 +LQ09X027960 Catalytic, putative 11.01050011 L4_control_A3 +LQ09X027960 Catalytic, putative 12.24008281 L4_control_B1 +LQ09X027960 Catalytic, putative 12.11558849 L4_control_B2 +LQ09X027960 Catalytic, putative 12.27474543 L4_control_B3 +LQ09X027960 Catalytic, putative 12.114818 L4_control_C2 +LQ09X027960 Catalytic, putative 12.90303678 L4_control_C3 +LQ09X027960 Catalytic, putative 11.33483621 L4_chemical_A1 +LQ09X027960 Catalytic, putative 11.24276371 L4_chemical_A2 +LQ09X027960 Catalytic, putative 11.31781666 L4_chemical_A3 +LQ09X027960 Catalytic, putative 12.10806374 L4_chemical_B1 +LQ09X027960 Catalytic, putative 11.42027046 L4_chemical_B2 +LQ09X027960 Catalytic, putative 12.2642175 L4_chemical_B3 +LQ09X027960 Catalytic, putative 12.00796072 L4_chemical_C2 +LQ09X027960 Catalytic, putative 12.96443997 L4_chemical_C3 +LQ09X027980 Protein TRANSPARENT TESTA 1 6.005886989 C6_control_A1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.302757793 C6_control_A3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.881163489 C6_control_B1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.876800113 C6_control_B2 +LQ09X027980 Protein TRANSPARENT TESTA 1 6.34567848 C6_control_B3 +LQ09X027980 Protein TRANSPARENT TESTA 1 4.923197239 C6_control_C1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.115079907 C6_control_C2 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.126062598 C6_control_C3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.779602665 C6_chemical_A1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.835375164 C6_chemical_A3 +LQ09X027980 Protein TRANSPARENT TESTA 1 6.005724753 C6_chemical_B1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.718799664 C6_chemical_B2 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.881329454 C6_chemical_B3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.111319054 C6_chemical_C1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.207293972 C6_chemical_C2 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.331244771 C6_chemical_C3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.589096863 L4_control_A1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.595303121 L4_control_A2 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.878414061 L4_control_A3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.72362184 L4_control_B1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.51427138 L4_control_B2 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.510895685 L4_control_B3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.209319375 L4_control_C2 +LQ09X027980 Protein TRANSPARENT TESTA 1 6.764782092 L4_control_C3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.797598953 L4_chemical_A1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.835573603 L4_chemical_A2 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.933582137 L4_chemical_A3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.277538106 L4_chemical_B1 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.708184275 L4_chemical_B2 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.695760265 L4_chemical_B3 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.019183863 L4_chemical_C2 +LQ09X027980 Protein TRANSPARENT TESTA 1 6.030401546 L4_chemical_C3 +LQ09X028000 Sialyltransferase-like protein 12.65839474 C6_control_A1 +LQ09X028000 Sialyltransferase-like protein 11.97348666 C6_control_A3 +LQ09X028000 Sialyltransferase-like protein 12.99719805 C6_control_B1 +LQ09X028000 Sialyltransferase-like protein 12.62686472 C6_control_B2 +LQ09X028000 Sialyltransferase-like protein 12.53045373 C6_control_B3 +LQ09X028000 Sialyltransferase-like protein 11.80012422 C6_control_C1 +LQ09X028000 Sialyltransferase-like protein 11.31562426 C6_control_C2 +LQ09X028000 Sialyltransferase-like protein 10.92189 C6_control_C3 +LQ09X028000 Sialyltransferase-like protein 12.51803947 C6_chemical_A1 +LQ09X028000 Sialyltransferase-like protein 12.25687173 C6_chemical_A3 +LQ09X028000 Sialyltransferase-like protein 12.83362145 C6_chemical_B1 +LQ09X028000 Sialyltransferase-like protein 12.4774848 C6_chemical_B2 +LQ09X028000 Sialyltransferase-like protein 12.4956666 C6_chemical_B3 +LQ09X028000 Sialyltransferase-like protein 11.86994279 C6_chemical_C1 +LQ09X028000 Sialyltransferase-like protein 11.08770268 C6_chemical_C2 +LQ09X028000 Sialyltransferase-like protein 10.84194998 C6_chemical_C3 +LQ09X028000 Sialyltransferase-like protein 12.3981092 L4_control_A1 +LQ09X028000 Sialyltransferase-like protein 12.96780803 L4_control_A2 +LQ09X028000 Sialyltransferase-like protein 11.55659084 L4_control_A3 +LQ09X028000 Sialyltransferase-like protein 13.11771962 L4_control_B1 +LQ09X028000 Sialyltransferase-like protein 12.91870281 L4_control_B2 +LQ09X028000 Sialyltransferase-like protein 12.90340234 L4_control_B3 +LQ09X028000 Sialyltransferase-like protein 10.65023328 L4_control_C2 +LQ09X028000 Sialyltransferase-like protein 10.80361311 L4_control_C3 +LQ09X028000 Sialyltransferase-like protein 12.07557335 L4_chemical_A1 +LQ09X028000 Sialyltransferase-like protein 12.59999333 L4_chemical_A2 +LQ09X028000 Sialyltransferase-like protein 11.91961459 L4_chemical_A3 +LQ09X028000 Sialyltransferase-like protein 12.79804662 L4_chemical_B1 +LQ09X028000 Sialyltransferase-like protein 12.9321092 L4_chemical_B2 +LQ09X028000 Sialyltransferase-like protein 12.85096699 L4_chemical_B3 +LQ09X028000 Sialyltransferase-like protein 11.33768512 L4_chemical_C2 +LQ09X028000 Sialyltransferase-like protein 10.81429029 L4_chemical_C3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.30910334 C6_control_A1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.26938576 C6_control_A3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.61367514 C6_control_B1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.61522455 C6_control_B2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.56907068 C6_control_B3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.78740825 C6_control_C1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.52289834 C6_control_C2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.27339573 C6_control_C3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.58926727 C6_chemical_A1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.2308558 C6_chemical_A3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.91771285 C6_chemical_B1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.0490953 C6_chemical_B2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.98875914 C6_chemical_B3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.07137357 C6_chemical_C1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.62644658 C6_chemical_C2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.8505565 C6_chemical_C3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.71786761 L4_control_A1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.9181479 L4_control_A2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.77877104 L4_control_A3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.1036751 L4_control_B1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.80324195 L4_control_B2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.24134948 L4_control_B3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.11222131 L4_control_C2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.32729894 L4_control_C3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.94991575 L4_chemical_A1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.8575567 L4_chemical_A2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.98494863 L4_chemical_A3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.66732278 L4_chemical_B1 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.29168924 L4_chemical_B2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.96529295 L4_chemical_B3 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.24488428 L4_chemical_C2 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 13.05154657 L4_chemical_C3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.16518956 C6_control_A1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.05945351 C6_control_A3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.74006018 C6_control_B1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.56312443 C6_control_B2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.82642295 C6_control_B3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.87840712 C6_control_C1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.72261643 C6_control_C2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.31651697 C6_control_C3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.29085551 C6_chemical_A1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.31042673 C6_chemical_A3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.89545435 C6_chemical_B1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.46557614 C6_chemical_B2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.07168083 C6_chemical_B3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.95455225 C6_chemical_C1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.70661973 C6_chemical_C2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.49067235 C6_chemical_C3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.35954961 L4_control_A1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.09946739 L4_control_A2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.68723398 L4_control_A3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.64917099 L4_control_B1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.05689561 L4_control_B2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.01353262 L4_control_B3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.13900361 L4_control_C2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.87564404 L4_control_C3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.18148729 L4_chemical_A1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.86051269 L4_chemical_A2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.65686573 L4_chemical_A3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.68107155 L4_chemical_B1 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.58954535 L4_chemical_B2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.09314741 L4_chemical_B3 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.1311658 L4_chemical_C2 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 12.71989071 L4_chemical_C3 +LQ09X028080 Fatty acyl-CoA reductase 3 7.812606274 C6_control_A1 +LQ09X028080 Fatty acyl-CoA reductase 3 9.134080905 C6_control_A3 +LQ09X028080 Fatty acyl-CoA reductase 3 8.096525856 C6_control_B1 +LQ09X028080 Fatty acyl-CoA reductase 3 7.052550363 C6_control_B2 +LQ09X028080 Fatty acyl-CoA reductase 3 8.267993564 C6_control_B3 +LQ09X028080 Fatty acyl-CoA reductase 3 6.379455865 C6_control_C1 +LQ09X028080 Fatty acyl-CoA reductase 3 6.686215304 C6_control_C2 +LQ09X028080 Fatty acyl-CoA reductase 3 6.848611071 C6_control_C3 +LQ09X028080 Fatty acyl-CoA reductase 3 7.684508307 C6_chemical_A1 +LQ09X028080 Fatty acyl-CoA reductase 3 7.286044708 C6_chemical_A3 +LQ09X028080 Fatty acyl-CoA reductase 3 7.426118375 C6_chemical_B1 +LQ09X028080 Fatty acyl-CoA reductase 3 7.391609177 C6_chemical_B2 +LQ09X028080 Fatty acyl-CoA reductase 3 7.660787054 C6_chemical_B3 +LQ09X028080 Fatty acyl-CoA reductase 3 6.958939072 C6_chemical_C1 +LQ09X028080 Fatty acyl-CoA reductase 3 6.614237169 C6_chemical_C2 +LQ09X028080 Fatty acyl-CoA reductase 3 6.678928926 C6_chemical_C3 +LQ09X028080 Fatty acyl-CoA reductase 3 7.086228101 L4_control_A1 +LQ09X028080 Fatty acyl-CoA reductase 3 8.141745953 L4_control_A2 +LQ09X028080 Fatty acyl-CoA reductase 3 7.854141982 L4_control_A3 +LQ09X028080 Fatty acyl-CoA reductase 3 7.426273915 L4_control_B1 +LQ09X028080 Fatty acyl-CoA reductase 3 7.269555299 L4_control_B2 +LQ09X028080 Fatty acyl-CoA reductase 3 7.031903246 L4_control_B3 +LQ09X028080 Fatty acyl-CoA reductase 3 6.702613889 L4_control_C2 +LQ09X028080 Fatty acyl-CoA reductase 3 6.64646356 L4_control_C3 +LQ09X028080 Fatty acyl-CoA reductase 3 6.984533919 L4_chemical_A1 +LQ09X028080 Fatty acyl-CoA reductase 3 7.912244104 L4_chemical_A2 +LQ09X028080 Fatty acyl-CoA reductase 3 7.921310331 L4_chemical_A3 +LQ09X028080 Fatty acyl-CoA reductase 3 8.354578365 L4_chemical_B1 +LQ09X028080 Fatty acyl-CoA reductase 3 7.41115306 L4_chemical_B2 +LQ09X028080 Fatty acyl-CoA reductase 3 7.82869881 L4_chemical_B3 +LQ09X028080 Fatty acyl-CoA reductase 3 6.934277632 L4_chemical_C2 +LQ09X028080 Fatty acyl-CoA reductase 3 6.848188146 L4_chemical_C3 +LQ09X028140 Putative uncharacterized protein 4.955259228 C6_control_A1 +LQ09X028140 Putative uncharacterized protein 5.557096647 C6_control_A3 +LQ09X028140 Putative uncharacterized protein 5.160807503 C6_control_B1 +LQ09X028140 Putative uncharacterized protein 5.594702379 C6_control_B2 +LQ09X028140 Putative uncharacterized protein 5.621142344 C6_control_B3 +LQ09X028140 Putative uncharacterized protein 5.944721411 C6_control_C1 +LQ09X028140 Putative uncharacterized protein 5.840866394 C6_control_C2 +LQ09X028140 Putative uncharacterized protein 5.556879385 C6_control_C3 +LQ09X028140 Putative uncharacterized protein 5.551761806 C6_chemical_A1 +LQ09X028140 Putative uncharacterized protein 5.300415505 C6_chemical_A3 +LQ09X028140 Putative uncharacterized protein 5.558538178 C6_chemical_B1 +LQ09X028140 Putative uncharacterized protein 5.417892592 C6_chemical_B2 +LQ09X028140 Putative uncharacterized protein 5.381536219 C6_chemical_B3 +LQ09X028140 Putative uncharacterized protein 5.673437636 C6_chemical_C1 +LQ09X028140 Putative uncharacterized protein 5.912586064 C6_chemical_C2 +LQ09X028140 Putative uncharacterized protein 5.073118655 C6_chemical_C3 +LQ09X028140 Putative uncharacterized protein 5.00527597 L4_control_A1 +LQ09X028140 Putative uncharacterized protein 5.225372466 L4_control_A2 +LQ09X028140 Putative uncharacterized protein 5.161968685 L4_control_A3 +LQ09X028140 Putative uncharacterized protein 5.460391241 L4_control_B1 +LQ09X028140 Putative uncharacterized protein 5.054022799 L4_control_B2 +LQ09X028140 Putative uncharacterized protein 5.134825853 L4_control_B3 +LQ09X028140 Putative uncharacterized protein 5.236399597 L4_control_C2 +LQ09X028140 Putative uncharacterized protein 5.220976214 L4_control_C3 +LQ09X028140 Putative uncharacterized protein 5.20572728 L4_chemical_A1 +LQ09X028140 Putative uncharacterized protein 4.882772451 L4_chemical_A2 +LQ09X028140 Putative uncharacterized protein 5.402611519 L4_chemical_A3 +LQ09X028140 Putative uncharacterized protein 5.128870904 L4_chemical_B1 +LQ09X028140 Putative uncharacterized protein 4.983101712 L4_chemical_B2 +LQ09X028140 Putative uncharacterized protein 5.194480304 L4_chemical_B3 +LQ09X028140 Putative uncharacterized protein 5.535456379 L4_chemical_C2 +LQ09X028140 Putative uncharacterized protein 5.514591443 L4_chemical_C3 +LQ09X028141 Putative Retrotransposon gag protein 4.868685317 C6_control_A1 +LQ09X028141 Putative Retrotransposon gag protein 4.797741817 C6_control_A3 +LQ09X028141 Putative Retrotransposon gag protein 5.211704002 C6_control_B1 +LQ09X028141 Putative Retrotransposon gag protein 4.728699807 C6_control_B2 +LQ09X028141 Putative Retrotransposon gag protein 4.672017858 C6_control_B3 +LQ09X028141 Putative Retrotransposon gag protein 4.814810422 C6_control_C1 +LQ09X028141 Putative Retrotransposon gag protein 4.676631812 C6_control_C2 +LQ09X028141 Putative Retrotransposon gag protein 5.022811737 C6_control_C3 +LQ09X028141 Putative Retrotransposon gag protein 4.742429259 C6_chemical_A1 +LQ09X028141 Putative Retrotransposon gag protein 5.092652116 C6_chemical_A3 +LQ09X028141 Putative Retrotransposon gag protein 4.813472825 C6_chemical_B1 +LQ09X028141 Putative Retrotransposon gag protein 4.807989025 C6_chemical_B2 +LQ09X028141 Putative Retrotransposon gag protein 5.090283658 C6_chemical_B3 +LQ09X028141 Putative Retrotransposon gag protein 4.633196751 C6_chemical_C1 +LQ09X028141 Putative Retrotransposon gag protein 4.677534609 C6_chemical_C2 +LQ09X028141 Putative Retrotransposon gag protein 4.969990157 C6_chemical_C3 +LQ09X028141 Putative Retrotransposon gag protein 4.977127035 L4_control_A1 +LQ09X028141 Putative Retrotransposon gag protein 4.862231988 L4_control_A2 +LQ09X028141 Putative Retrotransposon gag protein 5.327617285 L4_control_A3 +LQ09X028141 Putative Retrotransposon gag protein 4.921651529 L4_control_B1 +LQ09X028141 Putative Retrotransposon gag protein 5.187261006 L4_control_B2 +LQ09X028141 Putative Retrotransposon gag protein 4.659542737 L4_control_B3 +LQ09X028141 Putative Retrotransposon gag protein 5.296810996 L4_control_C2 +LQ09X028141 Putative Retrotransposon gag protein 5.556573106 L4_control_C3 +LQ09X028141 Putative Retrotransposon gag protein 5.283384473 L4_chemical_A1 +LQ09X028141 Putative Retrotransposon gag protein 4.877403147 L4_chemical_A2 +LQ09X028141 Putative Retrotransposon gag protein 5.392862808 L4_chemical_A3 +LQ09X028141 Putative Retrotransposon gag protein 5.24320458 L4_chemical_B1 +LQ09X028141 Putative Retrotransposon gag protein 4.904718507 L4_chemical_B2 +LQ09X028141 Putative Retrotransposon gag protein 4.610654491 L4_chemical_B3 +LQ09X028141 Putative Retrotransposon gag protein 4.797971703 L4_chemical_C2 +LQ09X028141 Putative Retrotransposon gag protein 4.817381182 L4_chemical_C3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.878534168 C6_control_A1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.883341483 C6_control_A3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.888187428 C6_control_B1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.81164939 C6_control_B2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.098469399 C6_control_B3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.19851333 C6_control_C1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.149147328 C6_control_C2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.115536725 C6_control_C3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.889701193 C6_chemical_A1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.214373023 C6_chemical_A3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.186333807 C6_chemical_B1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.005766478 C6_chemical_B2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.12991091 C6_chemical_B3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.973865271 C6_chemical_C1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.933843786 C6_chemical_C2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.189727337 C6_chemical_C3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.994883215 L4_control_A1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.81146184 L4_control_A2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.896758799 L4_control_A3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.925909675 L4_control_B1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.784482854 L4_control_B2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.734066147 L4_control_B3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.473122465 L4_control_C2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.566513835 L4_control_C3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.840444118 L4_chemical_A1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.96034729 L4_chemical_A2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.190049298 L4_chemical_A3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.873739589 L4_chemical_B1 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.216269842 L4_chemical_B2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.915028774 L4_chemical_B3 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.054627075 L4_chemical_C2 +LQ09X028220 F-box/kelch-repeat protein At1g67480 5.035249584 L4_chemical_C3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.658458491 C6_control_A1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.06107088 C6_control_A3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.368713928 C6_control_B1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.926776679 C6_control_B2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.964749452 C6_control_B3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.84046341 C6_control_C1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.482887267 C6_control_C2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.949088302 C6_control_C3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.075897012 C6_chemical_A1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.785410417 C6_chemical_A3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.04219407 C6_chemical_B1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.000054429 C6_chemical_B2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.949557736 C6_chemical_B3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.202839115 C6_chemical_C1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.891259681 C6_chemical_C2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.425009939 C6_chemical_C3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.861744561 L4_control_A1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.843557924 L4_control_A2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.93343828 L4_control_A3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.274151011 L4_control_B1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.991708056 L4_control_B2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.072878212 L4_control_B3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.620712309 L4_control_C2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.474938715 L4_control_C3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.951820797 L4_chemical_A1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.974397186 L4_chemical_A2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.977998009 L4_chemical_A3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.917026807 L4_chemical_B1 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.183928069 L4_chemical_B2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 4.994084995 L4_chemical_B3 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.538394015 L4_chemical_C2 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.432502299 L4_chemical_C3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.806921014 C6_control_A1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 10.49622606 C6_control_A3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.787703411 C6_control_B1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.295267686 C6_control_B2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.550228744 C6_control_B3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.452211477 C6_control_C1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 8.754199249 C6_control_C2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.339344292 C6_control_C3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.573785812 C6_chemical_A1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.705836323 C6_chemical_A3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.374161068 C6_chemical_B1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.031400983 C6_chemical_B2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.034156168 C6_chemical_B3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.207233967 C6_chemical_C1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.078374083 C6_chemical_C2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 8.748384255 C6_chemical_C3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.883047337 L4_control_A1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 10.03441207 L4_control_A2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 10.39608085 L4_control_A3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.135190577 L4_control_B1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.03206964 L4_control_B2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.227224868 L4_control_B3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.274207767 L4_control_C2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 8.712749441 L4_control_C3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.510632196 L4_chemical_A1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.904073131 L4_chemical_A2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 10.19417137 L4_chemical_A3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.420999679 L4_chemical_B1 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.418500967 L4_chemical_B2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.340271827 L4_chemical_B3 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 8.957691694 L4_chemical_C2 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.377828944 L4_chemical_C3 +LQ09X028520 Putative UPF0481 protein At3g47200 7.809909534 C6_control_A1 +LQ09X028520 Putative UPF0481 protein At3g47200 5.66209137 C6_control_A3 +LQ09X028520 Putative UPF0481 protein At3g47200 7.364401129 C6_control_B1 +LQ09X028520 Putative UPF0481 protein At3g47200 7.734980408 C6_control_B2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.168351322 C6_control_B3 +LQ09X028520 Putative UPF0481 protein At3g47200 8.06074765 C6_control_C1 +LQ09X028520 Putative UPF0481 protein At3g47200 7.113716487 C6_control_C2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.409410796 C6_control_C3 +LQ09X028520 Putative UPF0481 protein At3g47200 8.00365413 C6_chemical_A1 +LQ09X028520 Putative UPF0481 protein At3g47200 6.480329846 C6_chemical_A3 +LQ09X028520 Putative UPF0481 protein At3g47200 7.221291515 C6_chemical_B1 +LQ09X028520 Putative UPF0481 protein At3g47200 7.413843546 C6_chemical_B2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.080672339 C6_chemical_B3 +LQ09X028520 Putative UPF0481 protein At3g47200 8.218678665 C6_chemical_C1 +LQ09X028520 Putative UPF0481 protein At3g47200 7.956948277 C6_chemical_C2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.851395548 C6_chemical_C3 +LQ09X028520 Putative UPF0481 protein At3g47200 6.858407848 L4_control_A1 +LQ09X028520 Putative UPF0481 protein At3g47200 7.169786094 L4_control_A2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.868443137 L4_control_A3 +LQ09X028520 Putative UPF0481 protein At3g47200 5.865808435 L4_control_B1 +LQ09X028520 Putative UPF0481 protein At3g47200 7.061191701 L4_control_B2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.874010605 L4_control_B3 +LQ09X028520 Putative UPF0481 protein At3g47200 5.770678254 L4_control_C2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.918124635 L4_control_C3 +LQ09X028520 Putative UPF0481 protein At3g47200 7.573286393 L4_chemical_A1 +LQ09X028520 Putative UPF0481 protein At3g47200 7.233877683 L4_chemical_A2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.740201941 L4_chemical_A3 +LQ09X028520 Putative UPF0481 protein At3g47200 5.668752553 L4_chemical_B1 +LQ09X028520 Putative UPF0481 protein At3g47200 7.294385848 L4_chemical_B2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.425234459 L4_chemical_B3 +LQ09X028520 Putative UPF0481 protein At3g47200 6.254006535 L4_chemical_C2 +LQ09X028520 Putative UPF0481 protein At3g47200 5.35268315 L4_chemical_C3 +LQ09X028530 Putative uncharacterized protein 5.441040857 C6_control_A1 +LQ09X028530 Putative uncharacterized protein 6.961333653 C6_control_A3 +LQ09X028530 Putative uncharacterized protein 5.266182519 C6_control_B1 +LQ09X028530 Putative uncharacterized protein 5.244910941 C6_control_B2 +LQ09X028530 Putative uncharacterized protein 5.154901068 C6_control_B3 +LQ09X028530 Putative uncharacterized protein 5.781710247 C6_control_C1 +LQ09X028530 Putative uncharacterized protein 6.934852979 C6_control_C2 +LQ09X028530 Putative uncharacterized protein 5.542821915 C6_control_C3 +LQ09X028530 Putative uncharacterized protein 5.426688813 C6_chemical_A1 +LQ09X028530 Putative uncharacterized protein 5.626183732 C6_chemical_A3 +LQ09X028530 Putative uncharacterized protein 5.833296387 C6_chemical_B1 +LQ09X028530 Putative uncharacterized protein 5.913046335 C6_chemical_B2 +LQ09X028530 Putative uncharacterized protein 4.702433873 C6_chemical_B3 +LQ09X028530 Putative uncharacterized protein 5.890530358 C6_chemical_C1 +LQ09X028530 Putative uncharacterized protein 5.887065153 C6_chemical_C2 +LQ09X028530 Putative uncharacterized protein 5.779547938 C6_chemical_C3 +LQ09X028530 Putative uncharacterized protein 5.370819728 L4_control_A1 +LQ09X028530 Putative uncharacterized protein 4.98511194 L4_control_A2 +LQ09X028530 Putative uncharacterized protein 5.043870429 L4_control_A3 +LQ09X028530 Putative uncharacterized protein 5.573031121 L4_control_B1 +LQ09X028530 Putative uncharacterized protein 4.960198788 L4_control_B2 +LQ09X028530 Putative uncharacterized protein 5.716100263 L4_control_B3 +LQ09X028530 Putative uncharacterized protein 5.932121806 L4_control_C2 +LQ09X028530 Putative uncharacterized protein 5.718990809 L4_control_C3 +LQ09X028530 Putative uncharacterized protein 5.364753075 L4_chemical_A1 +LQ09X028530 Putative uncharacterized protein 5.315478709 L4_chemical_A2 +LQ09X028530 Putative uncharacterized protein 5.531619551 L4_chemical_A3 +LQ09X028530 Putative uncharacterized protein 5.503741035 L4_chemical_B1 +LQ09X028530 Putative uncharacterized protein 5.513509639 L4_chemical_B2 +LQ09X028530 Putative uncharacterized protein 5.269460298 L4_chemical_B3 +LQ09X028530 Putative uncharacterized protein 5.743240957 L4_chemical_C2 +LQ09X028530 Putative uncharacterized protein 5.462161167 L4_chemical_C3 +LQ09X028550 Predicted protein 4.662902821 C6_control_A1 +LQ09X028550 Predicted protein 4.933222336 C6_control_A3 +LQ09X028550 Predicted protein 5.115986291 C6_control_B1 +LQ09X028550 Predicted protein 4.980482013 C6_control_B2 +LQ09X028550 Predicted protein 5.225368423 C6_control_B3 +LQ09X028550 Predicted protein 4.718824402 C6_control_C1 +LQ09X028550 Predicted protein 4.959537512 C6_control_C2 +LQ09X028550 Predicted protein 4.977481388 C6_control_C3 +LQ09X028550 Predicted protein 4.854925698 C6_chemical_A1 +LQ09X028550 Predicted protein 4.946531716 C6_chemical_A3 +LQ09X028550 Predicted protein 4.741592249 C6_chemical_B1 +LQ09X028550 Predicted protein 4.75896077 C6_chemical_B2 +LQ09X028550 Predicted protein 5.141562093 C6_chemical_B3 +LQ09X028550 Predicted protein 4.955954453 C6_chemical_C1 +LQ09X028550 Predicted protein 4.970767337 C6_chemical_C2 +LQ09X028550 Predicted protein 5.221964184 C6_chemical_C3 +LQ09X028550 Predicted protein 4.913936207 L4_control_A1 +LQ09X028550 Predicted protein 5.269707914 L4_control_A2 +LQ09X028550 Predicted protein 5.614395878 L4_control_A3 +LQ09X028550 Predicted protein 5.749190188 L4_control_B1 +LQ09X028550 Predicted protein 5.369665131 L4_control_B2 +LQ09X028550 Predicted protein 4.671497702 L4_control_B3 +LQ09X028550 Predicted protein 5.487714518 L4_control_C2 +LQ09X028550 Predicted protein 5.334322044 L4_control_C3 +LQ09X028550 Predicted protein 5.31023603 L4_chemical_A1 +LQ09X028550 Predicted protein 5.098873008 L4_chemical_A2 +LQ09X028550 Predicted protein 5.389596528 L4_chemical_A3 +LQ09X028550 Predicted protein 5.239941892 L4_chemical_B1 +LQ09X028550 Predicted protein 5.345302853 L4_chemical_B2 +LQ09X028550 Predicted protein 4.932619796 L4_chemical_B3 +LQ09X028550 Predicted protein 5.360572662 L4_chemical_C2 +LQ09X028550 Predicted protein 5.799210268 L4_chemical_C3 +LQ09X028570 60S acidic ribosomal protein P2B 14.09440922 C6_control_A1 +LQ09X028570 60S acidic ribosomal protein P2B 14.38710312 C6_control_A3 +LQ09X028570 60S acidic ribosomal protein P2B 14.07788421 C6_control_B1 +LQ09X028570 60S acidic ribosomal protein P2B 13.7987234 C6_control_B2 +LQ09X028570 60S acidic ribosomal protein P2B 13.81155986 C6_control_B3 +LQ09X028570 60S acidic ribosomal protein P2B 13.15429052 C6_control_C1 +LQ09X028570 60S acidic ribosomal protein P2B 13.54672015 C6_control_C2 +LQ09X028570 60S acidic ribosomal protein P2B 13.2110819 C6_control_C3 +LQ09X028570 60S acidic ribosomal protein P2B 14.15094723 C6_chemical_A1 +LQ09X028570 60S acidic ribosomal protein P2B 13.64140896 C6_chemical_A3 +LQ09X028570 60S acidic ribosomal protein P2B 13.93744164 C6_chemical_B1 +LQ09X028570 60S acidic ribosomal protein P2B 13.72839161 C6_chemical_B2 +LQ09X028570 60S acidic ribosomal protein P2B 13.82850256 C6_chemical_B3 +LQ09X028570 60S acidic ribosomal protein P2B 13.34054241 C6_chemical_C1 +LQ09X028570 60S acidic ribosomal protein P2B 13.5842186 C6_chemical_C2 +LQ09X028570 60S acidic ribosomal protein P2B 13.13137869 C6_chemical_C3 +LQ09X028570 60S acidic ribosomal protein P2B 13.99542347 L4_control_A1 +LQ09X028570 60S acidic ribosomal protein P2B 14.05852292 L4_control_A2 +LQ09X028570 60S acidic ribosomal protein P2B 14.11368141 L4_control_A3 +LQ09X028570 60S acidic ribosomal protein P2B 13.69599054 L4_control_B1 +LQ09X028570 60S acidic ribosomal protein P2B 13.28776675 L4_control_B2 +LQ09X028570 60S acidic ribosomal protein P2B 13.38410365 L4_control_B3 +LQ09X028570 60S acidic ribosomal protein P2B 13.67371252 L4_control_C2 +LQ09X028570 60S acidic ribosomal protein P2B 13.72848325 L4_control_C3 +LQ09X028570 60S acidic ribosomal protein P2B 13.836237 L4_chemical_A1 +LQ09X028570 60S acidic ribosomal protein P2B 13.65469478 L4_chemical_A2 +LQ09X028570 60S acidic ribosomal protein P2B 13.64842021 L4_chemical_A3 +LQ09X028570 60S acidic ribosomal protein P2B 13.8506668 L4_chemical_B1 +LQ09X028570 60S acidic ribosomal protein P2B 14.05443348 L4_chemical_B2 +LQ09X028570 60S acidic ribosomal protein P2B 13.85936368 L4_chemical_B3 +LQ09X028570 60S acidic ribosomal protein P2B 13.82682171 L4_chemical_C2 +LQ09X028570 60S acidic ribosomal protein P2B 13.62201343 L4_chemical_C3 +LQ09X028580 60S acidic ribosomal protein P2B 14.16189064 C6_control_A1 +LQ09X028580 60S acidic ribosomal protein P2B 14.3966189 C6_control_A3 +LQ09X028580 60S acidic ribosomal protein P2B 13.48855283 C6_control_B1 +LQ09X028580 60S acidic ribosomal protein P2B 13.98053061 C6_control_B2 +LQ09X028580 60S acidic ribosomal protein P2B 13.14984933 C6_control_B3 +LQ09X028580 60S acidic ribosomal protein P2B 13.9890279 C6_control_C1 +LQ09X028580 60S acidic ribosomal protein P2B 14.00533063 C6_control_C2 +LQ09X028580 60S acidic ribosomal protein P2B 13.70652101 C6_control_C3 +LQ09X028580 60S acidic ribosomal protein P2B 13.98540322 C6_chemical_A1 +LQ09X028580 60S acidic ribosomal protein P2B 13.73752727 C6_chemical_A3 +LQ09X028580 60S acidic ribosomal protein P2B 13.37548501 C6_chemical_B1 +LQ09X028580 60S acidic ribosomal protein P2B 13.8526167 C6_chemical_B2 +LQ09X028580 60S acidic ribosomal protein P2B 13.05515283 C6_chemical_B3 +LQ09X028580 60S acidic ribosomal protein P2B 14.22094808 C6_chemical_C1 +LQ09X028580 60S acidic ribosomal protein P2B 14.1466572 C6_chemical_C2 +LQ09X028580 60S acidic ribosomal protein P2B 13.77513984 C6_chemical_C3 +LQ09X028580 60S acidic ribosomal protein P2B 14.39478355 L4_control_A1 +LQ09X028580 60S acidic ribosomal protein P2B 14.03531524 L4_control_A2 +LQ09X028580 60S acidic ribosomal protein P2B 14.11962833 L4_control_A3 +LQ09X028580 60S acidic ribosomal protein P2B 13.0973638 L4_control_B1 +LQ09X028580 60S acidic ribosomal protein P2B 13.14917039 L4_control_B2 +LQ09X028580 60S acidic ribosomal protein P2B 13.41819001 L4_control_B3 +LQ09X028580 60S acidic ribosomal protein P2B 13.7180015 L4_control_C2 +LQ09X028580 60S acidic ribosomal protein P2B 13.22211963 L4_control_C3 +LQ09X028580 60S acidic ribosomal protein P2B 14.39787351 L4_chemical_A1 +LQ09X028580 60S acidic ribosomal protein P2B 13.92303495 L4_chemical_A2 +LQ09X028580 60S acidic ribosomal protein P2B 14.08125376 L4_chemical_A3 +LQ09X028580 60S acidic ribosomal protein P2B 13.42663382 L4_chemical_B1 +LQ09X028580 60S acidic ribosomal protein P2B 13.76731097 L4_chemical_B2 +LQ09X028580 60S acidic ribosomal protein P2B 13.54855257 L4_chemical_B3 +LQ09X028580 60S acidic ribosomal protein P2B 13.95675732 L4_chemical_C2 +LQ09X028580 60S acidic ribosomal protein P2B 13.16660619 L4_chemical_C3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.538065538 C6_control_A1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 6.116739615 C6_control_A3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.384367297 C6_control_B1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.652627425 C6_control_B2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.371368287 C6_control_B3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.138507737 C6_control_C1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.254541939 C6_control_C2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.152294649 C6_control_C3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.640557221 C6_chemical_A1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.515701171 C6_chemical_A3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.481703248 C6_chemical_B1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.379142018 C6_chemical_B2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.685427203 C6_chemical_B3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 4.955916533 C6_chemical_C1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.473715078 C6_chemical_C2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.39536124 C6_chemical_C3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.331267129 L4_control_A1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.487546455 L4_control_A2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.454529233 L4_control_A3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.963397514 L4_control_B1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.340063046 L4_control_B2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.365391138 L4_control_B3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.573844829 L4_control_C2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.136330141 L4_control_C3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.363394737 L4_chemical_A1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.897376372 L4_chemical_A2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.168366556 L4_chemical_A3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.635811351 L4_chemical_B1 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.004785152 L4_chemical_B2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.443924419 L4_chemical_B3 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.413749393 L4_chemical_C2 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.465877058 L4_chemical_C3 +LQ09X028620 Serine/threonine protein kinase, putative 5.93424634 C6_control_A1 +LQ09X028620 Serine/threonine protein kinase, putative 5.597702083 C6_control_A3 +LQ09X028620 Serine/threonine protein kinase, putative 6.020766221 C6_control_B1 +LQ09X028620 Serine/threonine protein kinase, putative 5.771035276 C6_control_B2 +LQ09X028620 Serine/threonine protein kinase, putative 5.658291268 C6_control_B3 +LQ09X028620 Serine/threonine protein kinase, putative 5.759625308 C6_control_C1 +LQ09X028620 Serine/threonine protein kinase, putative 5.585057972 C6_control_C2 +LQ09X028620 Serine/threonine protein kinase, putative 5.546351589 C6_control_C3 +LQ09X028620 Serine/threonine protein kinase, putative 5.881616247 C6_chemical_A1 +LQ09X028620 Serine/threonine protein kinase, putative 5.495315835 C6_chemical_A3 +LQ09X028620 Serine/threonine protein kinase, putative 6.078414515 C6_chemical_B1 +LQ09X028620 Serine/threonine protein kinase, putative 5.758297814 C6_chemical_B2 +LQ09X028620 Serine/threonine protein kinase, putative 5.415006052 C6_chemical_B3 +LQ09X028620 Serine/threonine protein kinase, putative 5.675394027 C6_chemical_C1 +LQ09X028620 Serine/threonine protein kinase, putative 5.417752569 C6_chemical_C2 +LQ09X028620 Serine/threonine protein kinase, putative 5.404742221 C6_chemical_C3 +LQ09X028620 Serine/threonine protein kinase, putative 5.742469214 L4_control_A1 +LQ09X028620 Serine/threonine protein kinase, putative 5.744090546 L4_control_A2 +LQ09X028620 Serine/threonine protein kinase, putative 6.003874661 L4_control_A3 +LQ09X028620 Serine/threonine protein kinase, putative 5.998646357 L4_control_B1 +LQ09X028620 Serine/threonine protein kinase, putative 5.44421094 L4_control_B2 +LQ09X028620 Serine/threonine protein kinase, putative 5.670595195 L4_control_B3 +LQ09X028620 Serine/threonine protein kinase, putative 5.405946003 L4_control_C2 +LQ09X028620 Serine/threonine protein kinase, putative 5.958843424 L4_control_C3 +LQ09X028620 Serine/threonine protein kinase, putative 5.690173351 L4_chemical_A1 +LQ09X028620 Serine/threonine protein kinase, putative 5.84471589 L4_chemical_A2 +LQ09X028620 Serine/threonine protein kinase, putative 5.868293428 L4_chemical_A3 +LQ09X028620 Serine/threonine protein kinase, putative 5.686224973 L4_chemical_B1 +LQ09X028620 Serine/threonine protein kinase, putative 5.436482946 L4_chemical_B2 +LQ09X028620 Serine/threonine protein kinase, putative 6.076177951 L4_chemical_B3 +LQ09X028620 Serine/threonine protein kinase, putative 4.954199513 L4_chemical_C2 +LQ09X028620 Serine/threonine protein kinase, putative 5.590452111 L4_chemical_C3 +LQ09X028630 Beta-fructofuranosidase, putative 12.94319499 C6_control_A1 +LQ09X028630 Beta-fructofuranosidase, putative 12.58305359 C6_control_A3 +LQ09X028630 Beta-fructofuranosidase, putative 12.86757842 C6_control_B1 +LQ09X028630 Beta-fructofuranosidase, putative 13.00465254 C6_control_B2 +LQ09X028630 Beta-fructofuranosidase, putative 12.86358211 C6_control_B3 +LQ09X028630 Beta-fructofuranosidase, putative 13.65637829 C6_control_C1 +LQ09X028630 Beta-fructofuranosidase, putative 13.58239784 C6_control_C2 +LQ09X028630 Beta-fructofuranosidase, putative 13.85078459 C6_control_C3 +LQ09X028630 Beta-fructofuranosidase, putative 12.84678167 C6_chemical_A1 +LQ09X028630 Beta-fructofuranosidase, putative 12.56012634 C6_chemical_A3 +LQ09X028630 Beta-fructofuranosidase, putative 12.68134293 C6_chemical_B1 +LQ09X028630 Beta-fructofuranosidase, putative 12.89656083 C6_chemical_B2 +LQ09X028630 Beta-fructofuranosidase, putative 12.86244378 C6_chemical_B3 +LQ09X028630 Beta-fructofuranosidase, putative 13.55175121 C6_chemical_C1 +LQ09X028630 Beta-fructofuranosidase, putative 13.55381458 C6_chemical_C2 +LQ09X028630 Beta-fructofuranosidase, putative 13.53184938 C6_chemical_C3 +LQ09X028630 Beta-fructofuranosidase, putative 12.06821161 L4_control_A1 +LQ09X028630 Beta-fructofuranosidase, putative 12.78122317 L4_control_A2 +LQ09X028630 Beta-fructofuranosidase, putative 11.73682372 L4_control_A3 +LQ09X028630 Beta-fructofuranosidase, putative 13.29365299 L4_control_B1 +LQ09X028630 Beta-fructofuranosidase, putative 12.69313658 L4_control_B2 +LQ09X028630 Beta-fructofuranosidase, putative 13.17239903 L4_control_B3 +LQ09X028630 Beta-fructofuranosidase, putative 13.59890173 L4_control_C2 +LQ09X028630 Beta-fructofuranosidase, putative 13.09185591 L4_control_C3 +LQ09X028630 Beta-fructofuranosidase, putative 12.71425504 L4_chemical_A1 +LQ09X028630 Beta-fructofuranosidase, putative 13.12035995 L4_chemical_A2 +LQ09X028630 Beta-fructofuranosidase, putative 12.13600909 L4_chemical_A3 +LQ09X028630 Beta-fructofuranosidase, putative 12.2743355 L4_chemical_B1 +LQ09X028630 Beta-fructofuranosidase, putative 13.06657968 L4_chemical_B2 +LQ09X028630 Beta-fructofuranosidase, putative 12.59900726 L4_chemical_B3 +LQ09X028630 Beta-fructofuranosidase, putative 13.4351734 L4_chemical_C2 +LQ09X028630 Beta-fructofuranosidase, putative 13.54890652 L4_chemical_C3 +LQ09X028650 Putative uncharacterized protein 13.72432338 C6_control_A1 +LQ09X028650 Putative uncharacterized protein 13.2271736 C6_control_A3 +LQ09X028650 Putative uncharacterized protein 12.98658409 C6_control_B1 +LQ09X028650 Putative uncharacterized protein 12.93121842 C6_control_B2 +LQ09X028650 Putative uncharacterized protein 12.92488403 C6_control_B3 +LQ09X028650 Putative uncharacterized protein 13.20232984 C6_control_C1 +LQ09X028650 Putative uncharacterized protein 13.25990622 C6_control_C2 +LQ09X028650 Putative uncharacterized protein 13.23809665 C6_control_C3 +LQ09X028650 Putative uncharacterized protein 13.57038954 C6_chemical_A1 +LQ09X028650 Putative uncharacterized protein 13.77672009 C6_chemical_A3 +LQ09X028650 Putative uncharacterized protein 12.67254855 C6_chemical_B1 +LQ09X028650 Putative uncharacterized protein 13.10945286 C6_chemical_B2 +LQ09X028650 Putative uncharacterized protein 12.85428189 C6_chemical_B3 +LQ09X028650 Putative uncharacterized protein 13.33957815 C6_chemical_C1 +LQ09X028650 Putative uncharacterized protein 13.48597593 C6_chemical_C2 +LQ09X028650 Putative uncharacterized protein 13.70209371 C6_chemical_C3 +LQ09X028650 Putative uncharacterized protein 13.99056124 L4_control_A1 +LQ09X028650 Putative uncharacterized protein 13.99809482 L4_control_A2 +LQ09X028650 Putative uncharacterized protein 13.93001458 L4_control_A3 +LQ09X028650 Putative uncharacterized protein 12.99891793 L4_control_B1 +LQ09X028650 Putative uncharacterized protein 12.48046394 L4_control_B2 +LQ09X028650 Putative uncharacterized protein 12.82276643 L4_control_B3 +LQ09X028650 Putative uncharacterized protein 13.15510416 L4_control_C2 +LQ09X028650 Putative uncharacterized protein 12.67930213 L4_control_C3 +LQ09X028650 Putative uncharacterized protein 13.9847916 L4_chemical_A1 +LQ09X028650 Putative uncharacterized protein 13.85061784 L4_chemical_A2 +LQ09X028650 Putative uncharacterized protein 14.15149254 L4_chemical_A3 +LQ09X028650 Putative uncharacterized protein 13.00830239 L4_chemical_B1 +LQ09X028650 Putative uncharacterized protein 12.59904261 L4_chemical_B2 +LQ09X028650 Putative uncharacterized protein 13.01081101 L4_chemical_B3 +LQ09X028650 Putative uncharacterized protein 13.22489486 L4_chemical_C2 +LQ09X028650 Putative uncharacterized protein 13.00961227 L4_chemical_C3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.57156428 C6_control_A1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.77955332 C6_control_A3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.42105878 C6_control_B1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.4169434 C6_control_B2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.44644838 C6_control_B3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.24344363 C6_control_C1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 13.76745815 C6_control_C2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.03396087 C6_control_C3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.53848273 C6_chemical_A1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 13.81693782 C6_chemical_A3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.16319876 C6_chemical_B1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.25724279 C6_chemical_B2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.19043405 C6_chemical_B3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.44638108 C6_chemical_C1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.07218691 C6_chemical_C2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.0618656 C6_chemical_C3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.64863539 L4_control_A1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.38695414 L4_control_A2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.56647336 L4_control_A3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.39954618 L4_control_B1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 13.49922485 L4_control_B2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.28082244 L4_control_B3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.16131205 L4_control_C2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 13.09138148 L4_control_C3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.7528814 L4_chemical_A1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.06838006 L4_chemical_A2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.56177159 L4_chemical_A3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.29236781 L4_chemical_B1 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.3357527 L4_chemical_B2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.42115523 L4_chemical_B3 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.21936742 L4_chemical_C2 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 13.37207932 L4_chemical_C3 +LQ09X028680 Protein BUD31 homolog 1 13.77773343 C6_control_A1 +LQ09X028680 Protein BUD31 homolog 1 13.97482164 C6_control_A3 +LQ09X028680 Protein BUD31 homolog 1 13.23239467 C6_control_B1 +LQ09X028680 Protein BUD31 homolog 1 13.07828714 C6_control_B2 +LQ09X028680 Protein BUD31 homolog 1 13.09690701 C6_control_B3 +LQ09X028680 Protein BUD31 homolog 1 13.48338635 C6_control_C1 +LQ09X028680 Protein BUD31 homolog 1 12.85165436 C6_control_C2 +LQ09X028680 Protein BUD31 homolog 1 12.95604497 C6_control_C3 +LQ09X028680 Protein BUD31 homolog 1 13.58896295 C6_chemical_A1 +LQ09X028680 Protein BUD31 homolog 1 13.85010105 C6_chemical_A3 +LQ09X028680 Protein BUD31 homolog 1 12.91233543 C6_chemical_B1 +LQ09X028680 Protein BUD31 homolog 1 13.03709273 C6_chemical_B2 +LQ09X028680 Protein BUD31 homolog 1 12.9198476 C6_chemical_B3 +LQ09X028680 Protein BUD31 homolog 1 13.4739863 C6_chemical_C1 +LQ09X028680 Protein BUD31 homolog 1 13.21826753 C6_chemical_C2 +LQ09X028680 Protein BUD31 homolog 1 12.81868531 C6_chemical_C3 +LQ09X028680 Protein BUD31 homolog 1 14.05870704 L4_control_A1 +LQ09X028680 Protein BUD31 homolog 1 13.68441548 L4_control_A2 +LQ09X028680 Protein BUD31 homolog 1 14.22785478 L4_control_A3 +LQ09X028680 Protein BUD31 homolog 1 12.46052497 L4_control_B1 +LQ09X028680 Protein BUD31 homolog 1 12.15792176 L4_control_B2 +LQ09X028680 Protein BUD31 homolog 1 12.73709478 L4_control_B3 +LQ09X028680 Protein BUD31 homolog 1 12.93547316 L4_control_C2 +LQ09X028680 Protein BUD31 homolog 1 12.68175584 L4_control_C3 +LQ09X028680 Protein BUD31 homolog 1 13.70831074 L4_chemical_A1 +LQ09X028680 Protein BUD31 homolog 1 13.57941424 L4_chemical_A2 +LQ09X028680 Protein BUD31 homolog 1 14.05095102 L4_chemical_A3 +LQ09X028680 Protein BUD31 homolog 1 12.63171127 L4_chemical_B1 +LQ09X028680 Protein BUD31 homolog 1 12.82226077 L4_chemical_B2 +LQ09X028680 Protein BUD31 homolog 1 12.87830548 L4_chemical_B3 +LQ09X028680 Protein BUD31 homolog 1 13.06668127 L4_chemical_C2 +LQ09X028680 Protein BUD31 homolog 1 12.82671145 L4_chemical_C3 +LQ09X028720 Putative uncharacterized protein 9.820504615 C6_control_A1 +LQ09X028720 Putative uncharacterized protein 10.04014737 C6_control_A3 +LQ09X028720 Putative uncharacterized protein 10.50687825 C6_control_B1 +LQ09X028720 Putative uncharacterized protein 11.29773738 C6_control_B2 +LQ09X028720 Putative uncharacterized protein 10.38557655 C6_control_B3 +LQ09X028720 Putative uncharacterized protein 12.40038536 C6_control_C1 +LQ09X028720 Putative uncharacterized protein 11.25250875 C6_control_C2 +LQ09X028720 Putative uncharacterized protein 12.04819579 C6_control_C3 +LQ09X028720 Putative uncharacterized protein 10.19488827 C6_chemical_A1 +LQ09X028720 Putative uncharacterized protein 10.51619206 C6_chemical_A3 +LQ09X028720 Putative uncharacterized protein 10.89861254 C6_chemical_B1 +LQ09X028720 Putative uncharacterized protein 11.43449237 C6_chemical_B2 +LQ09X028720 Putative uncharacterized protein 10.84274061 C6_chemical_B3 +LQ09X028720 Putative uncharacterized protein 11.99364277 C6_chemical_C1 +LQ09X028720 Putative uncharacterized protein 11.37430333 C6_chemical_C2 +LQ09X028720 Putative uncharacterized protein 11.94020157 C6_chemical_C3 +LQ09X028720 Putative uncharacterized protein 10.12173484 L4_control_A1 +LQ09X028720 Putative uncharacterized protein 9.985634768 L4_control_A2 +LQ09X028720 Putative uncharacterized protein 10.68809231 L4_control_A3 +LQ09X028720 Putative uncharacterized protein 10.67860149 L4_control_B1 +LQ09X028720 Putative uncharacterized protein 10.47204623 L4_control_B2 +LQ09X028720 Putative uncharacterized protein 10.81593834 L4_control_B3 +LQ09X028720 Putative uncharacterized protein 11.48970652 L4_control_C2 +LQ09X028720 Putative uncharacterized protein 11.63948261 L4_control_C3 +LQ09X028720 Putative uncharacterized protein 10.65568336 L4_chemical_A1 +LQ09X028720 Putative uncharacterized protein 10.69713412 L4_chemical_A2 +LQ09X028720 Putative uncharacterized protein 10.76047327 L4_chemical_A3 +LQ09X028720 Putative uncharacterized protein 11.14260638 L4_chemical_B1 +LQ09X028720 Putative uncharacterized protein 10.99557154 L4_chemical_B2 +LQ09X028720 Putative uncharacterized protein 10.41894601 L4_chemical_B3 +LQ09X028720 Putative uncharacterized protein 11.67061522 L4_chemical_C2 +LQ09X028720 Putative uncharacterized protein 11.18205773 L4_chemical_C3 +LQ09X028740 tRNA dimethylallyltransferase 2 7.855699052 C6_control_A1 +LQ09X028740 tRNA dimethylallyltransferase 2 8.349329657 C6_control_A3 +LQ09X028740 tRNA dimethylallyltransferase 2 7.107989016 C6_control_B1 +LQ09X028740 tRNA dimethylallyltransferase 2 7.688629858 C6_control_B2 +LQ09X028740 tRNA dimethylallyltransferase 2 6.770717409 C6_control_B3 +LQ09X028740 tRNA dimethylallyltransferase 2 7.420556706 C6_control_C1 +LQ09X028740 tRNA dimethylallyltransferase 2 7.240959368 C6_control_C2 +LQ09X028740 tRNA dimethylallyltransferase 2 6.911494032 C6_control_C3 +LQ09X028740 tRNA dimethylallyltransferase 2 8.030336265 C6_chemical_A1 +LQ09X028740 tRNA dimethylallyltransferase 2 8.529705314 C6_chemical_A3 +LQ09X028740 tRNA dimethylallyltransferase 2 6.844841926 C6_chemical_B1 +LQ09X028740 tRNA dimethylallyltransferase 2 7.538257387 C6_chemical_B2 +LQ09X028740 tRNA dimethylallyltransferase 2 6.665474568 C6_chemical_B3 +LQ09X028740 tRNA dimethylallyltransferase 2 8.092813761 C6_chemical_C1 +LQ09X028740 tRNA dimethylallyltransferase 2 8.115778768 C6_chemical_C2 +LQ09X028740 tRNA dimethylallyltransferase 2 7.665299345 C6_chemical_C3 +LQ09X028740 tRNA dimethylallyltransferase 2 8.50364534 L4_control_A1 +LQ09X028740 tRNA dimethylallyltransferase 2 9.24747618 L4_control_A2 +LQ09X028740 tRNA dimethylallyltransferase 2 8.650602388 L4_control_A3 +LQ09X028740 tRNA dimethylallyltransferase 2 8.565470621 L4_control_B1 +LQ09X028740 tRNA dimethylallyltransferase 2 8.203630853 L4_control_B2 +LQ09X028740 tRNA dimethylallyltransferase 2 7.738942985 L4_control_B3 +LQ09X028740 tRNA dimethylallyltransferase 2 7.022006896 L4_control_C2 +LQ09X028740 tRNA dimethylallyltransferase 2 6.232389453 L4_control_C3 +LQ09X028740 tRNA dimethylallyltransferase 2 8.712972396 L4_chemical_A1 +LQ09X028740 tRNA dimethylallyltransferase 2 9.69601563 L4_chemical_A2 +LQ09X028740 tRNA dimethylallyltransferase 2 9.243342534 L4_chemical_A3 +LQ09X028740 tRNA dimethylallyltransferase 2 9.343740595 L4_chemical_B1 +LQ09X028740 tRNA dimethylallyltransferase 2 8.09790429 L4_chemical_B2 +LQ09X028740 tRNA dimethylallyltransferase 2 7.812593711 L4_chemical_B3 +LQ09X028740 tRNA dimethylallyltransferase 2 7.8191764 L4_chemical_C2 +LQ09X028740 tRNA dimethylallyltransferase 2 6.210538007 L4_chemical_C3 +LQ09X028770 Uncharacterized protein At5g22580 15.19671573 C6_control_A1 +LQ09X028770 Uncharacterized protein At5g22580 15.29124012 C6_control_A3 +LQ09X028770 Uncharacterized protein At5g22580 15.01339423 C6_control_B1 +LQ09X028770 Uncharacterized protein At5g22580 14.68933814 C6_control_B2 +LQ09X028770 Uncharacterized protein At5g22580 15.03402279 C6_control_B3 +LQ09X028770 Uncharacterized protein At5g22580 13.91568563 C6_control_C1 +LQ09X028770 Uncharacterized protein At5g22580 13.22338888 C6_control_C2 +LQ09X028770 Uncharacterized protein At5g22580 14.13498908 C6_control_C3 +LQ09X028770 Uncharacterized protein At5g22580 14.90259444 C6_chemical_A1 +LQ09X028770 Uncharacterized protein At5g22580 14.29663853 C6_chemical_A3 +LQ09X028770 Uncharacterized protein At5g22580 14.68572777 C6_chemical_B1 +LQ09X028770 Uncharacterized protein At5g22580 15.06639301 C6_chemical_B2 +LQ09X028770 Uncharacterized protein At5g22580 14.10068947 C6_chemical_B3 +LQ09X028770 Uncharacterized protein At5g22580 13.57528912 C6_chemical_C1 +LQ09X028770 Uncharacterized protein At5g22580 13.43371951 C6_chemical_C2 +LQ09X028770 Uncharacterized protein At5g22580 12.42875338 C6_chemical_C3 +LQ09X028770 Uncharacterized protein At5g22580 15.43447698 L4_control_A1 +LQ09X028770 Uncharacterized protein At5g22580 15.18257379 L4_control_A2 +LQ09X028770 Uncharacterized protein At5g22580 15.25579013 L4_control_A3 +LQ09X028770 Uncharacterized protein At5g22580 14.17694404 L4_control_B1 +LQ09X028770 Uncharacterized protein At5g22580 13.64290021 L4_control_B2 +LQ09X028770 Uncharacterized protein At5g22580 12.665666 L4_control_B3 +LQ09X028770 Uncharacterized protein At5g22580 11.83317686 L4_control_C2 +LQ09X028770 Uncharacterized protein At5g22580 11.18652311 L4_control_C3 +LQ09X028770 Uncharacterized protein At5g22580 13.83037597 L4_chemical_A1 +LQ09X028770 Uncharacterized protein At5g22580 14.60264215 L4_chemical_A2 +LQ09X028770 Uncharacterized protein At5g22580 14.95033351 L4_chemical_A3 +LQ09X028770 Uncharacterized protein At5g22580 13.81863966 L4_chemical_B1 +LQ09X028770 Uncharacterized protein At5g22580 13.93823819 L4_chemical_B2 +LQ09X028770 Uncharacterized protein At5g22580 14.83028038 L4_chemical_B3 +LQ09X028770 Uncharacterized protein At5g22580 11.07615819 L4_chemical_C2 +LQ09X028770 Uncharacterized protein At5g22580 12.15110015 L4_chemical_C3 +LQ09X028800 At2g27775 5.626201388 C6_control_A1 +LQ09X028800 At2g27775 6.919642918 C6_control_A3 +LQ09X028800 At2g27775 5.597859166 C6_control_B1 +LQ09X028800 At2g27775 5.812707991 C6_control_B2 +LQ09X028800 At2g27775 4.949256106 C6_control_B3 +LQ09X028800 At2g27775 5.399753894 C6_control_C1 +LQ09X028800 At2g27775 6.109184669 C6_control_C2 +LQ09X028800 At2g27775 6.017751284 C6_control_C3 +LQ09X028800 At2g27775 5.212509361 C6_chemical_A1 +LQ09X028800 At2g27775 5.797059756 C6_chemical_A3 +LQ09X028800 At2g27775 5.023019359 C6_chemical_B1 +LQ09X028800 At2g27775 5.258034998 C6_chemical_B2 +LQ09X028800 At2g27775 5.362426423 C6_chemical_B3 +LQ09X028800 At2g27775 6.192626976 C6_chemical_C1 +LQ09X028800 At2g27775 5.657916158 C6_chemical_C2 +LQ09X028800 At2g27775 5.757420298 C6_chemical_C3 +LQ09X028800 At2g27775 5.165691529 L4_control_A1 +LQ09X028800 At2g27775 5.270753742 L4_control_A2 +LQ09X028800 At2g27775 5.444087241 L4_control_A3 +LQ09X028800 At2g27775 5.312209866 L4_control_B1 +LQ09X028800 At2g27775 4.99997459 L4_control_B2 +LQ09X028800 At2g27775 5.36796999 L4_control_B3 +LQ09X028800 At2g27775 5.469857731 L4_control_C2 +LQ09X028800 At2g27775 6.054253511 L4_control_C3 +LQ09X028800 At2g27775 5.499286685 L4_chemical_A1 +LQ09X028800 At2g27775 4.999786658 L4_chemical_A2 +LQ09X028800 At2g27775 5.240577371 L4_chemical_A3 +LQ09X028800 At2g27775 5.166108041 L4_chemical_B1 +LQ09X028800 At2g27775 5.597963735 L4_chemical_B2 +LQ09X028800 At2g27775 5.345691347 L4_chemical_B3 +LQ09X028800 At2g27775 5.282543777 L4_chemical_C2 +LQ09X028800 At2g27775 5.118166005 L4_chemical_C3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.71942278 C6_control_A1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 11.6043478 C6_control_A3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.67874724 C6_control_B1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 13.40831187 C6_control_B2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.55987052 C6_control_B3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.71053485 C6_control_C1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.77428966 C6_control_C2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.46328823 C6_control_C3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.84079373 C6_chemical_A1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.01270515 C6_chemical_A3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 13.23387886 C6_chemical_B1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 13.75468475 C6_chemical_B2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 13.02238797 C6_chemical_B3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.8542406 C6_chemical_C1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.72491462 C6_chemical_C2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.77202158 C6_chemical_C3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.16829759 L4_control_A1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.7967775 L4_control_A2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 11.80630281 L4_control_A3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 13.35392714 L4_control_B1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.94111473 L4_control_B2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 13.78045406 L4_control_B3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.31988329 L4_control_C2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.3949567 L4_control_C3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 11.65885107 L4_chemical_A1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.52553456 L4_chemical_A2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 11.70105578 L4_chemical_A3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.74352726 L4_chemical_B1 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.69487931 L4_chemical_B2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.59604255 L4_chemical_B3 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.3279516 L4_chemical_C2 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 14.51545485 L4_chemical_C3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.51029714 C6_control_A1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.27764774 C6_control_A3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.29093733 C6_control_B1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.57401234 C6_control_B2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.09475463 C6_control_B3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 12.36392003 C6_control_C1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 12.7241744 C6_control_C2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 11.94336283 C6_control_C3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 14.24926555 C6_chemical_A1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 14.13260923 C6_chemical_A3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.66483948 C6_chemical_B1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.73746464 C6_chemical_B2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.99080447 C6_chemical_B3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 12.90961535 C6_chemical_C1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 12.49669319 C6_chemical_C2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 12.28835796 C6_chemical_C3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 14.16568403 L4_control_A1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.71209684 L4_control_A2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.38323351 L4_control_A3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.36386302 L4_control_B1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.0792995 L4_control_B2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.72293861 L4_control_B3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 11.8936396 L4_control_C2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 12.01011142 L4_control_C3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.35618471 L4_chemical_A1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.1492995 L4_chemical_A2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.48401152 L4_chemical_A3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.21513404 L4_chemical_B1 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.04437498 L4_chemical_B2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 13.67923376 L4_chemical_B3 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 12.06753373 L4_chemical_C2 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 11.85396695 L4_chemical_C3 +LQ09X028850 Putative phytosulfokines 6 5.374785263 C6_control_A1 +LQ09X028850 Putative phytosulfokines 6 6.683528329 C6_control_A3 +LQ09X028850 Putative phytosulfokines 6 5.791346835 C6_control_B1 +LQ09X028850 Putative phytosulfokines 6 6.1894692 C6_control_B2 +LQ09X028850 Putative phytosulfokines 6 5.81644684 C6_control_B3 +LQ09X028850 Putative phytosulfokines 6 6.693171265 C6_control_C1 +LQ09X028850 Putative phytosulfokines 6 7.02646031 C6_control_C2 +LQ09X028850 Putative phytosulfokines 6 6.019586419 C6_control_C3 +LQ09X028850 Putative phytosulfokines 6 5.214312071 C6_chemical_A1 +LQ09X028850 Putative phytosulfokines 6 5.519625105 C6_chemical_A3 +LQ09X028850 Putative phytosulfokines 6 5.470929214 C6_chemical_B1 +LQ09X028850 Putative phytosulfokines 6 5.968574925 C6_chemical_B2 +LQ09X028850 Putative phytosulfokines 6 5.725510315 C6_chemical_B3 +LQ09X028850 Putative phytosulfokines 6 5.574805366 C6_chemical_C1 +LQ09X028850 Putative phytosulfokines 6 6.4413265 C6_chemical_C2 +LQ09X028850 Putative phytosulfokines 6 6.162104732 C6_chemical_C3 +LQ09X028850 Putative phytosulfokines 6 5.599928723 L4_control_A1 +LQ09X028850 Putative phytosulfokines 6 5.405873904 L4_control_A2 +LQ09X028850 Putative phytosulfokines 6 4.947532115 L4_control_A3 +LQ09X028850 Putative phytosulfokines 6 5.135054099 L4_control_B1 +LQ09X028850 Putative phytosulfokines 6 5.47057846 L4_control_B2 +LQ09X028850 Putative phytosulfokines 6 5.502778332 L4_control_B3 +LQ09X028850 Putative phytosulfokines 6 5.104272575 L4_control_C2 +LQ09X028850 Putative phytosulfokines 6 5.420660158 L4_control_C3 +LQ09X028850 Putative phytosulfokines 6 5.43089443 L4_chemical_A1 +LQ09X028850 Putative phytosulfokines 6 5.454219448 L4_chemical_A2 +LQ09X028850 Putative phytosulfokines 6 5.436981003 L4_chemical_A3 +LQ09X028850 Putative phytosulfokines 6 5.269246198 L4_chemical_B1 +LQ09X028850 Putative phytosulfokines 6 5.170238554 L4_chemical_B2 +LQ09X028850 Putative phytosulfokines 6 6.004071774 L4_chemical_B3 +LQ09X028850 Putative phytosulfokines 6 5.274660878 L4_chemical_C2 +LQ09X028850 Putative phytosulfokines 6 5.96334813 L4_chemical_C3 +LQ09X028860 Hypothetical protein 7.248306717 C6_control_A1 +LQ09X028860 Hypothetical protein 7.661108615 C6_control_A3 +LQ09X028860 Hypothetical protein 6.089344984 C6_control_B1 +LQ09X028860 Hypothetical protein 6.250593799 C6_control_B2 +LQ09X028860 Hypothetical protein 6.744370304 C6_control_B3 +LQ09X028860 Hypothetical protein 7.906513247 C6_control_C1 +LQ09X028860 Hypothetical protein 7.750063153 C6_control_C2 +LQ09X028860 Hypothetical protein 8.208062685 C6_control_C3 +LQ09X028860 Hypothetical protein 6.966683511 C6_chemical_A1 +LQ09X028860 Hypothetical protein 8.115006165 C6_chemical_A3 +LQ09X028860 Hypothetical protein 6.289674005 C6_chemical_B1 +LQ09X028860 Hypothetical protein 6.067281106 C6_chemical_B2 +LQ09X028860 Hypothetical protein 6.664564054 C6_chemical_B3 +LQ09X028860 Hypothetical protein 7.407079304 C6_chemical_C1 +LQ09X028860 Hypothetical protein 7.542938859 C6_chemical_C2 +LQ09X028860 Hypothetical protein 8.333842905 C6_chemical_C3 +LQ09X028860 Hypothetical protein 8.139220544 L4_control_A1 +LQ09X028860 Hypothetical protein 7.56112623 L4_control_A2 +LQ09X028860 Hypothetical protein 8.092515222 L4_control_A3 +LQ09X028860 Hypothetical protein 6.466130273 L4_control_B1 +LQ09X028860 Hypothetical protein 6.386847826 L4_control_B2 +LQ09X028860 Hypothetical protein 7.452286888 L4_control_B3 +LQ09X028860 Hypothetical protein 9.154618335 L4_control_C2 +LQ09X028860 Hypothetical protein 9.382057041 L4_control_C3 +LQ09X028860 Hypothetical protein 8.146058817 L4_chemical_A1 +LQ09X028860 Hypothetical protein 7.16439675 L4_chemical_A2 +LQ09X028860 Hypothetical protein 8.472972251 L4_chemical_A3 +LQ09X028860 Hypothetical protein 7.015857027 L4_chemical_B1 +LQ09X028860 Hypothetical protein 6.421460221 L4_chemical_B2 +LQ09X028860 Hypothetical protein 6.860942009 L4_chemical_B3 +LQ09X028860 Hypothetical protein 7.588050251 L4_chemical_C2 +LQ09X028860 Hypothetical protein 8.933221266 L4_chemical_C3 +LQ09X028890 Putative uncharacterized protein 8.94722341 C6_control_A1 +LQ09X028890 Putative uncharacterized protein 9.116055851 C6_control_A3 +LQ09X028890 Putative uncharacterized protein 8.025500743 C6_control_B1 +LQ09X028890 Putative uncharacterized protein 10.54359397 C6_control_B2 +LQ09X028890 Putative uncharacterized protein 8.441412804 C6_control_B3 +LQ09X028890 Putative uncharacterized protein 10.31160361 C6_control_C1 +LQ09X028890 Putative uncharacterized protein 11.33850465 C6_control_C2 +LQ09X028890 Putative uncharacterized protein 11.09934595 C6_control_C3 +LQ09X028890 Putative uncharacterized protein 8.749685952 C6_chemical_A1 +LQ09X028890 Putative uncharacterized protein 9.100333433 C6_chemical_A3 +LQ09X028890 Putative uncharacterized protein 8.524787267 C6_chemical_B1 +LQ09X028890 Putative uncharacterized protein 10.71302458 C6_chemical_B2 +LQ09X028890 Putative uncharacterized protein 8.4796183 C6_chemical_B3 +LQ09X028890 Putative uncharacterized protein 10.20363678 C6_chemical_C1 +LQ09X028890 Putative uncharacterized protein 10.9240585 C6_chemical_C2 +LQ09X028890 Putative uncharacterized protein 10.71010664 C6_chemical_C3 +LQ09X028890 Putative uncharacterized protein 8.393800566 L4_control_A1 +LQ09X028890 Putative uncharacterized protein 9.52946654 L4_control_A2 +LQ09X028890 Putative uncharacterized protein 7.373027904 L4_control_A3 +LQ09X028890 Putative uncharacterized protein 8.492733639 L4_control_B1 +LQ09X028890 Putative uncharacterized protein 9.055465868 L4_control_B2 +LQ09X028890 Putative uncharacterized protein 9.348932612 L4_control_B3 +LQ09X028890 Putative uncharacterized protein 8.816661786 L4_control_C2 +LQ09X028890 Putative uncharacterized protein 8.461558267 L4_control_C3 +LQ09X028890 Putative uncharacterized protein 8.486485025 L4_chemical_A1 +LQ09X028890 Putative uncharacterized protein 9.474460764 L4_chemical_A2 +LQ09X028890 Putative uncharacterized protein 7.204780979 L4_chemical_A3 +LQ09X028890 Putative uncharacterized protein 8.238878605 L4_chemical_B1 +LQ09X028890 Putative uncharacterized protein 8.6572587 L4_chemical_B2 +LQ09X028890 Putative uncharacterized protein 9.493649255 L4_chemical_B3 +LQ09X028890 Putative uncharacterized protein 8.990759706 L4_chemical_C2 +LQ09X028890 Putative uncharacterized protein 9.244995793 L4_chemical_C3 +LQ09X028900 Predicted protein 5.964240069 C6_control_A1 +LQ09X028900 Predicted protein 6.257983387 C6_control_A3 +LQ09X028900 Predicted protein 5.771850313 C6_control_B1 +LQ09X028900 Predicted protein 6.353610055 C6_control_B2 +LQ09X028900 Predicted protein 5.981613909 C6_control_B3 +LQ09X028900 Predicted protein 6.632850176 C6_control_C1 +LQ09X028900 Predicted protein 7.71745377 C6_control_C2 +LQ09X028900 Predicted protein 6.125538419 C6_control_C3 +LQ09X028900 Predicted protein 5.706382695 C6_chemical_A1 +LQ09X028900 Predicted protein 6.134644501 C6_chemical_A3 +LQ09X028900 Predicted protein 5.984447412 C6_chemical_B1 +LQ09X028900 Predicted protein 6.03432551 C6_chemical_B2 +LQ09X028900 Predicted protein 6.010837609 C6_chemical_B3 +LQ09X028900 Predicted protein 5.933748123 C6_chemical_C1 +LQ09X028900 Predicted protein 6.538924949 C6_chemical_C2 +LQ09X028900 Predicted protein 6.445904262 C6_chemical_C3 +LQ09X028900 Predicted protein 5.987968627 L4_control_A1 +LQ09X028900 Predicted protein 5.551777881 L4_control_A2 +LQ09X028900 Predicted protein 7.181291578 L4_control_A3 +LQ09X028900 Predicted protein 6.700094089 L4_control_B1 +LQ09X028900 Predicted protein 6.109925644 L4_control_B2 +LQ09X028900 Predicted protein 6.04299032 L4_control_B3 +LQ09X028900 Predicted protein 6.1299674 L4_control_C2 +LQ09X028900 Predicted protein 6.297648244 L4_control_C3 +LQ09X028900 Predicted protein 6.158734626 L4_chemical_A1 +LQ09X028900 Predicted protein 6.48676207 L4_chemical_A2 +LQ09X028900 Predicted protein 6.458837191 L4_chemical_A3 +LQ09X028900 Predicted protein 6.369368045 L4_chemical_B1 +LQ09X028900 Predicted protein 6.580329557 L4_chemical_B2 +LQ09X028900 Predicted protein 5.947394725 L4_chemical_B3 +LQ09X028900 Predicted protein 8.116020792 L4_chemical_C2 +LQ09X028900 Predicted protein 5.94150674 L4_chemical_C3 +LQ09X028910 Histone deacetylase HDT1 5.665411699 C6_control_A1 +LQ09X028910 Histone deacetylase HDT1 5.743122561 C6_control_A3 +LQ09X028910 Histone deacetylase HDT1 5.789461191 C6_control_B1 +LQ09X028910 Histone deacetylase HDT1 5.770792656 C6_control_B2 +LQ09X028910 Histone deacetylase HDT1 5.308184799 C6_control_B3 +LQ09X028910 Histone deacetylase HDT1 5.458443356 C6_control_C1 +LQ09X028910 Histone deacetylase HDT1 6.309359753 C6_control_C2 +LQ09X028910 Histone deacetylase HDT1 6.231876387 C6_control_C3 +LQ09X028910 Histone deacetylase HDT1 5.795210366 C6_chemical_A1 +LQ09X028910 Histone deacetylase HDT1 5.202834852 C6_chemical_A3 +LQ09X028910 Histone deacetylase HDT1 5.477632187 C6_chemical_B1 +LQ09X028910 Histone deacetylase HDT1 5.819615686 C6_chemical_B2 +LQ09X028910 Histone deacetylase HDT1 5.631505514 C6_chemical_B3 +LQ09X028910 Histone deacetylase HDT1 5.591102819 C6_chemical_C1 +LQ09X028910 Histone deacetylase HDT1 5.779348354 C6_chemical_C2 +LQ09X028910 Histone deacetylase HDT1 5.689961953 C6_chemical_C3 +LQ09X028910 Histone deacetylase HDT1 5.569289237 L4_control_A1 +LQ09X028910 Histone deacetylase HDT1 5.292647633 L4_control_A2 +LQ09X028910 Histone deacetylase HDT1 5.088421733 L4_control_A3 +LQ09X028910 Histone deacetylase HDT1 5.737378503 L4_control_B1 +LQ09X028910 Histone deacetylase HDT1 5.370277924 L4_control_B2 +LQ09X028910 Histone deacetylase HDT1 5.533082624 L4_control_B3 +LQ09X028910 Histone deacetylase HDT1 5.353298677 L4_control_C2 +LQ09X028910 Histone deacetylase HDT1 5.651626043 L4_control_C3 +LQ09X028910 Histone deacetylase HDT1 5.563292031 L4_chemical_A1 +LQ09X028910 Histone deacetylase HDT1 5.487216298 L4_chemical_A2 +LQ09X028910 Histone deacetylase HDT1 5.243947567 L4_chemical_A3 +LQ09X028910 Histone deacetylase HDT1 5.829062628 L4_chemical_B1 +LQ09X028910 Histone deacetylase HDT1 5.742488289 L4_chemical_B2 +LQ09X028910 Histone deacetylase HDT1 5.875344222 L4_chemical_B3 +LQ09X028910 Histone deacetylase HDT1 6.873810714 L4_chemical_C2 +LQ09X028910 Histone deacetylase HDT1 5.15429367 L4_chemical_C3 +LQ09X028920 Splicing factor U2af small subunit A 6.809981514 C6_control_A1 +LQ09X028920 Splicing factor U2af small subunit A 6.885729392 C6_control_A3 +LQ09X028920 Splicing factor U2af small subunit A 6.526840518 C6_control_B1 +LQ09X028920 Splicing factor U2af small subunit A 6.676055211 C6_control_B2 +LQ09X028920 Splicing factor U2af small subunit A 6.545058963 C6_control_B3 +LQ09X028920 Splicing factor U2af small subunit A 6.119659417 C6_control_C1 +LQ09X028920 Splicing factor U2af small subunit A 6.953021314 C6_control_C2 +LQ09X028920 Splicing factor U2af small subunit A 6.703523664 C6_control_C3 +LQ09X028920 Splicing factor U2af small subunit A 6.768206941 C6_chemical_A1 +LQ09X028920 Splicing factor U2af small subunit A 6.454850802 C6_chemical_A3 +LQ09X028920 Splicing factor U2af small subunit A 6.210108718 C6_chemical_B1 +LQ09X028920 Splicing factor U2af small subunit A 6.68392476 C6_chemical_B2 +LQ09X028920 Splicing factor U2af small subunit A 6.251766456 C6_chemical_B3 +LQ09X028920 Splicing factor U2af small subunit A 6.413032659 C6_chemical_C1 +LQ09X028920 Splicing factor U2af small subunit A 6.721085381 C6_chemical_C2 +LQ09X028920 Splicing factor U2af small subunit A 6.548660126 C6_chemical_C3 +LQ09X028920 Splicing factor U2af small subunit A 6.436043909 L4_control_A1 +LQ09X028920 Splicing factor U2af small subunit A 6.952930264 L4_control_A2 +LQ09X028920 Splicing factor U2af small subunit A 7.172124633 L4_control_A3 +LQ09X028920 Splicing factor U2af small subunit A 6.53223172 L4_control_B1 +LQ09X028920 Splicing factor U2af small subunit A 7.049356816 L4_control_B2 +LQ09X028920 Splicing factor U2af small subunit A 6.523770917 L4_control_B3 +LQ09X028920 Splicing factor U2af small subunit A 6.558208135 L4_control_C2 +LQ09X028920 Splicing factor U2af small subunit A 6.202703929 L4_control_C3 +LQ09X028920 Splicing factor U2af small subunit A 6.364157221 L4_chemical_A1 +LQ09X028920 Splicing factor U2af small subunit A 7.000010907 L4_chemical_A2 +LQ09X028920 Splicing factor U2af small subunit A 6.925807424 L4_chemical_A3 +LQ09X028920 Splicing factor U2af small subunit A 7.093547252 L4_chemical_B1 +LQ09X028920 Splicing factor U2af small subunit A 6.649828327 L4_chemical_B2 +LQ09X028920 Splicing factor U2af small subunit A 6.843839499 L4_chemical_B3 +LQ09X028920 Splicing factor U2af small subunit A 6.270609516 L4_chemical_C2 +LQ09X028920 Splicing factor U2af small subunit A 5.790763573 L4_chemical_C3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.899290593 C6_control_A1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 6.180435035 C6_control_A3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.784069168 C6_control_B1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.522089609 C6_control_B2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.719412205 C6_control_B3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.293608053 C6_control_C1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.471932098 C6_control_C2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.1122317 C6_control_C3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.685214352 C6_chemical_A1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.61705341 C6_chemical_A3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.070275428 C6_chemical_B1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.605894131 C6_chemical_B2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.900273744 C6_chemical_B3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.291329068 C6_chemical_C1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 4.942340513 C6_chemical_C2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.202616377 C6_chemical_C3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.81294163 L4_control_A1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 6.181854074 L4_control_A2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 6.023539581 L4_control_A3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.692429309 L4_control_B1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.572364626 L4_control_B2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.478067245 L4_control_B3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 4.956183572 L4_control_C2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.189948735 L4_control_C3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.259106719 L4_chemical_A1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.79203785 L4_chemical_A2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 6.138694811 L4_chemical_A3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.655547157 L4_chemical_B1 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.186399875 L4_chemical_B2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.514624285 L4_chemical_B3 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.845570836 L4_chemical_C2 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 4.942905736 L4_chemical_C3 +LQ09X028960 Hypothetical protein 11.48171859 C6_control_A1 +LQ09X028960 Hypothetical protein 11.72806214 C6_control_A3 +LQ09X028960 Hypothetical protein 11.67912588 C6_control_B1 +LQ09X028960 Hypothetical protein 10.38230136 C6_control_B2 +LQ09X028960 Hypothetical protein 11.37456568 C6_control_B3 +LQ09X028960 Hypothetical protein 8.661954624 C6_control_C1 +LQ09X028960 Hypothetical protein 9.233575206 C6_control_C2 +LQ09X028960 Hypothetical protein 9.163688507 C6_control_C3 +LQ09X028960 Hypothetical protein 11.92887915 C6_chemical_A1 +LQ09X028960 Hypothetical protein 11.50662519 C6_chemical_A3 +LQ09X028960 Hypothetical protein 12.08306166 C6_chemical_B1 +LQ09X028960 Hypothetical protein 10.23535884 C6_chemical_B2 +LQ09X028960 Hypothetical protein 11.51855421 C6_chemical_B3 +LQ09X028960 Hypothetical protein 9.012084077 C6_chemical_C1 +LQ09X028960 Hypothetical protein 9.518932468 C6_chemical_C2 +LQ09X028960 Hypothetical protein 9.402663782 C6_chemical_C3 +LQ09X028960 Hypothetical protein 12.36366892 L4_control_A1 +LQ09X028960 Hypothetical protein 12.87391657 L4_control_A2 +LQ09X028960 Hypothetical protein 12.86910048 L4_control_A3 +LQ09X028960 Hypothetical protein 13.64660007 L4_control_B1 +LQ09X028960 Hypothetical protein 13.54693946 L4_control_B2 +LQ09X028960 Hypothetical protein 12.67416933 L4_control_B3 +LQ09X028960 Hypothetical protein 12.70283697 L4_control_C2 +LQ09X028960 Hypothetical protein 13.06249465 L4_control_C3 +LQ09X028960 Hypothetical protein 12.68634281 L4_chemical_A1 +LQ09X028960 Hypothetical protein 13.22635085 L4_chemical_A2 +LQ09X028960 Hypothetical protein 12.73942506 L4_chemical_A3 +LQ09X028960 Hypothetical protein 13.73698541 L4_chemical_B1 +LQ09X028960 Hypothetical protein 14.11012533 L4_chemical_B2 +LQ09X028960 Hypothetical protein 12.42862036 L4_chemical_B3 +LQ09X028960 Hypothetical protein 13.32514948 L4_chemical_C2 +LQ09X028960 Hypothetical protein 12.7421747 L4_chemical_C3 +LQ09X028980 Putative Lysine histidine transporter 1 6.101168357 C6_control_A1 +LQ09X028980 Putative Lysine histidine transporter 1 5.318448056 C6_control_A3 +LQ09X028980 Putative Lysine histidine transporter 1 5.324439504 C6_control_B1 +LQ09X028980 Putative Lysine histidine transporter 1 5.405732094 C6_control_B2 +LQ09X028980 Putative Lysine histidine transporter 1 5.683849906 C6_control_B3 +LQ09X028980 Putative Lysine histidine transporter 1 5.281811495 C6_control_C1 +LQ09X028980 Putative Lysine histidine transporter 1 5.080307561 C6_control_C2 +LQ09X028980 Putative Lysine histidine transporter 1 5.683109946 C6_control_C3 +LQ09X028980 Putative Lysine histidine transporter 1 6.209465288 C6_chemical_A1 +LQ09X028980 Putative Lysine histidine transporter 1 5.334029356 C6_chemical_A3 +LQ09X028980 Putative Lysine histidine transporter 1 5.567330633 C6_chemical_B1 +LQ09X028980 Putative Lysine histidine transporter 1 5.262565238 C6_chemical_B2 +LQ09X028980 Putative Lysine histidine transporter 1 5.46708623 C6_chemical_B3 +LQ09X028980 Putative Lysine histidine transporter 1 5.252884391 C6_chemical_C1 +LQ09X028980 Putative Lysine histidine transporter 1 5.021474521 C6_chemical_C2 +LQ09X028980 Putative Lysine histidine transporter 1 6.052531513 C6_chemical_C3 +LQ09X028980 Putative Lysine histidine transporter 1 5.867975206 L4_control_A1 +LQ09X028980 Putative Lysine histidine transporter 1 5.29831368 L4_control_A2 +LQ09X028980 Putative Lysine histidine transporter 1 5.228340116 L4_control_A3 +LQ09X028980 Putative Lysine histidine transporter 1 5.65810306 L4_control_B1 +LQ09X028980 Putative Lysine histidine transporter 1 5.379593734 L4_control_B2 +LQ09X028980 Putative Lysine histidine transporter 1 5.547742057 L4_control_B3 +LQ09X028980 Putative Lysine histidine transporter 1 6.197897663 L4_control_C2 +LQ09X028980 Putative Lysine histidine transporter 1 5.583622507 L4_control_C3 +LQ09X028980 Putative Lysine histidine transporter 1 5.639568865 L4_chemical_A1 +LQ09X028980 Putative Lysine histidine transporter 1 5.490709034 L4_chemical_A2 +LQ09X028980 Putative Lysine histidine transporter 1 5.212880562 L4_chemical_A3 +LQ09X028980 Putative Lysine histidine transporter 1 6.319231554 L4_chemical_B1 +LQ09X028980 Putative Lysine histidine transporter 1 5.491347945 L4_chemical_B2 +LQ09X028980 Putative Lysine histidine transporter 1 5.49326196 L4_chemical_B3 +LQ09X028980 Putative Lysine histidine transporter 1 5.582119847 L4_chemical_C2 +LQ09X028980 Putative Lysine histidine transporter 1 5.245013426 L4_chemical_C3 +LQ09X029040 Putative AP-2 complex subunit alpha 6.87987702 C6_control_A1 +LQ09X029040 Putative AP-2 complex subunit alpha 5.828723681 C6_control_A3 +LQ09X029040 Putative AP-2 complex subunit alpha 7.463574431 C6_control_B1 +LQ09X029040 Putative AP-2 complex subunit alpha 6.963346621 C6_control_B2 +LQ09X029040 Putative AP-2 complex subunit alpha 7.296983541 C6_control_B3 +LQ09X029040 Putative AP-2 complex subunit alpha 7.272165291 C6_control_C1 +LQ09X029040 Putative AP-2 complex subunit alpha 5.568234864 C6_control_C2 +LQ09X029040 Putative AP-2 complex subunit alpha 6.226369857 C6_control_C3 +LQ09X029040 Putative AP-2 complex subunit alpha 7.933970079 C6_chemical_A1 +LQ09X029040 Putative AP-2 complex subunit alpha 7.67409727 C6_chemical_A3 +LQ09X029040 Putative AP-2 complex subunit alpha 8.320799368 C6_chemical_B1 +LQ09X029040 Putative AP-2 complex subunit alpha 7.795848519 C6_chemical_B2 +LQ09X029040 Putative AP-2 complex subunit alpha 7.570475226 C6_chemical_B3 +LQ09X029040 Putative AP-2 complex subunit alpha 7.5176994 C6_chemical_C1 +LQ09X029040 Putative AP-2 complex subunit alpha 7.52979959 C6_chemical_C2 +LQ09X029040 Putative AP-2 complex subunit alpha 7.426193419 C6_chemical_C3 +LQ09X029040 Putative AP-2 complex subunit alpha 8.16895859 L4_control_A1 +LQ09X029040 Putative AP-2 complex subunit alpha 6.936241227 L4_control_A2 +LQ09X029040 Putative AP-2 complex subunit alpha 7.850817352 L4_control_A3 +LQ09X029040 Putative AP-2 complex subunit alpha 6.586531504 L4_control_B1 +LQ09X029040 Putative AP-2 complex subunit alpha 6.848525715 L4_control_B2 +LQ09X029040 Putative AP-2 complex subunit alpha 8.356789273 L4_control_B3 +LQ09X029040 Putative AP-2 complex subunit alpha 7.135525547 L4_control_C2 +LQ09X029040 Putative AP-2 complex subunit alpha 8.833688203 L4_control_C3 +LQ09X029040 Putative AP-2 complex subunit alpha 7.623865309 L4_chemical_A1 +LQ09X029040 Putative AP-2 complex subunit alpha 6.573476553 L4_chemical_A2 +LQ09X029040 Putative AP-2 complex subunit alpha 7.436965609 L4_chemical_A3 +LQ09X029040 Putative AP-2 complex subunit alpha 7.20431042 L4_chemical_B1 +LQ09X029040 Putative AP-2 complex subunit alpha 6.747943651 L4_chemical_B2 +LQ09X029040 Putative AP-2 complex subunit alpha 8.215123717 L4_chemical_B3 +LQ09X029040 Putative AP-2 complex subunit alpha 7.640306902 L4_chemical_C2 +LQ09X029040 Putative AP-2 complex subunit alpha 8.368246166 L4_chemical_C3 +LQ09X029050 Putative Protein of unknown function DUF3411 7.833390894 C6_control_A1 +LQ09X029050 Putative Protein of unknown function DUF3411 6.791804019 C6_control_A3 +LQ09X029050 Putative Protein of unknown function DUF3411 8.269983479 C6_control_B1 +LQ09X029050 Putative Protein of unknown function DUF3411 7.9563949 C6_control_B2 +LQ09X029050 Putative Protein of unknown function DUF3411 7.607958797 C6_control_B3 +LQ09X029050 Putative Protein of unknown function DUF3411 8.275614798 C6_control_C1 +LQ09X029050 Putative Protein of unknown function DUF3411 7.399333641 C6_control_C2 +LQ09X029050 Putative Protein of unknown function DUF3411 7.835992639 C6_control_C3 +LQ09X029050 Putative Protein of unknown function DUF3411 7.749315446 C6_chemical_A1 +LQ09X029050 Putative Protein of unknown function DUF3411 7.914877243 C6_chemical_A3 +LQ09X029050 Putative Protein of unknown function DUF3411 7.762277737 C6_chemical_B1 +LQ09X029050 Putative Protein of unknown function DUF3411 8.069268887 C6_chemical_B2 +LQ09X029050 Putative Protein of unknown function DUF3411 8.073170873 C6_chemical_B3 +LQ09X029050 Putative Protein of unknown function DUF3411 8.141426652 C6_chemical_C1 +LQ09X029050 Putative Protein of unknown function DUF3411 8.08407294 C6_chemical_C2 +LQ09X029050 Putative Protein of unknown function DUF3411 8.11080741 C6_chemical_C3 +LQ09X029050 Putative Protein of unknown function DUF3411 8.05997844 L4_control_A1 +LQ09X029050 Putative Protein of unknown function DUF3411 6.498544879 L4_control_A2 +LQ09X029050 Putative Protein of unknown function DUF3411 7.442097761 L4_control_A3 +LQ09X029050 Putative Protein of unknown function DUF3411 8.094472365 L4_control_B1 +LQ09X029050 Putative Protein of unknown function DUF3411 7.63783803 L4_control_B2 +LQ09X029050 Putative Protein of unknown function DUF3411 8.197121085 L4_control_B3 +LQ09X029050 Putative Protein of unknown function DUF3411 7.778326469 L4_control_C2 +LQ09X029050 Putative Protein of unknown function DUF3411 8.662407622 L4_control_C3 +LQ09X029050 Putative Protein of unknown function DUF3411 7.856941966 L4_chemical_A1 +LQ09X029050 Putative Protein of unknown function DUF3411 7.141390733 L4_chemical_A2 +LQ09X029050 Putative Protein of unknown function DUF3411 7.346503918 L4_chemical_A3 +LQ09X029050 Putative Protein of unknown function DUF3411 7.703638612 L4_chemical_B1 +LQ09X029050 Putative Protein of unknown function DUF3411 7.545944978 L4_chemical_B2 +LQ09X029050 Putative Protein of unknown function DUF3411 8.040258572 L4_chemical_B3 +LQ09X029050 Putative Protein of unknown function DUF3411 7.772231574 L4_chemical_C2 +LQ09X029050 Putative Protein of unknown function DUF3411 7.479432243 L4_chemical_C3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.84819953 C6_control_A1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.45364825 C6_control_A3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.3599221 C6_control_B1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.40343388 C6_control_B2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.81720834 C6_control_B3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 12.37738552 C6_control_C1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 12.75498046 C6_control_C2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 12.20928156 C6_control_C3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.85286101 C6_chemical_A1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.93637143 C6_chemical_A3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.51862081 C6_chemical_B1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.47040521 C6_chemical_B2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.57397884 C6_chemical_B3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 12.72477161 C6_chemical_C1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 12.56871679 C6_chemical_C2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 11.92671784 C6_chemical_C3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.95694646 L4_control_A1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.24624666 L4_control_A2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.96038821 L4_control_A3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 15.02777113 L4_control_B1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 15.14996449 L4_control_B2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.77326986 L4_control_B3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 12.22904164 L4_control_C2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.33493166 L4_control_C3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.88186377 L4_chemical_A1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.88285325 L4_chemical_A2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.90710783 L4_chemical_A3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.18209728 L4_chemical_B1 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.17646437 L4_chemical_B2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 14.33941691 L4_chemical_B3 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 12.42019896 L4_chemical_C2 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.38554616 L4_chemical_C3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.862379876 C6_control_A1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.767664146 C6_control_A3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.565957634 C6_control_B1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.88524421 C6_control_B2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.434723416 C6_control_B3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.108158429 C6_control_C1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.921744331 C6_control_C2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.048494302 C6_control_C3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.77537647 C6_chemical_A1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.956598506 C6_chemical_A3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.275689285 C6_chemical_B1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.915614086 C6_chemical_B2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.99509032 C6_chemical_B3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.238442179 C6_chemical_C1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.926952182 C6_chemical_C2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.0322389 C6_chemical_C3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.800427967 L4_control_A1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.067167617 L4_control_A2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.957590546 L4_control_A3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.107851779 L4_control_B1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.278525991 L4_control_B2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.998682154 L4_control_B3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.086402705 L4_control_C2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.735536262 L4_control_C3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.102923706 L4_chemical_A1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.847365213 L4_chemical_A2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.656936474 L4_chemical_A3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.326168853 L4_chemical_B1 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.709684265 L4_chemical_B2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.805835932 L4_chemical_B3 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.127999032 L4_chemical_C2 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 5.495500629 L4_chemical_C3 +LQ09X029150 At5g22830 10.65255636 C6_control_A1 +LQ09X029150 At5g22830 9.349903022 C6_control_A3 +LQ09X029150 At5g22830 11.26519291 C6_control_B1 +LQ09X029150 At5g22830 10.56669343 C6_control_B2 +LQ09X029150 At5g22830 10.3740337 C6_control_B3 +LQ09X029150 At5g22830 11.87520518 C6_control_C1 +LQ09X029150 At5g22830 10.71401047 C6_control_C2 +LQ09X029150 At5g22830 9.789718754 C6_control_C3 +LQ09X029150 At5g22830 11.05499053 C6_chemical_A1 +LQ09X029150 At5g22830 9.818109803 C6_chemical_A3 +LQ09X029150 At5g22830 11.80384035 C6_chemical_B1 +LQ09X029150 At5g22830 10.92165979 C6_chemical_B2 +LQ09X029150 At5g22830 9.857178223 C6_chemical_B3 +LQ09X029150 At5g22830 12.14371194 C6_chemical_C1 +LQ09X029150 At5g22830 10.89647226 C6_chemical_C2 +LQ09X029150 At5g22830 10.71747442 C6_chemical_C3 +LQ09X029150 At5g22830 9.795261932 L4_control_A1 +LQ09X029150 At5g22830 9.505668385 L4_control_A2 +LQ09X029150 At5g22830 9.119270992 L4_control_A3 +LQ09X029150 At5g22830 10.64177522 L4_control_B1 +LQ09X029150 At5g22830 10.65056742 L4_control_B2 +LQ09X029150 At5g22830 9.684974911 L4_control_B3 +LQ09X029150 At5g22830 10.01311514 L4_control_C2 +LQ09X029150 At5g22830 9.21062853 L4_control_C3 +LQ09X029150 At5g22830 9.312362819 L4_chemical_A1 +LQ09X029150 At5g22830 9.31110146 L4_chemical_A2 +LQ09X029150 At5g22830 8.838016843 L4_chemical_A3 +LQ09X029150 At5g22830 10.27712747 L4_chemical_B1 +LQ09X029150 At5g22830 10.12831987 L4_chemical_B2 +LQ09X029150 At5g22830 9.934777826 L4_chemical_B3 +LQ09X029150 At5g22830 10.08578119 L4_chemical_C2 +LQ09X029150 At5g22830 10.24129891 L4_chemical_C3 +LQ09X029160 Putative Protein kinase dsk1 5.239581149 C6_control_A1 +LQ09X029160 Putative Protein kinase dsk1 5.037067947 C6_control_A3 +LQ09X029160 Putative Protein kinase dsk1 5.054983578 C6_control_B1 +LQ09X029160 Putative Protein kinase dsk1 5.090806602 C6_control_B2 +LQ09X029160 Putative Protein kinase dsk1 5.265352926 C6_control_B3 +LQ09X029160 Putative Protein kinase dsk1 5.780220994 C6_control_C1 +LQ09X029160 Putative Protein kinase dsk1 5.260784938 C6_control_C2 +LQ09X029160 Putative Protein kinase dsk1 5.185612921 C6_control_C3 +LQ09X029160 Putative Protein kinase dsk1 5.238488342 C6_chemical_A1 +LQ09X029160 Putative Protein kinase dsk1 5.367960593 C6_chemical_A3 +LQ09X029160 Putative Protein kinase dsk1 5.477043834 C6_chemical_B1 +LQ09X029160 Putative Protein kinase dsk1 5.376918651 C6_chemical_B2 +LQ09X029160 Putative Protein kinase dsk1 5.457967936 C6_chemical_B3 +LQ09X029160 Putative Protein kinase dsk1 6.675699957 C6_chemical_C1 +LQ09X029160 Putative Protein kinase dsk1 5.396197668 C6_chemical_C2 +LQ09X029160 Putative Protein kinase dsk1 5.273515177 C6_chemical_C3 +LQ09X029160 Putative Protein kinase dsk1 5.368872728 L4_control_A1 +LQ09X029160 Putative Protein kinase dsk1 5.395354394 L4_control_A2 +LQ09X029160 Putative Protein kinase dsk1 5.32939171 L4_control_A3 +LQ09X029160 Putative Protein kinase dsk1 5.326553885 L4_control_B1 +LQ09X029160 Putative Protein kinase dsk1 6.889953293 L4_control_B2 +LQ09X029160 Putative Protein kinase dsk1 5.362953586 L4_control_B3 +LQ09X029160 Putative Protein kinase dsk1 5.33195601 L4_control_C2 +LQ09X029160 Putative Protein kinase dsk1 5.000497848 L4_control_C3 +LQ09X029160 Putative Protein kinase dsk1 5.436419078 L4_chemical_A1 +LQ09X029160 Putative Protein kinase dsk1 5.176415947 L4_chemical_A2 +LQ09X029160 Putative Protein kinase dsk1 5.41095457 L4_chemical_A3 +LQ09X029160 Putative Protein kinase dsk1 5.510251706 L4_chemical_B1 +LQ09X029160 Putative Protein kinase dsk1 6.188362806 L4_chemical_B2 +LQ09X029160 Putative Protein kinase dsk1 5.405353667 L4_chemical_B3 +LQ09X029160 Putative Protein kinase dsk1 5.528095745 L4_chemical_C2 +LQ09X029160 Putative Protein kinase dsk1 5.443198814 L4_chemical_C3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.623429989 C6_control_A1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 6.905152914 C6_control_A3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.510462715 C6_control_B1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.011633983 C6_control_B2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.406652399 C6_control_B3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.388250903 C6_control_C1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 6.801633282 C6_control_C2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.393942142 C6_control_C3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.628132197 C6_chemical_A1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.444649399 C6_chemical_A3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.51167267 C6_chemical_B1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.694300859 C6_chemical_B2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.187823235 C6_chemical_B3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.155735036 C6_chemical_C1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.859448261 C6_chemical_C2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.376066998 C6_chemical_C3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.748174747 L4_control_A1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.640384245 L4_control_A2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.216852283 L4_control_A3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.564765778 L4_control_B1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.97715019 L4_control_B2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.482834792 L4_control_B3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.557859583 L4_control_C2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 9.108919908 L4_control_C3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.771596357 L4_chemical_A1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.786912331 L4_chemical_A2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.604782242 L4_chemical_A3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.103683099 L4_chemical_B1 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.093965123 L4_chemical_B2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.339593081 L4_chemical_B3 +LQ09X029200 Putative Aspartic proteinase-like protein 2 8.085554987 L4_chemical_C2 +LQ09X029200 Putative Aspartic proteinase-like protein 2 9.690788335 L4_chemical_C3 +LQ09X029210 Predicted protein 10.74340579 C6_control_A1 +LQ09X029210 Predicted protein 11.38927386 C6_control_A3 +LQ09X029210 Predicted protein 10.5146544 C6_control_B1 +LQ09X029210 Predicted protein 10.10198962 C6_control_B2 +LQ09X029210 Predicted protein 10.29518195 C6_control_B3 +LQ09X029210 Predicted protein 10.2010574 C6_control_C1 +LQ09X029210 Predicted protein 10.22845542 C6_control_C2 +LQ09X029210 Predicted protein 10.39697712 C6_control_C3 +LQ09X029210 Predicted protein 10.13080841 C6_chemical_A1 +LQ09X029210 Predicted protein 11.16989708 C6_chemical_A3 +LQ09X029210 Predicted protein 10.25234974 C6_chemical_B1 +LQ09X029210 Predicted protein 10.00846699 C6_chemical_B2 +LQ09X029210 Predicted protein 10.00316186 C6_chemical_B3 +LQ09X029210 Predicted protein 10.03312961 C6_chemical_C1 +LQ09X029210 Predicted protein 10.01793884 C6_chemical_C2 +LQ09X029210 Predicted protein 10.33171619 C6_chemical_C3 +LQ09X029210 Predicted protein 11.03953929 L4_control_A1 +LQ09X029210 Predicted protein 10.9351575 L4_control_A2 +LQ09X029210 Predicted protein 11.52253758 L4_control_A3 +LQ09X029210 Predicted protein 10.86738222 L4_control_B1 +LQ09X029210 Predicted protein 10.8117305 L4_control_B2 +LQ09X029210 Predicted protein 10.64689259 L4_control_B3 +LQ09X029210 Predicted protein 11.05798133 L4_control_C2 +LQ09X029210 Predicted protein 11.04611989 L4_control_C3 +LQ09X029210 Predicted protein 11.02711326 L4_chemical_A1 +LQ09X029210 Predicted protein 10.56621422 L4_chemical_A2 +LQ09X029210 Predicted protein 11.41758237 L4_chemical_A3 +LQ09X029210 Predicted protein 10.76778508 L4_chemical_B1 +LQ09X029210 Predicted protein 10.8911518 L4_chemical_B2 +LQ09X029210 Predicted protein 10.97824445 L4_chemical_B3 +LQ09X029210 Predicted protein 11.31017432 L4_chemical_C2 +LQ09X029210 Predicted protein 11.22686807 L4_chemical_C3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.932849488 C6_control_A1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.976983348 C6_control_A3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.083967776 C6_control_B1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.058442674 C6_control_B2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.024819062 C6_control_B3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.80876454 C6_control_C1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.719442177 C6_control_C2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.198395325 C6_control_C3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.975925855 C6_chemical_A1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.7702426 C6_chemical_A3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.92175097 C6_chemical_B1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.18822905 C6_chemical_B2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.160135586 C6_chemical_B3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.955480639 C6_chemical_C1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.773151242 C6_chemical_C2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.811955917 C6_chemical_C3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.804753275 L4_control_A1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.753170443 L4_control_A2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.873668183 L4_control_A3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.842181348 L4_control_B1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.897795828 L4_control_B2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.670402143 L4_control_B3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.637896154 L4_control_C2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.260247041 L4_control_C3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.008386857 L4_chemical_A1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.883130148 L4_chemical_A2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.086810523 L4_chemical_A3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.300965055 L4_chemical_B1 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.994127907 L4_chemical_B2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.210367736 L4_chemical_B3 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.628054192 L4_chemical_C2 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 5.653143689 L4_chemical_C3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.51380638 C6_control_A1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.30919899 C6_control_A3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.51465392 C6_control_B1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.71383397 C6_control_B2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.44999267 C6_control_B3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.16330272 C6_control_C1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.82516569 C6_control_C2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.16511977 C6_control_C3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.81865253 C6_chemical_A1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.47001137 C6_chemical_A3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.7256098 C6_chemical_B1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.71440735 C6_chemical_B2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.45382131 C6_chemical_B3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.92279496 C6_chemical_C1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.06964337 C6_chemical_C2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.82398129 C6_chemical_C3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.39982401 L4_control_A1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.030691 L4_control_A2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.85879812 L4_control_A3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.06369536 L4_control_B1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.31602589 L4_control_B2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.28917268 L4_control_B3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.65193017 L4_control_C2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.79242201 L4_control_C3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.23253175 L4_chemical_A1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.19636141 L4_chemical_A2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.95494444 L4_chemical_A3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.30371828 L4_chemical_B1 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.49975655 L4_chemical_B2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.74740567 L4_chemical_B3 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.62771767 L4_chemical_C2 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 11.94435221 L4_chemical_C3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 4.976253112 C6_control_A1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.222580734 C6_control_A3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.263449324 C6_control_B1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.307265805 C6_control_B2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.094328667 C6_control_B3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.000172284 C6_control_C1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.642451503 C6_control_C2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.113114003 C6_control_C3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.098072959 C6_chemical_A1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.271247188 C6_chemical_A3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.522986914 C6_chemical_B1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.192852845 C6_chemical_B2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.238359875 C6_chemical_B3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 4.995386362 C6_chemical_C1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.154482686 C6_chemical_C2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.293598456 C6_chemical_C3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.033843362 L4_control_A1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.037158206 L4_control_A2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.094331001 L4_control_A3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.363978686 L4_control_B1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.192214046 L4_control_B2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.237941456 L4_control_B3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.198144903 L4_control_C2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.227466333 L4_control_C3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 4.997135749 L4_chemical_A1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.127838086 L4_chemical_A2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 4.881914859 L4_chemical_A3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.517259766 L4_chemical_B1 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.191810315 L4_chemical_B2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 4.95257836 L4_chemical_B3 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 4.874545497 L4_chemical_C2 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.148646019 L4_chemical_C3 +LQ09X029270 Serine carboxypeptidase-like 51 7.978502871 C6_control_A1 +LQ09X029270 Serine carboxypeptidase-like 51 8.360956666 C6_control_A3 +LQ09X029270 Serine carboxypeptidase-like 51 10.29644603 C6_control_B1 +LQ09X029270 Serine carboxypeptidase-like 51 9.969979195 C6_control_B2 +LQ09X029270 Serine carboxypeptidase-like 51 11.1992721 C6_control_B3 +LQ09X029270 Serine carboxypeptidase-like 51 9.668196497 C6_control_C1 +LQ09X029270 Serine carboxypeptidase-like 51 9.729870537 C6_control_C2 +LQ09X029270 Serine carboxypeptidase-like 51 9.241269766 C6_control_C3 +LQ09X029270 Serine carboxypeptidase-like 51 7.261462766 C6_chemical_A1 +LQ09X029270 Serine carboxypeptidase-like 51 7.95171118 C6_chemical_A3 +LQ09X029270 Serine carboxypeptidase-like 51 10.26435724 C6_chemical_B1 +LQ09X029270 Serine carboxypeptidase-like 51 10.12032268 C6_chemical_B2 +LQ09X029270 Serine carboxypeptidase-like 51 10.7429722 C6_chemical_B3 +LQ09X029270 Serine carboxypeptidase-like 51 9.388471744 C6_chemical_C1 +LQ09X029270 Serine carboxypeptidase-like 51 9.35878504 C6_chemical_C2 +LQ09X029270 Serine carboxypeptidase-like 51 9.713124029 C6_chemical_C3 +LQ09X029270 Serine carboxypeptidase-like 51 8.083839906 L4_control_A1 +LQ09X029270 Serine carboxypeptidase-like 51 8.606562247 L4_control_A2 +LQ09X029270 Serine carboxypeptidase-like 51 9.752037687 L4_control_A3 +LQ09X029270 Serine carboxypeptidase-like 51 11.52600499 L4_control_B1 +LQ09X029270 Serine carboxypeptidase-like 51 11.57577745 L4_control_B2 +LQ09X029270 Serine carboxypeptidase-like 51 12.28125493 L4_control_B3 +LQ09X029270 Serine carboxypeptidase-like 51 10.45538068 L4_control_C2 +LQ09X029270 Serine carboxypeptidase-like 51 10.60766869 L4_control_C3 +LQ09X029270 Serine carboxypeptidase-like 51 8.012481616 L4_chemical_A1 +LQ09X029270 Serine carboxypeptidase-like 51 9.054794317 L4_chemical_A2 +LQ09X029270 Serine carboxypeptidase-like 51 9.458082064 L4_chemical_A3 +LQ09X029270 Serine carboxypeptidase-like 51 10.66103636 L4_chemical_B1 +LQ09X029270 Serine carboxypeptidase-like 51 10.57531061 L4_chemical_B2 +LQ09X029270 Serine carboxypeptidase-like 51 10.45392887 L4_chemical_B3 +LQ09X029270 Serine carboxypeptidase-like 51 10.28108 L4_chemical_C2 +LQ09X029270 Serine carboxypeptidase-like 51 10.3904094 L4_chemical_C3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.68635746 C6_control_A1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 12.95923466 C6_control_A3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.90568423 C6_control_B1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.33885398 C6_control_B2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.68487388 C6_control_B3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.63999014 C6_control_C1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.40659997 C6_control_C2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.53518216 C6_control_C3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.37428538 C6_chemical_A1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.0830377 C6_chemical_A3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.6800757 C6_chemical_B1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.13863273 C6_chemical_B2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.58646476 C6_chemical_B3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.57901285 C6_chemical_C1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.41124322 C6_chemical_C2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.76537039 C6_chemical_C3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.47031111 L4_control_A1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.87026284 L4_control_A2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 12.74157873 L4_control_A3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.85905261 L4_control_B1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.84528722 L4_control_B2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.67649906 L4_control_B3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 14.34729486 L4_control_C2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 14.16368694 L4_control_C3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.8343013 L4_chemical_A1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 14.09362133 L4_chemical_A2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.06336038 L4_chemical_A3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.91286999 L4_chemical_B1 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.91667343 L4_chemical_B2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.54575458 L4_chemical_B3 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 14.27800456 L4_chemical_C2 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 14.28676562 L4_chemical_C3 +LQ09X029320 Histone H2B 7.305832272 C6_control_A1 +LQ09X029320 Histone H2B 6.531671746 C6_control_A3 +LQ09X029320 Histone H2B 6.36955951 C6_control_B1 +LQ09X029320 Histone H2B 6.822449319 C6_control_B2 +LQ09X029320 Histone H2B 6.080784791 C6_control_B3 +LQ09X029320 Histone H2B 7.679362069 C6_control_C1 +LQ09X029320 Histone H2B 6.735366701 C6_control_C2 +LQ09X029320 Histone H2B 7.978831707 C6_control_C3 +LQ09X029320 Histone H2B 7.611040294 C6_chemical_A1 +LQ09X029320 Histone H2B 7.047500054 C6_chemical_A3 +LQ09X029320 Histone H2B 6.014222576 C6_chemical_B1 +LQ09X029320 Histone H2B 6.301211481 C6_chemical_B2 +LQ09X029320 Histone H2B 6.117672982 C6_chemical_B3 +LQ09X029320 Histone H2B 7.440621565 C6_chemical_C1 +LQ09X029320 Histone H2B 6.894131105 C6_chemical_C2 +LQ09X029320 Histone H2B 6.712692971 C6_chemical_C3 +LQ09X029320 Histone H2B 7.779368301 L4_control_A1 +LQ09X029320 Histone H2B 6.105813485 L4_control_A2 +LQ09X029320 Histone H2B 5.900247306 L4_control_A3 +LQ09X029320 Histone H2B 5.625712608 L4_control_B1 +LQ09X029320 Histone H2B 6.582377088 L4_control_B2 +LQ09X029320 Histone H2B 7.470349845 L4_control_B3 +LQ09X029320 Histone H2B 6.899451481 L4_control_C2 +LQ09X029320 Histone H2B 6.787613985 L4_control_C3 +LQ09X029320 Histone H2B 7.550692761 L4_chemical_A1 +LQ09X029320 Histone H2B 6.89435065 L4_chemical_A2 +LQ09X029320 Histone H2B 6.655970623 L4_chemical_A3 +LQ09X029320 Histone H2B 6.43346783 L4_chemical_B1 +LQ09X029320 Histone H2B 6.577225029 L4_chemical_B2 +LQ09X029320 Histone H2B 6.583964422 L4_chemical_B3 +LQ09X029320 Histone H2B 6.700379366 L4_chemical_C2 +LQ09X029320 Histone H2B 7.784841361 L4_chemical_C3 +LQ09X029360 Hypothetical protein 9.64193181 C6_control_A1 +LQ09X029360 Hypothetical protein 10.39795574 C6_control_A3 +LQ09X029360 Hypothetical protein 9.22424967 C6_control_B1 +LQ09X029360 Hypothetical protein 9.881638357 C6_control_B2 +LQ09X029360 Hypothetical protein 9.188503792 C6_control_B3 +LQ09X029360 Hypothetical protein 8.376841795 C6_control_C1 +LQ09X029360 Hypothetical protein 7.142656404 C6_control_C2 +LQ09X029360 Hypothetical protein 8.970603455 C6_control_C3 +LQ09X029360 Hypothetical protein 9.65629998 C6_chemical_A1 +LQ09X029360 Hypothetical protein 10.25424633 C6_chemical_A3 +LQ09X029360 Hypothetical protein 8.619223526 C6_chemical_B1 +LQ09X029360 Hypothetical protein 9.469251666 C6_chemical_B2 +LQ09X029360 Hypothetical protein 9.206839567 C6_chemical_B3 +LQ09X029360 Hypothetical protein 8.369706268 C6_chemical_C1 +LQ09X029360 Hypothetical protein 7.702311806 C6_chemical_C2 +LQ09X029360 Hypothetical protein 7.706579049 C6_chemical_C3 +LQ09X029360 Hypothetical protein 12.13428255 L4_control_A1 +LQ09X029360 Hypothetical protein 9.117940558 L4_control_A2 +LQ09X029360 Hypothetical protein 10.28625488 L4_control_A3 +LQ09X029360 Hypothetical protein 8.659703365 L4_control_B1 +LQ09X029360 Hypothetical protein 7.809318913 L4_control_B2 +LQ09X029360 Hypothetical protein 8.793235223 L4_control_B3 +LQ09X029360 Hypothetical protein 6.54554756 L4_control_C2 +LQ09X029360 Hypothetical protein 6.760882048 L4_control_C3 +LQ09X029360 Hypothetical protein 10.19003372 L4_chemical_A1 +LQ09X029360 Hypothetical protein 8.984124784 L4_chemical_A2 +LQ09X029360 Hypothetical protein 11.05013281 L4_chemical_A3 +LQ09X029360 Hypothetical protein 7.411287955 L4_chemical_B1 +LQ09X029360 Hypothetical protein 8.589359819 L4_chemical_B2 +LQ09X029360 Hypothetical protein 9.765472361 L4_chemical_B3 +LQ09X029360 Hypothetical protein 7.390798929 L4_chemical_C2 +LQ09X029360 Hypothetical protein 6.95565577 L4_chemical_C3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 12.12404819 C6_control_A1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 12.35117101 C6_control_A3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.25540577 C6_control_B1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.38739898 C6_control_B2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.13544992 C6_control_B3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 10.99958018 C6_control_C1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.10628412 C6_control_C2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.0731444 C6_control_C3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 12.12585498 C6_chemical_A1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.81065036 C6_chemical_A3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 10.82286789 C6_chemical_B1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.34420155 C6_chemical_B2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.13067289 C6_chemical_B3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.04011124 C6_chemical_C1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.31612614 C6_chemical_C2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.03438214 C6_chemical_C3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 12.14080303 L4_control_A1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 12.35235753 L4_control_A2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 12.49380227 L4_control_A3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.2429181 L4_control_B1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 10.29305689 L4_control_B2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.29274673 L4_control_B3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.02756332 L4_control_C2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 10.42651319 L4_control_C3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.84350001 L4_chemical_A1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.87265548 L4_chemical_A2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 12.55113731 L4_chemical_A3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 10.9798906 L4_chemical_B1 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.41521609 L4_chemical_B2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 11.85319658 L4_chemical_B3 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 10.81091777 L4_chemical_C2 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 10.46438799 L4_chemical_C3 +LQ09X029400 Hypothetical protein 5.531419025 C6_control_A1 +LQ09X029400 Hypothetical protein 5.716510515 C6_control_A3 +LQ09X029400 Hypothetical protein 5.581237175 C6_control_B1 +LQ09X029400 Hypothetical protein 5.408647302 C6_control_B2 +LQ09X029400 Hypothetical protein 5.365701935 C6_control_B3 +LQ09X029400 Hypothetical protein 4.978971566 C6_control_C1 +LQ09X029400 Hypothetical protein 5.170526104 C6_control_C2 +LQ09X029400 Hypothetical protein 5.279849269 C6_control_C3 +LQ09X029400 Hypothetical protein 6.022850624 C6_chemical_A1 +LQ09X029400 Hypothetical protein 6.070262146 C6_chemical_A3 +LQ09X029400 Hypothetical protein 5.678932907 C6_chemical_B1 +LQ09X029400 Hypothetical protein 5.57170908 C6_chemical_B2 +LQ09X029400 Hypothetical protein 6.025324299 C6_chemical_B3 +LQ09X029400 Hypothetical protein 5.52961317 C6_chemical_C1 +LQ09X029400 Hypothetical protein 5.878105016 C6_chemical_C2 +LQ09X029400 Hypothetical protein 5.862979476 C6_chemical_C3 +LQ09X029400 Hypothetical protein 5.345678757 L4_control_A1 +LQ09X029400 Hypothetical protein 5.997725931 L4_control_A2 +LQ09X029400 Hypothetical protein 6.240732998 L4_control_A3 +LQ09X029400 Hypothetical protein 5.779171109 L4_control_B1 +LQ09X029400 Hypothetical protein 6.049605466 L4_control_B2 +LQ09X029400 Hypothetical protein 5.643471794 L4_control_B3 +LQ09X029400 Hypothetical protein 6.219584454 L4_control_C2 +LQ09X029400 Hypothetical protein 6.254040472 L4_control_C3 +LQ09X029400 Hypothetical protein 6.016384123 L4_chemical_A1 +LQ09X029400 Hypothetical protein 5.458709599 L4_chemical_A2 +LQ09X029400 Hypothetical protein 6.06672045 L4_chemical_A3 +LQ09X029400 Hypothetical protein 5.514331252 L4_chemical_B1 +LQ09X029400 Hypothetical protein 5.804030371 L4_chemical_B2 +LQ09X029400 Hypothetical protein 6.15391302 L4_chemical_B3 +LQ09X029400 Hypothetical protein 5.603058409 L4_chemical_C2 +LQ09X029400 Hypothetical protein 5.255513202 L4_chemical_C3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.010193308 C6_control_A1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 4.884852126 C6_control_A3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.607848407 C6_control_B1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.646159774 C6_control_B2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.006691757 C6_control_B3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.02453707 C6_control_C1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.247911415 C6_control_C2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.474343992 C6_control_C3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.189848752 C6_chemical_A1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.343817498 C6_chemical_A3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.202207463 C6_chemical_B1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.763874685 C6_chemical_B2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.005685222 C6_chemical_B3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.438714425 C6_chemical_C1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.280261002 C6_chemical_C2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.19440919 C6_chemical_C3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.749051019 L4_control_A1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 4.784805563 L4_control_A2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 4.753339941 L4_control_A3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.02180364 L4_control_B1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.059937039 L4_control_B2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.932744565 L4_control_B3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.629703316 L4_control_C2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.042702479 L4_control_C3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 6.817839714 L4_chemical_A1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.523003867 L4_chemical_A2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 4.805352183 L4_chemical_A3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.28084738 L4_chemical_B1 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.083071256 L4_chemical_B2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.493043031 L4_chemical_B3 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.471384567 L4_chemical_C2 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.324244765 L4_chemical_C3 +LQ09X029580 Histone H2B 5.287268548 C6_control_A1 +LQ09X029580 Histone H2B 4.980681616 C6_control_A3 +LQ09X029580 Histone H2B 5.08436688 C6_control_B1 +LQ09X029580 Histone H2B 5.528033289 C6_control_B2 +LQ09X029580 Histone H2B 5.497731677 C6_control_B3 +LQ09X029580 Histone H2B 5.885654162 C6_control_C1 +LQ09X029580 Histone H2B 5.334336664 C6_control_C2 +LQ09X029580 Histone H2B 5.774027323 C6_control_C3 +LQ09X029580 Histone H2B 5.44776838 C6_chemical_A1 +LQ09X029580 Histone H2B 4.970871854 C6_chemical_A3 +LQ09X029580 Histone H2B 5.34509454 C6_chemical_B1 +LQ09X029580 Histone H2B 5.313544196 C6_chemical_B2 +LQ09X029580 Histone H2B 5.154571142 C6_chemical_B3 +LQ09X029580 Histone H2B 5.423154818 C6_chemical_C1 +LQ09X029580 Histone H2B 5.347096746 C6_chemical_C2 +LQ09X029580 Histone H2B 5.337118993 C6_chemical_C3 +LQ09X029580 Histone H2B 5.119899843 L4_control_A1 +LQ09X029580 Histone H2B 5.207613041 L4_control_A2 +LQ09X029580 Histone H2B 5.361716532 L4_control_A3 +LQ09X029580 Histone H2B 5.088157007 L4_control_B1 +LQ09X029580 Histone H2B 5.081533949 L4_control_B2 +LQ09X029580 Histone H2B 5.204131752 L4_control_B3 +LQ09X029580 Histone H2B 5.681208707 L4_control_C2 +LQ09X029580 Histone H2B 5.619112723 L4_control_C3 +LQ09X029580 Histone H2B 4.942111069 L4_chemical_A1 +LQ09X029580 Histone H2B 5.256984315 L4_chemical_A2 +LQ09X029580 Histone H2B 5.239133225 L4_chemical_A3 +LQ09X029580 Histone H2B 4.940703331 L4_chemical_B1 +LQ09X029580 Histone H2B 5.778859852 L4_chemical_B2 +LQ09X029580 Histone H2B 5.253874247 L4_chemical_B3 +LQ09X029580 Histone H2B 5.28182124 L4_chemical_C2 +LQ09X029580 Histone H2B 5.315370848 L4_chemical_C3 +LQ09X029610 Predicted protein 6.98920961 C6_control_A1 +LQ09X029610 Predicted protein 5.814936888 C6_control_A3 +LQ09X029610 Predicted protein 7.423293576 C6_control_B1 +LQ09X029610 Predicted protein 7.43301705 C6_control_B2 +LQ09X029610 Predicted protein 7.731006528 C6_control_B3 +LQ09X029610 Predicted protein 7.739603939 C6_control_C1 +LQ09X029610 Predicted protein 7.082564579 C6_control_C2 +LQ09X029610 Predicted protein 7.263779006 C6_control_C3 +LQ09X029610 Predicted protein 7.234497818 C6_chemical_A1 +LQ09X029610 Predicted protein 6.821297931 C6_chemical_A3 +LQ09X029610 Predicted protein 7.145052786 C6_chemical_B1 +LQ09X029610 Predicted protein 7.555625518 C6_chemical_B2 +LQ09X029610 Predicted protein 7.678753529 C6_chemical_B3 +LQ09X029610 Predicted protein 7.821122006 C6_chemical_C1 +LQ09X029610 Predicted protein 7.357845395 C6_chemical_C2 +LQ09X029610 Predicted protein 7.344667467 C6_chemical_C3 +LQ09X029610 Predicted protein 7.017748123 L4_control_A1 +LQ09X029610 Predicted protein 7.074101803 L4_control_A2 +LQ09X029610 Predicted protein 6.844421105 L4_control_A3 +LQ09X029610 Predicted protein 7.148512035 L4_control_B1 +LQ09X029610 Predicted protein 7.152041625 L4_control_B2 +LQ09X029610 Predicted protein 7.472163911 L4_control_B3 +LQ09X029610 Predicted protein 7.189453807 L4_control_C2 +LQ09X029610 Predicted protein 7.12128123 L4_control_C3 +LQ09X029610 Predicted protein 6.961341092 L4_chemical_A1 +LQ09X029610 Predicted protein 7.302398703 L4_chemical_A2 +LQ09X029610 Predicted protein 7.402722897 L4_chemical_A3 +LQ09X029610 Predicted protein 7.455384122 L4_chemical_B1 +LQ09X029610 Predicted protein 7.657166514 L4_chemical_B2 +LQ09X029610 Predicted protein 7.420094758 L4_chemical_B3 +LQ09X029610 Predicted protein 6.882754256 L4_chemical_C2 +LQ09X029610 Predicted protein 6.404262226 L4_chemical_C3 +LQ09X029620 Hypothetical protein 9.400777066 C6_control_A1 +LQ09X029620 Hypothetical protein 8.197870267 C6_control_A3 +LQ09X029620 Hypothetical protein 10.02701916 C6_control_B1 +LQ09X029620 Hypothetical protein 9.588207384 C6_control_B2 +LQ09X029620 Hypothetical protein 9.77966493 C6_control_B3 +LQ09X029620 Hypothetical protein 9.842729912 C6_control_C1 +LQ09X029620 Hypothetical protein 9.784615995 C6_control_C2 +LQ09X029620 Hypothetical protein 9.972028515 C6_control_C3 +LQ09X029620 Hypothetical protein 8.994068025 C6_chemical_A1 +LQ09X029620 Hypothetical protein 8.437957129 C6_chemical_A3 +LQ09X029620 Hypothetical protein 9.503568543 C6_chemical_B1 +LQ09X029620 Hypothetical protein 9.573180126 C6_chemical_B2 +LQ09X029620 Hypothetical protein 9.25849378 C6_chemical_B3 +LQ09X029620 Hypothetical protein 9.883839777 C6_chemical_C1 +LQ09X029620 Hypothetical protein 10.11045391 C6_chemical_C2 +LQ09X029620 Hypothetical protein 9.281891283 C6_chemical_C3 +LQ09X029620 Hypothetical protein 7.85136535 L4_control_A1 +LQ09X029620 Hypothetical protein 8.083002394 L4_control_A2 +LQ09X029620 Hypothetical protein 8.523190881 L4_control_A3 +LQ09X029620 Hypothetical protein 8.706879902 L4_control_B1 +LQ09X029620 Hypothetical protein 8.543852618 L4_control_B2 +LQ09X029620 Hypothetical protein 8.563229253 L4_control_B3 +LQ09X029620 Hypothetical protein 10.50797098 L4_control_C2 +LQ09X029620 Hypothetical protein 8.829303754 L4_control_C3 +LQ09X029620 Hypothetical protein 7.859118123 L4_chemical_A1 +LQ09X029620 Hypothetical protein 7.982780123 L4_chemical_A2 +LQ09X029620 Hypothetical protein 8.78887156 L4_chemical_A3 +LQ09X029620 Hypothetical protein 8.812574121 L4_chemical_B1 +LQ09X029620 Hypothetical protein 9.4836342 L4_chemical_B2 +LQ09X029620 Hypothetical protein 8.190432032 L4_chemical_B3 +LQ09X029620 Hypothetical protein 10.69699623 L4_chemical_C2 +LQ09X029620 Hypothetical protein 9.617586173 L4_chemical_C3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.211159846 C6_control_A1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.052799548 C6_control_A3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.287386725 C6_control_B1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.08379113 C6_control_B2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.113207598 C6_control_B3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 6.912398921 C6_control_C1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 8.5682552 C6_control_C2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.897648068 C6_control_C3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.181902409 C6_chemical_A1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.1030369 C6_chemical_A3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.052945129 C6_chemical_B1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.040011543 C6_chemical_B2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.149976263 C6_chemical_B3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 7.197953585 C6_chemical_C1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 7.609324149 C6_chemical_C2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 6.300263951 C6_chemical_C3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.711192619 L4_control_A1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.091964299 L4_control_A2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 6.129791778 L4_control_A3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.320749873 L4_control_B1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.461180976 L4_control_B2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.579294212 L4_control_B3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 8.24565474 L4_control_C2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 6.572856993 L4_control_C3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 7.313038323 L4_chemical_A1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 7.250277563 L4_chemical_A2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 7.030160655 L4_chemical_A3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.18377976 L4_chemical_B1 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.26200039 L4_chemical_B2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.660494466 L4_chemical_B3 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 7.677317546 L4_chemical_C2 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 7.521680246 L4_chemical_C3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 8.158479502 C6_control_A1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 11.96113018 C6_control_A3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 5.747548065 C6_control_B1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 7.887557583 C6_control_B2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 8.783017173 C6_control_B3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 11.75931515 C6_control_C1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 14.21742654 C6_control_C2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 14.863736 C6_control_C3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 9.605272873 C6_chemical_A1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 14.10321519 C6_chemical_A3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 6.152906633 C6_chemical_B1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 7.369215355 C6_chemical_B2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 10.42097048 C6_chemical_B3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 11.22337073 C6_chemical_C1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 14.65442127 C6_chemical_C2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 15.68718158 C6_chemical_C3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 12.33980448 L4_control_A1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 10.27278567 L4_control_A2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 14.33516005 L4_control_A3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 11.16700847 L4_control_B1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 10.68444772 L4_control_B2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 13.17343645 L4_control_B3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 14.75277986 L4_control_C2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 15.44573445 L4_control_C3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 15.8697759 L4_chemical_A1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 15.61721301 L4_chemical_A2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 15.13227114 L4_chemical_A3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 12.90641792 L4_chemical_B1 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 14.92437235 L4_chemical_B2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 12.47216012 L4_chemical_B3 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 14.67204331 L4_chemical_C2 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 15.76460114 L4_chemical_C3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.461289949 C6_control_A1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.636369321 C6_control_A3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.703584583 C6_control_B1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 4.995813511 C6_control_B2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 4.617012409 C6_control_B3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 4.905948561 C6_control_C1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.104759044 C6_control_C2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.135877258 C6_control_C3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.277494201 C6_chemical_A1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 6.134076517 C6_chemical_A3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.264700684 C6_chemical_B1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.021193013 C6_chemical_B2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.342453766 C6_chemical_B3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 4.998205201 C6_chemical_C1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.317985659 C6_chemical_C2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.357736908 C6_chemical_C3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.537168328 L4_control_A1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.704506344 L4_control_A2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 6.411678834 L4_control_A3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.118985346 L4_control_B1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.516260054 L4_control_B2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.466896561 L4_control_B3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.21602728 L4_control_C2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.689967434 L4_control_C3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.981470588 L4_chemical_A1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.758223342 L4_chemical_A2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.850204163 L4_chemical_A3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.036618375 L4_chemical_B1 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.438851789 L4_chemical_B2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.313412438 L4_chemical_B3 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.707958797 L4_chemical_C2 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.117147435 L4_chemical_C3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.2860541 C6_control_A1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.33400364 C6_control_A3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.55663671 C6_control_B1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 14.35089223 C6_control_B2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 14.19543405 C6_control_B3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.71751828 C6_control_C1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 14.55240014 C6_control_C2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 14.22681269 C6_control_C3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 12.74094912 C6_chemical_A1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 12.7299585 C6_chemical_A3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.13565287 C6_chemical_B1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 14.17438838 C6_chemical_B2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.95159255 C6_chemical_B3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.44044178 C6_chemical_C1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.86350841 C6_chemical_C2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.90662927 C6_chemical_C3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.38725645 L4_control_A1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.16703069 L4_control_A2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 12.83616883 L4_control_A3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.37759272 L4_control_B1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.19495442 L4_control_B2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 14.22344256 L4_control_B3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.30284619 L4_control_C2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.78776824 L4_control_C3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.01896506 L4_chemical_A1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.07926367 L4_chemical_A2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 12.99837759 L4_chemical_A3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 12.55532002 L4_chemical_B1 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.19197456 L4_chemical_B2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.26442172 L4_chemical_B3 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.49664459 L4_chemical_C2 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 13.45154649 L4_chemical_C3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.587495902 C6_control_A1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 8.08426848 C6_control_A3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.132864794 C6_control_B1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.269421336 C6_control_B2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.754308973 C6_control_B3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.07534058 C6_control_C1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.76346658 C6_control_C2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.165964655 C6_control_C3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.41535925 C6_chemical_A1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 6.889437508 C6_chemical_A3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.042177788 C6_chemical_B1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.291981947 C6_chemical_B2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 6.887637633 C6_chemical_B3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.203861536 C6_chemical_C1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.679818439 C6_chemical_C2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 6.27482525 C6_chemical_C3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 6.890748719 L4_control_A1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.645938559 L4_control_A2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.544004756 L4_control_A3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 6.614938444 L4_control_B1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.284061371 L4_control_B2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.174724121 L4_control_B3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.279233025 L4_control_C2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.122524194 L4_control_C3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 6.882353623 L4_chemical_A1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.634531864 L4_chemical_A2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.376222398 L4_chemical_A3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.746561604 L4_chemical_B1 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.654921746 L4_chemical_B2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.096847143 L4_chemical_B3 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 6.830773705 L4_chemical_C2 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 6.918171 L4_chemical_C3 +LQ09X029720 Putative Probable NADH dehydrogenase 12.8924632 C6_control_A1 +LQ09X029720 Putative Probable NADH dehydrogenase 12.81743444 C6_control_A3 +LQ09X029720 Putative Probable NADH dehydrogenase 13.0944038 C6_control_B1 +LQ09X029720 Putative Probable NADH dehydrogenase 13.11326308 C6_control_B2 +LQ09X029720 Putative Probable NADH dehydrogenase 13.24317047 C6_control_B3 +LQ09X029720 Putative Probable NADH dehydrogenase 13.78024367 C6_control_C1 +LQ09X029720 Putative Probable NADH dehydrogenase 13.78929714 C6_control_C2 +LQ09X029720 Putative Probable NADH dehydrogenase 14.00559224 C6_control_C3 +LQ09X029720 Putative Probable NADH dehydrogenase 12.89058119 C6_chemical_A1 +LQ09X029720 Putative Probable NADH dehydrogenase 12.68125458 C6_chemical_A3 +LQ09X029720 Putative Probable NADH dehydrogenase 12.83343574 C6_chemical_B1 +LQ09X029720 Putative Probable NADH dehydrogenase 13.39858182 C6_chemical_B2 +LQ09X029720 Putative Probable NADH dehydrogenase 13.22971277 C6_chemical_B3 +LQ09X029720 Putative Probable NADH dehydrogenase 13.51501486 C6_chemical_C1 +LQ09X029720 Putative Probable NADH dehydrogenase 13.71398847 C6_chemical_C2 +LQ09X029720 Putative Probable NADH dehydrogenase 13.89135485 C6_chemical_C3 +LQ09X029720 Putative Probable NADH dehydrogenase 12.52389597 L4_control_A1 +LQ09X029720 Putative Probable NADH dehydrogenase 12.21249144 L4_control_A2 +LQ09X029720 Putative Probable NADH dehydrogenase 11.40541932 L4_control_A3 +LQ09X029720 Putative Probable NADH dehydrogenase 12.37713048 L4_control_B1 +LQ09X029720 Putative Probable NADH dehydrogenase 12.20451521 L4_control_B2 +LQ09X029720 Putative Probable NADH dehydrogenase 13.12452055 L4_control_B3 +LQ09X029720 Putative Probable NADH dehydrogenase 13.17739069 L4_control_C2 +LQ09X029720 Putative Probable NADH dehydrogenase 13.16093868 L4_control_C3 +LQ09X029720 Putative Probable NADH dehydrogenase 12.41283064 L4_chemical_A1 +LQ09X029720 Putative Probable NADH dehydrogenase 12.16904546 L4_chemical_A2 +LQ09X029720 Putative Probable NADH dehydrogenase 11.6854192 L4_chemical_A3 +LQ09X029720 Putative Probable NADH dehydrogenase 12.05344021 L4_chemical_B1 +LQ09X029720 Putative Probable NADH dehydrogenase 12.159144 L4_chemical_B2 +LQ09X029720 Putative Probable NADH dehydrogenase 12.60348402 L4_chemical_B3 +LQ09X029720 Putative Probable NADH dehydrogenase 13.06925788 L4_chemical_C2 +LQ09X029720 Putative Probable NADH dehydrogenase 13.37994229 L4_chemical_C3 +LQ09X029730 SelT-like protein 14.2856358 C6_control_A1 +LQ09X029730 SelT-like protein 14.62300292 C6_control_A3 +LQ09X029730 SelT-like protein 14.21752826 C6_control_B1 +LQ09X029730 SelT-like protein 14.1000331 C6_control_B2 +LQ09X029730 SelT-like protein 14.1692896 C6_control_B3 +LQ09X029730 SelT-like protein 14.19956738 C6_control_C1 +LQ09X029730 SelT-like protein 13.9739245 C6_control_C2 +LQ09X029730 SelT-like protein 13.85150071 C6_control_C3 +LQ09X029730 SelT-like protein 14.32730692 C6_chemical_A1 +LQ09X029730 SelT-like protein 14.56700786 C6_chemical_A3 +LQ09X029730 SelT-like protein 14.31823028 C6_chemical_B1 +LQ09X029730 SelT-like protein 14.17228147 C6_chemical_B2 +LQ09X029730 SelT-like protein 14.0489193 C6_chemical_B3 +LQ09X029730 SelT-like protein 14.07449499 C6_chemical_C1 +LQ09X029730 SelT-like protein 14.12849832 C6_chemical_C2 +LQ09X029730 SelT-like protein 13.6598021 C6_chemical_C3 +LQ09X029730 SelT-like protein 14.56085975 L4_control_A1 +LQ09X029730 SelT-like protein 14.68270036 L4_control_A2 +LQ09X029730 SelT-like protein 14.74591787 L4_control_A3 +LQ09X029730 SelT-like protein 14.47777218 L4_control_B1 +LQ09X029730 SelT-like protein 14.47221222 L4_control_B2 +LQ09X029730 SelT-like protein 14.31799321 L4_control_B3 +LQ09X029730 SelT-like protein 14.16147863 L4_control_C2 +LQ09X029730 SelT-like protein 14.36188149 L4_control_C3 +LQ09X029730 SelT-like protein 14.77302635 L4_chemical_A1 +LQ09X029730 SelT-like protein 14.71929657 L4_chemical_A2 +LQ09X029730 SelT-like protein 14.463853 L4_chemical_A3 +LQ09X029730 SelT-like protein 14.63460554 L4_chemical_B1 +LQ09X029730 SelT-like protein 14.45365153 L4_chemical_B2 +LQ09X029730 SelT-like protein 14.47552319 L4_chemical_B3 +LQ09X029730 SelT-like protein 14.22824994 L4_chemical_C2 +LQ09X029730 SelT-like protein 14.41237318 L4_chemical_C3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.53376294 C6_control_A1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.74977436 C6_control_A3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.7712097 C6_control_B1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.7418327 C6_control_B2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.79671112 C6_control_B3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.97243566 C6_control_C1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.59870873 C6_control_C2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.80932286 C6_control_C3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.4248024 C6_chemical_A1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.61902517 C6_chemical_A3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.00977449 C6_chemical_B1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.68551531 C6_chemical_B2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.24005733 C6_chemical_B3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 14.43632876 C6_chemical_C1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.60914766 C6_chemical_C2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 14.0387334 C6_chemical_C3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.07368458 L4_control_A1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.67804512 L4_control_A2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 11.66370717 L4_control_A3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.98059467 L4_control_B1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.47670866 L4_control_B2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.80299661 L4_control_B3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.3776936 L4_control_C2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.12278527 L4_control_C3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.50247497 L4_chemical_A1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.92686721 L4_chemical_A2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 11.95202564 L4_chemical_A3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.82275355 L4_chemical_B1 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.65812077 L4_chemical_B2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.70108823 L4_chemical_B3 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.10841601 L4_chemical_C2 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 13.11348609 L4_chemical_C3 +LQ09X029790 Putative uncharacterized protein 12.21425981 C6_control_A1 +LQ09X029790 Putative uncharacterized protein 12.24068933 C6_control_A3 +LQ09X029790 Putative uncharacterized protein 12.84741562 C6_control_B1 +LQ09X029790 Putative uncharacterized protein 13.0669243 C6_control_B2 +LQ09X029790 Putative uncharacterized protein 12.8447856 C6_control_B3 +LQ09X029790 Putative uncharacterized protein 13.95465696 C6_control_C1 +LQ09X029790 Putative uncharacterized protein 13.97269738 C6_control_C2 +LQ09X029790 Putative uncharacterized protein 13.89314253 C6_control_C3 +LQ09X029790 Putative uncharacterized protein 12.199902 C6_chemical_A1 +LQ09X029790 Putative uncharacterized protein 12.39294703 C6_chemical_A3 +LQ09X029790 Putative uncharacterized protein 12.85429269 C6_chemical_B1 +LQ09X029790 Putative uncharacterized protein 12.99722005 C6_chemical_B2 +LQ09X029790 Putative uncharacterized protein 13.01788836 C6_chemical_B3 +LQ09X029790 Putative uncharacterized protein 13.46552952 C6_chemical_C1 +LQ09X029790 Putative uncharacterized protein 13.6551744 C6_chemical_C2 +LQ09X029790 Putative uncharacterized protein 13.62610799 C6_chemical_C3 +LQ09X029790 Putative uncharacterized protein 12.37073996 L4_control_A1 +LQ09X029790 Putative uncharacterized protein 12.52729538 L4_control_A2 +LQ09X029790 Putative uncharacterized protein 12.21360124 L4_control_A3 +LQ09X029790 Putative uncharacterized protein 13.232209 L4_control_B1 +LQ09X029790 Putative uncharacterized protein 13.22908296 L4_control_B2 +LQ09X029790 Putative uncharacterized protein 13.24448043 L4_control_B3 +LQ09X029790 Putative uncharacterized protein 13.58894308 L4_control_C2 +LQ09X029790 Putative uncharacterized protein 13.93291664 L4_control_C3 +LQ09X029790 Putative uncharacterized protein 12.58496983 L4_chemical_A1 +LQ09X029790 Putative uncharacterized protein 13.07075388 L4_chemical_A2 +LQ09X029790 Putative uncharacterized protein 12.26471497 L4_chemical_A3 +LQ09X029790 Putative uncharacterized protein 12.70039 L4_chemical_B1 +LQ09X029790 Putative uncharacterized protein 13.07262391 L4_chemical_B2 +LQ09X029790 Putative uncharacterized protein 12.98676556 L4_chemical_B3 +LQ09X029790 Putative uncharacterized protein 13.27528292 L4_chemical_C2 +LQ09X029790 Putative uncharacterized protein 13.67434668 L4_chemical_C3 +LQ09X029800 Putative 30S ribosomal protein S18 12.57404707 C6_control_A1 +LQ09X029800 Putative 30S ribosomal protein S18 13.26219766 C6_control_A3 +LQ09X029800 Putative 30S ribosomal protein S18 12.42144236 C6_control_B1 +LQ09X029800 Putative 30S ribosomal protein S18 11.64828465 C6_control_B2 +LQ09X029800 Putative 30S ribosomal protein S18 11.66042747 C6_control_B3 +LQ09X029800 Putative 30S ribosomal protein S18 12.53293589 C6_control_C1 +LQ09X029800 Putative 30S ribosomal protein S18 12.33726381 C6_control_C2 +LQ09X029800 Putative 30S ribosomal protein S18 12.31546623 C6_control_C3 +LQ09X029800 Putative 30S ribosomal protein S18 12.36889055 C6_chemical_A1 +LQ09X029800 Putative 30S ribosomal protein S18 12.89491618 C6_chemical_A3 +LQ09X029800 Putative 30S ribosomal protein S18 12.10295886 C6_chemical_B1 +LQ09X029800 Putative 30S ribosomal protein S18 11.71350802 C6_chemical_B2 +LQ09X029800 Putative 30S ribosomal protein S18 11.67309139 C6_chemical_B3 +LQ09X029800 Putative 30S ribosomal protein S18 12.36405615 C6_chemical_C1 +LQ09X029800 Putative 30S ribosomal protein S18 12.32082811 C6_chemical_C2 +LQ09X029800 Putative 30S ribosomal protein S18 11.81536518 C6_chemical_C3 +LQ09X029800 Putative 30S ribosomal protein S18 12.63055277 L4_control_A1 +LQ09X029800 Putative 30S ribosomal protein S18 12.87803146 L4_control_A2 +LQ09X029800 Putative 30S ribosomal protein S18 12.72270541 L4_control_A3 +LQ09X029800 Putative 30S ribosomal protein S18 11.96280141 L4_control_B1 +LQ09X029800 Putative 30S ribosomal protein S18 12.63120598 L4_control_B2 +LQ09X029800 Putative 30S ribosomal protein S18 11.72651881 L4_control_B3 +LQ09X029800 Putative 30S ribosomal protein S18 13.14622207 L4_control_C2 +LQ09X029800 Putative 30S ribosomal protein S18 13.2496294 L4_control_C3 +LQ09X029800 Putative 30S ribosomal protein S18 12.40843706 L4_chemical_A1 +LQ09X029800 Putative 30S ribosomal protein S18 12.26613053 L4_chemical_A2 +LQ09X029800 Putative 30S ribosomal protein S18 12.22966554 L4_chemical_A3 +LQ09X029800 Putative 30S ribosomal protein S18 12.42422086 L4_chemical_B1 +LQ09X029800 Putative 30S ribosomal protein S18 12.19178825 L4_chemical_B2 +LQ09X029800 Putative 30S ribosomal protein S18 11.58653978 L4_chemical_B3 +LQ09X029800 Putative 30S ribosomal protein S18 13.13861303 L4_chemical_C2 +LQ09X029800 Putative 30S ribosomal protein S18 13.17551975 L4_chemical_C3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.713263625 C6_control_A1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 5.83222682 C6_control_A3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.662071172 C6_control_B1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 5.920447796 C6_control_B2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.780561792 C6_control_B3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 5.686134841 C6_control_C1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 5.920778595 C6_control_C2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.204305768 C6_control_C3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.267086998 C6_chemical_A1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 5.949967507 C6_chemical_A3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.088239745 C6_chemical_B1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.259014426 C6_chemical_B2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.806216643 C6_chemical_B3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 5.37216549 C6_chemical_C1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.2455573 C6_chemical_C2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.209593928 C6_chemical_C3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.535579403 L4_control_A1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.50213294 L4_control_A2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 7.337881847 L4_control_A3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.453612487 L4_control_B1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.732240611 L4_control_B2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.883333082 L4_control_B3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.761733266 L4_control_C2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.954895994 L4_control_C3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.421277344 L4_chemical_A1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.464880514 L4_chemical_A2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.535393497 L4_chemical_A3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.911476663 L4_chemical_B1 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.964328913 L4_chemical_B2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.706498309 L4_chemical_B3 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 5.341764503 L4_chemical_C2 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 7.005539014 L4_chemical_C3 +LQ09X029830 Hypothetical protein 5.581302862 C6_control_A1 +LQ09X029830 Hypothetical protein 5.346572203 C6_control_A3 +LQ09X029830 Hypothetical protein 4.636335877 C6_control_B1 +LQ09X029830 Hypothetical protein 5.328941159 C6_control_B2 +LQ09X029830 Hypothetical protein 5.047849296 C6_control_B3 +LQ09X029830 Hypothetical protein 5.133181996 C6_control_C1 +LQ09X029830 Hypothetical protein 5.394710279 C6_control_C2 +LQ09X029830 Hypothetical protein 5.398503078 C6_control_C3 +LQ09X029830 Hypothetical protein 5.20931735 C6_chemical_A1 +LQ09X029830 Hypothetical protein 4.916490892 C6_chemical_A3 +LQ09X029830 Hypothetical protein 4.721187589 C6_chemical_B1 +LQ09X029830 Hypothetical protein 5.073504137 C6_chemical_B2 +LQ09X029830 Hypothetical protein 5.182772409 C6_chemical_B3 +LQ09X029830 Hypothetical protein 5.059428455 C6_chemical_C1 +LQ09X029830 Hypothetical protein 5.372060222 C6_chemical_C2 +LQ09X029830 Hypothetical protein 5.343813758 C6_chemical_C3 +LQ09X029830 Hypothetical protein 4.776114987 L4_control_A1 +LQ09X029830 Hypothetical protein 5.177813495 L4_control_A2 +LQ09X029830 Hypothetical protein 5.269852848 L4_control_A3 +LQ09X029830 Hypothetical protein 4.979977439 L4_control_B1 +LQ09X029830 Hypothetical protein 4.951141597 L4_control_B2 +LQ09X029830 Hypothetical protein 5.181059123 L4_control_B3 +LQ09X029830 Hypothetical protein 5.085381323 L4_control_C2 +LQ09X029830 Hypothetical protein 5.143902543 L4_control_C3 +LQ09X029830 Hypothetical protein 5.130109033 L4_chemical_A1 +LQ09X029830 Hypothetical protein 5.483931044 L4_chemical_A2 +LQ09X029830 Hypothetical protein 5.28948706 L4_chemical_A3 +LQ09X029830 Hypothetical protein 5.514299236 L4_chemical_B1 +LQ09X029830 Hypothetical protein 5.239773504 L4_chemical_B2 +LQ09X029830 Hypothetical protein 5.370298248 L4_chemical_B3 +LQ09X029830 Hypothetical protein 5.229406322 L4_chemical_C2 +LQ09X029830 Hypothetical protein 5.242643651 L4_chemical_C3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.437552287 C6_control_A1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.381555033 C6_control_A3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.641224909 C6_control_B1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.458738741 C6_control_B2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.325642978 C6_control_B3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.421508045 C6_control_C1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.370117287 C6_control_C2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.169020094 C6_control_C3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.50082713 C6_chemical_A1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.492684797 C6_chemical_A3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.450859382 C6_chemical_B1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.297372742 C6_chemical_B2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.490771154 C6_chemical_B3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.501864791 C6_chemical_C1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.651961628 C6_chemical_C2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 4.982828469 C6_chemical_C3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.628822709 L4_control_A1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.616920602 L4_control_A2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.466152582 L4_control_A3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 6.527833758 L4_control_B1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.315331419 L4_control_B2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.323437078 L4_control_B3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 6.044086496 L4_control_C2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.335812549 L4_control_C3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.619221717 L4_chemical_A1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.359581907 L4_chemical_A2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.835824711 L4_chemical_A3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.518080682 L4_chemical_B1 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.825741857 L4_chemical_B2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.542097524 L4_chemical_B3 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.895297123 L4_chemical_C2 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.239514246 L4_chemical_C3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.487209038 C6_control_A1 +LQ09X029920 Putative Protein of unknown function DUF1313 6.116548887 C6_control_A3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.516971949 C6_control_B1 +LQ09X029920 Putative Protein of unknown function DUF1313 6.502365971 C6_control_B2 +LQ09X029920 Putative Protein of unknown function DUF1313 7.066239381 C6_control_B3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.453625739 C6_control_C1 +LQ09X029920 Putative Protein of unknown function DUF1313 6.389833125 C6_control_C2 +LQ09X029920 Putative Protein of unknown function DUF1313 7.554583622 C6_control_C3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.436002657 C6_chemical_A1 +LQ09X029920 Putative Protein of unknown function DUF1313 6.136833346 C6_chemical_A3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.998883285 C6_chemical_B1 +LQ09X029920 Putative Protein of unknown function DUF1313 6.536013414 C6_chemical_B2 +LQ09X029920 Putative Protein of unknown function DUF1313 6.590690014 C6_chemical_B3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.340418932 C6_chemical_C1 +LQ09X029920 Putative Protein of unknown function DUF1313 6.693358708 C6_chemical_C2 +LQ09X029920 Putative Protein of unknown function DUF1313 7.159236039 C6_chemical_C3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.362402796 L4_control_A1 +LQ09X029920 Putative Protein of unknown function DUF1313 7.398438525 L4_control_A2 +LQ09X029920 Putative Protein of unknown function DUF1313 5.728999688 L4_control_A3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.367625891 L4_control_B1 +LQ09X029920 Putative Protein of unknown function DUF1313 7.338795913 L4_control_B2 +LQ09X029920 Putative Protein of unknown function DUF1313 6.860329607 L4_control_B3 +LQ09X029920 Putative Protein of unknown function DUF1313 7.686270257 L4_control_C2 +LQ09X029920 Putative Protein of unknown function DUF1313 8.946892759 L4_control_C3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.29279599 L4_chemical_A1 +LQ09X029920 Putative Protein of unknown function DUF1313 6.559278548 L4_chemical_A2 +LQ09X029920 Putative Protein of unknown function DUF1313 5.694949484 L4_chemical_A3 +LQ09X029920 Putative Protein of unknown function DUF1313 6.120482214 L4_chemical_B1 +LQ09X029920 Putative Protein of unknown function DUF1313 7.366153379 L4_chemical_B2 +LQ09X029920 Putative Protein of unknown function DUF1313 6.586848447 L4_chemical_B3 +LQ09X029920 Putative Protein of unknown function DUF1313 7.862262174 L4_chemical_C2 +LQ09X029920 Putative Protein of unknown function DUF1313 7.363216931 L4_chemical_C3 +LQ09X029950 Putative NudC domain-containing protein 2 12.99501905 C6_control_A1 +LQ09X029950 Putative NudC domain-containing protein 2 13.08721753 C6_control_A3 +LQ09X029950 Putative NudC domain-containing protein 2 12.88341399 C6_control_B1 +LQ09X029950 Putative NudC domain-containing protein 2 12.38038005 C6_control_B2 +LQ09X029950 Putative NudC domain-containing protein 2 12.9353738 C6_control_B3 +LQ09X029950 Putative NudC domain-containing protein 2 12.60288155 C6_control_C1 +LQ09X029950 Putative NudC domain-containing protein 2 12.45784747 C6_control_C2 +LQ09X029950 Putative NudC domain-containing protein 2 12.50672658 C6_control_C3 +LQ09X029950 Putative NudC domain-containing protein 2 13.08437354 C6_chemical_A1 +LQ09X029950 Putative NudC domain-containing protein 2 13.03039077 C6_chemical_A3 +LQ09X029950 Putative NudC domain-containing protein 2 12.82116318 C6_chemical_B1 +LQ09X029950 Putative NudC domain-containing protein 2 12.24690818 C6_chemical_B2 +LQ09X029950 Putative NudC domain-containing protein 2 12.80983431 C6_chemical_B3 +LQ09X029950 Putative NudC domain-containing protein 2 12.8056486 C6_chemical_C1 +LQ09X029950 Putative NudC domain-containing protein 2 12.66577225 C6_chemical_C2 +LQ09X029950 Putative NudC domain-containing protein 2 12.46501809 C6_chemical_C3 +LQ09X029950 Putative NudC domain-containing protein 2 13.67167926 L4_control_A1 +LQ09X029950 Putative NudC domain-containing protein 2 13.51291598 L4_control_A2 +LQ09X029950 Putative NudC domain-containing protein 2 13.50860156 L4_control_A3 +LQ09X029950 Putative NudC domain-containing protein 2 12.95562799 L4_control_B1 +LQ09X029950 Putative NudC domain-containing protein 2 12.75582161 L4_control_B2 +LQ09X029950 Putative NudC domain-containing protein 2 12.54417675 L4_control_B3 +LQ09X029950 Putative NudC domain-containing protein 2 13.15941235 L4_control_C2 +LQ09X029950 Putative NudC domain-containing protein 2 13.07620373 L4_control_C3 +LQ09X029950 Putative NudC domain-containing protein 2 13.63484795 L4_chemical_A1 +LQ09X029950 Putative NudC domain-containing protein 2 13.74489316 L4_chemical_A2 +LQ09X029950 Putative NudC domain-containing protein 2 13.52576965 L4_chemical_A3 +LQ09X029950 Putative NudC domain-containing protein 2 13.44851866 L4_chemical_B1 +LQ09X029950 Putative NudC domain-containing protein 2 13.43064512 L4_chemical_B2 +LQ09X029950 Putative NudC domain-containing protein 2 12.77910929 L4_chemical_B3 +LQ09X029950 Putative NudC domain-containing protein 2 13.43406215 L4_chemical_C2 +LQ09X029950 Putative NudC domain-containing protein 2 13.37768282 L4_chemical_C3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.429733966 C6_control_A1 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.121515814 C6_control_A3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.62852008 C6_control_B1 +LQ09X029960 Vacuolar cation/proton exchanger 3 5.882851187 C6_control_B2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.885520699 C6_control_B3 +LQ09X029960 Vacuolar cation/proton exchanger 3 5.982166925 C6_control_C1 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.086475825 C6_control_C2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.126649052 C6_control_C3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.71642476 C6_chemical_A1 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.195817869 C6_chemical_A3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.558555374 C6_chemical_B1 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.166229627 C6_chemical_B2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.779890088 C6_chemical_B3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.480965276 C6_chemical_C1 +LQ09X029960 Vacuolar cation/proton exchanger 3 5.842907143 C6_chemical_C2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.589711448 C6_chemical_C3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.747544105 L4_control_A1 +LQ09X029960 Vacuolar cation/proton exchanger 3 7.106233638 L4_control_A2 +LQ09X029960 Vacuolar cation/proton exchanger 3 7.085296085 L4_control_A3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.946694512 L4_control_B1 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.301918702 L4_control_B2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.607996182 L4_control_B3 +LQ09X029960 Vacuolar cation/proton exchanger 3 7.630502418 L4_control_C2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.136889596 L4_control_C3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.822338209 L4_chemical_A1 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.63606097 L4_chemical_A2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.618591921 L4_chemical_A3 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.237919001 L4_chemical_B1 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.167089444 L4_chemical_B2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.568197953 L4_chemical_B3 +LQ09X029960 Vacuolar cation/proton exchanger 3 8.456873648 L4_chemical_C2 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.507970362 L4_chemical_C3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.605674054 C6_control_A1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.17738006 C6_control_A3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.550433389 C6_control_B1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.544891528 C6_control_B2 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.470750616 C6_control_B3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.768152203 C6_control_C1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.299635625 C6_control_C2 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.741777188 C6_control_C3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.229158176 C6_chemical_A1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.977009057 C6_chemical_A3 +LQ09X029970 Putative Uncharacterized protein C757.02c 6.10437715 C6_chemical_B1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.28726813 C6_chemical_B2 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.191495264 C6_chemical_B3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.750982447 C6_chemical_C1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.729380917 C6_chemical_C2 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.940718695 C6_chemical_C3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.996172369 L4_control_A1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.316946164 L4_control_A2 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.638201749 L4_control_A3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.337529814 L4_control_B1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.603706418 L4_control_B2 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.112353104 L4_control_B3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.369682424 L4_control_C2 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.802726483 L4_control_C3 +LQ09X029970 Putative Uncharacterized protein C757.02c 6.329367507 L4_chemical_A1 +LQ09X029970 Putative Uncharacterized protein C757.02c 6.475319517 L4_chemical_A2 +LQ09X029970 Putative Uncharacterized protein C757.02c 6.193813383 L4_chemical_A3 +LQ09X029970 Putative Uncharacterized protein C757.02c 6.448312871 L4_chemical_B1 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.965090657 L4_chemical_B2 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.661010782 L4_chemical_B3 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.853114673 L4_chemical_C2 +LQ09X029970 Putative Uncharacterized protein C757.02c 6.403557452 L4_chemical_C3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.961824699 C6_control_A1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.551908443 C6_control_A3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.723163098 C6_control_B1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.19203926 C6_control_B2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.870970386 C6_control_B3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.438360065 C6_control_C1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 6.606463942 C6_control_C2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.377775678 C6_control_C3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.86940654 C6_chemical_A1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.523996862 C6_chemical_A3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.606318374 C6_chemical_B1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.205609395 C6_chemical_B2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.612335815 C6_chemical_B3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.506878414 C6_chemical_C1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.519886098 C6_chemical_C2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 6.940925498 C6_chemical_C3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.429851103 L4_control_A1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 8.19403381 L4_control_A2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 8.434448929 L4_control_A3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.198408726 L4_control_B1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.050538503 L4_control_B2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.114620067 L4_control_B3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 8.327744828 L4_control_C2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 6.709089745 L4_control_C3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.350548083 L4_chemical_A1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 8.356416335 L4_chemical_A2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.635009694 L4_chemical_A3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.667797568 L4_chemical_B1 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.471361304 L4_chemical_B2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.067530588 L4_chemical_B3 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.182499 L4_chemical_C2 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 6.381821419 L4_chemical_C3 +LQ09X030000 Predicted protein (Fragment) 9.470161285 C6_control_A1 +LQ09X030000 Predicted protein (Fragment) 7.870026005 C6_control_A3 +LQ09X030000 Predicted protein (Fragment) 9.791289314 C6_control_B1 +LQ09X030000 Predicted protein (Fragment) 10.64342726 C6_control_B2 +LQ09X030000 Predicted protein (Fragment) 7.43759332 C6_control_B3 +LQ09X030000 Predicted protein (Fragment) 15.2006183 C6_control_C1 +LQ09X030000 Predicted protein (Fragment) 14.37835919 C6_control_C2 +LQ09X030000 Predicted protein (Fragment) 13.84149128 C6_control_C3 +LQ09X030000 Predicted protein (Fragment) 9.539583477 C6_chemical_A1 +LQ09X030000 Predicted protein (Fragment) 8.152007258 C6_chemical_A3 +LQ09X030000 Predicted protein (Fragment) 10.9312141 C6_chemical_B1 +LQ09X030000 Predicted protein (Fragment) 11.40185673 C6_chemical_B2 +LQ09X030000 Predicted protein (Fragment) 8.883551537 C6_chemical_B3 +LQ09X030000 Predicted protein (Fragment) 14.88512419 C6_chemical_C1 +LQ09X030000 Predicted protein (Fragment) 14.94592921 C6_chemical_C2 +LQ09X030000 Predicted protein (Fragment) 14.89883665 C6_chemical_C3 +LQ09X030000 Predicted protein (Fragment) 8.284985125 L4_control_A1 +LQ09X030000 Predicted protein (Fragment) 9.211016252 L4_control_A2 +LQ09X030000 Predicted protein (Fragment) 8.441599724 L4_control_A3 +LQ09X030000 Predicted protein (Fragment) 10.15423707 L4_control_B1 +LQ09X030000 Predicted protein (Fragment) 9.549781145 L4_control_B2 +LQ09X030000 Predicted protein (Fragment) 9.369540358 L4_control_B3 +LQ09X030000 Predicted protein (Fragment) 14.11127115 L4_control_C2 +LQ09X030000 Predicted protein (Fragment) 13.35829096 L4_control_C3 +LQ09X030000 Predicted protein (Fragment) 8.118540375 L4_chemical_A1 +LQ09X030000 Predicted protein (Fragment) 8.936498372 L4_chemical_A2 +LQ09X030000 Predicted protein (Fragment) 7.7840599 L4_chemical_A3 +LQ09X030000 Predicted protein (Fragment) 10.3000696 L4_chemical_B1 +LQ09X030000 Predicted protein (Fragment) 9.646981579 L4_chemical_B2 +LQ09X030000 Predicted protein (Fragment) 8.207849205 L4_chemical_B3 +LQ09X030000 Predicted protein (Fragment) 14.35837847 L4_chemical_C2 +LQ09X030000 Predicted protein (Fragment) 14.10179238 L4_chemical_C3 +LQ09X030010 Predicted protein 11.75303527 C6_control_A1 +LQ09X030010 Predicted protein 11.56800711 C6_control_A3 +LQ09X030010 Predicted protein 12.10070941 C6_control_B1 +LQ09X030010 Predicted protein 13.04995143 C6_control_B2 +LQ09X030010 Predicted protein 12.8522114 C6_control_B3 +LQ09X030010 Predicted protein 13.06697802 C6_control_C1 +LQ09X030010 Predicted protein 13.59046712 C6_control_C2 +LQ09X030010 Predicted protein 13.70380115 C6_control_C3 +LQ09X030010 Predicted protein 11.97535038 C6_chemical_A1 +LQ09X030010 Predicted protein 11.62071365 C6_chemical_A3 +LQ09X030010 Predicted protein 12.42115739 C6_chemical_B1 +LQ09X030010 Predicted protein 13.13944942 C6_chemical_B2 +LQ09X030010 Predicted protein 12.95723014 C6_chemical_B3 +LQ09X030010 Predicted protein 13.14686512 C6_chemical_C1 +LQ09X030010 Predicted protein 13.75181446 C6_chemical_C2 +LQ09X030010 Predicted protein 13.72216537 C6_chemical_C3 +LQ09X030010 Predicted protein 11.40540559 L4_control_A1 +LQ09X030010 Predicted protein 11.42373812 L4_control_A2 +LQ09X030010 Predicted protein 11.80922976 L4_control_A3 +LQ09X030010 Predicted protein 12.34592502 L4_control_B1 +LQ09X030010 Predicted protein 12.15961235 L4_control_B2 +LQ09X030010 Predicted protein 12.84602081 L4_control_B3 +LQ09X030010 Predicted protein 13.02571587 L4_control_C2 +LQ09X030010 Predicted protein 12.68581979 L4_control_C3 +LQ09X030010 Predicted protein 12.61966739 L4_chemical_A1 +LQ09X030010 Predicted protein 12.6177122 L4_chemical_A2 +LQ09X030010 Predicted protein 12.05432493 L4_chemical_A3 +LQ09X030010 Predicted protein 12.15254494 L4_chemical_B1 +LQ09X030010 Predicted protein 12.60387829 L4_chemical_B2 +LQ09X030010 Predicted protein 12.27136307 L4_chemical_B3 +LQ09X030010 Predicted protein 13.30809507 L4_chemical_C2 +LQ09X030010 Predicted protein 12.93858485 L4_chemical_C3 +LQ09X030030 Predicted protein 10.24176243 C6_control_A1 +LQ09X030030 Predicted protein 9.732177787 C6_control_A3 +LQ09X030030 Predicted protein 10.44023763 C6_control_B1 +LQ09X030030 Predicted protein 10.87007809 C6_control_B2 +LQ09X030030 Predicted protein 10.54898288 C6_control_B3 +LQ09X030030 Predicted protein 12.92241683 C6_control_C1 +LQ09X030030 Predicted protein 12.65652586 C6_control_C2 +LQ09X030030 Predicted protein 12.71446609 C6_control_C3 +LQ09X030030 Predicted protein 10.40684212 C6_chemical_A1 +LQ09X030030 Predicted protein 10.15713547 C6_chemical_A3 +LQ09X030030 Predicted protein 10.95453123 C6_chemical_B1 +LQ09X030030 Predicted protein 10.88823527 C6_chemical_B2 +LQ09X030030 Predicted protein 11.04358778 C6_chemical_B3 +LQ09X030030 Predicted protein 12.64799797 C6_chemical_C1 +LQ09X030030 Predicted protein 12.83551791 C6_chemical_C2 +LQ09X030030 Predicted protein 12.92953348 C6_chemical_C3 +LQ09X030030 Predicted protein 10.58172709 L4_control_A1 +LQ09X030030 Predicted protein 10.24819285 L4_control_A2 +LQ09X030030 Predicted protein 11.29588465 L4_control_A3 +LQ09X030030 Predicted protein 11.52740053 L4_control_B1 +LQ09X030030 Predicted protein 11.34629332 L4_control_B2 +LQ09X030030 Predicted protein 12.25441959 L4_control_B3 +LQ09X030030 Predicted protein 13.60644339 L4_control_C2 +LQ09X030030 Predicted protein 14.0288937 L4_control_C3 +LQ09X030030 Predicted protein 11.24014893 L4_chemical_A1 +LQ09X030030 Predicted protein 11.02710439 L4_chemical_A2 +LQ09X030030 Predicted protein 11.3376551 L4_chemical_A3 +LQ09X030030 Predicted protein 11.65754025 L4_chemical_B1 +LQ09X030030 Predicted protein 11.46780686 L4_chemical_B2 +LQ09X030030 Predicted protein 11.14792254 L4_chemical_B3 +LQ09X030030 Predicted protein 13.55819942 L4_chemical_C2 +LQ09X030030 Predicted protein 14.1161618 L4_chemical_C3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.259925016 C6_control_A1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 4.976928781 C6_control_A3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.468486472 C6_control_B1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.218910027 C6_control_B2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 4.988480404 C6_control_B3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.047535378 C6_control_C1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.469211817 C6_control_C2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.916542055 C6_control_C3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.260932906 C6_chemical_A1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 4.9913295 C6_chemical_A3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.361804559 C6_chemical_B1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.306971248 C6_chemical_B2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.147772741 C6_chemical_B3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.187531713 C6_chemical_C1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.459231098 C6_chemical_C2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.457095331 C6_chemical_C3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.266833046 L4_control_A1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.579353725 L4_control_A2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.584124998 L4_control_A3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.066903754 L4_control_B1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 4.99539437 L4_control_B2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.263594652 L4_control_B3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.121384796 L4_control_C2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.224676376 L4_control_C3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.527150284 L4_chemical_A1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.347698262 L4_chemical_A2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.20314194 L4_chemical_A3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.363471395 L4_chemical_B1 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.33132884 L4_chemical_B2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.434243971 L4_chemical_B3 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.864322411 L4_chemical_C2 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.215342434 L4_chemical_C3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.22537356 C6_control_A1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.65662452 C6_control_A3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.35556835 C6_control_B1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.06810078 C6_control_B2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.65365214 C6_control_B3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.47806891 C6_control_C1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.48237468 C6_control_C2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.29147531 C6_control_C3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.08364866 C6_chemical_A1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.65794468 C6_chemical_A3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.50319281 C6_chemical_B1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.93652648 C6_chemical_B2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.52773188 C6_chemical_B3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.52308522 C6_chemical_C1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.71566803 C6_chemical_C2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.37558478 C6_chemical_C3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.66451347 L4_control_A1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.75126787 L4_control_A2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.56075108 L4_control_A3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.39599102 L4_control_B1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.44566117 L4_control_B2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.65313481 L4_control_B3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.43494209 L4_control_C2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.18664527 L4_control_C3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.54014003 L4_chemical_A1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.36160774 L4_chemical_A2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.59135443 L4_chemical_A3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.27898923 L4_chemical_B1 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.07543141 L4_chemical_B2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.90221266 L4_chemical_B3 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.22039897 L4_chemical_C2 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.16141114 L4_chemical_C3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.24224175 C6_control_A1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.20982374 C6_control_A3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.97472926 C6_control_B1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.9571084 C6_control_B2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.69096677 C6_control_B3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.68045241 C6_control_C1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.58152486 C6_control_C2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.24585337 C6_control_C3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.54605807 C6_chemical_A1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.26102578 C6_chemical_A3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.16994298 C6_chemical_B1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.01958441 C6_chemical_B2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.6869553 C6_chemical_B3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.6699414 C6_chemical_C1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.93316935 C6_chemical_C2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.56477521 C6_chemical_C3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 10.5842528 L4_control_A1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.03120915 L4_control_A2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 9.725183473 L4_control_A3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.13623489 L4_control_B1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.90323156 L4_control_B2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.03658085 L4_control_B3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.84017347 L4_control_C2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.26657695 L4_control_C3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 9.952998754 L4_chemical_A1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 10.22536848 L4_chemical_A2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 9.417425626 L4_chemical_A3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.14435728 L4_chemical_B1 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.19910646 L4_chemical_B2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 11.5589118 L4_chemical_B3 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.17224639 L4_chemical_C2 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 13.07861414 L4_chemical_C3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.858448535 C6_control_A1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.445181039 C6_control_A3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.397569304 C6_control_B1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.370565694 C6_control_B2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.363908414 C6_control_B3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.416931457 C6_control_C1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.621704235 C6_control_C2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.409991152 C6_control_C3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.74752169 C6_chemical_A1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.845095766 C6_chemical_A3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.011013427 C6_chemical_B1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.24287111 C6_chemical_B2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.996409455 C6_chemical_B3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.254914173 C6_chemical_C1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.423589265 C6_chemical_C2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.502809185 C6_chemical_C3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.597536413 L4_control_A1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.198195631 L4_control_A2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 6.005109267 L4_control_A3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.808390491 L4_control_B1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.286379929 L4_control_B2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.802519474 L4_control_B3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.55982429 L4_control_C2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.473975183 L4_control_C3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.689627614 L4_chemical_A1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.16264438 L4_chemical_A2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.951374854 L4_chemical_A3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.766553581 L4_chemical_B1 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.869644608 L4_chemical_B2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.904606543 L4_chemical_B3 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.538425619 L4_chemical_C2 +LQ09X030120 Pleckstrin homology domain-containing protein 1 6.206472246 L4_chemical_C3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.31483548 C6_control_A1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.39235266 C6_control_A3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.37248905 C6_control_B1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.00841406 C6_control_B2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.78337484 C6_control_B3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.71055725 C6_control_C1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 14.02102609 C6_control_C2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 14.37467802 C6_control_C3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.06013625 C6_chemical_A1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.42558362 C6_chemical_A3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.19472381 C6_chemical_B1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.72726073 C6_chemical_B2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.855155 C6_chemical_B3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.30834726 C6_chemical_C1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.797037 C6_chemical_C2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.97252755 C6_chemical_C3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.89286792 L4_control_A1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.48968694 L4_control_A2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.17220192 L4_control_A3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.89783036 L4_control_B1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.54982799 L4_control_B2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.90995417 L4_control_B3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.73515744 L4_control_C2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 14.16856391 L4_control_C3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.50341627 L4_chemical_A1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.00577889 L4_chemical_A2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.93465471 L4_chemical_A3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.42815821 L4_chemical_B1 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.28534174 L4_chemical_B2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.03884371 L4_chemical_B3 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 13.69680056 L4_chemical_C2 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 14.31094158 L4_chemical_C3 +LQ09X030170 Predicted protein 11.40901382 C6_control_A1 +LQ09X030170 Predicted protein 11.49738879 C6_control_A3 +LQ09X030170 Predicted protein 12.14300187 C6_control_B1 +LQ09X030170 Predicted protein 13.34161636 C6_control_B2 +LQ09X030170 Predicted protein 13.30811938 C6_control_B3 +LQ09X030170 Predicted protein 13.57545082 C6_control_C1 +LQ09X030170 Predicted protein 13.93349675 C6_control_C2 +LQ09X030170 Predicted protein 14.43785453 C6_control_C3 +LQ09X030170 Predicted protein 11.49236807 C6_chemical_A1 +LQ09X030170 Predicted protein 11.79553737 C6_chemical_A3 +LQ09X030170 Predicted protein 12.33637086 C6_chemical_B1 +LQ09X030170 Predicted protein 13.26933428 C6_chemical_B2 +LQ09X030170 Predicted protein 13.27729757 C6_chemical_B3 +LQ09X030170 Predicted protein 13.32256948 C6_chemical_C1 +LQ09X030170 Predicted protein 14.25520641 C6_chemical_C2 +LQ09X030170 Predicted protein 14.46328146 C6_chemical_C3 +LQ09X030170 Predicted protein 12.1780579 L4_control_A1 +LQ09X030170 Predicted protein 12.83772139 L4_control_A2 +LQ09X030170 Predicted protein 12.50769332 L4_control_A3 +LQ09X030170 Predicted protein 13.28358863 L4_control_B1 +LQ09X030170 Predicted protein 12.68676184 L4_control_B2 +LQ09X030170 Predicted protein 13.70538773 L4_control_B3 +LQ09X030170 Predicted protein 13.6214056 L4_control_C2 +LQ09X030170 Predicted protein 13.79753557 L4_control_C3 +LQ09X030170 Predicted protein 11.86011376 L4_chemical_A1 +LQ09X030170 Predicted protein 12.3088713 L4_chemical_A2 +LQ09X030170 Predicted protein 12.47463686 L4_chemical_A3 +LQ09X030170 Predicted protein 12.28213558 L4_chemical_B1 +LQ09X030170 Predicted protein 12.44338363 L4_chemical_B2 +LQ09X030170 Predicted protein 13.18757725 L4_chemical_B3 +LQ09X030170 Predicted protein 13.31175691 L4_chemical_C2 +LQ09X030170 Predicted protein 13.59742073 L4_chemical_C3 +LQ09X030200 Putative uncharacterized protein 5.341321409 C6_control_A1 +LQ09X030200 Putative uncharacterized protein 5.373088219 C6_control_A3 +LQ09X030200 Putative uncharacterized protein 5.488100031 C6_control_B1 +LQ09X030200 Putative uncharacterized protein 5.211015771 C6_control_B2 +LQ09X030200 Putative uncharacterized protein 5.296203304 C6_control_B3 +LQ09X030200 Putative uncharacterized protein 5.242986768 C6_control_C1 +LQ09X030200 Putative uncharacterized protein 5.102792471 C6_control_C2 +LQ09X030200 Putative uncharacterized protein 5.173530353 C6_control_C3 +LQ09X030200 Putative uncharacterized protein 5.679006929 C6_chemical_A1 +LQ09X030200 Putative uncharacterized protein 5.016306395 C6_chemical_A3 +LQ09X030200 Putative uncharacterized protein 5.59417677 C6_chemical_B1 +LQ09X030200 Putative uncharacterized protein 5.06095146 C6_chemical_B2 +LQ09X030200 Putative uncharacterized protein 4.785640346 C6_chemical_B3 +LQ09X030200 Putative uncharacterized protein 5.126855094 C6_chemical_C1 +LQ09X030200 Putative uncharacterized protein 4.966911205 C6_chemical_C2 +LQ09X030200 Putative uncharacterized protein 4.860464344 C6_chemical_C3 +LQ09X030200 Putative uncharacterized protein 5.484397971 L4_control_A1 +LQ09X030200 Putative uncharacterized protein 5.547704167 L4_control_A2 +LQ09X030200 Putative uncharacterized protein 5.356231066 L4_control_A3 +LQ09X030200 Putative uncharacterized protein 5.866454858 L4_control_B1 +LQ09X030200 Putative uncharacterized protein 5.223196359 L4_control_B2 +LQ09X030200 Putative uncharacterized protein 5.452831364 L4_control_B3 +LQ09X030200 Putative uncharacterized protein 5.648249152 L4_control_C2 +LQ09X030200 Putative uncharacterized protein 5.177170221 L4_control_C3 +LQ09X030200 Putative uncharacterized protein 5.422207664 L4_chemical_A1 +LQ09X030200 Putative uncharacterized protein 5.211536093 L4_chemical_A2 +LQ09X030200 Putative uncharacterized protein 5.533132494 L4_chemical_A3 +LQ09X030200 Putative uncharacterized protein 5.451973069 L4_chemical_B1 +LQ09X030200 Putative uncharacterized protein 5.140842305 L4_chemical_B2 +LQ09X030200 Putative uncharacterized protein 5.443476564 L4_chemical_B3 +LQ09X030200 Putative uncharacterized protein 5.525196119 L4_chemical_C2 +LQ09X030200 Putative uncharacterized protein 5.687041539 L4_chemical_C3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.04866559 C6_control_A1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 10.828475 C6_control_A3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.73203409 C6_control_B1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 12.27175016 C6_control_B2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.96232879 C6_control_B3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.4518414 C6_control_C1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.55009463 C6_control_C2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.23066476 C6_control_C3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.11852758 C6_chemical_A1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.15997165 C6_chemical_A3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 12.07251778 C6_chemical_B1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 12.40217097 C6_chemical_B2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.86899441 C6_chemical_B3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.09251872 C6_chemical_C1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.38904134 C6_chemical_C2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.4586004 C6_chemical_C3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.23705073 L4_control_A1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.54417486 L4_control_A2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.63706659 L4_control_A3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.78110485 L4_control_B1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 12.51659463 L4_control_B2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 12.50217746 L4_control_B3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.31920371 L4_control_C2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.43175069 L4_control_C3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 10.58654468 L4_chemical_A1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.27583961 L4_chemical_A2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.27357702 L4_chemical_A3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.33533948 L4_chemical_B1 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.61026675 L4_chemical_B2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.9281088 L4_chemical_B3 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 12.97408101 L4_chemical_C2 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 13.57265981 L4_chemical_C3 +LQ09X030220 Cytochrome P450 86A1 6.168641533 C6_control_A1 +LQ09X030220 Cytochrome P450 86A1 5.648725057 C6_control_A3 +LQ09X030220 Cytochrome P450 86A1 6.076323229 C6_control_B1 +LQ09X030220 Cytochrome P450 86A1 5.968405618 C6_control_B2 +LQ09X030220 Cytochrome P450 86A1 5.711979774 C6_control_B3 +LQ09X030220 Cytochrome P450 86A1 6.332618733 C6_control_C1 +LQ09X030220 Cytochrome P450 86A1 5.78512549 C6_control_C2 +LQ09X030220 Cytochrome P450 86A1 6.868758133 C6_control_C3 +LQ09X030220 Cytochrome P450 86A1 6.430357544 C6_chemical_A1 +LQ09X030220 Cytochrome P450 86A1 7.098961986 C6_chemical_A3 +LQ09X030220 Cytochrome P450 86A1 5.898316701 C6_chemical_B1 +LQ09X030220 Cytochrome P450 86A1 5.398412968 C6_chemical_B2 +LQ09X030220 Cytochrome P450 86A1 6.173600008 C6_chemical_B3 +LQ09X030220 Cytochrome P450 86A1 6.292123289 C6_chemical_C1 +LQ09X030220 Cytochrome P450 86A1 6.186370181 C6_chemical_C2 +LQ09X030220 Cytochrome P450 86A1 6.403267634 C6_chemical_C3 +LQ09X030220 Cytochrome P450 86A1 6.158936359 L4_control_A1 +LQ09X030220 Cytochrome P450 86A1 5.982448865 L4_control_A2 +LQ09X030220 Cytochrome P450 86A1 5.368089941 L4_control_A3 +LQ09X030220 Cytochrome P450 86A1 6.278337589 L4_control_B1 +LQ09X030220 Cytochrome P450 86A1 6.169512997 L4_control_B2 +LQ09X030220 Cytochrome P450 86A1 6.582776805 L4_control_B3 +LQ09X030220 Cytochrome P450 86A1 6.43123159 L4_control_C2 +LQ09X030220 Cytochrome P450 86A1 7.467858013 L4_control_C3 +LQ09X030220 Cytochrome P450 86A1 5.853813002 L4_chemical_A1 +LQ09X030220 Cytochrome P450 86A1 6.003903058 L4_chemical_A2 +LQ09X030220 Cytochrome P450 86A1 5.317995047 L4_chemical_A3 +LQ09X030220 Cytochrome P450 86A1 6.29646943 L4_chemical_B1 +LQ09X030220 Cytochrome P450 86A1 5.435308643 L4_chemical_B2 +LQ09X030220 Cytochrome P450 86A1 6.77521548 L4_chemical_B3 +LQ09X030220 Cytochrome P450 86A1 6.998997583 L4_chemical_C2 +LQ09X030220 Cytochrome P450 86A1 7.972613319 L4_chemical_C3 +LQ09X030230 Putative uncharacterized protein 14.70431285 C6_control_A1 +LQ09X030230 Putative uncharacterized protein 14.40398282 C6_control_A3 +LQ09X030230 Putative uncharacterized protein 14.92843404 C6_control_B1 +LQ09X030230 Putative uncharacterized protein 15.52115809 C6_control_B2 +LQ09X030230 Putative uncharacterized protein 14.98567118 C6_control_B3 +LQ09X030230 Putative uncharacterized protein 15.58002327 C6_control_C1 +LQ09X030230 Putative uncharacterized protein 15.46458405 C6_control_C2 +LQ09X030230 Putative uncharacterized protein 15.33650352 C6_control_C3 +LQ09X030230 Putative uncharacterized protein 14.74678167 C6_chemical_A1 +LQ09X030230 Putative uncharacterized protein 13.1398002 C6_chemical_A3 +LQ09X030230 Putative uncharacterized protein 14.89140976 C6_chemical_B1 +LQ09X030230 Putative uncharacterized protein 15.42492778 C6_chemical_B2 +LQ09X030230 Putative uncharacterized protein 14.58196713 C6_chemical_B3 +LQ09X030230 Putative uncharacterized protein 15.54583039 C6_chemical_C1 +LQ09X030230 Putative uncharacterized protein 15.76980564 C6_chemical_C2 +LQ09X030230 Putative uncharacterized protein 15.30895874 C6_chemical_C3 +LQ09X030230 Putative uncharacterized protein 14.18758362 L4_control_A1 +LQ09X030230 Putative uncharacterized protein 14.34104195 L4_control_A2 +LQ09X030230 Putative uncharacterized protein 13.46666475 L4_control_A3 +LQ09X030230 Putative uncharacterized protein 14.77491061 L4_control_B1 +LQ09X030230 Putative uncharacterized protein 13.79320237 L4_control_B2 +LQ09X030230 Putative uncharacterized protein 13.58800138 L4_control_B3 +LQ09X030230 Putative uncharacterized protein 15.37519702 L4_control_C2 +LQ09X030230 Putative uncharacterized protein 14.19725168 L4_control_C3 +LQ09X030230 Putative uncharacterized protein 14.23894882 L4_chemical_A1 +LQ09X030230 Putative uncharacterized protein 14.06459424 L4_chemical_A2 +LQ09X030230 Putative uncharacterized protein 13.30894494 L4_chemical_A3 +LQ09X030230 Putative uncharacterized protein 14.63554958 L4_chemical_B1 +LQ09X030230 Putative uncharacterized protein 14.52234656 L4_chemical_B2 +LQ09X030230 Putative uncharacterized protein 14.46859912 L4_chemical_B3 +LQ09X030230 Putative uncharacterized protein 14.86937064 L4_chemical_C2 +LQ09X030230 Putative uncharacterized protein 14.796939 L4_chemical_C3 +LQ09X030250 Josephin-like protein 5.418855056 C6_control_A1 +LQ09X030250 Josephin-like protein 5.217228843 C6_control_A3 +LQ09X030250 Josephin-like protein 5.442719805 C6_control_B1 +LQ09X030250 Josephin-like protein 5.427972569 C6_control_B2 +LQ09X030250 Josephin-like protein 5.224464486 C6_control_B3 +LQ09X030250 Josephin-like protein 5.144179301 C6_control_C1 +LQ09X030250 Josephin-like protein 5.362007387 C6_control_C2 +LQ09X030250 Josephin-like protein 5.448962104 C6_control_C3 +LQ09X030250 Josephin-like protein 5.718952084 C6_chemical_A1 +LQ09X030250 Josephin-like protein 5.537167912 C6_chemical_A3 +LQ09X030250 Josephin-like protein 5.23688597 C6_chemical_B1 +LQ09X030250 Josephin-like protein 5.243397579 C6_chemical_B2 +LQ09X030250 Josephin-like protein 5.255658533 C6_chemical_B3 +LQ09X030250 Josephin-like protein 5.608001009 C6_chemical_C1 +LQ09X030250 Josephin-like protein 5.351818933 C6_chemical_C2 +LQ09X030250 Josephin-like protein 4.9506366 C6_chemical_C3 +LQ09X030250 Josephin-like protein 5.584279257 L4_control_A1 +LQ09X030250 Josephin-like protein 5.431654892 L4_control_A2 +LQ09X030250 Josephin-like protein 5.280491142 L4_control_A3 +LQ09X030250 Josephin-like protein 5.889113932 L4_control_B1 +LQ09X030250 Josephin-like protein 6.030145323 L4_control_B2 +LQ09X030250 Josephin-like protein 5.453085619 L4_control_B3 +LQ09X030250 Josephin-like protein 5.153810072 L4_control_C2 +LQ09X030250 Josephin-like protein 5.191908355 L4_control_C3 +LQ09X030250 Josephin-like protein 5.357490997 L4_chemical_A1 +LQ09X030250 Josephin-like protein 5.699721703 L4_chemical_A2 +LQ09X030250 Josephin-like protein 5.375080886 L4_chemical_A3 +LQ09X030250 Josephin-like protein 5.522830286 L4_chemical_B1 +LQ09X030250 Josephin-like protein 5.91660433 L4_chemical_B2 +LQ09X030250 Josephin-like protein 5.45812708 L4_chemical_B3 +LQ09X030250 Josephin-like protein 5.117795212 L4_chemical_C2 +LQ09X030250 Josephin-like protein 5.063828772 L4_chemical_C3 +LQ09X030280 Phosphomethylpyrimidine synthase 12.37873067 C6_control_A1 +LQ09X030280 Phosphomethylpyrimidine synthase 12.57367551 C6_control_A3 +LQ09X030280 Phosphomethylpyrimidine synthase 13.46164504 C6_control_B1 +LQ09X030280 Phosphomethylpyrimidine synthase 13.9537286 C6_control_B2 +LQ09X030280 Phosphomethylpyrimidine synthase 14.28036673 C6_control_B3 +LQ09X030280 Phosphomethylpyrimidine synthase 13.80330169 C6_control_C1 +LQ09X030280 Phosphomethylpyrimidine synthase 14.11216745 C6_control_C2 +LQ09X030280 Phosphomethylpyrimidine synthase 14.56483709 C6_control_C3 +LQ09X030280 Phosphomethylpyrimidine synthase 12.39151437 C6_chemical_A1 +LQ09X030280 Phosphomethylpyrimidine synthase 13.59059064 C6_chemical_A3 +LQ09X030280 Phosphomethylpyrimidine synthase 13.59267557 C6_chemical_B1 +LQ09X030280 Phosphomethylpyrimidine synthase 14.07896422 C6_chemical_B2 +LQ09X030280 Phosphomethylpyrimidine synthase 14.38203154 C6_chemical_B3 +LQ09X030280 Phosphomethylpyrimidine synthase 13.53947334 C6_chemical_C1 +LQ09X030280 Phosphomethylpyrimidine synthase 13.9709251 C6_chemical_C2 +LQ09X030280 Phosphomethylpyrimidine synthase 13.88575672 C6_chemical_C3 +LQ09X030280 Phosphomethylpyrimidine synthase 12.22679884 L4_control_A1 +LQ09X030280 Phosphomethylpyrimidine synthase 12.42723257 L4_control_A2 +LQ09X030280 Phosphomethylpyrimidine synthase 12.42788818 L4_control_A3 +LQ09X030280 Phosphomethylpyrimidine synthase 13.5745227 L4_control_B1 +LQ09X030280 Phosphomethylpyrimidine synthase 13.60998629 L4_control_B2 +LQ09X030280 Phosphomethylpyrimidine synthase 14.29560151 L4_control_B3 +LQ09X030280 Phosphomethylpyrimidine synthase 14.55711375 L4_control_C2 +LQ09X030280 Phosphomethylpyrimidine synthase 14.11003785 L4_control_C3 +LQ09X030280 Phosphomethylpyrimidine synthase 12.38866868 L4_chemical_A1 +LQ09X030280 Phosphomethylpyrimidine synthase 12.913058 L4_chemical_A2 +LQ09X030280 Phosphomethylpyrimidine synthase 12.2786201 L4_chemical_A3 +LQ09X030280 Phosphomethylpyrimidine synthase 13.14155935 L4_chemical_B1 +LQ09X030280 Phosphomethylpyrimidine synthase 13.39633277 L4_chemical_B2 +LQ09X030280 Phosphomethylpyrimidine synthase 13.39124883 L4_chemical_B3 +LQ09X030280 Phosphomethylpyrimidine synthase 14.06825115 L4_chemical_C2 +LQ09X030280 Phosphomethylpyrimidine synthase 13.9769066 L4_chemical_C3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.109392988 C6_control_A1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.599691752 C6_control_A3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.367473019 C6_control_B1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.329219819 C6_control_B2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.279536406 C6_control_B3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.429605997 C6_control_C1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 7.010937771 C6_control_C2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.520726696 C6_control_C3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.24235379 C6_chemical_A1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.219898836 C6_chemical_A3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.574168868 C6_chemical_B1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.84337805 C6_chemical_B2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.189734343 C6_chemical_B3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.833540839 C6_chemical_C1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.554091595 C6_chemical_C2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.532351103 C6_chemical_C3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.035756013 L4_control_A1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.384633953 L4_control_A2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.323207814 L4_control_A3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.098651723 L4_control_B1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.076681347 L4_control_B2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.3527976 L4_control_B3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 4.790501923 L4_control_C2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 6.189870653 L4_control_C3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.259240154 L4_chemical_A1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.128951254 L4_chemical_A2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.407848826 L4_chemical_A3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.128263302 L4_chemical_B1 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.216489283 L4_chemical_B2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.252110372 L4_chemical_B3 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 4.980361824 L4_chemical_C2 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.318813492 L4_chemical_C3 +LQ09X030320 Putative Lysosomal beta glucosidase 13.1118044 C6_control_A1 +LQ09X030320 Putative Lysosomal beta glucosidase 12.58825809 C6_control_A3 +LQ09X030320 Putative Lysosomal beta glucosidase 12.45483348 C6_control_B1 +LQ09X030320 Putative Lysosomal beta glucosidase 12.42583724 C6_control_B2 +LQ09X030320 Putative Lysosomal beta glucosidase 12.65929672 C6_control_B3 +LQ09X030320 Putative Lysosomal beta glucosidase 12.29883009 C6_control_C1 +LQ09X030320 Putative Lysosomal beta glucosidase 11.92347483 C6_control_C2 +LQ09X030320 Putative Lysosomal beta glucosidase 12.38796796 C6_control_C3 +LQ09X030320 Putative Lysosomal beta glucosidase 12.91653705 C6_chemical_A1 +LQ09X030320 Putative Lysosomal beta glucosidase 12.8433351 C6_chemical_A3 +LQ09X030320 Putative Lysosomal beta glucosidase 12.3784875 C6_chemical_B1 +LQ09X030320 Putative Lysosomal beta glucosidase 12.12110095 C6_chemical_B2 +LQ09X030320 Putative Lysosomal beta glucosidase 12.54537583 C6_chemical_B3 +LQ09X030320 Putative Lysosomal beta glucosidase 12.22659907 C6_chemical_C1 +LQ09X030320 Putative Lysosomal beta glucosidase 12.0612956 C6_chemical_C2 +LQ09X030320 Putative Lysosomal beta glucosidase 12.34263235 C6_chemical_C3 +LQ09X030320 Putative Lysosomal beta glucosidase 13.06799044 L4_control_A1 +LQ09X030320 Putative Lysosomal beta glucosidase 11.92216495 L4_control_A2 +LQ09X030320 Putative Lysosomal beta glucosidase 12.06970776 L4_control_A3 +LQ09X030320 Putative Lysosomal beta glucosidase 12.51695304 L4_control_B1 +LQ09X030320 Putative Lysosomal beta glucosidase 12.09985376 L4_control_B2 +LQ09X030320 Putative Lysosomal beta glucosidase 11.9624074 L4_control_B3 +LQ09X030320 Putative Lysosomal beta glucosidase 11.8783826 L4_control_C2 +LQ09X030320 Putative Lysosomal beta glucosidase 12.0620277 L4_control_C3 +LQ09X030320 Putative Lysosomal beta glucosidase 13.1137232 L4_chemical_A1 +LQ09X030320 Putative Lysosomal beta glucosidase 11.90574598 L4_chemical_A2 +LQ09X030320 Putative Lysosomal beta glucosidase 13.12855111 L4_chemical_A3 +LQ09X030320 Putative Lysosomal beta glucosidase 13.04155779 L4_chemical_B1 +LQ09X030320 Putative Lysosomal beta glucosidase 12.03231887 L4_chemical_B2 +LQ09X030320 Putative Lysosomal beta glucosidase 12.34683141 L4_chemical_B3 +LQ09X030320 Putative Lysosomal beta glucosidase 11.671225 L4_chemical_C2 +LQ09X030320 Putative Lysosomal beta glucosidase 12.30823848 L4_chemical_C3 +LQ09X030340 DNA binding protein, putative 13.38069552 C6_control_A1 +LQ09X030340 DNA binding protein, putative 13.27473053 C6_control_A3 +LQ09X030340 DNA binding protein, putative 13.79842015 C6_control_B1 +LQ09X030340 DNA binding protein, putative 13.04978375 C6_control_B2 +LQ09X030340 DNA binding protein, putative 13.86255428 C6_control_B3 +LQ09X030340 DNA binding protein, putative 12.85811127 C6_control_C1 +LQ09X030340 DNA binding protein, putative 13.06908579 C6_control_C2 +LQ09X030340 DNA binding protein, putative 13.60453723 C6_control_C3 +LQ09X030340 DNA binding protein, putative 13.51735886 C6_chemical_A1 +LQ09X030340 DNA binding protein, putative 13.69979876 C6_chemical_A3 +LQ09X030340 DNA binding protein, putative 13.55484432 C6_chemical_B1 +LQ09X030340 DNA binding protein, putative 12.70865241 C6_chemical_B2 +LQ09X030340 DNA binding protein, putative 14.04372006 C6_chemical_B3 +LQ09X030340 DNA binding protein, putative 12.8384204 C6_chemical_C1 +LQ09X030340 DNA binding protein, putative 12.55123276 C6_chemical_C2 +LQ09X030340 DNA binding protein, putative 12.7923954 C6_chemical_C3 +LQ09X030340 DNA binding protein, putative 12.64024549 L4_control_A1 +LQ09X030340 DNA binding protein, putative 12.92819552 L4_control_A2 +LQ09X030340 DNA binding protein, putative 12.02148609 L4_control_A3 +LQ09X030340 DNA binding protein, putative 13.70328175 L4_control_B1 +LQ09X030340 DNA binding protein, putative 13.45088205 L4_control_B2 +LQ09X030340 DNA binding protein, putative 13.82623398 L4_control_B3 +LQ09X030340 DNA binding protein, putative 13.27524037 L4_control_C2 +LQ09X030340 DNA binding protein, putative 13.92458776 L4_control_C3 +LQ09X030340 DNA binding protein, putative 12.72189722 L4_chemical_A1 +LQ09X030340 DNA binding protein, putative 13.00435126 L4_chemical_A2 +LQ09X030340 DNA binding protein, putative 12.25582179 L4_chemical_A3 +LQ09X030340 DNA binding protein, putative 13.63628072 L4_chemical_B1 +LQ09X030340 DNA binding protein, putative 13.69456696 L4_chemical_B2 +LQ09X030340 DNA binding protein, putative 13.41453235 L4_chemical_B3 +LQ09X030340 DNA binding protein, putative 13.12685223 L4_chemical_C2 +LQ09X030340 DNA binding protein, putative 13.39117322 L4_chemical_C3 +LQ09X030350 Laccase-4 5.48038493 C6_control_A1 +LQ09X030350 Laccase-4 5.180112226 C6_control_A3 +LQ09X030350 Laccase-4 5.564861917 C6_control_B1 +LQ09X030350 Laccase-4 5.567032904 C6_control_B2 +LQ09X030350 Laccase-4 5.499699779 C6_control_B3 +LQ09X030350 Laccase-4 5.014333542 C6_control_C1 +LQ09X030350 Laccase-4 4.995903358 C6_control_C2 +LQ09X030350 Laccase-4 5.273788393 C6_control_C3 +LQ09X030350 Laccase-4 5.345358374 C6_chemical_A1 +LQ09X030350 Laccase-4 5.403433962 C6_chemical_A3 +LQ09X030350 Laccase-4 5.849499982 C6_chemical_B1 +LQ09X030350 Laccase-4 5.544698924 C6_chemical_B2 +LQ09X030350 Laccase-4 5.436525151 C6_chemical_B3 +LQ09X030350 Laccase-4 5.298513011 C6_chemical_C1 +LQ09X030350 Laccase-4 5.14227523 C6_chemical_C2 +LQ09X030350 Laccase-4 5.445072806 C6_chemical_C3 +LQ09X030350 Laccase-4 5.299767354 L4_control_A1 +LQ09X030350 Laccase-4 5.936935251 L4_control_A2 +LQ09X030350 Laccase-4 5.126195106 L4_control_A3 +LQ09X030350 Laccase-4 5.21243486 L4_control_B1 +LQ09X030350 Laccase-4 5.409447655 L4_control_B2 +LQ09X030350 Laccase-4 6.209171768 L4_control_B3 +LQ09X030350 Laccase-4 6.045804348 L4_control_C2 +LQ09X030350 Laccase-4 5.383338199 L4_control_C3 +LQ09X030350 Laccase-4 5.593145081 L4_chemical_A1 +LQ09X030350 Laccase-4 5.650591288 L4_chemical_A2 +LQ09X030350 Laccase-4 4.946317846 L4_chemical_A3 +LQ09X030350 Laccase-4 5.047130515 L4_chemical_B1 +LQ09X030350 Laccase-4 5.541628601 L4_chemical_B2 +LQ09X030350 Laccase-4 5.75210082 L4_chemical_B3 +LQ09X030350 Laccase-4 5.565885817 L4_chemical_C2 +LQ09X030350 Laccase-4 5.122013907 L4_chemical_C3 +LQ09X030360 Peptide transporter PTR1 8.575028814 C6_control_A1 +LQ09X030360 Peptide transporter PTR1 7.643678342 C6_control_A3 +LQ09X030360 Peptide transporter PTR1 9.50926364 C6_control_B1 +LQ09X030360 Peptide transporter PTR1 9.274282988 C6_control_B2 +LQ09X030360 Peptide transporter PTR1 10.24714257 C6_control_B3 +LQ09X030360 Peptide transporter PTR1 11.63049881 C6_control_C1 +LQ09X030360 Peptide transporter PTR1 11.30282644 C6_control_C2 +LQ09X030360 Peptide transporter PTR1 11.77199585 C6_control_C3 +LQ09X030360 Peptide transporter PTR1 8.276771799 C6_chemical_A1 +LQ09X030360 Peptide transporter PTR1 8.571413101 C6_chemical_A3 +LQ09X030360 Peptide transporter PTR1 9.955784939 C6_chemical_B1 +LQ09X030360 Peptide transporter PTR1 9.580298873 C6_chemical_B2 +LQ09X030360 Peptide transporter PTR1 10.92604099 C6_chemical_B3 +LQ09X030360 Peptide transporter PTR1 11.28715834 C6_chemical_C1 +LQ09X030360 Peptide transporter PTR1 11.14466772 C6_chemical_C2 +LQ09X030360 Peptide transporter PTR1 11.88569611 C6_chemical_C3 +LQ09X030360 Peptide transporter PTR1 8.511645304 L4_control_A1 +LQ09X030360 Peptide transporter PTR1 8.198833334 L4_control_A2 +LQ09X030360 Peptide transporter PTR1 7.678719478 L4_control_A3 +LQ09X030360 Peptide transporter PTR1 10.76025509 L4_control_B1 +LQ09X030360 Peptide transporter PTR1 10.15298013 L4_control_B2 +LQ09X030360 Peptide transporter PTR1 10.58464649 L4_control_B3 +LQ09X030360 Peptide transporter PTR1 12.45101331 L4_control_C2 +LQ09X030360 Peptide transporter PTR1 12.34707753 L4_control_C3 +LQ09X030360 Peptide transporter PTR1 9.199369912 L4_chemical_A1 +LQ09X030360 Peptide transporter PTR1 8.920333815 L4_chemical_A2 +LQ09X030360 Peptide transporter PTR1 9.084194388 L4_chemical_A3 +LQ09X030360 Peptide transporter PTR1 11.60608195 L4_chemical_B1 +LQ09X030360 Peptide transporter PTR1 9.979723388 L4_chemical_B2 +LQ09X030360 Peptide transporter PTR1 10.17548086 L4_chemical_B3 +LQ09X030360 Peptide transporter PTR1 11.82767641 L4_chemical_C2 +LQ09X030360 Peptide transporter PTR1 12.08509826 L4_chemical_C3 +LQ09X030370 Peptide transporter PTR1 7.333235714 C6_control_A1 +LQ09X030370 Peptide transporter PTR1 6.419436312 C6_control_A3 +LQ09X030370 Peptide transporter PTR1 7.859015752 C6_control_B1 +LQ09X030370 Peptide transporter PTR1 8.004148582 C6_control_B2 +LQ09X030370 Peptide transporter PTR1 7.703092256 C6_control_B3 +LQ09X030370 Peptide transporter PTR1 10.30223227 C6_control_C1 +LQ09X030370 Peptide transporter PTR1 10.09466881 C6_control_C2 +LQ09X030370 Peptide transporter PTR1 10.8853213 C6_control_C3 +LQ09X030370 Peptide transporter PTR1 7.260459625 C6_chemical_A1 +LQ09X030370 Peptide transporter PTR1 7.841790694 C6_chemical_A3 +LQ09X030370 Peptide transporter PTR1 7.344059535 C6_chemical_B1 +LQ09X030370 Peptide transporter PTR1 8.190403686 C6_chemical_B2 +LQ09X030370 Peptide transporter PTR1 8.01510233 C6_chemical_B3 +LQ09X030370 Peptide transporter PTR1 9.843631822 C6_chemical_C1 +LQ09X030370 Peptide transporter PTR1 10.28506718 C6_chemical_C2 +LQ09X030370 Peptide transporter PTR1 11.16461544 C6_chemical_C3 +LQ09X030370 Peptide transporter PTR1 7.786298852 L4_control_A1 +LQ09X030370 Peptide transporter PTR1 7.634538354 L4_control_A2 +LQ09X030370 Peptide transporter PTR1 7.003241847 L4_control_A3 +LQ09X030370 Peptide transporter PTR1 8.838708616 L4_control_B1 +LQ09X030370 Peptide transporter PTR1 8.599970391 L4_control_B2 +LQ09X030370 Peptide transporter PTR1 10.09606426 L4_control_B3 +LQ09X030370 Peptide transporter PTR1 11.40097932 L4_control_C2 +LQ09X030370 Peptide transporter PTR1 11.99401833 L4_control_C3 +LQ09X030370 Peptide transporter PTR1 7.84806951 L4_chemical_A1 +LQ09X030370 Peptide transporter PTR1 7.460511111 L4_chemical_A2 +LQ09X030370 Peptide transporter PTR1 7.10571077 L4_chemical_A3 +LQ09X030370 Peptide transporter PTR1 8.119387314 L4_chemical_B1 +LQ09X030370 Peptide transporter PTR1 8.077028995 L4_chemical_B2 +LQ09X030370 Peptide transporter PTR1 8.649897698 L4_chemical_B3 +LQ09X030370 Peptide transporter PTR1 11.14570539 L4_chemical_C2 +LQ09X030370 Peptide transporter PTR1 11.87438558 L4_chemical_C3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.629588264 C6_control_A1 +LQ09X030380 Acyl-CoA thioesterase, putative 7.49178893 C6_control_A3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.804794655 C6_control_B1 +LQ09X030380 Acyl-CoA thioesterase, putative 5.227052404 C6_control_B2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.822943672 C6_control_B3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.290479796 C6_control_C1 +LQ09X030380 Acyl-CoA thioesterase, putative 6.692133648 C6_control_C2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.261516784 C6_control_C3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.67779972 C6_chemical_A1 +LQ09X030380 Acyl-CoA thioesterase, putative 5.843473619 C6_chemical_A3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.045740483 C6_chemical_B1 +LQ09X030380 Acyl-CoA thioesterase, putative 5.641643079 C6_chemical_B2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.268044355 C6_chemical_B3 +LQ09X030380 Acyl-CoA thioesterase, putative 4.957612372 C6_chemical_C1 +LQ09X030380 Acyl-CoA thioesterase, putative 5.376439412 C6_chemical_C2 +LQ09X030380 Acyl-CoA thioesterase, putative 4.997919425 C6_chemical_C3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.53198394 L4_control_A1 +LQ09X030380 Acyl-CoA thioesterase, putative 5.324199252 L4_control_A2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.67274472 L4_control_A3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.881867732 L4_control_B1 +LQ09X030380 Acyl-CoA thioesterase, putative 5.463149643 L4_control_B2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.251617412 L4_control_B3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.442458589 L4_control_C2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.59006052 L4_control_C3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.00801657 L4_chemical_A1 +LQ09X030380 Acyl-CoA thioesterase, putative 5.497410322 L4_chemical_A2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.547692563 L4_chemical_A3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.602501395 L4_chemical_B1 +LQ09X030380 Acyl-CoA thioesterase, putative 5.148735182 L4_chemical_B2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.460684966 L4_chemical_B3 +LQ09X030380 Acyl-CoA thioesterase, putative 5.460589886 L4_chemical_C2 +LQ09X030380 Acyl-CoA thioesterase, putative 5.747697064 L4_chemical_C3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.42053883 C6_control_A1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.729784983 C6_control_A3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.367249311 C6_control_B1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.79479 C6_control_B2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 6.036569637 C6_control_B3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.356556303 C6_control_C1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.451513445 C6_control_C2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.223787268 C6_control_C3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.709179408 C6_chemical_A1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.341435868 C6_chemical_A3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.923896509 C6_chemical_B1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.46866264 C6_chemical_B2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.622398734 C6_chemical_B3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 4.884041746 C6_chemical_C1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.506827798 C6_chemical_C2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.551823858 C6_chemical_C3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.108131806 L4_control_A1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.235026243 L4_control_A2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.887804035 L4_control_A3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.58000538 L4_control_B1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.695790294 L4_control_B2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.288950596 L4_control_B3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 6.014351498 L4_control_C2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.317408169 L4_control_C3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.591604224 L4_chemical_A1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.425899627 L4_chemical_A2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.244361234 L4_chemical_A3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.903917304 L4_chemical_B1 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.657136788 L4_chemical_B2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.420966246 L4_chemical_B3 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.404932209 L4_chemical_C2 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.155481195 L4_chemical_C3 +LQ09X030400 Putative uncharacterized protein 5.914307032 C6_control_A1 +LQ09X030400 Putative uncharacterized protein 5.915274811 C6_control_A3 +LQ09X030400 Putative uncharacterized protein 5.510874337 C6_control_B1 +LQ09X030400 Putative uncharacterized protein 5.83825657 C6_control_B2 +LQ09X030400 Putative uncharacterized protein 5.859738442 C6_control_B3 +LQ09X030400 Putative uncharacterized protein 5.255719241 C6_control_C1 +LQ09X030400 Putative uncharacterized protein 6.262025305 C6_control_C2 +LQ09X030400 Putative uncharacterized protein 5.468473346 C6_control_C3 +LQ09X030400 Putative uncharacterized protein 5.491369623 C6_chemical_A1 +LQ09X030400 Putative uncharacterized protein 5.296335111 C6_chemical_A3 +LQ09X030400 Putative uncharacterized protein 5.788405299 C6_chemical_B1 +LQ09X030400 Putative uncharacterized protein 5.364896756 C6_chemical_B2 +LQ09X030400 Putative uncharacterized protein 6.062831778 C6_chemical_B3 +LQ09X030400 Putative uncharacterized protein 5.24492191 C6_chemical_C1 +LQ09X030400 Putative uncharacterized protein 5.054292021 C6_chemical_C2 +LQ09X030400 Putative uncharacterized protein 5.050917335 C6_chemical_C3 +LQ09X030400 Putative uncharacterized protein 5.26144779 L4_control_A1 +LQ09X030400 Putative uncharacterized protein 5.821686154 L4_control_A2 +LQ09X030400 Putative uncharacterized protein 5.632973292 L4_control_A3 +LQ09X030400 Putative uncharacterized protein 5.448039111 L4_control_B1 +LQ09X030400 Putative uncharacterized protein 5.550815721 L4_control_B2 +LQ09X030400 Putative uncharacterized protein 5.886053586 L4_control_B3 +LQ09X030400 Putative uncharacterized protein 5.960469564 L4_control_C2 +LQ09X030400 Putative uncharacterized protein 5.260170301 L4_control_C3 +LQ09X030400 Putative uncharacterized protein 5.384344407 L4_chemical_A1 +LQ09X030400 Putative uncharacterized protein 5.888881204 L4_chemical_A2 +LQ09X030400 Putative uncharacterized protein 5.309608372 L4_chemical_A3 +LQ09X030400 Putative uncharacterized protein 5.070919418 L4_chemical_B1 +LQ09X030400 Putative uncharacterized protein 5.19912141 L4_chemical_B2 +LQ09X030400 Putative uncharacterized protein 5.605681106 L4_chemical_B3 +LQ09X030400 Putative uncharacterized protein 6.104910731 L4_chemical_C2 +LQ09X030400 Putative uncharacterized protein 5.596313762 L4_chemical_C3 +LQ09X030410 Probable anion transporter 4, chloroplastic 10.95469246 C6_control_A1 +LQ09X030410 Probable anion transporter 4, chloroplastic 10.79048393 C6_control_A3 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.16707919 C6_control_B1 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.68532607 C6_control_B2 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.5522224 C6_control_B3 +LQ09X030410 Probable anion transporter 4, chloroplastic 12.16272135 C6_control_C1 +LQ09X030410 Probable anion transporter 4, chloroplastic 12.09178968 C6_control_C2 +LQ09X030410 Probable anion transporter 4, chloroplastic 12.63432111 C6_control_C3 +LQ09X030410 Probable anion transporter 4, chloroplastic 10.91955073 C6_chemical_A1 +LQ09X030410 Probable anion transporter 4, chloroplastic 10.91873958 C6_chemical_A3 +LQ09X030410 Probable anion transporter 4, chloroplastic 10.94741171 C6_chemical_B1 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.4185168 C6_chemical_B2 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.56360957 C6_chemical_B3 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.89525014 C6_chemical_C1 +LQ09X030410 Probable anion transporter 4, chloroplastic 12.12537708 C6_chemical_C2 +LQ09X030410 Probable anion transporter 4, chloroplastic 12.26030545 C6_chemical_C3 +LQ09X030410 Probable anion transporter 4, chloroplastic 10.91450776 L4_control_A1 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.73192126 L4_control_A2 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.16742305 L4_control_A3 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.50600232 L4_control_B1 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.09663947 L4_control_B2 +LQ09X030410 Probable anion transporter 4, chloroplastic 12.02295596 L4_control_B3 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.551679 L4_control_C2 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.5686926 L4_control_C3 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.28734651 L4_chemical_A1 +LQ09X030410 Probable anion transporter 4, chloroplastic 12.12236486 L4_chemical_A2 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.26082054 L4_chemical_A3 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.51694925 L4_chemical_B1 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.50810794 L4_chemical_B2 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.49381725 L4_chemical_B3 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.81529886 L4_chemical_C2 +LQ09X030410 Probable anion transporter 4, chloroplastic 11.66190382 L4_chemical_C3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.738653808 C6_control_A1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.501937949 C6_control_A3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.561013866 C6_control_B1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.422721147 C6_control_B2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.606228179 C6_control_B3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.527327416 C6_control_C1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.581530495 C6_control_C2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.899885369 C6_control_C3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.811178487 C6_chemical_A1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.29727555 C6_chemical_A3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.837744628 C6_chemical_B1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.348136642 C6_chemical_B2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.557345569 C6_chemical_B3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.315824302 C6_chemical_C1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.353337223 C6_chemical_C2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.981734523 C6_chemical_C3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.231462314 L4_control_A1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 6.010938896 L4_control_A2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.422777084 L4_control_A3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.419746884 L4_control_B1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.919796633 L4_control_B2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.267607354 L4_control_B3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.734683028 L4_control_C2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.399650414 L4_control_C3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.0263908 L4_chemical_A1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.365587057 L4_chemical_A2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.356401815 L4_chemical_A3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.37221175 L4_chemical_B1 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.984891885 L4_chemical_B2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.083712544 L4_chemical_B3 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.383994474 L4_chemical_C2 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.766730827 L4_chemical_C3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.181642817 C6_control_A1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.653893572 C6_control_A3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.882920991 C6_control_B1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.521528158 C6_control_B2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.174757288 C6_control_B3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 6.102052936 C6_control_C1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 7.238298997 C6_control_C2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.885021783 C6_control_C3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.357108874 C6_chemical_A1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.406006029 C6_chemical_A3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.593267507 C6_chemical_B1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.903794914 C6_chemical_B2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.585967225 C6_chemical_B3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.502392047 C6_chemical_C1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.534610209 C6_chemical_C2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.243309996 C6_chemical_C3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.463030492 L4_control_A1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.124871448 L4_control_A2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.21799899 L4_control_A3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 6.090376955 L4_control_B1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.215934509 L4_control_B2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.841444226 L4_control_B3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 6.233726487 L4_control_C2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 6.629871878 L4_control_C3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.599698008 L4_chemical_A1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.393676458 L4_chemical_A2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.422762319 L4_chemical_A3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.382027364 L4_chemical_B1 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.125359969 L4_chemical_B2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.483923093 L4_chemical_B3 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 6.178158983 L4_chemical_C2 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.679877761 L4_chemical_C3 +LQ09X030440 Predicted protein 6.76549932 C6_control_A1 +LQ09X030440 Predicted protein 7.076612614 C6_control_A3 +LQ09X030440 Predicted protein 7.90674026 C6_control_B1 +LQ09X030440 Predicted protein 6.943463121 C6_control_B2 +LQ09X030440 Predicted protein 7.458783591 C6_control_B3 +LQ09X030440 Predicted protein 8.792987161 C6_control_C1 +LQ09X030440 Predicted protein 8.337032777 C6_control_C2 +LQ09X030440 Predicted protein 8.605796343 C6_control_C3 +LQ09X030440 Predicted protein 6.897192317 C6_chemical_A1 +LQ09X030440 Predicted protein 7.032630579 C6_chemical_A3 +LQ09X030440 Predicted protein 7.816778816 C6_chemical_B1 +LQ09X030440 Predicted protein 7.493653342 C6_chemical_B2 +LQ09X030440 Predicted protein 7.068327062 C6_chemical_B3 +LQ09X030440 Predicted protein 9.073320006 C6_chemical_C1 +LQ09X030440 Predicted protein 8.987164803 C6_chemical_C2 +LQ09X030440 Predicted protein 8.9636082 C6_chemical_C3 +LQ09X030440 Predicted protein 6.681697839 L4_control_A1 +LQ09X030440 Predicted protein 6.779822365 L4_control_A2 +LQ09X030440 Predicted protein 7.565062498 L4_control_A3 +LQ09X030440 Predicted protein 7.976955869 L4_control_B1 +LQ09X030440 Predicted protein 6.91404469 L4_control_B2 +LQ09X030440 Predicted protein 7.276629874 L4_control_B3 +LQ09X030440 Predicted protein 9.002543666 L4_control_C2 +LQ09X030440 Predicted protein 8.633913813 L4_control_C3 +LQ09X030440 Predicted protein 7.255667423 L4_chemical_A1 +LQ09X030440 Predicted protein 8.047445806 L4_chemical_A2 +LQ09X030440 Predicted protein 6.958806671 L4_chemical_A3 +LQ09X030440 Predicted protein 8.555561794 L4_chemical_B1 +LQ09X030440 Predicted protein 8.060439337 L4_chemical_B2 +LQ09X030440 Predicted protein 7.382261633 L4_chemical_B3 +LQ09X030440 Predicted protein 10.24747923 L4_chemical_C2 +LQ09X030440 Predicted protein 9.257465643 L4_chemical_C3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.41426628 C6_control_A1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 12.39747517 C6_control_A3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.11501759 C6_control_B1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 9.963444163 C6_control_B2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.02602636 C6_control_B3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 8.496308511 C6_control_C1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 8.43650847 C6_control_C2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 9.432126032 C6_control_C3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.46466331 C6_chemical_A1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 12.37249341 C6_chemical_A3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.34815229 C6_chemical_B1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 9.938852251 C6_chemical_B2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.25724523 C6_chemical_B3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 8.207065886 C6_chemical_C1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 7.430023598 C6_chemical_C2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 8.456325246 C6_chemical_C3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.66723146 L4_control_A1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.73621412 L4_control_A2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 12.47378447 L4_control_A3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.47364782 L4_control_B1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.92321581 L4_control_B2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 10.0542422 L4_control_B3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 8.289580676 L4_control_C2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 9.468314944 L4_control_C3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.69073865 L4_chemical_A1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 12.23489379 L4_chemical_A2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 12.18268581 L4_chemical_A3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.9412709 L4_chemical_B1 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.6045103 L4_chemical_B2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.78489431 L4_chemical_B3 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 9.190361704 L4_chemical_C2 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 9.001397342 L4_chemical_C3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.393839832 C6_control_A1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.485710498 C6_control_A3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.156450928 C6_control_B1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.24333727 C6_control_B2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 4.930493902 C6_control_B3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.058500602 C6_control_C1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 4.847876332 C6_control_C2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.036099602 C6_control_C3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.010748644 C6_chemical_A1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.36638685 C6_chemical_A3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.563519238 C6_chemical_B1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.301960669 C6_chemical_B2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.280329551 C6_chemical_B3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 4.773388229 C6_chemical_C1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 4.864956811 C6_chemical_C2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.139362824 C6_chemical_C3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 4.944941252 L4_control_A1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.217856345 L4_control_A2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.361991134 L4_control_A3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.603342008 L4_control_B1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.322453913 L4_control_B2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.110986291 L4_control_B3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.378299081 L4_control_C2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.17425423 L4_control_C3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.259791809 L4_chemical_A1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.289161785 L4_chemical_A2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.071504361 L4_chemical_A3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.312719835 L4_chemical_B1 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.119973077 L4_chemical_B2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.062767218 L4_chemical_B3 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.449238737 L4_chemical_C2 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 4.929219965 L4_chemical_C3 +LQ09X030500 Proliferating cell nuclear antigen 5.823791451 C6_control_A1 +LQ09X030500 Proliferating cell nuclear antigen 6.926105713 C6_control_A3 +LQ09X030500 Proliferating cell nuclear antigen 5.589638044 C6_control_B1 +LQ09X030500 Proliferating cell nuclear antigen 5.566642928 C6_control_B2 +LQ09X030500 Proliferating cell nuclear antigen 5.043401841 C6_control_B3 +LQ09X030500 Proliferating cell nuclear antigen 4.975403245 C6_control_C1 +LQ09X030500 Proliferating cell nuclear antigen 5.794103151 C6_control_C2 +LQ09X030500 Proliferating cell nuclear antigen 5.220029493 C6_control_C3 +LQ09X030500 Proliferating cell nuclear antigen 5.337712595 C6_chemical_A1 +LQ09X030500 Proliferating cell nuclear antigen 5.454467188 C6_chemical_A3 +LQ09X030500 Proliferating cell nuclear antigen 5.155434882 C6_chemical_B1 +LQ09X030500 Proliferating cell nuclear antigen 4.933497422 C6_chemical_B2 +LQ09X030500 Proliferating cell nuclear antigen 5.497408874 C6_chemical_B3 +LQ09X030500 Proliferating cell nuclear antigen 5.062019124 C6_chemical_C1 +LQ09X030500 Proliferating cell nuclear antigen 5.467575438 C6_chemical_C2 +LQ09X030500 Proliferating cell nuclear antigen 5.119207419 C6_chemical_C3 +LQ09X030500 Proliferating cell nuclear antigen 5.861028179 L4_control_A1 +LQ09X030500 Proliferating cell nuclear antigen 5.800852869 L4_control_A2 +LQ09X030500 Proliferating cell nuclear antigen 5.508872603 L4_control_A3 +LQ09X030500 Proliferating cell nuclear antigen 4.605625432 L4_control_B1 +LQ09X030500 Proliferating cell nuclear antigen 5.484810076 L4_control_B2 +LQ09X030500 Proliferating cell nuclear antigen 4.97318468 L4_control_B3 +LQ09X030500 Proliferating cell nuclear antigen 5.887971477 L4_control_C2 +LQ09X030500 Proliferating cell nuclear antigen 5.223680761 L4_control_C3 +LQ09X030500 Proliferating cell nuclear antigen 4.952183178 L4_chemical_A1 +LQ09X030500 Proliferating cell nuclear antigen 5.38631895 L4_chemical_A2 +LQ09X030500 Proliferating cell nuclear antigen 5.139657218 L4_chemical_A3 +LQ09X030500 Proliferating cell nuclear antigen 5.208210349 L4_chemical_B1 +LQ09X030500 Proliferating cell nuclear antigen 5.574002154 L4_chemical_B2 +LQ09X030500 Proliferating cell nuclear antigen 5.404850608 L4_chemical_B3 +LQ09X030500 Proliferating cell nuclear antigen 6.302922557 L4_chemical_C2 +LQ09X030500 Proliferating cell nuclear antigen 5.198051969 L4_chemical_C3 +LQ09X030520 Gamma-enolase 10.9951457 C6_control_A1 +LQ09X030520 Gamma-enolase 11.23943059 C6_control_A3 +LQ09X030520 Gamma-enolase 10.91362017 C6_control_B1 +LQ09X030520 Gamma-enolase 10.41574 C6_control_B2 +LQ09X030520 Gamma-enolase 10.66170635 C6_control_B3 +LQ09X030520 Gamma-enolase 10.44286318 C6_control_C1 +LQ09X030520 Gamma-enolase 10.55863845 C6_control_C2 +LQ09X030520 Gamma-enolase 9.664731747 C6_control_C3 +LQ09X030520 Gamma-enolase 11.07561101 C6_chemical_A1 +LQ09X030520 Gamma-enolase 11.18038114 C6_chemical_A3 +LQ09X030520 Gamma-enolase 10.98900735 C6_chemical_B1 +LQ09X030520 Gamma-enolase 10.64691837 C6_chemical_B2 +LQ09X030520 Gamma-enolase 10.35771688 C6_chemical_B3 +LQ09X030520 Gamma-enolase 10.61357954 C6_chemical_C1 +LQ09X030520 Gamma-enolase 10.59283511 C6_chemical_C2 +LQ09X030520 Gamma-enolase 9.986198753 C6_chemical_C3 +LQ09X030520 Gamma-enolase 10.96641912 L4_control_A1 +LQ09X030520 Gamma-enolase 11.05860742 L4_control_A2 +LQ09X030520 Gamma-enolase 11.18761073 L4_control_A3 +LQ09X030520 Gamma-enolase 10.91561385 L4_control_B1 +LQ09X030520 Gamma-enolase 11.33519443 L4_control_B2 +LQ09X030520 Gamma-enolase 10.80456893 L4_control_B3 +LQ09X030520 Gamma-enolase 10.94606555 L4_control_C2 +LQ09X030520 Gamma-enolase 10.62300158 L4_control_C3 +LQ09X030520 Gamma-enolase 10.70615135 L4_chemical_A1 +LQ09X030520 Gamma-enolase 10.82209922 L4_chemical_A2 +LQ09X030520 Gamma-enolase 10.71908021 L4_chemical_A3 +LQ09X030520 Gamma-enolase 10.78920995 L4_chemical_B1 +LQ09X030520 Gamma-enolase 11.08300769 L4_chemical_B2 +LQ09X030520 Gamma-enolase 10.51041792 L4_chemical_B3 +LQ09X030520 Gamma-enolase 10.79504114 L4_chemical_C2 +LQ09X030520 Gamma-enolase 10.44580691 L4_chemical_C3 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.68330306 C6_control_A1 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.19091488 C6_control_A3 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.23202845 C6_control_B1 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.21808045 C6_control_B2 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.09182426 C6_control_B3 +LQ09X030540 Probable galacturonosyltransferase-like 3 9.306803394 C6_control_C1 +LQ09X030540 Probable galacturonosyltransferase-like 3 8.891673318 C6_control_C2 +LQ09X030540 Probable galacturonosyltransferase-like 3 9.178732088 C6_control_C3 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.66579662 C6_chemical_A1 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.94655667 C6_chemical_A3 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.03798676 C6_chemical_B1 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.38095707 C6_chemical_B2 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.58745976 C6_chemical_B3 +LQ09X030540 Probable galacturonosyltransferase-like 3 9.327633031 C6_chemical_C1 +LQ09X030540 Probable galacturonosyltransferase-like 3 9.352261084 C6_chemical_C2 +LQ09X030540 Probable galacturonosyltransferase-like 3 9.222905177 C6_chemical_C3 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.5817797 L4_control_A1 +LQ09X030540 Probable galacturonosyltransferase-like 3 13.25380916 L4_control_A2 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.96274515 L4_control_A3 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.81126271 L4_control_B1 +LQ09X030540 Probable galacturonosyltransferase-like 3 13.09361427 L4_control_B2 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.12751294 L4_control_B3 +LQ09X030540 Probable galacturonosyltransferase-like 3 10.18999656 L4_control_C2 +LQ09X030540 Probable galacturonosyltransferase-like 3 10.91133313 L4_control_C3 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.5365536 L4_chemical_A1 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.53379748 L4_chemical_A2 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.40432257 L4_chemical_A3 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.9056224 L4_chemical_B1 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.5228822 L4_chemical_B2 +LQ09X030540 Probable galacturonosyltransferase-like 3 11.70019031 L4_chemical_B3 +LQ09X030540 Probable galacturonosyltransferase-like 3 10.51075442 L4_chemical_C2 +LQ09X030540 Probable galacturonosyltransferase-like 3 10.78363633 L4_chemical_C3 +LQ09X030560 Putative Cytochrome P450 87A3 5.984463598 C6_control_A1 +LQ09X030560 Putative Cytochrome P450 87A3 5.709813942 C6_control_A3 +LQ09X030560 Putative Cytochrome P450 87A3 5.812068186 C6_control_B1 +LQ09X030560 Putative Cytochrome P450 87A3 5.36834531 C6_control_B2 +LQ09X030560 Putative Cytochrome P450 87A3 6.066677691 C6_control_B3 +LQ09X030560 Putative Cytochrome P450 87A3 5.773383175 C6_control_C1 +LQ09X030560 Putative Cytochrome P450 87A3 5.666107957 C6_control_C2 +LQ09X030560 Putative Cytochrome P450 87A3 5.854265447 C6_control_C3 +LQ09X030560 Putative Cytochrome P450 87A3 5.825772173 C6_chemical_A1 +LQ09X030560 Putative Cytochrome P450 87A3 5.711279419 C6_chemical_A3 +LQ09X030560 Putative Cytochrome P450 87A3 6.125339176 C6_chemical_B1 +LQ09X030560 Putative Cytochrome P450 87A3 5.512437239 C6_chemical_B2 +LQ09X030560 Putative Cytochrome P450 87A3 6.148924111 C6_chemical_B3 +LQ09X030560 Putative Cytochrome P450 87A3 5.681124134 C6_chemical_C1 +LQ09X030560 Putative Cytochrome P450 87A3 5.770993443 C6_chemical_C2 +LQ09X030560 Putative Cytochrome P450 87A3 5.633432678 C6_chemical_C3 +LQ09X030560 Putative Cytochrome P450 87A3 5.881565456 L4_control_A1 +LQ09X030560 Putative Cytochrome P450 87A3 5.888180081 L4_control_A2 +LQ09X030560 Putative Cytochrome P450 87A3 6.753041208 L4_control_A3 +LQ09X030560 Putative Cytochrome P450 87A3 5.813928813 L4_control_B1 +LQ09X030560 Putative Cytochrome P450 87A3 6.279701284 L4_control_B2 +LQ09X030560 Putative Cytochrome P450 87A3 5.795652864 L4_control_B3 +LQ09X030560 Putative Cytochrome P450 87A3 6.42578913 L4_control_C2 +LQ09X030560 Putative Cytochrome P450 87A3 6.414696925 L4_control_C3 +LQ09X030560 Putative Cytochrome P450 87A3 5.863377806 L4_chemical_A1 +LQ09X030560 Putative Cytochrome P450 87A3 6.027770817 L4_chemical_A2 +LQ09X030560 Putative Cytochrome P450 87A3 6.415023619 L4_chemical_A3 +LQ09X030560 Putative Cytochrome P450 87A3 6.561569187 L4_chemical_B1 +LQ09X030560 Putative Cytochrome P450 87A3 6.070183734 L4_chemical_B2 +LQ09X030560 Putative Cytochrome P450 87A3 5.666463334 L4_chemical_B3 +LQ09X030560 Putative Cytochrome P450 87A3 6.654560656 L4_chemical_C2 +LQ09X030560 Putative Cytochrome P450 87A3 5.93714841 L4_chemical_C3 +LQ09X030580 Predicted protein 5.004785344 C6_control_A1 +LQ09X030580 Predicted protein 5.225047088 C6_control_A3 +LQ09X030580 Predicted protein 4.940362802 C6_control_B1 +LQ09X030580 Predicted protein 4.854994017 C6_control_B2 +LQ09X030580 Predicted protein 4.682656082 C6_control_B3 +LQ09X030580 Predicted protein 4.575184631 C6_control_C1 +LQ09X030580 Predicted protein 4.882833719 C6_control_C2 +LQ09X030580 Predicted protein 4.920839234 C6_control_C3 +LQ09X030580 Predicted protein 4.996333607 C6_chemical_A1 +LQ09X030580 Predicted protein 5.113294415 C6_chemical_A3 +LQ09X030580 Predicted protein 4.89027333 C6_chemical_B1 +LQ09X030580 Predicted protein 4.850279545 C6_chemical_B2 +LQ09X030580 Predicted protein 4.907642733 C6_chemical_B3 +LQ09X030580 Predicted protein 4.919745208 C6_chemical_C1 +LQ09X030580 Predicted protein 4.913521005 C6_chemical_C2 +LQ09X030580 Predicted protein 4.779330217 C6_chemical_C3 +LQ09X030580 Predicted protein 4.913222371 L4_control_A1 +LQ09X030580 Predicted protein 4.909832948 L4_control_A2 +LQ09X030580 Predicted protein 5.127331461 L4_control_A3 +LQ09X030580 Predicted protein 5.085942601 L4_control_B1 +LQ09X030580 Predicted protein 5.290163901 L4_control_B2 +LQ09X030580 Predicted protein 4.890294411 L4_control_B3 +LQ09X030580 Predicted protein 5.475434977 L4_control_C2 +LQ09X030580 Predicted protein 5.059415734 L4_control_C3 +LQ09X030580 Predicted protein 5.042823064 L4_chemical_A1 +LQ09X030580 Predicted protein 5.099932854 L4_chemical_A2 +LQ09X030580 Predicted protein 4.910930408 L4_chemical_A3 +LQ09X030580 Predicted protein 4.675249611 L4_chemical_B1 +LQ09X030580 Predicted protein 5.718327976 L4_chemical_B2 +LQ09X030580 Predicted protein 4.878528198 L4_chemical_B3 +LQ09X030580 Predicted protein 4.748469306 L4_chemical_C2 +LQ09X030580 Predicted protein 4.945028239 L4_chemical_C3 +LQ09X030590 Putative uncharacterized protein 5.920833132 C6_control_A1 +LQ09X030590 Putative uncharacterized protein 5.657920363 C6_control_A3 +LQ09X030590 Putative uncharacterized protein 5.256555707 C6_control_B1 +LQ09X030590 Putative uncharacterized protein 5.962110361 C6_control_B2 +LQ09X030590 Putative uncharacterized protein 5.667737281 C6_control_B3 +LQ09X030590 Putative uncharacterized protein 5.58669419 C6_control_C1 +LQ09X030590 Putative uncharacterized protein 6.042955039 C6_control_C2 +LQ09X030590 Putative uncharacterized protein 5.6496892 C6_control_C3 +LQ09X030590 Putative uncharacterized protein 5.269373266 C6_chemical_A1 +LQ09X030590 Putative uncharacterized protein 5.765406093 C6_chemical_A3 +LQ09X030590 Putative uncharacterized protein 5.410911899 C6_chemical_B1 +LQ09X030590 Putative uncharacterized protein 5.649181211 C6_chemical_B2 +LQ09X030590 Putative uncharacterized protein 5.263819583 C6_chemical_B3 +LQ09X030590 Putative uncharacterized protein 5.929757414 C6_chemical_C1 +LQ09X030590 Putative uncharacterized protein 5.677837399 C6_chemical_C2 +LQ09X030590 Putative uncharacterized protein 5.552370988 C6_chemical_C3 +LQ09X030590 Putative uncharacterized protein 5.672215311 L4_control_A1 +LQ09X030590 Putative uncharacterized protein 5.683320569 L4_control_A2 +LQ09X030590 Putative uncharacterized protein 5.54111042 L4_control_A3 +LQ09X030590 Putative uncharacterized protein 5.231645141 L4_control_B1 +LQ09X030590 Putative uncharacterized protein 5.421535791 L4_control_B2 +LQ09X030590 Putative uncharacterized protein 5.491587657 L4_control_B3 +LQ09X030590 Putative uncharacterized protein 5.968250347 L4_control_C2 +LQ09X030590 Putative uncharacterized protein 5.554177301 L4_control_C3 +LQ09X030590 Putative uncharacterized protein 5.621015714 L4_chemical_A1 +LQ09X030590 Putative uncharacterized protein 5.613547464 L4_chemical_A2 +LQ09X030590 Putative uncharacterized protein 6.092308979 L4_chemical_A3 +LQ09X030590 Putative uncharacterized protein 5.777683259 L4_chemical_B1 +LQ09X030590 Putative uncharacterized protein 5.764668845 L4_chemical_B2 +LQ09X030590 Putative uncharacterized protein 5.646939553 L4_chemical_B3 +LQ09X030590 Putative uncharacterized protein 5.613246368 L4_chemical_C2 +LQ09X030590 Putative uncharacterized protein 5.590607164 L4_chemical_C3 +LQ09X030600 Tubulin beta-1 chain 15.09943603 C6_control_A1 +LQ09X030600 Tubulin beta-1 chain 15.34782422 C6_control_A3 +LQ09X030600 Tubulin beta-1 chain 14.5460049 C6_control_B1 +LQ09X030600 Tubulin beta-1 chain 13.04361186 C6_control_B2 +LQ09X030600 Tubulin beta-1 chain 14.07237178 C6_control_B3 +LQ09X030600 Tubulin beta-1 chain 10.04500427 C6_control_C1 +LQ09X030600 Tubulin beta-1 chain 10.49713826 C6_control_C2 +LQ09X030600 Tubulin beta-1 chain 9.812666812 C6_control_C3 +LQ09X030600 Tubulin beta-1 chain 14.54449546 C6_chemical_A1 +LQ09X030600 Tubulin beta-1 chain 15.19933236 C6_chemical_A3 +LQ09X030600 Tubulin beta-1 chain 13.86526687 C6_chemical_B1 +LQ09X030600 Tubulin beta-1 chain 12.86608561 C6_chemical_B2 +LQ09X030600 Tubulin beta-1 chain 13.58829691 C6_chemical_B3 +LQ09X030600 Tubulin beta-1 chain 10.21609105 C6_chemical_C1 +LQ09X030600 Tubulin beta-1 chain 9.79215703 C6_chemical_C2 +LQ09X030600 Tubulin beta-1 chain 9.622822842 C6_chemical_C3 +LQ09X030600 Tubulin beta-1 chain 15.02432928 L4_control_A1 +LQ09X030600 Tubulin beta-1 chain 15.13633031 L4_control_A2 +LQ09X030600 Tubulin beta-1 chain 15.19027254 L4_control_A3 +LQ09X030600 Tubulin beta-1 chain 13.72911074 L4_control_B1 +LQ09X030600 Tubulin beta-1 chain 14.54734954 L4_control_B2 +LQ09X030600 Tubulin beta-1 chain 12.67530924 L4_control_B3 +LQ09X030600 Tubulin beta-1 chain 10.01381494 L4_control_C2 +LQ09X030600 Tubulin beta-1 chain 11.02169634 L4_control_C3 +LQ09X030600 Tubulin beta-1 chain 14.3856218 L4_chemical_A1 +LQ09X030600 Tubulin beta-1 chain 14.12630831 L4_chemical_A2 +LQ09X030600 Tubulin beta-1 chain 14.87003276 L4_chemical_A3 +LQ09X030600 Tubulin beta-1 chain 14.17654167 L4_chemical_B1 +LQ09X030600 Tubulin beta-1 chain 13.8925038 L4_chemical_B2 +LQ09X030600 Tubulin beta-1 chain 14.66101429 L4_chemical_B3 +LQ09X030600 Tubulin beta-1 chain 9.782109344 L4_chemical_C2 +LQ09X030600 Tubulin beta-1 chain 10.32733926 L4_chemical_C3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.346943106 C6_control_A1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.002918179 C6_control_A3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.257259346 C6_control_B1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.738720923 C6_control_B2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.704679353 C6_control_B3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.677411517 C6_control_C1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 7.362818216 C6_control_C2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.197138391 C6_control_C3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.81760828 C6_chemical_A1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.461670079 C6_chemical_A3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.116341219 C6_chemical_B1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.000441301 C6_chemical_B2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.601983015 C6_chemical_B3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.659742595 C6_chemical_C1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.784668931 C6_chemical_C2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.786985502 C6_chemical_C3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.881865547 L4_control_A1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.067887805 L4_control_A2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.662293541 L4_control_A3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.963620985 L4_control_B1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.825735289 L4_control_B2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.005968891 L4_control_B3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.581486618 L4_control_C2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.420122135 L4_control_C3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.507570357 L4_chemical_A1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.233221317 L4_chemical_A2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 6.078407358 L4_chemical_A3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.783994313 L4_chemical_B1 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.304897187 L4_chemical_B2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.836436699 L4_chemical_B3 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.829538829 L4_chemical_C2 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.271615807 L4_chemical_C3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.89326315 C6_control_A1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 14.90890396 C6_control_A3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.69052121 C6_control_B1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.52126859 C6_control_B2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 14.0860308 C6_control_B3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.45282695 C6_control_C1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.63496517 C6_control_C2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.61752478 C6_control_C3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.52358805 C6_chemical_A1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.1941925 C6_chemical_A3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.12398941 C6_chemical_B1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.02352233 C6_chemical_B2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.7130718 C6_chemical_B3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.32777388 C6_chemical_C1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.0375156 C6_chemical_C2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.1715305 C6_chemical_C3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 14.32576443 L4_control_A1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 14.11260955 L4_control_A2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.92566385 L4_control_A3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.26086839 L4_control_B1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 12.54643787 L4_control_B2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.81430345 L4_control_B3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.87604607 L4_control_C2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 14.07224065 L4_control_C3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 14.12196117 L4_chemical_A1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.74452961 L4_chemical_A2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.75888696 L4_chemical_A3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.46705482 L4_chemical_B1 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.29924642 L4_chemical_B2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.7749454 L4_chemical_B3 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.73216285 L4_chemical_C2 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.97807182 L4_chemical_C3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.58943893 C6_control_A1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 12.01950099 C6_control_A3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.22483557 C6_control_B1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 10.0471093 C6_control_B2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.24052413 C6_control_B3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.723327378 C6_control_C1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.442390733 C6_control_C2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.72940614 C6_control_C3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.57335192 C6_chemical_A1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 12.06510825 C6_chemical_A3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.10520895 C6_chemical_B1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 10.33454589 C6_chemical_B2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.29829137 C6_chemical_B3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.55903102 C6_chemical_C1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.640081862 C6_chemical_C2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.455310339 C6_chemical_C3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.63420869 L4_control_A1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.15727618 L4_control_A2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.46689422 L4_control_A3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 10.21402026 L4_control_B1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.7062064 L4_control_B2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 9.971401449 L4_control_B3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.434500857 L4_control_C2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.708984289 L4_control_C3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.03533239 L4_chemical_A1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 10.65626722 L4_chemical_A2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.26853728 L4_chemical_A3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 10.72770741 L4_chemical_B1 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 10.83648273 L4_chemical_B2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.403309 L4_chemical_B3 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 9.576247265 L4_chemical_C2 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 8.826054065 L4_chemical_C3 +LQ09X030660 Predicted protein 12.02973281 C6_control_A1 +LQ09X030660 Predicted protein 11.91675875 C6_control_A3 +LQ09X030660 Predicted protein 11.38775735 C6_control_B1 +LQ09X030660 Predicted protein 10.67637053 C6_control_B2 +LQ09X030660 Predicted protein 10.77218702 C6_control_B3 +LQ09X030660 Predicted protein 10.32929291 C6_control_C1 +LQ09X030660 Predicted protein 9.91686555 C6_control_C2 +LQ09X030660 Predicted protein 10.48085159 C6_control_C3 +LQ09X030660 Predicted protein 11.92632657 C6_chemical_A1 +LQ09X030660 Predicted protein 12.10977725 C6_chemical_A3 +LQ09X030660 Predicted protein 10.99631537 C6_chemical_B1 +LQ09X030660 Predicted protein 10.89347897 C6_chemical_B2 +LQ09X030660 Predicted protein 10.66582913 C6_chemical_B3 +LQ09X030660 Predicted protein 10.42027193 C6_chemical_C1 +LQ09X030660 Predicted protein 9.711401557 C6_chemical_C2 +LQ09X030660 Predicted protein 9.95615939 C6_chemical_C3 +LQ09X030660 Predicted protein 11.9073613 L4_control_A1 +LQ09X030660 Predicted protein 12.31280369 L4_control_A2 +LQ09X030660 Predicted protein 11.64967455 L4_control_A3 +LQ09X030660 Predicted protein 10.32540004 L4_control_B1 +LQ09X030660 Predicted protein 11.12211383 L4_control_B2 +LQ09X030660 Predicted protein 10.17109405 L4_control_B3 +LQ09X030660 Predicted protein 10.12069238 L4_control_C2 +LQ09X030660 Predicted protein 9.98643284 L4_control_C3 +LQ09X030660 Predicted protein 11.49666402 L4_chemical_A1 +LQ09X030660 Predicted protein 11.71116573 L4_chemical_A2 +LQ09X030660 Predicted protein 11.5005563 L4_chemical_A3 +LQ09X030660 Predicted protein 11.34168739 L4_chemical_B1 +LQ09X030660 Predicted protein 11.52490428 L4_chemical_B2 +LQ09X030660 Predicted protein 11.34957817 L4_chemical_B3 +LQ09X030660 Predicted protein 10.25881796 L4_chemical_C2 +LQ09X030660 Predicted protein 10.00373892 L4_chemical_C3 +LQ09X030680 18.5 kDa class I heat shock protein 6.603806359 C6_control_A1 +LQ09X030680 18.5 kDa class I heat shock protein 6.595628944 C6_control_A3 +LQ09X030680 18.5 kDa class I heat shock protein 6.778736589 C6_control_B1 +LQ09X030680 18.5 kDa class I heat shock protein 6.058141879 C6_control_B2 +LQ09X030680 18.5 kDa class I heat shock protein 7.076368271 C6_control_B3 +LQ09X030680 18.5 kDa class I heat shock protein 5.660136446 C6_control_C1 +LQ09X030680 18.5 kDa class I heat shock protein 6.230273799 C6_control_C2 +LQ09X030680 18.5 kDa class I heat shock protein 5.888675834 C6_control_C3 +LQ09X030680 18.5 kDa class I heat shock protein 6.706886117 C6_chemical_A1 +LQ09X030680 18.5 kDa class I heat shock protein 6.213753939 C6_chemical_A3 +LQ09X030680 18.5 kDa class I heat shock protein 7.439852904 C6_chemical_B1 +LQ09X030680 18.5 kDa class I heat shock protein 6.414187785 C6_chemical_B2 +LQ09X030680 18.5 kDa class I heat shock protein 6.256579143 C6_chemical_B3 +LQ09X030680 18.5 kDa class I heat shock protein 5.854850347 C6_chemical_C1 +LQ09X030680 18.5 kDa class I heat shock protein 6.733023495 C6_chemical_C2 +LQ09X030680 18.5 kDa class I heat shock protein 6.201563741 C6_chemical_C3 +LQ09X030680 18.5 kDa class I heat shock protein 6.281792249 L4_control_A1 +LQ09X030680 18.5 kDa class I heat shock protein 6.049486278 L4_control_A2 +LQ09X030680 18.5 kDa class I heat shock protein 6.624355264 L4_control_A3 +LQ09X030680 18.5 kDa class I heat shock protein 6.089745634 L4_control_B1 +LQ09X030680 18.5 kDa class I heat shock protein 6.100668458 L4_control_B2 +LQ09X030680 18.5 kDa class I heat shock protein 6.271059468 L4_control_B3 +LQ09X030680 18.5 kDa class I heat shock protein 6.649664924 L4_control_C2 +LQ09X030680 18.5 kDa class I heat shock protein 6.42770226 L4_control_C3 +LQ09X030680 18.5 kDa class I heat shock protein 6.366227591 L4_chemical_A1 +LQ09X030680 18.5 kDa class I heat shock protein 6.403632223 L4_chemical_A2 +LQ09X030680 18.5 kDa class I heat shock protein 6.944889424 L4_chemical_A3 +LQ09X030680 18.5 kDa class I heat shock protein 6.869929754 L4_chemical_B1 +LQ09X030680 18.5 kDa class I heat shock protein 6.618209285 L4_chemical_B2 +LQ09X030680 18.5 kDa class I heat shock protein 6.195006842 L4_chemical_B3 +LQ09X030680 18.5 kDa class I heat shock protein 6.668451201 L4_chemical_C2 +LQ09X030680 18.5 kDa class I heat shock protein 6.160033825 L4_chemical_C3 +LQ09X030700 17.3 kDa class I heat shock protein 9.794431376 C6_control_A1 +LQ09X030700 17.3 kDa class I heat shock protein 7.876577779 C6_control_A3 +LQ09X030700 17.3 kDa class I heat shock protein 7.775430278 C6_control_B1 +LQ09X030700 17.3 kDa class I heat shock protein 10.71855357 C6_control_B2 +LQ09X030700 17.3 kDa class I heat shock protein 7.389131138 C6_control_B3 +LQ09X030700 17.3 kDa class I heat shock protein 12.5827984 C6_control_C1 +LQ09X030700 17.3 kDa class I heat shock protein 11.15013644 C6_control_C2 +LQ09X030700 17.3 kDa class I heat shock protein 9.615751547 C6_control_C3 +LQ09X030700 17.3 kDa class I heat shock protein 11.79938852 C6_chemical_A1 +LQ09X030700 17.3 kDa class I heat shock protein 7.937952948 C6_chemical_A3 +LQ09X030700 17.3 kDa class I heat shock protein 9.864032527 C6_chemical_B1 +LQ09X030700 17.3 kDa class I heat shock protein 13.02545363 C6_chemical_B2 +LQ09X030700 17.3 kDa class I heat shock protein 7.903780275 C6_chemical_B3 +LQ09X030700 17.3 kDa class I heat shock protein 14.5545734 C6_chemical_C1 +LQ09X030700 17.3 kDa class I heat shock protein 14.03288898 C6_chemical_C2 +LQ09X030700 17.3 kDa class I heat shock protein 10.65976424 C6_chemical_C3 +LQ09X030700 17.3 kDa class I heat shock protein 8.528580106 L4_control_A1 +LQ09X030700 17.3 kDa class I heat shock protein 9.493673994 L4_control_A2 +LQ09X030700 17.3 kDa class I heat shock protein 8.842101919 L4_control_A3 +LQ09X030700 17.3 kDa class I heat shock protein 6.799245941 L4_control_B1 +LQ09X030700 17.3 kDa class I heat shock protein 7.608666661 L4_control_B2 +LQ09X030700 17.3 kDa class I heat shock protein 7.859259658 L4_control_B3 +LQ09X030700 17.3 kDa class I heat shock protein 10.41808686 L4_control_C2 +LQ09X030700 17.3 kDa class I heat shock protein 7.695018869 L4_control_C3 +LQ09X030700 17.3 kDa class I heat shock protein 10.24815079 L4_chemical_A1 +LQ09X030700 17.3 kDa class I heat shock protein 11.50331714 L4_chemical_A2 +LQ09X030700 17.3 kDa class I heat shock protein 8.742156491 L4_chemical_A3 +LQ09X030700 17.3 kDa class I heat shock protein 8.141658023 L4_chemical_B1 +LQ09X030700 17.3 kDa class I heat shock protein 9.889302002 L4_chemical_B2 +LQ09X030700 17.3 kDa class I heat shock protein 8.134582685 L4_chemical_B3 +LQ09X030700 17.3 kDa class I heat shock protein 11.99822473 L4_chemical_C2 +LQ09X030700 17.3 kDa class I heat shock protein 7.935966303 L4_chemical_C3 +LQ09X030710 18.2 kDa class I heat shock protein 7.949652476 C6_control_A1 +LQ09X030710 18.2 kDa class I heat shock protein 4.52696987 C6_control_A3 +LQ09X030710 18.2 kDa class I heat shock protein 6.507100673 C6_control_B1 +LQ09X030710 18.2 kDa class I heat shock protein 10.07439825 C6_control_B2 +LQ09X030710 18.2 kDa class I heat shock protein 4.983919987 C6_control_B3 +LQ09X030710 18.2 kDa class I heat shock protein 11.09399326 C6_control_C1 +LQ09X030710 18.2 kDa class I heat shock protein 10.49039254 C6_control_C2 +LQ09X030710 18.2 kDa class I heat shock protein 8.891772174 C6_control_C3 +LQ09X030710 18.2 kDa class I heat shock protein 10.53438711 C6_chemical_A1 +LQ09X030710 18.2 kDa class I heat shock protein 5.166343443 C6_chemical_A3 +LQ09X030710 18.2 kDa class I heat shock protein 9.942126536 C6_chemical_B1 +LQ09X030710 18.2 kDa class I heat shock protein 13.64953882 C6_chemical_B2 +LQ09X030710 18.2 kDa class I heat shock protein 4.742032724 C6_chemical_B3 +LQ09X030710 18.2 kDa class I heat shock protein 13.67921722 C6_chemical_C1 +LQ09X030710 18.2 kDa class I heat shock protein 13.89099473 C6_chemical_C2 +LQ09X030710 18.2 kDa class I heat shock protein 11.24980774 C6_chemical_C3 +LQ09X030710 18.2 kDa class I heat shock protein 8.173237062 L4_control_A1 +LQ09X030710 18.2 kDa class I heat shock protein 10.47411746 L4_control_A2 +LQ09X030710 18.2 kDa class I heat shock protein 5.586310318 L4_control_A3 +LQ09X030710 18.2 kDa class I heat shock protein 7.140125134 L4_control_B1 +LQ09X030710 18.2 kDa class I heat shock protein 7.120402937 L4_control_B2 +LQ09X030710 18.2 kDa class I heat shock protein 5.991954554 L4_control_B3 +LQ09X030710 18.2 kDa class I heat shock protein 10.81983563 L4_control_C2 +LQ09X030710 18.2 kDa class I heat shock protein 5.662491137 L4_control_C3 +LQ09X030710 18.2 kDa class I heat shock protein 11.60238608 L4_chemical_A1 +LQ09X030710 18.2 kDa class I heat shock protein 12.52127921 L4_chemical_A2 +LQ09X030710 18.2 kDa class I heat shock protein 4.747368234 L4_chemical_A3 +LQ09X030710 18.2 kDa class I heat shock protein 8.217895049 L4_chemical_B1 +LQ09X030710 18.2 kDa class I heat shock protein 11.10238953 L4_chemical_B2 +LQ09X030710 18.2 kDa class I heat shock protein 6.466433319 L4_chemical_B3 +LQ09X030710 18.2 kDa class I heat shock protein 12.39242865 L4_chemical_C2 +LQ09X030710 18.2 kDa class I heat shock protein 5.711005142 L4_chemical_C3 +LQ09X030820 Copper transporter 1 13.27096562 C6_control_A1 +LQ09X030820 Copper transporter 1 12.97115897 C6_control_A3 +LQ09X030820 Copper transporter 1 14.02797659 C6_control_B1 +LQ09X030820 Copper transporter 1 14.24448345 C6_control_B2 +LQ09X030820 Copper transporter 1 14.76803363 C6_control_B3 +LQ09X030820 Copper transporter 1 14.84705645 C6_control_C1 +LQ09X030820 Copper transporter 1 14.43294313 C6_control_C2 +LQ09X030820 Copper transporter 1 14.65769115 C6_control_C3 +LQ09X030820 Copper transporter 1 12.9686742 C6_chemical_A1 +LQ09X030820 Copper transporter 1 13.13508034 C6_chemical_A3 +LQ09X030820 Copper transporter 1 13.94188142 C6_chemical_B1 +LQ09X030820 Copper transporter 1 14.13826522 C6_chemical_B2 +LQ09X030820 Copper transporter 1 14.74922299 C6_chemical_B3 +LQ09X030820 Copper transporter 1 14.45996324 C6_chemical_C1 +LQ09X030820 Copper transporter 1 14.3506063 C6_chemical_C2 +LQ09X030820 Copper transporter 1 14.7955481 C6_chemical_C3 +LQ09X030820 Copper transporter 1 12.81867408 L4_control_A1 +LQ09X030820 Copper transporter 1 13.45658276 L4_control_A2 +LQ09X030820 Copper transporter 1 12.68073265 L4_control_A3 +LQ09X030820 Copper transporter 1 14.49931917 L4_control_B1 +LQ09X030820 Copper transporter 1 14.09739491 L4_control_B2 +LQ09X030820 Copper transporter 1 14.3801344 L4_control_B3 +LQ09X030820 Copper transporter 1 14.44556922 L4_control_C2 +LQ09X030820 Copper transporter 1 14.6482296 L4_control_C3 +LQ09X030820 Copper transporter 1 12.80614034 L4_chemical_A1 +LQ09X030820 Copper transporter 1 13.02105183 L4_chemical_A2 +LQ09X030820 Copper transporter 1 12.75112208 L4_chemical_A3 +LQ09X030820 Copper transporter 1 13.977791 L4_chemical_B1 +LQ09X030820 Copper transporter 1 14.12058644 L4_chemical_B2 +LQ09X030820 Copper transporter 1 13.94799446 L4_chemical_B3 +LQ09X030820 Copper transporter 1 14.27577446 L4_chemical_C2 +LQ09X030820 Copper transporter 1 14.51911758 L4_chemical_C3 +LQ09X030840 Putative Predicted protein 9.341401411 C6_control_A1 +LQ09X030840 Putative Predicted protein 9.594227084 C6_control_A3 +LQ09X030840 Putative Predicted protein 9.764276115 C6_control_B1 +LQ09X030840 Putative Predicted protein 9.395948783 C6_control_B2 +LQ09X030840 Putative Predicted protein 10.00427983 C6_control_B3 +LQ09X030840 Putative Predicted protein 11.16253313 C6_control_C1 +LQ09X030840 Putative Predicted protein 11.62375212 C6_control_C2 +LQ09X030840 Putative Predicted protein 11.92337259 C6_control_C3 +LQ09X030840 Putative Predicted protein 9.258538114 C6_chemical_A1 +LQ09X030840 Putative Predicted protein 9.716982559 C6_chemical_A3 +LQ09X030840 Putative Predicted protein 9.529837481 C6_chemical_B1 +LQ09X030840 Putative Predicted protein 8.991664912 C6_chemical_B2 +LQ09X030840 Putative Predicted protein 10.12046676 C6_chemical_B3 +LQ09X030840 Putative Predicted protein 10.8511017 C6_chemical_C1 +LQ09X030840 Putative Predicted protein 11.16708319 C6_chemical_C2 +LQ09X030840 Putative Predicted protein 11.48801395 C6_chemical_C3 +LQ09X030840 Putative Predicted protein 10.753059 L4_control_A1 +LQ09X030840 Putative Predicted protein 11.54214678 L4_control_A2 +LQ09X030840 Putative Predicted protein 11.73832466 L4_control_A3 +LQ09X030840 Putative Predicted protein 11.79876522 L4_control_B1 +LQ09X030840 Putative Predicted protein 11.14106064 L4_control_B2 +LQ09X030840 Putative Predicted protein 10.04279558 L4_control_B3 +LQ09X030840 Putative Predicted protein 13.47542244 L4_control_C2 +LQ09X030840 Putative Predicted protein 12.67235826 L4_control_C3 +LQ09X030840 Putative Predicted protein 10.15350377 L4_chemical_A1 +LQ09X030840 Putative Predicted protein 11.01763346 L4_chemical_A2 +LQ09X030840 Putative Predicted protein 11.31000351 L4_chemical_A3 +LQ09X030840 Putative Predicted protein 12.07120502 L4_chemical_B1 +LQ09X030840 Putative Predicted protein 11.8773791 L4_chemical_B2 +LQ09X030840 Putative Predicted protein 11.0588332 L4_chemical_B3 +LQ09X030840 Putative Predicted protein 12.96933617 L4_chemical_C2 +LQ09X030840 Putative Predicted protein 12.51623053 L4_chemical_C3 +LQ09X030850 Putative Universal stress protein A-like protein 13.20027975 C6_control_A1 +LQ09X030850 Putative Universal stress protein A-like protein 13.5202816 C6_control_A3 +LQ09X030850 Putative Universal stress protein A-like protein 13.28329908 C6_control_B1 +LQ09X030850 Putative Universal stress protein A-like protein 13.38999773 C6_control_B2 +LQ09X030850 Putative Universal stress protein A-like protein 13.56391397 C6_control_B3 +LQ09X030850 Putative Universal stress protein A-like protein 13.39852183 C6_control_C1 +LQ09X030850 Putative Universal stress protein A-like protein 13.61434606 C6_control_C2 +LQ09X030850 Putative Universal stress protein A-like protein 14.12822923 C6_control_C3 +LQ09X030850 Putative Universal stress protein A-like protein 13.38236586 C6_chemical_A1 +LQ09X030850 Putative Universal stress protein A-like protein 13.366185 C6_chemical_A3 +LQ09X030850 Putative Universal stress protein A-like protein 13.16205689 C6_chemical_B1 +LQ09X030850 Putative Universal stress protein A-like protein 13.57018521 C6_chemical_B2 +LQ09X030850 Putative Universal stress protein A-like protein 13.55074103 C6_chemical_B3 +LQ09X030850 Putative Universal stress protein A-like protein 13.02901044 C6_chemical_C1 +LQ09X030850 Putative Universal stress protein A-like protein 13.50871124 C6_chemical_C2 +LQ09X030850 Putative Universal stress protein A-like protein 13.90079833 C6_chemical_C3 +LQ09X030850 Putative Universal stress protein A-like protein 13.49891826 L4_control_A1 +LQ09X030850 Putative Universal stress protein A-like protein 13.29541679 L4_control_A2 +LQ09X030850 Putative Universal stress protein A-like protein 13.4123516 L4_control_A3 +LQ09X030850 Putative Universal stress protein A-like protein 13.48666452 L4_control_B1 +LQ09X030850 Putative Universal stress protein A-like protein 13.07374196 L4_control_B2 +LQ09X030850 Putative Universal stress protein A-like protein 13.41620304 L4_control_B3 +LQ09X030850 Putative Universal stress protein A-like protein 13.5516029 L4_control_C2 +LQ09X030850 Putative Universal stress protein A-like protein 13.76076371 L4_control_C3 +LQ09X030850 Putative Universal stress protein A-like protein 13.75934114 L4_chemical_A1 +LQ09X030850 Putative Universal stress protein A-like protein 13.66454972 L4_chemical_A2 +LQ09X030850 Putative Universal stress protein A-like protein 13.63300918 L4_chemical_A3 +LQ09X030850 Putative Universal stress protein A-like protein 13.55183598 L4_chemical_B1 +LQ09X030850 Putative Universal stress protein A-like protein 13.41026866 L4_chemical_B2 +LQ09X030850 Putative Universal stress protein A-like protein 13.60945941 L4_chemical_B3 +LQ09X030850 Putative Universal stress protein A-like protein 13.5114744 L4_chemical_C2 +LQ09X030850 Putative Universal stress protein A-like protein 13.84019279 L4_chemical_C3 +LQ09X030920 Putative uncharacterized protein 5.476391167 C6_control_A1 +LQ09X030920 Putative uncharacterized protein 5.61917599 C6_control_A3 +LQ09X030920 Putative uncharacterized protein 5.582048484 C6_control_B1 +LQ09X030920 Putative uncharacterized protein 5.249659286 C6_control_B2 +LQ09X030920 Putative uncharacterized protein 5.249835728 C6_control_B3 +LQ09X030920 Putative uncharacterized protein 5.739607523 C6_control_C1 +LQ09X030920 Putative uncharacterized protein 6.399864918 C6_control_C2 +LQ09X030920 Putative uncharacterized protein 5.562429435 C6_control_C3 +LQ09X030920 Putative uncharacterized protein 5.069323201 C6_chemical_A1 +LQ09X030920 Putative uncharacterized protein 5.480566846 C6_chemical_A3 +LQ09X030920 Putative uncharacterized protein 5.64703139 C6_chemical_B1 +LQ09X030920 Putative uncharacterized protein 5.755222184 C6_chemical_B2 +LQ09X030920 Putative uncharacterized protein 5.292035541 C6_chemical_B3 +LQ09X030920 Putative uncharacterized protein 5.831184221 C6_chemical_C1 +LQ09X030920 Putative uncharacterized protein 5.791797391 C6_chemical_C2 +LQ09X030920 Putative uncharacterized protein 5.432213824 C6_chemical_C3 +LQ09X030920 Putative uncharacterized protein 5.224891148 L4_control_A1 +LQ09X030920 Putative uncharacterized protein 5.269614783 L4_control_A2 +LQ09X030920 Putative uncharacterized protein 5.741650767 L4_control_A3 +LQ09X030920 Putative uncharacterized protein 5.315081253 L4_control_B1 +LQ09X030920 Putative uncharacterized protein 5.452091642 L4_control_B2 +LQ09X030920 Putative uncharacterized protein 5.329695397 L4_control_B3 +LQ09X030920 Putative uncharacterized protein 5.538885239 L4_control_C2 +LQ09X030920 Putative uncharacterized protein 5.158642131 L4_control_C3 +LQ09X030920 Putative uncharacterized protein 5.599739532 L4_chemical_A1 +LQ09X030920 Putative uncharacterized protein 5.520029341 L4_chemical_A2 +LQ09X030920 Putative uncharacterized protein 4.819800368 L4_chemical_A3 +LQ09X030920 Putative uncharacterized protein 5.699954957 L4_chemical_B1 +LQ09X030920 Putative uncharacterized protein 5.140269419 L4_chemical_B2 +LQ09X030920 Putative uncharacterized protein 5.482173746 L4_chemical_B3 +LQ09X030920 Putative uncharacterized protein 5.53531505 L4_chemical_C2 +LQ09X030920 Putative uncharacterized protein 5.179554901 L4_chemical_C3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 12.01459932 C6_control_A1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 12.35724546 C6_control_A3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.36012325 C6_control_B1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.45140794 C6_control_B2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.51276459 C6_control_B3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.22461004 C6_control_C1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.12244529 C6_control_C2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.25005008 C6_control_C3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.52106735 C6_chemical_A1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.9022656 C6_chemical_A3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.02697963 C6_chemical_B1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.47770259 C6_chemical_B2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.31061761 C6_chemical_B3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.99795601 C6_chemical_C1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.02937789 C6_chemical_C2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.98920355 C6_chemical_C3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.55554728 L4_control_A1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.42588972 L4_control_A2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.50577657 L4_control_A3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.21506373 L4_control_B1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.6319459 L4_control_B2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.72768746 L4_control_B3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.2397846 L4_control_C2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.85942858 L4_control_C3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.25464672 L4_chemical_A1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.11604715 L4_chemical_A2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.38218575 L4_chemical_A3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.93111398 L4_chemical_B1 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.27529924 L4_chemical_B2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.32999284 L4_chemical_B3 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.15265045 L4_chemical_C2 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 10.98947529 L4_chemical_C3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.35121927 C6_control_A1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.49355853 C6_control_A3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.72571429 C6_control_B1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.69052917 C6_control_B2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.8970471 C6_control_B3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.59890288 C6_control_C1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.1459438 C6_control_C2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.20198489 C6_control_C3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.28025618 C6_chemical_A1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.10344179 C6_chemical_A3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.70475052 C6_chemical_B1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.77261801 C6_chemical_B2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.82934478 C6_chemical_B3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.65529849 C6_chemical_C1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.36555528 C6_chemical_C2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.15300368 C6_chemical_C3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.45562308 L4_control_A1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.27897525 L4_control_A2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.54521899 L4_control_A3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.88706326 L4_control_B1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.77343587 L4_control_B2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.00199308 L4_control_B3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.93784608 L4_control_C2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.55614175 L4_control_C3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.39052855 L4_chemical_A1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.29234485 L4_chemical_A2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.33857302 L4_chemical_A3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.32820436 L4_chemical_B1 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.22502768 L4_chemical_B2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.12936306 L4_chemical_B3 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.05480965 L4_chemical_C2 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 12.65209252 L4_chemical_C3 +LQ09X030970 Ras-related protein Rab11C 12.35997473 C6_control_A1 +LQ09X030970 Ras-related protein Rab11C 12.39519482 C6_control_A3 +LQ09X030970 Ras-related protein Rab11C 12.28887463 C6_control_B1 +LQ09X030970 Ras-related protein Rab11C 11.93043104 C6_control_B2 +LQ09X030970 Ras-related protein Rab11C 12.24155482 C6_control_B3 +LQ09X030970 Ras-related protein Rab11C 11.79936117 C6_control_C1 +LQ09X030970 Ras-related protein Rab11C 11.68784983 C6_control_C2 +LQ09X030970 Ras-related protein Rab11C 12.20395981 C6_control_C3 +LQ09X030970 Ras-related protein Rab11C 12.20653908 C6_chemical_A1 +LQ09X030970 Ras-related protein Rab11C 12.40836474 C6_chemical_A3 +LQ09X030970 Ras-related protein Rab11C 12.08643441 C6_chemical_B1 +LQ09X030970 Ras-related protein Rab11C 11.911089 C6_chemical_B2 +LQ09X030970 Ras-related protein Rab11C 11.77586949 C6_chemical_B3 +LQ09X030970 Ras-related protein Rab11C 11.92773216 C6_chemical_C1 +LQ09X030970 Ras-related protein Rab11C 11.91333023 C6_chemical_C2 +LQ09X030970 Ras-related protein Rab11C 12.10732061 C6_chemical_C3 +LQ09X030970 Ras-related protein Rab11C 12.23218476 L4_control_A1 +LQ09X030970 Ras-related protein Rab11C 12.08888567 L4_control_A2 +LQ09X030970 Ras-related protein Rab11C 12.38152189 L4_control_A3 +LQ09X030970 Ras-related protein Rab11C 12.23811888 L4_control_B1 +LQ09X030970 Ras-related protein Rab11C 12.34633623 L4_control_B2 +LQ09X030970 Ras-related protein Rab11C 11.71524248 L4_control_B3 +LQ09X030970 Ras-related protein Rab11C 12.63644527 L4_control_C2 +LQ09X030970 Ras-related protein Rab11C 12.26496031 L4_control_C3 +LQ09X030970 Ras-related protein Rab11C 11.9866288 L4_chemical_A1 +LQ09X030970 Ras-related protein Rab11C 11.91537741 L4_chemical_A2 +LQ09X030970 Ras-related protein Rab11C 12.09078129 L4_chemical_A3 +LQ09X030970 Ras-related protein Rab11C 12.1096089 L4_chemical_B1 +LQ09X030970 Ras-related protein Rab11C 12.55722125 L4_chemical_B2 +LQ09X030970 Ras-related protein Rab11C 11.57726 L4_chemical_B3 +LQ09X030970 Ras-related protein Rab11C 12.55515897 L4_chemical_C2 +LQ09X030970 Ras-related protein Rab11C 12.24504815 L4_chemical_C3 +LQ09X030980 Metal tolerance protein B 10.33179889 C6_control_A1 +LQ09X030980 Metal tolerance protein B 9.693193371 C6_control_A3 +LQ09X030980 Metal tolerance protein B 10.02492955 C6_control_B1 +LQ09X030980 Metal tolerance protein B 9.914243945 C6_control_B2 +LQ09X030980 Metal tolerance protein B 10.10381685 C6_control_B3 +LQ09X030980 Metal tolerance protein B 9.278537828 C6_control_C1 +LQ09X030980 Metal tolerance protein B 9.132142159 C6_control_C2 +LQ09X030980 Metal tolerance protein B 9.414356363 C6_control_C3 +LQ09X030980 Metal tolerance protein B 9.994270975 C6_chemical_A1 +LQ09X030980 Metal tolerance protein B 9.654962821 C6_chemical_A3 +LQ09X030980 Metal tolerance protein B 10.10435324 C6_chemical_B1 +LQ09X030980 Metal tolerance protein B 9.794498855 C6_chemical_B2 +LQ09X030980 Metal tolerance protein B 10.04333971 C6_chemical_B3 +LQ09X030980 Metal tolerance protein B 8.794945364 C6_chemical_C1 +LQ09X030980 Metal tolerance protein B 9.063615125 C6_chemical_C2 +LQ09X030980 Metal tolerance protein B 8.927537023 C6_chemical_C3 +LQ09X030980 Metal tolerance protein B 9.851809581 L4_control_A1 +LQ09X030980 Metal tolerance protein B 9.823340964 L4_control_A2 +LQ09X030980 Metal tolerance protein B 10.41618162 L4_control_A3 +LQ09X030980 Metal tolerance protein B 10.0767316 L4_control_B1 +LQ09X030980 Metal tolerance protein B 10.58204803 L4_control_B2 +LQ09X030980 Metal tolerance protein B 9.305414213 L4_control_B3 +LQ09X030980 Metal tolerance protein B 9.565477443 L4_control_C2 +LQ09X030980 Metal tolerance protein B 9.361372251 L4_control_C3 +LQ09X030980 Metal tolerance protein B 9.706101113 L4_chemical_A1 +LQ09X030980 Metal tolerance protein B 9.775712516 L4_chemical_A2 +LQ09X030980 Metal tolerance protein B 10.61147051 L4_chemical_A3 +LQ09X030980 Metal tolerance protein B 10.25977638 L4_chemical_B1 +LQ09X030980 Metal tolerance protein B 10.10418125 L4_chemical_B2 +LQ09X030980 Metal tolerance protein B 9.359212512 L4_chemical_B3 +LQ09X030980 Metal tolerance protein B 9.195871845 L4_chemical_C2 +LQ09X030980 Metal tolerance protein B 9.114976084 L4_chemical_C3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.1141183 C6_control_A1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.61800198 C6_control_A3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.08331892 C6_control_B1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.87397729 C6_control_B2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.0284987 C6_control_B3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.00723171 C6_control_C1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.87667899 C6_control_C2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.41836023 C6_control_C3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.07500013 C6_chemical_A1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.29290998 C6_chemical_A3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.98823676 C6_chemical_B1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.96723994 C6_chemical_B2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.89552589 C6_chemical_B3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.81287182 C6_chemical_C1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.99320379 C6_chemical_C2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.95491032 C6_chemical_C3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.68130756 L4_control_A1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.5994441 L4_control_A2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 12.01038963 L4_control_A3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.35519926 L4_control_B1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.56051106 L4_control_B2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.79599064 L4_control_B3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.26366831 L4_control_C2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.3854689 L4_control_C3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.07172465 L4_chemical_A1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.99345898 L4_chemical_A2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.73352996 L4_chemical_A3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.9746558 L4_chemical_B1 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.46059032 L4_chemical_B2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.83423778 L4_chemical_B3 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 9.683944464 L4_chemical_C2 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 10.32974524 L4_chemical_C3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 14.04711754 C6_control_A1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 14.06872304 C6_control_A3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.81988704 C6_control_B1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.21376126 C6_control_B2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.47869592 C6_control_B3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.80615523 C6_control_C1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.12497002 C6_control_C2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.09771149 C6_control_C3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.68637162 C6_chemical_A1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.74406793 C6_chemical_A3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.4274406 C6_chemical_B1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.46377299 C6_chemical_B2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.25266038 C6_chemical_B3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.60465749 C6_chemical_C1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.46902514 C6_chemical_C2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.1017432 C6_chemical_C3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.97847723 L4_control_A1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.73240245 L4_control_A2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.80359197 L4_control_A3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.25698971 L4_control_B1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 12.61435094 L4_control_B2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.36986071 L4_control_B3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.60304263 L4_control_C2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.34030785 L4_control_C3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.95676371 L4_chemical_A1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.50423198 L4_chemical_A2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.91682304 L4_chemical_A3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.68270905 L4_chemical_B1 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.18599463 L4_chemical_B2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.2770311 L4_chemical_B3 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.67247306 L4_chemical_C2 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.60614586 L4_chemical_C3 +LQ09X031030 Hypothetical protein 5.583463558 C6_control_A1 +LQ09X031030 Hypothetical protein 5.734626636 C6_control_A3 +LQ09X031030 Hypothetical protein 5.109481211 C6_control_B1 +LQ09X031030 Hypothetical protein 5.726786067 C6_control_B2 +LQ09X031030 Hypothetical protein 5.541890501 C6_control_B3 +LQ09X031030 Hypothetical protein 5.400365157 C6_control_C1 +LQ09X031030 Hypothetical protein 5.714807522 C6_control_C2 +LQ09X031030 Hypothetical protein 5.565262778 C6_control_C3 +LQ09X031030 Hypothetical protein 5.362046562 C6_chemical_A1 +LQ09X031030 Hypothetical protein 5.511058213 C6_chemical_A3 +LQ09X031030 Hypothetical protein 5.166405637 C6_chemical_B1 +LQ09X031030 Hypothetical protein 5.839011025 C6_chemical_B2 +LQ09X031030 Hypothetical protein 5.504147301 C6_chemical_B3 +LQ09X031030 Hypothetical protein 5.224128561 C6_chemical_C1 +LQ09X031030 Hypothetical protein 5.088755461 C6_chemical_C2 +LQ09X031030 Hypothetical protein 5.493077846 C6_chemical_C3 +LQ09X031030 Hypothetical protein 5.736008847 L4_control_A1 +LQ09X031030 Hypothetical protein 5.578025648 L4_control_A2 +LQ09X031030 Hypothetical protein 5.378486657 L4_control_A3 +LQ09X031030 Hypothetical protein 5.305020253 L4_control_B1 +LQ09X031030 Hypothetical protein 5.871190914 L4_control_B2 +LQ09X031030 Hypothetical protein 5.691738872 L4_control_B3 +LQ09X031030 Hypothetical protein 5.49210227 L4_control_C2 +LQ09X031030 Hypothetical protein 5.91762755 L4_control_C3 +LQ09X031030 Hypothetical protein 5.550825703 L4_chemical_A1 +LQ09X031030 Hypothetical protein 5.300642337 L4_chemical_A2 +LQ09X031030 Hypothetical protein 5.57946662 L4_chemical_A3 +LQ09X031030 Hypothetical protein 5.6752854 L4_chemical_B1 +LQ09X031030 Hypothetical protein 5.771225395 L4_chemical_B2 +LQ09X031030 Hypothetical protein 5.734771675 L4_chemical_B3 +LQ09X031030 Hypothetical protein 6.065054743 L4_chemical_C2 +LQ09X031030 Hypothetical protein 5.738896141 L4_chemical_C3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.173269907 C6_control_A1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.971447878 C6_control_A3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.187384909 C6_control_B1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.764673157 C6_control_B2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.727991637 C6_control_B3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.637115877 C6_control_C1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.226583089 C6_control_C2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.834205952 C6_control_C3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.075677568 C6_chemical_A1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.833242533 C6_chemical_A3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.334306555 C6_chemical_B1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.70091994 C6_chemical_B2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.377877788 C6_chemical_B3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.871359366 C6_chemical_C1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.195452637 C6_chemical_C2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.933192942 C6_chemical_C3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.24160621 L4_control_A1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.672754871 L4_control_A2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.981357108 L4_control_A3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.617951686 L4_control_B1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.029113191 L4_control_B2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.01306429 L4_control_B3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.913115672 L4_control_C2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.025703824 L4_control_C3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.952533766 L4_chemical_A1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.040253862 L4_chemical_A2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.513581132 L4_chemical_A3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 5.822234856 L4_chemical_B1 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.076052914 L4_chemical_B2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.468640135 L4_chemical_B3 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.023346755 L4_chemical_C2 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.184134317 L4_chemical_C3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.34381762 C6_control_A1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.810617904 C6_control_A3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.909807892 C6_control_B1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.675207895 C6_control_B2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.723747743 C6_control_B3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 4.968508946 C6_control_C1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.401751106 C6_control_C2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.049633509 C6_control_C3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.551995039 C6_chemical_A1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.86090369 C6_chemical_A3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.81030373 C6_chemical_B1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.937318575 C6_chemical_B2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.904074286 C6_chemical_B3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.17166643 C6_chemical_C1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.491316841 C6_chemical_C2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.116087858 C6_chemical_C3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.857572618 L4_control_A1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.56063192 L4_control_A2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.33886846 L4_control_A3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.557736252 L4_control_B1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.628386913 L4_control_B2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.002212447 L4_control_B3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 4.808436415 L4_control_C2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.062301342 L4_control_C3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.700521071 L4_chemical_A1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.769041938 L4_chemical_A2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.315118574 L4_chemical_A3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.057919592 L4_chemical_B1 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.544889707 L4_chemical_B2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.769749971 L4_chemical_B3 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 5.249517846 L4_chemical_C2 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 4.73244149 L4_chemical_C3 +LQ09X031060 Predicted protein 10.14773007 C6_control_A1 +LQ09X031060 Predicted protein 11.78734874 C6_control_A3 +LQ09X031060 Predicted protein 10.38872261 C6_control_B1 +LQ09X031060 Predicted protein 11.00246665 C6_control_B2 +LQ09X031060 Predicted protein 10.79051985 C6_control_B3 +LQ09X031060 Predicted protein 11.79640122 C6_control_C1 +LQ09X031060 Predicted protein 12.18131036 C6_control_C2 +LQ09X031060 Predicted protein 12.42219129 C6_control_C3 +LQ09X031060 Predicted protein 11.21475503 C6_chemical_A1 +LQ09X031060 Predicted protein 12.9557378 C6_chemical_A3 +LQ09X031060 Predicted protein 12.28379711 C6_chemical_B1 +LQ09X031060 Predicted protein 11.48703335 C6_chemical_B2 +LQ09X031060 Predicted protein 10.75519142 C6_chemical_B3 +LQ09X031060 Predicted protein 12.47583031 C6_chemical_C1 +LQ09X031060 Predicted protein 11.93439852 C6_chemical_C2 +LQ09X031060 Predicted protein 12.82821602 C6_chemical_C3 +LQ09X031060 Predicted protein 11.23872598 L4_control_A1 +LQ09X031060 Predicted protein 10.27766254 L4_control_A2 +LQ09X031060 Predicted protein 11.36319629 L4_control_A3 +LQ09X031060 Predicted protein 11.01152106 L4_control_B1 +LQ09X031060 Predicted protein 10.12138682 L4_control_B2 +LQ09X031060 Predicted protein 11.04972633 L4_control_B3 +LQ09X031060 Predicted protein 11.23368219 L4_control_C2 +LQ09X031060 Predicted protein 11.53432978 L4_control_C3 +LQ09X031060 Predicted protein 12.56508888 L4_chemical_A1 +LQ09X031060 Predicted protein 12.50045455 L4_chemical_A2 +LQ09X031060 Predicted protein 11.83613077 L4_chemical_A3 +LQ09X031060 Predicted protein 11.33033824 L4_chemical_B1 +LQ09X031060 Predicted protein 11.07453807 L4_chemical_B2 +LQ09X031060 Predicted protein 10.84114978 L4_chemical_B3 +LQ09X031060 Predicted protein 11.48206709 L4_chemical_C2 +LQ09X031060 Predicted protein 12.05211938 L4_chemical_C3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.760639867 C6_control_A1 +LQ09X031070 Tropinone reductase homolog At1g07440 4.876385308 C6_control_A3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.970669683 C6_control_B1 +LQ09X031070 Tropinone reductase homolog At1g07440 4.74327902 C6_control_B2 +LQ09X031070 Tropinone reductase homolog At1g07440 4.980626517 C6_control_B3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.915369223 C6_control_C1 +LQ09X031070 Tropinone reductase homolog At1g07440 4.857458837 C6_control_C2 +LQ09X031070 Tropinone reductase homolog At1g07440 4.923394829 C6_control_C3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.803254134 C6_chemical_A1 +LQ09X031070 Tropinone reductase homolog At1g07440 4.836224028 C6_chemical_A3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.850327221 C6_chemical_B1 +LQ09X031070 Tropinone reductase homolog At1g07440 4.727457455 C6_chemical_B2 +LQ09X031070 Tropinone reductase homolog At1g07440 5.106878513 C6_chemical_B3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.757839262 C6_chemical_C1 +LQ09X031070 Tropinone reductase homolog At1g07440 4.904536567 C6_chemical_C2 +LQ09X031070 Tropinone reductase homolog At1g07440 5.219460175 C6_chemical_C3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.94901056 L4_control_A1 +LQ09X031070 Tropinone reductase homolog At1g07440 4.950719595 L4_control_A2 +LQ09X031070 Tropinone reductase homolog At1g07440 5.298505425 L4_control_A3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.460484185 L4_control_B1 +LQ09X031070 Tropinone reductase homolog At1g07440 5.040053244 L4_control_B2 +LQ09X031070 Tropinone reductase homolog At1g07440 4.861806701 L4_control_B3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.734538012 L4_control_C2 +LQ09X031070 Tropinone reductase homolog At1g07440 4.897077626 L4_control_C3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.924903494 L4_chemical_A1 +LQ09X031070 Tropinone reductase homolog At1g07440 4.694733161 L4_chemical_A2 +LQ09X031070 Tropinone reductase homolog At1g07440 5.183518132 L4_chemical_A3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.597316697 L4_chemical_B1 +LQ09X031070 Tropinone reductase homolog At1g07440 5.108378911 L4_chemical_B2 +LQ09X031070 Tropinone reductase homolog At1g07440 5.078302711 L4_chemical_B3 +LQ09X031070 Tropinone reductase homolog At1g07440 4.95746695 L4_chemical_C2 +LQ09X031070 Tropinone reductase homolog At1g07440 4.808677669 L4_chemical_C3 +LQ09X031080 Tropinone reductase 1 6.715696666 C6_control_A1 +LQ09X031080 Tropinone reductase 1 6.255485916 C6_control_A3 +LQ09X031080 Tropinone reductase 1 6.734720369 C6_control_B1 +LQ09X031080 Tropinone reductase 1 6.718242011 C6_control_B2 +LQ09X031080 Tropinone reductase 1 6.974642671 C6_control_B3 +LQ09X031080 Tropinone reductase 1 6.123129244 C6_control_C1 +LQ09X031080 Tropinone reductase 1 6.541888551 C6_control_C2 +LQ09X031080 Tropinone reductase 1 6.451996914 C6_control_C3 +LQ09X031080 Tropinone reductase 1 6.601620591 C6_chemical_A1 +LQ09X031080 Tropinone reductase 1 6.439425023 C6_chemical_A3 +LQ09X031080 Tropinone reductase 1 6.397960852 C6_chemical_B1 +LQ09X031080 Tropinone reductase 1 6.37506276 C6_chemical_B2 +LQ09X031080 Tropinone reductase 1 6.079213943 C6_chemical_B3 +LQ09X031080 Tropinone reductase 1 6.071185963 C6_chemical_C1 +LQ09X031080 Tropinone reductase 1 6.273542749 C6_chemical_C2 +LQ09X031080 Tropinone reductase 1 6.356725074 C6_chemical_C3 +LQ09X031080 Tropinone reductase 1 6.352048226 L4_control_A1 +LQ09X031080 Tropinone reductase 1 6.304767774 L4_control_A2 +LQ09X031080 Tropinone reductase 1 6.891271814 L4_control_A3 +LQ09X031080 Tropinone reductase 1 5.945627386 L4_control_B1 +LQ09X031080 Tropinone reductase 1 5.833707387 L4_control_B2 +LQ09X031080 Tropinone reductase 1 6.624377217 L4_control_B3 +LQ09X031080 Tropinone reductase 1 6.454161864 L4_control_C2 +LQ09X031080 Tropinone reductase 1 6.15569011 L4_control_C3 +LQ09X031080 Tropinone reductase 1 6.12038039 L4_chemical_A1 +LQ09X031080 Tropinone reductase 1 6.701654109 L4_chemical_A2 +LQ09X031080 Tropinone reductase 1 6.391338817 L4_chemical_A3 +LQ09X031080 Tropinone reductase 1 6.308071376 L4_chemical_B1 +LQ09X031080 Tropinone reductase 1 6.290767761 L4_chemical_B2 +LQ09X031080 Tropinone reductase 1 6.313410575 L4_chemical_B3 +LQ09X031080 Tropinone reductase 1 6.018697654 L4_chemical_C2 +LQ09X031080 Tropinone reductase 1 6.097498634 L4_chemical_C3 +LQ09X031100 Tropinone reductase, putative 5.977739083 C6_control_A1 +LQ09X031100 Tropinone reductase, putative 5.766907423 C6_control_A3 +LQ09X031100 Tropinone reductase, putative 5.563901956 C6_control_B1 +LQ09X031100 Tropinone reductase, putative 5.627897458 C6_control_B2 +LQ09X031100 Tropinone reductase, putative 6.29167169 C6_control_B3 +LQ09X031100 Tropinone reductase, putative 5.255570728 C6_control_C1 +LQ09X031100 Tropinone reductase, putative 5.406259171 C6_control_C2 +LQ09X031100 Tropinone reductase, putative 5.391338739 C6_control_C3 +LQ09X031100 Tropinone reductase, putative 6.029438544 C6_chemical_A1 +LQ09X031100 Tropinone reductase, putative 6.047587051 C6_chemical_A3 +LQ09X031100 Tropinone reductase, putative 5.790548287 C6_chemical_B1 +LQ09X031100 Tropinone reductase, putative 5.805314238 C6_chemical_B2 +LQ09X031100 Tropinone reductase, putative 5.874393198 C6_chemical_B3 +LQ09X031100 Tropinone reductase, putative 5.350298758 C6_chemical_C1 +LQ09X031100 Tropinone reductase, putative 5.74151813 C6_chemical_C2 +LQ09X031100 Tropinone reductase, putative 5.464590049 C6_chemical_C3 +LQ09X031100 Tropinone reductase, putative 5.947714635 L4_control_A1 +LQ09X031100 Tropinone reductase, putative 6.566268121 L4_control_A2 +LQ09X031100 Tropinone reductase, putative 5.855925072 L4_control_A3 +LQ09X031100 Tropinone reductase, putative 6.463138255 L4_control_B1 +LQ09X031100 Tropinone reductase, putative 5.985584581 L4_control_B2 +LQ09X031100 Tropinone reductase, putative 6.364778593 L4_control_B3 +LQ09X031100 Tropinone reductase, putative 5.725009841 L4_control_C2 +LQ09X031100 Tropinone reductase, putative 5.372897405 L4_control_C3 +LQ09X031100 Tropinone reductase, putative 6.264453566 L4_chemical_A1 +LQ09X031100 Tropinone reductase, putative 6.330114147 L4_chemical_A2 +LQ09X031100 Tropinone reductase, putative 6.075796297 L4_chemical_A3 +LQ09X031100 Tropinone reductase, putative 6.548661207 L4_chemical_B1 +LQ09X031100 Tropinone reductase, putative 5.792735436 L4_chemical_B2 +LQ09X031100 Tropinone reductase, putative 6.195067158 L4_chemical_B3 +LQ09X031100 Tropinone reductase, putative 5.728233104 L4_chemical_C2 +LQ09X031100 Tropinone reductase, putative 5.814846002 L4_chemical_C3 +LQ09X031130 Tropinone reductase homolog At1g07440 13.7011014 C6_control_A1 +LQ09X031130 Tropinone reductase homolog At1g07440 13.32579528 C6_control_A3 +LQ09X031130 Tropinone reductase homolog At1g07440 13.55123428 C6_control_B1 +LQ09X031130 Tropinone reductase homolog At1g07440 13.47234562 C6_control_B2 +LQ09X031130 Tropinone reductase homolog At1g07440 13.44813843 C6_control_B3 +LQ09X031130 Tropinone reductase homolog At1g07440 12.9544367 C6_control_C1 +LQ09X031130 Tropinone reductase homolog At1g07440 13.19934992 C6_control_C2 +LQ09X031130 Tropinone reductase homolog At1g07440 12.99862711 C6_control_C3 +LQ09X031130 Tropinone reductase homolog At1g07440 13.34243265 C6_chemical_A1 +LQ09X031130 Tropinone reductase homolog At1g07440 13.58943463 C6_chemical_A3 +LQ09X031130 Tropinone reductase homolog At1g07440 13.31563606 C6_chemical_B1 +LQ09X031130 Tropinone reductase homolog At1g07440 13.36057513 C6_chemical_B2 +LQ09X031130 Tropinone reductase homolog At1g07440 13.27170696 C6_chemical_B3 +LQ09X031130 Tropinone reductase homolog At1g07440 12.78356142 C6_chemical_C1 +LQ09X031130 Tropinone reductase homolog At1g07440 13.20727394 C6_chemical_C2 +LQ09X031130 Tropinone reductase homolog At1g07440 12.9906355 C6_chemical_C3 +LQ09X031130 Tropinone reductase homolog At1g07440 12.66295803 L4_control_A1 +LQ09X031130 Tropinone reductase homolog At1g07440 12.93389709 L4_control_A2 +LQ09X031130 Tropinone reductase homolog At1g07440 12.35061459 L4_control_A3 +LQ09X031130 Tropinone reductase homolog At1g07440 12.97961936 L4_control_B1 +LQ09X031130 Tropinone reductase homolog At1g07440 13.12384244 L4_control_B2 +LQ09X031130 Tropinone reductase homolog At1g07440 12.58926721 L4_control_B3 +LQ09X031130 Tropinone reductase homolog At1g07440 12.67254898 L4_control_C2 +LQ09X031130 Tropinone reductase homolog At1g07440 12.29844933 L4_control_C3 +LQ09X031130 Tropinone reductase homolog At1g07440 12.28099976 L4_chemical_A1 +LQ09X031130 Tropinone reductase homolog At1g07440 12.71916051 L4_chemical_A2 +LQ09X031130 Tropinone reductase homolog At1g07440 12.04689552 L4_chemical_A3 +LQ09X031130 Tropinone reductase homolog At1g07440 13.34651639 L4_chemical_B1 +LQ09X031130 Tropinone reductase homolog At1g07440 12.74815181 L4_chemical_B2 +LQ09X031130 Tropinone reductase homolog At1g07440 12.6557611 L4_chemical_B3 +LQ09X031130 Tropinone reductase homolog At1g07440 12.55222744 L4_chemical_C2 +LQ09X031130 Tropinone reductase homolog At1g07440 12.77460285 L4_chemical_C3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.411922496 C6_control_A1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.218538369 C6_control_A3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.255318079 C6_control_B1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.170337739 C6_control_B2 +LQ09X031140 Tropinone reductase homolog At1g07440 5.311062868 C6_control_B3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.309997945 C6_control_C1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.20808874 C6_control_C2 +LQ09X031140 Tropinone reductase homolog At1g07440 5.273424076 C6_control_C3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.253117122 C6_chemical_A1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.673837659 C6_chemical_A3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.155128227 C6_chemical_B1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.134885363 C6_chemical_B2 +LQ09X031140 Tropinone reductase homolog At1g07440 5.044548601 C6_chemical_B3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.739768134 C6_chemical_C1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.206776408 C6_chemical_C2 +LQ09X031140 Tropinone reductase homolog At1g07440 5.529090526 C6_chemical_C3 +LQ09X031140 Tropinone reductase homolog At1g07440 6.295206781 L4_control_A1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.374173632 L4_control_A2 +LQ09X031140 Tropinone reductase homolog At1g07440 5.989484214 L4_control_A3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.194450338 L4_control_B1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.513392359 L4_control_B2 +LQ09X031140 Tropinone reductase homolog At1g07440 5.131004505 L4_control_B3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.504902069 L4_control_C2 +LQ09X031140 Tropinone reductase homolog At1g07440 4.940904775 L4_control_C3 +LQ09X031140 Tropinone reductase homolog At1g07440 6.465317346 L4_chemical_A1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.371745586 L4_chemical_A2 +LQ09X031140 Tropinone reductase homolog At1g07440 6.426357252 L4_chemical_A3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.672115076 L4_chemical_B1 +LQ09X031140 Tropinone reductase homolog At1g07440 5.166918142 L4_chemical_B2 +LQ09X031140 Tropinone reductase homolog At1g07440 5.103748369 L4_chemical_B3 +LQ09X031140 Tropinone reductase homolog At1g07440 5.807255158 L4_chemical_C2 +LQ09X031140 Tropinone reductase homolog At1g07440 5.220212404 L4_chemical_C3 +LQ09X031150 Tropinone reductase homolog 6.459787721 C6_control_A1 +LQ09X031150 Tropinone reductase homolog 6.256679835 C6_control_A3 +LQ09X031150 Tropinone reductase homolog 6.661210038 C6_control_B1 +LQ09X031150 Tropinone reductase homolog 6.737739449 C6_control_B2 +LQ09X031150 Tropinone reductase homolog 6.513953361 C6_control_B3 +LQ09X031150 Tropinone reductase homolog 7.251752368 C6_control_C1 +LQ09X031150 Tropinone reductase homolog 6.770325407 C6_control_C2 +LQ09X031150 Tropinone reductase homolog 6.976390424 C6_control_C3 +LQ09X031150 Tropinone reductase homolog 5.848825701 C6_chemical_A1 +LQ09X031150 Tropinone reductase homolog 6.476681442 C6_chemical_A3 +LQ09X031150 Tropinone reductase homolog 6.211196705 C6_chemical_B1 +LQ09X031150 Tropinone reductase homolog 6.433930665 C6_chemical_B2 +LQ09X031150 Tropinone reductase homolog 6.168181769 C6_chemical_B3 +LQ09X031150 Tropinone reductase homolog 7.080354517 C6_chemical_C1 +LQ09X031150 Tropinone reductase homolog 6.813963017 C6_chemical_C2 +LQ09X031150 Tropinone reductase homolog 6.559465551 C6_chemical_C3 +LQ09X031150 Tropinone reductase homolog 7.0225868 L4_control_A1 +LQ09X031150 Tropinone reductase homolog 6.329520037 L4_control_A2 +LQ09X031150 Tropinone reductase homolog 6.210050479 L4_control_A3 +LQ09X031150 Tropinone reductase homolog 5.795737207 L4_control_B1 +LQ09X031150 Tropinone reductase homolog 7.240527797 L4_control_B2 +LQ09X031150 Tropinone reductase homolog 6.872998285 L4_control_B3 +LQ09X031150 Tropinone reductase homolog 8.429289471 L4_control_C2 +LQ09X031150 Tropinone reductase homolog 7.311252868 L4_control_C3 +LQ09X031150 Tropinone reductase homolog 6.82795933 L4_chemical_A1 +LQ09X031150 Tropinone reductase homolog 6.247705414 L4_chemical_A2 +LQ09X031150 Tropinone reductase homolog 5.75917103 L4_chemical_A3 +LQ09X031150 Tropinone reductase homolog 5.93992939 L4_chemical_B1 +LQ09X031150 Tropinone reductase homolog 7.178284782 L4_chemical_B2 +LQ09X031150 Tropinone reductase homolog 6.547358089 L4_chemical_B3 +LQ09X031150 Tropinone reductase homolog 7.656021993 L4_chemical_C2 +LQ09X031150 Tropinone reductase homolog 7.494717536 L4_chemical_C3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.53443736 C6_control_A1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.28143049 C6_control_A3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.30098416 C6_control_B1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.60714539 C6_control_B2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.30137003 C6_control_B3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.46797063 C6_control_C1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 14.62643042 C6_control_C2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.76487949 C6_control_C3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.60243881 C6_chemical_A1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.46259361 C6_chemical_A3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.72670563 C6_chemical_B1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.98121714 C6_chemical_B2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.46978091 C6_chemical_B3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.27930813 C6_chemical_C1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.99808185 C6_chemical_C2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.99602227 C6_chemical_C3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 11.95277007 L4_control_A1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.33209298 L4_control_A2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.49620502 L4_control_A3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.50915151 L4_control_B1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.87817538 L4_control_B2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 14.10902931 L4_control_B3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.97360861 L4_control_C2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 14.04796823 L4_control_C3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 11.67906988 L4_chemical_A1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.17075189 L4_chemical_A2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.1283317 L4_chemical_A3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.89745016 L4_chemical_B1 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.20328436 L4_chemical_B2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 13.41671334 L4_chemical_B3 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 14.33388045 L4_chemical_C2 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 14.36670896 L4_chemical_C3 +LQ09X031180 Hypothetical protein 6.178065151 C6_control_A1 +LQ09X031180 Hypothetical protein 6.811113432 C6_control_A3 +LQ09X031180 Hypothetical protein 6.265676821 C6_control_B1 +LQ09X031180 Hypothetical protein 6.418898689 C6_control_B2 +LQ09X031180 Hypothetical protein 6.701688692 C6_control_B3 +LQ09X031180 Hypothetical protein 6.407223096 C6_control_C1 +LQ09X031180 Hypothetical protein 6.794382688 C6_control_C2 +LQ09X031180 Hypothetical protein 6.43044947 C6_control_C3 +LQ09X031180 Hypothetical protein 6.336864516 C6_chemical_A1 +LQ09X031180 Hypothetical protein 6.147415303 C6_chemical_A3 +LQ09X031180 Hypothetical protein 6.830162863 C6_chemical_B1 +LQ09X031180 Hypothetical protein 6.234232637 C6_chemical_B2 +LQ09X031180 Hypothetical protein 6.344843201 C6_chemical_B3 +LQ09X031180 Hypothetical protein 6.272000889 C6_chemical_C1 +LQ09X031180 Hypothetical protein 6.222967513 C6_chemical_C2 +LQ09X031180 Hypothetical protein 6.346285564 C6_chemical_C3 +LQ09X031180 Hypothetical protein 6.118126884 L4_control_A1 +LQ09X031180 Hypothetical protein 6.135498611 L4_control_A2 +LQ09X031180 Hypothetical protein 6.252065698 L4_control_A3 +LQ09X031180 Hypothetical protein 6.11456752 L4_control_B1 +LQ09X031180 Hypothetical protein 6.278183699 L4_control_B2 +LQ09X031180 Hypothetical protein 6.197531601 L4_control_B3 +LQ09X031180 Hypothetical protein 5.958533923 L4_control_C2 +LQ09X031180 Hypothetical protein 6.240330781 L4_control_C3 +LQ09X031180 Hypothetical protein 6.197825617 L4_chemical_A1 +LQ09X031180 Hypothetical protein 6.182413026 L4_chemical_A2 +LQ09X031180 Hypothetical protein 6.852819263 L4_chemical_A3 +LQ09X031180 Hypothetical protein 6.756341668 L4_chemical_B1 +LQ09X031180 Hypothetical protein 6.605834379 L4_chemical_B2 +LQ09X031180 Hypothetical protein 6.304115645 L4_chemical_B3 +LQ09X031180 Hypothetical protein 6.305656074 L4_chemical_C2 +LQ09X031180 Hypothetical protein 6.752661769 L4_chemical_C3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.67442636 C6_control_A1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.78254018 C6_control_A3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.15703398 C6_control_B1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.60343488 C6_control_B2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.08181843 C6_control_B3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.21743689 C6_control_C1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.89267314 C6_control_C2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.14265772 C6_control_C3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.43814611 C6_chemical_A1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.05345411 C6_chemical_A3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.86085496 C6_chemical_B1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.76897383 C6_chemical_B2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.0265984 C6_chemical_B3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.10895895 C6_chemical_C1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.89187954 C6_chemical_C2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.17179166 C6_chemical_C3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.52666624 L4_control_A1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.48252153 L4_control_A2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.13442424 L4_control_A3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.10512245 L4_control_B1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.96664688 L4_control_B2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.20387883 L4_control_B3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.15723745 L4_control_C2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.3780079 L4_control_C3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.61353878 L4_chemical_A1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.52399696 L4_chemical_A2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.35371842 L4_chemical_A3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.05879898 L4_chemical_B1 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.83230927 L4_chemical_B2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.06900866 L4_chemical_B3 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.69188839 L4_chemical_C2 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 14.28993326 L4_chemical_C3 +LQ09X031210 D-xylose-proton symporter-like 3 10.74562353 C6_control_A1 +LQ09X031210 D-xylose-proton symporter-like 3 10.68300241 C6_control_A3 +LQ09X031210 D-xylose-proton symporter-like 3 10.74785959 C6_control_B1 +LQ09X031210 D-xylose-proton symporter-like 3 9.685645428 C6_control_B2 +LQ09X031210 D-xylose-proton symporter-like 3 10.25706571 C6_control_B3 +LQ09X031210 D-xylose-proton symporter-like 3 10.01915954 C6_control_C1 +LQ09X031210 D-xylose-proton symporter-like 3 10.11738877 C6_control_C2 +LQ09X031210 D-xylose-proton symporter-like 3 9.953183735 C6_control_C3 +LQ09X031210 D-xylose-proton symporter-like 3 10.81397479 C6_chemical_A1 +LQ09X031210 D-xylose-proton symporter-like 3 10.33420608 C6_chemical_A3 +LQ09X031210 D-xylose-proton symporter-like 3 11.07506759 C6_chemical_B1 +LQ09X031210 D-xylose-proton symporter-like 3 9.895627543 C6_chemical_B2 +LQ09X031210 D-xylose-proton symporter-like 3 10.51241786 C6_chemical_B3 +LQ09X031210 D-xylose-proton symporter-like 3 10.07625618 C6_chemical_C1 +LQ09X031210 D-xylose-proton symporter-like 3 9.821963069 C6_chemical_C2 +LQ09X031210 D-xylose-proton symporter-like 3 9.812931917 C6_chemical_C3 +LQ09X031210 D-xylose-proton symporter-like 3 10.76057289 L4_control_A1 +LQ09X031210 D-xylose-proton symporter-like 3 10.31621259 L4_control_A2 +LQ09X031210 D-xylose-proton symporter-like 3 10.07113136 L4_control_A3 +LQ09X031210 D-xylose-proton symporter-like 3 10.04455416 L4_control_B1 +LQ09X031210 D-xylose-proton symporter-like 3 11.18321331 L4_control_B2 +LQ09X031210 D-xylose-proton symporter-like 3 10.59339397 L4_control_B3 +LQ09X031210 D-xylose-proton symporter-like 3 10.60025201 L4_control_C2 +LQ09X031210 D-xylose-proton symporter-like 3 11.33338927 L4_control_C3 +LQ09X031210 D-xylose-proton symporter-like 3 10.13811482 L4_chemical_A1 +LQ09X031210 D-xylose-proton symporter-like 3 10.06221164 L4_chemical_A2 +LQ09X031210 D-xylose-proton symporter-like 3 10.27635319 L4_chemical_A3 +LQ09X031210 D-xylose-proton symporter-like 3 10.50982462 L4_chemical_B1 +LQ09X031210 D-xylose-proton symporter-like 3 10.59715755 L4_chemical_B2 +LQ09X031210 D-xylose-proton symporter-like 3 10.43014712 L4_chemical_B3 +LQ09X031210 D-xylose-proton symporter-like 3 10.79241965 L4_chemical_C2 +LQ09X031210 D-xylose-proton symporter-like 3 11.09763975 L4_chemical_C3 +LQ09X031260 Protein TOC75-3, chloroplastic 12.05070725 C6_control_A1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.23890725 C6_control_A3 +LQ09X031260 Protein TOC75-3, chloroplastic 11.87831156 C6_control_B1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.48633092 C6_control_B2 +LQ09X031260 Protein TOC75-3, chloroplastic 11.93221287 C6_control_B3 +LQ09X031260 Protein TOC75-3, chloroplastic 12.55295017 C6_control_C1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.90238559 C6_control_C2 +LQ09X031260 Protein TOC75-3, chloroplastic 12.15021075 C6_control_C3 +LQ09X031260 Protein TOC75-3, chloroplastic 12.22128159 C6_chemical_A1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.31165259 C6_chemical_A3 +LQ09X031260 Protein TOC75-3, chloroplastic 12.02249535 C6_chemical_B1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.27559286 C6_chemical_B2 +LQ09X031260 Protein TOC75-3, chloroplastic 11.7443523 C6_chemical_B3 +LQ09X031260 Protein TOC75-3, chloroplastic 12.65550939 C6_chemical_C1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.74275646 C6_chemical_C2 +LQ09X031260 Protein TOC75-3, chloroplastic 12.00586639 C6_chemical_C3 +LQ09X031260 Protein TOC75-3, chloroplastic 11.48887908 L4_control_A1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.08326576 L4_control_A2 +LQ09X031260 Protein TOC75-3, chloroplastic 10.60904544 L4_control_A3 +LQ09X031260 Protein TOC75-3, chloroplastic 11.65470431 L4_control_B1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.25549694 L4_control_B2 +LQ09X031260 Protein TOC75-3, chloroplastic 11.93376916 L4_control_B3 +LQ09X031260 Protein TOC75-3, chloroplastic 12.67817657 L4_control_C2 +LQ09X031260 Protein TOC75-3, chloroplastic 12.62689182 L4_control_C3 +LQ09X031260 Protein TOC75-3, chloroplastic 11.47447317 L4_chemical_A1 +LQ09X031260 Protein TOC75-3, chloroplastic 11.64159959 L4_chemical_A2 +LQ09X031260 Protein TOC75-3, chloroplastic 9.929918592 L4_chemical_A3 +LQ09X031260 Protein TOC75-3, chloroplastic 11.80113226 L4_chemical_B1 +LQ09X031260 Protein TOC75-3, chloroplastic 12.19630657 L4_chemical_B2 +LQ09X031260 Protein TOC75-3, chloroplastic 11.63543323 L4_chemical_B3 +LQ09X031260 Protein TOC75-3, chloroplastic 12.63338229 L4_chemical_C2 +LQ09X031260 Protein TOC75-3, chloroplastic 12.5181603 L4_chemical_C3 +LQ09X031300 Putative uncharacterized protein 5.469965673 C6_control_A1 +LQ09X031300 Putative uncharacterized protein 5.945349888 C6_control_A3 +LQ09X031300 Putative uncharacterized protein 6.065871765 C6_control_B1 +LQ09X031300 Putative uncharacterized protein 6.484144013 C6_control_B2 +LQ09X031300 Putative uncharacterized protein 5.592839717 C6_control_B3 +LQ09X031300 Putative uncharacterized protein 5.874546565 C6_control_C1 +LQ09X031300 Putative uncharacterized protein 7.660961491 C6_control_C2 +LQ09X031300 Putative uncharacterized protein 6.529794719 C6_control_C3 +LQ09X031300 Putative uncharacterized protein 5.478584622 C6_chemical_A1 +LQ09X031300 Putative uncharacterized protein 6.006428969 C6_chemical_A3 +LQ09X031300 Putative uncharacterized protein 5.496552694 C6_chemical_B1 +LQ09X031300 Putative uncharacterized protein 5.753878664 C6_chemical_B2 +LQ09X031300 Putative uncharacterized protein 5.994466819 C6_chemical_B3 +LQ09X031300 Putative uncharacterized protein 5.894399626 C6_chemical_C1 +LQ09X031300 Putative uncharacterized protein 6.194043811 C6_chemical_C2 +LQ09X031300 Putative uncharacterized protein 6.108050992 C6_chemical_C3 +LQ09X031300 Putative uncharacterized protein 5.568268164 L4_control_A1 +LQ09X031300 Putative uncharacterized protein 5.843070803 L4_control_A2 +LQ09X031300 Putative uncharacterized protein 5.323222446 L4_control_A3 +LQ09X031300 Putative uncharacterized protein 5.874476914 L4_control_B1 +LQ09X031300 Putative uncharacterized protein 5.705885006 L4_control_B2 +LQ09X031300 Putative uncharacterized protein 5.678093535 L4_control_B3 +LQ09X031300 Putative uncharacterized protein 6.207173896 L4_control_C2 +LQ09X031300 Putative uncharacterized protein 5.837516809 L4_control_C3 +LQ09X031300 Putative uncharacterized protein 6.063359776 L4_chemical_A1 +LQ09X031300 Putative uncharacterized protein 6.0553691 L4_chemical_A2 +LQ09X031300 Putative uncharacterized protein 5.526942345 L4_chemical_A3 +LQ09X031300 Putative uncharacterized protein 5.783950512 L4_chemical_B1 +LQ09X031300 Putative uncharacterized protein 6.620884313 L4_chemical_B2 +LQ09X031300 Putative uncharacterized protein 5.55612726 L4_chemical_B3 +LQ09X031300 Putative uncharacterized protein 6.213117575 L4_chemical_C2 +LQ09X031300 Putative uncharacterized protein 5.921549135 L4_chemical_C3 +LQ09X031310 Predicted protein (Fragment) 6.20282611 C6_control_A1 +LQ09X031310 Predicted protein (Fragment) 6.110604477 C6_control_A3 +LQ09X031310 Predicted protein (Fragment) 6.208723472 C6_control_B1 +LQ09X031310 Predicted protein (Fragment) 6.050667971 C6_control_B2 +LQ09X031310 Predicted protein (Fragment) 6.176477558 C6_control_B3 +LQ09X031310 Predicted protein (Fragment) 6.698555971 C6_control_C1 +LQ09X031310 Predicted protein (Fragment) 7.004539763 C6_control_C2 +LQ09X031310 Predicted protein (Fragment) 6.750583803 C6_control_C3 +LQ09X031310 Predicted protein (Fragment) 6.725016088 C6_chemical_A1 +LQ09X031310 Predicted protein (Fragment) 6.183387277 C6_chemical_A3 +LQ09X031310 Predicted protein (Fragment) 5.520601153 C6_chemical_B1 +LQ09X031310 Predicted protein (Fragment) 5.905295631 C6_chemical_B2 +LQ09X031310 Predicted protein (Fragment) 5.921714092 C6_chemical_B3 +LQ09X031310 Predicted protein (Fragment) 6.835066852 C6_chemical_C1 +LQ09X031310 Predicted protein (Fragment) 6.655548558 C6_chemical_C2 +LQ09X031310 Predicted protein (Fragment) 6.088401836 C6_chemical_C3 +LQ09X031310 Predicted protein (Fragment) 5.878876555 L4_control_A1 +LQ09X031310 Predicted protein (Fragment) 6.200725639 L4_control_A2 +LQ09X031310 Predicted protein (Fragment) 6.143303807 L4_control_A3 +LQ09X031310 Predicted protein (Fragment) 6.014952197 L4_control_B1 +LQ09X031310 Predicted protein (Fragment) 6.33777075 L4_control_B2 +LQ09X031310 Predicted protein (Fragment) 6.29742199 L4_control_B3 +LQ09X031310 Predicted protein (Fragment) 5.766937149 L4_control_C2 +LQ09X031310 Predicted protein (Fragment) 5.960958467 L4_control_C3 +LQ09X031310 Predicted protein (Fragment) 5.582306399 L4_chemical_A1 +LQ09X031310 Predicted protein (Fragment) 6.015911145 L4_chemical_A2 +LQ09X031310 Predicted protein (Fragment) 6.336886269 L4_chemical_A3 +LQ09X031310 Predicted protein (Fragment) 6.038769177 L4_chemical_B1 +LQ09X031310 Predicted protein (Fragment) 6.022274087 L4_chemical_B2 +LQ09X031310 Predicted protein (Fragment) 6.180738362 L4_chemical_B3 +LQ09X031310 Predicted protein (Fragment) 5.695160502 L4_chemical_C2 +LQ09X031310 Predicted protein (Fragment) 6.11329982 L4_chemical_C3 +LQ09X031320 Predicted protein 12.57434542 C6_control_A1 +LQ09X031320 Predicted protein 12.70361518 C6_control_A3 +LQ09X031320 Predicted protein 12.45106387 C6_control_B1 +LQ09X031320 Predicted protein 13.41764176 C6_control_B2 +LQ09X031320 Predicted protein 12.41548066 C6_control_B3 +LQ09X031320 Predicted protein 13.80195179 C6_control_C1 +LQ09X031320 Predicted protein 14.06658619 C6_control_C2 +LQ09X031320 Predicted protein 14.19687197 C6_control_C3 +LQ09X031320 Predicted protein 12.55510996 C6_chemical_A1 +LQ09X031320 Predicted protein 12.63545121 C6_chemical_A3 +LQ09X031320 Predicted protein 12.19172824 C6_chemical_B1 +LQ09X031320 Predicted protein 13.12094451 C6_chemical_B2 +LQ09X031320 Predicted protein 12.33696791 C6_chemical_B3 +LQ09X031320 Predicted protein 13.83441985 C6_chemical_C1 +LQ09X031320 Predicted protein 13.85075844 C6_chemical_C2 +LQ09X031320 Predicted protein 13.57766207 C6_chemical_C3 +LQ09X031320 Predicted protein 12.72779885 L4_control_A1 +LQ09X031320 Predicted protein 12.5537652 L4_control_A2 +LQ09X031320 Predicted protein 12.26463946 L4_control_A3 +LQ09X031320 Predicted protein 12.3903971 L4_control_B1 +LQ09X031320 Predicted protein 11.46989242 L4_control_B2 +LQ09X031320 Predicted protein 12.60938377 L4_control_B3 +LQ09X031320 Predicted protein 12.47351575 L4_control_C2 +LQ09X031320 Predicted protein 12.4505024 L4_control_C3 +LQ09X031320 Predicted protein 13.17481176 L4_chemical_A1 +LQ09X031320 Predicted protein 12.87777146 L4_chemical_A2 +LQ09X031320 Predicted protein 12.614697 L4_chemical_A3 +LQ09X031320 Predicted protein 11.98614612 L4_chemical_B1 +LQ09X031320 Predicted protein 12.10097223 L4_chemical_B2 +LQ09X031320 Predicted protein 12.67653054 L4_chemical_B3 +LQ09X031320 Predicted protein 12.62779634 L4_chemical_C2 +LQ09X031320 Predicted protein 12.67280762 L4_chemical_C3 +LQ09X031330 Putative uncharacterized protein 5.170747636 C6_control_A1 +LQ09X031330 Putative uncharacterized protein 4.880356114 C6_control_A3 +LQ09X031330 Putative uncharacterized protein 5.38605451 C6_control_B1 +LQ09X031330 Putative uncharacterized protein 5.146975298 C6_control_B2 +LQ09X031330 Putative uncharacterized protein 5.09085009 C6_control_B3 +LQ09X031330 Putative uncharacterized protein 5.537378578 C6_control_C1 +LQ09X031330 Putative uncharacterized protein 5.392418134 C6_control_C2 +LQ09X031330 Putative uncharacterized protein 5.181769031 C6_control_C3 +LQ09X031330 Putative uncharacterized protein 5.205074923 C6_chemical_A1 +LQ09X031330 Putative uncharacterized protein 4.878252834 C6_chemical_A3 +LQ09X031330 Putative uncharacterized protein 5.251457799 C6_chemical_B1 +LQ09X031330 Putative uncharacterized protein 5.394513004 C6_chemical_B2 +LQ09X031330 Putative uncharacterized protein 5.099451227 C6_chemical_B3 +LQ09X031330 Putative uncharacterized protein 5.527216611 C6_chemical_C1 +LQ09X031330 Putative uncharacterized protein 5.281154035 C6_chemical_C2 +LQ09X031330 Putative uncharacterized protein 5.81133998 C6_chemical_C3 +LQ09X031330 Putative uncharacterized protein 4.98303501 L4_control_A1 +LQ09X031330 Putative uncharacterized protein 5.060420685 L4_control_A2 +LQ09X031330 Putative uncharacterized protein 4.969198038 L4_control_A3 +LQ09X031330 Putative uncharacterized protein 5.137862055 L4_control_B1 +LQ09X031330 Putative uncharacterized protein 5.036608907 L4_control_B2 +LQ09X031330 Putative uncharacterized protein 5.516282992 L4_control_B3 +LQ09X031330 Putative uncharacterized protein 5.011504065 L4_control_C2 +LQ09X031330 Putative uncharacterized protein 6.00917531 L4_control_C3 +LQ09X031330 Putative uncharacterized protein 4.660210032 L4_chemical_A1 +LQ09X031330 Putative uncharacterized protein 4.823428 L4_chemical_A2 +LQ09X031330 Putative uncharacterized protein 5.420580153 L4_chemical_A3 +LQ09X031330 Putative uncharacterized protein 4.842591134 L4_chemical_B1 +LQ09X031330 Putative uncharacterized protein 5.226236294 L4_chemical_B2 +LQ09X031330 Putative uncharacterized protein 5.558028779 L4_chemical_B3 +LQ09X031330 Putative uncharacterized protein 5.253059696 L4_chemical_C2 +LQ09X031330 Putative uncharacterized protein 5.639894856 L4_chemical_C3 +LQ09X031340 Predicted protein 12.96707551 C6_control_A1 +LQ09X031340 Predicted protein 12.37826409 C6_control_A3 +LQ09X031340 Predicted protein 13.5048704 C6_control_B1 +LQ09X031340 Predicted protein 12.95234316 C6_control_B2 +LQ09X031340 Predicted protein 13.32883135 C6_control_B3 +LQ09X031340 Predicted protein 12.70037118 C6_control_C1 +LQ09X031340 Predicted protein 12.44871257 C6_control_C2 +LQ09X031340 Predicted protein 12.61257074 C6_control_C3 +LQ09X031340 Predicted protein 13.27671564 C6_chemical_A1 +LQ09X031340 Predicted protein 12.87962633 C6_chemical_A3 +LQ09X031340 Predicted protein 13.83145578 C6_chemical_B1 +LQ09X031340 Predicted protein 13.17816604 C6_chemical_B2 +LQ09X031340 Predicted protein 13.25511598 C6_chemical_B3 +LQ09X031340 Predicted protein 12.60325879 C6_chemical_C1 +LQ09X031340 Predicted protein 12.32045157 C6_chemical_C2 +LQ09X031340 Predicted protein 12.51400906 C6_chemical_C3 +LQ09X031340 Predicted protein 12.47982794 L4_control_A1 +LQ09X031340 Predicted protein 12.91393026 L4_control_A2 +LQ09X031340 Predicted protein 12.41092615 L4_control_A3 +LQ09X031340 Predicted protein 13.73488008 L4_control_B1 +LQ09X031340 Predicted protein 14.1112195 L4_control_B2 +LQ09X031340 Predicted protein 13.2337158 L4_control_B3 +LQ09X031340 Predicted protein 13.21607353 L4_control_C2 +LQ09X031340 Predicted protein 13.29909813 L4_control_C3 +LQ09X031340 Predicted protein 12.63425296 L4_chemical_A1 +LQ09X031340 Predicted protein 13.36196236 L4_chemical_A2 +LQ09X031340 Predicted protein 12.54435173 L4_chemical_A3 +LQ09X031340 Predicted protein 13.86231875 L4_chemical_B1 +LQ09X031340 Predicted protein 13.83155712 L4_chemical_B2 +LQ09X031340 Predicted protein 13.1077905 L4_chemical_B3 +LQ09X031340 Predicted protein 13.38416039 L4_chemical_C2 +LQ09X031340 Predicted protein 13.21060469 L4_chemical_C3 +LQ09X031360 Laccase-2 5.948279156 C6_control_A1 +LQ09X031360 Laccase-2 5.271001533 C6_control_A3 +LQ09X031360 Laccase-2 6.064125788 C6_control_B1 +LQ09X031360 Laccase-2 6.062923152 C6_control_B2 +LQ09X031360 Laccase-2 5.881669723 C6_control_B3 +LQ09X031360 Laccase-2 6.029018586 C6_control_C1 +LQ09X031360 Laccase-2 5.498753324 C6_control_C2 +LQ09X031360 Laccase-2 6.063864038 C6_control_C3 +LQ09X031360 Laccase-2 5.834108834 C6_chemical_A1 +LQ09X031360 Laccase-2 5.718122862 C6_chemical_A3 +LQ09X031360 Laccase-2 5.734428111 C6_chemical_B1 +LQ09X031360 Laccase-2 5.897085047 C6_chemical_B2 +LQ09X031360 Laccase-2 5.72052856 C6_chemical_B3 +LQ09X031360 Laccase-2 6.166997364 C6_chemical_C1 +LQ09X031360 Laccase-2 5.562777361 C6_chemical_C2 +LQ09X031360 Laccase-2 6.129849293 C6_chemical_C3 +LQ09X031360 Laccase-2 5.906992242 L4_control_A1 +LQ09X031360 Laccase-2 5.778127656 L4_control_A2 +LQ09X031360 Laccase-2 6.710376279 L4_control_A3 +LQ09X031360 Laccase-2 5.63727416 L4_control_B1 +LQ09X031360 Laccase-2 5.895152097 L4_control_B2 +LQ09X031360 Laccase-2 5.764223687 L4_control_B3 +LQ09X031360 Laccase-2 5.851652463 L4_control_C2 +LQ09X031360 Laccase-2 5.790166614 L4_control_C3 +LQ09X031360 Laccase-2 6.065905153 L4_chemical_A1 +LQ09X031360 Laccase-2 5.945184453 L4_chemical_A2 +LQ09X031360 Laccase-2 7.137664504 L4_chemical_A3 +LQ09X031360 Laccase-2 6.064450367 L4_chemical_B1 +LQ09X031360 Laccase-2 5.940682724 L4_chemical_B2 +LQ09X031360 Laccase-2 5.456587001 L4_chemical_B3 +LQ09X031360 Laccase-2 6.015170657 L4_chemical_C2 +LQ09X031360 Laccase-2 5.764233369 L4_chemical_C3 +LQ09X031370 Predicted protein 6.337217039 C6_control_A1 +LQ09X031370 Predicted protein 6.45842459 C6_control_A3 +LQ09X031370 Predicted protein 5.781182619 C6_control_B1 +LQ09X031370 Predicted protein 5.514611452 C6_control_B2 +LQ09X031370 Predicted protein 5.631457129 C6_control_B3 +LQ09X031370 Predicted protein 5.408226123 C6_control_C1 +LQ09X031370 Predicted protein 5.116820416 C6_control_C2 +LQ09X031370 Predicted protein 5.052887017 C6_control_C3 +LQ09X031370 Predicted protein 5.821919687 C6_chemical_A1 +LQ09X031370 Predicted protein 5.954097787 C6_chemical_A3 +LQ09X031370 Predicted protein 5.256211655 C6_chemical_B1 +LQ09X031370 Predicted protein 5.473402996 C6_chemical_B2 +LQ09X031370 Predicted protein 5.711304128 C6_chemical_B3 +LQ09X031370 Predicted protein 5.351962126 C6_chemical_C1 +LQ09X031370 Predicted protein 5.552534348 C6_chemical_C2 +LQ09X031370 Predicted protein 5.093089823 C6_chemical_C3 +LQ09X031370 Predicted protein 5.599521581 L4_control_A1 +LQ09X031370 Predicted protein 6.136732877 L4_control_A2 +LQ09X031370 Predicted protein 6.233826456 L4_control_A3 +LQ09X031370 Predicted protein 5.416051258 L4_control_B1 +LQ09X031370 Predicted protein 6.27090048 L4_control_B2 +LQ09X031370 Predicted protein 5.507065449 L4_control_B3 +LQ09X031370 Predicted protein 6.496205318 L4_control_C2 +LQ09X031370 Predicted protein 5.749557775 L4_control_C3 +LQ09X031370 Predicted protein 5.682114691 L4_chemical_A1 +LQ09X031370 Predicted protein 6.032013535 L4_chemical_A2 +LQ09X031370 Predicted protein 6.772516742 L4_chemical_A3 +LQ09X031370 Predicted protein 5.544304404 L4_chemical_B1 +LQ09X031370 Predicted protein 5.793189125 L4_chemical_B2 +LQ09X031370 Predicted protein 5.683479514 L4_chemical_B3 +LQ09X031370 Predicted protein 5.142654796 L4_chemical_C2 +LQ09X031370 Predicted protein 5.902698881 L4_chemical_C3 +LQ09X031410 Predicted protein 12.9055337 C6_control_A1 +LQ09X031410 Predicted protein 13.20003485 C6_control_A3 +LQ09X031410 Predicted protein 12.11255222 C6_control_B1 +LQ09X031410 Predicted protein 12.78505855 C6_control_B2 +LQ09X031410 Predicted protein 12.46970043 C6_control_B3 +LQ09X031410 Predicted protein 13.34792331 C6_control_C1 +LQ09X031410 Predicted protein 13.28011151 C6_control_C2 +LQ09X031410 Predicted protein 12.82867888 C6_control_C3 +LQ09X031410 Predicted protein 12.80578868 C6_chemical_A1 +LQ09X031410 Predicted protein 12.8700113 C6_chemical_A3 +LQ09X031410 Predicted protein 11.21404669 C6_chemical_B1 +LQ09X031410 Predicted protein 12.0702299 C6_chemical_B2 +LQ09X031410 Predicted protein 11.58968342 C6_chemical_B3 +LQ09X031410 Predicted protein 13.16605841 C6_chemical_C1 +LQ09X031410 Predicted protein 12.8857096 C6_chemical_C2 +LQ09X031410 Predicted protein 12.15874168 C6_chemical_C3 +LQ09X031410 Predicted protein 13.06237311 L4_control_A1 +LQ09X031410 Predicted protein 13.82027651 L4_control_A2 +LQ09X031410 Predicted protein 13.64799356 L4_control_A3 +LQ09X031410 Predicted protein 11.79474939 L4_control_B1 +LQ09X031410 Predicted protein 12.71566714 L4_control_B2 +LQ09X031410 Predicted protein 12.54670509 L4_control_B3 +LQ09X031410 Predicted protein 13.44532796 L4_control_C2 +LQ09X031410 Predicted protein 12.95716834 L4_control_C3 +LQ09X031410 Predicted protein 12.50640999 L4_chemical_A1 +LQ09X031410 Predicted protein 12.91635454 L4_chemical_A2 +LQ09X031410 Predicted protein 13.06815227 L4_chemical_A3 +LQ09X031410 Predicted protein 11.76507918 L4_chemical_B1 +LQ09X031410 Predicted protein 12.67199229 L4_chemical_B2 +LQ09X031410 Predicted protein 11.69564542 L4_chemical_B3 +LQ09X031410 Predicted protein 13.26142643 L4_chemical_C2 +LQ09X031410 Predicted protein 12.93253196 L4_chemical_C3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.099458006 C6_control_A1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.290745558 C6_control_A3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.431489719 C6_control_B1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.81802921 C6_control_B2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.69876811 C6_control_B3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.6392535 C6_control_C1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.430879127 C6_control_C2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.101403055 C6_control_C3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.977296937 C6_chemical_A1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.11831881 C6_chemical_A3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.579152693 C6_chemical_B1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.734151171 C6_chemical_B2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.931926114 C6_chemical_B3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.703889901 C6_chemical_C1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.255306912 C6_chemical_C2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.769117065 C6_chemical_C3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.561542601 L4_control_A1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.74646111 L4_control_A2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.193738126 L4_control_A3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.753673815 L4_control_B1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.926201533 L4_control_B2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.552957022 L4_control_B3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.276457391 L4_control_C2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.725481283 L4_control_C3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.267500034 L4_chemical_A1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.099702811 L4_chemical_A2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.209615891 L4_chemical_A3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 6.328240621 L4_chemical_B1 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.645794096 L4_chemical_B2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.649607218 L4_chemical_B3 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.821997063 L4_chemical_C2 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.321290733 L4_chemical_C3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.795991055 C6_control_A1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 6.032664841 C6_control_A3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.812953836 C6_control_B1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.468064974 C6_control_B2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.601270476 C6_control_B3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.529119737 C6_control_C1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.305317907 C6_control_C2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.182386674 C6_control_C3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.642714423 C6_chemical_A1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 6.335562397 C6_chemical_A3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.478542 C6_chemical_B1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.705509287 C6_chemical_B2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.571528558 C6_chemical_B3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.242594148 C6_chemical_C1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.069633952 C6_chemical_C2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.052141191 C6_chemical_C3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.651134782 L4_control_A1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.374158703 L4_control_A2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 6.53101713 L4_control_A3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.564857054 L4_control_B1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.453589055 L4_control_B2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.332047269 L4_control_B3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.511292041 L4_control_C2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.214265333 L4_control_C3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.616379323 L4_chemical_A1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 6.275480886 L4_chemical_A2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 6.328223935 L4_chemical_A3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.254779645 L4_chemical_B1 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.594482604 L4_chemical_B2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.664704814 L4_chemical_B3 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.677164365 L4_chemical_C2 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.366064729 L4_chemical_C3 +LQ09X031460 Putative uncharacterized protein 12.40089128 C6_control_A1 +LQ09X031460 Putative uncharacterized protein 12.28246285 C6_control_A3 +LQ09X031460 Putative uncharacterized protein 12.03106862 C6_control_B1 +LQ09X031460 Putative uncharacterized protein 12.07962171 C6_control_B2 +LQ09X031460 Putative uncharacterized protein 12.29687313 C6_control_B3 +LQ09X031460 Putative uncharacterized protein 12.52337633 C6_control_C1 +LQ09X031460 Putative uncharacterized protein 12.06945327 C6_control_C2 +LQ09X031460 Putative uncharacterized protein 12.42296768 C6_control_C3 +LQ09X031460 Putative uncharacterized protein 11.77249643 C6_chemical_A1 +LQ09X031460 Putative uncharacterized protein 12.20160613 C6_chemical_A3 +LQ09X031460 Putative uncharacterized protein 11.3973863 C6_chemical_B1 +LQ09X031460 Putative uncharacterized protein 11.75886551 C6_chemical_B2 +LQ09X031460 Putative uncharacterized protein 11.95075354 C6_chemical_B3 +LQ09X031460 Putative uncharacterized protein 12.16983154 C6_chemical_C1 +LQ09X031460 Putative uncharacterized protein 12.27474872 C6_chemical_C2 +LQ09X031460 Putative uncharacterized protein 12.17463515 C6_chemical_C3 +LQ09X031460 Putative uncharacterized protein 12.47063052 L4_control_A1 +LQ09X031460 Putative uncharacterized protein 12.54776761 L4_control_A2 +LQ09X031460 Putative uncharacterized protein 12.93057121 L4_control_A3 +LQ09X031460 Putative uncharacterized protein 12.01587642 L4_control_B1 +LQ09X031460 Putative uncharacterized protein 11.45124975 L4_control_B2 +LQ09X031460 Putative uncharacterized protein 11.78172979 L4_control_B3 +LQ09X031460 Putative uncharacterized protein 11.73438948 L4_control_C2 +LQ09X031460 Putative uncharacterized protein 12.1950337 L4_control_C3 +LQ09X031460 Putative uncharacterized protein 12.2450742 L4_chemical_A1 +LQ09X031460 Putative uncharacterized protein 12.24971612 L4_chemical_A2 +LQ09X031460 Putative uncharacterized protein 12.56764529 L4_chemical_A3 +LQ09X031460 Putative uncharacterized protein 11.99968765 L4_chemical_B1 +LQ09X031460 Putative uncharacterized protein 11.67175153 L4_chemical_B2 +LQ09X031460 Putative uncharacterized protein 11.91782923 L4_chemical_B3 +LQ09X031460 Putative uncharacterized protein 11.80555994 L4_chemical_C2 +LQ09X031460 Putative uncharacterized protein 12.15714571 L4_chemical_C3 +LQ09X031470 Putative Scarecrow-like protein 14 10.50332364 C6_control_A1 +LQ09X031470 Putative Scarecrow-like protein 14 10.2403694 C6_control_A3 +LQ09X031470 Putative Scarecrow-like protein 14 11.04674202 C6_control_B1 +LQ09X031470 Putative Scarecrow-like protein 14 11.58426645 C6_control_B2 +LQ09X031470 Putative Scarecrow-like protein 14 12.25295303 C6_control_B3 +LQ09X031470 Putative Scarecrow-like protein 14 12.71642111 C6_control_C1 +LQ09X031470 Putative Scarecrow-like protein 14 12.75998549 C6_control_C2 +LQ09X031470 Putative Scarecrow-like protein 14 13.56517149 C6_control_C3 +LQ09X031470 Putative Scarecrow-like protein 14 10.22463219 C6_chemical_A1 +LQ09X031470 Putative Scarecrow-like protein 14 10.48757849 C6_chemical_A3 +LQ09X031470 Putative Scarecrow-like protein 14 10.93137366 C6_chemical_B1 +LQ09X031470 Putative Scarecrow-like protein 14 11.31814064 C6_chemical_B2 +LQ09X031470 Putative Scarecrow-like protein 14 12.26838514 C6_chemical_B3 +LQ09X031470 Putative Scarecrow-like protein 14 12.57897768 C6_chemical_C1 +LQ09X031470 Putative Scarecrow-like protein 14 12.53486837 C6_chemical_C2 +LQ09X031470 Putative Scarecrow-like protein 14 13.1959799 C6_chemical_C3 +LQ09X031470 Putative Scarecrow-like protein 14 9.946792667 L4_control_A1 +LQ09X031470 Putative Scarecrow-like protein 14 10.73644254 L4_control_A2 +LQ09X031470 Putative Scarecrow-like protein 14 9.55149818 L4_control_A3 +LQ09X031470 Putative Scarecrow-like protein 14 11.49177153 L4_control_B1 +LQ09X031470 Putative Scarecrow-like protein 14 11.13042148 L4_control_B2 +LQ09X031470 Putative Scarecrow-like protein 14 12.14786849 L4_control_B3 +LQ09X031470 Putative Scarecrow-like protein 14 12.60432315 L4_control_C2 +LQ09X031470 Putative Scarecrow-like protein 14 12.90828623 L4_control_C3 +LQ09X031470 Putative Scarecrow-like protein 14 10.77588434 L4_chemical_A1 +LQ09X031470 Putative Scarecrow-like protein 14 10.8122444 L4_chemical_A2 +LQ09X031470 Putative Scarecrow-like protein 14 10.47559601 L4_chemical_A3 +LQ09X031470 Putative Scarecrow-like protein 14 11.52751427 L4_chemical_B1 +LQ09X031470 Putative Scarecrow-like protein 14 11.32016648 L4_chemical_B2 +LQ09X031470 Putative Scarecrow-like protein 14 11.5137344 L4_chemical_B3 +LQ09X031470 Putative Scarecrow-like protein 14 12.25701364 L4_chemical_C2 +LQ09X031470 Putative Scarecrow-like protein 14 12.5761087 L4_chemical_C3 +LQ09X031500 Scarecrow-like protein 14 9.009097222 C6_control_A1 +LQ09X031500 Scarecrow-like protein 14 8.952540885 C6_control_A3 +LQ09X031500 Scarecrow-like protein 14 8.905735274 C6_control_B1 +LQ09X031500 Scarecrow-like protein 14 9.391435206 C6_control_B2 +LQ09X031500 Scarecrow-like protein 14 9.638432488 C6_control_B3 +LQ09X031500 Scarecrow-like protein 14 10.16321603 C6_control_C1 +LQ09X031500 Scarecrow-like protein 14 10.27010808 C6_control_C2 +LQ09X031500 Scarecrow-like protein 14 10.61395449 C6_control_C3 +LQ09X031500 Scarecrow-like protein 14 9.089267656 C6_chemical_A1 +LQ09X031500 Scarecrow-like protein 14 9.527160379 C6_chemical_A3 +LQ09X031500 Scarecrow-like protein 14 9.220353513 C6_chemical_B1 +LQ09X031500 Scarecrow-like protein 14 9.166644295 C6_chemical_B2 +LQ09X031500 Scarecrow-like protein 14 9.681533811 C6_chemical_B3 +LQ09X031500 Scarecrow-like protein 14 9.925984112 C6_chemical_C1 +LQ09X031500 Scarecrow-like protein 14 10.06631978 C6_chemical_C2 +LQ09X031500 Scarecrow-like protein 14 10.86086984 C6_chemical_C3 +LQ09X031500 Scarecrow-like protein 14 9.384988333 L4_control_A1 +LQ09X031500 Scarecrow-like protein 14 9.417267339 L4_control_A2 +LQ09X031500 Scarecrow-like protein 14 9.987832578 L4_control_A3 +LQ09X031500 Scarecrow-like protein 14 9.079848072 L4_control_B1 +LQ09X031500 Scarecrow-like protein 14 9.676709899 L4_control_B2 +LQ09X031500 Scarecrow-like protein 14 10.29992198 L4_control_B3 +LQ09X031500 Scarecrow-like protein 14 10.81440827 L4_control_C2 +LQ09X031500 Scarecrow-like protein 14 11.53599401 L4_control_C3 +LQ09X031500 Scarecrow-like protein 14 10.29876825 L4_chemical_A1 +LQ09X031500 Scarecrow-like protein 14 9.687016191 L4_chemical_A2 +LQ09X031500 Scarecrow-like protein 14 9.915603703 L4_chemical_A3 +LQ09X031500 Scarecrow-like protein 14 10.00079136 L4_chemical_B1 +LQ09X031500 Scarecrow-like protein 14 9.537042327 L4_chemical_B2 +LQ09X031500 Scarecrow-like protein 14 9.88377559 L4_chemical_B3 +LQ09X031500 Scarecrow-like protein 14 10.38175467 L4_chemical_C2 +LQ09X031500 Scarecrow-like protein 14 11.17103548 L4_chemical_C3 +LQ09X031510 Scarecrow-like protein 14 5.674820972 C6_control_A1 +LQ09X031510 Scarecrow-like protein 14 6.182453711 C6_control_A3 +LQ09X031510 Scarecrow-like protein 14 5.349620251 C6_control_B1 +LQ09X031510 Scarecrow-like protein 14 6.441118461 C6_control_B2 +LQ09X031510 Scarecrow-like protein 14 6.415972915 C6_control_B3 +LQ09X031510 Scarecrow-like protein 14 5.748206731 C6_control_C1 +LQ09X031510 Scarecrow-like protein 14 6.13322732 C6_control_C2 +LQ09X031510 Scarecrow-like protein 14 5.762955078 C6_control_C3 +LQ09X031510 Scarecrow-like protein 14 5.731496784 C6_chemical_A1 +LQ09X031510 Scarecrow-like protein 14 5.505832412 C6_chemical_A3 +LQ09X031510 Scarecrow-like protein 14 5.816404014 C6_chemical_B1 +LQ09X031510 Scarecrow-like protein 14 6.393581908 C6_chemical_B2 +LQ09X031510 Scarecrow-like protein 14 5.418808504 C6_chemical_B3 +LQ09X031510 Scarecrow-like protein 14 6.070522085 C6_chemical_C1 +LQ09X031510 Scarecrow-like protein 14 6.272674505 C6_chemical_C2 +LQ09X031510 Scarecrow-like protein 14 5.624425441 C6_chemical_C3 +LQ09X031510 Scarecrow-like protein 14 5.545923506 L4_control_A1 +LQ09X031510 Scarecrow-like protein 14 6.339903829 L4_control_A2 +LQ09X031510 Scarecrow-like protein 14 6.155923598 L4_control_A3 +LQ09X031510 Scarecrow-like protein 14 5.674174416 L4_control_B1 +LQ09X031510 Scarecrow-like protein 14 6.161437686 L4_control_B2 +LQ09X031510 Scarecrow-like protein 14 6.46451136 L4_control_B3 +LQ09X031510 Scarecrow-like protein 14 6.079653049 L4_control_C2 +LQ09X031510 Scarecrow-like protein 14 5.571690833 L4_control_C3 +LQ09X031510 Scarecrow-like protein 14 5.774785854 L4_chemical_A1 +LQ09X031510 Scarecrow-like protein 14 5.722532965 L4_chemical_A2 +LQ09X031510 Scarecrow-like protein 14 5.206186931 L4_chemical_A3 +LQ09X031510 Scarecrow-like protein 14 5.721530182 L4_chemical_B1 +LQ09X031510 Scarecrow-like protein 14 6.44405978 L4_chemical_B2 +LQ09X031510 Scarecrow-like protein 14 5.776082136 L4_chemical_B3 +LQ09X031510 Scarecrow-like protein 14 5.756255868 L4_chemical_C2 +LQ09X031510 Scarecrow-like protein 14 5.33389856 L4_chemical_C3 +LQ09X031520 Putative Telomere-binding protein 1 12.57212692 C6_control_A1 +LQ09X031520 Putative Telomere-binding protein 1 12.45848992 C6_control_A3 +LQ09X031520 Putative Telomere-binding protein 1 12.51185233 C6_control_B1 +LQ09X031520 Putative Telomere-binding protein 1 13.04388711 C6_control_B2 +LQ09X031520 Putative Telomere-binding protein 1 13.09847279 C6_control_B3 +LQ09X031520 Putative Telomere-binding protein 1 13.36661936 C6_control_C1 +LQ09X031520 Putative Telomere-binding protein 1 13.27588379 C6_control_C2 +LQ09X031520 Putative Telomere-binding protein 1 14.00077352 C6_control_C3 +LQ09X031520 Putative Telomere-binding protein 1 12.54409667 C6_chemical_A1 +LQ09X031520 Putative Telomere-binding protein 1 12.62963111 C6_chemical_A3 +LQ09X031520 Putative Telomere-binding protein 1 12.49106697 C6_chemical_B1 +LQ09X031520 Putative Telomere-binding protein 1 12.83364467 C6_chemical_B2 +LQ09X031520 Putative Telomere-binding protein 1 13.10766759 C6_chemical_B3 +LQ09X031520 Putative Telomere-binding protein 1 12.99453523 C6_chemical_C1 +LQ09X031520 Putative Telomere-binding protein 1 13.21593564 C6_chemical_C2 +LQ09X031520 Putative Telomere-binding protein 1 13.68869109 C6_chemical_C3 +LQ09X031520 Putative Telomere-binding protein 1 12.6402695 L4_control_A1 +LQ09X031520 Putative Telomere-binding protein 1 13.06019132 L4_control_A2 +LQ09X031520 Putative Telomere-binding protein 1 12.28555092 L4_control_A3 +LQ09X031520 Putative Telomere-binding protein 1 12.66394958 L4_control_B1 +LQ09X031520 Putative Telomere-binding protein 1 12.90661492 L4_control_B2 +LQ09X031520 Putative Telomere-binding protein 1 13.30772436 L4_control_B3 +LQ09X031520 Putative Telomere-binding protein 1 13.60601523 L4_control_C2 +LQ09X031520 Putative Telomere-binding protein 1 13.74182378 L4_control_C3 +LQ09X031520 Putative Telomere-binding protein 1 13.24968339 L4_chemical_A1 +LQ09X031520 Putative Telomere-binding protein 1 13.57406086 L4_chemical_A2 +LQ09X031520 Putative Telomere-binding protein 1 12.48459443 L4_chemical_A3 +LQ09X031520 Putative Telomere-binding protein 1 12.67419205 L4_chemical_B1 +LQ09X031520 Putative Telomere-binding protein 1 13.13054471 L4_chemical_B2 +LQ09X031520 Putative Telomere-binding protein 1 13.13327006 L4_chemical_B3 +LQ09X031520 Putative Telomere-binding protein 1 13.64551857 L4_chemical_C2 +LQ09X031520 Putative Telomere-binding protein 1 13.67864722 L4_chemical_C3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 12.20002296 C6_control_A1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 12.31627903 C6_control_A3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.73880313 C6_control_B1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 12.19488273 C6_control_B2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.89140374 C6_control_B3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.85781348 C6_control_C1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.63727753 C6_control_C2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.94571704 C6_control_C3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.93571661 C6_chemical_A1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.75585428 C6_chemical_A3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.48186135 C6_chemical_B1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 12.19632952 C6_chemical_B2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.55329956 C6_chemical_B3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 12.13562899 C6_chemical_C1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.85017183 C6_chemical_C2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.73433074 C6_chemical_C3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.88630039 L4_control_A1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.47908681 L4_control_A2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.51960741 L4_control_A3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.29381015 L4_control_B1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 10.11525934 L4_control_B2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.3205588 L4_control_B3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 10.6074555 L4_control_C2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 10.35407523 L4_control_C3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.95701112 L4_chemical_A1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.07529943 L4_chemical_A2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.89763772 L4_chemical_A3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 10.40638896 L4_chemical_B1 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 10.06687624 L4_chemical_B2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.62767973 L4_chemical_B3 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 10.49256373 L4_chemical_C2 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 10.43839826 L4_chemical_C3 +LQ09X031550 Putative uncharacterized protein 5.442751675 C6_control_A1 +LQ09X031550 Putative uncharacterized protein 5.424269556 C6_control_A3 +LQ09X031550 Putative uncharacterized protein 5.968733672 C6_control_B1 +LQ09X031550 Putative uncharacterized protein 5.388991147 C6_control_B2 +LQ09X031550 Putative uncharacterized protein 5.891525341 C6_control_B3 +LQ09X031550 Putative uncharacterized protein 5.752832749 C6_control_C1 +LQ09X031550 Putative uncharacterized protein 5.908656533 C6_control_C2 +LQ09X031550 Putative uncharacterized protein 5.298624677 C6_control_C3 +LQ09X031550 Putative uncharacterized protein 5.815064837 C6_chemical_A1 +LQ09X031550 Putative uncharacterized protein 5.330616677 C6_chemical_A3 +LQ09X031550 Putative uncharacterized protein 6.04801391 C6_chemical_B1 +LQ09X031550 Putative uncharacterized protein 5.478059672 C6_chemical_B2 +LQ09X031550 Putative uncharacterized protein 5.214998656 C6_chemical_B3 +LQ09X031550 Putative uncharacterized protein 5.67977932 C6_chemical_C1 +LQ09X031550 Putative uncharacterized protein 5.872914253 C6_chemical_C2 +LQ09X031550 Putative uncharacterized protein 5.441245057 C6_chemical_C3 +LQ09X031550 Putative uncharacterized protein 5.405073261 L4_control_A1 +LQ09X031550 Putative uncharacterized protein 5.174727206 L4_control_A2 +LQ09X031550 Putative uncharacterized protein 5.648932569 L4_control_A3 +LQ09X031550 Putative uncharacterized protein 5.685070063 L4_control_B1 +LQ09X031550 Putative uncharacterized protein 5.543516562 L4_control_B2 +LQ09X031550 Putative uncharacterized protein 5.37459631 L4_control_B3 +LQ09X031550 Putative uncharacterized protein 5.734123368 L4_control_C2 +LQ09X031550 Putative uncharacterized protein 5.974025121 L4_control_C3 +LQ09X031550 Putative uncharacterized protein 5.266509347 L4_chemical_A1 +LQ09X031550 Putative uncharacterized protein 5.380798128 L4_chemical_A2 +LQ09X031550 Putative uncharacterized protein 5.364205268 L4_chemical_A3 +LQ09X031550 Putative uncharacterized protein 5.54369114 L4_chemical_B1 +LQ09X031550 Putative uncharacterized protein 5.488638744 L4_chemical_B2 +LQ09X031550 Putative uncharacterized protein 5.324949122 L4_chemical_B3 +LQ09X031550 Putative uncharacterized protein 5.450181709 L4_chemical_C2 +LQ09X031550 Putative uncharacterized protein 6.093587041 L4_chemical_C3 +LQ09X031580 Expansin-A4 14.07822293 C6_control_A1 +LQ09X031580 Expansin-A4 14.10571976 C6_control_A3 +LQ09X031580 Expansin-A4 14.13075619 C6_control_B1 +LQ09X031580 Expansin-A4 12.97228648 C6_control_B2 +LQ09X031580 Expansin-A4 13.88144074 C6_control_B3 +LQ09X031580 Expansin-A4 6.86018472 C6_control_C1 +LQ09X031580 Expansin-A4 7.123600931 C6_control_C2 +LQ09X031580 Expansin-A4 8.140557771 C6_control_C3 +LQ09X031580 Expansin-A4 14.45768983 C6_chemical_A1 +LQ09X031580 Expansin-A4 14.59598747 C6_chemical_A3 +LQ09X031580 Expansin-A4 14.20521661 C6_chemical_B1 +LQ09X031580 Expansin-A4 13.43952607 C6_chemical_B2 +LQ09X031580 Expansin-A4 13.47367451 C6_chemical_B3 +LQ09X031580 Expansin-A4 7.10773634 C6_chemical_C1 +LQ09X031580 Expansin-A4 6.85781036 C6_chemical_C2 +LQ09X031580 Expansin-A4 8.046022843 C6_chemical_C3 +LQ09X031580 Expansin-A4 14.51822737 L4_control_A1 +LQ09X031580 Expansin-A4 14.48185083 L4_control_A2 +LQ09X031580 Expansin-A4 14.48985774 L4_control_A3 +LQ09X031580 Expansin-A4 13.886514 L4_control_B1 +LQ09X031580 Expansin-A4 14.36273799 L4_control_B2 +LQ09X031580 Expansin-A4 11.71470441 L4_control_B3 +LQ09X031580 Expansin-A4 7.776130679 L4_control_C2 +LQ09X031580 Expansin-A4 8.835508446 L4_control_C3 +LQ09X031580 Expansin-A4 13.83761747 L4_chemical_A1 +LQ09X031580 Expansin-A4 14.28660437 L4_chemical_A2 +LQ09X031580 Expansin-A4 14.0481583 L4_chemical_A3 +LQ09X031580 Expansin-A4 13.96429224 L4_chemical_B1 +LQ09X031580 Expansin-A4 14.04162043 L4_chemical_B2 +LQ09X031580 Expansin-A4 13.92643242 L4_chemical_B3 +LQ09X031580 Expansin-A4 8.236456645 L4_chemical_C2 +LQ09X031580 Expansin-A4 8.640622135 L4_chemical_C3 +LQ09X031590 Predicted protein 7.453854644 C6_control_A1 +LQ09X031590 Predicted protein 6.525556414 C6_control_A3 +LQ09X031590 Predicted protein 6.805450419 C6_control_B1 +LQ09X031590 Predicted protein 6.740057164 C6_control_B2 +LQ09X031590 Predicted protein 7.686631068 C6_control_B3 +LQ09X031590 Predicted protein 6.526202953 C6_control_C1 +LQ09X031590 Predicted protein 5.900043237 C6_control_C2 +LQ09X031590 Predicted protein 6.898687824 C6_control_C3 +LQ09X031590 Predicted protein 7.207552555 C6_chemical_A1 +LQ09X031590 Predicted protein 7.393935136 C6_chemical_A3 +LQ09X031590 Predicted protein 6.75911607 C6_chemical_B1 +LQ09X031590 Predicted protein 6.768236869 C6_chemical_B2 +LQ09X031590 Predicted protein 7.221164365 C6_chemical_B3 +LQ09X031590 Predicted protein 6.618165231 C6_chemical_C1 +LQ09X031590 Predicted protein 6.334442013 C6_chemical_C2 +LQ09X031590 Predicted protein 6.611705183 C6_chemical_C3 +LQ09X031590 Predicted protein 7.325804843 L4_control_A1 +LQ09X031590 Predicted protein 7.925921552 L4_control_A2 +LQ09X031590 Predicted protein 8.027973139 L4_control_A3 +LQ09X031590 Predicted protein 7.182453331 L4_control_B1 +LQ09X031590 Predicted protein 7.486458026 L4_control_B2 +LQ09X031590 Predicted protein 7.406795551 L4_control_B3 +LQ09X031590 Predicted protein 6.48595989 L4_control_C2 +LQ09X031590 Predicted protein 6.257116939 L4_control_C3 +LQ09X031590 Predicted protein 8.071673308 L4_chemical_A1 +LQ09X031590 Predicted protein 8.70557713 L4_chemical_A2 +LQ09X031590 Predicted protein 8.6674326 L4_chemical_A3 +LQ09X031590 Predicted protein 7.321965742 L4_chemical_B1 +LQ09X031590 Predicted protein 7.880236708 L4_chemical_B2 +LQ09X031590 Predicted protein 7.417185199 L4_chemical_B3 +LQ09X031590 Predicted protein 6.603090954 L4_chemical_C2 +LQ09X031590 Predicted protein 6.789742347 L4_chemical_C3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.51083299 C6_control_A1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.32092741 C6_control_A3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.47124512 C6_control_B1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.02553201 C6_control_B2 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.89140092 C6_control_B3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.39091176 C6_control_C1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.20814809 C6_control_C2 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.78144569 C6_control_C3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.09690897 C6_chemical_A1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.56189065 C6_chemical_A3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.55207695 C6_chemical_B1 +LQ09X031620 Protein kinase APK1A, chloroplastic 12.66740968 C6_chemical_B2 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.95430546 C6_chemical_B3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.11356096 C6_chemical_C1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.10827229 C6_chemical_C2 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.69131476 C6_chemical_C3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.36852847 L4_control_A1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.44205315 L4_control_A2 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.74919793 L4_control_A3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.90844684 L4_control_B1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.9534915 L4_control_B2 +LQ09X031620 Protein kinase APK1A, chloroplastic 14.06226582 L4_control_B3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.68493592 L4_control_C2 +LQ09X031620 Protein kinase APK1A, chloroplastic 14.43935987 L4_control_C3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.33258614 L4_chemical_A1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.29984874 L4_chemical_A2 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.54306935 L4_chemical_A3 +LQ09X031620 Protein kinase APK1A, chloroplastic 14.03719177 L4_chemical_B1 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.4529162 L4_chemical_B2 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.83091851 L4_chemical_B3 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.74451733 L4_chemical_C2 +LQ09X031620 Protein kinase APK1A, chloroplastic 14.36466271 L4_chemical_C3 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.64852541 C6_control_A1 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.48924852 C6_control_A3 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.40745806 C6_control_B1 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.46882977 C6_control_B2 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.22049525 C6_control_B3 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.11823583 C6_control_C1 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.08401796 C6_control_C2 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.3099514 C6_control_C3 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.7428604 C6_chemical_A1 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.6067134 C6_chemical_A3 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.37990172 C6_chemical_B1 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.46040683 C6_chemical_B2 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.86123572 C6_chemical_B3 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.06053292 C6_chemical_C1 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.93830021 C6_chemical_C2 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.37822818 C6_chemical_C3 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.5744847 L4_control_A1 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.26572549 L4_control_A2 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.32585144 L4_control_A3 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.55825455 L4_control_B1 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.93248111 L4_control_B2 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.77979456 L4_control_B3 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.5462682 L4_control_C2 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.08583274 L4_control_C3 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.73856868 L4_chemical_A1 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.18898906 L4_chemical_A2 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.485747 L4_chemical_A3 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.76942163 L4_chemical_B1 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.75308079 L4_chemical_B2 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.17756238 L4_chemical_B3 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.70277986 L4_chemical_C2 +LQ09X031630 Triosephosphate isomerase, cytosolic 13.25905678 L4_chemical_C3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.815386604 C6_control_A1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 10.73978655 C6_control_A3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 8.777116607 C6_control_B1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 8.117280957 C6_control_B2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 8.595628493 C6_control_B3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 7.990886888 C6_control_C1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 6.93281094 C6_control_C2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 7.923662545 C6_control_C3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.709112906 C6_chemical_A1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 10.82456468 C6_chemical_A3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 8.746267403 C6_chemical_B1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 8.054325846 C6_chemical_B2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 8.00619902 C6_chemical_B3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 7.818089566 C6_chemical_C1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 7.045247143 C6_chemical_C2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 7.831006376 C6_chemical_C3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 10.26260024 L4_control_A1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.350458974 L4_control_A2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 10.98505602 L4_control_A3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 7.928921054 L4_control_B1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.44757583 L4_control_B2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.220969782 L4_control_B3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 8.631322624 L4_control_C2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.949112402 L4_control_C3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 11.38578827 L4_chemical_A1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 10.59191256 L4_chemical_A2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 11.3195311 L4_chemical_A3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.436906803 L4_chemical_B1 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.166670902 L4_chemical_B2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 8.855679562 L4_chemical_B3 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.245765625 L4_chemical_C2 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.593875525 L4_chemical_C3 +LQ09X031680 Hypothetical protein 5.460862316 C6_control_A1 +LQ09X031680 Hypothetical protein 5.65511242 C6_control_A3 +LQ09X031680 Hypothetical protein 5.604822987 C6_control_B1 +LQ09X031680 Hypothetical protein 5.945163125 C6_control_B2 +LQ09X031680 Hypothetical protein 5.547670953 C6_control_B3 +LQ09X031680 Hypothetical protein 5.579675209 C6_control_C1 +LQ09X031680 Hypothetical protein 5.736087682 C6_control_C2 +LQ09X031680 Hypothetical protein 6.557800409 C6_control_C3 +LQ09X031680 Hypothetical protein 5.582267738 C6_chemical_A1 +LQ09X031680 Hypothetical protein 5.74462433 C6_chemical_A3 +LQ09X031680 Hypothetical protein 5.491232213 C6_chemical_B1 +LQ09X031680 Hypothetical protein 5.781181099 C6_chemical_B2 +LQ09X031680 Hypothetical protein 5.29196122 C6_chemical_B3 +LQ09X031680 Hypothetical protein 5.557274761 C6_chemical_C1 +LQ09X031680 Hypothetical protein 5.940466099 C6_chemical_C2 +LQ09X031680 Hypothetical protein 6.255830656 C6_chemical_C3 +LQ09X031680 Hypothetical protein 5.602063448 L4_control_A1 +LQ09X031680 Hypothetical protein 5.332053118 L4_control_A2 +LQ09X031680 Hypothetical protein 5.340094977 L4_control_A3 +LQ09X031680 Hypothetical protein 5.390400662 L4_control_B1 +LQ09X031680 Hypothetical protein 5.965556221 L4_control_B2 +LQ09X031680 Hypothetical protein 5.680131566 L4_control_B3 +LQ09X031680 Hypothetical protein 6.04984414 L4_control_C2 +LQ09X031680 Hypothetical protein 5.28153363 L4_control_C3 +LQ09X031680 Hypothetical protein 5.697158139 L4_chemical_A1 +LQ09X031680 Hypothetical protein 5.699403832 L4_chemical_A2 +LQ09X031680 Hypothetical protein 5.751452599 L4_chemical_A3 +LQ09X031680 Hypothetical protein 5.351968465 L4_chemical_B1 +LQ09X031680 Hypothetical protein 5.995174832 L4_chemical_B2 +LQ09X031680 Hypothetical protein 5.641508454 L4_chemical_B3 +LQ09X031680 Hypothetical protein 5.433826136 L4_chemical_C2 +LQ09X031680 Hypothetical protein 5.341747392 L4_chemical_C3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.222326804 C6_control_A1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.69000334 C6_control_A3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.690842855 C6_control_B1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.781429786 C6_control_B2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.230484512 C6_control_B3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.209556491 C6_control_C1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.325617674 C6_control_C2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.087173804 C6_control_C3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.338114924 C6_chemical_A1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.138782707 C6_chemical_A3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.627676033 C6_chemical_B1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.565797768 C6_chemical_B2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.455603146 C6_chemical_B3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.221392463 C6_chemical_C1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.388847196 C6_chemical_C2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.158803878 C6_chemical_C3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.320260569 L4_control_A1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.591840088 L4_control_A2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.684612569 L4_control_A3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 6.494507194 L4_control_B1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.011617725 L4_control_B2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.757606904 L4_control_B3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.23898482 L4_control_C2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.152921451 L4_control_C3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.629520803 L4_chemical_A1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 4.97077705 L4_chemical_A2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 6.048223247 L4_chemical_A3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.905364027 L4_chemical_B1 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.584724741 L4_chemical_B2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.321575621 L4_chemical_B3 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.00113064 L4_chemical_C2 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.143567086 L4_chemical_C3 +LQ09X031710 Predicted protein 12.11566697 C6_control_A1 +LQ09X031710 Predicted protein 12.03383175 C6_control_A3 +LQ09X031710 Predicted protein 11.27251052 C6_control_B1 +LQ09X031710 Predicted protein 12.74813739 C6_control_B2 +LQ09X031710 Predicted protein 12.04510921 C6_control_B3 +LQ09X031710 Predicted protein 13.45839086 C6_control_C1 +LQ09X031710 Predicted protein 13.6380406 C6_control_C2 +LQ09X031710 Predicted protein 13.44236761 C6_control_C3 +LQ09X031710 Predicted protein 12.07480387 C6_chemical_A1 +LQ09X031710 Predicted protein 12.00809815 C6_chemical_A3 +LQ09X031710 Predicted protein 11.05157166 C6_chemical_B1 +LQ09X031710 Predicted protein 12.5705412 C6_chemical_B2 +LQ09X031710 Predicted protein 11.8573436 C6_chemical_B3 +LQ09X031710 Predicted protein 13.4063427 C6_chemical_C1 +LQ09X031710 Predicted protein 13.29921699 C6_chemical_C2 +LQ09X031710 Predicted protein 13.24428135 C6_chemical_C3 +LQ09X031710 Predicted protein 12.14691112 L4_control_A1 +LQ09X031710 Predicted protein 11.69112745 L4_control_A2 +LQ09X031710 Predicted protein 12.12661297 L4_control_A3 +LQ09X031710 Predicted protein 10.95792678 L4_control_B1 +LQ09X031710 Predicted protein 11.18328211 L4_control_B2 +LQ09X031710 Predicted protein 11.87535592 L4_control_B3 +LQ09X031710 Predicted protein 11.79026134 L4_control_C2 +LQ09X031710 Predicted protein 11.19053604 L4_control_C3 +LQ09X031710 Predicted protein 12.16131476 L4_chemical_A1 +LQ09X031710 Predicted protein 11.8901147 L4_chemical_A2 +LQ09X031710 Predicted protein 12.29978346 L4_chemical_A3 +LQ09X031710 Predicted protein 11.0320827 L4_chemical_B1 +LQ09X031710 Predicted protein 11.20177776 L4_chemical_B2 +LQ09X031710 Predicted protein 11.91647906 L4_chemical_B3 +LQ09X031710 Predicted protein 11.82800709 L4_chemical_C2 +LQ09X031710 Predicted protein 11.30602654 L4_chemical_C3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.7858281 C6_control_A1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 9.933240152 C6_control_A3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.61577168 C6_control_B1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.68650564 C6_control_B2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.45426052 C6_control_B3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 8.572490328 C6_control_C1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 8.731593378 C6_control_C2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 9.086442024 C6_control_C3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.77376642 C6_chemical_A1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.16780544 C6_chemical_A3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.48718503 C6_chemical_B1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.60802068 C6_chemical_B2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.01829521 C6_chemical_B3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 8.850477335 C6_chemical_C1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 8.791325606 C6_chemical_C2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 8.757770151 C6_chemical_C3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.37181336 L4_control_A1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.90086718 L4_control_A2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.30675808 L4_control_A3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.48049527 L4_control_B1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.99110142 L4_control_B2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 9.614743892 L4_control_B3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 8.785325838 L4_control_C2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 8.471519508 L4_control_C3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.22639131 L4_chemical_A1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.56136809 L4_chemical_A2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.1876512 L4_chemical_A3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.47985369 L4_chemical_B1 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.75829567 L4_chemical_B2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 9.93659081 L4_chemical_B3 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 8.453895234 L4_chemical_C2 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 9.138653468 L4_chemical_C3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.74011678 C6_control_A1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.42333545 C6_control_A3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.33625423 C6_control_B1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.15793394 C6_control_B2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.92830227 C6_control_B3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.33111989 C6_control_C1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.65341835 C6_control_C2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.53300647 C6_control_C3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.59617675 C6_chemical_A1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.05916265 C6_chemical_A3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.44122991 C6_chemical_B1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.12986457 C6_chemical_B2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.33835945 C6_chemical_B3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 10.76457469 C6_chemical_C1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.55235213 C6_chemical_C2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.71309098 C6_chemical_C3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.06590989 L4_control_A1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.14490636 L4_control_A2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.77064556 L4_control_A3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.30336616 L4_control_B1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.47988156 L4_control_B2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.68363496 L4_control_B3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 13.25688414 L4_control_C2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 14.22493047 L4_control_C3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.02267656 L4_chemical_A1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.13269584 L4_chemical_A2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.58994373 L4_chemical_A3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.87728131 L4_chemical_B1 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.14516849 L4_chemical_B2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.26661988 L4_chemical_B3 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 12.99049383 L4_chemical_C2 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 13.74333096 L4_chemical_C3 +LQ09X031870 Zinc finger protein, putative 6.621173136 C6_control_A1 +LQ09X031870 Zinc finger protein, putative 6.267621934 C6_control_A3 +LQ09X031870 Zinc finger protein, putative 6.852837523 C6_control_B1 +LQ09X031870 Zinc finger protein, putative 6.971289592 C6_control_B2 +LQ09X031870 Zinc finger protein, putative 6.155644919 C6_control_B3 +LQ09X031870 Zinc finger protein, putative 6.974904078 C6_control_C1 +LQ09X031870 Zinc finger protein, putative 7.003076444 C6_control_C2 +LQ09X031870 Zinc finger protein, putative 6.959309712 C6_control_C3 +LQ09X031870 Zinc finger protein, putative 6.588067958 C6_chemical_A1 +LQ09X031870 Zinc finger protein, putative 6.471601656 C6_chemical_A3 +LQ09X031870 Zinc finger protein, putative 6.787101185 C6_chemical_B1 +LQ09X031870 Zinc finger protein, putative 6.968015817 C6_chemical_B2 +LQ09X031870 Zinc finger protein, putative 6.015333091 C6_chemical_B3 +LQ09X031870 Zinc finger protein, putative 6.705701768 C6_chemical_C1 +LQ09X031870 Zinc finger protein, putative 6.938133999 C6_chemical_C2 +LQ09X031870 Zinc finger protein, putative 7.212642241 C6_chemical_C3 +LQ09X031870 Zinc finger protein, putative 6.587981302 L4_control_A1 +LQ09X031870 Zinc finger protein, putative 6.674878479 L4_control_A2 +LQ09X031870 Zinc finger protein, putative 4.980382452 L4_control_A3 +LQ09X031870 Zinc finger protein, putative 6.425961993 L4_control_B1 +LQ09X031870 Zinc finger protein, putative 6.565766475 L4_control_B2 +LQ09X031870 Zinc finger protein, putative 6.422656399 L4_control_B3 +LQ09X031870 Zinc finger protein, putative 6.842963016 L4_control_C2 +LQ09X031870 Zinc finger protein, putative 6.589643567 L4_control_C3 +LQ09X031870 Zinc finger protein, putative 6.749701542 L4_chemical_A1 +LQ09X031870 Zinc finger protein, putative 6.845764892 L4_chemical_A2 +LQ09X031870 Zinc finger protein, putative 5.447283699 L4_chemical_A3 +LQ09X031870 Zinc finger protein, putative 6.044273355 L4_chemical_B1 +LQ09X031870 Zinc finger protein, putative 6.729232421 L4_chemical_B2 +LQ09X031870 Zinc finger protein, putative 6.284156633 L4_chemical_B3 +LQ09X031870 Zinc finger protein, putative 6.541524552 L4_chemical_C2 +LQ09X031870 Zinc finger protein, putative 7.036417728 L4_chemical_C3 +LQ09X031880 U-box domain-containing protein 13 6.481702303 C6_control_A1 +LQ09X031880 U-box domain-containing protein 13 6.012078052 C6_control_A3 +LQ09X031880 U-box domain-containing protein 13 6.816505853 C6_control_B1 +LQ09X031880 U-box domain-containing protein 13 5.915848204 C6_control_B2 +LQ09X031880 U-box domain-containing protein 13 6.699940063 C6_control_B3 +LQ09X031880 U-box domain-containing protein 13 5.986343444 C6_control_C1 +LQ09X031880 U-box domain-containing protein 13 5.683765738 C6_control_C2 +LQ09X031880 U-box domain-containing protein 13 5.699695928 C6_control_C3 +LQ09X031880 U-box domain-containing protein 13 6.362100819 C6_chemical_A1 +LQ09X031880 U-box domain-containing protein 13 5.720275594 C6_chemical_A3 +LQ09X031880 U-box domain-containing protein 13 6.63326095 C6_chemical_B1 +LQ09X031880 U-box domain-containing protein 13 6.042230123 C6_chemical_B2 +LQ09X031880 U-box domain-containing protein 13 6.556562013 C6_chemical_B3 +LQ09X031880 U-box domain-containing protein 13 5.651943218 C6_chemical_C1 +LQ09X031880 U-box domain-containing protein 13 5.442689001 C6_chemical_C2 +LQ09X031880 U-box domain-containing protein 13 5.964293249 C6_chemical_C3 +LQ09X031880 U-box domain-containing protein 13 6.118278033 L4_control_A1 +LQ09X031880 U-box domain-containing protein 13 6.340086856 L4_control_A2 +LQ09X031880 U-box domain-containing protein 13 6.74109278 L4_control_A3 +LQ09X031880 U-box domain-containing protein 13 6.008891022 L4_control_B1 +LQ09X031880 U-box domain-containing protein 13 6.648338868 L4_control_B2 +LQ09X031880 U-box domain-containing protein 13 6.170831327 L4_control_B3 +LQ09X031880 U-box domain-containing protein 13 6.494385894 L4_control_C2 +LQ09X031880 U-box domain-containing protein 13 6.471477523 L4_control_C3 +LQ09X031880 U-box domain-containing protein 13 6.355126279 L4_chemical_A1 +LQ09X031880 U-box domain-containing protein 13 6.172079218 L4_chemical_A2 +LQ09X031880 U-box domain-containing protein 13 6.068687855 L4_chemical_A3 +LQ09X031880 U-box domain-containing protein 13 6.717287279 L4_chemical_B1 +LQ09X031880 U-box domain-containing protein 13 6.928531992 L4_chemical_B2 +LQ09X031880 U-box domain-containing protein 13 6.461302815 L4_chemical_B3 +LQ09X031880 U-box domain-containing protein 13 6.34962809 L4_chemical_C2 +LQ09X031880 U-box domain-containing protein 13 6.318865973 L4_chemical_C3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.312327275 C6_control_A1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.10939217 C6_control_A3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.700998815 C6_control_B1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.120918212 C6_control_B2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.464565141 C6_control_B3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.129956931 C6_control_C1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.581943232 C6_control_C2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.285675977 C6_control_C3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.055595663 C6_chemical_A1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 4.975121082 C6_chemical_A3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 4.965137612 C6_chemical_B1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.078553947 C6_chemical_B2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.641747209 C6_chemical_B3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.430899477 C6_chemical_C1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.10107699 C6_chemical_C2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.424192149 C6_chemical_C3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.576725695 L4_control_A1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.370075353 L4_control_A2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.060949397 L4_control_A3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 4.788361589 L4_control_B1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 4.80437819 L4_control_B2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 4.960450994 L4_control_B3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.423612961 L4_control_C2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.859180773 L4_control_C3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.486411836 L4_chemical_A1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.342125932 L4_chemical_A2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.456811473 L4_chemical_A3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 4.926298164 L4_chemical_B1 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.214731443 L4_chemical_B2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.362494332 L4_chemical_B3 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.399369349 L4_chemical_C2 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.942329308 L4_chemical_C3 +LQ09X031910 Putative uncharacterized protein 12.75865802 C6_control_A1 +LQ09X031910 Putative uncharacterized protein 12.86008924 C6_control_A3 +LQ09X031910 Putative uncharacterized protein 11.85097062 C6_control_B1 +LQ09X031910 Putative uncharacterized protein 12.29003199 C6_control_B2 +LQ09X031910 Putative uncharacterized protein 11.80833694 C6_control_B3 +LQ09X031910 Putative uncharacterized protein 12.08663168 C6_control_C1 +LQ09X031910 Putative uncharacterized protein 11.82818416 C6_control_C2 +LQ09X031910 Putative uncharacterized protein 12.06722608 C6_control_C3 +LQ09X031910 Putative uncharacterized protein 12.7120815 C6_chemical_A1 +LQ09X031910 Putative uncharacterized protein 11.75657366 C6_chemical_A3 +LQ09X031910 Putative uncharacterized protein 11.57285738 C6_chemical_B1 +LQ09X031910 Putative uncharacterized protein 12.25903899 C6_chemical_B2 +LQ09X031910 Putative uncharacterized protein 11.67591061 C6_chemical_B3 +LQ09X031910 Putative uncharacterized protein 12.099941 C6_chemical_C1 +LQ09X031910 Putative uncharacterized protein 11.97285771 C6_chemical_C2 +LQ09X031910 Putative uncharacterized protein 12.06562799 C6_chemical_C3 +LQ09X031910 Putative uncharacterized protein 12.90946871 L4_control_A1 +LQ09X031910 Putative uncharacterized protein 12.7292851 L4_control_A2 +LQ09X031910 Putative uncharacterized protein 12.93659085 L4_control_A3 +LQ09X031910 Putative uncharacterized protein 10.86560231 L4_control_B1 +LQ09X031910 Putative uncharacterized protein 9.959477219 L4_control_B2 +LQ09X031910 Putative uncharacterized protein 11.12511304 L4_control_B3 +LQ09X031910 Putative uncharacterized protein 11.23739986 L4_control_C2 +LQ09X031910 Putative uncharacterized protein 10.6126792 L4_control_C3 +LQ09X031910 Putative uncharacterized protein 12.55399965 L4_chemical_A1 +LQ09X031910 Putative uncharacterized protein 12.5636986 L4_chemical_A2 +LQ09X031910 Putative uncharacterized protein 12.69993781 L4_chemical_A3 +LQ09X031910 Putative uncharacterized protein 10.97886351 L4_chemical_B1 +LQ09X031910 Putative uncharacterized protein 11.2820851 L4_chemical_B2 +LQ09X031910 Putative uncharacterized protein 11.43468665 L4_chemical_B3 +LQ09X031910 Putative uncharacterized protein 11.20757409 L4_chemical_C2 +LQ09X031910 Putative uncharacterized protein 10.96468192 L4_chemical_C3 +LQ09X031930 Predicted protein 12.71917121 C6_control_A1 +LQ09X031930 Predicted protein 11.95487519 C6_control_A3 +LQ09X031930 Predicted protein 12.58991652 C6_control_B1 +LQ09X031930 Predicted protein 12.54110072 C6_control_B2 +LQ09X031930 Predicted protein 12.49607207 C6_control_B3 +LQ09X031930 Predicted protein 11.35604029 C6_control_C1 +LQ09X031930 Predicted protein 11.1622403 C6_control_C2 +LQ09X031930 Predicted protein 11.10363758 C6_control_C3 +LQ09X031930 Predicted protein 12.42003687 C6_chemical_A1 +LQ09X031930 Predicted protein 12.53018501 C6_chemical_A3 +LQ09X031930 Predicted protein 12.35222421 C6_chemical_B1 +LQ09X031930 Predicted protein 12.70270177 C6_chemical_B2 +LQ09X031930 Predicted protein 12.24014105 C6_chemical_B3 +LQ09X031930 Predicted protein 11.06673402 C6_chemical_C1 +LQ09X031930 Predicted protein 10.88664235 C6_chemical_C2 +LQ09X031930 Predicted protein 10.95590451 C6_chemical_C3 +LQ09X031930 Predicted protein 12.68972883 L4_control_A1 +LQ09X031930 Predicted protein 12.34361008 L4_control_A2 +LQ09X031930 Predicted protein 12.00474223 L4_control_A3 +LQ09X031930 Predicted protein 11.92025022 L4_control_B1 +LQ09X031930 Predicted protein 12.16145494 L4_control_B2 +LQ09X031930 Predicted protein 11.76396324 L4_control_B3 +LQ09X031930 Predicted protein 10.82726646 L4_control_C2 +LQ09X031930 Predicted protein 10.19091845 L4_control_C3 +LQ09X031930 Predicted protein 11.72033017 L4_chemical_A1 +LQ09X031930 Predicted protein 11.71214216 L4_chemical_A2 +LQ09X031930 Predicted protein 11.94340447 L4_chemical_A3 +LQ09X031930 Predicted protein 11.57292372 L4_chemical_B1 +LQ09X031930 Predicted protein 11.86400573 L4_chemical_B2 +LQ09X031930 Predicted protein 12.46873503 L4_chemical_B3 +LQ09X031930 Predicted protein 10.40862486 L4_chemical_C2 +LQ09X031930 Predicted protein 10.25271552 L4_chemical_C3 +LQ09X031950 Putative uncharacterized protein 5.435842885 C6_control_A1 +LQ09X031950 Putative uncharacterized protein 5.944436119 C6_control_A3 +LQ09X031950 Putative uncharacterized protein 5.80048218 C6_control_B1 +LQ09X031950 Putative uncharacterized protein 5.320407263 C6_control_B2 +LQ09X031950 Putative uncharacterized protein 5.572317842 C6_control_B3 +LQ09X031950 Putative uncharacterized protein 5.404061195 C6_control_C1 +LQ09X031950 Putative uncharacterized protein 7.392398956 C6_control_C2 +LQ09X031950 Putative uncharacterized protein 5.63386069 C6_control_C3 +LQ09X031950 Putative uncharacterized protein 5.14699378 C6_chemical_A1 +LQ09X031950 Putative uncharacterized protein 5.217235426 C6_chemical_A3 +LQ09X031950 Putative uncharacterized protein 5.478551139 C6_chemical_B1 +LQ09X031950 Putative uncharacterized protein 5.529784121 C6_chemical_B2 +LQ09X031950 Putative uncharacterized protein 5.571101776 C6_chemical_B3 +LQ09X031950 Putative uncharacterized protein 5.566375671 C6_chemical_C1 +LQ09X031950 Putative uncharacterized protein 5.989537356 C6_chemical_C2 +LQ09X031950 Putative uncharacterized protein 5.462168148 C6_chemical_C3 +LQ09X031950 Putative uncharacterized protein 5.38178236 L4_control_A1 +LQ09X031950 Putative uncharacterized protein 5.316640064 L4_control_A2 +LQ09X031950 Putative uncharacterized protein 5.327651375 L4_control_A3 +LQ09X031950 Putative uncharacterized protein 5.677416074 L4_control_B1 +LQ09X031950 Putative uncharacterized protein 5.533645782 L4_control_B2 +LQ09X031950 Putative uncharacterized protein 5.55418098 L4_control_B3 +LQ09X031950 Putative uncharacterized protein 5.233349954 L4_control_C2 +LQ09X031950 Putative uncharacterized protein 6.430322581 L4_control_C3 +LQ09X031950 Putative uncharacterized protein 5.219903937 L4_chemical_A1 +LQ09X031950 Putative uncharacterized protein 5.496632617 L4_chemical_A2 +LQ09X031950 Putative uncharacterized protein 5.276732043 L4_chemical_A3 +LQ09X031950 Putative uncharacterized protein 5.402086167 L4_chemical_B1 +LQ09X031950 Putative uncharacterized protein 5.292702586 L4_chemical_B2 +LQ09X031950 Putative uncharacterized protein 5.527736704 L4_chemical_B3 +LQ09X031950 Putative uncharacterized protein 5.474500897 L4_chemical_C2 +LQ09X031950 Putative uncharacterized protein 5.930651785 L4_chemical_C3 +LQ09X031960 Heat shock cognate 70 kDa protein 12.59253422 C6_control_A1 +LQ09X031960 Heat shock cognate 70 kDa protein 11.89852999 C6_control_A3 +LQ09X031960 Heat shock cognate 70 kDa protein 12.42617747 C6_control_B1 +LQ09X031960 Heat shock cognate 70 kDa protein 13.06448076 C6_control_B2 +LQ09X031960 Heat shock cognate 70 kDa protein 12.17242347 C6_control_B3 +LQ09X031960 Heat shock cognate 70 kDa protein 13.53139607 C6_control_C1 +LQ09X031960 Heat shock cognate 70 kDa protein 13.34850834 C6_control_C2 +LQ09X031960 Heat shock cognate 70 kDa protein 12.39306796 C6_control_C3 +LQ09X031960 Heat shock cognate 70 kDa protein 14.79632987 C6_chemical_A1 +LQ09X031960 Heat shock cognate 70 kDa protein 12.48545582 C6_chemical_A3 +LQ09X031960 Heat shock cognate 70 kDa protein 14.09880845 C6_chemical_B1 +LQ09X031960 Heat shock cognate 70 kDa protein 14.4728625 C6_chemical_B2 +LQ09X031960 Heat shock cognate 70 kDa protein 12.49003523 C6_chemical_B3 +LQ09X031960 Heat shock cognate 70 kDa protein 15.46477273 C6_chemical_C1 +LQ09X031960 Heat shock cognate 70 kDa protein 14.6393733 C6_chemical_C2 +LQ09X031960 Heat shock cognate 70 kDa protein 12.57770627 C6_chemical_C3 +LQ09X031960 Heat shock cognate 70 kDa protein 13.235269 L4_control_A1 +LQ09X031960 Heat shock cognate 70 kDa protein 13.20735086 L4_control_A2 +LQ09X031960 Heat shock cognate 70 kDa protein 11.54404767 L4_control_A3 +LQ09X031960 Heat shock cognate 70 kDa protein 12.32333628 L4_control_B1 +LQ09X031960 Heat shock cognate 70 kDa protein 13.26304582 L4_control_B2 +LQ09X031960 Heat shock cognate 70 kDa protein 12.62132315 L4_control_B3 +LQ09X031960 Heat shock cognate 70 kDa protein 13.06959606 L4_control_C2 +LQ09X031960 Heat shock cognate 70 kDa protein 12.37844185 L4_control_C3 +LQ09X031960 Heat shock cognate 70 kDa protein 14.46843207 L4_chemical_A1 +LQ09X031960 Heat shock cognate 70 kDa protein 14.86699362 L4_chemical_A2 +LQ09X031960 Heat shock cognate 70 kDa protein 11.76135759 L4_chemical_A3 +LQ09X031960 Heat shock cognate 70 kDa protein 13.11060202 L4_chemical_B1 +LQ09X031960 Heat shock cognate 70 kDa protein 13.94599161 L4_chemical_B2 +LQ09X031960 Heat shock cognate 70 kDa protein 11.99481785 L4_chemical_B3 +LQ09X031960 Heat shock cognate 70 kDa protein 13.85875082 L4_chemical_C2 +LQ09X031960 Heat shock cognate 70 kDa protein 12.5102637 L4_chemical_C3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.33013795 C6_control_A1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.02066287 C6_control_A3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.644305624 C6_control_B1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.905322133 C6_control_B2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 8.484132174 C6_control_B3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 9.559833264 C6_control_C1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 9.215505522 C6_control_C2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 9.775280454 C6_control_C3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.45592271 C6_chemical_A1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.132893543 C6_chemical_A3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.510876418 C6_chemical_B1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 8.187817955 C6_chemical_B2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.87763841 C6_chemical_B3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 9.596943932 C6_chemical_C1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 9.550863759 C6_chemical_C2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 9.357915524 C6_chemical_C3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.483743628 L4_control_A1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.584563865 L4_control_A2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.138396536 L4_control_A3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.110306954 L4_control_B1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 8.297217458 L4_control_B2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.650909469 L4_control_B3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 8.826226424 L4_control_C2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 8.144490837 L4_control_C3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.241819884 L4_chemical_A1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.77183433 L4_chemical_A2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.027735406 L4_chemical_A3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.842274545 L4_chemical_B1 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 8.312567873 L4_chemical_B2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.439978918 L4_chemical_B3 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 8.361823498 L4_chemical_C2 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 8.914235405 L4_chemical_C3 +LQ09X031980 Osmotin-like protein 5.897503077 C6_control_A1 +LQ09X031980 Osmotin-like protein 5.903655781 C6_control_A3 +LQ09X031980 Osmotin-like protein 5.554756831 C6_control_B1 +LQ09X031980 Osmotin-like protein 5.706666057 C6_control_B2 +LQ09X031980 Osmotin-like protein 5.28491498 C6_control_B3 +LQ09X031980 Osmotin-like protein 5.264578577 C6_control_C1 +LQ09X031980 Osmotin-like protein 5.162039381 C6_control_C2 +LQ09X031980 Osmotin-like protein 5.301584648 C6_control_C3 +LQ09X031980 Osmotin-like protein 5.833793164 C6_chemical_A1 +LQ09X031980 Osmotin-like protein 5.443230389 C6_chemical_A3 +LQ09X031980 Osmotin-like protein 5.387884158 C6_chemical_B1 +LQ09X031980 Osmotin-like protein 5.531210557 C6_chemical_B2 +LQ09X031980 Osmotin-like protein 5.375158384 C6_chemical_B3 +LQ09X031980 Osmotin-like protein 5.537776539 C6_chemical_C1 +LQ09X031980 Osmotin-like protein 5.122813918 C6_chemical_C2 +LQ09X031980 Osmotin-like protein 5.482384924 C6_chemical_C3 +LQ09X031980 Osmotin-like protein 6.474339259 L4_control_A1 +LQ09X031980 Osmotin-like protein 5.833470035 L4_control_A2 +LQ09X031980 Osmotin-like protein 6.369064569 L4_control_A3 +LQ09X031980 Osmotin-like protein 5.542658796 L4_control_B1 +LQ09X031980 Osmotin-like protein 5.846092098 L4_control_B2 +LQ09X031980 Osmotin-like protein 4.895552933 L4_control_B3 +LQ09X031980 Osmotin-like protein 4.966024126 L4_control_C2 +LQ09X031980 Osmotin-like protein 5.081741584 L4_control_C3 +LQ09X031980 Osmotin-like protein 5.567149173 L4_chemical_A1 +LQ09X031980 Osmotin-like protein 5.850904566 L4_chemical_A2 +LQ09X031980 Osmotin-like protein 6.522260102 L4_chemical_A3 +LQ09X031980 Osmotin-like protein 5.764371088 L4_chemical_B1 +LQ09X031980 Osmotin-like protein 6.001125345 L4_chemical_B2 +LQ09X031980 Osmotin-like protein 6.146176293 L4_chemical_B3 +LQ09X031980 Osmotin-like protein 5.514927125 L4_chemical_C2 +LQ09X031980 Osmotin-like protein 5.303997805 L4_chemical_C3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.8282896 C6_control_A1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.9646791 C6_control_A3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.08774847 C6_control_B1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.25220815 C6_control_B2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.16759269 C6_control_B3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.05638406 C6_control_C1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.20313204 C6_control_C2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.34475548 C6_control_C3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.88019536 C6_chemical_A1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.91988832 C6_chemical_A3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.06600196 C6_chemical_B1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.42894077 C6_chemical_B2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.52526222 C6_chemical_B3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.98583266 C6_chemical_C1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.24262385 C6_chemical_C2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.36611079 C6_chemical_C3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.22272548 L4_control_A1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.53197756 L4_control_A2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.09133073 L4_control_A3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.42035155 L4_control_B1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.58291609 L4_control_B2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.21497415 L4_control_B3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 12.9758381 L4_control_C2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.58011842 L4_control_C3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.7169374 L4_chemical_A1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.75210271 L4_chemical_A2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.72044451 L4_chemical_A3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.66205134 L4_chemical_B1 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.34212034 L4_chemical_B2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 14.38975161 L4_chemical_B3 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 12.92337052 L4_chemical_C2 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.51949133 L4_chemical_C3 +LQ09X032010 Putative Sec14 cytosolic factor 12.37485286 C6_control_A1 +LQ09X032010 Putative Sec14 cytosolic factor 12.38122736 C6_control_A3 +LQ09X032010 Putative Sec14 cytosolic factor 12.78591436 C6_control_B1 +LQ09X032010 Putative Sec14 cytosolic factor 12.46168437 C6_control_B2 +LQ09X032010 Putative Sec14 cytosolic factor 12.60217805 C6_control_B3 +LQ09X032010 Putative Sec14 cytosolic factor 12.852599 C6_control_C1 +LQ09X032010 Putative Sec14 cytosolic factor 12.36316211 C6_control_C2 +LQ09X032010 Putative Sec14 cytosolic factor 12.59710101 C6_control_C3 +LQ09X032010 Putative Sec14 cytosolic factor 12.285071 C6_chemical_A1 +LQ09X032010 Putative Sec14 cytosolic factor 12.29720107 C6_chemical_A3 +LQ09X032010 Putative Sec14 cytosolic factor 12.61432724 C6_chemical_B1 +LQ09X032010 Putative Sec14 cytosolic factor 12.49787464 C6_chemical_B2 +LQ09X032010 Putative Sec14 cytosolic factor 12.3340203 C6_chemical_B3 +LQ09X032010 Putative Sec14 cytosolic factor 12.64356994 C6_chemical_C1 +LQ09X032010 Putative Sec14 cytosolic factor 12.09921964 C6_chemical_C2 +LQ09X032010 Putative Sec14 cytosolic factor 12.22039604 C6_chemical_C3 +LQ09X032010 Putative Sec14 cytosolic factor 12.17260777 L4_control_A1 +LQ09X032010 Putative Sec14 cytosolic factor 12.32394118 L4_control_A2 +LQ09X032010 Putative Sec14 cytosolic factor 12.41992079 L4_control_A3 +LQ09X032010 Putative Sec14 cytosolic factor 12.73222717 L4_control_B1 +LQ09X032010 Putative Sec14 cytosolic factor 12.53541473 L4_control_B2 +LQ09X032010 Putative Sec14 cytosolic factor 12.36025899 L4_control_B3 +LQ09X032010 Putative Sec14 cytosolic factor 12.26124757 L4_control_C2 +LQ09X032010 Putative Sec14 cytosolic factor 12.61163551 L4_control_C3 +LQ09X032010 Putative Sec14 cytosolic factor 12.31537219 L4_chemical_A1 +LQ09X032010 Putative Sec14 cytosolic factor 12.62222055 L4_chemical_A2 +LQ09X032010 Putative Sec14 cytosolic factor 12.50592728 L4_chemical_A3 +LQ09X032010 Putative Sec14 cytosolic factor 12.83150973 L4_chemical_B1 +LQ09X032010 Putative Sec14 cytosolic factor 12.46165672 L4_chemical_B2 +LQ09X032010 Putative Sec14 cytosolic factor 12.74731481 L4_chemical_B3 +LQ09X032010 Putative Sec14 cytosolic factor 12.07181946 L4_chemical_C2 +LQ09X032010 Putative Sec14 cytosolic factor 12.64523082 L4_chemical_C3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.859937879 C6_control_A1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.308034081 C6_control_A3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.357545755 C6_control_B1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.272631474 C6_control_B2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.994875262 C6_control_B3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.696205741 C6_control_C1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.957366536 C6_control_C2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.709293418 C6_control_C3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.874564483 C6_chemical_A1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.988710157 C6_chemical_A3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.320169593 C6_chemical_B1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.884815407 C6_chemical_B2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.994672338 C6_chemical_B3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.507513282 C6_chemical_C1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.745033576 C6_chemical_C2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.86341442 C6_chemical_C3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.884920025 L4_control_A1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.232274491 L4_control_A2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.931127742 L4_control_A3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.545435593 L4_control_B1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.896587104 L4_control_B2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.830427921 L4_control_B3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.180032193 L4_control_C2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.134915753 L4_control_C3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.821150832 L4_chemical_A1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.621900939 L4_chemical_A2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 7.098948165 L4_chemical_A3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.80540985 L4_chemical_B1 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.450363916 L4_chemical_B2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 6.102032049 L4_chemical_B3 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.432699533 L4_chemical_C2 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.944372041 L4_chemical_C3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.00169782 C6_control_A1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.45640739 C6_control_A3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.21101075 C6_control_B1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.17472312 C6_control_B2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.17561592 C6_control_B3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.78781113 C6_control_C1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.59621372 C6_control_C2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.6003396 C6_control_C3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.13336389 C6_chemical_A1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.38403937 C6_chemical_A3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.13202644 C6_chemical_B1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.96570735 C6_chemical_B2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.9598232 C6_chemical_B3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.78198248 C6_chemical_C1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.5743142 C6_chemical_C2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.16583764 C6_chemical_C3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.1042805 L4_control_A1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.938525 L4_control_A2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.5467454 L4_control_A3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.90249823 L4_control_B1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.26852306 L4_control_B2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.82910376 L4_control_B3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.39946878 L4_control_C2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.25887885 L4_control_C3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.98831646 L4_chemical_A1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.96425896 L4_chemical_A2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.50325417 L4_chemical_A3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.32207572 L4_chemical_B1 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.12453015 L4_chemical_B2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.28265977 L4_chemical_B3 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.6373759 L4_chemical_C2 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 14.34901971 L4_chemical_C3 +LQ09X032050 Histone H4 5.622625602 C6_control_A1 +LQ09X032050 Histone H4 6.569295687 C6_control_A3 +LQ09X032050 Histone H4 5.346142611 C6_control_B1 +LQ09X032050 Histone H4 5.182174516 C6_control_B2 +LQ09X032050 Histone H4 5.048573373 C6_control_B3 +LQ09X032050 Histone H4 4.857296957 C6_control_C1 +LQ09X032050 Histone H4 5.575781 C6_control_C2 +LQ09X032050 Histone H4 5.010612327 C6_control_C3 +LQ09X032050 Histone H4 5.273448842 C6_chemical_A1 +LQ09X032050 Histone H4 5.56368953 C6_chemical_A3 +LQ09X032050 Histone H4 5.164022632 C6_chemical_B1 +LQ09X032050 Histone H4 5.161981781 C6_chemical_B2 +LQ09X032050 Histone H4 5.154334048 C6_chemical_B3 +LQ09X032050 Histone H4 4.835186015 C6_chemical_C1 +LQ09X032050 Histone H4 5.517469162 C6_chemical_C2 +LQ09X032050 Histone H4 5.043206735 C6_chemical_C3 +LQ09X032050 Histone H4 5.23607229 L4_control_A1 +LQ09X032050 Histone H4 5.419051003 L4_control_A2 +LQ09X032050 Histone H4 5.864841219 L4_control_A3 +LQ09X032050 Histone H4 5.074977897 L4_control_B1 +LQ09X032050 Histone H4 5.974714502 L4_control_B2 +LQ09X032050 Histone H4 5.314223246 L4_control_B3 +LQ09X032050 Histone H4 5.225084473 L4_control_C2 +LQ09X032050 Histone H4 5.152340191 L4_control_C3 +LQ09X032050 Histone H4 5.570944179 L4_chemical_A1 +LQ09X032050 Histone H4 5.346126003 L4_chemical_A2 +LQ09X032050 Histone H4 6.14281514 L4_chemical_A3 +LQ09X032050 Histone H4 5.476885529 L4_chemical_B1 +LQ09X032050 Histone H4 5.671869113 L4_chemical_B2 +LQ09X032050 Histone H4 5.47358372 L4_chemical_B3 +LQ09X032050 Histone H4 4.802010673 L4_chemical_C2 +LQ09X032050 Histone H4 5.178440041 L4_chemical_C3 +LQ09X032070 Putative uncharacterized protein 5.635584073 C6_control_A1 +LQ09X032070 Putative uncharacterized protein 5.946270869 C6_control_A3 +LQ09X032070 Putative uncharacterized protein 5.246830525 C6_control_B1 +LQ09X032070 Putative uncharacterized protein 5.824688369 C6_control_B2 +LQ09X032070 Putative uncharacterized protein 5.697839325 C6_control_B3 +LQ09X032070 Putative uncharacterized protein 5.616694116 C6_control_C1 +LQ09X032070 Putative uncharacterized protein 6.038109555 C6_control_C2 +LQ09X032070 Putative uncharacterized protein 5.707106533 C6_control_C3 +LQ09X032070 Putative uncharacterized protein 5.596654509 C6_chemical_A1 +LQ09X032070 Putative uncharacterized protein 5.961070397 C6_chemical_A3 +LQ09X032070 Putative uncharacterized protein 5.834649744 C6_chemical_B1 +LQ09X032070 Putative uncharacterized protein 5.705250404 C6_chemical_B2 +LQ09X032070 Putative uncharacterized protein 5.746555752 C6_chemical_B3 +LQ09X032070 Putative uncharacterized protein 5.399118036 C6_chemical_C1 +LQ09X032070 Putative uncharacterized protein 5.865765774 C6_chemical_C2 +LQ09X032070 Putative uncharacterized protein 5.450181623 C6_chemical_C3 +LQ09X032070 Putative uncharacterized protein 5.479889956 L4_control_A1 +LQ09X032070 Putative uncharacterized protein 5.823701732 L4_control_A2 +LQ09X032070 Putative uncharacterized protein 5.617585894 L4_control_A3 +LQ09X032070 Putative uncharacterized protein 5.762918375 L4_control_B1 +LQ09X032070 Putative uncharacterized protein 6.081227777 L4_control_B2 +LQ09X032070 Putative uncharacterized protein 5.948256168 L4_control_B3 +LQ09X032070 Putative uncharacterized protein 5.495178533 L4_control_C2 +LQ09X032070 Putative uncharacterized protein 5.341216046 L4_control_C3 +LQ09X032070 Putative uncharacterized protein 5.662658003 L4_chemical_A1 +LQ09X032070 Putative uncharacterized protein 5.779687083 L4_chemical_A2 +LQ09X032070 Putative uncharacterized protein 6.109679816 L4_chemical_A3 +LQ09X032070 Putative uncharacterized protein 5.561654499 L4_chemical_B1 +LQ09X032070 Putative uncharacterized protein 5.847880336 L4_chemical_B2 +LQ09X032070 Putative uncharacterized protein 5.492501081 L4_chemical_B3 +LQ09X032070 Putative uncharacterized protein 5.638400612 L4_chemical_C2 +LQ09X032070 Putative uncharacterized protein 5.764318551 L4_chemical_C3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.90067065 C6_control_A1 +LQ09X032080 Putative RNA and export factor-binding protein 2 14.06036286 C6_control_A3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.91615526 C6_control_B1 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.54848874 C6_control_B2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.64956915 C6_control_B3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.63178325 C6_control_C1 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.61258926 C6_control_C2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.53298711 C6_control_C3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.60372503 C6_chemical_A1 +LQ09X032080 Putative RNA and export factor-binding protein 2 14.178693 C6_chemical_A3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.7916824 C6_chemical_B1 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.68875752 C6_chemical_B2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.46481076 C6_chemical_B3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.28144371 C6_chemical_C1 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.21606076 C6_chemical_C2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.02323845 C6_chemical_C3 +LQ09X032080 Putative RNA and export factor-binding protein 2 14.01827786 L4_control_A1 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.7368347 L4_control_A2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.83144025 L4_control_A3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.41964936 L4_control_B1 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.55352276 L4_control_B2 +LQ09X032080 Putative RNA and export factor-binding protein 2 12.91375953 L4_control_B3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.93639413 L4_control_C2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.58713096 L4_control_C3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.68202567 L4_chemical_A1 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.44379214 L4_chemical_A2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.52013086 L4_chemical_A3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.67813591 L4_chemical_B1 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.37602058 L4_chemical_B2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.30436018 L4_chemical_B3 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.72019683 L4_chemical_C2 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.15981539 L4_chemical_C3 +LQ09X032110 Probable histone H2B.1 15.4251787 C6_control_A1 +LQ09X032110 Probable histone H2B.1 15.71795594 C6_control_A3 +LQ09X032110 Probable histone H2B.1 14.84293503 C6_control_B1 +LQ09X032110 Probable histone H2B.1 13.63301781 C6_control_B2 +LQ09X032110 Probable histone H2B.1 13.41884309 C6_control_B3 +LQ09X032110 Probable histone H2B.1 13.78609018 C6_control_C1 +LQ09X032110 Probable histone H2B.1 14.30149713 C6_control_C2 +LQ09X032110 Probable histone H2B.1 14.2420645 C6_control_C3 +LQ09X032110 Probable histone H2B.1 15.0777341 C6_chemical_A1 +LQ09X032110 Probable histone H2B.1 15.5147398 C6_chemical_A3 +LQ09X032110 Probable histone H2B.1 13.71442056 C6_chemical_B1 +LQ09X032110 Probable histone H2B.1 13.56437846 C6_chemical_B2 +LQ09X032110 Probable histone H2B.1 13.50542537 C6_chemical_B3 +LQ09X032110 Probable histone H2B.1 13.98476375 C6_chemical_C1 +LQ09X032110 Probable histone H2B.1 13.91829853 C6_chemical_C2 +LQ09X032110 Probable histone H2B.1 14.09852301 C6_chemical_C3 +LQ09X032110 Probable histone H2B.1 15.48021918 L4_control_A1 +LQ09X032110 Probable histone H2B.1 14.93176843 L4_control_A2 +LQ09X032110 Probable histone H2B.1 15.25084587 L4_control_A3 +LQ09X032110 Probable histone H2B.1 13.51994612 L4_control_B1 +LQ09X032110 Probable histone H2B.1 13.93142554 L4_control_B2 +LQ09X032110 Probable histone H2B.1 13.30489651 L4_control_B3 +LQ09X032110 Probable histone H2B.1 14.31662369 L4_control_C2 +LQ09X032110 Probable histone H2B.1 14.07975837 L4_control_C3 +LQ09X032110 Probable histone H2B.1 14.46624746 L4_chemical_A1 +LQ09X032110 Probable histone H2B.1 14.35967064 L4_chemical_A2 +LQ09X032110 Probable histone H2B.1 15.18045086 L4_chemical_A3 +LQ09X032110 Probable histone H2B.1 14.08008141 L4_chemical_B1 +LQ09X032110 Probable histone H2B.1 14.52980315 L4_chemical_B2 +LQ09X032110 Probable histone H2B.1 14.91961282 L4_chemical_B3 +LQ09X032110 Probable histone H2B.1 14.1600532 L4_chemical_C2 +LQ09X032110 Probable histone H2B.1 13.9728063 L4_chemical_C3 +LQ09X032130 Actin-depolymerizing factor 2 14.16412202 C6_control_A1 +LQ09X032130 Actin-depolymerizing factor 2 13.98901428 C6_control_A3 +LQ09X032130 Actin-depolymerizing factor 2 13.93874368 C6_control_B1 +LQ09X032130 Actin-depolymerizing factor 2 14.51357862 C6_control_B2 +LQ09X032130 Actin-depolymerizing factor 2 14.13460725 C6_control_B3 +LQ09X032130 Actin-depolymerizing factor 2 13.84414663 C6_control_C1 +LQ09X032130 Actin-depolymerizing factor 2 14.00081828 C6_control_C2 +LQ09X032130 Actin-depolymerizing factor 2 13.92954033 C6_control_C3 +LQ09X032130 Actin-depolymerizing factor 2 13.96390011 C6_chemical_A1 +LQ09X032130 Actin-depolymerizing factor 2 13.8106135 C6_chemical_A3 +LQ09X032130 Actin-depolymerizing factor 2 13.68941282 C6_chemical_B1 +LQ09X032130 Actin-depolymerizing factor 2 14.62762778 C6_chemical_B2 +LQ09X032130 Actin-depolymerizing factor 2 13.85908912 C6_chemical_B3 +LQ09X032130 Actin-depolymerizing factor 2 13.47276979 C6_chemical_C1 +LQ09X032130 Actin-depolymerizing factor 2 13.75528134 C6_chemical_C2 +LQ09X032130 Actin-depolymerizing factor 2 13.86674969 C6_chemical_C3 +LQ09X032130 Actin-depolymerizing factor 2 13.50758346 L4_control_A1 +LQ09X032130 Actin-depolymerizing factor 2 14.07749894 L4_control_A2 +LQ09X032130 Actin-depolymerizing factor 2 13.40132843 L4_control_A3 +LQ09X032130 Actin-depolymerizing factor 2 13.3536134 L4_control_B1 +LQ09X032130 Actin-depolymerizing factor 2 13.17627466 L4_control_B2 +LQ09X032130 Actin-depolymerizing factor 2 13.85200048 L4_control_B3 +LQ09X032130 Actin-depolymerizing factor 2 12.72084203 L4_control_C2 +LQ09X032130 Actin-depolymerizing factor 2 12.72051685 L4_control_C3 +LQ09X032130 Actin-depolymerizing factor 2 13.44725842 L4_chemical_A1 +LQ09X032130 Actin-depolymerizing factor 2 13.61811114 L4_chemical_A2 +LQ09X032130 Actin-depolymerizing factor 2 13.29248368 L4_chemical_A3 +LQ09X032130 Actin-depolymerizing factor 2 13.05495166 L4_chemical_B1 +LQ09X032130 Actin-depolymerizing factor 2 12.99866139 L4_chemical_B2 +LQ09X032130 Actin-depolymerizing factor 2 14.05134383 L4_chemical_B3 +LQ09X032130 Actin-depolymerizing factor 2 12.48520194 L4_chemical_C2 +LQ09X032130 Actin-depolymerizing factor 2 12.80915205 L4_chemical_C3 +LQ09X032140 Histone H2A 6.214003941 C6_control_A1 +LQ09X032140 Histone H2A 6.708403393 C6_control_A3 +LQ09X032140 Histone H2A 6.274276353 C6_control_B1 +LQ09X032140 Histone H2A 5.687255371 C6_control_B2 +LQ09X032140 Histone H2A 5.799350876 C6_control_B3 +LQ09X032140 Histone H2A 5.566621497 C6_control_C1 +LQ09X032140 Histone H2A 5.686224642 C6_control_C2 +LQ09X032140 Histone H2A 5.671395693 C6_control_C3 +LQ09X032140 Histone H2A 6.03530625 C6_chemical_A1 +LQ09X032140 Histone H2A 5.894542821 C6_chemical_A3 +LQ09X032140 Histone H2A 5.6181404 C6_chemical_B1 +LQ09X032140 Histone H2A 5.81203686 C6_chemical_B2 +LQ09X032140 Histone H2A 5.265172254 C6_chemical_B3 +LQ09X032140 Histone H2A 5.39260141 C6_chemical_C1 +LQ09X032140 Histone H2A 5.806911602 C6_chemical_C2 +LQ09X032140 Histone H2A 5.659574393 C6_chemical_C3 +LQ09X032140 Histone H2A 6.575518381 L4_control_A1 +LQ09X032140 Histone H2A 6.509970152 L4_control_A2 +LQ09X032140 Histone H2A 5.774032554 L4_control_A3 +LQ09X032140 Histone H2A 5.285467051 L4_control_B1 +LQ09X032140 Histone H2A 6.371767679 L4_control_B2 +LQ09X032140 Histone H2A 5.007635877 L4_control_B3 +LQ09X032140 Histone H2A 5.353542164 L4_control_C2 +LQ09X032140 Histone H2A 5.468240321 L4_control_C3 +LQ09X032140 Histone H2A 5.334147536 L4_chemical_A1 +LQ09X032140 Histone H2A 6.048349882 L4_chemical_A2 +LQ09X032140 Histone H2A 6.164245914 L4_chemical_A3 +LQ09X032140 Histone H2A 5.56007207 L4_chemical_B1 +LQ09X032140 Histone H2A 6.694703145 L4_chemical_B2 +LQ09X032140 Histone H2A 6.191561357 L4_chemical_B3 +LQ09X032140 Histone H2A 5.175606468 L4_chemical_C2 +LQ09X032140 Histone H2A 5.193837366 L4_chemical_C3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.958530244 C6_control_A1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.966038452 C6_control_A3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.664798071 C6_control_B1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.725655426 C6_control_B2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.344245456 C6_control_B3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.037090379 C6_control_C1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.27383534 C6_control_C2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 8.866621388 C6_control_C3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.824781912 C6_chemical_A1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.648315259 C6_chemical_A3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.799339982 C6_chemical_B1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.490006823 C6_chemical_B2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.183718326 C6_chemical_B3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 8.799190787 C6_chemical_C1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.174835653 C6_chemical_C2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 8.599625065 C6_chemical_C3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.03310215 L4_control_A1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.86583575 L4_control_A2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.82046938 L4_control_A3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.17021281 L4_control_B1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.58974175 L4_control_B2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.759889299 L4_control_B3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.59971298 L4_control_C2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.53115891 L4_control_C3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.50718619 L4_chemical_A1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 11.14646227 L4_chemical_A2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.50835374 L4_chemical_A3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.42309006 L4_chemical_B1 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.81534776 L4_chemical_B2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.268977284 L4_chemical_B3 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 11.03389708 L4_chemical_C2 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 10.40117091 L4_chemical_C3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.954465825 C6_control_A1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.353128317 C6_control_A3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.891941171 C6_control_B1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.236931673 C6_control_B2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.955707913 C6_control_B3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.51402433 C6_control_C1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.459479251 C6_control_C2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.511692176 C6_control_C3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.670603926 C6_chemical_A1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.475241528 C6_chemical_A3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.7137041 C6_chemical_B1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.359039744 C6_chemical_B2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.699612247 C6_chemical_B3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.710199088 C6_chemical_C1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.383808767 C6_chemical_C2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.460711658 C6_chemical_C3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.749566004 L4_control_A1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.589360148 L4_control_A2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.545085414 L4_control_A3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.687052014 L4_control_B1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.807711314 L4_control_B2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.920152392 L4_control_B3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.654993375 L4_control_C2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.507998407 L4_control_C3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.479863837 L4_chemical_A1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 6.355682415 L4_chemical_A2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.828320632 L4_chemical_A3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.601622828 L4_chemical_B1 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.636180301 L4_chemical_B2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.837650911 L4_chemical_B3 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.975271935 L4_chemical_C2 +LQ09X032160 Putative Cold-inducible RNA-binding protein 4.874610439 L4_chemical_C3 +LQ09X032170 Probable histone H2B.1 14.9269244 C6_control_A1 +LQ09X032170 Probable histone H2B.1 14.88241117 C6_control_A3 +LQ09X032170 Probable histone H2B.1 14.53485393 C6_control_B1 +LQ09X032170 Probable histone H2B.1 15.45337657 C6_control_B2 +LQ09X032170 Probable histone H2B.1 14.6345925 C6_control_B3 +LQ09X032170 Probable histone H2B.1 15.31940134 C6_control_C1 +LQ09X032170 Probable histone H2B.1 15.18368976 C6_control_C2 +LQ09X032170 Probable histone H2B.1 15.41525232 C6_control_C3 +LQ09X032170 Probable histone H2B.1 14.76706399 C6_chemical_A1 +LQ09X032170 Probable histone H2B.1 14.51865796 C6_chemical_A3 +LQ09X032170 Probable histone H2B.1 14.37340974 C6_chemical_B1 +LQ09X032170 Probable histone H2B.1 15.57002922 C6_chemical_B2 +LQ09X032170 Probable histone H2B.1 15.07778827 C6_chemical_B3 +LQ09X032170 Probable histone H2B.1 14.82985877 C6_chemical_C1 +LQ09X032170 Probable histone H2B.1 15.39904802 C6_chemical_C2 +LQ09X032170 Probable histone H2B.1 15.08300034 C6_chemical_C3 +LQ09X032170 Probable histone H2B.1 14.87152649 L4_control_A1 +LQ09X032170 Probable histone H2B.1 14.34414458 L4_control_A2 +LQ09X032170 Probable histone H2B.1 13.97298184 L4_control_A3 +LQ09X032170 Probable histone H2B.1 14.33181614 L4_control_B1 +LQ09X032170 Probable histone H2B.1 13.74247689 L4_control_B2 +LQ09X032170 Probable histone H2B.1 14.23010232 L4_control_B3 +LQ09X032170 Probable histone H2B.1 14.08110093 L4_control_C2 +LQ09X032170 Probable histone H2B.1 14.2443166 L4_control_C3 +LQ09X032170 Probable histone H2B.1 13.90351363 L4_chemical_A1 +LQ09X032170 Probable histone H2B.1 13.75274596 L4_chemical_A2 +LQ09X032170 Probable histone H2B.1 14.14914212 L4_chemical_A3 +LQ09X032170 Probable histone H2B.1 13.43150137 L4_chemical_B1 +LQ09X032170 Probable histone H2B.1 14.32669126 L4_chemical_B2 +LQ09X032170 Probable histone H2B.1 14.64863427 L4_chemical_B3 +LQ09X032170 Probable histone H2B.1 13.99267874 L4_chemical_C2 +LQ09X032170 Probable histone H2B.1 14.02356951 L4_chemical_C3 +LQ09X032190 40S ribosomal protein S15a-1 13.58092241 C6_control_A1 +LQ09X032190 40S ribosomal protein S15a-1 14.54583582 C6_control_A3 +LQ09X032190 40S ribosomal protein S15a-1 13.04191494 C6_control_B1 +LQ09X032190 40S ribosomal protein S15a-1 12.57172682 C6_control_B2 +LQ09X032190 40S ribosomal protein S15a-1 12.81320385 C6_control_B3 +LQ09X032190 40S ribosomal protein S15a-1 11.54707203 C6_control_C1 +LQ09X032190 40S ribosomal protein S15a-1 12.1410603 C6_control_C2 +LQ09X032190 40S ribosomal protein S15a-1 11.44113329 C6_control_C3 +LQ09X032190 40S ribosomal protein S15a-1 13.71517689 C6_chemical_A1 +LQ09X032190 40S ribosomal protein S15a-1 13.52620098 C6_chemical_A3 +LQ09X032190 40S ribosomal protein S15a-1 12.79011225 C6_chemical_B1 +LQ09X032190 40S ribosomal protein S15a-1 12.47234953 C6_chemical_B2 +LQ09X032190 40S ribosomal protein S15a-1 12.49358312 C6_chemical_B3 +LQ09X032190 40S ribosomal protein S15a-1 11.62311934 C6_chemical_C1 +LQ09X032190 40S ribosomal protein S15a-1 11.8546934 C6_chemical_C2 +LQ09X032190 40S ribosomal protein S15a-1 11.24061341 C6_chemical_C3 +LQ09X032190 40S ribosomal protein S15a-1 13.70931282 L4_control_A1 +LQ09X032190 40S ribosomal protein S15a-1 13.882551 L4_control_A2 +LQ09X032190 40S ribosomal protein S15a-1 13.86089402 L4_control_A3 +LQ09X032190 40S ribosomal protein S15a-1 12.50822741 L4_control_B1 +LQ09X032190 40S ribosomal protein S15a-1 12.70596274 L4_control_B2 +LQ09X032190 40S ribosomal protein S15a-1 12.12397606 L4_control_B3 +LQ09X032190 40S ribosomal protein S15a-1 12.73818617 L4_control_C2 +LQ09X032190 40S ribosomal protein S15a-1 12.40676807 L4_control_C3 +LQ09X032190 40S ribosomal protein S15a-1 13.27326563 L4_chemical_A1 +LQ09X032190 40S ribosomal protein S15a-1 12.93836991 L4_chemical_A2 +LQ09X032190 40S ribosomal protein S15a-1 13.19160938 L4_chemical_A3 +LQ09X032190 40S ribosomal protein S15a-1 12.97202493 L4_chemical_B1 +LQ09X032190 40S ribosomal protein S15a-1 13.10956101 L4_chemical_B2 +LQ09X032190 40S ribosomal protein S15a-1 12.41632711 L4_chemical_B3 +LQ09X032190 40S ribosomal protein S15a-1 12.63534493 L4_chemical_C2 +LQ09X032190 40S ribosomal protein S15a-1 12.23058868 L4_chemical_C3 +LQ09X032200 Ras-related protein ARA-3 13.47029959 C6_control_A1 +LQ09X032200 Ras-related protein ARA-3 13.90845297 C6_control_A3 +LQ09X032200 Ras-related protein ARA-3 13.13411821 C6_control_B1 +LQ09X032200 Ras-related protein ARA-3 12.39997222 C6_control_B2 +LQ09X032200 Ras-related protein ARA-3 13.25307471 C6_control_B3 +LQ09X032200 Ras-related protein ARA-3 11.70822816 C6_control_C1 +LQ09X032200 Ras-related protein ARA-3 11.96500429 C6_control_C2 +LQ09X032200 Ras-related protein ARA-3 11.83386271 C6_control_C3 +LQ09X032200 Ras-related protein ARA-3 13.45280095 C6_chemical_A1 +LQ09X032200 Ras-related protein ARA-3 13.89633168 C6_chemical_A3 +LQ09X032200 Ras-related protein ARA-3 13.14926067 C6_chemical_B1 +LQ09X032200 Ras-related protein ARA-3 12.43324145 C6_chemical_B2 +LQ09X032200 Ras-related protein ARA-3 12.98266596 C6_chemical_B3 +LQ09X032200 Ras-related protein ARA-3 11.82613223 C6_chemical_C1 +LQ09X032200 Ras-related protein ARA-3 11.80108239 C6_chemical_C2 +LQ09X032200 Ras-related protein ARA-3 11.76103924 C6_chemical_C3 +LQ09X032200 Ras-related protein ARA-3 13.94847876 L4_control_A1 +LQ09X032200 Ras-related protein ARA-3 13.92885255 L4_control_A2 +LQ09X032200 Ras-related protein ARA-3 14.10765665 L4_control_A3 +LQ09X032200 Ras-related protein ARA-3 13.75538815 L4_control_B1 +LQ09X032200 Ras-related protein ARA-3 13.76569288 L4_control_B2 +LQ09X032200 Ras-related protein ARA-3 13.0980559 L4_control_B3 +LQ09X032200 Ras-related protein ARA-3 13.12652097 L4_control_C2 +LQ09X032200 Ras-related protein ARA-3 13.48979488 L4_control_C3 +LQ09X032200 Ras-related protein ARA-3 13.77737791 L4_chemical_A1 +LQ09X032200 Ras-related protein ARA-3 13.65617347 L4_chemical_A2 +LQ09X032200 Ras-related protein ARA-3 14.11993939 L4_chemical_A3 +LQ09X032200 Ras-related protein ARA-3 13.96707041 L4_chemical_B1 +LQ09X032200 Ras-related protein ARA-3 13.69329614 L4_chemical_B2 +LQ09X032200 Ras-related protein ARA-3 13.49466915 L4_chemical_B3 +LQ09X032200 Ras-related protein ARA-3 13.04029302 L4_chemical_C2 +LQ09X032200 Ras-related protein ARA-3 13.33628357 L4_chemical_C3 +LQ09X032210 Predicted protein 9.908874431 C6_control_A1 +LQ09X032210 Predicted protein 9.74122663 C6_control_A3 +LQ09X032210 Predicted protein 9.319217473 C6_control_B1 +LQ09X032210 Predicted protein 9.996728436 C6_control_B2 +LQ09X032210 Predicted protein 9.333686236 C6_control_B3 +LQ09X032210 Predicted protein 10.7734926 C6_control_C1 +LQ09X032210 Predicted protein 10.30162282 C6_control_C2 +LQ09X032210 Predicted protein 10.32211606 C6_control_C3 +LQ09X032210 Predicted protein 9.795362953 C6_chemical_A1 +LQ09X032210 Predicted protein 9.866185233 C6_chemical_A3 +LQ09X032210 Predicted protein 9.619452129 C6_chemical_B1 +LQ09X032210 Predicted protein 10.39810076 C6_chemical_B2 +LQ09X032210 Predicted protein 9.559012741 C6_chemical_B3 +LQ09X032210 Predicted protein 10.60212681 C6_chemical_C1 +LQ09X032210 Predicted protein 10.25454211 C6_chemical_C2 +LQ09X032210 Predicted protein 10.26607499 C6_chemical_C3 +LQ09X032210 Predicted protein 9.895916116 L4_control_A1 +LQ09X032210 Predicted protein 9.891762456 L4_control_A2 +LQ09X032210 Predicted protein 10.07076556 L4_control_A3 +LQ09X032210 Predicted protein 9.72659595 L4_control_B1 +LQ09X032210 Predicted protein 9.280961978 L4_control_B2 +LQ09X032210 Predicted protein 10.26360399 L4_control_B3 +LQ09X032210 Predicted protein 9.357410666 L4_control_C2 +LQ09X032210 Predicted protein 9.822939352 L4_control_C3 +LQ09X032210 Predicted protein 9.937551458 L4_chemical_A1 +LQ09X032210 Predicted protein 10.00646344 L4_chemical_A2 +LQ09X032210 Predicted protein 10.21787729 L4_chemical_A3 +LQ09X032210 Predicted protein 9.257216121 L4_chemical_B1 +LQ09X032210 Predicted protein 9.120665074 L4_chemical_B2 +LQ09X032210 Predicted protein 9.839688485 L4_chemical_B3 +LQ09X032210 Predicted protein 9.322729788 L4_chemical_C2 +LQ09X032210 Predicted protein 10.11248907 L4_chemical_C3 +LQ09X032220 Nucleic acid binding protein, putative 6.809993356 C6_control_A1 +LQ09X032220 Nucleic acid binding protein, putative 7.136376656 C6_control_A3 +LQ09X032220 Nucleic acid binding protein, putative 7.49324499 C6_control_B1 +LQ09X032220 Nucleic acid binding protein, putative 9.809878254 C6_control_B2 +LQ09X032220 Nucleic acid binding protein, putative 9.12661563 C6_control_B3 +LQ09X032220 Nucleic acid binding protein, putative 9.991821979 C6_control_C1 +LQ09X032220 Nucleic acid binding protein, putative 10.49595381 C6_control_C2 +LQ09X032220 Nucleic acid binding protein, putative 10.45309181 C6_control_C3 +LQ09X032220 Nucleic acid binding protein, putative 7.239210639 C6_chemical_A1 +LQ09X032220 Nucleic acid binding protein, putative 7.383024853 C6_chemical_A3 +LQ09X032220 Nucleic acid binding protein, putative 7.590528917 C6_chemical_B1 +LQ09X032220 Nucleic acid binding protein, putative 9.358451226 C6_chemical_B2 +LQ09X032220 Nucleic acid binding protein, putative 9.28708499 C6_chemical_B3 +LQ09X032220 Nucleic acid binding protein, putative 9.891587451 C6_chemical_C1 +LQ09X032220 Nucleic acid binding protein, putative 10.6242154 C6_chemical_C2 +LQ09X032220 Nucleic acid binding protein, putative 9.655725074 C6_chemical_C3 +LQ09X032220 Nucleic acid binding protein, putative 8.35690004 L4_control_A1 +LQ09X032220 Nucleic acid binding protein, putative 8.141669068 L4_control_A2 +LQ09X032220 Nucleic acid binding protein, putative 8.65878989 L4_control_A3 +LQ09X032220 Nucleic acid binding protein, putative 8.400674719 L4_control_B1 +LQ09X032220 Nucleic acid binding protein, putative 8.124909669 L4_control_B2 +LQ09X032220 Nucleic acid binding protein, putative 9.482304418 L4_control_B3 +LQ09X032220 Nucleic acid binding protein, putative 10.28651655 L4_control_C2 +LQ09X032220 Nucleic acid binding protein, putative 10.10941084 L4_control_C3 +LQ09X032220 Nucleic acid binding protein, putative 10.8285671 L4_chemical_A1 +LQ09X032220 Nucleic acid binding protein, putative 8.398055823 L4_chemical_A2 +LQ09X032220 Nucleic acid binding protein, putative 8.25864188 L4_chemical_A3 +LQ09X032220 Nucleic acid binding protein, putative 8.955401867 L4_chemical_B1 +LQ09X032220 Nucleic acid binding protein, putative 8.392906189 L4_chemical_B2 +LQ09X032220 Nucleic acid binding protein, putative 8.163752222 L4_chemical_B3 +LQ09X032220 Nucleic acid binding protein, putative 9.642741544 L4_chemical_C2 +LQ09X032220 Nucleic acid binding protein, putative 10.47498519 L4_chemical_C3 +LQ09X032231 Putative nuclease HARBI1 7.706973093 C6_control_A1 +LQ09X032231 Putative nuclease HARBI1 7.727591931 C6_control_A3 +LQ09X032231 Putative nuclease HARBI1 6.581968306 C6_control_B1 +LQ09X032231 Putative nuclease HARBI1 6.460968867 C6_control_B2 +LQ09X032231 Putative nuclease HARBI1 6.359590853 C6_control_B3 +LQ09X032231 Putative nuclease HARBI1 7.520718066 C6_control_C1 +LQ09X032231 Putative nuclease HARBI1 6.336143328 C6_control_C2 +LQ09X032231 Putative nuclease HARBI1 5.992540929 C6_control_C3 +LQ09X032231 Putative nuclease HARBI1 7.344820782 C6_chemical_A1 +LQ09X032231 Putative nuclease HARBI1 7.830973679 C6_chemical_A3 +LQ09X032231 Putative nuclease HARBI1 6.90373383 C6_chemical_B1 +LQ09X032231 Putative nuclease HARBI1 6.332070418 C6_chemical_B2 +LQ09X032231 Putative nuclease HARBI1 5.76823905 C6_chemical_B3 +LQ09X032231 Putative nuclease HARBI1 7.579166248 C6_chemical_C1 +LQ09X032231 Putative nuclease HARBI1 7.060463329 C6_chemical_C2 +LQ09X032231 Putative nuclease HARBI1 5.855581621 C6_chemical_C3 +LQ09X032231 Putative nuclease HARBI1 7.33156058 L4_control_A1 +LQ09X032231 Putative nuclease HARBI1 6.90708411 L4_control_A2 +LQ09X032231 Putative nuclease HARBI1 6.593990976 L4_control_A3 +LQ09X032231 Putative nuclease HARBI1 6.005490567 L4_control_B1 +LQ09X032231 Putative nuclease HARBI1 5.705744498 L4_control_B2 +LQ09X032231 Putative nuclease HARBI1 6.625898564 L4_control_B3 +LQ09X032231 Putative nuclease HARBI1 6.71382472 L4_control_C2 +LQ09X032231 Putative nuclease HARBI1 6.584717996 L4_control_C3 +LQ09X032231 Putative nuclease HARBI1 7.467769715 L4_chemical_A1 +LQ09X032231 Putative nuclease HARBI1 6.751854525 L4_chemical_A2 +LQ09X032231 Putative nuclease HARBI1 6.158305865 L4_chemical_A3 +LQ09X032231 Putative nuclease HARBI1 6.190178146 L4_chemical_B1 +LQ09X032231 Putative nuclease HARBI1 5.411332506 L4_chemical_B2 +LQ09X032231 Putative nuclease HARBI1 6.301267818 L4_chemical_B3 +LQ09X032231 Putative nuclease HARBI1 5.907447493 L4_chemical_C2 +LQ09X032231 Putative nuclease HARBI1 6.055755526 L4_chemical_C3 +LQ09X032260 Transcription factor MYB59 9.048749561 C6_control_A1 +LQ09X032260 Transcription factor MYB59 7.450391155 C6_control_A3 +LQ09X032260 Transcription factor MYB59 9.171100019 C6_control_B1 +LQ09X032260 Transcription factor MYB59 9.660221339 C6_control_B2 +LQ09X032260 Transcription factor MYB59 9.497038639 C6_control_B3 +LQ09X032260 Transcription factor MYB59 11.80170923 C6_control_C1 +LQ09X032260 Transcription factor MYB59 11.38451 C6_control_C2 +LQ09X032260 Transcription factor MYB59 12.0238675 C6_control_C3 +LQ09X032260 Transcription factor MYB59 8.743145942 C6_chemical_A1 +LQ09X032260 Transcription factor MYB59 8.092223666 C6_chemical_A3 +LQ09X032260 Transcription factor MYB59 8.030887608 C6_chemical_B1 +LQ09X032260 Transcription factor MYB59 8.852212214 C6_chemical_B2 +LQ09X032260 Transcription factor MYB59 9.173716085 C6_chemical_B3 +LQ09X032260 Transcription factor MYB59 11.5624803 C6_chemical_C1 +LQ09X032260 Transcription factor MYB59 11.43129035 C6_chemical_C2 +LQ09X032260 Transcription factor MYB59 11.63733964 C6_chemical_C3 +LQ09X032260 Transcription factor MYB59 8.722068633 L4_control_A1 +LQ09X032260 Transcription factor MYB59 9.372422936 L4_control_A2 +LQ09X032260 Transcription factor MYB59 7.461158362 L4_control_A3 +LQ09X032260 Transcription factor MYB59 7.867788306 L4_control_B1 +LQ09X032260 Transcription factor MYB59 8.067005992 L4_control_B2 +LQ09X032260 Transcription factor MYB59 9.141449277 L4_control_B3 +LQ09X032260 Transcription factor MYB59 10.63538804 L4_control_C2 +LQ09X032260 Transcription factor MYB59 10.59853357 L4_control_C3 +LQ09X032260 Transcription factor MYB59 8.784019112 L4_chemical_A1 +LQ09X032260 Transcription factor MYB59 10.18916543 L4_chemical_A2 +LQ09X032260 Transcription factor MYB59 8.641735106 L4_chemical_A3 +LQ09X032260 Transcription factor MYB59 8.268624935 L4_chemical_B1 +LQ09X032260 Transcription factor MYB59 8.180016259 L4_chemical_B2 +LQ09X032260 Transcription factor MYB59 8.377013569 L4_chemical_B3 +LQ09X032260 Transcription factor MYB59 11.32211891 L4_chemical_C2 +LQ09X032260 Transcription factor MYB59 11.12521602 L4_chemical_C3 +LQ09X032280 Aquaporin TIP1-3 5.426392515 C6_control_A1 +LQ09X032280 Aquaporin TIP1-3 5.344450759 C6_control_A3 +LQ09X032280 Aquaporin TIP1-3 5.767884247 C6_control_B1 +LQ09X032280 Aquaporin TIP1-3 5.564308253 C6_control_B2 +LQ09X032280 Aquaporin TIP1-3 5.867068249 C6_control_B3 +LQ09X032280 Aquaporin TIP1-3 5.5264462 C6_control_C1 +LQ09X032280 Aquaporin TIP1-3 5.29558615 C6_control_C2 +LQ09X032280 Aquaporin TIP1-3 5.417718656 C6_control_C3 +LQ09X032280 Aquaporin TIP1-3 5.49272181 C6_chemical_A1 +LQ09X032280 Aquaporin TIP1-3 5.356339552 C6_chemical_A3 +LQ09X032280 Aquaporin TIP1-3 5.676195408 C6_chemical_B1 +LQ09X032280 Aquaporin TIP1-3 5.559259787 C6_chemical_B2 +LQ09X032280 Aquaporin TIP1-3 5.3893247 C6_chemical_B3 +LQ09X032280 Aquaporin TIP1-3 5.858066789 C6_chemical_C1 +LQ09X032280 Aquaporin TIP1-3 5.288836906 C6_chemical_C2 +LQ09X032280 Aquaporin TIP1-3 5.357353396 C6_chemical_C3 +LQ09X032280 Aquaporin TIP1-3 5.684176432 L4_control_A1 +LQ09X032280 Aquaporin TIP1-3 5.550530976 L4_control_A2 +LQ09X032280 Aquaporin TIP1-3 5.909131621 L4_control_A3 +LQ09X032280 Aquaporin TIP1-3 5.601312269 L4_control_B1 +LQ09X032280 Aquaporin TIP1-3 5.930125119 L4_control_B2 +LQ09X032280 Aquaporin TIP1-3 5.489799753 L4_control_B3 +LQ09X032280 Aquaporin TIP1-3 5.137023722 L4_control_C2 +LQ09X032280 Aquaporin TIP1-3 5.207098011 L4_control_C3 +LQ09X032280 Aquaporin TIP1-3 5.848980896 L4_chemical_A1 +LQ09X032280 Aquaporin TIP1-3 5.690875225 L4_chemical_A2 +LQ09X032280 Aquaporin TIP1-3 5.827292218 L4_chemical_A3 +LQ09X032280 Aquaporin TIP1-3 5.632958082 L4_chemical_B1 +LQ09X032280 Aquaporin TIP1-3 5.470159237 L4_chemical_B2 +LQ09X032280 Aquaporin TIP1-3 5.391683795 L4_chemical_B3 +LQ09X032280 Aquaporin TIP1-3 5.734471561 L4_chemical_C2 +LQ09X032280 Aquaporin TIP1-3 5.495296362 L4_chemical_C3 +LQ09X032310 60S ribosomal protein L23A 4.820273481 C6_control_A1 +LQ09X032310 60S ribosomal protein L23A 5.193250982 C6_control_A3 +LQ09X032310 60S ribosomal protein L23A 4.796128317 C6_control_B1 +LQ09X032310 60S ribosomal protein L23A 5.086651767 C6_control_B2 +LQ09X032310 60S ribosomal protein L23A 4.813422969 C6_control_B3 +LQ09X032310 60S ribosomal protein L23A 4.614423518 C6_control_C1 +LQ09X032310 60S ribosomal protein L23A 4.859307191 C6_control_C2 +LQ09X032310 60S ribosomal protein L23A 4.97740185 C6_control_C3 +LQ09X032310 60S ribosomal protein L23A 5.222313615 C6_chemical_A1 +LQ09X032310 60S ribosomal protein L23A 5.187899288 C6_chemical_A3 +LQ09X032310 60S ribosomal protein L23A 4.937480673 C6_chemical_B1 +LQ09X032310 60S ribosomal protein L23A 4.892407647 C6_chemical_B2 +LQ09X032310 60S ribosomal protein L23A 4.764877298 C6_chemical_B3 +LQ09X032310 60S ribosomal protein L23A 4.738961645 C6_chemical_C1 +LQ09X032310 60S ribosomal protein L23A 5.023989554 C6_chemical_C2 +LQ09X032310 60S ribosomal protein L23A 4.830173391 C6_chemical_C3 +LQ09X032310 60S ribosomal protein L23A 4.748103767 L4_control_A1 +LQ09X032310 60S ribosomal protein L23A 4.962637088 L4_control_A2 +LQ09X032310 60S ribosomal protein L23A 4.861980965 L4_control_A3 +LQ09X032310 60S ribosomal protein L23A 5.584701484 L4_control_B1 +LQ09X032310 60S ribosomal protein L23A 5.47605026 L4_control_B2 +LQ09X032310 60S ribosomal protein L23A 4.903002365 L4_control_B3 +LQ09X032310 60S ribosomal protein L23A 5.321808962 L4_control_C2 +LQ09X032310 60S ribosomal protein L23A 4.891642182 L4_control_C3 +LQ09X032310 60S ribosomal protein L23A 4.976575667 L4_chemical_A1 +LQ09X032310 60S ribosomal protein L23A 4.928710366 L4_chemical_A2 +LQ09X032310 60S ribosomal protein L23A 4.995314001 L4_chemical_A3 +LQ09X032310 60S ribosomal protein L23A 4.92231417 L4_chemical_B1 +LQ09X032310 60S ribosomal protein L23A 5.238123377 L4_chemical_B2 +LQ09X032310 60S ribosomal protein L23A 4.932490033 L4_chemical_B3 +LQ09X032310 60S ribosomal protein L23A 4.90547899 L4_chemical_C2 +LQ09X032310 60S ribosomal protein L23A 4.755842952 L4_chemical_C3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.383384518 C6_control_A1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.252915488 C6_control_A3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.470991599 C6_control_B1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.268207397 C6_control_B2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.462177946 C6_control_B3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.457916674 C6_control_C1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.768924359 C6_control_C2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.313994022 C6_control_C3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.280941097 C6_chemical_A1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.541185187 C6_chemical_A3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 6.462366365 C6_chemical_B1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.387037132 C6_chemical_B2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.371915257 C6_chemical_B3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.238130812 C6_chemical_C1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.298202186 C6_chemical_C2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.628531362 C6_chemical_C3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.699627461 L4_control_A1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.378295598 L4_control_A2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.09031273 L4_control_A3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.184263683 L4_control_B1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.041455983 L4_control_B2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.466421218 L4_control_B3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.673399156 L4_control_C2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.229284376 L4_control_C3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.318576757 L4_chemical_A1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.474353422 L4_chemical_A2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.454901761 L4_chemical_A3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.216565001 L4_chemical_B1 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.714830945 L4_chemical_B2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.524689411 L4_chemical_B3 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.233633077 L4_chemical_C2 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.44336411 L4_chemical_C3 +LQ09X032340 Putative Glutelin type-B 5 5.143565867 C6_control_A1 +LQ09X032340 Putative Glutelin type-B 5 5.520411831 C6_control_A3 +LQ09X032340 Putative Glutelin type-B 5 5.662761476 C6_control_B1 +LQ09X032340 Putative Glutelin type-B 5 5.161655249 C6_control_B2 +LQ09X032340 Putative Glutelin type-B 5 5.558512112 C6_control_B3 +LQ09X032340 Putative Glutelin type-B 5 5.184985063 C6_control_C1 +LQ09X032340 Putative Glutelin type-B 5 5.160417633 C6_control_C2 +LQ09X032340 Putative Glutelin type-B 5 5.039654284 C6_control_C3 +LQ09X032340 Putative Glutelin type-B 5 5.357915902 C6_chemical_A1 +LQ09X032340 Putative Glutelin type-B 5 5.323943015 C6_chemical_A3 +LQ09X032340 Putative Glutelin type-B 5 5.454478071 C6_chemical_B1 +LQ09X032340 Putative Glutelin type-B 5 5.241761867 C6_chemical_B2 +LQ09X032340 Putative Glutelin type-B 5 5.71483374 C6_chemical_B3 +LQ09X032340 Putative Glutelin type-B 5 5.181755877 C6_chemical_C1 +LQ09X032340 Putative Glutelin type-B 5 5.053873901 C6_chemical_C2 +LQ09X032340 Putative Glutelin type-B 5 4.996039869 C6_chemical_C3 +LQ09X032340 Putative Glutelin type-B 5 5.187266806 L4_control_A1 +LQ09X032340 Putative Glutelin type-B 5 5.421810053 L4_control_A2 +LQ09X032340 Putative Glutelin type-B 5 5.345201969 L4_control_A3 +LQ09X032340 Putative Glutelin type-B 5 5.122643544 L4_control_B1 +LQ09X032340 Putative Glutelin type-B 5 4.952074627 L4_control_B2 +LQ09X032340 Putative Glutelin type-B 5 5.445377587 L4_control_B3 +LQ09X032340 Putative Glutelin type-B 5 5.022685264 L4_control_C2 +LQ09X032340 Putative Glutelin type-B 5 5.67303903 L4_control_C3 +LQ09X032340 Putative Glutelin type-B 5 5.164207901 L4_chemical_A1 +LQ09X032340 Putative Glutelin type-B 5 5.391144631 L4_chemical_A2 +LQ09X032340 Putative Glutelin type-B 5 5.326712679 L4_chemical_A3 +LQ09X032340 Putative Glutelin type-B 5 5.340527764 L4_chemical_B1 +LQ09X032340 Putative Glutelin type-B 5 5.453828656 L4_chemical_B2 +LQ09X032340 Putative Glutelin type-B 5 5.452423216 L4_chemical_B3 +LQ09X032340 Putative Glutelin type-B 5 5.878467904 L4_chemical_C2 +LQ09X032340 Putative Glutelin type-B 5 5.0609387 L4_chemical_C3 +LQ09X032370 Putative uncharacterized protein 5.485450869 C6_control_A1 +LQ09X032370 Putative uncharacterized protein 5.572728998 C6_control_A3 +LQ09X032370 Putative uncharacterized protein 5.465105947 C6_control_B1 +LQ09X032370 Putative uncharacterized protein 5.608782067 C6_control_B2 +LQ09X032370 Putative uncharacterized protein 5.453896266 C6_control_B3 +LQ09X032370 Putative uncharacterized protein 5.407337389 C6_control_C1 +LQ09X032370 Putative uncharacterized protein 5.57210781 C6_control_C2 +LQ09X032370 Putative uncharacterized protein 5.559183259 C6_control_C3 +LQ09X032370 Putative uncharacterized protein 5.429237758 C6_chemical_A1 +LQ09X032370 Putative uncharacterized protein 6.080771511 C6_chemical_A3 +LQ09X032370 Putative uncharacterized protein 5.3899614 C6_chemical_B1 +LQ09X032370 Putative uncharacterized protein 5.557898679 C6_chemical_B2 +LQ09X032370 Putative uncharacterized protein 5.508872342 C6_chemical_B3 +LQ09X032370 Putative uncharacterized protein 5.485501831 C6_chemical_C1 +LQ09X032370 Putative uncharacterized protein 6.073062826 C6_chemical_C2 +LQ09X032370 Putative uncharacterized protein 5.169598396 C6_chemical_C3 +LQ09X032370 Putative uncharacterized protein 5.287020878 L4_control_A1 +LQ09X032370 Putative uncharacterized protein 5.884419174 L4_control_A2 +LQ09X032370 Putative uncharacterized protein 5.722644787 L4_control_A3 +LQ09X032370 Putative uncharacterized protein 6.215328562 L4_control_B1 +LQ09X032370 Putative uncharacterized protein 6.70441219 L4_control_B2 +LQ09X032370 Putative uncharacterized protein 5.359506369 L4_control_B3 +LQ09X032370 Putative uncharacterized protein 5.388976671 L4_control_C2 +LQ09X032370 Putative uncharacterized protein 5.710949935 L4_control_C3 +LQ09X032370 Putative uncharacterized protein 5.054589052 L4_chemical_A1 +LQ09X032370 Putative uncharacterized protein 6.023294257 L4_chemical_A2 +LQ09X032370 Putative uncharacterized protein 6.130307154 L4_chemical_A3 +LQ09X032370 Putative uncharacterized protein 5.807118144 L4_chemical_B1 +LQ09X032370 Putative uncharacterized protein 5.90585733 L4_chemical_B2 +LQ09X032370 Putative uncharacterized protein 5.594096651 L4_chemical_B3 +LQ09X032370 Putative uncharacterized protein 5.567675616 L4_chemical_C2 +LQ09X032370 Putative uncharacterized protein 5.428999271 L4_chemical_C3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.690002393 C6_control_A1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.984354341 C6_control_A3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.682322023 C6_control_B1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.583926903 C6_control_B2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.901656178 C6_control_B3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.164624791 C6_control_C1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.29716047 C6_control_C2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.214685485 C6_control_C3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.661143631 C6_chemical_A1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.888976145 C6_chemical_A3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.231914802 C6_chemical_B1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.467758314 C6_chemical_B2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.79306773 C6_chemical_B3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.269803773 C6_chemical_C1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.361113946 C6_chemical_C2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.311027013 C6_chemical_C3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.561963611 L4_control_A1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.933200388 L4_control_A2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 6.381931968 L4_control_A3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.702357979 L4_control_B1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.93589842 L4_control_B2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 6.035383612 L4_control_B3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.395330712 L4_control_C2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 4.996550179 L4_control_C3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.882074749 L4_chemical_A1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.804943262 L4_chemical_A2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 6.422402614 L4_chemical_A3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.954553522 L4_chemical_B1 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 6.046264514 L4_chemical_B2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.447388963 L4_chemical_B3 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.418126184 L4_chemical_C2 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.528786723 L4_chemical_C3 +LQ09X032400 60S ribosomal protein L35 7.809338834 C6_control_A1 +LQ09X032400 60S ribosomal protein L35 8.21034788 C6_control_A3 +LQ09X032400 60S ribosomal protein L35 7.591143707 C6_control_B1 +LQ09X032400 60S ribosomal protein L35 7.241747571 C6_control_B2 +LQ09X032400 60S ribosomal protein L35 8.099680546 C6_control_B3 +LQ09X032400 60S ribosomal protein L35 7.512277859 C6_control_C1 +LQ09X032400 60S ribosomal protein L35 7.245130729 C6_control_C2 +LQ09X032400 60S ribosomal protein L35 7.621807058 C6_control_C3 +LQ09X032400 60S ribosomal protein L35 7.808826471 C6_chemical_A1 +LQ09X032400 60S ribosomal protein L35 7.158028936 C6_chemical_A3 +LQ09X032400 60S ribosomal protein L35 7.275070397 C6_chemical_B1 +LQ09X032400 60S ribosomal protein L35 7.089053433 C6_chemical_B2 +LQ09X032400 60S ribosomal protein L35 7.243682978 C6_chemical_B3 +LQ09X032400 60S ribosomal protein L35 7.28575919 C6_chemical_C1 +LQ09X032400 60S ribosomal protein L35 7.117578112 C6_chemical_C2 +LQ09X032400 60S ribosomal protein L35 7.063715445 C6_chemical_C3 +LQ09X032400 60S ribosomal protein L35 7.513447205 L4_control_A1 +LQ09X032400 60S ribosomal protein L35 7.531095226 L4_control_A2 +LQ09X032400 60S ribosomal protein L35 7.88345054 L4_control_A3 +LQ09X032400 60S ribosomal protein L35 6.936249471 L4_control_B1 +LQ09X032400 60S ribosomal protein L35 6.803936018 L4_control_B2 +LQ09X032400 60S ribosomal protein L35 7.437870376 L4_control_B3 +LQ09X032400 60S ribosomal protein L35 7.240899888 L4_control_C2 +LQ09X032400 60S ribosomal protein L35 6.921025775 L4_control_C3 +LQ09X032400 60S ribosomal protein L35 6.963663577 L4_chemical_A1 +LQ09X032400 60S ribosomal protein L35 7.581678404 L4_chemical_A2 +LQ09X032400 60S ribosomal protein L35 7.891945833 L4_chemical_A3 +LQ09X032400 60S ribosomal protein L35 6.802939934 L4_chemical_B1 +LQ09X032400 60S ribosomal protein L35 7.367977604 L4_chemical_B2 +LQ09X032400 60S ribosomal protein L35 7.680081319 L4_chemical_B3 +LQ09X032400 60S ribosomal protein L35 7.166187757 L4_chemical_C2 +LQ09X032400 60S ribosomal protein L35 6.587994311 L4_chemical_C3 +LQ09X032410 Protein binding protein, putative 5.458653539 C6_control_A1 +LQ09X032410 Protein binding protein, putative 5.594087204 C6_control_A3 +LQ09X032410 Protein binding protein, putative 5.418469679 C6_control_B1 +LQ09X032410 Protein binding protein, putative 5.725399481 C6_control_B2 +LQ09X032410 Protein binding protein, putative 5.936948932 C6_control_B3 +LQ09X032410 Protein binding protein, putative 6.340182208 C6_control_C1 +LQ09X032410 Protein binding protein, putative 5.583154716 C6_control_C2 +LQ09X032410 Protein binding protein, putative 5.922643424 C6_control_C3 +LQ09X032410 Protein binding protein, putative 5.823974167 C6_chemical_A1 +LQ09X032410 Protein binding protein, putative 5.443375381 C6_chemical_A3 +LQ09X032410 Protein binding protein, putative 5.419097386 C6_chemical_B1 +LQ09X032410 Protein binding protein, putative 5.337619133 C6_chemical_B2 +LQ09X032410 Protein binding protein, putative 5.514601799 C6_chemical_B3 +LQ09X032410 Protein binding protein, putative 5.81410013 C6_chemical_C1 +LQ09X032410 Protein binding protein, putative 6.482616022 C6_chemical_C2 +LQ09X032410 Protein binding protein, putative 5.594878026 C6_chemical_C3 +LQ09X032410 Protein binding protein, putative 5.562062798 L4_control_A1 +LQ09X032410 Protein binding protein, putative 5.268943025 L4_control_A2 +LQ09X032410 Protein binding protein, putative 5.881515871 L4_control_A3 +LQ09X032410 Protein binding protein, putative 5.413092544 L4_control_B1 +LQ09X032410 Protein binding protein, putative 6.394665366 L4_control_B2 +LQ09X032410 Protein binding protein, putative 5.711237964 L4_control_B3 +LQ09X032410 Protein binding protein, putative 5.721851491 L4_control_C2 +LQ09X032410 Protein binding protein, putative 5.312743949 L4_control_C3 +LQ09X032410 Protein binding protein, putative 5.522999966 L4_chemical_A1 +LQ09X032410 Protein binding protein, putative 5.337788054 L4_chemical_A2 +LQ09X032410 Protein binding protein, putative 5.388789862 L4_chemical_A3 +LQ09X032410 Protein binding protein, putative 5.643844466 L4_chemical_B1 +LQ09X032410 Protein binding protein, putative 6.477683522 L4_chemical_B2 +LQ09X032410 Protein binding protein, putative 5.874637216 L4_chemical_B3 +LQ09X032410 Protein binding protein, putative 6.006860427 L4_chemical_C2 +LQ09X032410 Protein binding protein, putative 5.719542595 L4_chemical_C3 +LQ09X032430 Nudix hydrolase 9 10.97647962 C6_control_A1 +LQ09X032430 Nudix hydrolase 9 10.7711893 C6_control_A3 +LQ09X032430 Nudix hydrolase 9 11.03509181 C6_control_B1 +LQ09X032430 Nudix hydrolase 9 10.16153553 C6_control_B2 +LQ09X032430 Nudix hydrolase 9 10.59271125 C6_control_B3 +LQ09X032430 Nudix hydrolase 9 10.8178892 C6_control_C1 +LQ09X032430 Nudix hydrolase 9 10.0923463 C6_control_C2 +LQ09X032430 Nudix hydrolase 9 10.50163821 C6_control_C3 +LQ09X032430 Nudix hydrolase 9 10.92908592 C6_chemical_A1 +LQ09X032430 Nudix hydrolase 9 10.23392144 C6_chemical_A3 +LQ09X032430 Nudix hydrolase 9 10.74339468 C6_chemical_B1 +LQ09X032430 Nudix hydrolase 9 10.05107583 C6_chemical_B2 +LQ09X032430 Nudix hydrolase 9 10.64024907 C6_chemical_B3 +LQ09X032430 Nudix hydrolase 9 10.83783077 C6_chemical_C1 +LQ09X032430 Nudix hydrolase 9 10.27389858 C6_chemical_C2 +LQ09X032430 Nudix hydrolase 9 10.29180853 C6_chemical_C3 +LQ09X032430 Nudix hydrolase 9 9.085028549 L4_control_A1 +LQ09X032430 Nudix hydrolase 9 7.972340556 L4_control_A2 +LQ09X032430 Nudix hydrolase 9 6.25867908 L4_control_A3 +LQ09X032430 Nudix hydrolase 9 9.032997582 L4_control_B1 +LQ09X032430 Nudix hydrolase 9 8.613467739 L4_control_B2 +LQ09X032430 Nudix hydrolase 9 9.03747368 L4_control_B3 +LQ09X032430 Nudix hydrolase 9 8.801540952 L4_control_C2 +LQ09X032430 Nudix hydrolase 9 8.72161984 L4_control_C3 +LQ09X032430 Nudix hydrolase 9 8.818228642 L4_chemical_A1 +LQ09X032430 Nudix hydrolase 9 8.17788956 L4_chemical_A2 +LQ09X032430 Nudix hydrolase 9 6.507837285 L4_chemical_A3 +LQ09X032430 Nudix hydrolase 9 8.800056086 L4_chemical_B1 +LQ09X032430 Nudix hydrolase 9 8.016581698 L4_chemical_B2 +LQ09X032430 Nudix hydrolase 9 9.306450425 L4_chemical_B3 +LQ09X032430 Nudix hydrolase 9 8.824475907 L4_chemical_C2 +LQ09X032430 Nudix hydrolase 9 7.992360189 L4_chemical_C3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.004109586 C6_control_A1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.313930875 C6_control_A3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.772292549 C6_control_B1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.270879126 C6_control_B2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.228353965 C6_control_B3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.686060944 C6_control_C1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.397987398 C6_control_C2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.513796065 C6_control_C3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.947433715 C6_chemical_A1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.017353519 C6_chemical_A3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.989333062 C6_chemical_B1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.508318521 C6_chemical_B2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.30012058 C6_chemical_B3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.547021109 C6_chemical_C1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.318967588 C6_chemical_C2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.5872333 C6_chemical_C3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.562238561 L4_control_A1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.427653056 L4_control_A2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.946313305 L4_control_A3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.561335945 L4_control_B1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.207623029 L4_control_B2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.021402079 L4_control_B3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.535637605 L4_control_C2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.464525872 L4_control_C3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.207380038 L4_chemical_A1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.471888262 L4_chemical_A2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.022120036 L4_chemical_A3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.36127267 L4_chemical_B1 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.152660557 L4_chemical_B2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.328025982 L4_chemical_B3 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 7.600545751 L4_chemical_C2 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 9.330514686 L4_chemical_C3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.124552844 C6_control_A1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.136500687 C6_control_A3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.549851843 C6_control_B1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.28080072 C6_control_B2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.366599941 C6_control_B3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.179168301 C6_control_C1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.341189921 C6_control_C2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.395441 C6_control_C3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.318649591 C6_chemical_A1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.12450648 C6_chemical_A3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.027705223 C6_chemical_B1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.14592895 C6_chemical_B2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 4.995600145 C6_chemical_B3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.17557217 C6_chemical_C1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.25002352 C6_chemical_C2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.08019843 C6_chemical_C3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.000929593 L4_control_A1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.479426485 L4_control_A2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.708622464 L4_control_A3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.111543995 L4_control_B1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.229027112 L4_control_B2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.269280389 L4_control_B3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 4.81664286 L4_control_C2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.454689517 L4_control_C3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.365252715 L4_chemical_A1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.4601829 L4_chemical_A2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.91131084 L4_chemical_A3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.166607745 L4_chemical_B1 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.412088853 L4_chemical_B2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.224394026 L4_chemical_B3 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.368573675 L4_chemical_C2 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.484812202 L4_chemical_C3 +LQ09X032530 Receptor-like protein kinase HERK 1 10.2117936 C6_control_A1 +LQ09X032530 Receptor-like protein kinase HERK 1 9.285553507 C6_control_A3 +LQ09X032530 Receptor-like protein kinase HERK 1 10.34293838 C6_control_B1 +LQ09X032530 Receptor-like protein kinase HERK 1 10.06852685 C6_control_B2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.430168006 C6_control_B3 +LQ09X032530 Receptor-like protein kinase HERK 1 10.62897868 C6_control_C1 +LQ09X032530 Receptor-like protein kinase HERK 1 10.04453892 C6_control_C2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.74282908 C6_control_C3 +LQ09X032530 Receptor-like protein kinase HERK 1 10.23312977 C6_chemical_A1 +LQ09X032530 Receptor-like protein kinase HERK 1 9.794534901 C6_chemical_A3 +LQ09X032530 Receptor-like protein kinase HERK 1 10.17030765 C6_chemical_B1 +LQ09X032530 Receptor-like protein kinase HERK 1 9.893089201 C6_chemical_B2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.678509833 C6_chemical_B3 +LQ09X032530 Receptor-like protein kinase HERK 1 10.61541211 C6_chemical_C1 +LQ09X032530 Receptor-like protein kinase HERK 1 10.17662202 C6_chemical_C2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.887226879 C6_chemical_C3 +LQ09X032530 Receptor-like protein kinase HERK 1 9.685988612 L4_control_A1 +LQ09X032530 Receptor-like protein kinase HERK 1 9.769223404 L4_control_A2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.875928402 L4_control_A3 +LQ09X032530 Receptor-like protein kinase HERK 1 9.728380887 L4_control_B1 +LQ09X032530 Receptor-like protein kinase HERK 1 9.929877432 L4_control_B2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.643555009 L4_control_B3 +LQ09X032530 Receptor-like protein kinase HERK 1 9.990295601 L4_control_C2 +LQ09X032530 Receptor-like protein kinase HERK 1 10.05058713 L4_control_C3 +LQ09X032530 Receptor-like protein kinase HERK 1 9.543599125 L4_chemical_A1 +LQ09X032530 Receptor-like protein kinase HERK 1 9.886029389 L4_chemical_A2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.283615857 L4_chemical_A3 +LQ09X032530 Receptor-like protein kinase HERK 1 10.13895739 L4_chemical_B1 +LQ09X032530 Receptor-like protein kinase HERK 1 9.836480637 L4_chemical_B2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.361632653 L4_chemical_B3 +LQ09X032530 Receptor-like protein kinase HERK 1 9.584099537 L4_chemical_C2 +LQ09X032530 Receptor-like protein kinase HERK 1 9.891229602 L4_chemical_C3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.0154842 C6_control_A1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.96042854 C6_control_A3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.18888392 C6_control_B1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.28450171 C6_control_B2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.62837758 C6_control_B3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.39118935 C6_control_C1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.05225416 C6_control_C2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.26722435 C6_control_C3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.15643083 C6_chemical_A1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.11813128 C6_chemical_A3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.2398534 C6_chemical_B1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.37674834 C6_chemical_B2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.83579583 C6_chemical_B3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.56659832 C6_chemical_C1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.18861507 C6_chemical_C2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 12.97894823 C6_chemical_C3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.73401132 L4_control_A1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.70620666 L4_control_A2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.29196965 L4_control_A3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.8574273 L4_control_B1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.10884317 L4_control_B2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.49011041 L4_control_B3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.4963514 L4_control_C2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.57462968 L4_control_C3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.23582721 L4_chemical_A1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.07768131 L4_chemical_A2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.63875543 L4_chemical_A3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.38522906 L4_chemical_B1 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.26443237 L4_chemical_B2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.13223508 L4_chemical_B3 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.60152709 L4_chemical_C2 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 13.59368874 L4_chemical_C3 +LQ09X032560 Histone H4 15.01831265 C6_control_A1 +LQ09X032560 Histone H4 15.31727354 C6_control_A3 +LQ09X032560 Histone H4 14.71053759 C6_control_B1 +LQ09X032560 Histone H4 15.39709382 C6_control_B2 +LQ09X032560 Histone H4 14.77743616 C6_control_B3 +LQ09X032560 Histone H4 15.07320757 C6_control_C1 +LQ09X032560 Histone H4 15.25924882 C6_control_C2 +LQ09X032560 Histone H4 15.52944679 C6_control_C3 +LQ09X032560 Histone H4 14.84294672 C6_chemical_A1 +LQ09X032560 Histone H4 14.84425436 C6_chemical_A3 +LQ09X032560 Histone H4 14.57411412 C6_chemical_B1 +LQ09X032560 Histone H4 15.43401002 C6_chemical_B2 +LQ09X032560 Histone H4 14.95683842 C6_chemical_B3 +LQ09X032560 Histone H4 15.20048465 C6_chemical_C1 +LQ09X032560 Histone H4 15.18287975 C6_chemical_C2 +LQ09X032560 Histone H4 15.12972413 C6_chemical_C3 +LQ09X032560 Histone H4 15.34280161 L4_control_A1 +LQ09X032560 Histone H4 15.34146574 L4_control_A2 +LQ09X032560 Histone H4 15.19398981 L4_control_A3 +LQ09X032560 Histone H4 14.78000313 L4_control_B1 +LQ09X032560 Histone H4 14.1273658 L4_control_B2 +LQ09X032560 Histone H4 15.07223293 L4_control_B3 +LQ09X032560 Histone H4 13.94749466 L4_control_C2 +LQ09X032560 Histone H4 14.48108872 L4_control_C3 +LQ09X032560 Histone H4 14.76043779 L4_chemical_A1 +LQ09X032560 Histone H4 14.864251 L4_chemical_A2 +LQ09X032560 Histone H4 15.24511765 L4_chemical_A3 +LQ09X032560 Histone H4 14.63486946 L4_chemical_B1 +LQ09X032560 Histone H4 14.74520808 L4_chemical_B2 +LQ09X032560 Histone H4 15.39352015 L4_chemical_B3 +LQ09X032560 Histone H4 14.29027506 L4_chemical_C2 +LQ09X032560 Histone H4 14.47164736 L4_chemical_C3 +LQ09X032580 18.5 kDa class I heat shock protein 14.60476801 C6_control_A1 +LQ09X032580 18.5 kDa class I heat shock protein 14.55607037 C6_control_A3 +LQ09X032580 18.5 kDa class I heat shock protein 13.92983953 C6_control_B1 +LQ09X032580 18.5 kDa class I heat shock protein 14.35632773 C6_control_B2 +LQ09X032580 18.5 kDa class I heat shock protein 13.59545329 C6_control_B3 +LQ09X032580 18.5 kDa class I heat shock protein 14.47721474 C6_control_C1 +LQ09X032580 18.5 kDa class I heat shock protein 13.93581201 C6_control_C2 +LQ09X032580 18.5 kDa class I heat shock protein 13.32243185 C6_control_C3 +LQ09X032580 18.5 kDa class I heat shock protein 15.33532132 C6_chemical_A1 +LQ09X032580 18.5 kDa class I heat shock protein 14.46346558 C6_chemical_A3 +LQ09X032580 18.5 kDa class I heat shock protein 15.1282773 C6_chemical_B1 +LQ09X032580 18.5 kDa class I heat shock protein 15.71364862 C6_chemical_B2 +LQ09X032580 18.5 kDa class I heat shock protein 13.56057225 C6_chemical_B3 +LQ09X032580 18.5 kDa class I heat shock protein 15.67403815 C6_chemical_C1 +LQ09X032580 18.5 kDa class I heat shock protein 15.33893523 C6_chemical_C2 +LQ09X032580 18.5 kDa class I heat shock protein 13.59312401 C6_chemical_C3 +LQ09X032580 18.5 kDa class I heat shock protein 15.05748433 L4_control_A1 +LQ09X032580 18.5 kDa class I heat shock protein 13.98997191 L4_control_A2 +LQ09X032580 18.5 kDa class I heat shock protein 14.31231807 L4_control_A3 +LQ09X032580 18.5 kDa class I heat shock protein 13.84309584 L4_control_B1 +LQ09X032580 18.5 kDa class I heat shock protein 13.56422757 L4_control_B2 +LQ09X032580 18.5 kDa class I heat shock protein 13.29578714 L4_control_B3 +LQ09X032580 18.5 kDa class I heat shock protein 13.86182389 L4_control_C2 +LQ09X032580 18.5 kDa class I heat shock protein 12.82660565 L4_control_C3 +LQ09X032580 18.5 kDa class I heat shock protein 15.10589922 L4_chemical_A1 +LQ09X032580 18.5 kDa class I heat shock protein 15.20447234 L4_chemical_A2 +LQ09X032580 18.5 kDa class I heat shock protein 14.18893007 L4_chemical_A3 +LQ09X032580 18.5 kDa class I heat shock protein 14.34841957 L4_chemical_B1 +LQ09X032580 18.5 kDa class I heat shock protein 14.96809589 L4_chemical_B2 +LQ09X032580 18.5 kDa class I heat shock protein 13.72706225 L4_chemical_B3 +LQ09X032580 18.5 kDa class I heat shock protein 14.58644372 L4_chemical_C2 +LQ09X032580 18.5 kDa class I heat shock protein 13.06772406 L4_chemical_C3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.172797535 C6_control_A1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.468192983 C6_control_A3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.460597386 C6_control_B1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.337461864 C6_control_B2 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.347502326 C6_control_B3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.19973401 C6_control_C1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.268019552 C6_control_C2 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.499879523 C6_control_C3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.119981974 C6_chemical_A1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.282984138 C6_chemical_A3 +LQ09X032740 Putative 125 kDa kinesin-related protein 5.986957613 C6_chemical_B1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.113022921 C6_chemical_B2 +LQ09X032740 Putative 125 kDa kinesin-related protein 5.978880221 C6_chemical_B3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.434342783 C6_chemical_C1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.142441544 C6_chemical_C2 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.251827735 C6_chemical_C3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.376208362 L4_control_A1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.525921575 L4_control_A2 +LQ09X032740 Putative 125 kDa kinesin-related protein 5.901635979 L4_control_A3 +LQ09X032740 Putative 125 kDa kinesin-related protein 5.484029637 L4_control_B1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.050395476 L4_control_B2 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.319684489 L4_control_B3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.108625268 L4_control_C2 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.6703216 L4_control_C3 +LQ09X032740 Putative 125 kDa kinesin-related protein 5.963897254 L4_chemical_A1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.295203977 L4_chemical_A2 +LQ09X032740 Putative 125 kDa kinesin-related protein 5.737447171 L4_chemical_A3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.567991124 L4_chemical_B1 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.281394067 L4_chemical_B2 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.267154686 L4_chemical_B3 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.715363946 L4_chemical_C2 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.069276944 L4_chemical_C3 +LQ09X032880 Protein binding protein, putative 11.16060876 C6_control_A1 +LQ09X032880 Protein binding protein, putative 11.06304899 C6_control_A3 +LQ09X032880 Protein binding protein, putative 10.42283514 C6_control_B1 +LQ09X032880 Protein binding protein, putative 11.27269469 C6_control_B2 +LQ09X032880 Protein binding protein, putative 11.19329246 C6_control_B3 +LQ09X032880 Protein binding protein, putative 11.65233094 C6_control_C1 +LQ09X032880 Protein binding protein, putative 11.81532603 C6_control_C2 +LQ09X032880 Protein binding protein, putative 11.99456799 C6_control_C3 +LQ09X032880 Protein binding protein, putative 10.96976696 C6_chemical_A1 +LQ09X032880 Protein binding protein, putative 11.45015793 C6_chemical_A3 +LQ09X032880 Protein binding protein, putative 10.00011235 C6_chemical_B1 +LQ09X032880 Protein binding protein, putative 11.26036081 C6_chemical_B2 +LQ09X032880 Protein binding protein, putative 11.04764532 C6_chemical_B3 +LQ09X032880 Protein binding protein, putative 11.39163177 C6_chemical_C1 +LQ09X032880 Protein binding protein, putative 11.74045826 C6_chemical_C2 +LQ09X032880 Protein binding protein, putative 11.9924767 C6_chemical_C3 +LQ09X032880 Protein binding protein, putative 11.23614086 L4_control_A1 +LQ09X032880 Protein binding protein, putative 11.22694399 L4_control_A2 +LQ09X032880 Protein binding protein, putative 11.13091659 L4_control_A3 +LQ09X032880 Protein binding protein, putative 10.0284519 L4_control_B1 +LQ09X032880 Protein binding protein, putative 10.54823854 L4_control_B2 +LQ09X032880 Protein binding protein, putative 10.81323137 L4_control_B3 +LQ09X032880 Protein binding protein, putative 10.97488339 L4_control_C2 +LQ09X032880 Protein binding protein, putative 10.56867187 L4_control_C3 +LQ09X032880 Protein binding protein, putative 11.24695964 L4_chemical_A1 +LQ09X032880 Protein binding protein, putative 11.42242152 L4_chemical_A2 +LQ09X032880 Protein binding protein, putative 11.4483868 L4_chemical_A3 +LQ09X032880 Protein binding protein, putative 10.48199145 L4_chemical_B1 +LQ09X032880 Protein binding protein, putative 10.48269902 L4_chemical_B2 +LQ09X032880 Protein binding protein, putative 10.92748379 L4_chemical_B3 +LQ09X032880 Protein binding protein, putative 10.64795569 L4_chemical_C2 +LQ09X032880 Protein binding protein, putative 10.68423644 L4_chemical_C3 +LQ09X032890 Phototropin-1 10.81709006 C6_control_A1 +LQ09X032890 Phototropin-1 9.886411755 C6_control_A3 +LQ09X032890 Phototropin-1 10.97503462 C6_control_B1 +LQ09X032890 Phototropin-1 10.80553695 C6_control_B2 +LQ09X032890 Phototropin-1 10.4958904 C6_control_B3 +LQ09X032890 Phototropin-1 12.15559032 C6_control_C1 +LQ09X032890 Phototropin-1 11.65040365 C6_control_C2 +LQ09X032890 Phototropin-1 11.69204108 C6_control_C3 +LQ09X032890 Phototropin-1 10.59200289 C6_chemical_A1 +LQ09X032890 Phototropin-1 10.34110154 C6_chemical_A3 +LQ09X032890 Phototropin-1 11.22359541 C6_chemical_B1 +LQ09X032890 Phototropin-1 10.90243762 C6_chemical_B2 +LQ09X032890 Phototropin-1 11.41453196 C6_chemical_B3 +LQ09X032890 Phototropin-1 12.31789846 C6_chemical_C1 +LQ09X032890 Phototropin-1 12.11059674 C6_chemical_C2 +LQ09X032890 Phototropin-1 12.58687844 C6_chemical_C3 +LQ09X032890 Phototropin-1 10.1301441 L4_control_A1 +LQ09X032890 Phototropin-1 9.479328851 L4_control_A2 +LQ09X032890 Phototropin-1 9.646944736 L4_control_A3 +LQ09X032890 Phototropin-1 10.5107258 L4_control_B1 +LQ09X032890 Phototropin-1 10.43042915 L4_control_B2 +LQ09X032890 Phototropin-1 10.86689917 L4_control_B3 +LQ09X032890 Phototropin-1 11.33706266 L4_control_C2 +LQ09X032890 Phototropin-1 11.35694893 L4_control_C3 +LQ09X032890 Phototropin-1 10.2609693 L4_chemical_A1 +LQ09X032890 Phototropin-1 9.97274339 L4_chemical_A2 +LQ09X032890 Phototropin-1 10.03897557 L4_chemical_A3 +LQ09X032890 Phototropin-1 10.87464508 L4_chemical_B1 +LQ09X032890 Phototropin-1 10.45217759 L4_chemical_B2 +LQ09X032890 Phototropin-1 11.07190082 L4_chemical_B3 +LQ09X032890 Phototropin-1 11.59177645 L4_chemical_C2 +LQ09X032890 Phototropin-1 11.37099272 L4_chemical_C3 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.83014428 C6_control_A1 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.52876656 C6_control_A3 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.12568028 C6_control_B1 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.54041479 C6_control_B2 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.72208977 C6_control_B3 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.45196181 C6_control_C1 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.55616897 C6_control_C2 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.83628834 C6_control_C3 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.82129238 C6_chemical_A1 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.81523187 C6_chemical_A3 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.09195112 C6_chemical_B1 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.47621589 C6_chemical_B2 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.23115713 C6_chemical_B3 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.23967055 C6_chemical_C1 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.65945719 C6_chemical_C2 +LQ09X032930 Putative Two-component response regulator-like PRR73 15.05030708 C6_chemical_C3 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.54757679 L4_control_A1 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.02217294 L4_control_A2 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.21969247 L4_control_A3 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.81125535 L4_control_B1 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.15680705 L4_control_B2 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.29369852 L4_control_B3 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.91619331 L4_control_C2 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.46727878 L4_control_C3 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.83008391 L4_chemical_A1 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.52193724 L4_chemical_A2 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.54314809 L4_chemical_A3 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.48933651 L4_chemical_B1 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.37490902 L4_chemical_B2 +LQ09X032930 Putative Two-component response regulator-like PRR73 14.27321931 L4_chemical_B3 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.41107436 L4_chemical_C2 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.67507931 L4_chemical_C3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.150968881 C6_control_A1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.208510714 C6_control_A3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.751588493 C6_control_B1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.704986112 C6_control_B2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.831676531 C6_control_B3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.900426084 C6_control_C1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.973085397 C6_control_C2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.853742534 C6_control_C3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.772224303 C6_chemical_A1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.136434314 C6_chemical_A3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.602617372 C6_chemical_B1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.341075964 C6_chemical_B2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.922921834 C6_chemical_B3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.114688839 C6_chemical_C1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.347531738 C6_chemical_C2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.919906463 C6_chemical_C3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.10656305 L4_control_A1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.444110786 L4_control_A2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 7.291773883 L4_control_A3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.485489115 L4_control_B1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.300278715 L4_control_B2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.301599716 L4_control_B3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.630440915 L4_control_C2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.934529373 L4_control_C3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.714659386 L4_chemical_A1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.739367773 L4_chemical_A2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.863214161 L4_chemical_A3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.74138261 L4_chemical_B1 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.048875566 L4_chemical_B2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.985393484 L4_chemical_B3 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 6.39660101 L4_chemical_C2 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.597122038 L4_chemical_C3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.34418876 C6_control_A1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.60513607 C6_control_A3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.51443411 C6_control_B1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.03788664 C6_control_B2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.50221429 C6_control_B3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.25326173 C6_control_C1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.32948053 C6_control_C2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 12.67649092 C6_control_C3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.06044763 C6_chemical_A1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.34130478 C6_chemical_A3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.16488635 C6_chemical_B1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.80212199 C6_chemical_B2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.5650022 C6_chemical_B3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.83267893 C6_chemical_C1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.88233286 C6_chemical_C2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.90375266 C6_chemical_C3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.97473579 L4_control_A1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.40277725 L4_control_A2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.66322863 L4_control_A3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.57028809 L4_control_B1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.11675901 L4_control_B2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.65772789 L4_control_B3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.49000537 L4_control_C2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 12.01977296 L4_control_C3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.69359905 L4_chemical_A1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 9.757994674 L4_chemical_A2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.65829133 L4_chemical_A3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.77598302 L4_chemical_B1 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 10.45564445 L4_chemical_B2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.02637824 L4_chemical_B3 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.05554997 L4_chemical_C2 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.55814172 L4_chemical_C3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.38378856 C6_control_A1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.4859734 C6_control_A3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.68247031 C6_control_B1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.2475119 C6_control_B2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.02022738 C6_control_B3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.57878789 C6_control_C1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.56052662 C6_control_C2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.06273748 C6_control_C3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.21329009 C6_chemical_A1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.78360843 C6_chemical_A3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.62536485 C6_chemical_B1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.96778096 C6_chemical_B2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.43203593 C6_chemical_B3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.15222514 C6_chemical_C1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.30065334 C6_chemical_C2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.78523835 C6_chemical_C3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.15623495 L4_control_A1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.93292731 L4_control_A2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.87371386 L4_control_A3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.88600934 L4_control_B1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.7525686 L4_control_B2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 13.7637578 L4_control_B3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.86304722 L4_control_C2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 13.80498358 L4_control_C3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.41795568 L4_chemical_A1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.66198486 L4_chemical_A2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.61759275 L4_chemical_A3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.95057496 L4_chemical_B1 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.71123899 L4_chemical_B2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.92603006 L4_chemical_B3 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 12.62697876 L4_chemical_C2 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 13.49160512 L4_chemical_C3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.223408903 C6_control_A1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.667335724 C6_control_A3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.873112384 C6_control_B1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.368963935 C6_control_B2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.454288543 C6_control_B3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.393984236 C6_control_C1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 6.211575669 C6_control_C2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.787864393 C6_control_C3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.37563825 C6_chemical_A1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.408530395 C6_chemical_A3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.327450675 C6_chemical_B1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.345207686 C6_chemical_B2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.095913219 C6_chemical_B3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.54105699 C6_chemical_C1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.222231089 C6_chemical_C2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.585192283 C6_chemical_C3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.12086773 L4_control_A1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.067552533 L4_control_A2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 6.039782675 L4_control_A3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.018255486 L4_control_B1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 4.872266538 L4_control_B2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.848489002 L4_control_B3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.21809227 L4_control_C2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 4.767297045 L4_control_C3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.463906416 L4_chemical_A1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.141126109 L4_chemical_A2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.943124341 L4_chemical_A3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.084818731 L4_chemical_B1 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.163180193 L4_chemical_B2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.435278211 L4_chemical_B3 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.419510133 L4_chemical_C2 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.134401412 L4_chemical_C3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.84155337 C6_control_A1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.70829487 C6_control_A3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.43777459 C6_control_B1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.72549685 C6_control_B2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.38785716 C6_control_B3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.79685779 C6_control_C1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 15.05982145 C6_control_C2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.71222549 C6_control_C3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 15.2082515 C6_chemical_A1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.82288149 C6_chemical_A3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.66614071 C6_chemical_B1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 15.21237999 C6_chemical_B2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.54400955 C6_chemical_B3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 15.19800985 C6_chemical_C1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 15.26024319 C6_chemical_C2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.9420667 C6_chemical_C3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.82312224 L4_control_A1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.7927436 L4_control_A2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.27486608 L4_control_A3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.13111913 L4_control_B1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.36562215 L4_control_B2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 13.6229026 L4_control_B3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.60974614 L4_control_C2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 13.8898541 L4_control_C3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.96621773 L4_chemical_A1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.99903395 L4_chemical_A2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.56519621 L4_chemical_A3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.80107049 L4_chemical_B1 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.70366458 L4_chemical_B2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.83174022 L4_chemical_B3 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.44229999 L4_chemical_C2 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 14.10961623 L4_chemical_C3 +LQ09X033020 Mitogen-activated protein kinase 3 5.642992163 C6_control_A1 +LQ09X033020 Mitogen-activated protein kinase 3 5.10307887 C6_control_A3 +LQ09X033020 Mitogen-activated protein kinase 3 5.478301536 C6_control_B1 +LQ09X033020 Mitogen-activated protein kinase 3 5.852240168 C6_control_B2 +LQ09X033020 Mitogen-activated protein kinase 3 5.612377543 C6_control_B3 +LQ09X033020 Mitogen-activated protein kinase 3 6.564245838 C6_control_C1 +LQ09X033020 Mitogen-activated protein kinase 3 6.079190545 C6_control_C2 +LQ09X033020 Mitogen-activated protein kinase 3 5.626003661 C6_control_C3 +LQ09X033020 Mitogen-activated protein kinase 3 5.710192486 C6_chemical_A1 +LQ09X033020 Mitogen-activated protein kinase 3 5.244380901 C6_chemical_A3 +LQ09X033020 Mitogen-activated protein kinase 3 6.422987562 C6_chemical_B1 +LQ09X033020 Mitogen-activated protein kinase 3 5.575426019 C6_chemical_B2 +LQ09X033020 Mitogen-activated protein kinase 3 5.546377484 C6_chemical_B3 +LQ09X033020 Mitogen-activated protein kinase 3 6.213701519 C6_chemical_C1 +LQ09X033020 Mitogen-activated protein kinase 3 6.022577261 C6_chemical_C2 +LQ09X033020 Mitogen-activated protein kinase 3 6.063685426 C6_chemical_C3 +LQ09X033020 Mitogen-activated protein kinase 3 5.403226401 L4_control_A1 +LQ09X033020 Mitogen-activated protein kinase 3 5.813961381 L4_control_A2 +LQ09X033020 Mitogen-activated protein kinase 3 4.762117529 L4_control_A3 +LQ09X033020 Mitogen-activated protein kinase 3 5.279931743 L4_control_B1 +LQ09X033020 Mitogen-activated protein kinase 3 5.49253134 L4_control_B2 +LQ09X033020 Mitogen-activated protein kinase 3 5.516559569 L4_control_B3 +LQ09X033020 Mitogen-activated protein kinase 3 6.268181436 L4_control_C2 +LQ09X033020 Mitogen-activated protein kinase 3 5.846351123 L4_control_C3 +LQ09X033020 Mitogen-activated protein kinase 3 5.286801758 L4_chemical_A1 +LQ09X033020 Mitogen-activated protein kinase 3 5.739695998 L4_chemical_A2 +LQ09X033020 Mitogen-activated protein kinase 3 4.982751398 L4_chemical_A3 +LQ09X033020 Mitogen-activated protein kinase 3 5.411567052 L4_chemical_B1 +LQ09X033020 Mitogen-activated protein kinase 3 5.243590821 L4_chemical_B2 +LQ09X033020 Mitogen-activated protein kinase 3 5.624855314 L4_chemical_B3 +LQ09X033020 Mitogen-activated protein kinase 3 6.208714374 L4_chemical_C2 +LQ09X033020 Mitogen-activated protein kinase 3 5.735694947 L4_chemical_C3 +LQ09X033050 Putative Peptide transporter PTR1 5.350906002 C6_control_A1 +LQ09X033050 Putative Peptide transporter PTR1 4.977241562 C6_control_A3 +LQ09X033050 Putative Peptide transporter PTR1 5.205811786 C6_control_B1 +LQ09X033050 Putative Peptide transporter PTR1 5.522358675 C6_control_B2 +LQ09X033050 Putative Peptide transporter PTR1 5.569017898 C6_control_B3 +LQ09X033050 Putative Peptide transporter PTR1 5.994587056 C6_control_C1 +LQ09X033050 Putative Peptide transporter PTR1 5.462267882 C6_control_C2 +LQ09X033050 Putative Peptide transporter PTR1 5.654603026 C6_control_C3 +LQ09X033050 Putative Peptide transporter PTR1 5.485747971 C6_chemical_A1 +LQ09X033050 Putative Peptide transporter PTR1 5.493133821 C6_chemical_A3 +LQ09X033050 Putative Peptide transporter PTR1 5.632550848 C6_chemical_B1 +LQ09X033050 Putative Peptide transporter PTR1 5.219702625 C6_chemical_B2 +LQ09X033050 Putative Peptide transporter PTR1 5.465368663 C6_chemical_B3 +LQ09X033050 Putative Peptide transporter PTR1 5.768018357 C6_chemical_C1 +LQ09X033050 Putative Peptide transporter PTR1 5.829242485 C6_chemical_C2 +LQ09X033050 Putative Peptide transporter PTR1 5.323587871 C6_chemical_C3 +LQ09X033050 Putative Peptide transporter PTR1 5.466872369 L4_control_A1 +LQ09X033050 Putative Peptide transporter PTR1 5.284007421 L4_control_A2 +LQ09X033050 Putative Peptide transporter PTR1 5.631352486 L4_control_A3 +LQ09X033050 Putative Peptide transporter PTR1 5.225441851 L4_control_B1 +LQ09X033050 Putative Peptide transporter PTR1 4.998456984 L4_control_B2 +LQ09X033050 Putative Peptide transporter PTR1 5.335684176 L4_control_B3 +LQ09X033050 Putative Peptide transporter PTR1 4.693607362 L4_control_C2 +LQ09X033050 Putative Peptide transporter PTR1 5.284151805 L4_control_C3 +LQ09X033050 Putative Peptide transporter PTR1 5.268156226 L4_chemical_A1 +LQ09X033050 Putative Peptide transporter PTR1 5.325094161 L4_chemical_A2 +LQ09X033050 Putative Peptide transporter PTR1 5.383394476 L4_chemical_A3 +LQ09X033050 Putative Peptide transporter PTR1 5.180090049 L4_chemical_B1 +LQ09X033050 Putative Peptide transporter PTR1 5.433219021 L4_chemical_B2 +LQ09X033050 Putative Peptide transporter PTR1 5.521795831 L4_chemical_B3 +LQ09X033050 Putative Peptide transporter PTR1 5.403667371 L4_chemical_C2 +LQ09X033050 Putative Peptide transporter PTR1 5.250730728 L4_chemical_C3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.27145277 C6_control_A1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.10576347 C6_control_A3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.05101563 C6_control_B1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 11.8657218 C6_control_B2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.12704642 C6_control_B3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.58153573 C6_control_C1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.16047157 C6_control_C2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.85216704 C6_control_C3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.14273642 C6_chemical_A1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.35052088 C6_chemical_A3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 11.75611768 C6_chemical_B1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 11.44603891 C6_chemical_B2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.19862527 C6_chemical_B3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.454111 C6_chemical_C1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.21379553 C6_chemical_C2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.49297386 C6_chemical_C3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.19161785 L4_control_A1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.04197881 L4_control_A2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.09135009 L4_control_A3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.36236124 L4_control_B1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.01280358 L4_control_B2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.34326355 L4_control_B3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.59721665 L4_control_C2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.66321241 L4_control_C3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.26201149 L4_chemical_A1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.33926877 L4_chemical_A2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.3645398 L4_chemical_A3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.67709557 L4_chemical_B1 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.30057021 L4_chemical_B2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.26081363 L4_chemical_B3 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.64983966 L4_chemical_C2 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.54986958 L4_chemical_C3 +LQ09X033080 Serrate RNA effector molecule 10.32740629 C6_control_A1 +LQ09X033080 Serrate RNA effector molecule 9.79917404 C6_control_A3 +LQ09X033080 Serrate RNA effector molecule 10.11640893 C6_control_B1 +LQ09X033080 Serrate RNA effector molecule 11.22214124 C6_control_B2 +LQ09X033080 Serrate RNA effector molecule 10.51332393 C6_control_B3 +LQ09X033080 Serrate RNA effector molecule 11.84021889 C6_control_C1 +LQ09X033080 Serrate RNA effector molecule 11.7323909 C6_control_C2 +LQ09X033080 Serrate RNA effector molecule 12.33189902 C6_control_C3 +LQ09X033080 Serrate RNA effector molecule 10.05166916 C6_chemical_A1 +LQ09X033080 Serrate RNA effector molecule 10.54821057 C6_chemical_A3 +LQ09X033080 Serrate RNA effector molecule 9.695492383 C6_chemical_B1 +LQ09X033080 Serrate RNA effector molecule 11.30226916 C6_chemical_B2 +LQ09X033080 Serrate RNA effector molecule 10.91599917 C6_chemical_B3 +LQ09X033080 Serrate RNA effector molecule 11.72378705 C6_chemical_C1 +LQ09X033080 Serrate RNA effector molecule 11.9586248 C6_chemical_C2 +LQ09X033080 Serrate RNA effector molecule 12.41981363 C6_chemical_C3 +LQ09X033080 Serrate RNA effector molecule 10.22144233 L4_control_A1 +LQ09X033080 Serrate RNA effector molecule 10.03942361 L4_control_A2 +LQ09X033080 Serrate RNA effector molecule 9.491488245 L4_control_A3 +LQ09X033080 Serrate RNA effector molecule 10.01123903 L4_control_B1 +LQ09X033080 Serrate RNA effector molecule 9.681721187 L4_control_B2 +LQ09X033080 Serrate RNA effector molecule 10.71743726 L4_control_B3 +LQ09X033080 Serrate RNA effector molecule 10.35551016 L4_control_C2 +LQ09X033080 Serrate RNA effector molecule 10.81529683 L4_control_C3 +LQ09X033080 Serrate RNA effector molecule 10.53595349 L4_chemical_A1 +LQ09X033080 Serrate RNA effector molecule 9.999084566 L4_chemical_A2 +LQ09X033080 Serrate RNA effector molecule 9.66359735 L4_chemical_A3 +LQ09X033080 Serrate RNA effector molecule 9.419185886 L4_chemical_B1 +LQ09X033080 Serrate RNA effector molecule 9.457422105 L4_chemical_B2 +LQ09X033080 Serrate RNA effector molecule 10.45236342 L4_chemical_B3 +LQ09X033080 Serrate RNA effector molecule 10.22155669 L4_chemical_C2 +LQ09X033080 Serrate RNA effector molecule 10.81887637 L4_chemical_C3 +LQ09X033090 60S ribosomal protein L30 5.877670605 C6_control_A1 +LQ09X033090 60S ribosomal protein L30 6.427160418 C6_control_A3 +LQ09X033090 60S ribosomal protein L30 5.741745317 C6_control_B1 +LQ09X033090 60S ribosomal protein L30 6.260630876 C6_control_B2 +LQ09X033090 60S ribosomal protein L30 5.88491947 C6_control_B3 +LQ09X033090 60S ribosomal protein L30 6.331271052 C6_control_C1 +LQ09X033090 60S ribosomal protein L30 6.555993345 C6_control_C2 +LQ09X033090 60S ribosomal protein L30 5.511938699 C6_control_C3 +LQ09X033090 60S ribosomal protein L30 5.419200924 C6_chemical_A1 +LQ09X033090 60S ribosomal protein L30 5.797126112 C6_chemical_A3 +LQ09X033090 60S ribosomal protein L30 5.656658063 C6_chemical_B1 +LQ09X033090 60S ribosomal protein L30 6.12204083 C6_chemical_B2 +LQ09X033090 60S ribosomal protein L30 5.615546031 C6_chemical_B3 +LQ09X033090 60S ribosomal protein L30 6.105411706 C6_chemical_C1 +LQ09X033090 60S ribosomal protein L30 6.114331335 C6_chemical_C2 +LQ09X033090 60S ribosomal protein L30 5.385839153 C6_chemical_C3 +LQ09X033090 60S ribosomal protein L30 5.608269529 L4_control_A1 +LQ09X033090 60S ribosomal protein L30 5.415065075 L4_control_A2 +LQ09X033090 60S ribosomal protein L30 4.867573096 L4_control_A3 +LQ09X033090 60S ribosomal protein L30 5.026430034 L4_control_B1 +LQ09X033090 60S ribosomal protein L30 5.230214162 L4_control_B2 +LQ09X033090 60S ribosomal protein L30 5.598222669 L4_control_B3 +LQ09X033090 60S ribosomal protein L30 5.566977479 L4_control_C2 +LQ09X033090 60S ribosomal protein L30 6.128409997 L4_control_C3 +LQ09X033090 60S ribosomal protein L30 5.480339199 L4_chemical_A1 +LQ09X033090 60S ribosomal protein L30 5.288054994 L4_chemical_A2 +LQ09X033090 60S ribosomal protein L30 4.935420473 L4_chemical_A3 +LQ09X033090 60S ribosomal protein L30 6.058288841 L4_chemical_B1 +LQ09X033090 60S ribosomal protein L30 5.616975989 L4_chemical_B2 +LQ09X033090 60S ribosomal protein L30 5.544141478 L4_chemical_B3 +LQ09X033090 60S ribosomal protein L30 5.842990934 L4_chemical_C2 +LQ09X033090 60S ribosomal protein L30 6.617553255 L4_chemical_C3 +LQ09X033130 Predicted protein 6.791763715 C6_control_A1 +LQ09X033130 Predicted protein 6.270942128 C6_control_A3 +LQ09X033130 Predicted protein 6.737245773 C6_control_B1 +LQ09X033130 Predicted protein 6.519981184 C6_control_B2 +LQ09X033130 Predicted protein 7.060113095 C6_control_B3 +LQ09X033130 Predicted protein 6.599212516 C6_control_C1 +LQ09X033130 Predicted protein 5.851443367 C6_control_C2 +LQ09X033130 Predicted protein 6.753322249 C6_control_C3 +LQ09X033130 Predicted protein 6.861723718 C6_chemical_A1 +LQ09X033130 Predicted protein 6.789877303 C6_chemical_A3 +LQ09X033130 Predicted protein 6.57973261 C6_chemical_B1 +LQ09X033130 Predicted protein 6.433134409 C6_chemical_B2 +LQ09X033130 Predicted protein 6.900545997 C6_chemical_B3 +LQ09X033130 Predicted protein 6.509138361 C6_chemical_C1 +LQ09X033130 Predicted protein 6.562109047 C6_chemical_C2 +LQ09X033130 Predicted protein 6.591455252 C6_chemical_C3 +LQ09X033130 Predicted protein 6.890432637 L4_control_A1 +LQ09X033130 Predicted protein 7.597929937 L4_control_A2 +LQ09X033130 Predicted protein 7.722549 L4_control_A3 +LQ09X033130 Predicted protein 6.268299054 L4_control_B1 +LQ09X033130 Predicted protein 6.956390956 L4_control_B2 +LQ09X033130 Predicted protein 7.494452786 L4_control_B3 +LQ09X033130 Predicted protein 6.850178149 L4_control_C2 +LQ09X033130 Predicted protein 7.23805257 L4_control_C3 +LQ09X033130 Predicted protein 6.612316267 L4_chemical_A1 +LQ09X033130 Predicted protein 7.766901036 L4_chemical_A2 +LQ09X033130 Predicted protein 7.053974903 L4_chemical_A3 +LQ09X033130 Predicted protein 6.635353688 L4_chemical_B1 +LQ09X033130 Predicted protein 7.176485561 L4_chemical_B2 +LQ09X033130 Predicted protein 7.327013599 L4_chemical_B3 +LQ09X033130 Predicted protein 6.181518563 L4_chemical_C2 +LQ09X033130 Predicted protein 6.350790214 L4_chemical_C3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 11.87500588 C6_control_A1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 11.2930434 C6_control_A3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.08322448 C6_control_B1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.31313175 C6_control_B2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.71358589 C6_control_B3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.81665847 C6_control_C1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.1856089 C6_control_C2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.77476318 C6_control_C3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.17209728 C6_chemical_A1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.16454764 C6_chemical_A3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.62265238 C6_chemical_B1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.39149417 C6_chemical_B2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 13.23052627 C6_chemical_B3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.72317177 C6_chemical_C1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.41816895 C6_chemical_C2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 13.88230107 C6_chemical_C3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.15823788 L4_control_A1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.10125008 L4_control_A2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.28989015 L4_control_A3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.83032181 L4_control_B1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.71260853 L4_control_B2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 13.73063642 L4_control_B3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.85543346 L4_control_C2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 13.76175694 L4_control_C3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 13.08546275 L4_chemical_A1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.87535841 L4_chemical_A2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.63975718 L4_chemical_A3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.75267268 L4_chemical_B1 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.38172519 L4_chemical_B2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 13.304512 L4_chemical_B3 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.64821379 L4_chemical_C2 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 13.30939353 L4_chemical_C3 +LQ09X033170 L-ascorbate oxidase 5.078946789 C6_control_A1 +LQ09X033170 L-ascorbate oxidase 5.732713296 C6_control_A3 +LQ09X033170 L-ascorbate oxidase 5.45712053 C6_control_B1 +LQ09X033170 L-ascorbate oxidase 5.641982388 C6_control_B2 +LQ09X033170 L-ascorbate oxidase 5.370796725 C6_control_B3 +LQ09X033170 L-ascorbate oxidase 5.443117674 C6_control_C1 +LQ09X033170 L-ascorbate oxidase 5.943493649 C6_control_C2 +LQ09X033170 L-ascorbate oxidase 5.329366705 C6_control_C3 +LQ09X033170 L-ascorbate oxidase 4.968582266 C6_chemical_A1 +LQ09X033170 L-ascorbate oxidase 5.540021377 C6_chemical_A3 +LQ09X033170 L-ascorbate oxidase 5.201914047 C6_chemical_B1 +LQ09X033170 L-ascorbate oxidase 5.639219654 C6_chemical_B2 +LQ09X033170 L-ascorbate oxidase 5.731071717 C6_chemical_B3 +LQ09X033170 L-ascorbate oxidase 5.243633359 C6_chemical_C1 +LQ09X033170 L-ascorbate oxidase 5.523654165 C6_chemical_C2 +LQ09X033170 L-ascorbate oxidase 5.164973354 C6_chemical_C3 +LQ09X033170 L-ascorbate oxidase 5.625817428 L4_control_A1 +LQ09X033170 L-ascorbate oxidase 5.038421897 L4_control_A2 +LQ09X033170 L-ascorbate oxidase 5.108480943 L4_control_A3 +LQ09X033170 L-ascorbate oxidase 5.221979638 L4_control_B1 +LQ09X033170 L-ascorbate oxidase 5.048571823 L4_control_B2 +LQ09X033170 L-ascorbate oxidase 5.416103848 L4_control_B3 +LQ09X033170 L-ascorbate oxidase 5.623326793 L4_control_C2 +LQ09X033170 L-ascorbate oxidase 5.150306522 L4_control_C3 +LQ09X033170 L-ascorbate oxidase 5.569899571 L4_chemical_A1 +LQ09X033170 L-ascorbate oxidase 5.022003588 L4_chemical_A2 +LQ09X033170 L-ascorbate oxidase 5.15810681 L4_chemical_A3 +LQ09X033170 L-ascorbate oxidase 5.107738075 L4_chemical_B1 +LQ09X033170 L-ascorbate oxidase 5.304049251 L4_chemical_B2 +LQ09X033170 L-ascorbate oxidase 5.66447947 L4_chemical_B3 +LQ09X033170 L-ascorbate oxidase 5.913486708 L4_chemical_C2 +LQ09X033170 L-ascorbate oxidase 5.052359892 L4_chemical_C3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.6380605 C6_control_A1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.08140667 C6_control_A3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.69696726 C6_control_B1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.81687052 C6_control_B2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.86127256 C6_control_B3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.64834366 C6_control_C1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.41310872 C6_control_C2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.46344899 C6_control_C3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.58167516 C6_chemical_A1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.55870316 C6_chemical_A3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.60256338 C6_chemical_B1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.59326459 C6_chemical_B2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.86407908 C6_chemical_B3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.31937757 C6_chemical_C1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.33563748 C6_chemical_C2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.12059969 C6_chemical_C3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.57411513 L4_control_A1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.75655061 L4_control_A2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.54266182 L4_control_A3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 15.06658961 L4_control_B1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.60082736 L4_control_B2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.82822531 L4_control_B3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.35056606 L4_control_C2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.83039533 L4_control_C3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.63925916 L4_chemical_A1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 15.07091155 L4_chemical_A2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.51865498 L4_chemical_A3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.72654819 L4_chemical_B1 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.47122577 L4_chemical_B2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 15.06531573 L4_chemical_B3 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.20494114 L4_chemical_C2 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.61857281 L4_chemical_C3 +LQ09X033190 Protein argonaute 4B 5.169316699 C6_control_A1 +LQ09X033190 Protein argonaute 4B 4.81309148 C6_control_A3 +LQ09X033190 Protein argonaute 4B 5.013087121 C6_control_B1 +LQ09X033190 Protein argonaute 4B 5.003118435 C6_control_B2 +LQ09X033190 Protein argonaute 4B 4.738361668 C6_control_B3 +LQ09X033190 Protein argonaute 4B 5.10423426 C6_control_C1 +LQ09X033190 Protein argonaute 4B 5.156087158 C6_control_C2 +LQ09X033190 Protein argonaute 4B 4.970387953 C6_control_C3 +LQ09X033190 Protein argonaute 4B 4.949722327 C6_chemical_A1 +LQ09X033190 Protein argonaute 4B 5.320035963 C6_chemical_A3 +LQ09X033190 Protein argonaute 4B 5.008913083 C6_chemical_B1 +LQ09X033190 Protein argonaute 4B 5.087620765 C6_chemical_B2 +LQ09X033190 Protein argonaute 4B 4.796264628 C6_chemical_B3 +LQ09X033190 Protein argonaute 4B 4.974957525 C6_chemical_C1 +LQ09X033190 Protein argonaute 4B 5.161739803 C6_chemical_C2 +LQ09X033190 Protein argonaute 4B 5.002192138 C6_chemical_C3 +LQ09X033190 Protein argonaute 4B 4.989828982 L4_control_A1 +LQ09X033190 Protein argonaute 4B 5.391972275 L4_control_A2 +LQ09X033190 Protein argonaute 4B 5.486073895 L4_control_A3 +LQ09X033190 Protein argonaute 4B 4.993749316 L4_control_B1 +LQ09X033190 Protein argonaute 4B 6.060841229 L4_control_B2 +LQ09X033190 Protein argonaute 4B 5.05834221 L4_control_B3 +LQ09X033190 Protein argonaute 4B 4.956569321 L4_control_C2 +LQ09X033190 Protein argonaute 4B 4.94644572 L4_control_C3 +LQ09X033190 Protein argonaute 4B 4.864217231 L4_chemical_A1 +LQ09X033190 Protein argonaute 4B 5.30090114 L4_chemical_A2 +LQ09X033190 Protein argonaute 4B 5.074878463 L4_chemical_A3 +LQ09X033190 Protein argonaute 4B 5.538679889 L4_chemical_B1 +LQ09X033190 Protein argonaute 4B 5.172111066 L4_chemical_B2 +LQ09X033190 Protein argonaute 4B 4.953226859 L4_chemical_B3 +LQ09X033190 Protein argonaute 4B 5.508281322 L4_chemical_C2 +LQ09X033190 Protein argonaute 4B 4.8369954 L4_chemical_C3 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.256975318 C6_control_A1 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.231369117 C6_control_A3 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.285066866 C6_control_B1 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.030683568 C6_control_B2 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.769630802 C6_control_B3 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.628698606 C6_control_C1 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.169817338 C6_control_C2 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.253929162 C6_control_C3 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.406738722 C6_chemical_A1 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.295635503 C6_chemical_A3 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.914436173 C6_chemical_B1 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.359797651 C6_chemical_B2 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.98812231 C6_chemical_B3 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.893661615 C6_chemical_C1 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.369358472 C6_chemical_C2 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.976045298 C6_chemical_C3 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.670430606 L4_control_A1 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.898152263 L4_control_A2 +LQ09X033230 Lupus la ribonucleoprotein, putative 5.711766627 L4_control_A3 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.890004165 L4_control_B1 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.285803265 L4_control_B2 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.661846929 L4_control_B3 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.860525856 L4_control_C2 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.384588858 L4_control_C3 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.898742497 L4_chemical_A1 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.871690063 L4_chemical_A2 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.113840031 L4_chemical_A3 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.907101177 L4_chemical_B1 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.910119851 L4_chemical_B2 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.376715536 L4_chemical_B3 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.569230002 L4_chemical_C2 +LQ09X033230 Lupus la ribonucleoprotein, putative 7.293194108 L4_chemical_C3 +LQ09X033240 Putative uncharacterized protein 6.97263061 C6_control_A1 +LQ09X033240 Putative uncharacterized protein 6.26396463 C6_control_A3 +LQ09X033240 Putative uncharacterized protein 6.198992318 C6_control_B1 +LQ09X033240 Putative uncharacterized protein 6.030466163 C6_control_B2 +LQ09X033240 Putative uncharacterized protein 6.590746766 C6_control_B3 +LQ09X033240 Putative uncharacterized protein 6.552314764 C6_control_C1 +LQ09X033240 Putative uncharacterized protein 6.611413486 C6_control_C2 +LQ09X033240 Putative uncharacterized protein 6.761099717 C6_control_C3 +LQ09X033240 Putative uncharacterized protein 7.024834758 C6_chemical_A1 +LQ09X033240 Putative uncharacterized protein 6.278578104 C6_chemical_A3 +LQ09X033240 Putative uncharacterized protein 6.003597494 C6_chemical_B1 +LQ09X033240 Putative uncharacterized protein 6.388564144 C6_chemical_B2 +LQ09X033240 Putative uncharacterized protein 6.31509232 C6_chemical_B3 +LQ09X033240 Putative uncharacterized protein 7.048851102 C6_chemical_C1 +LQ09X033240 Putative uncharacterized protein 6.656774585 C6_chemical_C2 +LQ09X033240 Putative uncharacterized protein 6.751366753 C6_chemical_C3 +LQ09X033240 Putative uncharacterized protein 6.590686027 L4_control_A1 +LQ09X033240 Putative uncharacterized protein 6.390578789 L4_control_A2 +LQ09X033240 Putative uncharacterized protein 7.226738091 L4_control_A3 +LQ09X033240 Putative uncharacterized protein 6.406262632 L4_control_B1 +LQ09X033240 Putative uncharacterized protein 6.284047374 L4_control_B2 +LQ09X033240 Putative uncharacterized protein 6.979166657 L4_control_B3 +LQ09X033240 Putative uncharacterized protein 6.561895802 L4_control_C2 +LQ09X033240 Putative uncharacterized protein 5.973976925 L4_control_C3 +LQ09X033240 Putative uncharacterized protein 6.080548056 L4_chemical_A1 +LQ09X033240 Putative uncharacterized protein 6.802840957 L4_chemical_A2 +LQ09X033240 Putative uncharacterized protein 7.014973668 L4_chemical_A3 +LQ09X033240 Putative uncharacterized protein 5.734733851 L4_chemical_B1 +LQ09X033240 Putative uncharacterized protein 6.583084638 L4_chemical_B2 +LQ09X033240 Putative uncharacterized protein 6.414203851 L4_chemical_B3 +LQ09X033240 Putative uncharacterized protein 6.743198338 L4_chemical_C2 +LQ09X033240 Putative uncharacterized protein 6.224414593 L4_chemical_C3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.567117068 C6_control_A1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 7.344580244 C6_control_A3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.89632087 C6_control_B1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.723900499 C6_control_B2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.357829665 C6_control_B3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.017846136 C6_control_C1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.605481657 C6_control_C2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.447901332 C6_control_C3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.57941992 C6_chemical_A1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.61794496 C6_chemical_A3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.609088961 C6_chemical_B1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.816094534 C6_chemical_B2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.044041026 C6_chemical_B3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 4.831210493 C6_chemical_C1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.489140242 C6_chemical_C2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.367790145 C6_chemical_C3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.600449573 L4_control_A1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.944714521 L4_control_A2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 7.624687235 L4_control_A3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.691083742 L4_control_B1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.643899184 L4_control_B2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.907011732 L4_control_B3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.163839633 L4_control_C2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 4.506692608 L4_control_C3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.734634802 L4_chemical_A1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.930717514 L4_chemical_A2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.918726269 L4_chemical_A3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.191843485 L4_chemical_B1 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.643077113 L4_chemical_B2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.719454965 L4_chemical_B3 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.326142066 L4_chemical_C2 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 4.960940961 L4_chemical_C3 +LQ09X033260 Predicted protein (Fragment) 5.02697974 C6_control_A1 +LQ09X033260 Predicted protein (Fragment) 5.005598241 C6_control_A3 +LQ09X033260 Predicted protein (Fragment) 4.76040347 C6_control_B1 +LQ09X033260 Predicted protein (Fragment) 4.768527389 C6_control_B2 +LQ09X033260 Predicted protein (Fragment) 4.712129555 C6_control_B3 +LQ09X033260 Predicted protein (Fragment) 4.983702549 C6_control_C1 +LQ09X033260 Predicted protein (Fragment) 4.85008593 C6_control_C2 +LQ09X033260 Predicted protein (Fragment) 4.99044338 C6_control_C3 +LQ09X033260 Predicted protein (Fragment) 4.936797925 C6_chemical_A1 +LQ09X033260 Predicted protein (Fragment) 5.141998636 C6_chemical_A3 +LQ09X033260 Predicted protein (Fragment) 4.683967476 C6_chemical_B1 +LQ09X033260 Predicted protein (Fragment) 4.721592844 C6_chemical_B2 +LQ09X033260 Predicted protein (Fragment) 4.673118553 C6_chemical_B3 +LQ09X033260 Predicted protein (Fragment) 4.912427971 C6_chemical_C1 +LQ09X033260 Predicted protein (Fragment) 4.921657968 C6_chemical_C2 +LQ09X033260 Predicted protein (Fragment) 4.8429226 C6_chemical_C3 +LQ09X033260 Predicted protein (Fragment) 4.956328094 L4_control_A1 +LQ09X033260 Predicted protein (Fragment) 4.958500254 L4_control_A2 +LQ09X033260 Predicted protein (Fragment) 5.216058074 L4_control_A3 +LQ09X033260 Predicted protein (Fragment) 5.325777507 L4_control_B1 +LQ09X033260 Predicted protein (Fragment) 4.630085895 L4_control_B2 +LQ09X033260 Predicted protein (Fragment) 4.84001878 L4_control_B3 +LQ09X033260 Predicted protein (Fragment) 5.07838331 L4_control_C2 +LQ09X033260 Predicted protein (Fragment) 4.626325898 L4_control_C3 +LQ09X033260 Predicted protein (Fragment) 4.806776625 L4_chemical_A1 +LQ09X033260 Predicted protein (Fragment) 5.116563536 L4_chemical_A2 +LQ09X033260 Predicted protein (Fragment) 5.289269547 L4_chemical_A3 +LQ09X033260 Predicted protein (Fragment) 4.729574197 L4_chemical_B1 +LQ09X033260 Predicted protein (Fragment) 5.120332317 L4_chemical_B2 +LQ09X033260 Predicted protein (Fragment) 4.867164119 L4_chemical_B3 +LQ09X033260 Predicted protein (Fragment) 5.193806002 L4_chemical_C2 +LQ09X033260 Predicted protein (Fragment) 4.888852666 L4_chemical_C3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.73256021 C6_control_A1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 13.043453 C6_control_A3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.83953537 C6_control_B1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.96797127 C6_control_B2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.0560911 C6_control_B3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 13.02596709 C6_control_C1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 13.30720337 C6_control_C2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 13.125228 C6_control_C3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.4124263 C6_chemical_A1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.64868786 C6_chemical_A3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.43294637 C6_chemical_B1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.95176729 C6_chemical_B2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.03403461 C6_chemical_B3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 13.15468637 C6_chemical_C1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 13.35418771 C6_chemical_C2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 13.23809336 C6_chemical_C3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.89642938 L4_control_A1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.7517778 L4_control_A2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.52782717 L4_control_A3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.59685971 L4_control_B1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.32279502 L4_control_B2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.16692683 L4_control_B3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.5424351 L4_control_C2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.89013181 L4_control_C3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.99106809 L4_chemical_A1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.34314715 L4_chemical_A2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.81276549 L4_chemical_A3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 10.98399394 L4_chemical_B1 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.65861693 L4_chemical_B2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.43173377 L4_chemical_B3 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.41894905 L4_chemical_C2 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 11.96655554 L4_chemical_C3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.991444015 C6_control_A1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.780976942 C6_control_A3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.760514755 C6_control_B1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.358155054 C6_control_B2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.515041121 C6_control_B3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 6.406304051 C6_control_C1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.978148657 C6_control_C2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.91584578 C6_control_C3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.684413157 C6_chemical_A1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.916901504 C6_chemical_A3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.983325479 C6_chemical_B1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.59228147 C6_chemical_B2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 6.14149621 C6_chemical_B3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.877324792 C6_chemical_C1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.331276594 C6_chemical_C2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.991143051 C6_chemical_C3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.676758167 L4_control_A1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.572940859 L4_control_A2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.35577194 L4_control_A3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 4.966617801 L4_control_B1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.217612212 L4_control_B2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.646564194 L4_control_B3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.815831799 L4_control_C2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 6.078547257 L4_control_C3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.78721082 L4_chemical_A1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.328864734 L4_chemical_A2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.920658678 L4_chemical_A3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.583773218 L4_chemical_B1 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.582453833 L4_chemical_B2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.704015761 L4_chemical_B3 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.392550393 L4_chemical_C2 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.266220903 L4_chemical_C3 +LQ09X033300 Oligoribonuclease 12.03212395 C6_control_A1 +LQ09X033300 Oligoribonuclease 12.26680788 C6_control_A3 +LQ09X033300 Oligoribonuclease 11.45342488 C6_control_B1 +LQ09X033300 Oligoribonuclease 12.10317022 C6_control_B2 +LQ09X033300 Oligoribonuclease 11.80392017 C6_control_B3 +LQ09X033300 Oligoribonuclease 12.42690575 C6_control_C1 +LQ09X033300 Oligoribonuclease 12.46382457 C6_control_C2 +LQ09X033300 Oligoribonuclease 12.20582889 C6_control_C3 +LQ09X033300 Oligoribonuclease 11.8290091 C6_chemical_A1 +LQ09X033300 Oligoribonuclease 11.9585198 C6_chemical_A3 +LQ09X033300 Oligoribonuclease 11.37931824 C6_chemical_B1 +LQ09X033300 Oligoribonuclease 12.04678209 C6_chemical_B2 +LQ09X033300 Oligoribonuclease 11.71755181 C6_chemical_B3 +LQ09X033300 Oligoribonuclease 12.38562593 C6_chemical_C1 +LQ09X033300 Oligoribonuclease 12.49728588 C6_chemical_C2 +LQ09X033300 Oligoribonuclease 12.21381481 C6_chemical_C3 +LQ09X033300 Oligoribonuclease 12.12541148 L4_control_A1 +LQ09X033300 Oligoribonuclease 11.96882351 L4_control_A2 +LQ09X033300 Oligoribonuclease 12.60051716 L4_control_A3 +LQ09X033300 Oligoribonuclease 11.53341305 L4_control_B1 +LQ09X033300 Oligoribonuclease 10.45760901 L4_control_B2 +LQ09X033300 Oligoribonuclease 11.99025755 L4_control_B3 +LQ09X033300 Oligoribonuclease 11.37299335 L4_control_C2 +LQ09X033300 Oligoribonuclease 11.15270273 L4_control_C3 +LQ09X033300 Oligoribonuclease 11.92262093 L4_chemical_A1 +LQ09X033300 Oligoribonuclease 11.95881948 L4_chemical_A2 +LQ09X033300 Oligoribonuclease 12.46408186 L4_chemical_A3 +LQ09X033300 Oligoribonuclease 11.31128061 L4_chemical_B1 +LQ09X033300 Oligoribonuclease 10.8166512 L4_chemical_B2 +LQ09X033300 Oligoribonuclease 11.91021715 L4_chemical_B3 +LQ09X033300 Oligoribonuclease 11.24930903 L4_chemical_C2 +LQ09X033300 Oligoribonuclease 11.54092863 L4_chemical_C3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.687817916 C6_control_A1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.147458461 C6_control_A3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.117489304 C6_control_B1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.956236011 C6_control_B2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.938845056 C6_control_B3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.147862277 C6_control_C1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.03768216 C6_control_C2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.027673261 C6_control_C3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.91910044 C6_chemical_A1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.260799265 C6_chemical_A3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.303028865 C6_chemical_B1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.028199293 C6_chemical_B2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.31838192 C6_chemical_B3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.281714038 C6_chemical_C1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.136172893 C6_chemical_C2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.976841621 C6_chemical_C3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.218992175 L4_control_A1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.178614885 L4_control_A2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.364682925 L4_control_A3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.088825383 L4_control_B1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.035123626 L4_control_B2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.000854465 L4_control_B3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.020884536 L4_control_C2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.292979016 L4_control_C3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.957751765 L4_chemical_A1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.037008259 L4_chemical_A2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.431455144 L4_chemical_A3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.864188748 L4_chemical_B1 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.876131293 L4_chemical_B2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.04942385 L4_chemical_B3 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.377082966 L4_chemical_C2 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 5.084857819 L4_chemical_C3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.997295026 C6_control_A1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.76709284 C6_control_A3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.39201355 C6_control_B1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.348685701 C6_control_B2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.562768506 C6_control_B3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.435562961 C6_control_C1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.311538516 C6_control_C2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.143082949 C6_control_C3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.03507149 C6_chemical_A1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.946286563 C6_chemical_A3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.817530955 C6_chemical_B1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.415050251 C6_chemical_B2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.263989682 C6_chemical_B3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.201718628 C6_chemical_C1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.712425091 C6_chemical_C2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.762128228 C6_chemical_C3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.650688116 L4_control_A1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.533147862 L4_control_A2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.890437216 L4_control_A3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.467769061 L4_control_B1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.041579939 L4_control_B2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.095361341 L4_control_B3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.526019746 L4_control_C2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.974216255 L4_control_C3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.759411595 L4_chemical_A1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.997953566 L4_chemical_A2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 7.010549267 L4_chemical_A3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.327254744 L4_chemical_B1 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.699606663 L4_chemical_B2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.069346189 L4_chemical_B3 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.583642768 L4_chemical_C2 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 5.710562417 L4_chemical_C3 +LQ09X033340 At3g14430 13.44287272 C6_control_A1 +LQ09X033340 At3g14430 14.12866448 C6_control_A3 +LQ09X033340 At3g14430 13.43824137 C6_control_B1 +LQ09X033340 At3g14430 13.14181809 C6_control_B2 +LQ09X033340 At3g14430 13.51157914 C6_control_B3 +LQ09X033340 At3g14430 13.2355115 C6_control_C1 +LQ09X033340 At3g14430 12.88983224 C6_control_C2 +LQ09X033340 At3g14430 13.10403872 C6_control_C3 +LQ09X033340 At3g14430 13.09120472 C6_chemical_A1 +LQ09X033340 At3g14430 12.86986642 C6_chemical_A3 +LQ09X033340 At3g14430 13.48759039 C6_chemical_B1 +LQ09X033340 At3g14430 13.23569948 C6_chemical_B2 +LQ09X033340 At3g14430 13.18625284 C6_chemical_B3 +LQ09X033340 At3g14430 13.13245367 C6_chemical_C1 +LQ09X033340 At3g14430 13.14282524 C6_chemical_C2 +LQ09X033340 At3g14430 12.88206699 C6_chemical_C3 +LQ09X033340 At3g14430 13.1984977 L4_control_A1 +LQ09X033340 At3g14430 13.37901635 L4_control_A2 +LQ09X033340 At3g14430 13.09336596 L4_control_A3 +LQ09X033340 At3g14430 13.42489264 L4_control_B1 +LQ09X033340 At3g14430 12.52968289 L4_control_B2 +LQ09X033340 At3g14430 13.25377831 L4_control_B3 +LQ09X033340 At3g14430 12.98945442 L4_control_C2 +LQ09X033340 At3g14430 13.10321119 L4_control_C3 +LQ09X033340 At3g14430 12.86618335 L4_chemical_A1 +LQ09X033340 At3g14430 12.95884998 L4_chemical_A2 +LQ09X033340 At3g14430 12.74927123 L4_chemical_A3 +LQ09X033340 At3g14430 13.46093729 L4_chemical_B1 +LQ09X033340 At3g14430 13.2870421 L4_chemical_B2 +LQ09X033340 At3g14430 13.26807141 L4_chemical_B3 +LQ09X033340 At3g14430 12.89996595 L4_chemical_C2 +LQ09X033340 At3g14430 13.15841558 L4_chemical_C3 +LQ09X033350 Hypothetical protein 12.14207039 C6_control_A1 +LQ09X033350 Hypothetical protein 12.13422989 C6_control_A3 +LQ09X033350 Hypothetical protein 12.27546764 C6_control_B1 +LQ09X033350 Hypothetical protein 11.34337819 C6_control_B2 +LQ09X033350 Hypothetical protein 12.23597128 C6_control_B3 +LQ09X033350 Hypothetical protein 10.56768842 C6_control_C1 +LQ09X033350 Hypothetical protein 9.930310495 C6_control_C2 +LQ09X033350 Hypothetical protein 10.56859063 C6_control_C3 +LQ09X033350 Hypothetical protein 12.00950233 C6_chemical_A1 +LQ09X033350 Hypothetical protein 11.6542593 C6_chemical_A3 +LQ09X033350 Hypothetical protein 12.16154727 C6_chemical_B1 +LQ09X033350 Hypothetical protein 11.06281113 C6_chemical_B2 +LQ09X033350 Hypothetical protein 11.62239999 C6_chemical_B3 +LQ09X033350 Hypothetical protein 10.48481659 C6_chemical_C1 +LQ09X033350 Hypothetical protein 9.562468814 C6_chemical_C2 +LQ09X033350 Hypothetical protein 10.46780711 C6_chemical_C3 +LQ09X033350 Hypothetical protein 11.91581953 L4_control_A1 +LQ09X033350 Hypothetical protein 12.74337381 L4_control_A2 +LQ09X033350 Hypothetical protein 12.00500388 L4_control_A3 +LQ09X033350 Hypothetical protein 12.24691391 L4_control_B1 +LQ09X033350 Hypothetical protein 12.98956206 L4_control_B2 +LQ09X033350 Hypothetical protein 10.61128729 L4_control_B3 +LQ09X033350 Hypothetical protein 10.07308236 L4_control_C2 +LQ09X033350 Hypothetical protein 11.55233843 L4_control_C3 +LQ09X033350 Hypothetical protein 11.08200051 L4_chemical_A1 +LQ09X033350 Hypothetical protein 11.80135643 L4_chemical_A2 +LQ09X033350 Hypothetical protein 11.87581972 L4_chemical_A3 +LQ09X033350 Hypothetical protein 12.86109026 L4_chemical_B1 +LQ09X033350 Hypothetical protein 12.69258654 L4_chemical_B2 +LQ09X033350 Hypothetical protein 12.08977515 L4_chemical_B3 +LQ09X033350 Hypothetical protein 10.41661162 L4_chemical_C2 +LQ09X033350 Hypothetical protein 10.98306638 L4_chemical_C3 +LQ09X033360 Putative Protein disulfide-isomerase 14.34567868 C6_control_A1 +LQ09X033360 Putative Protein disulfide-isomerase 14.36214907 C6_control_A3 +LQ09X033360 Putative Protein disulfide-isomerase 14.47477145 C6_control_B1 +LQ09X033360 Putative Protein disulfide-isomerase 14.41424427 C6_control_B2 +LQ09X033360 Putative Protein disulfide-isomerase 14.21040502 C6_control_B3 +LQ09X033360 Putative Protein disulfide-isomerase 13.33391812 C6_control_C1 +LQ09X033360 Putative Protein disulfide-isomerase 13.61773357 C6_control_C2 +LQ09X033360 Putative Protein disulfide-isomerase 13.64982517 C6_control_C3 +LQ09X033360 Putative Protein disulfide-isomerase 14.39279983 C6_chemical_A1 +LQ09X033360 Putative Protein disulfide-isomerase 14.55677613 C6_chemical_A3 +LQ09X033360 Putative Protein disulfide-isomerase 14.21511183 C6_chemical_B1 +LQ09X033360 Putative Protein disulfide-isomerase 14.14230614 C6_chemical_B2 +LQ09X033360 Putative Protein disulfide-isomerase 13.97603002 C6_chemical_B3 +LQ09X033360 Putative Protein disulfide-isomerase 13.48874007 C6_chemical_C1 +LQ09X033360 Putative Protein disulfide-isomerase 13.15307756 C6_chemical_C2 +LQ09X033360 Putative Protein disulfide-isomerase 13.57703783 C6_chemical_C3 +LQ09X033360 Putative Protein disulfide-isomerase 14.27903027 L4_control_A1 +LQ09X033360 Putative Protein disulfide-isomerase 14.26002417 L4_control_A2 +LQ09X033360 Putative Protein disulfide-isomerase 13.80121501 L4_control_A3 +LQ09X033360 Putative Protein disulfide-isomerase 14.11209906 L4_control_B1 +LQ09X033360 Putative Protein disulfide-isomerase 14.1420731 L4_control_B2 +LQ09X033360 Putative Protein disulfide-isomerase 13.74778737 L4_control_B3 +LQ09X033360 Putative Protein disulfide-isomerase 13.22168536 L4_control_C2 +LQ09X033360 Putative Protein disulfide-isomerase 13.24607492 L4_control_C3 +LQ09X033360 Putative Protein disulfide-isomerase 14.40193132 L4_chemical_A1 +LQ09X033360 Putative Protein disulfide-isomerase 13.96644786 L4_chemical_A2 +LQ09X033360 Putative Protein disulfide-isomerase 13.82699289 L4_chemical_A3 +LQ09X033360 Putative Protein disulfide-isomerase 14.17904859 L4_chemical_B1 +LQ09X033360 Putative Protein disulfide-isomerase 13.94905693 L4_chemical_B2 +LQ09X033360 Putative Protein disulfide-isomerase 13.98469727 L4_chemical_B3 +LQ09X033360 Putative Protein disulfide-isomerase 13.32976272 L4_chemical_C2 +LQ09X033360 Putative Protein disulfide-isomerase 13.47061606 L4_chemical_C3 +LQ09X033370 Signal peptidase complex subunit 3B 13.03168414 C6_control_A1 +LQ09X033370 Signal peptidase complex subunit 3B 12.87029121 C6_control_A3 +LQ09X033370 Signal peptidase complex subunit 3B 12.760401 C6_control_B1 +LQ09X033370 Signal peptidase complex subunit 3B 12.56697323 C6_control_B2 +LQ09X033370 Signal peptidase complex subunit 3B 12.7492087 C6_control_B3 +LQ09X033370 Signal peptidase complex subunit 3B 12.57315561 C6_control_C1 +LQ09X033370 Signal peptidase complex subunit 3B 12.27428916 C6_control_C2 +LQ09X033370 Signal peptidase complex subunit 3B 12.48329644 C6_control_C3 +LQ09X033370 Signal peptidase complex subunit 3B 12.88239757 C6_chemical_A1 +LQ09X033370 Signal peptidase complex subunit 3B 12.61973844 C6_chemical_A3 +LQ09X033370 Signal peptidase complex subunit 3B 12.61668569 C6_chemical_B1 +LQ09X033370 Signal peptidase complex subunit 3B 12.48108696 C6_chemical_B2 +LQ09X033370 Signal peptidase complex subunit 3B 12.39907339 C6_chemical_B3 +LQ09X033370 Signal peptidase complex subunit 3B 12.59300586 C6_chemical_C1 +LQ09X033370 Signal peptidase complex subunit 3B 12.41202512 C6_chemical_C2 +LQ09X033370 Signal peptidase complex subunit 3B 11.89729157 C6_chemical_C3 +LQ09X033370 Signal peptidase complex subunit 3B 13.02618361 L4_control_A1 +LQ09X033370 Signal peptidase complex subunit 3B 13.34750083 L4_control_A2 +LQ09X033370 Signal peptidase complex subunit 3B 13.26311223 L4_control_A3 +LQ09X033370 Signal peptidase complex subunit 3B 12.82022806 L4_control_B1 +LQ09X033370 Signal peptidase complex subunit 3B 12.52152689 L4_control_B2 +LQ09X033370 Signal peptidase complex subunit 3B 12.51435166 L4_control_B3 +LQ09X033370 Signal peptidase complex subunit 3B 12.34104776 L4_control_C2 +LQ09X033370 Signal peptidase complex subunit 3B 12.58106451 L4_control_C3 +LQ09X033370 Signal peptidase complex subunit 3B 13.0695895 L4_chemical_A1 +LQ09X033370 Signal peptidase complex subunit 3B 13.34492467 L4_chemical_A2 +LQ09X033370 Signal peptidase complex subunit 3B 13.08353492 L4_chemical_A3 +LQ09X033370 Signal peptidase complex subunit 3B 12.83202834 L4_chemical_B1 +LQ09X033370 Signal peptidase complex subunit 3B 12.89732068 L4_chemical_B2 +LQ09X033370 Signal peptidase complex subunit 3B 12.94302014 L4_chemical_B3 +LQ09X033370 Signal peptidase complex subunit 3B 12.53014318 L4_chemical_C2 +LQ09X033370 Signal peptidase complex subunit 3B 12.59148959 L4_chemical_C3 +LQ09X033390 Putative uncharacterized protein 13.58123401 C6_control_A1 +LQ09X033390 Putative uncharacterized protein 13.77723396 C6_control_A3 +LQ09X033390 Putative uncharacterized protein 13.19632986 C6_control_B1 +LQ09X033390 Putative uncharacterized protein 13.36525748 C6_control_B2 +LQ09X033390 Putative uncharacterized protein 13.40082452 C6_control_B3 +LQ09X033390 Putative uncharacterized protein 13.28229423 C6_control_C1 +LQ09X033390 Putative uncharacterized protein 13.11477236 C6_control_C2 +LQ09X033390 Putative uncharacterized protein 13.24782935 C6_control_C3 +LQ09X033390 Putative uncharacterized protein 13.46199801 C6_chemical_A1 +LQ09X033390 Putative uncharacterized protein 12.92039356 C6_chemical_A3 +LQ09X033390 Putative uncharacterized protein 13.07379483 C6_chemical_B1 +LQ09X033390 Putative uncharacterized protein 13.03867175 C6_chemical_B2 +LQ09X033390 Putative uncharacterized protein 13.26706872 C6_chemical_B3 +LQ09X033390 Putative uncharacterized protein 13.04218317 C6_chemical_C1 +LQ09X033390 Putative uncharacterized protein 13.16915946 C6_chemical_C2 +LQ09X033390 Putative uncharacterized protein 12.98076476 C6_chemical_C3 +LQ09X033390 Putative uncharacterized protein 13.82165531 L4_control_A1 +LQ09X033390 Putative uncharacterized protein 13.77436059 L4_control_A2 +LQ09X033390 Putative uncharacterized protein 14.06243374 L4_control_A3 +LQ09X033390 Putative uncharacterized protein 12.86665141 L4_control_B1 +LQ09X033390 Putative uncharacterized protein 12.30169746 L4_control_B2 +LQ09X033390 Putative uncharacterized protein 12.85757121 L4_control_B3 +LQ09X033390 Putative uncharacterized protein 12.90949654 L4_control_C2 +LQ09X033390 Putative uncharacterized protein 12.71497946 L4_control_C3 +LQ09X033390 Putative uncharacterized protein 13.57447657 L4_chemical_A1 +LQ09X033390 Putative uncharacterized protein 13.57971922 L4_chemical_A2 +LQ09X033390 Putative uncharacterized protein 13.98442345 L4_chemical_A3 +LQ09X033390 Putative uncharacterized protein 13.07673399 L4_chemical_B1 +LQ09X033390 Putative uncharacterized protein 13.38319473 L4_chemical_B2 +LQ09X033390 Putative uncharacterized protein 13.01052175 L4_chemical_B3 +LQ09X033390 Putative uncharacterized protein 13.03232967 L4_chemical_C2 +LQ09X033390 Putative uncharacterized protein 12.68230358 L4_chemical_C3 +LQ09X033410 Probable aquaporin PIP2-2 5.699537599 C6_control_A1 +LQ09X033410 Probable aquaporin PIP2-2 5.656844031 C6_control_A3 +LQ09X033410 Probable aquaporin PIP2-2 6.625080977 C6_control_B1 +LQ09X033410 Probable aquaporin PIP2-2 6.878961555 C6_control_B2 +LQ09X033410 Probable aquaporin PIP2-2 6.328346301 C6_control_B3 +LQ09X033410 Probable aquaporin PIP2-2 6.585806409 C6_control_C1 +LQ09X033410 Probable aquaporin PIP2-2 7.044199137 C6_control_C2 +LQ09X033410 Probable aquaporin PIP2-2 6.884217646 C6_control_C3 +LQ09X033410 Probable aquaporin PIP2-2 5.934051336 C6_chemical_A1 +LQ09X033410 Probable aquaporin PIP2-2 6.199246855 C6_chemical_A3 +LQ09X033410 Probable aquaporin PIP2-2 6.707223372 C6_chemical_B1 +LQ09X033410 Probable aquaporin PIP2-2 7.04596983 C6_chemical_B2 +LQ09X033410 Probable aquaporin PIP2-2 6.143546038 C6_chemical_B3 +LQ09X033410 Probable aquaporin PIP2-2 6.858082152 C6_chemical_C1 +LQ09X033410 Probable aquaporin PIP2-2 6.857006965 C6_chemical_C2 +LQ09X033410 Probable aquaporin PIP2-2 6.679683925 C6_chemical_C3 +LQ09X033410 Probable aquaporin PIP2-2 5.472956661 L4_control_A1 +LQ09X033410 Probable aquaporin PIP2-2 5.399431975 L4_control_A2 +LQ09X033410 Probable aquaporin PIP2-2 5.166504786 L4_control_A3 +LQ09X033410 Probable aquaporin PIP2-2 6.375589355 L4_control_B1 +LQ09X033410 Probable aquaporin PIP2-2 6.505101384 L4_control_B2 +LQ09X033410 Probable aquaporin PIP2-2 7.089545208 L4_control_B3 +LQ09X033410 Probable aquaporin PIP2-2 6.405639701 L4_control_C2 +LQ09X033410 Probable aquaporin PIP2-2 6.767882566 L4_control_C3 +LQ09X033410 Probable aquaporin PIP2-2 5.971515643 L4_chemical_A1 +LQ09X033410 Probable aquaporin PIP2-2 6.295197418 L4_chemical_A2 +LQ09X033410 Probable aquaporin PIP2-2 5.216218617 L4_chemical_A3 +LQ09X033410 Probable aquaporin PIP2-2 6.484038421 L4_chemical_B1 +LQ09X033410 Probable aquaporin PIP2-2 7.205991817 L4_chemical_B2 +LQ09X033410 Probable aquaporin PIP2-2 6.519414857 L4_chemical_B3 +LQ09X033410 Probable aquaporin PIP2-2 7.274911866 L4_chemical_C2 +LQ09X033410 Probable aquaporin PIP2-2 7.071637923 L4_chemical_C3 +LQ09X033420 60S ribosomal protein L12-3 14.35297688 C6_control_A1 +LQ09X033420 60S ribosomal protein L12-3 14.84713579 C6_control_A3 +LQ09X033420 60S ribosomal protein L12-3 13.74708063 C6_control_B1 +LQ09X033420 60S ribosomal protein L12-3 13.06431802 C6_control_B2 +LQ09X033420 60S ribosomal protein L12-3 13.13281716 C6_control_B3 +LQ09X033420 60S ribosomal protein L12-3 12.53407249 C6_control_C1 +LQ09X033420 60S ribosomal protein L12-3 12.15041859 C6_control_C2 +LQ09X033420 60S ribosomal protein L12-3 12.09969736 C6_control_C3 +LQ09X033420 60S ribosomal protein L12-3 14.29079002 C6_chemical_A1 +LQ09X033420 60S ribosomal protein L12-3 14.5152383 C6_chemical_A3 +LQ09X033420 60S ribosomal protein L12-3 13.62513405 C6_chemical_B1 +LQ09X033420 60S ribosomal protein L12-3 12.77794781 C6_chemical_B2 +LQ09X033420 60S ribosomal protein L12-3 12.91473311 C6_chemical_B3 +LQ09X033420 60S ribosomal protein L12-3 12.6039307 C6_chemical_C1 +LQ09X033420 60S ribosomal protein L12-3 12.77590436 C6_chemical_C2 +LQ09X033420 60S ribosomal protein L12-3 11.99330643 C6_chemical_C3 +LQ09X033420 60S ribosomal protein L12-3 14.46542533 L4_control_A1 +LQ09X033420 60S ribosomal protein L12-3 14.53128464 L4_control_A2 +LQ09X033420 60S ribosomal protein L12-3 14.71996586 L4_control_A3 +LQ09X033420 60S ribosomal protein L12-3 13.46009863 L4_control_B1 +LQ09X033420 60S ribosomal protein L12-3 13.97747146 L4_control_B2 +LQ09X033420 60S ribosomal protein L12-3 12.3342571 L4_control_B3 +LQ09X033420 60S ribosomal protein L12-3 13.32923748 L4_control_C2 +LQ09X033420 60S ribosomal protein L12-3 13.34900565 L4_control_C3 +LQ09X033420 60S ribosomal protein L12-3 14.03746563 L4_chemical_A1 +LQ09X033420 60S ribosomal protein L12-3 14.19877855 L4_chemical_A2 +LQ09X033420 60S ribosomal protein L12-3 14.07391697 L4_chemical_A3 +LQ09X033420 60S ribosomal protein L12-3 14.06604771 L4_chemical_B1 +LQ09X033420 60S ribosomal protein L12-3 14.37966352 L4_chemical_B2 +LQ09X033420 60S ribosomal protein L12-3 13.32925001 L4_chemical_B3 +LQ09X033420 60S ribosomal protein L12-3 13.67931974 L4_chemical_C2 +LQ09X033420 60S ribosomal protein L12-3 13.20439586 L4_chemical_C3 +LQ09X033430 Predicted protein 11.33111246 C6_control_A1 +LQ09X033430 Predicted protein 11.34241599 C6_control_A3 +LQ09X033430 Predicted protein 11.92515518 C6_control_B1 +LQ09X033430 Predicted protein 11.93763575 C6_control_B2 +LQ09X033430 Predicted protein 11.74752321 C6_control_B3 +LQ09X033430 Predicted protein 12.59638241 C6_control_C1 +LQ09X033430 Predicted protein 13.32643898 C6_control_C2 +LQ09X033430 Predicted protein 12.79167375 C6_control_C3 +LQ09X033430 Predicted protein 11.42431573 C6_chemical_A1 +LQ09X033430 Predicted protein 11.49610672 C6_chemical_A3 +LQ09X033430 Predicted protein 12.21523878 C6_chemical_B1 +LQ09X033430 Predicted protein 12.25517344 C6_chemical_B2 +LQ09X033430 Predicted protein 12.29483455 C6_chemical_B3 +LQ09X033430 Predicted protein 12.30511473 C6_chemical_C1 +LQ09X033430 Predicted protein 13.58124744 C6_chemical_C2 +LQ09X033430 Predicted protein 13.7349877 C6_chemical_C3 +LQ09X033430 Predicted protein 10.69628451 L4_control_A1 +LQ09X033430 Predicted protein 11.58508083 L4_control_A2 +LQ09X033430 Predicted protein 11.58963872 L4_control_A3 +LQ09X033430 Predicted protein 12.77641052 L4_control_B1 +LQ09X033430 Predicted protein 12.28419971 L4_control_B2 +LQ09X033430 Predicted protein 12.13564234 L4_control_B3 +LQ09X033430 Predicted protein 14.00760304 L4_control_C2 +LQ09X033430 Predicted protein 13.48410704 L4_control_C3 +LQ09X033430 Predicted protein 13.02536408 L4_chemical_A1 +LQ09X033430 Predicted protein 13.94260534 L4_chemical_A2 +LQ09X033430 Predicted protein 12.00324041 L4_chemical_A3 +LQ09X033430 Predicted protein 13.40928166 L4_chemical_B1 +LQ09X033430 Predicted protein 13.50299636 L4_chemical_B2 +LQ09X033430 Predicted protein 11.97569393 L4_chemical_B3 +LQ09X033430 Predicted protein 13.89689444 L4_chemical_C2 +LQ09X033430 Predicted protein 13.38483676 L4_chemical_C3 +LQ09X033440 Putative Protein SAND 10.34089179 C6_control_A1 +LQ09X033440 Putative Protein SAND 9.699411323 C6_control_A3 +LQ09X033440 Putative Protein SAND 10.25550681 C6_control_B1 +LQ09X033440 Putative Protein SAND 10.41510132 C6_control_B2 +LQ09X033440 Putative Protein SAND 10.25380146 C6_control_B3 +LQ09X033440 Putative Protein SAND 11.17233506 C6_control_C1 +LQ09X033440 Putative Protein SAND 10.31943039 C6_control_C2 +LQ09X033440 Putative Protein SAND 10.80963219 C6_control_C3 +LQ09X033440 Putative Protein SAND 10.36602734 C6_chemical_A1 +LQ09X033440 Putative Protein SAND 10.08930132 C6_chemical_A3 +LQ09X033440 Putative Protein SAND 10.17951946 C6_chemical_B1 +LQ09X033440 Putative Protein SAND 10.7340259 C6_chemical_B2 +LQ09X033440 Putative Protein SAND 10.28333699 C6_chemical_B3 +LQ09X033440 Putative Protein SAND 10.90588611 C6_chemical_C1 +LQ09X033440 Putative Protein SAND 10.44274011 C6_chemical_C2 +LQ09X033440 Putative Protein SAND 10.85855762 C6_chemical_C3 +LQ09X033440 Putative Protein SAND 10.8216087 L4_control_A1 +LQ09X033440 Putative Protein SAND 9.844862736 L4_control_A2 +LQ09X033440 Putative Protein SAND 9.978977243 L4_control_A3 +LQ09X033440 Putative Protein SAND 10.66613996 L4_control_B1 +LQ09X033440 Putative Protein SAND 11.09333901 L4_control_B2 +LQ09X033440 Putative Protein SAND 10.70725149 L4_control_B3 +LQ09X033440 Putative Protein SAND 10.7700087 L4_control_C2 +LQ09X033440 Putative Protein SAND 10.46195817 L4_control_C3 +LQ09X033440 Putative Protein SAND 11.16708533 L4_chemical_A1 +LQ09X033440 Putative Protein SAND 10.29433284 L4_chemical_A2 +LQ09X033440 Putative Protein SAND 10.16088286 L4_chemical_A3 +LQ09X033440 Putative Protein SAND 10.26338835 L4_chemical_B1 +LQ09X033440 Putative Protein SAND 10.77611409 L4_chemical_B2 +LQ09X033440 Putative Protein SAND 10.34275003 L4_chemical_B3 +LQ09X033440 Putative Protein SAND 10.68375741 L4_chemical_C2 +LQ09X033440 Putative Protein SAND 10.45195015 L4_chemical_C3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.970692006 C6_control_A1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.100889495 C6_control_A3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.196738529 C6_control_B1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.828794336 C6_control_B2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.826898925 C6_control_B3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.763889109 C6_control_C1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.818537826 C6_control_C2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.718975977 C6_control_C3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.745459334 C6_chemical_A1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.147516979 C6_chemical_A3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.040509144 C6_chemical_B1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.879588606 C6_chemical_B2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.054675252 C6_chemical_B3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.015484822 C6_chemical_C1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.953571718 C6_chemical_C2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.976873748 C6_chemical_C3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.127222852 L4_control_A1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.035368025 L4_control_A2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.137277598 L4_control_A3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.287093141 L4_control_B1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.11545936 L4_control_B2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.325266136 L4_control_B3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.272982066 L4_control_C2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.459745354 L4_control_C3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 4.761719338 L4_chemical_A1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.074057316 L4_chemical_A2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.120389368 L4_chemical_A3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.229169653 L4_chemical_B1 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.426779496 L4_chemical_B2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.022577132 L4_chemical_B3 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.027568954 L4_chemical_C2 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.500057175 L4_chemical_C3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.56199905 C6_control_A1 +LQ09X033480 UPF0497 membrane protein At2g28370 12.3265564 C6_control_A3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.43677888 C6_control_B1 +LQ09X033480 UPF0497 membrane protein At2g28370 12.63956708 C6_control_B2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.87788403 C6_control_B3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.30867978 C6_control_C1 +LQ09X033480 UPF0497 membrane protein At2g28370 12.02146408 C6_control_C2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.36065308 C6_control_C3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.67338059 C6_chemical_A1 +LQ09X033480 UPF0497 membrane protein At2g28370 12.56153362 C6_chemical_A3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.58704854 C6_chemical_B1 +LQ09X033480 UPF0497 membrane protein At2g28370 12.75115777 C6_chemical_B2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.7959948 C6_chemical_B3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.29976034 C6_chemical_C1 +LQ09X033480 UPF0497 membrane protein At2g28370 12.35208317 C6_chemical_C2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.23690411 C6_chemical_C3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.564489 L4_control_A1 +LQ09X033480 UPF0497 membrane protein At2g28370 13.12499114 L4_control_A2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.88139677 L4_control_A3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.618365 L4_control_B1 +LQ09X033480 UPF0497 membrane protein At2g28370 12.52020261 L4_control_B2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.38252805 L4_control_B3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.37373581 L4_control_C2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.20878401 L4_control_C3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.82719584 L4_chemical_A1 +LQ09X033480 UPF0497 membrane protein At2g28370 13.33720012 L4_chemical_A2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.88586706 L4_chemical_A3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.44737826 L4_chemical_B1 +LQ09X033480 UPF0497 membrane protein At2g28370 12.58090668 L4_chemical_B2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.56362557 L4_chemical_B3 +LQ09X033480 UPF0497 membrane protein At2g28370 12.45825265 L4_chemical_C2 +LQ09X033480 UPF0497 membrane protein At2g28370 12.16293664 L4_chemical_C3 +LQ09X033490 Putative uncharacterized protein 11.05181433 C6_control_A1 +LQ09X033490 Putative uncharacterized protein 10.88490625 C6_control_A3 +LQ09X033490 Putative uncharacterized protein 11.16496831 C6_control_B1 +LQ09X033490 Putative uncharacterized protein 11.11310119 C6_control_B2 +LQ09X033490 Putative uncharacterized protein 11.198495 C6_control_B3 +LQ09X033490 Putative uncharacterized protein 11.88402805 C6_control_C1 +LQ09X033490 Putative uncharacterized protein 11.77842387 C6_control_C2 +LQ09X033490 Putative uncharacterized protein 11.56261309 C6_control_C3 +LQ09X033490 Putative uncharacterized protein 10.92889798 C6_chemical_A1 +LQ09X033490 Putative uncharacterized protein 11.33809647 C6_chemical_A3 +LQ09X033490 Putative uncharacterized protein 11.31080359 C6_chemical_B1 +LQ09X033490 Putative uncharacterized protein 11.18303532 C6_chemical_B2 +LQ09X033490 Putative uncharacterized protein 11.54062949 C6_chemical_B3 +LQ09X033490 Putative uncharacterized protein 11.7493149 C6_chemical_C1 +LQ09X033490 Putative uncharacterized protein 11.73886468 C6_chemical_C2 +LQ09X033490 Putative uncharacterized protein 11.90729873 C6_chemical_C3 +LQ09X033490 Putative uncharacterized protein 11.26490877 L4_control_A1 +LQ09X033490 Putative uncharacterized protein 11.24369871 L4_control_A2 +LQ09X033490 Putative uncharacterized protein 11.71960053 L4_control_A3 +LQ09X033490 Putative uncharacterized protein 11.56162628 L4_control_B1 +LQ09X033490 Putative uncharacterized protein 11.93841586 L4_control_B2 +LQ09X033490 Putative uncharacterized protein 12.08171122 L4_control_B3 +LQ09X033490 Putative uncharacterized protein 12.00153217 L4_control_C2 +LQ09X033490 Putative uncharacterized protein 12.55172068 L4_control_C3 +LQ09X033490 Putative uncharacterized protein 11.02809708 L4_chemical_A1 +LQ09X033490 Putative uncharacterized protein 11.06215358 L4_chemical_A2 +LQ09X033490 Putative uncharacterized protein 11.3266179 L4_chemical_A3 +LQ09X033490 Putative uncharacterized protein 11.72036254 L4_chemical_B1 +LQ09X033490 Putative uncharacterized protein 11.60080934 L4_chemical_B2 +LQ09X033490 Putative uncharacterized protein 11.62515379 L4_chemical_B3 +LQ09X033490 Putative uncharacterized protein 11.88201683 L4_chemical_C2 +LQ09X033490 Putative uncharacterized protein 12.49939235 L4_chemical_C3 +LQ09X033500 Ubiquitin-like protein 5 5.488861995 C6_control_A1 +LQ09X033500 Ubiquitin-like protein 5 5.447717355 C6_control_A3 +LQ09X033500 Ubiquitin-like protein 5 5.946817408 C6_control_B1 +LQ09X033500 Ubiquitin-like protein 5 4.993458884 C6_control_B2 +LQ09X033500 Ubiquitin-like protein 5 5.690618466 C6_control_B3 +LQ09X033500 Ubiquitin-like protein 5 5.058423448 C6_control_C1 +LQ09X033500 Ubiquitin-like protein 5 6.177067494 C6_control_C2 +LQ09X033500 Ubiquitin-like protein 5 5.030506909 C6_control_C3 +LQ09X033500 Ubiquitin-like protein 5 5.660941607 C6_chemical_A1 +LQ09X033500 Ubiquitin-like protein 5 5.204847652 C6_chemical_A3 +LQ09X033500 Ubiquitin-like protein 5 6.090291911 C6_chemical_B1 +LQ09X033500 Ubiquitin-like protein 5 6.381938593 C6_chemical_B2 +LQ09X033500 Ubiquitin-like protein 5 5.057234825 C6_chemical_B3 +LQ09X033500 Ubiquitin-like protein 5 5.713017159 C6_chemical_C1 +LQ09X033500 Ubiquitin-like protein 5 6.441889125 C6_chemical_C2 +LQ09X033500 Ubiquitin-like protein 5 5.129236122 C6_chemical_C3 +LQ09X033500 Ubiquitin-like protein 5 5.284707948 L4_control_A1 +LQ09X033500 Ubiquitin-like protein 5 5.226073069 L4_control_A2 +LQ09X033500 Ubiquitin-like protein 5 5.098990011 L4_control_A3 +LQ09X033500 Ubiquitin-like protein 5 4.960799233 L4_control_B1 +LQ09X033500 Ubiquitin-like protein 5 5.082044439 L4_control_B2 +LQ09X033500 Ubiquitin-like protein 5 5.091756517 L4_control_B3 +LQ09X033500 Ubiquitin-like protein 5 5.742917489 L4_control_C2 +LQ09X033500 Ubiquitin-like protein 5 5.111965357 L4_control_C3 +LQ09X033500 Ubiquitin-like protein 5 5.270015179 L4_chemical_A1 +LQ09X033500 Ubiquitin-like protein 5 5.3525965 L4_chemical_A2 +LQ09X033500 Ubiquitin-like protein 5 4.7995761 L4_chemical_A3 +LQ09X033500 Ubiquitin-like protein 5 5.352866538 L4_chemical_B1 +LQ09X033500 Ubiquitin-like protein 5 5.442224246 L4_chemical_B2 +LQ09X033500 Ubiquitin-like protein 5 4.9060992 L4_chemical_B3 +LQ09X033500 Ubiquitin-like protein 5 5.459575311 L4_chemical_C2 +LQ09X033500 Ubiquitin-like protein 5 5.41951043 L4_chemical_C3 +LQ09X033510 Auxin response factor 18 12.66465694 C6_control_A1 +LQ09X033510 Auxin response factor 18 12.67658659 C6_control_A3 +LQ09X033510 Auxin response factor 18 12.90546359 C6_control_B1 +LQ09X033510 Auxin response factor 18 12.22703683 C6_control_B2 +LQ09X033510 Auxin response factor 18 12.86323456 C6_control_B3 +LQ09X033510 Auxin response factor 18 11.86105371 C6_control_C1 +LQ09X033510 Auxin response factor 18 11.87022641 C6_control_C2 +LQ09X033510 Auxin response factor 18 12.24527483 C6_control_C3 +LQ09X033510 Auxin response factor 18 12.34634984 C6_chemical_A1 +LQ09X033510 Auxin response factor 18 12.79015672 C6_chemical_A3 +LQ09X033510 Auxin response factor 18 12.43987209 C6_chemical_B1 +LQ09X033510 Auxin response factor 18 12.09437622 C6_chemical_B2 +LQ09X033510 Auxin response factor 18 12.79943526 C6_chemical_B3 +LQ09X033510 Auxin response factor 18 11.70407004 C6_chemical_C1 +LQ09X033510 Auxin response factor 18 11.57005122 C6_chemical_C2 +LQ09X033510 Auxin response factor 18 12.30693793 C6_chemical_C3 +LQ09X033510 Auxin response factor 18 12.30552163 L4_control_A1 +LQ09X033510 Auxin response factor 18 11.85296815 L4_control_A2 +LQ09X033510 Auxin response factor 18 11.78991594 L4_control_A3 +LQ09X033510 Auxin response factor 18 12.65758227 L4_control_B1 +LQ09X033510 Auxin response factor 18 12.20465455 L4_control_B2 +LQ09X033510 Auxin response factor 18 12.70855256 L4_control_B3 +LQ09X033510 Auxin response factor 18 12.63409313 L4_control_C2 +LQ09X033510 Auxin response factor 18 12.49128566 L4_control_C3 +LQ09X033510 Auxin response factor 18 12.08512507 L4_chemical_A1 +LQ09X033510 Auxin response factor 18 11.9922716 L4_chemical_A2 +LQ09X033510 Auxin response factor 18 11.97129475 L4_chemical_A3 +LQ09X033510 Auxin response factor 18 12.70827219 L4_chemical_B1 +LQ09X033510 Auxin response factor 18 12.33208504 L4_chemical_B2 +LQ09X033510 Auxin response factor 18 12.68297761 L4_chemical_B3 +LQ09X033510 Auxin response factor 18 12.59004794 L4_chemical_C2 +LQ09X033510 Auxin response factor 18 12.38352152 L4_chemical_C3 +LQ09X033520 Putative GATA transcription factor 11 11.54627591 C6_control_A1 +LQ09X033520 Putative GATA transcription factor 11 11.40604953 C6_control_A3 +LQ09X033520 Putative GATA transcription factor 11 11.96295454 C6_control_B1 +LQ09X033520 Putative GATA transcription factor 11 12.00915541 C6_control_B2 +LQ09X033520 Putative GATA transcription factor 11 12.37067453 C6_control_B3 +LQ09X033520 Putative GATA transcription factor 11 9.453798611 C6_control_C1 +LQ09X033520 Putative GATA transcription factor 11 9.498528727 C6_control_C2 +LQ09X033520 Putative GATA transcription factor 11 9.277889482 C6_control_C3 +LQ09X033520 Putative GATA transcription factor 11 11.39584904 C6_chemical_A1 +LQ09X033520 Putative GATA transcription factor 11 11.32540999 C6_chemical_A3 +LQ09X033520 Putative GATA transcription factor 11 11.64398554 C6_chemical_B1 +LQ09X033520 Putative GATA transcription factor 11 11.71734203 C6_chemical_B2 +LQ09X033520 Putative GATA transcription factor 11 11.76484889 C6_chemical_B3 +LQ09X033520 Putative GATA transcription factor 11 9.160975059 C6_chemical_C1 +LQ09X033520 Putative GATA transcription factor 11 9.20139016 C6_chemical_C2 +LQ09X033520 Putative GATA transcription factor 11 8.532534124 C6_chemical_C3 +LQ09X033520 Putative GATA transcription factor 11 10.97051474 L4_control_A1 +LQ09X033520 Putative GATA transcription factor 11 10.90153205 L4_control_A2 +LQ09X033520 Putative GATA transcription factor 11 10.667936 L4_control_A3 +LQ09X033520 Putative GATA transcription factor 11 11.71614127 L4_control_B1 +LQ09X033520 Putative GATA transcription factor 11 12.05073353 L4_control_B2 +LQ09X033520 Putative GATA transcription factor 11 11.43782334 L4_control_B3 +LQ09X033520 Putative GATA transcription factor 11 9.055983994 L4_control_C2 +LQ09X033520 Putative GATA transcription factor 11 9.016825249 L4_control_C3 +LQ09X033520 Putative GATA transcription factor 11 10.62138598 L4_chemical_A1 +LQ09X033520 Putative GATA transcription factor 11 10.30712772 L4_chemical_A2 +LQ09X033520 Putative GATA transcription factor 11 10.62651172 L4_chemical_A3 +LQ09X033520 Putative GATA transcription factor 11 11.38748929 L4_chemical_B1 +LQ09X033520 Putative GATA transcription factor 11 11.36140443 L4_chemical_B2 +LQ09X033520 Putative GATA transcription factor 11 11.82534027 L4_chemical_B3 +LQ09X033520 Putative GATA transcription factor 11 8.217248685 L4_chemical_C2 +LQ09X033520 Putative GATA transcription factor 11 8.282830861 L4_chemical_C3 +LQ09X033530 Protein-tyrosine sulfotransferase 4.670770238 C6_control_A1 +LQ09X033530 Protein-tyrosine sulfotransferase 5.03145771 C6_control_A3 +LQ09X033530 Protein-tyrosine sulfotransferase 5.188352557 C6_control_B1 +LQ09X033530 Protein-tyrosine sulfotransferase 4.631135564 C6_control_B2 +LQ09X033530 Protein-tyrosine sulfotransferase 4.892370119 C6_control_B3 +LQ09X033530 Protein-tyrosine sulfotransferase 4.491922935 C6_control_C1 +LQ09X033530 Protein-tyrosine sulfotransferase 4.481277481 C6_control_C2 +LQ09X033530 Protein-tyrosine sulfotransferase 4.541111699 C6_control_C3 +LQ09X033530 Protein-tyrosine sulfotransferase 4.908128132 C6_chemical_A1 +LQ09X033530 Protein-tyrosine sulfotransferase 4.811823642 C6_chemical_A3 +LQ09X033530 Protein-tyrosine sulfotransferase 4.573826762 C6_chemical_B1 +LQ09X033530 Protein-tyrosine sulfotransferase 4.47385453 C6_chemical_B2 +LQ09X033530 Protein-tyrosine sulfotransferase 4.759657438 C6_chemical_B3 +LQ09X033530 Protein-tyrosine sulfotransferase 4.679934229 C6_chemical_C1 +LQ09X033530 Protein-tyrosine sulfotransferase 4.518079116 C6_chemical_C2 +LQ09X033530 Protein-tyrosine sulfotransferase 4.757586805 C6_chemical_C3 +LQ09X033530 Protein-tyrosine sulfotransferase 5.132408962 L4_control_A1 +LQ09X033530 Protein-tyrosine sulfotransferase 5.06220716 L4_control_A2 +LQ09X033530 Protein-tyrosine sulfotransferase 4.996337212 L4_control_A3 +LQ09X033530 Protein-tyrosine sulfotransferase 6.721884656 L4_control_B1 +LQ09X033530 Protein-tyrosine sulfotransferase 5.489562685 L4_control_B2 +LQ09X033530 Protein-tyrosine sulfotransferase 4.235876326 L4_control_B3 +LQ09X033530 Protein-tyrosine sulfotransferase 6.002180933 L4_control_C2 +LQ09X033530 Protein-tyrosine sulfotransferase 5.580776093 L4_control_C3 +LQ09X033530 Protein-tyrosine sulfotransferase 5.161738034 L4_chemical_A1 +LQ09X033530 Protein-tyrosine sulfotransferase 4.745560046 L4_chemical_A2 +LQ09X033530 Protein-tyrosine sulfotransferase 4.965930171 L4_chemical_A3 +LQ09X033530 Protein-tyrosine sulfotransferase 5.394358185 L4_chemical_B1 +LQ09X033530 Protein-tyrosine sulfotransferase 6.18509424 L4_chemical_B2 +LQ09X033530 Protein-tyrosine sulfotransferase 4.640667801 L4_chemical_B3 +LQ09X033530 Protein-tyrosine sulfotransferase 6.613601604 L4_chemical_C2 +LQ09X033530 Protein-tyrosine sulfotransferase 6.097781033 L4_chemical_C3 +LQ09X033540 Putative uncharacterized protein 6.790677253 C6_control_A1 +LQ09X033540 Putative uncharacterized protein 6.912532395 C6_control_A3 +LQ09X033540 Putative uncharacterized protein 6.122652391 C6_control_B1 +LQ09X033540 Putative uncharacterized protein 6.713300724 C6_control_B2 +LQ09X033540 Putative uncharacterized protein 6.975101899 C6_control_B3 +LQ09X033540 Putative uncharacterized protein 6.605168897 C6_control_C1 +LQ09X033540 Putative uncharacterized protein 7.12778194 C6_control_C2 +LQ09X033540 Putative uncharacterized protein 6.627538379 C6_control_C3 +LQ09X033540 Putative uncharacterized protein 6.780397391 C6_chemical_A1 +LQ09X033540 Putative uncharacterized protein 6.680125683 C6_chemical_A3 +LQ09X033540 Putative uncharacterized protein 6.495412175 C6_chemical_B1 +LQ09X033540 Putative uncharacterized protein 6.844134088 C6_chemical_B2 +LQ09X033540 Putative uncharacterized protein 6.860703595 C6_chemical_B3 +LQ09X033540 Putative uncharacterized protein 6.822726578 C6_chemical_C1 +LQ09X033540 Putative uncharacterized protein 7.471446129 C6_chemical_C2 +LQ09X033540 Putative uncharacterized protein 7.012033368 C6_chemical_C3 +LQ09X033540 Putative uncharacterized protein 6.452173218 L4_control_A1 +LQ09X033540 Putative uncharacterized protein 6.678512392 L4_control_A2 +LQ09X033540 Putative uncharacterized protein 7.127789306 L4_control_A3 +LQ09X033540 Putative uncharacterized protein 6.571862291 L4_control_B1 +LQ09X033540 Putative uncharacterized protein 7.325587208 L4_control_B2 +LQ09X033540 Putative uncharacterized protein 6.835276298 L4_control_B3 +LQ09X033540 Putative uncharacterized protein 6.36623967 L4_control_C2 +LQ09X033540 Putative uncharacterized protein 6.799341402 L4_control_C3 +LQ09X033540 Putative uncharacterized protein 6.280079369 L4_chemical_A1 +LQ09X033540 Putative uncharacterized protein 6.62516712 L4_chemical_A2 +LQ09X033540 Putative uncharacterized protein 7.111455353 L4_chemical_A3 +LQ09X033540 Putative uncharacterized protein 7.218941806 L4_chemical_B1 +LQ09X033540 Putative uncharacterized protein 6.416756738 L4_chemical_B2 +LQ09X033540 Putative uncharacterized protein 6.795990966 L4_chemical_B3 +LQ09X033540 Putative uncharacterized protein 6.269192076 L4_chemical_C2 +LQ09X033540 Putative uncharacterized protein 6.456409788 L4_chemical_C3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.215742012 C6_control_A1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.159323069 C6_control_A3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.377225402 C6_control_B1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.776695377 C6_control_B2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.532091318 C6_control_B3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.157594273 C6_control_C1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.310020195 C6_control_C2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.473244469 C6_control_C3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.555916823 C6_chemical_A1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.447725734 C6_chemical_A3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.563278356 C6_chemical_B1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.724914461 C6_chemical_B2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.802416056 C6_chemical_B3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.323584052 C6_chemical_C1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.638889993 C6_chemical_C2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.404063522 C6_chemical_C3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.274547951 L4_control_A1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.225974529 L4_control_A2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.15287553 L4_control_A3 +LQ09X033550 Uncharacterized membrane protein At1g06890 6.131492385 L4_control_B1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.980132593 L4_control_B2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.596895351 L4_control_B3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.319064677 L4_control_C2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.146940968 L4_control_C3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.351266648 L4_chemical_A1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.145932982 L4_chemical_A2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.193570053 L4_chemical_A3 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.634633732 L4_chemical_B1 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.33583633 L4_chemical_B2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.055336796 L4_chemical_B3 +LQ09X033550 Uncharacterized membrane protein At1g06890 6.313911418 L4_chemical_C2 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.117598227 L4_chemical_C3 +LQ09X033560 Predicted protein 4.805146161 C6_control_A1 +LQ09X033560 Predicted protein 4.887710054 C6_control_A3 +LQ09X033560 Predicted protein 5.138948608 C6_control_B1 +LQ09X033560 Predicted protein 5.224387129 C6_control_B2 +LQ09X033560 Predicted protein 4.821915968 C6_control_B3 +LQ09X033560 Predicted protein 4.989073422 C6_control_C1 +LQ09X033560 Predicted protein 5.179784794 C6_control_C2 +LQ09X033560 Predicted protein 4.911128245 C6_control_C3 +LQ09X033560 Predicted protein 5.135628956 C6_chemical_A1 +LQ09X033560 Predicted protein 4.68710966 C6_chemical_A3 +LQ09X033560 Predicted protein 4.819837417 C6_chemical_B1 +LQ09X033560 Predicted protein 4.963878822 C6_chemical_B2 +LQ09X033560 Predicted protein 4.961734141 C6_chemical_B3 +LQ09X033560 Predicted protein 5.216074321 C6_chemical_C1 +LQ09X033560 Predicted protein 5.376748636 C6_chemical_C2 +LQ09X033560 Predicted protein 5.126169051 C6_chemical_C3 +LQ09X033560 Predicted protein 4.768682037 L4_control_A1 +LQ09X033560 Predicted protein 4.992922037 L4_control_A2 +LQ09X033560 Predicted protein 5.06085134 L4_control_A3 +LQ09X033560 Predicted protein 4.813389571 L4_control_B1 +LQ09X033560 Predicted protein 5.158577947 L4_control_B2 +LQ09X033560 Predicted protein 4.71574336 L4_control_B3 +LQ09X033560 Predicted protein 6.039133463 L4_control_C2 +LQ09X033560 Predicted protein 5.314021721 L4_control_C3 +LQ09X033560 Predicted protein 5.015923494 L4_chemical_A1 +LQ09X033560 Predicted protein 4.778552408 L4_chemical_A2 +LQ09X033560 Predicted protein 5.280908443 L4_chemical_A3 +LQ09X033560 Predicted protein 5.246573291 L4_chemical_B1 +LQ09X033560 Predicted protein 5.127095907 L4_chemical_B2 +LQ09X033560 Predicted protein 4.618084689 L4_chemical_B3 +LQ09X033560 Predicted protein 4.919182699 L4_chemical_C2 +LQ09X033560 Predicted protein 5.733340272 L4_chemical_C3 +LQ09X033620 Kinase, putative 10.30572034 C6_control_A1 +LQ09X033620 Kinase, putative 9.540535098 C6_control_A3 +LQ09X033620 Kinase, putative 9.962666395 C6_control_B1 +LQ09X033620 Kinase, putative 10.14063925 C6_control_B2 +LQ09X033620 Kinase, putative 10.39531078 C6_control_B3 +LQ09X033620 Kinase, putative 7.770448492 C6_control_C1 +LQ09X033620 Kinase, putative 7.164788957 C6_control_C2 +LQ09X033620 Kinase, putative 7.729887948 C6_control_C3 +LQ09X033620 Kinase, putative 10.38212728 C6_chemical_A1 +LQ09X033620 Kinase, putative 9.629714311 C6_chemical_A3 +LQ09X033620 Kinase, putative 10.36050799 C6_chemical_B1 +LQ09X033620 Kinase, putative 10.47278687 C6_chemical_B2 +LQ09X033620 Kinase, putative 10.37853807 C6_chemical_B3 +LQ09X033620 Kinase, putative 7.642747738 C6_chemical_C1 +LQ09X033620 Kinase, putative 7.175919418 C6_chemical_C2 +LQ09X033620 Kinase, putative 7.827361375 C6_chemical_C3 +LQ09X033620 Kinase, putative 10.0300338 L4_control_A1 +LQ09X033620 Kinase, putative 10.56029091 L4_control_A2 +LQ09X033620 Kinase, putative 10.73347303 L4_control_A3 +LQ09X033620 Kinase, putative 9.74559352 L4_control_B1 +LQ09X033620 Kinase, putative 10.77165924 L4_control_B2 +LQ09X033620 Kinase, putative 10.29363109 L4_control_B3 +LQ09X033620 Kinase, putative 5.599496819 L4_control_C2 +LQ09X033620 Kinase, putative 7.079069177 L4_control_C3 +LQ09X033620 Kinase, putative 9.470199215 L4_chemical_A1 +LQ09X033620 Kinase, putative 9.833062498 L4_chemical_A2 +LQ09X033620 Kinase, putative 10.15142488 L4_chemical_A3 +LQ09X033620 Kinase, putative 9.543510877 L4_chemical_B1 +LQ09X033620 Kinase, putative 9.906175662 L4_chemical_B2 +LQ09X033620 Kinase, putative 10.82259035 L4_chemical_B3 +LQ09X033620 Kinase, putative 5.463945513 L4_chemical_C2 +LQ09X033620 Kinase, putative 6.906673424 L4_chemical_C3 +LQ09X033630 Putative Uncharacterized protein sll0103 5.807442201 C6_control_A1 +LQ09X033630 Putative Uncharacterized protein sll0103 6.28010521 C6_control_A3 +LQ09X033630 Putative Uncharacterized protein sll0103 6.314994676 C6_control_B1 +LQ09X033630 Putative Uncharacterized protein sll0103 6.093756877 C6_control_B2 +LQ09X033630 Putative Uncharacterized protein sll0103 6.357846014 C6_control_B3 +LQ09X033630 Putative Uncharacterized protein sll0103 6.316225319 C6_control_C1 +LQ09X033630 Putative Uncharacterized protein sll0103 7.405796216 C6_control_C2 +LQ09X033630 Putative Uncharacterized protein sll0103 5.982792171 C6_control_C3 +LQ09X033630 Putative Uncharacterized protein sll0103 6.287898124 C6_chemical_A1 +LQ09X033630 Putative Uncharacterized protein sll0103 5.897877927 C6_chemical_A3 +LQ09X033630 Putative Uncharacterized protein sll0103 6.776867357 C6_chemical_B1 +LQ09X033630 Putative Uncharacterized protein sll0103 6.272311572 C6_chemical_B2 +LQ09X033630 Putative Uncharacterized protein sll0103 6.04627759 C6_chemical_B3 +LQ09X033630 Putative Uncharacterized protein sll0103 6.424531266 C6_chemical_C1 +LQ09X033630 Putative Uncharacterized protein sll0103 6.470046299 C6_chemical_C2 +LQ09X033630 Putative Uncharacterized protein sll0103 5.85294683 C6_chemical_C3 +LQ09X033630 Putative Uncharacterized protein sll0103 6.066618537 L4_control_A1 +LQ09X033630 Putative Uncharacterized protein sll0103 5.703578851 L4_control_A2 +LQ09X033630 Putative Uncharacterized protein sll0103 5.650519044 L4_control_A3 +LQ09X033630 Putative Uncharacterized protein sll0103 5.678991552 L4_control_B1 +LQ09X033630 Putative Uncharacterized protein sll0103 6.27071402 L4_control_B2 +LQ09X033630 Putative Uncharacterized protein sll0103 5.959560212 L4_control_B3 +LQ09X033630 Putative Uncharacterized protein sll0103 5.408410145 L4_control_C2 +LQ09X033630 Putative Uncharacterized protein sll0103 5.891775107 L4_control_C3 +LQ09X033630 Putative Uncharacterized protein sll0103 5.658971588 L4_chemical_A1 +LQ09X033630 Putative Uncharacterized protein sll0103 5.891640382 L4_chemical_A2 +LQ09X033630 Putative Uncharacterized protein sll0103 5.300481493 L4_chemical_A3 +LQ09X033630 Putative Uncharacterized protein sll0103 5.328237595 L4_chemical_B1 +LQ09X033630 Putative Uncharacterized protein sll0103 5.516750547 L4_chemical_B2 +LQ09X033630 Putative Uncharacterized protein sll0103 6.082758204 L4_chemical_B3 +LQ09X033630 Putative Uncharacterized protein sll0103 5.669721098 L4_chemical_C2 +LQ09X033630 Putative Uncharacterized protein sll0103 5.606885246 L4_chemical_C3 +LQ09X033640 Hypothetical protein 9.450624389 C6_control_A1 +LQ09X033640 Hypothetical protein 8.430891585 C6_control_A3 +LQ09X033640 Hypothetical protein 9.984455383 C6_control_B1 +LQ09X033640 Hypothetical protein 9.313598793 C6_control_B2 +LQ09X033640 Hypothetical protein 10.0727621 C6_control_B3 +LQ09X033640 Hypothetical protein 9.962430969 C6_control_C1 +LQ09X033640 Hypothetical protein 9.370188084 C6_control_C2 +LQ09X033640 Hypothetical protein 9.676853947 C6_control_C3 +LQ09X033640 Hypothetical protein 9.142389056 C6_chemical_A1 +LQ09X033640 Hypothetical protein 9.188256075 C6_chemical_A3 +LQ09X033640 Hypothetical protein 9.839787716 C6_chemical_B1 +LQ09X033640 Hypothetical protein 9.004565 C6_chemical_B2 +LQ09X033640 Hypothetical protein 9.858702872 C6_chemical_B3 +LQ09X033640 Hypothetical protein 9.954541816 C6_chemical_C1 +LQ09X033640 Hypothetical protein 9.487547735 C6_chemical_C2 +LQ09X033640 Hypothetical protein 9.498734691 C6_chemical_C3 +LQ09X033640 Hypothetical protein 10.36453132 L4_control_A1 +LQ09X033640 Hypothetical protein 9.15126206 L4_control_A2 +LQ09X033640 Hypothetical protein 9.778433908 L4_control_A3 +LQ09X033640 Hypothetical protein 10.84416139 L4_control_B1 +LQ09X033640 Hypothetical protein 10.65880386 L4_control_B2 +LQ09X033640 Hypothetical protein 10.32715007 L4_control_B3 +LQ09X033640 Hypothetical protein 11.13424634 L4_control_C2 +LQ09X033640 Hypothetical protein 11.0121518 L4_control_C3 +LQ09X033640 Hypothetical protein 10.41475882 L4_chemical_A1 +LQ09X033640 Hypothetical protein 8.741340553 L4_chemical_A2 +LQ09X033640 Hypothetical protein 10.00583162 L4_chemical_A3 +LQ09X033640 Hypothetical protein 10.33155983 L4_chemical_B1 +LQ09X033640 Hypothetical protein 10.46529534 L4_chemical_B2 +LQ09X033640 Hypothetical protein 10.23561226 L4_chemical_B3 +LQ09X033640 Hypothetical protein 11.11917397 L4_chemical_C2 +LQ09X033640 Hypothetical protein 10.76947243 L4_chemical_C3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.104054 C6_control_A1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.01468682 C6_control_A3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 13.8629308 C6_control_B1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 13.81231033 C6_control_B2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 13.81125296 C6_control_B3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 13.83131829 C6_control_C1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 13.91840538 C6_control_C2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 13.65684998 C6_control_C3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.11480015 C6_chemical_A1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.39991077 C6_chemical_A3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.03039752 C6_chemical_B1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.0013162 C6_chemical_B2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.07490517 C6_chemical_B3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 13.51733126 C6_chemical_C1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 13.79088234 C6_chemical_C2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.07990415 C6_chemical_C3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 12.25094108 L4_control_A1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 10.6857456 L4_control_A2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 6.117353034 L4_control_A3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 7.995121437 L4_control_B1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 12.70827307 L4_control_B2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 5.980130215 L4_control_B3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 12.87209669 L4_control_C2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 5.589941688 L4_control_C3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 7.284899773 L4_chemical_A1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 7.050205467 L4_chemical_A2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 6.261254354 L4_chemical_A3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 12.66001329 L4_chemical_B1 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 11.04049809 L4_chemical_B2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 5.98369951 L4_chemical_B3 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 8.515050782 L4_chemical_C2 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 5.865368722 L4_chemical_C3 +LQ09X033690 Predicted protein (Fragment) 5.31558117 C6_control_A1 +LQ09X033690 Predicted protein (Fragment) 5.666332425 C6_control_A3 +LQ09X033690 Predicted protein (Fragment) 5.413750691 C6_control_B1 +LQ09X033690 Predicted protein (Fragment) 4.973964401 C6_control_B2 +LQ09X033690 Predicted protein (Fragment) 5.04806654 C6_control_B3 +LQ09X033690 Predicted protein (Fragment) 5.246303325 C6_control_C1 +LQ09X033690 Predicted protein (Fragment) 4.927719222 C6_control_C2 +LQ09X033690 Predicted protein (Fragment) 5.164623659 C6_control_C3 +LQ09X033690 Predicted protein (Fragment) 5.317563698 C6_chemical_A1 +LQ09X033690 Predicted protein (Fragment) 5.329127495 C6_chemical_A3 +LQ09X033690 Predicted protein (Fragment) 5.353818308 C6_chemical_B1 +LQ09X033690 Predicted protein (Fragment) 5.036920046 C6_chemical_B2 +LQ09X033690 Predicted protein (Fragment) 5.197858951 C6_chemical_B3 +LQ09X033690 Predicted protein (Fragment) 4.92468669 C6_chemical_C1 +LQ09X033690 Predicted protein (Fragment) 5.045633338 C6_chemical_C2 +LQ09X033690 Predicted protein (Fragment) 5.305368305 C6_chemical_C3 +LQ09X033690 Predicted protein (Fragment) 5.354394367 L4_control_A1 +LQ09X033690 Predicted protein (Fragment) 5.096936811 L4_control_A2 +LQ09X033690 Predicted protein (Fragment) 5.244983933 L4_control_A3 +LQ09X033690 Predicted protein (Fragment) 6.457972948 L4_control_B1 +LQ09X033690 Predicted protein (Fragment) 5.512416266 L4_control_B2 +LQ09X033690 Predicted protein (Fragment) 4.925564843 L4_control_B3 +LQ09X033690 Predicted protein (Fragment) 5.587551652 L4_control_C2 +LQ09X033690 Predicted protein (Fragment) 6.080110011 L4_control_C3 +LQ09X033690 Predicted protein (Fragment) 5.206021358 L4_chemical_A1 +LQ09X033690 Predicted protein (Fragment) 5.324286482 L4_chemical_A2 +LQ09X033690 Predicted protein (Fragment) 5.104734205 L4_chemical_A3 +LQ09X033690 Predicted protein (Fragment) 4.983573942 L4_chemical_B1 +LQ09X033690 Predicted protein (Fragment) 5.021606366 L4_chemical_B2 +LQ09X033690 Predicted protein (Fragment) 5.130771945 L4_chemical_B3 +LQ09X033690 Predicted protein (Fragment) 5.183704316 L4_chemical_C2 +LQ09X033690 Predicted protein (Fragment) 5.716431854 L4_chemical_C3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.988775657 C6_control_A1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.701536527 C6_control_A3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.959724434 C6_control_B1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 9.208796068 C6_control_B2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.447573065 C6_control_B3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 8.98629652 C6_control_C1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 10.82573059 C6_control_C2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 9.799983786 C6_control_C3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.946559461 C6_chemical_A1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.775838972 C6_chemical_A3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.230736008 C6_chemical_B1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 10.03053509 C6_chemical_B2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 8.498365092 C6_chemical_B3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 10.18052608 C6_chemical_C1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 10.62221046 C6_chemical_C2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 10.18537433 C6_chemical_C3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.491056623 L4_control_A1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.678119327 L4_control_A2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 5.457603795 L4_control_A3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.992111999 L4_control_B1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 5.833268096 L4_control_B2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.240131195 L4_control_B3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.635310931 L4_control_C2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.727927299 L4_control_C3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.689283686 L4_chemical_A1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.358410294 L4_chemical_A2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 4.962949062 L4_chemical_A3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.200844413 L4_chemical_B1 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.598248499 L4_chemical_B2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.424091648 L4_chemical_B3 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 6.509559217 L4_chemical_C2 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.553508557 L4_chemical_C3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.01611214 C6_control_A1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.07609496 C6_control_A3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.70179566 C6_control_B1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.55161821 C6_control_B2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.45770459 C6_control_B3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.90953646 C6_control_C1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.5630062 C6_control_C2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.76221608 C6_control_C3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.86935053 C6_chemical_A1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.48884483 C6_chemical_A3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.33055606 C6_chemical_B1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.75387547 C6_chemical_B2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.64772476 C6_chemical_B3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 15.17820561 C6_chemical_C1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.75253773 C6_chemical_C2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.53626035 C6_chemical_C3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.11574257 L4_control_A1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.14642044 L4_control_A2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.10491043 L4_control_A3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 12.99555134 L4_control_B1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.39527356 L4_control_B2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.97692935 L4_control_B3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.25974646 L4_control_C2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.98404839 L4_control_C3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.17568 L4_chemical_A1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.60208965 L4_chemical_A2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.58153803 L4_chemical_A3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.51055363 L4_chemical_B1 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.63720213 L4_chemical_B2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.46616055 L4_chemical_B3 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.32182042 L4_chemical_C2 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 13.73034873 L4_chemical_C3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.361722815 C6_control_A1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.479353821 C6_control_A3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.390884112 C6_control_B1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.1777852 C6_control_B2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.744099523 C6_control_B3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.081282555 C6_control_C1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.497432598 C6_control_C2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.247681352 C6_control_C3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.394041431 C6_chemical_A1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.625569571 C6_chemical_A3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.54901458 C6_chemical_B1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 4.851873932 C6_chemical_B2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.780408229 C6_chemical_B3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.048149731 C6_chemical_C1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.304783414 C6_chemical_C2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.053729783 C6_chemical_C3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 4.954961465 L4_control_A1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.528310235 L4_control_A2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.370708499 L4_control_A3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.959519091 L4_control_B1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.545159117 L4_control_B2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 6.034937557 L4_control_B3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.519752797 L4_control_C2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 6.164100298 L4_control_C3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.161378657 L4_chemical_A1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.482451841 L4_chemical_A2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.509025136 L4_chemical_A3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.632115534 L4_chemical_B1 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.490149397 L4_chemical_B2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.538173415 L4_chemical_B3 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.414872895 L4_chemical_C2 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.80089899 L4_chemical_C3 +LQ09X033760 Hypothetical protein 6.540579407 C6_control_A1 +LQ09X033760 Hypothetical protein 5.650588417 C6_control_A3 +LQ09X033760 Hypothetical protein 5.857545958 C6_control_B1 +LQ09X033760 Hypothetical protein 5.516983302 C6_control_B2 +LQ09X033760 Hypothetical protein 5.859553671 C6_control_B3 +LQ09X033760 Hypothetical protein 5.782759185 C6_control_C1 +LQ09X033760 Hypothetical protein 6.714031712 C6_control_C2 +LQ09X033760 Hypothetical protein 5.94070118 C6_control_C3 +LQ09X033760 Hypothetical protein 6.702513824 C6_chemical_A1 +LQ09X033760 Hypothetical protein 6.0364641 C6_chemical_A3 +LQ09X033760 Hypothetical protein 6.45338037 C6_chemical_B1 +LQ09X033760 Hypothetical protein 5.816634552 C6_chemical_B2 +LQ09X033760 Hypothetical protein 6.317207252 C6_chemical_B3 +LQ09X033760 Hypothetical protein 5.843945104 C6_chemical_C1 +LQ09X033760 Hypothetical protein 6.00373049 C6_chemical_C2 +LQ09X033760 Hypothetical protein 6.125071229 C6_chemical_C3 +LQ09X033760 Hypothetical protein 6.194677303 L4_control_A1 +LQ09X033760 Hypothetical protein 5.520233971 L4_control_A2 +LQ09X033760 Hypothetical protein 5.791207107 L4_control_A3 +LQ09X033760 Hypothetical protein 5.476467651 L4_control_B1 +LQ09X033760 Hypothetical protein 5.690127853 L4_control_B2 +LQ09X033760 Hypothetical protein 5.662142352 L4_control_B3 +LQ09X033760 Hypothetical protein 5.63939859 L4_control_C2 +LQ09X033760 Hypothetical protein 5.446451449 L4_control_C3 +LQ09X033760 Hypothetical protein 5.36742937 L4_chemical_A1 +LQ09X033760 Hypothetical protein 5.757805363 L4_chemical_A2 +LQ09X033760 Hypothetical protein 6.014335848 L4_chemical_A3 +LQ09X033760 Hypothetical protein 6.00025958 L4_chemical_B1 +LQ09X033760 Hypothetical protein 6.074963538 L4_chemical_B2 +LQ09X033760 Hypothetical protein 6.092668455 L4_chemical_B3 +LQ09X033760 Hypothetical protein 6.385794126 L4_chemical_C2 +LQ09X033760 Hypothetical protein 5.473302746 L4_chemical_C3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.66782791 C6_control_A1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.47945816 C6_control_A3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.76843584 C6_control_B1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.12593598 C6_control_B2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.44950733 C6_control_B3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.08844498 C6_control_C1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.12702923 C6_control_C2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.24760312 C6_control_C3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.46820007 C6_chemical_A1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.3881121 C6_chemical_A3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.69683375 C6_chemical_B1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 12.64947009 C6_chemical_B2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.30484946 C6_chemical_B3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 12.91058946 C6_chemical_C1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 12.9951876 C6_chemical_C2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.11572557 C6_chemical_C3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.47162073 L4_control_A1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.67900047 L4_control_A2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.48977968 L4_control_A3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.7693659 L4_control_B1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.96018294 L4_control_B2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.2604887 L4_control_B3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.79621173 L4_control_C2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.77242746 L4_control_C3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.21788484 L4_chemical_A1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.72073321 L4_chemical_A2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.46538714 L4_chemical_A3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 14.21473782 L4_chemical_B1 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.91872308 L4_chemical_B2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.4005793 L4_chemical_B3 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.89648314 L4_chemical_C2 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.79635913 L4_chemical_C3 +LQ09X033780 High-affinity nitrate transporter 5.920834028 C6_control_A1 +LQ09X033780 High-affinity nitrate transporter 5.114860442 C6_control_A3 +LQ09X033780 High-affinity nitrate transporter 5.693197463 C6_control_B1 +LQ09X033780 High-affinity nitrate transporter 6.012549086 C6_control_B2 +LQ09X033780 High-affinity nitrate transporter 5.984038136 C6_control_B3 +LQ09X033780 High-affinity nitrate transporter 5.520348458 C6_control_C1 +LQ09X033780 High-affinity nitrate transporter 5.397050659 C6_control_C2 +LQ09X033780 High-affinity nitrate transporter 5.43491038 C6_control_C3 +LQ09X033780 High-affinity nitrate transporter 5.592336719 C6_chemical_A1 +LQ09X033780 High-affinity nitrate transporter 5.689931914 C6_chemical_A3 +LQ09X033780 High-affinity nitrate transporter 5.690837815 C6_chemical_B1 +LQ09X033780 High-affinity nitrate transporter 5.474292653 C6_chemical_B2 +LQ09X033780 High-affinity nitrate transporter 5.844540106 C6_chemical_B3 +LQ09X033780 High-affinity nitrate transporter 5.538501937 C6_chemical_C1 +LQ09X033780 High-affinity nitrate transporter 5.44971726 C6_chemical_C2 +LQ09X033780 High-affinity nitrate transporter 5.685955858 C6_chemical_C3 +LQ09X033780 High-affinity nitrate transporter 6.024025457 L4_control_A1 +LQ09X033780 High-affinity nitrate transporter 5.776121534 L4_control_A2 +LQ09X033780 High-affinity nitrate transporter 6.491608977 L4_control_A3 +LQ09X033780 High-affinity nitrate transporter 5.46474027 L4_control_B1 +LQ09X033780 High-affinity nitrate transporter 5.600422673 L4_control_B2 +LQ09X033780 High-affinity nitrate transporter 6.231890828 L4_control_B3 +LQ09X033780 High-affinity nitrate transporter 6.285570394 L4_control_C2 +LQ09X033780 High-affinity nitrate transporter 5.381114399 L4_control_C3 +LQ09X033780 High-affinity nitrate transporter 5.921092809 L4_chemical_A1 +LQ09X033780 High-affinity nitrate transporter 6.006597434 L4_chemical_A2 +LQ09X033780 High-affinity nitrate transporter 6.768578856 L4_chemical_A3 +LQ09X033780 High-affinity nitrate transporter 5.176868316 L4_chemical_B1 +LQ09X033780 High-affinity nitrate transporter 5.913275317 L4_chemical_B2 +LQ09X033780 High-affinity nitrate transporter 6.01793961 L4_chemical_B3 +LQ09X033780 High-affinity nitrate transporter 5.795807696 L4_chemical_C2 +LQ09X033780 High-affinity nitrate transporter 6.171247934 L4_chemical_C3 +LQ09X033840 Cell division cycle protein 48 homolog 13.50355442 C6_control_A1 +LQ09X033840 Cell division cycle protein 48 homolog 13.86552287 C6_control_A3 +LQ09X033840 Cell division cycle protein 48 homolog 13.09303269 C6_control_B1 +LQ09X033840 Cell division cycle protein 48 homolog 13.00788051 C6_control_B2 +LQ09X033840 Cell division cycle protein 48 homolog 13.25372104 C6_control_B3 +LQ09X033840 Cell division cycle protein 48 homolog 13.72443928 C6_control_C1 +LQ09X033840 Cell division cycle protein 48 homolog 13.5756185 C6_control_C2 +LQ09X033840 Cell division cycle protein 48 homolog 13.85512256 C6_control_C3 +LQ09X033840 Cell division cycle protein 48 homolog 13.57349584 C6_chemical_A1 +LQ09X033840 Cell division cycle protein 48 homolog 13.9459857 C6_chemical_A3 +LQ09X033840 Cell division cycle protein 48 homolog 12.96547227 C6_chemical_B1 +LQ09X033840 Cell division cycle protein 48 homolog 13.15673297 C6_chemical_B2 +LQ09X033840 Cell division cycle protein 48 homolog 13.45778351 C6_chemical_B3 +LQ09X033840 Cell division cycle protein 48 homolog 13.57767457 C6_chemical_C1 +LQ09X033840 Cell division cycle protein 48 homolog 13.43616918 C6_chemical_C2 +LQ09X033840 Cell division cycle protein 48 homolog 13.91263124 C6_chemical_C3 +LQ09X033840 Cell division cycle protein 48 homolog 13.73567103 L4_control_A1 +LQ09X033840 Cell division cycle protein 48 homolog 13.57260347 L4_control_A2 +LQ09X033840 Cell division cycle protein 48 homolog 14.21484475 L4_control_A3 +LQ09X033840 Cell division cycle protein 48 homolog 12.96119911 L4_control_B1 +LQ09X033840 Cell division cycle protein 48 homolog 12.80500842 L4_control_B2 +LQ09X033840 Cell division cycle protein 48 homolog 13.66688101 L4_control_B3 +LQ09X033840 Cell division cycle protein 48 homolog 13.53391254 L4_control_C2 +LQ09X033840 Cell division cycle protein 48 homolog 13.69446578 L4_control_C3 +LQ09X033840 Cell division cycle protein 48 homolog 14.057048 L4_chemical_A1 +LQ09X033840 Cell division cycle protein 48 homolog 13.77441759 L4_chemical_A2 +LQ09X033840 Cell division cycle protein 48 homolog 14.37630259 L4_chemical_A3 +LQ09X033840 Cell division cycle protein 48 homolog 13.35909419 L4_chemical_B1 +LQ09X033840 Cell division cycle protein 48 homolog 13.02428612 L4_chemical_B2 +LQ09X033840 Cell division cycle protein 48 homolog 13.61738637 L4_chemical_B3 +LQ09X033840 Cell division cycle protein 48 homolog 13.51334899 L4_chemical_C2 +LQ09X033840 Cell division cycle protein 48 homolog 13.74675006 L4_chemical_C3 +LQ09X033850 ABC transporter G family member 3 11.69534686 C6_control_A1 +LQ09X033850 ABC transporter G family member 3 11.18270834 C6_control_A3 +LQ09X033850 ABC transporter G family member 3 11.31560108 C6_control_B1 +LQ09X033850 ABC transporter G family member 3 11.21179901 C6_control_B2 +LQ09X033850 ABC transporter G family member 3 11.10140344 C6_control_B3 +LQ09X033850 ABC transporter G family member 3 11.34627868 C6_control_C1 +LQ09X033850 ABC transporter G family member 3 11.30262612 C6_control_C2 +LQ09X033850 ABC transporter G family member 3 11.30637782 C6_control_C3 +LQ09X033850 ABC transporter G family member 3 11.50603116 C6_chemical_A1 +LQ09X033850 ABC transporter G family member 3 11.56026145 C6_chemical_A3 +LQ09X033850 ABC transporter G family member 3 11.00540985 C6_chemical_B1 +LQ09X033850 ABC transporter G family member 3 11.3018044 C6_chemical_B2 +LQ09X033850 ABC transporter G family member 3 10.98954856 C6_chemical_B3 +LQ09X033850 ABC transporter G family member 3 11.03690743 C6_chemical_C1 +LQ09X033850 ABC transporter G family member 3 11.02991467 C6_chemical_C2 +LQ09X033850 ABC transporter G family member 3 11.39559542 C6_chemical_C3 +LQ09X033850 ABC transporter G family member 3 11.76632534 L4_control_A1 +LQ09X033850 ABC transporter G family member 3 11.25704944 L4_control_A2 +LQ09X033850 ABC transporter G family member 3 11.88368358 L4_control_A3 +LQ09X033850 ABC transporter G family member 3 11.34956244 L4_control_B1 +LQ09X033850 ABC transporter G family member 3 11.07817147 L4_control_B2 +LQ09X033850 ABC transporter G family member 3 11.23387038 L4_control_B3 +LQ09X033850 ABC transporter G family member 3 11.22657969 L4_control_C2 +LQ09X033850 ABC transporter G family member 3 11.33901845 L4_control_C3 +LQ09X033850 ABC transporter G family member 3 11.49606946 L4_chemical_A1 +LQ09X033850 ABC transporter G family member 3 10.9449955 L4_chemical_A2 +LQ09X033850 ABC transporter G family member 3 12.01045308 L4_chemical_A3 +LQ09X033850 ABC transporter G family member 3 11.17845573 L4_chemical_B1 +LQ09X033850 ABC transporter G family member 3 10.55493254 L4_chemical_B2 +LQ09X033850 ABC transporter G family member 3 11.16458854 L4_chemical_B3 +LQ09X033850 ABC transporter G family member 3 11.23830336 L4_chemical_C2 +LQ09X033850 ABC transporter G family member 3 11.50428975 L4_chemical_C3 +LQ09X033900 ABC transporter F family member 1 6.479270873 C6_control_A1 +LQ09X033900 ABC transporter F family member 1 6.29789999 C6_control_A3 +LQ09X033900 ABC transporter F family member 1 6.205151295 C6_control_B1 +LQ09X033900 ABC transporter F family member 1 5.647973675 C6_control_B2 +LQ09X033900 ABC transporter F family member 1 6.366616089 C6_control_B3 +LQ09X033900 ABC transporter F family member 1 6.121052466 C6_control_C1 +LQ09X033900 ABC transporter F family member 1 5.821316861 C6_control_C2 +LQ09X033900 ABC transporter F family member 1 5.927050242 C6_control_C3 +LQ09X033900 ABC transporter F family member 1 6.242907918 C6_chemical_A1 +LQ09X033900 ABC transporter F family member 1 5.795288302 C6_chemical_A3 +LQ09X033900 ABC transporter F family member 1 6.013794024 C6_chemical_B1 +LQ09X033900 ABC transporter F family member 1 5.554364611 C6_chemical_B2 +LQ09X033900 ABC transporter F family member 1 6.470883127 C6_chemical_B3 +LQ09X033900 ABC transporter F family member 1 6.211384322 C6_chemical_C1 +LQ09X033900 ABC transporter F family member 1 5.471839785 C6_chemical_C2 +LQ09X033900 ABC transporter F family member 1 6.094648891 C6_chemical_C3 +LQ09X033900 ABC transporter F family member 1 5.963440851 L4_control_A1 +LQ09X033900 ABC transporter F family member 1 6.207293171 L4_control_A2 +LQ09X033900 ABC transporter F family member 1 5.904388434 L4_control_A3 +LQ09X033900 ABC transporter F family member 1 5.956289595 L4_control_B1 +LQ09X033900 ABC transporter F family member 1 6.490751359 L4_control_B2 +LQ09X033900 ABC transporter F family member 1 6.044923171 L4_control_B3 +LQ09X033900 ABC transporter F family member 1 5.764072473 L4_control_C2 +LQ09X033900 ABC transporter F family member 1 5.955859781 L4_control_C3 +LQ09X033900 ABC transporter F family member 1 5.983678716 L4_chemical_A1 +LQ09X033900 ABC transporter F family member 1 6.201215409 L4_chemical_A2 +LQ09X033900 ABC transporter F family member 1 6.270747535 L4_chemical_A3 +LQ09X033900 ABC transporter F family member 1 5.81924602 L4_chemical_B1 +LQ09X033900 ABC transporter F family member 1 6.048816091 L4_chemical_B2 +LQ09X033900 ABC transporter F family member 1 6.275655195 L4_chemical_B3 +LQ09X033900 ABC transporter F family member 1 5.535242221 L4_chemical_C2 +LQ09X033900 ABC transporter F family member 1 6.396700843 L4_chemical_C3 +LQ09X033920 Predicted protein 12.50386363 C6_control_A1 +LQ09X033920 Predicted protein 12.24311426 C6_control_A3 +LQ09X033920 Predicted protein 11.99215616 C6_control_B1 +LQ09X033920 Predicted protein 13.12430395 C6_control_B2 +LQ09X033920 Predicted protein 12.2413413 C6_control_B3 +LQ09X033920 Predicted protein 12.57246767 C6_control_C1 +LQ09X033920 Predicted protein 12.9647432 C6_control_C2 +LQ09X033920 Predicted protein 12.92247206 C6_control_C3 +LQ09X033920 Predicted protein 12.75811614 C6_chemical_A1 +LQ09X033920 Predicted protein 12.57720842 C6_chemical_A3 +LQ09X033920 Predicted protein 11.89894772 C6_chemical_B1 +LQ09X033920 Predicted protein 13.0656599 C6_chemical_B2 +LQ09X033920 Predicted protein 12.68247716 C6_chemical_B3 +LQ09X033920 Predicted protein 12.42754659 C6_chemical_C1 +LQ09X033920 Predicted protein 12.56222019 C6_chemical_C2 +LQ09X033920 Predicted protein 12.78297911 C6_chemical_C3 +LQ09X033920 Predicted protein 13.08474333 L4_control_A1 +LQ09X033920 Predicted protein 13.27393546 L4_control_A2 +LQ09X033920 Predicted protein 12.52262344 L4_control_A3 +LQ09X033920 Predicted protein 11.72814899 L4_control_B1 +LQ09X033920 Predicted protein 11.62828443 L4_control_B2 +LQ09X033920 Predicted protein 12.79586301 L4_control_B3 +LQ09X033920 Predicted protein 12.03251136 L4_control_C2 +LQ09X033920 Predicted protein 13.00015089 L4_control_C3 +LQ09X033920 Predicted protein 13.75803809 L4_chemical_A1 +LQ09X033920 Predicted protein 12.97306093 L4_chemical_A2 +LQ09X033920 Predicted protein 12.9949011 L4_chemical_A3 +LQ09X033920 Predicted protein 12.10911723 L4_chemical_B1 +LQ09X033920 Predicted protein 11.63779291 L4_chemical_B2 +LQ09X033920 Predicted protein 12.97861077 L4_chemical_B3 +LQ09X033920 Predicted protein 11.97585048 L4_chemical_C2 +LQ09X033920 Predicted protein 12.55679911 L4_chemical_C3 +LQ09X033960 Alpha-L-fucosidase 1 5.727346209 C6_control_A1 +LQ09X033960 Alpha-L-fucosidase 1 5.330294422 C6_control_A3 +LQ09X033960 Alpha-L-fucosidase 1 5.819779072 C6_control_B1 +LQ09X033960 Alpha-L-fucosidase 1 5.493413444 C6_control_B2 +LQ09X033960 Alpha-L-fucosidase 1 6.071330015 C6_control_B3 +LQ09X033960 Alpha-L-fucosidase 1 5.204845567 C6_control_C1 +LQ09X033960 Alpha-L-fucosidase 1 5.269875032 C6_control_C2 +LQ09X033960 Alpha-L-fucosidase 1 5.317218293 C6_control_C3 +LQ09X033960 Alpha-L-fucosidase 1 5.440004715 C6_chemical_A1 +LQ09X033960 Alpha-L-fucosidase 1 5.500214345 C6_chemical_A3 +LQ09X033960 Alpha-L-fucosidase 1 5.182720578 C6_chemical_B1 +LQ09X033960 Alpha-L-fucosidase 1 5.762716259 C6_chemical_B2 +LQ09X033960 Alpha-L-fucosidase 1 5.511822922 C6_chemical_B3 +LQ09X033960 Alpha-L-fucosidase 1 5.420652281 C6_chemical_C1 +LQ09X033960 Alpha-L-fucosidase 1 5.352601275 C6_chemical_C2 +LQ09X033960 Alpha-L-fucosidase 1 5.534103567 C6_chemical_C3 +LQ09X033960 Alpha-L-fucosidase 1 5.583711235 L4_control_A1 +LQ09X033960 Alpha-L-fucosidase 1 6.153654537 L4_control_A2 +LQ09X033960 Alpha-L-fucosidase 1 5.967368159 L4_control_A3 +LQ09X033960 Alpha-L-fucosidase 1 5.443254314 L4_control_B1 +LQ09X033960 Alpha-L-fucosidase 1 6.360131042 L4_control_B2 +LQ09X033960 Alpha-L-fucosidase 1 6.162942732 L4_control_B3 +LQ09X033960 Alpha-L-fucosidase 1 5.283453246 L4_control_C2 +LQ09X033960 Alpha-L-fucosidase 1 5.485627001 L4_control_C3 +LQ09X033960 Alpha-L-fucosidase 1 5.493590381 L4_chemical_A1 +LQ09X033960 Alpha-L-fucosidase 1 5.259766558 L4_chemical_A2 +LQ09X033960 Alpha-L-fucosidase 1 6.583968354 L4_chemical_A3 +LQ09X033960 Alpha-L-fucosidase 1 5.655872288 L4_chemical_B1 +LQ09X033960 Alpha-L-fucosidase 1 5.846348744 L4_chemical_B2 +LQ09X033960 Alpha-L-fucosidase 1 5.787822673 L4_chemical_B3 +LQ09X033960 Alpha-L-fucosidase 1 5.389116544 L4_chemical_C2 +LQ09X033960 Alpha-L-fucosidase 1 5.247671254 L4_chemical_C3 +LQ09X033990 Putative uncharacterized protein 5.045741276 C6_control_A1 +LQ09X033990 Putative uncharacterized protein 5.185306552 C6_control_A3 +LQ09X033990 Putative uncharacterized protein 6.02574583 C6_control_B1 +LQ09X033990 Putative uncharacterized protein 5.400562667 C6_control_B2 +LQ09X033990 Putative uncharacterized protein 5.542752538 C6_control_B3 +LQ09X033990 Putative uncharacterized protein 5.203022655 C6_control_C1 +LQ09X033990 Putative uncharacterized protein 5.36654627 C6_control_C2 +LQ09X033990 Putative uncharacterized protein 4.973848565 C6_control_C3 +LQ09X033990 Putative uncharacterized protein 5.380860967 C6_chemical_A1 +LQ09X033990 Putative uncharacterized protein 5.417364679 C6_chemical_A3 +LQ09X033990 Putative uncharacterized protein 6.111440951 C6_chemical_B1 +LQ09X033990 Putative uncharacterized protein 5.327272731 C6_chemical_B2 +LQ09X033990 Putative uncharacterized protein 5.57214993 C6_chemical_B3 +LQ09X033990 Putative uncharacterized protein 5.436294751 C6_chemical_C1 +LQ09X033990 Putative uncharacterized protein 4.98634583 C6_chemical_C2 +LQ09X033990 Putative uncharacterized protein 5.281983093 C6_chemical_C3 +LQ09X033990 Putative uncharacterized protein 5.302525644 L4_control_A1 +LQ09X033990 Putative uncharacterized protein 5.643566278 L4_control_A2 +LQ09X033990 Putative uncharacterized protein 5.145573601 L4_control_A3 +LQ09X033990 Putative uncharacterized protein 6.112559456 L4_control_B1 +LQ09X033990 Putative uncharacterized protein 5.349756917 L4_control_B2 +LQ09X033990 Putative uncharacterized protein 5.676559129 L4_control_B3 +LQ09X033990 Putative uncharacterized protein 6.040030478 L4_control_C2 +LQ09X033990 Putative uncharacterized protein 6.064181457 L4_control_C3 +LQ09X033990 Putative uncharacterized protein 5.634013137 L4_chemical_A1 +LQ09X033990 Putative uncharacterized protein 5.218243551 L4_chemical_A2 +LQ09X033990 Putative uncharacterized protein 5.231878358 L4_chemical_A3 +LQ09X033990 Putative uncharacterized protein 6.114373627 L4_chemical_B1 +LQ09X033990 Putative uncharacterized protein 5.624778462 L4_chemical_B2 +LQ09X033990 Putative uncharacterized protein 5.34893555 L4_chemical_B3 +LQ09X033990 Putative uncharacterized protein 5.61443694 L4_chemical_C2 +LQ09X033990 Putative uncharacterized protein 6.100965663 L4_chemical_C3 +LQ09X034000 Serine carboxypeptidase-like 48 8.691359631 C6_control_A1 +LQ09X034000 Serine carboxypeptidase-like 48 8.190266252 C6_control_A3 +LQ09X034000 Serine carboxypeptidase-like 48 9.420585124 C6_control_B1 +LQ09X034000 Serine carboxypeptidase-like 48 9.694743213 C6_control_B2 +LQ09X034000 Serine carboxypeptidase-like 48 9.799282786 C6_control_B3 +LQ09X034000 Serine carboxypeptidase-like 48 7.724950417 C6_control_C1 +LQ09X034000 Serine carboxypeptidase-like 48 7.370937177 C6_control_C2 +LQ09X034000 Serine carboxypeptidase-like 48 6.944816454 C6_control_C3 +LQ09X034000 Serine carboxypeptidase-like 48 8.529895993 C6_chemical_A1 +LQ09X034000 Serine carboxypeptidase-like 48 8.6508013 C6_chemical_A3 +LQ09X034000 Serine carboxypeptidase-like 48 9.455361294 C6_chemical_B1 +LQ09X034000 Serine carboxypeptidase-like 48 9.294421752 C6_chemical_B2 +LQ09X034000 Serine carboxypeptidase-like 48 9.227893989 C6_chemical_B3 +LQ09X034000 Serine carboxypeptidase-like 48 7.724882179 C6_chemical_C1 +LQ09X034000 Serine carboxypeptidase-like 48 6.789656338 C6_chemical_C2 +LQ09X034000 Serine carboxypeptidase-like 48 6.671937539 C6_chemical_C3 +LQ09X034000 Serine carboxypeptidase-like 48 8.853930945 L4_control_A1 +LQ09X034000 Serine carboxypeptidase-like 48 8.984943244 L4_control_A2 +LQ09X034000 Serine carboxypeptidase-like 48 9.553442297 L4_control_A3 +LQ09X034000 Serine carboxypeptidase-like 48 9.928660461 L4_control_B1 +LQ09X034000 Serine carboxypeptidase-like 48 9.761751114 L4_control_B2 +LQ09X034000 Serine carboxypeptidase-like 48 10.23078566 L4_control_B3 +LQ09X034000 Serine carboxypeptidase-like 48 6.313408588 L4_control_C2 +LQ09X034000 Serine carboxypeptidase-like 48 6.613408583 L4_control_C3 +LQ09X034000 Serine carboxypeptidase-like 48 8.388155376 L4_chemical_A1 +LQ09X034000 Serine carboxypeptidase-like 48 8.527152926 L4_chemical_A2 +LQ09X034000 Serine carboxypeptidase-like 48 8.215015775 L4_chemical_A3 +LQ09X034000 Serine carboxypeptidase-like 48 9.173315605 L4_chemical_B1 +LQ09X034000 Serine carboxypeptidase-like 48 8.835243197 L4_chemical_B2 +LQ09X034000 Serine carboxypeptidase-like 48 9.460391251 L4_chemical_B3 +LQ09X034000 Serine carboxypeptidase-like 48 6.64117882 L4_chemical_C2 +LQ09X034000 Serine carboxypeptidase-like 48 6.818820652 L4_chemical_C3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.785468458 C6_control_A1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.30458553 C6_control_A3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.381638146 C6_control_B1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.700829937 C6_control_B2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.529578605 C6_control_B3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.687273437 C6_control_C1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.58226688 C6_control_C2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.671637908 C6_control_C3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.431650208 C6_chemical_A1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.065275908 C6_chemical_A3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.508385384 C6_chemical_B1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.562991628 C6_chemical_B2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.448613013 C6_chemical_B3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.402711806 C6_chemical_C1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.579406771 C6_chemical_C2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.417693013 C6_chemical_C3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.208576067 L4_control_A1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.315557895 L4_control_A2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.015814013 L4_control_A3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.520928122 L4_control_B1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.205802811 L4_control_B2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.691931303 L4_control_B3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.233308714 L4_control_C2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.667241592 L4_control_C3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.265406211 L4_chemical_A1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.217300991 L4_chemical_A2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.212675407 L4_chemical_A3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.684395844 L4_chemical_B1 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.052696119 L4_chemical_B2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.430276647 L4_chemical_B3 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.102370943 L4_chemical_C2 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.035894851 L4_chemical_C3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 6.270494927 C6_control_A1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 8.559242558 C6_control_A3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 9.67835637 C6_control_B1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 12.48159003 C6_control_B2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 11.49770932 C6_control_B3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 10.60217145 C6_control_C1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 10.76692077 C6_control_C2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 11.39143204 C6_control_C3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 6.041620226 C6_chemical_A1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 9.008177035 C6_chemical_A3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 10.33541201 C6_chemical_B1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 11.84350793 C6_chemical_B2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 12.90734718 C6_chemical_B3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 9.835303386 C6_chemical_C1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 9.294205245 C6_chemical_C2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 9.464039041 C6_chemical_C3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 6.346850616 L4_control_A1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 5.544544043 L4_control_A2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 6.878109598 L4_control_A3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 11.52847241 L4_control_B1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 10.35142409 L4_control_B2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 14.00332445 L4_control_B3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 10.39274223 L4_control_C2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 11.07425526 L4_control_C3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 6.225797958 L4_chemical_A1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 6.488430232 L4_chemical_A2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 6.155889867 L4_chemical_A3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 8.647599763 L4_chemical_B1 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 10.66760957 L4_chemical_B2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 11.91432744 L4_chemical_B3 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 8.176435651 L4_chemical_C2 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 11.15713411 L4_chemical_C3 +LQ09X034030 Transferase, putative 11.48948026 C6_control_A1 +LQ09X034030 Transferase, putative 12.12575506 C6_control_A3 +LQ09X034030 Transferase, putative 12.31422681 C6_control_B1 +LQ09X034030 Transferase, putative 13.23809141 C6_control_B2 +LQ09X034030 Transferase, putative 12.88141461 C6_control_B3 +LQ09X034030 Transferase, putative 12.28188204 C6_control_C1 +LQ09X034030 Transferase, putative 12.59678527 C6_control_C2 +LQ09X034030 Transferase, putative 12.6115681 C6_control_C3 +LQ09X034030 Transferase, putative 11.29535319 C6_chemical_A1 +LQ09X034030 Transferase, putative 12.05643512 C6_chemical_A3 +LQ09X034030 Transferase, putative 12.31617515 C6_chemical_B1 +LQ09X034030 Transferase, putative 13.06507204 C6_chemical_B2 +LQ09X034030 Transferase, putative 13.03434857 C6_chemical_B3 +LQ09X034030 Transferase, putative 12.15794028 C6_chemical_C1 +LQ09X034030 Transferase, putative 12.02817899 C6_chemical_C2 +LQ09X034030 Transferase, putative 12.64944509 C6_chemical_C3 +LQ09X034030 Transferase, putative 11.83066844 L4_control_A1 +LQ09X034030 Transferase, putative 11.54062463 L4_control_A2 +LQ09X034030 Transferase, putative 11.77451059 L4_control_A3 +LQ09X034030 Transferase, putative 13.32956431 L4_control_B1 +LQ09X034030 Transferase, putative 13.01443333 L4_control_B2 +LQ09X034030 Transferase, putative 13.77758195 L4_control_B3 +LQ09X034030 Transferase, putative 13.11538007 L4_control_C2 +LQ09X034030 Transferase, putative 13.17847269 L4_control_C3 +LQ09X034030 Transferase, putative 11.37696544 L4_chemical_A1 +LQ09X034030 Transferase, putative 11.75557819 L4_chemical_A2 +LQ09X034030 Transferase, putative 11.74183577 L4_chemical_A3 +LQ09X034030 Transferase, putative 12.85291205 L4_chemical_B1 +LQ09X034030 Transferase, putative 12.81348257 L4_chemical_B2 +LQ09X034030 Transferase, putative 12.86795816 L4_chemical_B3 +LQ09X034030 Transferase, putative 13.187555 L4_chemical_C2 +LQ09X034030 Transferase, putative 12.67532811 L4_chemical_C3 +LQ09X034060 Shugoshin-1, putative 11.45751993 C6_control_A1 +LQ09X034060 Shugoshin-1, putative 11.64522707 C6_control_A3 +LQ09X034060 Shugoshin-1, putative 10.2028342 C6_control_B1 +LQ09X034060 Shugoshin-1, putative 10.93299119 C6_control_B2 +LQ09X034060 Shugoshin-1, putative 10.70298143 C6_control_B3 +LQ09X034060 Shugoshin-1, putative 7.590837176 C6_control_C1 +LQ09X034060 Shugoshin-1, putative 8.488228115 C6_control_C2 +LQ09X034060 Shugoshin-1, putative 8.112406725 C6_control_C3 +LQ09X034060 Shugoshin-1, putative 10.81030861 C6_chemical_A1 +LQ09X034060 Shugoshin-1, putative 11.42627875 C6_chemical_A3 +LQ09X034060 Shugoshin-1, putative 8.308176284 C6_chemical_B1 +LQ09X034060 Shugoshin-1, putative 10.18754388 C6_chemical_B2 +LQ09X034060 Shugoshin-1, putative 9.318671704 C6_chemical_B3 +LQ09X034060 Shugoshin-1, putative 7.352922243 C6_chemical_C1 +LQ09X034060 Shugoshin-1, putative 7.135661416 C6_chemical_C2 +LQ09X034060 Shugoshin-1, putative 7.245431571 C6_chemical_C3 +LQ09X034060 Shugoshin-1, putative 10.36900577 L4_control_A1 +LQ09X034060 Shugoshin-1, putative 11.47419752 L4_control_A2 +LQ09X034060 Shugoshin-1, putative 9.659960773 L4_control_A3 +LQ09X034060 Shugoshin-1, putative 9.445919126 L4_control_B1 +LQ09X034060 Shugoshin-1, putative 9.377069699 L4_control_B2 +LQ09X034060 Shugoshin-1, putative 10.15193342 L4_control_B3 +LQ09X034060 Shugoshin-1, putative 6.441628393 L4_control_C2 +LQ09X034060 Shugoshin-1, putative 5.04840565 L4_control_C3 +LQ09X034060 Shugoshin-1, putative 9.539519602 L4_chemical_A1 +LQ09X034060 Shugoshin-1, putative 10.01782943 L4_chemical_A2 +LQ09X034060 Shugoshin-1, putative 9.461652247 L4_chemical_A3 +LQ09X034060 Shugoshin-1, putative 9.60245973 L4_chemical_B1 +LQ09X034060 Shugoshin-1, putative 9.393352795 L4_chemical_B2 +LQ09X034060 Shugoshin-1, putative 10.41233292 L4_chemical_B3 +LQ09X034060 Shugoshin-1, putative 6.269554082 L4_chemical_C2 +LQ09X034060 Shugoshin-1, putative 7.208598205 L4_chemical_C3 +LQ09X034070 Predicted protein 5.550806691 C6_control_A1 +LQ09X034070 Predicted protein 5.127107031 C6_control_A3 +LQ09X034070 Predicted protein 6.067501994 C6_control_B1 +LQ09X034070 Predicted protein 7.467105523 C6_control_B2 +LQ09X034070 Predicted protein 6.823314282 C6_control_B3 +LQ09X034070 Predicted protein 5.950950096 C6_control_C1 +LQ09X034070 Predicted protein 5.452002679 C6_control_C2 +LQ09X034070 Predicted protein 5.53712965 C6_control_C3 +LQ09X034070 Predicted protein 5.222571895 C6_chemical_A1 +LQ09X034070 Predicted protein 5.759647779 C6_chemical_A3 +LQ09X034070 Predicted protein 5.784508033 C6_chemical_B1 +LQ09X034070 Predicted protein 6.514846225 C6_chemical_B2 +LQ09X034070 Predicted protein 6.094842228 C6_chemical_B3 +LQ09X034070 Predicted protein 5.756634556 C6_chemical_C1 +LQ09X034070 Predicted protein 5.650199931 C6_chemical_C2 +LQ09X034070 Predicted protein 5.697277278 C6_chemical_C3 +LQ09X034070 Predicted protein 6.028688887 L4_control_A1 +LQ09X034070 Predicted protein 5.112168187 L4_control_A2 +LQ09X034070 Predicted protein 5.100720608 L4_control_A3 +LQ09X034070 Predicted protein 5.483101107 L4_control_B1 +LQ09X034070 Predicted protein 5.80690915 L4_control_B2 +LQ09X034070 Predicted protein 6.299398407 L4_control_B3 +LQ09X034070 Predicted protein 5.029875412 L4_control_C2 +LQ09X034070 Predicted protein 4.853483158 L4_control_C3 +LQ09X034070 Predicted protein 5.450046393 L4_chemical_A1 +LQ09X034070 Predicted protein 5.181611887 L4_chemical_A2 +LQ09X034070 Predicted protein 5.367698002 L4_chemical_A3 +LQ09X034070 Predicted protein 5.29067698 L4_chemical_B1 +LQ09X034070 Predicted protein 6.195375208 L4_chemical_B2 +LQ09X034070 Predicted protein 6.464577929 L4_chemical_B3 +LQ09X034070 Predicted protein 5.195976237 L4_chemical_C2 +LQ09X034070 Predicted protein 5.553193574 L4_chemical_C3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 10.03828412 C6_control_A1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 11.23996573 C6_control_A3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 11.63785308 C6_control_B1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 12.85887703 C6_control_B2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 13.49721338 C6_control_B3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 12.4741287 C6_control_C1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 14.62049476 C6_control_C2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 14.47951742 C6_control_C3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 8.494988641 C6_chemical_A1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 10.89107373 C6_chemical_A3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 11.76034619 C6_chemical_B1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 12.73597072 C6_chemical_B2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 13.2292469 C6_chemical_B3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 11.66258361 C6_chemical_C1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 13.74018466 C6_chemical_C2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 14.7696115 C6_chemical_C3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 9.815813146 L4_control_A1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 10.27794548 L4_control_A2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 12.25184139 L4_control_A3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 13.12248179 L4_control_B1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 13.23646587 L4_control_B2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 14.40252909 L4_control_B3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 15.02186924 L4_control_C2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 15.00680092 L4_control_C3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 12.10400679 L4_chemical_A1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 11.64746171 L4_chemical_A2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 11.57368582 L4_chemical_A3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 12.35550869 L4_chemical_B1 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 12.95733043 L4_chemical_B2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 13.23059182 L4_chemical_B3 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 15.17072401 L4_chemical_C2 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 15.09154085 L4_chemical_C3 +LQ09X034120 Probable protein phosphatase 2C 25 11.4830488 C6_control_A1 +LQ09X034120 Probable protein phosphatase 2C 25 12.11464284 C6_control_A3 +LQ09X034120 Probable protein phosphatase 2C 25 10.76018336 C6_control_B1 +LQ09X034120 Probable protein phosphatase 2C 25 10.41352071 C6_control_B2 +LQ09X034120 Probable protein phosphatase 2C 25 10.56038836 C6_control_B3 +LQ09X034120 Probable protein phosphatase 2C 25 12.54084523 C6_control_C1 +LQ09X034120 Probable protein phosphatase 2C 25 12.90544939 C6_control_C2 +LQ09X034120 Probable protein phosphatase 2C 25 12.89420218 C6_control_C3 +LQ09X034120 Probable protein phosphatase 2C 25 11.02822153 C6_chemical_A1 +LQ09X034120 Probable protein phosphatase 2C 25 11.57859564 C6_chemical_A3 +LQ09X034120 Probable protein phosphatase 2C 25 9.970398559 C6_chemical_B1 +LQ09X034120 Probable protein phosphatase 2C 25 10.53776021 C6_chemical_B2 +LQ09X034120 Probable protein phosphatase 2C 25 11.68455663 C6_chemical_B3 +LQ09X034120 Probable protein phosphatase 2C 25 12.70707923 C6_chemical_C1 +LQ09X034120 Probable protein phosphatase 2C 25 12.79861125 C6_chemical_C2 +LQ09X034120 Probable protein phosphatase 2C 25 14.01127408 C6_chemical_C3 +LQ09X034120 Probable protein phosphatase 2C 25 10.81557681 L4_control_A1 +LQ09X034120 Probable protein phosphatase 2C 25 11.24153037 L4_control_A2 +LQ09X034120 Probable protein phosphatase 2C 25 11.84690307 L4_control_A3 +LQ09X034120 Probable protein phosphatase 2C 25 10.22597506 L4_control_B1 +LQ09X034120 Probable protein phosphatase 2C 25 10.04501744 L4_control_B2 +LQ09X034120 Probable protein phosphatase 2C 25 11.69572616 L4_control_B3 +LQ09X034120 Probable protein phosphatase 2C 25 13.00415882 L4_control_C2 +LQ09X034120 Probable protein phosphatase 2C 25 12.64791964 L4_control_C3 +LQ09X034120 Probable protein phosphatase 2C 25 12.50018412 L4_chemical_A1 +LQ09X034120 Probable protein phosphatase 2C 25 11.45886752 L4_chemical_A2 +LQ09X034120 Probable protein phosphatase 2C 25 12.00047742 L4_chemical_A3 +LQ09X034120 Probable protein phosphatase 2C 25 10.56459506 L4_chemical_B1 +LQ09X034120 Probable protein phosphatase 2C 25 10.4860231 L4_chemical_B2 +LQ09X034120 Probable protein phosphatase 2C 25 10.71875713 L4_chemical_B3 +LQ09X034120 Probable protein phosphatase 2C 25 12.56000298 L4_chemical_C2 +LQ09X034120 Probable protein phosphatase 2C 25 12.64081782 L4_chemical_C3 +LQ09X034140 Clathrin heavy chain 1 13.32792096 C6_control_A1 +LQ09X034140 Clathrin heavy chain 1 13.2900658 C6_control_A3 +LQ09X034140 Clathrin heavy chain 1 13.57892746 C6_control_B1 +LQ09X034140 Clathrin heavy chain 1 13.24165893 C6_control_B2 +LQ09X034140 Clathrin heavy chain 1 13.23684654 C6_control_B3 +LQ09X034140 Clathrin heavy chain 1 12.71807339 C6_control_C1 +LQ09X034140 Clathrin heavy chain 1 12.54821776 C6_control_C2 +LQ09X034140 Clathrin heavy chain 1 13.24841658 C6_control_C3 +LQ09X034140 Clathrin heavy chain 1 13.38416938 C6_chemical_A1 +LQ09X034140 Clathrin heavy chain 1 13.4606599 C6_chemical_A3 +LQ09X034140 Clathrin heavy chain 1 13.30671927 C6_chemical_B1 +LQ09X034140 Clathrin heavy chain 1 12.91637861 C6_chemical_B2 +LQ09X034140 Clathrin heavy chain 1 13.25243022 C6_chemical_B3 +LQ09X034140 Clathrin heavy chain 1 12.70735065 C6_chemical_C1 +LQ09X034140 Clathrin heavy chain 1 12.65596454 C6_chemical_C2 +LQ09X034140 Clathrin heavy chain 1 12.94014197 C6_chemical_C3 +LQ09X034140 Clathrin heavy chain 1 13.26124977 L4_control_A1 +LQ09X034140 Clathrin heavy chain 1 13.80545909 L4_control_A2 +LQ09X034140 Clathrin heavy chain 1 13.22949391 L4_control_A3 +LQ09X034140 Clathrin heavy chain 1 13.42134575 L4_control_B1 +LQ09X034140 Clathrin heavy chain 1 13.3956921 L4_control_B2 +LQ09X034140 Clathrin heavy chain 1 13.16588027 L4_control_B3 +LQ09X034140 Clathrin heavy chain 1 12.8793854 L4_control_C2 +LQ09X034140 Clathrin heavy chain 1 12.96812627 L4_control_C3 +LQ09X034140 Clathrin heavy chain 1 13.44631782 L4_chemical_A1 +LQ09X034140 Clathrin heavy chain 1 13.83366723 L4_chemical_A2 +LQ09X034140 Clathrin heavy chain 1 13.49228446 L4_chemical_A3 +LQ09X034140 Clathrin heavy chain 1 13.73368753 L4_chemical_B1 +LQ09X034140 Clathrin heavy chain 1 13.73276978 L4_chemical_B2 +LQ09X034140 Clathrin heavy chain 1 13.52127008 L4_chemical_B3 +LQ09X034140 Clathrin heavy chain 1 12.78105505 L4_chemical_C2 +LQ09X034140 Clathrin heavy chain 1 13.01262049 L4_chemical_C3 +LQ09X034150 Ran-binding protein 1 homolog c 14.34977378 C6_control_A1 +LQ09X034150 Ran-binding protein 1 homolog c 14.51231797 C6_control_A3 +LQ09X034150 Ran-binding protein 1 homolog c 14.00055548 C6_control_B1 +LQ09X034150 Ran-binding protein 1 homolog c 13.96656696 C6_control_B2 +LQ09X034150 Ran-binding protein 1 homolog c 13.92484407 C6_control_B3 +LQ09X034150 Ran-binding protein 1 homolog c 13.51270641 C6_control_C1 +LQ09X034150 Ran-binding protein 1 homolog c 13.7206109 C6_control_C2 +LQ09X034150 Ran-binding protein 1 homolog c 13.41572582 C6_control_C3 +LQ09X034150 Ran-binding protein 1 homolog c 14.14752627 C6_chemical_A1 +LQ09X034150 Ran-binding protein 1 homolog c 14.45653434 C6_chemical_A3 +LQ09X034150 Ran-binding protein 1 homolog c 13.6644 C6_chemical_B1 +LQ09X034150 Ran-binding protein 1 homolog c 13.45255764 C6_chemical_B2 +LQ09X034150 Ran-binding protein 1 homolog c 13.63863718 C6_chemical_B3 +LQ09X034150 Ran-binding protein 1 homolog c 13.25728196 C6_chemical_C1 +LQ09X034150 Ran-binding protein 1 homolog c 13.24208303 C6_chemical_C2 +LQ09X034150 Ran-binding protein 1 homolog c 13.16029601 C6_chemical_C3 +LQ09X034150 Ran-binding protein 1 homolog c 14.74671918 L4_control_A1 +LQ09X034150 Ran-binding protein 1 homolog c 14.52691645 L4_control_A2 +LQ09X034150 Ran-binding protein 1 homolog c 14.75390912 L4_control_A3 +LQ09X034150 Ran-binding protein 1 homolog c 14.09200333 L4_control_B1 +LQ09X034150 Ran-binding protein 1 homolog c 14.15709838 L4_control_B2 +LQ09X034150 Ran-binding protein 1 homolog c 13.87018424 L4_control_B3 +LQ09X034150 Ran-binding protein 1 homolog c 13.76288991 L4_control_C2 +LQ09X034150 Ran-binding protein 1 homolog c 13.85956705 L4_control_C3 +LQ09X034150 Ran-binding protein 1 homolog c 14.41719226 L4_chemical_A1 +LQ09X034150 Ran-binding protein 1 homolog c 14.12762431 L4_chemical_A2 +LQ09X034150 Ran-binding protein 1 homolog c 14.55539795 L4_chemical_A3 +LQ09X034150 Ran-binding protein 1 homolog c 14.20752299 L4_chemical_B1 +LQ09X034150 Ran-binding protein 1 homolog c 13.69701062 L4_chemical_B2 +LQ09X034150 Ran-binding protein 1 homolog c 14.35077772 L4_chemical_B3 +LQ09X034150 Ran-binding protein 1 homolog c 13.65298004 L4_chemical_C2 +LQ09X034150 Ran-binding protein 1 homolog c 13.73076534 L4_chemical_C3 +LQ09X034180 Predicted protein 9.139919225 C6_control_A1 +LQ09X034180 Predicted protein 9.322626571 C6_control_A3 +LQ09X034180 Predicted protein 9.8436079 C6_control_B1 +LQ09X034180 Predicted protein 9.397936616 C6_control_B2 +LQ09X034180 Predicted protein 10.24239529 C6_control_B3 +LQ09X034180 Predicted protein 6.262381891 C6_control_C1 +LQ09X034180 Predicted protein 6.264477145 C6_control_C2 +LQ09X034180 Predicted protein 6.574964901 C6_control_C3 +LQ09X034180 Predicted protein 8.741226073 C6_chemical_A1 +LQ09X034180 Predicted protein 8.672121978 C6_chemical_A3 +LQ09X034180 Predicted protein 9.399675385 C6_chemical_B1 +LQ09X034180 Predicted protein 8.919601819 C6_chemical_B2 +LQ09X034180 Predicted protein 9.956266697 C6_chemical_B3 +LQ09X034180 Predicted protein 6.819998183 C6_chemical_C1 +LQ09X034180 Predicted protein 5.982341322 C6_chemical_C2 +LQ09X034180 Predicted protein 5.819484009 C6_chemical_C3 +LQ09X034180 Predicted protein 9.175441818 L4_control_A1 +LQ09X034180 Predicted protein 9.903948906 L4_control_A2 +LQ09X034180 Predicted protein 9.848278767 L4_control_A3 +LQ09X034180 Predicted protein 8.99054733 L4_control_B1 +LQ09X034180 Predicted protein 10.48100382 L4_control_B2 +LQ09X034180 Predicted protein 10.12611367 L4_control_B3 +LQ09X034180 Predicted protein 4.804444771 L4_control_C2 +LQ09X034180 Predicted protein 6.198790749 L4_control_C3 +LQ09X034180 Predicted protein 8.475415636 L4_chemical_A1 +LQ09X034180 Predicted protein 8.748898947 L4_chemical_A2 +LQ09X034180 Predicted protein 8.793330016 L4_chemical_A3 +LQ09X034180 Predicted protein 9.309666738 L4_chemical_B1 +LQ09X034180 Predicted protein 9.566591919 L4_chemical_B2 +LQ09X034180 Predicted protein 10.38887828 L4_chemical_B3 +LQ09X034180 Predicted protein 5.666367202 L4_chemical_C2 +LQ09X034180 Predicted protein 5.232140037 L4_chemical_C3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.383290751 C6_control_A1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.733704983 C6_control_A3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.393395971 C6_control_B1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 6.103982432 C6_control_B2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.559042171 C6_control_B3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 6.070686328 C6_control_C1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 7.003521699 C6_control_C2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 6.348367488 C6_control_C3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.577876125 C6_chemical_A1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.517092129 C6_chemical_A3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.151501723 C6_chemical_B1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.750929713 C6_chemical_B2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.495001301 C6_chemical_B3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 6.514552656 C6_chemical_C1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 6.267377297 C6_chemical_C2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 6.345510776 C6_chemical_C3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.624273963 L4_control_A1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 4.974108623 L4_control_A2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.754500499 L4_control_A3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 4.910731175 L4_control_B1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.110765565 L4_control_B2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.459682012 L4_control_B3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.381062043 L4_control_C2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.050438176 L4_control_C3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.345752003 L4_chemical_A1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.563059037 L4_chemical_A2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.453768509 L4_chemical_A3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.135725363 L4_chemical_B1 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.25066643 L4_chemical_B2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.754550427 L4_chemical_B3 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.452607117 L4_chemical_C2 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.318187221 L4_chemical_C3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.824823111 C6_control_A1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.444558425 C6_control_A3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.238925822 C6_control_B1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.770133056 C6_control_B2 +LQ09X034220 Zinc transporter 6, chloroplastic 5.141371085 C6_control_B3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.348975242 C6_control_C1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.362034605 C6_control_C2 +LQ09X034220 Zinc transporter 6, chloroplastic 5.542586951 C6_control_C3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.491659895 C6_chemical_A1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.428167013 C6_chemical_A3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.819104866 C6_chemical_B1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.595177723 C6_chemical_B2 +LQ09X034220 Zinc transporter 6, chloroplastic 5.607453126 C6_chemical_B3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.679062435 C6_chemical_C1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.372926596 C6_chemical_C2 +LQ09X034220 Zinc transporter 6, chloroplastic 5.941309947 C6_chemical_C3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.767010355 L4_control_A1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.699420048 L4_control_A2 +LQ09X034220 Zinc transporter 6, chloroplastic 6.291504463 L4_control_A3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.180931933 L4_control_B1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.69257223 L4_control_B2 +LQ09X034220 Zinc transporter 6, chloroplastic 5.237730715 L4_control_B3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.944018142 L4_control_C2 +LQ09X034220 Zinc transporter 6, chloroplastic 5.385684714 L4_control_C3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.522677009 L4_chemical_A1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.815564899 L4_chemical_A2 +LQ09X034220 Zinc transporter 6, chloroplastic 6.400462277 L4_chemical_A3 +LQ09X034220 Zinc transporter 6, chloroplastic 5.396505636 L4_chemical_B1 +LQ09X034220 Zinc transporter 6, chloroplastic 5.70093055 L4_chemical_B2 +LQ09X034220 Zinc transporter 6, chloroplastic 5.52451219 L4_chemical_B3 +LQ09X034220 Zinc transporter 6, chloroplastic 6.057114986 L4_chemical_C2 +LQ09X034220 Zinc transporter 6, chloroplastic 5.227330452 L4_chemical_C3 +LQ09X034230 Predicted protein 5.602937951 C6_control_A1 +LQ09X034230 Predicted protein 6.179381272 C6_control_A3 +LQ09X034230 Predicted protein 5.373615887 C6_control_B1 +LQ09X034230 Predicted protein 5.445369467 C6_control_B2 +LQ09X034230 Predicted protein 5.571173408 C6_control_B3 +LQ09X034230 Predicted protein 5.403674918 C6_control_C1 +LQ09X034230 Predicted protein 5.453641376 C6_control_C2 +LQ09X034230 Predicted protein 6.307192445 C6_control_C3 +LQ09X034230 Predicted protein 5.291412829 C6_chemical_A1 +LQ09X034230 Predicted protein 5.463959521 C6_chemical_A3 +LQ09X034230 Predicted protein 5.342360593 C6_chemical_B1 +LQ09X034230 Predicted protein 5.872895208 C6_chemical_B2 +LQ09X034230 Predicted protein 5.347498323 C6_chemical_B3 +LQ09X034230 Predicted protein 5.849980875 C6_chemical_C1 +LQ09X034230 Predicted protein 5.757080312 C6_chemical_C2 +LQ09X034230 Predicted protein 6.38530241 C6_chemical_C3 +LQ09X034230 Predicted protein 5.879505155 L4_control_A1 +LQ09X034230 Predicted protein 6.696396792 L4_control_A2 +LQ09X034230 Predicted protein 7.140009938 L4_control_A3 +LQ09X034230 Predicted protein 5.283605163 L4_control_B1 +LQ09X034230 Predicted protein 5.596412049 L4_control_B2 +LQ09X034230 Predicted protein 5.893980817 L4_control_B3 +LQ09X034230 Predicted protein 6.229072904 L4_control_C2 +LQ09X034230 Predicted protein 6.896171318 L4_control_C3 +LQ09X034230 Predicted protein 5.911154671 L4_chemical_A1 +LQ09X034230 Predicted protein 5.994751441 L4_chemical_A2 +LQ09X034230 Predicted protein 7.025536015 L4_chemical_A3 +LQ09X034230 Predicted protein 6.522093461 L4_chemical_B1 +LQ09X034230 Predicted protein 5.239283353 L4_chemical_B2 +LQ09X034230 Predicted protein 6.155702189 L4_chemical_B3 +LQ09X034230 Predicted protein 6.814715591 L4_chemical_C2 +LQ09X034230 Predicted protein 7.264057157 L4_chemical_C3 +LQ09X034240 Putative uncharacterized protein 8.848854618 C6_control_A1 +LQ09X034240 Putative uncharacterized protein 8.412751216 C6_control_A3 +LQ09X034240 Putative uncharacterized protein 8.423500176 C6_control_B1 +LQ09X034240 Putative uncharacterized protein 7.594218869 C6_control_B2 +LQ09X034240 Putative uncharacterized protein 8.138890431 C6_control_B3 +LQ09X034240 Putative uncharacterized protein 8.164861431 C6_control_C1 +LQ09X034240 Putative uncharacterized protein 8.111580396 C6_control_C2 +LQ09X034240 Putative uncharacterized protein 7.604627339 C6_control_C3 +LQ09X034240 Putative uncharacterized protein 9.161996617 C6_chemical_A1 +LQ09X034240 Putative uncharacterized protein 8.844614321 C6_chemical_A3 +LQ09X034240 Putative uncharacterized protein 9.216846377 C6_chemical_B1 +LQ09X034240 Putative uncharacterized protein 8.263373975 C6_chemical_B2 +LQ09X034240 Putative uncharacterized protein 8.839507601 C6_chemical_B3 +LQ09X034240 Putative uncharacterized protein 8.705485958 C6_chemical_C1 +LQ09X034240 Putative uncharacterized protein 8.532983598 C6_chemical_C2 +LQ09X034240 Putative uncharacterized protein 8.586932826 C6_chemical_C3 +LQ09X034240 Putative uncharacterized protein 8.671298689 L4_control_A1 +LQ09X034240 Putative uncharacterized protein 9.494725758 L4_control_A2 +LQ09X034240 Putative uncharacterized protein 8.58069225 L4_control_A3 +LQ09X034240 Putative uncharacterized protein 8.931137685 L4_control_B1 +LQ09X034240 Putative uncharacterized protein 9.610465987 L4_control_B2 +LQ09X034240 Putative uncharacterized protein 9.223080072 L4_control_B3 +LQ09X034240 Putative uncharacterized protein 9.959881629 L4_control_C2 +LQ09X034240 Putative uncharacterized protein 10.09583049 L4_control_C3 +LQ09X034240 Putative uncharacterized protein 8.332446312 L4_chemical_A1 +LQ09X034240 Putative uncharacterized protein 9.34238929 L4_chemical_A2 +LQ09X034240 Putative uncharacterized protein 7.428900923 L4_chemical_A3 +LQ09X034240 Putative uncharacterized protein 8.921484569 L4_chemical_B1 +LQ09X034240 Putative uncharacterized protein 9.650492097 L4_chemical_B2 +LQ09X034240 Putative uncharacterized protein 8.626302566 L4_chemical_B3 +LQ09X034240 Putative uncharacterized protein 9.935218318 L4_chemical_C2 +LQ09X034240 Putative uncharacterized protein 9.984121085 L4_chemical_C3 +LQ09X034250 Predicted protein 6.011919123 C6_control_A1 +LQ09X034250 Predicted protein 5.749582409 C6_control_A3 +LQ09X034250 Predicted protein 5.349945599 C6_control_B1 +LQ09X034250 Predicted protein 6.546631649 C6_control_B2 +LQ09X034250 Predicted protein 5.960517719 C6_control_B3 +LQ09X034250 Predicted protein 5.337398967 C6_control_C1 +LQ09X034250 Predicted protein 6.280637543 C6_control_C2 +LQ09X034250 Predicted protein 6.006113164 C6_control_C3 +LQ09X034250 Predicted protein 5.679299596 C6_chemical_A1 +LQ09X034250 Predicted protein 5.929346145 C6_chemical_A3 +LQ09X034250 Predicted protein 5.653680721 C6_chemical_B1 +LQ09X034250 Predicted protein 6.11080193 C6_chemical_B2 +LQ09X034250 Predicted protein 5.767605963 C6_chemical_B3 +LQ09X034250 Predicted protein 5.952824087 C6_chemical_C1 +LQ09X034250 Predicted protein 5.922272317 C6_chemical_C2 +LQ09X034250 Predicted protein 6.068506482 C6_chemical_C3 +LQ09X034250 Predicted protein 5.848976608 L4_control_A1 +LQ09X034250 Predicted protein 6.359072884 L4_control_A2 +LQ09X034250 Predicted protein 6.06481373 L4_control_A3 +LQ09X034250 Predicted protein 6.201970798 L4_control_B1 +LQ09X034250 Predicted protein 6.310580772 L4_control_B2 +LQ09X034250 Predicted protein 5.78096502 L4_control_B3 +LQ09X034250 Predicted protein 6.012492094 L4_control_C2 +LQ09X034250 Predicted protein 5.735016552 L4_control_C3 +LQ09X034250 Predicted protein 5.638092717 L4_chemical_A1 +LQ09X034250 Predicted protein 5.877756137 L4_chemical_A2 +LQ09X034250 Predicted protein 6.249368023 L4_chemical_A3 +LQ09X034250 Predicted protein 6.003648426 L4_chemical_B1 +LQ09X034250 Predicted protein 5.857635982 L4_chemical_B2 +LQ09X034250 Predicted protein 5.594348115 L4_chemical_B3 +LQ09X034250 Predicted protein 5.759035426 L4_chemical_C2 +LQ09X034250 Predicted protein 5.818431351 L4_chemical_C3 +LQ09X034260 Putative uncharacterized protein 12.22315541 C6_control_A1 +LQ09X034260 Putative uncharacterized protein 12.25253365 C6_control_A3 +LQ09X034260 Putative uncharacterized protein 12.43896585 C6_control_B1 +LQ09X034260 Putative uncharacterized protein 12.14669282 C6_control_B2 +LQ09X034260 Putative uncharacterized protein 12.48912035 C6_control_B3 +LQ09X034260 Putative uncharacterized protein 12.23648483 C6_control_C1 +LQ09X034260 Putative uncharacterized protein 12.04043176 C6_control_C2 +LQ09X034260 Putative uncharacterized protein 12.46002506 C6_control_C3 +LQ09X034260 Putative uncharacterized protein 12.29374865 C6_chemical_A1 +LQ09X034260 Putative uncharacterized protein 12.69884601 C6_chemical_A3 +LQ09X034260 Putative uncharacterized protein 12.5048499 C6_chemical_B1 +LQ09X034260 Putative uncharacterized protein 12.50780927 C6_chemical_B2 +LQ09X034260 Putative uncharacterized protein 12.3896814 C6_chemical_B3 +LQ09X034260 Putative uncharacterized protein 11.9775857 C6_chemical_C1 +LQ09X034260 Putative uncharacterized protein 11.97072706 C6_chemical_C2 +LQ09X034260 Putative uncharacterized protein 12.0526381 C6_chemical_C3 +LQ09X034260 Putative uncharacterized protein 12.25507853 L4_control_A1 +LQ09X034260 Putative uncharacterized protein 12.37423665 L4_control_A2 +LQ09X034260 Putative uncharacterized protein 12.67871938 L4_control_A3 +LQ09X034260 Putative uncharacterized protein 12.06835813 L4_control_B1 +LQ09X034260 Putative uncharacterized protein 11.98242291 L4_control_B2 +LQ09X034260 Putative uncharacterized protein 12.15933223 L4_control_B3 +LQ09X034260 Putative uncharacterized protein 12.54327864 L4_control_C2 +LQ09X034260 Putative uncharacterized protein 12.29753981 L4_control_C3 +LQ09X034260 Putative uncharacterized protein 12.63140617 L4_chemical_A1 +LQ09X034260 Putative uncharacterized protein 12.8680368 L4_chemical_A2 +LQ09X034260 Putative uncharacterized protein 12.41250979 L4_chemical_A3 +LQ09X034260 Putative uncharacterized protein 12.34414772 L4_chemical_B1 +LQ09X034260 Putative uncharacterized protein 12.51707029 L4_chemical_B2 +LQ09X034260 Putative uncharacterized protein 11.95791297 L4_chemical_B3 +LQ09X034260 Putative uncharacterized protein 12.65890019 L4_chemical_C2 +LQ09X034260 Putative uncharacterized protein 12.52502649 L4_chemical_C3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.180191778 C6_control_A1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 8.263947276 C6_control_A3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.939476224 C6_control_B1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.61507694 C6_control_B2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.919276711 C6_control_B3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 12.05999102 C6_control_C1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 11.63752593 C6_control_C2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.68312839 C6_control_C3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.583815215 C6_chemical_A1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 8.885591487 C6_chemical_A3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.30601583 C6_chemical_B1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 11.26773143 C6_chemical_B2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.18797753 C6_chemical_B3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 12.25794083 C6_chemical_C1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 11.90813874 C6_chemical_C2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 11.44658936 C6_chemical_C3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 8.580855977 L4_control_A1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 8.434564726 L4_control_A2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 7.139805013 L4_control_A3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.819492594 L4_control_B1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.00921914 L4_control_B2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.85417808 L4_control_B3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.85180474 L4_control_C2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.11081671 L4_control_C3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 8.966369798 L4_chemical_A1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.289867774 L4_chemical_A2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 7.109705939 L4_chemical_A3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.439321236 L4_chemical_B1 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.850984735 L4_chemical_B2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.582606874 L4_chemical_B3 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.9477896 L4_chemical_C2 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 10.17360532 L4_chemical_C3 +LQ09X034330 Ethylene-overproduction protein 1 8.764011037 C6_control_A1 +LQ09X034330 Ethylene-overproduction protein 1 8.857985405 C6_control_A3 +LQ09X034330 Ethylene-overproduction protein 1 9.275350549 C6_control_B1 +LQ09X034330 Ethylene-overproduction protein 1 8.965844871 C6_control_B2 +LQ09X034330 Ethylene-overproduction protein 1 8.780665957 C6_control_B3 +LQ09X034330 Ethylene-overproduction protein 1 9.086527752 C6_control_C1 +LQ09X034330 Ethylene-overproduction protein 1 9.708480152 C6_control_C2 +LQ09X034330 Ethylene-overproduction protein 1 9.211669805 C6_control_C3 +LQ09X034330 Ethylene-overproduction protein 1 8.6207443 C6_chemical_A1 +LQ09X034330 Ethylene-overproduction protein 1 8.631178277 C6_chemical_A3 +LQ09X034330 Ethylene-overproduction protein 1 9.110102317 C6_chemical_B1 +LQ09X034330 Ethylene-overproduction protein 1 8.929051913 C6_chemical_B2 +LQ09X034330 Ethylene-overproduction protein 1 9.346948003 C6_chemical_B3 +LQ09X034330 Ethylene-overproduction protein 1 8.915912684 C6_chemical_C1 +LQ09X034330 Ethylene-overproduction protein 1 9.587946178 C6_chemical_C2 +LQ09X034330 Ethylene-overproduction protein 1 9.821539956 C6_chemical_C3 +LQ09X034330 Ethylene-overproduction protein 1 8.76604261 L4_control_A1 +LQ09X034330 Ethylene-overproduction protein 1 8.240116325 L4_control_A2 +LQ09X034330 Ethylene-overproduction protein 1 6.972166394 L4_control_A3 +LQ09X034330 Ethylene-overproduction protein 1 9.618020571 L4_control_B1 +LQ09X034330 Ethylene-overproduction protein 1 9.47143281 L4_control_B2 +LQ09X034330 Ethylene-overproduction protein 1 9.443421922 L4_control_B3 +LQ09X034330 Ethylene-overproduction protein 1 10.33107413 L4_control_C2 +LQ09X034330 Ethylene-overproduction protein 1 10.24270005 L4_control_C3 +LQ09X034330 Ethylene-overproduction protein 1 9.266850604 L4_chemical_A1 +LQ09X034330 Ethylene-overproduction protein 1 8.234433078 L4_chemical_A2 +LQ09X034330 Ethylene-overproduction protein 1 7.295990699 L4_chemical_A3 +LQ09X034330 Ethylene-overproduction protein 1 9.874290316 L4_chemical_B1 +LQ09X034330 Ethylene-overproduction protein 1 9.454324999 L4_chemical_B2 +LQ09X034330 Ethylene-overproduction protein 1 8.965170306 L4_chemical_B3 +LQ09X034330 Ethylene-overproduction protein 1 10.36270138 L4_chemical_C2 +LQ09X034330 Ethylene-overproduction protein 1 10.16510388 L4_chemical_C3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.819827352 C6_control_A1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.434795306 C6_control_A3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 11.21768639 C6_control_B1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 12.80876964 C6_control_B2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 12.50370399 C6_control_B3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.981225575 C6_control_C1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 10.00734949 C6_control_C2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 9.112668028 C6_control_C3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.620827144 C6_chemical_A1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.584878547 C6_chemical_A3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 11.28991892 C6_chemical_B1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 12.4482959 C6_chemical_B2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 12.84769995 C6_chemical_B3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.687697353 C6_chemical_C1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.219157208 C6_chemical_C2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 7.908995075 C6_chemical_C3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.711533134 L4_control_A1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 9.727805605 L4_control_A2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 9.51501524 L4_control_A3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 12.93634839 L4_control_B1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 12.49190004 L4_control_B2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 14.32065701 L4_control_B3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 9.06362827 L4_control_C2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 9.74253156 L4_control_C3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.686516144 L4_chemical_A1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 9.2105918 L4_chemical_A2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.27475839 L4_chemical_A3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 11.94779242 L4_chemical_B1 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 12.6183267 L4_chemical_B2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 12.5487719 L4_chemical_B3 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.498628939 L4_chemical_C2 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 9.016396645 L4_chemical_C3 +LQ09X034360 Putative uncharacterized protein 6.144706884 C6_control_A1 +LQ09X034360 Putative uncharacterized protein 5.548009801 C6_control_A3 +LQ09X034360 Putative uncharacterized protein 6.933940068 C6_control_B1 +LQ09X034360 Putative uncharacterized protein 5.753664874 C6_control_B2 +LQ09X034360 Putative uncharacterized protein 5.888737312 C6_control_B3 +LQ09X034360 Putative uncharacterized protein 6.031603752 C6_control_C1 +LQ09X034360 Putative uncharacterized protein 5.435763367 C6_control_C2 +LQ09X034360 Putative uncharacterized protein 5.765508027 C6_control_C3 +LQ09X034360 Putative uncharacterized protein 5.723381513 C6_chemical_A1 +LQ09X034360 Putative uncharacterized protein 5.924875518 C6_chemical_A3 +LQ09X034360 Putative uncharacterized protein 7.344153039 C6_chemical_B1 +LQ09X034360 Putative uncharacterized protein 5.868006583 C6_chemical_B2 +LQ09X034360 Putative uncharacterized protein 5.748026721 C6_chemical_B3 +LQ09X034360 Putative uncharacterized protein 5.771566628 C6_chemical_C1 +LQ09X034360 Putative uncharacterized protein 5.75576397 C6_chemical_C2 +LQ09X034360 Putative uncharacterized protein 5.618097808 C6_chemical_C3 +LQ09X034360 Putative uncharacterized protein 6.127662898 L4_control_A1 +LQ09X034360 Putative uncharacterized protein 6.008220072 L4_control_A2 +LQ09X034360 Putative uncharacterized protein 5.888983572 L4_control_A3 +LQ09X034360 Putative uncharacterized protein 5.578503086 L4_control_B1 +LQ09X034360 Putative uncharacterized protein 6.049868837 L4_control_B2 +LQ09X034360 Putative uncharacterized protein 6.068099562 L4_control_B3 +LQ09X034360 Putative uncharacterized protein 6.670945841 L4_control_C2 +LQ09X034360 Putative uncharacterized protein 6.062891834 L4_control_C3 +LQ09X034360 Putative uncharacterized protein 6.075642352 L4_chemical_A1 +LQ09X034360 Putative uncharacterized protein 6.01917546 L4_chemical_A2 +LQ09X034360 Putative uncharacterized protein 6.057444497 L4_chemical_A3 +LQ09X034360 Putative uncharacterized protein 5.980174727 L4_chemical_B1 +LQ09X034360 Putative uncharacterized protein 6.066734364 L4_chemical_B2 +LQ09X034360 Putative uncharacterized protein 5.7518672 L4_chemical_B3 +LQ09X034360 Putative uncharacterized protein 6.507809789 L4_chemical_C2 +LQ09X034360 Putative uncharacterized protein 5.914974785 L4_chemical_C3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.80946239 C6_control_A1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.80602542 C6_control_A3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.71196932 C6_control_B1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.81141815 C6_control_B2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.30970197 C6_control_B3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.85859624 C6_control_C1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.16440589 C6_control_C2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.27519925 C6_control_C3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.7410611 C6_chemical_A1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.92048215 C6_chemical_A3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.60994193 C6_chemical_B1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.94965767 C6_chemical_B2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.40037596 C6_chemical_B3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.68226366 C6_chemical_C1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.97527708 C6_chemical_C2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.2051465 C6_chemical_C3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.61362775 L4_control_A1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.73412485 L4_control_A2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.82756874 L4_control_A3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.64887044 L4_control_B1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.40698507 L4_control_B2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.79558168 L4_control_B3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.37640388 L4_control_C2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.81216646 L4_control_C3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.27611542 L4_chemical_A1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.20453371 L4_chemical_A2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.94094247 L4_chemical_A3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.02472734 L4_chemical_B1 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.68843679 L4_chemical_B2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.72420107 L4_chemical_B3 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.52855809 L4_chemical_C2 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 12.1370028 L4_chemical_C3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.43130743 C6_control_A1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.29723714 C6_control_A3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.64193972 C6_control_B1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.03078624 C6_control_B2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.56711028 C6_control_B3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.05683014 C6_control_C1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 13.61536916 C6_control_C2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.10692889 C6_control_C3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.16579471 C6_chemical_A1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.34831782 C6_chemical_A3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.59370766 C6_chemical_B1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 13.96296004 C6_chemical_B2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.36347148 C6_chemical_B3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.04855699 C6_chemical_C1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 13.65210433 C6_chemical_C2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 13.93208093 C6_chemical_C3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.30669924 L4_control_A1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 13.51355143 L4_control_A2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 13.89256334 L4_control_A3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.79977937 L4_control_B1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.08576105 L4_control_B2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.18602909 L4_control_B3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.28553128 L4_control_C2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.28098328 L4_control_C3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.79358761 L4_chemical_A1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 13.3504835 L4_chemical_A2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.08328908 L4_chemical_A3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.60982119 L4_chemical_B1 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.27390038 L4_chemical_B2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.05161077 L4_chemical_B3 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.28356493 L4_chemical_C2 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.39752173 L4_chemical_C3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.808426802 C6_control_A1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.017554071 C6_control_A3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.860748009 C6_control_B1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.597687261 C6_control_B2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 6.276034308 C6_control_B3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.307072355 C6_control_C1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.700771948 C6_control_C2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.420772339 C6_control_C3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 6.116076091 C6_chemical_A1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.126816706 C6_chemical_A3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.115979566 C6_chemical_B1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.644928675 C6_chemical_B2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.751560959 C6_chemical_B3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.603741077 C6_chemical_C1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.468949846 C6_chemical_C2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.543359719 C6_chemical_C3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.617852845 L4_control_A1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.93744759 L4_control_A2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.587712012 L4_control_A3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.522003835 L4_control_B1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.912689632 L4_control_B2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.628325004 L4_control_B3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 6.067542536 L4_control_C2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.18817585 L4_control_C3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.44656151 L4_chemical_A1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.591258745 L4_chemical_A2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.785318192 L4_chemical_A3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.154283458 L4_chemical_B1 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.877354204 L4_chemical_B2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.429387769 L4_chemical_B3 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.218783547 L4_chemical_C2 +LQ09X034390 Ubiquitin-activating enzyme E1 2 5.74576888 L4_chemical_C3 +LQ09X034400 Putative uncharacterized protein 5.521441758 C6_control_A1 +LQ09X034400 Putative uncharacterized protein 5.19257936 C6_control_A3 +LQ09X034400 Putative uncharacterized protein 5.756475587 C6_control_B1 +LQ09X034400 Putative uncharacterized protein 5.679121709 C6_control_B2 +LQ09X034400 Putative uncharacterized protein 5.609601628 C6_control_B3 +LQ09X034400 Putative uncharacterized protein 5.890159326 C6_control_C1 +LQ09X034400 Putative uncharacterized protein 5.470197654 C6_control_C2 +LQ09X034400 Putative uncharacterized protein 6.086801137 C6_control_C3 +LQ09X034400 Putative uncharacterized protein 5.255246102 C6_chemical_A1 +LQ09X034400 Putative uncharacterized protein 5.785128568 C6_chemical_A3 +LQ09X034400 Putative uncharacterized protein 5.94526986 C6_chemical_B1 +LQ09X034400 Putative uncharacterized protein 5.69501512 C6_chemical_B2 +LQ09X034400 Putative uncharacterized protein 5.439987237 C6_chemical_B3 +LQ09X034400 Putative uncharacterized protein 6.091942284 C6_chemical_C1 +LQ09X034400 Putative uncharacterized protein 5.530786627 C6_chemical_C2 +LQ09X034400 Putative uncharacterized protein 5.571230237 C6_chemical_C3 +LQ09X034400 Putative uncharacterized protein 5.680723512 L4_control_A1 +LQ09X034400 Putative uncharacterized protein 5.477917382 L4_control_A2 +LQ09X034400 Putative uncharacterized protein 4.995662727 L4_control_A3 +LQ09X034400 Putative uncharacterized protein 5.214114053 L4_control_B1 +LQ09X034400 Putative uncharacterized protein 5.338822663 L4_control_B2 +LQ09X034400 Putative uncharacterized protein 5.443987011 L4_control_B3 +LQ09X034400 Putative uncharacterized protein 5.625370905 L4_control_C2 +LQ09X034400 Putative uncharacterized protein 5.589617451 L4_control_C3 +LQ09X034400 Putative uncharacterized protein 5.680378994 L4_chemical_A1 +LQ09X034400 Putative uncharacterized protein 5.365512227 L4_chemical_A2 +LQ09X034400 Putative uncharacterized protein 5.063802249 L4_chemical_A3 +LQ09X034400 Putative uncharacterized protein 6.04169525 L4_chemical_B1 +LQ09X034400 Putative uncharacterized protein 5.666126133 L4_chemical_B2 +LQ09X034400 Putative uncharacterized protein 5.873003147 L4_chemical_B3 +LQ09X034400 Putative uncharacterized protein 6.496796017 L4_chemical_C2 +LQ09X034400 Putative uncharacterized protein 5.333073758 L4_chemical_C3 +LQ09X034420 Predicted protein 5.085018126 C6_control_A1 +LQ09X034420 Predicted protein 5.243217121 C6_control_A3 +LQ09X034420 Predicted protein 5.185905514 C6_control_B1 +LQ09X034420 Predicted protein 5.129257367 C6_control_B2 +LQ09X034420 Predicted protein 5.261830901 C6_control_B3 +LQ09X034420 Predicted protein 5.135147113 C6_control_C1 +LQ09X034420 Predicted protein 5.176071843 C6_control_C2 +LQ09X034420 Predicted protein 5.548576579 C6_control_C3 +LQ09X034420 Predicted protein 5.09182112 C6_chemical_A1 +LQ09X034420 Predicted protein 5.208193263 C6_chemical_A3 +LQ09X034420 Predicted protein 4.768740639 C6_chemical_B1 +LQ09X034420 Predicted protein 4.938321338 C6_chemical_B2 +LQ09X034420 Predicted protein 5.390613022 C6_chemical_B3 +LQ09X034420 Predicted protein 5.206740798 C6_chemical_C1 +LQ09X034420 Predicted protein 5.352049396 C6_chemical_C2 +LQ09X034420 Predicted protein 5.291316754 C6_chemical_C3 +LQ09X034420 Predicted protein 4.962428605 L4_control_A1 +LQ09X034420 Predicted protein 5.165863305 L4_control_A2 +LQ09X034420 Predicted protein 4.968114488 L4_control_A3 +LQ09X034420 Predicted protein 4.856555136 L4_control_B1 +LQ09X034420 Predicted protein 5.432727655 L4_control_B2 +LQ09X034420 Predicted protein 5.358989462 L4_control_B3 +LQ09X034420 Predicted protein 5.70233461 L4_control_C2 +LQ09X034420 Predicted protein 5.332367381 L4_control_C3 +LQ09X034420 Predicted protein 5.054255255 L4_chemical_A1 +LQ09X034420 Predicted protein 5.433915672 L4_chemical_A2 +LQ09X034420 Predicted protein 5.075488555 L4_chemical_A3 +LQ09X034420 Predicted protein 5.372886995 L4_chemical_B1 +LQ09X034420 Predicted protein 5.630023938 L4_chemical_B2 +LQ09X034420 Predicted protein 4.983781624 L4_chemical_B3 +LQ09X034420 Predicted protein 5.113168241 L4_chemical_C2 +LQ09X034420 Predicted protein 5.515402272 L4_chemical_C3 +LQ09X034430 Putative uncharacterized protein 6.146337321 C6_control_A1 +LQ09X034430 Putative uncharacterized protein 6.674466895 C6_control_A3 +LQ09X034430 Putative uncharacterized protein 5.133284773 C6_control_B1 +LQ09X034430 Putative uncharacterized protein 5.618714354 C6_control_B2 +LQ09X034430 Putative uncharacterized protein 5.925920061 C6_control_B3 +LQ09X034430 Putative uncharacterized protein 5.642068179 C6_control_C1 +LQ09X034430 Putative uncharacterized protein 6.883907533 C6_control_C2 +LQ09X034430 Putative uncharacterized protein 5.718456366 C6_control_C3 +LQ09X034430 Putative uncharacterized protein 5.62064416 C6_chemical_A1 +LQ09X034430 Putative uncharacterized protein 5.880492511 C6_chemical_A3 +LQ09X034430 Putative uncharacterized protein 5.078830725 C6_chemical_B1 +LQ09X034430 Putative uncharacterized protein 5.770928641 C6_chemical_B2 +LQ09X034430 Putative uncharacterized protein 5.746211441 C6_chemical_B3 +LQ09X034430 Putative uncharacterized protein 5.861055104 C6_chemical_C1 +LQ09X034430 Putative uncharacterized protein 5.707441822 C6_chemical_C2 +LQ09X034430 Putative uncharacterized protein 5.712420891 C6_chemical_C3 +LQ09X034430 Putative uncharacterized protein 5.517594855 L4_control_A1 +LQ09X034430 Putative uncharacterized protein 5.516914071 L4_control_A2 +LQ09X034430 Putative uncharacterized protein 5.824001354 L4_control_A3 +LQ09X034430 Putative uncharacterized protein 5.327111956 L4_control_B1 +LQ09X034430 Putative uncharacterized protein 5.453604054 L4_control_B2 +LQ09X034430 Putative uncharacterized protein 5.182548038 L4_control_B3 +LQ09X034430 Putative uncharacterized protein 5.629597317 L4_control_C2 +LQ09X034430 Putative uncharacterized protein 5.294347965 L4_control_C3 +LQ09X034430 Putative uncharacterized protein 5.935181102 L4_chemical_A1 +LQ09X034430 Putative uncharacterized protein 5.713108576 L4_chemical_A2 +LQ09X034430 Putative uncharacterized protein 5.949775477 L4_chemical_A3 +LQ09X034430 Putative uncharacterized protein 5.317413495 L4_chemical_B1 +LQ09X034430 Putative uncharacterized protein 5.082268095 L4_chemical_B2 +LQ09X034430 Putative uncharacterized protein 5.255804583 L4_chemical_B3 +LQ09X034430 Putative uncharacterized protein 5.413494707 L4_chemical_C2 +LQ09X034430 Putative uncharacterized protein 6.020486673 L4_chemical_C3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.395466161 C6_control_A1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.371723595 C6_control_A3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.250637549 C6_control_B1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.577207139 C6_control_B2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.478783391 C6_control_B3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 7.124725578 C6_control_C1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 7.445813929 C6_control_C2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 7.37804625 C6_control_C3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.36706997 C6_chemical_A1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.912835587 C6_chemical_A3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.083639005 C6_chemical_B1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.743639793 C6_chemical_B2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.193308562 C6_chemical_B3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.551398361 C6_chemical_C1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 7.150681131 C6_chemical_C2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.781007653 C6_chemical_C3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.376218193 L4_control_A1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.682209493 L4_control_A2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.059947454 L4_control_A3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.544111757 L4_control_B1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.833697957 L4_control_B2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.680313502 L4_control_B3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.581254404 L4_control_C2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.045190954 L4_control_C3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.589066427 L4_chemical_A1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.077069989 L4_chemical_A2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.434987271 L4_chemical_A3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.716150442 L4_chemical_B1 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.18441701 L4_chemical_B2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.002002023 L4_chemical_B3 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.659814337 L4_chemical_C2 +LQ09X034440 Putative Dihydroflavonol-4-reductase 5.788176242 L4_chemical_C3 +LQ09X034470 Hypothetical protein 14.50729569 C6_control_A1 +LQ09X034470 Hypothetical protein 14.64580769 C6_control_A3 +LQ09X034470 Hypothetical protein 14.58122668 C6_control_B1 +LQ09X034470 Hypothetical protein 13.5107659 C6_control_B2 +LQ09X034470 Hypothetical protein 14.14978291 C6_control_B3 +LQ09X034470 Hypothetical protein 13.97183456 C6_control_C1 +LQ09X034470 Hypothetical protein 13.39667305 C6_control_C2 +LQ09X034470 Hypothetical protein 14.10189662 C6_control_C3 +LQ09X034470 Hypothetical protein 14.26734084 C6_chemical_A1 +LQ09X034470 Hypothetical protein 14.96126878 C6_chemical_A3 +LQ09X034470 Hypothetical protein 14.1697446 C6_chemical_B1 +LQ09X034470 Hypothetical protein 13.0979353 C6_chemical_B2 +LQ09X034470 Hypothetical protein 14.11310343 C6_chemical_B3 +LQ09X034470 Hypothetical protein 13.60103935 C6_chemical_C1 +LQ09X034470 Hypothetical protein 13.40567497 C6_chemical_C2 +LQ09X034470 Hypothetical protein 14.03121187 C6_chemical_C3 +LQ09X034470 Hypothetical protein 14.42783204 L4_control_A1 +LQ09X034470 Hypothetical protein 13.98553491 L4_control_A2 +LQ09X034470 Hypothetical protein 14.67086857 L4_control_A3 +LQ09X034470 Hypothetical protein 14.50682761 L4_control_B1 +LQ09X034470 Hypothetical protein 14.13617532 L4_control_B2 +LQ09X034470 Hypothetical protein 14.02226321 L4_control_B3 +LQ09X034470 Hypothetical protein 14.68795708 L4_control_C2 +LQ09X034470 Hypothetical protein 14.4556115 L4_control_C3 +LQ09X034470 Hypothetical protein 14.41786432 L4_chemical_A1 +LQ09X034470 Hypothetical protein 13.62399707 L4_chemical_A2 +LQ09X034470 Hypothetical protein 14.59068374 L4_chemical_A3 +LQ09X034470 Hypothetical protein 14.51164796 L4_chemical_B1 +LQ09X034470 Hypothetical protein 14.0211449 L4_chemical_B2 +LQ09X034470 Hypothetical protein 14.1808963 L4_chemical_B3 +LQ09X034470 Hypothetical protein 14.30305985 L4_chemical_C2 +LQ09X034470 Hypothetical protein 14.33768344 L4_chemical_C3 +LQ09X034480 Putative uncharacterized protein 10.68051676 C6_control_A1 +LQ09X034480 Putative uncharacterized protein 10.55679402 C6_control_A3 +LQ09X034480 Putative uncharacterized protein 10.4207705 C6_control_B1 +LQ09X034480 Putative uncharacterized protein 10.52816197 C6_control_B2 +LQ09X034480 Putative uncharacterized protein 10.35945677 C6_control_B3 +LQ09X034480 Putative uncharacterized protein 10.86672382 C6_control_C1 +LQ09X034480 Putative uncharacterized protein 10.5799009 C6_control_C2 +LQ09X034480 Putative uncharacterized protein 10.61482647 C6_control_C3 +LQ09X034480 Putative uncharacterized protein 10.62789181 C6_chemical_A1 +LQ09X034480 Putative uncharacterized protein 10.47936595 C6_chemical_A3 +LQ09X034480 Putative uncharacterized protein 10.53231226 C6_chemical_B1 +LQ09X034480 Putative uncharacterized protein 10.70597866 C6_chemical_B2 +LQ09X034480 Putative uncharacterized protein 10.19943858 C6_chemical_B3 +LQ09X034480 Putative uncharacterized protein 10.79298408 C6_chemical_C1 +LQ09X034480 Putative uncharacterized protein 10.88805547 C6_chemical_C2 +LQ09X034480 Putative uncharacterized protein 10.57634286 C6_chemical_C3 +LQ09X034480 Putative uncharacterized protein 10.99202327 L4_control_A1 +LQ09X034480 Putative uncharacterized protein 11.66180175 L4_control_A2 +LQ09X034480 Putative uncharacterized protein 11.67157257 L4_control_A3 +LQ09X034480 Putative uncharacterized protein 11.13105421 L4_control_B1 +LQ09X034480 Putative uncharacterized protein 11.26769658 L4_control_B2 +LQ09X034480 Putative uncharacterized protein 10.26107651 L4_control_B3 +LQ09X034480 Putative uncharacterized protein 11.89394524 L4_control_C2 +LQ09X034480 Putative uncharacterized protein 11.55595568 L4_control_C3 +LQ09X034480 Putative uncharacterized protein 10.73358362 L4_chemical_A1 +LQ09X034480 Putative uncharacterized protein 11.57287278 L4_chemical_A2 +LQ09X034480 Putative uncharacterized protein 11.50727454 L4_chemical_A3 +LQ09X034480 Putative uncharacterized protein 11.34145906 L4_chemical_B1 +LQ09X034480 Putative uncharacterized protein 11.64079999 L4_chemical_B2 +LQ09X034480 Putative uncharacterized protein 10.33177047 L4_chemical_B3 +LQ09X034480 Putative uncharacterized protein 12.03926913 L4_chemical_C2 +LQ09X034480 Putative uncharacterized protein 11.13798824 L4_chemical_C3 +LQ09X034500 LOB domain-containing protein 12 5.729776583 C6_control_A1 +LQ09X034500 LOB domain-containing protein 12 5.375868566 C6_control_A3 +LQ09X034500 LOB domain-containing protein 12 6.497369421 C6_control_B1 +LQ09X034500 LOB domain-containing protein 12 5.671366665 C6_control_B2 +LQ09X034500 LOB domain-containing protein 12 6.687329315 C6_control_B3 +LQ09X034500 LOB domain-containing protein 12 4.920494814 C6_control_C1 +LQ09X034500 LOB domain-containing protein 12 4.849694423 C6_control_C2 +LQ09X034500 LOB domain-containing protein 12 5.361457188 C6_control_C3 +LQ09X034500 LOB domain-containing protein 12 5.447287856 C6_chemical_A1 +LQ09X034500 LOB domain-containing protein 12 6.006612571 C6_chemical_A3 +LQ09X034500 LOB domain-containing protein 12 5.535642754 C6_chemical_B1 +LQ09X034500 LOB domain-containing protein 12 5.25030954 C6_chemical_B2 +LQ09X034500 LOB domain-containing protein 12 5.420840933 C6_chemical_B3 +LQ09X034500 LOB domain-containing protein 12 4.994803659 C6_chemical_C1 +LQ09X034500 LOB domain-containing protein 12 5.076615049 C6_chemical_C2 +LQ09X034500 LOB domain-containing protein 12 4.953687937 C6_chemical_C3 +LQ09X034500 LOB domain-containing protein 12 6.021027942 L4_control_A1 +LQ09X034500 LOB domain-containing protein 12 5.739104369 L4_control_A2 +LQ09X034500 LOB domain-containing protein 12 6.334066357 L4_control_A3 +LQ09X034500 LOB domain-containing protein 12 7.286170041 L4_control_B1 +LQ09X034500 LOB domain-containing protein 12 6.075097115 L4_control_B2 +LQ09X034500 LOB domain-containing protein 12 6.324747093 L4_control_B3 +LQ09X034500 LOB domain-containing protein 12 5.064669997 L4_control_C2 +LQ09X034500 LOB domain-containing protein 12 5.357474392 L4_control_C3 +LQ09X034500 LOB domain-containing protein 12 5.920569317 L4_chemical_A1 +LQ09X034500 LOB domain-containing protein 12 5.175655707 L4_chemical_A2 +LQ09X034500 LOB domain-containing protein 12 5.788901147 L4_chemical_A3 +LQ09X034500 LOB domain-containing protein 12 5.649769176 L4_chemical_B1 +LQ09X034500 LOB domain-containing protein 12 5.57188318 L4_chemical_B2 +LQ09X034500 LOB domain-containing protein 12 7.115743463 L4_chemical_B3 +LQ09X034500 LOB domain-containing protein 12 5.100434481 L4_chemical_C2 +LQ09X034500 LOB domain-containing protein 12 5.970128321 L4_chemical_C3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.97644164 C6_control_A1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.31436265 C6_control_A3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.92505124 C6_control_B1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.05466503 C6_control_B2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.42789084 C6_control_B3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.550297475 C6_control_C1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.659272982 C6_control_C2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.295923873 C6_control_C3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.84569237 C6_chemical_A1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.16015362 C6_chemical_A3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.4249512 C6_chemical_B1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 10.99751094 C6_chemical_B2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.08083932 C6_chemical_B3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.40873414 C6_chemical_C1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.561639397 C6_chemical_C2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 8.694036808 C6_chemical_C3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.40305965 L4_control_A1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.6047737 L4_control_A2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.61221258 L4_control_A3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 10.97773278 L4_control_B1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 12.11563888 L4_control_B2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.558951425 L4_control_B3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.588856619 L4_control_C2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.679797096 L4_control_C3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 10.9968512 L4_chemical_A1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.53916216 L4_chemical_A2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.3101695 L4_chemical_A3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.20011474 L4_chemical_B1 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.9766341 L4_chemical_B2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 10.82236807 L4_chemical_B3 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.538378686 L4_chemical_C2 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 9.234446506 L4_chemical_C3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.993925698 C6_control_A1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.862802196 C6_control_A3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.109996738 C6_control_B1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 7.745723485 C6_control_B2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.621623866 C6_control_B3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.715064925 C6_control_C1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.152315463 C6_control_C2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.114630366 C6_control_C3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.97425885 C6_chemical_A1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.971784152 C6_chemical_A3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 7.645897952 C6_chemical_B1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 7.644590125 C6_chemical_B2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.38195999 C6_chemical_B3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.413067006 C6_chemical_C1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.115189997 C6_chemical_C2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.968201882 C6_chemical_C3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 11.32560467 L4_control_A1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 10.60572434 L4_control_A2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 11.77964923 L4_control_A3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.476582647 L4_control_B1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.800319511 L4_control_B2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.067914295 L4_control_B3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.664509298 L4_control_C2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.295973826 L4_control_C3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 11.6897386 L4_chemical_A1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 11.0677185 L4_chemical_A2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 12.37624345 L4_chemical_A3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 10.20346543 L4_chemical_B1 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.877991494 L4_chemical_B2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 9.734330832 L4_chemical_B3 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.561990169 L4_chemical_C2 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.736789779 L4_chemical_C3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.719866941 C6_control_A1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.779392502 C6_control_A3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.046851283 C6_control_B1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.690270929 C6_control_B2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.218723805 C6_control_B3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.512970158 C6_control_C1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.589532392 C6_control_C2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.45115988 C6_control_C3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.611213122 C6_chemical_A1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.342143152 C6_chemical_A3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.58265933 C6_chemical_B1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.482384224 C6_chemical_B2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.602977121 C6_chemical_B3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.317462189 C6_chemical_C1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.689740946 C6_chemical_C2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.660534383 C6_chemical_C3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.913916799 L4_control_A1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.150641679 L4_control_A2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.149415298 L4_control_A3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.205399807 L4_control_B1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.086043541 L4_control_B2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.25676084 L4_control_B3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.81977407 L4_control_C2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.601141853 L4_control_C3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.284986116 L4_chemical_A1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.661295205 L4_chemical_A2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.5121183 L4_chemical_A3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.013851005 L4_chemical_B1 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.321586125 L4_chemical_B2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.509075718 L4_chemical_B3 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.846005356 L4_chemical_C2 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.700513006 L4_chemical_C3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.989805106 C6_control_A1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.024132358 C6_control_A3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.501150989 C6_control_B1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.716806346 C6_control_B2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.051355481 C6_control_B3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.129406249 C6_control_C1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.152920707 C6_control_C2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.803222559 C6_control_C3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.169758886 C6_chemical_A1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.834991877 C6_chemical_A3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.740770008 C6_chemical_B1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.672038141 C6_chemical_B2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.911422065 C6_chemical_B3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.3718195 C6_chemical_C1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.984048033 C6_chemical_C2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.762271376 C6_chemical_C3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.430149393 L4_control_A1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.602586837 L4_control_A2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.157038671 L4_control_A3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.097207221 L4_control_B1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.121722757 L4_control_B2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.517105904 L4_control_B3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.845411289 L4_control_C2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.018068824 L4_control_C3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.126810625 L4_chemical_A1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.470867335 L4_chemical_A2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.038249697 L4_chemical_A3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.38641806 L4_chemical_B1 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.24086629 L4_chemical_B2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 5.961332714 L4_chemical_B3 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.431933381 L4_chemical_C2 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.384720778 L4_chemical_C3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.90983427 C6_control_A1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.955539 C6_control_A3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.59768601 C6_control_B1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.50880471 C6_control_B2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.96040081 C6_control_B3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.94396622 C6_control_C1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.15514284 C6_control_C2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.69495693 C6_control_C3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.82182566 C6_chemical_A1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.09501013 C6_chemical_A3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.69519172 C6_chemical_B1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.18792438 C6_chemical_B2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.66951328 C6_chemical_B3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.8004376 C6_chemical_C1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.06996166 C6_chemical_C2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.39748282 C6_chemical_C3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.57113051 L4_control_A1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.69129709 L4_control_A2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.8744151 L4_control_A3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.79302604 L4_control_B1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.75823358 L4_control_B2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.11025762 L4_control_B3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.31143422 L4_control_C2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 10.73251886 L4_control_C3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.94303674 L4_chemical_A1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.13222514 L4_chemical_A2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.55649966 L4_chemical_A3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.44310583 L4_chemical_B1 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.25739616 L4_chemical_B2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 12.13051998 L4_chemical_B3 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.36544439 L4_chemical_C2 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 10.95185684 L4_chemical_C3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.29593164 C6_control_A1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.91284559 C6_control_A3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.09797108 C6_control_B1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.973630749 C6_control_B2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.783774326 C6_control_B3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.17846667 C6_control_C1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.09515158 C6_control_C2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.1173012 C6_control_C3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.45593063 C6_chemical_A1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.54503296 C6_chemical_A3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.987780624 C6_chemical_B1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.1018847 C6_chemical_B2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.731019006 C6_chemical_B3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.850283836 C6_chemical_C1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.24615698 C6_chemical_C2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.696480964 C6_chemical_C3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.58071847 L4_control_A1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.99956346 L4_control_A2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.54399622 L4_control_A3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.778671674 L4_control_B1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.19333961 L4_control_B2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.489575752 L4_control_B3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.30815214 L4_control_C2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.15453358 L4_control_C3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.48306066 L4_chemical_A1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 11.04689115 L4_chemical_A2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.32138493 L4_chemical_A3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.57706977 L4_chemical_B1 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.58869428 L4_chemical_B2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 9.745851466 L4_chemical_B3 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.35116969 L4_chemical_C2 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.21122254 L4_chemical_C3 +LQ09X034640 Laccase-3 5.660818132 C6_control_A1 +LQ09X034640 Laccase-3 5.347558064 C6_control_A3 +LQ09X034640 Laccase-3 5.34541916 C6_control_B1 +LQ09X034640 Laccase-3 5.503742525 C6_control_B2 +LQ09X034640 Laccase-3 5.650885919 C6_control_B3 +LQ09X034640 Laccase-3 5.782496536 C6_control_C1 +LQ09X034640 Laccase-3 5.306102539 C6_control_C2 +LQ09X034640 Laccase-3 5.895831616 C6_control_C3 +LQ09X034640 Laccase-3 5.488665033 C6_chemical_A1 +LQ09X034640 Laccase-3 5.256262496 C6_chemical_A3 +LQ09X034640 Laccase-3 5.762014773 C6_chemical_B1 +LQ09X034640 Laccase-3 5.429662434 C6_chemical_B2 +LQ09X034640 Laccase-3 5.492506982 C6_chemical_B3 +LQ09X034640 Laccase-3 5.992515005 C6_chemical_C1 +LQ09X034640 Laccase-3 5.562979056 C6_chemical_C2 +LQ09X034640 Laccase-3 5.57646121 C6_chemical_C3 +LQ09X034640 Laccase-3 5.64596867 L4_control_A1 +LQ09X034640 Laccase-3 5.264784955 L4_control_A2 +LQ09X034640 Laccase-3 5.784107723 L4_control_A3 +LQ09X034640 Laccase-3 5.13470344 L4_control_B1 +LQ09X034640 Laccase-3 5.210312271 L4_control_B2 +LQ09X034640 Laccase-3 5.58153099 L4_control_B3 +LQ09X034640 Laccase-3 5.227065726 L4_control_C2 +LQ09X034640 Laccase-3 5.7056694 L4_control_C3 +LQ09X034640 Laccase-3 5.605875123 L4_chemical_A1 +LQ09X034640 Laccase-3 5.302823893 L4_chemical_A2 +LQ09X034640 Laccase-3 5.416391255 L4_chemical_A3 +LQ09X034640 Laccase-3 5.082978458 L4_chemical_B1 +LQ09X034640 Laccase-3 5.877472589 L4_chemical_B2 +LQ09X034640 Laccase-3 5.301066011 L4_chemical_B3 +LQ09X034640 Laccase-3 5.267288854 L4_chemical_C2 +LQ09X034640 Laccase-3 5.741221018 L4_chemical_C3 +LQ09X034660 Sorting nexin-4, putative 5.203045171 C6_control_A1 +LQ09X034660 Sorting nexin-4, putative 5.484553235 C6_control_A3 +LQ09X034660 Sorting nexin-4, putative 4.976697309 C6_control_B1 +LQ09X034660 Sorting nexin-4, putative 5.644297707 C6_control_B2 +LQ09X034660 Sorting nexin-4, putative 5.226228204 C6_control_B3 +LQ09X034660 Sorting nexin-4, putative 5.096386032 C6_control_C1 +LQ09X034660 Sorting nexin-4, putative 5.473137324 C6_control_C2 +LQ09X034660 Sorting nexin-4, putative 5.188257632 C6_control_C3 +LQ09X034660 Sorting nexin-4, putative 5.064617817 C6_chemical_A1 +LQ09X034660 Sorting nexin-4, putative 5.49621804 C6_chemical_A3 +LQ09X034660 Sorting nexin-4, putative 5.29463405 C6_chemical_B1 +LQ09X034660 Sorting nexin-4, putative 5.388427626 C6_chemical_B2 +LQ09X034660 Sorting nexin-4, putative 5.349822738 C6_chemical_B3 +LQ09X034660 Sorting nexin-4, putative 4.957609631 C6_chemical_C1 +LQ09X034660 Sorting nexin-4, putative 5.209455418 C6_chemical_C2 +LQ09X034660 Sorting nexin-4, putative 5.031955708 C6_chemical_C3 +LQ09X034660 Sorting nexin-4, putative 5.03307123 L4_control_A1 +LQ09X034660 Sorting nexin-4, putative 5.086024809 L4_control_A2 +LQ09X034660 Sorting nexin-4, putative 5.510869788 L4_control_A3 +LQ09X034660 Sorting nexin-4, putative 6.08596285 L4_control_B1 +LQ09X034660 Sorting nexin-4, putative 5.667156173 L4_control_B2 +LQ09X034660 Sorting nexin-4, putative 5.002280189 L4_control_B3 +LQ09X034660 Sorting nexin-4, putative 5.309923454 L4_control_C2 +LQ09X034660 Sorting nexin-4, putative 4.852804563 L4_control_C3 +LQ09X034660 Sorting nexin-4, putative 4.895784462 L4_chemical_A1 +LQ09X034660 Sorting nexin-4, putative 5.03505758 L4_chemical_A2 +LQ09X034660 Sorting nexin-4, putative 5.725410979 L4_chemical_A3 +LQ09X034660 Sorting nexin-4, putative 5.009205017 L4_chemical_B1 +LQ09X034660 Sorting nexin-4, putative 5.425374868 L4_chemical_B2 +LQ09X034660 Sorting nexin-4, putative 4.89614997 L4_chemical_B3 +LQ09X034660 Sorting nexin-4, putative 4.819855172 L4_chemical_C2 +LQ09X034660 Sorting nexin-4, putative 5.064132723 L4_chemical_C3 +LQ09X034670 PRA1 family protein B4 5.706205583 C6_control_A1 +LQ09X034670 PRA1 family protein B4 5.898721439 C6_control_A3 +LQ09X034670 PRA1 family protein B4 6.711138207 C6_control_B1 +LQ09X034670 PRA1 family protein B4 5.578705774 C6_control_B2 +LQ09X034670 PRA1 family protein B4 5.913457246 C6_control_B3 +LQ09X034670 PRA1 family protein B4 5.76435257 C6_control_C1 +LQ09X034670 PRA1 family protein B4 5.217985667 C6_control_C2 +LQ09X034670 PRA1 family protein B4 5.658563547 C6_control_C3 +LQ09X034670 PRA1 family protein B4 5.805873056 C6_chemical_A1 +LQ09X034670 PRA1 family protein B4 6.230157537 C6_chemical_A3 +LQ09X034670 PRA1 family protein B4 5.673297307 C6_chemical_B1 +LQ09X034670 PRA1 family protein B4 5.599248432 C6_chemical_B2 +LQ09X034670 PRA1 family protein B4 5.949602489 C6_chemical_B3 +LQ09X034670 PRA1 family protein B4 5.551171634 C6_chemical_C1 +LQ09X034670 PRA1 family protein B4 5.500732364 C6_chemical_C2 +LQ09X034670 PRA1 family protein B4 5.275470009 C6_chemical_C3 +LQ09X034670 PRA1 family protein B4 5.854259691 L4_control_A1 +LQ09X034670 PRA1 family protein B4 5.971186686 L4_control_A2 +LQ09X034670 PRA1 family protein B4 5.703846431 L4_control_A3 +LQ09X034670 PRA1 family protein B4 6.319116346 L4_control_B1 +LQ09X034670 PRA1 family protein B4 5.845882661 L4_control_B2 +LQ09X034670 PRA1 family protein B4 5.736731962 L4_control_B3 +LQ09X034670 PRA1 family protein B4 6.115134708 L4_control_C2 +LQ09X034670 PRA1 family protein B4 5.861764231 L4_control_C3 +LQ09X034670 PRA1 family protein B4 5.824957819 L4_chemical_A1 +LQ09X034670 PRA1 family protein B4 6.156766737 L4_chemical_A2 +LQ09X034670 PRA1 family protein B4 6.153905804 L4_chemical_A3 +LQ09X034670 PRA1 family protein B4 6.173633495 L4_chemical_B1 +LQ09X034670 PRA1 family protein B4 5.7095286 L4_chemical_B2 +LQ09X034670 PRA1 family protein B4 5.818848746 L4_chemical_B3 +LQ09X034670 PRA1 family protein B4 5.779804195 L4_chemical_C2 +LQ09X034670 PRA1 family protein B4 6.404652862 L4_chemical_C3 +LQ09X034680 Putative uncharacterized protein 10.45753254 C6_control_A1 +LQ09X034680 Putative uncharacterized protein 10.86855682 C6_control_A3 +LQ09X034680 Putative uncharacterized protein 10.34091518 C6_control_B1 +LQ09X034680 Putative uncharacterized protein 9.627756684 C6_control_B2 +LQ09X034680 Putative uncharacterized protein 10.69167439 C6_control_B3 +LQ09X034680 Putative uncharacterized protein 9.967502434 C6_control_C1 +LQ09X034680 Putative uncharacterized protein 9.889723996 C6_control_C2 +LQ09X034680 Putative uncharacterized protein 10.39759421 C6_control_C3 +LQ09X034680 Putative uncharacterized protein 10.55371965 C6_chemical_A1 +LQ09X034680 Putative uncharacterized protein 11.07155755 C6_chemical_A3 +LQ09X034680 Putative uncharacterized protein 10.49821305 C6_chemical_B1 +LQ09X034680 Putative uncharacterized protein 9.633672537 C6_chemical_B2 +LQ09X034680 Putative uncharacterized protein 10.76471787 C6_chemical_B3 +LQ09X034680 Putative uncharacterized protein 9.823718566 C6_chemical_C1 +LQ09X034680 Putative uncharacterized protein 9.886752787 C6_chemical_C2 +LQ09X034680 Putative uncharacterized protein 10.60596642 C6_chemical_C3 +LQ09X034680 Putative uncharacterized protein 10.97717891 L4_control_A1 +LQ09X034680 Putative uncharacterized protein 10.89711575 L4_control_A2 +LQ09X034680 Putative uncharacterized protein 11.90653493 L4_control_A3 +LQ09X034680 Putative uncharacterized protein 10.53454194 L4_control_B1 +LQ09X034680 Putative uncharacterized protein 11.53675992 L4_control_B2 +LQ09X034680 Putative uncharacterized protein 10.6829538 L4_control_B3 +LQ09X034680 Putative uncharacterized protein 11.32053353 L4_control_C2 +LQ09X034680 Putative uncharacterized protein 12.10026012 L4_control_C3 +LQ09X034680 Putative uncharacterized protein 10.36518484 L4_chemical_A1 +LQ09X034680 Putative uncharacterized protein 10.23967682 L4_chemical_A2 +LQ09X034680 Putative uncharacterized protein 11.46252544 L4_chemical_A3 +LQ09X034680 Putative uncharacterized protein 10.8607783 L4_chemical_B1 +LQ09X034680 Putative uncharacterized protein 10.90613638 L4_chemical_B2 +LQ09X034680 Putative uncharacterized protein 10.7254492 L4_chemical_B3 +LQ09X034680 Putative uncharacterized protein 11.26378831 L4_chemical_C2 +LQ09X034680 Putative uncharacterized protein 11.6563581 L4_chemical_C3 +LQ09X034710 Predicted protein 11.90050375 C6_control_A1 +LQ09X034710 Predicted protein 11.49637905 C6_control_A3 +LQ09X034710 Predicted protein 11.19750583 C6_control_B1 +LQ09X034710 Predicted protein 10.40213146 C6_control_B2 +LQ09X034710 Predicted protein 10.98756299 C6_control_B3 +LQ09X034710 Predicted protein 8.286407856 C6_control_C1 +LQ09X034710 Predicted protein 8.944517637 C6_control_C2 +LQ09X034710 Predicted protein 8.663837339 C6_control_C3 +LQ09X034710 Predicted protein 12.0002669 C6_chemical_A1 +LQ09X034710 Predicted protein 10.70285841 C6_chemical_A3 +LQ09X034710 Predicted protein 10.69234086 C6_chemical_B1 +LQ09X034710 Predicted protein 10.71480885 C6_chemical_B2 +LQ09X034710 Predicted protein 9.562556553 C6_chemical_B3 +LQ09X034710 Predicted protein 8.418583379 C6_chemical_C1 +LQ09X034710 Predicted protein 7.00951 C6_chemical_C2 +LQ09X034710 Predicted protein 7.729339574 C6_chemical_C3 +LQ09X034710 Predicted protein 11.97544942 L4_control_A1 +LQ09X034710 Predicted protein 11.8766112 L4_control_A2 +LQ09X034710 Predicted protein 11.14108052 L4_control_A3 +LQ09X034710 Predicted protein 10.25795256 L4_control_B1 +LQ09X034710 Predicted protein 11.26740924 L4_control_B2 +LQ09X034710 Predicted protein 7.715642738 L4_control_B3 +LQ09X034710 Predicted protein 5.976470702 L4_control_C2 +LQ09X034710 Predicted protein 5.733560939 L4_control_C3 +LQ09X034710 Predicted protein 11.81439116 L4_chemical_A1 +LQ09X034710 Predicted protein 11.65570914 L4_chemical_A2 +LQ09X034710 Predicted protein 11.27563876 L4_chemical_A3 +LQ09X034710 Predicted protein 10.4912441 L4_chemical_B1 +LQ09X034710 Predicted protein 10.69820653 L4_chemical_B2 +LQ09X034710 Predicted protein 9.560583416 L4_chemical_B3 +LQ09X034710 Predicted protein 6.819718219 L4_chemical_C2 +LQ09X034710 Predicted protein 6.930484268 L4_chemical_C3 +LQ09X034740 DNA-binding protein 10.63613082 C6_control_A1 +LQ09X034740 DNA-binding protein 10.28410506 C6_control_A3 +LQ09X034740 DNA-binding protein 10.07302094 C6_control_B1 +LQ09X034740 DNA-binding protein 10.02678341 C6_control_B2 +LQ09X034740 DNA-binding protein 10.96232742 C6_control_B3 +LQ09X034740 DNA-binding protein 11.51589372 C6_control_C1 +LQ09X034740 DNA-binding protein 11.69080734 C6_control_C2 +LQ09X034740 DNA-binding protein 12.47991592 C6_control_C3 +LQ09X034740 DNA-binding protein 10.44770374 C6_chemical_A1 +LQ09X034740 DNA-binding protein 10.97041274 C6_chemical_A3 +LQ09X034740 DNA-binding protein 10.29463903 C6_chemical_B1 +LQ09X034740 DNA-binding protein 9.806363995 C6_chemical_B2 +LQ09X034740 DNA-binding protein 11.73585821 C6_chemical_B3 +LQ09X034740 DNA-binding protein 11.26168875 C6_chemical_C1 +LQ09X034740 DNA-binding protein 11.36052892 C6_chemical_C2 +LQ09X034740 DNA-binding protein 13.14396304 C6_chemical_C3 +LQ09X034740 DNA-binding protein 11.28297717 L4_control_A1 +LQ09X034740 DNA-binding protein 11.37462354 L4_control_A2 +LQ09X034740 DNA-binding protein 11.75086432 L4_control_A3 +LQ09X034740 DNA-binding protein 11.54337903 L4_control_B1 +LQ09X034740 DNA-binding protein 11.30215192 L4_control_B2 +LQ09X034740 DNA-binding protein 12.20306123 L4_control_B3 +LQ09X034740 DNA-binding protein 13.14909762 L4_control_C2 +LQ09X034740 DNA-binding protein 14.24620005 L4_control_C3 +LQ09X034740 DNA-binding protein 13.40775642 L4_chemical_A1 +LQ09X034740 DNA-binding protein 13.03946011 L4_chemical_A2 +LQ09X034740 DNA-binding protein 12.78054233 L4_chemical_A3 +LQ09X034740 DNA-binding protein 12.96048072 L4_chemical_B1 +LQ09X034740 DNA-binding protein 11.83281281 L4_chemical_B2 +LQ09X034740 DNA-binding protein 11.53374182 L4_chemical_B3 +LQ09X034740 DNA-binding protein 12.73078431 L4_chemical_C2 +LQ09X034740 DNA-binding protein 13.55082553 L4_chemical_C3 +LQ09X034750 F-box/LRR-repeat protein 3 7.347990801 C6_control_A1 +LQ09X034750 F-box/LRR-repeat protein 3 6.463219403 C6_control_A3 +LQ09X034750 F-box/LRR-repeat protein 3 7.709528799 C6_control_B1 +LQ09X034750 F-box/LRR-repeat protein 3 7.216600831 C6_control_B2 +LQ09X034750 F-box/LRR-repeat protein 3 7.297290916 C6_control_B3 +LQ09X034750 F-box/LRR-repeat protein 3 6.289798954 C6_control_C1 +LQ09X034750 F-box/LRR-repeat protein 3 5.62993431 C6_control_C2 +LQ09X034750 F-box/LRR-repeat protein 3 5.803415809 C6_control_C3 +LQ09X034750 F-box/LRR-repeat protein 3 7.427789785 C6_chemical_A1 +LQ09X034750 F-box/LRR-repeat protein 3 7.405662883 C6_chemical_A3 +LQ09X034750 F-box/LRR-repeat protein 3 8.012355816 C6_chemical_B1 +LQ09X034750 F-box/LRR-repeat protein 3 7.446104212 C6_chemical_B2 +LQ09X034750 F-box/LRR-repeat protein 3 7.027407081 C6_chemical_B3 +LQ09X034750 F-box/LRR-repeat protein 3 6.487065855 C6_chemical_C1 +LQ09X034750 F-box/LRR-repeat protein 3 5.680192276 C6_chemical_C2 +LQ09X034750 F-box/LRR-repeat protein 3 6.265091179 C6_chemical_C3 +LQ09X034750 F-box/LRR-repeat protein 3 7.273828983 L4_control_A1 +LQ09X034750 F-box/LRR-repeat protein 3 7.231699342 L4_control_A2 +LQ09X034750 F-box/LRR-repeat protein 3 6.480094534 L4_control_A3 +LQ09X034750 F-box/LRR-repeat protein 3 8.070974143 L4_control_B1 +LQ09X034750 F-box/LRR-repeat protein 3 8.516413845 L4_control_B2 +LQ09X034750 F-box/LRR-repeat protein 3 7.852567959 L4_control_B3 +LQ09X034750 F-box/LRR-repeat protein 3 7.630474022 L4_control_C2 +LQ09X034750 F-box/LRR-repeat protein 3 7.215062063 L4_control_C3 +LQ09X034750 F-box/LRR-repeat protein 3 7.159486829 L4_chemical_A1 +LQ09X034750 F-box/LRR-repeat protein 3 7.090628621 L4_chemical_A2 +LQ09X034750 F-box/LRR-repeat protein 3 6.375767401 L4_chemical_A3 +LQ09X034750 F-box/LRR-repeat protein 3 7.80460737 L4_chemical_B1 +LQ09X034750 F-box/LRR-repeat protein 3 8.700406091 L4_chemical_B2 +LQ09X034750 F-box/LRR-repeat protein 3 7.502794078 L4_chemical_B3 +LQ09X034750 F-box/LRR-repeat protein 3 7.141814144 L4_chemical_C2 +LQ09X034750 F-box/LRR-repeat protein 3 6.468975967 L4_chemical_C3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 4.991503975 C6_control_A1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.148592683 C6_control_A3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.59536305 C6_control_B1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.769793803 C6_control_B2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.359599801 C6_control_B3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.887802825 C6_control_C1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.388510976 C6_control_C2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.482805428 C6_control_C3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.499505492 C6_chemical_A1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.231832366 C6_chemical_A3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.256185042 C6_chemical_B1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.703735883 C6_chemical_B2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.324158902 C6_chemical_B3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.648852996 C6_chemical_C1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.329482321 C6_chemical_C2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.078531091 C6_chemical_C3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.331152905 L4_control_A1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 4.834973763 L4_control_A2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 4.922327252 L4_control_A3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.862174073 L4_control_B1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 4.785518245 L4_control_B2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.143519124 L4_control_B3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 4.989403657 L4_control_C2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 6.321036492 L4_control_C3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.158402525 L4_chemical_A1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.089205975 L4_chemical_A2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.138133791 L4_chemical_A3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.495378847 L4_chemical_B1 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.043278556 L4_chemical_B2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.293102279 L4_chemical_B3 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.953197392 L4_chemical_C2 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.826556666 L4_chemical_C3 +LQ09X034790 Putative uncharacterized protein 10.46895579 C6_control_A1 +LQ09X034790 Putative uncharacterized protein 10.63114658 C6_control_A3 +LQ09X034790 Putative uncharacterized protein 10.33105123 C6_control_B1 +LQ09X034790 Putative uncharacterized protein 9.548861428 C6_control_B2 +LQ09X034790 Putative uncharacterized protein 9.677266053 C6_control_B3 +LQ09X034790 Putative uncharacterized protein 9.718298355 C6_control_C1 +LQ09X034790 Putative uncharacterized protein 9.752523196 C6_control_C2 +LQ09X034790 Putative uncharacterized protein 8.737930113 C6_control_C3 +LQ09X034790 Putative uncharacterized protein 10.52264431 C6_chemical_A1 +LQ09X034790 Putative uncharacterized protein 10.33346735 C6_chemical_A3 +LQ09X034790 Putative uncharacterized protein 10.29909155 C6_chemical_B1 +LQ09X034790 Putative uncharacterized protein 9.528831027 C6_chemical_B2 +LQ09X034790 Putative uncharacterized protein 9.75163949 C6_chemical_B3 +LQ09X034790 Putative uncharacterized protein 9.659111227 C6_chemical_C1 +LQ09X034790 Putative uncharacterized protein 10.07327826 C6_chemical_C2 +LQ09X034790 Putative uncharacterized protein 8.800185632 C6_chemical_C3 +LQ09X034790 Putative uncharacterized protein 10.48683816 L4_control_A1 +LQ09X034790 Putative uncharacterized protein 10.38723512 L4_control_A2 +LQ09X034790 Putative uncharacterized protein 10.9462044 L4_control_A3 +LQ09X034790 Putative uncharacterized protein 10.33912307 L4_control_B1 +LQ09X034790 Putative uncharacterized protein 11.09304896 L4_control_B2 +LQ09X034790 Putative uncharacterized protein 9.241091647 L4_control_B3 +LQ09X034790 Putative uncharacterized protein 11.18135195 L4_control_C2 +LQ09X034790 Putative uncharacterized protein 10.18311923 L4_control_C3 +LQ09X034790 Putative uncharacterized protein 10.35932705 L4_chemical_A1 +LQ09X034790 Putative uncharacterized protein 10.20075423 L4_chemical_A2 +LQ09X034790 Putative uncharacterized protein 10.56439783 L4_chemical_A3 +LQ09X034790 Putative uncharacterized protein 10.56266924 L4_chemical_B1 +LQ09X034790 Putative uncharacterized protein 10.8873329 L4_chemical_B2 +LQ09X034790 Putative uncharacterized protein 9.535511307 L4_chemical_B3 +LQ09X034790 Putative uncharacterized protein 11.24251368 L4_chemical_C2 +LQ09X034790 Putative uncharacterized protein 10.5941416 L4_chemical_C3 +LQ09X034800 Putative uncharacterized protein 5.726689978 C6_control_A1 +LQ09X034800 Putative uncharacterized protein 5.563352147 C6_control_A3 +LQ09X034800 Putative uncharacterized protein 6.094945908 C6_control_B1 +LQ09X034800 Putative uncharacterized protein 5.963123841 C6_control_B2 +LQ09X034800 Putative uncharacterized protein 5.45618802 C6_control_B3 +LQ09X034800 Putative uncharacterized protein 5.389511169 C6_control_C1 +LQ09X034800 Putative uncharacterized protein 6.064210754 C6_control_C2 +LQ09X034800 Putative uncharacterized protein 5.233153577 C6_control_C3 +LQ09X034800 Putative uncharacterized protein 5.875985493 C6_chemical_A1 +LQ09X034800 Putative uncharacterized protein 5.603442857 C6_chemical_A3 +LQ09X034800 Putative uncharacterized protein 5.473133029 C6_chemical_B1 +LQ09X034800 Putative uncharacterized protein 5.823315901 C6_chemical_B2 +LQ09X034800 Putative uncharacterized protein 6.269667413 C6_chemical_B3 +LQ09X034800 Putative uncharacterized protein 5.444488865 C6_chemical_C1 +LQ09X034800 Putative uncharacterized protein 5.747103859 C6_chemical_C2 +LQ09X034800 Putative uncharacterized protein 5.29244691 C6_chemical_C3 +LQ09X034800 Putative uncharacterized protein 5.187523599 L4_control_A1 +LQ09X034800 Putative uncharacterized protein 5.616122985 L4_control_A2 +LQ09X034800 Putative uncharacterized protein 5.528731944 L4_control_A3 +LQ09X034800 Putative uncharacterized protein 5.665835249 L4_control_B1 +LQ09X034800 Putative uncharacterized protein 6.296563133 L4_control_B2 +LQ09X034800 Putative uncharacterized protein 5.430072638 L4_control_B3 +LQ09X034800 Putative uncharacterized protein 5.298354392 L4_control_C2 +LQ09X034800 Putative uncharacterized protein 5.274723661 L4_control_C3 +LQ09X034800 Putative uncharacterized protein 5.47129529 L4_chemical_A1 +LQ09X034800 Putative uncharacterized protein 5.589555411 L4_chemical_A2 +LQ09X034800 Putative uncharacterized protein 5.551826698 L4_chemical_A3 +LQ09X034800 Putative uncharacterized protein 5.873238848 L4_chemical_B1 +LQ09X034800 Putative uncharacterized protein 7.259868569 L4_chemical_B2 +LQ09X034800 Putative uncharacterized protein 5.824621674 L4_chemical_B3 +LQ09X034800 Putative uncharacterized protein 5.079686993 L4_chemical_C2 +LQ09X034800 Putative uncharacterized protein 5.34529709 L4_chemical_C3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.151588669 C6_control_A1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.119823107 C6_control_A3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.538831107 C6_control_B1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.305900443 C6_control_B2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.618080072 C6_control_B3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 6.117168306 C6_control_C1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.495523664 C6_control_C2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 6.132752698 C6_control_C3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 4.843133195 C6_chemical_A1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.613497496 C6_chemical_A3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.501702275 C6_chemical_B1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.32170874 C6_chemical_B2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.646795449 C6_chemical_B3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.613834458 C6_chemical_C1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.906795208 C6_chemical_C2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 6.241014397 C6_chemical_C3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.705093889 L4_control_A1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 4.904343842 L4_control_A2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.48213678 L4_control_A3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 4.886817171 L4_control_B1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.277480736 L4_control_B2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.659041455 L4_control_B3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.468246902 L4_control_C2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 6.46363043 L4_control_C3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 6.192738361 L4_chemical_A1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.54921156 L4_chemical_A2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.751708156 L4_chemical_A3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.415004537 L4_chemical_B1 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.499339834 L4_chemical_B2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.673546892 L4_chemical_B3 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 5.620208833 L4_chemical_C2 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 6.01096927 L4_chemical_C3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.227087472 C6_control_A1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.925119365 C6_control_A3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.370558681 C6_control_B1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 8.670680749 C6_control_B2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.700731596 C6_control_B3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 8.518012437 C6_control_C1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 9.311409659 C6_control_C2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 9.637096457 C6_control_C3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.867149362 C6_chemical_A1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.440157775 C6_chemical_A3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.81165847 C6_chemical_B1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 8.213113833 C6_chemical_B2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.550762409 C6_chemical_B3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.824025437 C6_chemical_C1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 9.52126302 C6_chemical_C2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 10.20925784 C6_chemical_C3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.682240805 L4_control_A1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.626082584 L4_control_A2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.68818826 L4_control_A3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.17620047 L4_control_B1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 8.144059671 L4_control_B2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 8.079918654 L4_control_B3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 9.228429269 L4_control_C2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 9.518252752 L4_control_C3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.273628766 L4_chemical_A1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.072806837 L4_chemical_A2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.584929184 L4_chemical_A3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.620433217 L4_chemical_B1 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.140182354 L4_chemical_B2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.968043581 L4_chemical_B3 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 7.411899173 L4_chemical_C2 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 9.953521042 L4_chemical_C3 +LQ09X034840 Hypothetical protein 5.535389103 C6_control_A1 +LQ09X034840 Hypothetical protein 5.761338429 C6_control_A3 +LQ09X034840 Hypothetical protein 5.452771733 C6_control_B1 +LQ09X034840 Hypothetical protein 5.422348573 C6_control_B2 +LQ09X034840 Hypothetical protein 5.578289964 C6_control_B3 +LQ09X034840 Hypothetical protein 5.332331698 C6_control_C1 +LQ09X034840 Hypothetical protein 5.358110748 C6_control_C2 +LQ09X034840 Hypothetical protein 5.303084006 C6_control_C3 +LQ09X034840 Hypothetical protein 5.697147403 C6_chemical_A1 +LQ09X034840 Hypothetical protein 5.532141315 C6_chemical_A3 +LQ09X034840 Hypothetical protein 5.779341661 C6_chemical_B1 +LQ09X034840 Hypothetical protein 5.785569635 C6_chemical_B2 +LQ09X034840 Hypothetical protein 5.260234696 C6_chemical_B3 +LQ09X034840 Hypothetical protein 5.307219027 C6_chemical_C1 +LQ09X034840 Hypothetical protein 5.187575185 C6_chemical_C2 +LQ09X034840 Hypothetical protein 5.477058754 C6_chemical_C3 +LQ09X034840 Hypothetical protein 5.408368285 L4_control_A1 +LQ09X034840 Hypothetical protein 6.097741774 L4_control_A2 +LQ09X034840 Hypothetical protein 6.506090078 L4_control_A3 +LQ09X034840 Hypothetical protein 6.495382704 L4_control_B1 +LQ09X034840 Hypothetical protein 6.00045038 L4_control_B2 +LQ09X034840 Hypothetical protein 5.633918556 L4_control_B3 +LQ09X034840 Hypothetical protein 5.89617865 L4_control_C2 +LQ09X034840 Hypothetical protein 6.000880308 L4_control_C3 +LQ09X034840 Hypothetical protein 5.486014027 L4_chemical_A1 +LQ09X034840 Hypothetical protein 5.785375549 L4_chemical_A2 +LQ09X034840 Hypothetical protein 6.286712958 L4_chemical_A3 +LQ09X034840 Hypothetical protein 6.146913711 L4_chemical_B1 +LQ09X034840 Hypothetical protein 6.924175908 L4_chemical_B2 +LQ09X034840 Hypothetical protein 5.187194335 L4_chemical_B3 +LQ09X034840 Hypothetical protein 5.685744583 L4_chemical_C2 +LQ09X034840 Hypothetical protein 6.023376069 L4_chemical_C3 +LQ09X034880 Predicted protein 5.051302245 C6_control_A1 +LQ09X034880 Predicted protein 5.092360743 C6_control_A3 +LQ09X034880 Predicted protein 5.320651397 C6_control_B1 +LQ09X034880 Predicted protein 4.785796962 C6_control_B2 +LQ09X034880 Predicted protein 4.881827077 C6_control_B3 +LQ09X034880 Predicted protein 4.826385495 C6_control_C1 +LQ09X034880 Predicted protein 4.924559731 C6_control_C2 +LQ09X034880 Predicted protein 5.260140496 C6_control_C3 +LQ09X034880 Predicted protein 4.868522587 C6_chemical_A1 +LQ09X034880 Predicted protein 5.161799612 C6_chemical_A3 +LQ09X034880 Predicted protein 5.051699127 C6_chemical_B1 +LQ09X034880 Predicted protein 4.750244245 C6_chemical_B2 +LQ09X034880 Predicted protein 5.033155636 C6_chemical_B3 +LQ09X034880 Predicted protein 4.951730567 C6_chemical_C1 +LQ09X034880 Predicted protein 4.788923979 C6_chemical_C2 +LQ09X034880 Predicted protein 5.00866464 C6_chemical_C3 +LQ09X034880 Predicted protein 5.211120707 L4_control_A1 +LQ09X034880 Predicted protein 4.988538896 L4_control_A2 +LQ09X034880 Predicted protein 5.165375532 L4_control_A3 +LQ09X034880 Predicted protein 5.486291081 L4_control_B1 +LQ09X034880 Predicted protein 5.046946205 L4_control_B2 +LQ09X034880 Predicted protein 5.373461533 L4_control_B3 +LQ09X034880 Predicted protein 4.778454845 L4_control_C2 +LQ09X034880 Predicted protein 5.050049351 L4_control_C3 +LQ09X034880 Predicted protein 5.253457971 L4_chemical_A1 +LQ09X034880 Predicted protein 5.211824133 L4_chemical_A2 +LQ09X034880 Predicted protein 5.348623609 L4_chemical_A3 +LQ09X034880 Predicted protein 5.051978651 L4_chemical_B1 +LQ09X034880 Predicted protein 5.184638618 L4_chemical_B2 +LQ09X034880 Predicted protein 5.009003537 L4_chemical_B3 +LQ09X034880 Predicted protein 5.452240097 L4_chemical_C2 +LQ09X034880 Predicted protein 5.187268529 L4_chemical_C3 +LQ09X034900 Putative uncharacterized protein 6.448997505 C6_control_A1 +LQ09X034900 Putative uncharacterized protein 5.652809749 C6_control_A3 +LQ09X034900 Putative uncharacterized protein 6.436269729 C6_control_B1 +LQ09X034900 Putative uncharacterized protein 6.607951699 C6_control_B2 +LQ09X034900 Putative uncharacterized protein 6.262400467 C6_control_B3 +LQ09X034900 Putative uncharacterized protein 7.242874858 C6_control_C1 +LQ09X034900 Putative uncharacterized protein 6.001884997 C6_control_C2 +LQ09X034900 Putative uncharacterized protein 6.393743673 C6_control_C3 +LQ09X034900 Putative uncharacterized protein 6.673070283 C6_chemical_A1 +LQ09X034900 Putative uncharacterized protein 6.717002977 C6_chemical_A3 +LQ09X034900 Putative uncharacterized protein 6.923553819 C6_chemical_B1 +LQ09X034900 Putative uncharacterized protein 6.946854739 C6_chemical_B2 +LQ09X034900 Putative uncharacterized protein 6.913418458 C6_chemical_B3 +LQ09X034900 Putative uncharacterized protein 7.094794747 C6_chemical_C1 +LQ09X034900 Putative uncharacterized protein 7.638196562 C6_chemical_C2 +LQ09X034900 Putative uncharacterized protein 7.113955547 C6_chemical_C3 +LQ09X034900 Putative uncharacterized protein 6.751648934 L4_control_A1 +LQ09X034900 Putative uncharacterized protein 6.240505417 L4_control_A2 +LQ09X034900 Putative uncharacterized protein 6.421573697 L4_control_A3 +LQ09X034900 Putative uncharacterized protein 6.16572269 L4_control_B1 +LQ09X034900 Putative uncharacterized protein 5.905315945 L4_control_B2 +LQ09X034900 Putative uncharacterized protein 6.814529639 L4_control_B3 +LQ09X034900 Putative uncharacterized protein 7.171019859 L4_control_C2 +LQ09X034900 Putative uncharacterized protein 8.570443676 L4_control_C3 +LQ09X034900 Putative uncharacterized protein 6.259439169 L4_chemical_A1 +LQ09X034900 Putative uncharacterized protein 6.25038705 L4_chemical_A2 +LQ09X034900 Putative uncharacterized protein 5.553923076 L4_chemical_A3 +LQ09X034900 Putative uncharacterized protein 6.121215507 L4_chemical_B1 +LQ09X034900 Putative uncharacterized protein 6.166867352 L4_chemical_B2 +LQ09X034900 Putative uncharacterized protein 6.534912438 L4_chemical_B3 +LQ09X034900 Putative uncharacterized protein 7.333938577 L4_chemical_C2 +LQ09X034900 Putative uncharacterized protein 8.277159356 L4_chemical_C3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.27899344 C6_control_A1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.10362759 C6_control_A3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.29873417 C6_control_B1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.79541483 C6_control_B2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.09047847 C6_control_B3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 10.9276302 C6_control_C1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.06335302 C6_control_C2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 10.77680663 C6_control_C3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.10096157 C6_chemical_A1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.52214911 C6_chemical_A3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.31216945 C6_chemical_B1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.85005262 C6_chemical_B2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.67284015 C6_chemical_B3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.11989033 C6_chemical_C1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.17605846 C6_chemical_C2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 10.84241412 C6_chemical_C3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.03476832 L4_control_A1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.37888343 L4_control_A2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.06870295 L4_control_A3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.78548228 L4_control_B1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.78012118 L4_control_B2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 10.8088984 L4_control_B3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.16071262 L4_control_C2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.45378446 L4_control_C3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.30277827 L4_chemical_A1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.64332971 L4_chemical_A2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.16796691 L4_chemical_A3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.22130991 L4_chemical_B1 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.07392475 L4_chemical_B2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.32749154 L4_chemical_B3 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.30232473 L4_chemical_C2 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 11.41273903 L4_chemical_C3 +LQ09X034930 Peroxidase 4 7.201947228 C6_control_A1 +LQ09X034930 Peroxidase 4 8.789193204 C6_control_A3 +LQ09X034930 Peroxidase 4 6.198955806 C6_control_B1 +LQ09X034930 Peroxidase 4 8.048786771 C6_control_B2 +LQ09X034930 Peroxidase 4 8.432063187 C6_control_B3 +LQ09X034930 Peroxidase 4 7.773503459 C6_control_C1 +LQ09X034930 Peroxidase 4 7.149138383 C6_control_C2 +LQ09X034930 Peroxidase 4 8.952809169 C6_control_C3 +LQ09X034930 Peroxidase 4 7.547779842 C6_chemical_A1 +LQ09X034930 Peroxidase 4 8.929701874 C6_chemical_A3 +LQ09X034930 Peroxidase 4 6.363216836 C6_chemical_B1 +LQ09X034930 Peroxidase 4 8.448595942 C6_chemical_B2 +LQ09X034930 Peroxidase 4 8.526959626 C6_chemical_B3 +LQ09X034930 Peroxidase 4 8.034514989 C6_chemical_C1 +LQ09X034930 Peroxidase 4 6.920014433 C6_chemical_C2 +LQ09X034930 Peroxidase 4 8.773087606 C6_chemical_C3 +LQ09X034930 Peroxidase 4 10.95859504 L4_control_A1 +LQ09X034930 Peroxidase 4 8.819058512 L4_control_A2 +LQ09X034930 Peroxidase 4 11.92707572 L4_control_A3 +LQ09X034930 Peroxidase 4 8.836692531 L4_control_B1 +LQ09X034930 Peroxidase 4 7.932340303 L4_control_B2 +LQ09X034930 Peroxidase 4 9.13064101 L4_control_B3 +LQ09X034930 Peroxidase 4 7.13714929 L4_control_C2 +LQ09X034930 Peroxidase 4 9.544341691 L4_control_C3 +LQ09X034930 Peroxidase 4 13.85232338 L4_chemical_A1 +LQ09X034930 Peroxidase 4 13.93647171 L4_chemical_A2 +LQ09X034930 Peroxidase 4 13.40092851 L4_chemical_A3 +LQ09X034930 Peroxidase 4 12.20638298 L4_chemical_B1 +LQ09X034930 Peroxidase 4 11.9090253 L4_chemical_B2 +LQ09X034930 Peroxidase 4 9.142561684 L4_chemical_B3 +LQ09X034930 Peroxidase 4 8.352567497 L4_chemical_C2 +LQ09X034930 Peroxidase 4 8.709858989 L4_chemical_C3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 10.97367321 C6_control_A1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 10.94804329 C6_control_A3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.02275385 C6_control_B1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.22594079 C6_control_B2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.53509918 C6_control_B3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.86006545 C6_control_C1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.84776227 C6_control_C2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 13.29333157 C6_control_C3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.35423592 C6_chemical_A1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.35696519 C6_chemical_A3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.30022552 C6_chemical_B1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.38708089 C6_chemical_B2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.56223507 C6_chemical_B3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.77084183 C6_chemical_C1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 13.04495322 C6_chemical_C2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.71294334 C6_chemical_C3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.00825976 L4_control_A1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 10.75534165 L4_control_A2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.23763427 L4_control_A3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.66612099 L4_control_B1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.87770453 L4_control_B2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.75894952 L4_control_B3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 13.4723764 L4_control_C2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 13.0147812 L4_control_C3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.98242804 L4_chemical_A1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.75321403 L4_chemical_A2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.67390855 L4_chemical_A3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.34843522 L4_chemical_B1 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 12.53781715 L4_chemical_B2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.95652789 L4_chemical_B3 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 13.65773849 L4_chemical_C2 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 13.26327809 L4_chemical_C3 +LQ09X035000 Putative uncharacterized protein 11.99368299 C6_control_A1 +LQ09X035000 Putative uncharacterized protein 11.86980766 C6_control_A3 +LQ09X035000 Putative uncharacterized protein 12.35550952 C6_control_B1 +LQ09X035000 Putative uncharacterized protein 12.88147317 C6_control_B2 +LQ09X035000 Putative uncharacterized protein 12.66475353 C6_control_B3 +LQ09X035000 Putative uncharacterized protein 12.99681439 C6_control_C1 +LQ09X035000 Putative uncharacterized protein 12.34350023 C6_control_C2 +LQ09X035000 Putative uncharacterized protein 12.50255353 C6_control_C3 +LQ09X035000 Putative uncharacterized protein 12.01334424 C6_chemical_A1 +LQ09X035000 Putative uncharacterized protein 11.24695668 C6_chemical_A3 +LQ09X035000 Putative uncharacterized protein 12.35978764 C6_chemical_B1 +LQ09X035000 Putative uncharacterized protein 12.95420789 C6_chemical_B2 +LQ09X035000 Putative uncharacterized protein 12.43302301 C6_chemical_B3 +LQ09X035000 Putative uncharacterized protein 13.13113311 C6_chemical_C1 +LQ09X035000 Putative uncharacterized protein 13.03192156 C6_chemical_C2 +LQ09X035000 Putative uncharacterized protein 12.74889475 C6_chemical_C3 +LQ09X035000 Putative uncharacterized protein 11.93947495 L4_control_A1 +LQ09X035000 Putative uncharacterized protein 12.32882921 L4_control_A2 +LQ09X035000 Putative uncharacterized protein 11.4518273 L4_control_A3 +LQ09X035000 Putative uncharacterized protein 12.47656629 L4_control_B1 +LQ09X035000 Putative uncharacterized protein 11.35419613 L4_control_B2 +LQ09X035000 Putative uncharacterized protein 12.25736114 L4_control_B3 +LQ09X035000 Putative uncharacterized protein 11.82108601 L4_control_C2 +LQ09X035000 Putative uncharacterized protein 11.59916923 L4_control_C3 +LQ09X035000 Putative uncharacterized protein 12.61483799 L4_chemical_A1 +LQ09X035000 Putative uncharacterized protein 12.96609317 L4_chemical_A2 +LQ09X035000 Putative uncharacterized protein 12.10752462 L4_chemical_A3 +LQ09X035000 Putative uncharacterized protein 12.34522865 L4_chemical_B1 +LQ09X035000 Putative uncharacterized protein 12.1962178 L4_chemical_B2 +LQ09X035000 Putative uncharacterized protein 12.48731553 L4_chemical_B3 +LQ09X035000 Putative uncharacterized protein 12.17993828 L4_chemical_C2 +LQ09X035000 Putative uncharacterized protein 11.7608392 L4_chemical_C3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 12.98374606 C6_control_A1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.62345898 C6_control_A3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.28615295 C6_control_B1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.76391036 C6_control_B2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.45480718 C6_control_B3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.62821356 C6_control_C1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.82676191 C6_control_C2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.98338753 C6_control_C3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.56979949 C6_chemical_A1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.75970278 C6_chemical_A3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.81962164 C6_chemical_B1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.99373886 C6_chemical_B2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.8241432 C6_chemical_B3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.76677011 C6_chemical_C1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.80719832 C6_chemical_C2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 14.03705887 C6_chemical_C3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.11894333 L4_control_A1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 12.81825647 L4_control_A2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.1428725 L4_control_A3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.41450685 L4_control_B1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.44604589 L4_control_B2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 14.00654977 L4_control_B3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.60260102 L4_control_C2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.86029643 L4_control_C3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.61652747 L4_chemical_A1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.70962608 L4_chemical_A2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.48305795 L4_chemical_A3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.51508372 L4_chemical_B1 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.29976633 L4_chemical_B2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.49633605 L4_chemical_B3 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.29135829 L4_chemical_C2 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.82189056 L4_chemical_C3 +LQ09X035030 Predicted protein 5.708504016 C6_control_A1 +LQ09X035030 Predicted protein 5.492329726 C6_control_A3 +LQ09X035030 Predicted protein 5.238056301 C6_control_B1 +LQ09X035030 Predicted protein 5.243673694 C6_control_B2 +LQ09X035030 Predicted protein 5.371374617 C6_control_B3 +LQ09X035030 Predicted protein 5.273848755 C6_control_C1 +LQ09X035030 Predicted protein 5.274889675 C6_control_C2 +LQ09X035030 Predicted protein 5.187840432 C6_control_C3 +LQ09X035030 Predicted protein 5.716511241 C6_chemical_A1 +LQ09X035030 Predicted protein 5.28856254 C6_chemical_A3 +LQ09X035030 Predicted protein 5.128010435 C6_chemical_B1 +LQ09X035030 Predicted protein 5.063902872 C6_chemical_B2 +LQ09X035030 Predicted protein 5.012464855 C6_chemical_B3 +LQ09X035030 Predicted protein 5.422899469 C6_chemical_C1 +LQ09X035030 Predicted protein 5.422114537 C6_chemical_C2 +LQ09X035030 Predicted protein 5.306821665 C6_chemical_C3 +LQ09X035030 Predicted protein 6.014920136 L4_control_A1 +LQ09X035030 Predicted protein 5.348072222 L4_control_A2 +LQ09X035030 Predicted protein 6.223586928 L4_control_A3 +LQ09X035030 Predicted protein 5.711832349 L4_control_B1 +LQ09X035030 Predicted protein 5.49751499 L4_control_B2 +LQ09X035030 Predicted protein 5.551331621 L4_control_B3 +LQ09X035030 Predicted protein 5.574535392 L4_control_C2 +LQ09X035030 Predicted protein 5.575072803 L4_control_C3 +LQ09X035030 Predicted protein 6.240417036 L4_chemical_A1 +LQ09X035030 Predicted protein 6.148248074 L4_chemical_A2 +LQ09X035030 Predicted protein 5.539655065 L4_chemical_A3 +LQ09X035030 Predicted protein 5.484931929 L4_chemical_B1 +LQ09X035030 Predicted protein 5.461162476 L4_chemical_B2 +LQ09X035030 Predicted protein 5.477947062 L4_chemical_B3 +LQ09X035030 Predicted protein 5.657716997 L4_chemical_C2 +LQ09X035030 Predicted protein 5.221826894 L4_chemical_C3 +LQ09X035040 Putative uncharacterized protein 5.085816621 C6_control_A1 +LQ09X035040 Putative uncharacterized protein 5.144895958 C6_control_A3 +LQ09X035040 Putative uncharacterized protein 5.03610058 C6_control_B1 +LQ09X035040 Putative uncharacterized protein 4.978063858 C6_control_B2 +LQ09X035040 Putative uncharacterized protein 5.374179482 C6_control_B3 +LQ09X035040 Putative uncharacterized protein 5.092905563 C6_control_C1 +LQ09X035040 Putative uncharacterized protein 5.065006554 C6_control_C2 +LQ09X035040 Putative uncharacterized protein 5.002806805 C6_control_C3 +LQ09X035040 Putative uncharacterized protein 5.379912723 C6_chemical_A1 +LQ09X035040 Putative uncharacterized protein 5.047799206 C6_chemical_A3 +LQ09X035040 Putative uncharacterized protein 5.463375169 C6_chemical_B1 +LQ09X035040 Putative uncharacterized protein 5.189389317 C6_chemical_B2 +LQ09X035040 Putative uncharacterized protein 5.180664888 C6_chemical_B3 +LQ09X035040 Putative uncharacterized protein 5.229288164 C6_chemical_C1 +LQ09X035040 Putative uncharacterized protein 5.117292203 C6_chemical_C2 +LQ09X035040 Putative uncharacterized protein 5.13065018 C6_chemical_C3 +LQ09X035040 Putative uncharacterized protein 5.151123323 L4_control_A1 +LQ09X035040 Putative uncharacterized protein 4.849675269 L4_control_A2 +LQ09X035040 Putative uncharacterized protein 5.457601905 L4_control_A3 +LQ09X035040 Putative uncharacterized protein 5.288519439 L4_control_B1 +LQ09X035040 Putative uncharacterized protein 5.119343211 L4_control_B2 +LQ09X035040 Putative uncharacterized protein 4.938836106 L4_control_B3 +LQ09X035040 Putative uncharacterized protein 5.511269762 L4_control_C2 +LQ09X035040 Putative uncharacterized protein 4.821281874 L4_control_C3 +LQ09X035040 Putative uncharacterized protein 5.392198057 L4_chemical_A1 +LQ09X035040 Putative uncharacterized protein 5.108252059 L4_chemical_A2 +LQ09X035040 Putative uncharacterized protein 5.445878663 L4_chemical_A3 +LQ09X035040 Putative uncharacterized protein 5.014560307 L4_chemical_B1 +LQ09X035040 Putative uncharacterized protein 5.423706869 L4_chemical_B2 +LQ09X035040 Putative uncharacterized protein 5.029809341 L4_chemical_B3 +LQ09X035040 Putative uncharacterized protein 5.563751647 L4_chemical_C2 +LQ09X035040 Putative uncharacterized protein 5.139670234 L4_chemical_C3 +LQ09X035050 Putative uncharacterized protein 5.304343871 C6_control_A1 +LQ09X035050 Putative uncharacterized protein 5.300066373 C6_control_A3 +LQ09X035050 Putative uncharacterized protein 5.341615471 C6_control_B1 +LQ09X035050 Putative uncharacterized protein 5.396317101 C6_control_B2 +LQ09X035050 Putative uncharacterized protein 5.893675009 C6_control_B3 +LQ09X035050 Putative uncharacterized protein 4.977442701 C6_control_C1 +LQ09X035050 Putative uncharacterized protein 4.764807079 C6_control_C2 +LQ09X035050 Putative uncharacterized protein 5.158962622 C6_control_C3 +LQ09X035050 Putative uncharacterized protein 5.358509817 C6_chemical_A1 +LQ09X035050 Putative uncharacterized protein 5.659410432 C6_chemical_A3 +LQ09X035050 Putative uncharacterized protein 6.101532022 C6_chemical_B1 +LQ09X035050 Putative uncharacterized protein 5.334942721 C6_chemical_B2 +LQ09X035050 Putative uncharacterized protein 5.293909123 C6_chemical_B3 +LQ09X035050 Putative uncharacterized protein 4.922835725 C6_chemical_C1 +LQ09X035050 Putative uncharacterized protein 4.987360169 C6_chemical_C2 +LQ09X035050 Putative uncharacterized protein 5.475946832 C6_chemical_C3 +LQ09X035050 Putative uncharacterized protein 5.864150473 L4_control_A1 +LQ09X035050 Putative uncharacterized protein 5.328252702 L4_control_A2 +LQ09X035050 Putative uncharacterized protein 5.116824008 L4_control_A3 +LQ09X035050 Putative uncharacterized protein 5.18581306 L4_control_B1 +LQ09X035050 Putative uncharacterized protein 5.524084967 L4_control_B2 +LQ09X035050 Putative uncharacterized protein 5.602768727 L4_control_B3 +LQ09X035050 Putative uncharacterized protein 5.694616472 L4_control_C2 +LQ09X035050 Putative uncharacterized protein 5.603405754 L4_control_C3 +LQ09X035050 Putative uncharacterized protein 6.129028268 L4_chemical_A1 +LQ09X035050 Putative uncharacterized protein 5.657539419 L4_chemical_A2 +LQ09X035050 Putative uncharacterized protein 5.080502409 L4_chemical_A3 +LQ09X035050 Putative uncharacterized protein 5.460961768 L4_chemical_B1 +LQ09X035050 Putative uncharacterized protein 5.756475056 L4_chemical_B2 +LQ09X035050 Putative uncharacterized protein 5.370098829 L4_chemical_B3 +LQ09X035050 Putative uncharacterized protein 5.998339047 L4_chemical_C2 +LQ09X035050 Putative uncharacterized protein 5.639301335 L4_chemical_C3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 11.43233788 C6_control_A1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 11.72266001 C6_control_A3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 11.85677475 C6_control_B1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.69717058 C6_control_B2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.37705702 C6_control_B3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 14.34874952 C6_control_C1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 13.94157424 C6_control_C2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 14.31624055 C6_control_C3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 11.1985865 C6_chemical_A1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.79250906 C6_chemical_A3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.31901167 C6_chemical_B1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.55510204 C6_chemical_B2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 13.00927119 C6_chemical_B3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 14.18725632 C6_chemical_C1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 14.17096144 C6_chemical_C2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 15.42470056 C6_chemical_C3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 11.45224595 L4_control_A1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 10.69894468 L4_control_A2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.22474562 L4_control_A3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.91697689 L4_control_B1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.08384637 L4_control_B2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 13.57130102 L4_control_B3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 13.67365348 L4_control_C2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 13.68457469 L4_control_C3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 14.25027996 L4_chemical_A1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 14.19456339 L4_chemical_A2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 13.27402849 L4_chemical_A3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 13.33741903 L4_chemical_B1 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.99095824 L4_chemical_B2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 12.74725299 L4_chemical_B3 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 13.80881812 L4_chemical_C2 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 14.07677609 L4_chemical_C3 +LQ09X035090 40S ribosomal protein S26-1 5.596926241 C6_control_A1 +LQ09X035090 40S ribosomal protein S26-1 5.964602841 C6_control_A3 +LQ09X035090 40S ribosomal protein S26-1 5.261743384 C6_control_B1 +LQ09X035090 40S ribosomal protein S26-1 6.266479253 C6_control_B2 +LQ09X035090 40S ribosomal protein S26-1 6.065874679 C6_control_B3 +LQ09X035090 40S ribosomal protein S26-1 5.986380772 C6_control_C1 +LQ09X035090 40S ribosomal protein S26-1 5.542664026 C6_control_C2 +LQ09X035090 40S ribosomal protein S26-1 5.716748921 C6_control_C3 +LQ09X035090 40S ribosomal protein S26-1 6.184174691 C6_chemical_A1 +LQ09X035090 40S ribosomal protein S26-1 5.919870905 C6_chemical_A3 +LQ09X035090 40S ribosomal protein S26-1 5.207510047 C6_chemical_B1 +LQ09X035090 40S ribosomal protein S26-1 6.086184543 C6_chemical_B2 +LQ09X035090 40S ribosomal protein S26-1 5.774516779 C6_chemical_B3 +LQ09X035090 40S ribosomal protein S26-1 5.565232173 C6_chemical_C1 +LQ09X035090 40S ribosomal protein S26-1 6.068569338 C6_chemical_C2 +LQ09X035090 40S ribosomal protein S26-1 5.973233075 C6_chemical_C3 +LQ09X035090 40S ribosomal protein S26-1 6.257911629 L4_control_A1 +LQ09X035090 40S ribosomal protein S26-1 5.600800795 L4_control_A2 +LQ09X035090 40S ribosomal protein S26-1 7.151385576 L4_control_A3 +LQ09X035090 40S ribosomal protein S26-1 6.378755294 L4_control_B1 +LQ09X035090 40S ribosomal protein S26-1 6.012346118 L4_control_B2 +LQ09X035090 40S ribosomal protein S26-1 5.806432258 L4_control_B3 +LQ09X035090 40S ribosomal protein S26-1 5.842714335 L4_control_C2 +LQ09X035090 40S ribosomal protein S26-1 5.417457478 L4_control_C3 +LQ09X035090 40S ribosomal protein S26-1 5.768380639 L4_chemical_A1 +LQ09X035090 40S ribosomal protein S26-1 6.040846237 L4_chemical_A2 +LQ09X035090 40S ribosomal protein S26-1 6.787878597 L4_chemical_A3 +LQ09X035090 40S ribosomal protein S26-1 6.109186546 L4_chemical_B1 +LQ09X035090 40S ribosomal protein S26-1 6.053858738 L4_chemical_B2 +LQ09X035090 40S ribosomal protein S26-1 6.154457253 L4_chemical_B3 +LQ09X035090 40S ribosomal protein S26-1 5.869080533 L4_chemical_C2 +LQ09X035090 40S ribosomal protein S26-1 5.523057272 L4_chemical_C3 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.405691111 C6_control_A1 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.151256501 C6_control_A3 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.713777389 C6_control_B1 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.94188033 C6_control_B2 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.396346197 C6_control_B3 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.290861287 C6_control_C1 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.003394429 C6_control_C2 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.23702041 C6_control_C3 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.147019408 C6_chemical_A1 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.62144971 C6_chemical_A3 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.696907505 C6_chemical_B1 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.794886354 C6_chemical_B2 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.279343929 C6_chemical_B3 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.214691112 C6_chemical_C1 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.102115296 C6_chemical_C2 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.978492709 C6_chemical_C3 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.5871347 L4_control_A1 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.076586736 L4_control_A2 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.772402243 L4_control_A3 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.670185434 L4_control_B1 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.160853435 L4_control_B2 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.160149876 L4_control_B3 +LQ09X035120 Uncharacterized membrane protein At1g06890 6.285280445 L4_control_C2 +LQ09X035120 Uncharacterized membrane protein At1g06890 5.774431263 L4_control_C3 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.298763477 L4_chemical_A1 +LQ09X035120 Uncharacterized membrane protein At1g06890 6.791471202 L4_chemical_A2 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.626731776 L4_chemical_A3 +LQ09X035120 Uncharacterized membrane protein At1g06890 7.671621192 L4_chemical_B1 +LQ09X035120 Uncharacterized membrane protein At1g06890 6.474287775 L4_chemical_B2 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.226998707 L4_chemical_B3 +LQ09X035120 Uncharacterized membrane protein At1g06890 5.775142726 L4_chemical_C2 +LQ09X035120 Uncharacterized membrane protein At1g06890 5.983806718 L4_chemical_C3 +LQ09X035140 Putative Insulin-degrading enzyme 13.74985095 C6_control_A1 +LQ09X035140 Putative Insulin-degrading enzyme 13.66818201 C6_control_A3 +LQ09X035140 Putative Insulin-degrading enzyme 13.31516546 C6_control_B1 +LQ09X035140 Putative Insulin-degrading enzyme 12.62319449 C6_control_B2 +LQ09X035140 Putative Insulin-degrading enzyme 12.80020652 C6_control_B3 +LQ09X035140 Putative Insulin-degrading enzyme 12.95137247 C6_control_C1 +LQ09X035140 Putative Insulin-degrading enzyme 12.6032089 C6_control_C2 +LQ09X035140 Putative Insulin-degrading enzyme 12.46414957 C6_control_C3 +LQ09X035140 Putative Insulin-degrading enzyme 13.38584474 C6_chemical_A1 +LQ09X035140 Putative Insulin-degrading enzyme 13.61667347 C6_chemical_A3 +LQ09X035140 Putative Insulin-degrading enzyme 12.79158097 C6_chemical_B1 +LQ09X035140 Putative Insulin-degrading enzyme 12.2938767 C6_chemical_B2 +LQ09X035140 Putative Insulin-degrading enzyme 12.4183965 C6_chemical_B3 +LQ09X035140 Putative Insulin-degrading enzyme 12.95111752 C6_chemical_C1 +LQ09X035140 Putative Insulin-degrading enzyme 12.53638913 C6_chemical_C2 +LQ09X035140 Putative Insulin-degrading enzyme 11.99818576 C6_chemical_C3 +LQ09X035140 Putative Insulin-degrading enzyme 13.88263037 L4_control_A1 +LQ09X035140 Putative Insulin-degrading enzyme 13.63146444 L4_control_A2 +LQ09X035140 Putative Insulin-degrading enzyme 13.88828764 L4_control_A3 +LQ09X035140 Putative Insulin-degrading enzyme 13.09839147 L4_control_B1 +LQ09X035140 Putative Insulin-degrading enzyme 13.02711785 L4_control_B2 +LQ09X035140 Putative Insulin-degrading enzyme 12.63683849 L4_control_B3 +LQ09X035140 Putative Insulin-degrading enzyme 13.0425485 L4_control_C2 +LQ09X035140 Putative Insulin-degrading enzyme 12.54953108 L4_control_C3 +LQ09X035140 Putative Insulin-degrading enzyme 13.40077142 L4_chemical_A1 +LQ09X035140 Putative Insulin-degrading enzyme 13.11474849 L4_chemical_A2 +LQ09X035140 Putative Insulin-degrading enzyme 13.95473575 L4_chemical_A3 +LQ09X035140 Putative Insulin-degrading enzyme 13.45352287 L4_chemical_B1 +LQ09X035140 Putative Insulin-degrading enzyme 13.01372139 L4_chemical_B2 +LQ09X035140 Putative Insulin-degrading enzyme 13.15223366 L4_chemical_B3 +LQ09X035140 Putative Insulin-degrading enzyme 12.96420334 L4_chemical_C2 +LQ09X035140 Putative Insulin-degrading enzyme 12.7601206 L4_chemical_C3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.082851288 C6_control_A1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.434699921 C6_control_A3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.486533802 C6_control_B1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.195890831 C6_control_B2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.287295165 C6_control_B3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.200417754 C6_control_C1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.274471215 C6_control_C2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.457407154 C6_control_C3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.464433291 C6_chemical_A1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.633803295 C6_chemical_A3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.373718707 C6_chemical_B1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.193476253 C6_chemical_B2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.50192973 C6_chemical_B3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.348951268 C6_chemical_C1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.228694424 C6_chemical_C2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.455396783 C6_chemical_C3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.201232781 L4_control_A1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.067982019 L4_control_A2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.610427 L4_control_A3 +LQ09X035160 Putative Non-specific lipid-transfer protein 4.622695322 L4_control_B1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.075572851 L4_control_B2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.35421543 L4_control_B3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.891569147 L4_control_C2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.620069872 L4_control_C3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.105722119 L4_chemical_A1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.089102319 L4_chemical_A2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.981140502 L4_chemical_A3 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.339489334 L4_chemical_B1 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.367168182 L4_chemical_B2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.371911659 L4_chemical_B3 +LQ09X035160 Putative Non-specific lipid-transfer protein 4.840409487 L4_chemical_C2 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.743891855 L4_chemical_C3 +LQ09X035180 RING-H2 finger protein ATL5B 5.73507828 C6_control_A1 +LQ09X035180 RING-H2 finger protein ATL5B 5.625948618 C6_control_A3 +LQ09X035180 RING-H2 finger protein ATL5B 6.046242796 C6_control_B1 +LQ09X035180 RING-H2 finger protein ATL5B 5.579948847 C6_control_B2 +LQ09X035180 RING-H2 finger protein ATL5B 5.599330179 C6_control_B3 +LQ09X035180 RING-H2 finger protein ATL5B 5.795757797 C6_control_C1 +LQ09X035180 RING-H2 finger protein ATL5B 6.326473472 C6_control_C2 +LQ09X035180 RING-H2 finger protein ATL5B 5.757104958 C6_control_C3 +LQ09X035180 RING-H2 finger protein ATL5B 5.55494698 C6_chemical_A1 +LQ09X035180 RING-H2 finger protein ATL5B 5.680564068 C6_chemical_A3 +LQ09X035180 RING-H2 finger protein ATL5B 5.128024894 C6_chemical_B1 +LQ09X035180 RING-H2 finger protein ATL5B 5.746448604 C6_chemical_B2 +LQ09X035180 RING-H2 finger protein ATL5B 5.390746231 C6_chemical_B3 +LQ09X035180 RING-H2 finger protein ATL5B 5.381289041 C6_chemical_C1 +LQ09X035180 RING-H2 finger protein ATL5B 5.597261643 C6_chemical_C2 +LQ09X035180 RING-H2 finger protein ATL5B 5.516208793 C6_chemical_C3 +LQ09X035180 RING-H2 finger protein ATL5B 5.513032231 L4_control_A1 +LQ09X035180 RING-H2 finger protein ATL5B 5.626341863 L4_control_A2 +LQ09X035180 RING-H2 finger protein ATL5B 6.785576611 L4_control_A3 +LQ09X035180 RING-H2 finger protein ATL5B 6.164352545 L4_control_B1 +LQ09X035180 RING-H2 finger protein ATL5B 5.632167619 L4_control_B2 +LQ09X035180 RING-H2 finger protein ATL5B 5.535658051 L4_control_B3 +LQ09X035180 RING-H2 finger protein ATL5B 5.925005336 L4_control_C2 +LQ09X035180 RING-H2 finger protein ATL5B 6.135169621 L4_control_C3 +LQ09X035180 RING-H2 finger protein ATL5B 5.524180517 L4_chemical_A1 +LQ09X035180 RING-H2 finger protein ATL5B 5.860181016 L4_chemical_A2 +LQ09X035180 RING-H2 finger protein ATL5B 6.475055221 L4_chemical_A3 +LQ09X035180 RING-H2 finger protein ATL5B 5.672391738 L4_chemical_B1 +LQ09X035180 RING-H2 finger protein ATL5B 5.631138906 L4_chemical_B2 +LQ09X035180 RING-H2 finger protein ATL5B 5.719531199 L4_chemical_B3 +LQ09X035180 RING-H2 finger protein ATL5B 6.167363079 L4_chemical_C2 +LQ09X035180 RING-H2 finger protein ATL5B 5.628587531 L4_chemical_C3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.39452576 C6_control_A1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.23765646 C6_control_A3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.50121547 C6_control_B1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.382540116 C6_control_B2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.996765312 C6_control_B3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.12509095 C6_control_C1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.772800112 C6_control_C2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.816086452 C6_control_C3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.11923913 C6_chemical_A1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.53301729 C6_chemical_A3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.1997592 C6_chemical_B1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.331483914 C6_chemical_B2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.842647195 C6_chemical_B3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.892487297 C6_chemical_C1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.600082423 C6_chemical_C2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 9.835738304 C6_chemical_C3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.45900251 L4_control_A1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.05793888 L4_control_A2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.49528151 L4_control_A3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.93748115 L4_control_B1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.09354932 L4_control_B2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.41731394 L4_control_B3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.42137113 L4_control_C2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.03628219 L4_control_C3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.80912726 L4_chemical_A1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.93668863 L4_chemical_A2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.36379654 L4_chemical_A3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.09794965 L4_chemical_B1 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.3241178 L4_chemical_B2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.64954329 L4_chemical_B3 +LQ09X035210 B3 domain-containing transcription repressor VAL1 11.28998978 L4_chemical_C2 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.88836365 L4_chemical_C3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 5.708857546 C6_control_A1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 5.464035879 C6_control_A3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.914211904 C6_control_B1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.552722978 C6_control_B2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.750899174 C6_control_B3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.512566516 C6_control_C1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 5.309662701 C6_control_C2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 5.745971376 C6_control_C3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.252465844 C6_chemical_A1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.745051119 C6_chemical_A3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.196710651 C6_chemical_B1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.627231453 C6_chemical_B2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.108629122 C6_chemical_B3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.281181567 C6_chemical_C1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 5.74408032 C6_chemical_C2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 5.589617451 C6_chemical_C3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.517444813 L4_control_A1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.321965849 L4_control_A2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.900088963 L4_control_A3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.365377162 L4_control_B1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.697437219 L4_control_B2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.528739305 L4_control_B3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.263586982 L4_control_C2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.941354272 L4_control_C3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.13409661 L4_chemical_A1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.264057157 L4_chemical_A2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 5.802486189 L4_chemical_A3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.777477125 L4_chemical_B1 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.607468837 L4_chemical_B2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 7.405339203 L4_chemical_B3 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.774891957 L4_chemical_C2 +LQ09X035230 Trans-cinnamate 4-monooxygenase 8.58298908 L4_chemical_C3 +LQ09X035250 UPF0706 protein At5g01750 6.255789678 C6_control_A1 +LQ09X035250 UPF0706 protein At5g01750 6.898505824 C6_control_A3 +LQ09X035250 UPF0706 protein At5g01750 5.537263822 C6_control_B1 +LQ09X035250 UPF0706 protein At5g01750 6.363810332 C6_control_B2 +LQ09X035250 UPF0706 protein At5g01750 6.246962748 C6_control_B3 +LQ09X035250 UPF0706 protein At5g01750 6.096462056 C6_control_C1 +LQ09X035250 UPF0706 protein At5g01750 7.190165989 C6_control_C2 +LQ09X035250 UPF0706 protein At5g01750 6.399822091 C6_control_C3 +LQ09X035250 UPF0706 protein At5g01750 6.276171978 C6_chemical_A1 +LQ09X035250 UPF0706 protein At5g01750 5.872324621 C6_chemical_A3 +LQ09X035250 UPF0706 protein At5g01750 5.263920086 C6_chemical_B1 +LQ09X035250 UPF0706 protein At5g01750 6.184950445 C6_chemical_B2 +LQ09X035250 UPF0706 protein At5g01750 5.887729998 C6_chemical_B3 +LQ09X035250 UPF0706 protein At5g01750 6.518841984 C6_chemical_C1 +LQ09X035250 UPF0706 protein At5g01750 6.457854307 C6_chemical_C2 +LQ09X035250 UPF0706 protein At5g01750 5.987439156 C6_chemical_C3 +LQ09X035250 UPF0706 protein At5g01750 5.997787296 L4_control_A1 +LQ09X035250 UPF0706 protein At5g01750 5.90922928 L4_control_A2 +LQ09X035250 UPF0706 protein At5g01750 6.484814993 L4_control_A3 +LQ09X035250 UPF0706 protein At5g01750 6.482202189 L4_control_B1 +LQ09X035250 UPF0706 protein At5g01750 6.267454613 L4_control_B2 +LQ09X035250 UPF0706 protein At5g01750 5.617824725 L4_control_B3 +LQ09X035250 UPF0706 protein At5g01750 6.840224715 L4_control_C2 +LQ09X035250 UPF0706 protein At5g01750 6.034380731 L4_control_C3 +LQ09X035250 UPF0706 protein At5g01750 5.968433489 L4_chemical_A1 +LQ09X035250 UPF0706 protein At5g01750 5.731082637 L4_chemical_A2 +LQ09X035250 UPF0706 protein At5g01750 5.825439386 L4_chemical_A3 +LQ09X035250 UPF0706 protein At5g01750 6.638356731 L4_chemical_B1 +LQ09X035250 UPF0706 protein At5g01750 5.730068559 L4_chemical_B2 +LQ09X035250 UPF0706 protein At5g01750 6.051020045 L4_chemical_B3 +LQ09X035250 UPF0706 protein At5g01750 6.95436994 L4_chemical_C2 +LQ09X035250 UPF0706 protein At5g01750 5.635697845 L4_chemical_C3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.48948627 C6_control_A1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.548184726 C6_control_A3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.447461073 C6_control_B1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.402997461 C6_control_B2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.032495593 C6_control_B3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.457107371 C6_control_C1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.502158302 C6_control_C2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.113110247 C6_control_C3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.611983024 C6_chemical_A1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.738826602 C6_chemical_A3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.459631577 C6_chemical_B1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.608172207 C6_chemical_B2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.24793334 C6_chemical_B3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.303151607 C6_chemical_C1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.319081511 C6_chemical_C2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.021171026 C6_chemical_C3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.078145652 L4_control_A1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.250855798 L4_control_A2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.407832704 L4_control_A3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 4.983072024 L4_control_B1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.436916624 L4_control_B2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.325485548 L4_control_B3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.080449106 L4_control_C2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.20988431 L4_control_C3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.057350135 L4_chemical_A1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.1706391 L4_chemical_A2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.474570458 L4_chemical_A3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.377355124 L4_chemical_B1 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.276241701 L4_chemical_B2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.199268362 L4_chemical_B3 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.297138262 L4_chemical_C2 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.342479484 L4_chemical_C3 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.438417619 C6_control_A1 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.076115871 C6_control_A3 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.961876452 C6_control_B1 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.221648715 C6_control_B2 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.414185992 C6_control_B3 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.627490451 C6_control_C1 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.059826852 C6_control_C2 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.991642691 C6_control_C3 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.229411651 C6_chemical_A1 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.277311951 C6_chemical_A3 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.299056308 C6_chemical_B1 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.233029788 C6_chemical_B2 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.318008129 C6_chemical_B3 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.921490167 C6_chemical_C1 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.951361835 C6_chemical_C2 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.875136578 C6_chemical_C3 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.129935274 L4_control_A1 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.873494763 L4_control_A2 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.171754811 L4_control_A3 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.187385125 L4_control_B1 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.865531164 L4_control_B2 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.004995108 L4_control_B3 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.350727046 L4_control_C2 +LQ09X035300 Probable inactive receptor kinase At5g58300 6.163813884 L4_control_C3 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.87264774 L4_chemical_A1 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.169735166 L4_chemical_A2 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.065360366 L4_chemical_A3 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.069416727 L4_chemical_B1 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.27916757 L4_chemical_B2 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.244692778 L4_chemical_B3 +LQ09X035300 Probable inactive receptor kinase At5g58300 4.898398685 L4_chemical_C2 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.283079879 L4_chemical_C3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.76685316 C6_control_A1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.01809516 C6_control_A3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 12.92597591 C6_control_B1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.60877229 C6_control_B2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.83989707 C6_control_B3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.16019709 C6_control_C1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.49544906 C6_control_C2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.77236282 C6_control_C3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.21536931 C6_chemical_A1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 10.92655732 C6_chemical_A3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.04291636 C6_chemical_B1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.15291551 C6_chemical_B2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.84884302 C6_chemical_B3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 12.90131181 C6_chemical_C1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.11749792 C6_chemical_C2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.99955089 C6_chemical_C3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.5864751 L4_control_A1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.6463391 L4_control_A2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.8838772 L4_control_A3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 14.02341211 L4_control_B1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.28315134 L4_control_B2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 14.26185219 L4_control_B3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 14.0841824 L4_control_C2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 14.23226819 L4_control_C3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 12.12108522 L4_chemical_A1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 12.12965705 L4_chemical_A2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 12.24935455 L4_chemical_A3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.59116737 L4_chemical_B1 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.42629801 L4_chemical_B2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 13.27502451 L4_chemical_B3 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 14.02302219 L4_chemical_C2 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 14.1290512 L4_chemical_C3 +LQ09X035340 60S ribosomal protein L10 6.11734229 C6_control_A1 +LQ09X035340 60S ribosomal protein L10 6.632741366 C6_control_A3 +LQ09X035340 60S ribosomal protein L10 6.164358236 C6_control_B1 +LQ09X035340 60S ribosomal protein L10 5.910350109 C6_control_B2 +LQ09X035340 60S ribosomal protein L10 6.57742363 C6_control_B3 +LQ09X035340 60S ribosomal protein L10 5.873925687 C6_control_C1 +LQ09X035340 60S ribosomal protein L10 6.055929388 C6_control_C2 +LQ09X035340 60S ribosomal protein L10 6.107464227 C6_control_C3 +LQ09X035340 60S ribosomal protein L10 5.970122657 C6_chemical_A1 +LQ09X035340 60S ribosomal protein L10 6.909449159 C6_chemical_A3 +LQ09X035340 60S ribosomal protein L10 7.201475403 C6_chemical_B1 +LQ09X035340 60S ribosomal protein L10 5.777607997 C6_chemical_B2 +LQ09X035340 60S ribosomal protein L10 6.234452252 C6_chemical_B3 +LQ09X035340 60S ribosomal protein L10 6.086092177 C6_chemical_C1 +LQ09X035340 60S ribosomal protein L10 5.993913108 C6_chemical_C2 +LQ09X035340 60S ribosomal protein L10 6.018398748 C6_chemical_C3 +LQ09X035340 60S ribosomal protein L10 6.122069038 L4_control_A1 +LQ09X035340 60S ribosomal protein L10 6.4338726 L4_control_A2 +LQ09X035340 60S ribosomal protein L10 6.554312068 L4_control_A3 +LQ09X035340 60S ribosomal protein L10 6.532878829 L4_control_B1 +LQ09X035340 60S ribosomal protein L10 7.122306514 L4_control_B2 +LQ09X035340 60S ribosomal protein L10 6.493522843 L4_control_B3 +LQ09X035340 60S ribosomal protein L10 6.846827095 L4_control_C2 +LQ09X035340 60S ribosomal protein L10 5.852410502 L4_control_C3 +LQ09X035340 60S ribosomal protein L10 6.199328353 L4_chemical_A1 +LQ09X035340 60S ribosomal protein L10 6.243968483 L4_chemical_A2 +LQ09X035340 60S ribosomal protein L10 7.007113898 L4_chemical_A3 +LQ09X035340 60S ribosomal protein L10 6.451034877 L4_chemical_B1 +LQ09X035340 60S ribosomal protein L10 6.651937985 L4_chemical_B2 +LQ09X035340 60S ribosomal protein L10 6.170479482 L4_chemical_B3 +LQ09X035340 60S ribosomal protein L10 6.287370034 L4_chemical_C2 +LQ09X035340 60S ribosomal protein L10 6.741063785 L4_chemical_C3 +LQ09X035350 Putative uncharacterized protein 8.154445233 C6_control_A1 +LQ09X035350 Putative uncharacterized protein 8.485024552 C6_control_A3 +LQ09X035350 Putative uncharacterized protein 8.662732619 C6_control_B1 +LQ09X035350 Putative uncharacterized protein 8.255853803 C6_control_B2 +LQ09X035350 Putative uncharacterized protein 8.68312739 C6_control_B3 +LQ09X035350 Putative uncharacterized protein 8.308635881 C6_control_C1 +LQ09X035350 Putative uncharacterized protein 7.549022732 C6_control_C2 +LQ09X035350 Putative uncharacterized protein 8.229821067 C6_control_C3 +LQ09X035350 Putative uncharacterized protein 8.309505206 C6_chemical_A1 +LQ09X035350 Putative uncharacterized protein 8.62055552 C6_chemical_A3 +LQ09X035350 Putative uncharacterized protein 8.748129499 C6_chemical_B1 +LQ09X035350 Putative uncharacterized protein 7.838739155 C6_chemical_B2 +LQ09X035350 Putative uncharacterized protein 8.28665287 C6_chemical_B3 +LQ09X035350 Putative uncharacterized protein 8.090273591 C6_chemical_C1 +LQ09X035350 Putative uncharacterized protein 8.299785684 C6_chemical_C2 +LQ09X035350 Putative uncharacterized protein 8.062015907 C6_chemical_C3 +LQ09X035350 Putative uncharacterized protein 8.843845462 L4_control_A1 +LQ09X035350 Putative uncharacterized protein 9.448388235 L4_control_A2 +LQ09X035350 Putative uncharacterized protein 9.950874459 L4_control_A3 +LQ09X035350 Putative uncharacterized protein 9.910299174 L4_control_B1 +LQ09X035350 Putative uncharacterized protein 10.0107425 L4_control_B2 +LQ09X035350 Putative uncharacterized protein 9.629623152 L4_control_B3 +LQ09X035350 Putative uncharacterized protein 10.2683288 L4_control_C2 +LQ09X035350 Putative uncharacterized protein 10.43004447 L4_control_C3 +LQ09X035350 Putative uncharacterized protein 8.843400105 L4_chemical_A1 +LQ09X035350 Putative uncharacterized protein 9.433493158 L4_chemical_A2 +LQ09X035350 Putative uncharacterized protein 9.323948129 L4_chemical_A3 +LQ09X035350 Putative uncharacterized protein 10.03314514 L4_chemical_B1 +LQ09X035350 Putative uncharacterized protein 10.09870112 L4_chemical_B2 +LQ09X035350 Putative uncharacterized protein 9.315373144 L4_chemical_B3 +LQ09X035350 Putative uncharacterized protein 10.60366702 L4_chemical_C2 +LQ09X035350 Putative uncharacterized protein 10.23776407 L4_chemical_C3 +LQ09X035370 Predicted protein 5.623712945 C6_control_A1 +LQ09X035370 Predicted protein 5.040678325 C6_control_A3 +LQ09X035370 Predicted protein 6.143617571 C6_control_B1 +LQ09X035370 Predicted protein 5.212964474 C6_control_B2 +LQ09X035370 Predicted protein 5.514849382 C6_control_B3 +LQ09X035370 Predicted protein 5.681202338 C6_control_C1 +LQ09X035370 Predicted protein 5.356417406 C6_control_C2 +LQ09X035370 Predicted protein 5.570595642 C6_control_C3 +LQ09X035370 Predicted protein 5.675555477 C6_chemical_A1 +LQ09X035370 Predicted protein 5.435208905 C6_chemical_A3 +LQ09X035370 Predicted protein 6.217382674 C6_chemical_B1 +LQ09X035370 Predicted protein 5.327640571 C6_chemical_B2 +LQ09X035370 Predicted protein 5.592351462 C6_chemical_B3 +LQ09X035370 Predicted protein 5.689938859 C6_chemical_C1 +LQ09X035370 Predicted protein 5.496926979 C6_chemical_C2 +LQ09X035370 Predicted protein 5.52852526 C6_chemical_C3 +LQ09X035370 Predicted protein 5.904845782 L4_control_A1 +LQ09X035370 Predicted protein 5.691327398 L4_control_A2 +LQ09X035370 Predicted protein 5.597541932 L4_control_A3 +LQ09X035370 Predicted protein 5.279768049 L4_control_B1 +LQ09X035370 Predicted protein 5.015306344 L4_control_B2 +LQ09X035370 Predicted protein 6.125791056 L4_control_B3 +LQ09X035370 Predicted protein 5.40971109 L4_control_C2 +LQ09X035370 Predicted protein 6.077280741 L4_control_C3 +LQ09X035370 Predicted protein 5.370540506 L4_chemical_A1 +LQ09X035370 Predicted protein 5.729843344 L4_chemical_A2 +LQ09X035370 Predicted protein 5.663631885 L4_chemical_A3 +LQ09X035370 Predicted protein 5.657388446 L4_chemical_B1 +LQ09X035370 Predicted protein 5.342731201 L4_chemical_B2 +LQ09X035370 Predicted protein 5.860847402 L4_chemical_B3 +LQ09X035370 Predicted protein 5.779753028 L4_chemical_C2 +LQ09X035370 Predicted protein 6.393090327 L4_chemical_C3 +LQ09X035380 Putative uncharacterized protein At5g01960 9.457016499 C6_control_A1 +LQ09X035380 Putative uncharacterized protein At5g01960 9.609968889 C6_control_A3 +LQ09X035380 Putative uncharacterized protein At5g01960 9.627258023 C6_control_B1 +LQ09X035380 Putative uncharacterized protein At5g01960 8.409859259 C6_control_B2 +LQ09X035380 Putative uncharacterized protein At5g01960 9.776294399 C6_control_B3 +LQ09X035380 Putative uncharacterized protein At5g01960 8.255534287 C6_control_C1 +LQ09X035380 Putative uncharacterized protein At5g01960 7.619237352 C6_control_C2 +LQ09X035380 Putative uncharacterized protein At5g01960 7.272820105 C6_control_C3 +LQ09X035380 Putative uncharacterized protein At5g01960 9.365756364 C6_chemical_A1 +LQ09X035380 Putative uncharacterized protein At5g01960 9.805458617 C6_chemical_A3 +LQ09X035380 Putative uncharacterized protein At5g01960 9.38939815 C6_chemical_B1 +LQ09X035380 Putative uncharacterized protein At5g01960 8.47682635 C6_chemical_B2 +LQ09X035380 Putative uncharacterized protein At5g01960 8.548309933 C6_chemical_B3 +LQ09X035380 Putative uncharacterized protein At5g01960 8.4001268 C6_chemical_C1 +LQ09X035380 Putative uncharacterized protein At5g01960 7.868595034 C6_chemical_C2 +LQ09X035380 Putative uncharacterized protein At5g01960 6.862397847 C6_chemical_C3 +LQ09X035380 Putative uncharacterized protein At5g01960 10.57551868 L4_control_A1 +LQ09X035380 Putative uncharacterized protein At5g01960 9.893600588 L4_control_A2 +LQ09X035380 Putative uncharacterized protein At5g01960 10.63300365 L4_control_A3 +LQ09X035380 Putative uncharacterized protein At5g01960 9.781318216 L4_control_B1 +LQ09X035380 Putative uncharacterized protein At5g01960 10.15893543 L4_control_B2 +LQ09X035380 Putative uncharacterized protein At5g01960 8.86214039 L4_control_B3 +LQ09X035380 Putative uncharacterized protein At5g01960 8.993348715 L4_control_C2 +LQ09X035380 Putative uncharacterized protein At5g01960 8.42555265 L4_control_C3 +LQ09X035380 Putative uncharacterized protein At5g01960 10.66904984 L4_chemical_A1 +LQ09X035380 Putative uncharacterized protein At5g01960 9.7428907 L4_chemical_A2 +LQ09X035380 Putative uncharacterized protein At5g01960 10.80041053 L4_chemical_A3 +LQ09X035380 Putative uncharacterized protein At5g01960 9.892510343 L4_chemical_B1 +LQ09X035380 Putative uncharacterized protein At5g01960 9.697174084 L4_chemical_B2 +LQ09X035380 Putative uncharacterized protein At5g01960 9.563179146 L4_chemical_B3 +LQ09X035380 Putative uncharacterized protein At5g01960 9.210588531 L4_chemical_C2 +LQ09X035380 Putative uncharacterized protein At5g01960 8.900620587 L4_chemical_C3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.72693406 C6_control_A1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.658356216 C6_control_A3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.20573948 C6_control_B1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.31562177 C6_control_B2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.24573356 C6_control_B3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.69472093 C6_control_C1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.32828665 C6_control_C2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.68641727 C6_control_C3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.449199909 C6_chemical_A1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.02718008 C6_chemical_A3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.13954182 C6_chemical_B1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.914792509 C6_chemical_B2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.13564415 C6_chemical_B3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.42962514 C6_chemical_C1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.34906381 C6_chemical_C2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.36904817 C6_chemical_C3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.454052016 L4_control_A1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.700209247 L4_control_A2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.927508639 L4_control_A3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.24282811 L4_control_B1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.07563911 L4_control_B2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.42075611 L4_control_B3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.3144609 L4_control_C2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.25570933 L4_control_C3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.19242917 L4_chemical_A1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.696377987 L4_chemical_A2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.710527497 L4_chemical_A3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.22687633 L4_chemical_B1 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.16324653 L4_chemical_B2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.810343076 L4_chemical_B3 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.21935527 L4_chemical_C2 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 10.70992955 L4_chemical_C3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.58907136 C6_control_A1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.81396818 C6_control_A3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.55861314 C6_control_B1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 12.99214802 C6_control_B2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.22238714 C6_control_B3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.30902515 C6_control_C1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.34061676 C6_control_C2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.48631438 C6_control_C3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.36621794 C6_chemical_A1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.62042987 C6_chemical_A3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.37819782 C6_chemical_B1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 12.88797704 C6_chemical_B2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.09686604 C6_chemical_B3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.50232489 C6_chemical_C1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.32511544 C6_chemical_C2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.39710289 C6_chemical_C3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.33628433 L4_control_A1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 12.90957258 L4_control_A2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 12.92413743 L4_control_A3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.67327148 L4_control_B1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 12.73458605 L4_control_B2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 12.99642581 L4_control_B3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.6601309 L4_control_C2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.23735766 L4_control_C3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.46195919 L4_chemical_A1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 12.97263526 L4_chemical_A2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.26679013 L4_chemical_A3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.13368482 L4_chemical_B1 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.28976491 L4_chemical_B2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.33226134 L4_chemical_B3 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.61198769 L4_chemical_C2 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.39167 L4_chemical_C3 +LQ09X035430 Putative uncharacterized protein 14.18642792 C6_control_A1 +LQ09X035430 Putative uncharacterized protein 14.41090036 C6_control_A3 +LQ09X035430 Putative uncharacterized protein 14.12355065 C6_control_B1 +LQ09X035430 Putative uncharacterized protein 14.25250957 C6_control_B2 +LQ09X035430 Putative uncharacterized protein 14.48826144 C6_control_B3 +LQ09X035430 Putative uncharacterized protein 14.09910688 C6_control_C1 +LQ09X035430 Putative uncharacterized protein 13.99936632 C6_control_C2 +LQ09X035430 Putative uncharacterized protein 14.04085758 C6_control_C3 +LQ09X035430 Putative uncharacterized protein 14.31686551 C6_chemical_A1 +LQ09X035430 Putative uncharacterized protein 14.28459451 C6_chemical_A3 +LQ09X035430 Putative uncharacterized protein 14.19954884 C6_chemical_B1 +LQ09X035430 Putative uncharacterized protein 13.99063199 C6_chemical_B2 +LQ09X035430 Putative uncharacterized protein 14.1140754 C6_chemical_B3 +LQ09X035430 Putative uncharacterized protein 13.92518416 C6_chemical_C1 +LQ09X035430 Putative uncharacterized protein 13.9024641 C6_chemical_C2 +LQ09X035430 Putative uncharacterized protein 13.34886005 C6_chemical_C3 +LQ09X035430 Putative uncharacterized protein 13.59790844 L4_control_A1 +LQ09X035430 Putative uncharacterized protein 13.7486437 L4_control_A2 +LQ09X035430 Putative uncharacterized protein 13.80989534 L4_control_A3 +LQ09X035430 Putative uncharacterized protein 13.37687729 L4_control_B1 +LQ09X035430 Putative uncharacterized protein 13.98894148 L4_control_B2 +LQ09X035430 Putative uncharacterized protein 13.47782421 L4_control_B3 +LQ09X035430 Putative uncharacterized protein 14.00680158 L4_control_C2 +LQ09X035430 Putative uncharacterized protein 13.56875209 L4_control_C3 +LQ09X035430 Putative uncharacterized protein 13.13799981 L4_chemical_A1 +LQ09X035430 Putative uncharacterized protein 13.47403922 L4_chemical_A2 +LQ09X035430 Putative uncharacterized protein 13.3716658 L4_chemical_A3 +LQ09X035430 Putative uncharacterized protein 13.88718002 L4_chemical_B1 +LQ09X035430 Putative uncharacterized protein 13.89650054 L4_chemical_B2 +LQ09X035430 Putative uncharacterized protein 13.6172576 L4_chemical_B3 +LQ09X035430 Putative uncharacterized protein 13.54129809 L4_chemical_C2 +LQ09X035430 Putative uncharacterized protein 13.54944696 L4_chemical_C3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.7853982 C6_control_A1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 14.02675809 C6_control_A3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.78273226 C6_control_B1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.23601877 C6_control_B2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.2699904 C6_control_B3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.15991005 C6_control_C1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 12.68397459 C6_control_C2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 12.78436648 C6_control_C3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.63664449 C6_chemical_A1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.82293437 C6_chemical_A3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.79347085 C6_chemical_B1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.17210833 C6_chemical_B2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.22180551 C6_chemical_B3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.11704324 C6_chemical_C1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.06920938 C6_chemical_C2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 12.681502 C6_chemical_C3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.41951481 L4_control_A1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.71457113 L4_control_A2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.39297009 L4_control_A3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.63707641 L4_control_B1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.48232798 L4_control_B2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 12.90239185 L4_control_B3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.52201421 L4_control_C2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.13000469 L4_control_C3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.3147492 L4_chemical_A1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.92036181 L4_chemical_A2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.00951103 L4_chemical_A3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.92171643 L4_chemical_B1 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.72077503 L4_chemical_B2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.12948883 L4_chemical_B3 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.71259142 L4_chemical_C2 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.36961071 L4_chemical_C3 +LQ09X035460 Putative uncharacterized protein 6.420231738 C6_control_A1 +LQ09X035460 Putative uncharacterized protein 6.756144601 C6_control_A3 +LQ09X035460 Putative uncharacterized protein 6.790508105 C6_control_B1 +LQ09X035460 Putative uncharacterized protein 6.651867704 C6_control_B2 +LQ09X035460 Putative uncharacterized protein 6.440454848 C6_control_B3 +LQ09X035460 Putative uncharacterized protein 6.78972406 C6_control_C1 +LQ09X035460 Putative uncharacterized protein 6.538638771 C6_control_C2 +LQ09X035460 Putative uncharacterized protein 6.365176429 C6_control_C3 +LQ09X035460 Putative uncharacterized protein 6.476684473 C6_chemical_A1 +LQ09X035460 Putative uncharacterized protein 6.279147994 C6_chemical_A3 +LQ09X035460 Putative uncharacterized protein 6.420083557 C6_chemical_B1 +LQ09X035460 Putative uncharacterized protein 6.466987634 C6_chemical_B2 +LQ09X035460 Putative uncharacterized protein 6.598532377 C6_chemical_B3 +LQ09X035460 Putative uncharacterized protein 6.760169536 C6_chemical_C1 +LQ09X035460 Putative uncharacterized protein 7.02469064 C6_chemical_C2 +LQ09X035460 Putative uncharacterized protein 6.667504241 C6_chemical_C3 +LQ09X035460 Putative uncharacterized protein 6.095466686 L4_control_A1 +LQ09X035460 Putative uncharacterized protein 6.227654693 L4_control_A2 +LQ09X035460 Putative uncharacterized protein 6.254816634 L4_control_A3 +LQ09X035460 Putative uncharacterized protein 6.515316007 L4_control_B1 +LQ09X035460 Putative uncharacterized protein 6.288675124 L4_control_B2 +LQ09X035460 Putative uncharacterized protein 6.223806305 L4_control_B3 +LQ09X035460 Putative uncharacterized protein 7.295814649 L4_control_C2 +LQ09X035460 Putative uncharacterized protein 5.963514006 L4_control_C3 +LQ09X035460 Putative uncharacterized protein 6.054349978 L4_chemical_A1 +LQ09X035460 Putative uncharacterized protein 6.187499611 L4_chemical_A2 +LQ09X035460 Putative uncharacterized protein 6.033287062 L4_chemical_A3 +LQ09X035460 Putative uncharacterized protein 6.509334017 L4_chemical_B1 +LQ09X035460 Putative uncharacterized protein 6.244977729 L4_chemical_B2 +LQ09X035460 Putative uncharacterized protein 6.387202584 L4_chemical_B3 +LQ09X035460 Putative uncharacterized protein 7.867136835 L4_chemical_C2 +LQ09X035460 Putative uncharacterized protein 6.683514404 L4_chemical_C3 +LQ09X035470 Hypothetical protein 5.186343127 C6_control_A1 +LQ09X035470 Hypothetical protein 5.350698006 C6_control_A3 +LQ09X035470 Hypothetical protein 5.368543399 C6_control_B1 +LQ09X035470 Hypothetical protein 5.298985965 C6_control_B2 +LQ09X035470 Hypothetical protein 5.355706578 C6_control_B3 +LQ09X035470 Hypothetical protein 5.685858812 C6_control_C1 +LQ09X035470 Hypothetical protein 5.492167218 C6_control_C2 +LQ09X035470 Hypothetical protein 5.942939455 C6_control_C3 +LQ09X035470 Hypothetical protein 5.111384696 C6_chemical_A1 +LQ09X035470 Hypothetical protein 5.448892441 C6_chemical_A3 +LQ09X035470 Hypothetical protein 5.370469193 C6_chemical_B1 +LQ09X035470 Hypothetical protein 5.289143221 C6_chemical_B2 +LQ09X035470 Hypothetical protein 5.521895948 C6_chemical_B3 +LQ09X035470 Hypothetical protein 5.405917623 C6_chemical_C1 +LQ09X035470 Hypothetical protein 5.505225152 C6_chemical_C2 +LQ09X035470 Hypothetical protein 5.453536818 C6_chemical_C3 +LQ09X035470 Hypothetical protein 5.238223667 L4_control_A1 +LQ09X035470 Hypothetical protein 4.942704433 L4_control_A2 +LQ09X035470 Hypothetical protein 4.872907804 L4_control_A3 +LQ09X035470 Hypothetical protein 5.76174022 L4_control_B1 +LQ09X035470 Hypothetical protein 4.925549214 L4_control_B2 +LQ09X035470 Hypothetical protein 5.051361556 L4_control_B3 +LQ09X035470 Hypothetical protein 4.90649869 L4_control_C2 +LQ09X035470 Hypothetical protein 5.272299582 L4_control_C3 +LQ09X035470 Hypothetical protein 5.077291338 L4_chemical_A1 +LQ09X035470 Hypothetical protein 4.905987513 L4_chemical_A2 +LQ09X035470 Hypothetical protein 4.717864578 L4_chemical_A3 +LQ09X035470 Hypothetical protein 5.670045105 L4_chemical_B1 +LQ09X035470 Hypothetical protein 5.159515943 L4_chemical_B2 +LQ09X035470 Hypothetical protein 5.062002944 L4_chemical_B3 +LQ09X035470 Hypothetical protein 5.000369031 L4_chemical_C2 +LQ09X035470 Hypothetical protein 5.33580035 L4_chemical_C3 +LQ09X035480 Hypothetical protein 11.35112793 C6_control_A1 +LQ09X035480 Hypothetical protein 11.06102711 C6_control_A3 +LQ09X035480 Hypothetical protein 11.20478748 C6_control_B1 +LQ09X035480 Hypothetical protein 10.35868677 C6_control_B2 +LQ09X035480 Hypothetical protein 10.62182012 C6_control_B3 +LQ09X035480 Hypothetical protein 10.2725045 C6_control_C1 +LQ09X035480 Hypothetical protein 10.0153232 C6_control_C2 +LQ09X035480 Hypothetical protein 9.684337322 C6_control_C3 +LQ09X035480 Hypothetical protein 11.19293095 C6_chemical_A1 +LQ09X035480 Hypothetical protein 10.95272161 C6_chemical_A3 +LQ09X035480 Hypothetical protein 11.19119813 C6_chemical_B1 +LQ09X035480 Hypothetical protein 10.20869271 C6_chemical_B2 +LQ09X035480 Hypothetical protein 10.31070026 C6_chemical_B3 +LQ09X035480 Hypothetical protein 10.23272982 C6_chemical_C1 +LQ09X035480 Hypothetical protein 10.09985509 C6_chemical_C2 +LQ09X035480 Hypothetical protein 9.606158663 C6_chemical_C3 +LQ09X035480 Hypothetical protein 11.13556156 L4_control_A1 +LQ09X035480 Hypothetical protein 11.3409969 L4_control_A2 +LQ09X035480 Hypothetical protein 10.7529912 L4_control_A3 +LQ09X035480 Hypothetical protein 11.24684341 L4_control_B1 +LQ09X035480 Hypothetical protein 11.39827746 L4_control_B2 +LQ09X035480 Hypothetical protein 10.59977674 L4_control_B3 +LQ09X035480 Hypothetical protein 11.18295565 L4_control_C2 +LQ09X035480 Hypothetical protein 10.89101243 L4_control_C3 +LQ09X035480 Hypothetical protein 10.59746421 L4_chemical_A1 +LQ09X035480 Hypothetical protein 10.73411841 L4_chemical_A2 +LQ09X035480 Hypothetical protein 10.94916133 L4_chemical_A3 +LQ09X035480 Hypothetical protein 11.10880056 L4_chemical_B1 +LQ09X035480 Hypothetical protein 11.50268994 L4_chemical_B2 +LQ09X035480 Hypothetical protein 10.60704024 L4_chemical_B3 +LQ09X035480 Hypothetical protein 11.14418427 L4_chemical_C2 +LQ09X035480 Hypothetical protein 10.63491865 L4_chemical_C3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.822205284 C6_control_A1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 7.313938881 C6_control_A3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 6.402004679 C6_control_B1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.915791665 C6_control_B2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.701921524 C6_control_B3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.990204138 C6_control_C1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 7.266069581 C6_control_C2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.606067483 C6_control_C3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.85776066 C6_chemical_A1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.705557228 C6_chemical_A3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.579480913 C6_chemical_B1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 6.069529783 C6_chemical_B2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.39467262 C6_chemical_B3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.470799631 C6_chemical_C1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 6.069885716 C6_chemical_C2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 6.068021918 C6_chemical_C3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.770233049 L4_control_A1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.353763274 L4_control_A2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.69024924 L4_control_A3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.783757579 L4_control_B1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.424666178 L4_control_B2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.71644006 L4_control_B3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.180469752 L4_control_C2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.569345815 L4_control_C3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.571717305 L4_chemical_A1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.737588951 L4_chemical_A2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.595429476 L4_chemical_A3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.461731191 L4_chemical_B1 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.584507184 L4_chemical_B2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.923496292 L4_chemical_B3 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.773118836 L4_chemical_C2 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.977425645 L4_chemical_C3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.145625184 C6_control_A1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.532408321 C6_control_A3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.788333134 C6_control_B1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.16951069 C6_control_B2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.331050319 C6_control_B3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.657925989 C6_control_C1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.388735925 C6_control_C2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.709058512 C6_control_C3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.217137571 C6_chemical_A1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.618967223 C6_chemical_A3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.219725441 C6_chemical_B1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.136161093 C6_chemical_B2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.391764013 C6_chemical_B3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.346546047 C6_chemical_C1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.755461556 C6_chemical_C2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.112761159 C6_chemical_C3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 4.988104417 L4_control_A1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.336912614 L4_control_A2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 6.077613923 L4_control_A3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.345890593 L4_control_B1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.153467842 L4_control_B2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.348354468 L4_control_B3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.345380237 L4_control_C2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 6.085661366 L4_control_C3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.152501032 L4_chemical_A1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.664996956 L4_chemical_A2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.974773835 L4_chemical_A3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.288626678 L4_chemical_B1 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.55904184 L4_chemical_B2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.493087277 L4_chemical_B3 +LQ10X000020 Ent-kaurenoic acid oxidase 1 6.175528689 L4_chemical_C2 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.18968788 L4_chemical_C3 +LQ10X000050 Predicted protein (Fragment) 14.03172382 C6_control_A1 +LQ10X000050 Predicted protein (Fragment) 13.94101585 C6_control_A3 +LQ10X000050 Predicted protein (Fragment) 13.69883716 C6_control_B1 +LQ10X000050 Predicted protein (Fragment) 13.36658591 C6_control_B2 +LQ10X000050 Predicted protein (Fragment) 13.48414881 C6_control_B3 +LQ10X000050 Predicted protein (Fragment) 13.49183385 C6_control_C1 +LQ10X000050 Predicted protein (Fragment) 13.14524761 C6_control_C2 +LQ10X000050 Predicted protein (Fragment) 13.34164184 C6_control_C3 +LQ10X000050 Predicted protein (Fragment) 13.88127496 C6_chemical_A1 +LQ10X000050 Predicted protein (Fragment) 14.13460835 C6_chemical_A3 +LQ10X000050 Predicted protein (Fragment) 13.7157634 C6_chemical_B1 +LQ10X000050 Predicted protein (Fragment) 13.5296363 C6_chemical_B2 +LQ10X000050 Predicted protein (Fragment) 13.4859071 C6_chemical_B3 +LQ10X000050 Predicted protein (Fragment) 13.4835587 C6_chemical_C1 +LQ10X000050 Predicted protein (Fragment) 13.50166531 C6_chemical_C2 +LQ10X000050 Predicted protein (Fragment) 13.20114571 C6_chemical_C3 +LQ10X000050 Predicted protein (Fragment) 13.96884091 L4_control_A1 +LQ10X000050 Predicted protein (Fragment) 14.15799869 L4_control_A2 +LQ10X000050 Predicted protein (Fragment) 14.04692378 L4_control_A3 +LQ10X000050 Predicted protein (Fragment) 13.45320621 L4_control_B1 +LQ10X000050 Predicted protein (Fragment) 13.71405461 L4_control_B2 +LQ10X000050 Predicted protein (Fragment) 13.23200873 L4_control_B3 +LQ10X000050 Predicted protein (Fragment) 13.73048775 L4_control_C2 +LQ10X000050 Predicted protein (Fragment) 13.71637473 L4_control_C3 +LQ10X000050 Predicted protein (Fragment) 14.1609108 L4_chemical_A1 +LQ10X000050 Predicted protein (Fragment) 13.95144833 L4_chemical_A2 +LQ10X000050 Predicted protein (Fragment) 13.9959666 L4_chemical_A3 +LQ10X000050 Predicted protein (Fragment) 13.61572032 L4_chemical_B1 +LQ10X000050 Predicted protein (Fragment) 13.72833223 L4_chemical_B2 +LQ10X000050 Predicted protein (Fragment) 13.52555884 L4_chemical_B3 +LQ10X000050 Predicted protein (Fragment) 13.73960623 L4_chemical_C2 +LQ10X000050 Predicted protein (Fragment) 13.92173831 L4_chemical_C3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 11.76544107 C6_control_A1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.19987761 C6_control_A3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.38853863 C6_control_B1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.80385135 C6_control_B2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.85016892 C6_control_B3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.99477389 C6_control_C1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 13.44542488 C6_control_C2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 13.1271925 C6_control_C3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 11.64122922 C6_chemical_A1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.27668179 C6_chemical_A3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.55896246 C6_chemical_B1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.8236299 C6_chemical_B2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.67634211 C6_chemical_B3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.69533626 C6_chemical_C1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 13.41443878 C6_chemical_C2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.69324556 C6_chemical_C3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 11.37173985 L4_control_A1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 11.31189192 L4_control_A2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 11.91599543 L4_control_A3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.60018761 L4_control_B1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 13.07585705 L4_control_B2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.93316287 L4_control_B3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 13.5308028 L4_control_C2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 13.76378841 L4_control_C3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 10.77893972 L4_chemical_A1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 11.44414878 L4_chemical_A2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 11.67684008 L4_chemical_A3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.38715402 L4_chemical_B1 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.43474453 L4_chemical_B2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 12.52161461 L4_chemical_B3 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 13.29993924 L4_chemical_C2 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 13.61759981 L4_chemical_C3 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.48814915 C6_control_A1 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.88770432 C6_control_A3 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.85284331 C6_control_B1 +LQ10X000070 WD-40 repeat-containing protein MSI1 10.88835301 C6_control_B2 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.75534348 C6_control_B3 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.21575278 C6_control_C1 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.01978675 C6_control_C2 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.11424245 C6_control_C3 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.34864594 C6_chemical_A1 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.85895 C6_chemical_A3 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.02892921 C6_chemical_B1 +LQ10X000070 WD-40 repeat-containing protein MSI1 10.75149915 C6_chemical_B2 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.72491181 C6_chemical_B3 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.21612795 C6_chemical_C1 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.00457269 C6_chemical_C2 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.13213077 C6_chemical_C3 +LQ10X000070 WD-40 repeat-containing protein MSI1 13.00461274 L4_control_A1 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.95786004 L4_control_A2 +LQ10X000070 WD-40 repeat-containing protein MSI1 13.30087437 L4_control_A3 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.77417047 L4_control_B1 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.62962335 L4_control_B2 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.63692239 L4_control_B3 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.5799144 L4_control_C2 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.67129736 L4_control_C3 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.42917931 L4_chemical_A1 +LQ10X000070 WD-40 repeat-containing protein MSI1 11.73825494 L4_chemical_A2 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.93815488 L4_chemical_A3 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.09852753 L4_chemical_B1 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.24878874 L4_chemical_B2 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.20747288 L4_chemical_B3 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.52732896 L4_chemical_C2 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.52079237 L4_chemical_C3 +LQ10X000080 Putative uncharacterized protein 6.260964465 C6_control_A1 +LQ10X000080 Putative uncharacterized protein 5.918389133 C6_control_A3 +LQ10X000080 Putative uncharacterized protein 5.72371173 C6_control_B1 +LQ10X000080 Putative uncharacterized protein 6.189209555 C6_control_B2 +LQ10X000080 Putative uncharacterized protein 5.998766388 C6_control_B3 +LQ10X000080 Putative uncharacterized protein 5.661057626 C6_control_C1 +LQ10X000080 Putative uncharacterized protein 5.701354696 C6_control_C2 +LQ10X000080 Putative uncharacterized protein 5.574473135 C6_control_C3 +LQ10X000080 Putative uncharacterized protein 5.585850628 C6_chemical_A1 +LQ10X000080 Putative uncharacterized protein 5.489743848 C6_chemical_A3 +LQ10X000080 Putative uncharacterized protein 5.601444377 C6_chemical_B1 +LQ10X000080 Putative uncharacterized protein 6.017429335 C6_chemical_B2 +LQ10X000080 Putative uncharacterized protein 6.01095558 C6_chemical_B3 +LQ10X000080 Putative uncharacterized protein 5.49698847 C6_chemical_C1 +LQ10X000080 Putative uncharacterized protein 6.103312544 C6_chemical_C2 +LQ10X000080 Putative uncharacterized protein 5.789899892 C6_chemical_C3 +LQ10X000080 Putative uncharacterized protein 5.862284625 L4_control_A1 +LQ10X000080 Putative uncharacterized protein 6.183345794 L4_control_A2 +LQ10X000080 Putative uncharacterized protein 6.358303852 L4_control_A3 +LQ10X000080 Putative uncharacterized protein 6.642243821 L4_control_B1 +LQ10X000080 Putative uncharacterized protein 5.650859434 L4_control_B2 +LQ10X000080 Putative uncharacterized protein 6.012498079 L4_control_B3 +LQ10X000080 Putative uncharacterized protein 5.610855667 L4_control_C2 +LQ10X000080 Putative uncharacterized protein 5.4553838 L4_control_C3 +LQ10X000080 Putative uncharacterized protein 5.602217279 L4_chemical_A1 +LQ10X000080 Putative uncharacterized protein 5.808288 L4_chemical_A2 +LQ10X000080 Putative uncharacterized protein 6.059130227 L4_chemical_A3 +LQ10X000080 Putative uncharacterized protein 6.110122818 L4_chemical_B1 +LQ10X000080 Putative uncharacterized protein 5.755381683 L4_chemical_B2 +LQ10X000080 Putative uncharacterized protein 5.876631711 L4_chemical_B3 +LQ10X000080 Putative uncharacterized protein 5.298581355 L4_chemical_C2 +LQ10X000080 Putative uncharacterized protein 5.429406765 L4_chemical_C3 +LQ10X000090 ABC transporter C family member 9 8.705584891 C6_control_A1 +LQ10X000090 ABC transporter C family member 9 8.729439479 C6_control_A3 +LQ10X000090 ABC transporter C family member 9 9.381996465 C6_control_B1 +LQ10X000090 ABC transporter C family member 9 9.006907008 C6_control_B2 +LQ10X000090 ABC transporter C family member 9 9.569076779 C6_control_B3 +LQ10X000090 ABC transporter C family member 9 11.78670146 C6_control_C1 +LQ10X000090 ABC transporter C family member 9 11.19440326 C6_control_C2 +LQ10X000090 ABC transporter C family member 9 11.3721449 C6_control_C3 +LQ10X000090 ABC transporter C family member 9 8.385607335 C6_chemical_A1 +LQ10X000090 ABC transporter C family member 9 9.499515151 C6_chemical_A3 +LQ10X000090 ABC transporter C family member 9 8.439491066 C6_chemical_B1 +LQ10X000090 ABC transporter C family member 9 8.178711842 C6_chemical_B2 +LQ10X000090 ABC transporter C family member 9 8.932583188 C6_chemical_B3 +LQ10X000090 ABC transporter C family member 9 11.23211592 C6_chemical_C1 +LQ10X000090 ABC transporter C family member 9 10.94722897 C6_chemical_C2 +LQ10X000090 ABC transporter C family member 9 10.82360714 C6_chemical_C3 +LQ10X000090 ABC transporter C family member 9 9.652276579 L4_control_A1 +LQ10X000090 ABC transporter C family member 9 8.45805041 L4_control_A2 +LQ10X000090 ABC transporter C family member 9 8.685505925 L4_control_A3 +LQ10X000090 ABC transporter C family member 9 10.24867043 L4_control_B1 +LQ10X000090 ABC transporter C family member 9 9.915115288 L4_control_B2 +LQ10X000090 ABC transporter C family member 9 9.832312314 L4_control_B3 +LQ10X000090 ABC transporter C family member 9 12.41533845 L4_control_C2 +LQ10X000090 ABC transporter C family member 9 12.08314979 L4_control_C3 +LQ10X000090 ABC transporter C family member 9 9.127021667 L4_chemical_A1 +LQ10X000090 ABC transporter C family member 9 8.472735137 L4_chemical_A2 +LQ10X000090 ABC transporter C family member 9 8.898114932 L4_chemical_A3 +LQ10X000090 ABC transporter C family member 9 10.34408693 L4_chemical_B1 +LQ10X000090 ABC transporter C family member 9 9.925561027 L4_chemical_B2 +LQ10X000090 ABC transporter C family member 9 9.43740803 L4_chemical_B3 +LQ10X000090 ABC transporter C family member 9 11.80963391 L4_chemical_C2 +LQ10X000090 ABC transporter C family member 9 12.17145808 L4_chemical_C3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.931991753 C6_control_A1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.80978348 C6_control_A3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 5.297202867 C6_control_B1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.829176276 C6_control_B2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.846691817 C6_control_B3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 5.045420517 C6_control_C1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.902273254 C6_control_C2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 5.156283192 C6_control_C3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.839745373 C6_chemical_A1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.877344072 C6_chemical_A3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 5.276729807 C6_chemical_B1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.673810112 C6_chemical_B2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 5.224523773 C6_chemical_B3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.903511207 C6_chemical_C1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.829575288 C6_chemical_C2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.750842308 C6_chemical_C3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.728812338 L4_control_A1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.693060436 L4_control_A2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.934690411 L4_control_A3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 5.07508555 L4_control_B1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.599002471 L4_control_B2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.854420638 L4_control_B3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.757059051 L4_control_C2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 5.751744656 L4_control_C3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.755288567 L4_chemical_A1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.828215067 L4_chemical_A2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.844233204 L4_chemical_A3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.492529093 L4_chemical_B1 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.573483508 L4_chemical_B2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.717086878 L4_chemical_B3 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.601418871 L4_chemical_C2 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 5.000154266 L4_chemical_C3 +LQ10X000160 Uridylate kinase 13.08442972 C6_control_A1 +LQ10X000160 Uridylate kinase 12.99318551 C6_control_A3 +LQ10X000160 Uridylate kinase 12.93310197 C6_control_B1 +LQ10X000160 Uridylate kinase 13.57602171 C6_control_B2 +LQ10X000160 Uridylate kinase 12.97999204 C6_control_B3 +LQ10X000160 Uridylate kinase 11.85356956 C6_control_C1 +LQ10X000160 Uridylate kinase 12.20423698 C6_control_C2 +LQ10X000160 Uridylate kinase 11.70773099 C6_control_C3 +LQ10X000160 Uridylate kinase 13.16193558 C6_chemical_A1 +LQ10X000160 Uridylate kinase 12.47100577 C6_chemical_A3 +LQ10X000160 Uridylate kinase 12.85828003 C6_chemical_B1 +LQ10X000160 Uridylate kinase 13.55788767 C6_chemical_B2 +LQ10X000160 Uridylate kinase 12.5795266 C6_chemical_B3 +LQ10X000160 Uridylate kinase 11.82645428 C6_chemical_C1 +LQ10X000160 Uridylate kinase 11.85877276 C6_chemical_C2 +LQ10X000160 Uridylate kinase 11.0836044 C6_chemical_C3 +LQ10X000160 Uridylate kinase 12.35050621 L4_control_A1 +LQ10X000160 Uridylate kinase 12.44716322 L4_control_A2 +LQ10X000160 Uridylate kinase 10.8279334 L4_control_A3 +LQ10X000160 Uridylate kinase 11.52684914 L4_control_B1 +LQ10X000160 Uridylate kinase 12.42504312 L4_control_B2 +LQ10X000160 Uridylate kinase 12.35425982 L4_control_B3 +LQ10X000160 Uridylate kinase 10.52112528 L4_control_C2 +LQ10X000160 Uridylate kinase 10.41251261 L4_control_C3 +LQ10X000160 Uridylate kinase 11.38175386 L4_chemical_A1 +LQ10X000160 Uridylate kinase 11.63282531 L4_chemical_A2 +LQ10X000160 Uridylate kinase 10.85749202 L4_chemical_A3 +LQ10X000160 Uridylate kinase 11.87748623 L4_chemical_B1 +LQ10X000160 Uridylate kinase 11.37520047 L4_chemical_B2 +LQ10X000160 Uridylate kinase 12.46662576 L4_chemical_B3 +LQ10X000160 Uridylate kinase 9.72346716 L4_chemical_C2 +LQ10X000160 Uridylate kinase 10.21345159 L4_chemical_C3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.778434923 C6_control_A1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.554904326 C6_control_A3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.790884199 C6_control_B1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.316470721 C6_control_B2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.02181701 C6_control_B3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.478740997 C6_control_C1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.520354201 C6_control_C2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.815028459 C6_control_C3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.574048751 C6_chemical_A1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.418318477 C6_chemical_A3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.995248564 C6_chemical_B1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.585595913 C6_chemical_B2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.274803556 C6_chemical_B3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.69163782 C6_chemical_C1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.32472922 C6_chemical_C2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.942570207 C6_chemical_C3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.448468293 L4_control_A1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.677990484 L4_control_A2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.326339647 L4_control_A3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 4.996762681 L4_control_B1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.625353659 L4_control_B2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.408829661 L4_control_B3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.413197572 L4_control_C2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.843279737 L4_control_C3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.251958065 L4_chemical_A1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.30049115 L4_chemical_A2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.919851701 L4_chemical_A3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.145610051 L4_chemical_B1 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.285061605 L4_chemical_B2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.168651047 L4_chemical_B3 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.848839039 L4_chemical_C2 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.82283235 L4_chemical_C3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.72027544 C6_control_A1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.60632784 C6_control_A3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.62912113 C6_control_B1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.7032558 C6_control_B2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.82477682 C6_control_B3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.43068603 C6_control_C1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.47169696 C6_control_C2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.51692902 C6_control_C3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.89690281 C6_chemical_A1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.99487651 C6_chemical_A3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.77206744 C6_chemical_B1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.33873572 C6_chemical_B2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 14.19911231 C6_chemical_B3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.33022873 C6_chemical_C1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.33079725 C6_chemical_C2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.8376895 C6_chemical_C3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.80195096 L4_control_A1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.65276083 L4_control_A2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.24703906 L4_control_A3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.74549691 L4_control_B1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 14.26469574 L4_control_B2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.43780591 L4_control_B3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 12.93522371 L4_control_C2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.08677417 L4_control_C3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.84150319 L4_chemical_A1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 14.09764869 L4_chemical_A2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.61939251 L4_chemical_A3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.85201603 L4_chemical_B1 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 14.04682404 L4_chemical_B2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.96520554 L4_chemical_B3 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.05374988 L4_chemical_C2 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.20339399 L4_chemical_C3 +LQ10X000260 Cytokinin dehydrogenase 1 4.935355314 C6_control_A1 +LQ10X000260 Cytokinin dehydrogenase 1 5.092011296 C6_control_A3 +LQ10X000260 Cytokinin dehydrogenase 1 5.099244675 C6_control_B1 +LQ10X000260 Cytokinin dehydrogenase 1 4.986717462 C6_control_B2 +LQ10X000260 Cytokinin dehydrogenase 1 4.879751627 C6_control_B3 +LQ10X000260 Cytokinin dehydrogenase 1 4.973012763 C6_control_C1 +LQ10X000260 Cytokinin dehydrogenase 1 4.940994629 C6_control_C2 +LQ10X000260 Cytokinin dehydrogenase 1 5.065206655 C6_control_C3 +LQ10X000260 Cytokinin dehydrogenase 1 5.088607326 C6_chemical_A1 +LQ10X000260 Cytokinin dehydrogenase 1 5.11436727 C6_chemical_A3 +LQ10X000260 Cytokinin dehydrogenase 1 5.438373182 C6_chemical_B1 +LQ10X000260 Cytokinin dehydrogenase 1 4.783794506 C6_chemical_B2 +LQ10X000260 Cytokinin dehydrogenase 1 4.648689027 C6_chemical_B3 +LQ10X000260 Cytokinin dehydrogenase 1 5.093829138 C6_chemical_C1 +LQ10X000260 Cytokinin dehydrogenase 1 4.928752701 C6_chemical_C2 +LQ10X000260 Cytokinin dehydrogenase 1 5.073165783 C6_chemical_C3 +LQ10X000260 Cytokinin dehydrogenase 1 5.418650134 L4_control_A1 +LQ10X000260 Cytokinin dehydrogenase 1 4.764169934 L4_control_A2 +LQ10X000260 Cytokinin dehydrogenase 1 5.071463391 L4_control_A3 +LQ10X000260 Cytokinin dehydrogenase 1 5.169004249 L4_control_B1 +LQ10X000260 Cytokinin dehydrogenase 1 5.072471553 L4_control_B2 +LQ10X000260 Cytokinin dehydrogenase 1 4.977536762 L4_control_B3 +LQ10X000260 Cytokinin dehydrogenase 1 5.481806621 L4_control_C2 +LQ10X000260 Cytokinin dehydrogenase 1 5.065216935 L4_control_C3 +LQ10X000260 Cytokinin dehydrogenase 1 4.891324177 L4_chemical_A1 +LQ10X000260 Cytokinin dehydrogenase 1 4.85339536 L4_chemical_A2 +LQ10X000260 Cytokinin dehydrogenase 1 5.807492924 L4_chemical_A3 +LQ10X000260 Cytokinin dehydrogenase 1 4.872078195 L4_chemical_B1 +LQ10X000260 Cytokinin dehydrogenase 1 4.790131725 L4_chemical_B2 +LQ10X000260 Cytokinin dehydrogenase 1 4.942247399 L4_chemical_B3 +LQ10X000260 Cytokinin dehydrogenase 1 5.730018938 L4_chemical_C2 +LQ10X000260 Cytokinin dehydrogenase 1 5.265407586 L4_chemical_C3 +LQ10X000270 Putative uncharacterized protein 5.339321703 C6_control_A1 +LQ10X000270 Putative uncharacterized protein 7.065628519 C6_control_A3 +LQ10X000270 Putative uncharacterized protein 5.966236497 C6_control_B1 +LQ10X000270 Putative uncharacterized protein 5.682706546 C6_control_B2 +LQ10X000270 Putative uncharacterized protein 6.065701563 C6_control_B3 +LQ10X000270 Putative uncharacterized protein 5.589505095 C6_control_C1 +LQ10X000270 Putative uncharacterized protein 5.488440647 C6_control_C2 +LQ10X000270 Putative uncharacterized protein 5.498306619 C6_control_C3 +LQ10X000270 Putative uncharacterized protein 6.184650599 C6_chemical_A1 +LQ10X000270 Putative uncharacterized protein 6.207869626 C6_chemical_A3 +LQ10X000270 Putative uncharacterized protein 5.350304713 C6_chemical_B1 +LQ10X000270 Putative uncharacterized protein 5.660483626 C6_chemical_B2 +LQ10X000270 Putative uncharacterized protein 5.326088901 C6_chemical_B3 +LQ10X000270 Putative uncharacterized protein 5.498153598 C6_chemical_C1 +LQ10X000270 Putative uncharacterized protein 5.573498511 C6_chemical_C2 +LQ10X000270 Putative uncharacterized protein 5.447194912 C6_chemical_C3 +LQ10X000270 Putative uncharacterized protein 6.153705524 L4_control_A1 +LQ10X000270 Putative uncharacterized protein 5.899927371 L4_control_A2 +LQ10X000270 Putative uncharacterized protein 5.95458886 L4_control_A3 +LQ10X000270 Putative uncharacterized protein 5.851404846 L4_control_B1 +LQ10X000270 Putative uncharacterized protein 6.423654937 L4_control_B2 +LQ10X000270 Putative uncharacterized protein 5.37961675 L4_control_B3 +LQ10X000270 Putative uncharacterized protein 6.040996842 L4_control_C2 +LQ10X000270 Putative uncharacterized protein 4.702925371 L4_control_C3 +LQ10X000270 Putative uncharacterized protein 5.827561773 L4_chemical_A1 +LQ10X000270 Putative uncharacterized protein 6.469542972 L4_chemical_A2 +LQ10X000270 Putative uncharacterized protein 6.443876011 L4_chemical_A3 +LQ10X000270 Putative uncharacterized protein 6.463395883 L4_chemical_B1 +LQ10X000270 Putative uncharacterized protein 5.862520955 L4_chemical_B2 +LQ10X000270 Putative uncharacterized protein 5.728142202 L4_chemical_B3 +LQ10X000270 Putative uncharacterized protein 5.320573614 L4_chemical_C2 +LQ10X000270 Putative uncharacterized protein 4.98666309 L4_chemical_C3 +LQ10X000290 Predicted protein 6.601312842 C6_control_A1 +LQ10X000290 Predicted protein 6.11568806 C6_control_A3 +LQ10X000290 Predicted protein 6.449524057 C6_control_B1 +LQ10X000290 Predicted protein 8.225439139 C6_control_B2 +LQ10X000290 Predicted protein 6.673247591 C6_control_B3 +LQ10X000290 Predicted protein 8.809159594 C6_control_C1 +LQ10X000290 Predicted protein 8.571283995 C6_control_C2 +LQ10X000290 Predicted protein 7.922014328 C6_control_C3 +LQ10X000290 Predicted protein 6.562681375 C6_chemical_A1 +LQ10X000290 Predicted protein 6.959635721 C6_chemical_A3 +LQ10X000290 Predicted protein 7.078803141 C6_chemical_B1 +LQ10X000290 Predicted protein 8.068707171 C6_chemical_B2 +LQ10X000290 Predicted protein 6.940526312 C6_chemical_B3 +LQ10X000290 Predicted protein 8.981107855 C6_chemical_C1 +LQ10X000290 Predicted protein 8.785236854 C6_chemical_C2 +LQ10X000290 Predicted protein 8.820097076 C6_chemical_C3 +LQ10X000290 Predicted protein 7.05008786 L4_control_A1 +LQ10X000290 Predicted protein 7.275662158 L4_control_A2 +LQ10X000290 Predicted protein 6.396797993 L4_control_A3 +LQ10X000290 Predicted protein 5.961701827 L4_control_B1 +LQ10X000290 Predicted protein 6.516799574 L4_control_B2 +LQ10X000290 Predicted protein 7.63826645 L4_control_B3 +LQ10X000290 Predicted protein 7.301021781 L4_control_C2 +LQ10X000290 Predicted protein 7.020432056 L4_control_C3 +LQ10X000290 Predicted protein 7.291889703 L4_chemical_A1 +LQ10X000290 Predicted protein 6.892841804 L4_chemical_A2 +LQ10X000290 Predicted protein 6.437401559 L4_chemical_A3 +LQ10X000290 Predicted protein 6.121854314 L4_chemical_B1 +LQ10X000290 Predicted protein 6.510756353 L4_chemical_B2 +LQ10X000290 Predicted protein 7.096572532 L4_chemical_B3 +LQ10X000290 Predicted protein 6.483253219 L4_chemical_C2 +LQ10X000290 Predicted protein 7.692438494 L4_chemical_C3 +LQ10X000300 Deoxyhypusine synthase 5.982926474 C6_control_A1 +LQ10X000300 Deoxyhypusine synthase 5.409828259 C6_control_A3 +LQ10X000300 Deoxyhypusine synthase 5.679974784 C6_control_B1 +LQ10X000300 Deoxyhypusine synthase 5.660328682 C6_control_B2 +LQ10X000300 Deoxyhypusine synthase 5.936027403 C6_control_B3 +LQ10X000300 Deoxyhypusine synthase 5.641234006 C6_control_C1 +LQ10X000300 Deoxyhypusine synthase 6.140032152 C6_control_C2 +LQ10X000300 Deoxyhypusine synthase 5.214391362 C6_control_C3 +LQ10X000300 Deoxyhypusine synthase 5.760850206 C6_chemical_A1 +LQ10X000300 Deoxyhypusine synthase 5.122118866 C6_chemical_A3 +LQ10X000300 Deoxyhypusine synthase 5.949569582 C6_chemical_B1 +LQ10X000300 Deoxyhypusine synthase 6.010771554 C6_chemical_B2 +LQ10X000300 Deoxyhypusine synthase 5.712046767 C6_chemical_B3 +LQ10X000300 Deoxyhypusine synthase 5.871801573 C6_chemical_C1 +LQ10X000300 Deoxyhypusine synthase 5.606678296 C6_chemical_C2 +LQ10X000300 Deoxyhypusine synthase 5.306946072 C6_chemical_C3 +LQ10X000300 Deoxyhypusine synthase 5.240530469 L4_control_A1 +LQ10X000300 Deoxyhypusine synthase 5.369007978 L4_control_A2 +LQ10X000300 Deoxyhypusine synthase 5.217213526 L4_control_A3 +LQ10X000300 Deoxyhypusine synthase 5.073410697 L4_control_B1 +LQ10X000300 Deoxyhypusine synthase 5.494530137 L4_control_B2 +LQ10X000300 Deoxyhypusine synthase 5.324115353 L4_control_B3 +LQ10X000300 Deoxyhypusine synthase 5.115919562 L4_control_C2 +LQ10X000300 Deoxyhypusine synthase 5.13751511 L4_control_C3 +LQ10X000300 Deoxyhypusine synthase 5.033846329 L4_chemical_A1 +LQ10X000300 Deoxyhypusine synthase 5.509351486 L4_chemical_A2 +LQ10X000300 Deoxyhypusine synthase 5.103116876 L4_chemical_A3 +LQ10X000300 Deoxyhypusine synthase 5.641900027 L4_chemical_B1 +LQ10X000300 Deoxyhypusine synthase 5.678690117 L4_chemical_B2 +LQ10X000300 Deoxyhypusine synthase 5.679907946 L4_chemical_B3 +LQ10X000300 Deoxyhypusine synthase 5.930872652 L4_chemical_C2 +LQ10X000300 Deoxyhypusine synthase 5.86129349 L4_chemical_C3 +LQ10X000320 Putative uncharacterized protein 8.968794392 C6_control_A1 +LQ10X000320 Putative uncharacterized protein 7.932188322 C6_control_A3 +LQ10X000320 Putative uncharacterized protein 9.107413192 C6_control_B1 +LQ10X000320 Putative uncharacterized protein 8.963412748 C6_control_B2 +LQ10X000320 Putative uncharacterized protein 9.389195033 C6_control_B3 +LQ10X000320 Putative uncharacterized protein 9.055609824 C6_control_C1 +LQ10X000320 Putative uncharacterized protein 8.490335708 C6_control_C2 +LQ10X000320 Putative uncharacterized protein 8.906984917 C6_control_C3 +LQ10X000320 Putative uncharacterized protein 8.856579139 C6_chemical_A1 +LQ10X000320 Putative uncharacterized protein 7.861984645 C6_chemical_A3 +LQ10X000320 Putative uncharacterized protein 8.362699448 C6_chemical_B1 +LQ10X000320 Putative uncharacterized protein 8.69637814 C6_chemical_B2 +LQ10X000320 Putative uncharacterized protein 8.346574845 C6_chemical_B3 +LQ10X000320 Putative uncharacterized protein 8.826712939 C6_chemical_C1 +LQ10X000320 Putative uncharacterized protein 8.230250351 C6_chemical_C2 +LQ10X000320 Putative uncharacterized protein 8.544538346 C6_chemical_C3 +LQ10X000320 Putative uncharacterized protein 7.397569508 L4_control_A1 +LQ10X000320 Putative uncharacterized protein 6.013370851 L4_control_A2 +LQ10X000320 Putative uncharacterized protein 5.37343004 L4_control_A3 +LQ10X000320 Putative uncharacterized protein 5.653840247 L4_control_B1 +LQ10X000320 Putative uncharacterized protein 8.027768254 L4_control_B2 +LQ10X000320 Putative uncharacterized protein 5.563302881 L4_control_B3 +LQ10X000320 Putative uncharacterized protein 9.370793837 L4_control_C2 +LQ10X000320 Putative uncharacterized protein 5.465760092 L4_control_C3 +LQ10X000320 Putative uncharacterized protein 4.961208841 L4_chemical_A1 +LQ10X000320 Putative uncharacterized protein 5.308687759 L4_chemical_A2 +LQ10X000320 Putative uncharacterized protein 5.43388343 L4_chemical_A3 +LQ10X000320 Putative uncharacterized protein 7.301018064 L4_chemical_B1 +LQ10X000320 Putative uncharacterized protein 6.088064473 L4_chemical_B2 +LQ10X000320 Putative uncharacterized protein 5.166123537 L4_chemical_B3 +LQ10X000320 Putative uncharacterized protein 6.057591906 L4_chemical_C2 +LQ10X000320 Putative uncharacterized protein 5.498704891 L4_chemical_C3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.710734629 C6_control_A1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 6.756843621 C6_control_A3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 8.096765319 C6_control_B1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 8.105955899 C6_control_B2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.420907598 C6_control_B3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.503922697 C6_control_C1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.106155535 C6_control_C2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.313056955 C6_control_C3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.707312628 C6_chemical_A1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.624033252 C6_chemical_A3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.890899386 C6_chemical_B1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.962446985 C6_chemical_B2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.988759134 C6_chemical_B3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.769730404 C6_chemical_C1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.583734086 C6_chemical_C2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 6.791962011 C6_chemical_C3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.10805116 L4_control_A1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.68536046 L4_control_A2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.22978082 L4_control_A3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.42634701 L4_control_B1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 11.74618035 L4_control_B2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 13.3051514 L4_control_B3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 10.58720837 L4_control_C2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.26127796 L4_control_C3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.25717634 L4_chemical_A1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.11500371 L4_chemical_A2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.17747465 L4_chemical_A3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 11.34966049 L4_chemical_B1 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.05097706 L4_chemical_B2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 13.26666645 L4_chemical_B3 +LQ10X000330 Putative disease resistance RPP13-like protein 1 11.00553766 L4_chemical_C2 +LQ10X000330 Putative disease resistance RPP13-like protein 1 12.40243241 L4_chemical_C3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.03813354 C6_control_A1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 7.656679992 C6_control_A3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.642400641 C6_control_B1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.381934361 C6_control_B2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.737173849 C6_control_B3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.08861397 C6_control_C1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 7.023273094 C6_control_C2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 7.683284805 C6_control_C3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.216853596 C6_chemical_A1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.130151119 C6_chemical_A3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.226074969 C6_chemical_B1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.312429578 C6_chemical_B2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.656913723 C6_chemical_B3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 7.695072291 C6_chemical_C1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 7.45583184 C6_chemical_C2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.09152039 C6_chemical_C3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 6.518195285 L4_control_A1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.857596649 L4_control_A2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 6.258457768 L4_control_A3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.614345523 L4_control_B1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 6.593595352 L4_control_B2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.652767561 L4_control_B3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 7.477903324 L4_control_C2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.122849921 L4_control_C3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.375577056 L4_chemical_A1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.304692192 L4_chemical_A2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.733336736 L4_chemical_A3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 6.78669387 L4_chemical_B1 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.839210092 L4_chemical_B2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.566966477 L4_chemical_B3 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.782102073 L4_chemical_C2 +LQ10X000340 Putative disease resistance RPP13-like protein 1 5.821079975 L4_chemical_C3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 11.5738926 C6_control_A1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 11.37961647 C6_control_A3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 11.8251919 C6_control_B1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.96852936 C6_control_B2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 11.06782484 C6_control_B3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.40432129 C6_control_C1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.10789898 C6_control_C2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 9.944496111 C6_control_C3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 11.35221942 C6_chemical_A1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 11.4177488 C6_chemical_A3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 11.4148212 C6_chemical_B1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.62825683 C6_chemical_B2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.46243513 C6_chemical_B3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.24584107 C6_chemical_C1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 9.597198513 C6_chemical_C2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 9.75493681 C6_chemical_C3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.81535504 L4_control_A1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.63744694 L4_control_A2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.53128903 L4_control_A3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.38621726 L4_control_B1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.40345501 L4_control_B2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 9.240532412 L4_control_B3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 8.036690958 L4_control_C2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 7.03012016 L4_control_C3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.32004991 L4_chemical_A1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 9.865131013 L4_chemical_A2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.50579787 L4_chemical_A3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.15230127 L4_chemical_B1 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.64646921 L4_chemical_B2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 10.66128695 L4_chemical_B3 +LQ10X000360 Putative disease resistance RPP13-like protein 1 9.114319474 L4_chemical_C2 +LQ10X000360 Putative disease resistance RPP13-like protein 1 7.516551381 L4_chemical_C3 +LQ10X000430 Predicted protein 5.504736062 C6_control_A1 +LQ10X000430 Predicted protein 5.576071134 C6_control_A3 +LQ10X000430 Predicted protein 5.558958335 C6_control_B1 +LQ10X000430 Predicted protein 5.727270432 C6_control_B2 +LQ10X000430 Predicted protein 5.480988556 C6_control_B3 +LQ10X000430 Predicted protein 5.818746761 C6_control_C1 +LQ10X000430 Predicted protein 6.240405842 C6_control_C2 +LQ10X000430 Predicted protein 5.726950199 C6_control_C3 +LQ10X000430 Predicted protein 5.446618585 C6_chemical_A1 +LQ10X000430 Predicted protein 5.379057896 C6_chemical_A3 +LQ10X000430 Predicted protein 5.415787474 C6_chemical_B1 +LQ10X000430 Predicted protein 5.633494412 C6_chemical_B2 +LQ10X000430 Predicted protein 5.519363132 C6_chemical_B3 +LQ10X000430 Predicted protein 5.396600628 C6_chemical_C1 +LQ10X000430 Predicted protein 5.456979356 C6_chemical_C2 +LQ10X000430 Predicted protein 5.214186832 C6_chemical_C3 +LQ10X000430 Predicted protein 5.579779425 L4_control_A1 +LQ10X000430 Predicted protein 5.850048162 L4_control_A2 +LQ10X000430 Predicted protein 5.183606333 L4_control_A3 +LQ10X000430 Predicted protein 5.41785365 L4_control_B1 +LQ10X000430 Predicted protein 5.452996706 L4_control_B2 +LQ10X000430 Predicted protein 5.594185399 L4_control_B3 +LQ10X000430 Predicted protein 5.698805185 L4_control_C2 +LQ10X000430 Predicted protein 5.340153364 L4_control_C3 +LQ10X000430 Predicted protein 5.317923803 L4_chemical_A1 +LQ10X000430 Predicted protein 5.503724827 L4_chemical_A2 +LQ10X000430 Predicted protein 5.558261997 L4_chemical_A3 +LQ10X000430 Predicted protein 6.208866153 L4_chemical_B1 +LQ10X000430 Predicted protein 5.755900006 L4_chemical_B2 +LQ10X000430 Predicted protein 5.628094467 L4_chemical_B3 +LQ10X000430 Predicted protein 5.664456383 L4_chemical_C2 +LQ10X000430 Predicted protein 5.627781207 L4_chemical_C3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.462890715 C6_control_A1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.697908695 C6_control_A3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.241108384 C6_control_B1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.263156664 C6_control_B2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.156974964 C6_control_B3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 10.38856675 C6_control_C1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 10.13621852 C6_control_C2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 10.09235634 C6_control_C3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 8.922609193 C6_chemical_A1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.922741651 C6_chemical_A3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 8.830882223 C6_chemical_B1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.218730722 C6_chemical_B2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.073883298 C6_chemical_B3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 10.23300488 C6_chemical_C1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.98933602 C6_chemical_C2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 10.39326743 C6_chemical_C3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.583121955 L4_control_A1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.595118716 L4_control_A2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 10.05020594 L4_control_A3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 8.930716735 L4_control_B1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.172994186 L4_control_B2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 10.17803874 L4_control_B3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.736725669 L4_control_C2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.762854085 L4_control_C3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.366165154 L4_chemical_A1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 8.870915968 L4_chemical_A2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.970915595 L4_chemical_A3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 8.73812253 L4_chemical_B1 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 7.914175102 L4_chemical_B2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.581291532 L4_chemical_B3 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.138369505 L4_chemical_C2 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 9.904099782 L4_chemical_C3 +LQ10X000490 Scarecrow-like protein 3 10.08174701 C6_control_A1 +LQ10X000490 Scarecrow-like protein 3 8.749404161 C6_control_A3 +LQ10X000490 Scarecrow-like protein 3 10.5173881 C6_control_B1 +LQ10X000490 Scarecrow-like protein 3 10.16140432 C6_control_B2 +LQ10X000490 Scarecrow-like protein 3 9.504181178 C6_control_B3 +LQ10X000490 Scarecrow-like protein 3 9.869714989 C6_control_C1 +LQ10X000490 Scarecrow-like protein 3 10.37792916 C6_control_C2 +LQ10X000490 Scarecrow-like protein 3 10.01358668 C6_control_C3 +LQ10X000490 Scarecrow-like protein 3 10.49621159 C6_chemical_A1 +LQ10X000490 Scarecrow-like protein 3 9.489219732 C6_chemical_A3 +LQ10X000490 Scarecrow-like protein 3 11.12044951 C6_chemical_B1 +LQ10X000490 Scarecrow-like protein 3 10.40634836 C6_chemical_B2 +LQ10X000490 Scarecrow-like protein 3 10.09637131 C6_chemical_B3 +LQ10X000490 Scarecrow-like protein 3 10.29108282 C6_chemical_C1 +LQ10X000490 Scarecrow-like protein 3 10.58561033 C6_chemical_C2 +LQ10X000490 Scarecrow-like protein 3 10.04362078 C6_chemical_C3 +LQ10X000490 Scarecrow-like protein 3 9.778373198 L4_control_A1 +LQ10X000490 Scarecrow-like protein 3 9.958221001 L4_control_A2 +LQ10X000490 Scarecrow-like protein 3 7.654067422 L4_control_A3 +LQ10X000490 Scarecrow-like protein 3 9.914969079 L4_control_B1 +LQ10X000490 Scarecrow-like protein 3 10.68631073 L4_control_B2 +LQ10X000490 Scarecrow-like protein 3 10.05542927 L4_control_B3 +LQ10X000490 Scarecrow-like protein 3 11.05326775 L4_control_C2 +LQ10X000490 Scarecrow-like protein 3 11.48366826 L4_control_C3 +LQ10X000490 Scarecrow-like protein 3 10.06996273 L4_chemical_A1 +LQ10X000490 Scarecrow-like protein 3 10.70834698 L4_chemical_A2 +LQ10X000490 Scarecrow-like protein 3 6.966619007 L4_chemical_A3 +LQ10X000490 Scarecrow-like protein 3 10.33869885 L4_chemical_B1 +LQ10X000490 Scarecrow-like protein 3 11.03439823 L4_chemical_B2 +LQ10X000490 Scarecrow-like protein 3 9.240949224 L4_chemical_B3 +LQ10X000490 Scarecrow-like protein 3 11.38461268 L4_chemical_C2 +LQ10X000490 Scarecrow-like protein 3 11.14978256 L4_chemical_C3 +LQ10X000500 Putative Disease resistance response protein 206 13.24107135 C6_control_A1 +LQ10X000500 Putative Disease resistance response protein 206 13.43160249 C6_control_A3 +LQ10X000500 Putative Disease resistance response protein 206 12.07802073 C6_control_B1 +LQ10X000500 Putative Disease resistance response protein 206 10.22427076 C6_control_B2 +LQ10X000500 Putative Disease resistance response protein 206 10.80926011 C6_control_B3 +LQ10X000500 Putative Disease resistance response protein 206 4.884641117 C6_control_C1 +LQ10X000500 Putative Disease resistance response protein 206 5.304091803 C6_control_C2 +LQ10X000500 Putative Disease resistance response protein 206 5.229692487 C6_control_C3 +LQ10X000500 Putative Disease resistance response protein 206 13.54285634 C6_chemical_A1 +LQ10X000500 Putative Disease resistance response protein 206 13.22231821 C6_chemical_A3 +LQ10X000500 Putative Disease resistance response protein 206 11.41350335 C6_chemical_B1 +LQ10X000500 Putative Disease resistance response protein 206 10.08881034 C6_chemical_B2 +LQ10X000500 Putative Disease resistance response protein 206 10.28137511 C6_chemical_B3 +LQ10X000500 Putative Disease resistance response protein 206 5.202414692 C6_chemical_C1 +LQ10X000500 Putative Disease resistance response protein 206 5.570658068 C6_chemical_C2 +LQ10X000500 Putative Disease resistance response protein 206 5.169637279 C6_chemical_C3 +LQ10X000500 Putative Disease resistance response protein 206 13.24164596 L4_control_A1 +LQ10X000500 Putative Disease resistance response protein 206 12.86201865 L4_control_A2 +LQ10X000500 Putative Disease resistance response protein 206 12.48813238 L4_control_A3 +LQ10X000500 Putative Disease resistance response protein 206 11.39067536 L4_control_B1 +LQ10X000500 Putative Disease resistance response protein 206 11.68983426 L4_control_B2 +LQ10X000500 Putative Disease resistance response protein 206 9.272008829 L4_control_B3 +LQ10X000500 Putative Disease resistance response protein 206 5.476296885 L4_control_C2 +LQ10X000500 Putative Disease resistance response protein 206 5.092586554 L4_control_C3 +LQ10X000500 Putative Disease resistance response protein 206 12.48118071 L4_chemical_A1 +LQ10X000500 Putative Disease resistance response protein 206 12.37516334 L4_chemical_A2 +LQ10X000500 Putative Disease resistance response protein 206 12.42523192 L4_chemical_A3 +LQ10X000500 Putative Disease resistance response protein 206 11.51436418 L4_chemical_B1 +LQ10X000500 Putative Disease resistance response protein 206 12.57554417 L4_chemical_B2 +LQ10X000500 Putative Disease resistance response protein 206 12.58438841 L4_chemical_B3 +LQ10X000500 Putative Disease resistance response protein 206 5.480990064 L4_chemical_C2 +LQ10X000500 Putative Disease resistance response protein 206 5.523746937 L4_chemical_C3 +LQ10X000520 Predicted protein 11.78113586 C6_control_A1 +LQ10X000520 Predicted protein 11.68510114 C6_control_A3 +LQ10X000520 Predicted protein 11.58984579 C6_control_B1 +LQ10X000520 Predicted protein 11.46910036 C6_control_B2 +LQ10X000520 Predicted protein 11.58003767 C6_control_B3 +LQ10X000520 Predicted protein 12.37716893 C6_control_C1 +LQ10X000520 Predicted protein 12.14499934 C6_control_C2 +LQ10X000520 Predicted protein 12.02692474 C6_control_C3 +LQ10X000520 Predicted protein 11.33023777 C6_chemical_A1 +LQ10X000520 Predicted protein 11.5522746 C6_chemical_A3 +LQ10X000520 Predicted protein 11.20855284 C6_chemical_B1 +LQ10X000520 Predicted protein 11.12195274 C6_chemical_B2 +LQ10X000520 Predicted protein 11.55682751 C6_chemical_B3 +LQ10X000520 Predicted protein 12.45274618 C6_chemical_C1 +LQ10X000520 Predicted protein 12.21424395 C6_chemical_C2 +LQ10X000520 Predicted protein 12.13606053 C6_chemical_C3 +LQ10X000520 Predicted protein 11.11437074 L4_control_A1 +LQ10X000520 Predicted protein 10.47517523 L4_control_A2 +LQ10X000520 Predicted protein 10.22590635 L4_control_A3 +LQ10X000520 Predicted protein 10.80853159 L4_control_B1 +LQ10X000520 Predicted protein 10.71675825 L4_control_B2 +LQ10X000520 Predicted protein 11.09100867 L4_control_B3 +LQ10X000520 Predicted protein 11.30041908 L4_control_C2 +LQ10X000520 Predicted protein 10.52411829 L4_control_C3 +LQ10X000520 Predicted protein 10.92279519 L4_chemical_A1 +LQ10X000520 Predicted protein 10.30095059 L4_chemical_A2 +LQ10X000520 Predicted protein 10.19100248 L4_chemical_A3 +LQ10X000520 Predicted protein 10.53261041 L4_chemical_B1 +LQ10X000520 Predicted protein 10.58837646 L4_chemical_B2 +LQ10X000520 Predicted protein 10.57974967 L4_chemical_B3 +LQ10X000520 Predicted protein 11.60563924 L4_chemical_C2 +LQ10X000520 Predicted protein 10.96396093 L4_chemical_C3 +LQ10X000530 Putative uncharacterized protein 8.291730434 C6_control_A1 +LQ10X000530 Putative uncharacterized protein 9.740074899 C6_control_A3 +LQ10X000530 Putative uncharacterized protein 8.742747654 C6_control_B1 +LQ10X000530 Putative uncharacterized protein 9.051239635 C6_control_B2 +LQ10X000530 Putative uncharacterized protein 9.154946107 C6_control_B3 +LQ10X000530 Putative uncharacterized protein 9.490008538 C6_control_C1 +LQ10X000530 Putative uncharacterized protein 11.51575023 C6_control_C2 +LQ10X000530 Putative uncharacterized protein 9.717695314 C6_control_C3 +LQ10X000530 Putative uncharacterized protein 10.29221233 C6_chemical_A1 +LQ10X000530 Putative uncharacterized protein 10.02359418 C6_chemical_A3 +LQ10X000530 Putative uncharacterized protein 10.70524062 C6_chemical_B1 +LQ10X000530 Putative uncharacterized protein 11.07545435 C6_chemical_B2 +LQ10X000530 Putative uncharacterized protein 10.9737955 C6_chemical_B3 +LQ10X000530 Putative uncharacterized protein 11.44865869 C6_chemical_C1 +LQ10X000530 Putative uncharacterized protein 11.49083662 C6_chemical_C2 +LQ10X000530 Putative uncharacterized protein 11.91767452 C6_chemical_C3 +LQ10X000530 Putative uncharacterized protein 10.14361297 L4_control_A1 +LQ10X000530 Putative uncharacterized protein 10.49362935 L4_control_A2 +LQ10X000530 Putative uncharacterized protein 10.81706599 L4_control_A3 +LQ10X000530 Putative uncharacterized protein 11.23652401 L4_control_B1 +LQ10X000530 Putative uncharacterized protein 11.05738982 L4_control_B2 +LQ10X000530 Putative uncharacterized protein 11.73580573 L4_control_B3 +LQ10X000530 Putative uncharacterized protein 12.12017169 L4_control_C2 +LQ10X000530 Putative uncharacterized protein 12.64331935 L4_control_C3 +LQ10X000530 Putative uncharacterized protein 9.785233911 L4_chemical_A1 +LQ10X000530 Putative uncharacterized protein 10.17219807 L4_chemical_A2 +LQ10X000530 Putative uncharacterized protein 10.43267895 L4_chemical_A3 +LQ10X000530 Putative uncharacterized protein 11.123646 L4_chemical_B1 +LQ10X000530 Putative uncharacterized protein 10.70851176 L4_chemical_B2 +LQ10X000530 Putative uncharacterized protein 11.04274864 L4_chemical_B3 +LQ10X000530 Putative uncharacterized protein 11.57905014 L4_chemical_C2 +LQ10X000530 Putative uncharacterized protein 12.3136334 L4_chemical_C3 +LQ10X000540 Putative uncharacterized protein 9.170893994 C6_control_A1 +LQ10X000540 Putative uncharacterized protein 8.398542089 C6_control_A3 +LQ10X000540 Putative uncharacterized protein 9.663705622 C6_control_B1 +LQ10X000540 Putative uncharacterized protein 10.70456041 C6_control_B2 +LQ10X000540 Putative uncharacterized protein 10.08005036 C6_control_B3 +LQ10X000540 Putative uncharacterized protein 11.64183185 C6_control_C1 +LQ10X000540 Putative uncharacterized protein 11.65042761 C6_control_C2 +LQ10X000540 Putative uncharacterized protein 10.89493241 C6_control_C3 +LQ10X000540 Putative uncharacterized protein 8.663946695 C6_chemical_A1 +LQ10X000540 Putative uncharacterized protein 8.573975248 C6_chemical_A3 +LQ10X000540 Putative uncharacterized protein 10.14015525 C6_chemical_B1 +LQ10X000540 Putative uncharacterized protein 10.67128675 C6_chemical_B2 +LQ10X000540 Putative uncharacterized protein 9.980110015 C6_chemical_B3 +LQ10X000540 Putative uncharacterized protein 11.42551887 C6_chemical_C1 +LQ10X000540 Putative uncharacterized protein 11.59969688 C6_chemical_C2 +LQ10X000540 Putative uncharacterized protein 11.2563827 C6_chemical_C3 +LQ10X000540 Putative uncharacterized protein 9.474859377 L4_control_A1 +LQ10X000540 Putative uncharacterized protein 9.706566169 L4_control_A2 +LQ10X000540 Putative uncharacterized protein 9.660936516 L4_control_A3 +LQ10X000540 Putative uncharacterized protein 10.78196384 L4_control_B1 +LQ10X000540 Putative uncharacterized protein 11.12765584 L4_control_B2 +LQ10X000540 Putative uncharacterized protein 10.81160833 L4_control_B3 +LQ10X000540 Putative uncharacterized protein 12.30682672 L4_control_C2 +LQ10X000540 Putative uncharacterized protein 12.00484801 L4_control_C3 +LQ10X000540 Putative uncharacterized protein 8.925440675 L4_chemical_A1 +LQ10X000540 Putative uncharacterized protein 9.551658385 L4_chemical_A2 +LQ10X000540 Putative uncharacterized protein 9.338208916 L4_chemical_A3 +LQ10X000540 Putative uncharacterized protein 10.25516942 L4_chemical_B1 +LQ10X000540 Putative uncharacterized protein 10.35875784 L4_chemical_B2 +LQ10X000540 Putative uncharacterized protein 9.929092764 L4_chemical_B3 +LQ10X000540 Putative uncharacterized protein 12.31452307 L4_chemical_C2 +LQ10X000540 Putative uncharacterized protein 12.0114638 L4_chemical_C3 +LQ10X000570 Xanthoxin dehydrogenase 11.80123825 C6_control_A1 +LQ10X000570 Xanthoxin dehydrogenase 11.22222855 C6_control_A3 +LQ10X000570 Xanthoxin dehydrogenase 12.45133357 C6_control_B1 +LQ10X000570 Xanthoxin dehydrogenase 12.86672218 C6_control_B2 +LQ10X000570 Xanthoxin dehydrogenase 12.9014059 C6_control_B3 +LQ10X000570 Xanthoxin dehydrogenase 13.63380655 C6_control_C1 +LQ10X000570 Xanthoxin dehydrogenase 13.42287431 C6_control_C2 +LQ10X000570 Xanthoxin dehydrogenase 13.52602507 C6_control_C3 +LQ10X000570 Xanthoxin dehydrogenase 11.73400818 C6_chemical_A1 +LQ10X000570 Xanthoxin dehydrogenase 11.61810277 C6_chemical_A3 +LQ10X000570 Xanthoxin dehydrogenase 12.62461117 C6_chemical_B1 +LQ10X000570 Xanthoxin dehydrogenase 12.76161518 C6_chemical_B2 +LQ10X000570 Xanthoxin dehydrogenase 13.00308907 C6_chemical_B3 +LQ10X000570 Xanthoxin dehydrogenase 13.62775353 C6_chemical_C1 +LQ10X000570 Xanthoxin dehydrogenase 13.55193984 C6_chemical_C2 +LQ10X000570 Xanthoxin dehydrogenase 13.63262502 C6_chemical_C3 +LQ10X000570 Xanthoxin dehydrogenase 11.00601908 L4_control_A1 +LQ10X000570 Xanthoxin dehydrogenase 11.38432357 L4_control_A2 +LQ10X000570 Xanthoxin dehydrogenase 11.68742559 L4_control_A3 +LQ10X000570 Xanthoxin dehydrogenase 12.72960841 L4_control_B1 +LQ10X000570 Xanthoxin dehydrogenase 12.48611999 L4_control_B2 +LQ10X000570 Xanthoxin dehydrogenase 13.27219913 L4_control_B3 +LQ10X000570 Xanthoxin dehydrogenase 13.19553522 L4_control_C2 +LQ10X000570 Xanthoxin dehydrogenase 13.39806372 L4_control_C3 +LQ10X000570 Xanthoxin dehydrogenase 11.40504574 L4_chemical_A1 +LQ10X000570 Xanthoxin dehydrogenase 11.95445792 L4_chemical_A2 +LQ10X000570 Xanthoxin dehydrogenase 11.52373837 L4_chemical_A3 +LQ10X000570 Xanthoxin dehydrogenase 11.96958178 L4_chemical_B1 +LQ10X000570 Xanthoxin dehydrogenase 12.30069642 L4_chemical_B2 +LQ10X000570 Xanthoxin dehydrogenase 12.30759116 L4_chemical_B3 +LQ10X000570 Xanthoxin dehydrogenase 13.14406271 L4_chemical_C2 +LQ10X000570 Xanthoxin dehydrogenase 13.48102332 L4_chemical_C3 +LQ10X000580 Hypothetical protein 5.776874869 C6_control_A1 +LQ10X000580 Hypothetical protein 5.464780909 C6_control_A3 +LQ10X000580 Hypothetical protein 5.231097689 C6_control_B1 +LQ10X000580 Hypothetical protein 5.397576614 C6_control_B2 +LQ10X000580 Hypothetical protein 5.376111887 C6_control_B3 +LQ10X000580 Hypothetical protein 5.169343158 C6_control_C1 +LQ10X000580 Hypothetical protein 5.369758522 C6_control_C2 +LQ10X000580 Hypothetical protein 5.015903511 C6_control_C3 +LQ10X000580 Hypothetical protein 5.289675602 C6_chemical_A1 +LQ10X000580 Hypothetical protein 5.329314294 C6_chemical_A3 +LQ10X000580 Hypothetical protein 5.460923519 C6_chemical_B1 +LQ10X000580 Hypothetical protein 5.762890433 C6_chemical_B2 +LQ10X000580 Hypothetical protein 5.166037575 C6_chemical_B3 +LQ10X000580 Hypothetical protein 5.593901684 C6_chemical_C1 +LQ10X000580 Hypothetical protein 5.231027918 C6_chemical_C2 +LQ10X000580 Hypothetical protein 4.984429746 C6_chemical_C3 +LQ10X000580 Hypothetical protein 5.503165486 L4_control_A1 +LQ10X000580 Hypothetical protein 5.248735009 L4_control_A2 +LQ10X000580 Hypothetical protein 5.57893609 L4_control_A3 +LQ10X000580 Hypothetical protein 5.816111691 L4_control_B1 +LQ10X000580 Hypothetical protein 5.292069182 L4_control_B2 +LQ10X000580 Hypothetical protein 4.899310101 L4_control_B3 +LQ10X000580 Hypothetical protein 4.766494208 L4_control_C2 +LQ10X000580 Hypothetical protein 4.888540058 L4_control_C3 +LQ10X000580 Hypothetical protein 5.28222214 L4_chemical_A1 +LQ10X000580 Hypothetical protein 5.356222194 L4_chemical_A2 +LQ10X000580 Hypothetical protein 6.323433793 L4_chemical_A3 +LQ10X000580 Hypothetical protein 5.576141527 L4_chemical_B1 +LQ10X000580 Hypothetical protein 5.160158396 L4_chemical_B2 +LQ10X000580 Hypothetical protein 5.104254991 L4_chemical_B3 +LQ10X000580 Hypothetical protein 5.006029537 L4_chemical_C2 +LQ10X000580 Hypothetical protein 5.362419318 L4_chemical_C3 +LQ10X000600 Uncharacterized protein At2g40430 10.51836973 C6_control_A1 +LQ10X000600 Uncharacterized protein At2g40430 10.73111711 C6_control_A3 +LQ10X000600 Uncharacterized protein At2g40430 10.44419561 C6_control_B1 +LQ10X000600 Uncharacterized protein At2g40430 11.13115193 C6_control_B2 +LQ10X000600 Uncharacterized protein At2g40430 10.26620393 C6_control_B3 +LQ10X000600 Uncharacterized protein At2g40430 11.08007407 C6_control_C1 +LQ10X000600 Uncharacterized protein At2g40430 11.18334008 C6_control_C2 +LQ10X000600 Uncharacterized protein At2g40430 11.29340555 C6_control_C3 +LQ10X000600 Uncharacterized protein At2g40430 10.05460684 C6_chemical_A1 +LQ10X000600 Uncharacterized protein At2g40430 10.48166353 C6_chemical_A3 +LQ10X000600 Uncharacterized protein At2g40430 9.73515346 C6_chemical_B1 +LQ10X000600 Uncharacterized protein At2g40430 10.700237 C6_chemical_B2 +LQ10X000600 Uncharacterized protein At2g40430 10.39649453 C6_chemical_B3 +LQ10X000600 Uncharacterized protein At2g40430 11.00851209 C6_chemical_C1 +LQ10X000600 Uncharacterized protein At2g40430 10.96671747 C6_chemical_C2 +LQ10X000600 Uncharacterized protein At2g40430 11.28163031 C6_chemical_C3 +LQ10X000600 Uncharacterized protein At2g40430 10.23313933 L4_control_A1 +LQ10X000600 Uncharacterized protein At2g40430 10.16468919 L4_control_A2 +LQ10X000600 Uncharacterized protein At2g40430 9.758114551 L4_control_A3 +LQ10X000600 Uncharacterized protein At2g40430 9.753495923 L4_control_B1 +LQ10X000600 Uncharacterized protein At2g40430 9.66509625 L4_control_B2 +LQ10X000600 Uncharacterized protein At2g40430 10.44656143 L4_control_B3 +LQ10X000600 Uncharacterized protein At2g40430 10.03564932 L4_control_C2 +LQ10X000600 Uncharacterized protein At2g40430 10.77363623 L4_control_C3 +LQ10X000600 Uncharacterized protein At2g40430 10.37570864 L4_chemical_A1 +LQ10X000600 Uncharacterized protein At2g40430 9.631564085 L4_chemical_A2 +LQ10X000600 Uncharacterized protein At2g40430 9.655245204 L4_chemical_A3 +LQ10X000600 Uncharacterized protein At2g40430 10.05752893 L4_chemical_B1 +LQ10X000600 Uncharacterized protein At2g40430 9.245672815 L4_chemical_B2 +LQ10X000600 Uncharacterized protein At2g40430 10.57661547 L4_chemical_B3 +LQ10X000600 Uncharacterized protein At2g40430 9.265306281 L4_chemical_C2 +LQ10X000600 Uncharacterized protein At2g40430 10.7570253 L4_chemical_C3 +LQ10X000610 Putative uncharacterized protein 10.92457694 C6_control_A1 +LQ10X000610 Putative uncharacterized protein 10.94856367 C6_control_A3 +LQ10X000610 Putative uncharacterized protein 10.85294235 C6_control_B1 +LQ10X000610 Putative uncharacterized protein 10.6726402 C6_control_B2 +LQ10X000610 Putative uncharacterized protein 10.37609538 C6_control_B3 +LQ10X000610 Putative uncharacterized protein 10.73163611 C6_control_C1 +LQ10X000610 Putative uncharacterized protein 10.89704581 C6_control_C2 +LQ10X000610 Putative uncharacterized protein 10.64889712 C6_control_C3 +LQ10X000610 Putative uncharacterized protein 10.59591298 C6_chemical_A1 +LQ10X000610 Putative uncharacterized protein 11.19688546 C6_chemical_A3 +LQ10X000610 Putative uncharacterized protein 10.39876045 C6_chemical_B1 +LQ10X000610 Putative uncharacterized protein 10.47896623 C6_chemical_B2 +LQ10X000610 Putative uncharacterized protein 10.34465678 C6_chemical_B3 +LQ10X000610 Putative uncharacterized protein 10.67791698 C6_chemical_C1 +LQ10X000610 Putative uncharacterized protein 11.21064323 C6_chemical_C2 +LQ10X000610 Putative uncharacterized protein 10.54686434 C6_chemical_C3 +LQ10X000610 Putative uncharacterized protein 11.7106183 L4_control_A1 +LQ10X000610 Putative uncharacterized protein 11.68393445 L4_control_A2 +LQ10X000610 Putative uncharacterized protein 11.33709425 L4_control_A3 +LQ10X000610 Putative uncharacterized protein 10.94158318 L4_control_B1 +LQ10X000610 Putative uncharacterized protein 11.01684152 L4_control_B2 +LQ10X000610 Putative uncharacterized protein 10.66064921 L4_control_B3 +LQ10X000610 Putative uncharacterized protein 11.7088576 L4_control_C2 +LQ10X000610 Putative uncharacterized protein 11.8326045 L4_control_C3 +LQ10X000610 Putative uncharacterized protein 11.85346901 L4_chemical_A1 +LQ10X000610 Putative uncharacterized protein 11.24246051 L4_chemical_A2 +LQ10X000610 Putative uncharacterized protein 11.35272632 L4_chemical_A3 +LQ10X000610 Putative uncharacterized protein 10.87933473 L4_chemical_B1 +LQ10X000610 Putative uncharacterized protein 11.4352473 L4_chemical_B2 +LQ10X000610 Putative uncharacterized protein 10.66533529 L4_chemical_B3 +LQ10X000610 Putative uncharacterized protein 12.0150547 L4_chemical_C2 +LQ10X000610 Putative uncharacterized protein 11.84232916 L4_chemical_C3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 10.63309544 C6_control_A1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 10.97714162 C6_control_A3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 10.04577011 C6_control_B1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 8.391993138 C6_control_B2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.607977098 C6_control_B3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 8.17452987 C6_control_C1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 8.380845009 C6_control_C2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.153059363 C6_control_C3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 10.59863393 C6_chemical_A1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 10.72696296 C6_chemical_A3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.637433571 C6_chemical_B1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 8.32128821 C6_chemical_B2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.698727679 C6_chemical_B3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 8.801183624 C6_chemical_C1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 8.976801636 C6_chemical_C2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.25894342 C6_chemical_C3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 11.08717569 L4_control_A1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 11.55021675 L4_control_A2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 11.96938241 L4_control_A3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 7.882361614 L4_control_B1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 10.40253212 L4_control_B2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 8.668031088 L4_control_B3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 8.811638091 L4_control_C2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.913577045 L4_control_C3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 11.16199614 L4_chemical_A1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 10.97066932 L4_chemical_A2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 11.55521291 L4_chemical_A3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.310697741 L4_chemical_B1 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.944629191 L4_chemical_B2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.888955012 L4_chemical_B3 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.430296609 L4_chemical_C2 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 9.501986107 L4_chemical_C3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.647694501 C6_control_A1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 8.315052034 C6_control_A3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.971425149 C6_control_B1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.36465099 C6_control_B2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.650715289 C6_control_B3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.16624622 C6_control_C1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.31970974 C6_control_C2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.27011853 C6_control_C3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.13348117 C6_chemical_A1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 8.147835343 C6_chemical_A3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.33311188 C6_chemical_B1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.22134693 C6_chemical_B2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 8.731256072 C6_chemical_B3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.25328883 C6_chemical_C1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.5878258 C6_chemical_C2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.815280787 C6_chemical_C3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.051087955 L4_control_A1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.791767685 L4_control_A2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 8.114502112 L4_control_A3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 11.17468022 L4_control_B1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.83552983 L4_control_B2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.52692109 L4_control_B3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 11.15668185 L4_control_C2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 11.01242194 L4_control_C3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.52800637 L4_chemical_A1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.44361768 L4_chemical_A2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 8.454761473 L4_chemical_A3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.63945537 L4_chemical_B1 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 11.40407394 L4_chemical_B2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 10.10321531 L4_chemical_B3 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 11.93800062 L4_chemical_C2 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 11.59158158 L4_chemical_C3 +LQ10X000690 Wound-induced protein 1 12.0627382 C6_control_A1 +LQ10X000690 Wound-induced protein 1 11.89638379 C6_control_A3 +LQ10X000690 Wound-induced protein 1 11.39526462 C6_control_B1 +LQ10X000690 Wound-induced protein 1 10.86549605 C6_control_B2 +LQ10X000690 Wound-induced protein 1 11.35736731 C6_control_B3 +LQ10X000690 Wound-induced protein 1 10.35421 C6_control_C1 +LQ10X000690 Wound-induced protein 1 10.08414657 C6_control_C2 +LQ10X000690 Wound-induced protein 1 10.84488449 C6_control_C3 +LQ10X000690 Wound-induced protein 1 12.54001815 C6_chemical_A1 +LQ10X000690 Wound-induced protein 1 11.73070054 C6_chemical_A3 +LQ10X000690 Wound-induced protein 1 11.91451417 C6_chemical_B1 +LQ10X000690 Wound-induced protein 1 11.24353116 C6_chemical_B2 +LQ10X000690 Wound-induced protein 1 12.0213795 C6_chemical_B3 +LQ10X000690 Wound-induced protein 1 10.33961265 C6_chemical_C1 +LQ10X000690 Wound-induced protein 1 10.28967998 C6_chemical_C2 +LQ10X000690 Wound-induced protein 1 10.34473513 C6_chemical_C3 +LQ10X000690 Wound-induced protein 1 12.42037617 L4_control_A1 +LQ10X000690 Wound-induced protein 1 12.63904708 L4_control_A2 +LQ10X000690 Wound-induced protein 1 13.14207334 L4_control_A3 +LQ10X000690 Wound-induced protein 1 11.78449095 L4_control_B1 +LQ10X000690 Wound-induced protein 1 12.73272649 L4_control_B2 +LQ10X000690 Wound-induced protein 1 10.9910434 L4_control_B3 +LQ10X000690 Wound-induced protein 1 11.23279421 L4_control_C2 +LQ10X000690 Wound-induced protein 1 11.83404105 L4_control_C3 +LQ10X000690 Wound-induced protein 1 12.92600016 L4_chemical_A1 +LQ10X000690 Wound-induced protein 1 13.57215675 L4_chemical_A2 +LQ10X000690 Wound-induced protein 1 13.0006283 L4_chemical_A3 +LQ10X000690 Wound-induced protein 1 12.44999629 L4_chemical_B1 +LQ10X000690 Wound-induced protein 1 13.18200642 L4_chemical_B2 +LQ10X000690 Wound-induced protein 1 12.04148215 L4_chemical_B3 +LQ10X000690 Wound-induced protein 1 11.78337675 L4_chemical_C2 +LQ10X000690 Wound-induced protein 1 11.33849261 L4_chemical_C3 +LQ10X000710 Predicted protein 5.602753804 C6_control_A1 +LQ10X000710 Predicted protein 5.471791699 C6_control_A3 +LQ10X000710 Predicted protein 5.431922816 C6_control_B1 +LQ10X000710 Predicted protein 5.677722432 C6_control_B2 +LQ10X000710 Predicted protein 6.097246752 C6_control_B3 +LQ10X000710 Predicted protein 5.280669716 C6_control_C1 +LQ10X000710 Predicted protein 5.684910681 C6_control_C2 +LQ10X000710 Predicted protein 5.043143685 C6_control_C3 +LQ10X000710 Predicted protein 5.542343412 C6_chemical_A1 +LQ10X000710 Predicted protein 5.682103056 C6_chemical_A3 +LQ10X000710 Predicted protein 5.783548498 C6_chemical_B1 +LQ10X000710 Predicted protein 5.756612146 C6_chemical_B2 +LQ10X000710 Predicted protein 5.60330095 C6_chemical_B3 +LQ10X000710 Predicted protein 5.255140661 C6_chemical_C1 +LQ10X000710 Predicted protein 5.753428501 C6_chemical_C2 +LQ10X000710 Predicted protein 5.068495676 C6_chemical_C3 +LQ10X000710 Predicted protein 5.071744674 L4_control_A1 +LQ10X000710 Predicted protein 5.349576316 L4_control_A2 +LQ10X000710 Predicted protein 5.609996047 L4_control_A3 +LQ10X000710 Predicted protein 5.274683929 L4_control_B1 +LQ10X000710 Predicted protein 5.614049879 L4_control_B2 +LQ10X000710 Predicted protein 5.97831639 L4_control_B3 +LQ10X000710 Predicted protein 5.253549148 L4_control_C2 +LQ10X000710 Predicted protein 5.193907292 L4_control_C3 +LQ10X000710 Predicted protein 5.277281616 L4_chemical_A1 +LQ10X000710 Predicted protein 5.461529633 L4_chemical_A2 +LQ10X000710 Predicted protein 5.583601632 L4_chemical_A3 +LQ10X000710 Predicted protein 6.247544123 L4_chemical_B1 +LQ10X000710 Predicted protein 6.22862108 L4_chemical_B2 +LQ10X000710 Predicted protein 5.699781437 L4_chemical_B3 +LQ10X000710 Predicted protein 5.641490841 L4_chemical_C2 +LQ10X000710 Predicted protein 5.522363186 L4_chemical_C3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.27482802 C6_control_A1 +LQ10X000730 Uncharacterized 38.1 kDa protein 7.132405135 C6_control_A3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.102067313 C6_control_B1 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.309628671 C6_control_B2 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.634752998 C6_control_B3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.292184552 C6_control_C1 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.310070705 C6_control_C2 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.148951355 C6_control_C3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.341721521 C6_chemical_A1 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.324541222 C6_chemical_A3 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.849912532 C6_chemical_B1 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.067001194 C6_chemical_B2 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.501426245 C6_chemical_B3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.188288997 C6_chemical_C1 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.425569325 C6_chemical_C2 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.424221532 C6_chemical_C3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.069398761 L4_control_A1 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.763665015 L4_control_A2 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.775977058 L4_control_A3 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.90674105 L4_control_B1 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.692375625 L4_control_B2 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.784601346 L4_control_B3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.047781092 L4_control_C2 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.991662379 L4_control_C3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.017031544 L4_chemical_A1 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.02969734 L4_chemical_A2 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.436721701 L4_chemical_A3 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.375314779 L4_chemical_B1 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.990947774 L4_chemical_B2 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.892499882 L4_chemical_B3 +LQ10X000730 Uncharacterized 38.1 kDa protein 5.884027111 L4_chemical_C2 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.394792237 L4_chemical_C3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.13515136 C6_control_A1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.88153405 C6_control_A3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.89211262 C6_control_B1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.18287754 C6_control_B2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.12330647 C6_control_B3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.45735451 C6_control_C1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.99689619 C6_control_C2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.69867024 C6_control_C3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.07005793 C6_chemical_A1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.23567478 C6_chemical_A3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.08661809 C6_chemical_B1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.0655549 C6_chemical_B2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.30693288 C6_chemical_B3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.40682482 C6_chemical_C1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.79511949 C6_chemical_C2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.79947101 C6_chemical_C3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.44253243 L4_control_A1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.11962451 L4_control_A2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.96926358 L4_control_A3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.97012108 L4_control_B1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.64174849 L4_control_B2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.82420891 L4_control_B3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.03991538 L4_control_C2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 14.88446174 L4_control_C3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.20064807 L4_chemical_A1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.26627401 L4_chemical_A2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.07764505 L4_chemical_A3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.10352468 L4_chemical_B1 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.22335435 L4_chemical_B2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.38739025 L4_chemical_B3 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.05368952 L4_chemical_C2 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.06250526 L4_chemical_C3 +LQ10X000780 Predicted protein (Fragment) 5.006683727 C6_control_A1 +LQ10X000780 Predicted protein (Fragment) 5.180454266 C6_control_A3 +LQ10X000780 Predicted protein (Fragment) 5.250952638 C6_control_B1 +LQ10X000780 Predicted protein (Fragment) 5.605203255 C6_control_B2 +LQ10X000780 Predicted protein (Fragment) 5.064867139 C6_control_B3 +LQ10X000780 Predicted protein (Fragment) 6.020516243 C6_control_C1 +LQ10X000780 Predicted protein (Fragment) 6.717846273 C6_control_C2 +LQ10X000780 Predicted protein (Fragment) 5.976911043 C6_control_C3 +LQ10X000780 Predicted protein (Fragment) 5.044526091 C6_chemical_A1 +LQ10X000780 Predicted protein (Fragment) 6.047318656 C6_chemical_A3 +LQ10X000780 Predicted protein (Fragment) 5.545513589 C6_chemical_B1 +LQ10X000780 Predicted protein (Fragment) 7.438398385 C6_chemical_B2 +LQ10X000780 Predicted protein (Fragment) 7.365454818 C6_chemical_B3 +LQ10X000780 Predicted protein (Fragment) 6.437155338 C6_chemical_C1 +LQ10X000780 Predicted protein (Fragment) 6.727877854 C6_chemical_C2 +LQ10X000780 Predicted protein (Fragment) 7.840712938 C6_chemical_C3 +LQ10X000780 Predicted protein (Fragment) 5.267180618 L4_control_A1 +LQ10X000780 Predicted protein (Fragment) 5.088955772 L4_control_A2 +LQ10X000780 Predicted protein (Fragment) 5.237256427 L4_control_A3 +LQ10X000780 Predicted protein (Fragment) 4.859102289 L4_control_B1 +LQ10X000780 Predicted protein (Fragment) 4.791917096 L4_control_B2 +LQ10X000780 Predicted protein (Fragment) 6.804758441 L4_control_B3 +LQ10X000780 Predicted protein (Fragment) 6.43632101 L4_control_C2 +LQ10X000780 Predicted protein (Fragment) 5.68410337 L4_control_C3 +LQ10X000780 Predicted protein (Fragment) 6.881453196 L4_chemical_A1 +LQ10X000780 Predicted protein (Fragment) 4.977607569 L4_chemical_A2 +LQ10X000780 Predicted protein (Fragment) 5.453802618 L4_chemical_A3 +LQ10X000780 Predicted protein (Fragment) 4.990294609 L4_chemical_B1 +LQ10X000780 Predicted protein (Fragment) 5.0023266 L4_chemical_B2 +LQ10X000780 Predicted protein (Fragment) 5.79103008 L4_chemical_B3 +LQ10X000780 Predicted protein (Fragment) 5.782532555 L4_chemical_C2 +LQ10X000780 Predicted protein (Fragment) 5.480378815 L4_chemical_C3 +LQ10X000790 Putative uncharacterized protein 13.98653253 C6_control_A1 +LQ10X000790 Putative uncharacterized protein 14.05754529 C6_control_A3 +LQ10X000790 Putative uncharacterized protein 14.12877119 C6_control_B1 +LQ10X000790 Putative uncharacterized protein 14.4442055 C6_control_B2 +LQ10X000790 Putative uncharacterized protein 14.2788436 C6_control_B3 +LQ10X000790 Putative uncharacterized protein 12.66236875 C6_control_C1 +LQ10X000790 Putative uncharacterized protein 12.92129037 C6_control_C2 +LQ10X000790 Putative uncharacterized protein 13.16096869 C6_control_C3 +LQ10X000790 Putative uncharacterized protein 13.94110462 C6_chemical_A1 +LQ10X000790 Putative uncharacterized protein 13.91843679 C6_chemical_A3 +LQ10X000790 Putative uncharacterized protein 13.9651852 C6_chemical_B1 +LQ10X000790 Putative uncharacterized protein 14.20659121 C6_chemical_B2 +LQ10X000790 Putative uncharacterized protein 13.81646676 C6_chemical_B3 +LQ10X000790 Putative uncharacterized protein 12.3879702 C6_chemical_C1 +LQ10X000790 Putative uncharacterized protein 12.59394174 C6_chemical_C2 +LQ10X000790 Putative uncharacterized protein 12.55252082 C6_chemical_C3 +LQ10X000790 Putative uncharacterized protein 14.01935053 L4_control_A1 +LQ10X000790 Putative uncharacterized protein 13.82894571 L4_control_A2 +LQ10X000790 Putative uncharacterized protein 13.59539711 L4_control_A3 +LQ10X000790 Putative uncharacterized protein 14.01041178 L4_control_B1 +LQ10X000790 Putative uncharacterized protein 13.59085921 L4_control_B2 +LQ10X000790 Putative uncharacterized protein 14.0786963 L4_control_B3 +LQ10X000790 Putative uncharacterized protein 12.89882376 L4_control_C2 +LQ10X000790 Putative uncharacterized protein 12.67625955 L4_control_C3 +LQ10X000790 Putative uncharacterized protein 13.75364437 L4_chemical_A1 +LQ10X000790 Putative uncharacterized protein 13.28882974 L4_chemical_A2 +LQ10X000790 Putative uncharacterized protein 13.64720371 L4_chemical_A3 +LQ10X000790 Putative uncharacterized protein 13.23659755 L4_chemical_B1 +LQ10X000790 Putative uncharacterized protein 13.83349136 L4_chemical_B2 +LQ10X000790 Putative uncharacterized protein 14.27407491 L4_chemical_B3 +LQ10X000790 Putative uncharacterized protein 12.92783051 L4_chemical_C2 +LQ10X000790 Putative uncharacterized protein 12.7401538 L4_chemical_C3 +LQ10X000810 PRA1 family protein B4 13.05251518 C6_control_A1 +LQ10X000810 PRA1 family protein B4 13.48624686 C6_control_A3 +LQ10X000810 PRA1 family protein B4 13.20107943 C6_control_B1 +LQ10X000810 PRA1 family protein B4 12.11081744 C6_control_B2 +LQ10X000810 PRA1 family protein B4 13.04909569 C6_control_B3 +LQ10X000810 PRA1 family protein B4 11.55813814 C6_control_C1 +LQ10X000810 PRA1 family protein B4 11.37413733 C6_control_C2 +LQ10X000810 PRA1 family protein B4 11.39044541 C6_control_C3 +LQ10X000810 PRA1 family protein B4 13.12463423 C6_chemical_A1 +LQ10X000810 PRA1 family protein B4 13.394582 C6_chemical_A3 +LQ10X000810 PRA1 family protein B4 13.17433859 C6_chemical_B1 +LQ10X000810 PRA1 family protein B4 12.07903096 C6_chemical_B2 +LQ10X000810 PRA1 family protein B4 12.63536172 C6_chemical_B3 +LQ10X000810 PRA1 family protein B4 11.52677328 C6_chemical_C1 +LQ10X000810 PRA1 family protein B4 11.53831085 C6_chemical_C2 +LQ10X000810 PRA1 family protein B4 11.281425 C6_chemical_C3 +LQ10X000810 PRA1 family protein B4 13.13175352 L4_control_A1 +LQ10X000810 PRA1 family protein B4 13.40500261 L4_control_A2 +LQ10X000810 PRA1 family protein B4 13.28461787 L4_control_A3 +LQ10X000810 PRA1 family protein B4 12.96172042 L4_control_B1 +LQ10X000810 PRA1 family protein B4 13.7793984 L4_control_B2 +LQ10X000810 PRA1 family protein B4 11.92504494 L4_control_B3 +LQ10X000810 PRA1 family protein B4 12.82704396 L4_control_C2 +LQ10X000810 PRA1 family protein B4 12.42313955 L4_control_C3 +LQ10X000810 PRA1 family protein B4 12.7726576 L4_chemical_A1 +LQ10X000810 PRA1 family protein B4 13.00792537 L4_chemical_A2 +LQ10X000810 PRA1 family protein B4 13.00299132 L4_chemical_A3 +LQ10X000810 PRA1 family protein B4 13.46312619 L4_chemical_B1 +LQ10X000810 PRA1 family protein B4 13.40741165 L4_chemical_B2 +LQ10X000810 PRA1 family protein B4 12.4182964 L4_chemical_B3 +LQ10X000810 PRA1 family protein B4 12.35914388 L4_chemical_C2 +LQ10X000810 PRA1 family protein B4 12.08333286 L4_chemical_C3 +LQ10X000830 Laccase-12 8.806784833 C6_control_A1 +LQ10X000830 Laccase-12 6.746193344 C6_control_A3 +LQ10X000830 Laccase-12 11.96520375 C6_control_B1 +LQ10X000830 Laccase-12 11.50318293 C6_control_B2 +LQ10X000830 Laccase-12 12.31450394 C6_control_B3 +LQ10X000830 Laccase-12 7.319332823 C6_control_C1 +LQ10X000830 Laccase-12 6.151999421 C6_control_C2 +LQ10X000830 Laccase-12 6.900152751 C6_control_C3 +LQ10X000830 Laccase-12 8.585228528 C6_chemical_A1 +LQ10X000830 Laccase-12 7.706385776 C6_chemical_A3 +LQ10X000830 Laccase-12 11.73737341 C6_chemical_B1 +LQ10X000830 Laccase-12 10.73286424 C6_chemical_B2 +LQ10X000830 Laccase-12 10.49731426 C6_chemical_B3 +LQ10X000830 Laccase-12 6.934001265 C6_chemical_C1 +LQ10X000830 Laccase-12 6.293151978 C6_chemical_C2 +LQ10X000830 Laccase-12 6.745309566 C6_chemical_C3 +LQ10X000830 Laccase-12 7.894360264 L4_control_A1 +LQ10X000830 Laccase-12 6.942944798 L4_control_A2 +LQ10X000830 Laccase-12 7.063641492 L4_control_A3 +LQ10X000830 Laccase-12 12.02271986 L4_control_B1 +LQ10X000830 Laccase-12 11.29588275 L4_control_B2 +LQ10X000830 Laccase-12 11.90540104 L4_control_B3 +LQ10X000830 Laccase-12 6.766243013 L4_control_C2 +LQ10X000830 Laccase-12 7.483495148 L4_control_C3 +LQ10X000830 Laccase-12 6.971795011 L4_chemical_A1 +LQ10X000830 Laccase-12 6.99009829 L4_chemical_A2 +LQ10X000830 Laccase-12 6.571581427 L4_chemical_A3 +LQ10X000830 Laccase-12 10.28358478 L4_chemical_B1 +LQ10X000830 Laccase-12 9.918591766 L4_chemical_B2 +LQ10X000830 Laccase-12 9.916464958 L4_chemical_B3 +LQ10X000830 Laccase-12 6.967354393 L4_chemical_C2 +LQ10X000830 Laccase-12 7.705685423 L4_chemical_C3 +LQ10X000880 Putative uncharacterized protein 5.947323629 C6_control_A1 +LQ10X000880 Putative uncharacterized protein 6.27976516 C6_control_A3 +LQ10X000880 Putative uncharacterized protein 7.334632663 C6_control_B1 +LQ10X000880 Putative uncharacterized protein 7.196324994 C6_control_B2 +LQ10X000880 Putative uncharacterized protein 7.592715112 C6_control_B3 +LQ10X000880 Putative uncharacterized protein 6.658639591 C6_control_C1 +LQ10X000880 Putative uncharacterized protein 6.981628459 C6_control_C2 +LQ10X000880 Putative uncharacterized protein 7.367047 C6_control_C3 +LQ10X000880 Putative uncharacterized protein 6.10614486 C6_chemical_A1 +LQ10X000880 Putative uncharacterized protein 6.842381499 C6_chemical_A3 +LQ10X000880 Putative uncharacterized protein 7.517947903 C6_chemical_B1 +LQ10X000880 Putative uncharacterized protein 7.359141137 C6_chemical_B2 +LQ10X000880 Putative uncharacterized protein 7.231668062 C6_chemical_B3 +LQ10X000880 Putative uncharacterized protein 7.52788284 C6_chemical_C1 +LQ10X000880 Putative uncharacterized protein 7.153896311 C6_chemical_C2 +LQ10X000880 Putative uncharacterized protein 7.339870391 C6_chemical_C3 +LQ10X000880 Putative uncharacterized protein 6.326882502 L4_control_A1 +LQ10X000880 Putative uncharacterized protein 6.028510871 L4_control_A2 +LQ10X000880 Putative uncharacterized protein 6.587536378 L4_control_A3 +LQ10X000880 Putative uncharacterized protein 6.386944671 L4_control_B1 +LQ10X000880 Putative uncharacterized protein 7.638345664 L4_control_B2 +LQ10X000880 Putative uncharacterized protein 7.171982262 L4_control_B3 +LQ10X000880 Putative uncharacterized protein 7.840302436 L4_control_C2 +LQ10X000880 Putative uncharacterized protein 7.453239684 L4_control_C3 +LQ10X000880 Putative uncharacterized protein 6.352963623 L4_chemical_A1 +LQ10X000880 Putative uncharacterized protein 6.454563634 L4_chemical_A2 +LQ10X000880 Putative uncharacterized protein 6.661996103 L4_chemical_A3 +LQ10X000880 Putative uncharacterized protein 6.26814174 L4_chemical_B1 +LQ10X000880 Putative uncharacterized protein 7.18873191 L4_chemical_B2 +LQ10X000880 Putative uncharacterized protein 7.144305555 L4_chemical_B3 +LQ10X000880 Putative uncharacterized protein 6.547475162 L4_chemical_C2 +LQ10X000880 Putative uncharacterized protein 7.368959247 L4_chemical_C3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.564481855 C6_control_A1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.519992239 C6_control_A3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.644566389 C6_control_B1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.526548082 C6_control_B2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.422723277 C6_control_B3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.60717414 C6_control_C1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 6.022550462 C6_control_C2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.824669236 C6_control_C3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.667376599 C6_chemical_A1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.438627149 C6_chemical_A3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 6.054019546 C6_chemical_B1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.943713691 C6_chemical_B2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.719223262 C6_chemical_B3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.833637925 C6_chemical_C1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.3983763 C6_chemical_C2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.576624647 C6_chemical_C3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.714404228 L4_control_A1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.345329839 L4_control_A2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 4.940851669 L4_control_A3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.835662301 L4_control_B1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.715484399 L4_control_B2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.568974633 L4_control_B3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.928473603 L4_control_C2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.833320825 L4_control_C3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.314201205 L4_chemical_A1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.811597723 L4_chemical_A2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.506309513 L4_chemical_A3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 6.547777588 L4_chemical_B1 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.508387191 L4_chemical_B2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.416879431 L4_chemical_B3 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.84772209 L4_chemical_C2 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.924066936 L4_chemical_C3 +LQ10X001000 Ferritin-2, chloroplastic 14.45647095 C6_control_A1 +LQ10X001000 Ferritin-2, chloroplastic 14.28285977 C6_control_A3 +LQ10X001000 Ferritin-2, chloroplastic 14.39926728 C6_control_B1 +LQ10X001000 Ferritin-2, chloroplastic 14.77507829 C6_control_B2 +LQ10X001000 Ferritin-2, chloroplastic 14.34892194 C6_control_B3 +LQ10X001000 Ferritin-2, chloroplastic 14.71434763 C6_control_C1 +LQ10X001000 Ferritin-2, chloroplastic 15.09226636 C6_control_C2 +LQ10X001000 Ferritin-2, chloroplastic 14.67618471 C6_control_C3 +LQ10X001000 Ferritin-2, chloroplastic 14.44004682 C6_chemical_A1 +LQ10X001000 Ferritin-2, chloroplastic 14.44515419 C6_chemical_A3 +LQ10X001000 Ferritin-2, chloroplastic 14.1732604 C6_chemical_B1 +LQ10X001000 Ferritin-2, chloroplastic 14.4452243 C6_chemical_B2 +LQ10X001000 Ferritin-2, chloroplastic 14.19713914 C6_chemical_B3 +LQ10X001000 Ferritin-2, chloroplastic 14.18427739 C6_chemical_C1 +LQ10X001000 Ferritin-2, chloroplastic 14.61491575 C6_chemical_C2 +LQ10X001000 Ferritin-2, chloroplastic 14.61949235 C6_chemical_C3 +LQ10X001000 Ferritin-2, chloroplastic 14.11485838 L4_control_A1 +LQ10X001000 Ferritin-2, chloroplastic 14.14446201 L4_control_A2 +LQ10X001000 Ferritin-2, chloroplastic 13.99525654 L4_control_A3 +LQ10X001000 Ferritin-2, chloroplastic 13.79171991 L4_control_B1 +LQ10X001000 Ferritin-2, chloroplastic 13.62172324 L4_control_B2 +LQ10X001000 Ferritin-2, chloroplastic 12.39978508 L4_control_B3 +LQ10X001000 Ferritin-2, chloroplastic 14.00134649 L4_control_C2 +LQ10X001000 Ferritin-2, chloroplastic 13.7264974 L4_control_C3 +LQ10X001000 Ferritin-2, chloroplastic 13.88239366 L4_chemical_A1 +LQ10X001000 Ferritin-2, chloroplastic 13.73530329 L4_chemical_A2 +LQ10X001000 Ferritin-2, chloroplastic 13.89543306 L4_chemical_A3 +LQ10X001000 Ferritin-2, chloroplastic 13.74523808 L4_chemical_B1 +LQ10X001000 Ferritin-2, chloroplastic 13.68567008 L4_chemical_B2 +LQ10X001000 Ferritin-2, chloroplastic 14.21904951 L4_chemical_B3 +LQ10X001000 Ferritin-2, chloroplastic 13.25844592 L4_chemical_C2 +LQ10X001000 Ferritin-2, chloroplastic 13.73803234 L4_chemical_C3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.85049331 C6_control_A1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.56961826 C6_control_A3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.07033467 C6_control_B1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.68456448 C6_control_B2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.47391853 C6_control_B3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 12.01540827 C6_control_C1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.65908236 C6_control_C2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 12.12497582 C6_control_C3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.13376593 C6_chemical_A1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.63732509 C6_chemical_A3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.50223555 C6_chemical_B1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.6529812 C6_chemical_B2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.6457795 C6_chemical_B3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.63051592 C6_chemical_C1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.73708302 C6_chemical_C2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.10052107 C6_chemical_C3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.70556357 L4_control_A1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.87946296 L4_control_A2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.74860567 L4_control_A3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.95212765 L4_control_B1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.92442666 L4_control_B2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.54796465 L4_control_B3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.23495038 L4_control_C2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.76622441 L4_control_C3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.04712914 L4_chemical_A1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.8347285 L4_chemical_A2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.93966383 L4_chemical_A3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.66915851 L4_chemical_B1 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.91810449 L4_chemical_B2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 10.76252428 L4_chemical_B3 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.10259784 L4_chemical_C2 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.9210589 L4_chemical_C3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.7082259 C6_control_A1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.857579269 C6_control_A3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.01852558 C6_control_B1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.61996601 C6_control_B2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.04688417 C6_control_B3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.480035 C6_control_C1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.97917219 C6_control_C2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.37132798 C6_control_C3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.66877249 C6_chemical_A1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.47407048 C6_chemical_A3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.09749809 C6_chemical_B1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.59083937 C6_chemical_B2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.65531353 C6_chemical_B3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.37536731 C6_chemical_C1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.13358049 C6_chemical_C2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.26360704 C6_chemical_C3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.25060896 L4_control_A1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.82666201 L4_control_A2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.41932859 L4_control_A3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.90661178 L4_control_B1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.41705328 L4_control_B2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.84852474 L4_control_B3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.01826265 L4_control_C2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.39703689 L4_control_C3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.675205808 L4_chemical_A1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.71083977 L4_chemical_A2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.95490276 L4_chemical_A3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.02391513 L4_chemical_B1 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.04679303 L4_chemical_B2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 11.17297407 L4_chemical_B3 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.03391498 L4_chemical_C2 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.37616184 L4_chemical_C3 +LQ10X001060 Putative 10A19I.14 5.958715918 C6_control_A1 +LQ10X001060 Putative 10A19I.14 5.560967937 C6_control_A3 +LQ10X001060 Putative 10A19I.14 5.349470439 C6_control_B1 +LQ10X001060 Putative 10A19I.14 5.903614637 C6_control_B2 +LQ10X001060 Putative 10A19I.14 5.461748348 C6_control_B3 +LQ10X001060 Putative 10A19I.14 5.889953794 C6_control_C1 +LQ10X001060 Putative 10A19I.14 5.434517236 C6_control_C2 +LQ10X001060 Putative 10A19I.14 5.782980431 C6_control_C3 +LQ10X001060 Putative 10A19I.14 5.918654551 C6_chemical_A1 +LQ10X001060 Putative 10A19I.14 5.919265001 C6_chemical_A3 +LQ10X001060 Putative 10A19I.14 5.38153014 C6_chemical_B1 +LQ10X001060 Putative 10A19I.14 5.802703675 C6_chemical_B2 +LQ10X001060 Putative 10A19I.14 5.607552334 C6_chemical_B3 +LQ10X001060 Putative 10A19I.14 5.353350952 C6_chemical_C1 +LQ10X001060 Putative 10A19I.14 5.66631812 C6_chemical_C2 +LQ10X001060 Putative 10A19I.14 5.910454347 C6_chemical_C3 +LQ10X001060 Putative 10A19I.14 5.874430324 L4_control_A1 +LQ10X001060 Putative 10A19I.14 6.364113653 L4_control_A2 +LQ10X001060 Putative 10A19I.14 7.492515339 L4_control_A3 +LQ10X001060 Putative 10A19I.14 5.967180181 L4_control_B1 +LQ10X001060 Putative 10A19I.14 6.087545517 L4_control_B2 +LQ10X001060 Putative 10A19I.14 5.824924044 L4_control_B3 +LQ10X001060 Putative 10A19I.14 4.945577838 L4_control_C2 +LQ10X001060 Putative 10A19I.14 5.050433845 L4_control_C3 +LQ10X001060 Putative 10A19I.14 5.650303128 L4_chemical_A1 +LQ10X001060 Putative 10A19I.14 6.301895399 L4_chemical_A2 +LQ10X001060 Putative 10A19I.14 7.172933201 L4_chemical_A3 +LQ10X001060 Putative 10A19I.14 5.545135811 L4_chemical_B1 +LQ10X001060 Putative 10A19I.14 5.222216296 L4_chemical_B2 +LQ10X001060 Putative 10A19I.14 5.940827234 L4_chemical_B3 +LQ10X001060 Putative 10A19I.14 5.183903447 L4_chemical_C2 +LQ10X001060 Putative 10A19I.14 5.04094336 L4_chemical_C3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.570836247 C6_control_A1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 7.042715744 C6_control_A3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.010081047 C6_control_B1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.488901473 C6_control_B2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.815742454 C6_control_B3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.772728863 C6_control_C1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.193880452 C6_control_C2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.470786098 C6_control_C3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.105437575 C6_chemical_A1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 7.645378762 C6_chemical_A3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.325511488 C6_chemical_B1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.563935249 C6_chemical_B2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 10.45979442 C6_chemical_B3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.864853744 C6_chemical_C1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.058357101 C6_chemical_C2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.883258018 C6_chemical_C3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 7.813785523 L4_control_A1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.215293728 L4_control_A2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 6.100646204 L4_control_A3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.343993236 L4_control_B1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.60948741 L4_control_B2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 10.02323925 L4_control_B3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.579482461 L4_control_C2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.907933404 L4_control_C3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.118017463 L4_chemical_A1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 7.629578308 L4_chemical_A2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 6.337062215 L4_chemical_A3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.097628596 L4_chemical_B1 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.361739308 L4_chemical_B2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 10.03025926 L4_chemical_B3 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.709475682 L4_chemical_C2 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 9.549609725 L4_chemical_C3 +LQ10X001100 Putative uncharacterized protein 6.223007611 C6_control_A1 +LQ10X001100 Putative uncharacterized protein 6.024150819 C6_control_A3 +LQ10X001100 Putative uncharacterized protein 6.100068423 C6_control_B1 +LQ10X001100 Putative uncharacterized protein 5.870697542 C6_control_B2 +LQ10X001100 Putative uncharacterized protein 5.842109917 C6_control_B3 +LQ10X001100 Putative uncharacterized protein 5.512067677 C6_control_C1 +LQ10X001100 Putative uncharacterized protein 5.426487799 C6_control_C2 +LQ10X001100 Putative uncharacterized protein 6.456395563 C6_control_C3 +LQ10X001100 Putative uncharacterized protein 6.062721521 C6_chemical_A1 +LQ10X001100 Putative uncharacterized protein 6.005236823 C6_chemical_A3 +LQ10X001100 Putative uncharacterized protein 6.33303337 C6_chemical_B1 +LQ10X001100 Putative uncharacterized protein 5.796062167 C6_chemical_B2 +LQ10X001100 Putative uncharacterized protein 5.808562391 C6_chemical_B3 +LQ10X001100 Putative uncharacterized protein 5.415366455 C6_chemical_C1 +LQ10X001100 Putative uncharacterized protein 6.001348189 C6_chemical_C2 +LQ10X001100 Putative uncharacterized protein 6.209541951 C6_chemical_C3 +LQ10X001100 Putative uncharacterized protein 6.338933501 L4_control_A1 +LQ10X001100 Putative uncharacterized protein 6.396524054 L4_control_A2 +LQ10X001100 Putative uncharacterized protein 6.922883032 L4_control_A3 +LQ10X001100 Putative uncharacterized protein 5.616282277 L4_control_B1 +LQ10X001100 Putative uncharacterized protein 5.589081431 L4_control_B2 +LQ10X001100 Putative uncharacterized protein 6.322205083 L4_control_B3 +LQ10X001100 Putative uncharacterized protein 5.86045385 L4_control_C2 +LQ10X001100 Putative uncharacterized protein 5.749992827 L4_control_C3 +LQ10X001100 Putative uncharacterized protein 6.208554623 L4_chemical_A1 +LQ10X001100 Putative uncharacterized protein 6.554031376 L4_chemical_A2 +LQ10X001100 Putative uncharacterized protein 6.693388074 L4_chemical_A3 +LQ10X001100 Putative uncharacterized protein 5.784202639 L4_chemical_B1 +LQ10X001100 Putative uncharacterized protein 6.031801203 L4_chemical_B2 +LQ10X001100 Putative uncharacterized protein 6.191191139 L4_chemical_B3 +LQ10X001100 Putative uncharacterized protein 6.195858585 L4_chemical_C2 +LQ10X001100 Putative uncharacterized protein 6.106834039 L4_chemical_C3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.529895418 C6_control_A1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 8.191375725 C6_control_A3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.961947342 C6_control_B1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.922684802 C6_control_B2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.829671559 C6_control_B3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.494614906 C6_control_C1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 7.398925702 C6_control_C2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.46667246 C6_control_C3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.14469772 C6_chemical_A1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.260678068 C6_chemical_A3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.823676429 C6_chemical_B1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.914152528 C6_chemical_B2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.451219331 C6_chemical_B3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.539414019 C6_chemical_C1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.486000096 C6_chemical_C2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.256813894 C6_chemical_C3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.762006441 L4_control_A1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.944693338 L4_control_A2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.291715325 L4_control_A3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.839973198 L4_control_B1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.392251749 L4_control_B2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.970373446 L4_control_B3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.33443436 L4_control_C2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.443774474 L4_control_C3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.671098673 L4_chemical_A1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.235088922 L4_chemical_A2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.465289759 L4_chemical_A3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.785966202 L4_chemical_B1 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.346520167 L4_chemical_B2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.804323167 L4_chemical_B3 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.697948166 L4_chemical_C2 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 5.39817233 L4_chemical_C3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.681575058 C6_control_A1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.36949947 C6_control_A3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 7.976029005 C6_control_B1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.365455729 C6_control_B2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 8.588748012 C6_control_B3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.54015906 C6_control_C1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.74140763 C6_control_C2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 11.11927937 C6_control_C3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.5022987 C6_chemical_A1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.009002 C6_chemical_A3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 7.080739262 C6_chemical_B1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 8.654625332 C6_chemical_B2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 8.228845877 C6_chemical_B3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.15209515 C6_chemical_C1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.56229316 C6_chemical_C2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.56273109 C6_chemical_C3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.74497323 L4_control_A1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.30473532 L4_control_A2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 11.0205324 L4_control_A3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 8.522803078 L4_control_B1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.096064653 L4_control_B2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.275595379 L4_control_B3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 11.36599673 L4_control_C2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 11.30177512 L4_control_C3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.6179933 L4_chemical_A1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.852530381 L4_chemical_A2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 10.59137411 L4_chemical_A3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 8.402093432 L4_chemical_B1 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.470503211 L4_chemical_B2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.243007314 L4_chemical_B3 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 11.44393365 L4_chemical_C2 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 11.03262676 L4_chemical_C3 +LQ10X001240 Putative uncharacterized protein 12.84136923 C6_control_A1 +LQ10X001240 Putative uncharacterized protein 12.54752605 C6_control_A3 +LQ10X001240 Putative uncharacterized protein 13.00651187 C6_control_B1 +LQ10X001240 Putative uncharacterized protein 13.14593364 C6_control_B2 +LQ10X001240 Putative uncharacterized protein 13.08353158 C6_control_B3 +LQ10X001240 Putative uncharacterized protein 14.06738638 C6_control_C1 +LQ10X001240 Putative uncharacterized protein 13.90148095 C6_control_C2 +LQ10X001240 Putative uncharacterized protein 13.81263448 C6_control_C3 +LQ10X001240 Putative uncharacterized protein 12.66893734 C6_chemical_A1 +LQ10X001240 Putative uncharacterized protein 12.93761182 C6_chemical_A3 +LQ10X001240 Putative uncharacterized protein 13.1135483 C6_chemical_B1 +LQ10X001240 Putative uncharacterized protein 13.44002435 C6_chemical_B2 +LQ10X001240 Putative uncharacterized protein 13.00379748 C6_chemical_B3 +LQ10X001240 Putative uncharacterized protein 13.93882214 C6_chemical_C1 +LQ10X001240 Putative uncharacterized protein 13.87805176 C6_chemical_C2 +LQ10X001240 Putative uncharacterized protein 14.27890238 C6_chemical_C3 +LQ10X001240 Putative uncharacterized protein 12.9091508 L4_control_A1 +LQ10X001240 Putative uncharacterized protein 12.74352248 L4_control_A2 +LQ10X001240 Putative uncharacterized protein 12.58351505 L4_control_A3 +LQ10X001240 Putative uncharacterized protein 13.51074666 L4_control_B1 +LQ10X001240 Putative uncharacterized protein 13.40849991 L4_control_B2 +LQ10X001240 Putative uncharacterized protein 13.91468782 L4_control_B3 +LQ10X001240 Putative uncharacterized protein 14.03796497 L4_control_C2 +LQ10X001240 Putative uncharacterized protein 14.04650376 L4_control_C3 +LQ10X001240 Putative uncharacterized protein 12.97690358 L4_chemical_A1 +LQ10X001240 Putative uncharacterized protein 12.55728619 L4_chemical_A2 +LQ10X001240 Putative uncharacterized protein 12.5227637 L4_chemical_A3 +LQ10X001240 Putative uncharacterized protein 13.04803179 L4_chemical_B1 +LQ10X001240 Putative uncharacterized protein 13.33821039 L4_chemical_B2 +LQ10X001240 Putative uncharacterized protein 13.25167836 L4_chemical_B3 +LQ10X001240 Putative uncharacterized protein 14.13090894 L4_chemical_C2 +LQ10X001240 Putative uncharacterized protein 14.25028129 L4_chemical_C3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.497947661 C6_control_A1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.750811538 C6_control_A3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.963440592 C6_control_B1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.452121087 C6_control_B2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.644769093 C6_control_B3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.880772632 C6_control_C1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.855794938 C6_control_C2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.886628168 C6_control_C3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.153220324 C6_chemical_A1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.801541322 C6_chemical_A3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.916832574 C6_chemical_B1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.112820399 C6_chemical_B2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.255926844 C6_chemical_B3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.586150334 C6_chemical_C1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.737423283 C6_chemical_C2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.891625671 C6_chemical_C3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 8.999098558 L4_control_A1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 8.438475046 L4_control_A2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 7.792238382 L4_control_A3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.829894842 L4_control_B1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.899983352 L4_control_B2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.786161029 L4_control_B3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 10.05749659 L4_control_C2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 10.49562757 L4_control_C3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.23614969 L4_chemical_A1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 8.807209501 L4_chemical_A2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 8.060523968 L4_chemical_A3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.799922859 L4_chemical_B1 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.472180442 L4_chemical_B2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.472737981 L4_chemical_B3 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.900010263 L4_chemical_C2 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 10.68435767 L4_chemical_C3 +LQ10X001260 Clathrin heavy chain 1 6.4717392 C6_control_A1 +LQ10X001260 Clathrin heavy chain 1 7.966924987 C6_control_A3 +LQ10X001260 Clathrin heavy chain 1 6.94825103 C6_control_B1 +LQ10X001260 Clathrin heavy chain 1 5.5588884 C6_control_B2 +LQ10X001260 Clathrin heavy chain 1 6.512058435 C6_control_B3 +LQ10X001260 Clathrin heavy chain 1 5.893088841 C6_control_C1 +LQ10X001260 Clathrin heavy chain 1 7.66962146 C6_control_C2 +LQ10X001260 Clathrin heavy chain 1 5.368300114 C6_control_C3 +LQ10X001260 Clathrin heavy chain 1 5.895414594 C6_chemical_A1 +LQ10X001260 Clathrin heavy chain 1 6.09395304 C6_chemical_A3 +LQ10X001260 Clathrin heavy chain 1 6.74858077 C6_chemical_B1 +LQ10X001260 Clathrin heavy chain 1 6.002260211 C6_chemical_B2 +LQ10X001260 Clathrin heavy chain 1 6.02587252 C6_chemical_B3 +LQ10X001260 Clathrin heavy chain 1 5.6958457 C6_chemical_C1 +LQ10X001260 Clathrin heavy chain 1 5.599157989 C6_chemical_C2 +LQ10X001260 Clathrin heavy chain 1 5.051592522 C6_chemical_C3 +LQ10X001260 Clathrin heavy chain 1 6.239558701 L4_control_A1 +LQ10X001260 Clathrin heavy chain 1 5.985862918 L4_control_A2 +LQ10X001260 Clathrin heavy chain 1 6.425701889 L4_control_A3 +LQ10X001260 Clathrin heavy chain 1 5.937587008 L4_control_B1 +LQ10X001260 Clathrin heavy chain 1 6.162776147 L4_control_B2 +LQ10X001260 Clathrin heavy chain 1 6.128863198 L4_control_B3 +LQ10X001260 Clathrin heavy chain 1 6.24440069 L4_control_C2 +LQ10X001260 Clathrin heavy chain 1 6.439072044 L4_control_C3 +LQ10X001260 Clathrin heavy chain 1 5.873766749 L4_chemical_A1 +LQ10X001260 Clathrin heavy chain 1 5.962626923 L4_chemical_A2 +LQ10X001260 Clathrin heavy chain 1 6.215357875 L4_chemical_A3 +LQ10X001260 Clathrin heavy chain 1 6.684200058 L4_chemical_B1 +LQ10X001260 Clathrin heavy chain 1 5.848924325 L4_chemical_B2 +LQ10X001260 Clathrin heavy chain 1 6.384765593 L4_chemical_B3 +LQ10X001260 Clathrin heavy chain 1 6.141476363 L4_chemical_C2 +LQ10X001260 Clathrin heavy chain 1 7.465598935 L4_chemical_C3 +LQ10X001270 Probable protein phosphatase 2C 30 6.936184679 C6_control_A1 +LQ10X001270 Probable protein phosphatase 2C 30 6.691532213 C6_control_A3 +LQ10X001270 Probable protein phosphatase 2C 30 5.95582287 C6_control_B1 +LQ10X001270 Probable protein phosphatase 2C 30 6.6871983 C6_control_B2 +LQ10X001270 Probable protein phosphatase 2C 30 6.257848987 C6_control_B3 +LQ10X001270 Probable protein phosphatase 2C 30 7.20779293 C6_control_C1 +LQ10X001270 Probable protein phosphatase 2C 30 6.411621811 C6_control_C2 +LQ10X001270 Probable protein phosphatase 2C 30 7.216302199 C6_control_C3 +LQ10X001270 Probable protein phosphatase 2C 30 7.13182904 C6_chemical_A1 +LQ10X001270 Probable protein phosphatase 2C 30 7.229097999 C6_chemical_A3 +LQ10X001270 Probable protein phosphatase 2C 30 5.929696668 C6_chemical_B1 +LQ10X001270 Probable protein phosphatase 2C 30 6.796940253 C6_chemical_B2 +LQ10X001270 Probable protein phosphatase 2C 30 6.369051461 C6_chemical_B3 +LQ10X001270 Probable protein phosphatase 2C 30 6.81906633 C6_chemical_C1 +LQ10X001270 Probable protein phosphatase 2C 30 6.83343985 C6_chemical_C2 +LQ10X001270 Probable protein phosphatase 2C 30 6.992566029 C6_chemical_C3 +LQ10X001270 Probable protein phosphatase 2C 30 7.64356288 L4_control_A1 +LQ10X001270 Probable protein phosphatase 2C 30 7.539687963 L4_control_A2 +LQ10X001270 Probable protein phosphatase 2C 30 8.16658196 L4_control_A3 +LQ10X001270 Probable protein phosphatase 2C 30 6.376033277 L4_control_B1 +LQ10X001270 Probable protein phosphatase 2C 30 7.473394486 L4_control_B2 +LQ10X001270 Probable protein phosphatase 2C 30 7.31387194 L4_control_B3 +LQ10X001270 Probable protein phosphatase 2C 30 7.860017748 L4_control_C2 +LQ10X001270 Probable protein phosphatase 2C 30 7.09475512 L4_control_C3 +LQ10X001270 Probable protein phosphatase 2C 30 7.694914791 L4_chemical_A1 +LQ10X001270 Probable protein phosphatase 2C 30 7.780700989 L4_chemical_A2 +LQ10X001270 Probable protein phosphatase 2C 30 7.934292415 L4_chemical_A3 +LQ10X001270 Probable protein phosphatase 2C 30 6.703013673 L4_chemical_B1 +LQ10X001270 Probable protein phosphatase 2C 30 7.204250868 L4_chemical_B2 +LQ10X001270 Probable protein phosphatase 2C 30 7.175703449 L4_chemical_B3 +LQ10X001270 Probable protein phosphatase 2C 30 7.15585467 L4_chemical_C2 +LQ10X001270 Probable protein phosphatase 2C 30 7.18725869 L4_chemical_C3 +LQ10X001290 Late embryogenesis abundant protein D-19 5.704680514 C6_control_A1 +LQ10X001290 Late embryogenesis abundant protein D-19 5.646418572 C6_control_A3 +LQ10X001290 Late embryogenesis abundant protein D-19 5.748960212 C6_control_B1 +LQ10X001290 Late embryogenesis abundant protein D-19 5.374517688 C6_control_B2 +LQ10X001290 Late embryogenesis abundant protein D-19 5.709364785 C6_control_B3 +LQ10X001290 Late embryogenesis abundant protein D-19 5.934174948 C6_control_C1 +LQ10X001290 Late embryogenesis abundant protein D-19 5.476941265 C6_control_C2 +LQ10X001290 Late embryogenesis abundant protein D-19 5.698213979 C6_control_C3 +LQ10X001290 Late embryogenesis abundant protein D-19 5.695856706 C6_chemical_A1 +LQ10X001290 Late embryogenesis abundant protein D-19 6.723811746 C6_chemical_A3 +LQ10X001290 Late embryogenesis abundant protein D-19 5.962695242 C6_chemical_B1 +LQ10X001290 Late embryogenesis abundant protein D-19 5.571283009 C6_chemical_B2 +LQ10X001290 Late embryogenesis abundant protein D-19 5.644438841 C6_chemical_B3 +LQ10X001290 Late embryogenesis abundant protein D-19 6.279924257 C6_chemical_C1 +LQ10X001290 Late embryogenesis abundant protein D-19 5.745538262 C6_chemical_C2 +LQ10X001290 Late embryogenesis abundant protein D-19 6.072316508 C6_chemical_C3 +LQ10X001290 Late embryogenesis abundant protein D-19 6.028437387 L4_control_A1 +LQ10X001290 Late embryogenesis abundant protein D-19 6.558706727 L4_control_A2 +LQ10X001290 Late embryogenesis abundant protein D-19 6.928583885 L4_control_A3 +LQ10X001290 Late embryogenesis abundant protein D-19 6.603822489 L4_control_B1 +LQ10X001290 Late embryogenesis abundant protein D-19 6.428328721 L4_control_B2 +LQ10X001290 Late embryogenesis abundant protein D-19 5.90423839 L4_control_B3 +LQ10X001290 Late embryogenesis abundant protein D-19 6.878474022 L4_control_C2 +LQ10X001290 Late embryogenesis abundant protein D-19 5.674281219 L4_control_C3 +LQ10X001290 Late embryogenesis abundant protein D-19 5.788198702 L4_chemical_A1 +LQ10X001290 Late embryogenesis abundant protein D-19 5.941236101 L4_chemical_A2 +LQ10X001290 Late embryogenesis abundant protein D-19 6.051812635 L4_chemical_A3 +LQ10X001290 Late embryogenesis abundant protein D-19 6.812031931 L4_chemical_B1 +LQ10X001290 Late embryogenesis abundant protein D-19 7.120586669 L4_chemical_B2 +LQ10X001290 Late embryogenesis abundant protein D-19 5.672284219 L4_chemical_B3 +LQ10X001290 Late embryogenesis abundant protein D-19 6.804609552 L4_chemical_C2 +LQ10X001290 Late embryogenesis abundant protein D-19 6.418034908 L4_chemical_C3 +LQ10X001320 Putative uncharacterized protein 10.97947005 C6_control_A1 +LQ10X001320 Putative uncharacterized protein 10.74622021 C6_control_A3 +LQ10X001320 Putative uncharacterized protein 11.24482706 C6_control_B1 +LQ10X001320 Putative uncharacterized protein 10.4514034 C6_control_B2 +LQ10X001320 Putative uncharacterized protein 11.21287157 C6_control_B3 +LQ10X001320 Putative uncharacterized protein 10.07896474 C6_control_C1 +LQ10X001320 Putative uncharacterized protein 9.45217427 C6_control_C2 +LQ10X001320 Putative uncharacterized protein 9.118137052 C6_control_C3 +LQ10X001320 Putative uncharacterized protein 10.85729612 C6_chemical_A1 +LQ10X001320 Putative uncharacterized protein 11.12698158 C6_chemical_A3 +LQ10X001320 Putative uncharacterized protein 11.27361367 C6_chemical_B1 +LQ10X001320 Putative uncharacterized protein 10.9064634 C6_chemical_B2 +LQ10X001320 Putative uncharacterized protein 10.70889674 C6_chemical_B3 +LQ10X001320 Putative uncharacterized protein 9.976118866 C6_chemical_C1 +LQ10X001320 Putative uncharacterized protein 9.737136974 C6_chemical_C2 +LQ10X001320 Putative uncharacterized protein 9.241414806 C6_chemical_C3 +LQ10X001320 Putative uncharacterized protein 10.62415963 L4_control_A1 +LQ10X001320 Putative uncharacterized protein 9.881719282 L4_control_A2 +LQ10X001320 Putative uncharacterized protein 10.33338161 L4_control_A3 +LQ10X001320 Putative uncharacterized protein 10.71248624 L4_control_B1 +LQ10X001320 Putative uncharacterized protein 11.21416383 L4_control_B2 +LQ10X001320 Putative uncharacterized protein 10.08261955 L4_control_B3 +LQ10X001320 Putative uncharacterized protein 9.739298857 L4_control_C2 +LQ10X001320 Putative uncharacterized protein 9.553535877 L4_control_C3 +LQ10X001320 Putative uncharacterized protein 10.13088898 L4_chemical_A1 +LQ10X001320 Putative uncharacterized protein 9.196175399 L4_chemical_A2 +LQ10X001320 Putative uncharacterized protein 10.13971828 L4_chemical_A3 +LQ10X001320 Putative uncharacterized protein 10.42910465 L4_chemical_B1 +LQ10X001320 Putative uncharacterized protein 10.59262386 L4_chemical_B2 +LQ10X001320 Putative uncharacterized protein 10.64738883 L4_chemical_B3 +LQ10X001320 Putative uncharacterized protein 9.525244493 L4_chemical_C2 +LQ10X001320 Putative uncharacterized protein 9.515887718 L4_chemical_C3 +LQ10X001350 Predicted protein (Fragment) 10.23964621 C6_control_A1 +LQ10X001350 Predicted protein (Fragment) 10.36455281 C6_control_A3 +LQ10X001350 Predicted protein (Fragment) 10.78784714 C6_control_B1 +LQ10X001350 Predicted protein (Fragment) 10.27779185 C6_control_B2 +LQ10X001350 Predicted protein (Fragment) 10.86225562 C6_control_B3 +LQ10X001350 Predicted protein (Fragment) 10.26397029 C6_control_C1 +LQ10X001350 Predicted protein (Fragment) 10.43221351 C6_control_C2 +LQ10X001350 Predicted protein (Fragment) 10.84674323 C6_control_C3 +LQ10X001350 Predicted protein (Fragment) 10.43284875 C6_chemical_A1 +LQ10X001350 Predicted protein (Fragment) 10.30817962 C6_chemical_A3 +LQ10X001350 Predicted protein (Fragment) 10.99858616 C6_chemical_B1 +LQ10X001350 Predicted protein (Fragment) 10.49633697 C6_chemical_B2 +LQ10X001350 Predicted protein (Fragment) 10.8918097 C6_chemical_B3 +LQ10X001350 Predicted protein (Fragment) 9.969498734 C6_chemical_C1 +LQ10X001350 Predicted protein (Fragment) 10.29200689 C6_chemical_C2 +LQ10X001350 Predicted protein (Fragment) 10.39849497 C6_chemical_C3 +LQ10X001350 Predicted protein (Fragment) 9.858805704 L4_control_A1 +LQ10X001350 Predicted protein (Fragment) 9.71997039 L4_control_A2 +LQ10X001350 Predicted protein (Fragment) 9.710657848 L4_control_A3 +LQ10X001350 Predicted protein (Fragment) 10.17388164 L4_control_B1 +LQ10X001350 Predicted protein (Fragment) 10.7408148 L4_control_B2 +LQ10X001350 Predicted protein (Fragment) 10.3779204 L4_control_B3 +LQ10X001350 Predicted protein (Fragment) 10.51978082 L4_control_C2 +LQ10X001350 Predicted protein (Fragment) 11.00639592 L4_control_C3 +LQ10X001350 Predicted protein (Fragment) 9.776622791 L4_chemical_A1 +LQ10X001350 Predicted protein (Fragment) 9.94696273 L4_chemical_A2 +LQ10X001350 Predicted protein (Fragment) 10.35363833 L4_chemical_A3 +LQ10X001350 Predicted protein (Fragment) 10.32739722 L4_chemical_B1 +LQ10X001350 Predicted protein (Fragment) 10.19382648 L4_chemical_B2 +LQ10X001350 Predicted protein (Fragment) 9.749246141 L4_chemical_B3 +LQ10X001350 Predicted protein (Fragment) 10.28124859 L4_chemical_C2 +LQ10X001350 Predicted protein (Fragment) 10.94598857 L4_chemical_C3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.494965731 C6_control_A1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.533161995 C6_control_A3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.575006169 C6_control_B1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.504222261 C6_control_B2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.271723931 C6_control_B3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.153553534 C6_control_C1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.757898307 C6_control_C2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.200773344 C6_control_C3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.812061208 C6_chemical_A1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.641094209 C6_chemical_A3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.808587722 C6_chemical_B1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.500368175 C6_chemical_B2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 4.782772976 C6_chemical_B3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.347444205 C6_chemical_C1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.374662635 C6_chemical_C2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.238791966 C6_chemical_C3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.36605724 L4_control_A1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.499504522 L4_control_A2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 6.630988104 L4_control_A3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.294715505 L4_control_B1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 6.127562163 L4_control_B2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.522080495 L4_control_B3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 6.222221392 L4_control_C2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.544387203 L4_control_C3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.386700968 L4_chemical_A1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.496819152 L4_chemical_A2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 6.412242783 L4_chemical_A3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.715608853 L4_chemical_B1 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.646579744 L4_chemical_B2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.570520536 L4_chemical_B3 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.48037377 L4_chemical_C2 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.250290801 L4_chemical_C3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.330822054 C6_control_A1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.742093866 C6_control_A3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 8.228027538 C6_control_B1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.620241932 C6_control_B2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.724945865 C6_control_B3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.48037343 C6_control_C1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.72690506 C6_control_C2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.74635066 C6_control_C3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.340875874 C6_chemical_A1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.04693468 C6_chemical_A3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 8.655895765 C6_chemical_B1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.11623692 C6_chemical_B2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 11.36021088 C6_chemical_B3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.47091217 C6_chemical_C1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.59717106 C6_chemical_C2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 12.49852201 C6_chemical_C3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.24327673 L4_control_A1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.84957925 L4_control_A2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.88395906 L4_control_A3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.333959552 L4_control_B1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.3845523 L4_control_B2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 11.60581767 L4_control_B3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 11.25484811 L4_control_C2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 11.6103953 L4_control_C3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.16562321 L4_chemical_A1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.04295384 L4_chemical_A2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.90149144 L4_chemical_A3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.30574347 L4_chemical_B1 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.38841699 L4_chemical_B2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.85993034 L4_chemical_B3 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 10.80581749 L4_chemical_C2 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 11.34310488 L4_chemical_C3 +LQ10X001400 PHD finger protein At5g26210 6.129084424 C6_control_A1 +LQ10X001400 PHD finger protein At5g26210 6.741470108 C6_control_A3 +LQ10X001400 PHD finger protein At5g26210 5.250606673 C6_control_B1 +LQ10X001400 PHD finger protein At5g26210 5.735734023 C6_control_B2 +LQ10X001400 PHD finger protein At5g26210 5.804145201 C6_control_B3 +LQ10X001400 PHD finger protein At5g26210 5.515325339 C6_control_C1 +LQ10X001400 PHD finger protein At5g26210 5.571350798 C6_control_C2 +LQ10X001400 PHD finger protein At5g26210 6.417217609 C6_control_C3 +LQ10X001400 PHD finger protein At5g26210 5.611660562 C6_chemical_A1 +LQ10X001400 PHD finger protein At5g26210 6.178951489 C6_chemical_A3 +LQ10X001400 PHD finger protein At5g26210 5.298660253 C6_chemical_B1 +LQ10X001400 PHD finger protein At5g26210 5.440180704 C6_chemical_B2 +LQ10X001400 PHD finger protein At5g26210 5.060277055 C6_chemical_B3 +LQ10X001400 PHD finger protein At5g26210 5.038183256 C6_chemical_C1 +LQ10X001400 PHD finger protein At5g26210 6.545960923 C6_chemical_C2 +LQ10X001400 PHD finger protein At5g26210 5.650309657 C6_chemical_C3 +LQ10X001400 PHD finger protein At5g26210 6.856827668 L4_control_A1 +LQ10X001400 PHD finger protein At5g26210 6.203736475 L4_control_A2 +LQ10X001400 PHD finger protein At5g26210 8.02639705 L4_control_A3 +LQ10X001400 PHD finger protein At5g26210 5.003605985 L4_control_B1 +LQ10X001400 PHD finger protein At5g26210 7.246280304 L4_control_B2 +LQ10X001400 PHD finger protein At5g26210 5.640450263 L4_control_B3 +LQ10X001400 PHD finger protein At5g26210 5.693609538 L4_control_C2 +LQ10X001400 PHD finger protein At5g26210 5.196119806 L4_control_C3 +LQ10X001400 PHD finger protein At5g26210 6.242466518 L4_chemical_A1 +LQ10X001400 PHD finger protein At5g26210 5.682481211 L4_chemical_A2 +LQ10X001400 PHD finger protein At5g26210 6.852765653 L4_chemical_A3 +LQ10X001400 PHD finger protein At5g26210 5.862750846 L4_chemical_B1 +LQ10X001400 PHD finger protein At5g26210 6.344394042 L4_chemical_B2 +LQ10X001400 PHD finger protein At5g26210 5.461319333 L4_chemical_B3 +LQ10X001400 PHD finger protein At5g26210 6.643521026 L4_chemical_C2 +LQ10X001400 PHD finger protein At5g26210 5.458309469 L4_chemical_C3 +LQ10X001410 Putative uncharacterized protein 11.51399307 C6_control_A1 +LQ10X001410 Putative uncharacterized protein 11.03952299 C6_control_A3 +LQ10X001410 Putative uncharacterized protein 11.89234729 C6_control_B1 +LQ10X001410 Putative uncharacterized protein 11.78648832 C6_control_B2 +LQ10X001410 Putative uncharacterized protein 11.8449151 C6_control_B3 +LQ10X001410 Putative uncharacterized protein 13.29509006 C6_control_C1 +LQ10X001410 Putative uncharacterized protein 12.40124582 C6_control_C2 +LQ10X001410 Putative uncharacterized protein 12.8723683 C6_control_C3 +LQ10X001410 Putative uncharacterized protein 11.27478717 C6_chemical_A1 +LQ10X001410 Putative uncharacterized protein 11.49115637 C6_chemical_A3 +LQ10X001410 Putative uncharacterized protein 11.47118585 C6_chemical_B1 +LQ10X001410 Putative uncharacterized protein 11.69375308 C6_chemical_B2 +LQ10X001410 Putative uncharacterized protein 11.59551398 C6_chemical_B3 +LQ10X001410 Putative uncharacterized protein 12.72785028 C6_chemical_C1 +LQ10X001410 Putative uncharacterized protein 12.12021815 C6_chemical_C2 +LQ10X001410 Putative uncharacterized protein 12.5207573 C6_chemical_C3 +LQ10X001410 Putative uncharacterized protein 11.66330631 L4_control_A1 +LQ10X001410 Putative uncharacterized protein 11.04855343 L4_control_A2 +LQ10X001410 Putative uncharacterized protein 11.0052465 L4_control_A3 +LQ10X001410 Putative uncharacterized protein 11.99305226 L4_control_B1 +LQ10X001410 Putative uncharacterized protein 11.58015519 L4_control_B2 +LQ10X001410 Putative uncharacterized protein 12.24784639 L4_control_B3 +LQ10X001410 Putative uncharacterized protein 12.61252461 L4_control_C2 +LQ10X001410 Putative uncharacterized protein 12.77320957 L4_control_C3 +LQ10X001410 Putative uncharacterized protein 10.65136306 L4_chemical_A1 +LQ10X001410 Putative uncharacterized protein 9.91919114 L4_chemical_A2 +LQ10X001410 Putative uncharacterized protein 10.90137066 L4_chemical_A3 +LQ10X001410 Putative uncharacterized protein 10.79186544 L4_chemical_B1 +LQ10X001410 Putative uncharacterized protein 10.60402805 L4_chemical_B2 +LQ10X001410 Putative uncharacterized protein 11.37541333 L4_chemical_B3 +LQ10X001410 Putative uncharacterized protein 11.97179245 L4_chemical_C2 +LQ10X001410 Putative uncharacterized protein 12.32203444 L4_chemical_C3 +LQ10X001430 Putative uncharacterized protein 11.31699282 C6_control_A1 +LQ10X001430 Putative uncharacterized protein 11.63875803 C6_control_A3 +LQ10X001430 Putative uncharacterized protein 11.99292566 C6_control_B1 +LQ10X001430 Putative uncharacterized protein 11.18125439 C6_control_B2 +LQ10X001430 Putative uncharacterized protein 11.98400126 C6_control_B3 +LQ10X001430 Putative uncharacterized protein 11.79058477 C6_control_C1 +LQ10X001430 Putative uncharacterized protein 11.50523995 C6_control_C2 +LQ10X001430 Putative uncharacterized protein 11.42485914 C6_control_C3 +LQ10X001430 Putative uncharacterized protein 11.36994112 C6_chemical_A1 +LQ10X001430 Putative uncharacterized protein 11.3096912 C6_chemical_A3 +LQ10X001430 Putative uncharacterized protein 12.05692984 C6_chemical_B1 +LQ10X001430 Putative uncharacterized protein 11.2450294 C6_chemical_B2 +LQ10X001430 Putative uncharacterized protein 11.98946825 C6_chemical_B3 +LQ10X001430 Putative uncharacterized protein 11.73596601 C6_chemical_C1 +LQ10X001430 Putative uncharacterized protein 11.32374891 C6_chemical_C2 +LQ10X001430 Putative uncharacterized protein 11.45730082 C6_chemical_C3 +LQ10X001430 Putative uncharacterized protein 11.54400814 L4_control_A1 +LQ10X001430 Putative uncharacterized protein 11.38951314 L4_control_A2 +LQ10X001430 Putative uncharacterized protein 11.89331181 L4_control_A3 +LQ10X001430 Putative uncharacterized protein 12.43847933 L4_control_B1 +LQ10X001430 Putative uncharacterized protein 12.63769195 L4_control_B2 +LQ10X001430 Putative uncharacterized protein 12.14379287 L4_control_B3 +LQ10X001430 Putative uncharacterized protein 12.52608822 L4_control_C2 +LQ10X001430 Putative uncharacterized protein 12.90945529 L4_control_C3 +LQ10X001430 Putative uncharacterized protein 11.49183539 L4_chemical_A1 +LQ10X001430 Putative uncharacterized protein 11.49955676 L4_chemical_A2 +LQ10X001430 Putative uncharacterized protein 11.93296826 L4_chemical_A3 +LQ10X001430 Putative uncharacterized protein 12.29411009 L4_chemical_B1 +LQ10X001430 Putative uncharacterized protein 12.16758727 L4_chemical_B2 +LQ10X001430 Putative uncharacterized protein 11.74665774 L4_chemical_B3 +LQ10X001430 Putative uncharacterized protein 12.39493299 L4_chemical_C2 +LQ10X001430 Putative uncharacterized protein 12.56234442 L4_chemical_C3 +LQ10X001440 Hypothetical protein 4.915854737 C6_control_A1 +LQ10X001440 Hypothetical protein 4.673978859 C6_control_A3 +LQ10X001440 Hypothetical protein 4.867047532 C6_control_B1 +LQ10X001440 Hypothetical protein 4.657120255 C6_control_B2 +LQ10X001440 Hypothetical protein 4.866191381 C6_control_B3 +LQ10X001440 Hypothetical protein 4.811113512 C6_control_C1 +LQ10X001440 Hypothetical protein 4.693718431 C6_control_C2 +LQ10X001440 Hypothetical protein 4.754475121 C6_control_C3 +LQ10X001440 Hypothetical protein 4.832999243 C6_chemical_A1 +LQ10X001440 Hypothetical protein 5.063456649 C6_chemical_A3 +LQ10X001440 Hypothetical protein 4.768796377 C6_chemical_B1 +LQ10X001440 Hypothetical protein 4.724084479 C6_chemical_B2 +LQ10X001440 Hypothetical protein 4.770769498 C6_chemical_B3 +LQ10X001440 Hypothetical protein 4.516706819 C6_chemical_C1 +LQ10X001440 Hypothetical protein 5.186946138 C6_chemical_C2 +LQ10X001440 Hypothetical protein 4.794643155 C6_chemical_C3 +LQ10X001440 Hypothetical protein 4.835253652 L4_control_A1 +LQ10X001440 Hypothetical protein 4.657969505 L4_control_A2 +LQ10X001440 Hypothetical protein 5.061753591 L4_control_A3 +LQ10X001440 Hypothetical protein 4.99325882 L4_control_B1 +LQ10X001440 Hypothetical protein 5.01105283 L4_control_B2 +LQ10X001440 Hypothetical protein 4.767296974 L4_control_B3 +LQ10X001440 Hypothetical protein 5.004593386 L4_control_C2 +LQ10X001440 Hypothetical protein 4.808651987 L4_control_C3 +LQ10X001440 Hypothetical protein 5.306717863 L4_chemical_A1 +LQ10X001440 Hypothetical protein 4.935346242 L4_chemical_A2 +LQ10X001440 Hypothetical protein 5.272219522 L4_chemical_A3 +LQ10X001440 Hypothetical protein 5.075689295 L4_chemical_B1 +LQ10X001440 Hypothetical protein 5.07970743 L4_chemical_B2 +LQ10X001440 Hypothetical protein 4.65089005 L4_chemical_B3 +LQ10X001440 Hypothetical protein 5.352332344 L4_chemical_C2 +LQ10X001440 Hypothetical protein 4.883448176 L4_chemical_C3 +LQ10X001470 Phosphoinositide phospholipase C 2 10.97914979 C6_control_A1 +LQ10X001470 Phosphoinositide phospholipase C 2 11.02372094 C6_control_A3 +LQ10X001470 Phosphoinositide phospholipase C 2 10.94568826 C6_control_B1 +LQ10X001470 Phosphoinositide phospholipase C 2 11.84086593 C6_control_B2 +LQ10X001470 Phosphoinositide phospholipase C 2 11.19706696 C6_control_B3 +LQ10X001470 Phosphoinositide phospholipase C 2 10.94232822 C6_control_C1 +LQ10X001470 Phosphoinositide phospholipase C 2 11.63922139 C6_control_C2 +LQ10X001470 Phosphoinositide phospholipase C 2 11.31482932 C6_control_C3 +LQ10X001470 Phosphoinositide phospholipase C 2 11.31185013 C6_chemical_A1 +LQ10X001470 Phosphoinositide phospholipase C 2 11.28780565 C6_chemical_A3 +LQ10X001470 Phosphoinositide phospholipase C 2 11.38365382 C6_chemical_B1 +LQ10X001470 Phosphoinositide phospholipase C 2 12.06794838 C6_chemical_B2 +LQ10X001470 Phosphoinositide phospholipase C 2 11.81120089 C6_chemical_B3 +LQ10X001470 Phosphoinositide phospholipase C 2 10.9982891 C6_chemical_C1 +LQ10X001470 Phosphoinositide phospholipase C 2 11.33516896 C6_chemical_C2 +LQ10X001470 Phosphoinositide phospholipase C 2 11.86122023 C6_chemical_C3 +LQ10X001470 Phosphoinositide phospholipase C 2 11.17136913 L4_control_A1 +LQ10X001470 Phosphoinositide phospholipase C 2 10.82051433 L4_control_A2 +LQ10X001470 Phosphoinositide phospholipase C 2 11.72307464 L4_control_A3 +LQ10X001470 Phosphoinositide phospholipase C 2 11.96102618 L4_control_B1 +LQ10X001470 Phosphoinositide phospholipase C 2 11.98930158 L4_control_B2 +LQ10X001470 Phosphoinositide phospholipase C 2 12.81437695 L4_control_B3 +LQ10X001470 Phosphoinositide phospholipase C 2 10.41553429 L4_control_C2 +LQ10X001470 Phosphoinositide phospholipase C 2 11.93404716 L4_control_C3 +LQ10X001470 Phosphoinositide phospholipase C 2 11.89713701 L4_chemical_A1 +LQ10X001470 Phosphoinositide phospholipase C 2 11.37466147 L4_chemical_A2 +LQ10X001470 Phosphoinositide phospholipase C 2 11.44315443 L4_chemical_A3 +LQ10X001470 Phosphoinositide phospholipase C 2 11.13425855 L4_chemical_B1 +LQ10X001470 Phosphoinositide phospholipase C 2 11.30384686 L4_chemical_B2 +LQ10X001470 Phosphoinositide phospholipase C 2 12.11766161 L4_chemical_B3 +LQ10X001470 Phosphoinositide phospholipase C 2 10.74188622 L4_chemical_C2 +LQ10X001470 Phosphoinositide phospholipase C 2 11.80693281 L4_chemical_C3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.336597051 C6_control_A1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.069083096 C6_control_A3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.766021352 C6_control_B1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.158343282 C6_control_B2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.53893469 C6_control_B3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.282504236 C6_control_C1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.333079285 C6_control_C2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.155012146 C6_control_C3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.199533186 C6_chemical_A1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.100975478 C6_chemical_A3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.77868568 C6_chemical_B1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.137206574 C6_chemical_B2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.453948952 C6_chemical_B3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.588052238 C6_chemical_C1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.185913788 C6_chemical_C2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.095984356 C6_chemical_C3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.356141742 L4_control_A1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.254985845 L4_control_A2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.771780809 L4_control_A3 +LQ10X001480 Phosphoinositide phospholipase C 6 6.796614597 L4_control_B1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.443102817 L4_control_B2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.517272965 L4_control_B3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.292643477 L4_control_C2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.430623175 L4_control_C3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.536910709 L4_chemical_A1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.312579905 L4_chemical_A2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.474672495 L4_chemical_A3 +LQ10X001480 Phosphoinositide phospholipase C 6 5.675852788 L4_chemical_B1 +LQ10X001480 Phosphoinositide phospholipase C 6 5.807841098 L4_chemical_B2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.462840882 L4_chemical_B3 +LQ10X001480 Phosphoinositide phospholipase C 6 6.014452042 L4_chemical_C2 +LQ10X001480 Phosphoinositide phospholipase C 6 5.558708175 L4_chemical_C3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.42293157 C6_control_A1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.94503002 C6_control_A3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.28150081 C6_control_B1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.92820645 C6_control_B2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 11.12058838 C6_control_B3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.36615179 C6_control_C1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.65835828 C6_control_C2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.78141575 C6_control_C3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.07197916 C6_chemical_A1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.65438549 C6_chemical_A3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 9.512188584 C6_chemical_B1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.6829325 C6_chemical_B2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.33828981 C6_chemical_B3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.20052301 C6_chemical_C1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.08098287 C6_chemical_C2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 9.730049535 C6_chemical_C3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.72170049 L4_control_A1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.53449532 L4_control_A2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.8408913 L4_control_A3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.27912089 L4_control_B1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.25246703 L4_control_B2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 11.07441136 L4_control_B3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.57580612 L4_control_C2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.71258456 L4_control_C3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.77657966 L4_chemical_A1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.25985824 L4_chemical_A2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.66763649 L4_chemical_A3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 9.89851572 L4_chemical_B1 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.06616274 L4_chemical_B2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.48568986 L4_chemical_B3 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.68879743 L4_chemical_C2 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.53700082 L4_chemical_C3 +LQ10X001550 Putative uncharacterized protein 12.7577416 C6_control_A1 +LQ10X001550 Putative uncharacterized protein 14.42511954 C6_control_A3 +LQ10X001550 Putative uncharacterized protein 13.60360915 C6_control_B1 +LQ10X001550 Putative uncharacterized protein 14.92710091 C6_control_B2 +LQ10X001550 Putative uncharacterized protein 15.12890036 C6_control_B3 +LQ10X001550 Putative uncharacterized protein 13.86611948 C6_control_C1 +LQ10X001550 Putative uncharacterized protein 15.7131873 C6_control_C2 +LQ10X001550 Putative uncharacterized protein 15.58046301 C6_control_C3 +LQ10X001550 Putative uncharacterized protein 12.12040524 C6_chemical_A1 +LQ10X001550 Putative uncharacterized protein 14.08283741 C6_chemical_A3 +LQ10X001550 Putative uncharacterized protein 12.91123983 C6_chemical_B1 +LQ10X001550 Putative uncharacterized protein 13.8910109 C6_chemical_B2 +LQ10X001550 Putative uncharacterized protein 14.54282721 C6_chemical_B3 +LQ10X001550 Putative uncharacterized protein 12.92253452 C6_chemical_C1 +LQ10X001550 Putative uncharacterized protein 13.91486553 C6_chemical_C2 +LQ10X001550 Putative uncharacterized protein 13.37280926 C6_chemical_C3 +LQ10X001550 Putative uncharacterized protein 13.68577741 L4_control_A1 +LQ10X001550 Putative uncharacterized protein 14.62169766 L4_control_A2 +LQ10X001550 Putative uncharacterized protein 13.99290579 L4_control_A3 +LQ10X001550 Putative uncharacterized protein 13.77506818 L4_control_B1 +LQ10X001550 Putative uncharacterized protein 14.5397585 L4_control_B2 +LQ10X001550 Putative uncharacterized protein 15.31454466 L4_control_B3 +LQ10X001550 Putative uncharacterized protein 15.27075335 L4_control_C2 +LQ10X001550 Putative uncharacterized protein 15.20869996 L4_control_C3 +LQ10X001550 Putative uncharacterized protein 13.17368045 L4_chemical_A1 +LQ10X001550 Putative uncharacterized protein 14.14885007 L4_chemical_A2 +LQ10X001550 Putative uncharacterized protein 13.18984553 L4_chemical_A3 +LQ10X001550 Putative uncharacterized protein 13.53142139 L4_chemical_B1 +LQ10X001550 Putative uncharacterized protein 14.00826124 L4_chemical_B2 +LQ10X001550 Putative uncharacterized protein 14.53999238 L4_chemical_B3 +LQ10X001550 Putative uncharacterized protein 14.89144204 L4_chemical_C2 +LQ10X001550 Putative uncharacterized protein 14.51431952 L4_chemical_C3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.312135765 C6_control_A1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.296852594 C6_control_A3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.042434129 C6_control_B1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.362053021 C6_control_B2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.146126413 C6_control_B3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.183832012 C6_control_C1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.447437865 C6_control_C2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.080717001 C6_control_C3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.389448503 C6_chemical_A1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.713163828 C6_chemical_A3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.004039423 C6_chemical_B1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.468570225 C6_chemical_B2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 4.961801118 C6_chemical_B3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.051473997 C6_chemical_C1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.187872361 C6_chemical_C2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 4.903681905 C6_chemical_C3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.319936174 L4_control_A1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.330601369 L4_control_A2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.866380555 L4_control_A3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.963222369 L4_control_B1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 6.104456937 L4_control_B2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.00487362 L4_control_B3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.709149308 L4_control_C2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 4.902127557 L4_control_C3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.264315341 L4_chemical_A1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.599036696 L4_chemical_A2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 6.399756911 L4_chemical_A3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 6.006237605 L4_chemical_B1 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.519247288 L4_chemical_B2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.38207568 L4_chemical_B3 +LQ10X001620 Pleckstrin homology domain-containing protein 1 4.965715443 L4_chemical_C2 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.050012115 L4_chemical_C3 +LQ10X001690 Putative Clathrin light chain B 13.95034642 C6_control_A1 +LQ10X001690 Putative Clathrin light chain B 14.07774726 C6_control_A3 +LQ10X001690 Putative Clathrin light chain B 13.62784739 C6_control_B1 +LQ10X001690 Putative Clathrin light chain B 13.80486044 C6_control_B2 +LQ10X001690 Putative Clathrin light chain B 14.05472645 C6_control_B3 +LQ10X001690 Putative Clathrin light chain B 13.77339636 C6_control_C1 +LQ10X001690 Putative Clathrin light chain B 13.77576957 C6_control_C2 +LQ10X001690 Putative Clathrin light chain B 13.5733106 C6_control_C3 +LQ10X001690 Putative Clathrin light chain B 13.75780563 C6_chemical_A1 +LQ10X001690 Putative Clathrin light chain B 14.13569421 C6_chemical_A3 +LQ10X001690 Putative Clathrin light chain B 13.92928906 C6_chemical_B1 +LQ10X001690 Putative Clathrin light chain B 13.5232421 C6_chemical_B2 +LQ10X001690 Putative Clathrin light chain B 13.79277666 C6_chemical_B3 +LQ10X001690 Putative Clathrin light chain B 13.71929646 C6_chemical_C1 +LQ10X001690 Putative Clathrin light chain B 13.51371114 C6_chemical_C2 +LQ10X001690 Putative Clathrin light chain B 13.18950871 C6_chemical_C3 +LQ10X001690 Putative Clathrin light chain B 13.84723599 L4_control_A1 +LQ10X001690 Putative Clathrin light chain B 13.8887592 L4_control_A2 +LQ10X001690 Putative Clathrin light chain B 14.01171429 L4_control_A3 +LQ10X001690 Putative Clathrin light chain B 14.1222212 L4_control_B1 +LQ10X001690 Putative Clathrin light chain B 13.98839489 L4_control_B2 +LQ10X001690 Putative Clathrin light chain B 13.80873539 L4_control_B3 +LQ10X001690 Putative Clathrin light chain B 13.28687703 L4_control_C2 +LQ10X001690 Putative Clathrin light chain B 13.53130012 L4_control_C3 +LQ10X001690 Putative Clathrin light chain B 13.84529151 L4_chemical_A1 +LQ10X001690 Putative Clathrin light chain B 13.6156235 L4_chemical_A2 +LQ10X001690 Putative Clathrin light chain B 13.74602046 L4_chemical_A3 +LQ10X001690 Putative Clathrin light chain B 13.82693967 L4_chemical_B1 +LQ10X001690 Putative Clathrin light chain B 13.63197568 L4_chemical_B2 +LQ10X001690 Putative Clathrin light chain B 13.95759743 L4_chemical_B3 +LQ10X001690 Putative Clathrin light chain B 13.19718874 L4_chemical_C2 +LQ10X001690 Putative Clathrin light chain B 13.5058533 L4_chemical_C3 +LQ10X001700 ATP binding protein, putative 6.378581471 C6_control_A1 +LQ10X001700 ATP binding protein, putative 8.104000836 C6_control_A3 +LQ10X001700 ATP binding protein, putative 6.326526193 C6_control_B1 +LQ10X001700 ATP binding protein, putative 6.395778918 C6_control_B2 +LQ10X001700 ATP binding protein, putative 6.670561236 C6_control_B3 +LQ10X001700 ATP binding protein, putative 5.382060848 C6_control_C1 +LQ10X001700 ATP binding protein, putative 6.220693842 C6_control_C2 +LQ10X001700 ATP binding protein, putative 5.491918085 C6_control_C3 +LQ10X001700 ATP binding protein, putative 6.239253466 C6_chemical_A1 +LQ10X001700 ATP binding protein, putative 5.86096164 C6_chemical_A3 +LQ10X001700 ATP binding protein, putative 6.009415991 C6_chemical_B1 +LQ10X001700 ATP binding protein, putative 6.556005305 C6_chemical_B2 +LQ10X001700 ATP binding protein, putative 5.724321287 C6_chemical_B3 +LQ10X001700 ATP binding protein, putative 5.728321049 C6_chemical_C1 +LQ10X001700 ATP binding protein, putative 5.367704848 C6_chemical_C2 +LQ10X001700 ATP binding protein, putative 5.474926983 C6_chemical_C3 +LQ10X001700 ATP binding protein, putative 5.808313433 L4_control_A1 +LQ10X001700 ATP binding protein, putative 5.798660077 L4_control_A2 +LQ10X001700 ATP binding protein, putative 5.563520048 L4_control_A3 +LQ10X001700 ATP binding protein, putative 5.940901455 L4_control_B1 +LQ10X001700 ATP binding protein, putative 5.91807752 L4_control_B2 +LQ10X001700 ATP binding protein, putative 5.68624909 L4_control_B3 +LQ10X001700 ATP binding protein, putative 6.166891398 L4_control_C2 +LQ10X001700 ATP binding protein, putative 5.224797025 L4_control_C3 +LQ10X001700 ATP binding protein, putative 5.798708729 L4_chemical_A1 +LQ10X001700 ATP binding protein, putative 5.85156063 L4_chemical_A2 +LQ10X001700 ATP binding protein, putative 5.945299911 L4_chemical_A3 +LQ10X001700 ATP binding protein, putative 5.802856356 L4_chemical_B1 +LQ10X001700 ATP binding protein, putative 5.445654721 L4_chemical_B2 +LQ10X001700 ATP binding protein, putative 5.623074758 L4_chemical_B3 +LQ10X001700 ATP binding protein, putative 6.097227616 L4_chemical_C2 +LQ10X001700 ATP binding protein, putative 6.514862459 L4_chemical_C3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.485506811 C6_control_A1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 4.932473901 C6_control_A3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 4.8250661 C6_control_B1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.224095107 C6_control_B2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.37878894 C6_control_B3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.118203794 C6_control_C1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.402154206 C6_control_C2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.251923161 C6_control_C3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.72122035 C6_chemical_A1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.211702135 C6_chemical_A3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.281685178 C6_chemical_B1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.211776421 C6_chemical_B2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.597517403 C6_chemical_B3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.380535978 C6_chemical_C1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.511341676 C6_chemical_C2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.299624778 C6_chemical_C3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.161469238 L4_control_A1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.357401722 L4_control_A2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.729835265 L4_control_A3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.607986194 L4_control_B1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.284687247 L4_control_B2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.653761676 L4_control_B3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.324679813 L4_control_C2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.622599355 L4_control_C3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.141495328 L4_chemical_A1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.424686995 L4_chemical_A2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 6.285310265 L4_chemical_A3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.345805294 L4_chemical_B1 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.405946671 L4_chemical_B2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.55882552 L4_chemical_B3 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.19686126 L4_chemical_C2 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.263740111 L4_chemical_C3 +LQ10X001720 Protein yippee-like 9.811301017 C6_control_A1 +LQ10X001720 Protein yippee-like 9.765228453 C6_control_A3 +LQ10X001720 Protein yippee-like 10.59746754 C6_control_B1 +LQ10X001720 Protein yippee-like 10.57114295 C6_control_B2 +LQ10X001720 Protein yippee-like 10.87823984 C6_control_B3 +LQ10X001720 Protein yippee-like 10.42726783 C6_control_C1 +LQ10X001720 Protein yippee-like 10.89018083 C6_control_C2 +LQ10X001720 Protein yippee-like 11.00578164 C6_control_C3 +LQ10X001720 Protein yippee-like 9.235978116 C6_chemical_A1 +LQ10X001720 Protein yippee-like 9.903732045 C6_chemical_A3 +LQ10X001720 Protein yippee-like 10.50535483 C6_chemical_B1 +LQ10X001720 Protein yippee-like 10.3774758 C6_chemical_B2 +LQ10X001720 Protein yippee-like 10.93260716 C6_chemical_B3 +LQ10X001720 Protein yippee-like 10.32933777 C6_chemical_C1 +LQ10X001720 Protein yippee-like 10.44738471 C6_chemical_C2 +LQ10X001720 Protein yippee-like 11.50595322 C6_chemical_C3 +LQ10X001720 Protein yippee-like 9.629480309 L4_control_A1 +LQ10X001720 Protein yippee-like 10.08562921 L4_control_A2 +LQ10X001720 Protein yippee-like 9.127742113 L4_control_A3 +LQ10X001720 Protein yippee-like 10.54637979 L4_control_B1 +LQ10X001720 Protein yippee-like 10.81421465 L4_control_B2 +LQ10X001720 Protein yippee-like 10.41183625 L4_control_B3 +LQ10X001720 Protein yippee-like 10.46346127 L4_control_C2 +LQ10X001720 Protein yippee-like 10.76490244 L4_control_C3 +LQ10X001720 Protein yippee-like 9.824557774 L4_chemical_A1 +LQ10X001720 Protein yippee-like 10.08668869 L4_chemical_A2 +LQ10X001720 Protein yippee-like 9.64801449 L4_chemical_A3 +LQ10X001720 Protein yippee-like 10.54022906 L4_chemical_B1 +LQ10X001720 Protein yippee-like 10.12572194 L4_chemical_B2 +LQ10X001720 Protein yippee-like 10.26901887 L4_chemical_B3 +LQ10X001720 Protein yippee-like 9.940549002 L4_chemical_C2 +LQ10X001720 Protein yippee-like 10.86078647 L4_chemical_C3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.162379812 C6_control_A1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.664671013 C6_control_A3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.384894076 C6_control_B1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.471662306 C6_control_B2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.235624317 C6_control_B3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.677040039 C6_control_C1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 8.21841058 C6_control_C2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.399351363 C6_control_C3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.648218827 C6_chemical_A1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.522414179 C6_chemical_A3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.878425847 C6_chemical_B1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.89597906 C6_chemical_B2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.847214449 C6_chemical_B3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.670567238 C6_chemical_C1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.479349226 C6_chemical_C2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.336542122 C6_chemical_C3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.647462246 L4_control_A1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.270348144 L4_control_A2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.031357553 L4_control_A3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.528356956 L4_control_B1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.003220792 L4_control_B2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.932777188 L4_control_B3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.050652259 L4_control_C2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.653108687 L4_control_C3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.838359078 L4_chemical_A1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.835395715 L4_chemical_A2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.055576754 L4_chemical_A3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.743245716 L4_chemical_B1 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.79065975 L4_chemical_B2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.85366991 L4_chemical_B3 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.158704408 L4_chemical_C2 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 6.323315703 L4_chemical_C3 +LQ10X001740 Putative uncharacterized protein 14.23562276 C6_control_A1 +LQ10X001740 Putative uncharacterized protein 13.8325093 C6_control_A3 +LQ10X001740 Putative uncharacterized protein 14.4976829 C6_control_B1 +LQ10X001740 Putative uncharacterized protein 14.6922207 C6_control_B2 +LQ10X001740 Putative uncharacterized protein 14.54160924 C6_control_B3 +LQ10X001740 Putative uncharacterized protein 14.91540325 C6_control_C1 +LQ10X001740 Putative uncharacterized protein 15.31131098 C6_control_C2 +LQ10X001740 Putative uncharacterized protein 15.23396398 C6_control_C3 +LQ10X001740 Putative uncharacterized protein 13.93955675 C6_chemical_A1 +LQ10X001740 Putative uncharacterized protein 14.45683525 C6_chemical_A3 +LQ10X001740 Putative uncharacterized protein 14.25871323 C6_chemical_B1 +LQ10X001740 Putative uncharacterized protein 14.52352882 C6_chemical_B2 +LQ10X001740 Putative uncharacterized protein 15.26344544 C6_chemical_B3 +LQ10X001740 Putative uncharacterized protein 14.48218055 C6_chemical_C1 +LQ10X001740 Putative uncharacterized protein 15.07366335 C6_chemical_C2 +LQ10X001740 Putative uncharacterized protein 15.21502392 C6_chemical_C3 +LQ10X001740 Putative uncharacterized protein 13.79944713 L4_control_A1 +LQ10X001740 Putative uncharacterized protein 13.33146107 L4_control_A2 +LQ10X001740 Putative uncharacterized protein 14.0335682 L4_control_A3 +LQ10X001740 Putative uncharacterized protein 14.81971169 L4_control_B1 +LQ10X001740 Putative uncharacterized protein 13.77392422 L4_control_B2 +LQ10X001740 Putative uncharacterized protein 15.29611119 L4_control_B3 +LQ10X001740 Putative uncharacterized protein 15.09764458 L4_control_C2 +LQ10X001740 Putative uncharacterized protein 15.24206094 L4_control_C3 +LQ10X001740 Putative uncharacterized protein 14.40159221 L4_chemical_A1 +LQ10X001740 Putative uncharacterized protein 14.18677627 L4_chemical_A2 +LQ10X001740 Putative uncharacterized protein 14.55167935 L4_chemical_A3 +LQ10X001740 Putative uncharacterized protein 14.51680472 L4_chemical_B1 +LQ10X001740 Putative uncharacterized protein 14.52519382 L4_chemical_B2 +LQ10X001740 Putative uncharacterized protein 14.96173634 L4_chemical_B3 +LQ10X001740 Putative uncharacterized protein 15.21741162 L4_chemical_C2 +LQ10X001740 Putative uncharacterized protein 15.19370998 L4_chemical_C3 +LQ10X001750 Cytochrome P450 90A1 11.11912231 C6_control_A1 +LQ10X001750 Cytochrome P450 90A1 11.42752903 C6_control_A3 +LQ10X001750 Cytochrome P450 90A1 12.1151869 C6_control_B1 +LQ10X001750 Cytochrome P450 90A1 12.01272483 C6_control_B2 +LQ10X001750 Cytochrome P450 90A1 12.30277509 C6_control_B3 +LQ10X001750 Cytochrome P450 90A1 11.84969845 C6_control_C1 +LQ10X001750 Cytochrome P450 90A1 12.04513788 C6_control_C2 +LQ10X001750 Cytochrome P450 90A1 12.20401793 C6_control_C3 +LQ10X001750 Cytochrome P450 90A1 10.98210223 C6_chemical_A1 +LQ10X001750 Cytochrome P450 90A1 11.53351224 C6_chemical_A3 +LQ10X001750 Cytochrome P450 90A1 12.31913602 C6_chemical_B1 +LQ10X001750 Cytochrome P450 90A1 12.02958758 C6_chemical_B2 +LQ10X001750 Cytochrome P450 90A1 12.17373772 C6_chemical_B3 +LQ10X001750 Cytochrome P450 90A1 11.72487312 C6_chemical_C1 +LQ10X001750 Cytochrome P450 90A1 12.02455844 C6_chemical_C2 +LQ10X001750 Cytochrome P450 90A1 11.63065633 C6_chemical_C3 +LQ10X001750 Cytochrome P450 90A1 11.67930297 L4_control_A1 +LQ10X001750 Cytochrome P450 90A1 10.97364729 L4_control_A2 +LQ10X001750 Cytochrome P450 90A1 9.970299767 L4_control_A3 +LQ10X001750 Cytochrome P450 90A1 12.59167127 L4_control_B1 +LQ10X001750 Cytochrome P450 90A1 12.23103485 L4_control_B2 +LQ10X001750 Cytochrome P450 90A1 12.07454664 L4_control_B3 +LQ10X001750 Cytochrome P450 90A1 12.59529021 L4_control_C2 +LQ10X001750 Cytochrome P450 90A1 12.03252354 L4_control_C3 +LQ10X001750 Cytochrome P450 90A1 11.40753091 L4_chemical_A1 +LQ10X001750 Cytochrome P450 90A1 11.7486994 L4_chemical_A2 +LQ10X001750 Cytochrome P450 90A1 10.87546987 L4_chemical_A3 +LQ10X001750 Cytochrome P450 90A1 12.3523434 L4_chemical_B1 +LQ10X001750 Cytochrome P450 90A1 11.96051836 L4_chemical_B2 +LQ10X001750 Cytochrome P450 90A1 12.33737595 L4_chemical_B3 +LQ10X001750 Cytochrome P450 90A1 12.45658803 L4_chemical_C2 +LQ10X001750 Cytochrome P450 90A1 11.89717718 L4_chemical_C3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 9.296511725 C6_control_A1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 12.67225179 C6_control_A3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.895669601 C6_control_B1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.034805913 C6_control_B2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.142106594 C6_control_B3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.504294305 C6_control_C1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 4.992895482 C6_control_C2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.520306247 C6_control_C3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 7.706979824 C6_chemical_A1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 10.32940498 C6_chemical_A3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.490523262 C6_chemical_B1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.076649708 C6_chemical_B2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.292569119 C6_chemical_B3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.325003421 C6_chemical_C1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 4.967044649 C6_chemical_C2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.697863234 C6_chemical_C3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 13.32427752 L4_control_A1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 7.343619106 L4_control_A2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 10.19229145 L4_control_A3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.145141957 L4_control_B1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 4.884843577 L4_control_B2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.314922697 L4_control_B3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 4.962868264 L4_control_C2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.221927502 L4_control_C3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 9.509235691 L4_chemical_A1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.926788126 L4_chemical_A2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 9.011606393 L4_chemical_A3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.321030835 L4_chemical_B1 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.090668352 L4_chemical_B2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.147836533 L4_chemical_B3 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.492739151 L4_chemical_C2 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 5.787664526 L4_chemical_C3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.27937771 C6_control_A1 +LQ10X001820 Putative Jasmonate O-methyltransferase 10.19117423 C6_control_A3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.40978574 C6_control_B1 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.6636186 C6_control_B2 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.1998886 C6_control_B3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.94601102 C6_control_C1 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.77238001 C6_control_C2 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.48300187 C6_control_C3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.09815823 C6_chemical_A1 +LQ10X001820 Putative Jasmonate O-methyltransferase 9.868629149 C6_chemical_A3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.32979966 C6_chemical_B1 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.53156903 C6_chemical_B2 +LQ10X001820 Putative Jasmonate O-methyltransferase 10.68422271 C6_chemical_B3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.64915204 C6_chemical_C1 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.54878052 C6_chemical_C2 +LQ10X001820 Putative Jasmonate O-methyltransferase 10.60194909 C6_chemical_C3 +LQ10X001820 Putative Jasmonate O-methyltransferase 10.3756598 L4_control_A1 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.20176309 L4_control_A2 +LQ10X001820 Putative Jasmonate O-methyltransferase 9.930633254 L4_control_A3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.11528611 L4_control_B1 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.82282397 L4_control_B2 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.43828784 L4_control_B3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.59121663 L4_control_C2 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.3980239 L4_control_C3 +LQ10X001820 Putative Jasmonate O-methyltransferase 9.833528248 L4_chemical_A1 +LQ10X001820 Putative Jasmonate O-methyltransferase 10.48553349 L4_chemical_A2 +LQ10X001820 Putative Jasmonate O-methyltransferase 9.134957866 L4_chemical_A3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.28674677 L4_chemical_B1 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.07641946 L4_chemical_B2 +LQ10X001820 Putative Jasmonate O-methyltransferase 10.20156719 L4_chemical_B3 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.45686719 L4_chemical_C2 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.59831399 L4_chemical_C3 +LQ10X001830 Hypothetical protein 8.012656376 C6_control_A1 +LQ10X001830 Hypothetical protein 8.793446734 C6_control_A3 +LQ10X001830 Hypothetical protein 8.31364641 C6_control_B1 +LQ10X001830 Hypothetical protein 9.05806377 C6_control_B2 +LQ10X001830 Hypothetical protein 8.287547201 C6_control_B3 +LQ10X001830 Hypothetical protein 9.16185982 C6_control_C1 +LQ10X001830 Hypothetical protein 9.110283268 C6_control_C2 +LQ10X001830 Hypothetical protein 9.305166379 C6_control_C3 +LQ10X001830 Hypothetical protein 7.70888674 C6_chemical_A1 +LQ10X001830 Hypothetical protein 8.548418108 C6_chemical_A3 +LQ10X001830 Hypothetical protein 8.119834052 C6_chemical_B1 +LQ10X001830 Hypothetical protein 8.869195179 C6_chemical_B2 +LQ10X001830 Hypothetical protein 7.66171988 C6_chemical_B3 +LQ10X001830 Hypothetical protein 9.24636451 C6_chemical_C1 +LQ10X001830 Hypothetical protein 9.296652343 C6_chemical_C2 +LQ10X001830 Hypothetical protein 8.677995885 C6_chemical_C3 +LQ10X001830 Hypothetical protein 8.251896841 L4_control_A1 +LQ10X001830 Hypothetical protein 7.257450525 L4_control_A2 +LQ10X001830 Hypothetical protein 6.412030768 L4_control_A3 +LQ10X001830 Hypothetical protein 6.709230105 L4_control_B1 +LQ10X001830 Hypothetical protein 8.324580073 L4_control_B2 +LQ10X001830 Hypothetical protein 8.087848514 L4_control_B3 +LQ10X001830 Hypothetical protein 6.19250111 L4_control_C2 +LQ10X001830 Hypothetical protein 6.28324387 L4_control_C3 +LQ10X001830 Hypothetical protein 7.40083693 L4_chemical_A1 +LQ10X001830 Hypothetical protein 6.761237797 L4_chemical_A2 +LQ10X001830 Hypothetical protein 5.925177636 L4_chemical_A3 +LQ10X001830 Hypothetical protein 6.96827031 L4_chemical_B1 +LQ10X001830 Hypothetical protein 6.615284758 L4_chemical_B2 +LQ10X001830 Hypothetical protein 7.304399807 L4_chemical_B3 +LQ10X001830 Hypothetical protein 6.61759228 L4_chemical_C2 +LQ10X001830 Hypothetical protein 6.117842719 L4_chemical_C3 +LQ10X001840 Probable aquaporin PIP-type 7a 5.720244517 C6_control_A1 +LQ10X001840 Probable aquaporin PIP-type 7a 6.072154886 C6_control_A3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.410395158 C6_control_B1 +LQ10X001840 Probable aquaporin PIP-type 7a 6.676587396 C6_control_B2 +LQ10X001840 Probable aquaporin PIP-type 7a 6.251404768 C6_control_B3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.106293243 C6_control_C1 +LQ10X001840 Probable aquaporin PIP-type 7a 6.679136611 C6_control_C2 +LQ10X001840 Probable aquaporin PIP-type 7a 6.281407093 C6_control_C3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.034680139 C6_chemical_A1 +LQ10X001840 Probable aquaporin PIP-type 7a 5.920636461 C6_chemical_A3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.824271688 C6_chemical_B1 +LQ10X001840 Probable aquaporin PIP-type 7a 6.277194375 C6_chemical_B2 +LQ10X001840 Probable aquaporin PIP-type 7a 6.01564592 C6_chemical_B3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.497873739 C6_chemical_C1 +LQ10X001840 Probable aquaporin PIP-type 7a 6.586372896 C6_chemical_C2 +LQ10X001840 Probable aquaporin PIP-type 7a 6.250087244 C6_chemical_C3 +LQ10X001840 Probable aquaporin PIP-type 7a 5.701406962 L4_control_A1 +LQ10X001840 Probable aquaporin PIP-type 7a 6.415164136 L4_control_A2 +LQ10X001840 Probable aquaporin PIP-type 7a 6.027994788 L4_control_A3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.191896092 L4_control_B1 +LQ10X001840 Probable aquaporin PIP-type 7a 6.622493915 L4_control_B2 +LQ10X001840 Probable aquaporin PIP-type 7a 6.528118324 L4_control_B3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.22616653 L4_control_C2 +LQ10X001840 Probable aquaporin PIP-type 7a 6.379598056 L4_control_C3 +LQ10X001840 Probable aquaporin PIP-type 7a 5.489118987 L4_chemical_A1 +LQ10X001840 Probable aquaporin PIP-type 7a 6.611443346 L4_chemical_A2 +LQ10X001840 Probable aquaporin PIP-type 7a 6.298013635 L4_chemical_A3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.514931202 L4_chemical_B1 +LQ10X001840 Probable aquaporin PIP-type 7a 5.819941645 L4_chemical_B2 +LQ10X001840 Probable aquaporin PIP-type 7a 5.994005204 L4_chemical_B3 +LQ10X001840 Probable aquaporin PIP-type 7a 6.354759346 L4_chemical_C2 +LQ10X001840 Probable aquaporin PIP-type 7a 5.99021576 L4_chemical_C3 +LQ10X001850 Predicted protein 5.121921674 C6_control_A1 +LQ10X001850 Predicted protein 4.963968827 C6_control_A3 +LQ10X001850 Predicted protein 5.4324065 C6_control_B1 +LQ10X001850 Predicted protein 5.441451412 C6_control_B2 +LQ10X001850 Predicted protein 5.360417227 C6_control_B3 +LQ10X001850 Predicted protein 5.199456895 C6_control_C1 +LQ10X001850 Predicted protein 5.475683501 C6_control_C2 +LQ10X001850 Predicted protein 5.006323703 C6_control_C3 +LQ10X001850 Predicted protein 5.395353171 C6_chemical_A1 +LQ10X001850 Predicted protein 5.008006505 C6_chemical_A3 +LQ10X001850 Predicted protein 5.456626287 C6_chemical_B1 +LQ10X001850 Predicted protein 5.624745649 C6_chemical_B2 +LQ10X001850 Predicted protein 5.006287675 C6_chemical_B3 +LQ10X001850 Predicted protein 5.081339468 C6_chemical_C1 +LQ10X001850 Predicted protein 5.035503437 C6_chemical_C2 +LQ10X001850 Predicted protein 5.117075891 C6_chemical_C3 +LQ10X001850 Predicted protein 4.831602727 L4_control_A1 +LQ10X001850 Predicted protein 5.144255379 L4_control_A2 +LQ10X001850 Predicted protein 4.921759355 L4_control_A3 +LQ10X001850 Predicted protein 5.39471117 L4_control_B1 +LQ10X001850 Predicted protein 5.001050435 L4_control_B2 +LQ10X001850 Predicted protein 4.976705218 L4_control_B3 +LQ10X001850 Predicted protein 5.428843359 L4_control_C2 +LQ10X001850 Predicted protein 5.282337857 L4_control_C3 +LQ10X001850 Predicted protein 4.975922443 L4_chemical_A1 +LQ10X001850 Predicted protein 5.028673955 L4_chemical_A2 +LQ10X001850 Predicted protein 5.130984413 L4_chemical_A3 +LQ10X001850 Predicted protein 5.296274789 L4_chemical_B1 +LQ10X001850 Predicted protein 5.10712075 L4_chemical_B2 +LQ10X001850 Predicted protein 5.208898061 L4_chemical_B3 +LQ10X001850 Predicted protein 5.297166439 L4_chemical_C2 +LQ10X001850 Predicted protein 5.582102229 L4_chemical_C3 +LQ10X001870 Putative uncharacterized protein 9.485665855 C6_control_A1 +LQ10X001870 Putative uncharacterized protein 10.50382943 C6_control_A3 +LQ10X001870 Putative uncharacterized protein 9.892771444 C6_control_B1 +LQ10X001870 Putative uncharacterized protein 9.974429258 C6_control_B2 +LQ10X001870 Putative uncharacterized protein 11.03594541 C6_control_B3 +LQ10X001870 Putative uncharacterized protein 9.728879296 C6_control_C1 +LQ10X001870 Putative uncharacterized protein 11.15666927 C6_control_C2 +LQ10X001870 Putative uncharacterized protein 11.21459627 C6_control_C3 +LQ10X001870 Putative uncharacterized protein 9.355875047 C6_chemical_A1 +LQ10X001870 Putative uncharacterized protein 10.72534055 C6_chemical_A3 +LQ10X001870 Putative uncharacterized protein 10.61456986 C6_chemical_B1 +LQ10X001870 Putative uncharacterized protein 9.760617949 C6_chemical_B2 +LQ10X001870 Putative uncharacterized protein 12.22288516 C6_chemical_B3 +LQ10X001870 Putative uncharacterized protein 9.514393923 C6_chemical_C1 +LQ10X001870 Putative uncharacterized protein 10.64011995 C6_chemical_C2 +LQ10X001870 Putative uncharacterized protein 11.81965052 C6_chemical_C3 +LQ10X001870 Putative uncharacterized protein 10.17394268 L4_control_A1 +LQ10X001870 Putative uncharacterized protein 10.74416685 L4_control_A2 +LQ10X001870 Putative uncharacterized protein 12.12078687 L4_control_A3 +LQ10X001870 Putative uncharacterized protein 10.87927739 L4_control_B1 +LQ10X001870 Putative uncharacterized protein 11.41474794 L4_control_B2 +LQ10X001870 Putative uncharacterized protein 10.88586228 L4_control_B3 +LQ10X001870 Putative uncharacterized protein 11.86227916 L4_control_C2 +LQ10X001870 Putative uncharacterized protein 12.19581298 L4_control_C3 +LQ10X001870 Putative uncharacterized protein 12.44386015 L4_chemical_A1 +LQ10X001870 Putative uncharacterized protein 12.91884516 L4_chemical_A2 +LQ10X001870 Putative uncharacterized protein 12.70967418 L4_chemical_A3 +LQ10X001870 Putative uncharacterized protein 12.05700348 L4_chemical_B1 +LQ10X001870 Putative uncharacterized protein 11.84689959 L4_chemical_B2 +LQ10X001870 Putative uncharacterized protein 11.30687374 L4_chemical_B3 +LQ10X001870 Putative uncharacterized protein 11.65003412 L4_chemical_C2 +LQ10X001870 Putative uncharacterized protein 11.12176335 L4_chemical_C3 +LQ10X001880 60S acidic ribosomal protein P0-1 15.07435384 C6_control_A1 +LQ10X001880 60S acidic ribosomal protein P0-1 14.93955504 C6_control_A3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.44518821 C6_control_B1 +LQ10X001880 60S acidic ribosomal protein P0-1 14.73885669 C6_control_B2 +LQ10X001880 60S acidic ribosomal protein P0-1 14.41839031 C6_control_B3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.31817002 C6_control_C1 +LQ10X001880 60S acidic ribosomal protein P0-1 14.23132655 C6_control_C2 +LQ10X001880 60S acidic ribosomal protein P0-1 14.09576337 C6_control_C3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.82754539 C6_chemical_A1 +LQ10X001880 60S acidic ribosomal protein P0-1 15.13486778 C6_chemical_A3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.0515372 C6_chemical_B1 +LQ10X001880 60S acidic ribosomal protein P0-1 14.05392551 C6_chemical_B2 +LQ10X001880 60S acidic ribosomal protein P0-1 14.33526989 C6_chemical_B3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.22856463 C6_chemical_C1 +LQ10X001880 60S acidic ribosomal protein P0-1 14.03041492 C6_chemical_C2 +LQ10X001880 60S acidic ribosomal protein P0-1 14.0632501 C6_chemical_C3 +LQ10X001880 60S acidic ribosomal protein P0-1 15.28845423 L4_control_A1 +LQ10X001880 60S acidic ribosomal protein P0-1 15.13258696 L4_control_A2 +LQ10X001880 60S acidic ribosomal protein P0-1 15.20276783 L4_control_A3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.2583245 L4_control_B1 +LQ10X001880 60S acidic ribosomal protein P0-1 14.75136138 L4_control_B2 +LQ10X001880 60S acidic ribosomal protein P0-1 14.43846014 L4_control_B3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.54307342 L4_control_C2 +LQ10X001880 60S acidic ribosomal protein P0-1 14.59110721 L4_control_C3 +LQ10X001880 60S acidic ribosomal protein P0-1 15.17614097 L4_chemical_A1 +LQ10X001880 60S acidic ribosomal protein P0-1 14.96631514 L4_chemical_A2 +LQ10X001880 60S acidic ribosomal protein P0-1 15.16543876 L4_chemical_A3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.41661311 L4_chemical_B1 +LQ10X001880 60S acidic ribosomal protein P0-1 14.37013893 L4_chemical_B2 +LQ10X001880 60S acidic ribosomal protein P0-1 14.74180787 L4_chemical_B3 +LQ10X001880 60S acidic ribosomal protein P0-1 14.41866043 L4_chemical_C2 +LQ10X001880 60S acidic ribosomal protein P0-1 14.42125383 L4_chemical_C3 +LQ10X001890 Syntaxin-31 10.21370983 C6_control_A1 +LQ10X001890 Syntaxin-31 10.06364177 C6_control_A3 +LQ10X001890 Syntaxin-31 10.94690587 C6_control_B1 +LQ10X001890 Syntaxin-31 10.98956991 C6_control_B2 +LQ10X001890 Syntaxin-31 11.17347734 C6_control_B3 +LQ10X001890 Syntaxin-31 10.31404328 C6_control_C1 +LQ10X001890 Syntaxin-31 10.30821879 C6_control_C2 +LQ10X001890 Syntaxin-31 10.75478105 C6_control_C3 +LQ10X001890 Syntaxin-31 10.01482787 C6_chemical_A1 +LQ10X001890 Syntaxin-31 10.18002115 C6_chemical_A3 +LQ10X001890 Syntaxin-31 10.69760669 C6_chemical_B1 +LQ10X001890 Syntaxin-31 10.60133247 C6_chemical_B2 +LQ10X001890 Syntaxin-31 10.93735681 C6_chemical_B3 +LQ10X001890 Syntaxin-31 10.20802858 C6_chemical_C1 +LQ10X001890 Syntaxin-31 10.20373312 C6_chemical_C2 +LQ10X001890 Syntaxin-31 10.59321792 C6_chemical_C3 +LQ10X001890 Syntaxin-31 10.93725222 L4_control_A1 +LQ10X001890 Syntaxin-31 11.00964548 L4_control_A2 +LQ10X001890 Syntaxin-31 10.82652618 L4_control_A3 +LQ10X001890 Syntaxin-31 11.65209516 L4_control_B1 +LQ10X001890 Syntaxin-31 11.57531727 L4_control_B2 +LQ10X001890 Syntaxin-31 11.56229796 L4_control_B3 +LQ10X001890 Syntaxin-31 10.63078452 L4_control_C2 +LQ10X001890 Syntaxin-31 11.15981217 L4_control_C3 +LQ10X001890 Syntaxin-31 11.1391783 L4_chemical_A1 +LQ10X001890 Syntaxin-31 10.88129652 L4_chemical_A2 +LQ10X001890 Syntaxin-31 10.8827953 L4_chemical_A3 +LQ10X001890 Syntaxin-31 11.40302007 L4_chemical_B1 +LQ10X001890 Syntaxin-31 11.42054182 L4_chemical_B2 +LQ10X001890 Syntaxin-31 11.19866295 L4_chemical_B3 +LQ10X001890 Syntaxin-31 10.41105908 L4_chemical_C2 +LQ10X001890 Syntaxin-31 10.83402035 L4_chemical_C3 +LQ10X001900 Auxin transporter-like protein 2 10.88885853 C6_control_A1 +LQ10X001900 Auxin transporter-like protein 2 11.47836981 C6_control_A3 +LQ10X001900 Auxin transporter-like protein 2 11.43701504 C6_control_B1 +LQ10X001900 Auxin transporter-like protein 2 11.39893736 C6_control_B2 +LQ10X001900 Auxin transporter-like protein 2 12.14284397 C6_control_B3 +LQ10X001900 Auxin transporter-like protein 2 10.50836816 C6_control_C1 +LQ10X001900 Auxin transporter-like protein 2 10.14294953 C6_control_C2 +LQ10X001900 Auxin transporter-like protein 2 11.76923468 C6_control_C3 +LQ10X001900 Auxin transporter-like protein 2 10.84563299 C6_chemical_A1 +LQ10X001900 Auxin transporter-like protein 2 11.07371205 C6_chemical_A3 +LQ10X001900 Auxin transporter-like protein 2 10.81659092 C6_chemical_B1 +LQ10X001900 Auxin transporter-like protein 2 10.47327883 C6_chemical_B2 +LQ10X001900 Auxin transporter-like protein 2 12.05273074 C6_chemical_B3 +LQ10X001900 Auxin transporter-like protein 2 10.30525237 C6_chemical_C1 +LQ10X001900 Auxin transporter-like protein 2 9.785656331 C6_chemical_C2 +LQ10X001900 Auxin transporter-like protein 2 10.91464361 C6_chemical_C3 +LQ10X001900 Auxin transporter-like protein 2 11.12100535 L4_control_A1 +LQ10X001900 Auxin transporter-like protein 2 10.73603549 L4_control_A2 +LQ10X001900 Auxin transporter-like protein 2 11.78954034 L4_control_A3 +LQ10X001900 Auxin transporter-like protein 2 11.3864926 L4_control_B1 +LQ10X001900 Auxin transporter-like protein 2 10.68197724 L4_control_B2 +LQ10X001900 Auxin transporter-like protein 2 11.98037178 L4_control_B3 +LQ10X001900 Auxin transporter-like protein 2 9.849822722 L4_control_C2 +LQ10X001900 Auxin transporter-like protein 2 10.31864699 L4_control_C3 +LQ10X001900 Auxin transporter-like protein 2 10.61150675 L4_chemical_A1 +LQ10X001900 Auxin transporter-like protein 2 10.6186374 L4_chemical_A2 +LQ10X001900 Auxin transporter-like protein 2 11.76581134 L4_chemical_A3 +LQ10X001900 Auxin transporter-like protein 2 11.46311245 L4_chemical_B1 +LQ10X001900 Auxin transporter-like protein 2 10.48077033 L4_chemical_B2 +LQ10X001900 Auxin transporter-like protein 2 11.48565323 L4_chemical_B3 +LQ10X001900 Auxin transporter-like protein 2 9.221588648 L4_chemical_C2 +LQ10X001900 Auxin transporter-like protein 2 10.14909238 L4_chemical_C3 +LQ10X001920 Metalloendopeptidase, putative 12.61395018 C6_control_A1 +LQ10X001920 Metalloendopeptidase, putative 12.0097792 C6_control_A3 +LQ10X001920 Metalloendopeptidase, putative 13.17718037 C6_control_B1 +LQ10X001920 Metalloendopeptidase, putative 13.96143978 C6_control_B2 +LQ10X001920 Metalloendopeptidase, putative 13.54653682 C6_control_B3 +LQ10X001920 Metalloendopeptidase, putative 13.55881939 C6_control_C1 +LQ10X001920 Metalloendopeptidase, putative 14.62859301 C6_control_C2 +LQ10X001920 Metalloendopeptidase, putative 14.81174431 C6_control_C3 +LQ10X001920 Metalloendopeptidase, putative 12.23646826 C6_chemical_A1 +LQ10X001920 Metalloendopeptidase, putative 12.14410431 C6_chemical_A3 +LQ10X001920 Metalloendopeptidase, putative 13.1727512 C6_chemical_B1 +LQ10X001920 Metalloendopeptidase, putative 13.90418023 C6_chemical_B2 +LQ10X001920 Metalloendopeptidase, putative 13.4945287 C6_chemical_B3 +LQ10X001920 Metalloendopeptidase, putative 12.96212086 C6_chemical_C1 +LQ10X001920 Metalloendopeptidase, putative 14.17441303 C6_chemical_C2 +LQ10X001920 Metalloendopeptidase, putative 13.88914274 C6_chemical_C3 +LQ10X001920 Metalloendopeptidase, putative 11.51405928 L4_control_A1 +LQ10X001920 Metalloendopeptidase, putative 12.55986108 L4_control_A2 +LQ10X001920 Metalloendopeptidase, putative 11.40389946 L4_control_A3 +LQ10X001920 Metalloendopeptidase, putative 13.54467856 L4_control_B1 +LQ10X001920 Metalloendopeptidase, putative 12.8750475 L4_control_B2 +LQ10X001920 Metalloendopeptidase, putative 13.72612493 L4_control_B3 +LQ10X001920 Metalloendopeptidase, putative 13.65873037 L4_control_C2 +LQ10X001920 Metalloendopeptidase, putative 13.58328416 L4_control_C3 +LQ10X001920 Metalloendopeptidase, putative 11.43080493 L4_chemical_A1 +LQ10X001920 Metalloendopeptidase, putative 12.32276826 L4_chemical_A2 +LQ10X001920 Metalloendopeptidase, putative 11.36825639 L4_chemical_A3 +LQ10X001920 Metalloendopeptidase, putative 12.45786207 L4_chemical_B1 +LQ10X001920 Metalloendopeptidase, putative 12.88454401 L4_chemical_B2 +LQ10X001920 Metalloendopeptidase, putative 12.78537549 L4_chemical_B3 +LQ10X001920 Metalloendopeptidase, putative 13.61541943 L4_chemical_C2 +LQ10X001920 Metalloendopeptidase, putative 13.65805119 L4_chemical_C3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 6.001514056 C6_control_A1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.689363548 C6_control_A3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.88978938 C6_control_B1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.761225447 C6_control_B2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.903820718 C6_control_B3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.993835746 C6_control_C1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.604626967 C6_control_C2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.657035663 C6_control_C3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.856054502 C6_chemical_A1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.72437942 C6_chemical_A3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.892358963 C6_chemical_B1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.730923774 C6_chemical_B2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.841639091 C6_chemical_B3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 6.118231649 C6_chemical_C1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.910235768 C6_chemical_C2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.738785216 C6_chemical_C3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.601156059 L4_control_A1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 6.264518962 L4_control_A2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 6.600811862 L4_control_A3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.696973278 L4_control_B1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.572400286 L4_control_B2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.637526271 L4_control_B3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.867497726 L4_control_C2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.809488974 L4_control_C3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.555771062 L4_chemical_A1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 6.131457013 L4_chemical_A2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.930741614 L4_chemical_A3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.603857707 L4_chemical_B1 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.748775183 L4_chemical_B2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.842998885 L4_chemical_B3 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.683585565 L4_chemical_C2 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.618142691 L4_chemical_C3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.55936771 C6_control_A1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.112749549 C6_control_A3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.397728805 C6_control_B1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.49319914 C6_control_B2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.038922512 C6_control_B3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.241677034 C6_control_C1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 4.926679859 C6_control_C2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.156810204 C6_control_C3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.293566996 C6_chemical_A1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.782123566 C6_chemical_A3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.397474727 C6_chemical_B1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.259202401 C6_chemical_B2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.529884615 C6_chemical_B3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.297036785 C6_chemical_C1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 4.957397959 C6_chemical_C2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.296208327 C6_chemical_C3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.298642146 L4_control_A1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.363006412 L4_control_A2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.548287259 L4_control_A3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.521169194 L4_control_B1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.71884835 L4_control_B2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.356840021 L4_control_B3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.696324479 L4_control_C2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.568611913 L4_control_C3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.718845768 L4_chemical_A1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.235242349 L4_chemical_A2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.182311233 L4_chemical_A3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.536048995 L4_chemical_B1 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.22808724 L4_chemical_B2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.412770559 L4_chemical_B3 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.929694739 L4_chemical_C2 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.575084192 L4_chemical_C3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.774281092 C6_control_A1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.354944034 C6_control_A3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.77523664 C6_control_B1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.476310613 C6_control_B2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.129251002 C6_control_B3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.719822546 C6_control_C1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.51246462 C6_control_C2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.140454808 C6_control_C3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.491745988 C6_chemical_A1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.89446244 C6_chemical_A3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.901616014 C6_chemical_B1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.859652534 C6_chemical_B2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.302762482 C6_chemical_B3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.658399588 C6_chemical_C1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.630083847 C6_chemical_C2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.13312565 C6_chemical_C3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.171885204 L4_control_A1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.802398594 L4_control_A2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.467908962 L4_control_A3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.115114663 L4_control_B1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.547981166 L4_control_B2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.107832438 L4_control_B3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.284575116 L4_control_C2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.507062853 L4_control_C3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.219524444 L4_chemical_A1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.302352426 L4_chemical_A2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.438726718 L4_chemical_A3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.63846658 L4_chemical_B1 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.288333176 L4_chemical_B2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.994426286 L4_chemical_B3 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.201966891 L4_chemical_C2 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 6.836115982 L4_chemical_C3 +LQ10X002060 Putative uncharacterized protein 6.944608947 C6_control_A1 +LQ10X002060 Putative uncharacterized protein 7.085123579 C6_control_A3 +LQ10X002060 Putative uncharacterized protein 7.8703884 C6_control_B1 +LQ10X002060 Putative uncharacterized protein 6.941725278 C6_control_B2 +LQ10X002060 Putative uncharacterized protein 7.698486978 C6_control_B3 +LQ10X002060 Putative uncharacterized protein 6.753880772 C6_control_C1 +LQ10X002060 Putative uncharacterized protein 6.403573829 C6_control_C2 +LQ10X002060 Putative uncharacterized protein 6.409556305 C6_control_C3 +LQ10X002060 Putative uncharacterized protein 6.828966849 C6_chemical_A1 +LQ10X002060 Putative uncharacterized protein 7.011527099 C6_chemical_A3 +LQ10X002060 Putative uncharacterized protein 7.81480506 C6_chemical_B1 +LQ10X002060 Putative uncharacterized protein 7.022937136 C6_chemical_B2 +LQ10X002060 Putative uncharacterized protein 7.113953059 C6_chemical_B3 +LQ10X002060 Putative uncharacterized protein 6.644196817 C6_chemical_C1 +LQ10X002060 Putative uncharacterized protein 6.308063348 C6_chemical_C2 +LQ10X002060 Putative uncharacterized protein 6.141118282 C6_chemical_C3 +LQ10X002060 Putative uncharacterized protein 6.662771284 L4_control_A1 +LQ10X002060 Putative uncharacterized protein 7.43022419 L4_control_A2 +LQ10X002060 Putative uncharacterized protein 7.047844727 L4_control_A3 +LQ10X002060 Putative uncharacterized protein 6.972143246 L4_control_B1 +LQ10X002060 Putative uncharacterized protein 7.174048575 L4_control_B2 +LQ10X002060 Putative uncharacterized protein 7.059882105 L4_control_B3 +LQ10X002060 Putative uncharacterized protein 6.903659585 L4_control_C2 +LQ10X002060 Putative uncharacterized protein 7.398693707 L4_control_C3 +LQ10X002060 Putative uncharacterized protein 6.72707569 L4_chemical_A1 +LQ10X002060 Putative uncharacterized protein 7.330578429 L4_chemical_A2 +LQ10X002060 Putative uncharacterized protein 6.883158865 L4_chemical_A3 +LQ10X002060 Putative uncharacterized protein 7.061353479 L4_chemical_B1 +LQ10X002060 Putative uncharacterized protein 7.662656275 L4_chemical_B2 +LQ10X002060 Putative uncharacterized protein 6.823240807 L4_chemical_B3 +LQ10X002060 Putative uncharacterized protein 6.442673774 L4_chemical_C2 +LQ10X002060 Putative uncharacterized protein 7.941019179 L4_chemical_C3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.42727063 C6_control_A1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.5562892 C6_control_A3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.90132302 C6_control_B1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 10.89517495 C6_control_B2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.68082025 C6_control_B3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 10.86906681 C6_control_C1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 10.85090936 C6_control_C2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 10.51869896 C6_control_C3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.18753771 C6_chemical_A1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.72331366 C6_chemical_A3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.70010388 C6_chemical_B1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 10.83881184 C6_chemical_B2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.42908362 C6_chemical_B3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 10.76789922 C6_chemical_C1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 10.6737218 C6_chemical_C2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 10.30532943 C6_chemical_C3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.88487338 L4_control_A1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.58213508 L4_control_A2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 12.05110049 L4_control_A3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 12.01374427 L4_control_B1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 12.48641985 L4_control_B2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.43824929 L4_control_B3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.9753403 L4_control_C2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.51826456 L4_control_C3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.42947206 L4_chemical_A1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.20120284 L4_chemical_A2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 12.24403139 L4_chemical_A3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 12.52032794 L4_chemical_B1 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 12.07597669 L4_chemical_B2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.48714948 L4_chemical_B3 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.72005255 L4_chemical_C2 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.71233206 L4_chemical_C3 +LQ10X002090 Probable signal peptidase complex subunit 2 4.960001213 C6_control_A1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.307776478 C6_control_A3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.486261571 C6_control_B1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.717708252 C6_control_B2 +LQ10X002090 Probable signal peptidase complex subunit 2 4.995717814 C6_control_B3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.672258855 C6_control_C1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.800524838 C6_control_C2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.590597206 C6_control_C3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.114956307 C6_chemical_A1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.171779878 C6_chemical_A3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.459822788 C6_chemical_B1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.419686254 C6_chemical_B2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.360714128 C6_chemical_B3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.360034622 C6_chemical_C1 +LQ10X002090 Probable signal peptidase complex subunit 2 6.015178087 C6_chemical_C2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.353659799 C6_chemical_C3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.629938579 L4_control_A1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.091856326 L4_control_A2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.101084889 L4_control_A3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.50074484 L4_control_B1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.24914174 L4_control_B2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.060697989 L4_control_B3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.552058694 L4_control_C2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.784315219 L4_control_C3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.230956314 L4_chemical_A1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.108108379 L4_chemical_A2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.306873994 L4_chemical_A3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.472211621 L4_chemical_B1 +LQ10X002090 Probable signal peptidase complex subunit 2 5.151108043 L4_chemical_B2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.136423392 L4_chemical_B3 +LQ10X002090 Probable signal peptidase complex subunit 2 5.061732048 L4_chemical_C2 +LQ10X002090 Probable signal peptidase complex subunit 2 5.178398623 L4_chemical_C3 +LQ10X002100 Predicted protein 12.55978283 C6_control_A1 +LQ10X002100 Predicted protein 12.10664951 C6_control_A3 +LQ10X002100 Predicted protein 12.76790314 C6_control_B1 +LQ10X002100 Predicted protein 12.343398 C6_control_B2 +LQ10X002100 Predicted protein 12.67150874 C6_control_B3 +LQ10X002100 Predicted protein 13.27454644 C6_control_C1 +LQ10X002100 Predicted protein 12.98120072 C6_control_C2 +LQ10X002100 Predicted protein 13.24756055 C6_control_C3 +LQ10X002100 Predicted protein 12.65016882 C6_chemical_A1 +LQ10X002100 Predicted protein 12.14796036 C6_chemical_A3 +LQ10X002100 Predicted protein 12.84438141 C6_chemical_B1 +LQ10X002100 Predicted protein 12.26820143 C6_chemical_B2 +LQ10X002100 Predicted protein 12.67458378 C6_chemical_B3 +LQ10X002100 Predicted protein 13.07538952 C6_chemical_C1 +LQ10X002100 Predicted protein 13.13623801 C6_chemical_C2 +LQ10X002100 Predicted protein 13.24835765 C6_chemical_C3 +LQ10X002100 Predicted protein 12.92340787 L4_control_A1 +LQ10X002100 Predicted protein 12.60504617 L4_control_A2 +LQ10X002100 Predicted protein 13.13208826 L4_control_A3 +LQ10X002100 Predicted protein 13.08428962 L4_control_B1 +LQ10X002100 Predicted protein 13.18315705 L4_control_B2 +LQ10X002100 Predicted protein 13.04526812 L4_control_B3 +LQ10X002100 Predicted protein 13.87941056 L4_control_C2 +LQ10X002100 Predicted protein 14.03284273 L4_control_C3 +LQ10X002100 Predicted protein 13.03237413 L4_chemical_A1 +LQ10X002100 Predicted protein 12.9624051 L4_chemical_A2 +LQ10X002100 Predicted protein 13.26359894 L4_chemical_A3 +LQ10X002100 Predicted protein 12.96028001 L4_chemical_B1 +LQ10X002100 Predicted protein 12.93522018 L4_chemical_B2 +LQ10X002100 Predicted protein 12.75985008 L4_chemical_B3 +LQ10X002100 Predicted protein 13.72633207 L4_chemical_C2 +LQ10X002100 Predicted protein 13.89904374 L4_chemical_C3 +LQ10X002120 Coronatine-insensitive protein 1 13.54886841 C6_control_A1 +LQ10X002120 Coronatine-insensitive protein 1 13.05414906 C6_control_A3 +LQ10X002120 Coronatine-insensitive protein 1 13.77594528 C6_control_B1 +LQ10X002120 Coronatine-insensitive protein 1 13.59360793 C6_control_B2 +LQ10X002120 Coronatine-insensitive protein 1 13.77273706 C6_control_B3 +LQ10X002120 Coronatine-insensitive protein 1 13.34828889 C6_control_C1 +LQ10X002120 Coronatine-insensitive protein 1 13.46175405 C6_control_C2 +LQ10X002120 Coronatine-insensitive protein 1 13.34768641 C6_control_C3 +LQ10X002120 Coronatine-insensitive protein 1 13.84085448 C6_chemical_A1 +LQ10X002120 Coronatine-insensitive protein 1 13.35184495 C6_chemical_A3 +LQ10X002120 Coronatine-insensitive protein 1 14.13908723 C6_chemical_B1 +LQ10X002120 Coronatine-insensitive protein 1 13.72746186 C6_chemical_B2 +LQ10X002120 Coronatine-insensitive protein 1 13.39552487 C6_chemical_B3 +LQ10X002120 Coronatine-insensitive protein 1 13.56918929 C6_chemical_C1 +LQ10X002120 Coronatine-insensitive protein 1 13.6404314 C6_chemical_C2 +LQ10X002120 Coronatine-insensitive protein 1 13.44331961 C6_chemical_C3 +LQ10X002120 Coronatine-insensitive protein 1 13.11748268 L4_control_A1 +LQ10X002120 Coronatine-insensitive protein 1 13.24542859 L4_control_A2 +LQ10X002120 Coronatine-insensitive protein 1 12.6681382 L4_control_A3 +LQ10X002120 Coronatine-insensitive protein 1 13.89224026 L4_control_B1 +LQ10X002120 Coronatine-insensitive protein 1 14.08755541 L4_control_B2 +LQ10X002120 Coronatine-insensitive protein 1 13.05878943 L4_control_B3 +LQ10X002120 Coronatine-insensitive protein 1 13.68348352 L4_control_C2 +LQ10X002120 Coronatine-insensitive protein 1 13.76087897 L4_control_C3 +LQ10X002120 Coronatine-insensitive protein 1 13.09023044 L4_chemical_A1 +LQ10X002120 Coronatine-insensitive protein 1 13.62734423 L4_chemical_A2 +LQ10X002120 Coronatine-insensitive protein 1 12.64288077 L4_chemical_A3 +LQ10X002120 Coronatine-insensitive protein 1 13.84580958 L4_chemical_B1 +LQ10X002120 Coronatine-insensitive protein 1 14.23640355 L4_chemical_B2 +LQ10X002120 Coronatine-insensitive protein 1 13.19158468 L4_chemical_B3 +LQ10X002120 Coronatine-insensitive protein 1 14.0569055 L4_chemical_C2 +LQ10X002120 Coronatine-insensitive protein 1 13.77571696 L4_chemical_C3 +LQ10X002140 Laccase-22 6.605109042 C6_control_A1 +LQ10X002140 Laccase-22 5.519831654 C6_control_A3 +LQ10X002140 Laccase-22 10.44260025 C6_control_B1 +LQ10X002140 Laccase-22 14.37209793 C6_control_B2 +LQ10X002140 Laccase-22 12.49760317 C6_control_B3 +LQ10X002140 Laccase-22 11.47636146 C6_control_C1 +LQ10X002140 Laccase-22 11.93099654 C6_control_C2 +LQ10X002140 Laccase-22 11.7218516 C6_control_C3 +LQ10X002140 Laccase-22 6.254152995 C6_chemical_A1 +LQ10X002140 Laccase-22 6.394486283 C6_chemical_A3 +LQ10X002140 Laccase-22 11.65470842 C6_chemical_B1 +LQ10X002140 Laccase-22 13.81055014 C6_chemical_B2 +LQ10X002140 Laccase-22 14.16241592 C6_chemical_B3 +LQ10X002140 Laccase-22 11.63660517 C6_chemical_C1 +LQ10X002140 Laccase-22 10.76032185 C6_chemical_C2 +LQ10X002140 Laccase-22 10.86777478 C6_chemical_C3 +LQ10X002140 Laccase-22 7.276653662 L4_control_A1 +LQ10X002140 Laccase-22 7.511947582 L4_control_A2 +LQ10X002140 Laccase-22 6.217332098 L4_control_A3 +LQ10X002140 Laccase-22 12.02812612 L4_control_B1 +LQ10X002140 Laccase-22 12.35228994 L4_control_B2 +LQ10X002140 Laccase-22 14.69535748 L4_control_B3 +LQ10X002140 Laccase-22 9.803757457 L4_control_C2 +LQ10X002140 Laccase-22 10.66262519 L4_control_C3 +LQ10X002140 Laccase-22 7.139787646 L4_chemical_A1 +LQ10X002140 Laccase-22 6.936987617 L4_chemical_A2 +LQ10X002140 Laccase-22 6.290115917 L4_chemical_A3 +LQ10X002140 Laccase-22 11.22190071 L4_chemical_B1 +LQ10X002140 Laccase-22 13.10398549 L4_chemical_B2 +LQ10X002140 Laccase-22 13.37376932 L4_chemical_B3 +LQ10X002140 Laccase-22 10.14689093 L4_chemical_C2 +LQ10X002140 Laccase-22 9.832563847 L4_chemical_C3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.08434487 C6_control_A1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 12.25264857 C6_control_A3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.52080809 C6_control_B1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.07942413 C6_control_B2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.54139345 C6_control_B3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.99001563 C6_control_C1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.57413349 C6_control_C2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.42467765 C6_control_C3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.26772837 C6_chemical_A1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 12.62776658 C6_chemical_A3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.01980194 C6_chemical_B1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.35779381 C6_chemical_B2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.52757606 C6_chemical_B3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.8735618 C6_chemical_C1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.8835892 C6_chemical_C2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 15.10546081 C6_chemical_C3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 12.62773625 L4_control_A1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 12.93471718 L4_control_A2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 12.18111914 L4_control_A3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.94019297 L4_control_B1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.24465879 L4_control_B2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.35275925 L4_control_B3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.62408121 L4_control_C2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.71467526 L4_control_C3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 12.55573815 L4_chemical_A1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 12.98959102 L4_chemical_A2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 12.06128193 L4_chemical_A3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.4299898 L4_chemical_B1 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.52190415 L4_chemical_B2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.47970195 L4_chemical_B3 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.63036424 L4_chemical_C2 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 14.93712537 L4_chemical_C3 +LQ10X002180 Putative Uncharacterized protein At2g39920 10.66413405 C6_control_A1 +LQ10X002180 Putative Uncharacterized protein At2g39920 10.41304969 C6_control_A3 +LQ10X002180 Putative Uncharacterized protein At2g39920 10.77019848 C6_control_B1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.09608555 C6_control_B2 +LQ10X002180 Putative Uncharacterized protein At2g39920 10.87913912 C6_control_B3 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.42636656 C6_control_C1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.56990002 C6_control_C2 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.74043412 C6_control_C3 +LQ10X002180 Putative Uncharacterized protein At2g39920 10.85292022 C6_chemical_A1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.13253266 C6_chemical_A3 +LQ10X002180 Putative Uncharacterized protein At2g39920 10.72036786 C6_chemical_B1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.08864544 C6_chemical_B2 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.31408177 C6_chemical_B3 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.48921612 C6_chemical_C1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.25191387 C6_chemical_C2 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.72896144 C6_chemical_C3 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.37544141 L4_control_A1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.47878984 L4_control_A2 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.80724522 L4_control_A3 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.0621873 L4_control_B1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.37420721 L4_control_B2 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.89511256 L4_control_B3 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.87022227 L4_control_C2 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.62846275 L4_control_C3 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.96514758 L4_chemical_A1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.86182337 L4_chemical_A2 +LQ10X002180 Putative Uncharacterized protein At2g39920 12.23236269 L4_chemical_A3 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.11852018 L4_chemical_B1 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.59722064 L4_chemical_B2 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.82073545 L4_chemical_B3 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.88407988 L4_chemical_C2 +LQ10X002180 Putative Uncharacterized protein At2g39920 11.54658388 L4_chemical_C3 +LQ10X002200 Pollen-specific protein SF3 13.75356654 C6_control_A1 +LQ10X002200 Pollen-specific protein SF3 13.62051274 C6_control_A3 +LQ10X002200 Pollen-specific protein SF3 13.7307558 C6_control_B1 +LQ10X002200 Pollen-specific protein SF3 13.93717298 C6_control_B2 +LQ10X002200 Pollen-specific protein SF3 14.1954491 C6_control_B3 +LQ10X002200 Pollen-specific protein SF3 12.60101301 C6_control_C1 +LQ10X002200 Pollen-specific protein SF3 12.59304821 C6_control_C2 +LQ10X002200 Pollen-specific protein SF3 12.82564675 C6_control_C3 +LQ10X002200 Pollen-specific protein SF3 13.43799799 C6_chemical_A1 +LQ10X002200 Pollen-specific protein SF3 14.01825633 C6_chemical_A3 +LQ10X002200 Pollen-specific protein SF3 13.43227875 C6_chemical_B1 +LQ10X002200 Pollen-specific protein SF3 13.53491569 C6_chemical_B2 +LQ10X002200 Pollen-specific protein SF3 13.89868875 C6_chemical_B3 +LQ10X002200 Pollen-specific protein SF3 12.38977194 C6_chemical_C1 +LQ10X002200 Pollen-specific protein SF3 12.59127166 C6_chemical_C2 +LQ10X002200 Pollen-specific protein SF3 12.65269433 C6_chemical_C3 +LQ10X002200 Pollen-specific protein SF3 13.94842969 L4_control_A1 +LQ10X002200 Pollen-specific protein SF3 14.10142096 L4_control_A2 +LQ10X002200 Pollen-specific protein SF3 13.65200437 L4_control_A3 +LQ10X002200 Pollen-specific protein SF3 13.76579365 L4_control_B1 +LQ10X002200 Pollen-specific protein SF3 14.04443362 L4_control_B2 +LQ10X002200 Pollen-specific protein SF3 13.55875535 L4_control_B3 +LQ10X002200 Pollen-specific protein SF3 12.6541993 L4_control_C2 +LQ10X002200 Pollen-specific protein SF3 12.52808832 L4_control_C3 +LQ10X002200 Pollen-specific protein SF3 13.48056856 L4_chemical_A1 +LQ10X002200 Pollen-specific protein SF3 13.31476043 L4_chemical_A2 +LQ10X002200 Pollen-specific protein SF3 13.72893642 L4_chemical_A3 +LQ10X002200 Pollen-specific protein SF3 13.59344383 L4_chemical_B1 +LQ10X002200 Pollen-specific protein SF3 13.64485959 L4_chemical_B2 +LQ10X002200 Pollen-specific protein SF3 13.90616756 L4_chemical_B3 +LQ10X002200 Pollen-specific protein SF3 12.1469335 L4_chemical_C2 +LQ10X002200 Pollen-specific protein SF3 12.78444004 L4_chemical_C3 +LQ10X002210 Uncharacterized protein At2g39910 10.83276912 C6_control_A1 +LQ10X002210 Uncharacterized protein At2g39910 10.82663908 C6_control_A3 +LQ10X002210 Uncharacterized protein At2g39910 10.89377441 C6_control_B1 +LQ10X002210 Uncharacterized protein At2g39910 10.21530448 C6_control_B2 +LQ10X002210 Uncharacterized protein At2g39910 10.4237162 C6_control_B3 +LQ10X002210 Uncharacterized protein At2g39910 10.69484995 C6_control_C1 +LQ10X002210 Uncharacterized protein At2g39910 10.64423512 C6_control_C2 +LQ10X002210 Uncharacterized protein At2g39910 10.0463506 C6_control_C3 +LQ10X002210 Uncharacterized protein At2g39910 11.03658542 C6_chemical_A1 +LQ10X002210 Uncharacterized protein At2g39910 11.03448402 C6_chemical_A3 +LQ10X002210 Uncharacterized protein At2g39910 11.15051753 C6_chemical_B1 +LQ10X002210 Uncharacterized protein At2g39910 10.64438065 C6_chemical_B2 +LQ10X002210 Uncharacterized protein At2g39910 10.51201365 C6_chemical_B3 +LQ10X002210 Uncharacterized protein At2g39910 10.76106015 C6_chemical_C1 +LQ10X002210 Uncharacterized protein At2g39910 10.77020468 C6_chemical_C2 +LQ10X002210 Uncharacterized protein At2g39910 10.23669273 C6_chemical_C3 +LQ10X002210 Uncharacterized protein At2g39910 11.2370314 L4_control_A1 +LQ10X002210 Uncharacterized protein At2g39910 11.72727315 L4_control_A2 +LQ10X002210 Uncharacterized protein At2g39910 11.24077314 L4_control_A3 +LQ10X002210 Uncharacterized protein At2g39910 11.07623342 L4_control_B1 +LQ10X002210 Uncharacterized protein At2g39910 11.67499925 L4_control_B2 +LQ10X002210 Uncharacterized protein At2g39910 10.54116196 L4_control_B3 +LQ10X002210 Uncharacterized protein At2g39910 11.70714144 L4_control_C2 +LQ10X002210 Uncharacterized protein At2g39910 11.81468709 L4_control_C3 +LQ10X002210 Uncharacterized protein At2g39910 11.0784619 L4_chemical_A1 +LQ10X002210 Uncharacterized protein At2g39910 11.59342468 L4_chemical_A2 +LQ10X002210 Uncharacterized protein At2g39910 10.88161728 L4_chemical_A3 +LQ10X002210 Uncharacterized protein At2g39910 11.20547815 L4_chemical_B1 +LQ10X002210 Uncharacterized protein At2g39910 11.20422026 L4_chemical_B2 +LQ10X002210 Uncharacterized protein At2g39910 10.71342484 L4_chemical_B3 +LQ10X002210 Uncharacterized protein At2g39910 11.59839689 L4_chemical_C2 +LQ10X002210 Uncharacterized protein At2g39910 11.95172287 L4_chemical_C3 +LQ10X002220 Putative Solute carrier family 35 member E4 11.429147 C6_control_A1 +LQ10X002220 Putative Solute carrier family 35 member E4 11.50234437 C6_control_A3 +LQ10X002220 Putative Solute carrier family 35 member E4 11.7713129 C6_control_B1 +LQ10X002220 Putative Solute carrier family 35 member E4 11.24556126 C6_control_B2 +LQ10X002220 Putative Solute carrier family 35 member E4 11.80969675 C6_control_B3 +LQ10X002220 Putative Solute carrier family 35 member E4 9.932645787 C6_control_C1 +LQ10X002220 Putative Solute carrier family 35 member E4 10.24978306 C6_control_C2 +LQ10X002220 Putative Solute carrier family 35 member E4 10.02185324 C6_control_C3 +LQ10X002220 Putative Solute carrier family 35 member E4 10.7737493 C6_chemical_A1 +LQ10X002220 Putative Solute carrier family 35 member E4 11.18070111 C6_chemical_A3 +LQ10X002220 Putative Solute carrier family 35 member E4 11.36683425 C6_chemical_B1 +LQ10X002220 Putative Solute carrier family 35 member E4 10.99264964 C6_chemical_B2 +LQ10X002220 Putative Solute carrier family 35 member E4 11.09377507 C6_chemical_B3 +LQ10X002220 Putative Solute carrier family 35 member E4 9.906874423 C6_chemical_C1 +LQ10X002220 Putative Solute carrier family 35 member E4 9.742617423 C6_chemical_C2 +LQ10X002220 Putative Solute carrier family 35 member E4 10.04669569 C6_chemical_C3 +LQ10X002220 Putative Solute carrier family 35 member E4 11.02838408 L4_control_A1 +LQ10X002220 Putative Solute carrier family 35 member E4 11.33752844 L4_control_A2 +LQ10X002220 Putative Solute carrier family 35 member E4 11.10964146 L4_control_A3 +LQ10X002220 Putative Solute carrier family 35 member E4 11.26359638 L4_control_B1 +LQ10X002220 Putative Solute carrier family 35 member E4 11.68962056 L4_control_B2 +LQ10X002220 Putative Solute carrier family 35 member E4 11.22789214 L4_control_B3 +LQ10X002220 Putative Solute carrier family 35 member E4 10.10235385 L4_control_C2 +LQ10X002220 Putative Solute carrier family 35 member E4 10.30172233 L4_control_C3 +LQ10X002220 Putative Solute carrier family 35 member E4 10.3289137 L4_chemical_A1 +LQ10X002220 Putative Solute carrier family 35 member E4 10.37688928 L4_chemical_A2 +LQ10X002220 Putative Solute carrier family 35 member E4 10.92729281 L4_chemical_A3 +LQ10X002220 Putative Solute carrier family 35 member E4 10.9953917 L4_chemical_B1 +LQ10X002220 Putative Solute carrier family 35 member E4 10.75683263 L4_chemical_B2 +LQ10X002220 Putative Solute carrier family 35 member E4 10.91585047 L4_chemical_B3 +LQ10X002220 Putative Solute carrier family 35 member E4 9.821204319 L4_chemical_C2 +LQ10X002220 Putative Solute carrier family 35 member E4 10.26794302 L4_chemical_C3 +LQ10X002230 60S ribosomal protein L35a-1 6.833221421 C6_control_A1 +LQ10X002230 60S ribosomal protein L35a-1 6.993353161 C6_control_A3 +LQ10X002230 60S ribosomal protein L35a-1 6.984033496 C6_control_B1 +LQ10X002230 60S ribosomal protein L35a-1 6.716787783 C6_control_B2 +LQ10X002230 60S ribosomal protein L35a-1 6.700456718 C6_control_B3 +LQ10X002230 60S ribosomal protein L35a-1 6.618822251 C6_control_C1 +LQ10X002230 60S ribosomal protein L35a-1 6.938316675 C6_control_C2 +LQ10X002230 60S ribosomal protein L35a-1 6.583862354 C6_control_C3 +LQ10X002230 60S ribosomal protein L35a-1 6.595573921 C6_chemical_A1 +LQ10X002230 60S ribosomal protein L35a-1 6.478119689 C6_chemical_A3 +LQ10X002230 60S ribosomal protein L35a-1 6.15563073 C6_chemical_B1 +LQ10X002230 60S ribosomal protein L35a-1 6.345527375 C6_chemical_B2 +LQ10X002230 60S ribosomal protein L35a-1 6.164435338 C6_chemical_B3 +LQ10X002230 60S ribosomal protein L35a-1 6.622820564 C6_chemical_C1 +LQ10X002230 60S ribosomal protein L35a-1 6.516049423 C6_chemical_C2 +LQ10X002230 60S ribosomal protein L35a-1 6.569883723 C6_chemical_C3 +LQ10X002230 60S ribosomal protein L35a-1 6.550633944 L4_control_A1 +LQ10X002230 60S ribosomal protein L35a-1 6.587347021 L4_control_A2 +LQ10X002230 60S ribosomal protein L35a-1 6.669113175 L4_control_A3 +LQ10X002230 60S ribosomal protein L35a-1 6.034354465 L4_control_B1 +LQ10X002230 60S ribosomal protein L35a-1 5.599569882 L4_control_B2 +LQ10X002230 60S ribosomal protein L35a-1 6.430994952 L4_control_B3 +LQ10X002230 60S ribosomal protein L35a-1 6.380706772 L4_control_C2 +LQ10X002230 60S ribosomal protein L35a-1 6.080438451 L4_control_C3 +LQ10X002230 60S ribosomal protein L35a-1 5.884155218 L4_chemical_A1 +LQ10X002230 60S ribosomal protein L35a-1 6.737808923 L4_chemical_A2 +LQ10X002230 60S ribosomal protein L35a-1 6.86322702 L4_chemical_A3 +LQ10X002230 60S ribosomal protein L35a-1 6.667182625 L4_chemical_B1 +LQ10X002230 60S ribosomal protein L35a-1 5.525092155 L4_chemical_B2 +LQ10X002230 60S ribosomal protein L35a-1 6.586271925 L4_chemical_B3 +LQ10X002230 60S ribosomal protein L35a-1 6.637946101 L4_chemical_C2 +LQ10X002230 60S ribosomal protein L35a-1 6.601776175 L4_chemical_C3 +LQ10X002250 Disease resistance protein RPP8, putative 6.033818944 C6_control_A1 +LQ10X002250 Disease resistance protein RPP8, putative 5.598561452 C6_control_A3 +LQ10X002250 Disease resistance protein RPP8, putative 5.576188788 C6_control_B1 +LQ10X002250 Disease resistance protein RPP8, putative 6.727158213 C6_control_B2 +LQ10X002250 Disease resistance protein RPP8, putative 5.909019808 C6_control_B3 +LQ10X002250 Disease resistance protein RPP8, putative 7.520184839 C6_control_C1 +LQ10X002250 Disease resistance protein RPP8, putative 6.48815151 C6_control_C2 +LQ10X002250 Disease resistance protein RPP8, putative 7.411459248 C6_control_C3 +LQ10X002250 Disease resistance protein RPP8, putative 6.019313566 C6_chemical_A1 +LQ10X002250 Disease resistance protein RPP8, putative 6.031822327 C6_chemical_A3 +LQ10X002250 Disease resistance protein RPP8, putative 6.247398284 C6_chemical_B1 +LQ10X002250 Disease resistance protein RPP8, putative 6.331708211 C6_chemical_B2 +LQ10X002250 Disease resistance protein RPP8, putative 6.330586073 C6_chemical_B3 +LQ10X002250 Disease resistance protein RPP8, putative 6.851047555 C6_chemical_C1 +LQ10X002250 Disease resistance protein RPP8, putative 7.469321672 C6_chemical_C2 +LQ10X002250 Disease resistance protein RPP8, putative 7.067768154 C6_chemical_C3 +LQ10X002250 Disease resistance protein RPP8, putative 6.646441002 L4_control_A1 +LQ10X002250 Disease resistance protein RPP8, putative 6.524124657 L4_control_A2 +LQ10X002250 Disease resistance protein RPP8, putative 7.088210377 L4_control_A3 +LQ10X002250 Disease resistance protein RPP8, putative 5.932915953 L4_control_B1 +LQ10X002250 Disease resistance protein RPP8, putative 5.986042624 L4_control_B2 +LQ10X002250 Disease resistance protein RPP8, putative 6.318511762 L4_control_B3 +LQ10X002250 Disease resistance protein RPP8, putative 6.099236056 L4_control_C2 +LQ10X002250 Disease resistance protein RPP8, putative 6.280570737 L4_control_C3 +LQ10X002250 Disease resistance protein RPP8, putative 6.59733433 L4_chemical_A1 +LQ10X002250 Disease resistance protein RPP8, putative 6.753255664 L4_chemical_A2 +LQ10X002250 Disease resistance protein RPP8, putative 6.615314249 L4_chemical_A3 +LQ10X002250 Disease resistance protein RPP8, putative 5.630564625 L4_chemical_B1 +LQ10X002250 Disease resistance protein RPP8, putative 6.191787621 L4_chemical_B2 +LQ10X002250 Disease resistance protein RPP8, putative 7.334278525 L4_chemical_B3 +LQ10X002250 Disease resistance protein RPP8, putative 5.846105511 L4_chemical_C2 +LQ10X002250 Disease resistance protein RPP8, putative 5.768365544 L4_chemical_C3 +LQ10X002260 Putative uncharacterized protein 6.060581989 C6_control_A1 +LQ10X002260 Putative uncharacterized protein 7.483297434 C6_control_A3 +LQ10X002260 Putative uncharacterized protein 6.316223288 C6_control_B1 +LQ10X002260 Putative uncharacterized protein 5.810490351 C6_control_B2 +LQ10X002260 Putative uncharacterized protein 5.733022749 C6_control_B3 +LQ10X002260 Putative uncharacterized protein 5.572462694 C6_control_C1 +LQ10X002260 Putative uncharacterized protein 6.69412766 C6_control_C2 +LQ10X002260 Putative uncharacterized protein 5.40968764 C6_control_C3 +LQ10X002260 Putative uncharacterized protein 5.888446168 C6_chemical_A1 +LQ10X002260 Putative uncharacterized protein 5.743950861 C6_chemical_A3 +LQ10X002260 Putative uncharacterized protein 5.814268619 C6_chemical_B1 +LQ10X002260 Putative uncharacterized protein 5.823997614 C6_chemical_B2 +LQ10X002260 Putative uncharacterized protein 5.59144585 C6_chemical_B3 +LQ10X002260 Putative uncharacterized protein 5.648917106 C6_chemical_C1 +LQ10X002260 Putative uncharacterized protein 6.077791972 C6_chemical_C2 +LQ10X002260 Putative uncharacterized protein 5.455623384 C6_chemical_C3 +LQ10X002260 Putative uncharacterized protein 5.300690231 L4_control_A1 +LQ10X002260 Putative uncharacterized protein 5.920313876 L4_control_A2 +LQ10X002260 Putative uncharacterized protein 5.847372218 L4_control_A3 +LQ10X002260 Putative uncharacterized protein 6.602804372 L4_control_B1 +LQ10X002260 Putative uncharacterized protein 5.896529764 L4_control_B2 +LQ10X002260 Putative uncharacterized protein 5.474964031 L4_control_B3 +LQ10X002260 Putative uncharacterized protein 5.28188957 L4_control_C2 +LQ10X002260 Putative uncharacterized protein 5.778828615 L4_control_C3 +LQ10X002260 Putative uncharacterized protein 5.491990662 L4_chemical_A1 +LQ10X002260 Putative uncharacterized protein 5.410626385 L4_chemical_A2 +LQ10X002260 Putative uncharacterized protein 5.653793904 L4_chemical_A3 +LQ10X002260 Putative uncharacterized protein 6.024408322 L4_chemical_B1 +LQ10X002260 Putative uncharacterized protein 5.571468801 L4_chemical_B2 +LQ10X002260 Putative uncharacterized protein 5.237672739 L4_chemical_B3 +LQ10X002260 Putative uncharacterized protein 5.382086512 L4_chemical_C2 +LQ10X002260 Putative uncharacterized protein 6.201625927 L4_chemical_C3 +LQ10X002290 Putative Predicted protein 11.43825185 C6_control_A1 +LQ10X002290 Putative Predicted protein 11.61890739 C6_control_A3 +LQ10X002290 Putative Predicted protein 11.00684623 C6_control_B1 +LQ10X002290 Putative Predicted protein 10.22553876 C6_control_B2 +LQ10X002290 Putative Predicted protein 11.01786311 C6_control_B3 +LQ10X002290 Putative Predicted protein 8.748842154 C6_control_C1 +LQ10X002290 Putative Predicted protein 8.439170518 C6_control_C2 +LQ10X002290 Putative Predicted protein 8.359175719 C6_control_C3 +LQ10X002290 Putative Predicted protein 11.39516518 C6_chemical_A1 +LQ10X002290 Putative Predicted protein 11.70675987 C6_chemical_A3 +LQ10X002290 Putative Predicted protein 10.88923204 C6_chemical_B1 +LQ10X002290 Putative Predicted protein 10.30412637 C6_chemical_B2 +LQ10X002290 Putative Predicted protein 10.81419079 C6_chemical_B3 +LQ10X002290 Putative Predicted protein 8.412364063 C6_chemical_C1 +LQ10X002290 Putative Predicted protein 8.620685819 C6_chemical_C2 +LQ10X002290 Putative Predicted protein 7.845576726 C6_chemical_C3 +LQ10X002290 Putative Predicted protein 11.71061055 L4_control_A1 +LQ10X002290 Putative Predicted protein 11.94794788 L4_control_A2 +LQ10X002290 Putative Predicted protein 12.57252373 L4_control_A3 +LQ10X002290 Putative Predicted protein 11.33377435 L4_control_B1 +LQ10X002290 Putative Predicted protein 11.97231909 L4_control_B2 +LQ10X002290 Putative Predicted protein 10.32598169 L4_control_B3 +LQ10X002290 Putative Predicted protein 9.372694765 L4_control_C2 +LQ10X002290 Putative Predicted protein 9.567694815 L4_control_C3 +LQ10X002290 Putative Predicted protein 10.52176195 L4_chemical_A1 +LQ10X002290 Putative Predicted protein 11.33160713 L4_chemical_A2 +LQ10X002290 Putative Predicted protein 11.78693733 L4_chemical_A3 +LQ10X002290 Putative Predicted protein 11.59646016 L4_chemical_B1 +LQ10X002290 Putative Predicted protein 11.59485034 L4_chemical_B2 +LQ10X002290 Putative Predicted protein 10.95773699 L4_chemical_B3 +LQ10X002290 Putative Predicted protein 9.700766187 L4_chemical_C2 +LQ10X002290 Putative Predicted protein 9.357826403 L4_chemical_C3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.33003161 C6_control_A1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.20312917 C6_control_A3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.92536052 C6_control_B1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.29564392 C6_control_B2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.78633649 C6_control_B3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.37927068 C6_control_C1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 9.738741848 C6_control_C2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.38083181 C6_control_C3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.37508225 C6_chemical_A1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.24427577 C6_chemical_A3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 11.03217254 C6_chemical_B1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.13051633 C6_chemical_B2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.82811609 C6_chemical_B3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.23706192 C6_chemical_C1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.05685866 C6_chemical_C2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.70535483 C6_chemical_C3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.55952631 L4_control_A1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.07753551 L4_control_A2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 9.46098853 L4_control_A3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.9275922 L4_control_B1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 11.73929578 L4_control_B2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.92604765 L4_control_B3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 11.44833387 L4_control_C2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 12.32207517 L4_control_C3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.39545492 L4_chemical_A1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.4671811 L4_chemical_A2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.17868549 L4_chemical_A3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.9521096 L4_chemical_B1 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 11.21056365 L4_chemical_B2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 11.0165124 L4_chemical_B3 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 11.67087696 L4_chemical_C2 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 12.05533808 L4_chemical_C3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.142597595 C6_control_A1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.097167705 C6_control_A3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.305767093 C6_control_B1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.568550818 C6_control_B2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.86783647 C6_control_B3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.09156007 C6_control_C1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.991199643 C6_control_C2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.702626196 C6_control_C3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.017938288 C6_chemical_A1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.952884167 C6_chemical_A3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.833009264 C6_chemical_B1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.895021262 C6_chemical_B2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.372046491 C6_chemical_B3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 7.184264477 C6_chemical_C1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 7.268763166 C6_chemical_C2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.239531228 C6_chemical_C3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.008733428 L4_control_A1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.392631924 L4_control_A2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.68790279 L4_control_A3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.929648015 L4_control_B1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.259147065 L4_control_B2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.834353605 L4_control_B3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.224128811 L4_control_C2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.629016259 L4_control_C3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.858282054 L4_chemical_A1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.575598281 L4_chemical_A2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.041736772 L4_chemical_A3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.268057324 L4_chemical_B1 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.610779766 L4_chemical_B2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.763200375 L4_chemical_B3 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 5.739114912 L4_chemical_C2 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.35010628 L4_chemical_C3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.05931654 C6_control_A1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 11.69502207 C6_control_A3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.66198285 C6_control_B1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 13.06469599 C6_control_B2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.69755763 C6_control_B3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 13.28964991 C6_control_C1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 13.30889044 C6_control_C2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 13.10791474 C6_control_C3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 11.91932299 C6_chemical_A1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 11.71880291 C6_chemical_A3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.59599982 C6_chemical_B1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 13.18670489 C6_chemical_B2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.54164695 C6_chemical_B3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 13.18903382 C6_chemical_C1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 13.00570472 C6_chemical_C2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.68086652 C6_chemical_C3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 11.91220732 L4_control_A1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.11287565 L4_control_A2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.09375663 L4_control_A3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.81986787 L4_control_B1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.61397682 L4_control_B2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.89380631 L4_control_B3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.99748155 L4_control_C2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.30405551 L4_control_C3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 11.62709862 L4_chemical_A1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.1191119 L4_chemical_A2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 11.98968231 L4_chemical_A3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.13723215 L4_chemical_B1 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.10309656 L4_chemical_B2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.17930668 L4_chemical_B3 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.60096854 L4_chemical_C2 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 12.48042872 L4_chemical_C3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 14.27096881 C6_control_A1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.77511577 C6_control_A3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 14.61783928 C6_control_B1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.61505447 C6_control_B2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.08073215 C6_control_B3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.228855 C6_control_C1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.87539031 C6_control_C2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.29177002 C6_control_C3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 14.61112809 C6_chemical_A1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.33783741 C6_chemical_A3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 14.28645631 C6_chemical_B1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.39773938 C6_chemical_B2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.74862839 C6_chemical_B3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.21428791 C6_chemical_C1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.26016428 C6_chemical_C2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.69452801 C6_chemical_C3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.84227278 L4_control_A1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 14.39957867 L4_control_A2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.49683072 L4_control_A3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 11.87975807 L4_control_B1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.98834472 L4_control_B2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.03687684 L4_control_B3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.06877266 L4_control_C2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.81380156 L4_control_C3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.8869626 L4_chemical_A1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.81415608 L4_chemical_A2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.92050914 L4_chemical_A3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 14.00530466 L4_chemical_B1 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 13.87963781 L4_chemical_B2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 14.16508943 L4_chemical_B3 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 11.52960927 L4_chemical_C2 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 12.28750992 L4_chemical_C3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.98702349 C6_control_A1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.42986218 C6_control_A3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.77272872 C6_control_B1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 11.07266617 C6_control_B2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.68743077 C6_control_B3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.17627371 C6_control_C1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.28486574 C6_control_C2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 9.44289034 C6_control_C3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 11.27877648 C6_chemical_A1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.29029849 C6_chemical_A3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.9688404 C6_chemical_B1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 11.19392272 C6_chemical_B2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.38349601 C6_chemical_B3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.07140076 C6_chemical_C1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 9.857696073 C6_chemical_C2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 9.291261774 C6_chemical_C3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.59699821 L4_control_A1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.78890644 L4_control_A2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.21474902 L4_control_A3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 9.560856552 L4_control_B1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.76402575 L4_control_B2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.31152176 L4_control_B3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 8.37242202 L4_control_C2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 8.815311922 L4_control_C3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.27296773 L4_chemical_A1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.29723071 L4_chemical_A2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.08973707 L4_chemical_A3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.24592115 L4_chemical_B1 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.43079724 L4_chemical_B2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 10.50340177 L4_chemical_B3 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 8.102894462 L4_chemical_C2 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 8.973421766 L4_chemical_C3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.318158987 C6_control_A1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.897640454 C6_control_A3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.703068189 C6_control_B1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.800575545 C6_control_B2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.477508049 C6_control_B3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 6.436823985 C6_control_C1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 7.053615736 C6_control_C2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.819807281 C6_control_C3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.001257522 C6_chemical_A1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.033375452 C6_chemical_A3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.324117064 C6_chemical_B1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.395361863 C6_chemical_B2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.483965691 C6_chemical_B3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 6.164941439 C6_chemical_C1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.639633085 C6_chemical_C2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.844385455 C6_chemical_C3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.44445624 L4_control_A1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.180814191 L4_control_A2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.324264583 L4_control_A3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.116529413 L4_control_B1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.090070095 L4_control_B2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.054846743 L4_control_B3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.341941534 L4_control_C2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 6.001963486 L4_control_C3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.480771455 L4_chemical_A1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.037022689 L4_chemical_A2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.2715286 L4_chemical_A3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.312692278 L4_chemical_B1 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.06186574 L4_chemical_B2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.235413822 L4_chemical_B3 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.14232595 L4_chemical_C2 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.048232671 L4_chemical_C3 +LQ10X002610 Predicted protein 12.51621008 C6_control_A1 +LQ10X002610 Predicted protein 12.54587282 C6_control_A3 +LQ10X002610 Predicted protein 12.37795516 C6_control_B1 +LQ10X002610 Predicted protein 13.34198794 C6_control_B2 +LQ10X002610 Predicted protein 12.43592284 C6_control_B3 +LQ10X002610 Predicted protein 13.54673415 C6_control_C1 +LQ10X002610 Predicted protein 13.68476976 C6_control_C2 +LQ10X002610 Predicted protein 13.67642327 C6_control_C3 +LQ10X002610 Predicted protein 12.40857989 C6_chemical_A1 +LQ10X002610 Predicted protein 12.23991942 C6_chemical_A3 +LQ10X002610 Predicted protein 12.48244372 C6_chemical_B1 +LQ10X002610 Predicted protein 13.19045641 C6_chemical_B2 +LQ10X002610 Predicted protein 12.58827648 C6_chemical_B3 +LQ10X002610 Predicted protein 13.38118089 C6_chemical_C1 +LQ10X002610 Predicted protein 13.59915433 C6_chemical_C2 +LQ10X002610 Predicted protein 13.6339429 C6_chemical_C3 +LQ10X002610 Predicted protein 11.86877915 L4_control_A1 +LQ10X002610 Predicted protein 11.99969292 L4_control_A2 +LQ10X002610 Predicted protein 11.1911293 L4_control_A3 +LQ10X002610 Predicted protein 12.57765216 L4_control_B1 +LQ10X002610 Predicted protein 12.14827984 L4_control_B2 +LQ10X002610 Predicted protein 13.48940959 L4_control_B3 +LQ10X002610 Predicted protein 12.9390923 L4_control_C2 +LQ10X002610 Predicted protein 13.30103887 L4_control_C3 +LQ10X002610 Predicted protein 12.38053052 L4_chemical_A1 +LQ10X002610 Predicted protein 12.37285809 L4_chemical_A2 +LQ10X002610 Predicted protein 11.75057832 L4_chemical_A3 +LQ10X002610 Predicted protein 12.06147948 L4_chemical_B1 +LQ10X002610 Predicted protein 12.28585699 L4_chemical_B2 +LQ10X002610 Predicted protein 12.53428462 L4_chemical_B3 +LQ10X002610 Predicted protein 12.86197638 L4_chemical_C2 +LQ10X002610 Predicted protein 13.60977245 L4_chemical_C3 +LQ10X002630 Putative Cytochrome P450 5.542007863 C6_control_A1 +LQ10X002630 Putative Cytochrome P450 5.306512716 C6_control_A3 +LQ10X002630 Putative Cytochrome P450 5.501499345 C6_control_B1 +LQ10X002630 Putative Cytochrome P450 5.317524251 C6_control_B2 +LQ10X002630 Putative Cytochrome P450 5.450634669 C6_control_B3 +LQ10X002630 Putative Cytochrome P450 7.107297979 C6_control_C1 +LQ10X002630 Putative Cytochrome P450 5.423296941 C6_control_C2 +LQ10X002630 Putative Cytochrome P450 5.616665059 C6_control_C3 +LQ10X002630 Putative Cytochrome P450 5.50149316 C6_chemical_A1 +LQ10X002630 Putative Cytochrome P450 5.808689189 C6_chemical_A3 +LQ10X002630 Putative Cytochrome P450 5.434268956 C6_chemical_B1 +LQ10X002630 Putative Cytochrome P450 5.33264671 C6_chemical_B2 +LQ10X002630 Putative Cytochrome P450 5.512399309 C6_chemical_B3 +LQ10X002630 Putative Cytochrome P450 7.188595189 C6_chemical_C1 +LQ10X002630 Putative Cytochrome P450 5.476419783 C6_chemical_C2 +LQ10X002630 Putative Cytochrome P450 5.312234878 C6_chemical_C3 +LQ10X002630 Putative Cytochrome P450 6.154549208 L4_control_A1 +LQ10X002630 Putative Cytochrome P450 6.24853398 L4_control_A2 +LQ10X002630 Putative Cytochrome P450 5.327434539 L4_control_A3 +LQ10X002630 Putative Cytochrome P450 5.335365219 L4_control_B1 +LQ10X002630 Putative Cytochrome P450 5.709022216 L4_control_B2 +LQ10X002630 Putative Cytochrome P450 5.790629021 L4_control_B3 +LQ10X002630 Putative Cytochrome P450 5.582338392 L4_control_C2 +LQ10X002630 Putative Cytochrome P450 5.871434235 L4_control_C3 +LQ10X002630 Putative Cytochrome P450 5.927366207 L4_chemical_A1 +LQ10X002630 Putative Cytochrome P450 5.735037372 L4_chemical_A2 +LQ10X002630 Putative Cytochrome P450 5.402754588 L4_chemical_A3 +LQ10X002630 Putative Cytochrome P450 5.672587698 L4_chemical_B1 +LQ10X002630 Putative Cytochrome P450 5.189739687 L4_chemical_B2 +LQ10X002630 Putative Cytochrome P450 5.589811688 L4_chemical_B3 +LQ10X002630 Putative Cytochrome P450 5.850128224 L4_chemical_C2 +LQ10X002630 Putative Cytochrome P450 5.246617698 L4_chemical_C3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.547940568 C6_control_A1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.560652698 C6_control_A3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.855569354 C6_control_B1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 6.016169065 C6_control_B2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.413833316 C6_control_B3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 6.472386903 C6_control_C1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.985371991 C6_control_C2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.956558056 C6_control_C3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.505207005 C6_chemical_A1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.946850163 C6_chemical_A3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.018079411 C6_chemical_B1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.663034758 C6_chemical_B2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.428412486 C6_chemical_B3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 6.055394464 C6_chemical_C1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.724408912 C6_chemical_C2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 6.283034373 C6_chemical_C3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.299276303 L4_control_A1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.551888054 L4_control_A2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 6.24506734 L4_control_A3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.817601344 L4_control_B1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.564611537 L4_control_B2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.548855905 L4_control_B3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.478922247 L4_control_C2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.562503938 L4_control_C3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.828642536 L4_chemical_A1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.449345866 L4_chemical_A2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 6.111219725 L4_chemical_A3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 6.02698564 L4_chemical_B1 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.672919252 L4_chemical_B2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.543747023 L4_chemical_B3 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 4.928085688 L4_chemical_C2 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.475446039 L4_chemical_C3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.45254506 C6_control_A1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.82234768 C6_control_A3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.04025009 C6_control_B1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 10.74520544 C6_control_B2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 11.98573728 C6_control_B3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 9.816555859 C6_control_C1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 9.454468525 C6_control_C2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 9.442823455 C6_control_C3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.38406808 C6_chemical_A1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 13.08195036 C6_chemical_A3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 11.82184655 C6_chemical_B1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 10.75477402 C6_chemical_B2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 11.65529387 C6_chemical_B3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 9.626752246 C6_chemical_C1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 9.861240686 C6_chemical_C2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 9.474947265 C6_chemical_C3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.70646156 L4_control_A1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.9183577 L4_control_A2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 13.55768436 L4_control_A3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.05570275 L4_control_B1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 13.0825531 L4_control_B2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 11.83320898 L4_control_B3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 11.83438709 L4_control_C2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.00274612 L4_control_C3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.30861942 L4_chemical_A1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.18026224 L4_chemical_A2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.75704145 L4_chemical_A3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.51852631 L4_chemical_B1 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.67502485 L4_chemical_B2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.16288382 L4_chemical_B3 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 11.77049632 L4_chemical_C2 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 11.7661182 L4_chemical_C3 +LQ10X002680 Hypothetical protein 10.85124412 C6_control_A1 +LQ10X002680 Hypothetical protein 10.63258828 C6_control_A3 +LQ10X002680 Hypothetical protein 10.76472747 C6_control_B1 +LQ10X002680 Hypothetical protein 11.09473347 C6_control_B2 +LQ10X002680 Hypothetical protein 10.9368364 C6_control_B3 +LQ10X002680 Hypothetical protein 11.54841087 C6_control_C1 +LQ10X002680 Hypothetical protein 11.64425784 C6_control_C2 +LQ10X002680 Hypothetical protein 11.83160733 C6_control_C3 +LQ10X002680 Hypothetical protein 10.70200696 C6_chemical_A1 +LQ10X002680 Hypothetical protein 10.68246691 C6_chemical_A3 +LQ10X002680 Hypothetical protein 10.49722362 C6_chemical_B1 +LQ10X002680 Hypothetical protein 11.18221381 C6_chemical_B2 +LQ10X002680 Hypothetical protein 10.97160086 C6_chemical_B3 +LQ10X002680 Hypothetical protein 11.38950249 C6_chemical_C1 +LQ10X002680 Hypothetical protein 11.75787088 C6_chemical_C2 +LQ10X002680 Hypothetical protein 11.64307732 C6_chemical_C3 +LQ10X002680 Hypothetical protein 10.11815902 L4_control_A1 +LQ10X002680 Hypothetical protein 10.35740514 L4_control_A2 +LQ10X002680 Hypothetical protein 10.2429444 L4_control_A3 +LQ10X002680 Hypothetical protein 9.748631842 L4_control_B1 +LQ10X002680 Hypothetical protein 9.324974602 L4_control_B2 +LQ10X002680 Hypothetical protein 9.993483485 L4_control_B3 +LQ10X002680 Hypothetical protein 10.41816377 L4_control_C2 +LQ10X002680 Hypothetical protein 10.94382964 L4_control_C3 +LQ10X002680 Hypothetical protein 10.79319602 L4_chemical_A1 +LQ10X002680 Hypothetical protein 11.04132096 L4_chemical_A2 +LQ10X002680 Hypothetical protein 10.69515821 L4_chemical_A3 +LQ10X002680 Hypothetical protein 10.22072765 L4_chemical_B1 +LQ10X002680 Hypothetical protein 9.478353822 L4_chemical_B2 +LQ10X002680 Hypothetical protein 10.22197954 L4_chemical_B3 +LQ10X002680 Hypothetical protein 10.37180438 L4_chemical_C2 +LQ10X002680 Hypothetical protein 11.20496673 L4_chemical_C3 +LQ10X002710 Putative Telomere-binding protein 1 7.639665932 C6_control_A1 +LQ10X002710 Putative Telomere-binding protein 1 6.870667769 C6_control_A3 +LQ10X002710 Putative Telomere-binding protein 1 8.109440197 C6_control_B1 +LQ10X002710 Putative Telomere-binding protein 1 8.102990422 C6_control_B2 +LQ10X002710 Putative Telomere-binding protein 1 7.420021496 C6_control_B3 +LQ10X002710 Putative Telomere-binding protein 1 9.485898576 C6_control_C1 +LQ10X002710 Putative Telomere-binding protein 1 7.537403077 C6_control_C2 +LQ10X002710 Putative Telomere-binding protein 1 6.453493868 C6_control_C3 +LQ10X002710 Putative Telomere-binding protein 1 8.255184791 C6_chemical_A1 +LQ10X002710 Putative Telomere-binding protein 1 7.643397079 C6_chemical_A3 +LQ10X002710 Putative Telomere-binding protein 1 8.798173934 C6_chemical_B1 +LQ10X002710 Putative Telomere-binding protein 1 8.408675139 C6_chemical_B2 +LQ10X002710 Putative Telomere-binding protein 1 7.750191471 C6_chemical_B3 +LQ10X002710 Putative Telomere-binding protein 1 10.49003705 C6_chemical_C1 +LQ10X002710 Putative Telomere-binding protein 1 8.681266594 C6_chemical_C2 +LQ10X002710 Putative Telomere-binding protein 1 8.729797409 C6_chemical_C3 +LQ10X002710 Putative Telomere-binding protein 1 7.594487123 L4_control_A1 +LQ10X002710 Putative Telomere-binding protein 1 6.816845342 L4_control_A2 +LQ10X002710 Putative Telomere-binding protein 1 7.794392314 L4_control_A3 +LQ10X002710 Putative Telomere-binding protein 1 8.145494465 L4_control_B1 +LQ10X002710 Putative Telomere-binding protein 1 7.430509018 L4_control_B2 +LQ10X002710 Putative Telomere-binding protein 1 8.072630136 L4_control_B3 +LQ10X002710 Putative Telomere-binding protein 1 6.203376651 L4_control_C2 +LQ10X002710 Putative Telomere-binding protein 1 5.819652065 L4_control_C3 +LQ10X002710 Putative Telomere-binding protein 1 8.285654466 L4_chemical_A1 +LQ10X002710 Putative Telomere-binding protein 1 7.124620553 L4_chemical_A2 +LQ10X002710 Putative Telomere-binding protein 1 7.23881584 L4_chemical_A3 +LQ10X002710 Putative Telomere-binding protein 1 7.551755759 L4_chemical_B1 +LQ10X002710 Putative Telomere-binding protein 1 6.824330471 L4_chemical_B2 +LQ10X002710 Putative Telomere-binding protein 1 7.675675842 L4_chemical_B3 +LQ10X002710 Putative Telomere-binding protein 1 6.500926605 L4_chemical_C2 +LQ10X002710 Putative Telomere-binding protein 1 6.859770721 L4_chemical_C3 +LQ10X002720 Scarecrow-like protein 14 5.431895736 C6_control_A1 +LQ10X002720 Scarecrow-like protein 14 5.084349243 C6_control_A3 +LQ10X002720 Scarecrow-like protein 14 4.985044734 C6_control_B1 +LQ10X002720 Scarecrow-like protein 14 5.846549313 C6_control_B2 +LQ10X002720 Scarecrow-like protein 14 5.413954473 C6_control_B3 +LQ10X002720 Scarecrow-like protein 14 5.69645465 C6_control_C1 +LQ10X002720 Scarecrow-like protein 14 6.152007979 C6_control_C2 +LQ10X002720 Scarecrow-like protein 14 5.583497175 C6_control_C3 +LQ10X002720 Scarecrow-like protein 14 5.397575785 C6_chemical_A1 +LQ10X002720 Scarecrow-like protein 14 5.177194049 C6_chemical_A3 +LQ10X002720 Scarecrow-like protein 14 5.298715912 C6_chemical_B1 +LQ10X002720 Scarecrow-like protein 14 5.686426378 C6_chemical_B2 +LQ10X002720 Scarecrow-like protein 14 5.565184745 C6_chemical_B3 +LQ10X002720 Scarecrow-like protein 14 5.637837356 C6_chemical_C1 +LQ10X002720 Scarecrow-like protein 14 6.135977628 C6_chemical_C2 +LQ10X002720 Scarecrow-like protein 14 5.496899115 C6_chemical_C3 +LQ10X002720 Scarecrow-like protein 14 5.146161197 L4_control_A1 +LQ10X002720 Scarecrow-like protein 14 5.404440457 L4_control_A2 +LQ10X002720 Scarecrow-like protein 14 5.406829839 L4_control_A3 +LQ10X002720 Scarecrow-like protein 14 5.790583341 L4_control_B1 +LQ10X002720 Scarecrow-like protein 14 5.697726272 L4_control_B2 +LQ10X002720 Scarecrow-like protein 14 6.037982724 L4_control_B3 +LQ10X002720 Scarecrow-like protein 14 5.670750697 L4_control_C2 +LQ10X002720 Scarecrow-like protein 14 6.535012343 L4_control_C3 +LQ10X002720 Scarecrow-like protein 14 5.407793882 L4_chemical_A1 +LQ10X002720 Scarecrow-like protein 14 5.196115662 L4_chemical_A2 +LQ10X002720 Scarecrow-like protein 14 5.327756624 L4_chemical_A3 +LQ10X002720 Scarecrow-like protein 14 5.655174636 L4_chemical_B1 +LQ10X002720 Scarecrow-like protein 14 6.162352736 L4_chemical_B2 +LQ10X002720 Scarecrow-like protein 14 5.935092637 L4_chemical_B3 +LQ10X002720 Scarecrow-like protein 14 5.947374541 L4_chemical_C2 +LQ10X002720 Scarecrow-like protein 14 6.515130314 L4_chemical_C3 +LQ10X002750 Actin-related protein 5 9.304429084 C6_control_A1 +LQ10X002750 Actin-related protein 5 9.201055394 C6_control_A3 +LQ10X002750 Actin-related protein 5 9.047607854 C6_control_B1 +LQ10X002750 Actin-related protein 5 8.564488449 C6_control_B2 +LQ10X002750 Actin-related protein 5 8.781254503 C6_control_B3 +LQ10X002750 Actin-related protein 5 9.121382672 C6_control_C1 +LQ10X002750 Actin-related protein 5 8.997832237 C6_control_C2 +LQ10X002750 Actin-related protein 5 8.252177377 C6_control_C3 +LQ10X002750 Actin-related protein 5 9.651310743 C6_chemical_A1 +LQ10X002750 Actin-related protein 5 9.553098401 C6_chemical_A3 +LQ10X002750 Actin-related protein 5 8.96845777 C6_chemical_B1 +LQ10X002750 Actin-related protein 5 8.827980753 C6_chemical_B2 +LQ10X002750 Actin-related protein 5 9.110362521 C6_chemical_B3 +LQ10X002750 Actin-related protein 5 8.991721287 C6_chemical_C1 +LQ10X002750 Actin-related protein 5 8.91167573 C6_chemical_C2 +LQ10X002750 Actin-related protein 5 8.506475148 C6_chemical_C3 +LQ10X002750 Actin-related protein 5 9.827193162 L4_control_A1 +LQ10X002750 Actin-related protein 5 9.359141642 L4_control_A2 +LQ10X002750 Actin-related protein 5 10.2037127 L4_control_A3 +LQ10X002750 Actin-related protein 5 8.773590607 L4_control_B1 +LQ10X002750 Actin-related protein 5 10.04872354 L4_control_B2 +LQ10X002750 Actin-related protein 5 9.291345312 L4_control_B3 +LQ10X002750 Actin-related protein 5 9.768129048 L4_control_C2 +LQ10X002750 Actin-related protein 5 9.268105095 L4_control_C3 +LQ10X002750 Actin-related protein 5 9.562493206 L4_chemical_A1 +LQ10X002750 Actin-related protein 5 9.278424715 L4_chemical_A2 +LQ10X002750 Actin-related protein 5 10.04415988 L4_chemical_A3 +LQ10X002750 Actin-related protein 5 8.946134125 L4_chemical_B1 +LQ10X002750 Actin-related protein 5 9.689469628 L4_chemical_B2 +LQ10X002750 Actin-related protein 5 9.082639018 L4_chemical_B3 +LQ10X002750 Actin-related protein 5 9.772246489 L4_chemical_C2 +LQ10X002750 Actin-related protein 5 9.3503522 L4_chemical_C3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.176884773 C6_control_A1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.703189782 C6_control_A3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.012825878 C6_control_B1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.005052154 C6_control_B2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.011965009 C6_control_B3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.236383851 C6_control_C1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.718302714 C6_control_C2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.269054842 C6_control_C3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.928849148 C6_chemical_A1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.920924665 C6_chemical_A3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.76625857 C6_chemical_B1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.940710321 C6_chemical_B2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.486983179 C6_chemical_B3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.690152344 C6_chemical_C1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.950726417 C6_chemical_C2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.332488814 C6_chemical_C3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.864877218 L4_control_A1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.214985401 L4_control_A2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.187591581 L4_control_A3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.056003915 L4_control_B1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.111792265 L4_control_B2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.993409896 L4_control_B3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.079347717 L4_control_C2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.425611451 L4_control_C3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.086356346 L4_chemical_A1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.248456392 L4_chemical_A2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 7.595220661 L4_chemical_A3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.762088973 L4_chemical_B1 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.75677487 L4_chemical_B2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.040474937 L4_chemical_B3 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.299351268 L4_chemical_C2 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 6.887348485 L4_chemical_C3 +LQ10X002780 Protein binding protein, putative 12.81125968 C6_control_A1 +LQ10X002780 Protein binding protein, putative 13.00575152 C6_control_A3 +LQ10X002780 Protein binding protein, putative 13.12730147 C6_control_B1 +LQ10X002780 Protein binding protein, putative 12.77967015 C6_control_B2 +LQ10X002780 Protein binding protein, putative 12.85746958 C6_control_B3 +LQ10X002780 Protein binding protein, putative 12.40802435 C6_control_C1 +LQ10X002780 Protein binding protein, putative 12.67188316 C6_control_C2 +LQ10X002780 Protein binding protein, putative 12.69624563 C6_control_C3 +LQ10X002780 Protein binding protein, putative 12.75162523 C6_chemical_A1 +LQ10X002780 Protein binding protein, putative 12.99697635 C6_chemical_A3 +LQ10X002780 Protein binding protein, putative 13.37781802 C6_chemical_B1 +LQ10X002780 Protein binding protein, putative 12.80318463 C6_chemical_B2 +LQ10X002780 Protein binding protein, putative 12.72135483 C6_chemical_B3 +LQ10X002780 Protein binding protein, putative 12.26500281 C6_chemical_C1 +LQ10X002780 Protein binding protein, putative 12.26282665 C6_chemical_C2 +LQ10X002780 Protein binding protein, putative 12.30624667 C6_chemical_C3 +LQ10X002780 Protein binding protein, putative 12.77096453 L4_control_A1 +LQ10X002780 Protein binding protein, putative 12.39682913 L4_control_A2 +LQ10X002780 Protein binding protein, putative 12.7864903 L4_control_A3 +LQ10X002780 Protein binding protein, putative 12.96527568 L4_control_B1 +LQ10X002780 Protein binding protein, putative 13.14014159 L4_control_B2 +LQ10X002780 Protein binding protein, putative 12.76689267 L4_control_B3 +LQ10X002780 Protein binding protein, putative 12.6848323 L4_control_C2 +LQ10X002780 Protein binding protein, putative 13.14405348 L4_control_C3 +LQ10X002780 Protein binding protein, putative 12.96046932 L4_chemical_A1 +LQ10X002780 Protein binding protein, putative 12.66865664 L4_chemical_A2 +LQ10X002780 Protein binding protein, putative 12.87068294 L4_chemical_A3 +LQ10X002780 Protein binding protein, putative 13.06587849 L4_chemical_B1 +LQ10X002780 Protein binding protein, putative 12.88168886 L4_chemical_B2 +LQ10X002780 Protein binding protein, putative 12.98829368 L4_chemical_B3 +LQ10X002780 Protein binding protein, putative 12.59768179 L4_chemical_C2 +LQ10X002780 Protein binding protein, putative 12.94257233 L4_chemical_C3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.423448438 C6_control_A1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.200473136 C6_control_A3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.133685703 C6_control_B1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.187250637 C6_control_B2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.577882771 C6_control_B3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.668024015 C6_control_C1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 5.677046508 C6_control_C2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.391500837 C6_control_C3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.160370113 C6_chemical_A1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.511475043 C6_chemical_A3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.545452177 C6_chemical_B1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.414834147 C6_chemical_B2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.791506333 C6_chemical_B3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.475345469 C6_chemical_C1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.984728113 C6_chemical_C2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.025885189 C6_chemical_C3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.631496655 L4_control_A1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.65949659 L4_control_A2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.226831649 L4_control_A3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 5.841954171 L4_control_B1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.371087465 L4_control_B2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.304267029 L4_control_B3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 5.618386059 L4_control_C2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 7.681470298 L4_control_C3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 5.909536657 L4_chemical_A1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.540398035 L4_chemical_A2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.294754262 L4_chemical_A3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.544930734 L4_chemical_B1 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 7.16974264 L4_chemical_B2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.364525337 L4_chemical_B3 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 7.659624354 L4_chemical_C2 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 7.595320389 L4_chemical_C3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.210977737 C6_control_A1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.699347098 C6_control_A3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.518912843 C6_control_B1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.46356758 C6_control_B2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.316763311 C6_control_B3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.478442069 C6_control_C1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.855859959 C6_control_C2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 8.095299455 C6_control_C3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.876958778 C6_chemical_A1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.687399928 C6_chemical_A3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 5.996731686 C6_chemical_B1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.367733656 C6_chemical_B2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.257704386 C6_chemical_B3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.155162901 C6_chemical_C1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.308813355 C6_chemical_C2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.60451048 C6_chemical_C3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.62576753 L4_control_A1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.152784633 L4_control_A2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.524473981 L4_control_A3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 5.609373169 L4_control_B1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.075015517 L4_control_B2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.518935617 L4_control_B3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 5.702875551 L4_control_C2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 5.732125182 L4_control_C3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.310016673 L4_chemical_A1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 7.016652362 L4_chemical_A2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.559114414 L4_chemical_A3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 5.531913549 L4_chemical_B1 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.027254912 L4_chemical_B2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.725605175 L4_chemical_B3 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 5.933405399 L4_chemical_C2 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 5.53035921 L4_chemical_C3 +LQ10X002860 Putative Protein SRG1 10.25591361 C6_control_A1 +LQ10X002860 Putative Protein SRG1 9.899067977 C6_control_A3 +LQ10X002860 Putative Protein SRG1 10.38593584 C6_control_B1 +LQ10X002860 Putative Protein SRG1 10.58740737 C6_control_B2 +LQ10X002860 Putative Protein SRG1 10.68101828 C6_control_B3 +LQ10X002860 Putative Protein SRG1 11.60400434 C6_control_C1 +LQ10X002860 Putative Protein SRG1 11.95820844 C6_control_C2 +LQ10X002860 Putative Protein SRG1 11.39966796 C6_control_C3 +LQ10X002860 Putative Protein SRG1 10.01668039 C6_chemical_A1 +LQ10X002860 Putative Protein SRG1 9.994919558 C6_chemical_A3 +LQ10X002860 Putative Protein SRG1 10.50494328 C6_chemical_B1 +LQ10X002860 Putative Protein SRG1 10.81879943 C6_chemical_B2 +LQ10X002860 Putative Protein SRG1 10.88297379 C6_chemical_B3 +LQ10X002860 Putative Protein SRG1 11.37311241 C6_chemical_C1 +LQ10X002860 Putative Protein SRG1 11.87150217 C6_chemical_C2 +LQ10X002860 Putative Protein SRG1 11.64316343 C6_chemical_C3 +LQ10X002860 Putative Protein SRG1 9.70878043 L4_control_A1 +LQ10X002860 Putative Protein SRG1 9.490090271 L4_control_A2 +LQ10X002860 Putative Protein SRG1 10.17609078 L4_control_A3 +LQ10X002860 Putative Protein SRG1 10.18446021 L4_control_B1 +LQ10X002860 Putative Protein SRG1 9.741434163 L4_control_B2 +LQ10X002860 Putative Protein SRG1 11.61932285 L4_control_B3 +LQ10X002860 Putative Protein SRG1 11.73657664 L4_control_C2 +LQ10X002860 Putative Protein SRG1 11.50880529 L4_control_C3 +LQ10X002860 Putative Protein SRG1 9.803193556 L4_chemical_A1 +LQ10X002860 Putative Protein SRG1 9.332312232 L4_chemical_A2 +LQ10X002860 Putative Protein SRG1 9.805596729 L4_chemical_A3 +LQ10X002860 Putative Protein SRG1 9.639313507 L4_chemical_B1 +LQ10X002860 Putative Protein SRG1 10.13924639 L4_chemical_B2 +LQ10X002860 Putative Protein SRG1 10.76315918 L4_chemical_B3 +LQ10X002860 Putative Protein SRG1 11.84439045 L4_chemical_C2 +LQ10X002860 Putative Protein SRG1 11.7155934 L4_chemical_C3 +LQ10X002880 Putative Protein SRG1 5.217907515 C6_control_A1 +LQ10X002880 Putative Protein SRG1 5.051765812 C6_control_A3 +LQ10X002880 Putative Protein SRG1 5.008508005 C6_control_B1 +LQ10X002880 Putative Protein SRG1 5.117411274 C6_control_B2 +LQ10X002880 Putative Protein SRG1 5.178574026 C6_control_B3 +LQ10X002880 Putative Protein SRG1 5.727513916 C6_control_C1 +LQ10X002880 Putative Protein SRG1 4.960344051 C6_control_C2 +LQ10X002880 Putative Protein SRG1 5.500167305 C6_control_C3 +LQ10X002880 Putative Protein SRG1 5.002260543 C6_chemical_A1 +LQ10X002880 Putative Protein SRG1 5.203669676 C6_chemical_A3 +LQ10X002880 Putative Protein SRG1 4.891818592 C6_chemical_B1 +LQ10X002880 Putative Protein SRG1 4.902002597 C6_chemical_B2 +LQ10X002880 Putative Protein SRG1 4.934005908 C6_chemical_B3 +LQ10X002880 Putative Protein SRG1 5.574620331 C6_chemical_C1 +LQ10X002880 Putative Protein SRG1 5.051894142 C6_chemical_C2 +LQ10X002880 Putative Protein SRG1 5.433953105 C6_chemical_C3 +LQ10X002880 Putative Protein SRG1 4.975124543 L4_control_A1 +LQ10X002880 Putative Protein SRG1 5.163528799 L4_control_A2 +LQ10X002880 Putative Protein SRG1 5.063187651 L4_control_A3 +LQ10X002880 Putative Protein SRG1 5.056380558 L4_control_B1 +LQ10X002880 Putative Protein SRG1 4.874278023 L4_control_B2 +LQ10X002880 Putative Protein SRG1 5.253435548 L4_control_B3 +LQ10X002880 Putative Protein SRG1 5.340718599 L4_control_C2 +LQ10X002880 Putative Protein SRG1 5.142669835 L4_control_C3 +LQ10X002880 Putative Protein SRG1 5.122279054 L4_chemical_A1 +LQ10X002880 Putative Protein SRG1 5.07346645 L4_chemical_A2 +LQ10X002880 Putative Protein SRG1 5.150764141 L4_chemical_A3 +LQ10X002880 Putative Protein SRG1 5.303460273 L4_chemical_B1 +LQ10X002880 Putative Protein SRG1 4.669045399 L4_chemical_B2 +LQ10X002880 Putative Protein SRG1 5.167763413 L4_chemical_B3 +LQ10X002880 Putative Protein SRG1 4.860694493 L4_chemical_C2 +LQ10X002880 Putative Protein SRG1 5.056515948 L4_chemical_C3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.083013781 C6_control_A1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.722283148 C6_control_A3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.450943354 C6_control_B1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.975079452 C6_control_B2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.263284005 C6_control_B3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 6.988336971 C6_control_C1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.606416704 C6_control_C2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.162313201 C6_control_C3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.282259519 C6_chemical_A1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.038034426 C6_chemical_A3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 6.072925818 C6_chemical_B1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.386184918 C6_chemical_B2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.597013615 C6_chemical_B3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 9.099808514 C6_chemical_C1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 7.894739994 C6_chemical_C2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 6.094841105 C6_chemical_C3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.147381146 L4_control_A1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.278798965 L4_control_A2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.217017513 L4_control_A3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.314029673 L4_control_B1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.96560899 L4_control_B2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.473544005 L4_control_B3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.113801764 L4_control_C2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.968522512 L4_control_C3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.67862035 L4_chemical_A1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.19648594 L4_chemical_A2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.901546627 L4_chemical_A3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.223464903 L4_chemical_B1 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.50786349 L4_chemical_B2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.095914195 L4_chemical_B3 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.536713264 L4_chemical_C2 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.959782505 L4_chemical_C3 +LQ10X002940 ESC, putative 5.325268373 C6_control_A1 +LQ10X002940 ESC, putative 5.009255924 C6_control_A3 +LQ10X002940 ESC, putative 5.466099051 C6_control_B1 +LQ10X002940 ESC, putative 4.892881602 C6_control_B2 +LQ10X002940 ESC, putative 5.121607904 C6_control_B3 +LQ10X002940 ESC, putative 5.472149827 C6_control_C1 +LQ10X002940 ESC, putative 4.911259063 C6_control_C2 +LQ10X002940 ESC, putative 5.044479814 C6_control_C3 +LQ10X002940 ESC, putative 5.092459193 C6_chemical_A1 +LQ10X002940 ESC, putative 4.829870758 C6_chemical_A3 +LQ10X002940 ESC, putative 5.999007278 C6_chemical_B1 +LQ10X002940 ESC, putative 4.974236781 C6_chemical_B2 +LQ10X002940 ESC, putative 5.543642326 C6_chemical_B3 +LQ10X002940 ESC, putative 5.250044161 C6_chemical_C1 +LQ10X002940 ESC, putative 4.709652913 C6_chemical_C2 +LQ10X002940 ESC, putative 5.166045551 C6_chemical_C3 +LQ10X002940 ESC, putative 5.625184142 L4_control_A1 +LQ10X002940 ESC, putative 5.210558766 L4_control_A2 +LQ10X002940 ESC, putative 5.59485473 L4_control_A3 +LQ10X002940 ESC, putative 6.785047269 L4_control_B1 +LQ10X002940 ESC, putative 5.51043613 L4_control_B2 +LQ10X002940 ESC, putative 5.096741797 L4_control_B3 +LQ10X002940 ESC, putative 6.524254011 L4_control_C2 +LQ10X002940 ESC, putative 6.239600195 L4_control_C3 +LQ10X002940 ESC, putative 5.72141322 L4_chemical_A1 +LQ10X002940 ESC, putative 5.014918611 L4_chemical_A2 +LQ10X002940 ESC, putative 5.500641428 L4_chemical_A3 +LQ10X002940 ESC, putative 5.743571177 L4_chemical_B1 +LQ10X002940 ESC, putative 5.898054462 L4_chemical_B2 +LQ10X002940 ESC, putative 4.754201624 L4_chemical_B3 +LQ10X002940 ESC, putative 6.392370985 L4_chemical_C2 +LQ10X002940 ESC, putative 6.343081882 L4_chemical_C3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.5811664 C6_control_A1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.69115902 C6_control_A3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.59923096 C6_control_B1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 14.30115535 C6_control_B2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.82739541 C6_control_B3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.40419275 C6_control_C1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 14.50720081 C6_control_C2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.84468675 C6_control_C3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.5863369 C6_chemical_A1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.69770946 C6_chemical_A3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.94351986 C6_chemical_B1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 14.47162304 C6_chemical_B2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.77322413 C6_chemical_B3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.63552113 C6_chemical_C1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 14.25736633 C6_chemical_C2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.80736204 C6_chemical_C3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 12.43988977 L4_control_A1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 12.88090528 L4_control_A2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.0097511 L4_control_A3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.04539923 L4_control_B1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.22404339 L4_control_B2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.50310003 L4_control_B3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 12.9439323 L4_control_C2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 12.76209826 L4_control_C3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.05482856 L4_chemical_A1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.64549398 L4_chemical_A2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 12.73458223 L4_chemical_A3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.08564511 L4_chemical_B1 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.59823142 L4_chemical_B2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.18196627 L4_chemical_B3 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.22762918 L4_chemical_C2 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.04700953 L4_chemical_C3 +LQ10X002960 Predicted protein 6.07682072 C6_control_A1 +LQ10X002960 Predicted protein 6.337924706 C6_control_A3 +LQ10X002960 Predicted protein 5.203308214 C6_control_B1 +LQ10X002960 Predicted protein 5.919609465 C6_control_B2 +LQ10X002960 Predicted protein 5.793246003 C6_control_B3 +LQ10X002960 Predicted protein 6.432262995 C6_control_C1 +LQ10X002960 Predicted protein 6.213333946 C6_control_C2 +LQ10X002960 Predicted protein 6.049522252 C6_control_C3 +LQ10X002960 Predicted protein 6.09937295 C6_chemical_A1 +LQ10X002960 Predicted protein 6.210926437 C6_chemical_A3 +LQ10X002960 Predicted protein 5.90293356 C6_chemical_B1 +LQ10X002960 Predicted protein 5.928342921 C6_chemical_B2 +LQ10X002960 Predicted protein 5.367023143 C6_chemical_B3 +LQ10X002960 Predicted protein 6.958833267 C6_chemical_C1 +LQ10X002960 Predicted protein 6.616362126 C6_chemical_C2 +LQ10X002960 Predicted protein 5.787904766 C6_chemical_C3 +LQ10X002960 Predicted protein 6.253512347 L4_control_A1 +LQ10X002960 Predicted protein 6.725119339 L4_control_A2 +LQ10X002960 Predicted protein 6.125414586 L4_control_A3 +LQ10X002960 Predicted protein 5.964416637 L4_control_B1 +LQ10X002960 Predicted protein 5.636120568 L4_control_B2 +LQ10X002960 Predicted protein 5.569926563 L4_control_B3 +LQ10X002960 Predicted protein 6.217529902 L4_control_C2 +LQ10X002960 Predicted protein 4.83172758 L4_control_C3 +LQ10X002960 Predicted protein 6.331019292 L4_chemical_A1 +LQ10X002960 Predicted protein 6.684989003 L4_chemical_A2 +LQ10X002960 Predicted protein 6.056017226 L4_chemical_A3 +LQ10X002960 Predicted protein 5.99068898 L4_chemical_B1 +LQ10X002960 Predicted protein 5.971975759 L4_chemical_B2 +LQ10X002960 Predicted protein 5.733454504 L4_chemical_B3 +LQ10X002960 Predicted protein 6.25858579 L4_chemical_C2 +LQ10X002960 Predicted protein 5.544628361 L4_chemical_C3 +LQ10X002990 Protein phosphatase 2C 37 6.6917556 C6_control_A1 +LQ10X002990 Protein phosphatase 2C 37 6.290986883 C6_control_A3 +LQ10X002990 Protein phosphatase 2C 37 6.960100819 C6_control_B1 +LQ10X002990 Protein phosphatase 2C 37 6.501910828 C6_control_B2 +LQ10X002990 Protein phosphatase 2C 37 6.893612382 C6_control_B3 +LQ10X002990 Protein phosphatase 2C 37 6.621101772 C6_control_C1 +LQ10X002990 Protein phosphatase 2C 37 6.293753307 C6_control_C2 +LQ10X002990 Protein phosphatase 2C 37 6.16838359 C6_control_C3 +LQ10X002990 Protein phosphatase 2C 37 6.535321473 C6_chemical_A1 +LQ10X002990 Protein phosphatase 2C 37 6.347733638 C6_chemical_A3 +LQ10X002990 Protein phosphatase 2C 37 6.559637055 C6_chemical_B1 +LQ10X002990 Protein phosphatase 2C 37 6.259487027 C6_chemical_B2 +LQ10X002990 Protein phosphatase 2C 37 6.230649682 C6_chemical_B3 +LQ10X002990 Protein phosphatase 2C 37 6.543485307 C6_chemical_C1 +LQ10X002990 Protein phosphatase 2C 37 6.316695804 C6_chemical_C2 +LQ10X002990 Protein phosphatase 2C 37 6.268382451 C6_chemical_C3 +LQ10X002990 Protein phosphatase 2C 37 6.277559193 L4_control_A1 +LQ10X002990 Protein phosphatase 2C 37 6.456883492 L4_control_A2 +LQ10X002990 Protein phosphatase 2C 37 7.23977414 L4_control_A3 +LQ10X002990 Protein phosphatase 2C 37 6.63740894 L4_control_B1 +LQ10X002990 Protein phosphatase 2C 37 7.455722232 L4_control_B2 +LQ10X002990 Protein phosphatase 2C 37 6.390725274 L4_control_B3 +LQ10X002990 Protein phosphatase 2C 37 6.458145579 L4_control_C2 +LQ10X002990 Protein phosphatase 2C 37 7.134429138 L4_control_C3 +LQ10X002990 Protein phosphatase 2C 37 6.327136153 L4_chemical_A1 +LQ10X002990 Protein phosphatase 2C 37 6.680687152 L4_chemical_A2 +LQ10X002990 Protein phosphatase 2C 37 6.391346343 L4_chemical_A3 +LQ10X002990 Protein phosphatase 2C 37 6.691755019 L4_chemical_B1 +LQ10X002990 Protein phosphatase 2C 37 7.38929401 L4_chemical_B2 +LQ10X002990 Protein phosphatase 2C 37 6.453099233 L4_chemical_B3 +LQ10X002990 Protein phosphatase 2C 37 7.229318001 L4_chemical_C2 +LQ10X002990 Protein phosphatase 2C 37 6.741131644 L4_chemical_C3 +LQ10X003000 Zinc finger protein, putative 7.899410307 C6_control_A1 +LQ10X003000 Zinc finger protein, putative 5.968623469 C6_control_A3 +LQ10X003000 Zinc finger protein, putative 7.323243859 C6_control_B1 +LQ10X003000 Zinc finger protein, putative 8.453479036 C6_control_B2 +LQ10X003000 Zinc finger protein, putative 7.521413181 C6_control_B3 +LQ10X003000 Zinc finger protein, putative 8.675209546 C6_control_C1 +LQ10X003000 Zinc finger protein, putative 8.105347158 C6_control_C2 +LQ10X003000 Zinc finger protein, putative 8.125942515 C6_control_C3 +LQ10X003000 Zinc finger protein, putative 7.127782884 C6_chemical_A1 +LQ10X003000 Zinc finger protein, putative 7.747812035 C6_chemical_A3 +LQ10X003000 Zinc finger protein, putative 7.169976476 C6_chemical_B1 +LQ10X003000 Zinc finger protein, putative 8.306378215 C6_chemical_B2 +LQ10X003000 Zinc finger protein, putative 7.623385621 C6_chemical_B3 +LQ10X003000 Zinc finger protein, putative 8.499387568 C6_chemical_C1 +LQ10X003000 Zinc finger protein, putative 7.523547988 C6_chemical_C2 +LQ10X003000 Zinc finger protein, putative 8.007551724 C6_chemical_C3 +LQ10X003000 Zinc finger protein, putative 7.652535981 L4_control_A1 +LQ10X003000 Zinc finger protein, putative 5.898885733 L4_control_A2 +LQ10X003000 Zinc finger protein, putative 5.4127463 L4_control_A3 +LQ10X003000 Zinc finger protein, putative 6.611096321 L4_control_B1 +LQ10X003000 Zinc finger protein, putative 5.890143548 L4_control_B2 +LQ10X003000 Zinc finger protein, putative 8.242980134 L4_control_B3 +LQ10X003000 Zinc finger protein, putative 6.830270236 L4_control_C2 +LQ10X003000 Zinc finger protein, putative 6.81087333 L4_control_C3 +LQ10X003000 Zinc finger protein, putative 8.448642292 L4_chemical_A1 +LQ10X003000 Zinc finger protein, putative 6.757585909 L4_chemical_A2 +LQ10X003000 Zinc finger protein, putative 6.748095426 L4_chemical_A3 +LQ10X003000 Zinc finger protein, putative 7.275684872 L4_chemical_B1 +LQ10X003000 Zinc finger protein, putative 5.259609556 L4_chemical_B2 +LQ10X003000 Zinc finger protein, putative 7.951796286 L4_chemical_B3 +LQ10X003000 Zinc finger protein, putative 6.028015613 L4_chemical_C2 +LQ10X003000 Zinc finger protein, putative 7.250974113 L4_chemical_C3 +LQ10X003010 Probable methyltransferase PMT11 5.981419177 C6_control_A1 +LQ10X003010 Probable methyltransferase PMT11 5.574545896 C6_control_A3 +LQ10X003010 Probable methyltransferase PMT11 5.66419309 C6_control_B1 +LQ10X003010 Probable methyltransferase PMT11 5.852991335 C6_control_B2 +LQ10X003010 Probable methyltransferase PMT11 5.546286064 C6_control_B3 +LQ10X003010 Probable methyltransferase PMT11 4.840420788 C6_control_C1 +LQ10X003010 Probable methyltransferase PMT11 5.685225876 C6_control_C2 +LQ10X003010 Probable methyltransferase PMT11 5.269631672 C6_control_C3 +LQ10X003010 Probable methyltransferase PMT11 5.513634984 C6_chemical_A1 +LQ10X003010 Probable methyltransferase PMT11 5.372329621 C6_chemical_A3 +LQ10X003010 Probable methyltransferase PMT11 5.92920233 C6_chemical_B1 +LQ10X003010 Probable methyltransferase PMT11 5.855503404 C6_chemical_B2 +LQ10X003010 Probable methyltransferase PMT11 5.729166245 C6_chemical_B3 +LQ10X003010 Probable methyltransferase PMT11 5.144938051 C6_chemical_C1 +LQ10X003010 Probable methyltransferase PMT11 5.406405976 C6_chemical_C2 +LQ10X003010 Probable methyltransferase PMT11 5.191861781 C6_chemical_C3 +LQ10X003010 Probable methyltransferase PMT11 5.454700098 L4_control_A1 +LQ10X003010 Probable methyltransferase PMT11 5.905465665 L4_control_A2 +LQ10X003010 Probable methyltransferase PMT11 5.346691972 L4_control_A3 +LQ10X003010 Probable methyltransferase PMT11 5.23101638 L4_control_B1 +LQ10X003010 Probable methyltransferase PMT11 5.906768898 L4_control_B2 +LQ10X003010 Probable methyltransferase PMT11 5.150337841 L4_control_B3 +LQ10X003010 Probable methyltransferase PMT11 5.575521063 L4_control_C2 +LQ10X003010 Probable methyltransferase PMT11 5.250213698 L4_control_C3 +LQ10X003010 Probable methyltransferase PMT11 5.142707579 L4_chemical_A1 +LQ10X003010 Probable methyltransferase PMT11 5.485793053 L4_chemical_A2 +LQ10X003010 Probable methyltransferase PMT11 6.062810572 L4_chemical_A3 +LQ10X003010 Probable methyltransferase PMT11 5.639624928 L4_chemical_B1 +LQ10X003010 Probable methyltransferase PMT11 5.81024572 L4_chemical_B2 +LQ10X003010 Probable methyltransferase PMT11 5.652038658 L4_chemical_B3 +LQ10X003010 Probable methyltransferase PMT11 5.30573027 L4_chemical_C2 +LQ10X003010 Probable methyltransferase PMT11 4.849181238 L4_chemical_C3 +LQ10X003020 Putative Speckle-type POZ protein 6.394824353 C6_control_A1 +LQ10X003020 Putative Speckle-type POZ protein 6.596259976 C6_control_A3 +LQ10X003020 Putative Speckle-type POZ protein 5.63803868 C6_control_B1 +LQ10X003020 Putative Speckle-type POZ protein 6.110291156 C6_control_B2 +LQ10X003020 Putative Speckle-type POZ protein 6.559288192 C6_control_B3 +LQ10X003020 Putative Speckle-type POZ protein 6.190997164 C6_control_C1 +LQ10X003020 Putative Speckle-type POZ protein 5.903506616 C6_control_C2 +LQ10X003020 Putative Speckle-type POZ protein 6.118705833 C6_control_C3 +LQ10X003020 Putative Speckle-type POZ protein 6.330228698 C6_chemical_A1 +LQ10X003020 Putative Speckle-type POZ protein 6.695082914 C6_chemical_A3 +LQ10X003020 Putative Speckle-type POZ protein 5.717175682 C6_chemical_B1 +LQ10X003020 Putative Speckle-type POZ protein 6.086407687 C6_chemical_B2 +LQ10X003020 Putative Speckle-type POZ protein 5.956116367 C6_chemical_B3 +LQ10X003020 Putative Speckle-type POZ protein 5.743225507 C6_chemical_C1 +LQ10X003020 Putative Speckle-type POZ protein 5.781724801 C6_chemical_C2 +LQ10X003020 Putative Speckle-type POZ protein 5.883888442 C6_chemical_C3 +LQ10X003020 Putative Speckle-type POZ protein 6.003993199 L4_control_A1 +LQ10X003020 Putative Speckle-type POZ protein 5.990194717 L4_control_A2 +LQ10X003020 Putative Speckle-type POZ protein 6.86093036 L4_control_A3 +LQ10X003020 Putative Speckle-type POZ protein 6.267761347 L4_control_B1 +LQ10X003020 Putative Speckle-type POZ protein 6.159726171 L4_control_B2 +LQ10X003020 Putative Speckle-type POZ protein 5.647989197 L4_control_B3 +LQ10X003020 Putative Speckle-type POZ protein 6.226635219 L4_control_C2 +LQ10X003020 Putative Speckle-type POZ protein 5.476377406 L4_control_C3 +LQ10X003020 Putative Speckle-type POZ protein 5.831157876 L4_chemical_A1 +LQ10X003020 Putative Speckle-type POZ protein 6.493599263 L4_chemical_A2 +LQ10X003020 Putative Speckle-type POZ protein 6.517390915 L4_chemical_A3 +LQ10X003020 Putative Speckle-type POZ protein 6.218064291 L4_chemical_B1 +LQ10X003020 Putative Speckle-type POZ protein 6.403552768 L4_chemical_B2 +LQ10X003020 Putative Speckle-type POZ protein 5.916980588 L4_chemical_B3 +LQ10X003020 Putative Speckle-type POZ protein 5.88197916 L4_chemical_C2 +LQ10X003020 Putative Speckle-type POZ protein 6.112044537 L4_chemical_C3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.042132706 C6_control_A1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 6.690633923 C6_control_A3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.325015561 C6_control_B1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 7.964768425 C6_control_B2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 6.21950015 C6_control_B3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 10.70691236 C6_control_C1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 8.820271827 C6_control_C2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 8.898134921 C6_control_C3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 10.4915446 C6_chemical_A1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 7.871033912 C6_chemical_A3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 10.37042257 C6_chemical_B1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 8.657616819 C6_chemical_B2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 6.887261673 C6_chemical_B3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 11.39196788 C6_chemical_C1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.951742135 C6_chemical_C2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.655513481 C6_chemical_C3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.272143541 L4_control_A1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 7.507194986 L4_control_A2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 6.330461611 L4_control_A3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 8.765850331 L4_control_B1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 8.33525502 L4_control_B2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 6.660214511 L4_control_B3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.532768197 L4_control_C2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.154036946 L4_control_C3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.12105704 L4_chemical_A1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 8.975822542 L4_chemical_A2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 7.211268459 L4_chemical_A3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.414677716 L4_chemical_B1 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.398804628 L4_chemical_B2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 7.195894143 L4_chemical_B3 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.900230964 L4_chemical_C2 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 9.266912161 L4_chemical_C3 +LQ10X003050 Wall-associated receptor kinase-like 20 6.229210325 C6_control_A1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.712557984 C6_control_A3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.37088434 C6_control_B1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.777122605 C6_control_B2 +LQ10X003050 Wall-associated receptor kinase-like 20 5.565864593 C6_control_B3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.484524578 C6_control_C1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.405417227 C6_control_C2 +LQ10X003050 Wall-associated receptor kinase-like 20 5.945404665 C6_control_C3 +LQ10X003050 Wall-associated receptor kinase-like 20 6.215650241 C6_chemical_A1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.949838542 C6_chemical_A3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.326812703 C6_chemical_B1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.348515363 C6_chemical_B2 +LQ10X003050 Wall-associated receptor kinase-like 20 5.530100117 C6_chemical_B3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.246233319 C6_chemical_C1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.563225926 C6_chemical_C2 +LQ10X003050 Wall-associated receptor kinase-like 20 5.434679535 C6_chemical_C3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.627548312 L4_control_A1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.978951421 L4_control_A2 +LQ10X003050 Wall-associated receptor kinase-like 20 6.096765111 L4_control_A3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.554917309 L4_control_B1 +LQ10X003050 Wall-associated receptor kinase-like 20 6.163517454 L4_control_B2 +LQ10X003050 Wall-associated receptor kinase-like 20 5.861597008 L4_control_B3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.203293809 L4_control_C2 +LQ10X003050 Wall-associated receptor kinase-like 20 5.428421357 L4_control_C3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.402464479 L4_chemical_A1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.944669996 L4_chemical_A2 +LQ10X003050 Wall-associated receptor kinase-like 20 6.509242743 L4_chemical_A3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.475767838 L4_chemical_B1 +LQ10X003050 Wall-associated receptor kinase-like 20 5.239186414 L4_chemical_B2 +LQ10X003050 Wall-associated receptor kinase-like 20 5.720555555 L4_chemical_B3 +LQ10X003050 Wall-associated receptor kinase-like 20 5.382128987 L4_chemical_C2 +LQ10X003050 Wall-associated receptor kinase-like 20 5.567312297 L4_chemical_C3 +LQ10X003060 Putative uncharacterized protein 6.318292298 C6_control_A1 +LQ10X003060 Putative uncharacterized protein 6.109430791 C6_control_A3 +LQ10X003060 Putative uncharacterized protein 6.261850311 C6_control_B1 +LQ10X003060 Putative uncharacterized protein 5.891190173 C6_control_B2 +LQ10X003060 Putative uncharacterized protein 6.362047561 C6_control_B3 +LQ10X003060 Putative uncharacterized protein 5.538853359 C6_control_C1 +LQ10X003060 Putative uncharacterized protein 5.885653378 C6_control_C2 +LQ10X003060 Putative uncharacterized protein 6.290443935 C6_control_C3 +LQ10X003060 Putative uncharacterized protein 6.457080919 C6_chemical_A1 +LQ10X003060 Putative uncharacterized protein 6.201740212 C6_chemical_A3 +LQ10X003060 Putative uncharacterized protein 6.059750182 C6_chemical_B1 +LQ10X003060 Putative uncharacterized protein 5.92393153 C6_chemical_B2 +LQ10X003060 Putative uncharacterized protein 6.073090599 C6_chemical_B3 +LQ10X003060 Putative uncharacterized protein 5.937224295 C6_chemical_C1 +LQ10X003060 Putative uncharacterized protein 6.474104265 C6_chemical_C2 +LQ10X003060 Putative uncharacterized protein 6.430473354 C6_chemical_C3 +LQ10X003060 Putative uncharacterized protein 5.670750309 L4_control_A1 +LQ10X003060 Putative uncharacterized protein 6.880831267 L4_control_A2 +LQ10X003060 Putative uncharacterized protein 6.569799819 L4_control_A3 +LQ10X003060 Putative uncharacterized protein 6.471904838 L4_control_B1 +LQ10X003060 Putative uncharacterized protein 6.903194658 L4_control_B2 +LQ10X003060 Putative uncharacterized protein 6.127823414 L4_control_B3 +LQ10X003060 Putative uncharacterized protein 6.000491323 L4_control_C2 +LQ10X003060 Putative uncharacterized protein 5.692600512 L4_control_C3 +LQ10X003060 Putative uncharacterized protein 6.051583252 L4_chemical_A1 +LQ10X003060 Putative uncharacterized protein 6.536015326 L4_chemical_A2 +LQ10X003060 Putative uncharacterized protein 6.558519774 L4_chemical_A3 +LQ10X003060 Putative uncharacterized protein 6.55853335 L4_chemical_B1 +LQ10X003060 Putative uncharacterized protein 6.875088819 L4_chemical_B2 +LQ10X003060 Putative uncharacterized protein 6.111627546 L4_chemical_B3 +LQ10X003060 Putative uncharacterized protein 6.144208233 L4_chemical_C2 +LQ10X003060 Putative uncharacterized protein 6.932790421 L4_chemical_C3 +LQ10X003090 Elicitor-responsive protein 1 5.371707154 C6_control_A1 +LQ10X003090 Elicitor-responsive protein 1 5.872551235 C6_control_A3 +LQ10X003090 Elicitor-responsive protein 1 5.270210765 C6_control_B1 +LQ10X003090 Elicitor-responsive protein 1 5.354729995 C6_control_B2 +LQ10X003090 Elicitor-responsive protein 1 5.292976717 C6_control_B3 +LQ10X003090 Elicitor-responsive protein 1 5.03762702 C6_control_C1 +LQ10X003090 Elicitor-responsive protein 1 5.298015345 C6_control_C2 +LQ10X003090 Elicitor-responsive protein 1 5.05820682 C6_control_C3 +LQ10X003090 Elicitor-responsive protein 1 5.438261303 C6_chemical_A1 +LQ10X003090 Elicitor-responsive protein 1 5.88207962 C6_chemical_A3 +LQ10X003090 Elicitor-responsive protein 1 5.177655827 C6_chemical_B1 +LQ10X003090 Elicitor-responsive protein 1 5.227564958 C6_chemical_B2 +LQ10X003090 Elicitor-responsive protein 1 5.461720042 C6_chemical_B3 +LQ10X003090 Elicitor-responsive protein 1 5.032567744 C6_chemical_C1 +LQ10X003090 Elicitor-responsive protein 1 5.397247684 C6_chemical_C2 +LQ10X003090 Elicitor-responsive protein 1 5.263917565 C6_chemical_C3 +LQ10X003090 Elicitor-responsive protein 1 5.84555488 L4_control_A1 +LQ10X003090 Elicitor-responsive protein 1 5.676779345 L4_control_A2 +LQ10X003090 Elicitor-responsive protein 1 5.484273067 L4_control_A3 +LQ10X003090 Elicitor-responsive protein 1 5.161456417 L4_control_B1 +LQ10X003090 Elicitor-responsive protein 1 5.503868932 L4_control_B2 +LQ10X003090 Elicitor-responsive protein 1 5.213293523 L4_control_B3 +LQ10X003090 Elicitor-responsive protein 1 5.79983347 L4_control_C2 +LQ10X003090 Elicitor-responsive protein 1 5.712737548 L4_control_C3 +LQ10X003090 Elicitor-responsive protein 1 5.147277015 L4_chemical_A1 +LQ10X003090 Elicitor-responsive protein 1 5.310051298 L4_chemical_A2 +LQ10X003090 Elicitor-responsive protein 1 5.599016915 L4_chemical_A3 +LQ10X003090 Elicitor-responsive protein 1 5.071573042 L4_chemical_B1 +LQ10X003090 Elicitor-responsive protein 1 5.259593646 L4_chemical_B2 +LQ10X003090 Elicitor-responsive protein 1 5.207978342 L4_chemical_B3 +LQ10X003090 Elicitor-responsive protein 1 5.736371858 L4_chemical_C2 +LQ10X003090 Elicitor-responsive protein 1 5.118245976 L4_chemical_C3 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.175753782 C6_control_A1 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.855182655 C6_control_A3 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.980259782 C6_control_B1 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.948038545 C6_control_B2 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.035195589 C6_control_B3 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.015562308 C6_control_C1 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.188232464 C6_control_C2 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.050194365 C6_control_C3 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.993117588 C6_chemical_A1 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.061386149 C6_chemical_A3 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.593440448 C6_chemical_B1 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.977808452 C6_chemical_B2 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.004175171 C6_chemical_B3 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.18397061 C6_chemical_C1 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.18017597 C6_chemical_C2 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.185493308 C6_chemical_C3 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.246776928 L4_control_A1 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.666056925 L4_control_A2 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.350391929 L4_control_A3 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.873557182 L4_control_B1 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.722667439 L4_control_B2 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.566007953 L4_control_B3 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.454951062 L4_control_C2 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.407292475 L4_control_C3 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.855959671 L4_chemical_A1 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.844218149 L4_chemical_A2 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.232623624 L4_chemical_A3 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.824602169 L4_chemical_B1 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.271768048 L4_chemical_B2 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.650091439 L4_chemical_B3 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.669050191 L4_chemical_C2 +LQ10X003100 Serine/arginine rich splicing factor, putative 6.272750818 L4_chemical_C3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.418392881 C6_control_A1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.341670546 C6_control_A3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.519254013 C6_control_B1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.24431012 C6_control_B2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.383382641 C6_control_B3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.043818149 C6_control_C1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.03465339 C6_control_C2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.03543505 C6_control_C3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 4.968958437 C6_chemical_A1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.356660646 C6_chemical_A3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.149184963 C6_chemical_B1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.02679604 C6_chemical_B2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.694277935 C6_chemical_B3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.293354131 C6_chemical_C1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.173977883 C6_chemical_C2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.046661375 C6_chemical_C3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.369617386 L4_control_A1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.547458858 L4_control_A2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.587974543 L4_control_A3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.155694454 L4_control_B1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.087526151 L4_control_B2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.465412633 L4_control_B3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 4.693422543 L4_control_C2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.452641347 L4_control_C3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.010761003 L4_chemical_A1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.757378312 L4_chemical_A2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.599905687 L4_chemical_A3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.816822824 L4_chemical_B1 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.214103785 L4_chemical_B2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.353178937 L4_chemical_B3 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 4.909018951 L4_chemical_C2 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 5.212301176 L4_chemical_C3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.845761288 C6_control_A1 +LQ10X003150 Triosephosphate isomerase, cytosolic 6.547391195 C6_control_A3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.93183483 C6_control_B1 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.43571123 C6_control_B2 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.883059399 C6_control_B3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.47690758 C6_control_C1 +LQ10X003150 Triosephosphate isomerase, cytosolic 6.838291352 C6_control_C2 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.662172973 C6_control_C3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.601025562 C6_chemical_A1 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.689307149 C6_chemical_A3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.628376216 C6_chemical_B1 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.865571025 C6_chemical_B2 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.35835176 C6_chemical_B3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.767826743 C6_chemical_C1 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.406666422 C6_chemical_C2 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.326055268 C6_chemical_C3 +LQ10X003150 Triosephosphate isomerase, cytosolic 6.033973327 L4_control_A1 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.469550625 L4_control_A2 +LQ10X003150 Triosephosphate isomerase, cytosolic 6.356352788 L4_control_A3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.391213256 L4_control_B1 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.948034919 L4_control_B2 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.363886397 L4_control_B3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.987445138 L4_control_C2 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.201473748 L4_control_C3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.877588973 L4_chemical_A1 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.366443146 L4_chemical_A2 +LQ10X003150 Triosephosphate isomerase, cytosolic 6.919257488 L4_chemical_A3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.764072084 L4_chemical_B1 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.305079582 L4_chemical_B2 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.329893003 L4_chemical_B3 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.356368189 L4_chemical_C2 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.624892938 L4_chemical_C3 +LQ10X003170 DNA replication complex GINS protein PSF2 5.426190364 C6_control_A1 +LQ10X003170 DNA replication complex GINS protein PSF2 5.2342719 C6_control_A3 +LQ10X003170 DNA replication complex GINS protein PSF2 5.416288726 C6_control_B1 +LQ10X003170 DNA replication complex GINS protein PSF2 4.793383644 C6_control_B2 +LQ10X003170 DNA replication complex GINS protein PSF2 5.409205101 C6_control_B3 +LQ10X003170 DNA replication complex GINS protein PSF2 4.765666076 C6_control_C1 +LQ10X003170 DNA replication complex GINS protein PSF2 4.994026626 C6_control_C2 +LQ10X003170 DNA replication complex GINS protein PSF2 4.760997571 C6_control_C3 +LQ10X003170 DNA replication complex GINS protein PSF2 5.258842944 C6_chemical_A1 +LQ10X003170 DNA replication complex GINS protein PSF2 5.04768497 C6_chemical_A3 +LQ10X003170 DNA replication complex GINS protein PSF2 5.422255917 C6_chemical_B1 +LQ10X003170 DNA replication complex GINS protein PSF2 4.685022659 C6_chemical_B2 +LQ10X003170 DNA replication complex GINS protein PSF2 5.701191061 C6_chemical_B3 +LQ10X003170 DNA replication complex GINS protein PSF2 4.845002434 C6_chemical_C1 +LQ10X003170 DNA replication complex GINS protein PSF2 4.680761995 C6_chemical_C2 +LQ10X003170 DNA replication complex GINS protein PSF2 4.827958286 C6_chemical_C3 +LQ10X003170 DNA replication complex GINS protein PSF2 5.324236944 L4_control_A1 +LQ10X003170 DNA replication complex GINS protein PSF2 4.966911363 L4_control_A2 +LQ10X003170 DNA replication complex GINS protein PSF2 4.846164476 L4_control_A3 +LQ10X003170 DNA replication complex GINS protein PSF2 5.103387799 L4_control_B1 +LQ10X003170 DNA replication complex GINS protein PSF2 4.780648762 L4_control_B2 +LQ10X003170 DNA replication complex GINS protein PSF2 5.235967385 L4_control_B3 +LQ10X003170 DNA replication complex GINS protein PSF2 4.922822751 L4_control_C2 +LQ10X003170 DNA replication complex GINS protein PSF2 5.451089883 L4_control_C3 +LQ10X003170 DNA replication complex GINS protein PSF2 5.292031729 L4_chemical_A1 +LQ10X003170 DNA replication complex GINS protein PSF2 4.992892193 L4_chemical_A2 +LQ10X003170 DNA replication complex GINS protein PSF2 4.843047523 L4_chemical_A3 +LQ10X003170 DNA replication complex GINS protein PSF2 4.941739722 L4_chemical_B1 +LQ10X003170 DNA replication complex GINS protein PSF2 4.871682953 L4_chemical_B2 +LQ10X003170 DNA replication complex GINS protein PSF2 5.206983006 L4_chemical_B3 +LQ10X003170 DNA replication complex GINS protein PSF2 5.055125132 L4_chemical_C2 +LQ10X003170 DNA replication complex GINS protein PSF2 5.043389811 L4_chemical_C3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.44920461 C6_control_A1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.94880789 C6_control_A3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.71292506 C6_control_B1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.71070529 C6_control_B2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.44786357 C6_control_B3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.53353436 C6_control_C1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.74637594 C6_control_C2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.22761246 C6_control_C3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.25773969 C6_chemical_A1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.83791049 C6_chemical_A3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.43226351 C6_chemical_B1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.94467269 C6_chemical_B2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.23581027 C6_chemical_B3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.51568845 C6_chemical_C1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.8343994 C6_chemical_C2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.28260784 C6_chemical_C3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.5219376 L4_control_A1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.55893173 L4_control_A2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.57229627 L4_control_A3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.09978004 L4_control_B1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.94904864 L4_control_B2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.1848197 L4_control_B3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.5703214 L4_control_C2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 10.87921987 L4_control_C3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.40827881 L4_chemical_A1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.46725891 L4_chemical_A2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.52167623 L4_chemical_A3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.58173628 L4_chemical_B1 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.64169537 L4_chemical_B2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.39068717 L4_chemical_B3 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.57160656 L4_chemical_C2 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.06315263 L4_chemical_C3 +LQ10X003310 Actin 13.56216346 C6_control_A1 +LQ10X003310 Actin 13.14930634 C6_control_A3 +LQ10X003310 Actin 12.50767626 C6_control_B1 +LQ10X003310 Actin 13.79939544 C6_control_B2 +LQ10X003310 Actin 12.66492488 C6_control_B3 +LQ10X003310 Actin 14.07749223 C6_control_C1 +LQ10X003310 Actin 13.22626929 C6_control_C2 +LQ10X003310 Actin 13.15554404 C6_control_C3 +LQ10X003310 Actin 13.38181376 C6_chemical_A1 +LQ10X003310 Actin 12.68970759 C6_chemical_A3 +LQ10X003310 Actin 12.41179946 C6_chemical_B1 +LQ10X003310 Actin 13.7779791 C6_chemical_B2 +LQ10X003310 Actin 12.49397705 C6_chemical_B3 +LQ10X003310 Actin 14.45659165 C6_chemical_C1 +LQ10X003310 Actin 13.66303493 C6_chemical_C2 +LQ10X003310 Actin 13.09742981 C6_chemical_C3 +LQ10X003310 Actin 13.11480111 L4_control_A1 +LQ10X003310 Actin 12.98551836 L4_control_A2 +LQ10X003310 Actin 12.50278327 L4_control_A3 +LQ10X003310 Actin 11.72516794 L4_control_B1 +LQ10X003310 Actin 11.05047194 L4_control_B2 +LQ10X003310 Actin 12.03941056 L4_control_B3 +LQ10X003310 Actin 11.04441419 L4_control_C2 +LQ10X003310 Actin 10.36465733 L4_control_C3 +LQ10X003310 Actin 13.06109556 L4_chemical_A1 +LQ10X003310 Actin 12.7297148 L4_chemical_A2 +LQ10X003310 Actin 12.74998499 L4_chemical_A3 +LQ10X003310 Actin 11.87634321 L4_chemical_B1 +LQ10X003310 Actin 11.19091279 L4_chemical_B2 +LQ10X003310 Actin 12.72786683 L4_chemical_B3 +LQ10X003310 Actin 11.43788434 L4_chemical_C2 +LQ10X003310 Actin 10.92069414 L4_chemical_C3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.912783995 C6_control_A1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.086564427 C6_control_A3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.596655232 C6_control_B1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.47878636 C6_control_B2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.432168923 C6_control_B3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.029116347 C6_control_C1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.50820143 C6_control_C2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.779264041 C6_control_C3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.625391415 C6_chemical_A1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.568963878 C6_chemical_A3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.833975401 C6_chemical_B1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.158809918 C6_chemical_B2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.576795874 C6_chemical_B3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.541939132 C6_chemical_C1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.544068253 C6_chemical_C2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.626935372 C6_chemical_C3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 6.002726687 L4_control_A1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.643265595 L4_control_A2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.313454355 L4_control_A3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.337110859 L4_control_B1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.607836313 L4_control_B2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.683281403 L4_control_B3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.479403187 L4_control_C2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.346560492 L4_control_C3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.422641005 L4_chemical_A1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.486880476 L4_chemical_A2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.570358934 L4_chemical_A3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.375542394 L4_chemical_B1 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.549361032 L4_chemical_B2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.798748399 L4_chemical_B3 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.743447092 L4_chemical_C2 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.461398155 L4_chemical_C3 +LQ10X003400 Heat shock cognate 70 kDa protein 14.12537938 C6_control_A1 +LQ10X003400 Heat shock cognate 70 kDa protein 14.38919982 C6_control_A3 +LQ10X003400 Heat shock cognate 70 kDa protein 13.90904498 C6_control_B1 +LQ10X003400 Heat shock cognate 70 kDa protein 14.79496118 C6_control_B2 +LQ10X003400 Heat shock cognate 70 kDa protein 14.05914591 C6_control_B3 +LQ10X003400 Heat shock cognate 70 kDa protein 14.06092537 C6_control_C1 +LQ10X003400 Heat shock cognate 70 kDa protein 14.2685727 C6_control_C2 +LQ10X003400 Heat shock cognate 70 kDa protein 13.76544631 C6_control_C3 +LQ10X003400 Heat shock cognate 70 kDa protein 14.53615144 C6_chemical_A1 +LQ10X003400 Heat shock cognate 70 kDa protein 14.75286222 C6_chemical_A3 +LQ10X003400 Heat shock cognate 70 kDa protein 14.43308969 C6_chemical_B1 +LQ10X003400 Heat shock cognate 70 kDa protein 15.16365597 C6_chemical_B2 +LQ10X003400 Heat shock cognate 70 kDa protein 14.14256026 C6_chemical_B3 +LQ10X003400 Heat shock cognate 70 kDa protein 15.20389438 C6_chemical_C1 +LQ10X003400 Heat shock cognate 70 kDa protein 14.95753611 C6_chemical_C2 +LQ10X003400 Heat shock cognate 70 kDa protein 13.89597236 C6_chemical_C3 +LQ10X003400 Heat shock cognate 70 kDa protein 14.56983157 L4_control_A1 +LQ10X003400 Heat shock cognate 70 kDa protein 14.09827553 L4_control_A2 +LQ10X003400 Heat shock cognate 70 kDa protein 14.15197366 L4_control_A3 +LQ10X003400 Heat shock cognate 70 kDa protein 13.55133128 L4_control_B1 +LQ10X003400 Heat shock cognate 70 kDa protein 13.67236298 L4_control_B2 +LQ10X003400 Heat shock cognate 70 kDa protein 13.50197505 L4_control_B3 +LQ10X003400 Heat shock cognate 70 kDa protein 13.56704163 L4_control_C2 +LQ10X003400 Heat shock cognate 70 kDa protein 12.96682263 L4_control_C3 +LQ10X003400 Heat shock cognate 70 kDa protein 14.79245186 L4_chemical_A1 +LQ10X003400 Heat shock cognate 70 kDa protein 14.57699954 L4_chemical_A2 +LQ10X003400 Heat shock cognate 70 kDa protein 14.40068657 L4_chemical_A3 +LQ10X003400 Heat shock cognate 70 kDa protein 13.83153306 L4_chemical_B1 +LQ10X003400 Heat shock cognate 70 kDa protein 13.87596283 L4_chemical_B2 +LQ10X003400 Heat shock cognate 70 kDa protein 14.57132499 L4_chemical_B3 +LQ10X003400 Heat shock cognate 70 kDa protein 14.11615843 L4_chemical_C2 +LQ10X003400 Heat shock cognate 70 kDa protein 12.73475401 L4_chemical_C3 +LQ10X003410 Putative uncharacterized protein 12.94900804 C6_control_A1 +LQ10X003410 Putative uncharacterized protein 12.91265834 C6_control_A3 +LQ10X003410 Putative uncharacterized protein 11.92751721 C6_control_B1 +LQ10X003410 Putative uncharacterized protein 12.4762214 C6_control_B2 +LQ10X003410 Putative uncharacterized protein 11.8601997 C6_control_B3 +LQ10X003410 Putative uncharacterized protein 11.82464885 C6_control_C1 +LQ10X003410 Putative uncharacterized protein 12.08394348 C6_control_C2 +LQ10X003410 Putative uncharacterized protein 12.31568735 C6_control_C3 +LQ10X003410 Putative uncharacterized protein 12.4631516 C6_chemical_A1 +LQ10X003410 Putative uncharacterized protein 12.51319995 C6_chemical_A3 +LQ10X003410 Putative uncharacterized protein 11.38790793 C6_chemical_B1 +LQ10X003410 Putative uncharacterized protein 11.68208087 C6_chemical_B2 +LQ10X003410 Putative uncharacterized protein 11.57360145 C6_chemical_B3 +LQ10X003410 Putative uncharacterized protein 11.30055483 C6_chemical_C1 +LQ10X003410 Putative uncharacterized protein 11.92323802 C6_chemical_C2 +LQ10X003410 Putative uncharacterized protein 11.35687458 C6_chemical_C3 +LQ10X003410 Putative uncharacterized protein 12.36991413 L4_control_A1 +LQ10X003410 Putative uncharacterized protein 12.61516374 L4_control_A2 +LQ10X003410 Putative uncharacterized protein 12.62992503 L4_control_A3 +LQ10X003410 Putative uncharacterized protein 10.25816668 L4_control_B1 +LQ10X003410 Putative uncharacterized protein 11.29126211 L4_control_B2 +LQ10X003410 Putative uncharacterized protein 11.12711163 L4_control_B3 +LQ10X003410 Putative uncharacterized protein 11.81369009 L4_control_C2 +LQ10X003410 Putative uncharacterized protein 11.10833955 L4_control_C3 +LQ10X003410 Putative uncharacterized protein 11.80705923 L4_chemical_A1 +LQ10X003410 Putative uncharacterized protein 12.15009594 L4_chemical_A2 +LQ10X003410 Putative uncharacterized protein 12.43263031 L4_chemical_A3 +LQ10X003410 Putative uncharacterized protein 10.51037433 L4_chemical_B1 +LQ10X003410 Putative uncharacterized protein 11.27750398 L4_chemical_B2 +LQ10X003410 Putative uncharacterized protein 11.35186584 L4_chemical_B3 +LQ10X003410 Putative uncharacterized protein 11.74124276 L4_chemical_C2 +LQ10X003410 Putative uncharacterized protein 11.19122499 L4_chemical_C3 +LQ10X003430 Putative uncharacterized protein 4.960491095 C6_control_A1 +LQ10X003430 Putative uncharacterized protein 4.937720405 C6_control_A3 +LQ10X003430 Putative uncharacterized protein 4.83170171 C6_control_B1 +LQ10X003430 Putative uncharacterized protein 4.842131939 C6_control_B2 +LQ10X003430 Putative uncharacterized protein 5.145865995 C6_control_B3 +LQ10X003430 Putative uncharacterized protein 4.938966757 C6_control_C1 +LQ10X003430 Putative uncharacterized protein 4.917441512 C6_control_C2 +LQ10X003430 Putative uncharacterized protein 4.987765809 C6_control_C3 +LQ10X003430 Putative uncharacterized protein 5.132399149 C6_chemical_A1 +LQ10X003430 Putative uncharacterized protein 4.93629182 C6_chemical_A3 +LQ10X003430 Putative uncharacterized protein 5.165658125 C6_chemical_B1 +LQ10X003430 Putative uncharacterized protein 4.932540339 C6_chemical_B2 +LQ10X003430 Putative uncharacterized protein 5.068399244 C6_chemical_B3 +LQ10X003430 Putative uncharacterized protein 5.103204646 C6_chemical_C1 +LQ10X003430 Putative uncharacterized protein 4.968285973 C6_chemical_C2 +LQ10X003430 Putative uncharacterized protein 5.135587126 C6_chemical_C3 +LQ10X003430 Putative uncharacterized protein 5.016922271 L4_control_A1 +LQ10X003430 Putative uncharacterized protein 4.938880311 L4_control_A2 +LQ10X003430 Putative uncharacterized protein 4.925350126 L4_control_A3 +LQ10X003430 Putative uncharacterized protein 5.456564925 L4_control_B1 +LQ10X003430 Putative uncharacterized protein 5.496140342 L4_control_B2 +LQ10X003430 Putative uncharacterized protein 4.885925485 L4_control_B3 +LQ10X003430 Putative uncharacterized protein 4.942289984 L4_control_C2 +LQ10X003430 Putative uncharacterized protein 5.023993352 L4_control_C3 +LQ10X003430 Putative uncharacterized protein 5.171876077 L4_chemical_A1 +LQ10X003430 Putative uncharacterized protein 5.065776579 L4_chemical_A2 +LQ10X003430 Putative uncharacterized protein 4.771950815 L4_chemical_A3 +LQ10X003430 Putative uncharacterized protein 5.263474077 L4_chemical_B1 +LQ10X003430 Putative uncharacterized protein 5.749801221 L4_chemical_B2 +LQ10X003430 Putative uncharacterized protein 4.938926312 L4_chemical_B3 +LQ10X003430 Putative uncharacterized protein 5.139068926 L4_chemical_C2 +LQ10X003430 Putative uncharacterized protein 5.389422806 L4_chemical_C3 +LQ10X003440 Hypothetical protein 5.09653016 C6_control_A1 +LQ10X003440 Hypothetical protein 4.841390515 C6_control_A3 +LQ10X003440 Hypothetical protein 5.410517265 C6_control_B1 +LQ10X003440 Hypothetical protein 5.278559385 C6_control_B2 +LQ10X003440 Hypothetical protein 5.05744929 C6_control_B3 +LQ10X003440 Hypothetical protein 5.350779986 C6_control_C1 +LQ10X003440 Hypothetical protein 5.47857834 C6_control_C2 +LQ10X003440 Hypothetical protein 5.398319227 C6_control_C3 +LQ10X003440 Hypothetical protein 5.085481944 C6_chemical_A1 +LQ10X003440 Hypothetical protein 5.113466555 C6_chemical_A3 +LQ10X003440 Hypothetical protein 5.290459277 C6_chemical_B1 +LQ10X003440 Hypothetical protein 5.327310693 C6_chemical_B2 +LQ10X003440 Hypothetical protein 5.34610459 C6_chemical_B3 +LQ10X003440 Hypothetical protein 5.408877528 C6_chemical_C1 +LQ10X003440 Hypothetical protein 6.029800585 C6_chemical_C2 +LQ10X003440 Hypothetical protein 5.625124574 C6_chemical_C3 +LQ10X003440 Hypothetical protein 5.001088011 L4_control_A1 +LQ10X003440 Hypothetical protein 5.537144312 L4_control_A2 +LQ10X003440 Hypothetical protein 5.051791289 L4_control_A3 +LQ10X003440 Hypothetical protein 4.954484611 L4_control_B1 +LQ10X003440 Hypothetical protein 4.955038004 L4_control_B2 +LQ10X003440 Hypothetical protein 5.301438017 L4_control_B3 +LQ10X003440 Hypothetical protein 5.239396259 L4_control_C2 +LQ10X003440 Hypothetical protein 5.452875269 L4_control_C3 +LQ10X003440 Hypothetical protein 5.19177364 L4_chemical_A1 +LQ10X003440 Hypothetical protein 5.144022833 L4_chemical_A2 +LQ10X003440 Hypothetical protein 4.963738877 L4_chemical_A3 +LQ10X003440 Hypothetical protein 4.861798502 L4_chemical_B1 +LQ10X003440 Hypothetical protein 4.807017186 L4_chemical_B2 +LQ10X003440 Hypothetical protein 5.033424031 L4_chemical_B3 +LQ10X003440 Hypothetical protein 4.893460797 L4_chemical_C2 +LQ10X003440 Hypothetical protein 5.704289649 L4_chemical_C3 +LQ10X003460 Putative uncharacterized protein 5.9070996 C6_control_A1 +LQ10X003460 Putative uncharacterized protein 5.86344742 C6_control_A3 +LQ10X003460 Putative uncharacterized protein 6.305173299 C6_control_B1 +LQ10X003460 Putative uncharacterized protein 5.918710821 C6_control_B2 +LQ10X003460 Putative uncharacterized protein 5.771837267 C6_control_B3 +LQ10X003460 Putative uncharacterized protein 6.260329238 C6_control_C1 +LQ10X003460 Putative uncharacterized protein 5.745073424 C6_control_C2 +LQ10X003460 Putative uncharacterized protein 6.51053285 C6_control_C3 +LQ10X003460 Putative uncharacterized protein 5.643204047 C6_chemical_A1 +LQ10X003460 Putative uncharacterized protein 5.544527499 C6_chemical_A3 +LQ10X003460 Putative uncharacterized protein 5.626396627 C6_chemical_B1 +LQ10X003460 Putative uncharacterized protein 6.034065175 C6_chemical_B2 +LQ10X003460 Putative uncharacterized protein 5.78548423 C6_chemical_B3 +LQ10X003460 Putative uncharacterized protein 6.200134927 C6_chemical_C1 +LQ10X003460 Putative uncharacterized protein 6.186630204 C6_chemical_C2 +LQ10X003460 Putative uncharacterized protein 5.975248281 C6_chemical_C3 +LQ10X003460 Putative uncharacterized protein 5.648836494 L4_control_A1 +LQ10X003460 Putative uncharacterized protein 5.519365986 L4_control_A2 +LQ10X003460 Putative uncharacterized protein 5.664436929 L4_control_A3 +LQ10X003460 Putative uncharacterized protein 5.677480004 L4_control_B1 +LQ10X003460 Putative uncharacterized protein 5.160200017 L4_control_B2 +LQ10X003460 Putative uncharacterized protein 5.480819192 L4_control_B3 +LQ10X003460 Putative uncharacterized protein 5.353962604 L4_control_C2 +LQ10X003460 Putative uncharacterized protein 6.102622546 L4_control_C3 +LQ10X003460 Putative uncharacterized protein 5.414083734 L4_chemical_A1 +LQ10X003460 Putative uncharacterized protein 5.938817916 L4_chemical_A2 +LQ10X003460 Putative uncharacterized protein 5.685054259 L4_chemical_A3 +LQ10X003460 Putative uncharacterized protein 5.484119812 L4_chemical_B1 +LQ10X003460 Putative uncharacterized protein 5.446501755 L4_chemical_B2 +LQ10X003460 Putative uncharacterized protein 5.762443618 L4_chemical_B3 +LQ10X003460 Putative uncharacterized protein 6.484022431 L4_chemical_C2 +LQ10X003460 Putative uncharacterized protein 5.881020093 L4_chemical_C3 +LQ10X003470 Heat shock cognate 70 kDa protein 13.60801657 C6_control_A1 +LQ10X003470 Heat shock cognate 70 kDa protein 14.43001041 C6_control_A3 +LQ10X003470 Heat shock cognate 70 kDa protein 13.79121195 C6_control_B1 +LQ10X003470 Heat shock cognate 70 kDa protein 14.22465597 C6_control_B2 +LQ10X003470 Heat shock cognate 70 kDa protein 13.61875982 C6_control_B3 +LQ10X003470 Heat shock cognate 70 kDa protein 13.96007414 C6_control_C1 +LQ10X003470 Heat shock cognate 70 kDa protein 13.39208327 C6_control_C2 +LQ10X003470 Heat shock cognate 70 kDa protein 13.12491329 C6_control_C3 +LQ10X003470 Heat shock cognate 70 kDa protein 15.11690662 C6_chemical_A1 +LQ10X003470 Heat shock cognate 70 kDa protein 14.40323019 C6_chemical_A3 +LQ10X003470 Heat shock cognate 70 kDa protein 14.35426668 C6_chemical_B1 +LQ10X003470 Heat shock cognate 70 kDa protein 14.60498145 C6_chemical_B2 +LQ10X003470 Heat shock cognate 70 kDa protein 13.87233733 C6_chemical_B3 +LQ10X003470 Heat shock cognate 70 kDa protein 15.10532287 C6_chemical_C1 +LQ10X003470 Heat shock cognate 70 kDa protein 14.59521113 C6_chemical_C2 +LQ10X003470 Heat shock cognate 70 kDa protein 13.02689852 C6_chemical_C3 +LQ10X003470 Heat shock cognate 70 kDa protein 14.20439472 L4_control_A1 +LQ10X003470 Heat shock cognate 70 kDa protein 14.07187716 L4_control_A2 +LQ10X003470 Heat shock cognate 70 kDa protein 13.45419087 L4_control_A3 +LQ10X003470 Heat shock cognate 70 kDa protein 13.56850476 L4_control_B1 +LQ10X003470 Heat shock cognate 70 kDa protein 13.66591716 L4_control_B2 +LQ10X003470 Heat shock cognate 70 kDa protein 13.08732238 L4_control_B3 +LQ10X003470 Heat shock cognate 70 kDa protein 14.2783577 L4_control_C2 +LQ10X003470 Heat shock cognate 70 kDa protein 13.04551933 L4_control_C3 +LQ10X003470 Heat shock cognate 70 kDa protein 14.56970039 L4_chemical_A1 +LQ10X003470 Heat shock cognate 70 kDa protein 14.80597474 L4_chemical_A2 +LQ10X003470 Heat shock cognate 70 kDa protein 14.23230766 L4_chemical_A3 +LQ10X003470 Heat shock cognate 70 kDa protein 13.8788093 L4_chemical_B1 +LQ10X003470 Heat shock cognate 70 kDa protein 14.53315219 L4_chemical_B2 +LQ10X003470 Heat shock cognate 70 kDa protein 14.03667097 L4_chemical_B3 +LQ10X003470 Heat shock cognate 70 kDa protein 14.44778269 L4_chemical_C2 +LQ10X003470 Heat shock cognate 70 kDa protein 12.81483089 L4_chemical_C3 +LQ10X003590 UPF0497 membrane protein 2 4.703904127 C6_control_A1 +LQ10X003590 UPF0497 membrane protein 2 4.954043962 C6_control_A3 +LQ10X003590 UPF0497 membrane protein 2 5.96804556 C6_control_B1 +LQ10X003590 UPF0497 membrane protein 2 4.722263633 C6_control_B2 +LQ10X003590 UPF0497 membrane protein 2 5.166618283 C6_control_B3 +LQ10X003590 UPF0497 membrane protein 2 5.199254258 C6_control_C1 +LQ10X003590 UPF0497 membrane protein 2 4.779877876 C6_control_C2 +LQ10X003590 UPF0497 membrane protein 2 4.962883681 C6_control_C3 +LQ10X003590 UPF0497 membrane protein 2 5.32902267 C6_chemical_A1 +LQ10X003590 UPF0497 membrane protein 2 5.394575135 C6_chemical_A3 +LQ10X003590 UPF0497 membrane protein 2 5.513894618 C6_chemical_B1 +LQ10X003590 UPF0497 membrane protein 2 4.991061192 C6_chemical_B2 +LQ10X003590 UPF0497 membrane protein 2 4.953107463 C6_chemical_B3 +LQ10X003590 UPF0497 membrane protein 2 5.155668633 C6_chemical_C1 +LQ10X003590 UPF0497 membrane protein 2 4.999336633 C6_chemical_C2 +LQ10X003590 UPF0497 membrane protein 2 4.965157189 C6_chemical_C3 +LQ10X003590 UPF0497 membrane protein 2 5.12297459 L4_control_A1 +LQ10X003590 UPF0497 membrane protein 2 5.518497467 L4_control_A2 +LQ10X003590 UPF0497 membrane protein 2 5.255947836 L4_control_A3 +LQ10X003590 UPF0497 membrane protein 2 5.246397347 L4_control_B1 +LQ10X003590 UPF0497 membrane protein 2 5.838255131 L4_control_B2 +LQ10X003590 UPF0497 membrane protein 2 4.713596958 L4_control_B3 +LQ10X003590 UPF0497 membrane protein 2 5.491803873 L4_control_C2 +LQ10X003590 UPF0497 membrane protein 2 5.102394562 L4_control_C3 +LQ10X003590 UPF0497 membrane protein 2 5.008812701 L4_chemical_A1 +LQ10X003590 UPF0497 membrane protein 2 5.467498253 L4_chemical_A2 +LQ10X003590 UPF0497 membrane protein 2 4.864020597 L4_chemical_A3 +LQ10X003590 UPF0497 membrane protein 2 5.105946016 L4_chemical_B1 +LQ10X003590 UPF0497 membrane protein 2 5.798254008 L4_chemical_B2 +LQ10X003590 UPF0497 membrane protein 2 4.71576431 L4_chemical_B3 +LQ10X003590 UPF0497 membrane protein 2 5.597547159 L4_chemical_C2 +LQ10X003590 UPF0497 membrane protein 2 6.502366492 L4_chemical_C3 +LQ10X003600 Putative Oligosaccaryltransferase 4.974828401 C6_control_A1 +LQ10X003600 Putative Oligosaccaryltransferase 5.625616332 C6_control_A3 +LQ10X003600 Putative Oligosaccaryltransferase 5.525439848 C6_control_B1 +LQ10X003600 Putative Oligosaccaryltransferase 5.489241476 C6_control_B2 +LQ10X003600 Putative Oligosaccaryltransferase 4.996324841 C6_control_B3 +LQ10X003600 Putative Oligosaccaryltransferase 5.242065933 C6_control_C1 +LQ10X003600 Putative Oligosaccaryltransferase 5.756099744 C6_control_C2 +LQ10X003600 Putative Oligosaccaryltransferase 5.455477744 C6_control_C3 +LQ10X003600 Putative Oligosaccaryltransferase 5.114724457 C6_chemical_A1 +LQ10X003600 Putative Oligosaccaryltransferase 5.286729571 C6_chemical_A3 +LQ10X003600 Putative Oligosaccaryltransferase 5.483886156 C6_chemical_B1 +LQ10X003600 Putative Oligosaccaryltransferase 5.324080936 C6_chemical_B2 +LQ10X003600 Putative Oligosaccaryltransferase 5.179507125 C6_chemical_B3 +LQ10X003600 Putative Oligosaccaryltransferase 5.366194672 C6_chemical_C1 +LQ10X003600 Putative Oligosaccaryltransferase 5.522894182 C6_chemical_C2 +LQ10X003600 Putative Oligosaccaryltransferase 5.75545645 C6_chemical_C3 +LQ10X003600 Putative Oligosaccaryltransferase 5.249697779 L4_control_A1 +LQ10X003600 Putative Oligosaccaryltransferase 5.093616934 L4_control_A2 +LQ10X003600 Putative Oligosaccaryltransferase 5.323001631 L4_control_A3 +LQ10X003600 Putative Oligosaccaryltransferase 5.458373134 L4_control_B1 +LQ10X003600 Putative Oligosaccaryltransferase 4.949800221 L4_control_B2 +LQ10X003600 Putative Oligosaccaryltransferase 4.989758431 L4_control_B3 +LQ10X003600 Putative Oligosaccaryltransferase 5.843488031 L4_control_C2 +LQ10X003600 Putative Oligosaccaryltransferase 5.407063478 L4_control_C3 +LQ10X003600 Putative Oligosaccaryltransferase 5.161646121 L4_chemical_A1 +LQ10X003600 Putative Oligosaccaryltransferase 5.129405931 L4_chemical_A2 +LQ10X003600 Putative Oligosaccaryltransferase 5.148903274 L4_chemical_A3 +LQ10X003600 Putative Oligosaccaryltransferase 5.246349676 L4_chemical_B1 +LQ10X003600 Putative Oligosaccaryltransferase 5.108685691 L4_chemical_B2 +LQ10X003600 Putative Oligosaccaryltransferase 5.13630925 L4_chemical_B3 +LQ10X003600 Putative Oligosaccaryltransferase 5.585911568 L4_chemical_C2 +LQ10X003600 Putative Oligosaccaryltransferase 5.314951234 L4_chemical_C3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.706506778 C6_control_A1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.558184554 C6_control_A3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.147987162 C6_control_B1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.927938432 C6_control_B2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.696503497 C6_control_B3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.705194088 C6_control_C1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 6.400052836 C6_control_C2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.802578247 C6_control_C3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.721161123 C6_chemical_A1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.483689568 C6_chemical_A3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.243237446 C6_chemical_B1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.676665007 C6_chemical_B2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.051511347 C6_chemical_B3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.750229908 C6_chemical_C1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.845375375 C6_chemical_C2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.400950019 C6_chemical_C3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.172237746 L4_control_A1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.115306951 L4_control_A2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 4.832778144 L4_control_A3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.675396289 L4_control_B1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 4.854406942 L4_control_B2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.526309418 L4_control_B3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.529140011 L4_control_C2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.31684136 L4_control_C3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.275576069 L4_chemical_A1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.259073185 L4_chemical_A2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.022870211 L4_chemical_A3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.495594382 L4_chemical_B1 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.045916892 L4_chemical_B2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.349457605 L4_chemical_B3 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.86799376 L4_chemical_C2 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.289980179 L4_chemical_C3 +LQ10X003630 Histone H4 7.332101291 C6_control_A1 +LQ10X003630 Histone H4 6.938251166 C6_control_A3 +LQ10X003630 Histone H4 6.673800037 C6_control_B1 +LQ10X003630 Histone H4 6.53258548 C6_control_B2 +LQ10X003630 Histone H4 6.991963285 C6_control_B3 +LQ10X003630 Histone H4 6.141229545 C6_control_C1 +LQ10X003630 Histone H4 5.885460058 C6_control_C2 +LQ10X003630 Histone H4 6.209236708 C6_control_C3 +LQ10X003630 Histone H4 7.262505681 C6_chemical_A1 +LQ10X003630 Histone H4 6.899511788 C6_chemical_A3 +LQ10X003630 Histone H4 6.517538915 C6_chemical_B1 +LQ10X003630 Histone H4 6.35408694 C6_chemical_B2 +LQ10X003630 Histone H4 7.002796651 C6_chemical_B3 +LQ10X003630 Histone H4 6.079352833 C6_chemical_C1 +LQ10X003630 Histone H4 6.13440951 C6_chemical_C2 +LQ10X003630 Histone H4 6.273132844 C6_chemical_C3 +LQ10X003630 Histone H4 7.23208028 L4_control_A1 +LQ10X003630 Histone H4 7.873133703 L4_control_A2 +LQ10X003630 Histone H4 7.940845615 L4_control_A3 +LQ10X003630 Histone H4 5.652011332 L4_control_B1 +LQ10X003630 Histone H4 6.704340992 L4_control_B2 +LQ10X003630 Histone H4 6.9474756 L4_control_B3 +LQ10X003630 Histone H4 6.237276419 L4_control_C2 +LQ10X003630 Histone H4 6.365799167 L4_control_C3 +LQ10X003630 Histone H4 6.996968277 L4_chemical_A1 +LQ10X003630 Histone H4 7.921439084 L4_chemical_A2 +LQ10X003630 Histone H4 7.723126863 L4_chemical_A3 +LQ10X003630 Histone H4 6.44104791 L4_chemical_B1 +LQ10X003630 Histone H4 7.508843257 L4_chemical_B2 +LQ10X003630 Histone H4 7.194806433 L4_chemical_B3 +LQ10X003630 Histone H4 6.966304492 L4_chemical_C2 +LQ10X003630 Histone H4 5.832054016 L4_chemical_C3 +LQ10X003640 Predicted protein 5.732768088 C6_control_A1 +LQ10X003640 Predicted protein 5.896073226 C6_control_A3 +LQ10X003640 Predicted protein 5.457696284 C6_control_B1 +LQ10X003640 Predicted protein 5.848891535 C6_control_B2 +LQ10X003640 Predicted protein 5.537711042 C6_control_B3 +LQ10X003640 Predicted protein 5.911179445 C6_control_C1 +LQ10X003640 Predicted protein 5.965752818 C6_control_C2 +LQ10X003640 Predicted protein 5.372847486 C6_control_C3 +LQ10X003640 Predicted protein 5.582050716 C6_chemical_A1 +LQ10X003640 Predicted protein 5.538463945 C6_chemical_A3 +LQ10X003640 Predicted protein 4.840801297 C6_chemical_B1 +LQ10X003640 Predicted protein 5.757285637 C6_chemical_B2 +LQ10X003640 Predicted protein 5.344034395 C6_chemical_B3 +LQ10X003640 Predicted protein 5.874642311 C6_chemical_C1 +LQ10X003640 Predicted protein 5.517835368 C6_chemical_C2 +LQ10X003640 Predicted protein 5.552023814 C6_chemical_C3 +LQ10X003640 Predicted protein 5.365007225 L4_control_A1 +LQ10X003640 Predicted protein 5.410110945 L4_control_A2 +LQ10X003640 Predicted protein 5.511308189 L4_control_A3 +LQ10X003640 Predicted protein 5.546874487 L4_control_B1 +LQ10X003640 Predicted protein 5.137643888 L4_control_B2 +LQ10X003640 Predicted protein 5.528446618 L4_control_B3 +LQ10X003640 Predicted protein 5.533538693 L4_control_C2 +LQ10X003640 Predicted protein 5.656497034 L4_control_C3 +LQ10X003640 Predicted protein 5.832528385 L4_chemical_A1 +LQ10X003640 Predicted protein 5.572227851 L4_chemical_A2 +LQ10X003640 Predicted protein 5.638842832 L4_chemical_A3 +LQ10X003640 Predicted protein 5.945671969 L4_chemical_B1 +LQ10X003640 Predicted protein 5.251316037 L4_chemical_B2 +LQ10X003640 Predicted protein 5.299530443 L4_chemical_B3 +LQ10X003640 Predicted protein 5.072448408 L4_chemical_C2 +LQ10X003640 Predicted protein 5.320046193 L4_chemical_C3 +LQ10X003660 Putative uncharacterized protein 5.227037592 C6_control_A1 +LQ10X003660 Putative uncharacterized protein 5.855088707 C6_control_A3 +LQ10X003660 Putative uncharacterized protein 5.044584444 C6_control_B1 +LQ10X003660 Putative uncharacterized protein 5.463812929 C6_control_B2 +LQ10X003660 Putative uncharacterized protein 5.75408232 C6_control_B3 +LQ10X003660 Putative uncharacterized protein 5.141446177 C6_control_C1 +LQ10X003660 Putative uncharacterized protein 5.245775079 C6_control_C2 +LQ10X003660 Putative uncharacterized protein 5.092122436 C6_control_C3 +LQ10X003660 Putative uncharacterized protein 5.308476388 C6_chemical_A1 +LQ10X003660 Putative uncharacterized protein 5.758195005 C6_chemical_A3 +LQ10X003660 Putative uncharacterized protein 5.095309981 C6_chemical_B1 +LQ10X003660 Putative uncharacterized protein 5.242752963 C6_chemical_B2 +LQ10X003660 Putative uncharacterized protein 5.471540634 C6_chemical_B3 +LQ10X003660 Putative uncharacterized protein 4.915832104 C6_chemical_C1 +LQ10X003660 Putative uncharacterized protein 5.582840947 C6_chemical_C2 +LQ10X003660 Putative uncharacterized protein 5.203956979 C6_chemical_C3 +LQ10X003660 Putative uncharacterized protein 5.31351287 L4_control_A1 +LQ10X003660 Putative uncharacterized protein 5.476723468 L4_control_A2 +LQ10X003660 Putative uncharacterized protein 6.138455801 L4_control_A3 +LQ10X003660 Putative uncharacterized protein 5.362651983 L4_control_B1 +LQ10X003660 Putative uncharacterized protein 5.185250352 L4_control_B2 +LQ10X003660 Putative uncharacterized protein 5.646166183 L4_control_B3 +LQ10X003660 Putative uncharacterized protein 5.215469827 L4_control_C2 +LQ10X003660 Putative uncharacterized protein 5.041942983 L4_control_C3 +LQ10X003660 Putative uncharacterized protein 5.350305356 L4_chemical_A1 +LQ10X003660 Putative uncharacterized protein 5.627551638 L4_chemical_A2 +LQ10X003660 Putative uncharacterized protein 5.234393226 L4_chemical_A3 +LQ10X003660 Putative uncharacterized protein 5.396760324 L4_chemical_B1 +LQ10X003660 Putative uncharacterized protein 5.268275652 L4_chemical_B2 +LQ10X003660 Putative uncharacterized protein 5.605136212 L4_chemical_B3 +LQ10X003660 Putative uncharacterized protein 5.516190669 L4_chemical_C2 +LQ10X003660 Putative uncharacterized protein 5.117159063 L4_chemical_C3 +LQ10X003680 Predicted protein 8.304214301 C6_control_A1 +LQ10X003680 Predicted protein 7.245449241 C6_control_A3 +LQ10X003680 Predicted protein 8.097273946 C6_control_B1 +LQ10X003680 Predicted protein 8.973886756 C6_control_B2 +LQ10X003680 Predicted protein 8.529251014 C6_control_B3 +LQ10X003680 Predicted protein 9.622271185 C6_control_C1 +LQ10X003680 Predicted protein 8.787317942 C6_control_C2 +LQ10X003680 Predicted protein 9.087798185 C6_control_C3 +LQ10X003680 Predicted protein 7.870144863 C6_chemical_A1 +LQ10X003680 Predicted protein 7.973783257 C6_chemical_A3 +LQ10X003680 Predicted protein 8.28759926 C6_chemical_B1 +LQ10X003680 Predicted protein 8.729851793 C6_chemical_B2 +LQ10X003680 Predicted protein 8.390552515 C6_chemical_B3 +LQ10X003680 Predicted protein 9.494163623 C6_chemical_C1 +LQ10X003680 Predicted protein 9.279831634 C6_chemical_C2 +LQ10X003680 Predicted protein 9.276399049 C6_chemical_C3 +LQ10X003680 Predicted protein 8.514012134 L4_control_A1 +LQ10X003680 Predicted protein 8.574034657 L4_control_A2 +LQ10X003680 Predicted protein 8.241047027 L4_control_A3 +LQ10X003680 Predicted protein 9.150607982 L4_control_B1 +LQ10X003680 Predicted protein 8.668786058 L4_control_B2 +LQ10X003680 Predicted protein 9.211516732 L4_control_B3 +LQ10X003680 Predicted protein 8.727992635 L4_control_C2 +LQ10X003680 Predicted protein 8.287596894 L4_control_C3 +LQ10X003680 Predicted protein 8.644411555 L4_chemical_A1 +LQ10X003680 Predicted protein 8.364688439 L4_chemical_A2 +LQ10X003680 Predicted protein 8.253223289 L4_chemical_A3 +LQ10X003680 Predicted protein 8.751366289 L4_chemical_B1 +LQ10X003680 Predicted protein 8.321321404 L4_chemical_B2 +LQ10X003680 Predicted protein 8.860158216 L4_chemical_B3 +LQ10X003680 Predicted protein 8.696103107 L4_chemical_C2 +LQ10X003680 Predicted protein 9.25539526 L4_chemical_C3 +LQ10X003690 Predicted protein 5.481340577 C6_control_A1 +LQ10X003690 Predicted protein 6.357035918 C6_control_A3 +LQ10X003690 Predicted protein 5.420860049 C6_control_B1 +LQ10X003690 Predicted protein 5.089113062 C6_control_B2 +LQ10X003690 Predicted protein 5.517035737 C6_control_B3 +LQ10X003690 Predicted protein 5.637544371 C6_control_C1 +LQ10X003690 Predicted protein 6.769471039 C6_control_C2 +LQ10X003690 Predicted protein 5.684765447 C6_control_C3 +LQ10X003690 Predicted protein 5.388732388 C6_chemical_A1 +LQ10X003690 Predicted protein 4.905622867 C6_chemical_A3 +LQ10X003690 Predicted protein 5.501369616 C6_chemical_B1 +LQ10X003690 Predicted protein 5.602381368 C6_chemical_B2 +LQ10X003690 Predicted protein 5.415233846 C6_chemical_B3 +LQ10X003690 Predicted protein 5.710771058 C6_chemical_C1 +LQ10X003690 Predicted protein 5.534463686 C6_chemical_C2 +LQ10X003690 Predicted protein 5.303414877 C6_chemical_C3 +LQ10X003690 Predicted protein 5.014243467 L4_control_A1 +LQ10X003690 Predicted protein 5.134222127 L4_control_A2 +LQ10X003690 Predicted protein 5.979254585 L4_control_A3 +LQ10X003690 Predicted protein 5.921659611 L4_control_B1 +LQ10X003690 Predicted protein 5.088990001 L4_control_B2 +LQ10X003690 Predicted protein 5.149722537 L4_control_B3 +LQ10X003690 Predicted protein 4.99055602 L4_control_C2 +LQ10X003690 Predicted protein 4.996725085 L4_control_C3 +LQ10X003690 Predicted protein 4.959973515 L4_chemical_A1 +LQ10X003690 Predicted protein 5.223840025 L4_chemical_A2 +LQ10X003690 Predicted protein 5.273682279 L4_chemical_A3 +LQ10X003690 Predicted protein 5.324972428 L4_chemical_B1 +LQ10X003690 Predicted protein 5.410335155 L4_chemical_B2 +LQ10X003690 Predicted protein 5.00067481 L4_chemical_B3 +LQ10X003690 Predicted protein 4.966862938 L4_chemical_C2 +LQ10X003690 Predicted protein 4.864464602 L4_chemical_C3 +LQ10X003700 Actin-depolymerizing factor 2 5.486703966 C6_control_A1 +LQ10X003700 Actin-depolymerizing factor 2 5.758013468 C6_control_A3 +LQ10X003700 Actin-depolymerizing factor 2 5.207124983 C6_control_B1 +LQ10X003700 Actin-depolymerizing factor 2 5.115846195 C6_control_B2 +LQ10X003700 Actin-depolymerizing factor 2 5.231155011 C6_control_B3 +LQ10X003700 Actin-depolymerizing factor 2 5.447324246 C6_control_C1 +LQ10X003700 Actin-depolymerizing factor 2 5.129367193 C6_control_C2 +LQ10X003700 Actin-depolymerizing factor 2 4.951125474 C6_control_C3 +LQ10X003700 Actin-depolymerizing factor 2 5.777352861 C6_chemical_A1 +LQ10X003700 Actin-depolymerizing factor 2 5.908772972 C6_chemical_A3 +LQ10X003700 Actin-depolymerizing factor 2 5.432965828 C6_chemical_B1 +LQ10X003700 Actin-depolymerizing factor 2 5.3655304 C6_chemical_B2 +LQ10X003700 Actin-depolymerizing factor 2 5.223892812 C6_chemical_B3 +LQ10X003700 Actin-depolymerizing factor 2 5.336455339 C6_chemical_C1 +LQ10X003700 Actin-depolymerizing factor 2 5.303521303 C6_chemical_C2 +LQ10X003700 Actin-depolymerizing factor 2 5.178054851 C6_chemical_C3 +LQ10X003700 Actin-depolymerizing factor 2 5.458408727 L4_control_A1 +LQ10X003700 Actin-depolymerizing factor 2 5.881362469 L4_control_A2 +LQ10X003700 Actin-depolymerizing factor 2 5.380820481 L4_control_A3 +LQ10X003700 Actin-depolymerizing factor 2 6.584492311 L4_control_B1 +LQ10X003700 Actin-depolymerizing factor 2 6.06015443 L4_control_B2 +LQ10X003700 Actin-depolymerizing factor 2 5.100975709 L4_control_B3 +LQ10X003700 Actin-depolymerizing factor 2 5.31211017 L4_control_C2 +LQ10X003700 Actin-depolymerizing factor 2 5.819643445 L4_control_C3 +LQ10X003700 Actin-depolymerizing factor 2 5.448050305 L4_chemical_A1 +LQ10X003700 Actin-depolymerizing factor 2 6.116237109 L4_chemical_A2 +LQ10X003700 Actin-depolymerizing factor 2 6.229691689 L4_chemical_A3 +LQ10X003700 Actin-depolymerizing factor 2 5.607818527 L4_chemical_B1 +LQ10X003700 Actin-depolymerizing factor 2 6.062940658 L4_chemical_B2 +LQ10X003700 Actin-depolymerizing factor 2 5.086608894 L4_chemical_B3 +LQ10X003700 Actin-depolymerizing factor 2 5.453818568 L4_chemical_C2 +LQ10X003700 Actin-depolymerizing factor 2 5.904576756 L4_chemical_C3 +LQ10X003710 Predicted protein (Fragment) 6.142934275 C6_control_A1 +LQ10X003710 Predicted protein (Fragment) 5.143976142 C6_control_A3 +LQ10X003710 Predicted protein (Fragment) 5.507583405 C6_control_B1 +LQ10X003710 Predicted protein (Fragment) 5.278245786 C6_control_B2 +LQ10X003710 Predicted protein (Fragment) 5.094782285 C6_control_B3 +LQ10X003710 Predicted protein (Fragment) 5.124513203 C6_control_C1 +LQ10X003710 Predicted protein (Fragment) 5.119573899 C6_control_C2 +LQ10X003710 Predicted protein (Fragment) 4.881441266 C6_control_C3 +LQ10X003710 Predicted protein (Fragment) 5.856002831 C6_chemical_A1 +LQ10X003710 Predicted protein (Fragment) 5.240505161 C6_chemical_A3 +LQ10X003710 Predicted protein (Fragment) 4.993792666 C6_chemical_B1 +LQ10X003710 Predicted protein (Fragment) 5.112711712 C6_chemical_B2 +LQ10X003710 Predicted protein (Fragment) 4.936365087 C6_chemical_B3 +LQ10X003710 Predicted protein (Fragment) 5.028483222 C6_chemical_C1 +LQ10X003710 Predicted protein (Fragment) 5.039721102 C6_chemical_C2 +LQ10X003710 Predicted protein (Fragment) 5.008184416 C6_chemical_C3 +LQ10X003710 Predicted protein (Fragment) 5.703910924 L4_control_A1 +LQ10X003710 Predicted protein (Fragment) 5.329795051 L4_control_A2 +LQ10X003710 Predicted protein (Fragment) 5.853251661 L4_control_A3 +LQ10X003710 Predicted protein (Fragment) 5.246846364 L4_control_B1 +LQ10X003710 Predicted protein (Fragment) 5.058622752 L4_control_B2 +LQ10X003710 Predicted protein (Fragment) 5.289297801 L4_control_B3 +LQ10X003710 Predicted protein (Fragment) 5.237194147 L4_control_C2 +LQ10X003710 Predicted protein (Fragment) 6.212953932 L4_control_C3 +LQ10X003710 Predicted protein (Fragment) 7.423843487 L4_chemical_A1 +LQ10X003710 Predicted protein (Fragment) 6.107023831 L4_chemical_A2 +LQ10X003710 Predicted protein (Fragment) 5.973931989 L4_chemical_A3 +LQ10X003710 Predicted protein (Fragment) 5.344886798 L4_chemical_B1 +LQ10X003710 Predicted protein (Fragment) 5.249221278 L4_chemical_B2 +LQ10X003710 Predicted protein (Fragment) 5.30807422 L4_chemical_B3 +LQ10X003710 Predicted protein (Fragment) 4.866826486 L4_chemical_C2 +LQ10X003710 Predicted protein (Fragment) 5.936135406 L4_chemical_C3 +LQ10X003730 Ras-related protein ARA-3 5.301996121 C6_control_A1 +LQ10X003730 Ras-related protein ARA-3 5.275963601 C6_control_A3 +LQ10X003730 Ras-related protein ARA-3 5.149710632 C6_control_B1 +LQ10X003730 Ras-related protein ARA-3 5.530603597 C6_control_B2 +LQ10X003730 Ras-related protein ARA-3 4.944402521 C6_control_B3 +LQ10X003730 Ras-related protein ARA-3 5.201988718 C6_control_C1 +LQ10X003730 Ras-related protein ARA-3 6.006694986 C6_control_C2 +LQ10X003730 Ras-related protein ARA-3 5.221280358 C6_control_C3 +LQ10X003730 Ras-related protein ARA-3 5.264468493 C6_chemical_A1 +LQ10X003730 Ras-related protein ARA-3 5.272492682 C6_chemical_A3 +LQ10X003730 Ras-related protein ARA-3 5.108128576 C6_chemical_B1 +LQ10X003730 Ras-related protein ARA-3 5.386702224 C6_chemical_B2 +LQ10X003730 Ras-related protein ARA-3 5.218539912 C6_chemical_B3 +LQ10X003730 Ras-related protein ARA-3 5.260901643 C6_chemical_C1 +LQ10X003730 Ras-related protein ARA-3 5.442180557 C6_chemical_C2 +LQ10X003730 Ras-related protein ARA-3 5.240484994 C6_chemical_C3 +LQ10X003730 Ras-related protein ARA-3 5.356452534 L4_control_A1 +LQ10X003730 Ras-related protein ARA-3 5.179493249 L4_control_A2 +LQ10X003730 Ras-related protein ARA-3 5.020632211 L4_control_A3 +LQ10X003730 Ras-related protein ARA-3 4.91662559 L4_control_B1 +LQ10X003730 Ras-related protein ARA-3 5.286484901 L4_control_B2 +LQ10X003730 Ras-related protein ARA-3 5.466786405 L4_control_B3 +LQ10X003730 Ras-related protein ARA-3 4.934772834 L4_control_C2 +LQ10X003730 Ras-related protein ARA-3 5.157881113 L4_control_C3 +LQ10X003730 Ras-related protein ARA-3 5.053263379 L4_chemical_A1 +LQ10X003730 Ras-related protein ARA-3 5.299622279 L4_chemical_A2 +LQ10X003730 Ras-related protein ARA-3 4.820462297 L4_chemical_A3 +LQ10X003730 Ras-related protein ARA-3 5.748431043 L4_chemical_B1 +LQ10X003730 Ras-related protein ARA-3 5.676209407 L4_chemical_B2 +LQ10X003730 Ras-related protein ARA-3 5.242029464 L4_chemical_B3 +LQ10X003730 Ras-related protein ARA-3 5.257733773 L4_chemical_C2 +LQ10X003730 Ras-related protein ARA-3 4.952448276 L4_chemical_C3 +LQ10X003740 Serine/threonine protein kinase, putative 8.964139266 C6_control_A1 +LQ10X003740 Serine/threonine protein kinase, putative 8.89012411 C6_control_A3 +LQ10X003740 Serine/threonine protein kinase, putative 8.896400656 C6_control_B1 +LQ10X003740 Serine/threonine protein kinase, putative 6.491143967 C6_control_B2 +LQ10X003740 Serine/threonine protein kinase, putative 8.003323708 C6_control_B3 +LQ10X003740 Serine/threonine protein kinase, putative 5.76484616 C6_control_C1 +LQ10X003740 Serine/threonine protein kinase, putative 5.690138816 C6_control_C2 +LQ10X003740 Serine/threonine protein kinase, putative 5.70709261 C6_control_C3 +LQ10X003740 Serine/threonine protein kinase, putative 8.373293987 C6_chemical_A1 +LQ10X003740 Serine/threonine protein kinase, putative 8.42758053 C6_chemical_A3 +LQ10X003740 Serine/threonine protein kinase, putative 7.924095704 C6_chemical_B1 +LQ10X003740 Serine/threonine protein kinase, putative 7.053439908 C6_chemical_B2 +LQ10X003740 Serine/threonine protein kinase, putative 8.140371801 C6_chemical_B3 +LQ10X003740 Serine/threonine protein kinase, putative 5.607735019 C6_chemical_C1 +LQ10X003740 Serine/threonine protein kinase, putative 6.19066461 C6_chemical_C2 +LQ10X003740 Serine/threonine protein kinase, putative 5.510490067 C6_chemical_C3 +LQ10X003740 Serine/threonine protein kinase, putative 9.499822479 L4_control_A1 +LQ10X003740 Serine/threonine protein kinase, putative 8.961037437 L4_control_A2 +LQ10X003740 Serine/threonine protein kinase, putative 9.262897336 L4_control_A3 +LQ10X003740 Serine/threonine protein kinase, putative 7.731260887 L4_control_B1 +LQ10X003740 Serine/threonine protein kinase, putative 9.227078056 L4_control_B2 +LQ10X003740 Serine/threonine protein kinase, putative 6.574395164 L4_control_B3 +LQ10X003740 Serine/threonine protein kinase, putative 5.279705847 L4_control_C2 +LQ10X003740 Serine/threonine protein kinase, putative 5.781822685 L4_control_C3 +LQ10X003740 Serine/threonine protein kinase, putative 9.493067816 L4_chemical_A1 +LQ10X003740 Serine/threonine protein kinase, putative 8.81626263 L4_chemical_A2 +LQ10X003740 Serine/threonine protein kinase, putative 9.67641858 L4_chemical_A3 +LQ10X003740 Serine/threonine protein kinase, putative 9.117828631 L4_chemical_B1 +LQ10X003740 Serine/threonine protein kinase, putative 8.441167021 L4_chemical_B2 +LQ10X003740 Serine/threonine protein kinase, putative 8.792484943 L4_chemical_B3 +LQ10X003740 Serine/threonine protein kinase, putative 5.128790632 L4_chemical_C2 +LQ10X003740 Serine/threonine protein kinase, putative 5.415252059 L4_chemical_C3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.149440006 C6_control_A1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.982388402 C6_control_A3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.20290529 C6_control_B1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.915482024 C6_control_B2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.995139998 C6_control_B3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.766334381 C6_control_C1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.06883678 C6_control_C2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.184425589 C6_control_C3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.78504308 C6_chemical_A1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.828946843 C6_chemical_A3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.641039841 C6_chemical_B1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.595125873 C6_chemical_B2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.0691262 C6_chemical_B3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.008845069 C6_chemical_C1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.005615583 C6_chemical_C2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.024024673 C6_chemical_C3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.004000889 L4_control_A1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.563766668 L4_control_A2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.892801931 L4_control_A3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.140890039 L4_control_B1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.938927504 L4_control_B2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.699752915 L4_control_B3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.848592933 L4_control_C2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.530995974 L4_control_C3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.519754488 L4_chemical_A1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.777975615 L4_chemical_A2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.778950678 L4_chemical_A3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.169067043 L4_chemical_B1 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.870636049 L4_chemical_B2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.951562627 L4_chemical_B3 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.470707052 L4_chemical_C2 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 6.069695471 L4_chemical_C3 +LQ10X003850 Predicted protein 4.920939299 C6_control_A1 +LQ10X003850 Predicted protein 4.864390998 C6_control_A3 +LQ10X003850 Predicted protein 4.880028719 C6_control_B1 +LQ10X003850 Predicted protein 4.718439011 C6_control_B2 +LQ10X003850 Predicted protein 4.925288562 C6_control_B3 +LQ10X003850 Predicted protein 4.758667404 C6_control_C1 +LQ10X003850 Predicted protein 4.778243977 C6_control_C2 +LQ10X003850 Predicted protein 4.641041111 C6_control_C3 +LQ10X003850 Predicted protein 4.746982976 C6_chemical_A1 +LQ10X003850 Predicted protein 4.883093615 C6_chemical_A3 +LQ10X003850 Predicted protein 4.648784719 C6_chemical_B1 +LQ10X003850 Predicted protein 4.69245833 C6_chemical_B2 +LQ10X003850 Predicted protein 4.906050253 C6_chemical_B3 +LQ10X003850 Predicted protein 5.052975937 C6_chemical_C1 +LQ10X003850 Predicted protein 4.592662721 C6_chemical_C2 +LQ10X003850 Predicted protein 4.891546359 C6_chemical_C3 +LQ10X003850 Predicted protein 5.128074992 L4_control_A1 +LQ10X003850 Predicted protein 5.017139792 L4_control_A2 +LQ10X003850 Predicted protein 5.045509484 L4_control_A3 +LQ10X003850 Predicted protein 6.512206957 L4_control_B1 +LQ10X003850 Predicted protein 5.026680867 L4_control_B2 +LQ10X003850 Predicted protein 4.638664005 L4_control_B3 +LQ10X003850 Predicted protein 5.143784473 L4_control_C2 +LQ10X003850 Predicted protein 4.877450712 L4_control_C3 +LQ10X003850 Predicted protein 4.885000956 L4_chemical_A1 +LQ10X003850 Predicted protein 4.860862146 L4_chemical_A2 +LQ10X003850 Predicted protein 5.438143761 L4_chemical_A3 +LQ10X003850 Predicted protein 5.35125436 L4_chemical_B1 +LQ10X003850 Predicted protein 5.234600479 L4_chemical_B2 +LQ10X003850 Predicted protein 4.692732663 L4_chemical_B3 +LQ10X003850 Predicted protein 4.74828868 L4_chemical_C2 +LQ10X003850 Predicted protein 4.918884758 L4_chemical_C3 +LQ10X004090 Putative F-box protein At2g39490 5.198354178 C6_control_A1 +LQ10X004090 Putative F-box protein At2g39490 5.19847275 C6_control_A3 +LQ10X004090 Putative F-box protein At2g39490 5.362918627 C6_control_B1 +LQ10X004090 Putative F-box protein At2g39490 4.940377974 C6_control_B2 +LQ10X004090 Putative F-box protein At2g39490 5.394247265 C6_control_B3 +LQ10X004090 Putative F-box protein At2g39490 4.952005149 C6_control_C1 +LQ10X004090 Putative F-box protein At2g39490 4.901616388 C6_control_C2 +LQ10X004090 Putative F-box protein At2g39490 5.198704647 C6_control_C3 +LQ10X004090 Putative F-box protein At2g39490 4.98320192 C6_chemical_A1 +LQ10X004090 Putative F-box protein At2g39490 5.376183165 C6_chemical_A3 +LQ10X004090 Putative F-box protein At2g39490 5.228216521 C6_chemical_B1 +LQ10X004090 Putative F-box protein At2g39490 4.966195259 C6_chemical_B2 +LQ10X004090 Putative F-box protein At2g39490 5.442847894 C6_chemical_B3 +LQ10X004090 Putative F-box protein At2g39490 4.692287937 C6_chemical_C1 +LQ10X004090 Putative F-box protein At2g39490 4.756807682 C6_chemical_C2 +LQ10X004090 Putative F-box protein At2g39490 5.329502428 C6_chemical_C3 +LQ10X004090 Putative F-box protein At2g39490 5.318675826 L4_control_A1 +LQ10X004090 Putative F-box protein At2g39490 5.296731002 L4_control_A2 +LQ10X004090 Putative F-box protein At2g39490 5.443866728 L4_control_A3 +LQ10X004090 Putative F-box protein At2g39490 5.294680581 L4_control_B1 +LQ10X004090 Putative F-box protein At2g39490 5.240683743 L4_control_B2 +LQ10X004090 Putative F-box protein At2g39490 5.601519233 L4_control_B3 +LQ10X004090 Putative F-box protein At2g39490 5.57631697 L4_control_C2 +LQ10X004090 Putative F-box protein At2g39490 6.246097959 L4_control_C3 +LQ10X004090 Putative F-box protein At2g39490 6.218615688 L4_chemical_A1 +LQ10X004090 Putative F-box protein At2g39490 5.509391988 L4_chemical_A2 +LQ10X004090 Putative F-box protein At2g39490 5.339528846 L4_chemical_A3 +LQ10X004090 Putative F-box protein At2g39490 5.313030772 L4_chemical_B1 +LQ10X004090 Putative F-box protein At2g39490 5.208058845 L4_chemical_B2 +LQ10X004090 Putative F-box protein At2g39490 5.292047589 L4_chemical_B3 +LQ10X004090 Putative F-box protein At2g39490 5.570872951 L4_chemical_C2 +LQ10X004090 Putative F-box protein At2g39490 5.965324338 L4_chemical_C3 +LQ10X004110 Putative Predicted protein 4.772220009 C6_control_A1 +LQ10X004110 Putative Predicted protein 5.007183092 C6_control_A3 +LQ10X004110 Putative Predicted protein 4.533303861 C6_control_B1 +LQ10X004110 Putative Predicted protein 4.576633265 C6_control_B2 +LQ10X004110 Putative Predicted protein 4.681619703 C6_control_B3 +LQ10X004110 Putative Predicted protein 4.813331058 C6_control_C1 +LQ10X004110 Putative Predicted protein 4.672920801 C6_control_C2 +LQ10X004110 Putative Predicted protein 4.642916409 C6_control_C3 +LQ10X004110 Putative Predicted protein 4.609346619 C6_chemical_A1 +LQ10X004110 Putative Predicted protein 4.998389535 C6_chemical_A3 +LQ10X004110 Putative Predicted protein 5.066138323 C6_chemical_B1 +LQ10X004110 Putative Predicted protein 4.639954594 C6_chemical_B2 +LQ10X004110 Putative Predicted protein 4.716694965 C6_chemical_B3 +LQ10X004110 Putative Predicted protein 4.865267008 C6_chemical_C1 +LQ10X004110 Putative Predicted protein 4.76629017 C6_chemical_C2 +LQ10X004110 Putative Predicted protein 4.928037123 C6_chemical_C3 +LQ10X004110 Putative Predicted protein 4.830406864 L4_control_A1 +LQ10X004110 Putative Predicted protein 4.790208533 L4_control_A2 +LQ10X004110 Putative Predicted protein 5.94154631 L4_control_A3 +LQ10X004110 Putative Predicted protein 4.947409885 L4_control_B1 +LQ10X004110 Putative Predicted protein 4.986931189 L4_control_B2 +LQ10X004110 Putative Predicted protein 4.735184267 L4_control_B3 +LQ10X004110 Putative Predicted protein 4.537230238 L4_control_C2 +LQ10X004110 Putative Predicted protein 6.18907054 L4_control_C3 +LQ10X004110 Putative Predicted protein 4.677972312 L4_chemical_A1 +LQ10X004110 Putative Predicted protein 4.943791518 L4_chemical_A2 +LQ10X004110 Putative Predicted protein 5.005845398 L4_chemical_A3 +LQ10X004110 Putative Predicted protein 5.121522909 L4_chemical_B1 +LQ10X004110 Putative Predicted protein 4.701636133 L4_chemical_B2 +LQ10X004110 Putative Predicted protein 4.809525559 L4_chemical_B3 +LQ10X004110 Putative Predicted protein 4.910123597 L4_chemical_C2 +LQ10X004110 Putative Predicted protein 4.948976421 L4_chemical_C3 +LQ10X004200 Aquaporin TIP1-3 6.593037485 C6_control_A1 +LQ10X004200 Aquaporin TIP1-3 6.758319235 C6_control_A3 +LQ10X004200 Aquaporin TIP1-3 7.011919364 C6_control_B1 +LQ10X004200 Aquaporin TIP1-3 6.38840033 C6_control_B2 +LQ10X004200 Aquaporin TIP1-3 6.547048442 C6_control_B3 +LQ10X004200 Aquaporin TIP1-3 5.987114245 C6_control_C1 +LQ10X004200 Aquaporin TIP1-3 6.230023812 C6_control_C2 +LQ10X004200 Aquaporin TIP1-3 6.125548234 C6_control_C3 +LQ10X004200 Aquaporin TIP1-3 6.872684084 C6_chemical_A1 +LQ10X004200 Aquaporin TIP1-3 6.511338697 C6_chemical_A3 +LQ10X004200 Aquaporin TIP1-3 6.249991642 C6_chemical_B1 +LQ10X004200 Aquaporin TIP1-3 6.463837136 C6_chemical_B2 +LQ10X004200 Aquaporin TIP1-3 5.961074036 C6_chemical_B3 +LQ10X004200 Aquaporin TIP1-3 6.427876955 C6_chemical_C1 +LQ10X004200 Aquaporin TIP1-3 6.499810498 C6_chemical_C2 +LQ10X004200 Aquaporin TIP1-3 6.313564064 C6_chemical_C3 +LQ10X004200 Aquaporin TIP1-3 6.262070099 L4_control_A1 +LQ10X004200 Aquaporin TIP1-3 7.065646834 L4_control_A2 +LQ10X004200 Aquaporin TIP1-3 6.277162671 L4_control_A3 +LQ10X004200 Aquaporin TIP1-3 6.598129933 L4_control_B1 +LQ10X004200 Aquaporin TIP1-3 6.881375701 L4_control_B2 +LQ10X004200 Aquaporin TIP1-3 6.230324029 L4_control_B3 +LQ10X004200 Aquaporin TIP1-3 6.019616677 L4_control_C2 +LQ10X004200 Aquaporin TIP1-3 6.218532243 L4_control_C3 +LQ10X004200 Aquaporin TIP1-3 6.575132128 L4_chemical_A1 +LQ10X004200 Aquaporin TIP1-3 6.872178805 L4_chemical_A2 +LQ10X004200 Aquaporin TIP1-3 6.841085991 L4_chemical_A3 +LQ10X004200 Aquaporin TIP1-3 6.925061151 L4_chemical_B1 +LQ10X004200 Aquaporin TIP1-3 6.70517195 L4_chemical_B2 +LQ10X004200 Aquaporin TIP1-3 6.120851584 L4_chemical_B3 +LQ10X004200 Aquaporin TIP1-3 6.154492439 L4_chemical_C2 +LQ10X004200 Aquaporin TIP1-3 6.439313122 L4_chemical_C3 +LQ10X004240 PsbP-like protein 1, chloroplastic 8.189656701 C6_control_A1 +LQ10X004240 PsbP-like protein 1, chloroplastic 7.995365118 C6_control_A3 +LQ10X004240 PsbP-like protein 1, chloroplastic 7.941455093 C6_control_B1 +LQ10X004240 PsbP-like protein 1, chloroplastic 10.42640255 C6_control_B2 +LQ10X004240 PsbP-like protein 1, chloroplastic 8.789421224 C6_control_B3 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.138821159 C6_control_C1 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.85577658 C6_control_C2 +LQ10X004240 PsbP-like protein 1, chloroplastic 10.05620464 C6_control_C3 +LQ10X004240 PsbP-like protein 1, chloroplastic 7.982101854 C6_chemical_A1 +LQ10X004240 PsbP-like protein 1, chloroplastic 8.404215324 C6_chemical_A3 +LQ10X004240 PsbP-like protein 1, chloroplastic 7.68139154 C6_chemical_B1 +LQ10X004240 PsbP-like protein 1, chloroplastic 10.23771171 C6_chemical_B2 +LQ10X004240 PsbP-like protein 1, chloroplastic 8.24059267 C6_chemical_B3 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.353882907 C6_chemical_C1 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.973090172 C6_chemical_C2 +LQ10X004240 PsbP-like protein 1, chloroplastic 10.59671388 C6_chemical_C3 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.487076737 L4_control_A1 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.570436066 L4_control_A2 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.802872674 L4_control_A3 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.197695475 L4_control_B1 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.432756128 L4_control_B2 +LQ10X004240 PsbP-like protein 1, chloroplastic 11.02378619 L4_control_B3 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.772846471 L4_control_C2 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.893232574 L4_control_C3 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.132635518 L4_chemical_A1 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.320066839 L4_chemical_A2 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.569814825 L4_chemical_A3 +LQ10X004240 PsbP-like protein 1, chloroplastic 8.587511055 L4_chemical_B1 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.304438919 L4_chemical_B2 +LQ10X004240 PsbP-like protein 1, chloroplastic 10.64076837 L4_chemical_B3 +LQ10X004240 PsbP-like protein 1, chloroplastic 10.75784014 L4_chemical_C2 +LQ10X004240 PsbP-like protein 1, chloroplastic 9.891941566 L4_chemical_C3 +LQ10X004300 Hypothetical protein 4.834478231 C6_control_A1 +LQ10X004300 Hypothetical protein 5.093257026 C6_control_A3 +LQ10X004300 Hypothetical protein 4.995584133 C6_control_B1 +LQ10X004300 Hypothetical protein 5.113807711 C6_control_B2 +LQ10X004300 Hypothetical protein 4.981167378 C6_control_B3 +LQ10X004300 Hypothetical protein 5.087289428 C6_control_C1 +LQ10X004300 Hypothetical protein 4.956827542 C6_control_C2 +LQ10X004300 Hypothetical protein 4.818614356 C6_control_C3 +LQ10X004300 Hypothetical protein 5.071664715 C6_chemical_A1 +LQ10X004300 Hypothetical protein 5.005378635 C6_chemical_A3 +LQ10X004300 Hypothetical protein 5.094990066 C6_chemical_B1 +LQ10X004300 Hypothetical protein 5.029307043 C6_chemical_B2 +LQ10X004300 Hypothetical protein 4.892729863 C6_chemical_B3 +LQ10X004300 Hypothetical protein 5.228351467 C6_chemical_C1 +LQ10X004300 Hypothetical protein 5.575245551 C6_chemical_C2 +LQ10X004300 Hypothetical protein 4.967652382 C6_chemical_C3 +LQ10X004300 Hypothetical protein 4.661957835 L4_control_A1 +LQ10X004300 Hypothetical protein 4.684492926 L4_control_A2 +LQ10X004300 Hypothetical protein 5.110521455 L4_control_A3 +LQ10X004300 Hypothetical protein 5.394360714 L4_control_B1 +LQ10X004300 Hypothetical protein 5.150727624 L4_control_B2 +LQ10X004300 Hypothetical protein 4.630979111 L4_control_B3 +LQ10X004300 Hypothetical protein 5.055630468 L4_control_C2 +LQ10X004300 Hypothetical protein 5.074568879 L4_control_C3 +LQ10X004300 Hypothetical protein 5.163237749 L4_chemical_A1 +LQ10X004300 Hypothetical protein 5.00275067 L4_chemical_A2 +LQ10X004300 Hypothetical protein 4.763584444 L4_chemical_A3 +LQ10X004300 Hypothetical protein 4.883571821 L4_chemical_B1 +LQ10X004300 Hypothetical protein 4.957335298 L4_chemical_B2 +LQ10X004300 Hypothetical protein 4.763514535 L4_chemical_B3 +LQ10X004300 Hypothetical protein 5.070646311 L4_chemical_C2 +LQ10X004300 Hypothetical protein 5.376561025 L4_chemical_C3 +LQ10X004430 At1g28060/F13K9_16 9.556182857 C6_control_A1 +LQ10X004430 At1g28060/F13K9_16 10.12967028 C6_control_A3 +LQ10X004430 At1g28060/F13K9_16 8.996588535 C6_control_B1 +LQ10X004430 At1g28060/F13K9_16 9.06597542 C6_control_B2 +LQ10X004430 At1g28060/F13K9_16 9.71555859 C6_control_B3 +LQ10X004430 At1g28060/F13K9_16 9.341893399 C6_control_C1 +LQ10X004430 At1g28060/F13K9_16 9.087958724 C6_control_C2 +LQ10X004430 At1g28060/F13K9_16 9.293645643 C6_control_C3 +LQ10X004430 At1g28060/F13K9_16 9.696146844 C6_chemical_A1 +LQ10X004430 At1g28060/F13K9_16 10.15691522 C6_chemical_A3 +LQ10X004430 At1g28060/F13K9_16 9.188760644 C6_chemical_B1 +LQ10X004430 At1g28060/F13K9_16 9.070158613 C6_chemical_B2 +LQ10X004430 At1g28060/F13K9_16 9.66180188 C6_chemical_B3 +LQ10X004430 At1g28060/F13K9_16 9.408651377 C6_chemical_C1 +LQ10X004430 At1g28060/F13K9_16 9.390859763 C6_chemical_C2 +LQ10X004430 At1g28060/F13K9_16 9.442168216 C6_chemical_C3 +LQ10X004430 At1g28060/F13K9_16 9.933654252 L4_control_A1 +LQ10X004430 At1g28060/F13K9_16 10.62361041 L4_control_A2 +LQ10X004430 At1g28060/F13K9_16 11.28155577 L4_control_A3 +LQ10X004430 At1g28060/F13K9_16 10.0305793 L4_control_B1 +LQ10X004430 At1g28060/F13K9_16 10.33151076 L4_control_B2 +LQ10X004430 At1g28060/F13K9_16 10.2187086 L4_control_B3 +LQ10X004430 At1g28060/F13K9_16 10.42531262 L4_control_C2 +LQ10X004430 At1g28060/F13K9_16 10.23012801 L4_control_C3 +LQ10X004430 At1g28060/F13K9_16 9.803870292 L4_chemical_A1 +LQ10X004430 At1g28060/F13K9_16 10.15570371 L4_chemical_A2 +LQ10X004430 At1g28060/F13K9_16 10.90110283 L4_chemical_A3 +LQ10X004430 At1g28060/F13K9_16 9.888200314 L4_chemical_B1 +LQ10X004430 At1g28060/F13K9_16 9.757706601 L4_chemical_B2 +LQ10X004430 At1g28060/F13K9_16 10.14809072 L4_chemical_B3 +LQ10X004430 At1g28060/F13K9_16 10.0023675 L4_chemical_C2 +LQ10X004430 At1g28060/F13K9_16 10.20288418 L4_chemical_C3 +LQ10X004440 ABC transporter G family member 16 5.852854606 C6_control_A1 +LQ10X004440 ABC transporter G family member 16 5.523606567 C6_control_A3 +LQ10X004440 ABC transporter G family member 16 5.171105686 C6_control_B1 +LQ10X004440 ABC transporter G family member 16 5.855804043 C6_control_B2 +LQ10X004440 ABC transporter G family member 16 5.952992604 C6_control_B3 +LQ10X004440 ABC transporter G family member 16 5.870017048 C6_control_C1 +LQ10X004440 ABC transporter G family member 16 5.767153765 C6_control_C2 +LQ10X004440 ABC transporter G family member 16 6.346297338 C6_control_C3 +LQ10X004440 ABC transporter G family member 16 5.862560497 C6_chemical_A1 +LQ10X004440 ABC transporter G family member 16 5.663298499 C6_chemical_A3 +LQ10X004440 ABC transporter G family member 16 5.401336383 C6_chemical_B1 +LQ10X004440 ABC transporter G family member 16 5.622706138 C6_chemical_B2 +LQ10X004440 ABC transporter G family member 16 5.486486317 C6_chemical_B3 +LQ10X004440 ABC transporter G family member 16 5.616300925 C6_chemical_C1 +LQ10X004440 ABC transporter G family member 16 6.344985985 C6_chemical_C2 +LQ10X004440 ABC transporter G family member 16 5.849829077 C6_chemical_C3 +LQ10X004440 ABC transporter G family member 16 5.963319987 L4_control_A1 +LQ10X004440 ABC transporter G family member 16 6.115609009 L4_control_A2 +LQ10X004440 ABC transporter G family member 16 5.61762611 L4_control_A3 +LQ10X004440 ABC transporter G family member 16 5.032024539 L4_control_B1 +LQ10X004440 ABC transporter G family member 16 5.584335065 L4_control_B2 +LQ10X004440 ABC transporter G family member 16 5.863338364 L4_control_B3 +LQ10X004440 ABC transporter G family member 16 5.467038471 L4_control_C2 +LQ10X004440 ABC transporter G family member 16 5.128698027 L4_control_C3 +LQ10X004440 ABC transporter G family member 16 6.094698547 L4_chemical_A1 +LQ10X004440 ABC transporter G family member 16 6.25033091 L4_chemical_A2 +LQ10X004440 ABC transporter G family member 16 5.233463239 L4_chemical_A3 +LQ10X004440 ABC transporter G family member 16 5.68505587 L4_chemical_B1 +LQ10X004440 ABC transporter G family member 16 6.440913242 L4_chemical_B2 +LQ10X004440 ABC transporter G family member 16 5.932865485 L4_chemical_B3 +LQ10X004440 ABC transporter G family member 16 5.948954914 L4_chemical_C2 +LQ10X004440 ABC transporter G family member 16 5.5887434 L4_chemical_C3 +LQ10X004450 Putative uncharacterized protein 12.10571991 C6_control_A1 +LQ10X004450 Putative uncharacterized protein 11.9764649 C6_control_A3 +LQ10X004450 Putative uncharacterized protein 12.96971029 C6_control_B1 +LQ10X004450 Putative uncharacterized protein 12.83625478 C6_control_B2 +LQ10X004450 Putative uncharacterized protein 13.33892347 C6_control_B3 +LQ10X004450 Putative uncharacterized protein 13.02641199 C6_control_C1 +LQ10X004450 Putative uncharacterized protein 12.66450132 C6_control_C2 +LQ10X004450 Putative uncharacterized protein 12.82057027 C6_control_C3 +LQ10X004450 Putative uncharacterized protein 11.79912321 C6_chemical_A1 +LQ10X004450 Putative uncharacterized protein 12.08416671 C6_chemical_A3 +LQ10X004450 Putative uncharacterized protein 13.02057993 C6_chemical_B1 +LQ10X004450 Putative uncharacterized protein 12.62509459 C6_chemical_B2 +LQ10X004450 Putative uncharacterized protein 12.86929552 C6_chemical_B3 +LQ10X004450 Putative uncharacterized protein 12.74584927 C6_chemical_C1 +LQ10X004450 Putative uncharacterized protein 13.14437154 C6_chemical_C2 +LQ10X004450 Putative uncharacterized protein 12.73637534 C6_chemical_C3 +LQ10X004450 Putative uncharacterized protein 12.41276574 L4_control_A1 +LQ10X004450 Putative uncharacterized protein 13.09250363 L4_control_A2 +LQ10X004450 Putative uncharacterized protein 13.05331894 L4_control_A3 +LQ10X004450 Putative uncharacterized protein 13.88814205 L4_control_B1 +LQ10X004450 Putative uncharacterized protein 13.77631035 L4_control_B2 +LQ10X004450 Putative uncharacterized protein 13.62906824 L4_control_B3 +LQ10X004450 Putative uncharacterized protein 14.04266704 L4_control_C2 +LQ10X004450 Putative uncharacterized protein 13.74578044 L4_control_C3 +LQ10X004450 Putative uncharacterized protein 11.96258539 L4_chemical_A1 +LQ10X004450 Putative uncharacterized protein 12.61874578 L4_chemical_A2 +LQ10X004450 Putative uncharacterized protein 12.40669905 L4_chemical_A3 +LQ10X004450 Putative uncharacterized protein 13.63418361 L4_chemical_B1 +LQ10X004450 Putative uncharacterized protein 13.85820812 L4_chemical_B2 +LQ10X004450 Putative uncharacterized protein 12.93996162 L4_chemical_B3 +LQ10X004450 Putative uncharacterized protein 13.95076462 L4_chemical_C2 +LQ10X004450 Putative uncharacterized protein 13.94719055 L4_chemical_C3 +LQ10X004470 Hypothetical protein 4.983503727 C6_control_A1 +LQ10X004470 Hypothetical protein 5.193505762 C6_control_A3 +LQ10X004470 Hypothetical protein 5.435687739 C6_control_B1 +LQ10X004470 Hypothetical protein 4.91654051 C6_control_B2 +LQ10X004470 Hypothetical protein 5.290293065 C6_control_B3 +LQ10X004470 Hypothetical protein 4.753249347 C6_control_C1 +LQ10X004470 Hypothetical protein 4.736108793 C6_control_C2 +LQ10X004470 Hypothetical protein 4.803076995 C6_control_C3 +LQ10X004470 Hypothetical protein 4.964532241 C6_chemical_A1 +LQ10X004470 Hypothetical protein 5.090552886 C6_chemical_A3 +LQ10X004470 Hypothetical protein 5.080288416 C6_chemical_B1 +LQ10X004470 Hypothetical protein 4.92144613 C6_chemical_B2 +LQ10X004470 Hypothetical protein 4.635885044 C6_chemical_B3 +LQ10X004470 Hypothetical protein 4.762145019 C6_chemical_C1 +LQ10X004470 Hypothetical protein 4.778719298 C6_chemical_C2 +LQ10X004470 Hypothetical protein 4.910322699 C6_chemical_C3 +LQ10X004470 Hypothetical protein 5.037759929 L4_control_A1 +LQ10X004470 Hypothetical protein 5.034432502 L4_control_A2 +LQ10X004470 Hypothetical protein 5.556356351 L4_control_A3 +LQ10X004470 Hypothetical protein 5.252961386 L4_control_B1 +LQ10X004470 Hypothetical protein 5.341217658 L4_control_B2 +LQ10X004470 Hypothetical protein 5.218650626 L4_control_B3 +LQ10X004470 Hypothetical protein 5.227707751 L4_control_C2 +LQ10X004470 Hypothetical protein 5.16416417 L4_control_C3 +LQ10X004470 Hypothetical protein 5.000518938 L4_chemical_A1 +LQ10X004470 Hypothetical protein 5.068955397 L4_chemical_A2 +LQ10X004470 Hypothetical protein 5.395751791 L4_chemical_A3 +LQ10X004470 Hypothetical protein 5.280047645 L4_chemical_B1 +LQ10X004470 Hypothetical protein 5.054827487 L4_chemical_B2 +LQ10X004470 Hypothetical protein 4.612133915 L4_chemical_B3 +LQ10X004470 Hypothetical protein 5.280250125 L4_chemical_C2 +LQ10X004470 Hypothetical protein 5.166848903 L4_chemical_C3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.556505079 C6_control_A1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.723970601 C6_control_A3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.197621254 C6_control_B1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.382151992 C6_control_B2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.73157606 C6_control_B3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.346278473 C6_control_C1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.396251195 C6_control_C2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.416242141 C6_control_C3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.482408616 C6_chemical_A1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.608333847 C6_chemical_A3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.750630737 C6_chemical_B1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.336066479 C6_chemical_B2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.582034597 C6_chemical_B3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 4.928533 C6_chemical_C1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.440973794 C6_chemical_C2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.388170147 C6_chemical_C3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.463979584 L4_control_A1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.565072165 L4_control_A2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.511700654 L4_control_A3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.622973284 L4_control_B1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 4.98077115 L4_control_B2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.363973898 L4_control_B3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.434649168 L4_control_C2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.878494677 L4_control_C3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.373422797 L4_chemical_A1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.861160189 L4_chemical_A2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.973510219 L4_chemical_A3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.570699016 L4_chemical_B1 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.928338353 L4_chemical_B2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.441920008 L4_chemical_B3 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.553811966 L4_chemical_C2 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.437291067 L4_chemical_C3 +LQ10X004510 Histone H4 12.31915442 C6_control_A1 +LQ10X004510 Histone H4 13.42016354 C6_control_A3 +LQ10X004510 Histone H4 10.98857432 C6_control_B1 +LQ10X004510 Histone H4 11.09142111 C6_control_B2 +LQ10X004510 Histone H4 10.24018883 C6_control_B3 +LQ10X004510 Histone H4 11.47813489 C6_control_C1 +LQ10X004510 Histone H4 11.27458381 C6_control_C2 +LQ10X004510 Histone H4 11.66301627 C6_control_C3 +LQ10X004510 Histone H4 12.28560986 C6_chemical_A1 +LQ10X004510 Histone H4 12.00151623 C6_chemical_A3 +LQ10X004510 Histone H4 10.27001526 C6_chemical_B1 +LQ10X004510 Histone H4 11.36624646 C6_chemical_B2 +LQ10X004510 Histone H4 10.17849946 C6_chemical_B3 +LQ10X004510 Histone H4 11.29487701 C6_chemical_C1 +LQ10X004510 Histone H4 11.61486321 C6_chemical_C2 +LQ10X004510 Histone H4 11.61032959 C6_chemical_C3 +LQ10X004510 Histone H4 12.84292658 L4_control_A1 +LQ10X004510 Histone H4 12.82506572 L4_control_A2 +LQ10X004510 Histone H4 12.57346155 L4_control_A3 +LQ10X004510 Histone H4 11.01600259 L4_control_B1 +LQ10X004510 Histone H4 10.28492023 L4_control_B2 +LQ10X004510 Histone H4 10.65829139 L4_control_B3 +LQ10X004510 Histone H4 11.41582372 L4_control_C2 +LQ10X004510 Histone H4 10.991093 L4_control_C3 +LQ10X004510 Histone H4 11.75285767 L4_chemical_A1 +LQ10X004510 Histone H4 12.28678952 L4_chemical_A2 +LQ10X004510 Histone H4 12.54933716 L4_chemical_A3 +LQ10X004510 Histone H4 10.90723352 L4_chemical_B1 +LQ10X004510 Histone H4 11.78100715 L4_chemical_B2 +LQ10X004510 Histone H4 12.03781596 L4_chemical_B3 +LQ10X004510 Histone H4 11.11200843 L4_chemical_C2 +LQ10X004510 Histone H4 11.02193284 L4_chemical_C3 +LQ10X004520 At3g55080 14.40222559 C6_control_A1 +LQ10X004520 At3g55080 14.40450574 C6_control_A3 +LQ10X004520 At3g55080 14.26719741 C6_control_B1 +LQ10X004520 At3g55080 13.81804377 C6_control_B2 +LQ10X004520 At3g55080 14.23680734 C6_control_B3 +LQ10X004520 At3g55080 14.02792317 C6_control_C1 +LQ10X004520 At3g55080 14.18655566 C6_control_C2 +LQ10X004520 At3g55080 14.54235689 C6_control_C3 +LQ10X004520 At3g55080 14.02947031 C6_chemical_A1 +LQ10X004520 At3g55080 14.41188624 C6_chemical_A3 +LQ10X004520 At3g55080 13.99004821 C6_chemical_B1 +LQ10X004520 At3g55080 13.7632817 C6_chemical_B2 +LQ10X004520 At3g55080 14.48282351 C6_chemical_B3 +LQ10X004520 At3g55080 13.83937721 C6_chemical_C1 +LQ10X004520 At3g55080 13.97563731 C6_chemical_C2 +LQ10X004520 At3g55080 14.41866339 C6_chemical_C3 +LQ10X004520 At3g55080 14.43908332 L4_control_A1 +LQ10X004520 At3g55080 14.48053443 L4_control_A2 +LQ10X004520 At3g55080 14.77357737 L4_control_A3 +LQ10X004520 At3g55080 14.36672713 L4_control_B1 +LQ10X004520 At3g55080 14.38300415 L4_control_B2 +LQ10X004520 At3g55080 14.418735 L4_control_B3 +LQ10X004520 At3g55080 14.24058244 L4_control_C2 +LQ10X004520 At3g55080 15.00705297 L4_control_C3 +LQ10X004520 At3g55080 14.02517246 L4_chemical_A1 +LQ10X004520 At3g55080 14.0394946 L4_chemical_A2 +LQ10X004520 At3g55080 14.62737331 L4_chemical_A3 +LQ10X004520 At3g55080 14.28463679 L4_chemical_B1 +LQ10X004520 At3g55080 13.77852442 L4_chemical_B2 +LQ10X004520 At3g55080 14.74379644 L4_chemical_B3 +LQ10X004520 At3g55080 14.23478977 L4_chemical_C2 +LQ10X004520 At3g55080 14.89616258 L4_chemical_C3 +LQ10X004530 Putative Macrophage erythroblast attacher 5.445330095 C6_control_A1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.459126256 C6_control_A3 +LQ10X004530 Putative Macrophage erythroblast attacher 6.12182491 C6_control_B1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.964517351 C6_control_B2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.619666767 C6_control_B3 +LQ10X004530 Putative Macrophage erythroblast attacher 5.566272418 C6_control_C1 +LQ10X004530 Putative Macrophage erythroblast attacher 6.160520142 C6_control_C2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.594599127 C6_control_C3 +LQ10X004530 Putative Macrophage erythroblast attacher 5.471827217 C6_chemical_A1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.372719003 C6_chemical_A3 +LQ10X004530 Putative Macrophage erythroblast attacher 5.862015833 C6_chemical_B1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.590863655 C6_chemical_B2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.905667661 C6_chemical_B3 +LQ10X004530 Putative Macrophage erythroblast attacher 6.017978757 C6_chemical_C1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.542716152 C6_chemical_C2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.663786856 C6_chemical_C3 +LQ10X004530 Putative Macrophage erythroblast attacher 5.365989061 L4_control_A1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.171645975 L4_control_A2 +LQ10X004530 Putative Macrophage erythroblast attacher 4.678483131 L4_control_A3 +LQ10X004530 Putative Macrophage erythroblast attacher 6.095881591 L4_control_B1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.82798663 L4_control_B2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.61630216 L4_control_B3 +LQ10X004530 Putative Macrophage erythroblast attacher 6.101420348 L4_control_C2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.520502958 L4_control_C3 +LQ10X004530 Putative Macrophage erythroblast attacher 5.625540065 L4_chemical_A1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.361845792 L4_chemical_A2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.30553618 L4_chemical_A3 +LQ10X004530 Putative Macrophage erythroblast attacher 6.393285711 L4_chemical_B1 +LQ10X004530 Putative Macrophage erythroblast attacher 5.886981625 L4_chemical_B2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.511240956 L4_chemical_B3 +LQ10X004530 Putative Macrophage erythroblast attacher 6.408860489 L4_chemical_C2 +LQ10X004530 Putative Macrophage erythroblast attacher 5.784652814 L4_chemical_C3 +LQ10X004540 Predicted protein 4.858725787 C6_control_A1 +LQ10X004540 Predicted protein 5.505320796 C6_control_A3 +LQ10X004540 Predicted protein 5.038106287 C6_control_B1 +LQ10X004540 Predicted protein 5.204885202 C6_control_B2 +LQ10X004540 Predicted protein 5.125470003 C6_control_B3 +LQ10X004540 Predicted protein 5.318493264 C6_control_C1 +LQ10X004540 Predicted protein 5.681907881 C6_control_C2 +LQ10X004540 Predicted protein 5.3830896 C6_control_C3 +LQ10X004540 Predicted protein 5.01280107 C6_chemical_A1 +LQ10X004540 Predicted protein 5.018682349 C6_chemical_A3 +LQ10X004540 Predicted protein 5.391144287 C6_chemical_B1 +LQ10X004540 Predicted protein 4.980796372 C6_chemical_B2 +LQ10X004540 Predicted protein 5.269727378 C6_chemical_B3 +LQ10X004540 Predicted protein 5.24774523 C6_chemical_C1 +LQ10X004540 Predicted protein 5.201270097 C6_chemical_C2 +LQ10X004540 Predicted protein 5.345737704 C6_chemical_C3 +LQ10X004540 Predicted protein 5.179470891 L4_control_A1 +LQ10X004540 Predicted protein 5.039176688 L4_control_A2 +LQ10X004540 Predicted protein 5.183805649 L4_control_A3 +LQ10X004540 Predicted protein 6.062109261 L4_control_B1 +LQ10X004540 Predicted protein 5.231486614 L4_control_B2 +LQ10X004540 Predicted protein 4.785063574 L4_control_B3 +LQ10X004540 Predicted protein 5.203881967 L4_control_C2 +LQ10X004540 Predicted protein 5.130183502 L4_control_C3 +LQ10X004540 Predicted protein 5.218727637 L4_chemical_A1 +LQ10X004540 Predicted protein 5.156168744 L4_chemical_A2 +LQ10X004540 Predicted protein 5.414267322 L4_chemical_A3 +LQ10X004540 Predicted protein 5.120100457 L4_chemical_B1 +LQ10X004540 Predicted protein 5.008845316 L4_chemical_B2 +LQ10X004540 Predicted protein 5.144266131 L4_chemical_B3 +LQ10X004540 Predicted protein 5.420962266 L4_chemical_C2 +LQ10X004540 Predicted protein 5.416998589 L4_chemical_C3 +LQ10X004560 Putative Nitrilase homolog 1 10.75602913 C6_control_A1 +LQ10X004560 Putative Nitrilase homolog 1 10.65422623 C6_control_A3 +LQ10X004560 Putative Nitrilase homolog 1 10.93756732 C6_control_B1 +LQ10X004560 Putative Nitrilase homolog 1 10.83422393 C6_control_B2 +LQ10X004560 Putative Nitrilase homolog 1 10.45439866 C6_control_B3 +LQ10X004560 Putative Nitrilase homolog 1 10.67555972 C6_control_C1 +LQ10X004560 Putative Nitrilase homolog 1 10.6628335 C6_control_C2 +LQ10X004560 Putative Nitrilase homolog 1 10.54370241 C6_control_C3 +LQ10X004560 Putative Nitrilase homolog 1 10.64499231 C6_chemical_A1 +LQ10X004560 Putative Nitrilase homolog 1 10.46975151 C6_chemical_A3 +LQ10X004560 Putative Nitrilase homolog 1 10.74538981 C6_chemical_B1 +LQ10X004560 Putative Nitrilase homolog 1 10.74447093 C6_chemical_B2 +LQ10X004560 Putative Nitrilase homolog 1 9.924430241 C6_chemical_B3 +LQ10X004560 Putative Nitrilase homolog 1 10.63998356 C6_chemical_C1 +LQ10X004560 Putative Nitrilase homolog 1 10.77810888 C6_chemical_C2 +LQ10X004560 Putative Nitrilase homolog 1 10.73323416 C6_chemical_C3 +LQ10X004560 Putative Nitrilase homolog 1 11.05056826 L4_control_A1 +LQ10X004560 Putative Nitrilase homolog 1 10.95317735 L4_control_A2 +LQ10X004560 Putative Nitrilase homolog 1 10.23756906 L4_control_A3 +LQ10X004560 Putative Nitrilase homolog 1 10.66052046 L4_control_B1 +LQ10X004560 Putative Nitrilase homolog 1 10.54210868 L4_control_B2 +LQ10X004560 Putative Nitrilase homolog 1 10.80764518 L4_control_B3 +LQ10X004560 Putative Nitrilase homolog 1 10.92604408 L4_control_C2 +LQ10X004560 Putative Nitrilase homolog 1 10.50966263 L4_control_C3 +LQ10X004560 Putative Nitrilase homolog 1 11.21475512 L4_chemical_A1 +LQ10X004560 Putative Nitrilase homolog 1 11.14765052 L4_chemical_A2 +LQ10X004560 Putative Nitrilase homolog 1 10.49650621 L4_chemical_A3 +LQ10X004560 Putative Nitrilase homolog 1 10.99151362 L4_chemical_B1 +LQ10X004560 Putative Nitrilase homolog 1 10.85858564 L4_chemical_B2 +LQ10X004560 Putative Nitrilase homolog 1 10.78956196 L4_chemical_B3 +LQ10X004560 Putative Nitrilase homolog 1 10.78946717 L4_chemical_C2 +LQ10X004560 Putative Nitrilase homolog 1 10.76694547 L4_chemical_C3 +LQ10X004570 Probable protein phosphatase 2C 38 9.683447868 C6_control_A1 +LQ10X004570 Probable protein phosphatase 2C 38 9.848817335 C6_control_A3 +LQ10X004570 Probable protein phosphatase 2C 38 9.948092255 C6_control_B1 +LQ10X004570 Probable protein phosphatase 2C 38 9.758962476 C6_control_B2 +LQ10X004570 Probable protein phosphatase 2C 38 9.781416973 C6_control_B3 +LQ10X004570 Probable protein phosphatase 2C 38 10.07413249 C6_control_C1 +LQ10X004570 Probable protein phosphatase 2C 38 10.1924371 C6_control_C2 +LQ10X004570 Probable protein phosphatase 2C 38 9.84032174 C6_control_C3 +LQ10X004570 Probable protein phosphatase 2C 38 9.734420321 C6_chemical_A1 +LQ10X004570 Probable protein phosphatase 2C 38 10.11374484 C6_chemical_A3 +LQ10X004570 Probable protein phosphatase 2C 38 9.870218492 C6_chemical_B1 +LQ10X004570 Probable protein phosphatase 2C 38 10.05614979 C6_chemical_B2 +LQ10X004570 Probable protein phosphatase 2C 38 9.416413299 C6_chemical_B3 +LQ10X004570 Probable protein phosphatase 2C 38 9.843543445 C6_chemical_C1 +LQ10X004570 Probable protein phosphatase 2C 38 10.22281857 C6_chemical_C2 +LQ10X004570 Probable protein phosphatase 2C 38 9.799329673 C6_chemical_C3 +LQ10X004570 Probable protein phosphatase 2C 38 10.16957683 L4_control_A1 +LQ10X004570 Probable protein phosphatase 2C 38 10.02293104 L4_control_A2 +LQ10X004570 Probable protein phosphatase 2C 38 9.529070748 L4_control_A3 +LQ10X004570 Probable protein phosphatase 2C 38 9.710437231 L4_control_B1 +LQ10X004570 Probable protein phosphatase 2C 38 10.23844283 L4_control_B2 +LQ10X004570 Probable protein phosphatase 2C 38 10.35447428 L4_control_B3 +LQ10X004570 Probable protein phosphatase 2C 38 9.789990423 L4_control_C2 +LQ10X004570 Probable protein phosphatase 2C 38 9.444258791 L4_control_C3 +LQ10X004570 Probable protein phosphatase 2C 38 9.923298218 L4_chemical_A1 +LQ10X004570 Probable protein phosphatase 2C 38 9.540408682 L4_chemical_A2 +LQ10X004570 Probable protein phosphatase 2C 38 9.688824198 L4_chemical_A3 +LQ10X004570 Probable protein phosphatase 2C 38 9.550864497 L4_chemical_B1 +LQ10X004570 Probable protein phosphatase 2C 38 9.562747689 L4_chemical_B2 +LQ10X004570 Probable protein phosphatase 2C 38 10.12508735 L4_chemical_B3 +LQ10X004570 Probable protein phosphatase 2C 38 9.575500448 L4_chemical_C2 +LQ10X004570 Probable protein phosphatase 2C 38 9.842359171 L4_chemical_C3 +LQ10X004580 Protein IN2-1 homolog B 12.62194758 C6_control_A1 +LQ10X004580 Protein IN2-1 homolog B 11.91598717 C6_control_A3 +LQ10X004580 Protein IN2-1 homolog B 13.23173563 C6_control_B1 +LQ10X004580 Protein IN2-1 homolog B 13.6070448 C6_control_B2 +LQ10X004580 Protein IN2-1 homolog B 13.30082601 C6_control_B3 +LQ10X004580 Protein IN2-1 homolog B 14.37110895 C6_control_C1 +LQ10X004580 Protein IN2-1 homolog B 14.12076589 C6_control_C2 +LQ10X004580 Protein IN2-1 homolog B 14.15134679 C6_control_C3 +LQ10X004580 Protein IN2-1 homolog B 12.80247136 C6_chemical_A1 +LQ10X004580 Protein IN2-1 homolog B 12.38373908 C6_chemical_A3 +LQ10X004580 Protein IN2-1 homolog B 13.44687234 C6_chemical_B1 +LQ10X004580 Protein IN2-1 homolog B 13.56885249 C6_chemical_B2 +LQ10X004580 Protein IN2-1 homolog B 13.25279685 C6_chemical_B3 +LQ10X004580 Protein IN2-1 homolog B 14.17433686 C6_chemical_C1 +LQ10X004580 Protein IN2-1 homolog B 14.18031623 C6_chemical_C2 +LQ10X004580 Protein IN2-1 homolog B 14.10555786 C6_chemical_C3 +LQ10X004580 Protein IN2-1 homolog B 12.99815087 L4_control_A1 +LQ10X004580 Protein IN2-1 homolog B 13.39326582 L4_control_A2 +LQ10X004580 Protein IN2-1 homolog B 12.73821523 L4_control_A3 +LQ10X004580 Protein IN2-1 homolog B 13.83715386 L4_control_B1 +LQ10X004580 Protein IN2-1 homolog B 13.71635886 L4_control_B2 +LQ10X004580 Protein IN2-1 homolog B 14.28900171 L4_control_B3 +LQ10X004580 Protein IN2-1 homolog B 14.57437112 L4_control_C2 +LQ10X004580 Protein IN2-1 homolog B 14.20071887 L4_control_C3 +LQ10X004580 Protein IN2-1 homolog B 13.50980236 L4_chemical_A1 +LQ10X004580 Protein IN2-1 homolog B 13.63255975 L4_chemical_A2 +LQ10X004580 Protein IN2-1 homolog B 12.72139159 L4_chemical_A3 +LQ10X004580 Protein IN2-1 homolog B 13.42553143 L4_chemical_B1 +LQ10X004580 Protein IN2-1 homolog B 13.53825241 L4_chemical_B2 +LQ10X004580 Protein IN2-1 homolog B 13.53709443 L4_chemical_B3 +LQ10X004580 Protein IN2-1 homolog B 14.41043158 L4_chemical_C2 +LQ10X004580 Protein IN2-1 homolog B 14.41155394 L4_chemical_C3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.371008328 C6_control_A1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.916120381 C6_control_A3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.526692922 C6_control_B1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.380063098 C6_control_B2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.396778559 C6_control_B3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.40551168 C6_control_C1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 6.028487819 C6_control_C2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.222345307 C6_control_C3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.42108919 C6_chemical_A1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.806276933 C6_chemical_A3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.333624525 C6_chemical_B1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.674049431 C6_chemical_B2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.677949597 C6_chemical_B3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.709806304 C6_chemical_C1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.574025854 C6_chemical_C2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.366145009 C6_chemical_C3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.214587518 L4_control_A1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.455830092 L4_control_A2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.428207853 L4_control_A3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.06972062 L4_control_B1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 4.911635331 L4_control_B2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.412420481 L4_control_B3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.251794101 L4_control_C2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.163711681 L4_control_C3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.341176705 L4_chemical_A1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.520245823 L4_chemical_A2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.646297805 L4_chemical_A3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.169453245 L4_chemical_B1 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.226914377 L4_chemical_B2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.355292537 L4_chemical_B3 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.276075111 L4_chemical_C2 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.446418898 L4_chemical_C3 +LQ10X004620 Predicted protein 6.607736554 C6_control_A1 +LQ10X004620 Predicted protein 6.620842929 C6_control_A3 +LQ10X004620 Predicted protein 5.913362395 C6_control_B1 +LQ10X004620 Predicted protein 6.268553795 C6_control_B2 +LQ10X004620 Predicted protein 6.530754205 C6_control_B3 +LQ10X004620 Predicted protein 5.623563634 C6_control_C1 +LQ10X004620 Predicted protein 7.392620017 C6_control_C2 +LQ10X004620 Predicted protein 6.567177143 C6_control_C3 +LQ10X004620 Predicted protein 6.576738726 C6_chemical_A1 +LQ10X004620 Predicted protein 6.241957022 C6_chemical_A3 +LQ10X004620 Predicted protein 6.419340906 C6_chemical_B1 +LQ10X004620 Predicted protein 6.622485735 C6_chemical_B2 +LQ10X004620 Predicted protein 6.587137296 C6_chemical_B3 +LQ10X004620 Predicted protein 6.256816238 C6_chemical_C1 +LQ10X004620 Predicted protein 7.241078606 C6_chemical_C2 +LQ10X004620 Predicted protein 6.626234054 C6_chemical_C3 +LQ10X004620 Predicted protein 6.184854403 L4_control_A1 +LQ10X004620 Predicted protein 6.669569775 L4_control_A2 +LQ10X004620 Predicted protein 7.222461129 L4_control_A3 +LQ10X004620 Predicted protein 6.953986108 L4_control_B1 +LQ10X004620 Predicted protein 7.006136331 L4_control_B2 +LQ10X004620 Predicted protein 6.285134337 L4_control_B3 +LQ10X004620 Predicted protein 6.88496813 L4_control_C2 +LQ10X004620 Predicted protein 6.884431363 L4_control_C3 +LQ10X004620 Predicted protein 6.217780584 L4_chemical_A1 +LQ10X004620 Predicted protein 6.475475891 L4_chemical_A2 +LQ10X004620 Predicted protein 7.261256825 L4_chemical_A3 +LQ10X004620 Predicted protein 7.134413839 L4_chemical_B1 +LQ10X004620 Predicted protein 7.629778309 L4_chemical_B2 +LQ10X004620 Predicted protein 6.174958872 L4_chemical_B3 +LQ10X004620 Predicted protein 7.095942909 L4_chemical_C2 +LQ10X004620 Predicted protein 6.502930033 L4_chemical_C3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.375627488 C6_control_A1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.065257245 C6_control_A3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.267098851 C6_control_B1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.968099312 C6_control_B2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.020588691 C6_control_B3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.074674558 C6_control_C1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.035885446 C6_control_C2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.936552828 C6_control_C3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.943340945 C6_chemical_A1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.463812282 C6_chemical_A3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.368776341 C6_chemical_B1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.000057691 C6_chemical_B2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.981669767 C6_chemical_B3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.87003294 C6_chemical_C1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.068474492 C6_chemical_C2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.010243827 C6_chemical_C3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.038347544 L4_control_A1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.160774116 L4_control_A2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.387761927 L4_control_A3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.88445636 L4_control_B1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.417501161 L4_control_B2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.071113485 L4_control_B3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 6.376582552 L4_control_C2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.341474703 L4_control_C3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.306930793 L4_chemical_A1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.254349974 L4_chemical_A2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.395698145 L4_chemical_A3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.878324913 L4_chemical_B1 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.476047499 L4_chemical_B2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.246220076 L4_chemical_B3 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 5.382325911 L4_chemical_C2 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.937437149 L4_chemical_C3 +LQ10X004670 FGFR1 oncogene partner, putative 13.22801063 C6_control_A1 +LQ10X004670 FGFR1 oncogene partner, putative 13.48330811 C6_control_A3 +LQ10X004670 FGFR1 oncogene partner, putative 12.85576025 C6_control_B1 +LQ10X004670 FGFR1 oncogene partner, putative 12.98674147 C6_control_B2 +LQ10X004670 FGFR1 oncogene partner, putative 12.98305689 C6_control_B3 +LQ10X004670 FGFR1 oncogene partner, putative 12.7321778 C6_control_C1 +LQ10X004670 FGFR1 oncogene partner, putative 12.74085112 C6_control_C2 +LQ10X004670 FGFR1 oncogene partner, putative 13.05028652 C6_control_C3 +LQ10X004670 FGFR1 oncogene partner, putative 12.81368809 C6_chemical_A1 +LQ10X004670 FGFR1 oncogene partner, putative 13.29824182 C6_chemical_A3 +LQ10X004670 FGFR1 oncogene partner, putative 12.61444825 C6_chemical_B1 +LQ10X004670 FGFR1 oncogene partner, putative 12.6678858 C6_chemical_B2 +LQ10X004670 FGFR1 oncogene partner, putative 12.61265815 C6_chemical_B3 +LQ10X004670 FGFR1 oncogene partner, putative 12.64232195 C6_chemical_C1 +LQ10X004670 FGFR1 oncogene partner, putative 12.55650613 C6_chemical_C2 +LQ10X004670 FGFR1 oncogene partner, putative 12.77189536 C6_chemical_C3 +LQ10X004670 FGFR1 oncogene partner, putative 13.03102208 L4_control_A1 +LQ10X004670 FGFR1 oncogene partner, putative 12.92273593 L4_control_A2 +LQ10X004670 FGFR1 oncogene partner, putative 13.44469702 L4_control_A3 +LQ10X004670 FGFR1 oncogene partner, putative 12.92529173 L4_control_B1 +LQ10X004670 FGFR1 oncogene partner, putative 12.35216221 L4_control_B2 +LQ10X004670 FGFR1 oncogene partner, putative 12.6759291 L4_control_B3 +LQ10X004670 FGFR1 oncogene partner, putative 11.96589784 L4_control_C2 +LQ10X004670 FGFR1 oncogene partner, putative 12.37587174 L4_control_C3 +LQ10X004670 FGFR1 oncogene partner, putative 12.72981416 L4_chemical_A1 +LQ10X004670 FGFR1 oncogene partner, putative 12.69516131 L4_chemical_A2 +LQ10X004670 FGFR1 oncogene partner, putative 13.21834185 L4_chemical_A3 +LQ10X004670 FGFR1 oncogene partner, putative 12.81279572 L4_chemical_B1 +LQ10X004670 FGFR1 oncogene partner, putative 12.3881778 L4_chemical_B2 +LQ10X004670 FGFR1 oncogene partner, putative 12.84078364 L4_chemical_B3 +LQ10X004670 FGFR1 oncogene partner, putative 11.87384835 L4_chemical_C2 +LQ10X004670 FGFR1 oncogene partner, putative 12.2547217 L4_chemical_C3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.472683914 C6_control_A1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.565495157 C6_control_A3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.272801147 C6_control_B1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.313007584 C6_control_B2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.358259061 C6_control_B3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 4.983042226 C6_control_C1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.523672923 C6_control_C2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.007956006 C6_control_C3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.130076236 C6_chemical_A1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.47180028 C6_chemical_A3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 6.247803875 C6_chemical_B1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.314958809 C6_chemical_B2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.320646892 C6_chemical_B3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 4.995162699 C6_chemical_C1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.191410571 C6_chemical_C2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 4.903988464 C6_chemical_C3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.570384623 L4_control_A1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.507861059 L4_control_A2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.907725005 L4_control_A3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.438541592 L4_control_B1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.105839037 L4_control_B2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.604932155 L4_control_B3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.745040588 L4_control_C2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.487397746 L4_control_C3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.257689623 L4_chemical_A1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.217699501 L4_chemical_A2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.438490382 L4_chemical_A3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.632322999 L4_chemical_B1 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.575368152 L4_chemical_B2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.309130102 L4_chemical_B3 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.388685813 L4_chemical_C2 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.390289283 L4_chemical_C3 +LQ10X004730 Predicted protein 10.32834901 C6_control_A1 +LQ10X004730 Predicted protein 10.58451407 C6_control_A3 +LQ10X004730 Predicted protein 10.94276887 C6_control_B1 +LQ10X004730 Predicted protein 11.15896078 C6_control_B2 +LQ10X004730 Predicted protein 11.21767669 C6_control_B3 +LQ10X004730 Predicted protein 12.30566924 C6_control_C1 +LQ10X004730 Predicted protein 11.79412422 C6_control_C2 +LQ10X004730 Predicted protein 12.43604752 C6_control_C3 +LQ10X004730 Predicted protein 10.04180904 C6_chemical_A1 +LQ10X004730 Predicted protein 10.92825521 C6_chemical_A3 +LQ10X004730 Predicted protein 10.68122123 C6_chemical_B1 +LQ10X004730 Predicted protein 10.64720893 C6_chemical_B2 +LQ10X004730 Predicted protein 11.01716573 C6_chemical_B3 +LQ10X004730 Predicted protein 12.15461289 C6_chemical_C1 +LQ10X004730 Predicted protein 11.5879362 C6_chemical_C2 +LQ10X004730 Predicted protein 12.39649561 C6_chemical_C3 +LQ10X004730 Predicted protein 10.0521738 L4_control_A1 +LQ10X004730 Predicted protein 9.879973466 L4_control_A2 +LQ10X004730 Predicted protein 8.124215508 L4_control_A3 +LQ10X004730 Predicted protein 10.47179695 L4_control_B1 +LQ10X004730 Predicted protein 10.67645751 L4_control_B2 +LQ10X004730 Predicted protein 11.05620129 L4_control_B3 +LQ10X004730 Predicted protein 10.61339451 L4_control_C2 +LQ10X004730 Predicted protein 11.83370057 L4_control_C3 +LQ10X004730 Predicted protein 10.48434222 L4_chemical_A1 +LQ10X004730 Predicted protein 10.09444823 L4_chemical_A2 +LQ10X004730 Predicted protein 8.260985972 L4_chemical_A3 +LQ10X004730 Predicted protein 10.3201167 L4_chemical_B1 +LQ10X004730 Predicted protein 10.67106954 L4_chemical_B2 +LQ10X004730 Predicted protein 10.79000439 L4_chemical_B3 +LQ10X004730 Predicted protein 10.25847345 L4_chemical_C2 +LQ10X004730 Predicted protein 11.94897349 L4_chemical_C3 +LQ10X004740 AP2 domain-containing transcription factor 4.96790874 C6_control_A1 +LQ10X004740 AP2 domain-containing transcription factor 5.276211085 C6_control_A3 +LQ10X004740 AP2 domain-containing transcription factor 5.045763489 C6_control_B1 +LQ10X004740 AP2 domain-containing transcription factor 5.445953104 C6_control_B2 +LQ10X004740 AP2 domain-containing transcription factor 4.955298713 C6_control_B3 +LQ10X004740 AP2 domain-containing transcription factor 5.661797311 C6_control_C1 +LQ10X004740 AP2 domain-containing transcription factor 6.862328998 C6_control_C2 +LQ10X004740 AP2 domain-containing transcription factor 5.355663015 C6_control_C3 +LQ10X004740 AP2 domain-containing transcription factor 4.691395101 C6_chemical_A1 +LQ10X004740 AP2 domain-containing transcription factor 4.850073433 C6_chemical_A3 +LQ10X004740 AP2 domain-containing transcription factor 5.093093052 C6_chemical_B1 +LQ10X004740 AP2 domain-containing transcription factor 5.542129289 C6_chemical_B2 +LQ10X004740 AP2 domain-containing transcription factor 5.078115463 C6_chemical_B3 +LQ10X004740 AP2 domain-containing transcription factor 5.620859158 C6_chemical_C1 +LQ10X004740 AP2 domain-containing transcription factor 5.862282495 C6_chemical_C2 +LQ10X004740 AP2 domain-containing transcription factor 5.598710113 C6_chemical_C3 +LQ10X004740 AP2 domain-containing transcription factor 4.910141748 L4_control_A1 +LQ10X004740 AP2 domain-containing transcription factor 5.49801508 L4_control_A2 +LQ10X004740 AP2 domain-containing transcription factor 5.225256815 L4_control_A3 +LQ10X004740 AP2 domain-containing transcription factor 4.761136841 L4_control_B1 +LQ10X004740 AP2 domain-containing transcription factor 5.052707552 L4_control_B2 +LQ10X004740 AP2 domain-containing transcription factor 4.911639356 L4_control_B3 +LQ10X004740 AP2 domain-containing transcription factor 5.29691428 L4_control_C2 +LQ10X004740 AP2 domain-containing transcription factor 5.306507671 L4_control_C3 +LQ10X004740 AP2 domain-containing transcription factor 4.977219346 L4_chemical_A1 +LQ10X004740 AP2 domain-containing transcription factor 5.146673177 L4_chemical_A2 +LQ10X004740 AP2 domain-containing transcription factor 5.481257311 L4_chemical_A3 +LQ10X004740 AP2 domain-containing transcription factor 4.857526331 L4_chemical_B1 +LQ10X004740 AP2 domain-containing transcription factor 5.04277531 L4_chemical_B2 +LQ10X004740 AP2 domain-containing transcription factor 4.901374797 L4_chemical_B3 +LQ10X004740 AP2 domain-containing transcription factor 5.527043517 L4_chemical_C2 +LQ10X004740 AP2 domain-containing transcription factor 5.189913498 L4_chemical_C3 +LQ10X004860 Putative uncharacterized protein 12.22072797 C6_control_A1 +LQ10X004860 Putative uncharacterized protein 11.39796135 C6_control_A3 +LQ10X004860 Putative uncharacterized protein 12.06662733 C6_control_B1 +LQ10X004860 Putative uncharacterized protein 12.44034042 C6_control_B2 +LQ10X004860 Putative uncharacterized protein 11.97551081 C6_control_B3 +LQ10X004860 Putative uncharacterized protein 12.18447967 C6_control_C1 +LQ10X004860 Putative uncharacterized protein 12.07749203 C6_control_C2 +LQ10X004860 Putative uncharacterized protein 12.13909279 C6_control_C3 +LQ10X004860 Putative uncharacterized protein 12.07254378 C6_chemical_A1 +LQ10X004860 Putative uncharacterized protein 11.44804548 C6_chemical_A3 +LQ10X004860 Putative uncharacterized protein 11.63007019 C6_chemical_B1 +LQ10X004860 Putative uncharacterized protein 12.25699154 C6_chemical_B2 +LQ10X004860 Putative uncharacterized protein 11.9411257 C6_chemical_B3 +LQ10X004860 Putative uncharacterized protein 12.21306734 C6_chemical_C1 +LQ10X004860 Putative uncharacterized protein 12.18273013 C6_chemical_C2 +LQ10X004860 Putative uncharacterized protein 11.98320126 C6_chemical_C3 +LQ10X004860 Putative uncharacterized protein 11.66224149 L4_control_A1 +LQ10X004860 Putative uncharacterized protein 12.28544503 L4_control_A2 +LQ10X004860 Putative uncharacterized protein 11.42055828 L4_control_A3 +LQ10X004860 Putative uncharacterized protein 11.67489337 L4_control_B1 +LQ10X004860 Putative uncharacterized protein 11.52671698 L4_control_B2 +LQ10X004860 Putative uncharacterized protein 11.84067482 L4_control_B3 +LQ10X004860 Putative uncharacterized protein 11.51205431 L4_control_C2 +LQ10X004860 Putative uncharacterized protein 11.14267011 L4_control_C3 +LQ10X004860 Putative uncharacterized protein 12.03470514 L4_chemical_A1 +LQ10X004860 Putative uncharacterized protein 12.28047588 L4_chemical_A2 +LQ10X004860 Putative uncharacterized protein 11.44589092 L4_chemical_A3 +LQ10X004860 Putative uncharacterized protein 11.75621704 L4_chemical_B1 +LQ10X004860 Putative uncharacterized protein 11.61641163 L4_chemical_B2 +LQ10X004860 Putative uncharacterized protein 11.835861 L4_chemical_B3 +LQ10X004860 Putative uncharacterized protein 11.42743616 L4_chemical_C2 +LQ10X004860 Putative uncharacterized protein 11.18345343 L4_chemical_C3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.83839738 C6_control_A1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 13.15140023 C6_control_A3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.79321021 C6_control_B1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.19634499 C6_control_B2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.83831809 C6_control_B3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.67102961 C6_control_C1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.37837588 C6_control_C2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.51484812 C6_control_C3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.58220775 C6_chemical_A1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.98508437 C6_chemical_A3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.57313606 C6_chemical_B1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.05973243 C6_chemical_B2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.63805208 C6_chemical_B3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.55915187 C6_chemical_C1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.39863635 C6_chemical_C2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.3667873 C6_chemical_C3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.94787608 L4_control_A1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.78975621 L4_control_A2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.84904582 L4_control_A3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.5395227 L4_control_B1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.98036086 L4_control_B2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.36205829 L4_control_B3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.52378437 L4_control_C2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.55686619 L4_control_C3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.80294889 L4_chemical_A1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.8447737 L4_chemical_A2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.7946439 L4_chemical_A3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.97157422 L4_chemical_B1 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.94660167 L4_chemical_B2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.49260534 L4_chemical_B3 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.6505813 L4_chemical_C2 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.3804467 L4_chemical_C3 +LQ10X004880 Hypothetical protein 4.551823685 C6_control_A1 +LQ10X004880 Hypothetical protein 4.720578778 C6_control_A3 +LQ10X004880 Hypothetical protein 4.537388216 C6_control_B1 +LQ10X004880 Hypothetical protein 4.586649504 C6_control_B2 +LQ10X004880 Hypothetical protein 4.785176574 C6_control_B3 +LQ10X004880 Hypothetical protein 4.583202953 C6_control_C1 +LQ10X004880 Hypothetical protein 4.582187347 C6_control_C2 +LQ10X004880 Hypothetical protein 4.493514671 C6_control_C3 +LQ10X004880 Hypothetical protein 4.668319104 C6_chemical_A1 +LQ10X004880 Hypothetical protein 4.651112245 C6_chemical_A3 +LQ10X004880 Hypothetical protein 4.596715372 C6_chemical_B1 +LQ10X004880 Hypothetical protein 4.565422589 C6_chemical_B2 +LQ10X004880 Hypothetical protein 4.887188481 C6_chemical_B3 +LQ10X004880 Hypothetical protein 4.557417821 C6_chemical_C1 +LQ10X004880 Hypothetical protein 4.540743753 C6_chemical_C2 +LQ10X004880 Hypothetical protein 4.710925629 C6_chemical_C3 +LQ10X004880 Hypothetical protein 5.01227824 L4_control_A1 +LQ10X004880 Hypothetical protein 5.100097595 L4_control_A2 +LQ10X004880 Hypothetical protein 5.181914605 L4_control_A3 +LQ10X004880 Hypothetical protein 5.129810715 L4_control_B1 +LQ10X004880 Hypothetical protein 5.031652431 L4_control_B2 +LQ10X004880 Hypothetical protein 4.470274998 L4_control_B3 +LQ10X004880 Hypothetical protein 5.017049081 L4_control_C2 +LQ10X004880 Hypothetical protein 5.974663463 L4_control_C3 +LQ10X004880 Hypothetical protein 4.907791913 L4_chemical_A1 +LQ10X004880 Hypothetical protein 4.767578954 L4_chemical_A2 +LQ10X004880 Hypothetical protein 5.162006957 L4_chemical_A3 +LQ10X004880 Hypothetical protein 5.009225837 L4_chemical_B1 +LQ10X004880 Hypothetical protein 5.076913155 L4_chemical_B2 +LQ10X004880 Hypothetical protein 4.551640529 L4_chemical_B3 +LQ10X004880 Hypothetical protein 5.331062917 L4_chemical_C2 +LQ10X004880 Hypothetical protein 5.233569529 L4_chemical_C3 +LQ10X004890 Predicted protein 13.42500144 C6_control_A1 +LQ10X004890 Predicted protein 12.752052 C6_control_A3 +LQ10X004890 Predicted protein 13.1763701 C6_control_B1 +LQ10X004890 Predicted protein 13.04153712 C6_control_B2 +LQ10X004890 Predicted protein 13.85349548 C6_control_B3 +LQ10X004890 Predicted protein 8.374768118 C6_control_C1 +LQ10X004890 Predicted protein 8.274437035 C6_control_C2 +LQ10X004890 Predicted protein 8.72872639 C6_control_C3 +LQ10X004890 Predicted protein 13.09968795 C6_chemical_A1 +LQ10X004890 Predicted protein 12.47977899 C6_chemical_A3 +LQ10X004890 Predicted protein 12.99743091 C6_chemical_B1 +LQ10X004890 Predicted protein 12.71232543 C6_chemical_B2 +LQ10X004890 Predicted protein 13.24973087 C6_chemical_B3 +LQ10X004890 Predicted protein 8.423959437 C6_chemical_C1 +LQ10X004890 Predicted protein 8.554170813 C6_chemical_C2 +LQ10X004890 Predicted protein 8.51434815 C6_chemical_C3 +LQ10X004890 Predicted protein 13.00422494 L4_control_A1 +LQ10X004890 Predicted protein 13.45511812 L4_control_A2 +LQ10X004890 Predicted protein 12.57726688 L4_control_A3 +LQ10X004890 Predicted protein 12.43671326 L4_control_B1 +LQ10X004890 Predicted protein 13.30734355 L4_control_B2 +LQ10X004890 Predicted protein 12.33539536 L4_control_B3 +LQ10X004890 Predicted protein 5.921304931 L4_control_C2 +LQ10X004890 Predicted protein 5.774875226 L4_control_C3 +LQ10X004890 Predicted protein 11.74353435 L4_chemical_A1 +LQ10X004890 Predicted protein 12.61485134 L4_chemical_A2 +LQ10X004890 Predicted protein 12.06864097 L4_chemical_A3 +LQ10X004890 Predicted protein 12.40263123 L4_chemical_B1 +LQ10X004890 Predicted protein 12.96378854 L4_chemical_B2 +LQ10X004890 Predicted protein 13.44921674 L4_chemical_B3 +LQ10X004890 Predicted protein 5.733713565 L4_chemical_C2 +LQ10X004890 Predicted protein 6.069073193 L4_chemical_C3 +LQ10X004900 Hypothetical protein 5.301361967 C6_control_A1 +LQ10X004900 Hypothetical protein 5.214036393 C6_control_A3 +LQ10X004900 Hypothetical protein 4.911774663 C6_control_B1 +LQ10X004900 Hypothetical protein 5.790786939 C6_control_B2 +LQ10X004900 Hypothetical protein 5.27162985 C6_control_B3 +LQ10X004900 Hypothetical protein 5.311262087 C6_control_C1 +LQ10X004900 Hypothetical protein 5.429704147 C6_control_C2 +LQ10X004900 Hypothetical protein 5.683658411 C6_control_C3 +LQ10X004900 Hypothetical protein 5.315342713 C6_chemical_A1 +LQ10X004900 Hypothetical protein 5.268441107 C6_chemical_A3 +LQ10X004900 Hypothetical protein 5.103270178 C6_chemical_B1 +LQ10X004900 Hypothetical protein 5.50468016 C6_chemical_B2 +LQ10X004900 Hypothetical protein 4.954069978 C6_chemical_B3 +LQ10X004900 Hypothetical protein 5.414974156 C6_chemical_C1 +LQ10X004900 Hypothetical protein 5.616066257 C6_chemical_C2 +LQ10X004900 Hypothetical protein 5.607728122 C6_chemical_C3 +LQ10X004900 Hypothetical protein 5.266076204 L4_control_A1 +LQ10X004900 Hypothetical protein 5.268180883 L4_control_A2 +LQ10X004900 Hypothetical protein 5.627940225 L4_control_A3 +LQ10X004900 Hypothetical protein 5.245737329 L4_control_B1 +LQ10X004900 Hypothetical protein 4.959348994 L4_control_B2 +LQ10X004900 Hypothetical protein 5.634133528 L4_control_B3 +LQ10X004900 Hypothetical protein 6.383087716 L4_control_C2 +LQ10X004900 Hypothetical protein 5.377595835 L4_control_C3 +LQ10X004900 Hypothetical protein 5.249465141 L4_chemical_A1 +LQ10X004900 Hypothetical protein 5.456159701 L4_chemical_A2 +LQ10X004900 Hypothetical protein 5.735530155 L4_chemical_A3 +LQ10X004900 Hypothetical protein 5.536072484 L4_chemical_B1 +LQ10X004900 Hypothetical protein 5.26523744 L4_chemical_B2 +LQ10X004900 Hypothetical protein 5.402072863 L4_chemical_B3 +LQ10X004900 Hypothetical protein 5.564180082 L4_chemical_C2 +LQ10X004900 Hypothetical protein 5.845485936 L4_chemical_C3 +LQ10X004930 Putative UPF0363 protein 12.13433562 C6_control_A1 +LQ10X004930 Putative UPF0363 protein 12.5217084 C6_control_A3 +LQ10X004930 Putative UPF0363 protein 11.65616947 C6_control_B1 +LQ10X004930 Putative UPF0363 protein 11.79373279 C6_control_B2 +LQ10X004930 Putative UPF0363 protein 11.90794251 C6_control_B3 +LQ10X004930 Putative UPF0363 protein 12.01166979 C6_control_C1 +LQ10X004930 Putative UPF0363 protein 11.80870902 C6_control_C2 +LQ10X004930 Putative UPF0363 protein 12.1243607 C6_control_C3 +LQ10X004930 Putative UPF0363 protein 11.92618689 C6_chemical_A1 +LQ10X004930 Putative UPF0363 protein 12.16487526 C6_chemical_A3 +LQ10X004930 Putative UPF0363 protein 11.39809262 C6_chemical_B1 +LQ10X004930 Putative UPF0363 protein 11.61106729 C6_chemical_B2 +LQ10X004930 Putative UPF0363 protein 11.68692023 C6_chemical_B3 +LQ10X004930 Putative UPF0363 protein 11.94129744 C6_chemical_C1 +LQ10X004930 Putative UPF0363 protein 11.80664021 C6_chemical_C2 +LQ10X004930 Putative UPF0363 protein 11.75016377 C6_chemical_C3 +LQ10X004930 Putative UPF0363 protein 12.29842407 L4_control_A1 +LQ10X004930 Putative UPF0363 protein 12.00435489 L4_control_A2 +LQ10X004930 Putative UPF0363 protein 12.77954586 L4_control_A3 +LQ10X004930 Putative UPF0363 protein 11.18663854 L4_control_B1 +LQ10X004930 Putative UPF0363 protein 10.57416663 L4_control_B2 +LQ10X004930 Putative UPF0363 protein 11.2879996 L4_control_B3 +LQ10X004930 Putative UPF0363 protein 11.44139862 L4_control_C2 +LQ10X004930 Putative UPF0363 protein 11.28175972 L4_control_C3 +LQ10X004930 Putative UPF0363 protein 12.09379881 L4_chemical_A1 +LQ10X004930 Putative UPF0363 protein 11.90216968 L4_chemical_A2 +LQ10X004930 Putative UPF0363 protein 12.85326254 L4_chemical_A3 +LQ10X004930 Putative UPF0363 protein 11.37104083 L4_chemical_B1 +LQ10X004930 Putative UPF0363 protein 10.74580804 L4_chemical_B2 +LQ10X004930 Putative UPF0363 protein 11.36096496 L4_chemical_B3 +LQ10X004930 Putative UPF0363 protein 11.12093638 L4_chemical_C2 +LQ10X004930 Putative UPF0363 protein 11.33313839 L4_chemical_C3 +LQ10X004950 40S ribosomal protein S23 5.72886219 C6_control_A1 +LQ10X004950 40S ribosomal protein S23 6.215329286 C6_control_A3 +LQ10X004950 40S ribosomal protein S23 5.540333412 C6_control_B1 +LQ10X004950 40S ribosomal protein S23 6.589714091 C6_control_B2 +LQ10X004950 40S ribosomal protein S23 5.953226557 C6_control_B3 +LQ10X004950 40S ribosomal protein S23 6.708757048 C6_control_C1 +LQ10X004950 40S ribosomal protein S23 7.261011216 C6_control_C2 +LQ10X004950 40S ribosomal protein S23 6.607748784 C6_control_C3 +LQ10X004950 40S ribosomal protein S23 5.499474309 C6_chemical_A1 +LQ10X004950 40S ribosomal protein S23 5.820146475 C6_chemical_A3 +LQ10X004950 40S ribosomal protein S23 5.816258976 C6_chemical_B1 +LQ10X004950 40S ribosomal protein S23 6.809252545 C6_chemical_B2 +LQ10X004950 40S ribosomal protein S23 5.190027172 C6_chemical_B3 +LQ10X004950 40S ribosomal protein S23 6.452642013 C6_chemical_C1 +LQ10X004950 40S ribosomal protein S23 6.829245144 C6_chemical_C2 +LQ10X004950 40S ribosomal protein S23 6.142539699 C6_chemical_C3 +LQ10X004950 40S ribosomal protein S23 6.114847227 L4_control_A1 +LQ10X004950 40S ribosomal protein S23 5.787839883 L4_control_A2 +LQ10X004950 40S ribosomal protein S23 6.488245408 L4_control_A3 +LQ10X004950 40S ribosomal protein S23 5.433683804 L4_control_B1 +LQ10X004950 40S ribosomal protein S23 5.769453289 L4_control_B2 +LQ10X004950 40S ribosomal protein S23 5.445752639 L4_control_B3 +LQ10X004950 40S ribosomal protein S23 5.628799799 L4_control_C2 +LQ10X004950 40S ribosomal protein S23 5.759106688 L4_control_C3 +LQ10X004950 40S ribosomal protein S23 5.690586028 L4_chemical_A1 +LQ10X004950 40S ribosomal protein S23 5.561387608 L4_chemical_A2 +LQ10X004950 40S ribosomal protein S23 6.558183147 L4_chemical_A3 +LQ10X004950 40S ribosomal protein S23 5.872380329 L4_chemical_B1 +LQ10X004950 40S ribosomal protein S23 5.131323148 L4_chemical_B2 +LQ10X004950 40S ribosomal protein S23 5.611497724 L4_chemical_B3 +LQ10X004950 40S ribosomal protein S23 5.129305452 L4_chemical_C2 +LQ10X004950 40S ribosomal protein S23 5.816699669 L4_chemical_C3 +LQ10X004970 Putative ureidoglycolate hydrolase 9.455426668 C6_control_A1 +LQ10X004970 Putative ureidoglycolate hydrolase 9.68042789 C6_control_A3 +LQ10X004970 Putative ureidoglycolate hydrolase 9.383199723 C6_control_B1 +LQ10X004970 Putative ureidoglycolate hydrolase 9.500161494 C6_control_B2 +LQ10X004970 Putative ureidoglycolate hydrolase 9.209041257 C6_control_B3 +LQ10X004970 Putative ureidoglycolate hydrolase 10.55248187 C6_control_C1 +LQ10X004970 Putative ureidoglycolate hydrolase 10.52111193 C6_control_C2 +LQ10X004970 Putative ureidoglycolate hydrolase 10.07226386 C6_control_C3 +LQ10X004970 Putative ureidoglycolate hydrolase 8.951415178 C6_chemical_A1 +LQ10X004970 Putative ureidoglycolate hydrolase 9.579973186 C6_chemical_A3 +LQ10X004970 Putative ureidoglycolate hydrolase 9.301369647 C6_chemical_B1 +LQ10X004970 Putative ureidoglycolate hydrolase 9.43394791 C6_chemical_B2 +LQ10X004970 Putative ureidoglycolate hydrolase 8.61160683 C6_chemical_B3 +LQ10X004970 Putative ureidoglycolate hydrolase 10.58214873 C6_chemical_C1 +LQ10X004970 Putative ureidoglycolate hydrolase 10.40013866 C6_chemical_C2 +LQ10X004970 Putative ureidoglycolate hydrolase 10.26594659 C6_chemical_C3 +LQ10X004970 Putative ureidoglycolate hydrolase 9.883929327 L4_control_A1 +LQ10X004970 Putative ureidoglycolate hydrolase 10.30022481 L4_control_A2 +LQ10X004970 Putative ureidoglycolate hydrolase 9.743184014 L4_control_A3 +LQ10X004970 Putative ureidoglycolate hydrolase 9.677913728 L4_control_B1 +LQ10X004970 Putative ureidoglycolate hydrolase 9.557364461 L4_control_B2 +LQ10X004970 Putative ureidoglycolate hydrolase 10.5093433 L4_control_B3 +LQ10X004970 Putative ureidoglycolate hydrolase 10.31499062 L4_control_C2 +LQ10X004970 Putative ureidoglycolate hydrolase 10.53534267 L4_control_C3 +LQ10X004970 Putative ureidoglycolate hydrolase 10.12021041 L4_chemical_A1 +LQ10X004970 Putative ureidoglycolate hydrolase 10.38923888 L4_chemical_A2 +LQ10X004970 Putative ureidoglycolate hydrolase 9.674681404 L4_chemical_A3 +LQ10X004970 Putative ureidoglycolate hydrolase 9.835562053 L4_chemical_B1 +LQ10X004970 Putative ureidoglycolate hydrolase 9.680287936 L4_chemical_B2 +LQ10X004970 Putative ureidoglycolate hydrolase 9.739953894 L4_chemical_B3 +LQ10X004970 Putative ureidoglycolate hydrolase 10.21302345 L4_chemical_C2 +LQ10X004970 Putative ureidoglycolate hydrolase 10.51324712 L4_chemical_C3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.221943976 C6_control_A1 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.881786477 C6_control_A3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.205363436 C6_control_B1 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.163758523 C6_control_B2 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.74067779 C6_control_B3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.84452537 C6_control_C1 +LQ10X005010 ATP synthase subunit d, mitochondrial 7.37084849 C6_control_C2 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.83305035 C6_control_C3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.015388294 C6_chemical_A1 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.104557336 C6_chemical_A3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.220615448 C6_chemical_B1 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.145024654 C6_chemical_B2 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.678385121 C6_chemical_B3 +LQ10X005010 ATP synthase subunit d, mitochondrial 7.317150724 C6_chemical_C1 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.487077055 C6_chemical_C2 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.331694197 C6_chemical_C3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.337419522 L4_control_A1 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.394651029 L4_control_A2 +LQ10X005010 ATP synthase subunit d, mitochondrial 5.89992878 L4_control_A3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.257802801 L4_control_B1 +LQ10X005010 ATP synthase subunit d, mitochondrial 5.881194684 L4_control_B2 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.272613345 L4_control_B3 +LQ10X005010 ATP synthase subunit d, mitochondrial 5.916273456 L4_control_C2 +LQ10X005010 ATP synthase subunit d, mitochondrial 5.376266325 L4_control_C3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.49233925 L4_chemical_A1 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.343621189 L4_chemical_A2 +LQ10X005010 ATP synthase subunit d, mitochondrial 5.758501392 L4_chemical_A3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.417437061 L4_chemical_B1 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.197282355 L4_chemical_B2 +LQ10X005010 ATP synthase subunit d, mitochondrial 5.766609518 L4_chemical_B3 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.942511343 L4_chemical_C2 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.114172132 L4_chemical_C3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.852136853 C6_control_A1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.781919987 C6_control_A3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.006271957 C6_control_B1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.871213434 C6_control_B2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.797608605 C6_control_B3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.26490109 C6_control_C1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.010128052 C6_control_C2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.843091044 C6_control_C3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.738362766 C6_chemical_A1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.018864146 C6_chemical_A3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.026229388 C6_chemical_B1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.865227023 C6_chemical_B2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.802115786 C6_chemical_B3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.391273432 C6_chemical_C1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.250871491 C6_chemical_C2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.60780211 C6_chemical_C3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.546790929 L4_control_A1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.728949999 L4_control_A2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.06093486 L4_control_A3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.867961302 L4_control_B1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.02724562 L4_control_B2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.895353644 L4_control_B3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.134849673 L4_control_C2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.824983991 L4_control_C3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.800500756 L4_chemical_A1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.837636445 L4_chemical_A2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.915999081 L4_chemical_A3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 8.122973091 L4_chemical_B1 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.931997875 L4_chemical_B2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.726694688 L4_chemical_B3 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.830185545 L4_chemical_C2 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.716936328 L4_chemical_C3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.414137821 C6_control_A1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.158848395 C6_control_A3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 4.928121624 C6_control_B1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.433786057 C6_control_B2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.161307381 C6_control_B3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.550257365 C6_control_C1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.380813925 C6_control_C2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.547222999 C6_control_C3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.630041088 C6_chemical_A1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.217568323 C6_chemical_A3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.284891617 C6_chemical_B1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.308629986 C6_chemical_B2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.346326601 C6_chemical_B3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.579204453 C6_chemical_C1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.648756545 C6_chemical_C2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.544866169 C6_chemical_C3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.687790555 L4_control_A1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.552903033 L4_control_A2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.719537347 L4_control_A3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 4.945218788 L4_control_B1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.372987987 L4_control_B2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.129430027 L4_control_B3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.581233925 L4_control_C2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 4.967869336 L4_control_C3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.442704802 L4_chemical_A1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.641038756 L4_chemical_A2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.732751578 L4_chemical_A3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.078759726 L4_chemical_B1 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.669785365 L4_chemical_B2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.186997554 L4_chemical_B3 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 4.78274628 L4_chemical_C2 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.388056483 L4_chemical_C3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 5.950955527 C6_control_A1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.372054982 C6_control_A3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.863717113 C6_control_B1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.144990133 C6_control_B2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.552586298 C6_control_B3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 5.910620297 C6_control_C1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.18267621 C6_control_C2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.162177742 C6_control_C3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.207492248 C6_chemical_A1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.099057157 C6_chemical_A3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.735784169 C6_chemical_B1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.076892432 C6_chemical_B2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.315439959 C6_chemical_B3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 5.92875222 C6_chemical_C1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.319048281 C6_chemical_C2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 5.91774131 C6_chemical_C3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.122256249 L4_control_A1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.167203916 L4_control_A2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.850373945 L4_control_A3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 7.660203409 L4_control_B1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 7.341297215 L4_control_B2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.003507369 L4_control_B3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 7.115461437 L4_control_C2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 7.598537424 L4_control_C3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 5.233473914 L4_chemical_A1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.085406365 L4_chemical_A2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.13314139 L4_chemical_A3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 7.022686425 L4_chemical_B1 +LQ10X005040 Putative Protein IQ-DOMAIN 1 7.450717444 L4_chemical_B2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.073222873 L4_chemical_B3 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.81202913 L4_chemical_C2 +LQ10X005040 Putative Protein IQ-DOMAIN 1 8.031874625 L4_chemical_C3 +LQ10X005050 Cyclin-L1-1 12.7177832 C6_control_A1 +LQ10X005050 Cyclin-L1-1 12.68555405 C6_control_A3 +LQ10X005050 Cyclin-L1-1 12.28674261 C6_control_B1 +LQ10X005050 Cyclin-L1-1 12.1749281 C6_control_B2 +LQ10X005050 Cyclin-L1-1 12.53971314 C6_control_B3 +LQ10X005050 Cyclin-L1-1 13.06554627 C6_control_C1 +LQ10X005050 Cyclin-L1-1 12.70279243 C6_control_C2 +LQ10X005050 Cyclin-L1-1 13.21475037 C6_control_C3 +LQ10X005050 Cyclin-L1-1 12.27539526 C6_chemical_A1 +LQ10X005050 Cyclin-L1-1 12.58471473 C6_chemical_A3 +LQ10X005050 Cyclin-L1-1 11.91642099 C6_chemical_B1 +LQ10X005050 Cyclin-L1-1 11.84244446 C6_chemical_B2 +LQ10X005050 Cyclin-L1-1 12.34051658 C6_chemical_B3 +LQ10X005050 Cyclin-L1-1 12.97958264 C6_chemical_C1 +LQ10X005050 Cyclin-L1-1 12.70891021 C6_chemical_C2 +LQ10X005050 Cyclin-L1-1 12.93713958 C6_chemical_C3 +LQ10X005050 Cyclin-L1-1 12.7712982 L4_control_A1 +LQ10X005050 Cyclin-L1-1 12.23853598 L4_control_A2 +LQ10X005050 Cyclin-L1-1 12.61211977 L4_control_A3 +LQ10X005050 Cyclin-L1-1 12.26314195 L4_control_B1 +LQ10X005050 Cyclin-L1-1 11.64401714 L4_control_B2 +LQ10X005050 Cyclin-L1-1 12.35468541 L4_control_B3 +LQ10X005050 Cyclin-L1-1 12.90091873 L4_control_C2 +LQ10X005050 Cyclin-L1-1 12.54926931 L4_control_C3 +LQ10X005050 Cyclin-L1-1 12.81020748 L4_chemical_A1 +LQ10X005050 Cyclin-L1-1 12.32535124 L4_chemical_A2 +LQ10X005050 Cyclin-L1-1 12.74722321 L4_chemical_A3 +LQ10X005050 Cyclin-L1-1 12.37388639 L4_chemical_B1 +LQ10X005050 Cyclin-L1-1 11.79710689 L4_chemical_B2 +LQ10X005050 Cyclin-L1-1 12.20210818 L4_chemical_B3 +LQ10X005050 Cyclin-L1-1 12.85122196 L4_chemical_C2 +LQ10X005050 Cyclin-L1-1 12.72220104 L4_chemical_C3 +LQ10X005060 Elongation factor 1-alpha 14.21643641 C6_control_A1 +LQ10X005060 Elongation factor 1-alpha 14.43857411 C6_control_A3 +LQ10X005060 Elongation factor 1-alpha 13.87813274 C6_control_B1 +LQ10X005060 Elongation factor 1-alpha 14.50368694 C6_control_B2 +LQ10X005060 Elongation factor 1-alpha 13.79755561 C6_control_B3 +LQ10X005060 Elongation factor 1-alpha 13.80063291 C6_control_C1 +LQ10X005060 Elongation factor 1-alpha 14.38407587 C6_control_C2 +LQ10X005060 Elongation factor 1-alpha 13.60255537 C6_control_C3 +LQ10X005060 Elongation factor 1-alpha 14.2372576 C6_chemical_A1 +LQ10X005060 Elongation factor 1-alpha 14.35589561 C6_chemical_A3 +LQ10X005060 Elongation factor 1-alpha 13.7486313 C6_chemical_B1 +LQ10X005060 Elongation factor 1-alpha 14.18285795 C6_chemical_B2 +LQ10X005060 Elongation factor 1-alpha 13.72247085 C6_chemical_B3 +LQ10X005060 Elongation factor 1-alpha 13.66788697 C6_chemical_C1 +LQ10X005060 Elongation factor 1-alpha 13.91266128 C6_chemical_C2 +LQ10X005060 Elongation factor 1-alpha 13.86464238 C6_chemical_C3 +LQ10X005060 Elongation factor 1-alpha 14.42902647 L4_control_A1 +LQ10X005060 Elongation factor 1-alpha 14.36260312 L4_control_A2 +LQ10X005060 Elongation factor 1-alpha 14.39701922 L4_control_A3 +LQ10X005060 Elongation factor 1-alpha 13.25548648 L4_control_B1 +LQ10X005060 Elongation factor 1-alpha 13.44098435 L4_control_B2 +LQ10X005060 Elongation factor 1-alpha 13.90258769 L4_control_B3 +LQ10X005060 Elongation factor 1-alpha 13.01175485 L4_control_C2 +LQ10X005060 Elongation factor 1-alpha 13.60655053 L4_control_C3 +LQ10X005060 Elongation factor 1-alpha 13.9467195 L4_chemical_A1 +LQ10X005060 Elongation factor 1-alpha 13.777715 L4_chemical_A2 +LQ10X005060 Elongation factor 1-alpha 13.94404399 L4_chemical_A3 +LQ10X005060 Elongation factor 1-alpha 12.98652328 L4_chemical_B1 +LQ10X005060 Elongation factor 1-alpha 12.72435578 L4_chemical_B2 +LQ10X005060 Elongation factor 1-alpha 14.00450882 L4_chemical_B3 +LQ10X005060 Elongation factor 1-alpha 13.0345625 L4_chemical_C2 +LQ10X005060 Elongation factor 1-alpha 13.37721791 L4_chemical_C3 +LQ10X005090 Elongation factor 1-alpha 5.200071411 C6_control_A1 +LQ10X005090 Elongation factor 1-alpha 5.194476323 C6_control_A3 +LQ10X005090 Elongation factor 1-alpha 5.822119611 C6_control_B1 +LQ10X005090 Elongation factor 1-alpha 5.859625036 C6_control_B2 +LQ10X005090 Elongation factor 1-alpha 5.725729831 C6_control_B3 +LQ10X005090 Elongation factor 1-alpha 5.884671127 C6_control_C1 +LQ10X005090 Elongation factor 1-alpha 6.631763863 C6_control_C2 +LQ10X005090 Elongation factor 1-alpha 5.855726756 C6_control_C3 +LQ10X005090 Elongation factor 1-alpha 5.288561462 C6_chemical_A1 +LQ10X005090 Elongation factor 1-alpha 5.261591984 C6_chemical_A3 +LQ10X005090 Elongation factor 1-alpha 6.206102051 C6_chemical_B1 +LQ10X005090 Elongation factor 1-alpha 5.761820879 C6_chemical_B2 +LQ10X005090 Elongation factor 1-alpha 5.823992376 C6_chemical_B3 +LQ10X005090 Elongation factor 1-alpha 5.836571444 C6_chemical_C1 +LQ10X005090 Elongation factor 1-alpha 5.560817021 C6_chemical_C2 +LQ10X005090 Elongation factor 1-alpha 5.63976842 C6_chemical_C3 +LQ10X005090 Elongation factor 1-alpha 5.021288781 L4_control_A1 +LQ10X005090 Elongation factor 1-alpha 5.184043824 L4_control_A2 +LQ10X005090 Elongation factor 1-alpha 4.761842797 L4_control_A3 +LQ10X005090 Elongation factor 1-alpha 6.10816892 L4_control_B1 +LQ10X005090 Elongation factor 1-alpha 5.341173277 L4_control_B2 +LQ10X005090 Elongation factor 1-alpha 5.382683934 L4_control_B3 +LQ10X005090 Elongation factor 1-alpha 5.419541604 L4_control_C2 +LQ10X005090 Elongation factor 1-alpha 5.285910215 L4_control_C3 +LQ10X005090 Elongation factor 1-alpha 5.142187527 L4_chemical_A1 +LQ10X005090 Elongation factor 1-alpha 5.189387847 L4_chemical_A2 +LQ10X005090 Elongation factor 1-alpha 4.637790979 L4_chemical_A3 +LQ10X005090 Elongation factor 1-alpha 5.943460328 L4_chemical_B1 +LQ10X005090 Elongation factor 1-alpha 5.715053043 L4_chemical_B2 +LQ10X005090 Elongation factor 1-alpha 5.400612148 L4_chemical_B3 +LQ10X005090 Elongation factor 1-alpha 5.462514296 L4_chemical_C2 +LQ10X005090 Elongation factor 1-alpha 5.485879613 L4_chemical_C3 +LQ10X005100 Predicted protein 5.306266158 C6_control_A1 +LQ10X005100 Predicted protein 5.666995774 C6_control_A3 +LQ10X005100 Predicted protein 5.376710442 C6_control_B1 +LQ10X005100 Predicted protein 5.69022686 C6_control_B2 +LQ10X005100 Predicted protein 5.324597395 C6_control_B3 +LQ10X005100 Predicted protein 6.057630684 C6_control_C1 +LQ10X005100 Predicted protein 5.552318138 C6_control_C2 +LQ10X005100 Predicted protein 5.432844732 C6_control_C3 +LQ10X005100 Predicted protein 5.419574171 C6_chemical_A1 +LQ10X005100 Predicted protein 5.240810366 C6_chemical_A3 +LQ10X005100 Predicted protein 5.353300457 C6_chemical_B1 +LQ10X005100 Predicted protein 5.475589383 C6_chemical_B2 +LQ10X005100 Predicted protein 5.413407397 C6_chemical_B3 +LQ10X005100 Predicted protein 6.125743044 C6_chemical_C1 +LQ10X005100 Predicted protein 5.481443717 C6_chemical_C2 +LQ10X005100 Predicted protein 5.423612139 C6_chemical_C3 +LQ10X005100 Predicted protein 5.268957078 L4_control_A1 +LQ10X005100 Predicted protein 5.261902873 L4_control_A2 +LQ10X005100 Predicted protein 5.270604511 L4_control_A3 +LQ10X005100 Predicted protein 5.349189245 L4_control_B1 +LQ10X005100 Predicted protein 5.001701445 L4_control_B2 +LQ10X005100 Predicted protein 5.264706773 L4_control_B3 +LQ10X005100 Predicted protein 5.214817316 L4_control_C2 +LQ10X005100 Predicted protein 5.339980568 L4_control_C3 +LQ10X005100 Predicted protein 5.550196712 L4_chemical_A1 +LQ10X005100 Predicted protein 5.128928262 L4_chemical_A2 +LQ10X005100 Predicted protein 5.440014037 L4_chemical_A3 +LQ10X005100 Predicted protein 5.753266839 L4_chemical_B1 +LQ10X005100 Predicted protein 4.965669794 L4_chemical_B2 +LQ10X005100 Predicted protein 5.207489252 L4_chemical_B3 +LQ10X005100 Predicted protein 5.042444574 L4_chemical_C2 +LQ10X005100 Predicted protein 5.75266785 L4_chemical_C3 +LQ10X005120 Putative Transcription factor GTE6 9.97543055 C6_control_A1 +LQ10X005120 Putative Transcription factor GTE6 10.48639355 C6_control_A3 +LQ10X005120 Putative Transcription factor GTE6 9.835158081 C6_control_B1 +LQ10X005120 Putative Transcription factor GTE6 9.495454059 C6_control_B2 +LQ10X005120 Putative Transcription factor GTE6 9.372675976 C6_control_B3 +LQ10X005120 Putative Transcription factor GTE6 10.0899678 C6_control_C1 +LQ10X005120 Putative Transcription factor GTE6 10.27564292 C6_control_C2 +LQ10X005120 Putative Transcription factor GTE6 9.684067947 C6_control_C3 +LQ10X005120 Putative Transcription factor GTE6 9.690352239 C6_chemical_A1 +LQ10X005120 Putative Transcription factor GTE6 10.63772479 C6_chemical_A3 +LQ10X005120 Putative Transcription factor GTE6 9.441271531 C6_chemical_B1 +LQ10X005120 Putative Transcription factor GTE6 9.42025478 C6_chemical_B2 +LQ10X005120 Putative Transcription factor GTE6 9.467225256 C6_chemical_B3 +LQ10X005120 Putative Transcription factor GTE6 10.11675697 C6_chemical_C1 +LQ10X005120 Putative Transcription factor GTE6 10.04074122 C6_chemical_C2 +LQ10X005120 Putative Transcription factor GTE6 10.20015554 C6_chemical_C3 +LQ10X005120 Putative Transcription factor GTE6 10.42170424 L4_control_A1 +LQ10X005120 Putative Transcription factor GTE6 9.972770207 L4_control_A2 +LQ10X005120 Putative Transcription factor GTE6 10.7212552 L4_control_A3 +LQ10X005120 Putative Transcription factor GTE6 9.347538902 L4_control_B1 +LQ10X005120 Putative Transcription factor GTE6 9.741386485 L4_control_B2 +LQ10X005120 Putative Transcription factor GTE6 8.874854547 L4_control_B3 +LQ10X005120 Putative Transcription factor GTE6 10.00394178 L4_control_C2 +LQ10X005120 Putative Transcription factor GTE6 9.97682881 L4_control_C3 +LQ10X005120 Putative Transcription factor GTE6 10.2302975 L4_chemical_A1 +LQ10X005120 Putative Transcription factor GTE6 9.842837064 L4_chemical_A2 +LQ10X005120 Putative Transcription factor GTE6 10.81639248 L4_chemical_A3 +LQ10X005120 Putative Transcription factor GTE6 9.898291496 L4_chemical_B1 +LQ10X005120 Putative Transcription factor GTE6 9.408069531 L4_chemical_B2 +LQ10X005120 Putative Transcription factor GTE6 9.103346835 L4_chemical_B3 +LQ10X005120 Putative Transcription factor GTE6 10.00917033 L4_chemical_C2 +LQ10X005120 Putative Transcription factor GTE6 10.20519116 L4_chemical_C3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.422344202 C6_control_A1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 5.938200904 C6_control_A3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 5.63844433 C6_control_B1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.72959209 C6_control_B2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.258316256 C6_control_B3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.881272071 C6_control_C1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.585823896 C6_control_C2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.999671685 C6_control_C3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.681409716 C6_chemical_A1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.441211218 C6_chemical_A3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.008673685 C6_chemical_B1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.333276928 C6_chemical_B2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.12568559 C6_chemical_B3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 8.114562018 C6_chemical_C1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.759010344 C6_chemical_C2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 8.250012739 C6_chemical_C3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.213105828 L4_control_A1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.304714201 L4_control_A2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.953513664 L4_control_A3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.278597487 L4_control_B1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.862256067 L4_control_B2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.894719221 L4_control_B3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.437209269 L4_control_C2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 8.351833232 L4_control_C3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.428361265 L4_chemical_A1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.706277595 L4_chemical_A2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.67517064 L4_chemical_A3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.067029669 L4_chemical_B1 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.908809103 L4_chemical_B2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.273750273 L4_chemical_B3 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.676916874 L4_chemical_C2 +LQ10X005140 E3 SUMO-protein ligase SIZ1 7.851300891 L4_chemical_C3 +LQ10X005150 Predicted protein 9.11720985 C6_control_A1 +LQ10X005150 Predicted protein 9.482948 C6_control_A3 +LQ10X005150 Predicted protein 8.784383714 C6_control_B1 +LQ10X005150 Predicted protein 9.178270022 C6_control_B2 +LQ10X005150 Predicted protein 8.869818908 C6_control_B3 +LQ10X005150 Predicted protein 9.759197327 C6_control_C1 +LQ10X005150 Predicted protein 9.914449656 C6_control_C2 +LQ10X005150 Predicted protein 9.422281799 C6_control_C3 +LQ10X005150 Predicted protein 8.897191492 C6_chemical_A1 +LQ10X005150 Predicted protein 9.310680855 C6_chemical_A3 +LQ10X005150 Predicted protein 8.429347605 C6_chemical_B1 +LQ10X005150 Predicted protein 9.392104811 C6_chemical_B2 +LQ10X005150 Predicted protein 8.861156974 C6_chemical_B3 +LQ10X005150 Predicted protein 9.806386873 C6_chemical_C1 +LQ10X005150 Predicted protein 9.756426414 C6_chemical_C2 +LQ10X005150 Predicted protein 9.497556401 C6_chemical_C3 +LQ10X005150 Predicted protein 9.421258696 L4_control_A1 +LQ10X005150 Predicted protein 9.59637682 L4_control_A2 +LQ10X005150 Predicted protein 10.36310198 L4_control_A3 +LQ10X005150 Predicted protein 9.425346243 L4_control_B1 +LQ10X005150 Predicted protein 9.353992465 L4_control_B2 +LQ10X005150 Predicted protein 9.570222367 L4_control_B3 +LQ10X005150 Predicted protein 9.394966033 L4_control_C2 +LQ10X005150 Predicted protein 9.515678259 L4_control_C3 +LQ10X005150 Predicted protein 9.204379864 L4_chemical_A1 +LQ10X005150 Predicted protein 9.512862743 L4_chemical_A2 +LQ10X005150 Predicted protein 9.971920638 L4_chemical_A3 +LQ10X005150 Predicted protein 9.278441562 L4_chemical_B1 +LQ10X005150 Predicted protein 8.794431622 L4_chemical_B2 +LQ10X005150 Predicted protein 9.436615645 L4_chemical_B3 +LQ10X005150 Predicted protein 9.452669961 L4_chemical_C2 +LQ10X005150 Predicted protein 9.615456722 L4_chemical_C3 +LQ10X005170 Putative uncharacterized protein 12.22888228 C6_control_A1 +LQ10X005170 Putative uncharacterized protein 12.1877235 C6_control_A3 +LQ10X005170 Putative uncharacterized protein 12.37443774 C6_control_B1 +LQ10X005170 Putative uncharacterized protein 12.63961897 C6_control_B2 +LQ10X005170 Putative uncharacterized protein 12.44143707 C6_control_B3 +LQ10X005170 Putative uncharacterized protein 12.16729908 C6_control_C1 +LQ10X005170 Putative uncharacterized protein 12.31091608 C6_control_C2 +LQ10X005170 Putative uncharacterized protein 12.32618299 C6_control_C3 +LQ10X005170 Putative uncharacterized protein 12.2802761 C6_chemical_A1 +LQ10X005170 Putative uncharacterized protein 12.50017607 C6_chemical_A3 +LQ10X005170 Putative uncharacterized protein 12.22545012 C6_chemical_B1 +LQ10X005170 Putative uncharacterized protein 12.55479421 C6_chemical_B2 +LQ10X005170 Putative uncharacterized protein 12.46627111 C6_chemical_B3 +LQ10X005170 Putative uncharacterized protein 12.10087311 C6_chemical_C1 +LQ10X005170 Putative uncharacterized protein 12.09062939 C6_chemical_C2 +LQ10X005170 Putative uncharacterized protein 12.38983973 C6_chemical_C3 +LQ10X005170 Putative uncharacterized protein 12.39181761 L4_control_A1 +LQ10X005170 Putative uncharacterized protein 12.57297315 L4_control_A2 +LQ10X005170 Putative uncharacterized protein 12.3979552 L4_control_A3 +LQ10X005170 Putative uncharacterized protein 12.40114739 L4_control_B1 +LQ10X005170 Putative uncharacterized protein 12.29162627 L4_control_B2 +LQ10X005170 Putative uncharacterized protein 11.88099476 L4_control_B3 +LQ10X005170 Putative uncharacterized protein 11.37032828 L4_control_C2 +LQ10X005170 Putative uncharacterized protein 12.04243026 L4_control_C3 +LQ10X005170 Putative uncharacterized protein 12.50560469 L4_chemical_A1 +LQ10X005170 Putative uncharacterized protein 12.47868194 L4_chemical_A2 +LQ10X005170 Putative uncharacterized protein 12.5276325 L4_chemical_A3 +LQ10X005170 Putative uncharacterized protein 12.29249339 L4_chemical_B1 +LQ10X005170 Putative uncharacterized protein 11.93306774 L4_chemical_B2 +LQ10X005170 Putative uncharacterized protein 12.51918379 L4_chemical_B3 +LQ10X005170 Putative uncharacterized protein 11.40955894 L4_chemical_C2 +LQ10X005170 Putative uncharacterized protein 12.01906362 L4_chemical_C3 +LQ10X005190 Putative uncharacterized protein 10.67744953 C6_control_A1 +LQ10X005190 Putative uncharacterized protein 10.11349365 C6_control_A3 +LQ10X005190 Putative uncharacterized protein 10.95422833 C6_control_B1 +LQ10X005190 Putative uncharacterized protein 11.1452891 C6_control_B2 +LQ10X005190 Putative uncharacterized protein 11.04040471 C6_control_B3 +LQ10X005190 Putative uncharacterized protein 11.32883431 C6_control_C1 +LQ10X005190 Putative uncharacterized protein 11.39261706 C6_control_C2 +LQ10X005190 Putative uncharacterized protein 11.41593254 C6_control_C3 +LQ10X005190 Putative uncharacterized protein 11.01903998 C6_chemical_A1 +LQ10X005190 Putative uncharacterized protein 10.51473273 C6_chemical_A3 +LQ10X005190 Putative uncharacterized protein 11.36518501 C6_chemical_B1 +LQ10X005190 Putative uncharacterized protein 11.22391044 C6_chemical_B2 +LQ10X005190 Putative uncharacterized protein 11.25219997 C6_chemical_B3 +LQ10X005190 Putative uncharacterized protein 11.30794539 C6_chemical_C1 +LQ10X005190 Putative uncharacterized protein 11.36617078 C6_chemical_C2 +LQ10X005190 Putative uncharacterized protein 12.09414184 C6_chemical_C3 +LQ10X005190 Putative uncharacterized protein 10.88579422 L4_control_A1 +LQ10X005190 Putative uncharacterized protein 10.33971677 L4_control_A2 +LQ10X005190 Putative uncharacterized protein 10.80757399 L4_control_A3 +LQ10X005190 Putative uncharacterized protein 10.99106147 L4_control_B1 +LQ10X005190 Putative uncharacterized protein 10.94771245 L4_control_B2 +LQ10X005190 Putative uncharacterized protein 11.38066084 L4_control_B3 +LQ10X005190 Putative uncharacterized protein 11.287578 L4_control_C2 +LQ10X005190 Putative uncharacterized protein 11.56440036 L4_control_C3 +LQ10X005190 Putative uncharacterized protein 10.77363514 L4_chemical_A1 +LQ10X005190 Putative uncharacterized protein 10.82891385 L4_chemical_A2 +LQ10X005190 Putative uncharacterized protein 10.8672076 L4_chemical_A3 +LQ10X005190 Putative uncharacterized protein 10.81371866 L4_chemical_B1 +LQ10X005190 Putative uncharacterized protein 10.91001469 L4_chemical_B2 +LQ10X005190 Putative uncharacterized protein 11.37233194 L4_chemical_B3 +LQ10X005190 Putative uncharacterized protein 11.23413568 L4_chemical_C2 +LQ10X005190 Putative uncharacterized protein 11.44352398 L4_chemical_C3 +LQ10X005220 MLO-like protein 6 6.161551799 C6_control_A1 +LQ10X005220 MLO-like protein 6 5.715948822 C6_control_A3 +LQ10X005220 MLO-like protein 6 6.020747728 C6_control_B1 +LQ10X005220 MLO-like protein 6 6.170003424 C6_control_B2 +LQ10X005220 MLO-like protein 6 6.409767025 C6_control_B3 +LQ10X005220 MLO-like protein 6 6.657688138 C6_control_C1 +LQ10X005220 MLO-like protein 6 7.73390131 C6_control_C2 +LQ10X005220 MLO-like protein 6 6.568021878 C6_control_C3 +LQ10X005220 MLO-like protein 6 6.067755132 C6_chemical_A1 +LQ10X005220 MLO-like protein 6 5.79435168 C6_chemical_A3 +LQ10X005220 MLO-like protein 6 5.833476824 C6_chemical_B1 +LQ10X005220 MLO-like protein 6 6.494282139 C6_chemical_B2 +LQ10X005220 MLO-like protein 6 6.454055525 C6_chemical_B3 +LQ10X005220 MLO-like protein 6 6.65443779 C6_chemical_C1 +LQ10X005220 MLO-like protein 6 6.146941569 C6_chemical_C2 +LQ10X005220 MLO-like protein 6 6.438827886 C6_chemical_C3 +LQ10X005220 MLO-like protein 6 5.884645836 L4_control_A1 +LQ10X005220 MLO-like protein 6 6.424494803 L4_control_A2 +LQ10X005220 MLO-like protein 6 5.808320837 L4_control_A3 +LQ10X005220 MLO-like protein 6 5.588588622 L4_control_B1 +LQ10X005220 MLO-like protein 6 6.857064114 L4_control_B2 +LQ10X005220 MLO-like protein 6 6.244370018 L4_control_B3 +LQ10X005220 MLO-like protein 6 5.925124778 L4_control_C2 +LQ10X005220 MLO-like protein 6 5.818799669 L4_control_C3 +LQ10X005220 MLO-like protein 6 6.229543661 L4_chemical_A1 +LQ10X005220 MLO-like protein 6 6.151181859 L4_chemical_A2 +LQ10X005220 MLO-like protein 6 5.850407536 L4_chemical_A3 +LQ10X005220 MLO-like protein 6 6.238008177 L4_chemical_B1 +LQ10X005220 MLO-like protein 6 6.388372004 L4_chemical_B2 +LQ10X005220 MLO-like protein 6 6.418935881 L4_chemical_B3 +LQ10X005220 MLO-like protein 6 5.405101672 L4_chemical_C2 +LQ10X005220 MLO-like protein 6 5.147393043 L4_chemical_C3 +LQ10X005250 Putative Transmembrane protein 115 5.784997611 C6_control_A1 +LQ10X005250 Putative Transmembrane protein 115 5.741989153 C6_control_A3 +LQ10X005250 Putative Transmembrane protein 115 5.779649268 C6_control_B1 +LQ10X005250 Putative Transmembrane protein 115 5.296041418 C6_control_B2 +LQ10X005250 Putative Transmembrane protein 115 5.194413387 C6_control_B3 +LQ10X005250 Putative Transmembrane protein 115 5.135410192 C6_control_C1 +LQ10X005250 Putative Transmembrane protein 115 5.61463803 C6_control_C2 +LQ10X005250 Putative Transmembrane protein 115 5.274999522 C6_control_C3 +LQ10X005250 Putative Transmembrane protein 115 5.526140185 C6_chemical_A1 +LQ10X005250 Putative Transmembrane protein 115 5.487297179 C6_chemical_A3 +LQ10X005250 Putative Transmembrane protein 115 5.528700312 C6_chemical_B1 +LQ10X005250 Putative Transmembrane protein 115 5.217797402 C6_chemical_B2 +LQ10X005250 Putative Transmembrane protein 115 5.296074629 C6_chemical_B3 +LQ10X005250 Putative Transmembrane protein 115 5.152951822 C6_chemical_C1 +LQ10X005250 Putative Transmembrane protein 115 5.166294357 C6_chemical_C2 +LQ10X005250 Putative Transmembrane protein 115 5.127623717 C6_chemical_C3 +LQ10X005250 Putative Transmembrane protein 115 5.492330068 L4_control_A1 +LQ10X005250 Putative Transmembrane protein 115 5.721591922 L4_control_A2 +LQ10X005250 Putative Transmembrane protein 115 5.798474833 L4_control_A3 +LQ10X005250 Putative Transmembrane protein 115 5.0636435 L4_control_B1 +LQ10X005250 Putative Transmembrane protein 115 5.996421334 L4_control_B2 +LQ10X005250 Putative Transmembrane protein 115 5.326752309 L4_control_B3 +LQ10X005250 Putative Transmembrane protein 115 6.219689234 L4_control_C2 +LQ10X005250 Putative Transmembrane protein 115 5.477639208 L4_control_C3 +LQ10X005250 Putative Transmembrane protein 115 5.982379365 L4_chemical_A1 +LQ10X005250 Putative Transmembrane protein 115 5.861722431 L4_chemical_A2 +LQ10X005250 Putative Transmembrane protein 115 5.804450571 L4_chemical_A3 +LQ10X005250 Putative Transmembrane protein 115 5.57778713 L4_chemical_B1 +LQ10X005250 Putative Transmembrane protein 115 5.454578318 L4_chemical_B2 +LQ10X005250 Putative Transmembrane protein 115 5.211864724 L4_chemical_B3 +LQ10X005250 Putative Transmembrane protein 115 5.809960351 L4_chemical_C2 +LQ10X005250 Putative Transmembrane protein 115 5.147339167 L4_chemical_C3 +LQ10X005260 Putative uncharacterized protein 9.760965214 C6_control_A1 +LQ10X005260 Putative uncharacterized protein 9.093417848 C6_control_A3 +LQ10X005260 Putative uncharacterized protein 9.948108565 C6_control_B1 +LQ10X005260 Putative uncharacterized protein 10.7140263 C6_control_B2 +LQ10X005260 Putative uncharacterized protein 9.900151244 C6_control_B3 +LQ10X005260 Putative uncharacterized protein 11.8653197 C6_control_C1 +LQ10X005260 Putative uncharacterized protein 11.91191311 C6_control_C2 +LQ10X005260 Putative uncharacterized protein 11.43584153 C6_control_C3 +LQ10X005260 Putative uncharacterized protein 9.727792594 C6_chemical_A1 +LQ10X005260 Putative uncharacterized protein 9.572131248 C6_chemical_A3 +LQ10X005260 Putative uncharacterized protein 9.96034333 C6_chemical_B1 +LQ10X005260 Putative uncharacterized protein 10.72585882 C6_chemical_B2 +LQ10X005260 Putative uncharacterized protein 9.708807108 C6_chemical_B3 +LQ10X005260 Putative uncharacterized protein 11.88414549 C6_chemical_C1 +LQ10X005260 Putative uncharacterized protein 11.77564047 C6_chemical_C2 +LQ10X005260 Putative uncharacterized protein 11.74562623 C6_chemical_C3 +LQ10X005260 Putative uncharacterized protein 9.600883594 L4_control_A1 +LQ10X005260 Putative uncharacterized protein 8.906770049 L4_control_A2 +LQ10X005260 Putative uncharacterized protein 7.908942152 L4_control_A3 +LQ10X005260 Putative uncharacterized protein 9.555736379 L4_control_B1 +LQ10X005260 Putative uncharacterized protein 9.416610277 L4_control_B2 +LQ10X005260 Putative uncharacterized protein 10.26674667 L4_control_B3 +LQ10X005260 Putative uncharacterized protein 10.08196434 L4_control_C2 +LQ10X005260 Putative uncharacterized protein 10.01581767 L4_control_C3 +LQ10X005260 Putative uncharacterized protein 9.819988242 L4_chemical_A1 +LQ10X005260 Putative uncharacterized protein 9.041678842 L4_chemical_A2 +LQ10X005260 Putative uncharacterized protein 8.464190133 L4_chemical_A3 +LQ10X005260 Putative uncharacterized protein 9.37504633 L4_chemical_B1 +LQ10X005260 Putative uncharacterized protein 8.807950874 L4_chemical_B2 +LQ10X005260 Putative uncharacterized protein 9.741257866 L4_chemical_B3 +LQ10X005260 Putative uncharacterized protein 10.15244886 L4_chemical_C2 +LQ10X005260 Putative uncharacterized protein 9.925614442 L4_chemical_C3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.11436536 C6_control_A1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.02350803 C6_control_A3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.17089191 C6_control_B1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.56318674 C6_control_B2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.31760963 C6_control_B3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.55522944 C6_control_C1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.31651224 C6_control_C2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.60774594 C6_control_C3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.3348784 C6_chemical_A1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.25206291 C6_chemical_A3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.44502559 C6_chemical_B1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.55614959 C6_chemical_B2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.36385723 C6_chemical_B3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.1880309 C6_chemical_C1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.74644033 C6_chemical_C2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.2260502 C6_chemical_C3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.07871697 L4_control_A1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.02396629 L4_control_A2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 14.77255399 L4_control_A3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.22666371 L4_control_B1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.03411206 L4_control_B2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.44956621 L4_control_B3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.10400093 L4_control_C2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 14.91451527 L4_control_C3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 14.45754325 L4_chemical_A1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 14.6844001 L4_chemical_A2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 14.46355435 L4_chemical_A3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 14.67589909 L4_chemical_B1 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 14.97042149 L4_chemical_B2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.05824936 L4_chemical_B3 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.31490451 L4_chemical_C2 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.07229727 L4_chemical_C3 +LQ10X005360 Putative Para-aminobenzoate synthase 4.487176513 C6_control_A1 +LQ10X005360 Putative Para-aminobenzoate synthase 4.838936645 C6_control_A3 +LQ10X005360 Putative Para-aminobenzoate synthase 4.399624864 C6_control_B1 +LQ10X005360 Putative Para-aminobenzoate synthase 5.037528738 C6_control_B2 +LQ10X005360 Putative Para-aminobenzoate synthase 4.561159604 C6_control_B3 +LQ10X005360 Putative Para-aminobenzoate synthase 5.355240791 C6_control_C1 +LQ10X005360 Putative Para-aminobenzoate synthase 4.590884328 C6_control_C2 +LQ10X005360 Putative Para-aminobenzoate synthase 4.907074587 C6_control_C3 +LQ10X005360 Putative Para-aminobenzoate synthase 4.699731168 C6_chemical_A1 +LQ10X005360 Putative Para-aminobenzoate synthase 4.90030991 C6_chemical_A3 +LQ10X005360 Putative Para-aminobenzoate synthase 4.759867093 C6_chemical_B1 +LQ10X005360 Putative Para-aminobenzoate synthase 4.923727782 C6_chemical_B2 +LQ10X005360 Putative Para-aminobenzoate synthase 4.821604691 C6_chemical_B3 +LQ10X005360 Putative Para-aminobenzoate synthase 5.631745378 C6_chemical_C1 +LQ10X005360 Putative Para-aminobenzoate synthase 5.129306151 C6_chemical_C2 +LQ10X005360 Putative Para-aminobenzoate synthase 5.492157719 C6_chemical_C3 +LQ10X005360 Putative Para-aminobenzoate synthase 4.826146065 L4_control_A1 +LQ10X005360 Putative Para-aminobenzoate synthase 4.787202806 L4_control_A2 +LQ10X005360 Putative Para-aminobenzoate synthase 5.15272453 L4_control_A3 +LQ10X005360 Putative Para-aminobenzoate synthase 4.706410744 L4_control_B1 +LQ10X005360 Putative Para-aminobenzoate synthase 4.568078235 L4_control_B2 +LQ10X005360 Putative Para-aminobenzoate synthase 4.556866554 L4_control_B3 +LQ10X005360 Putative Para-aminobenzoate synthase 5.76037102 L4_control_C2 +LQ10X005360 Putative Para-aminobenzoate synthase 4.855922179 L4_control_C3 +LQ10X005360 Putative Para-aminobenzoate synthase 4.42452512 L4_chemical_A1 +LQ10X005360 Putative Para-aminobenzoate synthase 4.608642081 L4_chemical_A2 +LQ10X005360 Putative Para-aminobenzoate synthase 5.448956161 L4_chemical_A3 +LQ10X005360 Putative Para-aminobenzoate synthase 4.833349952 L4_chemical_B1 +LQ10X005360 Putative Para-aminobenzoate synthase 4.725949344 L4_chemical_B2 +LQ10X005360 Putative Para-aminobenzoate synthase 6.668216158 L4_chemical_B3 +LQ10X005360 Putative Para-aminobenzoate synthase 5.488208746 L4_chemical_C2 +LQ10X005360 Putative Para-aminobenzoate synthase 5.10621447 L4_chemical_C3 +LQ10X005370 Chorismate synthase, chloroplastic 11.24993264 C6_control_A1 +LQ10X005370 Chorismate synthase, chloroplastic 11.34237955 C6_control_A3 +LQ10X005370 Chorismate synthase, chloroplastic 11.18231117 C6_control_B1 +LQ10X005370 Chorismate synthase, chloroplastic 11.35104876 C6_control_B2 +LQ10X005370 Chorismate synthase, chloroplastic 11.15627838 C6_control_B3 +LQ10X005370 Chorismate synthase, chloroplastic 11.2236875 C6_control_C1 +LQ10X005370 Chorismate synthase, chloroplastic 10.78435806 C6_control_C2 +LQ10X005370 Chorismate synthase, chloroplastic 10.90615941 C6_control_C3 +LQ10X005370 Chorismate synthase, chloroplastic 11.27756139 C6_chemical_A1 +LQ10X005370 Chorismate synthase, chloroplastic 11.4382675 C6_chemical_A3 +LQ10X005370 Chorismate synthase, chloroplastic 10.96554243 C6_chemical_B1 +LQ10X005370 Chorismate synthase, chloroplastic 11.19517909 C6_chemical_B2 +LQ10X005370 Chorismate synthase, chloroplastic 10.9438252 C6_chemical_B3 +LQ10X005370 Chorismate synthase, chloroplastic 11.12893257 C6_chemical_C1 +LQ10X005370 Chorismate synthase, chloroplastic 11.0915252 C6_chemical_C2 +LQ10X005370 Chorismate synthase, chloroplastic 10.81989292 C6_chemical_C3 +LQ10X005370 Chorismate synthase, chloroplastic 11.53403342 L4_control_A1 +LQ10X005370 Chorismate synthase, chloroplastic 10.79863526 L4_control_A2 +LQ10X005370 Chorismate synthase, chloroplastic 11.22241456 L4_control_A3 +LQ10X005370 Chorismate synthase, chloroplastic 10.90754645 L4_control_B1 +LQ10X005370 Chorismate synthase, chloroplastic 11.70445815 L4_control_B2 +LQ10X005370 Chorismate synthase, chloroplastic 11.36229636 L4_control_B3 +LQ10X005370 Chorismate synthase, chloroplastic 11.50160282 L4_control_C2 +LQ10X005370 Chorismate synthase, chloroplastic 11.08819604 L4_control_C3 +LQ10X005370 Chorismate synthase, chloroplastic 10.96904564 L4_chemical_A1 +LQ10X005370 Chorismate synthase, chloroplastic 10.06993767 L4_chemical_A2 +LQ10X005370 Chorismate synthase, chloroplastic 11.04882778 L4_chemical_A3 +LQ10X005370 Chorismate synthase, chloroplastic 11.23034135 L4_chemical_B1 +LQ10X005370 Chorismate synthase, chloroplastic 11.12644592 L4_chemical_B2 +LQ10X005370 Chorismate synthase, chloroplastic 10.79294533 L4_chemical_B3 +LQ10X005370 Chorismate synthase, chloroplastic 11.44937877 L4_chemical_C2 +LQ10X005370 Chorismate synthase, chloroplastic 11.12572637 L4_chemical_C3 +LQ10X005380 Putative Patatin group A-3 6.302306228 C6_control_A1 +LQ10X005380 Putative Patatin group A-3 6.205623925 C6_control_A3 +LQ10X005380 Putative Patatin group A-3 5.664420903 C6_control_B1 +LQ10X005380 Putative Patatin group A-3 5.217715955 C6_control_B2 +LQ10X005380 Putative Patatin group A-3 5.647849246 C6_control_B3 +LQ10X005380 Putative Patatin group A-3 5.507975051 C6_control_C1 +LQ10X005380 Putative Patatin group A-3 5.715206382 C6_control_C2 +LQ10X005380 Putative Patatin group A-3 5.700626009 C6_control_C3 +LQ10X005380 Putative Patatin group A-3 7.137571491 C6_chemical_A1 +LQ10X005380 Putative Patatin group A-3 7.431051235 C6_chemical_A3 +LQ10X005380 Putative Patatin group A-3 6.217095511 C6_chemical_B1 +LQ10X005380 Putative Patatin group A-3 5.362878525 C6_chemical_B2 +LQ10X005380 Putative Patatin group A-3 5.999651913 C6_chemical_B3 +LQ10X005380 Putative Patatin group A-3 6.649671152 C6_chemical_C1 +LQ10X005380 Putative Patatin group A-3 6.05217022 C6_chemical_C2 +LQ10X005380 Putative Patatin group A-3 6.383622328 C6_chemical_C3 +LQ10X005380 Putative Patatin group A-3 7.642907524 L4_control_A1 +LQ10X005380 Putative Patatin group A-3 8.291944036 L4_control_A2 +LQ10X005380 Putative Patatin group A-3 6.452281388 L4_control_A3 +LQ10X005380 Putative Patatin group A-3 6.173295782 L4_control_B1 +LQ10X005380 Putative Patatin group A-3 6.815067012 L4_control_B2 +LQ10X005380 Putative Patatin group A-3 6.953119551 L4_control_B3 +LQ10X005380 Putative Patatin group A-3 8.521456885 L4_control_C2 +LQ10X005380 Putative Patatin group A-3 7.776293354 L4_control_C3 +LQ10X005380 Putative Patatin group A-3 7.566963731 L4_chemical_A1 +LQ10X005380 Putative Patatin group A-3 7.340874252 L4_chemical_A2 +LQ10X005380 Putative Patatin group A-3 6.866144125 L4_chemical_A3 +LQ10X005380 Putative Patatin group A-3 7.281115812 L4_chemical_B1 +LQ10X005380 Putative Patatin group A-3 8.261302055 L4_chemical_B2 +LQ10X005380 Putative Patatin group A-3 7.081310958 L4_chemical_B3 +LQ10X005380 Putative Patatin group A-3 8.287155002 L4_chemical_C2 +LQ10X005380 Putative Patatin group A-3 7.844097542 L4_chemical_C3 +LQ10X005400 V-type proton ATPase subunit G 13.93764271 C6_control_A1 +LQ10X005400 V-type proton ATPase subunit G 14.2119722 C6_control_A3 +LQ10X005400 V-type proton ATPase subunit G 14.25826975 C6_control_B1 +LQ10X005400 V-type proton ATPase subunit G 13.95887528 C6_control_B2 +LQ10X005400 V-type proton ATPase subunit G 14.11075708 C6_control_B3 +LQ10X005400 V-type proton ATPase subunit G 13.11957266 C6_control_C1 +LQ10X005400 V-type proton ATPase subunit G 13.32059569 C6_control_C2 +LQ10X005400 V-type proton ATPase subunit G 13.13098958 C6_control_C3 +LQ10X005400 V-type proton ATPase subunit G 13.86521049 C6_chemical_A1 +LQ10X005400 V-type proton ATPase subunit G 13.37074395 C6_chemical_A3 +LQ10X005400 V-type proton ATPase subunit G 13.98340196 C6_chemical_B1 +LQ10X005400 V-type proton ATPase subunit G 13.94771642 C6_chemical_B2 +LQ10X005400 V-type proton ATPase subunit G 13.77472724 C6_chemical_B3 +LQ10X005400 V-type proton ATPase subunit G 13.32866269 C6_chemical_C1 +LQ10X005400 V-type proton ATPase subunit G 12.97783516 C6_chemical_C2 +LQ10X005400 V-type proton ATPase subunit G 12.87165882 C6_chemical_C3 +LQ10X005400 V-type proton ATPase subunit G 14.20647041 L4_control_A1 +LQ10X005400 V-type proton ATPase subunit G 14.27246342 L4_control_A2 +LQ10X005400 V-type proton ATPase subunit G 13.44467786 L4_control_A3 +LQ10X005400 V-type proton ATPase subunit G 13.68297403 L4_control_B1 +LQ10X005400 V-type proton ATPase subunit G 13.07403446 L4_control_B2 +LQ10X005400 V-type proton ATPase subunit G 14.0226634 L4_control_B3 +LQ10X005400 V-type proton ATPase subunit G 12.85673348 L4_control_C2 +LQ10X005400 V-type proton ATPase subunit G 12.39372284 L4_control_C3 +LQ10X005400 V-type proton ATPase subunit G 14.18353612 L4_chemical_A1 +LQ10X005400 V-type proton ATPase subunit G 14.01642233 L4_chemical_A2 +LQ10X005400 V-type proton ATPase subunit G 13.95371198 L4_chemical_A3 +LQ10X005400 V-type proton ATPase subunit G 13.82890857 L4_chemical_B1 +LQ10X005400 V-type proton ATPase subunit G 13.29176235 L4_chemical_B2 +LQ10X005400 V-type proton ATPase subunit G 14.20901537 L4_chemical_B3 +LQ10X005400 V-type proton ATPase subunit G 12.94208291 L4_chemical_C2 +LQ10X005400 V-type proton ATPase subunit G 12.74580207 L4_chemical_C3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.758067269 C6_control_A1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.745108534 C6_control_A3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.683498009 C6_control_B1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.64041529 C6_control_B2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 6.026714684 C6_control_B3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.392911911 C6_control_C1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.835435039 C6_control_C2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.628357712 C6_control_C3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.829945638 C6_chemical_A1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.559362845 C6_chemical_A3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.824995838 C6_chemical_B1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.459704616 C6_chemical_B2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.370731813 C6_chemical_B3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.1977132 C6_chemical_C1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.749802521 C6_chemical_C2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.472623832 C6_chemical_C3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.422516385 L4_control_A1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.317761796 L4_control_A2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.565756962 L4_control_A3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.262174175 L4_control_B1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.522770498 L4_control_B2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.534450882 L4_control_B3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.357199389 L4_control_C2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.657936521 L4_control_C3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.317793319 L4_chemical_A1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.44439337 L4_chemical_A2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.383062772 L4_chemical_A3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.755079431 L4_chemical_B1 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.975063557 L4_chemical_B2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 6.107525473 L4_chemical_B3 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.25180496 L4_chemical_C2 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.454252733 L4_chemical_C3 +LQ10X005450 Putative uncharacterized protein 5.004949588 C6_control_A1 +LQ10X005450 Putative uncharacterized protein 5.19455829 C6_control_A3 +LQ10X005450 Putative uncharacterized protein 5.027444226 C6_control_B1 +LQ10X005450 Putative uncharacterized protein 5.180563214 C6_control_B2 +LQ10X005450 Putative uncharacterized protein 5.236546372 C6_control_B3 +LQ10X005450 Putative uncharacterized protein 5.269953411 C6_control_C1 +LQ10X005450 Putative uncharacterized protein 5.174129189 C6_control_C2 +LQ10X005450 Putative uncharacterized protein 5.094263533 C6_control_C3 +LQ10X005450 Putative uncharacterized protein 4.982945877 C6_chemical_A1 +LQ10X005450 Putative uncharacterized protein 5.163301356 C6_chemical_A3 +LQ10X005450 Putative uncharacterized protein 5.253495333 C6_chemical_B1 +LQ10X005450 Putative uncharacterized protein 5.563378271 C6_chemical_B2 +LQ10X005450 Putative uncharacterized protein 4.996314333 C6_chemical_B3 +LQ10X005450 Putative uncharacterized protein 5.270532033 C6_chemical_C1 +LQ10X005450 Putative uncharacterized protein 5.1349377 C6_chemical_C2 +LQ10X005450 Putative uncharacterized protein 4.783848956 C6_chemical_C3 +LQ10X005450 Putative uncharacterized protein 4.848472194 L4_control_A1 +LQ10X005450 Putative uncharacterized protein 5.05149981 L4_control_A2 +LQ10X005450 Putative uncharacterized protein 5.123340426 L4_control_A3 +LQ10X005450 Putative uncharacterized protein 5.372681449 L4_control_B1 +LQ10X005450 Putative uncharacterized protein 5.156309216 L4_control_B2 +LQ10X005450 Putative uncharacterized protein 4.99627653 L4_control_B3 +LQ10X005450 Putative uncharacterized protein 5.321928361 L4_control_C2 +LQ10X005450 Putative uncharacterized protein 6.943232923 L4_control_C3 +LQ10X005450 Putative uncharacterized protein 5.441201482 L4_chemical_A1 +LQ10X005450 Putative uncharacterized protein 4.771832316 L4_chemical_A2 +LQ10X005450 Putative uncharacterized protein 5.356220731 L4_chemical_A3 +LQ10X005450 Putative uncharacterized protein 4.838226683 L4_chemical_B1 +LQ10X005450 Putative uncharacterized protein 4.880466547 L4_chemical_B2 +LQ10X005450 Putative uncharacterized protein 4.788044726 L4_chemical_B3 +LQ10X005450 Putative uncharacterized protein 5.185807201 L4_chemical_C2 +LQ10X005450 Putative uncharacterized protein 5.933954452 L4_chemical_C3 +LQ10X005460 Putative Major intrinsic protein 4.769860366 C6_control_A1 +LQ10X005460 Putative Major intrinsic protein 4.910087626 C6_control_A3 +LQ10X005460 Putative Major intrinsic protein 5.061271071 C6_control_B1 +LQ10X005460 Putative Major intrinsic protein 5.109469205 C6_control_B2 +LQ10X005460 Putative Major intrinsic protein 5.401478546 C6_control_B3 +LQ10X005460 Putative Major intrinsic protein 8.772548717 C6_control_C1 +LQ10X005460 Putative Major intrinsic protein 6.857219468 C6_control_C2 +LQ10X005460 Putative Major intrinsic protein 7.729347915 C6_control_C3 +LQ10X005460 Putative Major intrinsic protein 4.827262965 C6_chemical_A1 +LQ10X005460 Putative Major intrinsic protein 5.080204286 C6_chemical_A3 +LQ10X005460 Putative Major intrinsic protein 4.909673891 C6_chemical_B1 +LQ10X005460 Putative Major intrinsic protein 5.410425854 C6_chemical_B2 +LQ10X005460 Putative Major intrinsic protein 5.043475916 C6_chemical_B3 +LQ10X005460 Putative Major intrinsic protein 8.800930257 C6_chemical_C1 +LQ10X005460 Putative Major intrinsic protein 7.157571398 C6_chemical_C2 +LQ10X005460 Putative Major intrinsic protein 7.420231053 C6_chemical_C3 +LQ10X005460 Putative Major intrinsic protein 5.02655756 L4_control_A1 +LQ10X005460 Putative Major intrinsic protein 5.300830841 L4_control_A2 +LQ10X005460 Putative Major intrinsic protein 5.392164874 L4_control_A3 +LQ10X005460 Putative Major intrinsic protein 5.385856409 L4_control_B1 +LQ10X005460 Putative Major intrinsic protein 5.765273607 L4_control_B2 +LQ10X005460 Putative Major intrinsic protein 5.213061995 L4_control_B3 +LQ10X005460 Putative Major intrinsic protein 7.076166636 L4_control_C2 +LQ10X005460 Putative Major intrinsic protein 5.272257819 L4_control_C3 +LQ10X005460 Putative Major intrinsic protein 5.200016145 L4_chemical_A1 +LQ10X005460 Putative Major intrinsic protein 4.881829299 L4_chemical_A2 +LQ10X005460 Putative Major intrinsic protein 5.531168539 L4_chemical_A3 +LQ10X005460 Putative Major intrinsic protein 4.8638069 L4_chemical_B1 +LQ10X005460 Putative Major intrinsic protein 5.231182506 L4_chemical_B2 +LQ10X005460 Putative Major intrinsic protein 5.19115403 L4_chemical_B3 +LQ10X005460 Putative Major intrinsic protein 5.442599539 L4_chemical_C2 +LQ10X005460 Putative Major intrinsic protein 5.449076607 L4_chemical_C3 +LQ10X005470 Predicted protein 13.30081461 C6_control_A1 +LQ10X005470 Predicted protein 13.26904364 C6_control_A3 +LQ10X005470 Predicted protein 12.91967886 C6_control_B1 +LQ10X005470 Predicted protein 13.28366937 C6_control_B2 +LQ10X005470 Predicted protein 13.47135386 C6_control_B3 +LQ10X005470 Predicted protein 13.48999921 C6_control_C1 +LQ10X005470 Predicted protein 13.24071065 C6_control_C2 +LQ10X005470 Predicted protein 13.62403219 C6_control_C3 +LQ10X005470 Predicted protein 13.01935114 C6_chemical_A1 +LQ10X005470 Predicted protein 12.98206109 C6_chemical_A3 +LQ10X005470 Predicted protein 12.78127323 C6_chemical_B1 +LQ10X005470 Predicted protein 13.14389295 C6_chemical_B2 +LQ10X005470 Predicted protein 13.30279616 C6_chemical_B3 +LQ10X005470 Predicted protein 13.20624561 C6_chemical_C1 +LQ10X005470 Predicted protein 13.40602336 C6_chemical_C2 +LQ10X005470 Predicted protein 13.34925179 C6_chemical_C3 +LQ10X005470 Predicted protein 13.23008837 L4_control_A1 +LQ10X005470 Predicted protein 13.0489517 L4_control_A2 +LQ10X005470 Predicted protein 13.09549693 L4_control_A3 +LQ10X005470 Predicted protein 12.73394929 L4_control_B1 +LQ10X005470 Predicted protein 12.36428711 L4_control_B2 +LQ10X005470 Predicted protein 13.22914068 L4_control_B3 +LQ10X005470 Predicted protein 12.83271725 L4_control_C2 +LQ10X005470 Predicted protein 13.10028118 L4_control_C3 +LQ10X005470 Predicted protein 13.32906177 L4_chemical_A1 +LQ10X005470 Predicted protein 13.82129025 L4_chemical_A2 +LQ10X005470 Predicted protein 13.13872823 L4_chemical_A3 +LQ10X005470 Predicted protein 12.8171225 L4_chemical_B1 +LQ10X005470 Predicted protein 12.95202608 L4_chemical_B2 +LQ10X005470 Predicted protein 13.48669457 L4_chemical_B3 +LQ10X005470 Predicted protein 12.8374132 L4_chemical_C2 +LQ10X005470 Predicted protein 12.96394288 L4_chemical_C3 +LQ10X005530 Hypothetical protein 7.24290657 C6_control_A1 +LQ10X005530 Hypothetical protein 7.649081997 C6_control_A3 +LQ10X005530 Hypothetical protein 6.60397699 C6_control_B1 +LQ10X005530 Hypothetical protein 7.681547606 C6_control_B2 +LQ10X005530 Hypothetical protein 7.832030397 C6_control_B3 +LQ10X005530 Hypothetical protein 7.100254141 C6_control_C1 +LQ10X005530 Hypothetical protein 8.857303176 C6_control_C2 +LQ10X005530 Hypothetical protein 7.663767815 C6_control_C3 +LQ10X005530 Hypothetical protein 6.766729259 C6_chemical_A1 +LQ10X005530 Hypothetical protein 7.508039098 C6_chemical_A3 +LQ10X005530 Hypothetical protein 6.9341371 C6_chemical_B1 +LQ10X005530 Hypothetical protein 7.342903328 C6_chemical_B2 +LQ10X005530 Hypothetical protein 6.790780928 C6_chemical_B3 +LQ10X005530 Hypothetical protein 6.944138552 C6_chemical_C1 +LQ10X005530 Hypothetical protein 7.596802926 C6_chemical_C2 +LQ10X005530 Hypothetical protein 6.886572163 C6_chemical_C3 +LQ10X005530 Hypothetical protein 7.224471951 L4_control_A1 +LQ10X005530 Hypothetical protein 7.329309998 L4_control_A2 +LQ10X005530 Hypothetical protein 6.447702115 L4_control_A3 +LQ10X005530 Hypothetical protein 6.857158878 L4_control_B1 +LQ10X005530 Hypothetical protein 8.391328809 L4_control_B2 +LQ10X005530 Hypothetical protein 7.586329249 L4_control_B3 +LQ10X005530 Hypothetical protein 6.943174496 L4_control_C2 +LQ10X005530 Hypothetical protein 7.486574544 L4_control_C3 +LQ10X005530 Hypothetical protein 6.60952286 L4_chemical_A1 +LQ10X005530 Hypothetical protein 7.03201117 L4_chemical_A2 +LQ10X005530 Hypothetical protein 6.462207288 L4_chemical_A3 +LQ10X005530 Hypothetical protein 8.111592269 L4_chemical_B1 +LQ10X005530 Hypothetical protein 7.561336788 L4_chemical_B2 +LQ10X005530 Hypothetical protein 7.753828259 L4_chemical_B3 +LQ10X005530 Hypothetical protein 6.608451012 L4_chemical_C2 +LQ10X005530 Hypothetical protein 7.279985372 L4_chemical_C3 +LQ10X005540 Hypothetical protein 5.377070682 C6_control_A1 +LQ10X005540 Hypothetical protein 5.540124174 C6_control_A3 +LQ10X005540 Hypothetical protein 5.342499271 C6_control_B1 +LQ10X005540 Hypothetical protein 5.577526719 C6_control_B2 +LQ10X005540 Hypothetical protein 5.319105002 C6_control_B3 +LQ10X005540 Hypothetical protein 5.191810888 C6_control_C1 +LQ10X005540 Hypothetical protein 5.432727352 C6_control_C2 +LQ10X005540 Hypothetical protein 5.359785204 C6_control_C3 +LQ10X005540 Hypothetical protein 5.425818272 C6_chemical_A1 +LQ10X005540 Hypothetical protein 5.234804919 C6_chemical_A3 +LQ10X005540 Hypothetical protein 5.50254707 C6_chemical_B1 +LQ10X005540 Hypothetical protein 5.382787357 C6_chemical_B2 +LQ10X005540 Hypothetical protein 4.954046271 C6_chemical_B3 +LQ10X005540 Hypothetical protein 5.333220226 C6_chemical_C1 +LQ10X005540 Hypothetical protein 5.42033408 C6_chemical_C2 +LQ10X005540 Hypothetical protein 5.479400951 C6_chemical_C3 +LQ10X005540 Hypothetical protein 5.786698842 L4_control_A1 +LQ10X005540 Hypothetical protein 5.905986119 L4_control_A2 +LQ10X005540 Hypothetical protein 5.663565723 L4_control_A3 +LQ10X005540 Hypothetical protein 5.114563425 L4_control_B1 +LQ10X005540 Hypothetical protein 5.517483084 L4_control_B2 +LQ10X005540 Hypothetical protein 5.598496372 L4_control_B3 +LQ10X005540 Hypothetical protein 5.007418286 L4_control_C2 +LQ10X005540 Hypothetical protein 5.083775725 L4_control_C3 +LQ10X005540 Hypothetical protein 5.00443567 L4_chemical_A1 +LQ10X005540 Hypothetical protein 5.524809537 L4_chemical_A2 +LQ10X005540 Hypothetical protein 5.273257118 L4_chemical_A3 +LQ10X005540 Hypothetical protein 5.319909397 L4_chemical_B1 +LQ10X005540 Hypothetical protein 5.369977821 L4_chemical_B2 +LQ10X005540 Hypothetical protein 5.282434159 L4_chemical_B3 +LQ10X005540 Hypothetical protein 4.879877314 L4_chemical_C2 +LQ10X005540 Hypothetical protein 5.442692134 L4_chemical_C3 +LQ10X005550 Predicted protein 4.478687996 C6_control_A1 +LQ10X005550 Predicted protein 4.883341483 C6_control_A3 +LQ10X005550 Predicted protein 4.504849746 C6_control_B1 +LQ10X005550 Predicted protein 4.719459844 C6_control_B2 +LQ10X005550 Predicted protein 5.053247562 C6_control_B3 +LQ10X005550 Predicted protein 4.630186428 C6_control_C1 +LQ10X005550 Predicted protein 5.085063086 C6_control_C2 +LQ10X005550 Predicted protein 4.911859344 C6_control_C3 +LQ10X005550 Predicted protein 4.589272065 C6_chemical_A1 +LQ10X005550 Predicted protein 4.710099017 C6_chemical_A3 +LQ10X005550 Predicted protein 5.097333021 C6_chemical_B1 +LQ10X005550 Predicted protein 4.850576235 C6_chemical_B2 +LQ10X005550 Predicted protein 5.126488699 C6_chemical_B3 +LQ10X005550 Predicted protein 4.687615891 C6_chemical_C1 +LQ10X005550 Predicted protein 4.689462786 C6_chemical_C2 +LQ10X005550 Predicted protein 4.785482946 C6_chemical_C3 +LQ10X005550 Predicted protein 4.877238451 L4_control_A1 +LQ10X005550 Predicted protein 4.716353108 L4_control_A2 +LQ10X005550 Predicted protein 4.60399374 L4_control_A3 +LQ10X005550 Predicted protein 5.075607282 L4_control_B1 +LQ10X005550 Predicted protein 4.979854346 L4_control_B2 +LQ10X005550 Predicted protein 4.404557634 L4_control_B3 +LQ10X005550 Predicted protein 4.718341475 L4_control_C2 +LQ10X005550 Predicted protein 5.690594853 L4_control_C3 +LQ10X005550 Predicted protein 4.877013159 L4_chemical_A1 +LQ10X005550 Predicted protein 4.783965543 L4_chemical_A2 +LQ10X005550 Predicted protein 5.032562698 L4_chemical_A3 +LQ10X005550 Predicted protein 4.72947114 L4_chemical_B1 +LQ10X005550 Predicted protein 4.723577607 L4_chemical_B2 +LQ10X005550 Predicted protein 4.654986359 L4_chemical_B3 +LQ10X005550 Predicted protein 5.152947789 L4_chemical_C2 +LQ10X005550 Predicted protein 5.26044916 L4_chemical_C3 +LQ10X005600 Ubiquitin-like protein 5 15.01870921 C6_control_A1 +LQ10X005600 Ubiquitin-like protein 5 14.94366003 C6_control_A3 +LQ10X005600 Ubiquitin-like protein 5 14.74093906 C6_control_B1 +LQ10X005600 Ubiquitin-like protein 5 14.81124437 C6_control_B2 +LQ10X005600 Ubiquitin-like protein 5 15.00042091 C6_control_B3 +LQ10X005600 Ubiquitin-like protein 5 15.19915538 C6_control_C1 +LQ10X005600 Ubiquitin-like protein 5 14.98300133 C6_control_C2 +LQ10X005600 Ubiquitin-like protein 5 15.14443305 C6_control_C3 +LQ10X005600 Ubiquitin-like protein 5 15.0092738 C6_chemical_A1 +LQ10X005600 Ubiquitin-like protein 5 13.98676772 C6_chemical_A3 +LQ10X005600 Ubiquitin-like protein 5 14.59241644 C6_chemical_B1 +LQ10X005600 Ubiquitin-like protein 5 14.52403215 C6_chemical_B2 +LQ10X005600 Ubiquitin-like protein 5 15.03312563 C6_chemical_B3 +LQ10X005600 Ubiquitin-like protein 5 15.10273168 C6_chemical_C1 +LQ10X005600 Ubiquitin-like protein 5 14.90986875 C6_chemical_C2 +LQ10X005600 Ubiquitin-like protein 5 15.04136503 C6_chemical_C3 +LQ10X005600 Ubiquitin-like protein 5 15.10016435 L4_control_A1 +LQ10X005600 Ubiquitin-like protein 5 14.93950215 L4_control_A2 +LQ10X005600 Ubiquitin-like protein 5 14.96235505 L4_control_A3 +LQ10X005600 Ubiquitin-like protein 5 14.83660581 L4_control_B1 +LQ10X005600 Ubiquitin-like protein 5 13.96294777 L4_control_B2 +LQ10X005600 Ubiquitin-like protein 5 15.02087356 L4_control_B3 +LQ10X005600 Ubiquitin-like protein 5 14.99933092 L4_control_C2 +LQ10X005600 Ubiquitin-like protein 5 14.89982063 L4_control_C3 +LQ10X005600 Ubiquitin-like protein 5 15.16114308 L4_chemical_A1 +LQ10X005600 Ubiquitin-like protein 5 14.97387214 L4_chemical_A2 +LQ10X005600 Ubiquitin-like protein 5 15.08573521 L4_chemical_A3 +LQ10X005600 Ubiquitin-like protein 5 14.78235225 L4_chemical_B1 +LQ10X005600 Ubiquitin-like protein 5 14.88357546 L4_chemical_B2 +LQ10X005600 Ubiquitin-like protein 5 14.88556452 L4_chemical_B3 +LQ10X005600 Ubiquitin-like protein 5 14.93998047 L4_chemical_C2 +LQ10X005600 Ubiquitin-like protein 5 14.73678521 L4_chemical_C3 +LQ10X005620 Putative GATA transcription factor 8 12.72269386 C6_control_A1 +LQ10X005620 Putative GATA transcription factor 8 12.13522236 C6_control_A3 +LQ10X005620 Putative GATA transcription factor 8 13.18330785 C6_control_B1 +LQ10X005620 Putative GATA transcription factor 8 13.03508988 C6_control_B2 +LQ10X005620 Putative GATA transcription factor 8 13.57029296 C6_control_B3 +LQ10X005620 Putative GATA transcription factor 8 10.42841129 C6_control_C1 +LQ10X005620 Putative GATA transcription factor 8 10.5759148 C6_control_C2 +LQ10X005620 Putative GATA transcription factor 8 10.4965221 C6_control_C3 +LQ10X005620 Putative GATA transcription factor 8 12.78123633 C6_chemical_A1 +LQ10X005620 Putative GATA transcription factor 8 12.39069761 C6_chemical_A3 +LQ10X005620 Putative GATA transcription factor 8 13.15256234 C6_chemical_B1 +LQ10X005620 Putative GATA transcription factor 8 12.83902197 C6_chemical_B2 +LQ10X005620 Putative GATA transcription factor 8 13.17623281 C6_chemical_B3 +LQ10X005620 Putative GATA transcription factor 8 10.4081473 C6_chemical_C1 +LQ10X005620 Putative GATA transcription factor 8 10.20397737 C6_chemical_C2 +LQ10X005620 Putative GATA transcription factor 8 9.855714188 C6_chemical_C3 +LQ10X005620 Putative GATA transcription factor 8 12.51867704 L4_control_A1 +LQ10X005620 Putative GATA transcription factor 8 13.36169621 L4_control_A2 +LQ10X005620 Putative GATA transcription factor 8 12.08844783 L4_control_A3 +LQ10X005620 Putative GATA transcription factor 8 13.00104751 L4_control_B1 +LQ10X005620 Putative GATA transcription factor 8 13.93111498 L4_control_B2 +LQ10X005620 Putative GATA transcription factor 8 13.12602002 L4_control_B3 +LQ10X005620 Putative GATA transcription factor 8 10.48036005 L4_control_C2 +LQ10X005620 Putative GATA transcription factor 8 11.57014121 L4_control_C3 +LQ10X005620 Putative GATA transcription factor 8 11.98754771 L4_chemical_A1 +LQ10X005620 Putative GATA transcription factor 8 13.05618365 L4_chemical_A2 +LQ10X005620 Putative GATA transcription factor 8 11.46454835 L4_chemical_A3 +LQ10X005620 Putative GATA transcription factor 8 12.90053721 L4_chemical_B1 +LQ10X005620 Putative GATA transcription factor 8 13.49146863 L4_chemical_B2 +LQ10X005620 Putative GATA transcription factor 8 13.30455833 L4_chemical_B3 +LQ10X005620 Putative GATA transcription factor 8 11.03573317 L4_chemical_C2 +LQ10X005620 Putative GATA transcription factor 8 11.13058252 L4_chemical_C3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.10862752 C6_control_A1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.06406159 C6_control_A3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.28865597 C6_control_B1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.46471504 C6_control_B2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.86300238 C6_control_B3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 10.74938638 C6_control_C1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.04738726 C6_control_C2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 10.70202389 C6_control_C3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.06741538 C6_chemical_A1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.22201491 C6_chemical_A3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.0336354 C6_chemical_B1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.32157376 C6_chemical_B2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.81136266 C6_chemical_B3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 10.74207683 C6_chemical_C1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 10.75815145 C6_chemical_C2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 10.7928781 C6_chemical_C3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.09145736 L4_control_A1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.08088232 L4_control_A2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.09637966 L4_control_A3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.20128858 L4_control_B1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.2722252 L4_control_B2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.94510552 L4_control_B3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.27285754 L4_control_C2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.19345824 L4_control_C3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.05608728 L4_chemical_A1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.87194327 L4_chemical_A2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.96866296 L4_chemical_A3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.22710717 L4_chemical_B1 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.71627717 L4_chemical_B2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.2077162 L4_chemical_B3 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.17634814 L4_chemical_C2 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 11.27272622 L4_chemical_C3 +LQ10X005660 Putative uncharacterized protein 6.514178807 C6_control_A1 +LQ10X005660 Putative uncharacterized protein 6.298830829 C6_control_A3 +LQ10X005660 Putative uncharacterized protein 6.668855173 C6_control_B1 +LQ10X005660 Putative uncharacterized protein 6.516434904 C6_control_B2 +LQ10X005660 Putative uncharacterized protein 6.825148268 C6_control_B3 +LQ10X005660 Putative uncharacterized protein 7.383683268 C6_control_C1 +LQ10X005660 Putative uncharacterized protein 6.393509035 C6_control_C2 +LQ10X005660 Putative uncharacterized protein 6.557388476 C6_control_C3 +LQ10X005660 Putative uncharacterized protein 6.595028493 C6_chemical_A1 +LQ10X005660 Putative uncharacterized protein 5.815482065 C6_chemical_A3 +LQ10X005660 Putative uncharacterized protein 6.683149704 C6_chemical_B1 +LQ10X005660 Putative uncharacterized protein 6.524115319 C6_chemical_B2 +LQ10X005660 Putative uncharacterized protein 6.524006821 C6_chemical_B3 +LQ10X005660 Putative uncharacterized protein 7.391655552 C6_chemical_C1 +LQ10X005660 Putative uncharacterized protein 6.529003987 C6_chemical_C2 +LQ10X005660 Putative uncharacterized protein 6.650256206 C6_chemical_C3 +LQ10X005660 Putative uncharacterized protein 6.384100282 L4_control_A1 +LQ10X005660 Putative uncharacterized protein 6.649246987 L4_control_A2 +LQ10X005660 Putative uncharacterized protein 6.490387666 L4_control_A3 +LQ10X005660 Putative uncharacterized protein 5.838240173 L4_control_B1 +LQ10X005660 Putative uncharacterized protein 6.586740335 L4_control_B2 +LQ10X005660 Putative uncharacterized protein 6.357900782 L4_control_B3 +LQ10X005660 Putative uncharacterized protein 6.702408231 L4_control_C2 +LQ10X005660 Putative uncharacterized protein 6.45646574 L4_control_C3 +LQ10X005660 Putative uncharacterized protein 5.869624102 L4_chemical_A1 +LQ10X005660 Putative uncharacterized protein 7.090813889 L4_chemical_A2 +LQ10X005660 Putative uncharacterized protein 6.890313198 L4_chemical_A3 +LQ10X005660 Putative uncharacterized protein 5.899729651 L4_chemical_B1 +LQ10X005660 Putative uncharacterized protein 5.777432877 L4_chemical_B2 +LQ10X005660 Putative uncharacterized protein 6.508259201 L4_chemical_B3 +LQ10X005660 Putative uncharacterized protein 6.638090978 L4_chemical_C2 +LQ10X005660 Putative uncharacterized protein 6.338306748 L4_chemical_C3 +LQ10X005670 Putative uncharacterized protein 5.141018446 C6_control_A1 +LQ10X005670 Putative uncharacterized protein 5.390726218 C6_control_A3 +LQ10X005670 Putative uncharacterized protein 5.802634837 C6_control_B1 +LQ10X005670 Putative uncharacterized protein 4.930197525 C6_control_B2 +LQ10X005670 Putative uncharacterized protein 5.288311522 C6_control_B3 +LQ10X005670 Putative uncharacterized protein 5.034934975 C6_control_C1 +LQ10X005670 Putative uncharacterized protein 5.117564115 C6_control_C2 +LQ10X005670 Putative uncharacterized protein 5.044895009 C6_control_C3 +LQ10X005670 Putative uncharacterized protein 4.886064329 C6_chemical_A1 +LQ10X005670 Putative uncharacterized protein 5.417386269 C6_chemical_A3 +LQ10X005670 Putative uncharacterized protein 5.576186603 C6_chemical_B1 +LQ10X005670 Putative uncharacterized protein 5.117876187 C6_chemical_B2 +LQ10X005670 Putative uncharacterized protein 5.581724951 C6_chemical_B3 +LQ10X005670 Putative uncharacterized protein 5.033260114 C6_chemical_C1 +LQ10X005670 Putative uncharacterized protein 5.234634703 C6_chemical_C2 +LQ10X005670 Putative uncharacterized protein 5.082445878 C6_chemical_C3 +LQ10X005670 Putative uncharacterized protein 5.012655753 L4_control_A1 +LQ10X005670 Putative uncharacterized protein 5.014030324 L4_control_A2 +LQ10X005670 Putative uncharacterized protein 5.366908061 L4_control_A3 +LQ10X005670 Putative uncharacterized protein 5.016875531 L4_control_B1 +LQ10X005670 Putative uncharacterized protein 5.132276859 L4_control_B2 +LQ10X005670 Putative uncharacterized protein 5.016402334 L4_control_B3 +LQ10X005670 Putative uncharacterized protein 5.01303453 L4_control_C2 +LQ10X005670 Putative uncharacterized protein 5.572926372 L4_control_C3 +LQ10X005670 Putative uncharacterized protein 5.311387873 L4_chemical_A1 +LQ10X005670 Putative uncharacterized protein 5.050275804 L4_chemical_A2 +LQ10X005670 Putative uncharacterized protein 5.153238653 L4_chemical_A3 +LQ10X005670 Putative uncharacterized protein 5.594156528 L4_chemical_B1 +LQ10X005670 Putative uncharacterized protein 5.554822178 L4_chemical_B2 +LQ10X005670 Putative uncharacterized protein 5.06228703 L4_chemical_B3 +LQ10X005670 Putative uncharacterized protein 5.159714791 L4_chemical_C2 +LQ10X005670 Putative uncharacterized protein 5.948309988 L4_chemical_C3 +LQ10X005680 Predicted protein 6.230922576 C6_control_A1 +LQ10X005680 Predicted protein 4.799225127 C6_control_A3 +LQ10X005680 Predicted protein 5.888073966 C6_control_B1 +LQ10X005680 Predicted protein 6.043831192 C6_control_B2 +LQ10X005680 Predicted protein 6.754316934 C6_control_B3 +LQ10X005680 Predicted protein 6.575810706 C6_control_C1 +LQ10X005680 Predicted protein 5.56242237 C6_control_C2 +LQ10X005680 Predicted protein 5.745645492 C6_control_C3 +LQ10X005680 Predicted protein 6.51146904 C6_chemical_A1 +LQ10X005680 Predicted protein 5.977576737 C6_chemical_A3 +LQ10X005680 Predicted protein 5.681577132 C6_chemical_B1 +LQ10X005680 Predicted protein 5.377684005 C6_chemical_B2 +LQ10X005680 Predicted protein 6.12559125 C6_chemical_B3 +LQ10X005680 Predicted protein 6.848036138 C6_chemical_C1 +LQ10X005680 Predicted protein 6.218821548 C6_chemical_C2 +LQ10X005680 Predicted protein 7.1530641 C6_chemical_C3 +LQ10X005680 Predicted protein 7.068000524 L4_control_A1 +LQ10X005680 Predicted protein 6.231631276 L4_control_A2 +LQ10X005680 Predicted protein 6.797577252 L4_control_A3 +LQ10X005680 Predicted protein 6.210409793 L4_control_B1 +LQ10X005680 Predicted protein 5.964203067 L4_control_B2 +LQ10X005680 Predicted protein 7.373412422 L4_control_B3 +LQ10X005680 Predicted protein 6.407699504 L4_control_C2 +LQ10X005680 Predicted protein 7.594067152 L4_control_C3 +LQ10X005680 Predicted protein 6.394843396 L4_chemical_A1 +LQ10X005680 Predicted protein 5.847443533 L4_chemical_A2 +LQ10X005680 Predicted protein 5.870477999 L4_chemical_A3 +LQ10X005680 Predicted protein 5.496390052 L4_chemical_B1 +LQ10X005680 Predicted protein 5.868316349 L4_chemical_B2 +LQ10X005680 Predicted protein 6.718049238 L4_chemical_B3 +LQ10X005680 Predicted protein 6.31231957 L4_chemical_C2 +LQ10X005680 Predicted protein 7.487660206 L4_chemical_C3 +LQ10X005730 Phenylalanine ammonia-lyase 5.799851404 C6_control_A1 +LQ10X005730 Phenylalanine ammonia-lyase 5.905903132 C6_control_A3 +LQ10X005730 Phenylalanine ammonia-lyase 5.418258727 C6_control_B1 +LQ10X005730 Phenylalanine ammonia-lyase 5.616447033 C6_control_B2 +LQ10X005730 Phenylalanine ammonia-lyase 5.146592604 C6_control_B3 +LQ10X005730 Phenylalanine ammonia-lyase 4.980630196 C6_control_C1 +LQ10X005730 Phenylalanine ammonia-lyase 5.637457306 C6_control_C2 +LQ10X005730 Phenylalanine ammonia-lyase 5.432774821 C6_control_C3 +LQ10X005730 Phenylalanine ammonia-lyase 5.567273793 C6_chemical_A1 +LQ10X005730 Phenylalanine ammonia-lyase 6.158023909 C6_chemical_A3 +LQ10X005730 Phenylalanine ammonia-lyase 5.225864696 C6_chemical_B1 +LQ10X005730 Phenylalanine ammonia-lyase 5.38694814 C6_chemical_B2 +LQ10X005730 Phenylalanine ammonia-lyase 5.415558691 C6_chemical_B3 +LQ10X005730 Phenylalanine ammonia-lyase 5.070961278 C6_chemical_C1 +LQ10X005730 Phenylalanine ammonia-lyase 5.032233341 C6_chemical_C2 +LQ10X005730 Phenylalanine ammonia-lyase 5.852547425 C6_chemical_C3 +LQ10X005730 Phenylalanine ammonia-lyase 5.580907769 L4_control_A1 +LQ10X005730 Phenylalanine ammonia-lyase 5.580769444 L4_control_A2 +LQ10X005730 Phenylalanine ammonia-lyase 6.794878362 L4_control_A3 +LQ10X005730 Phenylalanine ammonia-lyase 5.613491113 L4_control_B1 +LQ10X005730 Phenylalanine ammonia-lyase 5.961184526 L4_control_B2 +LQ10X005730 Phenylalanine ammonia-lyase 5.972295109 L4_control_B3 +LQ10X005730 Phenylalanine ammonia-lyase 5.318575792 L4_control_C2 +LQ10X005730 Phenylalanine ammonia-lyase 5.1198411 L4_control_C3 +LQ10X005730 Phenylalanine ammonia-lyase 5.018506568 L4_chemical_A1 +LQ10X005730 Phenylalanine ammonia-lyase 5.111305163 L4_chemical_A2 +LQ10X005730 Phenylalanine ammonia-lyase 6.381380488 L4_chemical_A3 +LQ10X005730 Phenylalanine ammonia-lyase 5.782812377 L4_chemical_B1 +LQ10X005730 Phenylalanine ammonia-lyase 5.442321113 L4_chemical_B2 +LQ10X005730 Phenylalanine ammonia-lyase 5.429527667 L4_chemical_B3 +LQ10X005730 Phenylalanine ammonia-lyase 5.691911862 L4_chemical_C2 +LQ10X005730 Phenylalanine ammonia-lyase 5.392616984 L4_chemical_C3 +LQ10X005740 Adenosine kinase 2 6.782148955 C6_control_A1 +LQ10X005740 Adenosine kinase 2 7.089164207 C6_control_A3 +LQ10X005740 Adenosine kinase 2 5.801405246 C6_control_B1 +LQ10X005740 Adenosine kinase 2 6.517146256 C6_control_B2 +LQ10X005740 Adenosine kinase 2 6.899335039 C6_control_B3 +LQ10X005740 Adenosine kinase 2 5.913437961 C6_control_C1 +LQ10X005740 Adenosine kinase 2 6.020390028 C6_control_C2 +LQ10X005740 Adenosine kinase 2 6.199984082 C6_control_C3 +LQ10X005740 Adenosine kinase 2 6.735389318 C6_chemical_A1 +LQ10X005740 Adenosine kinase 2 6.109675301 C6_chemical_A3 +LQ10X005740 Adenosine kinase 2 5.956876534 C6_chemical_B1 +LQ10X005740 Adenosine kinase 2 6.65661201 C6_chemical_B2 +LQ10X005740 Adenosine kinase 2 6.464374528 C6_chemical_B3 +LQ10X005740 Adenosine kinase 2 6.213040235 C6_chemical_C1 +LQ10X005740 Adenosine kinase 2 5.695455498 C6_chemical_C2 +LQ10X005740 Adenosine kinase 2 5.865365309 C6_chemical_C3 +LQ10X005740 Adenosine kinase 2 6.752354814 L4_control_A1 +LQ10X005740 Adenosine kinase 2 7.62727627 L4_control_A2 +LQ10X005740 Adenosine kinase 2 7.163352056 L4_control_A3 +LQ10X005740 Adenosine kinase 2 7.150284685 L4_control_B1 +LQ10X005740 Adenosine kinase 2 7.33388567 L4_control_B2 +LQ10X005740 Adenosine kinase 2 6.364992 L4_control_B3 +LQ10X005740 Adenosine kinase 2 6.636027561 L4_control_C2 +LQ10X005740 Adenosine kinase 2 7.042854789 L4_control_C3 +LQ10X005740 Adenosine kinase 2 6.499755742 L4_chemical_A1 +LQ10X005740 Adenosine kinase 2 6.546928129 L4_chemical_A2 +LQ10X005740 Adenosine kinase 2 7.010596965 L4_chemical_A3 +LQ10X005740 Adenosine kinase 2 7.107559832 L4_chemical_B1 +LQ10X005740 Adenosine kinase 2 6.640294751 L4_chemical_B2 +LQ10X005740 Adenosine kinase 2 6.703076688 L4_chemical_B3 +LQ10X005740 Adenosine kinase 2 6.727962228 L4_chemical_C2 +LQ10X005740 Adenosine kinase 2 6.292512611 L4_chemical_C3 +LQ10X005890 Glu S.griseus protease inhibitor 5.711959048 C6_control_A1 +LQ10X005890 Glu S.griseus protease inhibitor 5.37328046 C6_control_A3 +LQ10X005890 Glu S.griseus protease inhibitor 4.985723004 C6_control_B1 +LQ10X005890 Glu S.griseus protease inhibitor 5.698508582 C6_control_B2 +LQ10X005890 Glu S.griseus protease inhibitor 5.285516468 C6_control_B3 +LQ10X005890 Glu S.griseus protease inhibitor 5.471425196 C6_control_C1 +LQ10X005890 Glu S.griseus protease inhibitor 5.396719813 C6_control_C2 +LQ10X005890 Glu S.griseus protease inhibitor 6.023549067 C6_control_C3 +LQ10X005890 Glu S.griseus protease inhibitor 5.80517728 C6_chemical_A1 +LQ10X005890 Glu S.griseus protease inhibitor 5.552993772 C6_chemical_A3 +LQ10X005890 Glu S.griseus protease inhibitor 5.420030802 C6_chemical_B1 +LQ10X005890 Glu S.griseus protease inhibitor 5.64905277 C6_chemical_B2 +LQ10X005890 Glu S.griseus protease inhibitor 5.684667667 C6_chemical_B3 +LQ10X005890 Glu S.griseus protease inhibitor 5.498218249 C6_chemical_C1 +LQ10X005890 Glu S.griseus protease inhibitor 5.719278561 C6_chemical_C2 +LQ10X005890 Glu S.griseus protease inhibitor 5.495944809 C6_chemical_C3 +LQ10X005890 Glu S.griseus protease inhibitor 5.920404664 L4_control_A1 +LQ10X005890 Glu S.griseus protease inhibitor 5.440365604 L4_control_A2 +LQ10X005890 Glu S.griseus protease inhibitor 5.2239843 L4_control_A3 +LQ10X005890 Glu S.griseus protease inhibitor 4.769386734 L4_control_B1 +LQ10X005890 Glu S.griseus protease inhibitor 5.438827667 L4_control_B2 +LQ10X005890 Glu S.griseus protease inhibitor 5.217958442 L4_control_B3 +LQ10X005890 Glu S.griseus protease inhibitor 4.980724316 L4_control_C2 +LQ10X005890 Glu S.griseus protease inhibitor 5.808621665 L4_control_C3 +LQ10X005890 Glu S.griseus protease inhibitor 5.604629213 L4_chemical_A1 +LQ10X005890 Glu S.griseus protease inhibitor 5.777823816 L4_chemical_A2 +LQ10X005890 Glu S.griseus protease inhibitor 5.618187883 L4_chemical_A3 +LQ10X005890 Glu S.griseus protease inhibitor 4.974464497 L4_chemical_B1 +LQ10X005890 Glu S.griseus protease inhibitor 5.891905797 L4_chemical_B2 +LQ10X005890 Glu S.griseus protease inhibitor 5.68960548 L4_chemical_B3 +LQ10X005890 Glu S.griseus protease inhibitor 4.986099497 L4_chemical_C2 +LQ10X005890 Glu S.griseus protease inhibitor 4.952125951 L4_chemical_C3 +LQ10X005920 Glu S.griseus protease inhibitor 5.427484196 C6_control_A1 +LQ10X005920 Glu S.griseus protease inhibitor 5.155240878 C6_control_A3 +LQ10X005920 Glu S.griseus protease inhibitor 5.415583004 C6_control_B1 +LQ10X005920 Glu S.griseus protease inhibitor 5.266512147 C6_control_B2 +LQ10X005920 Glu S.griseus protease inhibitor 5.333425349 C6_control_B3 +LQ10X005920 Glu S.griseus protease inhibitor 5.332836568 C6_control_C1 +LQ10X005920 Glu S.griseus protease inhibitor 4.958280285 C6_control_C2 +LQ10X005920 Glu S.griseus protease inhibitor 5.472234642 C6_control_C3 +LQ10X005920 Glu S.griseus protease inhibitor 5.57275952 C6_chemical_A1 +LQ10X005920 Glu S.griseus protease inhibitor 4.897636578 C6_chemical_A3 +LQ10X005920 Glu S.griseus protease inhibitor 7.345067861 C6_chemical_B1 +LQ10X005920 Glu S.griseus protease inhibitor 5.140554391 C6_chemical_B2 +LQ10X005920 Glu S.griseus protease inhibitor 6.183842441 C6_chemical_B3 +LQ10X005920 Glu S.griseus protease inhibitor 5.45464598 C6_chemical_C1 +LQ10X005920 Glu S.griseus protease inhibitor 5.132065914 C6_chemical_C2 +LQ10X005920 Glu S.griseus protease inhibitor 5.682182559 C6_chemical_C3 +LQ10X005920 Glu S.griseus protease inhibitor 6.479227717 L4_control_A1 +LQ10X005920 Glu S.griseus protease inhibitor 5.350487957 L4_control_A2 +LQ10X005920 Glu S.griseus protease inhibitor 5.476312337 L4_control_A3 +LQ10X005920 Glu S.griseus protease inhibitor 8.73510402 L4_control_B1 +LQ10X005920 Glu S.griseus protease inhibitor 5.727811173 L4_control_B2 +LQ10X005920 Glu S.griseus protease inhibitor 4.958092106 L4_control_B3 +LQ10X005920 Glu S.griseus protease inhibitor 7.435150957 L4_control_C2 +LQ10X005920 Glu S.griseus protease inhibitor 6.432862235 L4_control_C3 +LQ10X005920 Glu S.griseus protease inhibitor 6.305047199 L4_chemical_A1 +LQ10X005920 Glu S.griseus protease inhibitor 5.740111598 L4_chemical_A2 +LQ10X005920 Glu S.griseus protease inhibitor 6.620576321 L4_chemical_A3 +LQ10X005920 Glu S.griseus protease inhibitor 5.965410511 L4_chemical_B1 +LQ10X005920 Glu S.griseus protease inhibitor 5.291325905 L4_chemical_B2 +LQ10X005920 Glu S.griseus protease inhibitor 5.163462867 L4_chemical_B3 +LQ10X005920 Glu S.griseus protease inhibitor 7.922964047 L4_chemical_C2 +LQ10X005920 Glu S.griseus protease inhibitor 6.419251347 L4_chemical_C3 +LQ10X005940 Putative arsenical pump-driving ATPase 12.12139869 C6_control_A1 +LQ10X005940 Putative arsenical pump-driving ATPase 11.6535781 C6_control_A3 +LQ10X005940 Putative arsenical pump-driving ATPase 12.04266952 C6_control_B1 +LQ10X005940 Putative arsenical pump-driving ATPase 12.32185947 C6_control_B2 +LQ10X005940 Putative arsenical pump-driving ATPase 11.94569794 C6_control_B3 +LQ10X005940 Putative arsenical pump-driving ATPase 12.44151118 C6_control_C1 +LQ10X005940 Putative arsenical pump-driving ATPase 12.6816965 C6_control_C2 +LQ10X005940 Putative arsenical pump-driving ATPase 11.86376366 C6_control_C3 +LQ10X005940 Putative arsenical pump-driving ATPase 11.97773573 C6_chemical_A1 +LQ10X005940 Putative arsenical pump-driving ATPase 11.78981063 C6_chemical_A3 +LQ10X005940 Putative arsenical pump-driving ATPase 12.01624532 C6_chemical_B1 +LQ10X005940 Putative arsenical pump-driving ATPase 12.09542276 C6_chemical_B2 +LQ10X005940 Putative arsenical pump-driving ATPase 11.82272037 C6_chemical_B3 +LQ10X005940 Putative arsenical pump-driving ATPase 12.21052449 C6_chemical_C1 +LQ10X005940 Putative arsenical pump-driving ATPase 12.40250883 C6_chemical_C2 +LQ10X005940 Putative arsenical pump-driving ATPase 11.32681799 C6_chemical_C3 +LQ10X005940 Putative arsenical pump-driving ATPase 11.80362718 L4_control_A1 +LQ10X005940 Putative arsenical pump-driving ATPase 12.16215856 L4_control_A2 +LQ10X005940 Putative arsenical pump-driving ATPase 12.83813271 L4_control_A3 +LQ10X005940 Putative arsenical pump-driving ATPase 11.72951415 L4_control_B1 +LQ10X005940 Putative arsenical pump-driving ATPase 12.34866718 L4_control_B2 +LQ10X005940 Putative arsenical pump-driving ATPase 12.1720377 L4_control_B3 +LQ10X005940 Putative arsenical pump-driving ATPase 13.2198636 L4_control_C2 +LQ10X005940 Putative arsenical pump-driving ATPase 12.78444771 L4_control_C3 +LQ10X005940 Putative arsenical pump-driving ATPase 11.7852279 L4_chemical_A1 +LQ10X005940 Putative arsenical pump-driving ATPase 11.95107135 L4_chemical_A2 +LQ10X005940 Putative arsenical pump-driving ATPase 12.44766735 L4_chemical_A3 +LQ10X005940 Putative arsenical pump-driving ATPase 11.71866165 L4_chemical_B1 +LQ10X005940 Putative arsenical pump-driving ATPase 11.91113852 L4_chemical_B2 +LQ10X005940 Putative arsenical pump-driving ATPase 11.77796677 L4_chemical_B3 +LQ10X005940 Putative arsenical pump-driving ATPase 12.99163427 L4_chemical_C2 +LQ10X005940 Putative arsenical pump-driving ATPase 12.77306767 L4_chemical_C3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.430865748 C6_control_A1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.189093875 C6_control_A3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.229851955 C6_control_B1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.08909447 C6_control_B2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.388983931 C6_control_B3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.056049276 C6_control_C1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 4.749631286 C6_control_C2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.035841841 C6_control_C3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.15986309 C6_chemical_A1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.390674031 C6_chemical_A3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.160035019 C6_chemical_B1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.208420481 C6_chemical_B2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.210524892 C6_chemical_B3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 4.829979157 C6_chemical_C1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 4.957706752 C6_chemical_C2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 4.836045639 C6_chemical_C3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.117986429 L4_control_A1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.604148441 L4_control_A2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.991671325 L4_control_A3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.263644411 L4_control_B1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.391768963 L4_control_B2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.209550245 L4_control_B3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.225042753 L4_control_C2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.027787161 L4_control_C3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.357805926 L4_chemical_A1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.178091358 L4_chemical_A2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.509080314 L4_chemical_A3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.200485623 L4_chemical_B1 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.354621913 L4_chemical_B2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.120421506 L4_chemical_B3 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.44948611 L4_chemical_C2 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.099947546 L4_chemical_C3 +LQ10X006030 At5g04250 5.473576733 C6_control_A1 +LQ10X006030 At5g04250 5.558093345 C6_control_A3 +LQ10X006030 At5g04250 5.125468416 C6_control_B1 +LQ10X006030 At5g04250 5.524312181 C6_control_B2 +LQ10X006030 At5g04250 5.924744921 C6_control_B3 +LQ10X006030 At5g04250 5.803315073 C6_control_C1 +LQ10X006030 At5g04250 7.008496624 C6_control_C2 +LQ10X006030 At5g04250 5.764682004 C6_control_C3 +LQ10X006030 At5g04250 5.21804124 C6_chemical_A1 +LQ10X006030 At5g04250 5.266203114 C6_chemical_A3 +LQ10X006030 At5g04250 5.709898191 C6_chemical_B1 +LQ10X006030 At5g04250 5.669824873 C6_chemical_B2 +LQ10X006030 At5g04250 5.512908526 C6_chemical_B3 +LQ10X006030 At5g04250 5.903556468 C6_chemical_C1 +LQ10X006030 At5g04250 6.31423697 C6_chemical_C2 +LQ10X006030 At5g04250 5.505358347 C6_chemical_C3 +LQ10X006030 At5g04250 5.360741403 L4_control_A1 +LQ10X006030 At5g04250 4.921496528 L4_control_A2 +LQ10X006030 At5g04250 5.311679937 L4_control_A3 +LQ10X006030 At5g04250 5.028926861 L4_control_B1 +LQ10X006030 At5g04250 5.026364857 L4_control_B2 +LQ10X006030 At5g04250 5.292459081 L4_control_B3 +LQ10X006030 At5g04250 5.184454772 L4_control_C2 +LQ10X006030 At5g04250 5.20064553 L4_control_C3 +LQ10X006030 At5g04250 5.305690355 L4_chemical_A1 +LQ10X006030 At5g04250 5.332988809 L4_chemical_A2 +LQ10X006030 At5g04250 5.455238024 L4_chemical_A3 +LQ10X006030 At5g04250 5.222170105 L4_chemical_B1 +LQ10X006030 At5g04250 5.420558994 L4_chemical_B2 +LQ10X006030 At5g04250 5.283510278 L4_chemical_B3 +LQ10X006030 At5g04250 5.64755187 L4_chemical_C2 +LQ10X006030 At5g04250 5.771489273 L4_chemical_C3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.259103716 C6_control_A1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.556153923 C6_control_A3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.211681792 C6_control_B1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.389082895 C6_control_B2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.317614448 C6_control_B3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.507763422 C6_control_C1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.434617544 C6_control_C2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.583397336 C6_control_C3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.058712994 C6_chemical_A1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.851810181 C6_chemical_A3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.901122978 C6_chemical_B1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.726264521 C6_chemical_B2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.177097644 C6_chemical_B3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.794344012 C6_chemical_C1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.587104308 C6_chemical_C2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.701788127 C6_chemical_C3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.519433447 L4_control_A1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.570925451 L4_control_A2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.285243676 L4_control_A3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.863437125 L4_control_B1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.998642337 L4_control_B2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.918393199 L4_control_B3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.527034667 L4_control_C2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 7.084267442 L4_control_C3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.582823988 L4_chemical_A1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.733126139 L4_chemical_A2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.113538659 L4_chemical_A3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.227555723 L4_chemical_B1 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.556681691 L4_chemical_B2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.881733613 L4_chemical_B3 +LQ10X006070 Putative disease resistance RPP13-like protein 1 5.434185826 L4_chemical_C2 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.643052467 L4_chemical_C3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.650795847 C6_control_A1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.671785637 C6_control_A3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.356586037 C6_control_B1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 6.15011621 C6_control_B2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 6.114280689 C6_control_B3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.889068526 C6_control_C1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 7.088709787 C6_control_C2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.741760684 C6_control_C3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.515463977 C6_chemical_A1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.706752137 C6_chemical_A3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.651012589 C6_chemical_B1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 6.177258729 C6_chemical_B2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.58988951 C6_chemical_B3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 6.112238735 C6_chemical_C1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 6.173390339 C6_chemical_C2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.79023446 C6_chemical_C3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.510532562 L4_control_A1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.825238295 L4_control_A2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.223063136 L4_control_A3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.200142132 L4_control_B1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.822564773 L4_control_B2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.489408919 L4_control_B3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 6.083117838 L4_control_C2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 6.277250889 L4_control_C3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.829584974 L4_chemical_A1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.720860755 L4_chemical_A2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.418527702 L4_chemical_A3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.826755606 L4_chemical_B1 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.534954023 L4_chemical_B2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.687244418 L4_chemical_B3 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.421813413 L4_chemical_C2 +LQ10X006090 Putative Vacuolar amino acid transporter 1 6.067526227 L4_chemical_C3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 6.955216433 C6_control_A1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 7.41852121 C6_control_A3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 8.218030274 C6_control_B1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.695249498 C6_control_B2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.078851815 C6_control_B3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.355475651 C6_control_C1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.384413799 C6_control_C2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.194414413 C6_control_C3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 7.482185749 C6_chemical_A1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 7.398419318 C6_chemical_A3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 8.692258286 C6_chemical_B1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.700526061 C6_chemical_B2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.165349914 C6_chemical_B3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.424087608 C6_chemical_C1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.74070444 C6_chemical_C2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.423104392 C6_chemical_C3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 7.361992342 L4_control_A1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 8.066939244 L4_control_A2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 7.575154537 L4_control_A3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.66740688 L4_control_B1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.579033707 L4_control_B2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.887580178 L4_control_B3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.27528275 L4_control_C2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.757422628 L4_control_C3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 8.333695247 L4_chemical_A1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.361617958 L4_chemical_A2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 7.813297304 L4_chemical_A3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 8.898876679 L4_chemical_B1 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.197515032 L4_chemical_B2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 8.961231675 L4_chemical_B3 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.047337294 L4_chemical_C2 +LQ10X006100 Putative Vacuolar amino acid transporter 1 9.922634051 L4_chemical_C3 +LQ10X006170 Hypothetical protein 5.264022346 C6_control_A1 +LQ10X006170 Hypothetical protein 5.614214469 C6_control_A3 +LQ10X006170 Hypothetical protein 4.926010062 C6_control_B1 +LQ10X006170 Hypothetical protein 5.064957245 C6_control_B2 +LQ10X006170 Hypothetical protein 5.466046658 C6_control_B3 +LQ10X006170 Hypothetical protein 5.504456069 C6_control_C1 +LQ10X006170 Hypothetical protein 4.968778344 C6_control_C2 +LQ10X006170 Hypothetical protein 5.271963594 C6_control_C3 +LQ10X006170 Hypothetical protein 5.605249872 C6_chemical_A1 +LQ10X006170 Hypothetical protein 5.748656226 C6_chemical_A3 +LQ10X006170 Hypothetical protein 5.262362129 C6_chemical_B1 +LQ10X006170 Hypothetical protein 4.928865279 C6_chemical_B2 +LQ10X006170 Hypothetical protein 5.29796493 C6_chemical_B3 +LQ10X006170 Hypothetical protein 5.41310062 C6_chemical_C1 +LQ10X006170 Hypothetical protein 5.224115881 C6_chemical_C2 +LQ10X006170 Hypothetical protein 4.980835278 C6_chemical_C3 +LQ10X006170 Hypothetical protein 5.247155486 L4_control_A1 +LQ10X006170 Hypothetical protein 5.31107233 L4_control_A2 +LQ10X006170 Hypothetical protein 5.884037302 L4_control_A3 +LQ10X006170 Hypothetical protein 5.362892343 L4_control_B1 +LQ10X006170 Hypothetical protein 5.293688015 L4_control_B2 +LQ10X006170 Hypothetical protein 5.659080534 L4_control_B3 +LQ10X006170 Hypothetical protein 5.404203135 L4_control_C2 +LQ10X006170 Hypothetical protein 5.285339264 L4_control_C3 +LQ10X006170 Hypothetical protein 5.115790243 L4_chemical_A1 +LQ10X006170 Hypothetical protein 5.329517843 L4_chemical_A2 +LQ10X006170 Hypothetical protein 5.374029598 L4_chemical_A3 +LQ10X006170 Hypothetical protein 5.201255828 L4_chemical_B1 +LQ10X006170 Hypothetical protein 5.71839083 L4_chemical_B2 +LQ10X006170 Hypothetical protein 5.423794658 L4_chemical_B3 +LQ10X006170 Hypothetical protein 5.166138845 L4_chemical_C2 +LQ10X006170 Hypothetical protein 5.20708654 L4_chemical_C3 +LQ10X006230 Disease resistance protein RGA2, putative 4.524071282 C6_control_A1 +LQ10X006230 Disease resistance protein RGA2, putative 4.638024672 C6_control_A3 +LQ10X006230 Disease resistance protein RGA2, putative 4.947800489 C6_control_B1 +LQ10X006230 Disease resistance protein RGA2, putative 4.532309022 C6_control_B2 +LQ10X006230 Disease resistance protein RGA2, putative 4.829089021 C6_control_B3 +LQ10X006230 Disease resistance protein RGA2, putative 4.934031431 C6_control_C1 +LQ10X006230 Disease resistance protein RGA2, putative 4.822315089 C6_control_C2 +LQ10X006230 Disease resistance protein RGA2, putative 4.497953412 C6_control_C3 +LQ10X006230 Disease resistance protein RGA2, putative 4.663396273 C6_chemical_A1 +LQ10X006230 Disease resistance protein RGA2, putative 4.928440532 C6_chemical_A3 +LQ10X006230 Disease resistance protein RGA2, putative 5.066943081 C6_chemical_B1 +LQ10X006230 Disease resistance protein RGA2, putative 4.576521676 C6_chemical_B2 +LQ10X006230 Disease resistance protein RGA2, putative 4.615241024 C6_chemical_B3 +LQ10X006230 Disease resistance protein RGA2, putative 4.754984418 C6_chemical_C1 +LQ10X006230 Disease resistance protein RGA2, putative 4.855878401 C6_chemical_C2 +LQ10X006230 Disease resistance protein RGA2, putative 4.483159529 C6_chemical_C3 +LQ10X006230 Disease resistance protein RGA2, putative 4.738860728 L4_control_A1 +LQ10X006230 Disease resistance protein RGA2, putative 4.714994805 L4_control_A2 +LQ10X006230 Disease resistance protein RGA2, putative 4.744535868 L4_control_A3 +LQ10X006230 Disease resistance protein RGA2, putative 5.421839214 L4_control_B1 +LQ10X006230 Disease resistance protein RGA2, putative 4.699945071 L4_control_B2 +LQ10X006230 Disease resistance protein RGA2, putative 4.775471613 L4_control_B3 +LQ10X006230 Disease resistance protein RGA2, putative 4.718653738 L4_control_C2 +LQ10X006230 Disease resistance protein RGA2, putative 5.705805041 L4_control_C3 +LQ10X006230 Disease resistance protein RGA2, putative 5.008782852 L4_chemical_A1 +LQ10X006230 Disease resistance protein RGA2, putative 4.60853894 L4_chemical_A2 +LQ10X006230 Disease resistance protein RGA2, putative 4.687112772 L4_chemical_A3 +LQ10X006230 Disease resistance protein RGA2, putative 4.698009888 L4_chemical_B1 +LQ10X006230 Disease resistance protein RGA2, putative 4.665432741 L4_chemical_B2 +LQ10X006230 Disease resistance protein RGA2, putative 4.570797443 L4_chemical_B3 +LQ10X006230 Disease resistance protein RGA2, putative 4.567948729 L4_chemical_C2 +LQ10X006230 Disease resistance protein RGA2, putative 5.372974791 L4_chemical_C3 +LQ10X006240 Predicted protein 6.019889362 C6_control_A1 +LQ10X006240 Predicted protein 5.732596131 C6_control_A3 +LQ10X006240 Predicted protein 6.873607476 C6_control_B1 +LQ10X006240 Predicted protein 5.797765509 C6_control_B2 +LQ10X006240 Predicted protein 6.469420057 C6_control_B3 +LQ10X006240 Predicted protein 5.890495751 C6_control_C1 +LQ10X006240 Predicted protein 5.557424796 C6_control_C2 +LQ10X006240 Predicted protein 6.040097114 C6_control_C3 +LQ10X006240 Predicted protein 5.630671434 C6_chemical_A1 +LQ10X006240 Predicted protein 6.222016175 C6_chemical_A3 +LQ10X006240 Predicted protein 6.646777555 C6_chemical_B1 +LQ10X006240 Predicted protein 5.845719548 C6_chemical_B2 +LQ10X006240 Predicted protein 6.2168125 C6_chemical_B3 +LQ10X006240 Predicted protein 6.093217257 C6_chemical_C1 +LQ10X006240 Predicted protein 5.641712831 C6_chemical_C2 +LQ10X006240 Predicted protein 5.686841715 C6_chemical_C3 +LQ10X006240 Predicted protein 6.389483119 L4_control_A1 +LQ10X006240 Predicted protein 6.229597899 L4_control_A2 +LQ10X006240 Predicted protein 6.360701975 L4_control_A3 +LQ10X006240 Predicted protein 6.291515058 L4_control_B1 +LQ10X006240 Predicted protein 6.167887195 L4_control_B2 +LQ10X006240 Predicted protein 6.144677571 L4_control_B3 +LQ10X006240 Predicted protein 6.152605853 L4_control_C2 +LQ10X006240 Predicted protein 6.171584116 L4_control_C3 +LQ10X006240 Predicted protein 6.414584838 L4_chemical_A1 +LQ10X006240 Predicted protein 6.243309001 L4_chemical_A2 +LQ10X006240 Predicted protein 6.39538163 L4_chemical_A3 +LQ10X006240 Predicted protein 6.299728913 L4_chemical_B1 +LQ10X006240 Predicted protein 6.04498068 L4_chemical_B2 +LQ10X006240 Predicted protein 6.099680599 L4_chemical_B3 +LQ10X006240 Predicted protein 6.178237017 L4_chemical_C2 +LQ10X006240 Predicted protein 6.086563077 L4_chemical_C3 +LQ10X006260 Ras-related protein RHN1 5.022285018 C6_control_A1 +LQ10X006260 Ras-related protein RHN1 4.765506565 C6_control_A3 +LQ10X006260 Ras-related protein RHN1 5.455217209 C6_control_B1 +LQ10X006260 Ras-related protein RHN1 5.015932793 C6_control_B2 +LQ10X006260 Ras-related protein RHN1 5.358055021 C6_control_B3 +LQ10X006260 Ras-related protein RHN1 5.23223545 C6_control_C1 +LQ10X006260 Ras-related protein RHN1 4.969394741 C6_control_C2 +LQ10X006260 Ras-related protein RHN1 5.009861365 C6_control_C3 +LQ10X006260 Ras-related protein RHN1 5.049772553 C6_chemical_A1 +LQ10X006260 Ras-related protein RHN1 4.902308928 C6_chemical_A3 +LQ10X006260 Ras-related protein RHN1 5.351568515 C6_chemical_B1 +LQ10X006260 Ras-related protein RHN1 5.185300428 C6_chemical_B2 +LQ10X006260 Ras-related protein RHN1 5.574818477 C6_chemical_B3 +LQ10X006260 Ras-related protein RHN1 5.109417141 C6_chemical_C1 +LQ10X006260 Ras-related protein RHN1 4.864463269 C6_chemical_C2 +LQ10X006260 Ras-related protein RHN1 4.91030994 C6_chemical_C3 +LQ10X006260 Ras-related protein RHN1 5.979300512 L4_control_A1 +LQ10X006260 Ras-related protein RHN1 5.654430035 L4_control_A2 +LQ10X006260 Ras-related protein RHN1 5.207924323 L4_control_A3 +LQ10X006260 Ras-related protein RHN1 6.885060972 L4_control_B1 +LQ10X006260 Ras-related protein RHN1 5.042832944 L4_control_B2 +LQ10X006260 Ras-related protein RHN1 4.826511765 L4_control_B3 +LQ10X006260 Ras-related protein RHN1 5.826104267 L4_control_C2 +LQ10X006260 Ras-related protein RHN1 5.812757356 L4_control_C3 +LQ10X006260 Ras-related protein RHN1 5.994327256 L4_chemical_A1 +LQ10X006260 Ras-related protein RHN1 5.749306179 L4_chemical_A2 +LQ10X006260 Ras-related protein RHN1 5.824556094 L4_chemical_A3 +LQ10X006260 Ras-related protein RHN1 5.296432932 L4_chemical_B1 +LQ10X006260 Ras-related protein RHN1 5.652928615 L4_chemical_B2 +LQ10X006260 Ras-related protein RHN1 4.950978927 L4_chemical_B3 +LQ10X006260 Ras-related protein RHN1 6.511672982 L4_chemical_C2 +LQ10X006260 Ras-related protein RHN1 6.895349685 L4_chemical_C3 +LQ10X006270 Hypothetical protein 5.188484425 C6_control_A1 +LQ10X006270 Hypothetical protein 5.08295531 C6_control_A3 +LQ10X006270 Hypothetical protein 5.216476016 C6_control_B1 +LQ10X006270 Hypothetical protein 5.417295197 C6_control_B2 +LQ10X006270 Hypothetical protein 5.469801535 C6_control_B3 +LQ10X006270 Hypothetical protein 5.264370114 C6_control_C1 +LQ10X006270 Hypothetical protein 5.627606058 C6_control_C2 +LQ10X006270 Hypothetical protein 5.454193734 C6_control_C3 +LQ10X006270 Hypothetical protein 5.087090473 C6_chemical_A1 +LQ10X006270 Hypothetical protein 5.729768964 C6_chemical_A3 +LQ10X006270 Hypothetical protein 5.737568824 C6_chemical_B1 +LQ10X006270 Hypothetical protein 5.399353699 C6_chemical_B2 +LQ10X006270 Hypothetical protein 5.247012538 C6_chemical_B3 +LQ10X006270 Hypothetical protein 5.531255271 C6_chemical_C1 +LQ10X006270 Hypothetical protein 5.505148212 C6_chemical_C2 +LQ10X006270 Hypothetical protein 5.569298571 C6_chemical_C3 +LQ10X006270 Hypothetical protein 5.178676014 L4_control_A1 +LQ10X006270 Hypothetical protein 5.571859197 L4_control_A2 +LQ10X006270 Hypothetical protein 5.421999521 L4_control_A3 +LQ10X006270 Hypothetical protein 6.328645311 L4_control_B1 +LQ10X006270 Hypothetical protein 5.908831391 L4_control_B2 +LQ10X006270 Hypothetical protein 5.210941979 L4_control_B3 +LQ10X006270 Hypothetical protein 5.395078916 L4_control_C2 +LQ10X006270 Hypothetical protein 5.09460987 L4_control_C3 +LQ10X006270 Hypothetical protein 5.094197022 L4_chemical_A1 +LQ10X006270 Hypothetical protein 5.527747742 L4_chemical_A2 +LQ10X006270 Hypothetical protein 5.216595809 L4_chemical_A3 +LQ10X006270 Hypothetical protein 5.512871596 L4_chemical_B1 +LQ10X006270 Hypothetical protein 5.249889492 L4_chemical_B2 +LQ10X006270 Hypothetical protein 5.095144018 L4_chemical_B3 +LQ10X006270 Hypothetical protein 5.907013371 L4_chemical_C2 +LQ10X006270 Hypothetical protein 5.24777536 L4_chemical_C3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.0932791 C6_control_A1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.825561 C6_control_A3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 9.929374348 C6_control_B1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.53067371 C6_control_B2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.60490937 C6_control_B3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.15940603 C6_control_C1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.3199919 C6_control_C2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.39017234 C6_control_C3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.60961442 C6_chemical_A1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.27502634 C6_chemical_A3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 9.332021052 C6_chemical_B1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.10205463 C6_chemical_B2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.18367008 C6_chemical_B3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.89669978 C6_chemical_C1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.11844308 C6_chemical_C2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.02873789 C6_chemical_C3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.22745085 L4_control_A1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.63601594 L4_control_A2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.58116458 L4_control_A3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 9.087654874 L4_control_B1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.04159225 L4_control_B2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.18007546 L4_control_B3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.21502446 L4_control_C2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.32951134 L4_control_C3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.87033442 L4_chemical_A1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 9.765456238 L4_chemical_A2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.12284553 L4_chemical_A3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 9.584571426 L4_chemical_B1 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.17793325 L4_chemical_B2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 9.842072737 L4_chemical_B3 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.98585382 L4_chemical_C2 +LQ10X006280 Putative Exosome complex exonuclease RRP42 11.10863622 L4_chemical_C3 +LQ10X006320 U-box domain-containing protein 14 10.85286202 C6_control_A1 +LQ10X006320 U-box domain-containing protein 14 10.01080474 C6_control_A3 +LQ10X006320 U-box domain-containing protein 14 11.42818008 C6_control_B1 +LQ10X006320 U-box domain-containing protein 14 11.80445142 C6_control_B2 +LQ10X006320 U-box domain-containing protein 14 11.29588959 C6_control_B3 +LQ10X006320 U-box domain-containing protein 14 13.56157252 C6_control_C1 +LQ10X006320 U-box domain-containing protein 14 13.14092582 C6_control_C2 +LQ10X006320 U-box domain-containing protein 14 12.84834527 C6_control_C3 +LQ10X006320 U-box domain-containing protein 14 10.99435145 C6_chemical_A1 +LQ10X006320 U-box domain-containing protein 14 10.47285196 C6_chemical_A3 +LQ10X006320 U-box domain-containing protein 14 11.50447549 C6_chemical_B1 +LQ10X006320 U-box domain-containing protein 14 11.71970102 C6_chemical_B2 +LQ10X006320 U-box domain-containing protein 14 11.39855657 C6_chemical_B3 +LQ10X006320 U-box domain-containing protein 14 13.77790744 C6_chemical_C1 +LQ10X006320 U-box domain-containing protein 14 13.23227127 C6_chemical_C2 +LQ10X006320 U-box domain-containing protein 14 13.09449643 C6_chemical_C3 +LQ10X006320 U-box domain-containing protein 14 10.51365841 L4_control_A1 +LQ10X006320 U-box domain-containing protein 14 10.07633356 L4_control_A2 +LQ10X006320 U-box domain-containing protein 14 9.030229718 L4_control_A3 +LQ10X006320 U-box domain-containing protein 14 11.12457169 L4_control_B1 +LQ10X006320 U-box domain-containing protein 14 11.12039167 L4_control_B2 +LQ10X006320 U-box domain-containing protein 14 11.32397158 L4_control_B3 +LQ10X006320 U-box domain-containing protein 14 12.3090758 L4_control_C2 +LQ10X006320 U-box domain-containing protein 14 12.54831928 L4_control_C3 +LQ10X006320 U-box domain-containing protein 14 10.754926 L4_chemical_A1 +LQ10X006320 U-box domain-containing protein 14 10.36048892 L4_chemical_A2 +LQ10X006320 U-box domain-containing protein 14 9.746487646 L4_chemical_A3 +LQ10X006320 U-box domain-containing protein 14 11.18308261 L4_chemical_B1 +LQ10X006320 U-box domain-containing protein 14 11.13368736 L4_chemical_B2 +LQ10X006320 U-box domain-containing protein 14 10.78893899 L4_chemical_B3 +LQ10X006320 U-box domain-containing protein 14 12.2331202 L4_chemical_C2 +LQ10X006320 U-box domain-containing protein 14 12.3861519 L4_chemical_C3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.118293399 C6_control_A1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.55571133 C6_control_A3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.87430499 C6_control_B1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.202694168 C6_control_B2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.057769072 C6_control_B3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.220433924 C6_control_C1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.62878171 C6_control_C2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.583034258 C6_control_C3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.088600691 C6_chemical_A1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.119261741 C6_chemical_A3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.976337456 C6_chemical_B1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.283781074 C6_chemical_B2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.984317686 C6_chemical_B3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.003154884 C6_chemical_C1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.076076267 C6_chemical_C2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.967782235 C6_chemical_C3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.520573173 L4_control_A1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.03467364 L4_control_A2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.466149205 L4_control_A3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.856159838 L4_control_B1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.325269889 L4_control_B2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 10.02435473 L4_control_B3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 7.851687214 L4_control_C2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.091448199 L4_control_C3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.91541083 L4_chemical_A1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.249640929 L4_chemical_A2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.915616495 L4_chemical_A3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.377697431 L4_chemical_B1 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.408942976 L4_chemical_B2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.705436267 L4_chemical_B3 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 8.305997914 L4_chemical_C2 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.297651841 L4_chemical_C3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.752860943 C6_control_A1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.2364795 C6_control_A3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.328854873 C6_control_B1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.41597294 C6_control_B2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.48450146 C6_control_B3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.5315565 C6_control_C1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.44588493 C6_control_C2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.70686322 C6_control_C3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.582850761 C6_chemical_A1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.534407317 C6_chemical_A3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.192003909 C6_chemical_B1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.07022851 C6_chemical_B2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 8.900342426 C6_chemical_B3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.55930809 C6_chemical_C1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.55138869 C6_chemical_C2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.76128022 C6_chemical_C3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.648484059 L4_control_A1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.687914577 L4_control_A2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.338189693 L4_control_A3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 8.95935725 L4_control_B1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 8.552951444 L4_control_B2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.53728745 L4_control_B3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.028507239 L4_control_C2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.155606179 L4_control_C3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.47211831 L4_chemical_A1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 10.11263639 L4_chemical_A2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.540789786 L4_chemical_A3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.031367972 L4_chemical_B1 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 8.79120196 L4_chemical_B2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.309269124 L4_chemical_B3 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.290276886 L4_chemical_C2 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.561946784 L4_chemical_C3 +LQ10X006360 Predicted protein 5.387723138 C6_control_A1 +LQ10X006360 Predicted protein 5.624383437 C6_control_A3 +LQ10X006360 Predicted protein 6.099585861 C6_control_B1 +LQ10X006360 Predicted protein 5.367747546 C6_control_B2 +LQ10X006360 Predicted protein 5.415738993 C6_control_B3 +LQ10X006360 Predicted protein 5.866950945 C6_control_C1 +LQ10X006360 Predicted protein 5.510344121 C6_control_C2 +LQ10X006360 Predicted protein 5.441124913 C6_control_C3 +LQ10X006360 Predicted protein 5.478802648 C6_chemical_A1 +LQ10X006360 Predicted protein 5.489696729 C6_chemical_A3 +LQ10X006360 Predicted protein 6.446332555 C6_chemical_B1 +LQ10X006360 Predicted protein 5.377151471 C6_chemical_B2 +LQ10X006360 Predicted protein 5.88024224 C6_chemical_B3 +LQ10X006360 Predicted protein 5.660017833 C6_chemical_C1 +LQ10X006360 Predicted protein 5.234641167 C6_chemical_C2 +LQ10X006360 Predicted protein 5.389265274 C6_chemical_C3 +LQ10X006360 Predicted protein 5.463971476 L4_control_A1 +LQ10X006360 Predicted protein 5.789414171 L4_control_A2 +LQ10X006360 Predicted protein 5.893875424 L4_control_A3 +LQ10X006360 Predicted protein 5.487078062 L4_control_B1 +LQ10X006360 Predicted protein 5.777483027 L4_control_B2 +LQ10X006360 Predicted protein 5.670139526 L4_control_B3 +LQ10X006360 Predicted protein 5.148722643 L4_control_C2 +LQ10X006360 Predicted protein 5.526471694 L4_control_C3 +LQ10X006360 Predicted protein 5.415721856 L4_chemical_A1 +LQ10X006360 Predicted protein 5.809952686 L4_chemical_A2 +LQ10X006360 Predicted protein 6.196271242 L4_chemical_A3 +LQ10X006360 Predicted protein 5.635424925 L4_chemical_B1 +LQ10X006360 Predicted protein 5.603910846 L4_chemical_B2 +LQ10X006360 Predicted protein 5.90002838 L4_chemical_B3 +LQ10X006360 Predicted protein 5.678140016 L4_chemical_C2 +LQ10X006360 Predicted protein 5.946880638 L4_chemical_C3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.674110989 C6_control_A1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.77603787 C6_control_A3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.689331224 C6_control_B1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.44831958 C6_control_B2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.244655397 C6_control_B3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.916596149 C6_control_C1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.483332119 C6_control_C2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.686674813 C6_control_C3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.57447755 C6_chemical_A1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.720680408 C6_chemical_A3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.309982186 C6_chemical_B1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.52382489 C6_chemical_B2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.365452068 C6_chemical_B3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.819568001 C6_chemical_C1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.321586664 C6_chemical_C2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.865412451 C6_chemical_C3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.391479616 L4_control_A1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.553107675 L4_control_A2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.529821712 L4_control_A3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.146063208 L4_control_B1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.18455684 L4_control_B2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.489342541 L4_control_B3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.048380616 L4_control_C2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 4.862457288 L4_control_C3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.625302623 L4_chemical_A1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.296051009 L4_chemical_A2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.657495809 L4_chemical_A3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.744028291 L4_chemical_B1 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.664941185 L4_chemical_B2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.477360245 L4_chemical_B3 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.715464537 L4_chemical_C2 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.719332257 L4_chemical_C3 +LQ10X006430 Probable exocyst complex component 4 12.50122839 C6_control_A1 +LQ10X006430 Probable exocyst complex component 4 12.32226891 C6_control_A3 +LQ10X006430 Probable exocyst complex component 4 12.7811977 C6_control_B1 +LQ10X006430 Probable exocyst complex component 4 12.418702 C6_control_B2 +LQ10X006430 Probable exocyst complex component 4 12.46531187 C6_control_B3 +LQ10X006430 Probable exocyst complex component 4 12.03192106 C6_control_C1 +LQ10X006430 Probable exocyst complex component 4 12.13429939 C6_control_C2 +LQ10X006430 Probable exocyst complex component 4 12.49839177 C6_control_C3 +LQ10X006430 Probable exocyst complex component 4 12.31965983 C6_chemical_A1 +LQ10X006430 Probable exocyst complex component 4 12.19982632 C6_chemical_A3 +LQ10X006430 Probable exocyst complex component 4 12.43890088 C6_chemical_B1 +LQ10X006430 Probable exocyst complex component 4 11.98593119 C6_chemical_B2 +LQ10X006430 Probable exocyst complex component 4 12.27060413 C6_chemical_B3 +LQ10X006430 Probable exocyst complex component 4 12.03172653 C6_chemical_C1 +LQ10X006430 Probable exocyst complex component 4 12.08923487 C6_chemical_C2 +LQ10X006430 Probable exocyst complex component 4 12.25303566 C6_chemical_C3 +LQ10X006430 Probable exocyst complex component 4 12.50627039 L4_control_A1 +LQ10X006430 Probable exocyst complex component 4 11.51565398 L4_control_A2 +LQ10X006430 Probable exocyst complex component 4 12.02186193 L4_control_A3 +LQ10X006430 Probable exocyst complex component 4 12.75667252 L4_control_B1 +LQ10X006430 Probable exocyst complex component 4 12.49055853 L4_control_B2 +LQ10X006430 Probable exocyst complex component 4 12.34391137 L4_control_B3 +LQ10X006430 Probable exocyst complex component 4 12.60803464 L4_control_C2 +LQ10X006430 Probable exocyst complex component 4 12.56106709 L4_control_C3 +LQ10X006430 Probable exocyst complex component 4 12.38940342 L4_chemical_A1 +LQ10X006430 Probable exocyst complex component 4 11.50955363 L4_chemical_A2 +LQ10X006430 Probable exocyst complex component 4 12.28092677 L4_chemical_A3 +LQ10X006430 Probable exocyst complex component 4 12.53392121 L4_chemical_B1 +LQ10X006430 Probable exocyst complex component 4 12.47713358 L4_chemical_B2 +LQ10X006430 Probable exocyst complex component 4 12.38449433 L4_chemical_B3 +LQ10X006430 Probable exocyst complex component 4 12.78363604 L4_chemical_C2 +LQ10X006430 Probable exocyst complex component 4 12.53272139 L4_chemical_C3 +LQ10X006450 Predicted protein 10.11506095 C6_control_A1 +LQ10X006450 Predicted protein 9.830821518 C6_control_A3 +LQ10X006450 Predicted protein 10.19853775 C6_control_B1 +LQ10X006450 Predicted protein 10.55314481 C6_control_B2 +LQ10X006450 Predicted protein 10.30705865 C6_control_B3 +LQ10X006450 Predicted protein 11.3086197 C6_control_C1 +LQ10X006450 Predicted protein 11.254522 C6_control_C2 +LQ10X006450 Predicted protein 11.01088818 C6_control_C3 +LQ10X006450 Predicted protein 9.683192106 C6_chemical_A1 +LQ10X006450 Predicted protein 10.04971353 C6_chemical_A3 +LQ10X006450 Predicted protein 9.840271774 C6_chemical_B1 +LQ10X006450 Predicted protein 10.68864582 C6_chemical_B2 +LQ10X006450 Predicted protein 10.07029911 C6_chemical_B3 +LQ10X006450 Predicted protein 11.19899772 C6_chemical_C1 +LQ10X006450 Predicted protein 11.08698473 C6_chemical_C2 +LQ10X006450 Predicted protein 10.81522323 C6_chemical_C3 +LQ10X006450 Predicted protein 9.917029401 L4_control_A1 +LQ10X006450 Predicted protein 10.11176885 L4_control_A2 +LQ10X006450 Predicted protein 9.211496906 L4_control_A3 +LQ10X006450 Predicted protein 9.892162596 L4_control_B1 +LQ10X006450 Predicted protein 9.501541764 L4_control_B2 +LQ10X006450 Predicted protein 10.68807619 L4_control_B3 +LQ10X006450 Predicted protein 10.60408188 L4_control_C2 +LQ10X006450 Predicted protein 10.20230165 L4_control_C3 +LQ10X006450 Predicted protein 10.04189418 L4_chemical_A1 +LQ10X006450 Predicted protein 10.10904362 L4_chemical_A2 +LQ10X006450 Predicted protein 9.742249038 L4_chemical_A3 +LQ10X006450 Predicted protein 10.06024165 L4_chemical_B1 +LQ10X006450 Predicted protein 9.482744005 L4_chemical_B2 +LQ10X006450 Predicted protein 10.63232878 L4_chemical_B3 +LQ10X006450 Predicted protein 10.58195962 L4_chemical_C2 +LQ10X006450 Predicted protein 10.90864423 L4_chemical_C3 +LQ10X006460 Hypothetical protein 10.90546322 C6_control_A1 +LQ10X006460 Hypothetical protein 9.991296034 C6_control_A3 +LQ10X006460 Hypothetical protein 10.78811206 C6_control_B1 +LQ10X006460 Hypothetical protein 10.14176824 C6_control_B2 +LQ10X006460 Hypothetical protein 9.781746396 C6_control_B3 +LQ10X006460 Hypothetical protein 10.30939517 C6_control_C1 +LQ10X006460 Hypothetical protein 9.966757736 C6_control_C2 +LQ10X006460 Hypothetical protein 9.312022908 C6_control_C3 +LQ10X006460 Hypothetical protein 10.74518893 C6_chemical_A1 +LQ10X006460 Hypothetical protein 9.539827786 C6_chemical_A3 +LQ10X006460 Hypothetical protein 10.96525096 C6_chemical_B1 +LQ10X006460 Hypothetical protein 10.50175027 C6_chemical_B2 +LQ10X006460 Hypothetical protein 9.954462229 C6_chemical_B3 +LQ10X006460 Hypothetical protein 10.44451222 C6_chemical_C1 +LQ10X006460 Hypothetical protein 9.891611521 C6_chemical_C2 +LQ10X006460 Hypothetical protein 9.975907045 C6_chemical_C3 +LQ10X006460 Hypothetical protein 10.00813226 L4_control_A1 +LQ10X006460 Hypothetical protein 10.38427266 L4_control_A2 +LQ10X006460 Hypothetical protein 9.439702951 L4_control_A3 +LQ10X006460 Hypothetical protein 9.666388272 L4_control_B1 +LQ10X006460 Hypothetical protein 10.20537591 L4_control_B2 +LQ10X006460 Hypothetical protein 9.072643184 L4_control_B3 +LQ10X006460 Hypothetical protein 10.53715795 L4_control_C2 +LQ10X006460 Hypothetical protein 10.51041333 L4_control_C3 +LQ10X006460 Hypothetical protein 10.71275526 L4_chemical_A1 +LQ10X006460 Hypothetical protein 10.97567051 L4_chemical_A2 +LQ10X006460 Hypothetical protein 10.59541223 L4_chemical_A3 +LQ10X006460 Hypothetical protein 10.58024408 L4_chemical_B1 +LQ10X006460 Hypothetical protein 10.46019496 L4_chemical_B2 +LQ10X006460 Hypothetical protein 9.495283198 L4_chemical_B3 +LQ10X006460 Hypothetical protein 10.72913014 L4_chemical_C2 +LQ10X006460 Hypothetical protein 10.68528174 L4_chemical_C3 +LQ10X006520 Putative uncharacterized protein 10.77341602 C6_control_A1 +LQ10X006520 Putative uncharacterized protein 10.83850179 C6_control_A3 +LQ10X006520 Putative uncharacterized protein 10.06791855 C6_control_B1 +LQ10X006520 Putative uncharacterized protein 11.14733622 C6_control_B2 +LQ10X006520 Putative uncharacterized protein 10.53408907 C6_control_B3 +LQ10X006520 Putative uncharacterized protein 11.63947611 C6_control_C1 +LQ10X006520 Putative uncharacterized protein 11.16114646 C6_control_C2 +LQ10X006520 Putative uncharacterized protein 11.48921893 C6_control_C3 +LQ10X006520 Putative uncharacterized protein 10.60303458 C6_chemical_A1 +LQ10X006520 Putative uncharacterized protein 10.64779333 C6_chemical_A3 +LQ10X006520 Putative uncharacterized protein 9.879865172 C6_chemical_B1 +LQ10X006520 Putative uncharacterized protein 11.2650928 C6_chemical_B2 +LQ10X006520 Putative uncharacterized protein 10.41936856 C6_chemical_B3 +LQ10X006520 Putative uncharacterized protein 11.72956667 C6_chemical_C1 +LQ10X006520 Putative uncharacterized protein 11.59542257 C6_chemical_C2 +LQ10X006520 Putative uncharacterized protein 11.43314501 C6_chemical_C3 +LQ10X006520 Putative uncharacterized protein 10.48618397 L4_control_A1 +LQ10X006520 Putative uncharacterized protein 9.56577951 L4_control_A2 +LQ10X006520 Putative uncharacterized protein 8.772199296 L4_control_A3 +LQ10X006520 Putative uncharacterized protein 9.974412627 L4_control_B1 +LQ10X006520 Putative uncharacterized protein 8.709887213 L4_control_B2 +LQ10X006520 Putative uncharacterized protein 9.963635452 L4_control_B3 +LQ10X006520 Putative uncharacterized protein 9.874836475 L4_control_C2 +LQ10X006520 Putative uncharacterized protein 8.5296854 L4_control_C3 +LQ10X006520 Putative uncharacterized protein 10.67516967 L4_chemical_A1 +LQ10X006520 Putative uncharacterized protein 9.464541766 L4_chemical_A2 +LQ10X006520 Putative uncharacterized protein 9.138596642 L4_chemical_A3 +LQ10X006520 Putative uncharacterized protein 9.979502445 L4_chemical_B1 +LQ10X006520 Putative uncharacterized protein 9.143236079 L4_chemical_B2 +LQ10X006520 Putative uncharacterized protein 9.999242167 L4_chemical_B3 +LQ10X006520 Putative uncharacterized protein 10.14116599 L4_chemical_C2 +LQ10X006520 Putative uncharacterized protein 8.932911289 L4_chemical_C3 +LQ10X006540 Serine carboxypeptidase-like 49 5.480236869 C6_control_A1 +LQ10X006540 Serine carboxypeptidase-like 49 5.320627364 C6_control_A3 +LQ10X006540 Serine carboxypeptidase-like 49 6.235053545 C6_control_B1 +LQ10X006540 Serine carboxypeptidase-like 49 5.025991962 C6_control_B2 +LQ10X006540 Serine carboxypeptidase-like 49 5.674670425 C6_control_B3 +LQ10X006540 Serine carboxypeptidase-like 49 5.933390684 C6_control_C1 +LQ10X006540 Serine carboxypeptidase-like 49 5.445296255 C6_control_C2 +LQ10X006540 Serine carboxypeptidase-like 49 5.756760593 C6_control_C3 +LQ10X006540 Serine carboxypeptidase-like 49 5.498664653 C6_chemical_A1 +LQ10X006540 Serine carboxypeptidase-like 49 5.414546481 C6_chemical_A3 +LQ10X006540 Serine carboxypeptidase-like 49 5.804354203 C6_chemical_B1 +LQ10X006540 Serine carboxypeptidase-like 49 5.253003798 C6_chemical_B2 +LQ10X006540 Serine carboxypeptidase-like 49 6.195744532 C6_chemical_B3 +LQ10X006540 Serine carboxypeptidase-like 49 5.688558623 C6_chemical_C1 +LQ10X006540 Serine carboxypeptidase-like 49 5.229187492 C6_chemical_C2 +LQ10X006540 Serine carboxypeptidase-like 49 5.648012932 C6_chemical_C3 +LQ10X006540 Serine carboxypeptidase-like 49 5.603798429 L4_control_A1 +LQ10X006540 Serine carboxypeptidase-like 49 6.29589689 L4_control_A2 +LQ10X006540 Serine carboxypeptidase-like 49 5.481995247 L4_control_A3 +LQ10X006540 Serine carboxypeptidase-like 49 5.942517162 L4_control_B1 +LQ10X006540 Serine carboxypeptidase-like 49 5.558762531 L4_control_B2 +LQ10X006540 Serine carboxypeptidase-like 49 5.597544645 L4_control_B3 +LQ10X006540 Serine carboxypeptidase-like 49 5.99901981 L4_control_C2 +LQ10X006540 Serine carboxypeptidase-like 49 5.805126078 L4_control_C3 +LQ10X006540 Serine carboxypeptidase-like 49 5.854390556 L4_chemical_A1 +LQ10X006540 Serine carboxypeptidase-like 49 6.195228611 L4_chemical_A2 +LQ10X006540 Serine carboxypeptidase-like 49 6.24116981 L4_chemical_A3 +LQ10X006540 Serine carboxypeptidase-like 49 5.488232048 L4_chemical_B1 +LQ10X006540 Serine carboxypeptidase-like 49 6.240746133 L4_chemical_B2 +LQ10X006540 Serine carboxypeptidase-like 49 5.367500254 L4_chemical_B3 +LQ10X006540 Serine carboxypeptidase-like 49 6.056066087 L4_chemical_C2 +LQ10X006540 Serine carboxypeptidase-like 49 5.402352402 L4_chemical_C3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.981977035 C6_control_A1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.289078022 C6_control_A3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.096846784 C6_control_B1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.794769843 C6_control_B2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.298869388 C6_control_B3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.715160186 C6_control_C1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.19508618 C6_control_C2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.884459523 C6_control_C3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.027687517 C6_chemical_A1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.187064067 C6_chemical_A3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.644067668 C6_chemical_B1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.837849076 C6_chemical_B2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.730500348 C6_chemical_B3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.740655969 C6_chemical_C1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.962481398 C6_chemical_C2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.072504974 C6_chemical_C3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.283019141 L4_control_A1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.006731023 L4_control_A2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.595274378 L4_control_A3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.382903654 L4_control_B1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.245111118 L4_control_B2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.058881816 L4_control_B3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.047824014 L4_control_C2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.767417272 L4_control_C3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.144078156 L4_chemical_A1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.158253368 L4_chemical_A2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.73365607 L4_chemical_A3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.253972915 L4_chemical_B1 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.082269436 L4_chemical_B2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.754164039 L4_chemical_B3 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 5.745964009 L4_chemical_C2 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.070445407 L4_chemical_C3 +LQ10X006620 Putative uncharacterized protein 4.981158674 C6_control_A1 +LQ10X006620 Putative uncharacterized protein 5.489923256 C6_control_A3 +LQ10X006620 Putative uncharacterized protein 4.804891631 C6_control_B1 +LQ10X006620 Putative uncharacterized protein 5.410564101 C6_control_B2 +LQ10X006620 Putative uncharacterized protein 5.006033459 C6_control_B3 +LQ10X006620 Putative uncharacterized protein 5.042720284 C6_control_C1 +LQ10X006620 Putative uncharacterized protein 5.026539539 C6_control_C2 +LQ10X006620 Putative uncharacterized protein 5.249559081 C6_control_C3 +LQ10X006620 Putative uncharacterized protein 5.003361574 C6_chemical_A1 +LQ10X006620 Putative uncharacterized protein 5.218333177 C6_chemical_A3 +LQ10X006620 Putative uncharacterized protein 4.91064031 C6_chemical_B1 +LQ10X006620 Putative uncharacterized protein 5.460228102 C6_chemical_B2 +LQ10X006620 Putative uncharacterized protein 5.097855337 C6_chemical_B3 +LQ10X006620 Putative uncharacterized protein 4.838220769 C6_chemical_C1 +LQ10X006620 Putative uncharacterized protein 5.174492598 C6_chemical_C2 +LQ10X006620 Putative uncharacterized protein 4.944458008 C6_chemical_C3 +LQ10X006620 Putative uncharacterized protein 5.332365232 L4_control_A1 +LQ10X006620 Putative uncharacterized protein 5.320779014 L4_control_A2 +LQ10X006620 Putative uncharacterized protein 5.915479065 L4_control_A3 +LQ10X006620 Putative uncharacterized protein 5.058479529 L4_control_B1 +LQ10X006620 Putative uncharacterized protein 5.237744603 L4_control_B2 +LQ10X006620 Putative uncharacterized protein 5.09052726 L4_control_B3 +LQ10X006620 Putative uncharacterized protein 4.924631521 L4_control_C2 +LQ10X006620 Putative uncharacterized protein 5.182664736 L4_control_C3 +LQ10X006620 Putative uncharacterized protein 5.190507626 L4_chemical_A1 +LQ10X006620 Putative uncharacterized protein 5.751056019 L4_chemical_A2 +LQ10X006620 Putative uncharacterized protein 5.550717938 L4_chemical_A3 +LQ10X006620 Putative uncharacterized protein 4.986458828 L4_chemical_B1 +LQ10X006620 Putative uncharacterized protein 4.931521095 L4_chemical_B2 +LQ10X006620 Putative uncharacterized protein 4.983952599 L4_chemical_B3 +LQ10X006620 Putative uncharacterized protein 5.132144538 L4_chemical_C2 +LQ10X006620 Putative uncharacterized protein 4.86838685 L4_chemical_C3 +LQ10X006650 Putative Vinorine synthase 5.181638874 C6_control_A1 +LQ10X006650 Putative Vinorine synthase 6.055678313 C6_control_A3 +LQ10X006650 Putative Vinorine synthase 4.836422253 C6_control_B1 +LQ10X006650 Putative Vinorine synthase 5.192427613 C6_control_B2 +LQ10X006650 Putative Vinorine synthase 4.963524848 C6_control_B3 +LQ10X006650 Putative Vinorine synthase 4.82128778 C6_control_C1 +LQ10X006650 Putative Vinorine synthase 5.308308943 C6_control_C2 +LQ10X006650 Putative Vinorine synthase 5.064304641 C6_control_C3 +LQ10X006650 Putative Vinorine synthase 5.539715061 C6_chemical_A1 +LQ10X006650 Putative Vinorine synthase 5.61338445 C6_chemical_A3 +LQ10X006650 Putative Vinorine synthase 5.249120208 C6_chemical_B1 +LQ10X006650 Putative Vinorine synthase 5.351044578 C6_chemical_B2 +LQ10X006650 Putative Vinorine synthase 4.962229593 C6_chemical_B3 +LQ10X006650 Putative Vinorine synthase 4.901575875 C6_chemical_C1 +LQ10X006650 Putative Vinorine synthase 5.102178891 C6_chemical_C2 +LQ10X006650 Putative Vinorine synthase 4.906264247 C6_chemical_C3 +LQ10X006650 Putative Vinorine synthase 5.39817307 L4_control_A1 +LQ10X006650 Putative Vinorine synthase 5.002486916 L4_control_A2 +LQ10X006650 Putative Vinorine synthase 5.441909052 L4_control_A3 +LQ10X006650 Putative Vinorine synthase 5.322493358 L4_control_B1 +LQ10X006650 Putative Vinorine synthase 5.81242638 L4_control_B2 +LQ10X006650 Putative Vinorine synthase 5.178560959 L4_control_B3 +LQ10X006650 Putative Vinorine synthase 5.430603382 L4_control_C2 +LQ10X006650 Putative Vinorine synthase 4.827171711 L4_control_C3 +LQ10X006650 Putative Vinorine synthase 5.04498776 L4_chemical_A1 +LQ10X006650 Putative Vinorine synthase 4.967842527 L4_chemical_A2 +LQ10X006650 Putative Vinorine synthase 5.365071614 L4_chemical_A3 +LQ10X006650 Putative Vinorine synthase 5.31425943 L4_chemical_B1 +LQ10X006650 Putative Vinorine synthase 5.784439703 L4_chemical_B2 +LQ10X006650 Putative Vinorine synthase 5.096769497 L4_chemical_B3 +LQ10X006650 Putative Vinorine synthase 5.234417423 L4_chemical_C2 +LQ10X006650 Putative Vinorine synthase 5.292058929 L4_chemical_C3 +LQ10X006690 Cysteine proteinase RD19a 5.613636072 C6_control_A1 +LQ10X006690 Cysteine proteinase RD19a 5.569799667 C6_control_A3 +LQ10X006690 Cysteine proteinase RD19a 6.37823268 C6_control_B1 +LQ10X006690 Cysteine proteinase RD19a 5.913851355 C6_control_B2 +LQ10X006690 Cysteine proteinase RD19a 5.620965336 C6_control_B3 +LQ10X006690 Cysteine proteinase RD19a 6.05483844 C6_control_C1 +LQ10X006690 Cysteine proteinase RD19a 5.839864944 C6_control_C2 +LQ10X006690 Cysteine proteinase RD19a 5.897235036 C6_control_C3 +LQ10X006690 Cysteine proteinase RD19a 5.622541679 C6_chemical_A1 +LQ10X006690 Cysteine proteinase RD19a 5.717158435 C6_chemical_A3 +LQ10X006690 Cysteine proteinase RD19a 6.485301014 C6_chemical_B1 +LQ10X006690 Cysteine proteinase RD19a 5.780176469 C6_chemical_B2 +LQ10X006690 Cysteine proteinase RD19a 5.878056381 C6_chemical_B3 +LQ10X006690 Cysteine proteinase RD19a 6.187682132 C6_chemical_C1 +LQ10X006690 Cysteine proteinase RD19a 6.330545032 C6_chemical_C2 +LQ10X006690 Cysteine proteinase RD19a 5.740270683 C6_chemical_C3 +LQ10X006690 Cysteine proteinase RD19a 6.034258317 L4_control_A1 +LQ10X006690 Cysteine proteinase RD19a 6.188018549 L4_control_A2 +LQ10X006690 Cysteine proteinase RD19a 5.477938557 L4_control_A3 +LQ10X006690 Cysteine proteinase RD19a 5.923496176 L4_control_B1 +LQ10X006690 Cysteine proteinase RD19a 5.52859301 L4_control_B2 +LQ10X006690 Cysteine proteinase RD19a 5.808315326 L4_control_B3 +LQ10X006690 Cysteine proteinase RD19a 6.189868028 L4_control_C2 +LQ10X006690 Cysteine proteinase RD19a 5.833712838 L4_control_C3 +LQ10X006690 Cysteine proteinase RD19a 6.345719434 L4_chemical_A1 +LQ10X006690 Cysteine proteinase RD19a 6.201645722 L4_chemical_A2 +LQ10X006690 Cysteine proteinase RD19a 5.967910296 L4_chemical_A3 +LQ10X006690 Cysteine proteinase RD19a 5.899647082 L4_chemical_B1 +LQ10X006690 Cysteine proteinase RD19a 6.293219194 L4_chemical_B2 +LQ10X006690 Cysteine proteinase RD19a 5.62985257 L4_chemical_B3 +LQ10X006690 Cysteine proteinase RD19a 6.159537744 L4_chemical_C2 +LQ10X006690 Cysteine proteinase RD19a 6.772140068 L4_chemical_C3 +LQ10X006720 Pseudouridylate synthase, putative 12.03693359 C6_control_A1 +LQ10X006720 Pseudouridylate synthase, putative 12.08132374 C6_control_A3 +LQ10X006720 Pseudouridylate synthase, putative 11.58283808 C6_control_B1 +LQ10X006720 Pseudouridylate synthase, putative 11.51450069 C6_control_B2 +LQ10X006720 Pseudouridylate synthase, putative 11.99099744 C6_control_B3 +LQ10X006720 Pseudouridylate synthase, putative 11.28497297 C6_control_C1 +LQ10X006720 Pseudouridylate synthase, putative 11.60003158 C6_control_C2 +LQ10X006720 Pseudouridylate synthase, putative 11.59183833 C6_control_C3 +LQ10X006720 Pseudouridylate synthase, putative 11.57688922 C6_chemical_A1 +LQ10X006720 Pseudouridylate synthase, putative 12.25348087 C6_chemical_A3 +LQ10X006720 Pseudouridylate synthase, putative 11.17024535 C6_chemical_B1 +LQ10X006720 Pseudouridylate synthase, putative 11.25073714 C6_chemical_B2 +LQ10X006720 Pseudouridylate synthase, putative 11.55284577 C6_chemical_B3 +LQ10X006720 Pseudouridylate synthase, putative 11.10889907 C6_chemical_C1 +LQ10X006720 Pseudouridylate synthase, putative 11.29913163 C6_chemical_C2 +LQ10X006720 Pseudouridylate synthase, putative 11.49584899 C6_chemical_C3 +LQ10X006720 Pseudouridylate synthase, putative 12.06059322 L4_control_A1 +LQ10X006720 Pseudouridylate synthase, putative 11.98828169 L4_control_A2 +LQ10X006720 Pseudouridylate synthase, putative 12.29961867 L4_control_A3 +LQ10X006720 Pseudouridylate synthase, putative 11.62195275 L4_control_B1 +LQ10X006720 Pseudouridylate synthase, putative 12.13552485 L4_control_B2 +LQ10X006720 Pseudouridylate synthase, putative 11.79258791 L4_control_B3 +LQ10X006720 Pseudouridylate synthase, putative 11.86335531 L4_control_C2 +LQ10X006720 Pseudouridylate synthase, putative 11.96065273 L4_control_C3 +LQ10X006720 Pseudouridylate synthase, putative 11.90035979 L4_chemical_A1 +LQ10X006720 Pseudouridylate synthase, putative 11.59116574 L4_chemical_A2 +LQ10X006720 Pseudouridylate synthase, putative 12.29444975 L4_chemical_A3 +LQ10X006720 Pseudouridylate synthase, putative 11.70704237 L4_chemical_B1 +LQ10X006720 Pseudouridylate synthase, putative 11.74692177 L4_chemical_B2 +LQ10X006720 Pseudouridylate synthase, putative 11.48067688 L4_chemical_B3 +LQ10X006720 Pseudouridylate synthase, putative 11.58634227 L4_chemical_C2 +LQ10X006720 Pseudouridylate synthase, putative 12.01292199 L4_chemical_C3 +LQ10X006730 Predicted protein 5.7568177 C6_control_A1 +LQ10X006730 Predicted protein 5.816497896 C6_control_A3 +LQ10X006730 Predicted protein 6.176237924 C6_control_B1 +LQ10X006730 Predicted protein 5.361306627 C6_control_B2 +LQ10X006730 Predicted protein 6.50557435 C6_control_B3 +LQ10X006730 Predicted protein 6.407156651 C6_control_C1 +LQ10X006730 Predicted protein 5.391797257 C6_control_C2 +LQ10X006730 Predicted protein 5.499455319 C6_control_C3 +LQ10X006730 Predicted protein 5.629646366 C6_chemical_A1 +LQ10X006730 Predicted protein 5.957263952 C6_chemical_A3 +LQ10X006730 Predicted protein 6.428146733 C6_chemical_B1 +LQ10X006730 Predicted protein 5.517959228 C6_chemical_B2 +LQ10X006730 Predicted protein 6.453342887 C6_chemical_B3 +LQ10X006730 Predicted protein 6.120192109 C6_chemical_C1 +LQ10X006730 Predicted protein 5.555342973 C6_chemical_C2 +LQ10X006730 Predicted protein 6.42037154 C6_chemical_C3 +LQ10X006730 Predicted protein 5.621216041 L4_control_A1 +LQ10X006730 Predicted protein 6.335432931 L4_control_A2 +LQ10X006730 Predicted protein 5.769546834 L4_control_A3 +LQ10X006730 Predicted protein 5.766559357 L4_control_B1 +LQ10X006730 Predicted protein 5.693947234 L4_control_B2 +LQ10X006730 Predicted protein 5.960632141 L4_control_B3 +LQ10X006730 Predicted protein 5.769651463 L4_control_C2 +LQ10X006730 Predicted protein 6.190899925 L4_control_C3 +LQ10X006730 Predicted protein 5.903474219 L4_chemical_A1 +LQ10X006730 Predicted protein 5.8514776 L4_chemical_A2 +LQ10X006730 Predicted protein 5.87378215 L4_chemical_A3 +LQ10X006730 Predicted protein 6.209468356 L4_chemical_B1 +LQ10X006730 Predicted protein 6.043348186 L4_chemical_B2 +LQ10X006730 Predicted protein 5.975797782 L4_chemical_B3 +LQ10X006730 Predicted protein 6.268727355 L4_chemical_C2 +LQ10X006730 Predicted protein 6.485723988 L4_chemical_C3 +LQ10X006740 Putative Uncharacterized protein ycf45 11.37533752 C6_control_A1 +LQ10X006740 Putative Uncharacterized protein ycf45 10.82915357 C6_control_A3 +LQ10X006740 Putative Uncharacterized protein ycf45 11.61942553 C6_control_B1 +LQ10X006740 Putative Uncharacterized protein ycf45 12.10226591 C6_control_B2 +LQ10X006740 Putative Uncharacterized protein ycf45 11.87238569 C6_control_B3 +LQ10X006740 Putative Uncharacterized protein ycf45 13.21133165 C6_control_C1 +LQ10X006740 Putative Uncharacterized protein ycf45 12.72571791 C6_control_C2 +LQ10X006740 Putative Uncharacterized protein ycf45 12.78549165 C6_control_C3 +LQ10X006740 Putative Uncharacterized protein ycf45 11.21075413 C6_chemical_A1 +LQ10X006740 Putative Uncharacterized protein ycf45 10.67695176 C6_chemical_A3 +LQ10X006740 Putative Uncharacterized protein ycf45 11.66962493 C6_chemical_B1 +LQ10X006740 Putative Uncharacterized protein ycf45 12.06441379 C6_chemical_B2 +LQ10X006740 Putative Uncharacterized protein ycf45 11.63074933 C6_chemical_B3 +LQ10X006740 Putative Uncharacterized protein ycf45 13.09243939 C6_chemical_C1 +LQ10X006740 Putative Uncharacterized protein ycf45 12.51434147 C6_chemical_C2 +LQ10X006740 Putative Uncharacterized protein ycf45 12.84850406 C6_chemical_C3 +LQ10X006740 Putative Uncharacterized protein ycf45 11.674878 L4_control_A1 +LQ10X006740 Putative Uncharacterized protein ycf45 12.20495022 L4_control_A2 +LQ10X006740 Putative Uncharacterized protein ycf45 11.65107022 L4_control_A3 +LQ10X006740 Putative Uncharacterized protein ycf45 12.5127435 L4_control_B1 +LQ10X006740 Putative Uncharacterized protein ycf45 12.27188918 L4_control_B2 +LQ10X006740 Putative Uncharacterized protein ycf45 12.13419158 L4_control_B3 +LQ10X006740 Putative Uncharacterized protein ycf45 13.12645961 L4_control_C2 +LQ10X006740 Putative Uncharacterized protein ycf45 12.90684296 L4_control_C3 +LQ10X006740 Putative Uncharacterized protein ycf45 12.42812424 L4_chemical_A1 +LQ10X006740 Putative Uncharacterized protein ycf45 13.11720967 L4_chemical_A2 +LQ10X006740 Putative Uncharacterized protein ycf45 12.33079747 L4_chemical_A3 +LQ10X006740 Putative Uncharacterized protein ycf45 12.77644205 L4_chemical_B1 +LQ10X006740 Putative Uncharacterized protein ycf45 12.67649928 L4_chemical_B2 +LQ10X006740 Putative Uncharacterized protein ycf45 11.9099596 L4_chemical_B3 +LQ10X006740 Putative Uncharacterized protein ycf45 13.01513399 L4_chemical_C2 +LQ10X006740 Putative Uncharacterized protein ycf45 12.91815196 L4_chemical_C3 +LQ10X006750 Predicted protein 7.711629462 C6_control_A1 +LQ10X006750 Predicted protein 8.565820582 C6_control_A3 +LQ10X006750 Predicted protein 8.075162358 C6_control_B1 +LQ10X006750 Predicted protein 7.28714973 C6_control_B2 +LQ10X006750 Predicted protein 7.794424618 C6_control_B3 +LQ10X006750 Predicted protein 7.107292225 C6_control_C1 +LQ10X006750 Predicted protein 6.847791272 C6_control_C2 +LQ10X006750 Predicted protein 7.177816928 C6_control_C3 +LQ10X006750 Predicted protein 7.711633942 C6_chemical_A1 +LQ10X006750 Predicted protein 7.482890951 C6_chemical_A3 +LQ10X006750 Predicted protein 7.598390424 C6_chemical_B1 +LQ10X006750 Predicted protein 7.150453759 C6_chemical_B2 +LQ10X006750 Predicted protein 7.395248385 C6_chemical_B3 +LQ10X006750 Predicted protein 7.016342959 C6_chemical_C1 +LQ10X006750 Predicted protein 7.20224119 C6_chemical_C2 +LQ10X006750 Predicted protein 6.77872412 C6_chemical_C3 +LQ10X006750 Predicted protein 7.051611388 L4_control_A1 +LQ10X006750 Predicted protein 7.937955386 L4_control_A2 +LQ10X006750 Predicted protein 8.685082018 L4_control_A3 +LQ10X006750 Predicted protein 7.535993182 L4_control_B1 +LQ10X006750 Predicted protein 7.952708198 L4_control_B2 +LQ10X006750 Predicted protein 7.194969425 L4_control_B3 +LQ10X006750 Predicted protein 7.426502992 L4_control_C2 +LQ10X006750 Predicted protein 6.940482282 L4_control_C3 +LQ10X006750 Predicted protein 6.796451747 L4_chemical_A1 +LQ10X006750 Predicted protein 7.653117329 L4_chemical_A2 +LQ10X006750 Predicted protein 7.79698494 L4_chemical_A3 +LQ10X006750 Predicted protein 7.593436899 L4_chemical_B1 +LQ10X006750 Predicted protein 8.051073574 L4_chemical_B2 +LQ10X006750 Predicted protein 7.231197636 L4_chemical_B3 +LQ10X006750 Predicted protein 7.554598447 L4_chemical_C2 +LQ10X006750 Predicted protein 8.015314228 L4_chemical_C3 +LQ10X006810 Uridylate kinase 5.717529404 C6_control_A1 +LQ10X006810 Uridylate kinase 6.766392907 C6_control_A3 +LQ10X006810 Uridylate kinase 5.636761172 C6_control_B1 +LQ10X006810 Uridylate kinase 5.153793055 C6_control_B2 +LQ10X006810 Uridylate kinase 5.293705017 C6_control_B3 +LQ10X006810 Uridylate kinase 5.575519523 C6_control_C1 +LQ10X006810 Uridylate kinase 5.816027127 C6_control_C2 +LQ10X006810 Uridylate kinase 5.542670065 C6_control_C3 +LQ10X006810 Uridylate kinase 5.286463563 C6_chemical_A1 +LQ10X006810 Uridylate kinase 5.767163682 C6_chemical_A3 +LQ10X006810 Uridylate kinase 5.616190304 C6_chemical_B1 +LQ10X006810 Uridylate kinase 5.232755541 C6_chemical_B2 +LQ10X006810 Uridylate kinase 5.42007235 C6_chemical_B3 +LQ10X006810 Uridylate kinase 5.610029441 C6_chemical_C1 +LQ10X006810 Uridylate kinase 5.140630979 C6_chemical_C2 +LQ10X006810 Uridylate kinase 5.285059825 C6_chemical_C3 +LQ10X006810 Uridylate kinase 5.406139939 L4_control_A1 +LQ10X006810 Uridylate kinase 5.427955286 L4_control_A2 +LQ10X006810 Uridylate kinase 5.813510636 L4_control_A3 +LQ10X006810 Uridylate kinase 4.974759757 L4_control_B1 +LQ10X006810 Uridylate kinase 5.281871773 L4_control_B2 +LQ10X006810 Uridylate kinase 5.271311511 L4_control_B3 +LQ10X006810 Uridylate kinase 6.369942288 L4_control_C2 +LQ10X006810 Uridylate kinase 5.357798269 L4_control_C3 +LQ10X006810 Uridylate kinase 5.083968127 L4_chemical_A1 +LQ10X006810 Uridylate kinase 5.307890192 L4_chemical_A2 +LQ10X006810 Uridylate kinase 5.357975174 L4_chemical_A3 +LQ10X006810 Uridylate kinase 5.880383283 L4_chemical_B1 +LQ10X006810 Uridylate kinase 5.153749827 L4_chemical_B2 +LQ10X006810 Uridylate kinase 5.238966275 L4_chemical_B3 +LQ10X006810 Uridylate kinase 5.574720907 L4_chemical_C2 +LQ10X006810 Uridylate kinase 5.792784729 L4_chemical_C3 +LQ10X006820 Putative uncharacterized protein 5.700042092 C6_control_A1 +LQ10X006820 Putative uncharacterized protein 5.731360787 C6_control_A3 +LQ10X006820 Putative uncharacterized protein 6.145568806 C6_control_B1 +LQ10X006820 Putative uncharacterized protein 6.291028877 C6_control_B2 +LQ10X006820 Putative uncharacterized protein 5.547690579 C6_control_B3 +LQ10X006820 Putative uncharacterized protein 6.199377744 C6_control_C1 +LQ10X006820 Putative uncharacterized protein 6.222425943 C6_control_C2 +LQ10X006820 Putative uncharacterized protein 6.446428789 C6_control_C3 +LQ10X006820 Putative uncharacterized protein 5.613878625 C6_chemical_A1 +LQ10X006820 Putative uncharacterized protein 6.038573817 C6_chemical_A3 +LQ10X006820 Putative uncharacterized protein 5.768239548 C6_chemical_B1 +LQ10X006820 Putative uncharacterized protein 6.505449462 C6_chemical_B2 +LQ10X006820 Putative uncharacterized protein 6.394184325 C6_chemical_B3 +LQ10X006820 Putative uncharacterized protein 7.354518112 C6_chemical_C1 +LQ10X006820 Putative uncharacterized protein 7.225010982 C6_chemical_C2 +LQ10X006820 Putative uncharacterized protein 6.819970524 C6_chemical_C3 +LQ10X006820 Putative uncharacterized protein 6.137826577 L4_control_A1 +LQ10X006820 Putative uncharacterized protein 6.082719757 L4_control_A2 +LQ10X006820 Putative uncharacterized protein 6.263560698 L4_control_A3 +LQ10X006820 Putative uncharacterized protein 6.158303796 L4_control_B1 +LQ10X006820 Putative uncharacterized protein 5.146276065 L4_control_B2 +LQ10X006820 Putative uncharacterized protein 5.957637188 L4_control_B3 +LQ10X006820 Putative uncharacterized protein 5.77586355 L4_control_C2 +LQ10X006820 Putative uncharacterized protein 5.425079119 L4_control_C3 +LQ10X006820 Putative uncharacterized protein 6.24646104 L4_chemical_A1 +LQ10X006820 Putative uncharacterized protein 6.032379401 L4_chemical_A2 +LQ10X006820 Putative uncharacterized protein 6.159055084 L4_chemical_A3 +LQ10X006820 Putative uncharacterized protein 5.169542626 L4_chemical_B1 +LQ10X006820 Putative uncharacterized protein 5.273430184 L4_chemical_B2 +LQ10X006820 Putative uncharacterized protein 5.999421788 L4_chemical_B3 +LQ10X006820 Putative uncharacterized protein 5.109238006 L4_chemical_C2 +LQ10X006820 Putative uncharacterized protein 5.63326299 L4_chemical_C3 +LQ10X006830 Probable pectate lyase 13 5.866571657 C6_control_A1 +LQ10X006830 Probable pectate lyase 13 4.986100504 C6_control_A3 +LQ10X006830 Probable pectate lyase 13 5.096481033 C6_control_B1 +LQ10X006830 Probable pectate lyase 13 5.082454969 C6_control_B2 +LQ10X006830 Probable pectate lyase 13 5.812498628 C6_control_B3 +LQ10X006830 Probable pectate lyase 13 4.927210059 C6_control_C1 +LQ10X006830 Probable pectate lyase 13 4.988717388 C6_control_C2 +LQ10X006830 Probable pectate lyase 13 4.915601371 C6_control_C3 +LQ10X006830 Probable pectate lyase 13 5.10724153 C6_chemical_A1 +LQ10X006830 Probable pectate lyase 13 5.445108693 C6_chemical_A3 +LQ10X006830 Probable pectate lyase 13 5.318643324 C6_chemical_B1 +LQ10X006830 Probable pectate lyase 13 5.214204163 C6_chemical_B2 +LQ10X006830 Probable pectate lyase 13 5.442190515 C6_chemical_B3 +LQ10X006830 Probable pectate lyase 13 4.857693322 C6_chemical_C1 +LQ10X006830 Probable pectate lyase 13 5.189948246 C6_chemical_C2 +LQ10X006830 Probable pectate lyase 13 4.851948301 C6_chemical_C3 +LQ10X006830 Probable pectate lyase 13 5.024082856 L4_control_A1 +LQ10X006830 Probable pectate lyase 13 5.375744466 L4_control_A2 +LQ10X006830 Probable pectate lyase 13 5.55574343 L4_control_A3 +LQ10X006830 Probable pectate lyase 13 5.252789444 L4_control_B1 +LQ10X006830 Probable pectate lyase 13 5.496038403 L4_control_B2 +LQ10X006830 Probable pectate lyase 13 5.78496285 L4_control_B3 +LQ10X006830 Probable pectate lyase 13 5.642106359 L4_control_C2 +LQ10X006830 Probable pectate lyase 13 5.30057226 L4_control_C3 +LQ10X006830 Probable pectate lyase 13 5.33328203 L4_chemical_A1 +LQ10X006830 Probable pectate lyase 13 5.214178291 L4_chemical_A2 +LQ10X006830 Probable pectate lyase 13 5.364709883 L4_chemical_A3 +LQ10X006830 Probable pectate lyase 13 5.321342377 L4_chemical_B1 +LQ10X006830 Probable pectate lyase 13 6.007748975 L4_chemical_B2 +LQ10X006830 Probable pectate lyase 13 5.468248056 L4_chemical_B3 +LQ10X006830 Probable pectate lyase 13 5.133361916 L4_chemical_C2 +LQ10X006830 Probable pectate lyase 13 5.806655969 L4_chemical_C3 +LQ10X006850 Putative Predicted protein 4.980790969 C6_control_A1 +LQ10X006850 Putative Predicted protein 5.130093303 C6_control_A3 +LQ10X006850 Putative Predicted protein 5.614861851 C6_control_B1 +LQ10X006850 Putative Predicted protein 4.893730449 C6_control_B2 +LQ10X006850 Putative Predicted protein 5.389652948 C6_control_B3 +LQ10X006850 Putative Predicted protein 4.725497088 C6_control_C1 +LQ10X006850 Putative Predicted protein 4.624045356 C6_control_C2 +LQ10X006850 Putative Predicted protein 4.878833774 C6_control_C3 +LQ10X006850 Putative Predicted protein 5.090738053 C6_chemical_A1 +LQ10X006850 Putative Predicted protein 5.157529416 C6_chemical_A3 +LQ10X006850 Putative Predicted protein 5.371102771 C6_chemical_B1 +LQ10X006850 Putative Predicted protein 4.763156329 C6_chemical_B2 +LQ10X006850 Putative Predicted protein 5.308887822 C6_chemical_B3 +LQ10X006850 Putative Predicted protein 4.61531125 C6_chemical_C1 +LQ10X006850 Putative Predicted protein 5.033220439 C6_chemical_C2 +LQ10X006850 Putative Predicted protein 4.73726321 C6_chemical_C3 +LQ10X006850 Putative Predicted protein 4.761353149 L4_control_A1 +LQ10X006850 Putative Predicted protein 5.207739995 L4_control_A2 +LQ10X006850 Putative Predicted protein 5.059626768 L4_control_A3 +LQ10X006850 Putative Predicted protein 5.358346736 L4_control_B1 +LQ10X006850 Putative Predicted protein 5.395384556 L4_control_B2 +LQ10X006850 Putative Predicted protein 5.434247139 L4_control_B3 +LQ10X006850 Putative Predicted protein 5.492164906 L4_control_C2 +LQ10X006850 Putative Predicted protein 5.235228456 L4_control_C3 +LQ10X006850 Putative Predicted protein 5.161434585 L4_chemical_A1 +LQ10X006850 Putative Predicted protein 5.098206221 L4_chemical_A2 +LQ10X006850 Putative Predicted protein 4.899295185 L4_chemical_A3 +LQ10X006850 Putative Predicted protein 4.864930699 L4_chemical_B1 +LQ10X006850 Putative Predicted protein 5.607186272 L4_chemical_B2 +LQ10X006850 Putative Predicted protein 5.148576585 L4_chemical_B3 +LQ10X006850 Putative Predicted protein 5.282840487 L4_chemical_C2 +LQ10X006850 Putative Predicted protein 5.115240118 L4_chemical_C3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.941248121 C6_control_A1 +LQ10X006880 GDSL esterase/lipase At5g45920 6.032001865 C6_control_A3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.150186249 C6_control_B1 +LQ10X006880 GDSL esterase/lipase At5g45920 5.769236335 C6_control_B2 +LQ10X006880 GDSL esterase/lipase At5g45920 5.830054573 C6_control_B3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.373983366 C6_control_C1 +LQ10X006880 GDSL esterase/lipase At5g45920 5.842152278 C6_control_C2 +LQ10X006880 GDSL esterase/lipase At5g45920 6.11734153 C6_control_C3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.448298063 C6_chemical_A1 +LQ10X006880 GDSL esterase/lipase At5g45920 6.188480528 C6_chemical_A3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.511033486 C6_chemical_B1 +LQ10X006880 GDSL esterase/lipase At5g45920 6.030074846 C6_chemical_B2 +LQ10X006880 GDSL esterase/lipase At5g45920 5.73483848 C6_chemical_B3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.323890948 C6_chemical_C1 +LQ10X006880 GDSL esterase/lipase At5g45920 6.106670451 C6_chemical_C2 +LQ10X006880 GDSL esterase/lipase At5g45920 6.24643071 C6_chemical_C3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.634379389 L4_control_A1 +LQ10X006880 GDSL esterase/lipase At5g45920 5.683866548 L4_control_A2 +LQ10X006880 GDSL esterase/lipase At5g45920 5.456803758 L4_control_A3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.464753104 L4_control_B1 +LQ10X006880 GDSL esterase/lipase At5g45920 5.498747816 L4_control_B2 +LQ10X006880 GDSL esterase/lipase At5g45920 6.022186208 L4_control_B3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.902281088 L4_control_C2 +LQ10X006880 GDSL esterase/lipase At5g45920 5.977906483 L4_control_C3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.822355294 L4_chemical_A1 +LQ10X006880 GDSL esterase/lipase At5g45920 5.739957809 L4_chemical_A2 +LQ10X006880 GDSL esterase/lipase At5g45920 6.339933943 L4_chemical_A3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.722651342 L4_chemical_B1 +LQ10X006880 GDSL esterase/lipase At5g45920 5.492816662 L4_chemical_B2 +LQ10X006880 GDSL esterase/lipase At5g45920 5.660775678 L4_chemical_B3 +LQ10X006880 GDSL esterase/lipase At5g45920 5.318910346 L4_chemical_C2 +LQ10X006880 GDSL esterase/lipase At5g45920 5.876572479 L4_chemical_C3 +LQ10X006910 Pullulanase 1, chloroplastic 5.029924417 C6_control_A1 +LQ10X006910 Pullulanase 1, chloroplastic 5.348974234 C6_control_A3 +LQ10X006910 Pullulanase 1, chloroplastic 4.950508831 C6_control_B1 +LQ10X006910 Pullulanase 1, chloroplastic 4.98203967 C6_control_B2 +LQ10X006910 Pullulanase 1, chloroplastic 5.051355406 C6_control_B3 +LQ10X006910 Pullulanase 1, chloroplastic 4.58072546 C6_control_C1 +LQ10X006910 Pullulanase 1, chloroplastic 4.951240537 C6_control_C2 +LQ10X006910 Pullulanase 1, chloroplastic 4.575235417 C6_control_C3 +LQ10X006910 Pullulanase 1, chloroplastic 5.341604081 C6_chemical_A1 +LQ10X006910 Pullulanase 1, chloroplastic 5.137064547 C6_chemical_A3 +LQ10X006910 Pullulanase 1, chloroplastic 5.278032945 C6_chemical_B1 +LQ10X006910 Pullulanase 1, chloroplastic 4.965504317 C6_chemical_B2 +LQ10X006910 Pullulanase 1, chloroplastic 5.335867513 C6_chemical_B3 +LQ10X006910 Pullulanase 1, chloroplastic 4.659722414 C6_chemical_C1 +LQ10X006910 Pullulanase 1, chloroplastic 4.888658172 C6_chemical_C2 +LQ10X006910 Pullulanase 1, chloroplastic 5.086187752 C6_chemical_C3 +LQ10X006910 Pullulanase 1, chloroplastic 4.889545492 L4_control_A1 +LQ10X006910 Pullulanase 1, chloroplastic 5.433741836 L4_control_A2 +LQ10X006910 Pullulanase 1, chloroplastic 5.931238766 L4_control_A3 +LQ10X006910 Pullulanase 1, chloroplastic 6.32998434 L4_control_B1 +LQ10X006910 Pullulanase 1, chloroplastic 5.989490691 L4_control_B2 +LQ10X006910 Pullulanase 1, chloroplastic 5.04003111 L4_control_B3 +LQ10X006910 Pullulanase 1, chloroplastic 6.419941307 L4_control_C2 +LQ10X006910 Pullulanase 1, chloroplastic 5.44123534 L4_control_C3 +LQ10X006910 Pullulanase 1, chloroplastic 4.933637804 L4_chemical_A1 +LQ10X006910 Pullulanase 1, chloroplastic 5.047649487 L4_chemical_A2 +LQ10X006910 Pullulanase 1, chloroplastic 5.82598897 L4_chemical_A3 +LQ10X006910 Pullulanase 1, chloroplastic 5.626465005 L4_chemical_B1 +LQ10X006910 Pullulanase 1, chloroplastic 5.749932532 L4_chemical_B2 +LQ10X006910 Pullulanase 1, chloroplastic 5.185576304 L4_chemical_B3 +LQ10X006910 Pullulanase 1, chloroplastic 5.23607068 L4_chemical_C2 +LQ10X006910 Pullulanase 1, chloroplastic 5.212030363 L4_chemical_C3 +LQ10X006980 GTP-binding protein yptV3 5.066324445 C6_control_A1 +LQ10X006980 GTP-binding protein yptV3 4.900236611 C6_control_A3 +LQ10X006980 GTP-binding protein yptV3 5.268604979 C6_control_B1 +LQ10X006980 GTP-binding protein yptV3 5.362911457 C6_control_B2 +LQ10X006980 GTP-binding protein yptV3 5.410490386 C6_control_B3 +LQ10X006980 GTP-binding protein yptV3 5.423354694 C6_control_C1 +LQ10X006980 GTP-binding protein yptV3 5.436107689 C6_control_C2 +LQ10X006980 GTP-binding protein yptV3 5.51055497 C6_control_C3 +LQ10X006980 GTP-binding protein yptV3 4.98323348 C6_chemical_A1 +LQ10X006980 GTP-binding protein yptV3 5.095182952 C6_chemical_A3 +LQ10X006980 GTP-binding protein yptV3 4.954552666 C6_chemical_B1 +LQ10X006980 GTP-binding protein yptV3 4.989175386 C6_chemical_B2 +LQ10X006980 GTP-binding protein yptV3 5.181721336 C6_chemical_B3 +LQ10X006980 GTP-binding protein yptV3 5.211891424 C6_chemical_C1 +LQ10X006980 GTP-binding protein yptV3 5.786172435 C6_chemical_C2 +LQ10X006980 GTP-binding protein yptV3 4.938838449 C6_chemical_C3 +LQ10X006980 GTP-binding protein yptV3 5.452494462 L4_control_A1 +LQ10X006980 GTP-binding protein yptV3 5.328337397 L4_control_A2 +LQ10X006980 GTP-binding protein yptV3 5.560622315 L4_control_A3 +LQ10X006980 GTP-binding protein yptV3 5.532914883 L4_control_B1 +LQ10X006980 GTP-binding protein yptV3 5.937332274 L4_control_B2 +LQ10X006980 GTP-binding protein yptV3 5.143793815 L4_control_B3 +LQ10X006980 GTP-binding protein yptV3 5.6218279 L4_control_C2 +LQ10X006980 GTP-binding protein yptV3 5.131470081 L4_control_C3 +LQ10X006980 GTP-binding protein yptV3 5.242750783 L4_chemical_A1 +LQ10X006980 GTP-binding protein yptV3 5.157841864 L4_chemical_A2 +LQ10X006980 GTP-binding protein yptV3 5.225202663 L4_chemical_A3 +LQ10X006980 GTP-binding protein yptV3 5.065433356 L4_chemical_B1 +LQ10X006980 GTP-binding protein yptV3 5.964865401 L4_chemical_B2 +LQ10X006980 GTP-binding protein yptV3 5.263491567 L4_chemical_B3 +LQ10X006980 GTP-binding protein yptV3 4.848021825 L4_chemical_C2 +LQ10X006980 GTP-binding protein yptV3 5.208963838 L4_chemical_C3 +LQ10X007000 NAC domain protein, IPR003441 5.611521061 C6_control_A1 +LQ10X007000 NAC domain protein, IPR003441 5.405300768 C6_control_A3 +LQ10X007000 NAC domain protein, IPR003441 5.490286788 C6_control_B1 +LQ10X007000 NAC domain protein, IPR003441 5.811475156 C6_control_B2 +LQ10X007000 NAC domain protein, IPR003441 5.537310454 C6_control_B3 +LQ10X007000 NAC domain protein, IPR003441 6.184757532 C6_control_C1 +LQ10X007000 NAC domain protein, IPR003441 5.510500964 C6_control_C2 +LQ10X007000 NAC domain protein, IPR003441 5.627943286 C6_control_C3 +LQ10X007000 NAC domain protein, IPR003441 5.374042862 C6_chemical_A1 +LQ10X007000 NAC domain protein, IPR003441 5.066833163 C6_chemical_A3 +LQ10X007000 NAC domain protein, IPR003441 5.408808908 C6_chemical_B1 +LQ10X007000 NAC domain protein, IPR003441 5.403030709 C6_chemical_B2 +LQ10X007000 NAC domain protein, IPR003441 5.694724809 C6_chemical_B3 +LQ10X007000 NAC domain protein, IPR003441 5.997695978 C6_chemical_C1 +LQ10X007000 NAC domain protein, IPR003441 5.809405064 C6_chemical_C2 +LQ10X007000 NAC domain protein, IPR003441 5.889265601 C6_chemical_C3 +LQ10X007000 NAC domain protein, IPR003441 5.556650688 L4_control_A1 +LQ10X007000 NAC domain protein, IPR003441 5.078907674 L4_control_A2 +LQ10X007000 NAC domain protein, IPR003441 5.651238674 L4_control_A3 +LQ10X007000 NAC domain protein, IPR003441 5.487258723 L4_control_B1 +LQ10X007000 NAC domain protein, IPR003441 5.806813625 L4_control_B2 +LQ10X007000 NAC domain protein, IPR003441 5.69541397 L4_control_B3 +LQ10X007000 NAC domain protein, IPR003441 5.486042341 L4_control_C2 +LQ10X007000 NAC domain protein, IPR003441 6.340868075 L4_control_C3 +LQ10X007000 NAC domain protein, IPR003441 5.646841603 L4_chemical_A1 +LQ10X007000 NAC domain protein, IPR003441 5.498808391 L4_chemical_A2 +LQ10X007000 NAC domain protein, IPR003441 5.56431425 L4_chemical_A3 +LQ10X007000 NAC domain protein, IPR003441 5.532458453 L4_chemical_B1 +LQ10X007000 NAC domain protein, IPR003441 6.322204101 L4_chemical_B2 +LQ10X007000 NAC domain protein, IPR003441 5.587642635 L4_chemical_B3 +LQ10X007000 NAC domain protein, IPR003441 6.067888311 L4_chemical_C2 +LQ10X007000 NAC domain protein, IPR003441 6.266757426 L4_chemical_C3 +LQ10X007030 Eukaryotic translation initiation factor 6 6.462864236 C6_control_A1 +LQ10X007030 Eukaryotic translation initiation factor 6 6.606504537 C6_control_A3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.730890474 C6_control_B1 +LQ10X007030 Eukaryotic translation initiation factor 6 5.877964047 C6_control_B2 +LQ10X007030 Eukaryotic translation initiation factor 6 6.581492997 C6_control_B3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.584830855 C6_control_C1 +LQ10X007030 Eukaryotic translation initiation factor 6 5.959358388 C6_control_C2 +LQ10X007030 Eukaryotic translation initiation factor 6 5.789396741 C6_control_C3 +LQ10X007030 Eukaryotic translation initiation factor 6 6.693352682 C6_chemical_A1 +LQ10X007030 Eukaryotic translation initiation factor 6 5.684987328 C6_chemical_A3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.743904326 C6_chemical_B1 +LQ10X007030 Eukaryotic translation initiation factor 6 6.101778317 C6_chemical_B2 +LQ10X007030 Eukaryotic translation initiation factor 6 6.188032978 C6_chemical_B3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.618288051 C6_chemical_C1 +LQ10X007030 Eukaryotic translation initiation factor 6 5.445488847 C6_chemical_C2 +LQ10X007030 Eukaryotic translation initiation factor 6 5.637930519 C6_chemical_C3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.924234666 L4_control_A1 +LQ10X007030 Eukaryotic translation initiation factor 6 6.042848965 L4_control_A2 +LQ10X007030 Eukaryotic translation initiation factor 6 6.44320226 L4_control_A3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.772156439 L4_control_B1 +LQ10X007030 Eukaryotic translation initiation factor 6 5.567421166 L4_control_B2 +LQ10X007030 Eukaryotic translation initiation factor 6 5.913960695 L4_control_B3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.575994785 L4_control_C2 +LQ10X007030 Eukaryotic translation initiation factor 6 5.828529708 L4_control_C3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.643531481 L4_chemical_A1 +LQ10X007030 Eukaryotic translation initiation factor 6 6.064475475 L4_chemical_A2 +LQ10X007030 Eukaryotic translation initiation factor 6 6.489122394 L4_chemical_A3 +LQ10X007030 Eukaryotic translation initiation factor 6 5.897612787 L4_chemical_B1 +LQ10X007030 Eukaryotic translation initiation factor 6 5.734843265 L4_chemical_B2 +LQ10X007030 Eukaryotic translation initiation factor 6 5.741547319 L4_chemical_B3 +LQ10X007030 Eukaryotic translation initiation factor 6 6.098404498 L4_chemical_C2 +LQ10X007030 Eukaryotic translation initiation factor 6 5.52577545 L4_chemical_C3 +LQ10X007040 NAC domain-containing protein 78 12.49018325 C6_control_A1 +LQ10X007040 NAC domain-containing protein 78 12.49749159 C6_control_A3 +LQ10X007040 NAC domain-containing protein 78 12.89502905 C6_control_B1 +LQ10X007040 NAC domain-containing protein 78 12.44030164 C6_control_B2 +LQ10X007040 NAC domain-containing protein 78 12.95146681 C6_control_B3 +LQ10X007040 NAC domain-containing protein 78 12.98663853 C6_control_C1 +LQ10X007040 NAC domain-containing protein 78 12.91904819 C6_control_C2 +LQ10X007040 NAC domain-containing protein 78 13.08927871 C6_control_C3 +LQ10X007040 NAC domain-containing protein 78 12.85766625 C6_chemical_A1 +LQ10X007040 NAC domain-containing protein 78 12.71933412 C6_chemical_A3 +LQ10X007040 NAC domain-containing protein 78 13.16993304 C6_chemical_B1 +LQ10X007040 NAC domain-containing protein 78 12.94215619 C6_chemical_B2 +LQ10X007040 NAC domain-containing protein 78 13.25989714 C6_chemical_B3 +LQ10X007040 NAC domain-containing protein 78 13.1322599 C6_chemical_C1 +LQ10X007040 NAC domain-containing protein 78 12.82985116 C6_chemical_C2 +LQ10X007040 NAC domain-containing protein 78 12.77809896 C6_chemical_C3 +LQ10X007040 NAC domain-containing protein 78 12.84918831 L4_control_A1 +LQ10X007040 NAC domain-containing protein 78 12.57650065 L4_control_A2 +LQ10X007040 NAC domain-containing protein 78 13.04872353 L4_control_A3 +LQ10X007040 NAC domain-containing protein 78 13.0454983 L4_control_B1 +LQ10X007040 NAC domain-containing protein 78 13.4709626 L4_control_B2 +LQ10X007040 NAC domain-containing protein 78 13.40342814 L4_control_B3 +LQ10X007040 NAC domain-containing protein 78 14.02125872 L4_control_C2 +LQ10X007040 NAC domain-containing protein 78 13.70954036 L4_control_C3 +LQ10X007040 NAC domain-containing protein 78 13.26080463 L4_chemical_A1 +LQ10X007040 NAC domain-containing protein 78 12.99119101 L4_chemical_A2 +LQ10X007040 NAC domain-containing protein 78 13.22816697 L4_chemical_A3 +LQ10X007040 NAC domain-containing protein 78 13.19082785 L4_chemical_B1 +LQ10X007040 NAC domain-containing protein 78 13.51696774 L4_chemical_B2 +LQ10X007040 NAC domain-containing protein 78 13.31771926 L4_chemical_B3 +LQ10X007040 NAC domain-containing protein 78 14.07274658 L4_chemical_C2 +LQ10X007040 NAC domain-containing protein 78 13.65930133 L4_chemical_C3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.20632122 C6_control_A1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.61207071 C6_control_A3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.463222583 C6_control_B1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 4.990416249 C6_control_B2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.491114959 C6_control_B3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.49587596 C6_control_C1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 6.10023033 C6_control_C2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.218623078 C6_control_C3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 4.889392285 C6_chemical_A1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.042685603 C6_chemical_A3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.266575649 C6_chemical_B1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.055023484 C6_chemical_B2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.272206126 C6_chemical_B3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.367831053 C6_chemical_C1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.361789287 C6_chemical_C2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.394614858 C6_chemical_C3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 4.811324909 L4_control_A1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.058876516 L4_control_A2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 4.657911714 L4_control_A3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 4.844315137 L4_control_B1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.170144708 L4_control_B2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.355784348 L4_control_B3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 6.194199478 L4_control_C2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.224761422 L4_control_C3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.134746237 L4_chemical_A1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.206552186 L4_chemical_A2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 4.933299468 L4_chemical_A3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.41017531 L4_chemical_B1 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 4.968169449 L4_chemical_B2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.068399574 L4_chemical_B3 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.667168911 L4_chemical_C2 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 5.582426122 L4_chemical_C3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.210837759 C6_control_A1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.387339436 C6_control_A3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.967129937 C6_control_B1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.214812743 C6_control_B2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.356231694 C6_control_B3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.86837227 C6_control_C1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.061991824 C6_control_C2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.024785159 C6_control_C3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.273810721 C6_chemical_A1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.084643776 C6_chemical_A3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.054683306 C6_chemical_B1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.394513452 C6_chemical_B2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.218285251 C6_chemical_B3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.078739125 C6_chemical_C1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.020665217 C6_chemical_C2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.120010078 C6_chemical_C3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.960808399 L4_control_A1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.488381961 L4_control_A2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.853693475 L4_control_A3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.352343996 L4_control_B1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.588038772 L4_control_B2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.365698153 L4_control_B3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.955060846 L4_control_C2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.776701441 L4_control_C3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.824689827 L4_chemical_A1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.283977261 L4_chemical_A2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.661719893 L4_chemical_A3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.409805258 L4_chemical_B1 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.651052902 L4_chemical_B2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.895136194 L4_chemical_B3 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.304625844 L4_chemical_C2 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 4.966551626 L4_chemical_C3 +LQ10X007160 Hypothetical protein 11.47467617 C6_control_A1 +LQ10X007160 Hypothetical protein 10.73092701 C6_control_A3 +LQ10X007160 Hypothetical protein 11.53028287 C6_control_B1 +LQ10X007160 Hypothetical protein 12.30536179 C6_control_B2 +LQ10X007160 Hypothetical protein 11.6539911 C6_control_B3 +LQ10X007160 Hypothetical protein 9.162464354 C6_control_C1 +LQ10X007160 Hypothetical protein 9.129671088 C6_control_C2 +LQ10X007160 Hypothetical protein 10.47855679 C6_control_C3 +LQ10X007160 Hypothetical protein 12.53762337 C6_chemical_A1 +LQ10X007160 Hypothetical protein 10.66648356 C6_chemical_A3 +LQ10X007160 Hypothetical protein 12.20949023 C6_chemical_B1 +LQ10X007160 Hypothetical protein 13.20841893 C6_chemical_B2 +LQ10X007160 Hypothetical protein 10.98212157 C6_chemical_B3 +LQ10X007160 Hypothetical protein 12.15250663 C6_chemical_C1 +LQ10X007160 Hypothetical protein 9.371864838 C6_chemical_C2 +LQ10X007160 Hypothetical protein 11.04742059 C6_chemical_C3 +LQ10X007160 Hypothetical protein 12.46166492 L4_control_A1 +LQ10X007160 Hypothetical protein 12.8097547 L4_control_A2 +LQ10X007160 Hypothetical protein 12.06893452 L4_control_A3 +LQ10X007160 Hypothetical protein 12.32655104 L4_control_B1 +LQ10X007160 Hypothetical protein 11.04019243 L4_control_B2 +LQ10X007160 Hypothetical protein 11.40206553 L4_control_B3 +LQ10X007160 Hypothetical protein 8.535406159 L4_control_C2 +LQ10X007160 Hypothetical protein 8.582871596 L4_control_C3 +LQ10X007160 Hypothetical protein 13.33336269 L4_chemical_A1 +LQ10X007160 Hypothetical protein 14.0051046 L4_chemical_A2 +LQ10X007160 Hypothetical protein 12.59214164 L4_chemical_A3 +LQ10X007160 Hypothetical protein 12.0086729 L4_chemical_B1 +LQ10X007160 Hypothetical protein 13.060093 L4_chemical_B2 +LQ10X007160 Hypothetical protein 12.07936575 L4_chemical_B3 +LQ10X007160 Hypothetical protein 9.612288456 L4_chemical_C2 +LQ10X007160 Hypothetical protein 11.46078155 L4_chemical_C3 +LQ10X007190 Hypothetical protein 5.071370235 C6_control_A1 +LQ10X007190 Hypothetical protein 5.141827087 C6_control_A3 +LQ10X007190 Hypothetical protein 4.673669903 C6_control_B1 +LQ10X007190 Hypothetical protein 4.931185204 C6_control_B2 +LQ10X007190 Hypothetical protein 5.255719754 C6_control_B3 +LQ10X007190 Hypothetical protein 4.908778206 C6_control_C1 +LQ10X007190 Hypothetical protein 4.760594566 C6_control_C2 +LQ10X007190 Hypothetical protein 4.989142885 C6_control_C3 +LQ10X007190 Hypothetical protein 4.913246045 C6_chemical_A1 +LQ10X007190 Hypothetical protein 4.801542442 C6_chemical_A3 +LQ10X007190 Hypothetical protein 5.159410694 C6_chemical_B1 +LQ10X007190 Hypothetical protein 4.739845547 C6_chemical_B2 +LQ10X007190 Hypothetical protein 4.743929839 C6_chemical_B3 +LQ10X007190 Hypothetical protein 4.594634356 C6_chemical_C1 +LQ10X007190 Hypothetical protein 4.89511232 C6_chemical_C2 +LQ10X007190 Hypothetical protein 5.015842624 C6_chemical_C3 +LQ10X007190 Hypothetical protein 5.031120461 L4_control_A1 +LQ10X007190 Hypothetical protein 4.807921086 L4_control_A2 +LQ10X007190 Hypothetical protein 5.62886682 L4_control_A3 +LQ10X007190 Hypothetical protein 4.983441754 L4_control_B1 +LQ10X007190 Hypothetical protein 5.414437211 L4_control_B2 +LQ10X007190 Hypothetical protein 4.995281107 L4_control_B3 +LQ10X007190 Hypothetical protein 5.527786731 L4_control_C2 +LQ10X007190 Hypothetical protein 4.852371159 L4_control_C3 +LQ10X007190 Hypothetical protein 5.0546473 L4_chemical_A1 +LQ10X007190 Hypothetical protein 4.944011005 L4_chemical_A2 +LQ10X007190 Hypothetical protein 5.173112129 L4_chemical_A3 +LQ10X007190 Hypothetical protein 5.198763347 L4_chemical_B1 +LQ10X007190 Hypothetical protein 5.264768862 L4_chemical_B2 +LQ10X007190 Hypothetical protein 4.918887613 L4_chemical_B3 +LQ10X007190 Hypothetical protein 5.194256486 L4_chemical_C2 +LQ10X007190 Hypothetical protein 5.453816996 L4_chemical_C3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.620932 C6_control_A1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.77172118 C6_control_A3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.80180386 C6_control_B1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.13924726 C6_control_B2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.89118173 C6_control_B3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.62683335 C6_control_C1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.74541832 C6_control_C2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.78920836 C6_control_C3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.41888045 C6_chemical_A1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.61206912 C6_chemical_A3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.74882017 C6_chemical_B1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.50049421 C6_chemical_B2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.83004227 C6_chemical_B3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.30201278 C6_chemical_C1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.82179916 C6_chemical_C2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.69736233 C6_chemical_C3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.35993947 L4_control_A1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.97632118 L4_control_A2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.41712765 L4_control_A3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.15377796 L4_control_B1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.01529298 L4_control_B2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.40760625 L4_control_B3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.94980273 L4_control_C2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.76729369 L4_control_C3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.12570999 L4_chemical_A1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.72463583 L4_chemical_A2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.04970088 L4_chemical_A3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.61529487 L4_chemical_B1 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.84009104 L4_chemical_B2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.80219871 L4_chemical_B3 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.7633563 L4_chemical_C2 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 12.91179523 L4_chemical_C3 +LQ10X007220 Putative uncharacterized protein 5.251521758 C6_control_A1 +LQ10X007220 Putative uncharacterized protein 5.358069799 C6_control_A3 +LQ10X007220 Putative uncharacterized protein 5.209572772 C6_control_B1 +LQ10X007220 Putative uncharacterized protein 5.264792792 C6_control_B2 +LQ10X007220 Putative uncharacterized protein 5.724585701 C6_control_B3 +LQ10X007220 Putative uncharacterized protein 5.462010395 C6_control_C1 +LQ10X007220 Putative uncharacterized protein 5.169355326 C6_control_C2 +LQ10X007220 Putative uncharacterized protein 5.566569142 C6_control_C3 +LQ10X007220 Putative uncharacterized protein 5.324819996 C6_chemical_A1 +LQ10X007220 Putative uncharacterized protein 5.246479092 C6_chemical_A3 +LQ10X007220 Putative uncharacterized protein 5.61198738 C6_chemical_B1 +LQ10X007220 Putative uncharacterized protein 5.250922746 C6_chemical_B2 +LQ10X007220 Putative uncharacterized protein 5.574878104 C6_chemical_B3 +LQ10X007220 Putative uncharacterized protein 5.461789731 C6_chemical_C1 +LQ10X007220 Putative uncharacterized protein 5.173416572 C6_chemical_C2 +LQ10X007220 Putative uncharacterized protein 5.5622044 C6_chemical_C3 +LQ10X007220 Putative uncharacterized protein 4.998983983 L4_control_A1 +LQ10X007220 Putative uncharacterized protein 5.623106699 L4_control_A2 +LQ10X007220 Putative uncharacterized protein 5.414605734 L4_control_A3 +LQ10X007220 Putative uncharacterized protein 5.67818209 L4_control_B1 +LQ10X007220 Putative uncharacterized protein 5.433470687 L4_control_B2 +LQ10X007220 Putative uncharacterized protein 5.453787696 L4_control_B3 +LQ10X007220 Putative uncharacterized protein 5.916785479 L4_control_C2 +LQ10X007220 Putative uncharacterized protein 5.441961046 L4_control_C3 +LQ10X007220 Putative uncharacterized protein 5.726795692 L4_chemical_A1 +LQ10X007220 Putative uncharacterized protein 5.809490117 L4_chemical_A2 +LQ10X007220 Putative uncharacterized protein 5.626958078 L4_chemical_A3 +LQ10X007220 Putative uncharacterized protein 5.613524636 L4_chemical_B1 +LQ10X007220 Putative uncharacterized protein 5.073036116 L4_chemical_B2 +LQ10X007220 Putative uncharacterized protein 5.266419391 L4_chemical_B3 +LQ10X007220 Putative uncharacterized protein 5.254367828 L4_chemical_C2 +LQ10X007220 Putative uncharacterized protein 5.792598365 L4_chemical_C3 +LQ10X007350 Hypothetical protein 5.065699873 C6_control_A1 +LQ10X007350 Hypothetical protein 5.106916094 C6_control_A3 +LQ10X007350 Hypothetical protein 5.165435598 C6_control_B1 +LQ10X007350 Hypothetical protein 4.588016229 C6_control_B2 +LQ10X007350 Hypothetical protein 4.923182424 C6_control_B3 +LQ10X007350 Hypothetical protein 4.866091444 C6_control_C1 +LQ10X007350 Hypothetical protein 4.626936974 C6_control_C2 +LQ10X007350 Hypothetical protein 4.622010697 C6_control_C3 +LQ10X007350 Hypothetical protein 4.927084127 C6_chemical_A1 +LQ10X007350 Hypothetical protein 5.001661178 C6_chemical_A3 +LQ10X007350 Hypothetical protein 4.735573197 C6_chemical_B1 +LQ10X007350 Hypothetical protein 4.49707539 C6_chemical_B2 +LQ10X007350 Hypothetical protein 5.020684853 C6_chemical_B3 +LQ10X007350 Hypothetical protein 4.74063435 C6_chemical_C1 +LQ10X007350 Hypothetical protein 4.796679817 C6_chemical_C2 +LQ10X007350 Hypothetical protein 4.792697219 C6_chemical_C3 +LQ10X007350 Hypothetical protein 4.850143858 L4_control_A1 +LQ10X007350 Hypothetical protein 4.911130574 L4_control_A2 +LQ10X007350 Hypothetical protein 5.052149515 L4_control_A3 +LQ10X007350 Hypothetical protein 5.168494261 L4_control_B1 +LQ10X007350 Hypothetical protein 5.009325784 L4_control_B2 +LQ10X007350 Hypothetical protein 4.815962099 L4_control_B3 +LQ10X007350 Hypothetical protein 5.590276242 L4_control_C2 +LQ10X007350 Hypothetical protein 5.189959387 L4_control_C3 +LQ10X007350 Hypothetical protein 5.057518875 L4_chemical_A1 +LQ10X007350 Hypothetical protein 5.022984571 L4_chemical_A2 +LQ10X007350 Hypothetical protein 5.468917018 L4_chemical_A3 +LQ10X007350 Hypothetical protein 4.776554492 L4_chemical_B1 +LQ10X007350 Hypothetical protein 4.985372901 L4_chemical_B2 +LQ10X007350 Hypothetical protein 5.039425819 L4_chemical_B3 +LQ10X007350 Hypothetical protein 5.109649375 L4_chemical_C2 +LQ10X007350 Hypothetical protein 5.517995498 L4_chemical_C3 +LQ10X007380 Putative RING finger protein B 8.579429401 C6_control_A1 +LQ10X007380 Putative RING finger protein B 8.520082781 C6_control_A3 +LQ10X007380 Putative RING finger protein B 8.91030158 C6_control_B1 +LQ10X007380 Putative RING finger protein B 8.272234328 C6_control_B2 +LQ10X007380 Putative RING finger protein B 9.13020439 C6_control_B3 +LQ10X007380 Putative RING finger protein B 8.731175681 C6_control_C1 +LQ10X007380 Putative RING finger protein B 9.074324446 C6_control_C2 +LQ10X007380 Putative RING finger protein B 9.590537143 C6_control_C3 +LQ10X007380 Putative RING finger protein B 9.514012568 C6_chemical_A1 +LQ10X007380 Putative RING finger protein B 9.251480589 C6_chemical_A3 +LQ10X007380 Putative RING finger protein B 9.607178156 C6_chemical_B1 +LQ10X007380 Putative RING finger protein B 8.778997851 C6_chemical_B2 +LQ10X007380 Putative RING finger protein B 9.907820734 C6_chemical_B3 +LQ10X007380 Putative RING finger protein B 9.290137933 C6_chemical_C1 +LQ10X007380 Putative RING finger protein B 9.442186203 C6_chemical_C2 +LQ10X007380 Putative RING finger protein B 9.878743023 C6_chemical_C3 +LQ10X007380 Putative RING finger protein B 9.539224505 L4_control_A1 +LQ10X007380 Putative RING finger protein B 9.476643529 L4_control_A2 +LQ10X007380 Putative RING finger protein B 9.847959908 L4_control_A3 +LQ10X007380 Putative RING finger protein B 10.20851891 L4_control_B1 +LQ10X007380 Putative RING finger protein B 9.760701732 L4_control_B2 +LQ10X007380 Putative RING finger protein B 9.391472227 L4_control_B3 +LQ10X007380 Putative RING finger protein B 11.40356147 L4_control_C2 +LQ10X007380 Putative RING finger protein B 10.81002385 L4_control_C3 +LQ10X007380 Putative RING finger protein B 9.960564174 L4_chemical_A1 +LQ10X007380 Putative RING finger protein B 10.02317568 L4_chemical_A2 +LQ10X007380 Putative RING finger protein B 10.56361201 L4_chemical_A3 +LQ10X007380 Putative RING finger protein B 10.38534939 L4_chemical_B1 +LQ10X007380 Putative RING finger protein B 10.70518358 L4_chemical_B2 +LQ10X007380 Putative RING finger protein B 9.512019969 L4_chemical_B3 +LQ10X007380 Putative RING finger protein B 11.10639884 L4_chemical_C2 +LQ10X007380 Putative RING finger protein B 10.81238562 L4_chemical_C3 +LQ10X007400 Putative uncharacterized protein 11.32435454 C6_control_A1 +LQ10X007400 Putative uncharacterized protein 11.67576845 C6_control_A3 +LQ10X007400 Putative uncharacterized protein 10.81522838 C6_control_B1 +LQ10X007400 Putative uncharacterized protein 10.17760137 C6_control_B2 +LQ10X007400 Putative uncharacterized protein 10.51906257 C6_control_B3 +LQ10X007400 Putative uncharacterized protein 7.462588229 C6_control_C1 +LQ10X007400 Putative uncharacterized protein 7.503724216 C6_control_C2 +LQ10X007400 Putative uncharacterized protein 8.450198067 C6_control_C3 +LQ10X007400 Putative uncharacterized protein 11.32902642 C6_chemical_A1 +LQ10X007400 Putative uncharacterized protein 11.1953066 C6_chemical_A3 +LQ10X007400 Putative uncharacterized protein 10.25766837 C6_chemical_B1 +LQ10X007400 Putative uncharacterized protein 10.3199257 C6_chemical_B2 +LQ10X007400 Putative uncharacterized protein 9.911156881 C6_chemical_B3 +LQ10X007400 Putative uncharacterized protein 7.279007727 C6_chemical_C1 +LQ10X007400 Putative uncharacterized protein 6.654907574 C6_chemical_C2 +LQ10X007400 Putative uncharacterized protein 7.480583558 C6_chemical_C3 +LQ10X007400 Putative uncharacterized protein 11.55070797 L4_control_A1 +LQ10X007400 Putative uncharacterized protein 11.40411342 L4_control_A2 +LQ10X007400 Putative uncharacterized protein 12.25225833 L4_control_A3 +LQ10X007400 Putative uncharacterized protein 9.533552197 L4_control_B1 +LQ10X007400 Putative uncharacterized protein 9.610622112 L4_control_B2 +LQ10X007400 Putative uncharacterized protein 8.975013766 L4_control_B3 +LQ10X007400 Putative uncharacterized protein 5.637963764 L4_control_C2 +LQ10X007400 Putative uncharacterized protein 5.682473394 L4_control_C3 +LQ10X007400 Putative uncharacterized protein 10.39749124 L4_chemical_A1 +LQ10X007400 Putative uncharacterized protein 10.94613317 L4_chemical_A2 +LQ10X007400 Putative uncharacterized protein 11.28126905 L4_chemical_A3 +LQ10X007400 Putative uncharacterized protein 9.738061646 L4_chemical_B1 +LQ10X007400 Putative uncharacterized protein 9.718163659 L4_chemical_B2 +LQ10X007400 Putative uncharacterized protein 10.45225267 L4_chemical_B3 +LQ10X007400 Putative uncharacterized protein 5.887151139 L4_chemical_C2 +LQ10X007400 Putative uncharacterized protein 6.551853363 L4_chemical_C3 +LQ10X007520 Hypothetical protein 5.02182996 C6_control_A1 +LQ10X007520 Hypothetical protein 4.754365782 C6_control_A3 +LQ10X007520 Hypothetical protein 5.147605764 C6_control_B1 +LQ10X007520 Hypothetical protein 5.28325797 C6_control_B2 +LQ10X007520 Hypothetical protein 4.921957593 C6_control_B3 +LQ10X007520 Hypothetical protein 5.240683782 C6_control_C1 +LQ10X007520 Hypothetical protein 4.918367895 C6_control_C2 +LQ10X007520 Hypothetical protein 5.321345312 C6_control_C3 +LQ10X007520 Hypothetical protein 4.94887053 C6_chemical_A1 +LQ10X007520 Hypothetical protein 5.040472422 C6_chemical_A3 +LQ10X007520 Hypothetical protein 5.079588523 C6_chemical_B1 +LQ10X007520 Hypothetical protein 4.900847074 C6_chemical_B2 +LQ10X007520 Hypothetical protein 5.284610834 C6_chemical_B3 +LQ10X007520 Hypothetical protein 5.396316131 C6_chemical_C1 +LQ10X007520 Hypothetical protein 5.042544637 C6_chemical_C2 +LQ10X007520 Hypothetical protein 5.129027645 C6_chemical_C3 +LQ10X007520 Hypothetical protein 5.17990916 L4_control_A1 +LQ10X007520 Hypothetical protein 5.010700196 L4_control_A2 +LQ10X007520 Hypothetical protein 5.041916689 L4_control_A3 +LQ10X007520 Hypothetical protein 5.074713562 L4_control_B1 +LQ10X007520 Hypothetical protein 5.125338219 L4_control_B2 +LQ10X007520 Hypothetical protein 5.157397827 L4_control_B3 +LQ10X007520 Hypothetical protein 4.879161883 L4_control_C2 +LQ10X007520 Hypothetical protein 5.412668938 L4_control_C3 +LQ10X007520 Hypothetical protein 5.126861073 L4_chemical_A1 +LQ10X007520 Hypothetical protein 4.938956265 L4_chemical_A2 +LQ10X007520 Hypothetical protein 4.791274426 L4_chemical_A3 +LQ10X007520 Hypothetical protein 5.300963255 L4_chemical_B1 +LQ10X007520 Hypothetical protein 4.759897125 L4_chemical_B2 +LQ10X007520 Hypothetical protein 5.3159786 L4_chemical_B3 +LQ10X007520 Hypothetical protein 5.411280342 L4_chemical_C2 +LQ10X007520 Hypothetical protein 5.253967038 L4_chemical_C3 +LQ10X007570 40S ribosomal protein S15a-1 15.02496658 C6_control_A1 +LQ10X007570 40S ribosomal protein S15a-1 15.16630466 C6_control_A3 +LQ10X007570 40S ribosomal protein S15a-1 14.89540601 C6_control_B1 +LQ10X007570 40S ribosomal protein S15a-1 15.16513202 C6_control_B2 +LQ10X007570 40S ribosomal protein S15a-1 14.87708631 C6_control_B3 +LQ10X007570 40S ribosomal protein S15a-1 14.63163609 C6_control_C1 +LQ10X007570 40S ribosomal protein S15a-1 14.80251102 C6_control_C2 +LQ10X007570 40S ribosomal protein S15a-1 14.70538426 C6_control_C3 +LQ10X007570 40S ribosomal protein S15a-1 14.68258295 C6_chemical_A1 +LQ10X007570 40S ribosomal protein S15a-1 14.71550376 C6_chemical_A3 +LQ10X007570 40S ribosomal protein S15a-1 14.56055354 C6_chemical_B1 +LQ10X007570 40S ribosomal protein S15a-1 14.78709441 C6_chemical_B2 +LQ10X007570 40S ribosomal protein S15a-1 14.75341131 C6_chemical_B3 +LQ10X007570 40S ribosomal protein S15a-1 14.7986963 C6_chemical_C1 +LQ10X007570 40S ribosomal protein S15a-1 14.90602043 C6_chemical_C2 +LQ10X007570 40S ribosomal protein S15a-1 14.89772346 C6_chemical_C3 +LQ10X007570 40S ribosomal protein S15a-1 14.70979318 L4_control_A1 +LQ10X007570 40S ribosomal protein S15a-1 14.99798377 L4_control_A2 +LQ10X007570 40S ribosomal protein S15a-1 14.5360015 L4_control_A3 +LQ10X007570 40S ribosomal protein S15a-1 14.44540081 L4_control_B1 +LQ10X007570 40S ribosomal protein S15a-1 14.16577701 L4_control_B2 +LQ10X007570 40S ribosomal protein S15a-1 14.47540924 L4_control_B3 +LQ10X007570 40S ribosomal protein S15a-1 13.93149507 L4_control_C2 +LQ10X007570 40S ribosomal protein S15a-1 14.43201527 L4_control_C3 +LQ10X007570 40S ribosomal protein S15a-1 14.76524216 L4_chemical_A1 +LQ10X007570 40S ribosomal protein S15a-1 14.74921264 L4_chemical_A2 +LQ10X007570 40S ribosomal protein S15a-1 14.45543186 L4_chemical_A3 +LQ10X007570 40S ribosomal protein S15a-1 14.6087335 L4_chemical_B1 +LQ10X007570 40S ribosomal protein S15a-1 14.5313286 L4_chemical_B2 +LQ10X007570 40S ribosomal protein S15a-1 14.83068272 L4_chemical_B3 +LQ10X007570 40S ribosomal protein S15a-1 14.33619251 L4_chemical_C2 +LQ10X007570 40S ribosomal protein S15a-1 14.35835705 L4_chemical_C3 +LQ10X007590 Putative Predicted protein (Fragment) 4.663787195 C6_control_A1 +LQ10X007590 Putative Predicted protein (Fragment) 4.896804202 C6_control_A3 +LQ10X007590 Putative Predicted protein (Fragment) 4.720653784 C6_control_B1 +LQ10X007590 Putative Predicted protein (Fragment) 4.990197901 C6_control_B2 +LQ10X007590 Putative Predicted protein (Fragment) 4.438138969 C6_control_B3 +LQ10X007590 Putative Predicted protein (Fragment) 5.122315396 C6_control_C1 +LQ10X007590 Putative Predicted protein (Fragment) 4.607896619 C6_control_C2 +LQ10X007590 Putative Predicted protein (Fragment) 4.731958976 C6_control_C3 +LQ10X007590 Putative Predicted protein (Fragment) 4.588321729 C6_chemical_A1 +LQ10X007590 Putative Predicted protein (Fragment) 5.088182494 C6_chemical_A3 +LQ10X007590 Putative Predicted protein (Fragment) 5.268107953 C6_chemical_B1 +LQ10X007590 Putative Predicted protein (Fragment) 4.710698804 C6_chemical_B2 +LQ10X007590 Putative Predicted protein (Fragment) 4.809006448 C6_chemical_B3 +LQ10X007590 Putative Predicted protein (Fragment) 4.974152643 C6_chemical_C1 +LQ10X007590 Putative Predicted protein (Fragment) 4.909562785 C6_chemical_C2 +LQ10X007590 Putative Predicted protein (Fragment) 4.584703048 C6_chemical_C3 +LQ10X007590 Putative Predicted protein (Fragment) 4.904429435 L4_control_A1 +LQ10X007590 Putative Predicted protein (Fragment) 4.88794437 L4_control_A2 +LQ10X007590 Putative Predicted protein (Fragment) 5.196559774 L4_control_A3 +LQ10X007590 Putative Predicted protein (Fragment) 5.111286677 L4_control_B1 +LQ10X007590 Putative Predicted protein (Fragment) 4.681612979 L4_control_B2 +LQ10X007590 Putative Predicted protein (Fragment) 4.71091859 L4_control_B3 +LQ10X007590 Putative Predicted protein (Fragment) 5.034601857 L4_control_C2 +LQ10X007590 Putative Predicted protein (Fragment) 5.661512769 L4_control_C3 +LQ10X007590 Putative Predicted protein (Fragment) 4.771307878 L4_chemical_A1 +LQ10X007590 Putative Predicted protein (Fragment) 4.84884742 L4_chemical_A2 +LQ10X007590 Putative Predicted protein (Fragment) 5.104051498 L4_chemical_A3 +LQ10X007590 Putative Predicted protein (Fragment) 5.141280959 L4_chemical_B1 +LQ10X007590 Putative Predicted protein (Fragment) 4.967711308 L4_chemical_B2 +LQ10X007590 Putative Predicted protein (Fragment) 4.697379727 L4_chemical_B3 +LQ10X007590 Putative Predicted protein (Fragment) 5.653951834 L4_chemical_C2 +LQ10X007590 Putative Predicted protein (Fragment) 4.699105637 L4_chemical_C3 +LQ10X007810 Predicted protein 12.48466688 C6_control_A1 +LQ10X007810 Predicted protein 12.18883204 C6_control_A3 +LQ10X007810 Predicted protein 13.2697488 C6_control_B1 +LQ10X007810 Predicted protein 13.04512726 C6_control_B2 +LQ10X007810 Predicted protein 13.77855548 C6_control_B3 +LQ10X007810 Predicted protein 9.717414842 C6_control_C1 +LQ10X007810 Predicted protein 10.33762566 C6_control_C2 +LQ10X007810 Predicted protein 9.976004805 C6_control_C3 +LQ10X007810 Predicted protein 12.5298454 C6_chemical_A1 +LQ10X007810 Predicted protein 11.95435606 C6_chemical_A3 +LQ10X007810 Predicted protein 12.94071245 C6_chemical_B1 +LQ10X007810 Predicted protein 12.71270294 C6_chemical_B2 +LQ10X007810 Predicted protein 13.15875646 C6_chemical_B3 +LQ10X007810 Predicted protein 9.402522212 C6_chemical_C1 +LQ10X007810 Predicted protein 8.839652597 C6_chemical_C2 +LQ10X007810 Predicted protein 9.695238885 C6_chemical_C3 +LQ10X007810 Predicted protein 12.75434603 L4_control_A1 +LQ10X007810 Predicted protein 12.75390629 L4_control_A2 +LQ10X007810 Predicted protein 12.92034874 L4_control_A3 +LQ10X007810 Predicted protein 14.23061803 L4_control_B1 +LQ10X007810 Predicted protein 13.51338791 L4_control_B2 +LQ10X007810 Predicted protein 13.74589543 L4_control_B3 +LQ10X007810 Predicted protein 10.62897593 L4_control_C2 +LQ10X007810 Predicted protein 10.95606938 L4_control_C3 +LQ10X007810 Predicted protein 11.94628756 L4_chemical_A1 +LQ10X007810 Predicted protein 12.37122456 L4_chemical_A2 +LQ10X007810 Predicted protein 12.69413348 L4_chemical_A3 +LQ10X007810 Predicted protein 13.76384472 L4_chemical_B1 +LQ10X007810 Predicted protein 13.79429921 L4_chemical_B2 +LQ10X007810 Predicted protein 13.81396643 L4_chemical_B3 +LQ10X007810 Predicted protein 10.21800463 L4_chemical_C2 +LQ10X007810 Predicted protein 10.76983728 L4_chemical_C3 +LQ10X007850 Putative Predicted protein 5.331994981 C6_control_A1 +LQ10X007850 Putative Predicted protein 5.524906087 C6_control_A3 +LQ10X007850 Putative Predicted protein 5.32228004 C6_control_B1 +LQ10X007850 Putative Predicted protein 5.511597908 C6_control_B2 +LQ10X007850 Putative Predicted protein 5.815189935 C6_control_B3 +LQ10X007850 Putative Predicted protein 5.503575745 C6_control_C1 +LQ10X007850 Putative Predicted protein 5.273713396 C6_control_C2 +LQ10X007850 Putative Predicted protein 5.992536606 C6_control_C3 +LQ10X007850 Putative Predicted protein 5.293609498 C6_chemical_A1 +LQ10X007850 Putative Predicted protein 5.906430764 C6_chemical_A3 +LQ10X007850 Putative Predicted protein 5.953815362 C6_chemical_B1 +LQ10X007850 Putative Predicted protein 5.47851888 C6_chemical_B2 +LQ10X007850 Putative Predicted protein 5.585337221 C6_chemical_B3 +LQ10X007850 Putative Predicted protein 5.396065169 C6_chemical_C1 +LQ10X007850 Putative Predicted protein 5.661176452 C6_chemical_C2 +LQ10X007850 Putative Predicted protein 5.501661256 C6_chemical_C3 +LQ10X007850 Putative Predicted protein 5.421428473 L4_control_A1 +LQ10X007850 Putative Predicted protein 5.392649945 L4_control_A2 +LQ10X007850 Putative Predicted protein 5.692835415 L4_control_A3 +LQ10X007850 Putative Predicted protein 5.317178459 L4_control_B1 +LQ10X007850 Putative Predicted protein 5.860100271 L4_control_B2 +LQ10X007850 Putative Predicted protein 5.450440889 L4_control_B3 +LQ10X007850 Putative Predicted protein 5.727370462 L4_control_C2 +LQ10X007850 Putative Predicted protein 5.892124902 L4_control_C3 +LQ10X007850 Putative Predicted protein 5.532040116 L4_chemical_A1 +LQ10X007850 Putative Predicted protein 5.624804744 L4_chemical_A2 +LQ10X007850 Putative Predicted protein 5.453939578 L4_chemical_A3 +LQ10X007850 Putative Predicted protein 5.5991828 L4_chemical_B1 +LQ10X007850 Putative Predicted protein 5.933967952 L4_chemical_B2 +LQ10X007850 Putative Predicted protein 5.353000235 L4_chemical_B3 +LQ10X007850 Putative Predicted protein 5.263988418 L4_chemical_C2 +LQ10X007850 Putative Predicted protein 5.327057267 L4_chemical_C3 +LQ10X007880 AT5g04480/T32M21_80 4.749770451 C6_control_A1 +LQ10X007880 AT5g04480/T32M21_80 4.981249952 C6_control_A3 +LQ10X007880 AT5g04480/T32M21_80 5.035992857 C6_control_B1 +LQ10X007880 AT5g04480/T32M21_80 5.054974122 C6_control_B2 +LQ10X007880 AT5g04480/T32M21_80 4.840621773 C6_control_B3 +LQ10X007880 AT5g04480/T32M21_80 5.119898287 C6_control_C1 +LQ10X007880 AT5g04480/T32M21_80 5.171077822 C6_control_C2 +LQ10X007880 AT5g04480/T32M21_80 5.024827629 C6_control_C3 +LQ10X007880 AT5g04480/T32M21_80 5.389867522 C6_chemical_A1 +LQ10X007880 AT5g04480/T32M21_80 4.923444114 C6_chemical_A3 +LQ10X007880 AT5g04480/T32M21_80 5.120007763 C6_chemical_B1 +LQ10X007880 AT5g04480/T32M21_80 4.955919131 C6_chemical_B2 +LQ10X007880 AT5g04480/T32M21_80 5.265061843 C6_chemical_B3 +LQ10X007880 AT5g04480/T32M21_80 5.095597528 C6_chemical_C1 +LQ10X007880 AT5g04480/T32M21_80 5.181468286 C6_chemical_C2 +LQ10X007880 AT5g04480/T32M21_80 5.102164125 C6_chemical_C3 +LQ10X007880 AT5g04480/T32M21_80 5.034467364 L4_control_A1 +LQ10X007880 AT5g04480/T32M21_80 4.880943276 L4_control_A2 +LQ10X007880 AT5g04480/T32M21_80 4.948660562 L4_control_A3 +LQ10X007880 AT5g04480/T32M21_80 5.000455408 L4_control_B1 +LQ10X007880 AT5g04480/T32M21_80 5.677287539 L4_control_B2 +LQ10X007880 AT5g04480/T32M21_80 5.01284299 L4_control_B3 +LQ10X007880 AT5g04480/T32M21_80 5.843000699 L4_control_C2 +LQ10X007880 AT5g04480/T32M21_80 5.743643099 L4_control_C3 +LQ10X007880 AT5g04480/T32M21_80 5.300990301 L4_chemical_A1 +LQ10X007880 AT5g04480/T32M21_80 4.872288412 L4_chemical_A2 +LQ10X007880 AT5g04480/T32M21_80 5.103418995 L4_chemical_A3 +LQ10X007880 AT5g04480/T32M21_80 5.160727307 L4_chemical_B1 +LQ10X007880 AT5g04480/T32M21_80 5.220796895 L4_chemical_B2 +LQ10X007880 AT5g04480/T32M21_80 5.009254393 L4_chemical_B3 +LQ10X007880 AT5g04480/T32M21_80 5.504516016 L4_chemical_C2 +LQ10X007880 AT5g04480/T32M21_80 5.130427671 L4_chemical_C3 +LQ10X007950 Phosphoprotein phosphatase, putative 11.01359049 C6_control_A1 +LQ10X007950 Phosphoprotein phosphatase, putative 11.1206516 C6_control_A3 +LQ10X007950 Phosphoprotein phosphatase, putative 11.662568 C6_control_B1 +LQ10X007950 Phosphoprotein phosphatase, putative 12.1471595 C6_control_B2 +LQ10X007950 Phosphoprotein phosphatase, putative 11.89711883 C6_control_B3 +LQ10X007950 Phosphoprotein phosphatase, putative 12.61565064 C6_control_C1 +LQ10X007950 Phosphoprotein phosphatase, putative 13.15253782 C6_control_C2 +LQ10X007950 Phosphoprotein phosphatase, putative 13.1020409 C6_control_C3 +LQ10X007950 Phosphoprotein phosphatase, putative 10.84538602 C6_chemical_A1 +LQ10X007950 Phosphoprotein phosphatase, putative 10.95952368 C6_chemical_A3 +LQ10X007950 Phosphoprotein phosphatase, putative 11.47145295 C6_chemical_B1 +LQ10X007950 Phosphoprotein phosphatase, putative 12.48416127 C6_chemical_B2 +LQ10X007950 Phosphoprotein phosphatase, putative 11.65304815 C6_chemical_B3 +LQ10X007950 Phosphoprotein phosphatase, putative 12.17460361 C6_chemical_C1 +LQ10X007950 Phosphoprotein phosphatase, putative 12.80236051 C6_chemical_C2 +LQ10X007950 Phosphoprotein phosphatase, putative 12.71926936 C6_chemical_C3 +LQ10X007950 Phosphoprotein phosphatase, putative 11.11566344 L4_control_A1 +LQ10X007950 Phosphoprotein phosphatase, putative 11.32555491 L4_control_A2 +LQ10X007950 Phosphoprotein phosphatase, putative 10.75290536 L4_control_A3 +LQ10X007950 Phosphoprotein phosphatase, putative 11.76278796 L4_control_B1 +LQ10X007950 Phosphoprotein phosphatase, putative 12.35232251 L4_control_B2 +LQ10X007950 Phosphoprotein phosphatase, putative 12.47076101 L4_control_B3 +LQ10X007950 Phosphoprotein phosphatase, putative 13.00031577 L4_control_C2 +LQ10X007950 Phosphoprotein phosphatase, putative 13.17223441 L4_control_C3 +LQ10X007950 Phosphoprotein phosphatase, putative 10.8573228 L4_chemical_A1 +LQ10X007950 Phosphoprotein phosphatase, putative 11.27347369 L4_chemical_A2 +LQ10X007950 Phosphoprotein phosphatase, putative 10.49310457 L4_chemical_A3 +LQ10X007950 Phosphoprotein phosphatase, putative 11.79383946 L4_chemical_B1 +LQ10X007950 Phosphoprotein phosphatase, putative 12.04982723 L4_chemical_B2 +LQ10X007950 Phosphoprotein phosphatase, putative 11.74126039 L4_chemical_B3 +LQ10X007950 Phosphoprotein phosphatase, putative 12.88675078 L4_chemical_C2 +LQ10X007950 Phosphoprotein phosphatase, putative 13.1111603 L4_chemical_C3 +LQ10X008010 T12H20.1 protein 6.469963764 C6_control_A1 +LQ10X008010 T12H20.1 protein 5.590996004 C6_control_A3 +LQ10X008010 T12H20.1 protein 5.739362516 C6_control_B1 +LQ10X008010 T12H20.1 protein 5.971818931 C6_control_B2 +LQ10X008010 T12H20.1 protein 6.357761025 C6_control_B3 +LQ10X008010 T12H20.1 protein 5.726214034 C6_control_C1 +LQ10X008010 T12H20.1 protein 5.98008066 C6_control_C2 +LQ10X008010 T12H20.1 protein 6.153256328 C6_control_C3 +LQ10X008010 T12H20.1 protein 6.574897457 C6_chemical_A1 +LQ10X008010 T12H20.1 protein 5.800504376 C6_chemical_A3 +LQ10X008010 T12H20.1 protein 5.544871888 C6_chemical_B1 +LQ10X008010 T12H20.1 protein 6.305146031 C6_chemical_B2 +LQ10X008010 T12H20.1 protein 6.05543984 C6_chemical_B3 +LQ10X008010 T12H20.1 protein 5.315255436 C6_chemical_C1 +LQ10X008010 T12H20.1 protein 6.162867727 C6_chemical_C2 +LQ10X008010 T12H20.1 protein 5.552046684 C6_chemical_C3 +LQ10X008010 T12H20.1 protein 6.269059825 L4_control_A1 +LQ10X008010 T12H20.1 protein 7.316586062 L4_control_A2 +LQ10X008010 T12H20.1 protein 6.861538511 L4_control_A3 +LQ10X008010 T12H20.1 protein 7.43346926 L4_control_B1 +LQ10X008010 T12H20.1 protein 6.311794916 L4_control_B2 +LQ10X008010 T12H20.1 protein 6.416588526 L4_control_B3 +LQ10X008010 T12H20.1 protein 5.665340014 L4_control_C2 +LQ10X008010 T12H20.1 protein 5.536319953 L4_control_C3 +LQ10X008010 T12H20.1 protein 5.881852524 L4_chemical_A1 +LQ10X008010 T12H20.1 protein 6.995389766 L4_chemical_A2 +LQ10X008010 T12H20.1 protein 6.114003606 L4_chemical_A3 +LQ10X008010 T12H20.1 protein 6.433070789 L4_chemical_B1 +LQ10X008010 T12H20.1 protein 6.788424551 L4_chemical_B2 +LQ10X008010 T12H20.1 protein 6.452078667 L4_chemical_B3 +LQ10X008010 T12H20.1 protein 6.212079823 L4_chemical_C2 +LQ10X008010 T12H20.1 protein 5.139126679 L4_chemical_C3 +LQ10X008060 SEC12-like protein 1 5.389315381 C6_control_A1 +LQ10X008060 SEC12-like protein 1 5.353457072 C6_control_A3 +LQ10X008060 SEC12-like protein 1 5.552864164 C6_control_B1 +LQ10X008060 SEC12-like protein 1 5.280769327 C6_control_B2 +LQ10X008060 SEC12-like protein 1 5.115658321 C6_control_B3 +LQ10X008060 SEC12-like protein 1 5.067523967 C6_control_C1 +LQ10X008060 SEC12-like protein 1 5.578534998 C6_control_C2 +LQ10X008060 SEC12-like protein 1 5.303220867 C6_control_C3 +LQ10X008060 SEC12-like protein 1 5.247302698 C6_chemical_A1 +LQ10X008060 SEC12-like protein 1 5.435645463 C6_chemical_A3 +LQ10X008060 SEC12-like protein 1 6.049989122 C6_chemical_B1 +LQ10X008060 SEC12-like protein 1 5.339458072 C6_chemical_B2 +LQ10X008060 SEC12-like protein 1 5.510156723 C6_chemical_B3 +LQ10X008060 SEC12-like protein 1 5.277427771 C6_chemical_C1 +LQ10X008060 SEC12-like protein 1 5.317182313 C6_chemical_C2 +LQ10X008060 SEC12-like protein 1 5.283545769 C6_chemical_C3 +LQ10X008060 SEC12-like protein 1 5.164005329 L4_control_A1 +LQ10X008060 SEC12-like protein 1 5.352421181 L4_control_A2 +LQ10X008060 SEC12-like protein 1 5.538522207 L4_control_A3 +LQ10X008060 SEC12-like protein 1 5.110341167 L4_control_B1 +LQ10X008060 SEC12-like protein 1 5.486695589 L4_control_B2 +LQ10X008060 SEC12-like protein 1 5.178144061 L4_control_B3 +LQ10X008060 SEC12-like protein 1 5.880605779 L4_control_C2 +LQ10X008060 SEC12-like protein 1 6.117019946 L4_control_C3 +LQ10X008060 SEC12-like protein 1 5.268687349 L4_chemical_A1 +LQ10X008060 SEC12-like protein 1 5.071026109 L4_chemical_A2 +LQ10X008060 SEC12-like protein 1 5.556267975 L4_chemical_A3 +LQ10X008060 SEC12-like protein 1 5.369747561 L4_chemical_B1 +LQ10X008060 SEC12-like protein 1 5.549542106 L4_chemical_B2 +LQ10X008060 SEC12-like protein 1 4.894796939 L4_chemical_B3 +LQ10X008060 SEC12-like protein 1 5.679832758 L4_chemical_C2 +LQ10X008060 SEC12-like protein 1 5.284712279 L4_chemical_C3 +LQ10X008090 Hypothetical protein 5.230548134 C6_control_A1 +LQ10X008090 Hypothetical protein 5.764159352 C6_control_A3 +LQ10X008090 Hypothetical protein 5.011245618 C6_control_B1 +LQ10X008090 Hypothetical protein 6.119013751 C6_control_B2 +LQ10X008090 Hypothetical protein 5.177448828 C6_control_B3 +LQ10X008090 Hypothetical protein 4.907403161 C6_control_C1 +LQ10X008090 Hypothetical protein 4.944001886 C6_control_C2 +LQ10X008090 Hypothetical protein 5.004595522 C6_control_C3 +LQ10X008090 Hypothetical protein 5.043002393 C6_chemical_A1 +LQ10X008090 Hypothetical protein 5.96496543 C6_chemical_A3 +LQ10X008090 Hypothetical protein 4.74816667 C6_chemical_B1 +LQ10X008090 Hypothetical protein 6.458301487 C6_chemical_B2 +LQ10X008090 Hypothetical protein 5.159413281 C6_chemical_B3 +LQ10X008090 Hypothetical protein 5.030267152 C6_chemical_C1 +LQ10X008090 Hypothetical protein 4.831412204 C6_chemical_C2 +LQ10X008090 Hypothetical protein 5.10812618 C6_chemical_C3 +LQ10X008090 Hypothetical protein 5.279935562 L4_control_A1 +LQ10X008090 Hypothetical protein 5.274296905 L4_control_A2 +LQ10X008090 Hypothetical protein 5.142180579 L4_control_A3 +LQ10X008090 Hypothetical protein 5.140189612 L4_control_B1 +LQ10X008090 Hypothetical protein 4.844565392 L4_control_B2 +LQ10X008090 Hypothetical protein 5.359074546 L4_control_B3 +LQ10X008090 Hypothetical protein 5.12061584 L4_control_C2 +LQ10X008090 Hypothetical protein 5.087447524 L4_control_C3 +LQ10X008090 Hypothetical protein 4.832024153 L4_chemical_A1 +LQ10X008090 Hypothetical protein 5.04813911 L4_chemical_A2 +LQ10X008090 Hypothetical protein 5.172021597 L4_chemical_A3 +LQ10X008090 Hypothetical protein 5.041218283 L4_chemical_B1 +LQ10X008090 Hypothetical protein 5.456532256 L4_chemical_B2 +LQ10X008090 Hypothetical protein 5.436380965 L4_chemical_B3 +LQ10X008090 Hypothetical protein 5.079323141 L4_chemical_C2 +LQ10X008090 Hypothetical protein 5.266188828 L4_chemical_C3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.648591363 C6_control_A1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.844046495 C6_control_A3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.894315438 C6_control_B1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.690380184 C6_control_B2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.855276156 C6_control_B3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.780872648 C6_control_C1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.665022618 C6_control_C2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.529300577 C6_control_C3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.709527121 C6_chemical_A1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.813499565 C6_chemical_A3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.937213331 C6_chemical_B1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.558693075 C6_chemical_B2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.859136801 C6_chemical_B3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.754349385 C6_chemical_C1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.566480415 C6_chemical_C2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.924326056 C6_chemical_C3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.879739739 L4_control_A1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.95038178 L4_control_A2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.336158206 L4_control_A3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.18961184 L4_control_B1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.550802237 L4_control_B2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.891884997 L4_control_B3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.410017711 L4_control_C2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.80716882 L4_control_C3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.222114821 L4_chemical_A1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.064093978 L4_chemical_A2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.122667552 L4_chemical_A3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.867234902 L4_chemical_B1 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.16302223 L4_chemical_B2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.740105601 L4_chemical_B3 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.944987975 L4_chemical_C2 +LQ10X008100 Probable phytol kinase 1, chloroplastic 5.327450619 L4_chemical_C3 +LQ10X008220 Putative uncharacterized protein 5.207962225 C6_control_A1 +LQ10X008220 Putative uncharacterized protein 4.726654752 C6_control_A3 +LQ10X008220 Putative uncharacterized protein 4.90380772 C6_control_B1 +LQ10X008220 Putative uncharacterized protein 4.989768588 C6_control_B2 +LQ10X008220 Putative uncharacterized protein 5.133870411 C6_control_B3 +LQ10X008220 Putative uncharacterized protein 4.896904768 C6_control_C1 +LQ10X008220 Putative uncharacterized protein 5.078315252 C6_control_C2 +LQ10X008220 Putative uncharacterized protein 4.897795011 C6_control_C3 +LQ10X008220 Putative uncharacterized protein 5.059680652 C6_chemical_A1 +LQ10X008220 Putative uncharacterized protein 4.836804659 C6_chemical_A3 +LQ10X008220 Putative uncharacterized protein 5.004645478 C6_chemical_B1 +LQ10X008220 Putative uncharacterized protein 4.99743574 C6_chemical_B2 +LQ10X008220 Putative uncharacterized protein 4.95404216 C6_chemical_B3 +LQ10X008220 Putative uncharacterized protein 5.176028056 C6_chemical_C1 +LQ10X008220 Putative uncharacterized protein 5.134246057 C6_chemical_C2 +LQ10X008220 Putative uncharacterized protein 5.118516336 C6_chemical_C3 +LQ10X008220 Putative uncharacterized protein 4.872958823 L4_control_A1 +LQ10X008220 Putative uncharacterized protein 5.10938579 L4_control_A2 +LQ10X008220 Putative uncharacterized protein 5.353976528 L4_control_A3 +LQ10X008220 Putative uncharacterized protein 5.348223977 L4_control_B1 +LQ10X008220 Putative uncharacterized protein 5.363742348 L4_control_B2 +LQ10X008220 Putative uncharacterized protein 4.992112723 L4_control_B3 +LQ10X008220 Putative uncharacterized protein 4.97719527 L4_control_C2 +LQ10X008220 Putative uncharacterized protein 5.174186271 L4_control_C3 +LQ10X008220 Putative uncharacterized protein 5.357345823 L4_chemical_A1 +LQ10X008220 Putative uncharacterized protein 4.904575726 L4_chemical_A2 +LQ10X008220 Putative uncharacterized protein 5.097725769 L4_chemical_A3 +LQ10X008220 Putative uncharacterized protein 5.362832417 L4_chemical_B1 +LQ10X008220 Putative uncharacterized protein 5.396469399 L4_chemical_B2 +LQ10X008220 Putative uncharacterized protein 4.9783502 L4_chemical_B3 +LQ10X008220 Putative uncharacterized protein 4.824925725 L4_chemical_C2 +LQ10X008220 Putative uncharacterized protein 4.822654679 L4_chemical_C3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.378096042 C6_control_A1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.276794757 C6_control_A3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.45839316 C6_control_B1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.180626269 C6_control_B2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.389121943 C6_control_B3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.464428385 C6_control_C1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 6.483144061 C6_control_C2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.008211319 C6_control_C3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.374508547 C6_chemical_A1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.481115819 C6_chemical_A3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.107516673 C6_chemical_B1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.070198432 C6_chemical_B2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.49999867 C6_chemical_B3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.310494445 C6_chemical_C1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.698078417 C6_chemical_C2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.303107507 C6_chemical_C3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.180426933 L4_control_A1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.753131763 L4_control_A2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.766813022 L4_control_A3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.212907693 L4_control_B1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 8.445709884 L4_control_B2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.642840276 L4_control_B3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 8.430598125 L4_control_C2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 8.077902919 L4_control_C3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.013507341 L4_chemical_A1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.749335669 L4_chemical_A2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.751607786 L4_chemical_A3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.350439475 L4_chemical_B1 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 8.285090129 L4_chemical_B2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.284636176 L4_chemical_B3 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.924071401 L4_chemical_C2 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.874236309 L4_chemical_C3 +LQ10X008390 60S ribosomal protein L24 13.99325895 C6_control_A1 +LQ10X008390 60S ribosomal protein L24 14.61793688 C6_control_A3 +LQ10X008390 60S ribosomal protein L24 13.44219276 C6_control_B1 +LQ10X008390 60S ribosomal protein L24 13.32305882 C6_control_B2 +LQ10X008390 60S ribosomal protein L24 13.21532193 C6_control_B3 +LQ10X008390 60S ribosomal protein L24 12.59466864 C6_control_C1 +LQ10X008390 60S ribosomal protein L24 12.74742833 C6_control_C2 +LQ10X008390 60S ribosomal protein L24 12.8805587 C6_control_C3 +LQ10X008390 60S ribosomal protein L24 13.71727568 C6_chemical_A1 +LQ10X008390 60S ribosomal protein L24 14.12254063 C6_chemical_A3 +LQ10X008390 60S ribosomal protein L24 12.88670875 C6_chemical_B1 +LQ10X008390 60S ribosomal protein L24 12.8432115 C6_chemical_B2 +LQ10X008390 60S ribosomal protein L24 12.7108825 C6_chemical_B3 +LQ10X008390 60S ribosomal protein L24 12.55240212 C6_chemical_C1 +LQ10X008390 60S ribosomal protein L24 12.38829841 C6_chemical_C2 +LQ10X008390 60S ribosomal protein L24 12.64935341 C6_chemical_C3 +LQ10X008390 60S ribosomal protein L24 14.38524002 L4_control_A1 +LQ10X008390 60S ribosomal protein L24 13.91504823 L4_control_A2 +LQ10X008390 60S ribosomal protein L24 14.15390144 L4_control_A3 +LQ10X008390 60S ribosomal protein L24 12.95174502 L4_control_B1 +LQ10X008390 60S ribosomal protein L24 12.87790125 L4_control_B2 +LQ10X008390 60S ribosomal protein L24 13.34727207 L4_control_B3 +LQ10X008390 60S ribosomal protein L24 13.02497313 L4_control_C2 +LQ10X008390 60S ribosomal protein L24 13.0780248 L4_control_C3 +LQ10X008390 60S ribosomal protein L24 14.09849926 L4_chemical_A1 +LQ10X008390 60S ribosomal protein L24 13.36351148 L4_chemical_A2 +LQ10X008390 60S ribosomal protein L24 13.75126284 L4_chemical_A3 +LQ10X008390 60S ribosomal protein L24 13.34403697 L4_chemical_B1 +LQ10X008390 60S ribosomal protein L24 13.34461914 L4_chemical_B2 +LQ10X008390 60S ribosomal protein L24 13.47783918 L4_chemical_B3 +LQ10X008390 60S ribosomal protein L24 13.0886639 L4_chemical_C2 +LQ10X008390 60S ribosomal protein L24 13.10406876 L4_chemical_C3 +LQ10X008440 Putative Bark storage protein A 5.056890539 C6_control_A1 +LQ10X008440 Putative Bark storage protein A 4.847730183 C6_control_A3 +LQ10X008440 Putative Bark storage protein A 6.075684896 C6_control_B1 +LQ10X008440 Putative Bark storage protein A 5.060322216 C6_control_B2 +LQ10X008440 Putative Bark storage protein A 5.818599232 C6_control_B3 +LQ10X008440 Putative Bark storage protein A 5.387250856 C6_control_C1 +LQ10X008440 Putative Bark storage protein A 5.076449967 C6_control_C2 +LQ10X008440 Putative Bark storage protein A 5.156695886 C6_control_C3 +LQ10X008440 Putative Bark storage protein A 4.952093832 C6_chemical_A1 +LQ10X008440 Putative Bark storage protein A 5.138198042 C6_chemical_A3 +LQ10X008440 Putative Bark storage protein A 5.369025893 C6_chemical_B1 +LQ10X008440 Putative Bark storage protein A 5.275658584 C6_chemical_B2 +LQ10X008440 Putative Bark storage protein A 5.503961639 C6_chemical_B3 +LQ10X008440 Putative Bark storage protein A 5.151475448 C6_chemical_C1 +LQ10X008440 Putative Bark storage protein A 5.050372986 C6_chemical_C2 +LQ10X008440 Putative Bark storage protein A 5.293510329 C6_chemical_C3 +LQ10X008440 Putative Bark storage protein A 4.847316649 L4_control_A1 +LQ10X008440 Putative Bark storage protein A 4.902162222 L4_control_A2 +LQ10X008440 Putative Bark storage protein A 4.880204881 L4_control_A3 +LQ10X008440 Putative Bark storage protein A 5.076438636 L4_control_B1 +LQ10X008440 Putative Bark storage protein A 5.65074722 L4_control_B2 +LQ10X008440 Putative Bark storage protein A 5.046137032 L4_control_B3 +LQ10X008440 Putative Bark storage protein A 5.460460571 L4_control_C2 +LQ10X008440 Putative Bark storage protein A 5.429527132 L4_control_C3 +LQ10X008440 Putative Bark storage protein A 4.84898456 L4_chemical_A1 +LQ10X008440 Putative Bark storage protein A 5.06987306 L4_chemical_A2 +LQ10X008440 Putative Bark storage protein A 4.921544024 L4_chemical_A3 +LQ10X008440 Putative Bark storage protein A 5.142925977 L4_chemical_B1 +LQ10X008440 Putative Bark storage protein A 5.086646256 L4_chemical_B2 +LQ10X008440 Putative Bark storage protein A 5.076568796 L4_chemical_B3 +LQ10X008440 Putative Bark storage protein A 5.282832562 L4_chemical_C2 +LQ10X008440 Putative Bark storage protein A 5.712917011 L4_chemical_C3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.272374213 C6_control_A1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.310531161 C6_control_A3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.77420859 C6_control_B1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.36646242 C6_control_B2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.67439683 C6_control_B3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.52994389 C6_control_C1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.83558624 C6_control_C2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.43909307 C6_control_C3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.475181969 C6_chemical_A1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.435211985 C6_chemical_A3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.01548943 C6_chemical_B1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.57829855 C6_chemical_B2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.766196125 C6_chemical_B3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.56655829 C6_chemical_C1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.95114345 C6_chemical_C2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 11.03435741 C6_chemical_C3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 8.465879925 L4_control_A1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.447852701 L4_control_A2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 8.306721209 L4_control_A3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.61391773 L4_control_B1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.33043127 L4_control_B2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.23435475 L4_control_B3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.43709822 L4_control_C2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.44523562 L4_control_C3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.19544683 L4_chemical_A1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.04553488 L4_chemical_A2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 7.527538731 L4_chemical_A3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.534300174 L4_chemical_B1 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.881575088 L4_chemical_B2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.851282183 L4_chemical_B3 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.38411851 L4_chemical_C2 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 10.34297952 L4_chemical_C3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.75364426 C6_control_A1 +LQ10X008630 NifU-like protein 4, mitochondrial 12.00913597 C6_control_A3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.67592796 C6_control_B1 +LQ10X008630 NifU-like protein 4, mitochondrial 11.58366974 C6_control_B2 +LQ10X008630 NifU-like protein 4, mitochondrial 11.71192119 C6_control_B3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.92716446 C6_control_C1 +LQ10X008630 NifU-like protein 4, mitochondrial 11.98498901 C6_control_C2 +LQ10X008630 NifU-like protein 4, mitochondrial 11.80179801 C6_control_C3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.52025926 C6_chemical_A1 +LQ10X008630 NifU-like protein 4, mitochondrial 11.95976375 C6_chemical_A3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.59071406 C6_chemical_B1 +LQ10X008630 NifU-like protein 4, mitochondrial 11.60896492 C6_chemical_B2 +LQ10X008630 NifU-like protein 4, mitochondrial 11.61604865 C6_chemical_B3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.98107222 C6_chemical_C1 +LQ10X008630 NifU-like protein 4, mitochondrial 12.21324416 C6_chemical_C2 +LQ10X008630 NifU-like protein 4, mitochondrial 11.52349778 C6_chemical_C3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.45037266 L4_control_A1 +LQ10X008630 NifU-like protein 4, mitochondrial 12.01832896 L4_control_A2 +LQ10X008630 NifU-like protein 4, mitochondrial 11.46851897 L4_control_A3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.551797 L4_control_B1 +LQ10X008630 NifU-like protein 4, mitochondrial 12.09469316 L4_control_B2 +LQ10X008630 NifU-like protein 4, mitochondrial 11.47850944 L4_control_B3 +LQ10X008630 NifU-like protein 4, mitochondrial 12.53407933 L4_control_C2 +LQ10X008630 NifU-like protein 4, mitochondrial 12.45723578 L4_control_C3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.54536192 L4_chemical_A1 +LQ10X008630 NifU-like protein 4, mitochondrial 12.21039065 L4_chemical_A2 +LQ10X008630 NifU-like protein 4, mitochondrial 11.27089128 L4_chemical_A3 +LQ10X008630 NifU-like protein 4, mitochondrial 11.76437832 L4_chemical_B1 +LQ10X008630 NifU-like protein 4, mitochondrial 11.97066568 L4_chemical_B2 +LQ10X008630 NifU-like protein 4, mitochondrial 11.15262273 L4_chemical_B3 +LQ10X008630 NifU-like protein 4, mitochondrial 12.76920111 L4_chemical_C2 +LQ10X008630 NifU-like protein 4, mitochondrial 12.46963955 L4_chemical_C3 +LQ10X008670 Hypothetical protein 7.870071787 C6_control_A1 +LQ10X008670 Hypothetical protein 7.187410055 C6_control_A3 +LQ10X008670 Hypothetical protein 6.690758187 C6_control_B1 +LQ10X008670 Hypothetical protein 7.930243992 C6_control_B2 +LQ10X008670 Hypothetical protein 6.214722389 C6_control_B3 +LQ10X008670 Hypothetical protein 9.533616684 C6_control_C1 +LQ10X008670 Hypothetical protein 9.151848899 C6_control_C2 +LQ10X008670 Hypothetical protein 9.092113033 C6_control_C3 +LQ10X008670 Hypothetical protein 7.924978673 C6_chemical_A1 +LQ10X008670 Hypothetical protein 7.003439134 C6_chemical_A3 +LQ10X008670 Hypothetical protein 6.053106739 C6_chemical_B1 +LQ10X008670 Hypothetical protein 8.085507838 C6_chemical_B2 +LQ10X008670 Hypothetical protein 6.02602133 C6_chemical_B3 +LQ10X008670 Hypothetical protein 9.111310403 C6_chemical_C1 +LQ10X008670 Hypothetical protein 9.369679483 C6_chemical_C2 +LQ10X008670 Hypothetical protein 8.206905529 C6_chemical_C3 +LQ10X008670 Hypothetical protein 6.306737599 L4_control_A1 +LQ10X008670 Hypothetical protein 5.749402115 L4_control_A2 +LQ10X008670 Hypothetical protein 5.62427332 L4_control_A3 +LQ10X008670 Hypothetical protein 5.815162715 L4_control_B1 +LQ10X008670 Hypothetical protein 6.531628824 L4_control_B2 +LQ10X008670 Hypothetical protein 4.847630166 L4_control_B3 +LQ10X008670 Hypothetical protein 7.972803418 L4_control_C2 +LQ10X008670 Hypothetical protein 4.84622982 L4_control_C3 +LQ10X008670 Hypothetical protein 5.012953655 L4_chemical_A1 +LQ10X008670 Hypothetical protein 4.879203939 L4_chemical_A2 +LQ10X008670 Hypothetical protein 5.383420731 L4_chemical_A3 +LQ10X008670 Hypothetical protein 6.552093708 L4_chemical_B1 +LQ10X008670 Hypothetical protein 5.443707642 L4_chemical_B2 +LQ10X008670 Hypothetical protein 4.74639601 L4_chemical_B3 +LQ10X008670 Hypothetical protein 5.020121982 L4_chemical_C2 +LQ10X008670 Hypothetical protein 5.358143194 L4_chemical_C3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.20094169 C6_control_A1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 11.82916098 C6_control_A3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.82700921 C6_control_B1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.71546043 C6_control_B2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.09100015 C6_control_B3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.40317251 C6_control_C1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.50211579 C6_control_C2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.46700946 C6_control_C3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.49262383 C6_chemical_A1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 11.79017428 C6_chemical_A3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.04973102 C6_chemical_B1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.70984778 C6_chemical_B2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.14681005 C6_chemical_B3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.3584549 C6_chemical_C1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.49541765 C6_chemical_C2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.14512041 C6_chemical_C3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 11.75593114 L4_control_A1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 11.96887765 L4_control_A2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.01170897 L4_control_A3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.02183092 L4_control_B1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.99174268 L4_control_B2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.5032021 L4_control_B3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 14.1619097 L4_control_C2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.39004099 L4_control_C3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.06605566 L4_chemical_A1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.63529234 L4_chemical_A2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.02307561 L4_chemical_A3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.35403618 L4_chemical_B1 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.11713295 L4_chemical_B2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.3241331 L4_chemical_B3 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.59375029 L4_chemical_C2 +LQ10X008760 Vacuolar protein sorting-associated protein 4 13.49000238 L4_chemical_C3 +LQ10X008930 Putative uncharacterized protein 9.475769294 C6_control_A1 +LQ10X008930 Putative uncharacterized protein 8.97214581 C6_control_A3 +LQ10X008930 Putative uncharacterized protein 9.378598139 C6_control_B1 +LQ10X008930 Putative uncharacterized protein 8.992005064 C6_control_B2 +LQ10X008930 Putative uncharacterized protein 9.22610203 C6_control_B3 +LQ10X008930 Putative uncharacterized protein 9.256738862 C6_control_C1 +LQ10X008930 Putative uncharacterized protein 9.550353297 C6_control_C2 +LQ10X008930 Putative uncharacterized protein 9.664282811 C6_control_C3 +LQ10X008930 Putative uncharacterized protein 9.183660306 C6_chemical_A1 +LQ10X008930 Putative uncharacterized protein 8.847943176 C6_chemical_A3 +LQ10X008930 Putative uncharacterized protein 9.313367019 C6_chemical_B1 +LQ10X008930 Putative uncharacterized protein 8.902238137 C6_chemical_B2 +LQ10X008930 Putative uncharacterized protein 8.779219667 C6_chemical_B3 +LQ10X008930 Putative uncharacterized protein 9.25823184 C6_chemical_C1 +LQ10X008930 Putative uncharacterized protein 9.666278998 C6_chemical_C2 +LQ10X008930 Putative uncharacterized protein 9.31960455 C6_chemical_C3 +LQ10X008930 Putative uncharacterized protein 8.863443481 L4_control_A1 +LQ10X008930 Putative uncharacterized protein 9.296551279 L4_control_A2 +LQ10X008930 Putative uncharacterized protein 9.69027415 L4_control_A3 +LQ10X008930 Putative uncharacterized protein 9.970930314 L4_control_B1 +LQ10X008930 Putative uncharacterized protein 10.22674019 L4_control_B2 +LQ10X008930 Putative uncharacterized protein 9.421866026 L4_control_B3 +LQ10X008930 Putative uncharacterized protein 10.7038459 L4_control_C2 +LQ10X008930 Putative uncharacterized protein 10.60479929 L4_control_C3 +LQ10X008930 Putative uncharacterized protein 9.111664147 L4_chemical_A1 +LQ10X008930 Putative uncharacterized protein 9.644263779 L4_chemical_A2 +LQ10X008930 Putative uncharacterized protein 9.848766823 L4_chemical_A3 +LQ10X008930 Putative uncharacterized protein 9.603799944 L4_chemical_B1 +LQ10X008930 Putative uncharacterized protein 10.2622617 L4_chemical_B2 +LQ10X008930 Putative uncharacterized protein 9.031582496 L4_chemical_B3 +LQ10X008930 Putative uncharacterized protein 10.62776797 L4_chemical_C2 +LQ10X008930 Putative uncharacterized protein 10.67889062 L4_chemical_C3 +LQ10X009030 Putative uncharacterized protein 5.6098373 C6_control_A1 +LQ10X009030 Putative uncharacterized protein 5.586929679 C6_control_A3 +LQ10X009030 Putative uncharacterized protein 5.662067622 C6_control_B1 +LQ10X009030 Putative uncharacterized protein 5.182428478 C6_control_B2 +LQ10X009030 Putative uncharacterized protein 5.581601064 C6_control_B3 +LQ10X009030 Putative uncharacterized protein 6.176792983 C6_control_C1 +LQ10X009030 Putative uncharacterized protein 6.503472069 C6_control_C2 +LQ10X009030 Putative uncharacterized protein 5.364249743 C6_control_C3 +LQ10X009030 Putative uncharacterized protein 5.128063393 C6_chemical_A1 +LQ10X009030 Putative uncharacterized protein 5.360109175 C6_chemical_A3 +LQ10X009030 Putative uncharacterized protein 5.811785632 C6_chemical_B1 +LQ10X009030 Putative uncharacterized protein 5.309213216 C6_chemical_B2 +LQ10X009030 Putative uncharacterized protein 5.581582068 C6_chemical_B3 +LQ10X009030 Putative uncharacterized protein 5.970449305 C6_chemical_C1 +LQ10X009030 Putative uncharacterized protein 5.528626632 C6_chemical_C2 +LQ10X009030 Putative uncharacterized protein 5.721890541 C6_chemical_C3 +LQ10X009030 Putative uncharacterized protein 5.005053395 L4_control_A1 +LQ10X009030 Putative uncharacterized protein 5.458508604 L4_control_A2 +LQ10X009030 Putative uncharacterized protein 5.181010645 L4_control_A3 +LQ10X009030 Putative uncharacterized protein 4.922461561 L4_control_B1 +LQ10X009030 Putative uncharacterized protein 5.958799435 L4_control_B2 +LQ10X009030 Putative uncharacterized protein 5.603849714 L4_control_B3 +LQ10X009030 Putative uncharacterized protein 5.878163387 L4_control_C2 +LQ10X009030 Putative uncharacterized protein 5.987036375 L4_control_C3 +LQ10X009030 Putative uncharacterized protein 5.200328337 L4_chemical_A1 +LQ10X009030 Putative uncharacterized protein 5.603890974 L4_chemical_A2 +LQ10X009030 Putative uncharacterized protein 4.810751963 L4_chemical_A3 +LQ10X009030 Putative uncharacterized protein 5.884277508 L4_chemical_B1 +LQ10X009030 Putative uncharacterized protein 5.055887824 L4_chemical_B2 +LQ10X009030 Putative uncharacterized protein 5.640529617 L4_chemical_B3 +LQ10X009030 Putative uncharacterized protein 5.928704652 L4_chemical_C2 +LQ10X009030 Putative uncharacterized protein 6.213004754 L4_chemical_C3 +LQ10X009100 Putative uncharacterized protein 9.880474466 C6_control_A1 +LQ10X009100 Putative uncharacterized protein 9.05039589 C6_control_A3 +LQ10X009100 Putative uncharacterized protein 10.22752136 C6_control_B1 +LQ10X009100 Putative uncharacterized protein 11.00239478 C6_control_B2 +LQ10X009100 Putative uncharacterized protein 10.33022923 C6_control_B3 +LQ10X009100 Putative uncharacterized protein 12.21776138 C6_control_C1 +LQ10X009100 Putative uncharacterized protein 11.99846551 C6_control_C2 +LQ10X009100 Putative uncharacterized protein 11.25706167 C6_control_C3 +LQ10X009100 Putative uncharacterized protein 10.42297239 C6_chemical_A1 +LQ10X009100 Putative uncharacterized protein 9.462293882 C6_chemical_A3 +LQ10X009100 Putative uncharacterized protein 10.90905626 C6_chemical_B1 +LQ10X009100 Putative uncharacterized protein 11.66356974 C6_chemical_B2 +LQ10X009100 Putative uncharacterized protein 10.61848797 C6_chemical_B3 +LQ10X009100 Putative uncharacterized protein 12.56587887 C6_chemical_C1 +LQ10X009100 Putative uncharacterized protein 12.23640238 C6_chemical_C2 +LQ10X009100 Putative uncharacterized protein 12.00151376 C6_chemical_C3 +LQ10X009100 Putative uncharacterized protein 9.713775622 L4_control_A1 +LQ10X009100 Putative uncharacterized protein 9.760103282 L4_control_A2 +LQ10X009100 Putative uncharacterized protein 9.285006489 L4_control_A3 +LQ10X009100 Putative uncharacterized protein 9.399897952 L4_control_B1 +LQ10X009100 Putative uncharacterized protein 9.6140431 L4_control_B2 +LQ10X009100 Putative uncharacterized protein 10.85815314 L4_control_B3 +LQ10X009100 Putative uncharacterized protein 10.61121471 L4_control_C2 +LQ10X009100 Putative uncharacterized protein 10.59896975 L4_control_C3 +LQ10X009100 Putative uncharacterized protein 9.615375727 L4_chemical_A1 +LQ10X009100 Putative uncharacterized protein 9.482431766 L4_chemical_A2 +LQ10X009100 Putative uncharacterized protein 9.222680548 L4_chemical_A3 +LQ10X009100 Putative uncharacterized protein 8.762432469 L4_chemical_B1 +LQ10X009100 Putative uncharacterized protein 8.943890862 L4_chemical_B2 +LQ10X009100 Putative uncharacterized protein 9.945639099 L4_chemical_B3 +LQ10X009100 Putative uncharacterized protein 10.12262716 L4_chemical_C2 +LQ10X009100 Putative uncharacterized protein 10.83680992 L4_chemical_C3 +LQ10X009140 Predicted protein 5.720050445 C6_control_A1 +LQ10X009140 Predicted protein 5.368005178 C6_control_A3 +LQ10X009140 Predicted protein 5.636200599 C6_control_B1 +LQ10X009140 Predicted protein 5.630169466 C6_control_B2 +LQ10X009140 Predicted protein 5.635371255 C6_control_B3 +LQ10X009140 Predicted protein 5.529031746 C6_control_C1 +LQ10X009140 Predicted protein 4.960411689 C6_control_C2 +LQ10X009140 Predicted protein 5.110254556 C6_control_C3 +LQ10X009140 Predicted protein 5.656907184 C6_chemical_A1 +LQ10X009140 Predicted protein 5.32262056 C6_chemical_A3 +LQ10X009140 Predicted protein 6.002300434 C6_chemical_B1 +LQ10X009140 Predicted protein 5.372131776 C6_chemical_B2 +LQ10X009140 Predicted protein 5.665310425 C6_chemical_B3 +LQ10X009140 Predicted protein 5.209332254 C6_chemical_C1 +LQ10X009140 Predicted protein 5.306296039 C6_chemical_C2 +LQ10X009140 Predicted protein 5.248396604 C6_chemical_C3 +LQ10X009140 Predicted protein 4.943506078 L4_control_A1 +LQ10X009140 Predicted protein 5.672183295 L4_control_A2 +LQ10X009140 Predicted protein 5.613107437 L4_control_A3 +LQ10X009140 Predicted protein 5.451879206 L4_control_B1 +LQ10X009140 Predicted protein 5.197967137 L4_control_B2 +LQ10X009140 Predicted protein 5.785988848 L4_control_B3 +LQ10X009140 Predicted protein 5.192647807 L4_control_C2 +LQ10X009140 Predicted protein 5.379164403 L4_control_C3 +LQ10X009140 Predicted protein 5.578846927 L4_chemical_A1 +LQ10X009140 Predicted protein 5.631644878 L4_chemical_A2 +LQ10X009140 Predicted protein 5.94043689 L4_chemical_A3 +LQ10X009140 Predicted protein 5.539511166 L4_chemical_B1 +LQ10X009140 Predicted protein 5.598327779 L4_chemical_B2 +LQ10X009140 Predicted protein 5.827211634 L4_chemical_B3 +LQ10X009140 Predicted protein 5.867175599 L4_chemical_C2 +LQ10X009140 Predicted protein 5.285368391 L4_chemical_C3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.807976223 C6_control_A1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.946693855 C6_control_A3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.458235972 C6_control_B1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.297358001 C6_control_B2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.67647787 C6_control_B3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.165710221 C6_control_C1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 6.505506379 C6_control_C2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.463568744 C6_control_C3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.104039575 C6_chemical_A1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.875514944 C6_chemical_A3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 4.886773643 C6_chemical_B1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.533145954 C6_chemical_B2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 4.975254063 C6_chemical_B3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.289986022 C6_chemical_C1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.737212095 C6_chemical_C2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.333512168 C6_chemical_C3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.135189003 L4_control_A1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.57143409 L4_control_A2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.542325294 L4_control_A3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.380872777 L4_control_B1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.814529175 L4_control_B2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.319541523 L4_control_B3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.104686886 L4_control_C2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 4.888987428 L4_control_C3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.548627214 L4_chemical_A1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.256645197 L4_chemical_A2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.204115165 L4_chemical_A3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.945860601 L4_chemical_B1 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.654796782 L4_chemical_B2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.430850779 L4_chemical_B3 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 4.841058472 L4_chemical_C2 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.469172846 L4_chemical_C3 +LQ10X009241 Putative uncharacterized protein 5.508321582 C6_control_A1 +LQ10X009241 Putative uncharacterized protein 5.352249908 C6_control_A3 +LQ10X009241 Putative uncharacterized protein 5.196516179 C6_control_B1 +LQ10X009241 Putative uncharacterized protein 4.8708581 C6_control_B2 +LQ10X009241 Putative uncharacterized protein 5.765432572 C6_control_B3 +LQ10X009241 Putative uncharacterized protein 4.781025837 C6_control_C1 +LQ10X009241 Putative uncharacterized protein 4.509484551 C6_control_C2 +LQ10X009241 Putative uncharacterized protein 4.743315623 C6_control_C3 +LQ10X009241 Putative uncharacterized protein 5.294846021 C6_chemical_A1 +LQ10X009241 Putative uncharacterized protein 5.398568502 C6_chemical_A3 +LQ10X009241 Putative uncharacterized protein 5.774906448 C6_chemical_B1 +LQ10X009241 Putative uncharacterized protein 5.084739345 C6_chemical_B2 +LQ10X009241 Putative uncharacterized protein 5.387685482 C6_chemical_B3 +LQ10X009241 Putative uncharacterized protein 5.013382539 C6_chemical_C1 +LQ10X009241 Putative uncharacterized protein 4.767570615 C6_chemical_C2 +LQ10X009241 Putative uncharacterized protein 4.701694436 C6_chemical_C3 +LQ10X009241 Putative uncharacterized protein 5.059913346 L4_control_A1 +LQ10X009241 Putative uncharacterized protein 5.54288706 L4_control_A2 +LQ10X009241 Putative uncharacterized protein 5.284825753 L4_control_A3 +LQ10X009241 Putative uncharacterized protein 5.261430099 L4_control_B1 +LQ10X009241 Putative uncharacterized protein 5.623272366 L4_control_B2 +LQ10X009241 Putative uncharacterized protein 5.483554734 L4_control_B3 +LQ10X009241 Putative uncharacterized protein 4.712656172 L4_control_C2 +LQ10X009241 Putative uncharacterized protein 5.433066123 L4_control_C3 +LQ10X009241 Putative uncharacterized protein 5.618664265 L4_chemical_A1 +LQ10X009241 Putative uncharacterized protein 5.436560948 L4_chemical_A2 +LQ10X009241 Putative uncharacterized protein 5.242193237 L4_chemical_A3 +LQ10X009241 Putative uncharacterized protein 5.766855688 L4_chemical_B1 +LQ10X009241 Putative uncharacterized protein 5.022330368 L4_chemical_B2 +LQ10X009241 Putative uncharacterized protein 5.944084531 L4_chemical_B3 +LQ10X009241 Putative uncharacterized protein 5.12317887 L4_chemical_C2 +LQ10X009241 Putative uncharacterized protein 5.330513281 L4_chemical_C3 +LQ10X009300 Hypothetical protein 4.919037602 C6_control_A1 +LQ10X009300 Hypothetical protein 4.697233652 C6_control_A3 +LQ10X009300 Hypothetical protein 4.705548373 C6_control_B1 +LQ10X009300 Hypothetical protein 5.231796616 C6_control_B2 +LQ10X009300 Hypothetical protein 4.974758902 C6_control_B3 +LQ10X009300 Hypothetical protein 5.914539997 C6_control_C1 +LQ10X009300 Hypothetical protein 5.430758018 C6_control_C2 +LQ10X009300 Hypothetical protein 5.415062609 C6_control_C3 +LQ10X009300 Hypothetical protein 5.277718933 C6_chemical_A1 +LQ10X009300 Hypothetical protein 4.666145815 C6_chemical_A3 +LQ10X009300 Hypothetical protein 5.198545713 C6_chemical_B1 +LQ10X009300 Hypothetical protein 5.312236441 C6_chemical_B2 +LQ10X009300 Hypothetical protein 4.995420308 C6_chemical_B3 +LQ10X009300 Hypothetical protein 5.40930872 C6_chemical_C1 +LQ10X009300 Hypothetical protein 5.594360752 C6_chemical_C2 +LQ10X009300 Hypothetical protein 6.242180723 C6_chemical_C3 +LQ10X009300 Hypothetical protein 4.660874226 L4_control_A1 +LQ10X009300 Hypothetical protein 4.707556335 L4_control_A2 +LQ10X009300 Hypothetical protein 4.580689334 L4_control_A3 +LQ10X009300 Hypothetical protein 4.845656388 L4_control_B1 +LQ10X009300 Hypothetical protein 5.123069177 L4_control_B2 +LQ10X009300 Hypothetical protein 4.752583485 L4_control_B3 +LQ10X009300 Hypothetical protein 4.954243879 L4_control_C2 +LQ10X009300 Hypothetical protein 5.397878467 L4_control_C3 +LQ10X009300 Hypothetical protein 4.859135751 L4_chemical_A1 +LQ10X009300 Hypothetical protein 4.640869191 L4_chemical_A2 +LQ10X009300 Hypothetical protein 4.902179962 L4_chemical_A3 +LQ10X009300 Hypothetical protein 4.705277322 L4_chemical_B1 +LQ10X009300 Hypothetical protein 5.030643347 L4_chemical_B2 +LQ10X009300 Hypothetical protein 4.787157494 L4_chemical_B3 +LQ10X009300 Hypothetical protein 5.431053789 L4_chemical_C2 +LQ10X009300 Hypothetical protein 5.019320076 L4_chemical_C3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.049915144 C6_control_A1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.905472458 C6_control_A3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.325037616 C6_control_B1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.922848683 C6_control_B2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.780865568 C6_control_B3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.080518363 C6_control_C1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.811128078 C6_control_C2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.814170223 C6_control_C3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.879336212 C6_chemical_A1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.77204282 C6_chemical_A3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.234907844 C6_chemical_B1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.90060461 C6_chemical_B2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.792768878 C6_chemical_B3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.165100702 C6_chemical_C1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.710451112 C6_chemical_C2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.107222729 C6_chemical_C3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.131014664 L4_control_A1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.189565199 L4_control_A2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.974702964 L4_control_A3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.009687604 L4_control_B1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.940748749 L4_control_B2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.026535568 L4_control_B3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.180837358 L4_control_C2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.840441957 L4_control_C3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.78595095 L4_chemical_A1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.841180999 L4_chemical_A2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.32865173 L4_chemical_A3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.065767038 L4_chemical_B1 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.092343565 L4_chemical_B2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.631032807 L4_chemical_B3 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.195276268 L4_chemical_C2 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 5.067535671 L4_chemical_C3 +LQ10X009540 Uncharacterized protein At2g38710 13.79083514 C6_control_A1 +LQ10X009540 Uncharacterized protein At2g38710 14.29384779 C6_control_A3 +LQ10X009540 Uncharacterized protein At2g38710 13.72116641 C6_control_B1 +LQ10X009540 Uncharacterized protein At2g38710 12.68409283 C6_control_B2 +LQ10X009540 Uncharacterized protein At2g38710 13.35005585 C6_control_B3 +LQ10X009540 Uncharacterized protein At2g38710 12.42455372 C6_control_C1 +LQ10X009540 Uncharacterized protein At2g38710 11.98398715 C6_control_C2 +LQ10X009540 Uncharacterized protein At2g38710 11.95384442 C6_control_C3 +LQ10X009540 Uncharacterized protein At2g38710 13.52541243 C6_chemical_A1 +LQ10X009540 Uncharacterized protein At2g38710 13.91316432 C6_chemical_A3 +LQ10X009540 Uncharacterized protein At2g38710 13.33624919 C6_chemical_B1 +LQ10X009540 Uncharacterized protein At2g38710 12.4227406 C6_chemical_B2 +LQ10X009540 Uncharacterized protein At2g38710 12.79984539 C6_chemical_B3 +LQ10X009540 Uncharacterized protein At2g38710 12.29777159 C6_chemical_C1 +LQ10X009540 Uncharacterized protein At2g38710 11.98780999 C6_chemical_C2 +LQ10X009540 Uncharacterized protein At2g38710 11.8756517 C6_chemical_C3 +LQ10X009540 Uncharacterized protein At2g38710 13.93652095 L4_control_A1 +LQ10X009540 Uncharacterized protein At2g38710 13.6621075 L4_control_A2 +LQ10X009540 Uncharacterized protein At2g38710 13.85140035 L4_control_A3 +LQ10X009540 Uncharacterized protein At2g38710 13.68906523 L4_control_B1 +LQ10X009540 Uncharacterized protein At2g38710 13.67298299 L4_control_B2 +LQ10X009540 Uncharacterized protein At2g38710 12.95901454 L4_control_B3 +LQ10X009540 Uncharacterized protein At2g38710 12.99414047 L4_control_C2 +LQ10X009540 Uncharacterized protein At2g38710 12.61432659 L4_control_C3 +LQ10X009540 Uncharacterized protein At2g38710 13.5974235 L4_chemical_A1 +LQ10X009540 Uncharacterized protein At2g38710 13.20023325 L4_chemical_A2 +LQ10X009540 Uncharacterized protein At2g38710 13.77807587 L4_chemical_A3 +LQ10X009540 Uncharacterized protein At2g38710 14.08718209 L4_chemical_B1 +LQ10X009540 Uncharacterized protein At2g38710 13.62737795 L4_chemical_B2 +LQ10X009540 Uncharacterized protein At2g38710 13.44974617 L4_chemical_B3 +LQ10X009540 Uncharacterized protein At2g38710 12.82499384 L4_chemical_C2 +LQ10X009540 Uncharacterized protein At2g38710 12.7744951 L4_chemical_C3 +LQ10X009640 Predicted protein 5.446019271 C6_control_A1 +LQ10X009640 Predicted protein 5.195732825 C6_control_A3 +LQ10X009640 Predicted protein 5.718357048 C6_control_B1 +LQ10X009640 Predicted protein 5.484680819 C6_control_B2 +LQ10X009640 Predicted protein 5.403959213 C6_control_B3 +LQ10X009640 Predicted protein 5.775070285 C6_control_C1 +LQ10X009640 Predicted protein 5.264272558 C6_control_C2 +LQ10X009640 Predicted protein 5.723553457 C6_control_C3 +LQ10X009640 Predicted protein 5.376076234 C6_chemical_A1 +LQ10X009640 Predicted protein 5.437868312 C6_chemical_A3 +LQ10X009640 Predicted protein 5.154344543 C6_chemical_B1 +LQ10X009640 Predicted protein 5.176570374 C6_chemical_B2 +LQ10X009640 Predicted protein 5.306585967 C6_chemical_B3 +LQ10X009640 Predicted protein 5.454679377 C6_chemical_C1 +LQ10X009640 Predicted protein 5.510145761 C6_chemical_C2 +LQ10X009640 Predicted protein 5.298540168 C6_chemical_C3 +LQ10X009640 Predicted protein 5.540634962 L4_control_A1 +LQ10X009640 Predicted protein 5.439767888 L4_control_A2 +LQ10X009640 Predicted protein 5.758374012 L4_control_A3 +LQ10X009640 Predicted protein 5.169959498 L4_control_B1 +LQ10X009640 Predicted protein 5.591617469 L4_control_B2 +LQ10X009640 Predicted protein 5.728800057 L4_control_B3 +LQ10X009640 Predicted protein 5.445701544 L4_control_C2 +LQ10X009640 Predicted protein 6.26561678 L4_control_C3 +LQ10X009640 Predicted protein 5.490617818 L4_chemical_A1 +LQ10X009640 Predicted protein 5.632732351 L4_chemical_A2 +LQ10X009640 Predicted protein 6.178709068 L4_chemical_A3 +LQ10X009640 Predicted protein 5.109973542 L4_chemical_B1 +LQ10X009640 Predicted protein 4.829243849 L4_chemical_B2 +LQ10X009640 Predicted protein 5.660840346 L4_chemical_B3 +LQ10X009640 Predicted protein 6.304885517 L4_chemical_C2 +LQ10X009640 Predicted protein 5.340611338 L4_chemical_C3 +LQ10X009680 ATPase inhibitor, putative 5.539636351 C6_control_A1 +LQ10X009680 ATPase inhibitor, putative 5.903320069 C6_control_A3 +LQ10X009680 ATPase inhibitor, putative 5.717327 C6_control_B1 +LQ10X009680 ATPase inhibitor, putative 5.684915597 C6_control_B2 +LQ10X009680 ATPase inhibitor, putative 5.790367585 C6_control_B3 +LQ10X009680 ATPase inhibitor, putative 5.214335102 C6_control_C1 +LQ10X009680 ATPase inhibitor, putative 6.104357903 C6_control_C2 +LQ10X009680 ATPase inhibitor, putative 5.389455462 C6_control_C3 +LQ10X009680 ATPase inhibitor, putative 5.367150403 C6_chemical_A1 +LQ10X009680 ATPase inhibitor, putative 5.413644201 C6_chemical_A3 +LQ10X009680 ATPase inhibitor, putative 5.504435406 C6_chemical_B1 +LQ10X009680 ATPase inhibitor, putative 5.826116176 C6_chemical_B2 +LQ10X009680 ATPase inhibitor, putative 6.012958893 C6_chemical_B3 +LQ10X009680 ATPase inhibitor, putative 5.675571494 C6_chemical_C1 +LQ10X009680 ATPase inhibitor, putative 5.603640878 C6_chemical_C2 +LQ10X009680 ATPase inhibitor, putative 5.358928266 C6_chemical_C3 +LQ10X009680 ATPase inhibitor, putative 5.72342108 L4_control_A1 +LQ10X009680 ATPase inhibitor, putative 5.254761482 L4_control_A2 +LQ10X009680 ATPase inhibitor, putative 5.602647455 L4_control_A3 +LQ10X009680 ATPase inhibitor, putative 5.27404406 L4_control_B1 +LQ10X009680 ATPase inhibitor, putative 5.289056754 L4_control_B2 +LQ10X009680 ATPase inhibitor, putative 5.897003674 L4_control_B3 +LQ10X009680 ATPase inhibitor, putative 5.442170568 L4_control_C2 +LQ10X009680 ATPase inhibitor, putative 5.694610068 L4_control_C3 +LQ10X009680 ATPase inhibitor, putative 5.82381718 L4_chemical_A1 +LQ10X009680 ATPase inhibitor, putative 5.784122998 L4_chemical_A2 +LQ10X009680 ATPase inhibitor, putative 5.273528306 L4_chemical_A3 +LQ10X009680 ATPase inhibitor, putative 5.927470917 L4_chemical_B1 +LQ10X009680 ATPase inhibitor, putative 5.407523524 L4_chemical_B2 +LQ10X009680 ATPase inhibitor, putative 5.521049661 L4_chemical_B3 +LQ10X009680 ATPase inhibitor, putative 5.817738935 L4_chemical_C2 +LQ10X009680 ATPase inhibitor, putative 5.613868771 L4_chemical_C3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.526063003 C6_control_A1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.98935327 C6_control_A3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.254179172 C6_control_B1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.308911606 C6_control_B2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.599393333 C6_control_B3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.515780247 C6_control_C1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 8.044701709 C6_control_C2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.301459888 C6_control_C3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.436877423 C6_chemical_A1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.649993741 C6_chemical_A3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.957492935 C6_chemical_B1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.59510302 C6_chemical_B2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.030047157 C6_chemical_B3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.334966395 C6_chemical_C1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.544445478 C6_chemical_C2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.906545791 C6_chemical_C3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.122960857 L4_control_A1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.098033358 L4_control_A2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.09756618 L4_control_A3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.881888739 L4_control_B1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.798830994 L4_control_B2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.723579966 L4_control_B3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.248619473 L4_control_C2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.488093167 L4_control_C3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.835949454 L4_chemical_A1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.816990463 L4_chemical_A2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.619311632 L4_chemical_A3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.012197729 L4_chemical_B1 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.489928044 L4_chemical_B2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.826418542 L4_chemical_B3 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.955542714 L4_chemical_C2 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 5.8847508 L4_chemical_C3 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.450802119 C6_control_A1 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.326870116 C6_control_A3 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.011106524 C6_control_B1 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.940948402 C6_control_B2 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.275692672 C6_control_B3 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.802777055 C6_control_C1 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.069316433 C6_control_C2 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.961140998 C6_control_C3 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.831949291 C6_chemical_A1 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.092966554 C6_chemical_A3 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.289554746 C6_chemical_B1 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.875815241 C6_chemical_B2 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.176747099 C6_chemical_B3 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.945552532 C6_chemical_C1 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.090730006 C6_chemical_C2 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.81713292 C6_chemical_C3 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.101131845 L4_control_A1 +LQ10X009710 Germin-like protein subfamily 3 member 2 6.009685751 L4_control_A2 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.259629931 L4_control_A3 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.167497628 L4_control_B1 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.304106545 L4_control_B2 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.271225468 L4_control_B3 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.162567258 L4_control_C2 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.292539147 L4_control_C3 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.996661211 L4_chemical_A1 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.233305009 L4_chemical_A2 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.135526774 L4_chemical_A3 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.043585575 L4_chemical_B1 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.272076045 L4_chemical_B2 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.206878239 L4_chemical_B3 +LQ10X009710 Germin-like protein subfamily 3 member 2 5.407140141 L4_chemical_C2 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.831381075 L4_chemical_C3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.46195504 C6_control_A1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.17966667 C6_control_A3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.21018204 C6_control_B1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 12.31022417 C6_control_B2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.91042437 C6_control_B3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 12.17479969 C6_control_C1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 12.1122099 C6_control_C2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 12.24724154 C6_control_C3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.35951628 C6_chemical_A1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.04843969 C6_chemical_A3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.14406555 C6_chemical_B1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 12.50959907 C6_chemical_B2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.73152548 C6_chemical_B3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 12.30478817 C6_chemical_C1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 12.30141751 C6_chemical_C2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.79746378 C6_chemical_C3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.14227603 L4_control_A1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.37908734 L4_control_A2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.34176357 L4_control_A3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.50336538 L4_control_B1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.89761659 L4_control_B2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.44744846 L4_control_B3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.11260737 L4_control_C2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 9.719760803 L4_control_C3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.13357183 L4_chemical_A1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.41236962 L4_chemical_A2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.50884504 L4_chemical_A3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.31820613 L4_chemical_B1 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.86626748 L4_chemical_B2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.56659387 L4_chemical_B3 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.109937 L4_chemical_C2 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 10.29597022 L4_chemical_C3 +LQ10X009790 Putative uncharacterized protein 12.36237284 C6_control_A1 +LQ10X009790 Putative uncharacterized protein 12.47002388 C6_control_A3 +LQ10X009790 Putative uncharacterized protein 12.13234124 C6_control_B1 +LQ10X009790 Putative uncharacterized protein 11.69859077 C6_control_B2 +LQ10X009790 Putative uncharacterized protein 12.14807071 C6_control_B3 +LQ10X009790 Putative uncharacterized protein 9.117930526 C6_control_C1 +LQ10X009790 Putative uncharacterized protein 8.643421589 C6_control_C2 +LQ10X009790 Putative uncharacterized protein 8.914558964 C6_control_C3 +LQ10X009790 Putative uncharacterized protein 12.4455558 C6_chemical_A1 +LQ10X009790 Putative uncharacterized protein 12.70749617 C6_chemical_A3 +LQ10X009790 Putative uncharacterized protein 12.42635959 C6_chemical_B1 +LQ10X009790 Putative uncharacterized protein 12.01252405 C6_chemical_B2 +LQ10X009790 Putative uncharacterized protein 11.7317154 C6_chemical_B3 +LQ10X009790 Putative uncharacterized protein 8.859846539 C6_chemical_C1 +LQ10X009790 Putative uncharacterized protein 8.753976766 C6_chemical_C2 +LQ10X009790 Putative uncharacterized protein 8.415799308 C6_chemical_C3 +LQ10X009790 Putative uncharacterized protein 12.28207791 L4_control_A1 +LQ10X009790 Putative uncharacterized protein 12.24261294 L4_control_A2 +LQ10X009790 Putative uncharacterized protein 12.50228119 L4_control_A3 +LQ10X009790 Putative uncharacterized protein 11.85919173 L4_control_B1 +LQ10X009790 Putative uncharacterized protein 12.69103983 L4_control_B2 +LQ10X009790 Putative uncharacterized protein 10.50346853 L4_control_B3 +LQ10X009790 Putative uncharacterized protein 8.894987065 L4_control_C2 +LQ10X009790 Putative uncharacterized protein 7.232013849 L4_control_C3 +LQ10X009790 Putative uncharacterized protein 11.16712389 L4_chemical_A1 +LQ10X009790 Putative uncharacterized protein 11.75710104 L4_chemical_A2 +LQ10X009790 Putative uncharacterized protein 11.74003377 L4_chemical_A3 +LQ10X009790 Putative uncharacterized protein 11.78166837 L4_chemical_B1 +LQ10X009790 Putative uncharacterized protein 12.0309163 L4_chemical_B2 +LQ10X009790 Putative uncharacterized protein 11.85327196 L4_chemical_B3 +LQ10X009790 Putative uncharacterized protein 7.014697733 L4_chemical_C2 +LQ10X009790 Putative uncharacterized protein 6.84246725 L4_chemical_C3 +LQ10X009891 Hypothetical protein 4.776163744 C6_control_A1 +LQ10X009891 Hypothetical protein 5.001286069 C6_control_A3 +LQ10X009891 Hypothetical protein 4.89450533 C6_control_B1 +LQ10X009891 Hypothetical protein 5.014398017 C6_control_B2 +LQ10X009891 Hypothetical protein 4.764470636 C6_control_B3 +LQ10X009891 Hypothetical protein 4.616032288 C6_control_C1 +LQ10X009891 Hypothetical protein 4.591297782 C6_control_C2 +LQ10X009891 Hypothetical protein 4.677759748 C6_control_C3 +LQ10X009891 Hypothetical protein 4.668589917 C6_chemical_A1 +LQ10X009891 Hypothetical protein 4.895118007 C6_chemical_A3 +LQ10X009891 Hypothetical protein 4.710882199 C6_chemical_B1 +LQ10X009891 Hypothetical protein 4.763291193 C6_chemical_B2 +LQ10X009891 Hypothetical protein 4.835321157 C6_chemical_B3 +LQ10X009891 Hypothetical protein 4.764837334 C6_chemical_C1 +LQ10X009891 Hypothetical protein 4.751452792 C6_chemical_C2 +LQ10X009891 Hypothetical protein 4.674900103 C6_chemical_C3 +LQ10X009891 Hypothetical protein 4.700082068 L4_control_A1 +LQ10X009891 Hypothetical protein 5.281204971 L4_control_A2 +LQ10X009891 Hypothetical protein 4.904101036 L4_control_A3 +LQ10X009891 Hypothetical protein 4.943440242 L4_control_B1 +LQ10X009891 Hypothetical protein 5.145386614 L4_control_B2 +LQ10X009891 Hypothetical protein 4.950081367 L4_control_B3 +LQ10X009891 Hypothetical protein 5.588690311 L4_control_C2 +LQ10X009891 Hypothetical protein 5.268966125 L4_control_C3 +LQ10X009891 Hypothetical protein 4.913358601 L4_chemical_A1 +LQ10X009891 Hypothetical protein 4.74538263 L4_chemical_A2 +LQ10X009891 Hypothetical protein 4.920773757 L4_chemical_A3 +LQ10X009891 Hypothetical protein 4.83740466 L4_chemical_B1 +LQ10X009891 Hypothetical protein 5.063497137 L4_chemical_B2 +LQ10X009891 Hypothetical protein 4.875505628 L4_chemical_B3 +LQ10X009891 Hypothetical protein 4.9017462 L4_chemical_C2 +LQ10X009891 Hypothetical protein 5.040629198 L4_chemical_C3 +LQ10X010000 Copper chaperone 4.971666399 C6_control_A1 +LQ10X010000 Copper chaperone 4.787387152 C6_control_A3 +LQ10X010000 Copper chaperone 5.011978333 C6_control_B1 +LQ10X010000 Copper chaperone 4.76213678 C6_control_B2 +LQ10X010000 Copper chaperone 4.976762111 C6_control_B3 +LQ10X010000 Copper chaperone 4.914308855 C6_control_C1 +LQ10X010000 Copper chaperone 4.759001196 C6_control_C2 +LQ10X010000 Copper chaperone 5.443461073 C6_control_C3 +LQ10X010000 Copper chaperone 4.747507557 C6_chemical_A1 +LQ10X010000 Copper chaperone 4.614984764 C6_chemical_A3 +LQ10X010000 Copper chaperone 4.887812289 C6_chemical_B1 +LQ10X010000 Copper chaperone 4.790820764 C6_chemical_B2 +LQ10X010000 Copper chaperone 4.903816845 C6_chemical_B3 +LQ10X010000 Copper chaperone 5.501353764 C6_chemical_C1 +LQ10X010000 Copper chaperone 4.724869485 C6_chemical_C2 +LQ10X010000 Copper chaperone 5.182017013 C6_chemical_C3 +LQ10X010000 Copper chaperone 4.851503828 L4_control_A1 +LQ10X010000 Copper chaperone 4.638244481 L4_control_A2 +LQ10X010000 Copper chaperone 4.670837664 L4_control_A3 +LQ10X010000 Copper chaperone 4.723286566 L4_control_B1 +LQ10X010000 Copper chaperone 4.534551063 L4_control_B2 +LQ10X010000 Copper chaperone 4.606953358 L4_control_B3 +LQ10X010000 Copper chaperone 4.792631276 L4_control_C2 +LQ10X010000 Copper chaperone 5.874693139 L4_control_C3 +LQ10X010000 Copper chaperone 4.905918693 L4_chemical_A1 +LQ10X010000 Copper chaperone 4.756689841 L4_chemical_A2 +LQ10X010000 Copper chaperone 4.883485723 L4_chemical_A3 +LQ10X010000 Copper chaperone 4.700910073 L4_chemical_B1 +LQ10X010000 Copper chaperone 4.939781628 L4_chemical_B2 +LQ10X010000 Copper chaperone 4.717068808 L4_chemical_B3 +LQ10X010000 Copper chaperone 5.197635343 L4_chemical_C2 +LQ10X010000 Copper chaperone 5.055268449 L4_chemical_C3 +LQ10X010020 Putative Cytochrome P450 94A1 4.987009865 C6_control_A1 +LQ10X010020 Putative Cytochrome P450 94A1 5.483997945 C6_control_A3 +LQ10X010020 Putative Cytochrome P450 94A1 5.383085238 C6_control_B1 +LQ10X010020 Putative Cytochrome P450 94A1 4.984018744 C6_control_B2 +LQ10X010020 Putative Cytochrome P450 94A1 5.494726117 C6_control_B3 +LQ10X010020 Putative Cytochrome P450 94A1 4.664854214 C6_control_C1 +LQ10X010020 Putative Cytochrome P450 94A1 4.795757885 C6_control_C2 +LQ10X010020 Putative Cytochrome P450 94A1 5.019402986 C6_control_C3 +LQ10X010020 Putative Cytochrome P450 94A1 5.011199013 C6_chemical_A1 +LQ10X010020 Putative Cytochrome P450 94A1 5.16405096 C6_chemical_A3 +LQ10X010020 Putative Cytochrome P450 94A1 5.117832539 C6_chemical_B1 +LQ10X010020 Putative Cytochrome P450 94A1 4.87680837 C6_chemical_B2 +LQ10X010020 Putative Cytochrome P450 94A1 5.240008422 C6_chemical_B3 +LQ10X010020 Putative Cytochrome P450 94A1 4.734759615 C6_chemical_C1 +LQ10X010020 Putative Cytochrome P450 94A1 4.83306219 C6_chemical_C2 +LQ10X010020 Putative Cytochrome P450 94A1 4.877031274 C6_chemical_C3 +LQ10X010020 Putative Cytochrome P450 94A1 5.171169282 L4_control_A1 +LQ10X010020 Putative Cytochrome P450 94A1 5.493176206 L4_control_A2 +LQ10X010020 Putative Cytochrome P450 94A1 5.387623814 L4_control_A3 +LQ10X010020 Putative Cytochrome P450 94A1 5.118379055 L4_control_B1 +LQ10X010020 Putative Cytochrome P450 94A1 5.399388851 L4_control_B2 +LQ10X010020 Putative Cytochrome P450 94A1 5.345133079 L4_control_B3 +LQ10X010020 Putative Cytochrome P450 94A1 5.277822694 L4_control_C2 +LQ10X010020 Putative Cytochrome P450 94A1 6.421780228 L4_control_C3 +LQ10X010020 Putative Cytochrome P450 94A1 4.970589413 L4_chemical_A1 +LQ10X010020 Putative Cytochrome P450 94A1 5.384263369 L4_chemical_A2 +LQ10X010020 Putative Cytochrome P450 94A1 5.25062382 L4_chemical_A3 +LQ10X010020 Putative Cytochrome P450 94A1 5.320399321 L4_chemical_B1 +LQ10X010020 Putative Cytochrome P450 94A1 5.192861789 L4_chemical_B2 +LQ10X010020 Putative Cytochrome P450 94A1 5.2738212 L4_chemical_B3 +LQ10X010020 Putative Cytochrome P450 94A1 4.801657775 L4_chemical_C2 +LQ10X010020 Putative Cytochrome P450 94A1 5.210936718 L4_chemical_C3 +LQ10X010120 Putative uncharacterized protein 6.325054946 C6_control_A1 +LQ10X010120 Putative uncharacterized protein 6.434949276 C6_control_A3 +LQ10X010120 Putative uncharacterized protein 6.156605056 C6_control_B1 +LQ10X010120 Putative uncharacterized protein 6.179400067 C6_control_B2 +LQ10X010120 Putative uncharacterized protein 5.817457537 C6_control_B3 +LQ10X010120 Putative uncharacterized protein 6.263428273 C6_control_C1 +LQ10X010120 Putative uncharacterized protein 5.792792697 C6_control_C2 +LQ10X010120 Putative uncharacterized protein 5.924196618 C6_control_C3 +LQ10X010120 Putative uncharacterized protein 6.441111811 C6_chemical_A1 +LQ10X010120 Putative uncharacterized protein 6.373795501 C6_chemical_A3 +LQ10X010120 Putative uncharacterized protein 6.173913834 C6_chemical_B1 +LQ10X010120 Putative uncharacterized protein 6.121106 C6_chemical_B2 +LQ10X010120 Putative uncharacterized protein 5.966359068 C6_chemical_B3 +LQ10X010120 Putative uncharacterized protein 6.391754479 C6_chemical_C1 +LQ10X010120 Putative uncharacterized protein 6.147413344 C6_chemical_C2 +LQ10X010120 Putative uncharacterized protein 6.112959804 C6_chemical_C3 +LQ10X010120 Putative uncharacterized protein 6.67928236 L4_control_A1 +LQ10X010120 Putative uncharacterized protein 6.722519256 L4_control_A2 +LQ10X010120 Putative uncharacterized protein 6.391588732 L4_control_A3 +LQ10X010120 Putative uncharacterized protein 6.176195803 L4_control_B1 +LQ10X010120 Putative uncharacterized protein 6.515744548 L4_control_B2 +LQ10X010120 Putative uncharacterized protein 6.001011967 L4_control_B3 +LQ10X010120 Putative uncharacterized protein 5.985676169 L4_control_C2 +LQ10X010120 Putative uncharacterized protein 6.207345609 L4_control_C3 +LQ10X010120 Putative uncharacterized protein 6.056178212 L4_chemical_A1 +LQ10X010120 Putative uncharacterized protein 6.287961425 L4_chemical_A2 +LQ10X010120 Putative uncharacterized protein 6.604324242 L4_chemical_A3 +LQ10X010120 Putative uncharacterized protein 6.166208538 L4_chemical_B1 +LQ10X010120 Putative uncharacterized protein 5.869369048 L4_chemical_B2 +LQ10X010120 Putative uncharacterized protein 5.927548351 L4_chemical_B3 +LQ10X010120 Putative uncharacterized protein 6.235876413 L4_chemical_C2 +LQ10X010120 Putative uncharacterized protein 5.9768291 L4_chemical_C3 +LQ10X010121 Putative uncharacterized protein 4.690225174 C6_control_A1 +LQ10X010121 Putative uncharacterized protein 5.352985684 C6_control_A3 +LQ10X010121 Putative uncharacterized protein 4.726298664 C6_control_B1 +LQ10X010121 Putative uncharacterized protein 4.676284571 C6_control_B2 +LQ10X010121 Putative uncharacterized protein 4.456532363 C6_control_B3 +LQ10X010121 Putative uncharacterized protein 4.516782321 C6_control_C1 +LQ10X010121 Putative uncharacterized protein 4.548404629 C6_control_C2 +LQ10X010121 Putative uncharacterized protein 4.541701021 C6_control_C3 +LQ10X010121 Putative uncharacterized protein 4.680131931 C6_chemical_A1 +LQ10X010121 Putative uncharacterized protein 5.071367944 C6_chemical_A3 +LQ10X010121 Putative uncharacterized protein 4.59916764 C6_chemical_B1 +LQ10X010121 Putative uncharacterized protein 4.630159848 C6_chemical_B2 +LQ10X010121 Putative uncharacterized protein 4.514109357 C6_chemical_B3 +LQ10X010121 Putative uncharacterized protein 4.628578148 C6_chemical_C1 +LQ10X010121 Putative uncharacterized protein 4.436860296 C6_chemical_C2 +LQ10X010121 Putative uncharacterized protein 4.413113079 C6_chemical_C3 +LQ10X010121 Putative uncharacterized protein 4.558732869 L4_control_A1 +LQ10X010121 Putative uncharacterized protein 5.083593396 L4_control_A2 +LQ10X010121 Putative uncharacterized protein 5.085739634 L4_control_A3 +LQ10X010121 Putative uncharacterized protein 5.930071556 L4_control_B1 +LQ10X010121 Putative uncharacterized protein 5.210130857 L4_control_B2 +LQ10X010121 Putative uncharacterized protein 4.513306463 L4_control_B3 +LQ10X010121 Putative uncharacterized protein 5.145666161 L4_control_C2 +LQ10X010121 Putative uncharacterized protein 4.753119925 L4_control_C3 +LQ10X010121 Putative uncharacterized protein 4.368485571 L4_chemical_A1 +LQ10X010121 Putative uncharacterized protein 5.050615275 L4_chemical_A2 +LQ10X010121 Putative uncharacterized protein 4.856094392 L4_chemical_A3 +LQ10X010121 Putative uncharacterized protein 4.709278243 L4_chemical_B1 +LQ10X010121 Putative uncharacterized protein 4.849494837 L4_chemical_B2 +LQ10X010121 Putative uncharacterized protein 4.560209713 L4_chemical_B3 +LQ10X010121 Putative uncharacterized protein 5.039359061 L4_chemical_C2 +LQ10X010121 Putative uncharacterized protein 5.027397129 L4_chemical_C3 +LQ10X010250 Predicted protein 4.979497124 C6_control_A1 +LQ10X010250 Predicted protein 5.307094219 C6_control_A3 +LQ10X010250 Predicted protein 5.424256255 C6_control_B1 +LQ10X010250 Predicted protein 4.802410092 C6_control_B2 +LQ10X010250 Predicted protein 4.742537318 C6_control_B3 +LQ10X010250 Predicted protein 5.088543502 C6_control_C1 +LQ10X010250 Predicted protein 5.200336216 C6_control_C2 +LQ10X010250 Predicted protein 4.902990929 C6_control_C3 +LQ10X010250 Predicted protein 5.02399842 C6_chemical_A1 +LQ10X010250 Predicted protein 5.268949686 C6_chemical_A3 +LQ10X010250 Predicted protein 5.377407149 C6_chemical_B1 +LQ10X010250 Predicted protein 4.911532215 C6_chemical_B2 +LQ10X010250 Predicted protein 4.965858594 C6_chemical_B3 +LQ10X010250 Predicted protein 5.36265246 C6_chemical_C1 +LQ10X010250 Predicted protein 5.07208987 C6_chemical_C2 +LQ10X010250 Predicted protein 4.9671677 C6_chemical_C3 +LQ10X010250 Predicted protein 5.097148905 L4_control_A1 +LQ10X010250 Predicted protein 4.926723665 L4_control_A2 +LQ10X010250 Predicted protein 5.457737738 L4_control_A3 +LQ10X010250 Predicted protein 6.386246844 L4_control_B1 +LQ10X010250 Predicted protein 4.853485018 L4_control_B2 +LQ10X010250 Predicted protein 5.028641076 L4_control_B3 +LQ10X010250 Predicted protein 5.193925119 L4_control_C2 +LQ10X010250 Predicted protein 5.155063042 L4_control_C3 +LQ10X010250 Predicted protein 4.990868991 L4_chemical_A1 +LQ10X010250 Predicted protein 5.348349579 L4_chemical_A2 +LQ10X010250 Predicted protein 5.397264891 L4_chemical_A3 +LQ10X010250 Predicted protein 5.046513727 L4_chemical_B1 +LQ10X010250 Predicted protein 4.890537944 L4_chemical_B2 +LQ10X010250 Predicted protein 4.90552124 L4_chemical_B3 +LQ10X010250 Predicted protein 5.180001627 L4_chemical_C2 +LQ10X010250 Predicted protein 4.940675482 L4_chemical_C3 +LQ10X010400 Putative uncharacterized protein 5.041097411 C6_control_A1 +LQ10X010400 Putative uncharacterized protein 4.712745425 C6_control_A3 +LQ10X010400 Putative uncharacterized protein 5.052973495 C6_control_B1 +LQ10X010400 Putative uncharacterized protein 4.799497466 C6_control_B2 +LQ10X010400 Putative uncharacterized protein 4.873573198 C6_control_B3 +LQ10X010400 Putative uncharacterized protein 5.051089154 C6_control_C1 +LQ10X010400 Putative uncharacterized protein 4.815398198 C6_control_C2 +LQ10X010400 Putative uncharacterized protein 4.829574294 C6_control_C3 +LQ10X010400 Putative uncharacterized protein 4.680251422 C6_chemical_A1 +LQ10X010400 Putative uncharacterized protein 4.956305317 C6_chemical_A3 +LQ10X010400 Putative uncharacterized protein 4.697400334 C6_chemical_B1 +LQ10X010400 Putative uncharacterized protein 4.861415747 C6_chemical_B2 +LQ10X010400 Putative uncharacterized protein 4.716608313 C6_chemical_B3 +LQ10X010400 Putative uncharacterized protein 5.062103903 C6_chemical_C1 +LQ10X010400 Putative uncharacterized protein 4.708751901 C6_chemical_C2 +LQ10X010400 Putative uncharacterized protein 5.445638474 C6_chemical_C3 +LQ10X010400 Putative uncharacterized protein 4.986401925 L4_control_A1 +LQ10X010400 Putative uncharacterized protein 4.994590979 L4_control_A2 +LQ10X010400 Putative uncharacterized protein 5.233898976 L4_control_A3 +LQ10X010400 Putative uncharacterized protein 4.617308785 L4_control_B1 +LQ10X010400 Putative uncharacterized protein 4.673251907 L4_control_B2 +LQ10X010400 Putative uncharacterized protein 5.099294416 L4_control_B3 +LQ10X010400 Putative uncharacterized protein 5.758644005 L4_control_C2 +LQ10X010400 Putative uncharacterized protein 5.022648959 L4_control_C3 +LQ10X010400 Putative uncharacterized protein 5.128436192 L4_chemical_A1 +LQ10X010400 Putative uncharacterized protein 4.69550285 L4_chemical_A2 +LQ10X010400 Putative uncharacterized protein 5.340119697 L4_chemical_A3 +LQ10X010400 Putative uncharacterized protein 4.61941629 L4_chemical_B1 +LQ10X010400 Putative uncharacterized protein 5.129048934 L4_chemical_B2 +LQ10X010400 Putative uncharacterized protein 4.818368063 L4_chemical_B3 +LQ10X010400 Putative uncharacterized protein 5.019992431 L4_chemical_C2 +LQ10X010400 Putative uncharacterized protein 4.865694136 L4_chemical_C3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.84766782 C6_control_A1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.90617952 C6_control_A3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.99815839 C6_control_B1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 13.69667026 C6_control_B2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 12.09577293 C6_control_B3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 13.61811215 C6_control_C1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 14.22014208 C6_control_C2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 13.96780296 C6_control_C3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.79665062 C6_chemical_A1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.56871564 C6_chemical_A3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.78290754 C6_chemical_B1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 13.64546859 C6_chemical_B2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 12.33257509 C6_chemical_B3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 13.61295278 C6_chemical_C1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 13.91662729 C6_chemical_C2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 14.01778365 C6_chemical_C3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.81212872 L4_control_A1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.40321625 L4_control_A2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 10.93215829 L4_control_A3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.88192649 L4_control_B1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 10.80032129 L4_control_B2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 12.45677914 L4_control_B3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.29143245 L4_control_C2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.74537424 L4_control_C3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 12.08012351 L4_chemical_A1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.64251111 L4_chemical_A2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.90942921 L4_chemical_A3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.08930561 L4_chemical_B1 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.08792743 L4_chemical_B2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 12.51062893 L4_chemical_B3 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.3926703 L4_chemical_C2 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.93783554 L4_chemical_C3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.017067525 C6_control_A1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.007754439 C6_control_A3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.125922222 C6_control_B1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.027975967 C6_control_B2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.905984115 C6_control_B3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.93192037 C6_control_C1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.859281473 C6_control_C2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.211821108 C6_control_C3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.998839179 C6_chemical_A1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.762165295 C6_chemical_A3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.086703977 C6_chemical_B1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.973302165 C6_chemical_B2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.818196615 C6_chemical_B3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.031298566 C6_chemical_C1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.017769823 C6_chemical_C2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.426298042 C6_chemical_C3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.871845049 L4_control_A1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.984189324 L4_control_A2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.476369942 L4_control_A3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.548914529 L4_control_B1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.594903921 L4_control_B2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.042416125 L4_control_B3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.902979309 L4_control_C2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.869467414 L4_control_C3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.998119665 L4_chemical_A1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.919258883 L4_chemical_A2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.159675872 L4_chemical_A3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.194250718 L4_chemical_B1 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.190787526 L4_chemical_B2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.855371503 L4_chemical_B3 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.933652843 L4_chemical_C2 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 5.900330855 L4_chemical_C3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 4.989704415 C6_control_A1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.390565039 C6_control_A3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 4.614021662 C6_control_B1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.145253691 C6_control_B2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.091217269 C6_control_B3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.09957037 C6_control_C1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.477703134 C6_control_C2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 4.93639782 C6_control_C3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.451003697 C6_chemical_A1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.134796309 C6_chemical_A3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.392949981 C6_chemical_B1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.290266646 C6_chemical_B2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.960212159 C6_chemical_B3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.03503639 C6_chemical_C1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.038705969 C6_chemical_C2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.0941294 C6_chemical_C3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.129946662 L4_control_A1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.41820976 L4_control_A2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.378298258 L4_control_A3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.86208054 L4_control_B1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.516952311 L4_control_B2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.142830385 L4_control_B3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.02705185 L4_control_C2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 6.241605055 L4_control_C3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.421405846 L4_chemical_A1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.458226806 L4_chemical_A2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.384744735 L4_chemical_A3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.22373126 L4_chemical_B1 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.81758882 L4_chemical_B2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.059214313 L4_chemical_B3 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.483302919 L4_chemical_C2 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 6.157260906 L4_chemical_C3 +LQ10X010620 Tubulin gamma complex-associated protein 5.963923425 C6_control_A1 +LQ10X010620 Tubulin gamma complex-associated protein 5.983708035 C6_control_A3 +LQ10X010620 Tubulin gamma complex-associated protein 6.17416752 C6_control_B1 +LQ10X010620 Tubulin gamma complex-associated protein 6.209104954 C6_control_B2 +LQ10X010620 Tubulin gamma complex-associated protein 6.246803624 C6_control_B3 +LQ10X010620 Tubulin gamma complex-associated protein 5.63811269 C6_control_C1 +LQ10X010620 Tubulin gamma complex-associated protein 5.736964332 C6_control_C2 +LQ10X010620 Tubulin gamma complex-associated protein 5.659659135 C6_control_C3 +LQ10X010620 Tubulin gamma complex-associated protein 6.046042853 C6_chemical_A1 +LQ10X010620 Tubulin gamma complex-associated protein 5.810124416 C6_chemical_A3 +LQ10X010620 Tubulin gamma complex-associated protein 6.014170822 C6_chemical_B1 +LQ10X010620 Tubulin gamma complex-associated protein 5.821613628 C6_chemical_B2 +LQ10X010620 Tubulin gamma complex-associated protein 5.873130289 C6_chemical_B3 +LQ10X010620 Tubulin gamma complex-associated protein 5.881294067 C6_chemical_C1 +LQ10X010620 Tubulin gamma complex-associated protein 5.756430398 C6_chemical_C2 +LQ10X010620 Tubulin gamma complex-associated protein 5.583927447 C6_chemical_C3 +LQ10X010620 Tubulin gamma complex-associated protein 5.808222128 L4_control_A1 +LQ10X010620 Tubulin gamma complex-associated protein 5.682651461 L4_control_A2 +LQ10X010620 Tubulin gamma complex-associated protein 5.996061933 L4_control_A3 +LQ10X010620 Tubulin gamma complex-associated protein 5.79760851 L4_control_B1 +LQ10X010620 Tubulin gamma complex-associated protein 5.827328709 L4_control_B2 +LQ10X010620 Tubulin gamma complex-associated protein 5.670316444 L4_control_B3 +LQ10X010620 Tubulin gamma complex-associated protein 6.245756481 L4_control_C2 +LQ10X010620 Tubulin gamma complex-associated protein 5.502966935 L4_control_C3 +LQ10X010620 Tubulin gamma complex-associated protein 5.478031213 L4_chemical_A1 +LQ10X010620 Tubulin gamma complex-associated protein 5.799006556 L4_chemical_A2 +LQ10X010620 Tubulin gamma complex-associated protein 5.889693978 L4_chemical_A3 +LQ10X010620 Tubulin gamma complex-associated protein 6.306907294 L4_chemical_B1 +LQ10X010620 Tubulin gamma complex-associated protein 5.942064861 L4_chemical_B2 +LQ10X010620 Tubulin gamma complex-associated protein 5.656918061 L4_chemical_B3 +LQ10X010620 Tubulin gamma complex-associated protein 5.358251975 L4_chemical_C2 +LQ10X010620 Tubulin gamma complex-associated protein 5.428049402 L4_chemical_C3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 12.42327405 C6_control_A1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 12.77796918 C6_control_A3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.85864917 C6_control_B1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 10.94071593 C6_control_B2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.06302732 C6_control_B3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 9.452698362 C6_control_C1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 9.264713986 C6_control_C2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 8.808917948 C6_control_C3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 12.04756935 C6_chemical_A1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 12.57311878 C6_chemical_A3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.12643566 C6_chemical_B1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 10.47716545 C6_chemical_B2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 10.31353772 C6_chemical_B3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 8.99965363 C6_chemical_C1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 9.17660663 C6_chemical_C2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 8.062404092 C6_chemical_C3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 12.80989451 L4_control_A1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 12.60976033 L4_control_A2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 13.21985563 L4_control_A3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.25396237 L4_control_B1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.47745258 L4_control_B2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 8.621045229 L4_control_B3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 8.606091527 L4_control_C2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 7.186564739 L4_control_C3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.62173347 L4_chemical_A1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 12.2962702 L4_chemical_A2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 13.08211561 L4_chemical_A3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.87062929 L4_chemical_B1 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.81127714 L4_chemical_B2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 11.55672809 L4_chemical_B3 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 8.54586638 L4_chemical_C2 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 7.224599893 L4_chemical_C3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.208794508 C6_control_A1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.057254741 C6_control_A3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.721323508 C6_control_B1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.244548986 C6_control_B2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.65882086 C6_control_B3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.296298215 C6_control_C1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.371328629 C6_control_C2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.309273076 C6_control_C3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.053644166 C6_chemical_A1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.437951405 C6_chemical_A3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.365870407 C6_chemical_B1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.54757188 C6_chemical_B2 +LQ10X010670 Phospholipid-transporting ATPase 1 6.027299663 C6_chemical_B3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.993264305 C6_chemical_C1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.729201561 C6_chemical_C2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.875621078 C6_chemical_C3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.557498216 L4_control_A1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.038463648 L4_control_A2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.188406652 L4_control_A3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.245577265 L4_control_B1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.623725888 L4_control_B2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.927919573 L4_control_B3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.407547015 L4_control_C2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.959162244 L4_control_C3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.982696836 L4_chemical_A1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.33160266 L4_chemical_A2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.093768849 L4_chemical_A3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.360620419 L4_chemical_B1 +LQ10X010670 Phospholipid-transporting ATPase 1 5.355385799 L4_chemical_B2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.843481029 L4_chemical_B3 +LQ10X010670 Phospholipid-transporting ATPase 1 5.88055299 L4_chemical_C2 +LQ10X010670 Phospholipid-transporting ATPase 1 5.811561599 L4_chemical_C3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.91363428 C6_control_A1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.75621831 C6_control_A3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.83700811 C6_control_B1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.35647803 C6_control_B2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.8297458 C6_control_B3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.97262662 C6_control_C1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.51715221 C6_control_C2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.73892482 C6_control_C3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.79992027 C6_chemical_A1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.90053612 C6_chemical_A3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.6511057 C6_chemical_B1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.20519514 C6_chemical_B2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.5100526 C6_chemical_B3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.82699354 C6_chemical_C1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.37763763 C6_chemical_C2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.69447742 C6_chemical_C3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.19109061 L4_control_A1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.130686 L4_control_A2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.46165532 L4_control_A3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.82460487 L4_control_B1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.36203825 L4_control_B2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.79365268 L4_control_B3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.58563221 L4_control_C2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.53237778 L4_control_C3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.32337706 L4_chemical_A1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.01781559 L4_chemical_A2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.24942237 L4_chemical_A3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.16996369 L4_chemical_B1 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.2263783 L4_chemical_B2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.77786499 L4_chemical_B3 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.23014928 L4_chemical_C2 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 11.22114867 L4_chemical_C3 +LQ10X010780 Glutathione S-transferase zeta class 5.603197794 C6_control_A1 +LQ10X010780 Glutathione S-transferase zeta class 5.978799093 C6_control_A3 +LQ10X010780 Glutathione S-transferase zeta class 5.555830534 C6_control_B1 +LQ10X010780 Glutathione S-transferase zeta class 5.896873433 C6_control_B2 +LQ10X010780 Glutathione S-transferase zeta class 5.663693712 C6_control_B3 +LQ10X010780 Glutathione S-transferase zeta class 6.041335299 C6_control_C1 +LQ10X010780 Glutathione S-transferase zeta class 6.848430397 C6_control_C2 +LQ10X010780 Glutathione S-transferase zeta class 5.768654063 C6_control_C3 +LQ10X010780 Glutathione S-transferase zeta class 5.463176717 C6_chemical_A1 +LQ10X010780 Glutathione S-transferase zeta class 5.475163247 C6_chemical_A3 +LQ10X010780 Glutathione S-transferase zeta class 5.614797233 C6_chemical_B1 +LQ10X010780 Glutathione S-transferase zeta class 5.680618058 C6_chemical_B2 +LQ10X010780 Glutathione S-transferase zeta class 5.485306008 C6_chemical_B3 +LQ10X010780 Glutathione S-transferase zeta class 6.055258471 C6_chemical_C1 +LQ10X010780 Glutathione S-transferase zeta class 6.085257089 C6_chemical_C2 +LQ10X010780 Glutathione S-transferase zeta class 5.755244655 C6_chemical_C3 +LQ10X010780 Glutathione S-transferase zeta class 5.592803412 L4_control_A1 +LQ10X010780 Glutathione S-transferase zeta class 5.043961653 L4_control_A2 +LQ10X010780 Glutathione S-transferase zeta class 5.185479997 L4_control_A3 +LQ10X010780 Glutathione S-transferase zeta class 4.787418396 L4_control_B1 +LQ10X010780 Glutathione S-transferase zeta class 5.248979947 L4_control_B2 +LQ10X010780 Glutathione S-transferase zeta class 5.364542995 L4_control_B3 +LQ10X010780 Glutathione S-transferase zeta class 5.405741491 L4_control_C2 +LQ10X010780 Glutathione S-transferase zeta class 4.810780423 L4_control_C3 +LQ10X010780 Glutathione S-transferase zeta class 4.921410592 L4_chemical_A1 +LQ10X010780 Glutathione S-transferase zeta class 5.368694003 L4_chemical_A2 +LQ10X010780 Glutathione S-transferase zeta class 5.203886956 L4_chemical_A3 +LQ10X010780 Glutathione S-transferase zeta class 5.140518695 L4_chemical_B1 +LQ10X010780 Glutathione S-transferase zeta class 5.418478285 L4_chemical_B2 +LQ10X010780 Glutathione S-transferase zeta class 5.369647721 L4_chemical_B3 +LQ10X010780 Glutathione S-transferase zeta class 5.45354105 L4_chemical_C2 +LQ10X010780 Glutathione S-transferase zeta class 5.601055153 L4_chemical_C3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.83406028 C6_control_A1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.98446208 C6_control_A3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.19815004 C6_control_B1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.93277594 C6_control_B2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.89879922 C6_control_B3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.79929236 C6_control_C1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.47812609 C6_control_C2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.05344117 C6_control_C3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.85627162 C6_chemical_A1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.80782468 C6_chemical_A3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.95909007 C6_chemical_B1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.8228284 C6_chemical_B2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.75546139 C6_chemical_B3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.57054527 C6_chemical_C1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.56978782 C6_chemical_C2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.94506447 C6_chemical_C3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.70684227 L4_control_A1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.89400162 L4_control_A2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.65376623 L4_control_A3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.73587553 L4_control_B1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.05030647 L4_control_B2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.73204259 L4_control_B3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.48116464 L4_control_C2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.91531161 L4_control_C3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.30100066 L4_chemical_A1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.20894355 L4_chemical_A2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.36484925 L4_chemical_A3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.91878971 L4_chemical_B1 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.5693806 L4_chemical_B2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.70136259 L4_chemical_B3 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.35283973 L4_chemical_C2 +LQ10X010830 ABC transporter I family member 6, chloroplastic 12.07684605 L4_chemical_C3 +LQ10X010860 Nicastrin 11.68999225 C6_control_A1 +LQ10X010860 Nicastrin 11.89712259 C6_control_A3 +LQ10X010860 Nicastrin 11.76033738 C6_control_B1 +LQ10X010860 Nicastrin 10.94535975 C6_control_B2 +LQ10X010860 Nicastrin 11.44766116 C6_control_B3 +LQ10X010860 Nicastrin 11.26628303 C6_control_C1 +LQ10X010860 Nicastrin 11.11680628 C6_control_C2 +LQ10X010860 Nicastrin 11.25697328 C6_control_C3 +LQ10X010860 Nicastrin 11.44691682 C6_chemical_A1 +LQ10X010860 Nicastrin 11.6411329 C6_chemical_A3 +LQ10X010860 Nicastrin 11.48109723 C6_chemical_B1 +LQ10X010860 Nicastrin 10.98685484 C6_chemical_B2 +LQ10X010860 Nicastrin 11.2139053 C6_chemical_B3 +LQ10X010860 Nicastrin 11.13156193 C6_chemical_C1 +LQ10X010860 Nicastrin 10.92477489 C6_chemical_C2 +LQ10X010860 Nicastrin 10.9285262 C6_chemical_C3 +LQ10X010860 Nicastrin 11.1887066 L4_control_A1 +LQ10X010860 Nicastrin 10.66429274 L4_control_A2 +LQ10X010860 Nicastrin 10.27122587 L4_control_A3 +LQ10X010860 Nicastrin 11.14490035 L4_control_B1 +LQ10X010860 Nicastrin 11.03721429 L4_control_B2 +LQ10X010860 Nicastrin 11.10177553 L4_control_B3 +LQ10X010860 Nicastrin 10.97548944 L4_control_C2 +LQ10X010860 Nicastrin 10.92322304 L4_control_C3 +LQ10X010860 Nicastrin 11.24173817 L4_chemical_A1 +LQ10X010860 Nicastrin 10.33096581 L4_chemical_A2 +LQ10X010860 Nicastrin 10.46507832 L4_chemical_A3 +LQ10X010860 Nicastrin 11.14811225 L4_chemical_B1 +LQ10X010860 Nicastrin 10.7154822 L4_chemical_B2 +LQ10X010860 Nicastrin 10.93574042 L4_chemical_B3 +LQ10X010860 Nicastrin 11.09940412 L4_chemical_C2 +LQ10X010860 Nicastrin 10.92273356 L4_chemical_C3 +LQ10X010870 Putative 50S ribosomal protein L9 12.49845147 C6_control_A1 +LQ10X010870 Putative 50S ribosomal protein L9 12.1949856 C6_control_A3 +LQ10X010870 Putative 50S ribosomal protein L9 11.84073826 C6_control_B1 +LQ10X010870 Putative 50S ribosomal protein L9 12.10181369 C6_control_B2 +LQ10X010870 Putative 50S ribosomal protein L9 11.53338918 C6_control_B3 +LQ10X010870 Putative 50S ribosomal protein L9 12.07208275 C6_control_C1 +LQ10X010870 Putative 50S ribosomal protein L9 11.60288528 C6_control_C2 +LQ10X010870 Putative 50S ribosomal protein L9 11.51880922 C6_control_C3 +LQ10X010870 Putative 50S ribosomal protein L9 12.46025697 C6_chemical_A1 +LQ10X010870 Putative 50S ribosomal protein L9 12.46590131 C6_chemical_A3 +LQ10X010870 Putative 50S ribosomal protein L9 11.74033961 C6_chemical_B1 +LQ10X010870 Putative 50S ribosomal protein L9 12.03261925 C6_chemical_B2 +LQ10X010870 Putative 50S ribosomal protein L9 11.29086792 C6_chemical_B3 +LQ10X010870 Putative 50S ribosomal protein L9 11.99084689 C6_chemical_C1 +LQ10X010870 Putative 50S ribosomal protein L9 12.24878771 C6_chemical_C2 +LQ10X010870 Putative 50S ribosomal protein L9 11.57314091 C6_chemical_C3 +LQ10X010870 Putative 50S ribosomal protein L9 12.33108448 L4_control_A1 +LQ10X010870 Putative 50S ribosomal protein L9 12.65384878 L4_control_A2 +LQ10X010870 Putative 50S ribosomal protein L9 12.55885818 L4_control_A3 +LQ10X010870 Putative 50S ribosomal protein L9 11.08332213 L4_control_B1 +LQ10X010870 Putative 50S ribosomal protein L9 11.48572164 L4_control_B2 +LQ10X010870 Putative 50S ribosomal protein L9 11.36043778 L4_control_B3 +LQ10X010870 Putative 50S ribosomal protein L9 11.99435107 L4_control_C2 +LQ10X010870 Putative 50S ribosomal protein L9 11.46355642 L4_control_C3 +LQ10X010870 Putative 50S ribosomal protein L9 11.80077192 L4_chemical_A1 +LQ10X010870 Putative 50S ribosomal protein L9 12.15022854 L4_chemical_A2 +LQ10X010870 Putative 50S ribosomal protein L9 11.99017939 L4_chemical_A3 +LQ10X010870 Putative 50S ribosomal protein L9 11.42310055 L4_chemical_B1 +LQ10X010870 Putative 50S ribosomal protein L9 11.65718149 L4_chemical_B2 +LQ10X010870 Putative 50S ribosomal protein L9 11.47238518 L4_chemical_B3 +LQ10X010870 Putative 50S ribosomal protein L9 11.90793933 L4_chemical_C2 +LQ10X010870 Putative 50S ribosomal protein L9 11.3299018 L4_chemical_C3 +LQ10X010900 Hypothetical protein 5.017660885 C6_control_A1 +LQ10X010900 Hypothetical protein 5.148477194 C6_control_A3 +LQ10X010900 Hypothetical protein 5.057368592 C6_control_B1 +LQ10X010900 Hypothetical protein 4.873711787 C6_control_B2 +LQ10X010900 Hypothetical protein 4.830879138 C6_control_B3 +LQ10X010900 Hypothetical protein 4.632415283 C6_control_C1 +LQ10X010900 Hypothetical protein 5.025632322 C6_control_C2 +LQ10X010900 Hypothetical protein 5.131362075 C6_control_C3 +LQ10X010900 Hypothetical protein 4.91295922 C6_chemical_A1 +LQ10X010900 Hypothetical protein 5.159880158 C6_chemical_A3 +LQ10X010900 Hypothetical protein 4.880270504 C6_chemical_B1 +LQ10X010900 Hypothetical protein 4.954094648 C6_chemical_B2 +LQ10X010900 Hypothetical protein 4.438495685 C6_chemical_B3 +LQ10X010900 Hypothetical protein 4.692867594 C6_chemical_C1 +LQ10X010900 Hypothetical protein 4.975869231 C6_chemical_C2 +LQ10X010900 Hypothetical protein 5.043287521 C6_chemical_C3 +LQ10X010900 Hypothetical protein 4.921417928 L4_control_A1 +LQ10X010900 Hypothetical protein 5.137087205 L4_control_A2 +LQ10X010900 Hypothetical protein 5.292166566 L4_control_A3 +LQ10X010900 Hypothetical protein 5.18075756 L4_control_B1 +LQ10X010900 Hypothetical protein 4.945477803 L4_control_B2 +LQ10X010900 Hypothetical protein 4.499893702 L4_control_B3 +LQ10X010900 Hypothetical protein 5.372122249 L4_control_C2 +LQ10X010900 Hypothetical protein 5.280268951 L4_control_C3 +LQ10X010900 Hypothetical protein 4.770888961 L4_chemical_A1 +LQ10X010900 Hypothetical protein 5.232975062 L4_chemical_A2 +LQ10X010900 Hypothetical protein 5.432896134 L4_chemical_A3 +LQ10X010900 Hypothetical protein 4.690977494 L4_chemical_B1 +LQ10X010900 Hypothetical protein 4.877594846 L4_chemical_B2 +LQ10X010900 Hypothetical protein 4.757678413 L4_chemical_B3 +LQ10X010900 Hypothetical protein 5.435265377 L4_chemical_C2 +LQ10X010900 Hypothetical protein 4.899614589 L4_chemical_C3 +LQ10X010950 Diphosphomevalonate decarboxylase 12.05422384 C6_control_A1 +LQ10X010950 Diphosphomevalonate decarboxylase 12.08573486 C6_control_A3 +LQ10X010950 Diphosphomevalonate decarboxylase 11.94175792 C6_control_B1 +LQ10X010950 Diphosphomevalonate decarboxylase 11.49725494 C6_control_B2 +LQ10X010950 Diphosphomevalonate decarboxylase 11.72327995 C6_control_B3 +LQ10X010950 Diphosphomevalonate decarboxylase 11.35521178 C6_control_C1 +LQ10X010950 Diphosphomevalonate decarboxylase 11.14253065 C6_control_C2 +LQ10X010950 Diphosphomevalonate decarboxylase 10.92838861 C6_control_C3 +LQ10X010950 Diphosphomevalonate decarboxylase 11.9259686 C6_chemical_A1 +LQ10X010950 Diphosphomevalonate decarboxylase 12.10779336 C6_chemical_A3 +LQ10X010950 Diphosphomevalonate decarboxylase 11.91095117 C6_chemical_B1 +LQ10X010950 Diphosphomevalonate decarboxylase 11.49346384 C6_chemical_B2 +LQ10X010950 Diphosphomevalonate decarboxylase 11.54144975 C6_chemical_B3 +LQ10X010950 Diphosphomevalonate decarboxylase 11.35797924 C6_chemical_C1 +LQ10X010950 Diphosphomevalonate decarboxylase 11.35299219 C6_chemical_C2 +LQ10X010950 Diphosphomevalonate decarboxylase 11.1188413 C6_chemical_C3 +LQ10X010950 Diphosphomevalonate decarboxylase 11.61230309 L4_control_A1 +LQ10X010950 Diphosphomevalonate decarboxylase 11.3657992 L4_control_A2 +LQ10X010950 Diphosphomevalonate decarboxylase 11.79224061 L4_control_A3 +LQ10X010950 Diphosphomevalonate decarboxylase 12.01263348 L4_control_B1 +LQ10X010950 Diphosphomevalonate decarboxylase 12.39219671 L4_control_B2 +LQ10X010950 Diphosphomevalonate decarboxylase 11.90118239 L4_control_B3 +LQ10X010950 Diphosphomevalonate decarboxylase 12.15311864 L4_control_C2 +LQ10X010950 Diphosphomevalonate decarboxylase 12.163303 L4_control_C3 +LQ10X010950 Diphosphomevalonate decarboxylase 11.98421872 L4_chemical_A1 +LQ10X010950 Diphosphomevalonate decarboxylase 11.49535658 L4_chemical_A2 +LQ10X010950 Diphosphomevalonate decarboxylase 11.65430153 L4_chemical_A3 +LQ10X010950 Diphosphomevalonate decarboxylase 12.06985416 L4_chemical_B1 +LQ10X010950 Diphosphomevalonate decarboxylase 11.79435675 L4_chemical_B2 +LQ10X010950 Diphosphomevalonate decarboxylase 11.89262313 L4_chemical_B3 +LQ10X010950 Diphosphomevalonate decarboxylase 12.13776065 L4_chemical_C2 +LQ10X010950 Diphosphomevalonate decarboxylase 12.06029627 L4_chemical_C3 +LQ10X011200 Predicted protein 11.24527868 C6_control_A1 +LQ10X011200 Predicted protein 11.04782492 C6_control_A3 +LQ10X011200 Predicted protein 11.09989195 C6_control_B1 +LQ10X011200 Predicted protein 10.47061155 C6_control_B2 +LQ10X011200 Predicted protein 10.73584157 C6_control_B3 +LQ10X011200 Predicted protein 11.02797783 C6_control_C1 +LQ10X011200 Predicted protein 10.41192271 C6_control_C2 +LQ10X011200 Predicted protein 10.30579487 C6_control_C3 +LQ10X011200 Predicted protein 11.21604793 C6_chemical_A1 +LQ10X011200 Predicted protein 11.03539709 C6_chemical_A3 +LQ10X011200 Predicted protein 11.11804141 C6_chemical_B1 +LQ10X011200 Predicted protein 10.45782157 C6_chemical_B2 +LQ10X011200 Predicted protein 10.53704605 C6_chemical_B3 +LQ10X011200 Predicted protein 10.87537241 C6_chemical_C1 +LQ10X011200 Predicted protein 10.44262713 C6_chemical_C2 +LQ10X011200 Predicted protein 10.27803908 C6_chemical_C3 +LQ10X011200 Predicted protein 11.89166657 L4_control_A1 +LQ10X011200 Predicted protein 11.6903949 L4_control_A2 +LQ10X011200 Predicted protein 12.16068807 L4_control_A3 +LQ10X011200 Predicted protein 11.32699372 L4_control_B1 +LQ10X011200 Predicted protein 11.50856906 L4_control_B2 +LQ10X011200 Predicted protein 10.81249948 L4_control_B3 +LQ10X011200 Predicted protein 10.96421869 L4_control_C2 +LQ10X011200 Predicted protein 11.15712344 L4_control_C3 +LQ10X011200 Predicted protein 11.45378335 L4_chemical_A1 +LQ10X011200 Predicted protein 11.62273062 L4_chemical_A2 +LQ10X011200 Predicted protein 11.95114171 L4_chemical_A3 +LQ10X011200 Predicted protein 11.44638078 L4_chemical_B1 +LQ10X011200 Predicted protein 11.26054948 L4_chemical_B2 +LQ10X011200 Predicted protein 11.03304849 L4_chemical_B3 +LQ10X011200 Predicted protein 11.14834928 L4_chemical_C2 +LQ10X011200 Predicted protein 11.13904092 L4_chemical_C3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.60903771 C6_control_A1 +LQ10X011290 26S protease regulatory subunit 6B homolog 13.00794656 C6_control_A3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.63566622 C6_control_B1 +LQ10X011290 26S protease regulatory subunit 6B homolog 11.90139733 C6_control_B2 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.48051247 C6_control_B3 +LQ10X011290 26S protease regulatory subunit 6B homolog 11.81938348 C6_control_C1 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.05272797 C6_control_C2 +LQ10X011290 26S protease regulatory subunit 6B homolog 11.66147274 C6_control_C3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.43275576 C6_chemical_A1 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.57295837 C6_chemical_A3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.76654822 C6_chemical_B1 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.13128474 C6_chemical_B2 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.35636814 C6_chemical_B3 +LQ10X011290 26S protease regulatory subunit 6B homolog 11.71467979 C6_chemical_C1 +LQ10X011290 26S protease regulatory subunit 6B homolog 11.82527476 C6_chemical_C2 +LQ10X011290 26S protease regulatory subunit 6B homolog 11.41945595 C6_chemical_C3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.79150785 L4_control_A1 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.37580817 L4_control_A2 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.70490633 L4_control_A3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.62720344 L4_control_B1 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.87002453 L4_control_B2 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.42204624 L4_control_B3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.74778801 L4_control_C2 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.6186633 L4_control_C3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.46670688 L4_chemical_A1 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.23951103 L4_chemical_A2 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.50043224 L4_chemical_A3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.55709832 L4_chemical_B1 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.59303801 L4_chemical_B2 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.57247045 L4_chemical_B3 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.79201033 L4_chemical_C2 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.44777804 L4_chemical_C3 +LQ10X011440 Predicted protein 12.43606292 C6_control_A1 +LQ10X011440 Predicted protein 12.04158021 C6_control_A3 +LQ10X011440 Predicted protein 12.30375963 C6_control_B1 +LQ10X011440 Predicted protein 12.40549386 C6_control_B2 +LQ10X011440 Predicted protein 12.24999815 C6_control_B3 +LQ10X011440 Predicted protein 12.09523468 C6_control_C1 +LQ10X011440 Predicted protein 12.27345676 C6_control_C2 +LQ10X011440 Predicted protein 12.64901545 C6_control_C3 +LQ10X011440 Predicted protein 12.57110361 C6_chemical_A1 +LQ10X011440 Predicted protein 12.21325047 C6_chemical_A3 +LQ10X011440 Predicted protein 12.3443071 C6_chemical_B1 +LQ10X011440 Predicted protein 12.36297983 C6_chemical_B2 +LQ10X011440 Predicted protein 12.47346416 C6_chemical_B3 +LQ10X011440 Predicted protein 11.76722859 C6_chemical_C1 +LQ10X011440 Predicted protein 12.12976387 C6_chemical_C2 +LQ10X011440 Predicted protein 11.76627908 C6_chemical_C3 +LQ10X011440 Predicted protein 12.38252798 L4_control_A1 +LQ10X011440 Predicted protein 12.53594993 L4_control_A2 +LQ10X011440 Predicted protein 12.63095699 L4_control_A3 +LQ10X011440 Predicted protein 12.31086335 L4_control_B1 +LQ10X011440 Predicted protein 12.26928502 L4_control_B2 +LQ10X011440 Predicted protein 12.42155773 L4_control_B3 +LQ10X011440 Predicted protein 12.28586055 L4_control_C2 +LQ10X011440 Predicted protein 12.41871722 L4_control_C3 +LQ10X011440 Predicted protein 12.18915245 L4_chemical_A1 +LQ10X011440 Predicted protein 12.52695766 L4_chemical_A2 +LQ10X011440 Predicted protein 12.57234249 L4_chemical_A3 +LQ10X011440 Predicted protein 12.20540753 L4_chemical_B1 +LQ10X011440 Predicted protein 12.1316843 L4_chemical_B2 +LQ10X011440 Predicted protein 12.61942277 L4_chemical_B3 +LQ10X011440 Predicted protein 12.34009041 L4_chemical_C2 +LQ10X011440 Predicted protein 12.26441707 L4_chemical_C3 +LQ10X011460 Cytochrome P450 77A3 13.51399647 C6_control_A1 +LQ10X011460 Cytochrome P450 77A3 12.40902367 C6_control_A3 +LQ10X011460 Cytochrome P450 77A3 15.02868043 C6_control_B1 +LQ10X011460 Cytochrome P450 77A3 14.95330241 C6_control_B2 +LQ10X011460 Cytochrome P450 77A3 15.46826191 C6_control_B3 +LQ10X011460 Cytochrome P450 77A3 9.832527242 C6_control_C1 +LQ10X011460 Cytochrome P450 77A3 9.998678141 C6_control_C2 +LQ10X011460 Cytochrome P450 77A3 10.77592747 C6_control_C3 +LQ10X011460 Cytochrome P450 77A3 12.91748606 C6_chemical_A1 +LQ10X011460 Cytochrome P450 77A3 12.13526949 C6_chemical_A3 +LQ10X011460 Cytochrome P450 77A3 15.2986374 C6_chemical_B1 +LQ10X011460 Cytochrome P450 77A3 14.42274592 C6_chemical_B2 +LQ10X011460 Cytochrome P450 77A3 15.01425891 C6_chemical_B3 +LQ10X011460 Cytochrome P450 77A3 8.935694059 C6_chemical_C1 +LQ10X011460 Cytochrome P450 77A3 8.875727155 C6_chemical_C2 +LQ10X011460 Cytochrome P450 77A3 10.13201504 C6_chemical_C3 +LQ10X011460 Cytochrome P450 77A3 12.84300026 L4_control_A1 +LQ10X011460 Cytochrome P450 77A3 13.54841799 L4_control_A2 +LQ10X011460 Cytochrome P450 77A3 12.96453155 L4_control_A3 +LQ10X011460 Cytochrome P450 77A3 15.38004512 L4_control_B1 +LQ10X011460 Cytochrome P450 77A3 15.03553243 L4_control_B2 +LQ10X011460 Cytochrome P450 77A3 14.65278622 L4_control_B3 +LQ10X011460 Cytochrome P450 77A3 10.59790458 L4_control_C2 +LQ10X011460 Cytochrome P450 77A3 11.93274518 L4_control_C3 +LQ10X011460 Cytochrome P450 77A3 12.45675887 L4_chemical_A1 +LQ10X011460 Cytochrome P450 77A3 13.22607692 L4_chemical_A2 +LQ10X011460 Cytochrome P450 77A3 12.84580809 L4_chemical_A3 +LQ10X011460 Cytochrome P450 77A3 14.82102314 L4_chemical_B1 +LQ10X011460 Cytochrome P450 77A3 14.67755177 L4_chemical_B2 +LQ10X011460 Cytochrome P450 77A3 15.03416396 L4_chemical_B3 +LQ10X011460 Cytochrome P450 77A3 10.95497431 L4_chemical_C2 +LQ10X011460 Cytochrome P450 77A3 11.7823211 L4_chemical_C3 +LQ10X011780 Putative uncharacterized protein 4.703512291 C6_control_A1 +LQ10X011780 Putative uncharacterized protein 4.88784302 C6_control_A3 +LQ10X011780 Putative uncharacterized protein 4.880694547 C6_control_B1 +LQ10X011780 Putative uncharacterized protein 4.826075939 C6_control_B2 +LQ10X011780 Putative uncharacterized protein 4.881664102 C6_control_B3 +LQ10X011780 Putative uncharacterized protein 4.639697203 C6_control_C1 +LQ10X011780 Putative uncharacterized protein 4.784952277 C6_control_C2 +LQ10X011780 Putative uncharacterized protein 4.773235318 C6_control_C3 +LQ10X011780 Putative uncharacterized protein 4.62527202 C6_chemical_A1 +LQ10X011780 Putative uncharacterized protein 4.914994805 C6_chemical_A3 +LQ10X011780 Putative uncharacterized protein 5.312017855 C6_chemical_B1 +LQ10X011780 Putative uncharacterized protein 4.702531385 C6_chemical_B2 +LQ10X011780 Putative uncharacterized protein 4.808350265 C6_chemical_B3 +LQ10X011780 Putative uncharacterized protein 4.898745906 C6_chemical_C1 +LQ10X011780 Putative uncharacterized protein 4.700162332 C6_chemical_C2 +LQ10X011780 Putative uncharacterized protein 4.881837344 C6_chemical_C3 +LQ10X011780 Putative uncharacterized protein 4.753313827 L4_control_A1 +LQ10X011780 Putative uncharacterized protein 4.7291989 L4_control_A2 +LQ10X011780 Putative uncharacterized protein 4.839749981 L4_control_A3 +LQ10X011780 Putative uncharacterized protein 5.533596932 L4_control_B1 +LQ10X011780 Putative uncharacterized protein 5.179533603 L4_control_B2 +LQ10X011780 Putative uncharacterized protein 4.742905549 L4_control_B3 +LQ10X011780 Putative uncharacterized protein 4.916433978 L4_control_C2 +LQ10X011780 Putative uncharacterized protein 5.386281247 L4_control_C3 +LQ10X011780 Putative uncharacterized protein 4.773409759 L4_chemical_A1 +LQ10X011780 Putative uncharacterized protein 4.760414431 L4_chemical_A2 +LQ10X011780 Putative uncharacterized protein 5.529100023 L4_chemical_A3 +LQ10X011780 Putative uncharacterized protein 4.851971999 L4_chemical_B1 +LQ10X011780 Putative uncharacterized protein 5.174439794 L4_chemical_B2 +LQ10X011780 Putative uncharacterized protein 4.572906239 L4_chemical_B3 +LQ10X011780 Putative uncharacterized protein 5.297293797 L4_chemical_C2 +LQ10X011780 Putative uncharacterized protein 5.233759283 L4_chemical_C3 +LQ10X011790 DnaJ protein homolog 11.55412397 C6_control_A1 +LQ10X011790 DnaJ protein homolog 11.789398 C6_control_A3 +LQ10X011790 DnaJ protein homolog 11.21670285 C6_control_B1 +LQ10X011790 DnaJ protein homolog 10.62326792 C6_control_B2 +LQ10X011790 DnaJ protein homolog 11.25458542 C6_control_B3 +LQ10X011790 DnaJ protein homolog 11.0821798 C6_control_C1 +LQ10X011790 DnaJ protein homolog 11.51700356 C6_control_C2 +LQ10X011790 DnaJ protein homolog 11.29726313 C6_control_C3 +LQ10X011790 DnaJ protein homolog 12.32921675 C6_chemical_A1 +LQ10X011790 DnaJ protein homolog 11.57089782 C6_chemical_A3 +LQ10X011790 DnaJ protein homolog 11.89428779 C6_chemical_B1 +LQ10X011790 DnaJ protein homolog 11.15181914 C6_chemical_B2 +LQ10X011790 DnaJ protein homolog 11.71731535 C6_chemical_B3 +LQ10X011790 DnaJ protein homolog 11.40514956 C6_chemical_C1 +LQ10X011790 DnaJ protein homolog 11.45497167 C6_chemical_C2 +LQ10X011790 DnaJ protein homolog 11.69834812 C6_chemical_C3 +LQ10X011790 DnaJ protein homolog 11.53839528 L4_control_A1 +LQ10X011790 DnaJ protein homolog 11.1462629 L4_control_A2 +LQ10X011790 DnaJ protein homolog 12.09125406 L4_control_A3 +LQ10X011790 DnaJ protein homolog 11.10058418 L4_control_B1 +LQ10X011790 DnaJ protein homolog 11.44516881 L4_control_B2 +LQ10X011790 DnaJ protein homolog 11.34752563 L4_control_B3 +LQ10X011790 DnaJ protein homolog 12.6398072 L4_control_C2 +LQ10X011790 DnaJ protein homolog 12.42605211 L4_control_C3 +LQ10X011790 DnaJ protein homolog 11.8178508 L4_chemical_A1 +LQ10X011790 DnaJ protein homolog 11.58947053 L4_chemical_A2 +LQ10X011790 DnaJ protein homolog 12.12230886 L4_chemical_A3 +LQ10X011790 DnaJ protein homolog 11.47284735 L4_chemical_B1 +LQ10X011790 DnaJ protein homolog 11.59632189 L4_chemical_B2 +LQ10X011790 DnaJ protein homolog 11.52765343 L4_chemical_B3 +LQ10X011790 DnaJ protein homolog 12.54372221 L4_chemical_C2 +LQ10X011790 DnaJ protein homolog 12.25954697 L4_chemical_C3 +LQ10X011800 Predicted protein 4.755789635 C6_control_A1 +LQ10X011800 Predicted protein 5.058805188 C6_control_A3 +LQ10X011800 Predicted protein 4.782078009 C6_control_B1 +LQ10X011800 Predicted protein 4.98076807 C6_control_B2 +LQ10X011800 Predicted protein 4.947722452 C6_control_B3 +LQ10X011800 Predicted protein 5.118916361 C6_control_C1 +LQ10X011800 Predicted protein 4.686346112 C6_control_C2 +LQ10X011800 Predicted protein 5.745685002 C6_control_C3 +LQ10X011800 Predicted protein 4.95398757 C6_chemical_A1 +LQ10X011800 Predicted protein 4.900329084 C6_chemical_A3 +LQ10X011800 Predicted protein 4.80074919 C6_chemical_B1 +LQ10X011800 Predicted protein 4.811947625 C6_chemical_B2 +LQ10X011800 Predicted protein 4.907132867 C6_chemical_B3 +LQ10X011800 Predicted protein 5.187404655 C6_chemical_C1 +LQ10X011800 Predicted protein 5.00934799 C6_chemical_C2 +LQ10X011800 Predicted protein 4.846963238 C6_chemical_C3 +LQ10X011800 Predicted protein 4.542292224 L4_control_A1 +LQ10X011800 Predicted protein 5.210043084 L4_control_A2 +LQ10X011800 Predicted protein 5.12292782 L4_control_A3 +LQ10X011800 Predicted protein 5.078851416 L4_control_B1 +LQ10X011800 Predicted protein 5.01593234 L4_control_B2 +LQ10X011800 Predicted protein 4.837603006 L4_control_B3 +LQ10X011800 Predicted protein 4.890907877 L4_control_C2 +LQ10X011800 Predicted protein 4.839362697 L4_control_C3 +LQ10X011800 Predicted protein 4.986344969 L4_chemical_A1 +LQ10X011800 Predicted protein 4.98573965 L4_chemical_A2 +LQ10X011800 Predicted protein 4.913457333 L4_chemical_A3 +LQ10X011800 Predicted protein 5.171379719 L4_chemical_B1 +LQ10X011800 Predicted protein 5.308915629 L4_chemical_B2 +LQ10X011800 Predicted protein 4.708719266 L4_chemical_B3 +LQ10X011800 Predicted protein 5.477225026 L4_chemical_C2 +LQ10X011800 Predicted protein 5.183319445 L4_chemical_C3 +LQ10X011870 Putative Charged multivesicular body protein 5 6.328126124 C6_control_A1 +LQ10X011870 Putative Charged multivesicular body protein 5 7.090037304 C6_control_A3 +LQ10X011870 Putative Charged multivesicular body protein 5 6.801643318 C6_control_B1 +LQ10X011870 Putative Charged multivesicular body protein 5 6.248777729 C6_control_B2 +LQ10X011870 Putative Charged multivesicular body protein 5 6.574261374 C6_control_B3 +LQ10X011870 Putative Charged multivesicular body protein 5 5.544837287 C6_control_C1 +LQ10X011870 Putative Charged multivesicular body protein 5 6.661120087 C6_control_C2 +LQ10X011870 Putative Charged multivesicular body protein 5 5.514429093 C6_control_C3 +LQ10X011870 Putative Charged multivesicular body protein 5 6.04945777 C6_chemical_A1 +LQ10X011870 Putative Charged multivesicular body protein 5 6.367802627 C6_chemical_A3 +LQ10X011870 Putative Charged multivesicular body protein 5 5.672645924 C6_chemical_B1 +LQ10X011870 Putative Charged multivesicular body protein 5 6.238273828 C6_chemical_B2 +LQ10X011870 Putative Charged multivesicular body protein 5 6.035308066 C6_chemical_B3 +LQ10X011870 Putative Charged multivesicular body protein 5 5.574583141 C6_chemical_C1 +LQ10X011870 Putative Charged multivesicular body protein 5 5.849587257 C6_chemical_C2 +LQ10X011870 Putative Charged multivesicular body protein 5 5.658917778 C6_chemical_C3 +LQ10X011870 Putative Charged multivesicular body protein 5 5.960266956 L4_control_A1 +LQ10X011870 Putative Charged multivesicular body protein 5 6.298364141 L4_control_A2 +LQ10X011870 Putative Charged multivesicular body protein 5 6.122300839 L4_control_A3 +LQ10X011870 Putative Charged multivesicular body protein 5 5.682545876 L4_control_B1 +LQ10X011870 Putative Charged multivesicular body protein 5 6.533744464 L4_control_B2 +LQ10X011870 Putative Charged multivesicular body protein 5 6.495386203 L4_control_B3 +LQ10X011870 Putative Charged multivesicular body protein 5 5.780062813 L4_control_C2 +LQ10X011870 Putative Charged multivesicular body protein 5 5.680777155 L4_control_C3 +LQ10X011870 Putative Charged multivesicular body protein 5 5.970704499 L4_chemical_A1 +LQ10X011870 Putative Charged multivesicular body protein 5 5.92398432 L4_chemical_A2 +LQ10X011870 Putative Charged multivesicular body protein 5 5.889771629 L4_chemical_A3 +LQ10X011870 Putative Charged multivesicular body protein 5 6.269391251 L4_chemical_B1 +LQ10X011870 Putative Charged multivesicular body protein 5 6.825083741 L4_chemical_B2 +LQ10X011870 Putative Charged multivesicular body protein 5 6.32743932 L4_chemical_B3 +LQ10X011870 Putative Charged multivesicular body protein 5 5.341598925 L4_chemical_C2 +LQ10X011870 Putative Charged multivesicular body protein 5 6.301169679 L4_chemical_C3 +LQ10X011980 Putative Exocyst complex component 7 11.98043485 C6_control_A1 +LQ10X011980 Putative Exocyst complex component 7 12.31666382 C6_control_A3 +LQ10X011980 Putative Exocyst complex component 7 12.27327337 C6_control_B1 +LQ10X011980 Putative Exocyst complex component 7 12.04485074 C6_control_B2 +LQ10X011980 Putative Exocyst complex component 7 12.1679037 C6_control_B3 +LQ10X011980 Putative Exocyst complex component 7 12.44893556 C6_control_C1 +LQ10X011980 Putative Exocyst complex component 7 12.28136229 C6_control_C2 +LQ10X011980 Putative Exocyst complex component 7 12.39750221 C6_control_C3 +LQ10X011980 Putative Exocyst complex component 7 12.03176152 C6_chemical_A1 +LQ10X011980 Putative Exocyst complex component 7 12.0441877 C6_chemical_A3 +LQ10X011980 Putative Exocyst complex component 7 12.25685841 C6_chemical_B1 +LQ10X011980 Putative Exocyst complex component 7 12.13183395 C6_chemical_B2 +LQ10X011980 Putative Exocyst complex component 7 12.2600773 C6_chemical_B3 +LQ10X011980 Putative Exocyst complex component 7 12.39488426 C6_chemical_C1 +LQ10X011980 Putative Exocyst complex component 7 12.20515515 C6_chemical_C2 +LQ10X011980 Putative Exocyst complex component 7 11.98933286 C6_chemical_C3 +LQ10X011980 Putative Exocyst complex component 7 11.82428141 L4_control_A1 +LQ10X011980 Putative Exocyst complex component 7 11.65053005 L4_control_A2 +LQ10X011980 Putative Exocyst complex component 7 10.53162992 L4_control_A3 +LQ10X011980 Putative Exocyst complex component 7 11.98053904 L4_control_B1 +LQ10X011980 Putative Exocyst complex component 7 11.56984488 L4_control_B2 +LQ10X011980 Putative Exocyst complex component 7 12.03463879 L4_control_B3 +LQ10X011980 Putative Exocyst complex component 7 11.71241433 L4_control_C2 +LQ10X011980 Putative Exocyst complex component 7 11.37070734 L4_control_C3 +LQ10X011980 Putative Exocyst complex component 7 11.67689998 L4_chemical_A1 +LQ10X011980 Putative Exocyst complex component 7 11.34712871 L4_chemical_A2 +LQ10X011980 Putative Exocyst complex component 7 10.7046452 L4_chemical_A3 +LQ10X011980 Putative Exocyst complex component 7 12.12765965 L4_chemical_B1 +LQ10X011980 Putative Exocyst complex component 7 11.29649154 L4_chemical_B2 +LQ10X011980 Putative Exocyst complex component 7 12.14227934 L4_chemical_B3 +LQ10X011980 Putative Exocyst complex component 7 11.2554088 L4_chemical_C2 +LQ10X011980 Putative Exocyst complex component 7 11.43495307 L4_chemical_C3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.446051336 C6_control_A1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.244402358 C6_control_A3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.320105414 C6_control_B1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.838166566 C6_control_B2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.466387265 C6_control_B3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.415154624 C6_control_C1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 4.964500521 C6_control_C2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.320535597 C6_control_C3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.930087075 C6_chemical_A1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.385217371 C6_chemical_A3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.608564815 C6_chemical_B1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.275492858 C6_chemical_B2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.300820313 C6_chemical_B3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.145452942 C6_chemical_C1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.0426776 C6_chemical_C2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.143982377 C6_chemical_C3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.372126882 L4_control_A1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.201424858 L4_control_A2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.677625183 L4_control_A3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 8.345434329 L4_control_B1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.875487725 L4_control_B2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.327904526 L4_control_B3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.989985291 L4_control_C2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 7.336594923 L4_control_C3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.102785169 L4_chemical_A1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.562990813 L4_chemical_A2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 7.364645369 L4_chemical_A3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.273975903 L4_chemical_B1 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.50746546 L4_chemical_B2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.10569899 L4_chemical_B3 +LQ10X012040 Nudix hydrolase 26, chloroplastic 7.04365902 L4_chemical_C2 +LQ10X012040 Nudix hydrolase 26, chloroplastic 6.961230297 L4_chemical_C3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.361365861 C6_control_A1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 6.530358051 C6_control_A3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 4.981938874 C6_control_B1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.362060345 C6_control_B2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 4.825343146 C6_control_B3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.089278785 C6_control_C1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 6.454835288 C6_control_C2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.307818942 C6_control_C3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.200451124 C6_chemical_A1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.521573525 C6_chemical_A3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.091408532 C6_chemical_B1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.261313153 C6_chemical_B2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 4.644077777 C6_chemical_B3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.531010378 C6_chemical_C1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.433925552 C6_chemical_C2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.027838985 C6_chemical_C3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.129492502 L4_control_A1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.289000523 L4_control_A2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.354522022 L4_control_A3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.860088017 L4_control_B1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 6.212813218 L4_control_B2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 4.81258573 L4_control_B3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.133700423 L4_control_C2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.252844574 L4_control_C3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.201460289 L4_chemical_A1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.19184534 L4_chemical_A2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.579969997 L4_chemical_A3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.138423912 L4_chemical_B1 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.405689986 L4_chemical_B2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 4.899971943 L4_chemical_B3 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.267388752 L4_chemical_C2 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.798945841 L4_chemical_C3 +LQ10X012190 Uricase-2 isozyme 1 14.10156046 C6_control_A1 +LQ10X012190 Uricase-2 isozyme 1 13.66310989 C6_control_A3 +LQ10X012190 Uricase-2 isozyme 1 13.45588245 C6_control_B1 +LQ10X012190 Uricase-2 isozyme 1 14.05485003 C6_control_B2 +LQ10X012190 Uricase-2 isozyme 1 13.9937765 C6_control_B3 +LQ10X012190 Uricase-2 isozyme 1 13.71792854 C6_control_C1 +LQ10X012190 Uricase-2 isozyme 1 13.96424679 C6_control_C2 +LQ10X012190 Uricase-2 isozyme 1 13.61485681 C6_control_C3 +LQ10X012190 Uricase-2 isozyme 1 14.0449737 C6_chemical_A1 +LQ10X012190 Uricase-2 isozyme 1 13.36302123 C6_chemical_A3 +LQ10X012190 Uricase-2 isozyme 1 13.47166794 C6_chemical_B1 +LQ10X012190 Uricase-2 isozyme 1 14.17551644 C6_chemical_B2 +LQ10X012190 Uricase-2 isozyme 1 14.04656157 C6_chemical_B3 +LQ10X012190 Uricase-2 isozyme 1 13.91198088 C6_chemical_C1 +LQ10X012190 Uricase-2 isozyme 1 13.59781091 C6_chemical_C2 +LQ10X012190 Uricase-2 isozyme 1 13.72418251 C6_chemical_C3 +LQ10X012190 Uricase-2 isozyme 1 13.58840308 L4_control_A1 +LQ10X012190 Uricase-2 isozyme 1 13.93980016 L4_control_A2 +LQ10X012190 Uricase-2 isozyme 1 13.78871661 L4_control_A3 +LQ10X012190 Uricase-2 isozyme 1 13.63677606 L4_control_B1 +LQ10X012190 Uricase-2 isozyme 1 13.41396136 L4_control_B2 +LQ10X012190 Uricase-2 isozyme 1 14.06087577 L4_control_B3 +LQ10X012190 Uricase-2 isozyme 1 12.89446579 L4_control_C2 +LQ10X012190 Uricase-2 isozyme 1 13.32742711 L4_control_C3 +LQ10X012190 Uricase-2 isozyme 1 14.47242312 L4_chemical_A1 +LQ10X012190 Uricase-2 isozyme 1 14.10644085 L4_chemical_A2 +LQ10X012190 Uricase-2 isozyme 1 14.18113616 L4_chemical_A3 +LQ10X012190 Uricase-2 isozyme 1 13.59835435 L4_chemical_B1 +LQ10X012190 Uricase-2 isozyme 1 13.45095989 L4_chemical_B2 +LQ10X012190 Uricase-2 isozyme 1 13.96271313 L4_chemical_B3 +LQ10X012190 Uricase-2 isozyme 1 12.99628145 L4_chemical_C2 +LQ10X012190 Uricase-2 isozyme 1 13.4134835 L4_chemical_C3 +LQ10X012330 Putative Predicted protein 5.4450151 C6_control_A1 +LQ10X012330 Putative Predicted protein 5.353063511 C6_control_A3 +LQ10X012330 Putative Predicted protein 4.997280826 C6_control_B1 +LQ10X012330 Putative Predicted protein 5.310920359 C6_control_B2 +LQ10X012330 Putative Predicted protein 5.442088091 C6_control_B3 +LQ10X012330 Putative Predicted protein 5.006515111 C6_control_C1 +LQ10X012330 Putative Predicted protein 5.957557004 C6_control_C2 +LQ10X012330 Putative Predicted protein 5.171305611 C6_control_C3 +LQ10X012330 Putative Predicted protein 5.226943919 C6_chemical_A1 +LQ10X012330 Putative Predicted protein 4.944474969 C6_chemical_A3 +LQ10X012330 Putative Predicted protein 5.25714846 C6_chemical_B1 +LQ10X012330 Putative Predicted protein 5.535038324 C6_chemical_B2 +LQ10X012330 Putative Predicted protein 5.528009941 C6_chemical_B3 +LQ10X012330 Putative Predicted protein 4.971532132 C6_chemical_C1 +LQ10X012330 Putative Predicted protein 5.414434218 C6_chemical_C2 +LQ10X012330 Putative Predicted protein 5.254403746 C6_chemical_C3 +LQ10X012330 Putative Predicted protein 5.085642643 L4_control_A1 +LQ10X012330 Putative Predicted protein 5.165720965 L4_control_A2 +LQ10X012330 Putative Predicted protein 4.905241655 L4_control_A3 +LQ10X012330 Putative Predicted protein 5.046200461 L4_control_B1 +LQ10X012330 Putative Predicted protein 4.988140711 L4_control_B2 +LQ10X012330 Putative Predicted protein 4.946669711 L4_control_B3 +LQ10X012330 Putative Predicted protein 5.661176488 L4_control_C2 +LQ10X012330 Putative Predicted protein 4.773212134 L4_control_C3 +LQ10X012330 Putative Predicted protein 5.01560201 L4_chemical_A1 +LQ10X012330 Putative Predicted protein 4.960537019 L4_chemical_A2 +LQ10X012330 Putative Predicted protein 5.580761425 L4_chemical_A3 +LQ10X012330 Putative Predicted protein 5.101888022 L4_chemical_B1 +LQ10X012330 Putative Predicted protein 5.39982205 L4_chemical_B2 +LQ10X012330 Putative Predicted protein 5.068057129 L4_chemical_B3 +LQ10X012330 Putative Predicted protein 4.910785442 L4_chemical_C2 +LQ10X012330 Putative Predicted protein 5.396123925 L4_chemical_C3 +LQ10X012350 Leng8 protein, putative 5.04031553 C6_control_A1 +LQ10X012350 Leng8 protein, putative 5.378260486 C6_control_A3 +LQ10X012350 Leng8 protein, putative 5.544552848 C6_control_B1 +LQ10X012350 Leng8 protein, putative 5.083612472 C6_control_B2 +LQ10X012350 Leng8 protein, putative 4.865341291 C6_control_B3 +LQ10X012350 Leng8 protein, putative 5.294139906 C6_control_C1 +LQ10X012350 Leng8 protein, putative 5.87827643 C6_control_C2 +LQ10X012350 Leng8 protein, putative 5.150461186 C6_control_C3 +LQ10X012350 Leng8 protein, putative 4.82947553 C6_chemical_A1 +LQ10X012350 Leng8 protein, putative 5.21095694 C6_chemical_A3 +LQ10X012350 Leng8 protein, putative 5.930769505 C6_chemical_B1 +LQ10X012350 Leng8 protein, putative 5.314037887 C6_chemical_B2 +LQ10X012350 Leng8 protein, putative 4.936523601 C6_chemical_B3 +LQ10X012350 Leng8 protein, putative 5.461617932 C6_chemical_C1 +LQ10X012350 Leng8 protein, putative 5.39406507 C6_chemical_C2 +LQ10X012350 Leng8 protein, putative 5.338555369 C6_chemical_C3 +LQ10X012350 Leng8 protein, putative 5.667581242 L4_control_A1 +LQ10X012350 Leng8 protein, putative 5.159453153 L4_control_A2 +LQ10X012350 Leng8 protein, putative 4.989320605 L4_control_A3 +LQ10X012350 Leng8 protein, putative 5.030148699 L4_control_B1 +LQ10X012350 Leng8 protein, putative 5.060385147 L4_control_B2 +LQ10X012350 Leng8 protein, putative 5.358693631 L4_control_B3 +LQ10X012350 Leng8 protein, putative 5.376145072 L4_control_C2 +LQ10X012350 Leng8 protein, putative 4.841448429 L4_control_C3 +LQ10X012350 Leng8 protein, putative 5.202924203 L4_chemical_A1 +LQ10X012350 Leng8 protein, putative 4.668988866 L4_chemical_A2 +LQ10X012350 Leng8 protein, putative 4.825830383 L4_chemical_A3 +LQ10X012350 Leng8 protein, putative 5.297038421 L4_chemical_B1 +LQ10X012350 Leng8 protein, putative 4.682540696 L4_chemical_B2 +LQ10X012350 Leng8 protein, putative 4.981608905 L4_chemical_B3 +LQ10X012350 Leng8 protein, putative 5.250377591 L4_chemical_C2 +LQ10X012350 Leng8 protein, putative 5.250160499 L4_chemical_C3 +LQ10X012360 Putative uncharacterized protein 5.649471196 C6_control_A1 +LQ10X012360 Putative uncharacterized protein 4.967938158 C6_control_A3 +LQ10X012360 Putative uncharacterized protein 5.871839717 C6_control_B1 +LQ10X012360 Putative uncharacterized protein 5.263781556 C6_control_B2 +LQ10X012360 Putative uncharacterized protein 5.640018059 C6_control_B3 +LQ10X012360 Putative uncharacterized protein 5.294009908 C6_control_C1 +LQ10X012360 Putative uncharacterized protein 5.574011318 C6_control_C2 +LQ10X012360 Putative uncharacterized protein 5.233232462 C6_control_C3 +LQ10X012360 Putative uncharacterized protein 5.623907566 C6_chemical_A1 +LQ10X012360 Putative uncharacterized protein 5.286114311 C6_chemical_A3 +LQ10X012360 Putative uncharacterized protein 5.559277325 C6_chemical_B1 +LQ10X012360 Putative uncharacterized protein 5.398221596 C6_chemical_B2 +LQ10X012360 Putative uncharacterized protein 5.119364465 C6_chemical_B3 +LQ10X012360 Putative uncharacterized protein 5.408504233 C6_chemical_C1 +LQ10X012360 Putative uncharacterized protein 5.339850304 C6_chemical_C2 +LQ10X012360 Putative uncharacterized protein 5.380297658 C6_chemical_C3 +LQ10X012360 Putative uncharacterized protein 5.40727115 L4_control_A1 +LQ10X012360 Putative uncharacterized protein 5.188372539 L4_control_A2 +LQ10X012360 Putative uncharacterized protein 5.501669859 L4_control_A3 +LQ10X012360 Putative uncharacterized protein 5.695924162 L4_control_B1 +LQ10X012360 Putative uncharacterized protein 6.360609307 L4_control_B2 +LQ10X012360 Putative uncharacterized protein 5.570208632 L4_control_B3 +LQ10X012360 Putative uncharacterized protein 6.426323083 L4_control_C2 +LQ10X012360 Putative uncharacterized protein 6.391175144 L4_control_C3 +LQ10X012360 Putative uncharacterized protein 5.528999503 L4_chemical_A1 +LQ10X012360 Putative uncharacterized protein 5.485337247 L4_chemical_A2 +LQ10X012360 Putative uncharacterized protein 5.646870021 L4_chemical_A3 +LQ10X012360 Putative uncharacterized protein 5.900795656 L4_chemical_B1 +LQ10X012360 Putative uncharacterized protein 5.935141391 L4_chemical_B2 +LQ10X012360 Putative uncharacterized protein 5.597553571 L4_chemical_B3 +LQ10X012360 Putative uncharacterized protein 5.791013991 L4_chemical_C2 +LQ10X012360 Putative uncharacterized protein 5.66208385 L4_chemical_C3 +LQ10X012380 Hypothetical protein 5.253322319 C6_control_A1 +LQ10X012380 Hypothetical protein 5.214810817 C6_control_A3 +LQ10X012380 Hypothetical protein 5.265514359 C6_control_B1 +LQ10X012380 Hypothetical protein 5.579156528 C6_control_B2 +LQ10X012380 Hypothetical protein 5.256088449 C6_control_B3 +LQ10X012380 Hypothetical protein 7.023349713 C6_control_C1 +LQ10X012380 Hypothetical protein 6.052370866 C6_control_C2 +LQ10X012380 Hypothetical protein 6.393383862 C6_control_C3 +LQ10X012380 Hypothetical protein 5.064882205 C6_chemical_A1 +LQ10X012380 Hypothetical protein 5.310345986 C6_chemical_A3 +LQ10X012380 Hypothetical protein 5.348521834 C6_chemical_B1 +LQ10X012380 Hypothetical protein 6.213371423 C6_chemical_B2 +LQ10X012380 Hypothetical protein 5.987211639 C6_chemical_B3 +LQ10X012380 Hypothetical protein 6.150084875 C6_chemical_C1 +LQ10X012380 Hypothetical protein 7.149463513 C6_chemical_C2 +LQ10X012380 Hypothetical protein 8.663240776 C6_chemical_C3 +LQ10X012380 Hypothetical protein 5.251682871 L4_control_A1 +LQ10X012380 Hypothetical protein 5.508759236 L4_control_A2 +LQ10X012380 Hypothetical protein 5.527657233 L4_control_A3 +LQ10X012380 Hypothetical protein 5.828161945 L4_control_B1 +LQ10X012380 Hypothetical protein 5.648286907 L4_control_B2 +LQ10X012380 Hypothetical protein 4.999710027 L4_control_B3 +LQ10X012380 Hypothetical protein 7.441867128 L4_control_C2 +LQ10X012380 Hypothetical protein 5.133130927 L4_control_C3 +LQ10X012380 Hypothetical protein 4.980488596 L4_chemical_A1 +LQ10X012380 Hypothetical protein 4.969573176 L4_chemical_A2 +LQ10X012380 Hypothetical protein 5.42092948 L4_chemical_A3 +LQ10X012380 Hypothetical protein 5.712295328 L4_chemical_B1 +LQ10X012380 Hypothetical protein 5.929918505 L4_chemical_B2 +LQ10X012380 Hypothetical protein 5.29290714 L4_chemical_B3 +LQ10X012380 Hypothetical protein 4.957104717 L4_chemical_C2 +LQ10X012380 Hypothetical protein 5.283148481 L4_chemical_C3 +LQ10X012390 Hypothetical protein 11.62247422 C6_control_A1 +LQ10X012390 Hypothetical protein 13.71735086 C6_control_A3 +LQ10X012390 Hypothetical protein 9.453192515 C6_control_B1 +LQ10X012390 Hypothetical protein 9.178720432 C6_control_B2 +LQ10X012390 Hypothetical protein 9.903525956 C6_control_B3 +LQ10X012390 Hypothetical protein 10.59571803 C6_control_C1 +LQ10X012390 Hypothetical protein 10.42208041 C6_control_C2 +LQ10X012390 Hypothetical protein 11.73452618 C6_control_C3 +LQ10X012390 Hypothetical protein 11.71926449 C6_chemical_A1 +LQ10X012390 Hypothetical protein 15.11345022 C6_chemical_A3 +LQ10X012390 Hypothetical protein 9.439149188 C6_chemical_B1 +LQ10X012390 Hypothetical protein 9.097068202 C6_chemical_B2 +LQ10X012390 Hypothetical protein 12.95738599 C6_chemical_B3 +LQ10X012390 Hypothetical protein 10.91590503 C6_chemical_C1 +LQ10X012390 Hypothetical protein 11.61062543 C6_chemical_C2 +LQ10X012390 Hypothetical protein 11.71447764 C6_chemical_C3 +LQ10X012390 Hypothetical protein 12.57028537 L4_control_A1 +LQ10X012390 Hypothetical protein 10.83626515 L4_control_A2 +LQ10X012390 Hypothetical protein 13.0967876 L4_control_A3 +LQ10X012390 Hypothetical protein 11.77799813 L4_control_B1 +LQ10X012390 Hypothetical protein 9.688430374 L4_control_B2 +LQ10X012390 Hypothetical protein 10.91742958 L4_control_B3 +LQ10X012390 Hypothetical protein 10.5653916 L4_control_C2 +LQ10X012390 Hypothetical protein 13.09367313 L4_control_C3 +LQ10X012390 Hypothetical protein 15.34810204 L4_chemical_A1 +LQ10X012390 Hypothetical protein 15.17902777 L4_chemical_A2 +LQ10X012390 Hypothetical protein 15.04712579 L4_chemical_A3 +LQ10X012390 Hypothetical protein 12.64925065 L4_chemical_B1 +LQ10X012390 Hypothetical protein 13.2994764 L4_chemical_B2 +LQ10X012390 Hypothetical protein 12.98399945 L4_chemical_B3 +LQ10X012390 Hypothetical protein 12.85625623 L4_chemical_C2 +LQ10X012390 Hypothetical protein 13.09104861 L4_chemical_C3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.20488676 C6_control_A1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.74063236 C6_control_A3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.0424759 C6_control_B1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.9720363 C6_control_B2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.94720368 C6_control_B3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.60728594 C6_control_C1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.3141959 C6_control_C2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.46262979 C6_control_C3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.1332683 C6_chemical_A1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.66434727 C6_chemical_A3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.83817704 C6_chemical_B1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.93226336 C6_chemical_B2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.74824381 C6_chemical_B3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.6253976 C6_chemical_C1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.27059653 C6_chemical_C2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.37006513 C6_chemical_C3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.10571959 L4_control_A1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.27211282 L4_control_A2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.19790664 L4_control_A3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.29364245 L4_control_B1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.59110201 L4_control_B2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.58022756 L4_control_B3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.9507631 L4_control_C2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.9427214 L4_control_C3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.76445812 L4_chemical_A1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.33602723 L4_chemical_A2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.09485128 L4_chemical_A3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.54581628 L4_chemical_B1 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.57122031 L4_chemical_B2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.44665982 L4_chemical_B3 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.03253139 L4_chemical_C2 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 10.95157853 L4_chemical_C3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.75061314 C6_control_A1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 9.999663813 C6_control_A3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.56011901 C6_control_B1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.49823666 C6_control_B2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.59060036 C6_control_B3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.5317545 C6_control_C1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.1826105 C6_control_C2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.11466273 C6_control_C3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.81540014 C6_chemical_A1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.31018458 C6_chemical_A3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.3412153 C6_chemical_B1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.57638192 C6_chemical_B2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.04640997 C6_chemical_B3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.50197847 C6_chemical_C1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.20480707 C6_chemical_C2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 9.910122506 C6_chemical_C3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.6948795 L4_control_A1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 11.1423154 L4_control_A2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 11.10266302 L4_control_A3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.74430583 L4_control_B1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.85419627 L4_control_B2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.67698012 L4_control_B3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.84282337 L4_control_C2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 9.991238974 L4_control_C3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.55924263 L4_chemical_A1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.89044928 L4_chemical_A2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.62880359 L4_chemical_A3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.30859743 L4_chemical_B1 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.62323558 L4_chemical_B2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.61973857 L4_chemical_B3 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.79373832 L4_chemical_C2 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.31869104 L4_chemical_C3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.137540279 C6_control_A1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.655024261 C6_control_A3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.041326548 C6_control_B1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.135509123 C6_control_B2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.265333553 C6_control_B3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.746474993 C6_control_C1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.939617833 C6_control_C2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.824526347 C6_control_C3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.823315086 C6_chemical_A1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.821403063 C6_chemical_A3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.173778387 C6_chemical_B1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.006813823 C6_chemical_B2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.592940518 C6_chemical_B3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.038183256 C6_chemical_C1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.979317936 C6_chemical_C2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.909299776 C6_chemical_C3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.791604517 L4_control_A1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.650849823 L4_control_A2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.68945043 L4_control_A3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.794623557 L4_control_B1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.980294244 L4_control_B2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.016085053 L4_control_B3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.827571212 L4_control_C2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 8.071711394 L4_control_C3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.823681209 L4_chemical_A1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.121940613 L4_chemical_A2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.667505539 L4_chemical_A3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.285921553 L4_chemical_B1 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.356568919 L4_chemical_B2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.575075698 L4_chemical_B3 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.42079617 L4_chemical_C2 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 5.843679757 L4_chemical_C3 +LQ10X012630 Hypothetical protein 7.188027011 C6_control_A1 +LQ10X012630 Hypothetical protein 6.596643973 C6_control_A3 +LQ10X012630 Hypothetical protein 6.767540918 C6_control_B1 +LQ10X012630 Hypothetical protein 6.446527082 C6_control_B2 +LQ10X012630 Hypothetical protein 6.478796068 C6_control_B3 +LQ10X012630 Hypothetical protein 6.634483408 C6_control_C1 +LQ10X012630 Hypothetical protein 6.598651651 C6_control_C2 +LQ10X012630 Hypothetical protein 6.602325304 C6_control_C3 +LQ10X012630 Hypothetical protein 6.747610409 C6_chemical_A1 +LQ10X012630 Hypothetical protein 6.625941727 C6_chemical_A3 +LQ10X012630 Hypothetical protein 6.524484153 C6_chemical_B1 +LQ10X012630 Hypothetical protein 6.649906225 C6_chemical_B2 +LQ10X012630 Hypothetical protein 6.641950956 C6_chemical_B3 +LQ10X012630 Hypothetical protein 6.906904264 C6_chemical_C1 +LQ10X012630 Hypothetical protein 6.789361372 C6_chemical_C2 +LQ10X012630 Hypothetical protein 6.840595737 C6_chemical_C3 +LQ10X012630 Hypothetical protein 6.882833613 L4_control_A1 +LQ10X012630 Hypothetical protein 6.745383212 L4_control_A2 +LQ10X012630 Hypothetical protein 7.724886854 L4_control_A3 +LQ10X012630 Hypothetical protein 6.921012048 L4_control_B1 +LQ10X012630 Hypothetical protein 6.968358795 L4_control_B2 +LQ10X012630 Hypothetical protein 6.509140485 L4_control_B3 +LQ10X012630 Hypothetical protein 7.010281098 L4_control_C2 +LQ10X012630 Hypothetical protein 7.607812029 L4_control_C3 +LQ10X012630 Hypothetical protein 6.787363567 L4_chemical_A1 +LQ10X012630 Hypothetical protein 6.852343817 L4_chemical_A2 +LQ10X012630 Hypothetical protein 6.239863135 L4_chemical_A3 +LQ10X012630 Hypothetical protein 7.285213907 L4_chemical_B1 +LQ10X012630 Hypothetical protein 6.503106465 L4_chemical_B2 +LQ10X012630 Hypothetical protein 6.357699605 L4_chemical_B3 +LQ10X012630 Hypothetical protein 7.155634073 L4_chemical_C2 +LQ10X012630 Hypothetical protein 6.570638433 L4_chemical_C3 +LQ10X012640 Putative uncharacterized protein 10.30104099 C6_control_A1 +LQ10X012640 Putative uncharacterized protein 11.24019994 C6_control_A3 +LQ10X012640 Putative uncharacterized protein 10.01710297 C6_control_B1 +LQ10X012640 Putative uncharacterized protein 9.467662152 C6_control_B2 +LQ10X012640 Putative uncharacterized protein 9.777308603 C6_control_B3 +LQ10X012640 Putative uncharacterized protein 8.769762624 C6_control_C1 +LQ10X012640 Putative uncharacterized protein 9.494814262 C6_control_C2 +LQ10X012640 Putative uncharacterized protein 8.137601832 C6_control_C3 +LQ10X012640 Putative uncharacterized protein 10.93426131 C6_chemical_A1 +LQ10X012640 Putative uncharacterized protein 11.31488953 C6_chemical_A3 +LQ10X012640 Putative uncharacterized protein 10.21284691 C6_chemical_B1 +LQ10X012640 Putative uncharacterized protein 9.910798305 C6_chemical_B2 +LQ10X012640 Putative uncharacterized protein 9.883377388 C6_chemical_B3 +LQ10X012640 Putative uncharacterized protein 9.057302833 C6_chemical_C1 +LQ10X012640 Putative uncharacterized protein 9.184510588 C6_chemical_C2 +LQ10X012640 Putative uncharacterized protein 8.237901637 C6_chemical_C3 +LQ10X012640 Putative uncharacterized protein 10.65722288 L4_control_A1 +LQ10X012640 Putative uncharacterized protein 11.11521198 L4_control_A2 +LQ10X012640 Putative uncharacterized protein 11.00442724 L4_control_A3 +LQ10X012640 Putative uncharacterized protein 9.961009269 L4_control_B1 +LQ10X012640 Putative uncharacterized protein 11.07020585 L4_control_B2 +LQ10X012640 Putative uncharacterized protein 9.396764476 L4_control_B3 +LQ10X012640 Putative uncharacterized protein 9.569247041 L4_control_C2 +LQ10X012640 Putative uncharacterized protein 8.815539359 L4_control_C3 +LQ10X012640 Putative uncharacterized protein 9.624439369 L4_chemical_A1 +LQ10X012640 Putative uncharacterized protein 10.62528138 L4_chemical_A2 +LQ10X012640 Putative uncharacterized protein 10.51829763 L4_chemical_A3 +LQ10X012640 Putative uncharacterized protein 10.22244612 L4_chemical_B1 +LQ10X012640 Putative uncharacterized protein 10.61639644 L4_chemical_B2 +LQ10X012640 Putative uncharacterized protein 10.05967565 L4_chemical_B3 +LQ10X012640 Putative uncharacterized protein 9.111464759 L4_chemical_C2 +LQ10X012640 Putative uncharacterized protein 9.058034628 L4_chemical_C3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.693670317 C6_control_A1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.125345505 C6_control_A3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.092923143 C6_control_B1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.156183249 C6_control_B2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.472788085 C6_control_B3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.046120489 C6_control_C1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.353535471 C6_control_C2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.12002995 C6_control_C3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.391472041 C6_chemical_A1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.917025473 C6_chemical_A3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.064782267 C6_chemical_B1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.697887248 C6_chemical_B2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.883291817 C6_chemical_B3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.761008771 C6_chemical_C1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 5.478624014 C6_chemical_C2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.838567232 C6_chemical_C3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 8.402511028 L4_control_A1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 7.962351566 L4_control_A2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 7.318000332 L4_control_A3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 9.929763003 L4_control_B1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 7.550903723 L4_control_B2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 4.926853901 L4_control_B3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 9.269344219 L4_control_C2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 8.055472863 L4_control_C3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 7.846758243 L4_chemical_A1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 8.365020277 L4_chemical_A2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 9.216301587 L4_chemical_A3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 8.096273975 L4_chemical_B1 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.819886765 L4_chemical_B2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 4.854872179 L4_chemical_B3 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 9.520006305 L4_chemical_C2 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 7.969156043 L4_chemical_C3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.29427395 C6_control_A1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.34313796 C6_control_A3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.08328468 C6_control_B1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.55294353 C6_control_B2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.08910225 C6_control_B3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.97761615 C6_control_C1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.7735842 C6_control_C2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.93080831 C6_control_C3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.04702086 C6_chemical_A1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.0371556 C6_chemical_A3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 10.90805563 C6_chemical_B1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.13693543 C6_chemical_B2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.22369355 C6_chemical_B3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.88785214 C6_chemical_C1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.9319072 C6_chemical_C2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.77949791 C6_chemical_C3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.59842794 L4_control_A1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.5206803 L4_control_A2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 10.65875477 L4_control_A3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.4372428 L4_control_B1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.28368673 L4_control_B2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.42449886 L4_control_B3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.53562802 L4_control_C2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.45080511 L4_control_C3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.50256366 L4_chemical_A1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.6332657 L4_chemical_A2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.25026677 L4_chemical_A3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.22831083 L4_chemical_B1 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.52064397 L4_chemical_B2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.16514002 L4_chemical_B3 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.42083019 L4_chemical_C2 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.56178417 L4_chemical_C3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.07158783 C6_control_A1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.88148975 C6_control_A3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.50559571 C6_control_B1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.12142948 C6_control_B2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.38954623 C6_control_B3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.6625816 C6_control_C1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.43623081 C6_control_C2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.3765309 C6_control_C3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.83801199 C6_chemical_A1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.53969481 C6_chemical_A3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.33040488 C6_chemical_B1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.20740219 C6_chemical_B2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.42195504 C6_chemical_B3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.78254771 C6_chemical_C1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.78815434 C6_chemical_C2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.28486751 C6_chemical_C3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.95544369 L4_control_A1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.14730692 L4_control_A2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.83360555 L4_control_A3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.46613905 L4_control_B1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 10.9633643 L4_control_B2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.16514925 L4_control_B3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.39894819 L4_control_C2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.31007035 L4_control_C3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.14817242 L4_chemical_A1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 12.23674978 L4_chemical_A2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.87109046 L4_chemical_A3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.43925992 L4_chemical_B1 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.27245317 L4_chemical_B2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.10326489 L4_chemical_B3 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.82121051 L4_chemical_C2 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.45749814 L4_chemical_C3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.626411524 C6_control_A1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 6.133068041 C6_control_A3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.622479297 C6_control_B1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.596428796 C6_control_B2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.442370759 C6_control_B3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.864583228 C6_control_C1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.295159808 C6_control_C2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 6.525056611 C6_control_C3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.812283374 C6_chemical_A1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 6.357947139 C6_chemical_A3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.404890518 C6_chemical_B1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.385515909 C6_chemical_B2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.606561916 C6_chemical_B3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.704040828 C6_chemical_C1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.935208485 C6_chemical_C2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 6.260031246 C6_chemical_C3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 6.018343676 L4_control_A1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.220903902 L4_control_A2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 6.140748149 L4_control_A3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.785123041 L4_control_B1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.172872176 L4_control_B2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.739609912 L4_control_B3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.944445131 L4_control_C2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.884614571 L4_control_C3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.670832413 L4_chemical_A1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.433090838 L4_chemical_A2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 6.502968422 L4_chemical_A3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.459655373 L4_chemical_B1 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.519208131 L4_chemical_B2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.967701964 L4_chemical_B3 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.750068608 L4_chemical_C2 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.942633872 L4_chemical_C3 +LQ10X012830 Putative Aspartyl aminopeptidase 5.107792668 C6_control_A1 +LQ10X012830 Putative Aspartyl aminopeptidase 5.657732678 C6_control_A3 +LQ10X012830 Putative Aspartyl aminopeptidase 5.533078944 C6_control_B1 +LQ10X012830 Putative Aspartyl aminopeptidase 4.752195338 C6_control_B2 +LQ10X012830 Putative Aspartyl aminopeptidase 5.436950052 C6_control_B3 +LQ10X012830 Putative Aspartyl aminopeptidase 4.852365688 C6_control_C1 +LQ10X012830 Putative Aspartyl aminopeptidase 5.745913001 C6_control_C2 +LQ10X012830 Putative Aspartyl aminopeptidase 5.03161181 C6_control_C3 +LQ10X012830 Putative Aspartyl aminopeptidase 5.99602641 C6_chemical_A1 +LQ10X012830 Putative Aspartyl aminopeptidase 5.177117094 C6_chemical_A3 +LQ10X012830 Putative Aspartyl aminopeptidase 5.028169425 C6_chemical_B1 +LQ10X012830 Putative Aspartyl aminopeptidase 4.706659524 C6_chemical_B2 +LQ10X012830 Putative Aspartyl aminopeptidase 5.208774566 C6_chemical_B3 +LQ10X012830 Putative Aspartyl aminopeptidase 5.118153081 C6_chemical_C1 +LQ10X012830 Putative Aspartyl aminopeptidase 4.852673439 C6_chemical_C2 +LQ10X012830 Putative Aspartyl aminopeptidase 4.701837801 C6_chemical_C3 +LQ10X012830 Putative Aspartyl aminopeptidase 5.014318052 L4_control_A1 +LQ10X012830 Putative Aspartyl aminopeptidase 5.130395594 L4_control_A2 +LQ10X012830 Putative Aspartyl aminopeptidase 6.159425547 L4_control_A3 +LQ10X012830 Putative Aspartyl aminopeptidase 4.99042528 L4_control_B1 +LQ10X012830 Putative Aspartyl aminopeptidase 6.190333051 L4_control_B2 +LQ10X012830 Putative Aspartyl aminopeptidase 5.111905132 L4_control_B3 +LQ10X012830 Putative Aspartyl aminopeptidase 6.133092503 L4_control_C2 +LQ10X012830 Putative Aspartyl aminopeptidase 5.200364036 L4_control_C3 +LQ10X012830 Putative Aspartyl aminopeptidase 4.869772423 L4_chemical_A1 +LQ10X012830 Putative Aspartyl aminopeptidase 4.936245562 L4_chemical_A2 +LQ10X012830 Putative Aspartyl aminopeptidase 5.727710128 L4_chemical_A3 +LQ10X012830 Putative Aspartyl aminopeptidase 5.340225373 L4_chemical_B1 +LQ10X012830 Putative Aspartyl aminopeptidase 5.14242723 L4_chemical_B2 +LQ10X012830 Putative Aspartyl aminopeptidase 4.938224126 L4_chemical_B3 +LQ10X012830 Putative Aspartyl aminopeptidase 4.981539407 L4_chemical_C2 +LQ10X012830 Putative Aspartyl aminopeptidase 5.037155253 L4_chemical_C3 +LQ10X012941 Gag/pol polyprotein 5.582318688 C6_control_A1 +LQ10X012941 Gag/pol polyprotein 5.280322701 C6_control_A3 +LQ10X012941 Gag/pol polyprotein 5.26367659 C6_control_B1 +LQ10X012941 Gag/pol polyprotein 5.36586367 C6_control_B2 +LQ10X012941 Gag/pol polyprotein 6.005906089 C6_control_B3 +LQ10X012941 Gag/pol polyprotein 6.836712801 C6_control_C1 +LQ10X012941 Gag/pol polyprotein 5.391792206 C6_control_C2 +LQ10X012941 Gag/pol polyprotein 6.57092885 C6_control_C3 +LQ10X012941 Gag/pol polyprotein 5.610223226 C6_chemical_A1 +LQ10X012941 Gag/pol polyprotein 5.211451921 C6_chemical_A3 +LQ10X012941 Gag/pol polyprotein 5.80103495 C6_chemical_B1 +LQ10X012941 Gag/pol polyprotein 5.32956553 C6_chemical_B2 +LQ10X012941 Gag/pol polyprotein 5.484519726 C6_chemical_B3 +LQ10X012941 Gag/pol polyprotein 6.466563474 C6_chemical_C1 +LQ10X012941 Gag/pol polyprotein 5.904569168 C6_chemical_C2 +LQ10X012941 Gag/pol polyprotein 6.926998296 C6_chemical_C3 +LQ10X012941 Gag/pol polyprotein 5.584615468 L4_control_A1 +LQ10X012941 Gag/pol polyprotein 6.305022489 L4_control_A2 +LQ10X012941 Gag/pol polyprotein 5.736367556 L4_control_A3 +LQ10X012941 Gag/pol polyprotein 5.783561156 L4_control_B1 +LQ10X012941 Gag/pol polyprotein 5.976754627 L4_control_B2 +LQ10X012941 Gag/pol polyprotein 5.991685858 L4_control_B3 +LQ10X012941 Gag/pol polyprotein 6.018174411 L4_control_C2 +LQ10X012941 Gag/pol polyprotein 5.901555939 L4_control_C3 +LQ10X012941 Gag/pol polyprotein 5.686957727 L4_chemical_A1 +LQ10X012941 Gag/pol polyprotein 6.507465989 L4_chemical_A2 +LQ10X012941 Gag/pol polyprotein 5.747975118 L4_chemical_A3 +LQ10X012941 Gag/pol polyprotein 5.71971248 L4_chemical_B1 +LQ10X012941 Gag/pol polyprotein 6.327707381 L4_chemical_B2 +LQ10X012941 Gag/pol polyprotein 5.676063676 L4_chemical_B3 +LQ10X012941 Gag/pol polyprotein 5.860357741 L4_chemical_C2 +LQ10X012941 Gag/pol polyprotein 6.238309484 L4_chemical_C3 +LQ10X012970 Telomerase reverse transcriptase 4.721182403 C6_control_A1 +LQ10X012970 Telomerase reverse transcriptase 4.912284448 C6_control_A3 +LQ10X012970 Telomerase reverse transcriptase 4.97979582 C6_control_B1 +LQ10X012970 Telomerase reverse transcriptase 5.056997869 C6_control_B2 +LQ10X012970 Telomerase reverse transcriptase 4.89348147 C6_control_B3 +LQ10X012970 Telomerase reverse transcriptase 4.845220761 C6_control_C1 +LQ10X012970 Telomerase reverse transcriptase 4.769575894 C6_control_C2 +LQ10X012970 Telomerase reverse transcriptase 5.014845789 C6_control_C3 +LQ10X012970 Telomerase reverse transcriptase 5.218719864 C6_chemical_A1 +LQ10X012970 Telomerase reverse transcriptase 5.226263674 C6_chemical_A3 +LQ10X012970 Telomerase reverse transcriptase 5.256898885 C6_chemical_B1 +LQ10X012970 Telomerase reverse transcriptase 5.153246511 C6_chemical_B2 +LQ10X012970 Telomerase reverse transcriptase 4.947663959 C6_chemical_B3 +LQ10X012970 Telomerase reverse transcriptase 4.724824965 C6_chemical_C1 +LQ10X012970 Telomerase reverse transcriptase 5.070881116 C6_chemical_C2 +LQ10X012970 Telomerase reverse transcriptase 5.143230302 C6_chemical_C3 +LQ10X012970 Telomerase reverse transcriptase 5.401088959 L4_control_A1 +LQ10X012970 Telomerase reverse transcriptase 5.268638225 L4_control_A2 +LQ10X012970 Telomerase reverse transcriptase 5.269396524 L4_control_A3 +LQ10X012970 Telomerase reverse transcriptase 5.073429681 L4_control_B1 +LQ10X012970 Telomerase reverse transcriptase 4.848706205 L4_control_B2 +LQ10X012970 Telomerase reverse transcriptase 5.018576885 L4_control_B3 +LQ10X012970 Telomerase reverse transcriptase 5.203060025 L4_control_C2 +LQ10X012970 Telomerase reverse transcriptase 4.904251954 L4_control_C3 +LQ10X012970 Telomerase reverse transcriptase 4.852810729 L4_chemical_A1 +LQ10X012970 Telomerase reverse transcriptase 5.045534388 L4_chemical_A2 +LQ10X012970 Telomerase reverse transcriptase 5.174367882 L4_chemical_A3 +LQ10X012970 Telomerase reverse transcriptase 5.132532889 L4_chemical_B1 +LQ10X012970 Telomerase reverse transcriptase 4.915216886 L4_chemical_B2 +LQ10X012970 Telomerase reverse transcriptase 5.072031872 L4_chemical_B3 +LQ10X012970 Telomerase reverse transcriptase 4.988962927 L4_chemical_C2 +LQ10X012970 Telomerase reverse transcriptase 4.932931084 L4_chemical_C3 +LQ10X012980 Putative uncharacterized protein 10.49288308 C6_control_A1 +LQ10X012980 Putative uncharacterized protein 11.46266475 C6_control_A3 +LQ10X012980 Putative uncharacterized protein 10.28195115 C6_control_B1 +LQ10X012980 Putative uncharacterized protein 10.54300854 C6_control_B2 +LQ10X012980 Putative uncharacterized protein 10.80579654 C6_control_B3 +LQ10X012980 Putative uncharacterized protein 9.754980116 C6_control_C1 +LQ10X012980 Putative uncharacterized protein 9.884882505 C6_control_C2 +LQ10X012980 Putative uncharacterized protein 10.58252465 C6_control_C3 +LQ10X012980 Putative uncharacterized protein 9.807046863 C6_chemical_A1 +LQ10X012980 Putative uncharacterized protein 10.06310719 C6_chemical_A3 +LQ10X012980 Putative uncharacterized protein 9.564678475 C6_chemical_B1 +LQ10X012980 Putative uncharacterized protein 9.93671918 C6_chemical_B2 +LQ10X012980 Putative uncharacterized protein 10.0262293 C6_chemical_B3 +LQ10X012980 Putative uncharacterized protein 9.808763069 C6_chemical_C1 +LQ10X012980 Putative uncharacterized protein 10.14894184 C6_chemical_C2 +LQ10X012980 Putative uncharacterized protein 10.11611081 C6_chemical_C3 +LQ10X012980 Putative uncharacterized protein 8.878774956 L4_control_A1 +LQ10X012980 Putative uncharacterized protein 8.261078508 L4_control_A2 +LQ10X012980 Putative uncharacterized protein 7.583351325 L4_control_A3 +LQ10X012980 Putative uncharacterized protein 8.136398767 L4_control_B1 +LQ10X012980 Putative uncharacterized protein 7.317841143 L4_control_B2 +LQ10X012980 Putative uncharacterized protein 8.881270446 L4_control_B3 +LQ10X012980 Putative uncharacterized protein 6.308891586 L4_control_C2 +LQ10X012980 Putative uncharacterized protein 7.162068062 L4_control_C3 +LQ10X012980 Putative uncharacterized protein 8.385090847 L4_chemical_A1 +LQ10X012980 Putative uncharacterized protein 7.570224355 L4_chemical_A2 +LQ10X012980 Putative uncharacterized protein 6.825967041 L4_chemical_A3 +LQ10X012980 Putative uncharacterized protein 8.595737277 L4_chemical_B1 +LQ10X012980 Putative uncharacterized protein 6.655719522 L4_chemical_B2 +LQ10X012980 Putative uncharacterized protein 8.974701427 L4_chemical_B3 +LQ10X012980 Putative uncharacterized protein 5.748050046 L4_chemical_C2 +LQ10X012980 Putative uncharacterized protein 6.351625763 L4_chemical_C3 +LQ10X013030 Putative uncharacterized protein 4.941954084 C6_control_A1 +LQ10X013030 Putative uncharacterized protein 4.754773965 C6_control_A3 +LQ10X013030 Putative uncharacterized protein 5.133060053 C6_control_B1 +LQ10X013030 Putative uncharacterized protein 4.589027699 C6_control_B2 +LQ10X013030 Putative uncharacterized protein 4.855393104 C6_control_B3 +LQ10X013030 Putative uncharacterized protein 4.572549191 C6_control_C1 +LQ10X013030 Putative uncharacterized protein 4.723360463 C6_control_C2 +LQ10X013030 Putative uncharacterized protein 4.541223679 C6_control_C3 +LQ10X013030 Putative uncharacterized protein 4.832506183 C6_chemical_A1 +LQ10X013030 Putative uncharacterized protein 5.06431552 C6_chemical_A3 +LQ10X013030 Putative uncharacterized protein 4.736043665 C6_chemical_B1 +LQ10X013030 Putative uncharacterized protein 4.628967974 C6_chemical_B2 +LQ10X013030 Putative uncharacterized protein 4.771217084 C6_chemical_B3 +LQ10X013030 Putative uncharacterized protein 4.684513509 C6_chemical_C1 +LQ10X013030 Putative uncharacterized protein 4.69750001 C6_chemical_C2 +LQ10X013030 Putative uncharacterized protein 4.603288805 C6_chemical_C3 +LQ10X013030 Putative uncharacterized protein 4.943872231 L4_control_A1 +LQ10X013030 Putative uncharacterized protein 5.039373992 L4_control_A2 +LQ10X013030 Putative uncharacterized protein 5.201778964 L4_control_A3 +LQ10X013030 Putative uncharacterized protein 4.649248907 L4_control_B1 +LQ10X013030 Putative uncharacterized protein 5.197169016 L4_control_B2 +LQ10X013030 Putative uncharacterized protein 4.563643881 L4_control_B3 +LQ10X013030 Putative uncharacterized protein 5.274914007 L4_control_C2 +LQ10X013030 Putative uncharacterized protein 5.418226193 L4_control_C3 +LQ10X013030 Putative uncharacterized protein 4.967680926 L4_chemical_A1 +LQ10X013030 Putative uncharacterized protein 5.033495957 L4_chemical_A2 +LQ10X013030 Putative uncharacterized protein 4.719554611 L4_chemical_A3 +LQ10X013030 Putative uncharacterized protein 4.866029635 L4_chemical_B1 +LQ10X013030 Putative uncharacterized protein 5.472526055 L4_chemical_B2 +LQ10X013030 Putative uncharacterized protein 4.959175399 L4_chemical_B3 +LQ10X013030 Putative uncharacterized protein 4.896294449 L4_chemical_C2 +LQ10X013030 Putative uncharacterized protein 4.995082116 L4_chemical_C3 +LQ10X013040 Hypothetical protein 5.813539209 C6_control_A1 +LQ10X013040 Hypothetical protein 6.088654331 C6_control_A3 +LQ10X013040 Hypothetical protein 5.329243389 C6_control_B1 +LQ10X013040 Hypothetical protein 6.101576517 C6_control_B2 +LQ10X013040 Hypothetical protein 5.145284672 C6_control_B3 +LQ10X013040 Hypothetical protein 6.172075199 C6_control_C1 +LQ10X013040 Hypothetical protein 6.820573313 C6_control_C2 +LQ10X013040 Hypothetical protein 6.096366509 C6_control_C3 +LQ10X013040 Hypothetical protein 6.335908837 C6_chemical_A1 +LQ10X013040 Hypothetical protein 6.381052319 C6_chemical_A3 +LQ10X013040 Hypothetical protein 5.949015522 C6_chemical_B1 +LQ10X013040 Hypothetical protein 6.460100989 C6_chemical_B2 +LQ10X013040 Hypothetical protein 6.231808512 C6_chemical_B3 +LQ10X013040 Hypothetical protein 7.443565922 C6_chemical_C1 +LQ10X013040 Hypothetical protein 7.005879816 C6_chemical_C2 +LQ10X013040 Hypothetical protein 7.418585819 C6_chemical_C3 +LQ10X013040 Hypothetical protein 5.934555824 L4_control_A1 +LQ10X013040 Hypothetical protein 6.417224026 L4_control_A2 +LQ10X013040 Hypothetical protein 6.212006152 L4_control_A3 +LQ10X013040 Hypothetical protein 5.463868266 L4_control_B1 +LQ10X013040 Hypothetical protein 5.817613379 L4_control_B2 +LQ10X013040 Hypothetical protein 5.893364724 L4_control_B3 +LQ10X013040 Hypothetical protein 5.269197411 L4_control_C2 +LQ10X013040 Hypothetical protein 5.346252856 L4_control_C3 +LQ10X013040 Hypothetical protein 6.469427283 L4_chemical_A1 +LQ10X013040 Hypothetical protein 5.797195986 L4_chemical_A2 +LQ10X013040 Hypothetical protein 5.973717972 L4_chemical_A3 +LQ10X013040 Hypothetical protein 5.687347132 L4_chemical_B1 +LQ10X013040 Hypothetical protein 5.381951811 L4_chemical_B2 +LQ10X013040 Hypothetical protein 6.343818371 L4_chemical_B3 +LQ10X013040 Hypothetical protein 5.234433411 L4_chemical_C2 +LQ10X013040 Hypothetical protein 5.364904119 L4_chemical_C3 +LQ10X013050 Protein ELC 5.929814797 C6_control_A1 +LQ10X013050 Protein ELC 6.006494884 C6_control_A3 +LQ10X013050 Protein ELC 5.212217755 C6_control_B1 +LQ10X013050 Protein ELC 6.070959583 C6_control_B2 +LQ10X013050 Protein ELC 5.373216295 C6_control_B3 +LQ10X013050 Protein ELC 5.615173992 C6_control_C1 +LQ10X013050 Protein ELC 6.696043232 C6_control_C2 +LQ10X013050 Protein ELC 6.039419525 C6_control_C3 +LQ10X013050 Protein ELC 5.911022604 C6_chemical_A1 +LQ10X013050 Protein ELC 5.988943808 C6_chemical_A3 +LQ10X013050 Protein ELC 5.427359225 C6_chemical_B1 +LQ10X013050 Protein ELC 5.887065179 C6_chemical_B2 +LQ10X013050 Protein ELC 5.364682479 C6_chemical_B3 +LQ10X013050 Protein ELC 5.723391156 C6_chemical_C1 +LQ10X013050 Protein ELC 5.82452025 C6_chemical_C2 +LQ10X013050 Protein ELC 6.265574155 C6_chemical_C3 +LQ10X013050 Protein ELC 5.429485137 L4_control_A1 +LQ10X013050 Protein ELC 5.429722803 L4_control_A2 +LQ10X013050 Protein ELC 5.994521104 L4_control_A3 +LQ10X013050 Protein ELC 5.824100679 L4_control_B1 +LQ10X013050 Protein ELC 5.76888589 L4_control_B2 +LQ10X013050 Protein ELC 5.404988676 L4_control_B3 +LQ10X013050 Protein ELC 5.488535979 L4_control_C2 +LQ10X013050 Protein ELC 5.591850114 L4_control_C3 +LQ10X013050 Protein ELC 5.774659744 L4_chemical_A1 +LQ10X013050 Protein ELC 6.05663788 L4_chemical_A2 +LQ10X013050 Protein ELC 5.906237321 L4_chemical_A3 +LQ10X013050 Protein ELC 5.874596716 L4_chemical_B1 +LQ10X013050 Protein ELC 5.564374777 L4_chemical_B2 +LQ10X013050 Protein ELC 5.740526759 L4_chemical_B3 +LQ10X013050 Protein ELC 6.369314409 L4_chemical_C2 +LQ10X013050 Protein ELC 5.729273319 L4_chemical_C3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.16392276 C6_control_A1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.53006242 C6_control_A3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.07994114 C6_control_B1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 11.74951927 C6_control_B2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.17847136 C6_control_B3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.42385948 C6_control_C1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.15406562 C6_control_C2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.58418054 C6_control_C3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.09181639 C6_chemical_A1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.5281072 C6_chemical_A3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 11.73677137 C6_chemical_B1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 11.60267275 C6_chemical_B2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.07155566 C6_chemical_B3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.32183591 C6_chemical_C1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.10298609 C6_chemical_C2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.09727695 C6_chemical_C3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.25421101 L4_control_A1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.46827758 L4_control_A2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.71129605 L4_control_A3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 11.87204931 L4_control_B1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.27841811 L4_control_B2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 11.93706555 L4_control_B3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.50516834 L4_control_C2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.4126906 L4_control_C3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.39456214 L4_chemical_A1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.34959755 L4_chemical_A2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.49506993 L4_chemical_A3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.0818297 L4_chemical_B1 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.01849714 L4_chemical_B2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 11.81573833 L4_chemical_B3 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.33599675 L4_chemical_C2 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.4377736 L4_chemical_C3 +LQ10X013200 Metacaspase-9 6.765124225 C6_control_A1 +LQ10X013200 Metacaspase-9 5.753491509 C6_control_A3 +LQ10X013200 Metacaspase-9 6.984866655 C6_control_B1 +LQ10X013200 Metacaspase-9 6.46288697 C6_control_B2 +LQ10X013200 Metacaspase-9 7.113068843 C6_control_B3 +LQ10X013200 Metacaspase-9 6.675379604 C6_control_C1 +LQ10X013200 Metacaspase-9 6.417813468 C6_control_C2 +LQ10X013200 Metacaspase-9 6.637098468 C6_control_C3 +LQ10X013200 Metacaspase-9 6.264070868 C6_chemical_A1 +LQ10X013200 Metacaspase-9 6.686355974 C6_chemical_A3 +LQ10X013200 Metacaspase-9 6.839293195 C6_chemical_B1 +LQ10X013200 Metacaspase-9 6.511171746 C6_chemical_B2 +LQ10X013200 Metacaspase-9 6.707506903 C6_chemical_B3 +LQ10X013200 Metacaspase-9 6.891649772 C6_chemical_C1 +LQ10X013200 Metacaspase-9 6.819207787 C6_chemical_C2 +LQ10X013200 Metacaspase-9 6.679231858 C6_chemical_C3 +LQ10X013200 Metacaspase-9 6.24524657 L4_control_A1 +LQ10X013200 Metacaspase-9 6.43042556 L4_control_A2 +LQ10X013200 Metacaspase-9 6.364750063 L4_control_A3 +LQ10X013200 Metacaspase-9 6.24683523 L4_control_B1 +LQ10X013200 Metacaspase-9 6.757545505 L4_control_B2 +LQ10X013200 Metacaspase-9 6.540757443 L4_control_B3 +LQ10X013200 Metacaspase-9 7.571062753 L4_control_C2 +LQ10X013200 Metacaspase-9 7.344645206 L4_control_C3 +LQ10X013200 Metacaspase-9 6.237724317 L4_chemical_A1 +LQ10X013200 Metacaspase-9 6.466292777 L4_chemical_A2 +LQ10X013200 Metacaspase-9 6.046304622 L4_chemical_A3 +LQ10X013200 Metacaspase-9 6.89590124 L4_chemical_B1 +LQ10X013200 Metacaspase-9 7.738278793 L4_chemical_B2 +LQ10X013200 Metacaspase-9 6.392641927 L4_chemical_B3 +LQ10X013200 Metacaspase-9 7.45202155 L4_chemical_C2 +LQ10X013200 Metacaspase-9 7.491623043 L4_chemical_C3 +LQ10X013210 Hypothetical protein 5.071572149 C6_control_A1 +LQ10X013210 Hypothetical protein 4.853527848 C6_control_A3 +LQ10X013210 Hypothetical protein 5.030256284 C6_control_B1 +LQ10X013210 Hypothetical protein 4.917712273 C6_control_B2 +LQ10X013210 Hypothetical protein 4.753774389 C6_control_B3 +LQ10X013210 Hypothetical protein 4.98596514 C6_control_C1 +LQ10X013210 Hypothetical protein 5.064336717 C6_control_C2 +LQ10X013210 Hypothetical protein 5.174581844 C6_control_C3 +LQ10X013210 Hypothetical protein 4.638100778 C6_chemical_A1 +LQ10X013210 Hypothetical protein 4.875856146 C6_chemical_A3 +LQ10X013210 Hypothetical protein 4.759692136 C6_chemical_B1 +LQ10X013210 Hypothetical protein 4.995879818 C6_chemical_B2 +LQ10X013210 Hypothetical protein 4.882035763 C6_chemical_B3 +LQ10X013210 Hypothetical protein 4.822606059 C6_chemical_C1 +LQ10X013210 Hypothetical protein 4.849702705 C6_chemical_C2 +LQ10X013210 Hypothetical protein 5.68239874 C6_chemical_C3 +LQ10X013210 Hypothetical protein 4.689895117 L4_control_A1 +LQ10X013210 Hypothetical protein 4.760777975 L4_control_A2 +LQ10X013210 Hypothetical protein 4.561349875 L4_control_A3 +LQ10X013210 Hypothetical protein 4.716583728 L4_control_B1 +LQ10X013210 Hypothetical protein 5.032586383 L4_control_B2 +LQ10X013210 Hypothetical protein 4.841165708 L4_control_B3 +LQ10X013210 Hypothetical protein 5.194580652 L4_control_C2 +LQ10X013210 Hypothetical protein 5.26581174 L4_control_C3 +LQ10X013210 Hypothetical protein 4.425990099 L4_chemical_A1 +LQ10X013210 Hypothetical protein 4.594713378 L4_chemical_A2 +LQ10X013210 Hypothetical protein 4.518158394 L4_chemical_A3 +LQ10X013210 Hypothetical protein 5.015808655 L4_chemical_B1 +LQ10X013210 Hypothetical protein 5.067970465 L4_chemical_B2 +LQ10X013210 Hypothetical protein 4.760661289 L4_chemical_B3 +LQ10X013210 Hypothetical protein 4.937912641 L4_chemical_C2 +LQ10X013210 Hypothetical protein 5.352600099 L4_chemical_C3 +LQ10X013330 Catalytic, putative 7.036726477 C6_control_A1 +LQ10X013330 Catalytic, putative 7.196189904 C6_control_A3 +LQ10X013330 Catalytic, putative 6.277578859 C6_control_B1 +LQ10X013330 Catalytic, putative 7.399041426 C6_control_B2 +LQ10X013330 Catalytic, putative 6.486808131 C6_control_B3 +LQ10X013330 Catalytic, putative 6.954737934 C6_control_C1 +LQ10X013330 Catalytic, putative 7.201472521 C6_control_C2 +LQ10X013330 Catalytic, putative 7.363815553 C6_control_C3 +LQ10X013330 Catalytic, putative 7.101274824 C6_chemical_A1 +LQ10X013330 Catalytic, putative 7.280703337 C6_chemical_A3 +LQ10X013330 Catalytic, putative 6.342829361 C6_chemical_B1 +LQ10X013330 Catalytic, putative 7.080143559 C6_chemical_B2 +LQ10X013330 Catalytic, putative 6.485946404 C6_chemical_B3 +LQ10X013330 Catalytic, putative 6.562492842 C6_chemical_C1 +LQ10X013330 Catalytic, putative 7.31632337 C6_chemical_C2 +LQ10X013330 Catalytic, putative 7.149205899 C6_chemical_C3 +LQ10X013330 Catalytic, putative 6.998329709 L4_control_A1 +LQ10X013330 Catalytic, putative 6.508575944 L4_control_A2 +LQ10X013330 Catalytic, putative 6.375021913 L4_control_A3 +LQ10X013330 Catalytic, putative 6.831211189 L4_control_B1 +LQ10X013330 Catalytic, putative 5.802851031 L4_control_B2 +LQ10X013330 Catalytic, putative 6.600658213 L4_control_B3 +LQ10X013330 Catalytic, putative 6.071627403 L4_control_C2 +LQ10X013330 Catalytic, putative 6.713486685 L4_control_C3 +LQ10X013330 Catalytic, putative 7.167425366 L4_chemical_A1 +LQ10X013330 Catalytic, putative 7.072275384 L4_chemical_A2 +LQ10X013330 Catalytic, putative 6.831563485 L4_chemical_A3 +LQ10X013330 Catalytic, putative 7.311488387 L4_chemical_B1 +LQ10X013330 Catalytic, putative 6.270785872 L4_chemical_B2 +LQ10X013330 Catalytic, putative 7.353208968 L4_chemical_B3 +LQ10X013330 Catalytic, putative 6.849855568 L4_chemical_C2 +LQ10X013330 Catalytic, putative 6.964657204 L4_chemical_C3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 12.0459845 C6_control_A1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 12.17245938 C6_control_A3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 12.18479115 C6_control_B1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.54775836 C6_control_B2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 11.70247512 C6_control_B3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.9085214 C6_control_C1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 11.14403749 C6_control_C2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 11.20994532 C6_control_C3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 12.16104659 C6_chemical_A1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 12.47291581 C6_chemical_A3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 12.05043381 C6_chemical_B1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.82331612 C6_chemical_B2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 11.95748546 C6_chemical_B3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.98985576 C6_chemical_C1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.68660463 C6_chemical_C2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 11.04525105 C6_chemical_C3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.82605901 L4_control_A1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.03124297 L4_control_A2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.56771332 L4_control_A3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.27670281 L4_control_B1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.67141333 L4_control_B2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 9.385310634 L4_control_B3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 11.70680839 L4_control_C2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.62350538 L4_control_C3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.49474506 L4_chemical_A1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.46447248 L4_chemical_A2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.59404557 L4_chemical_A3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 11.06312892 L4_chemical_B1 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.41182959 L4_chemical_B2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.19304127 L4_chemical_B3 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 11.50032409 L4_chemical_C2 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 10.3077911 L4_chemical_C3 +LQ10X013370 Putative uncharacterized protein 5.271234096 C6_control_A1 +LQ10X013370 Putative uncharacterized protein 5.445981201 C6_control_A3 +LQ10X013370 Putative uncharacterized protein 5.52894287 C6_control_B1 +LQ10X013370 Putative uncharacterized protein 5.026799571 C6_control_B2 +LQ10X013370 Putative uncharacterized protein 5.584228431 C6_control_B3 +LQ10X013370 Putative uncharacterized protein 5.343415879 C6_control_C1 +LQ10X013370 Putative uncharacterized protein 5.015284606 C6_control_C2 +LQ10X013370 Putative uncharacterized protein 4.83142041 C6_control_C3 +LQ10X013370 Putative uncharacterized protein 5.58274446 C6_chemical_A1 +LQ10X013370 Putative uncharacterized protein 5.71998149 C6_chemical_A3 +LQ10X013370 Putative uncharacterized protein 5.138263738 C6_chemical_B1 +LQ10X013370 Putative uncharacterized protein 5.397897191 C6_chemical_B2 +LQ10X013370 Putative uncharacterized protein 5.375700733 C6_chemical_B3 +LQ10X013370 Putative uncharacterized protein 5.193373351 C6_chemical_C1 +LQ10X013370 Putative uncharacterized protein 4.900971446 C6_chemical_C2 +LQ10X013370 Putative uncharacterized protein 4.802763164 C6_chemical_C3 +LQ10X013370 Putative uncharacterized protein 5.551544316 L4_control_A1 +LQ10X013370 Putative uncharacterized protein 5.938125494 L4_control_A2 +LQ10X013370 Putative uncharacterized protein 5.900140366 L4_control_A3 +LQ10X013370 Putative uncharacterized protein 5.335734547 L4_control_B1 +LQ10X013370 Putative uncharacterized protein 5.60731322 L4_control_B2 +LQ10X013370 Putative uncharacterized protein 5.763676796 L4_control_B3 +LQ10X013370 Putative uncharacterized protein 5.297583839 L4_control_C2 +LQ10X013370 Putative uncharacterized protein 5.144077425 L4_control_C3 +LQ10X013370 Putative uncharacterized protein 5.376322497 L4_chemical_A1 +LQ10X013370 Putative uncharacterized protein 5.787899576 L4_chemical_A2 +LQ10X013370 Putative uncharacterized protein 5.544886465 L4_chemical_A3 +LQ10X013370 Putative uncharacterized protein 5.693024778 L4_chemical_B1 +LQ10X013370 Putative uncharacterized protein 5.715587431 L4_chemical_B2 +LQ10X013370 Putative uncharacterized protein 5.523366168 L4_chemical_B3 +LQ10X013370 Putative uncharacterized protein 5.391900421 L4_chemical_C2 +LQ10X013370 Putative uncharacterized protein 6.054249442 L4_chemical_C3 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.500379619 C6_control_A1 +LQ10X013470 Putative Flavonol sulfotransferase-like 10.4159395 C6_control_A3 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.735295852 C6_control_B1 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.810600992 C6_control_B2 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.690430231 C6_control_B3 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.638568637 C6_control_C1 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.247554574 C6_control_C2 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.729763912 C6_control_C3 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.591244042 C6_chemical_A1 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.926806368 C6_chemical_A3 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.257345364 C6_chemical_B1 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.193583949 C6_chemical_B2 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.371484342 C6_chemical_B3 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.496860677 C6_chemical_C1 +LQ10X013470 Putative Flavonol sulfotransferase-like 7.70319779 C6_chemical_C2 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.454560079 C6_chemical_C3 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.9521401 L4_control_A1 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.426587822 L4_control_A2 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.635703459 L4_control_A3 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.840119804 L4_control_B1 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.742072726 L4_control_B2 +LQ10X013470 Putative Flavonol sulfotransferase-like 10.51457291 L4_control_B3 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.716547129 L4_control_C2 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.600242204 L4_control_C3 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.050406813 L4_chemical_A1 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.411860355 L4_chemical_A2 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.600990347 L4_chemical_A3 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.093422036 L4_chemical_B1 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.867872312 L4_chemical_B2 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.954361861 L4_chemical_B3 +LQ10X013470 Putative Flavonol sulfotransferase-like 8.780143964 L4_chemical_C2 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.213056991 L4_chemical_C3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.687145216 C6_control_A1 +LQ10X013530 Putative Flavonol sulfotransferase-like 6.782720689 C6_control_A3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.396904402 C6_control_B1 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.530308065 C6_control_B2 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.520658475 C6_control_B3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.240452505 C6_control_C1 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.070031454 C6_control_C2 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.388240686 C6_control_C3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.839265563 C6_chemical_A1 +LQ10X013530 Putative Flavonol sulfotransferase-like 6.047294278 C6_chemical_A3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.613439022 C6_chemical_B1 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.145856602 C6_chemical_B2 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.33756335 C6_chemical_B3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.035758312 C6_chemical_C1 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.043652899 C6_chemical_C2 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.196872762 C6_chemical_C3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.888069325 L4_control_A1 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.541226263 L4_control_A2 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.434041456 L4_control_A3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.233792003 L4_control_B1 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.702145906 L4_control_B2 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.240406388 L4_control_B3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.823026104 L4_control_C2 +LQ10X013530 Putative Flavonol sulfotransferase-like 4.932175889 L4_control_C3 +LQ10X013530 Putative Flavonol sulfotransferase-like 4.985520073 L4_chemical_A1 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.316916751 L4_chemical_A2 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.104069564 L4_chemical_A3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.194557878 L4_chemical_B1 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.91989419 L4_chemical_B2 +LQ10X013530 Putative Flavonol sulfotransferase-like 4.996141091 L4_chemical_B3 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.332945992 L4_chemical_C2 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.663793751 L4_chemical_C3 +LQ10X013660 Predicted protein 12.51368326 C6_control_A1 +LQ10X013660 Predicted protein 13.0220077 C6_control_A3 +LQ10X013660 Predicted protein 12.24691076 C6_control_B1 +LQ10X013660 Predicted protein 12.05402961 C6_control_B2 +LQ10X013660 Predicted protein 12.07381775 C6_control_B3 +LQ10X013660 Predicted protein 12.60076787 C6_control_C1 +LQ10X013660 Predicted protein 12.36263649 C6_control_C2 +LQ10X013660 Predicted protein 12.64297076 C6_control_C3 +LQ10X013660 Predicted protein 12.43114722 C6_chemical_A1 +LQ10X013660 Predicted protein 12.82259922 C6_chemical_A3 +LQ10X013660 Predicted protein 12.0359252 C6_chemical_B1 +LQ10X013660 Predicted protein 12.10911643 C6_chemical_B2 +LQ10X013660 Predicted protein 11.78445009 C6_chemical_B3 +LQ10X013660 Predicted protein 12.48854878 C6_chemical_C1 +LQ10X013660 Predicted protein 12.30652189 C6_chemical_C2 +LQ10X013660 Predicted protein 12.37098474 C6_chemical_C3 +LQ10X013660 Predicted protein 12.78632333 L4_control_A1 +LQ10X013660 Predicted protein 12.33089266 L4_control_A2 +LQ10X013660 Predicted protein 13.11985066 L4_control_A3 +LQ10X013660 Predicted protein 11.88697435 L4_control_B1 +LQ10X013660 Predicted protein 11.86095812 L4_control_B2 +LQ10X013660 Predicted protein 11.8727212 L4_control_B3 +LQ10X013660 Predicted protein 12.43066603 L4_control_C2 +LQ10X013660 Predicted protein 12.07417691 L4_control_C3 +LQ10X013660 Predicted protein 12.64768024 L4_chemical_A1 +LQ10X013660 Predicted protein 12.21930128 L4_chemical_A2 +LQ10X013660 Predicted protein 12.94710797 L4_chemical_A3 +LQ10X013660 Predicted protein 12.30025977 L4_chemical_B1 +LQ10X013660 Predicted protein 11.90071334 L4_chemical_B2 +LQ10X013660 Predicted protein 11.95949139 L4_chemical_B3 +LQ10X013660 Predicted protein 12.52404238 L4_chemical_C2 +LQ10X013660 Predicted protein 12.21635606 L4_chemical_C3 +LQ10X013670 ABC transporter I family member 17 7.176517354 C6_control_A1 +LQ10X013670 ABC transporter I family member 17 7.361529923 C6_control_A3 +LQ10X013670 ABC transporter I family member 17 6.631828547 C6_control_B1 +LQ10X013670 ABC transporter I family member 17 7.147047584 C6_control_B2 +LQ10X013670 ABC transporter I family member 17 7.277215901 C6_control_B3 +LQ10X013670 ABC transporter I family member 17 6.949755046 C6_control_C1 +LQ10X013670 ABC transporter I family member 17 8.546914591 C6_control_C2 +LQ10X013670 ABC transporter I family member 17 6.881869235 C6_control_C3 +LQ10X013670 ABC transporter I family member 17 6.616852498 C6_chemical_A1 +LQ10X013670 ABC transporter I family member 17 6.005526737 C6_chemical_A3 +LQ10X013670 ABC transporter I family member 17 6.873918421 C6_chemical_B1 +LQ10X013670 ABC transporter I family member 17 7.07035328 C6_chemical_B2 +LQ10X013670 ABC transporter I family member 17 6.564628098 C6_chemical_B3 +LQ10X013670 ABC transporter I family member 17 6.967212016 C6_chemical_C1 +LQ10X013670 ABC transporter I family member 17 7.413227763 C6_chemical_C2 +LQ10X013670 ABC transporter I family member 17 7.103355243 C6_chemical_C3 +LQ10X013670 ABC transporter I family member 17 6.097955595 L4_control_A1 +LQ10X013670 ABC transporter I family member 17 6.05371539 L4_control_A2 +LQ10X013670 ABC transporter I family member 17 5.736071237 L4_control_A3 +LQ10X013670 ABC transporter I family member 17 5.903254367 L4_control_B1 +LQ10X013670 ABC transporter I family member 17 6.219296104 L4_control_B2 +LQ10X013670 ABC transporter I family member 17 5.734368691 L4_control_B3 +LQ10X013670 ABC transporter I family member 17 5.262320917 L4_control_C2 +LQ10X013670 ABC transporter I family member 17 5.30469969 L4_control_C3 +LQ10X013670 ABC transporter I family member 17 5.975335644 L4_chemical_A1 +LQ10X013670 ABC transporter I family member 17 6.501741766 L4_chemical_A2 +LQ10X013670 ABC transporter I family member 17 5.857090276 L4_chemical_A3 +LQ10X013670 ABC transporter I family member 17 6.456808285 L4_chemical_B1 +LQ10X013670 ABC transporter I family member 17 6.304403299 L4_chemical_B2 +LQ10X013670 ABC transporter I family member 17 5.710923831 L4_chemical_B3 +LQ10X013670 ABC transporter I family member 17 6.275187979 L4_chemical_C2 +LQ10X013670 ABC transporter I family member 17 6.065435924 L4_chemical_C3 +LQ10X013690 Putative uncharacterized protein 13.63040265 C6_control_A1 +LQ10X013690 Putative uncharacterized protein 13.70063761 C6_control_A3 +LQ10X013690 Putative uncharacterized protein 13.62284963 C6_control_B1 +LQ10X013690 Putative uncharacterized protein 14.17433504 C6_control_B2 +LQ10X013690 Putative uncharacterized protein 13.82566245 C6_control_B3 +LQ10X013690 Putative uncharacterized protein 14.58722686 C6_control_C1 +LQ10X013690 Putative uncharacterized protein 14.27356371 C6_control_C2 +LQ10X013690 Putative uncharacterized protein 14.71431396 C6_control_C3 +LQ10X013690 Putative uncharacterized protein 13.92959915 C6_chemical_A1 +LQ10X013690 Putative uncharacterized protein 14.17652199 C6_chemical_A3 +LQ10X013690 Putative uncharacterized protein 13.72897864 C6_chemical_B1 +LQ10X013690 Putative uncharacterized protein 14.5388648 C6_chemical_B2 +LQ10X013690 Putative uncharacterized protein 14.12700561 C6_chemical_B3 +LQ10X013690 Putative uncharacterized protein 14.00872853 C6_chemical_C1 +LQ10X013690 Putative uncharacterized protein 14.31236642 C6_chemical_C2 +LQ10X013690 Putative uncharacterized protein 14.07402772 C6_chemical_C3 +LQ10X013690 Putative uncharacterized protein 13.80465036 L4_control_A1 +LQ10X013690 Putative uncharacterized protein 13.7306897 L4_control_A2 +LQ10X013690 Putative uncharacterized protein 13.39684807 L4_control_A3 +LQ10X013690 Putative uncharacterized protein 13.74455542 L4_control_B1 +LQ10X013690 Putative uncharacterized protein 13.43169514 L4_control_B2 +LQ10X013690 Putative uncharacterized protein 14.11450469 L4_control_B3 +LQ10X013690 Putative uncharacterized protein 13.8639155 L4_control_C2 +LQ10X013690 Putative uncharacterized protein 14.21003286 L4_control_C3 +LQ10X013690 Putative uncharacterized protein 13.9073687 L4_chemical_A1 +LQ10X013690 Putative uncharacterized protein 14.00300521 L4_chemical_A2 +LQ10X013690 Putative uncharacterized protein 13.62065295 L4_chemical_A3 +LQ10X013690 Putative uncharacterized protein 13.78570726 L4_chemical_B1 +LQ10X013690 Putative uncharacterized protein 13.94424738 L4_chemical_B2 +LQ10X013690 Putative uncharacterized protein 14.13001272 L4_chemical_B3 +LQ10X013690 Putative uncharacterized protein 14.29388704 L4_chemical_C2 +LQ10X013690 Putative uncharacterized protein 14.25727402 L4_chemical_C3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.84591217 C6_control_A1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.193185561 C6_control_A3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.87560507 C6_control_B1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.118746171 C6_control_B2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.092106383 C6_control_B3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.325135502 C6_control_C1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.303695042 C6_control_C2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.768877582 C6_control_C3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.93829893 C6_chemical_A1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.306374553 C6_chemical_A3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.565980652 C6_chemical_B1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.095162944 C6_chemical_B2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.943661431 C6_chemical_B3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.578024133 C6_chemical_C1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.074367656 C6_chemical_C2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.665684554 C6_chemical_C3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.246039206 L4_control_A1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.407513312 L4_control_A2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.781839496 L4_control_A3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.665831166 L4_control_B1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 7.028348174 L4_control_B2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.197930493 L4_control_B3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.578646122 L4_control_C2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.548738262 L4_control_C3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.231989331 L4_chemical_A1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.507011614 L4_chemical_A2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.617942758 L4_chemical_A3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.212680275 L4_chemical_B1 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.719662077 L4_chemical_B2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.123868501 L4_chemical_B3 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 7.414294431 L4_chemical_C2 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 6.238789116 L4_chemical_C3 +LQ10X013890 Hypothetical protein 5.537970847 C6_control_A1 +LQ10X013890 Hypothetical protein 5.633894358 C6_control_A3 +LQ10X013890 Hypothetical protein 5.41284567 C6_control_B1 +LQ10X013890 Hypothetical protein 5.517473474 C6_control_B2 +LQ10X013890 Hypothetical protein 5.729726011 C6_control_B3 +LQ10X013890 Hypothetical protein 5.267113303 C6_control_C1 +LQ10X013890 Hypothetical protein 6.194762483 C6_control_C2 +LQ10X013890 Hypothetical protein 5.977038676 C6_control_C3 +LQ10X013890 Hypothetical protein 5.133358377 C6_chemical_A1 +LQ10X013890 Hypothetical protein 5.254013326 C6_chemical_A3 +LQ10X013890 Hypothetical protein 5.645035181 C6_chemical_B1 +LQ10X013890 Hypothetical protein 5.648114277 C6_chemical_B2 +LQ10X013890 Hypothetical protein 5.688022369 C6_chemical_B3 +LQ10X013890 Hypothetical protein 5.108893031 C6_chemical_C1 +LQ10X013890 Hypothetical protein 5.850105903 C6_chemical_C2 +LQ10X013890 Hypothetical protein 5.618210733 C6_chemical_C3 +LQ10X013890 Hypothetical protein 5.327985724 L4_control_A1 +LQ10X013890 Hypothetical protein 5.240742391 L4_control_A2 +LQ10X013890 Hypothetical protein 5.399577989 L4_control_A3 +LQ10X013890 Hypothetical protein 5.33876478 L4_control_B1 +LQ10X013890 Hypothetical protein 5.556051683 L4_control_B2 +LQ10X013890 Hypothetical protein 5.643982272 L4_control_B3 +LQ10X013890 Hypothetical protein 5.811517419 L4_control_C2 +LQ10X013890 Hypothetical protein 5.104852841 L4_control_C3 +LQ10X013890 Hypothetical protein 5.669472122 L4_chemical_A1 +LQ10X013890 Hypothetical protein 5.449719726 L4_chemical_A2 +LQ10X013890 Hypothetical protein 5.406569571 L4_chemical_A3 +LQ10X013890 Hypothetical protein 5.660463527 L4_chemical_B1 +LQ10X013890 Hypothetical protein 5.271062504 L4_chemical_B2 +LQ10X013890 Hypothetical protein 5.191774595 L4_chemical_B3 +LQ10X013890 Hypothetical protein 5.87017061 L4_chemical_C2 +LQ10X013890 Hypothetical protein 5.779059208 L4_chemical_C3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.254799463 C6_control_A1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.477366569 C6_control_A3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.899537883 C6_control_B1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.35514375 C6_control_B2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.240546643 C6_control_B3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.924621927 C6_control_C1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.642373487 C6_control_C2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.281640102 C6_control_C3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.81493906 C6_chemical_A1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.246637246 C6_chemical_A3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.169274821 C6_chemical_B1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.307113048 C6_chemical_B2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.604341592 C6_chemical_B3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.965869218 C6_chemical_C1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.094848847 C6_chemical_C2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.976124689 C6_chemical_C3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.842528179 L4_control_A1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.31139672 L4_control_A2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.767051207 L4_control_A3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.847412138 L4_control_B1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.579648496 L4_control_B2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.980328259 L4_control_B3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.565879901 L4_control_C2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.034125993 L4_control_C3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.809158075 L4_chemical_A1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.113332588 L4_chemical_A2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.924339551 L4_chemical_A3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.488764842 L4_chemical_B1 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.430805992 L4_chemical_B2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.941420269 L4_chemical_B3 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 5.264840918 L4_chemical_C2 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.785303289 L4_chemical_C3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.4278831 C6_control_A1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.86609195 C6_control_A3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.54485751 C6_control_B1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.64364779 C6_control_B2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.28806815 C6_control_B3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.46569648 C6_control_C1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.84366419 C6_control_C2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.00471566 C6_control_C3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.72526929 C6_chemical_A1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.31010813 C6_chemical_A3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 11.6149082 C6_chemical_B1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 11.6662373 C6_chemical_B2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 11.73643521 C6_chemical_B3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.02005122 C6_chemical_C1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.60301942 C6_chemical_C2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.39437249 C6_chemical_C3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.6804748 L4_control_A1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.66415662 L4_control_A2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.62346839 L4_control_A3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.51232843 L4_control_B1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.0692672 L4_control_B2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.48105419 L4_control_B3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.82354357 L4_control_C2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.64359576 L4_control_C3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.93048432 L4_chemical_A1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.58491228 L4_chemical_A2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.10592304 L4_chemical_A3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.40240327 L4_chemical_B1 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.040174 L4_chemical_B2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.54034579 L4_chemical_B3 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.71807508 L4_chemical_C2 +LQ10X014000 Probable protein arginine N-methyltransferase 3 13.58731445 L4_chemical_C3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 13.10624523 C6_control_A1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 13.20078266 C6_control_A3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.48681712 C6_control_B1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.5419304 C6_control_B2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.56788033 C6_control_B3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 13.25940312 C6_control_C1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.81104917 C6_control_C2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 13.06500781 C6_control_C3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.64739645 C6_chemical_A1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 13.16650709 C6_chemical_A3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.29918364 C6_chemical_B1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.5087888 C6_chemical_B2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.52426119 C6_chemical_B3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 13.32832405 C6_chemical_C1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 13.27257363 C6_chemical_C2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 13.04547076 C6_chemical_C3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.57058554 L4_control_A1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.48999366 L4_control_A2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 11.90882788 L4_control_A3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 11.96646674 L4_control_B1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 11.72980631 L4_control_B2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.59648264 L4_control_B3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.72331784 L4_control_C2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.57631653 L4_control_C3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.32421998 L4_chemical_A1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.28380395 L4_chemical_A2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 11.90161743 L4_chemical_A3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.15179815 L4_chemical_B1 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.02101181 L4_chemical_B2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.41079017 L4_chemical_B3 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.81763458 L4_chemical_C2 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.76213648 L4_chemical_C3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.56772272 C6_control_A1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.79004082 C6_control_A3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.37636282 C6_control_B1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.15314756 C6_control_B2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.07803383 C6_control_B3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.73191187 C6_control_C1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.49397076 C6_control_C2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.73090638 C6_control_C3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.49225355 C6_chemical_A1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.52121736 C6_chemical_A3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.22018931 C6_chemical_B1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.05624512 C6_chemical_B2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.05466095 C6_chemical_B3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.94029211 C6_chemical_C1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.6667988 C6_chemical_C2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.62195648 C6_chemical_C3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.51154928 L4_control_A1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.30816904 L4_control_A2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.63552336 L4_control_A3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.11627426 L4_control_B1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.66095945 L4_control_B2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.64007934 L4_control_B3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.02986091 L4_control_C2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.38208125 L4_control_C3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.45921238 L4_chemical_A1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.36027223 L4_chemical_A2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.39791376 L4_chemical_A3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.26101512 L4_chemical_B1 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.43732755 L4_chemical_B2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.94078657 L4_chemical_B3 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.86834191 L4_chemical_C2 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 12.51161856 L4_chemical_C3 +LQ10X014300 Putative Calvin cycle protein CP12 6.882484666 C6_control_A1 +LQ10X014300 Putative Calvin cycle protein CP12 6.881088991 C6_control_A3 +LQ10X014300 Putative Calvin cycle protein CP12 6.22528974 C6_control_B1 +LQ10X014300 Putative Calvin cycle protein CP12 6.189882757 C6_control_B2 +LQ10X014300 Putative Calvin cycle protein CP12 6.556111739 C6_control_B3 +LQ10X014300 Putative Calvin cycle protein CP12 6.181268043 C6_control_C1 +LQ10X014300 Putative Calvin cycle protein CP12 6.163379423 C6_control_C2 +LQ10X014300 Putative Calvin cycle protein CP12 6.729120477 C6_control_C3 +LQ10X014300 Putative Calvin cycle protein CP12 6.705959641 C6_chemical_A1 +LQ10X014300 Putative Calvin cycle protein CP12 6.561378907 C6_chemical_A3 +LQ10X014300 Putative Calvin cycle protein CP12 6.524304025 C6_chemical_B1 +LQ10X014300 Putative Calvin cycle protein CP12 6.870521861 C6_chemical_B2 +LQ10X014300 Putative Calvin cycle protein CP12 6.238892473 C6_chemical_B3 +LQ10X014300 Putative Calvin cycle protein CP12 6.20356419 C6_chemical_C1 +LQ10X014300 Putative Calvin cycle protein CP12 6.767690574 C6_chemical_C2 +LQ10X014300 Putative Calvin cycle protein CP12 6.448899985 C6_chemical_C3 +LQ10X014300 Putative Calvin cycle protein CP12 6.523193176 L4_control_A1 +LQ10X014300 Putative Calvin cycle protein CP12 7.532517523 L4_control_A2 +LQ10X014300 Putative Calvin cycle protein CP12 7.614482763 L4_control_A3 +LQ10X014300 Putative Calvin cycle protein CP12 6.542781922 L4_control_B1 +LQ10X014300 Putative Calvin cycle protein CP12 5.738365861 L4_control_B2 +LQ10X014300 Putative Calvin cycle protein CP12 6.631827564 L4_control_B3 +LQ10X014300 Putative Calvin cycle protein CP12 5.548328113 L4_control_C2 +LQ10X014300 Putative Calvin cycle protein CP12 6.539364037 L4_control_C3 +LQ10X014300 Putative Calvin cycle protein CP12 6.595033891 L4_chemical_A1 +LQ10X014300 Putative Calvin cycle protein CP12 7.82444641 L4_chemical_A2 +LQ10X014300 Putative Calvin cycle protein CP12 7.125015876 L4_chemical_A3 +LQ10X014300 Putative Calvin cycle protein CP12 6.534785951 L4_chemical_B1 +LQ10X014300 Putative Calvin cycle protein CP12 6.795515835 L4_chemical_B2 +LQ10X014300 Putative Calvin cycle protein CP12 6.355693052 L4_chemical_B3 +LQ10X014300 Putative Calvin cycle protein CP12 5.990166131 L4_chemical_C2 +LQ10X014300 Putative Calvin cycle protein CP12 7.310920683 L4_chemical_C3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.553512433 C6_control_A1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.579861375 C6_control_A3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.289505271 C6_control_B1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.578043802 C6_control_B2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.619913603 C6_control_B3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 5.873273688 C6_control_C1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.120620471 C6_control_C2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 5.821915538 C6_control_C3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.509695324 C6_chemical_A1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.595724151 C6_chemical_A3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.198471993 C6_chemical_B1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.702666079 C6_chemical_B2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.512965807 C6_chemical_B3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.026470344 C6_chemical_C1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.453507997 C6_chemical_C2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 5.943337113 C6_chemical_C3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.745379158 L4_control_A1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.023690025 L4_control_A2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.614759907 L4_control_A3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.971394603 L4_control_B1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.086349756 L4_control_B2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.946943811 L4_control_B3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.244975587 L4_control_C2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 5.862342271 L4_control_C3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.661086333 L4_chemical_A1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.572016674 L4_chemical_A2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.265361047 L4_chemical_A3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 7.739872483 L4_chemical_B1 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.684057072 L4_chemical_B2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.667407365 L4_chemical_B3 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.400060181 L4_chemical_C2 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.876016406 L4_chemical_C3 +LQ10X014350 Putative uncharacterized protein 6.165754276 C6_control_A1 +LQ10X014350 Putative uncharacterized protein 5.996720024 C6_control_A3 +LQ10X014350 Putative uncharacterized protein 5.330141127 C6_control_B1 +LQ10X014350 Putative uncharacterized protein 6.134546947 C6_control_B2 +LQ10X014350 Putative uncharacterized protein 6.063091112 C6_control_B3 +LQ10X014350 Putative uncharacterized protein 6.10764024 C6_control_C1 +LQ10X014350 Putative uncharacterized protein 6.36882417 C6_control_C2 +LQ10X014350 Putative uncharacterized protein 6.526468625 C6_control_C3 +LQ10X014350 Putative uncharacterized protein 5.928776167 C6_chemical_A1 +LQ10X014350 Putative uncharacterized protein 6.454752581 C6_chemical_A3 +LQ10X014350 Putative uncharacterized protein 5.519278667 C6_chemical_B1 +LQ10X014350 Putative uncharacterized protein 6.076729411 C6_chemical_B2 +LQ10X014350 Putative uncharacterized protein 5.931102968 C6_chemical_B3 +LQ10X014350 Putative uncharacterized protein 6.452239459 C6_chemical_C1 +LQ10X014350 Putative uncharacterized protein 6.467957083 C6_chemical_C2 +LQ10X014350 Putative uncharacterized protein 6.682273954 C6_chemical_C3 +LQ10X014350 Putative uncharacterized protein 5.844606306 L4_control_A1 +LQ10X014350 Putative uncharacterized protein 6.139728635 L4_control_A2 +LQ10X014350 Putative uncharacterized protein 6.216864062 L4_control_A3 +LQ10X014350 Putative uncharacterized protein 5.996857378 L4_control_B1 +LQ10X014350 Putative uncharacterized protein 5.996985225 L4_control_B2 +LQ10X014350 Putative uncharacterized protein 5.217231947 L4_control_B3 +LQ10X014350 Putative uncharacterized protein 6.340586498 L4_control_C2 +LQ10X014350 Putative uncharacterized protein 5.734351844 L4_control_C3 +LQ10X014350 Putative uncharacterized protein 5.859852461 L4_chemical_A1 +LQ10X014350 Putative uncharacterized protein 6.091201421 L4_chemical_A2 +LQ10X014350 Putative uncharacterized protein 5.591816703 L4_chemical_A3 +LQ10X014350 Putative uncharacterized protein 5.970660922 L4_chemical_B1 +LQ10X014350 Putative uncharacterized protein 5.892964795 L4_chemical_B2 +LQ10X014350 Putative uncharacterized protein 5.600140281 L4_chemical_B3 +LQ10X014350 Putative uncharacterized protein 5.377927825 L4_chemical_C2 +LQ10X014350 Putative uncharacterized protein 6.094366448 L4_chemical_C3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.497032639 C6_control_A1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.559751483 C6_control_A3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.22188431 C6_control_B1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.474116748 C6_control_B2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.718705991 C6_control_B3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.415448403 C6_control_C1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.186947234 C6_control_C2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.750144321 C6_control_C3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.792099125 C6_chemical_A1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.100824078 C6_chemical_A3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.817562189 C6_chemical_B1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.794786722 C6_chemical_B2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.959758281 C6_chemical_B3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.387757188 C6_chemical_C1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.061651726 C6_chemical_C2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.265089652 C6_chemical_C3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.372919305 L4_control_A1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.514870296 L4_control_A2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.732592411 L4_control_A3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.769738437 L4_control_B1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.759351866 L4_control_B2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.691631374 L4_control_B3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.136384342 L4_control_C2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.473937879 L4_control_C3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.280138102 L4_chemical_A1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.741849355 L4_chemical_A2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.764826728 L4_chemical_A3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.96685493 L4_chemical_B1 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.52332713 L4_chemical_B2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.278615232 L4_chemical_B3 +LQ10X014360 E3 ubiquitin-protein ligase KEG 6.33002212 L4_chemical_C2 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.365020837 L4_chemical_C3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.72017762 C6_control_A1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 11.43917824 C6_control_A3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.19988638 C6_control_B1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.336102059 C6_control_B2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.554676428 C6_control_B3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 8.986261219 C6_control_C1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.212256495 C6_control_C2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 8.413740549 C6_control_C3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.35856285 C6_chemical_A1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.96116438 C6_chemical_A3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.750347249 C6_chemical_B1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.422358781 C6_chemical_B2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.040383737 C6_chemical_B3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.259831372 C6_chemical_C1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.217249889 C6_chemical_C2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 8.314750862 C6_chemical_C3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 11.02362663 L4_control_A1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.78869231 L4_control_A2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 11.28632919 L4_control_A3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.492103396 L4_control_B1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.13937156 L4_control_B2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 8.790088871 L4_control_B3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.640108719 L4_control_C2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 6.304193166 L4_control_C3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.1898825 L4_chemical_A1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.885528196 L4_chemical_A2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.61067208 L4_chemical_A3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.651565151 L4_chemical_B1 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.04377943 L4_chemical_B2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.375125737 L4_chemical_B3 +LQ10X014370 Nudix hydrolase 16, mitochondrial 9.267299814 L4_chemical_C2 +LQ10X014370 Nudix hydrolase 16, mitochondrial 7.755216944 L4_chemical_C3 +LQ10X014460 Putative uncharacterized protein 11.98915546 C6_control_A1 +LQ10X014460 Putative uncharacterized protein 11.79948562 C6_control_A3 +LQ10X014460 Putative uncharacterized protein 10.75564722 C6_control_B1 +LQ10X014460 Putative uncharacterized protein 11.39084956 C6_control_B2 +LQ10X014460 Putative uncharacterized protein 10.64670705 C6_control_B3 +LQ10X014460 Putative uncharacterized protein 11.83269087 C6_control_C1 +LQ10X014460 Putative uncharacterized protein 11.32779884 C6_control_C2 +LQ10X014460 Putative uncharacterized protein 11.55322561 C6_control_C3 +LQ10X014460 Putative uncharacterized protein 11.93638565 C6_chemical_A1 +LQ10X014460 Putative uncharacterized protein 11.88267696 C6_chemical_A3 +LQ10X014460 Putative uncharacterized protein 10.09982847 C6_chemical_B1 +LQ10X014460 Putative uncharacterized protein 10.98482086 C6_chemical_B2 +LQ10X014460 Putative uncharacterized protein 10.55583618 C6_chemical_B3 +LQ10X014460 Putative uncharacterized protein 11.53204604 C6_chemical_C1 +LQ10X014460 Putative uncharacterized protein 10.90511899 C6_chemical_C2 +LQ10X014460 Putative uncharacterized protein 11.11600389 C6_chemical_C3 +LQ10X014460 Putative uncharacterized protein 11.92471504 L4_control_A1 +LQ10X014460 Putative uncharacterized protein 11.16117401 L4_control_A2 +LQ10X014460 Putative uncharacterized protein 11.73685417 L4_control_A3 +LQ10X014460 Putative uncharacterized protein 10.39478214 L4_control_B1 +LQ10X014460 Putative uncharacterized protein 9.460395282 L4_control_B2 +LQ10X014460 Putative uncharacterized protein 11.13203385 L4_control_B3 +LQ10X014460 Putative uncharacterized protein 9.603352046 L4_control_C2 +LQ10X014460 Putative uncharacterized protein 9.76144067 L4_control_C3 +LQ10X014460 Putative uncharacterized protein 11.32872491 L4_chemical_A1 +LQ10X014460 Putative uncharacterized protein 11.14086837 L4_chemical_A2 +LQ10X014460 Putative uncharacterized protein 11.36532955 L4_chemical_A3 +LQ10X014460 Putative uncharacterized protein 9.896811675 L4_chemical_B1 +LQ10X014460 Putative uncharacterized protein 10.23030203 L4_chemical_B2 +LQ10X014460 Putative uncharacterized protein 10.82369779 L4_chemical_B3 +LQ10X014460 Putative uncharacterized protein 9.63170158 L4_chemical_C2 +LQ10X014460 Putative uncharacterized protein 9.777123696 L4_chemical_C3 +LQ10X014470 Ubiquitin-protein ligase, putative 11.41979185 C6_control_A1 +LQ10X014470 Ubiquitin-protein ligase, putative 10.91679301 C6_control_A3 +LQ10X014470 Ubiquitin-protein ligase, putative 11.0354489 C6_control_B1 +LQ10X014470 Ubiquitin-protein ligase, putative 12.46555439 C6_control_B2 +LQ10X014470 Ubiquitin-protein ligase, putative 11.5872758 C6_control_B3 +LQ10X014470 Ubiquitin-protein ligase, putative 12.06056485 C6_control_C1 +LQ10X014470 Ubiquitin-protein ligase, putative 12.27280458 C6_control_C2 +LQ10X014470 Ubiquitin-protein ligase, putative 12.57796255 C6_control_C3 +LQ10X014470 Ubiquitin-protein ligase, putative 10.7377579 C6_chemical_A1 +LQ10X014470 Ubiquitin-protein ligase, putative 10.56821167 C6_chemical_A3 +LQ10X014470 Ubiquitin-protein ligase, putative 10.73760375 C6_chemical_B1 +LQ10X014470 Ubiquitin-protein ligase, putative 12.32781904 C6_chemical_B2 +LQ10X014470 Ubiquitin-protein ligase, putative 11.65895816 C6_chemical_B3 +LQ10X014470 Ubiquitin-protein ligase, putative 12.11969706 C6_chemical_C1 +LQ10X014470 Ubiquitin-protein ligase, putative 11.93012251 C6_chemical_C2 +LQ10X014470 Ubiquitin-protein ligase, putative 12.49996247 C6_chemical_C3 +LQ10X014470 Ubiquitin-protein ligase, putative 10.58292043 L4_control_A1 +LQ10X014470 Ubiquitin-protein ligase, putative 11.08060488 L4_control_A2 +LQ10X014470 Ubiquitin-protein ligase, putative 10.21057697 L4_control_A3 +LQ10X014470 Ubiquitin-protein ligase, putative 10.97526215 L4_control_B1 +LQ10X014470 Ubiquitin-protein ligase, putative 9.767264003 L4_control_B2 +LQ10X014470 Ubiquitin-protein ligase, putative 12.22311812 L4_control_B3 +LQ10X014470 Ubiquitin-protein ligase, putative 9.933871039 L4_control_C2 +LQ10X014470 Ubiquitin-protein ligase, putative 10.43745296 L4_control_C3 +LQ10X014470 Ubiquitin-protein ligase, putative 10.40154288 L4_chemical_A1 +LQ10X014470 Ubiquitin-protein ligase, putative 10.491104 L4_chemical_A2 +LQ10X014470 Ubiquitin-protein ligase, putative 10.94390696 L4_chemical_A3 +LQ10X014470 Ubiquitin-protein ligase, putative 9.67175328 L4_chemical_B1 +LQ10X014470 Ubiquitin-protein ligase, putative 10.01051491 L4_chemical_B2 +LQ10X014470 Ubiquitin-protein ligase, putative 11.36257827 L4_chemical_B3 +LQ10X014470 Ubiquitin-protein ligase, putative 9.96330466 L4_chemical_C2 +LQ10X014470 Ubiquitin-protein ligase, putative 10.31851797 L4_chemical_C3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.933186657 C6_control_A1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.594617703 C6_control_A3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.263651491 C6_control_B1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.636699987 C6_control_B2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.142597606 C6_control_B3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 7.540773915 C6_control_C1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 7.310508491 C6_control_C2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 7.897945656 C6_control_C3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.501866634 C6_chemical_A1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.38638815 C6_chemical_A3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.5006666 C6_chemical_B1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 7.325707959 C6_chemical_B2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 7.188993496 C6_chemical_B3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 8.093851428 C6_chemical_C1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 8.25250105 C6_chemical_C2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 8.186775468 C6_chemical_C3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.27962335 L4_control_A1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.496223928 L4_control_A2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.598641595 L4_control_A3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.583462678 L4_control_B1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.009482702 L4_control_B2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.62389717 L4_control_B3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.226607931 L4_control_C2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.330208361 L4_control_C3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.514368615 L4_chemical_A1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.272590152 L4_chemical_A2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.47424442 L4_chemical_A3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.142699366 L4_chemical_B1 +LQ10X014490 Putative disease resistance RPP13-like protein 1 4.874772812 L4_chemical_B2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.920502824 L4_chemical_B3 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.466980709 L4_chemical_C2 +LQ10X014490 Putative disease resistance RPP13-like protein 1 5.218717685 L4_chemical_C3 +LQ10X014550 Putative CC-NBS-LRR protein 7.587859286 C6_control_A1 +LQ10X014550 Putative CC-NBS-LRR protein 7.122860635 C6_control_A3 +LQ10X014550 Putative CC-NBS-LRR protein 7.460458454 C6_control_B1 +LQ10X014550 Putative CC-NBS-LRR protein 7.094020136 C6_control_B2 +LQ10X014550 Putative CC-NBS-LRR protein 6.940034941 C6_control_B3 +LQ10X014550 Putative CC-NBS-LRR protein 7.339463301 C6_control_C1 +LQ10X014550 Putative CC-NBS-LRR protein 7.197341409 C6_control_C2 +LQ10X014550 Putative CC-NBS-LRR protein 7.506123315 C6_control_C3 +LQ10X014550 Putative CC-NBS-LRR protein 7.436728635 C6_chemical_A1 +LQ10X014550 Putative CC-NBS-LRR protein 7.204969759 C6_chemical_A3 +LQ10X014550 Putative CC-NBS-LRR protein 7.487100226 C6_chemical_B1 +LQ10X014550 Putative CC-NBS-LRR protein 7.098852608 C6_chemical_B2 +LQ10X014550 Putative CC-NBS-LRR protein 7.069368893 C6_chemical_B3 +LQ10X014550 Putative CC-NBS-LRR protein 7.091069648 C6_chemical_C1 +LQ10X014550 Putative CC-NBS-LRR protein 7.228832753 C6_chemical_C2 +LQ10X014550 Putative CC-NBS-LRR protein 7.892205635 C6_chemical_C3 +LQ10X014550 Putative CC-NBS-LRR protein 7.171283671 L4_control_A1 +LQ10X014550 Putative CC-NBS-LRR protein 7.528547443 L4_control_A2 +LQ10X014550 Putative CC-NBS-LRR protein 6.963513237 L4_control_A3 +LQ10X014550 Putative CC-NBS-LRR protein 7.530208964 L4_control_B1 +LQ10X014550 Putative CC-NBS-LRR protein 7.360490367 L4_control_B2 +LQ10X014550 Putative CC-NBS-LRR protein 7.206348792 L4_control_B3 +LQ10X014550 Putative CC-NBS-LRR protein 7.958426517 L4_control_C2 +LQ10X014550 Putative CC-NBS-LRR protein 6.999826292 L4_control_C3 +LQ10X014550 Putative CC-NBS-LRR protein 7.633719919 L4_chemical_A1 +LQ10X014550 Putative CC-NBS-LRR protein 7.313276784 L4_chemical_A2 +LQ10X014550 Putative CC-NBS-LRR protein 7.273994686 L4_chemical_A3 +LQ10X014550 Putative CC-NBS-LRR protein 7.344046085 L4_chemical_B1 +LQ10X014550 Putative CC-NBS-LRR protein 8.058720631 L4_chemical_B2 +LQ10X014550 Putative CC-NBS-LRR protein 7.103085133 L4_chemical_B3 +LQ10X014550 Putative CC-NBS-LRR protein 7.994731618 L4_chemical_C2 +LQ10X014550 Putative CC-NBS-LRR protein 7.560548179 L4_chemical_C3 +LQ10X014620 Putative CC-NBS-LRR protein 8.758408668 C6_control_A1 +LQ10X014620 Putative CC-NBS-LRR protein 8.21708491 C6_control_A3 +LQ10X014620 Putative CC-NBS-LRR protein 8.604476255 C6_control_B1 +LQ10X014620 Putative CC-NBS-LRR protein 8.863203073 C6_control_B2 +LQ10X014620 Putative CC-NBS-LRR protein 8.887380841 C6_control_B3 +LQ10X014620 Putative CC-NBS-LRR protein 8.966117075 C6_control_C1 +LQ10X014620 Putative CC-NBS-LRR protein 9.188343187 C6_control_C2 +LQ10X014620 Putative CC-NBS-LRR protein 9.57156894 C6_control_C3 +LQ10X014620 Putative CC-NBS-LRR protein 8.679795133 C6_chemical_A1 +LQ10X014620 Putative CC-NBS-LRR protein 8.21738384 C6_chemical_A3 +LQ10X014620 Putative CC-NBS-LRR protein 9.263465677 C6_chemical_B1 +LQ10X014620 Putative CC-NBS-LRR protein 8.747290195 C6_chemical_B2 +LQ10X014620 Putative CC-NBS-LRR protein 9.563067465 C6_chemical_B3 +LQ10X014620 Putative CC-NBS-LRR protein 9.009236769 C6_chemical_C1 +LQ10X014620 Putative CC-NBS-LRR protein 9.341859033 C6_chemical_C2 +LQ10X014620 Putative CC-NBS-LRR protein 9.369656503 C6_chemical_C3 +LQ10X014620 Putative CC-NBS-LRR protein 6.795131323 L4_control_A1 +LQ10X014620 Putative CC-NBS-LRR protein 6.225938411 L4_control_A2 +LQ10X014620 Putative CC-NBS-LRR protein 6.054414295 L4_control_A3 +LQ10X014620 Putative CC-NBS-LRR protein 6.811220178 L4_control_B1 +LQ10X014620 Putative CC-NBS-LRR protein 7.687572684 L4_control_B2 +LQ10X014620 Putative CC-NBS-LRR protein 7.092511682 L4_control_B3 +LQ10X014620 Putative CC-NBS-LRR protein 7.821711269 L4_control_C2 +LQ10X014620 Putative CC-NBS-LRR protein 8.158428022 L4_control_C3 +LQ10X014620 Putative CC-NBS-LRR protein 6.668701544 L4_chemical_A1 +LQ10X014620 Putative CC-NBS-LRR protein 6.291467877 L4_chemical_A2 +LQ10X014620 Putative CC-NBS-LRR protein 6.58293465 L4_chemical_A3 +LQ10X014620 Putative CC-NBS-LRR protein 7.076399027 L4_chemical_B1 +LQ10X014620 Putative CC-NBS-LRR protein 6.85561316 L4_chemical_B2 +LQ10X014620 Putative CC-NBS-LRR protein 6.964102227 L4_chemical_B3 +LQ10X014620 Putative CC-NBS-LRR protein 7.053469746 L4_chemical_C2 +LQ10X014620 Putative CC-NBS-LRR protein 7.477702397 L4_chemical_C3 +LQ10X014650 Putative CC-NBS-LRR protein 9.418401693 C6_control_A1 +LQ10X014650 Putative CC-NBS-LRR protein 9.171226789 C6_control_A3 +LQ10X014650 Putative CC-NBS-LRR protein 9.500015133 C6_control_B1 +LQ10X014650 Putative CC-NBS-LRR protein 9.475717773 C6_control_B2 +LQ10X014650 Putative CC-NBS-LRR protein 9.505335089 C6_control_B3 +LQ10X014650 Putative CC-NBS-LRR protein 9.824633508 C6_control_C1 +LQ10X014650 Putative CC-NBS-LRR protein 10.24943126 C6_control_C2 +LQ10X014650 Putative CC-NBS-LRR protein 10.06675061 C6_control_C3 +LQ10X014650 Putative CC-NBS-LRR protein 9.95278171 C6_chemical_A1 +LQ10X014650 Putative CC-NBS-LRR protein 9.456211526 C6_chemical_A3 +LQ10X014650 Putative CC-NBS-LRR protein 9.936999279 C6_chemical_B1 +LQ10X014650 Putative CC-NBS-LRR protein 10.05628666 C6_chemical_B2 +LQ10X014650 Putative CC-NBS-LRR protein 10.42637158 C6_chemical_B3 +LQ10X014650 Putative CC-NBS-LRR protein 10.1133337 C6_chemical_C1 +LQ10X014650 Putative CC-NBS-LRR protein 10.38440138 C6_chemical_C2 +LQ10X014650 Putative CC-NBS-LRR protein 10.23981748 C6_chemical_C3 +LQ10X014650 Putative CC-NBS-LRR protein 9.143394094 L4_control_A1 +LQ10X014650 Putative CC-NBS-LRR protein 9.648670213 L4_control_A2 +LQ10X014650 Putative CC-NBS-LRR protein 9.440514083 L4_control_A3 +LQ10X014650 Putative CC-NBS-LRR protein 9.168527041 L4_control_B1 +LQ10X014650 Putative CC-NBS-LRR protein 9.947071658 L4_control_B2 +LQ10X014650 Putative CC-NBS-LRR protein 9.639517273 L4_control_B3 +LQ10X014650 Putative CC-NBS-LRR protein 10.05230918 L4_control_C2 +LQ10X014650 Putative CC-NBS-LRR protein 9.542687856 L4_control_C3 +LQ10X014650 Putative CC-NBS-LRR protein 9.241771578 L4_chemical_A1 +LQ10X014650 Putative CC-NBS-LRR protein 9.462493517 L4_chemical_A2 +LQ10X014650 Putative CC-NBS-LRR protein 9.296547258 L4_chemical_A3 +LQ10X014650 Putative CC-NBS-LRR protein 9.175922525 L4_chemical_B1 +LQ10X014650 Putative CC-NBS-LRR protein 9.918196284 L4_chemical_B2 +LQ10X014650 Putative CC-NBS-LRR protein 9.861280603 L4_chemical_B3 +LQ10X014650 Putative CC-NBS-LRR protein 10.00303965 L4_chemical_C2 +LQ10X014650 Putative CC-NBS-LRR protein 9.613712348 L4_chemical_C3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.87689688 C6_control_A1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.49717194 C6_control_A3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.53182082 C6_control_B1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 12.30092468 C6_control_B2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 13.34332603 C6_control_B3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 6.105507448 C6_control_C1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 6.630350647 C6_control_C2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 7.207521305 C6_control_C3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.7227234 C6_chemical_A1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.92957159 C6_chemical_A3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.16386878 C6_chemical_B1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 12.12718952 C6_chemical_B2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 13.01688399 C6_chemical_B3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 6.168401751 C6_chemical_C1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 6.785519179 C6_chemical_C2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 6.644238468 C6_chemical_C3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.84571362 L4_control_A1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.92292997 L4_control_A2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.76862083 L4_control_A3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 13.20452971 L4_control_B1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 15.12034693 L4_control_B2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 10.57930838 L4_control_B3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 5.717149448 L4_control_C2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 6.229382613 L4_control_C3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 13.53808417 L4_chemical_A1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.31443069 L4_chemical_A2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.2588472 L4_chemical_A3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.20698753 L4_chemical_B1 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.39882889 L4_chemical_B2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.55553422 L4_chemical_B3 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 6.086512067 L4_chemical_C2 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 7.317878826 L4_chemical_C3 +LQ10X014690 NADPH:quinone oxidoreductase 13.76804577 C6_control_A1 +LQ10X014690 NADPH:quinone oxidoreductase 13.73547679 C6_control_A3 +LQ10X014690 NADPH:quinone oxidoreductase 13.79902216 C6_control_B1 +LQ10X014690 NADPH:quinone oxidoreductase 13.81711896 C6_control_B2 +LQ10X014690 NADPH:quinone oxidoreductase 13.7200393 C6_control_B3 +LQ10X014690 NADPH:quinone oxidoreductase 13.98699535 C6_control_C1 +LQ10X014690 NADPH:quinone oxidoreductase 13.90358143 C6_control_C2 +LQ10X014690 NADPH:quinone oxidoreductase 13.7194432 C6_control_C3 +LQ10X014690 NADPH:quinone oxidoreductase 13.85308917 C6_chemical_A1 +LQ10X014690 NADPH:quinone oxidoreductase 13.77964606 C6_chemical_A3 +LQ10X014690 NADPH:quinone oxidoreductase 13.8821491 C6_chemical_B1 +LQ10X014690 NADPH:quinone oxidoreductase 13.78411895 C6_chemical_B2 +LQ10X014690 NADPH:quinone oxidoreductase 13.58015285 C6_chemical_B3 +LQ10X014690 NADPH:quinone oxidoreductase 13.97670528 C6_chemical_C1 +LQ10X014690 NADPH:quinone oxidoreductase 13.87345317 C6_chemical_C2 +LQ10X014690 NADPH:quinone oxidoreductase 13.42631937 C6_chemical_C3 +LQ10X014690 NADPH:quinone oxidoreductase 13.39697317 L4_control_A1 +LQ10X014690 NADPH:quinone oxidoreductase 12.77405257 L4_control_A2 +LQ10X014690 NADPH:quinone oxidoreductase 12.62152629 L4_control_A3 +LQ10X014690 NADPH:quinone oxidoreductase 12.89561266 L4_control_B1 +LQ10X014690 NADPH:quinone oxidoreductase 12.8548977 L4_control_B2 +LQ10X014690 NADPH:quinone oxidoreductase 13.33117897 L4_control_B3 +LQ10X014690 NADPH:quinone oxidoreductase 13.13813842 L4_control_C2 +LQ10X014690 NADPH:quinone oxidoreductase 12.97881995 L4_control_C3 +LQ10X014690 NADPH:quinone oxidoreductase 13.23427571 L4_chemical_A1 +LQ10X014690 NADPH:quinone oxidoreductase 12.49034458 L4_chemical_A2 +LQ10X014690 NADPH:quinone oxidoreductase 12.63881233 L4_chemical_A3 +LQ10X014690 NADPH:quinone oxidoreductase 13.17804061 L4_chemical_B1 +LQ10X014690 NADPH:quinone oxidoreductase 12.56712526 L4_chemical_B2 +LQ10X014690 NADPH:quinone oxidoreductase 13.03933496 L4_chemical_B3 +LQ10X014690 NADPH:quinone oxidoreductase 12.93379903 L4_chemical_C2 +LQ10X014690 NADPH:quinone oxidoreductase 13.03076133 L4_chemical_C3 +LQ10X014720 Transcription factor, putative 9.041982407 C6_control_A1 +LQ10X014720 Transcription factor, putative 8.190916824 C6_control_A3 +LQ10X014720 Transcription factor, putative 8.931588248 C6_control_B1 +LQ10X014720 Transcription factor, putative 9.832381054 C6_control_B2 +LQ10X014720 Transcription factor, putative 9.018151436 C6_control_B3 +LQ10X014720 Transcription factor, putative 10.73401824 C6_control_C1 +LQ10X014720 Transcription factor, putative 10.50825055 C6_control_C2 +LQ10X014720 Transcription factor, putative 10.38737399 C6_control_C3 +LQ10X014720 Transcription factor, putative 9.337682277 C6_chemical_A1 +LQ10X014720 Transcription factor, putative 8.4094963 C6_chemical_A3 +LQ10X014720 Transcription factor, putative 8.695734689 C6_chemical_B1 +LQ10X014720 Transcription factor, putative 9.751368266 C6_chemical_B2 +LQ10X014720 Transcription factor, putative 9.145365725 C6_chemical_B3 +LQ10X014720 Transcription factor, putative 10.82840201 C6_chemical_C1 +LQ10X014720 Transcription factor, putative 10.69489047 C6_chemical_C2 +LQ10X014720 Transcription factor, putative 10.00526342 C6_chemical_C3 +LQ10X014720 Transcription factor, putative 8.797350295 L4_control_A1 +LQ10X014720 Transcription factor, putative 9.350113065 L4_control_A2 +LQ10X014720 Transcription factor, putative 8.630262679 L4_control_A3 +LQ10X014720 Transcription factor, putative 9.081229012 L4_control_B1 +LQ10X014720 Transcription factor, putative 9.006448997 L4_control_B2 +LQ10X014720 Transcription factor, putative 9.267353064 L4_control_B3 +LQ10X014720 Transcription factor, putative 10.35195779 L4_control_C2 +LQ10X014720 Transcription factor, putative 9.8492323 L4_control_C3 +LQ10X014720 Transcription factor, putative 8.850273601 L4_chemical_A1 +LQ10X014720 Transcription factor, putative 9.647556128 L4_chemical_A2 +LQ10X014720 Transcription factor, putative 8.488393907 L4_chemical_A3 +LQ10X014720 Transcription factor, putative 9.058048144 L4_chemical_B1 +LQ10X014720 Transcription factor, putative 9.211364573 L4_chemical_B2 +LQ10X014720 Transcription factor, putative 8.478881335 L4_chemical_B3 +LQ10X014720 Transcription factor, putative 10.28283492 L4_chemical_C2 +LQ10X014720 Transcription factor, putative 9.803908345 L4_chemical_C3 +LQ10X014740 Predicted protein 11.58830573 C6_control_A1 +LQ10X014740 Predicted protein 11.47719437 C6_control_A3 +LQ10X014740 Predicted protein 12.10046387 C6_control_B1 +LQ10X014740 Predicted protein 12.23116046 C6_control_B2 +LQ10X014740 Predicted protein 12.49477807 C6_control_B3 +LQ10X014740 Predicted protein 13.14391363 C6_control_C1 +LQ10X014740 Predicted protein 13.83659255 C6_control_C2 +LQ10X014740 Predicted protein 13.67664223 C6_control_C3 +LQ10X014740 Predicted protein 11.47114708 C6_chemical_A1 +LQ10X014740 Predicted protein 11.39891479 C6_chemical_A3 +LQ10X014740 Predicted protein 12.28450261 C6_chemical_B1 +LQ10X014740 Predicted protein 12.54414988 C6_chemical_B2 +LQ10X014740 Predicted protein 12.69931797 C6_chemical_B3 +LQ10X014740 Predicted protein 12.88405709 C6_chemical_C1 +LQ10X014740 Predicted protein 13.61267967 C6_chemical_C2 +LQ10X014740 Predicted protein 13.82292257 C6_chemical_C3 +LQ10X014740 Predicted protein 11.65702389 L4_control_A1 +LQ10X014740 Predicted protein 11.90166772 L4_control_A2 +LQ10X014740 Predicted protein 12.47370094 L4_control_A3 +LQ10X014740 Predicted protein 12.71656287 L4_control_B1 +LQ10X014740 Predicted protein 12.6135453 L4_control_B2 +LQ10X014740 Predicted protein 13.44775651 L4_control_B3 +LQ10X014740 Predicted protein 13.75417886 L4_control_C2 +LQ10X014740 Predicted protein 14.14667138 L4_control_C3 +LQ10X014740 Predicted protein 11.55618305 L4_chemical_A1 +LQ10X014740 Predicted protein 12.11267431 L4_chemical_A2 +LQ10X014740 Predicted protein 12.41406816 L4_chemical_A3 +LQ10X014740 Predicted protein 12.355304 L4_chemical_B1 +LQ10X014740 Predicted protein 12.33741463 L4_chemical_B2 +LQ10X014740 Predicted protein 12.61274385 L4_chemical_B3 +LQ10X014740 Predicted protein 13.70463589 L4_chemical_C2 +LQ10X014740 Predicted protein 14.20633976 L4_chemical_C3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.980483277 C6_control_A1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.184905323 C6_control_A3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.939638376 C6_control_B1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.028583502 C6_control_B2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.292594882 C6_control_B3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.783932975 C6_control_C1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.869711129 C6_control_C2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.820454055 C6_control_C3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.150911656 C6_chemical_A1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.294370867 C6_chemical_A3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.193776663 C6_chemical_B1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.884127803 C6_chemical_B2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.049194199 C6_chemical_B3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.045636912 C6_chemical_C1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.0843617 C6_chemical_C2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.719749811 C6_chemical_C3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.810696372 L4_control_A1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.08652582 L4_control_A2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.319874292 L4_control_A3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.95338927 L4_control_B1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.333105749 L4_control_B2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.895610102 L4_control_B3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.326080536 L4_control_C2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.186676293 L4_control_C3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.238371406 L4_chemical_A1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.014833655 L4_chemical_A2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.073888742 L4_chemical_A3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.385251454 L4_chemical_B1 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.219424925 L4_chemical_B2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 4.837342966 L4_chemical_B3 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.196032753 L4_chemical_C2 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.557438096 L4_chemical_C3 +LQ10X014900 Hypothetical protein 5.797566899 C6_control_A1 +LQ10X014900 Hypothetical protein 6.156963542 C6_control_A3 +LQ10X014900 Hypothetical protein 5.470154759 C6_control_B1 +LQ10X014900 Hypothetical protein 5.805469305 C6_control_B2 +LQ10X014900 Hypothetical protein 5.418461519 C6_control_B3 +LQ10X014900 Hypothetical protein 5.749544986 C6_control_C1 +LQ10X014900 Hypothetical protein 5.67898577 C6_control_C2 +LQ10X014900 Hypothetical protein 5.722833617 C6_control_C3 +LQ10X014900 Hypothetical protein 5.62935756 C6_chemical_A1 +LQ10X014900 Hypothetical protein 5.859997454 C6_chemical_A3 +LQ10X014900 Hypothetical protein 5.418070238 C6_chemical_B1 +LQ10X014900 Hypothetical protein 5.992425029 C6_chemical_B2 +LQ10X014900 Hypothetical protein 5.14942478 C6_chemical_B3 +LQ10X014900 Hypothetical protein 5.618900033 C6_chemical_C1 +LQ10X014900 Hypothetical protein 5.856317829 C6_chemical_C2 +LQ10X014900 Hypothetical protein 5.623415716 C6_chemical_C3 +LQ10X014900 Hypothetical protein 5.835473389 L4_control_A1 +LQ10X014900 Hypothetical protein 5.81078736 L4_control_A2 +LQ10X014900 Hypothetical protein 6.035634373 L4_control_A3 +LQ10X014900 Hypothetical protein 6.952685372 L4_control_B1 +LQ10X014900 Hypothetical protein 6.240414968 L4_control_B2 +LQ10X014900 Hypothetical protein 5.599626916 L4_control_B3 +LQ10X014900 Hypothetical protein 6.597730728 L4_control_C2 +LQ10X014900 Hypothetical protein 5.830979422 L4_control_C3 +LQ10X014900 Hypothetical protein 5.581004316 L4_chemical_A1 +LQ10X014900 Hypothetical protein 5.946340745 L4_chemical_A2 +LQ10X014900 Hypothetical protein 6.982944008 L4_chemical_A3 +LQ10X014900 Hypothetical protein 5.68545263 L4_chemical_B1 +LQ10X014900 Hypothetical protein 5.810877381 L4_chemical_B2 +LQ10X014900 Hypothetical protein 5.994277601 L4_chemical_B3 +LQ10X014900 Hypothetical protein 6.001448166 L4_chemical_C2 +LQ10X014900 Hypothetical protein 5.492377275 L4_chemical_C3 +LQ10X014940 Aquaporin SIP1-1 5.251552953 C6_control_A1 +LQ10X014940 Aquaporin SIP1-1 5.604323269 C6_control_A3 +LQ10X014940 Aquaporin SIP1-1 5.101499074 C6_control_B1 +LQ10X014940 Aquaporin SIP1-1 5.486096803 C6_control_B2 +LQ10X014940 Aquaporin SIP1-1 5.565202356 C6_control_B3 +LQ10X014940 Aquaporin SIP1-1 5.462822664 C6_control_C1 +LQ10X014940 Aquaporin SIP1-1 5.243298411 C6_control_C2 +LQ10X014940 Aquaporin SIP1-1 5.330463158 C6_control_C3 +LQ10X014940 Aquaporin SIP1-1 5.275618388 C6_chemical_A1 +LQ10X014940 Aquaporin SIP1-1 5.704090302 C6_chemical_A3 +LQ10X014940 Aquaporin SIP1-1 5.219375877 C6_chemical_B1 +LQ10X014940 Aquaporin SIP1-1 5.423599342 C6_chemical_B2 +LQ10X014940 Aquaporin SIP1-1 5.123375572 C6_chemical_B3 +LQ10X014940 Aquaporin SIP1-1 5.289828036 C6_chemical_C1 +LQ10X014940 Aquaporin SIP1-1 5.251349088 C6_chemical_C2 +LQ10X014940 Aquaporin SIP1-1 5.43956265 C6_chemical_C3 +LQ10X014940 Aquaporin SIP1-1 5.431612239 L4_control_A1 +LQ10X014940 Aquaporin SIP1-1 5.709485212 L4_control_A2 +LQ10X014940 Aquaporin SIP1-1 5.631713965 L4_control_A3 +LQ10X014940 Aquaporin SIP1-1 5.318268758 L4_control_B1 +LQ10X014940 Aquaporin SIP1-1 5.636634199 L4_control_B2 +LQ10X014940 Aquaporin SIP1-1 5.362080755 L4_control_B3 +LQ10X014940 Aquaporin SIP1-1 4.971389785 L4_control_C2 +LQ10X014940 Aquaporin SIP1-1 5.15326674 L4_control_C3 +LQ10X014940 Aquaporin SIP1-1 5.140656489 L4_chemical_A1 +LQ10X014940 Aquaporin SIP1-1 5.382976037 L4_chemical_A2 +LQ10X014940 Aquaporin SIP1-1 5.396711099 L4_chemical_A3 +LQ10X014940 Aquaporin SIP1-1 5.604177641 L4_chemical_B1 +LQ10X014940 Aquaporin SIP1-1 5.457372147 L4_chemical_B2 +LQ10X014940 Aquaporin SIP1-1 5.171869456 L4_chemical_B3 +LQ10X014940 Aquaporin SIP1-1 5.668754394 L4_chemical_C2 +LQ10X014940 Aquaporin SIP1-1 5.07390872 L4_chemical_C3 +LQ10X014960 Two-component response regulator ARR9 5.682971583 C6_control_A1 +LQ10X014960 Two-component response regulator ARR9 5.412185695 C6_control_A3 +LQ10X014960 Two-component response regulator ARR9 5.476289248 C6_control_B1 +LQ10X014960 Two-component response regulator ARR9 5.454374526 C6_control_B2 +LQ10X014960 Two-component response regulator ARR9 5.722409513 C6_control_B3 +LQ10X014960 Two-component response regulator ARR9 5.567639242 C6_control_C1 +LQ10X014960 Two-component response regulator ARR9 5.367851922 C6_control_C2 +LQ10X014960 Two-component response regulator ARR9 5.351438813 C6_control_C3 +LQ10X014960 Two-component response regulator ARR9 5.98114712 C6_chemical_A1 +LQ10X014960 Two-component response regulator ARR9 5.529451488 C6_chemical_A3 +LQ10X014960 Two-component response regulator ARR9 5.809574425 C6_chemical_B1 +LQ10X014960 Two-component response regulator ARR9 5.753185099 C6_chemical_B2 +LQ10X014960 Two-component response regulator ARR9 5.680029979 C6_chemical_B3 +LQ10X014960 Two-component response regulator ARR9 5.847988486 C6_chemical_C1 +LQ10X014960 Two-component response regulator ARR9 5.531184926 C6_chemical_C2 +LQ10X014960 Two-component response regulator ARR9 5.580166115 C6_chemical_C3 +LQ10X014960 Two-component response regulator ARR9 5.417989301 L4_control_A1 +LQ10X014960 Two-component response regulator ARR9 6.140329679 L4_control_A2 +LQ10X014960 Two-component response regulator ARR9 6.179102845 L4_control_A3 +LQ10X014960 Two-component response regulator ARR9 6.205495634 L4_control_B1 +LQ10X014960 Two-component response regulator ARR9 5.63279436 L4_control_B2 +LQ10X014960 Two-component response regulator ARR9 5.750531799 L4_control_B3 +LQ10X014960 Two-component response regulator ARR9 6.131995069 L4_control_C2 +LQ10X014960 Two-component response regulator ARR9 5.662141707 L4_control_C3 +LQ10X014960 Two-component response regulator ARR9 5.663037787 L4_chemical_A1 +LQ10X014960 Two-component response regulator ARR9 5.917014632 L4_chemical_A2 +LQ10X014960 Two-component response regulator ARR9 5.84240639 L4_chemical_A3 +LQ10X014960 Two-component response regulator ARR9 5.788151612 L4_chemical_B1 +LQ10X014960 Two-component response regulator ARR9 5.638376845 L4_chemical_B2 +LQ10X014960 Two-component response regulator ARR9 5.323482091 L4_chemical_B3 +LQ10X014960 Two-component response regulator ARR9 5.813662757 L4_chemical_C2 +LQ10X014960 Two-component response regulator ARR9 5.357067994 L4_chemical_C3 +LQ10X014970 60S ribosomal protein L7-1 12.81936982 C6_control_A1 +LQ10X014970 60S ribosomal protein L7-1 13.11114092 C6_control_A3 +LQ10X014970 60S ribosomal protein L7-1 12.51780758 C6_control_B1 +LQ10X014970 60S ribosomal protein L7-1 13.19840096 C6_control_B2 +LQ10X014970 60S ribosomal protein L7-1 12.62805151 C6_control_B3 +LQ10X014970 60S ribosomal protein L7-1 12.95899368 C6_control_C1 +LQ10X014970 60S ribosomal protein L7-1 13.15557875 C6_control_C2 +LQ10X014970 60S ribosomal protein L7-1 13.27808529 C6_control_C3 +LQ10X014970 60S ribosomal protein L7-1 12.7100601 C6_chemical_A1 +LQ10X014970 60S ribosomal protein L7-1 12.72564151 C6_chemical_A3 +LQ10X014970 60S ribosomal protein L7-1 12.07209738 C6_chemical_B1 +LQ10X014970 60S ribosomal protein L7-1 13.19635271 C6_chemical_B2 +LQ10X014970 60S ribosomal protein L7-1 12.78599641 C6_chemical_B3 +LQ10X014970 60S ribosomal protein L7-1 13.14278277 C6_chemical_C1 +LQ10X014970 60S ribosomal protein L7-1 13.3688791 C6_chemical_C2 +LQ10X014970 60S ribosomal protein L7-1 13.52622311 C6_chemical_C3 +LQ10X014970 60S ribosomal protein L7-1 12.97317546 L4_control_A1 +LQ10X014970 60S ribosomal protein L7-1 12.54196443 L4_control_A2 +LQ10X014970 60S ribosomal protein L7-1 12.63514721 L4_control_A3 +LQ10X014970 60S ribosomal protein L7-1 12.54426948 L4_control_B1 +LQ10X014970 60S ribosomal protein L7-1 11.12821268 L4_control_B2 +LQ10X014970 60S ribosomal protein L7-1 12.95386471 L4_control_B3 +LQ10X014970 60S ribosomal protein L7-1 11.94058185 L4_control_C2 +LQ10X014970 60S ribosomal protein L7-1 12.25348202 L4_control_C3 +LQ10X014970 60S ribosomal protein L7-1 13.47872772 L4_chemical_A1 +LQ10X014970 60S ribosomal protein L7-1 12.31852811 L4_chemical_A2 +LQ10X014970 60S ribosomal protein L7-1 12.79485143 L4_chemical_A3 +LQ10X014970 60S ribosomal protein L7-1 11.76552654 L4_chemical_B1 +LQ10X014970 60S ribosomal protein L7-1 11.77413364 L4_chemical_B2 +LQ10X014970 60S ribosomal protein L7-1 12.92517014 L4_chemical_B3 +LQ10X014970 60S ribosomal protein L7-1 11.81972128 L4_chemical_C2 +LQ10X014970 60S ribosomal protein L7-1 12.67236273 L4_chemical_C3 +LQ10X015000 F-box protein At3g54460 5.100021832 C6_control_A1 +LQ10X015000 F-box protein At3g54460 5.186327343 C6_control_A3 +LQ10X015000 F-box protein At3g54460 5.291910096 C6_control_B1 +LQ10X015000 F-box protein At3g54460 5.149449147 C6_control_B2 +LQ10X015000 F-box protein At3g54460 4.862021896 C6_control_B3 +LQ10X015000 F-box protein At3g54460 5.411243787 C6_control_C1 +LQ10X015000 F-box protein At3g54460 5.39872701 C6_control_C2 +LQ10X015000 F-box protein At3g54460 5.012976832 C6_control_C3 +LQ10X015000 F-box protein At3g54460 5.19467717 C6_chemical_A1 +LQ10X015000 F-box protein At3g54460 5.032924975 C6_chemical_A3 +LQ10X015000 F-box protein At3g54460 5.301897672 C6_chemical_B1 +LQ10X015000 F-box protein At3g54460 5.071378298 C6_chemical_B2 +LQ10X015000 F-box protein At3g54460 5.066719813 C6_chemical_B3 +LQ10X015000 F-box protein At3g54460 5.004186397 C6_chemical_C1 +LQ10X015000 F-box protein At3g54460 5.268338869 C6_chemical_C2 +LQ10X015000 F-box protein At3g54460 5.577678664 C6_chemical_C3 +LQ10X015000 F-box protein At3g54460 5.325298812 L4_control_A1 +LQ10X015000 F-box protein At3g54460 4.966200022 L4_control_A2 +LQ10X015000 F-box protein At3g54460 5.111398392 L4_control_A3 +LQ10X015000 F-box protein At3g54460 4.822143088 L4_control_B1 +LQ10X015000 F-box protein At3g54460 5.113068959 L4_control_B2 +LQ10X015000 F-box protein At3g54460 5.106471849 L4_control_B3 +LQ10X015000 F-box protein At3g54460 5.059919193 L4_control_C2 +LQ10X015000 F-box protein At3g54460 5.563784588 L4_control_C3 +LQ10X015000 F-box protein At3g54460 4.887080283 L4_chemical_A1 +LQ10X015000 F-box protein At3g54460 5.158939768 L4_chemical_A2 +LQ10X015000 F-box protein At3g54460 4.970131115 L4_chemical_A3 +LQ10X015000 F-box protein At3g54460 4.723777475 L4_chemical_B1 +LQ10X015000 F-box protein At3g54460 5.278557571 L4_chemical_B2 +LQ10X015000 F-box protein At3g54460 5.108957952 L4_chemical_B3 +LQ10X015000 F-box protein At3g54460 4.941673989 L4_chemical_C2 +LQ10X015000 F-box protein At3g54460 5.134601586 L4_chemical_C3 +LQ10X015060 Flowering time control protein FY 4.542058373 C6_control_A1 +LQ10X015060 Flowering time control protein FY 4.954764368 C6_control_A3 +LQ10X015060 Flowering time control protein FY 4.87260367 C6_control_B1 +LQ10X015060 Flowering time control protein FY 4.567619778 C6_control_B2 +LQ10X015060 Flowering time control protein FY 4.713454481 C6_control_B3 +LQ10X015060 Flowering time control protein FY 4.702078451 C6_control_C1 +LQ10X015060 Flowering time control protein FY 4.743096406 C6_control_C2 +LQ10X015060 Flowering time control protein FY 4.606891489 C6_control_C3 +LQ10X015060 Flowering time control protein FY 4.856723296 C6_chemical_A1 +LQ10X015060 Flowering time control protein FY 4.769081226 C6_chemical_A3 +LQ10X015060 Flowering time control protein FY 4.771159555 C6_chemical_B1 +LQ10X015060 Flowering time control protein FY 4.706338012 C6_chemical_B2 +LQ10X015060 Flowering time control protein FY 4.737909591 C6_chemical_B3 +LQ10X015060 Flowering time control protein FY 4.931069257 C6_chemical_C1 +LQ10X015060 Flowering time control protein FY 4.734801407 C6_chemical_C2 +LQ10X015060 Flowering time control protein FY 4.62334615 C6_chemical_C3 +LQ10X015060 Flowering time control protein FY 4.933926652 L4_control_A1 +LQ10X015060 Flowering time control protein FY 4.836780157 L4_control_A2 +LQ10X015060 Flowering time control protein FY 5.613512523 L4_control_A3 +LQ10X015060 Flowering time control protein FY 6.273403769 L4_control_B1 +LQ10X015060 Flowering time control protein FY 6.405153468 L4_control_B2 +LQ10X015060 Flowering time control protein FY 4.759893834 L4_control_B3 +LQ10X015060 Flowering time control protein FY 6.229089894 L4_control_C2 +LQ10X015060 Flowering time control protein FY 5.307447822 L4_control_C3 +LQ10X015060 Flowering time control protein FY 5.24352667 L4_chemical_A1 +LQ10X015060 Flowering time control protein FY 4.668076503 L4_chemical_A2 +LQ10X015060 Flowering time control protein FY 5.452998087 L4_chemical_A3 +LQ10X015060 Flowering time control protein FY 5.020076425 L4_chemical_B1 +LQ10X015060 Flowering time control protein FY 5.159033463 L4_chemical_B2 +LQ10X015060 Flowering time control protein FY 4.782274614 L4_chemical_B3 +LQ10X015060 Flowering time control protein FY 5.77809667 L4_chemical_C2 +LQ10X015060 Flowering time control protein FY 5.323430505 L4_chemical_C3 +LQ10X015090 Electron transporter, putative 5.488962894 C6_control_A1 +LQ10X015090 Electron transporter, putative 6.513279381 C6_control_A3 +LQ10X015090 Electron transporter, putative 6.060436037 C6_control_B1 +LQ10X015090 Electron transporter, putative 5.622403093 C6_control_B2 +LQ10X015090 Electron transporter, putative 6.349218992 C6_control_B3 +LQ10X015090 Electron transporter, putative 5.370656327 C6_control_C1 +LQ10X015090 Electron transporter, putative 6.990573576 C6_control_C2 +LQ10X015090 Electron transporter, putative 5.371578683 C6_control_C3 +LQ10X015090 Electron transporter, putative 5.435117533 C6_chemical_A1 +LQ10X015090 Electron transporter, putative 5.146447647 C6_chemical_A3 +LQ10X015090 Electron transporter, putative 6.542728335 C6_chemical_B1 +LQ10X015090 Electron transporter, putative 5.336499102 C6_chemical_B2 +LQ10X015090 Electron transporter, putative 5.997086727 C6_chemical_B3 +LQ10X015090 Electron transporter, putative 5.409682862 C6_chemical_C1 +LQ10X015090 Electron transporter, putative 5.105174842 C6_chemical_C2 +LQ10X015090 Electron transporter, putative 4.911511563 C6_chemical_C3 +LQ10X015090 Electron transporter, putative 5.562607566 L4_control_A1 +LQ10X015090 Electron transporter, putative 5.27869398 L4_control_A2 +LQ10X015090 Electron transporter, putative 5.158218331 L4_control_A3 +LQ10X015090 Electron transporter, putative 5.364152693 L4_control_B1 +LQ10X015090 Electron transporter, putative 5.291897706 L4_control_B2 +LQ10X015090 Electron transporter, putative 5.970192022 L4_control_B3 +LQ10X015090 Electron transporter, putative 5.237358492 L4_control_C2 +LQ10X015090 Electron transporter, putative 5.361209895 L4_control_C3 +LQ10X015090 Electron transporter, putative 5.321480099 L4_chemical_A1 +LQ10X015090 Electron transporter, putative 5.148241422 L4_chemical_A2 +LQ10X015090 Electron transporter, putative 5.413141464 L4_chemical_A3 +LQ10X015090 Electron transporter, putative 6.085565307 L4_chemical_B1 +LQ10X015090 Electron transporter, putative 5.320109107 L4_chemical_B2 +LQ10X015090 Electron transporter, putative 5.57885923 L4_chemical_B3 +LQ10X015090 Electron transporter, putative 5.658829438 L4_chemical_C2 +LQ10X015090 Electron transporter, putative 5.817903034 L4_chemical_C3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.78706626 C6_control_A1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.72965731 C6_control_A3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.7855085 C6_control_B1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.23060059 C6_control_B2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.90618304 C6_control_B3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.22231173 C6_control_C1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.29279965 C6_control_C2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.34872141 C6_control_C3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.46227402 C6_chemical_A1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.87372576 C6_chemical_A3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.53176514 C6_chemical_B1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.14477188 C6_chemical_B2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.62570076 C6_chemical_B3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.65064514 C6_chemical_C1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.9408257 C6_chemical_C2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.36799246 C6_chemical_C3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.98271197 L4_control_A1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.70013585 L4_control_A2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.74315471 L4_control_A3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.59617808 L4_control_B1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.30236026 L4_control_B2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.96988764 L4_control_B3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 10.78931974 L4_control_C2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.42073313 L4_control_C3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.80733287 L4_chemical_A1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.72993226 L4_chemical_A2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.70419302 L4_chemical_A3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.33792097 L4_chemical_B1 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.26294769 L4_chemical_B2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.78668722 L4_chemical_B3 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.09034149 L4_chemical_C2 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.40598984 L4_chemical_C3 +LQ10X015130 Hypothetical protein 5.924956694 C6_control_A1 +LQ10X015130 Hypothetical protein 5.445259647 C6_control_A3 +LQ10X015130 Hypothetical protein 5.294520523 C6_control_B1 +LQ10X015130 Hypothetical protein 7.083742956 C6_control_B2 +LQ10X015130 Hypothetical protein 5.537843343 C6_control_B3 +LQ10X015130 Hypothetical protein 8.517746889 C6_control_C1 +LQ10X015130 Hypothetical protein 8.914176183 C6_control_C2 +LQ10X015130 Hypothetical protein 9.437664242 C6_control_C3 +LQ10X015130 Hypothetical protein 6.133103768 C6_chemical_A1 +LQ10X015130 Hypothetical protein 5.836750801 C6_chemical_A3 +LQ10X015130 Hypothetical protein 5.584601052 C6_chemical_B1 +LQ10X015130 Hypothetical protein 7.249695694 C6_chemical_B2 +LQ10X015130 Hypothetical protein 6.085955062 C6_chemical_B3 +LQ10X015130 Hypothetical protein 8.501102764 C6_chemical_C1 +LQ10X015130 Hypothetical protein 9.050998344 C6_chemical_C2 +LQ10X015130 Hypothetical protein 9.451944552 C6_chemical_C3 +LQ10X015130 Hypothetical protein 5.556943618 L4_control_A1 +LQ10X015130 Hypothetical protein 5.932024802 L4_control_A2 +LQ10X015130 Hypothetical protein 5.729094203 L4_control_A3 +LQ10X015130 Hypothetical protein 5.870351008 L4_control_B1 +LQ10X015130 Hypothetical protein 5.510282565 L4_control_B2 +LQ10X015130 Hypothetical protein 5.906222701 L4_control_B3 +LQ10X015130 Hypothetical protein 6.312551986 L4_control_C2 +LQ10X015130 Hypothetical protein 5.464864856 L4_control_C3 +LQ10X015130 Hypothetical protein 5.995653918 L4_chemical_A1 +LQ10X015130 Hypothetical protein 5.984498488 L4_chemical_A2 +LQ10X015130 Hypothetical protein 5.184771462 L4_chemical_A3 +LQ10X015130 Hypothetical protein 6.018657901 L4_chemical_B1 +LQ10X015130 Hypothetical protein 5.625922024 L4_chemical_B2 +LQ10X015130 Hypothetical protein 5.911395735 L4_chemical_B3 +LQ10X015130 Hypothetical protein 6.041032176 L4_chemical_C2 +LQ10X015130 Hypothetical protein 5.917359947 L4_chemical_C3 +LQ10X015210 Putative Ribonuclease DdI 5.718771673 C6_control_A1 +LQ10X015210 Putative Ribonuclease DdI 9.106024524 C6_control_A3 +LQ10X015210 Putative Ribonuclease DdI 5.408427274 C6_control_B1 +LQ10X015210 Putative Ribonuclease DdI 10.45935785 C6_control_B2 +LQ10X015210 Putative Ribonuclease DdI 7.653598528 C6_control_B3 +LQ10X015210 Putative Ribonuclease DdI 7.549142182 C6_control_C1 +LQ10X015210 Putative Ribonuclease DdI 11.96582914 C6_control_C2 +LQ10X015210 Putative Ribonuclease DdI 9.909842433 C6_control_C3 +LQ10X015210 Putative Ribonuclease DdI 6.133348906 C6_chemical_A1 +LQ10X015210 Putative Ribonuclease DdI 10.64239215 C6_chemical_A3 +LQ10X015210 Putative Ribonuclease DdI 5.2829053 C6_chemical_B1 +LQ10X015210 Putative Ribonuclease DdI 9.148534435 C6_chemical_B2 +LQ10X015210 Putative Ribonuclease DdI 11.79185555 C6_chemical_B3 +LQ10X015210 Putative Ribonuclease DdI 8.894073364 C6_chemical_C1 +LQ10X015210 Putative Ribonuclease DdI 12.72747197 C6_chemical_C2 +LQ10X015210 Putative Ribonuclease DdI 10.73276972 C6_chemical_C3 +LQ10X015210 Putative Ribonuclease DdI 8.900791327 L4_control_A1 +LQ10X015210 Putative Ribonuclease DdI 8.564317958 L4_control_A2 +LQ10X015210 Putative Ribonuclease DdI 8.043156348 L4_control_A3 +LQ10X015210 Putative Ribonuclease DdI 6.869109054 L4_control_B1 +LQ10X015210 Putative Ribonuclease DdI 9.366554869 L4_control_B2 +LQ10X015210 Putative Ribonuclease DdI 7.759833298 L4_control_B3 +LQ10X015210 Putative Ribonuclease DdI 7.731743676 L4_control_C2 +LQ10X015210 Putative Ribonuclease DdI 7.790479715 L4_control_C3 +LQ10X015210 Putative Ribonuclease DdI 7.629314319 L4_chemical_A1 +LQ10X015210 Putative Ribonuclease DdI 9.483413198 L4_chemical_A2 +LQ10X015210 Putative Ribonuclease DdI 7.340591591 L4_chemical_A3 +LQ10X015210 Putative Ribonuclease DdI 10.08229793 L4_chemical_B1 +LQ10X015210 Putative Ribonuclease DdI 9.298147929 L4_chemical_B2 +LQ10X015210 Putative Ribonuclease DdI 10.23197912 L4_chemical_B3 +LQ10X015210 Putative Ribonuclease DdI 6.47564852 L4_chemical_C2 +LQ10X015210 Putative Ribonuclease DdI 9.467072304 L4_chemical_C3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.250932623 C6_control_A1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.939673984 C6_control_A3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.983236178 C6_control_B1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.911803936 C6_control_B2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.391165306 C6_control_B3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.742132557 C6_control_C1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.7693809 C6_control_C2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.794416827 C6_control_C3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.123821756 C6_chemical_A1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.104028047 C6_chemical_A3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.495810001 C6_chemical_B1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.863267475 C6_chemical_B2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.116672482 C6_chemical_B3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.767154496 C6_chemical_C1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.623643016 C6_chemical_C2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.584035721 C6_chemical_C3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.858454576 L4_control_A1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.752570353 L4_control_A2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.414026429 L4_control_A3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.828961885 L4_control_B1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.220535103 L4_control_B2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.334995176 L4_control_B3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.888327452 L4_control_C2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.341328834 L4_control_C3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.08435301 L4_chemical_A1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.402932404 L4_chemical_A2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.332731353 L4_chemical_A3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.812386772 L4_chemical_B1 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.250026496 L4_chemical_B2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.038257111 L4_chemical_B3 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.172982013 L4_chemical_C2 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.947006622 L4_chemical_C3 +LQ10X015330 Acidic endochitinase 9.488455528 C6_control_A1 +LQ10X015330 Acidic endochitinase 12.89868753 C6_control_A3 +LQ10X015330 Acidic endochitinase 5.588970195 C6_control_B1 +LQ10X015330 Acidic endochitinase 5.438010484 C6_control_B2 +LQ10X015330 Acidic endochitinase 5.795721189 C6_control_B3 +LQ10X015330 Acidic endochitinase 5.487941898 C6_control_C1 +LQ10X015330 Acidic endochitinase 5.250165485 C6_control_C2 +LQ10X015330 Acidic endochitinase 5.995631072 C6_control_C3 +LQ10X015330 Acidic endochitinase 11.31827427 C6_chemical_A1 +LQ10X015330 Acidic endochitinase 13.03309575 C6_chemical_A3 +LQ10X015330 Acidic endochitinase 5.41625397 C6_chemical_B1 +LQ10X015330 Acidic endochitinase 5.750232911 C6_chemical_B2 +LQ10X015330 Acidic endochitinase 5.757107955 C6_chemical_B3 +LQ10X015330 Acidic endochitinase 5.166618169 C6_chemical_C1 +LQ10X015330 Acidic endochitinase 5.238279101 C6_chemical_C2 +LQ10X015330 Acidic endochitinase 5.84920532 C6_chemical_C3 +LQ10X015330 Acidic endochitinase 14.23269409 L4_control_A1 +LQ10X015330 Acidic endochitinase 9.881210652 L4_control_A2 +LQ10X015330 Acidic endochitinase 12.85886809 L4_control_A3 +LQ10X015330 Acidic endochitinase 6.9738582 L4_control_B1 +LQ10X015330 Acidic endochitinase 7.325368779 L4_control_B2 +LQ10X015330 Acidic endochitinase 6.394698196 L4_control_B3 +LQ10X015330 Acidic endochitinase 5.437822627 L4_control_C2 +LQ10X015330 Acidic endochitinase 5.0461808 L4_control_C3 +LQ10X015330 Acidic endochitinase 14.57267762 L4_chemical_A1 +LQ10X015330 Acidic endochitinase 10.80200775 L4_chemical_A2 +LQ10X015330 Acidic endochitinase 13.39904285 L4_chemical_A3 +LQ10X015330 Acidic endochitinase 11.58583953 L4_chemical_B1 +LQ10X015330 Acidic endochitinase 6.089397682 L4_chemical_B2 +LQ10X015330 Acidic endochitinase 7.222394162 L4_chemical_B3 +LQ10X015330 Acidic endochitinase 5.593879631 L4_chemical_C2 +LQ10X015330 Acidic endochitinase 5.010407143 L4_chemical_C3 +LQ10X015340 Putative Ribonuclease-like storage protein 4.741022325 C6_control_A1 +LQ10X015340 Putative Ribonuclease-like storage protein 5.069044058 C6_control_A3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.367899176 C6_control_B1 +LQ10X015340 Putative Ribonuclease-like storage protein 5.065205174 C6_control_B2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.064808799 C6_control_B3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.237252211 C6_control_C1 +LQ10X015340 Putative Ribonuclease-like storage protein 4.872424095 C6_control_C2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.194880542 C6_control_C3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.019602344 C6_chemical_A1 +LQ10X015340 Putative Ribonuclease-like storage protein 5.178015899 C6_chemical_A3 +LQ10X015340 Putative Ribonuclease-like storage protein 4.980162287 C6_chemical_B1 +LQ10X015340 Putative Ribonuclease-like storage protein 4.713986028 C6_chemical_B2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.532627482 C6_chemical_B3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.153147736 C6_chemical_C1 +LQ10X015340 Putative Ribonuclease-like storage protein 5.059337376 C6_chemical_C2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.371163116 C6_chemical_C3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.465502321 L4_control_A1 +LQ10X015340 Putative Ribonuclease-like storage protein 5.279575286 L4_control_A2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.869471894 L4_control_A3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.197968941 L4_control_B1 +LQ10X015340 Putative Ribonuclease-like storage protein 5.308057865 L4_control_B2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.069863413 L4_control_B3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.55043708 L4_control_C2 +LQ10X015340 Putative Ribonuclease-like storage protein 6.287154179 L4_control_C3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.367859814 L4_chemical_A1 +LQ10X015340 Putative Ribonuclease-like storage protein 5.353448323 L4_chemical_A2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.716194185 L4_chemical_A3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.438728577 L4_chemical_B1 +LQ10X015340 Putative Ribonuclease-like storage protein 5.456038963 L4_chemical_B2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.176654375 L4_chemical_B3 +LQ10X015340 Putative Ribonuclease-like storage protein 5.744174526 L4_chemical_C2 +LQ10X015340 Putative Ribonuclease-like storage protein 5.685562241 L4_chemical_C3 +LQ10X015480 Putative Ribonuclease 1 5.917693341 C6_control_A1 +LQ10X015480 Putative Ribonuclease 1 5.858469581 C6_control_A3 +LQ10X015480 Putative Ribonuclease 1 7.845621785 C6_control_B1 +LQ10X015480 Putative Ribonuclease 1 7.391636645 C6_control_B2 +LQ10X015480 Putative Ribonuclease 1 11.12173673 C6_control_B3 +LQ10X015480 Putative Ribonuclease 1 11.12608243 C6_control_C1 +LQ10X015480 Putative Ribonuclease 1 11.26675218 C6_control_C2 +LQ10X015480 Putative Ribonuclease 1 12.25179134 C6_control_C3 +LQ10X015480 Putative Ribonuclease 1 6.662181391 C6_chemical_A1 +LQ10X015480 Putative Ribonuclease 1 6.140478284 C6_chemical_A3 +LQ10X015480 Putative Ribonuclease 1 7.722222176 C6_chemical_B1 +LQ10X015480 Putative Ribonuclease 1 8.055303145 C6_chemical_B2 +LQ10X015480 Putative Ribonuclease 1 9.82651632 C6_chemical_B3 +LQ10X015480 Putative Ribonuclease 1 11.73645725 C6_chemical_C1 +LQ10X015480 Putative Ribonuclease 1 11.11184013 C6_chemical_C2 +LQ10X015480 Putative Ribonuclease 1 12.24330301 C6_chemical_C3 +LQ10X015480 Putative Ribonuclease 1 7.575351711 L4_control_A1 +LQ10X015480 Putative Ribonuclease 1 7.544134856 L4_control_A2 +LQ10X015480 Putative Ribonuclease 1 5.931537398 L4_control_A3 +LQ10X015480 Putative Ribonuclease 1 9.515308259 L4_control_B1 +LQ10X015480 Putative Ribonuclease 1 10.88998549 L4_control_B2 +LQ10X015480 Putative Ribonuclease 1 7.162340221 L4_control_B3 +LQ10X015480 Putative Ribonuclease 1 6.148598693 L4_control_C2 +LQ10X015480 Putative Ribonuclease 1 9.05252339 L4_control_C3 +LQ10X015480 Putative Ribonuclease 1 6.315921679 L4_chemical_A1 +LQ10X015480 Putative Ribonuclease 1 8.261666547 L4_chemical_A2 +LQ10X015480 Putative Ribonuclease 1 5.774545207 L4_chemical_A3 +LQ10X015480 Putative Ribonuclease 1 10.23265541 L4_chemical_B1 +LQ10X015480 Putative Ribonuclease 1 8.566979855 L4_chemical_B2 +LQ10X015480 Putative Ribonuclease 1 10.85874913 L4_chemical_B3 +LQ10X015480 Putative Ribonuclease 1 7.186710323 L4_chemical_C2 +LQ10X015480 Putative Ribonuclease 1 10.46683218 L4_chemical_C3 +LQ10X015490 Putative Uncharacterized protein ycf60 14.10388915 C6_control_A1 +LQ10X015490 Putative Uncharacterized protein ycf60 14.39253309 C6_control_A3 +LQ10X015490 Putative Uncharacterized protein ycf60 13.6279941 C6_control_B1 +LQ10X015490 Putative Uncharacterized protein ycf60 13.48301163 C6_control_B2 +LQ10X015490 Putative Uncharacterized protein ycf60 13.51714305 C6_control_B3 +LQ10X015490 Putative Uncharacterized protein ycf60 12.72144484 C6_control_C1 +LQ10X015490 Putative Uncharacterized protein ycf60 13.41524036 C6_control_C2 +LQ10X015490 Putative Uncharacterized protein ycf60 12.9553483 C6_control_C3 +LQ10X015490 Putative Uncharacterized protein ycf60 13.97396888 C6_chemical_A1 +LQ10X015490 Putative Uncharacterized protein ycf60 14.36048545 C6_chemical_A3 +LQ10X015490 Putative Uncharacterized protein ycf60 13.57522414 C6_chemical_B1 +LQ10X015490 Putative Uncharacterized protein ycf60 13.37066234 C6_chemical_B2 +LQ10X015490 Putative Uncharacterized protein ycf60 13.67020953 C6_chemical_B3 +LQ10X015490 Putative Uncharacterized protein ycf60 12.83672826 C6_chemical_C1 +LQ10X015490 Putative Uncharacterized protein ycf60 13.22775844 C6_chemical_C2 +LQ10X015490 Putative Uncharacterized protein ycf60 12.88319039 C6_chemical_C3 +LQ10X015490 Putative Uncharacterized protein ycf60 13.96202119 L4_control_A1 +LQ10X015490 Putative Uncharacterized protein ycf60 14.04355749 L4_control_A2 +LQ10X015490 Putative Uncharacterized protein ycf60 14.22997267 L4_control_A3 +LQ10X015490 Putative Uncharacterized protein ycf60 12.91561225 L4_control_B1 +LQ10X015490 Putative Uncharacterized protein ycf60 13.9860111 L4_control_B2 +LQ10X015490 Putative Uncharacterized protein ycf60 13.35413852 L4_control_B3 +LQ10X015490 Putative Uncharacterized protein ycf60 13.73978803 L4_control_C2 +LQ10X015490 Putative Uncharacterized protein ycf60 13.56926809 L4_control_C3 +LQ10X015490 Putative Uncharacterized protein ycf60 13.75783978 L4_chemical_A1 +LQ10X015490 Putative Uncharacterized protein ycf60 13.62640734 L4_chemical_A2 +LQ10X015490 Putative Uncharacterized protein ycf60 13.73704057 L4_chemical_A3 +LQ10X015490 Putative Uncharacterized protein ycf60 13.2697587 L4_chemical_B1 +LQ10X015490 Putative Uncharacterized protein ycf60 13.47826434 L4_chemical_B2 +LQ10X015490 Putative Uncharacterized protein ycf60 13.46043707 L4_chemical_B3 +LQ10X015490 Putative Uncharacterized protein ycf60 13.53599149 L4_chemical_C2 +LQ10X015490 Putative Uncharacterized protein ycf60 13.53954633 L4_chemical_C3 +LQ10X015500 Putative uncharacterized protein 5.429217514 C6_control_A1 +LQ10X015500 Putative uncharacterized protein 5.646113634 C6_control_A3 +LQ10X015500 Putative uncharacterized protein 5.643034723 C6_control_B1 +LQ10X015500 Putative uncharacterized protein 5.307476982 C6_control_B2 +LQ10X015500 Putative uncharacterized protein 5.420159305 C6_control_B3 +LQ10X015500 Putative uncharacterized protein 5.303780137 C6_control_C1 +LQ10X015500 Putative uncharacterized protein 5.752988954 C6_control_C2 +LQ10X015500 Putative uncharacterized protein 5.562127446 C6_control_C3 +LQ10X015500 Putative uncharacterized protein 5.373848543 C6_chemical_A1 +LQ10X015500 Putative uncharacterized protein 5.816786429 C6_chemical_A3 +LQ10X015500 Putative uncharacterized protein 6.504481594 C6_chemical_B1 +LQ10X015500 Putative uncharacterized protein 5.45925206 C6_chemical_B2 +LQ10X015500 Putative uncharacterized protein 5.482869727 C6_chemical_B3 +LQ10X015500 Putative uncharacterized protein 5.788038109 C6_chemical_C1 +LQ10X015500 Putative uncharacterized protein 5.39904516 C6_chemical_C2 +LQ10X015500 Putative uncharacterized protein 5.693740152 C6_chemical_C3 +LQ10X015500 Putative uncharacterized protein 5.579108655 L4_control_A1 +LQ10X015500 Putative uncharacterized protein 5.381608889 L4_control_A2 +LQ10X015500 Putative uncharacterized protein 5.333267638 L4_control_A3 +LQ10X015500 Putative uncharacterized protein 4.81488461 L4_control_B1 +LQ10X015500 Putative uncharacterized protein 4.866828309 L4_control_B2 +LQ10X015500 Putative uncharacterized protein 5.169397255 L4_control_B3 +LQ10X015500 Putative uncharacterized protein 5.673890934 L4_control_C2 +LQ10X015500 Putative uncharacterized protein 6.719873217 L4_control_C3 +LQ10X015500 Putative uncharacterized protein 5.463394894 L4_chemical_A1 +LQ10X015500 Putative uncharacterized protein 5.394491846 L4_chemical_A2 +LQ10X015500 Putative uncharacterized protein 5.014899231 L4_chemical_A3 +LQ10X015500 Putative uncharacterized protein 5.39645048 L4_chemical_B1 +LQ10X015500 Putative uncharacterized protein 5.201183144 L4_chemical_B2 +LQ10X015500 Putative uncharacterized protein 5.144122517 L4_chemical_B3 +LQ10X015500 Putative uncharacterized protein 5.708386587 L4_chemical_C2 +LQ10X015500 Putative uncharacterized protein 6.081839763 L4_chemical_C3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.834479383 C6_control_A1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.795481505 C6_control_A3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.292577478 C6_control_B1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.12447332 C6_control_B2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.025107565 C6_control_B3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.420473702 C6_control_C1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.34835755 C6_control_C2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.485821998 C6_control_C3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.725156485 C6_chemical_A1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.715682618 C6_chemical_A3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.175227565 C6_chemical_B1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.105680821 C6_chemical_B2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.645990912 C6_chemical_B3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.42941346 C6_chemical_C1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.174354333 C6_chemical_C2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.37372924 C6_chemical_C3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.661168936 L4_control_A1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.483187629 L4_control_A2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.71215914 L4_control_A3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.072602681 L4_control_B1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.466355354 L4_control_B2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.625686986 L4_control_B3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.356759345 L4_control_C2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.78384195 L4_control_C3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.810548902 L4_chemical_A1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.822212312 L4_chemical_A2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.88333399 L4_chemical_A3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.647716437 L4_chemical_B1 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.942253651 L4_chemical_B2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.835693548 L4_chemical_B3 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.505178814 L4_chemical_C2 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 6.045956191 L4_chemical_C3 +LQ10X015710 Putative uncharacterized protein 5.270558813 C6_control_A1 +LQ10X015710 Putative uncharacterized protein 5.052400914 C6_control_A3 +LQ10X015710 Putative uncharacterized protein 4.712035964 C6_control_B1 +LQ10X015710 Putative uncharacterized protein 5.715470045 C6_control_B2 +LQ10X015710 Putative uncharacterized protein 5.27386957 C6_control_B3 +LQ10X015710 Putative uncharacterized protein 5.347905147 C6_control_C1 +LQ10X015710 Putative uncharacterized protein 5.604569724 C6_control_C2 +LQ10X015710 Putative uncharacterized protein 5.62350484 C6_control_C3 +LQ10X015710 Putative uncharacterized protein 5.249720941 C6_chemical_A1 +LQ10X015710 Putative uncharacterized protein 4.938545879 C6_chemical_A3 +LQ10X015710 Putative uncharacterized protein 5.033141762 C6_chemical_B1 +LQ10X015710 Putative uncharacterized protein 5.588221071 C6_chemical_B2 +LQ10X015710 Putative uncharacterized protein 5.428928125 C6_chemical_B3 +LQ10X015710 Putative uncharacterized protein 5.86398987 C6_chemical_C1 +LQ10X015710 Putative uncharacterized protein 5.148028194 C6_chemical_C2 +LQ10X015710 Putative uncharacterized protein 5.33565742 C6_chemical_C3 +LQ10X015710 Putative uncharacterized protein 5.038222714 L4_control_A1 +LQ10X015710 Putative uncharacterized protein 5.412236477 L4_control_A2 +LQ10X015710 Putative uncharacterized protein 5.256805393 L4_control_A3 +LQ10X015710 Putative uncharacterized protein 5.066528308 L4_control_B1 +LQ10X015710 Putative uncharacterized protein 5.105161615 L4_control_B2 +LQ10X015710 Putative uncharacterized protein 4.830725188 L4_control_B3 +LQ10X015710 Putative uncharacterized protein 5.077845757 L4_control_C2 +LQ10X015710 Putative uncharacterized protein 4.785278559 L4_control_C3 +LQ10X015710 Putative uncharacterized protein 4.861272363 L4_chemical_A1 +LQ10X015710 Putative uncharacterized protein 5.070334561 L4_chemical_A2 +LQ10X015710 Putative uncharacterized protein 5.396192795 L4_chemical_A3 +LQ10X015710 Putative uncharacterized protein 5.015105683 L4_chemical_B1 +LQ10X015710 Putative uncharacterized protein 4.796979373 L4_chemical_B2 +LQ10X015710 Putative uncharacterized protein 4.873352416 L4_chemical_B3 +LQ10X015710 Putative uncharacterized protein 4.988392923 L4_chemical_C2 +LQ10X015710 Putative uncharacterized protein 5.078121237 L4_chemical_C3 +LQ10X015720 F-box protein SKIP5 12.98233541 C6_control_A1 +LQ10X015720 F-box protein SKIP5 12.83394182 C6_control_A3 +LQ10X015720 F-box protein SKIP5 13.01435319 C6_control_B1 +LQ10X015720 F-box protein SKIP5 13.22721499 C6_control_B2 +LQ10X015720 F-box protein SKIP5 12.882984 C6_control_B3 +LQ10X015720 F-box protein SKIP5 13.47082787 C6_control_C1 +LQ10X015720 F-box protein SKIP5 13.14997781 C6_control_C2 +LQ10X015720 F-box protein SKIP5 13.67968531 C6_control_C3 +LQ10X015720 F-box protein SKIP5 13.23522147 C6_chemical_A1 +LQ10X015720 F-box protein SKIP5 12.94836323 C6_chemical_A3 +LQ10X015720 F-box protein SKIP5 13.0485958 C6_chemical_B1 +LQ10X015720 F-box protein SKIP5 13.07151395 C6_chemical_B2 +LQ10X015720 F-box protein SKIP5 12.95757913 C6_chemical_B3 +LQ10X015720 F-box protein SKIP5 13.39624524 C6_chemical_C1 +LQ10X015720 F-box protein SKIP5 13.41637898 C6_chemical_C2 +LQ10X015720 F-box protein SKIP5 13.55926364 C6_chemical_C3 +LQ10X015720 F-box protein SKIP5 13.23537206 L4_control_A1 +LQ10X015720 F-box protein SKIP5 13.32678018 L4_control_A2 +LQ10X015720 F-box protein SKIP5 13.46464815 L4_control_A3 +LQ10X015720 F-box protein SKIP5 13.0436153 L4_control_B1 +LQ10X015720 F-box protein SKIP5 13.25714237 L4_control_B2 +LQ10X015720 F-box protein SKIP5 12.76271433 L4_control_B3 +LQ10X015720 F-box protein SKIP5 13.050273 L4_control_C2 +LQ10X015720 F-box protein SKIP5 12.89846366 L4_control_C3 +LQ10X015720 F-box protein SKIP5 13.55054167 L4_chemical_A1 +LQ10X015720 F-box protein SKIP5 13.76413001 L4_chemical_A2 +LQ10X015720 F-box protein SKIP5 13.25565494 L4_chemical_A3 +LQ10X015720 F-box protein SKIP5 13.27883019 L4_chemical_B1 +LQ10X015720 F-box protein SKIP5 13.47928101 L4_chemical_B2 +LQ10X015720 F-box protein SKIP5 12.90710064 L4_chemical_B3 +LQ10X015720 F-box protein SKIP5 13.05449143 L4_chemical_C2 +LQ10X015720 F-box protein SKIP5 12.89655763 L4_chemical_C3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 5.799421205 C6_control_A1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.49347472 C6_control_A3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.696881539 C6_control_B1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.832751405 C6_control_B2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.251829046 C6_control_B3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.531445706 C6_control_C1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.92096482 C6_control_C2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 7.060910992 C6_control_C3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 5.744992697 C6_chemical_A1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.090362518 C6_chemical_A3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 5.844169659 C6_chemical_B1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.628773248 C6_chemical_B2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.061339136 C6_chemical_B3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.402367855 C6_chemical_C1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 7.157379208 C6_chemical_C2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.235943006 C6_chemical_C3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.416602549 L4_control_A1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.054844445 L4_control_A2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.020919012 L4_control_A3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.048709371 L4_control_B1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.847299979 L4_control_B2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.328432025 L4_control_B3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 5.745860518 L4_control_C2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 5.964181979 L4_control_C3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.063942474 L4_chemical_A1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 5.693908228 L4_chemical_A2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.207331232 L4_chemical_A3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.806915375 L4_chemical_B1 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.518578066 L4_chemical_B2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.236264073 L4_chemical_B3 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 5.513839741 L4_chemical_C2 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 6.056333996 L4_chemical_C3 +LQ10X015870 Annexin D4 11.454699 C6_control_A1 +LQ10X015870 Annexin D4 12.9683517 C6_control_A3 +LQ10X015870 Annexin D4 12.52200355 C6_control_B1 +LQ10X015870 Annexin D4 13.95872361 C6_control_B2 +LQ10X015870 Annexin D4 13.89242131 C6_control_B3 +LQ10X015870 Annexin D4 10.22027207 C6_control_C1 +LQ10X015870 Annexin D4 11.89082628 C6_control_C2 +LQ10X015870 Annexin D4 10.48050403 C6_control_C3 +LQ10X015870 Annexin D4 10.80558098 C6_chemical_A1 +LQ10X015870 Annexin D4 12.47690889 C6_chemical_A3 +LQ10X015870 Annexin D4 12.91222564 C6_chemical_B1 +LQ10X015870 Annexin D4 13.70524219 C6_chemical_B2 +LQ10X015870 Annexin D4 13.67842286 C6_chemical_B3 +LQ10X015870 Annexin D4 9.522194525 C6_chemical_C1 +LQ10X015870 Annexin D4 10.35786181 C6_chemical_C2 +LQ10X015870 Annexin D4 10.53287522 C6_chemical_C3 +LQ10X015870 Annexin D4 13.09258946 L4_control_A1 +LQ10X015870 Annexin D4 13.03963751 L4_control_A2 +LQ10X015870 Annexin D4 13.44941633 L4_control_A3 +LQ10X015870 Annexin D4 14.23604215 L4_control_B1 +LQ10X015870 Annexin D4 14.24337661 L4_control_B2 +LQ10X015870 Annexin D4 15.09618891 L4_control_B3 +LQ10X015870 Annexin D4 10.76387265 L4_control_C2 +LQ10X015870 Annexin D4 12.51321591 L4_control_C3 +LQ10X015870 Annexin D4 12.17237294 L4_chemical_A1 +LQ10X015870 Annexin D4 11.35649304 L4_chemical_A2 +LQ10X015870 Annexin D4 12.42231993 L4_chemical_A3 +LQ10X015870 Annexin D4 13.15806991 L4_chemical_B1 +LQ10X015870 Annexin D4 12.87555866 L4_chemical_B2 +LQ10X015870 Annexin D4 14.34840461 L4_chemical_B3 +LQ10X015870 Annexin D4 11.3667387 L4_chemical_C2 +LQ10X015870 Annexin D4 12.3771441 L4_chemical_C3 +LQ10X015880 Annexin D3 11.97204246 C6_control_A1 +LQ10X015880 Annexin D3 12.63236171 C6_control_A3 +LQ10X015880 Annexin D3 12.6206226 C6_control_B1 +LQ10X015880 Annexin D3 13.66470494 C6_control_B2 +LQ10X015880 Annexin D3 13.5429684 C6_control_B3 +LQ10X015880 Annexin D3 12.45083717 C6_control_C1 +LQ10X015880 Annexin D3 12.61585643 C6_control_C2 +LQ10X015880 Annexin D3 12.48752233 C6_control_C3 +LQ10X015880 Annexin D3 11.2158885 C6_chemical_A1 +LQ10X015880 Annexin D3 12.3793252 C6_chemical_A3 +LQ10X015880 Annexin D3 12.35205854 C6_chemical_B1 +LQ10X015880 Annexin D3 13.67882163 C6_chemical_B2 +LQ10X015880 Annexin D3 13.21259099 C6_chemical_B3 +LQ10X015880 Annexin D3 11.8711316 C6_chemical_C1 +LQ10X015880 Annexin D3 11.95076085 C6_chemical_C2 +LQ10X015880 Annexin D3 12.0230403 C6_chemical_C3 +LQ10X015880 Annexin D3 12.76808327 L4_control_A1 +LQ10X015880 Annexin D3 12.38956875 L4_control_A2 +LQ10X015880 Annexin D3 12.9877043 L4_control_A3 +LQ10X015880 Annexin D3 13.62820125 L4_control_B1 +LQ10X015880 Annexin D3 12.82082897 L4_control_B2 +LQ10X015880 Annexin D3 14.87920497 L4_control_B3 +LQ10X015880 Annexin D3 11.65079235 L4_control_C2 +LQ10X015880 Annexin D3 12.06597131 L4_control_C3 +LQ10X015880 Annexin D3 12.44600987 L4_chemical_A1 +LQ10X015880 Annexin D3 11.31488158 L4_chemical_A2 +LQ10X015880 Annexin D3 12.579276 L4_chemical_A3 +LQ10X015880 Annexin D3 12.54223866 L4_chemical_B1 +LQ10X015880 Annexin D3 11.98103768 L4_chemical_B2 +LQ10X015880 Annexin D3 13.69258928 L4_chemical_B3 +LQ10X015880 Annexin D3 11.48847938 L4_chemical_C2 +LQ10X015880 Annexin D3 12.20545588 L4_chemical_C3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.6787673 C6_control_A1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.74144766 C6_control_A3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 14.03887116 C6_control_B1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 14.07770984 C6_control_B2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.81952726 C6_control_B3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.23836616 C6_control_C1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.71481294 C6_control_C2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.13851659 C6_control_C3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.59171075 C6_chemical_A1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.94335896 C6_chemical_A3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.95450472 C6_chemical_B1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 14.18605873 C6_chemical_B2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.6456423 C6_chemical_B3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.10469946 C6_chemical_C1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.39074109 C6_chemical_C2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 12.83461176 C6_chemical_C3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.12215631 L4_control_A1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 12.99263782 L4_control_A2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.04683605 L4_control_A3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.43275519 L4_control_B1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.79189302 L4_control_B2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.61319839 L4_control_B3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.61208608 L4_control_C2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.53522409 L4_control_C3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 12.57501948 L4_chemical_A1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 12.7113575 L4_chemical_A2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 12.52464476 L4_chemical_A3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.29733705 L4_chemical_B1 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.36442948 L4_chemical_B2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.32799123 L4_chemical_B3 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.34240701 L4_chemical_C2 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.48098768 L4_chemical_C3 +LQ10X015940 Putative beta-phosphoglucomutase 4.599470331 C6_control_A1 +LQ10X015940 Putative beta-phosphoglucomutase 4.848852964 C6_control_A3 +LQ10X015940 Putative beta-phosphoglucomutase 4.714702679 C6_control_B1 +LQ10X015940 Putative beta-phosphoglucomutase 4.833318603 C6_control_B2 +LQ10X015940 Putative beta-phosphoglucomutase 4.549667672 C6_control_B3 +LQ10X015940 Putative beta-phosphoglucomutase 4.902991355 C6_control_C1 +LQ10X015940 Putative beta-phosphoglucomutase 4.915166065 C6_control_C2 +LQ10X015940 Putative beta-phosphoglucomutase 4.943705424 C6_control_C3 +LQ10X015940 Putative beta-phosphoglucomutase 4.676253413 C6_chemical_A1 +LQ10X015940 Putative beta-phosphoglucomutase 4.802858425 C6_chemical_A3 +LQ10X015940 Putative beta-phosphoglucomutase 4.639027098 C6_chemical_B1 +LQ10X015940 Putative beta-phosphoglucomutase 4.846795795 C6_chemical_B2 +LQ10X015940 Putative beta-phosphoglucomutase 4.82268284 C6_chemical_B3 +LQ10X015940 Putative beta-phosphoglucomutase 4.734764694 C6_chemical_C1 +LQ10X015940 Putative beta-phosphoglucomutase 4.807705649 C6_chemical_C2 +LQ10X015940 Putative beta-phosphoglucomutase 4.911046151 C6_chemical_C3 +LQ10X015940 Putative beta-phosphoglucomutase 4.709176716 L4_control_A1 +LQ10X015940 Putative beta-phosphoglucomutase 4.767408728 L4_control_A2 +LQ10X015940 Putative beta-phosphoglucomutase 5.05331773 L4_control_A3 +LQ10X015940 Putative beta-phosphoglucomutase 5.324807901 L4_control_B1 +LQ10X015940 Putative beta-phosphoglucomutase 5.224623592 L4_control_B2 +LQ10X015940 Putative beta-phosphoglucomutase 4.863482441 L4_control_B3 +LQ10X015940 Putative beta-phosphoglucomutase 4.886425723 L4_control_C2 +LQ10X015940 Putative beta-phosphoglucomutase 4.757261572 L4_control_C3 +LQ10X015940 Putative beta-phosphoglucomutase 5.018086484 L4_chemical_A1 +LQ10X015940 Putative beta-phosphoglucomutase 4.566095797 L4_chemical_A2 +LQ10X015940 Putative beta-phosphoglucomutase 5.458719316 L4_chemical_A3 +LQ10X015940 Putative beta-phosphoglucomutase 5.210752846 L4_chemical_B1 +LQ10X015940 Putative beta-phosphoglucomutase 5.089644674 L4_chemical_B2 +LQ10X015940 Putative beta-phosphoglucomutase 4.781559574 L4_chemical_B3 +LQ10X015940 Putative beta-phosphoglucomutase 4.806278253 L4_chemical_C2 +LQ10X015940 Putative beta-phosphoglucomutase 4.841029078 L4_chemical_C3 +LQ10X015950 Putative uncharacterized protein 11.49970301 C6_control_A1 +LQ10X015950 Putative uncharacterized protein 11.11270496 C6_control_A3 +LQ10X015950 Putative uncharacterized protein 11.85958765 C6_control_B1 +LQ10X015950 Putative uncharacterized protein 11.59647564 C6_control_B2 +LQ10X015950 Putative uncharacterized protein 12.04041294 C6_control_B3 +LQ10X015950 Putative uncharacterized protein 8.577821419 C6_control_C1 +LQ10X015950 Putative uncharacterized protein 6.886044137 C6_control_C2 +LQ10X015950 Putative uncharacterized protein 8.01231992 C6_control_C3 +LQ10X015950 Putative uncharacterized protein 11.54097274 C6_chemical_A1 +LQ10X015950 Putative uncharacterized protein 11.37700336 C6_chemical_A3 +LQ10X015950 Putative uncharacterized protein 11.54383769 C6_chemical_B1 +LQ10X015950 Putative uncharacterized protein 11.57371121 C6_chemical_B2 +LQ10X015950 Putative uncharacterized protein 11.30162154 C6_chemical_B3 +LQ10X015950 Putative uncharacterized protein 8.280404329 C6_chemical_C1 +LQ10X015950 Putative uncharacterized protein 7.371650487 C6_chemical_C2 +LQ10X015950 Putative uncharacterized protein 7.308858163 C6_chemical_C3 +LQ10X015950 Putative uncharacterized protein 11.87102961 L4_control_A1 +LQ10X015950 Putative uncharacterized protein 11.85341413 L4_control_A2 +LQ10X015950 Putative uncharacterized protein 11.96912839 L4_control_A3 +LQ10X015950 Putative uncharacterized protein 12.31766752 L4_control_B1 +LQ10X015950 Putative uncharacterized protein 12.67983392 L4_control_B2 +LQ10X015950 Putative uncharacterized protein 11.34081548 L4_control_B3 +LQ10X015950 Putative uncharacterized protein 6.538430515 L4_control_C2 +LQ10X015950 Putative uncharacterized protein 7.158683976 L4_control_C3 +LQ10X015950 Putative uncharacterized protein 10.42187288 L4_chemical_A1 +LQ10X015950 Putative uncharacterized protein 11.16570159 L4_chemical_A2 +LQ10X015950 Putative uncharacterized protein 11.0909754 L4_chemical_A3 +LQ10X015950 Putative uncharacterized protein 11.43331679 L4_chemical_B1 +LQ10X015950 Putative uncharacterized protein 11.37437231 L4_chemical_B2 +LQ10X015950 Putative uncharacterized protein 11.63377654 L4_chemical_B3 +LQ10X015950 Putative uncharacterized protein 6.255894147 L4_chemical_C2 +LQ10X015950 Putative uncharacterized protein 7.590629684 L4_chemical_C3 +LQ10X015970 Peroxidase 4 10.55191639 C6_control_A1 +LQ10X015970 Peroxidase 4 11.00977799 C6_control_A3 +LQ10X015970 Peroxidase 4 9.299162331 C6_control_B1 +LQ10X015970 Peroxidase 4 8.460936549 C6_control_B2 +LQ10X015970 Peroxidase 4 7.810480633 C6_control_B3 +LQ10X015970 Peroxidase 4 8.77752038 C6_control_C1 +LQ10X015970 Peroxidase 4 8.191429757 C6_control_C2 +LQ10X015970 Peroxidase 4 9.35810005 C6_control_C3 +LQ10X015970 Peroxidase 4 9.799554388 C6_chemical_A1 +LQ10X015970 Peroxidase 4 10.83560887 C6_chemical_A3 +LQ10X015970 Peroxidase 4 8.520274314 C6_chemical_B1 +LQ10X015970 Peroxidase 4 7.526987911 C6_chemical_B2 +LQ10X015970 Peroxidase 4 8.528661647 C6_chemical_B3 +LQ10X015970 Peroxidase 4 9.275513005 C6_chemical_C1 +LQ10X015970 Peroxidase 4 8.221021856 C6_chemical_C2 +LQ10X015970 Peroxidase 4 8.455829507 C6_chemical_C3 +LQ10X015970 Peroxidase 4 12.37871195 L4_control_A1 +LQ10X015970 Peroxidase 4 10.62305919 L4_control_A2 +LQ10X015970 Peroxidase 4 10.70471345 L4_control_A3 +LQ10X015970 Peroxidase 4 10.73999692 L4_control_B1 +LQ10X015970 Peroxidase 4 10.24918757 L4_control_B2 +LQ10X015970 Peroxidase 4 9.169054866 L4_control_B3 +LQ10X015970 Peroxidase 4 9.377154059 L4_control_C2 +LQ10X015970 Peroxidase 4 9.949250111 L4_control_C3 +LQ10X015970 Peroxidase 4 13.1848663 L4_chemical_A1 +LQ10X015970 Peroxidase 4 11.75562834 L4_chemical_A2 +LQ10X015970 Peroxidase 4 12.01831993 L4_chemical_A3 +LQ10X015970 Peroxidase 4 12.0401912 L4_chemical_B1 +LQ10X015970 Peroxidase 4 10.29508146 L4_chemical_B2 +LQ10X015970 Peroxidase 4 10.33962209 L4_chemical_B3 +LQ10X015970 Peroxidase 4 9.446910763 L4_chemical_C2 +LQ10X015970 Peroxidase 4 9.635147581 L4_chemical_C3 +LQ10X016030 Putative uncharacterized protein 4.964123368 C6_control_A1 +LQ10X016030 Putative uncharacterized protein 5.370609074 C6_control_A3 +LQ10X016030 Putative uncharacterized protein 5.063224026 C6_control_B1 +LQ10X016030 Putative uncharacterized protein 4.594409529 C6_control_B2 +LQ10X016030 Putative uncharacterized protein 4.666345846 C6_control_B3 +LQ10X016030 Putative uncharacterized protein 4.858848663 C6_control_C1 +LQ10X016030 Putative uncharacterized protein 4.596021111 C6_control_C2 +LQ10X016030 Putative uncharacterized protein 4.819286226 C6_control_C3 +LQ10X016030 Putative uncharacterized protein 4.917827009 C6_chemical_A1 +LQ10X016030 Putative uncharacterized protein 4.863235173 C6_chemical_A3 +LQ10X016030 Putative uncharacterized protein 5.367487841 C6_chemical_B1 +LQ10X016030 Putative uncharacterized protein 4.41049072 C6_chemical_B2 +LQ10X016030 Putative uncharacterized protein 4.664218087 C6_chemical_B3 +LQ10X016030 Putative uncharacterized protein 4.837769485 C6_chemical_C1 +LQ10X016030 Putative uncharacterized protein 4.800491292 C6_chemical_C2 +LQ10X016030 Putative uncharacterized protein 4.571707649 C6_chemical_C3 +LQ10X016030 Putative uncharacterized protein 4.946933732 L4_control_A1 +LQ10X016030 Putative uncharacterized protein 5.312464688 L4_control_A2 +LQ10X016030 Putative uncharacterized protein 5.493152444 L4_control_A3 +LQ10X016030 Putative uncharacterized protein 5.495784748 L4_control_B1 +LQ10X016030 Putative uncharacterized protein 4.87522934 L4_control_B2 +LQ10X016030 Putative uncharacterized protein 4.850129457 L4_control_B3 +LQ10X016030 Putative uncharacterized protein 5.8792631 L4_control_C2 +LQ10X016030 Putative uncharacterized protein 5.238502295 L4_control_C3 +LQ10X016030 Putative uncharacterized protein 5.183427593 L4_chemical_A1 +LQ10X016030 Putative uncharacterized protein 5.175421857 L4_chemical_A2 +LQ10X016030 Putative uncharacterized protein 5.210957691 L4_chemical_A3 +LQ10X016030 Putative uncharacterized protein 5.265480364 L4_chemical_B1 +LQ10X016030 Putative uncharacterized protein 5.107957717 L4_chemical_B2 +LQ10X016030 Putative uncharacterized protein 4.808420301 L4_chemical_B3 +LQ10X016030 Putative uncharacterized protein 5.32866239 L4_chemical_C2 +LQ10X016030 Putative uncharacterized protein 5.280678211 L4_chemical_C3 +LQ10X016040 Peroxidase 4 5.61913887 C6_control_A1 +LQ10X016040 Peroxidase 4 5.995465158 C6_control_A3 +LQ10X016040 Peroxidase 4 6.101123807 C6_control_B1 +LQ10X016040 Peroxidase 4 6.122333566 C6_control_B2 +LQ10X016040 Peroxidase 4 5.38721135 C6_control_B3 +LQ10X016040 Peroxidase 4 4.973240701 C6_control_C1 +LQ10X016040 Peroxidase 4 5.22366674 C6_control_C2 +LQ10X016040 Peroxidase 4 5.022392242 C6_control_C3 +LQ10X016040 Peroxidase 4 5.672148682 C6_chemical_A1 +LQ10X016040 Peroxidase 4 5.194328409 C6_chemical_A3 +LQ10X016040 Peroxidase 4 5.163252069 C6_chemical_B1 +LQ10X016040 Peroxidase 4 5.765271826 C6_chemical_B2 +LQ10X016040 Peroxidase 4 5.382995006 C6_chemical_B3 +LQ10X016040 Peroxidase 4 4.819568718 C6_chemical_C1 +LQ10X016040 Peroxidase 4 5.083192095 C6_chemical_C2 +LQ10X016040 Peroxidase 4 5.228827737 C6_chemical_C3 +LQ10X016040 Peroxidase 4 5.611572819 L4_control_A1 +LQ10X016040 Peroxidase 4 5.525735798 L4_control_A2 +LQ10X016040 Peroxidase 4 5.239723389 L4_control_A3 +LQ10X016040 Peroxidase 4 5.13489577 L4_control_B1 +LQ10X016040 Peroxidase 4 5.329508078 L4_control_B2 +LQ10X016040 Peroxidase 4 5.357338778 L4_control_B3 +LQ10X016040 Peroxidase 4 5.631266614 L4_control_C2 +LQ10X016040 Peroxidase 4 5.100264973 L4_control_C3 +LQ10X016040 Peroxidase 4 5.384473028 L4_chemical_A1 +LQ10X016040 Peroxidase 4 5.614968657 L4_chemical_A2 +LQ10X016040 Peroxidase 4 5.441693677 L4_chemical_A3 +LQ10X016040 Peroxidase 4 5.604028096 L4_chemical_B1 +LQ10X016040 Peroxidase 4 5.402165487 L4_chemical_B2 +LQ10X016040 Peroxidase 4 5.729342872 L4_chemical_B3 +LQ10X016040 Peroxidase 4 5.70581601 L4_chemical_C2 +LQ10X016040 Peroxidase 4 5.1244233 L4_chemical_C3 +LQ10X016080 Peroxidase 4 10.76199775 C6_control_A1 +LQ10X016080 Peroxidase 4 10.89418546 C6_control_A3 +LQ10X016080 Peroxidase 4 12.39957744 C6_control_B1 +LQ10X016080 Peroxidase 4 14.18830962 C6_control_B2 +LQ10X016080 Peroxidase 4 14.18657877 C6_control_B3 +LQ10X016080 Peroxidase 4 8.705244302 C6_control_C1 +LQ10X016080 Peroxidase 4 10.56800912 C6_control_C2 +LQ10X016080 Peroxidase 4 9.647803404 C6_control_C3 +LQ10X016080 Peroxidase 4 10.57184978 C6_chemical_A1 +LQ10X016080 Peroxidase 4 11.05453042 C6_chemical_A3 +LQ10X016080 Peroxidase 4 13.28484372 C6_chemical_B1 +LQ10X016080 Peroxidase 4 14.26149743 C6_chemical_B2 +LQ10X016080 Peroxidase 4 14.80330348 C6_chemical_B3 +LQ10X016080 Peroxidase 4 9.271264167 C6_chemical_C1 +LQ10X016080 Peroxidase 4 8.639677676 C6_chemical_C2 +LQ10X016080 Peroxidase 4 8.705647628 C6_chemical_C3 +LQ10X016080 Peroxidase 4 10.63139422 L4_control_A1 +LQ10X016080 Peroxidase 4 10.95429361 L4_control_A2 +LQ10X016080 Peroxidase 4 11.11318801 L4_control_A3 +LQ10X016080 Peroxidase 4 14.33859409 L4_control_B1 +LQ10X016080 Peroxidase 4 14.39224349 L4_control_B2 +LQ10X016080 Peroxidase 4 15.56953874 L4_control_B3 +LQ10X016080 Peroxidase 4 9.414895273 L4_control_C2 +LQ10X016080 Peroxidase 4 11.01576924 L4_control_C3 +LQ10X016080 Peroxidase 4 9.35853456 L4_chemical_A1 +LQ10X016080 Peroxidase 4 10.92493078 L4_chemical_A2 +LQ10X016080 Peroxidase 4 10.80162915 L4_chemical_A3 +LQ10X016080 Peroxidase 4 13.40737489 L4_chemical_B1 +LQ10X016080 Peroxidase 4 14.78817597 L4_chemical_B2 +LQ10X016080 Peroxidase 4 14.20167412 L4_chemical_B3 +LQ10X016080 Peroxidase 4 9.794493316 L4_chemical_C2 +LQ10X016080 Peroxidase 4 10.70297105 L4_chemical_C3 +LQ10X016100 Putative uncharacterized protein 6.649896283 C6_control_A1 +LQ10X016100 Putative uncharacterized protein 5.92387758 C6_control_A3 +LQ10X016100 Putative uncharacterized protein 6.007816951 C6_control_B1 +LQ10X016100 Putative uncharacterized protein 6.529289741 C6_control_B2 +LQ10X016100 Putative uncharacterized protein 5.637251425 C6_control_B3 +LQ10X016100 Putative uncharacterized protein 7.227251089 C6_control_C1 +LQ10X016100 Putative uncharacterized protein 5.944705563 C6_control_C2 +LQ10X016100 Putative uncharacterized protein 6.358184679 C6_control_C3 +LQ10X016100 Putative uncharacterized protein 6.618320848 C6_chemical_A1 +LQ10X016100 Putative uncharacterized protein 6.193492412 C6_chemical_A3 +LQ10X016100 Putative uncharacterized protein 6.105604697 C6_chemical_B1 +LQ10X016100 Putative uncharacterized protein 6.300318752 C6_chemical_B2 +LQ10X016100 Putative uncharacterized protein 5.058046154 C6_chemical_B3 +LQ10X016100 Putative uncharacterized protein 7.272021522 C6_chemical_C1 +LQ10X016100 Putative uncharacterized protein 6.658980696 C6_chemical_C2 +LQ10X016100 Putative uncharacterized protein 5.873702769 C6_chemical_C3 +LQ10X016100 Putative uncharacterized protein 7.147330197 L4_control_A1 +LQ10X016100 Putative uncharacterized protein 6.604960773 L4_control_A2 +LQ10X016100 Putative uncharacterized protein 7.780252508 L4_control_A3 +LQ10X016100 Putative uncharacterized protein 5.32610472 L4_control_B1 +LQ10X016100 Putative uncharacterized protein 5.763592652 L4_control_B2 +LQ10X016100 Putative uncharacterized protein 5.154019172 L4_control_B3 +LQ10X016100 Putative uncharacterized protein 5.32591926 L4_control_C2 +LQ10X016100 Putative uncharacterized protein 5.841346075 L4_control_C3 +LQ10X016100 Putative uncharacterized protein 9.604805211 L4_chemical_A1 +LQ10X016100 Putative uncharacterized protein 7.219347803 L4_chemical_A2 +LQ10X016100 Putative uncharacterized protein 7.965632044 L4_chemical_A3 +LQ10X016100 Putative uncharacterized protein 5.862014548 L4_chemical_B1 +LQ10X016100 Putative uncharacterized protein 6.294744417 L4_chemical_B2 +LQ10X016100 Putative uncharacterized protein 5.509166682 L4_chemical_B3 +LQ10X016100 Putative uncharacterized protein 5.328428689 L4_chemical_C2 +LQ10X016100 Putative uncharacterized protein 5.030137799 L4_chemical_C3 +LQ10X016140 Putative disease resistance protein At3g14460 6.569011273 C6_control_A1 +LQ10X016140 Putative disease resistance protein At3g14460 6.06767344 C6_control_A3 +LQ10X016140 Putative disease resistance protein At3g14460 6.400354821 C6_control_B1 +LQ10X016140 Putative disease resistance protein At3g14460 7.754398137 C6_control_B2 +LQ10X016140 Putative disease resistance protein At3g14460 7.056260166 C6_control_B3 +LQ10X016140 Putative disease resistance protein At3g14460 5.863808013 C6_control_C1 +LQ10X016140 Putative disease resistance protein At3g14460 5.796333006 C6_control_C2 +LQ10X016140 Putative disease resistance protein At3g14460 6.53047701 C6_control_C3 +LQ10X016140 Putative disease resistance protein At3g14460 6.276310925 C6_chemical_A1 +LQ10X016140 Putative disease resistance protein At3g14460 6.401392154 C6_chemical_A3 +LQ10X016140 Putative disease resistance protein At3g14460 5.990910133 C6_chemical_B1 +LQ10X016140 Putative disease resistance protein At3g14460 7.463094124 C6_chemical_B2 +LQ10X016140 Putative disease resistance protein At3g14460 6.51356801 C6_chemical_B3 +LQ10X016140 Putative disease resistance protein At3g14460 5.781278348 C6_chemical_C1 +LQ10X016140 Putative disease resistance protein At3g14460 6.329233503 C6_chemical_C2 +LQ10X016140 Putative disease resistance protein At3g14460 6.268967178 C6_chemical_C3 +LQ10X016140 Putative disease resistance protein At3g14460 6.1092908 L4_control_A1 +LQ10X016140 Putative disease resistance protein At3g14460 6.563982594 L4_control_A2 +LQ10X016140 Putative disease resistance protein At3g14460 5.835133987 L4_control_A3 +LQ10X016140 Putative disease resistance protein At3g14460 6.715279066 L4_control_B1 +LQ10X016140 Putative disease resistance protein At3g14460 6.70505802 L4_control_B2 +LQ10X016140 Putative disease resistance protein At3g14460 6.892146273 L4_control_B3 +LQ10X016140 Putative disease resistance protein At3g14460 5.833198876 L4_control_C2 +LQ10X016140 Putative disease resistance protein At3g14460 5.918325652 L4_control_C3 +LQ10X016140 Putative disease resistance protein At3g14460 6.307657122 L4_chemical_A1 +LQ10X016140 Putative disease resistance protein At3g14460 6.75509153 L4_chemical_A2 +LQ10X016140 Putative disease resistance protein At3g14460 6.254832648 L4_chemical_A3 +LQ10X016140 Putative disease resistance protein At3g14460 6.59028093 L4_chemical_B1 +LQ10X016140 Putative disease resistance protein At3g14460 6.53794551 L4_chemical_B2 +LQ10X016140 Putative disease resistance protein At3g14460 6.800047123 L4_chemical_B3 +LQ10X016140 Putative disease resistance protein At3g14460 5.647594126 L4_chemical_C2 +LQ10X016140 Putative disease resistance protein At3g14460 5.43155981 L4_chemical_C3 +LQ10X016290 Putative Chalcone--flavonone isomerase 8.446652976 C6_control_A1 +LQ10X016290 Putative Chalcone--flavonone isomerase 8.52568838 C6_control_A3 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.626153466 C6_control_B1 +LQ10X016290 Putative Chalcone--flavonone isomerase 7.732746412 C6_control_B2 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.001182615 C6_control_B3 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.741031832 C6_control_C1 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.396549545 C6_control_C2 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.336920905 C6_control_C3 +LQ10X016290 Putative Chalcone--flavonone isomerase 8.1941895 C6_chemical_A1 +LQ10X016290 Putative Chalcone--flavonone isomerase 8.682476092 C6_chemical_A3 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.439067506 C6_chemical_B1 +LQ10X016290 Putative Chalcone--flavonone isomerase 7.118430705 C6_chemical_B2 +LQ10X016290 Putative Chalcone--flavonone isomerase 5.707744167 C6_chemical_B3 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.675556317 C6_chemical_C1 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.101629054 C6_chemical_C2 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.547501337 C6_chemical_C3 +LQ10X016290 Putative Chalcone--flavonone isomerase 9.053556246 L4_control_A1 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.848368105 L4_control_A2 +LQ10X016290 Putative Chalcone--flavonone isomerase 7.406995692 L4_control_A3 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.068311479 L4_control_B1 +LQ10X016290 Putative Chalcone--flavonone isomerase 5.452721132 L4_control_B2 +LQ10X016290 Putative Chalcone--flavonone isomerase 5.81416386 L4_control_B3 +LQ10X016290 Putative Chalcone--flavonone isomerase 5.25883224 L4_control_C2 +LQ10X016290 Putative Chalcone--flavonone isomerase 5.996264143 L4_control_C3 +LQ10X016290 Putative Chalcone--flavonone isomerase 8.506841664 L4_chemical_A1 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.553711308 L4_chemical_A2 +LQ10X016290 Putative Chalcone--flavonone isomerase 9.038086385 L4_chemical_A3 +LQ10X016290 Putative Chalcone--flavonone isomerase 5.812304444 L4_chemical_B1 +LQ10X016290 Putative Chalcone--flavonone isomerase 6.115664163 L4_chemical_B2 +LQ10X016290 Putative Chalcone--flavonone isomerase 7.248108434 L4_chemical_B3 +LQ10X016290 Putative Chalcone--flavonone isomerase 5.088861474 L4_chemical_C2 +LQ10X016290 Putative Chalcone--flavonone isomerase 5.649712207 L4_chemical_C3 +LQ10X016300 RING-H2 finger protein ATL3C 11.94825686 C6_control_A1 +LQ10X016300 RING-H2 finger protein ATL3C 11.29090638 C6_control_A3 +LQ10X016300 RING-H2 finger protein ATL3C 13.08270478 C6_control_B1 +LQ10X016300 RING-H2 finger protein ATL3C 12.55075219 C6_control_B2 +LQ10X016300 RING-H2 finger protein ATL3C 12.60556128 C6_control_B3 +LQ10X016300 RING-H2 finger protein ATL3C 11.80964818 C6_control_C1 +LQ10X016300 RING-H2 finger protein ATL3C 12.6154612 C6_control_C2 +LQ10X016300 RING-H2 finger protein ATL3C 12.32439996 C6_control_C3 +LQ10X016300 RING-H2 finger protein ATL3C 12.09780596 C6_chemical_A1 +LQ10X016300 RING-H2 finger protein ATL3C 11.91510372 C6_chemical_A3 +LQ10X016300 RING-H2 finger protein ATL3C 13.29524316 C6_chemical_B1 +LQ10X016300 RING-H2 finger protein ATL3C 12.73557831 C6_chemical_B2 +LQ10X016300 RING-H2 finger protein ATL3C 12.9632823 C6_chemical_B3 +LQ10X016300 RING-H2 finger protein ATL3C 11.35148453 C6_chemical_C1 +LQ10X016300 RING-H2 finger protein ATL3C 12.56803524 C6_chemical_C2 +LQ10X016300 RING-H2 finger protein ATL3C 13.32387128 C6_chemical_C3 +LQ10X016300 RING-H2 finger protein ATL3C 10.8965901 L4_control_A1 +LQ10X016300 RING-H2 finger protein ATL3C 10.84713944 L4_control_A2 +LQ10X016300 RING-H2 finger protein ATL3C 10.93897743 L4_control_A3 +LQ10X016300 RING-H2 finger protein ATL3C 12.74558329 L4_control_B1 +LQ10X016300 RING-H2 finger protein ATL3C 13.10869467 L4_control_B2 +LQ10X016300 RING-H2 finger protein ATL3C 12.37038635 L4_control_B3 +LQ10X016300 RING-H2 finger protein ATL3C 13.32664106 L4_control_C2 +LQ10X016300 RING-H2 finger protein ATL3C 13.51142161 L4_control_C3 +LQ10X016300 RING-H2 finger protein ATL3C 11.16926504 L4_chemical_A1 +LQ10X016300 RING-H2 finger protein ATL3C 11.20995871 L4_chemical_A2 +LQ10X016300 RING-H2 finger protein ATL3C 10.90184748 L4_chemical_A3 +LQ10X016300 RING-H2 finger protein ATL3C 12.4171607 L4_chemical_B1 +LQ10X016300 RING-H2 finger protein ATL3C 12.66293895 L4_chemical_B2 +LQ10X016300 RING-H2 finger protein ATL3C 12.35440808 L4_chemical_B3 +LQ10X016300 RING-H2 finger protein ATL3C 13.19680059 L4_chemical_C2 +LQ10X016300 RING-H2 finger protein ATL3C 13.69538629 L4_chemical_C3 +LQ10X016330 Expansin-A8 6.362532122 C6_control_A1 +LQ10X016330 Expansin-A8 6.705282886 C6_control_A3 +LQ10X016330 Expansin-A8 5.906285844 C6_control_B1 +LQ10X016330 Expansin-A8 6.726417168 C6_control_B2 +LQ10X016330 Expansin-A8 6.486964134 C6_control_B3 +LQ10X016330 Expansin-A8 5.578148853 C6_control_C1 +LQ10X016330 Expansin-A8 5.595308456 C6_control_C2 +LQ10X016330 Expansin-A8 6.285350985 C6_control_C3 +LQ10X016330 Expansin-A8 6.820230877 C6_chemical_A1 +LQ10X016330 Expansin-A8 6.546214372 C6_chemical_A3 +LQ10X016330 Expansin-A8 6.694210575 C6_chemical_B1 +LQ10X016330 Expansin-A8 6.894392339 C6_chemical_B2 +LQ10X016330 Expansin-A8 6.181761488 C6_chemical_B3 +LQ10X016330 Expansin-A8 5.816366767 C6_chemical_C1 +LQ10X016330 Expansin-A8 5.677471814 C6_chemical_C2 +LQ10X016330 Expansin-A8 6.497864192 C6_chemical_C3 +LQ10X016330 Expansin-A8 6.250084612 L4_control_A1 +LQ10X016330 Expansin-A8 6.161170655 L4_control_A2 +LQ10X016330 Expansin-A8 6.475329022 L4_control_A3 +LQ10X016330 Expansin-A8 5.542050366 L4_control_B1 +LQ10X016330 Expansin-A8 6.319237833 L4_control_B2 +LQ10X016330 Expansin-A8 6.42187786 L4_control_B3 +LQ10X016330 Expansin-A8 5.414918528 L4_control_C2 +LQ10X016330 Expansin-A8 5.23432734 L4_control_C3 +LQ10X016330 Expansin-A8 5.969438291 L4_chemical_A1 +LQ10X016330 Expansin-A8 6.293827843 L4_chemical_A2 +LQ10X016330 Expansin-A8 6.649795432 L4_chemical_A3 +LQ10X016330 Expansin-A8 5.919436962 L4_chemical_B1 +LQ10X016330 Expansin-A8 6.028117115 L4_chemical_B2 +LQ10X016330 Expansin-A8 6.480223326 L4_chemical_B3 +LQ10X016330 Expansin-A8 6.565632164 L4_chemical_C2 +LQ10X016330 Expansin-A8 6.244973515 L4_chemical_C3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.902227699 C6_control_A1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.138078515 C6_control_A3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.686494215 C6_control_B1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.018352644 C6_control_B2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.473089882 C6_control_B3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.889615711 C6_control_C1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.755365318 C6_control_C2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.380210216 C6_control_C3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.782515967 C6_chemical_A1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.375661972 C6_chemical_A3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.082345922 C6_chemical_B1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.487407642 C6_chemical_B2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.164945397 C6_chemical_B3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.843173282 C6_chemical_C1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.108066261 C6_chemical_C2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.043207047 C6_chemical_C3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.532696359 L4_control_A1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.044146066 L4_control_A2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.960114562 L4_control_A3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.067116667 L4_control_B1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.634000183 L4_control_B2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.980799462 L4_control_B3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.798536231 L4_control_C2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.959115947 L4_control_C3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.874504376 L4_chemical_A1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.926644975 L4_chemical_A2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.263444993 L4_chemical_A3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.279858026 L4_chemical_B1 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.852704136 L4_chemical_B2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.930683966 L4_chemical_B3 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 6.36375339 L4_chemical_C2 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.966238863 L4_chemical_C3 +LQ10X016400 Reticulon-like protein B16 5.286502894 C6_control_A1 +LQ10X016400 Reticulon-like protein B16 6.049699002 C6_control_A3 +LQ10X016400 Reticulon-like protein B16 5.217331474 C6_control_B1 +LQ10X016400 Reticulon-like protein B16 5.241171179 C6_control_B2 +LQ10X016400 Reticulon-like protein B16 5.294476582 C6_control_B3 +LQ10X016400 Reticulon-like protein B16 5.053139704 C6_control_C1 +LQ10X016400 Reticulon-like protein B16 5.863716053 C6_control_C2 +LQ10X016400 Reticulon-like protein B16 4.792172892 C6_control_C3 +LQ10X016400 Reticulon-like protein B16 5.092810186 C6_chemical_A1 +LQ10X016400 Reticulon-like protein B16 5.283423242 C6_chemical_A3 +LQ10X016400 Reticulon-like protein B16 4.799913913 C6_chemical_B1 +LQ10X016400 Reticulon-like protein B16 5.301868114 C6_chemical_B2 +LQ10X016400 Reticulon-like protein B16 4.960183239 C6_chemical_B3 +LQ10X016400 Reticulon-like protein B16 5.129443545 C6_chemical_C1 +LQ10X016400 Reticulon-like protein B16 5.18235299 C6_chemical_C2 +LQ10X016400 Reticulon-like protein B16 4.853941848 C6_chemical_C3 +LQ10X016400 Reticulon-like protein B16 5.420967019 L4_control_A1 +LQ10X016400 Reticulon-like protein B16 4.902465199 L4_control_A2 +LQ10X016400 Reticulon-like protein B16 5.253996448 L4_control_A3 +LQ10X016400 Reticulon-like protein B16 5.304731167 L4_control_B1 +LQ10X016400 Reticulon-like protein B16 5.005577322 L4_control_B2 +LQ10X016400 Reticulon-like protein B16 4.933880105 L4_control_B3 +LQ10X016400 Reticulon-like protein B16 4.986782334 L4_control_C2 +LQ10X016400 Reticulon-like protein B16 4.842517447 L4_control_C3 +LQ10X016400 Reticulon-like protein B16 5.150761283 L4_chemical_A1 +LQ10X016400 Reticulon-like protein B16 5.162998667 L4_chemical_A2 +LQ10X016400 Reticulon-like protein B16 5.157325888 L4_chemical_A3 +LQ10X016400 Reticulon-like protein B16 5.216742468 L4_chemical_B1 +LQ10X016400 Reticulon-like protein B16 5.48240849 L4_chemical_B2 +LQ10X016400 Reticulon-like protein B16 5.222613822 L4_chemical_B3 +LQ10X016400 Reticulon-like protein B16 5.74970218 L4_chemical_C2 +LQ10X016400 Reticulon-like protein B16 5.376015556 L4_chemical_C3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.17321713 C6_control_A1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.33174434 C6_control_A3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.19024021 C6_control_B1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.21166975 C6_control_B2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.07734405 C6_control_B3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.8105551 C6_control_C1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.12830364 C6_control_C2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.05325772 C6_control_C3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.30693483 C6_chemical_A1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.40984971 C6_chemical_A3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.43534771 C6_chemical_B1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.25678287 C6_chemical_B2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.09762167 C6_chemical_B3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.86649975 C6_chemical_C1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.23454403 C6_chemical_C2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.90079143 C6_chemical_C3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.88511884 L4_control_A1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.46242801 L4_control_A2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.66880656 L4_control_A3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.86920187 L4_control_B1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.88565423 L4_control_B2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.74347123 L4_control_B3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.07999306 L4_control_C2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.87492577 L4_control_C3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.29642758 L4_chemical_A1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.63899881 L4_chemical_A2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.71333828 L4_chemical_A3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.0954595 L4_chemical_B1 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.95963312 L4_chemical_B2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.78500817 L4_chemical_B3 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.03120986 L4_chemical_C2 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 13.98972143 L4_chemical_C3 +LQ10X016440 Hypothetical protein 8.763446467 C6_control_A1 +LQ10X016440 Hypothetical protein 6.739651489 C6_control_A3 +LQ10X016440 Hypothetical protein 9.599846562 C6_control_B1 +LQ10X016440 Hypothetical protein 10.42972274 C6_control_B2 +LQ10X016440 Hypothetical protein 8.852036065 C6_control_B3 +LQ10X016440 Hypothetical protein 9.045366197 C6_control_C1 +LQ10X016440 Hypothetical protein 8.589700515 C6_control_C2 +LQ10X016440 Hypothetical protein 7.76850324 C6_control_C3 +LQ10X016440 Hypothetical protein 10.03593465 C6_chemical_A1 +LQ10X016440 Hypothetical protein 7.98134766 C6_chemical_A3 +LQ10X016440 Hypothetical protein 10.38138886 C6_chemical_B1 +LQ10X016440 Hypothetical protein 10.95182319 C6_chemical_B2 +LQ10X016440 Hypothetical protein 9.016495481 C6_chemical_B3 +LQ10X016440 Hypothetical protein 10.34319861 C6_chemical_C1 +LQ10X016440 Hypothetical protein 9.863221236 C6_chemical_C2 +LQ10X016440 Hypothetical protein 7.650206824 C6_chemical_C3 +LQ10X016440 Hypothetical protein 8.107086967 L4_control_A1 +LQ10X016440 Hypothetical protein 8.709938648 L4_control_A2 +LQ10X016440 Hypothetical protein 5.482777806 L4_control_A3 +LQ10X016440 Hypothetical protein 8.147215515 L4_control_B1 +LQ10X016440 Hypothetical protein 9.075611584 L4_control_B2 +LQ10X016440 Hypothetical protein 7.954417271 L4_control_B3 +LQ10X016440 Hypothetical protein 7.813809621 L4_control_C2 +LQ10X016440 Hypothetical protein 4.941988061 L4_control_C3 +LQ10X016440 Hypothetical protein 9.426078129 L4_chemical_A1 +LQ10X016440 Hypothetical protein 10.1396922 L4_chemical_A2 +LQ10X016440 Hypothetical protein 5.967849873 L4_chemical_A3 +LQ10X016440 Hypothetical protein 8.998969241 L4_chemical_B1 +LQ10X016440 Hypothetical protein 10.04475063 L4_chemical_B2 +LQ10X016440 Hypothetical protein 8.16172709 L4_chemical_B3 +LQ10X016440 Hypothetical protein 8.212960954 L4_chemical_C2 +LQ10X016440 Hypothetical protein 6.514335126 L4_chemical_C3 +LQ10X016450 40S ribosomal protein S26-1 15.29976472 C6_control_A1 +LQ10X016450 40S ribosomal protein S26-1 15.43324049 C6_control_A3 +LQ10X016450 40S ribosomal protein S26-1 15.02579046 C6_control_B1 +LQ10X016450 40S ribosomal protein S26-1 14.59065468 C6_control_B2 +LQ10X016450 40S ribosomal protein S26-1 14.87134639 C6_control_B3 +LQ10X016450 40S ribosomal protein S26-1 14.20197968 C6_control_C1 +LQ10X016450 40S ribosomal protein S26-1 14.15036441 C6_control_C2 +LQ10X016450 40S ribosomal protein S26-1 13.98277095 C6_control_C3 +LQ10X016450 40S ribosomal protein S26-1 15.17902475 C6_chemical_A1 +LQ10X016450 40S ribosomal protein S26-1 15.11789039 C6_chemical_A3 +LQ10X016450 40S ribosomal protein S26-1 14.89423773 C6_chemical_B1 +LQ10X016450 40S ribosomal protein S26-1 14.19661481 C6_chemical_B2 +LQ10X016450 40S ribosomal protein S26-1 14.65060873 C6_chemical_B3 +LQ10X016450 40S ribosomal protein S26-1 14.16508028 C6_chemical_C1 +LQ10X016450 40S ribosomal protein S26-1 14.19800859 C6_chemical_C2 +LQ10X016450 40S ribosomal protein S26-1 13.86035471 C6_chemical_C3 +LQ10X016450 40S ribosomal protein S26-1 15.43590448 L4_control_A1 +LQ10X016450 40S ribosomal protein S26-1 15.24243412 L4_control_A2 +LQ10X016450 40S ribosomal protein S26-1 15.56160118 L4_control_A3 +LQ10X016450 40S ribosomal protein S26-1 15.20815684 L4_control_B1 +LQ10X016450 40S ribosomal protein S26-1 14.45134976 L4_control_B2 +LQ10X016450 40S ribosomal protein S26-1 14.84141399 L4_control_B3 +LQ10X016450 40S ribosomal protein S26-1 15.05814584 L4_control_C2 +LQ10X016450 40S ribosomal protein S26-1 15.13304571 L4_control_C3 +LQ10X016450 40S ribosomal protein S26-1 15.39215835 L4_chemical_A1 +LQ10X016450 40S ribosomal protein S26-1 15.21375235 L4_chemical_A2 +LQ10X016450 40S ribosomal protein S26-1 15.59542321 L4_chemical_A3 +LQ10X016450 40S ribosomal protein S26-1 15.26993347 L4_chemical_B1 +LQ10X016450 40S ribosomal protein S26-1 14.91850402 L4_chemical_B2 +LQ10X016450 40S ribosomal protein S26-1 15.19741846 L4_chemical_B3 +LQ10X016450 40S ribosomal protein S26-1 15.23890363 L4_chemical_C2 +LQ10X016450 40S ribosomal protein S26-1 14.85852592 L4_chemical_C3 +LQ10X016500 Potassium transporter 2 12.54678353 C6_control_A1 +LQ10X016500 Potassium transporter 2 12.26718939 C6_control_A3 +LQ10X016500 Potassium transporter 2 11.93071431 C6_control_B1 +LQ10X016500 Potassium transporter 2 11.16075589 C6_control_B2 +LQ10X016500 Potassium transporter 2 11.21788658 C6_control_B3 +LQ10X016500 Potassium transporter 2 9.31736032 C6_control_C1 +LQ10X016500 Potassium transporter 2 8.1456642 C6_control_C2 +LQ10X016500 Potassium transporter 2 8.536115823 C6_control_C3 +LQ10X016500 Potassium transporter 2 13.05507687 C6_chemical_A1 +LQ10X016500 Potassium transporter 2 12.37144873 C6_chemical_A3 +LQ10X016500 Potassium transporter 2 12.03634822 C6_chemical_B1 +LQ10X016500 Potassium transporter 2 11.00435331 C6_chemical_B2 +LQ10X016500 Potassium transporter 2 11.60829158 C6_chemical_B3 +LQ10X016500 Potassium transporter 2 9.386104767 C6_chemical_C1 +LQ10X016500 Potassium transporter 2 8.363861947 C6_chemical_C2 +LQ10X016500 Potassium transporter 2 8.377610817 C6_chemical_C3 +LQ10X016500 Potassium transporter 2 12.49962721 L4_control_A1 +LQ10X016500 Potassium transporter 2 12.02600536 L4_control_A2 +LQ10X016500 Potassium transporter 2 12.4966927 L4_control_A3 +LQ10X016500 Potassium transporter 2 11.42899721 L4_control_B1 +LQ10X016500 Potassium transporter 2 11.98885859 L4_control_B2 +LQ10X016500 Potassium transporter 2 11.00374093 L4_control_B3 +LQ10X016500 Potassium transporter 2 8.147055696 L4_control_C2 +LQ10X016500 Potassium transporter 2 8.790123576 L4_control_C3 +LQ10X016500 Potassium transporter 2 11.99102242 L4_chemical_A1 +LQ10X016500 Potassium transporter 2 12.15749606 L4_chemical_A2 +LQ10X016500 Potassium transporter 2 12.49287959 L4_chemical_A3 +LQ10X016500 Potassium transporter 2 11.58148385 L4_chemical_B1 +LQ10X016500 Potassium transporter 2 11.65435128 L4_chemical_B2 +LQ10X016500 Potassium transporter 2 11.48445357 L4_chemical_B3 +LQ10X016500 Potassium transporter 2 8.748616575 L4_chemical_C2 +LQ10X016500 Potassium transporter 2 8.79830438 L4_chemical_C3 +LQ10X016510 Predicted protein 10.08719272 C6_control_A1 +LQ10X016510 Predicted protein 7.797644172 C6_control_A3 +LQ10X016510 Predicted protein 10.4719454 C6_control_B1 +LQ10X016510 Predicted protein 10.25358831 C6_control_B2 +LQ10X016510 Predicted protein 7.887038789 C6_control_B3 +LQ10X016510 Predicted protein 12.92294283 C6_control_C1 +LQ10X016510 Predicted protein 11.725672 C6_control_C2 +LQ10X016510 Predicted protein 9.042556534 C6_control_C3 +LQ10X016510 Predicted protein 10.44272982 C6_chemical_A1 +LQ10X016510 Predicted protein 8.540071412 C6_chemical_A3 +LQ10X016510 Predicted protein 10.72079533 C6_chemical_B1 +LQ10X016510 Predicted protein 10.78809501 C6_chemical_B2 +LQ10X016510 Predicted protein 7.579902586 C6_chemical_B3 +LQ10X016510 Predicted protein 12.91847704 C6_chemical_C1 +LQ10X016510 Predicted protein 12.49174693 C6_chemical_C2 +LQ10X016510 Predicted protein 10.88194516 C6_chemical_C3 +LQ10X016510 Predicted protein 9.065899462 L4_control_A1 +LQ10X016510 Predicted protein 9.456991233 L4_control_A2 +LQ10X016510 Predicted protein 6.764633687 L4_control_A3 +LQ10X016510 Predicted protein 10.17397467 L4_control_B1 +LQ10X016510 Predicted protein 8.640084664 L4_control_B2 +LQ10X016510 Predicted protein 7.627356722 L4_control_B3 +LQ10X016510 Predicted protein 10.58273169 L4_control_C2 +LQ10X016510 Predicted protein 5.386364579 L4_control_C3 +LQ10X016510 Predicted protein 8.688271339 L4_chemical_A1 +LQ10X016510 Predicted protein 9.331991818 L4_chemical_A2 +LQ10X016510 Predicted protein 6.716273131 L4_chemical_A3 +LQ10X016510 Predicted protein 10.53467728 L4_chemical_B1 +LQ10X016510 Predicted protein 9.411716792 L4_chemical_B2 +LQ10X016510 Predicted protein 7.698604628 L4_chemical_B3 +LQ10X016510 Predicted protein 10.82526663 L4_chemical_C2 +LQ10X016510 Predicted protein 5.610838359 L4_chemical_C3 +LQ10X016520 Putative UPF0557 protein C10orf119 9.262976087 C6_control_A1 +LQ10X016520 Putative UPF0557 protein C10orf119 9.551904437 C6_control_A3 +LQ10X016520 Putative UPF0557 protein C10orf119 6.994707325 C6_control_B1 +LQ10X016520 Putative UPF0557 protein C10orf119 6.42446634 C6_control_B2 +LQ10X016520 Putative UPF0557 protein C10orf119 5.426041788 C6_control_B3 +LQ10X016520 Putative UPF0557 protein C10orf119 7.953872679 C6_control_C1 +LQ10X016520 Putative UPF0557 protein C10orf119 6.94374221 C6_control_C2 +LQ10X016520 Putative UPF0557 protein C10orf119 7.769904084 C6_control_C3 +LQ10X016520 Putative UPF0557 protein C10orf119 8.602976967 C6_chemical_A1 +LQ10X016520 Putative UPF0557 protein C10orf119 9.643982191 C6_chemical_A3 +LQ10X016520 Putative UPF0557 protein C10orf119 5.682594397 C6_chemical_B1 +LQ10X016520 Putative UPF0557 protein C10orf119 6.510250575 C6_chemical_B2 +LQ10X016520 Putative UPF0557 protein C10orf119 5.470305887 C6_chemical_B3 +LQ10X016520 Putative UPF0557 protein C10orf119 7.712003243 C6_chemical_C1 +LQ10X016520 Putative UPF0557 protein C10orf119 7.771502643 C6_chemical_C2 +LQ10X016520 Putative UPF0557 protein C10orf119 7.193937376 C6_chemical_C3 +LQ10X016520 Putative UPF0557 protein C10orf119 10.0024369 L4_control_A1 +LQ10X016520 Putative UPF0557 protein C10orf119 9.458106096 L4_control_A2 +LQ10X016520 Putative UPF0557 protein C10orf119 10.25147034 L4_control_A3 +LQ10X016520 Putative UPF0557 protein C10orf119 6.031882585 L4_control_B1 +LQ10X016520 Putative UPF0557 protein C10orf119 6.306139169 L4_control_B2 +LQ10X016520 Putative UPF0557 protein C10orf119 6.77223531 L4_control_B3 +LQ10X016520 Putative UPF0557 protein C10orf119 6.552713173 L4_control_C2 +LQ10X016520 Putative UPF0557 protein C10orf119 6.701779411 L4_control_C3 +LQ10X016520 Putative UPF0557 protein C10orf119 9.074710243 L4_chemical_A1 +LQ10X016520 Putative UPF0557 protein C10orf119 7.229454211 L4_chemical_A2 +LQ10X016520 Putative UPF0557 protein C10orf119 9.541061048 L4_chemical_A3 +LQ10X016520 Putative UPF0557 protein C10orf119 5.718923252 L4_chemical_B1 +LQ10X016520 Putative UPF0557 protein C10orf119 5.769603658 L4_chemical_B2 +LQ10X016520 Putative UPF0557 protein C10orf119 7.698603392 L4_chemical_B3 +LQ10X016520 Putative UPF0557 protein C10orf119 6.628791216 L4_chemical_C2 +LQ10X016520 Putative UPF0557 protein C10orf119 7.572616399 L4_chemical_C3 +LQ10X016530 Predicted protein 13.68257476 C6_control_A1 +LQ10X016530 Predicted protein 13.58934461 C6_control_A3 +LQ10X016530 Predicted protein 13.84550144 C6_control_B1 +LQ10X016530 Predicted protein 13.84330352 C6_control_B2 +LQ10X016530 Predicted protein 13.66475949 C6_control_B3 +LQ10X016530 Predicted protein 13.16643289 C6_control_C1 +LQ10X016530 Predicted protein 13.60373112 C6_control_C2 +LQ10X016530 Predicted protein 13.53607784 C6_control_C3 +LQ10X016530 Predicted protein 13.73122451 C6_chemical_A1 +LQ10X016530 Predicted protein 13.39333203 C6_chemical_A3 +LQ10X016530 Predicted protein 13.67936644 C6_chemical_B1 +LQ10X016530 Predicted protein 13.49220698 C6_chemical_B2 +LQ10X016530 Predicted protein 13.80583939 C6_chemical_B3 +LQ10X016530 Predicted protein 13.20945003 C6_chemical_C1 +LQ10X016530 Predicted protein 13.56769283 C6_chemical_C2 +LQ10X016530 Predicted protein 13.53658574 C6_chemical_C3 +LQ10X016530 Predicted protein 13.40498437 L4_control_A1 +LQ10X016530 Predicted protein 13.53215239 L4_control_A2 +LQ10X016530 Predicted protein 13.03537389 L4_control_A3 +LQ10X016530 Predicted protein 13.80401786 L4_control_B1 +LQ10X016530 Predicted protein 13.66720418 L4_control_B2 +LQ10X016530 Predicted protein 13.89242907 L4_control_B3 +LQ10X016530 Predicted protein 13.07248731 L4_control_C2 +LQ10X016530 Predicted protein 13.42267035 L4_control_C3 +LQ10X016530 Predicted protein 13.65330473 L4_chemical_A1 +LQ10X016530 Predicted protein 13.69757175 L4_chemical_A2 +LQ10X016530 Predicted protein 13.43770045 L4_chemical_A3 +LQ10X016530 Predicted protein 13.65619962 L4_chemical_B1 +LQ10X016530 Predicted protein 13.76693644 L4_chemical_B2 +LQ10X016530 Predicted protein 14.02755282 L4_chemical_B3 +LQ10X016530 Predicted protein 13.25610502 L4_chemical_C2 +LQ10X016530 Predicted protein 13.49183533 L4_chemical_C3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.183391809 C6_control_A1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.283866411 C6_control_A3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.204240845 C6_control_B1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 7.034424748 C6_control_B2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.006530916 C6_control_B3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.517418349 C6_control_C1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.468482161 C6_control_C2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.951417537 C6_control_C3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.254372599 C6_chemical_A1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.399265004 C6_chemical_A3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.964469923 C6_chemical_B1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.501813233 C6_chemical_B2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.635653675 C6_chemical_B3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.174286628 C6_chemical_C1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.855081403 C6_chemical_C2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.780817867 C6_chemical_C3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.855041644 L4_control_A1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.264783879 L4_control_A2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.67359626 L4_control_A3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.890414702 L4_control_B1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.408484702 L4_control_B2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.665036948 L4_control_B3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.133926352 L4_control_C2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.37272374 L4_control_C3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.825761992 L4_chemical_A1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.677899693 L4_chemical_A2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.727567649 L4_chemical_A3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.35234094 L4_chemical_B1 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.867578237 L4_chemical_B2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.674496014 L4_chemical_B3 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.315512827 L4_chemical_C2 +LQ10X016540 Trans-cinnamate 4-monooxygenase 5.941745714 L4_chemical_C3 +LQ10X016570 WRKY transcription factor, putative 6.383639879 C6_control_A1 +LQ10X016570 WRKY transcription factor, putative 6.288313467 C6_control_A3 +LQ10X016570 WRKY transcription factor, putative 5.454485029 C6_control_B1 +LQ10X016570 WRKY transcription factor, putative 6.273635395 C6_control_B2 +LQ10X016570 WRKY transcription factor, putative 6.280015934 C6_control_B3 +LQ10X016570 WRKY transcription factor, putative 7.110971514 C6_control_C1 +LQ10X016570 WRKY transcription factor, putative 6.81995972 C6_control_C2 +LQ10X016570 WRKY transcription factor, putative 6.646797017 C6_control_C3 +LQ10X016570 WRKY transcription factor, putative 5.996562891 C6_chemical_A1 +LQ10X016570 WRKY transcription factor, putative 6.690322345 C6_chemical_A3 +LQ10X016570 WRKY transcription factor, putative 5.237189688 C6_chemical_B1 +LQ10X016570 WRKY transcription factor, putative 6.410941638 C6_chemical_B2 +LQ10X016570 WRKY transcription factor, putative 6.602890978 C6_chemical_B3 +LQ10X016570 WRKY transcription factor, putative 6.870602285 C6_chemical_C1 +LQ10X016570 WRKY transcription factor, putative 7.095596027 C6_chemical_C2 +LQ10X016570 WRKY transcription factor, putative 7.468475963 C6_chemical_C3 +LQ10X016570 WRKY transcription factor, putative 6.259474994 L4_control_A1 +LQ10X016570 WRKY transcription factor, putative 5.813382759 L4_control_A2 +LQ10X016570 WRKY transcription factor, putative 7.182457063 L4_control_A3 +LQ10X016570 WRKY transcription factor, putative 5.876262364 L4_control_B1 +LQ10X016570 WRKY transcription factor, putative 6.031365372 L4_control_B2 +LQ10X016570 WRKY transcription factor, putative 6.858711391 L4_control_B3 +LQ10X016570 WRKY transcription factor, putative 5.676533644 L4_control_C2 +LQ10X016570 WRKY transcription factor, putative 6.68168584 L4_control_C3 +LQ10X016570 WRKY transcription factor, putative 6.570541391 L4_chemical_A1 +LQ10X016570 WRKY transcription factor, putative 6.572499244 L4_chemical_A2 +LQ10X016570 WRKY transcription factor, putative 7.24903335 L4_chemical_A3 +LQ10X016570 WRKY transcription factor, putative 6.244014612 L4_chemical_B1 +LQ10X016570 WRKY transcription factor, putative 5.723342247 L4_chemical_B2 +LQ10X016570 WRKY transcription factor, putative 6.351949366 L4_chemical_B3 +LQ10X016570 WRKY transcription factor, putative 5.669418457 L4_chemical_C2 +LQ10X016570 WRKY transcription factor, putative 7.021364643 L4_chemical_C3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.776341065 C6_control_A1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.589080556 C6_control_A3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.386657928 C6_control_B1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.867512392 C6_control_B2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 6.210554678 C6_control_B3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.667086087 C6_control_C1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.758475985 C6_control_C2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 6.0619352 C6_control_C3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.826210307 C6_chemical_A1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.678434355 C6_chemical_A3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.723637293 C6_chemical_B1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.92600328 C6_chemical_B2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.499143231 C6_chemical_B3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.681870846 C6_chemical_C1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 6.389229922 C6_chemical_C2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.564161978 C6_chemical_C3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.81091517 L4_control_A1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.775523561 L4_control_A2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.957890437 L4_control_A3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.4057487 L4_control_B1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.596097138 L4_control_B2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.803924765 L4_control_B3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 6.584318012 L4_control_C2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 6.482769695 L4_control_C3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.679552212 L4_chemical_A1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.632886878 L4_chemical_A2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.398700623 L4_chemical_A3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 6.128325536 L4_chemical_B1 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.762694226 L4_chemical_B2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.309831934 L4_chemical_B3 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.941580593 L4_chemical_C2 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 6.285579918 L4_chemical_C3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.782116922 C6_control_A1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.210035185 C6_control_A3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.03108715 C6_control_B1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.862229701 C6_control_B2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.743100755 C6_control_B3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.191953851 C6_control_C1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.926166154 C6_control_C2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.102109205 C6_control_C3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.482315663 C6_chemical_A1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.683995457 C6_chemical_A3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.755731376 C6_chemical_B1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.875750636 C6_chemical_B2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.999211621 C6_chemical_B3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.007395191 C6_chemical_C1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.547201273 C6_chemical_C2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.242359359 C6_chemical_C3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.24201741 L4_control_A1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.943281144 L4_control_A2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.477707592 L4_control_A3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.743630946 L4_control_B1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.179026518 L4_control_B2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.706709708 L4_control_B3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.443141856 L4_control_C2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.547679226 L4_control_C3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.73881426 L4_chemical_A1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.079677325 L4_chemical_A2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.11412932 L4_chemical_A3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.112134253 L4_chemical_B1 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.144188111 L4_chemical_B2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.334101174 L4_chemical_B3 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.440759331 L4_chemical_C2 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 9.337470524 L4_chemical_C3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.487712686 C6_control_A1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.455948984 C6_control_A3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 6.859163989 C6_control_B1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.788119015 C6_control_B2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 6.467670262 C6_control_B3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.365234234 C6_control_C1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.682408708 C6_control_C2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.37983049 C6_control_C3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.565881777 C6_chemical_A1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 4.998339104 C6_chemical_A3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 6.398006544 C6_chemical_B1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.421090079 C6_chemical_B2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 6.757350873 C6_chemical_B3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.28783153 C6_chemical_C1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.350191207 C6_chemical_C2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.221110439 C6_chemical_C3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.376096811 L4_control_A1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.520467074 L4_control_A2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.079038401 L4_control_A3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.623478153 L4_control_B1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.810905079 L4_control_B2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.491269575 L4_control_B3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 6.013823397 L4_control_C2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.513280285 L4_control_C3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.316634782 L4_chemical_A1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.205758899 L4_chemical_A2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.227900454 L4_chemical_A3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.407130436 L4_chemical_B1 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.748819656 L4_chemical_B2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.60316909 L4_chemical_B3 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.873620788 L4_chemical_C2 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.638454952 L4_chemical_C3 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.83450815 C6_control_A1 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.62017223 C6_control_A3 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.38323417 C6_control_B1 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.32947968 C6_control_B2 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.53158128 C6_control_B3 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.44533893 C6_control_C1 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.26749668 C6_control_C2 +LQ10X016710 Probable inactive receptor kinase At5g58300 9.899308299 C6_control_C3 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.88880512 C6_chemical_A1 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.03685217 C6_chemical_A3 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.5617521 C6_chemical_B1 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.87290118 C6_chemical_B2 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.26886823 C6_chemical_B3 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.24876935 C6_chemical_C1 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.2177051 C6_chemical_C2 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.11676406 C6_chemical_C3 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.92360911 L4_control_A1 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.13393534 L4_control_A2 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.59314986 L4_control_A3 +LQ10X016710 Probable inactive receptor kinase At5g58300 12.6261135 L4_control_B1 +LQ10X016710 Probable inactive receptor kinase At5g58300 12.43915754 L4_control_B2 +LQ10X016710 Probable inactive receptor kinase At5g58300 12.57618456 L4_control_B3 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.73456095 L4_control_C2 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.78544574 L4_control_C3 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.01351659 L4_chemical_A1 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.59725721 L4_chemical_A2 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.25810131 L4_chemical_A3 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.82267179 L4_chemical_B1 +LQ10X016710 Probable inactive receptor kinase At5g58300 12.16895211 L4_chemical_B2 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.55966607 L4_chemical_B3 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.54225822 L4_chemical_C2 +LQ10X016710 Probable inactive receptor kinase At5g58300 11.33569409 L4_chemical_C3 +LQ10X016720 Predicted protein 9.47578561 C6_control_A1 +LQ10X016720 Predicted protein 9.548320849 C6_control_A3 +LQ10X016720 Predicted protein 9.645489748 C6_control_B1 +LQ10X016720 Predicted protein 9.831390456 C6_control_B2 +LQ10X016720 Predicted protein 9.906813232 C6_control_B3 +LQ10X016720 Predicted protein 9.802568111 C6_control_C1 +LQ10X016720 Predicted protein 8.929777218 C6_control_C2 +LQ10X016720 Predicted protein 9.544463269 C6_control_C3 +LQ10X016720 Predicted protein 9.379993549 C6_chemical_A1 +LQ10X016720 Predicted protein 9.5926403 C6_chemical_A3 +LQ10X016720 Predicted protein 9.520446538 C6_chemical_B1 +LQ10X016720 Predicted protein 9.61777241 C6_chemical_B2 +LQ10X016720 Predicted protein 9.705878514 C6_chemical_B3 +LQ10X016720 Predicted protein 9.447301905 C6_chemical_C1 +LQ10X016720 Predicted protein 9.568106334 C6_chemical_C2 +LQ10X016720 Predicted protein 9.02669513 C6_chemical_C3 +LQ10X016720 Predicted protein 9.481768772 L4_control_A1 +LQ10X016720 Predicted protein 8.741425622 L4_control_A2 +LQ10X016720 Predicted protein 9.562828708 L4_control_A3 +LQ10X016720 Predicted protein 8.978257864 L4_control_B1 +LQ10X016720 Predicted protein 8.807922344 L4_control_B2 +LQ10X016720 Predicted protein 9.686767823 L4_control_B3 +LQ10X016720 Predicted protein 9.191381869 L4_control_C2 +LQ10X016720 Predicted protein 9.442528593 L4_control_C3 +LQ10X016720 Predicted protein 9.243310934 L4_chemical_A1 +LQ10X016720 Predicted protein 8.605116525 L4_chemical_A2 +LQ10X016720 Predicted protein 9.26478128 L4_chemical_A3 +LQ10X016720 Predicted protein 9.075911622 L4_chemical_B1 +LQ10X016720 Predicted protein 8.374595999 L4_chemical_B2 +LQ10X016720 Predicted protein 9.514733208 L4_chemical_B3 +LQ10X016720 Predicted protein 9.136678485 L4_chemical_C2 +LQ10X016720 Predicted protein 9.379530516 L4_chemical_C3 +LQ10X016730 60S ribosomal protein L10 15.10555825 C6_control_A1 +LQ10X016730 60S ribosomal protein L10 15.2481407 C6_control_A3 +LQ10X016730 60S ribosomal protein L10 15.01501896 C6_control_B1 +LQ10X016730 60S ribosomal protein L10 14.94276835 C6_control_B2 +LQ10X016730 60S ribosomal protein L10 14.93375716 C6_control_B3 +LQ10X016730 60S ribosomal protein L10 14.82280345 C6_control_C1 +LQ10X016730 60S ribosomal protein L10 14.73898876 C6_control_C2 +LQ10X016730 60S ribosomal protein L10 14.73021629 C6_control_C3 +LQ10X016730 60S ribosomal protein L10 14.88010663 C6_chemical_A1 +LQ10X016730 60S ribosomal protein L10 14.91300631 C6_chemical_A3 +LQ10X016730 60S ribosomal protein L10 14.79548355 C6_chemical_B1 +LQ10X016730 60S ribosomal protein L10 14.7051157 C6_chemical_B2 +LQ10X016730 60S ribosomal protein L10 14.91298914 C6_chemical_B3 +LQ10X016730 60S ribosomal protein L10 14.80134038 C6_chemical_C1 +LQ10X016730 60S ribosomal protein L10 14.66434653 C6_chemical_C2 +LQ10X016730 60S ribosomal protein L10 14.48214553 C6_chemical_C3 +LQ10X016730 60S ribosomal protein L10 14.92611873 L4_control_A1 +LQ10X016730 60S ribosomal protein L10 14.57826014 L4_control_A2 +LQ10X016730 60S ribosomal protein L10 14.792832 L4_control_A3 +LQ10X016730 60S ribosomal protein L10 14.48828776 L4_control_B1 +LQ10X016730 60S ribosomal protein L10 14.34833649 L4_control_B2 +LQ10X016730 60S ribosomal protein L10 14.55290486 L4_control_B3 +LQ10X016730 60S ribosomal protein L10 14.53719972 L4_control_C2 +LQ10X016730 60S ribosomal protein L10 14.41872759 L4_control_C3 +LQ10X016730 60S ribosomal protein L10 14.8091133 L4_chemical_A1 +LQ10X016730 60S ribosomal protein L10 14.56536566 L4_chemical_A2 +LQ10X016730 60S ribosomal protein L10 14.64051426 L4_chemical_A3 +LQ10X016730 60S ribosomal protein L10 14.72333891 L4_chemical_B1 +LQ10X016730 60S ribosomal protein L10 14.25994678 L4_chemical_B2 +LQ10X016730 60S ribosomal protein L10 14.77216825 L4_chemical_B3 +LQ10X016730 60S ribosomal protein L10 14.48411963 L4_chemical_C2 +LQ10X016730 60S ribosomal protein L10 14.30719292 L4_chemical_C3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 6.121372082 C6_control_A1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 7.155890841 C6_control_A3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.213382107 C6_control_B1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.741057877 C6_control_B2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.871293117 C6_control_B3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.492146545 C6_control_C1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 6.658186896 C6_control_C2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.801752323 C6_control_C3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.883710988 C6_chemical_A1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.338003729 C6_chemical_A3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.854813278 C6_chemical_B1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.828840894 C6_chemical_B2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.802397377 C6_chemical_B3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.688075065 C6_chemical_C1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.882844833 C6_chemical_C2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.498330325 C6_chemical_C3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.546517672 L4_control_A1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.643805129 L4_control_A2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.383894733 L4_control_A3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.496361404 L4_control_B1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.082318991 L4_control_B2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.614955169 L4_control_B3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.487655619 L4_control_C2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.331725742 L4_control_C3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.336095125 L4_chemical_A1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.780826373 L4_chemical_A2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.518481657 L4_chemical_A3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.621842839 L4_chemical_B1 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.473904889 L4_chemical_B2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.851806395 L4_chemical_B3 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.405232259 L4_chemical_C2 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.656793488 L4_chemical_C3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.87902395 C6_control_A1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.52017464 C6_control_A3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.23683438 C6_control_B1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.68514653 C6_control_B2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.50927267 C6_control_B3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 14.08333546 C6_control_C1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.74131915 C6_control_C2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.95809559 C6_control_C3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.70320252 C6_chemical_A1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.60818241 C6_chemical_A3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.33220801 C6_chemical_B1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.64975078 C6_chemical_B2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.35006304 C6_chemical_B3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 14.16746448 C6_chemical_C1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.77976702 C6_chemical_C2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.41974626 C6_chemical_C3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.64276863 L4_control_A1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.30714111 L4_control_A2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.50125065 L4_control_A3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.0364565 L4_control_B1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 12.82687623 L4_control_B2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.02072792 L4_control_B3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.25927049 L4_control_C2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 12.98291082 L4_control_C3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 14.04918335 L4_chemical_A1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 14.14309933 L4_chemical_A2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.85364675 L4_chemical_A3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.4680172 L4_chemical_B1 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.38189948 L4_chemical_B2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.46042797 L4_chemical_B3 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.27720943 L4_chemical_C2 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.17766761 L4_chemical_C3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 6.130405573 C6_control_A1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 7.009581248 C6_control_A3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.74824723 C6_control_B1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.873756686 C6_control_B2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 6.157357013 C6_control_B3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.23244105 C6_control_C1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 8.580214586 C6_control_C2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.699125417 C6_control_C3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.813811607 C6_chemical_A1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.65417562 C6_chemical_A3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.593190265 C6_chemical_B1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 6.39892121 C6_chemical_B2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.307182967 C6_chemical_B3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.749776844 C6_chemical_C1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.895833372 C6_chemical_C2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.332517741 C6_chemical_C3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.514912958 L4_control_A1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.556869717 L4_control_A2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.284396925 L4_control_A3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.70110547 L4_control_B1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.812381928 L4_control_B2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.312168766 L4_control_B3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.857722859 L4_control_C2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.59200874 L4_control_C3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.445766452 L4_chemical_A1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.466693013 L4_chemical_A2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 6.394959255 L4_chemical_A3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 6.405954852 L4_chemical_B1 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.854021305 L4_chemical_B2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.424255319 L4_chemical_B3 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.790461482 L4_chemical_C2 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.566865085 L4_chemical_C3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.64012796 C6_control_A1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.01931917 C6_control_A3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.7834991 C6_control_B1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.34103003 C6_control_B2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.81840631 C6_control_B3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.80178206 C6_control_C1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.57848658 C6_control_C2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.05856014 C6_control_C3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.68968059 C6_chemical_A1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.06315223 C6_chemical_A3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.6153354 C6_chemical_B1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.27245086 C6_chemical_B2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.74210047 C6_chemical_B3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.90620856 C6_chemical_C1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.52616414 C6_chemical_C2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.86801563 C6_chemical_C3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.27129167 L4_control_A1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.08783053 L4_control_A2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.6509711 L4_control_A3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.30854356 L4_control_B1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.95148509 L4_control_B2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.90761013 L4_control_B3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.46126666 L4_control_C2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.12285659 L4_control_C3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.25907247 L4_chemical_A1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.21137197 L4_chemical_A2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.99401246 L4_chemical_A3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.47745596 L4_chemical_B1 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.11494331 L4_chemical_B2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.30524758 L4_chemical_B3 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.39022447 L4_chemical_C2 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 12.60587361 L4_chemical_C3 +LQ10X016810 Predicted protein 10.60086247 C6_control_A1 +LQ10X016810 Predicted protein 10.86574946 C6_control_A3 +LQ10X016810 Predicted protein 10.28947586 C6_control_B1 +LQ10X016810 Predicted protein 9.84785626 C6_control_B2 +LQ10X016810 Predicted protein 10.45053406 C6_control_B3 +LQ10X016810 Predicted protein 10.00095665 C6_control_C1 +LQ10X016810 Predicted protein 10.0781973 C6_control_C2 +LQ10X016810 Predicted protein 10.79921194 C6_control_C3 +LQ10X016810 Predicted protein 10.02430286 C6_chemical_A1 +LQ10X016810 Predicted protein 10.5359348 C6_chemical_A3 +LQ10X016810 Predicted protein 10.00412007 C6_chemical_B1 +LQ10X016810 Predicted protein 9.565110889 C6_chemical_B2 +LQ10X016810 Predicted protein 9.910702977 C6_chemical_B3 +LQ10X016810 Predicted protein 9.519472561 C6_chemical_C1 +LQ10X016810 Predicted protein 9.75290965 C6_chemical_C2 +LQ10X016810 Predicted protein 9.328832466 C6_chemical_C3 +LQ10X016810 Predicted protein 9.751232196 L4_control_A1 +LQ10X016810 Predicted protein 9.891304012 L4_control_A2 +LQ10X016810 Predicted protein 9.780070436 L4_control_A3 +LQ10X016810 Predicted protein 9.982581828 L4_control_B1 +LQ10X016810 Predicted protein 10.45507487 L4_control_B2 +LQ10X016810 Predicted protein 8.871197242 L4_control_B3 +LQ10X016810 Predicted protein 10.32763516 L4_control_C2 +LQ10X016810 Predicted protein 9.791890855 L4_control_C3 +LQ10X016810 Predicted protein 9.58201723 L4_chemical_A1 +LQ10X016810 Predicted protein 9.869359275 L4_chemical_A2 +LQ10X016810 Predicted protein 9.309319512 L4_chemical_A3 +LQ10X016810 Predicted protein 10.04350095 L4_chemical_B1 +LQ10X016810 Predicted protein 10.29790624 L4_chemical_B2 +LQ10X016810 Predicted protein 9.56044737 L4_chemical_B3 +LQ10X016810 Predicted protein 10.02375002 L4_chemical_C2 +LQ10X016810 Predicted protein 9.34206684 L4_chemical_C3 +LQ10X016820 Predicted protein 5.111429379 C6_control_A1 +LQ10X016820 Predicted protein 5.316623666 C6_control_A3 +LQ10X016820 Predicted protein 5.000931424 C6_control_B1 +LQ10X016820 Predicted protein 5.076748949 C6_control_B2 +LQ10X016820 Predicted protein 4.689329023 C6_control_B3 +LQ10X016820 Predicted protein 5.057260207 C6_control_C1 +LQ10X016820 Predicted protein 5.013659065 C6_control_C2 +LQ10X016820 Predicted protein 4.91547217 C6_control_C3 +LQ10X016820 Predicted protein 5.357188069 C6_chemical_A1 +LQ10X016820 Predicted protein 5.022136755 C6_chemical_A3 +LQ10X016820 Predicted protein 5.266231802 C6_chemical_B1 +LQ10X016820 Predicted protein 5.041787277 C6_chemical_B2 +LQ10X016820 Predicted protein 4.855228452 C6_chemical_B3 +LQ10X016820 Predicted protein 4.810584275 C6_chemical_C1 +LQ10X016820 Predicted protein 4.99239866 C6_chemical_C2 +LQ10X016820 Predicted protein 4.918465667 C6_chemical_C3 +LQ10X016820 Predicted protein 5.00192867 L4_control_A1 +LQ10X016820 Predicted protein 4.982487775 L4_control_A2 +LQ10X016820 Predicted protein 5.765369926 L4_control_A3 +LQ10X016820 Predicted protein 5.134118516 L4_control_B1 +LQ10X016820 Predicted protein 5.48498405 L4_control_B2 +LQ10X016820 Predicted protein 4.808862425 L4_control_B3 +LQ10X016820 Predicted protein 5.209748396 L4_control_C2 +LQ10X016820 Predicted protein 5.319572485 L4_control_C3 +LQ10X016820 Predicted protein 5.133355292 L4_chemical_A1 +LQ10X016820 Predicted protein 4.881344706 L4_chemical_A2 +LQ10X016820 Predicted protein 5.661550465 L4_chemical_A3 +LQ10X016820 Predicted protein 5.296222718 L4_chemical_B1 +LQ10X016820 Predicted protein 5.042244772 L4_chemical_B2 +LQ10X016820 Predicted protein 4.802382385 L4_chemical_B3 +LQ10X016820 Predicted protein 4.732288353 L4_chemical_C2 +LQ10X016820 Predicted protein 5.292062793 L4_chemical_C3 +LQ10X016850 Putative Secologanin synthase 5.371060313 C6_control_A1 +LQ10X016850 Putative Secologanin synthase 5.134729818 C6_control_A3 +LQ10X016850 Putative Secologanin synthase 5.358418818 C6_control_B1 +LQ10X016850 Putative Secologanin synthase 5.667642828 C6_control_B2 +LQ10X016850 Putative Secologanin synthase 5.898891946 C6_control_B3 +LQ10X016850 Putative Secologanin synthase 5.822225823 C6_control_C1 +LQ10X016850 Putative Secologanin synthase 5.344121056 C6_control_C2 +LQ10X016850 Putative Secologanin synthase 5.797186526 C6_control_C3 +LQ10X016850 Putative Secologanin synthase 5.453366824 C6_chemical_A1 +LQ10X016850 Putative Secologanin synthase 5.96716014 C6_chemical_A3 +LQ10X016850 Putative Secologanin synthase 4.860349554 C6_chemical_B1 +LQ10X016850 Putative Secologanin synthase 5.508070039 C6_chemical_B2 +LQ10X016850 Putative Secologanin synthase 5.345162942 C6_chemical_B3 +LQ10X016850 Putative Secologanin synthase 5.707704359 C6_chemical_C1 +LQ10X016850 Putative Secologanin synthase 5.80373908 C6_chemical_C2 +LQ10X016850 Putative Secologanin synthase 5.844770775 C6_chemical_C3 +LQ10X016850 Putative Secologanin synthase 5.674569385 L4_control_A1 +LQ10X016850 Putative Secologanin synthase 5.393545566 L4_control_A2 +LQ10X016850 Putative Secologanin synthase 5.982412411 L4_control_A3 +LQ10X016850 Putative Secologanin synthase 5.166576358 L4_control_B1 +LQ10X016850 Putative Secologanin synthase 5.612405073 L4_control_B2 +LQ10X016850 Putative Secologanin synthase 5.433040204 L4_control_B3 +LQ10X016850 Putative Secologanin synthase 5.445512324 L4_control_C2 +LQ10X016850 Putative Secologanin synthase 5.592648674 L4_control_C3 +LQ10X016850 Putative Secologanin synthase 5.293726677 L4_chemical_A1 +LQ10X016850 Putative Secologanin synthase 6.137189971 L4_chemical_A2 +LQ10X016850 Putative Secologanin synthase 6.785184699 L4_chemical_A3 +LQ10X016850 Putative Secologanin synthase 5.620099448 L4_chemical_B1 +LQ10X016850 Putative Secologanin synthase 5.313555737 L4_chemical_B2 +LQ10X016850 Putative Secologanin synthase 5.694409305 L4_chemical_B3 +LQ10X016850 Putative Secologanin synthase 5.395697036 L4_chemical_C2 +LQ10X016850 Putative Secologanin synthase 5.742256123 L4_chemical_C3 +LQ10X016860 Predicted protein 7.167067969 C6_control_A1 +LQ10X016860 Predicted protein 7.774168825 C6_control_A3 +LQ10X016860 Predicted protein 6.669510026 C6_control_B1 +LQ10X016860 Predicted protein 6.48921977 C6_control_B2 +LQ10X016860 Predicted protein 6.847151107 C6_control_B3 +LQ10X016860 Predicted protein 5.478430576 C6_control_C1 +LQ10X016860 Predicted protein 7.438842311 C6_control_C2 +LQ10X016860 Predicted protein 5.785743765 C6_control_C3 +LQ10X016860 Predicted protein 7.11376371 C6_chemical_A1 +LQ10X016860 Predicted protein 6.733198368 C6_chemical_A3 +LQ10X016860 Predicted protein 5.936448084 C6_chemical_B1 +LQ10X016860 Predicted protein 6.453334777 C6_chemical_B2 +LQ10X016860 Predicted protein 6.488516864 C6_chemical_B3 +LQ10X016860 Predicted protein 5.687215033 C6_chemical_C1 +LQ10X016860 Predicted protein 5.965829838 C6_chemical_C2 +LQ10X016860 Predicted protein 5.730287398 C6_chemical_C3 +LQ10X016860 Predicted protein 6.351816115 L4_control_A1 +LQ10X016860 Predicted protein 6.943988359 L4_control_A2 +LQ10X016860 Predicted protein 7.543535001 L4_control_A3 +LQ10X016860 Predicted protein 5.506845342 L4_control_B1 +LQ10X016860 Predicted protein 6.942974784 L4_control_B2 +LQ10X016860 Predicted protein 6.509075984 L4_control_B3 +LQ10X016860 Predicted protein 5.944348534 L4_control_C2 +LQ10X016860 Predicted protein 6.613971488 L4_control_C3 +LQ10X016860 Predicted protein 6.418624807 L4_chemical_A1 +LQ10X016860 Predicted protein 7.035304021 L4_chemical_A2 +LQ10X016860 Predicted protein 7.075656212 L4_chemical_A3 +LQ10X016860 Predicted protein 7.253367194 L4_chemical_B1 +LQ10X016860 Predicted protein 6.567142039 L4_chemical_B2 +LQ10X016860 Predicted protein 6.801656386 L4_chemical_B3 +LQ10X016860 Predicted protein 6.26441695 L4_chemical_C2 +LQ10X016860 Predicted protein 5.807113618 L4_chemical_C3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.631870073 C6_control_A1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.366754514 C6_control_A3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.453433404 C6_control_B1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.639373916 C6_control_B2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.491418638 C6_control_B3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 8.069734715 C6_control_C1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.434007568 C6_control_C2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.937471382 C6_control_C3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.652809816 C6_chemical_A1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.307771827 C6_chemical_A3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.442148019 C6_chemical_B1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.874264558 C6_chemical_B2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.571206302 C6_chemical_B3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.9106716 C6_chemical_C1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.671933446 C6_chemical_C2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.343664637 C6_chemical_C3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.912979482 L4_control_A1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.50470684 L4_control_A2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.515626571 L4_control_A3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.372225392 L4_control_B1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.55064131 L4_control_B2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.735790102 L4_control_B3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 8.899495194 L4_control_C2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 8.05220366 L4_control_C3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.778990114 L4_chemical_A1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.257785117 L4_chemical_A2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.932818019 L4_chemical_A3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.417735441 L4_chemical_B1 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 7.921194853 L4_chemical_B2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.544479445 L4_chemical_B3 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 8.267176615 L4_chemical_C2 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 8.403739142 L4_chemical_C3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.915265833 C6_control_A1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.002920918 C6_control_A3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.192056442 C6_control_B1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.054175009 C6_control_B2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.05347082 C6_control_B3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.360771091 C6_control_C1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.031396874 C6_control_C2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.157179032 C6_control_C3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.746858295 C6_chemical_A1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.106793307 C6_chemical_A3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.119004142 C6_chemical_B1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.872568802 C6_chemical_B2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.441443662 C6_chemical_B3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.300057042 C6_chemical_C1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.336466436 C6_chemical_C2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.383697289 C6_chemical_C3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.628176253 L4_control_A1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.899510552 L4_control_A2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.642476017 L4_control_A3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.05208033 L4_control_B1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.816082763 L4_control_B2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.824788836 L4_control_B3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.300591042 L4_control_C2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.596744488 L4_control_C3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.100006317 L4_chemical_A1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.837859598 L4_chemical_A2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.961161501 L4_chemical_A3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.106928005 L4_chemical_B1 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.238613728 L4_chemical_B2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.774268098 L4_chemical_B3 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.926347979 L4_chemical_C2 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 5.479366381 L4_chemical_C3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.374745009 C6_control_A1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 8.62978974 C6_control_A3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.930450533 C6_control_B1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.354926005 C6_control_B2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.79663294 C6_control_B3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.77547432 C6_control_C1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.4845839 C6_control_C2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.604459212 C6_control_C3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.481145732 C6_chemical_A1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.015564983 C6_chemical_A3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.46889259 C6_chemical_B1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.71102099 C6_chemical_B2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.02363022 C6_chemical_B3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.71990849 C6_chemical_C1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.76924357 C6_chemical_C2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.15548186 C6_chemical_C3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.279835 L4_control_A1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 8.751321335 L4_control_A2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.463657552 L4_control_A3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.23066423 L4_control_B1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.96443642 L4_control_B2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.595401631 L4_control_B3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 11.55373417 L4_control_C2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 11.32955397 L4_control_C3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 8.939328006 L4_chemical_A1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.023984726 L4_chemical_A2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 8.986598202 L4_chemical_A3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.19929261 L4_chemical_B1 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 10.20577663 L4_chemical_B2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.514202427 L4_chemical_B3 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 11.32581183 L4_chemical_C2 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 11.39584731 L4_chemical_C3 diff --git a/data/expr_preprocess.R b/data/expr_preprocess.R new file mode 100644 index 0000000..f50ea03 --- /dev/null +++ b/data/expr_preprocess.R @@ -0,0 +1,43 @@ +#!/usr/bin/env Rscript + +library(stringr) + +expr_long <- read.table("expr_long_coded.txt", + header = TRUE, + sep = "\t", + stringsAsFactors = FALSE) + + +# Split sample column into 3-column matrix on _'s +sample_split <- str_split_fixed(expr_long$sample, "_", 3) + +# Turn the matrix into a data frame with appropriate column names +# and combine it with the original dataframe into a larger set +sample_split_df <- data.frame(sample_split) +colnames(sample_split_df) <- c("genotype", "treatment", "tissuerep") +expr_long_split <- cbind(expr_long, sample_split_df) + +# Create an individual tissue column +expr_long_split$tissue <- NA +expr_long_split$tissue[str_detect(expr_long_split$tissuerep, "A")] <- "A" +expr_long_split$tissue[str_detect(expr_long_split$tissuerep, "B")] <- "B" +expr_long_split$tissue[str_detect(expr_long_split$tissuerep, "C")] <- "C" + +# We've already checked for NAs +#print(expr_long_split[is.na(expr_long_split$tissue), ]) # should print 0 rows + +# Create a new rep column +expr_long_split$rep <- NA +expr_long_split$rep[str_detect(expr_long_split$tissuerep, "1")] <- "1" +expr_long_split$rep[str_detect(expr_long_split$tissuerep, "2")] <- "2" +expr_long_split$rep[str_detect(expr_long_split$tissuerep, "3")] <- "3" + +# We've already checked for NAs, but a few were left +#print(expr_long_split[is.na(expr_long_split$rep), ]) # should print 0 rows + +# So we remove all rows with such "bad" IDs +bad_ids <- expr_long_split$id[is.na(expr_long_split$rep)] +bad_rows <- expr_long_split$id %in% bad_ids # logical vector +expr_long_split <- expr_long_split[!bad_rows, ] # logical selection + +save(expr_long_split, file = "expr_long_split.Rdata") \ No newline at end of file diff --git a/data/expr_wide.txt b/data/expr_wide.txt new file mode 100644 index 0000000..24b9adb --- /dev/null +++ b/data/expr_wide.txt @@ -0,0 +1,11439 @@ +id annotation C6_chemical_A1 C6_chemical_A3 C6_chemical_B1 C6_chemical_B2 C6_chemical_B3 C6_chemical_C1 C6_chemical_C2 C6_chemical_C3 C6_control_A1 C6_control_A3 C6_control_B1 C6_control_B2 C6_control_B3 C6_control_C1 C6_control_C2 C6_control_C3 L4_chemical_A1 L4_chemical_A2 L4_chemical_A3 L4_chemical_B1 L4_chemical_B2 L4_chemical_B3 L4_chemical_C2 L4_chemical_C3 L4_control_A1 L4_control_A2 L4_control_A3 L4_control_B1 L4_control_B2 L4_control_B3 L4_control_C2 L4_control_C3 +LQ00X000020 Hypothetical protein 4.831259167 4.784184435 5.577740866 5.14374245 5.939608982 5.161672226 5.532472959 6.098353601 5.024142433 4.646697026 4.986591902 5.164291761 5.348809843 5.519392911 5.305463561 5.535279863 5.177631109 5.092747069 5.170333071 5.103541417 4.984928926 5.017154543 5.856764988 5.995175203 5.030352632 4.947555581 4.92350285 5.512336662 5.079645395 5.214466138 5.774870718 5.660898694 +LQ00X000200 Predicted protein 14.04696342 14.04560739 14.44808848 14.92792966 14.42800535 14.61417923 15.05323694 14.55300558 13.58663053 13.38875974 14.0225939 14.52086674 14.03958926 14.61933856 15.19369645 15.07428479 14.1311031 14.72797329 13.70835382 14.22794143 14.47980532 14.13567657 14.93532984 14.93335466 13.66912482 14.23036168 13.75007436 14.33626366 14.70779787 14.83415211 14.93285978 14.98081212 +LQ00X000210 Biotin carboxylase 1, chloroplastic 12.54643589 12.41084797 12.56614706 12.63826731 12.53518914 12.54053714 12.29126874 11.8267772 12.35634855 12.50079395 12.46021567 12.30715004 12.63410583 12.53971872 12.33253814 11.99803086 11.7223546 11.9718348 11.75742449 12.1982728 12.32454067 12.78042822 11.90224677 12.6076376 12.35779267 12.51398564 12.31813102 12.48323769 12.99174174 12.50785507 12.00816802 12.6003411 +LQ00X000280 Putative Pentatricopeptide repeat-containing protein At5g66520 10.00293931 10.16257785 9.425349 9.774258008 9.719731208 10.20214171 10.23479079 9.889581849 10.24074661 9.816948253 10.02309685 10.02729988 10.15220181 10.07503615 9.947182635 10.15416246 9.980709731 10.01381578 9.501758478 9.417817723 10.19542625 9.381600204 10.54511445 10.23356578 9.836111817 10.24906628 9.548693861 9.201420473 10.14002578 9.612482429 10.65863591 10.14786713 +LQ00X000290 Hypothetical protein 11.93074463 10.75733813 11.76918727 12.39113041 11.68182565 12.28642827 12.53658172 11.62032356 12.12415398 11.96435752 11.78774143 12.27743963 11.93391286 12.380678 12.15767292 12.14996792 11.39684746 11.68438651 11.43153582 11.42594822 11.45781264 11.15807421 11.81149398 11.29223269 11.31255398 11.37882686 11.66928151 11.78258442 10.42554836 11.31839945 11.91550618 11.22700537 +LQ00X000300 Putative uncharacterized protein 5.146013987 5.386915918 6.048761162 5.263776035 5.551103975 6.044287847 5.267385754 5.459329291 5.310568501 5.262456659 5.521120525 5.327128468 5.187570804 5.77578071 5.582536624 5.447978517 5.422035769 5.517544092 5.059009087 5.138504892 5.366828812 5.656813232 5.702408933 6.382345601 5.474883471 4.870298365 4.783940766 5.031243822 5.102878433 5.744607573 5.717717842 6.440018749 +LQ00X000350 Sulfate transporter 4.1, chloroplastic 11.91036157 11.6375324 12.25359807 11.23705101 11.63635289 11.94325907 11.58937205 11.85428549 11.97758212 11.64938301 12.32513535 10.96174339 11.82492926 11.80370876 11.41699112 11.64742094 12.04698485 12.25203133 12.42625198 12.73927178 12.41127879 11.40342929 12.70149493 12.54657763 11.65096203 11.9942918 12.19575593 12.11621245 12.50034259 10.73257373 12.87478392 12.8402142 +LQ00X000360 Putative metal tolerance protein C3 5.636813769 5.200388283 5.856493902 5.685031856 5.722363147 5.48993143 5.66306667 5.54310627 5.9035492 5.321162143 5.616176465 6.036282056 6.293292072 5.200611049 6.123693055 5.707574579 5.210232758 5.358422255 5.957342083 5.11751014 5.259664132 5.355058403 5.254418321 5.549667859 5.539596027 5.34859292 5.28457315 5.285462259 5.226515824 5.212773616 5.25038277 5.347778167 +LQ00X000380 Putative uncharacterized protein 12.91751398 12.40881627 12.42855729 12.14469726 12.61597632 12.83357131 12.62273596 12.74332602 13.03061171 12.61789938 12.79063527 12.45848832 12.79867311 12.96828523 12.6441859 12.91604401 12.43499828 12.87435021 12.71041522 12.99827164 13.15702239 12.75679884 13.17424982 13.07981006 12.6502001 12.93648695 12.90473433 12.8263615 12.83220586 12.65664356 13.24276944 13.16166921 +LQ00X000440 Putative uncharacterized protein 5.389067504 5.4658468 6.686161511 7.514654102 6.843801854 8.842453599 9.284534018 10.32092427 5.546430278 5.723046583 6.973642404 8.05358038 7.080752118 9.481225413 9.564358615 10.19928021 5.940981947 5.876634364 6.030790208 6.114281876 6.374732174 7.291269725 8.211476958 9.223130494 5.926883853 5.819967527 6.235933357 6.865532599 6.467048439 8.716603348 7.829439593 9.169020849 +LQ00X000460 60S ribosomal protein L23a 13.91372572 13.41886436 13.34950411 13.74779305 13.50261111 13.23656108 13.30890267 12.86363515 14.26118937 14.6941568 13.97025157 14.03679509 13.68340854 13.20371002 13.38428493 13.40419998 12.70793432 11.3019839 12.50662387 12.74506282 11.36653102 12.62171105 10.60597749 11.00729631 13.69908174 12.53448665 12.43077208 11.76956196 11.65946093 12.0312778 11.90002708 10.76699299 +LQ00X000640 Hypothetical protein 5.660201978 5.461778027 5.453444059 4.960893691 5.367596602 4.715356194 5.162717231 4.819362211 5.720669189 5.374832004 5.123951476 5.115035543 5.034018492 4.807733507 4.879585422 4.724340726 5.252870574 5.983634777 5.195648338 5.637026139 5.156267858 5.515295075 5.514597868 4.964177266 5.419615038 5.831199363 5.385966518 5.748930429 5.979863053 5.178973783 5.155618208 4.947736305 +LQ00X000690 Putative Interferon-induced GTP-binding protein Mx2 12.75700269 12.61112714 12.33958394 12.31551692 12.65559256 12.27316638 11.46554998 11.14038239 12.45695643 12.27724179 12.10492706 12.4276981 12.31885982 11.97436728 11.86445104 12.22301675 12.99857463 12.08987105 12.71814077 12.78300781 12.50278273 12.57573103 11.01257306 10.6969455 12.79727588 12.09712282 12.03578565 12.43643547 12.24085201 12.10052972 11.38040034 10.95646126 +LQ00X000920 Putative uncharacterized protein 7.539555019 7.302889271 6.424563501 6.674690217 6.650081579 6.872004173 6.807320221 6.468209698 7.162107699 7.208038905 6.573335951 7.441158694 7.213864397 7.226012349 6.980733505 7.341456326 7.662946811 7.847102991 7.919722276 6.930180975 6.91758161 6.651121615 6.86755085 6.297336908 7.83406311 7.77086637 7.758291548 6.136013494 7.2738268 6.777209608 6.974789303 6.648591346 +LQ00X001293 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.949249871 4.914730722 5.296726024 4.762591699 5.043589279 4.746665278 4.873503555 4.915938049 4.934585823 4.734136083 5.529777575 4.841760635 4.892620197 5.005130716 4.67905421 4.823423584 5.069513295 4.742885837 5.158415505 5.113613179 5.433911866 4.92516181 5.402297843 4.694944095 4.786546202 4.740533793 5.081404468 4.969360719 5.159634644 4.896792963 5.137577759 4.887298671 +LQ00X001470 Putative Uncharacterized protein At1g15400 11.43042232 10.24181066 11.63386317 12.0337505 11.87403797 12.19413505 11.9959927 12.12185557 11.47353241 10.75631464 11.77653202 12.20605668 11.78833131 12.19736618 12.39556234 12.55022751 11.18680837 10.69131195 10.44986822 10.95163844 10.94029735 11.41129353 10.72622372 10.66813113 11.0114785 10.70248307 9.731059849 11.23986287 10.32651425 12.02338506 10.42586673 10.51435779 +LQ00X001500 NBS resistance protein 5.867066669 5.597511024 5.685173181 5.27285484 5.537774066 5.377372244 5.402572489 5.590404948 5.983924719 5.968214268 6.040207165 5.740189517 5.564685843 5.521023368 6.205062774 5.64447715 5.898449223 6.18466031 5.611932874 5.828763886 6.235284494 5.520754969 6.520916244 6.197537512 5.553063813 6.489064116 5.904942671 5.552648748 5.811872448 5.537015681 5.964765007 5.567201696 +LQ00X001690 Putative Subtilisin-like protease 5.351551044 5.311681049 5.459299081 5.058334126 5.155187391 4.898966705 5.059485781 4.902564419 4.891409477 5.157265182 5.348104314 5.140264131 5.477561368 4.663263818 5.097622868 4.836189023 5.44661259 5.041062878 4.952487469 5.498765834 5.097417018 5.155658966 4.996869143 5.759415154 4.950999366 5.032249065 5.283889097 5.537207693 5.645561887 5.065356641 4.996015391 5.649081914 +LQ00X001892 Gag-pol protein, putative 5.204925217 5.257678123 5.28414435 5.481745322 5.219225882 6.068509268 5.916342823 6.028559461 5.227671932 5.24303491 5.407507175 5.071158405 5.17609297 5.65265003 5.478849769 6.137405464 5.248244776 5.140146873 5.18999612 4.967997988 4.843865729 5.297914425 5.079858454 5.847041604 5.436252012 5.463079488 5.243541213 5.118917887 5.011815326 5.22253524 5.13084445 5.251639705 +LQ00X001920 Putative uncharacterized protein 7.864800056 7.457858115 7.795779493 7.119540282 8.027391195 7.50864269 7.200816593 7.445123708 7.70138289 8.133011091 7.80947049 7.108731981 7.736900688 7.495251849 6.594789989 7.528804236 8.661288347 8.897739185 9.071148819 8.383504645 8.9741769 7.610880444 9.091076528 8.676628506 8.649768635 8.642877557 9.168841932 9.410749317 8.59325657 7.652321034 8.898579285 9.59141163 +LQ00X001970 Hypothetical protein 6.04522098 6.030696986 5.809768709 5.999848126 5.605219956 5.219777213 5.697734612 5.31368926 5.696041815 5.573825498 5.606534914 5.97808342 5.681054439 5.637507269 5.178561552 5.429527011 5.602543656 5.587605909 6.241278878 5.843979941 6.559228391 5.405302121 5.999001567 6.522246091 5.427592429 5.808641382 6.564960357 6.442295809 6.10807194 5.746141757 5.869538742 5.43099299 +LQ00X002000 Arginase 13.62584422 13.69577238 14.49671165 14.83435432 14.73145418 14.26868672 14.65631628 15.03345111 13.73679976 13.3782568 14.10381622 14.73113714 14.65114396 14.7444348 15.13391546 15.18055931 12.66184691 14.22210119 13.79498844 13.60670281 14.26288043 15.01541284 14.58194778 14.96833262 13.44204728 14.29046936 14.30299566 14.56445522 14.64602053 15.1990932 14.44911339 14.92462586 +LQ00X002010 Predicted protein 5.199941517 5.788452709 5.68164998 5.62103541 5.474566762 6.099140668 6.182366737 5.691926777 5.270721856 5.204734448 5.984709547 5.767157201 5.48851018 5.937358599 6.136069612 5.419620197 5.030309606 5.179206131 4.978266021 5.146390677 5.689728347 5.554694542 5.695679063 5.8148708 5.482915445 5.722553502 5.465158047 5.000608424 5.695928105 5.367327014 5.749939727 5.931568719 +LQ00X002030 Uncharacterized protein At1g22800 8.982438789 9.445004364 8.553467296 8.271273153 8.360267352 8.904987972 8.471114573 8.453218049 9.120836148 9.268681661 8.365386271 8.338067888 8.729064454 8.674361648 8.23224559 8.246482915 8.453092171 8.861432479 9.374157568 8.919405957 8.409551588 8.405027155 9.480433622 9.589470554 9.265820475 9.190683797 9.929291079 8.577789507 9.330639943 8.351118386 9.096066003 10.01768531 +LQ00X002060 Acetylglutamate kinase 13.18481219 13.55119972 12.74977057 12.86035275 12.5408873 13.08761369 13.28656482 13.20125452 13.25190699 13.48373587 12.89681504 12.88126208 12.68292942 13.20335452 13.26210214 13.38416436 13.29249734 13.00200784 13.63413761 12.79929627 12.65204487 12.78645386 13.20245865 12.79854992 13.56610444 13.02825095 13.37262266 12.53830872 12.44621516 12.60696134 13.34429678 12.72960005 +LQ00X002080 Putative uncharacterized protein 6.600164002 6.498200114 6.489725172 6.570456195 6.566392606 5.731114078 6.070099818 6.317520201 6.834537626 6.198889426 6.575434585 6.416712502 7.033430362 5.941666145 5.909649774 6.169590565 6.395433169 7.225273085 7.711839562 6.814879965 6.288122333 6.626204345 6.086911587 6.258573077 6.626967821 6.987888076 7.182739018 5.856276698 6.49457461 6.536449963 5.750188246 5.635951631 +LQ00X002090 Putative uncharacterized protein 12.14993367 12.22593821 11.67660714 11.95665813 11.78562112 12.11225869 11.95002742 12.14165188 12.16002931 12.25567202 11.7098559 12.02006091 11.85479957 12.23070642 12.00006902 12.36937762 12.45897988 12.31071442 12.48936388 11.73326633 11.99720413 12.11045761 12.24075446 11.84239521 12.16127864 11.95733049 12.19866398 11.99606148 11.71560814 12.2533264 11.90067497 11.96529461 +LQ00X002140 Cycloartenol synthase 6.106493939 6.206987417 6.059758044 5.711078265 6.548544889 5.25928228 5.588284763 5.609983223 6.198462586 6.047839883 6.207090624 5.762818364 6.188992798 5.470239966 5.245075916 5.59627553 6.009761295 6.589131227 6.865014358 6.031004506 6.022273128 5.97961505 6.191725988 5.541033248 6.07788611 6.564443726 6.876637109 6.341101547 5.562818733 6.306179782 5.591789026 6.402745838 +LQ00X002150 Predicted protein 4.80988541 5.290851139 5.011387198 5.282039305 4.861343785 5.190540568 5.700175127 5.107588043 5.025886378 5.065684761 5.079202636 5.032605129 4.939581825 5.092869539 5.248239478 4.950524922 4.85550744 5.230432118 5.326217522 4.982496308 5.217577891 4.917417539 4.62885191 4.973845956 4.643236954 4.967427898 5.444772169 4.968498227 5.039160944 4.831315377 4.779272034 4.975908397 +LQ00X002180 GDSL esterase/lipase At1g71691 12.58519972 11.32625519 8.21724285 5.2025115 6.197960269 5.304768301 5.674293737 5.439635819 12.4246218 11.30039814 9.813977663 5.728169811 5.097993927 5.828727675 5.076336487 5.45350065 10.26816532 10.97750713 10.04273701 7.907932341 8.868429556 9.561255272 5.34045547 5.424061618 11.36650693 12.02776516 10.43974193 5.439720273 8.382995607 5.618597039 5.125339179 5.460502663 +LQ00X002190 Hypothetical protein 5.409549112 5.347020606 5.789880024 5.314667356 5.539400608 5.587681233 5.622545183 5.724027105 5.307557884 5.46480313 5.640771097 5.024836864 5.873903557 5.396561532 5.236001713 5.563655971 5.443080054 5.179377476 5.49053756 5.700764361 5.773563413 5.484008012 5.535797219 5.629492306 5.148900065 5.339615133 5.861397996 5.268367529 5.476391318 5.397066015 5.608413922 5.682131085 +LQ00X002200 Putative Predicted protein 8.174013581 7.816644772 8.45790045 7.390240425 8.589379157 6.94581681 7.528431478 7.196329484 8.421736312 8.053297044 8.193615381 7.328482736 9.125801998 6.628745623 6.779239774 7.410785038 7.693580455 8.982078228 9.249142888 8.611248573 8.546490753 7.886784028 7.853384149 7.954046915 7.717111675 8.86352517 9.048026336 8.211186503 8.399595443 8.167096645 8.200027584 7.162984861 +LQ00X002620 Hypothetical protein 5.186354677 5.449551054 5.069118925 5.041226968 5.464897163 4.862903173 4.919207089 4.878722949 5.112695388 5.043547808 5.310098338 4.98470479 5.315371372 5.094012834 4.9792142 4.80554897 5.076354704 5.5209919 5.137799131 4.739994188 5.033387758 5.072557895 4.951194424 5.031742942 5.039461585 5.881348735 5.015358609 4.793571841 5.054645955 4.973401977 5.356575023 5.058340253 +LQ00X002880 Hypothetical protein 5.363312988 5.405303978 5.330314022 5.242573659 5.431547311 5.748899806 5.319502311 5.124183221 5.366530399 5.180978473 5.105395951 5.241738394 5.189623382 5.424002016 5.102583793 5.036027869 5.066535272 5.555391503 5.330398421 5.2027199 5.247659934 5.645853319 6.334028361 5.696285022 5.210038868 5.133981884 5.533547004 5.360205551 5.405716928 5.148983176 5.992234124 5.663713116 +LQ00X003010 Hypothetical protein 5.021326121 5.27829103 5.369080147 4.889898129 4.722531015 5.268772508 4.984301271 4.99715246 4.964343244 4.850530421 5.106735356 4.842548547 5.195062497 4.898750394 4.75184191 4.910007329 5.242320996 5.447608639 5.587224493 4.701112011 5.230087361 4.915163016 5.227067086 5.044098021 5.095670197 4.790518789 5.394446182 5.142695384 5.279323475 5.133860783 4.930078363 5.686065637 +LQ00X003100 Putative uncharacterized protein 4.689185182 5.076320937 4.915338302 4.799780002 5.057377098 4.645891185 4.782940627 4.849375886 4.892835426 5.293305449 5.030855636 4.687820101 4.57884582 4.666213229 4.862496828 4.664722868 4.869932499 4.86053089 5.245677409 5.0970108 4.978857347 5.080152751 5.066963988 4.916648187 5.061549404 4.901180383 5.663081398 5.00536918 5.061374204 5.014595101 5.414833193 4.879999662 +LQ00X003110 Calcium ion binding protein, putative 5.467293196 5.687308842 5.09732555 5.641221484 5.436902989 5.517810713 5.409094582 5.281303057 5.912576709 6.191949611 5.351826618 5.57637336 5.588017925 4.986357677 5.396485592 5.387984003 5.257024445 5.565775549 6.022709625 5.262813909 5.58475524 5.382200626 5.318864575 5.298645306 5.342215967 5.559477997 5.708787703 5.607416651 6.275104103 5.551173829 5.469201653 5.202068751 +LQ00X003121 Putative Uncharacterized mitochondrial protein AtMg00810 5.143714375 4.805652972 5.584346471 5.024164147 5.822339123 5.283120175 5.233710859 4.984289709 5.035963303 4.793581951 5.516770195 5.474247143 5.140490797 5.3859076 4.873312525 4.915481505 5.314185875 5.343198733 5.128645639 5.225990723 5.570765094 5.594015536 5.807687422 5.98269525 5.217184522 5.074174339 5.306366487 5.930628367 5.159540173 5.174893491 5.387959414 6.639851526 +LQ00X003190 Glucan endo-1,3-beta-glucosidase-like protein 1 12.14046945 12.72534758 11.43760072 10.42677507 10.24433669 10.17008204 9.84086098 8.929676722 12.29497807 13.31509873 11.73271433 10.6563871 10.82939511 10.25778041 9.980411263 9.42139522 12.05743934 11.97105972 13.27281767 12.03782848 12.04946856 10.93056659 10.46925437 9.383564113 12.95269124 12.71197544 13.56144495 11.4408565 11.73881094 9.696909648 10.26502581 9.388485524 +LQ00X003370 Transcriptional corepressor SEUSS 6.284262746 5.963604335 6.215883855 6.208710154 6.224968414 5.777454682 6.025939546 5.809000128 6.683817154 6.283703015 5.670904043 6.058599878 6.195335007 6.078069734 6.322698147 6.115241635 5.895845897 6.201419832 6.453615783 5.965292971 6.594753179 6.06503925 6.159612622 5.748854563 6.109528009 6.139460653 6.192956082 6.070497251 6.236307816 5.78628572 5.792823747 6.20679683 +LQ00X003411 Putative uncharacterized protein 5.052124673 5.270516646 4.969240492 4.89630723 4.798565136 4.821405372 5.48226493 4.893827299 4.827078593 5.274696107 4.460441342 4.815817319 5.094795871 4.771234221 5.045936493 4.757938202 5.38693565 4.781100111 5.918936393 5.151968793 5.346424627 4.746706448 4.784370546 4.662135676 5.122640627 5.118483581 6.221905571 5.570245543 4.890687146 4.72395372 5.549058346 4.770111468 +LQ00X003490 Hypothetical protein 4.61115461 4.841094614 4.725855753 4.625380675 4.622857162 4.831533884 4.493571624 4.550329024 4.796877331 5.012167908 4.720025444 4.774847827 4.644749533 4.714323977 4.391268887 4.493360778 4.842941015 4.620229512 5.18543925 5.072631585 4.482652933 4.59693469 4.747614771 5.314551011 4.602213749 4.877710992 5.065330856 4.825885749 5.048868113 4.368604538 4.977244094 5.282013848 +LQ00X003520 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 6.351653183 6.277897878 6.35084477 6.999824879 6.071872442 6.45734772 6.83960366 5.953115754 6.316277664 7.383329361 6.695596333 6.522013743 6.446635712 6.166966921 7.663824003 6.138191624 6.060941552 5.684060701 6.449921256 5.859803316 6.347914426 5.625498132 5.406837217 6.44286279 5.738968581 6.228533493 6.138583234 6.403683481 5.894226298 5.727341733 5.842561588 5.251995296 +LQ00X003530 Putative Protein slowmo homolog 6.176848921 6.576729048 6.635843875 6.88876676 6.392512168 6.39056583 6.466088474 6.936267326 6.61863913 6.330520683 6.507484932 6.730999555 7.06615346 6.517798177 6.405759217 7.091900743 5.924696466 6.31140496 6.451881392 6.281996267 6.163465107 6.304172599 6.328123492 6.410228216 6.106878038 6.12397608 6.61129282 5.577643787 6.637042971 6.473997346 6.856335534 6.238237478 +LQ00X003610 Predicted protein 5.56312105 6.340981423 5.561616294 7.300517618 5.806557629 7.028878532 7.241245626 7.1448703 6.017842781 5.559490005 5.282978087 6.677067912 5.709455937 6.577219827 6.380587996 7.244283238 6.06790165 5.97350124 6.031738724 5.860641592 5.751724453 6.419217714 5.48125495 5.600797678 6.305952102 6.248960066 5.836890126 6.139798519 5.601474958 6.700121743 6.085590198 5.94482986 +LQ00X003630 Putative uncharacterized protein 6.047455493 5.176529296 5.641237209 5.207650173 5.290019492 5.848520827 5.375143868 5.569675426 5.315565328 5.764843612 5.909656747 5.085723876 5.488147391 5.368351604 5.683834918 5.628692472 5.243845509 5.842729974 5.3116024 6.003501677 6.348836797 5.332200104 5.551988755 5.835558888 5.413240366 5.785754023 5.454373387 5.72660374 5.926132147 5.512992455 5.458708961 5.625463598 +LQ00X003650 Hypothetical protein 4.989585971 4.942574821 4.861962541 4.882527696 5.187546162 4.865717352 4.963900989 5.08624547 5.416725087 4.950896167 5.422459635 4.976783149 5.213621326 5.035031048 4.830476438 5.106994158 5.256107716 5.134836105 4.870631524 4.841639964 5.33061994 5.006641066 4.688000246 5.162866441 4.98060705 5.452801355 5.075895219 4.887291033 5.139803846 5.168962073 5.278841838 5.101064766 +LQ00X003660 Predicted protein (Fragment) 5.534582889 5.740445135 5.991701586 6.917297752 5.328803245 6.935664155 7.401271756 6.670216796 5.356650121 7.0302643 5.256207449 6.687262837 4.985438057 6.642462482 6.804041178 5.634351149 5.116636902 5.179680901 5.156359003 5.222022597 5.283362222 5.830409296 5.386709684 6.079901194 5.278901488 5.347806886 5.087836649 5.356569434 5.409307726 5.777817369 5.965062399 5.798544484 +LQ00X004070 Putative UPF0481 protein At3g47200 5.320075826 5.272181877 5.105234788 5.167479561 4.957246348 4.942591746 5.01734745 4.943318981 5.49330745 5.875134775 5.157342221 5.330549546 4.948995749 5.491715076 4.888399034 5.083781786 5.009241774 5.335681607 5.473295998 4.898538539 4.983344657 4.921775815 5.394800097 5.483390866 5.373316637 5.064886468 6.258176617 5.403265235 4.980090083 4.964132425 4.833970169 4.672074616 +LQ00X004100 Putative Predicted protein 5.188676154 5.735625552 5.018847189 4.991088792 5.818376406 5.117323332 4.99737391 4.960245841 5.348850589 6.396295714 5.06691839 4.978619253 5.103950357 5.251826912 4.791953196 5.055321243 5.150767696 4.941348235 5.272191486 5.63441677 4.83523961 5.218059431 5.695066087 4.942081743 6.183875735 4.721597645 5.029519834 5.701904972 5.40394244 5.202764431 4.881705518 5.500460007 +LQ00X004150 Putative uncharacterized protein 4.989294566 5.30648402 5.301212402 5.02412033 5.715787878 4.998352615 4.805750757 5.095510948 5.013833484 5.712260014 5.012403702 4.980207907 5.166591962 4.827413429 4.938931193 4.999737702 4.95985126 4.871149092 5.37379596 5.175068736 5.243947942 4.832580494 5.173900756 5.027676162 4.957206491 5.233758591 5.749739225 5.915805485 5.08774656 5.027001339 5.968334357 4.968540662 +LQ00X004200 Predicted protein 5.414637567 5.773007385 5.474857182 5.38777413 5.36256003 5.958235442 5.595685951 5.586105608 5.825426853 5.29124402 5.866984207 5.68182613 5.777500544 6.164443685 5.650873331 5.288641455 5.885137544 5.746173144 5.797416493 5.33976621 5.741218777 5.802677402 5.811289235 5.808296293 5.816746756 6.296347963 6.52380491 5.374851652 5.792369454 5.481019215 5.618971421 6.017965709 +LQ00X004240 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.888307097 4.508153522 4.959574734 5.000005285 5.099387899 5.796291586 5.721090842 6.811291358 5.047283253 4.841085118 4.643768339 5.081064235 5.048815448 5.402900222 5.251218886 6.492417448 4.753735548 5.133191307 5.060773033 4.925113027 5.306064577 4.792490877 5.032055637 5.180148538 4.95596329 5.138816283 4.940128529 4.734576225 5.453868325 4.856782224 4.880180794 4.911288221 +LQ00X004250 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 10.20415061 9.904721107 11.02626218 10.34781519 10.44113365 10.63598058 10.96700233 10.22807637 9.896072963 9.788159834 10.91858069 10.43275088 10.56885108 10.61131223 10.87243483 10.23952683 9.323159688 10.07333622 9.526049155 11.15576887 11.26360722 8.737803998 10.61205967 9.914240474 9.577610603 10.08576597 9.57178447 9.878590324 11.90635875 9.325850945 11.98857893 10.14930843 +LQ00X004350 Putative Protein CHLOROPLAST IMPORT APPARATUS 2 13.48312437 13.51716856 13.83290756 13.36765895 13.80000405 13.99281026 14.05366272 14.04642696 13.33715431 13.52574277 13.6096805 13.28799618 13.16540987 14.17783039 14.12266672 14.21655187 13.26680059 13.22562709 12.8330543 13.80665311 13.72986816 13.26917182 14.27198893 14.22814555 12.61792642 12.8221679 12.64730636 13.49705324 13.60984592 13.43142103 14.41028374 13.97629198 +LQ00X004383 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.900346172 4.588999564 4.761867205 4.530146376 4.668770009 4.845421323 4.71432332 4.639238746 4.760751184 4.645428546 4.971731108 4.617170318 4.934335935 4.601387029 4.565686695 4.416292668 4.632701767 4.809428517 5.051351341 4.974091704 5.049721138 5.007015402 5.082277262 6.319911253 5.180474998 5.030649987 5.325711542 5.550600285 5.046899886 5.037836024 5.296746161 5.321784276 +LQ00X004470 DNA ligase 4 10.97781613 10.97408292 10.97732055 10.64152359 10.75246298 11.72061978 11.66493308 11.57921207 11.00430107 10.54218237 10.91552508 10.79053033 10.6971584 11.71224596 11.58819724 11.42185187 10.82451621 11.10081568 10.53987699 10.65108285 10.54055771 10.23085245 10.96401635 11.34137866 10.48685098 11.25315231 10.6897042 10.30189805 10.65914526 10.27499355 11.24937283 11.02237313 +LQ00X004490 Putative uncharacterized protein 11.80456012 12.4435095 11.4422939 11.97261966 11.84999738 12.66492969 12.49830427 12.38999087 11.90796768 12.23147919 11.74830629 12.15316481 11.96778908 12.70227155 12.52644283 12.63170675 12.82126558 12.85048383 12.55626027 11.95264861 11.74019179 12.07645296 12.26494493 11.99519054 12.41265484 12.87795111 12.50604292 11.82190933 11.67077302 12.09852279 12.52881029 11.85613218 +LQ00X004530 Transcription factor bHLH35 12.04548232 12.67180172 11.83531756 12.62187212 12.81272328 12.89958811 12.92765651 13.8973295 12.3111432 13.25850449 12.10453483 12.40781623 12.92880339 12.90078627 13.43067214 13.11577482 13.24828942 13.21447756 13.26703856 13.30814685 12.57853999 13.71451095 13.61277319 14.16038825 11.96652835 13.02652903 13.52469644 12.89901034 12.56047441 14.34503133 13.30345764 14.74060807 +LQ00X004660 Predicted protein 7.075459886 7.24379051 9.878336778 11.63545345 10.89142586 7.655574155 6.502050771 7.019720424 6.819131035 6.018357652 9.830552386 11.95428707 11.08443051 7.298550591 7.709718074 7.894850825 7.63789954 6.780740444 5.709199645 10.02431577 10.04412292 10.46812044 6.136442526 5.652980588 7.552798916 6.862818806 5.95627657 11.41424538 10.57271726 12.57005482 5.795733653 6.341179898 +LQ00X004710 Hypothetical protein 5.188500042 5.335445608 5.277255509 6.633207616 6.095678233 8.878652856 6.893576783 9.932071431 5.252239939 5.126597462 5.14813631 6.394544521 5.897033443 7.871297339 8.425647961 10.28654834 5.120645346 5.261267708 5.898003214 5.427147014 5.60329327 5.932871446 5.295087818 8.227078754 5.341948353 5.304140851 5.750640521 5.333409489 5.586440624 5.750010748 5.605432711 5.301422239 +LQ00X004770 Hypothetical protein 5.334032614 5.519765836 5.201856049 5.569030981 5.534011907 5.448579272 5.522122432 5.160661378 5.621116264 5.558984135 5.532710604 5.329972646 5.592601573 5.399181124 6.485127015 5.267791886 5.578272892 5.44263483 5.828068617 5.579969758 5.33071204 5.25173947 5.379340283 5.733655478 5.820319272 5.412450861 5.869980248 5.510180754 5.711809237 5.220748045 5.523197359 6.278925978 +LQ00X004860 Hypothetical protein 13.18084688 12.99299524 13.1428271 12.97104836 12.82993911 11.75875794 12.16460704 11.44200071 13.5416066 13.85865949 13.44074849 12.42255076 12.95863722 11.70000534 12.17772374 11.94691531 12.73715091 13.0321327 12.90943666 13.1308503 13.09742933 12.8831958 12.33852309 12.40631688 13.34201634 13.48135159 13.07328525 13.12736598 12.45165702 12.55289106 12.30766102 11.90455986 +LQ00X005020 Probable serine/threonine-protein kinase At1g18390 5.344432946 5.345988961 5.077752701 5.396946909 5.218643692 5.171937665 5.42425612 5.116760983 5.541242779 5.815531413 5.338475383 5.365676644 5.525278126 4.974928353 5.781864551 5.16210036 5.055237458 5.372952825 4.944571078 5.285638098 5.297915902 5.51573885 5.162651003 5.34317741 5.500804647 5.287824031 5.11106959 5.329328625 5.495225428 5.497393055 5.542670769 5.840579558 +LQ00X005060 Putative uncharacterized protein 4.929615217 4.610566532 4.806877662 4.548334476 5.172088809 4.997340184 4.605680214 5.290385849 4.851637468 4.710324314 4.787264643 4.680689121 5.026211992 5.151622069 4.764470118 4.816762316 6.133463205 5.657666255 5.491286126 5.77991433 6.14630633 5.02606031 7.109383413 6.915948876 6.541575272 6.263083528 6.057143294 8.400239746 6.492843198 5.029564193 7.844397607 7.151935215 +LQ00X005080 Putative uncharacterized protein 5.15941513 5.045657057 5.075270201 5.12579382 5.388607803 5.212291744 4.878180049 4.822382612 5.154725402 5.149081582 5.280539442 4.828385876 5.332787621 5.342760626 5.019980668 5.309628773 5.295469373 5.184581622 5.145606065 5.031221471 4.938272935 5.077740404 4.908494875 5.478977914 5.037219201 4.850928158 5.088538569 5.367209209 5.612181665 4.950686756 4.968593328 5.416709465 +LQ00X005490 Thioredoxin M-type, chloroplastic 13.7388891 13.10269302 14.48449572 14.78809277 14.3360782 14.78609219 15.10914133 14.77354829 13.76043784 13.10975322 14.33107632 14.80498416 14.33554479 14.91943744 14.98513481 14.80867846 12.88413902 13.39545313 12.75751515 13.70428381 13.14152435 13.70056566 14.50798621 14.1389173 12.89733103 13.02747371 12.9786388 13.82561503 13.28969367 14.65992627 14.50443347 14.00459952 +LQ00X005580 Histone deacetylase 8 11.78252106 11.4387034 12.17915453 12.74652054 12.46246014 13.06632612 12.92309051 12.55439855 11.7551897 11.42799983 12.16165872 12.58485151 12.3808616 12.94865602 12.97890364 12.56227892 11.5490041 12.23755915 11.19353252 11.93346752 11.81616651 11.53612442 12.27235736 12.13421081 11.28059968 11.91228722 11.15474702 12.26848063 12.02667583 11.63889618 12.0011966 11.83101669 +LQ00X005590 Putative Probable receptor protein kinase TMK1 5.816353185 5.439904837 6.630034635 6.431627631 5.908139809 5.966250995 6.082766518 5.674297643 6.055466271 5.931956857 6.594345754 6.49488968 6.118412715 6.103061975 6.255055905 5.479676036 5.162078322 5.761096254 6.051634302 5.654459341 6.034757112 5.762115244 5.425605192 5.768337787 5.608696555 5.573073411 5.383475573 5.330089298 5.96962473 5.731754427 5.182501812 7.020264246 +LQ00X005620 Putative Apoptosis-inducing factor homolog A 5.033223361 5.668581489 5.456003435 5.645096067 5.213334716 5.588332873 5.650484861 5.657099713 5.265122348 5.478575119 5.482471076 5.678681844 5.726477765 5.468538952 6.345349872 5.662323101 5.269169948 5.082566982 5.330942489 5.262042476 5.481508728 5.505434776 5.172297226 5.958834606 5.384459026 5.444382137 5.209759273 5.55738865 5.661196711 5.388587214 5.562198543 6.322490473 +LQ00X005630 Serine/threonine-protein kinase Nek5 6.015384963 5.478478372 6.17147125 6.352619618 5.693893916 6.097495737 5.843165964 6.045719467 5.667655101 5.399859973 6.080364914 5.86280881 5.584465084 6.302533768 5.862840556 6.311134287 5.48801697 5.672732433 6.0415772 5.22020012 5.515016216 5.775279095 5.358580954 5.214126129 5.752821435 6.277849465 5.872289095 5.299996172 5.227381957 6.368103392 6.513341492 5.246335594 +LQ00X005670 Tubulin alpha-1 chain 13.71551124 13.73052355 13.63465165 13.64453432 13.8537371 13.90966947 13.98207735 14.02327484 13.98977178 13.66959472 13.69821525 13.77646019 13.77058534 13.88131936 13.98848841 13.92118145 13.61983492 13.00133377 13.81760003 13.31127479 13.06641568 13.90969112 13.82918697 13.32604315 13.65269536 13.27339132 13.62270337 13.50852729 13.35818419 13.60369727 13.78411553 13.28458189 +LQ00X005680 Hypothetical protein 6.003110762 6.121951497 6.285980266 5.76718685 6.471055457 5.479367925 5.519302709 5.337926688 6.210577495 7.55822755 6.59484949 5.706804284 6.225427135 5.519161147 6.670507761 5.440218158 5.429150341 6.369944206 6.486914471 6.58971483 5.000076723 5.577965395 5.312054196 6.225560503 5.614557112 5.888902943 6.553847739 5.515976811 5.818476214 5.830933706 5.221179278 5.781571472 +LQ00X005690 Putative Bystin 11.92373723 11.55248336 11.41287069 10.71261306 11.25883201 11.03106855 11.13281057 10.82338634 12.04149549 12.0915727 11.56418025 10.89805426 11.39555205 11.23518781 11.09003452 10.6124054 11.72046155 11.81772193 12.26632721 12.25566355 12.0636012 11.61128611 12.49672618 12.67816703 12.06571505 12.37961489 12.83900628 12.01460825 12.7244081 12.06946637 12.68146693 12.89218917 +LQ00X005700 Hypothetical protein 5.051508825 4.716285099 5.433162187 4.831895937 4.705474558 4.579408801 4.775261226 4.797924626 4.855602212 4.757955733 4.928842683 4.78338797 4.76317715 4.79428849 4.569866709 4.849518419 4.762164562 4.851731011 5.084203742 4.884238927 4.643796022 4.823734169 4.782314802 4.719064971 4.801994647 5.037546905 5.088326176 4.601462908 5.314214022 4.996430992 4.799631724 5.238219867 +LQ00X005710 Hypothetical protein 5.895377011 5.87297327 5.01724067 4.917328676 5.046941485 5.287034152 5.311464998 5.182077545 6.411993698 6.016927105 5.37660622 5.308238275 5.125226487 5.222635314 5.148676855 5.222244055 7.767454391 6.825319501 5.954919664 6.206738081 5.497431984 5.212555187 5.848902696 5.070079083 6.746922636 5.559667416 6.559324027 6.065268427 5.458206751 5.947821174 5.047659686 5.371398671 +LQ00X006190 Putative UPF0301 protein Cag_1601 13.60641157 13.3122113 13.09628393 13.75305064 13.16908517 14.07802892 14.0506722 14.08878737 13.532863 13.06228999 13.0187126 13.39014494 12.87535447 13.94431851 14.17352963 13.85888725 13.93601409 13.75985297 13.5344767 12.85200494 13.02895928 13.45762365 13.42635933 13.1043717 13.37937097 13.18826294 13.09706798 13.16145967 12.71891108 13.61030367 13.30897076 12.86593649 +LQ00X006260 Putative Abhydrolase domain-containing protein 11 4.637484517 4.763732977 4.864308676 4.569015883 4.580162298 4.95422879 4.779492577 4.573783388 4.810130469 4.619509797 4.734040062 4.579629501 4.739189958 4.94091051 4.618406444 4.670240559 5.001556487 4.623410067 4.891744603 4.896490089 5.015939457 5.153415209 4.923529805 5.005713496 4.669152204 4.916479204 4.847034267 5.675437586 4.86791499 4.993431654 5.181603793 5.509446688 +LQ00X006370 RING-H2 zinc finger protein RHA2a 11.37167426 10.81883854 12.60845535 12.90426406 12.92517522 13.32068057 13.39623218 13.54801939 11.2443056 11.09902839 12.40653947 12.60019414 12.72031641 13.39259685 13.51298905 13.62993608 11.56555375 11.4619851 10.17176035 11.29283443 11.4404384 12.11073946 12.11936358 11.96346 10.98399221 10.86114055 9.748869948 11.68810074 11.19940526 12.55603685 12.16039029 11.81345706 +LQ00X006460 Putative Predicted protein 5.52117722 5.370720035 5.35463343 5.397750605 5.027854164 5.528908643 5.649388047 5.480412005 5.390817266 5.025126421 5.707598294 5.519938122 5.388472566 5.580210006 5.411364312 5.854327688 5.359996027 5.308861181 5.488462318 5.343626763 5.271678739 5.132863765 6.524481574 5.452759582 5.279168562 5.252950529 5.863011297 5.734657608 5.672496258 5.406091313 5.788415221 5.19482897 +LQ00X006470 Hypothetical protein 5.126551809 5.113384314 4.717500196 4.864416624 5.02484068 4.817596924 4.84427865 4.738925607 4.901168838 5.238739912 4.789857104 4.989790334 4.974723538 4.903478223 4.804635718 4.996807399 5.137078804 4.8882511 5.233239861 5.260540384 5.072788873 5.347307031 5.27565867 5.119798744 5.042765518 4.988079459 5.045380804 5.45463619 5.100800835 4.901767428 4.623088023 5.331349644 +LQ00X006490 At2g18840 13.4632126 13.30414402 13.34555253 13.19285056 13.08219596 12.81658293 12.57882272 12.42166312 13.28195426 13.07603375 13.4668585 13.35193109 13.31040284 12.93334724 12.41102088 12.54021285 13.24776745 12.93413057 13.20222445 13.36850364 13.1586663 13.18183058 12.74768736 12.77509032 13.31190881 13.11909469 13.12377835 13.21711443 13.04666334 12.96874843 12.84991862 12.59267837 +LQ00X006550 Probable leucine-rich repeat receptor-like protein kinase At5g49770 5.690361297 5.379968601 5.281427045 5.523217095 5.450002606 5.680591942 5.280428333 5.661824339 5.846211496 5.773114857 5.655016655 5.476538828 5.590139379 5.287459734 6.142001574 5.473380392 5.553467486 6.153874643 6.287839436 5.654299059 5.623610949 5.714569082 5.679498376 5.716088109 5.916051614 6.353421389 6.70982761 5.252316834 5.950303368 5.754882575 5.852951425 5.546004641 +LQ00X006591 Retrotransposon gag protein 5.012246094 5.186566282 4.778625975 5.109560659 5.02973583 5.195998262 5.259618462 5.439607836 4.895697499 5.324127554 5.030519532 5.048598125 5.176426091 5.364655215 5.126652127 5.146616805 5.20168274 5.406452777 5.114806233 5.145173849 5.2910516 4.988416263 5.200509495 5.286200864 5.046691142 5.418746833 5.330281399 5.931116347 5.036657764 5.237648874 6.327503975 5.431807997 +LQ00X006790 Hepatocyte growth factor-regulated tyrosine kinase substrate, putative 4.635600324 5.005923602 5.41724201 4.896008188 4.681551569 4.530014157 4.719520263 4.626127851 4.923274948 5.2701663 5.002043431 4.731974123 4.973333563 4.772441677 5.152079423 4.868710145 5.036042593 4.654348357 4.979212427 5.581033277 5.300712721 4.687111425 5.236074822 5.041408839 4.786662928 4.771851753 5.122078944 5.119317459 5.433997565 4.795844977 5.243048293 5.136334119 +LQ00X006810 Hypothetical protein 5.107561785 5.008407361 5.008229264 5.157842546 4.952633215 5.084637191 5.236454437 5.082009873 5.191378416 5.22941019 5.19986884 5.174922124 5.153078254 5.018322781 5.420715637 5.096095711 4.823077512 5.115773468 5.513658338 4.952792221 5.374635805 5.071680777 4.748442453 5.17951177 5.083156164 5.23910747 6.018131012 5.248867656 5.532032588 4.929201199 4.930014334 5.536196498 +LQ00X006880 Hypothetical protein 4.991946032 4.965130136 4.868597436 4.7186863 5.041059456 5.132411896 4.517015302 5.169057286 4.810415544 4.849607703 4.823165751 4.659108809 5.586506545 5.094660315 4.751101899 4.635553391 5.343556145 5.042046422 5.127354087 5.019161316 4.955526278 4.928427575 5.634029365 6.673471465 4.975562592 5.110931832 5.112262478 5.771971707 4.948670185 4.923301587 5.373858858 7.31785155 +LQ00X006890 Putative uncharacterized protein 9.51593309 9.419449558 10.23384288 10.8127529 10.96201361 12.11622471 12.2273453 12.66695616 8.35037509 8.495390255 9.494492646 10.17153564 10.34019451 11.30886969 11.94695548 11.82072145 10.03418614 7.792216417 9.392766513 8.451515663 7.871271209 9.72982345 10.59587455 11.20159799 8.745490475 7.442413036 8.039027623 9.053652229 8.298525249 10.75603931 10.59714389 10.49473496 +LQ00X006930 Putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 1 9.732744153 10.3292523 8.507120179 8.217736506 7.880169464 9.09056218 9.288534934 8.494205414 10.17306533 10.14448579 9.133117783 8.648400594 8.351527709 9.41348995 8.938110739 8.95681465 10.02166918 9.815084397 10.38881398 9.149265989 9.503839338 8.544487429 10.16000337 9.846475615 10.46966003 10.43310107 10.51876377 8.968065241 9.155848225 8.501433902 10.48240663 9.684979743 +LQ00X007030 Hypothetical protein 6.640863026 6.185618784 6.877047634 6.474306077 6.886266972 6.029708777 6.911693185 6.376601867 6.660721617 6.433602671 7.014351657 6.733127195 6.968011132 5.968440842 5.829839034 6.64542389 5.919045859 6.8427047 6.253639509 5.885132382 6.276714172 6.483285577 5.722547609 5.746740518 6.414501423 7.102599706 5.333319015 6.443194246 5.950064582 6.430091213 5.657902718 6.867215697 +LQ00X007040 Eukaryotic peptide chain release factor GTP-binding subunit ERF3A 12.15175979 12.26655326 12.02079606 11.73217558 11.92288317 12.3692823 12.01525821 11.85398204 12.16540849 12.25583631 11.96792301 11.79220016 11.96896957 11.99738769 12.06757092 11.97453729 12.07688255 11.30547103 11.81337114 11.53877571 11.55207321 11.90622127 12.09163986 11.84640463 12.13848809 11.83723673 12.05923469 11.71804537 12.17531942 11.99051743 11.97015475 11.8371857 +LQ00X007220 Predicted protein 12.43755678 11.32008247 12.95209187 13.22354818 11.84916793 13.73421447 13.6856244 13.2057134 12.11975282 10.95623126 12.56458234 12.76603123 12.12946214 13.67390146 13.4914924 12.54512366 11.01612109 11.82104793 11.40625987 12.57126098 12.40893894 11.46156977 13.2159644 13.1533324 11.3117114 12.09683445 11.54666791 12.76994312 12.68687207 12.23970004 13.46176674 12.76537297 +LQ00X007230 RuBisCO large subunit-binding protein subunit beta, chloroplastic 14.45599186 14.26511281 14.0359766 14.63360237 13.11037307 15.47853155 15.04778489 13.74380175 14.07076984 14.01172904 13.42779666 14.21604113 13.24191309 15.0261407 14.61480769 14.122769 14.09845014 14.75634651 13.44869572 13.64329721 14.32552359 13.50599531 14.35898505 14.02704428 14.28377938 14.47324449 14.03917796 13.72368392 13.90512847 13.77199501 14.22202765 13.93976088 +LQ00X007260 Protein kinase APK1B, chloroplast, putative 8.738582894 8.173955349 9.047313039 10.18896994 10.39291847 8.813566835 7.99765762 7.722869806 8.515159009 8.064032408 9.151941913 10.34194909 10.0583894 8.884213817 8.511657363 8.567713299 8.121510709 8.321492669 6.903011871 9.088243185 9.47318182 9.454012865 7.636797641 7.129222062 8.68759624 8.16678078 7.816420244 9.628329862 8.893665087 10.75572969 7.766500425 7.356352514 +LQ00X007500 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 6.544236038 7.044832123 5.003637776 5.030377735 4.565367632 6.418284455 5.674486386 6.491524027 6.01094588 5.487088517 4.99065539 4.984554449 4.913274312 5.309511383 5.464693017 6.745396258 9.577860633 6.546182405 6.119780606 7.236128378 4.985058287 7.581763539 7.544697613 7.346558158 7.889406776 5.642538586 5.217920187 5.691991722 4.943248753 6.408131807 5.293780206 6.645694444 +LQ00X007523 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.422620647 5.069077161 5.884831251 6.625453988 5.642670017 8.29091226 8.079400546 8.112922019 5.205396385 4.849452159 5.430332409 6.421126538 5.057678228 8.376917496 7.176341044 7.605069525 5.242088293 5.224930622 5.319143886 4.97311484 4.903133274 5.665246436 5.387133845 5.255190413 5.269964091 5.032747937 5.149258812 4.966153318 4.68374101 6.016367264 5.736158274 6.302831138 +LQ00X007690 Putative Peroxisomal targeting signal 1 receptor 5.561174968 5.935021047 5.774716765 5.646773784 5.479869433 5.82093629 5.807949341 5.104848854 5.728364072 6.272759255 5.207897748 5.53337312 5.514660042 5.728015474 6.091620199 5.719147641 5.976532369 5.916643326 6.321615573 5.41365159 5.405605644 5.382286738 6.070255009 5.202267034 5.598059906 5.90916872 6.222962661 5.672881621 5.729725754 5.683973769 5.628727686 5.948469944 +LQ00X007710 Regulator of ribonuclease-like protein 3 13.93986957 13.57778903 13.62389792 13.37815697 13.43081375 13.53586572 13.32069328 13.23613798 13.9091698 13.64427215 13.55720978 13.3430095 13.56271361 13.61103782 13.41446683 13.47696907 13.81774482 14.18921933 13.75914194 13.59150727 13.61070266 13.39404641 13.85342556 13.55491779 13.61493948 13.85887401 13.85419513 13.42961584 13.60766526 13.66908445 13.48642488 13.68407165 +LQ00X007720 NADH-ubiquinone oxidoreductase chain 4L 11.93684834 11.8047165 11.91005883 12.0369075 12.01040739 11.76789105 12.7090121 12.37121927 9.809246795 11.88610178 10.05171145 9.965961281 10.58820957 10.19604651 11.57538054 10.9601069 11.86400568 12.36754264 11.85691696 11.90269477 11.85751626 11.98480913 11.99139164 11.87160562 11.75535056 12.30641303 11.42649804 12.5263419 11.72308711 11.6561566 12.11861816 11.46530195 +LQ00X007730 Putative Myrcene synthase, chloroplastic 9.710588592 8.842344237 7.589139525 7.543839729 7.289825979 5.693435665 4.95996247 7.050686463 9.86056288 9.919873976 8.238829295 7.364984431 7.530332782 4.851627528 6.596168395 6.772536049 7.400709123 9.221417671 6.961305888 7.552937676 8.344882802 9.548907055 5.990849241 7.052006719 9.394686716 9.974734053 7.961876865 7.829209691 9.665601429 6.77450843 6.033468745 6.117135255 +LQ00X007890 Predicted protein (Fragment) 5.481487649 5.282916316 5.107898319 5.499378498 5.066322304 4.865695172 5.009758139 4.888369737 5.509377402 5.317038231 4.809103344 5.15715902 5.372312075 4.659463642 5.527973153 4.641044737 5.138324695 5.190617262 5.411903695 5.185589788 5.398264581 5.412815248 5.673139099 5.181547226 4.988565809 5.184001055 5.033708214 5.144123693 5.722085364 4.934107496 5.25585753 4.791145943 +LQ00X007940 Uncharacterized protein At5g39865 5.19198361 5.502666218 5.413213664 5.934688994 5.357326845 5.448873627 5.680537079 5.141051557 5.217053646 5.55169581 5.509418123 5.670857269 6.021156105 5.444648016 5.293697355 5.653981305 6.184633145 5.951089957 5.868075037 6.424877481 6.711259347 6.207384267 5.956806554 6.140722308 6.075872731 5.950798552 6.15123917 6.739283703 6.326540692 6.288365245 5.818161196 6.636586116 +LQ00X008060 Putative Jasmonate O-methyltransferase 8.931128065 12.53681729 5.649192155 5.238254292 5.385710602 4.853236818 4.808406997 5.121184176 10.70082611 13.20323186 6.994988716 5.335838195 5.311568478 4.892457584 4.557745117 5.080309849 12.89177388 8.979090577 13.04335354 8.891063417 7.239973554 9.240886406 5.408809368 5.211628987 14.52069997 11.83106323 13.51273408 7.83354725 9.25900888 6.566122935 5.275151675 5.145165177 +LQ00X008130 Putative Protein strawberry notch homolog 1 11.79372777 9.402791222 11.47563202 11.74658573 10.7888339 12.46717438 12.327903 11.92926926 11.64887271 10.71920874 11.13270524 11.61679444 11.23193946 12.14599706 11.7281712 12.01194228 10.511609 12.32965451 11.92255038 11.11335091 11.40343955 10.93242501 11.52171479 10.89483275 11.91834411 12.64208454 12.10510034 9.912634939 9.673038726 10.66360935 11.85934082 10.95374938 +LQ00X008140 Metacaspase-5 12.45005921 12.49231303 12.33532737 12.37518486 12.32614944 11.16375245 11.34938302 10.97771308 12.18362776 12.40372723 12.36477737 12.26945117 12.49447482 11.43160152 11.49931281 11.31320538 12.48520707 12.69962826 12.54761862 12.20324653 12.40567731 12.50838455 11.04028302 11.62624506 12.66155953 12.75960589 12.43133229 12.43263599 12.9491125 12.27377001 11.19767164 11.73706371 +LQ00X008150 ALA-interacting subunit 3 7.166820249 6.504989228 6.441458033 6.960686965 7.351898807 6.396433603 6.563537337 6.942321238 7.142731274 7.339828566 6.587405903 6.650765933 7.00658989 6.791013495 7.269572865 6.781300025 7.073408018 6.440662505 6.364483216 6.345702872 6.049959945 6.729930636 6.863619404 6.782944439 7.095353448 7.188274939 6.281878104 7.66908024 6.300586036 6.760538572 6.835151024 7.258018229 +LQ00X008240 Predicted protein 5.907372579 7.757196337 5.726479284 5.715402375 5.362952173 5.400697374 5.757507679 5.383537968 6.299982542 8.447943602 5.364099217 5.748915227 5.413455669 5.300842427 5.124959809 5.371029207 4.980658449 4.996990312 5.444600805 4.754622909 4.854594821 5.216264377 5.182235407 5.126227055 5.873287136 5.110670452 5.409397245 5.316817147 5.070953731 5.256245124 5.041907052 5.543288281 +LQ00X008650 Putative uncharacterized protein 10.78467503 10.59824765 11.55873147 11.26478734 10.99899283 11.06290316 11.33224537 11.09386867 10.78626031 10.88688488 11.30106351 11.22845707 11.06457296 11.03654965 11.26977123 10.58630432 10.54448901 10.99665869 10.57266589 11.37486036 11.42280522 10.73875573 11.59328086 11.31231634 10.37433386 10.69640992 10.81212898 11.52918928 11.48647756 10.94629862 11.61733918 11.61090658 +LQ00X008690 Vacuolar protein sorting-associated protein 29 13.91964986 14.25664996 13.46564311 13.68398266 13.70166937 13.57691976 13.61675983 13.96430523 14.20631401 14.22039185 13.75891115 13.85383564 13.89818173 13.8372515 13.69890546 14.03486161 14.76080204 14.48313912 14.83829841 13.83540826 13.97963562 14.0613553 14.00177125 13.60083332 14.52923846 14.43769005 14.69587254 13.91008939 13.84010349 14.05577241 13.86635437 13.60616377 +LQ00X008750 Predicted protein 12.19236781 11.99868754 12.04403767 12.44245995 12.13378404 13.03102454 13.14114088 12.82076536 12.20177695 12.21349005 11.95989464 12.51867909 12.12774566 13.08515022 12.89510852 12.66650809 12.36930577 12.53270727 12.2950953 12.61737089 12.83704343 12.26202011 12.66139821 12.91366322 12.23084628 12.33269812 12.52334764 12.47208036 12.10352529 12.38158942 12.73914072 12.88519033 +LQ00X008770 Hypothetical protein 5.908421302 5.603420284 5.79928692 5.14940331 5.805894876 5.74775312 5.387741325 5.375235477 6.012361632 5.781927394 6.117035978 5.516483542 5.904291457 5.483984814 5.109417503 5.10070611 5.676744478 5.914728637 5.179115385 5.644939365 6.402128656 5.541976457 5.631909994 5.266833704 5.343250288 5.699084163 5.989823393 5.484143175 6.350175964 5.852565149 5.831570699 6.12944089 +LQ00X009080 Uncharacterized protein sll0194 12.23565346 12.20434559 12.82952664 12.72662517 12.33767247 13.20577511 13.35745578 13.37122201 12.40859157 12.13538453 12.80099271 12.62019231 12.38659498 13.250951 13.51593797 12.95062336 11.68837909 11.62430332 11.26257404 12.60411073 12.35289787 12.29106395 13.47368982 13.34804543 11.66129756 11.722136 11.66860238 12.62101211 12.71117061 12.86037574 13.58631785 13.18553802 +LQ00X009090 Predicted protein 5.154054137 5.23791613 5.198111313 5.227178565 5.102695067 5.146917448 5.363171223 5.402234481 5.490948095 6.109980552 5.648506135 5.289338155 5.224832144 5.130956855 6.515021073 5.596134538 5.351642041 5.47332236 4.982990069 5.202802492 5.526825978 5.191274511 5.593395507 5.277578824 5.144004377 5.294064817 5.194965679 4.854024579 5.207776751 5.035088671 5.406218894 5.085252906 +LQ00X009390 Probable RNA 3-terminal phosphate cyclase-like protein 5.304244206 5.645689938 5.246223897 5.038062075 5.345439345 5.324246308 5.513145228 5.293174984 5.82625957 7.034666434 5.592920993 5.213690384 5.601209224 5.219862155 6.868463666 5.150309216 5.719793212 5.600825885 5.825016622 5.925848376 5.624142897 5.48056203 5.309807434 5.866516316 5.967273962 5.922333606 5.860971735 5.336962841 5.768609972 5.795434053 5.670008063 5.310652218 +LQ00X009420 Putative uncharacterized protein 11.66288861 11.15319325 11.12644934 12.50567906 11.18308988 12.53938617 12.82706772 12.43424312 11.24769998 11.26132718 10.92743891 11.68558486 10.86682499 12.18587143 12.44490119 12.03767769 11.66446943 11.85406785 11.06140261 10.99042046 10.89560566 11.43879292 11.63260434 11.39396119 11.19130563 11.46342837 11.05636113 11.21341037 10.62246563 11.54519901 11.54858019 11.3324687 +LQ00X009430 Hypothetical protein 10.13774608 9.335290334 10.49352667 10.41638093 9.847748689 10.62200971 10.72177848 10.61511068 9.853313448 9.556090864 10.30577264 10.46485086 9.894118268 10.35784979 10.73666044 10.5030555 8.232951048 8.244895962 5.932543487 8.980509456 8.486890691 8.049508984 9.622741974 8.427575625 8.627463917 8.501379525 6.028870618 7.71342301 9.036813664 8.487895623 10.18429855 7.764212165 +LQ00X009520 BES1/BZR1 homolog protein 2 12.24014257 12.95999645 12.39605669 11.29110595 12.55821074 10.68728636 10.34908656 11.14064787 12.22725362 12.33245223 12.09281617 11.52600094 12.47637556 10.88127706 10.3873423 10.93289293 12.82240758 13.06717048 13.15167358 13.16014981 13.13149467 12.80390503 11.92083573 12.34522671 12.68824168 12.53534289 13.00096583 12.96236652 13.68969782 12.48295421 12.1917597 12.70840672 +LQ00X009530 Putative uncharacterized protein 9.878508825 9.472553664 9.662512528 9.928551924 9.19491652 9.771223817 9.792284182 8.918353976 9.719520685 9.738105663 9.588582181 9.740688344 9.432000071 9.827321409 9.614065292 9.212353784 9.291225175 10.09012974 9.344077306 7.52261641 9.522377349 9.129714622 9.792374637 9.37556888 9.980762177 10.40972082 9.379631066 7.840824964 10.08749304 9.315958488 9.677055217 9.398024597 +LQ00X009560 Hypothetical protein 5.066168972 4.764754282 6.42294711 4.719913265 5.32976933 4.835923134 4.954797728 5.006634767 4.803625303 4.858288737 5.612936976 4.802369297 5.352022014 4.936671819 5.070460995 5.114910451 4.861934064 4.950014703 5.197161468 4.954751766 5.450433411 5.131126415 4.827421176 5.779491691 5.118986754 5.051411895 5.091000736 5.07282308 5.406726174 4.911606647 5.211406434 6.080959174 +LQ00X009600 Tryptophan synthase beta chain 2 10.15820127 10.49594912 9.651589346 9.543735175 10.43390146 8.243000019 8.210661368 9.060104037 10.30069174 10.66323982 10.11650567 9.534986096 10.66104089 8.800146432 8.508678193 9.094757594 12.4982157 12.66103244 11.45531814 12.33091681 12.30379905 11.17353903 13.02407809 11.96065869 11.42029915 11.03134015 11.86393836 12.8656277 11.96818434 12.50963539 9.54451102 12.97750947 +LQ00X009610 Predicted protein 6.651344357 6.326537178 5.991823362 5.724025297 6.176509158 5.958886739 6.300282647 6.032470044 6.894293883 6.317550256 6.100119301 5.876284455 6.738902008 6.377089859 5.932674918 6.227752056 5.661804488 6.851253313 6.44696167 5.728605703 6.339647999 6.343284633 5.409064931 5.658937401 6.215680538 6.968202358 6.44834825 6.029822869 5.998088337 6.435226025 6.230901458 5.794869525 +LQ00X009620 Putative uncharacterized protein 8.060475834 7.960583355 12.32207313 13.53243874 13.3475932 12.00492331 11.81215262 11.45070787 8.369992165 7.591129373 12.61056293 13.92397167 13.69439641 12.05269395 12.06793319 12.11878647 6.563163952 8.167611081 5.888383263 11.6889917 12.12800292 12.10966192 11.00537806 11.47946316 7.867030192 8.294290566 6.806626741 13.05030233 12.70582676 13.66131406 11.13251741 11.30719476 +LQ00X009650 Putative Endo-1,3(4)-beta-glucanase 1 11.16840541 10.699569 11.00166586 10.94853083 11.33235818 11.25975486 11.09451118 11.63657344 10.84299455 10.57341111 11.13568963 11.01731894 11.09685337 11.43323518 11.37619689 11.72151446 10.91566883 10.31677491 10.27487157 10.29172097 9.536872378 10.56848309 10.2349551 10.4389851 10.45440644 10.6130431 9.804052257 10.08156336 10.31678103 11.06067009 10.5817157 10.4031048 +LQ00X009660 Hypothetical protein 5.006998965 5.197818204 5.679029397 5.796710273 5.548898054 5.934836629 5.462568855 5.757100971 4.900454066 4.835391277 5.496087526 5.395034199 5.360145238 5.23610788 5.030931405 5.008122306 5.218917851 5.111181289 5.10634356 5.34528521 5.328321289 5.855459734 5.207531407 5.605882251 5.520000509 5.334183884 5.054423308 5.969448141 5.346104915 5.409387461 5.443158004 6.022219398 +LQ00X009670 Predicted protein 5.490933254 5.794130286 5.686467889 5.271931076 5.886831939 5.33484565 5.483938839 5.239953534 5.224894314 5.587720359 5.449088295 5.508391646 6.190113784 5.50199642 5.162252311 5.585937774 5.395738329 5.636722686 6.150630327 5.556555074 5.156098855 5.763466192 5.24724752 5.755440436 5.73661855 5.511250971 6.107988598 5.785303088 5.593817563 5.867736193 5.701158001 5.737163616 +LQ00X009680 Predicted protein 5.57495241 5.68990826 5.513120319 5.535821937 5.360447692 6.076951128 5.334359502 5.492120071 5.70918196 5.768794184 6.247911107 5.392804107 5.314343711 6.050773722 6.625672506 5.35174437 5.545528681 5.283426246 5.62506538 5.888101735 5.31396504 5.29532534 5.49370904 6.712917458 5.56371444 5.140104463 5.011073114 5.275227033 5.294094583 5.404284532 5.65797665 5.71412712 +LQ00X009770 Predicted protein 5.752927531 5.457929189 6.023875215 5.581309724 6.133782291 5.596647328 5.120617807 5.227810605 5.867123499 5.810516621 5.925272535 5.294219709 6.493047841 5.474702546 5.56067372 5.279965312 5.890342089 5.735853671 5.845177787 5.701011063 5.511551504 6.155042804 5.438610104 6.004325333 5.927441734 5.852959619 5.596845316 5.537047905 5.223177924 6.064689816 6.087033758 6.637575242 +LQ00X009780 Putative uncharacterized protein 7.665900262 8.520760529 9.64524491 8.816156273 10.71321779 10.18248546 10.44150885 12.34312046 8.015847544 8.261578814 9.261398837 9.187328802 10.77445591 10.38752015 10.59840713 11.42095904 11.09087383 10.40475035 10.53302652 10.69406971 10.59245953 10.62084363 11.99341243 12.21102431 8.461621581 8.966657689 10.24981385 11.08851381 9.668216442 11.36401907 12.15982191 12.54293495 +LQ00X009790 E3 ubiquitin-protein ligase SINAT2 5.666784515 5.854179133 6.076531178 6.03532211 5.467740177 5.209188066 5.481398904 5.405114445 6.086167276 5.653748798 6.183996098 5.583631525 6.748408681 5.179440466 6.290424113 5.371394934 6.075370111 6.279527052 5.935899415 6.045900276 5.97240544 6.363974524 6.667812833 5.610756477 5.823538863 6.076941733 5.459524099 6.931294506 6.168660128 5.991272014 7.498790326 5.521892149 +LQ00X009980 Hypothetical protein 8.372700107 7.620286775 6.481914353 9.299587125 7.877913067 9.871761738 10.1462514 9.504406147 8.538820659 7.123056155 7.397743296 9.491269263 8.14099976 9.451068951 9.203670331 9.357244788 7.120129817 6.556175928 6.23492558 5.802703177 5.393663098 6.287004041 5.673255372 5.597618667 6.360661083 5.830552442 5.719811423 5.602904056 5.235963402 6.136492667 5.879779362 5.49539835 +LQ00X010100 Uncharacterized aarF domain-containing protein kinase At1g71810, chloroplastic 8.243948677 8.351662094 9.298654401 9.521258266 9.212897538 11.47639853 11.76749739 11.7433617 8.460886322 6.837573266 8.511568188 9.664214417 9.234791847 11.5772642 11.58422055 11.58543556 10.2425526 10.36604056 9.738324457 9.720318644 9.519092604 9.384157204 11.82755777 11.85603813 8.80018298 9.059481398 9.225566733 9.558438587 9.907665976 10.15807216 12.04769725 11.96563394 +LQ00X010120 NAC domain protein, IPR003441 11.58945394 11.71742951 11.51362507 11.29012796 12.06801443 12.37672761 12.24982187 12.77779313 11.36028545 11.24230198 11.42134618 11.2256311 11.6325856 12.3415721 12.23188759 12.28184798 11.84918702 11.78581482 11.95488668 11.59845378 11.65222808 11.49538139 12.45783465 13.01438612 11.54445226 11.6302341 11.86849416 11.57549456 11.92027351 11.9448807 12.75583396 13.33286427 +LQ00X010500 Pentatricopeptide repeat-containing protein At1g74750 12.44487151 11.97816083 12.23451028 12.10061627 11.22501471 12.45131722 12.83222203 11.85784178 12.27605537 12.1541785 12.16415287 12.10955967 11.43226058 12.25699887 12.41831937 11.47462425 11.95393479 12.17066708 11.53202348 12.19924066 12.24718233 11.56064124 12.29937085 11.54450334 11.95959982 12.16786746 11.39357834 12.10761266 12.07358187 11.20640507 12.01338819 11.39251527 +LQ00X010510 Putative uncharacterized protein 8.872378548 8.142527671 9.337770753 9.269648463 9.358078366 10.09163908 10.14463252 9.399726661 7.875390804 7.518342128 7.155236458 7.905867593 8.88427899 8.299222506 9.939875303 8.726458759 8.025499178 7.446122522 7.890846123 8.993331753 9.030870899 8.183427305 9.564541924 9.369259479 8.58285064 7.590088098 7.019205437 8.740944859 8.464822201 8.712120617 9.73362255 8.834676998 +LQ00X010560 Calcium-dependent protein kinase 30 11.74213268 11.98226277 11.62939231 11.97485001 11.55268548 12.5794909 11.9105486 12.52135318 12.07360041 12.07524628 11.89186467 11.89946091 11.84372296 12.67517858 12.17138399 12.40951501 11.86179041 10.5959759 11.54583005 11.30124764 10.47572776 11.4507103 12.01760629 11.64057394 12.01963193 10.77795225 11.57205024 11.18273073 10.50779791 11.97741444 12.21401555 11.78738694 +LQ00X010670 Trafficking protein particle complex subunit 3 5.192877976 5.555571913 5.490564428 5.434961547 5.05530544 5.538275526 5.300338919 5.150903589 5.354852066 5.799970224 5.132682563 5.5845569 5.378930831 5.63188495 5.795171054 5.302723269 5.4577524 5.063533688 5.213317769 5.180983578 4.829670142 5.428401371 5.188819724 5.148301871 5.586848799 5.445426302 5.940163018 5.273745253 4.922977013 5.181433587 5.488207204 5.260911663 +LQ00X010710 NAD(P)H-quinone oxidoreductase subunit 1, chloroplastic 10.87565047 9.838543444 12.50462977 12.78014965 12.71560485 13.33400477 13.44401619 13.69158444 8.826219044 10.38843518 9.628873323 10.20748646 10.59720637 11.09511944 13.28125916 11.66644343 9.180520922 9.017861463 8.853628146 10.49031141 10.81062046 10.5694515 11.91427574 12.38839074 9.459391304 9.375485281 8.368688967 11.28956104 10.76303105 11.41909677 12.62289024 12.16607565 +LQ00X011100 Putative Auxin-induced protein 6B 9.972075459 10.79057674 7.896000384 7.879227972 7.961211109 5.958777115 6.030680086 5.794116882 9.715913173 10.85610201 8.279494248 7.758803389 7.585819447 5.366623158 5.932227159 6.107562199 9.475477313 9.397632884 9.587675719 7.917159364 8.666365104 8.013828114 5.680782946 5.805047034 9.515439916 9.252501206 9.511064565 7.078772531 7.88085394 5.944135882 5.780659963 6.079760978 +LQ00X011130 Hypothetical protein 5.069932215 5.392202822 5.582315447 5.37968247 5.317453504 5.665780608 5.447384333 5.841183131 5.364725395 5.306855707 5.59463368 5.383961456 5.812158773 5.90050142 5.416720027 5.64604024 5.57053072 5.746671141 5.442165827 5.189687766 5.395762334 5.483734462 5.217684504 6.218146137 5.349314146 5.485331347 5.936055036 5.689754183 5.538021573 5.538639123 5.858819076 6.037098835 +LQ00X011370 Transcription factor bHLH135 13.05099149 12.81281865 11.90218013 10.4516301 11.4612065 5.885664628 5.106783613 8.379080992 13.10250252 12.68820366 12.57410359 9.746074775 11.0053653 5.980199469 6.475187323 7.519913512 11.53934696 12.47552581 12.44200692 12.22892131 11.70860263 11.85218757 4.580805303 8.172724357 12.43957179 12.91720579 12.69694105 10.84798803 11.0000168 7.360346187 5.066349232 5.423324956 +LQ00X011440 Putative Xanthine dehydrogenase 11.22146328 11.02846008 11.1942678 10.71305503 11.15640928 12.32182361 12.44229964 13.23384391 11.39804883 11.090741 11.13886395 11.1260565 11.15675315 12.94378016 12.60717294 13.45825633 11.64650221 12.02513233 11.43107459 11.73548445 12.02882644 12.06755094 12.84219665 13.13427141 11.30917333 11.42133672 11.39808696 12.27514213 11.69891993 12.45167724 12.61548688 13.1178023 +LQ00X011460 Hypothetical protein 5.172115463 5.444068752 5.629971865 5.209261553 5.42030068 5.402625124 5.511540023 5.455634453 5.341288967 5.082771766 5.840902757 5.0807662 5.746259071 5.579903628 5.113419659 5.371246651 5.84084755 5.18270299 5.31482113 5.904193445 5.859657749 5.217930195 5.772754604 5.6537332 5.35428772 5.355608997 5.235698571 5.488154885 5.593324226 5.474422905 5.856616532 6.154573861 +LQ00X011520 Putative Disease resistance protein At4g27190 5.731601566 5.482384794 5.84150521 5.917823778 5.811468677 6.247920174 6.204604344 5.210359078 6.017699119 5.373727089 5.928774629 6.058020202 5.951238241 5.587633031 5.442087127 5.487508175 5.911560997 5.582641286 6.250662574 5.68320715 5.868613316 5.448620269 6.102723067 6.650749982 5.480411346 5.282318034 5.86837115 5.78768655 5.507737142 5.183456322 5.819052699 5.728129545 +LQ00X011530 Putative Predicted protein 5.083880143 5.037807186 5.39090543 4.983650471 5.539686934 4.948318903 4.709079769 5.198547233 5.00394351 4.955257701 5.536146757 4.957560506 5.445048813 5.005274902 4.78198475 4.914864838 5.518837937 5.40475645 5.546435822 5.788362456 5.31658123 5.30319873 5.828399579 5.655644079 5.625210227 5.599718158 5.331061483 5.444523449 5.543127659 5.321402128 5.235485085 5.40346744 +LQ00X011570 Putative 2-deoxymugineic-acid 2-dioxygenase 5.33473267 5.403788473 4.940035724 5.066777751 4.924181713 5.178790956 5.539795495 5.259668256 5.556864297 5.094423734 5.180555274 5.140321304 5.371783848 4.984937099 5.099545664 5.120716609 5.305838115 5.813118767 5.873983667 5.184375463 5.879808907 5.284005921 5.350471185 5.219205877 4.960034375 5.426891023 6.178496313 5.60544845 5.540538392 5.23374662 5.446269419 4.865447719 +LQ00X011630 COBRA-like protein 1 12.5990086 12.06255999 13.1571308 11.99722721 12.74729985 11.55859718 11.15105851 10.76348832 12.48741028 12.07705282 12.96648739 12.20284989 12.83415121 11.32670386 11.57585656 11.11467603 12.17287088 12.31543117 11.90545057 12.80182477 12.61174994 12.46218657 11.54673328 11.46426332 12.27336788 12.46298268 11.77529223 12.3798684 12.95788336 11.82548412 11.86221029 11.8093535 +LQ00X011640 COBRA-like protein 4 6.007309699 6.220255953 5.8967004 5.903613415 5.848693861 5.859330223 5.706712249 5.351808844 5.885081614 6.084625208 5.941884211 6.12240703 6.179914932 5.672895962 5.828839428 5.303397863 5.711300087 5.707479843 5.70500403 6.512711647 6.272769487 5.890533376 5.831353451 4.790944542 5.532198174 6.16843507 6.041572971 5.782241585 5.911274537 5.95836972 5.872495074 5.551083989 +LQ00X011650 Putative uncharacterized protein 6.225941747 6.009222113 5.884591399 8.118948733 6.344212964 6.028547402 5.761923652 5.942151785 6.505509545 5.809439086 6.591919356 6.048702499 5.962147707 5.782250366 5.997855322 7.84943168 13.10865025 7.480756066 10.96913546 8.797779992 7.010323806 6.224202794 7.735805162 5.988942186 8.820523028 6.76567295 7.26691615 6.285788944 6.691804222 6.087188285 6.657979228 7.078604208 +LQ00X011670 Hypothetical protein 5.147063401 5.253319631 5.366962979 5.158643804 5.392914039 5.227225259 5.475629617 5.551220912 5.135045902 5.087906604 5.372475927 5.010060619 5.430831203 5.229538257 5.010670731 5.372543121 5.133119315 5.767528003 5.170561333 5.448664929 5.662514043 5.233746069 5.320563486 5.208175859 5.351839138 5.949396992 5.475032356 5.533893613 6.034269534 5.395725401 5.543416777 5.448630965 +LQ00X011680 Cytochrome P450 85A 7.155474491 7.334470536 6.814824929 6.711440491 7.403394716 6.341209513 5.748789846 6.040701067 7.413860286 6.375188974 7.212716228 6.861858902 7.332724205 5.718999029 5.605319005 5.993040548 6.674150433 6.931343969 5.903850432 7.277330205 7.727209922 6.511039349 7.256964509 7.458555606 6.69518731 6.862748238 6.486057546 6.411137721 7.047865303 5.753190587 7.24391741 7.139289772 +LQ00X011700 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 4.929816566 5.186282546 5.722747306 4.952774383 5.33449564 5.104056707 5.355325665 5.09340112 4.955754455 4.955359151 5.649651824 4.96375322 4.970649169 5.144516 5.030731787 5.207534264 5.009586763 5.238130348 5.582500849 4.618006081 5.312531544 5.168617368 5.306901631 5.103958521 4.989629561 5.356502218 5.241090818 4.863354089 4.946301612 4.987506633 5.255220141 5.895442488 +LQ00X011720 Probable N(2),N(2)-dimethylguanosine tRNA methyltransferase 2 11.55077104 11.4621635 11.25883983 11.20192878 11.14015629 11.8653864 12.11603604 11.7267304 11.82785425 11.75186462 11.2926841 11.6119565 11.41184392 11.98385218 12.08130004 12.07573409 11.31968094 9.403639321 10.55916995 10.95028351 10.42856545 10.66173957 11.43806785 10.54813957 11.37494845 9.652324049 10.93389369 10.85132166 10.20364064 10.6976763 11.66496213 10.46442878 +LQ00X011880 Putative uncharacterized protein 5.474269213 5.340478606 5.202141536 5.613792791 5.215173571 5.293361426 5.481018289 5.677254892 5.368421692 5.783860302 5.376783478 5.636366608 5.649516784 5.352188932 5.66771946 5.950475279 5.154119878 5.538894042 5.369242877 5.958342074 5.825268146 5.337855695 5.464062785 5.672503033 5.372222461 5.636961379 5.687506741 5.716863575 6.184609041 5.170900098 5.208532502 5.648556625 +LQ00X011890 Serine/threonine protein kinase, putative 4.688186746 4.388056601 5.016256941 4.488654984 4.896415049 4.712802408 4.731114557 4.699354574 4.551522558 4.519952582 4.773743708 4.64321444 4.627581574 4.900522276 4.72348583 4.61656872 4.851964884 4.941912002 4.494813339 5.004449021 4.442880718 4.669913492 5.124774862 4.761812313 4.669429804 4.602751986 4.489843783 4.758187654 4.783084159 4.597330526 4.447931415 5.247897475 +LQ00X011910 Putative Protein N-terminal asparagine amidohydrolase 12.25930694 12.62531559 12.28863939 12.35667786 12.29246177 12.52146811 12.4358181 13.20737261 12.71881404 12.58797733 12.71196185 12.34052759 12.43708788 12.99287832 12.41141474 13.1839465 13.5669584 13.06629411 13.27171166 13.01271782 12.47427368 12.73518479 13.00023614 13.00857204 12.94887734 12.91694895 12.68250956 12.93642805 12.35912008 13.12819178 12.88551283 12.73318033 +LQ00X011920 Putative Predicted protein 6.520712346 6.610903808 5.905094761 6.526547596 6.266985287 6.264550666 6.62567107 6.280902393 6.363827177 6.535706866 6.109244331 6.317035258 6.384727753 6.501418481 6.140249198 6.196286776 6.060146998 6.643558609 6.76717509 5.608166255 6.955924811 6.314520067 6.805181008 6.579646765 6.345075075 6.355497289 6.514410273 5.918989456 5.942082974 6.642567957 6.129081571 6.834091656 +LQ00X011950 Citrate synthase, mitochondrial 12.03758307 11.91024811 11.21558579 11.00840972 11.1238971 11.07023272 11.01922938 10.49227693 11.95020364 12.21130882 11.45243694 10.9640721 11.18335532 11.03757584 11.02461126 10.57412472 11.96082749 11.24797848 12.20750872 11.43706942 11.21446827 11.4818156 11.33973966 11.10801465 12.30832898 11.54369293 12.41618395 11.13991279 11.50206065 11.2667055 11.35434969 11.35512359 +LQ00X012002 Putative CCHC-type integrase 6.335748344 5.578129602 5.508178047 6.077072998 5.534046301 6.203569742 6.331477525 6.545424774 5.590009516 5.413231775 6.087433534 5.84742491 5.841168703 6.432331363 5.671793137 6.651525925 5.72572787 6.670059138 6.027774725 5.86969533 5.968700288 5.584813302 5.46946864 5.924605093 5.889329512 6.593470246 6.668201125 5.730369127 5.872058904 5.896964417 6.037085903 4.818366214 +LQ00X012040 Hypothetical protein 4.979244253 4.932360354 4.941608396 4.925902248 4.892818433 5.090455321 4.963099251 4.895983303 5.031300659 4.721496092 5.60318972 4.930783486 4.734123958 5.044570111 4.973593106 4.946767292 5.187083033 5.223550261 4.732750514 5.185353924 5.043134688 4.992575773 5.556761833 4.742704732 5.020159754 4.987065149 5.01917144 5.305189617 5.37719315 5.048161687 5.308330168 4.776815806 +LQ00X012120 ATP binding protein, putative 10.485749 11.19625008 8.929040576 8.114929447 8.894518649 8.430196176 7.793657182 8.343161286 10.7813351 11.28640572 9.62594413 8.326115531 8.44482803 8.50243101 7.791075221 8.547606063 10.99683772 9.855274854 11.46553941 9.00749944 9.272298769 9.225824138 8.650124687 7.388685925 11.53043013 10.43719433 11.77596731 8.439525016 9.01951354 7.960983865 8.697299538 7.752953373 +LQ00X012130 Light-regulated protein, putative 13.71013846 14.10020055 14.61562148 15.10392941 14.94812813 14.97533602 15.48135722 15.57014088 13.80206195 13.70393558 14.29060018 15.13532308 14.44001796 15.38475098 15.2765762 15.33989455 14.72127228 14.77111561 13.85017564 14.30659737 14.86090904 14.68368796 15.31855815 15.35020705 13.29703853 13.51882634 13.56197649 14.97937283 14.06266566 15.28692269 15.17771269 15.083216 +LQ00X012140 Putative uncharacterized protein 10.14357972 10.19911739 7.469309512 8.003651115 7.494875339 9.133490528 8.557337969 7.600597726 10.19819089 10.74412188 8.65242533 8.708978372 8.566870448 9.189971672 8.847572599 8.651395509 9.938622921 10.1120502 10.4756174 8.440953318 8.70559884 8.308670719 9.195860809 8.364499766 10.59572044 10.7124513 11.05212336 8.142299464 8.918130354 8.263130704 8.958670029 6.904574835 +LQ00X012210 Predicted protein 14.9074182 14.68955106 14.97526364 15.22025032 15.16316504 14.7645718 15.10444031 14.47538725 14.62057237 14.82798132 14.95815037 15.15118128 14.98230402 14.51430333 14.94632906 15.08648151 14.31626163 14.72711455 14.11546628 14.72421564 14.99916429 14.60207218 14.88150932 14.57965572 14.5012232 14.32273102 14.20689171 14.70086554 14.71091972 14.58639635 15.01446938 14.85137203 +LQ00X012360 Putative Exocyst complex component 7 6.891870663 6.885181167 7.610478583 8.742465804 8.149942776 8.608266236 7.833100583 8.619631961 7.174305383 6.371540745 7.694829703 9.000358339 8.08914152 8.751028185 7.861772722 8.978213095 7.284870918 6.912594853 6.526814312 7.613075205 7.472789482 7.588190945 6.943806586 7.96498058 7.011420064 7.234322348 6.256811573 8.326955102 7.917354267 9.142566836 7.435009138 7.431745427 +LQ00X012450 Putative uncharacterized protein 5.719239285 5.164220781 5.881091717 5.352216805 6.002672322 4.755781531 5.422788402 5.599512796 5.618930666 5.553905479 5.654649043 5.234258595 6.227881741 5.101977642 5.164899303 5.809189058 5.402329657 5.548876215 5.912665543 5.481807647 5.836261581 5.7790567 5.995060961 5.673410507 5.283998204 5.802439144 5.847839171 5.585709849 5.97336807 6.111275726 5.526229955 6.030041665 +LQ00X012460 Putative Probable receptor protein kinase TMK1 11.290613 11.24206044 11.27269819 10.80403646 11.39123925 9.789126922 9.549506363 9.751507829 11.44789665 10.89058381 11.44188515 10.87811546 11.79342781 10.05261717 9.622619759 10.27555781 10.93402109 10.59380004 11.08278985 11.32511709 11.38712508 11.53648976 9.667957743 10.53524157 11.30740019 10.84594528 11.48587525 11.61273713 11.71826176 11.49279411 9.704445956 10.42872325 +LQ00X012470 Ribosome biogenesis protein NSA2 homolog 12.12350773 12.79602811 10.88648353 11.47031647 11.48397476 11.31373147 11.70598417 11.79958736 12.38276124 13.00228173 11.3588151 11.67567826 11.5682403 11.46480179 11.701678 11.94212806 12.99158646 12.56533481 12.98014414 11.21432768 11.47714762 11.8549113 12.03118835 12.25213765 12.9568653 12.92897228 13.42172708 11.20371005 11.36445961 11.82561337 12.08350146 12.22585768 +LQ00X012480 Predicted protein 5.827021557 5.675833927 5.703130232 5.523063609 5.780854144 6.079211321 5.999328196 4.999878798 5.85870927 5.693528301 5.822724474 5.79492379 5.867458304 5.821328546 5.511917174 5.380484071 5.954922638 5.576084464 6.757741799 6.332672502 6.415102341 5.737604014 5.573426536 5.754745554 5.524715077 5.696576007 6.040603693 6.092998732 5.654738561 5.931714758 5.410421105 6.413887338 +LQ00X012490 Digalactosyldiacylglycerol synthase 1, chloroplastic 11.02136461 10.01792312 11.53117631 10.57291758 10.47767875 11.92802516 11.68429453 12.25148809 9.573604779 9.429596261 9.916706537 9.404212577 9.245184279 10.85608421 11.55443808 10.48497444 10.20333598 11.07350521 10.69756325 10.96977914 11.26692444 10.16591942 11.89106233 12.41491602 10.24493743 10.50587369 10.67294944 10.83673331 11.17353978 10.50740306 12.02998203 12.89688085 +LQ00X012630 Hypothetical protein 5.584054129 5.331032636 5.197447484 5.19639951 5.130666479 5.077867052 5.071497457 5.083346029 5.161397432 5.360440504 5.20666161 5.436201127 4.972914584 5.315106788 5.067431976 4.99098415 4.87845465 5.429891098 5.321302212 5.708848098 5.148857119 5.128373463 5.344553111 5.057630833 5.187649837 5.12988558 5.407469511 6.521208554 5.283131597 4.77580775 5.446078194 5.298444559 +LQ00X012720 Putative Gibberellin 3-beta-dioxygenase 4 5.142722905 4.765621278 4.582225993 4.707577898 5.081040686 5.541607887 5.083474667 4.916966964 4.782634843 4.964046156 4.813795081 4.722801475 5.016582341 5.594632165 4.959805539 5.199265605 4.583021094 4.950742534 6.827102459 4.696116684 4.657170695 5.883146568 5.731363603 8.363193312 4.648842722 5.194261429 5.237224274 4.864389685 4.694698551 6.053901596 5.403556251 9.051001699 +LQ00X012940 Myrcene synthase, chloroplastic 7.319675693 7.724000137 5.201337661 5.374910768 5.557871724 5.103287191 5.031901184 5.078553611 7.52326097 8.447081381 5.321184783 5.000174282 5.400979828 4.960619333 4.811282566 5.542520228 5.367970887 5.486193618 4.994958447 5.127391385 4.957768077 5.247190003 5.571327676 5.690728025 7.20758282 5.109113236 5.234406499 4.672959428 4.998593611 5.376633624 5.112916228 5.176853779 +LQ00X013030 Putative uncharacterized protein 8.591400815 9.924518147 8.018090509 8.254092052 8.17465218 8.681318269 8.806477985 8.2922742 8.880825664 10.18521946 8.461761369 9.030766171 8.967054972 9.167455318 9.235032928 9.041652164 9.185332175 9.179686814 9.394067041 9.223627887 9.358227467 8.843581706 10.64123542 9.976350166 10.08553049 9.904665163 10.23300491 8.798148529 9.760852047 9.344312577 10.36905952 10.27238525 +LQ00X013050 Putative Probable LRR receptor-like serine/threonine-protein kinase RKF3 12.38930906 12.96949261 12.29911346 12.75657454 12.66348342 12.62215513 12.61834166 12.44704639 12.69923167 12.69139659 12.67747935 13.05628798 12.7873045 12.71747554 12.66937088 12.77091999 12.86626641 12.71500926 12.48927251 12.57189865 12.17698512 12.93748485 12.02318324 12.07187834 13.08294796 13.02680353 12.42190848 12.78868223 12.65682697 13.16606516 12.38722887 12.16764859 +LQ00X013060 Pre-mRNA-processing-splicing factor 8 11.52716551 11.51803911 11.84794498 10.92741938 11.65881972 12.00514086 12.01124886 12.30758786 11.52742576 11.58584223 11.51830747 11.17708935 11.40096825 11.89600221 12.03141489 11.89687848 11.66187755 11.26278746 11.25949085 11.36641585 11.75000085 11.97106302 12.17214998 12.46297631 11.73360759 11.31361178 11.31526568 11.48368383 12.05062647 12.10593773 12.44157026 12.52208465 +LQ00X013131 Putative uncharacterized protein 4.746838313 4.777761891 5.301891483 5.044955842 4.968954601 4.870782635 4.762909914 5.002256754 4.948143287 4.616786635 5.327856853 5.000242121 5.08402757 5.169016185 4.795341016 5.047898166 4.753101844 5.768898137 4.537392201 5.400436978 5.098601603 4.975145369 6.42946414 5.27140961 4.688699281 5.594520651 4.954019037 6.338879452 5.341865196 5.022542977 5.445182832 5.077078755 +LQ00X013150 4-coumarate--CoA ligase 2 13.68582756 13.17158131 12.07941652 11.11851832 11.16960191 9.51221072 8.483364387 8.171375408 13.15457926 12.75822588 12.1190914 11.43030518 11.72553082 9.958249556 8.695971299 8.269933528 13.02177131 11.97858404 13.68051696 11.40473992 11.30804159 11.59033632 7.6929273 8.286620867 14.26057777 12.8971213 12.82808327 11.60363102 11.83350057 10.95490001 8.534983513 7.74329227 +LQ00X013250 Putative Transcription factor ORG2 5.052349091 5.065850396 7.894210244 8.657318206 8.4868247 8.104912549 7.405674674 8.116238566 4.833922319 4.839996013 8.525131015 9.214529265 9.707301314 8.229671772 8.68023731 8.558782879 5.358888306 5.279358879 5.093434142 9.238024414 9.974885647 9.967233723 14.57611774 14.32453107 5.021955482 5.372003292 4.973002922 10.71554385 9.365096255 15.01043185 12.03901474 14.04352791 +LQ00X013280 Putative Flavonol sulfotransferase-like 5.077511517 9.027954703 5.391797946 4.9046505 4.883601762 5.911133967 5.121891576 5.326396881 6.911617044 9.066468316 5.499034416 4.863241399 7.460120932 7.569627976 7.102126796 6.118691272 8.286334887 5.198537442 7.576695172 5.324781382 5.172763785 6.485274307 5.620657254 6.729763066 8.841887336 5.876529798 7.807813238 4.829856633 5.317368185 9.328254008 5.683682835 10.27264353 +LQ00X013310 Nodulation-signaling pathway 1 protein 7.460598261 7.521873781 7.737412247 8.477046725 8.071596466 9.084540758 8.901694702 9.071824696 7.67784565 7.795738544 8.118483907 7.993657504 7.778883101 8.322705803 8.727573499 8.76550338 8.479091064 8.01484119 7.399624636 8.022911077 7.51549997 8.35587709 9.193808577 9.183981983 8.220685075 7.946354677 7.139985714 8.344199255 7.249495352 8.271170498 8.435469241 8.033452649 +LQ00X013330 Predicted protein (Fragment) 5.686230713 5.599413874 5.883596505 5.304364873 6.203088304 5.384312629 5.730173186 6.136584772 5.635137835 5.002600555 5.469283529 5.493372206 5.304842247 5.794753811 5.591394986 5.850869548 5.318413121 5.420063401 5.329750453 4.908387493 4.990355342 5.328803896 5.480979395 5.259288289 5.524120989 5.607598327 5.126693999 4.843482101 5.32875821 5.465972794 5.179738496 5.473778605 +LQ00X013340 Predicted protein 11.50705689 11.43533241 11.41219175 11.00942704 11.59799363 11.40914296 11.72868899 11.16923266 11.5539314 11.56540077 11.36167684 11.38126711 11.72031725 11.64192412 11.61882053 11.55703994 11.7735838 11.64957739 12.00045159 12.04277221 11.9023949 11.76467537 12.62824314 12.38789506 11.93938488 11.6204695 12.38869571 12.02191443 11.51521718 11.69986639 12.21669199 12.30555166 +LQ00X013350 Predicted protein (Fragment) 13.61615725 14.13280096 14.09738054 13.07543245 13.53964028 14.05096888 13.48300892 14.59705089 13.5598431 13.54371421 13.81563741 13.20089779 13.65748392 14.19730581 13.6556388 14.42205726 14.37708728 14.01408666 13.68870577 14.33539466 13.69470575 13.60885372 14.54687721 14.308732 13.39776758 13.18490373 13.30260142 13.56481645 13.39159422 15.21661889 14.18941906 14.5476497 +LQ00X013360 Putative Exportin-T 5.626789787 5.564700694 5.280590259 5.808035751 5.970528106 5.688280173 5.555391912 6.42006616 5.376777368 5.078521475 5.626333074 5.456312809 5.184081215 5.57205222 4.995891236 5.298497975 5.867944572 5.048491274 6.239957287 5.134599472 5.503587758 5.625646937 5.344745631 5.941611871 5.680831056 5.677028846 5.818593099 5.600511689 5.160773396 5.974080438 5.353668967 5.575532218 +LQ00X013390 Putative Flavonoid 3-monooxygenase 5.587527921 5.588242295 5.333209835 5.221077034 5.577550841 5.638511931 5.134762475 5.688272086 5.35880751 5.391546807 5.627455956 5.303076012 5.55215023 5.682511816 5.214582948 5.782441395 5.978748891 5.553395063 5.518763195 5.954489495 6.360103575 5.687025472 6.029475896 5.872782398 6.040233214 5.56681718 5.814435337 5.737587261 6.15964661 5.818972147 6.046697768 5.881835151 +LQ00X013400 Lipoxygenase 3, chloroplastic 6.922537111 7.073127347 6.285285362 6.676608807 6.711059495 6.810813202 6.483185711 7.874729664 6.502210191 5.853812124 6.107424463 6.53657136 6.723005658 7.227100232 6.470996147 6.945144877 6.998637345 6.487480769 6.929915422 6.019141882 6.441793331 7.958371699 5.740021459 8.357402121 7.650528338 6.964812156 6.803223548 6.290263041 6.654173121 8.618384707 6.817678804 9.240072143 +LQ00X013440 Putative Calmodulin 13.04562782 11.67438779 13.69961335 13.99720816 14.05484649 15.34022511 15.29010812 14.13826617 12.98327614 12.57641867 13.36026162 14.14991451 13.55297706 15.2458098 15.42762193 15.42376319 11.94132757 13.13600497 11.61250214 12.76835541 12.251377 11.43552711 13.5246088 12.87535185 11.02852834 12.41193228 11.67608362 11.85092177 12.32584593 12.35553783 14.72096585 13.3088177 +LQ00X013470 Subtilisin-like protease 6.081215115 6.292980089 6.671857414 6.322261638 6.438692581 5.867417844 6.266958519 5.73665858 6.08716231 6.834056776 7.018113608 6.362156979 6.834055338 5.588684936 7.365432413 5.631089051 6.573658837 6.946830869 5.580993545 7.072951975 6.30821545 7.049323753 6.537775621 7.361833066 5.87690792 6.571183018 5.95618626 6.580805158 6.51391495 7.042596803 5.77121354 6.57341281 +LQ00X013480 Cation/calcium exchanger 4 12.2106857 12.08870364 12.83697362 12.14759706 12.65773383 11.9246889 11.86721678 12.52824258 12.33577669 12.05174868 12.57044527 12.10218679 12.63933189 12.02212226 12.40779804 12.66322531 12.75999658 13.01656437 12.76365933 13.06254192 13.02013333 12.81657289 12.97806672 13.58933642 12.43248951 12.68580666 12.64966511 13.17217215 13.05694394 13.09229028 13.13416435 13.60117823 +LQ00X013490 Aldehyde dehydrogenase family 7 member B4 5.225704016 5.206847464 5.557202854 4.975552268 5.641887357 5.408509766 5.368337164 5.352814022 5.103189479 5.372522828 5.259335987 5.045248577 5.308806263 5.717482128 5.830668882 5.35091868 4.882868607 5.309187348 5.417941896 5.374968726 5.00125249 5.212719385 5.64986939 5.810926334 5.151637168 5.319096064 5.044988711 4.680942765 5.154773262 5.233233558 5.24341129 6.489050529 +LQ00X013500 Predicted protein 11.90109119 11.75726543 11.60149426 11.78392908 11.71860897 12.43809018 12.15120213 12.14228726 12.21249625 11.84513263 11.6719419 11.7951669 11.96760422 12.03540528 12.04735488 11.77317936 13.09779311 13.347832 12.78288037 11.80187711 11.5305709 12.12609867 11.40421296 10.81307042 11.77330362 11.74281627 12.01627936 11.2581918 11.07266617 10.90598072 11.17024731 11.19118628 +LQ00X013510 Predicted protein 8.683149831 8.552257766 8.197224392 8.920768599 8.661930672 9.396461948 9.443735555 9.594149474 8.523633043 7.965153116 8.166025639 8.768383843 8.610170339 9.454468709 9.488007521 9.590332569 9.501219724 9.244081158 9.731389609 8.577074715 9.400832858 8.824889264 9.782418663 10.18557514 9.148419351 8.926385333 9.883751176 8.748331274 9.58575596 9.191824154 9.852193943 10.08455945 +LQ00X013610 TMV resistance protein N, putative 5.329063345 5.11286423 4.934528515 5.638112587 5.045650826 5.216074334 5.673602388 7.004280365 5.687734607 5.615669951 4.979564145 5.757572374 5.039773485 5.47120628 5.866689809 7.132724607 5.745599691 5.253638551 5.578180524 4.987191718 5.439215088 5.294828802 5.149769853 5.231509186 5.423973349 5.67660871 5.562425057 5.213161467 5.846711311 5.365322294 5.62311904 5.009713223 +LQ00X013660 ABC transporter B family member 19 11.73192209 11.81025371 10.95875373 9.782962469 11.15858315 9.79299673 9.69335737 10.4556518 11.66804331 11.61058858 11.02088811 9.682454416 10.69609622 9.690869048 10.27769595 10.58240966 12.3018799 11.16868923 12.46511347 10.7915698 10.96281712 11.0282281 8.396527515 9.196100831 12.2618889 11.34197909 12.30742415 10.4915495 11.23146651 8.83333394 9.631565094 8.878628207 +LQ00X013740 40S ribosomal protein S9-2 14.74881563 14.78287279 14.49051637 14.26125596 14.44377719 14.52513487 14.16027138 14.15907218 14.9712484 15.55657738 14.90979552 14.60058741 14.6439169 14.48194085 14.34622548 14.30357412 14.6107074 13.85185473 14.28018472 14.36336591 14.01209646 14.5761512 13.79967436 14.11980129 14.67677975 14.3598661 14.52856401 14.07992477 13.98841547 14.15738954 13.86426865 14.18377647 +LQ00X013880 Putative Disease resistance protein At4g27190 5.627314524 5.131591966 5.261148373 5.108319859 5.608638362 5.653762355 5.104666111 5.166442114 4.98637016 5.240780863 5.351910491 4.833930498 5.230128717 5.028571383 5.076657813 4.952217451 5.409257063 5.231438098 4.872637495 5.614998473 5.816172157 5.107461974 6.495564121 5.911533086 5.300618304 5.586053023 5.177663762 5.157216994 5.86699615 5.053459046 5.846901998 5.735053798 +LQ00X013930 Putative Lectin-domain containing receptor kinase A4.2 5.547868348 6.381113892 5.457214775 5.458620881 6.086608507 5.231116263 5.763263839 5.354083374 5.905033744 6.75469217 5.63703539 5.596834566 5.84499261 5.462438932 5.255771216 5.348551916 5.703116571 5.722169715 5.900448104 5.97778361 5.745397469 5.678174405 5.872302703 6.187818251 5.763629811 5.88415429 6.257048655 6.051065972 5.676557039 5.753337314 6.346354582 6.149737811 +LQ00X013990 Probable methyltransferase PMT7 12.9180174 12.5758642 12.7916983 14.02248762 12.82664148 13.37875515 13.51046556 13.57928847 12.68813463 12.43364035 12.88737054 13.63696759 12.8873188 13.37574979 13.51000799 13.4096192 12.65096028 12.54791619 11.838287 12.1129342 12.70209129 13.37585173 12.61329956 12.7835879 12.48167875 12.53490089 11.55259963 13.24895191 12.48583228 13.53606431 12.47062813 12.6772366 +LQ00X014003 Putative Retrovirus-related Pol polyprotein from transposon 17.6 4.662317327 4.760835396 4.687781087 4.703675735 4.96863114 4.731529039 4.560896715 4.390162492 4.560882967 4.723864716 4.687470036 4.681013058 4.822839357 4.482145928 4.427620347 4.842010125 4.755674686 4.83180443 4.89289118 4.961679722 4.664996965 4.810643003 4.896658918 5.950366395 4.799491882 4.755744478 5.330103259 5.01525564 4.769017478 4.666237272 4.801258248 5.890841164 +LQ00X014040 Putative uncharacterized protein 5.531081931 5.958132424 5.378712674 6.075611412 6.315752395 6.48575639 6.513905945 5.889308335 5.53931035 5.633791086 5.482066478 5.987927456 5.304807653 5.696604431 5.670797534 6.032469989 5.743173584 6.423962065 6.26170643 5.705374858 5.512967083 6.256138082 6.016923276 5.868398581 5.804128392 6.014876458 6.304677707 6.083163417 6.131846723 6.192811929 5.460091022 5.538175309 +LQ00X014050 L-galactono-1,4-lactone dehydrogenase, mitochondrial 10.21711091 9.887133661 10.65821199 9.390715992 10.30274866 9.136744756 9.191770623 9.035048667 9.818247538 9.936141103 10.21398973 9.382223364 10.25955103 9.275031677 8.921258354 9.372241842 9.288145198 10.30007743 10.20945327 10.5108287 10.70029315 10.10770695 11.40798747 11.4804366 9.889832796 10.43197721 10.87468143 10.24124054 11.25500199 10.42431094 11.17941733 11.31367429 +LQ00X014160 Putative uncharacterized protein 12.95408503 12.2863677 12.86104343 13.27794625 12.59105271 13.56217795 13.55186557 13.38549752 13.15768127 12.57442079 12.8996906 13.15534843 12.99320054 13.73761225 13.43688598 13.45870411 11.92963884 12.06557278 12.35499824 11.87135418 12.08103283 12.46890693 12.75122242 12.75300553 12.12081765 12.53602572 12.60287528 12.10514966 11.99937842 12.94110683 12.88054058 12.46850677 +LQ00X014170 Putative retrotransposon protein 5.24108572 5.458748019 6.362402532 5.736414834 6.50605698 6.033945844 5.931229964 6.262844458 5.831867393 4.988819802 7.003033608 6.041077587 6.83763491 6.389663892 5.508394982 6.104992826 5.802670459 5.667256207 5.414237562 6.066070864 5.564277965 6.431993411 6.527625913 5.199997786 5.658238973 5.701442775 5.207814726 5.556881109 5.563459311 6.741072021 5.998800322 5.681226433 +LQ00X014190 Putative metal tolerance protein C3 10.82166902 10.5709045 11.51988903 11.80424776 11.95141564 12.55663108 12.64465197 12.37920314 11.22479483 10.84001855 11.41087084 11.58527615 11.93681422 12.75978049 12.81558542 12.39059557 10.62718901 10.49130623 11.10927043 11.24912415 10.79537458 11.40870322 12.46576506 12.34153441 11.26925184 10.88753499 11.22107798 11.22233306 11.29320287 11.99845019 12.70209692 12.59693627 +LQ00X014210 Putative uncharacterized protein 5.564457136 6.228243217 5.232123446 6.048637125 6.454786305 6.347005861 6.00290696 7.89045526 5.562770179 6.009754626 5.220776866 5.732842454 5.665848469 6.426390452 5.772728322 6.454318208 9.892753142 8.2742144 9.159625436 7.265947061 7.320111421 6.946903498 5.721448837 7.112024573 7.229089192 5.948456107 6.964504789 5.727308206 5.773597102 7.683258727 6.004849644 7.356776763 +LQ00X014230 Peroxidase 15 5.214771811 5.135203444 5.082980057 5.426503699 5.380766704 5.269378995 5.341218361 5.081416781 5.070263262 5.388362765 5.426712744 5.354561654 5.394433137 5.053648317 5.652711371 4.997519569 5.487635265 5.491148886 5.613158754 5.381806644 5.282445212 5.805314195 5.201540386 4.749286273 5.462121748 5.35476688 5.374870811 4.88210933 4.987322515 5.505081689 5.308147797 5.793185028 +LQ00X014250 Predicted protein 6.762929386 8.488897096 8.643225449 9.098826703 8.836530717 10.31441125 10.93029532 10.88110668 7.111670495 8.58455566 8.026581826 8.986215871 8.246444187 10.50500513 10.70843753 10.70331204 7.927182167 7.858459572 7.372175866 7.299528482 7.470037026 7.681927256 7.707570599 9.052674109 6.845418683 7.340053209 8.116378603 7.096136963 7.17344209 7.508863176 9.066647752 8.539506445 +LQ00X014260 Predicted protein 4.415216751 4.598214546 4.797914335 4.659154163 4.749516937 4.493305267 4.54071369 4.563282002 4.585415526 4.679457635 4.999896212 4.58718195 4.850814862 4.498554647 4.45785494 4.632843246 4.741501627 4.412191077 4.567984246 4.839458599 4.755783561 4.812880735 4.931673605 5.280953239 4.771944682 4.880877082 4.821537664 4.662678873 4.65117378 4.616167118 6.110026036 5.730018531 +LQ00X014270 At5g05950 12.48700922 12.67733073 12.36413068 11.53943611 12.26706074 10.37797656 10.25925805 10.65653982 12.36766159 13.04993153 12.5325481 11.76004841 12.56797853 10.4133719 10.51751093 11.13076283 11.73917309 11.95795935 12.14049049 12.50128696 12.50431558 11.80802302 10.82855881 11.37217393 12.09044266 12.27113913 12.39836684 12.26368665 12.54400757 11.54489504 11.0854222 11.56629788 +LQ00X014290 Putative Uncharacterized protein C22orf13 homolog 12.46215583 12.40770849 12.81536156 13.20725731 12.86544442 11.71889506 12.24013576 12.12578673 12.53769516 12.20019618 12.75573784 12.93660586 12.99840171 11.48913287 12.05795445 11.86697715 12.76152363 13.27020909 12.78502939 13.03663972 12.85310478 13.24387082 11.32693268 11.16634477 12.41629578 12.7555368 12.73263818 13.39072842 12.68277715 12.72737611 11.44383789 11.19662847 +LQ00X014310 Cytokinin-N-glucosyltransferase 1 10.30527907 9.880209168 9.442601185 7.794452198 8.056185472 5.440508978 5.394038741 5.502167009 10.28151717 9.526798 9.729416912 7.868962843 8.187635489 5.691631437 5.170132796 5.506868787 9.37955627 9.656064519 9.365425244 8.900232949 9.506625266 9.339987113 5.793901469 5.420468647 10.06225698 10.3785019 9.832830767 8.937365663 9.737295029 7.046509467 5.365371941 5.627933227 +LQ00X014360 Cytokinin-N-glucosyltransferase 1 8.683294213 9.685732371 7.82001385 7.50562359 8.556666384 8.476769562 8.330557931 8.961419263 9.019719553 9.126260987 7.890026759 7.801898531 8.27651242 8.653669754 8.266579106 9.253050858 10.60923548 10.32051161 9.95569825 10.63808824 8.315371525 7.879087885 7.084417317 7.227617403 9.178265338 8.190963671 8.544727675 6.832476635 7.019871504 7.201358926 8.864037735 8.236471827 +LQ00X014390 Putative Cytokinin-O-glucosyltransferase 2 9.965793805 9.143999462 9.924916786 9.963645804 9.864118245 11.63065377 11.75494412 10.99155656 9.831040717 9.019662548 10.02848672 10.01047846 9.492587406 11.70790691 11.52377222 11.13139828 9.612544718 9.74146221 9.760924032 9.920823358 9.417354565 9.156954214 11.6153845 11.05823841 9.269056692 9.675392925 9.257907274 9.586308697 9.958262416 9.911635814 11.50162442 11.12788856 +LQ00X014410 Predicted protein 11.28200974 11.79719561 11.41409921 10.9966567 11.72392313 8.909040125 8.895633496 8.6488002 11.23980433 11.65644844 11.42004622 11.23987416 11.78562759 9.22331066 9.499978704 9.713443799 11.34066016 12.22727169 11.54312756 11.61374697 11.72790756 11.94575197 9.768257198 9.417461417 11.5149494 12.18762388 11.84044599 11.57031056 11.89831751 11.11269827 9.709570282 8.987624582 +LQ00X014420 Predicted protein (Fragment) 11.34771475 11.79179761 10.58195596 10.04849166 10.25660725 7.749404526 7.040306492 7.700086811 11.48182732 11.96172644 10.83924755 9.949687468 10.03018073 7.668230237 7.321774788 8.252953183 11.28392447 11.12368573 10.48530954 10.13500564 10.55257311 10.80684687 6.198245531 6.25290113 11.29211959 10.90838803 10.68386449 9.490002805 10.34366019 8.232974405 5.865402197 5.811523641 +LQ00X014540 Ubiquitin thioesterase otubain-like 11.88937534 11.84013472 11.22354018 11.16461229 11.15953228 11.80056441 11.58262634 11.51798776 12.10243572 11.98179169 11.39259998 11.46994782 11.33911209 11.82093374 11.60651319 11.54136053 11.94537948 11.27732994 12.27818338 11.24302223 10.82169071 11.62014753 11.4606269 11.33832582 12.00334829 11.70763133 12.25270739 11.29590778 11.19823185 11.71546612 11.52601063 11.38794649 +LQ00X014550 Predicted protein 13.05566921 12.32792881 13.15966838 12.19896156 12.37149394 13.43739796 12.86343774 12.69405929 12.83618147 11.8602836 13.13561607 12.11655549 12.23369622 13.15126748 12.65035879 12.57379074 13.21003698 13.31258409 13.07742862 13.69148606 13.48820714 13.07647925 13.38132692 13.14102207 12.94580371 13.23783821 12.78360437 13.16789487 13.22675623 12.45488417 13.01659116 12.90587299 +LQ00X014600 GTP-binding protein-plant, putative 4.801206428 5.280029236 4.645526378 5.051099698 4.819324344 4.842760618 5.327715005 5.492462159 4.614908598 4.856887737 4.711868961 5.27244877 4.850924586 5.324720763 5.062434301 5.502941674 4.694916613 4.896782854 4.932342981 4.67813034 4.675065326 4.50632557 6.092816229 5.371533171 4.757395911 5.291683323 4.984021649 4.957326493 4.764381781 4.897006667 6.731388002 5.160786411 +LQ00X014610 Hypothetical protein 5.329566446 5.327457485 4.987944762 5.329193666 5.308116234 5.522624222 5.660632578 5.223889225 5.212277785 5.383289972 5.318253911 5.431828416 5.257681649 5.107277303 6.079927757 5.467636448 5.380844824 5.310018275 6.161519566 5.176345518 5.683233388 4.891507658 4.971895818 4.97776043 5.29024625 5.164635362 5.69220475 5.382494685 6.448361064 4.975519156 5.285187692 5.157450448 +LQ00X014630 Putative vesicle-associated membrane protein 726 5.647466963 5.613248157 5.2812963 5.739411408 5.480769679 5.572831441 5.549512617 5.611601068 5.618964769 5.335517866 5.428792386 5.525823884 5.632613017 5.41530251 5.681474602 5.500658284 5.93623311 5.760261789 6.078859154 5.286304041 5.598163232 5.555143564 5.348432784 6.210440428 5.290249732 5.281281783 6.206259794 5.518473348 5.839265322 5.411283698 5.317048287 5.303004351 +LQ00X014640 Pantoate--beta-alanine ligase 9.376167705 9.564584253 8.84347965 8.932516027 8.842921506 9.523832141 9.825873104 9.218164618 9.630712118 9.777146612 9.468961789 9.496230831 9.272307558 9.625742377 10.04387001 9.373212345 9.105707107 8.934126468 8.761348633 8.970400069 9.581968745 9.029858224 10.77142053 10.35192181 9.491810615 9.891753344 9.794863977 8.833203348 9.903266682 9.067548432 10.61234088 10.23211279 +LQ00X014660 Putative Alba-like protein C9orf23 7.613777482 7.014582742 7.449160094 7.018083866 7.282521375 6.771478643 6.45221044 7.072069887 7.573637915 7.666033756 7.402786647 7.018813279 7.845421819 7.091079812 6.257582453 6.844331239 7.370043129 8.00895835 8.26455942 7.31641909 7.662280631 8.052030136 8.06035118 7.561644679 7.855146353 8.038800985 8.846541538 7.539024782 7.80429841 7.524283902 7.241777609 7.035241563 +LQ00X014790 Putative Predicted protein 5.064051313 5.13357019 5.092090646 4.585798496 4.971046478 4.939917472 4.730149023 5.118683792 5.18991383 4.944936553 4.935654204 4.786008592 5.118732907 4.899674524 4.731208445 4.84003647 5.439159627 4.995641622 5.498793742 4.977878848 4.827878195 4.785394758 5.26709416 5.715850288 5.023853099 5.073365679 5.467523944 4.943179746 4.989124928 5.108624915 4.931348562 5.629123679 +LQ00X014850 Predicted protein 5.937054118 5.288391982 5.833162768 5.6936446 5.679441101 4.995817429 5.302376699 5.148889428 6.198772085 5.605878128 6.024290621 5.799980658 6.52742503 5.089821148 5.351350893 5.136063271 5.47919358 6.156375939 6.087377807 5.862798949 6.188451933 5.838421334 5.743158638 5.163423556 5.522095402 6.489652149 6.220640245 5.249072679 6.293887178 5.709508692 5.548879518 5.056098843 +LQ00X014870 Putative Pentatricopeptide repeat-containing protein At5g57250, mitochondrial 4.886003621 4.874592596 5.017657243 4.918553366 4.951058782 4.856716307 4.810043545 4.821101416 4.7295076 5.008907075 5.241951617 4.816816263 4.981882195 4.752045716 4.682613952 4.945164827 4.881145348 4.988128142 5.77569413 4.901741799 5.137226306 4.972193532 4.934771378 5.200509876 4.91306373 4.993906908 4.991367246 5.009733585 5.172652641 4.87649114 5.085142011 5.308750335 +LQ00X014920 Dead box ATP-dependent RNA helicase, putative 9.696767735 10.16053937 9.411055647 9.129042994 9.031049641 11.04805801 11.06212764 10.70291857 10.19882391 10.2230976 9.689112774 9.263267544 9.509050597 11.17552724 11.01116364 10.66462769 9.76888021 9.184683594 10.38326587 9.816106664 9.442144961 9.427580664 11.70170202 11.11317843 10.32529022 10.28396143 11.06664915 9.438373545 9.866392843 9.580150614 11.80524964 11.09466493 +LQ00X014990 Hypothetical protein 5.376253341 4.886064687 5.139106191 5.210481077 5.395261766 4.928738257 5.374785125 5.662516737 5.16369355 5.182876553 5.135773643 5.183311683 5.39924204 5.486475465 5.436992609 5.770264157 5.239139108 5.093495102 5.313186063 5.194642705 5.680100743 5.118699067 5.680736598 5.800093956 4.878108367 5.082306037 5.346804827 4.981183236 5.070161452 5.26865894 6.163479424 5.850429589 +LQ00X015220 Histone acetyltransferase HAC12 9.190373642 9.096910501 9.926234981 9.330510499 9.478132402 10.43373041 10.37720705 11.12556872 8.959352957 8.548395193 9.773279196 9.329565794 9.194725976 10.37324927 10.57154828 10.61528426 9.654109229 9.555389503 8.608752006 10.08137893 10.29435902 9.760810847 10.79723162 10.85216397 9.172461904 8.768741771 7.869656972 10.00174869 9.924410538 10.24046186 10.69466288 10.86033913 +LQ00X015260 50S ribosomal protein L20 11.33456058 10.74031419 10.74053795 11.21716327 10.53130411 12.22943098 12.18120599 11.92427042 11.3242206 11.72342543 10.97642863 11.39311173 10.69147252 12.0975337 11.74303966 11.7566675 11.05013604 11.43741816 10.68998981 10.83393892 10.95274944 10.45706037 11.16605688 10.19800292 11.21129576 11.55787388 10.6147469 10.23784519 9.930412673 10.2120442 11.40676675 10.09792889 +LQ00X015280 Hypothetical protein 4.799938637 4.78284786 4.981405482 4.709933467 4.686470935 4.78939434 4.788343578 4.846978439 4.879612289 4.976589895 4.676350374 4.732111005 4.625719744 4.594880319 4.733801842 4.791642782 4.811825234 5.064203653 5.226321044 4.808019896 4.861950164 4.901041107 4.961466118 5.688821989 4.70211772 5.219061792 5.176064071 4.9352636 4.891354284 4.715610322 5.319282428 4.821011312 +LQ00X015380 Hypothetical protein 4.687325171 4.424279513 4.679858131 4.501143123 4.807246984 4.39018365 4.381787349 4.535618389 4.799403452 4.554142239 4.66499225 4.469848384 4.742741574 4.418553051 4.486187003 4.416495583 4.757835714 5.012187129 4.94754528 5.082062928 5.160599568 4.59337001 5.774359823 4.944091965 4.741383252 5.033669069 4.895609833 5.285436954 5.05727111 4.581278547 5.656892695 4.756209301 +LQ00X015391 Putative uncharacterized protein 5.081972298 4.79493591 5.042776012 4.591144218 4.893972728 4.801754637 4.858442746 4.784161279 5.136360559 4.790394243 5.056229352 4.559992384 4.715554779 4.724805821 4.669652591 4.783491579 5.160182999 4.911095936 5.476681778 5.123280966 5.116447568 4.744597587 6.48446675 5.041298369 5.137652394 4.949744228 4.940094673 5.120617784 4.823114624 4.709027005 4.915673953 4.968956853 +LQ00X015640 Glutathione S-transferase DHAR1, mitochondrial 15.39992238 14.93035133 14.63044662 14.91843031 14.38966238 15.01840896 14.34490489 13.75591624 15.17776265 14.80936218 14.71988596 14.36528678 14.41168973 14.94867345 14.05704187 13.99572493 15.13437357 14.28748762 15.05157273 14.31638729 14.59917498 14.65042755 14.15392251 13.25613292 15.05358272 14.60999462 14.62968821 14.34719893 14.22791883 13.84473491 13.99007728 13.41982868 +LQ00X015660 Hypothetical protein 12.30385914 11.48533721 11.91964032 10.96840097 11.24263264 8.530525491 8.600362063 8.503986163 12.38498045 11.51265733 12.0818849 10.512376 10.93534786 8.330858497 8.142200831 8.59519438 12.61085016 12.93720468 12.28725561 12.82621222 12.68412628 11.80477089 9.563418567 9.456298998 12.01698594 12.51018502 11.38898736 12.13086243 11.28024634 10.19910567 9.644415155 9.178499285 +LQ00X015680 Putative Predicted protein 7.025017948 6.704853016 7.497491831 6.401330396 7.270771581 6.801012702 6.480870462 6.474089303 6.843431722 6.311443641 7.739441323 6.279023213 7.174098296 6.325164414 6.008481203 6.045909245 7.452953364 7.092307903 6.978908068 7.617692233 7.160931628 7.046741844 7.678908773 7.091973575 6.95663956 6.485334398 6.508456463 6.927708975 6.313575354 6.719563958 6.960214392 6.932085319 +LQ00X015730 Probable prefoldin subunit 2 13.38698258 13.36844245 12.78986871 13.16524179 12.9628219 13.66683651 13.34357234 13.34334711 13.67751395 13.7635382 12.99066226 13.27350275 12.95181689 13.5763559 13.11251041 13.27879075 13.45826259 12.99661047 13.51596305 12.860367 12.67407125 12.98956371 13.07835242 12.70654776 13.45294342 13.07274521 13.71268038 12.76883935 12.26723509 12.87913592 12.94826146 12.63907159 +LQ00X015770 Putative Monoglyceride lipase 8.983994982 11.04977303 7.350468541 6.783024064 9.209986813 11.26243244 11.24456661 11.57201134 9.079548167 10.47911366 7.579156162 6.368106116 7.207979097 10.66075844 11.23567284 10.66993375 11.641598 11.16779135 11.92668536 10.22576502 9.249108395 10.16071554 12.47994558 11.84504005 10.30490844 9.253183551 11.22753308 9.925564887 8.453249985 9.950439081 12.65321746 11.97731199 +LQ00X015780 60S ribosomal protein L35 14.27321087 14.250301 13.32479336 13.42054662 13.11623846 13.57001076 13.5874257 13.08388488 14.56340189 15.06202485 13.68780833 13.89873801 13.46786487 13.47848444 13.47461 13.21229754 14.14420917 13.64709116 14.23245172 13.61586788 13.34788853 13.7301246 13.38585657 12.97310055 14.55703948 14.21630845 14.62210974 13.0367899 12.81205277 13.11951871 13.15799591 12.75313812 +LQ00X015800 Putative Probable pectate lyase 4 5.140115175 5.491747207 5.91924903 5.524418007 5.365384933 5.655527724 5.304143362 5.187957656 5.257798703 5.696345467 5.581654018 5.34161984 5.20831748 5.636032142 5.964147984 5.44721845 5.253074397 5.56426341 5.667747121 6.009501442 6.498588478 5.289021334 6.568891277 5.902863837 5.585674742 5.601248202 5.809785483 5.770164265 6.169964268 5.404678031 6.467313318 6.756902927 +LQ00X015810 3-ketoacyl-CoA synthase 21 5.227925866 5.006121658 5.384094127 5.361518499 5.044659008 4.865218783 5.350837895 4.911446662 5.849074156 5.870502097 5.089209766 5.366926682 5.458143355 4.787045011 5.070726876 5.399186947 4.973860275 5.49575006 5.914316388 5.815684668 5.261174377 5.142023936 4.832595573 4.94401487 5.244538527 5.659779246 5.430982837 5.853402993 5.78422557 5.2741427 4.910947169 4.793611923 +LQ00X015820 3-ketoacyl-CoA synthase 21 12.79487804 12.06391803 11.80659183 10.59520951 11.45688134 5.31397127 5.63285529 5.817328352 13.1228019 12.21918596 12.24824221 10.45432818 11.07999395 5.519761681 5.721379695 5.370940758 11.91697431 12.11295639 12.85257409 11.9585876 11.63569974 12.78813665 5.13171994 4.446425908 13.35506013 13.33651244 13.07595553 10.84581354 12.28972397 8.771475386 5.847912926 4.642971276 +LQ00X015830 Ankyrin repeat-containing protein At3g12360 9.13674532 8.907978897 8.480272666 9.005247227 9.544646105 9.478326889 9.485871391 9.35334862 8.602170032 8.692194546 7.742387477 8.875594815 8.847415403 9.528754517 9.020487607 8.867045632 9.374715953 8.669369643 9.706143791 8.768221229 8.700644308 9.295657438 9.16121244 10.09985491 9.504415198 9.058445618 9.766854405 9.152873125 9.26641023 9.892373981 9.563896334 10.29947707 +LQ00X015850 Putative uncharacterized protein 5.164523265 5.467922024 5.329047775 5.142215381 5.079961275 5.31936984 5.620590548 5.198370948 4.937191237 6.004896442 5.018033289 5.14271823 5.212607869 5.159817921 5.63935202 5.289949434 4.910388187 5.1873526 5.383533874 5.370375046 5.149604158 5.049760989 5.517481477 5.304401896 5.13045449 4.622055645 5.41978791 5.29004657 4.815311469 5.06278159 4.796361608 5.336380007 +LQ00X015860 Chalcone--flavonone isomerase 8.575925793 6.84868471 7.320729042 6.173688904 8.684394998 7.38057471 5.269666886 7.797690888 7.94432665 7.703625465 7.520732576 5.619809962 8.018741949 7.308575516 5.576410767 7.661401557 9.448880113 10.05177065 10.91677841 9.305831041 10.12123339 7.249278308 11.27023861 10.59876043 9.836794465 9.978343633 9.669513757 11.45952416 9.988429761 7.36715651 10.89226151 10.71682595 +LQ00X015900 Putative Chalcone--flavonone isomerase 2 5.507104389 5.296064106 5.359923852 5.363348494 5.700306553 4.769283733 5.411397745 5.192766602 5.606887233 5.219233784 5.349126717 5.665358208 5.636946892 4.874193647 5.154908555 5.497086228 5.019004851 5.240336872 5.086536757 5.540572901 5.669517291 5.47533171 5.713313283 5.051549464 5.056477208 5.748782873 5.172851608 5.451302615 5.864208392 5.11488258 5.794217862 5.542183531 +LQ00X015910 Putative Secologanin synthase 5.585013972 5.662598591 5.320770765 5.959600774 5.735124936 5.686012984 5.927550858 5.586337526 5.699664756 5.750477032 5.790220101 6.344461359 6.122591562 6.169170311 5.717349695 5.750998345 6.251234695 5.85867684 6.596347742 6.028029266 6.138949455 5.946250108 5.492038966 6.10467637 5.747494701 6.117564048 6.551911846 6.417728934 6.150926865 5.954817567 5.615959094 5.196639674 +LQ00X015920 DNA gyrase subunit A, chloroplastic/mitochondrial 13.3226536 13.84625814 11.43631954 11.84058204 12.16084353 13.34836163 13.13981222 13.01144089 13.70503436 14.08868988 12.44668986 13.11505 12.59544768 13.44277358 13.5050642 13.67643058 13.42084913 12.9644746 13.38360856 11.87195083 12.36694751 12.75867366 13.26825346 13.22451141 14.06528947 13.70546518 13.57408513 12.23210756 12.40339792 12.70387677 13.61350066 13.37533023 +LQ00X015970 Putative uncharacterized protein 5.609957045 5.7322159 4.905674242 6.266923548 5.620809342 6.744191393 6.375065404 6.720760385 6.006557768 5.216343992 5.36592569 6.524854726 5.64576576 6.91893051 5.856596941 5.981657562 6.48964443 6.303909999 5.234893375 5.500345843 6.172230067 5.864479058 5.200623715 6.244164254 6.447716594 6.70496653 5.479527403 6.233597545 6.269361011 6.177340941 5.704220302 4.920168616 +LQ00X015980 Vacuolar protein sorting-associated protein 36 8.353506513 8.212491245 7.773035469 8.666820493 8.055090717 8.796724513 8.968301463 9.743308682 8.161472991 7.94773774 7.935858773 8.832024581 8.101733189 9.158063183 8.992373446 9.948013708 8.315172252 7.761738731 8.035375761 7.792170604 7.909219485 8.368094926 8.434789582 7.897755429 8.164125787 7.591955886 7.962774822 8.084419591 7.902461674 8.612643398 7.769144518 7.83864691 +LQ00X016020 Hypothetical protein 6.9409968 7.945298514 6.047423285 9.756193225 7.374082126 9.947140326 10.10396 10.36572402 7.978098519 8.47292594 6.692957103 9.752795852 6.843402206 10.01642482 10.07541624 10.79377638 8.330308939 7.595961689 7.09375527 8.383943677 6.926174829 8.049216443 6.853675312 7.524387896 8.055568552 8.08226186 6.820612505 9.335455718 7.530399243 8.384268762 8.007223271 8.627923505 +LQ00X016040 Hypothetical protein 10.41204402 10.25656575 10.34654195 10.98784966 10.20709042 10.89285836 10.99526294 11.00566118 10.62433345 10.10962999 10.60607976 11.25046452 10.51101949 11.02372113 11.12601047 11.1769517 10.9255615 10.93621036 10.23448617 10.0333055 10.20067421 10.60991375 10.21598324 10.10634377 10.59149143 10.7275528 10.29060545 10.57867767 10.03284637 10.69794899 10.07405443 10.0026933 +LQ00X016250 Probable calcium-binding protein CML49 15.0094099 15.20088387 15.04688072 15.02288824 14.97660675 14.09011469 14.42647271 14.44469209 15.05262544 15.19797772 15.1296662 15.08562414 14.90693715 14.45362322 15.08678423 14.61775256 15.00164013 14.79914542 15.15492772 15.07620184 14.51381431 15.14490362 14.24796068 14.49211974 14.95971403 14.69968797 15.10529513 14.79667355 14.74848919 14.58422578 14.66466584 14.73800502 +LQ00X016290 Putative mRNA splicing factor%2C thioredoxin-like U5 snRNP 5.526731833 5.165656305 5.412188916 5.017109205 5.318473447 5.09058894 5.206565827 5.06877944 5.358726206 5.257810113 5.320203527 5.120882949 5.645004586 5.287620541 5.007820868 5.32537893 5.141879316 5.458060523 5.022347585 5.396650925 5.793201899 5.590750454 5.431491955 5.35690952 5.132285754 5.335697169 5.629401867 5.418536838 5.897042107 5.433251668 6.025970895 5.384883972 +LQ00X016300 Hypothetical protein 5.099688842 5.41674339 5.195659686 5.018973863 4.761429125 4.869231975 5.002154214 5.383737469 4.974968055 5.060376024 5.189833256 5.099557534 4.97328101 5.086616166 4.73180423 5.232136402 4.973397779 5.298168816 5.615689582 5.14965285 4.866219166 5.019020331 4.845323178 4.848199266 5.202260706 5.136727728 5.774003119 5.527851154 5.072018398 5.12766741 5.021793518 5.209964814 +LQ00X016341 Ac-like transposase 5.479017096 5.045244531 5.120396961 4.989349996 5.181715136 5.389704596 5.302815079 5.219518592 5.224297779 5.091922138 4.939662805 5.338867476 5.209993463 5.304614776 5.118609207 5.622463502 5.143062277 5.241285869 5.403378664 4.855425663 5.008438347 5.362439211 5.462455975 5.477037619 5.033677718 5.185645013 5.139467436 4.924278563 4.731787214 5.062231882 4.858174954 4.812542222 +LQ00X016390 mRNA cap guanine-N7 methyltransferase 2 7.288656235 7.064711423 7.405009782 8.538180737 8.189209751 9.210891398 9.231601926 9.503439193 6.507275948 7.239912856 6.508434325 6.984557163 6.748974855 7.621205999 9.338268528 7.763238353 6.638038786 6.237955862 6.484278852 6.637720492 6.693179582 6.824953978 6.880027589 7.094062118 6.852059938 6.359648591 6.706156025 6.562911063 6.91477431 6.877378137 7.008589584 6.664366403 +LQ00X016720 Putative salivary protein (Fragment) 5.586082769 5.214393858 5.165775649 5.456551439 5.272111486 5.305066873 5.451285273 5.473198983 5.305207837 5.151033064 4.728031475 5.385843929 5.572503779 5.236169779 5.240874144 5.531551888 4.975104327 5.688929284 5.811550523 5.396921219 5.612592526 5.269489344 4.794275182 5.602004685 5.368443385 5.726690799 6.123758723 5.392779757 5.850913559 5.161714353 5.081415211 5.171588253 +LQ00X016740 GHMYB10 12.32799186 10.99211414 10.40368433 6.736119438 6.682907004 10.05543525 8.317480604 8.485565826 11.64170032 11.25177761 10.35639759 7.122506914 6.33316238 9.628743578 7.969162886 9.059896394 11.98531413 11.17388407 10.90936474 9.806541099 9.812609861 8.935351033 7.036868169 8.578483422 12.5962306 11.47741944 9.719443736 6.596946679 8.503385927 5.85494768 5.717229707 7.32598566 +LQ00X016790 Putative Auxin-responsive protein IAA16 5.015391813 4.948789853 5.699011711 5.173007213 4.783968743 5.163937917 5.094844997 4.870631058 5.134959464 5.232284315 4.953563173 5.142575479 4.966921313 5.238706912 5.553639829 4.894689163 5.193527456 4.978023117 5.36845288 5.175912773 4.778010025 4.740644124 4.908635624 4.975156745 4.963150589 4.822208877 5.088686204 4.962925996 4.740995419 5.139897931 4.691496822 4.616473619 +LQ00X016810 Ring finger protein, putative 10.6685777 10.10729039 11.04120015 10.70882801 11.04487659 10.93917192 10.70521706 10.80206468 10.34302716 9.641891936 10.74315695 10.44446762 10.71497914 10.66085183 10.63758287 10.53911858 10.27112391 10.34004876 10.3740045 10.53916647 10.73538481 10.69253458 11.26986684 11.50147306 10.2180669 10.37389067 10.15762617 11.09300927 11.14683566 11.16039006 11.58732144 11.78413457 +LQ00X017070 Protein SCARECROW 13.82079723 14.74947826 11.06953375 8.469861443 10.97470091 7.446200812 7.48969628 7.713019313 14.20728729 14.62194892 12.424933 9.113923305 10.17025514 7.729270517 7.354958314 8.239569926 13.68136607 13.37138057 14.70707611 12.95599968 12.82564984 12.6930513 9.561631672 9.403455492 14.76615409 14.36463564 14.52259011 11.14629509 12.19278691 9.147016116 9.518372451 9.175656362 +LQ00X017110 Hypothetical protein 12.89696254 13.59218071 13.25014988 13.0755653 13.52391393 13.95200834 14.42635676 14.35593778 12.32552686 12.43911439 12.5624324 12.59942934 12.51000984 13.68015757 13.91634865 13.67691047 13.89037291 14.18268627 13.84409231 13.68370963 13.50701932 13.50048787 13.95213747 14.15590635 12.35325197 12.28691228 13.17221322 13.36052123 12.97926662 13.09034234 13.71675413 13.97138135 +LQ00X017150 Putative uncharacterized protein 11.70755015 11.8494412 11.83793175 11.58380524 11.61391374 12.17208913 12.31066781 12.00305365 11.72235446 11.68170759 11.79668892 11.4087932 11.58872493 12.20178379 12.08177688 12.06109987 11.57514308 11.36642979 10.81870764 11.26160665 11.60005962 10.60642035 12.60017615 12.07295152 11.18630122 10.65647919 11.06602002 10.83099696 11.21645316 10.96058573 12.31672204 12.02165335 +LQ00X017300 Hypothetical protein 6.376465475 6.934128315 7.762698041 7.898932971 7.685614625 7.908279332 7.846218824 8.728617268 6.67672849 5.929257028 7.764561579 8.092859169 7.83101987 8.207911798 7.852302026 8.453156685 7.007691789 6.50630753 5.515651788 7.963965237 7.799980628 7.53111681 7.464935879 8.009739824 6.654183024 6.192737379 5.803870674 7.761871904 8.188231635 7.685397778 7.818983299 8.089560826 +LQ00X017330 Putative Defensin-like protein 81 6.304987489 5.902500735 6.710318618 6.385792446 6.896499288 5.844158731 6.375719567 6.55322063 6.34881001 5.974222895 7.672083438 6.361725474 7.028548894 6.141968646 6.194340301 6.721122587 5.934287711 6.91951592 5.778827708 6.428864121 7.06072594 6.69354229 6.787601285 6.324800582 6.346408419 6.787041715 6.328182537 6.102704172 6.294941772 7.024332925 6.137174989 6.758077468 +LQ00X017480 Predicted protein 4.879580544 4.888928473 5.394625611 4.84580967 5.829176659 5.443520884 4.860398233 4.858161109 5.177724478 4.949311057 5.146090644 4.903707689 5.852224318 5.628719095 5.078356425 4.809236955 5.296210794 5.005339643 5.576338422 5.297416983 4.904173542 5.182853079 5.345680213 5.505988182 5.042391954 5.278981626 5.226265584 5.075261344 5.141570576 5.306981989 5.248554049 5.730750177 +LQ00X017490 Coatomer subunit beta-2 4.865366216 4.89234964 5.014699933 4.714030863 5.163253221 4.8638753 4.863936814 4.98784587 4.977904197 4.753055294 5.232479496 4.761383691 5.214744602 4.837093186 4.899367193 4.973675283 4.992647375 4.845687006 5.008832193 5.673988981 5.142674897 5.048120697 5.374389779 5.497562786 4.982230229 5.273911028 4.862284994 6.047330396 5.166902134 5.300250936 5.386314388 5.807028451 +LQ00X017530 Coatomer subunit beta-3 9.039438198 8.738117354 9.195792253 10.51240809 8.775639343 9.542896789 10.31950989 8.811871631 8.977044615 8.195918336 9.51905171 10.61714877 10.24409111 9.951587689 9.729094519 9.957457859 13.56701026 12.33247012 12.35965611 12.13055018 10.41738442 9.29683789 11.17546972 10.87826225 11.62024749 11.16058582 11.06567158 11.43464258 9.866040925 10.16281875 12.00584033 10.58354232 +LQ00X017560 Probable sulfate transporter 3.4 6.320925325 7.630965996 5.785382299 5.907992579 5.944336396 5.68515207 5.440713687 5.398448372 6.360434868 6.801204271 6.357563869 5.769851451 5.971791429 5.861773802 5.482719777 5.825180255 6.726602981 6.185253336 8.076535113 5.366968708 5.267511756 6.225253818 5.030118257 5.788468978 7.506511688 6.2543602 7.703235114 5.274623051 5.877101765 5.523417347 5.490469129 5.668536868 +LQ00X017590 Predicted protein 12.69944861 13.12871748 12.61012516 12.46562972 12.2911618 12.1859036 11.94432691 12.07750375 12.55093853 12.91493521 12.7530553 12.45812201 12.23881882 11.93469879 12.14036121 12.3437146 12.91590339 13.00680013 12.14052014 12.20613116 12.36262976 12.28230858 11.15981731 11.59672449 12.4024551 12.55183909 11.65847359 12.43797554 12.08595122 11.92227405 11.11041853 11.47679836 +LQ00X017600 Transcription factor, putative 5.479238905 5.628828253 4.956400627 5.579077469 5.555986876 5.290823943 5.407258481 5.311392475 5.404968033 5.718667072 5.281264652 5.652754564 4.945131096 5.281444107 5.987513654 5.156853517 5.141194012 5.524205739 5.700863524 5.282187871 5.091829377 5.277577889 5.232576612 4.899597204 5.61111618 5.599091783 6.189149442 5.70197564 5.614054096 5.46681216 5.387938619 4.748098432 +LQ00X017640 Putative 97 kDa heat shock protein 13.53510481 12.63986411 12.94247337 12.61598814 12.36056684 12.79349507 12.26917729 11.7557831 12.72301911 12.31299267 12.41334684 12.34112161 12.0417314 11.78138434 11.74065244 11.46577666 12.54206045 13.02266085 13.12913621 12.14558614 12.29563307 12.65059633 12.12821263 12.34657527 12.88246085 13.02399199 13.08751103 12.02482863 12.57912657 12.51907751 12.16433699 12.36108734 +LQ00X017680 CBL-interacting protein kinase 18 12.77267281 12.66323335 12.10812034 12.38394733 12.48336484 11.45805387 11.27821115 11.83580161 13.0828621 12.68438899 12.35583588 12.74591504 12.06121678 11.50275107 11.57638574 11.84610206 13.42719468 12.55228584 13.07741833 12.83879331 13.47003819 12.9785431 12.58804228 12.90049033 13.07655149 12.50530555 12.61924951 12.79300894 12.93091353 13.30685805 11.54848919 12.69226087 +LQ00X017720 Adenine/guanine permease AZG1 10.1134476 10.02169081 10.90638847 11.40885404 11.92875303 12.4816591 12.42259353 13.13766132 10.07118763 9.719950281 10.75638807 11.25177481 11.26583527 12.62037207 12.57845688 12.91329925 10.415418 9.871043432 10.27297046 10.7149252 10.11221494 11.20452937 12.07937483 12.0356164 10.55678606 10.33883756 9.599849333 11.46333897 10.474081 12.04055134 12.40496076 12.10329806 +LQ00X017750 Nudix hydrolase 17, mitochondrial 4.743279201 5.26754147 5.643748263 5.006271875 5.379992554 4.909693568 4.98231073 4.797751474 4.818016716 4.74543196 4.974860454 4.923474487 5.1579701 4.964525813 4.863736503 4.952345929 5.243648609 5.207732873 5.152080799 5.135738559 5.079047621 5.321982157 5.278190181 6.513144306 5.221069457 5.175505834 5.093554322 5.221388199 5.223952731 5.183460877 5.420040801 5.803164962 +LQ00X017780 Hypothetical protein 5.481439002 5.437201793 6.000243005 5.817117514 5.633138138 5.838945505 6.006910103 5.706946187 6.018967892 5.920061765 5.923442344 5.749500286 5.839531602 5.755765076 6.884981134 5.612584452 5.826491816 5.716391328 5.45701802 6.44177188 5.72995591 5.941850751 5.446297918 5.718551442 5.699834724 5.515181859 4.995378056 5.670669789 5.729178737 6.195326069 5.130502526 5.599872389 +LQ00X017900 Hypothetical protein 6.5505711 6.265993998 5.838740482 6.134501486 6.092770952 6.721525303 6.501398026 6.877686758 6.622230279 6.017709197 5.69249898 6.682425788 6.155038884 6.522080292 6.171957684 6.827283577 6.411005524 7.009008336 6.322162648 5.829650768 5.460844351 6.538581039 5.905379895 5.973680547 6.332998254 7.37014423 5.882413011 6.343583144 5.866548089 6.450504584 4.645060723 5.656345382 +LQ00X017940 Putative uncharacterized protein 5.391618084 5.447168161 6.36061803 5.358026313 6.022168485 5.759257459 6.457475217 5.60888766 5.26279264 5.140931905 5.658255922 5.595383948 6.204272976 5.648009593 5.430389544 5.549656022 5.134156717 5.879635986 5.860416443 5.181492173 5.646323533 5.499699726 6.086474785 4.959091982 5.439485998 5.477733001 5.174468638 5.472503666 5.612292845 5.42465677 5.36815805 5.506945852 +LQ00X018010 Putative Titin 5.120612673 5.220986697 5.383241481 5.286298558 5.431115635 5.267910699 5.365236617 5.384759244 5.26786005 5.197263808 5.573463706 5.380569149 5.334271094 5.569001638 5.641230757 5.600950106 5.13771626 4.891360265 5.447572722 5.150975 4.838813182 5.071362224 4.832628124 5.238687694 5.021122819 4.862447124 5.08547985 5.115052161 5.226768085 5.077417539 5.108618185 5.162762991 +LQ00X018080 Caffeic acid 3-O-methyltransferase 13.71843219 13.53747892 13.746855 13.25702749 13.49547446 12.35988561 13.03447695 13.21522262 13.59872346 13.29236014 13.69245493 12.9540412 13.3923615 12.67257877 13.00066278 12.78185499 10.66041355 12.2214993 11.12488435 13.21406305 12.97908445 12.67161745 14.27408227 14.1803585 12.05354848 12.60287831 11.73811037 13.34762762 13.66978903 13.60056048 13.81848922 14.0564465 +LQ00X018180 Membrane associated ring finger 1,8, putative 7.521784298 7.459896397 7.776214492 8.849755432 7.997341526 9.520561308 9.316202145 9.524698662 7.40654841 6.829096841 7.923263405 9.071528936 8.023538222 9.412311734 9.240301276 9.659315009 7.898178003 8.261495154 7.01797205 7.812743172 7.896006255 8.254548988 8.096067419 7.635194408 7.090889277 7.73592902 6.65239636 7.770814237 7.51940766 8.334882122 7.877348083 7.912564049 +LQ00X018200 Uncharacterized membrane protein At1g16860 13.00381258 12.75235032 13.05796745 12.80983713 13.06970984 11.41491305 11.34607572 11.42386725 13.21676196 12.59906607 13.14474118 12.91398919 13.34112494 11.55168363 11.44275748 11.59406153 12.72541478 13.11424536 13.45888159 13.55029677 13.4904888 13.40027274 12.2577098 12.43383416 13.34778098 13.48332962 13.45656544 13.47416582 13.73672215 13.18864954 12.16511489 12.3330535 +LQ00X018300 Putative uncharacterized protein 11.53495817 11.29432739 11.6181864 11.58275134 11.85384582 8.07835278 7.258109534 7.536513252 11.53542702 12.08755453 11.7344693 11.66509218 11.87285438 8.383751207 7.653548677 7.720700466 12.00669921 11.60222343 11.75796837 12.45113207 12.06902279 11.6428068 7.824145047 7.779436521 11.68516167 11.70877262 11.88950925 12.27157553 11.78378017 11.44556109 7.852904815 7.843042668 +LQ00X018330 Hypothetical protein 5.395635983 5.350697093 5.270278916 6.318676845 5.614687686 5.846772287 6.09482805 5.476633532 5.916609849 6.461840105 5.73183261 6.165936582 5.230068485 5.700807128 7.57053008 5.661021145 5.057798045 5.091129438 5.260236584 5.005468226 4.894496541 5.098927927 4.955452147 4.983943852 5.055923879 5.169235208 4.917693006 4.826077537 5.437791709 4.855017884 4.761204879 5.026418262 +LQ00X018350 Predicted protein 5.52489829 5.061775458 5.397799841 6.224471622 5.899010012 6.825510784 7.271883293 7.119885703 5.546563363 5.408721952 5.709322408 6.341809028 5.72397945 6.947565318 7.375628699 6.728105236 5.41111672 5.706512523 5.629140306 6.013905 6.149251983 5.431345498 5.968448613 6.418011568 5.642216158 5.465983931 5.33188359 5.464532665 5.461446219 6.101005542 6.459269628 5.756287405 +LQ00X018390 Hypothetical protein 4.957677748 4.780124318 4.733787669 4.567933259 4.831628031 4.635752352 4.556890438 4.845541814 5.182115368 4.872385802 4.972635257 4.556921364 5.107498487 4.466763293 4.623784425 4.706660388 5.287618596 5.294812643 5.023960315 5.72958584 5.67492914 4.876423356 6.098577951 6.163806054 5.551767439 5.337266424 5.020067595 6.520852862 5.777463545 4.813616521 6.482352513 5.841590744 +LQ00X018650 Putative Wall-associated receptor kinase 2 4.903558552 5.022511461 4.789824642 5.079225199 5.399607323 5.084797568 5.078039047 5.102863408 5.049302383 4.91035157 4.814897286 5.212094925 5.082446214 5.081267309 4.948745852 4.968655289 5.339708179 4.628834036 5.064644478 5.282789182 4.810478689 5.188194909 4.967840666 5.524210789 4.808904204 5.21457301 4.817530406 4.973297822 4.858804556 5.030037089 5.905159356 5.92722198 +LQ00X018830 Putative Predicted protein 6.044672257 6.010939564 5.857226126 6.122542983 5.515193321 6.248065059 6.445977538 5.779994621 6.175387487 6.264620185 6.700430991 6.141085327 6.409899246 6.184575116 7.931693682 6.580486087 6.094720807 5.944673755 5.751480772 6.095541167 6.130442565 6.230727864 6.874344511 5.52903484 5.815486967 5.763313204 6.050538394 5.648883402 5.594317158 6.216324358 6.196897153 5.352063809 +LQ00X018950 Putative disease resistance RPP13-like protein 1 6.828159693 7.153185788 6.682188336 7.380544959 6.57937212 8.490617066 8.012146909 8.489320683 6.985431344 6.116223362 7.030783288 7.8554561 7.391075404 8.463467119 7.610533057 8.816770464 8.127970107 8.147832124 7.34469746 8.026339124 8.038195264 8.116274364 7.73186899 7.560108512 8.123526705 7.985769466 7.97275061 8.322130525 8.10865767 8.190725998 8.005150901 6.777075291 +LQ00X018960 Predicted protein (Fragment) 13.18356402 13.84517286 12.63942773 11.83288953 12.36457885 11.95995594 11.47140985 10.95426719 13.23924074 13.21986058 12.55144969 11.62789214 12.38711081 11.73411938 11.73788261 11.07088602 13.41193517 13.67644967 13.59722397 13.85014076 13.77043812 12.7932845 12.82897322 12.32428205 13.68080526 13.66011457 13.67710859 13.32285063 13.90949111 12.14803107 12.83246154 12.14735197 +LQ00X018980 Rab GDP dissociation inhibitor alpha 13.93475803 14.07182607 13.96312661 13.92021352 13.98287121 13.60161238 13.19542706 13.28994811 13.84426658 14.06111617 14.05311025 13.85423863 14.06763038 13.52518091 13.57890834 13.1389921 14.02811172 13.41356474 13.38965381 13.78191484 13.30984509 14.21007523 12.73979785 13.62720329 13.95528218 13.58936678 12.94496448 13.88020094 13.85993167 14.0827873 12.94410511 13.64469459 +LQ00X019050 Predicted protein 5.760474171 4.827888864 6.423339568 4.836531071 5.243727492 4.813608326 4.772905237 5.024234321 4.96043102 5.001201316 5.374746069 4.904754319 4.994060561 5.036451077 4.835902198 4.866975128 4.897723701 4.908052575 5.102747812 5.053323594 5.476503749 4.707217628 5.055254787 5.76140151 4.923172704 5.046697298 5.257589106 6.474274843 5.039517365 4.991747983 5.379117817 5.437320046 +LQ00X019461 Hypothetical protein 5.214363482 5.074518267 5.229728204 5.426727443 5.350546281 6.054646245 5.320271203 5.349101115 5.080002337 5.278961156 5.458842461 5.396586912 5.417432268 5.512122866 5.329540357 5.345044529 5.509752435 5.448946794 5.48360468 5.34711543 5.933293911 5.166239201 6.07030147 5.437269127 5.35659682 5.546606276 6.152396338 5.729263036 6.118868518 5.134861803 6.18320811 5.308413209 +LQ00X019481 Putative retrotransposon protein, identical 7.798021784 7.913256743 7.065702123 8.029642669 7.358273509 8.150379312 7.787611493 8.245187927 8.171476232 7.87718552 7.765654266 8.259180372 7.614382516 8.21015679 7.620984032 8.747475037 7.991302434 7.50139913 8.468071647 6.840625152 6.763941159 7.311315796 6.759284174 6.752956285 7.911484601 8.071130722 8.168954936 6.261785996 6.639770529 7.151591601 7.01036973 6.909484565 +LQ00X019500 Hypothetical protein 5.170313072 4.9410391 5.215604387 4.732837119 5.008208975 4.939977237 4.77343829 4.508676893 4.7545301 5.009307865 5.3945514 4.741322988 4.793577843 4.706900288 4.67809357 4.663288713 5.055559387 5.588708128 5.242411964 4.599379597 5.13122118 4.756217217 5.0718053 5.058628438 4.825011214 5.163854513 5.366119335 4.793391816 4.634198127 4.908359008 5.035315966 4.648188097 +LQ00X019510 Hypothetical protein 5.833529869 5.994724828 6.478887556 5.881172294 5.883574219 6.181940802 6.476349671 6.524022838 5.433448165 5.321608777 6.166254086 5.91435292 6.273885845 6.036104323 5.696878334 6.252376368 5.805403283 5.766381934 6.406114706 5.884385526 5.211281715 6.125634219 6.1048315 6.866090319 5.711654776 5.841764573 5.726595266 5.402463638 5.190477267 6.053753666 5.348220726 7.513190387 +LQ00X019550 Hypothetical protein 11.04361689 11.37125422 11.15366905 10.80928666 11.04613352 12.27964753 12.28297565 12.44153767 11.1213093 10.51293097 11.25766257 11.06049734 10.78004826 12.49595993 11.27371542 12.12476794 12.48252353 11.30583471 12.04728052 12.12491828 11.42574105 12.09040463 12.62827757 12.20274875 11.60300385 11.04874329 12.10816456 12.41126424 10.95620998 11.80456877 12.39017968 12.07446816 +LQ00X019560 Predicted protein (Fragment) 11.2563606 11.62649897 11.49596154 10.76249957 11.46796153 10.78137058 10.78658561 10.97860932 11.37036041 11.79149276 11.62033071 10.75786446 11.6019399 11.03238292 10.82812449 10.9193837 10.8645759 10.85184588 9.518405712 11.29800305 11.52483162 11.15320259 11.89753309 11.79239907 11.29733225 10.96821451 10.05762585 11.21051983 11.92318839 11.27290444 12.2559384 11.61558683 +LQ00X019720 Putative serine/threonine-protein kinase receptor 10.84861298 10.19448043 10.93080086 11.07283323 11.03817701 12.00306356 11.89834311 12.3704909 10.67926151 9.740297736 10.51550465 10.98729107 10.89347466 11.85176617 11.84087195 12.07536748 10.94228835 11.13627255 10.85924884 10.702786 10.99951016 10.90175707 11.39916565 11.89716375 10.62840616 10.84448501 10.94125882 10.9140904 11.09010404 11.27343651 11.3852734 11.92353809 +LQ00X019820 Cytochrome P450 81D1 5.210775832 5.178876839 5.172043237 5.233148405 5.039601506 5.538365288 5.577405015 5.914057139 5.185206879 5.426831724 5.106405111 5.318397344 4.946170966 5.510949926 5.36440712 5.519105562 5.095638795 5.145542906 5.088320578 5.521506696 5.720289545 5.344055924 4.87740768 4.947204649 5.179875761 5.703279031 5.36739737 5.511997743 5.25214675 5.459200957 5.63918343 4.896479983 +LQ00X019920 Predicted protein 10.36608725 10.40675917 10.41462113 10.59408969 10.33872566 10.83339585 11.06720607 10.36747501 10.08935404 10.0961321 10.28344186 10.08626665 10.19341985 10.70571373 10.47268965 10.22223666 10.13121921 10.06418648 9.42697211 9.87965879 10.26425663 9.601943781 10.49662468 10.59612845 9.976174422 9.772633819 9.731564565 9.594339466 10.26498383 9.977772577 10.94796288 10.61044467 +LQ00X019950 Hypothetical protein 5.18529444 4.894116338 4.927509676 5.031296251 4.83594044 4.884222433 4.986239551 5.086425336 5.234958464 5.0469062 4.990957697 4.941936083 5.235093349 4.811668865 4.81706907 4.827017789 5.303344737 5.408808618 5.548909926 5.195841498 5.15039448 4.950733564 5.157768206 4.897077321 4.905609854 5.102171703 5.445934328 4.659839051 5.017168392 5.158219241 5.567782949 5.287533743 +LQ00X019970 Predicted protein (Fragment) 4.856895327 5.120140809 4.586755778 4.663434971 4.489205849 4.458743359 4.711486067 4.816972615 4.614572766 5.592996422 4.667938551 4.698222629 4.602720618 4.548992526 4.788900933 4.461052924 4.75158533 4.82230134 5.306552647 5.218273469 4.917305119 4.599638773 4.546961636 4.71565227 4.693563466 5.126378794 5.502470976 5.301851997 5.413951331 4.871000437 4.896244431 4.627331789 +LQ00X020010 Putative uncharacterized protein 5.037721508 4.617531861 4.903553742 4.643521405 4.965948268 4.845582045 4.896846772 4.948682014 4.587273069 4.810182247 4.751990907 4.774930041 4.80972942 4.823873607 4.720945091 4.810676984 5.278205743 4.884970467 4.812624309 4.787334428 4.945276646 4.74681485 5.022053707 5.306771329 4.761715586 4.678687824 4.943951575 4.713692646 4.840854366 4.858802749 5.2508431 4.771908485 +LQ00X020030 Predicted protein 6.122233416 6.350260922 6.797246283 6.940574241 6.450369939 7.655917983 7.898782798 8.294228177 6.557590133 6.604347974 7.739899548 6.660794228 7.843903573 7.677816781 7.089310811 8.03342521 6.672194754 7.819223456 5.728022618 7.590589274 8.045005833 7.228611877 8.107279921 8.140097682 6.812637961 6.909333799 6.816264414 6.711989163 8.342341579 7.517248095 8.540777169 8.624188861 +LQ00X020040 Putative HVA22-like protein j 5.110186481 5.440382439 5.562898904 5.15864121 5.845485663 6.196820692 5.114381255 5.156158456 5.173847655 4.968151177 5.502106404 4.815011847 5.395910908 6.86591096 4.980213068 4.867294984 5.131035002 5.154750338 5.151988218 5.122998827 5.121280736 5.043953174 5.070793098 5.322660555 4.726012024 5.1220292 5.034225244 5.289593922 5.08342417 5.10888793 5.45145082 5.224014308 +LQ00X020080 Putative Sulfotransferase 16 11.55187657 11.35518429 12.71441522 13.71824416 14.08984371 12.86978442 13.79953767 13.95196207 12.49104491 12.28633148 13.21762125 14.16677061 13.85104055 13.62852679 14.49915967 14.15783766 8.998218761 10.03505126 9.735619003 11.76874994 11.32619664 11.79119983 11.54388677 11.71851052 9.786403838 10.84124832 10.69763676 11.30384967 12.04730961 12.12835306 12.63967322 11.94811361 +LQ00X020100 Putative Cation/calcium exchanger 4 11.93467239 12.16735222 12.57496671 13.0429808 13.33783111 12.88971451 12.80967034 13.09509603 12.25608658 11.96058016 12.42444429 13.21526601 13.15448666 13.07852471 12.8483576 13.42458522 12.31854839 12.50965106 12.80824652 12.62576369 12.28928818 13.39944932 12.78242281 12.84535377 11.89919858 12.79830487 12.90788636 13.32676637 12.92519448 14.30214656 12.93773807 12.88405429 +LQ00X020140 Protein-S-isoprenylcysteine O-methyltransferase B 5.073685002 4.956423399 5.011943553 4.812725653 5.040022231 5.03265145 4.797153234 4.61459559 4.957184999 5.068051472 4.995861054 4.603843921 4.752101239 4.896751183 4.806520655 4.718931358 5.272828563 5.08720023 5.398346407 5.142050612 5.19027128 5.335969748 5.236752675 4.877722538 4.965776349 5.121681081 4.943411752 5.712732044 5.230404035 5.296917277 5.548831805 4.920475614 +LQ00X020150 Predicted protein 5.423635692 5.327328371 5.439457734 5.216472434 5.246295204 4.984177594 5.576095948 4.95604729 5.190788842 5.788310817 5.611610962 5.474258075 5.122531781 5.138554099 4.899771288 5.453240988 5.247589966 5.536449704 5.514676947 5.648735022 5.963997909 5.465908278 5.793060253 5.141259335 5.359894929 5.566905976 6.20216826 5.992037915 5.672196266 5.286012939 5.494020139 5.584608631 +LQ00X020170 Hypothetical protein 12.67026679 11.99146965 11.86185449 13.28949751 12.80421182 13.40678447 13.29645097 13.49658152 12.74705316 12.6358451 12.08455364 13.1077135 12.61947991 13.25930966 13.54989405 13.56239505 12.78669917 12.17265176 12.09971902 11.42502032 11.19272914 12.87907164 12.11182751 11.79036419 12.43880317 11.69579245 11.65847994 11.67818818 10.42696129 12.7840709 11.83972713 11.62974317 +LQ00X020180 Putative Dof zinc finger protein DOF5.2 8.56028501 9.263589779 8.934470683 8.636483011 8.948196205 10.88117704 9.3755844 8.909965886 9.297619388 9.57577012 9.187992346 9.026228634 10.04301604 10.87349975 9.565394312 9.569595845 9.663363895 9.825971399 10.11804923 9.100211125 8.754629017 9.233978249 10.17178072 10.43612011 9.839757185 9.80773135 10.27076533 8.940885423 10.30373166 9.926868707 10.67523234 10.93637464 +LQ00X020200 WUSCHEL-related homeobox 11 4.887036469 5.043177523 5.006969441 5.109676007 5.316207801 4.731072468 4.848782743 4.865774394 4.767461614 5.379468756 4.989410366 4.795420803 5.151165197 4.690046496 4.875072224 4.751295639 5.327268866 5.121511221 5.773376533 4.81639533 5.279169956 5.078112929 5.148931478 5.07919364 5.333643644 5.303668777 5.101008298 5.149753185 5.180559363 5.089418029 5.168774018 5.27427272 +LQ00X020230 Putative Zinc finger protein VAR3, chloroplastic 12.89763306 12.95785421 12.68843111 13.10337527 12.94783735 13.94640796 14.01441366 14.08216128 13.012788 12.83634474 12.75934587 13.53700866 13.01334374 14.20650042 14.25082353 14.2030566 13.06671067 13.27539066 13.10061154 13.13586642 13.5059319 13.029106 14.33167853 14.22676846 13.19755347 13.46907548 13.37072493 13.35687613 13.31064858 13.65104949 14.33644599 14.12205787 +LQ00X020270 Putative Flavin-containing monooxygenase FMO GS-OX3 10.59807454 11.3882647 11.66665259 11.12222361 11.38566232 10.41012355 10.66586669 11.12532132 10.90160944 11.74147696 11.74710885 11.30304349 12.16091236 10.64246505 11.2260956 11.10332686 10.07899155 10.14323843 8.842893804 11.10629869 11.2339181 10.77190809 7.692771333 9.455379313 10.81901924 11.18075802 8.805282253 11.22608724 11.21702641 10.33320551 9.24388466 8.77997728 +LQ00X020290 Hypothetical protein 5.103711975 5.072776707 5.706022268 5.231392789 5.147316001 4.89280519 4.949600396 4.94018775 5.189636034 5.069006156 5.244932169 5.265588758 5.651769229 4.983141275 4.860575053 5.004138659 4.922235125 5.01561951 5.624528165 5.096612844 4.939522761 5.532801725 5.03523832 5.381001724 4.952968558 4.830768749 5.313831629 5.588758971 5.134745017 5.898395393 5.144204973 5.044414551 +LQ00X020310 Protein SENSITIVITY TO RED LIGHT REDUCED 1 5.361610394 5.470437406 4.992632717 5.19866005 4.830197737 5.231346604 5.438025777 5.151473664 5.119683693 5.854897056 4.849110302 5.625422198 5.408049587 5.29798695 5.665749723 4.95149067 5.07956919 5.219975801 5.268817318 5.238029882 5.066682379 5.160950735 5.2888648 5.430688835 5.217363975 5.36991137 5.419583088 5.349775286 5.185063834 5.010348018 4.847869464 5.517634734 +LQ00X020320 Putative uncharacterized protein 6.167759415 5.627416912 5.518995893 6.909007928 6.269599576 7.831099526 8.450291563 7.901699677 5.548816614 6.000720568 5.895143343 7.707171333 6.125990414 8.254984915 8.416071355 9.077970898 4.828630499 5.208568196 5.172845689 5.134713026 4.988525254 5.803964323 5.91088815 6.04231648 5.584213374 5.452809906 5.334420696 5.68149861 5.463064739 7.129595146 6.757616247 5.621875588 +LQ00X020410 Hypothetical protein 5.219289044 5.792174169 5.635170939 5.197331582 5.56646999 5.19462909 5.339336853 5.45543331 6.064181922 5.651876444 5.150838046 5.219584672 5.649518306 5.109545175 5.176871091 5.236487939 5.58482586 5.896166579 5.749900524 5.648924693 6.178018166 5.482908897 5.414678395 5.644942022 5.162149736 5.742752561 6.030231143 5.700078523 6.425306695 5.658882455 5.583027937 5.294226635 +LQ00X020450 Putative Metallothiol transferase fosB 9.399478263 8.563130731 10.04748573 10.8644424 10.43725395 8.531055709 7.84220891 8.065056985 9.733201255 9.731381876 10.39161349 10.79709077 10.66634378 8.503225126 8.187883284 8.311110291 11.37236345 10.46091532 10.25187868 9.745426159 10.4155192 9.811578543 7.682130799 8.357319758 8.473201073 8.691682317 9.465086443 9.874321717 10.04324678 10.54806546 8.066184043 8.843194347 +LQ00X020660 AT3G13000 protein 10.48290411 10.35725178 10.63264887 9.694153752 10.16408108 9.318715038 9.031036916 8.669707871 10.23898013 9.769192902 10.69049019 9.613597317 9.959278846 9.338757806 9.061184977 8.243569062 10.78333568 10.88077729 11.47079049 10.97854161 11.37086036 10.39797719 9.702992352 10.21443009 10.67150822 10.93257639 11.49556248 10.94540691 11.1842596 10.03072028 9.556203945 10.08372412 +LQ00X020790 Transcription factor, putative 9.785218841 9.710688199 9.872886625 9.203815509 8.947243539 10.09173748 9.389359988 9.231425192 9.850125118 9.463809394 9.94819872 9.613784032 9.37817224 10.6273016 10.07736526 9.603973219 10.2309379 9.79354286 10.20971378 9.747293708 9.063541197 9.620084519 9.229693856 9.859773015 9.700454662 9.515363061 9.875154944 9.801474514 9.660059683 9.494274956 9.888485104 10.37584931 +LQ00X020810 Putative transporter ZK637.1 6.099082945 6.025981643 5.711578449 5.372559719 5.925478016 5.413106609 5.359039734 5.846323768 6.028158318 6.291655046 6.438611705 5.303407426 6.453125297 5.738783089 5.320901758 5.615434342 5.816308872 5.876892908 6.923341597 6.543175571 6.001790477 6.132091553 6.075885339 6.870333504 6.145402201 6.116082964 7.208627401 6.523209626 6.585466392 5.661168456 5.657895834 7.60804682 +LQ00X020830 Putative Porin%2C eukaryotic type 12.17010673 12.58791675 12.02455168 11.90100143 11.38787367 12.3104942 11.93710887 11.84697383 12.33581795 12.7674432 12.21258688 12.10561071 11.71951225 12.34090208 11.98835418 12.1154414 11.92921833 10.9247562 11.56792106 12.03904645 11.63298222 11.66596289 11.97247489 11.42010778 12.30964517 11.39877172 11.76046605 12.05393198 11.67643914 11.57345099 11.9957761 11.75648013 +LQ00X020960 Geranylgeranyl transferase type-2 subunit beta 5.273249341 5.163717213 5.346547586 5.605785535 4.966036657 5.794541531 5.587514491 6.118909677 5.485374676 5.387507886 5.899512719 5.36355178 5.348156421 5.57240366 5.813392679 5.228158881 5.433595866 5.29947327 5.437558805 5.116991938 5.648708149 5.257592936 5.647192106 5.73855564 5.181425963 5.418477084 5.438063312 5.312543639 5.275931704 5.33767785 5.490579958 5.080204484 +LQ00X020970 Putative Cytosolic 5-nucleotidase 3 11.58482026 11.98224699 11.84054537 11.3380708 11.46752895 11.23818932 11.30576386 10.73817548 11.83943128 11.99154121 12.09801841 11.32823904 11.93501724 11.44102372 11.35177731 11.43109781 10.90709112 10.94946166 11.5810263 11.29798493 10.96396005 11.42768006 11.55053688 11.13016872 11.54846503 11.36064824 11.57614382 11.57121056 11.12663155 11.42513549 11.74983836 11.04128358 +LQ00X020990 Putative uncharacterized protein 8.906509624 10.78489648 7.100411273 6.450058539 5.476408802 6.308295366 5.73531708 5.996455431 9.802253142 11.05258511 9.24397873 6.360922847 6.341361602 5.765977429 5.799353019 6.009924337 8.358119899 8.058795964 9.837927039 7.829476538 7.299810397 8.239040786 6.04363418 6.180887877 8.791678598 9.924432933 10.28433255 6.062891609 8.346846053 6.831396115 6.930982191 5.712454133 +LQ00X021060 60S ribosomal protein L37-3 6.505507936 6.172863671 5.843623082 6.48341099 6.229415154 6.342542881 6.717036812 6.024824395 6.929688236 6.612411989 6.387760996 6.67374944 6.927056842 6.104020249 6.633834635 6.086313562 6.719050938 6.275673298 6.197027924 6.269547264 6.258675791 5.886062097 6.319243868 6.535126841 6.569364076 6.902423651 6.417927146 5.755756413 6.094749326 5.826406262 6.381549224 6.174943972 +LQ00X021130 Hypothetical protein 6.304601549 6.069342488 7.167768841 6.744919883 6.153803467 6.153188422 5.880574897 5.836707701 6.693896793 5.655611496 6.393281423 7.272432412 5.620286807 6.029225279 5.535611175 5.47390847 6.218844729 5.964226429 5.641835041 5.425381509 5.981223314 5.855820588 5.645735263 6.225036733 6.047307553 5.963768811 6.043986228 5.398472404 5.836140687 5.887623098 5.559084357 5.049350342 +LQ00X021220 Probable methylthioribulose-1-phosphate dehydratase 13.28225447 13.24747715 13.69169292 13.08886858 13.41906241 13.44073784 13.74867438 13.37454185 13.26762765 13.14307423 13.52811902 13.20213286 13.48593498 13.53769271 13.65646167 13.44527135 12.98745488 12.79484156 12.39778008 13.48341853 13.39942934 13.37144262 14.1686335 14.4026206 12.773192 12.64677459 12.64127356 13.35968224 13.92525316 13.64807402 14.30980881 14.20307601 +LQ00X021240 Putative uncharacterized protein 13.08095463 13.17922187 12.97951698 12.86296831 12.92450913 12.73397113 12.77968797 11.91892777 13.01194468 12.90863686 13.07113653 13.00162843 13.17075796 12.6021468 12.79607434 12.23581757 12.99793025 13.27174591 12.99866431 13.21370125 13.61606954 12.47280684 13.28361916 12.96062629 12.9884808 13.24735452 13.19001294 13.04751683 13.50722795 12.63544318 13.2867121 12.85514423 +LQ00X021260 Indole-3-acetic acid-amido synthetase GH3.17 7.513235862 8.481234677 7.276912271 7.004510121 6.332479839 6.399746575 6.374456253 6.435336618 7.295750832 7.448899238 7.070546777 6.796911264 6.266389278 6.505497344 6.008501104 6.297910646 8.715924891 7.789956487 8.038531989 7.539960718 7.350582096 7.839401877 6.22152594 5.969533443 8.901167165 8.574879296 9.614037551 7.12648126 7.705501574 7.028855657 5.727375129 6.350207952 +LQ00X021340 Putative MLP-like protein 28 5.109523039 5.302061601 5.404162102 5.078106415 5.474619612 5.266460524 5.155907733 5.1589339 5.163375186 5.33460517 5.068268525 5.055764379 5.334867246 5.293571076 5.482046228 5.143814007 4.978139905 5.399167857 5.460736127 5.978266181 5.464735754 5.423066457 4.912663721 5.183413636 5.372773824 5.241953261 5.776411166 4.928834777 4.9882812 5.445923715 5.347890413 4.864645363 +LQ00X021440 Putative uncharacterized protein 5.480880649 4.898161028 5.681061329 6.971776878 5.07596412 8.291980908 8.568967803 8.041255616 5.035367984 5.066518592 5.033730062 6.996010016 5.101887692 7.971055768 8.562226529 8.134926623 4.87895135 5.022307939 5.316094817 5.190545634 4.964656012 4.992138781 4.94659902 5.056392369 5.064361014 5.247669696 5.542346763 5.749373731 5.412107085 5.08393666 5.112922715 4.80901936 +LQ00X021450 Putative Casein kinase I 13.91165518 14.06279509 14.01010746 14.14265075 14.1391739 14.05786866 14.20837792 14.32120007 13.91216233 14.06112518 14.05496854 14.21234411 14.05011164 14.33414047 14.23947032 14.52989938 13.89308775 13.735688 13.72191398 13.44479949 13.63958243 14.0612896 13.64736993 13.72174936 13.82722276 13.49968879 13.55824753 13.59988468 13.63035965 13.97781209 13.38586665 13.77642361 +LQ00X021610 Putative Predicted protein 12.54144516 12.88864183 12.25998923 11.73464087 12.17065362 12.05040407 12.19860858 12.1298472 13.08175828 13.48670361 12.48867432 11.99884005 12.37874981 12.31461911 11.98567511 12.22370411 12.20269304 11.76995991 12.19049464 11.9467514 11.6640507 11.8474195 12.17661937 11.71556295 13.02812511 11.94689353 12.47253916 11.72704013 11.06916286 11.40386897 12.22995139 11.55813929 +LQ00X021630 Phosphoprotein phosphatase, putative 6.034228981 5.747689635 6.279749932 6.024636387 5.775118887 6.030797414 5.573956873 5.49295683 6.111702639 5.57459437 6.34329947 5.866880632 5.962579306 5.686245408 6.157362985 5.624872384 6.260032585 6.271924498 6.085860139 6.101484907 6.069694265 5.722043981 5.848428306 5.597421912 6.039407288 5.962255438 6.337421828 6.339981089 5.609485162 5.884602862 5.834617375 5.855920113 +LQ00X021650 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.168456632 6.579450663 5.451368256 6.849551126 6.237017857 7.524916487 7.594154325 8.712209767 6.215642025 5.630575097 5.994738759 6.53499874 6.283565604 7.365302707 7.575474375 7.547649502 8.072123846 7.459742613 8.211256519 6.406680545 7.17864634 6.38547296 7.146161817 6.797720859 6.935249547 6.911111924 6.827127426 6.150324361 6.425415627 7.021962655 6.550113846 6.656187845 +LQ00X021720 Chromatin assembly factor 1, subunit A, putative 10.63010134 11.20363908 8.875849962 9.413619283 9.123058662 9.993176055 10.17878089 9.924085086 10.8948613 11.11018052 9.304600572 9.683278589 8.852146765 10.46033135 10.1563765 10.52943784 10.54291474 9.704026998 10.6631978 8.892104391 9.442985619 9.850218667 9.627613582 9.916214748 11.28921829 11.18381537 11.43283569 8.705095559 10.07771554 9.383930337 10.2173088 9.882857139 +LQ00X021805 Putative uncharacterized protein 4.568283551 4.66083622 4.871499995 4.812641628 5.110180512 5.154082044 4.896245725 4.836911527 4.676997665 4.745292732 4.647465285 4.912063614 4.619093285 5.114396057 4.860122381 4.815839906 4.83268433 4.660586384 4.832614878 4.572668034 5.016650127 4.952293598 4.926670396 4.844776325 4.875627683 4.676239621 4.853206318 4.789699035 4.96135335 4.862584729 5.068843359 5.459365361 +LQ00X021910 Putative Enhancer of rudimentary 5.107486907 5.266303946 5.20843079 5.28509281 5.462161359 5.153296927 5.182465003 4.784889465 5.06796821 5.273468914 5.558049583 5.174788255 4.894301075 5.090393541 5.657524935 4.805323519 5.089634744 5.444671676 5.094668468 5.090877931 5.003106584 5.385901041 5.147729067 4.864099664 5.291845574 5.195788163 5.211313089 5.706941965 5.471368341 5.741198584 5.350438412 5.042227161 +LQ00X021990 DEAD-box ATP-dependent RNA helicase 10 12.37793258 12.57256827 11.30457226 11.92262642 11.62856303 12.58723765 12.736991 12.63450408 12.64907688 12.63269119 11.99871268 12.40365405 11.74120822 12.5574452 12.76929013 12.85240043 12.89149118 12.47320163 12.70784214 11.80846863 11.80340564 12.26756306 11.94583853 11.87025273 12.76722976 12.68476971 12.46192646 12.13342079 11.55230761 12.18634324 12.02519514 11.86053523 +LQ00X022000 Putative Pentatricopeptide repeat-containing protein At4g13650 5.416306243 5.722126947 5.036849171 5.540520276 5.242639789 6.093743398 5.920875008 5.351130159 5.298601325 5.158441986 5.336767734 5.510976302 5.03326232 5.856178505 5.505827913 5.287024273 5.505960911 5.234794628 5.191468703 4.938970937 5.435689725 5.893355096 5.073762246 5.573868054 6.142955383 5.145440237 5.254004648 5.252337534 5.096884532 5.856064329 5.326014567 5.816072235 +LQ00X022290 Hypothetical protein 4.707708556 4.699573437 5.112986526 4.51493065 4.760290784 4.721605183 4.643456499 4.893397368 4.722022305 4.815005406 4.705096622 4.788016979 4.600740022 4.982542055 4.532554507 4.823750199 4.576379954 4.655845496 5.35183339 4.895746382 4.580620879 4.781850323 4.994445561 5.934802946 4.751574125 4.905771339 5.270662469 5.032599032 4.649283603 4.992077258 5.164133837 5.664785226 +LQ00X022300 Putative uncharacterized protein 6.110281629 5.891472026 5.904042079 5.851101698 5.926972153 5.572231432 6.088006198 6.22092154 5.80408332 5.760975233 5.537963167 5.911619205 5.653053116 6.013040785 5.711934493 6.081524672 5.462741289 5.668341938 5.745796449 5.82731865 5.476983695 5.78283739 6.241089443 5.059891544 5.638192183 5.707562687 5.658606057 5.358957898 5.305553668 5.592392568 5.650197482 5.023850267 +LQ00X022360 Predicted protein 6.087715644 7.06465826 5.4189401 5.87871839 6.029917993 8.66085082 8.430735134 9.434709548 5.630439174 6.098448193 5.118570784 6.017041106 5.327406377 8.545603326 8.617973314 9.15872845 8.330336754 8.545817558 8.075691202 8.243475723 6.22044284 7.577739385 9.50838354 9.710694589 7.419696713 6.643466139 6.134091378 6.001529169 5.949675807 7.574529197 10.06135682 10.39389493 +LQ00X022410 Putative uncharacterized protein 13.15529219 13.22784871 12.87603515 12.66412592 12.53708664 12.27432915 12.02154717 12.09995075 13.1007138 13.38796227 12.93057254 12.59953018 12.55596993 12.40623846 11.95609474 12.46004956 12.99863957 12.51376184 13.11571079 12.41430461 12.32782271 12.56284896 12.48086008 11.71391873 13.07449082 12.50290911 12.95431608 12.26541097 12.73769293 12.34495963 12.29160736 11.84506273 +LQ00X022420 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.51853457 10.2290155 12.15671818 12.45077967 12.65960039 12.52164931 12.73409366 13.24283982 11.078305 10.76306128 11.9875808 12.5732515 12.61647524 12.86723342 13.20356056 12.80007306 10.56574284 10.63753709 11.52178581 12.42706887 12.57372836 12.57119063 13.42598949 13.84736655 11.28296039 11.68584566 11.6400424 12.72271517 12.93561863 13.84072115 12.95499944 14.00093879 +LQ00X022440 ATP binding protein, putative 12.11615308 12.20309514 12.10363987 12.46012523 12.30452311 11.32222186 10.6134058 10.67408101 12.27928306 12.22249857 12.28836969 12.55796837 12.4598028 11.4101303 11.21600936 11.09855397 12.54127722 11.72222095 12.52215748 11.87367908 11.73409862 12.43523153 10.24838791 10.61774413 12.57729705 12.05882879 12.34893065 12.62232672 12.47951599 12.9553535 10.58845448 10.2872593 +LQ00X022450 At1g65000 6.93753481 6.543510018 6.737922334 6.458321906 6.263426122 6.381913215 6.872770594 6.376236146 6.280255808 6.158336147 6.855641618 6.552764261 6.645608346 6.355613388 6.958503249 6.436740474 6.395385044 6.770060015 7.335491023 7.34595573 6.788776648 6.365472701 6.101801399 6.276227989 6.369844617 6.478691922 7.514619162 6.889440764 6.423442328 6.524758741 6.765929302 6.852959802 +LQ00X022590 Putative Disease resistance protein RGA2 5.060181743 4.878126545 4.47836422 5.22251697 5.056252785 4.938062967 5.035503445 5.673066711 5.214638933 5.167508184 4.841070615 5.33589217 4.678047814 4.675959599 4.99923331 5.129260187 7.622902597 7.209163001 7.509247836 5.558898253 6.067929667 8.269963998 6.684897265 8.294445754 6.857077496 7.95649936 6.775339116 6.491331096 6.064312801 8.543849439 6.136699804 8.027310446 +LQ00X022600 Putative disease resistance protein RGA1 7.174105688 7.568534725 6.80773945 6.940609799 7.135803586 7.14962504 5.915284601 7.00381952 7.655851071 6.562187936 7.2672851 7.191479964 6.556828217 7.483481679 5.886895176 6.708299861 8.337906724 7.54930168 8.140747745 6.669669496 6.828078983 8.010143182 6.204164012 6.413431142 8.680211524 7.5605503 8.064820605 7.233774473 6.736564992 8.002843385 7.121937005 6.116422275 +LQ00X022620 Putative Uncharacterized sugar kinase slr0537 12.05482161 11.47603935 12.08797901 13.0262606 12.04037351 13.22150375 13.22486443 12.09252715 12.15188918 11.76717646 11.88717837 12.93648116 12.50878529 13.11040645 13.07783842 12.1567294 11.23987899 11.98549861 11.68866154 11.76136051 11.96312756 11.89504272 12.69819206 11.86041188 11.66602754 12.20153353 11.95514961 11.72978352 12.30272875 11.92550026 12.57212185 11.5613388 +LQ00X022630 Putative Uncharacterized protein At3g50808 9.213361461 9.734792702 9.82700459 10.15890474 11.02702305 14.7467825 14.3540047 13.94341686 8.998789964 9.229289524 9.749375584 10.53446691 10.51278318 14.64421679 14.26591872 14.56358028 9.461651985 10.14649056 10.05186503 10.75936413 10.81392688 10.2810247 14.11260296 13.78504524 9.139153556 9.826767172 10.24510485 10.77274299 10.40473714 12.13038636 14.147234 13.53535217 +LQ00X022640 UPF0131 protein At3g02910 10.85274617 11.30699448 8.738773934 8.025747292 8.802149469 10.10941292 10.08096313 9.892650304 10.98952668 11.95667853 9.206807918 8.869097013 8.783252947 10.08940955 10.03398276 10.1301098 13.36390066 12.25650157 12.76931732 11.59563588 10.25186625 8.950307079 10.69285854 10.20197816 12.48620128 11.11662492 11.99985853 9.366911939 8.916626364 8.546761489 10.19060225 10.3345487 +LQ00X022650 Predicted protein 13.50944783 13.12654248 13.17663986 13.2893405 12.97318557 13.95096486 13.58722164 13.4965235 13.63555089 13.25266866 13.29685583 13.13744653 13.10191528 13.72353359 13.22968511 13.19689168 13.5465213 12.98946273 13.08571913 13.14751987 13.04127997 12.73224912 13.45087739 13.22507539 13.28560114 13.06776648 12.85720278 13.13342612 12.79192205 12.91171062 13.33973676 12.65360314 +LQ00X022660 Putative uncharacterized protein 7.32900442 6.68958023 6.289030574 6.484191843 6.73604592 6.287858111 6.519300848 6.782366475 7.058981045 7.09805585 6.806637911 6.599996816 6.972550895 6.589474693 6.049675221 6.800555544 6.738457496 7.758856998 7.889943797 6.717448607 7.855321977 6.54489639 6.791114961 6.573240527 6.640324541 7.479171669 7.657834007 6.701487724 7.525742387 6.747310138 6.848873203 6.985451692 +LQ00X022670 Putative Alcohol dehydrogenase-like 5 5.520148317 5.681421305 5.567298979 5.570754431 5.803049312 5.369181088 5.431731212 5.457819763 5.420241217 5.475156882 5.598056373 5.689226195 5.763644955 5.481291441 5.848653656 5.311534855 5.32049754 5.457792433 5.215321324 5.860494298 5.615784273 5.788236609 5.661068728 5.303738182 5.498337725 5.558845725 5.359333137 5.415582743 5.786027025 5.855649007 5.129427296 5.698774056 +LQ00X022700 Putative uncharacterized protein 5.819954782 5.893480832 6.394207271 6.275024356 6.258967148 6.827424594 7.408115434 6.210803739 6.059918161 7.242330754 6.141667747 6.493309362 6.894662746 7.053038213 7.019757234 6.174060271 6.093217243 5.395453623 4.760064706 5.645661455 5.682778737 6.097835501 5.646185966 5.997014536 6.114247815 5.427036178 4.851826427 5.372199227 5.725853754 5.907571002 6.188871187 5.347082665 +LQ00X022710 Putative Predicted protein 12.7332687 12.42192384 13.00066109 12.77789319 12.70863574 13.47309866 13.53403421 13.47508456 12.5646072 12.14864768 12.92951764 12.80638535 12.63030045 13.62585073 13.4074059 13.58206589 13.26464139 13.1074788 12.76758461 13.50295423 13.26682866 12.74287539 13.77737017 13.65915986 12.80219881 12.53686078 12.55493982 13.31230965 12.96344169 12.9696056 13.81254279 13.47285464 +LQ00X022730 GPCR-type G protein 1 8.526512453 8.312451906 8.360751364 9.051593954 8.502643586 9.552387525 9.641645821 9.349926241 8.561963631 8.197508342 8.330238888 8.8781945 8.559238358 9.333238626 9.702993505 9.352771041 8.174294103 8.463002701 7.747212717 7.695776544 7.246919501 8.515133467 8.256377899 8.70792162 8.32121824 8.528699828 7.928631772 7.979614401 8.693005228 8.865580123 8.699217189 8.707999592 +LQ00X022740 Putative uncharacterized protein 11.51160724 11.99192923 11.67554838 11.4886321 10.38190559 11.83388991 12.10017646 11.3037622 11.69955758 12.37486865 12.07687125 11.57018298 11.15452243 12.27413517 11.83330403 11.55841106 12.36055913 11.23465644 12.55634915 11.66182933 11.26158426 11.31382065 12.15378177 11.32909774 12.58537493 11.80243701 12.51531366 12.08911823 11.48949964 11.64750706 11.80261373 11.28069779 +LQ00X022750 Origin recognition complex subunit, putative 5.336653001 5.496894641 6.150515173 4.79475929 6.230176281 5.002628821 4.989080138 4.878190254 5.545532612 4.999099223 6.43202723 5.010204473 6.065400374 5.380509172 4.917747218 5.017984702 5.014878341 5.446281701 5.295297076 5.308048284 5.636045163 5.270784887 6.004004667 5.23628784 5.585535008 4.957481737 5.126531384 5.050286697 5.203254859 5.649418334 5.966844927 5.964623228 +LQ00X022760 At1g64980 14.16499486 14.38553338 14.48723412 14.84031348 14.46316917 11.30889768 11.48119441 11.38156673 15.02439402 14.60371236 14.78240847 14.71833723 15.31118643 11.59453248 12.26095235 11.49106769 14.19401875 14.15029603 14.6353845 13.95561449 13.95433632 14.85456188 12.05499966 13.29427794 14.88349773 15.32939441 14.6463195 14.53469873 15.12829767 15.38614148 11.34054123 13.83783884 +LQ00X022780 Calmodulin-binding transcription activator 4 12.19067809 12.11295456 12.71722772 12.80910732 13.01343592 13.6232185 13.46702945 13.88294504 12.23376739 11.71535241 12.54059206 13.09787972 12.85650843 13.72550622 13.5096739 13.6274755 13.05984622 13.30396233 12.95840694 13.08291235 12.78231441 13.15196486 13.07910497 13.7073535 12.21602574 12.43145428 12.48999214 13.03137818 12.5711836 13.38779918 13.23562358 13.85060745 +LQ00X022800 Nuclear transport factor 2 5.705391251 5.872607465 5.480644811 6.028471415 5.539074683 5.748840659 5.931127839 5.478775767 5.918289977 6.31475002 5.854925125 6.017567001 5.768855063 6.256771741 6.317746453 6.138860998 5.440424137 5.801821513 6.170599469 6.019214252 5.718040511 5.512369702 5.393048874 5.221730383 6.253640412 6.370591666 6.064674197 5.667912896 5.940003215 5.220068509 5.883435541 5.302963973 +LQ00X022810 Histidine kinase 3 (Fragment) 12.87974537 12.86204272 12.99081249 12.86431069 13.34282573 13.20534806 13.42475261 13.90037333 13.03913684 12.61184064 12.9826246 13.14618713 13.15611247 13.26754602 13.48522763 13.84195237 14.14119097 14.38510562 14.24991211 13.74224333 13.70125367 13.68614481 13.66755256 13.78898579 13.15821659 13.29141572 13.58981396 13.40386982 13.283636 13.48858576 13.614402 13.96144484 +LQ00X022920 Superoxide dismutase [Cu-Zn], chloroplastic 14.68599475 15.22122744 15.06168606 13.11455913 14.40903221 11.95629991 12.49002058 12.29185563 14.25744423 13.60456631 14.69563193 13.85249682 14.36623561 11.80681824 11.44873893 11.64812893 14.46009841 14.45334883 14.33694522 14.77121767 14.97080964 14.06024016 14.22507783 13.63745996 14.72612616 14.59009434 15.18298442 14.77063997 14.5484317 14.38619804 14.37718012 14.23184566 +LQ00X023010 Putative uncharacterized protein 6.067183448 6.449242134 6.408216158 6.150852642 6.67207733 6.790331407 6.48414903 6.4124044 6.258562216 6.523686781 6.772949211 6.425858826 6.58337748 6.669575163 7.260651886 6.628563838 5.89136544 5.878334724 5.979212891 6.628839124 5.322757275 6.472547225 6.022056928 6.888736456 6.062779846 5.715606949 5.351207269 6.562098789 5.480671271 6.456980314 5.528240524 5.98756139 +LQ00X023090 Auxin-induced protein AUX28 5.344408858 5.439198972 5.420451652 5.309219515 5.413694342 5.2277692 4.792435925 5.015089451 5.382740481 6.296300874 6.218134727 5.055828364 5.467890556 5.071058354 5.960056379 5.378293207 5.430433612 5.583635604 5.139430899 6.273181602 5.469432194 5.436682433 5.0827059 4.994151366 5.887333225 5.6534831 5.346092897 5.117158138 5.709544567 5.08090629 5.714516132 4.841137502 +LQ00X023100 Auxin-induced protein 22D 11.2778689 11.58788311 10.98237182 10.67530571 11.14668335 5.614218309 5.605925565 5.979399475 11.29937131 11.29035683 11.19408082 9.996759384 10.43315735 5.763541059 6.525320091 6.483144912 11.65142553 12.27293308 11.12420094 11.61781067 11.7257947 11.03840748 5.814464466 6.543213789 11.42556897 12.02639386 11.10324756 11.04680873 10.9232044 8.1606114 5.663714439 6.361113362 +LQ00X023110 Putative Protein OSB1, mitochondrial 11.21678762 11.00274815 11.46695975 11.36852609 10.70651049 11.03410716 11.55528415 10.36166035 11.15912171 10.89779285 11.40612449 11.23825825 11.10643137 11.27684445 11.35324259 10.94054823 10.21811111 10.39139912 9.792255179 10.82416468 11.33017432 10.32522058 12.08490402 12.06223373 10.5726852 10.80475469 9.905624687 11.07907769 11.38374316 10.53555053 12.09857309 11.93544295 +LQ00X023120 NADH-ubiquinone oxidoreductase 24 kDa subunit, mitochondrial 5.37788656 5.688125005 5.640733104 5.998258967 5.593676822 6.467278275 5.855314683 5.800626046 5.955433886 5.755017813 6.078329294 5.858778977 5.707790144 6.359764643 6.405354544 5.803550009 5.469482871 5.384898444 5.086077953 5.613907927 5.887583688 5.348394641 6.212402852 6.299667208 5.866781899 5.522023157 5.755572565 4.763137682 5.599516557 5.358087489 5.717733172 5.63984513 +LQ00X023130 Transcription factor UNE12 10.78377841 11.12242214 11.16398296 11.12764904 11.10633425 11.65806657 12.06270531 11.85652619 10.73672977 10.81518279 11.20835471 11.42331965 11.17922941 11.92333236 11.4724776 11.86883971 11.14423974 11.81538023 10.34687824 10.9516786 11.17687405 10.97847932 11.92890274 11.75710271 10.95226535 11.34263232 10.32481504 11.06470758 11.13248727 10.67309601 12.03363355 11.73437408 +LQ00X023140 Indole-3-glycerol phosphate lyase, chloroplastic 5.718872437 5.183133077 5.127578378 5.325830452 5.372520718 5.732096499 5.260612892 5.401964816 5.640993887 5.389273782 4.974420179 5.487189777 5.822343535 6.008656395 5.512241226 5.587562614 5.144621797 5.247454223 5.609590519 5.035829237 4.99803631 5.262463959 5.635726151 5.014564391 5.263142991 5.51134933 5.707221559 5.930171478 4.97204258 5.178356983 5.211556526 5.208098136 +LQ00X023160 V-type proton ATPase subunit F 6.349098324 6.514532127 6.594700889 6.644351661 6.241616226 6.67447819 6.116114271 6.531691616 6.973523262 7.511584654 6.371642833 6.983901342 6.624186914 7.070598718 7.07887746 6.204420862 6.382310526 6.43225494 6.889379696 6.525817514 6.34521082 6.875431755 6.307790644 5.77122877 6.8733697 6.520937311 7.364186171 6.330648773 6.298790286 6.648494341 5.955804761 6.203938202 +LQ00X023170 Putative Light-inducible protein CPRF2 5.195834789 5.220751841 6.304641291 5.53516464 5.531405121 5.702753919 5.686710364 5.276373734 5.434756618 5.239530327 5.406775123 5.726070817 5.75770465 5.181083455 6.058255092 5.3803761 5.517201043 5.249342813 5.196972731 5.39473101 5.321244366 5.282342017 5.189646583 6.197926588 5.426615021 5.228197123 5.306966186 5.547816421 5.480845799 5.20755029 5.627051015 5.048526537 +LQ00X023220 Interferon-induced guanylate-binding protein, putative 9.423677429 9.095236766 10.03877881 8.390864555 9.224983715 8.349605866 8.113778564 7.70011559 9.056044725 8.690101741 9.281820826 8.376672951 9.455942262 8.547877756 7.390893803 7.339503478 8.527373793 9.318372978 9.67866684 9.202472596 9.757473159 9.001590444 9.165283358 9.496064344 9.257806795 9.159868475 10.353249 9.247564422 10.19785889 9.017349189 9.128457602 9.482253692 +LQ00X023270 Histone H2A variant 1 5.007286142 5.13191691 5.837831757 5.549334381 5.54332286 5.604930133 5.378561251 5.463078638 5.613612763 6.719716336 6.157245017 5.362461222 5.864436076 5.247289056 5.824999658 5.277709513 5.170788958 5.515611884 5.404525792 6.419581679 5.487905301 5.382599237 6.954031066 5.547861535 5.665333404 5.68886708 5.320588101 5.695612217 5.681804405 5.14618517 6.293364009 5.944583456 +LQ00X023280 Predicted protein 4.746063109 4.873389352 5.056597173 4.478515959 4.881796689 4.565802974 4.650885696 4.623098254 4.894316589 5.101644576 5.026370165 4.669066447 4.633302061 4.474914766 4.845194082 4.582450409 5.231542808 4.858645681 4.754609036 4.86573875 4.740288865 4.827828447 4.780296823 4.771232721 4.961700847 5.115651321 4.834824578 5.717122546 4.625419892 4.500001187 4.404892453 5.332948288 +LQ00X023290 Predicted protein 10.8820763 11.00774307 11.09777348 10.1053279 10.55838207 6.147809611 5.761615692 5.909565236 10.71945454 11.0125159 10.90172239 9.932199083 10.98311179 6.363034529 6.326044421 6.561193346 10.51475464 10.49110217 11.60721569 10.6964848 11.02876449 10.88877991 5.497038406 5.342571093 10.96202904 11.18318878 11.7255838 10.92796052 11.45092901 9.361121152 6.22574657 5.634428923 +LQ00X023310 Predicted protein 5.775031882 5.593121433 5.677587499 5.951024739 5.863606473 5.922534858 6.075672004 5.95861466 5.537033669 5.819426756 5.928774213 6.139945888 5.827801571 6.030102664 5.952929947 6.166586759 5.669612779 6.041103584 5.750256684 5.568836275 5.642100192 5.768228131 6.129141747 6.042908392 5.792227245 5.451203368 5.563279942 5.802429776 5.138986463 5.567442018 5.831865565 5.656921693 +LQ00X023330 37 kDa inner envelope membrane protein, chloroplastic 11.79823329 12.01938569 12.32206105 13.09820946 12.29145974 13.75135854 13.98487992 14.06903261 11.94668205 11.60174227 12.2305923 12.68273087 11.92583163 13.69457157 13.65736138 13.71770177 11.54313259 11.78540188 10.53166867 12.55061008 12.12515249 12.43674084 13.22831446 13.20359556 11.47144951 11.65614645 10.32826324 12.72412111 12.43822162 12.91106064 13.23598128 13.1852708 +LQ00X023340 Putative uncharacterized protein 12.09389147 12.21679753 11.84771895 12.39464705 12.01440656 12.88767966 12.68903132 13.01829945 12.44843045 12.54372546 12.13667036 12.90629916 12.07704498 13.00724439 12.80060934 13.1553938 12.13903201 12.26087021 11.9823151 11.88615935 11.40211851 12.26835439 11.39720308 11.87306782 12.15195198 12.20627363 12.01073853 11.97722201 11.41790156 12.29676103 11.59371368 11.81544958 +LQ00X023370 Hypothetical protein 5.622490107 5.367623957 5.273194389 5.876746377 5.422237954 5.285742854 5.279712012 5.338072965 4.99530151 5.374924482 5.640328625 5.382789892 4.855286367 5.391747826 5.069498464 5.075993203 5.607788624 5.531639672 5.688258705 6.073937963 5.618672721 5.451908555 6.105132742 4.784894694 5.585634596 5.412349094 5.323130985 5.87498935 5.577708484 5.291121903 5.820171826 5.46273087 +LQ00X023400 3-hydroxyisobutyryl-CoA hydrolase 1 10.59722925 10.99197936 10.55407846 10.97993903 10.63169956 11.32637137 11.54131095 11.12471335 10.64295984 11.07266171 10.75608284 10.85196862 10.8123949 11.35933726 11.27953776 11.02616437 11.24446083 11.62631515 11.09415419 10.71740231 10.38688853 10.6139668 10.88428181 10.95102925 10.57845941 10.92583948 11.05050982 10.60453897 10.6308532 10.94948893 11.23705283 11.07520533 +LQ00X023420 Putative Centromere protein V 9.652794234 8.7359746 8.824779038 10.26044783 9.67280946 10.92309306 11.06631366 10.92657839 9.164027857 9.049125695 8.861568155 9.99232524 9.128006819 10.41234342 10.92339878 10.50758606 9.937701489 9.71764825 8.805651882 8.266700088 8.101254638 9.330783871 9.893817495 8.834301301 9.506763338 9.303814045 7.94092323 8.523339129 6.769609779 9.661565332 9.636631446 8.550804841 +LQ00X023430 NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial 12.38579074 12.92661083 12.47000872 12.10196148 12.22787418 12.1331476 12.19179365 11.85357703 12.34737803 12.7633045 12.25934986 12.15435991 12.5859022 12.25726107 12.19902409 11.96297785 12.53305473 12.45975788 12.3892321 13.26935986 13.4680295 12.22191317 12.95981188 12.72418088 12.69322604 12.53781549 12.92260231 12.99011774 13.98768421 11.6774569 13.24450449 12.6950297 +LQ00X023520 ER lumen protein retaining receptor 5.393075939 5.23366894 5.616374659 5.770367554 5.598726687 5.982461058 5.227419279 5.683768765 5.717990475 5.947068518 5.684525211 5.589403399 5.179755045 6.062295581 5.779038949 5.601414733 5.658218316 5.544684398 6.126857193 5.658792485 5.191515876 5.180228888 5.37452081 6.447912666 5.392192378 6.339151908 5.085461804 5.509372577 5.001535194 5.376071605 6.003952168 6.429203081 +LQ00X023530 Exportin-1 9.921383661 10.09653463 9.439191729 10.39457476 9.571023958 10.54417174 10.54710986 10.25575522 10.06986661 9.77776199 9.574837639 10.31024734 9.493723409 10.53061423 10.17280486 10.04840262 10.21475633 9.788789655 10.58094608 9.45694043 9.067552436 10.21815595 9.761198754 10.13219289 10.68970815 10.54488319 10.84114616 9.742902948 9.624831048 10.47224118 9.884529453 9.646644615 +LQ00X023540 Anthocyanidin 3-O-glucosyltransferase 2 14.54505882 14.2286235 11.01447407 9.114173088 9.520074223 9.354958138 9.088476858 8.428886238 13.66741443 13.80652882 11.01285095 9.629663319 9.31528371 9.802709213 8.882773716 9.052194033 14.0391461 12.95530074 14.00088081 10.499754 10.49852413 11.44231655 8.569636077 7.642479469 14.52803956 13.13521708 13.61945764 9.418713381 10.15319088 9.178819083 9.160731999 7.501830068 +LQ00X023550 ADP-ribosylation factor 5.554783485 5.028850703 5.234332782 5.493829564 5.368631319 5.263515743 5.873815423 5.488377597 5.970833386 5.672201751 5.338840651 5.488572485 5.562352749 5.53054365 6.297823393 5.419340162 5.555899952 5.716010482 5.64038665 6.082019793 5.674139602 5.481892037 5.829641322 5.240641172 5.235243103 5.291196844 5.533425394 5.960058285 5.873879217 5.574028759 5.832779315 5.85900962 +LQ00X023610 Hypothetical protein 5.616015494 5.263285425 5.880339165 4.358069896 5.633771111 4.821115207 4.545287975 4.747882863 5.292102115 5.03565282 5.216599278 4.546897918 5.234648914 4.944358606 4.716843885 4.790937185 4.887777737 6.051832228 5.907639731 5.290807395 6.032419447 5.305748664 5.380812056 4.667406603 5.571253348 6.008090227 5.756533974 5.200192159 5.81902323 5.228255443 5.063533037 4.967618083 +LQ00X023880 Hypothetical protein 10.12453233 10.14426773 10.25093191 8.71743465 10.16635095 6.685219341 6.221141618 8.082564455 10.54324187 9.848715503 10.81288195 9.068005815 10.56418747 7.094395576 5.904465637 7.971273103 9.795984348 9.702738385 10.68703112 11.48354812 10.75817998 11.02641921 7.297347696 7.413156454 10.29489086 10.56298079 10.93268664 11.31965748 10.60765242 9.522824825 7.888024578 7.70596785 +LQ00X023890 Katanin p60 ATPase-containing subunit 5.698030942 5.406839903 6.328858906 6.018887962 6.064115212 5.499589788 5.641232806 5.454816278 5.666503834 5.999603196 6.301075325 6.080809741 6.280786677 5.728989957 6.21976308 5.582571793 5.15187789 5.58140523 5.234918912 5.736068226 5.876118597 6.072393882 5.829254606 6.002616067 5.480423146 5.723976509 5.233656473 6.071098085 5.957922743 5.992497943 5.675529012 5.469577848 +LQ00X023900 Putative Aspartate aminotransferase 11.71854673 11.49427527 10.61392429 11.60741559 10.56211966 13.66193805 13.46380259 13.30751476 11.78775068 12.02531046 10.72544218 11.78519879 10.80122157 13.58372765 13.20097283 13.170308 12.70883184 12.00454651 12.58497609 11.57953823 11.09955239 11.6740214 13.33439437 12.90208117 12.33421817 11.58373192 12.23646979 11.93752274 10.39958449 11.83723325 13.00903337 12.50552916 +LQ00X024020 D-glycerate 3-kinase, chloroplastic 12.00725604 11.13106931 12.55402254 13.03570999 12.14150426 13.14635517 13.21016752 12.76608441 12.01607421 10.96850435 12.2141289 13.05186192 12.48777567 13.567042 13.32883159 12.92815984 10.94519587 11.18742595 9.874998057 11.76129521 12.35279304 10.76292601 12.52257541 12.47565165 10.69529334 11.19621389 10.11174982 11.86779894 12.26608602 12.00506643 12.51122699 12.29636904 +LQ00X024070 Hypothetical protein 6.476212393 6.168503795 7.075535035 6.421613955 6.521387443 7.143163329 7.457735167 7.826485667 6.426420466 6.619618083 7.046748971 6.696645433 6.479541414 7.375201156 6.709445203 7.69207892 6.889167563 6.359119625 7.082225511 6.747077433 7.064172669 7.169342127 7.620030828 7.775961895 6.122621942 6.518085553 6.823298933 6.207942157 6.597174045 7.192755739 7.473129455 7.392661715 +LQ00X024170 Hypothetical protein 5.013056545 5.01280837 6.508056874 5.06255842 5.314935265 5.095654377 5.192797299 5.788049517 4.956917726 5.019446678 6.742149808 4.891292126 5.28223109 5.449923427 5.054717905 5.535820841 5.913232412 5.313323444 5.143655963 5.137154514 5.095120828 5.265729517 5.468928125 5.115728552 5.892544005 5.371055322 5.243051727 5.369080323 5.218246895 5.610470203 5.608344893 5.416399123 +LQ00X024220 Cleavage and polyadenylation specificity factor subunit 1 4.748577736 5.059181152 4.961085814 4.514849432 4.824658222 4.594439413 4.752533955 4.512594029 4.778378098 5.008319963 4.898783897 4.630640328 4.756885229 4.555165261 4.581682728 4.562207326 4.893271724 4.731340979 4.686209476 5.036661187 4.745844019 4.57405225 5.040751261 4.711522245 4.545276926 5.007443481 5.005856182 4.824528527 4.703733049 4.582288349 4.853420753 4.855791293 +LQ00X024270 Putative Probable disease resistance protein At4g27220 7.24373682 7.230851697 6.074082911 7.094222604 6.424376281 8.227688545 7.571634011 8.029709375 6.70819498 5.893670662 5.797696398 6.99015947 5.442035238 7.966380145 7.225035148 7.329629985 7.942606438 6.864679349 6.617583215 5.308165878 5.868205532 6.048125342 6.603050858 5.790585201 7.278719294 6.906594522 5.95899237 5.798772464 5.480717092 5.677951986 5.372733645 5.57967579 +LQ00X024280 Putative RNA-binding protein ylmH 6.05152123 7.110585518 5.382794675 6.557100183 6.404382516 6.398837851 6.584110707 8.131289077 6.288939276 6.881977414 5.61475112 6.884627994 6.663845059 6.214493605 5.861548522 6.460196552 5.798757709 6.226054343 6.093302638 5.940244596 5.746449671 5.899104419 5.277963208 5.836101471 6.362325496 6.414908114 6.192969989 6.160773828 5.596092358 6.266812821 5.240776846 5.424679465 +LQ00X024300 Predicted protein 10.16123158 10.38673272 10.48528933 10.50865494 10.87085334 9.584582258 9.577396499 10.1984046 10.10392429 10.44914096 10.13047414 10.30058933 10.33546467 9.615513074 10.17138291 10.06587482 10.61784435 10.20467858 11.40261409 10.41321048 10.1890164 11.46121348 9.29163616 11.40462498 10.74868858 10.61035473 11.75991074 10.7113734 11.020969 11.65368331 9.761434622 11.60013596 +LQ00X024310 Acetylglucosaminyltransferase, putative 7.094670875 5.375764126 5.5586714 8.000256303 7.076889046 8.349351002 8.133517006 8.138926921 6.914812319 6.183074484 6.428429609 8.777810097 6.628033101 8.303000633 8.3345603 8.789863586 5.479096061 5.741588527 5.717972184 5.892569466 5.877052673 6.97251034 5.022616414 5.298524035 6.5226202 5.556534948 5.814542367 5.216004975 5.699061113 8.27944211 4.939525052 6.207261253 +LQ00X024320 Protein SPA1-RELATED 3 5.839228011 5.766505339 5.785824153 6.421289707 6.447443277 5.817380692 5.551464619 6.226962816 5.782022696 5.477768381 6.272563644 6.439585482 6.521364546 5.305179217 5.765258399 5.833006303 6.132512674 5.823217334 6.255400236 5.761573092 5.832129174 6.356798617 6.161340647 5.583434289 5.574782431 6.434874607 5.867728384 5.960965126 6.11367474 7.1312033 5.939633388 5.684331006 +LQ00X024330 Predicted protein 4.937808529 5.297544651 5.261783047 5.229375943 5.002412439 4.952532319 5.448786557 5.375751458 5.023471381 5.149850596 5.308821079 5.216694941 5.02291869 5.003148479 5.301723926 5.477129232 5.096045439 5.230733365 5.400492454 5.157149286 5.178123505 5.339200608 5.227923686 5.035671736 5.028808907 5.465565467 4.853953178 5.357334734 5.522753983 4.860529803 4.96753993 5.229767636 +LQ00X024370 Metallothionein-like protein type 3 6.869229333 6.59149151 5.99200797 6.676996592 6.860295392 5.908881724 6.240940562 6.396789702 6.735122948 6.134977562 6.681175599 6.733612954 7.367600319 6.615056991 5.828688921 7.084114406 6.711715581 7.208119725 7.066607573 6.891071562 7.147769787 6.724355849 6.114719639 6.73371313 6.198910744 6.943453619 8.021298347 7.559581875 7.42156313 6.657096866 6.913470143 5.392374573 +LQ00X024380 Putative Probable ubiquitin carrier protein E2 25 5.150352676 5.249269395 4.997805492 5.126408391 4.777512288 5.425039859 5.186293928 5.168759713 5.155405754 5.278603545 5.783137956 5.258354521 5.503796708 5.294472453 5.366784013 5.398734194 4.852923451 5.040797911 4.96798245 4.84699829 4.664931237 4.710119993 4.854550602 5.090708108 4.730470906 4.844241483 5.138415754 5.277402182 4.822653189 4.79871928 4.85605232 5.498370672 +LQ00X024400 Putative Predicted protein 7.417559144 7.447850797 7.532761113 8.728201224 9.154202986 9.632611147 9.850030139 10.84811361 6.61172881 6.46250953 6.786887746 9.126568262 7.471752401 9.758393699 9.970569652 10.52371006 10.91929949 9.370737483 9.71609311 10.56187998 8.249491528 9.214609005 10.74932586 11.19582227 8.896610772 7.028241325 8.595666243 10.6524594 7.852547228 9.849566154 10.61423976 11.4391348 +LQ00X024440 Hypothetical protein 11.24580742 9.376309936 10.53677926 10.94181779 9.593279116 11.4874006 11.05886763 10.61170076 10.37584761 9.169828281 10.05394864 10.50801069 9.336391107 11.00413815 10.31292536 10.18590432 10.37121155 10.30005911 8.517751483 9.659236962 10.23278454 8.669332388 9.707555418 8.35387842 9.431699382 8.649838241 8.468763243 9.032048151 9.470122153 8.575427677 8.313281125 7.928162021 +LQ00X024550 Nucleic acid binding protein, putative 9.736912193 9.690213649 9.091159792 10.9650536 9.247893483 11.38291691 11.52148448 11.78088304 10.16845618 10.20484235 9.64198892 11.38727333 9.907981956 11.45412328 11.50699453 11.93373656 8.057443376 7.643110281 6.082081948 7.065255719 6.766099771 8.361374311 6.495403874 6.844081343 8.586541254 8.458350767 6.574444411 5.304809084 6.743735206 8.489236057 7.188444945 6.745639197 +LQ00X024780 Hypothetical protein 5.835601757 5.881432773 6.14434046 6.006330471 5.494612821 5.735945167 6.214430768 5.683904217 5.593759454 6.093089086 6.043281167 6.016441376 5.773965892 6.183855203 5.807601851 6.231631952 5.610036814 5.73196015 6.053916005 5.814522007 6.58043903 5.474741204 5.907963974 6.692299128 5.122417542 5.363262263 6.342586014 6.041053388 6.134537949 5.495637538 6.470799817 5.208246895 +LQ00X024790 Nibrin, putative 5.284657137 5.469356608 5.292902398 5.304349141 5.337203316 5.971181615 5.462785658 5.93819102 5.812873098 5.397027491 5.594550397 5.524798075 5.642068777 5.916287616 5.724897876 5.607120221 5.217398532 5.124944377 5.352490212 5.187480424 4.735334439 4.959891898 5.282944804 5.092626935 5.23999662 4.906500485 5.182874135 5.167967476 4.512065247 4.840873695 5.27654164 5.080876819 +LQ00X024920 Hypothetical protein 5.769324306 5.149348554 5.243077384 5.687163323 5.416625923 5.52717663 5.345213403 5.512399141 5.513076777 5.17351925 4.868872279 5.485413729 5.708195893 5.387053001 5.179418736 5.223343505 5.734532995 5.778100993 5.765130683 5.53327093 5.222504803 5.335021795 6.075627372 5.58512412 5.586388575 5.568931247 5.516391577 5.617900675 5.362554334 5.224099207 5.905903204 5.967254957 +LQ00X024970 Guanosine-3,5-bis(Diphosphate) 3-pyrophosphohydrolase, putative 5.685493649 5.401029719 6.497950973 5.795782665 5.90845258 5.524539121 5.803166182 5.78374862 5.207597918 5.660149092 6.467193927 5.686489706 6.237190924 5.93765923 6.336906799 5.808121183 5.564316531 5.683692679 5.62782042 6.251442822 6.650972032 5.88505928 6.391793 6.107119217 5.354143836 6.027384706 5.793088973 5.872804984 5.992654725 5.722045493 5.736365493 5.767862 +LQ00X024990 Beta-amylase 8.074665646 9.302225315 6.582907922 7.330322201 6.858337358 5.4324232 5.505991577 5.347217304 7.684660482 8.785675637 7.019011764 7.308381492 6.841108049 5.307838682 5.211645847 5.405664857 9.797985512 10.7614083 10.87131605 7.452364295 8.635606338 8.780693004 5.636332247 6.59890922 10.72765343 10.53720384 11.98405319 7.175876292 8.918245493 6.726046856 5.765322843 5.62806437 +LQ00X025080 Putative uncharacterized protein 5.721052735 6.512602814 6.495031232 5.615798886 6.177903895 6.185095081 5.846964415 5.38440825 6.098064229 5.763667127 5.727855083 5.464417183 5.60270217 5.899644362 5.638102662 5.730255377 6.655838169 5.843603128 7.348897043 5.941363529 6.619457085 6.529890008 6.058961577 5.565217124 7.265232986 6.170851878 6.616128912 6.360776978 5.523399502 6.823553393 5.705491546 5.24700704 +LQ00X025090 Putative uncharacterized protein 12.36874084 11.92623384 12.47560308 12.04393657 12.12097739 12.06706492 12.12475071 11.79979325 12.49664193 12.9860819 12.59432178 11.83473084 12.35638928 11.9266283 11.96459025 12.14855751 13.11338696 13.23597878 12.79933556 13.07795391 13.05416259 12.46611239 12.85491727 12.61514696 12.90025614 12.86947262 12.74117234 12.81230556 11.89407447 12.15903788 12.76087768 12.57282362 +LQ00X025100 Hypothetical protein 5.112202785 6.300557716 4.622680938 5.990551085 4.859024964 5.141505858 5.348799955 5.485052923 6.444903606 6.310094073 4.831693674 5.915490364 4.869169656 5.546259078 5.207109937 5.274600941 7.113035598 5.606634281 7.683707251 4.819302002 4.587704394 6.383090739 4.719812629 6.295848902 6.665860214 6.193647662 7.124034265 4.85819342 5.705273241 4.960216357 5.519598798 4.889274752 +LQ00X025110 Putative uncharacterized protein 11.863741 11.84468571 11.7621048 11.91239415 11.76168625 12.99367406 12.71793422 12.80011974 11.4955327 11.70200768 11.79480624 11.96476645 11.67391329 12.76556825 12.71098415 12.71096136 11.74878503 11.86889933 11.38014926 12.16280531 12.24102418 11.69158765 12.90878204 12.35613391 11.4109631 11.31726909 11.32650542 12.1823252 11.8997811 12.10439686 12.90352294 12.26326274 +LQ00X025120 Predicted protein 5.134327161 5.647254516 5.281559405 5.287573071 5.339792197 5.076032687 5.703407326 5.750380161 4.747864344 5.41934583 5.605282645 5.852367606 5.471839701 5.502654022 5.891504286 5.547363004 5.400423839 5.566939377 5.175454675 6.230017873 6.224244335 6.070035254 4.584059295 5.073892194 5.603999409 5.986690261 6.264001726 5.149357953 5.444379453 5.868439865 5.372587993 5.822062183 +LQ00X025150 Putative uncharacterized protein 13.82529301 13.39271817 13.74387686 13.90824572 14.18075924 13.79157732 14.27564735 14.33574334 13.7443277 13.77639642 13.47993877 14.18801598 13.75711959 13.99596329 14.270687 14.44091428 14.32345462 14.93714514 14.37858998 13.9500276 14.39334029 13.96613384 14.92239197 14.5587171 14.5545569 14.06485258 14.42089646 13.97017543 13.9912124 14.24774567 14.98566937 14.91437169 +LQ00X025160 Putative Probable 26S proteasome non-ATPase regulatory subunit 8 13.36883697 13.89638459 13.20029935 12.67890238 13.24375339 12.60708591 12.52241723 12.244965 13.75167306 14.18103566 13.4629569 13.08262417 13.46167867 12.76175468 12.45267553 12.27802178 13.6678311 13.87678932 13.78948656 13.48049729 13.5289841 13.72125727 13.20944423 13.32125461 13.98683965 14.19199702 13.99774684 13.42531632 13.96491336 13.2997613 13.36105146 13.33394521 +LQ00X025170 Electron transporter, putative 13.44153608 12.88860198 13.84191697 14.42130592 13.22117686 15.25662179 14.95083295 15.06809678 13.30639782 12.6609626 13.52180484 14.32639357 13.41571548 15.47129089 14.88488717 14.79307926 12.72829244 12.62524587 11.75873029 13.39291939 12.98063548 12.7763878 14.08277221 14.10144158 12.82217548 12.43223383 11.80936051 13.43767749 13.06526877 12.19648467 14.74104295 13.75104823 +LQ00X025180 Putative uncharacterized protein 9.585727745 10.0790974 9.065070215 9.445083979 9.311855178 10.81522853 10.31701751 10.42005035 10.13483051 10.37596882 9.5461894 9.622772994 9.538550686 10.92496261 10.39667516 10.79137339 10.42929108 10.41455733 10.95157465 9.842127438 9.650663566 8.952066785 10.92251915 10.16435461 10.4501099 10.198162 11.02563713 9.537252958 9.259252912 8.947888312 10.81158366 9.780019337 +LQ00X025280 Probable xyloglucan endotransglucosylase/hydrolase protein 23 5.975468266 6.833994275 11.50840382 12.62044553 13.25158552 11.07310118 10.40710727 12.12353591 7.073308026 5.892976072 11.5811136 13.55599996 13.09472763 11.35761881 11.43194042 11.66866091 10.56464387 9.295502437 10.06823376 11.53501904 11.93109501 12.20280625 11.55247976 11.74467654 8.013720253 6.883981044 8.11823513 13.07027987 12.03667005 14.21767067 11.07983487 11.85824385 +LQ00X025302 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.915458684 4.78750069 5.03494911 5.007038481 5.261411355 5.245607673 5.149660663 5.022458848 4.891532416 4.859397464 5.242638167 5.185808094 5.14180752 5.333375414 5.117918529 5.725560518 4.965210428 4.598975139 5.352405581 5.22977538 5.312214614 5.13760308 5.644380507 4.982656056 4.697370036 4.977591103 5.216443731 4.908393363 5.075009519 4.978054366 5.119734422 5.387327317 +LQ00X025380 Putative GDSL esterase/lipase At1g29670 13.43356342 14.40888553 10.88695913 8.981654672 9.621864672 5.495019966 5.055907255 4.840273545 13.52910171 14.06803692 11.4377219 8.9922419 10.32886255 5.05499485 5.122306457 4.961212409 14.01039506 13.59238253 14.12253478 10.50830728 11.73302344 11.53797196 5.141896064 4.991114789 13.75591157 13.51212194 14.06657394 10.38491933 11.28054185 7.83613024 4.668422302 5.045649937 +LQ00X025390 Predicted protein 10.94807529 11.07882294 10.41907301 10.70592741 10.38582647 10.83661518 10.65838894 10.73816275 11.15529563 11.38296039 10.69170111 10.80006621 10.73038364 10.90917402 10.63692261 10.97814724 10.81318897 11.03958646 10.56622939 10.07030869 10.65196087 10.66000653 9.991237716 10.33627982 10.83963046 11.37628142 10.54802197 10.54289331 10.37240545 10.56323962 10.08916242 10.56223343 +LQ00X025400 Putative uncharacterized protein 6.04370743 5.879873281 5.825180416 5.884116135 5.572745846 5.793578169 6.012380054 6.02666145 6.054694673 7.088711896 6.246916537 5.792229886 6.099773782 5.817271458 6.438075611 5.566054231 5.554030742 6.661030801 6.300982522 6.691284185 6.697592772 5.814482018 5.84617254 6.448717627 5.844254379 6.716145117 6.605230241 6.232731766 6.276199338 5.871678091 5.961590801 6.255329313 +LQ00X025420 Predicted protein (Fragment) 5.274721105 5.355584666 5.454188865 5.091017226 5.482676124 5.121206154 5.176958712 5.096337867 5.230466737 5.35824059 5.112384634 5.158148817 5.639349378 5.045598153 4.994182824 4.980505547 5.437132389 5.145408235 5.385754485 5.028323615 5.152375493 5.348179257 5.665586806 6.168624907 5.468993942 5.076075057 5.298828721 5.050214589 5.019732273 5.524933825 5.443198715 5.282134219 +LQ00X025440 Hypothetical protein 7.554856627 7.86524393 6.464684391 6.455456895 7.150783667 6.27497574 5.284608246 5.64648448 7.758552531 7.179820704 7.369797079 6.779497905 6.302598932 6.428549363 5.255506758 5.874893697 8.692615906 7.607886394 7.422724572 6.783019081 6.80361492 7.477000426 6.755072431 7.306371396 8.532397025 7.239658406 6.970762798 6.429891429 6.545278738 6.752600576 7.168833058 6.213348301 +LQ00X025490 Probable mannitol dehydrogenase 10.27984162 9.445534072 11.54546253 11.22891666 10.93553187 11.00671917 10.51778456 9.538827742 10.00684823 9.084571907 11.14142403 11.47113485 11.20467561 10.83014618 10.58618419 10.0325843 7.443586945 9.081707923 7.387201924 10.18783691 10.60944327 9.55973118 10.26315421 9.805663001 7.895967175 9.113879664 7.790254586 10.92100684 10.71988002 10.71314021 10.08168127 9.893379442 +LQ00X025590 Putative RNA-binding protein 38 12.59509395 12.69513173 12.03353302 12.77407753 12.40767449 12.10093732 11.43756131 11.80012171 12.90820927 12.53187967 12.60827103 13.2124181 12.90878381 12.15751871 11.72986466 12.30903225 13.11652651 13.27655005 13.07449358 12.80342575 12.67726643 13.21083605 11.54702316 11.78328921 13.50735248 13.42260132 12.96169787 12.99847332 12.70441529 12.98982617 11.36133208 11.79215711 +LQ00X025710 Hypothetical protein 5.413162145 5.175117897 5.256853276 6.123899475 5.591123099 5.294941479 6.080182236 6.026867431 5.151243218 5.171765123 5.776467144 5.916410366 5.600717568 5.529763652 5.618567695 5.735334853 5.494965511 5.56280132 5.507942649 5.092140842 5.277938723 5.449443622 5.858994214 5.275518622 5.150356533 5.207176795 5.717602204 5.289568183 5.257054003 5.239529879 5.705005534 5.198431378 +LQ00X025750 Putative glutamine amidotransferase-like protein RP404 7.743030116 8.555428506 8.895768368 8.630703653 8.438757943 7.1398314 7.460271924 7.538219921 8.038354203 8.507184889 8.505569169 8.556032436 9.138159166 7.429073722 7.863124595 7.205116464 8.278441657 8.163482826 8.559540162 8.332239182 8.655794041 8.299569483 6.596039783 7.557390285 8.051154603 8.317896747 8.643071423 8.594255138 8.873561872 8.349894551 6.569729575 8.400234702 +LQ00X025830 Exocyst complex component 5 11.76960687 11.99016245 11.72253776 12.22119031 11.6401765 12.55968173 12.59598518 12.79712766 11.80464552 12.10732657 11.90881946 12.33089495 11.89939414 12.57940973 12.55276883 12.66814918 12.23177398 11.158726 11.61236802 11.63700256 11.65604363 11.85995386 11.91237198 11.48050029 12.30690377 11.20147171 11.48731686 11.64296527 11.76442357 12.00731726 11.96220629 11.4684102 +LQ00X025880 Putative uncharacterized protein 14.96288383 14.56188209 14.0084664 13.88514218 14.21395727 13.87235831 13.09445449 12.7181852 14.77433937 14.54929103 14.54110991 14.14380781 13.81899988 13.43870667 13.36339579 13.22913662 13.06569727 13.53951021 13.17644159 13.98783696 13.09383328 12.7529503 11.84469296 11.48785471 13.9631331 13.44955582 12.76318386 11.63845035 13.55560508 11.43422587 12.62410319 11.6561799 +LQ00X026010 RanBP2-type zinc finger protein At1g67325 4.614067094 4.926246426 4.738971074 4.647834493 4.620767327 4.663004371 4.577805441 4.746443361 4.847962096 4.847317919 5.092584078 4.697859614 4.698526039 5.143727036 4.478646949 4.978825423 4.95309331 4.675080374 4.7461767 4.81828988 5.536322305 4.698023551 5.240062169 4.977682285 4.784162083 4.84350939 5.019146059 4.930926919 4.94915636 4.976485527 5.693845881 4.873004617 +LQ00X026020 Putative Squamosa promoter-binding-like protein 2 5.329324672 5.428966483 5.393732336 5.455152384 5.13583796 5.262724989 5.738814775 5.347044902 5.512309281 5.195088027 5.142012797 5.665974006 5.280990801 5.721446565 5.391517649 5.478016472 5.718618701 5.353880631 5.309010239 5.539793613 5.284125704 5.556027047 5.124889386 6.315624329 5.614788181 5.656197658 5.512421961 5.467739983 5.170306177 5.222972602 5.328215898 5.717859633 +LQ00X026090 F-box only protein 6 11.82036214 11.8450292 11.23061581 11.10917819 11.15995471 11.38598689 10.83298033 10.94898554 11.41219752 11.6533001 11.12621288 10.94871844 10.9298012 11.24349075 10.63873399 10.97340054 11.71392587 12.04257958 11.95468155 10.82904833 11.29808118 10.6301795 11.09311375 10.97322963 11.20598197 11.14772693 11.95318294 10.40814296 11.09003103 11.09626046 10.94441946 10.91348598 +LQ00X026100 Stress-associated endoplasmic reticulum protein 2 15.69223214 15.1713362 15.44590078 15.59851448 15.51513723 15.32271381 15.15551397 14.85342631 15.44400477 15.17744667 15.52641851 15.32375675 15.4251787 15.36305556 14.78446248 15.14442285 15.45406847 15.11324617 15.00200378 15.4733766 15.51046638 15.17909226 15.38017913 15.29016968 15.12780901 14.90427022 14.857749 15.36120121 14.83195081 14.96878317 15.33911866 15.34776211 +LQ00X026101 Putative non-LTR retroelement reverse transcriptase 4.835384513 4.741738985 4.818774019 4.917633306 4.953819038 5.026955109 6.021189612 4.938255574 4.880900838 4.718572521 5.489503279 5.273474556 4.831595209 5.23059009 4.81734911 4.953486006 4.831755061 4.808712904 5.324782854 5.147306165 4.588688631 4.60646745 5.32849265 5.244909516 4.833856245 4.64999215 5.360947111 4.936715201 5.055417514 5.005409969 5.128109666 5.049006104 +LQ00X026190 Putative Flavonol sulfotransferase-like 7.931497464 6.446710224 7.779885499 6.120321658 8.596112095 7.28916169 6.054866923 7.709473429 7.385586255 7.900701589 7.697239375 5.852480847 7.533136162 7.338983401 5.817276441 7.816475691 8.667723786 9.207618257 10.32440778 8.698430501 9.107730923 6.765269256 10.40308602 9.411268966 8.883090964 9.147768534 9.016838343 10.71803659 8.988344624 6.740731291 9.831180264 9.909878553 +LQ00X026220 26S proteasome regulatory subunit 4 homolog A 5.357711227 5.634736178 5.31907974 5.335766336 4.776868443 4.955067801 5.033323686 5.153869728 5.388329027 5.410755898 5.551068143 5.498944931 5.096103867 4.952837421 5.004453053 5.164890249 5.028273297 5.555233803 6.483131486 5.193874197 5.931611425 5.336422173 5.327388004 4.948374817 5.275017006 5.626809452 6.19004097 5.716180328 5.665056583 5.56967883 6.318051379 5.673074319 +LQ00X026230 Putative Zinc finger HIT domain-containing protein 3 6.230820805 6.205892213 6.551074416 5.973025087 6.12571175 6.145470181 6.053835373 6.020417576 6.497617079 6.425466163 6.308677419 5.929814162 6.072195339 5.454553178 6.666956367 5.863174458 6.318269706 6.118518658 5.841806474 6.493319954 6.460253988 6.222075669 6.967102181 6.611729195 5.864073424 6.241510904 6.698497266 6.515269653 6.445888856 6.006290666 6.18138648 5.727928998 +LQ00X026330 Putative uncharacterized protein 9.059278598 10.0519906 5.733701614 8.584816793 7.475600322 9.44574337 9.706855264 9.748690632 9.60207354 10.36305778 6.760450459 9.101633107 8.306966075 9.797145316 9.774567136 10.47234165 10.72634153 10.05277166 11.59448876 7.869083665 8.486398962 8.727007892 8.790735518 8.616225534 11.03603563 10.41281713 11.79946285 8.753675085 7.796909168 9.127539672 8.770232518 8.285115467 +LQ00X026350 Predicted protein 6.686855059 6.737495321 6.775965051 6.655196989 6.534320724 7.021484097 6.790283705 6.358135002 6.846381985 7.066822142 6.714946832 6.703661017 6.477164553 7.204168462 6.394487163 6.476115339 6.723055259 6.639154069 6.883419816 6.740093996 6.959730914 6.196175296 6.4637508 6.621738997 6.838270429 6.778708864 6.226447946 6.214119387 7.174920087 6.383798116 6.879006858 5.922458782 +LQ00X026370 Peptide transporter PTR2 5.131248837 5.113009095 5.029255331 5.309543847 4.999618258 5.455785988 5.363105033 5.208876485 5.482476984 5.322815721 5.303932359 5.033763195 5.068627089 5.377495004 5.601757988 5.17533868 5.405189838 4.898901562 5.139223218 5.021469744 5.514655264 4.929305065 5.230442668 5.538195007 5.15162303 4.824616724 5.196090393 5.068438985 5.587410059 4.844570404 5.530868881 5.515282712 +LQ00X026380 Glutamate decarboxylase 10.69648386 10.17808192 11.82479761 10.70266263 12.37594299 10.23129746 9.928772258 12.14558097 10.66381507 10.13551411 11.50920741 10.31737138 11.88453905 10.71042049 10.85616541 11.76382705 10.73945679 10.87679315 11.28260476 11.32023596 11.33229423 12.23796289 11.13471697 12.59959013 11.10979146 12.06536343 11.98602366 11.06230737 11.85942558 12.07939388 11.73370719 13.42222872 +LQ00X026390 Hypothetical protein 11.063184 12.25293092 11.62956151 10.32120026 10.14297247 9.982056561 8.010737696 9.570598335 10.1522275 11.93415982 10.37383442 10.19455875 10.39060482 8.457573161 9.045580741 9.566999031 10.83478543 12.65394627 11.6722086 11.58853714 12.21637672 11.78702602 8.552380584 10.38756623 12.14885094 11.97515561 12.59860085 11.68603301 10.44199591 11.14608918 7.327571632 9.112639685 +LQ00X026400 Predicted protein 5.353840159 5.302257749 4.768118746 5.03413009 4.967217438 5.07015376 4.877015174 4.996276396 4.987804714 5.188230278 5.196934463 4.955130934 4.7659616 5.067718755 4.837255825 4.69927011 5.324214782 5.139831047 5.008245032 5.070408694 4.969292363 4.997050377 4.850655464 5.476444328 5.21833301 5.217449548 5.50316376 5.97293623 5.112146728 4.817137258 5.05927414 4.81555545 +LQ00X026420 Probable potassium transporter 17 4.93793546 4.854729181 4.770112666 4.956022551 4.82641081 4.891868439 4.798339236 5.440212025 4.702087873 4.92733959 4.786054822 4.94492466 4.811890306 4.967680443 4.994574866 5.414369853 5.066539081 4.855137437 4.914644141 4.912038461 4.935634895 4.959787569 5.906121194 4.944507338 4.810649264 4.781123116 4.981376406 5.153401515 5.007197942 5.213160122 4.963493184 5.053856856 +LQ00X026430 Sodium/hydrogen exchanger 7 5.464201986 5.810925563 5.791717835 5.666849463 5.731660819 6.343907562 5.815304273 5.932098585 5.888239327 5.679747731 5.679815899 5.909996767 5.640718512 5.875045963 6.453498617 5.715524619 5.11860676 5.72142218 5.994292521 5.682050673 5.750773277 5.638449616 5.693241936 5.716617483 5.699991739 5.6061595 6.191301779 5.483354439 5.654335757 5.297939885 5.394303908 5.727768307 +LQ00X026450 Putative Nonaspanin (TM9SF) 5.752763784 5.684724519 5.960753989 6.145722764 5.673495855 6.030276368 5.820470128 5.444612128 6.09910295 6.727904654 6.079073625 6.054314255 6.349146181 5.807056856 7.304377426 5.266040989 6.08738643 6.147585859 6.485799535 5.602892781 5.990141503 6.026510114 5.966892807 6.300794108 6.21517213 5.948984454 6.3256236 6.034621813 6.102624667 5.675420499 5.8739743 5.218533516 +LQ00X026520 Putative phagocytic receptor 1b 12.65181048 11.97995131 12.77374547 12.33031535 12.71044308 11.70133382 11.82366138 11.84112719 12.5905613 11.98594391 12.77544048 12.32674069 12.73502838 11.76255198 11.71545954 11.58089395 11.62976285 11.20313081 11.6043161 11.81576751 11.39238454 12.76269543 12.23405844 12.6235727 11.94925055 11.82368881 11.86403848 12.43691909 12.58330688 12.98766941 12.29865973 12.66373513 +LQ00X026570 Probable receptor-like protein kinase At2g42960 11.06547983 10.92230684 10.92909963 10.4242307 11.11356745 8.681616839 8.805264883 8.075060597 11.0158565 10.74145472 10.91748608 10.45855409 11.15770527 9.060351381 9.092384023 8.742488142 11.13694648 11.28294626 11.88433998 11.01476749 10.45620233 11.55841766 9.075974134 8.819721375 11.52643937 11.80455749 12.14103401 11.20411604 11.39616569 11.51426187 9.280313621 8.708702398 +LQ00X026620 Putative uncharacterized protein 10.17248998 10.34378654 10.34079368 9.559434631 10.07515502 10.35863603 10.38228305 10.04392464 10.0766119 9.510520565 10.22873191 9.474051761 9.833270649 10.365297 10.60468631 9.987214739 9.847477293 10.19894615 9.028970768 9.997176333 10.34802249 9.605788059 10.72374501 10.87073792 9.768472104 9.928811076 8.49168336 9.54298415 10.81723114 10.07746467 11.11302685 11.13889649 +LQ00X026700 Hypothetical protein 5.331708283 5.219398479 4.843193585 4.830706804 4.702750368 4.898190023 4.799416049 4.826308612 5.17247981 5.326671987 4.618506671 4.824054704 5.064973461 4.753530046 4.791336646 4.753882072 4.883215798 5.165413926 5.210728866 5.419283661 4.953582415 4.717414321 5.019326102 5.393016638 5.088795511 5.157669968 5.464157422 5.593556893 5.251644322 4.615096586 5.500070687 5.181027178 +LQ00X026710 Pentatricopeptide repeat-containing protein At1g80270, mitochondrial 12.18042838 12.5788246 10.79689984 10.78389667 11.01858621 11.43512606 11.67867928 11.4105913 12.39924028 13.04443059 11.55411827 11.62690078 11.46368324 11.95198364 11.86654731 12.22288227 12.26552778 11.80692947 12.72557661 11.28163428 10.97890366 11.26422747 12.17786219 12.2154149 12.78697288 12.57834789 13.09947697 11.03515722 10.81737556 11.35427001 12.48240823 12.06844146 +LQ00X026740 Glutaminyl-tRNA synthetase 13.51234441 13.38001429 13.28650979 13.79300394 13.49084863 13.30233478 13.81776696 13.70868118 13.55472605 13.62458891 13.45023669 13.69469253 13.4738232 13.57734357 14.36512286 14.00345286 13.48374589 13.71440192 13.72834777 13.70090294 13.27511747 14.01068397 13.67388616 13.85766511 13.57696465 13.78279477 13.85881616 13.70518663 13.56984019 14.09195236 13.78419832 13.98948125 +LQ00X026820 Putative uncharacterized protein 12.41767841 12.50459073 11.49645431 11.81131265 11.77171131 12.24392376 12.21665172 11.9804341 12.72139197 12.95281059 12.0488449 12.18955291 11.94027299 12.2982144 12.06141836 12.43653689 12.1876342 12.48725746 12.7031209 11.80283897 11.83179104 11.50295797 11.62955736 11.70123518 12.46109002 12.95551085 12.72243647 11.86644057 11.4438255 11.46372424 11.62064768 11.46238913 +LQ00X026830 Glutathione synthetase, chloroplastic 10.08976968 10.49192345 10.3049067 10.87710483 9.9491647 11.22280446 11.23757253 11.27119385 10.1259346 10.44485285 10.15988624 10.38565825 9.67965225 10.76389171 11.15813115 10.43708903 10.4175197 9.413590803 9.012322702 9.861406841 9.799197143 10.53789001 10.49063948 10.90713879 10.00714517 9.735605463 8.863958385 10.39357981 10.18719843 10.89255699 10.49175761 10.64947571 +LQ00X026980 Momilactone A synthase 14.24597405 14.35707473 14.2102615 14.12820018 13.97531985 13.0526435 13.26792222 13.26344327 14.22046455 14.31460634 14.24053228 13.38466216 13.85405601 12.78410668 13.03839 12.95569802 14.11787646 14.06499608 13.64909846 14.22764901 13.71420231 14.17056132 13.72300109 13.33615086 13.95456926 13.73020552 13.45189413 13.84010036 13.87613614 12.94666537 13.32120053 13.24793898 +LQ00X027040 Probable methyltransferase PMT25 4.539726123 4.910136957 4.762158236 7.928316608 4.937904015 5.786680678 5.64218337 5.942249951 4.638729232 4.637060776 5.161569709 7.702854255 4.817401093 5.430043535 5.632304368 6.185417331 5.095055664 4.69602773 4.720503085 4.876654537 4.756154655 5.373723169 5.052815792 4.525809482 4.635467555 5.038531242 4.604016905 4.940066946 4.757272356 5.817469936 5.753764012 4.730550098 +LQ00X027100 Putative uncharacterized protein 4.80751251 5.233014715 5.281175947 5.061302653 5.222057059 5.18240358 5.335332322 5.524730998 4.958491885 4.811284929 5.423109365 4.884418565 4.805898658 5.253729137 5.154487375 5.252058515 5.073087125 5.043981092 5.133749735 5.141491179 5.100475479 5.005161275 5.194195976 5.511670917 5.413218162 4.967768086 5.184013904 5.312714765 5.041576737 5.162371582 5.282959386 5.910531903 +LQ00X027180 Polycomb group protein VERNALIZATION 2 9.790063477 10.51215878 9.510833684 9.643211033 9.746507249 10.03412447 10.02152311 10.27659724 10.31617355 10.35732056 10.10975511 9.796678822 9.944788797 10.17102241 10.00074766 9.852243251 9.964836411 9.701369352 9.582772166 9.28439937 8.84154836 10.2030968 8.982247334 9.653537262 10.5793372 10.03365557 10.5624696 9.756842722 9.942609609 10.29988043 9.42592197 9.847352692 +LQ00X027210 Putative Methylglutaconyl-CoA hydratase, mitochondrial 5.376903514 5.515745961 5.623770685 5.643947243 5.993295841 5.498649547 5.66094094 5.416851419 5.732800637 5.732476684 5.305880292 5.581835155 5.535100364 5.796692585 5.501008318 6.258787637 5.544228223 6.203980921 6.577576697 5.801242933 5.884221389 5.597453865 6.454843275 5.367757151 5.749093208 5.874709211 6.493874006 6.038862095 5.588490186 5.687020652 5.4582587 5.908615224 +LQ00X027220 Putative AP2/ERF and B3 domain-containing transcription factor At1g50680 10.89769849 10.59336953 11.06368775 10.52045827 10.22861777 10.10301659 10.48332579 10.06942421 11.18278954 10.34229858 11.07705439 10.58892787 10.53533443 10.5552857 10.24267525 10.12534661 10.62875137 10.90106556 9.871707356 10.88938135 10.8199995 10.14116521 10.19842292 9.988441912 10.85059094 10.90140203 10.0347624 10.82868046 11.41322373 10.17753694 10.49912755 9.571676646 +LQ00X027230 Ubiquitin carboxyl-terminal hydrolase isozyme L3 11.79588289 12.34562241 11.66777634 11.28654997 11.46588782 11.35618397 11.44413415 11.20417927 11.86356234 12.6423818 11.79078441 11.40840981 11.83059514 11.64780311 11.57448366 11.20820873 12.13294809 11.31635943 12.30234079 11.8223969 11.57934995 11.59506881 11.64016462 11.67588363 12.31879186 11.51474815 12.61081157 11.37105385 12.23109043 11.54803538 11.94304454 11.85432541 +LQ00X027250 Ethylene-responsive transcription factor 1A 8.267912685 11.01585451 8.193381163 10.36790427 12.10252237 8.640399983 9.520424652 12.37526899 8.838585675 9.869833759 8.210296112 9.275657865 10.81738029 8.46911718 9.247710808 11.01214983 11.96005617 11.95504047 12.39920497 10.72127541 10.47714986 11.51455795 10.42161746 12.03366242 9.876243116 11.23433205 11.61432871 9.485582471 11.20977493 12.46432676 10.26857823 12.19526914 +LQ00X027330 Formin-like protein 14 5.52602631 5.234290577 5.735572029 5.628513589 5.994044242 6.204068834 5.910268878 5.983907458 5.409390489 5.120551794 4.946136369 5.435525856 5.414974285 5.16588992 5.258040191 5.625352179 5.940253783 5.807815006 5.550767829 4.785493169 5.248626868 5.8665365 5.300806705 5.191805056 5.874262875 5.663024384 6.313791905 4.67287172 5.428174876 5.881903851 5.315684096 5.649136982 +LQ00X027640 Hypothetical protein 8.336579789 8.128945061 8.660937622 7.209922145 8.398363536 7.292259092 6.95909679 7.160102821 8.396564986 8.291507113 8.611176375 7.489209188 8.683439956 7.138868876 6.603463509 7.134104595 7.470115759 8.90791542 8.892649035 8.902074554 9.440900614 8.428406949 9.067524501 8.964774112 7.667389377 8.913481303 9.155226955 9.062778622 9.142912769 8.649482559 8.300851562 7.70580222 +LQ00X027690 Predicted protein 5.575787718 5.639981172 6.375388065 5.827776265 5.706042352 5.510391201 6.024177111 5.880954948 5.627580582 5.666505606 6.055560723 5.958263661 5.784898195 5.23464019 6.009528755 5.713863456 5.554840378 5.985545394 5.797062289 5.37575474 5.896187839 5.749837927 5.94684371 5.407466078 5.525135913 5.549815453 6.291256339 4.999594687 5.878267244 5.819142089 5.424231814 5.631304582 +LQ00X027760 Aminocarboxymuconate-semialdehyde decarboxylase, putative 9.4534809 9.333533908 9.545560996 10.06357827 9.361762151 10.143416 9.99787162 9.757062311 9.183126373 9.12750325 9.624012224 9.949823579 9.641439779 10.21906002 9.948120262 10.08276505 8.83678039 9.679237188 9.463012234 9.074094715 9.431465771 9.423273391 9.981218653 10.00919358 9.18977347 9.61239669 9.798725823 9.420863091 9.829448196 9.807392037 10.03844493 10.14405258 +LQ00X027830 Putative 5-methylthioadenosine/S-adenosylhomocysteine deaminase 5.742767985 5.255453748 5.220241307 5.996268359 4.90542813 5.280832497 5.732137773 5.331553412 5.634201562 6.034570117 5.262433873 5.90085917 5.294963423 5.182049064 7.062837367 5.443544757 4.950427421 5.51771748 5.886136332 5.679823859 5.812370256 5.390473491 4.875261233 5.023917487 5.237110191 5.691870193 5.84759177 5.019812115 5.654600176 5.543667294 4.905037742 4.68822203 +LQ00X027930 Probable beta-1,3-galactosyltransferase 19 8.698064128 8.438273781 9.014561562 8.822032227 8.919640428 9.439133857 9.872169361 10.48758911 8.878829119 10.21086355 9.174738906 9.149825091 9.151184772 9.882100311 10.27611916 10.15814396 8.014319142 10.17900705 8.004359974 9.890282938 9.566923965 8.779143023 9.728688046 7.881974629 8.541915513 9.138563607 8.792674396 8.450708173 8.648087723 9.794520441 8.680511448 8.457439643 +LQ00X027990 Hypothetical protein 12.39600612 12.45762708 11.8285988 11.45587513 11.60184833 11.89375554 11.86092279 12.44334066 12.51180764 12.24360747 12.02971215 11.96494347 11.93371021 12.19010561 11.9391097 12.32015433 13.40130378 13.56730335 13.45916061 13.37887686 13.23479623 12.75122557 13.6636489 13.60946154 13.30118404 13.58971323 13.48390971 13.0864989 13.13666538 12.86032526 13.50022295 13.64005161 +LQ00X028080 Putative Myb family transcription factor APL 4.908715097 5.039993331 5.177190297 4.843667681 4.867946072 5.097691716 4.958373503 4.879068375 4.727955551 5.22354162 5.239674817 4.913279143 4.967952723 4.988637234 4.842245574 4.887427551 5.03739261 5.01380403 5.25057126 5.049529696 5.029733345 4.707645315 5.178175421 5.116553494 4.94791575 5.181383247 5.449098662 5.438036593 5.071305879 4.898409189 4.747605827 5.18510005 +LQ00X028100 Predicted protein 10.52256304 11.0728702 10.61378997 9.565673591 10.31289082 9.956318635 9.714846521 9.648286458 10.83834324 10.96696685 10.70549197 9.861838287 10.30059159 9.928709074 9.583858009 9.875351439 10.79346488 10.82323287 11.48844903 11.01514967 10.80760044 9.988581276 10.80371728 10.69361126 10.95414469 11.32822964 11.71419245 10.670341 11.22460919 9.723701509 10.8196979 10.61696961 +LQ00X028130 Putative Squamosa promoter-binding-like protein 9 11.48712909 12.63366354 10.48463672 9.656627973 10.34245689 8.064440625 7.901454571 8.305643151 11.88951217 12.43893539 11.10127525 9.637551302 10.33984782 8.480657356 7.980621964 8.434251835 11.99263424 10.77901552 12.25806849 10.11495765 10.78225599 11.36047163 7.351868904 8.306716563 12.96284534 11.58829282 12.58638988 9.983645326 10.89320608 9.801442249 7.924924989 8.843158163 +LQ00X028160 CDK5RAP3-like protein 7.467747377 7.770493429 6.94082401 8.159694476 7.00496035 8.405164973 8.30557231 8.382546936 7.584201921 6.858998806 7.735777402 8.007507522 7.091865711 8.200067841 8.209919201 8.089538524 7.875754828 6.606110313 7.965074327 7.124208306 7.312363664 7.979860851 7.189733289 7.911919118 7.789685233 7.023919523 7.085898635 6.598443011 7.423281939 8.417044461 6.704867559 7.832737337 +LQ00X028170 Protein translocase, putative 13.19361145 13.57922531 13.46875145 13.55516301 13.44392892 13.30509019 13.30145198 12.96096 13.29455884 13.75292592 13.68759615 13.63539111 13.62248824 13.20359482 13.46126764 13.19242581 13.24563085 13.10012579 12.09803317 13.38380538 13.32904741 13.37835367 12.76061435 12.95016133 13.04072919 13.21979302 12.08387837 13.50058573 13.25100596 13.45748397 12.89729699 12.91932231 +LQ00X028180 Predicted protein 6.020620392 5.6716613 5.628060477 5.799185853 5.964281661 5.889207962 6.014446772 5.99100885 5.714085863 5.709162896 5.726225667 5.583922055 5.846599266 5.897327686 5.896949601 5.82613503 5.504790726 6.056542198 6.390912635 6.676786883 5.691772804 5.477539682 6.431463573 6.537625915 5.239765214 6.447360763 7.181015622 6.422302009 5.790353088 5.816006279 6.342758667 5.838074853 +LQ00X028190 Predicted protein 5.631604586 5.565563852 5.614949976 6.121236993 5.604900155 5.856731662 5.993652848 6.098396009 5.888707896 6.08032323 5.703663689 5.975852451 6.298962974 5.720029659 6.089362185 5.835948858 5.500605738 5.896682095 5.415859623 6.113423148 5.938109505 5.801689753 5.491432694 5.719467163 5.499346361 5.830635328 5.574691445 5.176441885 5.832977928 5.687651247 5.437098289 6.050162828 +LQ00X028200 Putative TBCC domain-containing protein 1 4.716755224 5.088048719 4.690060705 4.632285333 5.100748308 4.600046909 4.72662854 4.78743086 4.479990361 4.961949946 5.106500783 4.883030459 5.000579208 4.921321007 4.367498755 4.801419978 4.787119535 4.768759803 4.975709717 4.954589347 5.123274929 4.860631785 4.723243039 5.170066382 4.903819758 4.710603471 5.215628821 4.927297391 5.025580944 4.678904123 4.754987299 5.251608887 +LQ00X028210 Predicted protein 11.95750863 12.2474653 10.9043588 10.74028127 11.18090814 9.223243083 8.417244368 8.924986401 11.95982966 11.69217444 11.25026488 11.11867759 11.36959212 9.432890473 8.949906874 9.034821687 12.03545118 11.4699331 12.56050449 11.07802098 10.85063422 11.4954343 8.257278991 8.850756953 12.47988042 11.68889687 12.8343459 11.16555584 11.55665012 11.44461865 8.780810203 9.172617341 +LQ00X028220 TGA10 transcription factor 5.021596285 5.337450882 5.537562007 5.061789202 5.195638944 7.456194326 6.77366419 6.07358726 5.003428352 5.224555633 4.754465341 5.289090452 5.555192624 7.342833467 6.153956867 5.848862441 5.330119217 5.139538651 5.243572875 5.711121195 5.62350364 5.000694975 5.632292395 5.323164582 5.158013876 5.174333366 5.868158561 5.357696908 4.868640072 5.093377878 6.763779896 5.090564578 +LQ00X028320 Beta-glucosidase 42 11.44558864 11.25159979 11.54562738 11.37690258 11.06665038 10.91979772 11.06600773 10.39805457 11.0884119 11.142197 10.98779226 10.91826215 11.05900991 10.79689794 10.92295971 10.16549432 10.68312908 11.3316732 10.60838248 10.79903345 11.060127 10.31115654 10.55351009 10.89901941 10.67610851 11.10727291 10.7430461 10.89826595 11.34703424 10.47581067 10.73342696 10.69431183 +LQ00X028390 Cohesin subunit rad21, putative 8.638992494 8.449112829 9.005751573 7.63604474 9.327841706 8.67304758 8.735415806 9.112422056 7.623501471 7.862132289 7.044678851 7.016687486 7.926421712 7.132042618 8.354818423 7.555685999 7.346187376 7.50276667 7.747440388 8.812288393 8.316404131 8.213186091 9.135709034 9.679044637 8.03919815 8.115769518 8.424213841 8.673386502 8.795178215 8.608016414 9.988617658 10.19716597 +LQ00X028500 Hypothetical protein 5.679250175 5.213741751 5.110233031 5.230854682 5.388551991 5.537420577 5.299666853 5.094359867 5.226712222 5.652796749 5.097965035 5.350618198 5.404203306 5.37193252 5.424378197 4.898230536 5.853190563 5.688508299 6.041987713 5.331051049 5.232843889 5.119605272 6.152143198 6.134516064 5.729628646 5.993462286 6.150894803 5.442165246 6.000718835 5.544169839 5.903596255 5.571820022 +LQ00X028790 T-complex protein 1 subunit zeta 13.19176406 13.7271034 12.58479486 12.73695171 12.76298316 12.85810219 12.89039009 12.5271229 13.12658504 13.7240509 12.94784804 13.01609023 12.9491751 12.98140752 12.81761266 12.94502781 13.24561308 13.01464776 13.3772254 12.41844241 12.66156571 13.26252165 12.38519083 12.73547384 13.7731021 13.54705929 13.60870797 12.33012648 12.63116728 12.86719233 11.9657992 12.44719161 +LQ00X028850 Retrotransposon gag protein 5.055361722 5.070202751 4.991351765 4.859935153 4.799220515 4.928422841 4.755184841 4.954134064 4.957974428 5.199233335 4.801218368 4.805409634 4.962520893 5.183271496 4.705041632 5.866411318 5.240371441 5.085550132 5.393227879 5.440158064 5.569091032 4.758734227 5.645745376 4.739026109 4.930133941 5.124678859 5.403865056 5.292343811 5.268894333 4.929543605 5.289031529 5.242776025 +LQ00X028851 Putative uncharacterized protein 6.511952267 5.457723444 6.761299115 9.158686908 5.626609736 9.310412664 9.242009596 9.427339544 5.869522371 4.967197561 5.452974346 8.193734098 5.246087461 8.988775026 8.684781363 8.64631358 5.708846972 5.404443321 4.892504859 5.462668891 5.753418202 5.391071704 5.278843991 5.407444832 4.657384265 4.995835157 4.669782731 5.243579325 5.474303552 5.570385723 5.136893552 4.933431179 +LQ00X028940 Kinase, putative 14.22120548 13.35131412 14.33810942 13.8643054 13.71173709 13.65805104 13.71919662 13.49166849 14.13634457 13.12951032 14.22615085 13.91797264 13.9146315 13.62560601 13.66718731 13.43859743 13.57943487 13.6578685 13.43804538 13.76649712 13.75803086 13.48603087 13.95534608 13.43605409 13.573291 13.55853205 13.11271693 13.94077321 13.76098156 13.4003968 13.99894408 13.17273105 +LQ00X028950 ATP binding protein, putative 5.582011275 5.445202272 5.741741895 5.298254558 5.277056113 5.981952711 5.774046504 5.031032526 5.432633525 5.432907762 4.852379089 5.250988727 5.605926693 6.033815641 5.258403406 5.343796198 5.205685006 5.677033435 5.446222702 5.442441647 6.052334122 5.459725076 4.828403593 5.271214824 5.256629009 5.389220216 5.152662908 5.199074921 6.083473042 5.589949907 5.293151376 5.675710515 +LQ00X028980 Predicted protein 5.708834379 5.693884492 5.85106386 5.640969128 5.802093403 5.801116534 6.064607337 6.008389797 5.7512403 5.510811329 6.104795384 5.825463648 6.174783855 5.93091792 5.94185175 5.700173905 5.810567877 5.641339101 5.445956306 5.858694053 5.49976976 5.44613678 5.35118431 5.469302506 5.540368154 5.673085985 5.622265833 5.647508468 5.580353834 5.652883243 5.57256962 5.887788726 +LQ00X029090 Hypothetical protein 9.166049477 8.778823222 7.724281634 8.188943498 7.942807562 10.58188515 10.8880481 10.62988469 10.02033115 10.13612943 9.252190284 8.773182514 8.21158865 10.69625124 10.40871972 10.84160988 9.861762468 9.832295073 10.34844574 9.192305854 8.434008412 9.106422504 9.854571432 9.758220087 10.4032694 10.14838821 10.5021119 9.001668107 7.007020258 9.240545928 9.740218955 9.51967498 +LQ00X029100 Predicted protein 10.2224669 9.869491483 10.66945571 9.933999184 10.44519087 9.547027441 9.639270052 9.930917946 10.20706303 9.79748348 10.34422438 9.873571144 10.20447363 9.685546679 9.476656665 9.575795209 9.762786981 9.923445443 10.55153151 10.38169177 10.69769641 10.93372998 10.17097641 11.15328483 10.33133179 10.4518927 11.04710298 10.56446644 11.40305833 11.07395713 10.48110798 11.59913766 +LQ00X029186 Putative uncharacterized protein 5.059082826 4.854175145 4.861863202 4.882559384 5.219991109 4.781096825 5.115231568 4.848312627 4.957980177 4.740509799 5.189704876 4.925540462 5.071890736 4.880890484 4.652979646 4.852473056 4.880091019 4.920470507 5.200826353 5.427153454 5.106581374 4.786146113 4.807786745 5.143128926 4.762761511 5.031909945 5.590263536 5.160959193 5.181158369 5.089634638 5.080497212 4.788603786 +LQ00X029310 Putative Pyruvate kinase, cytosolic isozyme 12.12392277 12.45170474 11.77918737 11.58894012 12.07956777 12.39182532 11.87837696 11.52114056 12.11117328 12.41028088 11.89737016 11.93425741 12.19228379 12.17763737 11.74721698 12.01770652 12.38594333 12.63398096 12.39159288 12.24509137 12.31126598 12.27201271 12.01832724 11.89591038 12.3452295 12.61016227 12.45963672 12.22384885 12.10494185 11.95969013 11.93358939 11.80380359 +LQ00X029350 Putative uncharacterized protein 4.951251646 4.968187698 4.79938283 4.838698279 5.290407773 4.932800054 4.807714826 5.084331881 4.928734049 4.890490272 4.696320896 4.796565533 4.524006535 4.893259994 4.754753666 4.957717878 4.471028773 5.109673888 5.184865028 4.810234815 5.021238351 4.570256999 4.927886844 4.89741734 4.755692178 5.037703671 4.956541874 4.983696946 4.832100516 4.593994027 5.172455234 5.837476562 +LQ00X029490 Putative uncharacterized protein 6.725052662 6.431201135 6.520743935 6.231990507 6.701281608 5.924655142 6.039413397 6.055152939 6.748023906 6.190758611 6.135223582 6.398213478 6.858611345 5.809149376 6.136735568 6.403323447 6.424362627 7.000959136 7.227894432 6.317764615 6.802147163 6.38501666 5.79619278 5.597730715 6.435061639 6.787804103 6.838081125 6.239645849 6.710961672 6.833536155 5.717115555 6.72809466 +LQ00X029730 F-box/kelch-repeat protein At1g55270 11.35242953 11.20871412 11.21807941 11.80376562 11.38486676 11.80314765 12.08756455 11.94618735 11.23145084 11.14440838 11.57362044 11.96111999 11.27295985 11.75308314 11.63118837 11.78471771 11.18166 11.5067718 10.40271497 10.19851911 10.9390543 11.4908957 11.22350755 10.93285014 11.4182824 11.25398239 9.761529412 10.92764302 10.72661654 11.11717784 11.08293478 11.03150604 +LQ00X029750 DEAD-box ATP-dependent RNA helicase 37 11.17157935 10.7501961 11.49582612 10.62963715 11.27312242 10.85497711 10.70043465 10.49832054 10.75537435 10.34670783 11.09044486 10.43775813 10.86409827 10.81488544 10.33792632 10.37847085 9.92804194 10.14469164 10.63003362 10.53370067 10.25558063 10.34345407 10.18129061 10.46111854 10.56464604 10.44568185 10.95748823 10.43891136 11.042351 10.42457286 10.8997524 10.6894573 +LQ00X029800 Serine/threonine-protein phosphatase PP2A catalytic subunit 12.4493715 12.70743195 12.43696269 12.12019145 12.36318504 12.43488062 12.24205414 12.22047049 12.420265 12.21198332 12.23866837 11.99012201 12.31845917 12.2726371 11.77543471 11.74789349 12.35409422 12.08759016 12.3187996 12.50483369 12.19072306 12.23355498 12.27900764 12.47880493 12.55948893 12.3343216 12.22788064 12.50214066 12.64272125 12.07841457 12.48385717 12.45465516 +LQ00X029940 Putative 66 kDa stress protein 11.10218234 10.98169483 10.79178712 11.09997722 10.88592784 10.47759808 10.6165649 10.29076163 10.99943513 10.69322994 10.64330682 11.02236626 10.6976794 10.44578955 10.40080717 10.45860776 11.19886839 11.18848544 10.77230178 9.982555023 11.27216518 10.77630406 9.910896841 9.802331818 11.14007323 11.23200727 10.91167473 10.13682281 11.3885186 10.66152713 9.827217842 9.482159762 +LQ00X030330 Hypothetical protein 5.306338164 5.374570706 5.292580213 5.328412592 5.273741067 5.708550814 5.502755325 5.985857581 5.166827091 4.999561623 5.269305769 5.454676923 5.536075284 6.050760665 5.177645087 5.543457456 4.898888492 5.276128634 5.279126093 5.334388404 5.285344897 4.970488275 5.131116126 5.936087893 4.901230183 5.37648202 5.742178434 5.500420908 5.26240063 5.083927861 5.31226769 5.474291654 +LQ00X030360 Putative uncharacterized protein 6.560884534 6.702829108 7.071151702 6.905050264 7.854528001 7.932650878 7.995633886 8.229871677 5.108290287 5.854815533 5.994054637 5.651687025 5.807238526 6.003313773 7.026013137 5.893633569 6.610725725 5.489238005 5.719017126 6.176809936 5.898692983 6.595873076 8.23036402 7.99176083 6.562561201 5.716909828 5.597780927 5.918402983 5.864438971 6.60301587 8.995875382 7.37050713 +LQ00X030370 Putative Zinc-binding alcohol dehydrogenase domain-containing protein 2 5.417434822 5.547741815 4.880920678 5.084602929 4.997161492 5.497077968 5.148209167 5.028803212 4.864822493 5.437066787 5.363835566 4.86208379 4.896398227 5.352890001 5.518322658 5.305181997 4.967649655 5.002134652 5.618406865 4.983654599 5.898168167 5.197392316 5.398292945 5.016871208 5.040683156 5.41763751 5.352944775 5.05585942 5.278679556 4.857748236 5.526577253 5.71007798 +LQ00X030420 Predicted protein 11.30493622 11.56889064 11.53923179 12.48086456 11.38831756 12.77283113 13.35716532 13.13626028 11.5210438 11.35572863 11.30035911 12.46194323 11.342253 12.69858129 13.21987153 12.84951854 12.31540359 12.9243101 12.08603933 12.19481966 12.20404905 12.22530184 12.6783382 12.55162932 11.57717466 12.33186201 12.2051218 12.17877725 11.77122244 12.26021023 12.51436416 12.41264662 +LQ00X030430 Putative uncharacterized protein 6.908186797 7.33514181 7.117350889 6.788104564 7.172256096 7.398380648 7.519520685 7.941712097 7.110547808 6.74959153 6.988351024 6.978944545 7.329233763 7.571154982 6.55054199 7.848714137 7.46516154 7.917647954 6.770156505 7.298103975 6.865009493 7.908197702 6.644522274 7.289043781 7.363959098 7.871366244 7.660295236 6.914909219 6.895874777 7.473692021 5.959705579 7.163851396 +LQ00X030440 Presequence protease 2, chloroplastic/mitochondrial 13.69826879 13.51758307 14.13998712 13.44345562 13.63040496 14.59239217 14.63608855 14.38105052 13.7408363 13.60395595 14.01741249 13.92250788 13.80744036 15.02493545 14.81070119 14.83333492 14.10137146 14.40065357 14.12499259 14.23777739 14.55306848 13.53766159 15.23200588 15.13914941 14.06760593 14.2671105 14.34312172 14.23657372 14.26773795 13.90325486 15.39060888 15.20295146 +LQ00X030510 Putative uncharacterized protein 6.86580588 6.936381972 6.533747409 7.034209781 6.589452196 7.411883255 7.797354735 7.351837247 6.467606073 7.23609192 6.761543625 7.141924323 6.755915676 7.743693131 7.352418175 7.870903643 6.833582504 7.351552421 6.890116615 6.571598202 6.992643922 7.248181522 6.931838872 7.253738204 6.659382068 7.285962823 6.250929478 6.477651208 6.580127597 7.330215435 6.770356575 7.355828484 +LQ00X030540 UPF0497 membrane protein 7 4.991136977 5.129088624 4.868105996 5.383638761 5.150630102 5.257351555 5.477490523 5.384904484 5.156529429 5.357196436 5.247842843 5.642190785 4.966244741 5.717297676 5.255321675 5.930640902 5.210179971 5.397263315 5.168132898 5.336747781 5.883686269 4.811435126 5.465964266 5.232314155 4.940161376 4.891028208 5.483624531 5.643799616 4.995871326 5.272313645 5.410751757 5.42880442 +LQ00X030560 Peptidyl-prolyl cis-trans isomerase-like 1 5.533818502 5.56720417 5.944774477 5.841997858 5.956488619 5.92971388 5.951848948 6.147473605 5.452127674 5.156350208 5.724220835 5.951189691 5.900830751 5.936311004 6.220748686 5.48667432 5.27506481 5.274604763 4.972840478 5.386768581 5.729606654 5.52477021 5.07433308 5.183038853 5.294353896 5.053657049 5.329675785 5.058578193 4.819679892 5.282050043 5.837145582 5.520504492 +LQ00X030570 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SPINDLY 8.815279938 8.844010272 8.752549145 7.863590432 8.865166984 9.312924534 8.520254541 9.69574924 8.124303968 8.215498002 8.541580942 7.356285364 8.246604314 8.382730423 8.791290788 8.733422989 9.672592112 8.704959941 8.897565552 9.550140525 9.332298774 9.080634608 10.56217187 10.91431962 9.133381765 8.356957061 8.317511092 9.548296751 9.159651862 9.439028887 10.67261344 10.68480376 +LQ00X030721 Hypothetical protein 4.877190262 4.636568363 5.137066909 4.698989543 4.680536578 4.864808884 4.667830573 4.888854207 4.716738215 4.840343439 4.660219983 4.671262429 4.766445879 5.516419515 4.512108932 4.820538927 4.64273237 4.87548672 4.913487054 4.999838878 4.739017204 4.911164187 5.293743945 5.176227565 4.781502673 4.879114079 4.745466456 4.705240939 4.764068406 4.527181663 5.505130418 5.065008636 +LQ00X030740 Inorganic phosphate transporter 1-4 7.054737388 7.687895724 7.603881498 8.004320151 8.358358083 7.800740067 7.623125968 8.78305164 7.193749241 6.067425273 8.233694171 7.858456818 8.496847963 8.537233267 7.670328387 9.710247041 8.454364081 7.504281017 10.17643427 7.696359591 6.578961405 8.486976403 5.745629502 8.937883405 7.263899315 6.916321513 7.938175285 7.876091257 7.708421335 8.571757533 6.729034967 8.706483702 +LQ00X030770 Putative UPF0420 protein C16orf58 homolog 11.42799078 11.92325227 10.98275291 11.14539886 11.02784675 12.18157033 12.25585174 12.21982324 11.64665483 12.12034976 11.33769678 11.29002369 11.23455892 12.11004572 12.24490906 12.15138834 11.76498886 12.06132947 11.72154484 11.73644221 11.97887039 11.20140058 12.6334125 12.48407149 11.72455864 12.42520419 11.68194298 11.40198277 11.72621856 11.30430058 12.70624825 12.5633773 +LQ00X030830 Predicted protein 11.23895103 11.44934486 10.78918931 10.81043289 10.77816226 11.69357326 11.50920302 11.44786195 11.53304254 11.59387838 11.12818612 11.17761002 10.99338763 11.56962104 11.31934836 11.31853956 11.71519451 11.311552 12.06712736 11.06167999 11.35890677 11.00990506 12.02879708 11.59621478 11.71445993 11.51958886 12.13450597 11.40741559 11.3504123 11.41178253 11.94072465 11.40230353 +LQ00X030840 Predicted protein 12.19270626 12.28786842 12.19219483 11.12205625 11.83564695 9.31719242 9.925847969 8.970143566 12.25622652 12.99208608 12.36845579 11.02607643 12.07452377 10.121128 10.43273119 10.71795212 11.121656 11.85414167 11.54187632 11.65066686 11.4931987 11.74089756 7.777976978 9.405230059 11.57097557 11.63199254 11.73209555 11.02388835 11.2968154 10.69589707 8.090498388 9.194495566 +LQ00X030870 Putative Structural maintenance of chromosomes protein 1A 5.115866069 5.167587294 5.458593003 5.411633279 5.504690077 5.356937181 5.257259078 5.324778723 4.900365758 6.065419456 5.247923777 5.142068314 5.075324218 5.41751082 6.519851918 5.289562729 5.301618394 5.2925498 4.963530229 5.515791656 5.126381333 5.140537769 5.37365327 5.302570175 4.991607799 5.264109519 5.223453022 5.177982408 5.236707119 5.167353833 5.22268098 5.556510356 +LQ00X030880 Protein transporter, putative 11.38164262 12.11763684 11.33425787 11.71816648 11.71926812 11.87551468 12.05138417 11.95757937 11.58214203 11.8052471 11.30414744 11.36735487 11.73228326 11.96534655 12.23306385 12.07410779 12.12856427 12.30638125 12.0806223 11.76281113 12.2590952 11.86788856 12.44358915 12.59113831 11.64096427 12.02251965 12.40430696 11.89424723 12.16218164 12.06283258 12.59557432 12.56839762 +LQ00X030890 Predicted protein 13.27207336 13.56471571 12.7583402 12.75869319 13.06388559 13.03948862 12.98410234 12.88844888 13.43571368 13.69781299 12.9405259 12.85188876 13.09436982 12.9921589 13.3693212 12.91217826 13.52962738 13.52056149 13.68043247 13.11045823 13.42602572 12.99245425 13.59288252 13.57652087 13.60058518 13.64462878 13.68488305 12.99831066 13.36916543 13.07245673 13.64801155 13.6500382 +LQ00X030920 Auxin-regulated protein-like protein 11.30814089 11.12634293 11.62497626 11.31934084 11.48553241 12.22988257 12.29735164 12.14811073 11.35957283 11.03792808 11.54970558 11.76590479 11.68675447 12.37495337 12.19102135 11.97226168 11.91792209 12.93444276 11.34458274 12.34383524 12.65180112 11.53987965 13.22741555 13.00259489 11.18741807 12.24953021 11.23965095 12.4947721 12.24593438 11.68204516 13.15652169 12.93145328 +LQ00X030930 U-box domain-containing protein 3 8.090468169 8.119467875 8.191537004 8.571337948 8.09778473 8.681862302 8.229993411 8.198770761 8.15239751 6.63699277 8.311470257 8.604384971 8.195483114 8.811537396 7.873452362 8.168229111 8.131297958 7.090271499 7.752614564 7.36186114 7.565281421 8.397092206 8.195076825 7.393328773 8.789448018 7.575185448 7.905219993 8.209823689 8.659662184 8.653664505 8.148039882 7.750545542 +LQ00X031060 Putative DUF246 domain-containing protein At1g04910 11.22560992 11.2119919 11.28132493 11.65086496 11.20291833 11.4542395 11.33619455 11.4243836 11.27731438 11.14173444 11.4998266 11.4286644 11.26050076 11.45212375 11.14612347 11.60471007 10.97973835 11.40475111 11.00673519 11.45128037 11.56463107 11.48516817 11.44792462 11.63893936 10.77410604 11.30766687 11.15615989 11.49583946 11.74078898 11.86248335 11.52865842 11.53113026 +LQ00X031070 Putative EG45-like domain containing protein 10.28257637 10.07885563 10.23652233 10.3136779 10.44105483 10.83846227 10.51846497 9.930803421 10.22851288 10.15023515 10.35591452 10.79677734 10.41635913 10.72701901 10.82152598 10.76970569 9.990175155 11.07612512 10.73076178 10.29805624 11.12684762 10.0696901 10.65001459 11.53369158 10.1297808 10.88835113 10.6332129 10.59235882 10.26584222 11.05689298 10.51744526 10.95477055 +LQ00X031220 Putative KH domain-containing protein At4g18375 13.11157413 13.63183783 13.05702507 12.22371622 13.25716096 12.66442256 12.29486862 12.93149692 13.33534739 13.46144306 13.34333217 12.47824785 13.40790928 12.79596529 12.37317479 13.26063998 12.97189862 12.66576147 13.56355325 13.53158277 13.12982069 13.59299149 12.74648023 12.97385515 13.25363649 12.95199355 13.55377641 13.21462929 13.0911211 13.1632673 12.90452801 13.09804057 +LQ00X031480 Putative Small ubiquitin-related modifier 7.167413634 7.152361287 7.26540398 7.583163454 6.696649907 7.921634509 8.243421627 8.166327757 7.440117201 7.49675197 7.267657149 7.429052245 7.065517431 7.996055049 7.651813248 7.79584315 6.863339529 6.720863179 6.137459156 6.919334191 6.375665776 6.83743897 8.233964424 7.217484668 7.116597275 6.458256917 6.325647839 6.920593061 5.656159152 7.294438748 7.195617112 7.414727209 +LQ00X031490 Putative Uncharacterized amino-acid permease C15C4.04c 5.08857711 5.268621019 5.153656104 5.448286632 4.927074624 5.508225522 5.433922823 5.590835331 5.381348714 4.906697789 5.16437927 5.392369743 5.061786922 5.646803097 6.124274789 5.337481338 5.417600106 5.180779785 5.006793132 5.340880106 5.194000767 5.070284065 5.386211349 5.818046161 5.074165907 5.250935278 5.02945516 4.930578121 4.821314218 5.108568527 5.61449883 6.056610026 +LQ00X031510 Predicted protein 5.00927854 4.692861258 6.084295626 4.827643245 5.125599217 4.802377223 5.474727052 4.877524298 4.951436883 4.893345054 4.854313255 4.912485333 5.361372201 4.780518087 4.830078202 5.343037081 5.161043967 4.97046563 5.307722554 5.297357505 5.064061932 5.081571693 4.472092899 5.264319531 4.865420004 5.568537228 5.321638606 4.819961369 4.948557511 4.900262201 5.044637845 5.468504082 +LQ00X031830 FACT complex subunit SSRP1 12.69002594 13.07799935 12.03136327 12.3905942 12.10452473 13.04890985 12.94748973 13.07861142 12.65540602 12.98231289 11.72476348 12.06879714 11.80319267 12.72685888 13.12374187 12.77826851 12.81130603 12.33961298 13.19933563 11.78683601 11.88645528 12.38650237 12.23980692 12.36277415 13.37463731 12.95006904 13.30597848 11.76758458 11.80930295 12.48434866 12.36985919 12.38427616 +LQ00X032030 Putative uncharacterized protein 5.090428229 5.08546526 5.602032767 5.208100044 5.576949208 5.518288483 5.651238399 5.143922743 5.211302837 4.973340693 5.824042974 5.216804741 5.851527902 5.74864845 5.557283778 5.539593916 5.293894323 5.463408966 4.979997557 5.580336597 5.463438504 5.382953132 5.351452903 5.430253018 5.290352479 5.179528879 5.074829406 5.479073149 5.601367088 5.199570063 6.032525617 5.976447929 +LQ00X032070 Putative Predicted protein 9.310690841 10.22949448 9.297529773 8.853128417 9.836529406 10.30898347 10.0147505 10.90206686 8.746152289 10.27780203 8.182811587 8.889773195 9.003986748 9.714803057 10.19192576 10.46543728 10.30716574 9.918675332 10.98166249 9.680970662 9.702741183 9.852982106 10.06832645 10.35081195 10.20932138 9.643528786 10.89918436 9.934805871 8.401611859 9.801512497 9.953091149 10.14635885 +LQ00X032120 3-isopropylmalate dehydrogenase, chloroplastic 7.188633943 6.55088406 6.842170188 6.062870167 6.942423212 5.767728776 5.622128579 6.05146186 7.281479191 7.036916282 6.970240195 5.927658995 7.525721965 5.892551827 5.57712522 5.782104198 6.585828166 7.379309843 6.999431173 7.371870055 7.379608085 7.104230978 7.101525393 7.276882436 6.220172191 7.741082193 7.171233318 7.325765676 7.282532713 7.404069892 6.990510499 7.313397898 +LQ00X032330 Putative uncharacterized protein 6.992145575 6.688773298 6.569049076 6.835693204 6.721676755 6.867050618 6.981887811 6.526208898 7.182024837 7.183772711 7.260501605 6.977399177 7.601616362 7.352087846 6.722238377 6.770341179 6.618502493 7.106976935 7.290639759 6.860165373 7.146021463 6.792376636 6.692027303 6.003773764 6.542021917 7.266964883 6.976630474 7.356707809 7.164678351 6.772638735 7.056647106 6.175930376 +LQ00X032500 Auxin efflux carrier component 1 5.250610063 5.343313424 5.444228773 5.269639826 5.379373383 5.170436444 5.095150202 5.187127063 5.569765842 5.301248863 5.637986248 5.475982201 5.413046387 5.090565414 5.028580004 5.178922453 5.263744044 5.456889727 4.940130382 5.575874143 5.46730607 5.248256668 5.27715106 5.060581948 5.347011567 4.69206684 5.672727899 5.224629605 5.465568936 5.50829535 5.237155697 5.834717883 +LQ00X032610 Putative Subtilisin-like protease 13.04132209 13.18381936 13.69483942 13.66082551 13.91679925 13.73040855 13.59518896 13.90096552 12.50995024 12.75866567 12.5268363 12.0700989 13.1202605 11.95067125 13.81743653 12.59170487 9.383647373 9.68527779 10.51526742 11.58677581 11.93438271 11.37690898 11.0975978 11.86692626 11.07503342 10.93381975 11.27812336 11.31710115 12.76145624 11.749996 12.69549406 11.77351081 +LQ00X032630 Predicted protein 6.50721073 7.716116285 7.38879806 8.064323116 11.07617661 10.45537509 10.97376108 13.73694979 7.069170932 6.526751074 7.622497046 8.556782636 10.4534613 11.40316677 12.22115343 13.60253153 9.200082215 6.940763842 8.807018112 11.04948263 8.359297228 11.22866947 12.96232545 13.13547141 8.435526331 8.20472421 8.679341272 9.998207326 7.355437441 11.67930163 12.93327174 14.12952816 +LQ00X032810 Putative Predicted protein 7.805384898 8.215061186 6.925003989 7.099745821 7.272188865 6.562556531 6.474718716 7.489201736 8.168671458 8.36469676 7.736735644 7.41318121 7.640574164 6.795848194 6.450773997 6.149541038 7.591359979 7.309688188 7.278751368 7.026777654 8.113103841 8.284298146 6.812822732 5.954960586 8.201037084 8.710377537 7.059155942 8.819767253 7.773414377 7.93926934 5.633991595 6.106884745 +LQ00X033030 Putative Laccase-15 9.605726288 11.24224675 8.447955716 9.019234704 10.10869546 9.422540386 10.85432546 12.2997263 9.796731919 10.36879292 9.564745341 9.208694321 9.190197732 9.879160513 11.14753058 11.27181868 14.24720585 13.08568105 12.81383142 13.12735329 10.82328793 10.71588791 12.80861837 13.03519613 11.20412532 9.528189215 11.79493904 10.67709156 9.523138186 11.31460875 12.8652735 13.6833473 +LQ00X033050 Hypothetical protein 4.631683646 4.666173788 5.077202938 4.687506429 4.634535041 4.664620782 4.926601363 4.668240987 4.732763256 4.792407687 4.961836276 4.606711622 4.763882823 4.611767802 4.737365087 4.799281498 4.732521509 4.706955248 4.58919824 4.740279476 5.165925226 4.639796969 5.892399212 5.270347851 4.604473397 4.79192333 4.560136589 5.155708501 5.345488348 4.75312388 5.198866372 4.88082245 +LQ00X033120 Putative Laccase-14 13.88983336 14.78501869 10.65207564 7.507864347 6.713663012 7.953260204 7.786511401 8.690867969 12.31757852 12.82955565 11.07779859 6.684085169 8.34734909 8.302593251 7.790400258 8.418745069 13.99195135 12.52410244 12.14383084 10.50833719 11.67593385 11.00241719 7.525701568 8.617225499 13.81520932 12.73121867 12.96140126 9.155216473 9.671308499 8.927103308 8.43529022 9.522427453 +LQ00X033141 Gag-pol protein, putative 5.124313841 5.158492528 5.014824927 5.04022982 4.899737202 5.620145 5.137844806 5.958098729 4.935967608 5.192232231 5.00610578 4.977348734 5.494862642 5.467710905 4.939108175 5.044390728 5.618025593 5.677859663 5.496781411 5.343147652 4.828957801 5.118193663 5.345373818 5.684279837 5.043333105 5.319905628 5.727131746 5.64584547 4.694107052 5.009326211 5.351175876 4.713762696 +LQ00X033180 Putative Predicted protein 8.907550749 9.458812952 8.609556425 7.947841236 9.133946398 7.513497877 7.306345447 7.300550061 8.802575137 9.046925826 8.830013005 7.901527391 8.177236122 7.945112276 7.605845572 7.681579694 11.10625057 9.438465238 11.19123614 10.66025128 9.505927994 9.953686799 9.123763394 8.632718928 9.648721306 8.426715413 10.29821706 9.782188974 9.005372949 9.557849977 9.349262713 8.348629983 +LQ00X033200 Putative Predicted protein 12.93643682 11.70365422 11.50309662 10.33596846 12.15963804 11.14628055 12.0243949 11.17868039 11.4166791 13.04232854 10.69303901 10.28759276 10.49173462 11.52574986 11.78391641 12.27277538 13.06384092 11.61378471 11.79668164 13.52976698 9.609753352 9.823310934 10.47450152 10.74461443 11.39515521 8.583909519 10.90488243 10.92547396 8.077203331 9.58437049 11.98207833 11.60136653 +LQ00X033220 Hypothetical protein 14.93459841 15.0803925 14.93562957 14.71794765 15.48406 13.51947596 14.58497897 14.55110893 14.93304778 15.16142918 15.22509086 14.3532668 14.71374646 14.06308997 14.44506638 14.87703318 15.17386096 14.62383255 14.52969889 15.55662932 15.30342813 15.4809621 14.84233531 15.33288967 14.53884918 14.13735854 14.18480033 15.37618591 14.80343402 15.11430207 15.3829647 15.43303064 +LQ00X033500 Putative Predicted protein 5.079109414 4.646757789 4.68099674 5.377307091 4.850238613 4.708443312 4.975653825 5.657575547 4.937063098 4.709739297 4.668548318 4.787342842 4.89757424 5.111823641 4.939565351 5.9131437 4.89635726 4.956617427 5.000951461 4.707240763 5.613355864 4.799527498 5.132549079 4.715114117 4.793081185 5.251436064 5.006938423 5.364325626 5.135464388 4.855369366 5.295718639 5.178411767 +LQ00X033650 60S ribosomal protein L34, putative 5.145636619 5.204100782 5.165209202 4.911842564 5.162417498 4.835467355 4.882737242 4.678132909 5.40010068 4.999285537 5.317844264 4.868770984 5.019074913 4.963423187 4.70329136 4.67376599 5.090654414 5.408981672 5.658901676 4.901672263 5.044901064 5.121382289 5.240076507 5.777296081 5.148550058 5.423597738 5.671334205 5.718581887 5.221197808 4.803158611 4.896693546 5.149234946 +LQ00X033660 Putative Ribosomal protein L34e 14.76542069 14.39313136 14.27218911 14.57709146 14.22758096 14.45246209 14.47239541 14.01090345 14.91741301 15.2371941 14.49485889 14.88399582 14.38660285 14.27159385 14.65940576 14.13998974 14.69187079 14.01085694 14.59318576 13.90667254 13.57544697 14.22921884 13.8645611 13.53911928 15.10097817 14.55351724 14.82735632 13.3639859 13.0266118 13.86548904 13.79723292 13.90231444 +LQ00X033720 Putative Protein thiJ 13.87342147 14.0458829 13.80553598 13.74314368 13.51379409 14.61780703 14.37066633 13.9773064 13.37271382 13.46028014 13.357982 13.41774354 13.08900733 14.29595374 14.29827453 13.81358018 14.32991842 14.80194424 13.7863002 14.06518406 13.93218816 13.78127293 14.34296304 14.53135658 13.77646373 13.98041029 13.73264804 13.5677384 14.1505616 13.87684504 14.23152547 14.44313942 +LQ00X033840 Predicted protein 11.49920894 11.30648134 10.9478859 10.82178421 10.89588234 11.39060221 11.05855284 10.72651212 11.0227439 11.1820698 10.222107 10.32770413 10.51577263 10.98438083 11.11759377 10.53005522 10.99418952 10.60506098 10.77881549 10.83426876 11.0663858 10.3544295 11.28716395 10.94919179 11.11289454 10.51411642 10.65627817 10.65393888 11.29599628 10.45340288 11.43611827 11.2691889 +LQ00X033850 Probable LRR receptor-like serine/threonine-protein kinase At1g53440 5.730249295 5.312023146 5.378113565 5.707307872 5.793332802 5.714298412 5.977357449 5.489872052 5.237415787 5.890999766 5.360727074 5.85400021 5.308774803 5.611984448 5.502270172 5.61494546 5.235703046 5.847797413 6.30481124 5.251523818 5.545441418 5.542889107 5.648386678 5.128660315 5.585510915 5.485245559 6.107801435 5.821981723 5.717897626 5.548669465 5.13681383 5.359372064 +LQ00X033870 Uncharacterized protein At3g15000, mitochondrial 5.473355972 5.454079033 5.425429383 6.133705936 5.310161127 5.14390198 5.594634729 5.108992536 5.682605344 5.550029027 5.131430907 6.351359793 5.443587719 5.657220603 5.632642845 5.551787906 5.190831762 5.257679478 6.378978481 5.442444253 6.115897738 5.460543639 4.987783233 5.294768167 5.544189682 5.194802308 5.863170329 6.068405636 5.984297055 5.581141389 5.255852856 5.0446937 +LQ00X033890 Hypothetical protein 5.975045623 5.958410042 5.776178945 5.613127514 5.586128001 5.293221729 5.564725335 5.210655216 5.800973653 5.52556532 5.304266704 5.230483653 5.741623556 5.457258613 5.431408648 5.206522427 5.376988039 5.672847812 6.123994456 4.93729434 6.054713326 5.48442118 6.190743085 4.97477413 5.494943296 6.05835293 5.910871682 5.866279346 5.831454494 5.432377026 5.431526329 5.139424387 +LQ00X033920 Fiber protein Fb17 (Fragment) 14.02236297 13.60528917 14.02757242 13.9444816 14.00086031 14.47299528 14.46901664 14.02184364 14.01593133 13.83635681 13.95510855 14.16871509 14.07017023 14.45822872 14.39295918 14.37967497 14.36609934 14.15675831 14.19322588 14.32369997 13.84204012 13.92007921 14.09138073 14.26228898 14.13642894 14.08950274 14.11143922 14.17808939 13.19385401 14.22931594 14.13788417 14.06454561 +LQ00X033930 Putative Serine carboxypeptidase-like 44 5.582578098 5.338173577 5.527847842 5.463257381 5.549732573 5.436017447 6.083110249 5.610397417 6.369718577 5.40254963 5.560992598 5.586919149 5.518825109 5.414737248 5.46022043 5.47135117 5.44851081 5.886923481 5.687024565 5.180890334 6.222913223 5.589299389 5.317099611 5.961190007 5.500611853 6.018295219 5.79081258 5.46603068 5.953913338 5.979177645 5.643007387 5.324750156 +LQ00X034040 Probable DNA primase large subunit 5.208385086 5.2922052 5.349944991 4.834115844 4.922016908 4.769142239 4.993609987 4.533744455 4.969989404 5.127315547 5.096666615 5.140570207 5.15399459 4.718095748 4.929266416 5.261838663 5.0574451 4.693664294 5.319172141 5.089078501 5.06862995 4.812864084 7.076896966 4.832231967 4.996404366 4.996125239 5.512705457 5.371187502 4.894609649 4.941003139 5.303735599 5.143113655 +LQ00X034060 50S ribosomal protein L18, chloroplastic 14.83465464 14.85337676 15.33719126 14.91774456 15.14573141 14.12971699 14.37666135 13.96051482 15.02123124 14.96289213 15.18937291 14.77578044 15.43016127 14.557933 14.58938643 14.37544638 14.68671787 15.07954685 14.71979685 15.39153435 15.23620455 15.20114277 15.16990318 15.34407244 14.81023716 14.99935625 15.09802319 15.28194089 15.33597012 15.14067343 15.14380227 15.25963534 +LQ00X034080 Lanosterol synthase 5.527260327 5.779530587 5.702341727 6.544154131 5.5795859 5.801364001 5.519442937 5.582066197 5.567763012 5.187115154 5.694098677 6.494094023 5.761126238 5.222208242 5.15347303 5.23173184 5.558505165 5.376805328 4.983693448 5.709545201 5.417270976 5.902535821 4.960914804 5.344522857 5.415492769 5.804622601 4.818425399 5.866933793 5.564613599 5.912256279 5.221864668 4.949638299 +LQ00X034190 Predicted protein 7.04868125 6.585376886 6.74626258 6.591986775 6.940961189 6.867985424 6.561964089 6.813128276 6.550607093 5.594719913 6.647888917 6.513784949 6.645759832 6.964619232 6.324833387 6.713245397 6.759013521 6.872463803 6.181314776 6.530931961 6.471969185 6.758963262 6.172150815 6.734804381 6.724976077 6.39786527 6.460851091 6.176637262 7.452577934 6.879041662 6.073147226 6.809220408 +LQ00X034240 Putative uncharacterized protein 5.391199506 5.059651533 5.681913727 5.868878149 5.705099798 5.605453011 5.247373914 5.24745699 5.306142926 5.20929881 5.985847495 5.850785822 5.545080014 5.67714325 5.394217566 5.482700382 5.366452339 5.268853494 5.174915786 4.937951598 5.242367481 5.659725779 5.602966949 5.297030786 5.261342329 5.079562975 5.24457616 5.101501696 5.382956608 6.024052848 5.102265129 5.28009988 +LQ00X034250 Fasciclin-like arabinogalactan protein 17 5.346061802 4.748208052 5.189254272 4.560585915 5.473145403 4.983501178 4.693107543 5.028460772 4.778805968 4.723935225 5.532288607 4.660903011 4.707132873 5.237348998 4.552558323 4.901651798 5.056686055 4.804397588 5.430694948 5.304232074 5.228895503 4.710968917 5.566189004 5.755386574 5.370628816 5.131674398 4.696318992 5.85561924 5.441307989 4.891861148 5.5357965 6.21135685 +LQ00X034290 Predicted protein 11.55888157 11.45915543 11.89260342 12.05686447 12.27169654 12.91176795 12.95402884 13.13025321 11.53697546 11.20575126 11.85925555 11.98765388 11.94972816 13.05862463 12.56769133 12.83757494 12.25026159 12.41537765 12.06375095 12.3463095 12.21062826 12.25286072 13.16068692 13.20825506 11.62085635 11.57365634 11.80992641 12.23346046 12.46672573 12.49285384 13.03546839 13.12456041 +LQ00X034391 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.232747393 5.115895553 5.973897841 5.343456382 5.799042449 5.652245149 5.588604507 5.861680509 5.188950027 5.067268747 5.329644276 5.201096272 5.58997353 5.541921355 5.462559401 5.986632451 5.250546854 5.442433676 5.127589198 5.435740043 5.521281476 5.2117017 5.444983359 5.474482369 5.147318101 5.153684585 5.220226089 5.587236656 5.469985569 5.3356727 6.301948894 5.19950299 +LQ00X034410 Hypothetical protein 5.407057653 5.442322539 5.29087567 5.733814301 5.352735503 5.762153564 6.268244145 7.150563753 5.344900642 5.06511084 5.329023952 5.893852618 5.524112347 6.392757145 5.531237375 6.48358128 5.145555894 5.305936513 5.105393002 5.476221875 4.951776228 5.812061721 5.356404942 5.242897865 5.366072566 5.038515733 5.578774024 5.062434859 4.957279915 5.807242432 5.88436933 6.007324924 +LQ00X034470 Predicted protein 6.124606386 5.792108802 5.550727737 6.112805884 5.488256357 5.648071621 6.163207977 5.183190944 5.94702599 7.057776122 5.920283132 6.019580562 5.384609649 5.198652929 7.14277084 5.597576594 5.315324836 6.173138305 5.631273811 6.179640853 5.547621365 6.066114859 5.815611644 5.475448196 5.754454486 5.699695062 5.92266147 5.637995014 5.770146765 5.560691513 5.820757301 5.401866903 +LQ00X034500 Phd finger protein, putative 10.67071138 9.86248266 9.534305951 10.47394886 10.00297732 10.22505176 10.42654172 10.0819799 10.27168468 9.947497652 9.460427918 10.23205963 9.681077534 10.18550072 10.07678769 9.763234998 10.32271863 9.902132999 10.99319973 9.429759837 9.335745385 10.20250801 9.665953423 9.76089746 11.28290125 10.6999243 10.7319111 8.723026993 10.20722878 10.15325495 10.30898424 9.360888799 +LQ00X034530 Hypothetical protein 6.672020085 6.67198746 6.658562519 7.595211498 6.789523154 7.414162303 6.385217405 8.304549497 6.774196092 6.098521414 7.076865706 7.566228563 6.518715982 7.04048491 6.107430429 7.671707268 7.221683335 5.860303941 6.68180144 6.25468833 6.104742967 7.021724404 8.699505575 7.626200232 7.00562181 5.955432391 5.466183685 6.275191672 5.928657792 7.800484482 8.123723249 7.142318554 +LQ00X034690 Putative Arabidopsis retrotransposon ORF-1 protein 5.163246334 4.917826403 5.583305543 5.266930254 5.257123247 5.766422654 5.58155327 5.355000821 5.065187833 5.191135739 5.811384217 5.452596543 5.152144488 5.823287352 5.246549278 5.664770929 5.316440855 5.442817556 5.300562062 5.293179663 5.675081022 5.51138564 5.532315831 6.92686258 5.262503902 5.456245317 5.202163224 5.621877363 5.184098874 5.195494443 5.651183077 6.455275026 +LQ00X034710 Putative uncharacterized protein 10.57447004 10.30322514 10.7677324 11.31237399 10.92699778 11.47037105 11.49536481 11.33434566 10.46279455 9.910903581 10.58356082 11.26246578 10.6600311 11.57520908 11.04561469 11.58495653 10.49443762 10.58094167 10.38407451 10.74319332 10.32249608 10.78390011 10.64832903 10.97375515 10.37856247 10.35800829 9.997277636 10.56873609 10.46644409 10.80938515 10.89732407 10.82352297 +LQ00X034780 Probable dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase 5.069205284 5.203799772 5.619682062 5.204214558 5.006303923 5.352548996 5.221795098 5.007713946 5.222157114 5.293991991 5.665974929 5.409938829 5.097382768 5.151177187 5.578878326 5.36191849 5.026673147 4.863815869 5.041777751 5.20413977 5.419509542 5.084640717 5.203004056 5.214834083 5.100428885 5.057780145 5.214660659 5.260223043 5.50329334 5.097572585 5.741045921 6.057454051 +LQ00X034840 Predicted protein 5.08949764 4.82805163 4.929554219 4.862496434 5.195120194 5.199753721 4.880658132 5.138617448 4.889820708 5.011426028 5.373204894 4.794253567 5.282680086 4.764279503 5.528373771 5.140554382 5.762136108 5.991272988 5.992750582 5.671864099 5.308048831 5.062096497 5.161656597 5.842597007 5.573941554 5.733976599 4.996015698 7.213763288 5.304649158 5.127854513 6.494842123 5.637878811 +LQ00X034860 Putative tRNA pseudouridine synthase A 11.94455033 11.74666938 11.74433216 12.2338232 11.72977388 12.79697263 12.66634498 12.46507958 12.05515395 12.03480092 11.76882566 12.36072067 11.84834425 13.01444745 12.59138527 12.81779963 12.28581361 12.5650621 12.39119042 11.79456402 12.09158521 11.70895032 12.98914891 12.61610291 12.16438287 12.2369302 12.47555857 11.79261142 11.95274329 11.55231332 12.5932408 12.37368193 +LQ00X034870 Putative UPF0481 protein At3g47200 8.686112447 8.66493754 8.88600266 8.391577312 9.053256683 8.183047405 7.586301634 8.098511528 8.473927522 8.526061314 8.622434221 8.40505489 9.671805887 8.383044741 7.927229485 8.235905674 8.698206064 8.873224247 9.273496934 9.002966438 9.067736949 8.119651781 8.442451548 8.916065642 8.408012845 8.092438653 9.200638604 8.72457663 9.506663666 8.223918858 8.555995582 8.108529541 +LQ00X035090 26S proteasome non-ATPase regulatory subunit 2 12.14048187 11.77288073 11.36568809 11.68265639 11.54615047 11.63128176 11.53243875 11.45096463 11.92302352 11.41194275 11.301755 11.53624883 11.29358364 11.54118513 11.10879981 10.82582825 12.24423436 11.52149189 12.86254549 10.92522368 10.99420433 12.18970239 11.48173288 11.69532942 12.54757918 11.88969497 12.78639253 11.53582392 11.45422716 12.18318972 11.55612764 11.71795847 +LQ00X035130 Putative Two-component response regulator-like APRR2 5.873191042 5.207935709 5.946874722 5.810069483 5.619275358 5.37027953 5.939067333 6.126240903 5.577823596 5.051826208 5.86121015 5.740186657 5.423885026 5.453467072 5.747455537 5.458284404 5.109073387 5.441478127 4.938944641 5.492589995 5.439078004 5.704760917 6.289556489 5.542518159 5.319541189 5.285824267 4.904960616 4.782450724 5.225551956 5.143571226 5.684443421 6.175111322 +LQ00X035180 Predicted protein 5.461158947 5.589378812 5.805314183 5.933407586 5.807262845 6.40843879 6.26267408 6.178036145 5.662343167 5.145462028 5.78176131 5.821210732 5.607081827 6.233104611 6.050302525 6.063932782 5.451615685 5.869591584 5.208936921 5.201356055 5.718765527 5.401911292 5.842547194 5.671355887 5.536772756 5.97267828 5.18818406 5.737870133 5.769841774 5.701374945 5.432468992 5.315493862 +LQ00X035340 F-box/ankyrin repeat protein SKIP35 11.01768441 10.69206965 11.47532145 11.26998378 11.15032884 11.77134016 11.95830609 11.75714462 10.653695 9.753134353 10.82272371 10.94497414 10.66661276 11.52563018 11.22485261 11.02160419 10.62389748 11.09702268 10.02282534 10.94913105 11.01061951 10.79040652 11.65666017 11.598611 10.54999533 10.82667909 10.23495943 10.91286828 11.21877186 11.16030823 11.55082294 11.53305899 +LQ00X035350 Predicted protein 7.326693405 7.332172029 6.886258754 7.75992257 7.126570915 8.407339194 7.951841881 8.994608876 7.434794953 6.598590696 6.815871081 7.847357278 7.112584241 8.030101065 7.683015635 9.18861165 9.222594316 8.321446344 7.875562509 7.279616133 7.286091496 7.731730396 6.675366802 7.32348777 7.523252584 7.338405719 7.213124162 7.029860936 6.240919379 7.612579702 7.074232409 6.566658906 +LQ00X035360 Putative Desiccation protectant protein Lea14 homolog 5.830007521 5.419589518 6.208308705 6.631370397 6.66264409 6.227296363 6.389796754 5.885045626 6.303307073 6.829765154 7.147343184 6.308506191 6.262246433 6.417078053 7.589037976 6.894213921 6.214075695 6.11489479 5.769658032 6.592664177 6.140285318 6.366014053 6.180017756 5.719972613 6.334989592 5.7051671 6.276829375 7.092035101 6.183634537 6.043823717 6.255843141 6.942569886 +LQ00X035370 Putative uncharacterized protein 5.756042019 5.475308748 5.698304505 5.800468628 6.011765325 5.574596478 5.530231174 5.737457563 5.583037297 5.547072055 5.367478277 5.448872525 5.514184167 5.102606814 6.359025488 5.316805091 5.98106841 5.854177138 5.965296327 5.968347122 5.238155327 5.565924144 5.547173875 5.645814932 5.460382401 6.103442039 5.644310839 5.05294405 5.521874308 6.110339051 5.806899026 5.218413252 +LQ00X035390 6,7-dimethyl-8-ribityllumazine synthase, chloroplastic 4.910204958 5.19726021 5.417838561 5.225302872 5.341036517 5.61028455 5.769085292 5.660225726 5.460550058 5.41579325 5.688318586 5.482565445 5.139340017 5.442773388 6.321242429 5.875987212 5.134658873 5.070208657 5.388499242 4.991422218 5.246396111 5.504057517 5.885109632 5.511316614 5.305717669 5.34521101 5.670285125 5.395536382 5.263899817 4.987573003 4.92888186 6.287698013 +LQ00X035450 Putative uncharacterized protein 9.462558613 9.160230496 9.882248291 9.370649641 9.477113058 10.50984049 10.14002499 10.45364399 9.641673757 8.871270263 9.906821807 9.625689618 9.707866896 10.41336293 10.0145023 10.4992285 12.51492285 13.32603896 12.91292106 12.2384525 12.63987837 12.23631963 13.14045151 12.93938025 12.15120699 13.06592397 12.9125907 12.85174888 11.47767875 12.76120643 12.36136662 13.08746935 +LQ00X035470 Predicted protein 12.44731995 12.27868085 12.93625781 12.59979644 12.74117503 12.91584284 12.8536757 12.83292161 12.4786462 12.12478896 12.97439773 12.67582183 13.05903237 13.14982374 13.01112645 13.16595026 12.94977043 12.45078743 12.39936479 12.89627278 13.11212192 12.53332755 13.29877235 13.09499068 12.49845747 11.98146085 12.21685703 12.68378366 13.15944855 12.87767975 13.52041598 13.00416853 +LQ00X035490 Putative Uncharacterized protein RP120 9.261316686 9.44618918 8.571357456 9.214215625 8.90104923 10.46105627 10.52246278 10.14075652 9.500903906 9.64607319 8.90423933 9.511580344 9.101715315 10.63721896 10.61104358 10.24179329 9.940095322 9.68301822 10.05295586 8.586404799 8.931302016 9.215628272 10.54210507 10.55574325 9.916619561 9.561928962 10.25566549 8.78557965 9.079308966 9.401292454 10.61611819 10.4489084 +LQ00X035500 Capsanthin/capsorubin synthase, chromoplast 9.517844576 9.176901493 10.46295231 9.78465536 10.2495464 8.891818495 9.177226092 10.19411275 9.693954456 8.715150666 10.47392659 10.09555455 11.20291475 9.393256478 9.17848859 10.2944204 11.20256164 11.37108299 10.83543143 11.94177273 11.30133447 11.20441239 11.44970203 11.09083316 10.07747835 10.49994291 9.494188439 11.58669305 10.9970341 10.60968483 11.16020021 10.8906441 +LQ00X035510 Vesicle-associated membrane protein 714 5.886306237 6.482917081 5.99436915 6.859927295 6.118613782 5.766611658 6.69145728 6.561205079 5.901146952 6.191329971 6.474824337 6.525723408 6.686432917 6.316621995 7.250805232 6.52256879 5.962324506 6.043132701 5.851791257 6.482340717 6.50049162 5.664455927 5.831322159 6.502672943 5.686437324 6.599999877 5.652665194 6.458197131 6.777708783 6.32369221 6.26500749 6.176087667 +LQ00X035530 Calcium-dependent protein kinase 1 9.033349333 8.829315351 8.151691147 10.00277238 8.941497692 9.679708194 9.961491442 9.970062413 8.80130791 8.346117111 8.023445389 9.679153047 8.795291139 9.474504094 9.847356406 9.933387437 8.850236099 8.184264861 7.109363802 8.358425267 8.281400221 9.155359642 7.969975826 8.936862296 8.422299088 8.622956759 6.843241834 8.602968031 8.966079339 9.553141552 8.5969652 8.958867836 +LQ00X035540 Putative Predicted protein 6.105973542 5.788526334 6.416485962 5.036597968 5.874902572 4.90551214 5.547205553 5.128592587 5.548123134 5.581306277 5.654628769 5.272369899 6.164164472 5.332712051 5.080473558 5.215249325 5.688176826 5.931189285 6.141210888 6.046089704 5.54790801 5.967951853 6.245055088 5.653002123 5.788719369 5.446108752 6.334591542 5.121865242 5.211911476 5.695333225 6.77917207 5.416584336 +LQ00X035550 Putative Prefoldin subunit 1 14.51981242 14.34998182 14.83478503 14.45735843 14.81565871 14.23359763 14.5290426 14.55052556 14.31830223 14.30333427 14.69087122 14.50308032 14.73623904 14.60569776 14.85012842 14.68513397 14.34636964 14.21976856 14.27456268 14.68904389 14.55120943 14.46688641 14.7972024 14.73500963 14.32335308 14.03761884 14.23919873 14.6274514 14.62645405 14.71402706 14.92667074 14.76848074 +LQ00X035560 Fasciclin-like arabinogalactan protein 17 12.07927741 11.46606001 13.02665407 12.90831036 12.81540707 8.958206602 8.690824083 7.984850347 11.93337943 11.35046574 12.54831217 12.82694951 12.68583831 9.037229843 9.579852884 8.485902087 10.56509852 10.98189777 10.93009134 12.06725654 12.33003979 12.2325193 7.555492278 9.081677005 11.43428523 11.62994422 11.38222907 12.49473841 13.06230989 12.97172354 8.546313554 9.18411775 +LQ00X035620 Hypothetical protein 13.25635611 12.34555062 13.49736843 14.32758912 12.94542308 13.60355779 13.7328647 13.96432597 12.62304946 12.43025572 12.61238465 13.73832906 12.59610237 13.35231919 13.16210553 12.85474695 13.78360943 14.4348381 13.02514515 13.48122584 13.2750973 13.06026263 13.68114913 12.94302337 12.96306092 13.70643224 12.87524551 13.26511488 12.8135309 13.6791965 13.46237729 13.02896602 +LQ00X035750 Putative ALG-2 interacting protein X 10.50977217 10.5937601 10.7549861 9.884082211 10.65775189 10.97500107 10.74239219 11.22989151 10.03604866 9.47428509 10.3253143 10.06154245 10.25685214 10.76031893 10.13777378 10.6988099 9.725096165 10.46342699 9.601353956 11.16459554 11.53428154 9.820444467 11.71932341 11.1408907 9.561899956 10.15247371 9.861601807 10.50854693 11.27069323 10.32542329 12.10351028 11.43284786 +LQ00X035780 Serine/threonine-protein kinase CTR1 10.34393587 10.09212633 10.15699986 10.39645323 10.43042072 11.07683391 10.66452547 11.00963089 10.45090518 9.436659807 10.16019143 10.20099084 10.48824075 10.95117526 10.64637884 10.67410239 11.76194049 11.31161469 11.44924376 11.12641951 10.54262238 10.24981036 10.76000659 11.17498154 10.5232143 10.22485691 10.28253106 10.38044841 10.40505129 10.55783964 11.08670788 11.31084164 +LQ00X035801 Putative Pol protein 5.03109468 5.207867612 5.434015251 5.04774017 5.23992424 4.793193909 4.706365809 4.738575599 5.112135768 5.622203776 5.664246307 5.148999712 5.156616508 4.790466921 4.694604719 4.706702922 4.927090134 5.49577844 5.763316316 5.817553036 5.748019652 5.212075903 5.888948567 5.373339032 5.271409468 5.438222667 6.502720228 5.383247701 6.683422527 5.296112516 5.43472422 4.864825259 +LQ00X035930 Hypothetical protein 5.105281608 5.106364869 6.382373557 5.030391706 5.249291631 4.998452961 5.22795316 4.725852984 5.120230102 5.151290072 5.502920872 5.163013063 5.524975148 5.119402109 5.072033799 5.203109624 5.104283145 4.901607722 5.483389389 5.180772229 5.137992411 5.247582045 5.533823971 5.272950033 5.045137712 5.192143048 5.348111301 5.520644947 5.247521283 5.279452772 4.942800081 5.824368679 +LQ00X035940 Fruit protein pKIWI502 5.951372518 5.688867239 5.680765997 5.261050564 5.908501536 4.808893902 4.771932974 4.739781898 5.804432833 5.299121938 5.757340574 5.178520138 6.654647801 4.850209486 5.03450356 5.063469282 5.830198442 6.277747892 5.65705854 5.651491225 6.012799668 5.837041438 5.452839484 5.132801042 5.979608167 5.94286883 6.492367321 5.962419142 5.50264871 5.754729213 5.941112206 5.099515568 +LQ00X036430 Putative uncharacterized protein 6.952596227 6.624080986 6.733427742 8.367538089 7.543393857 8.953735946 9.103060671 8.685606432 6.534268098 6.0312276 6.474016818 8.459227381 6.696348957 8.821355918 9.125780948 8.120744793 7.463784175 6.245462361 6.380167134 5.608367315 5.450454325 7.617562076 6.137346633 7.938853496 6.990508787 6.50959852 6.362538937 5.890246628 5.560054262 8.361212906 6.446734991 7.905709193 +LQ00X036440 Hypothetical protein 5.683306392 5.299409722 5.326001768 5.679189214 5.444220279 5.626396455 5.740890053 5.335303571 5.465719431 5.108480879 5.284259543 5.878535767 5.591105391 5.630168693 5.073031358 5.17669971 5.139236362 5.444173313 5.442790778 5.678139848 5.152683709 5.486851122 5.312629735 5.204123482 5.394398296 5.308701905 5.260471306 5.596602852 5.274403345 5.645074336 5.035425106 5.616421501 +LQ00X036580 Prolyl 4-hydroxylase alpha subunit, putative 11.80983921 10.80418514 11.25266665 11.8590266 10.56268783 12.05573194 11.61112852 10.42919638 10.84290734 10.49365182 10.64867877 11.15742708 10.16267023 11.08855614 10.76620469 10.3375153 11.53013444 11.63396502 10.45506751 10.48440685 10.52310493 10.49603864 10.60852523 9.69554934 10.5952939 10.53097987 10.25411845 10.07269697 9.925586113 10.5871924 9.996547088 8.896358594 +LQ00X036660 Nodulin-21 5.518168937 5.138819035 5.720127211 5.380585093 6.260903914 5.579148352 5.22234903 5.502376444 5.746663695 5.521691105 5.652361976 5.527798835 6.56484282 5.61406501 5.161385781 5.53761184 5.848620851 5.798546451 6.046581349 6.026108672 6.372129798 6.834698343 5.456955048 5.611555172 5.805571191 6.162728834 6.039936523 6.007891952 6.123100404 6.71288354 5.223875918 5.234297619 +LQ00X036690 Putative Protein FAM188A 6.512494105 6.621834654 7.721219951 6.985327692 6.688511319 6.751015044 6.623097239 6.438767941 6.765476366 7.041318494 7.105973587 6.596365411 6.866266707 6.105340855 7.283652589 6.743730303 6.430928276 6.758632207 6.173926191 7.461440122 6.926346986 6.492219137 7.554017379 6.601041852 6.494369756 6.850593099 6.424578553 6.089802215 6.533078466 6.697003295 6.582903419 6.653641056 +LQ00X036700 Hypothetical protein 5.687792293 5.965685563 5.231055544 5.57465511 5.392168344 4.834081671 4.565351622 4.65011464 5.682090802 6.499588608 5.105309393 5.936743024 5.653473237 4.97934575 4.907849158 4.818242904 4.833902048 4.992830857 4.98935036 4.599469094 4.953843476 4.906717557 5.1258456 4.861897474 4.986058858 4.962888012 5.053966899 5.035625565 4.976889496 5.015601532 5.521314558 4.773319279 +LQ00X037020 Metalloendoproteinase 1 7.248603219 7.684372245 8.225880707 7.528912282 8.572575999 6.502986257 6.92914294 7.069696232 7.362106051 7.371021553 8.307455804 7.671246252 8.403344296 6.64940003 6.405534595 6.767566054 7.012610472 7.355045471 8.839488188 8.598191669 8.421184085 7.348835774 7.155377413 8.390352352 7.155106559 7.586484142 7.771667834 7.856750147 8.385000738 7.599656186 7.429997587 7.419762389 +LQ00X037060 Probable NAD(P)H-dependent oxidoreductase 1 9.574668701 9.416129729 7.962377305 6.905938663 7.096681836 5.615677544 5.874296166 5.725482951 9.051587486 10.08859995 8.217657188 6.737453649 7.124116406 5.500997227 5.847007668 6.071252025 7.872450744 6.955994095 7.67503184 6.9861873 6.661475582 7.120737834 5.85780326 5.564954693 8.236320076 7.576555263 6.887045317 5.899611003 6.507710635 6.346442406 6.051232002 5.544970987 +LQ00X037061 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.76204754 7.831270043 8.777564897 9.366046713 7.386413747 10.98819184 10.71190359 11.22048009 8.522878031 7.513530549 8.11757006 9.032547911 7.927161569 11.13282738 10.98238362 10.72017966 8.236194513 8.181902026 5.461723556 7.813074278 6.704309473 7.059219566 6.629724901 7.5991863 7.477259245 6.805977873 5.704254488 7.005669291 6.26896823 7.227860538 7.687965849 8.170108223 +LQ00X037090 Putative uncharacterized protein 12.29681925 12.12430987 12.94448743 12.08487957 13.0986263 11.90667279 11.67418079 11.9484097 11.91406234 11.82767665 12.66874021 11.69482159 12.89852952 11.93240414 11.40042191 11.79118405 11.63636885 11.90337885 11.59433433 12.44642331 12.64859878 12.52922682 12.64035889 12.49163689 11.79875754 11.66619811 11.71286676 12.64112444 12.87441253 12.63724718 12.82136589 12.65170389 +LQ00X037140 Two-component response regulator ARR4 5.2895819 5.041061196 5.098722461 5.615984369 4.930759064 5.409485281 5.511449564 5.306761208 5.16871422 4.999038533 5.426988213 5.611104892 4.966603684 5.353121742 5.739818 5.425772173 5.074883645 5.566829072 5.254862312 5.298060778 5.499231133 4.957897329 5.10661782 4.948010978 5.075225461 5.628996473 5.086886566 5.967845271 5.527809773 5.344677444 5.664938787 4.684346505 +LQ00X037170 Predicted protein 11.16731807 10.52693104 11.14255066 11.3788305 10.8911361 10.34053633 10.47973746 10.5394179 11.18857274 10.26905933 11.02171866 11.1292376 11.00718365 10.48118829 10.81040699 10.49542587 10.47222481 10.33202349 10.21591702 10.20432452 10.08090082 10.80811951 9.049570045 9.896166826 10.63038861 10.63683887 10.13236679 10.45780998 11.03910802 10.81533986 9.811644443 9.894103926 +LQ00X037190 Probable galacturonosyltransferase-like 9 11.53125226 11.52194795 12.21650612 12.97855542 12.0896196 10.73712446 10.66522035 10.69662858 11.8343786 11.99577872 12.45237805 12.82216543 12.44696806 10.51757636 10.64842353 10.70187939 11.63310249 11.94435594 11.982741 12.00875663 12.47646272 12.64320854 9.830364982 9.203606977 11.98843326 12.69285116 11.21858411 13.0475265 12.69515579 12.48588955 9.038314445 9.126190737 +LQ00X037200 Pyruvate dehydrogenase E1 component subunit alpha-1, mitochondrial 13.74492243 13.30860852 13.22535065 14.03562989 13.41767495 14.03749161 13.95137523 13.73410424 14.00949858 13.74740683 13.51046385 14.30894614 13.48054703 13.87178565 13.86394439 13.94125237 13.35641243 13.46840788 13.5291784 13.03254012 12.9787552 13.26096709 12.80134138 12.70575531 14.12810004 14.10144392 13.35149708 13.01993996 13.10190674 13.59992186 13.03217518 12.79884951 +LQ00X037220 Paired amphipathic helix protein Sin3 12.66128277 10.93298437 12.44624716 12.61272126 12.95434206 13.11918041 12.98659658 13.48037104 11.27895531 13.05448722 10.79106772 10.90817961 11.78685041 10.72001901 13.52347018 11.75177844 12.45833244 12.88384966 13.17890663 12.45140004 12.34570022 12.58893854 12.7846227 12.56431444 12.71090858 12.75601667 12.41996775 12.76096711 10.96047228 12.74048573 12.8496493 12.80404033 +LQ00X037280 Methyl binding domain protein 5.009654004 4.984855638 6.463333491 4.961427127 5.746307495 4.742402218 4.753910134 5.009718882 5.024405454 4.661303747 5.84628623 4.879937791 5.293720798 4.980970496 4.612877209 4.66260527 5.408982547 4.891519536 4.772685595 5.259241193 5.138923264 5.208023486 4.843090869 5.967792325 5.040051248 5.140161269 4.917832687 5.105261245 5.352563964 5.430109941 5.627318618 4.731104615 +LQ00X037430 Putative 3-oxo-5-alpha-steroid 4-dehydrogenase 1 5.510785055 5.444404131 5.313757097 5.450109469 4.899936352 5.754566176 5.355897223 5.212620747 5.685975624 5.446821818 5.222678478 5.510320183 5.881484892 5.01365112 5.924826571 5.102255934 5.001202089 5.471076996 5.224071096 5.420620912 5.432267031 5.583895557 5.530075995 5.755029926 5.481140983 5.661392851 4.967781662 4.857898224 5.317764356 5.418548861 5.774118428 5.22215117 +LQ00X037510 Ubiquitin carboxyl-terminal hydrolase 12 12.43224139 12.55397712 12.67441229 12.98446203 12.84525209 13.15988881 13.01772821 13.12974271 12.51143298 12.29231092 12.69406777 12.98358551 12.75892448 13.08884565 13.10519095 13.24126446 12.76048461 13.30268377 12.45765587 12.60129071 12.99740356 12.79643848 12.84116762 12.6258082 12.50643049 12.91521103 12.20876733 12.96003786 12.4108323 12.84254359 12.79186798 12.76743257 +LQ00X037590 U6 snRNA-associated Sm-like protein LSm3 13.45869964 13.09190984 12.84919233 13.04133688 13.05210473 13.57072672 13.5944835 13.41427559 13.57078688 13.55959346 13.03533898 13.20503735 12.94216189 13.48702554 13.5367344 13.47899551 13.87871869 13.52475773 13.76037363 13.53644678 12.93184376 13.19486149 13.54079034 13.61941766 13.78753477 13.49023544 13.77346319 13.24087066 12.26342256 13.21162239 13.38638299 13.55091631 +LQ00X037620 Predicted protein 10.13588436 9.828083884 10.80422653 10.25718342 10.71456455 8.915083675 9.631995019 9.361184445 10.26474832 10.39186116 11.05394735 10.68706752 11.5739695 9.495156457 10.00756852 9.673517661 8.505417051 9.794667156 9.382001114 10.45001059 10.31914545 10.1395145 8.316956351 9.528130882 9.523294112 10.63789356 9.895755696 10.41043362 10.59038517 9.178481338 8.912125296 8.828171502 +LQ00X037650 Hypothetical protein 5.314106577 4.936788021 5.376670589 4.958371206 5.578558601 4.74488161 5.239939667 4.632392161 5.105169075 5.11116492 5.016947073 4.848423615 5.389012819 5.061974765 4.988813621 5.017815684 5.131711408 4.799583056 5.25187876 5.194122476 5.305600015 5.352544009 4.993572209 4.761709517 5.265067588 4.932731182 5.272305029 5.285297787 5.056953312 5.074345257 5.033891102 5.515762462 +LQ00X037690 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.111955724 5.373727025 5.871700139 5.564876213 5.77436165 5.384154551 4.979494646 5.14930308 5.107322887 5.462956829 5.959935971 5.343013937 5.672500745 5.307067342 5.73313348 5.053807627 5.22859884 5.269714548 4.903018206 5.232237049 4.699232383 5.25733981 6.245408874 5.513191491 5.288649123 4.992807816 4.549741777 5.980836249 4.778912519 5.290454272 5.301846453 6.120155113 +LQ00X037760 40S ribosomal protein S21 14.00963172 13.96762525 13.9856306 13.58056969 13.63795514 13.8293288 13.65703625 13.56274428 14.26319521 14.71043612 14.43608877 14.0087754 14.02779122 13.85853749 13.50891428 14.00015721 13.99333553 13.08261336 13.50903776 14.00064581 13.32064428 13.98045764 13.82662409 13.5986513 14.08435424 13.70594493 13.50536909 13.85834271 12.76773465 13.70014555 13.72160338 13.53823651 +LQ00X037900 Putative Predicted protein 5.376824657 4.959454642 4.901841817 5.680151346 4.896779841 5.139721268 5.45001594 5.349226519 5.216162315 5.90091579 5.159080964 5.487451404 4.978846009 5.185773428 6.298976641 4.888228502 5.572309155 5.851253187 5.333064537 5.473393997 5.298469992 5.507937319 5.321715769 5.2196391 5.266092321 5.433220049 5.430733544 5.447727256 5.413186691 5.327660844 5.390787434 5.254312228 +LQ00X037930 Hypothetical protein 10.3818633 10.55793371 10.2324235 11.53087057 10.28749726 11.72581976 11.75394029 11.87842764 10.27682336 10.55797045 9.985259048 10.76128558 10.01727005 11.24601022 11.91559253 11.56960824 9.892161865 9.031718007 9.13963887 9.239933308 8.7688487 9.927222221 9.889591234 10.36836779 10.14882961 8.94704542 8.541881475 9.016460467 8.444839216 10.10341708 10.14121986 10.39598386 +LQ00X038010 Putative Protein of unknown function DUF573 7.48505453 7.829232179 8.373575488 8.099286096 8.126246943 7.821967455 8.610942438 8.802371072 7.934326781 7.8445309 8.464524477 8.166313121 8.970911779 8.102967671 8.939008342 9.321383181 7.13561667 7.9614274 7.318575776 8.42376982 9.386571275 8.046008991 9.751591061 9.730304221 7.426372678 8.021069869 8.167548617 8.128885254 9.004033653 8.347917522 9.550278923 9.725900754 +LQ00X038100 Putative Transcription factor BIM2 5.779814771 6.034402795 5.364285137 6.226639925 6.014012446 5.524310304 6.200385528 5.82198679 6.124974011 5.958421597 5.195545129 6.212495546 5.887163019 5.57585254 6.541372994 5.882912251 5.550630012 5.813200561 6.592772343 5.879764318 5.928993742 5.864924623 5.737180753 5.838004798 5.608132184 6.15429253 6.524717867 6.681985466 6.152754101 6.009612478 5.298716044 5.86820277 +LQ00X038130 Auxin transport protein 5.736782465 5.622072577 5.434482088 5.782112039 5.756781642 6.602057171 6.064938957 6.276435483 5.418969633 5.271794136 5.787756608 5.81778905 5.355952387 6.735072895 5.600148443 6.162336554 5.311195583 5.569807333 5.439991884 5.128591352 5.49944842 5.484026996 6.071889348 6.546569439 5.642292682 5.181213169 5.275863013 5.243958455 5.426433936 5.623129647 5.877774244 6.472110514 +LQ00X038170 Putative uncharacterized protein 5.678579906 5.689210898 5.429589171 5.226940619 5.480174776 5.360712744 5.805871754 4.997563275 5.212510998 5.178260269 5.540315132 5.424395631 5.337436372 5.469135168 5.456123176 5.334746695 5.694427698 5.096424951 5.022870599 5.566301941 4.837176983 5.160462351 5.024681916 5.188003957 5.025578894 5.129288921 5.141743493 5.153575492 5.287192336 5.032973653 4.857214379 5.912352839 +LQ00X038200 Hypothetical protein 7.507533638 6.010303529 9.811370867 10.12982933 8.980249886 6.102671211 5.947386864 5.671201512 7.084993209 5.260529556 9.004525393 10.0515895 8.81583622 5.798271735 5.792900576 5.641437454 6.029911567 7.347379805 5.238925159 9.122970143 9.269336424 8.453028269 5.351592594 5.363646226 6.234271619 6.967885702 5.452847522 9.797764096 9.075843993 8.540394364 5.252147704 5.714346912 +LQ00X038240 Putative uncharacterized protein 10.66310195 10.65425767 9.72867288 9.996804802 9.904964456 10.09370052 9.493014249 9.083814969 10.71501386 10.57150586 10.33510879 10.18991807 10.05218232 10.10476344 9.704387436 9.659768099 10.43346124 10.1884343 11.06840302 9.823123682 9.271481529 10.10539107 9.543248501 9.578237814 10.64952044 10.4511482 11.25766961 10.4098992 9.798206057 9.985811027 9.622573983 9.597792511 +LQ00X038270 E3 ubiquitin-protein ligase At3g02290 11.02889633 10.76074469 11.18777633 11.1880847 11.38899553 11.29730541 11.49442037 11.63336817 11.05547485 10.72110945 11.36235904 11.14553286 11.52228688 11.48914142 11.33153864 11.50047634 10.99769587 11.14152045 10.77033808 11.03258544 11.22904081 10.64984101 12.01214768 11.5634915 10.58736283 10.50060151 10.7385065 11.07516609 11.23154646 11.05526601 12.20652492 11.76560587 +LQ00X038300 Agamous-like MADS-box protein AGL8 homolog 5.167535113 4.939952856 5.045373528 4.970388643 4.955667919 5.172167024 5.018334061 4.867338913 5.070966143 5.284485953 5.485065204 5.055420074 4.894465264 4.97934575 5.239241316 5.041108782 4.761312178 4.883423811 5.653651986 5.296666924 4.874616821 4.74587679 5.141617035 5.52451908 4.999178012 5.04486515 5.5659199 5.047130737 4.987981451 4.842668925 4.952784326 5.893555066 +LQ00X038320 Agamous-like MADS-box protein AGL9 homolog 4.611445221 4.635949573 5.063281738 4.554920634 4.715667809 4.6610252 4.695273532 4.583452848 4.983475076 4.784017905 4.83946876 4.524110983 4.675725497 4.54424654 4.540649347 4.510664317 4.714783962 4.943041986 5.185341 5.126591935 5.018871205 4.759729102 4.667355622 5.341974216 4.549234266 4.830108482 5.026947281 5.113679686 4.986396793 5.008378612 5.211330387 4.784172068 +LQ00X038332 Putative Copia protein 4.747314822 4.568509966 5.076052093 5.320744374 5.081136202 5.382540377 5.248863622 4.975217899 4.778888476 4.862461351 4.919593065 5.161654295 4.700634216 5.090839022 4.906004563 4.951654879 5.275844184 4.756749308 5.187958203 4.652961328 4.924169564 4.926957728 4.98882471 4.929502766 4.945860422 4.887684755 4.856668208 4.528974256 5.343203285 5.269533613 4.953153921 5.177838773 +LQ00X038450 Hypothetical protein 5.338339615 5.240082565 4.919938004 4.921663341 4.845045841 4.934234371 4.963577159 5.113128084 5.398369611 5.455005364 4.722832071 5.098177378 4.778093358 4.974097019 5.005415998 5.24332771 4.904849408 5.0789635 5.713591423 4.871323203 4.901258148 5.506455664 5.443997265 5.5186862 4.948052747 5.017051446 5.455565551 5.217958548 5.18727336 5.226823921 5.245656799 5.156194614 +LQ00X038540 Putative uncharacterized protein 13.41769393 13.26612441 13.34022229 13.27443199 13.01288572 13.52569641 13.281758 13.4465214 13.49988032 13.46492389 13.36710946 12.97895357 13.11342193 13.55942791 13.27546947 13.34456021 13.00002561 12.70023544 12.86061421 12.88208761 12.96178727 12.94619784 13.29723318 13.29423497 13.10120172 12.72243523 12.74791052 12.8916186 12.97518794 12.93433545 13.49865742 13.19383468 +LQ00X038560 Putative Subtilisin-like protease 12.84732579 12.7368197 13.02672706 12.41355583 12.81791201 10.59677412 10.37012033 10.25476911 12.59848143 12.10854063 13.05285974 12.38152476 12.88114045 10.60722195 10.48956753 10.65417991 12.50110338 12.66691877 12.91891192 13.11881344 13.11317113 13.15089458 10.66813058 10.9963279 12.73806449 12.96181822 12.864125 12.95532632 13.54255249 12.25379654 10.51075151 10.88556445 +LQ00X038590 Pentatricopeptide repeat-containing protein At3g62470, mitochondrial 10.9971291 11.00375897 10.66612966 11.47611534 10.47414783 10.87319711 11.24392136 11.00428552 11.10248548 10.68941084 10.92840295 11.4230703 10.99378008 11.22422596 11.12635 11.29359547 11.30171516 11.00133615 10.92231199 9.664881202 10.20451466 10.7226263 9.912767606 9.782425704 11.12428106 11.43775106 10.75950671 10.53128667 9.933969305 10.43974338 10.31663676 9.555456491 +LQ00X038640 Histone H4 15.35388048 15.36329844 13.77738063 12.9591383 14.03533791 13.67097996 13.62091699 13.83383865 15.69464226 15.84146174 15.1930312 13.46054914 13.96140951 13.7831318 13.8844927 14.27101985 14.46814725 14.92851956 15.31128701 13.86124785 15.04294123 15.22002979 14.14335542 13.78437002 15.3009013 15.34203253 15.38076638 13.46109566 13.81400592 13.30220598 13.35414932 14.03103237 +LQ00X038750 Predicted protein 12.11466551 11.99807036 13.01331783 12.53663794 13.11184831 12.9275834 13.14007996 13.24281296 11.95071988 11.51668619 12.80675224 12.82452722 13.12665519 13.09274454 13.07689498 13.10157246 13.39504349 13.46323338 12.04407943 13.76550182 13.92825238 13.0853095 14.19696847 14.15480687 11.96145609 12.65063489 11.67000856 13.48502663 13.66927512 13.22159333 14.19910322 14.12623928 +LQ00X039190 Putative 4-alpha-glucanotransferase 5.091179251 4.815606018 5.074873892 5.054330149 5.404554065 5.006354526 5.017965839 5.141762213 4.893037762 4.807340225 5.181102186 4.977054375 5.164247726 5.165198072 5.381218832 5.292595083 5.094773474 4.972751392 5.075769899 4.983621225 5.656175719 5.247352088 5.410336873 5.571776063 5.208897369 4.870801801 4.908403224 5.040224855 5.213301262 5.374936901 5.300699517 5.548551167 +LQ00X039230 Hypothetical protein 5.503355732 5.160296495 5.078102327 5.529752449 5.207335913 5.134419596 5.413894952 5.211992431 5.01576914 5.285951121 5.029567283 5.835674641 5.068838129 4.910824007 4.942107078 5.035086567 5.110457071 5.328870235 5.785765558 5.691478686 5.613627415 5.290874649 5.333649806 5.109434125 5.323089009 5.411364763 5.72280605 5.082285611 5.281120001 5.343243656 5.902357232 5.253973539 +LQ00X039610 Thioredoxin H-type 2 14.67477434 14.35091168 14.57214781 14.29664198 14.77491211 14.23272691 14.03792617 14.1056907 14.81538073 14.72188509 14.62424084 14.60365871 14.79168551 14.33683311 14.12290434 14.24484384 14.71874277 14.45895663 14.96005893 14.64254903 14.41491841 14.22952286 14.28404533 14.24100424 14.70490045 14.39753473 14.64918616 14.29945089 13.87071557 14.17207388 14.38008373 14.00906262 +LQ00X039620 ATPase 4, plasma membrane-type 5.182037488 5.396802125 5.533090425 5.895309776 5.53698904 6.459281539 5.937077213 6.009443973 5.490186901 4.979554125 5.336386213 6.342706511 6.075097428 5.7885118 6.360646722 6.264046795 5.435693221 5.305000605 4.93953662 5.653790455 5.392608173 5.797897172 5.39467313 6.105788468 5.299478071 5.453524962 5.261610846 5.349096697 5.249873153 5.5774824 5.41054023 6.045412714 +LQ00X039650 Putative Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase 10.80693168 11.15367597 10.95912508 10.97956214 10.87032685 11.6762455 11.24856872 11.90047241 10.85398981 11.52736296 11.15056992 11.19928502 11.12839783 11.92054146 11.35052749 11.52168902 11.10760761 11.39779266 11.38677145 11.50829837 11.56130072 11.36239573 11.24403477 11.2335022 11.60328956 11.74109721 11.61566643 11.56919437 11.50158754 11.39662395 11.29821177 11.46374856 +LQ00X039750 Protein transporter, putative 11.41034012 11.6236194 11.750873 11.92134358 12.32399138 12.11697533 12.07247324 12.24719134 11.38244543 11.49214908 11.53595619 11.76708991 11.82871695 12.13767796 11.95645896 12.13493728 12.18600906 11.40719828 11.46692284 10.68255185 10.86678385 12.02550301 11.32832288 12.1177849 11.668102 11.24171544 11.26616153 11.27325868 11.48525478 12.58539759 11.37303142 12.50193417 +LQ00X039780 Nucleic acid binding protein, putative 4.925354535 4.666255629 5.285744822 5.357861366 5.401125224 5.500373722 5.548531764 5.182781968 4.962186709 4.744458189 5.054252951 5.497773715 5.319130545 5.507663632 5.463088509 5.59360076 4.82712925 4.977143414 4.588033863 4.659801186 4.908866443 5.00768602 5.03479088 5.024631141 4.922492338 4.469365277 4.733693624 4.909257559 5.068468834 4.800371386 5.159425909 5.418598336 +LQ00X040020 Putative uncharacterized protein 6.312902773 5.667517035 6.22967298 5.806099522 6.056911632 5.091677353 5.405642348 5.22407216 5.950319549 5.670225299 5.893948554 6.227350049 6.206272569 5.050292937 5.326577109 5.254539061 5.568766375 5.932553375 5.331311824 6.412100675 6.707270028 6.22724919 4.977138134 5.389575555 5.684707776 6.422841469 5.490602443 5.980922656 6.033909122 6.253136699 5.062795815 5.226501188 +LQ00X040580 Putative Autolysin 5.858289875 5.602633438 6.229557481 5.754972348 6.424794852 5.422936682 5.475651099 5.647409463 5.974306458 6.393509924 6.001232189 5.654947139 6.25739462 5.886761916 5.844486293 5.617607545 5.613579449 5.891708068 5.821803711 6.722673543 5.579405664 6.219608526 5.563491499 5.546333715 5.850897674 6.190611902 5.762840203 5.47911228 5.526085793 6.015042638 5.662687842 5.851133954 +LQ00X040590 60S ribosomal protein L11-2 14.34818043 14.23237009 13.72690864 13.64432401 13.70898204 13.60292063 13.4368258 13.36353538 14.44030494 14.83730232 14.05618498 13.65868892 13.84209598 13.47064962 13.34109316 13.36560493 14.56530328 13.58305339 13.96943153 13.71974766 13.65497701 13.75478729 13.71561148 13.31716286 14.48590938 13.78941949 14.25129467 13.52149802 13.41746049 13.66002682 13.67787447 13.64217156 +LQ00X040620 Aspartate aminotransferase, mitochondrial 7.900768808 8.547636518 8.729434629 10.3106396 8.878760612 11.46296269 11.29970363 11.81226008 8.57037141 8.97007558 9.304649545 10.48795343 9.135190056 11.27936631 11.15562923 11.91832265 9.967022332 8.284891729 7.136026758 9.258928518 8.493984705 9.623626826 9.774832052 9.837242847 8.667995615 7.496452359 6.764077466 9.872768384 7.866276101 9.894315595 9.408167153 9.833043645 +LQ00X040630 Shaggy-related protein kinase zeta 9.68556047 10.14330428 9.783442833 10.97607653 9.866122279 10.03276485 10.11168545 10.35698864 9.876266117 10.25152226 9.984908346 10.81578872 9.993584601 10.26197357 10.27700783 10.40240575 9.379353435 9.898252092 9.505863478 9.196715008 9.297360903 10.45087789 7.974543623 9.010105861 9.813497969 10.03455141 9.341936084 9.892189368 10.07706994 10.64174153 7.614317357 9.269119715 +LQ00X040650 Serine/threonine-protein kinase PBS1, putative 10.55448617 11.40492151 8.647146521 8.24869794 6.733041461 8.182431685 7.926627673 6.866277618 10.92657581 11.75452459 9.179068006 8.525296763 8.026043671 8.311137995 7.123013375 6.750313582 11.59104772 10.50964931 11.90591312 8.434358024 9.358743907 8.565025655 7.634838029 7.051276718 12.24302902 11.48960585 12.08916398 8.809356999 9.752241208 7.542637701 6.844961502 6.400980558 +LQ00X040700 Multiprotein-bridging factor 1b 6.38304895 6.312600425 5.784258194 5.932321904 5.776092047 6.174749743 6.09633512 6.280887347 6.256735936 7.3119584 5.412907828 6.536789106 6.033278412 6.611022548 6.759902443 6.606980508 5.931483717 6.072691697 6.76461251 6.198605162 5.75250135 5.603948294 6.700151637 5.340032471 6.123557694 6.016147168 6.062525135 5.669217182 6.090589874 5.470903738 6.635821635 5.798947363 +LQ00X040740 Pleiotropic drug resistance protein 1 5.416227839 5.51583527 5.033633831 5.489820267 5.079767702 6.275680818 5.687395532 6.084964865 5.531240414 5.622533803 4.702255466 5.6780423 5.361684001 5.740971208 5.289973537 5.871635549 5.427424353 5.333347814 5.913092341 5.238056394 5.653136766 5.279682691 5.524005868 5.442688961 5.382197342 5.56442196 5.56987432 5.239604802 5.453825222 5.108487827 5.95606832 5.278732003 +LQ00X040822 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.458812525 5.5009239 5.227744573 4.983938976 5.281169608 5.063032849 4.821574068 5.091983913 5.502801891 5.472116298 5.404044953 5.189571737 5.213675765 5.097693704 4.845627699 5.423006239 5.327388285 5.655230405 6.240398976 5.44866074 5.643772487 4.922291723 5.162666199 5.349943211 5.210598847 5.431731587 6.76029126 5.115936786 5.214163361 5.46623093 5.173674401 5.390907733 +LQ00X040940 Putative gag polyprotein (Fragment) 4.898430668 4.926424237 4.872921217 4.661812006 4.847214866 4.786134708 4.668213175 4.574593177 4.518730807 4.85790123 5.355606184 4.746793155 4.863819252 4.579947672 4.614388126 4.750188449 4.871603581 4.690483543 4.819517477 4.810750149 4.903461584 4.576181578 4.847002825 5.080674516 4.833694025 4.916036944 4.679429353 4.850638824 4.86870207 5.133444382 4.829296671 4.806024411 +LQ00X040960 Hypothetical protein 5.012567583 4.74602669 5.077685705 5.007943538 5.399534732 4.917766138 5.091549576 5.414122547 4.792836842 4.989706813 4.897111354 5.172922287 5.014207129 5.673958169 4.944735766 4.856717028 5.016104711 5.224943516 5.174151022 4.998641018 5.38457512 4.980042499 5.591188391 5.201686613 4.924262714 5.571077108 5.106238778 5.010815921 5.302981814 5.102523226 5.776316626 5.255459108 +LQ00X041000 Putative Stress response protein nst1 4.910245377 5.455999234 5.427613802 4.927809514 4.953973319 5.107233048 4.993974402 4.922848084 5.05935762 4.713208869 5.533659989 4.926922261 5.073274896 5.077796189 4.8598041 4.94043235 5.199316275 4.82072519 5.192531276 5.088378477 5.019874834 4.87996851 4.995282949 5.434036564 4.813270565 4.877295165 5.094896505 5.138292649 4.601536131 4.985031967 5.285308867 6.434625555 +LQ00X041100 Predicted protein 6.382590583 7.022130373 7.143267081 7.088684793 7.306547431 7.526409398 7.255739466 6.438034925 7.201236258 8.549863911 7.817614495 7.495701347 7.362491243 7.555566281 8.726415964 7.453852119 6.856402676 6.48376536 6.603766456 7.071393587 6.762905923 6.676469121 6.106364786 6.812998226 6.85372314 6.526113343 6.938013164 6.854247657 6.976393625 6.622021052 7.293241478 7.994056462 +LQ00X041180 U2 small nuclear ribonucleoprotein A 11.6803334 11.69171882 10.50562055 11.47506268 10.90508287 12.50049303 12.27959711 11.41318264 11.74587226 11.71042673 11.02311078 11.75358949 11.31456686 12.38251331 12.18239027 11.7661385 11.7292164 11.14780484 11.6661299 10.45903016 10.02920406 11.0814537 11.01215386 11.12905381 11.9902637 11.55761442 12.07422208 10.55015548 10.41749919 10.71522694 10.77338236 10.99083118 +LQ00X041240 Putative Glycine-rich protein 13.03494721 13.46355269 9.589821516 8.042519144 9.7785515 6.229012953 6.509256193 8.126887316 14.06864566 15.04094834 11.6221622 8.773703907 8.962685681 6.488265996 6.055396182 7.887028695 14.33513104 13.71131433 15.20081801 12.74655842 11.8185619 12.38069925 9.941990312 10.16930237 15.13267865 14.0660003 15.41733355 10.70679491 9.677216854 9.567215004 8.78266198 10.25967144 +LQ00X041290 Putative uncharacterized protein 11.03112409 12.05857151 10.51220471 10.78819949 12.54800658 12.35008277 12.04552652 12.92399681 10.64931858 10.90024703 10.54675058 10.94428569 11.8573538 12.38503014 10.87224472 12.43283326 11.92116786 11.84101065 11.8158478 11.61917511 11.85227414 11.6475375 13.06019254 12.68306102 11.54913111 11.87982705 11.55124993 11.0890997 11.70781812 12.46122992 13.18556369 13.03042284 +LQ00X041300 Putative Protein sym-1 12.15183357 12.13999036 11.71549009 11.47713043 11.41325907 11.39402613 11.49603349 10.60756881 12.12242171 12.38248592 11.87656283 11.43364911 11.64883492 11.30373443 11.4432628 10.84893986 11.53347862 11.36829705 11.83732287 11.4480865 11.70164105 11.56681068 11.28992573 11.39583643 11.82965423 11.89727522 12.32243905 11.35619588 11.82585943 11.50595868 11.50026634 11.47574652 +LQ00X041430 Photosystem I reaction center subunit IV A, chloroplastic 6.179170654 5.687153023 5.633326738 5.662157584 6.148511086 5.931844593 5.514285044 5.596504808 6.06015964 6.054662484 5.717641041 5.655296959 5.802435114 6.037837 5.766181773 6.123231267 6.275899869 5.693994649 5.374365299 5.52511723 6.534157962 5.661079006 6.136359577 5.921102196 6.613215627 5.289158691 5.65243055 5.869400152 6.598460799 6.016678041 5.693935689 5.378973119 +LQ00X041460 Probable glutathione S-transferase 6.382381816 5.860409942 6.104511965 6.534949078 6.389275593 7.136180118 7.845433978 7.736249071 6.589464183 5.588653649 6.227289351 7.083207052 6.255283157 7.695310648 7.553157708 8.304662548 8.414880684 6.681236572 7.329027064 6.892957716 5.797820133 6.325439487 6.758839172 6.388761401 7.1052463 6.537952263 6.149335883 5.663441063 5.191035609 6.461774656 7.588535234 6.436481303 +LQ00X041470 Hypothetical protein 12.06675517 11.81781959 12.08936009 12.47630925 12.31828874 12.96626118 12.66147464 12.62192144 12.18355471 12.28746457 12.33010156 12.42027134 12.55492011 12.95888053 12.31210292 12.36807185 11.4860998 11.32742176 11.75253022 11.48328862 11.49739273 11.91867659 11.83691839 11.8135331 11.99306646 11.69609895 12.02661523 11.78663157 11.57222644 11.92311418 11.71330931 11.43388333 +LQ00X041590 Predicted protein 11.7220456 11.61525238 11.59117058 11.86117811 11.28487458 11.75421528 11.66637143 11.85348141 11.69302278 11.48499039 11.95853763 11.92888207 11.33228816 11.94756056 11.30440875 11.7533627 11.29804955 10.98224877 9.901322845 11.29517591 11.37921705 11.44151721 11.05430553 10.92942633 11.1303876 10.95152166 9.350405406 11.82161789 11.47689741 11.03303264 10.97728536 10.25941157 +LQ00X041610 Hypothetical protein 5.40117581 5.153277734 5.02374399 5.072019335 5.419724014 5.074706277 4.743120756 4.725169365 4.921823546 5.495689531 5.290453159 5.140235584 4.973470179 5.104728124 4.867006784 5.545251654 5.231257133 5.392293848 5.237614536 4.842987123 4.94357634 5.070662561 5.261827884 5.114070729 4.960434145 5.355814692 5.118268314 5.022493524 5.179219527 4.932995442 5.207329782 5.537759715 +LQ00X041650 Putative uncharacterized protein 14.10314116 13.87575767 13.27096049 13.52213183 13.33241062 13.88653577 13.64052546 13.25921264 14.05807804 13.68794497 13.46591216 13.77281398 13.46038097 13.83117413 13.28756013 13.40406469 13.89563612 13.66118361 14.16101898 13.57352885 13.24381198 13.12118362 13.25275523 13.16327613 13.92336021 13.95398567 14.0631093 13.68560963 13.22947248 13.01613363 13.27177335 13.1924921 +LQ00X041760 Hypothetical protein 5.895340515 6.206851678 6.191799683 6.505340651 6.008147731 7.235648659 6.888026577 7.047969996 5.454141614 6.170033187 5.763117042 6.250905342 5.813365627 6.352635419 6.334623182 6.921890174 6.533758696 6.123550089 6.36734129 7.573882134 6.84897214 6.500719516 6.65006685 6.625722973 6.33432298 6.424049308 6.403063581 8.05199922 6.912788735 6.608035044 6.762091763 6.615545722 +LQ00X041850 Hypothetical protein 5.063968658 5.431432675 4.927181968 5.150685916 5.056457918 5.144533699 5.246414878 5.125038606 5.097827461 5.465417923 4.810638265 5.174294918 5.083702165 4.857300116 5.044388195 5.005588533 5.130131616 5.441973212 5.332350997 5.185808229 5.267428434 5.073649874 4.888816646 5.025617634 5.214647005 5.42042274 5.879892021 5.12846645 5.081877394 5.075990837 4.772667233 4.994051635 +LQ00X042450 Receptor serine-threonine protein kinase, putative 4.431506348 4.855170289 5.08819896 4.817617582 5.221489052 4.82372227 4.767660354 5.063569315 4.893368406 4.789402072 4.959371249 4.764752791 4.750563158 4.826301024 5.271625602 4.927539454 5.028518852 4.726183036 4.674628648 4.965991861 4.892377349 4.73686355 5.42347205 5.794318945 5.111490971 5.042471783 5.16044579 4.973806485 4.824546251 5.028850873 6.041953538 5.643527569 +LQ00X042510 Ferrochelatase-2, chloroplastic 10.65004981 10.3152372 11.26722856 10.52253546 10.99500476 12.03481512 12.12098907 11.61036754 10.40129531 10.25236346 10.65058162 10.57540983 10.6678939 12.04562675 11.84509981 11.66158809 9.870689056 10.49299322 10.05796161 10.97075091 11.09890891 10.35085227 12.54076018 12.659845 10.15459488 10.32796821 10.57217859 10.74738561 11.47145774 10.97111149 12.75547507 12.62961505 +LQ00X042540 21 kDa seed protein 14.42605306 15.29919624 13.09474269 15.13924825 14.94147013 15.81341925 15.53890071 14.73943981 13.2691114 14.42723551 12.74987088 15.17777905 15.0582002 15.49500281 15.77410566 15.75278794 14.55473401 14.30464984 14.14133526 13.83575607 14.29439357 13.75207595 15.0048741 15.49103934 13.56170503 11.90109902 13.49928043 14.31056325 14.14313819 15.66761576 14.52325002 14.88425994 +LQ00X042650 Putative polyprotein 5.011022211 5.323516728 5.980619772 5.011353928 5.676021698 5.233975504 5.090975018 5.107044347 4.855158463 4.731332309 5.373360192 4.886435933 5.161020891 5.167592889 5.208906221 5.498598293 5.04348584 4.949712828 5.243850916 5.787223224 6.140322089 5.21113993 6.885474895 5.717795667 5.110595978 5.117858153 5.107492475 5.510688399 5.579238643 5.104488847 6.862364981 5.753261292 +LQ00X042780 RNA polymerase II subunit A C-terminal domain phosphatase SSU72 12.2755799 12.43241099 11.79660598 11.28066724 11.3264183 12.17460152 11.94064015 11.65686445 12.37555163 12.64375418 12.11670882 11.48761076 11.56926573 12.15840958 11.74353484 11.7764672 12.14180056 12.12451762 12.11572919 12.27698857 12.49294395 11.54279512 12.73982675 12.44630097 12.08833233 12.2194789 12.63892939 11.9351871 12.234848 11.20144761 12.83386235 12.32687478 +LQ00X042830 Predicted protein 10.05231662 10.40271275 9.833454147 10.52766702 10.61504873 10.85628466 10.60289719 11.09964505 10.67426109 10.20341523 10.48618227 10.5935138 10.82857839 11.05942718 10.70924342 11.39221203 10.58533511 9.280846823 9.998918127 9.942390818 9.310602322 11.08610079 9.878999474 10.37740753 10.54677959 9.526072727 9.874607543 10.48109701 9.351600268 10.77849251 10.00469385 10.38035944 +LQ00X043020 Hypothetical protein 7.625690154 8.483420996 7.012767923 7.782399085 7.792877028 8.418482226 9.102820857 9.474415014 7.394151276 7.003084143 7.480983992 7.163489091 7.761672501 8.523293053 8.398909446 9.421999062 7.72120799 7.926099585 6.683846963 8.121094178 8.165811975 7.864872952 9.261797967 8.073984296 7.574692679 8.063500784 7.621470014 7.900611572 8.501501239 8.087208327 9.46748108 7.657054174 +LQ00X043130 Putative Tyrosine-protein phosphatase non-receptor type 20 11.62830417 11.60119684 11.05299973 11.70289631 11.32856892 12.16777687 12.15616709 11.93193893 11.759332 11.40954295 11.27912034 11.79268177 11.50894447 12.3200271 12.20688264 11.77252637 11.63680915 11.455631 11.63546435 11.26909412 10.8258364 11.49022377 11.56376921 11.87185823 11.73968665 11.43345281 11.78825251 11.29642355 10.9542661 11.64019559 11.94592832 11.70708906 +LQ00X043200 O-linked n-acetylglucosamine transferase, ogt, putative 6.359205144 6.138807155 6.422942761 8.893555413 5.865738229 8.590058472 8.509440606 8.452235065 5.625128424 5.778392981 7.066430917 8.239822303 5.892667616 8.559137271 8.571781864 8.190494949 8.568433035 6.623819368 5.044636196 5.910091148 6.949083867 7.421582774 7.72722671 6.733584875 7.024960548 6.077501324 5.338904678 6.845557713 6.721788348 8.229718029 6.634434316 6.718023523 +LQ00X043210 RING-H2 finger protein ATL4E 9.152447893 9.077828247 9.111372012 10.20126496 9.385051497 9.416246314 10.1272295 10.08273907 9.239412497 8.469021816 9.392173978 10.3101626 9.786425694 9.636949796 10.18914718 9.773296997 8.877417174 9.144276198 9.316390502 8.274210774 8.825224843 9.717170533 9.479560713 10.09308436 9.092416176 9.556495492 9.492722256 9.6883949 9.71684553 10.4135248 9.528759143 10.21354952 +LQ00X043270 Predicted protein 8.578510037 9.680685549 5.637787487 5.671715386 6.105637631 5.540440601 5.4202087 4.932797636 9.679821231 10.18790966 7.984642267 6.1437295 5.962833925 6.154259883 5.327725201 5.754898275 8.832712719 7.798947076 9.688211056 6.278425274 6.928028527 7.110169807 5.093917343 4.981044061 9.93523512 8.900798446 9.623410212 5.411394601 6.249787128 5.361893608 5.363868234 5.566714935 +LQ00X043280 Sucrose-phosphate synthase 2 9.928833382 8.141190714 10.98211739 11.12095772 11.22361161 13.63979543 13.72038221 13.95062247 9.920782942 7.64748575 10.88804492 11.33501204 10.49911785 13.99767704 13.64365574 14.17192781 9.687395609 11.14733496 9.47717454 11.23382809 11.05865786 11.14849324 13.58073259 13.72157898 9.140766827 10.47835298 9.499761975 12.10714438 10.48932409 12.5980006 13.59003325 13.40430316 +LQ00X043300 Hypothetical protein 5.112839122 5.117217299 5.641610446 4.971708823 5.131252066 5.353664399 5.26459011 5.929430663 5.04129792 4.949582374 4.946228856 4.951400479 5.138892593 6.153830682 5.338214417 5.702519563 5.195476583 5.182379156 5.42094552 5.381769065 4.913220574 5.152247839 5.473910118 5.383814951 5.195183616 5.051384609 5.444087387 5.540321769 4.872859644 5.245609329 5.460630276 4.956527659 +LQ00X043360 Putative S-locus-specific glycoprotein S13 4.880865515 4.792247529 4.865277738 4.684759501 5.199430692 4.840605183 4.787414764 4.922032949 4.685009086 4.7770581 5.143591487 4.755207723 4.768890679 4.77387859 4.792023074 4.721530861 4.664019743 4.922512408 5.372007814 5.225754805 4.910576892 5.176617043 5.426952234 5.052571231 4.888075168 5.030886776 4.993813073 5.30237974 4.936119166 5.089176482 6.099942972 4.949390838 +LQ00X043490 Hypothetical protein 5.757804527 5.573246162 5.6852228 5.593770124 5.709812279 5.978484594 6.162791846 6.46277037 5.899209906 5.455731302 5.897707211 5.687235312 5.59285321 5.732947653 5.743725075 6.281704961 6.292640365 6.067827434 5.321794981 5.723023985 6.088707228 5.835795704 6.316090273 6.324439631 6.286485052 6.094398187 5.411120227 5.65213378 5.324583492 5.705120109 5.409409743 6.235215845 +LQ00X043660 Predicted protein 5.856340866 6.083637273 5.087620459 5.940837458 5.233454408 6.105844142 6.279634074 7.320424761 5.630967182 5.793577453 5.338046076 6.410939239 5.149367402 6.547544301 6.17566393 6.687666799 5.151360247 5.641678865 5.605164375 5.946879155 5.53189161 5.806443925 5.340289658 5.191293496 5.283977219 6.080769869 5.054185589 5.601778995 5.377418696 5.904179489 5.355729349 5.064156369 +LQ00X043670 Cysteine proteinase inhibitor 12 5.831297948 5.603571929 5.399315566 5.755285064 5.439906708 5.659585398 5.587210459 5.318467638 5.660249024 6.476419657 5.048312006 5.824996173 5.644925145 5.295170594 6.110650833 4.952043753 5.730458482 5.574066826 5.688060322 5.215577097 5.308349964 5.478818266 5.329592538 5.337932738 5.344476842 5.740296896 5.714662328 5.276227355 5.561420865 5.505905667 5.448953649 5.137232978 +LQ00X043680 Cytochrome P450, putative 5.185925475 4.997510255 5.428189634 5.413364957 5.427238032 6.037971609 5.430337279 5.129627288 5.310346087 5.582067101 5.300859408 5.40720657 5.527522579 5.506114375 6.440710396 5.598625428 5.465237166 5.570224055 5.272411649 5.727864509 5.23739503 5.445042448 5.889492205 5.150193652 4.979803679 5.323756367 5.002537182 5.862166706 5.2470227 5.212999346 5.50095451 4.949032281 +LQ00X043690 Putative Microtubule-associated protein%2C MAP65%2FASE1-type 10.63174284 11.18209409 6.767735031 7.436705778 6.980236349 6.776863967 6.937483849 7.049398385 11.17100164 11.38414918 8.366858166 7.912314122 7.224511878 6.376124699 6.790600856 7.091891255 10.47662878 10.65546807 11.70202438 7.825798649 8.16696467 9.78802441 7.619085168 6.723211883 11.79573393 11.63188713 11.74354191 8.210230455 7.52141033 7.453737032 7.224416034 6.265070291 +LQ00X043710 Predicted protein (Fragment) 14.0750299 13.9545726 13.94009082 12.52878171 14.23410728 9.767305625 10.00791586 10.58818936 13.9208198 13.93461123 14.09826504 12.72939417 14.17003202 10.35205722 10.32881533 11.26033898 13.80528597 14.30536546 14.28673345 14.43146644 14.01479787 14.02421137 10.03915628 8.927831121 13.97179792 14.23246712 14.11861113 13.71675894 14.20573531 11.50958733 10.84798153 9.284290829 +LQ00X043890 ATP synthase protein MI25 6.646086645 6.113841146 6.546673389 6.66160475 6.640699254 7.359402357 7.773025422 7.625475558 6.021468009 6.665391616 6.122406374 5.690247368 6.218053807 6.799305643 7.278795028 6.807577075 6.413550649 6.336268917 5.844908188 5.98921582 5.652812286 5.816502416 6.666767944 6.532674103 6.235719332 6.386478228 5.768954254 5.899951099 6.168445453 6.036380611 7.053624271 6.257611579 +LQ00X043920 Hypothetical protein 6.367365886 6.287918174 6.488915704 5.943455274 6.364212407 6.699121119 7.097924897 6.735024062 6.007266172 5.613704455 6.729509787 6.271831471 6.101599574 6.517730549 5.939605776 6.506141039 6.404881785 6.499587059 5.7653633 6.371140608 6.348954646 6.091442296 6.436879666 6.846801272 6.345888213 5.545374811 6.595212766 5.700384241 6.41206637 6.749558399 7.100645691 6.730767807 +LQ00X043930 Hypothetical protein 5.217284337 5.676079459 5.078033738 5.586229488 5.845588451 6.434850527 6.48073547 6.065134198 5.113925139 5.646325272 5.503380709 5.510071983 5.430841 6.234052751 6.014402705 6.120882577 5.687445195 5.798664235 5.829941687 5.641715205 5.124869568 5.21201635 5.53627627 6.019679483 5.231146498 5.97824364 5.581345792 5.886953752 5.452335077 5.594450819 6.327616009 5.054658732 +LQ00X044200 Hypothetical protein 5.098642649 4.806396379 5.113688389 4.922657371 5.067232492 4.895521991 4.587431702 4.940154389 5.085379918 4.702036385 5.691612001 4.591481437 4.858141098 4.412507904 4.681116177 4.767060126 5.137527899 4.69681215 4.45266362 5.089769336 5.014754294 4.811630949 5.502744166 5.786970348 4.485224848 5.042069321 5.506705206 4.584135188 5.307260869 5.021604248 5.38862823 5.369170711 +LQ00X044300 Hypothetical protein 4.54234069 4.97356242 5.022357896 4.810017072 4.774235971 5.074521759 4.827609282 5.106501447 4.976182309 4.783895213 4.68625612 4.80370019 5.148283706 5.023160528 4.771562462 4.884547618 4.957859316 5.171656411 5.028810641 4.92724757 4.989054367 4.84864446 5.224395864 5.080322657 5.100796316 4.833583664 4.908205841 4.800982346 5.07603806 4.881332738 5.051287809 4.742302735 +LQ00X044370 NAC domain-containing protein 90 8.335403502 8.908721445 7.285439746 9.096992037 9.422745437 9.298958482 9.288310676 10.7038508 8.813967074 8.081717579 7.818714006 8.065692691 8.006320735 9.664144464 10.65992964 10.6592589 9.899013999 9.504942528 10.28556264 8.003591805 7.82679264 8.569693714 10.01610148 11.06696212 8.791761274 9.025742695 9.621904139 7.53047955 8.059831264 8.866584449 10.29440757 11.70597769 +LQ00X044440 Protein pelota 11.35202156 11.69260502 11.19518318 11.25874369 11.10974983 11.48739605 11.51070569 11.62365472 11.65680294 11.7790765 11.43539178 11.07395458 11.28933497 11.60323429 11.60025879 11.36814954 11.33082057 10.72204126 11.20522032 11.34177162 10.56996527 11.13676927 11.31561013 11.51857044 11.47953598 10.87086932 11.2742751 11.22939964 10.98093143 11.40052723 11.59982795 11.66330691 +LQ00X044470 Alpha-1,4-glucan-protein synthase [UDP-forming] 10.65584041 10.51450034 11.151684 10.64648028 10.92867855 10.65787431 10.76214139 10.52005228 10.59100114 10.19759471 11.09654655 10.46312568 10.99232962 10.78956989 10.37132631 10.51249835 9.024381012 8.883607093 7.769783582 11.05173843 10.46274721 9.571514644 10.51558571 10.90401659 9.406655444 9.088905157 7.575665529 10.02399061 11.38380869 9.6492456 11.50461463 10.97687614 +LQ00X044480 Putative Uncharacterized protein C2orf64 homolog 5.515495464 5.451459765 5.125264432 5.333176935 4.91550671 4.968745973 5.001149135 4.658402635 5.624620895 5.997651886 4.871723655 5.231078712 5.628343669 4.925780596 5.802846842 5.242883886 5.585382509 5.728919703 6.141364527 5.178152912 5.59182677 5.339604974 5.170440173 5.725683529 5.688505738 5.980310219 6.162980295 5.452475732 5.278603707 5.497488323 4.633189729 5.083620705 +LQ00X044570 Putative Cytochrome P450 97B2 11.18158222 9.861695267 11.94329147 11.38687641 11.48588039 10.34715371 9.663513131 9.290331514 11.33411715 10.59508903 12.0139489 11.41416092 12.09207637 10.40107527 9.734302119 10.36827508 9.058093267 9.350854235 9.527925685 11.1150352 10.45977592 9.885007051 8.658968331 9.27786868 9.645448142 9.75791843 9.47885709 9.99826066 10.42358969 9.880697502 9.526704121 8.581101664 +LQ00X044620 Cytochrome P450 71D10 13.29115841 13.39052366 13.75584574 13.76574381 13.67551136 10.09003455 10.45175613 10.09585921 13.60464686 13.40713073 13.90503566 13.71226231 13.80816406 10.0516368 11.36744702 10.75973057 13.42220108 13.76477759 13.45514727 13.49735386 13.30682311 14.0690072 10.25987384 10.80384985 13.27305442 13.49156098 13.25470205 13.86771154 13.48123879 12.52089663 9.798160245 10.80307999 +LQ00X044630 Cytochrome P450 71D10 4.931687439 6.288846875 5.037107603 5.745919465 5.546092815 8.653058292 8.462477745 9.359632844 5.249353605 5.482078392 4.778251237 5.851454291 5.575603717 8.871744305 9.234220732 10.12490895 10.00182304 9.854623027 10.39101286 7.177699909 5.59776347 6.614203831 7.362460321 8.429724813 7.227268019 5.415073921 7.667512038 6.819303544 5.052004579 6.819689658 8.386126387 8.131693737 +LQ00X044660 Hypothetical protein 5.35083867 5.550887025 5.337803305 6.009582169 7.205397938 7.440321033 6.940152385 7.691041475 5.177193709 4.949801758 4.825330954 5.137825726 5.467047189 5.461955786 6.844641565 5.799497271 5.970618623 5.154270006 5.0176775 5.731129406 5.365333023 5.292319125 5.464140579 6.31178935 4.92357771 5.259156237 5.492822849 5.174935667 5.605158232 5.657477686 6.630570569 6.217334462 +LQ00X044690 Putative Myrcene synthase, chloroplastic 11.86633973 12.37886695 9.56701465 9.502646707 10.34725622 5.443188906 5.072152067 5.263610983 12.17721904 13.0743257 10.45970383 9.382879584 10.07150694 5.254803065 5.079242014 6.101465442 4.810669761 5.002382013 5.607725092 5.805541397 5.718034829 5.145579206 4.887166729 5.411721649 4.898132817 5.191855179 6.04191367 5.542383949 5.042271023 4.999260488 4.926315497 4.866970341 +LQ00X044720 Cytochrome P450 71D10 11.86245406 11.72701802 12.46560798 12.58765526 12.26760843 8.561218467 8.976081277 8.175566236 11.94802258 11.76668334 12.46559651 12.20459847 12.30951683 8.684250021 9.885645075 9.236163028 11.29407721 12.26008284 11.21130414 11.7669702 12.10204851 12.59228357 8.382411779 8.428397067 11.16552378 11.9658249 11.25902008 12.06182856 12.2907049 10.9734226 7.946703136 8.382607818 +LQ00X044770 Probable isoaspartyl peptidase/L-asparaginase 2 6.333192201 6.701202483 6.633471292 6.444628737 6.697204252 5.735062612 6.0651477 6.076421501 6.2293385 7.050257175 6.386087515 6.449261841 6.853497552 5.855252791 6.13411945 6.118736463 6.33081372 6.131403612 7.05228456 6.961241652 6.397999701 6.992184204 6.262068703 6.078607287 6.211123011 6.535261076 7.372618565 6.667782408 7.085485938 6.387601555 5.77033482 5.504332451 +LQ00X044780 Cyclin-D3-1 5.825608651 5.957626356 6.300834268 6.407856094 5.787533899 6.305874885 6.539397743 5.809842811 6.189010029 6.930701566 7.144667474 6.487968692 6.034347475 6.13068172 6.842275828 5.649874677 6.175630713 5.795265904 5.509231061 6.216517317 5.483485572 6.513783997 5.863565486 5.722114772 6.569459521 5.770612216 5.742060975 5.688320642 6.213503848 5.751263309 6.676701709 6.245858948 +LQ00X044790 Putative uncharacterized protein 12.74176566 12.26301252 12.7391494 11.86971043 12.15232758 12.21230464 12.17240645 11.94256052 12.41732431 13.20524603 12.31476347 11.85086223 12.08250456 12.12021396 12.13769233 11.89620426 11.97835224 12.18965078 12.52826337 12.36252592 12.26829571 11.8190062 12.85265367 12.5813349 12.5060692 12.21176429 12.77091831 12.19964397 11.63520249 11.59274529 12.88510316 12.80301903 +LQ00X044800 F-box protein At1g47056 10.5941494 10.87579838 10.87579732 10.14023719 10.8101148 9.462818765 9.55575509 9.814904528 10.43510601 10.58219639 10.35329659 9.841307095 10.44520631 9.298944367 9.4282472 9.425332781 9.855090939 10.73374561 9.88229321 11.04162615 11.05940238 10.87094228 10.4599223 10.97535409 10.11806047 10.70006848 10.36687112 10.96706282 11.35292695 10.78986751 10.42729093 11.15949603 +LQ00X044810 Mannose-P-dolichol utilization defect 1 protein homolog 5.251006395 5.344114103 5.70094864 5.874622752 5.812127959 5.206479939 5.143026402 5.199131941 5.955295951 5.377421496 5.545168094 5.710489194 5.877665289 5.061465913 5.342886943 5.292985851 4.939434303 5.316169877 4.851250698 5.228847157 5.50778061 5.635083075 5.188253181 4.953092726 4.829509892 5.75292202 4.649517005 6.135330405 5.895842685 5.917315822 5.385454384 4.864838173 +LQ00X044860 Putative uncharacterized protein 10.00617651 10.04529616 10.41287016 10.24961559 9.982784652 10.09201765 10.23402234 10.66293782 10.03624706 9.737657122 10.21063391 10.40426656 10.03968006 10.17682482 10.27823977 10.27853829 10.48154914 10.62685165 8.986258068 10.31069133 10.56203061 10.82405772 11.0166556 10.89004255 10.49773497 10.85238237 9.870963312 10.46240424 11.13887158 10.94183367 10.93692032 11.17844235 +LQ00X044970 Putative Reticuline oxidase-like protein 4.975954129 4.967124255 5.107337124 5.072201027 5.415464451 5.184881675 5.364362487 5.154059644 4.919705017 5.014307745 5.204900562 5.187003604 5.223772803 5.150656934 5.566572287 5.051735379 5.304044176 5.080845346 5.164179504 5.411256733 5.413477148 5.682266924 5.46543806 5.261866285 4.87641837 5.06253388 5.022570215 5.142289997 5.315804277 5.540250297 5.360280085 5.090617261 +LQ00X045000 Hypothetical protein 10.3269791 10.17369153 10.23591193 10.41935423 9.879586268 10.39675124 10.58316951 10.04834434 10.49395376 10.14123627 10.32458882 10.42717847 10.2429861 10.6143058 10.48081077 9.993756861 9.889681893 9.88291106 10.20775058 9.909757369 9.863911453 9.905854572 10.80222953 10.51790516 10.2960651 10.13584072 10.38010657 10.12260855 10.22275149 10.11823762 10.95027734 10.60355781 +LQ00X045090 Putative TVP38/TMEM64 family membrane protein slr0305 5.133942187 5.189966623 5.95000125 5.114374129 5.17602684 5.140387853 5.174148944 4.874522248 5.193668886 5.437147591 5.642024044 5.361086442 5.355830866 5.477132076 5.657906567 5.173126022 5.151022455 4.880164191 5.025737013 5.267987565 5.086750833 4.897447697 5.049489346 5.212751529 4.770766998 4.846153832 4.873580493 5.222668668 5.152034938 5.03411491 5.293733376 5.033631224 +LQ00X045100 Patellin-3, putative 5.066909743 5.143254872 5.566954351 5.149195685 5.293363409 5.376803632 5.158651719 5.614083666 5.394417974 5.248898434 5.584565291 5.230750936 5.221573247 5.607766327 5.229081519 5.210908023 5.09100558 5.190835218 5.542817353 5.371760065 5.250835665 5.14312062 5.133268906 5.188124222 5.526025251 5.007170567 5.871763882 5.339832593 5.147161049 5.343014376 5.326796487 5.239767459 +LQ00X045170 Glycogenin, putative 6.658252012 6.167700902 6.324720092 6.107584249 7.004011325 5.911970407 6.047712921 6.229640375 6.111550138 5.86310159 5.915446883 6.204250863 6.753152487 5.599912382 5.692992506 6.265123534 6.682349521 6.801075164 7.227072708 6.738435229 6.984576843 6.466694629 6.954873937 6.91583038 6.773829797 6.301076371 6.76035376 6.900634071 6.701672699 6.439183088 6.898334665 6.769667218 +LQ00X045180 Vacuolar protein sorting-associated protein 45 homolog 5.621753222 5.217740308 5.769707517 5.807932202 5.514920128 6.11100792 6.050926812 5.284054769 5.40215868 5.895230145 5.843003222 5.740189889 5.376126839 5.982838257 6.320740968 6.286469789 5.219249788 5.062160296 5.602785343 5.486744459 4.917967231 5.026091548 5.26205789 5.826347014 5.203115164 4.897821699 5.625135291 4.99617612 4.952910128 5.157061088 5.528692324 5.239685912 +LQ00X045230 Putative uncharacterized protein 11.62863653 11.6480776 11.44511674 11.99796725 11.67571765 11.88509164 11.76787618 11.84173481 11.60546789 11.56024726 11.37551916 11.83718119 11.71803465 11.94236433 11.84384914 11.91977528 12.366157 12.51745974 11.95695832 11.63883821 11.81580504 11.98364624 11.33688942 11.45448657 12.23560857 12.35803247 11.95206806 11.70140711 11.83249765 11.66432953 11.0482807 11.15862602 +LQ00X045310 Hypothetical protein 4.759781173 4.936322474 5.483224812 4.578146567 4.74753259 4.762002708 4.543769755 4.812001084 4.75555431 5.212998811 4.869680065 4.637193778 4.811245127 4.753157363 4.734019496 4.775279032 4.589301744 4.816568538 5.225534889 4.956598262 4.974354503 4.526540877 5.29608141 4.794910107 4.70275475 4.802743303 4.871235377 5.44170174 4.649881552 4.757508666 4.981459263 5.02682714 +LQ00X045320 Hypothetical protein 5.221546641 5.613491048 4.975288681 5.448130623 5.691454627 6.600226591 6.703727722 7.276948921 5.560023322 5.326059919 5.000846587 5.723864388 5.368485938 7.164464181 5.771605457 6.920861075 5.367744844 5.725025887 5.143969117 5.305218713 5.36176045 5.571608134 5.567250747 4.769242827 5.23762117 5.531711857 5.466722265 5.35893104 5.453742017 5.263266661 5.431560818 6.034762816 +LQ00X045330 Callose synthase 9 13.65079757 13.89719882 13.75489976 13.35328861 14.2052723 13.38686062 13.77533835 13.58036741 13.73465479 13.59950826 13.95167288 13.81578531 14.27405096 13.64385736 13.99087512 14.17457801 14.09778686 14.48774344 14.32955974 14.32690759 14.40184189 14.18755484 14.43464883 14.51942012 13.81697091 14.18337866 14.22625153 14.2565038 14.29676141 14.0842025 14.48520803 14.65032406 +LQ00X045350 Probable plastid-lipid-associated protein 12, chloroplastic 13.08624953 12.62682873 13.31530237 13.75416083 13.24183907 14.23775924 14.34325924 14.02115849 12.93002054 12.15719704 13.12768331 13.56769228 13.1487097 14.34469862 14.21089852 14.11284396 12.15817984 12.76886581 12.01436123 12.48009527 12.55668506 12.67064372 13.23906059 13.45843413 12.2252049 12.97254168 12.1016225 12.70852151 12.68520079 13.08108897 13.25347404 13.11470303 +LQ00X045390 Hypothetical protein 4.598872175 5.012153952 5.012621573 5.235056778 4.903010355 5.064922489 5.208207637 5.76207821 5.080042583 4.77343704 5.268376476 5.096769891 4.891534069 4.930144149 5.562476529 5.636286666 5.289716687 5.36618136 5.026568397 5.103697746 5.424458174 5.049112599 5.054695591 4.955431204 4.874642526 4.898588407 5.059801297 5.036280475 5.167972941 5.202447283 5.008072319 5.256863517 +LQ00X045432 Hypothetical protein 4.871857734 5.007029886 4.854436908 4.880363997 4.967587256 4.664045571 4.90647067 4.942460638 4.831787207 5.166828384 4.940777533 5.007532194 4.873711226 4.800074785 4.862847279 4.812385809 5.292930209 5.125449951 5.191767635 5.082195251 5.331756952 4.829586807 5.682708423 5.058531838 4.712901126 5.135733074 5.437122197 5.153302061 5.452844213 4.949304016 5.69365513 5.223600281 +LQ00X045440 Peroxidase 15 5.73890625 5.70439999 4.998966689 4.966081255 5.445849943 5.482199568 5.363805211 5.572965423 5.490461547 5.059017346 5.476377164 5.235913073 5.46111586 5.3540988 5.062054418 5.38899593 8.013904702 5.893447166 6.889371236 8.677750873 5.329415112 5.471203857 5.260541772 5.250878552 6.092699722 5.039556499 6.023245654 6.468587136 5.254917853 5.442916414 6.008858037 5.42019807 +LQ00X045560 Alanine--glyoxylate aminotransferase 2 homolog 3, mitochondrial 5.634481728 4.979706105 5.407154876 4.994400785 6.188108984 5.907136837 5.478766313 5.879636057 5.134142364 5.14026779 5.31277542 4.8143278 5.439675629 5.356066466 4.918442262 5.922530057 6.876678658 5.861120053 6.135271694 6.434829265 7.292323325 5.242852633 8.569750352 7.439436641 6.63831289 6.083902867 5.586671561 8.899163246 6.927276398 5.14699327 8.496951891 7.390603997 +LQ00X045590 Putative Transcription factor bHLH61 7.197880267 7.826966057 6.407604683 5.898902982 9.759269187 5.928947506 5.401432279 6.226779687 8.42954079 9.231960383 7.563544334 6.062667721 7.79487395 5.667909862 5.586253601 5.880823134 8.218643838 7.510170388 7.801450235 8.85094228 7.496421141 9.4584308 5.34825735 5.404108934 10.12128259 7.962593406 8.07622332 7.610256336 7.272623387 6.104678668 5.679668913 5.121628463 +LQ00X045610 Cationic peroxidase 1 5.4538473 5.391204673 5.357080619 5.565565653 5.436220551 5.143943554 5.680843277 6.055607193 5.532554758 5.747506171 5.123914309 5.700846697 5.843882914 5.297346869 5.425206787 6.035770052 5.489405421 5.657109014 5.729111021 5.622254914 5.38398353 5.482869745 5.285846189 5.35464081 5.999415329 5.50777062 5.56039887 5.564542384 5.376240362 5.576432979 5.546220259 4.986440708 +LQ00X045650 Putative uncharacterized protein 5.68929707 6.061587045 6.778181776 5.50677924 5.773368176 5.71320054 5.702803568 5.358344478 5.709704675 5.330532736 5.757333603 5.395211895 6.176066096 5.573101971 5.430329516 5.76391266 6.061671412 5.69730996 5.069445477 5.762330321 6.3232883 6.03012033 5.74823274 5.699393483 5.988007671 5.835441852 5.778529854 5.081288069 5.694231931 5.999622825 5.280311818 5.202692244 +LQ00X045651 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.875656642 4.842193895 4.835851991 4.951799274 4.914491533 5.003344863 5.287157426 5.059796007 4.79549327 4.994056173 4.739698506 5.02596795 4.853120121 4.790155847 4.962302425 5.181474294 5.87257913 5.104574548 5.424046999 4.924025356 4.697544067 5.222882839 4.623585324 4.880818723 5.241116331 5.016503796 5.505065459 4.968678381 4.645515974 5.002068561 4.827833079 4.886299554 +LQ00X045700 Putative Disease resistance response protein 206 5.06112465 5.073843943 5.914068627 5.783280001 5.309085896 5.336287559 5.61929606 5.804682245 5.216637236 4.804770844 6.010776292 5.606471333 5.84173964 5.63121707 5.463692808 6.050760331 5.053783471 5.521925116 5.30326809 5.445060868 5.185887789 5.274779018 5.169220304 5.283658683 5.263967575 5.03034137 5.370652789 5.218389011 5.180432022 5.559910499 5.746993772 5.941406099 +LQ00X045710 Putative uncharacterized protein 5.677982177 5.491071455 5.210476189 5.598417301 5.170556591 5.834613441 6.061096531 6.015029385 5.43442009 6.207357576 5.188161588 6.141793823 5.33474993 5.548587668 6.376984135 5.822115623 5.422049979 5.692888389 6.087082007 5.123957005 5.219629294 5.61606001 5.115814419 5.355259268 5.549324372 5.843728674 6.089362254 6.001457222 5.516714796 5.664538971 5.290229777 5.550789937 +LQ00X045720 Putative uncharacterized protein 14.1557487 14.10303171 14.05730463 13.72455551 13.98598607 13.45618697 12.67420882 12.2625276 14.32731677 13.81565968 14.10826808 13.59945255 13.99145599 13.36426023 12.33599913 12.74939918 13.77821909 14.1280567 13.91394657 14.09079127 13.75330208 14.28099626 12.09342221 12.04451116 13.86074379 14.21640571 13.81231381 14.33869525 13.66342512 13.77185854 12.32215797 12.60997521 +LQ00X045760 Kinesin heavy chain, putative 9.603838428 10.35761071 9.479127021 9.521742551 10.96418567 8.771610815 8.819232252 9.628375756 10.39638398 10.62378182 10.58491994 10.18973719 11.28192236 8.620257896 8.177732224 9.612368868 9.664078031 9.137369614 10.4992682 10.29260356 9.071710652 11.00551006 7.367738664 7.748564954 10.09661799 9.934103097 10.55085278 9.762228445 10.10541748 10.4969582 6.851291724 7.367050614 +LQ00X045800 Putative Transmembrane and coiled-coil domains protein 1 5.475389865 5.604165567 4.998657778 5.877079757 4.733121524 5.327838419 5.821408902 5.540969477 5.541213255 6.590430727 5.557137317 5.936572357 5.079623986 5.663011155 5.951100716 5.8060154 5.236153935 5.361973561 5.324657232 5.904506374 5.646436617 5.592490326 5.200525853 5.355349449 5.393832463 5.205820459 5.393772634 5.108952266 5.577585927 5.223539849 5.545533542 5.362123008 +LQ00X045820 Predicted protein 5.051756332 5.386204375 5.124420716 5.371174468 4.934590366 5.289321763 5.288269776 5.090257348 5.270085075 5.98065985 5.558601145 5.273139819 5.160006151 5.40653238 6.002792555 5.210559529 5.471855784 5.249340182 5.305277519 5.093052631 5.412627163 5.356721744 6.492818246 5.25487831 5.380924619 5.108632764 5.823103651 4.805247397 5.266718056 5.256933917 5.083636898 5.027593334 +LQ00X045830 Predicted protein 5.071409576 5.242614704 5.062302571 4.941227099 4.945039044 5.181092022 5.275671087 5.336374572 5.178062808 5.235383306 4.868792725 5.289373658 5.294405228 5.441982741 5.487163417 5.435343516 5.25472925 5.182112845 5.148801613 5.104982543 5.323247406 4.992801188 5.641445285 5.858513411 5.133300146 5.225924705 5.78143671 5.254304839 4.875256803 5.068061403 5.474509237 5.553809673 +LQ00X045850 E3 ubiquitin-protein ligase SINAT2 10.67870689 10.2928258 10.29985078 9.964462682 9.536104637 9.682217598 9.330776277 8.998671262 10.67227339 10.16200762 10.31828614 9.968140994 9.938232089 9.639737806 9.271039147 9.239241246 10.01760657 9.705855883 9.853734328 9.212226017 9.22509065 9.698075162 8.851219838 8.77367253 10.44644132 9.929826173 9.754357168 9.409457541 9.812403614 9.504949491 9.311969825 8.276139676 +LQ00X045890 Putative Activator of 90 kDa heat shock protein ATPase homolog 1 5.343323007 5.808174595 5.650415883 5.867783167 5.479551113 5.663038429 6.189354901 5.386201194 5.314598604 5.696233287 6.023496642 5.530869944 5.814979724 5.361723701 6.058699458 4.982401944 5.583787956 5.250310732 4.946432898 5.44655116 5.386841682 5.885934109 5.857475482 5.336831021 5.721428328 5.635087037 5.280573293 5.754907865 5.565908375 5.829554399 5.544075037 5.582987609 +LQ00X045910 Predicted protein 13.99106745 13.89308321 14.18299514 13.99831015 14.37616547 13.27542862 13.07618817 13.50389008 13.73880413 13.69736974 14.17617546 14.21653498 14.36915898 13.29939292 13.50767669 13.55399036 13.51636954 13.69671161 13.93346235 13.95621108 13.7803662 14.39342397 13.47767276 13.85084091 13.89841636 14.16284808 14.03686211 14.77820933 14.07801015 14.83913202 13.37323968 14.06815926 +LQ00X045930 Rnf5, putative 9.459562223 9.794085525 9.244323472 10.08196542 9.843085034 10.4722767 10.39126829 10.88237862 9.377583556 9.386110278 9.2127678 10.11268014 9.51963742 10.48977925 10.63835302 10.48461061 9.589174782 9.718828145 9.253830595 9.392193855 9.723184765 10.16795355 9.670475184 10.6261995 9.494765273 9.436398298 9.648832918 8.992823658 10.19737197 10.59514422 9.95808105 10.45976358 +LQ00X046240 Uncharacterized GPI-anchored protein At4g28100 12.14830775 11.65514907 12.01844893 10.78091349 11.3836747 7.687163288 7.706868932 6.739225734 11.98576838 11.45356691 11.89082805 10.99739601 11.59803003 7.984597512 7.473780282 8.061882247 11.26016423 12.07593347 12.31525031 11.92624092 12.5629972 11.21750357 7.710382509 6.661171818 12.00972161 11.89998213 12.78459382 11.74440979 12.97401688 9.580161505 8.367889127 6.973093732 +LQ00X046250 Putative Cellulose synthase-like protein E6 10.17496171 11.25348182 7.981157263 6.620328078 7.843200288 9.816336086 9.154583303 10.93232638 10.01032978 11.27125073 8.165837263 7.229023192 7.507247523 9.631369208 9.21583411 9.996379729 11.28875271 10.56593136 11.06301826 9.262883665 9.509507317 10.08105144 11.56520675 11.9961274 10.92596971 10.63956402 11.19317658 9.031591864 9.360422597 10.66733643 11.03279248 11.71412325 +LQ00X046440 Putative Mannosyl-oligosaccharide 1,2-alpha-mannosidase IA 6.587555458 6.455900139 6.160630789 5.627148311 6.015943839 5.310838492 5.627965133 5.327717391 6.340671121 6.2643812 6.089583256 5.572667875 6.283249016 5.577902739 5.217581193 5.50904596 6.006342924 6.374732631 6.774834012 6.241024608 6.558081539 5.9111786 6.380653367 5.837375732 5.849136676 6.413905956 5.962505615 6.481148523 6.173898197 6.23047083 6.742913319 5.581694227 +LQ00X046500 Putative KH domain-containing protein At4g18375 11.19527165 10.25590975 11.59833985 11.00465999 11.60107647 11.56233105 11.59616183 11.51306675 10.2651144 10.90100484 10.55326024 10.30230269 10.94258695 10.55971325 11.46993302 11.02882103 10.40478185 11.55292985 9.966372138 11.44086987 11.42921515 10.89211 11.2874426 10.95685251 10.94451418 11.56629687 10.03157894 11.69883344 10.20277023 11.1032963 11.13270084 11.07634887 +LQ00X046680 Putative BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 12.82403793 12.22171399 13.24476676 12.97970692 13.20516114 13.48408096 13.13392051 12.82119883 12.69844548 12.26121427 13.26340974 12.83241659 13.24386301 13.54345603 13.11055462 12.971167 11.20556156 11.82177332 11.47878955 12.96569429 12.92357898 13.06294451 12.64563066 12.68336036 11.75288201 12.05085881 11.79934173 12.9627077 13.12777693 12.25833853 12.58973095 12.71073157 +LQ00X046740 Hypothetical protein 6.763820128 6.638206621 7.193571459 7.036802098 6.755562449 6.030981999 6.409837237 6.974477309 6.80566544 6.769654076 7.307923151 6.863956213 6.443715144 6.522936418 7.014237118 6.758695109 6.545067203 6.811320856 6.70946904 6.227892559 6.039071068 6.931627731 6.243431881 6.412146997 6.568546966 6.006127293 6.880933741 6.050411577 5.95862553 6.853929911 5.469145089 7.376060284 +LQ00X046750 Ribulose bisphosphate carboxylase small chain, chloroplastic 6.584225842 5.842952766 7.091434045 7.318710058 6.7380375 9.359234957 9.522497356 8.927656542 6.477556248 6.951613449 6.085103689 7.233876119 6.039709247 8.768500548 8.575831808 8.464980202 6.160782686 6.420634116 6.290495098 7.182985362 6.00983008 6.598887656 8.341807904 7.081668985 6.780225376 5.857659755 6.312191589 6.540654465 5.904669335 6.45470588 8.07537918 6.971418546 +LQ00X046760 Putative Protein VERNALIZATION INSENSITIVE 3 12.60065011 12.220961 12.88127465 13.42763026 12.92152404 13.45592992 13.53685667 13.68491072 12.74758985 12.31044552 12.86843902 13.64069794 13.14933602 13.5947128 13.44578554 13.67850303 12.31479399 12.72224244 11.99106601 12.60215303 12.34491156 13.21926083 12.844218 12.83715937 12.45925229 12.85557181 11.98348846 12.77731599 12.40070434 13.14617021 12.87270933 12.67131389 +LQ00X046790 Probable aquaporin TIP3-2 8.228367703 7.864684736 10.98311303 11.08216052 11.10090306 10.735924 11.93771733 10.51779463 8.33819067 6.270924646 9.871960743 11.11835822 10.7024039 10.77325856 11.4362816 11.34754152 8.764403976 10.10673892 9.281463951 10.58919736 11.74691594 11.15929016 11.97965874 12.82282001 6.948572942 9.002271781 9.613998058 11.82338835 11.41439048 12.17776234 11.48563199 13.06122972 +LQ00X046890 Putative uncharacterized protein 11.21556008 10.48128443 12.42248598 13.35665112 11.65497395 15.01143847 15.09048531 15.30940049 11.1125041 9.181121066 12.14741422 12.97707617 11.43668638 14.97830437 14.63870211 14.40309347 12.53625701 13.48607157 10.95047178 12.22954504 13.223533 12.76431949 14.62424261 14.45860842 11.64882111 13.11836837 10.78620553 12.637194 12.65680798 15.13504743 14.21022137 14.27934601 +LQ00X046950 Dehydration-responsive protein RD22 5.308025314 5.482029515 5.868335877 5.447572136 5.443697592 5.400967019 5.54822209 5.447297877 5.318641101 5.424092347 5.993270355 5.452129252 5.465456424 5.249848148 5.220648473 5.621533132 5.245635273 4.989305947 5.451713831 4.919794622 5.084996425 5.405087014 5.237355553 5.183204177 5.454776691 5.080435709 5.1912632 5.274147888 5.188753048 5.289636044 5.118426772 5.44884686 +LQ00X047060 Putative uncharacterized protein 11.21025566 11.39817143 10.38649323 10.24387785 9.511810229 8.911290359 9.397082852 7.596463393 10.87731648 11.41241546 10.56718859 10.2038964 9.455537512 9.09191054 9.509258224 8.505710155 10.25282237 10.33070334 10.12557613 9.32742119 10.22533896 8.685892653 8.240029055 8.03126295 10.57571187 10.12153056 10.57690802 8.518191734 9.88832973 8.16703819 8.929072686 7.381290877 +LQ00X047130 Glyceraldehyde-3-phosphate dehydrogenase A, chloroplastic 15.29687103 15.03982817 15.44460486 14.90427723 15.11826336 15.29319397 15.18964151 15.30690304 14.7171933 14.5125944 15.06154195 15.00733779 15.08755286 15.49393759 15.38994174 15.56019467 14.19915177 14.52594364 14.47268537 15.11088959 15.07550385 14.78850589 15.52503652 15.57654337 14.58172404 14.3941146 14.70651999 15.16110362 15.22975434 15.24209005 15.48306878 15.55268677 +LQ00X047140 Chloroplast-targeted copper chaperone, putative 6.513669406 7.010238435 7.459313725 6.556328993 7.260137874 8.136960777 6.870088262 8.389358946 6.643251626 6.308386598 7.700178659 6.464329861 7.589386786 8.135675127 6.750439573 8.140215945 6.091523926 5.803890834 5.702530242 6.829418903 6.71970802 7.056672515 7.21803923 8.603671617 6.360275394 5.881469906 5.853601386 6.992898675 7.067388846 7.244848024 7.387271026 8.411023854 +LQ00X047150 WD repeat-containing protein LWD1 12.40880387 12.71393622 12.06727612 11.85480695 12.39955601 12.58961249 12.63139772 12.72616521 12.08561944 12.41923436 11.89681309 12.0694017 12.11245936 12.6443688 12.64642354 12.63055889 12.87749692 12.35214742 12.83082221 12.1257303 12.25242979 12.38251328 12.9483813 12.91937698 12.74370405 12.07845579 12.91662456 12.04549969 11.98862668 12.18910443 13.13820884 13.1194432 +LQ00X047190 Putative uncharacterized protein 8.275498812 8.498187966 6.773056104 7.215811851 6.935106435 9.344800245 8.612497587 9.178879726 8.112593881 7.830026401 7.002405781 7.684660768 7.144678237 9.504447177 8.49544215 9.088404645 10.17262757 8.85427941 9.975509411 8.993441274 7.748216149 7.525386649 8.74620082 9.39472607 8.800693641 8.784357846 9.196742595 8.307200466 8.070142967 7.989001519 8.61680829 10.06018498 +LQ00X047210 Predicted protein 6.351586199 6.20725711 6.304137968 5.577158672 5.181049717 5.131785224 4.987241366 4.723564053 6.202396277 5.823330605 5.767717928 6.28711003 5.603449001 4.977450184 4.810600699 5.059752124 5.306809159 5.399154892 6.323199499 5.691360852 6.815868431 5.331936325 5.785891103 5.331193252 5.585106189 5.707630826 6.890749613 5.891511181 6.509168521 5.453395824 5.648623132 5.002023566 +LQ00X047220 Putative DAZ-associated protein 1 12.15790157 11.81979269 12.12760869 12.88264805 12.04259216 11.87210555 11.94433443 11.89190086 12.13886833 11.9314913 12.31720678 12.94230278 12.50193631 11.92738824 12.18704267 12.29982996 12.80524921 12.62069609 12.51368541 12.06595333 12.26203049 12.35745428 11.00423885 11.449789 12.40492 12.71367725 12.24737867 12.53718019 12.12288638 12.34188104 11.13144125 11.17773141 +LQ00X047240 Sphingosine-1-phosphate lyase 11.52850254 11.04580254 11.60223651 11.80905875 11.59943925 12.08813115 12.34064333 12.27367688 11.41901872 11.12626579 11.66243771 12.04016385 11.67765292 12.29982627 12.27426761 12.50384429 12.1452891 12.48214621 11.45260585 11.55355207 12.0793796 11.80338542 12.81157585 12.3333853 11.3612188 11.58653933 10.87440554 11.37184248 11.66908962 11.90943296 12.60118179 12.1830828 +LQ00X047310 Protochlorophyllide reductase, chloroplastic 4.568152409 4.674017911 5.10459737 4.73150747 4.833563336 4.958298378 4.808746366 4.897505584 4.656627684 4.513312519 5.110118473 4.702088318 4.765635069 4.843099735 4.827420921 4.749517788 4.860967685 4.656143423 4.682034178 5.007029177 4.878367197 4.768713157 5.004741981 5.311207726 4.487483336 4.642455641 4.500980767 4.744414719 4.928826099 4.744949559 4.976086142 4.977383284 +LQ00X047320 Putative Flavonoid 3-monooxygenase 7.977077198 10.8806622 5.663490651 5.480225263 5.110653744 5.438438244 5.288291728 9.588263035 7.415460895 9.343536397 5.317557495 5.321970444 5.210475336 5.141579508 5.033787162 5.973229128 11.85271334 11.66994517 11.22889769 10.61212528 10.39994599 10.37201698 12.14275487 10.95521893 11.53871567 11.77943748 11.302143 10.09873764 10.22491583 9.035581843 11.65017021 10.69568029 +LQ00X047370 Putative GTP-binding protein engA 12.82762722 12.79164875 12.8145494 12.29344059 12.7957777 12.55076058 12.48101842 12.52068208 13.08296988 13.27623938 13.09661555 12.50531054 12.96870804 12.74224317 12.49651167 12.86690669 12.6319293 12.79709527 12.92590105 13.12472754 12.9209384 12.77025436 12.28772451 11.85429041 12.96797865 13.19889911 12.94633456 12.80790893 12.99774854 12.44088585 12.44461888 11.71508233 +LQ00X047570 Putative Pollen-specific protein SF3 5.200957563 5.059578921 5.497261549 4.997415808 4.82095936 5.146398723 4.94346805 5.103527236 4.948832395 4.882454541 4.87771922 4.982124726 4.929728586 5.036087731 5.147948275 5.039103038 5.253825524 5.290948024 5.238919643 5.442610647 5.884774573 4.668452008 4.962839059 5.270257693 4.708787232 5.298244623 5.536941465 4.964382244 5.706211595 4.903886516 5.262316199 5.112393045 +LQ00X047590 Hypothetical protein 5.218859844 5.417064235 5.928594612 5.858343066 5.899866808 5.730957658 5.937567039 5.913923488 5.537125474 5.343842564 5.726239296 5.494648586 5.915173543 6.70131569 5.38195704 5.795432301 5.28866673 5.271574058 5.440630868 6.046730281 6.570317316 5.426492965 6.002615081 5.770824623 5.308154716 5.419871348 5.295802815 5.434010323 5.964140142 5.833220686 5.781046261 5.83502357 +LQ00X047900 Putative Predicted protein 4.868059496 4.686271201 5.305960946 4.847666765 5.083003311 5.202547726 4.706412066 4.747937917 5.057632629 4.805038745 5.314042259 4.693072104 4.957044213 5.350769914 4.620102515 4.799385174 5.165079387 4.76300213 5.010846458 4.734581606 5.121357409 5.204364613 4.989378653 5.230551181 4.817482756 4.786881495 4.949339428 5.02143052 5.39485682 4.841862714 5.389012824 5.198838492 +LQ00X047980 Putative uncharacterized protein 4.783810437 4.675421885 4.910708382 4.770102188 5.523060841 4.771585398 4.929017664 4.775629238 4.859847328 4.911883667 4.682511959 4.906034521 5.144895907 4.999116468 4.930729999 4.806702572 5.0022021 5.12429149 5.0036808 5.413868967 5.748819785 4.935873839 5.256690274 5.611765214 5.173525797 5.150327887 4.640678646 5.560012072 5.841010788 4.702469614 5.184396183 5.251750046 +LQ00X047990 Putative RPM1-interacting protein 4 6.543097988 7.059965928 7.12892326 7.119709832 6.507305156 6.72306505 7.089766492 7.004082918 6.8700619 6.996349501 6.490816054 7.349240603 6.79036556 6.988185036 6.939215488 7.176276672 6.237363992 6.938305884 6.766663798 6.347358052 6.535411063 6.86882294 6.658004997 6.945599267 6.606780886 7.310938539 7.259780956 6.215188302 6.530056663 6.922614929 5.625838177 6.28531614 +LQ00X048240 Putative uncharacterized protein 9.299775113 10.67901983 5.52722843 5.293355333 5.060525132 6.383985537 5.704975704 5.813121206 9.310838974 10.86667338 5.352660529 5.529750355 5.214676238 5.669667552 5.425403311 5.459650122 8.864627714 8.100152308 10.30562608 5.289514484 5.777756607 5.7906348 6.019423003 5.379015803 10.33894666 9.93456926 10.57168598 5.145223931 5.819372071 5.21001052 5.659461673 5.904227405 +LQ00X048600 Predicted protein (Fragment) 5.396718021 5.139858425 5.001015023 5.26535615 5.337669386 5.354065984 5.238959452 5.077002866 5.211511814 5.342820503 5.366859096 5.207750513 5.453066644 5.36643505 5.05599611 5.275189885 5.015117446 5.398506845 6.311575633 5.33007535 5.474867547 5.239128615 4.990186193 5.786887727 5.147060835 5.095336406 5.266705532 5.037768106 5.804818587 5.416588932 5.419393399 5.341675693 +LQ00X048660 Sucrose-phosphatase 2 9.400640488 9.517780246 9.209003826 9.563901045 9.420630085 9.479058138 9.662317628 10.04225978 9.371015284 8.893778951 9.358501699 9.387677168 9.417647447 9.125109618 9.321837157 9.201702633 9.30348934 9.913983773 7.791894861 8.936603507 9.730482438 9.630331603 10.02721794 10.58115678 9.700262859 10.27767114 7.635787289 9.388087709 9.848578236 9.979554027 9.902583647 10.38935051 +LQ00X048680 Putative Cytochrome P450 94A1 11.78742683 10.59865023 13.16431599 13.45640871 12.55042728 13.47571493 13.7166205 13.15366272 11.06075327 9.756437475 12.58280516 13.08831828 12.43312673 13.65943419 13.69039602 13.11188822 10.54761331 11.44999176 9.429701598 12.29171498 12.74292581 11.88820546 13.86634274 13.53976866 9.846513594 10.75308189 9.816021704 12.65620892 13.13478223 13.07373792 13.94158552 13.37203973 +LQ00X048690 Putative Lysosomal beta glucosidase 8.688827076 8.739876078 8.146675699 9.454609967 7.64113892 8.405714427 8.099404124 7.168891017 8.612470676 8.273454391 8.356665269 9.173291957 8.086545693 8.303981742 7.915620413 7.509417337 7.880261611 6.624629236 7.959962095 5.967310954 6.654637132 8.134665114 6.103090311 5.981961523 8.474101954 7.271799289 8.29230832 8.068381426 7.467924382 7.733001634 5.976438533 5.308826154 +LQ00X048770 Putative CC-NBS-LRR protein 4.911096326 5.209799224 5.368218746 4.788743246 5.054580065 4.855430363 4.866226797 4.807523015 4.639642622 5.109370953 4.918111533 4.866044456 4.821310788 4.940769897 4.575228613 4.872081256 4.845091598 4.997633342 5.174476677 4.953484986 5.018084994 5.153217633 4.976626526 4.924156137 5.024636645 4.989658802 4.842436719 5.070260158 5.045039007 5.205690201 5.356883435 4.722747199 +LQ00X048790 At5g22010 5.150201295 5.519815842 5.23409152 5.248934716 5.081961236 5.710498968 5.464255876 5.546305457 5.652660578 5.207559741 5.371206335 5.342017768 5.030689742 5.263228734 5.138147931 5.300259805 5.43122885 5.197922875 5.603644694 5.498358972 5.750252965 5.455983129 5.744948019 5.302663388 5.40014058 5.539921792 5.130838558 5.206662986 5.45433202 5.581607414 5.075178266 5.25328049 +LQ00X048820 Putative Probable protein phosphatase 2C 55 11.02392205 9.611215397 11.15144669 11.28274356 11.2079156 11.54215787 10.76856128 11.30904522 11.02637108 8.967686667 11.14768507 11.95572968 12.1135049 11.81623424 11.75041934 12.05254206 10.36551843 9.466199181 9.113006021 10.1997832 10.05322646 10.28033895 9.881875445 9.232345405 9.735251569 9.668034996 8.427505359 10.09115147 10.42528633 10.42191839 9.839887462 10.96529243 +LQ00X048850 Hypothetical protein 10.15946375 9.535672691 9.867527506 10.76254383 9.890845989 11.11370025 12.14188103 11.94932669 9.705163789 8.90538025 9.452910287 10.74312395 9.386476443 11.2904103 12.24766274 12.11434773 9.84599582 8.51099497 7.901665886 9.26478533 8.199458362 8.619961259 10.63962283 10.74274361 9.378477281 7.960023813 7.698723445 8.944852138 8.131320779 8.834724023 10.89262754 10.81972377 +LQ00X048880 Putative Serine/threonine-protein kinase ATM 5.710129794 5.625510406 5.30165457 5.300594615 5.632452659 5.494150706 5.041224811 5.283430133 5.595002571 5.644928665 5.717235038 5.387056706 5.747237863 5.380929716 5.224051623 5.261320191 5.339987825 5.47553196 5.526988857 5.217716609 5.282702697 5.572876974 4.95925235 5.561681378 5.454156564 5.467277849 5.893186088 5.408017419 5.577872818 5.404568102 5.622110679 5.075960881 +LQ00X048900 SAUR family protein 11.05686749 10.45614976 11.52668709 10.70872309 11.68002836 10.52246047 10.7883429 10.67739281 11.10027988 11.28930924 11.52450513 10.52240329 11.0632847 10.52706878 10.71431834 10.6386687 9.726024243 10.79093301 9.92870422 11.06435206 10.94676233 10.55585501 8.970326367 8.445623277 9.887716094 10.3716492 10.48853341 10.46511667 9.680899446 7.954378929 8.907736842 8.66498067 +LQ00X049090 Biotin/lipoyl attachment 12.36459936 12.37155888 12.00079038 13.37120004 12.25283868 13.27088731 12.8698661 12.39879623 12.71547801 12.71644751 12.36178001 13.28617903 12.54074042 13.30162226 13.03801094 12.68096322 11.09896588 11.05166213 11.41306078 11.01488715 10.59820022 11.52408861 10.6384253 11.11689256 11.90956124 12.00138718 11.3845179 10.75030713 11.32833676 11.66874714 11.57903902 10.84829427 +LQ00X049220 Tryptophan biosynthesis protein, trpc, putative 13.13111196 13.3528211 13.12161043 13.68067287 13.26443722 13.1622029 13.38235299 12.87758881 13.20528991 13.15296969 13.01613195 13.32331781 13.28422525 13.37393279 13.411496 13.03176734 12.69955916 12.52644929 12.41186501 12.76824863 12.48910103 12.73288543 13.34142857 13.04040212 12.97262844 12.64609691 12.57630421 12.76032763 13.15087056 12.99173341 13.18164398 12.96438812 +LQ00X049320 Disease resistance protein RPS2, putative 5.038662082 5.301020105 5.251750905 5.099696673 4.996186021 5.004749637 5.428745935 5.11267099 5.401011887 5.495970693 5.093936144 5.157743157 5.052964304 5.175168985 5.823418365 5.390821017 4.918774132 5.338813724 5.203421495 4.968443794 5.052546283 5.001267525 4.800806565 5.295219905 5.013046189 5.225549995 5.252708549 5.022261617 5.21286558 4.833080215 4.785035243 4.887315094 +LQ00X049340 Hypothetical protein 5.058219531 5.085165392 5.442978902 4.929649462 5.279459236 5.276797243 5.175851375 5.617989005 5.23852334 5.158163088 5.272085462 4.983012462 5.245111857 5.218863858 5.116875955 5.093852771 5.162956307 5.216939295 5.136091405 5.854391446 5.363175429 5.272401551 5.268318573 5.444020478 4.929027195 5.511051359 5.084404427 6.124298177 5.332599233 5.485485112 5.187534184 5.323487658 +LQ00X049350 Putative Disease resistance protein At4g27190 7.618324766 8.924589639 6.631449551 7.301477252 7.03623318 8.066239689 7.568335942 8.40402283 8.18567514 7.637918208 7.473765454 7.699149018 6.640923559 8.331365561 7.717199624 8.24275977 8.749466287 7.816369945 8.576480701 7.837246497 6.712688602 7.921180508 7.376959912 7.995291842 8.626414496 8.066028728 8.401423218 8.094278271 7.172845304 8.034029512 8.475570123 7.715520717 +LQ00X049380 Cytochrome P450 71B36 11.26007025 11.21505991 11.59573365 11.66346873 11.67460202 12.33575302 12.00121958 11.98029157 11.4861023 10.89884293 11.70679066 11.59877489 11.64634813 12.34681952 12.17760611 11.8678745 9.963090817 9.985873352 9.234570168 11.31311735 10.77272987 10.62291884 11.23841743 11.30179185 10.26413325 9.986160048 9.758842504 11.31520626 11.11886558 11.61573659 11.67259715 11.41542274 +LQ00X049390 Predicted protein 5.593841996 5.165673894 4.99100617 5.646923878 5.035136358 5.254841005 5.276290549 5.338674682 5.188207106 5.369574712 4.797163069 5.370261326 5.072227435 5.124608979 5.408299782 5.346722183 5.238161935 5.034406744 5.411741144 5.026634986 4.872992282 5.233091103 6.191850805 5.558017646 5.124412334 5.096558878 5.656892019 5.077285258 5.262260091 5.000678691 5.726967112 4.963240347 +LQ00X049560 Hypothetical protein 10.13280272 10.38666134 10.03142926 9.515841343 10.05844417 8.960939025 8.768738443 9.401934637 9.998818132 9.896348349 9.917876855 9.435398847 10.17597278 8.76552522 7.939394602 9.141765959 10.65433943 10.7174304 11.32316415 10.72270706 10.85697717 9.919192657 9.575755074 9.621041735 10.92973096 10.90420881 11.35016537 10.51245832 10.15858082 9.656728144 9.416450351 9.545489772 +LQ00X049580 Predicted protein 5.434600183 5.516743366 6.360980736 5.684941094 6.047780835 5.837143075 5.479631155 5.651501332 5.562554561 5.349126697 6.534011174 5.570284343 6.582882591 5.733657743 5.575800155 6.00770747 6.139401841 5.830187495 5.226573131 6.125060483 7.305062461 5.696409176 6.494377604 7.436653612 6.082174397 5.666369937 5.397005467 6.061962314 6.523220105 5.686024385 6.824856977 6.031400136 +LQ00X049590 Putative uncharacterized protein (Fragment) 5.456382847 5.336294285 5.528402191 5.78740104 5.624666241 5.689804928 5.834848019 5.215073905 5.519881625 5.436123609 5.444446688 5.91466894 5.293759166 5.661494969 5.47303115 5.348957318 5.800047319 5.635756576 6.038272737 6.688918778 5.889562724 5.988296054 5.024700021 5.246470326 5.705901377 5.335512659 5.609871738 6.944056565 5.624205626 5.313126743 5.134206133 5.572546485 +LQ00X050000 Uncharacterized zinc finger protein At4g06634 12.59000607 13.02364863 12.54905769 12.56903897 12.90364073 13.20956338 13.17698884 13.20665992 12.81349906 12.35412642 12.72427814 12.88809756 13.04241649 13.45688422 13.04451899 13.34150906 12.80709416 13.05330696 12.48792226 12.8381173 12.84039328 12.39215985 13.11054601 13.29174127 12.52732378 12.81111467 12.51949854 12.55910378 12.89248304 12.89219175 13.29257217 13.22207506 +LQ00X050020 Hypothetical protein 4.878077357 5.012154944 4.982363343 4.82288289 4.623041163 4.877405069 4.963019201 5.059515571 4.842072971 5.087878743 4.836443619 4.985039226 4.811521813 5.273609916 4.994593844 4.866843206 4.9754099 5.014073343 5.591163204 5.212333496 5.016674411 4.894028849 4.984377488 4.822018529 4.94035318 5.081168727 5.633592654 5.022962327 5.398146481 4.876326305 5.129125245 5.250511154 +LQ00X050030 Transcription factor TCP8 7.242354672 6.664228562 6.519792297 8.110017569 7.012904888 7.680331598 7.883439907 7.506621095 7.180599261 6.786949478 6.030779233 7.819179506 7.044187246 7.754051048 7.125229524 8.042922551 5.949742205 7.039636217 6.292908078 6.359394583 6.919580693 6.313883629 6.753352497 6.719340574 6.431391399 7.518661141 6.109556809 6.22813681 6.622090153 6.236537675 6.229470064 5.285481156 +LQ00X050060 Magnesium transporter NIPA2 6.023154237 5.682020504 5.188246782 6.068487315 5.64021355 6.183273473 6.051284973 5.767678601 5.91880079 6.436478243 5.300977121 6.133294648 6.098051615 5.782022388 6.416011198 5.741247143 5.60755797 5.866972802 6.089059321 5.650277573 6.114054914 5.651315384 7.072873207 5.676122778 5.677825542 5.869700674 6.300244627 6.331087909 5.847948147 5.136444091 7.617093917 5.184024375 +LQ00X050070 Putative ATP phosphoribosyltransferase 5.297877762 5.309512307 5.445062251 4.968689359 5.453213371 5.414170465 5.040034857 4.961229323 4.966049132 5.399224528 5.835651431 5.024012646 6.286470558 5.027830846 5.103439837 5.376377218 5.273474468 5.861173174 5.66897233 5.982686846 6.058607978 5.517034338 6.333337891 6.155862423 5.514962371 5.564033278 5.148655307 5.039661916 5.401659056 5.791789143 6.486957757 5.802805593 +LQ00X050160 Hypothetical protein 8.367594263 6.869426535 7.814631615 9.271088329 7.297744509 8.738902888 8.741725169 8.561969476 7.757401698 7.622426443 7.064003122 8.782008156 7.175331575 8.23845043 7.740803755 8.33851699 6.165654339 6.377250909 6.984756042 5.895675682 5.91526688 7.543508804 6.283026443 6.018494214 7.683282657 6.657194953 7.121663465 5.44652237 5.505169994 7.239244389 5.816006656 7.126852499 +LQ00X050240 Putative uncharacterized protein 12.68002532 12.81985481 12.73918875 11.88279488 12.48497225 12.52089158 12.7286755 12.24752972 12.39977948 12.45613947 12.83030738 12.15699915 12.5840499 12.5159717 12.51761402 12.39322889 12.41862186 12.60082364 12.27949132 13.0429116 13.38784542 12.4544728 13.33539791 12.74101864 12.39040891 12.44465876 12.54377696 12.74398847 13.17208275 12.21043369 13.48183072 12.55755878 +LQ00X050260 Putative Angio-associated migratory cell protein 6.25669864 6.190885182 5.954289156 6.427668851 6.236846069 6.619508039 6.464247466 6.712823088 6.384234849 6.823821431 6.774315388 6.231058064 6.289125772 6.508602193 7.709806265 6.49777095 6.036369677 6.212912153 6.198854043 6.094489451 6.170213497 5.984524744 5.778650496 6.385093907 6.305801123 5.927634478 5.85474105 5.949749485 5.710297006 5.862894572 5.653418482 5.723737378 +LQ00X050280 Putative uncharacterized protein 10.29186115 10.41735364 10.94774449 10.67463609 11.00606083 10.74991037 10.54584209 10.83662546 10.40951393 10.00865474 10.80701194 10.6057246 10.90886626 10.6933642 10.60979648 10.50907449 10.08392994 10.3290836 10.77004743 10.61950967 10.74490484 10.92885548 10.75651896 11.47374633 10.05052895 10.40631702 10.7353531 10.67382593 11.07790303 11.43542216 11.03078339 11.71217168 +LQ00X050290 Somatic embryogenesis receptor kinase 1 10.6373906 11.17755147 9.861918875 9.884511971 10.26025116 7.940355693 8.225560514 8.062122728 10.66685876 10.95389797 9.849090106 9.810964218 10.27867939 8.237573859 7.937281152 8.691289123 10.59356265 10.16411278 11.91063394 9.254929422 9.534781749 10.58158686 6.029560221 6.770658923 11.28750234 10.99425931 12.17877402 9.640166882 9.745829564 9.910798344 7.201208941 7.474250606 +LQ00X050490 Putative vesicle-associated membrane protein 726 7.699659525 7.938953707 7.789989153 9.940785764 8.735828442 8.983530272 9.493394186 10.23033824 7.355096896 7.435336357 7.424042578 9.310620943 7.611711465 8.575071387 9.140890578 8.800773605 9.630485467 8.748954351 8.278493076 7.705475831 8.520827476 9.704477846 8.351768029 9.154884892 8.729110399 8.987101415 7.49100544 9.707884928 7.572591016 10.05657876 7.271587929 9.015072805 +LQ00X050520 Putative YABBY protein 14.0454618 14.63497179 12.70952409 10.63344705 12.29839096 8.589125649 8.390353733 8.8609061 14.08857108 14.37737592 13.12578431 11.07614109 12.34119679 8.970312164 8.592204069 9.405866494 13.69646259 13.13135026 13.91254187 13.1793945 13.03849 12.80942653 9.080969205 9.656065348 14.23732483 13.69574954 14.07672027 11.73218454 13.0441498 9.875596522 9.080846692 9.645948203 +LQ00X050720 Endoglucanase 25 14.47311135 14.50917516 14.75535799 14.6541256 14.82991721 13.40008542 13.22009185 12.74632391 14.46357389 14.32088831 14.71286436 14.81814282 15.00566284 13.52162415 13.80274804 13.1146206 13.87082545 13.62576707 13.66364003 14.39854177 14.51770613 14.46153624 13.43663202 13.43087904 14.24021715 13.69735789 13.88453314 14.89400111 14.90902871 15.0989701 13.00248613 13.40905067 +LQ00X050730 MLO-like protein 13 7.595077574 8.17763945 6.282837264 7.258500164 6.992504367 6.513590588 5.723126039 7.986850809 7.702888973 7.172202335 6.883891839 7.721169428 7.567528291 6.511130165 5.913987824 6.166154774 8.21274306 6.784914758 8.679167755 9.420075461 8.812619417 9.74490044 7.974248496 9.235472267 8.64689197 8.21845933 9.198078634 10.6517153 9.886958907 10.66286866 7.475986151 8.937601346 +LQ00X050860 Transcription factor BTF3 14.25536075 14.34258601 14.2375653 14.00071363 14.27013387 14.32288066 13.8595975 13.85465778 14.29677465 14.68497052 14.53348861 14.11340465 14.43349306 14.35669054 13.62484132 14.35487495 14.1271222 13.94159078 12.93844118 13.92399171 13.96260095 14.08640349 13.46824667 13.55035204 14.18858035 14.2336096 13.23246452 13.49104364 13.43014367 13.96821139 13.5139636 13.44954527 +LQ00X050920 Alpha-L-arabinofuranosidase 1 12.28850538 11.45337792 12.32113987 12.25352933 12.36527141 11.43266183 11.50041808 11.99957955 12.09751172 11.45340567 12.11715772 12.24266988 12.11876285 11.4205571 11.74565965 11.53886433 11.54462533 11.7533501 11.28033396 11.93343611 11.53120564 11.85121213 11.23158342 11.62320032 11.2937513 11.19521739 11.21910095 12.05242282 11.78729421 12.08988255 11.53344663 11.85243078 +LQ00X050930 Hypothetical protein 5.895448345 5.787160485 5.144721456 6.581126137 5.068705539 8.59632523 8.634941613 8.444629676 6.237507817 5.346588022 5.216549572 6.827239273 5.095280371 9.088335337 9.16213261 9.079413941 8.224096369 6.903230635 7.537957304 6.160642308 5.23079952 5.834840265 6.324344875 6.500769197 6.79854983 6.030038238 6.849487234 5.139461647 5.749525547 5.777577126 5.772854562 5.649157566 +LQ00X051020 Putative uncharacterized protein 12.39012301 12.04256556 12.79429885 13.11122988 12.79789757 14.24329337 14.03861259 14.13552704 12.1333837 11.38051227 12.42136013 13.01228133 12.84605049 14.25672706 13.7756116 13.86400303 12.73712291 12.89689505 12.31756842 12.80291474 12.90587149 12.93963345 13.11774843 13.55655645 12.03714486 12.35737238 12.11818975 13.04103669 12.80035164 13.10373258 13.37516703 13.49354152 +LQ00X051030 Hypothetical protein 6.188685404 6.192628683 6.359271512 6.046108478 5.407106284 7.003416613 6.751309771 6.827697676 6.095586719 5.395698104 5.555476196 5.936025673 5.597677488 7.213097348 6.645821097 6.929879116 6.211463411 5.629464305 5.879150425 5.778917433 5.766790026 5.589457513 6.146547982 6.076361645 6.112823935 5.931434901 6.380326814 5.127484888 5.81143329 5.514216293 6.029951836 6.038793169 +LQ00X051081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.813605312 8.539463312 8.066945259 7.777341115 8.43588574 8.464946457 7.681112686 8.941934056 9.429015348 8.943402089 8.51526643 8.250561847 8.649993697 8.921977834 8.534910427 9.612479279 9.68095028 8.897206365 9.738207966 8.411282197 7.360026461 7.816506738 8.357228542 8.672700551 8.899389545 8.115249573 9.259139691 7.135395482 6.590757068 7.500840492 8.591019381 8.926100887 +LQ00X051140 Putative UPF0481 protein At3g47200 13.12581972 13.29011893 12.78707679 12.07034783 12.56858616 9.736229185 9.840719071 9.946605604 13.05153421 13.02635744 12.80299534 11.82473368 12.08869104 9.939050234 10.29658171 9.932287419 13.28665795 12.60635623 13.09021448 12.54625011 12.46479776 13.06087243 10.78520886 10.91180229 13.29890939 12.75458888 13.09562583 12.64431017 12.80302297 11.89215207 11.15354417 10.66392312 +LQ00X051160 Predicted protein 10.42070372 11.05927705 11.35621098 12.10279709 11.77242579 12.33427693 12.67945116 13.29448507 10.44797837 10.58873345 11.00942057 12.02466331 11.14887938 12.18387624 12.92643621 12.40389043 10.71170228 11.30697596 9.203798377 11.16423932 11.42604168 11.29884663 12.22505441 12.58059833 9.717660444 10.36150684 8.708695519 11.4396737 11.74552857 12.22937366 11.98741362 12.4198435 +LQ00X051230 Hypothetical protein 5.998705391 7.079775769 5.665217984 5.608816461 6.31078815 5.470402092 5.928780773 7.228857434 5.661886763 5.461400612 5.724151686 5.405097723 6.026727163 5.267641342 5.395647006 5.607555303 8.56325111 8.690252325 9.72829208 8.411356278 9.356487103 9.443731414 10.21380233 10.1305859 8.755543807 8.627959641 9.925447639 9.160088313 8.522842097 10.03098673 9.931570268 10.44623128 +LQ00X051260 Hypothetical protein 4.994815396 4.97406279 5.647134237 5.076480098 5.226690232 5.120170793 5.003243735 5.017798694 5.162280763 4.880241801 5.535065465 5.124595521 5.046498286 5.13509417 4.832400219 5.090560837 5.338022064 4.855186344 5.139891629 5.461018887 5.272427213 5.027172228 5.014452598 5.11511749 5.414671117 4.866412924 5.170963574 5.231545897 5.191853875 5.221252214 5.627256532 5.262569311 +LQ00X051420 Protein kinase APK1A, chloroplastic 11.37235555 11.95456862 10.81088075 9.489719357 9.074601255 7.140608765 6.878020308 6.959954835 11.74462205 11.65952551 11.38917228 9.568263 10.0016831 8.27117821 7.381820475 7.109133664 11.56681137 12.01382654 11.63204635 11.65154437 12.13298118 10.33994474 8.171301716 6.620989366 11.40771431 11.81408711 12.21437262 10.55184224 11.43706883 9.10303107 7.719039314 7.747942366 +LQ00X051460 Kinesin light chain, putative 5.813277683 6.049085599 6.21402254 6.119120709 6.171982102 5.998837547 5.866251288 5.563618468 5.809960988 6.497010524 6.744804879 6.098424993 6.559151803 6.052158625 6.212489771 6.081789591 5.834620422 6.049738419 6.020063022 6.098846973 5.553461476 6.311481803 5.420429245 5.705538969 6.197381087 5.827072524 5.774926271 6.333860509 6.084047685 5.978523367 5.895478109 5.174544118 +LQ00X051470 LOB domain-containing protein, putative 5.427209274 5.636655546 5.356824891 5.456514231 5.57053618 5.705770174 5.573457367 6.06170728 5.252813457 5.467628894 5.321642146 5.099642902 5.318183114 5.402297682 5.250208067 5.704239939 5.949930214 5.686123998 5.670000162 5.187270262 4.935705743 5.275429294 5.445540329 5.063327516 5.707749034 5.549636395 5.669038956 5.962459513 5.54481215 5.609788447 6.130449975 5.982679763 +LQ00X051490 Putative uncharacterized protein 12.99694694 12.7230112 13.27711242 12.89344914 13.39152575 13.23347217 13.1940255 13.71628215 13.01671179 12.55322725 13.11550717 13.05540837 13.50297765 13.39997209 13.34368903 13.73554957 12.73580939 13.05067249 12.36019226 13.4458553 13.62470561 13.05317347 14.14862293 14.18894214 12.575742 12.78021521 12.27929268 13.45977538 13.44351042 13.45155758 14.13921809 14.29651925 +LQ00X051500 Fiber protein Fb11 13.60828003 13.21984771 13.72413339 14.1728017 13.70772859 13.85989536 13.9073036 13.70108551 13.98547111 14.30911295 13.87746765 14.00541935 13.75828319 13.7254443 13.60141721 13.83313197 13.74414367 13.10806593 13.46758666 13.19954963 12.84978707 13.78149908 12.94807616 13.17799815 13.78372613 13.29344893 13.51901373 12.79216167 11.72384886 13.36505274 12.78955386 13.04589271 +LQ00X051510 Auxin response factor 9 12.57996675 12.74127782 10.55279175 10.89887889 11.46414979 12.48600343 12.2850524 13.09088093 12.91662848 13.20059954 11.37159427 11.09451791 10.55495556 12.75758639 12.71205574 13.16068769 12.67189673 11.69692386 12.52416051 10.20059007 10.17835921 12.18757068 10.21381212 10.56454133 13.31074434 12.45131618 12.25721738 9.75385696 9.634758938 10.8076241 10.47015643 10.63282316 +LQ00X051580 Putative TMV resistance protein N 10.2766281 10.60856319 9.195768499 7.982670344 8.959858408 7.145421663 7.130145002 7.082363174 10.13049233 11.38965977 9.545599637 8.220856527 9.44951811 7.403982585 7.438645704 7.1903452 6.533037403 6.118041597 7.06689545 6.520142655 6.384048461 5.881009266 6.167468892 6.456747982 5.786395639 6.347005492 6.163065622 6.237301492 6.160801433 5.856092467 7.899469068 6.608801904 +LQ00X051850 Putative potassium transporter 12 9.633764314 9.126450552 9.88519234 9.079987904 9.623254559 8.952579366 9.216920435 9.252061441 9.409414809 8.732270063 9.517352832 8.984360714 9.040318916 8.950007048 9.112822277 8.768724822 9.056288847 8.730560748 9.193617558 9.260614116 8.204369156 9.295596816 9.819645276 10.2122035 9.228490614 8.544964007 8.759850661 9.179350328 9.587180372 9.336540624 9.776795207 10.49085815 +LQ00X051880 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 4.7481698 4.438986355 4.503138603 4.624821736 5.066667713 4.382412624 4.68872263 4.606404448 4.58533018 4.556165964 4.820242747 4.593952385 4.500804941 4.533447616 4.777085373 4.730934635 4.919280905 4.897780458 5.140436601 4.880515049 5.029648108 4.682948047 5.288471882 5.493236415 4.801622765 4.844338162 5.434510823 5.316417804 5.224138063 4.709153645 5.348989077 4.671614694 +LQ00X051890 Putative uncharacterized protein 9.711309568 9.661727377 8.5098969 7.665317093 8.059387902 6.335163477 6.077061002 5.925326799 9.728608774 9.801376164 8.874677233 7.477891446 8.128526458 5.957031672 5.441352767 5.779741006 8.688997889 8.33930545 8.582443521 8.142933613 8.305713568 8.340750843 7.587362173 6.187524965 9.404042936 8.965586325 8.667146961 7.491060138 7.956383582 7.295526195 6.675744562 6.381928532 +LQ00X051900 Putative uncharacterized protein 10.8578338 11.26599105 10.66998656 10.04227635 10.43030883 10.61475444 10.57634746 10.82316942 10.25757498 10.78921486 10.51370332 10.35414462 10.7164474 10.99999348 10.5496005 10.99901439 12.13437239 11.98292706 11.39070401 11.62811507 11.21216191 10.52429226 11.69814378 11.65447931 11.18369191 10.84660477 11.27332947 10.84095254 11.21782513 10.83259227 11.89002092 12.30048875 +LQ00X051910 Putative AP-1 complex subunit gamma-1 11.27196204 10.64017106 10.94364186 11.07954831 11.55070825 11.12140904 10.9824262 11.50618745 9.852120227 10.79537898 9.910988592 10.09395671 10.21897564 9.896963964 10.94007117 10.3031658 10.83650936 10.73586205 11.58015999 10.65529322 10.59613476 11.26266497 10.55639695 10.92196258 10.84667129 10.99129493 11.05116965 10.92753059 10.37280135 11.08655589 11.18387447 11.04790331 +LQ00X051920 RING-H2 finger protein ATL1D 6.687276006 6.793233214 7.177510794 6.551398547 6.816200258 6.044739233 6.824992227 6.468263348 6.792514984 6.525040008 6.80340008 6.58718619 6.703895963 6.278133355 6.044638634 6.749132382 6.855172734 7.495556033 6.825143495 6.634967051 7.11946193 6.767075864 6.277569575 6.834263518 7.011352918 7.721151288 8.049080205 6.481448643 7.440489887 6.528855317 5.569840657 6.807425923 +LQ00X051970 Threonyl-tRNA synthetase, mitochondrial 6.433080908 6.298855092 7.337419034 6.267039539 6.454478506 5.892922031 6.121404356 6.081308493 6.850631928 6.640655524 7.321459618 6.430260076 7.579395559 5.778492247 6.579010738 6.213506004 6.511689938 6.61328817 6.548257132 6.650301146 7.161152525 6.254919361 7.862777199 6.333403616 6.132998197 6.546414153 6.001969811 6.080115412 6.576385777 6.239721498 7.529306298 6.904199396 +LQ00X051980 Putative uncharacterized protein 6.253829508 5.836354061 6.095730935 5.405482568 5.920161356 5.632806372 5.854152378 5.495304691 6.172212666 6.378944373 5.885995923 5.791686911 5.809461351 5.283181787 5.506189875 5.883205904 5.737229501 6.110170649 5.879356769 5.849838567 6.106973299 5.799860194 5.613516384 5.566378807 6.085701163 6.095849218 6.046277403 5.378515969 5.430226165 5.616852308 5.163644233 5.514060635 +LQ00X051990 Putative Auxin-induced protein 5NG4 10.5116777 9.805532144 11.04688299 11.22218458 11.71194759 11.51275616 11.59836399 11.30995621 10.14473257 9.901458342 10.96200267 11.57003051 11.8541954 11.95376982 11.87927282 12.22127379 9.833642767 9.400125582 10.09945209 10.28702858 10.67683124 10.37255594 12.20260063 12.56628058 10.38208856 9.923788749 9.869975082 10.99706102 10.87047106 12.7508539 12.04215595 12.5777377 +LQ00X052000 Putative Auxin-induced protein 5NG4 10.79694868 10.31959255 11.198426 11.0085364 10.25449948 11.52811219 11.18441357 9.979466183 10.41601953 10.27058918 11.18084111 11.27328206 10.85712623 11.85962897 10.72405073 10.947858 9.447678951 10.78083873 9.967641182 10.66403153 10.9027707 9.951386322 10.92354703 10.5232895 10.56348002 10.65241578 10.45626737 10.92061083 10.96491021 10.00384482 10.72664279 9.668900734 +LQ00X052060 Putative uncharacterized protein 5.568538279 5.108636786 5.199067292 6.818169597 5.28902425 7.568253913 8.024531157 7.633884598 5.608541426 5.289721462 5.360108792 6.475853001 5.209226085 7.7533207 7.434966372 7.320502403 5.94006445 5.704407074 5.66794912 5.536241809 5.370913581 5.596761972 5.359211035 5.456131009 5.950930793 4.970509485 5.384054401 5.507654965 5.178352134 5.965321457 5.683810658 5.090900906 +LQ00X052390 Putative uncharacterized protein 9.549226188 9.772081299 8.73574452 10.06526209 9.663337158 10.46560111 10.51703981 10.93907324 10.10938815 9.542602237 9.433378759 10.37890824 9.892025307 10.67606907 10.49624222 10.75737075 9.801714255 9.863817928 9.325265666 9.397865316 9.06962139 9.311049833 9.289322941 9.587835923 9.663145775 10.31777176 9.23996952 9.111158019 9.305775367 9.704478596 9.55976555 9.59914493 +LQ00X052580 WPP domain-interacting tail-anchored protein 2 6.749438982 6.378933065 5.118471714 7.927917269 5.634562772 8.015272526 7.768974359 7.010518994 6.629227112 6.105752613 5.588199691 7.713861701 5.144751514 7.222743085 7.197223539 5.949697087 7.781994189 7.717374223 6.380822112 5.89435291 5.843499516 7.000128636 5.337902753 5.419201265 7.313332668 8.240168282 5.914691924 6.578797132 6.149450609 6.907552468 5.263742137 5.474573908 +LQ00X052630 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 4.739065087 4.970472788 4.91375614 4.855741355 5.025177311 5.01742392 4.886423395 4.903304658 4.641322334 5.03752908 4.969259169 5.063717463 5.170438279 4.966848886 4.792459153 5.189446903 4.997246579 4.913425599 4.875606643 4.891472699 5.480243719 4.781539094 5.113012766 5.704301089 4.353676514 5.204806737 5.087990176 5.42258936 5.107032909 4.846818515 5.425388672 5.143889395 +LQ00X052720 Pathogen-related protein 12.5372558 12.43946934 10.86903872 10.66932692 9.800873249 13.63263643 13.52464364 12.72042368 12.08595095 12.04430554 10.58350036 10.55258741 9.761479155 13.61046625 12.82751202 12.86649708 13.25495111 12.42779439 12.85835834 11.12140596 9.76817945 8.884232791 11.92923149 11.55201597 12.53318061 11.47134525 11.97203787 9.85323649 9.204305061 8.906737675 11.88201774 11.05629153 +LQ00X052730 Pathogen-related protein 4.829578662 4.8203928 4.778954358 6.848954534 5.202877527 5.62706445 6.134563589 5.788595745 4.800940635 5.278108645 4.486991256 6.00965428 4.794512413 5.290463397 7.064788799 6.381613096 9.207267952 7.981328811 7.088786532 5.255687392 5.311831026 5.181809079 5.886453429 4.816245163 6.683577573 5.099940341 6.109670974 5.487199654 4.942027664 4.859161617 4.752949961 4.698526268 +LQ00X052740 Putative uncharacterized protein 9.856764427 9.579795599 9.767154322 10.0958014 9.821210795 9.809422937 9.520548841 9.648983559 9.942019067 9.093595612 9.909858897 10.30264652 9.905031546 9.889469866 9.757315821 9.793336136 9.628174111 9.057630792 7.824161307 9.3346798 9.4624541 9.524732136 8.472454762 9.668059173 9.137800558 9.543916576 8.027524037 9.371248403 9.978189762 9.79792674 9.061883861 9.886445782 +LQ00X052760 Putative Pleckstrin homology domain-containing family A member 8 4.941524202 4.927123533 5.295601384 4.97178107 5.080454185 5.11130523 5.184672647 5.17140271 5.104769958 4.96911863 5.189938994 5.751500145 4.991792198 5.157258593 5.218357948 5.138060814 4.91934839 4.932464777 4.998734463 5.127278679 4.829206927 4.956398371 5.464301667 5.459163929 5.116995581 4.643877463 5.050901889 5.062605699 4.965070912 4.73547966 5.064000412 5.014312758 +LQ00X052830 Predicted protein 5.612185228 5.652044811 6.326815044 5.991197878 5.920416169 6.885582055 5.812774709 5.364673529 5.39556217 6.221505961 6.938114934 6.149597062 6.178155327 6.581345462 6.959505258 5.796955094 5.406820055 5.704640545 5.317226734 5.951202504 5.367810426 5.866828313 5.836201299 5.337713078 5.600591237 5.753313756 5.397053358 5.334111013 6.246644159 5.860185542 5.644553811 5.856563489 +LQ00X052914 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.197656738 5.319962219 5.082338778 4.932218657 5.064570793 5.240742535 5.211095071 5.710734335 5.451186675 4.875950037 5.017519941 5.063893343 5.411995902 5.466754876 5.191563371 5.18836379 4.883486008 5.07941289 5.23646966 4.975788203 5.359761445 5.218822623 5.098126427 5.352664291 5.313154013 4.978955525 5.24805685 5.210668466 5.464556007 5.032427224 5.098346461 4.83911475 +LQ00X052990 Hypothetical protein 5.159807608 5.027685492 4.975654488 4.613861772 4.750966367 4.851393941 4.849835268 4.686898216 4.862126642 4.879028134 5.052835427 4.545766767 4.892215379 4.694100485 4.67133562 4.676353529 5.371324838 4.785632932 5.005510829 4.886748722 4.782086516 4.792223734 4.783240328 4.924915663 4.653059452 4.988230998 5.030331233 4.99115476 4.795631076 4.705565321 4.625122763 5.212835042 +LQ00X053030 Hypothetical protein 6.809170073 5.763730122 5.128179244 5.732587846 6.503196988 5.792452164 5.446245882 7.436952115 6.096384587 5.040783749 5.224930757 6.439426666 6.292920527 5.91148552 5.493276918 8.936398355 5.740075419 5.65294981 5.158282831 5.634751911 5.332308772 5.659216783 6.196338293 6.090777387 6.316198762 5.502129511 4.956201858 5.522647735 5.064492506 5.751990267 7.127185105 6.030256731 +LQ00X053050 Putative Arogenate dehydrogenase 1, chloroplastic 12.12744561 11.99365334 12.1075599 12.37018995 12.06053985 12.50833769 12.27471114 12.18064835 12.43876412 12.46776299 12.31585985 12.65501099 12.36780893 12.58544022 12.65731158 12.75278261 11.86973016 12.43895348 10.57794265 11.985967 11.65721773 10.93568088 11.43588265 11.67027009 11.34879827 11.73053497 10.21998607 11.0789895 11.07191886 11.05464887 11.86752866 11.30775592 +LQ00X053160 Hypothetical protein 4.779999652 4.643841254 4.78126426 4.634808843 4.72411357 4.766169802 4.639648603 4.722174312 4.708184146 4.617810646 4.907860488 4.470194758 4.891326632 4.899531635 4.509435582 4.802472459 5.078148778 4.50175212 4.991713771 4.519358015 4.795760499 4.602332448 5.34702777 4.464231208 4.846260518 4.564573273 4.919996923 5.052122303 4.843927437 4.802935991 5.249768134 5.005742905 +LQ00X053210 Hypothetical protein 9.071580097 9.264535238 9.654755296 10.93845573 12.7979479 11.41843947 10.94508595 12.34420158 9.868999768 9.27706287 9.752413222 11.10500457 12.28357305 11.44196548 11.618638 12.31120131 10.5527933 9.721095878 11.0200605 12.12801197 10.8188826 12.94278292 11.0154645 11.23060655 9.713562133 10.05907436 10.77078395 12.46014655 10.34402389 13.96186207 10.05124409 12.01476441 +LQ00X053570 F21O3.11 protein 5.872251478 5.617448561 5.381297609 5.498811274 5.385416104 5.180537437 5.39734625 5.023809113 5.860254005 5.521394599 6.01862406 5.631454033 5.751945533 5.298518857 5.467216194 5.507541291 5.524891719 6.084751881 6.866138118 5.5325529 5.601420243 5.655026821 5.756828621 5.324504871 5.623332786 5.904490021 6.734084105 5.643856936 5.545951495 5.702439387 5.900412422 5.336240222 +LQ00X053610 Hypothetical protein 4.900524765 4.956023892 4.759679577 4.985842557 5.245508197 5.619931136 5.240464573 5.093479428 4.675647611 4.785298102 4.803749888 5.168355248 5.049149035 5.544116377 4.944888464 5.16632707 4.977912551 5.021022251 5.308123374 5.371798801 4.858377482 4.817533555 4.687381068 5.241441609 4.76251392 4.932369289 4.806857702 5.658502911 4.723709597 4.621591332 4.713841044 4.995713313 +LQ00X053800 Putative Mannose-1-phosphate guanyltransferase alpha 9.849876177 9.726711704 9.25062082 10.36816396 8.878670641 10.32180892 10.60250154 10.12106277 9.857008607 9.590802238 9.31270703 10.15028357 9.163423736 10.4159587 10.39273022 10.06986019 9.811092599 9.811350428 9.426189832 8.743947188 8.999802597 9.329517073 9.831407861 9.459561444 9.728941245 9.810285072 9.332599203 9.390596733 9.286601843 9.588017648 9.489455842 9.029046742 +LQ00X053860 Hypothetical protein 5.511829251 5.305172446 5.758758227 5.273528671 5.47097909 6.761462586 6.126906159 6.914523316 5.45960356 5.467275027 5.93440083 5.511348287 5.372930457 6.271897044 6.430893365 6.397531956 5.425940569 5.23974192 5.388328902 5.805744402 5.926012282 5.564212367 5.709758209 6.078554915 4.911633902 5.575204337 5.128438609 6.245818282 5.457340404 5.914527869 6.288229909 5.14846785 +LQ00X054120 Putative Protein WAX2 14.18429624 15.07998894 14.82029457 14.57989117 14.96553442 13.82953347 14.85266046 15.29359606 13.98265242 14.26207616 14.07732479 14.19204227 14.29107293 14.43910245 14.93815727 14.94845923 14.4125716 14.86221452 14.2265962 14.83418505 14.84784765 15.21598014 15.36215085 15.17965276 14.07924381 14.04809666 14.35079141 15.02598157 14.85570439 14.87477802 15.02776805 15.0520983 +LQ00X054130 Predicted protein 11.036847 11.70564838 10.02002912 8.65592736 9.399148283 8.461481253 8.186074992 8.415160991 11.38656395 11.80643965 10.60347972 8.787178966 9.78717514 8.932790872 8.074737653 9.104371258 11.0404678 11.28891404 12.80906287 10.70230912 10.44804673 10.72878273 9.684592111 9.702307574 12.40822431 11.443221 12.46549486 10.15512682 10.90742227 8.678844804 9.824545825 10.15907339 +LQ00X054160 Putative uncharacterized protein 7.70634505 7.477191031 6.847772662 8.164408656 7.892726965 8.77854249 8.650874547 9.760947961 7.543232467 5.304431704 7.132739154 8.627564074 7.632627349 9.05610747 7.43533619 9.167877866 7.861719812 8.396540986 7.148041368 7.526534731 8.863310785 7.887401317 8.866179368 8.287595434 7.61699117 7.743193211 7.296720952 7.478058076 7.755794506 7.967131817 8.515730954 7.544785639 +LQ00X054210 Putative phagocytic receptor 1b 11.91934824 11.59185703 11.93909013 11.65115595 11.72766308 11.38334742 11.25679928 11.02904104 11.99632944 11.73421334 12.00254797 11.91170341 11.84925172 11.59201748 11.28970484 11.40064619 12.21534694 12.13103075 12.56572439 11.8989472 11.59784578 11.93532572 11.3486633 11.42570083 12.24035889 12.04399657 12.29288684 12.10142609 11.52226084 11.91693388 11.34850056 11.13074009 +LQ00X054240 Putative Interferon-induced guanylate-binding protein 2 5.171168132 5.336143692 5.824860422 4.982333816 5.564430673 4.978064567 4.86724166 5.031326847 5.17951168 5.467524902 5.525734609 4.867769192 5.16843683 4.956343206 4.847615942 4.89696715 5.160669832 5.471367088 5.592351527 5.184585605 5.26366744 5.088061079 5.258479743 5.082248752 5.161565409 5.614815146 5.515210981 5.591487023 5.331486572 5.25390372 5.679587577 5.123583244 +LQ00X054280 Ferredoxin-3, chloroplastic 6.572478019 6.405764968 6.400403985 6.981637494 5.885813528 6.398728978 7.148046077 6.047349572 6.68538891 8.592896459 6.531000395 6.67153896 7.098955561 6.423873375 8.776487859 6.880247628 6.226063377 6.52381215 6.512168565 7.063187881 7.397476674 6.74005771 6.241963989 6.949004706 6.878772519 6.799230246 6.105659881 5.810792639 6.443543194 6.559017495 6.052971857 6.996004706 +LQ00X054310 Probable calcium-binding protein CML48 9.126677212 8.910491094 8.819787114 9.068764734 8.482684559 9.801237992 9.720371448 10.00562768 9.343555621 9.078523317 9.137632991 9.263471389 9.274526591 9.95785159 9.633261653 10.05506916 9.660291068 8.719265573 8.877743658 9.053202562 8.875087001 8.459353463 9.839162826 9.198343143 8.583614865 8.21452733 9.022689561 8.400019715 8.776473587 8.697305662 9.834369587 9.472707393 +LQ00X054320 Predicted protein 11.05874491 11.94876599 10.59558003 9.857150579 10.29671287 10.74813732 10.44773112 10.69884953 11.86255736 12.61525244 11.00081033 10.30888584 10.84174117 11.02357059 10.60456947 10.82000933 11.78086886 11.3671976 11.94040703 10.60256924 10.62266397 10.71371336 10.63448605 10.60853712 12.51297125 12.08569168 12.07421541 10.5805505 9.789781281 10.28257637 10.46084583 10.32772162 +LQ00X054340 116 kDa U5 small nuclear ribonucleoprotein component 13.03337562 13.33887667 12.79415425 12.51456611 12.65933669 12.78155791 12.74409325 12.70548281 13.22161533 13.68465598 12.83786579 12.84052558 12.8093519 12.85854744 12.92046909 12.89602901 13.3385839 13.52866453 13.37122604 13.35106752 13.22588092 13.03650719 13.16436049 12.81772753 13.58463685 13.66619852 13.39750326 13.15933719 13.08733344 12.66302485 13.11039351 12.65611169 +LQ00X054350 Putative Protein transport protein SEC23 10.21368691 9.119303167 10.53363055 9.82060574 9.686602529 9.857086384 9.692546942 8.988745195 9.513771419 8.303647417 9.526867143 9.197365173 9.591281803 9.430999812 8.976111172 8.51068531 9.005078571 9.311279153 9.40571329 9.288668169 9.407078095 8.955684213 9.723472627 9.32975849 9.215942873 9.580585184 9.668602061 8.910769525 10.25201894 9.01747777 10.02459795 9.370095555 +LQ00X054370 Predicted protein 8.234160227 7.728869281 7.631421344 8.048451945 6.716571166 8.149825069 8.096081107 6.737845674 8.556022071 10.10290963 8.237682239 7.996132196 8.086643686 7.998551347 9.743495083 7.400556861 7.019404619 7.420746962 6.91502209 8.044863341 6.786103313 6.771747206 5.92341578 6.564358774 7.528759779 7.516901763 6.829018069 6.831326491 7.259553062 6.554060567 6.515624085 6.884155533 +LQ00X054410 40S ribosomal protein S25 5.811364352 5.675139446 6.070468307 6.192627168 6.229036295 6.400035333 6.828232396 6.797857994 5.838132539 5.99915535 6.278105899 6.552765875 5.975298888 6.743044523 6.133218439 6.76031282 5.828561808 6.101709985 6.078610275 5.586851375 5.416272404 6.150263875 5.032627162 5.269603069 6.139275839 5.98061955 5.990696465 5.772251791 5.286107636 5.861429958 5.845870029 5.669925673 +LQ00X054420 Gtpase activating protein, putative 10.7172375 10.62645745 10.82413678 10.80577022 10.6342012 7.299142937 6.170004278 7.069659991 10.73311693 10.65319387 11.01296557 10.66334489 11.04980515 7.160548335 6.59969291 7.278246728 10.02781411 9.802698742 11.01045551 10.71386793 10.9508117 10.70081331 6.88711028 7.027680481 10.86212282 10.54163021 11.53834614 11.29890648 11.68247229 11.06941658 7.053648903 7.674081329 +LQ00X054430 Putative uncharacterized protein 10.3375777 9.731527931 11.93362331 12.22536122 12.0601119 13.71821754 13.35882005 12.90295076 10.09011877 9.573405748 11.35462358 11.88567243 11.63568854 13.53516138 13.12426593 12.63629901 9.272414831 10.63853711 8.65019443 11.56233425 11.67952239 11.25990216 12.85903544 12.5981905 9.523076542 9.945389089 9.239318787 11.89675803 11.46604365 12.07707071 12.69610602 12.43942872 +LQ00X054440 N-carbamoylputrescine amidase 5.654243616 5.653168553 5.845749176 6.38556441 5.731702982 6.463130955 6.488045282 6.505891728 5.77695451 5.902812154 6.677484891 6.342467439 6.416198769 6.666179804 6.853522232 6.858977241 5.698311766 5.602223313 6.337275142 6.320936653 5.852745516 6.060363913 6.372301229 7.36320584 6.018690849 6.326338109 6.277657632 6.058500366 6.164111965 6.124342251 6.459642618 6.824569482 +LQ00X054450 Uncharacterized protein At2g27730, mitochondrial 12.87120637 13.16464381 12.08469112 13.12099891 12.67699696 12.91902159 12.67857016 12.44688876 13.13976622 13.70823489 12.52298364 13.13580558 13.00353697 13.05763662 12.81898389 13.06519021 13.51686681 12.99179462 13.25936964 11.95947945 11.97054143 13.19295703 11.68883613 12.10207111 13.53210004 13.36959485 13.26469339 12.63622919 11.36050226 13.31401918 11.88108041 11.67695922 +LQ00X054470 Hypothetical protein 5.298400374 5.564091091 6.272078386 5.580040688 5.553909196 5.480098955 5.887074211 5.693035128 5.572559085 5.112587158 6.076012934 5.39972709 5.613254378 5.648731153 5.536217211 5.655658387 5.33865283 5.534177137 5.75617707 5.490257513 5.045632581 5.564799133 6.068551758 5.470986762 5.582201819 5.090837267 5.328132167 5.277783254 5.647764197 5.390139157 5.175661051 5.374799448 +LQ00X054510 40S ribosomal protein S14 14.52778739 14.35158388 13.62160464 13.59967673 13.88911965 13.62980727 13.80481956 13.56767155 14.66151961 14.88771034 14.06133462 14.19455119 13.99846993 13.6850222 13.75669686 13.7757411 14.70820589 14.39830005 14.73597258 14.07001445 14.00362902 14.55533697 14.15141332 14.28659722 14.82434354 14.53328501 15.00082348 13.70505553 13.57310132 14.34321765 14.05450918 14.21896366 +LQ00X054530 Putative uncharacterized protein 13.44124654 13.02365393 13.96139645 11.76887199 13.18928606 5.448365917 5.447225676 6.167305188 13.38466682 13.5206764 14.11430326 12.15155834 12.82351313 5.948615092 5.255106352 5.678107201 13.0815241 13.21078379 12.73741114 13.42185944 13.53164171 12.78573716 6.021207733 6.264883416 12.97362602 13.52948902 12.87858181 11.79795524 12.66038538 8.765899468 5.885216419 5.806077952 +LQ00X054580 RuvB-like 1 12.06030764 12.68696544 11.61387693 11.44589659 11.52856483 11.49792811 11.54187761 11.56573516 12.22552536 12.49797289 11.88128845 11.38118704 11.46432075 11.62856389 11.65968267 11.39521189 11.69799034 12.13234422 11.75265487 11.87914776 11.78682748 11.44919666 11.60732633 11.65113162 11.94158923 12.45375697 12.06727282 11.16436424 12.05987624 11.54470833 11.78273224 11.59032476 +LQ00X054600 Putative F-box protein At4g12560 9.954815896 9.726671361 10.35394858 9.870740194 9.829372038 10.7614881 11.27483781 10.75596093 9.916566704 9.261268398 10.07787906 9.915520611 10.05946755 10.93023714 10.47468561 10.53723479 9.523230779 9.497747858 10.20743726 10.08969451 10.08733961 9.860750497 12.05496286 11.62952303 9.6369706 9.581500307 10.37884987 10.34933364 10.49728337 10.64996043 11.89948927 11.67357528 +LQ00X054610 Predicted protein 4.949648243 4.889879304 5.189016869 4.640042749 5.094388773 4.746081343 4.801993786 4.901847142 4.75848487 4.908997801 5.338993841 4.971372597 4.917402082 4.974901882 5.02776915 4.998028042 5.125959898 4.982506673 4.94836784 4.96488653 4.907027434 5.204509304 4.993554622 4.903814878 5.167090315 5.115810021 5.210779052 4.748190995 4.849479713 4.772465765 4.809438665 5.09222686 +LQ00X054620 Putative F-box protein At2g27310 6.427620482 6.12944724 6.744860253 6.349604875 6.650672522 5.531055494 6.454108596 5.942646375 6.487732609 6.122501707 6.491075429 6.254680328 6.98927017 5.515340534 5.855795758 5.638552559 6.091113381 6.818746353 7.116897173 7.077375285 7.6864372 6.710221516 6.680297468 6.49035696 6.066919439 6.974468147 7.11851464 6.892681956 7.121207052 6.920848218 6.691276321 6.915767214 +LQ00X054660 Putative uncharacterized protein 15.26478218 15.24047796 15.22168408 15.32154087 15.44528542 15.00179906 15.44518196 15.39071976 15.11270958 14.99571242 14.86181863 15.38307463 15.24662632 15.18759919 14.91918808 15.38310997 15.05206816 15.41348306 15.33102969 14.55168946 15.07234426 15.58588678 14.97279187 15.06823121 15.05989605 15.25575021 15.35398726 15.16547961 14.82011869 15.60603816 14.54860605 14.83065092 +LQ00X054680 Bifunctional nitrilase/nitrile hydratase NIT4A 11.77613242 11.5142348 11.27532626 10.74327665 10.71245004 12.34033786 11.65948591 11.16437467 11.53768799 11.66974808 11.20508875 10.61391674 10.74230964 12.12564592 11.41826994 11.38799229 11.48318408 11.62488579 12.24761289 11.23509928 10.49603896 11.13988566 11.39147629 10.97195123 11.34618754 10.8759397 11.99455073 10.52555218 10.43284492 10.63684558 11.37233926 11.04551812 +LQ00X054890 Leucine zipper-ef-hand containing transmembrane protein, putative 4.791751312 5.394672992 5.411837718 4.931118965 5.257277938 4.952505793 4.717141802 4.91391109 5.169708925 4.907734057 5.312078201 4.753317461 5.24895193 4.846452447 4.949179917 4.679452603 5.780397973 5.316023746 5.057675633 4.917220909 5.239952477 4.930148613 5.097946013 4.891448053 5.362370364 5.341684349 5.360705319 5.264322762 4.927103334 5.308820768 5.571427402 5.646032375 +LQ00X054960 Hypothetical protein 6.276712504 5.538328094 6.115831566 5.84021015 6.61994416 5.865131075 5.916192484 6.182880402 6.26185563 5.816019961 6.470271993 6.108965015 7.027481646 6.030044988 5.424121407 5.949661366 5.700934516 6.226236154 5.57836026 5.600061564 6.743629526 6.448909338 5.489277276 6.348032679 6.148881868 6.493821101 5.806294113 5.60668085 5.955652319 6.53626405 5.821864605 5.877281185 +LQ00X055050 Hypothetical protein 5.089270489 5.353616073 5.311679038 4.771953135 5.02921389 4.919369942 5.105416378 5.268691963 5.449164436 5.0383546 5.202983594 5.012380262 4.987585306 5.208443653 4.617020615 5.260669184 4.949206816 5.179391282 5.92600091 5.082811421 4.574863596 4.499685184 4.84357906 5.69683351 5.029048655 5.258740672 5.373933714 6.047476952 4.928611722 4.879251562 5.929316883 5.8838398 +LQ00X055060 Hypothetical protein 9.642666647 8.50098538 9.219452186 10.19774454 9.553575648 10.76417771 10.89972618 10.89388483 8.884362172 9.005778682 8.098416592 9.815955688 9.253559412 10.32642013 10.3933416 10.57896782 10.41498571 11.07956173 10.97481024 10.66103607 10.71463839 10.28019433 11.3438664 11.06748614 10.79717214 10.32817134 10.78420785 10.735333 10.27768645 10.78048941 11.26047063 11.12157074 +LQ00X055170 Putative uncharacterized protein 9.188910377 8.287607033 9.461371503 10.13813834 9.480254705 10.7648593 11.08595827 11.20835639 9.102490996 7.808358641 8.944593976 9.967504763 9.409765331 10.96764737 10.46342011 10.60579772 8.166120405 8.612132771 6.727421582 8.878170434 8.752133388 8.936351382 8.782170404 8.285553992 7.993476368 8.202912246 7.032718639 9.201922456 8.144749369 9.094751103 8.482371188 7.904762173 +LQ00X055283 Hypothetical protein 5.054867751 5.105466028 4.887268 5.205326205 5.117596458 5.256752148 5.151948622 5.450914313 4.816083117 5.497320055 5.096832089 4.839880376 4.93937635 5.414480239 4.942230961 5.122760341 5.336512052 5.479093425 5.401774215 5.551932726 4.983575012 4.77069123 4.837257075 5.040786136 4.985947009 5.433131433 5.286958198 5.399930984 5.196820909 5.121874106 5.325314814 5.187649757 +LQ00X055290 F26G16.17 protein 5.052007474 4.937437827 4.981288745 5.134321584 4.87633742 5.189622413 4.719328433 4.969963611 5.143477835 5.248889854 5.418057974 5.082781875 4.800944212 4.924114788 4.770025974 4.656907037 5.208425152 5.088758749 5.382398579 5.208198931 5.048296686 4.9159843 5.246556618 5.614716631 5.297390085 5.353676657 5.433460362 5.438208924 5.508435185 4.935765822 5.328832075 5.23197925 +LQ00X055300 Tyrosine-sulfated glycopeptide receptor 1 8.196706385 8.234778145 8.797536721 9.687227888 9.069814927 10.84618005 10.83233823 10.95466194 8.39036059 7.663103471 8.466473787 9.900093481 8.808354154 10.74031911 10.62378 11.12662854 8.887006345 9.403201892 7.749291585 8.605435188 7.921527955 8.580057683 8.635001619 8.974171385 7.80451224 7.95262608 7.532078014 8.088335753 7.478017041 8.440634799 8.777618953 8.026280715 +LQ00X055320 Transcription factor, putative 9.96904849 10.20178218 10.16147576 8.845143815 9.972184845 9.205928162 9.397345076 9.157613521 9.930065277 9.960208525 10.03420765 9.179190992 9.882804196 9.564171224 8.645622847 9.164846593 9.771554173 10.39723423 10.67422357 10.88115602 11.14495302 10.19707745 11.31576402 11.32161184 9.864758019 10.51804651 11.10301696 10.73258479 11.34814502 10.5947618 11.43752167 11.62243974 +LQ00X055330 Putative uncharacterized protein 4.909356714 5.019178304 4.603304652 4.792996052 4.792755635 4.666038791 4.893130457 4.686006492 4.848414054 4.97276557 4.697747817 4.712385121 4.868506458 4.750729515 4.937969766 4.827472595 5.045348991 4.847320648 5.136567864 5.105527867 5.298797098 4.837319768 4.57535507 4.479123627 4.67337185 4.803058606 5.361629196 5.124653717 5.117403733 4.776583973 5.12395345 5.170878466 +LQ00X055510 Hypothetical protein 8.002077494 8.514865047 6.85021786 6.072124265 5.876650092 5.49236314 5.938077162 5.76528956 8.33591658 8.208670594 6.864241694 6.088359661 6.295003377 5.80473777 5.479650006 5.962615207 5.690762433 6.068782338 6.138012966 6.129850582 5.675573341 6.133931869 5.882330611 5.050491628 7.580458728 5.782759282 6.787908418 5.933154571 5.969906381 6.260275405 5.019917764 5.206170848 +LQ00X055610 Hypothetical protein 5.026155193 4.840314276 4.755936913 4.926230468 4.739369868 5.233238245 5.223114756 5.20371865 5.057727107 4.803969489 4.951720658 4.989409009 4.984984735 5.279250299 5.503336728 4.987167224 4.991702216 5.192268233 5.369351798 4.90509322 5.249575118 5.112158956 4.970351831 5.065439798 5.072310625 5.0577342 5.240973074 4.8914462 5.08295815 5.059046008 4.73579616 5.193525622 +LQ00X055740 Putative Universal stress protein A-like protein 5.822686716 5.48330508 6.563801787 5.148005919 6.093703398 5.666182312 5.461788883 6.029422015 5.701235318 5.460177819 6.681846759 5.302205072 5.548680724 5.70619201 6.364518029 5.58716904 5.590556497 5.601591282 5.576478243 5.361295811 4.884294863 5.31998055 5.759599789 7.210471137 5.295499515 5.264788763 5.533735512 5.171098623 5.265375374 5.67966107 5.755200793 8.038742584 +LQ00X055870 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B alpha isoform 12.37221478 12.0878911 12.20556329 12.27469978 12.10473639 12.3718632 12.30161603 12.84218646 12.38892532 12.39547122 12.27733101 12.3898825 12.27252315 12.00234289 12.2608047 12.30022796 12.56558867 12.28986629 12.71965771 12.42036252 12.20368565 12.52857219 12.40935095 12.5517707 12.29329161 12.46101401 12.60903376 12.57160705 12.14542976 12.58099295 12.09688319 12.37569782 +LQ00X055900 Putative uncharacterized protein 5.659765495 5.739846565 5.096056477 5.380968714 5.414925194 5.821051952 5.854348615 5.706514724 5.534041113 6.28513983 5.218227291 5.506283385 5.33316054 5.652455944 5.976946363 5.800478909 5.862790509 6.012302649 5.964571294 5.564013677 5.461747585 5.701958372 5.776314091 5.839690408 6.027856975 6.190648225 6.089140205 5.935651876 5.499926812 6.097787136 5.360228483 5.747445655 +LQ00X055930 Hypothetical protein 4.792429233 5.375227547 5.204758093 5.168186103 5.203237269 4.963513321 5.369892755 6.417002719 5.425205212 4.923049206 4.974136468 5.184950772 5.035363319 5.393476826 5.648755542 5.618243643 5.185400419 5.058022364 6.033176431 5.214620266 5.036022512 5.277392477 6.176715506 6.804686838 5.458551785 5.268655348 5.70917052 5.179302605 5.149539604 5.590178023 6.270493125 7.709202097 +LQ00X055940 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 5.48470641 5.753231237 4.775334417 5.161992402 4.982007805 5.16871963 5.124219659 5.240246915 5.171458793 5.787208535 4.803267869 5.084048265 5.323865702 5.081016325 5.17129508 5.201134255 5.429052363 5.255958381 5.520352321 5.058634835 5.569460648 5.232312515 5.774030736 5.040429315 5.162832088 5.550864871 5.195986114 5.274668919 5.601578039 5.026721022 6.137814078 5.197625027 +LQ00X055950 Putative RING finger and CHY zinc finger domain-containing protein 1 6.099220639 5.73142571 5.861270519 5.827598531 6.365665518 5.816746544 5.691677088 5.583659578 6.406359943 6.553081726 6.572271929 5.815232752 6.843168291 5.482327237 6.098594929 6.725726115 5.706787141 5.404306869 5.6258727 6.199645751 5.562508556 5.701394749 6.134992901 5.754383392 5.446822326 5.628226705 5.026652493 5.791570338 6.381137982 5.392062108 6.014881035 5.292705552 +LQ00X055960 Aquaporin TIP1-1 5.692234757 5.837711679 5.841738462 6.171453056 6.340981764 6.274734312 6.240083604 5.823831002 6.091575709 5.693413358 6.389361268 5.932449685 6.821758742 5.917603193 6.904144589 5.906383933 6.019187735 5.957960441 5.855830201 6.20683182 6.641738885 5.99952163 6.562715756 5.549739389 6.101098569 6.283732164 5.622376822 6.419933293 6.360328714 6.003165242 6.865135285 5.888131531 +LQ00X055970 Putative uncharacterized protein 9.714011804 9.147053854 11.06498892 10.10454549 10.13911785 9.320877756 8.422067364 8.081020491 9.573156118 9.073628072 11.03335956 10.16803975 10.53125553 9.265013308 8.282128277 7.768413335 8.955263141 8.946653737 8.832975162 10.36876097 10.088668 9.698833201 8.337246093 7.24770068 8.819297537 8.921789576 9.192112847 10.6221304 10.345441 9.547331001 8.713876064 8.395817683 +LQ00X055980 Ankyrin repeat-containing protein, putative 11.63120211 11.63152761 11.7863993 11.02438925 10.87171571 12.47978404 11.85245704 11.62343369 11.61866869 12.10155278 11.57400666 10.90006563 11.25204655 12.14524004 11.45245946 11.2033902 11.11594772 11.38900137 11.86255514 11.60685271 11.28506195 10.55049707 12.11032294 11.08556038 11.47741589 11.68929094 12.28134074 11.36497544 11.17063398 10.01003449 11.96962697 10.87970884 +LQ00X055990 GTP-binding protein yptV3 12.39928667 12.7105193 12.59879496 12.67845031 12.48272428 10.40104973 10.30093152 9.680567444 12.53675639 13.15602146 12.87325776 12.55764916 12.83567281 10.49221733 11.02453345 10.80770891 11.63738417 11.32641787 11.39382211 12.26574732 11.72435259 11.6186505 9.552143671 9.55635706 12.2568006 11.90763846 11.7572325 12.10907287 12.58527257 11.34287091 9.828888274 9.667123547 +LQ00X056000 Splicing factor 3A subunit, putative 12.26798809 12.91435897 11.88494569 11.67889251 11.78038513 12.34594671 12.31384187 12.37784972 12.28177283 11.69941858 11.78241696 11.85458439 11.79964704 12.47840533 10.85036611 12.06420405 12.08420119 12.40007175 12.4739159 12.38523411 12.35429804 11.27330004 12.59534076 11.97158874 12.37713364 12.57069134 12.91394828 11.83613263 12.22946508 11.30386454 13.03610389 12.4143776 +LQ00X056010 Phosphatidylinositol-4-phosphate 5-kinase 9 12.83220324 12.71568066 12.31958544 12.06105127 12.30988039 11.86673633 11.766869 12.38471602 12.91537812 12.44239417 12.69035555 12.2503255 12.55301636 12.34169101 11.83093011 12.62588636 12.78153675 12.86396976 13.60627088 12.6305072 12.66405628 12.40264974 12.33491403 12.34892505 13.26276303 13.24179891 13.70020702 12.7482113 12.86935767 12.08137663 12.45775086 12.42136785 +LQ00X056020 Putative WD repeat-containing protein 3 11.50249264 10.95230512 10.38283573 10.58748352 11.0038864 11.10259198 11.3494105 11.22523173 11.75468851 11.74162873 11.37755236 11.70841539 11.32395262 11.47349315 11.53222448 11.76347546 11.17145643 11.35344168 10.76771199 11.02772631 11.5936096 10.89313236 11.86617721 12.02815973 11.28732868 11.91274855 10.01608359 11.67910564 10.93356424 11.09619658 11.93636189 11.88736351 +LQ00X056040 Putative Protein fluG 10.65129377 11.12703945 9.471874047 8.962547167 9.315604468 9.563714499 9.238526923 9.039790184 10.67484144 11.23628527 9.903942497 8.956563976 9.625856512 9.56128739 9.301272188 9.224906169 10.66738751 10.39420777 11.81429238 10.10327755 9.92516894 10.45318914 9.902104211 10.31693352 11.45324916 11.20650868 12.18415024 10.21207925 10.50199722 9.759478284 10.17633854 9.888660524 +LQ00X056090 Putative HEAT repeat-containing protein 7A homolog 6.817897587 6.598333117 6.094257203 7.002905606 5.687272173 8.269195612 8.137888053 7.285397664 6.126996369 5.448902284 5.510119824 6.826889489 5.494590217 7.902674352 6.953699001 7.145904103 7.253217634 7.512415003 5.287796408 6.191164137 6.106301856 6.125077256 6.18723554 7.147333481 6.660331021 6.833803025 5.478933101 5.567674491 5.872155798 6.570705155 6.269965713 6.437703494 +LQ00X056220 Predicted protein 10.22250069 10.07226094 11.05447742 11.4861309 11.24410119 7.7955849 6.622562136 6.942681826 10.80382934 10.44333334 11.74456812 12.01620408 12.15071269 7.936090691 7.579662297 7.015378225 9.735241385 9.64591564 9.030224032 9.81413075 9.025969447 10.1278452 5.496782129 6.617750039 9.883542101 10.02257883 9.906271285 10.10550262 10.36912565 9.69959693 4.94467306 7.60291229 +LQ00X056310 Hypothetical protein 5.222225483 6.075545376 5.491661173 5.324283929 5.355780975 5.061801352 5.369948498 5.145279553 5.122935993 5.264078144 5.417806398 5.439451007 5.247120139 5.186622547 5.124898998 5.129281554 5.431988802 5.803965737 5.589632373 6.230017873 5.61909834 5.835441916 5.515095809 5.624983542 5.34029778 5.743098613 5.393726186 5.390592889 5.808457402 5.850433653 5.322534214 5.582213129 +LQ00X056590 Hypothetical protein 4.824033502 4.626938926 6.091519893 5.448630759 5.341780557 5.46053939 6.192694221 5.867610112 4.555525963 5.533438293 5.706738618 5.459748268 5.090959638 6.139403494 5.244036549 6.10267859 5.143966989 4.8319875 5.256111642 5.174128253 5.185508861 6.040142156 5.33762963 5.660196569 5.312981595 5.043372402 5.163878774 4.964457914 5.201646543 5.826339438 5.710828783 5.279887148 +LQ00X056680 Putative Probable protein Pop3 5.315537374 5.490742362 5.357446585 5.748567686 5.547527493 5.677688981 5.347793431 5.420844571 5.64340394 5.36911109 5.424616567 5.409387963 5.671111272 5.440126904 5.786196108 5.6540617 5.281052988 5.364202521 5.331795784 5.796745418 5.24961878 5.393185399 4.982250674 4.9573694 5.164463313 5.944578489 5.521244661 5.207726825 5.373898116 5.009622578 4.811915164 5.032291115 +LQ00X056690 Hypothetical protein 4.739283419 5.558782871 7.0456191 6.739344475 7.631128533 4.829708451 4.62468207 4.822134751 4.830597025 5.086276408 6.250176017 5.52632402 7.525854288 4.956674819 4.664135197 4.768933299 5.366824187 4.997372787 5.029400418 7.846811826 7.880589555 9.159548326 5.51207248 5.363513969 5.696972334 5.395528293 5.023527021 9.982725421 8.429190788 8.436692851 5.716119085 5.396592705 +LQ00X056700 Hypothetical protein 5.485121382 5.463393032 6.545494931 5.27296906 5.241271979 6.036919042 5.428270121 6.055115839 5.578432441 5.209541731 6.212165606 5.091437941 4.919209484 5.903781839 5.264546043 5.534996452 6.466048497 5.818788184 5.144370781 5.175519459 5.626106803 4.914997779 5.581253686 6.422477741 5.404558623 6.147297633 4.974682828 6.124355283 5.798912801 5.120120211 6.108952419 5.898497699 +LQ00X056730 Serine/threonine-protein phosphatase PP2A catalytic subunit 5.421143682 6.052476602 5.296115431 5.55422545 5.5596672 5.817487313 5.363723077 6.088484928 5.411112735 5.841169678 5.731987026 5.641458077 5.93038956 5.764910933 5.493180013 5.783920802 5.790615865 5.722382217 5.862685857 5.710115956 6.076438943 6.044566733 5.567254251 6.096628306 5.924782806 5.855681101 5.293029814 5.729181043 5.453879833 5.909766383 5.556428745 5.193633448 +LQ00X056850 Hypothetical protein 5.710929177 5.477013476 5.824677072 5.098118096 5.564524488 5.184582601 5.275049611 5.17340692 5.53784385 5.390698022 5.753741071 5.218864125 6.047632085 5.614383808 5.118397838 5.145347198 5.396977598 5.752569138 5.960293227 5.52939182 5.907193915 5.297184569 6.423988775 6.098493212 5.406159891 5.687888685 6.048380309 5.216027951 5.762639099 5.662586823 5.829203942 6.052741264 +LQ00X056860 Putative Zinc finger protein CONSTANS-LIKE 16 11.47115498 12.00432798 12.52695399 13.72222811 12.93252701 14.34897721 14.56183217 14.57514499 11.44878066 11.82569088 12.25315459 13.34684066 12.6022923 13.87425931 14.65799818 14.35393685 11.02817488 10.46867484 10.50903775 11.68497439 12.22246559 12.32115072 13.06668419 13.36510642 10.8214898 10.07888382 10.28738686 12.78267928 12.3581484 13.29375996 13.37024348 13.08942438 +LQ00X056910 Hypothetical protein 5.557638241 5.255518181 5.695952476 5.279594506 5.016603348 4.952362219 4.825957567 5.023761303 5.148657132 5.166679701 5.675519408 5.011449696 5.039621217 4.964152434 5.152397978 4.961642226 5.595564617 5.2856724 5.538431618 5.370278845 5.499580384 5.191359655 6.092963303 5.850681952 4.994400012 5.305526981 5.33852146 5.116525652 5.224470122 5.114152333 6.335406977 5.41984081 +LQ00X056990 Putative uncharacterized protein 5.495153255 5.22651451 5.77801753 5.585837022 5.547409521 5.370537748 5.387186025 6.1157355 5.695897848 5.7029775 5.596420966 5.463438771 5.588338755 5.762251842 5.853732335 5.714629933 5.455293067 5.791824083 5.022918972 5.672948229 5.888207601 5.875156114 5.614287761 5.829747438 5.320254481 5.456568122 5.115121947 6.404374493 5.452374235 5.233620234 5.093295141 6.172984478 +LQ00X057130 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.878401493 5.302834587 5.421234218 6.160266521 5.87406714 5.447524898 5.421286341 5.370344337 6.043669253 5.862825118 6.054280604 6.169872333 5.90636717 5.447556525 6.099522709 5.218235982 5.520989236 5.701104106 5.442643362 6.275403996 6.246554003 6.278315404 5.71764016 5.520642663 6.07359264 6.388718838 5.508726226 5.265981235 5.932663221 5.452792853 5.911427747 5.249906155 +LQ00X057230 Nucleoprotein TPR, putative 6.518403502 6.397748765 6.957198492 6.849774249 7.071805992 6.580563533 7.124767534 6.931166917 6.649425178 6.341730945 7.162674601 6.852450821 7.671426062 6.952599146 6.792861957 7.250548028 6.026514438 6.898426371 7.082422279 7.502769169 7.58719226 7.026109261 7.378091769 6.651759094 6.125123606 6.836163792 7.001308346 7.490710389 7.767173496 7.244679613 6.649582714 7.639409674 +LQ00X057480 Xylose isomerase 12.26616054 12.90854944 12.46593602 12.18418035 12.36399521 11.67415477 11.81916439 11.73310809 12.18790919 12.55911747 12.2617599 11.9578599 12.32411691 11.79197427 12.09392229 11.57904842 13.98981505 13.42147938 12.94525823 12.74722876 12.59564838 12.20727329 12.4088041 12.5712745 12.21766548 12.26077715 12.8493724 12.44349176 12.64103627 12.31881828 12.13133242 12.57074127 +LQ00X057490 Annexin-like protein RJ4 5.173356573 5.262052288 5.564754632 5.853384495 5.699344966 5.349368826 5.630495561 5.294960332 5.363462303 5.454030085 5.441952337 5.92786721 5.675069525 5.788787952 5.953372271 5.879522332 5.148070588 5.16113771 5.407859238 5.474550747 5.873351937 5.579390991 5.521617975 5.620794308 5.138128057 5.397345794 5.368800811 5.588429097 6.188858091 5.551018368 6.06578751 5.182011293 +LQ00X057520 Putative uncharacterized protein 12.14852119 11.42609501 12.29172726 11.46280287 10.71840375 12.47505393 11.7678644 11.95776291 11.1052091 10.43864185 11.47796645 10.79005922 9.827537605 11.81459939 11.14606531 10.10935049 12.34360683 11.65014192 11.48633185 11.96281318 12.07981732 12.07290559 12.82589374 12.66674709 12.42994684 11.62385687 11.1570344 12.68744237 12.18456833 11.8849239 12.62121629 12.78785544 +LQ00X057560 Hypothetical protein 6.929972595 6.79759048 6.436355013 6.971160338 7.278189246 6.642729401 7.163470168 6.614551405 7.043321043 7.906470256 6.838560844 7.332322605 7.363502012 6.679770425 6.771389736 7.184329209 6.53535466 7.042829485 7.280450863 6.997101355 6.504223399 6.912325581 7.256605537 6.572323102 6.637404106 7.222847132 7.458270274 6.181284991 6.614865304 6.942317124 6.299166404 5.927313415 +LQ00X057570 Camelliol C synthase 5.222301263 5.383127643 5.682992211 5.459398557 5.15265845 5.49269974 5.766387895 6.105497929 5.39776046 5.254727825 6.729230182 5.612141259 5.169592601 6.46135467 5.377605151 5.783879104 5.297112066 5.378300734 4.953481176 5.78437329 6.124749857 5.464278323 6.01107734 5.417935723 5.421402126 5.303725236 5.258696833 5.711436346 5.313524037 5.372938159 5.677859168 5.233955219 +LQ00X057650 15.7 kDa heat shock protein, peroxisomal 5.860096094 5.541092304 5.828831742 5.342396889 5.333440109 5.372228305 5.488615005 5.611311884 5.503896735 5.472737258 5.511450988 5.679402877 5.618581765 5.411478225 5.540945021 5.678126068 5.302056244 5.337972305 5.577029743 5.444748512 5.310190291 5.176935331 5.436971281 5.425457017 5.28389223 5.569417978 5.165067992 5.585113814 5.260932555 5.054283968 5.107650563 5.383504851 +LQ00X057690 Probable inactive receptor kinase At1g48480 9.346666512 8.93063208 10.07646656 10.81623767 10.44261479 9.119649928 9.325951074 9.326514791 9.408509981 7.431277943 10.42735981 11.26000872 10.74276028 9.457821519 8.855838318 9.612124054 7.946377849 7.998631715 7.00639156 8.463787931 8.633476373 8.876968933 7.657512516 8.502011054 8.134846658 8.481618784 7.826819269 8.760547084 9.462468277 9.872824397 7.833234226 7.798422695 +LQ00X057730 Putative Aspartic proteinase nepenthesin-2 5.16869332 4.902550563 5.354837942 5.165361454 4.959629558 5.254602975 5.037310113 4.994759671 4.898869506 5.087768194 5.000268989 5.211792824 5.169178624 5.240414088 5.483187659 5.017095871 4.80969709 5.075103395 4.682151528 5.054863071 5.753288324 4.862480731 5.234167877 5.442600854 4.871728772 5.160510401 5.089036139 4.799857187 5.438936821 4.831024337 5.189172038 4.928333219 +LQ00X057740 Putative pentatricopeptide repeat-containing protein At1g09680 5.31490874 5.057669874 5.049635411 4.986791345 5.207920303 4.827405286 4.772808396 4.892603002 5.21544746 5.126259803 5.169072864 4.785517297 5.214520769 4.804490718 5.067266376 4.837621922 5.347758589 5.038314788 4.957889447 5.006459155 5.458713182 5.053960427 4.982849735 4.984231807 5.18397155 5.205118588 4.904425248 5.441256593 5.283136421 4.887080438 5.39874108 5.005255868 +LQ00X057800 Glutamine synthetase cytosolic isozyme 2 10.15485864 10.65447056 9.846358533 10.119642 9.975093324 10.79667257 10.82137401 10.73531167 10.07506932 10.6001623 10.06305378 10.27736239 10.15564573 10.8808411 11.27699965 10.57466825 10.11388432 8.912584482 9.76490108 9.196354045 8.041387677 10.3692234 10.84909063 9.80495261 10.50324294 9.073586129 9.79869504 9.416789769 8.716932814 10.11379643 11.15274555 10.23550741 +LQ00X057870 Uncharacterized oxidoreductase At4g09670 12.32261552 11.79638999 12.94995311 12.60708469 12.57648456 13.26142493 13.49090312 13.15540149 12.04248347 11.52660596 12.38969272 12.6394816 12.47565961 13.30368488 13.72248644 13.25737947 11.74777442 12.55674919 11.81591172 12.43509887 12.54540472 12.28199244 13.55840728 13.48432008 11.26873226 11.7593677 11.98629029 12.1853575 12.93545668 12.73597704 13.61722591 13.49764773 +LQ00X057880 Acetyl-coenzyme A synthetase, cytoplasmic 5.269643669 5.988826388 5.280261453 5.900569923 5.377605716 6.390271832 6.394793752 6.044635534 5.221631111 5.526090341 5.038189735 5.808331676 5.427146418 5.744678527 6.597657635 6.201871671 5.654860565 5.588038991 5.329640675 5.274260863 5.22570941 5.690610997 6.19521837 6.028002663 5.45268799 5.494327473 5.152135057 5.178931065 5.446204481 5.557501723 6.137851895 6.602985723 +LQ00X057890 Eukaryotic peptide chain release factor subunit 1-3 5.699317733 5.335722517 5.551398612 5.683275157 5.396939612 5.54474368 5.442186512 5.813557823 5.333509468 5.952394278 5.423111052 5.712810097 5.366543209 5.439532166 5.616273578 5.696072479 5.944262912 5.220567897 5.655657646 5.580776722 6.210910964 5.354569137 5.474537251 5.073320184 5.554943739 6.238845062 5.109578271 5.419251807 5.669669786 5.309348927 5.327918443 5.190172887 +LQ00X057900 Transportin-3, putative 7.196074665 7.009637322 7.251502977 6.801710069 7.23139144 7.265146701 7.31446974 7.128101588 7.105959828 7.020842295 7.061773611 6.607360482 6.686953949 7.015818986 6.957861756 6.69856095 7.211327046 7.529988116 7.203031086 7.859236497 7.999896145 7.425679721 7.732090352 8.19024029 7.292222744 7.474538856 7.038660035 7.899123279 7.702288984 7.2512041 7.603493518 7.711173658 +LQ00X057950 Predicted protein 12.70425873 12.18281411 12.43849967 12.28059362 12.84748849 10.80478015 11.09023608 11.94253175 12.03419517 12.77428287 12.14217512 11.81318956 11.94941001 11.01446107 10.81175705 11.53991758 12.6223669 12.02699908 12.52213639 12.66380988 12.48037832 12.82711691 12.39668848 12.99090629 12.4737477 12.3246451 12.38242579 12.97670005 12.70242907 12.04598878 12.13849198 12.27769585 +LQ00X058040 Transcription factor CPC 5.828848374 5.832436316 5.318145516 5.623734559 5.602144094 5.368290119 5.666575512 5.599062162 5.882942111 5.864150679 5.734626728 5.591752896 6.061937325 5.438063735 5.363238862 5.705656617 5.619192784 5.761887856 5.886016351 5.543665058 5.535256186 5.743459514 6.186487239 5.92761391 5.535996326 6.152032034 6.558379677 5.280637232 5.883768415 5.848324494 5.6320768 6.254464639 +LQ00X058070 Putative Caleosin related 4.909387874 5.080542841 5.387641598 4.978493569 4.93344313 5.371951792 5.289314941 5.140640125 4.886860686 4.835282814 4.931260066 5.065012715 4.93342884 5.181052571 5.061254214 5.104312989 5.253805412 4.938792151 5.461019253 4.813255977 5.090802647 5.044245244 4.880762484 5.159051398 5.061922971 5.087310445 5.099767809 4.979172157 5.056404493 4.825816188 5.352120356 5.103026385 +LQ00X058230 Hypothetical protein 5.545668901 6.073932728 6.295995218 7.263719622 6.327866492 7.45148878 7.642681359 7.784137224 5.636029705 5.924828707 5.152659999 6.839062125 5.898610509 6.751673951 7.018052135 7.59112135 7.090044165 5.555770916 5.084327319 5.962220724 5.597565893 7.448854993 8.366985229 7.352213568 6.340545212 5.217701349 5.378432653 6.945444455 6.349413501 7.84198912 7.57661722 6.882075995 +LQ00X058420 Ammonium transporter 3 member 1 6.243669218 6.137546256 5.976309321 8.269593639 6.066629193 7.947577418 8.089617154 8.358538984 5.532944425 5.323198512 5.713958494 7.176868321 6.2046296 7.019448908 7.432364244 6.955663015 6.6035016 6.13311647 5.80782716 5.562996384 5.732215696 6.711861692 5.617247566 5.894688599 6.420415895 5.774042816 6.382643094 5.888807728 5.114272759 6.746321063 5.681019324 5.603862763 +LQ00X058430 Putative uncharacterized protein 15.70146225 15.90024974 15.65758355 15.58296937 15.82301887 15.86536903 15.53335912 15.87802088 14.1775194 15.18416858 14.77383288 14.60850205 14.45424842 13.46785447 13.66190651 13.33763918 15.30595458 15.10329977 15.21091275 15.33609201 15.5827761 15.69318406 15.42443864 15.23332934 15.35995287 15.27665042 15.00226158 15.42756424 15.37684925 15.18665423 15.27699669 15.3051271 +LQ00X058530 Putative 3-mercaptopyruvate sulfurtransferase 6.334909426 6.146996796 6.645152754 7.4141449 6.39471204 7.39780334 7.497187345 6.680929261 6.966561045 7.638121428 7.014565232 7.229547344 7.516980282 7.140384547 8.564136624 6.821881511 6.333503984 6.727837454 6.868169466 7.19300957 7.658520091 6.429759939 7.020700936 7.412653607 6.571472855 6.6032579 6.536486365 6.675647297 6.990146648 6.463940064 6.670425882 6.825662792 +LQ00X058610 Myb-like transcription factor 6 5.479953298 5.387103373 5.502067274 5.699494589 5.466096168 5.383717725 5.583626974 5.491438034 5.448519138 5.368767876 5.331596486 5.720373046 5.488247153 5.64318955 5.912863815 5.304961505 5.378394364 5.685121324 5.028347268 5.378499495 5.337147148 5.613952469 5.274820918 5.804310597 5.298074566 5.117112716 5.507533701 5.740255732 5.309444426 5.939283616 5.109730764 5.546682921 +LQ00X058680 ABC transporter G family member 15 13.02418158 13.01070235 13.53641062 13.74497426 13.95547095 14.0787203 13.91576575 14.37594954 13.03700449 13.10790378 13.67226289 13.95767466 13.55303602 14.02085736 14.37237296 14.29904094 12.81322174 12.73731343 13.20540777 13.42080961 13.25214913 13.98270465 13.78296953 14.11681392 13.24706997 13.23956168 13.0540937 14.21105969 13.25373712 14.74085821 13.73040343 13.99925885 +LQ00X058750 Probable NAD kinase 1 4.985519743 4.974989583 4.988224868 4.703015546 4.810971466 4.975847118 4.614843596 4.562386132 4.902185889 4.996270396 4.924720542 4.744586804 4.971504545 5.007952962 4.90055445 4.571627754 5.220223775 4.811563693 5.027464924 5.265636811 5.079385887 4.804568941 5.12315136 5.850385576 4.894038658 5.062067395 5.32317612 5.308394698 5.566652464 4.998793134 4.953601519 5.926456529 +LQ00X058810 Putative Protein of unknown function DUF3411 12.12292425 12.75730171 11.93364486 11.29500329 11.52620524 11.08890075 10.3393521 10.35360609 12.20915125 12.53479811 12.08668522 11.3443763 11.62404453 10.96398489 10.22560524 10.7400099 12.15096019 11.73515751 12.60356171 11.57737997 11.41803479 12.30046604 10.70208728 11.01313317 12.68382306 12.09082696 12.74885752 11.85501569 11.7451572 11.94971275 10.10743166 11.2112519 +LQ00X058870 Putative Dihydroflavonol-4-reductase 5.982090176 5.69021123 5.514227725 6.503972151 5.845129308 6.263517691 6.207127037 5.470744087 5.84471924 6.828927905 5.827589254 6.290251311 5.686747358 6.071255983 6.736381349 5.379837522 5.915103222 5.339125548 5.969522446 5.648019817 5.220511769 5.584700708 4.999167584 5.5678484 5.790949672 5.501595477 5.979063169 5.286066922 5.588960842 5.844888595 5.312393044 5.181743311 +LQ00X058950 Hypothetical protein 5.729882814 5.109991848 5.041404837 5.023510086 5.364854653 5.216727628 5.237742568 4.985221591 5.242240873 4.87328574 5.308955445 5.016825509 5.178683561 5.499907749 5.019127874 5.085180132 4.986221491 5.199354647 4.75706724 5.165274349 5.109435185 5.09393571 5.165388059 5.587631602 5.326588588 4.975858586 5.094617898 5.672044162 5.162742926 5.2255702 5.337413055 6.367062032 +LQ00X059000 Hypothetical protein 10.75499193 8.169234826 11.8787037 12.1485567 10.95618563 13.4557504 13.51924865 13.44956089 10.13978987 8.619487553 10.85798175 11.83156181 10.59662931 13.4215532 13.12967828 13.48129331 9.018196464 8.357524491 7.986959164 11.35264284 8.39232416 9.463736899 12.49538381 12.60205398 7.337341792 7.451550249 7.543848535 9.991743768 6.921399029 10.932175 12.68517748 12.56069878 +LQ00X059140 Gag-pol protein, putative 5.496508954 5.308982467 4.963342239 5.106673532 4.916412566 4.959592272 5.164839035 4.869933068 5.003607183 5.108976082 5.039796735 5.368175508 4.820343047 4.740194976 4.959763928 4.825240318 5.603075763 5.60355251 6.480575124 5.065238206 5.342618684 4.790133391 5.142656894 5.019634786 5.596872046 5.6784512 5.340841872 5.686734922 5.484251559 4.795061434 5.214331826 5.787720708 +LQ00X059480 Cell division control protein 48 homolog C 5.106925125 5.068932622 5.000966185 5.165591692 4.855429523 5.103784913 4.872115068 5.287481506 5.159014127 4.849379203 5.089829615 5.04695075 4.81867165 4.924622085 4.706288634 5.256287718 5.286836335 5.164912113 5.414024494 5.235485856 4.773245203 5.020549911 5.018023974 4.891901939 5.070511156 5.350765699 5.317648549 5.215408209 5.1463418 5.219680532 5.213189597 4.70195608 +LQ00X059490 Probable amino acid permease 7 12.31944093 12.14752425 12.357275 11.52140376 12.3273923 12.42197839 11.93654088 12.23548058 12.09818723 11.64627539 12.4140191 11.77317502 11.82471498 12.5043366 12.06522228 11.93148932 11.69124193 12.04792517 11.5492041 12.35970236 12.346645 12.17165889 12.11903703 12.64282635 11.50171341 11.88535355 11.27128695 12.26786613 12.2936942 12.32861112 11.95076139 12.44048855 +LQ00X059500 Probable amino acid permease 7 6.356179409 6.639135207 6.221736189 6.30427014 6.30834262 7.132100551 7.066916513 7.07679893 6.676119824 5.935890348 6.183432003 6.357970791 6.432580482 7.440490362 6.348605018 6.786660573 6.859949827 6.170927791 7.107802799 6.700577266 6.075046685 6.168268923 5.906764545 5.788412903 6.712217918 6.644406839 6.324437615 6.3340117 5.594770568 6.500900747 6.782866908 6.012921644 +LQ00X059510 Vacuolar cation/proton exchanger 2 9.961409025 9.707013416 9.679368906 10.43622811 10.07803416 10.28797142 10.24634159 10.49018867 9.995324621 9.623315186 9.879425293 10.50986288 10.02880204 10.25693629 10.45703312 10.18277226 9.594590796 9.925278461 9.75772963 9.727674146 9.774110162 10.43701055 9.649978642 10.55775007 9.803752459 10.32276737 10.00470191 10.19756037 10.43716046 10.67095369 9.694734345 11.03496357 +LQ00X059570 Probable galactinol--sucrose galactosyltransferase 1 7.986516028 9.875341234 7.527040529 7.459961692 7.393331857 6.020454385 5.89598729 6.281273289 8.595510708 9.402424544 7.699678594 7.847684138 8.262721456 6.502036718 5.53421786 6.326236104 9.891311409 8.307815732 10.01465467 9.120718425 9.012156096 9.432887773 6.083418186 5.999254122 9.430250587 9.989245087 9.809795667 8.720568738 9.138766311 7.958181568 5.703990726 6.597561549 +LQ00X059800 Hypothetical protein 5.035668367 5.22006088 5.080018968 5.191124801 4.757954453 4.919086496 5.066928087 5.378401415 5.092934008 4.955311055 5.62254365 4.835539914 5.285299182 5.246629463 5.045731942 5.242817478 5.193455054 5.326774058 5.145970335 5.001247423 5.575293004 5.293009614 4.916861838 5.407975517 4.767396537 5.479920731 5.4315651 5.166512799 4.852102887 5.594428084 5.349713277 5.257274417 +LQ00X059930 Putative uncharacterized protein 5.568298828 5.491118146 5.412360212 4.898344887 5.431647776 4.676918637 5.194327976 4.765171006 5.18924066 5.335300865 4.981363656 5.042937561 5.181975507 5.109151551 4.9179593 4.892411319 5.267881722 5.705451784 6.167018488 5.226106693 5.238753896 5.336455591 5.348242169 5.100875631 5.618940172 5.542997278 5.573941567 5.352732412 5.560759707 5.464810032 5.307573587 5.332723395 +LQ00X059940 Cytochrome c1-1, heme protein, mitochondrial 12.82379192 12.45928332 12.97955664 12.72288284 12.22695347 13.20975872 12.89194568 12.47461567 12.56326555 11.99959538 12.86068606 12.52463845 12.39437853 13.06795055 12.42856092 12.11689994 12.38718422 12.48760033 11.80703379 12.67471569 12.52325212 12.19353067 12.17384927 11.97796636 12.49633909 12.27630751 11.82736021 12.37542858 12.82143681 11.84438136 12.0952668 11.82287737 +LQ00X059970 Cryptochrome-1 6.481140643 5.766106788 6.644047062 6.20574393 6.249752913 6.943057117 6.159058752 6.490841014 6.719571361 6.047460356 6.14977532 6.053563319 6.44403054 6.773250217 6.867546395 6.306317476 6.176121439 6.182720442 5.975981467 5.95958648 6.738777346 6.268932561 5.919760122 6.272430542 6.182720453 6.637990371 5.822815454 5.996704867 5.904820238 6.352883293 6.095178095 5.927953859 +LQ00X059980 Putative uncharacterized protein 14.24026178 14.54626609 14.45680981 14.09935427 13.99623407 13.76653214 13.42830753 13.17097485 14.4714767 14.57439725 14.57947597 14.10305216 14.24732665 13.65216334 13.64816422 13.32777304 14.17519393 13.59395885 13.78031761 14.2624512 13.70139843 14.08374087 13.55311142 13.63883897 14.27292835 13.62637326 13.80901749 14.12300454 13.79404061 13.83982827 13.57678692 13.49148726 +LQ00X059990 Putative Acyl-protein thioesterase 2 6.589092962 6.113386705 6.626241669 5.411999753 6.581100349 5.715077438 5.602730768 5.098692393 6.190084339 5.835279644 6.589408543 5.615952709 7.01711492 5.166427943 5.394332123 5.583268216 5.530992217 6.275142488 5.964523403 6.257889475 6.940670555 6.716122509 6.47011233 6.804970105 6.178938234 6.523926467 7.003409912 5.853706611 7.082928511 6.602748394 6.238926953 6.11252757 +LQ00X060010 Putative Periodic tryptophan protein 2 homolog 4.900505028 5.002139097 5.313981461 5.207186834 4.748270292 5.212963504 5.443612905 4.8950266 5.064907108 5.729428507 4.971110077 5.125257406 5.311660182 5.058067439 5.870215903 5.245793502 4.977260879 4.906245372 4.870208047 4.871662416 5.346989902 4.967908392 5.834757684 4.726450064 4.787037572 4.943037107 4.959010329 5.078490292 4.973609329 5.243954569 5.09356329 5.068223391 +LQ00X060020 Monothiol glutaredoxin-S15 6.012216396 6.007681789 5.452625242 6.328975426 5.908850522 6.416483762 6.629945181 5.928447421 6.22939442 6.688334853 5.541215269 6.684594515 6.302066492 6.418752586 7.133285357 5.883949552 6.251370115 5.748300194 5.642358495 5.682041925 6.372318536 5.533102659 6.012623637 5.502651278 6.467269334 5.76162891 5.862788204 5.850410142 6.959329862 5.407717768 6.331625041 6.395192438 +LQ00X060130 Putative Lys-63-specific deubiquitinase BRCC36 10.03906268 9.918210399 10.52302472 11.24495893 10.99495288 10.74485051 10.85254096 11.01222171 10.3796972 10.37797165 10.96948005 11.20562785 11.0184538 10.75399099 10.49157849 11.10500189 7.506951241 6.509959158 5.858029049 9.362248202 7.814821854 8.889001362 6.400470186 6.711504026 7.827651775 6.978465289 5.582885246 8.781865997 8.667828128 8.80826451 7.993529251 6.322601206 +LQ00X060150 Hypothetical protein 6.236862347 6.953802517 5.617948883 6.20289155 6.156821833 7.271959875 6.898431687 7.357897205 6.162820709 6.126925176 5.747122235 6.438499114 6.237084717 7.415290643 6.438398191 7.111219137 6.44268862 6.371645255 7.714555449 6.4740637 5.821919424 7.07124356 6.216630581 7.110959422 6.603237123 6.293807781 6.794305645 7.460951456 6.192890465 7.526193352 7.329848999 7.181664404 +LQ00X060230 Zinc finger protein-like protein 11.57821775 12.12622564 11.04953798 9.748901168 10.56254384 9.124648636 8.136101607 8.198162895 12.11507487 12.50957543 11.72746686 10.13936696 10.82440826 9.119158234 7.951651063 9.086259549 10.83907169 11.02234493 12.06530133 11.63927197 11.52739225 11.14782805 8.630055346 7.691045777 12.4211191 11.6659145 12.32583226 11.2926733 11.47938283 9.035000925 8.613750399 7.449587297 +LQ00X060270 Hypothetical protein 4.381552659 4.995489878 4.780415281 4.601999523 4.743891191 4.897367322 4.443428863 4.755894041 4.654160007 4.685893479 4.782367924 4.653187147 4.642778023 4.835301024 4.540941216 4.61121114 4.550379496 4.651478196 5.084419716 4.734875568 4.939588083 4.772265812 4.890194286 5.077847767 4.665740141 5.075318789 4.810120099 5.050028879 4.84890622 4.877983737 4.894521485 5.80407984 +LQ00X060322 Putative uncharacterized protein 5.584602846 5.343670012 4.516132421 5.010938057 4.855947171 5.883801164 5.678625516 5.528556006 5.394632872 6.171440114 4.951609355 5.067263135 4.9597995 6.349130843 5.189467324 5.801842301 4.991087747 5.299925149 5.382702869 5.040424001 4.816546039 4.728807345 4.991791918 4.69604823 4.842878169 5.147597096 5.7878127 5.106548331 5.288558656 4.542192397 5.157404152 4.730750166 +LQ00X060330 Hypothetical protein 5.007516381 4.937223486 5.33095883 4.942059112 4.88257493 5.008138409 5.040894412 5.205916595 5.016200316 4.805273997 5.171200597 5.019933694 4.952934994 5.415895081 4.985796126 5.16860368 5.087167062 4.822157693 4.931689992 4.932155008 5.319274831 4.771927246 5.243359201 4.880433972 5.01653223 4.816128598 5.201562903 5.408069801 4.84563326 4.602902292 5.34461278 5.352095828 +LQ00X060510 Predicted protein 9.573648153 10.59837651 9.956886774 10.80176747 9.761698859 11.50507257 10.27975037 11.4630097 9.571346497 9.725394043 9.704876875 10.70861919 10.3470591 11.50287016 10.46398264 10.73645792 11.40592846 11.65038312 10.36189852 10.59939341 10.29090696 9.668336663 10.45690121 10.69310351 9.565490846 9.312246823 9.367872104 10.61856306 10.1126319 10.66846644 10.75832117 10.79453614 +LQ00X060660 Putative Cytochrome P450 71A1 5.791167176 6.658337602 5.996306265 9.659832934 7.419102136 9.81036859 10.56771626 11.16819528 6.088543619 5.734255406 6.291863228 9.374784461 6.567341827 9.879521617 10.51619795 10.84655518 6.637831683 5.445671616 5.119163703 5.208666195 5.723316186 7.027821387 6.787697162 7.865163454 5.949188221 5.592515588 5.486534885 7.064310686 5.618803091 8.378803155 6.545289779 7.356986881 +LQ00X060790 Cyclin-dependent kinase B1-2 12.16473611 12.71058236 9.356437876 7.361655893 7.496783686 7.279613142 6.433953052 6.170714128 12.27705978 12.70063428 10.39476104 7.869931079 8.03328998 7.096917574 6.218357407 6.774837707 11.37388021 11.72675992 12.62983103 10.14703889 11.35593231 10.7852449 7.264504244 6.983630318 12.3774125 12.33694983 13.03015343 8.655272545 11.04618791 7.925710703 7.013816805 6.589826173 +LQ00X061020 Putative uncharacterized protein 9.947467263 8.481043223 10.09391392 10.01623976 9.115151578 10.96234654 10.27775192 10.51051811 8.972369105 6.604561385 9.204687174 9.643285222 8.675737425 10.18937102 10.03000818 9.582020705 9.899615044 10.09334474 8.821261229 9.358360438 9.778328498 8.499477692 10.44661389 9.450121151 9.042101564 8.677506719 7.84320849 9.314133884 9.353734761 8.968947144 10.08798921 9.341697442 +LQ00X061060 Hypothetical protein 5.248766948 5.655446902 5.932072988 5.219373807 5.936560238 5.316791154 5.216664998 5.390064304 5.248798096 5.453658363 5.458288968 5.268808412 5.386825157 5.431372493 5.011163665 5.530605953 5.200786002 5.426640531 6.616290378 5.326541038 5.457457968 5.830746371 6.694505299 5.967595875 5.543667894 5.649471107 5.514352401 5.841743327 5.502348368 5.843154433 5.911180629 6.379653325 +LQ00X061260 Pentatricopeptide repeat-containing protein At1g79490, mitochondrial 5.854450497 6.004736287 6.530897019 5.651697184 5.826160116 5.809257539 5.470209205 5.965033654 5.288867103 5.816142081 6.599230259 5.552165288 6.23929168 5.515358986 5.717021925 5.661466706 5.856297061 5.907481081 5.2525042 5.902460904 7.028062755 6.32652335 6.985059804 7.647383928 5.933860279 5.639960014 5.580872375 6.421824046 6.526817894 6.242466154 6.60903269 7.013184579 +LQ00X061270 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 12.84995001 12.66115203 12.05496761 11.33301303 11.58238504 8.062261149 7.292059557 7.428123958 12.66942787 12.54246447 12.28203983 11.32883603 11.67001303 8.410551016 7.605939945 8.425180265 12.09411605 12.57912546 12.70961988 12.10376106 12.24339822 12.35159673 6.905139955 8.005520711 12.8597572 13.04572871 12.92156187 11.40831056 12.5569142 10.38136484 6.765565188 8.172591452 +LQ00X061280 Putative Probable methionyl-tRNA synthetase 4.98234419 5.379946882 5.362909283 4.957663304 6.039023512 5.04149638 5.050103256 4.990377998 5.084757908 5.367021669 5.392150543 5.002163458 4.883124461 5.076050237 5.189894705 4.853031929 5.186134758 4.821289044 5.174817055 5.341557627 5.859341232 4.764180971 5.450038202 4.963780317 5.049193256 5.256599904 5.387280267 5.123731123 5.008791325 4.94815586 5.607960096 5.589315179 +LQ00X061290 Two-component response regulator ARR17 10.48404909 11.14092188 7.003235694 5.900068848 5.765548488 5.346720099 5.94073523 5.449245476 11.00010749 11.87051817 7.730967689 6.021623097 5.595273106 5.660030079 5.329183062 5.453960913 10.02935248 7.828909719 10.25577562 6.013666517 5.053744161 6.352607607 6.153322309 5.251797429 11.24639487 9.540587422 10.73584892 5.25771951 5.77409214 5.369233567 5.858148625 5.46610281 +LQ00X061300 Hypothetical protein 7.067925605 5.901439685 8.156718206 9.389008289 8.779130993 9.067020364 8.721721706 8.9518572 6.851508313 6.333230863 7.924638096 9.678590627 9.794061652 9.39584961 8.865068222 9.484920925 7.102382555 6.932273523 6.165244315 8.2342712 7.879006792 9.315945088 9.496621963 8.836555622 7.419267965 7.46960919 7.129975682 7.985468128 7.653071704 10.63220726 9.340807364 9.106079828 +LQ00X061380 Putative F-box/LRR-repeat protein At4g13965 12.64470526 12.57441021 12.12571057 12.3612463 12.04530229 12.39255305 12.58203376 12.30740345 12.90901355 12.56011495 12.38944037 12.48765137 12.21020108 12.42093596 12.45946811 12.23191514 12.29640529 12.38478455 12.36392074 12.34381859 11.90951771 12.2406043 12.10057864 11.87042856 12.48790728 12.4747155 12.36761602 11.98364041 12.14248549 12.12631883 12.09322692 11.87974478 +LQ00X061400 Putative F-box/FBD/LRR-repeat protein At5g22670 6.62984645 6.675508616 7.081486499 5.570766985 6.932619704 6.250228973 5.758707061 6.297142574 6.827953111 6.7203887 6.664686537 5.912961916 6.489037331 6.345619435 5.687543014 6.340323713 6.85294999 6.990023555 7.586677493 6.863991509 7.703983855 6.530560544 7.874735802 7.582978425 6.80661383 7.114454672 7.167158801 7.375962519 7.252537245 6.344696863 7.08599081 7.686941129 +LQ00X061440 Putative uncharacterized protein 8.087433882 7.972827722 6.847074863 6.841884739 6.324949476 6.383126255 5.760479856 5.703273804 8.37743226 7.653476805 7.557430666 7.164298353 6.615030816 5.970202181 5.475419296 5.563109468 8.089925335 7.344226713 8.146070438 7.534195405 7.61829268 7.25826726 6.120076963 6.418246104 8.724166401 8.275208125 8.058208721 7.616651268 8.219205453 7.00519876 6.864526391 5.885181011 +LQ00X061460 Predicted protein 4.964120007 4.832318182 4.949419411 4.837672261 4.996012312 4.938496581 4.789491583 5.126288798 4.868794894 5.37313076 4.75616455 4.825902635 4.79266045 4.913927502 4.643964549 4.886506826 4.841387812 5.013550914 5.169736853 4.893769026 4.768747631 4.883464125 4.871114626 4.724818126 4.925113097 5.206613651 5.744042129 5.358394581 4.980084225 4.96940639 4.978708202 5.602060705 +LQ00X061480 Hypothetical protein 5.029933434 4.955534573 4.804432477 4.895657616 5.066709738 5.313323998 5.114108761 5.014853829 4.6516865 5.141327485 5.027751481 5.016443572 4.824080382 5.387441466 4.894035183 4.897995676 5.104163743 5.22665809 5.076041101 5.404858601 5.723479251 5.032137757 5.198460289 6.027063832 4.976805114 4.820776707 5.079767199 5.089041658 6.935929925 4.759324026 5.549145127 5.652744073 +LQ00X061500 Hypothetical protein 5.307267421 4.982891017 5.633229315 5.135174311 5.324195864 5.874406757 6.060090669 5.531824889 5.648315451 5.225111681 5.383739175 5.049056558 4.971066328 5.591706917 5.415068163 5.476636282 5.37460416 5.803877522 5.768387707 5.24958925 5.681456739 5.755189404 6.203385873 5.711793996 5.68541659 5.658784729 5.823001613 5.449256166 5.3834652 5.734822493 5.219329441 6.287610215 +LQ00X061590 Predicted protein 4.686046608 4.734590657 4.889481338 4.710318714 4.900001164 5.032206061 4.810780412 4.764135546 4.95072247 4.99473194 5.191774905 4.916407611 4.991799724 4.971309446 4.684708643 4.839461261 5.083594642 4.686993918 5.221890288 5.08610633 5.152621341 5.285925253 4.980351106 4.798004686 4.972119935 4.585649999 5.36842036 4.946684836 4.831136232 4.894922192 4.832803725 4.965657407 +LQ00X061620 Adenylosuccinate synthetase, chloroplastic 6.3397097 6.026833302 6.096728167 6.421984139 5.704669922 6.925451558 5.839372648 5.668627351 6.609267821 7.131991618 6.505584586 6.27097124 6.261074072 6.510828885 7.660822924 6.323272344 5.733519514 5.989355747 6.021986999 6.422800307 6.186282954 5.841248081 5.7747539 6.32076123 6.246420609 5.953840777 5.948128265 5.866582978 5.776917311 5.829745469 5.480619881 5.893933812 +LQ00X061630 Putative DNA-binding protein SMUBP-2 8.668291112 7.908887199 7.846562129 9.141316274 7.970199855 9.239316879 9.298794795 8.850079718 8.071467561 7.144201231 7.349913486 8.950469353 7.157633053 9.063671889 9.028606737 8.145057129 8.508599246 7.210851959 6.57599379 7.147747623 7.349694679 7.869036066 8.571818654 7.587705156 8.666909335 7.79580448 6.501444274 7.326915718 7.326143717 8.176987531 8.231062593 7.491105364 +LQ00X061650 Putative uncharacterized protein 10.61498122 11.16528182 9.99171051 9.774628341 10.27766511 10.52277268 10.33176563 10.35235346 10.97022088 11.48282483 10.60478894 9.649013528 10.51135864 10.71574553 10.33427236 10.77341183 10.40561803 10.2053396 10.55114947 10.22243775 10.5468075 9.934552085 9.812107635 10.51541064 10.6881401 10.65890798 10.86457791 9.923545803 10.30281545 9.740888926 10.59238057 10.27694688 +LQ00X061710 Putative uncharacterized protein 4.707432102 4.982529253 5.714016509 5.195617475 5.206959472 4.942472944 5.071479668 4.796106741 4.743210172 4.72134816 5.402419535 5.098412237 5.374667101 4.707207747 4.861635791 5.078791208 4.873170359 4.66403371 4.671516597 5.122960768 5.256868519 4.981900216 5.298585376 5.10912894 4.873852874 5.273296081 4.817069624 4.729670608 5.30751346 4.791366863 5.872659926 4.884064367 +LQ00X061740 Zinc finger CCCH domain-containing protein 30 10.5335728 10.33995071 10.22248572 10.15438386 10.529845 10.34429758 10.71034372 11.13930297 10.14984055 10.19390642 10.03039085 10.29930796 10.08529157 10.43259747 10.80046085 10.91652126 10.49953416 10.74688259 11.26344928 10.17824668 10.47602115 10.78545688 10.62344803 11.33298524 10.65436936 10.94132654 11.29057546 9.951662142 10.84814419 10.81740716 10.93801914 11.6038243 +LQ00X061780 Putative receptor protein kinase ZmPK1 5.312816349 5.282760856 4.967075088 5.123515466 5.090881193 5.052584779 5.510394216 5.443956034 5.010278424 5.38422371 5.425939282 5.351628779 5.213195664 5.47470458 5.240783745 5.54989197 5.189501185 5.128067271 6.237118304 4.957110429 5.33918981 5.336852029 5.027254305 5.038262482 4.937951676 5.801904472 5.632556361 5.833743013 5.422165298 5.253318114 5.207354977 4.755830215 +LQ00X061830 Protein binding protein, putative 5.765762672 6.053432724 6.004337636 6.327592535 6.789470597 5.180645948 5.163391909 5.409811372 6.100150328 5.50412919 5.734887372 6.235589346 5.783222723 5.639735734 4.876007419 5.471683263 5.467711644 5.876459785 5.528877945 5.416975647 5.711427288 6.423159293 5.360628097 5.016425086 6.051108035 6.1429665 6.267868615 6.128554332 5.700079466 6.198891475 5.242739092 5.025873088 +LQ00X061950 Putative uncharacterized protein 5.097303494 4.955402145 5.13861819 4.90160989 4.727508657 5.060667205 5.057807228 4.980248926 5.078633664 5.155342174 4.80450794 4.895343118 4.775096205 4.76349654 4.933159128 5.027384919 4.877307663 5.15722309 5.373674192 5.01748458 5.304147541 4.765950138 5.248594056 4.797085305 4.807496695 4.970330804 5.682984377 5.093843668 5.405671941 4.68498719 5.837660609 4.960072724 +LQ00X061960 Hypothetical protein 6.180385241 6.324978994 5.670614794 6.437948751 6.415125686 8.67845976 8.521038231 8.869621607 5.96793687 5.464431601 5.189548054 5.827051973 5.802652495 7.889102683 7.719545468 8.374227629 7.120051182 5.785038 7.434035719 5.311274508 5.341445466 6.207568131 6.613212139 7.310005272 6.479695642 5.456332046 7.309456389 5.198929405 5.459516177 6.453375061 6.400822874 6.211169727 +LQ00X061970 Putative uncharacterized protein 5.577913665 5.450230669 5.417301194 5.461623291 5.866902278 5.338196522 5.460120494 5.410182414 5.684545633 6.275598335 5.760506798 5.879045024 5.403483863 5.541223458 5.791383863 5.335410118 5.527062253 5.357014392 6.08871257 5.440049457 5.745912008 5.685745029 5.6419162 5.319930904 5.379277141 5.661702848 5.821947514 5.576587366 5.476915008 5.856339332 5.63509549 5.446607705 +LQ00X062070 Putative Protein SEC13 homolog 13.73640528 13.59966709 13.27257467 13.62842207 13.0007006 12.95332978 13.02481823 12.92395596 14.13901744 14.09627471 13.64917337 13.38570535 13.62959119 12.88966882 13.06182271 12.66883189 13.40152015 13.53146826 13.46737583 12.88167538 12.84971795 12.99932611 12.24805505 12.08805238 13.74282254 14.17038598 13.54252493 12.80550111 12.9704619 12.49768202 12.05490861 12.14030734 +LQ00X062090 Putative uncharacterized protein 11.77780852 11.68121273 11.7165064 13.11077435 12.20599887 13.76531145 14.14891994 14.61680108 12.24693602 11.95337877 12.08885724 13.06294351 12.24860834 13.90430071 14.20689677 13.95593504 12.17012887 12.54581549 11.25788786 11.84254666 11.86810217 12.55243822 12.76006203 13.47236196 11.72296547 12.12455274 10.91291546 12.37709706 11.97418134 12.90239586 12.82494147 13.41331948 +LQ00X062130 Paired amphipathic helix protein Sin3 11.85506175 11.35741183 11.78752719 11.81181744 11.95093909 12.07948211 12.1097885 12.26136503 12.18282632 11.76567825 12.23379623 11.73696101 12.24965269 12.05354266 11.88002404 12.23254105 11.8095322 11.61644875 12.18053182 12.18790278 11.75549799 11.54118805 11.87555467 11.73115666 11.69347947 11.59270822 11.93634095 12.06710129 11.42530207 11.55080037 12.05129748 11.5466562 +LQ00X062170 Pleiotropic drug resistance protein 1 9.731488356 8.986906795 7.103214402 8.439607922 9.24197911 8.420103642 8.026463948 9.590238852 9.551322542 8.866961757 7.661191644 8.821626533 8.350798365 8.671386119 8.62028374 9.413914349 10.63616349 9.40238486 10.32719035 7.939703995 7.445859823 9.001686964 6.023679381 6.833245917 9.819422578 9.249212891 9.224949822 7.092066397 6.854848823 8.691494266 6.959507635 6.527522115 +LQ00X062210 Predicted protein 9.309205392 9.378216555 9.868133153 9.116807521 8.988231844 9.226263088 9.090601773 9.261731597 9.204014742 8.30401518 9.293015353 8.890996923 8.950198004 9.022438115 8.605456138 8.628407621 9.126534362 9.129845006 9.487409332 9.163529654 9.714623301 9.397545577 9.577024554 10.22059779 9.808022616 9.395675709 10.15522788 8.979705603 9.685062706 9.796938054 9.624414595 10.2309285 +LQ00X062401 Putative uncharacterized protein 4.601343048 4.799611622 4.945526045 4.559314005 4.705429277 4.802206685 4.515242611 4.782174333 4.566539738 4.72464503 4.908968296 4.5152163 4.508278466 4.759563017 4.517335489 4.535561711 4.585071759 4.704475189 4.943923577 4.945885217 5.760404157 4.440876953 4.938215169 4.799257618 4.569153901 4.555854319 5.123340921 5.137882049 5.382248937 4.417141649 5.348056342 4.756165178 +LQ00X062520 Hypothetical protein 5.199368116 5.102886033 5.139443129 4.826404265 5.154854037 4.984982186 4.940610774 5.055329548 4.822186529 4.926282025 5.098346341 5.05454084 5.152984494 5.365996459 4.914976626 4.890507151 4.913212004 5.372220051 4.842173248 5.301878137 5.695935575 5.416083911 5.264982115 5.852356116 4.677325104 5.028746952 5.201858294 5.865938921 5.506752757 4.851993119 4.910000892 5.036695812 +LQ00X062780 Peroxisomal 2,4-dienoyl-CoA reductase 6.926963742 6.514195836 6.891569104 7.8664847 7.983386835 5.600998 6.589347554 5.919756521 6.80635464 5.924010158 7.181013763 7.817043883 8.010165436 5.548418063 6.173362177 5.694835641 6.287684076 7.132931956 6.486120949 7.606391994 7.671625556 7.291250454 5.282271629 5.190780647 6.250942309 7.101457912 6.775219064 7.053746739 7.79944885 7.766111788 6.008084234 5.853242033 +LQ00X062810 Nuclear transcription factor Y subunit C-2 6.324516864 6.06117144 5.53308482 5.627645704 5.733082987 6.107279097 6.145459365 5.984292038 6.406571321 6.210802732 5.682628262 5.766786893 5.998879572 6.433954201 5.820677799 5.905512552 5.9334615 6.380353141 6.30348182 5.461547612 6.428693539 6.379480728 5.757347103 5.259434098 6.277490601 6.416461197 6.524551006 5.640089004 6.615751695 5.952360728 5.980934743 5.17685807 +LQ00X062840 Hypothetical protein 4.815677185 5.041590686 5.180477341 4.837780375 5.209711093 4.99339745 5.10129032 5.021668035 4.934035871 4.727848509 5.090382647 4.949368499 4.983024398 4.936615432 4.78893136 5.005379982 4.907873466 5.49239127 5.529571744 4.828147358 5.189065266 4.753503317 4.93851057 4.736297403 5.003626475 4.751029165 5.112571098 5.193933851 4.814490706 5.127127843 5.429963129 4.821157364 +LQ00X063040 Putative uncharacterized protein (Fragment) 4.557971933 4.93006842 5.223819172 4.747396948 5.220632019 4.92617066 4.772153904 4.777748111 5.00334567 4.517422458 5.392466027 4.677778263 5.11008883 4.812969895 4.747296732 4.801398671 5.188689406 5.022588093 5.142400477 4.991555509 4.773754064 4.875260077 4.997380274 5.249977359 4.929762625 4.654798507 4.891707189 4.813180705 4.615154404 4.899685897 4.864285888 5.112088105 +LQ00X063240 Probable aquaporin SIP2-1 4.771181406 4.657716583 4.941683915 4.548276641 4.695803618 4.85070493 4.642097787 4.589997044 4.650365509 5.054419005 5.050728897 4.684234027 4.731466429 4.938066992 4.901863359 4.626940365 4.857997788 4.746303478 5.341430094 4.82755055 4.805177927 4.904390815 5.091147877 5.698797347 4.769088995 5.173106845 5.679931103 5.07600953 4.758259407 4.879722876 4.987146512 5.050148912 +LQ00X063320 Hypothetical protein 6.246381447 6.262222722 5.621338249 6.432375026 6.262691589 5.290498681 5.49289281 5.913639184 6.408769926 5.734482166 7.092121169 6.450369541 7.034102246 4.975932616 5.295639902 5.472400592 5.245247034 6.244233498 6.189649374 6.824886824 7.980722798 6.530617631 6.25602706 6.129534205 5.595609859 6.704270908 5.940108634 6.98067409 7.432213509 7.099923514 6.057544634 5.712076213 +LQ00X063490 Putative Chaperone protein dnaJ 49 13.11956863 13.37751668 13.04620302 13.4143687 13.41562073 12.88294123 12.83281875 13.55017683 13.05663218 13.26585635 13.39263098 13.69583788 13.55831398 12.74648822 13.33714289 13.12079057 14.15365951 13.6184666 13.50991441 13.37501575 13.62073448 14.37181893 13.29347002 13.50634179 13.72745364 13.90752968 13.21155567 14.06726552 13.21862577 14.23980532 12.90795589 13.70384979 +LQ00X063560 Hypothetical protein 11.3393788 11.29270731 11.4893155 12.32433779 12.10501694 11.81002041 12.6539091 13.11591338 11.42086595 12.41257346 11.27134345 12.6300502 11.79631157 12.25624832 11.80319373 13.08863859 10.7096563 11.87170265 10.34841031 12.2581749 11.78838065 11.55767792 12.01864423 11.74097336 10.7260336 11.43818798 10.52045625 12.08816018 10.8582561 11.75584637 11.73518964 11.25073555 +LQ00X064020 Putative uncharacterized protein 12.94175183 12.25965664 13.34820356 13.15135128 13.03426422 14.2208693 13.86526093 13.45462148 12.36062158 11.73392562 12.93947472 13.17008277 12.50761945 14.20282157 13.25646432 12.85243361 12.32111569 12.43646404 12.1734005 13.5823515 13.05788241 13.08187082 13.97723087 13.2503693 12.78314997 12.5541702 12.16913229 13.5485708 12.97337668 13.75291133 13.75878738 13.08593034 +LQ00X064200 Putative Arf GTPase activating protein 5.280505083 5.999886992 5.047638608 5.964017142 5.114544906 5.433748015 5.289604684 4.558106215 5.163230017 6.694838963 5.047014994 5.411002829 5.442976789 4.834691482 5.30410038 4.835109867 4.924059548 5.753344505 5.979564494 6.634226957 5.935797851 5.407812988 4.848712408 5.433596923 4.878270093 5.506089147 6.27709389 7.209693483 5.474272316 5.455194006 4.571653827 5.00255249 +LQ00X064220 Hypothetical protein 5.389380231 5.393003178 5.645225022 5.522140297 5.285008257 6.094504206 5.289640482 5.278989061 5.343800488 5.877965289 5.311890181 5.435393017 5.546256885 5.765083667 6.141651625 5.203916858 5.278820393 5.3418477 5.394418386 5.243354672 6.046984306 5.465744732 5.295303427 5.348236899 5.382959173 5.571319934 5.536724897 6.027678945 5.207467118 5.441861067 5.334317557 5.233763446 +LQ00X064301 Putative uncharacterized protein Sb08g020692 (Fragment) 5.430346552 5.367190039 5.157908091 5.163137163 5.255399258 5.176796831 5.106093104 5.62459066 5.268949715 5.294977447 5.444384356 4.972674808 5.753883035 5.046086915 5.038108118 5.585648046 5.347615704 5.379467241 5.968540395 5.210293581 5.768808875 5.683690272 5.598105526 5.467747065 5.297109139 5.788103159 6.11321056 4.85902091 5.213353332 5.253969543 5.445207114 5.814528434 +LQ00X064310 Hypothetical protein 5.380710519 5.409028718 5.280161559 5.032962971 5.499501028 5.194157647 5.098580955 5.337254254 5.475615762 5.309202138 5.554600306 5.221278074 5.476819715 5.168365574 5.264054259 5.266979284 5.226373449 5.338875942 5.452168747 5.438182236 5.457435209 5.285071618 5.203715944 5.241476475 5.490590746 6.02155566 5.670028725 5.384446663 4.919394169 5.111989261 5.265089429 5.743592803 +LQ00X064340 Auxin response factor 5 4.769906992 4.939441295 4.885810367 4.783536366 5.218299346 5.226499484 4.88984932 4.83699143 4.720512862 5.140214592 5.270582164 4.688499091 4.757984701 5.111894492 4.684523907 5.058146255 4.801093377 4.81385119 5.225682265 4.754111575 5.108917192 4.698269687 5.436926431 5.812197376 5.024069016 4.776515191 5.249241477 5.255886175 5.102730954 4.964021283 6.230995017 5.461722377 +LQ00X064400 Putative WD repeat-containing protein 75 5.149820255 4.993675381 5.199744599 5.062967232 5.07142179 4.903189617 5.287651251 5.079802266 5.344096982 5.361878497 4.971985549 5.206588496 5.018155521 5.192039786 5.222559729 5.158743183 4.845847641 4.945636714 5.341397589 5.612132916 5.785121895 5.131858668 4.982575283 5.721791466 4.935082921 4.797139933 5.189898703 5.458806281 5.139559317 5.040431899 5.22544526 5.719658619 +LQ00X064480 Obtusifoliol 14-alpha demethylase 13.66542163 14.11340952 13.53522605 13.25429834 13.52432022 12.11394308 11.88711876 11.84236592 13.79270071 13.87697984 13.58391656 13.55264506 13.57147919 12.12516596 12.34135997 11.87580685 14.07848878 13.57972826 14.27434894 12.81785821 13.17791448 13.85185449 11.76453227 12.04460506 13.96036316 13.80179697 14.14746798 12.96527351 13.41753698 13.54634528 11.70558145 12.07994911 +LQ00X064500 Transaldolase 13.96297515 14.35882123 14.15103029 13.92677012 14.32802809 13.18231911 12.85404968 13.1670101 14.00236409 14.20583857 14.18611998 13.89008691 14.01733467 13.41919942 13.35696861 13.22135525 14.58382604 14.10943928 14.36679286 14.28530264 14.04065079 14.35515784 13.47637363 14.02968628 14.17116464 13.93791862 14.00829566 14.31245523 14.49023837 14.88585694 13.40462515 13.99193527 +LQ00X064530 Polyphosphoinositide binding protein, putative 11.39008205 11.27399877 11.45292123 11.20729527 11.77310742 11.31037121 11.4391116 11.12069643 11.61175212 11.28767721 11.76592866 11.21601377 11.95357537 11.52225983 11.35807174 11.47127795 11.64382861 11.65019764 12.20198472 12.3473071 11.76625434 11.84291867 11.41561895 11.70344396 11.70372612 11.91328319 11.9944354 12.22965955 12.05429915 11.88715298 11.54373915 11.72895054 +LQ00X064570 Putative Hyoscyamine 6-dioxygenase 9.012001072 8.417909543 7.601518927 9.763776319 8.856852629 9.90320337 9.942505242 10.33884597 8.316295792 8.930971388 7.615841161 8.427756819 7.48070008 8.42889492 9.686909556 9.250588434 9.393302015 8.955552373 9.276552346 8.775281555 8.765391515 9.519554739 8.949313351 9.606310451 9.315362773 8.979864583 8.81527735 9.624939441 8.255905187 9.484030341 8.922049688 9.511801411 +LQ00X064590 Hypothetical protein 5.075737892 4.673721943 5.150699904 4.685691565 5.654833311 5.399240818 4.958354311 4.906831914 4.88497827 4.671692162 5.073692479 4.662192014 5.502196766 5.247265911 4.726736201 4.610502222 5.238397951 5.315106446 5.041029138 5.154110573 4.964906149 4.975737884 4.809161697 5.513752992 5.255133132 5.521080093 5.063598443 4.678916355 5.062556139 5.353259286 5.040549865 5.453531341 +LQ00X064620 Kinesin light chain, putative 6.185725693 6.403154815 6.230812555 6.357548258 6.337498066 6.161156082 6.444467821 5.998685361 6.550316031 6.482418104 6.415028805 6.27947854 6.780518022 5.951436659 6.811235579 6.549590575 6.42848771 6.722110226 6.441909839 6.689712544 6.265099568 6.625649727 6.05780258 7.132572894 6.636615691 6.813387759 6.760982695 6.148630013 6.745024682 6.657380648 6.506771702 6.363123514 +LQ00X064630 Putative uncharacterized protein 10.4019863 10.23022611 10.67549531 10.55162533 10.45151984 11.23142086 11.20904699 11.13208042 10.47528412 9.869468385 10.61744715 10.66949799 10.67822036 11.27457145 11.18479849 10.60356369 10.89427432 11.06979808 11.04962131 10.86995295 10.95502792 10.27334175 11.7392438 11.16791541 10.30494321 10.60051083 10.91407559 10.67045394 10.92758261 10.55709944 11.92370097 11.0524646 +LQ00X064710 Putative uncharacterized protein (Fragment) 11.59994535 12.61133998 10.98155829 10.20366054 10.96432588 9.84399857 9.852021853 10.38704711 11.7865109 12.56828957 11.05974295 10.37094159 10.68616119 10.32094778 9.998851346 10.23461823 11.65769442 11.8044205 13.09792238 12.1847175 12.0874121 11.2047374 11.8998357 11.21472382 12.87156105 11.93267584 13.57137006 12.11787255 11.7471802 10.96153474 11.58913665 11.50294901 +LQ00X064820 TGACG-sequence-specific DNA-binding protein TGA-2.1 5.375997123 5.122163549 5.226094505 5.063602839 5.373261448 5.454917762 5.314969774 5.051818475 5.360172327 5.078357992 5.682293475 5.01555525 5.317441575 5.306122889 5.246975219 4.965865396 5.190343634 5.500787315 5.854973632 5.481283002 5.596765766 5.464288423 5.748906327 5.154687548 6.583727056 5.316065809 5.770204355 5.383051306 5.753494736 4.877184156 5.532948473 5.133092227 +LQ00X064840 Probable NADP-dependent oxidoreductase P2 5.660950042 5.470772948 5.285411542 5.692026501 5.240357324 5.414305084 5.787519124 5.445841643 5.364699277 5.275518581 5.233966801 5.886757131 5.583821882 5.412006981 5.184541958 5.193669916 5.974295075 6.214609125 5.520353333 5.7990116 5.365299745 5.530538244 5.108613499 4.854427317 5.278808941 5.852988387 5.744410439 5.208140773 5.734563121 5.602460893 5.359194828 5.51211272 +LQ00X064920 Putative uncharacterized protein 7.950231947 7.201499612 7.393473708 8.860064611 8.278483561 9.113354776 9.477725974 9.787128156 6.51970382 6.940724461 5.699178615 7.687391281 6.702159264 7.708106967 9.568369346 8.525798722 7.393325635 8.05707892 5.660519255 7.267301697 6.770904496 8.770293309 7.219104487 7.731926848 7.114551851 7.552093954 5.284125486 8.289614895 7.434198082 9.193129004 7.156792762 6.98820001 +LQ00X065010 ABC transporter A family member 7 9.010664805 9.080560828 8.926737533 8.570851323 8.362665706 10.03090742 9.588771098 9.258313413 8.989480648 8.583869258 9.029700914 8.707817342 8.770129276 10.01279347 9.471089419 9.241273023 9.537071923 9.503326582 9.074291116 10.32555856 9.781913006 8.530302693 10.94200611 10.59541027 9.105593347 9.436318455 9.358110709 9.725416439 9.696391321 9.118899325 10.83377442 10.40474015 +LQ00X065230 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 4.555456745 4.760458964 4.674910264 5.209568739 5.201483055 5.363189513 4.980511189 5.85327212 4.712143822 4.562073663 4.74540727 4.777842927 4.729281559 5.191154837 5.16399933 5.20344455 4.775602396 4.862961188 4.808164693 4.789747274 5.015520718 4.806052117 5.977382642 5.347951121 4.576634303 4.609716928 4.798805766 5.01392579 4.951463365 5.350108652 5.771663502 5.212011525 +LQ00X065670 Putative uncharacterized protein 5.415221514 5.305350631 5.462436109 5.201261216 6.073241875 5.092619734 5.630829476 5.07156809 5.254036921 5.374768208 5.045469447 5.126825715 5.703830532 4.866709527 5.667777638 5.306068124 5.415079688 5.98217702 5.782633375 5.902230951 5.739488105 5.577004885 5.553208577 5.152979942 5.545403703 6.149655011 5.675501663 5.272366347 5.473246259 5.601702949 5.55115032 5.539638187 +LQ00X065690 Hypothetical protein 12.09094053 12.00378965 11.98385098 13.34935385 11.87303156 13.18818949 13.45131637 13.03140791 12.11357551 11.81363093 11.76545638 13.2706738 11.83025168 13.36213136 13.41620367 12.9420408 12.11038899 12.83596949 11.93097247 11.21861852 11.58228813 12.03562861 12.05688673 11.77373765 12.31692313 13.11786597 12.18282782 11.45682919 11.84433845 11.97571629 12.28516064 11.71363562 +LQ00X065700 2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase 5.69793538 5.186827808 5.01730266 5.507478772 5.269655412 5.902154471 5.51347426 5.166928399 5.015382782 5.008157842 5.306787116 5.060450682 5.326803891 5.306623515 5.652871347 5.226824908 5.180321865 5.184408101 5.201718809 5.380517355 4.952773765 5.034692091 5.47821273 5.453840228 5.218905748 5.109624262 5.040757404 5.066910048 5.157926567 5.089961604 5.23002289 5.67436172 +LQ00X065820 Hypothetical protein 6.464759749 6.485200546 6.373920511 6.914540088 5.50980598 7.269474883 7.573289445 6.37093033 7.01882658 6.441992402 5.781348205 7.185193437 6.341730358 6.615134862 6.073086133 6.084235958 7.239773742 7.733948023 6.408073022 6.865649724 7.128747372 6.554090891 5.80504366 5.841237516 7.194541846 8.116893911 5.656072302 6.848351648 7.743041244 5.983974962 8.812118657 7.178243235 +LQ00X065830 Predicted protein 5.202493278 5.20523452 5.329591938 5.253307467 5.77431357 5.074051437 4.992491388 5.191265492 5.132860015 5.006102496 5.803416019 5.135992573 5.547074113 5.19391991 5.184235802 5.196727326 4.904073024 5.378907193 4.861860812 4.908957566 5.298289926 5.110618497 4.962522082 5.445157927 5.201058831 5.244479836 5.063764195 5.359339149 5.176452509 5.446587368 5.098002378 5.027344124 +LQ00X065850 At5g19875 5.379012444 5.253946438 5.416835772 5.127375339 5.444041558 5.650963528 5.225399515 5.187306344 5.17510439 5.076097026 5.370959915 5.138065585 5.253693112 5.566638842 5.171722591 5.802374064 5.418682289 5.057029173 5.095013976 5.022925882 5.197439977 4.980577897 7.412690744 5.177605269 4.917507124 5.174935013 5.493578359 5.12820006 4.755493726 5.070584242 5.907689328 5.310250012 +LQ00X065860 Dirigent-like protein 1 10.76361536 11.62253977 10.71018319 10.20247431 10.93857565 10.23749754 9.174632463 9.749834845 10.65221071 11.78281768 10.99626714 10.57091439 11.28491376 9.900995922 9.789637873 10.47373845 12.53531176 11.24681574 11.67685465 12.05023714 11.8320872 11.62611371 9.873232016 10.5551119 11.65457824 11.34590986 11.30341839 11.77402722 11.31361657 11.92473352 9.768655364 10.19177412 +LQ00X065940 Hypothetical protein 4.610364764 4.775058827 5.088659524 4.510302482 5.170562593 5.172851656 4.725729338 4.734419773 4.806909812 4.696793217 5.321400319 4.500757698 4.865980795 5.022325313 4.620607387 4.597546772 5.023312033 4.949263758 5.31531341 5.207833298 4.789543915 4.770114501 5.228402066 4.894946667 4.892834589 4.72154213 4.84353826 5.45486403 4.697464605 4.68461346 5.153468048 5.258550372 +LQ00X066000 Putative uncharacterized protein 4.832486648 5.146973895 5.086145619 4.799694766 4.966800875 4.835315122 5.022549698 5.455520516 4.649809644 4.800774454 4.984292923 4.719194316 4.774311388 4.863288948 4.871426389 5.539861336 4.921140826 4.588493341 4.648871932 4.714536443 4.918597431 4.695308988 4.642053327 5.068307526 4.587182102 4.619628729 4.742883346 5.143004042 4.857619321 4.841304011 5.26251551 4.795899201 +LQ00X066040 Homeobox protein, putative 4.928022392 5.417008597 5.388205276 5.661070388 5.853298901 5.366034488 5.534992775 5.375887517 5.10953062 5.948858155 5.512672358 5.530875887 5.706557481 5.37697931 7.164738755 5.442563173 5.588817207 4.869478587 5.187437025 5.691239399 5.233408192 5.479551753 5.921428598 6.728015708 5.204826209 5.232340562 4.978849122 5.678480463 5.393431799 5.278363107 5.618101253 5.940989829 +LQ00X066060 Predicted protein 5.282413707 5.119506016 4.804206952 4.834005486 5.064787063 5.004570977 4.958675385 4.889740982 5.095819455 5.787635746 5.380898533 4.930641563 5.03003843 4.854105123 5.040810691 5.169695749 5.067876005 5.094643883 5.184429898 5.125454967 5.509365298 5.242438479 5.149201164 5.088683985 4.800315726 5.166347122 5.631530018 5.135017648 5.206606332 5.16938815 5.263331571 4.998270055 +LQ00X066210 Endonuclease, putative 12.76123841 12.73135042 12.72491803 12.71578071 12.3976604 13.00763797 13.19221482 12.66576064 12.88061683 12.82927174 12.63980937 12.59773863 12.52918683 12.94419228 13.00000117 12.47107756 12.53623657 13.22537505 12.83467954 12.99526617 12.91318761 12.84621935 13.37240579 13.03335412 12.92059066 13.34657791 12.91753672 12.85413289 12.45961032 12.82209543 13.23328329 12.80697766 +LQ00X066383 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.717727972 5.648816367 5.450993126 6.209013518 4.869229279 5.157626526 5.492731379 5.940831475 5.662030797 5.396985975 5.078437883 5.38616934 4.837157365 4.908844286 4.98649891 6.429632351 5.801630429 5.285227719 6.529255304 5.785607699 4.993241745 5.1126177 5.042239646 5.065654804 5.476664213 5.649020437 5.967443324 6.169002129 5.465372029 4.937122671 4.997867725 6.276923437 +LQ00X066411 Putative retrotransposon protein, identical 9.16629768 8.136474268 9.052838021 7.864526732 10.2515836 9.598823306 9.269155821 10.0478338 8.426777634 9.101353937 8.361422904 8.075997524 9.431339124 9.743902959 9.515321179 9.967539233 9.589220646 10.01273539 11.38553039 9.957387196 9.745922477 8.330151144 11.15552347 10.80250251 9.835118626 9.926195325 10.19476943 11.94895922 9.707942469 8.642724486 10.80043134 11.0655961 +LQ00X066880 Chlorophyll a-b binding protein 7, chloroplastic 6.02762056 5.991727609 6.177376661 6.24459856 6.239617266 6.380751227 6.433288787 6.323052752 6.30832629 6.219268325 6.609604338 6.393390013 6.101600489 6.624219101 6.448242886 6.707933612 6.292478708 6.155849418 6.295974798 5.955236015 6.854028483 5.76346986 6.523007937 5.679260761 6.255170053 6.61085198 6.50656426 6.030467187 6.332259423 6.282503341 6.464680503 6.900364991 +LQ00X066890 Fiber protein Fb25 7.883999177 7.217373255 8.046097646 7.204434675 6.319183587 7.8840958 7.3485195 6.665824796 8.058012215 6.568146926 8.108400679 7.106128428 7.262179752 8.071070516 6.437872077 6.18695788 7.497726924 7.922512829 7.021270067 8.452438932 8.549790136 6.726487236 8.331905003 6.193785784 7.58819673 7.656226198 7.436757291 8.263650348 7.591442559 7.036237499 8.042737605 6.582620803 +LQ00X066910 Alkylated DNA repair protein alkB homolog 5.560617736 6.013745986 5.836745501 5.810283259 6.087702345 6.003335019 5.744060765 5.730253872 5.929439146 5.618731532 6.074143709 5.633702484 6.341238641 6.023946312 5.82884295 5.466385812 5.358525809 6.208321676 6.016624491 5.36478779 5.658486333 6.114179498 5.919333436 6.252078905 5.914060544 6.034273937 5.713701844 5.319599574 5.227419115 6.240381321 6.26868571 6.061633929 +LQ00X066920 Predicted protein 12.33470248 12.17503521 12.29780098 13.12496885 12.25123559 13.06108957 13.29419693 13.2656667 12.36895979 12.35413274 12.24017866 12.87266163 12.40315977 13.18282179 13.28662905 12.71126109 11.89353597 12.28058973 12.46163957 11.87790525 11.87075682 12.31615282 13.07583022 12.7240519 12.26539345 12.37135748 12.80864962 12.15154355 11.85870457 12.44430539 12.86223144 12.67965174 +LQ00X066930 Calcium ion binding protein, putative 4.750647977 5.038664276 5.129413721 4.862061481 5.0885085 4.801646438 4.880358007 5.026097923 4.719512128 4.872368635 5.088559146 4.716613848 5.11155539 4.638241886 4.874369311 4.889191519 5.110759192 5.130886364 5.121528871 4.948898497 4.886655183 5.016590793 5.637066639 5.145269017 4.962006383 5.10068355 5.048437399 5.595463017 4.946448588 4.941021979 5.626337264 5.032003085 +LQ00X067001 Putative Copia protein 5.008530952 4.863377904 5.027274661 4.706349066 5.248646693 5.306577481 4.995900679 5.187185159 4.714712722 4.682337647 5.369874049 4.801487202 4.925947633 5.243252914 4.713449962 4.971433704 5.021941769 4.741785891 5.008414187 5.595528214 4.900594783 4.892846533 4.921106539 5.326356832 4.833978515 4.918092814 5.341450822 5.121070412 5.115685284 5.126115525 5.247885838 5.659510184 +LQ00X067020 Putative Uncharacterized GPI-anchored protein At1g27950 5.89672501 5.672738722 5.500281504 6.448703938 5.787158464 5.776920943 6.325307807 6.487173301 5.705712327 5.968143991 5.943569728 6.936148467 6.074898954 6.189925503 6.885776428 6.336887403 5.971657058 5.796742438 5.419603325 5.85450641 5.69491768 5.649084688 5.047799116 6.057555148 6.026569311 5.919998028 5.636662426 5.680910579 5.683869697 5.517795181 5.468511409 5.913009191 +LQ00X067090 Putative Uncharacterized GPI-anchored protein At4g28100 5.668018064 6.210584904 5.793119936 5.488117564 6.246321791 5.631227178 5.584878223 5.617506692 5.892795578 5.589165908 6.189185992 5.870186649 6.012185696 5.786061997 5.448404316 5.619607291 5.841037388 5.935927179 5.918671708 6.353257335 5.464891976 5.95785845 5.95816542 5.771467893 5.707789163 6.058314069 5.661953029 5.256123751 5.768989409 5.369607706 5.46238677 6.174025322 +LQ00X067110 Hypothetical protein 5.388745068 5.350711901 5.041150706 4.767121759 5.136365055 5.175754403 5.14272386 5.318817037 5.085528278 5.036734048 5.116174979 4.99519643 5.105140087 5.053994634 4.956762437 5.192599077 5.123755789 5.170154521 5.30589699 4.982923516 5.46455147 5.100794126 5.821365403 5.116923246 5.119948481 5.245984474 5.79737928 4.823491506 5.40027668 5.135156077 5.194770537 4.907223277 +LQ00X067180 Protein MOTHER of FT and TF 1 5.327251535 5.642777284 5.937825121 5.796027123 5.180186411 5.777443511 5.849015586 5.535224786 5.5271055 5.430406237 6.158437704 5.55333027 5.289557747 5.74596036 5.502843793 5.733723489 5.641101086 5.645136241 5.332114739 5.947688744 6.114394021 5.073091219 5.271706355 5.5046817 5.596487106 5.484172308 5.94123252 6.230372712 5.713979948 5.508299288 5.660970342 5.896251779 +LQ00X067221 Retrotransposon protein, putative, Ty3-gypsy subclass 5.109400762 5.021694038 4.70656487 4.673171739 4.593322879 4.946232754 4.813517888 4.370100416 4.915641852 4.881012523 5.210558473 4.704806192 4.808330931 4.763494189 4.666808009 4.611028914 5.090899344 4.893383827 5.590137376 4.942381644 5.102336572 4.810083818 4.96438438 5.333720902 4.864640612 4.637035414 5.475838213 4.810451306 4.748240303 4.772237393 5.052761585 4.539139409 +LQ00X067240 21 kDa seed protein 5.578129453 5.855595916 6.922195003 5.896522071 5.723271088 5.11904374 5.252423279 5.810176467 5.319864289 5.838149084 6.947245391 5.350346794 6.001728823 5.378520798 7.389908463 5.628798832 5.770843018 5.945576272 5.099953249 6.40207096 5.640282697 6.201085214 7.553949504 7.007209803 5.585231027 5.829459833 5.141273761 5.749876338 5.657052794 6.63714094 7.533589516 6.569309553 +LQ00X067640 Hypothetical protein 5.177414071 5.942286099 5.14141854 5.19949027 4.976197026 5.298506409 5.346831593 5.44964017 5.267446128 5.579929965 5.045412243 5.284309225 5.480593132 5.247939282 5.865217943 5.58968099 4.99721164 5.309438824 6.101318374 5.291598546 5.87368438 4.945562723 5.0773967 4.964723082 5.222167695 5.460643675 5.464659621 5.064635327 6.136114147 5.441219082 5.258223823 4.814792109 +LQ00X068010 Hypothetical protein 5.229383231 5.123185099 5.297460264 5.346787132 4.997651121 5.731076233 6.221265623 5.805084808 5.254342936 4.966084494 5.002587281 5.390274687 5.22807609 6.303575281 5.564455103 5.517809292 5.018882741 5.465751307 4.900429046 5.179929705 5.053533876 4.91608634 5.839447671 5.113542064 5.050365201 5.239411457 5.340581562 5.61055717 5.220759943 4.873080447 5.317966426 5.105553082 +LQ00X068130 Hypothetical protein 10.08969923 9.700182908 9.021188073 9.184689323 8.529388554 10.6170764 10.09995162 9.484379628 8.224174208 9.538015401 7.295951075 7.4636889 7.208470888 9.179603443 9.762771434 8.089841064 8.940327615 7.502191506 10.18636512 8.262052155 8.21323997 9.059550673 9.807639074 10.45399792 9.994342198 8.448519976 10.18335193 9.15417729 9.336615073 9.031887642 10.28915931 10.4152852 +LQ00X068180 Lycopene beta cyclase, chloroplastic/chromoplastic 11.59717321 11.20650337 11.99821734 12.20025873 11.88043622 12.97263717 12.82688295 12.59817104 11.44904293 10.95641201 12.00894145 12.3136698 12.13646921 13.24749573 12.90416668 12.80027904 10.85205275 11.78641886 10.86268425 12.03532842 11.87915082 11.73037725 12.49220548 12.41866544 11.19134748 11.9350261 11.09502953 12.14639827 12.33922786 12.32224439 12.69717959 12.27303118 +LQ00X068210 Pyrroline-5-carboxylate reductase 13.72058764 13.94062427 13.54661098 12.87710826 12.47978771 12.79881128 12.62109143 11.82300211 13.80938863 14.19767661 13.64065709 12.61847883 12.81919616 12.88280257 12.48516305 12.30624391 13.45128333 13.22900275 13.25091668 13.1708591 13.22272893 12.34649805 13.61448157 12.85741198 13.82309191 13.63920868 13.80846014 12.61211179 13.35319978 12.03175314 13.45263543 12.78767053 +LQ00X068320 Hypothetical protein 10.03250997 10.41326949 9.731698778 9.60375449 9.777174718 9.201503902 8.978161541 9.151010798 10.37518004 10.19006975 10.50575526 10.28132704 10.23714996 9.656947377 9.375844659 9.44988067 10.36340464 10.77362788 10.8929888 11.10680857 10.64217927 10.61716427 9.815772117 9.825726798 10.60128558 11.40013483 10.91871567 11.17499235 10.24663468 10.42065607 9.594376558 9.407425873 +LQ00X068660 Putative uncharacterized protein 10.7292924 10.79863931 11.10276287 10.33187984 10.53809999 10.28900984 10.04665918 10.05268071 10.71515593 11.00807692 11.28897314 10.42492119 10.87912432 10.52936476 10.09590911 10.25170388 10.01905395 10.32675222 10.25999187 10.7009084 10.82001946 10.08173177 11.037287 10.22337363 10.65169492 10.33293689 10.43519661 10.67223081 11.42591314 10.15673928 11.15611062 10.25164959 +LQ00X068690 Predicted protein 5.455393687 5.459813951 6.393700506 5.16535679 5.780194604 5.388020624 5.002685898 5.062166996 5.712356814 5.239159061 5.763947825 5.243243581 5.844049296 5.196538655 4.797053406 5.26449053 5.356613564 5.431463697 5.355712089 5.393320681 5.832133037 5.568651376 6.422500062 5.297302774 5.25672398 5.45081504 5.361107657 5.074462345 5.39013793 5.291218144 5.877941936 5.355788742 +LQ00X068850 Hypothetical protein 13.05834918 13.38250478 13.09447162 13.00875453 13.60108037 13.50574027 13.63557654 14.00103674 13.09595745 12.64995369 13.27512254 13.534543 13.45128873 13.82669438 13.6871335 13.9322716 13.52434822 13.61256591 13.53933556 13.40271763 13.48247655 13.62275825 13.66406382 13.71100998 13.05614378 13.3155558 13.20026898 13.61847317 13.62007728 13.8402462 13.77188006 13.80535451 +LQ00X068940 Putative Mitochondrial substrate carrier family protein W 9.833312929 9.497227372 9.856140102 9.454782271 10.02470137 9.370492198 8.975167936 9.229516365 10.0108526 10.08458086 10.00355897 9.830918878 10.0113589 9.619150875 8.995699032 9.805433478 9.782322649 9.322456754 10.46543465 9.678853809 9.531902084 9.540631797 9.126304492 9.736629601 9.732035228 9.469308455 10.06241004 9.762631325 9.76572754 9.508962854 9.420846993 9.597226718 +LQ00X069054 Hypothetical protein 5.249993777 5.433502626 5.457270798 5.410323313 5.484676053 5.36930354 5.593628865 5.373752469 5.235200657 5.121158319 5.263829583 5.546958642 5.695038644 5.452040217 5.357041204 5.718142144 4.965056808 5.452855296 5.574577572 5.234757923 4.994808674 5.028532546 5.076291558 5.230415164 5.123476206 5.312369354 5.379203461 5.402454365 5.249867213 5.123318004 5.675112741 5.736429861 +LQ00X069140 Putative UPF0176 protein pc0378 5.533551599 5.2910262 5.113932762 5.611762048 5.333317334 5.292890863 5.624165967 6.179644297 5.535032638 5.242078408 4.85394061 5.878628538 5.520860632 5.78360014 5.705488593 6.050415145 5.314398628 5.280715064 5.68739806 5.117141339 5.287942515 5.444137758 5.298267622 5.530234308 5.052105961 5.590593996 5.135136498 5.396087845 5.245977008 5.623276663 5.107456546 5.040072148 +LQ00X069330 Predicted protein 11.25879833 11.66936699 10.75504941 10.41858955 10.32841775 11.14559444 10.99961754 10.9595722 11.30953374 11.7776371 10.96496145 10.46473778 10.28346525 10.89488451 10.83249369 10.70741511 11.73240423 11.80261132 11.86905988 11.45120504 11.15929473 10.81947524 11.40928921 10.80752099 11.80331187 11.90050666 11.5836507 11.3587224 10.76904611 10.43307461 11.00760685 10.6048535 +LQ00X069670 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.258279544 5.243230431 5.536825062 5.556224389 5.503108101 5.43380056 5.579900478 5.599324047 5.213835637 5.558247316 5.26354103 5.12831479 5.422995886 5.114458745 5.879448992 5.590345435 5.054541635 5.31704663 4.932449507 5.693383977 5.100537688 5.018496306 5.81815445 5.378692037 5.066869206 5.104053847 5.476597863 5.319393514 5.763945647 5.183941909 5.532591278 5.572747154 +LQ00X069990 Predicted protein 5.577965076 5.105234011 5.215373866 4.997431836 4.893540776 4.990779623 4.910341669 5.259302871 5.156614282 5.080403429 4.839168705 4.743796241 5.058114265 4.686510022 4.91471907 5.027199546 5.41059192 5.118006338 5.528305381 5.306761013 5.0078772 4.871212031 6.07610249 4.425000851 5.081719927 5.38981934 5.399935215 5.589787325 5.422310741 4.852953626 5.817945495 4.718549515 +LQ00X070140 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.937286247 5.080618553 5.432736861 4.91145973 4.773174066 5.203835826 5.286427824 4.90394324 4.615292415 4.931973951 4.697841177 4.824545105 5.055918394 5.013853719 4.929514228 5.604733562 4.848083063 4.879151069 4.939307025 4.86410177 5.223301811 4.8738548 4.971256719 4.967936636 5.116929355 4.918043906 4.651821876 5.111780716 5.140148073 4.777689373 4.958208344 4.792742908 +LQ00X070230 Receptor-like protein kinase FERONIA 11.12197626 10.33376721 12.34178609 12.29434515 12.56187633 11.87777579 11.84146573 11.97880201 10.8355793 10.25913736 11.96959284 12.28484598 12.15867719 11.99480838 12.16188493 11.97021257 10.67254322 11.24192752 10.58003338 12.08770184 11.76814641 11.9298906 12.45232063 12.22335571 10.00137534 10.82537794 10.7281777 12.5955932 12.22574628 12.50048357 12.31635576 12.46956736 +LQ00X070291 Putative uncharacterized protein K0116D04.22 5.482128864 6.054850347 5.405836961 6.402417708 5.333348552 6.261325741 6.464127669 6.426015218 5.256251454 5.951559378 5.271733345 6.118332442 5.26814989 6.289858757 5.829248991 6.130035309 6.298655474 5.85355841 6.386874288 6.043529255 5.785321063 5.775703092 5.621544505 5.985233907 5.97937677 5.680576148 5.772433496 6.333759153 5.579550673 6.350327242 5.492974818 6.255598617 +LQ00X070560 Predicted protein 6.895627453 6.849049486 7.488179291 10.88235237 7.519088879 9.548285512 9.995393425 10.32713548 7.223184997 6.818160724 7.680564937 10.52250202 8.522319928 9.762280257 9.893210011 10.54077823 6.810167375 5.598128456 5.184918801 6.77876133 5.575510156 7.533957762 6.123247043 6.322447693 6.491999914 5.742783266 4.961051002 7.288629831 6.198294146 7.985133868 5.901575571 6.486357783 +LQ00X070630 Hypothetical protein 4.853719696 4.727040942 5.010570081 4.620812781 4.970041605 4.748660133 4.708909326 5.106591908 4.878287394 4.653601096 4.872980837 4.750217468 4.769072979 4.936506879 4.67108885 4.751307621 5.185856247 4.732555167 4.930950248 4.980644815 4.955651473 4.762269239 4.983793337 5.147972365 4.732174693 4.951578412 4.873862987 4.99006577 4.809762575 4.882877792 5.594107651 5.290750245 +LQ00X070750 Small nuclear ribonucleoprotein E 10.71388531 9.391755883 9.249400556 10.74919439 9.51509409 11.81996443 12.10579204 10.61854529 10.91033988 10.77665118 9.803020431 11.0689404 9.964937602 11.82053717 11.84138859 11.74291302 9.259255691 9.130577965 7.840392713 8.204555137 7.33190198 8.34287162 9.142958758 8.11900838 9.523509947 9.937372837 8.131722111 7.442280655 7.654407401 8.542407708 9.318625664 7.19942678 +LQ00X070810 Hypothetical protein 5.353412696 5.563386962 5.406525956 5.169235484 5.592099269 5.350443811 5.039524987 5.56006268 5.748001803 5.357405049 5.485377986 5.236264317 5.793181332 5.246726975 4.865496085 5.604780756 5.063355021 6.004699333 5.541579586 4.986062034 5.422794381 5.351518636 5.305461668 6.395443381 5.231243428 6.206588192 5.5187389 5.240236281 5.046216035 5.620544177 5.289796996 5.136324803 +LQ00X071110 Putative uncharacterized protein 4.851005142 4.915777059 4.614082431 4.844277096 4.976765355 4.778756226 4.647747177 4.537348683 4.874027985 4.973684418 4.82320034 4.797286454 4.920289008 4.645914068 4.695840873 4.758379778 4.858717679 4.770468242 5.396647044 5.214082657 6.340561787 5.189362382 4.688502846 4.914691131 4.833858399 4.989662895 5.198054679 5.044088236 5.516577324 4.941738414 5.020319179 5.001727578 +LQ00X071320 Hypothetical protein 5.578416973 5.546411623 5.820365999 5.358724162 5.376676706 5.471303858 5.161432716 5.588614632 5.545168356 5.801233302 6.174693781 5.110475498 5.487921765 5.154414872 5.175543735 5.224699888 5.156918474 5.431827439 6.288123465 4.910244573 5.443662359 5.636811282 5.144589469 5.157296949 5.094958464 5.576268506 6.260721437 5.090112373 5.341357108 5.526776459 5.116451577 5.749132411 +LQ00X071360 Dead box ATP-dependent RNA helicase, putative 5.272234046 5.50123938 5.849028786 5.225696238 5.687985229 5.089514137 5.682235745 5.245215422 5.586016067 5.230234323 5.657505383 5.427503239 5.522481302 5.711740686 5.290546035 5.38491039 5.281866144 5.28726612 4.848010638 4.953314268 5.043379307 5.345783643 5.259964218 5.775043201 5.418006821 5.431872483 5.068300664 5.387231905 5.303051998 5.518049885 5.539516234 5.526596212 +LQ00X071390 Acyl-CoA thioesterase, putative 13.25123313 12.45590878 12.52000747 12.11859557 12.05058936 11.44416081 11.4861907 11.31163423 13.30923173 12.84863353 12.78517033 11.98230218 12.43069902 11.50025249 11.53265449 11.41808309 12.61481509 13.06416168 13.57780305 13.19028616 13.14903426 12.28381607 12.44458441 11.89069752 13.00974093 13.47955715 13.5358052 12.93817638 12.44090137 11.56239353 12.30869007 11.84903322 +LQ00X071570 Predicted protein 6.115669782 6.394440097 6.428403223 6.03379977 5.820469415 5.654672446 5.947953718 5.742724161 6.460179076 6.017672537 6.195951376 5.860776318 6.092811891 5.645661452 6.698230555 5.907983783 6.256645392 5.982176498 6.281420037 6.502782074 6.362327281 6.05137265 5.998097795 6.080161436 6.006853577 5.865609071 6.013952101 6.264527002 6.491678702 6.208144538 6.776234717 5.346079905 +LQ00X071600 Receptor serine/threonine kinase, putative 5.525555222 6.060743377 5.983021695 5.745783754 6.059775221 6.937142369 7.594646032 8.575958686 5.167953522 5.343537564 5.251813532 5.934154555 5.719811378 7.644107087 7.527995347 7.820158262 6.762723298 6.173911781 5.967795621 8.634351279 6.071182256 6.03465153 10.50168388 10.1949088 6.010535075 6.196477912 6.144970585 7.460717415 7.4084317 6.9021649 10.41025202 10.49819059 +LQ00X071610 Zinc finger CCCH domain-containing protein ZFN-like 10.26922163 10.03562516 10.43944601 11.3037438 10.3696248 12.14448881 11.55428032 11.94812473 10.10642305 9.946131734 10.45282031 10.94400832 10.75145121 12.17538215 11.49502831 11.5852887 10.09782117 10.71312106 10.43258269 10.29221497 10.0098048 10.43190167 11.28112556 11.6818541 10.35446442 10.7010816 10.48880464 10.37656229 10.42538814 11.26782529 11.4722619 11.42185387 +LQ00X071680 Putative uncharacterized protein 9.748035409 9.171443113 10.66079006 11.05530308 11.06818888 11.51164669 11.39982456 11.65623656 9.601290726 8.025350721 10.73957663 10.61854741 10.96574751 11.37379546 10.85736743 11.53489335 9.913203016 10.57890917 7.951724829 11.36472305 11.68589529 11.22320509 12.22558633 12.39469025 9.10539787 10.65950529 8.677839221 12.01933474 11.45344577 12.29298879 11.78513282 12.48318492 +LQ00X071690 Putative auxin efflux carrier component 8 7.323728577 8.560611142 5.547037224 6.721986514 6.002492923 10.1193604 10.00050196 9.018513162 7.802205845 9.378027067 6.316296857 6.684248327 5.658422301 10.60291905 10.78182302 10.02008475 6.160520357 6.744656617 7.397131116 5.284202419 6.44035487 6.479456721 7.413073916 5.885206705 8.437759107 7.295454348 9.232296151 5.867871351 6.672751651 5.771881305 9.4876814 7.465558541 +LQ00X071700 Putative uncharacterized protein 5.727996601 5.837965 5.507102576 5.414077448 5.873713029 5.412895451 5.327425889 5.118827608 5.547165309 5.587732723 5.595729106 5.357084683 5.947926536 5.318628626 5.466028935 5.330954174 5.682850743 5.933850138 6.004846075 5.945673516 6.082439337 6.177342988 5.204995939 5.888744252 5.525879103 5.780061304 5.797353469 5.440524194 5.880528245 5.609997878 5.798134319 6.060704133 +LQ00X071770 Predicted protein 4.795516167 5.119250113 4.911981464 4.820317726 5.117581072 4.713557825 5.068089438 4.845651298 4.627055339 4.975764227 4.712380931 4.735016033 4.887279309 4.744999274 5.154972825 4.962649572 5.206204839 4.842776752 5.459137147 5.060549659 4.814805211 4.586429469 5.53017655 4.84074155 5.068946331 5.051222988 5.389619694 5.460287098 4.920604783 4.780635887 5.073682293 5.99337409 +LQ00X071780 Putative F-box protein PP2-B1 11.20670345 11.10390154 11.67753344 11.23331966 11.5724172 11.36368167 11.33105054 11.14047809 11.03152088 11.10998178 11.48268923 11.12494875 11.51133628 11.49991064 11.28051683 11.04115895 10.66481742 11.54425233 10.7646977 12.01656493 12.02767655 11.3943694 12.34830629 12.56001601 10.73953354 11.39354209 10.89763924 12.02915987 12.36674944 11.90871246 12.33569706 12.66714283 +LQ00X071810 Phosphoprotein phosphatase, putative 8.228499946 8.432935077 7.705975392 7.769884202 7.27274884 8.334852403 8.234157175 8.507144691 7.897853844 7.178216757 6.809641419 7.382609376 6.719596957 8.53094902 7.241751218 7.937512218 8.43188312 7.760995296 8.835580804 7.377192307 7.363320321 7.702075121 6.96842577 7.939959923 8.49922926 7.706541944 8.504124137 7.427488024 7.822327675 7.352781831 7.422294199 7.82611724 +LQ00X071900 Putative uncharacterized protein 4.997487499 4.996900954 5.274322135 5.288214708 4.894215557 4.988406738 5.364685112 4.902437603 5.02499008 4.956038135 5.238437548 5.370686598 5.289740989 5.438485376 5.257872205 5.079957308 4.744629091 5.103067664 5.220031063 4.820748483 5.063899561 5.096038711 4.986333675 5.174240719 4.794221183 5.118657615 5.290464143 5.0909059 5.261723185 4.946067776 4.616504515 5.209342327 +LQ00X072050 Putative uncharacterized protein 11.37115864 11.47584696 11.24114855 11.19809811 10.9096835 11.67793694 11.58933314 11.18422367 11.50560117 11.60629124 11.55288791 11.37595051 11.22753902 11.7227736 11.50915357 11.84336999 11.63536406 11.61377389 11.9762136 11.85122125 11.90579603 11.7111035 11.58277036 11.98256581 11.74025506 11.76495084 12.07463171 12.04977655 11.75672431 11.65431658 11.52882515 11.98857053 +LQ00X072060 Tocopherol O-methyltransferase, chloroplastic 4.780519611 5.103009967 5.422273022 5.398889659 5.08885273 6.080672864 5.942694516 5.71018828 5.159149787 5.010436468 5.078584475 5.477717569 5.711419687 5.982987819 7.727103922 6.400943481 5.081440789 5.376945171 4.866560474 5.094202766 5.493046923 5.238489122 5.220212682 6.883575704 5.212370962 5.406419584 5.11542569 5.115123999 5.359139927 5.333575741 5.663062572 5.927183502 +LQ00X072100 Putative OSJNBb0013J13.17 protein 5.437420891 5.322256202 5.422217591 5.409751511 5.047033399 6.070975884 5.989871689 5.609778997 5.425075301 5.134608599 5.248868064 5.284945707 5.503083248 5.645773352 5.478812486 6.12520898 5.25117423 5.205304085 5.556763357 4.988891596 5.302821476 5.292686855 5.288556486 5.585520774 5.388441833 5.14158365 5.984711366 5.114172997 5.447315937 5.316158483 5.360211197 5.933866785 +LQ00X072290 Zinc finger CCCH domain-containing protein 15 4.953332293 4.581344053 4.60187169 4.64858288 5.225789216 4.477246054 4.295626321 4.847042581 4.425097347 5.143210248 4.932736083 4.56998488 4.777229051 4.593195839 4.610533052 4.638026766 4.780547664 4.983992506 4.92528647 4.94003248 4.582084888 4.723230405 4.952367526 5.184195603 4.764024526 5.060031245 4.587226737 5.414064754 4.790743508 4.431830535 4.93610661 5.504885813 +LQ00X072350 Putative Predicted protein 10.40581909 10.43783388 10.36283498 10.34705266 10.4198949 10.95214139 10.75259406 10.61170271 10.55424356 11.34122305 10.58027182 10.3955363 10.59193359 10.7022915 10.78875394 10.56321478 10.27932153 9.760417451 10.86236028 9.369180198 9.7781973 9.723136733 10.26286354 9.665215505 10.52325509 9.814801836 10.94614214 9.490507868 9.573437826 9.591342195 10.41055624 9.535269028 +LQ00X072440 Putative U-box domain-containing protein 29 7.307382282 6.993817094 7.586219886 6.595270727 7.544549655 6.344072849 6.351365551 5.927820641 7.168785711 6.410487527 7.543351144 6.815231913 7.335993335 6.931945878 5.952357413 6.359412122 6.48133251 6.659293615 6.853569229 6.53179013 6.447807633 6.378622861 8.343051765 7.125157608 6.696265207 6.762230174 6.573556187 6.492812865 6.871409749 6.810380026 8.545171292 7.611815721 +LQ00X072460 Putative Probable E3 ubiquitin-protein ligase HERC1 11.07936107 11.04060177 11.4591627 10.77368989 11.08990538 10.83419032 10.7696337 10.46030926 11.12130857 10.69007981 11.51609914 10.84984113 10.85282335 10.84354376 10.71973123 10.49430336 10.55356174 9.745836737 9.769541409 11.01010437 10.897409 11.18792006 10.51780005 10.74794248 10.74470201 9.829347255 9.688729056 11.5407108 11.24504746 11.05663181 11.21061973 10.98319003 +LQ00X072480 Fructose-1,6-bisphosphatase, cytosolic 11.13364129 10.74659542 12.71889334 12.94638285 12.49257639 12.91481982 13.04969542 13.02187026 10.92509467 10.31383384 12.27113114 12.33585824 12.54690584 13.01837272 12.84888271 12.86213727 10.59681963 11.7142332 10.16003835 11.99324264 12.10289402 12.03405017 12.93931019 12.86877773 10.00659761 11.30918937 10.57130393 12.08703475 12.48429743 13.03260313 12.89848168 13.00792423 +LQ00X072520 Deoxyhypusine hydroxylase 10.99208565 11.08465077 11.03415548 10.32091407 10.70774698 10.32661809 10.77626824 10.74869653 10.92438859 11.51643114 10.85110347 10.3838098 10.8098803 10.52006678 10.5304507 10.68065958 10.45282825 11.31425081 11.67037108 11.12901247 11.61575211 10.6409769 12.12670673 12.1834258 10.85620651 11.33134781 12.10095502 10.77182247 11.77330293 10.55574228 12.1243244 12.29622589 +LQ00X072530 Bet1-like SNARE 1-1 5.214613319 5.588816956 5.537774581 5.502214711 5.102572392 5.177183504 5.431584369 4.739477168 5.446717609 5.745008458 5.61550524 5.30851286 5.448975401 5.16880637 6.17738226 4.981553335 5.19461549 5.70144044 5.689467824 5.538993331 6.020302172 5.143815631 5.157518504 4.883371624 4.855633458 5.159855196 5.404726691 5.111219424 5.401878285 5.391426245 5.571351961 5.082764723 +LQ00X072580 Hypothetical protein 5.238623682 4.876963959 5.35125906 5.129468456 4.92351652 4.928310146 4.870320919 5.152067669 5.326760888 4.924312487 5.303163357 5.087701855 5.152958269 5.357308421 4.88799968 4.98018895 4.751236137 5.145695065 5.180711148 5.004287709 5.388947644 4.845602164 4.832245156 6.253250405 4.845376375 5.368190972 4.949019202 5.261173744 5.134175324 5.211631499 4.987390891 5.522228607 +LQ00X072630 Putative Probable disease resistance protein At4g27220 8.759278156 9.009359955 8.543655933 8.329941231 8.686870652 8.919413222 9.048704306 9.423041856 8.447302753 7.249817987 8.466859114 8.383178817 8.491962806 9.452190654 8.367280707 9.09273256 9.737179153 9.068106627 9.778269084 8.671063474 8.465075549 9.165786078 8.376063074 9.028292577 9.705304666 9.106329753 9.746001761 8.181290563 9.078438103 8.986256836 9.377243251 8.786444577 +LQ00X072640 Putative Cysteine-rich receptor-like protein kinase 10 9.597589938 9.374747644 9.759503244 11.56669605 11.15461726 12.23979279 12.14698185 12.53220483 9.993639386 9.481511894 10.31231376 11.94048464 11.0451634 12.45840485 12.32575853 12.83948437 10.74955257 9.647494253 9.481242091 8.681117176 7.887983709 10.37350704 9.060397217 9.465895587 10.02445106 9.582651194 8.698047458 8.828953013 8.663950269 10.60150775 9.816071688 9.334293012 +LQ00X072680 Putative Organic cation transporter protein 7.44942778 7.920514821 6.131980652 7.072526724 6.945396395 8.481207953 8.304567438 8.151450371 7.581503292 7.711311593 6.284727324 7.600395258 7.372441755 8.914606352 7.775108937 8.61557982 7.390529868 6.631680699 8.915272816 7.604469234 6.370560131 7.36931651 6.410557845 5.382555701 7.741469696 7.018716397 8.899313073 7.25066956 7.269366458 7.700108468 8.012775833 6.456894501 +LQ00X072690 Putative uncharacterized protein At5g54585 7.140869989 6.801300814 6.960204289 6.23207378 6.67382104 6.154851868 6.554198012 5.983895906 7.104729599 6.402925439 6.72986008 6.519587885 7.131315166 6.144022497 6.242449085 6.155328636 6.525347181 7.254317377 8.066481252 7.107688599 6.964409401 6.494849021 6.759705444 6.763004024 6.531392072 7.039607311 7.437038726 7.569794599 6.581581269 6.575663401 6.900203021 6.033923582 +LQ00X072700 Putative uncharacterized protein 13.00593943 13.06686735 12.61236953 12.39733017 12.5083679 13.1122001 12.86445533 12.35327936 13.0160275 13.58615625 12.77580851 12.49869838 12.62569745 13.15142422 12.9565644 12.57425142 13.45631896 13.405656 13.0576214 13.26895851 13.45922606 12.65819799 13.63867369 13.46922572 13.50388167 13.52684609 13.43929831 12.71096856 12.8706596 12.90430718 13.81298472 13.75100066 +LQ00X072720 Hypothetical protein 5.210901092 4.809785846 4.866736988 4.881467014 4.692712691 5.147501627 5.347141504 5.118894449 5.048616704 4.925657354 4.858913873 4.921107925 4.712313128 5.200486673 4.914961963 4.919303798 5.241355075 5.405735132 5.384746192 5.014377728 5.094367657 5.11364172 4.908844722 5.263215105 4.972436816 5.519364644 5.082358729 5.059420311 5.011716171 4.933362645 5.271860293 4.873953209 +LQ00X072760 Putative uncharacterized protein 6.302594782 5.794038729 5.841053294 5.932614658 5.820046359 5.63678232 5.976716189 5.456043809 5.804606568 5.91182903 5.728861747 6.226328416 5.879961397 5.709175074 5.707108256 6.01271965 5.411175477 5.703035466 6.417409483 5.939656147 6.237823058 5.793978108 5.655553437 5.555635379 5.981543398 6.185808048 7.002477207 5.620271131 5.88722774 5.657460416 5.697141557 5.502451562 +LQ00X072800 Hypothetical protein 5.31853574 5.215421495 4.710288202 5.013446424 5.043374837 4.843913781 4.879763809 5.110391827 4.840146519 4.678755646 4.932385372 5.038484215 5.110600894 5.002569259 4.591531923 5.216477048 4.676088792 4.683749274 4.910925833 4.919715307 5.063813227 4.674559073 4.727498029 5.073906115 4.939719892 4.761683707 5.021788562 5.070193487 4.802866948 4.838458011 5.228704858 5.579415388 +LQ00X072810 Predicted protein 9.574862289 9.438627105 9.440725046 9.487692843 9.158505534 9.238487586 9.210501384 9.141855526 9.547578537 9.142292473 9.745955641 9.35699503 8.956590817 9.538251045 8.943707053 9.18699526 9.102593096 9.087897668 8.948341702 9.347317224 8.993359198 9.152699457 9.335889038 9.62311082 9.389020394 9.605383022 9.025361834 9.1459252 9.944864341 9.333499866 9.58254429 9.374820795 +LQ00X072820 Transcription factor bHLH123 8.656310531 8.926788884 8.978725434 8.046682643 8.450427867 7.985124244 7.564633912 8.689707735 9.02445345 9.258773363 8.953413403 8.351985 8.855643711 7.923640486 8.177292927 8.988795706 7.86649365 7.556297357 6.325712609 8.649024388 8.21893745 8.273893081 8.693249063 8.937204235 8.491886941 7.816502445 6.711208892 8.933716801 8.510773792 7.74309218 8.668514826 8.743302274 +LQ00X072830 Flavoprotein wrbA 12.57485109 12.48152339 12.47649671 12.94057598 13.23195297 12.95233724 12.80931371 12.9842789 12.88481912 12.81257033 12.64312854 13.17128775 13.00496105 13.25466947 13.20607185 13.3730604 12.94849108 12.91079107 12.98343385 12.63057491 12.32980218 13.22408939 12.17549762 12.70144403 12.56254837 12.96393435 12.57489594 12.87693877 12.54134336 13.91695325 12.60651069 13.03563667 +LQ00X073130 Hypothetical protein 11.8561323 12.00744642 12.21811753 12.5196214 13.13783026 13.18148508 13.29132953 13.69677174 11.99851257 12.28666379 12.22978294 12.42467422 12.76184244 13.61302394 13.59240951 14.42644166 10.91942665 11.72464964 10.62803249 11.68499483 11.70464768 12.32077362 12.22471051 12.35503577 11.07616313 11.93570858 10.54007693 12.18904721 11.69007412 12.74955082 12.39243782 12.15929724 +LQ00X073160 Putative Receptor-like protein kinase FERONIA 8.91604253 9.337004761 8.13219995 10.22258259 9.809271907 9.817883254 10.62361118 11.75093715 8.677696947 8.684703599 8.903380859 9.964569216 8.954560381 10.01582145 11.04068601 10.72592911 8.884595997 8.830832581 7.489702532 9.7721254 9.544354133 10.79676473 9.666424682 10.64677868 8.734503024 8.7871191 7.399786409 9.996570527 9.643622362 10.81237383 10.50251583 10.98793474 +LQ00X073200 Putative Receptor-like protein kinase FERONIA 5.307086632 5.680499199 5.528381053 5.407741205 5.207697052 5.748053202 5.455286116 5.409871015 5.138326882 5.3120801 5.437514768 5.331021977 5.428644149 5.79264268 5.429635207 5.643693629 5.744178984 6.271326493 5.908392247 5.49067724 4.859440324 5.526783022 5.957620934 5.86617089 5.586977483 5.622928521 6.117533991 5.312216914 5.210563308 5.601919992 5.672174024 5.722165189 +LQ00X073290 Putative Predicted protein 5.618022943 5.470596672 5.248710693 6.348536004 5.752030845 5.185893695 6.223049225 5.435414125 5.706519516 5.772544216 5.400248304 6.398069529 5.606940292 5.514976704 5.969281724 5.960811773 9.328232624 5.631035896 6.28299003 6.182463943 5.178023338 4.986629872 5.89141804 4.783580354 6.6005515 5.083422598 6.1439136 5.498810883 5.392885948 5.231608687 5.82595158 4.972063019 +LQ00X073440 Predicted protein 5.001102539 4.839712025 4.835177887 5.044980783 5.177208288 5.135360416 5.28880443 5.17692078 4.995043418 4.896875903 5.022621149 5.104084286 4.594165395 4.997226551 4.997046567 5.097086583 5.015037523 4.805210431 4.937742082 5.278865732 5.190951609 4.979740101 5.356674936 5.030275394 5.020297305 4.882183564 4.882024709 4.822232373 4.983938723 4.806123544 5.283172615 5.405286081 +LQ00X073550 Putative uncharacterized protein 5.699950636 5.612145013 5.107816068 7.415248205 5.677862993 8.338029033 8.108744447 8.365825284 6.282251566 5.525923026 5.503609473 6.791094815 5.506723254 8.326701371 7.902917857 7.448189466 5.783762733 5.646319377 5.443792253 5.398071627 4.893901208 5.322528863 5.75592927 5.20885932 5.551593393 5.377213536 5.100193595 5.463517324 4.822433008 5.589341326 5.870691357 5.57184719 +LQ00X073740 Hypothetical protein 8.112016854 8.080174664 8.471503376 6.978382891 7.955260381 6.191810249 7.037612552 6.664396034 8.18354991 8.155574365 8.484309218 7.1011521 8.333360187 6.256013004 5.961212239 6.752461753 7.747753447 8.660216745 8.826730648 8.557330157 9.536621893 7.966740164 8.676176705 8.979139765 7.70627202 8.562487711 9.291337853 8.333281325 8.949593689 7.984567739 8.59907587 8.291657834 +LQ00X073780 Putative Transmembrane protein 56-B 5.520713781 5.557973354 5.882303942 5.527608777 5.481862245 5.833168984 5.602946249 5.676805472 5.40386558 5.229360779 6.220213842 5.296072712 5.449494727 5.529562 6.188411996 5.462968046 5.556224701 5.450623032 5.574048497 5.475932695 5.0273942 5.48369979 6.043513658 5.477977451 5.34091723 5.316290893 5.58094301 5.791798349 5.622020008 5.347419209 5.407347649 5.512596859 +LQ00X073790 Putative Regulatory protein NPR1 5.748871391 5.348135471 5.177201023 5.777079889 5.402360054 4.960134496 5.718265005 5.793396041 5.595842614 5.965082659 4.972725377 5.514318419 5.073403632 5.251350624 5.821727311 5.462516562 5.150438088 5.23348504 5.806862746 5.295354118 5.712746551 5.084403323 5.764704662 5.439785904 5.121146123 5.623796428 6.134871193 5.683376023 6.374653625 5.32459197 5.987929906 5.139294243 +LQ00X073810 Putative Cytidylate kinase 10.64163353 9.951858569 12.04534362 12.26432738 11.49500133 12.72715509 12.91749841 12.10553741 10.39215567 10.19826017 11.25634867 11.8283619 11.51441658 12.84397895 12.3851404 12.17722326 8.899244345 10.49367347 9.477263704 10.84319159 10.96074345 10.33543927 11.73548112 10.93969085 9.373839155 10.15416151 9.858590777 10.97600805 10.74221004 11.06090008 11.58052145 10.95766972 +LQ00X073820 Putative Probable ATP-dependent RNA helicase YTHDC2 5.223114779 5.090533282 6.484889965 4.91531173 5.50843811 5.187647885 5.25956023 5.736680992 5.329059691 5.039449637 5.915577246 4.998271363 5.738947373 5.106300288 5.267112345 5.399928896 5.260895059 5.790515541 5.506658143 5.289648277 5.73675325 5.350842915 5.709869722 5.894823859 5.336647828 5.928123352 5.118523759 5.287466678 5.544026818 5.356834469 6.177697596 5.824363752 +LQ00X074040 Predicted protein 13.68745541 13.54227304 14.28251429 15.20492995 14.57705192 14.9052546 15.36654261 14.75309708 13.56064275 13.40177804 14.10854048 14.79920985 14.5511623 15.16828283 15.25202339 15.18618848 13.18202935 13.74956966 12.12861664 13.3326131 13.81216965 14.1129434 14.64926104 14.99542098 12.90517718 13.55957232 12.53343116 13.94816097 13.97270303 14.90326012 14.57070373 14.89683617 +LQ00X074080 Glycyl-tRNA synthetase 1, mitochondrial 9.539187602 9.659645813 10.12581202 9.611180511 9.989085685 10.19450995 10.31948678 10.10475085 9.535017757 9.369811249 9.809409639 9.401096173 9.834146367 10.48608541 10.25353613 10.05795119 9.575348511 8.899896437 9.296546171 9.3061612 9.825227355 10.14585645 10.75215924 11.68388676 10.05077117 9.524996069 10.15974833 9.761878512 10.61578315 10.81525936 11.23451241 12.09936272 +LQ00X074190 Probable non-specific lipid-transfer protein AKCS9 6.378701615 5.826211599 6.3636325 6.401728959 6.375570688 5.170725649 5.683763412 5.291566899 5.913448833 5.907306871 5.816009131 6.326000467 6.738013809 5.255789982 5.266480115 5.73741225 5.63462712 5.886086124 5.978874055 5.830460668 6.27761655 6.008558107 5.665644322 6.044019566 5.923195897 5.867744618 6.222121198 6.211466568 6.381667781 5.907929377 6.539067625 6.112175469 +LQ00X074352 Hypothetical protein 4.956267873 5.166724348 5.038279908 4.879598572 5.854415147 5.145609815 4.841243452 5.281667098 4.980881454 4.9377929 5.191327837 4.871515381 4.965302613 5.146897236 4.921344067 5.199631416 4.832062752 4.930431166 4.983745518 4.90097758 5.217878912 4.950388475 5.443303441 5.616559461 4.919547394 5.111978873 5.119398783 4.89103786 5.330102054 5.011421171 5.910282188 6.04799798 +LQ00X074390 Putative uncharacterized protein 4.820674925 5.054451339 4.995581875 4.907932546 5.049840563 5.973843302 5.746599834 5.191940991 5.064719918 4.905929225 4.7159411 5.031439859 4.891701201 5.847974783 5.209460811 5.375913069 4.988913414 5.17207941 5.363708956 5.361884751 5.095219268 4.973369395 5.916969219 5.428657184 5.156188663 5.35643148 5.272715512 5.097037806 5.378872776 4.977616241 5.773306824 5.443976194 +LQ00X074630 Dirigent-like protein 2 5.167328461 5.98776516 5.923253367 6.439837793 6.01590526 6.315365428 6.0774255 6.014604291 5.878032283 6.220561389 5.68388735 6.454404315 6.265339414 6.314619266 6.644364947 6.480120432 5.668956195 5.335969006 5.512581674 5.608180455 5.735205869 6.144414854 5.359029892 6.823939872 5.877680294 5.296826926 5.529454752 5.034135993 5.59862982 5.970210607 5.559119369 6.353730822 +LQ00X074780 Putative GDSL esterase/lipase At1g29660 5.62364645 5.72119258 5.074345359 5.287266023 5.171584866 5.487236702 5.211835189 5.354409526 5.805785221 5.614407437 5.207518855 5.423811238 5.397894738 5.409627771 5.310414826 5.328055162 4.951430906 5.77701998 5.623664594 5.33960397 5.791797632 5.141726406 5.445830371 6.07846027 5.870609513 6.035295665 5.826344221 5.35511604 5.240952646 5.200614896 5.706084918 5.188380587 +LQ00X074890 Cyclin-D1-1 8.12618304 7.82439981 9.654974604 9.751115334 9.166878234 9.264056937 9.144391099 8.159342679 8.717928122 7.493931934 9.685755295 9.669102323 9.80774238 9.014395287 8.938682735 8.196554231 7.049270789 8.376756332 7.466890151 9.138396412 9.352507479 9.028476605 8.518723003 7.122869002 8.196562118 8.470078179 7.425397058 9.881471642 8.210781848 9.529233677 7.899690693 6.186220789 +LQ00X074980 Nicotianamine synthase 5.76076727 5.87863685 5.838812907 5.486752911 5.933099875 5.438701861 5.892871747 5.607031958 5.836356732 5.736944692 5.610337545 5.686272181 5.999539339 5.872696029 5.448239578 6.033805909 6.064838481 6.31630805 6.033812209 5.782240697 5.947928867 5.995347592 7.127481141 5.55164322 5.815788807 6.193780467 6.572615969 5.93007075 5.983996829 6.122794189 6.31157229 5.96069228 +LQ00X075080 Putative Aldose 1-epimerase 6.112134894 5.63009428 6.080738824 6.248579699 6.701838574 6.962733465 6.628941133 7.334988103 5.932670897 5.719110997 6.077800904 6.606025475 5.777069349 7.042133202 7.421475046 8.084593391 6.214749994 5.758256309 6.022564826 5.852166517 5.304434203 5.442636932 6.005340191 6.807715176 5.751240067 5.242863085 5.49345902 6.037411833 5.87311739 6.167734829 5.17891708 5.628590462 +LQ00X075300 Putative uncharacterized protein 9.033925982 9.835386153 9.357137926 8.816184573 9.132483711 9.79769688 9.779819685 9.46000771 9.41247046 10.04800324 9.461212711 9.410451807 9.563688903 9.937697539 9.550747097 9.883014108 8.601477727 8.404330255 9.479834663 8.797412491 8.977475156 9.138635686 10.16077086 10.16079897 9.46033982 9.006670918 10.23158364 8.91273464 9.435075872 9.647950077 9.806942082 9.950332992 +LQ00X075310 Probable inactive receptor kinase At1g27190 10.98067163 9.969050713 10.05706667 11.39468479 9.978659018 10.66595586 11.00340604 10.75585992 10.69243626 10.94050799 10.0706118 11.70866796 9.964423617 10.79791003 10.86994199 11.11916227 10.3979864 11.03528809 9.830966399 9.065918389 9.552596272 10.64225684 9.538366129 7.286679972 10.65054815 10.7324082 9.109385814 8.160729425 8.082452548 10.02953333 8.697084647 7.902465785 +LQ00X075320 Predicted protein 11.7816987 12.00752103 11.40839574 11.82894034 11.18643109 11.3822068 11.57169969 11.46669179 11.91609815 12.17646243 11.51506236 11.85619459 11.66609858 11.39968723 11.52925496 11.4934192 11.98235532 12.51795736 11.83728098 11.55121529 11.49364281 11.57854027 11.1109637 11.07526129 11.87775382 12.50715206 11.82398375 11.5608746 11.27438224 11.4295913 10.77501675 11.33628842 +LQ00X075330 Serine/threonine-protein phosphatase PP2A catalytic subunit 6.18007956 6.266161519 7.015184744 7.326589385 6.817347045 7.204827753 7.564828213 7.420244949 6.673204461 6.355511375 6.42464785 7.092555433 6.507724967 7.058227682 7.602217707 6.869133635 6.360232462 6.52920156 5.872993625 5.967323847 5.434938763 6.136200927 6.179100679 6.588507321 6.509909085 6.289905105 5.647509791 5.424317677 6.136900807 6.254613557 5.428582547 6.672063211 +LQ00X075340 Putative uncharacterized protein 4.723312248 4.515201255 5.344278389 4.553545816 4.775613253 4.776628905 4.701096072 4.936540574 4.478786717 4.488743184 5.377515001 4.787373435 5.000221102 4.857958553 4.820544583 4.771937673 4.575431466 4.477113415 4.716759187 4.877941273 4.748908104 4.491670453 5.037765232 4.793320031 4.37115229 4.947232577 4.773943633 4.80439358 4.788815472 4.568915278 5.370430696 5.288841189 +LQ00X075350 Hypothetical protein 4.648536815 4.577300864 4.702505186 4.637639739 5.00420445 4.718528427 4.731883961 4.642219244 4.721960836 4.676653369 4.471116086 4.749545389 4.789689273 4.516504493 4.549438786 4.871122072 4.964817205 4.879520797 4.873586801 4.983068412 5.289700476 4.630111639 5.760692958 5.694349135 4.744760942 4.60395238 4.716923266 4.861479191 5.119399076 4.602908282 5.011373863 5.399167566 +LQ00X075370 Hypothetical protein 5.880682562 5.799995167 5.427401712 5.36686212 5.475698628 4.810853745 5.508418906 5.481327143 5.746066449 5.940466481 5.626644656 5.234016735 5.957108624 5.249718369 5.069037506 5.033994852 5.267541782 5.503272872 6.317892074 5.436587064 6.354438023 5.272809912 5.492620759 5.092311919 5.33958869 5.509316178 5.735162234 6.729976137 5.978297481 5.69659072 5.418143025 5.061353771 +LQ00X075371 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.829653372 5.29744318 5.076106676 4.87975585 5.297179559 4.784314913 5.198470468 4.859667847 4.809558002 4.959825331 4.966065374 4.81765539 4.934984034 5.012275169 4.854765209 5.08260806 4.779246963 5.091745855 5.009561842 4.924413815 4.83246879 4.847734152 4.888458614 5.096908273 4.706283455 5.513151245 4.883056791 4.825694726 4.957869737 4.853736396 4.889903656 5.365540389 +LQ00X075710 Putative Anthocyanin 5-aromatic acyltransferase 6.845428861 6.723894448 6.242605115 7.396515281 8.373033164 8.953725771 9.73336085 10.79126136 6.45830417 5.849658168 6.626273231 7.645447149 7.105371831 9.287895269 9.468621006 10.28197905 8.554182558 9.182118032 7.504501746 8.461133387 7.381136952 8.226022422 10.3370511 10.49397149 6.88472596 6.65155244 7.472609254 7.004774416 6.978361363 8.924528523 10.39893142 11.15346341 +LQ00X075790 Putative uncharacterized protein 5.57763336 5.731475794 5.739241417 5.815340384 5.179333455 5.775357688 5.720021285 5.903559439 5.951056149 5.417601225 5.156982821 5.674001116 5.979905442 5.4226399 6.671423576 5.575830526 5.262757511 5.296547803 5.284104815 5.140914904 5.163234056 5.241578615 5.811503852 5.619978884 5.600694393 5.178849635 5.259704638 5.153136021 5.249256769 4.975633971 5.47526704 5.60675617 +LQ00X075800 Putative Monoglyceride lipase 5.4809959 5.315778192 4.912019515 5.42430407 5.446006285 5.44921588 5.295723813 5.144279687 5.43927986 5.599983104 5.488944158 5.440421844 5.685556631 5.35080119 5.352565675 5.153874949 5.465360962 5.433495251 5.707353272 5.056175221 5.401181536 5.176579219 5.583674159 5.449743266 5.682851994 5.857342564 6.532200956 5.157262125 5.786706977 5.339173677 6.05606278 5.771822804 +LQ00X075890 Hypothetical protein 5.074397599 5.029766518 5.393005451 5.239568193 5.466944292 5.41395646 5.765422005 5.756257693 5.014494024 5.191387871 5.242339349 5.460180474 5.079337919 5.348186059 5.307611594 5.399660937 5.559400021 4.991401269 5.840814509 4.985194765 5.212218601 5.141130776 5.098544102 5.217230204 5.12794813 5.781753785 5.284389186 5.369246287 5.102667791 5.119396407 5.439563991 5.006476374 +LQ00X075910 Uncharacterized oxidoreductase At4g09670 13.87775866 13.79599354 13.55845294 13.26777085 13.23007019 13.49779708 13.46831576 12.80636043 13.7753719 13.84227709 13.56535873 13.1635306 13.19996636 13.5535175 13.57933624 13.17791475 13.42451398 13.38338942 13.12191992 13.39377473 13.49959928 12.89044026 13.08049888 13.27681071 13.46145681 13.40489272 13.49257243 13.03066629 13.44834826 12.71520449 13.24343385 13.0373413 +LQ00X075970 Hypothetical protein 5.672760092 5.181959518 6.717229526 6.620851511 6.623290112 5.803917157 5.698744015 5.693550694 5.645844988 5.587035112 6.642400254 6.46283407 7.107672062 6.222797001 5.449400599 6.062235065 5.423734376 5.838926929 5.871902543 7.005847466 7.881213893 7.066803882 6.355914959 5.950780001 5.525559482 5.972616441 5.576142657 7.02138014 7.520843147 7.229561875 6.417481513 5.870529883 +LQ00X076050 Hypothetical protein 5.285203503 5.363600074 5.248799388 6.092685197 5.578052002 5.681409951 5.802347155 5.607617664 5.139840422 5.32781823 5.539084603 5.565431249 5.495372644 5.597583963 6.527642829 5.631037291 5.462590575 5.256444913 5.366712598 5.020366791 5.358494512 5.220077615 5.261692353 5.268997186 5.313110115 5.701267099 5.898593311 5.066791708 5.363706461 5.644220018 5.800979226 5.380242561 +LQ00X076250 Type I inositol polyphosphate 5-phosphatase, putative 8.592333214 8.419104 10.40418554 10.9018952 10.27193242 10.30844145 10.26249484 10.31928729 8.732814924 6.860195277 10.24722532 10.79747089 10.54448738 10.61824432 10.32494864 10.02992992 7.983209147 8.077625227 6.829519516 9.893777952 9.477444823 10.31144745 9.462817484 9.984703354 7.840877072 8.007823034 7.252846461 10.74183217 10.40009151 10.82290977 9.525967552 9.563488874 +LQ00X076270 ABC transporter B family member 15 10.37035995 9.401234549 10.72813685 9.905370257 10.38098654 9.48271491 8.322865054 8.565477499 10.47571077 9.685119967 11.18021097 10.38986005 11.26084093 10.24435703 9.624184508 10.28465479 8.198396841 8.674446722 7.520625049 9.852000341 9.557571569 10.14000395 6.387725953 8.585753747 9.536504286 9.568560398 8.477137073 10.64126216 10.73700986 8.592772991 8.170157254 8.534065352 +LQ00X076530 Putative Flavonol sulfotransferase-like 7.198151336 6.765018652 7.813702355 6.969914679 7.688729352 6.817145097 6.842252005 6.728164709 7.439115496 6.596034371 7.838560635 6.88485543 7.72857274 6.251239919 7.257928932 6.927767889 6.679826353 7.378145649 7.175058984 7.549421945 8.115421306 7.550193923 7.475668363 7.480744023 7.040510305 7.379690174 7.436576292 7.310084195 7.365250353 7.67871146 7.820314683 6.978743348 +LQ00X076740 Putative Salutaridinol 7-O-acetyltransferase 5.150804354 5.330692275 5.231614105 5.099744219 5.003890083 4.915640897 5.425824359 4.996652039 5.380640798 5.068504051 4.911026298 5.214507069 5.36771582 5.139641917 4.979812372 5.27175352 5.151488796 5.164303856 5.568103978 5.098574202 5.509266005 4.675450073 4.791012932 5.05766932 5.149469338 5.51146209 5.645270835 5.263948602 5.926934923 5.166956662 4.938526269 5.568068302 +LQ00X076770 Hypothetical protein 5.144114197 5.131969985 4.98883318 5.060205729 5.215338667 4.982604307 4.997914694 4.851768734 5.197234972 4.932286122 5.118498523 4.93492513 5.05578066 5.041091745 4.820818001 5.05383839 5.34181455 5.046737563 5.3778411 4.901563275 5.164446066 5.026439801 4.899316152 5.474967942 4.994328778 5.019526839 5.25072414 4.935961478 5.037790164 4.811969808 5.837494748 5.104210454 +LQ00X077130 Putative uncharacterized protein 5.093108808 4.994442719 4.81917357 4.827156337 5.141442672 5.397671225 5.026494927 5.137918131 5.227125323 5.05888212 5.152430155 4.813383228 4.899649768 5.88829683 4.747231347 5.24001159 5.494910318 5.068825014 5.325564906 5.034727488 4.860528722 5.012728076 6.223818412 5.206450682 4.978123284 4.847272525 5.197709565 5.308680817 4.728566952 5.088136178 4.926252024 6.186411378 +LQ00X077250 Cycloartenol synthase 13.47931523 13.56415849 12.90516238 13.01261828 13.08089799 11.47639341 10.9279637 10.85757091 13.63601364 13.58532834 13.45150555 13.10837689 13.25772024 11.34303942 11.63391855 11.64916985 13.58126908 13.25075666 13.61011881 12.94094117 12.88498939 13.83307387 10.34291122 10.78540914 13.76684954 13.70523391 13.17448235 13.26123576 12.79316004 13.15545011 10.22118857 10.63914004 +LQ00X077270 40S ribosomal protein S8 6.04213357 6.028454938 5.411528168 5.892685954 5.479118664 5.740579447 5.383851143 6.052291797 5.956477585 6.409502088 5.583979598 6.100767353 5.951247119 6.115940007 6.24239062 5.871927687 5.976995504 5.686261004 5.96823045 5.971516916 4.883035869 5.872613583 6.566125891 5.912735667 6.181684604 5.650329459 6.771646726 5.60474508 5.202755358 5.643111763 5.579444513 6.989320191 +LQ00X077470 Hypothetical protein 5.565592851 5.719352333 5.651511012 5.241315815 6.110832747 4.966696732 5.059900488 5.089766018 5.857051408 5.179714396 6.363999142 4.982098301 6.429852134 5.223129345 5.110678721 5.11395953 5.811478992 5.801248062 6.423787315 5.718847212 6.839903515 6.001549895 7.203422745 6.755647028 5.718669617 6.14408207 6.097738743 6.930390943 6.16763666 6.325165137 6.644930734 6.333174081 +LQ00X077570 Predicted protein (Fragment) 11.55602636 11.64670003 11.59219141 10.39492233 11.34117756 10.33213906 9.890741971 10.39498843 11.53864314 11.86531608 11.51614296 10.11559909 10.86676316 10.34564895 9.836790864 9.819385183 10.81474518 10.716911 11.23955056 11.21510616 10.72537954 10.97678211 10.32803038 10.68546828 11.33958172 10.99121906 11.1254491 11.28878916 11.28076305 10.3471794 10.93239851 10.73134764 +LQ00X077710 Autophagy protein 5 4.646364961 5.365072874 4.593597187 4.833120615 4.744981854 4.639786188 4.893698451 4.38807948 4.422395834 5.200873256 4.590284164 4.791333719 4.849403594 4.75102304 5.072823482 4.524889276 4.861821872 4.828922383 5.249208355 5.162570998 4.949463025 4.745479101 4.694996413 4.495631606 4.840481609 4.86553852 4.997463127 6.64804242 5.385198879 4.851158439 5.044991458 5.66034743 +LQ00X077720 Putative Autophagy protein 5 8.69643106 7.044230922 8.922201262 8.906089058 8.977252608 9.060066572 8.830844651 8.460076655 8.078866931 7.484225991 7.646849166 8.336859626 8.347274069 8.145578381 8.817949563 7.779389572 7.765857682 7.107472415 5.400257333 6.84005696 7.716011676 8.230419741 6.612781495 6.970510285 7.897414845 6.897459472 6.083324293 6.453143011 7.92232584 8.627736922 8.145640991 8.167881202 +LQ00X077750 Phosphoprotein phosphatase, putative 11.35310517 11.50839629 12.34881729 11.19620572 12.45819997 11.70922708 11.74941634 11.77458777 11.57455446 11.48526793 12.50388746 11.50754256 12.75014334 11.6910985 11.63451306 11.90461072 5.722677183 5.919904042 5.112374442 11.25701029 10.03032564 6.336868111 6.439698056 6.516016268 8.327469915 7.228593027 5.185835289 8.051595116 10.86928534 5.980462942 11.28847594 6.23008889 +LQ00X077910 Hypothetical protein 5.669781148 5.528439888 5.905316104 5.160167083 5.529247067 5.428579653 5.183478548 5.221028912 5.360754472 5.408368134 5.380873293 5.263774703 5.64581963 5.576502267 5.223545288 5.483875071 5.626968786 5.969158312 6.248218948 5.717149357 5.81518864 5.14614555 5.829571936 5.566693075 5.358733721 5.757044434 6.31294465 5.859626594 6.05087797 5.90492976 5.489418461 5.421362181 +LQ00X077940 Peptidyl-prolyl cis-trans isomerase CYP20-2, chloroplastic 12.78237388 13.00203444 12.72433908 12.42203144 12.19040807 11.89563638 12.19412334 10.9703155 12.66439603 12.4720411 12.67487586 12.64885936 12.50994547 11.4413383 11.7971077 11.53839637 11.68883343 12.28081777 12.23573875 12.61027645 13.46337043 12.32226244 13.43283878 12.73042278 12.20485649 12.8878336 13.16384506 12.4475743 13.32951054 12.42719048 13.06166853 12.67666745 +LQ00X078050 Predicted protein 11.70555404 12.58555763 11.51903351 11.66760613 11.10174064 11.38306178 11.05348659 11.42677117 11.82863633 12.89677846 11.69987898 11.59588554 11.28787893 11.07649061 10.8105465 11.02390482 11.52913638 11.45488533 11.75076832 11.50986577 11.40116326 11.88237614 10.67864738 10.78547353 11.67731428 11.83702794 12.1419442 11.75281498 11.03889252 11.05391821 10.27427262 10.85659157 +LQ00X078350 Putative uncharacterized protein 5.073996277 4.77765734 4.90247677 5.026027892 4.979147726 4.906121116 5.244801977 4.926488387 4.935607292 4.904952609 4.791107506 5.053631207 4.649045048 5.04845184 4.986020867 5.270853309 5.124634541 4.815802581 5.38803782 4.923236633 4.674072371 4.888604635 5.204210468 5.062751883 5.024526981 4.937511476 5.67964717 5.067731603 5.095514725 4.594085925 5.190702852 5.192548729 +LQ00X078360 Hypothetical protein 8.218708717 9.664087863 5.582937662 7.115508036 7.242098609 6.703240911 7.285760356 8.139486344 9.222413749 9.937194783 7.010300643 7.254936576 6.797561975 7.370923486 7.438458758 8.667938272 10.8743817 8.691996237 11.30422756 8.22477712 6.877897741 7.882343002 8.074733109 8.349724445 9.897406469 8.547104974 9.890894917 7.611600731 6.884300955 8.445691668 9.208171415 8.608476822 +LQ00X078370 Predicted protein 5.348769717 5.389737231 5.673517438 5.359304644 6.261232708 5.675053129 5.539960889 5.416789199 5.49833291 5.675056523 5.470508942 5.575293499 5.7110453 5.416521666 5.444400076 5.29228103 5.06442543 5.181917481 6.108178964 5.541477608 5.324618554 5.181051027 6.584761332 5.560849982 5.279838648 5.542202393 5.26192397 5.367564659 5.427312383 5.078936114 6.227288797 5.327734208 +LQ00X078380 Putative Probable disease resistance protein At5g63020 5.709679962 5.506750367 6.033116806 7.258143785 6.716945324 8.113493121 7.753942651 7.769892982 5.741551685 5.58037403 6.254598951 7.771349626 6.747034129 8.524587247 7.726684023 8.255711311 5.178130513 5.165603823 5.314394449 5.125774647 4.742323757 5.381062735 5.311312097 5.567823386 5.59974746 5.182022906 5.383788793 5.325299816 5.454321478 6.102992785 4.832823506 5.509217717 +LQ00X078610 Putative uncharacterized protein 5.932199208 5.720620857 6.354555936 6.390117707 6.241650287 6.087780271 5.775087235 5.899643709 6.031529576 6.183580814 6.34133444 6.072228411 6.783147279 6.076771354 5.846022368 6.179038721 6.076692957 6.193755516 5.878891452 5.735114706 5.889687056 5.698757507 5.860816504 5.863589666 6.130247571 6.094144595 6.152476397 6.714889564 6.162149498 6.042145039 6.214945001 5.772315645 +LQ00X078650 Vesicle-associated membrane protein 727 6.054153861 5.790498778 6.135828341 6.273691585 5.913387229 5.364681976 5.472400022 5.980648281 5.893032794 5.737303793 5.128140493 5.990299566 5.751647274 5.90855903 5.51702271 6.122923259 5.719518998 6.009316906 6.310601902 6.012967564 5.732591487 6.138994059 5.679130296 5.020084961 5.517012959 5.610085552 5.72612779 5.20042931 6.314946923 6.171540644 4.722133546 4.740152545 +LQ00X078660 Translocase of chloroplast 159, chloroplastic 12.81608286 12.25057256 12.79105054 13.60205841 12.962915 14.29012339 14.24392632 14.07811976 12.5903844 12.81691522 12.81519885 13.80533392 12.94772073 13.84912596 14.29951781 14.16172428 12.38779515 12.05640505 11.48778244 12.07365687 12.22695082 12.88382522 12.51469849 12.38878352 12.03252695 11.91019223 11.15168396 12.74126893 12.15409383 13.26182379 12.28420652 12.03406151 +LQ00X078700 Hypothetical protein 6.280749923 6.272422509 5.773471293 5.819944433 5.59613158 5.624579363 5.532327723 5.482722876 6.157267749 6.057003305 5.91446091 5.811428184 6.538164055 5.736155721 5.289390527 5.668790241 6.033813981 6.930454307 6.302861824 6.104857162 5.817339554 6.023323366 5.624413471 5.559629799 6.041070376 6.48854133 6.334179627 5.929907819 6.135714423 6.123787557 5.327713659 6.302336489 +LQ00X078710 Putative High affinity cationic amino acid transporter 1 4.990843085 4.971691006 4.886063281 5.001941974 4.908571453 5.102527556 4.840651082 4.997157116 5.159415826 5.045835048 5.021903451 5.041489208 5.249218207 4.847701196 5.399286324 4.971833672 5.201497238 4.689457731 4.879997885 5.200289732 5.426666202 5.288321443 5.235077675 5.042260149 4.682350211 5.171481056 5.047503799 5.116477785 5.400031958 5.032959141 5.512171915 4.855982837 +LQ00X078830 Pentatricopeptide repeat-containing protein At5g04810, chloroplastic 10.22788447 10.94607749 9.799272299 11.1245666 10.24996029 12.06601786 12.36559577 12.26145977 10.49119861 10.71420629 10.19002032 11.71846516 10.494274 12.27465837 12.34377613 12.47862858 11.70846813 11.85597829 12.03770156 10.92584144 11.17566508 11.67512601 12.71984805 12.50437678 11.66650666 11.76402259 12.06242231 11.6692936 10.72816895 11.9262958 12.51294756 12.50027465 +LQ00X078910 Predicted protein 5.771596014 5.611807004 5.407073962 5.900589899 5.352825038 5.212033887 5.275209092 5.091708459 5.667949861 5.508971 5.321089274 5.845757825 5.677665733 5.370700333 5.371901232 5.239215488 5.47815508 5.846021453 5.635461023 5.918430836 5.467570778 5.733638389 5.513463479 4.788865008 5.420779122 5.902613033 6.142206308 5.009398481 5.19024768 5.359739492 6.278501094 5.795637626 +LQ00X079100 Molybdopterin biosynthesis protein CNX2 5.69274628 5.60094541 6.163842802 5.30526222 5.530018015 5.365510134 5.628341179 5.424559554 5.251706402 5.053621151 5.405568762 5.414245549 5.858903364 5.142170823 5.836146172 5.434212857 5.030516512 5.69820802 5.433758563 5.83182707 5.497059134 5.7265588 5.276618714 5.783571501 5.267049298 5.805726403 5.412743682 5.607203961 5.879897682 5.465423357 5.315956917 5.537675474 +LQ00X079120 ATP binding protein, putative 8.971060809 9.860597226 9.022221871 7.902900883 9.018766435 7.586579017 7.495269959 7.930207101 9.088202502 9.991267984 9.08441261 8.204155364 8.746360852 7.934862156 7.21542301 7.94110023 9.408885051 9.093270932 10.0081019 9.926121346 10.04091083 9.357062501 9.252856439 8.168186949 9.482714537 9.561630396 10.66768876 9.882520259 9.692160398 9.274048828 8.850615574 9.507131006 +LQ00X079470 SAUR family protein 5.832988966 6.480209302 5.930864451 5.592125254 5.867724226 5.931100442 5.850764961 6.588495988 5.878032344 5.52809023 5.719930765 5.798196979 5.87160481 6.610628011 5.97889382 6.779825045 7.545425084 7.845246618 6.589192703 7.796819136 7.132579655 6.008611838 6.542236174 6.276550846 6.548544605 6.43197625 6.993826014 6.218853722 6.197195136 5.820183158 5.795917415 6.601589967 +LQ00X079680 Putative uncharacterized protein 13.33259626 13.55070426 13.75486304 13.93193777 13.96070822 13.37531555 13.68993623 13.68461205 13.46756864 14.16573068 13.47911895 13.8552911 14.13029142 13.64137968 13.97733015 14.23139342 13.25565401 13.39389582 13.9959283 13.45846006 14.18233998 14.15495668 14.93264176 14.73026818 13.68822263 13.67686356 14.55109772 13.8262846 13.82032228 14.44220655 14.86714044 14.80253334 +LQ00X079851 Putative uncharacterized protein 4.97215689 4.883019172 5.189177073 4.688091416 5.264996244 4.743403273 4.96145551 4.730881415 4.644494802 4.604299121 5.036114408 4.733577504 4.906183912 4.940181414 4.732330913 4.998412285 4.730459462 4.90057644 5.480788786 5.365276203 4.90652976 4.928243948 4.5051619 5.302747401 4.995021469 4.790539834 4.834467831 4.846651838 4.434968053 4.645916486 4.848253974 5.39124003 +LQ00X079910 Hypothetical protein 8.459671222 7.863024706 8.493189532 7.294946041 8.011361861 6.729464798 6.584108656 6.840895064 8.407855575 7.838158979 8.197561212 7.323962031 8.049407254 7.144307527 6.167168097 6.946881508 8.633538618 8.568872788 8.193268108 8.488234102 7.7811275 7.913518898 6.867712236 6.049576222 8.028396215 7.760611142 7.330481882 7.845040162 7.959282171 7.558353353 6.154174099 7.66022284 +LQ00X080130 Hypothetical protein 5.89677254 5.485659027 5.522122474 5.35571084 5.43921853 5.394145734 5.527998243 5.527159741 5.774368763 5.434817281 5.453664592 5.89354629 5.65820085 5.745770671 5.487300734 5.577786632 5.345976304 5.588689165 5.529769152 5.272078232 5.940678745 5.326750976 5.628345596 5.678052178 5.080846476 5.638823131 5.48621217 5.305168157 5.532846633 5.479727586 5.612717059 5.665678942 +LQ00X080180 Hypothetical protein 8.982213425 7.833927763 7.948660684 7.107119257 9.503684499 7.93224377 7.51213481 7.682114643 8.263524157 9.569383326 8.013896986 7.582897062 7.65583287 7.586552594 6.560911268 7.75300907 9.679238408 10.29670455 11.03969831 10.06874509 9.997479836 7.43522073 11.24428846 10.22828526 10.00210449 9.808134345 10.19257733 11.63628113 9.993660625 8.391345147 10.61411021 10.21152158 +LQ00X080310 Hypothetical protein 5.702702448 5.674044614 5.152584837 5.625315033 5.142460887 5.711290898 5.928031993 5.380979357 5.70002843 6.863946144 5.459654918 5.59488628 5.52104726 5.718586457 6.788978983 5.342193551 6.10421137 5.549006429 5.580619142 6.521830208 5.790109535 5.24429401 5.781580146 6.384581025 5.528375112 5.453796923 5.365221014 5.63662913 5.695580756 5.324362428 5.948338016 5.421949429 +LQ00X080320 Nucleolar essential protein, putative 11.74119889 12.35721697 11.2650017 11.65660976 11.59889337 12.23987884 12.4523279 12.29357455 12.03120936 12.26606952 11.57658165 11.93143894 11.33188758 12.19781326 12.2478661 12.25178549 12.22880651 11.56154423 12.03257055 11.1346594 11.12675447 11.42624721 11.98331108 11.91398359 12.13367298 11.81364718 12.0550102 11.31395114 11.33997367 11.88313266 11.88336626 11.91260205 +LQ00X080340 Putative Predicted protein 11.13438459 9.88267954 11.02907075 8.92938673 8.517226066 11.26223195 9.786463258 8.635497919 10.00410634 8.862403532 9.861811075 8.727798845 7.889133243 10.87984711 8.384876566 8.103698068 9.899213988 9.561341051 8.095560965 10.46974516 9.291403925 8.090762247 9.098362226 6.728087885 9.683980268 8.79397275 8.022679837 10.11241668 8.787535572 8.765147684 7.955187596 7.422210431 +LQ00X080410 Uncharacterized membrane protein At1g16860 10.01609855 9.753989622 10.5351236 10.0293433 9.778112198 8.683901137 8.251909406 8.6973626 9.653360256 9.315769808 10.35460877 10.08287123 9.863904828 8.87823473 8.199513684 8.589011611 9.507728282 9.535982219 9.752607935 9.864475197 10.03000687 10.56002201 8.986740824 9.49325849 10.32164218 9.880950098 10.09667622 10.1755878 10.56134047 10.29461166 9.296211579 9.828790521 +LQ00X080420 Kelch repeat-containing protein At3g27220 7.234291008 6.826178232 7.328235306 6.603454364 7.377335802 6.698170514 6.806990549 6.450872584 7.325989545 7.165496577 8.177745257 6.943944287 7.306243446 6.78399185 6.114216918 6.720525904 6.994361274 7.880518492 6.244740727 8.196158579 8.111785539 7.221966391 6.942577832 7.022879277 6.914996076 7.748733178 8.153516175 7.686551077 7.758362452 7.475776891 7.250521701 6.754606715 +LQ00X080560 Putative uncharacterized protein 13.44178101 13.12487919 13.40056853 13.95493068 13.33968974 13.63005046 13.54035169 13.52026299 13.32982673 13.32764422 13.33021364 13.87717855 13.43356485 13.69126804 13.79460584 13.86109598 12.10529345 11.76966421 11.75396683 11.52696712 11.46513384 12.32438907 11.17035342 11.34598853 12.17964398 11.85897007 11.86717963 11.60769767 11.63964458 12.07346087 11.26033673 11.32862815 +LQ00X080750 Hypothetical protein 10.68476409 11.40888128 9.542332497 10.49215362 9.946969586 10.5946297 10.11849539 10.81369459 11.66451398 11.76025994 10.49973888 10.30970913 9.750698806 10.43410937 9.720598058 10.06535697 11.60519069 11.33598496 12.28221246 10.01203232 10.03825292 11.32115412 9.908544093 10.59285796 11.90948335 11.76635765 12.33942261 9.834931227 9.998783869 10.8783876 9.820927251 10.45610089 +LQ00X080760 Putative Aldose 1-epimerase 12.65694222 12.68739376 12.13566258 13.07021533 12.17743033 12.19847714 12.09509578 11.90884689 12.75746 12.78787774 12.13945447 12.81850707 12.18023773 12.09344998 12.18397671 11.83254458 13.12521842 13.07416882 12.62385631 12.3080526 11.78249777 12.30721323 10.40679258 10.93780729 12.46433777 12.52383336 12.71093487 11.87936366 11.85587832 11.39988756 10.92495688 10.70937484 +LQ00X080870 Putative uncharacterized protein 11.22594784 11.61846112 11.21354591 12.50485695 11.05910357 12.31119307 12.0352129 12.05282463 11.47659862 11.22741157 11.62116847 12.513656 11.26210051 12.398159 12.3805694 12.54095678 11.3646436 11.3993849 10.35151469 10.64877741 10.60270852 11.65428885 10.57455995 10.67173551 11.27055212 11.54731139 10.02280044 10.45458267 11.08974518 11.66843907 11.0014693 10.589509 +LQ00X080910 Bifunctional protein folD 8.193842562 8.104567978 7.893073555 8.037096085 8.23786087 9.459827797 9.262432838 9.755317655 6.811145125 7.624671711 6.041742432 7.000108133 6.872505752 8.009025505 9.435311356 9.113553673 8.940331585 9.092046399 9.431466669 8.39397292 8.025277166 8.678522486 9.017495761 9.367757295 8.651583014 8.571502398 8.910946562 8.243347131 7.131440504 8.461756079 9.474806061 8.94142546 +LQ00X080970 Hypothetical protein 5.193985886 5.081676349 5.269344888 5.049729832 5.336687907 5.256097815 5.149394543 5.015522618 5.314739443 4.781878905 5.239846782 5.122260712 5.434184093 4.847865039 5.056772555 5.365240945 4.932943789 4.90439024 4.845978828 5.104461292 5.522593476 5.215088259 5.418216939 6.059330916 5.259729722 5.186059864 5.077169036 5.115648852 5.169348199 5.187502456 5.575155364 5.466179786 +LQ00X081120 Hypothetical protein 4.664180692 5.129390514 4.978456479 4.899153051 5.283366662 4.881732975 4.891896189 5.193475596 5.100433012 4.738568561 4.873126383 4.972957443 4.798307012 5.179954979 4.628932533 4.951246906 4.753621462 5.22519297 4.755100209 4.48167235 5.182178603 5.122775669 4.910495666 4.961250614 4.911061636 5.070855728 5.136666607 5.225202486 5.036399469 5.192791647 4.784091148 4.992951981 +LQ00X081200 Putative uncharacterized protein 5.685697125 5.781353779 6.560640299 5.842484599 5.83840711 5.670763716 6.264181952 5.954401595 6.1806048 5.921636142 5.878174541 5.649032872 5.520234021 5.657948458 6.0031651 5.462079895 5.230440559 6.019006413 5.563224055 6.040373052 6.463680984 5.478007617 5.408191068 5.781733565 5.473488545 6.348503438 6.57494093 5.997735565 5.154994161 6.246218584 5.882504705 5.792581789 +LQ00X081250 Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.56320032 11.10451365 11.19756066 11.86329433 11.60092165 11.1347926 11.21583883 10.96672126 11.56087349 11.44163686 11.35586946 11.92783125 11.72782097 11.11398293 11.20182526 11.25331077 11.35610236 11.8359841 11.83657683 11.34141296 11.45562951 11.31741301 10.7061968 10.46413743 11.59253086 11.86829442 11.69621861 11.42255521 11.19768295 11.24672576 10.83117482 10.30807133 +LQ00X081350 Probable galactinol--sucrose galactosyltransferase 2 5.308808209 5.063135074 5.421394492 5.364386884 5.780860272 4.980931683 5.545824649 5.377988211 5.090413432 5.302279863 5.706189199 5.372806986 5.611495865 5.292909156 5.340616629 5.876362307 5.025701209 5.510073532 5.834796511 5.028184331 5.053113637 5.155216336 5.560720169 5.320316177 5.442715402 5.256538213 5.320571617 5.292925004 5.375671954 5.089195239 5.04687034 5.445525829 +LQ00X081370 Putative Chlorophyll a-b binding protein of LHCII type I, chloroplastic 12.29874505 11.91934451 12.56594726 12.53159007 12.78221317 13.5615969 13.4964116 13.30263178 12.12750145 11.95479323 12.39700247 12.48533333 12.59319124 13.66998369 13.28093705 13.28953871 11.80405202 12.3663403 11.77687505 12.21913534 12.64385729 11.85686571 14.01286982 13.74923513 11.58389875 11.96473847 11.92701493 12.13586044 12.61949265 12.79996921 14.1799304 13.834299 +LQ00X081420 Remorin, putative 9.065973724 10.47456906 10.27400091 10.2203676 10.15100962 12.16264817 11.71637064 11.93620419 8.49208469 9.655834528 9.429210701 10.2454597 9.771633342 12.00678844 11.59333409 11.73691009 11.21325794 11.4843488 10.58070255 11.05839261 10.73564872 10.36956808 12.70944928 12.61693049 9.874162438 9.790476544 10.5690653 10.8737856 10.2056785 11.69964743 12.28095389 12.64707209 +LQ00X081440 Guanylate kinase 5.868538419 5.834137141 6.311362504 5.634095485 6.602785778 5.728916811 5.504984847 5.694434225 6.287682928 5.854527228 6.117521219 5.566485288 6.263118883 5.863681276 5.86503589 5.496333788 6.048587771 6.016896075 5.549888079 6.375571562 6.816341745 5.895328697 6.471001633 6.773809498 6.039507847 6.351858344 5.821895681 6.624945715 6.175116221 6.06949669 5.965190878 6.093146886 +LQ00X081450 Putative CCAAT-binding transcription factor%2C subunit B 6.989427161 6.676435086 7.006364732 6.158141024 6.561975624 5.600137973 5.69903542 5.88832762 6.993731117 6.539566433 6.361520304 5.914772524 6.765220019 5.43556921 5.909482517 5.819633221 6.323947567 7.155237063 7.191181626 6.85154211 6.226224197 6.866340796 6.772263021 6.494603553 6.528853254 6.972104516 7.178036775 6.036566038 6.468277925 6.879011721 5.690546041 6.246449019 +LQ00X081460 Hypothetical protein 4.636188162 4.503171667 4.398107712 4.644035304 5.13438668 4.653550527 4.862395252 4.734826476 4.463642387 4.387492978 4.641389959 4.789157018 5.03645899 4.563450959 4.731086559 5.171379083 4.689107998 4.694584067 4.567280441 4.612388825 4.622833977 4.628929878 4.740135463 5.02171269 4.560271827 4.567508582 4.795735665 4.849443894 4.701777519 4.984258659 4.927836695 4.857088066 +LQ00X081470 Putative uncharacterized protein 6.880768015 6.447124009 6.972397304 6.709522166 6.970342396 6.141719327 6.29241832 5.78893029 7.386206571 6.997223302 7.068901255 6.947638211 7.318383394 5.709592556 5.940793417 5.860565129 6.495206296 7.084036423 6.422619969 7.823333294 7.086106178 7.095912353 7.433301866 5.799621844 6.734980317 7.305628735 7.463500426 7.23267384 7.610686536 6.868000369 7.67446478 5.932772856 +LQ00X081530 Indole-3-glycerol phosphate synthase, chloroplastic 5.651625725 5.870378435 5.62192531 6.281295662 5.283534818 6.028719906 6.424652883 5.379102899 5.989688678 6.711660804 5.709602231 6.014578386 5.679981516 5.91914386 7.54181555 6.052212465 5.970378442 5.838939246 5.71407315 6.317243334 5.761455222 5.747560764 5.843671035 5.842908903 5.825888778 6.073008139 5.591268217 5.831652964 5.884378429 6.070324069 5.538625901 5.541483272 +LQ00X081720 4-coumarate--CoA ligase 1 7.746007947 6.545034054 10.67876948 11.65846419 11.39451495 10.64594293 10.73357824 11.33257613 8.352221231 5.934305433 10.6097164 11.82278909 11.38035514 10.20901789 11.5025543 11.05369118 7.255056014 8.503557508 5.77131534 11.22459913 10.76675996 10.93391501 9.874167227 10.14792367 7.476890709 8.702600707 5.697258626 11.53961581 10.69205465 11.56751789 9.994969531 10.33754794 +LQ00X081790 Putative uncharacterized protein 5.35753055 5.186195611 4.988249377 5.792455406 4.82761271 5.652143263 5.277710999 4.866664215 5.505240444 5.177445435 4.670566215 5.194539124 5.269230171 5.356770129 7.196733681 5.19545981 5.437852524 5.003092815 5.235347634 5.439831383 5.491354605 5.639851957 5.061203578 4.992014489 5.602735031 5.230923258 5.207612361 6.702086968 5.14999193 5.664494589 5.092344508 5.134098114 +LQ00X081800 Serine/threonine-protein phosphatase PP1 5.776348211 5.830602533 5.57675933 6.496849524 5.7037348 6.402331111 5.803690069 6.391414342 6.695942443 7.249883694 6.099224027 6.257646515 5.930640594 6.335661046 7.203957728 6.390833089 5.863370449 5.627465989 5.659253095 5.686504996 5.501189651 5.921169374 5.64775579 5.134663061 6.127672616 5.518277251 5.854274731 5.612883501 5.442624235 5.786305673 6.935159393 5.326360945 +LQ00X082000 Putative uncharacterized protein 14.11660153 13.86547837 14.36123108 13.85866809 13.95280713 13.63690772 13.65259994 13.1395297 13.99278735 13.4724046 14.26416455 13.48696682 13.73474066 13.66406173 13.41642423 12.39637061 13.60684397 13.97277735 13.79060443 13.87468146 14.09049238 13.87188457 13.0134016 12.93775435 13.57957468 13.85917314 14.11838198 13.87973643 14.3400477 13.006423 13.10171126 12.52988521 +LQ00X082040 Predicted protein 5.08813447 4.647770557 4.909955856 4.851159744 4.760335562 4.960709242 4.735092855 4.573857859 5.23439842 4.881432539 5.135915195 4.823542991 5.019302124 5.013345641 5.176473693 4.683684562 4.703577532 4.904260349 4.812264724 5.018411068 4.64715 4.68951197 4.752374445 5.168898395 4.833665021 4.907617933 4.84959268 5.072702283 4.929140488 4.798542742 5.31345961 4.571277639 +LQ00X082320 Putative Predicted protein 4.850120642 4.9773809 5.297000819 4.677129562 4.923529344 5.176883557 4.76646491 4.964805152 4.864563091 4.98846183 5.737389332 4.666490658 4.885311309 4.721323188 4.831625925 4.9239259 5.301172607 5.015034546 5.274483036 4.829536282 5.019917125 5.136009163 5.067763541 4.989210376 4.955881018 5.091062747 5.007419846 5.341137248 5.329641268 5.026472269 5.542951687 4.967508107 +LQ00X082360 Hypothetical protein 8.972483695 9.487482468 9.470738588 9.620036798 8.948854217 9.485415027 9.538995507 8.991857903 9.531152312 9.760285378 9.355623375 9.68367024 9.363388487 9.602218706 9.474579232 9.220117704 8.633265272 8.400150905 8.207933243 8.740659662 8.386611483 8.876695163 8.861196135 9.376324303 9.373060146 8.762345736 8.227942815 8.547347219 9.633378851 8.998887752 8.971847388 9.25665896 +LQ00X082370 Uncharacterized protein At3g17611 5.617212913 5.971749935 5.540169246 6.524817964 4.965152414 5.771417388 6.046212473 5.929186415 5.926477145 5.833464249 5.618660411 6.273491147 5.645460831 5.640289214 6.203461357 5.751714604 5.582966081 6.388996072 5.758546006 6.046377594 5.723619456 5.379516649 5.863496329 6.087104191 5.751280088 6.091356058 6.05673949 5.754001628 5.842271144 5.700337138 5.527964705 5.439104498 +LQ00X082400 Dead box ATP-dependent RNA helicase, putative 9.150368181 8.030665703 9.195596137 9.894181799 8.783029336 10.91761496 10.55712196 9.885342111 8.870397324 7.1887254 8.291954193 9.863365575 8.234529982 10.86568339 10.41224795 9.647648311 7.962843163 7.916547879 6.918814502 8.310328173 9.292394865 8.544109744 10.60086764 10.378305 8.22296325 8.886689424 7.402024291 8.127903707 9.744213789 9.548148287 10.49633531 10.06667183 +LQ00X082420 Chlorophyll a-b binding protein CP26, chloroplastic 15.17433942 15.00355897 15.23767153 15.54656085 15.30847837 15.1124626 15.54075944 15.53520027 15.0697306 14.56940596 15.09533574 15.56306772 15.06223969 15.49887884 15.5718368 15.61631585 14.61169453 14.54609327 14.22119693 14.1496812 14.98726739 15.03560091 14.91075444 15.05848356 14.52843517 14.49019836 14.10581512 15.26040473 15.24058629 15.27060971 14.97005672 14.83970641 +LQ00X082490 Putative uncharacterized protein 4.585511382 4.615605797 5.352381071 4.645948747 4.952026709 4.826208273 4.611833232 4.674988698 4.670957101 4.485125948 5.131395514 4.663541659 4.940282842 4.707558469 4.653864106 4.58785165 4.659180962 4.649629335 4.774824856 4.837752158 5.304682063 4.8587103 4.94022984 5.322133351 4.999716308 5.18471326 4.89863529 4.780888769 4.878136495 4.956123896 5.3573599 5.000584459 +LQ00X082810 Polypyrimidine tract-binding protein homolog 3 12.72242707 12.85200127 12.76333026 12.59101396 12.2368927 12.28397648 12.42736964 11.81259551 12.84580913 12.59452999 12.72164319 12.50973616 12.27027444 12.22159695 12.64819465 11.93857202 12.70596633 12.08050842 12.56655725 12.41275677 12.57325825 12.63035415 12.4390173 12.49495676 13.05880061 12.66848191 12.64147802 12.44155323 13.04480809 12.46361468 12.60012144 12.47536222 +LQ00X082970 Probable S-acyltransferase At4g24630 11.80061775 11.91686156 11.76998517 12.04243317 11.71167071 11.81027798 11.85808686 11.73536083 12.07385084 11.89448597 12.03738582 12.12082025 12.07930447 11.79097352 11.92584707 11.68153967 11.75335041 11.48130245 11.41497626 11.86715924 11.96752713 11.31383155 11.35341371 11.64692774 11.78763808 11.63364747 11.44708443 12.05756845 12.11555718 11.50891107 11.61767258 11.49069974 +LQ00X083190 Putative F-box/kelch-repeat protein At1g23390 8.28608134 7.991040612 7.890141652 7.470106348 7.617884017 6.515888866 7.459007245 7.112913337 7.851392819 8.130386205 8.255827332 7.472937775 8.783500774 6.726016423 6.645657361 6.934115156 7.490383664 8.916089162 8.697901699 9.111023055 9.296212216 8.536659598 8.238866978 7.782981866 7.63599627 8.808677327 9.287007296 9.267886918 8.772167186 8.746440134 8.736322932 8.015560032 +LQ00X083410 Predicted protein 13.32518876 12.36607655 12.99585958 12.85015966 12.11089937 13.79322713 13.39672072 12.79954996 12.72040748 12.49253254 12.43446619 12.80540544 12.44126801 13.18410132 13.23648075 12.48047166 13.08909329 13.43562147 12.79433392 12.66062868 12.8836257 11.94277733 13.50957967 12.70831015 12.58328762 12.56641649 12.76907473 12.22823514 11.93989144 11.77880314 13.00866965 12.54365058 +LQ00X083440 Putative uncharacterized protein 5.328773995 5.40044913 5.286826673 5.211660596 5.543122297 5.205218745 5.138615889 5.662340792 5.27097192 5.480444941 5.588887556 5.436158118 5.34973852 5.257338631 5.388267474 5.145476152 5.665983141 5.894088138 5.699366332 5.337844039 5.922899963 5.541061235 5.388935286 4.894740592 5.516877393 5.643098453 5.618685024 5.795218201 5.814579589 5.882849901 5.972608734 5.585679575 +LQ00X083450 Putative uncharacterized protein 10.76402297 11.00424893 11.48362596 11.24147458 10.56374533 11.3708101 11.72037051 10.94008125 11.09555717 11.07210297 11.09473139 11.22686559 10.8290421 11.42256691 11.83566732 11.14246514 11.18419672 11.42615887 11.42622167 11.14394061 11.50954491 10.74722214 11.86173768 11.1848208 11.16870474 11.48182804 11.53103681 10.94310202 11.82165535 11.02946445 11.70578141 10.91718307 +LQ00X083460 Putative 50S ribosomal protein L22 6.831012405 6.435367879 6.623617551 6.071253393 6.270248219 6.049290913 6.101126745 5.92641006 6.633920484 6.672378984 6.348265225 6.271543904 6.474861626 6.455966065 5.678396216 5.908749515 6.233560899 6.72500713 7.514132136 6.188192914 5.861129891 6.354517689 6.640378688 6.022884038 6.335989079 6.465691983 7.3964103 6.262164349 5.689444282 6.595694975 6.168305107 5.964833658 +LQ00X083540 Putative uncharacterized protein (Fragment) 6.270056523 6.223029503 5.68382186 6.292373981 5.350380481 6.252958225 5.97434214 5.271378019 6.00061525 7.135383204 5.769281883 5.976859965 5.834963803 6.339771684 7.211210861 5.854219888 6.084153036 5.56884611 6.590412422 6.232850498 5.80601991 6.006818844 5.360136572 5.652364576 5.543784814 5.580669036 6.340322865 6.120436371 5.853512283 5.966604156 5.057856126 6.216014558 +LQ00X083730 Hypothetical protein 5.094917753 5.1659256 5.238633278 4.871122242 5.005406418 5.230427786 4.829961581 4.6758326 5.011416075 5.053888611 5.231467415 4.822096629 4.913007266 5.331272561 5.00409255 4.804699643 5.242713984 5.318688883 5.289881787 5.147182058 5.923477955 5.246316388 5.627553146 5.288029292 4.960970184 5.070501815 4.908348405 5.318042332 5.012907122 5.254590524 5.058324725 5.548194199 +LQ00X083760 30S ribosomal protein 3, chloroplastic 5.081218477 5.249294651 5.113431126 5.139686835 4.981536911 5.373224536 5.363646197 5.354930351 5.506993264 5.443994168 5.176723356 5.155026397 5.431626187 5.195357514 5.652251677 5.107392904 5.284250823 5.023673333 5.467559832 5.20064099 4.98620631 5.37965467 4.70314372 5.961678293 4.983469923 5.249130537 5.135882859 5.111882421 5.334847561 5.255602363 5.419258688 5.347327724 +LQ00X083900 Predicted protein 10.35012905 10.15626866 9.976181423 9.585654982 9.890142173 12.09145994 11.87468119 11.51250951 10.63767032 10.71872441 10.35458977 10.29089954 9.913601657 12.15530733 11.55045787 11.95399455 9.686702517 8.84689892 9.438145085 8.641699156 8.378752024 8.181510954 11.09933915 10.27102289 9.74300497 9.343790706 9.153245911 6.855377069 8.290273173 8.298906578 11.46473289 10.31343647 +LQ00X083940 Putative uncharacterized protein 4.815622758 4.96277439 4.988903647 4.486773649 4.469126924 4.996753173 4.72835663 4.754922873 5.009218521 5.215351478 4.843697985 4.908657861 4.845259241 4.977367314 4.700342605 4.637593191 4.661430138 4.621800381 4.858799719 4.878431489 5.426406391 4.974561007 4.81108058 5.198354974 4.823960839 4.967777356 5.18913901 5.177268344 4.913921887 4.899040113 5.471317331 5.094914935 +LQ00X083950 Glucan endo-1,3-beta-glucosidase 5.586739535 5.600100256 5.526295215 5.32211489 4.98854074 5.350607477 5.420025361 5.360993999 5.118560994 5.202342639 5.371307599 5.665106047 5.579925311 5.186226057 5.338741424 5.615293743 5.678314636 5.792250424 6.772195074 5.41889687 5.979313825 5.435911589 4.660436715 5.706083718 5.493092809 5.387748926 6.34782065 6.128708575 5.16432737 5.528204445 5.486715659 5.294944975 +LQ00X084050 Histidine decarboxylase 5.464249458 5.604916887 6.067144615 5.819638687 5.836089254 5.200631316 5.51834111 5.375761861 5.728935437 5.966109486 6.413808251 5.543252172 6.076184203 5.141144221 6.266222027 5.577814819 5.385593263 5.468935392 5.153920822 6.106255098 5.500343882 5.617286407 6.798514774 6.043961753 5.926077962 5.189153229 5.33630459 5.513160646 5.902848237 5.364182343 5.518088045 5.374650112 +LQ00X084060 SKP1-interacting partner 15 10.46655792 10.17172342 10.84715206 9.859076422 10.32313494 9.629033674 9.90354906 9.643444514 10.14007736 9.964961699 10.54277283 9.754242589 10.30567655 9.61430836 9.496794569 9.358937228 10.32559355 11.30114213 10.6390124 11.64723599 11.86979925 10.03374796 11.70655912 10.83383034 9.988982524 10.54312388 10.91930806 11.2725144 11.87410957 9.883518595 11.40318122 11.0914094 +LQ00X084210 Hypothetical protein 12.845348 12.86536157 14.74071474 14.48856209 14.77051222 5.743685563 5.283412846 7.82259279 14.12525786 13.45142017 14.82006887 14.8035235 15.34463177 5.68645969 5.099375608 7.679302689 13.62955325 14.25725478 13.8505489 14.64369139 15.11089731 15.38443592 6.004965502 5.482235661 14.29970405 15.11625318 14.0873183 15.29758095 14.54228814 14.24519331 5.427601186 5.506912808 +LQ00X084291 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.994361968 4.971393844 5.864240582 5.275068019 5.627025709 5.151080995 4.904463729 5.581310017 5.104311756 4.873066026 5.110960971 5.180415356 5.021484274 5.341548127 5.10829086 5.92033754 5.311581218 5.332004842 5.348095349 4.785434019 4.699145511 5.177649996 5.191183537 4.929237406 5.338867493 5.197566204 5.398377904 5.102170678 4.71415987 5.437778874 5.675075828 4.821683284 +LQ00X084530 Probable salt tolerance-like protein At1g78600 5.42182643 5.976193119 6.486330521 5.679076566 5.766825878 6.360584156 6.481079534 5.936269483 5.595867323 6.063177439 6.500135943 5.664295007 5.904124673 6.523009583 6.997447315 5.731734142 5.750436642 5.685287858 4.762014366 5.999071162 6.902350716 5.733999921 6.24515027 6.696857874 5.496974175 5.602710352 5.362740397 5.999136371 5.78994685 5.741722542 6.916296303 6.439986491 +LQ00X084550 NADH kinase 9.363348327 9.098837479 8.934640905 9.417827713 8.162804004 10.24961166 10.19586476 9.189825207 9.59058068 9.461300306 9.325539391 9.434281967 8.74112515 10.23120622 10.06567161 10.00119289 9.414611342 9.246689857 9.053380161 8.543647855 8.283723327 8.32018853 9.105942265 8.798700139 8.981266226 9.084968507 9.142538634 8.032690042 7.953376779 8.258802355 9.133767983 8.382630363 +LQ00X084601 Putative AC transposase 8.352302898 8.739682639 8.14353708 8.421024181 8.648620495 9.020451865 8.768713066 9.72087838 8.699226498 7.394165166 8.036998442 8.289147978 8.169058303 9.003356245 8.72698155 8.911903157 8.268202517 8.618489712 8.54608321 8.276991394 8.33516187 8.983356282 8.568594446 9.531784621 8.467942263 9.188817886 9.432411881 8.114261125 8.893494935 9.662527043 8.473639297 9.871807179 +LQ00X084610 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 1 8.576874627 8.48125631 8.818750924 8.66011561 9.151147023 7.080543818 6.641835871 6.915129176 8.707683138 8.615054095 8.877546375 8.226850629 9.661436897 6.29871523 6.655768121 6.111387961 6.686822632 6.935887343 7.660569503 7.382642593 7.615621971 7.777952994 5.856284581 6.582229577 8.41552902 8.609129779 8.016913888 7.718798502 9.096143141 7.574662811 5.722634839 6.653076874 +LQ00X084620 At2g04340 5.100178876 5.285788977 5.42653354 5.954331331 5.178577245 5.19042112 6.002371428 5.055895113 5.675547435 6.585615745 5.487860598 5.581887312 5.432127813 5.653787747 6.536210131 5.341575591 5.099048676 5.130362278 5.074395561 5.323967977 5.468911693 5.308972512 5.384507915 5.767911306 5.358618023 5.175886535 4.710916409 4.878835163 5.415155148 5.06874424 5.375333872 5.672358496 +LQ00X084630 Probable rhamnose biosynthetic enzyme 1 10.7643158 10.24793518 10.59441155 9.988688739 10.71741074 7.879766098 7.635313943 7.690114893 10.65697013 10.11513463 10.68843341 10.19552576 10.97645058 8.241221046 8.057674608 7.952076851 10.28654063 9.856189058 11.36144569 10.07084565 10.07816566 10.75734079 7.704438077 9.009647366 10.77013783 10.92146289 11.38240531 10.5364011 11.01141329 10.98462138 7.390982982 9.318501333 +LQ00X084730 Putative Intracellular protein transport protein USO1 6.214586224 5.714819952 5.938747014 5.524641031 5.654325902 5.900149269 5.612516192 5.437649723 6.089963654 6.83684713 6.293787756 5.946332805 6.221385622 5.539207833 6.008690714 5.426410558 5.897514632 6.200228955 6.177010809 5.909280433 6.054639202 5.716299778 5.784803059 5.659872788 6.055428439 5.953869368 7.320990283 5.781301338 5.617306941 5.839510313 5.603505787 5.775870929 +LQ00X084770 Putative uncharacterized protein 5.288379548 5.544696472 5.869302843 5.429741543 6.268678831 5.721140929 5.337898639 5.301848242 5.765755412 5.326465087 5.957875605 5.497570786 5.713741239 5.200510474 5.588367821 5.463946501 5.292098701 6.144933895 5.572450516 5.58821614 5.289067739 6.119351198 5.086711529 5.401735157 5.61567492 6.389722014 5.796232089 5.881970181 5.893445317 5.931719501 5.135129276 5.297363993 +LQ00X084800 Putative uncharacterized protein 5.329742015 5.013320925 4.913520911 4.81632444 4.895801368 5.440775848 5.153845741 5.170010296 5.124868924 5.107556674 5.064287122 4.877712948 4.954482464 5.3316055 4.956728911 5.008080889 4.975219294 4.947283314 5.223034157 5.219059709 5.049448084 4.953494779 5.094256362 5.03101231 4.877649153 4.850740298 5.698690091 5.149523292 5.020000557 4.948396866 5.112606739 5.124765286 +LQ00X085011 Putative uncharacterized protein 4.842711857 4.984140053 5.047337629 4.681047229 5.166140443 4.606270428 4.676181152 4.603497328 4.740066747 4.814384799 4.849413963 4.897228584 4.896016742 4.688660025 4.835959891 4.969269672 4.744426584 5.421607727 4.923007225 5.298808748 5.004009944 4.694702803 5.150050473 4.842245026 4.807781223 5.512633305 5.005737514 5.327693948 4.957758794 4.781250537 5.007816435 4.621072178 +LQ00X085060 Putative uncharacterized protein 4.84546986 5.119220755 5.650815616 5.015757765 5.028179908 4.876957762 5.356438363 5.171756709 5.32504758 4.81988905 4.787447569 4.93335663 4.943043191 5.160757468 5.09277691 4.989195314 5.000021156 5.103984789 4.905458124 5.512047268 5.153448022 4.870252122 5.396560713 4.724463599 4.978858122 4.966581949 4.998086907 5.137138334 5.251155601 5.182676714 5.137925381 4.851206382 +LQ00X085110 TGACG-sequence-specific DNA-binding protein TGA-2.1 12.68015244 12.86089374 13.34384904 12.63401267 13.082734 13.84393011 13.44998697 13.63497575 12.61942959 12.63425384 13.08595026 12.66740971 12.93619501 13.8517247 13.66623196 13.65455061 13.23214269 13.05299693 12.95669597 13.5320339 13.24800423 12.50204765 14.11544492 14.00682011 12.82509721 12.2245889 12.8112626 13.39954928 13.32203821 12.87797754 14.04212731 14.15964848 +LQ00X085410 ( )-delta-cadinene synthase isozyme A 5.137775308 5.02163103 5.281876692 5.957158457 5.579352614 7.78678466 6.684359874 7.821538992 5.120327598 5.174501732 4.995395412 6.480279674 6.050362404 7.976825985 7.602178576 7.958754827 5.298618522 5.070569085 5.482402073 5.461367762 5.934064432 7.328922804 7.01134734 8.610982381 5.5436826 5.319904219 5.307889663 6.637124743 6.029688328 7.843601694 6.311549779 8.212091109 +LQ00X085480 Predicted protein 12.9826008 13.29160741 13.08995987 12.85785184 13.27499699 12.90061432 13.08781009 13.09215634 12.83359326 12.90992356 12.84672198 12.63330998 12.95310183 12.94864509 13.09879183 12.88070311 13.4443728 13.80953201 13.7488558 13.1080622 13.25815898 12.89829642 13.55495158 13.83082602 12.87917549 12.95679577 13.82173293 12.77777872 13.37033107 12.86791627 13.52379192 14.04535331 +LQ00X085520 14 kDa zinc-binding protein 14.73705434 14.59109334 14.29262384 14.50632231 14.32111378 14.54772983 14.60943733 14.20625786 14.70245201 14.59881419 14.33995344 14.55626935 14.36009907 14.457582 14.40131552 14.4915564 14.44779835 14.90414147 14.24395396 14.2204791 14.31035614 14.33272191 14.16094707 14.10106064 14.37746639 14.47799163 14.00050308 14.47013226 13.94124279 14.21514358 13.79416818 13.94227415 +LQ00X085620 Putative Hypoxanthine-guanine phosphoribosyltransferase 5.324000002 5.642197109 5.193631099 5.71524288 5.351551664 5.347502271 5.358444095 5.168251454 5.293040846 5.611539708 5.637548275 5.668958401 5.331744282 5.741219233 5.549494001 5.569282259 5.178740523 5.190685965 5.386420334 5.887813232 5.442689528 5.117633382 5.417998371 6.156009008 5.337635529 4.916768178 5.936526118 6.25631053 5.739169612 5.115602529 5.717530116 6.01674765 +LQ00X085660 Hypothetical protein 5.087117245 4.570265567 5.159781762 4.969812862 5.012774984 5.296550803 5.017618892 5.404554966 5.06534015 4.743445055 4.683454831 5.054181048 4.778250322 5.249246752 4.828808027 4.792540892 4.721080652 4.596423217 4.613778991 4.61384232 5.11246693 5.056478172 4.938790561 5.062437832 4.782565361 4.8126696 4.584704467 5.01889624 4.986388148 4.914428624 5.315195323 5.563331504 +LQ00X085670 Hypothetical protein 12.14422814 12.64966288 12.05373533 11.94674905 11.96219211 12.16507345 12.13461624 12.2784448 12.24777275 12.85439944 12.24363131 11.69135794 12.09622302 12.13871342 11.98316039 12.13039418 12.1307421 12.22785995 12.28667399 12.16237982 11.88935571 12.11049827 11.98040473 12.44176755 12.35005121 12.27096567 12.46059879 11.93943742 11.86856763 11.94664162 12.06414235 12.35118958 +LQ00X085780 Putative Abietadienol/abietadienal oxidase 5.266298588 5.085231647 4.935966663 5.153024675 5.340356282 5.447164053 5.227678851 5.410324106 5.387943157 5.267664071 4.988352362 5.177098728 5.212541743 5.508253147 5.517057306 5.379494363 5.545872954 5.506142641 5.374329324 5.422385964 5.167889452 4.967055581 5.724050623 5.205601309 5.229018236 5.343824043 5.734038105 5.388883858 5.302287632 5.100799436 5.551057725 4.979388956 +LQ00X085870 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 7.789026165 8.232290308 8.538228762 11.84422295 10.00743627 12.97407149 13.38551134 14.06746445 8.362076347 7.053104572 9.072042476 11.94507184 9.876792191 13.06856535 13.33160153 13.31800836 8.91577754 8.797541648 8.232400632 8.677329193 8.046550307 10.68161647 11.17024506 11.42685162 8.737287213 8.46041417 7.054162025 9.375074353 7.692693125 12.06122488 11.13119455 11.43096878 +LQ00X085970 DELLA protein GAI 13.32165636 13.43399055 13.44918563 12.62844048 13.68217541 12.54231258 12.16958104 12.6565453 13.04384316 12.38837312 13.34014891 12.53065655 13.22976515 12.57611184 11.44980591 12.2006375 12.84967629 12.16539719 12.72104973 12.70891212 12.31742806 13.41635294 12.48613352 12.17302748 12.87864863 12.10295569 12.93473928 12.64003807 13.05440974 12.67725448 12.42151347 12.39460751 +LQ00X086150 Hypothetical protein 10.77187779 10.86143779 11.35461659 11.50560319 11.55846075 11.89693557 11.72729985 11.89709947 10.8652425 11.41719158 11.48929283 12.05570686 11.68770658 11.94720078 12.15559083 12.10304597 11.87694523 12.2832986 11.32918686 11.27988442 11.21414277 11.52708916 11.36296694 11.18976368 11.35819912 11.61813716 11.0794199 11.69426341 10.29020933 11.42512959 10.7466392 11.65529146 +LQ00X086210 Putative uncharacterized protein 13.63394428 13.51985735 13.46417079 13.15752349 13.09803222 12.89157579 13.14999491 12.59031376 13.47611465 13.63478208 13.48894529 12.88622395 13.00140605 12.65684031 12.73722715 12.72312748 12.75301609 13.08512104 12.6260624 12.93750504 12.77692515 12.65600161 11.93618227 12.51793966 12.94327676 13.23863676 12.22759238 12.45421719 12.40604328 12.00678995 11.96229757 11.95991752 +LQ00X086250 Putative uncharacterized protein 4.830348201 4.866323404 4.830016101 4.893575756 4.945476418 4.737079035 4.976261106 5.261636425 4.918080213 4.718238704 4.803556286 4.643301404 4.94467123 4.559000274 4.791723537 4.841538375 4.96104435 4.690843938 4.824207565 5.106005742 5.328040974 4.886142579 5.41741729 5.081017979 4.67122562 5.047696523 5.240295044 5.305921538 5.066408816 4.984694631 5.26997455 4.927836975 +LQ00X086510 Putative 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 1 12.14181992 11.92920592 11.85872549 11.81568171 11.94822178 12.20808109 12.11477793 11.69189729 12.41126953 12.3514417 12.23463115 12.01165583 12.26765163 12.37702477 12.18778235 12.37852118 11.85495596 12.0589316 12.23629509 11.72934533 11.51205517 11.22986697 11.7719544 11.56321309 12.32701525 12.26002338 12.42825558 11.61345321 11.66366983 10.7093963 12.02768274 11.51677289 +LQ00X086520 Predicted protein 4.728237423 5.251898423 4.932714027 5.211823623 4.783604742 5.020298724 5.367061691 5.57887885 4.866078283 5.551547523 5.254539982 5.228519369 4.769505104 5.239091405 5.863031683 5.092648041 5.300276412 4.79846711 5.57923193 5.516456404 5.828333014 5.167382684 5.175034486 4.755364165 5.070090985 5.211649376 5.326676989 5.027783796 5.598006196 5.827013523 5.726301452 5.035159608 +LQ00X086540 APO protein 1, chloroplastic 6.883153261 6.369066789 7.100737862 7.040910957 7.040583867 7.62395952 7.681807652 7.794671232 6.831316933 6.663350334 6.915701109 7.273718923 7.402653302 7.847346755 7.31825337 8.320773729 5.897055973 6.110656259 7.01061699 6.503563433 6.563792812 6.639667284 6.711619918 7.313677393 6.194743944 6.428041534 7.088647141 6.571853351 6.140872795 7.036754827 7.058732146 7.140458739 +LQ00X086820 Putative uncharacterized protein 4.863975851 5.133126139 5.044749898 4.744692556 4.882332609 4.872996586 4.711573076 4.499710845 4.570947225 5.05877353 4.639443284 4.829907924 5.134128857 4.66985836 4.605173402 4.805887339 5.002832024 5.070206481 5.60482065 5.279420521 5.342314827 4.93370796 4.578527002 4.958687402 5.002638256 4.900109253 5.614345871 5.328872097 5.243962485 5.104412522 4.790002451 4.987898265 +LQ00X086890 Putative uncharacterized protein 7.52703008 7.671687401 6.299672261 7.491542143 6.895840578 7.674440918 7.504968286 7.879956656 7.704786079 7.451863835 6.844291612 7.682088562 6.337546697 7.783186563 7.380537141 7.323538276 7.116028458 6.431167235 6.253597956 5.816268378 6.900251836 7.466772201 6.301007868 6.845140372 6.938637259 7.041378362 6.100987157 6.645253309 6.962704803 7.451465736 7.008424591 6.940098229 +LQ00X086930 Hypothetical protein 5.362901018 5.239384941 5.222022981 4.893222981 5.381153396 4.7028255 4.902813772 4.654619997 5.095221791 5.213759721 4.770281941 4.840842794 5.198543614 4.874644112 4.671224462 4.786160846 5.201959476 5.439383836 6.124550829 5.574486376 5.469648023 5.550129891 5.202433939 4.770432334 4.870775148 5.340813962 5.459043529 5.266085326 5.65594043 5.402872412 4.774803984 5.078614671 +LQ00X086940 Putative Disease resistance protein RPS5 5.580810145 5.775217646 5.800637284 5.910187127 5.557714366 5.259059494 5.579768679 6.011636759 5.583128713 5.159706232 5.636949542 5.521960213 5.398588883 5.387879689 5.440482171 5.523205805 5.451700901 5.590735767 5.220281262 5.497605537 5.825154226 5.537780635 5.558773956 5.956074733 5.371224524 5.529022173 5.332059527 5.352602587 5.497019635 5.635758349 5.455911512 5.280907931 +LQ00X087050 Hypothetical protein 5.952102948 5.568770677 6.169445979 6.013696776 5.400794086 6.624479661 6.16769147 6.58337061 5.84898934 5.490597612 5.872659359 5.974775914 5.817252563 6.480170744 6.020960523 6.252576332 5.525417191 5.933194036 6.032838059 5.881016631 6.524114162 5.796676606 6.198602419 5.613004842 5.836848994 6.071541979 6.004950102 6.392520397 6.273890085 5.708708564 5.739044244 5.494786526 +LQ00X087300 40S ribosomal protein S30 14.77193334 14.2888072 14.74588343 14.60228556 14.68636743 14.5832525 14.74070855 14.18463135 15.12068892 15.10207969 14.91467848 14.77772851 14.67727159 14.44531102 14.16628761 14.09581938 15.23227405 15.09647318 15.12633785 15.13337449 15.02098193 14.7566696 14.86696295 14.66577241 15.41039073 15.22088893 15.3331519 14.70599536 13.94119652 14.58658378 14.66696365 14.68862644 +LQ00X087360 Putative Disease resistance response protein 206 5.159190093 5.108379521 5.44770196 5.704926055 5.279500698 5.298986206 5.696679744 5.10585182 5.070281147 4.923014212 5.348290783 5.3865683 5.42231905 5.320864366 5.313347401 5.189595494 5.077072889 5.324148903 4.983962335 5.666877173 5.992328859 5.351184698 6.026371883 5.947721865 4.963442299 5.801808194 5.192077033 5.832578669 5.277833879 5.3715327 5.708072738 5.749563354 +LQ00X087380 IAA-amino acid hydrolase ILR1-like 4 5.55091022 5.101880196 5.852164533 5.413228192 5.915453245 5.66251622 5.321202068 5.17667324 5.250544405 5.09449997 5.669255731 5.677676879 6.307591047 5.673780338 5.556795392 5.461276827 5.176653278 5.335048017 5.54394972 5.786475466 5.619457276 6.169049624 5.257396277 5.642086458 5.201381623 5.52321237 5.990226064 5.19190963 5.656242711 5.944906997 5.654633017 5.997849316 +LQ00X087450 Putative Alcohol dehydrogenase 1 13.0752366 13.21540382 12.67067494 12.27648455 12.43970172 12.37763734 12.48255158 12.24180678 13.04388919 13.38856109 12.82677592 12.27142992 12.75957429 12.31490371 12.60840238 12.27393107 12.98530134 12.72482774 13.13463082 12.6279381 12.36407735 12.50220654 12.73420172 12.92111982 13.17607604 12.91174761 13.11726736 12.36286782 12.80019082 12.26374872 12.76322992 12.71873168 +LQ00X087460 Hypothetical protein 11.93272925 12.05034965 11.56159832 12.82740114 12.76756328 12.28714132 13.29549796 13.50800148 11.89048105 12.7892303 11.38557206 13.21426367 12.2149771 12.75706999 12.19687199 13.27533661 11.37536125 12.51423767 11.34272084 12.09524307 11.47008899 11.39765402 11.54480916 11.49732016 11.47371817 12.25268193 11.46567265 11.63461595 10.59462506 11.16060823 11.37462147 11.109966 +LQ00X087511 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.74500354 5.273786534 4.818396278 4.953387542 4.956837233 4.732818007 4.858578767 4.929184169 5.14540469 5.395847039 5.095199595 4.867575929 5.101606089 4.68369913 4.769817592 4.853859077 5.170890952 5.389149008 5.581970337 5.074098675 5.347381029 5.183594232 4.895791956 4.799900494 4.871801745 5.135394427 5.358546863 5.388629329 5.722092238 4.941659639 5.225360179 4.932830122 +LQ00X087760 Peroxiredoxin-2B 5.196058629 5.214306803 5.261293019 5.4301466 5.128076133 5.247121072 5.565413472 4.753483335 5.330030296 4.976884751 5.577836276 5.796082402 5.816257397 5.283038659 5.173981029 5.251583319 5.147592882 5.182361272 4.880769652 5.141839613 5.579244999 5.283680894 5.518519359 5.053297571 4.881518131 4.868116804 4.903194081 5.667693741 6.01069648 5.001932482 5.718725799 4.384747781 +LQ00X087770 Probable peptide transporter At1g52190 12.31829114 12.75564201 11.82507002 12.13814163 11.91163344 9.77740411 8.577030227 9.907110971 12.68329849 12.92400491 12.4091117 12.55806699 12.737456 10.06174733 9.982154559 11.32745107 13.342006 12.57041558 13.14576668 12.0654403 10.85132912 12.8424187 6.017110355 7.767171181 12.42949359 12.53195763 12.19536375 11.92219683 11.28557635 11.77500439 6.187726338 7.277460722 +LQ00X087790 Putative isochorismatase family protein rutB 14.02782897 13.81664196 13.91259448 13.95141101 13.51431384 13.65228113 13.55001184 12.69273302 14.11368733 13.99381223 13.73507887 13.8683308 13.63714742 13.61927963 13.69043735 13.15690255 13.79315839 14.35581124 13.67940331 13.74803026 13.79001108 13.517501 13.68144767 13.45512685 13.82209106 14.33358679 13.80285043 13.63181584 13.6526911 13.18025499 13.56634623 13.35880517 +LQ00X087820 Putative mitochondrial 2-oxoglutarate/malate carrier protein 14.19237515 14.07220966 13.80155748 14.02764617 13.59539743 13.73693771 13.45227831 12.94166022 14.0356292 14.08842497 13.9754072 13.66441783 13.69251509 13.62459783 13.12935374 12.56797128 14.09235291 13.68196331 14.44040389 13.87597933 13.41542282 13.60034976 13.65173094 13.49178492 14.10673884 14.05967504 14.5197443 13.90118108 13.91213169 13.57193652 13.43496218 13.49381882 +LQ00X087900 NAC domain protein, IPR003441 5.215295914 5.290423524 5.401246282 4.929095081 5.040771145 5.045961626 4.676641086 4.80214548 5.031721142 5.099932254 5.031511637 5.028019582 5.302911415 4.815638248 4.870119276 4.847526487 5.084885582 4.795278542 6.000186723 4.95441003 4.940059553 4.8818983 5.012590292 5.006440332 4.764881021 4.789572366 5.415211428 4.921733529 5.113059166 5.074521319 4.962177551 4.944534038 +LQ00X087940 ATP-dependent RNA and DNA helicase, putative 9.702056583 10.59674189 8.599881929 9.804011447 9.378051794 11.21803394 11.0686977 11.30318821 10.58236243 10.97970927 9.794819709 10.61061141 9.738416221 11.62329579 11.52931303 11.77009549 10.15399466 9.35213149 8.175929218 9.12210657 9.247328326 9.54841965 10.77258909 11.02812314 10.70408754 10.65193701 7.956409391 9.394408454 9.332935904 10.00638383 11.10906271 11.02175474 +LQ00X087970 Putative uncharacterized protein 5.465994521 5.593833828 5.156267425 5.649930564 5.604290942 5.605641336 5.641052523 5.437422669 5.511427207 5.593097442 4.92261716 5.45008819 5.497082532 5.288609754 6.368182865 5.51439681 5.133290905 5.654060821 5.461832557 5.290654913 5.515564679 5.407580444 4.862784806 5.071903182 5.189936758 5.398111617 5.96431445 5.352422456 5.540761623 5.330611847 4.947040164 4.866315945 +LQ00X088020 Hypothetical protein 4.983437269 4.894024035 5.047773956 5.157723567 4.885499269 5.257092105 5.145505216 5.086222001 4.830124849 4.784873067 4.990218018 5.032839092 4.947212852 5.337325439 5.025132764 5.237827359 4.974817781 4.958356309 4.978850569 5.024619742 5.066466823 4.927001926 5.178637471 5.427907966 4.878753522 5.111962937 5.178581491 4.759495127 4.849174304 4.860378626 5.415321649 5.429082902 +LQ00X088290 Putative 3,4-dihydroxy-2-butanone kinase 5.476571386 4.830990345 5.395636688 5.483850395 5.631886356 5.374408812 5.322711833 5.461355476 4.960475256 5.108987808 5.1798401 5.154442328 4.920779673 5.441051166 4.932606847 5.333278112 5.823034457 5.838423312 5.600638305 6.4027816 5.383914041 4.822206042 6.582686399 6.324049691 5.622220486 5.424964357 5.638203619 6.539690593 5.474013125 4.63144489 6.342549689 6.679137323 +LQ00X088490 Annexin D5 5.104111075 5.004926828 5.328997732 5.148191598 4.886539759 5.196381296 4.993378974 5.072627291 5.039574991 4.702537356 5.512925714 5.109442071 5.173069047 4.92638743 5.060728004 5.33598949 5.0519035 5.171681023 5.03813056 5.250192453 5.813528659 4.97344658 5.481702055 5.903354217 4.831995973 5.179395747 5.092413589 5.057872391 5.347553994 4.827109407 5.441594095 5.2545522 +LQ00X088650 Auxin response factor 8 5.694165076 5.648625041 5.489258194 5.307779357 5.33476581 5.547087074 5.078074405 5.346821166 6.073106167 5.65209527 5.927308332 5.359448787 5.568889453 5.568945253 5.333571633 5.401112967 5.508269503 5.75747932 6.449357234 5.711743629 5.232981403 5.637565068 5.367000362 5.44658703 5.508134781 5.650545557 5.798851711 5.339830701 5.633969219 5.420802558 5.674986639 5.40851851 +LQ00X088660 Putative Intracellular protease 1 5.665497421 5.880225295 5.70903523 6.432094246 5.542172354 6.168721217 6.250619887 5.580588309 5.908088894 6.006865957 5.961489144 6.029441739 5.500575204 6.012040122 7.277965464 6.100004811 5.670575036 5.880814538 5.939120687 6.024626022 5.523557665 5.966056826 5.764920062 5.958535836 5.855134047 5.666122508 6.29902601 5.733090867 4.952180018 5.715214291 5.83234749 5.730369556 +LQ00X088733 Putative Copia protein 4.69871608 4.699747248 5.011713802 4.739148538 4.815740055 4.629121965 4.74852442 4.754509981 4.608262427 5.279646846 4.799547977 4.746252703 5.009779331 4.899278752 4.681118471 4.709082185 5.284563653 4.980554058 5.138838346 5.187151141 5.263798135 5.100320535 5.189931344 4.882621675 4.97647661 4.97355222 5.331810708 4.957600193 5.067183486 5.030346838 5.041969681 4.836305595 +LQ00X088860 Hypothetical protein 5.201407827 5.545583369 6.392126094 6.412720367 6.614632788 7.504358776 7.062423839 7.59449056 5.349374864 5.493329933 5.673759995 5.605231039 5.468733428 6.204397495 6.64497044 6.423859514 7.181794212 5.900977776 5.350545176 6.172250987 6.665183305 6.534481835 6.574791817 6.60721217 5.801752222 5.680992342 5.215243904 6.592775018 6.154734836 7.040763085 6.431004895 6.364966097 +LQ00X088880 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 4.943151653 5.368499823 4.957677826 5.191610858 5.347037637 5.572145356 5.330224134 5.661239891 5.380744211 5.309644223 5.496329503 5.352382061 5.305129104 5.366811702 5.773416967 5.311218706 5.368634206 5.675685884 5.381086275 5.200435125 5.553043812 5.378103416 5.441649914 5.802662646 5.319249663 5.133979308 5.447261773 5.081894609 5.687561401 5.117651145 5.759114545 5.55037688 +LQ00X088900 Hypothetical protein 4.663866794 4.747407759 4.659697981 4.638229527 4.986913644 4.770779775 4.788279047 4.619951578 4.980513644 4.771043793 4.805361749 4.916409585 4.925241354 4.750942217 4.679059505 4.65544247 5.062561949 5.220043336 5.247749608 4.855754901 4.891740524 4.856731764 5.01782669 4.808238838 4.549089501 4.909170956 5.009727761 5.457301062 5.436996704 4.862834034 4.99283306 5.18932553 +LQ00X089020 Predicted protein 14.02939755 14.25194864 14.29366707 14.08062298 13.8898215 13.77232552 13.75840451 13.36096005 14.18911515 14.21701785 14.30816619 14.16687203 14.17752836 13.70272586 13.96808484 13.83565633 13.30337285 13.9486522 13.07919455 13.67027131 14.03831925 13.84121554 13.61287894 13.46982883 13.5793171 14.15347944 13.14988295 13.68265911 14.03208976 13.645296 13.65629374 13.32313972 +LQ00X089060 Predicted protein 4.900851297 4.692814764 5.21939671 4.88606581 5.051881548 4.759273307 4.875015636 4.713371149 5.107094873 4.787324652 4.961219179 5.139293858 4.98698003 4.688019193 4.81481553 4.712075105 5.032853197 4.879915553 4.765639916 4.807362261 5.572328754 4.939299059 4.791796981 5.040914917 5.060867083 5.008883027 5.106285579 4.975723304 5.090908738 5.332922905 4.713010809 5.055099112 +LQ00X089080 Putative uncharacterized protein 12.25192437 12.25131243 12.66780584 13.0795421 12.74790855 10.92688301 10.94414521 11.03978841 12.26395353 12.34212905 12.81949973 12.91864418 13.11124326 10.80729762 11.57671595 10.61366217 11.88000896 11.35254313 11.82827659 12.25180297 12.3354801 13.28862607 11.50197181 10.77369727 12.59521349 12.04495992 11.98093436 13.09477711 13.00584671 13.56992876 10.9217959 10.78661328 +LQ00X089100 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 10.38404428 9.635211894 11.14718051 10.55329351 10.42354709 10.85322945 10.64014946 10.29473753 10.30256678 9.994438339 11.04837276 10.63835667 10.68217338 10.80050381 10.46130743 10.46873882 8.861195944 9.201062624 8.836648293 10.32031345 10.75245405 8.811154083 10.95496826 10.39524665 8.826374447 9.167066719 9.264192143 9.693917319 10.27008747 8.743927346 11.00493961 10.37832423 +LQ00X089110 Hypothetical protein 4.902228256 4.648445212 5.203624761 5.285328921 5.23315953 5.102040218 5.126395681 5.065746905 5.009358428 4.58529137 4.88472061 5.053110465 5.044291502 4.948274518 5.159878316 4.941942307 4.988925227 4.897213988 4.698035468 5.004884454 4.61965929 4.96719405 5.514598347 4.87902042 4.828479884 5.225058801 4.715890707 4.648336058 4.734658583 4.930675207 5.271517496 4.530259283 +LQ00X089120 Uracil-DNA glycosylase 10.15510987 10.46562516 8.227553117 6.984963534 7.00742755 9.097608546 8.540326285 7.897422749 10.69926983 10.77290406 8.999929399 7.685007594 6.852058325 8.900326905 8.264006768 8.334855774 10.36013457 9.574450171 10.35825809 8.302074233 9.130924793 8.61923111 10.17365725 8.875411201 11.21642537 10.01102632 10.7349654 8.45935197 8.72312368 8.249143553 9.495280103 8.377773614 +LQ00X089130 Predicted protein 10.47473886 10.33346265 10.26155262 9.775641851 10.41600641 10.83596145 10.56459234 10.75339143 10.33814797 10.03492571 9.96596061 10.30870459 10.0574823 10.94421272 10.47914307 10.89468302 10.52334634 10.63130244 10.13874909 9.85561443 10.6328226 10.02592525 11.35311077 10.96957498 10.76837098 10.60452588 10.41446313 10.23799946 10.65606012 10.66648574 11.25656668 11.35409065 +LQ00X089160 Predicted protein 5.156006571 5.555501249 4.812821266 6.177499505 5.105358855 6.578638294 6.916004486 7.191561394 4.750916776 5.553984131 4.850395032 5.753606096 4.671097759 5.86875738 6.861287995 6.558265174 7.34182747 6.771310629 6.948542535 5.846620323 6.01755483 7.258640755 6.270070294 6.915370486 6.273596651 6.243332927 6.538035761 6.89304878 6.271299253 7.5741437 6.353699271 6.728993212 +LQ00X089170 Putative CRAL-TRIO domain-containing protein YKL091C 13.70324462 13.34332813 13.03159973 13.02708514 13.27063192 13.50179779 13.39462232 13.9323708 13.67754016 13.36997353 13.16995103 12.95084441 13.29850637 13.72698724 13.47298225 13.66421629 13.50582698 13.17268362 13.62521805 12.83623764 12.7665216 13.63060206 13.08369922 13.12485244 13.71542638 13.51312374 13.39458035 12.97229163 12.82871575 13.55828212 12.98092832 13.57070265 +LQ00X089250 Two-component sensor histidine kinase bacteria, putative 5.564194454 5.671519018 5.921803869 5.807134581 5.729402834 5.771709925 5.867795435 5.729184644 5.731234225 6.116044365 5.850678459 5.634988426 5.892350902 6.11298972 7.719747971 5.775030001 5.340247431 5.227131044 4.795667354 5.592779935 5.692658758 5.537776992 5.327716217 5.168777872 5.424849305 5.088747962 4.962894387 4.728108465 5.273545124 5.692216965 5.239628206 5.153509428 +LQ00X089280 PAF1 complex component 12.26752276 12.39445364 12.1044722 12.27902263 12.30901957 12.95566894 12.64559449 12.99408638 12.66859379 12.44549476 12.17722497 12.38395943 12.61912218 13.12875431 12.78001304 13.08772386 12.82476761 12.70602712 12.91878542 12.51264171 11.86237219 12.20143755 12.0586255 12.49932513 12.65739019 12.39328742 12.84047053 12.13998232 11.5839311 12.40450658 12.30513644 12.46584479 +LQ00X089300 Heat shock protein 101 12.0282436 9.967512393 10.78906182 11.38168316 8.96249241 12.6847193 11.73184317 9.565814775 10.04476664 9.28545516 9.866840719 10.47110534 8.616450068 10.95639381 10.41134728 8.764942313 10.86894235 11.35973208 8.612892224 9.877250265 10.58790534 8.320476134 11.05229618 8.083920545 9.540316479 9.40126804 8.227279983 8.782795897 9.44715908 7.635123362 9.934985542 7.15358395 +LQ00X089350 Putative Ethanolamine-phosphate cytidylyltransferase 5.260382176 5.550953859 5.480464826 5.548681526 5.444297973 5.44303556 5.341214007 5.695027584 5.665680333 5.534123287 5.678794 5.68543025 5.879260605 5.490885689 5.238718884 5.269872796 5.437903205 5.580230373 5.81246755 5.422222356 5.082137757 5.454323858 5.599702895 5.165493878 5.298347128 5.277001097 5.65684377 5.576880827 5.23516058 5.412686231 5.302293719 6.199265279 +LQ00X089360 Hypothetical protein 11.06605172 10.01479242 10.52909891 11.10472448 9.977883794 12.12164594 11.84690915 10.44079736 10.15053385 9.880834166 10.21218021 10.73451753 10.19806826 11.14728796 11.32564196 10.68986965 10.4772324 11.88816177 10.07905096 10.34339557 10.971734 9.740174333 11.44907275 10.49025735 9.894654608 10.07729105 10.49561737 9.424113676 10.04584819 9.790345172 10.74458092 10.45662249 +LQ00X089400 Isoamylase 1, chloroplastic 9.513949839 9.059734181 10.13532604 9.834434263 9.764552318 9.445667989 9.366638199 9.007114494 8.891129857 8.660352443 9.085776471 9.248789026 9.045466415 9.13594814 9.247618557 8.92685783 9.159724161 9.750209479 9.938235479 9.638690308 9.436543234 9.401067939 9.924120259 10.06409013 9.150011923 9.744231002 10.14132251 9.833337728 9.943216267 9.964007344 9.56002592 10.01981044 +LQ00X089630 ATPase 11, plasma membrane-type 12.28322768 12.00121415 12.86261977 11.86344891 12.77100285 10.94072545 10.75159894 10.66035072 12.38359219 11.63893759 12.71816213 11.84898029 12.58978593 11.03485788 10.77584237 10.97558664 11.93459746 11.69415438 12.12581036 12.06662234 11.8128864 12.71293459 10.22696616 10.75701436 12.35248359 12.15669081 12.26380038 12.2751377 12.83545253 11.92139889 10.53220244 10.81295304 +LQ00X089680 Putative Probable peptide transporter At1g52190 10.82658228 10.55682337 9.974293084 10.78773949 10.95656375 11.1324145 11.28134141 11.85245618 11.09149147 10.54597267 10.72864075 11.06464616 10.96644376 11.44765447 11.59106693 12.07728225 12.43945546 11.58095075 12.08045762 11.02830208 9.853063246 11.54988756 10.00730983 11.26715453 11.05638435 10.72293904 10.4805441 11.68758872 9.994482508 11.33495855 10.23523363 11.1980077 +LQ00X089741 Putative uncharacterized protein 5.003556952 4.969508434 5.035439559 5.000956822 5.05371393 5.072982582 5.560670286 5.236321167 4.816445125 5.038065168 5.296413676 5.381535651 4.884459012 5.357017048 4.86549854 5.001415653 5.155199112 4.545319696 5.264929303 5.222502642 4.677224937 4.884110482 4.984768337 5.467655252 5.065926402 4.677117796 5.381933119 5.110326893 4.916192731 5.018987699 5.184169158 5.176291171 +LQ00X089760 Hypothetical protein 5.138333414 4.970448031 4.926879574 4.915187947 4.908251889 4.837608353 4.575505882 4.900692601 4.921683605 4.688374706 4.700617136 4.646429685 4.48413008 4.716831076 4.731461588 4.946389809 4.947388431 4.880123831 5.485908014 4.68478099 4.889603333 4.742587017 4.666283681 4.909250011 4.963332188 5.323387957 5.455150734 5.110677368 5.043944112 4.954057222 5.036493753 5.159552283 +LQ00X089780 Tubby-like F-box protein 8 5.996930759 5.621858667 5.933015116 5.805268266 5.973333053 5.86118681 5.682988964 5.547830557 6.023547255 6.137232282 5.526974429 5.832578006 6.181858944 5.591807997 5.882593532 5.477319727 5.417625911 5.947845676 5.507005756 6.463944008 6.188291446 5.66717566 5.345222204 6.047861135 5.673746022 5.997941228 5.99097953 5.647589586 6.084343454 5.7731911 5.737457381 5.207892757 +LQ00X089790 tRNA-specific adenosine deaminase 2 11.87474727 12.05844709 11.69671481 11.92504509 11.57697926 11.60151208 11.84499369 11.51448832 12.23094226 12.60651675 12.01291505 11.85964357 11.90405485 11.74729016 11.90427366 11.50854411 11.84065209 11.8548468 11.7021358 11.13569969 11.55040135 11.66155882 11.15759865 11.60477797 12.10482134 12.1463008 11.69851508 11.21643667 11.59557901 11.68224445 11.31576811 11.43370819 +LQ00X089800 Putative uncharacterized protein 5.456662448 5.166811097 4.875997059 4.825707797 5.150956113 5.170241574 4.941208726 5.044590336 4.941355799 4.830237909 4.977364157 5.099791149 5.165058969 5.104676212 4.993517817 4.99187725 5.246814225 4.991571394 5.596099437 4.821489207 5.633646235 5.117186603 5.408468291 5.039315547 5.623229538 5.006667809 5.12395713 5.864815498 5.195758713 5.28986593 4.965974552 4.933900333 +LQ00X089810 Putative uncharacterized protein 6.033768798 5.256245654 5.438833704 6.101243036 5.737188125 6.043592205 6.243601559 6.090221368 5.687406372 6.389521223 5.740360058 6.22925741 5.58960118 6.29547522 6.424206788 6.577916332 5.464085931 5.691354813 5.594227159 5.340601438 5.574658257 5.487691655 5.439421998 5.398758484 6.000469454 5.386315751 5.270939819 5.142757992 5.158902791 5.558355335 4.902404728 5.278279284 +LQ00X089840 Predicted protein 5.624689404 5.735721702 5.318194318 5.852080858 5.733571343 5.345483498 5.499491724 5.999801505 5.684753286 5.775705087 5.925393545 5.703788484 5.916077394 5.56153142 6.065719349 5.499798333 5.837849287 5.824006447 5.440464769 6.037763322 5.884281612 5.930994635 5.950237091 5.718929729 5.749889536 5.673779359 5.731707525 5.47334967 6.036697373 5.926327019 5.362672807 5.315038877 +LQ00X089850 Putative uncharacterized protein 8.329797823 8.378612854 9.153995196 8.883339569 8.930398745 8.788660661 8.781189866 9.512763445 8.329001567 7.708536814 8.316665862 8.455612726 8.301642031 8.808426674 8.379822845 8.191792667 8.664708257 8.443572738 8.793020589 8.573286269 8.500016084 8.940032078 8.860008923 9.462137777 8.468621276 7.580161586 8.921471062 8.389965524 8.464816787 9.277746729 8.682562955 9.623315745 +LQ00X089911 Putative Integrase, catalytic region 5.081982598 4.8861248 4.749657865 4.590416863 4.894025247 4.719044477 4.368603459 4.436062794 4.576703057 4.763493981 4.672045527 4.564664857 4.758132857 4.557899632 4.457422259 4.217255094 4.649210061 5.211455212 4.926956618 5.583280007 5.459112587 4.785736068 5.417220698 5.117130821 4.532132896 5.170939279 5.612025089 4.849905608 5.094640832 4.818719761 4.918561608 4.796410935 +LQ00X089980 Putative uncharacterized protein 5.567425713 5.463862011 5.138182029 5.412737585 5.943751426 5.422630215 5.523877788 5.730463593 5.741642481 5.639571236 5.541084897 5.632526944 5.75259284 5.464987089 5.97103485 5.760836667 5.568078977 5.742371581 6.006316752 5.337351949 5.498445447 5.529502668 5.573965837 5.530226783 5.635358932 5.550774779 5.637372602 5.424669698 5.114348535 5.641614677 5.402896631 4.873786011 +LQ00X090030 Putative uncharacterized protein 5.139529287 5.678994907 5.590020807 5.134746318 5.301707653 5.358761401 5.157251232 5.699932371 5.204453646 5.000393007 5.237505999 5.067095135 4.86417167 6.089528067 5.353146875 5.692761496 5.594205265 5.048436798 5.003520589 4.945880226 4.761196155 5.173326748 5.026388012 6.755979504 5.387465523 5.023880397 5.067282693 5.06206989 5.176568427 5.832305762 5.569416119 5.667714513 +LQ00X090040 1,4-alpha-glucan-branching enzyme 2, chloroplastic/amyloplastic 13.15878223 12.31501255 13.6389331 13.86883516 13.43207102 14.8262379 14.92778331 14.33188318 13.09640088 12.16490812 13.71956799 14.25308874 13.80915462 14.76512053 14.78944986 15.27109016 11.55912898 11.63395818 10.43636683 12.70664918 12.49930472 11.6344563 13.87515401 14.22834976 11.53515048 11.48420707 8.83142874 12.82999754 12.68389069 13.17234091 14.1012292 13.76591628 +LQ00X090090 F18B13.2 protein 5.509364173 5.617896368 5.623254769 5.416478788 5.27225075 6.362559452 5.868492072 6.831090277 5.184481635 5.088661581 5.531123615 5.1824374 5.54637498 5.754921316 5.216112065 5.921306087 6.182892248 5.563687429 5.272349901 5.313398248 5.333310774 6.012043386 5.094062265 5.536415098 5.761845561 5.535789391 5.784425846 5.271190639 5.673865157 6.59842195 5.444420992 5.917545473 +LQ00X090130 ABC transporter G family member 39 8.205463832 8.05232266 7.988377399 8.587633494 8.967391121 12.88689101 12.61825654 12.1915797 8.165257246 7.663005332 8.445278766 9.225054406 8.418682289 13.03537217 12.11877335 12.03232034 8.333382026 7.813550958 7.705162978 9.027759848 7.635565234 8.730524262 12.75355275 12.20375903 8.343156417 8.094292031 7.92188984 8.708213068 8.237916546 9.804619499 12.38806982 12.12745748 +LQ00X090160 Serine/threonine protein kinase, putative 5.437845642 5.31862596 5.49868802 5.502208422 5.360912383 5.931132158 5.582302345 5.980775966 5.191275413 5.853092709 5.501690593 5.647121949 5.661173398 6.154177111 6.059639481 5.982099175 5.489773842 5.628762744 5.495450301 5.369704183 5.895122153 5.66924341 6.007304231 6.249907772 5.55811075 5.477068725 5.421397548 5.511111559 5.169364883 6.093815379 5.234028406 6.059668902 +LQ00X090180 Hypothetical protein 6.657959988 6.412421218 6.723636503 6.877147225 6.808763331 6.662145216 6.766538289 6.833812196 6.725383954 6.423363902 6.540709564 6.981281662 6.894323049 6.704878519 6.485942187 7.552795849 7.156295586 7.299098196 6.631148754 8.432648125 8.12607301 7.126015355 8.344145856 7.569364214 7.319638293 7.266231114 6.712751331 7.647887987 7.0475345 8.046981488 7.27631203 7.911385715 +LQ00X090190 Putative Dehydrogenase/reductase SDR family member 12 5.780183469 6.13911412 5.633443597 5.907787273 5.456112668 5.768087758 5.908954661 5.574163342 5.892343147 6.328411473 5.935916971 5.812681301 5.607931502 5.737124212 6.46504613 5.840023048 5.812945321 5.983931195 6.445966686 6.594785921 6.465181917 5.915080514 6.248173778 5.778822693 5.855048975 6.143658033 6.273977313 5.967090781 6.465029964 5.800036197 5.634778871 6.364062374 +LQ00X090200 Putative Choline kinase alpha 10.03990108 10.48415824 11.0017617 10.79783017 10.97878699 11.18419329 11.59514427 12.18372994 10.55553958 10.65944394 11.08995147 10.76826835 11.23024819 11.34142775 11.86158975 12.05966585 11.58905643 10.35708454 11.06980543 11.41425991 10.74956214 11.25788905 12.13315652 11.68915516 10.45332615 10.41957652 10.69557435 10.61115366 10.85315016 11.02019197 12.48377016 12.00674347 +LQ00X090630 Predicted protein 5.070044107 4.813216605 5.629270591 5.093011701 5.42736129 4.94849723 5.155896121 5.183125289 5.392273137 4.685107083 5.20869264 5.101275591 5.107490816 5.035122663 5.107394219 5.061505752 5.235536319 5.262120095 4.759530323 5.048888049 5.093475614 5.046853294 4.746998951 5.608098412 4.877696753 5.599973697 5.209018227 5.739177786 5.199495035 5.037318566 5.011720048 5.015548256 +LQ00X090770 Predicted protein 13.88121503 13.27336213 13.83664439 14.43791193 13.74965831 14.15548193 14.6023377 14.14463961 13.61484362 13.32204888 13.69479228 14.32164637 13.93320611 14.19530686 14.27633826 14.31578759 13.27491688 13.62916984 13.33612148 13.16806743 13.83168364 13.94389637 13.5777119 13.69797703 13.55164134 13.98399511 13.75447912 13.79342175 13.35982018 14.0396245 13.4922654 13.29298343 +LQ00X090810 Probable protein phosphatase 2C 52 11.80487277 12.1309944 11.93671558 10.81983631 11.90765584 10.06766699 10.2475849 10.39072955 11.76871824 12.16174614 11.9651286 10.76502083 11.592958 10.33019483 10.46097019 9.943171111 11.36529785 11.16639487 11.51138946 11.34550847 11.20536622 12.23152586 10.7838486 11.07902825 12.08476451 11.54827724 11.68860149 11.38106101 11.82042037 11.74513975 10.84691004 11.17745232 +LQ00X090820 Probable protein phosphatase 2C 52 12.8188873 12.85571707 12.27923889 13.00479866 12.58255695 12.09606503 12.23058336 12.46829087 13.10284415 13.12339818 12.35979229 12.90731898 12.68935783 12.18285111 12.25197764 12.40142929 12.87043403 12.84483333 13.33704238 11.90757718 12.02795624 13.15890996 11.14213609 11.34735993 13.31393854 13.10141866 13.25268159 12.26715269 12.09564162 12.35373552 11.03482728 11.10487723 +LQ00X090830 Putative Peroxisomal membrane protein 2 9.933520965 9.81881016 9.631608527 9.903985061 9.728523022 11.02913987 11.21975211 10.81348563 10.13317459 9.89552011 9.612623094 10.01625398 10.03662012 11.1745033 10.91035993 10.83539142 10.23348916 9.546218307 10.20980439 9.670266983 9.96465337 9.639741996 10.64640533 10.32019221 9.892155248 9.572391638 9.954556491 9.467987216 10.14111006 10.14752134 10.68805246 10.29907816 +LQ00X090860 Pentatricopeptide repeat-containing protein At1g03560, mitochondrial 10.09166262 10.48713067 10.06151335 11.12213804 9.78862855 11.45543045 11.78453204 11.18486989 10.36983813 10.48109112 10.11710815 11.31418566 10.12362298 11.33413355 11.53920693 11.36298416 10.57242972 11.10204974 10.92013688 9.773101476 10.34480678 10.65369623 10.35639411 10.62561435 10.48379188 11.22065475 11.07703515 10.25833411 9.989559652 10.89202324 10.23181896 10.1126811 +LQ00X090890 Probable indole-3-acetic acid-amido synthetase GH3.5 13.25768962 14.04412834 13.79079414 13.89075277 13.82439815 14.3973181 14.6131765 14.597152 14.28374169 13.75587146 14.33692452 14.01602233 14.2453641 14.77559038 14.86191833 14.51038465 13.24515032 13.53356926 13.82882406 13.63697757 13.59330963 13.37543594 14.3923043 14.7358763 14.0416056 14.35098836 13.8597488 13.81163585 14.01429667 13.86909111 14.60527539 14.63150225 +LQ00X090990 Secretory carrier-associated membrane protein 1 5.364749999 5.186582813 5.426304915 5.009416229 5.217863148 5.201945535 5.127345022 5.094479928 5.224264007 5.746777685 5.636202064 5.03701174 5.231187241 5.087080764 5.243209787 5.019937329 5.508312423 5.486687736 6.092792287 5.149043821 5.398825601 5.94738328 5.510002354 5.15913955 5.594365269 5.877751082 6.090457163 5.263668394 5.339282691 5.214142502 5.004985064 5.72944869 +LQ00X091180 S-formylglutathione hydrolase 14.77055858 14.81615569 14.80700013 14.31482871 14.40840772 14.09311547 14.20084184 13.8708813 14.73491773 14.68665031 14.90529173 14.17152117 14.48378193 14.18372757 14.15676579 13.95350128 14.92160591 14.83651387 14.45382155 14.5516165 14.57877034 14.50944727 14.56672266 14.60550411 14.56470395 14.66398701 14.25424518 14.28880965 14.50220964 14.35406743 14.58603993 14.51405622 +LQ00X091190 DNA helicase INO80 complex homolog 1 5.900658351 5.788840124 6.038882151 5.819643606 5.347019924 7.117728022 6.366166673 7.103740276 5.60051085 5.3334854 5.748274801 5.686960508 5.368518202 5.643797831 5.889217111 5.736938463 6.083229264 5.273822077 6.25665957 5.649577471 5.496498691 5.763342012 6.697020641 5.293952616 5.815356697 5.305924179 5.414592162 5.718654889 5.573831672 5.715521945 5.239718465 5.603256997 +LQ00X091420 Poly-A binding protein, putative 5.620915607 5.168263744 6.869711666 5.263747849 5.552967784 5.485661079 5.511905072 5.783798979 5.472665646 5.469368966 6.302136119 5.496492191 5.06114045 5.967148702 5.383296678 5.905075485 5.331742064 5.31362852 5.356897887 5.57409352 5.418468831 5.606699282 6.462717803 6.305311414 5.928423372 5.156116304 5.724308942 5.607681321 5.798392359 5.964130136 5.593935282 6.096268921 +LQ00X091440 Predicted protein 5.37931048 5.395848769 5.602331601 5.393966978 5.442388905 5.463778497 5.185648232 5.25383853 5.187076413 5.083246325 5.208762017 5.007278207 5.157738882 5.526613221 5.355577354 5.255698973 5.325982911 5.4988394 5.079597162 5.294993825 5.482484219 5.318855696 5.922633046 5.023289641 5.447932814 5.237756051 4.917494849 5.163978392 5.67830876 5.3419818 6.005187966 5.316076568 +LQ00X091570 Putative uncharacterized protein 5.449739043 5.424857903 5.237081328 5.357862167 5.226167169 5.344353388 5.098264894 5.107607204 5.595920172 5.578829673 5.371484199 5.037118126 5.282199897 5.29929155 6.275198535 5.138719388 4.949547708 5.077160128 5.636236036 4.985798909 5.380038513 5.010102896 5.141875177 5.204466685 5.256156544 5.219091317 4.986366864 5.541742331 5.688557061 5.214389065 5.437269618 4.914207059 +LQ00X091580 Dynein light chain LC6, flagellar outer arm 9.668076693 10.05118944 10.18869991 9.275736711 10.1713701 10.34295104 10.29255176 10.47745429 9.814923865 9.313165572 10.57205281 9.670236804 10.58934919 10.58533135 9.553516192 10.52845139 9.819769529 9.991297078 10.05901047 10.71906884 11.28597599 10.32659401 12.44940327 11.94376557 9.359331756 9.985552169 10.05063515 10.68324232 11.0923522 10.62337381 12.51934673 12.06352881 +LQ00X091830 Predicted protein 15.10944039 13.50810571 14.8099569 14.39816939 14.6704858 12.47339628 12.3684477 12.55231456 14.99157079 14.80572025 14.77886048 14.59489848 14.77337312 12.32001964 12.26239506 12.79847399 12.97799197 14.75809566 14.55853139 15.13363509 15.1265379 15.04190237 12.65243447 12.53439215 14.73803661 14.92360108 14.58323951 14.07783832 14.02356697 13.70784148 12.69879402 12.62723481 +LQ00X091920 Putative UPF0131 protein At3g02910 9.18976594 10.15012338 11.27573748 11.66197099 11.05311674 9.094383675 9.001749088 10.06305862 9.445820683 9.579474124 11.24469991 11.82767164 11.61655859 9.396653448 9.419293731 9.765222791 10.8651632 10.52743418 10.43645459 11.68036721 11.59482146 10.49604067 11.34769401 11.42693943 10.68438716 10.32424069 10.39376393 11.74361327 10.99618814 11.02568192 11.72346456 11.82168198 +LQ00X091930 Predicted protein 12.30990161 12.22283449 12.85721008 12.71781779 13.00467732 12.84834276 12.90097847 13.00593622 11.96678369 12.03156018 12.54888846 12.83318951 13.03130879 12.79179293 13.06983797 12.78178694 12.15442445 12.78616048 12.16691906 12.98809411 13.01559987 12.40625986 12.98674442 13.19687667 11.48224066 12.04168323 11.91456604 13.16813993 12.83385567 13.20264951 12.8999842 13.31990053 +LQ00X091940 Hypothetical protein 6.012486836 6.174452254 6.461053066 6.359484746 5.872607265 6.641493905 6.473716828 6.792613833 5.807812542 5.797420961 6.006154101 6.314000697 6.12429214 6.553341126 6.033362037 6.987509659 6.043073455 6.038341479 5.871183066 5.640250959 6.320390209 5.88046994 5.808363311 5.444672201 6.023523096 5.904865602 5.75037355 6.259349112 5.666007796 6.167620064 6.06940239 5.49743295 +LQ00X091950 Putative Uncharacterized protein At3g50808 10.85219604 11.06396858 11.2183168 10.91538526 12.04611096 11.40852097 11.6360595 13.0275763 10.73469159 10.64910663 10.82421341 10.62668118 11.01259091 11.50502655 11.98720114 12.0160389 12.183843 12.17837217 12.44997498 12.31748416 11.93577857 11.87160337 12.86083028 13.50378122 10.65038746 11.33349791 11.76392904 11.72774097 11.71189611 12.18774982 13.44692306 14.05907756 +LQ00X091960 Putative uncharacterized protein 7.413291649 8.509677157 6.273692102 6.84172123 6.659105396 6.503816178 5.686741262 6.302711469 7.470503042 8.693114199 7.284782276 6.96411577 7.116627209 6.409967247 5.632310934 6.127422839 7.51649221 5.362485988 6.054997622 6.21654637 5.803847616 6.408824611 5.90038117 5.255954484 8.041336164 6.528430783 6.062809554 6.056591753 6.850566378 6.388424527 6.318623358 5.838411384 +LQ00X091970 Putative uncharacterized protein 5.441811671 5.460198242 5.568389042 5.010654071 5.639201993 5.049895868 5.083952726 5.270612877 5.134124535 5.710292764 5.704501515 5.130115242 5.39628618 5.130514115 5.370332491 5.149665177 5.534147729 5.308595557 5.56492548 5.228896947 5.007369049 5.219762935 5.111560322 5.083885056 5.435243327 5.484481158 5.665108743 5.447576509 4.937448566 5.076471673 5.733104242 5.281863746 +LQ00X091990 Putative 33 kDa ribonucleoprotein, chloroplastic 5.2879597 5.318321176 4.757984703 5.915480199 5.235879105 5.395933264 6.11817064 5.460503774 5.307479916 5.22636444 4.953014078 5.486243899 4.890449251 5.558479609 5.349272536 5.519069816 5.344307061 5.82845248 5.146351609 4.791691136 4.901897229 4.986407118 4.814949725 4.92574791 5.229913183 5.412330467 5.192381062 5.197410426 5.00720318 5.283530761 5.454375687 4.706521332 +LQ00X092000 Putative RING-H2 finger protein ATL3A 9.144883811 9.22574186 8.308207774 7.81212034 8.790162858 7.641283817 7.214764662 7.784836041 9.385955847 9.105586237 9.086477115 8.010157435 8.42941146 7.796537411 7.361090839 7.943547384 8.826500534 9.159520045 9.62820816 9.008828448 9.230534713 9.585145989 8.529472474 8.96494982 9.51316194 9.622398725 9.871524712 9.087945768 9.366097104 8.642645452 7.500211552 9.249801111 +LQ00X092010 Transcription factor bHLH71 12.21360769 12.02299092 12.48870534 12.9692925 12.52100722 6.348250067 5.595568915 6.21607284 12.25960661 12.15776728 12.49257795 12.91073304 12.71602398 5.353980493 8.637688473 6.391287147 9.854537782 11.38965953 9.709548036 11.58357385 11.63630817 12.5363518 5.558604262 5.288817752 11.36804983 12.16850654 9.497004047 12.56195952 11.68649054 10.97644855 5.215530738 5.418458999 +LQ00X092060 Putative Dihydroflavonol-4-reductase 12.24949111 11.7165165 10.00061187 9.216845546 9.228343314 8.194000995 7.373092143 7.794209685 11.81505512 11.84465432 9.98572054 9.262460157 10.08828402 8.308434979 7.691994565 7.914085609 12.21538392 10.90235197 12.11930795 9.833498903 9.615341116 10.16497619 6.59692672 7.628137242 13.20075041 11.56526713 11.11897743 9.338502672 9.693151925 8.160312055 6.16457492 6.549241033 +LQ00X092080 Putative uncharacterized protein 7.902731034 8.509645618 10.54123252 10.32450544 9.424910189 11.94229759 12.07149157 11.43750952 7.323158979 6.698287994 9.527180063 9.864139338 9.473218267 11.63525474 11.78639301 11.09815399 9.367138704 9.731150085 7.851026921 10.5311893 10.67125086 9.130182142 12.19122258 11.31597764 7.852317328 8.006818419 6.629944546 10.95481645 9.928193622 9.440805252 11.80267819 10.94964292 +LQ00X092120 Putative Dof zinc finger protein DOF4.6 5.56436754 5.266309846 5.41596425 5.494337282 5.698413068 5.060602821 5.231590178 5.338148464 5.292776897 5.883897468 5.768585643 5.307133422 5.383477209 4.85937056 5.524708518 5.000379754 5.523160293 5.077024059 5.73830152 5.728883051 5.811080507 5.751860886 6.145334524 5.430955776 5.330233679 5.169477521 5.239236622 5.137795954 5.144723498 5.361997654 6.493286633 4.698063379 +LQ00X092140 Predicted protein 12.15651508 11.99596164 12.56045412 11.54522694 12.19657516 12.53686904 12.29125285 12.20020842 12.30725677 11.92306904 12.51172108 11.57531443 12.29118996 12.42461796 12.27430889 12.01082312 11.54315637 11.3081543 11.03647025 12.65615243 12.59426509 11.41837242 12.9772065 12.73902876 11.44354556 11.35853499 11.28629996 12.45481587 12.93651301 11.8408199 13.25634664 12.87840077 +LQ00X092160 Putative Uncharacterized basic helix-loop-helix protein At1g64625 8.095979971 8.96719132 6.695384787 6.506845112 6.79151342 5.865115066 5.069983439 6.000107408 8.168741553 8.232607599 7.675968997 6.490654407 7.228185315 6.011028492 5.280289293 6.098918136 8.392466495 8.159230698 6.071011708 7.187764844 6.513054485 8.155143819 6.452367468 6.354972607 8.443894603 8.175863204 6.459543328 7.854013936 7.007270299 7.376944272 5.616912174 6.267639113 +LQ00X092180 Putative Zinc finger HIT domain-containing protein 2 9.209930454 9.506954032 8.503425744 8.636830725 8.0833762 9.827807695 9.722193186 9.174241786 9.322861509 9.685983017 8.988548236 8.791062991 8.563953111 9.733007157 9.607213406 9.12455573 9.068724616 8.620673188 9.0062717 8.725242464 8.80871085 8.978403747 9.594427508 9.661886651 9.039751174 9.095224697 9.363910778 8.351694988 9.104450837 8.880456625 9.853821484 9.527573599 +LQ00X092190 Putative FAS-associated factor 2-B 12.22659556 12.21949655 11.61253617 11.95035717 11.6902396 11.96032038 12.31112443 12.21440414 12.04567908 12.27169541 11.60568842 12.04719141 11.77819481 11.96336935 12.35418526 12.00823528 12.21393336 12.53876392 12.85658918 11.94427649 11.68501617 11.95868603 11.93005218 11.95869871 12.42766988 12.41288098 12.97533919 11.58544566 11.38352898 11.74070271 11.69465356 12.10316578 +LQ00X092220 Probable serine/threonine-protein kinase WNK4 5.945789132 5.812432753 5.785874849 6.192976398 6.399247134 5.702038008 6.255473016 5.958919963 6.324225668 6.297690087 6.175955864 6.195141546 5.993689255 5.864972707 7.128180295 6.026331557 6.014383876 6.590585666 6.079175751 6.298303863 5.471276906 6.063962119 5.517447869 5.995300382 5.923190385 6.636063816 6.00232905 5.935177192 5.752296668 5.581467657 5.977784466 5.903531553 +LQ00X092230 Protein yippee-like At4g27745 12.82010276 12.42922682 12.31489464 12.35703098 12.21547127 12.00201327 12.16727764 12.0363832 12.81371087 12.66317709 12.2459139 12.51606714 12.3037451 12.11706846 12.21113319 12.30397932 12.77351697 12.99059881 12.58233958 12.45200765 12.55604153 12.3574751 11.76598486 11.4855802 12.58394198 12.52569008 12.39131663 11.95910061 12.0043082 12.17473772 11.52654302 11.46553849 +LQ00X092250 N6-adenosine-methyltransferase MT-A70-like 5.753687201 5.246481161 5.666653387 5.373851043 5.156598057 5.319899444 5.823961564 5.265371979 5.708503074 5.465752786 5.468823615 5.544964623 5.463788133 5.586294777 5.701654868 5.291893357 5.461317572 5.50204975 5.566669483 5.673447844 5.97980296 5.533906133 7.214879573 5.321014435 5.735370178 5.717879643 5.915040422 5.219804311 5.484216536 5.736582553 6.600098489 5.257336033 +LQ00X092290 Putative 2-keto-3-deoxy-L-rhamnonate aldolase 5.828219291 5.866131124 5.971455799 6.361235707 6.357450036 5.841428995 6.444582812 6.172583385 5.824548844 6.305638194 5.825017033 6.428455339 6.167592594 5.883954107 6.148642066 6.075200557 5.952516239 5.630660088 5.72397167 6.262959867 6.42668186 6.241628901 6.024553549 5.942122079 5.613409024 6.018419074 6.160502252 6.056342381 6.238291274 6.393561544 5.868932258 6.558529794 +LQ00X092300 Putative UPF0160 protein 6.274888542 6.245518064 5.74132065 6.099389593 5.724059056 5.568298138 6.356346966 5.736406563 6.164246478 6.510253697 5.980496824 6.100775935 6.130248295 5.844490018 6.052907602 5.730844372 5.942329586 6.086861445 6.080085027 5.766657179 6.183854697 5.958945474 5.821340476 5.431554771 6.410975929 6.175917453 6.911126646 5.265419654 6.7277174 6.141493525 6.097850632 5.923039646 +LQ00X092350 Putative uncharacterized protein 6.352924282 6.365678898 6.488750125 6.835044204 6.51464676 6.370762566 6.499907516 6.69344273 6.276124895 5.906620913 6.480157283 6.76537384 6.665051178 6.484110015 6.283147394 7.236394918 6.078490902 6.547554575 6.510859726 5.905870035 7.100855953 6.503671446 6.510022847 6.673235372 6.057134467 6.343709912 6.922058016 6.101035471 6.751170878 6.390456273 6.04728658 6.100388596 +LQ00X092360 Putative uncharacterized protein 14.19480215 14.76924819 14.77068812 14.17469981 14.83181389 13.83927953 14.09635221 14.03242362 13.87858516 14.15090864 14.49091991 14.2239482 14.5714534 13.71724516 14.37101992 13.90313291 13.72379233 14.03885603 14.01450266 14.51061527 14.41467196 14.75667857 14.06574992 14.35640394 14.2041481 14.06411445 14.23367947 14.7535021 14.80829159 14.37847578 13.79560808 14.43595259 +LQ00X092370 Pyruvate kinase isozyme A, chloroplastic 4.9250146 5.497165498 5.093610672 5.079877272 5.203018977 5.667265 5.305385569 5.704073708 5.597352648 5.380679183 4.907979447 5.58998232 5.179959358 4.981705339 5.543857459 5.274600941 5.357127691 4.759269548 5.418278981 4.404984778 5.74652669 5.138999288 6.043384468 5.579158849 5.123489863 5.557759946 5.494129517 5.316338931 6.314946923 5.069145268 4.770130694 5.422787255 +LQ00X092380 ADP-ribosylation factor-like protein 5 13.54842423 13.63555653 13.31793237 13.45162763 13.85902291 13.04499285 12.93305175 13.50008876 13.78065086 13.73164657 13.46423877 13.60509546 13.85280253 13.25753285 13.21823393 13.56664641 14.11789942 14.01317712 14.28444013 13.65207144 13.25931374 13.97325912 12.96735172 13.41554038 13.84559675 13.77370772 14.06233461 13.62640087 13.39581731 13.84652727 12.96299061 13.66007374 +LQ00X092420 37 kDa inner envelope membrane protein, chloroplastic 5.533690033 5.681101108 5.765719223 5.995990518 5.169463323 6.065901742 5.604287787 6.03798255 5.784145542 5.854932914 5.581932565 5.8823208 6.047240545 5.726912422 7.128575084 6.191714849 5.312264899 5.718697469 5.654496062 5.55987204 5.842641947 5.792703055 5.346020137 5.675853815 5.725694203 5.908583105 5.817870405 5.451557765 5.814655156 5.776573964 5.203028813 5.358189563 +LQ00X092470 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 10.44686121 11.06826222 9.784387162 9.169836717 9.54621357 11.31404085 11.02486749 11.2458824 10.59129067 11.11958298 10.22488894 9.434787398 9.674426978 11.34129941 10.97927806 11.26688837 11.23620688 10.33209121 10.39977861 10.53947277 9.956206134 9.876068741 11.07136025 11.51779422 10.6017862 10.59356132 10.69090876 9.786516015 10.51987228 10.2966909 11.09755174 11.9841942 +LQ00X092510 Putative Sulfotransferase 17 6.008105828 6.159279337 5.911404844 6.341453314 6.704007396 6.332363567 5.844718802 5.844566916 6.538079592 6.065533234 6.823247012 6.505367952 6.869503271 6.009073875 6.147801911 5.613736647 6.757945882 6.134669174 5.38036892 6.474861829 5.273333263 6.462292861 6.475935412 6.130331596 6.604777819 6.313835865 5.610445807 6.981204072 6.283703526 6.78223304 6.36510257 6.169666686 +LQ00X092540 Hypothetical protein 5.432315445 5.98757654 4.983033495 5.650533908 5.504277169 5.279346995 5.784064771 5.454840828 5.626272482 6.090968117 5.133313344 5.410649229 5.779751519 4.866367151 5.492938921 5.529696361 5.256293058 5.746985954 5.988843283 5.924055276 6.12488418 5.562199465 5.168072378 5.504634826 5.56730388 6.179631864 6.353047105 6.347300498 5.357829102 6.225735598 5.550228553 5.244589601 +LQ00X092550 Protein PINHEAD 8.268773758 9.026964373 6.705499594 7.302732706 7.361717055 8.040776884 7.405243331 7.54361374 8.100038239 8.25125061 7.074403106 6.874745879 6.712928169 8.031617671 6.25846043 7.143829307 10.1080034 9.26899588 9.26440292 8.285359245 7.526462946 8.114287885 6.711664164 8.175803402 9.434487937 9.051378712 9.636814604 7.488020248 7.819437245 8.157200235 7.163005783 7.610785397 +LQ00X093730 Putative uncharacterized protein 4.985176543 5.07565855 4.770667711 5.01671942 5.292032361 5.229532112 5.170338801 5.533025144 4.952185324 4.766543891 5.122277507 4.935087703 5.080352227 5.230511642 5.252477886 5.30477428 5.000387748 5.006083456 5.236979433 5.199574288 5.155090846 5.210763758 5.413324567 5.431901352 5.48945956 4.911224587 4.920989048 4.860249626 4.839597411 5.174879869 5.384788329 5.264476954 +LQ01X000040 Uncharacterized protein At5g10860, mitochondrial 14.22513825 14.72691529 14.15314886 14.62286699 14.41104368 14.86087231 14.87801412 14.51102011 14.2899782 14.3404922 14.33804088 14.62686406 14.23567264 14.78329901 14.71956698 14.88772898 14.88057783 14.44057854 14.43593914 13.9966555 13.95924372 14.43642147 14.20135742 14.28625225 14.52063424 13.99779822 14.33070264 14.12683091 13.41737118 14.74694826 14.310955 14.22986549 +LQ01X000060 Kinesin-like calmodulin binding protein 5.314981445 5.955898035 5.801222424 5.305497545 5.635711041 5.140367472 5.260131463 5.163551421 5.766569528 5.554906745 5.717699762 5.486008576 6.105681687 5.038142425 4.8604719 5.007647825 6.292016484 6.634243677 7.16214791 6.808883601 6.11664585 6.249479676 5.206270047 6.137235066 6.292753084 7.138205893 6.034772434 7.448763676 5.789781662 5.987221504 5.217463037 5.728723485 +LQ01X000070 Hypothetical protein 5.547242922 5.537111422 5.729826891 5.414804864 6.4464464 5.232850034 5.191010089 5.206418084 5.35203671 5.585398391 5.927895416 5.452144302 5.191639707 5.511329609 5.084980381 4.928890065 5.837584404 5.861562121 5.84819643 5.396528639 5.412341868 5.502207341 5.746310379 6.389819938 5.829188136 5.690041481 5.370486075 6.254522653 5.356043539 5.551510449 5.621506039 6.153732358 +LQ01X000080 Putative AP-3 complex subunit sigma-2 12.00320935 12.31861177 12.13138555 11.95651846 12.21914212 12.37816645 12.20960398 12.52958503 12.50119936 12.8585629 12.41670725 12.08521602 12.38952096 12.56125845 12.35750929 12.53205025 12.48300243 12.09682186 12.4587619 12.00173696 12.18971482 11.92842982 11.95418159 11.47454532 12.39425818 12.11890429 12.36002905 11.88036567 11.8773062 11.97651641 12.17906233 11.36528366 +LQ01X000140 Putative Diacylglycerol O-acyltransferase 1 5.58167062 5.803463239 5.887331681 5.625386068 5.538798367 5.867271872 5.670755052 5.703423497 5.589015469 5.126592106 5.980919301 5.659631685 5.828429697 5.645019767 6.224771139 5.527616955 5.642323483 5.81951746 5.344785601 5.35305966 5.35208989 5.436045109 5.465518608 5.930036195 5.413415498 5.708937476 5.501309074 5.422584041 5.389182925 5.542788417 5.252728123 5.471823111 +LQ01X000150 Auxin:hydrogen symporter, putative 10.43987829 10.0774977 10.29125247 9.49411197 9.413594969 8.191780008 7.773776922 7.607689047 10.21188191 9.539430826 10.35437989 9.625831309 10.34359668 8.395972399 8.317124988 8.443865896 10.08497553 9.46595355 10.18282141 9.997103214 9.878638401 9.785128854 8.519049763 9.316700924 10.4305052 9.451010361 10.01702331 10.12100907 10.86119571 10.18736461 8.824652101 8.984715209 +LQ01X000160 Transcription factor, putative 12.59591486 13.0774852 12.48120655 11.78860755 12.30664456 11.89861175 11.77100132 11.77084404 12.70614151 12.97295518 12.64126088 11.78230505 12.4431312 12.12271733 11.84257376 12.00101965 12.92676874 12.84004925 13.27408779 12.77166637 12.5407177 12.47591293 12.82038357 12.68501345 13.16628729 12.78708887 13.36710591 12.4876949 12.77121794 12.2505981 12.86233939 13.05778645 +LQ01X000170 Serine/threonine-protein phosphatase 7 10.19559676 10.92912648 10.42690423 10.17146265 10.803554 10.77776934 10.61363991 10.9854983 10.67609445 10.7078133 10.67667483 10.52009309 10.9639116 10.8920076 10.16825218 10.88764319 10.60180721 10.15941828 10.95472004 11.16358616 10.730205 10.83139323 11.26473431 11.15606302 10.84409077 10.40906573 11.2089748 11.07556608 10.92912466 10.98550987 11.5488724 11.24348743 +LQ01X000200 3-hydroxy-3-methylglutaryl-coenzyme A reductase 8.290900777 8.53963635 6.615042687 6.520235543 6.919406126 5.623428385 5.452872934 5.666005942 7.728423106 8.521968906 6.326194373 6.788080138 7.193020074 5.906936129 5.490420555 5.525471722 7.606354173 7.735491909 8.520561773 6.892313488 7.320930652 7.094975173 5.970168476 5.872367013 7.943974638 8.213842551 8.868159466 6.477235034 7.013387998 6.753599681 6.145351312 5.928100071 +LQ01X000230 Transcription initiation factor ia, putative 11.77066424 11.44581465 11.54400041 12.03210186 11.60715889 12.60991501 12.54446222 12.62052243 11.69401803 11.41652516 11.5043385 12.09560469 11.52724264 12.45724138 12.55892337 12.10854604 12.11676009 11.32200798 11.17652719 11.27754628 11.47873895 11.48131985 11.92645014 11.78384308 11.85751397 11.40261737 11.56519513 11.38489248 11.8655607 11.92824774 11.95868886 11.70888073 +LQ01X000250 Eukaryotic translation initiation factor 6 13.48678801 13.61061186 13.35848483 13.65306501 13.38853586 13.80032809 14.20031158 13.89235721 13.46952964 13.62356366 13.36223141 13.56230678 13.30990603 14.2904825 14.18508323 14.16558726 13.89409036 13.45537647 13.34823209 13.46642724 12.94652802 13.23299212 13.47434114 13.78208115 13.50683169 13.12374559 13.01938961 13.40024516 12.77011418 13.83058933 13.39017746 13.69389512 +LQ01X000260 Putative Phosphate carrier protein, mitochondrial 11.26967433 11.62190915 10.8800722 10.56560698 11.10295046 9.315778353 9.532255853 8.783945131 11.80516052 12.14076632 11.52750165 10.95073767 11.17585726 9.697911718 10.08882262 10.0142579 9.90684063 10.4975328 10.83783007 10.69354603 10.82723022 11.15229905 9.546471868 9.738639905 11.97080929 11.62116183 11.8198866 10.77045015 11.23461074 10.63661248 10.11724861 9.721830362 +LQ01X000310 Auxin:hydrogen symporter, putative 4.950006935 5.169504809 4.969737894 5.264074371 4.809275042 5.343513183 5.721559099 5.366007875 4.835985974 5.509246851 5.11264861 5.329286199 5.067154147 5.383550542 5.481221138 5.38515651 4.942059038 5.136904433 5.456309241 5.155073125 4.944955319 5.296161288 5.478441347 5.052981334 5.133723802 5.023943117 5.821303248 5.573025007 5.220683946 5.406976044 4.588723909 5.25236454 +LQ01X000350 Glutamate receptor 3.6 9.999961864 9.826608492 10.97063291 10.96454183 11.51777441 12.19572788 11.98658545 12.58622168 10.44107738 9.33576377 11.01877543 10.96852208 11.18899728 12.25520812 12.01456478 12.44567598 10.43589741 10.38949241 10.40974734 11.12639842 11.1811209 11.20282287 12.45213337 12.9574393 10.24694565 10.74344438 10.64814189 11.76141744 11.78518254 12.43276223 12.55782009 12.99150379 +LQ01X000360 Glutamate receptor 3.6 4.927192172 4.897600092 5.527378859 5.095663459 5.255410338 5.386562408 5.516049795 5.148725028 5.084235569 5.081409398 5.457497566 5.222194024 5.085491726 5.03056196 5.404834088 5.129838151 5.453506825 4.874495301 5.150485085 5.039229212 5.421628458 4.878316171 5.220599597 5.856697785 4.810196484 4.765647449 4.946183158 4.806772165 5.037271852 4.926498641 5.194074372 5.236014299 +LQ01X000410 Predicted protein 13.38894883 12.94046474 13.74866543 13.20492806 13.60853613 12.97921053 12.8218388 12.98044728 13.23729705 12.79142265 13.72496749 13.29100607 13.70643256 12.92953362 12.85444016 12.96618912 13.37345822 13.72825247 12.82511307 13.79931332 14.16829922 13.25227243 13.36081125 13.16122768 13.02332778 13.40821549 12.67667374 13.70308475 13.99450627 13.20700929 13.37720036 13.18723728 +LQ01X000420 Predicted protein 10.64248282 10.68693039 11.40280721 10.59303435 11.60447097 11.05206678 11.0450768 11.30004573 10.8100798 10.60569569 11.29000849 10.80657812 11.56714149 11.19280544 10.74432021 10.9711798 10.59323691 10.72325718 10.84672144 11.47352039 11.06625172 10.97590353 11.57237136 12.10886791 10.74485717 10.84063134 10.58044168 11.64127033 11.8613089 11.68219799 11.72198901 12.31167211 +LQ01X000430 Putative uncharacterized protein 5.436383734 5.826947177 4.987532627 5.380664299 5.134153402 5.365433345 4.917006524 5.153911463 5.324069826 5.567812164 5.267699653 5.227422903 5.4077172 5.122263362 5.533865669 5.161330498 5.702819301 5.769536436 6.155974077 5.533700005 5.136495278 5.144085807 5.086424081 5.175517087 5.406350354 5.664532271 6.015267061 5.635859546 6.271258516 5.431671751 5.067988313 5.584797104 +LQ01X000440 Putative uncharacterized protein 10.21798374 10.46881203 10.58228731 10.55913807 10.3554006 11.54303066 10.85755908 11.00079717 10.74135136 10.72066688 10.88896533 10.42454064 10.62364929 11.57141555 10.67733769 11.4091748 9.816227421 10.3102886 9.927827728 10.54352227 10.82101307 9.629809727 10.1468695 10.41951356 10.36693732 10.32013499 9.655635895 10.29029603 10.40921188 9.385435122 10.52564905 10.21449625 +LQ01X000450 Predicted protein 11.4795939 11.88141224 11.68043006 11.81562586 12.00044199 12.34372723 12.36784484 12.30254623 11.98930759 11.78434769 12.04801486 11.85171789 12.15582643 12.39032058 12.1818748 12.60579986 11.81287682 11.73892649 11.47038483 12.01515319 11.37610774 11.30370618 11.63994644 11.48508543 11.67779047 11.51151527 11.15393448 11.43373423 11.19345587 11.39370671 12.27689475 11.44462149 +LQ01X000460 WUSCHEL-related homeobox 13 10.86406044 10.99420711 11.44594937 12.48509178 11.54637492 11.78306292 11.83532417 11.75517918 11.13831371 10.87197012 11.77691054 12.36023516 11.31059087 11.67453681 11.97203563 11.86963722 11.34510591 11.05892631 10.07358315 10.91759966 10.01941757 11.48755826 9.856598646 10.31395723 10.58834263 11.12194361 9.311892472 10.77630503 10.62789807 11.41835628 9.761274956 10.48266291 +LQ01X000470 Predicted protein 8.491480922 8.457452561 8.471380625 8.51925175 9.260607181 8.713793088 8.387863254 8.464775475 8.083198025 7.563560185 7.472605423 8.607238833 9.262751289 8.076853421 7.967892242 8.251087988 8.67727421 8.673461055 8.172599347 8.439602657 8.837920575 8.983910476 7.825491231 8.273313545 8.52816995 8.649699887 6.717786956 8.334440085 9.033416355 9.192689732 8.499737408 8.393999157 +LQ01X000500 HMG1/2-like protein 5.249437641 5.747165879 6.04634791 5.419994644 5.85502829 5.276497324 5.216256842 5.426576562 5.697782472 5.946932585 5.952714186 5.812278836 5.98020029 5.349696162 6.182802546 5.791625996 5.702907625 5.56152169 4.875537145 5.936047876 5.18692577 6.107187562 5.424467325 6.293839125 5.83033888 5.625270764 5.250611241 5.340650987 5.171888629 5.606245224 6.074703619 6.714043081 +LQ01X000540 Probable serine/threonine-protein kinase Cx32, chloroplastic 9.376610723 8.65499849 8.284670621 9.078279102 7.936502437 10.04295121 9.555980031 8.785359697 9.347011902 7.604775921 8.793970559 9.013250858 8.886700038 9.994533146 9.251273379 9.26915439 10.36022765 10.70452377 10.10574733 9.469056019 10.05759007 8.724205209 10.31872102 9.075055271 9.60142787 9.993672066 9.640853566 9.270767037 9.598804461 8.98430461 10.02858712 8.702005232 +LQ01X000550 Putative Phosphatidylinositide phosphatase SAC1 5.827324317 4.776300511 5.877048806 5.330683626 5.65553198 5.643774594 5.340801697 5.811159978 5.53853287 5.418228701 5.637757844 5.107826703 5.719677164 5.608582475 5.301241244 5.090936869 5.382549285 5.604574051 5.375185504 5.371393396 5.648784233 5.557042426 5.619657887 5.495046493 5.693111147 5.223581286 5.112788545 5.993889847 5.349306838 5.25640153 5.309267864 5.263935313 +LQ01X000560 Catalase isozyme 2 9.863071894 10.03341826 11.44705498 12.41137823 11.47563311 13.64462404 13.9746845 14.69105841 9.687426642 9.005742198 10.58022527 12.21405311 11.30892523 13.78741438 13.5407431 13.63832015 9.988940797 10.97997061 9.579682799 10.90074046 10.82410002 11.3203573 12.53855788 13.69250674 9.212843555 10.2399779 10.34808778 11.67479414 11.16470473 12.89474543 12.49968533 12.9494922 +LQ01X000580 Putative Ubiquilin-1 10.10797285 10.24178766 10.08613401 9.824695584 10.29498104 9.63051563 9.414244276 9.818617206 9.865607205 9.698307115 9.930041279 9.628353166 10.06527838 9.706264732 9.376489523 9.565691933 9.913098562 9.63464801 10.55861361 10.40415198 10.0405108 9.978686345 10.18542592 10.39409629 10.14399035 9.455806036 10.81135075 10.31376168 10.63694941 10.3015744 10.48397347 10.51833305 +LQ01X000590 Poly(A) polymerase, putative 5.288790814 4.877532589 5.468167357 5.070600017 5.542427106 5.545085693 5.08203549 5.33303123 5.202938669 4.951746493 5.77487948 5.178402067 5.403652607 4.99864573 5.192733324 5.303334653 5.241907284 5.216591143 4.756821372 5.530123094 5.632608865 5.554275005 5.149046108 5.507112278 5.23554656 5.074617546 5.312518015 5.077751493 5.588496389 5.532118039 5.576628801 6.29007192 +LQ01X000600 G2/mitotic-specific cyclin-1 11.99651866 13.25258293 9.949604626 7.198255707 7.356096172 5.771706696 6.100634723 5.776353951 12.29902312 13.57866115 11.74914065 8.099994515 8.299053358 5.623758752 5.86953908 5.773102798 11.67794047 11.42553618 12.95570425 10.74738938 10.55279914 11.08642454 5.329888514 5.954381901 11.83050292 12.735151 13.20699594 7.675756552 10.38464798 7.448278744 6.027857069 6.086216927 +LQ01X000620 Protein GRIP 7.849589835 7.750819401 7.024590891 8.225173919 7.6071115 7.550286508 7.610926732 7.976316943 7.705066024 6.930724999 6.708161542 7.628642702 6.98443977 7.049248732 8.15174099 7.282201329 7.581033657 7.402828385 6.276610125 6.252803658 6.252018034 8.228632056 7.108710149 7.611486792 7.346338313 7.779809715 6.740148409 6.702913287 7.35710676 8.531150206 6.373299761 7.098549042 +LQ01X000640 Isocitrate dehydrogenase [NAD] regulatory subunit 1, mitochondrial 11.91888111 12.42858243 11.67562346 10.76002488 11.64079848 10.56220592 10.36745135 10.64207617 11.81311534 12.35130914 11.67499208 10.79942022 11.71819934 10.62441513 10.58252199 10.69145569 11.87603631 11.63410784 12.53921418 12.32116523 11.89109715 11.92394441 10.9091753 11.65428906 12.21796053 11.78879983 12.69744238 11.64776435 12.23899712 11.41765799 11.09787726 11.86929502 +LQ01X000680 Putative Adipocyte plasma membrane-associated protein 9.498118328 12.26088399 10.77182665 11.1401229 12.81115977 12.62313835 12.69690131 13.8602455 10.48706395 11.52385731 10.67790126 11.04153366 11.84170016 12.63950399 12.45014902 13.19325296 12.4645905 12.71546054 13.19640142 12.64633403 12.20870219 12.22842116 13.11556615 13.1309379 10.71077063 10.20560721 12.15449673 11.73410803 11.23893795 12.26804401 12.82804434 13.13769744 +LQ01X000770 Endochitinase 7.881321759 10.08468503 7.194853368 7.085099302 11.26236856 5.781670505 5.6680101 8.500266854 9.031781267 10.14658622 8.310321463 7.628602384 9.144777542 6.296222414 5.651898198 8.313383127 12.22016187 10.23072894 12.19688427 11.50648615 8.738208317 9.888620376 6.075768317 7.482733871 9.788205492 6.776398424 10.28661338 8.321297182 6.656738321 9.266189018 8.154830461 7.553531181 +LQ01X000800 Chitinase 1 5.086362959 5.332825753 5.049887497 5.424867775 5.480651685 4.766243742 5.317562046 5.148020123 5.185759463 5.156168535 4.914640795 5.322024162 5.28639987 5.136811874 5.529194535 5.52995494 7.344155043 5.989717031 5.492466444 8.173595534 5.567892235 5.440569725 5.857390343 5.121480296 5.242327358 5.208570951 5.416996169 6.664294533 5.68875305 5.046485072 5.682194494 5.593724823 +LQ01X000900 Predicted protein 10.11383986 10.8011286 7.532056764 7.503627525 6.779030133 6.865992147 5.781325873 5.740922376 10.29038444 10.79234496 8.952772945 7.678288023 7.180143366 6.48746971 5.853213396 5.826453773 9.401648217 8.847980138 10.8962018 7.764888529 8.289700661 8.593855682 5.710097634 6.274399712 9.820816877 9.671057467 11.20090237 6.316335921 8.402244512 6.677268042 6.567284598 6.030185279 +LQ01X000910 Probable S-acyltransferase At3g51390 5.685678693 5.551553997 5.273931349 5.947154059 5.456908865 5.442413599 5.431828245 5.604393148 5.301927916 6.140043295 5.988679346 5.579743969 5.371588645 5.631706435 6.157704298 5.292806879 5.28438628 5.409565959 5.359655747 5.673965427 5.29394581 5.197830938 5.522529361 5.410686385 5.121821719 5.320231409 5.095711675 5.593733354 5.49752974 5.386905657 6.079174914 5.237076396 +LQ01X000950 At4g35750 14.42987047 14.28325572 13.75600286 13.63038103 13.47150677 13.49654699 13.38922645 12.87700949 14.13920449 14.37227153 13.65218259 13.52713293 13.18827439 13.76702981 13.37503862 14.01455569 13.25069518 12.76303721 13.28031242 13.31633258 13.2547792 13.52638699 13.0700707 12.99417207 14.4278081 12.8394109 12.69948503 13.08825796 12.58291165 13.07825362 12.70731 13.26155002 +LQ01X000960 Putative uncharacterized protein 11.2606868 11.25244647 11.42778963 11.30347712 10.59806199 11.98089084 12.325701 11.79054112 11.13852156 11.52604305 11.18567263 11.0963426 10.60297772 11.93354881 12.28941267 11.76886685 10.52806541 10.43413283 9.771784924 10.8827611 10.31871172 10.98482077 12.10206972 12.00893571 10.69341372 10.82296627 10.33108445 10.75796828 11.03218243 11.25913346 12.0170881 12.04030039 +LQ01X000970 Predicted protein 13.69951308 13.20728856 14.54608913 15.1553572 14.77155735 15.35206164 15.5637712 15.54059926 13.50256437 13.20597432 14.14535758 14.76798558 14.46161064 15.5118883 14.96802762 15.30214406 13.86888361 14.61527682 13.36850826 14.21010245 14.44289575 14.30247473 15.17246048 15.32127284 11.6556915 12.58609363 13.44966549 14.52568295 14.27265792 14.9763672 14.95578553 15.09812056 +LQ01X000990 Predicted protein 5.541278377 5.277616246 6.393855818 5.490902408 5.989734845 5.493293641 5.455220461 5.624638682 5.441999939 5.527635676 5.98506042 5.249628391 6.016455394 5.487439207 5.290922508 5.553485255 6.105986462 5.814997808 6.142183882 5.66696503 6.414752222 5.839614393 5.779562998 5.661776255 5.982064536 5.805755509 6.037182471 6.229475433 5.547201748 5.457117043 6.774795516 5.606570515 +LQ01X001030 Putative uncharacterized protein 5.638480849 6.061632018 5.763806907 6.401093199 5.549169455 6.302025347 6.160091115 5.895125459 6.286744043 6.68750221 5.857100756 6.664500276 5.848604932 6.412690516 7.730995592 6.677550098 5.710023963 5.580940866 6.23946458 6.429867545 5.59324858 6.053985292 6.58978496 6.387689545 5.540475462 6.051967476 6.551647929 5.389900081 6.290608438 5.84578209 6.156598767 5.894352361 +LQ01X001040 Phospholipase D delta 9.884984226 9.650182887 10.5710813 9.755786869 10.45071594 9.537266157 9.542242395 9.529095661 9.397211135 8.573545964 9.671515353 9.587864043 9.617654536 9.427247022 8.58920264 8.820242156 9.493694851 9.919846494 9.780814349 10.15828471 10.57578697 10.33964952 10.48298138 10.94406284 9.812808485 9.734183893 10.46836835 9.849980168 10.88031129 10.43413688 10.40856574 11.122592 +LQ01X001070 Putative Uncharacterized protein At4g08330, chloroplastic 5.938874259 5.753320891 5.881077303 5.796069917 5.545845256 5.876242544 5.792761925 5.680964905 5.70030816 5.701277191 5.286434995 5.977421581 5.274643633 5.839446398 5.800107078 5.675293772 5.467175858 5.531202463 5.433758454 5.748497582 5.211110694 5.310507097 5.450783845 5.458371587 6.002915626 5.775697966 5.637998179 5.471810205 5.071580176 5.458754888 5.199093774 5.586305317 +LQ01X001080 Predicted protein 5.258888098 5.287394354 5.75737131 5.32611777 5.473792043 5.436199217 5.197076254 5.201514658 5.507887948 5.162590123 5.878449234 5.245314687 5.614472067 5.284876034 5.249444887 5.270245152 5.728031148 5.82961096 5.302251622 5.261997513 5.568700243 5.751655485 5.794798963 5.280457092 5.960471045 5.594949354 5.127561206 5.159205644 5.337393718 5.714254705 5.434912843 5.120344049 +LQ01X001090 Putative uncharacterized protein 5.916194119 5.769856911 5.839876755 5.902138097 6.033753213 5.673937194 5.753187265 5.549480501 5.96991722 6.242936686 6.081747093 6.128204736 5.892057632 5.737882156 6.060715366 5.272405827 5.512374773 5.932616141 5.822388091 5.668563663 5.544484491 5.780930053 6.010065472 6.054329226 5.516450953 6.171446793 6.531303438 5.813801922 5.861756184 5.782512224 5.461356913 5.499087199 +LQ01X001100 Aconitate hydratase 1 6.220251569 6.534674909 6.221864659 6.15004124 6.364879805 6.283276776 6.514612415 6.353159625 6.799431576 7.948811937 6.500470506 6.186726612 6.391606583 6.214571556 7.392502002 6.514337131 6.498705604 6.758895768 7.054491955 6.925522513 6.945416571 6.692934671 6.566297216 6.791841367 6.648417107 6.686665277 6.701261486 6.312000393 6.938661442 6.368878403 6.866418349 7.037428499 +LQ01X001110 RING-H2 finger protein ATL4M 4.983536523 4.70908794 5.390295572 5.07999402 5.193743239 5.14474618 5.187120054 5.408861794 5.034653669 5.474353195 5.065299425 5.099169135 4.947708201 5.04271696 5.552777651 5.002331634 4.816762225 5.21748213 4.908476861 4.842692799 4.864707913 4.972639464 5.112658594 5.821506469 5.161387861 5.320686339 5.055284898 5.144953612 4.890386102 4.980047713 5.82325039 6.72354121 +LQ01X001150 Putative uncharacterized protein 12.30016998 11.76509163 12.95459346 12.50269733 12.68145925 12.35175822 11.96914806 12.04239493 12.00239894 11.85394437 12.67853458 12.56948715 12.838176 12.34120291 11.99010721 12.44619138 12.05858152 12.38249779 11.61303266 12.4398047 12.32718316 12.95540141 11.70844067 12.08832245 12.07272183 12.29540023 11.53787251 12.74176357 12.42231598 12.80601935 11.85997476 12.37526585 +LQ01X001160 Putative Aspartic proteinase-like protein 1 11.29477173 11.23722332 10.98442496 9.429731539 9.732598111 7.901766414 6.921532098 7.22109653 11.32844672 11.21792428 11.24080527 9.742147532 10.59200994 8.060060637 6.960364993 8.013960353 10.96148064 11.2387024 10.96425999 11.4324906 11.50560065 10.30705404 7.318557132 7.331748418 11.02524883 11.36834197 10.87459204 11.12236573 11.42113173 8.662243673 8.015023033 6.518863933 +LQ01X001170 Putative Aspartic proteinase-like protein 1 7.549791175 8.012083755 7.944602773 9.678764347 9.588379333 10.2532582 10.26987069 10.10042302 7.82515935 6.860718485 8.110641372 9.946429892 8.849462172 10.14508238 10.2431015 10.1993879 8.846941759 8.352661191 7.83174483 9.072766543 9.051598782 9.337531132 9.594336216 10.18294824 7.789168289 7.311100583 7.065387441 9.613394228 8.827373031 11.54225801 9.907888116 9.749042078 +LQ01X001190 Peroxidase 64 8.873746729 8.632064358 13.17614447 13.50259021 13.55226277 11.18987072 11.12503969 11.14696075 9.291185392 8.951340934 13.31255026 13.68799512 14.50828672 11.69090363 12.09254388 11.33466692 8.036240634 8.689085947 8.317700311 12.34632114 12.81563823 12.87411166 10.63702489 11.07076181 9.617381796 9.600547561 8.298125756 13.89094586 13.81042961 13.33699594 11.19944003 11.6022145 +LQ01X001200 Putative UPF0563 protein C17orf95 homolog 9.341216014 9.347122443 9.478109661 9.365881313 9.288820136 10.49679141 10.6939945 10.36007273 9.030727587 9.711705364 8.711583711 9.064676312 9.002779541 10.30749353 10.21136288 10.09928762 10.18670254 10.43922861 10.37367731 10.11912388 9.779017199 9.481419265 10.55916196 10.92797432 9.950146604 9.629831609 9.969923684 9.635219745 9.168445769 9.504596692 10.5323758 10.90471551 +LQ01X001220 Aquaporin PIP2-7 13.85981654 14.24862934 13.76164663 11.96157921 14.08269385 8.816858807 9.125160904 10.75452181 14.12106393 14.32784227 13.74228462 12.00830063 13.46627196 9.562382233 10.02297749 11.56267947 14.37041906 14.29450417 14.55359496 14.35430459 14.30534088 14.14880012 10.94876919 11.47683454 14.36551935 14.17744767 14.3509571 12.97842444 13.71950028 12.02242245 11.13611323 11.71378422 +LQ01X001280 SKP1-like protein 1A 14.45255652 14.64301947 14.19428709 14.92421091 14.52844908 14.41099368 14.71008725 14.63976049 14.49281627 14.64350706 14.40685925 15.04697962 14.37281484 14.4918353 14.90340322 14.65098501 14.74006101 14.69750145 14.122396 14.42208665 13.9904125 14.4838926 13.86181116 13.86709155 14.29711329 14.39404761 13.59353045 14.37487094 13.84070577 14.38780806 14.06195394 13.80851191 +LQ01X001290 Predicted protein 14.94399747 14.83787872 15.06508964 15.2697348 15.39338175 13.17103542 13.16580305 13.24657795 15.10101966 14.6970627 15.17533994 15.55418298 15.38102071 13.38669539 13.92005828 13.78920064 14.78849464 14.81953708 14.79412322 14.56997395 14.79406877 15.16449364 12.89777459 13.15528238 14.88084281 14.64036841 14.51824316 15.0697264 15.00734096 15.07969609 12.62908321 13.26556446 +LQ01X001330 Putative Vacuolar protein sorting-associated protein 35 9.658995274 9.733416602 9.671240804 9.750604063 9.786263924 10.0085026 9.887978806 9.915243849 9.311264159 9.217596271 9.257285142 9.303720633 9.194498767 9.699506341 9.55425348 8.808718903 9.654676888 9.061531227 9.889524939 8.731274231 8.820975465 9.895956164 9.230256459 10.26925465 10.07239267 9.372012082 10.57313397 9.001620543 9.283678974 10.0869548 9.613915182 10.49536321 +LQ01X001350 Rac-like GTP-binding protein RHO1 5.357268127 5.514668775 4.982601202 5.147921177 5.160844564 5.25445304 4.929800176 5.00324232 5.30482294 5.870616805 5.096473761 5.228253038 5.042205967 5.244097343 4.992484093 5.109743991 5.610465206 5.581065728 6.149862449 5.421572321 5.029798405 5.200275377 4.970491897 5.636744726 5.367244112 5.368718706 5.48775374 5.429489693 5.367721453 5.23957909 5.282604145 5.375813339 +LQ01X001360 3-dehydroquinate synthase 11.51829944 11.48877695 11.34366515 11.57062021 11.52367448 11.78287143 11.5423366 11.52553367 11.23019847 10.95863703 11.18221127 11.79510266 11.48193473 11.77828721 11.29457594 11.1244749 11.44243145 11.27286382 12.09931505 11.83013002 11.48337507 11.64987721 11.79211236 11.70810859 12.10252435 11.69084341 12.22023048 11.7893465 11.72746611 11.85604626 11.93915833 11.8422651 +LQ01X001400 Putative uncharacterized protein 11.11717312 10.74928835 10.84071133 10.93233048 10.84921036 10.55340931 10.93644506 10.49853822 11.20176123 10.75873264 10.6713781 10.96896272 10.85993206 10.65114007 11.02170593 10.90442497 10.97237646 11.51137485 11.1564827 10.86075739 10.95467439 10.44962458 11.40166444 10.39310955 10.58311325 10.82132925 11.0986013 10.49928916 10.51669588 10.59401334 10.97993045 10.38584692 +LQ01X001450 Putative uncharacterized protein 12.45532906 11.68770831 12.01493504 12.82398287 12.31311528 13.30945728 13.51535233 13.11625896 12.63346082 12.88292495 12.23012818 12.85404813 12.46014196 13.46051423 13.31626521 13.04588472 12.91822148 12.60647668 12.86440131 12.22376663 11.86332827 12.12460049 12.70204128 12.65406914 12.6232993 12.38786497 12.70920295 12.11859918 10.62159164 12.10447825 12.3979825 12.30536715 +LQ01X001460 Proteasome subunit alpha type-7 13.13035082 13.47480669 12.84278678 12.44881689 12.44971856 13.00816314 12.9894383 12.27416761 13.43881268 13.73681412 13.03639451 12.5968798 12.39344892 12.95455215 12.99980269 12.78369517 13.15520342 12.86653381 13.22518509 12.90358322 12.63597642 13.05415737 12.62602492 12.78728241 13.41174367 13.21549789 13.19359596 12.68927323 12.60538512 12.82687158 12.49204837 12.52298654 +LQ01X001470 Histidine kinase osmosensor protein 7.818915546 8.009014344 8.448777693 8.977251643 9.086739247 11.19165976 10.53998679 10.13747263 7.968742697 7.191540316 8.803412426 9.704381111 9.10708149 10.98793167 10.60555865 10.28045122 8.180884883 9.319774565 8.207420483 8.897564122 9.847893081 8.708815446 11.72217587 11.43960068 8.105253155 8.916565809 8.640359233 9.848418162 9.796258743 10.36001886 11.24638318 11.16464332 +LQ01X001480 Putative uncharacterized protein 11.38152468 11.35561483 12.4527517 12.3748161 12.61848756 11.55996065 11.52530946 11.83792401 11.49670894 11.28210564 12.34118004 12.62188605 12.82362409 11.68780222 11.73925668 11.8766523 11.67169759 12.15331016 12.19629412 12.7861034 12.9000924 12.35429822 12.23539074 12.24549365 11.66628752 12.10716891 12.21419016 13.19200079 12.74700949 12.64229927 12.29655446 12.36225137 +LQ01X001500 26S proteasome non-ATPase regulatory subunit 4 5.300290622 6.057800951 6.338023443 5.817631812 5.069391797 5.988705841 6.17616385 5.909621126 5.659971386 6.31683365 5.840082228 5.675401044 5.770675463 5.397447293 6.862899789 6.215244652 5.44331594 4.920625919 4.997582846 5.262411145 5.219294628 5.48764298 5.758764656 5.818005811 5.703638919 4.849361622 5.196884078 5.051684172 5.083679004 5.520092203 5.965975184 5.202437683 +LQ01X001510 MLO-like protein 4 5.644336723 4.992746142 5.243790492 5.064601649 5.381309318 5.127800251 5.092663941 5.210205996 5.153535736 5.209820967 5.102811211 5.143175714 4.939717571 5.025413395 4.886214073 5.427889422 5.081823429 5.604237305 5.515574033 5.170846111 5.590608167 5.015946694 5.037909071 5.03764302 5.153634732 5.324406452 5.564851676 4.985301904 5.250060763 4.927574264 4.973635494 5.312622071 +LQ01X001540 Putative uncharacterized protein 4.926028495 5.321833924 5.209215742 4.882013487 5.964717389 5.127129038 5.007725131 4.973976577 5.350755135 4.854379194 4.767674298 5.146834891 4.834418241 5.153129207 5.176755984 5.195458398 5.023792929 4.827040663 5.188743718 5.505082006 5.328012513 5.14822488 5.318937689 5.566511516 5.008577474 4.688013107 5.091029386 4.958093573 4.831179096 5.126406301 5.458433589 4.982666516 +LQ01X001550 Oligopeptide transporter 7 5.865318537 6.189527805 5.882734549 5.884979143 5.925889758 7.599805151 6.779740106 7.508231782 6.256752847 5.892990478 6.731265581 5.870549864 5.849612294 7.89305244 6.186312126 7.456807858 6.320912975 5.965802171 5.338662764 5.869473424 6.261488315 6.217557656 6.09147582 6.235366531 6.118360218 6.159657625 4.907625472 5.669813266 5.309771012 6.186286149 5.74984667 6.626184322 +LQ01X001570 Putative Uncharacterized protein C2orf34 homolog 5.21833765 5.103442492 4.834850338 5.105642302 5.046522792 5.226165217 5.110558279 5.1936685 5.264665064 5.364400851 5.11913854 5.656563981 5.460056825 5.415111352 5.182352164 5.308386143 5.14225222 5.640975529 6.17197317 5.134244026 4.990424676 5.325927613 6.008269581 5.815376987 5.289332629 5.303553078 5.763494661 5.254928863 5.825316792 5.278122126 5.356867243 5.690005662 +LQ01X001610 Ferredoxin--NADP reductase, chloroplastic 14.55912171 14.30414608 14.74317135 15.3444151 14.82366528 15.06530378 15.73669038 15.13037447 14.35336158 13.88985177 14.49296046 15.30757375 14.81604338 15.35069438 15.4392679 15.40025487 14.03352303 14.33519234 13.92137549 13.92347862 14.20041925 14.66424034 14.69225728 15.15256318 13.97413751 14.22155193 14.21962643 14.52975453 14.33187965 15.05052948 14.79114044 15.14267017 +LQ01X001630 Chaperone protein dnaJ 11, chloroplastic 10.14216822 9.304595093 11.41979506 11.83693552 10.87879347 13.16360111 13.26153394 13.0170716 9.98926505 9.32235394 11.04344222 11.87872711 10.9196896 13.53174518 13.19165403 13.01932409 9.524549098 10.63801965 10.04554182 11.77610307 11.1194968 9.9392408 13.64609229 12.37230953 9.247842554 9.892024597 10.15701607 11.2610231 10.71088886 10.41590922 13.55772293 12.81243274 +LQ01X001670 Calcium-dependent protein kinase 28 5.494750054 5.497341692 5.360515572 5.525212618 6.024971483 5.282165538 5.543704749 5.589830514 5.410531943 5.377155759 5.82008092 5.417333111 5.585243245 5.38777269 5.945166236 5.661983124 5.60734251 5.405275555 5.576915035 6.074714098 5.463075536 5.51226184 4.962886917 5.289526677 5.560765792 5.383380373 5.66684364 5.837711733 5.46928095 5.349934955 4.979423861 5.526316941 +LQ01X001700 Naringenin,2-oxoglutarate 3-dioxygenase (Fragment) 15.59101011 15.70224005 14.35849536 11.61090105 12.71655993 10.92257273 9.998124845 10.41703801 15.25303927 15.16421209 14.72452631 12.04884563 12.58698103 10.92263902 10.57909267 10.76696609 15.369289 14.53422895 15.66689937 14.6512178 14.23595507 14.3072871 11.03631189 11.05446024 15.69561677 15.05832035 14.97222206 13.08787754 14.07342703 10.92567342 10.34382464 10.28756005 +LQ01X001710 Snakin-2 5.89121201 5.892789328 5.753576225 6.02366343 5.905568828 6.449236715 6.211623657 6.06021984 6.061201997 5.958389908 5.38366504 5.602796043 5.858860465 5.889246786 5.711273042 6.113233714 6.111824327 6.054664242 6.102889812 5.4348565 5.543086091 5.832727242 6.137149919 5.75416224 5.863826382 5.598774697 6.192003546 5.344508428 5.918933447 6.331278783 5.813504157 5.935244547 +LQ01X001730 Putative uncharacterized protein 10.97256288 13.19572779 8.591175179 6.55290991 7.047794599 5.784432482 5.581409613 5.883383917 11.40786261 13.46155866 10.45400031 7.212699902 7.120943673 5.779687396 5.481241685 5.866525772 11.32149201 10.16102092 12.70022077 9.518374799 8.956041722 9.887765112 5.665153489 5.661197267 11.6731949 11.78645884 13.27584716 7.543131169 9.605241433 6.693828204 5.4510539 6.084307932 +LQ01X001740 Putative Transformation/transcription domain-associated protein 11.69685464 11.4234206 12.11844144 11.42249679 11.8207555 12.36424158 12.04182655 12.0678568 11.56592017 11.16851732 11.80298912 11.5354424 11.73936366 12.17357058 12.21679003 11.74294565 11.91794488 12.12071079 11.47368418 12.75369323 12.82053537 11.72437656 12.98159921 12.57682326 11.75073599 11.64277475 11.42118592 12.27398895 12.96664639 11.87619309 12.8756912 12.6373676 +LQ01X001760 Predicted protein 10.1544493 9.0802923 9.587033953 10.03053298 9.913803243 6.684175864 6.474615286 6.827212185 10.04337234 8.992840883 9.975671989 10.26570327 9.961944462 7.151335098 6.519759196 7.008795063 9.027921982 10.29796904 8.837190893 11.27427709 11.25431005 10.14414654 8.39675165 8.029101362 9.769038586 10.22674466 9.10398699 11.36596308 10.48732785 10.647707 7.410394806 7.925915519 +LQ01X001770 Putative WD repeat-containing protein 82-B 6.406698418 6.460155941 6.441615747 6.464281538 6.390922741 5.688626414 6.446481286 6.121516318 6.790243739 7.028477327 6.36417314 6.277198145 7.12917311 5.536879357 6.813713447 6.056990588 6.256205756 6.892867737 7.185953938 6.724610662 6.74026476 6.549778764 6.959595194 6.068101488 6.298246568 6.809580586 7.981564981 6.693216218 6.598312593 6.495517149 6.173652185 5.678088442 +LQ01X001790 Putative uncharacterized protein 12.60772403 12.39912907 12.42948461 12.46504749 12.43987354 12.56968407 12.38732899 12.44117449 12.69134005 12.47449071 12.60075129 12.43267997 12.54293994 12.45633325 12.23106402 12.39174593 12.15284406 12.19327151 11.57625745 12.62895007 12.621868 12.33502925 12.18455794 12.04256207 12.09084968 12.37595371 11.71809782 12.66885781 12.49380327 12.36564084 12.31940555 12.1070923 +LQ01X001810 Putative Uncharacterized RNA-binding protein C17H9.04c 5.829642423 5.402441938 5.991691992 5.643599937 5.451000185 6.530924255 6.346799176 6.32129714 5.486574493 5.512950013 5.793238852 5.370037003 5.305641233 6.28483226 5.47821353 5.541260069 5.668333778 5.316686234 5.708843374 5.719842937 5.323933281 6.174545248 5.651933398 5.907291555 5.46594867 5.585058494 5.436210847 6.409059583 5.703539174 5.985549188 5.990560994 5.216733672 +LQ01X001820 Hypothetical protein 7.668963221 8.811684161 8.053861403 7.415278707 8.738122956 5.984347757 5.656532666 5.836384197 8.237065845 8.09249048 8.621743922 7.207565149 7.749336932 6.315073141 5.628691711 5.926878475 10.37838455 9.949066274 9.590677521 9.206929207 8.545279399 8.479735146 5.862270493 5.85717764 8.512052981 8.07003866 8.85855539 6.978482782 7.979862464 7.511089492 5.895975232 5.938341941 +LQ01X001830 ATP binding protein, putative 5.095158536 5.460298495 5.054852315 5.308003018 4.951968782 5.696249475 5.607933651 5.718067077 5.31637198 5.310408651 5.156501478 5.225077363 5.470952544 5.92293005 5.561676103 6.000285405 5.531940846 5.469075008 5.627185954 5.264576268 5.248159825 5.679201025 6.506261966 5.038250377 5.214735512 5.087581782 5.788585639 5.396255214 5.695625712 5.524174602 6.036594361 5.560076114 +LQ01X001850 Endoglucanase 24 6.276763638 6.24112836 6.000309332 6.50900075 6.952326866 5.870668547 6.071098731 5.994456947 6.383782273 6.272787542 5.760672734 6.393996034 6.763204496 5.592206962 6.611282485 6.454618794 6.037297581 6.032322898 6.133165415 6.691246787 6.326864907 6.39914761 5.94929075 5.372329034 6.329368584 6.502941051 6.336927736 5.828083661 5.912067745 6.120269405 6.141982223 5.731784324 +LQ01X001890 60S ribosomal protein L8 5.839901873 5.634278174 6.104283398 5.694549756 5.407593359 5.708104889 5.613371991 5.430997366 6.135915367 6.258569974 5.274072619 5.650984975 5.394274139 5.639634351 6.036505465 5.503058127 5.574342583 5.871815712 6.117354807 5.989350757 5.593623454 5.726630297 5.188763973 5.070936369 5.593788112 5.885237495 5.848720357 5.437014698 5.949948211 5.653734398 5.305505026 5.048947963 +LQ01X001910 Peptidyl-prolyl cis-trans isomerase Pin1 6.365371909 5.718671855 6.785982707 6.559235768 6.930376364 7.01427267 6.977990267 7.105705659 6.703066128 6.499030852 6.871854872 6.585376375 7.12518214 7.173132889 6.428220552 7.166825266 6.23895494 6.025222452 5.688491262 5.952549608 5.951181071 6.140689682 6.316132286 7.5437745 6.582980798 5.976232436 5.663608805 5.573720185 5.932159295 5.691789305 5.92737554 5.929012141 +LQ01X001920 Putative Zinc finger CCCH domain-containing protein 30 6.837381386 6.413285436 7.370512613 7.134595597 7.063046001 7.551972335 7.883445981 7.372659778 6.308597053 7.20834295 6.403273887 7.179510383 6.876617323 7.140892643 7.797252998 7.049058722 6.463884219 7.236375951 6.633967505 7.386031001 7.131556209 6.84697725 7.243768691 6.525874547 6.626735901 6.758991165 5.561611227 7.419112346 6.969806598 7.10183605 7.451570587 7.128526658 +LQ01X001930 GDP-mannose 4,6 dehydratase 2 13.41514892 13.46744945 13.95017709 12.98572095 13.58676416 10.29792847 10.48084275 10.59556919 13.67604513 13.65872969 13.9668429 12.8664115 13.86682603 10.43543248 11.02979306 10.46173544 12.53355548 13.03371823 13.07558095 14.00903017 14.22552923 13.78963742 11.81775404 12.14532283 13.15992599 13.88404331 13.46065325 13.82964926 14.9452633 13.22747356 11.6575523 12.40062653 +LQ01X001940 Putative uncharacterized protein 10.16119413 9.926937911 10.27631502 10.8333968 10.46038499 10.87628629 10.93255855 10.81763383 10.25548489 10.3442069 10.39313794 10.90496134 10.70406441 10.78250868 10.7891447 10.90606395 10.02756556 10.65751522 8.630321697 10.23515482 10.36632171 9.792793277 9.951078277 10.06979314 9.499334827 10.52942392 8.020480972 9.942569417 9.798509554 9.937799387 10.24792831 10.08743452 +LQ01X001950 RNA binding protein, putative 12.52077069 12.31807607 12.35291862 11.98195944 11.95852521 12.82539219 12.32584622 12.47027541 12.45991923 12.28975601 12.26394517 11.98747436 12.25893818 12.82736679 12.39833518 12.83362824 12.76990591 12.80902838 12.71638995 12.4283093 12.68744931 11.90614741 12.79951082 12.98748119 12.36016608 12.68814228 12.76563621 12.18670268 12.36136975 12.11487082 12.94644009 12.90653698 +LQ01X001960 Histone H1 6.787733178 6.574262727 6.417066655 7.172614402 6.595102689 6.633864333 6.947354406 6.487963811 6.926827254 6.604352362 5.601390733 7.034383051 6.833700664 6.695655582 7.326388719 6.705330943 6.772684268 7.113034052 6.941294812 6.275878785 6.503620506 6.771653856 6.174020775 5.539713618 6.373223213 6.711514097 6.952589393 5.698918448 5.766643233 6.512961897 6.121302015 5.943692778 +LQ01X001970 Histone H3.3 14.34080372 14.28089325 14.16635098 13.85137244 13.48530356 14.30058958 13.64504905 12.74413854 14.31345909 14.52264234 14.17807691 13.27384925 13.77366347 13.64661065 13.13983014 12.90196869 13.91772053 13.76491826 13.94574146 14.15458304 14.43559697 13.49936163 14.16818702 13.55882634 14.14797422 13.93953966 14.09133238 13.29593898 13.46218937 13.03080147 13.94657663 13.64222549 +LQ01X002010 V-type proton ATPase 16 kDa proteolipid subunit 5.697440971 5.542338161 6.134299279 5.478140484 4.937643659 5.551703424 5.644822239 5.524917253 5.210936696 5.484877198 5.898903184 5.448102819 5.82842508 5.768188861 6.253952225 6.095242109 5.440573387 5.769918808 5.194049281 5.333797622 5.449597398 5.906175963 5.604130375 6.060372293 5.502068142 5.617756611 5.011635713 5.819846101 5.195757179 5.541960166 5.578506096 5.402978022 +LQ01X002040 Putative uncharacterized protein 12.6450763 13.1184924 12.11532592 11.72458066 12.17098271 8.08759317 8.087763048 8.004766394 12.76567652 12.82442286 12.56770215 11.82255501 12.32465929 8.346577102 8.643312968 8.499629134 12.0204361 12.27744388 12.58636915 12.64644258 12.76265782 12.66055281 8.576711235 9.209513768 12.70644479 13.01875098 12.78204423 12.50633084 13.00491213 12.03879783 8.231173311 8.742890882 +LQ01X002050 Hypothetical protein 5.245745902 5.448913076 5.088222711 4.977588799 5.42664868 4.723679558 5.188397843 5.02757467 4.952825203 5.093954772 5.355955194 5.091959973 5.346652938 5.238302615 4.854123898 5.291633511 5.466355754 5.575108298 5.007057135 5.365240202 5.328029786 5.522531995 4.921989708 5.088215067 5.083614715 5.701531 5.589397917 5.321398987 5.760167925 5.555597119 5.377587329 5.11374087 +LQ01X002060 Putative Lactoylglutathione lyase 13.55467561 13.08599945 13.9490663 15.00322736 14.70502204 14.23207325 15.14518369 13.84200645 13.3042269 13.56245886 13.86590879 15.28595382 14.43360773 15.06142101 15.69073571 15.48343612 13.51520216 12.44838426 13.1245219 12.51371772 12.90366592 13.6952546 13.32477484 14.24635293 13.61133722 13.00271488 12.55398384 13.48197429 13.31811145 15.09466981 13.6123394 13.98282506 +LQ01X002070 Putative uncharacterized protein 13.05320535 11.94264353 13.20487492 12.86638892 12.52665615 13.92185118 13.66790202 13.23705413 12.62082779 11.34285577 12.97810274 12.54139825 12.16605424 13.36915503 13.23143144 12.42820605 12.18449305 12.91635758 11.44631617 13.13881763 13.13897214 11.95017777 13.63953347 13.35639097 12.33458216 12.65650675 11.12701108 13.17150641 12.76841501 12.26251372 13.16652458 13.11816754 +LQ01X002080 Putative Thymus-specific serine protease 13.12357279 13.37308415 13.73301221 12.76392717 13.47057717 12.85302822 12.54006683 13.31636676 13.14919007 13.16893991 13.75902235 12.74066537 13.27462204 12.78623364 12.98815846 13.18357293 13.38152348 12.64533857 13.03542864 13.20672133 12.91690752 13.56084198 13.37996942 13.56930902 12.91179979 12.36697284 13.05344129 13.1426931 13.23096181 13.45854703 13.56662973 13.59465014 +LQ01X002090 Probable fructose-bisphosphate aldolase 1, chloroplastic 12.44796957 12.63866803 12.9626072 12.69697686 12.58356782 14.52006405 14.67839582 14.34812914 12.36541896 12.29358543 12.62964401 12.89914111 12.50085524 14.96917606 14.64272368 14.23922642 11.28274387 11.47585868 12.00637617 12.38832954 12.45812977 12.28038287 14.71061106 14.3979544 12.13655056 11.9917057 12.46314901 12.38329632 12.66713455 12.76845685 14.78402365 14.39250994 +LQ01X002130 Putative Zinc finger CCCH domain-containing protein 44 6.157884088 5.80356356 6.424093297 6.156669675 5.63831627 6.238122743 6.336154376 6.336487655 6.374935062 5.746269452 5.835702641 5.708099518 6.587931151 5.927663635 6.441515086 6.412764436 6.240385801 6.412795717 5.679181643 5.753259807 6.408304355 5.94558035 5.671724928 6.28301157 6.05350367 6.475766776 5.309705507 5.508501294 6.221943267 6.031598916 5.965668276 5.50739361 +LQ01X002140 Putative uncharacterized protein 5.416088277 6.026149002 5.505179981 5.827046727 6.121440093 5.813265854 5.795653319 5.321147465 5.852202894 6.143889786 5.148417512 5.705412358 5.974988745 5.950400608 6.532435841 5.283539854 5.651684837 5.713106727 5.543362239 6.066287097 5.796385489 5.326623212 5.251831776 5.93279809 5.68935036 5.333596017 5.463002675 6.109912446 6.359767568 5.340482236 5.237071938 5.610194159 +LQ01X002180 Putative Protein FMP32, mitochondrial 5.314057394 5.697946343 4.71314233 5.419822062 5.392641095 5.249223582 5.382811252 5.119613653 5.424897592 5.67886619 5.342095265 5.298889825 5.364241269 5.082715161 5.243405177 5.09003384 5.647781896 5.702508633 6.548422018 5.430641375 5.929943827 5.191173116 4.984356139 4.830656291 5.505407916 5.558335073 6.530143691 5.698969032 5.673217684 5.211054758 6.048907505 5.22341359 +LQ01X002190 Cytochrome P450 84A1 9.432310557 8.605813984 12.06787441 12.9457691 13.44413177 11.43099601 11.79960235 12.25202475 9.213916969 8.484869599 11.56064965 13.04383035 12.6477536 11.58108771 12.3777012 12.13934615 7.840107368 8.863617195 6.590472037 11.50683972 12.54680137 12.73867715 11.81158782 12.63608415 8.473317129 9.632474269 7.433846193 12.54327593 12.89125872 14.30971651 12.39246175 12.86830346 +LQ01X002210 GATA transcription factor 5 13.58907864 13.84295533 13.15530764 12.55509269 13.11972267 10.76638684 10.7567721 10.88785494 13.4881933 13.34290432 12.93716774 12.5561219 12.72709986 10.99241238 10.84046788 11.19851693 12.92061071 12.67193747 12.39345701 13.05424234 13.61042457 12.89118473 11.21282298 11.0257715 13.15727685 12.87878296 13.16017918 12.64387599 13.7512964 12.54088726 11.58027431 11.37750564 +LQ01X002230 Putative Leucine-rich repeat receptor-like protein kinase PEPR2 13.81239439 13.80512447 13.85015862 13.10033048 13.38415839 10.24104362 10.1040756 9.501888205 13.76611254 13.85656211 14.20438944 13.11147093 13.85489408 10.2162035 10.30149397 10.73634364 12.88705395 13.24807161 12.7004761 13.80150132 13.99467543 13.42804648 10.4032856 11.27726242 13.74267065 13.56651559 12.68493319 13.41010449 14.01605206 11.90365738 10.53845541 10.42112986 +LQ01X002270 Putative uncharacterized protein 5.255135967 5.282132835 5.207456566 5.664449336 5.294672208 5.2838738 5.849958719 5.679644537 5.262254466 5.230050244 5.722197172 5.552848679 5.831624187 5.733913125 5.276661389 5.669135905 5.585974217 6.053672713 4.926666345 5.261230394 5.558988539 5.425530855 5.316917627 4.887479839 5.493012601 5.378324314 5.722362209 5.607697559 5.285417987 5.332913644 5.766812812 5.758609214 +LQ01X002280 Glutaredoxin-C3 11.08055109 11.15503055 11.37022212 11.91064842 11.42935252 12.13017953 12.16505494 12.17013469 11.24043545 11.52488515 11.41211082 11.56630763 11.55739815 12.00510786 12.22888867 12.17916377 11.59198376 11.79115687 10.36673687 11.1695151 11.51878106 11.31392625 11.76154641 12.05585289 10.94284727 11.27711127 9.908733119 11.06786202 10.86576809 11.2653613 11.558071 12.04261983 +LQ01X002330 Hypothetical protein 4.638449956 4.667011309 4.829696206 4.709010465 4.635854851 4.853691126 4.746795161 4.677319684 4.568854346 4.628247936 4.736933635 4.586039894 4.774127451 4.79368636 4.680294814 4.559678424 4.945888842 4.785509118 4.847321766 4.797382645 5.216017128 4.707926784 4.849531057 5.170115203 4.644521891 5.360112084 4.661262439 4.950822333 4.47938789 4.820333373 5.490299495 5.30119411 +LQ01X002340 Aldehyde dehydrogenase, putative 9.876965576 9.337250752 9.124364341 9.254748244 9.224055529 9.549644508 9.300339478 8.92983712 9.407061069 9.050708162 9.029023455 9.402974045 9.144161517 9.409668674 9.144966276 8.681321604 9.946751279 9.196869709 10.40309105 8.686392941 9.076828665 9.478914489 9.222765006 9.894992613 10.05174115 9.6909269 10.39316332 8.854060177 9.527732359 9.608381555 9.429665245 9.282008337 +LQ01X002360 Putative Auxin-induced protein 5NG4 11.25265558 11.75600513 11.65977322 11.56458355 11.21000951 11.26587003 11.09846515 10.9489966 11.28343012 11.67966881 11.68820308 11.26858625 11.45542736 11.22775236 10.99877723 11.24560464 11.65688092 11.76249442 11.5362996 11.8534354 11.68635384 10.62355054 11.60100259 11.09009215 11.32311254 11.40052819 11.61528983 11.97135375 11.452771 10.91854966 11.65737375 11.14475486 +LQ01X002370 Thioredoxin H-type 8.913826038 9.960870509 8.120242127 8.183207883 8.670074114 8.734224597 8.869331555 9.045391925 9.462748567 9.617267241 9.005413508 8.770713819 8.362480614 8.91337922 8.589688982 9.233960024 10.08785134 9.212572639 8.664578161 8.374352493 8.489762367 8.73043134 7.868889122 7.684966947 9.466229337 9.011338177 7.76211798 7.374512926 8.115796481 8.541618297 7.487912054 8.05993134 +LQ01X002380 Beta-galactosidase 3 10.25572164 10.2860161 9.42252418 11.05292771 9.774939159 6.462081094 5.878015492 6.935668078 10.19102931 9.675768888 9.551460244 10.87533245 9.871614104 6.320556925 6.577415192 6.931115677 9.20766145 9.379360499 8.997968429 8.858612877 9.319899421 10.53953448 5.289920802 7.107351294 10.57573129 10.82340555 9.361591915 9.725680135 10.07389292 10.72683691 5.350897053 6.679797347 +LQ01X002400 Putative uncharacterized protein 13.78362529 13.87994637 13.1223341 12.84764962 12.74840572 12.55288862 12.73276916 12.35238684 13.94193352 14.17185205 13.32064508 12.76310966 12.87391699 12.51879038 12.6306506 12.38623053 13.61554493 13.92783486 13.8108701 12.41859075 13.32872199 13.1367191 13.41071971 13.43401595 14.06046608 14.4481323 13.43284182 13.19339322 13.52743031 13.09502318 13.46483263 13.50795985 +LQ01X002410 Cytochrome P450 90C1 5.143433515 4.985196734 5.47154812 4.947397384 5.381399684 5.401605894 5.458728838 5.399940906 4.907934116 5.089796914 4.834151856 5.18685357 5.679954765 5.193258225 5.587075982 5.600777233 4.950936236 4.906677331 4.854609829 4.904754234 5.226496207 5.052433091 4.668310263 5.247859905 5.223531306 5.237481043 5.108550773 4.792408752 5.015505312 5.137162355 5.026943679 5.280530051 +LQ01X002450 Putative Epoxide hydrolase 2 6.686442591 8.080423303 5.274089118 5.969192721 6.902271165 5.503467285 6.318437813 6.551978796 6.660765918 6.298826002 5.400418509 6.109296401 5.285007183 5.889821704 5.54502188 6.33016368 11.20008043 10.18849602 10.56170259 9.960150894 6.484401112 6.109702335 6.344797852 7.025702666 8.095452737 5.997183251 6.696474329 5.998160691 5.533735517 6.185780848 7.483276417 8.82124495 +LQ01X002480 50S ribosomal protein L7/L12, putative 11.69471411 11.97016651 10.43057486 11.24214002 10.87075331 11.39124445 11.74719461 11.44576259 11.81672502 12.57204117 10.9110316 11.29694504 11.24754932 11.67284946 11.90445975 11.41605709 11.48366704 11.39654863 11.57015729 10.92350514 10.89530432 10.70087183 11.79848513 11.58640723 11.97356856 11.94201792 11.82551549 10.69204216 10.89926222 10.75868755 11.79239081 11.60809858 +LQ01X002490 Peroxidase 72 5.966127491 5.416643184 5.355948143 5.513568168 5.908942208 5.265836271 5.522453106 5.680807055 5.679052926 5.543345959 5.130589022 5.571112945 5.528947583 5.242915306 5.079670954 5.54071018 5.629936614 6.666860135 6.864488555 5.1075728 5.465956565 5.786941615 5.565405937 5.932576324 5.517638299 7.075631993 6.348624242 6.170319502 5.623067027 5.549036581 5.590655556 5.585911836 +LQ01X002500 Putative uncharacterized protein 10.64283107 10.49034142 10.61992522 10.2301209 10.60891204 10.52494049 10.42689173 10.09656476 10.47512419 10.37290249 10.57945451 10.28759227 10.4587185 10.35738153 10.57716846 10.14936243 10.23791062 10.25106622 11.42066954 10.70288331 10.95763315 10.57002309 11.26167021 10.38341887 10.81679019 10.5708642 11.3999856 10.96959806 11.58385549 10.70568901 11.20006242 10.26374268 +LQ01X002520 Predicted protein 5.499812875 5.198500097 5.423127394 5.197671659 5.156789908 5.410032834 5.075478628 5.54940351 5.314362177 5.206499213 5.30984568 5.12032764 5.381842348 5.546987665 4.969332806 5.123610875 5.909319096 5.374177081 5.347616786 5.274977362 5.581855477 5.599355181 5.181841744 6.293357043 5.27650687 5.308932736 5.120224139 5.452687691 5.145733216 5.44129539 5.85032487 5.899446981 +LQ01X002550 ATP binding protein, putative 9.835089601 9.845019107 10.20571641 8.742714631 10.22724152 8.520616514 8.199786536 8.667662487 9.599891415 10.04017745 9.568944253 9.116020722 9.742386508 8.829221673 9.063973601 8.838894898 10.81766634 10.48725536 9.811529357 11.13390591 9.968835014 9.411489292 9.27527852 10.15634835 9.0839688 9.769162415 10.20851272 10.11131715 10.53938689 9.975483529 9.687143488 11.0683097 +LQ01X002570 Predicted protein (Fragment) 9.783982264 10.01221126 9.620767912 9.539607058 9.655275884 10.77262271 10.63031824 10.24690671 9.923372291 10.35089803 9.810504451 9.648399434 9.664408517 10.79696395 10.45407044 10.34361471 9.164832364 8.837974504 9.367125441 8.483965001 8.510973067 8.866235758 9.976076678 10.0257514 9.807046262 9.370343269 10.11400561 8.656957605 9.223578375 9.190535058 9.863147487 10.49882525 +LQ01X002580 Putative Ocs element-binding factor 1 9.768886236 10.6105536 7.886579018 9.184889905 9.20610066 5.483884935 5.105942849 5.540462129 10.44446207 10.9105994 9.546996458 9.634055304 8.657644857 5.358666314 5.754965003 5.364155389 11.48738441 10.31816887 11.01341022 8.890397071 8.571709545 8.685700757 4.774194527 4.779891006 11.03226859 11.09682483 10.67762996 5.887099936 9.163701256 7.614526288 5.341797021 4.879439569 +LQ01X002590 Mitogen-activated protein kinase 7 11.10392194 11.14058842 10.61724275 10.79040386 10.55153227 10.74912338 10.57692239 10.66755901 11.28854895 11.09994234 10.86147836 10.54222922 10.73431045 10.96642771 10.77097628 10.87889092 11.31760049 10.99308033 11.59551146 10.53019814 10.27878604 10.9740068 10.38329987 11.03140619 11.21597306 11.24219542 11.69290975 10.09383835 10.94201479 10.38803324 10.41549025 10.67498885 +LQ01X002620 Disease resistance RPP13-like protein 4 6.074791668 6.723673246 6.620459825 7.369388051 7.527453519 8.662270974 8.25335185 9.099553828 6.308459343 5.912359709 6.412608446 7.680226837 7.035612374 8.824688989 8.346165953 8.744067433 7.219175716 5.937355374 6.839114199 6.114593752 5.822244997 7.21188933 6.191690088 7.280366434 6.542153721 6.224657072 5.608532279 5.835968451 6.652159253 7.578686547 6.244706997 6.608762651 +LQ01X002630 Predicted protein (Fragment) 11.66093605 11.77241803 11.1867394 10.96732722 11.28691588 8.724846808 8.60317494 8.328548197 11.56969967 11.57016787 11.21271875 10.87916781 11.25241522 8.772969545 9.254726509 9.352861571 11.9491957 10.87961593 11.73391288 10.82800123 10.56991993 11.48110007 6.633204658 6.396875695 11.6198326 11.11001029 11.23937847 10.61710854 11.1882337 10.85819137 5.963283358 5.968462944 +LQ01X002640 Mitochondrial chaperone BCS1, putative 5.924236959 5.888138871 6.150017707 6.097280849 6.054994027 5.411414936 6.290518793 7.019917891 6.352390847 5.670527664 6.135020531 5.458632511 6.094231432 5.634325712 5.960004151 6.985739431 5.451321835 5.95317381 5.591360904 5.511613272 5.887774581 6.293338848 6.180235218 6.283951914 5.466436923 6.179121538 5.989210872 5.760789102 5.990726686 6.751405206 5.712871851 7.326936781 +LQ01X002650 Predicted protein (Fragment) 6.113921378 5.505687463 6.066586797 5.338062797 5.233236246 5.080644871 5.030659072 5.582577187 5.942548325 5.223964555 5.855856158 5.397804033 5.420000097 4.873432401 5.270358031 5.274733872 7.405330428 5.821890461 6.602487364 5.831106567 5.164804727 5.702286374 5.320723068 4.922015006 5.793489319 5.754909529 7.724592221 5.707897334 5.684470239 5.899878185 5.602909244 5.56371328 +LQ01X002670 Predicted protein (Fragment) 5.729425083 5.852593338 4.996849746 4.924123706 5.059128934 4.922386191 4.794479982 5.16550671 5.102763246 5.736218539 5.140346076 4.939945424 4.933504819 4.705450712 4.790352756 4.843359659 5.50014527 5.287853415 5.453796233 5.783597845 5.33876051 5.246987703 4.858328418 6.137108889 5.153705829 5.449219346 5.479238459 5.033416495 5.43817829 5.139702837 5.410818791 5.021533739 +LQ01X002710 Putative UPF0261 protein SACE_5696 5.430508783 5.086476569 5.292011329 6.421048972 5.328366061 5.778632828 5.884417894 5.123735933 5.124170129 5.616724139 5.208569573 5.504376801 5.313089734 5.839201767 6.23900702 5.059678587 4.78769584 5.307085705 5.285285493 5.618611854 5.11863725 5.310622124 5.661246311 5.523115103 5.4737832 5.327641916 5.2666515 6.076999935 5.081840385 5.057931445 4.863656394 5.928660219 +LQ01X002730 Putative Jasmonate O-methyltransferase 5.389498445 5.477064911 5.79106275 5.713189981 5.61458281 6.59540094 6.345351201 5.586932566 5.916616717 5.448015605 5.851181442 5.382776363 5.6685192 5.468304479 5.604672829 5.44975064 5.113907786 5.537294094 5.538530807 5.226165524 5.315248575 5.206521599 5.421911463 5.194159982 5.343760422 5.346554568 5.397594658 5.260332664 5.051842715 5.314214108 4.94405803 5.506198481 +LQ01X002780 Putative uncharacterized protein 12.80705526 11.89091207 12.64399339 12.12541968 10.78740947 14.6321281 14.01896777 12.61378006 12.22166928 11.60114507 11.83669834 11.67039071 10.82917458 14.42802406 13.36945276 12.11675175 12.78652879 13.190242 12.65679317 12.60580447 12.4739183 11.47029282 13.81386681 12.48624467 12.33515767 12.56056763 12.53080097 12.04867928 12.02612702 11.15301094 13.46355247 12.40292063 +LQ01X002810 Hypothetical protein 5.193538437 5.470739638 5.480847033 5.104268307 5.41014061 5.375068008 5.207167351 5.281159445 5.153027418 5.040908919 4.833164856 5.153981113 5.510208181 5.419264823 5.26281779 5.050256554 5.202767665 5.251391319 5.477864262 5.829626526 5.250016197 5.276930492 5.118895326 5.955239338 5.36048232 5.269260589 5.188669959 5.123016255 5.297080869 5.195809294 5.673656234 6.14879162 +LQ01X002860 Putative uncharacterized protein 10.59227755 10.51730067 9.356627895 8.898406002 8.61106284 8.226086669 7.880818946 7.68096771 10.36125898 10.73283815 9.531751886 9.113830957 8.879732565 8.092387369 7.837219512 7.950512687 9.643251129 10.20421243 9.770265217 9.338658324 9.185114486 9.495013245 6.642165651 5.921858198 10.12600763 10.40653265 9.801669569 9.673440341 8.426954326 8.45536656 6.244816534 5.509101276 +LQ01X002880 Putative pentatricopeptide repeat-containing protein At3g47840 10.76840349 10.24405946 11.59932176 11.79878789 11.29045091 10.45741354 10.43464891 9.687796964 10.29269721 9.295402689 11.35904737 11.50263762 11.64480988 10.49163299 10.90543194 10.30402268 9.351181948 10.15450776 9.425440744 11.08954693 11.03708327 11.0613549 9.40749747 10.05916199 9.395682821 10.16904441 10.31807995 11.35248866 11.79643168 11.16802889 9.436793268 10.19459273 +LQ01X002890 Putative GTP-binding protein era homolog 11.67042127 11.82692787 11.28211757 11.92814976 11.26379441 12.30880757 12.26609122 11.68048776 11.81960343 11.73582107 11.42868288 11.96903296 11.25809722 12.14610555 12.70700957 11.77889289 11.51157829 12.04684555 12.05131656 11.41259866 11.77540969 11.2377607 12.59716177 11.94487104 11.54048556 12.2139624 12.45842207 11.14709657 11.90530893 11.83128282 12.44215636 11.81246922 +LQ01X002900 Putative uncharacterized protein 5.594938696 5.575211569 5.029515555 5.069009735 4.890704261 5.332053762 5.169443513 5.345199329 5.271787786 5.528037041 4.823184079 5.059099764 4.963568609 5.447525448 5.383244269 5.205009111 4.987892005 5.422228884 5.626183362 5.421267587 4.775638173 5.129111762 5.150906673 5.125576258 5.073544566 5.064695686 5.421860479 5.71554242 4.830758855 5.138825126 5.607107241 4.948979647 +LQ01X002940 Putative Uncharacterized protein DDBG0288155 5.664036194 5.233941496 5.866715223 5.6800543 5.758271595 5.409444904 5.266935949 5.541530695 5.694340847 5.753132524 6.179906977 5.602401812 6.014336928 5.258140784 5.805602663 5.390076463 5.529908125 5.445331267 5.663393325 5.560568457 5.584867399 5.892427035 5.057298814 5.285563277 5.10227378 5.20547164 5.933391049 5.308316411 5.473613421 5.725202159 4.961337046 4.956752372 +LQ01X002950 Soluble inorganic pyrophosphatase 5.838227629 5.539577193 5.882292842 5.639703587 5.490755462 5.238404856 5.380121684 5.57272294 5.393937469 5.916460894 6.126043745 5.474009734 5.806470325 5.327170624 5.564099624 5.633015899 5.630766009 5.746787772 6.037032016 5.818871584 5.605539296 5.545902047 5.997243054 5.382901174 5.735933703 5.842106511 5.822805478 5.490276058 5.253160851 5.429070452 5.794761166 5.269142718 +LQ01X002960 Protein RER1B 13.12555336 13.16463216 13.04092448 13.39360938 13.45634156 13.28018545 13.40739631 13.54212228 13.19883656 13.09961151 13.10019951 13.28888552 13.54842879 13.38260454 13.30339256 13.50977451 13.36791146 13.4034125 13.00341959 13.38645488 13.03907705 13.27825328 12.70951544 13.30634429 12.92487629 13.33205881 12.55660299 13.63733721 12.66231769 13.63178178 12.7239526 13.15727329 +LQ01X002980 Isoflavone reductase homolog A622 10.65680411 10.85370145 10.62657227 10.90813824 10.68367001 11.29704722 11.20598445 11.4357078 10.96543646 10.90337722 11.13720334 11.01800226 11.11157248 11.34685627 11.30778961 11.6988611 10.20315408 10.82855063 9.58142087 10.58865378 10.39106922 10.60813746 10.53812541 10.59366409 10.27389811 10.68234915 9.195583946 10.72329744 10.4981775 10.96621531 10.68492906 10.46445247 +LQ01X002990 Putative Uncharacterized hydrolase yugF 12.87077917 11.9396474 13.04438518 13.05198662 11.98730699 13.89455296 13.76444616 12.79999843 12.96061998 12.06897973 12.9727431 12.86411802 12.49244448 14.23744726 13.75218144 13.04508102 11.76764765 12.35259598 12.1242559 12.9492253 12.28994448 12.21310237 12.92432075 13.07822989 12.1230431 12.78959869 12.22711216 13.19073218 12.40192524 12.51307064 13.65220119 12.46884037 +LQ01X003040 Laccase-11 5.641011826 5.76730626 5.907384198 5.451512073 6.130750157 5.926404441 5.727890571 5.947050479 5.80069346 5.361003022 6.317896086 5.629153428 6.176307548 5.759272973 5.762371545 6.056038419 6.593049431 6.068952973 5.649980766 5.474045576 6.413602316 6.235923113 6.029490674 5.645364264 5.608219756 6.150337644 5.767027682 5.954965937 5.618837013 6.086471623 5.495744801 6.30294678 +LQ01X003050 Tubby-like F-box protein 5 5.886120599 6.164335991 5.734451728 6.177641689 6.106924093 6.023234089 6.247046346 5.618755231 6.213736144 6.746624821 5.566660169 6.074530144 6.226483687 6.016353541 6.330586159 6.228534989 6.016987486 6.134334427 6.677547572 6.593395914 6.923759509 5.841085669 5.557010563 5.301853765 5.859929639 6.207994972 6.98407174 7.104449281 6.719984372 5.808773747 6.232351927 5.911236527 +LQ01X003060 Anaphase-promoting complex subunit 10 12.99565181 13.16370659 11.90213245 12.69439199 12.03704729 12.73170753 12.79396123 12.33033665 13.4458267 13.29170632 12.40870102 12.91322536 12.19228777 12.81604761 12.86435898 12.66273809 13.06614015 12.91803593 13.25172645 11.91129866 11.8209419 12.54826794 12.21820148 11.61605646 13.49914835 13.48627328 13.29462263 12.34177401 11.3262322 12.28146139 12.17695997 11.58684704 +LQ01X003080 Putative U-box domain-containing protein 5 5.196847323 5.228502627 5.568779986 5.181761663 5.868946969 5.620204952 5.22162127 5.435923828 5.604053115 5.255440075 5.165439184 5.10804304 5.18460011 5.694211334 5.382690062 5.193443674 5.913066865 5.467321447 5.877339347 5.545720926 5.488866902 5.315568366 5.804428245 5.622310477 5.2713009 5.419344693 6.200689962 5.238574715 5.84202986 5.57431622 5.720328936 5.684711075 +LQ01X003120 Putative DNA-3-methyladenine glycosylase 1 10.15295075 11.18356895 10.1740362 9.331777125 10.2473743 8.70303079 8.707531376 8.947783793 10.24242874 10.49944601 10.19395071 9.50244119 10.71386831 8.91336321 7.92293008 9.222567637 9.844016445 10.82022698 11.02456336 11.35490978 11.51316499 10.12747375 10.60585361 10.7749329 10.32555791 10.87763857 11.505027 10.99512712 11.38543095 10.15990718 10.95783878 10.73570892 +LQ01X003130 Sugar transporter ERD6-like 6 5.097861273 5.005013359 5.367043436 5.033970445 5.453846982 5.110879137 5.078354056 5.011310034 5.303294154 5.022473944 4.862339355 4.943468476 4.998244091 5.058232249 5.236307306 4.929898998 5.425424098 5.272279044 5.20306178 5.199202704 5.134767086 5.238792317 5.52762377 5.692958077 5.333226377 5.067494431 5.255687191 5.071395736 5.302831361 5.197062756 4.833941641 5.240918526 +LQ01X003140 Putative Epoxide hydrolase 3 4.975280281 5.358087449 5.669833351 5.351931915 5.562452512 5.076304084 5.146914217 5.227455405 5.091499565 4.972490623 5.560011206 5.361583559 5.511414063 5.406485868 5.188449378 5.28799398 5.23179301 5.493239244 5.166535869 5.534639568 5.050538625 5.205951634 5.529882282 5.004468042 5.23593514 5.6147048 5.05001454 5.008727604 5.212266463 5.589075416 5.189743896 5.500596703 +LQ01X003170 Probable ADP-ribosylation factor At2g18390 5.467105513 5.663874871 5.542754907 5.740257145 5.130882574 5.576685999 5.445986873 5.070970734 5.898889613 6.652731395 5.504809486 5.679832359 6.125584573 5.454631562 5.79838687 5.026118976 5.892074915 5.564837873 6.137094947 5.805849828 5.556107985 5.614091851 5.501056687 5.517536626 5.699530808 5.786099157 6.203691543 5.199673593 5.970611926 5.864929014 5.278729701 5.55665549 +LQ01X003210 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.424217559 6.145747263 6.610589375 5.322370723 6.888578537 5.128391266 5.615646119 5.668346533 6.303608614 5.967845251 5.921726883 5.359315039 6.463446571 5.088436479 5.177691793 5.590070983 6.317097377 6.630605314 6.919544207 6.571025395 6.820105568 6.246637137 6.851681517 7.33141481 6.372768093 6.763191635 6.996478859 6.166056587 6.831495619 6.435885841 6.506400277 6.294233908 +LQ01X003220 Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 6.521300377 6.78446325 5.931965344 6.04730597 5.903443517 6.549681088 6.724277181 6.573786318 6.260671022 7.370250286 6.140119694 6.333650718 6.329169363 6.49097853 7.019136749 6.318463939 6.461935185 6.914234522 6.826250736 6.812898447 6.832843397 6.447452727 7.128244794 7.045047245 6.196768043 6.593157531 7.328621687 6.442893516 7.192337791 6.400733024 6.42204032 6.133874135 +LQ01X003260 UPF0195 protein At1g68310 13.44449424 13.44286709 13.50230902 12.64064565 12.99370058 12.67373514 12.16319394 12.0390697 13.15692419 13.34322066 13.2427261 12.55278276 12.77941999 12.54611256 12.24884663 12.23988576 13.39729573 13.25732312 12.95330865 13.32029977 13.35038384 12.45283772 13.05440583 12.49154736 12.76771418 12.41676274 12.66943967 12.79851099 12.80673668 12.14499662 12.90157405 12.40335199 +LQ01X003290 Scarecrow-like protein 4 11.8014877 11.25230358 12.30323289 11.52018792 12.71160094 11.56757851 11.33709222 12.04857177 11.1535621 10.59499081 11.81224349 11.39620648 12.0231969 11.61735568 10.98876644 11.4306487 10.17847783 10.70979792 10.781865 11.81624192 12.09263413 11.64129232 12.00338851 12.09979625 11.00488309 11.22557772 11.34409183 12.07489686 12.3284042 11.97289666 12.11868308 12.08152888 +LQ01X003300 Succinate dehydrogenase [ubiquinone] flavoprotein subunit 1, mitochondrial 5.841416361 6.000886315 6.477582869 5.671716467 6.305518484 6.259052266 5.830320335 5.940422065 6.313159271 7.322430707 6.573628326 5.705740517 6.550010642 5.96301286 6.757016349 6.009247467 6.084487879 6.213911547 5.836575481 6.164867174 6.272619736 6.064281927 6.551453496 6.557731609 6.23326877 6.046397466 5.876097626 6.244503932 6.345096208 6.019251359 6.730371583 6.515340909 +LQ01X003320 Putative uncharacterized protein 7.297006518 7.133404353 7.354239556 7.175342499 7.30207334 7.586737838 6.922555331 8.007358719 7.806239945 6.492343928 7.432930927 7.229688192 7.162702671 7.346513683 6.671350848 7.499933293 6.936870179 6.494032814 6.593194628 6.461901662 6.678916636 6.961954904 6.579210054 6.041962401 6.725398303 6.630982314 6.872811404 6.642687798 6.639155627 7.020594788 6.419172461 6.974998692 +LQ01X003340 Putative Lymphoid-specific helicase 8.436455321 8.922859581 6.187860742 5.853943033 5.964760335 7.381864444 6.505707512 6.4572869 8.324772461 8.762330728 6.121845703 5.961508912 5.638875467 7.230351285 6.396235527 6.09877848 8.132032129 7.33732107 9.139933599 5.546723051 6.190759721 7.338321266 5.4835542 6.821826011 9.301801516 8.865790824 10.02657253 6.453219981 7.127955281 6.653142019 5.912303159 6.00485219 +LQ01X003350 Predicted protein 5.795336183 6.006673593 6.060561132 6.166912906 5.719859614 6.29999782 6.458529781 5.935218441 6.010349413 5.916799529 6.202247765 6.281869124 5.47084703 6.202220054 7.795021239 6.240225671 6.211455279 5.824125849 5.970476646 5.714279877 5.861978548 5.601390429 5.219725302 5.864596136 5.534954179 5.715361943 5.75464282 5.833232945 6.120656813 5.518662045 5.723458025 5.528269996 +LQ01X003360 U1 small nuclear ribonucleoprotein 70 kDa 14.30776967 14.58971359 13.80997053 14.02235613 14.17676893 14.30857427 14.00148056 14.61330127 14.36215605 14.27106439 14.03269694 14.00897722 14.22293613 14.56237773 14.10484556 14.53758043 14.59667569 13.60839467 13.87005333 13.98636801 14.37512196 13.93498982 14.0184934 14.15990469 14.1394104 13.34292175 13.63849993 13.89937083 14.68745103 13.92646672 14.00329494 14.15554803 +LQ01X003370 Somatic embryogenesis receptor kinase, putative 5.441294016 5.88086697 5.051331127 5.764091055 5.793478364 5.565368475 5.657188427 5.759403895 5.542865705 5.629389387 5.843490295 5.683638097 5.554011703 5.308841212 5.643136752 5.914794686 5.635528713 6.146690721 5.876883521 6.264884255 5.886236814 5.745283872 5.366242595 5.100831795 5.775851041 6.23085359 6.520918235 6.125992019 5.658492412 5.797123071 5.521116708 5.483897262 +LQ01X003380 Putative F-box protein At5g03970 12.22634948 12.3286669 12.67799369 12.27136787 13.2107832 12.91384954 13.05531666 13.36268447 12.03731133 11.73147414 12.54323187 12.25048473 12.79128228 12.76416814 12.94328127 13.19823201 13.1183911 12.61318589 12.81933267 13.52931072 13.49232872 12.37735159 14.09450383 13.81383781 12.15713789 11.83300777 12.31785537 13.20594079 12.9719743 12.91422184 14.08964592 13.63185491 +LQ01X003400 Putative uncharacterized protein 13.31564605 13.27532 14.50333506 14.56245046 14.91210625 14.68980499 14.71405169 14.6083481 13.2614135 12.88986128 14.01095762 14.92415027 15.15904832 15.01881586 14.61773139 14.99230672 11.88999789 13.08804967 12.30634513 13.78324459 14.27497747 13.91105457 14.5997308 14.73961179 12.37388897 13.41235372 13.20011374 14.2012966 14.23486397 15.03560625 14.85186036 14.75639607 +LQ01X003410 Acidic leucine-rich nuclear phosphoprotein 32-related protein 5.820729854 5.650267437 5.40176389 5.835359806 6.371604147 5.585810487 5.401493329 5.768241915 5.964934138 5.981411505 6.352265005 5.833180942 6.099367911 5.575127668 5.789694956 5.686855255 6.090228754 6.587092949 5.836711968 6.636144012 7.088368134 6.089101691 6.380286864 6.407553922 5.860652207 6.240789061 5.638858988 7.027165267 6.645816062 6.205898821 5.555121756 6.186380473 +LQ01X003440 Putative Polyol transporter 5 5.99830475 5.881372868 5.819987884 5.66742412 5.835635846 5.143296701 5.740825345 5.117719995 6.055166319 5.821634608 5.272100411 5.768779459 6.155034723 5.337083269 5.1999115 5.333177116 5.59636471 6.400673458 6.218292084 5.947973873 5.467758161 5.860977561 5.61277561 5.282752318 5.694487078 5.738172662 6.135007387 6.061940106 5.392765603 6.112428597 5.297834365 5.345490921 +LQ01X003480 Splicing factor 3B subunit 4 6.389886575 5.695399932 5.333987594 6.369575042 5.767260028 6.129094959 6.433453204 6.395853329 6.171453087 5.696240608 5.5008248 6.598008391 6.138906087 6.061263037 5.795143893 6.610636298 5.816026908 5.804956897 6.631022128 6.128910864 6.390169241 6.30624327 6.06710316 5.88024713 5.934874045 5.679469995 6.701010281 5.771680626 5.906486711 6.033285696 5.696591639 5.412540103 +LQ01X003500 U2 snRNP auxiliary factor large subunit 10.06309526 11.47379786 10.48698298 9.037126367 10.92812709 10.07950182 10.0020648 10.70552224 10.14845012 11.60537715 10.16933962 8.998715109 10.60617906 9.996973349 9.868926047 10.21689318 10.45129544 9.564337814 11.72400594 10.75312317 9.713222134 11.09355511 10.69785375 11.79200135 10.83193088 9.708107385 12.04373341 10.50890599 10.50444183 11.04549453 10.92360881 11.90771604 +LQ01X003510 DNA-directed RNA polymerase, putative 5.790503258 5.443575384 5.199757739 5.050550917 5.488341801 4.753761577 5.067175562 5.305392337 5.204651702 5.344813648 5.41484406 5.264947808 5.420704604 5.219627432 5.198725965 4.862271465 5.196686223 5.988077441 6.266527424 5.396819012 5.519696098 5.381455894 5.645237455 5.24642061 5.412072779 5.659164161 6.290831333 5.746064838 5.565773479 5.526560278 5.337792204 4.823959117 +LQ01X003520 Predicted protein 12.27840345 11.726863 11.94302771 13.10985867 12.76172443 13.67044523 13.73538258 14.24177141 12.3798684 12.69248265 11.89772275 13.47400787 12.3834752 13.90252957 14.08442963 14.18034308 12.98957308 13.27435583 12.96675387 11.66766278 11.82971434 12.64498291 11.75048089 12.23815349 12.47623248 12.71411505 12.63076913 11.61177097 10.4595771 12.53452609 12.02236165 12.53534005 +LQ01X003540 Probable protein phosphatase 2C 80 12.605606 12.94455894 11.75593835 11.91777204 11.79479329 13.36952002 13.21700077 12.37332288 12.34504283 12.72592577 11.65759204 11.77045757 11.67592016 13.01990869 12.6937952 12.6091058 13.35270437 13.33780826 13.08409674 11.94015938 11.76985305 12.22514886 12.33256606 12.78293478 12.52702362 12.25990636 12.86285188 11.94044042 11.45378332 11.75423883 11.80756921 12.34035153 +LQ01X003610 Minor allergen Alt a 7 12.96379991 13.04065955 13.02921786 12.82591758 12.93076082 12.99215047 13.09061791 12.8231382 12.87598467 13.39207795 12.95073847 13.13753936 13.30200573 13.20627618 13.25830484 13.05810936 13.22263624 13.19116581 13.45803433 12.96767954 12.65124467 12.94654085 13.09402095 12.9542122 13.31680539 13.23527237 13.69829593 12.80921281 12.78773439 13.0439739 13.01045591 13.18730493 +LQ01X003620 Putative Xaa-Pro aminopeptidase 1 12.94195901 13.01606677 12.54363192 12.60360915 12.58009551 12.57305478 12.51276593 12.54509 12.6613603 12.79576287 12.54470652 12.57496215 12.62148246 12.43394236 12.36241236 12.46448874 13.06837103 13.0897907 12.59356823 12.95267137 12.58974744 12.68687128 12.48239676 12.94384712 12.72483041 12.68828186 12.58807511 12.55692677 12.60831931 12.63857023 12.52996765 12.947995 +LQ01X003640 Anthocyanidin 3-O-glucosyltransferase 5 7.300655904 7.53353129 5.71922438 5.704752325 6.294044007 5.767931373 5.576874572 6.678301355 7.50464999 6.095214564 6.004314846 6.090670705 6.041230041 6.265908731 5.506022243 6.132449708 7.194586605 7.275182016 7.594284263 6.828651567 6.914755463 7.128758162 6.505024928 6.090005684 7.276258536 7.632657258 7.528460241 6.311546237 7.267032522 6.702952219 6.395675883 6.188662174 +LQ01X003670 Anthocyanidin 3-O-glucosyltransferase 5 6.821754124 6.739770875 6.034309793 6.013233291 6.117463449 5.575163237 5.760395394 5.230933082 6.792221839 7.430408257 6.720812861 6.08644447 6.780953819 5.231779135 6.051723052 5.375512358 6.66899111 7.119080093 8.061588586 7.496930813 7.126549481 6.716189202 6.065084774 6.035499035 6.256763084 7.120687688 7.17272696 6.12743681 6.924301051 6.588989177 5.369778894 5.284878475 +LQ01X003690 Anthocyanidin 3-O-glucosyltransferase 5 12.25775891 11.66704961 12.3914425 10.92363422 11.45936061 11.11649999 10.76578269 10.19392871 11.83384259 11.47871537 12.2800754 11.16794866 11.78559321 11.30129536 10.63489743 10.18720973 11.14313592 11.20220556 10.96215677 11.73602821 11.50365303 10.80216731 10.38793208 10.01292812 11.65298041 11.49880684 10.79006059 11.63186927 11.86014463 10.33969225 10.86489789 10.11764937 +LQ01X003720 NEDD8-conjugating enzyme Ubc12 5.568930062 5.892771561 5.495016221 5.840956288 5.599690026 5.731493184 5.747837794 5.904164039 5.847027362 6.63579662 5.643115955 6.025956498 5.633854713 5.628959857 6.669463153 5.663885051 5.496935845 6.095705764 6.040244705 5.996819108 5.964034731 5.750242204 5.753095334 5.911855263 5.61906019 5.693308581 6.082105194 5.82659416 6.147978629 5.626358036 5.095688859 5.749383107 +LQ01X003740 Geranylgeranyl pyrophosphate synthase, chloroplastic 12.92456147 12.47190194 12.6234391 14.40182116 13.22125312 14.13343299 14.32755787 14.1259993 13.26042002 12.96899782 12.8559617 14.27881947 13.09235713 14.2387629 14.83397894 14.50247351 12.75094772 12.27363503 12.46293581 11.59364282 12.00033845 13.37485945 12.46200817 13.08993865 12.81197452 12.83971501 12.0473791 12.94389436 12.19810934 13.83821427 12.55202852 12.8196706 +LQ01X003750 UPF0496 protein At2g18630 5.340571535 5.642531722 5.623469905 5.626940028 5.214764615 5.606518218 5.439500984 5.381583071 5.382363354 5.773397587 5.629736488 6.199096119 5.930597006 5.624463913 6.060958677 5.551948609 5.647763673 5.440654216 5.81891044 5.629413263 5.286926443 5.422285214 5.258956963 5.819072169 5.414912589 5.159586356 5.445727444 5.282246531 5.857690304 5.739274032 5.539564969 5.950438276 +LQ01X003770 Putative uncharacterized protein 4.865034429 4.931014549 5.374010275 5.022780368 5.221116365 4.694727273 4.902434522 5.508986891 4.929854938 5.034622043 4.97541209 5.098004063 5.141800709 5.002050796 4.83774794 5.473166666 4.931545252 4.990656417 5.098418818 5.08644238 5.508351084 5.070512465 4.675376034 5.009871808 4.81813149 5.309424096 5.311357406 5.575876808 4.982850632 5.100603251 5.182891028 5.000568203 +LQ01X003800 Putative uncharacterized protein 12.24984512 12.13839155 12.43577796 12.25184486 12.48210911 11.87561835 12.11821784 12.54857882 12.04231709 12.01214715 12.4890071 12.33302586 12.52489761 11.96453053 12.32532248 12.8244735 12.67575893 12.64809237 11.94233485 12.52870048 12.12637391 12.42863767 12.680808 12.04612217 12.13373723 11.97818251 11.7677138 12.56655511 11.38942315 12.47420326 12.69330906 11.97814829 +LQ01X003810 Probable galacturonosyltransferase-like 2 4.420457337 4.587413185 4.65954959 4.338971489 4.928793934 4.657611916 4.436370175 4.409438576 4.252936681 4.586795652 4.966792249 4.496225817 4.217111215 4.74748699 4.461019228 4.424203485 4.751178302 4.495430861 4.961366496 4.615914194 4.711235111 4.765195319 5.835775554 4.866219387 4.825321075 4.623179204 4.701945309 4.765139898 4.439692266 4.522026405 5.696010627 5.42169812 +LQ01X003830 Probable calcium-binding protein CML41 6.797378827 6.172332674 6.989482668 6.511118495 7.237364752 6.191961401 5.860464888 6.198367823 6.995814719 6.488035625 6.87974088 6.669403639 7.506345814 6.037680125 6.187401995 6.135203193 6.825618248 6.627910282 6.39715759 7.179622355 7.497806179 7.09014448 7.036455699 6.681178273 6.93683549 6.513301756 6.839893626 6.508577175 6.943404664 6.701214669 6.288025296 6.164339159 +LQ01X003840 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1, putative 5.696359106 7.920482932 6.093519976 5.635023008 6.673013362 6.250321385 5.976241669 6.423828541 6.531827784 6.906182642 6.89415867 5.942737127 6.723906806 6.065204489 5.847570188 6.398549222 7.894193942 6.326862113 7.09551082 6.950556995 6.094330703 7.488808675 5.969328905 6.990069711 7.981166284 6.476240898 7.245915817 6.369952386 6.34072928 8.022278022 5.900798229 7.642830456 +LQ01X003880 BEL1-like homeodomain protein 2 6.349643111 6.518462218 6.174147415 5.760653819 6.372152411 5.394747134 5.866927702 5.945441501 6.336869259 6.49052465 6.521570632 5.947121382 6.564373364 5.543065546 5.435229494 5.554877205 5.96818316 6.026540541 6.06506563 6.942725094 6.542907922 5.93041354 6.66381543 6.881175577 5.692423755 6.841565069 6.145354894 5.781750042 6.074351607 6.045700235 7.899687183 7.216594216 +LQ01X003890 Predicted protein 4.988465292 5.593465327 5.275051916 5.547194485 5.690741105 5.32414052 5.328721383 5.401611053 5.443120755 5.666858556 5.286297233 5.73243318 5.45595226 5.506320512 5.708692116 5.54364919 5.13066211 5.317107987 5.7939154 5.669534956 5.682114108 5.106079356 5.672292875 5.415361705 5.129833925 5.569401735 5.513245044 5.199197711 5.987865239 5.205536864 4.898777596 6.075189746 +LQ01X003910 Histone-lysine N-methyltransferase SUVR5 11.26897127 11.44840608 10.9929461 11.52266115 11.13005832 11.86097823 11.85341739 12.05815483 11.39054514 10.60744455 11.50129266 11.76880269 11.44269493 11.95541192 11.25167311 12.04654393 11.34568621 11.32337629 11.06245339 10.81528877 10.95715577 11.42805847 11.05573676 10.98327179 11.15592978 11.35157281 11.00495752 11.18857717 11.02995429 11.92463361 11.36180143 11.52445729 +LQ01X003920 Electron transporter, putative 8.157852042 8.625078994 8.216693566 7.85602626 8.218564838 6.860923921 6.346065443 6.674080907 8.560873152 8.081858493 8.443857279 7.769752281 8.060384476 7.406052619 6.608316748 7.385360823 8.208653952 7.435139769 8.163193817 7.384029712 7.668300195 8.438827665 7.199854766 6.797879175 9.074399126 7.647370178 8.524442551 7.904497453 8.175923369 8.4905295 7.217618662 7.495702491 +LQ01X003940 STS14 protein, putative 12.65965251 13.26739889 11.52306899 10.35602591 11.45585137 9.212046264 7.668927603 9.272719638 13.22535088 13.8483455 12.52903742 10.50396272 12.33426247 8.751098818 9.056359678 9.709777158 13.49084962 13.43125116 13.66521128 12.52277723 11.92914876 11.47021161 9.203740456 9.947818151 13.35977516 12.80258963 13.28429259 11.06845076 11.16759036 9.648614834 8.65082783 9.549331636 +LQ01X003980 UPF0497 membrane protein At3g50810 5.336112806 5.259233416 5.627350293 5.505255546 5.155090614 5.484219645 5.737260934 5.300547194 5.598180865 5.147962491 5.531653449 5.497885849 5.439541427 5.48324967 5.92236772 5.244848668 5.724495287 5.283411239 5.818460102 5.618139592 5.125951794 5.426221554 5.693666205 5.839301582 5.247224075 5.408388436 5.768470415 5.196915885 5.164520622 5.205571126 5.846837377 5.035295741 +LQ01X003990 Oxygen-evolving enhancer protein 1, chloroplastic 5.574452192 5.717154779 5.610687141 5.911537286 5.474267412 5.4531963 5.668432373 5.98681299 5.423488276 5.409646156 5.229476473 5.512791251 5.591118556 6.131878925 5.236177335 5.822834126 5.42287952 5.884075179 6.502003825 5.179143256 5.323235141 5.473924029 5.263493645 5.623444438 5.833586642 5.727752806 6.456308925 5.42209725 5.806651555 5.480328192 4.937838101 5.198293866 +LQ01X004000 COR413-PM2, putative 5.122729597 5.376465073 4.884913769 5.346566284 5.282267326 5.114682071 5.345507517 5.136845033 5.578083635 4.939342229 5.452659666 5.265576849 5.356115939 5.046470428 5.625010342 5.145761336 5.393738203 5.06797777 5.971610125 5.561382018 5.60856919 5.167627845 4.709867925 6.337483849 5.290084598 5.170610917 5.464233016 5.37621769 5.234864933 5.524120456 5.676846895 6.371743219 +LQ01X004030 Putative uncharacterized protein 5.921626007 6.159843991 5.533627484 6.451866206 5.681914094 6.043052218 6.157018169 6.043172219 6.380844707 6.298170403 6.020544568 6.418856996 6.225347623 5.970384939 6.524783143 6.10598835 5.554614799 6.025190347 6.434925198 5.872548404 6.250579816 5.741759965 6.057275812 6.224418675 6.142286737 6.147290742 5.899777145 6.315292849 6.316396351 5.906849344 5.88217005 6.133170225 +LQ01X004060 Putative uncharacterized protein 5.925742147 5.737805714 6.09711323 6.168994424 6.049888292 6.090187021 6.507462989 5.795872873 6.063583879 6.250806342 5.54040415 6.278258506 6.146630507 5.866739941 6.169209769 6.045606195 5.678735841 5.947182531 6.331467778 6.411562656 6.40655781 5.779848495 6.199224579 6.104945884 6.04241787 5.684718403 6.170962845 6.153482768 6.165998128 5.883890009 6.319908875 6.033652537 +LQ01X004070 Putative Predicted protein 6.260739757 7.014264768 5.628122552 6.119460121 5.629141479 6.165945407 6.294731071 6.164325494 6.150166168 7.832899567 5.625708119 6.3978729 6.291543005 6.146713118 6.132776281 6.351718602 12.2375179 6.589858621 10.5482314 6.552291113 5.896532187 5.70618729 6.313229837 6.068553115 8.842094665 6.719770019 8.943004341 6.133418396 6.005442199 6.036796613 6.360108511 5.643318312 +LQ01X004080 Putative uncharacterized protein F11C1_220 10.04903227 10.57104585 9.550540871 10.78664116 9.611591974 11.56027758 11.8286186 11.53438412 10.13265545 10.29662715 10.07243935 10.93981224 9.798819421 11.74217604 11.78989454 11.68394179 10.78681838 10.43702354 10.27607913 9.639643733 10.24575719 10.10384052 10.84721573 11.28589721 10.39406337 10.27200148 10.02617671 9.882142551 10.32317183 10.29379119 10.8915247 10.98795931 +LQ01X004100 Putative Guanine nucleotide-binding protein alpha-2 subunit 5.981793385 5.81158684 6.425755989 5.685003023 6.22594887 5.870410061 6.053839727 6.213112023 5.972430947 5.826519611 6.065816748 5.622566963 6.131095362 5.895717448 5.694080592 6.088053355 5.638746816 6.225104879 5.723146001 5.99245534 6.256352687 6.001785736 6.328723639 5.887923347 5.534834285 6.331891263 6.156346819 5.820969276 6.068378033 6.268990342 6.257828115 5.590866678 +LQ01X004210 Molybdopterin cofactor sulfurase, putative 13.27747426 12.98894885 12.90338917 12.69741698 13.09836254 13.03841013 12.87150363 13.15325169 13.25612385 13.19791866 13.07009063 13.18377487 13.28073158 13.10708488 13.07226374 13.40477498 13.16254345 13.39862282 13.54403416 13.45433237 13.33266064 13.14457065 13.09106609 13.38841272 13.60416626 13.56541671 13.46800086 13.50689532 13.10150959 13.28940227 13.19763839 13.28934745 +LQ01X004280 Putative Polyneuridine-aldehyde esterase 7.143564696 7.834356082 6.067439467 6.860696651 6.311678885 7.146953933 7.32424256 6.661281382 7.391611683 7.331394618 6.327930217 7.032906779 6.302726653 6.983468524 6.458670644 6.839680812 7.138405914 7.55805975 7.748426256 5.762120005 6.330817238 6.766490803 6.015163027 5.468948049 7.653438125 7.729989036 8.036790019 5.375501975 7.355258154 6.589756452 5.74357171 5.847471964 +LQ01X004290 Polyneuridine-aldehyde esterase 5.676387503 5.634720913 6.349706217 5.608334213 6.13806866 5.534577344 6.196288738 5.79972236 5.6216751 5.443032996 5.951128836 5.524251465 5.663278265 5.811768225 5.593270022 5.777497787 5.550294743 5.753933153 5.624766725 6.489946753 5.982252166 5.725873185 6.196999325 5.409137112 5.516433642 5.714639318 6.092212698 6.246031715 5.535492816 5.942142204 6.329141905 5.862075257 +LQ01X004320 Polyneuridine-aldehyde esterase 4.875670675 7.051197857 5.202323862 6.154211578 6.233833705 8.335939727 9.45695944 9.492568816 6.182099241 5.459449556 5.839763645 5.724911941 6.057528697 10.03434052 7.182654464 9.907168843 7.306227492 5.944365905 5.423306432 6.357514119 5.312778347 7.080125959 12.30805539 11.56103224 6.503487211 6.502296627 5.662009194 7.068059289 5.776645075 7.984585642 11.8372026 11.50883765 +LQ01X004380 Polyneuridine-aldehyde esterase 8.908013263 9.388906588 8.171403983 7.038149914 8.143844876 10.77458796 9.968725438 10.09556463 9.735496777 9.745200928 9.267574023 7.723381244 8.335347498 10.42329543 10.01442799 10.1451945 12.25675613 10.35052192 12.30100165 11.02913689 9.486136439 8.98340344 11.43647977 10.85821028 10.36830728 9.229798088 10.59137378 8.866541026 8.931889777 9.052005229 11.54796496 11.55257403 +LQ01X004400 Putative Polyneuridine-aldehyde esterase 5.603614925 6.040163418 5.788982828 6.617435944 7.717252755 10.41550951 10.57641487 10.64701524 5.926894218 6.019803997 5.186247652 6.709620308 6.942976024 10.7320263 10.70651083 11.20412123 7.78911456 7.451846125 8.253581033 6.272891282 5.925923316 6.54865243 10.36588611 9.847057225 6.860093035 6.455717142 7.188372645 5.855368517 5.819996614 7.110678402 11.22606591 10.20582263 +LQ01X004420 Putative Meiotically up-regulated gene 66 protein 4.464575228 4.66429785 4.903323386 4.766350933 4.788086496 4.763137292 4.790067963 4.905874711 4.894372861 4.518166503 5.112689896 4.813414249 5.164738529 4.606677167 5.147135402 4.791751568 4.785861693 4.875035782 4.884403502 4.901932387 4.443671261 4.959517063 5.784682025 5.046281325 4.907433792 4.726873707 4.818941334 4.799217912 5.000036186 5.109015085 5.767080486 5.149103672 +LQ01X004430 F-box family protein 4.975029335 5.19560774 4.99451915 4.94995028 5.224737436 5.005986051 4.830847955 5.067093097 5.08048017 4.827530555 4.643753292 4.914765547 4.9675364 4.893122365 4.691523179 5.00272602 4.749213419 5.020386354 4.993114313 4.841463076 5.298220469 4.838147811 5.161203496 5.055559159 4.809937032 4.633178491 5.221873652 4.651238869 4.735997836 4.879867889 5.394090314 5.447373551 +LQ01X004450 L-ascorbate oxidase homolog 11.30825419 10.97433766 11.64130249 9.944128222 10.84661631 6.252785508 6.009289428 6.316569202 11.50141053 11.29724362 11.4848771 10.15582794 10.82538565 5.931132173 6.268393289 6.060603611 11.31144864 10.95827603 11.17305763 11.03136601 11.00228313 11.83283918 5.20763384 5.706453673 11.4942375 12.13450973 11.04406299 9.78521767 11.9181614 9.796390614 5.56722819 5.656906449 +LQ01X004470 Putative Reticulon-like protein B13 4.970880204 4.823452604 5.376151531 4.799489073 4.763365219 4.833551987 4.876376838 5.135312651 5.079637155 4.982005076 5.153762539 4.989735314 5.024377762 5.009365966 4.749302019 4.982076807 4.766296705 4.990724142 5.012431052 4.998758569 4.891701669 4.886845458 5.018410505 5.80026932 5.036820212 4.893593758 5.233446183 4.836133902 5.026959084 4.930353158 4.773181151 4.768917561 +LQ01X004490 Putative Probable disease resistance protein At5g66900 5.125499997 5.624566113 5.416972152 5.38366533 5.600874837 5.322773818 5.594455317 5.002483545 5.34528153 5.182750969 5.706832691 5.183895416 5.128020824 5.364103652 5.1744683 5.304827289 5.210797762 5.947572249 5.724983899 5.915960172 5.503134454 5.509184421 5.651326418 5.312240302 5.52627367 5.826344267 5.869024855 5.664801289 5.453898674 5.51603371 6.227809603 5.158117921 +LQ01X004520 Serine/threonine-protein kinase SRK2I 13.25743857 13.46377946 13.83624262 13.99074443 13.86256544 13.53774287 13.91780228 13.84589205 13.40068493 13.50046085 13.85610874 13.69449574 13.95340095 13.78380584 13.98284692 14.19902267 13.35843043 13.58681749 12.5796787 13.65225828 13.50186157 13.94552556 13.35677799 14.16899416 13.25379496 13.53290736 12.59024158 14.05618245 13.98941563 13.99848185 13.87102297 14.42747301 +LQ01X004540 Putative uncharacterized protein 9.344226551 10.157136 9.938707419 11.21902822 10.5773617 12.56910762 12.82690985 13.0523906 8.778243331 9.808783371 9.380438781 10.61136937 10.16187928 12.11432509 12.84362705 12.44090653 10.3732495 9.925769079 10.94002713 9.162330858 8.850824064 10.441077 11.11506044 11.26962878 9.097788169 8.961403911 10.69573168 9.525666799 9.121154287 10.77122055 11.17821506 10.63370243 +LQ01X004550 Putative Protein misato homolog 1 5.87281457 5.371389765 5.378264427 5.454261678 5.352772466 5.588815291 5.303109283 5.265262626 5.435892437 5.798751839 5.553585253 5.541374392 5.128690953 5.519961675 6.019020901 5.197621287 5.40777229 5.272303688 5.70975057 5.662732761 5.466709522 5.182423727 5.502876683 5.952551531 5.094077595 5.494834171 5.613551774 5.471774953 5.212632543 5.141258009 5.278466356 5.258074938 +LQ01X004570 50S ribosomal protein L25, putative 5.555198515 5.510403754 5.299440706 5.610875167 5.128940747 5.464111603 5.942656468 5.183258484 5.4372749 6.149363312 5.493211828 6.141904543 4.861915157 5.825187056 6.055482384 5.454954526 5.212853653 5.23742843 4.83583339 5.206922347 5.509741305 5.337531156 5.444003012 4.977022139 5.276706934 5.102977194 5.25487641 5.372978826 5.522957666 5.337718789 4.848448796 5.000053733 +LQ01X004590 Peroxidase 10 5.162465769 5.218801067 5.342035608 5.459184703 7.081507079 5.475161432 5.339554665 6.794543511 4.95932277 5.232743884 5.569731122 5.603411785 6.808903782 5.371073976 5.490545467 7.442562535 7.891866163 7.32642565 5.95200977 8.821612474 6.399001268 7.963580024 5.668876692 6.770319635 6.140517041 6.053977784 5.980941432 7.43680434 6.367637678 8.193796323 6.085601504 7.077658498 +LQ01X004640 Putative Probable phosphoglycerate mutase gpmB 5.160458997 5.325976979 5.105520077 5.343198532 5.441859086 5.864876868 5.001074607 5.118963582 5.30348735 5.251835872 5.187284625 5.426179943 5.198589786 5.822205471 5.349998593 5.247376914 5.179434518 5.382719174 5.796773532 5.520078262 5.501097148 5.082462857 4.931176026 4.614833348 5.054854818 5.086997019 5.658935973 5.678787232 5.097413833 5.019259933 5.604878454 4.844822012 +LQ01X004660 CDPK-related protein kinase 5.336645542 5.02768202 5.147739537 5.292766189 5.035675578 5.370905104 4.858623806 5.008266508 5.369286156 5.111264627 5.356174178 5.271078658 5.475327058 5.198898712 5.440819231 5.28549387 4.945140223 4.980112052 5.367306023 5.215346373 6.144216896 5.235174836 5.155636175 5.457811571 5.148118701 4.88927752 5.668217058 6.048872157 6.115484278 4.883336938 5.83736704 5.393334099 +LQ01X004670 Putative uncharacterized protein 4.796003644 4.934632887 4.988192542 4.808901819 5.012918625 4.958564772 4.799661144 4.850325384 4.848197451 4.865517218 4.956441215 4.996988089 4.890637625 5.038478683 4.805885702 4.852254156 5.479944094 5.053644082 5.567445186 5.296582991 5.165831131 4.81964183 6.44691201 5.379754683 5.374788959 5.318041147 5.868753506 5.513749464 5.037215748 4.778085205 5.037290786 4.938815289 +LQ01X004700 Nucleotide binding protein, putative 12.5902689 12.56134512 12.37992637 12.73652289 12.38266591 12.09051009 11.78800428 12.25230641 12.56597515 11.9092076 12.50327868 12.88999512 12.57575475 12.17643053 11.75477498 12.43735313 12.89109302 12.88031764 12.87398568 12.59002043 12.69380304 12.99550951 11.86499271 12.20765509 12.6957717 12.99557529 12.69281901 13.01388657 12.82347409 12.89152418 11.9751522 12.16503411 +LQ01X004720 Hypothetical protein 4.790014537 4.857636977 5.142342224 4.854409507 4.81579955 4.969425973 4.995940427 5.227427723 4.859894379 4.866430513 4.922220076 5.015617867 4.801653196 4.834340311 4.832781024 4.940723363 4.920043407 5.073843651 4.823331085 4.980575035 5.350549706 5.215442074 4.738796396 5.287975744 4.895759761 4.886197784 5.221440872 5.045141622 4.853192615 4.770120024 5.09055542 4.796627221 +LQ01X004740 Putative Rapid ALkalinization Factor 5.409870048 5.582726526 5.541669783 5.381433964 6.296702319 5.893573177 5.39704483 5.655708133 5.596841393 5.119593666 5.639236573 5.713397827 5.512343791 6.079844953 5.070134616 5.865416196 5.389297095 5.946567533 5.549274088 5.147661471 5.570465763 5.286117716 5.586208355 5.436957946 5.591363282 5.572323321 5.273137786 5.221352696 5.839142529 5.450716437 5.092592652 5.338081674 +LQ01X004780 Putative Patatin group A-3 5.286235524 5.041369419 5.175093649 5.341432942 4.841375322 5.411843239 5.282545956 5.200612322 5.213326495 5.071263126 4.983628377 5.393634571 4.934707316 5.313329252 5.259016225 5.270434742 5.197426244 5.197224368 5.428377365 5.004332251 5.327567161 4.87847458 5.174050518 5.266772636 5.071644483 5.223970908 5.241447572 4.779391618 5.230850187 5.447672624 5.033489836 5.101009143 +LQ01X004790 Putative uncharacterized protein 5.5540949 5.08992531 5.462455168 4.836335151 5.234946391 4.986699857 5.602959272 5.055186802 5.422004415 4.812917892 5.289133915 5.012075491 5.291440827 5.106034002 4.737869471 5.508284243 5.129937936 5.143020646 4.899070153 5.159558521 6.027066414 4.991257227 5.384320386 5.525569144 4.946580205 5.116929048 5.430341109 5.535776948 6.026858458 5.298014615 5.382644297 4.885107025 +LQ01X004820 Methionine aminopeptidase 1D, chloroplastic/mitochondrial 12.40622648 12.8001064 12.63396 12.19543596 12.69646237 12.27077518 12.47366814 12.58597103 12.69875126 12.72045213 12.89147615 12.11858809 12.81652002 12.33690072 12.26974664 12.35296227 12.82011787 12.92803 12.86616828 12.83914038 12.7969519 12.74851239 13.53039493 13.37566574 12.58444315 12.61399021 12.79292669 12.90467575 12.80085033 12.77586763 13.30300565 13.27307529 +LQ01X004830 Putative Cyclin-dependent kinase inhibitor 3 12.8371555 12.73130337 14.10916689 14.61870025 14.57240775 14.00973462 13.85385469 14.58997011 12.57083549 12.80415619 13.75607798 14.03193572 14.2406711 13.48689005 14.4251717 14.09614985 12.66905417 13.62651367 12.51050955 13.88269871 13.87013809 14.33791913 13.37682655 13.76462097 12.13149176 12.85863396 12.37061764 14.3237016 14.04109984 14.61766729 13.6452472 14.04365715 +LQ01X004840 Putative Uncharacterized membrane protein At3g27390 7.676380605 6.321708631 11.39344358 11.89472286 11.74844698 12.21968122 12.69825789 12.79280828 8.590725884 6.212122443 11.40006178 12.02557717 11.98995657 12.40744431 12.96748702 13.05781162 6.868790753 7.622817237 5.778028335 10.34739491 10.47958477 11.51048741 12.11739635 12.69510373 6.797080047 8.876007085 6.192304288 11.60778583 10.77220749 12.40966835 12.19193281 12.51709689 +LQ01X004870 Putative uncharacterized protein 7.687134043 7.522288896 6.939384524 8.256286229 7.758942756 9.903930221 9.633608317 9.710884025 8.10737679 7.152022006 8.20568215 8.479196802 8.411499683 10.02793053 9.457002984 10.3547787 8.184439194 8.467372564 7.4669963 7.58386614 7.759431575 7.789153039 10.2917073 10.19011474 8.261051991 8.049431312 7.918971244 7.366445994 7.352315405 7.709040677 9.881369987 10.21012381 +LQ01X004890 Putative Multidrug and toxin extrusion protein 1 6.325933585 6.289524829 6.753717376 6.154101596 6.136023872 5.945823172 6.402336065 5.367465059 5.95270371 6.188860591 6.458933168 6.176007394 6.746946995 5.650101578 5.967524391 5.404685542 6.195297161 6.592891912 6.659960232 6.518743847 6.559825628 6.890254536 6.397303118 6.668747083 6.785830119 6.589685093 6.368886614 6.388329893 7.297619436 6.723920194 6.116772999 7.162862189 +LQ01X004910 Putative uncharacterized protein 5.544703354 5.386009978 5.741296955 5.734569902 5.126200958 6.381231325 6.097964388 6.43487006 5.079958415 5.057929502 5.217762524 6.002509208 5.375135798 5.65952291 5.659634991 6.108876403 6.016104098 5.302471054 5.421775114 5.645063026 5.58088567 5.580009873 5.245429583 5.271951538 5.568549961 5.326670725 5.216161747 5.145777347 5.596719663 5.800648596 5.973164804 5.427108175 +LQ01X004950 Caltractin 13.72630191 13.92817429 13.23734637 14.29050306 13.86442472 14.15306276 14.28277793 13.95898523 13.71004467 13.87641467 13.23319385 14.0566664 13.61465965 14.29181129 14.3091311 14.31435111 14.37455595 14.07942843 14.10920709 13.27330424 13.23573768 13.75582784 13.716078 13.60335132 13.91602703 14.02944847 13.86637502 13.49840785 12.8742709 13.85107264 13.84897889 13.57174634 +LQ01X004960 Red chlorophyll catabolite reductase, chloroplastic 12.30669657 12.36822461 12.71169418 12.34636332 12.19954854 13.06173063 13.13068116 12.34876488 12.20340961 11.59900244 12.68572232 12.34099234 12.49898542 13.10615403 12.61813716 12.74297301 12.16024292 12.22014309 12.45192742 12.7737282 13.03150381 12.17839944 13.89606878 13.18264275 12.33856906 12.45181812 12.35138939 12.7266154 13.10421449 12.06940959 13.65318467 12.95979802 +LQ01X004970 Heat shock factor protein HSF24 6.441018722 5.723875577 7.17779159 7.103459466 6.684122099 6.41849928 7.410370735 6.059398787 6.447368177 6.290436627 6.90139391 6.808909193 6.911574578 6.1409987 8.417139182 6.349351573 5.742497238 6.333086737 5.839910518 6.17772801 6.326254661 6.290497303 6.493461106 5.559792709 5.887575724 6.503810512 5.96933806 5.963834475 6.158555071 6.737608726 6.20580353 5.707207697 +LQ01X004980 Putative Protein of unknown function DUF1685 11.62617446 11.49180171 12.08108317 12.03898482 12.9271447 10.85033704 11.44728118 11.81776628 11.4690942 11.53149697 12.0802685 12.21620599 12.46881569 11.0932906 11.69145229 12.01971553 11.8641663 12.3460611 12.02616031 12.45267921 12.56188216 12.37865381 12.684322 12.53279974 11.6118133 11.78300203 12.4124469 12.60981928 12.64357993 12.70250167 12.5767897 12.70440824 +LQ01X005000 Glutamate receptor 2 plant, putative 4.777869701 4.879664365 5.144448696 5.112173571 5.339550996 5.039098674 5.076077779 4.896145159 4.852857097 4.785414436 4.988723827 5.058419289 5.29693883 5.282828527 4.832588128 4.808088584 4.709715345 5.137379112 5.160335796 4.575421059 5.157480463 4.994633538 5.129803506 5.453311256 4.976498418 4.989934203 5.008806924 5.356310676 5.308943638 4.557883638 5.898702639 4.863967875 +LQ01X005040 Splicing factor, arginine/serine-rich, putative 11.99612693 11.88448665 11.73159746 12.10582783 11.54711827 12.73990125 12.60718608 12.80780235 11.57136224 11.3711754 11.48083599 11.7519876 11.35203006 12.67152317 12.75239555 12.55788768 12.34100761 11.84790236 11.51484076 11.45129655 11.45029029 11.91216451 11.86654268 12.51682517 11.95960767 11.62735201 11.24082134 11.81613298 11.64334976 12.37943697 12.11278718 12.12515068 +LQ01X005060 Zeaxanthin epoxidase, chloroplastic 13.50365431 12.9924893 13.86698949 14.00699607 13.63950778 15.05346163 14.86183751 14.98333781 13.40751682 12.48231232 13.7624032 13.89075694 13.45034 15.13921507 14.53025904 14.73172065 13.45835972 13.42441041 12.89562625 13.53756742 13.29056483 13.38952697 13.70639268 13.99073023 12.64468546 12.77491731 12.15852564 13.54089531 13.12458664 13.51835355 13.74532241 13.50989933 +LQ01X005070 DNA binding protein, putative 5.107512831 5.205733464 5.201238762 5.964118218 5.719398514 4.924851524 5.026524555 4.899608608 5.437089689 5.730004836 5.462276002 5.219463759 5.552104162 5.197353482 6.24098461 5.452013524 5.192660579 4.956097919 5.033814894 5.198767325 5.00427418 5.107125468 5.300093169 5.493097779 5.218786548 4.742611431 5.059420875 4.922241945 5.16618367 5.242861597 5.541857992 5.822345561 +LQ01X005080 Putative Uncharacterized RNA-binding protein C660.15 13.26774932 13.44912511 13.37490296 12.88018487 13.21698578 13.82425924 13.46031305 13.86158185 13.50496748 13.65656545 13.43527788 13.099113 13.35345438 13.6849221 13.33269802 13.90475602 13.45652328 13.38394742 13.23428777 13.25010848 13.14879536 13.27494625 13.40632477 13.48097771 13.32930546 13.19210602 13.21392232 13.26228852 12.97370424 13.00588981 13.3551675 13.46329865 +LQ01X005100 Hypothetical protein 5.0753985 4.871317624 5.169372734 4.71907678 4.835643551 4.951221155 5.013777583 4.905279249 5.03129352 4.940337769 4.995461681 5.101287101 4.689990663 4.702625408 4.826769364 4.990804111 4.919992917 4.785721299 4.771691727 4.799680142 5.404062042 4.938077727 5.302639935 4.956251714 4.890165532 5.059899221 5.141040629 5.583376045 4.777918094 4.927785974 5.853161721 5.037919359 +LQ01X005120 Putative uncharacterized protein 12.994404 12.60187789 13.10549098 13.59054429 12.95238343 14.10767885 13.71714929 13.53942146 13.1231962 12.82176936 12.87402313 13.40331029 12.56175 13.71668614 13.52361005 13.07802637 12.74540644 13.25692114 12.40067309 13.03328251 12.92090571 13.49502097 12.87928447 13.11922578 12.83098099 13.57570535 12.23086933 13.20269469 13.13375739 13.23355781 12.5424451 12.85066975 +LQ01X005150 Hypothetical protein 8.529982338 7.833575657 8.055118182 9.929210968 7.778792187 9.237912347 9.617449456 8.907422762 8.586149628 6.939126164 8.239659277 9.743798582 7.423860578 8.990269321 8.529604146 8.226083094 5.200164079 5.448047023 4.651196166 4.976364378 5.603923381 5.031760839 5.169146412 5.147412599 4.958232876 4.978683599 4.97263712 4.868464516 5.464576134 4.800027156 5.149460194 5.155189415 +LQ01X005170 Predicted protein 5.024423872 4.962538722 5.11001868 4.859112294 4.80113303 4.787145405 5.051946949 4.759117669 4.866506695 4.951825002 4.930835453 4.976198548 4.946751323 5.008997263 4.832272797 4.799217064 4.639728297 4.828040591 5.824927248 4.82071935 5.348652915 4.66568918 5.745533715 4.798919634 4.896632798 4.657447688 6.01231627 5.334315957 4.943755236 4.753824306 5.239260925 4.982156739 +LQ01X005180 Predicted protein 6.439021711 6.18810429 5.690230732 6.571137926 6.15916813 5.681874313 5.936099938 5.640992717 6.436163741 7.698791133 6.043535604 6.272427874 6.803898559 5.537833405 6.001766161 5.655341091 6.119949512 6.280920263 6.989011925 6.409304302 6.281367803 6.501755691 5.59372969 5.80519001 6.366618633 6.5015531 7.152186674 7.21975887 6.934011838 5.808030018 6.088102449 5.4960416 +LQ01X005190 ATP binding protein, putative 5.539670149 5.618376289 5.188307491 5.593339524 5.705216271 5.692532498 5.981022178 6.231207864 5.659423596 5.167414809 5.650214004 5.701227398 5.626600919 5.700275318 5.347179182 6.150189179 6.068892327 6.231387143 5.82694375 5.646283308 5.931970071 5.632172356 5.624909718 6.993405988 5.583755068 5.897368041 6.416420012 4.950935609 5.344745866 5.689302526 5.922474776 6.16305219 +LQ01X005230 Predicted protein (Fragment) 11.10992557 11.42947869 11.40084741 9.891391893 10.23885782 9.240875204 9.0041009 8.131671775 11.05481166 10.84841744 11.41464175 10.47482944 10.92543079 9.382719741 8.974865108 8.474970651 10.77921955 11.25936845 11.3553095 12.19137504 12.51574887 10.68448225 10.61955137 9.812247652 10.89506197 11.57314112 11.79644256 11.34428745 12.9738177 10.25829078 10.84607885 10.19171149 +LQ01X005240 Probable serine/threonine-protein kinase At1g01540 11.79497093 11.63219421 12.05539176 12.14907556 12.19524565 11.70683331 11.79561809 11.90186071 11.65727269 11.62955344 11.85138922 11.83142535 12.01970297 11.91721144 11.89173543 11.647551 10.95708586 11.88897951 11.73092333 11.33175486 11.78527459 12.12443485 11.83303179 12.16708533 11.5168182 11.96961456 11.84722933 11.58381694 12.26778845 12.42084519 11.74898933 12.17661845 +LQ01X005250 DNA polymerase alpha catalytic subunit 9.733251929 10.64888236 5.877117027 5.562009799 6.832554927 7.105804673 6.606071277 8.060838651 10.34584103 10.16612951 8.575829304 6.441864771 6.417926204 7.250524883 6.115854937 7.424068687 9.657669876 8.119615387 10.42499596 5.41619355 7.077170773 9.158357511 5.43646892 7.282540888 10.91692243 10.08455526 10.32578836 5.876467644 7.745367311 7.021102385 5.289088194 6.263985764 +LQ01X005290 Caffeoyl-CoA O-methyltransferase 9.983404106 10.59584724 8.311712835 9.838661097 10.62941306 8.259995498 7.676091541 8.749956947 9.985397667 10.37749379 9.128653657 11.1728278 9.738858815 8.297890671 8.470986623 8.773174198 12.17818734 12.47832047 12.1279466 11.15206961 11.40006522 11.99563191 8.600030353 8.862798887 11.77418622 12.15616194 11.91041988 10.75708539 10.7666787 12.54928743 8.05586675 8.697998024 +LQ01X005300 F-box protein At5g67140 8.43135718 8.29602676 9.340604795 9.345155904 9.361885784 11.25753933 11.24597685 11.11173399 8.588707715 7.42993921 9.183960579 9.661202906 9.726732096 11.34633371 11.09239012 11.25564367 9.616558492 9.378043659 9.770594531 8.896912133 7.575123108 8.538365539 9.93388655 9.764490238 8.341205495 7.764674271 9.031376986 9.245311305 7.648213789 9.100703234 9.979818474 9.566648207 +LQ01X005310 PI-PLC X domain-containing protein At5g67130 5.765079268 5.595565935 5.585263862 5.243333563 5.579377463 5.346670732 5.07075309 5.316456277 5.360544999 6.171500025 5.614553403 5.299587517 5.593441406 5.407515266 5.062490967 5.069223058 5.33419589 5.451308108 5.687068971 5.283267448 4.880162229 5.959223647 5.05664689 5.481154646 5.491587876 5.374323768 5.054011284 4.901983172 5.390252946 5.869942488 5.108628675 5.242474118 +LQ01X005320 Histone-lysine N-methyltransferase CLF 5.52162854 5.383540648 5.401298102 5.743516755 5.689558646 5.52981296 5.145862226 5.381215942 5.867290877 5.402849377 5.659741591 5.474485513 5.636829891 5.433564702 5.365065028 5.097021419 5.644109985 5.553561 5.416910901 5.815027598 5.304421748 5.610566653 5.651951491 5.034565796 5.162647682 5.268717327 5.577687339 5.653713669 5.20330715 5.825416783 5.172634201 5.025668287 +LQ01X005330 Putative Uncharacterized acetyltransferase At3g50280 5.77764784 6.293696949 5.259597366 6.483833616 5.178226768 6.84677201 8.682982023 8.410684544 5.768207405 5.540744181 5.360642211 6.932260694 5.494326156 8.026303448 8.433686539 8.796433548 5.823316687 5.869640326 5.764496598 5.533727129 6.438099247 5.568360324 7.524342522 8.439338472 5.586345705 5.930314758 6.39272289 4.993871429 6.250396231 5.638080887 9.94204087 8.587172307 +LQ01X005340 Putative Uncharacterized acetyltransferase At3g50280 4.886940635 4.955714212 5.409482165 5.532660599 4.741007005 7.216382337 7.569812599 7.817619294 5.281711675 4.648046177 4.673512876 6.158783779 4.839216952 5.977133339 6.469873985 7.077281154 6.098064229 4.7499537 4.857489324 5.144379073 4.597732046 5.303292462 10.22270056 5.144513637 5.388667398 5.40994673 4.911424128 4.795010972 4.536763629 4.68080521 6.911320879 5.380655488 +LQ01X005390 Putative uncharacterized protein 6.000758707 5.712531621 6.201501046 5.608097981 5.268608025 5.541820868 5.297681198 4.989745213 5.950275492 5.350124757 5.918247766 5.490740105 5.58627264 5.402716765 5.243481999 5.118324336 5.365171317 5.492019078 5.207401577 5.905655782 5.751489089 5.190746588 5.066708197 5.043814334 5.41617998 6.028137381 5.609073272 5.371057473 5.517950367 5.201755591 5.119874649 5.308569173 +LQ01X005460 Polyadenylate-binding protein 2 13.30347098 13.65723098 12.82690895 13.0218093 13.07244676 12.78650247 13.12847073 12.82930468 13.12555494 13.19675479 12.82199705 12.65911663 12.93092448 12.78870836 12.84052194 12.31710992 13.14398017 13.12108616 13.74541941 12.54377764 12.82962624 13.71513907 12.82683783 13.11142206 13.6155235 13.61740425 13.9103463 13.2231947 13.41555953 13.85922594 12.72076667 13.17375948 +LQ01X005470 Putative Uncharacterized protein MJ1426 10.72063134 10.65101254 11.33580322 11.84038343 12.39508568 12.12586423 12.22544167 12.87464029 10.61050919 10.48990179 11.20270242 11.77530507 11.85972299 11.70503704 12.55631232 12.43783617 10.83502202 10.38556628 10.16764262 10.43140932 10.30523752 11.65139454 11.43335728 11.89425411 10.15091976 9.941081499 9.318857748 11.75129644 10.38528013 12.14738809 11.49590322 12.08638417 +LQ01X005480 Ethylene-responsive transcription factor ERF010 13.26150318 12.92065738 13.11952352 13.52211661 12.8371585 13.30207584 13.22752973 13.46280086 12.87879133 13.06321452 12.47928462 13.00193244 12.60631347 13.10532383 13.19901085 13.19678853 12.42665248 12.93097986 12.81114268 12.35267228 12.78215326 13.09120102 12.2239537 12.84760857 12.99974303 13.49643198 13.16511423 12.65752029 11.91942377 13.35404369 12.23752785 12.82961916 +LQ01X005490 Hypothetical protein 6.36016122 6.46856817 6.353576258 6.421706218 6.356986668 5.902503276 6.632184041 6.228772547 6.229044979 5.830376829 6.624092071 6.240204599 7.165077668 5.920472071 6.075918216 6.087385203 6.223733258 6.481494507 7.010063272 6.212418039 6.454907539 6.372376156 7.933323087 6.854590485 5.982849788 6.661018351 6.076151338 6.382481669 6.523504467 6.541024302 6.953112019 6.033216713 +LQ01X005500 Sumo-conjugating enzyme ubc9 7.616036462 8.004645302 7.752190451 8.337535648 8.839347504 10.23767421 10.0393923 10.57571581 7.755801316 8.169814339 7.652551166 8.907190333 8.295597006 10.39482945 10.14106258 10.98221551 8.547286333 7.313696054 8.998847067 7.789330377 6.948371146 8.606344788 8.575931163 10.16928481 8.237820904 7.834196553 8.014651497 8.112659355 7.526234001 9.404833077 9.271030523 9.995115979 +LQ01X005520 Probable inactive receptor kinase At5g67200 12.55080706 12.97129322 11.58922985 11.59887142 12.12668764 9.087825653 8.51437574 8.497602538 12.53962905 13.2969827 11.77969631 12.05616505 12.14621402 9.511016483 9.548955484 9.95259574 12.08328132 12.15400001 13.25940681 11.75754388 11.93002682 12.06619779 7.523009821 7.905619698 13.19668731 13.00468577 13.2947392 11.9711989 11.99957787 11.89312705 8.10190414 8.202810089 +LQ01X005530 Predicted protein 5.596685806 5.907766665 5.184903234 5.847025982 5.905506017 5.361724118 5.30734763 5.592679012 5.851445796 5.297738564 5.575602758 5.918790352 5.481392509 5.671313996 5.609852733 5.561329838 5.426655562 6.701244103 6.444894254 5.784659021 5.955734017 5.914677616 5.398908143 7.293653217 5.891917455 5.897960021 6.340182551 6.500359878 5.560381028 5.760995534 5.953052315 6.281636057 +LQ01X005560 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 11.43156806 11.28988857 11.51557732 12.50431699 11.83382578 11.22987357 11.65503333 11.69579198 11.60913247 11.51833201 11.6724848 12.15021477 11.80681657 11.44759152 11.94969372 11.64628427 11.49700713 12.02973236 11.33773672 11.3998628 10.80310565 11.01074044 11.14030127 10.7742391 10.80833446 11.42052086 11.07093651 10.63045601 11.09898173 10.89303615 11.19241921 10.79873067 +LQ01X005580 Putative Probable WRKY transcription factor 7 12.9143757 13.20576627 12.50455218 11.97124649 13.33337832 11.7615776 11.43487426 12.84842757 13.15830567 12.91175087 12.51857931 12.32314379 13.18198034 11.94275867 12.03278258 12.68628786 13.07770635 12.37659327 12.46047325 12.92343594 12.2008118 12.7782921 11.61112896 12.10502898 12.51214549 11.91581897 11.69551916 12.36344552 11.95963175 12.77636532 12.25683246 12.45186314 +LQ01X005590 Glycosyltransferase 11.9388943 11.59879244 12.9778133 13.13182784 13.18701353 10.14865709 10.2488215 9.810801972 11.55829545 11.62184089 12.77786493 13.23344709 13.312775 10.16424151 10.44180143 10.35743572 11.35851039 11.81668501 12.0770479 12.78283947 13.08593833 12.73162273 11.02838355 11.26364526 11.6093343 12.06233207 12.37619655 13.34993474 14.03493524 13.85411912 11.22870254 11.4812832 +LQ01X005600 Cysteine proteinase RD21a 13.72676345 14.08015327 13.82017057 13.80715248 14.16487106 13.33079309 12.96288398 13.52320049 13.84031228 13.8334125 13.96357044 14.28259113 14.33667872 13.55465819 13.72965605 14.0450158 13.50909002 12.85229239 13.21562817 12.91821946 12.70593639 13.78512384 10.98629029 11.31714902 13.87426983 13.08135363 12.80649739 13.10177951 13.24226324 13.81347166 11.71327436 11.43471264 +LQ01X005620 Protein RER1A 12.24646421 12.29065382 12.52587321 11.84833679 12.25478277 11.67249249 11.84050439 11.41865144 12.17860079 12.82644596 12.52390378 11.67390304 12.4203489 11.7492056 11.91874992 11.75051976 11.91133939 12.16294094 12.79258692 12.50854698 12.16820893 12.21577488 12.40923154 12.58695007 12.37617902 12.13068569 13.06214501 12.34675464 12.41144475 11.84335807 12.26829445 12.62907736 +LQ01X005650 Cyclin-D3-2 8.103633861 8.80136404 6.505594477 8.510591404 6.223633195 5.302468144 5.654047716 5.677098172 8.609259633 8.593301393 7.103887352 8.360868029 6.953335215 5.283373175 5.548532861 5.596611117 8.901401778 6.815355096 7.500368783 6.472480817 6.138344128 8.283150704 5.625181172 5.649406999 9.526539415 7.832651547 7.619530645 7.034944552 6.316721626 6.781824184 5.571185486 5.437789859 +LQ01X005660 ADP-ribosylation factor 1 5.702973721 5.339588428 5.387087335 5.667288064 5.341445139 5.933893794 5.779729699 6.141558112 5.478983849 5.359684732 5.576867144 5.553959047 5.749607157 5.994820508 6.22631149 6.373129395 5.553646982 5.64819717 5.280748116 5.359617733 5.301908024 5.761965099 5.324286483 5.737159873 5.377061115 5.637079779 5.384338701 5.244597941 5.468027807 5.717436242 5.070677003 5.633637354 +LQ01X005670 Putative Microtubule-associated protein RP/EB family member 3 5.617953935 5.62903541 4.861803267 5.03204349 5.146072423 4.942995241 5.031917417 4.943331862 5.495278875 5.756154393 5.30717264 4.96831276 5.135664849 5.019903674 4.817676907 4.684256759 5.021513974 5.344744899 4.847698116 5.213791626 5.376093686 5.011780884 5.621675585 5.582019237 4.853484407 5.451834565 5.419900529 5.591696671 5.261079501 5.115652573 6.038234477 5.553864143 +LQ01X005690 Putative UPF0673 membrane protein C1F5.03c 12.66679502 12.24747813 12.83603388 12.62251146 12.66347342 13.58877026 13.42349247 13.05851956 12.26018003 12.07789334 12.46452603 12.71254405 12.69372048 13.59160062 13.16006846 13.26014992 13.21893111 13.3566 12.28379519 12.55251435 13.06875741 12.60684787 13.26765504 12.92028665 12.41002407 12.47591095 12.07582749 12.70734993 12.56040449 12.99109899 12.91567495 12.76569002 +LQ01X005710 Transcription factor MYB44 7.208306023 7.117095107 5.795678337 6.574344793 5.40492895 7.391429788 6.442958363 6.159526289 7.556527139 6.194836407 6.305330113 6.415374284 5.879691327 7.769279472 5.515642803 6.057980176 7.135657269 6.893428968 6.966114886 6.002460184 6.891215763 6.454887786 7.403393411 7.749177882 7.64997604 7.023568352 7.068026695 6.930871726 6.807736396 6.475187822 6.594764885 6.656049252 +LQ01X005720 Probable cadmium/zinc-transporting ATPase HMA1, chloroplastic 12.45094003 12.07423744 12.49945208 12.02584143 12.0909823 12.63326142 12.17600578 12.24505921 12.53768753 12.04120311 12.46471731 12.01841402 12.06918733 12.58997852 12.11651581 12.07424853 12.43216077 12.09571669 11.8889051 12.74756847 12.20609777 12.05034966 12.37822832 12.11550064 12.26664152 11.77021991 11.71097735 12.42905023 12.25607532 11.9397741 12.33787611 11.79130672 +LQ01X005750 Putative Mortality factor 4-like protein 1 9.89437063 8.405149661 8.979913133 7.461504516 10.15995955 8.738192729 6.897056709 8.964850887 8.835227598 9.638873138 8.621565551 7.626176882 9.265000075 8.825563596 6.34097525 8.849115627 9.664405829 10.63786838 11.20771598 9.750221934 10.57047725 8.671078642 11.31131145 10.77452094 10.03372143 10.51003589 10.17032239 11.82408406 10.42240563 8.54808906 10.75851433 10.5246003 +LQ01X005760 Predicted protein 5.360566277 5.443318008 5.043064938 4.800630793 5.164904291 5.011995534 4.853474416 4.751310894 5.152782069 5.359073921 5.261444917 4.906470248 4.99101589 4.761708568 4.851719899 4.877367856 5.518444465 5.203115056 5.914298073 5.679970137 5.982985783 4.752752772 5.357815956 4.969937506 5.587895438 5.49343085 5.832648708 6.472280982 5.317403961 5.131583254 5.973645742 5.386523701 +LQ01X005790 Hypothetical protein 5.351171515 5.548309615 6.11983307 5.624700508 5.346538275 5.511804131 5.688306267 5.360777905 5.768296977 5.418798325 5.839857139 6.179478583 5.309129638 5.722192296 5.179297855 5.280671856 5.79675305 5.474450222 5.972191352 5.775832507 5.348602509 5.493159258 4.986846718 5.192236797 5.326437589 5.80764781 5.681864921 6.069485665 5.779220995 5.8669714 5.762900341 5.228517907 +LQ01X005800 Probable receptor-like protein kinase At2g23200 10.68079111 10.64397046 10.87922953 10.62024687 11.63177759 12.12993158 12.24819766 12.85821308 10.55551429 10.30872904 11.0031085 10.65716072 11.2204284 12.33034431 12.43656916 13.01861961 10.37350862 8.925145921 9.505317711 10.82388675 9.859991556 10.16913674 11.81495952 11.72068755 10.32415073 8.611585942 9.192792678 9.631643529 10.33565622 10.43985605 12.41445913 11.92822659 +LQ01X005810 Putative Probable receptor-like protein kinase At5g24010 7.681925328 7.980730705 8.313324462 8.513810181 8.346298312 7.776293374 7.709150863 7.413491359 8.018622182 7.087247578 8.129175974 8.347533133 8.05187443 7.961625576 7.296930891 7.795001557 7.861468142 7.361039321 7.091874458 7.298567594 7.247388723 8.658144531 6.455023185 6.302609307 8.035337695 7.536178839 7.460153214 7.612486884 7.495975701 8.138570877 5.948395965 7.002498606 +LQ01X005820 Putative Probable receptor-like protein kinase At5g24010 5.60181518 6.190293013 5.794146112 5.439568619 5.494255037 5.917609135 5.347871259 6.234417845 5.3138949 5.629439704 5.482741577 5.712766294 5.033634312 5.975728838 5.549749876 5.788773558 5.726891985 5.146673281 5.240062699 5.171154206 5.459144887 5.415906278 6.627758441 5.717931431 5.637036596 5.211350255 5.057700039 5.288374602 5.516546231 5.32872774 6.129149164 5.359439547 +LQ01X005850 Predicted protein 5.12707877 5.289195879 5.38774063 4.977454299 5.71043414 5.188732638 5.221651921 5.564043025 4.987595137 5.242755063 5.360571162 5.325884794 5.003256638 5.294106282 5.187652524 5.549663145 5.873557509 5.225423608 5.831403212 5.307751664 4.933461744 5.256014618 5.308215634 5.270420689 5.281865158 5.256552162 5.207815082 5.021498605 4.732360811 5.141482913 4.701382702 5.517060189 +LQ01X005910 Isoflavone 2-hydroxylase 4.700246806 4.657174653 4.977493584 4.42780858 4.490457266 4.557286051 4.495630288 4.440678965 4.698207731 4.692455563 4.869310773 4.689717957 4.699263909 4.499028079 4.595319375 4.534598964 4.677264597 4.771526504 5.037517739 4.864579323 4.965459328 4.603142073 5.643093964 5.144291946 4.602912322 4.489009789 4.829177402 4.985275086 4.878050029 4.982152645 5.094575217 4.557576394 +LQ01X005920 Hypothetical protein 5.942112009 5.69187014 5.86264354 5.285283191 5.572214364 5.395547447 5.505199442 5.075103813 5.458479782 5.213059535 5.63221937 5.045715887 5.450623653 5.173373485 5.347785314 5.395598658 5.050631585 5.713071085 5.821104626 5.986742998 6.075773016 5.057362887 5.693693105 6.020879914 5.503873063 5.841130949 5.481137793 5.810293158 6.307324429 5.43881847 5.871738791 5.212461902 +LQ01X005930 Cytochrome P450 81D1 5.077669649 5.213104972 4.966021129 5.521240437 5.082470976 5.640360183 5.514598635 5.269456095 5.200820696 5.378390786 5.527238209 5.294559666 5.089821653 5.650344401 5.589458166 5.247707872 5.244133399 5.293549219 6.425085179 5.360269103 5.045469336 4.856743983 4.738990013 5.348714402 5.496392069 5.065884483 6.161571709 5.646674093 5.123131601 4.903732038 5.114614709 4.9438754 +LQ01X005940 F-box-like/WD repeat-containing protein TBL1XR1 10.94970843 11.1657303 11.22708136 11.72133647 11.50946636 11.87853366 11.97721036 12.33815925 11.09318317 10.83547112 11.22899329 11.52845074 11.31946918 11.94803215 12.23099014 12.0508576 10.88864769 11.20324574 9.773388836 10.75959422 11.0863443 11.43219495 11.47793396 11.21824097 10.66745302 11.19181474 10.13183882 10.87784328 11.18412775 11.57474386 11.4436062 11.52878932 +LQ01X005970 Probable indole-3-acetic acid-amido synthetase GH3.1 8.144720151 11.79957343 5.623465778 5.613558216 6.849069925 5.257940205 5.088671125 6.67431031 10.11581861 12.36309764 6.002881085 5.64672286 7.431811328 5.981953737 5.967778323 6.941237472 12.04634347 8.141726302 11.19859632 7.13670266 5.499826745 6.192762285 6.255600265 7.612836233 11.60618601 8.786711473 10.99857944 4.986990379 6.10043955 6.617798916 6.274335099 6.854348459 +LQ01X006010 Metal transporter Nramp3 11.52622435 11.51556692 11.39476793 11.33937225 11.4535566 11.95552762 11.95473261 12.08023413 11.3951329 11.45917002 11.30025943 11.35710024 11.38259775 11.61522142 11.78264227 11.70069751 11.53881046 11.53802732 10.95100944 11.21355296 10.92430656 11.3498935 11.97842123 12.20455194 10.78460366 10.85722879 10.6020921 11.03811524 11.03600045 13.18148764 11.59378588 12.06809009 +LQ01X006030 Putative Aspartic proteinase-like protein 2 5.618439257 5.840236066 5.795944934 6.085153889 5.762528114 6.378566809 5.813418747 5.816089041 5.77407474 5.809036555 5.540678955 6.025541275 6.298329617 6.205061467 6.207418127 5.927720677 5.888638308 5.374558458 5.435027628 5.953017845 5.260141014 5.943406677 4.87914567 6.057769049 5.803846615 5.710038035 5.800261526 5.855612731 5.445608513 6.150281842 5.226071795 6.408560971 +LQ01X006050 Putative Predicted protein 6.233160852 6.513915454 6.959390972 6.183809436 6.597020858 5.93482081 6.375263057 6.363186383 6.159095925 6.154460481 6.579257978 6.345016965 6.55114135 6.186530039 6.37333866 6.877119254 6.011738924 6.127490749 5.573354399 6.036840308 6.260695095 6.360598 6.941359616 5.846285569 5.866412757 5.842313309 6.407890359 6.461435751 5.979702772 6.131316441 6.599186808 6.072784272 +LQ01X006070 Putative uncharacterized protein 7.774123915 10.82160229 9.97387603 12.36829262 11.60692218 5.646853307 6.340128304 6.443143305 8.691311968 10.86468529 10.52420935 11.99248018 12.97624936 6.088992751 6.249642886 6.994639701 8.827271416 9.155085591 10.64008771 10.08289989 12.40061124 10.98071842 8.503188101 7.633996042 9.89026915 10.56047554 11.20194918 11.12004519 11.47010458 11.5452544 8.144034709 9.207181895 +LQ01X006090 Copper ion binding protein, putative 14.6255232 14.9222773 14.73771732 14.00998559 14.32661123 9.812126281 9.779496609 8.804489762 14.64851056 14.56127332 14.64108735 14.30604643 14.84027039 9.701880283 10.15214419 9.785529931 14.01383989 14.74339876 14.35956545 14.9051049 15.04476119 15.00437645 10.15180272 9.873991989 14.70158077 14.85105811 14.62132324 14.83543168 15.23034068 13.62657852 9.860440676 9.108300995 +LQ01X006130 Putative Sigma factor sigB regulation protein rsbQ 15.58511946 15.65790882 15.58660773 15.2568823 15.65667863 15.1424455 15.1618649 14.91745148 15.53941833 15.30551462 15.76216524 15.3921731 15.70351061 15.50448834 15.40578132 15.16357885 15.25793425 15.44450232 15.30485917 15.63254574 15.48782189 15.73902533 15.49564804 15.40868914 15.24660599 15.6190653 15.61933683 15.67129408 15.62481555 15.52893892 15.56757235 15.46957034 +LQ01X006150 Putative Predicted protein 11.02524927 11.02578778 10.75291912 11.57823149 11.22707553 8.805297953 7.909272945 7.803528377 10.63588176 10.65614673 10.3209048 11.10412972 10.82973049 8.747667612 8.648219437 8.205016473 10.55272027 11.02663754 11.07999779 10.48738689 10.60133186 11.15652945 7.143685304 6.748305553 11.17126243 11.48382184 11.19399069 10.79860923 10.88286664 10.07701866 7.223688838 7.078632847 +LQ01X006160 Subtilisin-like protease 13.4915464 13.17222594 13.35065301 14.33636708 14.06695945 12.83474451 12.66157142 12.87340508 13.64756977 13.16063027 13.40451149 14.4933219 13.64362545 12.9020312 12.98445522 12.79660103 13.12267483 13.53182554 13.15645601 12.4716569 12.87338869 14.03745528 11.69501897 11.36930595 13.56946876 13.65972513 13.14266261 13.0298908 12.9179809 13.34317578 11.69339771 11.34295151 +LQ01X006180 Putative Uncharacterized protein ycf36 12.10456475 11.49941332 12.36341714 12.84890454 12.03349118 15.038281 14.64606328 14.81669302 11.98040366 10.84768511 12.07900861 12.60213004 11.39012475 14.80577725 14.47967588 14.34331475 12.31302321 12.74765299 11.45524434 12.46836166 12.29000045 12.12111318 14.0597209 13.72118114 11.86262792 12.32576404 11.08405382 12.41946247 11.6703382 14.88937967 13.21423598 13.83756672 +LQ01X006210 Putative uncharacterized protein 5.907190922 6.015108953 6.067184735 5.912707873 5.820219444 5.799651526 6.116207662 5.487694452 6.326638087 6.320606104 6.734856896 5.911767783 5.94626907 5.41416913 6.266730053 5.666676353 5.281295315 5.758786941 6.017762425 6.233368855 6.355194775 5.631026613 5.381977116 4.877571823 5.481504385 6.144399401 5.739961798 5.726165133 5.919916779 5.498602337 5.892140435 4.93729951 +LQ01X006230 Uncharacterized protein At2g23090 13.98212339 13.27397436 13.82479793 13.89302736 14.03668233 14.39341488 14.1201276 14.53648236 14.10338947 13.8103098 13.92179862 14.20026321 13.78061146 14.35060429 13.71338463 14.20167555 13.88403835 14.21661459 13.74808861 14.01134065 13.81995968 13.67979092 13.44378516 13.28855317 13.86028581 14.11472328 13.72196679 13.57782633 12.75906247 13.72052384 13.52296963 13.44775051 +LQ01X006240 Casein kinase II subunit alpha-2 6.0436878 6.660851214 5.78120623 6.428763302 5.635800502 6.50362831 6.61255146 5.983809471 6.582509532 8.158979347 6.204204415 5.88188858 6.702721323 6.08239788 8.016837565 5.840223869 6.041225308 6.023978919 7.213304807 6.479036122 6.915887455 6.21950109 5.860696693 5.709475288 6.368687095 6.537957019 7.74390874 6.139664597 6.282840175 6.07702401 5.933401121 6.024066006 +LQ01X006250 RNA binding protein, putative 5.156732358 5.133526731 4.814534538 5.196704455 5.277040668 5.255911815 5.441849617 5.525281749 5.296122797 5.266781979 5.103070941 5.235699732 5.170337451 4.857420211 6.006705817 5.465470608 5.006424304 5.034140158 4.746968862 4.911914424 4.859823121 5.180043339 5.26452739 5.006614069 4.805475162 4.823953618 4.982022587 5.198253347 5.145790199 5.22708578 5.112935038 4.865006261 +LQ01X006260 Putative BTB/POZ domain-containing protein At5g48800 12.93060797 13.46948579 12.99645928 12.54110995 13.2081842 13.66702627 13.43224033 13.30336699 12.61010655 12.4984109 12.87202996 12.58117689 12.94179904 13.51707485 12.7684741 13.15785129 13.94002031 13.38562062 13.65857657 13.72283716 13.13045491 12.84642466 13.5010212 13.78302844 13.2736968 12.79980055 13.14848734 13.39297873 12.97191189 12.87453091 13.43172047 13.58935553 +LQ01X006270 Predicted protein 12.59058281 13.0251675 12.72735102 13.12731734 13.13525795 11.85794935 12.76347745 12.95860323 12.99059241 12.75239101 12.80644003 12.6349764 12.8060721 12.43215374 13.0354005 12.44236604 12.94806369 13.18313067 13.16096169 13.08468347 12.92071697 13.37137155 11.87956306 12.14940012 12.7102295 13.34353639 13.30942297 13.2039944 13.22928278 12.83979722 11.77213389 11.89047664 +LQ01X006280 Peroxidase 73 14.50759979 14.49840747 14.90355241 14.84755455 14.6829813 13.24351801 13.17402775 13.00304636 14.74490664 14.06306933 14.91535928 14.98536508 14.93630565 13.43926356 13.50328884 13.21145906 15.19026889 15.20617231 14.94998619 14.90937821 14.56360568 14.93700647 13.02999063 12.87293889 14.28364067 14.34338062 14.23708288 14.65818978 14.84649647 14.81882553 12.93757312 12.79769831 +LQ01X006300 LOB domain-containing protein 38 11.70876389 12.65071731 11.96934179 12.38385805 12.56392642 12.50846344 13.36744828 13.71478216 11.85810345 12.01731131 12.12597668 12.409954 12.31901822 12.44264032 12.70284541 12.81467357 12.51128231 12.6225127 12.3643302 12.46637814 13.03524165 12.47861283 13.48991351 13.37939873 11.9138004 12.13594892 12.57108446 12.52492559 13.11980829 12.81822076 13.82547825 13.23973993 +LQ01X006330 Putative Formamidase 6.356361927 6.501504431 6.260857307 6.604159748 6.044407675 6.415849357 6.794823761 6.145239765 6.767830906 6.703458573 6.735297036 6.458005113 5.941178675 6.612543853 7.055276443 6.419562256 6.152837604 5.878732094 5.940849351 6.324226998 6.376344042 6.114724269 5.985155617 6.116145533 6.333322299 5.989851704 5.905187547 5.941823312 6.361437254 6.226749968 6.682958214 5.976717961 +LQ01X006360 Casein kinase II subunit alpha 5.201866404 4.992999695 5.176206454 5.184635929 4.861747099 5.583623683 5.22872264 5.092089814 5.036864109 5.546273869 5.374773723 5.217081621 5.037373525 5.545347261 6.33710454 5.517884262 5.036312327 5.291501911 5.188180258 5.131009463 5.132616835 5.070137752 5.621867235 5.9186707 4.982325429 5.146638119 5.482197078 5.529031431 5.196546179 5.019826364 5.024225188 5.200955347 +LQ01X006370 N-acetyltransferase, putative 6.270787465 6.090510119 6.107522676 5.965679668 6.758395309 5.867966437 5.693201801 5.765857326 6.457462173 5.499868663 6.677824825 5.673525953 7.341008376 5.714814425 6.044693472 5.881429846 6.132239893 6.688098185 6.119089622 6.630806813 6.550907314 6.22940018 6.486237683 6.152721604 5.897711504 6.521880539 6.24149944 5.787890085 6.108753904 6.869873413 7.297537668 6.728276879 +LQ01X006380 Putative Coleoptile phototropism protein 1 6.900312093 6.470442505 7.065808055 6.770458109 6.94489556 5.334258 5.970205867 5.649851199 6.846054221 7.429650509 6.235286786 6.659208943 7.331077758 5.450687034 6.071470911 5.786508299 6.611589326 6.93859514 6.482718079 7.174763405 6.791906192 6.780751648 6.031354387 6.356973719 6.471510998 6.656874996 6.562978363 6.930427991 7.256178672 6.566183178 5.807403045 5.739949748 +LQ01X006400 Putative uncharacterized protein 5.719215543 6.274960578 6.318498001 6.225992508 6.76277525 6.245956072 6.381029182 6.903664074 5.938076079 6.088414617 6.835531311 6.073527249 6.659188228 6.290649595 6.061505259 6.284319703 6.273915483 4.84572006 5.492704203 6.034431878 5.906235345 6.308776629 6.677744098 6.773254704 5.586475372 5.164933444 5.711413266 6.798198932 5.836196053 6.703584676 6.96160563 6.734040518 +LQ01X006420 Putative Probable glucan endo-1,3-beta-glucosidase A6 10.89950734 12.4099216 6.930703491 6.886545746 6.803299455 5.959128807 6.27331966 5.885208577 11.37678609 12.11875224 8.391465136 7.205422655 7.260243721 5.797075214 5.051895861 5.777818624 10.38606673 8.769645617 11.80769514 6.44979917 8.148606636 8.123046613 5.748686629 5.224601641 12.446479 10.71217435 12.31759127 6.86529148 8.67016194 6.534537187 5.35767136 5.647579557 +LQ01X006440 Putative uncharacterized protein (Fragment) 7.954526891 8.61540544 7.789620415 8.138769555 8.377441922 8.201931143 8.613486961 9.441474597 8.101338102 9.334662976 8.199698025 8.13057133 8.353969224 8.483113686 9.009390948 9.173053101 8.417806085 8.034413347 7.997498271 7.401025342 6.722742084 7.712238404 7.574378419 9.050320962 8.315748378 8.263803105 8.731905227 6.314930893 6.975866076 7.796980269 8.331191268 9.838267842 +LQ01X006470 Calcium-transporting ATPase 2, plasma membrane-type 7.776443249 7.880567293 7.372380201 8.972485016 9.315511209 9.787296941 10.02641035 9.531911056 7.26530897 7.872198507 6.050110223 8.127886746 8.570311547 8.816287789 9.727107117 8.608261447 8.32898829 7.450901414 9.469224846 8.582007026 8.571249179 9.728114421 8.589188938 9.736512369 8.999422716 8.569080943 9.449740073 8.165066863 8.998514439 10.59034457 9.40053028 10.23335382 +LQ01X006480 Mitochondrial outer membrane protein porin of 34 kDa 11.79179 12.10215293 11.7418567 11.41802646 11.56551956 11.23107239 11.37241599 11.16801879 11.84400992 12.37099679 11.9990643 11.68553655 11.84893909 11.31107691 11.58146072 11.47917816 12.20668924 11.66032828 12.33174553 12.08742547 12.11266969 11.99230993 11.71158275 11.92099068 12.31189168 11.9293189 12.35837057 12.15305188 12.56661073 12.08002071 11.74968846 12.16840637 +LQ01X006490 60S ribosomal protein L26-1 5.674513711 5.617429591 5.379560587 5.724365331 5.508505381 5.51352285 6.113807341 5.646072046 5.840159456 5.625455525 5.473738509 6.014919025 5.560799708 5.393538183 6.073606378 5.43160769 5.543005317 5.512908777 6.467970705 5.918875977 6.148027 5.747946888 4.948212384 5.705347822 5.654169104 5.621233672 6.485693757 5.340205533 6.189033769 5.559785744 5.082529131 5.168286886 +LQ01X006500 Protein binding protein, putative 9.021796684 9.019100642 7.451363713 8.054965076 6.307597037 8.228337836 8.369920414 7.879805423 8.919345634 8.61125322 7.889686384 8.110079248 6.296127045 8.382821692 7.481306405 7.828103801 8.14007692 8.858509342 8.608537903 8.370590891 8.878632255 8.130787372 9.025634587 7.65472707 9.147029997 9.910315117 9.585359673 6.498746147 9.21844903 7.015620173 8.950923015 7.826220667 +LQ01X006510 Adenylyl-sulfate kinase 2, chloroplastic 11.86492864 12.16613858 11.96760042 11.88053074 11.64311271 11.7981612 11.19479578 10.97952813 11.77304192 11.77618996 11.94558367 11.82790728 11.7124713 11.89841292 11.61283006 10.90786615 12.42266175 12.53803937 12.11436548 12.2848493 12.34095893 11.58598338 11.53613089 11.54187258 12.4837383 12.1892848 12.01356432 12.06505068 12.32402447 11.77330149 11.60634991 11.21379266 +LQ01X006520 Predicted protein 6.452686825 6.342291648 6.311205578 5.926388453 6.049170424 6.149505359 5.902881611 5.774155701 6.136926696 6.126706162 6.667186757 6.049271526 6.323858779 6.088974278 5.717628069 6.061348616 6.148316813 6.147583401 6.016041909 6.363206208 7.633495677 5.991016329 6.506877727 7.023229126 6.075649504 5.985348719 6.34445813 6.9427972 7.273020441 6.234186778 6.917468396 6.554228787 +LQ01X006530 Putative uncharacterized protein 5.229843428 5.597656404 5.80636532 6.021961928 5.668242762 5.130848048 5.602409819 5.409316956 6.063131981 5.738078462 5.463738162 6.286682973 5.706730603 5.394983274 5.247441664 5.503276042 5.162597668 5.709631057 6.091189923 5.672793268 5.191619073 5.69057279 5.780259792 5.479236089 5.586531975 5.40248729 5.792928444 5.436829816 5.323594957 5.8059455 5.171952783 4.945618934 +LQ01X006550 Protein SHORT-ROOT 10.80638768 11.74815688 10.90754726 9.742398248 10.55295193 7.896108796 7.021409695 7.2429017 11.01945321 11.53913738 10.95886894 10.0614263 10.88193037 8.198630784 6.720243199 7.843583053 10.29535499 9.870448002 11.06662736 10.87772275 11.08620705 10.76611598 9.190410106 8.246157123 11.59981226 10.66269116 11.66847179 11.25006084 11.75210595 10.24214879 8.998952929 8.365850243 +LQ01X006580 ADP-ribosylation factor-like protein 8A 13.47852392 13.55667863 13.27800692 13.2568229 13.34940603 12.61529337 12.38056558 12.05318129 14.01444664 14.04632296 13.56400687 13.14852027 13.32714088 12.49153394 12.56140862 12.09931704 14.02806475 13.38707831 14.0169153 13.0750757 13.14248318 13.76962604 12.25773656 11.7831211 13.93351 13.66668318 13.64293021 13.29038967 12.99068606 13.16668721 11.9657463 12.32090458 +LQ01X006620 Putative uncharacterized protein 13.60573179 13.79191268 13.54380964 13.38021187 13.19303954 13.30266406 13.04346535 12.71004456 13.77777003 14.1127892 13.58673032 13.41150733 13.4333164 13.20959436 12.86022015 12.97129675 13.69689053 13.41231402 13.68379035 13.19846619 13.03176463 13.53357309 12.90681408 12.86379397 13.97255041 13.49457625 13.6207103 13.20089871 12.77793598 13.33911079 12.86235319 12.58346901 +LQ01X006630 Putative Amino-acid acetyltransferase 12.66439484 12.37202897 12.25127038 12.67446964 12.1680815 12.96444206 12.89342061 12.5270736 12.64762858 12.47993641 12.10903002 12.63335265 12.05237904 12.86083 12.90366505 12.63006017 12.70967287 12.96767356 12.65673681 12.41522929 12.62894734 12.10123692 13.02255116 12.70784224 12.53221127 12.92753315 12.61407859 12.53845855 12.20255092 12.46610192 12.75046055 12.72878276 +LQ01X006660 Zinc finger CCCH domain-containing protein 49 11.68516875 12.24697568 11.51998981 11.42003339 11.35313369 11.59828244 11.88173575 11.88493473 11.54834983 11.9400818 11.29247843 11.23553852 11.15045828 11.52301905 11.76704883 11.64876566 12.13362042 11.92551993 12.26995699 11.39386005 11.40991655 12.06189282 11.79504416 11.98854448 11.9209368 11.76264434 12.39232368 11.45966663 11.79488873 12.10047911 11.76495191 12.09918508 +LQ01X006670 Putative uncharacterized protein 5.779807022 5.845445661 5.777699328 5.611913816 5.801803671 5.845795878 6.051803589 5.750724731 5.530497079 5.831636129 5.783508122 5.567740046 5.720209526 5.859111034 5.886752397 5.573368251 5.544233359 5.749628676 5.817614871 5.875838436 5.732680591 5.665988202 6.281007616 5.595486113 5.468759614 5.719824639 6.247035761 5.957533338 6.244711364 5.496270768 6.004773362 5.608510927 +LQ01X006680 Cyclin d, putative 9.190233332 8.436794583 8.424298624 8.926178604 8.935000335 7.997913196 8.532256346 7.854981473 9.533217175 8.90920748 9.435071234 9.704006174 9.722279384 9.014941723 9.801991212 9.648302747 7.936591521 7.6230949 8.083061901 9.071032068 8.927235946 9.570868424 6.265220308 9.064040125 8.992219499 8.531217492 8.404691819 8.928197227 9.675425262 10.53870856 7.693728382 8.231479614 +LQ01X006690 Predicted protein 11.3612251 11.70261329 11.72746712 11.44311835 11.59070885 11.75957904 11.86273911 11.44261053 11.37058222 11.39451856 11.76719997 11.7179922 11.85509105 11.86931687 11.75486504 11.60524478 11.18433999 10.67598783 11.39249303 11.30243749 11.10860367 11.5739748 11.54382145 11.11664804 11.3631966 10.8848759 11.38828651 11.29320906 11.44932085 11.54715843 11.50710999 11.11237795 +LQ01X006700 Putative glycosyltransferase 7 4.812323825 5.170132663 5.027937049 4.822055063 5.059031468 5.070659009 5.080061408 4.882678939 4.89546047 5.125009317 5.358733444 4.996341366 4.716513614 4.85376342 4.805819005 4.861481962 4.978553609 5.032079778 5.364888904 4.891135261 4.83002324 4.541134689 5.428950474 5.009712216 5.051495411 5.054463568 5.243941984 4.924248826 4.80104052 4.732783289 5.130918132 4.697294855 +LQ01X006710 RuvB-like 2 5.82854647 5.676326095 5.448314112 5.699431353 5.409677272 5.332100394 5.533467828 5.535090016 6.050288608 6.044110888 5.669375736 5.594292538 5.593936972 5.752790198 6.47946782 5.698977538 5.182972373 5.701233758 5.141736949 5.296893175 5.916572796 5.591813104 5.978953197 6.964643783 5.843962715 5.442244664 5.440677529 4.904222809 5.970732222 5.402222776 5.861909305 5.629173292 +LQ01X006720 Putative uncharacterized protein 9.302951899 9.804240941 7.381063373 8.987488986 8.42121675 10.03571737 10.00947025 9.299964024 9.752504982 10.4430974 8.650344084 9.886472129 9.269726684 10.53140299 10.42691451 10.49990678 9.853167201 10.08696942 10.56610386 8.773428876 9.456211876 9.086300229 11.15419198 10.59004854 10.068087 10.65806013 10.6373055 8.964542118 9.032839598 9.913852015 11.11385201 10.3599526 +LQ01X006730 Serine carboxypeptidase-like 18 14.33232618 14.42043875 14.52243808 14.33576922 14.77361377 14.21367658 13.97867758 14.02810274 14.46757565 14.18632709 14.49349041 14.20511845 14.81656933 14.21329603 14.3138945 14.03760704 13.36167977 13.68205761 13.64653268 14.3000933 14.09442033 14.10303405 13.78746111 14.1969423 13.75393595 13.71966814 13.50449473 14.08437333 14.65067489 14.46392283 14.17549376 14.20082321 +LQ01X006750 U-box domain-containing protein 30 5.26474493 4.750306207 4.787699172 4.849249144 5.318115145 4.900185873 4.908368278 4.985915154 5.244742399 5.095725465 4.836499808 4.725697339 5.049428919 4.98965271 4.876071559 4.767074535 5.472993439 5.042861504 5.898438643 5.048499941 5.066836063 5.397508955 5.41485111 5.134073245 5.448037632 5.345629987 6.405882996 5.117002231 5.18652019 5.015542892 4.809757975 4.92162029 +LQ01X006770 GTP-binding protein At2g22870 12.11493623 11.91859462 12.25110194 12.04597273 11.99704526 13.05638574 13.37662358 12.78224331 12.19540016 12.1427685 12.35203444 12.2532982 12.16724247 13.4696287 13.19022014 12.80420757 11.62372709 12.19419168 11.76829501 12.59015154 12.69328142 11.54198474 13.91948681 13.43888948 11.89013149 12.47370403 11.65460689 12.44226775 12.51402488 11.82387107 13.95592428 13.27294307 +LQ01X006780 Putative uncharacterized protein 6.059847818 4.981204027 5.343964152 5.638313966 5.928899722 5.263999059 5.230836235 5.229735495 6.101963332 5.31304246 5.915420791 5.829244354 6.493396258 5.168439218 5.044654422 5.404759353 5.618945553 6.057124999 5.777846484 6.477235165 5.313758612 5.999248726 5.665551282 5.20086772 5.554114335 5.880014462 5.406699937 5.302241265 5.342506254 6.166726231 5.541542915 5.115691334 +LQ01X006820 Phytosulfokines 3 5.793487349 5.361180579 5.954786446 5.80083106 6.575162545 6.457289888 5.985875285 6.531997389 5.734717474 5.212270651 5.940082434 6.256319871 5.932172229 5.976050422 7.587919903 5.837380723 5.920853084 6.009316625 5.922307464 6.730406292 6.158176232 5.723914751 5.732702731 5.728587444 5.288278839 5.870626664 5.356193399 6.606896628 6.02702095 6.138564435 6.967530987 5.506926103 +LQ01X006870 Hypothetical protein 4.79082891 5.410512998 4.869393361 4.957234326 5.404647896 4.802507677 5.004308378 4.789748798 5.010364742 4.877015695 5.112567762 4.940331492 4.959684586 4.885957477 4.724347742 4.90500859 4.865636913 5.01706275 5.157608083 5.258600185 4.796645103 4.65727025 4.80504751 4.870498297 5.18519692 4.908036324 5.136208506 4.721327906 4.918187447 5.040589189 5.216831929 4.686535357 +LQ01X006880 Putative UPF0308 protein At2g37240, chloroplastic 8.119281688 6.742558043 9.457370169 8.751588768 6.972701544 11.63394858 11.7027093 10.68854934 7.831382048 6.196949703 8.901951354 8.713154565 6.805849945 11.83119713 11.69539252 10.70565635 9.155528367 9.579783559 8.64740616 10.60542637 10.14875785 8.171057543 13.47988517 13.6049838 8.357670982 9.069071278 8.410517087 10.7414922 9.843125064 9.496656262 13.27870777 13.16527603 +LQ01X006890 Putative UPF0308 protein At2g37240, chloroplastic 5.667423354 5.992972576 5.609047238 5.971351962 5.3458535 5.904473874 6.073738612 5.740270806 6.302461071 7.49195298 5.407869794 5.589686114 5.194039365 5.571127147 7.419598489 5.755642256 5.550668383 5.699690773 6.377363119 5.459448872 5.758316313 5.530242453 5.355272597 5.882908752 5.530200746 5.428263379 5.640427747 5.40565204 5.829652509 5.572843117 5.556545213 5.727941859 +LQ01X006920 Putative AP2-like ethylene-responsive transcription factor ANT 12.62053774 13.51447039 10.92564511 9.812134741 11.05634782 10.10038702 9.04577152 9.473247407 12.70917083 13.32844076 11.53043139 10.10115155 10.66818533 10.03169478 9.087881218 10.25006349 12.74683391 11.94322529 13.34314487 11.26860286 11.32510172 11.36636955 9.395928348 9.283769118 13.47048399 12.7541424 13.54124782 10.45569332 11.31804875 9.781673894 8.560688568 9.389030873 +LQ01X006930 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g69990 7.39446567 6.790015218 6.754734556 7.059797418 7.414072663 6.684915771 6.887212253 7.072000211 7.525840815 7.390825912 6.878085254 7.193592824 7.605534537 6.127110154 6.24028815 6.971429384 6.809429147 8.136045887 8.119575373 7.525863201 8.08280299 7.018859381 7.254696816 6.139315985 7.75492509 8.192880968 8.162846089 7.430956309 7.371894777 6.836577949 7.03646263 6.434181855 +LQ01X006940 DEAD-box ATP-dependent RNA helicase 16 11.78941913 11.89627503 11.50921786 11.22711773 11.66751106 11.94843423 12.05189224 12.17831404 11.92385085 12.47222216 11.96011029 11.62123135 11.70039422 12.20692828 12.38311994 12.55808811 11.74890208 11.57822609 11.59570327 11.69563849 11.89772855 11.78135531 12.49305541 12.68959606 11.85121829 11.74507196 11.82975989 11.60995389 11.81633864 11.83670381 12.67317289 12.73189903 +LQ01X006960 Squalene monooxygenase 7.744133021 7.226752048 8.108878813 7.71732704 7.381101808 6.75639028 6.971141347 6.950444324 7.705384042 6.786585022 8.055032952 7.280385003 7.513959469 6.428209298 6.581989848 6.231687134 7.157035675 6.928183179 6.873363277 7.942524466 7.838510777 7.400075889 6.931973864 6.858131343 7.11478338 6.988124416 7.080064625 8.043845302 7.644215317 7.391906667 7.270503907 7.230632516 +LQ01X006980 Putative pentatricopeptide repeat-containing protein At5g65820 8.658238571 8.87840623 8.100876799 8.706480483 7.938492932 10.0547001 9.663345264 9.249873635 8.629980867 8.421154628 8.15931668 9.049441254 7.681210067 9.90361392 9.575522326 9.5685977 8.220059573 7.350476914 6.199393589 6.966664667 6.878632498 7.806878946 7.881508881 7.767176596 8.368524723 7.527934385 6.296687338 7.09287026 7.283874792 8.021212478 7.996176986 8.631014632 +LQ01X007010 Uncharacterized protein At3g49720 13.56392398 13.76613687 13.76540504 13.62915161 13.26721284 12.80642535 12.58045045 12.2929017 13.77263845 13.79764674 13.9182484 13.65340902 13.67633751 12.95976683 13.14682627 12.68679823 13.72403095 13.18744053 13.88935209 13.76039757 13.1330073 13.73793657 12.69015003 12.86424401 13.98462288 13.69192951 13.78533762 13.79688662 13.8074464 13.39073371 12.72603384 12.84914163 +LQ01X007040 Transcription factor RAX3 5.71517035 5.581024889 5.02717936 5.326993289 5.637647436 5.329475719 5.818931808 5.382616941 5.398765173 5.774624815 5.781006149 5.729302583 6.067631233 6.138306086 5.489387681 5.804172985 5.784390315 5.616139191 5.498833392 5.447570871 5.615638764 5.566936613 5.125638191 5.371531805 5.385182027 5.176104911 6.20849314 5.855631728 5.189461149 5.630740745 5.378593402 5.1934176 +LQ01X007050 Branched-chain-amino-acid aminotransferase 5, chloroplastic 13.52078092 13.62857397 13.36258514 13.25472729 13.40536897 14.04765982 13.76696585 13.2605464 13.51800966 13.51105472 13.26012569 13.34633121 13.22051255 13.91034454 13.85712029 13.05822456 13.5411712 13.44835946 14.10663058 13.08718567 12.83222442 13.46132152 13.23480346 14.04105182 13.70782324 13.76158693 14.23995123 13.17798441 13.43698823 13.68403156 13.37725734 14.11390141 +LQ01X007060 Putative nuclear matrix constituent protein 1-like protein 6.358057861 6.327924666 6.177905243 5.707058285 6.314132673 5.183181566 5.465535327 5.737871867 6.341854444 6.67474873 5.779698499 5.404268359 6.210951636 5.225667285 5.698430179 5.405379521 5.640115635 6.949340851 5.973949484 5.923291788 5.892717241 5.942513686 6.561202904 6.263527152 5.96701241 6.818345129 7.019815332 6.132339718 6.194477338 5.855324899 6.005269143 5.326461136 +LQ01X007080 Homeobox-leucine zipper protein HAT22 12.41692784 11.64158481 13.36915816 13.27978421 13.47139807 13.09662178 12.83236346 13.46948366 11.96769412 11.68306105 12.70001649 13.17306858 13.35671622 12.99244578 13.51687194 13.08108152 12.44891762 13.20824181 12.3199596 13.54928383 13.61409245 13.340838 13.63471466 13.5846872 11.6900733 12.07015952 11.85030707 13.6613301 12.76078234 13.43918999 13.39398687 13.65845073 +LQ01X007100 Probable xyloglucan endotransglucosylase/hydrolase protein 6 13.04617058 12.47466533 14.7925441 14.7840173 15.12934258 10.9060141 11.64233864 12.00547191 13.71594764 12.47934259 14.93714035 15.16127878 15.39223374 11.59557184 12.46890091 11.62971072 13.2806011 13.5015187 13.16254009 14.49319422 14.85827772 14.64352746 13.93301716 13.25491088 13.51327246 13.85387315 12.73649355 15.44189859 15.46630483 15.37229364 13.10959579 14.39702571 +LQ01X007110 Hypothetical protein 5.211806872 4.983766577 5.515574856 5.040137744 5.106850872 4.959280197 5.455752204 5.292120132 5.19784041 5.114979405 5.367629688 5.172778619 5.3331714 5.520693897 4.817224165 5.211466586 5.906737878 5.618211396 5.723748208 6.18581947 6.236446768 5.107678661 5.986873452 5.894864394 5.496247721 5.700372037 5.616693428 6.252132122 6.575585186 5.000892082 5.851826404 6.079739676 +LQ01X007130 Cysteine desulfurase 1, mitochondrial 11.58445532 11.48080024 11.64589799 12.58687967 11.63680183 13.41929919 13.0972056 12.96841071 11.4353951 11.35811958 11.64968761 12.54994325 11.46422525 13.51821223 13.38800259 12.87425153 11.97405917 12.32588138 11.31526612 11.0571172 11.27400962 11.50517779 12.07683616 11.59688704 11.71600297 11.92674763 11.53721106 10.87590056 11.42184188 12.1737307 12.22585266 11.52324529 +LQ01X007140 Transcription factor, putative 10.84765031 10.6993008 11.28877412 12.05752651 11.56169654 10.28080765 10.14314146 9.560275027 10.37251232 10.64009628 10.94100115 11.74679439 11.28501893 9.92656248 10.90057147 9.901331046 10.33055358 10.38814875 9.923235073 10.44971216 10.54244675 11.65338624 7.320547222 9.449927046 10.59065077 10.44256501 9.832542956 11.36968482 10.3084078 12.20357434 7.843848987 8.99073309 +LQ01X007150 Putative uncharacterized protein 14.51060816 13.89913416 14.11708628 14.17240661 14.09268232 13.81027869 13.62298236 13.54918038 14.5915905 14.80163008 14.33971228 14.17907562 14.32254854 13.72441608 13.53611705 13.62501611 14.8096245 14.38184936 14.67287365 14.40253303 14.16536371 14.42986268 13.83784665 13.82158405 14.7499813 14.57482546 14.68977569 14.33019115 13.41594534 13.97484098 13.57411003 13.6529413 +LQ01X007160 Mads box protein, putative 6.658597549 6.340304556 6.591357707 6.162132179 6.358485507 5.686083853 5.722961282 6.055019364 6.417670041 5.764556255 7.075224764 6.043412848 6.733742322 5.898599067 5.755471211 5.807869333 6.151455423 6.858978862 7.364801776 6.699559876 6.824942937 6.43232684 7.525664167 7.191296108 6.094188808 7.148709457 7.436066566 6.497681951 6.961709306 6.476240423 6.176374661 6.611022758 +LQ01X007190 Tubulin alpha-3 chain 5.791428907 5.840433519 6.711907137 6.023252229 6.608165928 5.980068037 6.180659447 6.215366889 6.069910706 6.32307085 6.218902162 6.27211963 6.479814735 6.00037366 6.065105465 6.44208848 6.090448057 5.792368377 6.020213606 6.191312976 6.592755258 5.733439438 6.470174066 6.051602367 5.699790855 6.16429587 5.903831606 6.52999789 5.866412605 6.483404127 6.406184355 6.018954024 +LQ01X007210 Malate dehydrogenase, glyoxysomal 11.85897556 11.64187465 11.99328251 12.34258777 11.87002371 12.69457173 12.51220424 11.87661183 11.9513602 11.55631393 11.72225923 12.13817832 12.21228719 12.48155999 12.13674719 11.80947575 11.76102119 11.23097544 10.97326936 11.04668536 11.43493063 11.59743553 11.60241935 11.16912043 11.41310955 10.8555733 10.93863853 10.86293451 11.85810212 11.77417871 11.4101432 10.87021364 +LQ01X007220 Receptor protein kinase CLAVATA1 5.416625279 5.672325213 5.80658549 5.877077513 5.947309829 6.036781405 5.894273109 5.75530628 5.837065187 5.451443938 5.950206016 5.860677563 5.965313345 5.801110296 5.541545862 5.911774514 5.78299295 6.023424713 5.563763831 6.047292418 6.612291312 5.891377654 6.533554587 6.357946451 5.750408117 5.649430597 5.3137269 5.746237223 6.050909361 5.552244122 6.807956625 6.257516925 +LQ01X007250 Putative Transcription factor bHLH25 7.467841509 7.720805796 8.539579519 7.650527932 8.200871175 7.104466385 7.398895106 7.777632155 7.794283213 7.521946913 8.570052323 8.180147389 8.800463825 7.704304246 7.590619354 7.800129751 7.846413359 7.878539304 8.137289903 8.805494841 8.814859692 8.792950226 7.522807819 8.679224878 7.94211009 8.529934251 8.780522913 8.386952023 9.425771638 8.120119982 7.995527422 8.441942717 +LQ01X007270 WD repeat-containing protein 5 5.326147339 5.2911552 5.195841288 5.34057621 5.241149861 5.130680137 5.063599486 5.147590037 5.116323019 5.578413053 5.27728496 5.370957296 5.195535558 5.257522816 5.56484871 5.083725336 5.26614483 5.535068546 5.542740655 5.510787235 5.455048763 5.26973775 5.095532468 5.4553058 4.980632879 5.515234032 5.436960331 5.328281616 6.067903802 5.560773108 5.29160535 4.763663264 +LQ01X007290 Putative Protein spinster homolog 1 12.80124944 12.69433584 12.59623407 13.19342128 12.70597582 13.40865271 13.11961761 13.19510258 12.78852317 12.72196909 12.72656983 13.42412161 12.78855059 13.38401526 13.34464452 13.24961096 13.33713566 13.3909771 12.8953032 13.02019844 13.12294229 12.9086062 12.82484959 12.84719225 12.99235482 13.03700604 12.71126528 12.95506776 12.76370046 12.89815766 12.90721565 12.95291357 +LQ01X007320 Predicted protein 11.89963484 12.04687396 12.54209465 12.0021815 12.09538663 12.33304371 12.26862448 12.4321904 11.96872155 11.5252521 12.15478807 11.74841292 12.12020662 12.12798075 12.21649615 12.04671664 11.73602328 12.01777314 11.67762885 12.54758024 12.52621901 12.18274137 12.77294822 12.76151328 11.44347717 12.03756222 11.76646155 12.43571998 12.82969391 12.48229624 12.92389742 12.96124955 +LQ01X007340 Phosphoenolpyruvate carboxykinase [ATP] 7.534874227 8.774571267 9.45755192 8.600846582 9.525920365 10.28738666 10.22368457 11.58982398 7.45506684 7.584199665 8.200558608 8.550360843 8.679970504 10.47780434 10.69564256 10.6023576 9.385783109 9.147878306 9.124543654 9.186678508 9.756635121 9.065296767 9.76256567 10.55132824 8.518213349 7.519100992 9.414384693 9.355573625 8.293530111 9.600289405 10.42851443 10.81501315 +LQ01X007360 Putative Protein RMD5 homolog A 10.33558931 10.49581349 10.78408095 11.16361629 10.60689785 10.91319607 10.90977283 10.88645985 10.5251432 10.04853908 10.90305452 11.21529976 10.70501838 11.07329691 10.77473115 10.84547859 10.77970775 10.99092273 10.76730103 10.77605289 10.56518838 11.04604571 10.98981706 10.86405631 10.73507062 10.93428821 10.84305177 11.35287906 10.96174203 11.50514431 10.90003454 10.64285672 +LQ01X007370 Protein binding protein, putative 9.185670979 9.161374892 9.818802242 9.984397975 10.4686242 8.593732979 9.6894995 10.40313649 9.10890268 8.612947499 9.237814627 10.03976704 9.819083216 8.840876703 9.074944981 9.566363982 9.135700565 9.552484349 9.729927793 9.571696641 10.25076371 9.815003525 9.208288886 9.741381226 9.046728111 9.569196976 9.086371861 9.963074755 10.71615999 9.924817602 9.671772724 9.816972843 +LQ01X007380 Auxin-responsive protein IAA9 13.40913709 13.57253062 13.04894897 12.92444515 13.26234695 12.0841858 11.74411444 12.40162804 13.440608 13.65548572 13.11913328 12.9293584 13.14706475 12.34579935 12.21635098 12.27234998 13.03861182 13.02708921 14.15404494 12.73011063 12.35468262 13.75842819 12.06510241 11.97901277 14.13482003 13.54333838 14.17540402 12.83230479 13.08472367 13.27130783 12.14071468 12.19928502 +LQ01X007390 Uncharacterized protein At5g65660 4.618077567 4.562291998 5.326031952 4.785356367 4.6905811 5.071044372 4.779590132 4.994960213 4.637075929 4.55978641 4.991449979 5.067108602 4.912515705 5.206947223 4.646096915 4.88500516 5.05885159 4.570694658 4.966651306 4.827398974 4.751124225 4.834873099 5.130356209 5.200438772 4.816503994 4.415014989 5.073826663 4.596409843 4.871447544 4.819072189 4.854015442 5.314198631 +LQ01X007420 Putative uncharacterized protein 6.017292006 7.461092582 5.383872083 5.221340386 5.703310297 5.228652773 5.288723641 5.36227832 6.657309905 7.805308543 5.974554266 5.279321847 5.929247609 5.582813992 5.174004556 5.18066337 7.684403116 5.500770431 5.44068362 5.048462257 5.814388283 5.483896236 5.153377548 5.797879247 6.931863466 5.765794868 5.726754623 4.875854466 5.591591332 4.942571864 5.028696439 4.785465735 +LQ01X007430 Probable beta-D-xylosidase 6 9.683121625 9.347641313 10.16133368 10.03596675 9.756317624 9.352218421 9.359467609 8.823431125 9.619135103 9.598346632 10.09158794 10.06966215 10.20150741 9.437160134 9.539615483 8.981615741 9.400925778 9.348674842 9.853969286 10.08702565 9.947488241 10.01636839 9.887326465 9.941640833 9.454145939 9.677825985 10.02328338 10.05578965 10.49343007 10.11853233 9.816023969 9.483022334 +LQ01X007440 Predicted protein 5.096207001 4.902610283 5.488832046 5.18820203 5.301167231 5.511866739 5.46981447 5.376263629 5.114253465 4.755060266 4.927015434 5.160343127 5.257927117 5.340237822 5.30194056 5.174941869 4.804565391 4.826775278 5.039438753 4.766792275 5.184144605 5.027651845 4.98021688 4.857541622 5.142151351 4.717634559 5.119181138 5.211395591 5.136966395 4.945878829 5.10623906 5.114102028 +LQ01X007450 Predicted protein (Fragment) 5.987220833 5.665807914 5.588381252 5.399239254 5.243782522 5.082767985 5.61233079 5.175337204 5.883012152 6.66234775 6.322361224 5.830368885 5.643712815 5.171873853 6.007851858 5.638231583 5.602754215 6.017347387 5.47381472 5.479852462 6.226978439 5.703239851 5.8548476 5.618762634 5.51949793 5.848181797 5.433215875 5.468129821 5.94641365 6.136170667 5.030156826 5.342699772 +LQ01X007510 Protein BRICK 1 13.03422156 12.04795734 13.02475245 13.28589903 13.22031359 12.50180948 12.94159017 12.43738277 13.03252615 13.05657133 13.05536962 13.45289028 13.36564913 12.49497629 13.00600145 12.68285252 12.5460245 12.87767351 12.80299371 13.01221621 12.99677015 13.10051296 12.06195236 12.45644954 12.72891066 13.00509954 12.74743535 12.81468816 12.29327236 13.01109627 12.25324663 12.6985167 +LQ01X007520 Putative Oligopeptidase A 10.46975189 10.59705172 10.7465012 10.57071515 10.39558436 11.32426425 11.41086161 11.21830026 10.39975656 10.35834629 10.65616732 10.51408749 10.15333885 11.2527496 11.1457192 11.014025 10.64415043 10.50190129 10.61641087 10.72990822 10.52213837 10.40168271 11.56643853 11.87877748 10.48709638 10.41373245 11.01046914 10.52220716 10.96994002 11.03055166 11.95257398 11.6315736 +LQ01X007530 Serine hydroxymethyltransferase, mitochondrial 6.437999375 5.567169515 5.622669574 5.785536516 5.554330347 6.76305084 6.220274421 6.554283332 6.392065817 5.731461983 5.865800542 5.765417519 5.549367496 6.359786884 6.230642088 6.615105983 5.772978023 5.437998764 5.47040362 5.252976854 5.891482223 6.089590175 6.027567722 5.990042351 5.691174361 5.617629547 6.019812529 4.923934658 5.641958673 6.10636625 6.630258622 5.354739914 +LQ01X007540 Putative uncharacterized protein 9.12184265 8.706264126 9.096307581 9.428040231 9.110865804 8.992157929 9.019716783 9.460147746 9.345675318 8.349188445 9.251705217 9.451383409 9.39820327 9.443819305 8.987650807 9.806721675 8.022649836 8.314671328 7.809854041 8.325968854 8.293614463 7.950686175 8.014808136 8.405922435 8.266639086 8.25799226 7.957367108 8.086291244 8.526857647 8.341330481 8.493484289 7.812698077 +LQ01X007720 Probable mannitol dehydrogenase 9.817259313 8.360798966 10.50800709 10.66198712 8.246662984 12.9194627 12.47289173 11.58477465 9.252776759 7.226944701 9.861602441 9.957773178 7.91834039 12.84551035 11.71762798 11.23490744 8.190059502 8.233060462 5.573578134 9.476240865 9.240904164 7.291596847 11.66056348 11.17596282 8.524512973 7.861094095 6.05820606 10.10668197 8.521385604 8.687115105 10.26408417 10.43325324 +LQ01X007730 Probable mannitol dehydrogenase 5.149851046 5.504490648 4.894977381 5.661139812 5.333275843 5.508232737 5.258311572 4.908427129 5.247610525 5.584522659 5.268803394 5.657514396 5.175483359 5.398935819 5.220669328 5.564790069 5.77410945 5.763171879 6.284830984 5.676575951 5.607222892 5.413801367 5.840705521 5.291553348 5.498326713 5.35521795 5.618203976 5.157728445 5.359086327 5.508909498 5.416256168 5.518134876 +LQ01X007770 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 6.694047761 5.861392443 5.559553158 6.733289544 6.924362803 8.353278208 8.433326097 8.2619846 5.7038939 5.499628716 4.979962378 5.690925376 5.409876742 7.110834324 7.611494045 7.394016914 6.964040731 7.089206095 5.417358269 5.816455861 6.423735344 6.62552187 6.262124339 6.783799522 6.618501209 6.326621515 5.153123635 6.637950838 6.68642495 6.894410852 5.897006114 6.268194236 +LQ01X007790 Catalytic, putative 10.30140826 10.60017393 10.50027442 10.17791163 10.62333739 8.354089156 8.850140233 9.252346565 10.01998018 9.626177149 10.44777955 10.23531919 10.75395763 8.583806626 7.568843981 8.928769081 9.44614723 10.58196187 10.77523385 10.63249223 11.34778616 10.06710221 9.591207724 9.830501055 9.858549925 10.53142055 10.98063778 10.54448391 11.19361864 10.69291615 9.742815908 9.521195447 +LQ01X007850 Putative KH domain-containing protein At4g18375 8.896971826 8.718589142 8.794869438 8.075841964 9.187058151 8.54069632 8.289523949 7.942022623 8.517159342 7.165054013 7.932421313 8.130685046 9.188997396 8.436596075 7.714788587 7.569727454 8.111046147 7.217538528 7.385450411 7.29955018 8.067746621 9.166162132 8.594392397 8.440231511 8.788879219 7.598231182 8.9651345 7.444598033 8.404310433 8.722043589 8.690132087 9.186009499 +LQ01X007920 Putative uncharacterized protein 8.969664216 8.900787344 10.04400576 9.292626569 9.718584001 8.983298667 9.338906813 8.881991401 8.972611219 9.023963969 9.924946579 9.463105333 10.14494271 9.295161319 9.511499585 9.348846823 8.572003515 10.1067801 8.996723943 10.49399957 11.09067638 9.798419272 11.36662861 10.39930917 8.845296342 9.615418338 9.690444085 10.67903966 10.72879352 10.20532675 10.93672388 10.72018933 +LQ01X007930 AP2-like ethylene-responsive transcription factor AIL6 6.990463188 7.872173334 5.815126497 6.765087778 6.308921356 6.336912131 5.622513274 6.069671734 7.295223853 7.594131609 5.98166979 6.962165074 6.517025682 5.407629548 5.642121164 5.877168047 7.41435342 6.760833686 8.907055543 6.650592595 6.389392997 6.611390745 5.288582644 6.047723966 8.211802573 7.265852201 9.499057864 5.803280356 6.602530603 6.527724304 4.96974398 6.091310126 +LQ01X007940 Putative U-box domain-containing protein 50 6.96446329 7.307724492 5.675208116 6.028606316 6.14691606 6.941287223 6.332606821 6.727664863 6.742235713 6.120849793 6.317787886 5.976030397 5.376408062 6.996879612 6.246702554 6.979949598 7.517144107 8.205956144 5.93021371 6.825088213 6.908512514 6.594759424 6.78885989 7.084901126 7.503153592 6.865402241 6.396542403 6.296674207 6.794289402 5.528699931 6.535563372 6.012951015 +LQ01X007950 Nucleobase-ascorbate transporter 11 10.10398763 10.11003758 11.08975107 11.40686524 11.41062065 10.36058121 10.2737909 10.57868838 10.43672724 10.53307734 11.15114823 11.77150577 11.686291 10.49037708 10.69409897 10.92764449 9.40236678 9.158815847 9.701425757 10.99537238 10.27564563 11.08845806 10.42066487 10.16543881 10.06854475 9.487149982 9.636697965 11.6692237 10.8174874 11.94946251 10.49839731 10.46601355 +LQ01X007960 Protein SKIP34 11.76897779 11.09773433 12.36727433 11.91713559 11.84424366 12.00662525 11.8473153 11.37246457 11.88678766 12.27680686 12.26662266 12.02679937 12.16779828 11.73052418 12.01674635 11.75002165 10.94791987 11.58118984 10.65702526 12.24975722 12.31041628 11.30698107 11.90737419 12.07840651 11.10579932 11.48512826 11.05880061 12.06136622 11.29725749 11.46631899 11.79275296 12.00871792 +LQ01X007970 Protein SGT1 homolog At5g65490 10.76340931 10.70319074 10.2738378 10.93046958 10.80349418 11.64814164 11.53194826 11.46264372 10.97321898 10.61375022 10.39301416 10.95706507 10.97135872 11.68764797 11.45121082 11.21822574 10.43041893 10.40716086 10.43751622 10.26928501 10.18466226 10.73793823 10.20541962 11.31225825 10.44178585 10.78990449 10.79570143 10.39436497 10.42756988 11.0884267 10.5259625 11.1481248 +LQ01X007980 Putative Uncharacterized isochorismatase family protein pncA 6.126871296 6.388355317 6.63023711 6.273622791 6.168205606 6.217626743 6.493461761 6.114591129 6.238914724 6.868462404 6.890585769 6.125029544 6.232569821 6.032733434 7.647791569 6.1852028 5.699655981 6.03298072 5.813489637 6.609216658 6.292309816 6.153184429 6.424229729 6.820409116 5.80674958 6.24833082 5.870646962 6.221671395 6.478539289 6.012589363 6.67877612 6.697111639 +LQ01X008000 Putative uncharacterized protein 6.480668641 6.397217352 6.976289513 8.739874378 6.129740349 9.67325251 9.137502197 8.969190372 6.366541716 5.799987343 6.439626551 8.314251447 5.365717066 9.222143486 8.335034302 8.237706659 7.360238043 6.617085831 5.667946402 5.512491489 6.70534276 6.382886793 6.4425375 6.889158671 6.478865197 6.445509575 5.183661018 6.303531468 5.902324676 6.747043176 6.955421986 5.941276649 +LQ01X008020 Putative Magnesium-dependent phosphatase 1 11.35865075 11.73015729 11.31561909 11.32429792 11.13635037 12.43181319 12.4514387 12.17940176 11.52791844 12.00542434 11.64570264 11.28713183 11.26803465 12.21961568 12.28673523 12.4178514 12.2425969 12.11717938 12.11919737 11.66482672 11.36955059 11.28232991 11.83397688 12.06675723 12.00122801 11.94263246 11.95176122 11.32089828 11.04050952 11.46447918 11.80149407 11.92482389 +LQ01X008030 Putative uncharacterized protein 9.468931238 9.302891671 10.18928459 9.824010989 9.999590461 11.25711861 11.20513704 11.65057802 9.135145096 8.422217879 9.766512846 9.453392269 9.303063655 11.06412571 10.59507484 10.44290242 9.460783798 9.058049608 8.477775713 9.4043352 9.750922251 10.11490796 10.49433483 11.95945388 9.286559356 9.325675703 9.253574111 9.307928781 10.10789576 10.75767714 10.89519937 12.13407023 +LQ01X008040 Thioredoxin reductase 2 11.81814139 12.89974314 11.20283174 10.77745254 11.14010869 11.6366527 11.97112408 11.63892999 12.02341283 12.86934156 11.37455773 10.99820645 11.10334168 11.83018857 11.6954601 11.67251147 11.93850162 11.27833417 12.49515376 11.80216836 11.42005909 11.34576241 12.22193284 12.12208214 12.83867921 11.89476273 12.95808404 11.19266544 11.33753591 10.56322637 12.28577615 11.98561369 +LQ01X008060 Putative DUF246 domain-containing protein At1g04910 4.991072047 5.171043478 5.761130848 4.848397509 5.377666418 5.029584897 5.425635949 4.972091586 5.139639029 5.125780708 5.704479791 5.060042628 5.187833556 5.083494329 5.294816023 5.550579631 5.220237289 5.32273264 5.098342636 5.262628681 5.21676977 5.295697317 5.188321908 5.206358889 5.164992164 5.249561062 4.973283948 5.10281776 5.131749116 5.165141691 5.310611623 5.17303466 +LQ01X008070 Protein tyrosine phosphatase-like protein PASTICCINO 2 13.56795153 13.7928174 14.32742247 13.36392683 14.1938868 13.05263768 12.91182719 13.25260266 13.93238909 13.75522873 14.38539301 13.63625002 14.53537649 13.27424061 12.77765712 13.01751438 13.26625796 13.20814546 13.52493655 14.09314208 13.46973045 13.8899169 13.72530932 13.4561845 13.86176353 13.54550957 13.50596088 14.07501609 13.5984954 13.75434693 13.24564571 13.40448635 +LQ01X008080 MADS-box protein JOINTLESS 11.00399742 12.13966864 10.67225536 10.74155776 10.4863777 11.03148726 10.86925246 10.71530078 11.58714703 12.01348434 11.27458817 10.58511561 10.76870698 11.39406917 10.90956597 11.15182218 10.92426672 10.53135396 12.24838492 10.93452479 10.47099487 11.02373135 10.7398635 10.74195062 11.762096 11.35534463 12.44913735 10.75577504 10.85398915 10.59134107 10.91309397 10.58627826 +LQ01X008110 Putative uncharacterized protein 5.913730507 5.792166995 5.275108266 6.948073311 5.52754065 8.547182642 8.308030861 7.111290077 5.887197811 5.163609391 5.27847559 7.314599526 5.239307773 8.792865164 8.113023513 7.866911693 5.499043349 4.860663086 5.215925336 5.476641071 4.8305562 5.106058044 4.950091437 5.059177365 5.506488306 5.180282171 4.830839089 5.219247326 4.793603309 5.33497642 5.289460542 5.524598399 +LQ01X008150 Putative Probable mitochondrial 2-oxoglutarate/malate carrier protein 5.828654495 5.725566229 5.525544984 5.636890986 6.15847564 5.963207683 6.158328822 5.554412202 6.054269259 5.929004335 5.801525504 6.076395243 6.326734152 5.696364269 6.404244601 5.750681419 5.642284539 6.158286569 5.699132868 6.373968758 6.110405247 5.879339416 5.74997711 6.117530166 5.67413694 6.639150454 5.909188277 5.847975643 6.14166678 5.87241094 6.443916096 5.916426219 +LQ01X008170 At4g38100 13.73090934 13.74660361 13.37104803 13.88276446 13.47683014 14.27775486 14.39045523 13.86476476 13.90817328 14.10563276 13.50837741 14.14711224 13.83025112 14.31287408 14.08336872 14.21519771 13.87493463 13.84091548 14.05827137 13.27218306 13.13933884 13.52748941 13.35239021 13.49636297 13.9490388 14.0206562 14.19731908 13.42139822 13.04089226 13.44475458 13.57846359 13.3735556 +LQ01X008180 Cyclin d, putative 6.945328363 7.077521029 5.539297604 6.247459576 5.496050979 6.059204313 5.951885883 5.907823399 7.356141657 7.043603076 5.046476618 6.612832883 5.836153127 6.121610007 5.747743993 6.605602779 6.890394502 7.340060181 6.358555825 4.94087592 5.365024452 5.986994728 5.330067243 5.204403121 7.901654425 6.784533458 6.808343154 5.227549423 5.571272812 5.769807042 5.251440115 5.00215328 +LQ01X008190 6-phosphofructokinase 5, chloroplastic 5.394287292 5.474900003 5.147102318 5.442561268 4.77951 5.322120669 5.57550978 5.395434236 5.372215163 5.569750764 5.020981671 5.417750822 5.422499522 5.210819973 5.409564513 5.763184027 5.594152957 5.141578142 5.330485811 5.559049703 4.996452787 5.333015111 5.934468685 5.055810238 5.35916431 5.165846901 5.206597581 6.118188977 4.847420909 4.974608836 5.015913955 5.373037166 +LQ01X008220 GLABRA2 expression modulator 13.40910831 12.71695196 12.79668801 13.55927887 12.62198501 13.71538045 13.52184037 12.99819104 13.19026946 12.68913314 12.64667894 13.24658418 12.61856851 13.21649823 12.8935496 13.01783012 13.23741593 13.66176212 13.08406016 12.97706879 13.09500633 13.07385312 12.72479105 12.25135692 13.18222927 13.30260853 12.52385711 13.21450281 12.58220463 13.0947403 12.07477245 11.91257134 +LQ01X008240 Putative UPF0483 protein C25G4.2 6.294833386 7.425714409 6.399797807 6.282332854 6.923833814 7.029811078 6.674101663 8.271527473 7.00506135 7.146666139 6.336053943 6.647932017 6.094031603 6.915202845 6.704483394 8.178942547 7.734801464 6.837730193 6.31619971 8.396572443 6.609986134 7.174380896 7.235614101 8.612087229 7.09382871 7.237297081 5.987680884 6.605409708 5.710309493 7.674679621 8.80529897 9.419133835 +LQ01X008250 Bet1-like protein At4g14600 8.918155289 9.443561056 9.314223477 8.776412113 9.069705339 8.275615831 8.27183994 8.545570238 9.33410247 9.644002276 9.538393574 8.979765816 9.456103327 8.671331974 8.594573116 8.738783534 9.197997428 8.11478843 9.583114193 9.278550531 8.897556101 9.419934595 8.630506628 9.14298636 9.182434751 8.610715384 9.50686471 8.94613286 8.335921135 9.795080563 8.460263137 9.16242267 +LQ01X008260 Putative Cell surface glycoprotein 1 11.1565677 10.99565751 11.13040995 10.78897637 12.16202976 10.87589302 10.89974097 11.79518023 11.05984889 10.94822297 11.16297067 11.11432596 12.28333043 11.23702481 10.29804408 12.1167373 11.90258216 12.17842642 12.2417159 11.57704756 11.41499015 11.93467607 11.30774158 11.58488318 11.47526908 11.74819712 11.9990235 11.38769309 11.39135572 12.0362208 11.42806129 11.72853141 +LQ01X008280 Putative clathrin assembly protein At4g40080 9.045769281 9.653202389 10.54549891 9.441541711 11.33687555 10.63786196 10.80175654 11.8960366 9.335886209 9.489800204 10.1263315 9.768198424 11.00321634 10.90012253 10.83641621 11.66145009 9.583949371 9.343629777 9.696462746 10.85953183 10.4921503 10.35366893 12.21965507 12.29897873 8.643903373 8.643355719 9.0579493 10.60495581 10.79708442 10.98617228 12.43845145 12.71824602 +LQ01X008310 Argonaute-like protein At2g27880 13.69314704 14.47156159 10.96137716 9.186501615 10.4768 9.2329421 9.434886914 10.23629445 14.31059585 14.50701611 13.36146606 10.10357286 10.72278888 9.309622606 9.47771148 9.987885109 12.25825029 12.51443232 13.41921558 11.64665869 13.42848679 13.14183709 9.907481955 9.521134772 13.84129495 13.9298636 13.94485871 10.18880783 13.07109602 8.973089181 10.8280133 10.02252302 +LQ01X008350 Putative Magnesium-transporting ATPase, P-type 1 6.992514131 6.805372088 7.685595733 7.098936024 7.103752956 7.436950352 6.381986889 7.006462383 6.821135651 6.48277115 7.176944677 6.737743413 6.970361589 7.380717044 6.351191624 6.864621625 7.116333315 6.536247724 6.512009043 6.82815767 6.976613557 7.07850145 6.570850921 6.891876411 7.081008895 6.720059326 6.724814774 7.001553875 7.317831974 7.183209062 6.714697323 6.772597827 +LQ01X008390 Putative uncharacterized protein 7.436299851 7.527989876 7.010918538 9.041568403 8.235665707 10.85673915 10.92606822 10.16834186 7.774415253 6.83869109 7.601528341 9.333907773 8.360636629 10.93911258 10.64092218 10.56350305 9.063462877 9.267469589 8.543079291 7.92437375 7.110297842 7.594945273 9.128990325 9.583272369 7.934731518 7.971563531 8.046387307 7.48233757 6.185504173 9.017378431 10.00931948 9.811475682 +LQ01X008400 Putative uncharacterized protein At4g01020, chloroplastic 5.584049436 5.533150334 5.813984622 5.704864213 5.631740111 6.209530066 5.731485917 5.676826762 5.298338211 5.610337788 6.302648059 5.817711595 5.476056733 6.253512743 5.918673813 5.680743733 6.084320598 5.363162572 5.216263286 5.677881607 5.462919461 5.377183669 5.900154284 5.339352831 5.534916597 5.188673175 5.818123766 4.947553187 5.522297951 5.423545625 5.306865327 5.636536865 +LQ01X008410 Putative Homeobox-leucine zipper protein ATHB-6 12.59213273 11.69118862 12.33696397 12.40036085 12.5945109 13.15675542 13.1312441 13.37354179 12.2819373 12.79824859 12.5997525 12.40280462 12.69779494 13.21496771 12.89795958 13.39035349 11.59182668 11.18890309 10.94144236 11.23255272 11.42849075 12.54773428 12.15141159 12.95865447 11.74548095 11.05106027 10.27457225 11.4601314 11.09430407 12.64511119 12.33950576 12.76168371 +LQ01X008440 Genomic DNA, chromosome 5, P1 clone:MNA5 5.098415462 4.973311819 5.229859907 5.048082323 4.899999765 5.227064738 5.25362059 5.202619322 5.149050061 5.393235083 5.08498873 5.034979114 4.822896867 4.994444357 5.366574979 5.255254695 5.184641522 5.534083552 5.274761415 5.401819365 5.821933112 4.850271491 4.78136948 5.714359564 4.940965917 5.102164683 5.856315851 5.432772948 5.573967257 4.814631929 5.661942151 5.468325052 +LQ01X008460 Putative uncharacterized protein 12.76640386 10.4437712 12.59177445 12.10093051 12.35069008 12.52021355 12.78706977 12.86636149 12.65949735 12.58844057 12.72037753 12.35871779 12.62037026 12.48036241 12.46936682 12.84057918 11.60437173 13.10110483 12.83605184 13.68489613 13.85338071 12.40552414 14.22007163 13.56727147 12.69923743 12.79081415 12.75382614 12.30986988 11.87381233 12.57451858 13.98575142 13.46177116 +LQ01X008470 Histone H3.3 15.32781019 15.19858062 15.34358978 15.34991102 15.41820684 15.30160224 15.18036898 15.00627977 15.53637824 15.51211179 15.46718705 15.45559849 15.28384065 15.06586199 15.56336829 15.2817526 15.21602825 14.60951525 15.16959579 15.45407654 14.83432768 15.30548243 14.8537148 14.95548505 15.39439191 14.86777863 14.64412503 15.19895754 14.91606489 15.03487053 15.36365467 14.97641555 +LQ01X008490 Predicted protein 5.108928745 5.49871291 5.038143071 5.29133259 5.108205801 5.326464767 5.159558786 5.1609123 5.306533797 5.633951361 5.766639996 5.244155397 5.124786852 5.31676046 5.250616002 4.935895001 7.504856027 6.664337122 6.685336468 6.929500138 6.176726442 6.333853303 5.658634438 6.387197138 7.026973786 6.26058736 6.470036117 7.369854581 6.644917875 7.31961623 5.939798677 6.910800181 +LQ01X008500 Putative LanC-like protein 2 11.62997379 12.90328086 11.74184473 11.20370309 12.30778101 9.549037197 10.29283919 10.85816802 11.63527412 12.67293109 11.88361453 11.38950768 12.54264811 10.2325918 10.60080148 11.89219294 11.71577773 11.98465522 12.49536921 11.7783642 12.20797482 12.88881795 10.57177848 12.85542343 12.50497589 12.6619011 12.96856282 12.20824014 12.78172463 13.17375474 10.5078751 13.10647156 +LQ01X008510 Serine/threonine-protein kinase SAPK2 4.833985744 5.02994199 4.724599199 4.672848892 5.249330979 4.674356374 4.534677884 4.838621276 4.962492782 4.559576792 5.052738988 4.560038571 4.892072293 4.730130731 4.527954528 4.581903145 4.912684537 4.658074557 4.958895242 4.720482547 4.969148181 4.780195848 4.743529139 5.034485568 4.584424 4.626380906 4.974330716 5.102221597 4.963562716 4.93144595 4.841906616 5.80197461 +LQ01X008520 40S ribosomal protein S6 6.212833837 6.060023528 5.578879522 6.284451781 6.094579723 6.400499215 7.192589796 5.93903322 5.976539784 6.419606677 5.967825524 6.654267337 5.81001445 6.515657965 7.030098576 6.204638758 5.918740201 5.970951923 6.987116152 6.274461063 6.150048555 6.243053209 6.578277376 5.800695372 6.241934288 6.222233403 7.508854536 5.891022791 6.41012335 5.957324075 6.21366903 5.581624835 +LQ01X008530 Peroxidase 17 10.3747268 9.237373509 7.141716416 6.739841158 7.694135077 10.70628259 10.62607662 10.45620689 10.31142222 8.718305494 8.136529806 7.070964461 6.506929881 10.97366097 10.48366875 10.78979506 8.304211086 9.159522626 7.121715648 8.11394369 7.508550611 8.075997268 10.87626471 9.783994736 8.606943726 9.320032858 7.747736485 6.782349626 7.092122386 7.110078057 11.38055073 9.779638306 +LQ01X008540 Putative tRNA (cytosine-5-)-methyltransferase NSUN2 10.56110127 10.65560804 10.33876396 9.494685411 9.802447774 10.63700832 10.67035619 10.37803812 10.73759118 10.64951406 10.43256298 9.692881176 9.924512888 10.62262482 10.518737 10.32346282 10.4727221 9.911801456 10.75676542 10.30635153 9.974461592 9.579982424 11.54652379 11.74843778 10.59798102 10.64477962 11.31039256 10.01417145 10.41166381 10.08139196 11.53100744 11.83378484 +LQ01X008550 Ras-related protein Rab11A 13.66018912 13.39675028 13.89698335 13.75893547 13.84963906 13.0130638 12.80384781 12.60556947 13.76604563 13.56889024 14.07534742 13.90830271 14.03122426 12.80694183 13.18613292 12.7633718 13.01987608 13.2906441 13.31404304 13.81689621 13.2992984 13.75814068 12.56027868 12.26526136 13.44902532 13.55463559 13.25541971 13.65200144 13.50537855 13.68200043 12.82978058 12.27399813 +LQ01X008560 ABC transporter G family member 11 5.057646804 5.1554007 5.009225645 4.756831817 5.037361745 5.439222194 5.077928028 5.235561671 5.037539897 5.293393546 5.107761924 5.04253455 4.929064183 5.586124534 6.049607757 5.598905197 5.091745033 5.411607217 5.258885139 5.271621143 5.094276892 5.400831662 5.206990428 5.158057592 4.904330878 5.3610354 5.471296803 5.257940988 5.479189018 5.007999195 5.909375836 5.029585981 +LQ01X008580 Polyadenylate-binding protein 2 6.023653643 5.791293913 6.010961176 6.217303572 5.971233227 6.501128273 6.243766689 6.522515492 6.320747792 5.9469896 5.910645379 6.163532542 6.139731118 6.445215892 6.543494873 6.170589815 5.562936419 5.944204625 5.909818305 5.402523386 5.415469249 5.955164951 5.892728824 5.222467453 5.886329156 6.422273222 5.64997196 5.231572428 5.759656627 5.958497351 5.396930856 5.17555376 +LQ01X008620 Predicted protein 12.02674632 12.26045745 11.97804267 12.34050567 11.85475092 11.94001099 12.18137863 12.29220302 12.277716 12.38558134 12.11470169 12.33577579 12.3045386 12.14725574 12.11981722 12.30854601 12.22601593 12.55831577 12.23683204 12.17611151 12.32399023 12.10147895 11.90327974 12.25780553 12.40727409 12.58852557 12.50332398 12.26754877 12.14445612 12.07783558 12.04242053 12.11917435 +LQ01X008650 F-box protein FBW2 5.703595011 5.350983695 5.734516208 6.001288186 5.823583183 5.552007311 5.889112957 5.37135582 6.023274443 5.371241019 6.103396049 5.903134082 5.917886321 5.687871792 6.36871611 5.832025635 5.32577031 5.776291384 5.289336216 5.600545256 5.994675867 5.699154407 4.886232968 5.687562698 5.094134464 5.397712969 5.462025642 5.229990917 5.376169763 5.989516068 5.314930426 5.090510939 +LQ01X008670 Putative Mediator of RNA polymerase II transcription subunit 18 12.43270947 12.46565842 12.01665121 12.16462394 11.70654837 12.33064516 12.52051664 11.81456875 12.64155409 12.79497239 12.09711636 11.96496234 11.80655719 12.26045774 12.40771743 12.02795098 12.73639428 12.89113668 12.71695252 11.96278814 11.7332634 12.08493271 11.70240654 11.91416095 12.6736082 12.92981586 12.57626365 11.80581102 11.36480114 11.6808097 11.52975057 11.96764583 +LQ01X008700 Cytokinin-O-glucosyltransferase 2 8.410398979 9.0272033 7.953511179 7.470830963 6.106934235 5.566870488 5.518120725 5.151986559 7.995157992 7.973584311 8.642462589 7.434275419 7.270293474 5.510301459 5.22043134 5.429287876 9.744879932 9.76694696 8.866005274 10.00331253 9.728284894 8.756139419 5.751813565 6.427354941 10.30147453 10.01365068 8.71181893 10.13978796 10.00565978 7.691604767 5.475066833 6.562722111 +LQ01X008710 Cytokinin-O-glucosyltransferase 2 5.512670242 5.790095683 5.768607618 5.454962433 6.042161995 5.931299737 5.860892472 6.029689234 5.895404881 6.395775912 5.645104999 5.260826598 5.649784568 6.129047104 6.836546931 5.737904455 5.560750154 5.581336701 6.031940389 6.646266928 5.471407112 6.338267461 6.47682742 5.972368111 6.122580299 5.627855599 5.572265747 5.692920971 6.217555469 6.053171183 6.245289123 5.490931967 +LQ01X008740 Chaperone protein dnaJ 11.74128636 11.10938961 11.22705712 12.45723705 11.63120472 12.77807866 13.06007467 12.54016986 11.92892935 11.80611431 11.31548864 12.85136154 11.71619969 12.74333261 12.88317394 12.72417296 11.11799941 11.10333228 10.89779709 10.61268686 10.37777857 11.62162855 12.01383741 11.56091151 11.05850328 11.5151025 10.79430204 11.96965957 10.17988874 12.02765043 11.62300313 11.03743568 +LQ01X008780 Probable LRR receptor-like serine/threonine-protein kinase At5g10290 6.80801703 6.683850159 6.433175499 6.702228832 6.440173946 6.109052974 5.964838971 6.301422059 6.774292483 6.813442207 6.467996466 6.887959713 6.742393868 6.116337349 6.256333434 6.467784436 6.213549945 6.765165773 6.294891997 6.80664233 7.08826516 6.593764165 6.212797572 5.888030803 6.720770777 7.14365594 7.075571338 6.83973914 6.093875085 6.395303913 5.707240019 6.943300623 +LQ01X008800 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.73225979 5.243763382 5.293832278 4.949841506 5.057787928 4.933414082 5.039280882 5.0193977 4.824900813 5.246050583 4.961069753 4.828379366 4.864534607 5.209984126 4.832623227 5.296260843 4.930018026 5.581904519 6.013908457 5.057699814 5.532414971 5.385689872 6.17109853 4.819500752 5.021649124 6.053476042 5.398989855 5.109717118 5.507739499 4.892722991 5.224058203 4.892958753 +LQ01X008830 Putative Calcium-binding mitochondrial carrier protein SCaMC-1 8.562771835 9.461089155 8.372442295 8.525703241 7.887201018 8.288641954 7.759901862 7.901153038 9.039751964 9.766406174 8.972612145 8.731875439 8.188888148 8.56842253 8.022584312 8.280639 9.848874083 8.684236672 8.490589021 8.740893112 7.921043359 8.745539757 8.005827246 6.287822646 9.59225742 8.986246322 7.042169153 8.684393679 8.448248709 8.459114462 7.094079146 7.695870764 +LQ01X008860 Putative Tubulin-specific chaperone C 5.043725106 5.10508557 5.505975221 4.929154028 5.135535495 4.729781162 4.762750117 4.634530641 5.069218207 5.157109389 5.32227387 4.91766924 5.63361371 5.194876942 5.120008373 4.965907124 5.274680484 5.131822111 4.768247355 5.698435491 5.525799946 5.218497728 4.927150592 5.020900578 5.048934368 5.264162487 5.178644853 5.444819137 5.282034207 5.301670477 5.659793174 5.145393829 +LQ01X008880 Ubiquitin carboxyl-terminal hydrolase 3 13.51678715 13.60767829 13.45376249 13.68872416 13.57655038 14.50612575 14.0928225 14.44018453 13.74437103 13.70684089 13.56602378 13.90472984 13.71382402 14.46303866 14.08450749 14.32471127 14.05522759 13.99785656 13.90425492 13.22959142 13.25740052 14.02742735 13.5364405 13.87201947 13.75279956 13.79388172 13.80804169 13.37022511 13.15074727 13.99801453 13.55703938 13.45001742 +LQ01X008890 Calmodulin-binding transcription activator 3 5.145798477 4.945016244 5.560653899 5.397683951 5.540826116 5.933409468 5.570763946 5.88561416 5.126360922 5.285677708 5.677723241 5.383076659 5.419849188 5.446822512 5.098943272 5.605889707 5.438038942 5.779539402 5.66500275 5.028908748 5.498163398 5.226404194 5.554183829 4.786524327 5.824575224 5.608232421 5.329454765 5.140654719 5.035866584 5.407578301 5.460108817 4.853280358 +LQ01X008910 AT4g39900/T5J17_70 5.336362911 5.413273816 5.621649111 6.087387674 5.642930833 5.523098744 5.729161091 5.646814446 5.562504178 5.627418575 5.923010051 5.953460148 6.252663994 5.708608545 5.50103218 6.127145318 6.202805669 5.553801471 5.893767852 5.276909544 5.307829543 5.898650513 5.549269376 5.34138095 5.800974668 5.638981933 5.21573207 5.613333811 5.538934563 5.599997997 5.077139997 5.467493451 +LQ01X008930 Putative Coleoptile phototropism protein 1 8.789207709 7.370889305 7.64356024 7.098019397 7.136242171 7.368860137 6.910431974 7.180884512 8.199623532 6.986234242 7.486569981 7.390678098 6.435778015 7.09127139 6.872083499 6.559860179 8.106734096 8.079547316 7.944274158 7.324596044 6.716589011 6.976592036 7.222499271 6.813044178 7.452690921 7.932559499 7.447996016 7.248123343 7.323685522 7.309150748 6.789454832 7.263662019 +LQ01X008950 Putative uncharacterized protein 13.78214537 14.09820511 13.21968247 12.42866071 12.80367478 12.68248312 12.43469389 12.21030708 13.84659716 13.95329601 13.42635059 12.7382596 13.09323937 12.73409668 12.21229322 12.28252637 13.84549662 13.65842423 13.76007409 13.84331193 13.93509016 12.70944818 14.18393304 13.28889523 14.0070655 13.88952698 14.18312869 13.21795993 13.44989433 12.63011486 14.17682444 13.35167586 +LQ01X008960 Putative UDP-N-acetylglucosamine transporter 4.937437697 5.1307014 5.278272905 5.586662978 5.412215783 5.111724045 5.124730797 4.979057386 5.26065325 5.164055083 5.530056989 5.229453538 5.192122796 5.293633092 5.41292057 4.950836908 5.170483041 5.153642925 5.48276386 5.544130578 5.591868991 4.963309756 5.174539081 5.231222092 5.380762281 5.337750458 5.192908547 5.50011906 5.287921978 5.241163958 5.192706026 5.057569215 +LQ01X008970 Asparagine synthetase [glutamine-hydrolyzing] 5.903454333 6.451784904 6.318618886 5.592629494 5.655101754 5.228724116 5.756014839 5.956074661 5.991411428 6.301603015 5.639422767 5.562990846 6.18748079 6.128628526 5.585136095 5.474176475 5.872598614 6.056374826 5.636755677 5.66241508 6.271053737 5.599478856 5.839933306 5.376585309 5.840537441 5.983987129 6.320176788 5.096569167 6.645926728 5.935749485 5.774741505 5.692016237 +LQ01X008980 Putative uncharacterized protein 11.42284646 10.97854437 12.02074928 12.03914383 11.97047499 12.07361616 12.26361522 12.07746287 11.1839462 10.70241427 11.7149433 11.68445001 11.80579873 12.22866036 12.50892641 11.89583603 11.27903643 11.7747058 11.86175243 11.556331 11.56933415 11.53993825 13.20095522 12.72691415 10.93280921 11.25158517 11.68688938 12.08285433 11.71170519 12.27280422 13.0413106 12.91276765 +LQ01X008990 Putative 18.5 kDa class IV heat shock protein 14.30300153 12.89547442 13.44975943 14.63609087 12.90995298 15.15803456 14.0440184 11.89031107 13.40210771 12.86278902 12.68592135 13.91451778 13.14218278 14.22213802 13.16719772 12.17017241 13.55393838 13.54680665 12.03333851 12.05359126 12.85945481 12.79085517 12.28923858 10.81960549 12.73831895 12.50317528 11.79197249 12.43276338 11.33628645 12.58998248 11.15510141 10.39945119 +LQ01X009000 Putative uncharacterized protein 5.380674279 5.493145823 5.59014143 6.35279088 5.49370738 5.132275077 5.121191742 5.539424049 5.4865503 5.648217984 5.354726441 5.896207944 5.745956229 5.271559919 5.048035035 5.381032755 5.396313845 5.352655259 5.647093446 5.209003895 5.712748563 5.458456851 5.105439011 5.334910286 5.200597921 5.249304552 5.335761632 6.053232275 5.721821078 6.197677719 5.27143526 4.82167225 +LQ01X009010 Annexin D2 14.72829769 14.90186674 14.5075454 14.59821492 14.49865763 13.34380305 12.7213489 12.51498298 14.51296443 14.48179666 14.44970353 14.54652281 14.75378249 12.87706478 12.78341329 12.81759455 14.96576902 14.73062369 14.84968367 14.14638983 14.3840647 14.62905905 13.05592515 13.2713889 15.02446517 14.62036183 14.94641628 14.7104479 14.6689483 14.5385888 12.51640745 12.62852781 +LQ01X009020 Putative uncharacterized protein 5.156677884 5.687982014 5.418901587 5.768650757 5.644166071 6.3992189 6.014669472 5.810769148 5.646824893 5.610228047 5.581545165 5.656643911 5.931707964 5.722186643 6.392787944 5.668107063 5.035163086 5.250256372 5.025860207 5.581640691 4.981467236 5.865744229 5.267529841 5.84119819 5.415384338 5.056085765 5.362974281 5.084034033 5.110737034 5.019326246 5.429666926 5.495519553 +LQ01X009050 Heat shock protein 70 (HSP70)-interacting protein, putative 5.30270004 5.143855113 4.976277674 5.075728736 5.168506578 4.805872345 5.000925556 5.199306773 5.316988693 6.624550453 5.508930663 5.27637828 5.168454223 5.274104032 5.324513691 5.120730601 5.085775502 5.108367289 5.144075936 4.891454678 4.938879521 5.202086792 4.692085893 4.977812287 5.291555843 5.281939145 5.328812584 5.052998283 4.603807494 5.158922364 5.254274385 4.930513157 +LQ01X009060 Predicted protein 12.97381226 12.59591515 14.10133321 14.12025344 14.8483661 13.07944577 12.89432451 13.49825985 13.23464579 12.48097854 13.91565455 14.55092971 14.84992076 13.51504969 13.53192721 13.78832117 12.20580064 12.72569768 12.87508107 12.80971187 13.24849135 14.04099462 12.581082 12.26411392 12.88018345 13.10734524 13.11287215 13.35763351 13.78542783 14.64210344 12.90605243 12.65492848 +LQ01X009070 Predicted protein 8.494517951 8.586024825 7.658486918 8.497366411 7.855162586 8.711385473 8.381507376 8.243487512 9.110548676 8.91559306 8.858684734 8.704681688 8.078081904 8.808304402 8.233465962 8.420194541 8.738542824 7.806538288 7.562788546 8.320766404 7.333474046 8.238116522 6.735818645 6.93679661 8.437257646 7.725861379 7.117069656 8.404325522 6.595750989 7.853346257 6.278607146 7.313161914 +LQ01X009100 Predicted protein 5.878431057 6.256627189 5.425099935 5.972382721 5.753301205 5.543314787 6.229871333 5.836690267 6.12629384 5.896896241 5.428716676 5.848959624 5.664902804 5.685998126 5.83940402 5.958238079 5.820570824 6.417048651 7.380781728 5.921031123 6.141030194 6.171089545 5.476321388 5.021178895 6.015861708 6.299600578 7.746268812 6.509538243 5.180325598 5.924773153 5.341941857 6.083746598 +LQ01X009120 Putative Protein sco1 11.14030664 11.34032039 10.80012878 11.06394684 10.69174005 11.56932975 11.53789689 11.2568852 11.52608867 11.49091545 11.17273056 11.4022763 11.00736766 11.5255499 11.36182688 11.41714755 11.88084288 12.13872601 11.59986125 11.08593618 11.22489539 11.03368005 11.3412341 11.23513325 11.62328712 12.04662216 11.48984591 11.49401112 10.81020956 11.24594892 11.40002123 11.09288627 +LQ01X009190 Putative Lipoxygenase homology domain-containing protein 1 14.56874289 14.32144468 14.68108345 14.15873107 14.44242362 12.95671822 12.79248291 12.19163762 14.28773388 14.22285706 14.46292691 14.10169028 14.53555193 12.81012021 12.8960423 13.47526584 14.9699813 14.99984205 14.88460561 14.76675756 14.95393641 14.61534943 13.85958291 13.99060439 14.72952856 14.22154719 14.78248264 14.7070483 14.73675382 14.01036282 13.48841339 13.55565472 +LQ01X009230 Hypothetical protein 4.964736233 4.727489184 4.922402812 4.900675494 5.081742263 5.166851098 4.979372847 5.30857127 4.893412863 4.966682536 4.861692305 4.902667989 4.803298928 5.322692139 4.861198865 5.347272703 5.052832611 4.830165936 5.267571297 4.964976251 5.134890003 4.838979277 5.365165369 5.536361199 4.647172631 4.897810347 5.116716951 4.981970597 4.691105757 4.827055795 4.930836497 4.675311429 +LQ01X009240 Putative uncharacterized protein 5.292504343 5.210670005 5.254917058 5.076351942 5.21999046 5.465879785 5.267063708 5.504825381 5.058778762 5.08047325 5.230320491 5.118302017 5.298087648 5.780252321 5.295322752 5.645965036 5.571882742 5.091411488 5.741836488 5.380494668 5.72730165 5.316990687 6.766554948 5.888073619 5.558900604 5.319896856 5.154326634 5.128874041 5.276028554 5.196872197 6.140673841 5.293617008 +LQ01X009250 Putative Ethylene-responsive transcription factor ERF060 13.3005138 12.7109811 13.6091606 13.64363502 14.01305856 14.95111385 14.60607758 15.06080303 12.61335771 12.26403683 13.31614403 13.9348457 13.65191513 14.59856859 14.30394481 14.63117789 13.28082549 13.60960655 13.29092595 13.64221774 13.17433797 13.25043596 14.12308249 13.96526812 12.45018261 12.80941765 12.89210633 13.60320903 13.12740697 13.78724869 14.07927968 13.95690674 +LQ01X009260 Predicted protein 7.125255895 7.790951397 5.066857122 4.660421714 5.150463441 4.735133597 4.982813463 4.899608965 7.720502072 8.915038821 5.751330024 5.170997395 5.076437604 5.334632043 4.905932852 4.868650067 6.54032463 5.483937227 6.346164459 4.783216492 5.22548758 6.376727205 4.617288622 4.951367733 8.053138985 5.918575662 5.920392359 4.983723912 5.181697651 4.679405294 5.067224334 5.302961912 +LQ01X009280 Putative uncharacterized protein 6.041761437 5.62914445 5.524462715 5.695916013 5.349606189 5.493903038 4.860537795 5.605447926 6.065563985 5.416708759 6.465281511 5.793475222 5.641797667 5.273193721 5.101347716 5.481769846 7.185315671 5.678573009 5.441782814 6.344229538 5.6060626 5.548039528 5.372658614 5.638912767 6.034609956 5.80043205 5.419768129 6.045728699 5.219836856 5.648316408 5.821474754 5.481486095 +LQ01X009310 Bristled-like protein 5.079351441 4.80411365 5.327871429 4.822659151 5.065460006 5.321851833 5.108430914 5.268419522 4.998957464 4.785220334 5.217599794 4.694023675 5.019068725 5.143185922 4.828290983 4.728974476 5.013123642 4.714910431 4.953576943 4.709925888 5.067984029 4.871180511 5.468723665 5.739006746 4.984178056 4.544173108 4.875234581 4.81554375 5.343535692 5.003106734 5.180888772 6.882859255 +LQ01X009350 Predicted protein 10.62315132 10.37597353 10.67060252 10.79256016 10.31141764 10.43263124 9.121167141 8.769114418 10.55255702 10.09174409 10.67689214 10.31840458 11.07090185 10.44719402 9.285303889 9.373839375 10.52992565 9.847204365 9.571094905 9.698450109 9.097646368 9.720431535 7.033116813 7.288422909 9.832573376 9.863451821 8.8454737 10.51930333 9.761794689 9.452624687 8.343629178 7.96100744 +LQ01X009360 (3R)-hydroxymyristoyl-[acyl-carrier-protein] dehydratase 5.607839101 5.45462534 5.853991811 5.744874842 6.603542756 6.456100717 5.420854887 6.185269538 5.466846465 5.050983177 5.26745806 5.803665152 5.517563041 6.309986615 5.025882023 5.930800732 6.039516427 5.343505365 5.203773254 5.246998918 5.088171627 6.324306452 5.421498909 4.985258663 6.024373674 5.112755777 5.335863103 5.550022812 5.398419064 6.378629797 5.352662654 5.546781654 +LQ01X009370 Predicted protein 13.76402444 13.71890726 13.40471309 13.74880641 13.50825727 14.75942704 14.36971376 14.30608896 13.27083661 13.46973387 13.23696815 13.54977132 13.18792889 14.9401655 14.22556847 14.86978775 13.57947402 13.55083304 12.80602954 13.4033765 13.25540475 13.16391877 14.2573484 14.2317817 13.59478416 13.02672949 12.66894992 13.10185583 12.48252876 12.80354434 14.22533166 14.25368262 +LQ01X009380 Inositol-3-phosphate synthase 6.185726825 6.809530495 6.933943793 6.498763805 6.572626257 6.660798433 5.956145595 6.170385178 6.273356756 6.358731475 6.925532645 6.286455025 6.669271264 6.626648347 5.999593878 5.821996529 6.27680419 6.461009046 6.3138311 6.949859358 6.325529566 6.33267231 5.775639224 6.36206449 6.072383972 6.221019941 5.293793716 5.961710686 5.951080314 6.222823923 6.375678547 6.381610901 +LQ01X009420 Putative Aspartate aminotransferase 12.34985144 12.37967385 11.51812964 11.51038105 11.70951161 11.49940364 11.25104913 10.84015123 12.21668772 12.26124042 11.73530463 11.53335831 11.31597895 11.36164601 11.07957071 10.68090741 12.41499965 12.09539754 12.98096735 11.69516876 11.49329861 12.32246781 11.06906891 11.42010402 13.04286481 12.59412962 12.88080213 11.55009296 11.72163946 12.6616582 10.85696029 11.45424191 +LQ01X009430 Putative Tetratricopeptide repeat protein 15 6.173840396 6.277443329 7.032949279 6.132514405 6.226105786 5.981204257 5.846307979 5.757083533 6.464066689 6.599566235 7.046287731 6.24031682 6.656002677 5.58528652 6.043773113 5.441182064 5.818832736 6.099270847 5.803521487 6.487201572 7.004200785 6.218715065 6.343524181 6.403129206 5.760461563 6.082617343 6.517593898 6.112599363 5.960888609 6.269628342 5.679613815 6.254312514 +LQ01X009490 Putative MADS-box transcription factor 14 4.797235329 4.989661879 4.937747378 4.920035539 5.002177192 5.118958727 4.937347919 4.91962928 5.157806207 4.918515128 5.291678818 4.986918022 5.211624728 4.925155982 4.836096943 4.602682587 5.427347463 5.16716225 6.083052248 5.314951761 5.140223545 5.034235102 5.599691967 5.999704084 5.29046834 5.004061717 5.755977538 5.345138471 5.490519521 5.098597481 5.2924681 6.209268719 +LQ01X009520 Metal ion binding protein, putative 11.28824923 11.00751074 10.28145944 9.033038702 9.23781038 8.608911417 7.87484188 7.986603959 11.12704862 11.02377776 10.88032078 9.248576389 9.88115168 9.006203731 7.396619302 8.491437127 11.72714808 11.12752812 11.21514743 10.68840115 9.861118557 9.513853485 8.851973012 7.865024931 11.07787763 11.07784337 10.68306295 10.15324957 9.877315844 8.24757771 8.825653124 6.464635356 +LQ01X009540 Putative U-box domain-containing protein 13 11.14678201 11.37073137 11.17351022 11.59604933 11.22279027 11.8743789 11.70045325 11.86305192 11.43426604 11.49501077 11.39085208 11.68601299 11.49990155 12.01273999 11.80484198 11.86740517 11.20144887 11.62370604 10.93307994 11.69548238 11.38434464 11.55695646 11.29427069 11.23611139 11.10622318 11.59996792 10.92771897 11.3875896 11.27074371 11.66515912 11.16592782 11.38305545 +LQ01X009550 Putative uncharacterized protein 9.490114936 9.600117275 8.94171403 9.455318883 8.682029955 9.868217889 9.543441624 9.323830945 9.310016969 9.379914143 9.199302782 9.141022233 8.52976223 9.599110002 9.745762584 9.234391263 9.742173648 8.727226942 9.675947862 8.946861878 8.797594941 8.855113772 9.58886503 9.372271222 9.885895597 9.462447411 9.693012989 8.974211654 9.461855225 9.313756211 9.878205156 9.399239863 +LQ01X009570 Predicted protein 10.95073896 11.34873664 10.38561761 10.23168294 10.66223679 11.02282831 11.05427933 11.15884448 11.38929964 11.8744153 10.66469396 10.85475002 11.15241547 11.20627694 11.02365608 11.33197354 11.10925367 11.03048415 12.13716608 11.06301551 11.00163864 10.82847665 11.39249242 11.17425746 11.76423917 11.22952655 12.3163491 10.7115492 11.30698699 10.97844061 11.48181937 11.36771363 +LQ01X009580 Hypothetical protein 5.191911071 5.327051227 5.218897035 4.981342278 4.93931942 4.958444182 5.144670089 5.039817971 5.174679761 5.308607189 5.329698895 5.242824744 5.048705975 5.078943581 5.51385517 4.708255357 5.021739846 5.26039468 5.439514636 5.232164733 5.383122322 5.266927596 5.167105026 5.244023483 5.000389564 5.246810579 5.394674933 5.213956234 5.369410016 4.979656464 5.143728314 5.401252179 +LQ01X009630 60S ribosomal protein L30 7.183984606 6.864691288 6.711837515 7.849937921 7.27448433 8.085414021 8.121419762 8.061264182 7.397813299 6.207366747 6.962394503 8.230123172 6.791024152 8.092900977 7.77171161 7.785352221 7.779665714 6.632327385 6.288015644 5.618726147 5.566613603 7.245357866 5.779026275 5.779598931 7.466745582 6.134019153 5.397469456 5.409030989 5.584417211 7.104388915 5.866874141 6.852461224 +LQ01X009650 117M18_6 12.54550871 12.58464643 13.09824203 12.86325249 13.05658488 13.66770606 13.64581121 13.5983515 12.55999718 12.64020905 13.10031462 13.09496938 13.25833438 13.85050015 13.71840437 13.5546 13.18093789 12.93417977 13.17866369 13.47722892 13.22131055 13.0702837 13.60848097 13.491584 12.88591287 12.95715233 13.12801625 13.21627355 12.8213296 13.11458564 13.58985479 13.64908709 +LQ01X009680 Putative receptor protein kinase ZmPK1 4.914930898 5.263457767 5.38721822 4.970702184 5.064554243 4.703996413 4.923013094 5.111820309 4.915569304 5.247688562 5.203866838 4.933659828 4.792278775 5.108767538 4.807686804 4.912731185 4.888848538 5.137246071 5.049031136 5.688170149 5.197167488 4.971101777 4.814891653 5.218964944 4.626707751 4.969602802 5.465280181 4.867063855 4.992942755 5.323326547 5.463686538 5.242965938 +LQ01X009720 Predicted protein 6.465562776 6.774413858 6.435942461 6.133807679 6.263929682 5.427516047 5.611360912 5.989009009 6.578338692 6.294723219 7.045186247 6.014398941 7.135799873 5.211351831 5.631455206 5.788882849 6.251463326 6.772615719 6.819056106 6.794692227 6.535630386 6.480922482 6.539553852 7.7036155 6.38894109 6.836433747 7.169979895 6.463527666 6.201775104 6.890103859 7.561076936 6.198397313 +LQ01X009730 Predicted protein 11.56605549 12.06583566 12.33886395 13.47067761 13.15519714 11.53268611 12.71119678 12.97928137 11.99527933 12.56355101 12.42016079 13.5105367 13.07304768 11.88416353 13.34806694 13.42777552 13.19444371 13.30289622 12.43020123 12.19661826 12.69561958 13.19247948 12.18548652 12.63368923 11.30095597 12.25303573 12.50992322 12.23037931 11.5814414 13.95394921 12.04906742 12.48785347 +LQ01X009740 Protein binding protein, putative 12.13584024 12.33838137 12.38641387 12.27744123 12.49101592 11.81706077 11.58536904 11.92651391 12.26972756 12.26476063 12.6813693 12.31927021 12.90686199 11.76977864 11.47443568 12.13836044 12.15973545 12.28338528 12.18355694 12.70373132 12.35739857 12.71929384 11.81019257 12.23425557 12.10304925 12.60047925 12.14470449 12.97430128 12.39190809 12.85098881 11.83830781 12.06975995 +LQ01X009760 Hypothetical protein 6.634656839 6.015086345 6.559782214 6.475686238 5.953883782 6.438916882 6.644850378 6.500797552 6.454631527 6.416744841 6.347618026 6.4690839 6.424873002 6.343728979 6.854738678 6.592578031 6.178633623 6.616969877 6.265407945 6.193455562 6.510791304 6.529924471 5.526967826 5.579227834 6.559084279 6.551978016 6.364666272 6.423652576 5.949705809 6.882353111 6.201718498 5.89327648 +LQ01X009770 Transcription factor TGA1 6.052474034 5.995150334 5.540925861 7.702746773 6.351909245 9.108510317 9.034461265 8.98079931 6.487509263 5.150258051 5.608005581 8.052595594 5.473644741 9.14787025 8.494250505 9.262205603 6.715415818 7.046138741 5.731607302 5.943138094 5.274333358 6.074236973 5.923959111 5.188648149 5.811528752 5.329525894 5.141950499 5.978431996 5.122752352 6.451964757 5.751998116 6.294145679 +LQ01X009780 Alanine--glyoxylate aminotransferase 2 homolog 1, mitochondrial 12.83119236 12.80646296 13.16971743 12.73737563 12.98890892 12.95484108 12.9476902 13.02586531 12.7508325 12.7229074 13.07044332 12.7011704 12.87710046 13.03737681 13.12859573 12.73005697 12.27314709 12.72516032 11.79426701 13.27795872 13.10858776 12.84681123 13.196094 13.8976508 12.30455247 12.92420642 11.97963324 12.96691115 13.77225231 13.10941359 13.53569489 13.8423563 +LQ01X009820 Putative uncharacterized protein 5.062906486 5.036416179 5.37434646 4.838509733 5.538189214 5.116834966 4.976194285 5.228719109 5.102942047 5.405024655 5.150403877 4.856754959 5.251113021 5.161060665 4.958689487 4.98629909 4.766936306 5.328680495 5.102645425 5.281544332 5.07847902 5.132369001 5.094066273 5.032245045 5.208948622 5.355536231 5.133048646 5.092610133 5.113538999 5.184843383 5.5572856 5.243878356 +LQ01X009860 Putative Cytochrome P450 750A1 7.093661195 7.702490821 6.492515852 9.343442818 10.17226305 12.85715776 12.89086453 13.52650121 8.123757917 6.944979836 7.228033476 9.87660472 8.784784371 13.25044518 13.53426657 14.1831118 10.15936611 8.519394708 9.141019333 9.571223837 7.853593399 9.884304207 12.7280783 12.63257722 8.514756367 7.188241706 7.439599784 8.78471301 6.86598087 10.7428984 12.68757389 12.51424931 +LQ01X009900 Putative Uncharacterized protein sll1770 12.55734847 11.95803226 12.86044244 12.84049064 11.28673439 13.56160283 13.1137144 12.99155527 12.18965322 11.24579321 12.5265285 12.49899124 11.71030924 13.18758584 12.80233955 12.55610015 11.10918938 10.90317792 11.0463774 11.52407065 11.26551329 11.09865612 12.01991286 12.08783667 11.78693636 11.52935071 11.1623312 11.61210428 11.74634568 11.57619589 12.0733719 11.59134305 +LQ01X009920 Probable inactive receptor kinase At5g10020 10.6475124 10.35323188 10.93584234 10.32466075 10.75217594 10.20870144 9.96816799 9.664372451 10.81849257 9.751633728 11.00087504 10.58939879 10.8780428 10.19295689 9.802703619 9.60413972 10.65240048 10.28715529 10.67297487 10.84605714 10.93086829 10.45986145 9.961149901 10.17900269 10.83993104 10.68572376 10.96153727 11.07622478 11.19750597 10.74296528 10.22040265 10.01701246 +LQ01X009970 Protein CPR-5, putative 12.18553441 12.83901783 12.04310855 11.42150881 12.39211944 11.38373007 11.03032086 12.37053724 12.50802612 12.76305874 12.427912 11.6703075 12.44406767 11.68133403 11.37920397 12.24169006 12.3608952 11.89449422 11.82568969 12.40514809 12.30266803 12.36322342 12.33689887 12.33078698 12.39802726 11.92113235 11.4883155 12.32989881 12.54430139 12.38002702 12.21524166 12.34110998 +LQ01X010020 Putative uncharacterized protein 13.20700685 11.35874563 13.72579751 14.45711339 13.21666562 15.25340737 14.95401469 14.10929001 12.15331556 11.2620715 12.98877351 13.95907104 13.17952251 15.0073802 14.29321985 14.42921206 12.06713647 13.36157383 10.22318996 12.60316226 13.46263989 11.80867671 13.51629088 13.27872986 11.12439219 12.06680937 10.24598438 12.77429905 12.66253844 12.98310955 14.09665939 13.02358681 +LQ01X010030 4-alpha-glucanotransferase, chloroplastic/amyloplastic 9.872552762 10.59346395 10.56330579 10.82667855 10.38039504 11.19301438 10.89552863 10.54065909 10.06231083 10.468154 10.65030459 11.00085397 10.65398682 11.12570338 10.90770466 10.84979908 10.29935636 9.809900467 8.920707182 10.51426918 10.2801625 10.47543367 10.70684079 10.57181787 9.930100432 9.572776854 9.047825206 10.90519754 10.39764298 10.81537781 10.4797933 10.54202512 +LQ01X010050 Cytochrome P450 78A4 6.078052606 5.990326499 5.545218334 5.449355322 5.463645822 5.507851038 5.727006277 5.370580576 5.930854613 6.837633322 5.386291748 5.341541594 5.614553484 5.615590175 5.376581332 5.210626637 7.127256502 6.640953387 7.203566823 5.594593491 5.654560934 5.718031488 5.322009486 5.562071816 6.537048056 5.437027126 7.117086863 5.552528866 5.395903201 5.321657096 5.448252366 5.564499665 +LQ01X010060 F-box/kelch-repeat protein SKIP6 10.34156902 10.34410687 11.01140588 9.390718663 10.35821278 9.603751297 9.652308604 9.266748366 10.31098109 10.09528845 10.89015237 9.459559393 10.63086667 9.690049327 9.094540666 9.562506286 8.977510954 9.771197549 9.388231658 10.64407254 10.87777329 9.365508835 10.68148049 10.14400746 9.443335397 9.58364238 9.858726136 9.868431672 11.0035689 9.426851842 10.9895163 9.906114207 +LQ01X010070 Shikimate kinase, chloroplastic 5.22013689 4.971974918 4.996129755 6.236010245 4.942972853 6.099363629 5.750919687 5.938208235 4.704937884 5.111108277 4.759360767 4.840942891 4.907118053 4.864258596 5.684761725 4.85271124 5.02687191 4.62950258 4.91916525 4.700306992 4.79424575 4.898808992 5.385281199 4.919851173 4.997658752 4.757922121 4.770472465 5.969645361 4.901728099 5.007753908 5.22179352 5.440113761 +LQ01X010130 Developmentally-regulated GTP-binding protein 1 9.868953522 10.73937308 9.819230106 9.801716115 9.79468619 10.06550266 10.09763348 10.36271345 10.10630927 10.79055277 10.02082689 9.753494304 9.883765954 9.959976525 10.18700324 9.880276611 10.96891834 10.53327137 10.59122088 10.4744754 10.62094111 10.41567624 10.42380034 11.23416672 10.74947603 10.75656694 10.92119673 10.11290711 10.75904683 10.4599333 10.6593316 11.20091634 +LQ01X010140 Predicted protein 5.786535411 5.674899577 5.239012628 6.128643729 6.02904492 5.990549101 6.023359171 5.908791427 5.877323692 6.390433114 5.637140936 6.124694567 6.502671166 5.850328582 6.188305498 6.086245216 5.783374453 5.962477259 5.729711408 6.039202205 5.919906639 5.891404625 5.539991583 5.783593678 5.70081911 5.951289998 6.189968263 6.03474565 6.067485348 5.510636115 5.075777851 5.994096776 +LQ01X010150 ABC transporter F family member 5 12.66474501 11.50226011 13.1867245 13.26821407 12.58775359 14.66296841 14.39741245 14.54975874 12.01966182 11.01823023 12.62422133 12.38349597 12.13668859 14.66312268 14.23843882 13.9396614 11.86565182 12.35417968 11.44672742 12.2649548 11.78347248 11.90238683 13.61491491 13.428874 11.79503734 11.93046618 10.83284961 12.32504944 12.25508341 12.73257423 13.75030692 13.09061367 +LQ01X010170 Putative DNA-directed RNA polymerase II subunit RPB4 13.40245567 12.93614497 12.74637684 12.74259542 13.06481282 12.74892726 12.67196104 13.01410004 13.60307617 13.22032067 13.14528116 12.95039426 13.21152058 13.04320145 12.91267097 13.05354441 13.16084222 12.96108066 13.02055994 13.03353611 12.84263002 12.90037074 12.61291656 12.75445459 13.24192866 12.93109633 12.78346481 12.88632757 12.5208345 12.56529219 12.5937662 12.67986622 +LQ01X010180 Putative Cytochrome P450 86B1 10.41216929 11.05711129 10.02378285 10.0436538 10.85329638 10.32685239 11.30375784 11.45377496 10.97025824 11.11620288 10.23513262 10.44668394 10.42482443 10.63552822 11.68920666 11.3673893 10.12311349 10.45227863 10.65734412 10.28747063 10.72477058 11.0822615 11.52176508 11.84941094 10.4200331 11.25672432 10.88779438 10.7866025 10.94584147 11.35336514 11.61322093 11.60179304 +LQ01X010200 Uncharacterized protein At5g64816 5.191570278 5.001607081 5.852627215 5.448844383 5.184458335 6.260925043 5.650631094 5.211792265 5.464925952 5.970316764 5.690318797 5.549721705 5.379793309 5.990121572 6.971755296 5.329498376 5.66379498 5.221411142 4.934120962 5.384114406 5.295990641 5.469431233 5.561113765 6.279034161 5.235234405 5.225019711 4.855792248 5.262657778 5.391709196 5.446029025 5.690564681 6.006955069 +LQ01X010210 Uncharacterized GTP-binding protein At5g64813 5.300355641 5.018435101 5.078790797 5.614880424 4.975571017 5.670694875 5.673371388 5.265538665 5.227243021 5.472741209 6.044683327 5.573093155 5.77858317 5.456735644 5.855938809 5.602986555 5.210374529 5.316702472 5.494723777 5.394905005 6.29725293 5.209889765 5.019677332 5.783016501 5.507168883 5.148575688 5.51254514 5.503126438 5.60293779 5.254934406 5.892574343 5.834234795 +LQ01X010230 Ras-related protein Rab7 6.316909401 6.650978852 7.902451488 8.987284871 8.240076874 8.786656823 8.800069503 9.472318559 6.757251823 6.238950161 7.974134745 9.168634343 8.13954114 8.689521108 9.223059994 9.335262975 7.044161761 7.228181149 7.303162478 7.360001585 7.076199054 8.424302947 6.701615496 7.83292795 7.332327965 7.725933651 7.874070325 8.368913778 7.650057641 9.228798548 6.747181218 8.149736931 +LQ01X010240 Putative uncharacterized protein 5.181102319 5.44279779 4.695777016 5.668482207 5.222179798 5.087184367 5.870230719 5.368099741 5.162246517 6.147599031 4.718080074 5.405591684 5.496891609 5.342721704 5.949360117 5.536380211 4.666326582 5.255352618 5.337031985 5.528284917 5.011152237 5.217311327 4.769844111 5.627797658 4.948484379 5.065254111 4.899809694 5.067903257 5.74207354 5.207275627 5.475215643 5.107982633 +LQ01X010250 60S ribosomal protein L4-1 6.964769553 7.048238564 6.22579079 6.106721776 6.345956282 6.337627278 6.305670588 6.399589841 6.761361391 7.848519885 6.332366267 6.548482949 6.142533349 6.125383725 6.523185932 6.362453571 5.970971056 6.21707 6.572327962 6.870930414 6.088930352 6.061555941 6.283962914 6.433661163 6.423091608 6.494462408 6.471555675 6.047107749 6.060138035 6.286637041 5.333427932 6.119319185 +LQ01X010270 Probable ATP synthase 24 kDa subunit, mitochondrial 13.85242774 13.7212544 13.08276836 13.84434886 12.99780692 13.35065049 13.45653084 12.95398 13.8091449 13.66066961 13.37128989 13.94237231 13.15224062 13.152353 13.48329503 12.95008509 13.74620812 13.55934557 13.85242514 13.08243726 12.90002931 13.19574677 12.82781688 12.77109978 13.88393761 13.8814488 13.68873535 13.09545056 13.29989233 13.04750999 12.87042166 12.69473475 +LQ01X010280 UPF0202 protein At1g10490 10.92060647 11.2211205 10.36963419 10.3322206 10.3720662 10.64908069 10.8471616 10.79079401 11.31273257 11.40721867 10.82154185 10.63158562 10.66078779 10.93491084 11.11646546 11.19015541 11.45834312 10.96796638 11.80316663 11.13352515 11.44362147 10.96191305 11.95605128 12.01867879 11.41491174 11.69734334 12.03559918 11.18766727 11.72806453 11.21850809 12.02927015 12.12825074 +LQ01X010290 Predicted protein 5.307676207 5.34158758 5.375794194 5.256788746 5.065472286 5.927811039 5.410458607 5.201486417 5.385934934 5.542255204 5.614186547 5.38152225 5.772960233 5.598935693 6.073889696 5.477518586 5.238345462 5.631887217 6.093931693 5.788529285 5.495246492 5.391531522 5.49912663 5.001601723 5.1741229 5.478439426 6.429770036 5.303523815 6.156634452 5.410525328 5.353625803 4.984972028 +LQ01X010340 Putative uncharacterized protein 6.372458583 6.313258641 6.779927692 6.134448724 6.544404984 5.532175826 5.629404822 6.018087738 6.658767881 6.129562213 7.407336927 6.009400353 6.939752846 6.188121917 5.619200746 6.302783754 6.291181106 6.571850737 6.556047865 6.871476959 7.008548647 6.555984248 7.294254056 6.763602639 6.437678331 6.684471295 6.836146436 7.391160071 7.346290144 6.490108679 7.338219 6.773129169 +LQ01X010370 Putative uncharacterized protein 9.65078269 11.55005947 9.738243809 9.783759815 9.684488759 8.631171647 8.305493246 8.239511027 10.01415906 10.96570304 10.49912029 10.06215163 10.40027331 8.664893985 7.758757918 8.845176001 10.02531679 10.06843469 11.18003124 10.71355194 10.97057305 9.714116931 9.863308597 9.390087144 10.7564476 10.48762911 11.9512776 10.97947902 11.08154711 9.927868627 9.954306728 9.466511171 +LQ01X010390 Systemin receptor SR160 12.2836572 12.28969173 12.6706659 12.62642721 12.54946075 11.13998979 10.9103571 10.98943751 12.33560318 12.22361969 12.6172316 12.41222987 12.66062797 11.52828547 11.20674249 11.88078027 12.36503792 13.10505014 11.49029275 12.95007005 12.90113671 12.47716372 11.85462577 11.63778133 12.05914368 12.30867326 11.10657792 12.82399254 12.68838326 12.00615819 12.15238151 12.14369587 +LQ01X010410 Putative uncharacterized protein 10.70009073 11.10665864 10.63731451 11.66149661 10.81980717 12.61367807 12.30900223 12.22013967 10.74835116 10.70569694 10.80698927 11.90953611 11.49809801 12.72392556 12.54421785 12.31554456 11.49355278 11.62764093 11.2315266 10.30962224 10.480833 10.64624149 11.54121694 11.36933673 10.90597373 10.893141 10.82038673 10.62161736 10.10369238 11.49507315 11.6629201 11.12023017 +LQ01X010420 Putative uncharacterized protein 5.298965698 5.237147228 5.26353613 4.842996171 4.785571407 5.048841303 5.492584508 5.459508459 5.012431511 5.111510587 5.219530452 5.076526009 4.920345226 5.535097752 4.905984047 5.164680512 5.377523814 5.247607447 5.346004733 5.58657246 5.544866103 5.245263881 5.116548568 5.779237177 5.141518701 5.061272851 5.014021377 5.404711674 5.329451623 5.207438975 5.079403003 5.065067749 +LQ01X010480 At1g03360 5.979697532 5.731159533 5.66958682 5.296652154 5.442493262 5.253421974 5.55855516 5.452102648 5.927811072 5.951362936 5.209425272 5.433845558 5.456543711 5.587684128 5.821647025 5.36812047 5.48873933 5.715907521 5.915029478 5.888615575 5.926747387 5.709520914 5.304623965 6.060003194 5.066617718 6.30633942 6.497024202 5.641817587 5.551122703 6.008820889 5.556857257 5.439824138 +LQ01X010500 DNA binding protein, putative 7.95036956 9.326585359 9.234298986 7.820438993 9.76484716 8.811702575 9.786683734 9.663444141 8.488949472 9.385163824 9.797409362 8.277452866 10.64523945 9.791650984 9.746445143 10.60470853 10.4688654 10.09357654 10.1701643 10.3472162 11.05038854 10.2857897 11.46975869 12.11148259 8.73133442 9.647691883 10.6983429 9.587202728 9.635149677 11.25731524 11.53088826 13.87133527 +LQ01X010510 Ribonucleoside-diphosphate reductase large subunit 11.48685196 11.83948204 8.639204073 8.121446361 8.645162817 8.874321748 8.850112779 8.259063477 11.89064957 11.56290676 10.18180968 8.951022561 8.088113579 9.154248118 8.681336364 8.939491027 10.52239823 10.12506091 9.936393352 8.321707821 9.603747125 10.29451344 8.295776098 8.249201501 11.62746035 11.27514123 10.52929949 7.535400847 9.982668474 8.507685456 8.83593349 7.994119599 +LQ01X010520 Dihydrodipicolinate reductase 2, chloroplastic 8.899241044 8.567052822 8.913507233 8.130340303 8.412256793 7.602580291 7.949702978 7.010370564 8.884749889 9.60366909 9.012782653 8.466064737 9.057793332 8.027876635 7.877168903 6.918655659 8.126430458 9.121707728 9.142529154 8.839476423 9.795157528 8.572033041 9.905515865 8.912987788 8.60191765 9.089402603 9.607099819 8.878503392 9.595521545 8.603046632 8.960267147 9.15270665 +LQ01X010530 Putative uncharacterized protein 12.80330406 12.80624264 12.74419574 13.3361679 13.01180825 12.22468049 12.38628116 11.96048875 13.06773181 12.94223351 12.83446828 13.32510078 13.47270788 12.1815202 12.71297455 12.34005594 12.86182313 12.86669972 12.92813175 12.57629458 12.66096352 13.14011349 11.44472084 11.98965538 12.95815303 13.26752524 12.84765321 13.0421722 12.77986044 13.04241529 11.47522795 11.94077085 +LQ01X010540 Putative uncharacterized protein 11.9187931 12.09061426 11.3078292 11.79058863 11.59770677 11.79710271 12.07899427 12.16545072 11.98353079 12.21492177 11.23923483 11.95777628 11.54428649 11.79269032 12.05123775 12.16486803 11.80729499 12.24135845 11.96545575 11.58953822 11.70532112 11.9927132 11.74624026 11.75907822 11.92729111 11.99020137 12.00493853 11.40020673 11.46565545 11.81496974 11.76302226 12.04786164 +LQ01X010580 Cellulose synthase A catalytic subunit 6 [UDP-forming] 14.82713024 13.83290605 14.80326205 14.66268731 15.12704595 14.329205 14.1414175 13.54928406 15.19412599 15.08847525 15.19035826 15.54567554 15.33652914 14.3695667 15.10217279 14.47859466 14.23511141 14.44004142 14.59027018 14.36425265 14.85798766 14.84070293 13.7197051 13.56916811 14.88632345 14.7635618 14.22077064 14.91056494 14.41649 14.93577703 13.63115238 13.83019897 +LQ01X010700 Probable cinnamyl alcohol dehydrogenase 9 13.85432322 14.10787486 14.04438148 13.19752118 13.77507196 8.703868495 7.600654733 8.999536496 14.02579304 14.18663094 14.16796275 12.9840546 14.21324716 8.822719396 7.664007187 8.776135361 13.34614992 13.3255559 13.59770557 13.99483049 13.75101245 14.40978846 8.507252581 9.299944579 14.00445408 13.77535538 13.64839318 14.04740042 14.11295788 12.23905582 7.837035607 8.989394611 +LQ01X010740 Putative Predicted protein 6.349939697 6.544098291 5.356029156 6.086807462 6.037684172 7.277746135 7.077111411 7.252004189 6.442505703 5.156537726 5.975086856 6.431475051 5.563759175 7.050201755 6.347103325 6.560159859 6.652235225 5.632068968 5.508355406 5.29048597 5.896271069 6.61032362 6.512534255 8.211122556 7.115832574 6.361159729 5.82514423 5.265715263 6.264582819 7.764249819 7.535523468 8.244298936 +LQ01X010770 Putative Auxin-induced protein 5NG4 5.24228412 5.012003542 5.582730316 6.013217482 5.468018974 7.205825636 6.762664996 7.506603843 4.914551606 4.828968746 5.56895265 6.023622535 5.652166355 7.344792152 5.771821036 7.126849825 5.232959864 5.445849642 5.190270171 5.410758478 5.006289446 5.927431518 6.846957905 5.757096303 5.287453492 5.053748804 4.98573333 5.400823744 5.267921 7.82147436 5.791965888 5.747987735 +LQ01X010800 Putative uncharacterized protein 11.13601225 11.46603531 11.14221364 10.72016492 11.59759772 9.738684224 10.31295093 10.28978222 11.16518885 11.74609225 11.25777968 10.54487314 11.24671401 9.654662346 10.42631267 10.27614985 12.00790343 12.42406897 12.23152928 11.86883546 11.8210731 11.81427449 10.36388028 10.81311683 11.49006971 11.80832889 11.95300384 11.72751273 11.51358971 11.34509335 9.98385422 10.7090656 +LQ01X010810 Predicted protein 13.12531773 13.01245602 12.99586388 12.6503165 12.65240534 13.67858858 13.55451477 13.83930351 12.87534308 12.33139286 12.73751066 12.70562053 12.52565276 13.45763889 13.35286547 13.50432586 14.24415696 14.27147548 13.7342687 13.45633079 13.69763795 13.02471033 13.99409351 13.98202357 12.67334896 13.31243245 13.42628548 13.06167877 13.30314822 13.3088151 13.91797023 14.46977454 +LQ01X010820 Putative BolA-like protein 2 13.14199234 12.66236609 13.39368242 13.60510636 13.10287892 14.24238044 14.38787292 14.19500645 13.09167216 13.11781685 13.35606822 13.56826886 13.07552303 14.12385221 13.94116507 14.14073943 12.72839501 12.36591744 10.85825133 13.12246043 12.52543616 12.32375632 13.39385829 13.30004703 12.4897379 11.78709176 10.6666551 12.97236823 10.98271415 12.57077526 13.16610847 13.08736153 +LQ01X010840 Hypothetical protein 5.515073091 5.359016346 5.46325399 6.601449838 6.53556724 5.858791818 6.908386641 7.987899506 6.048004542 5.664272478 6.195448906 6.75851835 5.910829955 5.912031286 6.640983225 6.756452955 8.018835954 8.503398593 5.449746549 7.319976046 7.925113991 8.392928599 8.665357125 8.265621396 7.465992395 8.701848847 7.083367845 7.050203992 6.010484051 8.276062302 7.90351578 8.486411243 +LQ01X010860 Pre-mRNA-splicing factor ISY1 homolog 5.441976523 5.543953265 5.083682652 5.415424398 5.074371513 5.210236405 5.395409611 5.224852337 5.516502872 5.525454889 5.100174887 5.2778991 5.493127563 5.318019237 5.307780732 5.799852779 5.030109979 5.396341957 5.784941583 5.261958643 5.507452279 5.04265306 5.718021567 5.137308409 5.283038988 5.083064829 6.132671078 5.335380771 5.596019252 5.132513721 5.12917091 4.968734443 +LQ01X010870 Predicted protein 13.72550591 13.41864647 13.03979026 13.5012239 13.23924183 13.13837147 13.35520315 13.03385471 13.97581297 13.83628519 13.34442719 13.71304738 13.59804733 13.37590968 13.66525281 13.55136669 13.68208854 13.22638428 13.82466383 12.31948388 13.13538208 13.01713756 13.40572175 13.14730535 13.85120997 13.70645223 13.98476753 12.43771471 12.88600607 13.27003252 13.37413181 13.12279895 +LQ01X010880 Carbamoyl-phosphate synthase small chain 11.94254814 12.2335458 11.41084575 12.04576347 11.50428652 12.14917435 12.15280844 12.24706108 11.90967745 12.29921827 11.29054923 12.02187958 11.5749358 12.14068465 12.02505567 11.87786054 12.08759958 11.70512017 11.85032857 11.49871321 11.29957941 11.76750293 12.58334133 12.21963296 12.22980772 12.21619577 12.35140293 11.33344346 11.63667266 12.37379038 12.5482329 12.1856072 +LQ01X010900 Actin-7 15.25566722 15.36257056 15.32336393 15.12684675 15.35855222 14.4748778 14.37645159 14.64538728 15.21203861 15.24468724 15.38314292 15.21697128 15.36959144 14.54028224 14.75528511 14.62283313 15.2495329 15.28458836 15.41156561 15.28635009 15.2314266 15.42166287 14.8630584 14.85430326 15.61990431 15.33788644 15.35900516 15.27749227 15.46755642 15.31068664 14.59891965 14.95918229 +LQ01X010980 Putative Sugar transport protein 8 4.756715078 5.16885197 5.222632107 4.942340743 5.03431574 5.315277697 5.013364984 5.307616364 5.09068373 4.69243385 5.049746406 4.752798279 5.323339538 5.157127895 4.912257732 5.064006808 5.13649428 4.851754528 5.293736423 5.457917369 4.857253459 5.193626566 6.172644617 5.332997571 4.991653677 4.911903925 5.342599806 5.447325144 5.173279851 5.028574954 5.536165518 4.79277322 +LQ01X011010 Hypothetical protein 5.480163495 5.317057836 5.742372816 5.619319112 5.489865457 6.633273187 5.621896964 5.97190443 5.258305719 5.168096002 5.654801214 5.474655527 5.687512803 6.794739322 5.540610685 6.182694312 5.588309189 5.525844719 6.115088499 5.396407613 5.315394522 5.365236859 6.16091745 6.519926687 5.380383791 6.038195966 5.324045499 5.335931277 5.669987783 5.41371115 6.557451521 5.833263156 +LQ01X011020 Putative Serine/threonine-protein kinase ULK3 5.176532787 5.278298059 5.750408926 5.505025941 5.838798285 6.080047805 5.800593829 5.568142109 5.455774546 5.198057702 5.684998468 5.708924179 5.835401452 5.826202696 5.524280722 5.882588644 5.503577656 5.560612584 5.167847618 5.060266638 5.633609371 5.882228904 5.687463772 5.934355771 5.125603457 5.536159242 6.06863692 5.940571081 5.822422544 6.10416838 4.909656944 5.191731717 +LQ01X011050 Putative UPF0235 protein C15orf40 homolog 5.638719841 5.609935022 5.496430295 6.048486358 5.696428342 5.205749896 5.726832634 5.337608294 5.664993278 5.371961684 6.109555276 5.818996716 5.41308069 5.523766786 5.600207256 5.912143641 5.541345846 5.715369883 5.950226569 6.030179946 5.44339311 5.88551772 5.437358413 6.183203778 5.580315684 5.841532229 6.386662216 6.450338783 6.126522816 5.741141386 5.882124479 6.132916835 +LQ01X011080 ATP synthase subunit epsilon, mitochondrial 14.8200357 14.2227403 14.67678303 14.12596791 14.41343142 13.54935053 13.44140395 13.37514238 15.14489185 15.46013707 14.87076285 14.26339546 14.78868852 13.61879174 13.65965644 13.5530427 14.47357613 14.49597933 14.82058132 14.85132162 14.77903017 14.47339814 14.37757097 14.28119477 14.82450201 14.64590752 14.99289021 14.52873515 14.32484163 14.09130624 14.34581796 14.08430338 +LQ01X011120 Putative Probable N-acetylglucosaminyl-phosphatidylinositol de-N-acetylase 8.652092723 8.87105353 8.225526471 8.047273586 8.104639928 9.322794222 9.140107233 9.606322694 9.04417546 8.349739196 8.739202432 8.350465319 8.080276803 9.650945131 8.966200449 9.617293136 8.991045976 8.46711608 7.74724818 8.30532384 8.022011512 7.878321517 8.879331543 9.392459498 8.870640509 8.506690267 7.809832241 7.783678399 8.173851297 8.102489155 9.456961364 9.259547784 +LQ01X011220 Uridylate kinase 5.607168558 5.569758855 5.708159509 5.971330017 5.427630458 5.503648297 5.721690545 4.891088634 6.186344737 6.542298843 5.790267852 5.696449887 5.769819471 5.575075674 6.928416529 5.663074402 5.702937974 5.867049341 5.779616209 5.766694961 5.67524187 5.458159831 4.962516626 5.823758157 5.506347094 5.722853167 6.422986343 6.189610183 6.508069698 5.607031621 5.420164607 6.369362836 +LQ01X011230 Putative Protein MKS1 9.769274021 10.27205091 9.709191024 9.077864309 10.00646071 10.25903949 10.33002485 10.55706957 9.935314602 10.10107719 9.845499316 9.303406568 10.13526927 10.19730143 10.01213778 10.43891912 10.07961337 10.26724423 10.77265979 10.59417619 10.51632512 9.939296012 11.48483984 11.12621528 9.720395459 10.36786556 10.7651854 9.727788032 10.50951294 9.912404469 11.22873884 11.44300099 +LQ01X011260 Predicted protein (Fragment) 5.532773625 5.68985322 5.391500683 5.450151119 5.560609652 6.168558733 6.463856304 7.53545483 5.841841595 5.330582713 5.439307729 6.052589032 5.581031412 6.863109756 5.616698492 7.007890451 5.349086575 5.791355595 5.554715034 5.281939332 5.793172089 5.520915452 5.167138898 5.000120744 5.450194367 5.52412715 5.488992115 5.587214223 5.407070509 5.96655053 5.495921394 5.201317315 +LQ01X011350 T-complex protein 1 subunit eta 12.63402803 13.15605309 12.15898869 11.74970726 11.72740874 12.18634187 11.8355325 11.62442218 12.77951853 13.33633907 12.46156897 11.98442636 11.94957347 12.12957318 11.97031256 11.57709592 12.22138836 11.78270243 11.72190567 12.03096687 11.9576421 11.82510936 11.73211019 11.57222306 12.56387115 12.27228301 12.09657616 11.49326062 12.40204049 11.61859806 11.82621424 11.58874954 +LQ01X011370 60S ribosomal protein L27-3 14.67557415 14.3612398 14.04895414 14.12868626 14.41325206 14.47422017 14.34251493 14.19618035 14.83060986 14.95827378 14.32279198 14.62956693 14.37014758 14.52588825 14.53597064 14.19906651 15.04473418 14.77567034 14.96471337 14.4865108 14.12930796 14.52781742 14.25701544 14.189438 15.17016349 15.10985185 15.04513958 14.00093708 13.61153364 14.19208143 14.1594558 14.45824687 +LQ01X011410 50S ribosomal protein L17 12.52094657 12.90914283 12.63064102 12.20542816 12.60217665 12.63711093 12.5705364 12.50258537 12.88993036 13.71613678 12.8528112 12.42426103 12.71308865 12.74495529 12.46638868 12.55462607 12.57922364 12.40325772 12.31706675 12.89228849 12.80028417 12.62443656 12.81832763 12.69002501 12.83656645 12.67840107 12.87773079 12.62208679 12.12214351 12.59062351 12.90159349 12.69437643 +LQ01X011430 Probable pectinesterase/pectinesterase inhibitor 51 11.50859189 10.34796396 12.1635272 11.11693907 11.23281832 9.72365926 9.196798276 8.194358215 11.15923645 9.654090991 11.90783342 11.11515037 11.54724442 9.973227849 9.223793921 8.863095654 10.48088883 11.51790096 10.85248603 12.15004451 12.02660262 11.99000238 9.527924034 9.850198452 10.96158744 11.91329178 11.15906568 12.18836057 12.63651584 11.34160964 9.773897812 9.607193534 +LQ01X011440 Putative Elongation factor Tu GTP-binding domain-containing protein 1 11.35671545 11.17464158 10.9941584 10.99032234 11.01763705 11.4716483 11.37624635 11.28191645 11.45126932 11.40114443 11.30387549 11.26482433 11.09212238 11.34750098 11.4398457 11.45763119 11.82345201 11.16850708 10.8443845 11.39196402 11.3549125 11.00234002 12.15457928 11.66983381 11.3913339 11.09212083 10.76246743 11.54151102 10.52783753 11.2723785 12.00829716 11.59080458 +LQ01X011450 Putative Zinc finger CCCH domain-containing protein 38 7.438316235 6.576529173 7.70660134 6.903735964 8.232417814 6.446234209 6.587691848 7.362328976 7.505308061 6.77956157 7.749873577 6.940080134 7.943586299 6.387608655 6.541046477 7.56581552 7.711434165 8.703887032 7.895164561 8.63177019 8.48072156 7.844246144 7.712884017 8.164801699 7.487233439 8.541299266 8.171583461 7.937104648 8.521022817 7.63501421 7.450888371 8.758560257 +LQ01X011490 Pectinesterase inhibitor, putative 9.050143046 9.319281646 8.586159531 8.501196041 6.855392568 5.195141018 5.289216722 5.723918238 8.961185317 9.864442106 8.166011344 7.653587171 6.78425548 5.727114461 5.295131555 5.611850955 9.835703979 10.01219766 7.592030667 9.464875615 9.636453276 8.731523422 6.379700347 5.447066376 9.366881695 8.987748235 7.644236475 8.680627749 8.03567337 7.972089286 5.890089182 5.969638518 +LQ01X011550 Alcohol dehydrogenase 1 12.8755419 13.76852595 11.8876281 11.4968752 11.68455622 10.21011367 9.847859094 10.04237193 13.00524607 13.51733778 12.51111798 11.56239764 11.83359519 10.41845727 10.19667128 10.10269827 14.44672951 12.1840013 13.16372479 12.24722549 11.27045388 11.63474119 10.2309278 10.46198682 12.87446804 12.44051821 13.05759005 11.05648526 12.2361935 10.82563945 10.61703646 10.58851896 +LQ01X011580 Squalene monooxygenase 5.796473088 5.466564204 6.611030514 5.336785681 5.606356222 5.470150566 5.529279216 5.876875179 5.24342361 5.459002859 5.971341924 5.212471135 5.586057019 5.432292549 5.22044651 5.684745168 5.908256523 5.180691162 5.675438288 5.254077011 5.480868545 5.501069266 5.565491749 5.696162693 5.420902704 5.303013341 5.317913368 5.806899191 5.293286493 5.656039556 5.287819309 5.45002563 +LQ01X011730 Eukaryotic translation initiation factor 3 subunit A 5.329825397 4.992890314 5.508573134 5.328729718 5.558410422 5.062698814 5.17757135 5.129961735 5.014032832 4.981261398 5.510645397 5.3482589 5.35285639 5.06182107 5.137372837 5.174402729 4.981584409 5.334906709 5.171403373 5.398037069 5.623875993 5.173764424 4.86020798 5.259016494 5.296626482 4.826461911 5.268179446 5.705609317 5.267526516 5.208161049 4.985382662 6.265669794 +LQ01X011740 Predicted protein 5.205763494 5.321566546 5.42381839 5.237191963 5.591697964 5.074088873 5.436165815 5.188833764 5.409449711 5.399837665 6.079578757 5.230942048 5.308355142 5.359800662 5.628656779 5.596708317 5.28133852 5.870805412 5.916211176 5.098076099 5.244588035 5.378515338 5.545815913 5.497680839 5.179213624 5.827257967 5.615465651 5.489343191 6.014984939 5.526287914 5.437460189 6.437506556 +LQ01X011750 Transcriptional corepressor SEUSS 4.911961547 5.000931333 5.537561669 5.309970352 5.257602977 5.205383605 5.455166314 5.795932254 4.841751321 5.045906787 5.469581165 5.05973116 5.106821268 5.019885544 5.676125591 5.493363599 4.511712473 4.988815662 5.535243276 4.994233403 4.939328453 5.249887312 5.168074392 5.563606964 4.519006682 5.023639111 4.922922775 4.890915873 5.148531086 5.148548939 5.051985619 4.967897199 +LQ01X011760 Callose synthase 5 4.681930848 4.643475833 4.646527386 4.577527825 4.972247331 4.558385671 4.521845309 4.418639318 4.555919373 4.573751894 4.408966816 4.679821046 4.842131496 4.567990307 4.451830481 4.63339197 4.89681837 4.79265682 5.175300376 5.027980948 4.760530162 4.453951894 4.873038564 5.209047563 4.625759785 4.951338981 4.930290869 4.696426071 4.82101223 4.875991081 5.056849863 5.484240595 +LQ01X011770 Putative Periodic tryptophan protein 1 homolog 11.93000182 12.46494972 11.10213313 11.68659769 12.05641513 12.59523514 12.43589566 13.0130457 11.92756067 12.59139383 11.62411539 11.90409705 11.98175898 12.5541339 12.69885606 13.05497943 12.37746577 12.18778301 12.81104785 11.80229615 11.64423128 12.42514848 12.23729963 12.61605894 12.76762229 12.82872945 12.99275845 11.87919452 11.0722008 12.80775447 12.35183929 12.64227837 +LQ01X011790 Predicted protein 9.756582109 9.841021565 10.2259511 9.806696673 10.66616687 10.16251203 10.26006525 10.86563348 9.551377588 9.510205294 9.781360702 9.675296518 10.26936168 10.34423629 9.99650985 10.13105588 9.975753747 9.992210186 10.52994542 10.0428496 10.18052009 11.11034355 11.3623652 11.96289196 9.921000087 9.920182487 10.82709625 10.48214502 11.06725131 11.41378427 11.41359249 12.26301918 +LQ01X011800 Predicted protein 5.756517987 5.397882232 6.139672067 5.934185823 5.961048781 6.307653716 6.762667758 6.13728182 5.649953275 5.225152175 5.999439976 5.986459576 5.786344082 5.909656612 5.935711811 6.405869257 5.444691772 5.651362613 5.385680201 5.790413101 6.008627827 5.70648936 5.700086443 6.101275812 5.68171734 5.747871739 5.390057868 5.574014472 5.596704529 6.35065777 6.084136251 6.31474519 +LQ01X011830 GDP-mannose transporter 5.031532847 4.76775685 5.250724756 4.761112836 5.807993208 4.871751036 4.686157196 5.577793558 4.837769658 4.838077563 4.740611643 4.645180841 5.237002798 4.655668698 4.975015371 4.872871862 4.869274376 5.118338656 4.563071328 5.066528612 5.465956409 5.060549188 5.417256683 5.315921852 4.973908888 6.031018218 4.782648648 5.014388743 5.095517857 5.218324637 5.3164184 5.227372658 +LQ01X011910 Putative Predicted protein 5.112908815 5.148751822 5.284274629 6.474468429 5.913840548 5.017261542 5.603330686 5.478779201 5.402579263 5.032429675 5.373035707 6.931888864 5.748924057 5.424963382 6.205646248 5.431702007 5.531193282 5.721425848 5.019592622 5.034480559 5.90190616 6.480357214 7.325132252 5.697614703 5.221344953 5.484108425 5.584516191 5.378677145 5.617001591 8.006812507 6.074017105 5.247575225 +LQ01X011920 26S proteasome regulatory subunit 4 homolog A 4.838756845 5.015084568 4.862414894 5.038848268 5.235086289 5.445645191 5.325668584 4.861771493 5.298265033 4.929825522 5.153416175 5.451742041 4.731971944 5.451315827 5.348419023 5.033498742 4.943359639 5.218192798 4.921195452 4.832135213 5.686617876 4.989092623 5.437345124 5.110504612 4.662012784 5.165575285 5.551406478 5.496445888 5.397706077 4.76932592 5.56965239 5.211647106 +LQ01X011930 Photosystem I reaction center subunit N, chloroplastic 14.86627714 14.83199593 15.42952063 15.32802193 15.39207961 15.17628523 15.46410785 15.56202957 14.95321964 15.02297943 15.2443919 15.28525953 15.31284694 15.50616136 15.43333051 15.49925282 14.30251201 14.56492478 14.29175884 14.30980408 14.94438019 15.42854003 15.05515259 15.49894306 14.86312412 14.76045316 14.24013142 15.28922203 14.97319266 15.17207078 14.91218639 15.22874308 +LQ01X011950 Predicted protein 12.00009063 11.53031905 12.78173219 13.00207222 13.06047166 13.12593479 13.15733687 13.46388586 11.44173504 11.10638079 12.4767603 12.96835101 12.81835968 13.16726605 13.5383802 13.47026767 12.42925958 12.30409308 12.46040639 12.49528814 12.2434219 12.89666901 13.02651925 12.71398122 11.17443171 11.02572658 11.49209718 12.51607215 12.22240577 13.2424149 13.02296101 12.97722172 +LQ01X011970 GTP-binding protein yptV3 4.851952486 4.984825718 5.600317122 5.092689163 4.962535649 5.370390265 5.01548043 5.144414172 4.912848469 5.560126741 5.243025156 4.998165044 4.776052613 5.412694871 5.194015986 4.984092538 5.036254388 5.00312459 4.936429135 4.883250917 4.85792635 4.757283406 5.471094545 4.936994808 5.066048808 4.740159335 5.054774454 5.095365968 4.776619555 5.061274858 5.371153131 5.512205292 +LQ01X012040 SAL1 phosphatase 5.577219118 5.667503388 5.210654477 5.42213848 5.519191331 5.592307616 5.326000975 5.20502088 5.871688203 6.572151724 5.640665558 5.292782079 5.97427313 5.67282761 5.77833 5.162976867 5.927532595 5.962815109 5.63375842 6.20433648 6.188479242 5.910169288 6.428541408 5.659576345 5.959598644 6.196508572 5.251930664 6.047228518 6.308977142 5.726471471 5.835164698 5.190426936 +LQ01X012050 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 5.30101426 5.476732224 5.479389363 5.927123082 5.103766314 5.960502153 5.674180438 5.541292836 5.507610394 5.457674321 5.048014364 5.653231504 5.658160192 5.45203027 6.124207362 5.228175024 5.666307595 5.767050311 5.612422342 5.801423355 5.863046432 5.494673803 5.15776769 4.970557055 5.223221789 5.658841434 5.251652724 5.33900751 5.880506361 5.592473143 6.27591494 5.244236848 +LQ01X012090 Hypothetical protein 5.133562837 5.075426233 4.976239654 4.989119131 5.131590242 4.901568021 4.83384716 5.01103747 5.239261186 4.921650315 5.132089793 4.95956264 5.504110015 4.743203618 4.911593647 5.062691744 5.025036897 5.047711672 5.184953126 4.988289177 5.428417369 5.054210095 4.789300461 4.918454326 4.859598238 5.129566244 4.806797998 4.968744968 5.350440346 4.930588856 5.15377622 4.812858835 +LQ01X012100 ABC transporter G family member 5 10.53419947 8.731349386 10.12744952 9.439387286 10.84708169 8.773518297 7.487681903 9.136135069 9.995425196 8.872327668 9.8622902 9.25675722 9.832418069 8.828441148 6.106942349 9.28886659 10.31228535 10.53376763 11.23375382 11.3877178 10.90531102 8.171039187 11.75475667 10.97199753 10.83908424 10.06662862 10.02794877 12.5626708 10.77661251 7.625336927 11.19144949 10.93003339 +LQ01X012130 Putative Predicted protein 11.05388598 10.4898946 10.84350081 10.98054829 11.09637728 11.19215105 11.23731167 10.99699584 11.03136144 10.64472764 10.82810545 10.99008955 10.97673693 11.31719536 11.53667777 10.96429839 11.06434578 11.57009754 11.54899959 11.14336261 11.19740857 11.1057625 11.73146737 11.52491148 10.97667586 11.17963814 11.50218224 11.0488056 11.12601993 11.08806282 11.6616119 11.63228729 +LQ01X012150 Putative uncharacterized protein 5.533047449 5.469388567 5.564787752 6.166889713 5.049250907 5.45423072 5.29782297 5.276229666 6.536028283 6.984581104 6.003644483 5.502557799 5.907362304 4.981481939 7.321799207 5.238891651 5.140851003 5.337950449 5.301252138 6.188187577 5.353215986 5.255779898 5.668135829 5.255534673 5.634062326 5.740246631 5.48870925 5.077490561 5.396580488 5.64784209 5.210871187 5.659681866 +LQ01X012160 Putative uncharacterized protein 5.739407989 5.288278742 5.227181355 5.38304485 5.400390455 5.296571196 5.151773228 5.567739285 6.207760615 5.422704286 5.447810172 5.208105491 5.418221452 5.004746988 5.24367635 5.651918546 5.63111442 5.594428521 6.277253834 5.503231949 5.396371684 5.374222413 5.147871358 5.155101718 5.192554643 5.597645542 5.910722857 6.123083541 5.823831465 5.109664177 5.057205664 5.261232636 +LQ01X012200 Probable methyltransferase PMT26 13.08671666 12.62651121 12.94527513 12.61268411 12.52252636 10.03384584 9.790463292 9.173935852 12.98583957 12.20687654 12.59402238 12.06867732 12.71449075 10.12832535 10.02731002 9.693857897 12.65245559 12.56963664 13.11863774 12.07364745 12.60996473 12.83611758 10.77159203 10.73185733 13.23140985 13.52687017 13.4605873 12.55301403 12.9656851 12.84356215 10.58105375 10.99029188 +LQ01X012220 Gibberellin 20 oxidase 1-B 14.23289226 14.36277974 12.77237509 12.23508559 10.69346856 10.33100862 13.33640839 10.25746304 14.05848815 13.75945647 13.29023307 11.61502677 10.14888055 12.63758974 12.806095 9.098191252 14.09163992 13.98104354 13.3654528 13.8812303 14.24911864 12.58007785 13.88710819 10.68248822 14.41927541 13.98597416 13.41360335 13.93255916 13.62892324 10.76639037 13.98406634 11.31620762 +LQ01X012260 E3 ubiquitin-protein ligase RGLG1 12.33271276 12.52056153 12.29942479 11.65485985 12.26636143 11.71224999 11.67554416 11.64880609 12.49331674 12.64233461 12.47086818 11.88233951 12.51476089 11.70468556 11.69637934 11.83478534 13.2305 12.49194176 13.19883925 13.1174461 12.58416076 11.90368168 12.76904075 12.40421354 12.62638573 12.37582045 12.98647185 12.56119532 12.83692402 11.91279971 12.81697763 12.46313219 +LQ01X012270 Hypothetical protein 5.748474394 5.001845818 5.378821335 5.623295959 5.438316991 6.057920173 5.433967159 5.726141895 5.845201682 6.174970851 5.112195215 5.612473966 5.407843647 5.623207117 6.054132993 5.859628016 5.344722503 5.796299817 5.477838855 5.567024532 5.904823119 5.660149415 5.732728654 5.394914987 5.631248309 5.342407265 5.656434874 5.179072613 5.606813955 5.421160842 5.647086931 5.221560008 +LQ01X012290 tRNA uridine 5-carboxymethylaminomethyl modification enzyme mnmG 10.52359973 10.65686695 10.44614202 11.06095197 10.69579467 11.37339012 11.59117963 11.4488969 10.53227385 10.3839281 10.43890086 10.86556432 10.70186723 11.16048181 11.5915537 11.4937076 9.907943892 9.822484794 8.995165768 9.468840817 9.754210955 10.16770548 11.07537515 11.11502346 10.32921279 10.20625524 8.496609183 9.536809802 10.27590991 10.67828403 11.62203369 10.7993161 +LQ01X012300 Predicted protein 5.121949573 5.377847488 5.093231819 5.309476464 5.063297574 5.358044539 5.432158095 5.377644799 5.504586944 5.969600411 5.180810051 5.547096322 5.264206202 5.513429731 7.003696827 5.545251316 5.430814627 5.361306218 5.210662825 5.257051064 5.475000301 4.974229028 5.632375866 5.889217902 5.28450997 5.392382313 5.303359337 5.123879859 5.200642361 5.082599037 5.207497284 5.122792764 +LQ01X012340 Putative HAUS augmin-like complex subunit 1 12.66242879 12.34540584 12.32252563 11.85201572 11.75843249 11.18860377 10.85406451 10.26188364 12.87115602 12.70844243 12.62109576 11.83971487 12.25206725 11.28932812 10.9979977 10.61488561 12.05842232 12.00008961 11.81775639 12.09050001 12.24694598 11.9243192 10.94752226 10.96338675 12.34730203 12.67086054 12.15421604 11.82338205 12.08976394 11.23024769 10.8799028 10.73110233 +LQ01X012350 RNA polymerase II transcriptional coactivator KIWI 13.49416464 14.03458553 12.919577 13.67165923 13.30550661 14.08806229 14.11860131 14.03282342 13.70021827 13.95275783 13.34600311 13.95149752 13.20819867 14.00014486 13.90008557 14.23192471 13.77982828 13.65529353 13.81192395 12.40291351 12.80525146 13.60001437 12.51569986 12.71111199 14.03740115 13.89006267 13.70585814 12.63004184 12.03095249 13.21196324 12.4902794 12.86378447 +LQ01X012360 Putative Predicted protein 8.707766476 9.423461524 9.079990469 8.663308061 8.829693261 9.403287865 9.070015668 10.1339169 8.807208684 9.257773717 9.340341167 8.82589371 8.983253769 9.730534794 8.927059374 10.25288726 9.625046088 9.671702741 9.663130747 9.505880259 9.005998733 9.016363384 8.951211153 9.501433097 9.442177837 9.133159522 9.683511181 8.654162255 9.32715761 9.142874304 9.390605683 9.700449909 +LQ01X012380 Vacuolar protein sorting-associated protein 20 homolog 2 7.72885494 7.239101909 6.674830027 7.689892775 6.582942307 8.964688285 8.999834734 8.544205353 8.351613646 7.231143335 7.168529226 7.861555381 6.800317328 9.145358898 8.766206216 8.461478226 8.220715001 7.587406922 8.686974551 7.057023411 6.095058407 6.97235899 7.181143562 7.739752615 8.123023411 7.716250338 7.660621512 6.800320941 7.057465621 7.47501103 8.494965393 6.98374224 +LQ01X012390 F-box protein At5g39450 9.608315018 9.577569435 8.651406537 9.801304027 9.106020626 10.31397548 10.26931023 10.70969346 9.567325513 8.679167752 8.644968318 9.868495677 9.068431673 10.54039842 10.47971477 10.5564101 11.35454048 11.15719785 10.95965626 10.29233885 10.77792282 10.72205522 11.53534395 11.45604838 10.69953855 11.12772283 10.80008669 10.89010079 10.75990246 11.04453986 11.19763014 11.6608959 +LQ01X012430 Putative DNA topoisomerase 3-alpha 5.364443606 5.333906804 5.250361338 4.842800389 5.169673436 5.362562557 4.855324157 5.502216146 5.288128712 5.119463615 5.295330464 4.926384852 5.011711178 5.478356255 5.017369435 5.245591171 6.160944157 5.096676353 5.494077664 4.773719126 5.07332962 5.506132776 5.298872257 6.064424548 6.012568804 5.05535698 5.28058897 4.933366108 5.187069497 5.095587015 5.682940262 5.774286065 +LQ01X012450 Predicted protein (Fragment) 5.453975184 5.618365768 5.702638489 5.459652725 6.001388902 5.442146584 5.677222035 5.324008535 5.517205211 5.666684097 5.482251485 5.72678252 5.611151594 5.457148896 5.632631264 5.371546927 5.319341208 5.50105068 5.552687054 5.617571118 5.039807285 5.389143084 5.250296102 5.002328375 5.333973075 5.472140272 5.786114487 5.761514693 5.376312284 5.526652465 5.27928261 5.530242748 +LQ01X012470 Hypothetical protein 10.72761488 10.9136336 10.41049481 10.63518545 10.49431183 10.60175279 10.73598628 10.68791619 11.1541525 11.45642847 11.05326369 11.09994468 11.17453454 10.69049953 11.01350937 11.43034105 10.18861851 10.02196548 7.564332654 10.55706089 10.73873799 10.44759812 11.17571739 10.90692646 10.28188282 10.655196 7.776213343 10.97966128 10.61885203 10.90150653 11.11019787 10.62087164 +LQ01X012510 Putative Photosystem II oxygen evolving complex protein PsbP 9.526218758 9.076587159 8.532087511 11.25501915 9.139803092 11.18396199 11.54736543 11.57834437 9.51795142 9.001476892 8.667476651 11.36619023 9.524693451 11.14764314 10.93957218 11.3894984 9.55731101 10.08160003 9.306170907 9.919427099 8.483487693 9.86736678 9.497453967 9.369244923 9.788365929 10.00434083 9.261844762 9.918166523 8.147323217 10.24437026 10.02469246 8.65958252 +LQ01X012540 Hypothetical protein 8.644950835 8.165816279 7.788958936 8.559337829 8.011422823 9.433752173 9.477982971 8.843473045 8.83325159 8.83682614 8.01782891 8.726671083 7.80506203 9.298308258 9.268589679 8.902277201 5.274882788 5.389017591 5.024440797 6.079295818 6.007457359 5.0992162 5.495491178 5.585048607 6.359565326 5.427056393 4.897393522 5.165621891 5.853131399 4.872838756 7.086694544 5.197156742 +LQ01X012560 Organic anion transporter, putative 6.096387784 6.46808003 5.369015817 6.698700251 6.040383819 6.40228196 7.242877425 6.450286272 6.649370023 6.214803006 5.370504336 6.8512767 5.921726964 6.667216401 6.551261246 6.193737879 6.971950681 6.457639507 6.730446866 5.786802086 5.376929615 6.091427962 5.523053327 5.680449649 6.47001979 6.726771036 7.512878364 5.681938978 5.796759436 6.124634982 6.326264147 5.554303737 +LQ01X012570 Putative Probable E3 ubiquitin-protein ligase HERC4 11.65120583 11.25694624 11.30762032 11.20108153 10.83416686 12.16395954 11.55019558 11.56184851 10.90711296 10.73285162 10.67539027 10.59733262 10.1560143 11.57243962 11.49001007 10.93035952 11.36772502 11.9302168 10.85661076 11.42810025 10.71527034 10.93168193 12.13438028 11.61282003 11.20053373 11.37483415 10.15766681 11.42423108 10.46614919 11.43753976 11.7824379 11.46651697 +LQ01X012580 Amino acid permease 2 4.979507034 5.226201156 5.142283786 5.165653051 5.120517653 5.002410703 4.926878279 4.786220629 5.080524249 5.59466972 5.227868102 5.115147101 5.277518177 5.126693131 4.866111156 4.859083758 5.426852237 5.267392713 5.960833201 5.32160761 4.89013725 5.060179329 4.703265241 4.848163049 5.100981675 5.393106548 5.121606653 6.0370624 5.546776992 4.956831288 5.249693631 5.305273131 +LQ01X012590 Putative Ankyrin-3 5.166326914 5.203518417 5.296795568 5.447163797 5.159202889 5.100367399 5.422636387 5.341240753 5.482558902 5.180796825 5.542276693 5.202028228 5.290223692 5.218062203 5.382372937 5.210044297 5.673891245 4.993174381 5.001964669 5.891893473 5.495526651 5.31513002 5.540685868 5.821981363 4.999880203 5.256753255 4.939931642 5.157763026 5.669438567 5.442525991 5.383072868 5.379681695 +LQ01X012600 Putative Neutral alpha-glucosidase AB 11.39769113 11.34665454 10.84959926 11.74514229 10.98563514 11.5738428 11.52563762 11.86541964 10.97061126 11.17797554 10.74501346 11.47207998 10.81872518 11.30622914 11.37307186 11.36098296 11.59370343 11.1736661 11.16712072 9.933882011 9.910434583 11.39782573 9.678849899 10.06474809 11.52624653 11.33227433 11.20062212 10.07821593 10.07011723 11.42579534 9.740808792 10.12960935 +LQ01X012610 At4g33480 11.70242731 11.55212643 12.0117051 12.35059211 12.29096298 13.5443865 13.86738407 13.48090129 11.82258059 11.65114095 11.98151743 12.4755335 12.43040939 13.87484357 13.74061778 14.01368543 10.9439568 11.76840356 11.95989744 11.71996522 12.31240831 11.99269654 14.05500696 14.00810621 11.50263893 12.17730021 12.40865652 12.25010879 12.76376492 12.69218985 14.32163474 14.07659289 +LQ01X012640 Putative Predicted protein 9.70097628 8.838052634 8.62818081 8.616539575 8.946257362 8.998805106 8.630482992 8.975885228 10.29333184 9.749270992 9.17887605 9.507605507 9.040546268 9.161601846 8.715501474 9.733854374 10.61009438 10.18018769 11.16292495 8.949029086 9.198244578 8.41399896 9.459432737 9.404546336 10.05573265 10.10698761 10.47811528 9.863376076 8.5217925 8.293008064 9.071379873 9.36581825 +LQ01X012710 NAC domain-containing protein 2 6.428030718 8.672118717 5.610792069 8.034662639 9.094670833 8.939455144 9.225048336 10.73507303 7.204470413 8.416508335 6.353511614 8.125192053 8.670672969 9.553092443 10.17101118 10.22549689 10.89087349 9.210173458 10.45364355 9.966161771 7.612662393 9.383656944 10.17191745 11.01628359 8.947695426 9.713228699 9.983803231 7.865842142 8.499116452 10.10725761 10.76308983 12.22915883 +LQ01X012720 Putative Aspartic proteinase Asp1 10.96086929 10.55604478 11.25857873 11.97828626 11.64540592 11.1973679 11.79272198 10.79956056 10.74259917 10.31503388 11.25212262 11.80535944 11.76410171 11.43824583 11.95687294 11.91447158 10.21726594 10.10649655 9.26908343 10.01835 10.03775784 9.925506457 10.30161582 10.67679392 9.990535494 10.09517856 8.913842328 10.09904304 10.2275046 10.82760534 10.38837455 10.20006365 +LQ01X012730 Putative Exocyst complex component 3 4.956836894 5.063018269 5.733059676 5.270976758 5.213076515 5.180052626 5.376682971 4.956481333 5.31299199 4.925171584 5.193081185 5.031910955 4.876281598 5.207506204 5.143516348 5.219298024 5.125062403 5.003409334 5.050679592 5.004142879 4.990863624 5.023217183 5.508234342 5.222881002 4.926073722 5.03932762 4.897549839 4.664366799 4.861275471 5.048655577 5.310147487 5.355730032 +LQ01X012760 Putative uncharacterized protein 10.37555121 10.83392794 9.743331978 10.36218568 10.35655502 10.40565749 10.58984766 10.53369079 10.36296176 10.28314206 10.22933838 10.27919432 10.47258056 10.86099241 9.941940998 10.64764921 10.07753233 10.62770199 10.36644148 10.07810121 10.20302903 10.1398282 10.5804727 10.56391455 10.16916595 10.4976603 10.53664071 10.4490416 10.0631845 10.40256094 10.74655825 10.55257451 +LQ01X012770 Predicted protein 9.854214036 9.733324423 10.42589026 9.693165875 9.792356498 9.811914956 9.879053601 9.340900703 9.862102771 9.423693813 10.43726038 9.758556293 10.19753429 10.01323389 9.398009263 9.614812244 8.920958443 9.171808648 8.365100712 9.748773752 10.03899213 9.049732179 9.79772716 10.46994278 8.727102219 9.160298007 8.69403126 9.072582124 10.44331751 9.352191942 10.07898556 10.26196871 +LQ01X012850 Probable NADH dehydrogenase, chloroplastic/mitochondrial 8.570051545 8.457133301 8.352860637 9.338658818 8.140742083 9.640767506 9.944968267 8.728233692 8.350022566 8.008436272 8.510928563 9.326475446 8.095394444 9.649049359 9.631886357 8.89270426 8.772668351 9.067051812 8.31882815 8.29748381 8.72625122 8.319509295 10.20160827 9.858975487 9.015017746 9.426925262 8.889465068 8.495956439 9.603375833 8.516458821 10.36782563 9.663960175 +LQ01X012860 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 5.220541159 5.401140202 5.274864871 5.153817884 5.223458562 5.469777889 5.253560833 5.687765298 4.871266996 5.512864544 5.321397803 5.07310896 5.132993764 4.955292904 5.034213973 5.534642365 5.193369418 5.328517743 5.986763298 5.06799949 5.950599831 5.560858302 6.246985344 5.426147812 5.347562771 5.389117882 5.404044829 5.493571577 5.62241003 5.469809317 5.944036041 4.914284255 +LQ01X012870 Putative Filament-like plant protein 3 5.123550082 4.942635045 4.86792802 5.359865423 5.149707071 5.194358687 4.974306299 5.141340161 5.082805275 4.95615643 5.121044811 5.392604921 5.192708166 5.189416834 5.342358406 5.310716806 5.346750214 5.038963817 5.358491113 4.78019423 5.05070745 5.191483961 5.123917341 5.062486097 5.007150448 5.153268842 5.570228095 5.906775755 4.935622011 5.008471506 4.994717874 4.982516373 +LQ01X012890 Putative uncharacterized protein 6.405887036 6.886464902 6.344934056 6.651331541 6.523036163 6.028295084 6.647844877 5.96722035 6.651434899 7.395752295 6.7389671 6.393174445 6.828456916 5.853381705 6.257535551 5.884872544 6.659612404 6.831688012 8.044115232 7.823151321 7.233978082 6.709281061 6.077965025 5.979510232 6.472128304 6.585771853 8.085654623 7.061832128 7.346096435 6.921349005 5.694925628 6.295216077 +LQ01X012900 Hypothetical protein 11.39000717 11.33613596 11.46985304 12.39765599 11.46444092 12.33909428 12.6316395 12.42624231 11.62531153 11.65738922 11.27892887 12.47854567 11.58865936 12.27842314 12.44425564 12.37417821 11.58780706 11.70942251 11.12584682 11.11020062 11.47066296 11.5154855 11.40310893 11.6448397 11.56223479 11.59750143 11.00817603 11.36227159 10.78510871 11.52900399 11.44723852 11.12719537 +LQ01X012920 Putative polyketide cyclase 11.24503813 10.00431525 12.03488497 10.88409211 9.627255834 12.44712939 11.56415845 11.33041525 11.08057243 9.164302391 11.6410849 10.67442548 9.914865124 12.25639953 11.20611833 10.87256924 10.05297242 11.22322921 8.385013365 11.34081344 10.58211843 8.823854467 10.97988022 10.89030626 9.915548428 10.45592259 7.061680627 10.87593121 10.58372247 8.748013985 10.88950415 10.43144532 +LQ01X012930 Predicted protein 13.0545601 12.89099701 13.30778669 13.03360223 13.27290029 13.65523315 13.55711081 13.22127396 13.14495266 13.3815547 13.45108717 13.61830141 13.47560781 13.76404986 13.86989936 13.72345105 13.13111841 13.29751361 12.83602932 13.39132806 13.19059694 13.07011661 13.04144436 13.2953254 13.17702397 12.87908863 12.78189474 13.15055657 13.15672832 12.89090105 13.02473714 13.22932718 +LQ01X012960 Predicted protein 12.60284512 12.1528359 12.2318084 12.91466884 12.7516445 13.9576769 13.48416142 13.69234541 12.55318151 11.97266391 12.1119637 13.01929816 12.28656317 13.38498186 13.7811138 13.72311757 12.51801378 12.03260499 12.20472341 11.82001374 12.32780512 11.64919845 12.48306635 11.97539573 12.33271389 11.42334682 11.77842466 11.71935718 11.66570391 11.83033448 12.38637254 11.7668398 +LQ01X012990 Putative Probable E3 ubiquitin-protein ligase HERC4 8.811313046 8.928601606 9.620628717 8.638495784 8.99213044 9.11471493 8.854796682 8.602694888 8.81797272 8.617326582 9.172509294 8.829705211 9.613451255 9.271429317 8.949297078 8.633897463 8.842981953 9.388759055 8.544355991 9.572636577 9.941782743 9.026622315 9.908669088 10.07419492 8.610653326 9.206358046 9.058070996 9.482889002 10.26503662 9.446370652 9.656772134 9.917564764 +LQ01X013000 Putative uncharacterized protein 13.84432227 13.74200605 14.35340575 13.71998479 14.62878705 10.34092434 9.859667097 10.53716276 13.95215984 13.41467976 14.30210984 13.91550729 14.53435727 10.08423765 10.29386871 10.87897546 12.80369738 13.90152404 13.24539497 14.49263586 14.33853859 14.72091867 9.869674228 11.09422939 13.78201552 14.09516348 13.42163555 14.68032649 14.69845405 14.07345361 9.557687548 10.74859875 +LQ01X013010 Hypothetical protein 9.191177133 9.623351988 10.06275849 9.859151285 9.864680097 10.40259099 10.42555913 11.18559352 9.165314691 9.247322759 9.897105255 9.687683719 9.966752465 10.49796131 10.33383193 11.04112566 10.34349022 10.01974409 10.14191427 10.0455273 10.21911668 9.989381834 10.9861919 11.41286903 9.899550406 10.37888305 9.835565274 10.99407669 10.49489465 10.92260719 11.32891905 11.10330043 +LQ01X013020 Predicted protein 5.590691743 5.248835863 5.253350419 5.941876774 5.425368534 5.601362582 5.581819572 5.447432151 5.781950352 5.18660453 5.85633257 6.139711572 5.468521779 5.451386113 5.560767246 5.648491724 5.409620412 5.808183646 5.941022597 5.681280321 5.022588794 5.83216798 5.842064111 6.00522853 5.499461293 5.39463931 5.884045791 5.554441768 5.388169274 6.029966168 5.345265937 5.041319744 +LQ01X013040 Aspartic proteinase nepenthesin-1 10.21931497 9.91108951 12.09467065 13.28689967 13.43522151 10.32391463 9.74043279 10.40077686 10.15293024 10.20197077 11.95028269 13.68651961 13.11858809 10.40190612 11.09905938 11.00123127 9.764878992 10.15541793 10.26350693 12.34302155 12.97074502 13.26085819 9.07974752 10.22556377 10.50975787 10.03703761 10.97799798 13.36612027 12.63841822 14.7198157 8.997042033 10.89653813 +LQ01X013080 Putative Uncharacterized transporter lpg1691 4.843000637 5.501518173 5.131847054 4.998768013 5.104118726 5.100421895 4.881780177 5.266403326 5.189325149 4.970698872 5.641570605 5.06880743 5.270546764 5.045049981 4.984427634 4.992226444 5.047869543 4.774423183 5.048566145 4.966702324 5.457018625 4.955903723 4.650272286 5.597232818 4.998583673 5.015674494 5.245031125 5.177161223 4.835632775 5.11323005 5.513914673 5.452518433 +LQ01X013120 Putative Uncharacterized protein At5g08430 8.072504977 8.101259683 8.664097732 8.604230062 7.825713556 9.041334097 9.036625703 8.871968682 8.005508517 7.664627259 7.898575876 8.417548457 7.160096026 8.76677966 9.215284411 8.240404669 8.327892236 7.925551834 6.152500764 8.097502494 7.767132059 8.526434587 9.421841576 8.405143046 8.292431686 8.195454977 7.527658208 8.461759029 8.315863362 8.741399417 9.466313335 8.654698661 +LQ01X013130 T-complex protein 1 subunit gamma 11.28695653 11.47518823 9.987290162 11.3244494 10.58024602 11.60372957 11.23302047 11.10198531 11.31852099 11.91986296 10.66038341 11.17381441 10.50768153 11.43326684 11.45925662 10.78063659 11.51276158 11.03887595 11.22000827 9.832178503 10.19478159 11.42786426 10.43507928 10.76900103 11.84428475 11.78946409 11.40790105 10.42705902 10.52548578 11.39846337 10.71941866 11.06989136 +LQ01X013140 Peptidyl-prolyl cis-trans isomerase E 5.332036917 5.096154848 4.672616319 5.340049215 5.263770793 5.496926961 5.196316017 5.457928571 5.046459954 4.981805296 5.190599921 5.092647597 4.960459024 5.233186379 5.439511334 5.273722321 4.815100872 4.997492691 4.924538072 5.403446469 4.869390345 4.814085776 5.279440749 5.85015789 5.171938411 5.329794912 5.124113524 5.383462234 4.87934114 4.856416636 5.048147804 5.55119898 +LQ01X013150 Chloride channel protein CLC-c 4.855493488 4.990992357 5.135668729 4.861254736 5.059307718 4.876286085 5.347760884 5.313424396 5.252407411 5.11110244 5.366310345 4.97266011 5.11468283 5.025708188 4.933709102 5.187093371 5.512649013 5.383068907 5.054390842 5.183783943 5.171528492 5.307455501 5.267570618 5.136799027 5.160631867 5.475842095 5.207787712 4.786184325 5.523792901 5.46656355 5.421707618 5.353815637 +LQ01X013170 Predicted protein (Fragment) 5.880450501 5.716979404 5.306137036 7.445595825 5.671077267 5.766472736 5.175723932 5.306678022 5.207684795 5.359541081 5.280936194 7.263376004 5.834316365 5.528565384 5.208700979 5.305690119 5.989368213 5.523650323 5.770861767 5.525326254 5.181050982 5.380571266 5.021751769 5.800865622 5.566010745 5.883923788 6.057121914 6.713060551 5.457437212 5.464311023 5.062141908 5.167632321 +LQ01X013181 Ubiquitin 12.10499748 12.37277596 11.82446068 12.57697617 11.8706977 13.27977651 13.18773453 13.05274216 12.03647518 12.51870006 11.57930056 12.5003815 11.627602 13.14183651 12.91824902 12.96761432 13.11326189 13.00794995 12.24167675 11.96086356 11.39666884 11.91568109 11.44763085 11.81328859 12.36633222 11.48926502 11.87171073 11.62974057 10.2646573 11.9852564 11.14848171 11.78977845 +LQ01X013210 Putative Probable gibberellin receptor GID1L3 14.36510886 14.05125687 14.58897582 14.08921716 14.40340538 12.22040299 11.98116226 12.1674776 14.45889405 13.50026655 14.59224745 14.17917031 14.67081061 12.40716775 11.70648546 12.04131216 13.39829201 13.84805292 13.41480671 14.35120646 13.88945738 14.34300256 12.7735622 12.26958138 13.91000571 14.10576593 13.59083541 14.54349274 13.81725166 13.66620541 12.28836561 12.20314518 +LQ01X013220 Putative UPF0760 protein C2orf29 5.365653296 5.595907242 5.204879197 5.195605009 5.267355712 5.494407067 5.049010147 5.420425795 5.26326333 5.488671477 5.536236082 5.270481774 5.096591238 5.789061208 5.668000721 5.359223006 5.562134359 5.010852649 5.883285062 5.314436919 4.875156363 5.540740611 4.858090298 5.576598792 5.514683846 5.042862333 6.089441565 5.269649034 4.841444249 5.032794778 5.372936721 5.30823626 +LQ01X013260 SET domain-containing protein (Fragment) 5.121255922 5.225423035 5.501532481 5.052702541 5.824793009 4.849262015 4.841451292 5.269420962 4.967049345 5.336053704 5.030493665 4.891956418 5.322784746 4.85810726 4.902310438 5.130575831 6.001428385 5.692938645 5.635306309 5.472777046 5.881787932 5.017877991 6.577227208 6.886941268 5.963083946 5.779263702 6.008058419 6.854266304 5.447839701 4.993689628 6.786073937 6.462592089 +LQ01X013270 4,5-DOPA dioxygenase extradiol-like protein 13.14651027 13.8011741 13.52260292 13.53490054 13.97458797 13.76542137 13.97879584 13.59976261 13.29895694 13.60477083 13.55724629 13.54189104 13.71424002 13.85412742 13.77623554 13.90207166 14.27021785 13.52702266 13.99323242 14.02030575 13.76631677 14.01458145 14.0671313 14.54714544 13.73243451 13.45888326 13.40526156 13.94085582 13.5582655 14.56924163 14.04987544 14.59384698 +LQ01X013280 Putative uncharacterized protein 7.665955289 9.516549148 4.563690013 5.020103404 4.977744234 4.905649407 4.92647092 5.035761877 7.978476809 9.469183019 4.837920542 4.752387847 5.136370359 5.097086813 4.836193834 5.312268887 8.535153989 6.546393043 9.191742258 5.024158243 5.168808456 5.916629913 5.321802193 4.81419539 8.639320117 7.499765082 9.776007226 4.985415631 4.996141345 4.775883926 4.833883411 5.273682832 +LQ01X013290 Putative Vesicle transport protein SFT2B 5.173473951 5.095066219 4.928075536 5.275474592 5.11887536 4.822524716 4.761757997 5.114240699 4.933078981 5.81108593 4.917097426 5.137545717 4.706030659 4.945921324 5.085574742 4.890660601 4.866534157 5.324129778 5.876040299 4.873931405 5.301653626 4.897038856 5.20190763 5.320588888 4.943001002 5.178269029 6.339669054 5.372209796 5.477880226 4.935087725 4.770417127 5.517892858 +LQ01X013330 Peroxidase 47 9.073852381 8.973643199 9.329670164 9.08194236 8.162806724 5.93618746 5.520310436 5.595570507 9.421703641 9.235068993 9.567384486 9.108984756 9.800109193 5.847524442 5.320582483 5.473410429 9.493946945 10.76396475 9.061979337 9.507640597 9.834046194 9.392137945 5.035359626 5.025405106 9.85047276 9.886469254 9.045840153 9.23573994 10.08345885 7.737285815 5.3440678 5.478747945 +LQ01X013340 PHD finger protein At1g33420 11.34703219 11.5032977 11.48915229 10.64514392 11.5246452 10.92509054 10.90606786 11.53850327 11.05080966 10.98386475 10.82854396 10.43136979 10.89926484 10.64686344 10.61978136 10.77201427 11.37996305 11.98366884 11.30225589 11.26862367 11.39853717 11.44695117 11.79114805 11.53431782 11.37461918 11.45453789 11.66111895 11.22023051 11.37503941 11.54972462 11.79010904 11.75979815 +LQ01X013360 Protein SUPPRESSOR OF GENE SILENCING 3 4.712526599 5.340420902 5.429416995 4.975182303 4.987688893 5.210675288 4.910939818 4.783844679 5.312056611 5.213093907 5.103010154 5.191095148 4.796144537 5.183937713 5.283029571 4.838943679 4.698909716 4.93827604 5.115611312 5.264538576 5.565315328 4.896404159 5.054720716 5.212751411 4.837053248 5.354934559 5.067765151 5.004037058 5.718253821 4.967013972 5.194526909 4.641677867 +LQ01X013370 Putative Cleft lip and palate transmembrane protein 1 10.84363266 10.80146827 10.83849008 10.72388024 11.37735164 10.24921458 10.52033156 10.68172238 10.91148804 10.78933853 10.93392932 10.54544125 11.14243373 10.30074982 10.35826336 10.30046794 10.77904252 10.91921441 11.27108541 10.88452763 10.97868562 10.91623262 11.08375037 11.18380834 10.94645748 11.23641456 11.73793177 10.8041101 11.71108519 11.15088927 11.08490984 11.42995427 +LQ01X013420 Putative Acyl-coenzyme A thioesterase 13 5.387023073 5.493001228 6.139428486 5.241643189 5.34057851 5.147693351 5.326743471 5.214597272 5.428964119 5.505902033 5.464917842 5.348701158 5.697293855 5.498494962 5.176581634 5.198715038 5.276493289 5.718444211 5.423127576 5.516301045 5.501402496 5.400950391 5.687087556 5.520906018 5.281626669 5.690392311 5.213394051 5.460507103 5.42323707 5.335740975 5.175483366 5.6714409 +LQ01X013430 Predicted protein 5.665546373 5.376718243 5.242467988 5.847490056 5.412362077 6.428222596 6.23162404 5.490142127 6.095112376 6.951421575 5.592747308 5.439598118 5.446158391 5.542925833 6.609562378 5.552821788 5.571837985 5.263246556 5.785784105 6.044410877 5.559460946 5.27115482 5.289703587 5.096706141 5.706271103 6.141578431 5.47577579 5.138799294 5.953859985 5.03691059 4.891979152 6.055656687 +LQ01X013440 Calcium-dependent protein kinase SK5 9.514675951 10.28126357 9.217746443 8.795973667 9.127662739 8.505461533 8.239358444 7.992918987 9.748682955 10.40146464 9.784894773 8.773945812 9.438657208 8.620225583 8.444439721 7.921083317 9.554988077 9.797190332 10.53226411 9.992541629 9.858602249 9.864630307 9.753073161 9.636757073 10.28552366 10.2187164 11.19394051 9.698484236 10.31861086 9.905289747 9.904045614 9.605063406 +LQ01X013450 Predicted protein 8.309255665 8.950171066 8.453363832 8.997989009 8.403552918 9.280099753 9.751307864 9.898626391 8.63638315 8.393726458 8.176025654 9.054143699 7.96811791 9.662229118 10.0349341 9.809440791 8.253386095 8.096444111 6.535459521 6.630558587 8.11857815 8.179601151 8.505726492 9.7180113 8.080318759 8.750114593 8.131453912 6.979864238 8.145313027 9.085468958 9.18410695 9.792953028 +LQ01X013480 Proteasome subunit alpha type-4 12.79201051 12.84377164 12.51493585 12.74895926 12.67441181 12.93889269 12.9813761 12.59822197 12.95722918 13.05721269 12.77093216 12.88167973 12.8320355 12.84872667 12.96953167 12.61767322 13.39707508 13.03162435 13.23252311 12.73702535 12.10230439 12.82684162 12.21725953 12.20371602 13.31482426 13.28105956 13.10971104 12.51065143 11.99059327 12.52637523 12.36017376 12.13622634 +LQ01X013500 Predicted protein 10.46063808 8.385799558 12.56131721 12.68420828 12.61653384 9.691360926 10.15506737 8.930630839 10.45665991 8.313714637 12.49300395 12.31117876 12.79205436 9.738958895 11.20872869 9.508628286 8.123276801 9.969549764 6.768378096 12.2494931 12.56979433 12.27572535 10.18614961 10.20874692 8.816599215 10.43338388 7.912378377 12.71277146 13.53635486 12.84820338 9.911712263 9.76680233 +LQ01X013510 Putative Predicted protein 11.61061625 11.06282033 12.02357939 11.89279002 12.05001989 13.3499485 12.81280925 12.77968191 11.36449876 10.79405679 12.10040704 11.47463323 11.94206869 13.40158931 12.76991664 12.5899659 11.72023125 11.79292762 11.41362078 11.65129642 11.67185863 11.51726626 12.44152962 12.5224339 11.05182168 11.36331669 11.06972063 11.40730936 11.98917363 11.97910831 12.57461396 12.44205118 +LQ01X013520 Putative Adaptin ear-binding coat-associated protein 2 9.431762581 9.80503839 9.465208309 9.901192894 9.356685496 9.979796525 9.871437071 9.731711574 9.539317503 9.907392361 9.613340173 9.960177673 9.76137895 10.06163396 10.03892436 9.820673126 9.686986269 8.951374334 8.927198327 9.2316867 8.560474635 9.380698644 8.756511168 9.391322215 9.731937758 9.09422145 8.714613474 9.414545925 8.905169004 9.752498931 9.124105275 9.12715997 +LQ01X013530 Putative uncharacterized protein 9.469308998 9.107354701 9.168628276 13.03582967 10.08877352 12.41431149 12.80551403 12.93392922 9.646450841 9.006010538 9.544439855 12.86757885 10.05777614 12.2071617 12.77379737 12.95139639 8.298989637 9.51479499 5.991933735 8.521695869 8.446394187 10.45246469 8.12814148 9.50549746 8.618608736 9.848403992 5.850311138 9.924106705 8.334910235 10.78243863 8.703054291 9.174124944 +LQ01X013560 Ketol-acid reductoisomerase, chloroplastic 5.510081377 5.804918174 6.16203705 5.784427497 5.832551322 5.805714702 6.1846646 6.366944567 6.086908849 5.631942357 6.422973221 6.341315092 6.560533345 6.075841589 6.400661211 6.514842619 5.453317249 5.793448676 5.156318809 5.444853614 5.74907353 5.35942607 6.47526086 5.698148113 5.861822558 5.849784604 5.288910707 5.348053756 5.708538613 5.447185114 5.88787728 6.151165149 +LQ01X013570 Ketol-acid reductoisomerase, chloroplastic 11.55340156 11.58174091 10.87257511 10.53698708 10.95546554 10.75554181 10.96524 10.99689143 11.19330517 11.67296872 10.73966877 10.60880103 10.63525339 11.049435 11.21382155 11.10254975 10.52926804 10.2487803 11.16252663 9.890384702 9.929534208 10.9392775 10.72657219 11.11151465 11.23981335 10.62007807 11.77035425 10.20249093 10.59298376 11.14578103 11.02185733 11.16683655 +LQ01X013600 Putative Ribosome biogenesis protein BOP1 homolog 5.231626374 5.400841852 4.946687679 5.541983946 5.233231585 5.801492372 5.383535997 5.853226477 5.485207606 5.797733002 5.267803765 5.295583182 5.126282911 5.31792898 6.202533737 5.83990418 5.748659463 5.214642564 5.218452831 5.124192392 5.507380134 5.49758384 5.195597331 4.99247871 4.944511508 5.296523828 5.365464367 5.608561154 5.000652064 5.269521596 5.444893938 4.945545875 +LQ01X013610 Putative uncharacterized protein 11.95041821 12.05068942 11.4653951 10.7056304 11.26504236 8.389974872 7.386401835 8.362666157 12.39280907 12.54629155 12.02273091 10.61292638 11.41307179 8.778274948 7.881676006 8.440728312 11.65770784 11.66401108 12.53405826 11.38153699 11.31262197 11.41273259 7.889479707 7.494211402 12.25915307 12.28020751 12.64249995 11.01204359 11.20573589 9.832411894 8.349378061 7.829550251 +LQ01X013650 14-3-3-like protein B 5.784441511 5.32579998 6.169652213 5.569638699 5.44847782 5.656050463 5.706210454 5.399127514 5.685021723 5.373133657 5.492756731 5.65705182 6.024877897 5.292651975 5.365268349 5.163464105 5.188094576 6.190817483 5.816284506 5.687283394 6.053517283 5.707029287 5.373393261 5.446137411 5.834967481 5.760212829 5.727207854 5.826435855 5.451832869 5.85963285 5.495292784 5.400879814 +LQ01X013690 Putative ATP synthase protein I 8.715530824 9.155880648 9.300682439 9.298088014 9.368334092 10.41878563 10.4476373 10.96044184 8.842718069 8.666406503 9.202810085 9.514735012 9.552600673 10.52264872 10.84583013 10.91190342 9.172607969 9.431294825 9.348716183 9.830779406 9.82136957 9.694599648 11.09976126 11.25890633 8.843583624 9.319277125 8.930316233 10.07840173 9.810423177 10.21220734 11.61186942 11.04722331 +LQ01X013700 Phosphoenolpyruvate carboxylase 3 7.028661643 6.551391442 7.070503387 8.015043793 7.062700437 8.19619655 7.964649474 8.327037444 6.653904489 5.545589951 5.882509631 7.274040065 6.001290217 7.656342309 7.06129292 7.197078116 6.551793705 5.81198162 5.922947411 5.877890295 5.909598679 7.875755766 6.20578404 6.037742263 7.298063365 6.429385716 6.068510692 6.295957605 5.941292779 7.982758855 6.371027082 6.086919406 +LQ01X013710 Hypothetical protein 5.358620138 5.268894634 6.280021882 5.487292441 5.956115442 6.16660864 6.081099496 6.792185499 5.398610479 5.238126057 5.274549956 5.419372834 5.650276445 6.332773092 5.614450731 6.660366233 5.532517439 5.468439502 5.28623044 5.656926391 5.41680673 5.348200122 6.769831309 5.524725861 5.757213487 5.471319262 4.847782968 6.204632634 5.498003476 5.733390986 6.460473901 5.685752238 +LQ01X013740 Putative uncharacterized protein 6.095265577 5.284569126 5.154396781 5.425594863 5.709320082 5.538249618 5.646450243 5.697528981 6.115026172 5.58640992 5.510769065 5.610116151 5.95632293 5.590004665 5.245518217 5.485517733 5.607870648 5.852302565 5.636771342 5.832435835 5.913831557 5.780070765 5.513997523 5.535987135 5.529324587 5.906838674 5.517499416 5.846069764 6.237009877 5.332138814 5.316991905 5.382146812 +LQ01X013760 Putative Predicted protein (Fragment) 5.28792605 5.726336075 5.355301696 5.394698478 5.647917232 5.382657228 5.65557765 5.326828876 5.213111311 5.861696285 5.764797688 5.409556124 5.898614761 5.391223341 5.128298811 5.874487089 5.133372916 5.520221255 5.923570753 5.772835986 6.260210843 5.545828432 5.490598698 5.533612457 5.228118883 5.717144944 6.235875952 5.783441099 5.884682716 5.673756723 5.674654151 5.240883069 +LQ01X013810 Protein kinase, putative 9.663599847 9.384639307 10.13975667 10.22275387 9.742655282 9.67926502 10.04813806 10.04139241 9.633811587 9.731357088 10.12909869 10.13534002 9.683242153 9.676411667 10.06444548 9.495028109 9.184813084 9.210500769 9.011120475 9.232040006 9.825028395 9.496711562 9.740926375 9.686485729 9.776677445 10.06915088 9.131843826 9.294159729 10.08446974 9.532880372 9.877313846 9.813156324 +LQ01X013850 4-hydroxyphenylacetaldehyde oxime monooxygenase 5.465692476 5.368811214 5.428725603 5.167229501 5.260412453 4.819861586 5.187633346 4.935008695 5.071893017 5.127421515 5.371148806 5.299145277 5.880780641 4.989777194 5.01362071 5.381449956 5.523211743 5.632434517 5.450179332 5.234965604 6.158796531 5.58901285 5.581541724 5.785257863 5.152217587 5.876472842 5.525315088 5.645948716 5.468680364 5.737367448 5.232188602 5.128950371 +LQ01X013870 Putative F-box/LRR-repeat protein At3g18150 10.36797137 11.14741399 7.977217988 7.075385346 8.434087254 7.70036616 7.097337388 6.478180358 11.02676619 11.06952734 9.851843286 8.076506507 8.619527597 7.844729446 6.51882639 8.410038238 11.27104448 10.144867 11.83554802 8.247620663 9.015023561 9.905809824 5.846151203 5.624146686 11.96947805 11.90312881 11.79938218 7.915263347 9.126903529 6.706998085 6.43035713 6.403969268 +LQ01X013880 Predicted protein (Fragment) 10.13899675 10.19303732 10.14393867 11.21573602 10.60704279 11.36448228 11.5258379 11.7945278 10.51428205 10.12522959 10.76583697 11.35220572 10.72791193 11.54025242 11.55440108 11.95842219 10.56438793 10.14524294 9.400118152 9.738185468 9.664319241 10.31429508 8.951314988 10.25333396 10.30204589 9.718265901 9.222836091 9.869751068 9.499873215 10.3293278 10.11690712 9.412620444 +LQ01X013950 Small heat-shock protein, putative 6.436759259 8.46928947 8.047471714 9.998103185 10.5445738 7.880070334 10.45985103 11.42588293 6.503438097 7.331225751 8.255222533 9.926275322 9.748671479 7.800674841 11.3115375 11.17841927 8.03910606 9.538296623 7.911207488 8.885539957 10.57063031 10.99653282 11.21833061 12.58326407 8.002537231 9.452521667 8.368478022 10.50306627 10.57933335 11.84665809 11.70156614 12.70620975 +LQ01X014030 Glucan endo-1,3-beta-glucosidase 5 12.02576914 11.47187244 12.45310703 12.86427168 12.00448903 11.99060013 11.51533581 11.1486217 11.64694463 11.2774973 12.19120825 12.67382311 12.32052598 11.71944406 11.69392605 11.68306818 12.3723627 13.00963736 11.70777563 12.34424914 12.79571429 12.03701655 12.03471695 11.82940973 11.84214846 12.44624404 11.87265522 12.65616975 12.69661289 12.38590954 11.65823015 11.84823834 +LQ01X014040 Putative uncharacterized protein 4.857196771 4.868820701 5.394889725 4.943802765 5.308064179 4.967200363 5.040842015 5.185521469 4.90820114 4.73849598 5.220138908 4.94005182 4.885541853 5.21333105 4.920445578 5.426696671 7.872717139 6.615998047 6.202067105 8.912323406 6.591742743 7.343593166 5.402788182 6.445121795 5.65156029 5.508369363 5.072829633 6.135072744 4.979896077 7.12220443 5.597400232 7.373118555 +LQ01X014060 Putative uncharacterized protein 10.11589109 10.8829568 9.301331346 9.253837648 8.889516723 9.821307782 9.691207908 9.22364783 10.19035977 11.18230564 9.84440747 9.530006132 9.370689582 9.866691794 9.416437393 9.743457632 10.4249624 10.06927167 10.91790437 10.28168971 9.814308286 9.067080721 9.986421934 9.75706149 10.47880316 10.00059431 10.9877836 9.670628248 9.512457263 8.939494814 9.887881752 9.648058109 +LQ01X014150 Putative Elongin-A 6.234965475 6.370675871 6.149621467 5.918484916 5.98052756 5.516562648 5.586248779 5.772305327 6.043882385 6.671583985 6.012601006 5.992149931 6.159789636 5.518178937 6.207648494 5.890016369 5.696237365 6.973091714 6.685654826 5.706656851 6.452321736 6.403892124 6.241262421 5.732070351 6.108207897 6.361567561 6.146171298 6.22376625 6.747923748 6.129764362 5.787267705 5.632476966 +LQ01X014180 V-type proton ATPase subunit D 12.45797482 12.3616525 11.82247861 13.12790517 12.11150231 12.73955067 12.85152106 12.62812983 12.53127876 12.48760571 12.18137517 13.05167495 12.24056188 12.81124211 13.1639586 12.82344002 12.25694842 11.81955709 11.67292969 11.21293382 11.13576266 11.82985329 10.76734945 11.25299763 11.95667277 11.91107304 11.33478249 10.9130572 11.35595961 11.70873041 10.77046477 10.78757488 +LQ01X014200 Citrate synthase 2, peroxisomal 10.67369553 11.01021637 10.81626874 11.15938716 10.79179861 12.05864616 11.91631941 12.0175128 10.66604505 10.74298093 10.91804773 11.41078069 11.18450214 11.92021115 11.66786839 12.16280685 11.75225343 11.46576186 10.74910787 11.23436805 10.93944353 11.38520003 11.04799429 11.1620822 10.74973277 10.73043733 10.7088384 10.96043773 10.51146367 11.08670757 10.6278977 11.01270841 +LQ01X014230 Putative uncharacterized protein 7.206120711 7.924722298 7.183903483 6.750182762 7.525705468 6.516629353 6.271479387 6.900809112 7.314675228 7.372374317 7.131921557 6.6990564 7.344420992 6.499674131 5.759388206 6.824360582 8.183969956 7.223645042 8.884924391 7.003817221 7.586789389 7.124966705 7.401153575 6.701044148 7.873410695 7.521004816 9.000824499 7.110158172 7.385552781 7.101032043 7.725535536 7.20052387 +LQ01X014280 Serine/threonine-protein phosphatase 5 12.84590456 12.29549624 12.15415234 13.10808669 12.63901097 12.80919645 12.9130986 12.78481213 12.87320951 12.56619077 12.24264613 13.07534338 12.72579787 12.80263016 13.02805586 12.75828679 12.87688532 13.07851127 12.48701127 11.80158131 12.03149006 12.61048042 12.01298763 11.997854 12.98525275 13.05279093 12.57609238 11.94485687 11.89092058 12.36929754 12.09234565 12.06216182 +LQ01X014320 U3 small nucleolar RNA-associated protein 18 homolog 9.712443265 9.092813288 8.644874401 9.833159408 9.582297859 10.52367183 10.50634182 10.66197318 9.363220383 9.857497282 8.083832537 9.095491306 8.704617196 9.522301756 10.32479461 9.926720452 9.853476837 9.508363547 10.45305281 8.547890775 8.139735341 9.301510227 8.878992351 8.882519348 10.07074244 9.706245315 10.1730018 9.090471249 7.007964455 9.563865629 9.223912292 8.942449797 +LQ01X014330 Protein kinase, putative 5.106175575 5.29366288 5.216388346 4.784511046 4.771368673 5.053297557 4.930947797 4.976160742 5.348820568 5.01841978 5.3286656 4.743237645 5.086842698 5.03036746 5.028253695 5.082208792 5.149999766 5.513499748 5.23234747 5.152369018 5.117163614 4.849192703 5.009568203 6.109484482 4.559755945 5.781056187 5.526102844 6.0957554 5.121145672 4.754909931 6.08140901 5.508168278 +LQ01X014340 Putative 14.7 kDa ribonuclease H-like protein 5.529724294 5.145214028 5.482176081 5.001528568 5.465692561 5.251848737 5.555622615 5.696760365 5.216140979 5.451817036 5.085500117 5.420524008 5.122195776 5.475366571 5.175596228 5.472025423 5.212723575 5.648453561 5.323198553 5.397297097 5.603919016 5.172776902 4.638794119 4.730071575 5.531691902 5.105807045 5.706146973 5.137976786 5.391169314 5.11975055 5.146971987 5.196621942 +LQ01X014360 Hypothetical protein 5.138666851 5.234627644 6.030771109 4.740060755 5.014453839 4.915034065 5.612452165 4.98132145 5.128749931 4.815617378 5.563509187 4.769634432 4.981738096 5.100505474 5.194651057 5.103522644 5.200694474 4.900638169 4.877366123 4.85916005 5.044282704 5.014175409 5.077765889 5.280176571 4.718403608 4.99833868 4.928769865 5.150034778 4.992725116 4.870791177 5.463170375 5.14971898 +LQ01X014370 Hypothetical protein 5.290840204 5.129720158 4.78326002 4.909625135 5.121804761 5.002790829 4.9362437 5.054108088 5.388231385 4.987583422 5.046013541 5.226341763 5.340473869 4.962434587 5.130896058 5.277479301 5.147075437 5.278560796 5.912549644 5.371338342 5.397636806 5.26956584 6.008678231 5.543222663 5.069011109 5.464340495 5.697349072 5.604331459 5.459297186 5.329273719 5.189888208 5.085118277 +LQ01X014440 Agamous-like MADS-box protein AGL1 5.099704167 4.969306393 4.499475169 4.569251777 4.70528901 4.687699654 4.9520327 4.816170269 4.967510203 4.980181551 4.887531159 4.776173585 4.660618058 4.749391133 4.912388885 4.689540734 4.653894391 4.751421901 5.590190049 4.867509042 5.00178353 4.699383689 5.193302596 4.846299676 4.793632994 4.735799512 5.464406422 5.268535278 5.030997087 4.778331813 5.055863504 5.627740362 +LQ01X014460 Probable rhamnose biosynthetic enzyme 1 5.73940568 5.399504574 5.186812794 5.019558508 5.114463737 5.745196625 4.874887671 5.102769078 5.138579474 6.298678115 5.324175296 4.852448101 5.191549637 5.091284498 5.205241632 4.855591762 4.951473083 5.1238856 5.432542533 5.570754877 5.452366149 5.263583108 5.488123862 5.958894115 5.357892273 5.312521681 5.771032542 5.663889067 5.778402102 5.293512449 4.970467547 6.17070529 +LQ01X014480 PDF 15.08955113 15.33326274 14.13211729 11.78072715 13.99777702 7.251035993 7.748607344 8.376010433 15.27281982 15.39844096 14.95418893 12.29208588 12.41640077 7.920857956 7.434980289 9.197209798 15.1826213 15.176374 15.20160359 14.73301423 14.54342962 15.46565609 7.79463549 7.441346353 15.49396563 15.5181013 15.23087714 11.82664207 14.32950935 10.38180777 8.445222258 7.407427982 +LQ01X014540 Hypothetical protein 5.590942289 5.503521501 6.072020552 5.583974859 5.296765007 5.628622541 5.254626282 5.122564814 6.038109436 7.521245174 6.166602751 5.338060432 5.908668653 5.224592747 6.436323009 5.242107246 4.804872481 5.01050788 5.246011992 5.952089844 5.665761985 5.183035249 6.276657246 5.618375245 5.213242207 5.394215209 5.571168311 5.572895094 6.200248841 5.222047184 6.221807404 5.40922884 +LQ01X014550 Putative uncharacterized protein 5.68725135 5.696433184 6.050590907 5.687719845 6.045339556 5.516699752 6.327819287 5.952960416 5.578092896 5.899135075 6.386049249 5.606350301 5.768196709 5.765186919 5.921489878 6.004617167 5.577933261 5.60343097 5.285911929 5.53385284 6.135588313 5.784623473 5.979858254 5.591047398 5.45256208 5.642544238 5.815592423 5.548042447 5.52019828 5.754488211 5.539472524 5.43194355 +LQ01X014580 Mitogen-activated protein kinase 20 5.239393078 4.745345408 5.283594335 5.383173404 5.039424514 4.836995127 5.108378558 5.056744425 5.182525421 4.998142106 5.315434961 5.089106729 4.748093537 4.95769988 4.930454828 5.045640473 4.976329618 4.827271201 5.065190093 4.645926814 5.073058322 5.092011523 5.304162489 4.745544718 4.810982315 4.750755221 5.209445665 5.26909232 5.028830623 5.223889824 5.028780134 5.052726211 +LQ01X014610 AML1 12.16043394 11.65758923 12.18792845 12.45973328 12.45364152 12.42269146 12.28580622 12.86637133 11.89220038 11.07587429 11.91426196 12.27649073 12.2037827 12.41606666 12.35565194 12.37512706 12.14673039 12.36267398 12.30592436 12.15765966 12.4751383 12.67475466 12.24203823 12.36641026 11.95723683 11.73563504 12.43318144 12.26884662 12.67487644 12.93885849 12.24892695 12.42942173 +LQ01X014630 Ribose-phosphate pyrophosphokinase 4 6.438679358 5.696196885 5.925594818 5.926769972 6.065397785 6.262675883 5.923106317 5.869955149 6.16499747 5.700985286 5.769756544 6.121724487 5.982938513 6.332657196 6.392467799 5.758002713 5.857987385 5.881572422 6.15682609 5.933636967 5.721773534 6.100277213 5.904593348 5.493844721 5.911277977 5.906743402 6.740710011 5.711189028 5.65892839 5.685674393 5.802444815 5.81360711 +LQ01X014650 Putative uncharacterized protein 10.97591906 11.57615081 10.72734112 9.018087072 10.15833626 8.272874248 8.332358389 7.462954907 11.25702024 11.43450198 11.06439308 9.00401013 10.57461839 8.62326864 8.000542109 8.359550483 10.65197147 10.50974724 12.09793461 10.91902283 11.35305119 10.67461147 8.989214179 9.034238254 11.41125793 11.50079586 12.60653667 10.14391995 11.7290171 8.627889717 9.072120261 8.914290616 +LQ01X014670 Pentatricopeptide repeat-containing protein At2g42920, chloroplastic 8.755579367 8.615575621 8.785527624 10.58364247 9.449274923 12.2132339 12.93224455 12.10247149 8.994447359 8.730847159 9.186427189 10.48882656 9.078483287 12.3764363 12.47100133 12.49118095 8.657306677 9.639515617 9.013597632 8.359828393 8.613467294 8.96173691 11.27559 11.78643916 8.004589009 9.363674652 9.549485823 8.323844331 8.360586431 9.498259161 11.55668597 11.3485326 +LQ01X014690 Putative Predicted protein 12.45363568 12.50300024 12.65739327 11.90164385 12.57178227 12.28129891 12.76199606 12.84088854 12.38329066 12.75930274 12.69089748 12.25034733 12.44336442 12.25615203 12.66631813 12.95378501 13.05499235 12.96690221 13.08681321 13.32006725 13.26932609 12.59646864 13.41701552 13.32960498 12.88813265 12.69793943 12.56788444 13.16820643 12.89598985 12.72711018 13.46717078 13.17616529 +LQ01X014730 Putative uncharacterized protein 5.756885439 5.358687207 5.797255568 5.043792588 5.920208763 5.441668509 5.075352547 5.437519639 5.192322774 5.19193113 5.503738238 5.591399476 5.844456308 5.164356338 5.501688696 5.108107187 5.605316054 6.243386019 5.919380447 5.497561534 5.952946429 5.100922105 7.339469577 6.953568806 5.471210894 5.951529087 5.773690349 6.654269605 6.083003095 5.326782785 5.928713933 6.907509721 +LQ01X014740 Hypothetical protein 5.406795557 5.43192793 5.58476262 5.408100817 6.422857309 5.110682544 5.718849588 5.740094177 5.403032759 5.296240455 5.730298242 5.373918863 5.697421982 5.158039001 5.366492354 5.701393132 5.752809881 5.662289546 5.489215466 5.659405217 6.711465119 5.940445481 5.490403201 5.845625489 5.215465748 5.887563323 6.019153763 5.699701213 5.546749473 6.035980579 5.620614778 5.04138977 +LQ01X014770 Probable receptor-like protein kinase At2g42960 5.583775483 5.670210615 5.364699505 5.373775456 5.513218631 5.602079536 5.591080857 6.007792995 6.058126999 5.035696083 5.376814077 5.536325261 5.62475582 5.269042419 5.50667724 5.746839737 5.851255244 5.769599407 5.447472303 5.745749906 5.894308731 5.313426373 6.05746198 5.172704569 5.913541784 6.089859527 5.58586681 5.941133813 5.974352073 5.774061837 5.47938598 5.343274487 +LQ01X014780 Putative uncharacterized protein 5.164883902 5.495816848 4.971893001 5.374985967 4.866862623 5.429057379 5.478864798 5.715075007 5.129609375 5.038974862 5.014454794 5.327853995 5.047744547 5.256154841 5.454886984 5.399842729 4.995559146 5.392167243 5.22372517 5.415039963 5.342035555 5.053718561 5.120072764 5.673057534 5.006644847 5.354828946 5.494391992 5.063250623 5.365170493 4.854979603 5.155449494 5.055748836 +LQ01X014860 Putative Cytochrome b5 domain-containing protein 2 5.5976213 5.820481443 5.696331672 5.849910582 5.131535465 5.447690156 5.942003703 5.410279073 6.026609067 6.329760543 5.782848481 5.744597014 5.896501498 5.808626947 6.165184166 5.489923042 5.535260289 5.764924518 5.514231171 6.099085957 6.006957675 5.67381967 5.84808368 5.071666796 5.615182739 5.325494447 5.54720169 5.925032324 6.081625691 5.632390431 6.047554916 5.276103008 +LQ01X014880 Putative Endoplasmic reticulum-Golgi intermediate compartment protein 3 5.637628288 5.459507124 5.412206026 5.559916772 5.505096233 5.579421903 5.228652014 5.558212132 5.81299828 6.044915787 5.537589405 5.319342456 5.231777417 5.529746273 5.951220509 5.526814222 5.464058852 5.372725144 5.012867125 5.336012742 5.468540843 5.073925728 5.15400931 4.921432095 5.567710267 5.448896031 5.08269767 4.961371379 5.409209713 5.201535753 5.373369015 4.838171721 +LQ01X014890 O-linked n-acetylglucosamine transferase, ogt, putative 10.28539659 10.80401876 9.763994968 9.6403026 9.450783034 9.077669655 8.755934223 8.402890675 10.59497758 10.71152692 10.14651996 9.918024778 10.13749422 9.251402461 8.844448592 9.12057032 10.628159 10.69341521 11.49340682 10.40786572 10.38589738 10.14957773 8.426415558 8.210075306 11.11932388 11.27843553 11.57898997 10.50611349 10.51001225 9.69900406 9.12081694 8.215292937 +LQ01X014900 Pentatricopeptide repeat-containing protein At3g59040 11.14693469 11.31238907 11.46929672 12.54232437 11.86271173 12.28227816 13.07974542 12.98016711 10.94183468 11.35606802 11.66535485 12.4486654 11.82341709 12.55348575 13.53931379 13.29674557 11.19656431 11.5020902 11.52737889 11.47732093 11.57073432 12.13233539 13.29879741 13.28666912 11.22128917 11.50037615 11.82171894 11.77900324 11.9937059 13.15429685 13.36242896 13.43469514 +LQ01X014920 Protein TRANSPARENT TESTA 12 6.825587376 5.950764877 6.184889876 5.589611375 5.962328792 5.3150067 5.835551521 5.504650661 6.246984596 6.084867975 5.927706236 6.017282193 5.711052883 5.314229438 5.363071366 5.673203531 5.833743835 5.723229081 5.977044489 6.425251286 6.435071528 5.76562481 6.178928006 6.119593033 6.34052515 5.89755663 6.38879305 6.343708315 6.325101418 5.840729843 6.233090698 5.649453512 +LQ01X014930 Auxin response factor 6 5.322001987 5.481744643 5.340941585 5.430473208 5.795625748 5.665771176 5.503842945 5.731480649 5.731133579 5.581337542 5.169095744 5.573362132 5.665401828 5.451191396 5.222704932 5.888683375 5.85083839 6.163489307 6.762233129 5.316632147 4.832112642 5.432500853 5.198521475 5.172643705 5.8809024 5.723552492 6.408630384 5.199670798 5.338875077 5.428418797 5.168937418 5.213338263 +LQ01X014940 Putative N-acetyl-D-glucosamine kinase 5.70521078 5.875934052 5.922294848 5.441045625 5.383608491 5.804542262 5.763556454 5.424924832 5.554257699 5.882156996 5.24092684 5.596766165 5.406244923 5.668523938 5.802065565 5.35805192 5.437457381 5.724007896 5.81331576 5.636565169 6.008910451 5.616670279 5.690346994 5.808104377 5.395109708 5.366654611 5.442819793 6.033371801 5.661531405 5.561969233 5.411613895 5.350511993 +LQ01X014950 Probable polyamine oxidase 2 11.66713269 12.25030298 11.80847471 12.57966097 12.00547468 12.47020511 12.91758804 13.41385757 11.930704 12.06804655 11.92350058 12.83522249 12.4380394 12.82059162 13.1217122 13.25444223 11.83974797 12.23325038 12.5099442 12.30317206 12.19826659 13.06792491 12.69070729 13.50132346 12.39392916 12.8576149 13.22529916 13.00567977 12.57055142 13.50016306 12.97654203 13.66807408 +LQ01X014990 Putative Transcription factor PIF4 8.898330433 9.818491386 9.611038211 8.706596111 10.24288929 10.15787698 9.719148067 10.49596681 9.194071542 9.105918322 9.253946207 8.656290929 9.562967576 10.39731203 9.893517568 10.72800495 10.00450082 8.984395431 9.090193495 10.05093889 9.467178937 9.196594491 10.40124588 10.58017979 8.686507054 8.099647476 8.373052769 9.187762281 9.262649022 9.306974026 10.28297513 10.60999618 +LQ01X015000 Uncharacterized oxidoreductase At1g06690, chloroplastic 12.41349575 11.23417418 13.41941008 13.57438448 12.05353849 14.26661075 14.02146145 13.84721281 11.98101561 10.60631054 12.87470273 13.05354007 11.96072448 14.43331791 13.85933906 13.52079172 11.07798185 11.40955867 8.883126654 12.19175288 11.94248191 10.87413429 12.93792231 12.90448388 11.19524581 11.7934743 8.812820459 12.36852531 12.50869013 12.14930733 13.48764876 12.57438742 +LQ01X015010 Hypothetical protein 9.064276516 7.118793718 6.829568891 8.597691784 7.19361253 12.07755853 10.38282145 13.71303005 8.843101765 7.5736665 7.603706818 7.106838465 5.827563675 10.75598589 11.80248073 11.46634728 10.02103854 11.10526397 9.439390637 11.10474036 13.07858613 10.97193648 15.24427403 14.88770396 10.94420844 9.900418485 7.324190135 10.69438152 10.49246047 15.50939259 13.83661198 14.80417085 +LQ01X015040 Reticulon-like protein B8 6.308841754 6.774953577 6.661530808 5.866405498 6.525060093 6.270090794 6.146012499 5.940023248 5.993814148 6.002949573 6.021689092 5.926731771 6.684343035 5.99901324 6.051873128 5.939379691 6.475136009 6.20143186 6.137382433 5.734727495 5.624031539 6.299271159 5.858704871 6.037102256 6.12682728 6.121969903 6.251011899 6.35333396 5.545244196 6.417133156 6.007969583 5.976667799 +LQ01X015050 Oxygen-evolving enhancer protein 2-1, chloroplastic 4.875420943 4.722005868 5.108939745 4.849066386 4.930749338 5.108215875 5.105951016 5.012530803 4.893092404 4.556814181 4.909721178 4.812944128 4.766771865 5.210046842 5.310383216 4.956693476 4.686473083 4.795460513 5.028361942 4.865957695 4.942720174 4.796200996 4.922395385 5.092454319 4.706776461 5.013095151 4.930754211 4.845429889 4.745215418 4.874000953 5.071918611 4.796109676 +LQ01X015060 Putative WD repeat-containing protein 26 4.880352608 4.951258341 5.271307991 4.890396484 5.065366614 5.979222773 5.316815883 4.950613536 4.81726806 4.966631128 5.245740325 4.947350229 5.086388528 5.081042123 4.878458002 4.8828872 4.753259139 5.024949733 5.090932816 4.79438133 5.23821186 4.808940554 5.162525191 5.227993713 4.866007852 4.733084516 5.107647606 5.257710946 5.330654467 4.968105544 5.131675954 6.578060736 +LQ01X015070 Putative uncharacterized protein 7.584224418 7.267888748 5.891932166 6.668892228 6.340288565 6.45822169 6.524670762 6.650050075 7.815290845 7.075538843 6.356665636 7.448883178 6.320383312 6.952780196 6.514639608 7.540583997 9.992900752 10.38339716 9.932853137 8.252655747 7.18947542 6.410075344 6.045456344 6.486152617 7.866398691 7.675828841 9.282219419 5.754200491 5.309978106 5.68719247 6.485680823 6.295507239 +LQ01X015090 Phytoene synthase, chloroplastic 5.157310382 5.479254443 5.051468408 5.731055501 5.1831667 5.502316422 5.985661642 5.691325991 5.291970047 5.458329766 5.53708709 5.795724969 5.306142527 5.859553995 6.250594961 6.244822651 5.369048742 5.422760552 5.967868036 5.416246786 5.367847316 5.383999105 5.522641434 5.562580928 5.162602898 5.439746312 5.537280372 6.283718405 5.013143351 5.491426058 5.20454727 5.544137703 +LQ01X015100 Predicted protein 10.37652226 11.43583644 9.224459297 10.3131567 9.775070661 7.339327704 7.066354046 7.282451248 10.86234437 11.60084709 9.432352549 10.56893396 9.534235334 7.354006133 7.403454572 7.311577868 10.04258146 10.13591061 11.09294845 8.05167244 9.573308741 9.74684817 6.732258315 6.624621338 10.94346167 10.9079958 11.50674193 8.219114413 9.690229013 10.71064568 7.15100847 7.098773225 +LQ01X015140 Glutathione S-transferase ERD13 11.25398202 11.54068574 11.31991129 11.22510902 12.12268248 11.11355039 11.25124141 11.67471334 11.94848721 12.08269813 11.79812633 11.54370149 12.0026434 11.0867416 11.49051187 11.6499596 8.373493542 7.377318757 7.925647472 10.67372947 10.1058908 10.65286524 11.23167084 11.25878276 9.268800355 8.993472104 7.17611034 10.87225472 11.24520906 11.77564394 11.37478207 11.27700152 +LQ01X015170 Putative uncharacterized protein 5.380739741 5.385477607 5.798869966 5.245579071 5.653295112 5.513252405 5.823210326 5.689951749 5.776032639 5.378546466 5.503717407 5.522283971 5.822824617 5.515508414 5.357651355 5.669184556 5.352766124 5.534535259 4.789788813 5.382193497 5.474002188 5.476342766 5.723772798 5.074096764 5.141176368 5.365237779 5.197816224 5.797212286 5.430791945 5.719837254 4.93562946 5.683332218 +LQ01X015200 Putative uncharacterized protein 5.746277421 5.847603432 5.350793275 5.938684831 5.517184363 5.404855112 6.114807057 5.776702115 5.839806267 5.68397491 5.460797617 6.209607314 5.588674872 5.740802738 6.113231703 5.425430867 5.195488694 5.453878302 5.613179832 5.259281177 5.668670376 5.378877825 5.64440212 5.781749726 5.606409923 5.644898567 5.88320752 5.333732135 5.516998474 4.950963649 4.915860198 5.054720717 +LQ01X015210 4-hydroxyphenylpyruvate dioxygenase 5.406479049 5.342648084 4.943524991 4.795209366 4.646769203 5.237832186 5.098954501 5.138976257 5.141918719 5.289091343 5.254874115 4.926244939 4.850046904 5.250870422 5.770531164 5.002257689 5.400677235 5.02971127 5.749307552 4.710397839 4.892200473 5.078998949 4.983030497 5.112683322 5.263209805 5.072251788 5.196243909 4.966070441 4.76074556 5.022299412 5.433393961 5.072179781 +LQ01X015280 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 10.05521558 12.40245325 8.827848779 7.978144731 8.688445793 10.86678216 10.03596846 10.23090217 10.51455531 12.14062684 9.108077188 8.346715671 8.793320672 11.14339267 9.845512679 9.602224445 11.62860773 10.63723598 12.35918119 10.61322418 10.79107526 9.97168704 11.96653166 12.01477221 12.39524915 11.2294681 12.54041514 11.15749709 10.68114851 10.7353429 11.82728288 11.69116554 +LQ01X015320 Zinc finger CCCH domain-containing protein 14 6.126846417 5.812682094 5.727395331 5.754585795 5.733940331 5.514986305 5.632948181 5.618402431 6.098232732 6.113402096 5.805734564 5.735253436 5.942317548 5.814425462 5.872450369 5.721383791 5.359905835 6.075484564 6.602774662 5.814588346 6.310850411 5.592383214 5.777821598 5.240339161 5.559962927 6.030976969 6.249443978 5.864229575 5.464496757 5.713587158 5.609388019 5.349038155 +LQ01X015340 Putative Arabidopsis retrotransposon ORF-1 protein 4.782119274 4.824689001 4.949843858 4.882646688 4.943764635 4.802709579 4.749189018 4.854678379 5.013259591 4.858862713 4.987006336 4.758900434 5.230164193 4.747401997 4.758042878 4.746400831 4.906190449 4.923556051 4.850993888 5.262874974 4.964318386 4.691335873 5.285636632 5.001370684 4.593036114 5.114589036 5.131343359 4.793983249 4.98758483 5.124298587 5.456772585 5.248581275 +LQ01X015440 Non-structural maintenance of chromosome element, putative 6.283133202 6.153745018 5.899500213 6.678791844 6.164706664 6.029158544 6.175233287 6.033929968 6.838394092 7.040242255 6.309770671 6.678107888 6.108462916 6.086966596 6.797151383 6.458785057 5.96053549 6.392947366 6.501815671 6.054438006 6.117857927 5.965879443 5.530101177 6.60386912 6.4336267 6.153064197 6.390884939 5.977071139 6.567195985 5.969439274 5.885702214 6.492209111 +LQ01X015490 Catalytic, putative 13.6537433 14.25474039 13.82782963 13.42526512 14.06713779 13.17782197 13.39673121 13.44074882 13.93331588 14.32507555 14.02975377 13.22818131 14.01973337 13.41401752 13.35315366 13.45448135 14.12840359 13.89289714 13.46879948 13.87336956 14.04414001 13.83990887 13.69663763 13.95759211 13.79620937 13.68884963 13.42056185 13.5221961 13.87206061 13.63617427 13.82154335 13.97463921 +LQ01X015500 Predicted protein 8.246413118 8.46715123 8.481726797 7.481661006 8.668104762 9.382900984 9.090135533 9.983287916 8.623682586 9.074882241 8.911822103 8.090868377 8.891547724 9.218511181 8.407111902 9.968793239 8.156494596 8.501188462 9.029499163 9.025249771 9.159103536 8.57075175 9.693630172 10.24076441 8.334541846 8.388811965 8.848493952 8.300089175 8.743945317 8.552524745 9.66656382 9.878538486 +LQ01X015510 Putative UPF0061 protein AZOSEA38000 11.86646099 11.88962786 11.78911072 12.12966798 11.66353235 13.12281689 13.02746368 12.87556864 11.7798233 11.42678857 11.63810595 12.34587122 11.75815185 13.11659576 12.83538596 12.73498258 12.20079203 12.35943702 11.9438967 12.00286956 12.30355583 12.30602403 12.47140565 12.88837497 11.87548988 11.9748453 11.86792002 12.23553163 12.13757671 12.6174376 12.51514127 12.81134542 +LQ01X015520 Octanoyltransferase 12.25325406 12.40052913 12.23125528 11.94758496 11.70814774 11.40181104 11.57220711 10.71220268 12.19254098 12.47539728 12.10619644 11.96434076 12.07725271 11.49419095 11.63763697 11.20055837 11.81432675 12.13087771 11.5139414 11.75105041 12.27721018 10.9888447 12.32147834 11.73076691 12.09972114 12.21245887 11.60708392 11.47372416 12.1051184 10.98922438 12.35625261 11.72938166 +LQ01X015650 Putative receptor protein kinase ZmPK1 12.60306689 12.50078897 12.18283057 11.91750263 13.25435381 13.37417029 13.2897024 13.75233116 12.67043214 12.6470026 12.19199157 12.19390933 12.40976406 13.6695433 13.61986607 14.01502809 12.48898911 12.04144252 12.07691924 12.09799412 11.95514085 12.1292371 12.66405023 12.42913649 11.83848754 11.75114774 11.62928674 11.5762274 11.98227185 12.24057392 13.0806405 12.09615333 +LQ01X015840 Putative Fanconi anemia group D2 protein 5.231273287 5.117606873 5.147328905 4.963146025 5.275230785 5.15929588 4.838854714 5.295311885 5.400773194 4.896929171 4.724356716 4.844183668 5.157489332 4.941363315 5.017767316 5.208635704 5.61016653 4.97988779 4.937834922 5.226245537 4.98547677 5.045509835 4.757863205 5.422802698 4.966827728 5.008039788 4.622017672 5.651243314 5.140170515 5.122172268 5.153374589 4.863644739 +LQ01X015970 Putative uncharacterized protein 4.965556641 4.8488761 5.237759941 5.402175872 4.656878744 5.164125193 5.325959491 5.336562697 5.16359905 5.375293598 5.597639652 5.042977239 5.153933754 5.280070775 5.670978903 5.270459465 5.24550137 5.104759263 5.042949819 5.400602555 4.746720196 4.996475443 5.253166336 5.062715227 5.18931693 4.98521816 5.131605082 5.223726337 4.937660831 5.198443687 5.27534835 5.173034427 +LQ01X015980 Putative uncharacterized protein 5.219721903 5.030535707 5.196807202 4.998317208 4.837441569 4.821213603 4.897181435 4.969635549 5.195853035 5.456683814 5.161262527 4.898373332 4.814770308 4.756644804 5.178816263 4.781424325 5.091835459 5.174533633 5.020762029 5.14941615 5.079695665 4.772854185 5.06837059 5.021553805 4.747246891 5.10057169 4.862147249 5.604389298 5.389416811 5.051222236 5.239217951 4.728600826 +LQ01X015990 Putative Allene oxide synthase, chloroplastic 5.211002392 5.332910428 4.987005284 5.453620551 5.055880639 5.790057426 5.34265282 5.471564288 4.777369157 5.41151448 4.943017945 5.109654393 5.048981205 5.097773564 5.636791609 5.085143256 4.964345987 5.030316481 4.846483535 5.348037942 5.381440667 4.866123237 4.961430071 5.073950022 4.966730483 5.031709274 4.8888451 5.299303834 5.264801039 4.876704936 5.647281938 5.210847036 +LQ01X016000 Putative Condensin complex subunit 2 11.94724144 12.74275716 10.70440988 10.85116619 10.3313703 10.9139215 10.9529461 10.09293376 12.53547674 12.88396258 11.17847568 10.79821209 10.68545032 10.96260354 11.02605951 10.81782249 11.90964481 11.97803879 13.20789707 10.45963544 11.36427227 11.25752904 10.33766813 10.28034713 12.82048213 12.55658281 13.34632248 10.67409784 10.1363432 10.35819351 10.29972006 10.41069956 +LQ01X016020 Putative Uncharacterized membrane protein yuiD 12.64029661 12.37316108 12.47936877 11.94883579 12.2006911 11.03338684 11.20509767 11.09289783 12.63514997 12.70514376 12.37002542 12.0710849 12.19149062 10.99947202 11.01659831 11.41564626 12.97966037 13.25350396 13.38121079 13.11300619 13.13475652 12.75413301 12.00243934 12.16093725 12.80889475 13.01135737 13.36571306 12.69295487 12.69657549 12.30235782 11.79634058 12.36700432 +LQ01X016030 Predicted protein 6.811567554 7.043215612 5.563109319 5.215687535 5.317209558 5.020144427 5.188846564 5.113595275 7.150290822 6.816944648 5.598946039 5.44184764 5.447112826 5.209215963 5.216695076 5.645768638 7.110944835 6.074751626 8.09748457 5.065609537 5.642246781 6.416652355 5.129411133 5.271333462 7.555385329 6.285304966 7.289048341 5.485230374 5.745665522 5.245281463 4.930549491 5.098324329 +LQ01X016040 Predicted protein 10.9410135 10.58027468 10.74681746 11.06113741 10.83573844 11.49848213 11.46360803 10.79064687 10.95528406 11.23916228 10.70450494 11.03649058 11.07420196 11.49532318 11.70942983 11.0859817 10.71645134 10.35874177 10.40490482 10.35746862 10.12761387 10.38580971 10.30196575 9.563409071 10.66098196 10.29576979 10.48682813 9.618539073 10.6355875 10.64347821 10.53637293 9.486706765 +LQ01X016100 Predicted protein 5.682568489 5.643498263 5.621369308 5.638454127 5.812733157 5.650479304 5.70284086 5.481525114 5.735102383 5.560251557 6.040799761 5.797184702 5.852451027 5.442783758 5.463170983 5.27049242 5.787528764 6.052867973 5.784082901 5.994221987 5.692657113 5.834432998 5.95403104 5.514689043 5.376099311 6.039612247 5.685362519 5.578631642 5.630841603 5.661431259 5.715468606 5.594666121 +LQ01X016120 40S ribosomal protein S27-2 5.533169674 5.432145699 5.485998612 5.272184202 5.302043727 5.9288257 5.393724943 5.664420349 5.671612889 5.483932778 5.607785891 5.519051424 5.442716757 5.553155521 5.481755623 5.602563405 5.460498939 5.720865488 5.510618397 5.218155372 5.36469854 5.466010202 5.509903693 5.358268136 5.5029749 5.462723787 5.176139667 4.970224959 5.72031535 5.841438808 5.347637434 5.675521096 +LQ01X016180 Receptor protein kinase, putative 5.032282772 5.007220868 5.315252788 5.124875299 5.081951266 5.541669064 5.033280203 5.015445639 4.983572561 4.959247217 5.076432795 4.956868217 5.069467266 5.563969796 5.180389918 5.066200085 4.95756073 4.891776979 4.853346213 5.062636518 4.760696832 4.953972237 4.946153968 5.621026683 5.225173916 5.452190385 5.275637134 5.290800844 5.100704789 5.026335153 6.003067789 6.112592684 +LQ01X016220 Putative uncharacterized protein 12.29585549 11.48538407 13.00170232 12.70966612 12.09486541 12.51965265 12.61268557 12.84213867 12.38157389 11.2734989 12.92578022 12.34562255 12.47886977 12.60737618 12.70699515 12.33667685 11.8942355 12.46285465 12.14486792 12.96976758 12.09948308 12.49855963 13.0454468 12.85368179 12.17593376 12.53576808 12.00991237 12.84804983 12.28502093 12.31880941 12.92941261 12.66514161 +LQ01X016290 Ebs-bah-phd domain-containing protein 13.41308824 13.36003933 13.14356702 12.94518168 13.17558265 12.15478827 12.34745439 12.43321636 13.50579802 13.69804321 13.29190892 12.98093343 13.17005812 12.23052861 12.19493173 12.65752785 13.41465043 13.08323777 13.42818489 13.04579308 12.82522986 13.04362036 12.16259814 12.40566129 13.56618056 13.19486677 13.3429304 12.74649101 12.40643978 12.28964835 11.89035078 12.05454773 +LQ01X016320 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 10.61790629 10.42600951 9.190708007 10.27316272 9.676798912 11.00884962 11.16506231 10.72172472 10.80779929 11.16434969 9.88727362 10.63002347 10.09501537 11.17633519 11.43101103 11.32838691 10.85830538 10.89909487 11.11327702 10.00097281 10.13492212 10.21967316 10.9677261 10.99415546 11.08173265 11.31235607 11.37950701 10.10016068 9.958219568 10.82002601 11.02069532 10.88223052 +LQ01X016330 Nitrate/chlorate transporter 7.81140698 5.893858422 9.177842689 8.085833792 6.968506984 8.233196639 7.453237936 6.584039976 8.534175719 5.270232311 9.491804096 8.744121135 8.056629843 8.131517255 6.301276464 6.881054241 6.253744551 7.539453764 4.891828329 8.668367727 8.49089377 6.554944093 5.401549235 5.68675825 6.745469922 8.153877831 5.109804509 8.692199566 8.524081791 5.657541377 5.27231544 5.262252855 +LQ01X016370 Endoglucanase 11 12.49640219 11.31314342 12.35365845 11.47753618 10.84943713 9.780263854 9.239665922 8.124398482 12.14728644 11.60133498 11.99140642 10.9829107 11.10130465 9.418411355 9.280649203 7.970459862 10.21590246 12.05987151 11.24932198 11.68406726 12.02474008 11.07147614 8.386459285 7.916639828 11.70678201 12.26763812 12.031445 11.55829772 11.93692797 8.290247058 8.283084587 7.003092955 +LQ01X016390 Predicted protein 9.288346104 9.166844464 9.59873195 8.665300752 8.682178839 9.530918468 9.377198697 9.508342748 8.94241014 9.470478173 9.144186535 8.509444443 8.822912768 9.403066569 9.083629901 8.957406429 9.455588711 9.399633056 10.33950144 9.068603722 8.838325995 9.140232426 10.04630825 10.16842527 9.682596308 9.570017196 10.06408296 9.483650405 9.240815871 9.095649608 10.25636827 10.51540882 +LQ01X016460 Predicted protein 13.14745364 12.33713151 12.63688505 13.01310136 12.74187001 13.07796401 13.1792892 12.97409868 13.13886275 12.8483314 12.71284406 13.26000695 12.79817575 12.96040106 13.23908132 13.00112718 11.80086898 11.66449114 11.46694425 11.61279057 10.79851474 11.48062779 10.30288368 11.06344675 11.99885539 11.73722768 11.28187072 11.20456953 10.72583244 11.25315993 11.20442181 10.55567593 +LQ01X016461 Ubiquitin 13.11395524 12.29519771 12.83546133 13.23013174 12.50132344 13.26589836 13.27256506 12.59060533 12.88169391 12.31389959 12.61225414 13.23438181 12.30538441 13.04121526 13.2280368 12.51966142 9.885000903 9.354270852 9.04367736 11.29690231 10.16429993 10.09263988 9.972386053 10.16600355 11.43365179 10.16825732 9.013533872 10.30212232 11.44816055 10.59043443 11.15135531 10.2736226 +LQ01X016490 60S ribosomal protein L13-1 14.53342608 14.65012688 13.76581014 14.03601148 13.80356347 13.72127911 13.95836925 13.56515216 14.75548518 15.07374366 14.24285206 14.45729664 14.034404 13.83261089 14.25339113 13.78875894 14.5725274 14.39586689 14.32303527 14.16130294 13.98226547 14.4054745 13.84132668 13.75860291 14.88523224 14.76949693 14.54119009 14.15388706 13.95482734 13.99472936 13.8038406 13.86523546 +LQ01X016700 Hypothetical protein 9.972286013 10.87040994 11.98930768 12.67367969 12.44366134 11.63953386 11.84690896 11.97649751 10.49936706 11.30137485 11.93043514 12.57183382 12.56968178 11.58918012 12.02842084 12.04691703 12.16402294 12.9902118 11.35360594 12.21221942 11.81024194 11.84436576 8.281152913 9.956884336 10.02643992 10.39357539 10.12117997 12.06135203 10.5848624 11.73714301 9.475537084 10.32195473 +LQ01X016710 Putative methyltransferase NSUN6 6.05498473 5.646595242 5.499571576 4.848745202 5.685039018 5.355722799 4.782455276 5.505661892 5.393775822 5.967686803 5.695716482 5.051903359 5.430140763 5.217899401 4.757865002 5.576842973 6.408086286 6.148886024 6.129319093 6.069370633 6.036611417 5.249806935 6.442308752 6.091498375 6.398475819 6.294351059 6.269953128 7.966310942 7.239666556 5.233340334 6.884835553 6.109485184 +LQ01X016720 Hydroxyacylglutathione hydrolase 3, mitochondrial 11.5765016 11.76329661 11.51366864 11.00787933 11.34754607 11.75945051 12.13751714 11.47061709 11.81305855 12.11177855 11.55531897 11.04623803 11.6946734 11.83957027 12.24627707 12.08440985 11.58316159 11.7472098 11.69334932 11.67012698 11.53085216 11.23505083 12.73456584 12.93467192 11.80273329 11.78921245 12.07692634 11.34465074 12.14292162 11.08500962 12.68094521 12.85300534 +LQ01X016740 60S ribosomal protein L18a 14.43982535 14.45505922 13.96149877 13.76844424 13.72086087 14.14965886 13.78011142 13.56261265 14.67989914 14.780359 14.41277651 14.21377017 14.02461938 13.97788845 14.07969388 13.69953435 14.18993719 13.97833995 13.47236247 14.21415843 14.01468903 13.96561212 14.07697206 13.51623956 14.26214897 14.16492855 13.63062213 13.93392104 13.77497928 13.56637468 14.0123 13.63779142 +LQ01X016790 Putative uncharacterized protein 5.306791546 5.271891367 5.782697034 5.965214392 5.439252196 6.339018723 6.423939161 7.000659931 5.41711935 5.29624126 6.12781361 5.91301246 5.431744023 6.213548514 6.546706175 6.38561438 5.369368385 5.023088426 5.18724458 5.419429524 5.334727078 4.977280395 5.84992017 5.179624143 5.097780845 5.375353192 5.231263164 5.790204926 5.25987466 5.409654524 5.805243964 5.406172711 +LQ01X016800 Putative GDSL esterase/lipase At4g10955 5.175249897 5.232362875 5.0565674 5.058088233 4.744898599 4.742918992 5.062178279 4.792940093 4.983854172 5.300831581 5.196638433 4.898601038 5.116762958 4.710305531 4.721453111 5.049076256 5.244383645 5.213278935 5.184225877 5.214237219 4.934343025 5.179663824 4.699999164 4.993093577 5.215910488 5.124315534 5.838047325 5.337557948 5.09190849 5.247743534 5.154298836 4.869505811 +LQ01X016830 Putative Probable U3 small nucleolar RNA-associated protein 7 8.989191404 9.519332711 8.463861541 8.697650694 8.497173018 8.844270548 9.203531884 8.70838956 9.225985033 9.709651792 8.898488039 8.682063805 8.388602308 8.873245969 9.176402246 8.625557948 8.713011792 7.923069765 9.426875909 7.971077147 7.643567026 8.288985348 8.53165196 9.002820348 9.478225495 8.952720286 9.971948382 7.725424203 8.078909594 8.209277915 9.158264203 8.802293161 +LQ01X016850 Predicted protein 5.581890964 5.300792479 5.711707101 5.342954931 6.092018374 5.109636917 5.03966136 4.924172693 5.484837026 4.951723863 6.071689197 5.18782687 6.022036345 5.049212841 5.072139343 5.263603066 5.922930517 5.671132543 5.445370404 5.985212934 6.415125091 5.697672574 5.296625419 5.541012543 5.745518769 6.003919081 5.587275101 6.061391228 6.003339629 6.317464779 5.330717966 6.356154414 +LQ01X016890 Putative uncharacterized protein At2g32170 7.057853321 6.563463211 7.240167539 6.723258792 7.029338337 8.408278826 7.424260961 7.88426482 6.798556209 6.280291316 6.728714454 6.947285544 6.501670928 8.056195986 7.500893254 7.475001177 7.208841935 6.307294257 5.654799403 6.492458024 5.93957633 7.061686899 5.861108793 6.538627748 6.710086585 6.247154347 5.631003881 6.059213116 6.620791755 7.132273075 6.538591817 8.145379678 +LQ01X016900 Putative uncharacterized protein 5.453046717 5.058683662 4.696489359 5.176960601 5.040546698 5.035278048 5.434390057 6.021906267 5.288032392 5.216838767 4.526441934 5.393063006 4.833914955 5.310172688 4.86229473 5.905351421 5.313804067 5.393591861 5.835945601 4.915987167 4.8676847 5.52381775 6.354765292 5.163795005 5.287181148 5.230012265 5.807237213 5.639736344 4.913727594 5.759129497 5.181027952 4.841833277 +LQ01X016930 Predicted protein 13.22591598 13.09557458 13.3474685 12.79666414 13.47784215 13.34284847 13.41715791 13.52202545 13.18078228 12.8351987 13.50623594 12.83181983 13.53015112 13.60622824 13.32922719 13.28719615 13.96752038 13.49445109 13.73840918 13.92303623 13.56424669 13.33118376 14.11541757 14.08105603 12.91216669 13.07282075 13.2312514 13.71763871 13.47513888 13.7232442 14.3737976 13.97062621 +LQ01X016940 Putative Cytokinin-O-glucosyltransferase 2 5.016248879 5.195184812 5.443275318 5.000507033 5.602070633 4.945203638 5.09326922 5.346400397 5.089431469 5.13924094 5.436674643 5.200509702 5.137770797 4.954585371 4.854626845 5.148415661 4.91915173 5.129706968 5.875689651 5.090440709 5.641279367 5.29864264 5.472023181 5.725154376 5.08426025 5.263813896 5.594306703 5.645242082 5.134493814 5.441229037 5.161482485 4.894019811 +LQ01X016990 Hypothetical protein 6.461354596 6.305040834 6.147717691 6.099257225 6.101847237 5.866093849 7.091688059 5.601405848 6.826618919 5.952088639 5.967346762 5.675625495 6.374108845 7.17920468 5.884544106 6.09280698 5.398999467 5.454163101 5.259785352 6.908942974 5.801412609 5.5590489 5.705720692 5.518774955 5.725673582 5.716654827 5.61642691 6.166039241 6.056540501 5.858048247 5.864348837 5.272396201 +LQ01X017030 Hypothetical protein 12.28990316 11.00917282 13.77275377 12.98095737 13.97032386 12.03138116 12.20163116 13.38319281 11.98250605 11.42763991 13.4426635 12.71972252 13.56059167 11.97149355 12.23598363 12.61265059 13.02114977 11.61396664 12.11271937 13.65808359 13.07046914 12.08212035 12.85075884 12.80435641 11.02437986 11.13368671 11.29507254 12.54915983 13.03892337 12.52423483 13.31354435 13.03566356 +LQ01X017040 60S ribosomal protein L27-3 5.721996551 5.577236349 5.730578137 5.532322408 5.2044055 5.711753969 5.681094005 5.667876992 5.486657784 6.030246837 5.880341643 5.685969207 5.532587935 5.885590444 6.187441274 5.769548286 5.693920443 5.791996367 5.80727105 6.127778754 5.305393989 6.281343616 6.22029475 5.539016296 6.189642894 6.246546953 5.799363284 5.676780279 5.161870414 5.392073798 6.074858873 6.332619037 +LQ01X017060 Putative Predicted protein (Fragment) 8.017923438 8.405648751 9.877366771 9.123475365 10.10950106 9.315733609 8.858337829 9.579121496 7.340873783 7.659605146 8.454231069 8.377878451 9.020289288 8.297208798 9.473021154 8.049202868 8.591880556 7.477580066 7.310858763 9.588828171 9.171080662 9.661718867 9.365016076 9.829254043 8.813369581 7.944762345 7.150037788 9.859283268 9.90826741 10.58768139 9.703266058 10.41549209 +LQ01X017070 Hypothetical protein 5.100171239 4.860616336 4.865163639 5.002094118 5.114492599 5.092545323 4.840042648 5.088873394 4.945960808 4.880889096 4.964998141 4.870206966 5.112446491 4.873486694 4.729120257 4.907458769 5.437636534 5.184777208 5.378527899 5.117551466 5.376010119 4.713495129 5.299375515 5.5545349 5.29381493 5.161507478 5.006511008 4.947237696 5.144629142 5.034287226 5.242418685 5.190076249 +LQ01X017080 At3g22210 11.18717304 10.5449168 10.83506235 12.6648087 12.07583533 13.26722329 13.57952294 13.22463404 11.55655027 11.67562937 11.30886749 12.81665675 12.14199824 13.39584347 13.52124956 13.80320523 11.29274321 10.9528016 11.31662883 10.26886061 9.971775893 11.39191628 11.54604833 12.17224256 11.23107189 10.841222 11.22887453 10.80735768 8.899536122 12.10615333 11.5947701 11.58815303 +LQ01X017090 Putative Uncharacterized aminotransferase y4uB 6.355569196 5.984820202 5.91996403 6.000418046 5.66693313 6.283133132 6.382426503 5.855256201 6.051799338 7.427298069 6.18038105 5.93637071 6.480808896 6.183954003 8.194825054 6.157327695 5.813007335 6.02029235 5.835268807 5.911335926 6.18057376 5.941012101 5.449165322 5.730486073 6.189747857 5.601968759 5.471962272 5.835787489 6.777759984 5.872166583 5.995371189 5.417041891 +LQ01X017100 Probable S-acyltransferase At4g15080 11.70977354 11.91760803 11.89921556 11.46632904 11.7921166 10.90566341 11.00261595 11.12471223 11.63538357 11.86267387 11.99138311 11.71999536 11.98621041 11.10161722 11.18020891 11.18781037 11.66311364 12.23983316 12.07500426 12.32309524 12.66853006 12.42099433 12.24707896 11.99574156 12.17953655 12.71868257 12.40160843 12.5530817 13.0411345 12.33667811 12.20451371 12.26605578 +LQ01X017110 3-hydroxyisobutyryl-CoA hydrolase-like protein 5 5.208654027 5.292063415 5.601615219 5.006862802 5.273658746 4.969403903 4.996315851 4.856934012 5.59578687 5.311762464 5.307752604 4.965054184 5.27594592 4.841535948 5.248568997 5.05071157 4.918836876 5.068097248 5.728873931 5.456134676 5.6107426 5.136987594 5.208479471 5.581021849 4.90688924 5.570081592 5.080766394 5.451710974 5.42924315 5.213233277 5.147865526 5.758104974 +LQ01X017120 Protein FAR-RED IMPAIRED RESPONSE 1 10.97860435 10.46772189 10.54688011 11.06099136 10.79504047 11.61482961 11.48014841 11.36700155 10.98359187 10.54151819 10.79331957 11.31258731 11.19446088 11.30251665 11.04055772 11.45012264 10.56266931 11.51008188 10.05962684 10.27098613 10.51602573 10.40102972 10.16658703 10.59231817 10.159697 11.32221504 9.589755069 10.34150669 10.0938456 10.56325851 10.26704299 10.12277846 +LQ01X017130 Protein FAR1-RELATED SEQUENCE 2 5.958084767 5.233807877 6.326931485 5.606562118 6.030552659 5.74317826 5.574732114 5.46955587 5.287036295 5.423986852 5.471803806 5.741993689 5.451301459 5.122422067 5.487171458 5.321689961 5.563435554 5.732362566 5.455231007 5.423507065 5.536459217 5.092761906 5.45513906 5.633358448 5.728745762 5.76746996 5.863575961 5.412962403 5.600599708 5.232619291 5.166218443 4.847738079 +LQ01X017150 Predicted protein 5.992266251 6.087221918 5.931957882 6.937654086 6.419280728 7.028101025 7.169326391 7.352859343 6.123697923 6.106889581 5.660377011 6.716101143 6.80269353 7.218630776 6.420278081 7.333033975 6.936437575 6.625054483 6.219599652 6.312225188 6.520390941 6.358171445 6.47247206 6.966736092 6.066412335 6.39919148 6.382661995 6.833065382 6.262287179 6.897963376 6.415381198 6.747703186 +LQ01X017170 Hypothetical protein 4.811340407 4.829648044 4.915899196 4.774282045 5.261126903 5.008618802 4.842387401 4.882265825 4.45459289 4.62621985 5.123289122 4.845265632 4.909345781 4.881947075 4.562552407 4.838979958 4.862639953 4.633833235 4.900399323 4.675344536 5.063389789 4.894318687 5.671497364 5.337911495 4.865926691 4.672267971 4.782792742 5.395612341 5.021838414 4.954452681 5.561665856 6.285658147 +LQ01X017180 Putative uncharacterized protein 5.991382655 6.316177069 5.888785709 6.49605176 5.748748301 6.204094816 6.114920529 5.478691091 6.204345014 6.878720848 5.672502787 6.025934613 5.722983069 5.650648733 7.52843739 5.444850132 6.021859847 5.860625883 6.664382114 6.646617766 6.135825441 5.720722821 5.844912556 5.483712661 6.145718899 5.740071195 6.600110818 6.018283758 5.82771619 6.018064872 6.202504002 5.33019359 +LQ01X017280 Hypothetical protein 6.112690882 5.953480194 4.935999691 5.529981442 5.752356364 4.831794487 5.681636656 5.483939295 5.398773028 5.749322426 5.163420868 5.330475508 5.711011067 5.067121061 5.150780824 5.114014173 5.705173307 5.697507797 6.337635732 5.526082637 5.111402154 5.470221928 4.923087588 5.164113208 5.727776345 5.488787024 6.492456328 5.622872083 5.336839456 5.731977529 5.132994016 5.251538229 +LQ01X017290 Putative Similarity to cell wall-plasma membrane linker protein 9.798152391 9.951919247 8.129840599 8.09331974 9.329766677 8.320083357 8.598912765 9.237940329 9.495150746 9.325285243 7.693880317 7.773033711 8.771136367 8.860681637 7.600592904 9.727190035 10.16014098 10.75907097 10.89116788 9.790519772 9.239386524 9.609634683 9.121260482 9.633519013 10.08290401 9.704166782 10.63541892 9.230989288 9.591482137 9.48007406 9.374983337 9.927990688 +LQ01X017310 Putative LRR receptor-like serine/threonine-protein kinase ERECTA 5.662320663 5.848209327 6.013572843 5.847073724 5.785646018 5.85463163 5.815352192 5.414802178 5.955846287 6.312025871 6.293101459 5.986080877 6.076294327 5.588713992 5.664766257 5.562367432 5.358810681 5.477513516 5.579891279 6.033887877 5.953473242 5.914593729 5.407922604 5.853315829 5.633990563 5.507518375 5.43616521 6.195361351 5.666434257 5.606225138 5.253185298 5.273735754 +LQ01X017330 Putative Probable E3 ubiquitin-protein ligase HERC1 5.867348647 6.281164549 5.938882192 7.346289986 6.350959568 9.587818321 10.03520312 8.050494288 5.643761355 5.816333873 5.981075189 6.184975225 5.928698469 7.628074056 8.463121557 7.955287337 8.483950698 8.558990403 7.867188377 7.752563142 8.014537344 6.937986225 10.8623478 9.776054772 7.588854652 7.919548927 8.338119988 7.162286298 6.608929938 7.73060634 10.92756232 9.664023479 +LQ01X017360 Coproporphyrinogen-III oxidase, chloroplastic 5.937337946 5.7859398 6.219132483 6.327075219 5.837329164 5.871771216 6.312237751 5.917272537 5.697753023 6.373930754 5.958845564 6.376639554 6.302900255 5.866412601 7.319298103 6.057715186 5.285970065 6.0249369 5.408288067 6.104750819 5.968122947 5.732544942 5.611356223 6.564937629 5.701166762 6.05339702 5.608160527 5.735143441 5.66575998 5.959297133 5.697228728 5.845704391 +LQ01X017370 Methionine aminopeptidase 2B 12.74871982 13.47869856 12.70770357 12.44187313 12.73512569 12.87547937 12.71844731 12.88989664 12.88781981 13.11350491 12.79182626 12.49390598 12.59365151 12.8420923 12.73517215 12.64527566 13.45938587 12.89946883 13.25172146 12.81078756 12.63147588 12.93032309 12.83027398 13.18214756 13.22258009 12.87199879 12.95974195 12.64072143 12.41371222 12.91396083 12.72896841 12.9884303 +LQ01X017410 Aspartic proteinase 6.301851647 5.822940796 6.278980664 6.854292989 6.178073033 6.604494599 6.959129706 6.162729936 6.490723913 6.744803024 5.566099031 6.372794896 6.591518258 5.688864104 8.020053547 6.395374751 5.845636311 6.135437733 5.345758611 6.060660211 5.821429771 5.948004066 6.423464659 6.333091375 6.06015907 5.955919618 5.448252694 5.249139436 6.044680032 6.099227652 5.242693864 6.1246681 +LQ01X017430 Probable WRKY transcription factor 42 6.817107148 6.389928862 6.361570923 7.275079849 6.338786839 7.343991456 6.872640864 7.965646406 7.3536508 6.846846386 5.684251481 7.823429786 6.24951766 7.766545639 6.690160421 8.468214268 8.929068063 7.464345485 7.600918348 6.968931513 6.685566621 7.256350826 5.496101863 6.52070523 7.349844649 6.756243454 5.900021711 7.097901179 6.143219025 7.673757908 6.004459608 6.187998595 +LQ01X017460 Putative uncharacterized protein yghX 13.81707705 13.68004242 14.23444658 14.68103206 14.91883184 13.00313219 13.31530988 12.49308501 13.7710277 13.74071708 14.1795764 14.84869991 14.78703145 12.84929814 13.41690768 12.84547232 13.16836844 13.68237039 12.82049921 13.43049358 15.02373555 14.38310264 13.90622503 13.35045376 13.71990379 13.90751386 13.12238009 13.91891907 14.83769115 15.12673646 13.70255218 13.54414035 +LQ01X017530 Cellulose synthase-like protein H1 7.606441493 9.183634831 6.905141653 9.41145861 9.226117099 12.82642543 12.38643856 12.03009891 7.002379201 9.419652414 5.966839549 8.921710785 7.107107731 11.39105364 12.67120962 11.53894256 7.555167503 7.387612381 7.47534463 8.518750491 8.102381293 9.067006947 11.51891605 11.35973254 8.76504306 7.187067214 6.498957154 9.488524741 8.891949839 10.6620756 12.01631411 11.39962958 +LQ01X017600 Predicted protein 5.141029887 5.515911409 4.70695475 4.945789828 4.943480598 5.257310592 4.991961701 5.232514069 5.283904682 4.661254467 5.213982544 5.116557062 5.041656961 4.81129051 5.051661042 5.152769994 5.118241107 5.051002734 4.91262011 5.056955998 5.562181749 5.017824336 4.952974069 4.934766648 5.189934357 5.156539309 5.326441218 5.015925287 5.461146978 4.911341436 5.406921161 5.223309343 +LQ01X017630 Putative uncharacterized protein 5.320242039 5.506675988 5.730651356 5.618027545 6.460261367 5.314873543 5.129128402 5.531999026 5.253370515 5.138379229 5.427131841 5.451095493 5.699014078 5.153850601 4.865720218 5.257599045 5.322951441 5.380334906 5.735876585 5.807758945 5.475454742 5.443148827 5.235238784 5.263424558 5.220389197 5.414627336 5.323459718 5.194423864 5.425280255 5.645177843 5.522276698 5.079278126 +LQ01X017640 Ubiquitin-like protein SMT3 9.834631378 9.565073398 9.733547085 10.07289794 10.09783963 10.70153301 10.5187127 11.01293614 9.616969162 9.275679153 9.79815738 9.81240038 9.943398087 10.54926788 10.50954229 10.40187663 10.08424466 10.62805318 10.2388023 9.713082308 9.958931045 9.327172685 10.47823933 10.53136464 9.332623932 10.46472985 9.623582227 9.212605862 9.62690856 9.696492227 10.37763914 10.74365087 +LQ01X017650 Putative Glucan endo-1,3-beta-glucosidase 3 5.249744111 5.53972082 5.785712529 5.076720282 5.089034507 4.874704525 5.015820745 5.041962783 5.312806641 5.76879078 5.198104297 5.035465081 5.225501371 5.071815915 4.959313552 5.010727913 5.279951219 5.257383966 5.752875513 5.629748892 5.154498954 5.224840703 5.110251097 4.556498716 5.544748174 5.296476799 5.9104245 5.277260393 5.70883622 4.918256187 5.296087316 5.483345722 +LQ01X017670 Predicted protein 12.72560957 12.64149898 13.36556217 12.44867483 12.87603681 10.07063135 9.695364616 9.748698354 12.83893158 12.69242448 13.10011257 12.7111123 13.18670049 10.11375578 10.29459564 10.20725979 12.0085533 12.40006595 10.93779479 12.57981897 12.94681305 12.40125122 9.035403337 9.847321531 12.18929519 12.62264659 11.03457385 12.69306396 12.76792873 11.52320543 9.376582929 9.369561452 +LQ01X017710 1-aminocyclopropane-1-carboxylate oxidase 1 13.97305873 14.59774434 13.97188408 13.81027118 14.6442124 12.90687075 12.82575244 13.79754546 14.50304241 14.63023894 14.21563845 13.67321401 14.69727623 12.90630402 12.97240733 13.3458706 14.84996633 14.20083967 15.16262202 14.66695319 13.87390659 15.44076631 13.03661142 13.42602079 14.59948608 14.34871374 14.62258528 14.52443137 13.9536621 14.14328179 13.39722325 13.38389462 +LQ01X017720 Probable tyrosine-protein phosphatase At1g05000 10.34580805 11.22329504 9.891273788 8.911552047 9.756545149 10.14851731 10.11609492 10.14064706 10.44369975 11.09553504 10.19007034 9.500653913 9.92501874 10.70475565 9.98115493 10.59212106 10.64455472 10.34445248 12.52633504 10.16024941 9.944947767 10.52243567 10.82261121 10.82449081 11.86667321 10.71221608 12.68946137 10.29347431 10.75050607 9.798091117 11.16764772 11.36637676 +LQ01X017730 E3 ubiquitin-protein ligase COP1 13.19196709 13.22041693 13.19908803 13.30482687 13.4405406 13.95681463 13.697612 13.85801587 12.89095139 13.22350048 13.04844236 13.04566379 13.34597038 13.83738801 13.50509957 13.50074846 12.98453526 13.53544666 12.66925835 13.64093093 13.3344514 13.35548128 13.3357349 13.83925745 13.10872169 13.30366273 12.51957889 13.69960487 12.95955934 13.24613448 13.40764092 13.90534187 +LQ01X017760 Protein argonaute 16 6.056377308 6.126593893 5.383939706 5.897237046 6.092561023 5.975231472 5.764085931 6.191731843 5.441029219 6.273695415 5.620938062 5.429077261 5.15370349 5.232539125 5.341846929 5.398993904 6.604750239 5.99292646 5.43168809 5.577026463 5.734394107 6.003037176 5.650066325 5.340481914 6.629554429 5.94353798 5.571442306 5.735535302 5.761991268 5.691983444 5.920156974 5.650223347 +LQ01X017770 Zinc finger CCCH domain-containing protein 3 5.605800391 5.170356459 5.024347394 5.178738063 5.0835683 5.835830054 5.724071163 5.387743499 5.327679343 5.198516569 5.360655099 5.379392557 4.882332984 5.639024494 5.200918764 5.468471335 5.452681465 5.267146952 5.719323708 5.438125755 5.794875649 5.26795884 5.570567286 5.749594196 5.3472738 4.915424965 6.199392819 5.944079355 4.962553726 5.299109142 5.721442078 5.639407188 +LQ01X017780 Triacylglycerol lipase 2, putative 10.33803922 10.62214452 10.25611147 10.54166189 10.44126638 11.20730825 11.13492658 11.02422898 10.82044679 11.20667888 10.66244274 10.78940269 10.87947731 11.336841 11.31241031 11.25867598 10.39371698 10.10691023 10.56782094 10.11329161 9.74433053 9.781554663 10.6878299 10.37433482 10.38600099 10.56451437 10.75233676 10.03712964 9.561733862 9.959555925 10.88621277 9.988683966 +LQ01X017830 Putative Protein disulfide-isomerase A6 13.18469221 12.52426327 12.64671004 13.97833795 11.86953903 12.72445329 12.62927142 11.24983872 13.06442236 12.81581361 12.61848678 13.3596634 12.21305863 12.31354622 12.21194401 11.83264459 13.46558743 13.63404558 12.79940504 12.5778708 12.8561267 12.60695743 11.31962395 10.31348273 13.14479337 13.95443282 12.66410466 12.33784592 12.72280174 11.88745112 11.100341 10.10733245 +LQ01X017850 Centromere/kinetochore protein zw10 homolog 8.403539704 8.118069738 8.800947161 7.912574039 8.1786445 7.693211938 8.037127829 7.857140108 8.563844798 7.447424336 8.266948055 7.778760553 8.312093025 7.597077911 7.656415013 7.938492188 7.80091994 8.371694933 9.15455261 8.42039943 8.80603742 8.346629306 8.913360351 9.895453131 8.246495149 8.637471721 9.637413591 8.32511929 9.133035542 8.920221092 9.355568465 9.990031157 +LQ01X017980 Putative Lipid-A-disaccharide synthase 9.569559016 9.292762506 9.913814718 9.675213441 9.610557259 10.13674487 10.29230316 10.01374028 9.881431476 9.182347556 9.835818333 9.629427802 9.561456165 10.33583079 10.20453283 9.855923859 9.822737717 10.13227027 8.422929894 9.516730405 9.616675211 8.826954703 10.40897618 10.71837609 9.830849966 10.16373017 8.271994469 10.09232445 10.02607531 9.446732919 10.54945267 10.57935093 +LQ01X018000 Putative Ubiquitin and WLM domain-containing protein C1442.07c 13.38742619 12.4655865 13.12599179 13.78640112 13.39327044 14.36869308 14.1373312 13.61210083 13.02584208 12.70676774 12.97009456 13.55156062 13.29195273 14.06854298 14.12995945 13.91092496 13.31344891 13.09288004 12.99008543 12.59180904 12.25449877 13.20710081 12.96200216 12.58681064 12.8833962 12.60788752 12.47898724 12.95729485 12.06066897 13.12929971 12.96483611 12.50911751 +LQ01X018010 Protein-tyrosine-phosphatase IBR5 5.052535749 5.585469062 5.508029655 5.924859902 5.458437398 6.019280315 6.493770461 6.111606455 5.509485842 5.664917235 5.625912582 5.737366791 5.418452342 6.218299111 6.242161007 5.977968934 6.044264141 6.250395296 6.717044485 6.208270636 5.422236521 5.855119798 5.56817898 5.122823321 5.97086088 6.005047117 5.928039976 5.523042895 5.579374007 6.018388327 5.631061985 6.081490264 +LQ01X018050 Putative F-box protein At3g07870 8.837152787 9.342242369 8.835535345 8.430888591 9.155265259 9.051372699 8.802703066 9.285253734 8.990097191 9.020107585 9.014384028 8.48101602 9.411858741 9.405329033 9.129448189 9.196727719 10.03341785 9.843560803 10.09443611 9.447379423 8.937185177 9.114112959 9.470837993 9.709107472 9.233743961 9.654791276 9.574650323 9.399365289 9.731594044 8.643869038 10.09089445 10.00750171 +LQ01X018060 F-box protein At3g07870 5.273154598 5.352263385 5.375296019 5.178878047 5.461238819 5.287696786 5.217801758 5.574567572 5.190487024 5.579536607 5.423612415 5.577662886 5.470673018 5.324561317 5.789901767 5.555780349 5.513977178 5.392863901 5.322579766 5.219988734 5.373490879 5.526071455 6.230277295 5.857909257 5.311867018 5.326669957 5.388865753 5.451269678 5.358790642 5.297636116 5.422705452 5.658460911 +LQ01X018090 Hypothetical protein 6.911363232 6.635473846 6.168244922 6.908438116 7.105388815 7.031132636 7.892496486 7.391873473 7.347000846 7.626388585 6.340314904 7.141292215 6.686211549 7.623423848 7.92642117 7.909642521 6.619499305 7.347978209 8.103447994 7.09956576 6.741765928 6.673678919 7.706500865 5.565414386 6.840817521 7.432679602 7.34141359 6.846976655 6.711249694 6.805694636 8.165694686 6.4868019 +LQ01X018100 Rho GDP-dissociation inhibitor 1 9.200817616 9.076626316 8.962380008 8.245156319 8.379803365 7.651332948 8.19234336 8.58230451 9.266802652 9.04469352 9.373671349 8.582493236 9.094164807 8.17843669 8.111811831 8.59311018 8.712924888 8.83315918 9.410009714 8.513571934 9.400133523 9.3745552 9.464688461 9.492563968 9.370601205 10.16386733 9.959614163 9.408846181 9.343645505 9.644088756 9.58297048 9.503103787 +LQ01X018110 Fasciclin-like arabinogalactan protein 7 14.53733224 14.64596018 14.83317796 14.09124898 14.69676714 9.595145384 9.382529733 8.633557159 14.68671306 14.61059884 14.98892157 14.14706556 14.95181424 9.674874017 10.68321192 10.00891944 13.71561061 14.45093518 14.33202231 14.75093631 14.71067062 15.10046686 9.815046071 10.66216124 14.63137767 14.88728959 14.44630924 14.92221541 15.1770002 14.12070612 9.482274861 10.54000322 +LQ01X018120 Fimbrin-like protein 2 5.522719297 5.22767275 5.505993062 5.452828281 5.328417265 5.344966364 5.475506459 5.470841802 5.289060558 5.435887571 5.855529013 5.650819648 5.466430598 5.285481866 6.172589262 5.518014935 5.517872207 5.40546764 5.637156886 5.606670095 5.680896564 5.481872799 5.090552075 5.812771194 5.87189437 5.401871695 5.436455213 5.231993201 5.574931304 5.513362155 5.177820294 5.275392164 +LQ01X018150 Putative uncharacterized protein 8.365729918 7.964224849 8.237448121 7.838482112 7.849057151 7.439851552 7.448476055 7.31251866 8.360726249 7.952577721 8.143284938 8.069071757 7.847221069 7.391253364 7.402702192 7.300644146 7.642827946 7.623879732 7.55855668 7.998460405 7.802988523 8.111198124 6.740241756 7.133359734 8.387188582 7.823599403 7.595882808 7.366889462 8.382857544 7.292434823 6.261519006 7.21723208 +LQ01X018210 Predicted protein 5.674545599 5.002836905 5.746536727 5.680777936 5.89199505 5.206702765 5.522952423 5.287649883 5.441706451 4.955045833 5.547782616 6.127213684 6.230740198 5.065172135 5.013618064 5.212430169 5.581869457 5.969161759 4.987464628 5.761686425 6.116499102 5.567804724 5.317659483 5.990819523 5.571728851 5.748116596 5.036775112 6.058709578 6.211254626 6.256525065 5.06883079 5.605132263 +LQ01X018240 Putative uncharacterized protein 5.52465307 5.390921612 5.412876329 6.002595168 6.043858914 5.333255117 5.456232769 5.39669799 5.419491657 5.914863601 5.903483558 5.887513099 5.766460595 5.276191882 5.717023589 5.632946688 5.838602728 5.441044114 5.633948546 5.517226872 4.917720432 5.714058604 5.704377927 5.169699509 5.642084554 5.573092412 5.367746042 5.296446481 5.577780991 5.512616537 5.226501998 5.170953497 +LQ01X018250 Eukaryotic translation initiation factor 1A 6.209436318 5.355037134 5.535098797 5.710055118 5.907939203 5.35348067 5.283335647 5.334065375 5.578362511 6.09420179 5.657455125 5.789087603 6.06338117 5.637386494 5.951144488 5.609171746 5.79077477 6.019395651 5.61883064 5.376687898 5.388686267 5.642517508 5.244430386 5.05926768 5.646792029 6.321692134 5.49881511 6.139299049 5.667443767 5.878663384 5.456014353 5.213139612 +LQ01X018280 Putative BPI/LBP family protein At3g20270 11.65565872 10.93360923 11.98735311 12.60129146 12.03258425 12.90837986 12.5986781 12.40371249 11.74486248 11.1383334 12.01207107 12.51772117 12.16512657 12.89106664 12.719364 12.67094603 11.73716347 11.87039641 11.50015107 12.07439726 12.10266396 11.41156744 12.36937652 11.85923104 11.3006751 11.58110076 11.32777023 12.3698661 11.9243919 12.01224063 12.50277527 11.57840578 +LQ01X018300 3-oxoacyl-[acyl-carrier-protein] synthase, mitochondrial 10.11344141 10.15657494 10.1648531 9.637048249 9.832470633 9.872709999 9.950679695 9.831509672 9.962428195 9.920986007 10.14339084 9.477010316 9.498531651 9.862227551 9.591988197 9.893375335 9.812078635 10.43533605 10.46352073 9.879063222 10.43905624 9.481859146 10.05928879 10.58578133 9.818843861 10.37508348 10.22378785 9.745253753 10.42224172 9.765426985 10.19644283 10.43964437 +LQ01X018310 Hypothetical protein 5.379003654 5.731229285 5.772241716 6.25140698 5.486747637 7.523954153 7.443745086 8.839432275 5.354810729 5.345277386 6.132945907 6.3661722 5.728049787 7.339559424 7.267851936 7.798714811 7.306338749 7.523061958 5.175575461 7.045310891 6.006259274 7.079981809 9.02103107 7.24824147 6.711690169 5.576170561 4.961779056 7.09825043 5.848957244 8.244577037 7.00905831 7.058095643 +LQ01X018340 Putative uncharacterized protein (Fragment) 10.35705068 10.97354004 11.11475655 11.58240359 11.33830467 10.36425246 11.18361914 11.52749262 10.80664497 10.88507074 11.41830534 11.80691822 11.77434103 10.45837356 11.02997296 11.06951793 11.46609443 11.68977211 11.08854468 10.99129044 11.05326356 11.32462869 10.7170512 11.12636251 10.61683124 10.86047607 11.24104082 10.85575363 11.02978601 11.1793722 10.8048729 11.00382867 +LQ01X018460 WRKY transcription factor, putative 5.47499541 5.019276325 5.971088003 6.907772765 5.269476641 6.780965201 6.654499073 6.173097544 5.253491361 5.085473774 5.849254063 6.659270493 5.718911294 6.737125844 6.469804993 6.326840503 5.74229127 5.609366361 5.431691225 4.953890617 5.625106679 5.762158679 5.882725299 5.443566882 5.43488978 5.414127554 4.997968719 5.926869053 5.541899098 5.697225641 6.086751068 5.320137564 +LQ01X018470 Scarecrow-like transcription factor PAT1 11.63535091 11.90624665 11.7211719 11.61011368 11.5940686 11.3909798 11.66978548 11.26903789 11.54843531 11.68096754 11.61721719 11.67391108 11.66994798 11.53663492 11.61742679 11.61605914 11.52967745 12.35341494 11.6899503 11.9740607 12.38028043 11.50847208 11.87518784 11.8437142 11.70169083 12.01746719 11.75659738 11.91333871 12.18032144 11.6129847 11.93360236 11.79794887 +LQ01X018480 Putative UPF0451 protein C17orf61 homolog 5.28491777 5.077047992 5.295735761 5.001371215 5.067186402 4.771813402 4.781283772 5.002153679 4.939965242 5.20830206 5.193635917 4.849550051 5.046975286 4.976924052 5.042394165 4.801271039 4.913764524 5.373053165 5.243344035 5.219831317 5.283438199 4.899508519 4.884271372 4.756249538 4.998954012 5.165732019 5.055906911 4.982940936 5.012228405 5.404244182 4.834009662 4.614877848 +LQ01X018500 Histidine kinase 2 (Fragment) 5.099182701 5.39569631 5.246234196 5.315950687 5.142168796 4.883403261 5.040101843 4.933728779 5.092802413 5.221422759 5.176778186 5.288699328 5.091634722 4.808151191 5.244669068 5.170300349 5.200116719 5.317370504 5.368960714 5.362689582 5.20972121 5.023076108 5.268741912 5.438516581 5.001313592 5.387654369 5.513142395 5.244027649 5.477641248 5.099321655 5.684015444 5.062081683 +LQ01X018510 Protein binding protein, putative 5.94752106 5.952663489 6.148133169 6.424553297 5.807745704 5.783554766 6.316150609 6.114532509 6.370900937 7.36283246 6.318610456 6.116432044 5.867600401 5.906574723 7.529291263 6.210642816 5.680364802 6.048877555 5.980850202 6.462703508 5.622010624 6.283319644 5.722122156 5.935762945 6.108215313 6.084441853 5.793908173 5.55802111 6.017929055 6.225390534 6.01432195 6.470298184 +LQ01X018530 Putative Heat shock protein 90 11.38025192 11.43134217 10.96296023 11.28049546 10.99990037 11.81587953 12.0454742 11.26782141 10.35590907 11.17989765 9.89450532 10.44003643 10.57122747 10.54937951 11.63457313 10.74229216 10.68112073 11.0197634 10.27914449 10.90002712 11.1440537 10.52842253 12.1985134 11.75045153 11.20399369 11.03779645 10.83509255 10.59705552 11.0940372 10.85645045 12.42470516 11.70598862 +LQ01X018540 Putative uncharacterized protein 5.809533377 5.451426483 5.68324507 5.407620532 5.514553493 8.222012639 8.263566675 7.889982881 5.576918435 5.414567201 5.385742076 5.574999501 5.421057067 8.78110185 7.711234832 8.607908222 5.42405355 5.199568995 5.251538309 5.106503462 5.182888793 5.544493349 7.341261642 6.116286217 5.545489163 5.77377467 4.964066498 5.170589492 4.976083514 5.49369454 8.071135406 6.64935841 +LQ01X018570 Chlorophyll a-b binding protein 151, chloroplastic 15.50201973 15.54102072 15.67634463 15.7149244 15.78948033 15.01276397 15.57556067 15.18436118 15.2586264 15.0574986 15.62008602 15.35417501 15.41831838 15.63039653 15.46342227 15.62698776 14.53631343 15.01730519 15.32632462 15.49053367 15.37906774 15.30023277 15.17702734 15.27365025 15.14758685 15.46804614 15.56569051 15.30512587 15.57275872 15.37058487 15.58245 15.03362748 +LQ01X018590 Predicted protein 6.781725581 6.789923296 6.573090748 7.282555484 6.654141558 7.391411079 7.868267188 7.30636551 7.053200091 7.444281747 6.759425152 7.365778723 7.016171599 7.446752507 8.359072686 6.677428101 6.649976074 6.327038942 6.635364267 6.758229885 6.304842955 6.620258103 6.152303776 7.048754921 6.581696081 6.306660512 6.25021622 6.54388854 6.868449911 7.190841902 6.741373873 7.791749006 +LQ01X018600 Vacuolar protein sorting-associated protein 11 homolog 10.849526 10.4249116 11.04148164 10.10080905 10.30673754 10.1576941 10.23648102 9.780569753 10.8978407 10.35355122 10.9269594 10.25208054 10.67739076 10.08920729 10.16939846 10.11168415 10.4680272 11.18759684 10.11621249 11.27096146 11.57650873 10.43754288 11.47499085 11.1585106 10.29555504 11.16680785 10.3440789 11.01640769 11.75473276 10.26076738 11.1499162 11.09873646 +LQ01X018610 Zinc finger CCCH domain-containing protein 18 13.18132529 12.56029653 13.52981104 12.86871518 13.37651035 12.50398469 12.70706814 12.66658481 12.90992913 12.19872459 13.291514 12.64691494 13.00282183 12.18852695 12.59049653 12.05743917 13.050811 13.15162067 12.75057536 13.54424086 13.2670145 13.01221997 12.05535851 11.87389669 12.48666483 12.77921494 12.45521896 13.29918359 13.46053297 12.43764259 11.67593046 11.76148183 +LQ01X018720 Putative Gag/pol polyprotein (Fragment) 5.736147739 5.392733943 5.53002247 5.60916783 5.95720033 5.501459302 6.09884931 5.795077108 5.669809271 5.387032741 5.426924754 5.893331899 5.874692438 5.467886453 5.612018533 6.114793277 6.103530119 5.935373456 5.998934852 5.553117588 5.698591489 5.632917444 5.304625472 5.190022879 5.741757932 5.659113964 5.836687273 6.24235682 5.271511702 5.559435276 5.558208584 5.438752602 +LQ01X018780 Polygalacturonase 5.092048411 5.26161592 4.812067949 5.27306769 4.962531637 5.212385665 5.437364508 5.067131888 4.848157618 4.930035176 4.896041523 5.431387954 4.801376229 5.18508751 5.147824069 5.360849022 4.911479704 4.842984063 5.274290941 5.577557085 5.485250574 4.885098783 4.858320784 5.943844308 5.016257185 5.141662258 5.499048896 5.5085709 5.78021858 5.02704674 5.188020566 5.67763774 +LQ01X018820 Glucose-6-phosphate 1-dehydrogenase 1, chloroplastic 8.297607354 7.838499915 8.429573631 10.34463916 9.263501583 10.32563523 11.17969372 11.71119005 8.518837283 7.868775524 8.921513714 10.24060832 9.295493029 10.5322051 11.20444044 10.97766152 7.707871952 6.868781128 6.170224061 6.636087175 7.090284667 9.66202977 10.44362738 10.8628319 8.18626684 7.696294722 7.123739901 9.016901605 8.455030815 11.01295674 10.55395254 11.00854989 +LQ01X018860 Phytochrome C 9.25096658 9.857964475 9.1010453 10.38364872 9.133433496 11.03915068 10.9909542 11.75560035 9.51907622 9.187714369 9.482907201 10.40419229 9.07900956 11.04464289 10.93437366 11.63157612 10.73456776 9.955569399 10.12460755 9.217853508 9.672618414 10.94054913 9.998100919 10.00144744 10.25828257 9.820129665 8.8729564 9.652690475 9.161615427 10.92730692 9.91313352 9.298941511 +LQ01X018880 Predicted protein 7.579638601 6.74957188 7.138319894 6.398680904 7.668572106 7.408387537 6.1382587 7.057889897 7.356875604 7.460620816 7.200595672 6.403936988 7.07317859 7.159942113 6.828860824 6.986277926 7.693382848 8.194714037 8.864557287 7.627501293 7.630520921 6.860282489 8.942234097 8.026524156 7.656116777 8.036173611 7.839373772 9.71531902 7.764080626 6.765512203 8.282024379 8.083039886 +LQ01X019010 Fasciclin-like arabinogalactan protein 2 11.95319715 11.21995732 13.61343524 13.71617228 13.91247458 10.92103883 10.52024349 9.830654405 12.5236399 11.45802174 13.7319196 13.99676361 14.48039034 10.82278086 12.34361041 10.955998 9.882371791 12.09641551 11.06883096 13.88145115 14.68048345 13.72599794 12.21632501 12.42638721 11.27586137 12.88546067 11.39143716 14.74255612 15.12137624 14.93630716 12.19247754 12.43487404 +LQ01X019030 Nitrile-specifier protein 5 14.20649842 13.95337635 13.67888384 12.80154703 13.30981769 13.46996059 13.25248258 13.19521381 13.97774297 13.86187963 13.72035558 12.85898987 13.22523442 13.51764955 13.20040557 13.15175659 12.33895519 13.77119022 12.66647816 13.5195541 13.93838508 12.92354648 14.22438389 13.98392881 13.13716172 13.80329715 13.13322669 13.40865531 14.07950418 13.19690724 14.10513483 13.91866918 +LQ01X019130 Acetyl-CoA acetyltransferase, cytosolic 1 5.612349632 5.457831862 5.296561645 5.443665496 5.084973922 5.341906551 5.479109839 5.535989064 6.069497728 6.045655927 5.335029488 5.357545321 5.444808104 5.464242479 5.601098095 5.36622276 5.66452995 5.763194764 5.97545226 5.872573306 5.261921731 5.428134145 5.348015014 5.4883584 5.396791521 5.306308408 5.897314527 6.000014633 5.953496944 5.708792895 5.089669446 5.202178647 +LQ01X019140 Predicted protein 11.12780179 11.09788758 10.96673862 12.09414041 11.26203987 11.99380906 12.10638384 12.27070895 11.36733647 11.30234677 11.13078479 11.93114403 11.36332716 12.02914038 11.9417468 12.31269417 11.84714913 11.42843177 11.44225861 11.22765588 10.98727606 11.77629267 11.24312447 11.34848421 11.2830087 10.9420284 11.35649966 11.26428427 10.06490112 11.74550123 11.27161933 11.35975499 +LQ01X019220 Putative uncharacterized protein 8.776847695 8.165780726 8.219558566 8.312934243 8.138245839 8.407744354 8.723094126 8.831141351 8.619995204 7.674904977 8.211726639 8.212467057 8.023428631 8.372070622 8.755063862 8.535674599 8.186132438 8.589736017 8.357083666 8.156620565 8.518514372 8.245597251 9.15254442 9.473188884 8.374742872 8.579325345 8.708326418 7.351296736 8.593368727 8.570614195 9.068771956 9.101141697 +LQ01X019240 Predicted protein 5.953581304 6.168824032 5.509672811 5.953085624 5.67961501 6.515224727 6.407437257 5.706728105 5.966650414 6.626889519 5.716038302 5.81450119 5.800240357 5.909533617 8.202676977 5.833039807 5.727405684 5.723942042 5.701526088 6.006586113 5.59463999 5.692737527 5.687259149 6.804553784 5.645841645 5.936284238 5.442991941 5.569344148 5.283152211 5.424281663 6.213631954 6.4472528 +LQ01X019250 Putative uncharacterized protein 14.12601596 14.15358857 14.03490601 14.14177549 13.76299832 12.05811119 11.7549105 11.40673837 14.14351648 13.99722474 14.10767845 14.22393468 13.98853113 11.89161149 12.57664828 11.89713571 14.08369837 14.26818456 14.50561063 14.03767596 13.97477861 14.13710583 11.82899702 12.14496441 14.38696091 14.58910726 14.41407771 14.00861303 14.23910304 13.41746065 11.63103894 11.98621091 +LQ01X019260 Predicted protein (Fragment) 11.74160614 11.34448277 11.0164682 11.46242848 10.63917978 12.6635496 12.66085484 12.51025452 11.5678045 11.5509542 10.98094424 11.54883734 10.94151737 12.60933442 12.70880298 12.78415817 11.98855107 12.25057827 12.1766836 10.9448584 11.29241954 11.22117722 12.41412904 12.53569671 11.84068649 11.91149863 12.17442137 10.81785194 10.7587061 11.49125929 12.21903278 12.05713176 +LQ01X019270 Putative uncharacterized protein 9.268034482 11.16697256 9.621245867 9.074361884 9.105235595 10.94202186 10.09893306 10.56722823 8.848244766 9.191149789 8.910364701 8.978159012 8.598664821 10.46550219 9.869552868 10.04123924 11.84186815 12.27337008 9.783512132 10.75088272 10.46858331 8.054234916 10.05636145 9.384219313 8.434292614 8.055841989 7.386588567 8.737179476 7.719088729 8.538319387 9.246895629 8.748186183 +LQ01X019290 Putative uncharacterized protein 10.67797464 11.33201989 9.313159601 10.60712701 10.80650009 11.66490481 11.70541896 11.81867979 11.02910981 11.34888208 9.637231497 10.83778126 10.60626353 11.8571003 12.03439935 12.08481238 11.74349822 11.54492356 11.76776141 9.666836879 10.03932496 10.75255789 10.91357408 11.36564015 11.39191343 11.49697514 11.95948437 9.48701038 9.953382792 11.05462286 11.4371792 11.41966719 +LQ01X019300 Zinc finger protein CONSTANS-LIKE 9 5.117354727 5.213936048 5.129458066 4.823625385 5.054826583 5.295504973 5.080764894 5.161976375 5.160153122 4.958706538 4.60906601 4.933783154 5.126623243 4.758552608 4.960309588 5.296250084 4.988083511 4.837448643 5.409963802 5.179682391 5.384206681 4.909339909 4.888277408 5.642207611 4.752541075 5.315066509 5.046256452 5.300368234 5.218829633 4.796145604 4.645489248 4.679476511 +LQ01X019310 Putative uncharacterized protein 11.55130506 12.32774423 8.147907627 7.219185355 7.874046254 8.346006349 7.573181521 7.326709161 12.20606548 12.56115948 10.03703151 8.078850445 8.18876646 8.516612688 7.544842466 8.108731491 11.47296255 11.29137705 11.91058146 8.397838594 9.400774834 9.798599722 6.927046756 6.195502844 12.36149662 11.66208532 11.96003541 6.577380361 9.079467571 7.526721037 7.186762839 7.10478508 +LQ01X019330 Putative At3g07640 5.725801975 5.846855575 5.332444074 5.419611407 5.632616913 5.462353435 5.46935725 5.246402772 5.702363979 6.228655525 5.962770448 5.414774491 5.6052021 5.101421199 5.867501696 5.355939417 5.545838838 5.465833216 5.836129833 5.493843819 5.696342836 5.629422873 5.23913554 5.662932432 5.747583101 5.629151825 6.222106113 5.698872419 5.328716655 5.822552641 5.133178235 5.125521229 +LQ01X019370 Hypothetical protein 5.289106888 5.2850502 5.374017213 5.167157712 5.463599371 6.024637965 6.036935641 6.069623232 4.950616088 5.11441496 5.269576593 5.332860234 4.97458356 6.341661462 5.360818533 5.333505458 5.239423398 5.429935839 5.072492936 5.19182606 5.140200395 5.244679381 5.310354097 5.636965197 4.78820706 5.129792622 5.214504113 4.946896205 5.162963091 5.07455968 5.463251012 5.206847529 +LQ01X019380 Putative Long-chain-fatty-acid--CoA ligase 3 13.63169375 13.33481209 14.06402926 13.63160444 13.77141535 13.8671341 13.99083747 14.03806496 13.53423177 13.09160398 13.8405603 13.90762045 13.85462829 14.03545571 14.03790607 14.22588012 13.6165834 13.59440651 13.12512948 13.77577148 13.58236908 13.09215893 13.04206707 13.42311111 13.11356837 13.15859146 12.92643559 13.80393676 13.83110444 13.2190379 13.29234683 13.56214701 +LQ01X019470 Putative uncharacterized protein 5.875499127 6.186592179 6.444359961 6.025040804 6.013271889 5.630022295 6.019073696 5.738930997 7.010949453 8.151737309 5.944907329 5.663898134 5.596030138 5.225934583 6.94646489 5.402741692 6.466937899 6.513794075 6.83482187 6.737351702 5.593402016 6.245524557 5.707115733 5.308977742 6.268108225 6.261567781 6.681266711 6.544156251 6.081241 6.178300399 6.369738056 5.547813382 +LQ01X019480 Hypothetical protein 4.63135535 4.677257229 4.971365353 4.664033096 4.890989062 5.109587047 4.687180092 4.582123393 4.704659056 5.216775768 5.19913383 4.615826892 4.507561238 4.732065102 4.697006814 4.706911604 5.116835146 4.835675128 5.325449801 5.000684798 4.687207643 4.89143803 5.473505527 5.417909699 4.7865616 4.984101701 4.951908505 4.943505674 4.822433892 4.772727725 4.815859017 5.063751063 +LQ01X019500 Hypothetical protein 10.0643367 9.634901636 13.02613931 14.12220425 14.65515607 9.718492999 9.690057289 9.89395476 9.633276562 9.680707377 12.50775262 14.44607535 13.9665587 10.21792681 9.959857118 11.35926606 10.21985234 9.944555441 10.31826118 13.57519096 14.35928938 13.22560854 10.72846428 11.47788703 8.992985155 9.086092433 8.53734854 13.645174 12.61460793 14.40330396 10.92745176 11.46756083 +LQ01X019580 Predicted protein 5.070626009 5.56810973 5.452081376 5.486188603 5.244020458 5.667351821 5.302298272 5.325253812 5.297951388 5.678902667 5.60568602 5.331125044 5.641158564 5.465813724 6.15310658 5.437597671 4.761120383 5.358925422 5.19776656 5.440632962 5.061946719 5.295434768 6.206211659 5.036104006 5.638780664 5.060878844 5.328221873 4.992401085 5.128831379 4.999854922 5.380724573 5.58913739 +LQ01X019590 Predicted protein 5.292632953 5.670288376 5.726085889 5.282592349 5.444918379 5.368246301 5.417903482 5.407130192 5.485220187 5.977087791 5.808028303 5.360416807 5.436653902 5.59262347 5.257793385 5.126138054 5.414396991 5.50345618 5.063423742 5.818944299 5.305613072 5.5239258 5.812065515 5.31060719 5.891192451 5.286480234 5.152253923 5.982122921 5.041159236 5.636088903 5.367442261 5.44478882 +LQ01X019610 Putative oxidoreductase GLYR1 5.196630239 5.551165742 5.395350675 5.76237619 5.847966881 5.634551648 5.836102919 5.507801672 5.509030413 5.421878117 5.705268603 5.901441662 5.701053091 5.524938699 5.628003073 5.310258636 5.465018006 5.311203749 5.768165972 5.651570348 5.34011198 5.308071034 5.726492957 5.425149861 5.723170672 5.600518306 5.564604675 5.446952869 5.56022694 5.424231353 5.801575136 5.4970345 +LQ01X019630 Putative uncharacterized protein 11.13442583 10.36829968 11.82341672 11.64644509 11.15343759 12.89408689 12.82396355 12.55284078 11.17617488 10.26742996 11.69777655 11.48852949 11.2072178 12.87751083 12.61622516 12.2437994 10.45131414 11.1221401 10.48920181 11.61695337 11.83801006 10.9606572 12.95708271 12.76405059 10.76974173 11.02522758 10.60931601 11.76778965 11.56129401 11.454366 12.70106726 12.50692333 +LQ01X019640 Putative uncharacterized protein 12.40629756 12.57449665 13.00180216 12.23156496 12.85827956 12.93483816 12.94490832 13.18451594 12.4832596 12.66887467 12.92576854 12.35832966 12.74366203 12.93413435 13.08654534 12.93285193 12.82064267 12.85559061 12.96018447 13.28156123 13.03995448 12.5900473 13.65611482 13.74182294 12.51609536 12.46564843 12.93713986 13.02147415 12.52108401 12.77754861 13.59521344 13.74868374 +LQ01X019650 Putative Probable E3 ubiquitin-protein ligase HERC4 5.802635082 6.054824848 5.412408186 5.539612504 5.52690315 5.281339724 5.286422618 5.143401214 5.65559567 5.503271261 5.369053584 5.646859289 5.551039049 4.975993804 5.405615758 5.345338925 5.455932669 5.783633136 5.678734532 6.343305745 6.354549836 5.638544608 5.175276546 5.662193519 5.515770478 5.829498444 6.214484485 6.974409349 6.012544897 5.761922363 5.515689397 5.910287206 +LQ01X019660 Chlorophyll a-b binding protein 3, chloroplastic 15.52553986 15.55966514 15.67176052 15.62516179 15.54961762 15.36687725 15.53661646 15.50553136 15.47378125 15.24966102 15.55734846 15.43789822 15.49675975 15.68869299 15.23235301 15.61343172 15.12962828 15.34093183 14.90993796 15.42936945 15.41533931 15.42504719 15.69799363 15.67827696 15.14051025 15.35390802 15.06461304 15.60127943 15.53476434 15.56401165 15.63149002 15.54209484 +LQ01X019670 Putative Elongation factor Ts 11.14135294 11.29555213 9.736503513 11.00312225 9.884239578 11.89583127 11.90879106 11.25707472 11.30309581 11.35700082 10.39151709 10.91033112 10.14983578 11.91423679 11.74973122 11.71163245 11.6748447 11.55845956 11.95724547 10.47777835 10.5795169 10.48295078 11.69188653 11.53964586 12.0814005 11.95802265 12.26864869 10.24746257 10.67870578 10.94151026 12.03543153 11.45580935 +LQ01X019700 Putative Transmembrane 9 superfamily member 4 14.44788817 13.78567375 14.49071171 14.17058236 14.19446482 13.40782298 13.17657754 13.2638016 14.36696239 13.6930871 14.549747 14.29856568 14.50678359 13.47930743 13.28547914 13.3952894 13.57939311 12.77368182 13.4262465 13.24392404 13.73756333 13.62605218 13.02019932 12.73061635 13.80667444 13.21696053 13.6489571 13.43181674 14.3859314 13.82601251 13.41001011 13.17115873 +LQ01X019740 RNA binding protein, putative 6.123413105 5.627740421 5.967231956 6.160055982 5.807905246 6.061581069 6.143824372 6.022527978 6.16158076 5.921410357 5.711607619 6.114134482 6.243686611 6.135665274 6.040868927 5.864299125 5.793572628 6.159567958 6.133721886 5.935777589 6.259287023 5.696571881 5.690001221 5.621866801 5.507258542 5.736903346 6.150208712 6.370729412 6.695999428 5.994844333 5.960802095 5.370628803 +LQ01X019780 Putative membrane protein ycf1 13.4683013 13.58978772 13.22482836 13.59810822 13.33165152 13.88378 13.59612041 13.47754944 13.04867807 13.76479058 12.52179614 12.82547918 12.88168151 13.13437371 13.81053494 12.78675046 12.80220213 13.00769398 13.36534932 12.33318919 12.46815551 13.60035608 13.39082709 13.39621788 13.31297089 13.4442559 13.61453106 13.0749079 12.7661231 13.38971297 13.61699706 13.47695273 +LQ01X019860 Glucose-1-phosphate adenylyltransferase small subunit, chloroplastic 6.54048076 6.318389423 6.211777193 6.789708921 5.759033113 6.631852903 6.620587329 6.117230143 6.665364575 6.600615868 6.083637327 6.233895464 6.066588655 6.126161117 7.439933553 6.50430914 6.132995972 6.225643209 6.083292483 6.289419221 5.801939233 6.109908905 7.12701378 6.731522471 6.072471466 6.001354518 6.198213395 5.481901743 6.316857661 6.285564121 5.594914274 6.355612597 +LQ01X019880 Ras-related protein Rab-2-B 10.98009337 10.93173581 10.54537732 11.70626991 11.14613137 11.58184561 11.51479245 11.25632252 11.15044858 11.15197636 10.82629692 11.53778994 11.45009924 11.78456913 11.90538925 11.39641226 11.70065197 10.72329128 11.14142635 10.58631703 10.69247404 11.29174626 11.61167129 10.93829268 11.26689736 10.74665552 10.84100716 11.02564376 10.93978466 11.24260343 11.58462202 10.39258931 +LQ01X019910 Predicted protein 5.303243122 5.374520089 6.131561349 5.415057514 5.571671141 5.757314326 5.442985338 5.47431295 5.693624063 5.384347992 5.465530044 5.469170187 5.646115617 5.647388157 5.545544388 5.457541399 5.731302748 5.192917993 4.88653198 5.446155298 5.24476771 5.219455118 5.460425972 5.823520666 5.284349966 5.387829947 5.199382283 5.360221429 5.056368974 5.385010768 5.781445403 5.661154853 +LQ01X019940 Predicted protein 11.9722067 12.57184609 12.28989362 12.0020147 12.16763644 12.35686418 12.61112389 12.34988332 12.29754846 12.56117073 12.26563542 11.99585244 12.15313551 12.51223513 12.56623512 12.555206 12.1537846 11.99970602 12.63312444 12.60175475 12.76629004 11.90751441 13.21178885 13.44718693 12.48028797 12.31095686 12.69613569 12.53594293 12.71684273 12.32112863 13.35354186 13.3860749 +LQ01X019950 Putative uncharacterized protein 5.797246821 5.624718324 5.466467982 5.342807404 5.670582789 5.292956606 5.253950923 5.370483235 5.816554596 5.782678675 5.581411404 5.123072572 5.549976362 5.371164652 5.304793901 5.321532713 6.190238264 6.008895011 5.752501634 5.472016359 4.90056378 5.683973573 5.278502015 5.188803862 5.81589977 5.743465951 6.230396795 5.080769462 5.527365963 5.544885907 5.837327056 5.410140266 +LQ01X019970 Putative uncharacterized protein 10.19619059 10.39151761 9.387928728 10.46767668 9.882532569 8.556321094 7.743877621 9.418794882 10.76699006 11.08061709 10.07932761 10.94895623 10.33467032 9.070550319 8.499300316 9.93828062 8.603036929 7.722211082 7.650986212 8.143602765 7.653854087 9.435518212 6.813217511 7.054531522 10.13119948 9.188586697 8.086023559 9.051080331 7.683923457 8.982841981 5.809054377 6.893488066 +LQ01X019980 Putative Male-cone protein 1 7.247436781 7.184288889 6.620422748 7.384940197 6.57898217 5.197991223 5.127193516 5.677595999 7.701674559 9.74854503 7.233585893 7.398744053 7.355992653 5.599966114 5.326433746 5.575400498 6.137065674 6.436342641 6.502487572 6.881309088 7.119716987 7.03784075 5.12045998 5.518761369 7.407261041 6.925656951 7.375908252 6.362749447 6.142814181 6.333579067 5.467919768 5.137293616 +LQ01X020000 At5g48470 4.917532461 5.352508804 5.912315484 5.247648577 5.248105126 5.090211071 5.103176569 5.176325437 5.111533431 5.107170721 7.225383394 5.167430436 5.377866734 4.830034392 5.48926432 5.285885515 5.446386034 4.884384519 5.393884378 5.535338005 5.500235477 5.130867135 7.322565708 6.327624622 5.060884063 5.077725707 5.220623152 5.027927347 5.091328677 5.402877662 6.49398853 6.232303863 +LQ01X020010 Fimbrin-like protein 2 5.579158027 5.204098474 5.962237256 5.626493462 5.385148997 5.216100782 5.648304846 5.850748107 5.632437474 5.536376838 5.871044845 5.71163795 5.315297536 5.464154742 5.481412059 5.460298162 5.465426571 5.212193959 5.35699835 5.682616221 5.127170955 5.550739001 5.156613545 5.346446139 5.349962454 5.374537251 5.363483335 5.645234763 5.359948192 5.705844808 5.395789753 5.049398009 +LQ01X020040 Putative Uncharacterized sodium-dependent transporter yocS 8.873832645 8.498791885 9.873765472 10.07351549 10.52397224 12.20704946 12.62073618 12.84748968 8.544472184 7.741761583 9.290210023 10.24043664 10.27530293 12.4207229 12.811298 12.89934999 8.741906874 9.956496936 9.738715388 10.39010066 10.88419308 10.77539482 13.41024071 13.55865518 8.621524065 9.607145744 10.17557584 10.67704864 11.13697662 11.93874902 13.5027949 13.69001396 +LQ01X020050 Predicted protein 11.50519917 11.74686479 11.71096532 12.38485886 11.9257406 11.89181599 11.8883465 12.06071963 11.76964761 11.85725546 11.81679934 12.28759249 12.37345049 11.81949659 11.69613517 11.97593403 11.68963174 12.10609503 11.37964117 11.14992616 11.5188626 12.37253844 11.1651028 11.42618981 11.91016047 12.02140238 11.71919391 12.04341886 11.90497553 12.29174167 10.94383521 11.91880996 +LQ01X020060 Monocopper oxidase-like protein SKU5 5.359085125 4.935094016 4.715168811 5.107861832 4.759543113 4.884460335 4.975114498 4.688541502 5.090891868 5.338650515 4.894579495 5.156879779 5.163867476 4.823066239 5.15887156 5.012823733 4.859949142 5.307493691 5.165811898 5.249401395 5.1251988 4.709790099 5.154989444 5.223960406 5.222144316 5.418333414 5.401959935 4.893486569 5.069823695 4.822422688 5.404662714 5.378107026 +LQ01X020070 Serine carboxypeptidase-like 20 5.838638511 5.441705803 5.487199172 5.554273403 5.363652399 5.721012113 5.532380934 5.120883813 5.388762922 6.558525217 5.738307071 5.76645038 5.842823335 5.609981598 6.483333217 5.243919186 5.405794746 5.825445943 6.441342035 6.07844855 6.071208419 5.117672411 5.614427417 5.441426325 5.540494595 5.529838521 6.079379107 6.229835959 5.65639903 5.26845962 5.691130757 5.343332661 +LQ01X020090 Putative Lipoxygenase 2.1, chloroplastic 9.236820853 9.236360712 8.307155315 9.244068972 8.816653367 9.038724948 8.874519741 9.028155193 9.492051658 9.694289125 9.194732242 9.441772455 8.978952173 9.298019031 9.12646135 9.891683972 7.103659668 7.262050224 7.560165477 7.033139738 6.851637715 7.005461949 5.492065883 5.646112315 8.012656893 6.881236039 7.879182477 6.435372032 7.496410884 6.421049599 6.052072559 5.406848363 +LQ01X020100 Fad oxidoreductase, putative 8.415703535 7.644753768 7.994647139 8.685316496 7.659728591 10.90386344 10.17848086 10.07211689 8.374997593 8.617516133 7.370422084 8.630426612 7.587249768 10.10414588 10.10837131 9.515966822 8.357795399 8.704795377 7.903852589 7.751713777 7.138940455 7.972520048 8.502038437 7.59623624 8.408853372 9.288336024 7.286590724 6.769634584 6.161100448 7.765860334 8.456514736 6.484665361 +LQ01X020110 Putative Lipoxygenase 5, chloroplastic 6.262744027 6.523334721 6.21361333 6.341507383 6.367932164 6.022096385 5.884956539 5.992464174 6.317680407 6.068082397 6.593395545 6.449673232 6.472933204 6.421399578 6.01063405 5.924867784 6.689254779 6.323450718 6.948759093 6.593204693 7.117486566 6.851160001 6.189260067 6.202386372 6.495110639 6.544954259 6.432005494 6.655568108 6.336677403 6.920558581 5.943556295 6.282724154 +LQ01X020120 Predicted protein 13.19192463 13.10039668 13.01445905 12.49357706 12.79970525 11.75962404 11.95172939 11.45224061 13.31537634 13.51468348 12.98774957 12.68844849 13.04119332 11.96000857 11.85341784 11.82843011 13.04874585 13.06423385 13.33406349 13.51943125 13.49245111 12.58800499 13.11064865 12.11308461 13.25151995 13.13938691 13.71916183 12.93375247 13.23641855 12.11539799 12.83823065 12.29009197 +LQ01X020150 Predicted protein 8.696911504 9.188892892 7.698415706 8.11074174 7.608658189 9.371799886 9.582180288 8.802898732 8.803324913 8.867865438 7.605732592 8.292317683 7.834671771 9.440947555 9.660864567 8.976899632 8.80850015 8.47817701 9.031472975 8.201279967 8.036408499 7.76855325 9.746934821 9.614030115 8.987854321 9.324480344 8.567920461 7.44453111 8.521775585 8.28631229 9.733648849 9.543461778 +LQ01X020171 Putative Retrovirus-related Pol polyprotein from transposon 17.6 5.411451136 5.637699376 5.486667693 5.909425833 5.542204533 5.760253495 5.725811663 6.294438975 5.438224751 5.137956054 5.906347723 5.435557469 6.195368233 6.166820363 5.493964066 6.043022643 5.635421495 5.248405274 5.193549416 5.677099452 6.183769741 5.516487695 5.747663148 5.05483166 5.338042411 5.436202912 5.056016324 5.198412781 5.687134891 5.84130225 5.934557471 5.327052624 +LQ01X020230 Protein YIF1A, putative 11.45084268 11.42625484 10.96799699 10.76386061 10.31212914 9.998028421 9.738133177 9.577540618 11.7066808 11.65690803 11.18475508 10.51887393 10.79689132 10.03834712 9.89831274 9.540074928 11.52586749 11.73006749 12.10626516 11.31385062 11.1677579 11.21632562 10.77891853 10.71481212 11.58165362 12.19540998 12.31511291 11.38783959 11.39919391 10.99699796 10.75339223 10.25339329 +LQ01X020330 At4g12840 6.893536724 6.596863577 6.674505711 7.035881786 7.059028616 6.303966169 6.507732164 6.218492042 6.943198619 6.481795033 6.928217805 6.812308656 7.131002975 6.327483971 6.56523939 6.288010017 6.291700686 6.949275695 6.45462824 6.465239086 6.24531155 6.503256741 6.145276172 6.014440792 6.546244174 7.085194761 6.041359515 6.120135043 7.217422928 6.74565245 6.239581917 5.572788185 +LQ01X020360 Photosystem I reaction center subunit XI, chloroplastic 15.24575705 15.40239388 15.71363644 15.6954492 15.62883951 15.26479166 15.49941705 15.35203474 15.6787127 15.39125413 15.6951105 15.64231451 15.78113974 15.54232385 15.38133399 15.5367718 15.10275787 15.12379232 14.71166998 15.33611969 15.72599772 15.44833658 15.42278297 15.67380714 15.25423192 15.2113871 14.8211858 15.65758384 15.45400267 15.60841407 15.64443508 15.78588548 +LQ01X020370 Putative Uncharacterized protein yqxC 10.33351796 10.36546559 10.29623581 12.06254512 10.5580412 11.70037024 11.9384439 11.94412148 10.50871902 10.62187234 10.71422492 11.92091466 10.9396637 11.67660678 12.0184899 11.88740224 10.42078146 9.436907597 7.725358326 9.202917141 9.620086428 10.24525836 9.932092814 10.70026293 10.21151184 9.723092578 7.455489425 9.956409784 10.01717309 10.9400952 10.09021291 10.25045247 +LQ01X020380 Putative uncharacterized protein 10.55788959 10.71589651 9.580745362 11.19973771 10.16339444 11.05513442 11.31626247 11.2089503 10.79626487 10.17570393 10.08110943 11.2262951 10.24881293 11.16714508 10.95976186 10.98081827 11.03029664 11.66639501 11.4027355 10.21175527 10.33839466 10.67227419 10.71242924 10.27099596 10.72288371 11.36704479 10.91840437 10.60276176 9.889229896 10.63213437 10.54369909 10.13804448 +LQ01X020420 Chitinase, putative 11.44192303 11.59679018 11.37811743 12.2982311 11.15181763 11.88275557 12.35204205 11.89680549 11.43382004 11.40850877 11.3562803 12.38380695 11.21593594 11.98831686 12.17013399 12.07661912 11.3251947 12.11277251 11.16014263 11.67613877 11.93729033 11.68407205 12.22748132 11.6787809 11.31367166 12.25875603 11.27380915 12.06940223 11.72998172 12.40822248 11.78821931 11.57838826 +LQ01X020432 Putative uncharacterized protein 5.120934775 5.268753797 6.084302921 6.360764178 5.479595898 5.258658629 6.325473649 5.77897022 5.158077997 4.791109263 5.393417254 6.063140833 5.326090412 5.107930531 5.842524865 5.760669509 5.104889562 5.105694771 4.947652407 5.165403364 5.294952707 5.385215513 4.905972236 5.408065322 5.142400913 5.362310741 4.870681214 5.652410005 5.740467188 5.236557832 5.351119437 5.566740493 +LQ01X020450 Putative uncharacterized protein 13.92735617 14.33203079 14.20067977 13.33372948 14.28690859 13.32598786 13.22159616 13.90195324 13.79525077 13.4483599 13.89847174 12.9815705 13.84195527 13.16177594 13.3363116 13.12370898 13.79533602 13.74061256 13.48174478 14.09770347 14.18374909 14.4121441 14.52047842 14.85068941 13.91123861 14.18766604 13.62946292 14.25826296 14.81885952 14.7772673 14.53819798 14.97862595 +LQ01X020480 Probably inactive leucine-rich repeat receptor-like protein kinase At5g48380 5.708006719 5.566893847 5.540954221 5.781695007 5.673134185 5.458722045 5.494867417 5.673825638 5.898317543 5.358977688 5.777816489 5.45415377 5.509261205 5.566992748 6.387355982 5.47321714 6.084138954 5.774284975 5.328773931 6.910456495 6.601061797 5.695771854 5.660867253 5.85645065 5.653276815 5.855247376 5.468604913 6.165576923 6.536465977 6.016950291 5.916139412 5.954656825 +LQ01X020510 Uncharacterized UDP-glucosyltransferase At1g05670 11.99997962 11.78615766 10.62844826 9.928738297 10.33404181 9.8845393 10.10953768 10.57621267 11.38002844 11.25852609 10.13156148 9.45740242 8.989372114 10.09157405 9.324825999 9.700684836 12.32018839 12.52850937 11.94230151 11.85171675 11.01415447 10.5817785 10.4300798 10.56190609 11.68986134 11.88602787 11.67686846 10.3933071 10.35354613 8.980392029 10.10711521 10.18490929 +LQ01X020600 Acyl-CoA thioesterase, putative 13.06367675 13.07510838 12.84460445 12.54633826 12.51695609 12.34051692 11.86493032 11.42417297 13.30975561 12.92869041 13.21586581 12.38897956 12.88399046 12.3276324 12.11359585 11.86115792 12.67218625 12.50338597 13.23397406 12.77706723 12.70049341 12.48600443 12.91629108 12.20846986 13.10105092 12.88744365 13.14182464 12.77722681 12.76355945 12.26270636 12.84010911 12.2936606 +LQ01X020610 Formin-like protein 1 5.643765426 5.985429609 6.594597706 5.798681975 5.674871704 5.399418992 5.251476805 5.914744343 5.738640587 5.459492353 5.815472474 5.925843342 6.587033569 5.124781348 5.531277528 5.327516314 5.798824234 5.917760618 5.597096042 6.110117094 6.479227231 6.029654626 5.533033903 5.396355924 5.509509163 6.430938853 5.548165644 5.55883084 6.205344534 6.285475199 5.595990497 5.439087023 +LQ01X020620 Predicted protein 5.298965015 4.945756733 4.949786631 5.062826535 5.074447914 5.443324127 5.246372646 5.352081398 4.823711577 4.773821546 4.777351522 4.919596784 4.916425741 5.105077639 5.280789446 4.839578992 5.238273815 5.01767236 4.899414001 5.254215084 5.415877696 4.72557 5.258000306 5.105454101 4.995261468 5.075767412 5.032432361 4.870595135 4.777189599 5.124093015 5.163330589 5.242163338 +LQ01X020630 Ribonuclease 2 13.83383923 13.36218012 13.51513235 13.8517034 13.27430731 13.78339434 13.61656099 13.38722031 13.76009431 13.47165747 13.4113151 13.93808824 13.22598926 13.76307596 13.34011947 13.33695894 13.52019433 12.59764342 13.15318197 12.87098015 12.59875927 13.15356785 12.35351076 12.37483394 13.34617399 11.90460752 12.71713891 12.44389809 12.01413417 13.02322811 12.3221167 12.23845719 +LQ01X020660 60S ribosomal protein L5 14.68632893 14.9209186 14.06638778 13.66765041 13.8216057 13.92053909 13.75646203 13.33503621 14.73809354 14.90838102 14.29784056 14.11317807 13.90179446 13.94436965 13.74376076 13.45995982 14.88277872 14.19167331 14.63855042 14.19014369 13.81450034 14.21198177 14.29437033 14.06728002 14.93510511 14.45801867 15.13491539 13.76748404 14.22477835 13.85368891 13.96932682 14.05392477 +LQ01X020700 Peroxisome biogenesis factor 13 14.00030664 13.73469582 14.38726271 14.46692754 14.06495266 14.61620306 14.69736364 14.67893658 13.9051086 13.79751786 14.26608876 14.47538032 14.11943687 14.75470716 14.71094321 14.63556211 13.70032254 13.99201351 12.49541429 14.31592192 14.14781835 13.68933454 14.04339566 14.39731264 13.32259081 13.21901628 12.34192364 14.1182606 13.63707009 13.84321753 14.01358945 14.25245036 +LQ01X020740 EPIDERMAL PATTERNING FACTOR-like protein 9 13.75082885 12.93127278 13.79139407 13.12914799 12.98560183 9.866142722 8.763824103 8.118342005 13.9059226 12.78632054 13.94451986 12.92658688 13.60783111 9.961457275 9.41874023 9.403907305 13.13943245 13.84551551 13.33390571 14.17703651 14.17496681 13.75898793 8.317791239 9.122990459 13.38123966 14.10259109 13.52615417 13.72293277 13.80572893 11.83912463 8.279485816 8.086745058 +LQ01X020780 Dopamine beta-monooxygenase, putative 6.297957445 6.078257231 6.766251525 6.805847545 6.342965478 6.395528647 6.341729542 5.870148475 6.272708596 6.723153264 6.641971998 6.761911768 6.784413833 6.159274477 6.970816488 6.309935241 5.941932818 6.337140098 5.901865817 6.699891437 6.722575789 6.510181332 6.220754509 6.85677631 6.241410964 6.441663661 5.687510202 6.432387449 6.41531222 6.421471083 6.807938854 6.570833332 +LQ01X020800 Putative Auxin-induced in root cultures protein 12 13.30845421 13.44213114 12.67669132 11.56942616 12.81335646 9.202736173 8.945032431 9.106499754 12.93194866 13.24190044 12.70218166 11.54802979 12.84928799 9.548144127 8.833283506 9.625174928 13.76645992 13.38244927 13.39252366 13.7673713 13.39022617 13.62239291 10.5099011 10.89418513 13.70430231 13.93341428 13.15316252 12.66754107 12.86281308 11.87859676 10.34392643 11.17526894 +LQ01X020820 60S ribosomal protein L32-1 5.92964293 6.049293279 5.473078333 6.112597005 5.77037328 7.02485357 6.289803791 6.747742626 6.56237742 6.41877738 5.824106775 6.457849598 6.02084882 6.940783523 6.270114894 7.028096746 5.869341731 6.292223311 5.587339838 5.924205879 5.581232284 6.557312849 5.630305444 5.657303624 6.398730259 6.692693422 6.180733412 5.486866794 5.79640627 6.306201914 6.183116012 6.026531746 +LQ01X020850 Serine/threonine-protein kinase OXI1 8.7400586 8.509607288 8.094913391 8.001150659 8.893475995 7.605326401 8.403230755 7.905183425 8.726021862 9.03153101 8.517703983 8.235095923 9.08482597 7.617606445 8.41652742 8.151139345 8.060637679 9.684327062 9.762479093 9.299606329 9.459326184 8.310077017 9.492430787 8.570930017 8.127646695 9.800021273 9.693429049 9.457158354 8.872271013 8.361177899 9.05115614 8.528104822 +LQ01X020890 Putative Uncharacterized HIT-like protein Rv1262c/MT1300 11.29291813 10.96903145 11.88515528 11.3433146 11.30586022 11.90790823 11.82705951 11.75254245 11.30559578 11.09606058 11.51888078 11.47033584 11.49730326 11.99819445 11.82115992 11.77975054 11.00970542 11.50112327 11.35538943 11.88370581 11.75463936 10.49715145 12.95548529 12.24336933 10.81285872 11.4872103 11.72505667 11.64034552 11.84264351 10.97389663 12.88051456 12.40395408 +LQ01X020900 E3 ubiquitin-protein ligase CHIP 9.839608453 9.657029016 9.809705597 9.65097959 9.25240841 10.64529368 10.25615697 9.230056292 9.736944134 9.55947652 9.719424147 9.400344841 9.58687293 10.19091803 9.855006716 9.333652289 9.633862836 10.60841065 9.57133424 9.922143888 10.30858879 8.943258261 10.2383 9.530305411 9.431932411 9.771412893 9.705158362 9.564561115 9.991065167 8.778837736 9.886586139 9.309907903 +LQ01X020910 U-box domain-containing protein 9 10.93162702 10.18956813 12.23254947 11.29510176 11.55818197 10.04562255 10.05734663 9.796961259 11.05207853 9.983979047 11.54621252 10.87410323 11.57256228 10.18056049 10.05994626 9.784619084 9.596888556 10.87365282 9.225306213 11.87367888 11.75311548 11.21209454 9.765860585 10.44916313 9.904942056 10.2634057 9.41991149 11.63870141 12.30481184 10.53473115 10.12873666 9.75421845 +LQ01X020930 Predicted protein 5.191703018 5.713276859 6.111676645 5.217173935 5.277430413 6.107978061 5.487547248 5.953156048 5.563462274 5.322342372 5.274233317 5.146640721 5.141145726 6.204387064 5.233732057 5.591080173 5.197143352 5.548186302 6.134700835 4.791633521 5.05278421 5.194233158 6.212931081 6.098715649 5.113938237 5.37672498 5.834285216 4.914527909 5.349126818 5.268642142 5.566618304 5.846313319 +LQ01X021010 Probable xyloglucan glycosyltransferase 6 10.71742379 10.4344915 11.20969227 10.86068708 10.78143061 9.829424215 9.671095911 9.931042562 10.62728544 10.16552864 10.82935934 10.85927621 10.90045486 9.721963176 9.749535157 9.769228545 10.26097403 10.81807956 10.20971923 10.82824032 10.71022527 11.14998325 9.497740699 9.93726698 10.52614978 11.02112774 10.26113199 10.75151574 11.03756534 10.68227001 9.304590897 9.685799356 +LQ01X021030 70 kDa peptidyl-prolyl isomerase 5.683591516 5.395718388 5.266079337 6.096458136 5.576227213 6.032017582 6.074566525 5.320078098 5.628219827 6.688532113 5.548701938 5.729703547 5.820075437 5.417238051 5.766977386 5.457998405 6.112731529 6.098582177 5.743224878 5.80615394 5.065228426 5.927986478 5.295303427 5.544071524 5.565583428 5.151607349 6.017107468 5.143181246 5.477623816 5.703965182 5.679058665 5.287469609 +LQ01X021040 FK506-binding protein 2-2 6.258663023 6.00803837 6.112291992 6.44972605 6.189528891 5.829330185 6.245558394 5.710825141 6.465934991 6.373270124 6.084356925 7.057288156 6.782441513 5.893288249 5.916990062 6.248195826 6.235143788 6.623793026 5.877349925 7.027638012 7.126851917 6.610162683 5.598171535 5.118188381 6.346035768 6.365209275 7.280331189 6.582574592 5.653915209 6.555059904 5.027870022 5.12401063 +LQ01X021070 Probable glucan endo-1,3-beta-glucosidase A6 5.523384046 5.762689376 5.320019789 5.41578574 5.490993028 5.165650778 5.239036633 5.241954066 5.658924909 6.551912263 5.493938668 5.474078086 5.672452089 5.054596177 4.819184304 4.987325195 5.279175882 5.436136299 6.298828715 5.760741927 5.418184347 5.715209228 4.705302382 4.844891541 5.282791587 5.732753299 6.774618548 6.224930551 5.915694222 5.63938339 5.387047694 4.96204069 +LQ01X021090 Putative uncharacterized protein 11.99507442 11.38423732 11.88072583 13.56536594 12.60054306 14.00234953 14.0972202 14.1041158 11.96285026 11.35045688 11.76300212 13.23030158 12.26585432 13.84359594 13.99638342 14.0743748 12.68979699 12.77684221 12.16554179 11.63675267 11.90887485 12.58372377 12.5264078 12.26056501 11.39681141 11.49973622 11.61947903 11.78935299 11.26278077 12.8800437 12.37289307 11.95905396 +LQ01X021110 Putative quinone-oxidoreductase homolog, chloroplastic 5.713585367 5.833259127 5.789303077 5.030973067 5.503146912 5.148699959 5.201561149 5.019479059 5.911194377 5.635839994 5.679810016 5.067796113 5.421525896 5.065533278 5.443974336 4.883475556 5.888028735 6.277465603 6.62987402 6.02271044 6.435173919 5.753781606 5.418200829 6.980634244 5.718381696 6.58597519 6.590243567 6.005809177 6.183645408 5.994574085 5.742822161 7.151368997 +LQ01X021120 Quinone-oxidoreductase homolog, chloroplastic 13.62426274 13.1918677 13.66943884 14.36931044 13.48608382 14.43651285 14.53867952 14.38266572 13.46486069 13.05635258 13.36694505 14.02149387 13.26300192 14.66647344 14.4286421 13.98464915 13.04527377 13.35846215 12.58391242 13.10003002 13.35539386 13.11017102 13.5616034 13.57579131 13.14000226 13.31623117 12.67318774 13.06915353 13.4963795 13.23574435 13.59344093 13.30710323 +LQ01X021140 Serine/threonine-protein kinase MHK 5.193517655 5.467021374 5.401776869 5.400965049 5.21024335 5.86085339 5.535038523 5.858118836 5.295697855 6.180028494 5.7828782 5.446881233 5.538237489 5.428621841 6.074799136 5.912273556 5.426394188 5.586797543 5.856560121 5.955171147 5.374760108 5.353297978 5.34674759 5.127164779 5.678132232 5.507674659 5.974373475 5.261717064 5.342377933 5.404776728 5.848348597 5.234456404 +LQ01X021160 ATP binding protein, putative 8.731134385 9.953970454 8.712852355 8.501824438 9.219983908 9.090854063 9.412685375 10.18746673 9.145449327 9.995428674 8.835034283 8.470875748 9.374801312 9.410269489 9.455408812 9.797896988 9.434713362 8.727583203 10.27963473 8.887855009 8.819142422 9.148094228 9.690440497 9.786964254 9.250044226 8.375529031 10.18556697 8.690299708 9.196535958 8.782476674 9.627556193 9.540398157 +LQ01X021300 Putative uncharacterized protein 8.408619698 9.115380017 5.977059382 7.389410557 6.947569859 7.062888494 6.384273912 7.968225763 8.015738883 8.496135872 6.412187096 6.650631213 6.958080475 7.106829039 6.044318884 7.419944396 9.314543588 8.609523448 10.19480718 7.039641911 6.927883154 8.106231444 6.722220018 7.93637606 9.603281321 8.654814225 10.41501585 7.698814066 7.914485906 8.092185678 7.14404919 8.609937319 +LQ01X021310 Hypothetical protein 5.00584869 5.018294423 5.219321971 4.879787987 5.122221555 5.257343783 5.216753578 5.138842365 5.271684359 4.839946046 5.575784034 4.775751641 4.897636559 5.081324728 5.081446701 4.965247178 5.227514593 5.082414531 5.058484694 5.015708166 4.915591416 4.975423671 5.507184566 5.473535458 4.915278682 5.233967622 5.152516481 5.083026609 5.203360859 5.141232066 5.077683466 5.641323681 +LQ01X021350 Putative BEL1-like homeodomain protein 1 5.028089348 4.740673475 5.054942456 4.832396061 5.132912824 5.165455474 5.147038709 5.063422008 4.955246705 4.526976286 4.950126783 5.009073363 5.00750572 4.745790728 4.953453507 4.859257221 4.881195037 4.730890893 5.726042686 4.982612668 5.266776898 4.801165394 4.832630841 4.866360247 4.619287939 4.93799509 5.042847966 4.904852583 4.926767543 4.800702549 5.071662342 4.987581603 +LQ01X021470 Ubiquitin-like protein SMT3 14.1308594 13.79743867 13.91027034 14.33298666 14.12058495 14.38699638 14.68856851 14.34754711 14.05471646 13.94168368 13.7295703 14.28854608 13.94825747 14.69758511 14.16505884 14.55165906 14.78927989 14.84674837 14.06659326 14.15047379 14.48140868 13.97463295 14.85791991 14.73015844 13.84188776 13.93628218 13.91874364 14.38472549 13.26077702 14.49292676 14.78473571 14.85437296 +LQ01X021490 DNA binding protein, putative 5.219435043 4.906265646 4.941560428 5.171127629 5.308955 5.585443944 5.267325109 5.16645334 4.906066374 4.972021216 4.802113235 4.975737398 5.004921231 5.656019311 5.16980997 5.150452678 5.564826366 5.089428075 5.064288974 5.725374156 5.305240984 5.026581862 6.366348063 6.134196961 5.487152245 5.252266134 5.620523305 5.457112964 5.380839619 5.082908528 6.570389757 5.974310587 +LQ01X021510 Xyloglucan endotransglucosylase/hydrolase protein 2 5.594280863 5.920293079 5.937488376 6.329755447 5.810010833 5.500359559 5.746938551 5.67534984 5.562911623 5.960284589 5.776048978 5.889738706 5.789612579 5.711138841 5.396941991 5.713622536 8.864930168 10.75086185 9.079711173 9.848653677 11.72910678 7.322242 6.049331424 5.935625454 5.972272786 5.879768049 10.7530645 6.430230484 6.295711609 5.828140462 5.088182812 6.050495699 +LQ01X021540 Putative GPI transamidase component PIG-T 5.683185533 5.968453673 5.760340326 5.585596102 5.602231126 5.072080278 5.19428244 5.193332126 5.703415427 6.004920558 5.587277742 5.347071155 5.391729599 4.936490727 5.282438939 5.175428222 5.927280003 5.895758324 6.30909113 6.168185579 5.794972106 5.32271572 5.843869929 5.297393092 5.841455864 6.410190568 6.265056823 6.425575422 5.314293229 5.299137823 6.458831334 5.242938478 +LQ01X021630 Putative Cytochrome P450 82A3 4.904534247 5.24293365 5.1355633 4.936944054 5.368790523 5.117958172 5.268120573 5.033159686 5.213393153 5.234240255 5.098781538 4.875556951 5.06111389 5.026697477 4.9920005 5.074157499 5.199185238 5.264388272 5.592213058 5.451643777 5.470560223 5.046525448 5.318485737 5.899988421 5.536334637 5.407345072 5.193941242 4.724794893 5.28291639 4.72963962 5.448163419 5.300246938 +LQ01X021780 Putative uncharacterized protein 10.11621929 9.366318345 11.06376465 9.726940654 10.85937055 7.555072357 8.310346393 8.027810086 10.13357707 9.997854801 11.08592522 9.973311342 11.34381445 7.813373887 7.681946936 8.196649459 8.850864088 10.77515452 10.73616344 10.95000881 11.30271526 10.73302059 9.915320337 9.732099659 9.064120852 10.71365499 10.83233671 10.91048527 11.13194604 10.15690244 9.753152371 9.475617624 +LQ01X021900 Putative uncharacterized protein 4.94125257 5.259477564 5.080190305 5.434114237 4.836026256 4.841149088 5.233407957 4.866717713 4.975704873 5.543455275 4.889395518 5.524370379 5.318734994 4.993074238 5.001505222 4.956598104 5.161398329 5.063983621 5.369475776 5.387986045 5.345311138 4.766127091 5.159686749 4.927690287 5.152515113 5.194966599 5.89071086 5.078347427 5.172332371 4.615846768 5.151613467 5.373835624 +LQ01X021920 Putative G3BP-like protein 13.34569208 13.48789936 12.58452033 12.91269019 12.79091752 12.94166898 13.00205073 12.98071434 13.10151621 12.72962558 12.56138786 12.73269487 12.3995318 12.80720596 12.65613469 12.67203733 13.46480448 13.3373419 13.75261958 12.53977526 12.73886813 13.04498827 12.64055112 13.01967901 13.7050873 13.60657178 13.85885963 12.66903938 12.86393855 13.02375167 12.52080776 13.05446564 +LQ01X021930 Galacturonosyltransferase 8 4.97256533 5.318602909 5.35765936 5.833158465 5.615759406 5.844880498 5.492649288 5.400128597 5.162852013 5.393701027 5.701094204 5.732266215 5.312395089 5.450823265 5.782320125 5.34077384 5.404238071 5.303976543 5.183317783 5.651534042 5.130986953 5.424698615 5.752954981 5.30296538 5.241645434 4.939119315 4.960452635 5.133861157 5.147375647 5.386878788 5.021304375 5.198386697 +LQ01X021980 Ethylene-responsive transcription factor-like protein At4g13040 5.279343327 4.913794138 4.905415735 4.939856098 4.794541914 5.215564966 5.260118596 5.335284403 4.918625994 4.812781051 4.761588152 5.01230968 4.872915227 4.875950637 4.810653921 4.938883245 4.783625783 5.262398674 4.966349001 4.772283073 4.678768253 4.94068111 5.12895339 4.839563893 4.985492326 5.095205103 4.903952722 5.015473399 5.035430403 5.030771124 5.396020892 4.564573908 +LQ01X021990 Predicted protein 12.29038622 12.25379261 12.53042687 11.99553469 11.99370292 12.54888381 12.5540863 12.34705782 12.1163168 12.32979243 12.14361613 11.78613806 11.81085695 12.14073132 11.88655686 12.13590012 13.10747744 12.95468156 12.7898254 12.588931 12.46701201 11.81721545 13.27244757 12.61566887 12.37745311 12.40450893 12.63101256 12.36917409 11.91134399 11.71579 12.93441499 12.27908302 +LQ01X022050 Transcriptional activator, putative 12.93234022 13.30553222 12.4334587 12.67241102 12.1886121 13.01497499 12.91302518 12.71543994 12.90597568 12.97883479 12.59782727 12.59402248 12.35740078 13.06668258 12.62298399 12.88659599 13.20820086 13.30872598 12.79083694 12.44769226 12.46335573 12.34459325 12.79188818 12.81666527 12.94072048 13.10991575 12.91671065 12.40992527 12.20660127 12.29515677 12.77172165 12.71857374 +LQ01X022080 Putative uncharacterized protein 12.56781979 11.91065444 11.71338166 13.14422135 11.96708608 13.06855249 13.25947539 13.13534578 12.72647757 12.48052714 11.9401021 13.37186045 12.28093999 13.12062325 13.33336246 13.50650467 12.31687404 12.12714189 11.59293291 11.05749069 11.12431922 11.53074605 11.04651903 11.04230592 12.05088797 12.24898626 11.3530123 11.31589027 10.80426743 11.44616789 11.27024544 10.9836313 +LQ01X022130 Oleoyl-acyl carrier protein thioesterase, chloroplastic (Fragment) 11.6851885 11.55854862 11.29653979 11.131928 10.89462245 10.67237029 10.47648645 9.884619488 11.52292337 11.71784107 11.14475101 10.97989851 10.88337309 10.64074175 10.24914236 9.842230239 11.26771631 11.62149274 11.86627795 11.11618724 11.33399943 10.84175207 10.29726389 10.5924293 11.76189264 11.87790167 12.36368868 10.94057263 11.70893543 10.36195 10.48196968 10.29131919 +LQ01X022140 Probable adenylate kinase isoenzyme 6 11.70754942 11.47340077 11.06426774 10.93920273 11.2854573 12.10315026 12.11886377 11.67881571 11.85032687 11.73877546 11.41630065 11.40118569 11.35872959 12.10701419 11.98668143 11.76062929 11.92741219 11.89768201 12.57652164 11.77353576 11.83463517 10.97916207 12.78741269 11.93947209 12.03535258 11.98435474 12.59537529 11.04386598 11.28907772 11.16131493 12.46875131 11.96401434 +LQ01X022160 RING finger protein, putative 13.02775534 13.0461131 12.76405888 13.06678509 12.8665781 12.9539276 13.12822411 12.93888099 13.01234142 13.29821953 12.71644427 12.92291091 12.77637437 12.8436819 13.14432964 12.76294445 13.28749651 13.14610162 12.64112874 13.31160914 12.94264382 12.82517552 12.91768322 12.73755429 13.12294605 12.77938951 12.64415743 12.86584887 12.48731296 12.8231533 12.77399986 12.80366769 +LQ01X022180 Hypothetical protein 5.581422167 5.417187207 5.930253053 5.565535625 5.578990546 5.780040932 6.059618532 5.68679107 5.448577434 5.783716837 6.889423857 5.141679538 5.813125816 5.190276427 5.365924186 5.454298872 5.603717967 5.707527182 5.697596968 5.920625788 6.813654665 5.794097299 5.715351315 5.351570594 5.368195724 5.815474787 5.700108274 5.78736132 5.917963081 5.774786593 6.063118338 5.688055698 +LQ01X022230 Hypothetical protein 5.171056549 5.172937208 5.455093497 4.8495601 5.430923975 4.870602252 4.888382462 5.701569728 5.191706943 4.866491324 5.527698484 5.056308818 5.070717735 5.223252905 4.962889802 5.400406364 5.162986529 5.114498302 5.296932634 4.99754484 5.321817115 5.20933458 5.530750439 5.034809397 5.197124354 5.622786529 5.394610032 6.032028483 5.08600574 5.207384678 5.313314516 5.174464756 +LQ01X022240 Catalytic, putative 11.61288221 11.53705922 11.05341226 11.18270313 10.99368843 11.18240407 11.64453984 11.36122412 11.91382785 11.77471784 11.52239086 11.55529364 11.48497526 11.55920835 11.70562502 11.95097396 11.3152303 11.9224966 11.74912019 11.23988453 11.55286249 10.86347249 12.29829887 11.80604782 11.61485252 12.29132636 11.7941882 11.29347915 11.43489612 10.97333648 12.45624729 11.74426499 +LQ01X022290 Hypothetical protein 4.712411253 4.905152448 4.790087294 4.681633893 4.673947185 4.73080654 4.611093822 4.613951284 4.59254348 4.814466038 4.754667398 4.8355471 4.448707461 5.237205567 4.667142482 4.883795462 4.741751729 5.044995624 4.879116851 5.169136348 5.079113519 4.637106395 4.806906816 5.029577983 4.87674548 4.623108317 5.159112937 5.138893827 4.893351137 4.553832025 5.032012116 5.382972644 +LQ01X022340 Putative PPPDE peptidase domain-containing protein 2 5.437159296 5.153864561 5.26414943 5.174058075 5.000088476 4.883674306 5.015305729 5.179173891 5.362760783 5.425348202 4.833538002 5.260868372 5.156200413 5.321028273 5.224041747 5.10346872 5.038949655 5.069792563 5.40644485 5.221441114 5.027962956 5.012319212 4.956356992 5.405839099 4.982939526 5.073832044 5.572080334 5.232285837 5.931797053 5.00200245 5.270390995 5.021721843 +LQ01X022350 Transcriptional corepressor LEUNIG 11.46300942 11.36415315 11.39948537 11.98640839 10.88115983 11.74854949 11.58305596 11.54537003 11.34782265 10.66938579 11.37238145 11.5565832 10.64817132 11.58868535 11.36570112 11.38778854 11.62094381 12.13912666 11.36228789 11.0628766 11.76868858 11.58170474 11.78088603 11.5436391 11.64700043 12.07175299 11.55635934 11.09073793 11.74135225 11.67967352 11.60073381 11.38055755 +LQ01X022360 Putative E3 ubiquitin-protein ligase PRT1 8.690025988 8.651415072 9.337853772 10.01395245 9.097759166 9.748407936 10.12907705 9.667195102 8.9158338 8.033730597 9.150013634 9.802813543 9.330857063 9.54342189 9.881154739 9.423404232 8.698313914 9.260198669 7.936222194 8.843847946 10.0470164 9.512982432 10.61020368 10.30615701 8.682705878 9.071470092 7.898010358 9.473832733 9.717740129 10.24772286 10.58407325 10.33168969 +LQ01X022380 Predicted protein 11.27588971 10.97649576 10.37020528 11.44400994 10.88407962 11.77786128 11.75188405 11.55775462 11.39640337 11.24283473 10.84616694 11.49125959 10.92908184 11.70314415 11.70216836 11.62940224 10.76273268 11.48980897 10.54627438 10.56982011 10.16771458 10.89513768 10.6379689 10.79716868 10.82379696 11.5303119 10.01272976 10.83724466 10.27140991 10.87691467 10.70134655 10.46323917 +LQ01X022410 Cytochrome b5 14.23596169 14.10325353 13.93705364 14.32206056 14.44137142 12.52010865 12.78442782 12.43325706 14.07210934 14.3007201 14.08286473 14.47142114 14.20992879 12.75970176 12.75433253 12.70397717 14.1607123 13.85553475 13.91798765 14.27117592 14.32894717 14.01742371 12.89120579 12.27250851 14.30614015 14.11848362 13.9206105 14.01791097 14.03648888 14.24360421 12.94827093 12.05183255 +LQ01X022430 60S ribosomal protein L13a-4 14.05907661 14.01067293 12.90033344 13.2389107 12.69483904 13.01784106 13.14619525 12.58075157 14.05285837 14.47539097 13.12416573 13.72649908 12.87039256 12.87596535 13.15110193 12.71277655 13.92084504 13.8263052 13.80089881 12.98126455 12.93832225 13.28503937 12.72767427 12.62127102 14.23075537 14.16887342 14.10637131 12.75701066 12.73583148 12.95396111 12.59509479 12.63387863 +LQ01X022460 Hypothetical protein 5.303600481 4.942480697 5.195174272 5.102593145 4.839369692 4.808403088 4.80992592 4.952476359 5.148864212 4.980916266 5.161415212 5.166944074 5.060985657 4.886041187 4.875137744 4.849234647 4.887243588 5.314791113 5.382645797 5.141925349 5.199203892 5.101126233 5.315224544 4.936572529 4.720877714 4.846972128 5.371942078 4.976207558 4.742313859 4.836642691 4.748108101 4.540402192 +LQ01X022520 Predicted protein 10.46170417 10.22730023 10.5175372 10.19832877 10.24315418 9.847077403 9.852191533 9.527058622 10.35423961 10.21860433 10.60041114 10.17348423 10.78626276 10.16794227 9.660046811 9.927625937 9.263086589 10.38702681 9.92708017 11.12729417 11.69278602 10.09980262 10.9579945 10.19167511 9.863873934 10.3332001 10.46895241 10.91317371 11.3004221 10.33753258 10.96924126 10.35833164 +LQ01X022530 DNA binding protein, putative 11.0703292 11.09383765 11.37639195 10.93419099 11.17157438 11.85975379 11.74739817 11.59519273 10.8851043 10.53836897 11.3533396 11.27529338 11.06387978 11.98571993 11.54203939 11.91301944 11.26001747 11.52406246 10.88351052 11.29649732 11.59599144 11.09465378 12.0698113 11.78054117 11.18346304 11.25838449 10.7717593 11.30245375 11.59790499 11.31854115 11.98768397 11.97518339 +LQ01X022610 Predicted protein 10.34341998 8.709813887 10.41461246 10.02469667 9.496854041 9.555360822 9.300605205 7.184431576 9.591602521 8.744782733 9.659186691 9.721981487 9.48449893 9.324735471 8.159120555 7.297949413 7.948141075 8.362855453 7.438195711 9.05786695 8.688077029 7.576998516 7.15936051 5.894539815 8.224602154 7.933449482 7.375120319 8.663237101 8.994558694 7.325394266 7.272157475 6.211371451 +LQ01X022740 Hypothetical protein 5.168776477 4.733202231 5.357194379 4.78113006 4.924963409 4.721005915 4.851659124 5.138991077 5.007687437 4.625461435 5.174622796 4.715371331 5.263592125 4.71337156 4.672416422 5.210697492 4.756120551 5.384006116 5.087459221 4.928666893 5.362836856 4.978689728 5.045633037 5.217069404 4.906663116 5.213886146 5.22678418 4.87761122 5.019242844 4.732907888 5.166612627 5.268263453 +LQ01X022750 U6 snRNA-associated Sm-like protein LSm5 5.807662377 5.606038054 6.328419572 6.262850235 6.502396329 5.903788532 5.890730038 5.802009544 6.090117668 6.154029837 6.319776651 6.313802163 6.649529664 5.956314332 6.214188135 5.840678869 6.121886615 5.916310204 5.2257136 6.118122706 6.743846277 6.147519671 5.717168336 5.340040761 6.149643321 5.615439786 5.628062844 5.846690525 6.51621385 6.205299966 6.930209824 5.215131954 +LQ01X022760 3-ketoacyl-CoA thiolase 2, peroxisomal 12.40386824 12.09158276 12.30961732 11.91935614 11.65268748 13.33394131 13.08965649 12.6128295 12.26652253 12.24083947 12.15770384 12.23701652 11.78453065 13.45628143 12.97820255 13.16496216 12.07015205 11.794785 11.60621072 12.073602 11.57202071 11.72695889 12.35828327 12.12046175 12.10160473 11.63033305 11.42641719 11.98682693 11.28202399 12.06276013 12.45323712 11.88823275 +LQ01X022850 Hypothetical protein 10.89443805 9.151653653 10.92924201 11.72059891 10.81502567 11.42431657 11.81469021 11.42716738 10.810338 9.85815566 11.21574718 11.65104563 11.37613556 11.39971512 11.53207732 11.61446108 8.208994539 8.325477572 6.331836495 9.073444448 8.555481488 9.824275101 9.931261592 10.67645135 8.417237252 9.030948397 5.516475815 10.82510008 8.739171561 9.416509471 9.856594373 9.819734604 +LQ01X022880 Predicted protein 8.78712116 9.033556273 8.382512356 7.421503695 6.332472794 10.05850309 8.979197163 7.734011121 8.579499343 8.877985412 8.540735966 7.635664946 6.870484963 9.783217141 8.426555736 7.186681811 9.140872597 9.801185317 7.486027441 8.713704603 8.431568631 6.707451041 8.560468069 6.37170711 8.41955987 8.57252572 7.673176534 7.627327965 7.776305792 6.219622288 8.903769383 6.947806188 +LQ01X022890 Probable pectate lyase 8 4.76343067 4.693335668 5.042956932 4.832810996 5.019623049 4.880254406 4.680511087 4.769640914 4.791254333 4.969169319 4.973540976 4.956172704 5.134167636 5.014633795 4.672318287 4.694174923 4.660406688 4.81349542 5.081651478 4.923622374 5.178517281 4.91577084 5.542676317 4.771810406 5.050205879 5.019552238 5.061963585 5.664526983 4.938703075 4.877948884 5.148009017 5.10120524 +LQ01X022912 Putative uncharacterized protein 4.576981251 4.952387474 6.195385699 4.915552481 4.96439083 5.190964533 5.019098082 5.023322007 4.942311006 4.778190491 5.273949489 4.77456546 4.85110416 5.427698248 5.046197192 4.925440873 4.807893269 4.740009605 5.032238069 5.403482726 4.869955818 4.795012706 6.155852735 5.32996572 4.898315062 4.895789257 4.907115241 4.614167095 4.973699877 4.75817097 5.538920492 6.140511268 +LQ01X022960 Putative uncharacterized protein 5.69109808 5.85465769 6.224898645 6.059682672 5.706593208 6.507289594 6.588628618 6.579372164 5.653431144 5.601381968 5.957367417 6.30152274 5.833334803 6.944667823 6.57016738 6.506319651 5.676499025 5.369274694 5.409722122 5.310402515 5.515067781 5.320762452 6.394525205 5.763992345 5.751628376 5.51397169 5.327900042 5.314011219 5.219938139 5.47314131 6.189101207 6.093272279 +LQ01X023130 Putative Pentatricopeptide repeat-containing protein At3g12770 10.58526989 10.138869 10.74243349 10.57582752 9.724092553 10.27778399 10.17079369 9.24108003 10.34976862 9.981656887 10.27861392 10.5421928 9.937822975 10.12531499 10.29861903 9.572446313 9.902532641 10.65441981 9.799209362 9.836400389 10.00554479 9.346784913 9.893703422 8.759335263 9.782772585 10.55778859 9.920123065 9.600498266 10.07103202 9.372100292 9.823014722 8.617628778 +LQ01X023210 Putative uncharacterized protein 11.03685659 11.98197151 10.40109377 9.580345662 9.502959984 7.705325702 6.111167413 6.307773598 10.56621853 11.41561182 10.38212045 9.701405994 10.02649182 7.416039504 6.100576757 6.299741572 11.30559627 11.59242477 11.2617684 10.737265 10.66603186 10.48434229 6.043804162 5.911195237 11.40554391 11.70556782 10.97789852 10.79803096 10.14828504 9.796344543 5.298884744 5.670872603 +LQ01X023220 Putative C2 domain-containing protein At1g63220 6.266006534 6.150776293 6.046974681 6.081105002 6.065018133 5.637273222 5.609843742 6.07783429 6.327431457 5.758246027 6.347904428 5.875016348 5.770839804 6.259341042 5.600480741 6.189849048 6.331557271 5.970923635 5.420035419 6.054425072 5.935988199 5.83029693 6.102910709 6.084655203 5.72894244 6.052576279 5.538246297 6.077366828 6.060074416 5.985839015 5.397419783 5.312492468 +LQ01X023230 Probable 3-beta-hydroxysteroid-Delta(8),Delta(7)-isomerase 12.65044538 12.70538549 12.60446232 12.04086317 11.99769492 12.54786313 12.22274396 11.81648659 12.5706568 12.85590942 12.54644493 12.11771088 12.16149238 12.39852636 11.93496568 11.84806789 12.00936536 11.85328477 11.94937352 12.41492014 12.57771949 12.22706185 11.99151 11.93445605 12.38734887 12.16913628 11.95069328 12.44571492 12.34777123 12.15006329 11.72041845 11.9259485 +LQ01X023340 Predicted protein (Fragment) 4.694308372 4.642144977 5.143369696 4.715409444 6.075993553 4.992405898 4.712550427 4.986804522 5.044874934 4.851134171 5.236867526 4.630014521 5.100532346 4.893492989 5.234814844 4.794090435 4.941558435 4.644192664 5.139412351 4.825536535 5.345338483 4.864934763 4.734203191 5.283206656 4.944605114 4.81006345 4.698133331 4.791809662 4.729045018 5.260458029 5.382726596 4.933506874 +LQ01X023400 Putative uncharacterized protein 7.482027211 7.686904702 7.208801196 6.941647289 7.356424495 6.477316959 6.914396385 6.664301041 7.656757527 8.005910036 7.318767116 7.083561997 8.32362028 6.542828437 6.822498797 6.569930701 7.003433168 7.739140005 7.973568995 7.874827516 8.132034951 6.778575281 7.768249312 7.151188392 7.035962575 7.854536971 8.15846194 7.834554897 8.405834401 7.133481129 8.560432543 6.197269672 +LQ01X023410 Predicted protein 5.74648688 5.436156667 5.682409664 5.92775455 5.713595888 5.818812348 5.798037815 5.726360479 5.629899945 6.104340132 5.516979043 5.686753255 5.656230592 5.897782564 6.096672306 5.775277832 5.738212188 6.118524508 5.758854306 5.073075994 5.311634162 5.666386037 5.794343839 5.482523945 5.80930195 6.036758163 5.461649148 5.641847303 5.545815748 5.690319816 6.447071033 5.502909041 +LQ01X023492 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.985670797 4.756901815 5.324444286 5.030315888 5.465985862 4.685790141 4.879432991 4.744020024 4.79530033 4.93227095 4.866907736 5.062570549 5.330988031 4.672399543 4.524388812 4.972399706 4.987157652 5.321589899 5.07612598 4.980903177 4.758680295 5.377076868 5.134246895 4.675250698 4.880388713 5.05407204 5.187091057 4.799640643 4.994622508 5.250559501 4.440161739 5.069828979 +LQ01X023530 Putative Protein OPI10 homolog 13.35336951 12.70863515 12.97955462 12.16826887 12.11436537 11.96484291 11.92816526 11.68961193 12.80393382 13.30779568 12.66791333 11.90400619 12.11041719 11.6558224 11.71096225 11.89574941 12.95002396 13.39947018 13.02216553 12.81748793 13.27307796 11.74909052 13.11811259 12.04208954 12.87936242 12.63128894 13.1340264 12.60693116 12.60486229 11.15533736 12.88644032 12.36834005 +LQ01X023610 Predicted protein 5.299002022 5.418311474 5.432580086 5.349886292 5.031740711 5.703763349 5.458481301 5.867317074 5.196506262 5.126410899 5.339547809 5.20278284 5.339383113 5.528875729 5.802096117 6.085313244 6.481327233 5.634452986 5.18438145 5.939767122 5.207305343 5.698661234 5.732669798 5.815695298 5.88197779 5.434915391 5.332049005 5.385496225 4.942780381 5.65777365 5.483355311 5.352920184 +LQ01X023780 Putative uncharacterized protein 5.767153887 5.460003546 5.683340352 5.347868344 5.1639575 5.789187191 5.395601933 5.278447222 5.759284108 5.690575403 5.788077491 5.160022478 5.668643782 5.906693813 5.338081404 5.375424347 5.250905232 5.47356842 5.218153894 5.162751626 4.875876834 5.448184611 6.987080533 5.517579543 5.527120264 5.172899997 5.890627813 5.473832443 5.438258034 5.305183274 5.524502864 5.412563025 +LQ01X024020 Predicted protein 9.810284189 10.00754854 10.29909972 10.15465713 10.60838021 10.47377555 10.4057598 10.96961197 10.0955249 9.675722161 10.5446889 10.32172358 10.53834073 10.7855645 10.44711836 11.23194375 9.644472678 9.710052452 10.11984723 10.56854839 10.04168305 9.876586402 10.95251729 11.23016322 9.594303157 9.581518682 10.07810946 10.2394207 10.33416364 10.28153574 10.85944255 11.23868386 +LQ01X024040 Putative uncharacterized protein 12.61825973 12.27233004 12.74964278 13.18652927 13.1341456 13.83700867 14.12824661 14.44034099 12.56484766 12.47718477 12.8600248 13.46039328 13.19517455 14.27363319 14.30367914 14.63431026 12.33843806 11.5696632 11.62396897 12.3558432 12.04264149 12.03136339 13.33846234 13.2196715 12.00438915 11.40968555 11.48543127 12.32337533 12.26738055 12.92542499 13.61836659 13.18908066 +LQ01X024080 Hypothetical protein 5.224680207 5.210730955 5.169631476 5.388267997 5.471467696 5.662248955 5.336957558 5.233298701 5.30337528 5.338097272 5.314026049 5.036191973 5.394478549 5.810281238 5.6015488 5.584847427 4.588216014 5.171121675 5.556660498 5.352236797 5.443078389 5.18551333 5.273974527 5.311447286 5.227821689 5.003578049 5.164539962 5.430194864 5.110689101 4.980590908 5.196365657 6.736171047 +LQ01X024090 Putative uncharacterized protein 8.992042423 8.471062711 8.506311793 8.548683149 8.086763146 8.624535413 8.510217685 8.252754119 7.856397858 9.036455803 6.719168215 7.481527121 7.469164825 7.13601899 8.913008542 7.493096824 7.746781924 7.366270041 8.333560018 8.034292153 8.335880068 8.386999256 7.502692911 7.329334081 8.743301962 8.560830727 8.905303392 8.04813428 8.597220402 8.740642044 8.46403924 8.141750019 +LQ01X024100 Putative Magnesium transporter NIPA2 11.91647459 11.79412641 11.75566971 11.55456926 11.49732831 12.1032731 11.6978378 11.44703105 11.87394411 12.03816182 11.71938085 11.47118527 11.64168501 11.65649539 11.96429463 11.33990065 11.35093921 10.63604278 10.84524167 11.12643699 11.2587995 11.08823244 11.32862316 10.8999117 11.54943412 10.67027902 10.84716103 11.04993755 11.66293685 11.09273243 11.32137951 11.23436792 +LQ01X024250 Cysteine protease ATG4 11.14114282 10.74926714 11.60561863 10.83235514 11.18038879 10.75325568 10.55664233 10.60363518 11.19987881 10.71368145 11.53138368 10.97999206 11.42485599 10.80474066 10.71472882 10.56957511 10.48431633 10.56725497 10.8310003 11.44043336 11.43785483 11.04468049 11.35374898 11.17447458 10.53696425 10.82076097 11.24595967 11.47327222 12.01051671 11.21390119 11.34485682 11.34091056 +LQ01X024270 Eukaryotic peptide chain release factor subunit 1-3 11.90531778 12.64667169 11.73447154 12.57187229 12.4648687 13.4736023 13.45949911 13.904761 12.15689585 12.8933601 12.3183663 12.77630697 12.66397743 13.77562459 13.52352581 14.36036152 12.91721204 12.01576446 12.27815893 11.34311798 11.00459543 12.87608282 11.6631457 12.99211273 12.23283017 11.9741218 12.2172345 11.66122299 11.60994362 13.47820334 11.83572677 12.99594832 +LQ01X024420 Hypothetical protein 5.118857237 4.912664154 5.694631108 4.864748104 5.452660681 4.954065898 4.729874641 5.213586431 4.868317135 4.661031005 5.733844671 4.831685877 5.027879017 5.134316508 4.81312642 5.572199919 4.884310516 5.311088392 5.146486226 4.897126083 5.02520787 5.269110846 5.419631005 5.186931223 5.375834466 5.119702085 5.126691472 4.911785248 4.983603385 5.223580626 4.919264824 5.337057919 +LQ01X024470 Hypothetical protein 4.950413532 5.131481832 5.225329217 4.776665059 5.593349934 5.039498212 5.238294382 5.080399991 4.833121528 4.665066849 5.368682853 5.162790939 5.282411696 5.025514552 4.916008586 5.148534978 5.336200149 4.825158225 6.018337136 4.546751545 4.958157233 4.721931692 5.548701051 5.264036572 5.000835146 5.174929033 5.308591313 5.094711384 4.97531822 4.949671102 5.334616905 5.021754787 +LQ01X024540 Hypothetical protein 4.792392816 5.411628225 4.763480077 4.730662978 4.672951213 4.974155702 4.824712392 5.246315326 4.789595734 4.739826581 5.077610226 4.918414504 4.575189222 5.103449487 4.860752455 4.946403031 4.931580838 4.827293286 4.849312737 4.843453935 4.901490342 4.721613183 5.167845042 5.313267489 4.802271102 4.707528913 5.119634069 4.978933903 4.967707921 5.075227609 5.234233372 6.105467812 +LQ01X024560 Calpain, putative 7.776825891 6.989350856 7.965467054 8.354733661 7.856066767 9.002901571 8.587960676 9.145979633 7.406264745 5.960403924 7.767174448 8.379085314 7.725638403 8.749360164 8.690988353 8.539400449 7.044688962 6.830800038 7.164970062 6.686787199 7.060874161 7.141467191 6.540570958 7.626471191 6.784715236 6.884212451 6.156398516 6.785257769 7.249964233 7.239864421 6.597484719 7.192247242 +LQ01X024570 Calpain, putative 5.788820453 5.42466601 5.792625858 5.752777933 6.530700614 6.053617901 5.959056165 6.265108169 5.484689912 5.267767856 5.275145071 5.81855047 5.929238831 5.697315719 6.02299521 6.033368306 5.165715023 5.709765811 5.193820314 5.969282801 5.660238246 5.420647345 5.312493442 6.189185242 5.35259824 5.004929056 5.016257624 5.19736025 5.514833984 5.63482093 5.074226291 5.883255465 +LQ01X024670 Hypothetical protein 4.983517735 5.31451056 5.025650859 4.815922302 4.927841472 5.139598603 5.457592578 5.577425909 4.998099509 4.999994213 4.659608827 4.787826826 4.790892151 5.377876853 5.214274828 5.083023482 5.244410111 4.969162417 5.729906726 5.27749525 4.826922672 5.025406387 5.170178514 4.829469845 5.059253136 5.354084627 5.529956517 5.334538314 4.930923276 5.401252568 5.233554344 4.706370026 +LQ01X024700 B3 domain-containing transcription factor ABI3 5.638043518 5.862037391 5.376084721 5.397827752 5.303507639 5.736397254 5.388768476 5.454055775 5.14487309 5.96763832 5.542312391 5.591735231 5.401214107 5.589601685 5.328222349 5.285877273 5.968856513 5.329785962 6.016247644 5.425455152 6.209875092 5.559509083 4.768418254 5.371978575 5.446908174 5.466332436 5.811982194 5.147690667 5.805868815 5.290555488 5.548245591 5.398195963 +LQ01X024810 Putative uncharacterized protein (Fragment) 5.642296302 6.069132878 5.028752364 5.527923525 5.137894135 5.563214177 5.438617218 5.397429855 5.654389017 5.610092144 5.22739649 5.789476198 5.637185873 5.329082279 5.962166179 5.501820041 5.330865611 5.589641017 5.985917527 5.662275818 5.714113532 5.387914149 6.275648596 5.296479365 5.740930683 5.993868919 6.703864164 5.800432687 5.525899157 5.758803768 4.895765132 4.883356443 +LQ01X024820 Hypothetical protein 5.155956696 4.864477137 4.90661527 5.036481698 4.710054775 5.056529952 5.026236466 5.3592497 4.894909409 5.071408074 4.875842384 5.099846808 4.915371426 5.464875228 5.014730183 5.16299243 5.213722393 4.866003617 5.069582413 4.737282182 5.2055989 5.039179251 5.052815758 4.943932865 5.326358786 5.017740201 5.187371965 5.009589341 4.726130558 5.586802785 4.846198084 5.463680624 +LQ01X024980 Putative Uncharacterized protein HI_0077 5.244806934 5.270387214 5.556933908 5.07400334 5.408105589 5.273489434 5.113471072 5.149854578 5.58676236 5.609906997 5.381316926 5.109196225 5.195176683 5.101067012 6.133391821 5.424535202 5.102747678 5.027306843 5.062188687 5.391639698 5.282794836 5.040843335 5.641056653 5.772556639 4.991370198 5.64263002 5.281268063 5.399325242 5.234756098 5.221046852 5.711205005 5.245994861 +LQ01X025130 Putative Transcription factor TCP4 5.413639114 5.210750584 5.333972112 6.041661004 6.164427184 5.46339114 5.725397849 5.35702595 5.280457064 4.930050357 5.604381084 5.71369566 5.953389336 5.365051454 5.354046402 5.354533549 5.74567894 5.105789989 5.070517968 5.627705285 5.199067748 5.486632072 5.76904319 5.685738188 5.362176575 4.947709778 5.494463467 5.307771228 5.44211205 5.929570478 5.550850022 6.556505151 +LQ01X025180 Putative uncharacterized protein 8.863160102 8.809167995 7.67426064 8.071856048 8.003341557 8.286490562 7.545003189 8.691615046 9.202831413 9.345565576 7.738801278 8.538294753 8.549294395 8.347111435 8.076547287 9.438038502 9.155046519 8.777695058 9.224805338 7.87449006 8.063230681 8.747301098 8.254245615 7.748516299 9.113170745 9.092074689 9.264415621 7.211281173 8.746340134 7.900733158 7.274277967 6.981316527 +LQ01X025290 Putative Uncharacterized protein CPn_0526/CP_0226/CPj0526/CpB0547 5.660664194 5.984327383 5.705079404 6.615319625 5.848996511 6.003503742 5.714556601 5.824139606 6.431304447 6.414004378 6.033623846 6.701378301 6.701137605 5.917545856 6.608016542 5.905422187 5.949719592 6.007254148 5.447468509 6.337105664 6.869352326 5.772548922 5.688553866 5.813165972 6.253111292 5.98591757 5.086920633 5.438962915 6.75125121 6.471040209 5.865517731 5.328494935 +LQ01X025300 Transcription factor, putative 9.524386726 8.588880344 10.47126179 8.39393631 10.22878328 8.836506233 8.332975198 9.198405886 9.478893287 8.9207673 10.03517078 8.490475262 9.569354633 8.777628936 7.77646702 9.425584751 9.828296901 10.50720517 10.96018975 11.13153529 10.99691597 8.417078652 11.51539333 10.68056053 10.2298518 10.08972176 10.66832548 11.93777206 10.94944559 8.371091055 11.41756082 10.95002854 +LQ01X025340 Putative Serine/threonine-protein kinase 19 5.672615173 5.710232971 5.266159786 6.662441042 6.707913464 7.560333056 6.782764866 7.059403608 5.039160054 5.42181531 5.240646712 6.09334187 5.758796533 6.362031239 6.023641819 6.860060773 5.228912049 5.311717366 5.216831078 5.322172122 5.602789405 5.267285237 5.522088569 5.56648866 5.396432032 5.374488325 5.18418929 5.621239027 6.272152771 5.625901897 5.786323104 5.263571427 +LQ01X025350 Serine/threonine-protein kinase, putative 5.378118826 5.458942076 5.669096773 5.241934578 5.484710742 5.291667616 5.146658455 5.115113351 5.14264804 5.113274921 5.272061567 5.155871504 5.276777971 5.566810464 5.026044145 5.190195438 6.262492872 6.01081109 6.576954069 5.847299354 5.79398823 4.638971711 7.397360134 7.317257907 6.464619602 5.869451185 5.900724673 7.599359841 5.669250419 5.010770836 6.295580978 7.119039658 +LQ01X025360 Probable methyltransferase PMT8 11.63138604 11.96774735 12.10952615 11.81472798 12.05333155 10.87562064 10.53278896 9.901490748 12.10489087 11.92286531 12.46351721 11.7921027 12.52016672 10.87558012 10.98449239 10.52566389 12.08628988 12.61425725 12.67585765 12.56994005 12.30661691 12.59750333 10.516039 10.43133858 12.26890888 12.86072744 12.50187644 12.90164864 12.55840733 12.86730306 10.61408765 10.42692603 +LQ01X025370 Predicted protein 6.253693834 5.856768092 6.130442051 6.314877716 5.483494045 5.802664736 5.294813663 5.410097096 6.0851959 8.46923839 5.728368518 5.793524639 6.448873796 5.68623938 7.736693911 5.306668229 5.70603187 5.73262879 5.181328692 7.297306477 5.678739343 6.595493028 5.57891035 5.590339252 6.332330993 5.840149644 4.972089203 5.763856828 5.886327217 6.115756657 5.52325526 5.23137685 +LQ01X025400 DNA repair and recombination protein RAD26, putative 11.01108239 10.28884634 10.5473185 12.08187236 11.00521899 12.76608354 12.21068017 12.5067028 10.25739538 10.68349456 9.617486257 10.93635179 10.09840053 11.62834017 12.27188996 11.51932844 11.08897809 11.35187149 9.44295816 10.52068691 10.54076226 10.64034688 10.70252892 10.90167656 10.93063809 11.20663555 8.671428444 10.74268139 10.30382975 10.85460201 10.79271535 10.50587812 +LQ01X025410 ABC transporter I family member 19 9.703759204 9.775911151 9.591340563 9.876675507 9.376067406 9.699420323 9.039538783 9.256866847 9.822964053 9.165086935 9.586634786 9.752973469 9.370758049 9.657302585 8.587830377 8.983611865 10.35076816 10.1223488 9.957515567 9.548392285 9.466628501 9.675731588 8.368390543 8.701594055 9.883839505 9.408791526 9.578599539 10.0272413 9.039284804 9.748815942 8.781365697 8.542666966 +LQ01X025460 Casein kinase I isoform delta-like 5.332128067 5.095472597 6.252376952 5.502412466 5.486492006 5.721018496 5.677798137 5.872213081 5.603700348 5.215741879 5.445150591 5.579510479 5.596402827 5.561085191 6.076897575 5.499318163 5.315136012 5.486405281 5.449443281 5.076755758 5.113228148 5.363895011 5.601084664 5.342074883 5.336400998 5.271406775 5.280420453 5.914232317 5.589468338 5.290602695 6.119802468 5.142137761 +LQ01X025470 Vacuolar protein sorting-associated protein 2 homolog 3 12.26222735 12.51639688 11.77259293 12.40921279 11.93850814 12.22319542 12.58295541 12.46901833 12.47019395 12.60395964 12.25493781 12.38505379 12.05140203 12.36036746 12.62548075 12.34969174 12.37032124 12.15266232 12.30854617 12.07322184 11.99460436 12.22880332 11.62398559 12.48231447 12.52510882 12.62253732 12.23737838 12.30361217 11.75726224 12.5185572 11.76786308 12.24331793 +LQ01X025510 60S ribosomal protein L14-1 5.853680993 5.593867346 5.705335471 5.26147694 6.034248828 5.46638895 5.275510445 5.543298725 5.698084905 5.320935201 6.126442823 5.544571309 5.584075296 5.557783233 5.102765067 6.038643081 5.482170197 5.50216198 5.810799723 5.742972124 5.160353261 5.486327066 5.73532946 5.767814588 5.438015615 5.834103871 5.818290761 5.434977214 5.115864005 5.575834721 5.993208943 5.510221271 +LQ01X025520 Putative TBC1 domain family member 15 10.6010764 10.32167308 10.00968811 9.869708612 9.515099347 9.423928996 9.031141412 8.253298851 10.82690003 10.59392216 10.62312748 10.10640564 10.14872941 9.592384266 8.777306143 8.748419442 10.08607546 10.55989259 10.19279187 10.2652736 10.71939933 9.685187125 8.267929979 9.052497583 10.7909247 11.58082342 10.28065977 10.18895774 10.96307446 9.297617531 9.365598606 8.383989522 +LQ01X025560 Glutathione gamma-glutamylcysteinyltransferase 3 6.081789252 6.258042103 5.319809 6.37195282 5.801621291 6.741620474 6.134243323 6.449618211 6.111509741 6.744280149 5.796026359 6.153166821 5.914981067 6.455648417 7.060842763 5.929304697 5.900123273 5.909444595 7.371307999 6.146363665 6.168421667 6.052084397 5.745040491 5.419771729 5.724627622 5.992852851 6.872388295 5.770455435 5.675136256 6.007013585 5.843242544 5.597239069 +LQ01X025580 Electron carrier, putative 12.46949882 11.64718799 13.24001735 13.18710112 12.7739867 12.09414573 12.25961352 12.68385217 12.56627901 11.68477986 12.9728627 13.14171608 12.87049705 12.3499459 12.22455721 12.740175 12.37849796 13.03682988 12.19914582 13.31598417 12.76052527 13.21566786 12.22100963 12.59485261 12.09331773 12.55452217 11.87177449 13.62657338 12.72356491 12.58342927 12.31530838 12.34929101 +LQ01X025590 Succinyl-CoA ligase [GDP-forming] subunit beta, mitochondrial 12.4210481 12.80341084 12.16348533 12.01071925 11.76189152 11.91149595 11.71854382 11.88963876 12.58188542 12.92966674 12.43681009 12.02844851 12.05991985 11.76843988 12.02894002 11.8191841 12.0160855 11.27656517 12.01821305 11.52334101 11.46825415 11.84341115 11.57874905 11.46411293 12.45970342 11.88327608 12.23783347 11.65081323 11.97795186 11.74386238 11.68890909 11.73967504 +LQ01X025600 Putative uncharacterized protein At4g28590 (Fragment) 5.764167491 5.70510102 5.863221763 5.762906735 5.376270272 5.502055744 5.787751007 5.299472397 5.856354851 5.931833261 5.541817013 5.962611007 5.42155603 5.606071083 6.649646756 5.835618375 5.268946842 6.031844827 5.988727774 5.90880486 5.697005719 5.580706137 5.690501394 5.957016266 5.509572979 6.084553877 6.145861076 5.932682285 5.680224155 5.619484237 5.634016922 5.823378808 +LQ01X025610 Predicted protein 11.66395607 12.22445033 11.58869143 11.05424917 11.05133315 11.75882276 11.69503832 11.28561493 11.6423139 11.89339659 11.68499481 11.32403408 11.1812246 11.56244012 11.46492762 10.85060609 11.89128669 12.36240836 11.66845496 12.2474463 12.51076837 11.21675103 12.58683589 11.65262066 11.95284765 12.1556516 12.24020311 11.68521824 11.98837069 10.46710446 11.99213729 11.37809253 +LQ01X025620 Calmodulin binding protein, putative 10.98864118 10.86306998 10.95043368 11.24705258 11.1726616 11.41804109 11.42978597 11.84048862 10.94368556 10.84083555 10.98118684 11.23904508 11.15524858 11.33739643 11.58712587 11.80186603 11.15158441 11.21303844 11.63246443 11.05915936 10.67368264 11.42258632 11.00956674 11.65108144 11.20671666 11.23899983 11.5917003 11.29050123 10.90891079 11.57253675 10.86034028 11.45394133 +LQ01X025640 Rho GDP-dissociation inhibitor 1 12.8014587 12.62021042 11.59864062 11.06702343 11.38801119 10.76599063 10.15455818 10.10599604 13.22974438 13.39085144 12.14211053 11.75685876 11.79088228 10.82951267 10.8336346 11.08767311 12.25285533 11.86403788 12.66630626 11.19586521 10.62528804 11.08862671 9.316246426 9.698897297 12.79854857 12.13926381 12.41856193 10.3319138 10.56871994 10.05799262 9.834984496 9.425782206 +LQ01X025670 Brca1 associated ring domain, putative 13.28529735 13.68125615 11.13745097 10.38958902 10.53220297 10.50696429 9.782047604 9.94792262 13.71052202 13.78965717 12.35591154 10.70304672 10.40348024 10.41700831 10.00243746 9.987033461 12.89641128 12.81763211 13.5997644 11.65962666 12.14157006 12.38053791 10.76890515 10.62964438 14.15349512 13.98489121 13.65511405 11.09617337 11.91742925 10.04267327 10.60968383 10.80669599 +LQ01X025770 Cellulose synthase A catalytic subunit 4 [UDP-forming] 9.06475894 8.791306443 11.83687638 13.63021901 13.49398441 9.82093467 9.243773286 9.006252389 7.992967112 7.400952836 10.57574608 13.19210691 12.43545229 9.133202234 10.21509529 9.562524359 9.123670977 9.061293716 7.816588971 11.59224609 12.45998426 12.69829571 7.825141094 7.896779896 9.326346421 9.306075153 9.620909787 12.64544453 12.44289976 14.34952606 6.81040272 8.703727654 +LQ01X025780 Transcription factor, putative 5.737596178 5.621485463 5.761994686 6.107719353 6.16512909 6.082618031 5.580960275 5.69745744 5.752045986 5.763105122 5.512330484 6.219103188 6.024010352 5.630830798 6.345841788 6.086452893 5.589481156 5.242497904 5.279182408 5.514754507 5.296781706 5.744599525 5.463654694 5.597584662 5.491420458 5.552482899 5.26309276 6.226356512 5.276887551 5.672942098 5.245411659 5.437559832 +LQ01X025830 Putative Acid phosphatase 1 6.458263595 6.146730778 5.608553866 5.937826603 5.802939626 5.474654634 5.496561651 5.365934932 6.20641587 6.040754651 6.142736736 6.13430196 6.068987318 5.303728455 5.470946025 5.082770938 5.837340177 6.40233719 5.652403684 5.742593765 6.335158468 5.839206353 5.965967811 4.987897251 5.906400227 6.076998556 6.359368111 5.977577072 5.763653613 5.603605468 5.66681993 4.579816651 +LQ01X025870 60S ribosomal protein L23 14.90188506 14.79629197 14.37997832 14.09511725 14.26255894 13.92792298 13.88401325 13.77681189 15.16354316 15.26873705 14.83195968 14.66258129 14.54361388 14.12059604 14.39710441 13.81493648 15.26571181 15.1464813 15.2328981 15.10395076 14.95233096 14.83777583 14.59883451 14.52772233 15.62509837 15.43027637 15.44919491 14.77787371 14.01647369 14.41258077 14.46026995 14.61018376 +LQ01X025880 Putative Uncharacterized protein yqjG 11.41697524 11.34176432 11.38556203 11.17600858 11.5310653 11.64090424 12.07562384 11.77149664 11.28694886 11.1834477 11.22873125 11.31204115 11.67074826 11.84010045 11.73441652 11.8734242 11.12229277 11.84099206 11.76305043 12.34926816 12.66806956 11.52564676 13.34611189 13.13056293 11.14958336 11.62725688 12.29703837 12.20115215 12.88548163 11.91183944 13.23493418 13.20032875 +LQ01X025940 Putative Cysteine-rich repeat secretory protein 56 7.110133111 8.121317299 7.301824023 7.312131469 6.82647447 8.838864177 8.282496519 7.948154524 7.204039903 7.123459615 7.3077834 7.649911321 7.247046166 9.029153489 8.286488801 8.410629357 7.614925662 6.574634415 6.360603932 6.310928315 6.411608102 7.044723637 6.690728827 7.891524318 7.249058272 6.803202958 6.351110288 5.960868621 7.073464704 7.279156119 7.971078962 7.84844638 +LQ01X025950 Mitochondrial import receptor subunit TOM22 homolog 2 13.88923138 13.49180296 13.3562793 12.97435716 12.96010745 12.92685655 13.2255509 12.3866364 13.69689298 14.0717564 13.32204278 13.18743988 12.96551068 12.94817915 12.73614514 12.51694906 14.00964632 14.19299031 13.97606485 13.78251733 13.78642924 12.87882831 14.04816818 13.34475876 14.19730854 14.06705182 14.4454705 13.40228994 12.895406 12.57270807 13.75147466 13.65213503 +LQ01X026000 Putative Pre-mRNA-processing factor 39 4.868306564 5.098406121 5.075809299 5.338853293 4.896949066 5.685137844 5.350487523 5.726548579 5.001973239 4.760120798 5.249944424 5.123366448 5.097956262 5.261700708 5.19223637 5.107190836 5.251124841 4.912001277 4.862810991 5.387315728 5.732024132 4.936419802 5.326579841 5.414652917 5.093620307 4.915119482 5.084492305 5.542096574 5.28258633 4.955349729 5.608591576 5.027256361 +LQ01X026010 Hypothetical protein 4.992242635 5.093631039 5.446455627 5.547673277 4.965948268 5.811258808 5.983027823 5.375931853 5.003207359 5.560957994 5.173086015 5.385514996 5.001777375 5.352819471 5.349722708 5.672124297 5.218378302 5.07193314 4.930595796 5.110049417 5.13521731 4.826596833 5.380227509 5.029739313 4.90088621 4.80762681 5.232680865 5.069879493 5.337618485 5.04701821 5.496966095 4.868410741 +LQ01X026020 Putative G3BP-like protein 5.895875132 5.751748627 5.330898877 5.786137387 5.926088896 5.800442711 6.314838015 5.761571421 5.645984862 6.832930328 5.684082023 5.764926774 6.485708219 5.911254448 6.78654839 5.924983703 6.009248331 5.801546312 5.788748774 6.71300767 5.9954941 5.837558318 6.240010665 5.993896798 5.880205034 6.27935531 6.974979414 5.861453113 5.878994201 5.793608074 6.569606308 5.495956473 +LQ01X026030 Putative uncharacterized protein 11.79932065 10.29905208 12.88691442 13.36209551 13.12732174 13.65543919 14.02155116 13.81168744 11.63843353 9.748661362 12.62774722 13.03554031 12.86377914 14.19609352 13.80415853 14.08855104 10.14016085 11.26107856 9.921351678 11.94496537 11.73239337 11.18711978 13.6854146 13.08422299 10.02947774 10.71426215 9.660835717 12.15030721 12.38367637 12.6518607 13.93079946 12.7664013 +LQ01X026140 Putative Probable leucine-rich repeat receptor-like protein kinase At5g61480 5.360442053 5.395456554 5.137223357 5.54903999 5.480479172 5.304841328 5.775862176 5.641648833 5.638633874 5.385970312 5.203975624 5.490989557 5.520184484 5.493634443 5.385037084 5.500188036 5.727514274 6.248387615 5.378756658 5.44537227 5.215960913 5.732762684 6.473067543 5.559507436 5.985404765 5.999561855 5.367357694 5.459280457 5.947057715 6.090948769 5.397931114 4.888108158 +LQ01X026160 Photosystem II reaction center PSB28 protein, chloroplastic 5.749294759 5.554402766 5.292086035 6.183933831 5.199641865 5.537595413 5.830608688 5.578012818 5.954930465 7.005198546 5.891816283 5.786041396 6.104009442 5.528122891 7.660664512 5.583878781 5.624778061 5.488088901 5.377719399 5.604215597 5.311571805 5.931886706 5.411268045 5.060334283 5.845404111 5.502363468 5.875701097 5.630665084 5.630626014 5.487059996 5.409828755 5.878507118 +LQ01X026190 Putative Predicted protein 5.743020506 5.718277146 5.61123898 5.425967216 5.40982941 5.671088138 5.732223238 5.621378737 5.653680014 5.343752496 5.451500416 5.541766906 5.243166898 5.419199304 5.356390299 5.673849105 5.39012125 5.523256514 5.588298903 5.862565217 5.823563884 5.314230373 5.518315726 6.065430385 5.761496264 5.537248042 5.38419348 5.556014948 6.07461375 5.553303516 5.775048702 6.189412816 +LQ01X026200 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial 5.287509491 5.513084817 5.738609388 5.983878479 5.16457774 5.851590938 5.838041938 5.49146585 5.558167498 5.927583219 5.749646671 5.990855553 5.536709371 5.785623627 6.731930516 5.846644791 4.962244087 5.098485651 5.088041024 5.90041809 5.413337188 4.983217099 5.744864427 6.053345278 5.111387543 5.170259591 5.110353886 5.585178158 5.467057074 4.891651095 5.74263187 6.075385996 +LQ01X026210 ABC transporter C family member 5 6.05496002 6.351301905 5.361961538 6.715833947 5.691767184 6.706254408 6.680678483 6.225291921 6.367189949 6.045583233 4.91575887 6.058375625 5.325528707 5.382164006 6.003327984 5.656094057 6.498041453 6.670878946 7.959583595 6.036737296 6.209577933 6.478292103 5.229055525 6.168441365 6.980401678 6.877742109 6.758345877 6.647121347 6.35175638 6.762222855 5.868959073 6.422866098 +LQ01X026220 Tyrosine decarboxylase 1 5.82573127 5.553945283 5.714501981 5.696811637 5.873495259 5.733516477 5.437991417 5.192574623 5.324309699 5.858116383 5.70302193 5.614342032 5.599041355 5.591269945 6.232930025 5.318015768 5.423346537 5.910654377 5.867488235 6.14546566 5.441472493 5.548139198 5.216207249 4.824553607 5.437856701 5.684617106 5.732915282 5.55326935 5.148704036 5.737001751 5.261815731 5.427929856 +LQ01X026290 Putative WD repeat-containing protein 70 5.008505119 4.719616629 5.223206437 5.111778159 5.501435663 5.241749593 5.077943341 5.120757171 5.013037858 5.035062315 5.413027179 5.427527608 5.005529454 5.394848205 5.080539874 5.505827137 5.057192095 4.918962725 5.319582209 5.127569185 5.550175677 5.105651805 5.236808271 5.523495674 4.848784108 5.246635327 5.397233633 5.216803522 5.426548172 4.880112539 5.279476306 5.123020616 +LQ01X026360 Putative uncharacterized protein 5.01623307 5.292127753 5.074850312 4.762979842 4.930099616 4.682079063 4.599279288 4.558195398 5.367696043 6.348730282 5.002260201 4.922373497 4.819752832 4.825894723 4.788983742 4.867385411 4.688650629 5.010461096 5.469919259 5.193695281 5.201503251 5.058081114 4.851777704 5.055622119 4.977809399 5.353103469 5.523749942 4.995273366 5.476399785 4.911055749 5.146482045 4.868312754 +LQ01X026420 Putative Uncharacterized basic helix-loop-helix protein At1g06150 5.734654177 5.393728747 4.864922117 5.287337929 5.534509972 5.690425402 4.877221644 5.301328458 5.943622162 5.519777866 5.638707322 5.65472125 5.946242888 6.023037056 4.897489461 5.236635704 5.524617296 5.453958301 6.254489076 5.1659234 5.535647645 5.604634884 6.570409038 6.167655645 5.836677909 6.088928725 5.902895744 6.060081335 5.450108674 5.637709328 7.188876853 5.42638253 +LQ01X026540 Poly [ADP-ribose] polymerase 1 6.00630241 5.827993715 5.9068052 5.892202972 5.489314966 5.674893591 6.210711959 6.166401711 5.869133021 5.715127058 6.734602884 6.034482262 6.11240754 5.742227519 6.108967448 6.322264563 5.48518114 6.054307769 6.212590594 5.432900162 6.422940247 5.517729058 5.961691789 5.481688103 5.928787926 5.948374521 5.711113661 6.120957801 5.605775712 5.622227344 6.090029007 4.992973809 +LQ01X026660 Hypothetical protein 5.807482478 5.873917417 6.92132275 5.855008679 6.373110034 5.686873514 6.099976523 5.747841734 5.893448587 5.782292291 6.566074793 5.698380062 6.00078092 5.819042056 5.435770251 5.548532203 5.706613335 6.094155868 5.728288797 5.899009813 6.56692318 5.903144501 6.02387563 6.178702083 5.888042083 5.869064067 5.907582219 5.578083856 5.887251552 6.101434161 5.974654829 5.678227766 +LQ01X026730 Transcription factor bHLH3 11.52725973 11.65884666 11.42893488 11.6790267 11.81223806 11.16086536 11.65093861 12.13120833 11.68717194 11.65477342 11.35022418 11.48593488 11.5562175 11.23363363 11.81683365 11.64184731 11.42673496 11.09502994 11.23301423 11.24435632 10.95018205 11.72074302 11.09215753 11.81078565 11.54266562 11.08759253 11.38205142 11.53038735 11.40570628 11.97497635 11.2809861 11.83376887 +LQ01X026880 Probable xyloglucan endotransglucosylase/hydrolase protein B 13.01642306 13.47555071 11.90708119 10.4600681 10.3657389 10.18238291 10.28646428 8.493089739 12.91471666 13.49079853 12.25963554 10.38215227 10.95662383 9.984523265 9.446904377 8.89251628 13.81928179 12.64943317 13.56529543 12.77200564 12.25627286 12.14719715 9.188687138 8.843051596 13.93231419 12.92392091 13.32978767 11.76942348 11.68771264 9.43408515 9.024614757 8.503871563 +LQ01X026890 Serine/threonine-protein kinase SAPK7 5.466789434 5.593756751 5.456448453 5.90907506 5.526871485 5.712337924 5.509576804 5.408834525 5.943944747 6.29743078 5.156839698 6.094180117 5.573729732 5.218349329 6.594810615 5.545022222 5.145838224 5.672858756 5.583205474 5.632048607 5.537870687 5.359501392 5.225933125 6.043267359 5.454669172 5.460969101 5.56323185 5.526437503 5.811486144 5.435798281 4.934999141 6.225759051 +LQ01X026970 Predicted protein 6.485333796 7.027081507 6.387520458 7.236849031 8.56496139 6.270033105 5.913193168 6.320123517 6.944257652 6.565013025 7.173762365 7.64071462 7.4993091 6.024262965 5.414400123 6.335147929 8.937638796 8.094441441 7.515812824 8.124336773 8.538511541 8.182357221 5.871144387 6.522257443 7.928840023 7.031995593 6.745971478 6.270211531 7.547935713 7.416338289 6.96847726 5.455323626 +LQ01X026990 Glutathione reductase, chloroplastic (Fragment) 11.96303428 11.7067511 11.96359806 11.71721318 11.41815062 13.16054406 12.66097513 12.44252419 11.91579904 11.64923411 11.64169169 11.52143946 11.39750583 12.82168323 12.37422387 11.9411114 11.38071816 10.94336718 11.00839342 10.85906892 11.00052918 11.00796858 11.35879658 11.76503457 11.83972775 11.3780604 11.11540262 11.23375088 11.49405215 10.97219703 11.6441481 11.0361447 +LQ01X027010 Photosystem II reaction center W protein, chloroplastic 15.20955813 14.99034238 15.56814559 15.41971755 15.44959526 15.2504556 15.37152216 15.44603083 15.58659882 15.12168531 15.23098679 15.73990581 15.57942097 15.65456034 15.07020388 15.60290007 15.12870789 15.2923852 15.40125371 15.11679653 15.4467692 15.41075221 15.48541526 15.52881324 15.38622448 15.32836283 15.45434468 15.61441322 15.17548943 15.60708721 15.61288849 15.42540801 +LQ01X027030 Putative Mitochondrial inner membrane magnesium transporter mrs2 12.6874165 12.33713965 12.29277527 11.87162897 12.26105942 12.65056975 12.54741729 12.36371237 12.80980097 12.50371496 12.56278597 12.07899327 12.38958018 12.81087226 12.33639319 12.95032809 12.81817163 12.85289587 12.79400641 12.43351202 12.36713504 12.49606362 13.01073818 12.86799179 13.06417816 12.88384323 12.79730701 12.61822914 12.23126783 12.37950226 12.70604834 12.81970378 +LQ01X027040 Ring finger protein, putative 10.97489291 11.08869767 10.49939303 10.50476968 9.796613204 10.27138275 9.946827041 9.766484219 11.06537188 11.07162547 10.52127306 10.8742085 10.27475537 10.27870555 9.987905199 10.15950971 11.94865241 11.97811255 11.82546759 10.71578976 10.41438169 10.9048866 9.122631206 9.083326775 11.93851078 12.21843681 12.37176601 10.54223849 10.32621829 10.42962423 9.218972414 9.554114433 +LQ01X027110 Signal recognition particle 9 kDa protein 5.887281739 4.629239272 4.592591545 4.681249923 4.929867668 4.400659055 4.497899819 4.774057901 5.515665241 4.902966162 4.723995085 4.616702579 4.839524119 4.449782313 4.708349816 4.53625096 4.958914359 4.751616775 5.111491397 5.142394312 4.56921371 4.902394001 4.886372416 4.934289651 4.763978199 5.098985816 5.126959265 4.762319386 4.890344642 4.964083619 4.944484786 5.120445588 +LQ01X027130 Probable WRKY transcription factor 21 12.39582972 12.74917147 11.24144919 11.76274273 11.85903503 11.53010457 11.60979189 12.03981684 12.48862031 12.94278613 11.83716717 11.80684105 11.86314938 11.80267476 11.80911723 11.98792429 12.57716316 11.9603869 12.90247741 11.82217204 11.11852607 12.61002855 11.2081584 11.35670815 12.84066504 12.488568 12.78097246 11.92365588 11.12390735 12.21696357 11.36136359 11.79508265 +LQ01X027140 40S ribosomal protein S15 6.0007803 5.929819236 5.553835299 5.726923371 5.625281738 5.75657435 5.946567396 6.399094311 5.901581763 6.176463882 5.969614815 5.950933978 5.808101192 5.941435021 6.397666634 6.225668352 5.923611308 5.752012879 5.923836817 5.935484404 5.079494651 5.783120106 5.695556613 5.511806719 6.178557177 5.369806516 5.996078212 5.493868957 4.903927625 5.839231093 5.811122402 5.566788584 +LQ01X027210 Hypothetical protein 15.10797198 15.26678922 15.04483615 14.83339177 14.75854752 14.31302012 14.76859292 14.84602423 14.81384518 14.87290622 14.65528635 14.56114863 14.46108527 14.436576 14.7976746 15.29433563 14.8355453 14.91906311 14.84380893 14.84741208 14.88527392 14.92013121 14.75107123 14.7700335 14.96510403 14.83484593 14.85753487 14.53701281 14.69397147 14.47915312 14.65664744 15.00900044 +LQ01X027260 Hypothetical protein 4.875565215 4.784722977 4.949152285 4.689861014 4.744980505 4.618344989 4.802641668 4.847802047 4.832402996 4.758308 4.763126512 4.75584439 4.990231777 4.641248054 4.674163657 4.734010062 4.905107749 5.123732449 5.172623774 4.848808003 5.382059704 5.038521984 5.834692025 4.855458342 4.875625693 5.268376525 5.020576677 5.136414723 4.836291158 4.802530202 5.100212643 4.84939191 +LQ01X027270 Putative 5-dehydro-2-deoxygluconokinase 8.306638302 8.80818944 8.649053552 7.715486715 8.319137641 8.208849956 8.166652988 7.958973123 8.42829235 8.863978659 8.920022561 8.093437584 8.034092124 8.75513555 7.774988306 7.626712448 8.072220267 8.144914737 8.332482337 9.087875871 9.281277981 8.259096222 9.80034531 9.209143132 8.504515413 8.259763395 8.646538813 8.83585631 10.11793046 8.236647762 9.956096333 9.827021928 +LQ01X027310 Putative F-box protein At2g27310 6.637536939 6.551204319 6.780871588 7.235173676 6.752520504 7.038659849 7.976540799 7.617571907 6.900141754 6.229404969 7.012654693 7.100227752 7.193502748 7.000167367 7.344299209 7.956961185 5.885940047 6.933054488 6.966689809 5.876228853 6.358865048 6.508234785 8.194697128 6.551058241 6.485987614 6.605968163 6.486490356 6.094187511 6.576150649 6.674351589 6.80387219 6.694219473 +LQ01X027340 Putative Chloroplast Ycf2 5.832443578 5.601482385 4.711815063 5.194120023 5.137885479 4.943804368 5.090512041 5.464590038 5.57726393 5.352702603 5.225218545 4.848648474 5.04127 5.209509027 5.09050386 4.99889081 5.133516105 5.366861249 6.334830442 5.587916546 4.878930432 5.234013434 4.666263971 5.503007355 5.173468471 5.581011142 6.113926417 5.43303996 5.326884988 5.310088741 5.440518918 5.111410728 +LQ01X027370 Putative uncharacterized protein 5.40966566 5.392445697 5.495347366 4.945743913 5.811642501 5.32552038 4.755714774 5.043272001 5.333314747 5.296335161 5.567240769 5.058045519 5.52789392 4.926696459 4.935023635 4.980105936 4.971869765 4.911594976 5.535883464 5.269640981 5.488240082 5.55376351 6.035084919 5.210094967 5.427110406 5.282914813 5.587799969 5.216749965 5.692783848 5.056937118 5.450957677 5.119652082 +LQ01X027390 Putative Antifungal protein ginkbilobin-2 11.07927299 11.03089707 11.76845224 12.5754944 12.44362765 12.83043917 12.83311474 12.47030941 11.46555138 11.62381067 11.72510195 12.2567153 12.53465325 12.66231007 13.14245215 13.04003139 12.15676157 12.3068168 12.89127462 11.91894813 12.03736188 11.6506395 12.4907436 12.22532217 11.50770103 12.15711523 12.54036114 11.89637503 11.16549331 12.09247883 13.03829582 12.58312856 +LQ01X027440 DNA repair helicase UVH6 5.526344805 4.956280927 5.117304527 5.102731976 5.25251991 4.845834428 5.311710491 5.147697605 5.484400873 5.831197137 5.508094986 5.188956972 4.933111237 5.023819683 4.933374098 5.127897777 5.649782608 5.67224307 6.606299666 5.308686773 5.28094123 5.493373793 5.958393817 5.719977157 5.772447247 5.203588817 5.583648187 6.585421884 5.429926663 4.969409927 5.46520854 5.284758148 +LQ01X027490 Putative Mitochondrial Rho GTPase 1 5.845534968 5.330610377 6.001293685 5.076401583 5.585575609 5.388534888 5.409380891 5.330299123 5.802775251 5.415873505 6.276660418 5.319369566 5.887629425 5.66113218 5.416790807 5.329455682 5.497645834 5.400275379 5.850914959 5.920432954 5.963198002 5.610046746 6.35549033 5.860699281 5.561640273 5.394095716 5.894459493 5.7758349 5.70375445 5.626514042 5.498208876 5.435301214 +LQ01X027520 Predicted protein 6.168928853 6.9258043 6.251364442 6.50610338 6.587665272 5.57254108 6.31465778 6.08118575 6.152556464 6.22583282 6.94793534 6.303816392 6.755496293 5.603007231 5.633626357 6.213010832 6.404107705 6.660019029 6.089263078 7.2375316 6.388840045 7.41574589 5.986070384 6.497156776 6.333453467 6.932167104 6.950151262 6.506212216 5.97891852 7.247800073 6.217709403 5.920601191 +LQ01X027530 Putative uncharacterized protein 5.118903253 5.194151087 5.02784463 4.935409309 4.833698984 4.904012399 5.016440034 5.000549569 4.975164155 4.91311281 5.144609607 5.161071179 5.115667985 5.025807429 4.885200706 5.164986707 4.904048588 5.153844807 5.288545317 5.186593639 4.884743078 5.019321733 5.495128086 5.868428361 4.875813916 4.862690837 5.674596567 5.038377205 5.038049497 4.999043902 4.870528524 5.225940607 +LQ01X027540 Putative uncharacterized protein 4.927533393 5.165522364 4.903243665 5.181339642 4.627512797 5.532634082 5.605203898 5.59917077 5.081966317 5.386383247 5.305534311 5.313050232 4.949071097 5.581571998 5.095222838 5.511698556 5.249639127 5.120410486 5.75177626 5.350978415 4.932006653 5.39071817 5.979604322 5.616069071 5.049644655 5.102739338 5.356791658 4.76954693 5.372288276 5.002272978 4.993102264 5.689859815 +LQ01X027560 Uncharacterized protein At3g63140, chloroplastic 6.22998863 6.213885292 5.945765724 6.293044443 5.727429989 6.468241276 6.478108786 5.623838377 6.545831012 6.136331531 5.722208388 6.085313444 6.305048193 6.265224557 7.095941132 6.163246146 5.726136937 5.954951509 6.680094087 6.023470739 6.13645242 5.811940418 5.568584208 6.291618351 5.885473944 6.818059166 6.685195361 6.319852458 6.350542249 6.043160536 5.676291914 7.073161019 +LQ01X027570 RAN GTPase-activating protein 1 5.380204264 5.248178352 5.11827673 5.101643064 4.963296937 4.534594182 5.040952382 4.927166624 5.257697004 5.519695828 5.390875794 5.437423816 5.286294861 4.871203615 4.806670569 4.862384638 5.374972215 5.002647898 5.385678223 5.515773332 5.422557022 5.084899631 5.514362126 5.371699829 5.459452756 5.477451996 5.16634794 5.547469408 5.283880977 5.240987345 5.06626746 5.053445846 +LQ01X027590 Cyclin-P3-1 5.500613704 5.597042762 5.703507407 5.642326276 5.753272666 5.757042262 5.603322847 5.338508632 5.903153338 5.811146686 5.7428209 5.733698626 5.462836523 5.882840341 6.246305155 5.744889429 5.509216899 5.333482424 5.956698452 5.878185116 5.355477763 5.614224073 5.566775031 5.729279315 5.751372237 5.937948374 5.525584596 6.636348437 5.361436228 5.66919496 6.105636049 5.968015584 +LQ01X027600 Putative Ribosome biogenesis GTPase A 10.52273905 9.904529338 10.81624633 11.3494496 10.64378671 11.83042815 11.97696331 11.3418464 10.39343259 10.30771177 10.48015473 10.96311173 10.45762335 11.57199711 11.65190303 11.11549341 9.986922737 9.900077359 9.734663971 10.53274002 10.47421465 9.799739661 11.71546096 11.41879095 10.18028367 10.181505 9.733598103 10.52482947 10.56544406 10.40680285 11.67180546 11.29929321 +LQ01X027620 Predicted protein 10.61548449 10.50630074 10.13587637 9.273587675 9.710539112 6.053111393 5.824858599 5.587360593 10.72531137 10.53911467 10.3020695 9.380125954 10.02709913 5.969022846 6.027176427 6.134757547 9.967923916 10.8230038 11.05183411 9.893702675 10.81160691 10.83725789 6.169821249 5.473613857 11.09752552 11.70500896 11.47518197 9.768533321 11.17119733 9.141075243 6.493639876 5.680054998 +LQ01X027700 Mavicyanin 12.53225047 12.29014212 10.55150894 8.683651251 9.104392104 9.720515988 9.663646739 9.874001759 12.32175915 12.51188755 11.31232655 8.933179697 9.270550631 9.8232744 9.867608356 10.12806984 11.61292945 11.57610925 12.12196785 10.60287207 11.18245302 10.34257386 10.91393198 11.52476214 11.68648554 11.96999648 12.11264347 8.845372059 10.29902067 9.101707369 11.22587139 11.44809556 +LQ01X027730 Ribosome-recycling factor, chloroplastic 13.14944984 13.46729751 13.28056509 13.28302185 13.38868394 13.6230748 13.76595528 14.02565788 13.31242311 13.1116808 13.19735395 13.68507005 13.32948124 13.57656331 13.86473626 13.7071289 13.27390501 13.4660615 13.48512386 13.21537498 12.72217804 13.69709845 13.95708048 13.80877428 13.32238835 13.62794212 13.63488534 13.70402393 12.69336453 14.22553787 13.90428903 13.77566595 +LQ01X027740 Putative Protein TIME FOR COFFEE 11.94798513 12.1272187 12.73447164 12.48614497 13.09250298 13.42063854 13.44647842 14.15991274 11.91104576 11.83188058 12.75084212 12.93430393 13.03076894 13.8116524 13.72495307 14.07397972 12.44557479 12.36518783 11.46502 13.09029165 12.9862303 12.12845616 13.6379084 13.743603 11.51100181 11.5483347 11.12174774 12.94604755 12.81382902 12.56603716 13.71968292 13.5483814 +LQ01X027750 Putative Chalcone--flavonone isomerase 2 12.62578742 12.87985046 12.46044117 12.7501657 12.11670504 11.83755745 11.78824118 11.13043412 13.02057172 13.00192139 12.74311642 12.53537578 12.75581398 11.81184269 11.98854227 11.18700218 12.7383776 12.90754888 12.79879333 12.67240616 12.88395984 12.81933221 12.41958276 12.22834181 12.95490409 13.15396286 12.77746731 12.77101356 12.65215117 12.1998545 12.15442803 12.00708351 +LQ01X027790 N-alpha-acetyltransferase 20, NatB catalytic subunit 10.95559509 11.87110709 10.6917895 11.60257467 11.00578455 11.3322335 11.63611585 11.97862566 11.48119873 11.79665353 10.83257398 11.83169944 10.93943755 11.46883803 11.5833185 12.11214986 12.71100107 12.20746724 12.06695059 11.33026584 11.4202137 11.80523094 12.04747245 11.25120628 12.34186148 12.06583496 11.81132436 11.7024531 10.55599531 11.64941125 11.90968204 11.21169976 +LQ01X027800 Putative Pre-mRNA-splicing factor 18 11.687544 11.97976274 11.72568455 11.57256132 11.06964585 11.62760368 11.83210543 11.56104931 11.69410639 11.89831471 11.64186122 11.24711508 11.06053259 11.66847881 11.68619338 11.55340961 11.63939578 11.80233579 11.60762056 11.66952751 11.48198753 11.31143301 11.5257858 11.68125666 11.87085172 11.82944564 11.81505386 11.80930192 11.60296879 11.33707349 11.51058329 11.60909814 +LQ01X027810 Photosystem I reaction center subunit II, chloroplastic 15.2201861 15.17741313 15.28520852 15.48176301 15.27121128 14.73622264 15.22181055 15.21491309 15.26708349 15.0082722 15.22093941 15.32261942 15.20134773 15.02414945 15.23829398 15.21624005 14.96057124 15.44707158 14.89478619 15.0412896 15.53487421 15.27568819 15.20360073 15.37224259 15.30173913 15.51741958 15.20561949 15.41504261 15.42089846 15.56891349 14.97799537 15.20674086 +LQ01X027840 Putative F-box protein SKIP17 5.367872661 5.497726661 5.029112025 6.758064174 5.646600148 6.197657897 6.916627757 6.103224403 6.276313503 6.870239443 5.687678839 7.387831363 5.884887302 6.411121205 8.558694537 6.072404791 5.320248767 5.43586885 5.127423453 6.241582702 5.783887164 5.425791601 5.844275957 6.678462431 5.156669633 5.308890597 4.918484356 5.007122082 6.501948964 5.832424816 5.806172186 6.483763524 +LQ01X027860 Predicted protein 13.58755189 12.8307266 13.35497445 13.80589295 13.58561335 13.99713759 14.08057576 13.76497777 13.52622256 12.7337511 13.1037393 13.84691033 13.51875249 14.16086975 13.5347641 13.84641812 13.05643916 13.84382128 13.12485526 13.2335242 13.32279752 13.11652651 13.60006945 13.70145259 13.09283743 13.48742931 13.30171142 13.20652136 12.75098916 13.25658637 13.83471878 13.63925365 +LQ01X027870 Putative uncharacterized protein 11.52022813 10.93135027 11.69636861 11.90751793 11.67471345 12.01892388 12.03368377 11.8782075 11.58971708 11.02763728 11.73465344 11.75408552 11.80856848 11.82929225 11.88485859 11.32503114 11.0628303 11.98231436 10.57964747 11.6889172 11.44531237 11.72983068 11.74869836 11.93258561 10.94782852 11.99101229 10.22335577 11.73321241 12.06183325 11.6862283 11.83820791 11.96554716 +LQ01X027880 Hypothetical protein 5.354831706 5.704454707 5.208064672 6.431037583 5.515888854 6.058925929 6.232848727 7.087682959 6.117124088 5.225750813 5.652052632 6.017469843 5.389087798 6.229128298 5.481085178 7.30045902 5.949662949 5.897787405 5.37283621 5.715711948 5.202580976 5.895040888 5.873323554 6.363094096 5.976531547 5.844615911 5.089771598 5.631484232 5.071896754 5.790992427 5.681449944 6.334373681 +LQ01X027890 Putative Protein of unknown function DUF926 10.14310543 10.3294272 10.39161899 9.843431625 10.26007273 10.18778091 10.23180325 10.43520325 9.421323 10.27620112 9.681733675 9.455066989 9.764013261 9.693833285 10.45760025 9.933907806 9.463833793 9.650389893 10.29833139 10.29705821 9.947354909 9.585323345 10.59981717 10.90352313 9.672260903 9.751443647 10.39682114 10.39125732 10.1632566 10.15633127 10.95716779 11.28731372 +LQ01X027980 Predicted protein 13.81054878 13.47811708 14.11592732 13.30504541 13.98159858 13.34951929 13.34022275 14.04097167 13.59217498 13.32531791 13.94085186 13.64834951 13.91387218 13.47170818 13.47633997 14.01363964 13.83417012 13.80295887 13.44957491 13.84685972 13.55050116 13.82036239 13.81902112 13.77225657 13.5272468 13.12700112 13.20737818 13.69913882 13.73984223 13.59415965 13.80560835 13.96493916 +LQ01X028000 Putative uncharacterized protein 12.04487723 13.00338989 12.19012797 12.59911156 13.52670023 13.42179137 14.01595893 14.71840114 11.89809883 11.70345733 11.72448321 12.75020668 12.23805196 13.43987316 14.21380255 14.40261137 12.66541544 12.14633446 12.61880847 12.04340799 11.38912311 11.8538516 12.6440772 13.02681889 10.94682889 10.31598187 11.41828363 11.52073444 11.25222905 12.33899311 13.59627193 13.12295575 +LQ01X028010 WD-repeat protein, putative 12.46451544 12.90806314 11.44339406 11.80365184 11.85576447 12.1576388 12.54442826 12.86118589 12.57018347 13.13224428 12.067785 12.2013138 11.85397196 12.55319892 12.72710253 13.10501417 12.69129644 12.77177849 12.64376074 11.72734481 12.06333654 12.16908974 12.5154643 13.11042675 12.65458325 12.76434362 12.86144573 11.76339905 12.08358667 12.38552924 12.69461391 13.12231929 +LQ01X028020 F-box/kelch-repeat protein SKIP30 10.77732237 11.49354167 10.53128601 10.60031455 10.5466931 11.2477742 11.10573976 11.4126184 11.0799852 11.38529132 10.59828641 10.9335291 10.87979331 11.22500047 10.9557229 11.50994901 11.68257074 11.31976945 11.64924859 11.63337663 11.43115569 11.42312119 11.52706985 11.50162523 11.47843441 11.18912421 11.73061237 11.53519575 11.0649533 11.30847483 11.29288957 11.37988649 +LQ01X028040 Putative Non-specific lipid-transfer protein-like protein At2g13820 8.155226532 8.287416113 6.543297285 6.288398107 7.069163459 7.78032361 7.801324213 8.006372477 7.487040158 7.277013606 6.813200082 7.559191292 6.254975422 7.674385307 7.027753105 8.974537455 7.685182171 8.924224161 7.755755008 8.392260636 8.751849156 7.60866331 8.594024345 8.978616537 7.814863515 8.545905377 8.082930133 7.270944914 7.47077559 7.476763948 8.330106659 7.892740878 +LQ01X028070 Putative Non-specific lipid-transfer protein-like protein At2g13820 5.586890716 5.412116829 5.80063088 5.064919209 5.399223226 5.225521081 5.364021284 5.623990928 5.561446817 5.315404015 5.244098532 5.628676771 5.602143032 5.260490265 5.200321713 5.858089244 5.398283945 5.289180628 6.277896539 5.526160819 5.04901126 5.370281375 5.722659954 5.275541936 5.853178605 5.572722535 5.737205975 5.742064944 4.940246156 5.047928405 4.666656119 5.322831734 +LQ01X028110 50S ribosomal protein L24 13.50053858 13.84920643 13.0436192 12.92200042 12.68332574 12.5664465 12.69725515 12.18078191 13.81913231 14.03124778 13.09517736 12.98416347 13.01058784 12.52278138 12.605005 12.40668794 13.48500038 13.34043511 13.50254884 13.045164 13.15028621 13.08310348 12.69278541 12.93415944 13.91395168 13.7457429 13.76871925 12.78725995 12.89667652 12.85414464 12.71517501 13.02752339 +LQ01X028130 Anamorsin homolog 12.42078771 13.19038906 12.30635548 11.78944677 11.97077068 10.95843256 10.78875818 10.55869079 12.95884557 13.33480151 12.64427378 11.85100785 12.44292221 11.04462611 10.96332816 10.59690612 12.64177282 12.60897296 13.15788746 12.28976454 12.31703703 12.39892742 10.8864202 11.25223423 13.14335351 13.23626933 13.64820905 11.99862017 12.59421843 11.69132459 10.91393301 11.45588737 +LQ01X028190 Putative TP53-regulating kinase 12.23166641 12.74402124 11.7762903 11.19076501 11.57845347 12.44637225 12.35208403 11.73390329 12.35266604 12.79966529 12.05182515 11.63344105 11.81744196 12.70377274 12.24778031 11.98785443 12.02195105 11.72704337 12.33080238 12.08507837 11.55336326 11.15304919 12.71005089 11.906602 12.63720154 12.23372375 12.61482028 11.58083498 11.57030711 10.64211292 12.86609121 11.90295353 +LQ01X028210 Hypothetical protein 8.54428089 9.666499445 7.349293856 8.022423017 8.642901679 7.910536196 7.967508168 9.160816403 8.366295961 9.556348882 7.6349108 8.407983413 8.29248851 8.121711866 7.59976674 8.792677657 9.458021538 9.619255066 10.33001927 9.426069025 9.326504797 9.848412387 8.956907353 10.28426525 9.874789012 10.30314837 10.85293139 9.379053509 10.00423602 10.04417741 9.016086895 10.1469057 +LQ01X028220 Putative Serine/threonine-protein kinase HT1 11.45967576 10.49361198 11.63248232 11.87719756 11.91992593 12.89589348 12.7145043 12.64012122 11.82169952 11.32493585 11.99879863 12.13467336 12.03459343 12.91071027 12.65851802 12.68377638 10.00294971 10.51698067 9.655743035 11.14862104 10.44809073 10.28448986 11.08313158 10.39015084 10.09951615 10.66821357 9.757019841 11.05421932 10.78943928 11.17493207 11.72108812 10.58486496 +LQ01X028230 Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial 10.22582309 10.71616992 10.19933308 10.54666158 9.861002901 11.72445924 11.86496269 11.97107317 10.29962934 10.05946702 10.15881613 10.66861688 9.908400626 11.82618005 11.7944725 11.68436975 12.01556568 11.49971451 11.10414872 11.11841901 10.65340709 11.31122736 12.16799355 11.6116852 11.09798133 10.65937601 10.69587394 10.847791 10.43811145 11.08519562 11.94268464 11.58243127 +LQ01X028240 Putative uncharacterized protein 12.42037179 11.87993658 11.96874471 12.29689721 11.71879568 12.2839936 11.82823271 12.21199658 11.91458919 11.65361642 12.02831712 12.43486052 11.83324799 12.18966254 12.28038192 12.23083461 12.53533179 12.21571604 12.16108721 11.73372995 11.34408547 11.78364985 11.07575792 11.03783675 12.31594594 11.92731588 11.78664442 11.94092343 11.24142271 11.24982557 11.24148834 10.73506586 +LQ01X028250 Sulfate transporter 3.1 9.277671434 8.809722484 11.25178645 10.68588638 11.41745549 9.166703463 8.844632437 9.677538053 9.511005612 8.983296642 10.86755766 10.86281225 11.43127842 9.432038776 9.654392636 9.393739511 9.29593917 9.257074361 9.098059569 11.49335698 10.59954193 11.07565877 10.35562673 11.11651386 8.593770979 8.783535259 9.340628941 11.99555634 11.40434 11.92063929 10.88355738 11.64129669 +LQ01X028260 Serine/threonine-protein kinase Nek2 6.019131822 5.963203367 6.452474124 5.800043633 6.230685984 5.079020174 5.582027414 5.533706105 6.443648162 6.239651377 6.078328473 5.905114139 5.821259134 5.409794401 5.54529828 5.468153634 5.532137385 5.471144707 5.42833406 5.783193091 5.841770186 5.754837547 6.002213695 5.468569816 5.797029839 5.466334148 5.84805247 5.768384502 6.244404342 5.68319231 5.139080185 5.895621275 +LQ01X028280 Predicted protein 5.9576628 6.092552243 5.714674873 5.861568122 5.567130832 6.064089092 6.047426813 5.59228091 5.560096469 5.74182848 5.19507728 6.188460748 5.662294157 5.576412243 5.61304292 5.684488011 5.83028795 5.728806169 6.073936732 5.81265085 5.799896009 5.947173481 5.462447617 4.97344022 5.828240552 5.955971815 6.444899651 5.935758343 5.705627189 5.431340203 6.191481617 5.243441365 +LQ01X028290 BI1-like protein 11.78533739 11.7522193 12.28925215 11.85895644 11.96735081 11.9094552 11.71840104 11.82265355 11.65030594 11.57620599 12.20137256 11.77598477 12.07526065 11.66015294 11.54641603 11.64962733 12.49222355 12.9713358 11.9690186 12.80249669 12.68338414 12.13620722 12.45632482 12.34701449 11.87540913 12.13111167 12.08480004 12.69311328 12.46355505 12.11338957 12.13429256 12.20049481 +LQ01X028370 ETO1-like protein 1 13.45395077 13.35451978 13.48489687 13.19048219 13.18426353 13.43315723 13.58300028 13.32326185 13.20877703 13.36893911 13.40562962 12.99514952 13.0761339 13.47469774 13.42199595 13.47502473 12.83594808 12.5077922 13.11293409 13.38515208 13.03493483 13.29143051 13.57665865 13.41170602 13.03825489 12.68629289 13.14983838 13.52977589 13.06836927 13.04242772 13.75072787 13.7216975 +LQ01X028380 Probable protein phosphatase 2C 51 4.705522447 4.536512085 6.061764012 4.650595417 4.316559797 4.507517786 4.613147522 4.601493675 4.916742183 5.426627632 5.517955236 4.883171957 4.512157436 4.583572001 4.496853567 4.709285682 5.186027581 4.974053006 5.859768147 4.677053596 5.638177357 5.284415083 4.811048509 5.226752387 5.020465451 5.528424424 5.364451609 6.205601366 4.75333423 5.098233577 4.767407082 5.128006866 +LQ01X028390 Heat stress transcription factor A-6b 5.594803425 5.933227804 5.361127437 6.29748427 5.524056566 6.103421985 6.416117828 5.271178629 6.039147266 5.648102321 5.458671512 5.587889792 5.592964055 5.176826821 7.706051985 5.256382696 5.326108716 5.998437621 4.920530546 5.555361959 5.688618579 5.426092493 5.15256738 5.495240668 5.595920603 5.725125656 5.482019732 5.181675182 6.002270103 5.296163254 6.165355553 5.257512186 +LQ01X028400 Nucleic acid binding protein, putative 5.104029383 5.120993125 4.890324732 5.096231376 5.096702783 5.359943856 5.202678054 5.310253189 5.086554259 4.959216118 5.360584608 5.155908864 4.851099235 5.669386581 4.989347192 5.100317219 4.971288167 5.263349635 5.092373691 5.405549519 4.91411614 5.55678443 5.271835792 4.891666903 5.122338142 5.054923506 4.908984585 5.235859632 5.136197422 5.402438282 5.436804615 5.501324536 +LQ01X028470 Putative uncharacterized protein 4.88499477 4.702173651 5.026289864 4.948341848 5.16053061 5.032475851 5.141846667 5.306242709 4.961826745 4.914863122 4.914694085 4.872231475 5.345366646 5.255866828 4.696474118 5.040746136 4.866241792 4.867184794 5.059794926 5.436578604 5.556323408 5.330668756 5.348204274 5.174810403 4.926992199 5.016001981 5.246938136 4.686789414 5.205585663 5.097397556 5.64968291 5.446604778 +LQ01X028510 Putative calcium-transporting ATPase 12, plasma membrane-type 7.573075854 6.593498625 6.80115867 6.968205923 7.881832756 9.458957973 9.591061236 9.637427227 7.450917849 6.466649732 6.753355642 7.976438949 7.573530049 9.797920625 9.338929984 9.983020417 9.88714164 7.780639711 7.076436632 9.359581782 6.626881119 7.244467446 9.188255342 9.262376331 7.651453787 6.871639517 5.389998568 7.626749029 6.501023044 8.697976548 10.09210154 9.109834307 +LQ01X028520 Predicted protein 11.1868851 11.07534061 10.71378863 11.3763608 10.89466156 11.17564744 11.5324506 11.30137539 11.17837632 11.21070016 10.91083156 11.47492592 11.13541397 10.93084308 11.3166808 11.25815502 11.30591353 11.81507683 11.08287451 10.86990673 11.29122806 11.02108982 10.17342829 10.94917803 11.08924699 11.96781909 10.95501255 11.13425801 10.71295161 11.05160517 10.28971783 10.84614789 +LQ01X028590 Putative uncharacterized protein 5.057315384 4.994582343 5.010301101 5.033293055 4.892744872 5.14952286 5.276844153 5.219026957 5.077615378 5.06948134 4.692957081 5.236645292 5.331922361 5.184725464 5.173892468 5.477082737 4.683843933 5.01766491 5.194114002 5.007939774 5.499292404 4.86776199 5.044948794 5.153151579 4.925205431 4.991087452 4.802744701 5.444216972 5.214681796 4.645273994 5.160838576 5.065725484 +LQ01X028600 Small nuclear ribonucleoprotein sm d1, putative 14.16727858 14.30879508 13.33002636 13.64070979 13.36664066 13.87307383 13.8646326 13.7031638 14.41039322 14.42607246 13.56007924 13.6423778 13.4167072 13.65743307 13.57133428 13.74913251 14.17951304 14.07560972 14.09469793 13.53753845 13.72676698 13.79836877 13.75252871 13.86802199 14.39226049 14.47566003 14.06689531 13.66530946 13.04064486 13.60986897 13.67946007 13.77566458 +LQ01X028640 Putative Basic 7S globulin 5.873438219 5.766656675 6.003170752 5.748567992 5.310214542 5.18715728 5.025049157 5.110572671 5.900655925 6.046876964 5.353671093 5.64687328 6.114268561 5.252331093 5.462311066 5.167757877 5.254091008 5.20291741 5.163898738 5.78961708 5.928665682 5.530176938 5.431049593 5.150281435 5.355121103 5.731368366 5.236529105 5.367568941 5.763741753 5.427527754 5.895246516 5.531859191 +LQ01X028670 Putative Uncharacterized isomerase BH0283 10.84650686 11.2763096 10.50440665 10.7495205 10.86903172 11.81145405 11.25513718 10.72273787 11.01535635 11.21354595 10.65283923 10.65412845 10.88756655 11.64736273 11.23325509 10.81192097 12.06056703 10.95646739 11.2922752 11.66726628 10.3273022 9.815664265 10.41139535 10.24618779 11.08911249 10.41515843 10.82607759 10.1603094 10.15065084 9.2277426 10.83405872 9.833671475 +LQ01X028680 Putative uncharacterized protein 9.756092424 10.16126577 10.34605219 10.34248499 11.1420003 10.99356576 10.64284286 10.97821494 10.25255799 9.99425176 10.68429084 10.74802424 11.16063312 11.02282224 10.89309495 11.03590949 10.62773981 9.638940753 10.34814421 10.2781113 9.596993423 10.59326177 10.68801109 11.49082846 10.21419391 8.708461172 9.021683477 11.09971539 10.29287223 11.40750348 10.65327711 11.050959 +LQ01X028730 Putative uncharacterized protein 10.10148854 9.843739131 9.423934522 8.835567094 8.593138716 9.654815298 9.270842698 8.687475675 10.00877347 9.471776864 9.369397825 9.002621968 8.52826146 9.744826147 8.977289495 8.459670005 9.140113065 8.105631511 9.094134837 8.817375024 9.335545842 8.865381102 10.32693792 9.153135963 9.925217167 9.01164523 9.457404802 8.695215579 9.441818187 8.943182129 10.14022836 9.424982744 +LQ01X028740 Predicted protein 5.675082608 5.213866067 5.195552772 5.519605119 5.224434115 5.576978537 5.449509009 5.374041299 5.476899965 6.264751948 5.267526309 5.377118196 5.429901593 5.499421114 6.382875438 5.506318922 5.592684085 5.871615547 6.115510854 5.612719074 5.20450503 5.288525992 5.351910301 5.262401266 5.729797198 5.845786866 5.890762973 6.662499312 5.394761211 5.345322471 5.069610245 5.167827231 +LQ01X028750 Probable glutathione peroxidase 4 5.912653825 5.670736878 6.43414126 6.072035292 5.956616485 6.391987684 5.966822877 5.902075793 5.938829397 5.652591014 6.634077013 5.815589052 6.571260026 6.202291271 5.777873051 5.691088548 6.34798424 6.173300616 5.568270633 6.513750147 6.021491985 5.756822247 5.813479664 6.929628123 6.272686992 6.228567155 5.320687864 5.878357496 6.161176856 5.870150099 7.581573919 6.249193686 +LQ01X028760 Glutathione peroxidase 5.229440797 5.352559241 5.803280081 5.401772975 5.545532639 5.488078808 5.778676334 5.049349181 5.242796684 5.845521998 5.270187915 5.549263425 5.453327794 5.199566251 5.936581102 5.363248588 5.424017891 5.316217183 5.270759898 5.557414684 5.550912972 5.129764345 5.040867999 5.844187101 5.38460656 5.257183067 5.816114252 5.153845735 5.462685325 5.508067738 5.428175486 5.819736754 +LQ01X028790 Putative uncharacterized protein 10.02838674 11.61034028 11.32839141 10.18878456 9.834003487 9.385222383 9.593422904 10.88261021 8.951215703 10.00686974 10.1422499 9.852014293 9.977391709 9.267036719 9.93090131 10.24132688 12.35802715 13.30976526 10.61781112 11.49635256 12.52484595 10.38307845 11.48320698 11.25951598 9.916911047 10.67613538 10.82902311 10.95092753 11.32049188 9.806684266 11.02873867 11.36115479 +LQ01X028820 Predicted protein 5.125829174 5.392872513 5.652231828 5.297208406 5.307260305 6.218377032 5.344092706 5.062281586 5.827743844 6.476275265 5.790002893 5.471184475 5.391042244 5.61617154 6.196446318 5.530134477 5.267285266 5.422101312 5.355014432 5.693117786 5.317862986 5.167193902 5.526226944 6.137362837 5.287456783 5.121651973 5.379327245 4.994563214 5.562769157 5.511397714 5.947864601 6.212253148 +LQ01X028830 Predicted protein 6.191013629 5.952965422 6.571318914 6.076862575 6.050531659 5.820289234 6.195134444 5.69171762 6.206349465 6.366405398 6.453269984 6.468303081 5.997732952 5.940806687 6.849611924 5.897929535 5.673682374 6.094422024 5.862812865 6.191761205 6.950422057 6.172105614 6.269098518 6.88285719 5.994201664 5.500375662 6.852697467 5.904422137 6.61007481 6.393062597 5.994368382 6.201735925 +LQ01X028860 U6 snRNA-associated Sm-like protein LSm2 5.290662431 5.446875954 5.150249547 5.295047375 5.289515785 5.940388464 5.259496207 5.583484024 5.480115311 5.942656254 5.481116685 5.40201011 5.560109288 5.583572623 5.497029664 5.383680723 5.651226961 5.739842034 6.62661489 5.873797462 5.230053201 5.108843956 6.07218701 5.902916126 5.259514834 5.588891596 6.709468561 5.53992153 5.001427789 5.392345255 5.809276613 5.62579211 +LQ01X028870 Putative Speckle-type POZ protein-like 5.650962289 5.885132651 5.534072775 5.636200436 5.566032705 6.18033117 5.4729413 5.51057389 5.513341479 5.523671103 5.357646701 5.700362527 5.885852494 5.836927552 5.106019947 5.418338874 5.526596759 5.934842237 5.373286492 6.10691269 5.704376941 5.527866778 5.952354436 4.965549495 5.561294138 5.603194934 5.4824328 5.030364962 5.286435923 5.615408515 5.506036775 5.280554723 +LQ01X028880 Predicted protein 12.15616525 11.55893441 12.98397828 13.2951527 13.09737892 13.83449175 14.24716343 14.02741114 11.92298836 11.10287418 12.49341516 13.0898608 12.981564 13.94920699 13.74847381 13.76045852 11.36863136 11.58890224 11.4522681 11.80371882 11.97313402 12.23059762 13.82438382 14.02456535 11.3460247 11.60221819 11.67465388 12.45622512 12.45883492 13.57264698 13.63847497 13.95669385 +LQ01X028890 Elongation factor Tu, mitochondrial 5.0939708 5.606716043 5.381724021 5.158894606 5.608980872 5.21243663 5.283813204 5.371526023 5.093849074 5.218234538 6.104527918 5.002246653 5.239038281 5.621416834 5.274085717 5.251347077 5.256211539 4.991507818 5.079671873 5.349030115 4.635577956 5.161447956 5.514109998 5.875026876 4.995565937 5.450154723 5.446693034 5.443910665 5.420161794 5.154531826 4.911198976 5.409871411 +LQ01X028920 Putative Mitochondrial ubiquitin ligase activator of NFKB 1 5.83212499 5.4493303 4.943560192 5.891324192 5.12202029 5.506311174 5.586605925 5.795172029 5.513114829 5.237287437 4.954784805 5.89316826 5.737415084 5.311111356 5.436591642 5.739134054 5.310035696 5.099624931 6.60600714 4.931931064 5.16184887 5.530854556 5.311652487 4.921095493 5.421194798 5.616369923 6.177144469 5.246365328 5.848972949 5.489495937 5.638495918 4.751033294 +LQ01X028940 Putative uncharacterized protein 4.972930671 5.624037951 5.947139631 5.448002725 5.569079267 5.695633177 5.433357022 5.548329432 5.25866914 4.989852345 5.839348092 5.344916432 5.432463676 5.592321053 5.3090182 5.297986706 5.237035591 5.544762552 6.534971148 5.50613445 6.30503573 5.572097643 5.985642519 5.384792927 5.587394182 5.546309617 5.853666302 5.677948074 5.244241407 5.604783382 6.222842641 5.954254766 +LQ01X028950 Synapse-associated protein, putative 5.146016916 4.975172928 5.118556563 4.855071293 5.075571702 5.309710639 4.983776143 5.239612342 5.338040122 5.063430342 5.082101036 5.049605906 5.242018354 5.143756945 5.007779099 4.985436275 5.518548397 4.874408531 5.141661465 5.054732779 5.49267472 4.737555854 5.372562128 5.972513383 5.148959316 5.360611454 5.52726985 5.419006811 5.091547853 5.176038544 5.485459496 6.028192966 +LQ01X028990 Putative Predicted protein 5.570398888 5.022257036 6.26022143 5.223816836 5.866429158 5.337105835 5.108358697 5.346394055 5.862946203 5.383041097 6.058302797 5.274013855 5.787441675 5.315050334 5.312772938 5.291765337 5.67458798 5.919061699 5.475727321 6.24670252 5.250141409 5.587877993 5.678066697 5.144044307 5.611380331 6.161564073 5.403190753 6.519609312 5.567773439 5.654534631 5.405730497 5.417453752 +LQ01X029010 Auxin-binding protein 1 5.631335751 5.450222348 4.938141318 5.711566548 5.252639764 5.513422265 5.367026528 5.495212963 5.69375257 5.96213705 5.551712701 5.294591114 5.127304074 5.538976878 6.134536666 5.424441362 5.36104438 5.289680242 5.782263746 5.556539301 5.607572889 5.114239548 4.919032099 5.775282109 5.190617164 5.129855687 5.245509733 5.88050643 5.297406995 5.379806779 5.439859865 5.8227203 +LQ01X029020 Auxin-binding protein T85 5.154672535 5.028432082 5.053358342 4.951674256 4.652338353 5.240622023 5.19552458 5.254650393 4.945017664 4.9602676 4.83887919 4.853871966 4.914198127 5.257407182 4.851941469 5.400942353 5.265710274 5.179605019 5.437846715 4.920677427 5.565196119 4.998481711 5.2502241 5.246163096 5.141121403 4.898953011 5.528712127 5.196815155 5.356299753 4.729253705 5.047109226 4.997874002 +LQ01X029040 Predicted protein 12.45861906 12.26266447 12.71943737 13.02167303 12.38596831 13.11886343 12.94259416 12.95256029 12.9196074 12.46639606 12.83467448 13.18983751 13.07447675 13.49577651 13.05080785 13.05880327 11.19231497 12.04725177 11.49875478 12.07119137 12.46698617 12.54062025 12.54296349 13.48072925 12.13110829 12.77511161 12.01582874 12.33316873 12.59566401 12.9005148 13.13024796 12.88042693 +LQ01X029050 Putative Protein FAM38B 5.575119947 5.537146508 5.677342687 5.751394526 5.743355205 5.280944653 5.390393489 5.360123805 5.7605451 5.548207692 5.272641415 5.863981515 6.040875836 5.68210473 5.214807526 5.862867051 5.445400305 5.719083208 6.163595508 5.543243862 5.582780158 5.431430483 5.332774831 5.433235236 5.295030391 5.682315081 5.815696436 5.478108895 5.690701381 5.445931803 5.306483989 5.641148188 +LQ01X029100 40S ribosomal protein S7 14.80646115 14.87762816 14.29928807 13.61138237 14.08343167 13.74080967 13.54453889 12.92870448 14.92533054 15.21361985 14.73158114 14.15881825 14.32072812 13.85141696 13.81348595 13.57157357 14.86206196 14.67315836 15.09385845 14.69038738 14.38642647 14.60697692 14.49813328 14.17382745 15.07386638 14.90556495 15.18077815 14.3565824 14.39017631 14.02154846 14.5289379 14.39392734 +LQ01X029120 Putative Probable indole-3-acetic acid-amido synthetase GH3.6 5.80344564 5.474711188 5.32868074 5.194917585 5.330107638 5.028848414 4.955531178 5.018225997 5.946068982 5.503737601 5.460086844 4.951595737 5.134173492 5.036162783 5.100600328 5.156621849 5.758011907 5.777235599 5.839028876 5.519886271 5.458069915 5.477371565 5.467792394 4.990037891 5.326243979 5.502166457 6.036590302 5.487970548 5.336486943 5.560765717 5.301361771 5.852610742 +LQ01X029130 Sugar transporter ERD6-like 7 5.676907167 6.056276535 5.490796522 5.932148195 5.515128488 5.049853553 5.236114226 5.587052871 6.518250516 7.095544018 5.47139828 6.010548214 6.067171863 5.335556118 6.220318381 5.409335802 5.434340537 5.352856779 5.408811313 6.421595131 5.675882032 5.756327056 5.170339314 5.307523143 5.711055536 5.440488456 5.468914475 5.612533641 5.703579618 5.779149058 5.497790378 5.056612283 +LQ01X029150 Probable LRR receptor-like serine/threonine-protein kinase RKF3 5.770517695 6.076123915 5.146722164 5.318770477 5.515909137 5.196789959 5.185347772 5.149463901 5.527378558 6.299013713 5.371715799 5.077303553 5.695590778 5.144462718 5.082360265 4.996236909 5.56702076 5.449877605 5.796433075 5.691541809 5.261973341 5.282106604 5.164828435 5.270599699 5.439629363 5.644011896 5.698834943 5.001597985 5.255586095 5.173554605 5.110408996 4.986394624 +LQ01X029160 Predicted protein 4.92797576 4.921101808 4.887548175 4.725792088 4.542203522 4.620393897 4.715590572 4.995078701 4.898898087 4.975404318 4.692488535 4.831008949 4.688084831 4.492902118 4.824897355 4.751079195 4.765249247 4.707144421 4.958986476 4.982642362 5.479345556 4.551381226 4.618082926 5.55500017 4.944040476 5.13855838 5.011325628 5.01014849 5.132688841 4.567360853 5.209084019 4.934564236 +LQ01X029180 Histidine-containing phosphotransfer protein 5 13.07104707 12.3667363 12.41917213 13.4432538 12.49363036 14.11347476 13.99323569 13.64820556 13.062433 13.17651237 12.52805273 13.26497878 12.1983529 13.75615587 13.71406357 13.48354192 12.81000908 12.66634873 12.51160894 11.65003853 12.49206479 12.26210623 12.48786026 12.69519497 12.99462597 12.52874198 12.60041881 11.69086803 11.84316047 12.30795533 12.23678392 12.44393476 +LQ01X029200 LEC14B protein 13.64490787 13.55098671 14.0088591 13.25297487 13.48146318 13.60988528 13.33122036 13.15438483 13.43694617 13.12021899 13.84505013 13.10679458 13.56455678 13.28812932 13.2121573 13.2393331 13.65284913 14.33004176 13.57428827 14.5457019 14.67795041 13.66358754 14.47007437 14.42120341 13.32710086 13.73904208 13.42074938 14.23577013 14.49209525 13.53836852 14.51076003 14.36963679 +LQ01X029220 Probable gibberellin receptor GID1L2 11.44111065 11.64397385 11.73263236 11.89105909 13.04526062 13.17953057 12.79921073 14.1865092 10.89567016 10.50804983 11.42783 11.65795474 11.8133613 12.94828458 12.89319367 13.3087787 13.9315848 13.67587461 12.89663816 13.1879057 12.18839803 12.41308857 12.75832214 12.93445122 11.26459214 10.745674 11.55501456 11.76910163 11.1313461 12.24261671 12.56253516 13.01319178 +LQ01X029250 Histone H2AX 15.03816517 15.28268029 12.65292798 11.07604782 11.86862335 10.80881716 11.51397042 11.46499524 15.20310081 15.33201464 14.62676217 12.27960045 11.98735312 10.9286234 11.65282837 12.10353315 14.41229842 15.22057192 15.27242722 12.93094376 14.61203811 15.34252517 11.72870946 11.09536858 15.65074021 15.61448943 15.17412968 11.52283026 13.63113438 11.49526236 11.92638668 11.84848252 +LQ01X029270 Serine/threonine-protein phosphatase BSL1 5.421288533 5.658152504 5.181815886 5.389646329 5.822095383 5.138973887 5.576767154 5.165397906 5.692911178 5.567996095 5.433155299 5.476876407 5.211751919 5.44349674 5.30766397 5.42648575 5.164094025 5.358556052 5.701747732 5.580043975 5.776564872 5.44670948 5.211023369 5.098797122 5.329657529 5.384266488 6.072571126 5.67398593 5.307540801 5.507368647 5.188176221 5.380297146 +LQ01X029280 Putative Protein tas 4.882807745 5.074782615 4.99184011 4.974173717 5.318335922 5.02930298 4.95928198 5.005708531 4.98237426 5.352416069 5.0952298 5.079250982 5.014762158 4.983539511 5.089845058 4.999699879 4.915269643 5.052496056 4.921620193 4.763471717 5.167865638 5.029286261 4.814831001 5.5004772 5.271399922 5.435760531 5.479623908 4.709378379 5.147346937 4.911234436 4.729948987 5.293162564 +LQ01X029290 Histone H2AX 13.94195719 14.38556772 13.1486536 12.4995719 12.18607138 11.40815272 11.60931744 10.85377901 14.15500009 14.82215409 13.34722114 12.50013554 12.63162417 11.29464127 11.66696911 11.57350964 13.6381122 13.42361396 13.95432691 13.04205951 13.36493344 12.8925705 12.22532101 11.25669077 14.4186038 13.81151691 14.13692517 12.52869052 12.60244611 11.83711736 11.92652797 11.47446254 +LQ01X029310 Putative Cohesin subunit SA-1 6.588471916 6.077664942 6.477172427 5.665643897 6.661613265 5.48149793 5.529617604 5.556633231 6.161233982 6.286515996 6.276721009 5.670491756 6.560431525 5.461919843 5.611152379 5.821540716 5.687646684 6.770017487 6.702234973 5.880317975 6.331627595 5.858595828 6.413832315 5.774681813 5.802522788 6.646907953 6.4931136 5.776058781 5.802352042 6.375059994 6.838695936 5.750196911 +LQ01X029320 NPL4-like protein 1 5.741143509 5.497471031 5.094540003 5.372592101 5.555708273 5.559566195 5.471990489 5.456388043 5.689435804 5.527842618 5.303016165 5.212727234 5.260622837 5.260889038 5.191730086 5.169093197 5.690212642 5.945683478 5.843509571 5.817148782 7.423045093 5.767251708 6.36362232 5.67248703 5.567548996 5.581067496 6.362198588 6.45695691 6.337255173 5.454413288 6.949103863 5.855460195 +LQ01X029360 Gtpase activating protein, putative 5.356555312 5.072026202 5.081078132 5.208075947 5.972095009 5.267345507 5.218157524 5.089910268 5.351174314 5.195495203 5.589558785 5.129393179 5.230607546 5.147518275 5.618090478 5.267588302 5.352906141 5.303477981 5.420562651 5.364976971 4.955356332 5.722818572 5.777079386 5.091814241 5.121665132 5.292587039 5.028636744 5.368807626 5.532434592 5.356412355 6.261260179 5.20348501 +LQ01X029390 Putative Mitochondrial substrate carrier family protein ucpB 7.718250903 7.61353573 6.442976877 7.61492589 7.017193957 7.748109771 7.529857999 7.21733583 7.917896498 7.751517715 7.147734058 7.489321347 7.224418163 7.890048773 7.218980038 6.854334034 7.667700165 8.222479845 7.814581308 7.345798136 7.489180254 7.498651068 7.617867673 7.089977582 7.983079219 8.352899799 8.46276381 6.851893344 7.901395816 7.426644086 7.254527856 6.296910575 +LQ01X029430 Predicted protein 12.27774057 12.23465553 12.14759483 12.44701221 12.24624072 12.79511784 13.03695063 12.54753891 12.22224378 12.42015611 12.19365764 12.48004377 12.39822873 12.84999403 13.14586393 12.84805488 11.80119221 11.89988438 11.91913457 12.00395776 12.11841289 11.91830056 13.03096603 12.89610674 11.86617499 11.87517139 12.44104632 11.86279822 11.93724281 12.1766781 13.2197164 13.014403 +LQ01X029450 Predicted protein (Fragment) 5.729177928 5.286278954 5.074535028 5.306673207 5.170343761 5.678020032 5.401772023 5.268115083 5.599250143 5.472444338 4.914939395 5.332000951 5.276437756 5.335004006 5.219613324 5.192669979 5.223548039 5.36247139 6.417752551 5.561859574 5.332003606 5.151663894 6.073068381 5.43848525 5.357250359 5.036082895 6.316581507 5.276777129 5.462589957 5.018558684 4.986582974 5.036546036 +LQ01X029520 Protease Do-like 2, chloroplastic 4.776076777 4.762085339 4.835891502 4.696190895 4.617587082 4.67405862 4.660878209 4.506019602 5.110301445 4.788902483 4.805568027 4.823987071 4.602557023 4.619976474 4.736871643 4.949390027 5.218669164 4.920229427 5.376607229 4.804330496 4.557726456 4.763646671 5.524092005 4.984243625 4.58241416 4.627839376 5.212544068 5.173847602 4.881757675 4.565118827 4.994755504 4.81412047 +LQ01X029550 Putative uncharacterized protein 9.461553893 11.03333315 8.759911597 8.875920102 8.933388041 9.852658204 9.56057766 9.334825211 9.813054479 10.84883696 9.502301823 8.712139433 8.694519698 9.914967232 9.279934925 9.238810996 8.382256138 7.586989057 9.644147543 7.293822439 6.986979982 7.712120623 8.440550854 9.009257531 8.716962626 8.335762802 9.754413733 7.072904917 7.470706831 8.524935873 8.820546175 7.932453024 +LQ01X029580 Tubby-like F-box protein 3 11.82573661 12.02394402 11.96375659 11.97561531 11.98217607 11.66380134 11.70894753 11.98053664 11.87796648 11.65986702 11.78360587 11.71314502 11.62852171 11.61405648 11.65745567 11.28829915 12.06558456 11.9312283 11.85475619 11.7486254 11.90796298 11.9596544 11.61813637 12.01892449 11.92210988 11.98850258 12.05807586 11.83477582 12.25442196 12.04080613 11.8697876 12.20790863 +LQ01X029590 Hypothetical protein 5.633740552 6.265656306 5.482581875 6.199032505 5.612559176 5.586233273 5.99440969 5.482383831 6.051835543 6.772089837 5.959409056 6.447330378 6.101572403 5.633992752 6.999598369 5.701494338 5.759364229 5.667960645 5.812256703 5.782605345 5.717740035 5.562318453 5.580370452 6.183542632 5.709805203 5.668329846 5.848215904 6.750706278 5.911057794 5.877889406 6.378508918 6.399965922 +LQ01X029600 Protein TRANSPORT INHIBITOR RESPONSE 1 5.812538503 5.723167628 4.941644912 5.663579793 5.426471734 5.286495511 5.126927582 5.618375088 5.601535007 5.508977338 5.254765927 5.369417506 5.353921385 5.433101839 5.373315773 5.211161691 5.202210261 5.293806064 5.718228878 5.830072568 5.315201354 5.398779903 5.396316811 5.625774444 4.80925958 5.613301523 6.262712641 5.641941391 5.994945497 5.226644389 4.91752799 5.122671603 +LQ01X029610 Hypothetical protein 5.351052408 5.123728155 5.479819551 5.704641603 5.141665391 5.763278984 5.338202151 5.994587356 5.373341407 4.969636072 5.460841083 5.596128767 5.418719812 5.881378955 5.425812625 5.412279717 5.805104812 5.182014519 5.426412863 5.444707192 5.802834967 5.205274219 5.805177646 5.784853139 5.287435534 5.374344045 5.489894965 5.345736714 6.175492795 5.442294736 5.591936573 5.307986116 +LQ01X029630 Putative uncharacterized protein 9.221417708 9.920417241 8.756691536 9.813221636 8.909938939 10.68650274 10.60661708 10.55643257 9.592512992 10.36060505 9.74044601 10.08575079 9.217756841 10.66711313 10.78374759 10.77511496 9.640334136 8.801944728 7.919640672 9.162275018 8.969965414 9.08447434 8.397662273 9.703695592 9.622005549 9.162686263 7.304370281 8.73258201 8.001307486 9.026126523 8.97735227 9.730414355 +LQ01X029690 Putative Zinc finger protein CONSTANS-LIKE 13 5.180934161 5.286825613 5.237130449 5.393843816 5.067229668 5.440926924 5.442899359 5.276301837 4.977424791 5.584997878 5.017258775 5.533984672 5.309885077 5.373115348 6.546974073 5.449418426 5.201950466 5.295211157 5.724267159 4.950319158 5.121599674 5.267938212 5.083038794 5.418306466 5.269231141 5.420946714 5.961884361 5.167061306 5.353549175 5.120114712 5.541660878 5.267587309 +LQ01X029700 Putative RING finger and CHY zinc finger domain-containing protein 1 5.213550648 5.716114849 5.631842424 6.101693952 5.290059824 6.512668342 5.751855739 5.495177957 5.529295357 6.014455198 5.600193989 5.743574244 5.206530497 6.110722173 6.930830369 5.326536441 5.15452934 5.480964142 5.330389599 5.096119535 5.124404629 5.263696858 5.303553681 5.161561432 5.229697186 5.254162909 4.920960342 5.259085859 4.968968419 5.340991662 5.180320801 4.96290038 +LQ01X029720 Monothiol glutaredoxin-S9 5.326488205 5.805292411 5.541513535 5.404959012 5.050146149 5.638317773 5.433767602 5.454886082 5.300550708 5.211278658 5.35312202 5.528123837 5.509139531 5.469773986 5.610018799 5.316776409 5.158982099 5.778717172 5.001284465 5.621536127 6.216934432 5.327723357 5.163385327 4.832722722 5.059846697 5.580110475 5.289888629 6.083246515 5.995292439 5.089244269 4.969690699 4.928960652 +LQ01X029780 Putative uncharacterized protein 11.99780836 11.44570077 11.66204988 12.43211526 11.66101022 12.32210799 12.14008581 11.65109161 12.05611864 12.4072203 11.72024955 12.24371111 11.63632151 12.05856318 11.9309008 11.8807961 12.3239391 12.65378934 11.98233261 11.86889587 11.75402968 11.66332564 11.49462103 10.68542573 12.30013024 12.58511216 11.74614938 11.52421826 10.61793764 11.28209013 11.33132236 10.55213902 +LQ01X029790 Putative BTB/POZ domain-containing protein At5g48800 5.265338509 4.933527407 4.721300287 4.752292915 4.746605604 4.861421165 4.821917947 4.786306475 5.061941868 5.211395109 4.829705695 4.825988362 4.845957461 4.876170908 4.451748905 4.703975045 5.10360513 4.884587933 5.169427355 4.80391296 4.843719946 4.947361197 5.597044379 5.192126254 5.041445606 4.902167237 5.000789098 5.090105965 5.405669668 4.709476823 5.49942019 5.11265953 +LQ01X029800 Hypothetical protein 5.184524745 6.064358258 6.109438688 5.459026579 5.833570109 5.656758058 5.610395636 5.815500714 5.374453936 5.565072554 6.248419834 5.565858133 6.064706488 6.036128875 5.187420235 6.186461158 5.588682884 5.675635906 5.509879864 5.547691728 5.042115642 5.844608859 5.719851708 5.692429578 5.447453063 5.683956389 5.72695204 5.42323241 5.26087607 5.718665807 5.957872511 6.12220939 +LQ01X029810 Zinc finger CCCH domain-containing protein 32 13.16946075 13.14846346 12.92222496 12.7256361 13.09546573 12.74785145 12.61634657 12.612852 13.27203468 12.7806348 13.17034868 12.94372423 13.14264964 12.81996987 12.69072711 12.85383377 13.01682325 13.3218309 12.79574158 13.66818623 13.5462978 13.01102367 13.2430168 12.88672838 12.72189636 12.99863773 12.70496417 13.80229696 13.41440117 13.13110061 13.22331406 12.9061401 +LQ01X029840 Putative Spermatogenesis-associated protein 20 12.63842522 12.4847312 13.13415752 13.36431154 12.60426021 14.01133746 14.2644984 14.20448407 12.55812418 12.10810631 12.55225012 13.45730209 12.51610914 14.35358956 14.01112771 14.00936107 13.65730108 13.79285985 12.49113158 12.99770903 12.60347208 12.58796387 13.39705824 13.75018856 12.44837082 12.75186676 12.00277124 13.153472 12.50760091 13.0072288 13.44856776 13.63144015 +LQ01X029850 Putative uncharacterized protein 9.003100543 9.569888271 9.871000913 10.14116751 9.780809873 10.54117192 10.63943002 10.7161899 8.874869732 8.980224504 9.656368311 10.37471465 9.832744251 10.74221709 10.76412988 10.55960323 9.653685298 9.864917494 9.501642914 9.581475696 10.63890483 10.0803784 12.51031731 11.6169881 9.722163627 9.535503133 9.606607623 10.34769611 10.77209032 11.31880569 12.18075003 11.35923023 +LQ01X029860 Predicted protein (Fragment) 5.175643087 5.078150782 4.662957568 4.863132554 4.718747129 4.737196617 4.657254898 4.708976674 5.125019924 5.055825292 4.63871871 4.882145235 4.480206365 4.806746447 4.790894253 4.744275382 5.058685637 5.040656275 5.601101381 5.313573442 5.060615169 4.915781766 5.470740529 5.453420571 4.814631849 5.312929357 5.553813208 4.929214149 4.940558649 4.698517583 5.671061976 5.066311659 +LQ01X029870 Putative uncharacterized protein 7.406186146 7.401150531 6.990598413 4.989208854 7.418060811 5.652739165 5.026433531 5.985211232 7.56568369 6.863178443 7.871646983 5.087163532 7.880805497 5.417486598 4.928652578 5.312004911 7.229657786 8.700287928 8.056331935 6.600875193 8.145586012 6.844263452 6.682979195 6.874811431 6.589602406 8.690440732 8.235774563 6.119870407 6.607024202 7.442745718 5.758271685 7.033755093 +LQ01X029900 Homeobox protein LUMINIDEPENDENS 6.762859592 6.344666066 6.754798589 5.999232206 6.318042047 5.790458955 6.417332547 6.298859826 6.41378832 5.940385964 6.5680869 6.389488518 6.664193319 6.032566848 5.921716928 6.795667313 6.291301603 6.660831979 5.937826157 5.878699542 6.444468432 6.344731217 6.286664661 6.240082847 6.261249752 6.46703768 5.855886707 6.554908581 6.297681517 6.323355914 7.185272672 6.466055385 +LQ01X029910 Metal tolerance protein C1 12.65440419 12.39450363 12.4965324 11.83420951 12.20858605 12.28034234 12.19127364 11.78563518 12.57071294 12.50099806 12.69144766 11.91888749 12.38094234 11.95417154 11.88283361 11.9176205 12.71691302 13.44254722 12.15181412 13.24224432 13.19054107 11.97800451 13.01875466 12.67104868 12.12106315 12.90336876 11.90701086 12.65852892 12.80795755 11.92872751 12.84492059 12.33865604 +LQ01X029930 Putative uncharacterized protein 6.255944146 6.539585436 6.060724842 6.284677969 6.356041354 5.789996508 6.263007851 6.371595186 6.637205765 5.798748867 6.103344348 6.326913842 6.548458521 5.556940327 6.260187151 6.162695218 6.324313753 7.018449381 5.680767349 6.773376554 6.132395726 6.375516772 6.367627691 6.54083882 6.398056254 6.822283493 6.258120707 6.7328149 6.130152408 6.388842728 5.850698638 6.634395732 +LQ01X030060 Putative WD repeat domain phosphoinositide-interacting protein 3 12.92669789 12.34951549 12.83604748 12.63309439 12.88971936 12.68770585 12.54189684 12.74271299 12.78592874 12.10664222 12.73473042 12.69049559 12.76698708 12.71516389 12.3055467 12.59178313 13.05473442 13.09973461 13.31146588 12.60668823 12.3852886 12.81130935 12.6578154 12.97404803 13.0444069 12.75899957 13.260452 12.62527787 12.52381542 12.7538084 12.81244753 12.8583605 +LQ01X030080 Glutathione S-transferase PARB 12.44910576 13.01833296 11.53723607 11.11627417 11.5056231 9.291993482 9.054402607 9.143253976 12.64781558 12.75846995 11.89585783 11.12962342 11.62890055 9.524249748 9.852929169 9.118900521 12.47523912 12.61407506 12.94973221 12.55361471 12.17764739 12.5031906 10.4115239 10.08325109 13.14620947 13.00138045 12.89066303 12.37698715 12.13012262 10.7832387 10.07004427 9.828685535 +LQ01X030090 Glutathione S-transferase 11.9090907 12.58456467 11.81696871 10.95428616 11.8603266 7.758907693 6.972346975 7.453607062 12.21600058 12.55095084 12.27969252 11.03455486 11.93917754 7.352325473 6.656802927 7.242964795 11.91106534 12.20456593 12.51802631 11.82424975 11.85149372 12.48041202 6.513100453 7.665057503 12.68112419 12.59874529 12.86354496 11.74972117 11.88648851 10.18247793 6.717722553 6.736797719 +LQ01X030100 Glutathione S-transferase PARB 14.91941519 14.28290419 14.89593675 15.51104149 14.71609452 14.86799893 14.81150112 13.38721018 14.40494579 14.55589286 14.45175036 15.27434195 14.60469381 14.17736169 15.18505444 13.30811444 14.78329981 14.78646762 14.19842823 14.54606427 14.70511714 14.81288928 14.21663652 12.81562344 14.6036788 14.20720268 14.12169792 14.27991503 14.0517039 14.02263733 13.58182555 12.73448628 +LQ01X030160 Predicted protein 5.508992115 5.631340468 6.20991182 5.798186753 5.727135628 5.528655326 5.597222603 5.8791663 5.220039269 5.009222223 6.398213189 5.558854745 5.925072199 5.620609378 5.500422551 5.65966125 5.25047828 5.450693045 5.510123722 5.902286743 6.064079827 5.597540196 6.215421324 5.793436073 5.223458545 5.536774806 5.813935485 5.539216974 5.526500891 5.794851017 5.976188211 6.201640316 +LQ01X030170 Bifunctional protein folD 12.88337441 12.96923093 13.51994913 13.81658463 13.42515041 13.61456077 13.70133485 13.25814416 12.65253682 12.72609045 13.09786232 13.61745577 13.42021173 13.48327175 13.81243382 13.57613635 13.11520138 13.17561175 12.81105522 13.31560294 13.07179893 12.77805642 13.08404432 13.05567835 12.78146399 12.88382873 12.71590846 13.19082245 13.05931779 12.73179924 12.97195847 12.68261034 +LQ01X030220 Putative indole-3-acetic acid-amido synthetase GH3.9 5.57564542 5.747033395 5.335463855 6.030332152 5.742261289 5.133025856 5.588382716 5.353759776 5.579484838 5.518913143 5.256745415 6.171919544 5.332751894 5.4444368 5.390203347 5.754766345 5.427328415 5.95508393 6.120447947 5.168378374 5.257987888 5.778677384 5.578069439 6.229336847 5.176149689 5.833253057 5.546105112 5.611191802 5.367207895 5.393410658 5.185935154 5.683338877 +LQ01X030230 Putative uncharacterized protein 11.70157649 11.41528376 12.28142234 12.58362804 11.82305817 12.68799098 12.70519513 12.26215135 11.70956038 11.37187012 12.02933971 12.19978844 11.9290721 12.71694196 12.75316825 12.06382629 11.12718455 11.63305929 11.17498839 11.77119656 11.92009756 11.85135505 12.76828377 12.51810711 11.31045958 11.91939857 11.75600132 12.13348045 12.31398782 12.14945516 12.66765654 12.66335403 +LQ01X030240 RALFL33, putative 5.667607858 5.385314858 5.658775336 5.305631469 5.308220419 5.561437024 6.015611055 5.936728858 5.402895621 5.428390488 5.364200126 5.51708439 5.229645738 5.817920454 5.466183433 6.003585305 5.633936655 5.757144305 4.9688369 5.170411995 5.601784716 5.481882524 5.144067147 5.218205114 5.494193342 5.460340299 5.049517772 5.421495441 5.793659028 5.686744029 5.379546675 4.992768799 +LQ01X030250 Putative Heat shock factor-binding protein 1 10.80396211 10.92002652 9.520051518 12.84189962 9.927098232 11.27418484 11.61869617 11.38152026 11.38657334 12.01691571 10.3721555 12.8385633 10.28448712 11.10261796 11.78935431 11.9527268 11.60647839 11.3231176 11.64009063 9.39657997 9.89802061 11.45722371 6.014738992 8.000163916 11.88607467 12.11297204 11.08671581 10.08907257 8.490689741 10.52789108 6.789274591 8.14943895 +LQ01X030260 Putative Dolichyl-P-Man:Man(5)GlcNAc(2)-PP-dolichyl mannosyltransferase 8.053900147 6.081620417 8.466153795 6.672852492 8.303590347 8.402204657 6.501814509 8.510700682 7.512144693 7.390685113 6.957118042 7.118758102 7.401284534 8.610001884 5.980077875 8.231653266 8.289841574 8.706641578 9.297629336 8.429751808 9.014193341 6.492487674 10.40334094 9.399968816 8.509983478 8.155852372 8.311679369 10.63952712 8.959211656 6.183485795 9.957850122 9.365144017 +LQ01X030290 Putative glycosyltransferase 2 12.26419068 11.40882607 12.31054791 12.09254642 12.09056823 10.74318289 10.92617267 10.56537335 12.23312887 11.74310184 12.27623765 11.96292672 12.35850136 10.67342965 10.96653486 10.50010881 11.4499623 12.2165044 12.11796776 11.99293696 12.29614568 12.0903729 11.44808755 11.1026056 11.96960844 12.76519892 12.35370366 12.20193572 13.05944597 12.12218665 11.18398322 11.32335858 +LQ01X030310 Stress-related protein 11.47731008 12.90386664 11.58445385 11.00679498 11.71106981 10.22069993 10.87386071 11.59754619 11.79304704 12.55626268 11.79597459 10.96908425 11.367475 10.3941033 11.09396839 10.79659188 13.96610948 12.93389411 13.76560454 12.18030158 11.59950343 12.57036776 11.57458961 11.83090552 12.39948076 12.14531067 13.3617961 11.52740137 11.394558 11.53539535 11.47303524 11.94299042 +LQ01X030320 Predicted protein 5.341930186 5.360453401 5.963279104 5.126036167 5.735763111 5.589890436 5.478889419 5.574840917 5.554078394 5.542215812 5.522213918 5.367682895 6.125140033 5.467137832 6.636074435 5.463507668 5.821614084 5.252348468 5.338269337 5.487647773 5.092370126 5.281101296 5.37710358 6.185620086 5.240308933 5.150605057 5.500090572 5.356421765 5.657759777 5.443468856 5.054812264 5.222940843 +LQ01X030330 Putative Thiamin pyrophosphokinase 1 8.901851842 9.606352972 8.345808511 7.546528238 8.189813836 9.604129632 9.153955634 9.229773442 8.981859037 9.314557191 8.679925037 7.897046883 8.535628405 9.795976142 9.229902392 9.622679096 9.382748821 8.964899584 9.553614576 9.378574543 9.395155201 8.680234458 10.47060081 9.96079081 9.837625256 9.283330525 9.651292658 8.618228839 9.431107107 8.262662678 10.64953093 9.91045197 +LQ01X030370 Probable U6 snRNA-associated Sm-like protein LSm4 13.57092523 13.7902014 13.18959195 13.51102967 13.21820209 13.76925714 13.69230804 13.63729952 13.82490601 13.83983913 13.45953782 13.89465174 13.47704351 13.87651597 13.82207389 13.6798232 13.19368553 12.7273028 13.41252069 12.37108711 12.44060057 13.49868045 12.65821184 12.82308723 13.66180551 13.12245028 13.33336109 12.80640875 12.1539605 13.1860999 12.43288263 12.66216524 +LQ01X030380 Putative uncharacterized protein 5.471471849 5.654526138 5.217026453 5.3773636 5.075555254 5.624987681 5.667627507 5.39184932 5.204034881 5.842943481 5.326654585 5.720383649 5.531570215 5.676879366 5.953663972 5.57780112 5.08871919 5.301416588 5.744013428 5.236954191 5.644039055 4.744783259 5.199551153 5.245235601 5.199856972 5.325512324 5.020737436 5.733748304 5.501647513 4.787641302 5.67958728 5.296891988 +LQ01X030390 Putative uncharacterized protein 14.29968998 14.03859907 12.95573806 13.77428054 13.07156884 14.08319253 13.72113151 13.79700665 14.26813502 14.27909626 13.12861689 13.75343924 13.35092213 13.7232681 13.92113277 13.60057685 14.33778855 14.02354216 14.60321757 12.95407949 12.74824875 13.91975683 13.04310112 13.03232992 14.75611258 14.17084202 14.6981956 12.70221329 12.34521353 13.12099604 12.70345713 12.84344787 +LQ01X030410 ABC transporter C family member 4 6.446604147 5.062505991 5.300892664 5.623603683 5.476090472 5.710933991 5.779166969 5.375797751 5.696914582 5.459949818 5.244866334 5.464841393 4.924378725 5.832868739 6.724837069 5.606892044 5.382524911 5.388054355 5.283780479 6.127929382 5.515870622 5.638878796 4.945630781 4.893271 5.466418497 5.262586708 5.215671262 5.405683899 5.335198418 5.280456136 6.007647515 6.009430811 +LQ01X030420 Putative uncharacterized protein 12.37642749 13.08211601 11.86725281 11.97854435 12.33826597 11.84666194 12.6950078 12.14246338 12.89655151 13.27890355 12.49371666 12.46591008 12.41839703 12.42729113 12.99503461 12.62488014 12.78319225 12.27743804 12.92490487 12.54611912 12.11515247 12.2681468 12.98195794 13.23837363 12.98507776 12.8746653 13.29964599 12.69452124 12.12731413 12.16766731 13.55835716 13.36935171 +LQ01X030430 E3 ubiquitin-protein ligase BAH1 8.660847953 8.740866213 10.18791383 11.52108438 10.84191072 11.25274416 11.43389488 12.0302554 8.663239423 8.046259073 10.18856714 11.47334264 10.88432867 11.37131438 11.57038367 11.90354362 11.82479119 10.68883602 10.54441455 10.48217919 10.24624113 10.53022411 10.86476135 11.12159816 9.256039031 8.683760746 9.68344892 10.82125828 10.16241453 10.92024397 10.96887952 11.12354848 +LQ01X030440 Putative Universal stress protein A-like protein 5.414228483 5.535355118 5.855301742 5.292301477 6.033611406 5.510260191 5.352093733 5.657727028 5.434154203 5.289672292 5.461440632 5.291380387 5.642485326 5.31949993 5.591988165 5.122419833 5.587748018 5.368050489 5.44142266 5.950608986 5.339915292 5.587042523 6.148169103 6.279778665 5.620477806 5.153823399 5.161409217 5.773537635 5.243957501 5.705127006 5.920714352 5.918150817 +LQ01X030450 DNA binding protein, putative 13.13143099 12.71104883 13.18350451 13.11302555 13.29075597 13.37453562 13.2785886 13.68847546 12.84425052 12.38771061 12.87119348 12.60663622 13.02361939 13.06764829 13.41243491 13.11479934 12.99322175 12.91797445 12.97585529 12.95178054 13.08180617 13.01374697 13.54332982 13.57071213 12.60793243 12.59051711 12.72558659 13.10612226 13.21386951 13.23447819 13.57002692 13.61732483 +LQ01X030470 Beta-glucosidase 11 5.045939175 4.993341103 5.495054364 5.41805363 5.282614994 5.086472506 5.243757634 4.973271671 5.127424649 4.985115189 5.838476294 5.367648503 5.093803692 5.315989238 5.652787994 5.006607701 5.393174283 5.217158961 6.029882204 5.444227396 5.713444346 5.167749511 5.10349686 5.027534024 5.494524628 5.519993968 5.598609716 6.415177618 5.21218664 5.460879053 4.88844787 5.637854 +LQ01X030500 Phytochrome A-associated F-box protein 10.44865639 9.7384674 10.75600887 9.973229518 10.00572927 10.21688514 9.829262067 9.068976336 10.08933249 9.959039233 10.40188059 10.02373545 10.49576468 10.32133158 9.57639323 9.079826056 9.704864997 10.06288921 9.727089569 10.31928563 10.6559824 9.96465413 10.51135218 9.570030551 9.817123447 9.827811245 10.11289355 10.51818102 10.98420187 10.02007856 10.18058437 9.454191254 +LQ01X030510 Predicted protein (Fragment) 13.17779602 13.75888242 12.87687363 12.36317617 13.02182218 12.68523548 12.58765742 12.97332653 13.3985208 14.11722949 12.93140571 12.48199881 12.77247151 12.68618567 12.61414288 12.588804 13.16256195 13.06417398 13.77931527 12.93813624 12.58405392 13.28552986 12.98672646 13.15933017 13.70702992 13.37771376 13.89954785 12.73487086 13.03401178 13.16046885 13.15378204 13.43970063 +LQ01X030520 Fiber protein Fb14 6.27459658 6.213738293 5.71060694 6.17686847 5.438625392 6.608214925 6.327040865 5.903817921 6.604542766 7.136362672 6.5363944 6.441553233 6.187329987 6.051351357 6.33346383 6.030526681 6.10466544 6.013866979 6.837591801 6.278040672 6.294793646 5.89557042 5.883477796 5.028817758 6.521502261 5.996759459 7.419400485 5.183518437 5.516068082 5.834663988 5.875294624 5.586207771 +LQ01X030540 Putative uncharacterized protein 5.350211097 4.746972176 4.486438036 4.647649382 4.607030026 4.891073142 4.641723835 4.725587293 5.156232772 5.180588499 4.703201367 4.665114719 4.776841951 4.426344508 4.689612912 4.549008048 4.96947806 4.742429939 4.981196081 5.245563116 5.013671226 4.906680746 4.658619239 5.001917286 4.618813777 5.188066077 5.135681952 5.253539858 5.097094771 4.835975907 5.069082453 5.190946368 +LQ01X030580 UDP-glucuronic acid decarboxylase 1 13.93234906 13.61519762 14.31314457 12.61531686 13.79398451 10.56450055 9.658194481 9.784495942 13.56445967 12.5483613 14.12649155 12.6041987 14.25525631 10.51227369 9.583118298 9.853607915 12.43573934 12.68893096 12.98008543 14.06397664 14.46810705 13.48759593 11.89737552 11.60965639 12.78753816 13.14336711 13.17595361 14.58729482 14.97449029 13.33080655 12.00187645 11.5492113 +LQ01X030590 Putative Monoglyceride lipase 8.220057765 8.182144164 8.993953674 8.401296346 8.275541352 9.190575111 8.849475634 8.839918962 8.147956072 7.912625627 9.170446439 8.331968471 8.371536356 9.467094746 9.063027469 9.107597493 8.252037856 8.563311891 7.730894285 9.339831405 8.989652178 8.858400685 9.001053313 9.287930588 8.365627205 8.564948918 9.008263948 9.21505059 8.156639352 8.026682919 8.549363403 9.162031231 +LQ01X030600 Predicted protein 5.859156508 6.028926552 5.89718104 5.999903178 6.200940409 5.883387735 5.770461695 5.597793454 5.954631312 6.116627535 5.882103022 6.23220878 5.955326105 5.718329826 6.200722223 5.751158519 5.878059408 6.207023757 7.04993127 6.043912866 6.178203295 5.897852803 6.218471228 5.942883234 5.93951868 6.27840731 6.484776101 5.848261387 5.970816994 6.049902638 5.982148034 6.426397612 +LQ01X030610 60S ribosomal protein L22-2 14.95047448 14.53398746 14.20861484 14.1483022 14.23241753 14.16079331 13.66510765 13.77552686 15.04445724 15.46592283 14.59258707 14.4554758 14.56043629 14.12176059 13.75622955 14.05846265 14.75019624 14.18148744 14.82255248 13.91300224 13.78280801 14.58814137 14.02030751 13.42397609 15.08988821 14.73059875 15.14418375 13.62868617 13.70107397 14.05564246 13.87918584 13.76085265 +LQ01X030640 Blue-light photoreceptor PHR2 5.452198163 5.14615077 5.271674714 5.418834931 5.380616579 5.399736131 5.357823926 5.538633363 5.388965521 5.016072591 5.392982719 5.353608518 5.383830102 5.49771452 5.360675775 5.478683676 5.19757309 5.400525647 5.318044307 5.382082788 5.669895388 5.457417991 5.30760619 5.324845291 5.51942008 5.408766912 5.194674892 5.366954775 5.398223066 5.724386432 5.221962495 5.55779291 +LQ01X030670 U3 small nucleolar RNA-associated protein, putative 4.948447601 4.927854659 5.317313498 4.846777411 5.172188281 5.118902348 5.38930573 5.008347551 5.16515013 5.073868626 4.939882804 5.060144478 5.028553463 5.43838325 4.98781038 5.378646985 4.79419208 5.07549831 5.019291086 5.180433568 5.155903854 5.25250879 5.904262205 5.424658127 5.091221305 4.922703864 5.038447185 5.256089257 5.21900277 4.887818775 5.488604727 5.348914426 +LQ01X030680 Poly [ADP-ribose] polymerase 2 9.078857424 10.58996591 7.808982657 8.317720294 7.722910647 9.497523697 9.561332223 8.6835178 9.480028466 10.53420783 8.737251048 8.137391018 7.812638683 9.384014618 9.237225981 8.451374902 9.70561456 9.074317548 10.13481501 8.293728021 8.085545723 8.975063289 8.873789556 9.054099368 10.46497822 10.35864297 11.01975686 8.509841819 8.799601954 8.639504571 9.93254759 8.829522011 +LQ01X030690 Putative uncharacterized protein 5.933122294 6.095306761 5.917167656 5.542492184 5.781872966 5.712139808 5.848938541 6.228310639 5.405377682 5.939261508 5.612662349 5.600614202 5.700922327 5.988600391 5.757468435 5.57331986 5.504979868 5.75798453 5.999804128 6.320978357 5.79977939 6.00914348 5.73965684 6.434234585 6.010140271 5.957785028 6.300936839 6.000600444 6.054568955 5.907984172 6.026934785 5.741544184 +LQ01X030700 U1 small nuclear ribonucleoprotein A 5.455595841 6.185089187 5.418771906 5.607850324 5.507435203 5.297993419 6.247081557 5.534360293 5.506373765 5.335231773 5.414588693 6.053957725 5.880286193 5.40081132 5.7284059 5.78082063 5.226923595 5.879967113 5.083601598 5.687243654 5.634088001 5.894598403 5.799284333 4.976831632 5.754979894 5.74439303 5.905100241 5.26606951 6.056339081 5.924938038 5.937750303 5.556430173 +LQ01X030720 Indole-3-acetic acid-induced protein ARG2 13.16847306 13.52016739 14.1471565 13.48862129 13.91933638 14.14393064 14.21376384 14.504993 13.01051372 13.33876905 13.68113063 13.0002102 13.31474771 14.38169872 14.52943288 14.68657686 15.17238989 14.62115953 14.84382543 14.11373939 13.44508071 13.992829 13.92040887 14.30473288 13.2350749 12.92235537 13.73139164 13.40499278 12.32637013 13.15827133 13.86619518 14.6938962 +LQ01X030730 Putative Eukaryotic translation initiation factor 2A 5.119813887 5.431082457 5.267727061 5.97249828 5.540304058 5.74113808 5.832434153 5.369795471 5.480517099 5.629468647 5.002322263 5.644888449 5.126757299 5.539030188 6.036725464 5.810298213 5.292437491 5.463827797 5.554476111 5.15785093 5.567328449 5.386464862 5.489882733 5.014622578 5.596782531 5.444420394 5.562635765 5.210856759 5.143417263 5.359580796 5.160720559 4.902870836 +LQ01X030740 40S ribosomal protein S4 15.31110934 15.35278538 15.06005603 14.32495797 15.12026048 14.36002135 14.25172119 13.82642597 15.59708763 15.64138414 15.36637026 14.75002405 15.31339221 14.34864238 14.66105871 13.95417809 15.34271897 15.14800842 15.24903991 15.59693548 15.2334204 14.94086897 15.19738044 15.10712801 15.42528467 15.34491686 15.51080421 15.27381729 15.43817998 14.78897412 15.19767031 15.09490241 +LQ01X030760 Putative uncharacterized protein 13.19712278 13.21110136 13.03332177 12.46016394 13.30576254 13.18798956 13.38057901 13.00207813 13.08088295 13.18339278 12.96183885 12.49108623 13.08760842 13.31497766 13.21849902 13.57510931 13.81495014 13.61007386 13.71710899 13.68508567 13.62411881 13.24816508 13.58527769 13.92789028 13.51168349 13.46247447 13.61054048 12.97426762 13.15730497 12.94372183 13.88460149 13.92975636 +LQ01X030780 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 5.0470768 5.313196592 5.409971091 5.165508318 5.257726207 5.41458613 5.177067837 5.329411094 5.455443488 5.125992503 5.316207315 5.36439887 5.381121891 5.237221915 5.128982963 5.24606387 5.512022402 5.54405304 5.510279858 4.981681462 5.459161129 5.157979701 6.020705129 5.10815891 5.21784737 5.264383998 5.415694984 4.935786384 5.069522724 5.217923549 5.022321037 5.512336058 +LQ01X030790 60S ribosomal protein L18-2 8.66685703 9.045981761 8.227578826 8.32776595 8.139379258 8.097147825 8.233345213 8.223274787 8.32680806 9.325074841 8.061693201 8.346770403 8.29071286 7.830282882 8.017235882 7.782040305 9.288969642 8.55604343 9.853924173 9.082316752 9.294554905 8.581373901 8.9238811 8.451039888 9.107995646 8.804051813 9.996002242 8.695368032 8.879830564 8.604366652 8.794216867 8.535021152 +LQ01X030820 Hypothetical protein 4.79153714 5.275551777 4.900171564 4.431196899 6.161878948 4.680482761 4.238440198 5.064291181 4.331544069 5.312646471 4.462762974 4.17222792 4.834889534 4.438188528 4.542724385 4.767060126 5.669864876 5.401711395 8.142215265 5.05589793 5.783777202 4.796263175 7.363409329 7.135638067 5.559325206 5.147718742 5.299081556 6.549138169 5.915664478 4.943113413 5.744948175 6.174252989 +LQ01X030870 Probable pectinesterase/pectinesterase inhibitor 40 10.12240636 10.95399934 9.414128741 9.032877375 9.97122864 5.871621439 5.689334037 5.684644069 10.41031985 10.84865483 9.921356629 9.35817428 9.782425639 6.043197882 5.954017652 6.245436822 9.109511813 8.143998129 10.68489354 9.06872595 9.10925868 9.127486527 5.381772479 5.715653934 9.813757768 9.878853888 10.9660539 8.3656454 9.677916616 8.511220344 5.250999575 5.20840864 +LQ01X030880 Endoglucanase 17 14.51929032 15.16905619 12.88661458 9.879371539 12.04012514 5.877468754 5.657210581 6.442851677 14.80135047 15.1865757 14.22676242 10.65072476 11.71590709 6.882106293 5.572343812 7.544365131 13.02590202 12.73309444 14.26699537 12.79995737 12.45559015 13.39598313 8.573120616 6.938172931 14.48398513 14.0766915 14.56488902 10.12563081 12.65461297 8.300082756 5.39229215 7.260759043 +LQ01X030890 Sucrose synthase 2 8.053236768 8.389781547 9.123315277 8.517518989 9.342388215 9.340297573 9.475885673 9.874897597 8.067793012 6.674398347 8.342335593 8.441610502 8.665759204 9.14206504 9.482042308 8.843341976 9.282847507 9.89462717 9.424239434 9.380320944 9.700964066 9.734451008 9.898375451 10.98044133 8.680635824 8.690246382 9.701733933 9.273063523 10.2080063 10.37316742 10.1912046 11.04994163 +LQ01X030930 Predicted protein 9.522393865 9.081146251 10.49530828 10.13825316 10.602182 11.56644326 11.26766235 11.30231132 9.249406064 8.551988146 9.626736 9.655980275 10.02357931 11.10261489 10.85061796 10.78389201 9.422296554 9.945413668 9.742758081 9.76647712 10.10377083 10.6022618 10.55521719 11.83109907 9.302737221 10.00385961 10.11919078 10.17329971 10.70995788 11.79764159 10.67253423 11.95013455 +LQ01X030950 Putative Histone deacetylase HDT1 6.424518815 6.218863854 6.132236878 6.84275887 6.260308114 6.810917016 6.79261195 5.626752477 6.925233271 7.32739646 6.741750147 6.48863026 6.930201264 6.86504542 7.659612605 6.401246243 6.09673794 5.658172331 5.538291546 6.114957942 6.050442771 6.457819523 5.882333472 6.090169223 6.691725548 6.318983085 6.112927874 6.009973453 6.440075757 6.358405236 6.833240427 5.637810744 +LQ01X031030 AP2/ERF domain-containing transcription factor 5.131782107 5.589884265 5.374617608 5.237146448 5.169962065 5.161497929 5.532891127 5.401865957 5.374688352 5.317199905 4.954304799 5.305232022 5.352869263 5.564721379 5.42218134 6.202483467 5.847394523 5.724625973 6.370352706 5.211538615 5.737442975 5.514766843 5.269047965 5.877614224 5.345226243 5.404533778 6.072527922 5.660195623 5.581463299 5.735238819 5.18126448 5.630474141 +LQ01X031050 60S ribosomal protein L19-2 15.05709938 15.1483233 14.6006598 14.29153705 14.56343835 14.1695071 14.12523093 13.91766112 15.29916508 15.29594116 14.68219861 14.43163646 14.52372627 14.36933492 14.52209762 14.11768627 15.27079478 15.0222751 15.1160738 14.82037382 14.61386261 14.75519584 14.92855501 14.37419463 14.94487145 15.0606336 15.31451622 14.35579454 14.42492067 14.6459248 14.6337025 14.43711356 +LQ01X031060 Ethylene receptor 1 10.8060991 12.01948989 10.29612835 9.717751492 11.42807092 10.30487621 9.918518267 11.42862192 11.19233039 11.12636452 10.63496468 9.973622029 11.44211062 10.58770174 10.29512268 11.68844546 13.38333061 12.63858837 13.53933755 12.31085271 10.62773404 11.74475559 10.94316304 11.59158212 11.72152286 11.08604495 12.38810699 11.12000068 10.8603962 12.05587937 11.30129805 11.97496062 +LQ01X031090 Fumarate hydratase 1, mitochondrial 6.51479733 6.90749906 6.217655551 6.393696345 6.516399934 6.334060037 5.861328552 5.85445199 6.546458319 6.234227976 6.816160164 6.510250775 5.945409625 6.497146186 5.363673256 5.966632881 7.555124701 6.143273052 6.473703675 7.280500722 7.316106908 6.888253735 7.692744569 7.047419379 7.428847905 6.438497156 6.354498405 6.500781657 7.450649289 6.627745667 7.283804345 7.3442208 +LQ01X031100 Pathogenesis-related protein STH-2 7.946519662 7.84861671 6.996636776 8.615634182 10.28079014 8.195141751 9.270242983 8.254685141 8.213221803 8.220209703 8.409802868 8.961177983 8.523699652 9.265233141 9.551411423 9.368809587 12.93041036 11.29230702 11.53108118 13.38798171 8.835087998 9.649264898 11.18667078 10.11192489 11.12057699 7.093723621 9.40088511 11.72505001 8.144297328 10.04805281 12.42508814 12.09919307 +LQ01X031110 Heat shock protein binding protein, putative 11.90303701 8.457633902 10.49800528 11.16463949 6.669375942 10.57600205 10.52369745 9.038024905 10.18270928 8.196156115 9.430619249 9.901196612 6.858330166 9.434688722 9.604048888 9.257313807 9.172096058 11.28341952 7.816130008 8.265765401 9.59604494 6.784954704 8.466755502 7.040757455 9.050742476 9.50945275 6.857147641 6.30899604 8.138758334 6.600504731 8.02124201 7.39782483 +LQ01X031120 Kinesin-4 6.007457972 5.713445074 5.845451553 5.763467403 5.478076741 5.715364741 5.507053391 5.581015068 5.754726081 6.141010233 5.641579106 5.726457813 6.060234065 5.46229574 5.496144275 5.515144416 5.462793547 5.487551379 6.500582245 5.417369879 5.733975879 5.668530514 6.524150331 5.738805738 5.974496808 5.993508174 5.929126482 5.160750773 5.452411091 5.705506124 5.815859164 5.943739156 +LQ01X031130 Putative Mitochondrial substrate carrier family protein W 12.55052554 12.61674854 12.82982532 12.67985352 12.40708154 13.0469222 12.8485948 12.53294609 12.83187665 12.76305451 12.90238234 12.52122207 12.74775094 13.18046095 12.72953028 12.91491965 12.06169113 12.42340997 12.36673937 12.72349876 12.47752068 12.43714802 13.36295421 12.89401703 12.46085083 12.61196405 12.4478326 12.77755296 12.59871378 12.73381007 13.20405138 12.86580178 +LQ01X031140 Putative uncharacterized protein 9.064034507 9.201733678 8.542851553 9.032031228 8.557882152 10.09506695 9.94094967 9.569055344 9.456095502 9.328887699 9.266522655 9.42494041 9.08137049 10.07240077 9.905036938 9.945888769 9.521160175 9.450322488 9.030123695 9.463422119 9.183227867 9.347413563 9.719369736 8.254038276 9.568904441 9.274101024 8.267014057 9.410094541 8.976295382 9.143202478 9.364911947 8.720002736 +LQ01X031150 Putative uncharacterized protein 5.245039695 6.131701534 5.311727634 5.29613815 5.342414189 4.919956969 5.454838717 5.480086018 5.296154985 5.851019087 5.605243072 5.397058074 5.907150996 4.899538059 5.166244055 5.268516447 5.413039836 5.286859071 5.238236126 5.369934103 5.456611401 5.109862327 5.178159277 5.509812648 5.135525983 5.367036744 5.827848788 5.564431569 5.400129009 5.362754261 5.336625167 5.088831986 +LQ01X031160 Putative Protein DEHYDRATION-INDUCED 19 homolog 4 11.82872567 11.94656966 11.84210556 12.07697639 12.13891552 12.4213008 12.46490578 12.48775653 12.05753609 12.18604721 11.99181375 12.09712039 12.14168084 12.53314212 12.4158957 12.33790453 12.33128816 12.23997636 12.26774472 12.14622591 12.20650691 12.17939687 11.97556854 12.533743 12.0594705 12.35668783 12.05160352 12.21067113 11.9210308 12.173903 12.18247742 12.54171295 +LQ01X031190 COBRA-like protein 7 10.19769563 11.01415181 8.694283182 6.697432631 6.594106282 6.110561563 5.150524161 6.043191279 10.60912165 10.98378262 9.528821934 7.045936251 7.018192099 5.864155885 5.450556578 6.211775722 9.993579052 9.663270713 11.14115998 8.521800572 9.182464315 8.519296074 5.677618136 5.680104675 10.3746211 10.6830513 11.17054481 7.159679829 8.238031109 6.211408603 6.025846739 5.732274727 +LQ01X031200 Cellulose synthase-like protein D5 12.31404299 13.46535218 11.64472138 10.47039656 10.32952777 8.255347871 6.708408857 6.2280664 12.69291659 13.66470964 12.4561802 10.6228945 10.77438956 8.23121632 7.5898917 7.437518321 12.15514446 11.97388817 13.03465493 12.15692744 11.70971444 11.80885752 5.937986536 5.66162368 12.35488636 12.95195976 12.92260835 11.26378997 11.72728899 9.91061229 5.169787318 5.684854813 +LQ01X031210 Probable galacturonosyltransferase-like 7 9.483264561 9.3680765 9.882254364 10.32699277 10.94045383 9.320351813 8.640480587 8.820203596 9.323571111 9.247763738 9.949295874 10.64271194 10.69621934 9.196500858 9.013783036 9.255200414 9.409677562 9.916730755 10.30824476 10.27062583 10.69858991 10.40506044 10.1004311 9.774388229 9.361310652 10.07491174 9.013068334 11.32903699 10.64072999 10.98534203 9.122952669 9.440036914 +LQ01X031230 Putative uncharacterized protein 6.235351289 6.805926702 6.165519331 6.652494679 6.528789138 5.756541867 6.377789247 5.678552113 6.171899938 6.546906077 6.609434232 6.825509098 7.125918942 5.668469223 6.562731189 6.019254455 6.24760164 6.435497208 6.799185587 7.602961754 6.409882463 6.28889745 6.057750858 5.672567504 6.081467547 6.907503015 7.968517495 7.343097445 7.169246073 6.544672255 5.814809917 5.685059899 +LQ01X031260 Histone H1 5.16152132 4.846194274 4.988714203 4.87623307 5.693965837 5.077554183 4.924904035 5.051879133 5.296033992 5.623685369 5.072109636 4.975348524 5.071714118 5.006498838 4.836892 4.823863958 5.142054453 5.339595065 5.225101156 4.688391481 5.201846417 5.384737854 5.111620169 4.977749537 5.143586117 5.222121287 5.263429258 4.723674725 5.166380958 5.449801244 4.601268729 5.718706196 +LQ01X031300 ATP binding protein, putative 5.255159757 5.557028186 6.126977722 5.497153513 5.801074379 5.206493593 5.273101121 4.875063903 5.688738621 5.558214189 5.246549109 5.430801715 5.818984444 5.501179408 5.230230521 5.039731086 5.579097597 5.340320173 5.391615801 5.208577985 5.138100248 5.267773427 5.775454692 5.366387572 5.530422848 5.201210368 5.569439229 5.271436562 5.350563657 5.012958622 5.254360236 5.40757435 +LQ01X031310 Importin subunit alpha-1 10.11294632 10.57588197 9.440087688 11.4069481 9.997256066 11.08801166 11.42153925 11.69594952 10.36984202 10.82130698 9.963455161 11.66176604 10.3954078 11.08776563 11.55333894 11.88730862 11.11711655 10.58605646 11.5266106 10.19898977 9.979204974 11.16249658 9.397587551 10.09914806 10.94070191 10.93752925 10.94860417 10.7629525 9.631942693 10.84687336 9.646772624 10.30991267 +LQ01X031340 Putative Heparan-alpha-glucosaminide N-acetyltransferase 5.013718692 5.063867747 5.118951492 5.073711775 5.34033753 5.186741901 5.389422169 4.960794681 5.599542153 6.26045159 5.662798526 5.327942388 5.095160986 5.208212397 5.680202954 5.150622998 5.317148762 5.180934483 5.664546396 6.046599577 5.417070607 5.393749111 5.570928795 5.515656234 5.076199014 5.37299002 5.148569744 6.600194153 5.382445181 5.390513657 6.006135058 5.808675529 +LQ01X031400 Hypothetical protein 8.531304437 10.63990752 5.25656171 5.371328022 4.766490826 5.509195701 5.250966812 5.495066996 9.74508696 10.75886972 7.108607831 5.272786743 5.27895982 5.169086718 4.88642266 5.173220095 8.886451733 8.596065982 10.79431829 6.282031939 7.00118175 7.480895892 5.471325097 5.130317744 9.975641202 9.915561088 11.01395207 5.207085332 5.903908581 5.149804459 5.276848328 5.290746139 +LQ01X031410 Phosphoribosylformylglycinamidine cyclo-ligase, chloroplastic/mitochondrial 6.047451599 6.233770511 5.382628951 5.765342187 5.83870464 5.648121773 5.29859787 5.187527315 6.478126518 7.190682091 6.258300312 5.831643321 6.213883427 5.686350986 6.51231828 5.875872232 5.435749291 6.295440666 5.757998559 5.991713293 6.933406299 5.865706236 5.298461672 5.84026087 6.005291256 6.563048371 5.542847381 5.999230936 6.645730264 5.91028544 5.777438927 6.318726839 +LQ01X031420 Putative uncharacterized protein 5.161399011 5.337943292 5.32886055 5.351309378 5.233133 5.938728641 5.340600488 5.635446472 5.243808529 5.271802098 5.56346158 5.604143008 5.4332706 5.713211137 5.195428446 5.675971825 5.397106941 5.190134225 5.489105853 5.153278849 5.676472447 5.275322893 5.906867839 5.686682909 5.439859931 5.367949841 5.74407941 4.846104845 5.516871667 5.160113214 5.46835392 5.654989772 +LQ01X031430 Putative uncharacterized protein 9.938268769 10.25198114 10.75510628 10.29690857 10.31594741 10.08256965 10.31199817 9.919178811 10.27599152 10.46300361 10.65072082 10.08584715 10.7068669 10.10951632 10.43894857 10.34342473 9.630970806 10.11489419 9.82603248 10.8466154 10.91738209 10.22191275 11.33518539 10.89271499 9.711015009 9.722517951 9.967622839 10.72507805 10.73046969 9.92830668 11.51647159 10.94140345 +LQ01X031440 Probable protein disulfide-isomerase A6 13.99842115 13.85314379 13.5153883 13.72306194 13.25937847 12.98757338 12.6455562 12.30835725 13.99610982 14.00523391 13.86517299 13.45844765 13.49440607 12.7170413 12.7984973 12.64228123 14.42413521 14.17928023 14.11287585 13.69030157 13.63714037 13.97023018 12.39280899 12.70446739 14.44286339 14.47298779 14.03282824 13.37241913 13.84066069 13.60922451 12.2352213 12.83903766 +LQ01X031460 MYB-like DNA-binding domain protein 6.331830168 6.091887969 5.510237971 6.303467606 6.478119686 6.100214676 6.122940588 5.923494895 6.440876069 6.689558366 6.262708328 6.162203215 6.4267813 5.672293082 6.679436976 6.071752681 6.036041 6.340789801 7.050340478 6.137374788 6.24603615 5.698408321 6.169460669 6.470410022 5.793061695 6.439019118 6.537443282 6.732192913 6.456212351 5.807278485 6.726555702 5.9701483 +LQ01X031470 Putative gag polyprotein (Fragment) 5.362246673 5.053810475 5.248269639 5.270142447 5.188856472 5.462917924 5.515775376 5.97445596 5.302131701 5.056185944 5.622084056 5.067550272 5.227474456 5.62173001 5.215485767 5.498050401 4.960103275 5.493024301 5.351987134 5.415879391 5.498540577 5.40080991 6.05007437 5.341009036 5.179775887 5.013077125 5.747880244 4.977669791 5.290790544 5.621207663 5.805601912 5.784662823 +LQ01X031490 Triacylglycerol lipase, putative 7.43395937 7.0912115 6.864981626 7.291475283 6.965946994 7.406590658 7.449256149 7.62319313 6.601652023 6.436135671 5.728702921 6.717421668 6.126458319 6.631688305 6.572101466 7.201932738 8.027238981 8.267051342 9.153084759 7.361242613 7.252303092 7.955201921 6.614873499 7.576227112 7.435382252 7.270998086 8.864780968 7.673047438 7.826977592 7.739570454 6.762392326 7.315456874 +LQ01X031500 Putative Transmembrane protein 205 6.15583095 6.463025134 6.436481549 6.583461177 6.398903773 6.553433352 6.163825119 6.031606531 5.984591287 6.769335914 6.117132736 6.180780674 6.642363803 6.129018626 7.218818018 5.970138552 5.813410082 5.997732773 5.636599224 6.45434916 6.96100741 6.267242654 5.643619922 6.21937097 6.043051292 5.862163686 6.101823796 6.051776192 7.086577315 5.82314938 5.68474641 5.901960784 +LQ01X031520 Predicted protein 10.06564129 9.829197935 10.27096729 9.837870646 10.04175186 7.137089446 6.660656059 6.668680036 10.37420435 9.325113782 10.07732318 9.868497583 10.19566446 7.517438997 6.126550461 6.634607256 10.4168137 10.91515083 10.98178642 9.834878789 10.18056764 10.55304273 6.073736938 6.038770865 10.63787587 11.42955121 10.80428447 9.684148073 10.60029499 9.295639546 5.610256104 6.362985512 +LQ01X031530 Probable beta-D-xylosidase 2 5.679205105 5.447725988 6.366568525 6.004493692 5.782700744 5.604085082 5.26490392 5.781226113 5.53030781 5.242736994 5.92915481 5.941092922 5.857602138 5.29352982 5.170875093 5.368203609 5.097380109 5.617550754 5.502023588 6.507016023 6.211855823 5.984681425 5.261640812 5.817238884 5.301611436 5.824802615 4.933560049 5.841024708 6.410086723 5.618614627 5.700188845 6.783283944 +LQ01X031560 GTP-binding protein SAR1A 14.21733864 14.14478917 14.2214734 13.92259757 13.79928115 13.58318553 13.69479113 13.44747715 14.08799322 13.90447277 13.91720005 13.5918319 13.81211045 13.66240538 13.19000388 13.60021643 13.90367084 14.10697179 13.51715366 14.25349576 14.31087781 13.65700492 13.80611522 13.8454551 13.76338604 14.17497052 13.59271028 14.00822573 14.15116724 13.86028398 13.67839504 13.87169618 +LQ01X031570 60S ribosomal protein L29-1 6.580185897 6.013668153 6.31724136 6.220283496 5.645063467 6.426937442 6.027928649 5.8529094 6.750235543 7.096260653 6.226471737 6.562024966 6.12170071 6.032972434 6.380342726 5.810645769 6.502914691 6.561426438 6.630772994 6.639863445 5.981851175 6.460377877 5.441102025 5.246432583 6.924699125 6.954777863 6.842172136 5.518015351 5.937225004 5.894599523 5.226793617 5.197933021 +LQ01X031580 Putative Universal stress protein A-like protein 11.05974777 11.1160724 12.49770261 14.04468938 13.48556653 14.27580569 14.84159016 14.66852897 11.1103656 10.74376195 11.99100522 13.82927621 12.79058283 15.18477071 15.38323661 15.30749936 11.53778447 12.68991401 11.1324331 12.35262745 12.17926771 12.27900052 14.27121581 14.31400516 10.14935462 11.21097225 10.90615047 12.53359309 11.88704157 14.12964362 14.79477582 14.37684778 +LQ01X031600 DNA mismatch repair protein Msh6-1 9.095477089 9.577951233 7.804743319 7.322189702 7.798158566 8.318758971 8.117693371 7.788288271 7.599906718 8.767388038 6.410132675 5.510245524 6.312877223 7.176025251 7.495057848 6.692376317 8.217799095 7.882691524 9.61109444 8.341589208 8.091580844 7.912411038 8.733101035 7.755533469 9.862583198 9.621034102 10.35903871 8.621673459 8.398151378 7.783929135 9.121093023 8.234523131 +LQ01X031630 Probable dimethyladenosine transferase 12.62999392 12.46923125 12.30598005 12.76877395 12.48047354 12.95534331 12.76464726 12.84889075 12.89748773 13.33998453 12.73168686 13.0228789 12.54170157 13.05742482 12.58604886 12.93997817 12.88465324 12.88612241 13.25786647 12.48200634 12.19994777 12.69308798 12.38776058 12.55930383 13.55259731 13.46566322 13.39509653 12.6553186 11.4638734 12.58112844 12.42272738 12.48955818 +LQ01X031640 Putative WD-40 repeat protein 12.38311007 12.24936089 12.29489168 11.86578582 12.36949185 12.63405682 12.45633808 12.99064615 12.44837445 12.2496845 12.43156669 12.24867204 12.36340237 12.57978624 12.42147221 13.06061688 12.6122837 12.7091488 12.22347475 12.6845631 12.52273532 12.47378876 12.87524289 12.98225 12.1956017 12.49021466 12.03758928 12.5932215 12.01870797 12.53867831 12.94882761 13.09634734 +LQ01X031650 Protein PROLIFERA 12.02950163 12.39290329 9.082230563 7.998850824 9.129915818 8.542283413 7.952617343 7.97055706 12.65088776 12.5963692 10.97716692 9.924952658 8.522086522 8.945366858 8.454427506 9.002181137 11.55728737 10.61528382 11.86728226 7.81933519 8.925061364 11.2225764 6.199994166 6.009889271 12.72488131 12.50442578 11.83373799 6.567669118 9.105893217 7.814542749 6.686844502 6.225111165 +LQ01X031660 Putative Protein fat-free homolog 6.192733777 5.822538435 5.584707027 5.74393449 5.246562496 5.568061583 5.641874137 5.285864384 5.850631146 6.143366235 5.807125764 5.974992209 6.228600761 5.882707027 6.438077868 5.26100238 5.509627568 5.721508315 5.752767352 5.867432073 5.504409336 5.630212542 5.867368175 5.575252087 5.41997303 6.185182984 6.274331531 5.683983301 5.489989168 5.597219463 5.369614844 5.439240778 +LQ01X031670 Putative Ocs element-binding factor 1 13.14525791 13.00503019 13.13387885 13.25800024 13.62040662 13.20453152 13.1949575 13.48862233 13.3548997 13.28068979 13.29652082 13.69570564 13.82864343 13.19503891 13.49297304 13.57935573 13.38836605 13.65704671 13.20426472 13.06511937 13.34752564 13.36178863 13.09211175 12.66917058 13.04047499 13.102158 13.06397312 13.27872506 13.45793589 13.30765342 13.11732263 12.98300584 +LQ01X031680 Calvin cycle protein CP12 7.123110927 6.48064984 6.735410644 6.637825516 6.849976548 6.513525308 6.745569882 6.267990544 6.986718663 7.637204818 6.732343252 6.130671172 7.263764473 6.465069802 7.191511037 6.599338155 6.688397893 7.382170833 7.308406797 6.7175211 6.682540187 6.394162421 6.311844738 6.286107236 6.617834444 7.494291623 7.229480361 6.20064057 6.120627263 6.632632306 5.91772505 5.801034079 +LQ01X031710 Predicted protein (Fragment) 5.162946449 5.378066292 5.877638874 5.443618029 5.162402694 5.556380051 5.561196877 5.377196649 5.181761589 4.963317332 5.219978983 5.466651371 4.920440921 5.355572836 5.73864023 5.352146374 5.279302285 5.262067892 5.055732154 5.194807059 5.462552993 5.168023441 4.948548049 5.902160168 5.201180971 5.176599333 5.162310792 5.253495365 5.716523239 5.218393868 5.359911811 6.9685569 +LQ01X031720 Cytochrome c oxidase subunit 5C 13.78170044 12.67124861 12.83461645 13.56672985 13.06539765 13.3504501 13.50173604 12.96987035 13.73461548 13.72550979 13.16624356 13.82568302 13.30567008 13.21470934 13.5166644 13.19293944 14.1356831 13.57476245 14.16340025 13.05239529 12.97220533 13.52378516 12.96585993 12.93209484 13.80511642 13.83860972 13.99641804 12.98239337 12.00257933 13.49435407 12.7765234 12.99991088 +LQ01X031730 Putative uncharacterized protein 6.235128193 5.540949716 6.250994861 6.844832969 6.681874375 9.154091985 8.251155819 8.033816499 6.609705578 6.120962262 6.191667355 7.063011433 6.636612134 9.320083589 8.482148659 8.239492295 6.209400668 6.120572543 5.612760636 5.977599887 5.732455824 6.157565277 6.049153829 5.944613927 5.971377139 6.333235655 5.470233209 6.02411433 5.608127601 6.436011806 6.140425232 6.225525199 +LQ01X031740 Putative uncharacterized protein 5.549078515 5.608737841 5.33967351 5.268484201 5.290647741 5.555873716 5.362535527 5.373909883 5.721041263 5.47358363 5.299409108 5.377128993 5.300607225 5.261943723 5.33088186 5.600396569 5.312588736 5.672459144 6.12600101 5.437320399 5.889097923 5.439250672 5.75374918 5.411020891 5.550036878 5.952794465 6.425136606 5.642827124 5.83744206 5.216988038 6.321821292 5.4594477 +LQ01X031780 Putative WRKY transcription factor 22 5.701748067 5.540449028 4.967112903 5.81764618 6.034566792 6.700741976 5.63777631 6.789174375 5.383957479 5.530188158 4.867629166 5.737071498 5.213977184 6.584164325 5.355603944 6.683411501 6.145049218 6.32120885 6.7580255 5.150480291 5.614856068 5.066760267 6.010106145 6.057777973 6.056387243 5.817657371 5.923698312 6.151365024 5.56846016 4.847893971 5.865655697 5.624791474 +LQ01X031790 ATP-dependent Clp protease proteolytic subunit 5, chloroplastic 13.84613619 14.00719874 13.61372978 14.13519746 13.72557217 14.42117583 14.72239201 14.4542554 14.05782957 14.14130224 13.80113423 14.27958547 13.75846894 14.77232406 14.83917197 14.84197052 13.93830586 13.47908522 13.85160106 13.30855136 13.62086577 13.88435167 14.75166828 14.62637148 13.9970745 13.89504305 13.92924547 13.89190156 13.58998791 14.84826071 14.65196101 14.60912629 +LQ01X031820 Putative uncharacterized protein 4.952604921 5.031714008 5.104728222 4.839728533 5.199927823 5.020310371 4.968448465 5.201836879 4.803731332 5.161885363 5.224258599 4.942424822 4.878019432 5.165153598 5.10200956 5.058185393 5.055466115 4.727348786 5.252735257 5.229224213 5.280431687 4.625161518 5.162391337 5.604763594 4.721684987 5.076373105 4.867645133 4.968623442 5.295172704 4.836748682 5.423082642 4.996406663 +LQ01X031830 DEAD-box ATP-dependent RNA helicase 24 10.25531066 10.19564241 10.45822121 11.11793512 11.18237085 11.31236941 11.55633648 12.247434 10.92979169 11.16581107 10.83199673 11.40606273 11.03822303 11.47074896 11.83268146 12.38751246 10.93288807 9.932956077 10.70121978 10.15709264 9.60664322 11.25861869 10.81080965 10.92984058 10.66419835 10.06428383 10.11681543 11.06370621 8.947904224 11.35117624 11.06990269 10.89541462 +LQ01X031840 Putative uncharacterized protein 10.77741724 10.17768091 11.23990792 11.77628306 11.01271609 12.38068757 12.93085322 12.43729203 10.60607253 10.39755401 11.09327611 11.56972853 10.78321925 12.7077799 12.78689632 12.48759152 10.38397931 11.07903375 10.73530371 11.08293081 11.22958921 10.75134375 13.10507412 12.65232758 10.34630466 10.91540353 10.89282994 11.34913528 11.08830153 11.64184756 13.21780408 12.72908931 +LQ01X031850 Pentatricopeptide repeat-containing protein At1g02370, mitochondrial 9.032472417 9.509836347 8.787711961 8.512909348 8.63897195 9.109112078 9.861996146 9.311394499 9.25039031 9.401845341 9.275595654 9.008072942 8.657322302 9.251841512 9.599578661 9.261964023 9.507068481 9.46291845 10.03953928 9.694403745 9.790674498 8.855436222 10.71756514 10.53438137 9.766068795 9.84861507 10.64372747 9.616559796 10.05466099 9.301760748 10.7928311 10.74994921 +LQ01X031860 Peptidyl-prolyl cis-trans isomerase CYP21-3, mitochondrial 11.75905283 11.16478463 10.69171452 13.35063441 11.46553168 12.87966594 13.08219543 12.81579101 11.88284774 11.35416059 10.95286066 13.35102331 11.6102688 12.84214827 12.71752714 13.06753919 11.62165205 11.45230702 11.57676327 10.12827289 10.24914701 12.07216706 10.49406337 10.35365744 11.62196231 11.73824798 11.26914812 10.69633287 10.06476661 11.88998918 10.31445383 10.02649698 +LQ01X031870 Putative uncharacterized protein 10.18443248 10.69441305 9.88519007 9.913706787 9.94717899 10.86453967 11.12853457 11.32123612 10.67367238 10.36780931 10.31604621 10.2462245 10.36762108 11.09268937 10.71043072 11.31307682 10.65365576 10.26040442 11.09707797 10.4849009 10.31519044 10.35623425 11.44553472 11.13214451 10.95942977 10.38929518 11.26505892 10.21512542 10.10358895 10.28363675 11.52122896 10.93143015 +LQ01X031880 Putative uncharacterized protein 4.7351052 4.651900294 4.859641224 4.729558156 4.772175798 5.236214844 4.940531431 5.202178048 5.047294883 4.999326207 4.927625572 4.704635112 4.822578336 4.908443208 5.119402033 4.795764107 4.655567811 4.867696865 4.927835235 4.965633797 5.528717548 4.692750833 4.659646016 5.50899196 4.823709517 5.171764626 4.990098538 4.787896221 5.164448153 4.803027984 4.802859806 4.972398212 +LQ01X031890 Putative Nodal modulator 1 13.61445622 13.5932851 13.82408843 13.21687224 13.53738404 13.17730341 12.99278143 12.94148867 13.71574973 13.28570675 14.07743427 13.68942401 13.60211686 13.2471793 12.96453356 13.4311815 14.44031817 14.08319924 14.16764616 14.09233909 14.264382 13.92347161 13.96697228 13.9210204 13.94753138 13.8682963 14.00950245 13.99499303 13.9211734 13.81595035 13.79947652 13.64621985 +LQ01X031900 Pentatricopeptide repeat-containing protein At2g31400, chloroplastic 11.51817809 11.34277168 11.62908793 11.83485597 11.50762507 11.67754071 12.11607242 12.3065122 11.43675794 11.04331772 11.35688217 11.72398905 11.51116686 11.64261944 12.19142554 11.75545363 10.99189294 11.16568841 11.40849662 10.61139037 11.08073322 11.83806983 11.48332961 12.31153862 11.20776238 11.44052553 11.69124218 11.85783113 11.79375844 12.58890438 11.67145705 12.2667962 +LQ01X031910 Probable ATP-citrate synthase 11.30962543 10.85225782 9.686974057 9.677750019 8.193019434 8.115164294 7.67946021 6.917282427 11.05917837 10.86269617 9.884783509 9.944071512 9.338499112 8.326713855 7.720805482 6.723049111 10.69919938 10.1075563 11.06223998 9.344749321 9.735890818 8.887535495 5.967649627 5.871961218 11.68200377 10.80240773 10.2010372 9.471832366 10.16917137 9.191711399 6.892187822 5.926174081 +LQ01X031960 Putative Probable WRKY transcription factor 23 6.982222831 7.396553541 6.654192818 6.817064282 6.681356364 7.921360198 8.14767581 8.395715505 6.352289919 6.948139203 6.497572186 7.519361036 6.160979524 8.297337513 8.337193201 8.74592995 9.774720515 8.541500844 7.213429245 7.999679863 6.493199305 7.607852318 7.807495918 7.76661158 7.48431319 6.570775987 6.85892605 6.633475681 6.414203862 7.495138402 8.634711482 7.837557887 +LQ01X031970 Putative Predicted protein 5.050004405 4.770337873 5.416315233 4.966194724 5.451567492 5.03326683 5.013739214 4.87061672 5.161966148 4.842935308 5.557046345 4.815152068 5.525944395 4.981498096 5.227682419 5.048463744 5.468652124 5.081409553 5.56687302 5.607735952 5.237088154 5.062998455 5.932096609 5.500037949 5.071803601 5.256745132 4.956169317 5.768349744 5.294025132 5.393339729 5.86180868 7.042090076 +LQ01X031990 Putative uncharacterized protein 5.572267772 5.348928519 5.968294965 4.925936233 5.238835316 4.600201806 4.743123909 4.785344507 5.134363561 5.120534819 5.328399967 4.892711265 5.414736942 4.972168531 4.66489873 4.959335564 5.389080743 5.919931501 5.258127781 5.271014402 5.342397738 5.579072356 5.11379623 5.712313597 5.079831403 6.247669314 5.60060555 5.781150919 5.234247484 5.254768247 6.059921261 5.692571792 +LQ01X032050 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 13.61641079 13.61240459 13.30076685 13.20979527 12.98594257 13.4134303 13.35615001 13.20789112 13.66643413 13.81459453 13.36444087 13.04994168 13.05147137 13.17906552 13.31522443 13.15834164 13.36457559 13.84151193 13.45964635 13.42133611 13.58530407 13.25847265 13.39823363 13.70193221 13.41483883 13.9889041 13.58682177 13.39147852 13.58748824 13.02681903 13.14983231 13.68551593 +LQ01X032080 Putative Fatty acyl-CoA synthetase B 12.7252138 12.65775247 12.91436414 13.0404833 13.60009748 13.3304354 13.20215605 13.5976766 12.65934138 12.77726274 13.00260264 13.05768905 13.08583459 13.65496804 13.53927728 13.58372265 12.62990011 12.28610186 12.8261432 11.82704628 12.4285448 13.27902865 12.82370742 13.23729335 12.61853232 12.81702526 13.10669073 11.85240926 12.6365051 13.6272996 13.08707019 13.44588354 +LQ01X032120 Acidic endochitinase 13.12924924 15.4275362 5.482087353 5.994265067 7.313895554 6.64291966 6.384747809 8.267207206 11.54965396 14.56533522 6.410029393 5.470187945 7.338173963 6.39749475 6.873012614 9.131485519 13.72856138 12.54100556 13.21442696 10.11259359 5.745263111 7.584182105 6.51206089 6.551241049 13.11380266 10.84166535 12.88193392 6.198496053 6.112543695 7.02825869 6.259339671 6.068716049 +LQ01X032170 Thymidine kinase 11.90988497 12.84539302 10.62697259 10.6630216 10.54042139 8.357544272 8.342683508 8.95367554 12.61272131 13.08486122 11.23554233 10.65612883 10.92724854 8.304425098 8.668894435 8.822639215 11.04127443 10.84751667 12.24228843 10.41835737 10.95210357 11.37886727 7.082820971 9.011872195 12.18253961 12.2761197 12.59657382 10.64540279 11.15788672 10.43282493 7.784406378 8.553545629 +LQ01X032200 Probable serine/threonine-protein kinase WNK11 5.930005126 5.894994433 6.097735228 6.109781727 6.131303885 5.584452853 6.128944352 6.179068427 5.787598638 5.617793257 6.398241336 6.320585045 5.947401036 5.621420804 5.901683835 6.188791313 5.626523156 5.385974504 5.160718198 6.363389685 5.760375163 5.79616829 5.818839757 6.102856986 5.621530638 5.924140306 5.247955116 5.676382761 5.885795558 5.819041264 5.620016029 6.540920371 +LQ01X032260 Hypothetical protein 4.796673116 4.829688525 5.383734513 4.599413196 4.776643706 4.895041412 4.526910063 4.656602404 4.941449571 4.584592249 5.434102319 4.47645089 4.975452578 5.248335778 4.580205033 4.77191326 5.142018517 4.937209421 4.954946231 5.30995107 5.067708799 5.135744087 4.849636621 5.198795873 4.873844122 5.171986887 5.104493491 4.772504238 4.767969764 5.032398868 5.915976573 5.41138212 +LQ01X032270 Putative Predicted protein 4.782303302 4.631216803 5.282982908 4.822450188 5.106247798 4.915647956 4.957759902 5.035581487 4.856477966 4.668105564 5.032813365 4.808240444 4.762185324 5.087537869 4.70531009 5.1784254 4.827577899 4.826822774 4.875832388 5.209916002 4.818891055 4.678431346 5.205300447 4.845820995 4.678913122 4.523152957 4.690994672 4.639038348 5.120953813 4.82102225 5.079164207 5.298979253 +LQ01X032280 NifU-like protein 1, chloroplastic 13.67864605 13.238394 14.25766383 14.14504618 13.73959191 14.8867133 15.04709454 14.79535802 13.87252674 13.32030169 14.09799119 14.01418448 13.62181275 14.94015709 14.66088544 14.37601446 12.93043268 13.37161945 12.7293928 13.9880294 13.70951741 13.49940052 14.39042806 14.32130356 13.60474694 13.60848585 12.53548132 14.35276069 13.61056546 13.81318737 14.40246293 13.85540448 +LQ01X032300 Predicted protein 4.692368388 5.040497482 5.057997027 4.911178493 4.828105949 4.751625428 4.845358393 5.017572045 4.8510016 4.985311179 5.349085173 4.858771616 4.857203534 4.752832872 4.774464366 4.794649516 5.00048846 4.833770108 5.500499651 5.422396139 5.109039337 4.793755756 5.579635511 5.212829124 4.822837011 4.875983558 5.63670283 5.490434796 5.319009812 4.714952876 6.060091441 4.829290156 +LQ01X032340 Myb-like transcription factor Myb 5 5.059369643 5.17626355 5.843969373 5.116908833 5.16154732 5.439609936 5.543581907 6.163911353 5.191910186 5.203273254 5.754725391 5.263514767 4.909343801 5.723784269 5.472472372 5.567051036 7.112065008 6.60714405 5.236870691 5.356331924 5.6137209 5.201138935 5.024426237 6.178045163 5.400225104 5.042677342 4.798266182 5.275488979 5.469846434 5.361317778 5.367300526 6.786089382 +LQ01X032360 Putative Glycogenin-2 12.43491318 10.16586305 11.56764316 11.00856202 8.983697573 13.91073903 12.03468308 9.181702838 10.42833308 10.26596217 9.978426096 9.773370137 9.215049367 12.10527015 10.61983016 9.349008776 10.66886647 11.75137386 8.753485168 9.661436398 11.41922047 8.301596703 11.5821877 9.320226317 10.13962425 10.64042774 9.590422129 9.109401082 9.775124175 7.590850322 10.4600753 8.553872909 +LQ01X032390 ADP-ribosylation factor 2 5.758649612 5.360576798 5.321463889 5.288253572 5.237430851 5.29827305 5.268515686 5.658835594 5.456563125 5.391446486 5.497267792 5.333252692 5.609413036 5.605573428 5.513646458 5.258918037 5.671689732 5.439788594 5.957221193 5.843013517 5.678433657 5.740415482 5.298723911 5.617830665 5.526589905 5.530542572 5.841576475 4.957352397 5.102742152 5.563496778 5.392755051 5.814644203 +LQ01X032400 Nitrogen regulatory protein P-II 6.154302512 5.433914567 5.155132671 5.473920953 5.635844729 5.929758215 6.05395845 5.319211937 6.036251359 5.91383108 5.42558663 5.726920283 5.234974978 5.830550854 5.726341771 5.914569192 5.153953297 5.430181469 6.371363578 5.995222054 5.377972887 5.46996959 6.06767023 5.6309296 5.494375011 5.470664342 6.347384972 5.269354372 5.310059169 5.45388014 5.820489818 5.743442104 +LQ01X032410 Putative uncharacterized protein 12.30583372 11.33832842 11.89089753 12.47542847 11.67408226 13.17100907 12.90384209 12.55519692 12.32696092 12.3615332 11.9337021 12.49491946 11.86546553 12.99171993 12.77559091 12.74340348 11.57063655 11.51605149 12.04137783 11.72772509 11.28524867 11.39952562 12.18014207 11.64356301 12.13533253 11.72815295 12.04407894 11.07024452 10.36413 11.67757901 12.29853698 11.55283153 +LQ01X032440 Probable boron transporter 2 5.855840729 5.76207578 6.120938995 6.221170318 5.840903062 6.150869443 6.236790982 6.515716994 5.463226899 5.57936885 5.688041635 6.368990964 5.541459884 6.417926386 5.887203894 6.446865427 7.336806155 7.946259164 7.851275663 5.603446546 5.562453038 6.131955851 6.410949212 5.57048509 5.850476413 6.249892364 6.480734391 5.180614691 5.328931699 5.846989466 5.977954214 7.098308669 +LQ01X032450 Hypothetical protein 4.889563901 4.999382247 5.343909188 4.86028355 5.21912914 4.880082455 4.767617921 5.081818007 4.857093313 4.941749691 5.078445018 4.791817612 5.281271183 4.942759048 4.997782382 5.01123845 5.175792 4.983785935 4.736040036 4.761255317 4.783920526 4.931691895 4.949634103 5.349446656 5.359829963 5.180979487 4.795451044 5.090790777 4.614128617 4.826340222 5.697839765 5.465590736 +LQ01X032460 Predicted protein 5.406524078 5.604404739 6.550486748 5.466392199 6.293010768 5.25523618 5.350981356 5.685321142 5.44559976 5.447181815 6.52244688 5.222105067 6.682714255 5.20935291 5.250131269 5.20520378 5.56848683 5.490504923 5.378691159 6.246082427 5.017581629 5.73739941 6.146033324 5.323953222 5.414399867 5.851802355 5.731488822 5.939575036 5.128033176 5.994465466 5.552223916 5.511426392 +LQ01X032490 Glycogen synthase kinase-3 homolog MsK-3 12.1758444 12.4043221 12.85446474 12.09700734 13.19255368 11.21187685 11.09725793 11.60313966 12.64841897 12.31113091 13.06254842 12.45319804 13.77064444 11.50513629 11.01560465 11.69867964 11.97080756 11.79033387 11.51374035 12.88654384 12.58568668 12.77628615 11.33254794 12.13754896 12.20629432 12.34012686 11.39889614 12.79938724 13.34180118 12.63222508 11.74783331 12.28114089 +LQ01X032500 Probable protein phosphatase 2C 49 11.39984625 11.69043971 12.02692944 11.12025691 12.10107529 12.55026383 12.27605535 12.60231107 11.3255042 11.39850306 11.90846811 11.41623332 11.85653192 12.66827047 12.2525712 12.70084963 12.47616634 11.93015228 12.1083267 12.76890025 12.35593699 11.80767351 13.26777422 13.28354383 11.80385829 11.38077074 11.77910261 12.49246506 12.17613219 12.27953507 13.55942912 13.50072614 +LQ01X032510 Putative Streptomyces cyclase/dehydrase 11.56687643 10.93142502 12.1989068 12.84427055 11.85883782 12.61950593 12.60884646 12.25011843 11.92498066 11.2739158 12.16195154 12.92267722 12.41153344 12.73427107 12.69737066 12.24018827 11.38194915 11.0136241 11.06645401 11.5185904 11.83643453 11.7078015 12.3912192 11.90743401 11.45117737 11.54019646 11.0031164 12.23323932 12.29341238 12.29347899 12.46660293 11.6167165 +LQ01X032550 Predicted protein 11.74691854 11.94410212 12.04484178 11.46791921 11.76100711 10.84369125 10.56421566 10.28117447 11.54890577 11.63607403 11.8033613 11.40923785 12.05793134 10.85686056 10.2261699 10.31726435 11.89400792 11.86134882 12.12262302 12.11744805 11.82423544 11.31946244 10.91365416 11.0858195 11.79888975 11.93668548 12.14741241 11.86662178 12.0756534 11.11471055 10.66547019 11.00221206 +LQ01X032560 Ubiquitin 5.781241439 6.068078229 5.974832588 6.24025189 5.373408723 6.460507984 6.371797375 6.704568113 5.968041334 5.638498063 6.2643982 6.490671106 5.638460262 6.58412864 5.844295676 6.500203642 5.697351207 5.757055644 5.725787578 5.470824726 6.935441914 5.52909311 6.91560831 6.777506328 5.939150581 5.690359368 5.827609488 5.540554591 6.794219037 5.657806364 6.766280505 6.503695705 +LQ01X032580 Putative tRNA guanosine-2-O-methyltransferase TRM13 homolog 6.056883464 5.808594762 6.241237004 5.942670763 6.218379668 6.053361631 5.911223563 5.641672783 6.3565655 6.341612629 6.482609128 5.8392247 6.277821974 5.627606539 5.760243515 5.652364631 5.170910342 6.329650401 5.602420476 6.06497566 5.607320031 5.766098214 5.645320217 5.666806776 5.778167028 6.086512358 5.681607126 6.310915552 5.985585881 5.714145145 5.691226458 6.120057149 +LQ01X032620 Predicted protein 5.641541896 5.369590573 5.517957348 5.795975216 6.297958484 6.449311832 5.993087769 6.012580816 5.928712643 5.411003244 5.928875254 5.954657447 6.660329503 6.329714295 6.691594104 5.959630017 5.863355111 5.578000717 5.328562012 5.246184795 6.007405039 5.818219741 5.960651645 5.81111858 5.780334773 5.839843614 5.339782636 5.691052733 5.486863592 5.830533067 5.336791865 6.269861689 +LQ01X032630 Autophagy-related protein 8i 5.313947587 5.291562491 5.697631105 5.311050587 5.28496747 5.653917436 5.269470707 5.373942326 5.192469361 5.462031358 5.062189631 5.130470915 5.68038915 5.471878768 5.605480293 5.324009703 5.36832278 5.072180173 5.446743666 5.160533447 5.376590659 5.267756975 5.429842762 5.161225633 5.225790264 5.333868183 5.555308297 5.175105138 4.96731754 5.333932903 5.623424471 5.724959827 +LQ01X032660 S-adenosylmethionine synthase 1 5.475431044 6.096008935 5.723446434 5.948490908 6.06116019 5.863563638 5.510850417 5.615404593 5.86970492 5.901347728 5.637060681 5.850296441 6.059077726 5.747237772 5.956003834 5.851192868 5.783240819 5.328389031 5.512597578 5.643144243 6.118687119 5.558264527 5.576991843 5.940894551 6.11744275 5.773180756 5.355207661 5.615157673 6.435773257 5.56217842 5.919394887 5.302715073 +LQ01X032670 Hydrolase, hydrolyzing O-glycosyl compounds, putative 6.41523816 6.546831481 5.896809758 5.894606212 6.619674917 5.397619068 5.596675188 5.739830127 6.805839061 6.146403333 5.863159293 6.083936469 6.214169464 5.373884462 5.376451895 5.914905114 5.87376885 6.779946629 7.983444199 6.43733701 6.912459299 6.503180444 6.939090558 6.355480838 6.338280451 6.512337321 7.605141599 6.248339022 7.264283891 6.857256813 5.700526378 6.699302632 +LQ01X032710 Pleiotropic drug resistance protein 3 4.949989861 4.770429625 4.733573804 5.01578274 4.723553065 4.866513354 4.954747614 4.720013656 4.750465654 4.836021174 5.39477475 4.685115322 4.833469218 4.73327068 4.757669973 4.840258646 4.7126858 4.791049329 4.990547671 4.896523219 4.781286333 4.729107746 5.000026396 5.086159799 4.904861799 4.674954635 4.769199737 5.030056123 5.107744997 5.20150191 4.931307103 4.860010027 +LQ01X032720 Squamosa promoter-binding-like protein 1 5.039022945 5.208661394 5.142449248 5.341314 5.068109963 4.800045718 5.16866801 4.99117588 5.381712296 5.079551497 5.193702661 5.147351336 5.372807643 5.189079523 4.926116054 5.150977353 5.206516378 5.03204682 5.837349941 4.772660597 5.587679967 5.124250213 4.804381042 5.501434269 4.989476039 5.15879129 5.480485007 5.183493408 5.191244888 5.255775021 5.435687694 5.191187186 +LQ01X032730 Pto-interacting protein 1 11.99454059 12.57832169 12.06756697 11.94838029 12.07373581 11.52626897 11.55650056 11.84633041 12.27206335 12.43745472 11.95129465 11.73977294 12.14085896 11.45825419 11.60195181 11.72230384 12.3905911 12.30440231 12.81316868 12.23960586 11.9984093 12.46321088 12.03053445 12.45349878 12.66860013 12.70718398 12.96734877 12.25075987 12.60011498 12.35557144 12.01462245 12.94066066 +LQ01X032740 Putative uncharacterized protein 6.05333383 5.502168584 5.80522637 5.531243677 6.090973588 6.241905732 5.640520982 6.019216679 5.969170288 6.539249963 5.777494136 5.194711089 5.705568769 6.031653535 6.009320724 5.968039733 5.829695014 5.682071691 6.325318095 5.673052031 5.282644752 5.843064666 5.737188175 5.887381204 5.556373459 5.227059962 6.424861426 4.960262809 5.652957173 5.594145855 5.226178736 5.162059107 +LQ01X032750 DNA binding protein, putative 5.994163005 5.577449987 6.015813382 5.919652549 5.437929505 5.411470974 5.66650193 5.617112418 5.974268939 6.087630736 6.345186569 5.78951365 5.845770814 5.428758666 6.20002442 6.151008044 5.337540827 5.783409129 5.98437316 5.833445265 6.116974993 5.636414306 5.884671504 5.726004335 5.320448248 5.987243791 6.164023515 6.190524765 6.363397234 5.615986281 5.950674263 5.872632865 +LQ01X032780 Predicted protein 13.06197772 12.4340537 13.82813896 14.57713029 13.92192938 13.41682841 13.91905783 14.05069182 13.44550974 12.49965721 13.86432521 14.02487982 13.97305111 13.93582794 13.53235336 13.91408364 11.86901619 13.09765533 10.67629021 13.53884827 13.80765058 13.52913922 13.6259263 13.67741153 12.32576317 13.10838336 11.85588707 13.86058478 13.63281076 14.18090384 13.48576059 13.88408573 +LQ01X032860 Putative uncharacterized protein 11.9758186 11.69214615 12.51997899 13.19961709 12.70169102 13.96758098 13.40995398 13.92830943 11.16494749 11.35557394 11.98933789 12.66378586 12.02915361 13.64830283 13.44869689 14.09038813 12.4183815 13.10006963 11.7437794 12.7367778 12.96349269 12.64556862 14.00601619 13.80860065 11.78593413 12.2245125 11.29076501 13.12278809 12.55041944 14.90017366 13.56478146 13.8315381 +LQ01X032890 Bifunctional aminoacyl-tRNA synthetase 5.570762757 5.528049782 6.123911484 5.678563753 5.44045595 5.664793054 5.665840957 5.839686159 5.392692648 6.006835163 5.455088526 5.423323717 5.152682205 5.708721574 5.778189053 5.818451702 5.360439197 5.34799908 5.865110452 5.294047838 5.372595879 5.330582153 5.734120616 5.840384978 5.691024681 5.556976027 5.495089708 5.865214094 5.793316917 5.254375468 5.479351112 5.546785913 +LQ01X032900 Protein translocase subunit secA, chloroplastic 12.56311286 12.37987545 12.35643747 12.9595854 12.35887421 14.2457916 13.83060233 13.84769479 12.32543842 11.9085185 12.38927431 13.05343553 12.3964831 14.07060055 13.72441746 13.81578559 12.38269085 12.54419154 11.99151127 12.25223822 12.7488681 11.97883134 13.62613392 13.25290826 12.09850648 12.24515188 11.70302087 12.34199666 12.3458225 12.25028203 13.60182732 12.59378365 +LQ01X032970 Putative Hydrophobic protein LTI6A 10.62492309 11.1708951 9.791170631 11.73540398 12.10295412 9.320093843 11.48676139 12.7743046 11.68837003 11.8748157 11.87384545 12.41044142 12.73843503 11.25783251 11.75751527 12.21489477 10.8103035 11.65910432 11.00918547 12.17284971 11.49483759 11.89959241 12.6461008 12.51220624 11.67804446 12.78948495 11.80644966 12.25570965 11.73332994 12.84302095 12.1024915 13.27146931 +LQ01X032990 Protoporphyrinogen oxidase, chloroplastic 11.93586142 11.9874814 12.34905992 12.19839176 11.98200462 11.64894749 11.88101363 11.69281318 11.68423454 11.6941003 11.90433129 12.16037061 12.17498891 11.70828818 11.53731505 11.88562791 11.28680127 12.15189407 12.37006717 12.08163736 12.22091363 11.96923573 12.16913763 12.37491488 11.76605556 12.46123863 12.78778455 12.10504645 12.89294835 11.97288463 12.03475545 12.43646058 +LQ01X033020 Putative Pentatricopeptide repeat-containing protein At3g57430, chloroplastic 6.518437385 7.375216747 5.847924356 7.020530642 5.92751898 8.572766035 8.410418602 8.251131235 7.249510903 7.442650369 6.111594238 7.708789228 6.242864 8.443404998 8.436208572 8.57640498 7.938938769 6.647464151 6.278858812 6.025478065 6.443505574 7.034460279 9.242205102 9.259243413 7.657279864 7.90295777 7.363753994 6.358137671 6.822780519 7.3593034 9.234585506 9.447004321 +LQ01X033040 Putative Secologanin synthase 7.441142682 7.340529506 11.5472281 12.57054546 11.13311701 14.51142244 14.18780264 14.30535564 7.964529679 7.441310719 11.29400887 12.83551145 12.18530292 14.67167663 13.29385694 13.43245726 8.932560721 9.048358324 9.358661052 11.63458142 11.03580762 9.470189625 14.86581675 14.37441343 7.017785211 7.970769031 9.333127863 12.46120703 11.32440954 9.954702254 14.98091064 13.44390459 +LQ01X033070 Predicted protein 9.967599807 9.572402398 11.3140242 12.41724992 11.72436942 9.953219842 9.647931248 9.439435299 10.12455795 9.76987414 11.22781032 12.58035421 11.80576419 10.07816298 9.994099051 10.30690119 10.06961745 9.907690471 9.611157927 10.23423525 9.771414613 11.59030349 8.3763862 8.430328622 9.603222147 9.9540522 9.444773876 11.27315215 9.854837926 11.87289336 8.449113791 7.538724159 +LQ01X033080 Predicted protein 5.283929373 5.420809605 5.50242135 5.265498579 4.944457568 5.840329883 5.902405482 5.667074627 4.968746933 5.269969281 5.070613987 5.390062531 5.186543906 5.863631027 6.067879495 5.954497241 4.987461192 5.322695488 5.257103224 5.377636118 6.240213006 5.234974847 5.088761561 5.322765553 5.164505568 5.092250719 5.594651258 5.270206369 4.849968669 5.423443306 5.329059781 5.5321849 +LQ01X033090 Predicted protein 10.60855426 11.12861918 10.59547127 10.93710318 10.88406 9.932930023 10.01017865 9.431763444 10.97705065 11.20494503 10.93947941 11.27844164 11.50710542 10.30670031 10.17888639 10.5150035 10.95278881 10.90802016 12.10068824 10.59637402 10.55879437 11.5742364 9.850987452 10.43644361 11.40006444 11.32108726 12.31134601 11.46808785 11.34066445 11.52719726 9.71773703 10.26230677 +LQ01X033100 Ubiquinone biosynthesis protein coq-8, putative 5.436262091 5.367890266 5.828572478 5.310865162 5.550757253 6.105818555 5.90503495 5.87365896 5.170403248 5.48500111 5.861011745 5.42739509 5.814688811 5.950159826 5.543890145 5.961674144 5.558438841 5.402741988 5.343062146 6.757874199 6.140860504 5.673290627 5.502062607 6.134272536 5.742820685 5.661149169 5.622221702 5.994966482 5.298893187 5.412664281 5.871084994 5.209473121 +LQ01X033120 Peptidyl-prolyl cis-trans isomerase CYP20-3, chloroplastic 13.80069517 13.84295659 13.9223014 14.20714292 13.26438163 13.60639536 14.27019277 13.36778195 13.74833339 14.06830286 13.90856818 14.16934207 13.44339531 13.64509366 14.1901372 13.42841095 13.02828972 13.66721612 12.90913592 13.50637838 14.20152409 13.51687194 14.22523406 13.44105549 13.57927944 14.15602362 13.36870053 14.00883837 14.22419489 13.30658266 13.91566924 13.20304078 +LQ01X033170 Germin-like protein subfamily 2 member 4 5.295163862 5.267662827 5.270851875 4.990356163 5.353251711 5.167879284 5.226169083 5.663117124 5.772344726 5.330942275 5.433729318 4.880395383 5.471278049 5.079393306 5.279786692 5.409787307 5.307192634 5.623109057 6.018794779 5.14198879 5.995523766 5.427028715 5.627983248 5.377566476 5.258665314 6.029808764 6.004241275 5.214846752 6.060980208 5.30741377 5.801934217 5.222987606 +LQ01X033180 Putative Uncharacterized protein C9orf78 4.948358906 4.827794494 5.415627677 5.277387669 5.088934868 5.200337734 5.426799812 5.824332963 4.985656724 5.229560838 5.411836228 5.197289013 4.787899585 5.39168596 5.717446362 5.377779158 4.771831315 4.895148511 4.859712842 5.173112123 5.084085393 4.961774428 6.027113228 5.456135977 5.322129784 5.39676201 4.935429682 4.836525316 4.964824944 5.153235162 5.22333073 5.257878274 +LQ01X033190 Putative expansin-A17 5.267040263 5.187496349 4.790215868 5.024935518 5.250106442 5.472919288 5.157444379 5.175395174 5.316967778 4.959252946 5.127348762 5.297093131 5.129158509 5.352534153 5.1064517 5.232454661 5.595151443 5.859621051 5.906682888 5.234488532 5.144711786 6.333707502 5.057987093 5.579932536 5.392822191 5.644272365 5.97180473 5.948443867 5.365291053 5.883681839 5.215991908 5.736806437 +LQ01X033250 Putative uncharacterized protein F21F14.180 4.714315663 4.71020383 5.438068011 5.008089142 5.539226945 5.321245726 5.210521141 4.865301569 4.676096492 5.058587275 5.111495134 4.766470503 4.820509743 4.714082354 5.674420646 4.778317817 4.657608738 4.818340493 4.684997412 4.875629017 5.029751015 5.086031745 4.839411565 5.162534225 5.081722026 4.988854135 4.924420492 4.871238897 5.029386384 4.772920541 4.788435036 5.11799169 +LQ01X033270 Putative Cathepsin B 14.23787361 14.45934316 14.43918115 14.74882442 14.67401262 13.92156006 14.38505583 14.26415138 14.511772 14.24731594 14.6951011 14.8078381 14.75537 14.28036608 14.67146361 14.72427907 14.90160306 14.65067051 14.4684404 14.88726101 14.71325647 15.03515746 14.43612169 14.58046381 14.48238032 14.63870648 14.29300663 15.04203321 15.04880765 15.20090597 14.61667321 14.68347352 +LQ01X033280 GEM-like protein 2 5.526498974 5.302863765 5.469057997 5.256767914 5.401642824 5.423547195 5.57646757 5.041355009 5.240226827 5.229354949 5.106750821 5.455046428 5.547306002 5.435065623 5.751521185 5.326268406 5.046027633 5.473125491 5.682413874 5.520800479 5.703308341 5.2467821 5.883349235 5.207408376 5.071874753 5.248083502 5.102216874 6.097138523 5.856015323 5.230543227 5.484400984 5.055766509 +LQ01X033320 Putative O-methyltransferase mdmC 5.119245488 5.321430675 5.487845702 5.26554829 5.396886978 5.318679628 5.582785474 5.348931037 5.109882542 5.287227733 5.066569477 5.733406511 5.940393972 5.131385123 5.909977981 5.511671661 4.677322373 5.185977089 5.181259454 5.220296213 5.281754583 5.351746525 5.269540482 5.159098202 5.250868323 5.230738692 5.678252046 5.282291693 5.134730247 4.969815703 5.029198393 5.636293105 +LQ01X033340 Expressed protein, putative 6.167352201 6.173966937 6.184295786 6.531778412 6.233983635 6.167610658 6.245328713 5.962522399 6.139284392 5.86804067 6.049729798 6.400245239 5.877136438 5.889591657 5.979150241 5.803773433 5.863765848 6.279310536 6.349627289 5.828695031 6.392608154 6.334964045 5.507719306 5.449270253 5.756665981 6.547939009 6.046600329 5.57598464 6.460533976 6.463365684 5.240566508 5.428327424 +LQ01X033350 Translocase of chloroplast 33, chloroplastic 5.140081311 4.872000958 5.219902034 5.740180743 5.708804117 5.864267304 6.027231573 5.94774651 5.08588342 4.758440865 4.806626897 5.277437516 5.217989828 5.69596135 5.456706037 5.547639487 4.963106776 5.246349774 5.13814729 5.256582789 5.162717148 4.980875348 5.085091105 5.175191738 5.030276657 4.935435265 4.916373008 5.238800873 5.186107923 5.155276832 5.36190955 5.084806995 +LQ01X033370 Putative Uncharacterized protein C594.04c 5.594649591 5.239567864 8.41220649 6.059478903 6.385686046 5.17454942 5.480827549 5.386689429 5.554752557 5.529963162 6.777669948 6.188834189 6.566823666 5.218687733 5.214961505 5.465892233 5.077997867 5.331907542 5.547101452 5.984706928 6.337836522 6.065811035 5.707370547 6.833615706 5.289617458 5.324762542 5.001499927 6.530501391 5.900296945 6.107732774 5.943164217 6.669567088 +LQ01X033380 Probable inactive purple acid phosphatase 29 11.38128897 12.08314272 10.28776545 9.687887934 10.62186071 11.07773282 10.52426814 10.78852077 11.51292397 11.96252937 10.62487009 9.779399972 10.68744379 11.06083346 10.7738315 10.80383707 12.48182361 12.00070475 12.84305537 11.92917633 11.45549031 11.99598192 11.69344049 11.91969842 12.52410674 12.33800672 12.98680899 11.16150861 11.45809605 11.25659807 11.62256005 12.19175333 +LQ01X033400 Putative uncharacterized protein 5.262066086 5.690568034 4.930046953 5.613035948 5.134138556 5.486097998 5.71211369 5.269859396 5.165485131 5.380428942 5.073271016 5.524585741 5.302109487 5.084292336 5.813151158 5.417812113 5.547579322 5.734013997 5.553194734 5.371112067 5.338556555 5.223767094 5.411508473 5.811117057 5.63287361 5.864050055 5.677055084 6.231082086 6.24591181 5.145765053 5.305091441 5.842468216 +LQ01X033420 Putative Auxin-induced protein 5NG4 5.443972766 5.262863073 5.180539526 5.298352115 5.486131535 6.048952299 6.427651369 5.970770066 5.088750165 5.102956112 5.167975493 5.285417352 5.166362035 5.941769825 5.82532521 5.617002111 5.149199174 5.285335079 5.319825372 5.188092181 5.299362521 5.278580596 6.153965844 5.066887648 5.307342455 5.322186534 5.332049836 5.973206209 5.365890917 5.488612189 5.777073448 5.287759911 +LQ01X033430 Putative Ribosome production factor 1 6.053942879 5.942155331 5.591624032 5.806427814 5.730267601 5.509881371 5.912451059 5.845003068 6.363795239 6.420448044 5.684712771 5.668166253 5.87027282 5.498782618 6.21092325 5.788845362 5.868329913 5.933291295 5.922299457 5.936073643 5.52738125 6.145562535 5.39224962 6.117879049 5.657185275 5.638077041 6.496247597 7.021900399 5.781213261 6.439674027 5.456352043 6.196533194 +LQ01X033460 Hypothetical protein 12.16087034 11.28652722 11.01261987 11.33625648 11.45443075 10.78890395 10.59857799 10.99910454 10.63506183 10.62382483 10.19760573 10.06250128 10.5458599 9.901783517 10.037023 10.62768863 11.98020736 12.34987685 12.0135652 10.56044453 11.40349325 11.15704147 11.93768602 10.93519983 10.48910907 9.965255671 10.93808825 10.00848836 10.84371671 10.91046702 11.0335434 11.28217745 +LQ01X033470 Hypothetical protein 4.881770145 5.104105451 5.918103083 5.022414779 5.206598573 5.093594696 5.04829628 5.180219094 5.067793904 4.964037006 5.245773012 4.855506956 5.27797856 5.064900652 5.300520307 5.118469528 4.978647195 4.991509141 4.523211199 5.366233062 5.150228915 5.197491393 5.522197001 4.925345755 5.062994032 5.016388488 4.841883258 4.932115597 5.182401566 5.182867465 5.57223287 5.459356233 +LQ01X033480 Putative NAC domain protein, IPR003441 8.27809409 8.152398187 7.845150714 9.364561758 9.53340745 11.31845405 10.84254235 9.468256046 8.110585046 7.773925382 7.506360755 9.14407306 9.992412818 10.45137843 10.17664662 10.20186396 10.2244969 9.825504206 8.534718799 9.233864378 8.452806978 9.737257908 10.82502632 10.88221262 8.8127256 9.726929848 8.580250251 8.391166692 8.827274899 9.692416609 10.59042081 10.77028579 +LQ01X033510 Putative Protein arv1 homolog 8.756066339 8.713542087 9.099060001 9.573584253 9.28460253 10.40339967 10.39784079 10.06261465 8.354999982 8.475563605 8.445948369 8.960483916 8.640619678 9.757586027 10.26509775 9.93702158 8.265109772 7.846289095 7.151760683 8.580554148 7.600757241 8.221771492 8.678610817 8.013228752 8.010320963 7.448918997 6.011505036 8.622184067 7.506663579 8.78356027 9.13161295 7.314267224 +LQ01X033530 Soluble inorganic pyrophosphatase 13.53983362 14.38450837 13.29043622 12.28307021 13.32578691 11.59142409 11.26502785 12.0240651 13.94797274 14.45269567 13.85978066 12.32726304 13.41881842 11.54060141 11.64199569 12.01870356 14.5754174 13.82937266 14.54795534 14.31848083 13.55657243 13.80031038 12.09743954 13.10282821 14.29753183 13.60583745 14.15130323 13.6493792 13.63598137 12.94232363 12.18016704 12.98636793 +LQ01X033560 Putative Protein LHY 5.207977673 5.285029055 5.824609699 5.032607579 5.172238985 5.861663234 5.528979424 5.434865714 5.26779839 4.955891535 5.43896931 4.942228015 5.085827203 6.12583947 5.774402796 5.456364383 5.232401235 5.475528451 5.216938905 5.423871931 5.413201945 5.68661355 5.987293433 5.705173948 5.558393015 5.422348149 5.150269179 4.999635981 5.681800889 5.638821424 5.761495999 5.57625362 +LQ01X033580 Putative Caffeic acid 3-O-methyltransferase 11.57584742 12.33122231 11.03666064 10.2938589 10.79786716 11.83185676 11.70523924 11.45105558 11.75662964 12.50214791 11.10477052 10.33579308 10.79864003 11.76394016 11.23748153 11.36392963 5.886415979 5.953518216 6.306396826 6.424794464 5.665036482 6.021817216 5.396561854 5.985427255 5.982459426 6.052949139 6.975861418 5.897464302 5.684457414 5.939811278 6.047501336 5.708054058 +LQ01X033600 Thylakoid membrane phosphoprotein 14 kDa, chloroplastic 15.12591316 14.52077026 15.23263906 15.47341043 14.99200553 15.13898262 15.34078877 14.94136304 14.71785391 14.50387989 14.92475616 15.0773108 14.84939979 15.4238705 14.73286366 15.2996427 14.42703545 14.60879478 14.31278813 14.55530066 14.67933372 14.69754973 15.30270652 15.23888394 14.53513297 14.69754329 14.37931732 14.91507591 14.71520993 15.18434708 15.29427572 15.26662026 +LQ01X033610 Putative Transcription factor bHLH70 9.953088918 9.173979684 9.190384852 10.30793615 9.215206917 6.68444027 5.883277889 4.986784017 10.05269459 9.178569681 9.291229597 10.14613976 9.311577437 7.244612604 6.696034154 5.237030791 8.703464168 9.348435184 8.921837806 8.611340156 7.509544295 10.14514668 5.706489567 5.215507575 9.244201716 9.133624112 8.70419723 8.808397462 8.586497884 9.42003927 5.21050849 5.303564027 +LQ01X033620 Metal tolerance protein A2 13.77790314 13.20912479 12.81261544 13.32382598 12.70334549 12.91767937 12.53302968 12.30810143 13.48757834 12.742221 12.94643852 13.02260173 12.82806071 12.72266133 12.71533444 12.43274479 13.90650841 13.94832117 13.19730054 12.91179004 12.41366732 12.87088553 11.94848847 12.03334139 13.28445092 13.53563555 12.65172051 12.96220882 12.2411217 12.41833151 11.89421918 11.64696774 +LQ01X033650 Putative Two-component response regulator-like PRR95 13.38811182 13.01610695 14.11126532 13.91198245 13.36777285 13.92277029 14.01567946 13.81480682 13.34147614 12.14041923 13.75082037 13.47152765 12.86454758 14.03598578 13.70917416 13.09697313 12.81761732 13.44303963 12.63013491 13.93989965 13.65580793 13.03633345 13.81264147 14.00355639 12.90721813 13.32806891 12.51317673 13.75899178 13.72174026 13.21064412 13.89595991 13.81176106 +LQ01X033670 Pyruvate dehydrogenase E1 component subunit alpha 5.428602267 5.323570717 5.815918078 5.086426418 5.264509106 4.838266584 4.923628703 5.397130687 5.248357902 5.16497694 5.227075175 5.024841665 5.312919501 5.035121708 5.078317346 5.426145421 5.077363581 5.318707648 5.15670372 5.168975361 5.684009643 5.25146298 4.996598394 5.905092245 5.363246667 5.255107234 5.25521357 4.897698788 5.485445292 5.207660239 5.004570443 6.483522418 +LQ01X033710 60S acidic ribosomal protein P1-1 14.40040145 14.1496693 14.01732004 14.27678476 14.19734471 14.53600963 14.60819304 14.19423604 14.57992999 14.92475577 14.38219889 14.92578088 14.33114252 14.48774242 14.78205306 14.56133727 15.03006122 14.73315015 14.70064301 14.28629797 14.18856811 14.48414286 14.22482842 14.19252853 15.09571301 15.10914868 14.67085505 14.25341637 13.75410228 14.31482897 14.1562475 14.216716 +LQ01X033760 Hypothetical protein 5.303284977 5.51226344 5.907526523 5.093495433 5.386202781 5.090355798 5.226276825 5.208781808 5.07975925 5.426697505 5.170583737 5.207793821 5.399646837 4.941066628 5.110482268 5.225986278 5.117367141 5.319520937 5.377850413 5.210051628 5.148381531 5.324512302 4.898177226 4.978270398 4.999065436 5.22589465 5.038483678 4.955551243 5.575615416 5.339474306 5.158770655 5.524101969 +LQ01X033790 Calmodulin binding protein, putative 5.584763709 5.423058901 5.668861859 5.451936841 5.592455691 5.254132244 5.744690742 5.472863228 5.99586947 5.90192982 5.197592995 5.576071353 5.788942362 5.166790845 5.161180812 5.502748802 5.934738731 6.454015229 6.180513386 5.84740506 5.977347714 5.900744918 6.297743004 5.308837275 6.076804986 6.187469953 6.220118351 5.507648981 5.543988028 5.486581647 6.141169945 5.056224146 +LQ01X033810 Predicted protein 6.076235392 5.605041731 6.495760523 5.080079629 6.064911381 5.45492853 5.236641035 5.401722627 6.074723603 5.880681059 6.522922485 5.26209812 6.479334351 5.506515667 5.005931052 5.490577279 5.971831831 7.308233716 6.26836168 5.84751229 6.487804062 6.070886889 6.551199004 6.009310286 5.885974193 7.217041989 6.552738721 6.03077136 6.480015187 6.564919324 5.571013579 6.060230053 +LQ01X033820 D-lactate dehydrogenase, putative 8.3984374 9.030775071 6.021981246 6.685623541 6.458470433 4.894569203 5.0468475 5.21443322 8.071572601 8.937051262 7.393934794 7.056250911 6.806673917 5.110448639 5.204087633 4.951795003 9.600241114 8.50814316 9.404603225 7.665324534 6.683623054 7.994033429 4.944760269 6.068344271 9.399391152 8.888117561 9.459370683 7.288162669 7.417298756 7.080173741 4.987625631 5.421638071 +LQ01X033830 Predicted protein 12.55361721 13.04895983 12.47007028 12.53879763 12.37979849 12.77940135 12.66158426 12.67514609 12.59762514 12.76311232 12.63680902 12.50348685 12.33503218 12.75173978 12.62860485 12.93031676 12.5536819 12.05012502 12.3181391 12.19968008 11.90899106 12.74089204 12.1550442 12.19983837 12.7628475 12.11441724 12.6311626 12.27475663 11.96749565 12.45822877 12.12042798 12.19846741 +LQ01X033860 CBL-interacting serine/threonine-protein kinase 9 5.816538815 5.452529104 5.710821361 6.027150673 5.732351174 5.707877828 5.691881635 5.582956675 5.833366638 6.047478937 5.790056866 5.732037707 6.131832908 5.690145565 6.399741121 5.360010672 5.380420926 5.618638508 5.172828663 5.653015921 5.385044247 5.512300256 6.074505374 5.023948216 5.624331329 5.730819117 5.707821402 6.037737998 5.28087281 5.957734193 5.265523195 5.548870081 +LQ01X033880 Probable S-acyltransferase At4g00840 10.27955354 10.27717414 10.44064031 10.90222028 10.65767169 10.60757417 10.55432587 10.71547619 10.35013325 10.15057137 10.59310994 10.84712229 10.61407943 10.76504238 10.5351832 10.70435955 10.37614726 10.97378215 10.22886091 10.50963663 10.91436141 10.3219748 10.41455762 10.56909215 10.17853044 10.79290181 10.43601543 10.77145207 10.93457021 10.53737539 10.57240785 10.55446022 +LQ01X033890 Predicted protein 7.668438213 7.979902713 7.998176008 8.087081357 8.052207528 7.185949425 7.486726132 7.363541084 8.030100505 8.665492412 8.147337673 8.147742208 8.72207663 7.10784495 7.482599853 7.267247424 7.467466054 8.063897606 7.919553414 7.860814391 8.430820043 7.917055307 6.492784578 7.281794293 7.641624852 8.32572391 9.026010502 8.007532671 6.564860308 8.082198531 7.591220074 7.570264191 +LQ01X033910 Putative Transcription factor MYC2 13.33011736 13.13367824 12.5288445 10.79027271 12.21848005 11.75575067 10.89564175 11.00608541 13.21200023 12.82784967 12.92307042 11.34867418 11.57819353 11.94053617 11.31589654 11.2402653 13.42596298 12.98564208 13.32816902 12.92480093 12.73431994 12.58922256 11.45455379 11.05182612 13.31247872 13.16361269 13.04636306 12.07898732 12.86381463 11.63525282 11.29807415 11.37828043 +LQ01X033920 Predicted protein 11.78215682 11.47109015 12.44115808 12.66903143 12.85893569 12.81573592 12.91303076 12.7670644 12.10364547 11.45494556 12.61037531 12.928219 12.91467175 12.72768308 12.97167054 12.869682 10.96552019 11.4488176 11.31204308 11.96009778 11.64289347 12.07789094 11.22152216 11.88811622 11.01586839 11.25585812 11.69415244 12.19111815 11.78917246 12.28979517 11.94520539 11.3362415 +LQ01X033940 CDPK-related protein kinase 12.88926217 13.04153177 12.98312759 12.71306375 13.4898146 12.63578799 12.46574991 13.1267474 13.08560915 13.00917789 13.09718114 12.64705453 13.50414202 12.4861889 12.72326664 12.90736281 12.76618415 12.55840081 12.47311824 13.04058608 12.99771685 13.32198069 12.85430417 13.16237389 12.7906876 12.9322223 12.37964922 13.20139577 13.20579758 13.21546093 13.13408259 13.09471738 +LQ01X033950 Hypothetical protein 5.1085453 5.265076123 5.360976012 4.663261667 4.743946517 4.758484298 4.78198166 4.785208974 5.023747138 5.098404265 5.34132369 4.632399551 4.623966889 4.744129491 4.540400588 4.730053892 5.205559653 5.105538744 5.765138123 5.149352651 4.972360148 4.910106358 5.409776096 4.892119422 4.970583904 4.828221911 5.70194509 5.31318725 5.113845891 4.829434679 4.907406476 4.860916418 +LQ01X033970 SAUR family protein 6.414868816 5.906605317 6.439540274 5.49032934 7.257108118 5.830544188 5.565273454 6.286402358 5.7805816 6.578834365 6.316302425 5.620534895 5.86110763 6.240775394 5.587347495 6.31277056 6.601025116 6.9882117 7.804455333 6.549388575 6.847838841 6.05189124 7.752336149 7.555606613 7.040695091 7.043899496 6.508140484 7.875965396 6.683364718 6.139318488 7.118784253 7.218304146 +LQ01X033980 Homeobox-leucine zipper protein ATHB-7 5.883323113 7.932955181 8.346783841 9.178348549 7.892675504 11.54713292 11.09486134 12.0860905 5.464921054 6.45853744 7.087433039 9.060060005 7.777308205 10.62485283 10.88951898 10.52724417 11.12220646 11.8884682 9.272244913 9.513018158 9.986179905 7.442227956 10.32580825 10.14956945 6.552848502 5.790327614 9.443768094 8.624549532 7.366574126 9.058340355 9.567032815 10.13966488 +LQ01X033990 Hypothetical protein 5.051338457 5.168952439 5.629941124 4.983268692 5.455772616 5.665445045 5.423539959 5.486226392 5.367555977 5.195909918 5.420684731 4.855743794 5.610139301 5.090125458 5.57817788 5.229177007 4.911892975 5.751468136 5.196007584 5.645218584 6.001740143 5.182323481 5.878955019 5.259702102 5.201154645 5.551923065 5.31762521 5.40083291 5.219027016 5.325960436 5.776850509 5.094317308 +LQ01X034010 Cytochrome b5 4.934733579 4.921367053 4.530218515 5.010738242 5.239325885 5.229190815 5.190127268 4.919339488 5.184373826 5.177861686 4.965637291 4.896150593 5.194384592 5.097785776 5.294440791 4.887047386 5.395568121 5.30472399 4.989581261 4.974266332 5.043550545 5.235378799 5.006072467 5.30432582 5.243435567 5.208868862 5.323476328 4.902829037 5.048919906 5.127580226 5.359631789 5.12665237 +LQ01X034040 Putative uncharacterized protein 12.57591384 13.14242139 12.36414644 12.01546025 12.48248943 11.77575183 10.76817161 10.13315215 12.56973584 12.49966494 12.79221401 12.83147358 13.02080112 11.75396383 11.0876924 11.79291882 12.54314778 12.77031333 12.64184408 12.52766976 12.42961112 12.55450771 9.096468623 9.807560605 12.74926232 12.9312857 12.63739232 12.81344918 12.7277492 12.24158706 9.949171981 9.473278417 +LQ01X034050 Putative uncharacterized protein 5.877582143 5.152770627 5.321634753 5.389094659 5.362659648 5.533583517 5.634439618 5.522117414 5.774258058 5.980661691 5.263124553 5.027629591 5.777396818 5.689832075 6.488403103 5.240042676 5.180674621 5.478873908 5.839247987 5.356121586 5.417782827 5.187599557 4.796502511 5.029598004 5.297957653 5.234501417 5.594205353 5.178703729 5.677031957 4.874921058 5.422520833 5.32799003 +LQ01X034070 Ras-related protein Rab11D 6.294637973 6.213500437 6.358484868 5.577659699 5.989420295 5.523278391 5.720657368 5.537353599 6.350322175 6.723918693 6.603397007 5.773878961 6.202287592 5.219446251 5.398226641 5.337097829 6.338098212 6.18691598 6.609794791 6.771269748 5.590235949 6.088482469 6.11976268 6.267454508 6.311590271 6.365403236 6.563625226 6.178477397 5.80049071 5.732983865 6.230643983 6.479921347 +LQ01X034080 ATP synthase 13.76900907 13.37937887 14.1487004 14.94245577 13.86681835 14.83049387 15.02677455 15.20101446 13.99722334 13.5001582 14.13983699 14.67522675 14.32440503 14.9290717 14.83571127 14.63446138 12.54905741 13.72265197 12.66292665 13.76100001 13.97706467 14.00026487 14.11259212 14.41779816 12.9131076 13.95619965 13.26763703 14.33126367 13.91527797 14.06633419 14.09757601 14.19470884 +LQ01X034100 Putative U-box domain-containing protein 43 8.182646393 8.397340319 7.890431011 8.12157233 8.812404034 8.655310248 8.217786234 8.786974224 8.325348765 6.791821321 7.875947523 7.845436871 8.784331633 8.804997973 7.257624002 8.214398215 8.647575414 7.859676433 8.941546002 7.642066366 8.138557946 8.442561944 8.167429334 8.884629908 8.6948882 8.179649593 9.023900647 7.704467162 8.065917845 8.44349207 8.119203955 9.259278646 +LQ01X034190 Putative uncharacterized protein 13.03336663 13.21832592 12.78908653 12.49697875 12.79317961 10.93200208 10.88075372 10.41254528 13.11074816 13.20818678 12.90759428 12.52488883 12.70868432 11.05691235 11.40235012 11.24683527 12.98328797 13.49466566 13.02927658 13.51127028 13.47491003 13.42671342 11.35388192 11.5904008 13.24846848 13.36911284 12.95471131 13.54809662 13.68149662 13.14765628 10.73816901 11.09206505 +LQ01X034210 Putative ORM1-like protein 1 5.437191916 5.561124394 5.198098941 5.694850482 5.260092292 5.755803667 5.846481764 5.74144686 6.08517614 6.434855522 5.662578183 5.754715262 5.465429257 6.063572654 6.728016497 5.706379699 5.259848376 5.570270256 5.592260957 5.439503877 5.827042973 5.444893447 5.382888159 5.292158998 5.502165116 5.486322197 5.515941472 4.881934952 5.211697243 5.407046945 5.30429716 6.284412131 +LQ01X034220 Putative Dof zinc finger protein DOF3.7 6.045004008 6.007894597 6.724421144 5.988052997 6.014959989 6.003252401 6.244405703 6.038631487 5.999535865 5.870530816 6.355963496 5.757425766 6.307390264 6.344742101 6.053311123 6.086608694 6.093273782 6.184620771 6.171196324 7.264664506 7.7232936 6.06408895 7.923425608 7.700840882 6.133272922 6.311954706 6.346364581 6.73575447 7.368934976 5.989798145 8.062421732 6.961452583 +LQ01X034240 TT2 like MYB transcriptoin factor 14.01079723 13.39899858 11.60702248 9.619176301 9.766119599 9.862221432 9.377791107 10.91200807 13.6576408 12.84638182 11.86943673 10.55062807 9.045256942 10.32851831 10.54523981 10.66169987 13.3684659 12.94737272 13.41951265 11.20423952 11.19617295 11.00491796 8.462522816 8.339236343 14.22339878 13.54782182 12.33144582 10.12911306 10.89606158 7.908157262 7.36826152 7.88069875 +LQ01X034270 Hypothetical protein 13.66845472 13.35157373 13.78626285 13.42617473 13.93014323 12.97547629 13.07365148 13.15118979 13.73980575 13.68808769 13.8426954 13.51392498 13.99772997 13.41010143 12.74634338 13.60565868 13.39877685 12.98191083 13.14622481 13.33187356 13.54652132 13.33384363 13.30819944 12.94461518 13.4658048 12.71697042 13.2947665 13.34165843 12.68658544 13.32772814 13.18683356 12.88907081 +LQ01X034330 Molybdopterin biosynthesis protein CNX3 12.0400749 12.26930111 11.72108234 11.99232917 11.07207406 12.06192419 11.95794648 11.18004814 12.28876023 12.75644143 11.95968172 12.23957209 11.46256672 12.13299924 12.25085837 11.87932165 11.96140481 11.9703148 11.18757368 11.52593885 11.5054055 11.04074799 11.50968926 10.70341166 12.40521551 12.29279735 11.24686438 11.51124826 11.44509278 10.78534687 11.31798495 10.50068408 +LQ01X034340 Putative Aspartic proteinase nepenthesin-1 6.070267447 6.358160701 6.397163659 6.475369116 5.944823949 6.342572095 6.494644645 5.913690558 6.298180738 6.62564082 6.740125731 6.613025938 6.225270322 6.02868172 6.741593327 6.515122324 6.156222999 5.976366592 5.685149827 6.347592275 5.758159604 6.452372382 5.776048583 6.461228445 6.053077261 5.862451454 5.555554352 5.912086945 6.053470117 6.116148981 6.136078892 6.651111645 +LQ01X034350 Putative uncharacterized protein 11.88193868 11.56034479 11.89750565 11.9490792 11.93524729 13.24328936 13.06491711 12.81011152 11.70706525 11.58024746 11.91260648 11.99797259 12.01344112 13.09090693 12.92449139 12.86897664 12.14532401 12.33966779 11.57113994 11.69509479 12.00841368 11.66822032 12.60662012 12.3258574 11.50482891 11.67946322 11.27806882 11.99523174 11.41346096 12.05279285 12.78602094 12.34779423 +LQ01X034360 E3 ubiquitin-protein ligase SINAT3 5.230135547 5.124482335 5.187107059 5.324318338 5.267108902 4.925830156 5.362815072 5.312905989 5.054579026 4.93762134 5.460826536 5.26264634 5.010979433 5.113806807 5.662872359 5.169123769 5.256563967 5.165125301 5.023764564 5.256079155 5.299871852 5.067913995 5.17821882 4.848855542 5.218199375 5.047018642 5.100687539 4.921521058 5.085679643 4.879861548 5.687085616 5.060886357 +LQ01X034380 Putative uncharacterized protein 12.56293318 12.45659563 12.63686836 12.58393146 12.70892759 11.84349044 11.81201775 11.81761007 12.76018484 12.51761173 12.69593195 12.50158232 13.04389928 11.97644469 12.0333342 11.7796283 12.59402019 12.54310037 13.22216772 12.42002195 12.35898716 12.86547049 12.16741338 11.92333984 12.77881146 12.7322631 13.22938533 12.67234231 12.94248339 12.9213568 12.17641969 12.18537555 +LQ01X034460 Eukaryotic translation initiation factor 3 subunit, putative 5.378339175 5.066896579 5.101953832 5.401164027 5.156899529 5.759845265 5.61823668 5.668840367 5.251268183 5.682097784 5.212922383 5.318546546 5.685969969 5.961924256 6.338624839 5.762390447 4.936891746 5.466497647 5.404076227 5.035704492 5.299626607 5.440617246 5.07839002 5.02517117 4.911822589 5.123889271 5.591505666 5.110369546 5.038336286 5.502023692 5.47167099 5.168560157 +LQ01X034500 Putative uncharacterized protein 4.779671931 4.908590033 5.164920615 4.977818541 4.814068564 5.335465695 5.140539623 5.437686288 5.042001616 4.733689561 4.909095454 5.111454372 4.666851357 5.464033459 5.13870286 4.929636479 5.074998986 5.300072645 4.894859361 5.385483657 5.408947816 4.959509946 4.866366319 4.967557386 4.901054228 5.052949633 5.156634838 6.348108113 5.471971854 4.966594704 5.609514304 4.800930549 +LQ01X034570 Predicted protein 4.823187364 4.71282206 5.040335309 5.051536715 5.300222487 5.4251629 5.436966257 5.214879459 4.854095741 4.435503417 5.25549394 5.110053843 5.124286505 4.983434219 5.423543999 5.166005634 4.510216502 4.820206858 4.882153048 5.024847051 5.027374677 4.772432711 5.169142224 5.631633802 4.830720606 5.075959698 4.946596699 5.299664014 4.97992608 5.145299627 6.037538461 5.232192483 +LQ01X034580 DEAD-box ATP-dependent RNA helicase 26 12.48849601 13.41669104 11.6813251 12.23626555 12.40190636 12.82584278 13.13598657 12.66988693 12.83959526 13.59642168 12.30202234 12.97766244 12.74401253 13.44893384 13.52549809 13.57747927 12.52605039 12.06069049 12.87998166 11.96140163 12.15007129 12.64878466 13.27849085 13.28578517 13.08768913 12.67752582 13.31920105 12.2066015 12.40539015 13.19044734 13.68854673 13.22780298 +LQ01X034590 Putative uncharacterized protein 10.44355567 10.23157005 10.87466095 10.48223135 10.62176108 11.19299792 10.58319467 10.93713744 10.40672381 10.20826815 10.62225559 10.59932259 10.59433444 11.01648212 10.66185884 10.58608252 10.73290684 10.18491771 9.712221213 10.35844056 10.86786406 10.38605803 10.83677081 11.34531043 10.45965888 10.00442536 9.86546576 10.78683889 11.05618223 10.89665696 11.0451158 11.19124326 +LQ01X034610 Abscisic acid receptor PYL9 13.15249804 13.42654295 13.98173949 13.75546913 14.1593925 14.38437946 14.19816449 14.46807769 13.01821607 12.6538111 13.69536488 13.78403746 13.73516059 14.10541396 13.93771859 13.96269663 14.10794865 14.47368039 13.97205541 13.92772778 13.86262384 13.34484538 14.50598121 14.12098568 12.24073854 12.72228556 13.24166088 13.76567834 13.39145206 13.9666085 14.50092348 14.1419478 +LQ01X034640 Putative Chitinase domain-containing protein 1 12.27789938 12.31230342 11.9176482 11.96007453 11.5794652 11.8822244 11.93792515 11.32924795 12.31325951 12.47483851 12.00144048 11.85217286 11.83762781 11.76296492 11.6950808 11.62890329 12.27804912 12.4315634 12.03432565 12.06020922 11.95791946 11.25542532 11.91362936 11.7010316 12.25797425 12.55885477 12.26359312 11.54463315 11.80984058 10.80964639 11.79194499 11.59883473 +LQ01X034650 Uncharacterized protein At4g01050 14.10646979 14.00803766 14.21870788 14.30398723 13.67984373 14.79691319 14.70011166 14.28663487 13.7123913 13.27076382 14.04597712 14.20904121 13.94633827 14.72301239 14.64569767 14.46797549 14.01753549 14.00615687 13.67937909 13.92083308 13.84467814 13.7381336 14.39082817 14.5276498 13.71369874 13.91500376 13.65160588 14.1203174 14.37381198 14.4255939 14.37768761 14.33725776 +LQ01X034660 Histone H3-like centromeric protein HTR12 12.0580685 12.76815276 9.655940073 8.316048863 9.010026617 10.38346497 9.929140842 10.17472023 12.37153708 13.20885176 11.00694495 9.110663728 9.670730094 10.48298598 9.635369124 10.26195057 11.63717012 10.74722742 12.18798357 10.00103069 9.823571122 10.59695823 9.055576625 9.555284174 12.20928871 11.61016243 12.53176274 8.638117666 9.399179295 8.629422434 9.380724256 9.085053993 +LQ01X034670 Hypothetical protein 4.943215639 4.81624471 4.755861975 4.956864724 4.6211845 5.124727891 4.897171521 4.636131906 4.789896135 4.693004952 5.031468849 4.857819383 4.82821883 4.988229453 4.773982861 4.972979793 5.178755924 4.678435419 4.773192566 5.231973477 5.139958573 4.503872122 5.286390442 4.9572771 4.752106777 4.965594995 5.256601596 4.889033435 5.037115878 4.394555139 5.509492852 4.867420921 +LQ01X034710 Putative Dihydroflavonol-4-reductase 6.172164736 5.878095224 5.622643479 5.749534067 5.658157622 5.516941872 5.477824406 5.719444084 6.340807372 6.689123254 6.113901337 5.797015074 6.261246182 5.833320592 6.636382033 5.672405382 5.603769659 5.842341946 6.910713274 5.853313477 5.51042126 5.476062174 6.001399411 5.283673255 6.000864183 5.785177786 5.90679428 4.689279459 5.022288598 5.447461502 5.711427806 5.230469521 +LQ01X034720 Hydroquinone glucosyltransferase 11.30741007 11.41802276 11.4867356 12.04038742 12.81104101 13.69044751 13.16597359 12.89392829 11.17226934 11.0176354 11.04695932 12.14838936 11.64214546 13.24025719 13.00339602 12.17248935 11.34031638 12.09046022 12.22949179 12.75139621 12.85147965 13.15518233 13.58275325 13.34693937 11.75958921 12.06922115 12.27496785 12.39161778 12.79859376 14.14576469 13.35557358 13.38679533 +LQ01X034740 Putative uncharacterized protein 14.19403619 13.44370558 13.99700435 14.00250162 14.06766297 14.16187529 14.22409947 13.67176751 14.26121603 14.5789807 13.98405305 14.0149903 14.06119252 14.0371507 14.18001835 13.99710649 13.84907126 13.98543603 13.59900539 13.81474701 13.43315762 13.5445808 13.37310019 13.33106074 13.9930061 13.78782589 13.39312653 13.04043872 12.76070025 13.25753154 13.67906542 13.21687671 +LQ01X034780 Probable indole-3-acetic acid-amido synthetase GH3.5 5.451243309 5.566804674 5.436746224 5.335801749 5.921199021 5.699717665 5.663888887 5.738093235 5.474375281 5.433203101 5.44828405 5.50315038 5.536509822 5.641038143 5.689728722 5.763939459 5.915376033 5.750131681 5.806820802 5.884585567 5.858608436 5.583266546 5.607124976 5.71913138 5.409293446 5.497246402 5.162562995 5.254367867 5.367090034 5.398445906 6.343565545 6.081493212 +LQ01X034790 Putative Mitochondrial substrate carrier family protein B 13.08510141 13.20379635 13.01729434 13.54404152 12.70288622 13.27272218 12.99667328 13.22411525 13.24082138 12.91341256 13.11814402 13.61333029 12.62543942 13.20018959 12.85573831 12.91602829 13.41254497 13.3517577 13.1329745 12.64627499 12.69634224 13.00126665 12.02257526 12.31691637 13.46303156 13.3072861 13.23422889 12.53009116 12.47454484 12.84816115 11.88878614 11.99788023 +LQ01X034820 Putative Probable UDP-sugar transporter protein SLC35A4 4.808141857 4.984523977 5.799776752 5.346311961 5.367369236 5.535779423 5.1462816 5.011359873 5.293665817 5.074988261 5.566568456 5.243431912 5.439689452 5.215680198 5.734395482 5.075886397 5.365806107 4.809246166 4.735173121 5.427737522 4.938691824 5.090151178 5.356711659 5.105444686 5.283128212 4.855059012 5.110003223 4.979986539 4.883326033 4.975218819 5.315279691 5.816587242 +LQ01X034830 Predicted protein 15.36778451 14.53157272 15.31222587 14.75904279 14.22264734 13.24464185 13.50939933 13.39275783 14.95700035 14.22574363 14.8748706 14.72826643 14.17635725 13.43654279 13.98330128 13.34448378 13.8324465 15.14331993 14.32552407 14.79471894 14.89966569 14.15154216 14.09026233 13.45395539 15.07835618 15.39443592 14.56903158 14.48281941 14.08008337 11.71562191 13.34926819 13.24350317 +LQ01X034840 Tubulin gamma-1 chain 7.254533359 6.998975747 6.781147344 6.559908833 6.336493023 6.207490548 6.174910919 5.807086377 7.344504594 8.947229772 6.856455347 6.570039086 7.115354577 6.285241987 7.524936173 6.278395881 6.687184325 7.091232406 8.071364627 6.187840616 6.410404785 6.995894175 6.139192389 5.647487354 7.061136718 7.268972894 6.528204674 5.313750652 6.682980639 6.413318294 6.492054094 6.314252917 +LQ01X034850 Hypothetical protein 6.865408173 7.07710364 6.808966336 7.178130242 7.175924255 6.781417141 5.98544837 6.842621912 7.307244397 9.25620891 7.790658405 6.601608448 7.548377909 6.383935556 5.876686194 6.576631212 7.707165112 7.151519618 7.613855397 8.535658175 8.334830189 6.956465641 8.657218454 8.43234453 7.821403034 7.675759511 8.094017029 8.676866227 7.359559562 6.29419411 8.032130104 8.456609275 +LQ01X034860 Putative Solute carrier family 25 member 40 7.228748739 6.23822405 7.244978205 7.34889206 6.320514986 9.155190684 8.194825696 7.623772628 6.639589804 5.357318502 6.538869592 7.015818678 6.745864905 8.583920388 7.064530533 6.785076114 7.424571803 7.688891157 6.266692651 6.564825608 7.494540459 6.265113625 8.063221174 7.42274106 6.77221545 5.710667072 5.793339224 5.942423053 7.404598946 6.472356607 8.26413493 6.866782563 +LQ01X034870 Predicted protein 5.539566928 5.389834239 5.041987374 5.079563591 5.244642292 4.709056703 5.204935342 4.853132437 5.318277683 5.406415685 4.864029073 5.134642823 5.401244595 4.782876788 4.901012068 4.785740527 5.093103735 5.51663371 5.612617761 5.317539022 5.446547219 5.073496606 4.93526726 4.9149661 5.133001365 6.416347 6.145517062 6.16640789 5.602761978 5.163790533 5.284204169 5.293896421 +LQ01X034890 Ubiquitin carrier protein E2 28 13.04931554 12.99889158 13.03032039 14.1084235 13.18996604 13.08730728 13.22951574 13.46078933 13.18633858 13.05740079 13.01835824 13.85552407 13.06274093 13.10883192 13.29729367 12.98077311 13.11011893 13.34510509 13.32068455 13.29786488 13.30689934 13.72195174 12.49839501 12.77545173 13.29392373 13.41486539 13.2018657 13.5056289 12.91563325 13.38848752 12.6798262 12.96560479 +LQ01X034910 Exosome complex exonuclease RRP41 13.11317761 13.33654684 12.10908844 12.24588509 12.40201248 11.66659024 11.98795174 12.00528682 13.42591446 13.6300823 12.76274001 12.61928079 12.71595222 12.11155741 12.33314084 12.62712736 12.89800123 12.96451482 12.74528694 12.31195004 12.91469813 12.77396593 12.67775818 12.67490948 13.07984461 13.6145816 12.85509155 12.39591743 12.62387729 12.82550146 12.78689326 12.98409759 +LQ01X034930 Common plant regulatory factor 1 5.446977279 5.384776678 5.49134876 5.271959639 5.552673252 5.122071345 5.392256496 5.261666772 5.615234758 5.209492786 5.401461051 5.247623078 5.528566513 5.127611648 5.366561293 5.347108627 5.611884394 5.690805102 5.218986478 5.359438168 5.587296946 5.365416107 5.607358593 5.352526747 5.000365043 5.343038713 5.310662566 5.389440546 5.818345647 5.452645986 5.599054913 5.240328121 +LQ01X034940 GDSL esterase/lipase At4g01130 10.19681176 10.9600332 12.07641039 12.1034111 12.57731127 9.996396535 9.928919043 10.72252142 11.58596895 11.26195862 12.76784805 12.52748291 13.4049028 10.45537443 10.63930819 10.6165337 12.27640212 13.19550755 11.82906098 13.03815798 13.34193178 12.95948038 13.81778437 13.08081131 11.63745662 12.55031683 12.1175765 13.30734487 13.7104079 12.81175384 13.73976443 13.20298933 +LQ01X034960 Uncharacterized protein At4g01150, chloroplastic 14.88759337 15.07390413 15.1813103 15.25116867 14.96384619 15.40941065 15.34103587 15.00623662 14.82205321 15.00062794 15.00139179 15.38096058 14.99483371 15.43015424 15.55379396 15.24462899 14.54205575 14.55930934 14.75383882 14.17834231 14.72864222 14.83804117 14.89174378 14.78252943 15.1568048 14.87078657 15.04791277 15.03119746 14.71530724 15.29027267 14.79484935 14.74740711 +LQ01X034970 Eukaryotic translation initiation factor 1A 6.3063756 6.49260579 5.922511514 6.475295288 6.525262851 7.218934182 7.088410018 6.939715372 6.426808471 6.583722007 6.57529902 7.130841461 7.075301296 6.951684355 7.244825987 7.06696684 6.214826146 6.500203945 6.160571949 6.973414047 5.988720204 6.061136491 7.126310169 6.820289447 6.739039411 6.365449851 6.298077082 6.651477203 6.343875772 5.862256614 6.174599558 7.455542742 +LQ01X034990 Predicted protein 11.79666498 12.12258091 11.24999426 11.18045096 11.18432852 11.54102252 11.47468491 11.40311249 11.75835504 12.03230024 11.25125478 11.1858047 11.05954749 11.49035416 11.34224725 10.89943918 11.99717044 11.99259432 12.63110832 11.33710273 11.35908062 11.56132659 11.57084767 11.40996117 12.40654556 12.16585863 12.81636946 11.22979747 11.70724025 11.77465248 11.76490333 11.79037124 +LQ01X035020 F-box/kelch-repeat protein At3g61590 10.03465676 10.10069802 10.26338131 10.86300497 10.69408685 9.961082574 9.994613203 10.06880608 10.14514368 10.35400103 10.22092433 10.72103288 10.64825102 10.17710036 9.942385703 9.811706654 10.46318017 10.41026344 10.0854443 10.07417968 10.08847964 10.38009427 9.714736016 10.38278286 10.62089791 10.83825543 10.04288017 10.75462116 10.54951603 11.03309852 9.815758366 9.85394962 +LQ01X035040 Putative uncharacterized protein 6.883729361 5.70591827 7.051363645 6.784410425 6.111466106 8.774180491 8.506982528 5.912685225 6.188078908 5.590425498 6.695887685 5.789133663 6.138832891 6.653970384 7.862695802 5.456672363 5.881262129 6.429508816 6.024010005 5.886390993 6.073699796 5.670944032 5.62207807 5.889269186 5.457997037 5.821598282 6.569479557 5.609305191 5.805480396 6.023175995 5.936848741 5.476688962 +LQ01X035050 Acidic endochitinase 6.10183331 5.885137095 6.442185908 5.618652713 5.44690352 5.230644239 5.063723896 5.426062565 6.14812498 5.694646443 6.443834083 5.60718607 5.739015743 5.537289512 5.325782705 5.444272592 5.427085106 6.179212497 6.375407055 6.380633815 5.862607502 5.740055898 5.892502258 5.114653548 5.633642939 6.368277761 5.970629682 6.096442182 5.738579725 5.532660478 7.294051055 5.931654732 +LQ01X035070 rRNA-processing protein FCF1 homolog 11.62386926 11.86777221 10.90396342 11.5100504 11.06125815 12.10353925 12.45716328 12.36980386 11.71803382 11.98353831 11.27713737 11.75989207 11.16678548 12.42948554 12.05814374 12.60747989 12.98036831 12.89493372 13.0443259 12.01283439 12.44558067 12.27552971 13.08666398 13.17677645 12.71050155 12.91679413 12.96784239 11.98328411 11.62192014 12.68731307 12.92032704 13.17407023 +LQ01X035080 Putative uncharacterized protein 12.41389926 12.11407106 12.69015948 12.54590626 12.58602108 12.64411778 12.45438799 12.38956761 12.46804223 12.00829627 12.5674863 12.58983496 12.74514806 12.58346498 12.3635144 12.28651682 12.18107957 12.36968165 12.24572368 12.59161518 12.58385622 12.71385098 12.70061406 12.40174931 12.50714908 12.60475082 12.44047745 12.72073529 12.52769465 12.30073804 12.45210085 12.3272824 +LQ01X035090 Putative uncharacterized protein 11.59295483 11.41484513 11.84709438 11.33584002 11.82831753 10.30504305 10.13806777 9.774258598 11.92114349 11.65701746 12.27470809 11.51010223 12.27214457 10.41509049 10.39778671 10.13516925 11.4845166 11.73555351 11.90933347 12.18213473 12.52978571 12.02446026 10.96239821 11.01113954 11.75694642 12.18666113 11.81545931 12.30489409 12.93171164 11.43357255 10.87922734 10.83260614 +LQ01X035100 Protein ABIL1 5.837572275 5.549348096 5.507376144 5.911886221 5.690756844 5.908010587 5.913535352 5.9160073 6.133040241 5.81832433 5.408509451 6.150871996 5.754255277 5.97056246 6.578966894 6.259621506 5.460272426 5.819809367 5.872501956 5.413375077 5.923727663 6.174950194 5.058697322 5.686581051 5.956580524 5.608396887 6.332793762 5.513090655 5.985754846 6.217984086 5.680532535 5.589837936 +LQ01X035110 Putative uncharacterized protein 11.52654668 11.69474381 11.92781012 12.96099087 12.25062205 13.6546631 13.95114284 13.71622203 11.21408615 11.56885598 11.8408246 12.96274 12.21551542 13.63936447 13.98592537 13.71537197 11.51160403 11.98132195 10.70061909 11.52125715 11.98341604 11.97914603 13.07803563 13.06864299 11.18993983 11.29330711 10.90418335 11.66209772 11.74778146 12.60021873 12.82113233 12.914031 +LQ01X035120 Putative Fatty acid desaturase 3 12.00067097 13.17118936 11.71515685 11.16863133 12.46709549 10.95188278 11.12068799 11.88842518 12.40712593 13.36074594 12.20825692 11.70840335 12.5666698 11.57128404 11.493017 12.49639172 12.03760273 11.82549865 13.12480528 11.71874718 11.51557808 12.65310359 11.1424947 12.25316769 13.18537047 12.93267906 13.24592426 11.69968903 11.99564126 12.20771645 11.63439065 12.480247 +LQ01X035180 Putative uncharacterized protein 8.880968003 8.70687389 9.003102667 9.766139787 10.3830084 12.6727655 12.1161116 12.72781497 9.385804538 8.094046299 9.550119073 9.722638706 10.02965491 12.8035925 12.96247098 13.17016699 10.31263033 10.18513437 9.635640633 11.00799773 10.66761354 9.966987375 13.17447083 13.39672627 9.122794366 9.444098338 9.037235712 10.69704668 10.038642 11.35767154 13.62444391 13.68998364 +LQ01X035200 Golgin candidate 4 11.94744643 11.80574325 11.96011222 11.6637582 11.92668728 11.68919847 11.8302328 11.86943081 11.98387625 11.89515422 12.24765435 11.78160271 12.03460943 11.88068632 12.04730019 12.34942852 11.70118692 11.86494929 11.81840484 12.25456183 12.34267333 11.70799355 12.40111075 12.47207361 11.60077411 11.94981686 11.88739676 12.22775715 12.2021757 11.81304719 12.21061585 12.3950177 +LQ01X035210 Reticulon-like protein B5 13.81800912 14.26673556 14.23260597 13.91232616 14.08550653 12.20237218 12.56316048 12.66229166 14.0849317 14.63592642 14.35374647 13.96541205 14.47950043 12.7388957 13.12848743 13.03351273 13.62350358 13.25104279 13.59145683 13.96547063 14.07214905 14.07126357 12.92426536 13.36653357 14.07340326 13.79828412 13.68620738 14.67741408 14.44262149 14.19474521 12.95700895 13.07140748 +LQ01X035270 Hypothetical protein 5.102265952 5.129720158 5.24067596 4.877442831 5.583549772 5.56220938 5.013142709 5.173808465 5.039738275 5.017688235 5.276192914 5.025111587 4.977333561 5.239949196 5.070138411 5.374249038 4.891424373 4.905902798 5.362477498 4.774315013 5.455973475 5.213402898 4.912733189 4.9355383 5.053904661 4.940043381 5.009733615 5.075427564 5.094092983 5.19983002 5.367262858 5.203502434 +LQ01X035310 Putative Proline iminopeptidase 12.2231635 12.24008823 11.58000892 12.54361416 11.61696561 11.28783792 12.38790615 12.22948841 12.09347281 12.03416632 11.48175008 12.3154514 11.85931819 11.55190706 12.43042683 12.41688097 12.371827 13.04796584 12.1499106 11.79204549 12.55547999 12.38357623 12.48716918 12.37618099 12.24853258 12.8118811 12.43806489 12.04491664 12.57217339 12.34021853 12.27785069 12.45723443 +LQ01X035320 Pentatricopeptide repeat-containing protein At3g61520, mitochondrial 9.57099066 10.14493586 9.776379929 9.872508621 10.20018943 10.26892272 11.17030137 11.41234103 9.857089691 10.07493037 10.29154196 10.29965939 10.48513503 10.6369561 11.10261179 11.47219229 9.886748849 9.730321195 9.797660951 10.50620989 10.07241689 9.968399779 11.21557955 11.59212255 9.791128064 10.40152051 9.954986891 10.57911996 10.56732693 10.31260586 11.73769422 11.79570864 +LQ01X035340 Protein binding protein, putative 9.125732317 8.870713687 9.207519517 9.541556197 8.945637056 9.072778523 10.05345099 9.229988342 9.011297699 9.269707929 9.083834951 9.546616717 9.267300436 8.943451843 9.936630943 9.698735711 8.135617093 9.270650115 9.089462603 9.761380653 9.974697446 8.3116023 9.69607585 8.8904048 8.27664638 9.057353154 9.287537574 9.79648961 9.543089316 8.490275898 9.64497701 8.967739453 +LQ01X035370 Putative uncharacterized protein 12.04553771 12.71971823 12.13447526 12.42860359 12.46792529 14.32362698 13.99570142 13.40113071 12.29568495 12.57966076 11.9972014 12.3078861 12.11710344 13.45485893 13.19135619 13.47147313 14.04413885 13.80310934 13.51535833 13.05992673 12.41075289 12.39294882 11.39240309 12.49101365 12.8519878 12.51767656 12.76745589 12.05824009 11.86645282 12.10747463 12.02460935 11.97148276 +LQ01X035390 2-hydroxyacid dehydrogenase, putative 6.525239246 6.893982225 6.451011479 6.127424296 6.49324648 6.041199624 6.216480998 6.240003705 6.839402207 7.136046726 5.964008149 5.74104317 6.416830847 5.996879623 5.634252447 5.690469428 6.670251111 6.605453179 6.509668749 6.73112308 7.053330203 6.703215875 6.719028858 7.10098795 6.526217233 6.201686393 6.351529787 6.687380202 5.937971035 6.772220369 6.55517733 7.379643377 +LQ01X035400 Predicted protein 10.35697293 10.25952815 10.8067611 11.35554459 10.9651393 12.47435675 12.74059906 12.58934682 10.17991168 9.714833313 10.50836759 11.30306774 10.98240748 12.66513446 12.38329804 12.82720414 10.7398496 10.7440944 9.793939556 10.45087204 10.07086691 10.85840685 12.2972884 11.71034996 9.802488327 9.758757247 9.818180798 10.85158535 9.889184953 11.71403306 12.03272167 11.91803817 +LQ01X035450 Putative uncharacterized protein 13.25808813 13.30107386 13.55815458 13.2076287 13.64191401 13.79334583 13.50394714 14.11101449 13.51182994 13.238564 13.6040557 13.62119238 13.68946588 13.92365748 13.88840409 14.20941095 13.7367855 13.32585852 13.2895741 13.62652369 13.46117857 13.8799916 13.8429972 13.71737319 13.62503958 13.17794449 13.11340535 13.75207937 13.53957606 13.79513011 13.79301415 13.91812901 +LQ01X035460 50S ribosomal protein L5, chloroplastic 13.72874088 13.95144965 13.94746598 14.06851541 13.726488 13.57855798 13.4594081 12.80911803 13.70731396 14.32710299 13.72762216 13.85700537 13.97988963 13.71430621 13.64943701 13.35225731 12.98453286 13.20205387 12.7955783 13.79761278 13.88184621 13.67030701 13.71949659 13.88171248 13.46051789 13.58947094 13.27782105 13.94818042 14.06712677 13.72447958 13.84289735 13.96574169 +LQ01X035470 Bmru protein, putative 5.522717849 5.42149633 5.555604992 5.4855806 5.793442041 5.724558032 5.924821407 5.414400106 5.628453224 5.936610521 5.795340303 5.539190555 5.934013381 5.745178713 6.398914495 5.690233316 5.331311794 5.58811645 5.300558866 5.662271374 5.959207267 5.476034795 5.332962399 5.488103195 5.162842185 5.382942484 5.397836874 5.234201483 5.44528946 5.423289656 5.260903325 5.76638714 +LQ01X035490 CAAX prenyl protease 1 homolog 13.71413941 13.60976593 13.59760896 13.65431253 13.78331697 13.69515498 14.12501726 13.87234883 13.7711982 13.76692022 14.02840232 13.89970533 13.93770736 13.92562947 14.02613605 14.30851599 13.72755128 14.14471278 13.783364 14.18697221 14.06948176 13.85869358 14.0114722 14.1840066 13.2842042 14.04949195 13.47943495 14.09204773 13.86764448 13.81764553 13.95146722 14.24251971 +LQ01X035500 Probable serine/threonine-protein kinase At1g01540 5.607651271 5.648994688 6.024425164 5.520911452 6.041382626 5.601913796 5.300900557 5.72039297 5.481652567 5.429021692 6.02283031 5.406556015 6.409941739 5.699231109 5.288440114 5.462753366 5.792125297 5.930453865 5.807630097 6.296436454 5.834683873 5.432179067 6.029637995 6.623452281 5.43358998 5.622804383 5.998479069 6.128348821 5.782768235 5.685260032 6.304909668 6.449272784 +LQ01X035510 Protein BPS1, chloroplastic 7.81264505 7.522049826 8.572388679 7.028909591 8.008659385 7.047717384 7.025996023 7.381367098 7.964370843 7.105012497 8.331091498 7.059459395 8.285255093 7.162256007 6.403249134 7.298263789 7.57645307 8.589423462 7.362938784 8.140435271 9.144020592 7.554376766 8.572145976 8.654117207 7.658545866 8.849037584 7.752857922 8.211813127 8.436989067 7.490126864 8.932800191 8.401197411 +LQ01X035520 Mitogen-activated protein kinase 4 5.765483811 6.327896303 5.109105213 5.637245811 5.299822167 5.153203603 5.774796631 5.307436866 5.752245938 7.051027101 5.463777596 5.634834642 5.675479962 5.514347146 6.702821493 5.358967824 5.75000175 5.572970809 5.359405548 5.873801696 5.478382302 5.57067474 6.106485965 5.852455446 5.565869032 5.87568658 5.921700922 5.482533103 6.144884016 5.382445737 6.301378827 5.584280796 +LQ01X035530 Probable polygalacturonase 6.170677664 5.973966034 6.224242118 6.468565867 6.569487516 5.29960816 5.94234669 6.015206475 6.40606148 6.598443415 6.123427467 6.187769491 6.617928894 6.018866798 5.522361913 5.927359344 5.81276008 6.195849089 6.644098487 6.029422796 5.586163834 6.305156563 5.674667823 5.432997648 6.482244423 6.458215102 6.309772637 6.245045481 5.819670014 5.727803152 5.253924862 5.715372561 +LQ01X035590 Predicted protein 5.743454526 5.491429081 5.201517332 5.225084651 4.853056452 5.28397143 5.624324904 5.090125991 5.470470284 5.362088667 5.576433661 5.379718668 5.587714332 5.334922323 5.415823799 5.350559357 5.302893731 5.476713922 5.478909308 5.289698491 5.254196184 5.330647052 5.735238331 5.706190168 5.366081055 5.320699851 5.997483615 5.403029491 4.905596231 5.063563459 5.849098988 5.932649172 +LQ01X035600 Predicted protein 10.56321301 10.99111392 11.40691788 9.789182226 11.07405927 9.015356178 8.415118059 8.725424172 10.25163243 10.25737033 10.69705382 9.895464975 10.84793319 9.004352425 8.557390096 8.530112123 11.74747349 12.29922352 11.24506801 12.40019446 12.32894989 11.41917155 9.454228181 9.408010752 10.05629557 10.41247393 10.92931027 11.63873146 11.81508947 9.34789307 9.327550287 9.103239638 +LQ01X035610 Putative Probable receptor-like protein kinase At5g24010 12.46338376 12.05928351 13.30430202 13.06717664 13.47789489 12.33835429 12.42702513 12.8040557 12.06434657 11.72341687 13.09411813 12.91730674 13.31505856 12.26620379 12.44520204 12.22616854 12.16298624 12.53886849 12.27345814 12.96377567 12.87089868 13.5187696 13.18475347 12.97421511 12.0045345 12.38927105 12.43658921 12.91925568 13.32227736 13.95472424 12.8327027 13.62085259 +LQ01X035640 Putative RING-H2 zinc finger protein RHA1b 11.94732339 11.80749672 12.32930526 12.73728604 13.0950966 11.96840342 11.97095626 12.83636315 11.90533106 12.255116 12.17947986 12.85864644 13.02238969 11.99428165 12.64016812 13.00224982 11.30052361 12.01520306 12.09197556 12.28288368 11.9768459 12.50289563 11.67430627 11.82938086 11.4832469 11.90381289 12.20579007 12.66212025 11.66039441 12.29171561 11.72108252 11.82092678 +LQ01X035680 Syntaxin-71 5.019833423 5.103722147 5.488064245 5.144092337 5.090865431 4.944360799 5.092730133 4.84326322 4.936657134 4.785309409 5.108893439 5.079093103 5.386216512 5.10857444 4.947705968 4.894393181 4.938589995 5.023274779 5.187773164 5.320875486 5.103995544 4.96296267 5.530362988 6.727278344 5.051904988 4.951811099 5.139918883 5.602181347 4.945393859 5.033984068 5.431318561 5.747393075 +LQ01X035720 Protein binding protein, putative 11.8909916 11.92750226 12.04188533 11.9269269 12.28573056 12.21910147 12.2404246 12.68717099 12.15874045 11.88814475 12.10441322 11.92343813 12.30825223 12.49565813 12.52182048 12.55150788 11.9394256 12.11984574 12.85774998 12.17417566 12.12278902 12.17423006 12.83219669 12.69947586 11.97022379 12.00020565 12.91271903 12.32915661 12.05903679 12.65690644 12.97076386 12.9474259 +LQ01X035750 Putative uncharacterized protein 9.999285447 10.25163113 9.563583705 9.892809218 9.154382901 10.31998286 10.33117316 9.772009213 10.06413939 10.51740262 9.861884706 9.739218949 9.329236224 10.21495591 10.37892864 9.993101442 10.24657387 9.581959852 9.408418574 9.813388147 9.933838571 9.675290867 10.59216797 10.31802046 10.54847672 10.06439048 10.08244227 9.97306765 9.828883786 9.77597221 10.35881074 10.13193278 +LQ01X035760 Ubiquitin-conjugating enzyme E2 5 11.24104338 11.17446611 12.19466114 12.63602731 12.72887127 13.19723144 13.48571535 13.64188686 11.50791028 11.25357957 12.23923984 12.78539427 12.70065961 13.54139997 13.51918062 13.68096801 12.12516492 12.26585131 11.49821091 12.22402354 12.33250763 12.09196127 13.60565181 13.387831 11.45219858 11.20716453 11.25196559 12.40400868 11.9625086 12.79703832 13.69528841 13.34627164 +LQ01X035770 ATP-dependent helicase BRM 11.57662225 11.50690608 11.5632882 10.74825694 11.25779721 11.53353847 10.91280148 11.26121794 11.51951653 11.03418789 11.31850078 10.89243319 11.18133378 11.57112226 10.97524391 11.16161702 11.51244047 11.67422151 11.79286657 11.43770053 11.68072006 11.22938137 11.81519233 11.98545004 11.66348872 11.8076228 12.02177568 11.27421274 11.64389945 11.71414148 11.78658817 12.12842675 +LQ01X035790 Cysteine synthase, chloroplastic/chromoplastic 5.67671552 5.738707472 5.144924492 5.707480171 5.183683657 5.619466015 5.848526162 5.404386828 5.808396309 5.813294963 5.936524743 5.490537927 6.001844778 5.621021149 5.91408117 5.248583939 5.320359131 5.428528187 5.295101449 6.099695312 6.679181196 5.428432395 5.028782221 5.460435013 5.37752991 5.834592563 5.252472867 6.059309195 6.192373916 5.7107538 5.877615206 5.1065057 +LQ01X035820 Predicted protein 12.42187792 13.19933575 12.58963921 12.92350468 13.15953078 12.80733392 13.1627511 13.75555554 12.52797432 13.04276736 12.73345128 13.0608459 13.1679456 13.01901093 13.48408746 13.67738913 13.27801698 13.00198316 13.60518292 13.06965547 12.58999292 13.23127209 12.89810139 13.42737121 12.90273651 12.74004933 13.46451745 13.1909151 12.84183707 13.30462264 13.35574135 13.72315334 +LQ01X035850 Probable anion transporter 2, chloroplastic 13.02207723 13.34340529 13.54104954 13.17197091 13.44602769 14.42703849 14.43966542 14.23617812 13.03959431 13.04135943 13.43663397 13.50240779 13.68340215 14.67952478 14.49974261 14.74220705 12.80319547 13.24162326 12.83942086 13.57362095 13.64422652 13.32120758 14.799412 14.941681 13.12764953 13.28582016 12.94842746 13.8490078 13.6869004 14.11602554 15.05478105 14.57973188 +LQ01X035860 Probable glycerol-3-phosphate acyltransferase 8 14.51161822 14.24375926 15.09030604 14.75147011 14.65994618 13.27433105 13.23064756 13.05371497 14.52975528 13.93144206 14.62478169 15.30679751 14.97879894 13.46338854 13.48280004 13.46665102 14.29496307 15.05494847 14.18386229 14.83983885 14.92636617 15.14702598 13.86405366 13.80411826 14.28765379 14.67982457 14.21808386 15.10641154 14.83867961 14.4368593 12.98829788 13.94067097 +LQ01X035870 Aquaporin PIP1-2 12.89284848 13.54875948 13.00049123 13.55409112 13.52843546 11.70670441 11.32879945 11.49228671 12.79611957 13.13541408 13.05604535 13.77171383 13.71214305 11.60067144 11.76690511 11.98853152 12.550692 13.64699107 13.70405949 12.91604415 13.19094257 13.9757329 11.45086408 12.3376541 13.24554656 13.71710408 14.45683153 13.64557549 13.21182767 14.32456619 11.09129641 12.540524 +LQ01X035890 Minor histocompatibility antigen H13, putative 5.466895008 5.660103578 5.585754373 5.63146676 5.254606386 5.129636636 5.520996885 5.579809693 5.734053126 6.681832693 5.65498848 5.356716039 5.385180659 5.271697411 6.481306151 5.238205582 5.381100119 5.383053101 5.966465617 5.524388675 5.849967999 5.553703166 5.413496169 5.279024714 5.713060822 5.333401034 6.32784212 5.246530302 5.606613724 5.732485887 5.420657434 5.863763345 +LQ01X035910 Putative U-box domain-containing protein 33 5.39103988 5.538743225 5.92514641 5.456159468 5.489123844 5.535659161 5.481376542 5.733651862 5.708192307 5.856513346 6.247203324 5.570931401 5.474931635 5.216934362 5.813218966 5.520564849 5.740321319 5.616823179 5.935575013 5.754566387 5.343886444 5.489270149 5.983475009 5.74400044 5.825417081 5.804773037 5.532447784 5.406180597 5.506272761 5.486428794 6.471967886 6.65892913 +LQ01X035920 U-box domain-containing protein 33 10.78609669 10.2103507 10.94596619 11.87028227 11.7711315 12.20267956 12.34001865 12.35819283 10.86575781 10.15957489 10.91886663 11.82333745 12.05313829 12.06133825 12.56396681 12.44745229 10.2571131 11.56700822 9.25279624 11.11848258 11.6211151 11.66499476 12.36739557 12.76778519 10.46862531 11.54642794 9.283211511 11.63177025 11.86720596 12.2624836 12.58581467 13.20808912 +LQ01X035960 Predicted protein (Fragment) 9.634656012 9.305141833 10.24252509 11.30640779 10.89141337 11.44025206 11.69904592 12.12812009 9.83184367 9.593848609 10.80040218 11.43422972 11.29170475 11.74765664 11.52896604 11.72926022 10.37527488 9.824565644 9.431766215 10.61985667 10.34360838 10.39424495 11.52445258 11.31186712 9.87306439 9.525038506 8.992862039 10.83160639 9.967569371 11.09280663 11.68125862 11.56537127 +LQ01X036000 Putative Transcription factor GLABRA 3 5.112727152 5.15830728 4.948963104 4.717640098 4.940154924 4.850334218 4.709433181 4.628980207 5.536590631 5.513457216 5.419358142 4.837163956 4.866329859 4.557317122 4.771119231 4.703748051 5.089731072 4.881811819 5.287233799 5.038488024 5.213419071 5.240108226 5.475119516 4.519480211 5.216257893 5.061867185 5.033211903 5.076220921 4.758796546 4.800502075 4.829860034 4.863734978 +LQ01X036010 Beta-amylase 2, chloroplastic 4.799452114 4.736443605 4.812400472 4.590045554 4.724894837 4.811849539 4.610260215 4.785205637 4.874187545 4.744160123 5.003118243 4.618802442 4.6275934 4.754056817 4.735081055 4.619644826 4.858472166 4.871760429 5.021437114 5.097015345 4.990623077 4.625351776 4.733740731 5.140398118 4.658397396 4.934271506 4.97976213 5.226592015 4.733872392 4.684482181 5.095220088 5.277185927 +LQ01X036030 Calmodulin-binding heat-shock protein, putative 8.352445401 7.955340697 8.313862591 8.256167102 8.377042143 8.694333907 8.924753307 9.201131564 7.878268746 6.727438079 7.736853481 8.746722295 8.423036678 9.2537519 7.789556525 9.057122017 8.573377092 9.067167227 9.568898317 9.32670501 9.582710536 8.927707674 9.400893604 9.935901996 8.892603909 8.939547409 10.05999295 9.044625752 9.225432474 9.283115717 9.674018633 9.880844347 +LQ01X036060 F-box/kelch-repeat protein SKIP4 10.98869668 10.89537938 11.14334611 10.6700714 10.84701224 10.79088816 10.58870976 10.62796019 10.72119929 10.62191353 10.97833364 10.51306011 10.77112322 10.72830387 10.63447475 10.72075084 11.11562375 11.10897861 11.50999368 10.80301557 10.96858347 10.78864318 11.38582896 10.9897613 11.07677302 10.83975715 11.57129411 10.84006311 11.06907169 10.79291701 11.35771276 10.83159804 +LQ01X036090 Putative Riboflavin biosynthesis protein ribD 11.43831775 9.426160093 11.03244818 11.93562826 11.24084411 11.66739249 11.99090476 11.65040965 10.74216848 11.41527663 10.12385619 11.08625809 10.673856 10.794297 11.74333445 11.46274293 10.67346539 11.63704509 11.34397672 11.85867959 12.18605437 11.64610933 11.76068542 11.88637281 11.35747478 11.85508982 11.37316552 11.59889783 10.70177479 11.51323389 12.31817296 11.71719973 +LQ01X036100 UPF0187 protein At3g61320, chloroplastic 5.995736651 6.956001449 5.974860432 6.114559003 5.932436912 6.633734212 6.441753894 5.994172664 6.062814268 7.008361974 5.875382647 6.285161956 5.894533305 5.69181394 8.145999053 5.953095983 7.127053609 6.065907834 6.693396768 5.831065335 5.461832725 7.109324526 5.591375922 6.249234719 6.974763876 6.226831511 6.58918365 6.942217317 5.568730334 7.243013182 4.97681886 5.937946943 +LQ01X036110 Predicted protein 6.005911854 5.86762407 5.87632343 5.653766356 5.822970766 5.573807311 5.894124978 5.961721179 5.789753835 5.382980959 5.457069697 5.668379143 6.10132236 5.590952365 6.023407705 5.670483937 5.397638914 5.700753078 5.021142922 5.607880382 5.325774553 5.763630816 5.405709729 5.461741891 5.464566564 6.03108039 5.330646275 5.514931793 6.036636591 6.147543204 5.834002342 6.308289522 +LQ01X036120 Hypothetical protein 10.28906192 10.44919857 10.09151914 9.581083498 10.22078765 9.682024838 9.311653048 9.395000318 10.37237319 10.35269155 10.21989633 9.591187156 10.12817314 9.493500471 9.229537777 9.374070347 10.2333151 10.21857991 10.22065805 10.49777504 10.71609338 10.36369663 10.28746163 10.10474998 10.18457397 10.60684674 10.66436635 10.39099797 10.59089698 9.966049675 10.55661861 10.38425582 +LQ01X036150 AT-hook DNA-binding protein 5.721703846 6.127929925 6.513213466 6.246249477 6.121984564 5.874848392 6.101332728 6.178856016 6.050517138 6.434814667 6.608799946 6.111012018 6.086451219 5.772588079 7.18322892 5.887980683 5.79957188 5.708259033 5.589757422 6.636698565 6.008912788 5.958139867 6.04491344 6.999970297 6.228040077 6.082778698 5.844723254 6.336302154 6.718226704 5.938556047 5.845812097 5.533591227 +LQ01X036240 Putative Multiple C2 and transmembrane domain-containing protein 1 11.87834951 11.91639293 12.30115086 12.53248872 13.09968555 13.73529763 13.24462966 13.92285204 11.54740297 11.72001714 12.09539075 13.00363869 12.75423439 13.5094052 13.25266813 13.6238626 12.98618171 12.84748854 12.66551535 12.93581974 13.15328023 12.71204304 13.40683892 13.48110946 12.22147558 12.11807225 12.08019971 12.96351766 12.98486364 13.22967008 13.2747903 13.5614785 +LQ01X036310 Putative tRNA-specific adenosine deaminase 1 10.32124997 10.00397221 10.93231545 10.79716207 10.36743939 10.88595689 11.00237602 10.59279482 10.31392915 10.12813615 10.76161879 10.59250906 10.45824387 10.94467933 10.82047206 10.40541994 9.708926537 10.05617652 10.2424279 10.25071111 10.05984448 9.948490318 10.07154115 10.60639257 9.905693435 10.30055854 10.27450747 10.22073816 10.62087383 9.812553565 10.16726679 10.76179801 +LQ01X036320 Remorin 7.660911711 7.576461242 8.24172191 8.235013541 8.270721143 7.70111363 7.961568576 8.022521086 7.486766546 7.82905472 7.981142634 8.221397941 8.026649266 7.685406283 7.987924031 8.246505612 7.487357295 7.88180191 7.159643578 7.730537718 7.844624348 8.226663982 7.574096868 7.877681269 7.527613005 7.837952652 7.341398732 7.866271668 8.016567778 8.147780974 7.655894256 8.110614036 +LQ01X036330 Predicted protein 10.00348495 11.61819614 8.666474275 7.15226255 8.826812352 9.306384873 9.369274975 8.993303495 10.68489018 12.00133827 8.999132533 7.756631612 8.511210679 9.884510233 9.261269737 9.54909303 11.53806333 9.998030028 11.48871184 9.443229058 8.655206188 8.524892759 10.30607956 10.10419094 11.23905945 9.550470255 11.59016494 7.955466661 8.11486501 8.028548573 10.64959194 10.28823158 +LQ01X036340 DEAD-box ATP-dependent RNA helicase 8 5.176353997 5.312717898 5.023978362 5.456195279 5.381362502 6.38428081 5.769148705 7.117008742 5.015112108 4.912108013 5.117810982 5.498153602 4.762547184 6.487535336 5.669689701 6.251922469 5.903990819 4.651712512 5.223795988 5.453702666 4.9598211 5.536703187 4.832911403 5.321970866 5.156737466 5.605148409 4.87511742 5.095310693 4.920250355 5.587987778 5.380220344 5.939180643 +LQ01X036350 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 10.48619978 10.76199472 11.41813304 12.41427443 11.92280488 11.01585055 12.19791726 12.48386043 10.70768642 10.29136597 11.07495912 12.35002244 11.60965287 10.96381228 12.39940883 12.16644331 11.50796503 11.81213649 10.52356797 11.129966 11.49586903 11.67137548 10.98339577 11.40842441 9.737702095 10.49266711 10.62738439 11.30874566 11.22318381 11.35943312 11.23538614 11.28350664 +LQ01X036390 Putative Glutathione-regulated potassium-efflux system protein kefC 10.7718689 11.24422841 10.6144346 12.18980769 11.18561376 12.86420226 12.82520947 12.87799238 11.13076859 11.21795793 11.01273931 12.43435501 11.17962193 12.91870385 12.91580112 13.17691942 11.69568924 11.09756184 11.21554927 11.67988921 11.29304959 11.90484077 11.79654365 12.54961288 11.53969819 10.77154683 10.72056758 12.15048578 11.01259252 12.42152719 11.73112838 11.92191185 +LQ01X036400 Bifunctional protein folD 9.726952438 10.0997032 8.554936127 10.30726471 9.049040215 11.51082359 11.57381959 11.56155235 10.2231172 10.23947603 9.107435404 10.72734243 9.509148214 11.81455922 11.73171054 11.57357879 9.659948278 8.880491475 9.4594031 7.976554444 6.602031 9.570471399 9.674275692 9.852548382 10.11973354 9.388447482 9.757220018 7.959798744 7.864941385 10.29770193 10.29425942 9.516060691 +LQ01X036420 Phosphomannomutase 7.334916399 7.575064705 6.617652024 7.588530657 7.989633425 7.854819822 7.800717453 8.086811277 7.587246558 8.009694581 7.519878639 7.706586366 8.142133214 8.35962721 7.779399107 8.682083702 7.451626109 7.030686868 6.946154592 6.784896965 6.705430007 7.562335037 7.181674184 6.938156852 7.795755996 7.321331311 7.843049827 7.597786597 6.354301809 7.639355483 7.570294437 7.713088293 +LQ01X036450 ( )-neomenthol dehydrogenase 5.63863517 5.305547945 6.219980527 4.962639316 5.725510771 5.760055149 5.014666353 5.082690504 5.82904047 5.303779827 6.977332461 5.102159182 6.159374875 5.284326356 5.837515992 5.387712643 5.481306202 5.92952841 5.533786849 5.697307541 6.025517937 5.977130008 5.746083436 5.587295482 5.666330213 5.501534769 5.645888187 5.738073156 5.692447615 6.020120766 5.963007235 5.590053475 +LQ01X036480 ( )-neomenthol dehydrogenase 13.58796782 13.17712651 13.77378508 13.89930582 13.94887763 13.8691678 13.67286606 13.40579327 13.80763096 14.38187551 14.09685709 13.76629555 13.85425698 13.93125382 13.96258051 13.77867517 11.69797332 12.25750096 11.10145939 11.66586704 11.59748517 12.98333256 11.96854593 11.81103205 13.90542293 13.42482964 13.11157377 12.03644219 13.09942954 11.67851298 11.9936051 12.30687178 +LQ01X036510 ( )-neomenthol dehydrogenase 11.45087151 11.19884863 12.32301257 12.82597298 12.57363173 12.01854568 11.94480915 12.22809216 11.37648703 11.07102436 11.82643751 12.33256554 11.95623815 12.30657081 12.06998325 12.38557185 10.96560938 10.99305713 9.864936471 12.42505561 11.85200805 12.05067146 11.61706285 11.50982917 10.87904853 10.85288393 9.650002285 12.6594161 11.69786304 12.55560789 11.18989972 11.64545843 +LQ01X036520 ( )-neomenthol dehydrogenase 5.427235613 5.406205696 5.792007968 5.229337073 5.656967716 5.416318936 5.65004333 5.485422117 6.030209622 5.854703776 5.721535283 5.482910124 5.447642179 5.535634387 6.268909592 5.39046059 5.080855673 5.504089261 6.568764463 5.478402618 5.324236901 5.589166714 5.48630851 5.51716969 5.366753352 5.517019664 5.159696759 5.795436843 5.540748851 5.567878703 5.757536489 5.192646102 +LQ01X036530 NAD-dependent malic enzyme 59 kDa isoform, mitochondrial 11.60538003 11.91657052 11.86854316 11.6845158 11.93945779 11.71925748 11.56929621 12.21806702 11.67471175 12.19417509 11.75608818 11.73549132 12.08391917 11.94958294 12.00658452 12.24257085 11.65286204 11.45001575 11.7715238 11.87157941 11.77125588 11.92577481 11.63523738 12.02429916 11.93204416 11.88780665 11.95868029 11.78328176 12.13127474 12.09994437 11.65350712 12.0279557 +LQ01X036540 Putative uncharacterized protein 6.356033034 5.980174337 6.554645728 6.457591232 6.90902986 5.703996974 5.658309426 5.941872483 6.390655033 6.233173311 6.556968566 6.683600383 7.011570782 6.073484047 5.759040612 6.127836122 5.815056697 6.292230576 5.885514074 6.710697197 7.216964781 6.177547958 6.065533858 5.66426989 5.942490449 5.764684858 5.800547517 5.993384876 6.488904666 6.538057998 5.986365088 7.067482783 +LQ01X036550 Putative Methionine adenosyltransferase 2 subunit beta 11.62841171 10.50976119 10.76121784 10.27610411 10.16963824 10.34819808 10.06479245 9.962614572 11.32569991 10.39711907 11.29555236 10.51958966 10.60522733 10.40713464 10.38021224 10.5217964 10.56775862 11.77131823 10.3820312 11.00567841 11.47657075 10.84542163 10.53177792 10.68044658 10.81527337 12.16616412 10.44070478 10.67518234 11.47167918 10.80845212 10.48842715 10.45132394 +LQ01X036560 Putative uncharacterized protein 12.26727365 12.08202094 12.68431975 12.57830702 12.32088189 11.93334662 11.94742237 11.67154307 12.17644644 12.12402564 12.53543294 12.31355909 12.61951324 11.78486445 11.899772 11.67155788 12.74956955 12.48122064 12.36590036 12.74752223 12.71870784 13.09359933 12.15859462 12.08255079 12.48818508 12.59357625 12.037798 13.3579195 13.02958057 13.24412305 12.0145455 12.21075989 +LQ01X036570 Digalactosyldiacylglycerol synthase 2, chloroplastic 6.112270571 6.007034188 6.017280492 6.06949929 5.814592639 5.733611679 6.413079474 6.113363097 6.312884294 5.84010565 5.996555775 6.256959964 6.233692887 5.796681897 6.195467068 6.133168445 5.75422069 6.0982636 6.542389584 6.05356703 6.326609255 5.940722348 5.87004763 5.479433933 6.017487154 6.355727902 6.767264531 6.512845424 5.885309355 6.240002372 5.333828885 5.329657348 +LQ01X036580 Hypothetical protein 4.945440761 4.574394698 4.891775512 4.771124782 4.834187216 4.950060021 4.636884628 4.616490189 4.774397809 4.969043348 4.979704418 4.58064807 4.773839217 5.156577612 4.593365 4.467135513 4.858053874 4.759950704 5.239216406 5.259216335 4.928509111 5.096934035 5.845718 5.591970482 4.743372434 5.005230196 5.002535607 4.768262012 4.772130008 4.986679965 5.850931691 6.034626322 +LQ01X036620 Acyl-CoA thioesterase, putative 12.5024296 12.11031256 12.98226108 12.37956813 12.42359753 12.54372247 12.69582086 12.01312073 12.81582834 12.66868944 13.06567747 12.46400331 12.86596122 12.72697712 12.67311347 12.41301915 11.89072588 12.55736943 11.91900168 13.23585618 13.54069642 12.20397676 13.12136341 13.00343101 12.02934933 12.74464652 12.1233067 13.03189136 12.71587432 11.82751125 13.09002332 12.96867957 +LQ01X036630 Putative Cell division protein ftsY homolog 11.55110801 12.1583018 11.91556422 11.84137669 11.64554746 11.41309852 12.29026059 11.9447446 11.65076511 11.80677274 11.62586158 11.81688452 11.75347144 11.4623136 12.3632432 12.12368664 11.38758353 12.14374981 12.3345125 12.02267804 12.2872579 11.97225446 12.95502394 12.80950663 11.83468821 12.29753995 12.67310968 12.13524425 12.65532132 12.30771817 12.75094567 12.81447816 +LQ01X036660 E3 ubiquitin-protein ligase At4g11680 10.56360158 10.77830393 10.4179903 10.0897652 9.917900026 9.92579568 9.850318527 9.272821904 10.41220587 10.90363157 10.08981464 9.904400309 9.857028742 10.05985484 9.569574085 9.630275474 9.738206499 10.46939134 10.72247608 10.29274913 10.75205133 9.881406522 10.51664694 10.30824231 10.39955802 10.47290281 11.15503947 9.745016836 10.7960381 9.568941193 10.36665089 10.53046211 +LQ01X036680 Shaggy-related protein kinase theta 5.772142366 5.749476235 5.818133383 6.07699745 5.710761737 5.784542444 5.8736564 6.297742134 5.48670379 5.675728043 5.818612722 5.954289698 5.837388621 5.456850154 5.697425085 5.627720095 5.62846881 5.554482548 5.901320983 5.72134301 5.760229246 5.832951485 5.663879597 6.492636421 5.202541798 5.68373321 5.581321164 5.897519922 5.342972965 6.363718993 5.360733182 5.934438454 +LQ01X036690 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 13.33075049 13.27918582 13.52491096 13.13489005 13.62329407 13.07273172 12.90342715 13.4487793 13.47253974 12.84595053 13.18901795 13.07142645 13.91438434 13.45953941 12.79183366 13.45298688 13.65090969 13.69408513 13.61556686 13.76217624 13.73060977 14.00282929 13.4875813 13.30418111 13.38584363 13.4860126 13.74602091 13.51737675 13.77430292 13.55742564 13.7964037 13.62064859 +LQ01X036700 Probable methyltransferase PMT13 5.74898717 5.810185192 5.24370423 5.984567446 5.905222059 5.648890318 6.172697131 5.5005287 5.814685771 6.640832652 5.35239796 6.161465154 5.866028274 5.88349863 6.33570058 5.759127467 5.7735624 6.036509484 6.112678651 6.540495572 6.203565576 5.85523118 5.549184214 5.489778913 6.041916226 6.315511354 5.490787798 6.203474597 6.336691524 5.985192269 5.581697774 5.654143844 +LQ01X036740 Ara4-interacting protein, putative 6.085155588 5.70124433 5.400487905 5.346901384 5.254545482 5.322471523 5.172441992 5.288716286 5.58940784 5.886041112 5.603042331 5.784088424 5.63439976 5.325285977 5.143372326 5.189011961 5.799640681 5.976825618 6.138742683 5.954981973 5.805480447 5.701191818 5.560483912 5.514036588 5.631946531 5.614082424 7.109843987 5.54431622 5.284682162 5.630667961 5.760090587 5.147216399 +LQ01X036760 Cytochrome P450 87A3 5.552538094 5.446588256 5.160897557 5.343932427 5.684595714 5.274077678 5.508706349 5.702004565 5.552892489 5.239379547 5.386249952 5.424243031 5.446756612 5.376162221 5.148461407 5.648392785 5.335141637 5.469650203 5.366945043 5.269551549 5.077814076 5.300381711 5.270300584 5.442785974 5.372406532 5.737027337 5.550006044 5.106056979 5.520734943 5.296681845 5.524420839 5.340768957 +LQ01X036780 F-box protein PP2-A13 6.479595965 7.625616074 5.434110285 5.790361691 6.186703273 5.690823696 6.413692389 8.493607957 6.854740762 6.477178057 5.09060422 6.518599839 6.441833501 6.183838966 6.221641687 6.733485082 11.54379031 12.92983632 10.87450037 10.68387027 11.5851297 10.11872475 11.31865205 12.02186775 7.968838466 9.146211482 11.2628984 10.03792437 10.00647642 10.39279422 10.59953173 11.93149796 +LQ01X036790 Putative uncharacterized protein 12.34875562 12.35548539 12.00032252 12.27082145 11.83717915 11.91199152 11.98166073 12.15239411 12.40607476 12.34802757 12.26101933 12.15887396 11.965968 11.92988214 12.20049877 11.7908069 11.91987907 11.80565879 11.55829934 11.74528043 11.31753351 11.70069506 11.3993904 11.63967932 11.98007841 11.6541343 11.27842966 11.43846687 11.56132191 11.88291809 11.21663078 11.66978651 +LQ01X036800 Peroxisomal membrane protein 11D 12.98127423 12.9983983 13.43307392 12.50766524 13.1579093 12.90724896 12.86029431 13.19993741 13.24342379 13.26374509 13.60395515 12.42968122 13.40841095 12.80429246 12.94053053 12.42951847 12.28036592 12.28361444 12.83779627 13.29640485 12.63749023 12.17918827 12.6886303 13.43681915 12.49564814 12.41757239 12.84680624 12.70530203 13.14319759 12.50563266 13.51422432 13.30370939 +LQ01X036810 Predicted protein 5.810465133 5.855080401 5.451732359 5.75724001 5.543380525 5.317552241 5.317427481 5.4896201 6.129654085 6.531170766 5.511696256 5.710088402 5.838896674 5.146131682 5.807493842 5.407400739 6.193015095 6.038193526 6.417288761 5.702724137 5.81231948 5.489120203 4.996034058 5.310145447 6.137767365 6.184880653 6.646496352 6.272065899 6.602174927 5.592587197 5.879225576 5.526451747 +LQ01X036840 Predicted protein 11.78752912 12.07823619 11.77203961 11.48142623 11.9681106 10.49027409 10.6627109 10.87215068 11.90598467 12.14558706 11.92234018 11.32277811 11.72552369 10.4870331 10.48106306 10.90731453 11.78644897 11.21019868 12.10294308 11.11628753 10.94381345 10.99225927 10.45326542 9.481067429 12.12901966 11.02209451 11.71015585 10.52082764 10.86725114 9.839880815 10.34410752 9.291762199 +LQ01X036890 Flap endonuclease GEN-like 1 5.283804013 5.657734859 4.768979959 5.31607356 5.499417397 5.351844119 5.110007388 5.105177286 5.633480333 6.387615846 4.786938071 5.120489136 4.899125292 5.260851113 5.741135839 4.989977789 5.008064915 5.291724882 6.580207992 5.252863122 5.670434547 5.43408394 5.179089614 5.531842816 5.417471842 5.285489395 5.978107754 5.781864984 5.336198221 5.007611117 5.24953827 5.253327238 +LQ01X036920 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 11.18167876 10.49499424 10.31866802 10.87924334 11.13764545 11.2092048 11.0314255 11.23894638 11.22454692 10.25754685 11.06588918 10.97330264 11.48204444 11.17263198 10.98037594 11.22342131 9.366827913 10.54717449 10.61219499 10.95666624 10.86255095 11.84712427 11.82463432 11.23315978 10.46530788 11.51716247 10.91288939 11.55368114 11.2983829 12.1075172 11.52576328 11.51853324 +LQ01X036940 Putative uncharacterized protein 9.907276322 9.435595635 10.00089256 9.301582959 9.485398606 8.78434319 8.907565634 8.592173565 9.785661686 9.585911437 9.87465153 9.316149317 9.685595721 9.014609202 8.647477171 8.652414448 9.289955016 9.854127549 10.39466746 9.992698312 10.47055631 9.101375191 9.496310732 9.74643727 9.394532823 10.34037908 10.36610267 9.873228546 10.61479459 9.361356564 9.743313934 9.387580618 +LQ01X036960 ATPase GET3 10.55597329 10.2861181 10.17961915 11.3743729 9.476283404 11.02655392 11.26306008 10.50776774 10.51216487 9.840955535 10.42523819 11.12550754 10.15986536 10.91434149 11.02885666 10.70093992 10.89108928 11.39834249 10.03297294 10.19650759 10.23397661 9.719148258 10.35117747 9.457380806 10.22216766 10.66159702 9.523077962 10.38693608 9.572846378 9.56814886 9.677930252 9.021875179 +LQ01X036970 Ubiquitin-related modifier 1 homolog 1 13.4716555 12.70609719 12.90028246 13.55146368 13.03556074 13.73322783 13.8482895 13.71266398 13.64804555 13.85437147 13.2307113 13.79284447 13.09346823 13.86293301 13.89162785 13.95107057 13.77355697 13.63144921 13.40218432 12.97519645 13.19052616 13.44637803 12.52521716 12.91425064 13.91157859 13.83125397 13.21795606 12.75667051 12.03944952 13.35874685 12.68098614 13.19317428 +LQ01X036980 Putative Peroxisomal membrane protein PEX16 9.425169391 9.184041005 9.463554778 9.042450062 9.162008611 9.04793001 9.047362547 9.001433374 9.163061105 9.27585855 9.285055897 8.595267098 8.2101883 8.479739027 8.628900478 8.404219442 8.295521875 8.200151022 9.28350307 8.666372926 8.208593786 8.628731731 8.507898967 8.780950928 8.493737736 8.489634404 9.00895289 8.971616518 8.157541076 8.455108215 8.29911162 8.487763802 +LQ01X037000 Phospholipase D beta 1 5.505320321 5.564627999 5.856941411 5.526065386 5.676785858 5.169438269 5.265155237 5.386232774 5.807080759 5.668271293 4.840364657 5.623853999 5.713752316 5.206377634 5.284541774 5.579101299 5.270927732 5.916341639 6.229955017 5.305493868 5.109515337 5.647884948 5.284253588 5.422633049 5.783400514 5.553896717 5.984116718 5.694487899 5.706341609 5.540248854 4.814683385 5.366629235 +LQ01X037010 Putative Subtilisin-like protease 9.323952713 9.766184851 9.260497284 9.36379429 9.758776549 8.766010334 6.475038531 7.947764254 9.399871143 8.799201939 9.477659048 9.392932929 9.840631636 8.142948296 7.274967626 9.179728925 10.74826689 9.477510721 9.516520189 10.7357489 9.533855942 10.36143738 6.549786022 7.47508156 10.33611566 9.603787601 9.632065189 10.03166661 10.46689239 8.842253299 5.693794866 6.441792769 +LQ01X037030 Putative Subtilisin-like protease 6.09194304 5.782821442 5.47004639 5.382565463 5.93046555 5.066049571 5.395139923 5.052244214 6.062731353 6.445357864 5.925314767 5.588707631 5.950657485 5.223055294 5.507620651 5.508937661 5.507699757 5.74888246 6.506191489 6.277633311 6.251321072 6.088224674 5.563048062 6.090980953 6.052637522 6.087513843 7.827985095 5.773846961 6.854980279 5.681722115 4.840943805 5.451712851 +LQ01X037050 CRS2-associated factor 1, mitochondrial 13.26757819 13.43124613 13.23775681 13.3930028 13.13939445 13.14095848 13.27094707 13.25238306 13.58854352 13.61703911 13.52777379 13.20083295 13.3527095 13.33035694 13.46730598 13.60346435 13.17054392 12.69275342 12.45013632 13.02203941 13.07978569 13.2764068 13.41964167 13.39100014 13.20541113 12.67162384 12.46103733 13.40628337 12.67971655 13.23889769 13.48724011 13.16813534 +LQ01X037060 Putative Lysophosphatidylcholine acyltransferase 2 13.59649326 13.5938071 13.79985751 13.21358214 13.58080885 14.17821061 13.87097065 13.40401815 13.53324755 13.32653886 13.81629706 13.18842932 13.6535486 13.84250523 13.49995628 13.54180566 13.71938918 14.31627165 13.02576281 13.81601222 13.67149371 12.82808104 13.28656544 13.09664239 13.14492942 13.29901367 12.87011286 13.19357008 13.36951578 12.5941947 13.09764017 12.87919931 +LQ01X037070 MADS-box protein SOC1 10.72289229 11.11371164 11.12889381 11.84462838 9.848815724 11.65228606 11.49057328 12.31848761 9.863056616 10.45641205 10.63415362 10.89422682 10.24939215 11.5577448 11.60658082 11.43028954 12.54015908 11.73819277 11.32782105 11.61161978 11.86439806 11.98514414 11.92963646 12.56023504 12.03676362 11.29932881 11.33386101 11.81045554 11.22827677 12.34610821 11.570039 12.04262385 +LQ01X037090 Agamous-like MADS-box protein AGL6 5.549551533 5.819154549 6.103620961 5.377035341 5.56617092 5.450110989 4.983141217 5.342606941 5.500816401 5.048316937 6.062631182 5.543672836 5.703306573 5.27735747 5.13662947 5.388648363 5.93732332 5.621842499 4.926659918 5.237987671 5.963871481 5.734451174 5.591187402 5.44438768 5.837846665 5.550831864 5.195233485 4.995429218 5.770300208 5.431603292 5.02357978 5.840264525 +LQ01X037100 Histone deacetylase complex subunit SAP18 13.30948159 13.42730812 12.99733743 13.71122468 13.12315066 14.17027388 13.77243148 13.61179695 13.41200256 13.67987463 13.14483419 13.62047322 13.22209199 13.90154725 13.79729074 13.9824588 13.20431746 12.47874622 12.60003452 12.52166222 12.64488309 13.29633442 12.44321465 12.56277544 13.32080734 12.74314422 12.33966521 12.76818284 11.98793656 12.90572732 12.27504552 12.48818778 +LQ01X037110 Alpha-1,4-galacturonosyltransferase 1 6.54136319 6.417335437 6.380332454 6.429754795 6.18772172 6.172267752 6.186616644 5.916515959 6.325900313 6.972382673 6.109420327 6.351012763 5.735832296 5.814231928 6.847134647 6.15365347 6.512008361 6.435334951 6.484096093 6.620499176 6.252749588 6.240331668 5.457478701 5.922539983 6.52985488 7.179634644 6.129353974 6.584759906 6.10082325 5.914720962 5.761408016 5.542461395 +LQ01X037140 Putative Glyoxylate reductase 11.65494916 10.93862992 11.12214936 9.698145769 10.09496453 10.95855209 10.54728369 9.246026689 11.31511697 10.9604774 10.85595578 9.99793217 10.00825266 11.02206092 9.769190091 9.377537856 10.74776562 11.14490503 11.03807912 11.36669307 11.01948416 9.608699932 10.85909929 9.539301772 11.34360513 10.97748528 11.11897891 10.69719975 11.01570083 8.981400837 10.68785122 10.00911345 +LQ01X037160 Putative uncharacterized protein 10.30209868 10.50895074 10.5997543 10.95435357 10.43055243 11.39144425 11.11251862 11.2912661 10.71926556 10.49608045 10.65266574 10.89247685 10.44614455 11.27449958 11.27054611 11.12032492 10.09069595 8.978504363 8.895124387 9.42848507 9.273092491 10.27769911 9.942183142 10.46016253 9.965232587 8.724757809 8.710729465 9.235555025 9.226201395 10.51407493 10.31894107 10.42384807 +LQ01X037180 Putative Probable gibberellin receptor GID1L3 6.015232557 5.924277414 6.076979675 5.941553786 5.812876102 5.453908324 5.48981429 5.592065569 5.983811124 6.015731026 6.01862693 6.224498723 5.77145411 5.374629738 5.406683809 5.564519817 5.784099518 5.747022418 5.597805538 5.986669748 5.915065256 5.55296202 6.050982066 5.960175276 5.723196844 5.698409681 5.854301984 5.377333336 5.871164486 5.844343366 5.537514991 5.033426097 +LQ01X037190 ATP binding protein, putative 5.476931183 5.346700363 5.691525238 5.773172991 5.883688602 5.793887753 5.584934481 5.50917582 5.273348832 5.322288531 5.649290261 5.797778697 5.54846132 5.840567562 5.491012081 5.481057874 5.838070583 5.60504346 5.168879757 5.681177068 6.038418806 5.744482188 5.83167404 5.488185837 5.378403325 5.391869689 5.559225291 5.553107822 6.819515883 5.358191059 5.269301318 5.004306129 +LQ01X037200 Copper ion binding protein, putative 6.788480705 7.393813 6.177380209 6.948348507 6.280538861 5.479839915 5.431831814 5.223938304 7.419174396 6.751851818 6.242951105 6.819541028 7.194984232 5.70146184 5.461292599 5.405720967 6.901295362 7.198975267 7.68266032 7.058029163 7.299930932 7.050800996 6.023820971 5.406006488 7.314034689 7.785511192 7.212624793 7.061113875 7.518304096 6.623774404 5.662736833 6.088965326 +LQ01X037210 Integral membrane single C2 domain protein 12.45261002 12.75802435 12.87726516 12.0751008 13.01375244 12.30266264 12.30486923 12.30988929 12.46459185 12.88108719 12.80923045 12.12954527 12.81957072 12.43763732 12.60950289 12.06265946 12.39908932 12.49721956 12.58920159 12.33374277 12.5548109 13.04888298 12.38746764 12.76285444 12.78102774 12.65035202 12.70972289 12.45799143 13.13297881 12.74164613 12.56103482 12.87947271 +LQ01X037220 Nucleotide binding protein, putative 5.760621661 6.306772925 6.025166291 6.759926176 5.825181994 6.608505833 6.739228489 6.308953088 5.588685076 5.256343111 5.360847191 6.494469204 5.216687908 6.159722811 5.45808582 5.906325039 6.542270329 5.740845136 5.882223704 5.02490806 5.781345436 7.203499565 5.48877385 6.302098246 6.924228159 5.684397856 6.288217277 6.219821657 5.920382802 7.550097768 5.173157629 5.642665385 +LQ01X037240 Cytochrome P450 704C1 10.23439352 10.10916908 10.9861658 10.53699039 10.47939291 10.47009614 10.08665998 9.848597234 10.36424417 9.718051027 10.83714561 10.51104724 10.51786094 10.42222021 10.06445837 10.09704047 9.115785808 8.623303291 8.825874913 10.32866927 10.15166111 9.659381632 11.09311537 10.43414677 9.378093772 8.621816714 7.981888251 10.46908493 10.59354993 10.47841173 10.99720338 10.46427204 +LQ01X037350 Fasciclin-like arabinogalactan protein 8 13.55990087 14.28432283 12.91349143 11.34594273 11.89631259 7.163913678 7.971706718 6.968846371 13.63724895 13.87189135 13.34728032 11.62628027 12.05303818 7.316336235 6.920176208 7.796185468 13.2957889 13.93109837 14.07896674 13.09504539 13.74124351 13.40586616 6.903500059 8.555591651 13.90119545 14.70910928 14.19710027 12.07784542 13.94108263 10.41043875 7.415690064 7.649954845 +LQ01X037390 Putative uncharacterized protein 6.112734415 5.889723755 6.703516853 6.166925241 6.269717265 5.365011214 5.943105053 5.752478911 6.720369281 5.74872486 7.072857344 6.061595453 6.762483004 5.430720953 5.67461807 5.793105296 5.850006991 7.015058597 6.558732524 6.696185611 6.66288632 6.740846006 7.555054112 5.318923878 6.365731592 6.381907643 6.694839377 6.898145227 6.940519254 6.607665941 6.977716787 5.884099789 +LQ01X037400 Predicted protein 5.255736331 4.880559223 5.230279315 4.620306654 5.124820076 4.746170659 4.706758915 4.746139422 4.768020583 5.239289881 5.028474686 4.713718235 4.795844378 4.861643861 4.737123279 4.796372952 4.629303836 5.552455658 5.092850962 5.076959802 4.988689308 4.989336375 5.126779612 4.948605451 5.080579973 5.066885229 5.31078088 5.089667734 4.990160612 4.885303973 4.906944137 4.786099695 +LQ01X037410 Dihydrodipicolinate synthase 2, chloroplastic 6.377887967 5.687317678 7.358864275 5.714110949 5.574645815 5.819970752 5.757940188 5.57495665 6.553150553 7.216858519 7.172110797 5.593706803 6.043885587 5.708403029 6.585226681 5.624896826 5.754218419 6.395419434 5.387414276 5.831236568 6.120026217 5.707568701 5.782421106 5.667133836 5.798739573 6.54529613 5.418793987 5.924672129 5.904034771 5.737732255 6.068626357 5.925135201 +LQ01X037420 Armadillo repeat-containing kinesin-like protein 2 4.960317645 4.85508846 5.357787121 5.273476006 5.391212863 5.716149747 5.156087397 5.226918196 4.790405275 4.621867456 4.863157089 5.061251796 5.064867384 5.722853907 5.35016071 5.158114619 4.864654819 4.936131754 4.885893065 4.915900035 5.088139275 5.000868951 4.922158351 5.074492399 4.950529377 4.932517204 4.736439209 5.061861214 4.980730038 4.945958544 5.103071512 5.00833843 +LQ01X037450 Putative Brefeldin A-inhibited guanine nucleotide-exchange protein 2 5.687919795 5.041569443 4.982196746 5.349830492 5.142293593 5.558096947 5.792742062 5.495361716 4.948800218 5.106514062 4.756333655 5.295061729 5.145538306 5.053727847 5.333718675 5.258376581 4.954170883 5.214695552 5.163423772 5.010981006 5.087733022 5.223260621 4.869364312 5.158221041 5.064236802 5.203394836 4.916294808 5.238203864 4.793752158 5.191800721 5.154600159 5.159537156 +LQ01X037510 Putative uncharacterized protein 4.726493 4.640195011 4.813794079 4.912565267 5.020624085 4.890282526 4.926322735 5.063059262 4.808656248 4.731425184 5.485694617 4.821510409 5.225859415 4.747942155 4.978146039 4.968165338 5.025131885 4.633482883 4.922855984 4.859756567 4.982796192 4.691950145 5.261029713 4.783887442 4.827695854 4.915520443 4.856712778 5.505507463 4.85159276 4.83701 4.908723195 5.349799582 +LQ01X037520 Putative Protein regulator of cytokinesis 1 5.303313218 5.324979073 5.14195689 5.608690142 5.040733567 5.684061127 5.386832976 5.381017605 5.41946608 5.893502981 5.63532289 5.992000763 5.353312276 5.332866165 5.332408482 5.170304566 5.220114408 5.644916405 6.060654772 5.34950047 5.061169256 5.434796635 5.140073846 5.499794787 5.675608604 6.017505568 5.833470934 5.304001428 5.226141376 5.490335703 5.308816819 4.996413471 +LQ01X037560 Proteasome subunit beta type-1 8.510152711 8.099264513 8.768664727 9.125280652 8.090593396 10.17005056 9.932428063 9.105194273 8.987383723 7.702977615 9.087454509 9.709908983 8.541049834 10.12615009 9.705520494 9.319085088 7.979838268 8.249735739 7.793432517 8.933125633 8.899178202 7.893564617 9.751120745 8.824015937 8.258517628 8.617449399 8.035185925 8.591665624 8.591581283 7.965151503 9.935922093 8.986791566 +LQ01X037600 Glutathione S-transferase zeta class 11.8331608 11.99410744 12.04572023 11.50955672 12.04477974 11.70043176 11.31615285 11.79327028 12.08970193 12.29764239 12.14325068 11.52109602 11.99827007 11.85323824 11.22536804 11.7471159 11.51945124 11.359942 11.45947059 12.15713626 12.06882098 11.32385304 11.8821276 11.96334081 11.80220134 11.608474 11.58736397 11.8031722 11.9566719 11.23719088 12.07209454 12.07941861 +LQ01X037630 Nucleotide binding protein, putative 10.8359416 10.8002555 11.20399063 10.30897449 10.922622 10.37464335 10.2720912 10.13365089 11.00997517 10.9114614 11.1016568 10.5436161 11.1198809 10.54483887 10.48703659 10.40030208 10.50664799 10.62644179 10.78071996 11.18963117 11.08941595 10.4301949 10.92464264 11.31261565 10.65953103 11.11869622 10.92505584 10.88638136 11.53293326 10.38049958 10.97262682 11.24932077 +LQ01X037650 Putative Dihydroflavonol-4-reductase 5.330359049 5.546459741 4.8967743 4.850720575 5.005789606 4.919896652 4.675644279 4.734612502 5.434841293 4.959945601 5.185329955 4.843353745 4.827343626 4.870601189 4.757976303 4.775552378 5.675243628 5.292305386 5.308533234 4.84496343 5.362103823 4.800236584 4.716389166 5.337865452 5.030833108 5.376856619 5.493575013 4.729308042 5.137430958 4.871149204 5.028313603 5.347527746 +LQ01X037710 Probable S-acyltransferase At3g60800 5.753569887 5.570488727 5.309381809 5.995400741 5.502406048 5.990044168 5.731626099 5.422230478 5.659585163 6.024002544 6.156295045 5.820957846 6.022583275 5.707223842 6.524388534 5.365490933 5.346127692 5.673213036 6.004642143 5.740404978 5.921098683 5.57705249 5.57062074 5.12157152 5.49801321 5.724779346 5.744543554 5.624324524 5.671345396 5.423761367 5.373598734 5.341941872 +LQ01X037720 Predicted protein 12.13307357 11.21896514 12.2351419 12.55992443 11.66184305 13.67690676 13.05524576 12.36047655 11.24589138 10.72578398 11.5979969 12.20448655 11.68599602 12.62164566 12.39327863 12.47896774 12.16422078 11.95074938 10.90705952 11.62989388 11.82141171 11.42002425 11.98329858 11.96032609 10.91218766 11.09268854 10.50505886 11.61200184 11.16723674 11.51099684 11.64149843 11.47781379 +LQ01X037730 Putative uncharacterized protein 5.454612892 5.671600623 5.696425667 5.55895514 5.523425562 5.229655219 5.645741046 5.78295045 5.605246655 5.826807005 5.860179765 5.606792304 5.807409418 5.501689358 5.501563399 5.358496288 5.032627102 5.711900556 6.967412783 5.877528001 6.138557336 5.638897298 5.696838182 5.865747441 5.731078353 6.118586796 6.458430535 5.651674417 6.047969419 5.554366506 5.686230632 5.074501469 +LQ01X037750 Pentatricopeptide repeat-containing protein At2g45350, chloroplastic 8.598036514 7.674019516 8.494571563 9.151374031 8.827767511 8.659705377 9.472990981 8.336125992 8.506637707 7.683547194 8.331522173 8.881310858 9.109532601 8.682119467 9.262569578 8.715057955 7.901425618 8.773351072 7.769426998 8.602285929 9.305465403 8.706527889 9.868006413 9.505963456 8.477692981 8.954264648 8.5685027 9.185128235 9.439757251 9.355834878 9.750111545 9.327741341 +LQ01X037760 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g23950 12.83515944 13.30689512 11.14248096 9.683040854 10.21476635 8.93764797 8.118044821 7.681442875 13.04522604 13.23229219 11.71374076 10.36081811 10.20579992 9.133778923 8.299241533 7.9400825 12.98801879 13.12647604 14.04185969 12.27628744 12.45871207 11.56695476 9.313799305 8.52915652 13.92778796 13.92038811 14.13110842 10.90576408 12.18520894 9.457024417 9.4606292 8.460512204 +LQ01X037770 40S ribosomal protein S13 14.11253677 14.09086701 14.08454831 13.45824812 13.69948919 13.66336372 13.65297764 13.48515847 14.53817897 14.79281717 14.32059999 14.10069552 13.91200023 13.8279566 13.80622369 13.64599473 14.53879175 13.75283864 13.64845695 14.13854685 13.76670855 13.9357831 13.60050711 13.85024719 14.22546635 13.93609907 13.8876459 13.94146155 13.37870428 13.73201784 13.71287481 14.0177934 +LQ01X037780 Putative tRNA 2-phosphotransferase 1 11.20293394 11.87986175 11.2385763 12.00312807 10.99572082 11.84018992 11.57670525 12.13849798 11.18106351 11.05039341 11.38044861 11.76981204 11.04877 11.5556686 11.43875762 11.40590287 12.85026082 12.28896815 11.92318101 12.36837113 12.47357824 11.97379508 12.48394533 11.71134765 12.0233502 11.76371252 11.53134286 12.68717118 11.60633641 12.19398331 12.01187548 11.82355818 +LQ01X037800 UDP-glucuronate 4-epimerase 3 11.25766182 11.23902823 12.03181722 11.42941067 12.07104759 10.2867459 10.22807759 10.07054294 11.23619357 11.36548375 11.93596783 11.32420602 12.23193219 10.27125344 10.09152393 9.80556193 10.71728215 11.37079655 10.907488 11.73801268 12.23265631 12.01157325 11.2096745 11.47629076 11.1925213 11.91524975 11.1230023 11.96084901 13.04013961 12.13486129 10.85276802 11.46819428 +LQ01X037810 3-phosphoshikimate 1-carboxyvinyltransferase, chloroplastic 5.293440379 5.262374099 5.306301176 5.336337351 5.62358309 5.29696358 5.213722198 5.109442732 5.633927641 5.606372537 5.646803977 5.331043021 5.961897209 5.022600215 5.97170055 4.973430609 5.162230914 5.439607451 5.499721867 5.136524236 5.447447392 5.277870861 5.309800831 5.287754978 5.326650013 5.254815619 5.72354398 5.182415513 4.911834187 5.302127002 5.350908188 4.809869395 +LQ01X037820 Transketolase, chloroplastic 6.361308938 5.754553394 5.907274646 6.033422219 6.469540306 5.631129158 6.095633257 6.309757781 6.261142365 6.378104075 6.082635336 6.022928249 6.791723144 5.776655975 6.147386456 5.987511257 6.151000416 6.143694851 5.852184427 6.044058771 6.183002293 6.310978463 6.969132432 5.539133058 6.049039614 6.193750665 5.467998863 5.933937301 5.554980819 6.358992605 6.10393223 6.014227885 +LQ01X037830 DNA repair protein RAD51 homolog 3 10.66228541 11.20129985 9.984003703 9.549573858 9.721927172 10.16220375 9.805409029 9.43357201 10.8737555 11.09342406 10.40648485 9.653154284 10.31939993 10.18812519 9.530295935 9.522574431 10.93589215 11.04571254 11.41349672 11.0774107 11.6557777 10.5386048 11.81973151 11.61582048 11.37490441 11.38358859 11.4978868 11.29047041 11.86632197 11.29339954 11.63371684 11.49170831 +LQ01X037860 Predicted protein 12.0025445 12.20217499 11.9067868 11.26107035 11.81148201 11.10234742 10.91432908 10.95459931 12.06197858 11.84478985 11.98697016 11.43402322 11.76830161 11.06938204 10.96726234 10.80411722 11.97676621 11.84106106 12.81209633 12.39093436 12.18068307 12.41315695 11.97158247 11.76846944 12.5427837 12.25636117 13.03213951 11.93162893 12.60795967 12.21026238 12.04711913 11.76204351 +LQ01X037900 Methionine aminopeptidase 1A 6.029078948 6.425917393 6.32596461 6.476793438 5.913048985 6.191784813 5.772122703 5.996106976 6.219680708 6.786126278 6.732671736 6.204600886 6.383805976 5.837510409 6.709913928 5.579172133 5.954964928 5.572853768 6.575419877 6.694929719 6.011249294 5.835032546 6.446753898 6.561542386 6.224761009 5.509363768 6.481135654 6.012400369 6.145020753 6.133852306 6.055605886 7.126653723 +LQ01X037950 Putative Auxin-induced protein X10A 7.598379246 8.02030815 9.964963767 9.949003079 11.14142609 11.99411917 12.52404523 13.45833652 8.292803128 7.517228839 10.35149836 10.96783753 11.45780623 12.57975084 12.69779952 13.07683935 8.325747121 8.271128985 7.377848401 11.29887314 10.20057844 10.81785527 13.17592031 13.51339296 7.894910547 8.933818052 6.433522114 12.38222029 11.1643991 12.25701082 13.5697506 13.79021852 +LQ01X037970 Golgi SNARE 12 protein 5.193924537 5.551454003 5.322637119 5.424440262 5.660781334 5.892320569 5.368621464 5.608856446 5.628666754 5.38248786 5.458942239 5.506606368 5.418426454 5.404716671 5.64932647 5.211563986 5.187905607 5.6801423 5.121424554 5.656509742 5.882830868 5.931276629 5.782336239 5.062183979 5.298042409 5.161832773 5.463407536 5.071923644 5.628241926 5.464464182 5.348001019 5.604537967 +LQ01X037990 Predicted protein 9.637232048 9.482264502 9.858719999 8.947896641 9.45343397 9.616880139 9.369823416 9.042419789 9.45170774 9.758937591 9.716190508 9.097866926 9.652317631 9.536288829 8.895532327 8.733735057 9.716308637 10.34969311 10.45061598 10.06327319 10.72525586 9.321664662 11.16341754 10.84533216 9.352365233 9.967695832 10.5388043 10.50002989 10.793445 10.34282924 10.94241089 10.86258779 +LQ01X038010 Zinc ion binding protein, putative 5.856521244 5.99141593 6.06309328 5.748698358 5.661978498 5.20396659 5.567714858 5.408639934 5.625813957 6.092509813 6.129746726 5.540138826 5.87503511 5.273976395 5.379739149 5.992825442 5.965939753 6.344660675 5.642599614 6.250476618 6.8574531 5.508369078 6.120615821 5.872843462 6.091875988 6.039239729 6.373305552 6.146111542 5.911186533 5.9807421 5.700492182 5.610871353 +LQ01X038020 Putative uncharacterized protein 6.094815933 5.827997333 5.373742787 5.709328393 5.440607491 5.768337909 5.621992586 5.695334046 6.020484101 6.279458646 5.704342703 5.882630381 5.267377157 5.500508069 5.509705016 5.771242511 5.892079956 5.881761729 7.149718013 6.076908588 5.811938771 5.563952167 5.314043176 5.351758859 6.18325966 6.154045014 6.963729054 5.634847801 6.440188648 5.328954092 5.603296836 5.491806073 +LQ01X038060 Hypothetical protein 10.15376003 8.615694662 10.17948487 9.721101932 9.725517898 12.10667607 12.15981107 11.48721382 9.845301673 8.408470527 10.4469156 10.97176981 10.2444846 12.57411771 11.74345096 11.89225691 11.34807336 8.761010456 7.889271181 11.69570446 10.14487377 9.019061131 12.05001765 12.28213015 9.233512228 8.742028895 7.595845175 10.83233803 9.000345159 9.674844477 12.44382279 12.59196153 +LQ01X038080 14 kDa proline-rich protein DC2.15 5.06919695 4.949293844 4.818524939 4.989026446 4.946603175 5.175504602 5.222488866 5.551372112 4.933665488 5.277690289 4.699647022 5.17633314 4.926533262 5.216947813 5.063456992 4.973800864 4.701859076 4.777090331 5.312283497 5.090531104 4.911960243 4.921596179 6.307359784 5.853176342 4.897722284 5.232969426 5.042563401 4.815580649 5.277115067 4.780137758 5.605983871 5.703063401 +LQ01X038110 Autophagy-related protein 8f 11.25856058 10.16164275 10.89217913 12.32515796 11.5104881 11.99943392 12.53533461 12.40402226 11.18701431 10.62722823 10.57909054 12.16600838 11.2254798 11.82749315 11.90878251 12.29757389 10.46150489 9.741005401 9.143023312 10.3737405 10.29393994 11.60609143 9.958682635 10.41150127 9.979099811 8.68271026 8.360385988 11.00551959 9.430067145 11.36726233 9.718689867 10.05704 +LQ01X038130 Scarecrow-like protein 6 10.9563997 11.34547704 11.30198045 10.62069211 11.3438678 11.13159602 10.92141967 10.91647673 11.17386345 11.00364125 11.46931362 10.87126345 11.27053419 11.34132455 10.62645061 11.04251229 10.74811221 10.7258711 10.48724717 11.43900042 10.8312665 11.23369425 11.3125309 11.32100715 10.94279147 11.0114285 11.14882019 11.62281049 11.1975884 10.9877388 11.47599663 11.59306249 +LQ01X038140 Putative Phosphatidate cytidylyltransferase 5.178369013 5.091113715 5.271228747 5.107761072 5.591810714 5.404065031 5.253217368 5.029867264 5.073387179 5.816824172 5.891620364 5.489075883 5.471064121 5.228257449 6.185100438 5.086161087 5.39664772 5.473618725 5.218119887 5.117389777 5.319031303 5.483939243 5.285996824 6.053061273 5.116862049 5.475509437 5.591382775 5.305400379 5.140627952 5.098098093 5.021865197 5.694430476 +LQ01X038170 Putative uncharacterized protein 11.04365938 10.56981689 10.85409065 11.65441998 10.99787111 12.68184915 12.59213256 12.3980921 10.94790846 10.80074592 10.977139 11.69299923 11.15173691 12.64158469 12.77300568 12.68680612 11.06384725 11.76210882 10.73909509 11.27771983 11.5003456 10.87915225 12.41468424 12.74968955 10.6019395 11.08252216 10.84473829 10.91829465 11.41956727 11.47956609 12.38839775 12.58195565 +LQ01X038190 Hypothetical protein 4.977815157 5.031835086 5.145136764 5.130129574 4.89811835 5.079054858 5.233754647 5.060717309 4.752234035 5.021744319 5.0105512 5.170556227 5.167920076 5.104068566 4.961273784 5.07653655 5.094183479 5.041101069 4.973106137 5.096047718 5.440408012 4.823825336 4.623738658 4.936809227 4.980014467 5.075380749 5.353852993 4.867539152 5.421248686 4.920039969 4.95484689 4.897337865 +LQ01X038200 Calcium-transporting ATPase 3, endoplasmic reticulum-type 4.915263242 4.749170653 5.174819616 4.865073057 4.904736959 4.821606222 5.040809199 5.043151677 4.94867938 4.930133283 4.950400778 4.707813223 4.597304032 5.432790155 5.13941969 4.964001675 5.175415307 4.754086991 5.309911673 4.808180019 4.983987254 5.240047903 5.414794614 5.316401645 4.946181965 5.064290268 5.245156402 4.783851691 4.836905855 5.404073956 5.727214777 5.092130503 +LQ01X038290 Putative uncharacterized protein 5.567953861 5.060014873 5.383383867 5.541938584 5.048369865 5.321172554 5.360580515 5.507516728 5.498983 5.355683937 5.043249463 5.387406288 5.482044934 5.420328961 5.401235037 5.311570372 5.202255841 5.2081287 5.396059786 5.803344658 5.271250147 5.243340453 5.169708462 5.470255201 5.04787199 5.44132641 5.13327074 5.512600119 5.509000617 4.955912042 4.986480271 5.612591392 +LQ01X038340 Putative expansin-B2 5.180103136 5.613725498 5.370270805 5.624413091 5.305892346 5.382708559 5.337123717 5.317130806 5.395749041 4.956813296 6.002790214 5.367895545 5.554738392 5.558851392 5.147476819 5.398407537 5.833036968 5.622812614 5.586477131 6.081390253 5.758739347 5.823322103 5.663539278 5.32592288 5.107743772 5.412788774 5.719345393 5.985928516 5.609744163 5.63349181 5.852971715 5.640786093 +LQ01X038350 Hypothetical protein 5.592169099 5.770197737 5.757493488 5.625116632 6.179038275 6.116564903 5.981945418 6.06413912 5.557100868 5.516058386 6.166881705 5.506256592 6.059934846 5.782657735 5.655149289 6.454777687 5.889715291 5.988624613 6.409166273 6.133604044 6.05997708 5.971289643 5.965436053 6.223990817 6.048236698 6.138673417 5.709075764 5.779878701 5.887788844 6.025874458 6.010773983 6.262445291 +LQ01X038370 Transcription factor UNE10 13.36115437 12.32515252 14.18240833 13.34917572 14.40862743 14.54330556 14.38271653 14.55205765 13.22735364 11.97778125 13.93421298 13.56825359 13.87074032 14.66269145 14.26240948 14.44028922 12.39104446 13.16070946 12.23581823 14.71639759 14.4685764 13.75942677 15.23978114 15.16684232 12.62653219 13.25092415 12.51151481 14.50390662 14.31012561 14.3659201 15.22629211 15.14654989 +LQ01X038390 Protein transport protein Sec61 subunit beta 4.960042396 4.834173557 4.852810439 5.099042102 5.271309881 4.898986481 5.25334642 4.848483245 5.001064274 5.366772927 5.044581274 4.91891057 4.771067404 5.270129462 5.914003407 5.28026031 5.02042343 5.135815886 4.902625819 5.294993402 5.165164018 5.210598346 5.84738925 5.011383336 4.644112985 5.382901589 4.791731746 4.979111539 4.854323383 4.995943414 5.062745628 5.478594917 +LQ01X038410 Putative uncharacterized protein 5.061823772 5.370712824 5.29012144 5.536269796 5.449161966 5.493443652 5.331601253 5.401549289 5.296443331 5.166770997 5.610006489 5.284124556 5.223975734 5.350089816 5.536425093 5.141350185 5.140972298 5.124885019 5.408550183 5.227958581 5.013927763 5.197326028 4.772195037 6.204785574 5.187997743 4.94948592 5.019516181 5.4187122 5.002531957 5.066435144 5.430839724 6.233979025 +LQ01X038430 At1g80930/F23A5_23 10.91619482 10.48488339 10.59153123 11.69434615 10.80774925 12.35886765 12.17920758 12.09931276 11.11392439 10.68636835 10.58131669 11.91871489 10.90307577 12.35532974 12.40313544 12.32559489 11.15445699 9.458643474 10.2692346 9.955869549 9.883973457 10.66059838 11.42958755 10.55128528 10.85008339 9.474618509 9.847518352 10.06301766 9.664333804 10.86709136 11.29354699 10.4574457 +LQ01X038440 T-complex protein 1 subunit alpha 13.91695346 14.0049912 12.7492194 12.47515978 12.46436515 12.54928864 12.17982544 11.97568341 13.94716347 13.86715103 13.10538754 12.79260829 12.85980923 12.61177278 12.3468741 12.21243392 13.71933931 13.19140847 14.0269585 12.66778046 13.06755792 13.00127882 12.8458235 12.40258582 14.13534405 13.7163291 14.31939468 12.5369749 13.3336411 12.67114598 12.83470838 12.40140962 +LQ01X038450 Probable plastid-lipid-associated protein 11, chloroplastic 11.57801332 11.42862017 12.1523983 12.65333126 12.50039974 13.54734185 13.66698152 13.27851972 11.48070723 11.21780035 11.92508918 12.58209776 12.44476408 13.59535735 13.49974051 13.38055979 11.84333323 12.16300381 11.15253165 12.49028424 12.59698046 12.10309925 13.98383033 13.91122886 11.42270569 11.8749738 11.25671057 12.64060076 12.27194529 12.80386608 13.82464771 13.51917518 +LQ01X038490 Squamosa promoter-binding-like protein 8 5.635671872 5.584144828 6.552684231 5.756248183 6.429423271 5.562212655 5.846725144 5.653296501 5.726638635 5.568850747 5.986069473 5.849995925 6.462454044 5.580065556 5.540487359 5.696279447 5.673244782 5.648766057 5.514730475 6.079104241 7.203265068 5.795672987 5.788881284 6.254330919 5.365033978 5.540637153 5.323640891 6.315747967 6.380532181 6.100275859 5.535002124 5.909127139 +LQ01X038540 Elongation factor G, mitochondrial 5.674987836 5.566601433 5.206711152 5.931023978 5.686126852 5.865020694 6.314499296 6.147740125 5.943027188 6.415360643 5.278674372 5.971718301 5.177121187 5.777958264 6.753580004 5.642620745 6.178667504 6.923269601 5.42389982 5.566318357 5.680811814 5.742245974 6.099205427 5.688652923 6.110595183 6.424600366 5.734134028 6.205513824 5.251490348 5.603925228 6.202551351 5.926217276 +LQ01X038560 Putative Predicted protein 9.862734146 8.600092802 9.918314504 11.46773538 10.08905862 13.23083488 13.76545646 12.44397571 9.725010532 8.597529379 9.944538025 11.63207363 10.26005044 13.26238758 13.56085153 13.08843244 8.002356845 9.257319526 8.235926756 9.327818185 9.890029858 9.428036731 12.66501573 12.25072362 8.701893985 9.778538384 8.716545764 9.723770257 9.816049162 10.98316342 12.60888222 12.11769964 +LQ01X038620 E3 ubiquitin-protein ligase BRE1-like 1 9.825870052 9.565530026 9.755415187 9.787428153 10.08099196 10.49917838 10.534965 10.6780618 9.544004964 9.580638324 9.830536875 9.159495909 9.786323051 10.27657031 10.41019811 10.25821325 9.839117846 9.735130886 9.76424867 9.805999018 10.26946773 9.972036519 10.99092805 11.14249648 9.978992058 9.976609968 9.980071588 10.46849717 10.39489552 10.42009818 10.98456834 10.9577566 +LQ01X038630 Autophagy-related protein 3 5.486928098 5.62753291 6.094057148 6.275849781 5.672351436 6.605314642 6.062226502 6.096972382 6.450729982 6.139017574 5.846336444 5.903053728 5.763242853 6.603156068 7.213189315 6.163723549 5.531480148 5.552645323 5.206630752 5.70015322 5.070925955 5.924773318 5.729119088 5.023811212 5.987666819 5.724041434 5.143514783 5.606935088 5.141388534 5.292609334 5.626243038 5.439361002 +LQ01X038650 DnaJ protein homolog 5.632296733 6.195224479 5.709581338 5.783401732 5.406282415 6.100558758 5.685632547 5.911438706 6.064179667 6.395851762 5.871469626 5.726646025 5.754530123 6.300657089 6.775212196 5.852829655 5.749103265 5.645157184 5.360221603 6.56623649 5.878640174 6.141912993 5.261696366 6.323735726 5.71314947 6.218883872 5.544446172 7.128152717 5.671165026 6.090489502 5.757844213 6.149600691 +LQ01X038810 Putative uncharacterized protein 10.62151572 10.92187198 10.29619535 10.51854521 10.7197968 11.03609325 11.28817071 11.69085236 10.73756488 10.9040987 10.52444619 10.70777055 10.75317732 11.18604327 11.52626877 11.56176829 10.86461349 11.02759266 11.47297471 10.92950264 10.56527679 11.10539639 11.34764002 11.94046891 10.93621051 11.07425949 11.84259942 10.83544269 10.64551229 11.16342532 11.3868317 11.62008197 +LQ01X038820 Predicted protein 7.610967763 8.323173146 7.607318153 8.901224379 7.513108115 8.982166818 9.298307673 9.903240112 8.291403314 8.644205547 7.834391182 9.391303547 8.247817234 9.209983786 9.029209398 9.913409919 8.408620394 8.168141287 6.171518555 8.815941955 8.573309349 9.062828337 8.319151063 8.856709832 8.046715353 8.45616411 6.35320329 8.865550243 8.174514237 9.258752021 8.636804618 8.457116704 +LQ01X038830 Putative uncharacterized protein 11.75561525 11.24658413 11.58297341 11.83037522 11.33052041 11.49002289 11.92652369 11.45076947 11.87052423 12.56734153 11.67624564 11.75419984 11.75492804 11.71658502 11.80642529 11.73466025 11.57410592 11.59046619 11.25352256 11.12973217 11.32449551 11.28392095 11.0389637 11.02855626 11.8056708 11.87317663 11.41579933 11.2216938 10.49197491 10.84601755 11.04054705 10.78290245 +LQ01X038850 Putative Predicted protein 10.70023797 10.69045569 9.549729878 9.392507799 9.218676192 7.622274209 7.796357179 8.439288203 10.59995966 10.75776352 9.892721573 9.343994228 9.93011275 8.140885081 8.111646887 8.392190007 11.48525468 11.14535884 11.86941541 10.483073 10.4144278 10.75430891 7.223077491 9.107440642 11.29329348 11.52367577 11.75557032 10.02306863 9.860419611 9.648515698 6.640440798 7.866368116 +LQ01X038860 Putative UPF0481 protein At3g47200 5.305575813 5.51647105 6.154820694 5.652443998 6.031214787 5.779265953 5.689689889 5.48090246 5.36702076 5.17420788 5.653978794 5.612177383 5.562336949 5.527727968 5.614471294 5.674588927 5.475836063 5.596486257 5.538899801 5.895973696 5.232746246 5.529282301 6.426828226 5.881468174 5.918650716 5.635421924 5.614689103 6.023814527 5.219615344 5.402036819 5.553464063 6.324573473 +LQ01X038920 Putative UPF0481 protein At3g47200 5.125201208 5.301175521 4.89305735 4.904644465 4.921696858 5.080200384 4.930718745 5.09457677 5.207356247 5.281340313 4.883361876 5.177079366 4.813731392 4.702559632 5.119317216 5.12656155 4.818734431 5.08510829 5.135994507 5.20227637 4.800770068 4.948178091 4.536151337 5.153599069 4.890367978 5.560908659 5.37576704 5.679029903 5.504327619 4.899411337 5.424602509 5.491807159 +LQ01X038970 Putative Protein of unknown function DUF247%2C plant 11.80356074 11.59320123 10.99851428 10.20762257 10.90257576 8.739775729 8.741549163 9.758686113 11.99359928 12.1487519 11.28815421 10.29458716 10.86122544 9.178745934 9.360556651 9.644936914 12.02730584 12.05215091 12.39246008 10.83881399 10.99108957 11.42538296 9.237522531 9.720820507 12.00523239 12.17021542 12.47867136 10.29922995 10.96508906 10.20031755 9.653765999 9.958481404 +LQ01X039010 Putative uncharacterized protein T8B10_70 4.782621883 4.962394749 5.030038288 4.814376496 5.659106993 4.928687476 4.94713424 4.994211403 4.907775695 4.83756482 4.923560232 4.716057163 5.380761743 5.328367839 4.722711971 4.930169533 5.003921205 5.270568313 4.676022029 5.403074301 5.21741904 4.669169277 8.488133151 5.412735435 5.303907637 5.513833299 4.638773056 5.534509336 5.265065769 4.825512767 5.396291615 4.916913208 +LQ01X039040 Homeobox-leucine zipper protein HAT3 11.66985094 11.72992442 11.75441519 10.74514674 11.30397374 8.525939134 8.567275028 8.952270992 11.48516548 11.14840461 11.25353207 10.61024342 10.8422698 8.850670702 8.918744985 8.873312716 11.04086649 11.65449649 11.04535246 11.67024986 11.90563365 11.10573022 8.702199848 8.625163682 11.29332186 11.28289623 11.41265491 11.00920116 11.66769772 10.38220188 8.04288714 9.023470425 +LQ01X039050 Putative Actin-related protein 2/3 complex subunit 5 12.27620948 12.10650266 12.10324131 11.92988862 12.06290565 12.02702096 11.75591915 11.72777757 12.47923446 12.84438541 12.31988223 11.81911537 12.32680419 12.0453972 11.85382082 11.93794468 12.03931013 12.16634382 12.44537588 12.27245891 12.16336947 11.87231406 12.22928842 11.37180222 12.40505001 12.44870847 12.57106804 11.98904716 11.37430446 11.70487267 12.18877239 11.26057308 +LQ01X039070 Putative Protein-tyrosine phosphatase mitochondrial 1 6.349907904 6.723816372 6.483745379 6.437986197 6.838247113 5.791386971 6.215590652 5.865617417 6.740020662 7.028918933 6.397196388 6.545948293 7.189103437 5.775226906 6.13302975 6.102991536 6.49251309 6.994204266 7.085210662 7.075328621 7.343422312 6.603484139 5.789702071 6.741861324 6.439177083 7.001668886 7.555941066 6.428073941 7.098749427 6.646983137 6.65372009 6.310310101 +LQ01X039090 Putative Uncharacterized amino acid permease yfnA 12.8740525 12.38945872 12.80203153 12.71131638 12.80026843 13.06418554 12.60357985 13.13394597 13.01306318 12.34536478 13.11057873 12.83712533 12.93099278 12.87820325 12.64313009 13.03065552 13.07021408 12.00682254 12.29429323 12.67774839 12.45962528 12.90972078 12.16412081 12.59186761 12.65568297 11.85802635 11.6817461 12.65333015 12.28262943 12.64852412 12.17598437 12.32843851 +LQ01X039110 Protein ARABIDILLO 1 10.74814998 10.6440554 10.5206201 10.74568482 10.5169277 11.68104794 11.41798295 11.41038486 10.61074049 10.5050658 10.52716644 11.00436616 10.79507153 11.73450086 11.24586966 11.57931812 11.05612617 11.51318099 11.0049033 11.28591566 11.30405961 10.58757539 11.76611088 11.39422554 10.96137153 11.34519329 11.06990408 10.84258129 11.27609447 10.44952009 11.6578275 11.13487327 +LQ01X039130 Putative Palmitoyl-protein thioesterase 1 13.20898327 13.25407299 13.40032349 12.99524153 12.64021432 12.34839003 12.35081311 11.74075205 13.09473661 12.77911117 13.18241978 12.92213292 12.76317007 12.40701758 12.14333813 11.94253508 12.93402382 12.638512 12.50357988 12.92043977 12.83527032 12.79837714 12.00147008 12.60906161 13.13145027 12.6771898 12.42832497 12.7424573 12.88307574 12.61325244 12.2529993 12.64363753 +LQ01X039240 COP9 signalosome complex subunit 7 6.23542014 5.584649634 6.622842346 6.193443077 6.653247805 6.307579932 6.110277896 6.38652389 6.379693818 6.134473462 6.210236094 5.992041274 6.499295962 6.610697566 6.360995322 6.422107756 6.040758594 6.246737464 5.806540159 6.841234326 6.764709695 5.973873757 5.964076388 5.879464741 6.150827741 6.014331057 6.049785443 7.4205014 6.429507868 5.931218672 5.606790211 5.720278626 +LQ01X039250 Putative Leucine carboxyl methyltransferase 2 5.5596093 5.361206473 5.772060234 5.529249304 5.53442172 5.6499966 5.583997482 5.779240252 5.625422109 5.61557802 5.556886132 5.572380662 6.036816358 6.213210047 5.667315934 5.642985603 5.552144021 5.567874807 5.975969901 5.870888482 5.829421117 5.697257705 5.99460341 5.435078153 5.644495526 5.785215404 5.594081568 5.757256341 5.99075574 5.480254508 5.524865498 5.567219237 +LQ01X039260 Putative uncharacterized protein 13.17886168 13.09882552 13.53434492 13.08944644 13.35875185 11.29767604 11.1775806 11.29020726 13.33042794 13.14785101 13.54604492 13.28661989 13.47993669 11.4833969 11.6304917 11.84949031 13.49819338 13.88372273 13.73472999 13.54328861 13.53717321 13.67120406 10.95073469 11.5887649 13.66407603 13.77103596 13.54144268 13.52225931 13.62665954 12.54332931 11.153526 11.800793 +LQ01X039270 Protein kinase G11A 11.14930651 12.01471073 10.43228685 9.945693141 10.47828982 10.00495425 9.524705964 10.06344489 11.24253651 11.99825861 10.66124442 9.967400005 10.50009867 10.19070832 9.623544153 10.38947646 11.24766677 11.4461654 12.06696577 10.55682067 10.54376304 10.7831281 9.730258157 9.977021777 11.90438695 11.83320769 12.21766833 10.49061709 11.04458904 10.18650683 9.668284864 9.955076294 +LQ01X039280 Putative uncharacterized protein 12.60797052 12.67436889 12.90389592 12.69946575 12.69212501 12.42260001 12.07432411 12.14557244 12.56320292 12.47912473 12.87753447 12.58067513 12.79947398 12.39496853 12.11290507 12.16066442 12.03579369 12.38247481 11.88363136 12.92007927 12.42759901 12.51298079 11.51585353 11.49344945 11.97826773 12.17067123 11.94485788 12.47956 12.28748738 12.17202852 11.44890575 11.30281149 +LQ01X039320 Glycyl-tRNA synthetase 2, chloroplastic/mitochondrial 5.716968874 6.028713254 5.489819766 5.457866362 5.579227747 6.428869735 6.108257389 7.151140975 5.154561238 5.272388917 5.410894833 5.220868328 5.435137075 6.379131494 6.000510197 7.061469058 5.745526325 5.502430914 5.982190989 4.937844653 5.406765666 5.59452832 5.801899002 7.350873644 5.544160301 5.207985764 5.215778553 5.314922708 5.20058293 5.664729598 5.987207361 6.412070804 +LQ01X039330 Putative uncharacterized protein 13.42096058 14.3331205 13.84607435 13.34348051 13.84254381 13.16834427 13.24199737 13.53520071 13.65421709 14.17146265 13.78640215 13.37546673 13.71570844 13.38087909 13.60638237 13.56331235 13.45466902 13.41056489 13.30686958 13.83579241 13.7341455 13.608741 13.7445 14.51631883 13.90104344 13.54751702 13.78162816 13.63612674 14.25863779 13.99008382 13.89378494 14.73613891 +LQ01X039340 GTP-binding protein YPTM2 5.287371184 5.421304002 5.522888166 5.494042425 5.06476411 5.112553292 5.377516057 5.665505893 5.553622458 5.505395001 5.518321373 5.257488512 5.25925331 5.272789762 5.567822106 5.296918858 5.408300373 5.260372866 5.370558886 5.403712343 5.711730478 5.569142414 5.234772622 5.318864664 5.287385989 5.665229825 5.607045011 5.627752856 5.209092424 5.518139435 5.535780133 5.615158768 +LQ01X039350 Putative Uclacyanin-2 5.847471609 5.675567751 5.595371762 6.114441252 5.668165004 5.616741734 6.247845823 6.562741232 6.036990363 5.440809875 5.558153875 5.967594852 5.523224806 5.601967671 5.760533037 5.974555931 5.408584026 5.735590966 5.59927061 5.832641843 6.040844204 5.341416706 5.430193039 6.02866915 5.704274098 5.580827857 6.025663645 6.24843417 6.336581496 5.669120839 6.361196559 6.047422149 +LQ01X039360 Protein mago nashi homolog 14.34971902 14.37590678 13.93315517 14.16249142 14.18894075 14.52364281 14.367711 14.16844944 14.52262639 14.72465759 14.19661236 14.44099258 14.25426739 14.4525534 14.30547639 14.36177116 14.34359234 13.58167962 13.99382247 13.53617548 13.6895018 13.78858254 13.51814091 13.49275042 14.39992627 13.71232581 13.85607911 13.47878803 13.19329309 13.57134975 13.45903666 13.42435252 +LQ01X039370 Nucleoside diphosphate kinase B 6.368910411 6.475586608 7.045100701 7.082861997 7.139397353 7.30187274 7.281994449 7.278178789 6.664102862 7.444965721 7.829869048 7.819478831 7.397136234 7.703849464 8.115217082 7.691656688 6.568632958 6.056253395 5.925642001 6.912206032 6.677799115 6.775738132 5.92070035 7.866865925 6.843343384 6.589871945 5.993974437 6.217521329 6.178038021 6.521299553 6.871300671 8.21081258 +LQ01X039380 ELMO domain-containing protein, putative 11.79619592 12.04518772 12.24959972 11.86037287 11.95509612 10.71961745 10.64869921 10.3079371 11.57485587 11.82919656 12.24068163 11.67041365 11.91669065 10.67454412 10.71314548 10.44369438 11.99770813 11.97476139 12.16132853 12.33846765 12.1374532 12.59875956 9.984549988 10.50219158 12.19712177 12.16276228 12.07969308 12.77456707 12.91802381 11.90337873 10.46598416 10.00268815 +LQ01X039390 Predicted protein (Fragment) 8.941163077 8.796286292 8.486687216 9.239166327 8.461210137 8.988320736 9.411595255 8.995367464 8.905508462 8.556033108 8.940052609 9.052255857 8.565713552 9.235566935 9.169738471 9.057568589 8.957775153 9.045812833 9.033728544 8.637639087 8.464059629 9.130848689 8.916047226 8.341815565 9.141542044 8.959374496 8.88610726 8.99190255 8.091269767 8.593013146 8.447505945 8.375527213 +LQ01X039500 Probable WRKY transcription factor 12 5.706188617 5.653581026 5.38190333 5.625788076 5.606223386 5.444977582 5.459060425 5.17279852 5.58666735 5.516172908 5.58479547 5.788964736 5.828585996 5.421526553 5.401524746 5.589815893 5.352600894 5.891797666 6.090439585 5.537396487 5.519842958 5.822832858 5.182007743 5.062861597 5.573798609 5.39774017 6.234941709 5.486775591 5.741841328 5.95650895 6.003854336 5.57032689 +LQ01X039520 Putative Dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichyl-alpha-1,6-mannosyltransferase 11.45809544 11.94622066 11.6610539 11.51032806 11.74367646 11.27413579 11.13554946 11.43031933 11.86225834 11.70245201 12.05327701 11.67032542 11.97615989 11.31861257 11.10790321 11.60462198 12.10003702 12.27792572 12.08321523 11.85627863 11.77249348 11.96337956 11.28550934 11.64734198 11.78497984 12.20391889 11.6754118 11.95928575 11.87267826 11.71901971 11.19742083 11.51607493 +LQ01X039560 Putative uncharacterized protein 4.882312321 4.844535134 5.450717653 4.859836757 5.383391783 4.89482606 4.909749287 5.580650209 5.218825275 4.943389687 5.122846394 4.923816473 5.48131934 5.146466483 4.938775354 5.279342505 5.052037114 5.265756563 5.093309666 4.969794784 5.541868502 5.253325611 5.530105407 5.692918902 5.239864881 5.212415542 5.33410443 5.649891644 5.282221362 5.355647467 5.342854294 5.069085361 +LQ01X039640 Hypothetical protein 13.86812623 13.83074227 11.69854396 10.37445858 11.35107051 9.205616427 8.518956248 10.92938084 13.38949261 13.91463695 12.11049178 10.20123568 11.26215445 8.840174508 10.62204713 10.64967204 12.29445253 11.96049601 11.70603311 12.2287822 10.75081119 10.45983937 8.354714101 9.307273608 13.25217774 12.06178218 11.24826069 10.67470372 11.23407162 9.271490813 7.809661555 8.847644327 +LQ01X039670 Putative uncharacterized protein 5.105309306 6.846170662 5.648474601 10.54722343 10.03778239 14.1578347 13.88696984 15.01846334 5.532761709 5.374522759 5.189088706 8.799259784 10.1894299 12.83883562 12.19287293 12.24435907 7.008251109 5.598776877 5.112510836 9.892241788 5.647794655 8.410783913 13.87768727 13.01463096 6.09636685 6.225451054 5.335182428 8.8738497 8.172422136 10.18686277 13.04461971 12.57158513 +LQ01X039730 Transcription factor, putative 5.865443498 5.916098122 5.206924475 6.461632216 5.797573405 6.914431291 7.035780695 7.085105763 5.623253612 6.552187863 5.805105785 5.922976938 5.81266674 6.335388586 6.998643436 5.790841348 6.360742389 6.077134292 5.531638325 6.185205416 6.514123584 6.095333755 6.705390236 7.588765754 6.479361552 6.23408472 5.657963406 5.765140991 5.561756134 5.750353646 6.088972166 7.033922645 +LQ01X039780 Rac-like GTP-binding protein 7 12.65684454 12.58451974 12.36826503 12.122247 11.82725097 7.813466896 5.92478455 6.381103256 12.97785232 12.9495896 12.68183285 11.61055331 12.61006659 7.585144117 6.049515475 6.812412795 12.09996582 11.38341129 12.0840195 12.008 11.6265174 12.17778011 7.387396841 6.62188685 13.15937311 12.22148993 12.45658674 12.07416648 11.77465641 10.07356869 6.410814461 6.68383041 +LQ01X039790 Putative uncharacterized protein 12.04467786 11.79484317 12.66436392 11.75390503 12.63413167 11.33010609 11.56892049 11.41318383 12.17946794 13.07562012 12.7192774 11.88932413 12.83764517 11.38171647 11.38463174 11.55611448 12.15247102 12.73421247 13.33799747 13.53709326 13.50894091 12.6492045 13.36018696 13.24662181 12.51021758 12.47482862 13.57528106 13.2003058 12.62922926 12.60180799 13.11565239 13.19896355 +LQ01X039810 Putative Secologanin synthase 5.332681265 5.215601644 5.25244061 5.297345848 5.348176135 5.087731917 4.953012305 5.321306433 5.16360513 5.341236224 4.948247406 5.153140666 5.080610394 5.275411883 4.954944006 5.222097518 5.358614893 5.377841696 5.520167277 4.765930597 4.869420111 4.963427716 5.849113734 5.374723497 5.46304868 4.894913771 5.740265282 5.470201195 5.408807605 5.31280046 5.527816915 5.500764567 +LQ01X039820 Putative casein kinase II subunit beta-4 4.827661912 5.066728712 4.958496187 5.4478029 5.118771076 5.422372235 5.45697355 5.309493322 4.985256715 5.93389582 4.97487521 5.554955658 4.919350243 5.24733659 7.107021076 5.397223638 5.39281998 4.684502792 5.236689677 5.323826373 4.869679404 5.417296148 5.027386457 5.380725357 5.13751071 5.168924603 5.346275903 5.102926048 5.176568665 5.182764022 5.235049666 4.985616101 +LQ01X039840 60S ribosomal protein L37a 12.00821869 11.04948396 11.3850233 11.82235151 10.77315686 11.40459183 11.29113783 10.30734415 12.20744854 12.38587166 11.76377366 12.50475514 11.27944777 11.18463809 11.16697068 10.43240429 11.80498868 11.68777185 11.59183224 11.39405115 11.19952649 10.98891156 10.6256008 9.297153715 11.95501847 12.12463918 11.64691642 10.92829945 10.39445075 10.51204039 10.04185668 9.193324276 +LQ01X039850 Metacaspase-1 6.366233988 5.95175249 6.235128956 6.213534944 6.540503087 6.692410994 6.282853363 5.453802184 6.565194351 6.256947779 6.506714069 6.185646566 6.580668235 6.326324657 6.30984347 5.659433198 6.074587581 6.368777813 6.103605951 7.146101789 6.852716357 6.31335791 6.991512789 6.562375187 5.926303089 6.309808646 6.41393183 6.546173515 6.46647924 6.609442436 6.114970951 6.238369448 +LQ01X039860 Putative Eukaryotic translation initiation factor 4G 4.978948197 4.868084864 5.653771389 4.69815176 5.622998876 5.140359295 4.98105109 4.962818694 5.112440311 5.012119888 5.171444499 4.764975591 5.20026749 5.163409572 4.637871754 5.139102378 5.157447354 5.525071004 5.796458136 5.275700491 5.430229977 5.321356543 5.110836017 5.751239697 5.270402488 5.166035531 4.972193754 5.229707331 5.145467136 5.15894266 5.287223562 5.20058609 +LQ01X039870 Probable receptor-like protein kinase At5g47070 6.7070162 5.94247884 7.369777387 7.776125622 8.663483582 7.990979486 7.364473166 9.175716013 5.988976522 5.964493558 5.728297225 6.478034826 7.228205403 7.225113843 6.849959327 7.138187687 7.039651797 6.553546156 6.95800535 7.120821362 6.422834041 5.872093173 7.485747399 8.21766044 6.958217207 6.319122036 6.320948982 8.937592879 6.613529908 6.398864116 8.646082826 7.238532575 +LQ01X039880 Putative Pentatricopeptide repeat-containing protein At5g01110 5.668712238 5.726285054 5.54049099 5.622588848 5.30012542 5.349217451 5.398865561 5.645894279 5.705940221 5.614762616 5.964732411 5.606853564 6.078348103 5.412502636 5.385852282 5.760342716 5.604858259 5.836127494 5.715288154 5.61285177 5.880628138 5.801649872 5.134060419 6.853568187 5.985191951 5.623151937 6.436487816 5.678191962 5.484960002 6.103987009 6.072095058 5.414757938 +LQ01X039890 Putative uncharacterized protein 13.77154566 13.56059799 14.48196565 14.64429965 14.40627701 14.51494899 14.37885836 14.82784525 13.4852285 13.5906878 14.07178161 14.15746204 14.19109819 13.92445182 14.52650065 14.55458225 13.52792359 13.77860176 12.4811754 13.89078687 14.51249062 13.96198793 14.58077753 14.58399411 12.93362855 12.53785398 12.24841007 14.01470447 13.5858139 14.21739883 14.39455539 14.65218114 +LQ01X039900 ATP synthase subunit delta, mitochondrial 13.1421185 13.32250942 12.83864029 12.60778845 12.69316783 11.75380193 11.70328118 10.77327543 13.109303 12.83481948 12.76790261 12.70489157 12.76396541 11.71730191 11.11157287 11.29773309 13.04271925 12.93740672 13.04737106 12.83529972 13.01494113 12.4074432 11.88931976 11.07807428 13.31498671 13.0705756 13.346656 12.65569794 12.84707564 11.86472566 11.81229511 10.9136327 +LQ01X039910 40S ribosomal protein S11 13.68447809 13.45818028 12.90677779 12.96220712 12.73369416 12.66331642 12.95339728 12.66385543 13.92715544 14.496422 13.4214662 13.23462363 13.12665482 12.79484757 13.02396408 12.76214562 13.60316991 12.66365029 13.26917141 12.63803261 12.73577528 12.95768025 12.93747219 12.60293991 13.9837581 13.37039795 13.4840967 12.68277951 12.17791955 12.64009787 12.94759538 12.7748962 +LQ01X039920 Hypothetical protein 5.423773438 5.884716524 5.749269449 5.55111871 5.539803893 5.599418351 5.659445989 5.665538128 5.466117861 5.620553356 5.586275398 5.775425626 5.413314132 5.732383438 5.483523981 5.399547817 5.146726003 5.474689195 5.898218362 4.94615215 5.243676365 5.668953808 5.327333677 5.092415173 5.672671299 5.34776885 5.670167082 5.428819566 5.527093887 5.391993977 5.288800768 5.749726017 +LQ01X039930 Putative uncharacterized protein 10.86599692 11.15614946 9.03365909 9.041485608 8.254988901 7.881227093 7.914394904 6.437839441 10.9918869 11.09739035 9.753807888 9.396339589 8.684859142 8.203396122 7.037569343 7.59839916 9.961524261 10.52959387 10.95040226 8.925535523 9.664215794 9.680291825 8.763614617 7.228385893 10.78578023 11.29535376 10.89828183 8.771545263 8.626210584 8.204456537 8.329150626 5.546662634 +LQ01X039940 Putative 10 kDa chaperonin 15.02098058 14.1825716 14.18121091 14.95043988 13.23831349 14.6841661 14.50699855 12.99529778 14.31072179 14.38285901 13.80732082 14.26796925 13.30048034 14.12272126 13.77082641 12.84926836 14.54504377 14.71793792 14.01939245 13.92221618 14.56089785 14.1298744 14.42219107 13.41362687 14.33679159 14.35730009 14.21599927 13.62512176 13.27788729 14.13158384 13.93940722 13.29997345 +LQ01X039950 Putative uncharacterized protein 12.08774311 12.43826841 11.95432308 12.62761799 11.8323589 11.33761368 12.01173157 11.03603063 12.42573669 12.7133111 12.05993282 12.69799857 12.1848496 11.69736294 12.48347648 11.75225592 11.69996771 12.07633289 12.06501639 11.95129474 12.5737262 12.09351186 12.52471967 11.75851975 12.39261018 12.68842823 12.65952119 11.81647703 13.0981133 12.41685023 12.73803089 11.94348942 +LQ01X039970 Acyl carrier protein, mitochondrial 14.00355293 13.84676014 13.55532648 13.44015118 13.46167 12.69018535 12.88133488 12.78762417 14.08068829 14.31247849 14.05736916 13.62283612 13.71533631 12.73615194 12.88417557 12.92099007 13.98881183 13.30149018 13.54188588 13.53103303 13.17361938 13.5025337 13.17525807 12.99574684 13.93899519 13.49971215 13.49246722 13.47856418 12.64531787 13.13336667 13.19568617 12.94864215 +LQ01X039980 Ras-related protein RABH1B 5.463184782 5.308194457 5.498297438 5.945004589 5.325698271 6.055838329 5.755684865 6.771635203 5.359119341 4.744103385 5.368187365 5.942012617 5.929271693 5.853919745 5.712943891 6.01315858 5.681190631 5.38810533 5.316248594 5.416384125 5.253366359 5.732046538 5.406982425 5.658103496 5.643789172 5.390006875 5.161561994 5.592796909 5.022703321 5.903900498 4.821582311 5.042160902 +LQ01X039990 Probable purine permease 11 8.561423261 8.899993201 9.461979622 9.881987569 9.575874716 10.20810029 10.18292359 10.82393553 8.916948604 8.430881987 9.681213023 9.941128676 9.953184357 10.47739888 10.26530381 10.88140696 9.133448325 9.457266662 9.02331292 9.999779343 10.38693979 10.18481061 11.50647625 11.42536503 8.880597703 9.197076072 8.553033657 10.78958299 10.71629871 11.13769673 11.36073516 11.46111053 +LQ01X040000 Putative uncharacterized protein 11.43188514 11.58512012 11.57414767 10.30644967 11.45395047 9.096450797 9.407581802 10.18533179 11.12981371 11.53401307 11.51267226 10.39579539 11.54759062 9.375673912 9.79659953 10.02840474 10.57632242 11.05138645 11.27380849 11.69543729 11.93906479 11.60840948 10.63780137 11.58745811 11.41486503 11.38789965 11.40583802 11.58977574 12.39862682 10.9862015 11.06221832 11.86708579 +LQ01X040070 Putative Probable long-chain-alcohol O-fatty-acyltransferase 4 5.376714482 6.198631565 5.535063532 5.752656005 5.24448071 5.524180782 5.413711614 5.608941793 6.061350206 5.685312468 5.825931599 5.509479526 5.500107414 5.583946779 5.30534168 5.52558532 5.700098788 5.862963528 5.315995015 5.624842706 5.958200039 6.379608339 5.502868004 5.987706465 6.038999236 6.10390961 6.007903634 5.613227477 6.210384963 6.0232913 5.610706388 5.294946003 +LQ01X040080 Serine/threonine-protein kinase-like protein At3g51990 6.201346441 6.099634442 6.122361041 5.694478022 6.780248595 5.249932618 5.715315898 5.521064712 6.392549398 6.851278506 6.215268002 5.674813489 6.486152391 5.70271014 5.717121012 5.411097574 6.229923297 6.238568658 6.879912817 6.543763713 6.392450513 5.956558355 6.191315416 6.33048391 6.126469611 6.564245067 6.622103368 6.558383848 6.085876519 6.23630395 6.175317585 6.311802601 +LQ01X040090 Predicted protein 5.552870336 5.550544816 4.791259723 5.572452968 5.127564987 6.034613719 5.123927416 5.293133296 5.689598235 6.001931352 5.73482449 5.385708148 5.551572596 5.6965254 6.27580023 5.52378732 5.517403902 5.283673324 5.493489802 5.218448888 5.613065489 5.478428027 5.079554329 5.43392416 5.576745447 5.290231477 5.14460701 5.116390977 5.300426326 5.519764695 5.604124624 4.9357798 +LQ01X040120 Agamous-like MADS-box protein AGL15 6.091286362 7.022584129 5.655316965 6.159093686 5.614315005 6.439658051 7.01532515 6.720787201 6.40909088 6.101082696 6.090211128 6.416457639 5.715203305 6.647615937 6.578607681 6.776444471 5.997057717 5.651525168 5.507616046 4.897430901 5.874057975 5.949285119 5.390310305 5.415778351 6.912071781 5.871697625 5.832882212 5.534852522 5.703523289 5.912776382 4.898400018 5.422359543 +LQ01X040130 Putative Protein BPS1, chloroplastic 4.907584839 4.995584864 5.272285732 4.799701722 5.067974228 5.869498149 5.347586515 5.163017831 4.984901323 5.488320603 5.387785783 4.996736241 5.275255515 6.356713826 5.643176392 5.433506636 5.044627382 5.19516043 5.299604694 5.027303759 4.596452916 5.035907601 5.722529069 4.91710157 5.438069279 5.275581813 5.201005855 5.017725648 5.143201902 4.96953 6.037763385 5.078735545 +LQ01X040180 Putative disease resistance RPP13-like protein 1 6.414760041 5.614595631 6.208359714 6.618676374 6.25209847 7.418493112 6.758394911 7.661567653 5.459067444 5.247510212 5.40957768 6.301199041 5.262139508 6.009862641 5.899487052 6.275217608 6.410005281 5.944262225 6.487950305 5.510691111 5.553746499 6.410636382 5.685294938 5.299246061 6.272775931 6.036476727 5.768188018 6.409037889 5.708711863 7.015708512 5.770696995 5.363752563 +LQ01X040220 Putative disease resistance RPP13-like protein 1 5.210379485 5.070605842 5.403183715 5.033085192 5.081908046 5.504896369 5.841690835 5.47163175 4.8660902 5.335123372 5.271015591 5.105840965 4.901895622 5.440447144 5.176975018 5.393985049 5.297531526 5.0647195 5.157466296 5.310870694 4.966616847 5.197347571 5.391323679 5.396651144 5.364910304 4.898509875 5.104985505 4.867304088 5.214256115 5.220607372 5.265288795 5.230383759 +LQ01X040240 F-box/WD-40 repeat-containing protein At3g52030 12.21803588 11.95803956 12.35212716 11.67870018 11.40602315 11.56694573 11.55668309 11.12178156 12.30831193 11.6776118 12.22563926 11.51706156 11.5233019 11.52937313 11.32722978 11.16634311 12.16810243 11.97847264 11.53802463 12.00230814 11.68331028 11.2755609 12.0740563 11.40142397 11.96859376 11.86461432 11.64623457 11.82591777 11.51275577 11.14626456 11.85621429 11.32169326 +LQ01X040250 N-alpha-acetyltransferase 11, NatA catalytic subunit 12.98663663 13.22321367 12.92649932 12.80267664 12.66006432 12.20428034 12.35217783 12.33565715 12.85099645 13.41847731 12.94477814 12.73025456 12.99090055 12.29298869 12.67777183 12.33195961 13.09701907 13.1800915 13.02777136 13.41704848 13.30659832 12.98506225 12.97462814 13.01692427 13.08297963 13.14998363 13.38906034 13.1035983 13.32645878 13.2320724 13.01104624 13.1256404 +LQ01X040260 Gd2b, putative 10.31736038 9.724965612 9.995562688 10.73947459 10.65960774 9.978879283 9.975653621 10.52354542 9.874568494 10.20634144 9.528907312 10.21742748 10.07699042 9.397863302 9.223766512 9.091326345 10.26621232 11.21108341 10.91491126 10.21551321 9.986235424 10.32679913 8.406740097 8.953586727 10.71183007 10.97107729 11.17010623 9.586915703 9.896452701 10.1186345 9.128883941 9.159322763 +LQ01X040280 Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 5.07737425 4.922503415 5.374806919 5.118924562 4.877898749 4.948951216 5.279326337 5.043461087 5.350712298 5.05262474 5.154695634 5.101356717 5.248198053 5.194337691 5.189230503 4.756277228 5.226881044 5.330208141 6.209107145 5.120026318 5.175201326 4.902394496 5.039404797 5.179503521 5.232444965 4.957751899 5.198844518 5.368161345 5.259948588 5.049138542 4.970293946 4.880950647 +LQ01X040300 50S ribosomal protein L1, chloroplastic 6.263072497 6.158514455 6.151108481 6.599005663 5.486687744 6.80442289 6.8536975 7.069423678 6.226532946 6.67564422 5.750207786 6.510375978 6.276036611 6.765974538 6.975196484 6.729088604 5.567439575 5.98892408 6.973161067 5.844567579 5.275467981 6.012063825 5.593869204 6.245267191 6.137948813 5.576995989 6.84415262 5.231736741 6.037144304 5.771130158 6.130220851 6.544387769 +LQ01X040340 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.169061996 5.253334071 5.02007029 5.145376932 5.162746454 4.967842619 5.172531851 5.283263205 5.056016082 5.399831959 4.991457745 4.867231896 5.15075094 5.203580791 5.293606986 5.288263346 5.725692243 5.949968064 5.274240908 5.245674508 5.425759198 5.249467093 5.983812967 5.481699316 5.601278872 5.670553604 5.417367324 6.172338076 5.655067614 5.288406913 5.087673539 4.874358494 +LQ01X040350 Notchless protein homolog 12.06668478 12.23484028 11.95570529 12.41114531 11.84053303 12.55858601 12.93451992 13.05890198 12.5467496 12.5019134 12.39667914 12.80319266 12.11289622 12.99124709 13.06092079 13.25611657 12.46865419 12.83312932 12.30373493 12.2843537 12.64432179 12.70085524 12.97860325 13.30045167 12.5832445 13.22398166 12.70212616 12.29776484 12.39769391 13.00515125 12.82142837 13.14499996 +LQ01X040390 Putative uncharacterized protein 6.099558414 5.916117765 6.658797646 5.524140015 6.250812747 5.436282145 5.414163445 5.208329587 6.747044748 6.047586135 5.971913527 5.483927495 6.573344477 5.764366887 5.63594919 5.543040412 5.833925637 6.753078199 6.684776264 6.098005689 6.600885173 6.225648749 6.609183063 5.828403686 5.876387093 6.636814161 7.074724766 5.941360165 6.428079081 6.099128755 5.914305139 6.484513617 +LQ01X040410 Cycloartenol-C-24-methyltransferase 5.741720659 5.757825493 4.95636451 5.600936372 5.560652005 5.107719215 5.450382632 5.007085123 5.58200287 6.452857043 4.964034008 5.655737033 5.727274006 5.232700207 5.339043158 5.061164658 5.283197426 5.742827223 6.180887568 5.704372695 6.819107754 5.597937705 5.588235425 5.431605008 5.915050687 6.29476187 6.449042274 5.826019813 6.030750141 5.275476486 5.405520794 5.106774945 +LQ01X040430 Putative uncharacterized protein 5.052229496 5.559877238 5.515794749 5.829210342 5.479711904 5.502255031 5.385564977 5.31370111 5.431647146 5.56078396 6.168572316 5.71208848 5.880603596 5.668774203 5.494185647 5.474896895 5.226231996 5.60096307 5.544957145 5.374441362 5.057700318 5.797177345 5.283123879 5.293708034 5.715239834 5.141947946 5.110990333 5.715976838 5.420227731 5.32005465 5.629249494 5.365047193 +LQ01X040450 Predicted protein 5.663706654 5.172069259 5.165078155 5.683950846 5.461345461 6.336792805 5.744986903 5.74122831 5.286199289 5.016151059 5.677574526 5.483018296 5.296274276 6.239101873 5.901086869 5.676127897 5.457646467 5.157943833 6.063611254 5.414571538 5.394218802 5.386661979 5.670007551 5.343861688 5.111743135 5.785165105 5.98849979 5.045920719 5.494947229 5.146302476 5.117161787 4.978851983 +LQ01X040460 Predicted protein 5.458878435 5.120568076 5.296880923 5.582717489 5.564064631 5.844030305 6.015844281 5.789661249 5.889467758 5.831764643 5.2861445 5.645856396 5.525902678 5.793462847 6.94293607 6.192842564 5.279737376 5.29644649 5.301012738 4.783467581 5.544265445 5.157690388 6.134036726 5.400981601 5.491791143 5.473096022 5.997941727 5.567055476 5.657918893 5.294262326 6.329354028 5.414294473 +LQ01X040490 Hypothetical protein 4.789596615 5.05620705 5.078222514 4.772257042 5.117891372 4.638644331 4.735518839 4.743281508 4.771745354 4.888579612 5.006092072 4.629285 4.971240183 4.665070817 4.662473143 4.776846457 4.74458551 5.006693361 5.059919996 4.950735226 4.938685771 5.1674466 5.166914024 4.857335272 4.806514971 4.81605728 5.299215236 5.277421831 5.415833478 4.960024347 4.918637401 4.956292495 +LQ01X040520 DNA-directed RNA polymerase II subunit RPB11 6.17561621 5.760742656 5.988135602 5.750108455 5.63737851 5.456147312 5.918305797 5.781769298 5.730357805 6.416723611 5.615119966 6.060304438 6.109378416 5.221597158 5.93862928 5.676315058 5.614917645 6.008513668 6.761587328 5.100774192 6.049440053 5.731000405 5.638145589 5.049555958 5.698150207 6.477598514 6.720687322 6.193105376 6.002598458 5.707783741 5.752481469 5.021182563 +LQ01X040530 Predicted protein 5.363538571 5.678592328 5.123450011 5.614851249 5.254244958 5.806915355 5.90335649 5.326350095 5.646248616 5.930962143 5.296338831 5.637460953 5.019911443 6.141784242 6.666798886 5.803680882 5.358739059 5.17885716 5.649730378 5.601662759 5.287032611 5.296374025 5.699374198 5.489516034 5.586101025 5.307860798 5.598089277 5.556399632 5.26645686 4.994252601 5.195952221 5.597628271 +LQ01X040540 F17A17.35 protein 11.27597911 11.17062551 11.77144432 11.50552633 11.5070462 11.84994543 12.09608695 11.64543691 11.326431 10.84323937 11.67477962 11.52556919 11.76396208 12.00645706 11.78368184 11.75940478 10.61381387 11.23044082 11.21196848 11.80871723 11.88046622 11.66970987 12.15868381 12.23137953 10.87088578 11.70647162 11.40314203 11.65254017 12.37357223 12.05803065 12.42715364 12.07915673 +LQ01X040560 Hypothetical protein 5.969293764 5.8876566 5.690856409 6.258401329 6.085286926 6.63209632 6.794512483 6.169415875 5.995012009 6.569011892 6.617757791 6.164539452 5.717160596 7.108540855 6.807311678 6.966825615 5.940664061 5.998753003 5.640908312 5.391518994 5.690600097 5.755341461 6.016977853 5.255578981 6.39229916 5.788608281 5.72908816 5.483233151 5.647260147 5.859359585 6.184946277 6.168971706 +LQ01X040570 Putative Predicted protein 5.881694278 5.316748283 5.839853286 5.724847609 6.590986093 6.03034469 5.721029361 5.675182836 5.633308122 5.350238269 5.980449134 5.827286958 5.826140632 6.042712479 5.555362873 5.846359407 6.117609252 6.498519569 6.046427842 5.638301864 5.358610702 5.695744602 5.530195819 6.119722625 5.711931339 6.116312288 5.691590746 5.728591472 5.621557006 5.732928551 5.789888324 6.401803873 +LQ01X040610 Carotenoid 9,10(9,10)-cleavage dioxygenase 1 11.56041036 10.64676272 12.10743011 12.07093509 11.52472177 13.05301377 13.20650983 12.44315474 10.87692988 9.599480922 11.35123218 11.75996803 11.06819947 13.11670235 12.7303701 12.04103591 12.05688462 12.67730773 11.26934898 12.10939794 12.18655154 11.21293554 13.50038779 13.20903842 10.87989351 11.47671784 11.01006079 11.86705921 12.61708577 11.91848377 13.69065949 13.39959485 +LQ01X040630 Predicted protein 11.1241987 11.33276243 10.58597225 10.64244505 10.21205957 11.13834845 11.05010057 10.60536652 11.004888 11.2469542 10.88079699 10.52740792 10.26424613 10.83235887 10.7375907 10.78065995 11.10540116 11.14323999 11.31275324 11.27903491 11.0291274 10.06089251 10.91515162 11.12206941 11.46765307 11.24215597 11.39492959 10.78837062 10.67741179 10.19401349 11.0580459 10.96177434 +LQ01X040640 Cellulose synthase A catalytic subunit 3 [UDP-forming] 10.37793446 9.375710011 10.63964387 10.64542228 11.13807354 9.751829414 9.710761443 9.043279404 8.968837761 7.980548243 9.438486592 9.902177468 9.80020176 9.032986652 8.359373082 8.345944753 9.665360054 9.793300214 10.72284016 9.555066617 10.01674118 11.02791733 8.137195344 10.00424011 10.53818331 10.03343925 10.8932142 9.922483157 10.15470349 11.55789219 8.0781806 9.869868175 +LQ01X040660 Zinc finger CCCH domain-containing protein 30 5.806326902 5.376459778 5.39783068 5.844272296 5.394813704 6.152875712 5.561270041 5.917979637 5.356868536 4.822156562 5.280879374 5.608750632 5.674691098 6.081447345 5.688307261 5.841010834 5.410812939 5.736620143 4.949747889 5.090235117 5.682186913 5.540682618 5.115510789 5.289906783 5.547522615 5.322786975 5.392165791 5.158765673 5.885505407 5.639183128 5.390272997 5.25630376 +LQ01X040700 ATP synthase subunit O, mitochondrial 14.16600519 14.27352421 13.90612731 14.04941355 13.96611884 13.7211557 13.59847791 13.29521306 14.33255397 14.50518671 14.16084674 14.25698468 14.16430965 13.59137458 13.73717086 13.47635542 14.47318725 14.2670443 14.59117854 14.19782391 13.74508263 14.37699877 13.48928153 13.93530923 14.32420673 14.32494459 14.38356845 14.00097413 13.99228598 14.20313921 13.3192441 13.70333527 +LQ01X040730 Protein binding protein, putative 5.19845171 6.033569812 4.869503853 5.243458481 5.022581891 5.1618936 5.972734094 5.335844033 5.524681151 5.751114071 5.087254054 5.735204329 5.212524252 5.258810217 5.535126031 5.381864459 5.19921924 5.056463503 4.877077054 5.354910729 5.125281805 5.083205595 4.81717145 5.401566685 5.430678622 5.554557107 4.935092184 5.017258783 5.437138716 5.160585276 5.006954837 5.347969247 +LQ01X040740 ADP,ATP carrier protein 1, mitochondrial 14.82526238 14.62331695 14.53327228 13.75955583 13.99933818 13.00398067 12.84683891 12.80124235 14.72527973 14.67128519 14.65755919 13.99926431 14.23267022 12.85565239 13.07969964 12.83790398 14.53646286 13.94498308 14.31469731 14.18418248 14.26703119 14.19232187 13.82727489 13.24197035 14.66986195 14.37689589 14.6945284 13.91631131 14.82331674 13.80027632 13.62247846 13.45864281 +LQ01X040780 E3 ubiquitin-protein ligase makorin 5.965573418 5.774012952 5.780662027 6.00784816 5.743902315 6.750261345 6.617902391 5.870936261 5.635950698 5.897674137 6.107046243 6.339974879 6.308191451 6.089929785 6.520072492 5.947649613 6.003882583 5.528132754 5.881983112 6.103066419 6.098921132 5.759202801 6.520279808 6.611556044 5.631896211 5.824721887 5.553083462 5.961503008 5.772897977 5.702081784 6.492432762 5.854423296 +LQ01X040800 Putative Anthocyanin 5-aromatic acyltransferase 8.052746159 8.194037745 5.811842051 7.450114021 7.727728515 5.750506664 5.173356672 5.442109152 8.540549643 9.392589509 7.64701006 6.896563784 7.389634161 5.201165789 5.168231827 5.664703426 8.000130779 7.187695371 8.542058868 7.247106328 5.623303146 8.409704249 5.065516859 4.988350464 8.88336329 8.035409951 8.467974227 6.451237853 6.084629351 5.592556291 4.780120998 4.876961899 +LQ01X040810 Hypothetical protein 13.48493298 12.16237518 12.17334497 11.54677955 13.17144043 5.99348429 5.444113293 6.223296073 13.85479552 13.95200506 12.87945517 10.91836739 12.74343731 5.852116015 5.109056535 6.031057777 12.02455406 12.39370886 13.87194136 11.72172532 10.87227581 13.04467493 5.585202651 4.70565791 13.57078575 13.1078712 14.00589987 10.85265572 10.04246395 9.077955034 4.716491713 5.533625092 +LQ01X040830 Putative Polyadenylate-binding protein 2 7.935800255 7.571861828 8.666931291 7.270617661 8.174840823 7.186846179 7.465289951 7.428601408 7.802001928 7.57040065 8.235971873 7.090884614 8.132520249 6.854386442 6.459420734 7.144217716 7.258398974 7.99173629 8.344978986 7.881708387 8.390142647 7.655916257 8.631753634 8.154225466 7.692769076 8.009912736 8.339332068 7.814536082 8.360137532 8.120655034 8.429739613 8.579845911 +LQ01X040840 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 5.289006416 5.332967431 5.575168297 5.969453144 5.431330875 5.833928316 5.767404432 5.814049792 5.356442574 5.278550186 5.348114208 5.165020349 5.23606621 5.524279581 6.689074304 5.796356387 5.362710136 5.622007827 5.220215155 5.13978654 4.791070431 5.209376982 4.953409506 5.341662958 5.044109711 4.976967137 5.364852695 5.529687797 5.203785478 5.40125784 4.678314654 5.500865771 +LQ01X040850 Zinc finger A20 and AN1 domain-containing stress-associated protein 5 13.37277804 13.17773578 13.26599034 13.88002435 13.80835912 13.99966606 13.9724239 14.79474295 13.62536324 13.23036225 13.37084906 13.90094113 13.80422629 13.92936551 14.21540741 14.42849053 13.64588892 12.69895747 12.96807785 12.88248163 12.74521159 13.30481701 12.92350211 12.99125499 13.03748462 12.7035212 12.58258358 13.81063174 12.50144276 13.97135167 13.26390131 13.1783323 +LQ01X040860 U6 snRNA-associated Sm-like protein LSm7 5.415509201 5.625924475 5.172930217 5.441791632 5.396657447 6.074601327 5.805414462 5.795245219 6.090003659 6.964796664 5.930187275 5.854320413 5.85199723 6.315004221 6.805959045 5.898500728 5.972266615 5.4172782 5.640293234 6.354384397 4.921979082 5.705094496 5.607860686 5.790867359 6.084161801 5.801658099 5.851581159 5.950618051 5.35899368 5.540579095 5.288189902 5.081498454 +LQ01X040870 60S ribosomal protein L31 14.6964294 14.73191114 14.06522946 13.93610004 13.89629225 14.00319085 13.8021289 13.81879959 14.80664066 15.13244264 14.53134752 14.38728107 14.1108885 13.92695427 14.25114019 13.67842582 14.79064418 14.08453338 14.74411707 14.23518311 13.81409898 14.49399273 13.64071869 13.94713069 15.16889954 14.69566363 15.00724187 13.80181277 13.21641382 14.03752504 13.64672189 13.81205934 +LQ01X040880 Putative Protein gamma response 1 6.890528051 7.711544184 6.263260448 5.656250364 5.88442776 5.557638878 5.682771618 5.670614235 7.386555052 7.425596947 6.468762459 5.926985538 6.083291019 5.820617962 5.464801171 5.77312618 7.364880543 6.613601166 6.78190445 5.990091191 5.946539912 6.893175065 5.249314921 6.123211465 7.675642663 7.701217689 7.008882555 4.821261736 6.325484646 5.978946713 5.556344029 5.482856653 +LQ01X040890 DNA-damage-repair/toleration protein DRT100 6.286267925 7.345698235 6.887826186 6.545533143 6.344983447 5.020768264 4.824554644 5.586174507 6.996488356 7.215785083 7.554022362 6.29179755 5.98665912 5.089089863 4.934424033 4.990808283 6.735725907 6.724034291 6.24987123 7.373648067 6.842507036 6.57125353 6.035144336 6.031215 7.194402137 6.854124803 6.411722777 6.078548656 6.991518696 6.030953824 5.853589533 6.141356112 +LQ01X040920 Splicing factor 4-like protein 13.57332969 14.03059567 13.69729837 13.61186132 13.83686332 13.44497567 13.32885107 13.7103771 13.81822133 13.75462304 13.82937696 13.60968244 13.89350196 13.74870358 13.48502236 13.77465995 14.05539508 13.76150663 14.09119939 14.21443466 13.82611425 13.92619209 13.63887964 13.90123648 13.8650628 13.66975223 13.8741836 14.13437912 13.94099939 13.81048432 13.67764546 13.83900381 +LQ01X040960 Putative uncharacterized protein 5.287982898 5.425793657 5.202506341 5.043449721 5.178359938 5.551863119 5.38562148 5.088660944 5.2273578 5.214644752 5.37181787 5.524267515 5.422297966 5.670970865 5.244090045 5.195892705 5.542300123 5.117076994 5.341609155 5.269165155 5.165319621 5.363554755 5.229032703 5.690096336 5.161884079 5.426756073 5.545859965 5.904893303 5.359004082 5.270565769 5.405673358 5.550621167 +LQ01X040970 Putative Protein KIAA0664 homolog 6.638794602 6.315713667 6.251955226 5.901982983 6.350987 5.773717906 5.460125147 5.191861781 6.735227383 7.131982936 6.334147399 5.936053608 6.707501274 5.813942763 6.543955645 5.658677103 6.423663379 6.579342664 6.796539031 7.070448113 6.406595267 6.614495261 5.734209258 5.19710637 6.883531897 6.704143428 7.363128203 6.318062739 7.195145589 5.99990894 5.73480059 5.57238021 +LQ01X040990 Electron transporter, putative 13.71191525 13.22211674 13.68405311 13.57456971 13.61156831 13.90671866 13.9474381 13.21944234 13.69476109 13.88164741 13.89670372 13.78473995 13.80574824 13.98770073 13.74093471 13.8164319 13.54822673 13.42026023 13.46871266 13.38382016 13.02890092 13.09184842 13.42829666 13.22867055 13.2639196 13.33585252 13.43439505 13.00184553 12.44614374 13.23997944 13.57660609 13.07321961 +LQ01X041020 Predicted protein 13.44400887 13.5913849 13.53299706 14.07296333 13.1455497 13.12046936 13.56786435 12.67135323 13.35340685 13.34831362 13.55276852 14.05171586 13.42050508 13.60826123 13.87065398 13.10019184 12.47926795 13.50537347 12.98099727 13.33808015 13.81192733 13.12347065 14.08351153 13.58420494 13.04004235 14.00968329 13.63640822 13.50846123 13.94499511 13.75232499 13.95150748 13.44670278 +LQ01X041050 Putative DUF246 domain-containing protein At1g04910 8.614578773 10.07937954 10.25370881 11.52769484 10.61240864 8.365020277 7.699962588 8.394699224 9.663906865 11.04523396 9.794935885 11.16953231 10.85228406 8.383501745 8.605641962 8.766372203 9.941885038 10.10162178 9.281910038 9.979208773 10.11253172 10.49656372 7.161981149 8.556090635 9.762250927 9.815808775 9.590465694 10.30814682 10.62599542 11.15757775 7.835075893 8.643259301 +LQ02X000010 CTP synthase 8.628604917 10.81159859 10.31214953 10.31676696 10.49376962 9.800252318 9.738182808 9.6883065 9.343292994 9.944354933 10.39754048 10.51837713 11.19659178 9.943275974 9.659243908 10.01834273 12.14143607 11.48851536 12.23266103 12.81326955 11.95235053 10.90149097 10.83876337 10.39993278 10.76123485 10.899648 11.83084704 11.98088267 10.93868656 10.36231618 10.54795639 10.13293193 +LQ02X000020 Putative Actin-related protein 2/3 complex subunit 2 11.56679734 11.53738725 11.2617744 11.47889223 11.55141889 11.87728014 11.62626002 11.5178991 11.59262815 11.5562916 11.42278123 11.62945363 11.58452812 11.56575984 11.9329403 11.29500426 11.05227915 10.63862987 11.00498513 11.47635117 10.72751894 11.28047048 11.23516261 11.55825081 11.15102055 10.81643376 10.95646021 11.50975556 11.21700522 11.60401272 11.56809927 11.62867445 +LQ02X000030 Predicted protein 5.527159704 5.463636552 5.582695606 5.427216855 5.962221953 6.014346712 5.98622831 5.773018609 5.600090714 5.281010038 6.133622878 5.87021886 6.250235479 6.395914725 5.513451522 5.910028742 5.997613983 6.144128501 5.946502106 5.656009327 5.68522615 5.654446884 6.567590369 5.471749526 6.322230265 6.211228937 5.662626101 5.800667534 6.229252638 5.732622808 5.78124645 5.913892725 +LQ02X000040 Receptor protein kinase CLAVATA1 5.534060603 6.125717777 5.129629737 5.025203141 5.026132788 5.142424392 5.137975593 5.168897179 5.598002091 5.624083073 5.635074934 5.054958828 5.367986532 5.185614036 5.021578211 5.422171976 5.687409531 5.217022711 5.318004618 5.438636488 5.258937657 4.99339721 4.788362071 5.616705784 5.749553977 5.34182201 5.297611151 5.530855016 5.33583103 5.153191457 5.425400443 5.306884836 +LQ02X000050 Transcription factor GTE6 5.441358964 5.398729994 5.607048429 6.054579274 5.576590704 5.836484799 6.229705479 6.075355586 5.535163621 6.141863923 5.605314859 6.066889748 5.594588665 5.934814516 6.823381798 5.671063798 4.940467544 5.13986874 5.522623728 5.39422222 5.076868229 5.387898779 5.596944201 5.503411237 5.480417508 5.185064837 5.402534515 5.214673436 5.434837956 5.331998536 5.184174725 5.415201536 +LQ02X000060 Putative DNA replication licensing factor mcm6 9.928516279 10.44781392 7.540113296 5.246306986 6.293433827 4.983392406 4.88302654 5.040604758 9.757104104 10.20813597 8.50057102 5.186910935 5.268137326 5.438316481 4.884144114 5.247155377 9.006050433 6.597142301 10.32144782 5.68828791 6.661565571 8.138882252 5.792743641 6.553828794 10.67328794 9.575531111 10.89443116 5.0423532 7.332916922 6.02388547 5.562570582 5.303781354 +LQ02X000080 Hypothetical protein 13.18535028 13.24752478 13.07919066 13.81417499 12.79963455 14.18841771 14.34450079 13.79109737 13.19801349 13.32162556 12.97175706 13.62559807 12.8628027 14.39138277 14.05664734 13.83597542 12.50751009 12.48261291 12.55744804 12.73671448 12.39109543 12.36261185 13.02591068 12.81953126 12.81391219 12.42034372 12.61022154 12.90747032 12.56406996 12.79472439 13.09611211 12.85731998 +LQ02X000090 Putative uncharacterized protein 8.437618496 7.830688757 8.592616841 8.554066733 8.696784686 7.453860307 7.100098077 7.632024352 8.486128634 7.233788727 8.101289194 8.500189174 9.08107915 7.280181286 6.834805647 7.418133047 7.868030255 8.642516929 8.109367419 8.211690982 8.153878841 8.330373946 7.020609562 7.042905194 7.760449515 8.717116771 8.915801183 8.025410006 8.438010227 8.187054749 7.867989287 5.899441126 +LQ02X000110 Predicted protein 5.910071523 5.196314048 5.228421585 5.308534475 6.144046077 4.890801668 5.271998785 5.094882297 5.816035484 5.094446301 5.680279293 5.480180079 5.671642673 4.915101552 5.227558405 5.171425136 5.449428084 5.613486476 5.50594407 5.365076157 5.815586752 5.158212829 4.86882521 5.850716303 5.397383898 5.487450651 5.541259732 5.763240868 5.782959846 5.594233078 5.521745644 5.253166149 +LQ02X000130 Predicted protein 5.616713385 5.781686707 5.698369661 5.542444121 5.876327513 5.564652634 5.353738052 5.247862591 5.700437004 6.46591696 5.679334752 5.648372012 5.912806538 5.212954593 5.870864587 5.581840653 5.549208604 6.062382226 6.110084326 6.643221908 6.192743317 6.379053362 5.806222627 5.753312234 5.822358344 5.894719786 5.924286639 6.163135293 5.724968542 5.889334706 6.012459118 5.798951255 +LQ02X000170 Putative DDB1- and CUL4-associated factor 4 6.274616273 6.080949241 5.810222076 6.047657473 6.483992475 5.557904334 5.826805 5.911623145 6.013249169 5.951680196 6.526450286 5.990576604 6.988670661 5.337688302 5.78826033 5.511283413 6.20870436 6.375321972 6.99745676 6.816566396 7.439398995 6.4967198 6.174837074 5.955313645 5.887533706 6.678155718 6.199082151 6.41423319 6.782207358 6.694887367 6.153843819 5.836226651 +LQ02X000200 Hypothetical protein 5.427578764 5.916697695 5.911842708 5.391063551 6.419575677 5.340105174 5.426206111 5.565474529 5.697571367 6.109292774 6.013589613 5.510491372 5.528721462 5.383214495 5.341169407 5.487484085 5.989522617 5.620545083 5.741598154 5.710604595 5.312627195 5.513254186 6.206183528 5.795229166 5.746490376 5.444547362 5.66826438 5.875194957 5.570728536 5.580118647 6.516307421 6.034509771 +LQ02X000220 Vacuolar-sorting receptor 7 4.972739573 4.791247678 5.285858321 5.03744138 5.17096436 5.247704646 5.160029564 5.875198577 4.984588348 4.82658364 4.991105348 4.996157484 4.928824811 5.503027611 4.986209046 5.52539485 4.63699892 5.096982671 4.992123957 4.900675888 4.887169776 5.151585756 5.14180414 5.332954628 5.018983091 5.197752542 4.941388543 5.4409749 5.061600018 5.368271196 4.986998591 5.946758618 +LQ02X000230 Predicted protein 9.131671468 9.10189119 9.567274516 8.572191943 8.904814463 9.085745266 9.440314399 9.133596641 9.15941674 8.85930294 9.439808141 8.747162637 9.250337605 9.485647424 9.216704333 9.600524001 9.107237856 9.698864155 10.50893383 9.923936926 10.0488457 8.917481492 11.50679743 11.0908708 9.195172166 9.5142658 10.5366664 9.667825498 9.920069067 9.114786872 11.58725319 10.97073264 +LQ02X000260 Putative Cationic amino acid transporter 3 10.62841649 10.9540147 11.1278557 10.36273058 11.5944671 10.97982103 11.11976753 11.53718097 11.1607369 10.74891084 11.23271799 10.23976238 11.86623696 11.0106294 11.4081283 11.16571032 10.75365902 10.59461492 11.704715 11.77179125 11.04416635 11.93496945 11.3061516 11.12302106 10.81007137 10.82929109 11.5666013 12.20620792 11.88321408 10.95374481 11.24890337 11.32666438 +LQ02X000280 Putative Haloacid dehalogenase-like hydrolase domain-containing protein 3 5.2392958 5.561819156 5.574378144 5.287150258 5.374912481 5.401218723 5.314002967 5.294919691 5.615925783 5.80063408 5.314572292 5.379454943 5.672871815 5.679605592 5.707271269 5.046933018 5.740595199 5.618471523 6.099312371 5.354008617 5.85669626 5.26448016 6.071532789 5.474735009 5.646809819 5.941687987 6.377239797 5.071439684 5.665915195 5.261124895 5.599452577 5.176513214 +LQ02X000290 Proteasome subunit alpha type-4 12.26386359 12.22525908 12.49978349 11.6848218 12.33864666 11.06277313 11.13530174 10.76655873 12.43437709 12.65585594 12.40482621 11.80025817 12.32330915 10.94323258 11.07220069 10.57579812 12.21215281 12.17402512 12.36471916 12.6233196 12.65489373 12.60227784 11.79962113 11.91878504 12.41183107 12.37210635 12.6218203 12.72022309 13.10451422 12.40817939 11.95716547 12.00659806 +LQ02X000330 Putative Anthocyanidin 3-O-glucosyltransferase 6 (Fragment) 6.240671533 6.489446982 6.934014183 6.67386259 6.334914959 7.750421458 7.443744497 7.282007099 6.800328727 6.154222919 6.936362918 6.907592278 6.747357073 7.882730448 6.778701062 7.263703438 6.25949532 6.435207011 7.701795743 6.869395765 6.252421873 6.519014868 7.365351705 8.146860755 6.429386315 6.124687581 7.367583648 6.379996169 6.25821435 6.905421082 7.109985465 7.6704058 +LQ02X000360 Predicted protein 12.2342306 11.86075073 11.59759089 12.68260707 11.98537856 12.7152868 13.05527748 13.19096831 12.29029627 11.79554309 11.90389649 12.88757396 11.91461689 12.51742622 12.84153716 12.88316188 11.6617552 12.09865288 10.11877035 11.79256936 11.715709 11.6143923 11.90762367 11.97274632 11.37238259 12.36632737 9.7809162 12.25233072 11.30405607 11.81147936 11.76672953 11.41051088 +LQ02X000370 Zinc transporter 1 6.555929101 7.141888 5.607247524 5.44992614 5.714064906 8.196308462 6.430472905 7.149062737 6.999455948 6.220269695 5.931705068 6.156017344 5.618888204 7.857793464 6.013756828 7.886120018 8.850930142 7.512512417 9.824916665 7.067442404 6.193579764 6.798885548 6.224251625 6.620535491 8.35177682 7.837479536 8.846737347 6.652799231 6.579289485 6.102102342 6.055482172 5.933392042 +LQ02X000380 Zinc transporter 1 12.43795394 12.39054187 12.90145611 12.50168818 13.05030285 12.52565508 12.3651503 12.4002087 12.51041477 11.9420105 12.95916702 12.56651443 13.0959574 12.67326309 12.58159861 12.41123705 11.87068757 12.57247488 12.43106111 12.81359535 12.79173786 12.96822711 12.08967582 12.48376247 12.58322609 12.69634312 12.24867449 12.73816028 13.0768211 12.8400379 12.31712296 12.64796209 +LQ02X000390 Kinase, putative 5.47841718 5.045628634 5.488017611 5.245913717 5.11393012 5.343201572 5.087666654 4.955683393 5.192084627 5.278611676 5.64958859 5.193809692 5.505464482 5.205245391 5.460491266 4.907778527 4.974898056 5.079989377 5.171766185 5.025227054 5.660398766 5.245334309 5.297194422 5.35139567 4.956918992 5.298619016 5.467643353 5.175514022 5.367024773 5.204204302 5.474657601 5.633123895 +LQ02X000400 Allantoate deiminase, chloroplastic 5.614318911 5.800662408 5.811738825 5.469767905 5.99493633 6.767267988 6.018361284 5.766958579 6.322591212 5.616280197 6.190624174 5.206353269 5.749374033 6.292290856 5.572349266 5.60940129 5.640812712 5.670375941 5.383220501 5.717390872 5.367430999 5.412174007 6.12265968 5.982764632 5.569566777 5.995630131 5.450978016 5.270356022 5.833701814 5.398598627 6.278002859 6.661395463 +LQ02X000420 Putative uncharacterized protein 5.540170414 5.195500957 5.11282348 4.817642698 5.216714519 5.150462775 4.877671 5.055836909 5.051661333 4.909401401 5.847926285 4.916596809 4.672729227 5.572217177 4.613455742 4.75161541 5.474496013 5.20136141 6.499806999 5.726349213 6.318763506 4.666505009 5.816245448 7.496275718 4.975178283 4.840811408 6.193061565 6.995195194 6.743928484 4.575963546 4.989725443 8.301081731 +LQ02X000470 Protein OSB2, chloroplastic 11.46609197 11.48899072 10.76537917 9.731034346 10.57927527 10.7191639 10.63224366 10.30548652 11.75955829 11.91227599 11.19073779 10.30152438 10.91819151 10.99402117 10.57324657 10.73104782 11.01865055 10.66190635 11.15142342 10.757609 10.91071265 9.941004541 11.12390678 10.83140064 11.43705077 11.00418754 11.45473786 10.22975345 11.09910487 9.693483346 11.31547543 10.88035358 +LQ02X000490 Copper-transporting ATPase RAN1 5.430392008 5.442370413 5.549957562 5.262582261 6.306894942 5.309762531 5.348748941 5.80004395 5.450610512 5.525671185 5.25779303 5.163396968 5.36598075 5.324834039 5.27591234 5.635440726 5.64726046 5.513980242 6.418242612 5.257861128 5.419594955 5.368058353 5.9765894 6.477947867 6.00116575 5.612278123 5.835361294 5.9357665 5.919451362 5.426026425 7.172570239 6.170368199 +LQ02X000520 Probable UDP-N-acetylglucosamine pyrophosphorylase 5.28473328 5.477927037 5.242880102 5.489993496 5.396936457 5.598461348 5.672353586 5.354615821 5.4593883 5.267586609 5.692656767 5.40269458 5.388219911 5.266134265 5.245984227 5.366327612 5.447558219 5.745430885 6.229619047 5.280562791 5.17020681 5.36832622 5.483329842 5.38837481 5.338716655 5.502157136 6.108773499 5.085490414 5.10207622 5.772982081 5.395056949 5.488450044 +LQ02X000540 Putative 50S ribosomal protein L7/L12 5.935378131 6.133648336 6.13230345 5.98637879 5.998586605 5.820413109 6.092770493 5.886540713 6.16347696 7.791742554 5.596705046 6.11411571 6.365295103 5.919157703 7.052446379 6.114545117 5.917164134 5.96460169 5.910870099 6.400727072 5.829243282 6.465288411 5.654595119 6.388059214 5.942259431 6.296020177 5.892775399 6.524005517 6.356288703 6.549376663 6.437521148 6.834124017 +LQ02X000550 Putative Bifunctional purine biosynthesis protein purH 9.329500342 9.435279323 8.82596772 8.252688994 8.827066764 9.402891981 9.331896716 8.702042542 9.360853513 9.75042746 9.18401425 8.539684394 8.662957353 9.335528522 9.264042348 8.568163375 9.325432967 9.165628279 10.376822 9.592559612 9.519659182 8.917188453 10.79939781 10.71924212 9.755696673 9.595894008 10.78262279 9.697829824 10.01229234 9.218028531 10.94552298 10.70079886 +LQ02X000560 Putative Protein FAR-RED ELONGATED HYPOCOTYL 3 6.889301183 7.1314444 6.701670133 7.336266947 6.700013477 7.626143219 7.642295544 7.829216089 6.410936193 6.032412766 5.901926246 7.167992038 6.157564357 7.231453915 6.820382694 7.227921261 7.207497734 7.04806361 7.04992328 6.434299556 6.315273268 6.872399766 6.819398823 7.083926003 7.283344557 7.268193675 7.848407225 6.151702797 6.72038709 7.367452198 7.079366184 7.830186359 +LQ02X000590 Putative uncharacterized protein 6.114671316 6.266054536 5.918712025 5.767570098 6.49617647 6.016807317 5.97844832 6.081182037 5.981579314 5.735112008 6.594359397 5.677113934 6.376926681 6.13298549 5.506191367 5.554030917 5.911216549 5.937408344 6.791186207 5.948500863 6.269394389 6.004296789 5.686564861 6.110299802 6.248410285 6.510071201 6.280812166 5.290199956 6.144203817 5.760400013 5.601029424 6.118063055 +LQ02X000600 Potassium transporter 11 12.50857354 12.456678 12.8140056 12.23740359 12.64682063 12.84767707 12.81988921 12.74228497 12.48276496 11.9400348 12.77862177 12.64170925 12.76415517 13.24835224 12.83789128 12.98048061 11.99640771 12.00159442 12.21052844 12.77606374 12.81848594 12.2514429 12.90706687 12.68908678 12.19622807 11.95657806 11.90664677 12.81084252 13.12467501 12.51813567 12.86380402 12.98218862 +LQ02X000610 Peroxisomal 2,4-dienoyl-CoA reductase 5.191439402 5.278512789 5.543542071 5.32127995 5.557881993 5.68703171 5.613031647 5.407911545 5.27446982 5.682319455 5.825115943 5.198580968 5.543298423 5.594029163 5.605206128 5.48335414 4.916908931 5.159384208 5.666345847 6.234874607 5.217474207 5.444525668 5.427202315 5.243014761 5.185648524 5.378167623 5.906123609 6.031307292 5.584675211 5.431464004 5.304210159 5.138557601 +LQ02X000620 Hypothetical protein 5.976279095 6.43546247 5.786123922 6.7237012 7.005488672 6.848711191 6.240458957 7.291359264 6.003568307 5.657854645 5.8014486 6.389474131 5.723400974 6.50277504 6.287369527 6.414743734 6.227650472 5.60232044 5.49420415 6.297657734 5.544001323 6.904477055 5.356778004 5.986634001 5.876785556 5.818018552 5.441174128 5.946797326 5.620367591 7.336464191 5.71285674 5.556074576 +LQ02X000670 Hypothetical protein 14.41444795 14.34380868 14.75846765 14.29928825 15.04774768 14.99390463 14.88628448 14.78533511 14.84646543 14.72688745 15.14475988 14.79517917 14.88436605 15.0006834 15.31025959 15.01732662 14.6572828 14.7492674 14.29072377 14.86262099 14.69249033 14.95623457 14.82615844 14.83506883 14.30385022 14.72253456 14.09491826 14.92252636 14.44334862 14.88626384 14.66865105 14.83616538 +LQ02X000680 Putative uncharacterized protein 6.578905341 7.063189893 6.732488823 6.279793337 6.355669744 6.911710157 6.608390245 6.625975501 6.653548126 6.345490673 6.741940854 6.315785135 6.511865694 6.838843421 6.251913481 7.016778181 6.958792728 6.534337338 7.223166394 7.084962881 7.66405635 5.922728609 7.94096587 8.234468461 6.723870439 6.501912577 6.553148632 6.766693337 7.29040293 6.241218782 6.518217309 7.037496401 +LQ02X000690 Coatomer subunit delta 13.11047264 13.0133432 13.18686784 12.54852821 12.73606783 11.62462355 11.57641315 11.26385898 13.1517317 13.19760949 13.2537859 12.55019169 12.76934375 11.67136192 11.86114977 11.3863409 12.71450232 12.06867328 13.0540106 12.70515386 12.37511208 13.16223178 11.9405475 12.40669146 13.33125645 12.85559167 13.44160101 12.93441741 13.42248048 13.14280802 12.3118229 12.49848155 +LQ02X000700 Putative uncharacterized protein 5.474449776 5.355595826 5.597964349 5.072364582 6.108015956 5.46134241 4.848261784 5.654976632 5.646367421 5.207657268 5.412771483 5.00645839 5.764056862 5.486831952 4.889257937 5.587390808 6.115905828 6.15743366 5.694146122 5.76270653 6.020910179 5.497186835 6.256405221 6.380780343 5.62188648 5.917716371 5.58899069 5.911707394 5.862473112 5.751568906 6.167194136 6.697807291 +LQ02X000720 Putative UPF0481 protein At3g47200 4.699421169 4.840022653 4.95853666 4.735795181 5.28029084 4.927972774 4.570728756 4.952247752 4.716291244 4.592842104 5.026856277 4.789965041 4.701621055 4.635873086 4.689701203 4.877063793 4.970116566 4.486596737 4.849188823 4.861529361 5.038928915 4.616265168 4.918797825 5.895987609 4.771763474 4.528494726 5.026106374 4.609563358 4.867874272 4.956374278 4.924484563 4.867352248 +LQ02X000730 Catalytic, putative 10.39322741 9.889439568 10.53419224 8.911149213 9.977618579 8.665236532 8.83419892 8.658049649 10.09343007 10.28635449 10.33108751 8.99908297 10.32291534 9.00603747 8.758303844 9.030472867 9.037839165 10.61256913 10.55010255 10.60248 11.02135888 10.37491164 10.66318292 10.38517751 9.55391274 10.77939892 10.90587403 10.40456682 11.14991971 10.32108594 10.31448355 10.76662527 +LQ02X000740 14 kDa zinc-binding protein 12.63378463 12.33383564 12.55497023 13.63571202 12.83782765 13.25314995 13.48051285 12.88978295 12.68202195 12.44174209 12.4681557 13.4059389 12.68162635 13.35968726 13.29693873 13.07193286 13.01939869 12.85488541 12.31583083 12.08744189 12.92481033 12.86387189 12.75976354 13.1263857 12.70699286 12.82125345 12.16013871 12.63524898 12.4083909 13.30088182 12.68752589 12.95381038 +LQ02X000750 Putative Sulfiredoxin-1 4.69107971 4.759308216 4.957822387 4.799602803 5.008220612 4.724155343 4.921823003 4.665567247 4.665864372 4.611480759 5.430022264 4.742131742 4.769013655 4.733243967 5.089263636 4.954112595 5.005164701 4.826008221 4.691364908 4.986074808 4.754591056 4.774667649 4.852463867 5.127089361 5.039228632 4.985809406 4.74529134 4.511259567 5.136676023 4.670996504 5.044715973 4.991307766 +LQ02X000770 RuBisCO large subunit-binding protein subunit alpha, chloroplastic (Fragment) 5.558000312 5.549144276 5.872408668 6.076074041 5.942148236 5.822663932 5.393368866 5.553010071 5.940267502 6.330026503 6.277984192 5.6387149 5.996388836 5.247265911 5.770991489 5.399804017 5.623544049 5.657580583 4.870855655 5.700028037 5.864065517 5.826988658 5.868139074 5.747488008 5.893006907 5.680369712 4.859780852 5.417342446 5.609703986 5.700897187 5.779425721 5.518249248 +LQ02X000840 Putative uncharacterized protein 5.108241552 5.083627391 5.42739699 5.43609662 5.488076892 6.092474925 5.421569451 5.425867655 5.2801295 5.145079546 5.287737501 5.082785255 5.872875095 5.34779065 5.611572011 5.361372152 5.366506441 5.163911963 4.936333405 5.07850985 5.123194943 5.125267076 5.395979899 5.248721083 5.152822455 5.051430114 4.995451878 5.382080834 4.931627049 5.254867527 5.620065438 5.605900604 +LQ02X000910 Putative Protein kinase G11A 5.720068486 6.097419755 6.155829926 5.549875653 6.332041428 5.543618509 5.106766878 5.582495611 5.695810466 5.790624368 5.986527077 5.32470285 5.941333265 5.615002338 5.111124716 5.417512796 5.557007455 5.895426391 5.786371503 6.483260233 5.696767475 5.648988885 5.765933908 5.072853371 5.955264983 5.72470481 5.527724401 5.104150192 5.901097074 5.844978478 5.951700798 5.321163019 +LQ02X000930 F-box protein SKIP19 8.239807037 7.884592013 7.039005386 8.950974153 8.203810581 8.797451305 9.293198847 9.419376177 8.520314406 7.617261847 7.932628311 9.025971742 8.420496911 9.04215201 9.286555391 9.463076745 8.007513609 7.955470022 7.585711785 7.377961043 8.324035 8.943606829 7.430877898 9.172431345 8.180211387 8.170012559 7.977644665 8.351780326 8.434632019 9.290469371 8.102504018 9.375151587 +LQ02X000950 Eukaryotic translation initiation factor 3 subunit B 7.415371421 7.189566283 7.514686139 6.695983097 7.512369465 6.77223634 6.690064042 6.541905352 7.57828001 7.820583718 7.293174516 6.986341173 7.53937036 6.808721601 6.558598238 6.914550309 7.269363566 7.668315999 7.625785786 7.213572733 7.289119238 7.051309337 7.684724663 6.541309 7.222176952 7.923402965 7.715770983 6.877963533 7.112805205 7.204608356 8.240985047 7.634453791 +LQ02X000960 Photosystem I reaction center subunit psaK, chloroplastic 7.01232673 6.599815195 7.195777069 7.01598759 7.041429004 6.900838027 6.931926596 6.877116756 7.255792711 7.843129494 7.046771582 6.784346551 7.139526491 6.932189941 7.241617164 6.660687256 7.032445581 7.832447289 7.867600925 7.008739791 7.314099619 7.099826463 7.167584422 7.020227829 7.080439242 7.073935785 7.862158844 7.165883636 7.209619279 7.165322118 7.384020588 6.150637955 +LQ02X000970 DNA damage-binding protein 1 5.245586737 5.226148949 4.858539548 5.750597237 5.710641649 5.882211096 5.778723776 5.60508658 5.668139058 5.639823764 5.474212679 5.84056446 5.579355953 5.42167827 6.742955411 5.689061713 5.490897451 5.511837977 5.722501716 5.93679208 5.344120113 5.400650538 5.063034114 5.196640767 5.294731861 6.083182938 5.717114564 4.897042459 5.990284076 5.655683954 5.442389962 4.851162994 +LQ02X000980 Putative Cell division cycle protein 123 homolog 10.36212401 10.21995784 9.828978763 10.39267756 9.769088717 10.69155498 10.78379062 10.66903664 10.35679473 10.47613064 9.912195126 10.40073224 10.03936423 10.88565692 10.8412576 10.92906513 10.55754539 10.70287867 10.9820555 9.799314866 9.455976141 10.00532006 10.33418275 10.55068017 10.65438589 10.74406757 11.14394141 9.801322819 9.783466602 10.21281763 10.425253 10.31300631 +LQ02X000990 ABC transporter C family member 2 13.0925447 12.57792651 13.19605149 13.64803885 13.00484497 13.77905864 13.62077707 13.6803984 12.88739317 12.5283038 13.55635877 13.9733644 13.71830422 14.26466259 13.96132525 14.32408292 12.02350896 11.97904513 10.96022908 12.57680205 12.6314269 12.76130937 12.45431181 12.77570209 12.24025338 12.26245778 11.26167262 12.9060443 13.02662737 13.28197711 13.11144923 12.71950662 +LQ02X001000 ABC transporter C family member 2 7.007560538 6.483031204 6.759596042 7.284737059 6.998020326 7.541340729 7.353303758 7.220773424 6.794395091 6.159328471 5.728197164 7.169431728 6.174394357 7.154426755 7.310970285 7.111167838 7.047111913 7.31413191 7.464902327 6.360182324 6.437056537 6.586942976 6.904530575 5.962928781 7.009134856 7.153384121 6.730269195 6.325946059 6.864700305 7.01265763 7.137272642 6.181721655 +LQ02X001030 Putative uncharacterized protein 12.66341955 13.01866136 11.44860785 11.33966651 11.38474002 9.571400001 9.29972751 9.619559854 12.96696922 13.24140059 11.93122525 11.45322643 11.55291687 9.745944711 9.671489254 10.532454 12.97091316 13.06936845 13.76165881 11.89400928 11.38544453 12.22297638 10.09215737 9.935683563 13.34362496 13.24345736 13.8719845 11.38528478 11.07427203 11.01722354 9.541551558 9.99647366 +LQ02X001050 Putative High affinity cationic amino acid transporter 1 8.330826554 7.697043858 10.44295992 9.677570361 10.47456794 10.09038592 10.45686081 11.12016063 8.986067291 8.244329371 9.77860361 9.549358439 10.34293027 10.45801957 10.75413748 10.85002382 8.731599148 8.166367051 9.298766708 10.02769888 10.04048148 9.528687616 11.80104724 12.17080955 8.578171346 8.405792601 9.31660694 9.996815989 10.39879017 10.52922578 11.46093369 13.21300635 +LQ02X001070 Putative Protein phosphatase 1 regulatory subunit 7 14.23192709 14.26676583 14.08299044 14.26011782 13.90789379 13.06897867 13.54868167 13.24106639 14.29969312 13.96065528 13.92650908 14.49542191 13.94244736 12.95524701 13.63523125 13.25532433 14.24479703 14.58032722 14.39985868 14.2728338 14.79567325 14.52432435 13.27932042 12.78763252 14.53664707 14.76639118 14.24449576 14.53298346 14.67426267 14.29088255 13.14827916 12.93287815 +LQ02X001130 Putative Xyloglucan galactosyltransferase KATAMARI1 homolog 9.521464426 10.0444288 11.52841741 10.11241788 10.83033633 7.287153762 6.078944167 6.34603881 9.144629846 8.87413451 11.01789888 10.1811045 11.2273396 7.002957985 6.472890704 6.518219467 10.5005498 11.09828335 10.19970283 12.39383693 12.29605194 10.90515455 9.117052572 9.794011325 9.701549937 9.971078208 9.149795788 12.53276869 12.41806419 10.34796619 8.596557953 9.719714825 +LQ02X001260 Cytochrome c 5.694301946 5.283974391 5.349328166 5.781472516 5.337188052 5.436244332 5.54620541 5.470883642 5.616978745 6.362677515 5.37499604 5.594315034 5.354681913 5.332877952 6.157175446 5.432181976 5.514166433 5.396678608 5.855495319 5.805536228 4.960745745 5.356786683 5.679885074 5.239793033 5.479552767 5.766953781 5.68339075 4.99775896 5.391687936 5.365000887 5.443559345 5.351886136 +LQ02X001270 Putative uncharacterized protein 5.437304703 5.809517287 5.369411263 5.787231693 5.752526055 5.226902907 5.41136838 5.499707367 5.733666725 6.49085436 5.426643611 5.839122181 5.561987854 5.236384072 7.005329358 5.371627757 5.377098396 5.288321523 5.696646947 6.090986483 5.411757703 5.59460774 5.979525989 6.114436288 5.850128398 5.891344388 5.520773192 5.495976333 5.58273352 5.619633526 6.020991209 5.354123607 +LQ02X001300 Ras-related protein RABD1 6.299049162 6.193304992 5.525804809 6.154959423 5.698022777 6.19306916 6.235630355 5.651056708 6.509360711 6.757914553 6.069997517 6.296666975 6.381729334 6.194990883 7.151154437 6.036156203 6.092059709 5.671007363 6.717982003 6.19256963 5.971797223 6.289450939 6.226242183 5.964398905 6.313183627 6.051608345 6.473760145 6.107377428 6.188622458 5.819195425 5.214181153 5.484889135 +LQ02X001310 Ras-related protein RABA2a 6.352849475 6.097494906 6.000595516 6.757588793 5.813830029 7.192912656 7.786354121 5.863280596 5.806818235 6.447447464 6.044883197 6.782273759 5.636464413 6.999848136 6.966008041 5.802304455 6.082498821 6.602591848 6.014883519 6.252216808 5.376252114 5.665282016 6.180851365 4.980181171 6.049046355 6.430422816 5.842106035 5.507200178 5.683468997 5.869400501 6.002147848 5.345312931 +LQ02X001340 12-oxophytodienoate reductase 1 11.87818141 12.11990216 13.10848124 13.23104397 13.07095623 12.16173722 12.47385872 12.34955355 12.04161067 11.57820287 13.16798076 13.23212667 13.59678482 12.49538676 12.92619414 13.11435904 10.27657022 11.74084289 11.19785758 12.64854159 12.64637523 12.87234453 12.99425434 13.12665961 11.33141585 12.19715381 11.7176522 13.04336993 13.15415283 13.30825029 12.90074767 12.95428083 +LQ02X001360 Elongation factor 1-gamma 2 5.276309281 5.268105534 5.72591158 5.721255768 5.432166307 5.256854483 5.509071145 5.79366809 5.914711971 5.866115938 5.66935074 5.543295759 5.68106545 5.213759673 6.313479749 5.84757346 5.317750919 5.478256857 5.149629224 5.716575835 5.413902555 5.697022648 5.581532194 6.488455148 5.31088723 5.484113344 5.122765118 5.253804461 5.400210675 5.596102642 5.449688213 5.455548509 +LQ02X001420 Putative Protein WAX2 8.995527175 8.130717574 8.75026335 9.218389724 9.640457102 12.85581093 12.5405307 12.79679776 8.946054921 8.550078831 8.489879373 10.40699804 8.917504265 12.89769594 12.40948491 12.55261631 7.524833323 8.054637558 8.429437212 7.194176769 6.233919293 8.559063205 10.84528465 10.92217079 8.184334078 7.915550898 8.304092 6.673623614 6.740850993 9.974932064 10.32570114 10.74712467 +LQ02X001510 KH domain-containing protein At1g09660 6.568113092 6.669212513 6.494776509 6.803334182 6.662169162 6.6519765 6.689465328 6.219392343 6.866611539 7.021748546 6.95089749 6.40364703 6.747927905 6.807696852 7.505018319 6.307055039 6.52990024 6.592056502 6.633996288 6.871286023 6.728850095 6.325692274 7.055062255 6.527824572 6.380217853 6.659799566 7.019330949 6.297143343 6.608667643 6.473085073 6.273298262 6.750682042 +LQ02X001520 Predicted protein 12.14055276 12.36912652 12.41070158 11.90746509 12.52080391 12.06171927 11.86924455 12.44040883 12.15930664 12.06071966 12.48515087 11.95719687 12.49927495 12.42191468 12.00571251 12.53695874 12.21264083 12.47982421 12.75721629 12.65053061 13.01279156 12.4407999 13.07349705 13.29714789 12.41733297 12.47126052 13.18648773 12.75599145 13.26546978 12.86282991 13.24433756 13.40944714 +LQ02X001540 Shaggy-related protein kinase kappa 12.41862224 12.77046105 12.96827835 12.65980165 12.86860685 13.30240923 13.08820054 13.21472344 12.59474246 12.47235665 12.79846462 12.45071783 12.77454789 13.22372755 13.36069562 12.95588301 12.41772929 12.41397587 12.52681051 12.61695176 12.4195375 12.82096539 12.97467868 13.35554565 12.4648784 12.51975012 12.57557993 12.86414523 13.01904938 13.14600442 12.96263473 13.37605041 +LQ02X001550 Phosphoribosylamine--glycine ligase, chloroplastic 9.630217362 9.622197567 9.417459009 9.279782022 9.387778446 10.2039166 10.2224222 10.6000902 9.806769816 9.685586876 9.713482878 9.690069115 9.434649612 10.56001769 10.46971077 9.948152836 10.35465337 9.782539841 10.22982746 10.45544744 10.15409266 9.908582944 12.44171701 12.06844909 10.01324638 9.784662775 10.10183473 10.38591098 10.56874991 10.6790472 12.52393301 12.21109098 +LQ02X001560 ATP binding protein, putative 5.435116257 5.372797367 6.186313917 5.529929858 5.916576211 5.408778464 5.639289214 5.707600807 5.482315791 5.378689785 5.59440413 5.687217801 5.967340439 5.894274163 5.326613341 5.445275601 5.833701527 6.040806619 5.655216941 5.971758534 5.709619596 5.835655554 5.493412777 6.057044005 5.438153997 5.407817977 5.427243348 5.839896518 5.646002787 5.613874475 5.290120928 6.388584314 +LQ02X001570 Predicted protein 5.396365431 5.690175342 5.458106926 5.547023842 5.13956958 5.236883186 5.754769677 5.183528238 5.27867921 5.700204471 5.177264453 5.419935736 5.493321157 5.442974246 5.228559293 5.296228286 5.067997455 5.169760294 5.919305421 5.353957197 5.592131184 5.053993195 5.571297075 5.328382899 5.40125351 5.416926967 5.65215027 5.186214282 4.870936705 5.454566382 5.305054904 5.440964806 +LQ02X001580 Putative uncharacterized protein 9.233377235 9.201458363 9.374840013 9.167255853 9.414652731 7.937993474 7.730005643 8.114894395 9.815117075 9.552253073 10.04770269 9.262429902 10.18559411 8.182119149 7.986382563 8.640260331 9.292543089 8.571557234 8.593312196 9.742699712 8.884952027 9.144685443 7.423547084 7.858670865 8.895963743 9.168685951 8.90355492 8.798651705 9.517788363 8.593917162 7.664951642 7.700731776 +LQ02X001600 Putative uncharacterized protein 5.624279697 5.44865548 6.730753622 6.137055515 7.01914115 6.35641919 5.817450266 5.826229439 6.586087198 6.083256271 6.442286527 6.060481346 7.117075464 6.078491169 6.601216008 5.621526026 6.474597815 6.352109225 6.134721312 7.178301148 6.468957393 6.439732162 5.968754417 6.271863901 5.888089725 6.672561008 6.140901621 6.515802368 6.610300674 6.738966807 6.905367195 5.705318311 +LQ02X001620 60S ribosomal protein L3 12.14637022 13.15571379 11.45226229 11.30636303 11.50852398 11.01986492 11.35128458 11.15706523 12.21978445 13.26459002 11.56843446 11.11177465 11.81732757 10.79444527 11.21614654 10.70422476 11.74767335 12.3549926 12.26126778 11.52164922 11.67394744 12.05116468 11.95087637 11.40152639 12.18891621 12.54480954 13.04719162 10.99717487 11.87150283 11.57213991 11.70014028 11.47024882 +LQ02X001650 Yth domain-containing protein, putative 13.51295765 13.33800661 12.85405474 13.06876275 13.24852247 12.48491925 13.59431718 13.81979042 13.66753694 13.47993954 13.11608067 13.34929966 13.09189826 12.67878157 13.37767667 13.83008236 13.41294215 12.68516135 13.37261944 13.01477766 12.61866565 13.49967725 13.25110369 13.05381449 13.55313167 13.06424982 13.2253948 13.26271262 12.62561667 13.26877525 13.25038448 12.96618178 +LQ02X001670 Predicted protein 5.843131516 5.321883119 5.266590989 6.049005182 5.681247882 6.101941462 6.510567704 6.750897593 5.735565091 5.32582739 5.015054919 6.084539956 5.421919895 6.235642578 5.974684311 6.11460876 5.677317283 5.70454235 6.149475705 5.673786786 5.678315436 5.256214018 5.537013947 5.566840103 5.799971333 5.570280009 6.383836782 5.520113737 5.56011369 5.636015235 5.416830333 5.445536759 +LQ02X001680 Bromodomain-containing protein, putative 6.083420396 5.878848639 6.119962841 5.54824921 5.893039748 6.741838168 6.435120538 6.034841297 6.151098835 5.732277503 5.587102534 5.696085138 5.767001872 6.614215981 6.380592562 6.501295421 5.631251247 5.768046775 5.843284169 6.244209486 6.221418583 5.880958963 7.122543783 5.836881465 5.853665312 6.018194191 6.218151014 5.244708446 6.281889058 6.296363916 6.888695979 6.028844749 +LQ02X001720 Putative Uncharacterized sodium-dependent transporter yocS 12.6539349 12.13064294 13.02039085 12.80802217 12.43230564 11.90068811 11.98746866 11.36395026 12.42315813 12.06545962 12.89103866 12.41699291 12.80176017 11.99283487 12.25077881 11.58741186 11.65493846 11.84422535 11.51548239 11.85941058 11.89041775 12.52245273 11.99305567 12.4342186 11.91743194 11.90688271 11.60577231 12.18815182 12.44763543 12.41237379 12.03599868 12.38237935 +LQ02X001740 Putative ion channel DMI-1 10.45280041 10.55934283 10.36357953 10.6559841 10.22136535 10.83429925 10.97499603 11.05959772 10.46978803 10.12301033 10.46249135 10.77681719 10.27158505 10.77887418 10.93839021 10.94932828 10.88238269 11.51944859 10.85564038 11.19009559 10.77182738 11.05602178 11.40395576 11.33008959 10.91411011 11.38639043 10.97329974 11.33795202 10.9433901 11.17478892 11.19600962 11.34338084 +LQ02X001750 Putative uncharacterized protein 6.872432189 6.179495833 7.160104563 6.019781006 6.741148511 7.478029927 6.164863438 7.171419925 7.178644122 6.947308837 7.894885212 6.660799497 7.356008897 7.233685673 7.134846738 7.480355378 5.457855198 5.387772306 5.998054125 6.212303436 5.667219986 5.401295301 5.482184659 5.323204375 5.709652342 5.802386816 5.944677109 5.337990156 5.471534816 6.078407973 5.338755642 5.554756209 +LQ02X001850 Uncharacterized protein At5g49945 5.406045335 5.218519087 5.587030716 5.961163515 5.496472913 5.328833778 5.487148457 5.477691736 5.932554859 6.016724768 5.415275897 5.63499632 5.728321842 5.589818832 6.364859924 5.666713609 5.387477733 5.378681617 5.10351535 5.275242232 4.934190266 5.469959513 4.873335082 4.87272634 5.248412267 5.502521956 5.07214364 5.202730781 5.164446621 5.202494412 5.52793166 5.182172562 +LQ02X001880 Putative ATP-dependent RNA helicase DHX29 5.565886966 5.489307904 6.395799537 5.618466368 5.952430878 5.726847353 5.348585472 6.020763491 5.817812538 5.068322809 5.768060306 5.822609185 6.461863821 5.614708306 5.481191739 5.798291587 5.41283272 5.646830888 5.296301613 6.090111289 5.917891724 6.222003212 5.227223794 5.04544574 5.590230797 6.031296737 5.383978389 5.48559002 5.755623756 5.710115981 5.930177034 5.193674844 +LQ02X001941 Putative uncharacterized protein 5.521759212 5.136189349 5.314464482 5.175281544 5.466552033 5.117210649 5.573769061 5.560421255 5.279102265 5.6730671 5.588539937 5.182643354 5.671588475 4.975875442 5.692627246 5.088110344 5.715378574 5.478593904 5.380175149 5.50025667 4.99335854 5.133137764 8.803139369 5.521036881 5.426582313 5.205321414 5.419120486 5.105623754 5.637607347 5.239346389 6.468405169 5.522282621 +LQ02X001990 Cytochrome b6-f complex subunit 7 (Fragment) 12.33379141 11.28674379 12.80528532 12.76601111 12.72488042 12.69822153 13.00241235 12.27276831 12.35700397 11.89218402 12.52092679 12.99726071 13.15917891 12.7990894 13.05072285 12.76059332 10.96517451 12.08676575 11.18972666 12.04749719 12.91380608 12.21859006 13.02198789 12.90945627 11.49393856 12.2522728 12.03362872 12.19278474 12.48761903 13.21221765 12.97179538 12.65731385 +LQ02X002020 Pentatricopeptide repeat-containing protein At2g15630, mitochondrial 8.334400007 8.213247487 7.116701779 7.096024633 7.308261201 9.761487284 9.941606234 10.02929491 8.523383629 8.297554463 7.375068634 7.322774026 7.768353004 10.06690093 9.655560532 11.16975751 8.689745794 8.802344906 10.2864356 7.954975388 7.336838008 7.537535011 10.60576576 11.05448203 8.894112536 7.627962703 9.008600404 6.044426229 8.126375116 7.354281485 10.86021114 11.25169766 +LQ02X002030 Diphthamide biosynthesis protein 3 11.56007369 11.85249531 11.68324429 11.26835579 11.75715313 11.64032669 11.93698473 11.86910155 12.24974122 12.9853949 11.82832682 11.53208214 12.03223721 11.67724077 11.9911897 11.82171043 12.80684779 12.61393063 12.6305628 12.23931899 12.24863074 12.41410045 12.44808881 12.54004015 12.67966658 12.72522644 12.73467928 12.10948787 11.10471193 12.26712881 12.39016183 12.78179458 +LQ02X002040 Putative uncharacterized protein 9.965104704 9.037459052 10.20819561 9.502437102 10.73166763 9.678954371 9.685520655 10.38117777 9.575805076 9.809334229 9.950100704 9.402260807 10.02396927 9.783789269 9.447227499 10.5203386 9.645125349 10.45245045 11.04301651 10.02803256 10.74262431 9.035114311 11.72523026 10.87420068 9.936725075 10.36310201 10.35746343 11.86763271 10.51834975 8.893666282 11.07309537 10.85341369 +LQ02X002050 Putative uncharacterized protein 13.16553367 10.73517414 13.15062893 14.75471864 14.52022399 14.48412945 15.29272958 15.44026564 12.90467174 11.69307564 12.93694198 14.27808294 13.29716979 15.30786397 15.21501513 15.37125591 13.28572263 13.84232222 12.38616725 13.12799203 13.54797643 13.12618591 14.77338317 14.3455954 13.57951445 13.33334159 11.72192167 13.21322488 12.17861509 14.10791975 14.79209372 14.30616996 +LQ02X002060 GTP-binding protein alpha subunit, gna, putative 8.71418463 9.130656439 8.666453358 8.603937986 8.685462611 8.431523344 8.255865923 9.31457363 8.826114357 8.320834209 8.622668733 8.521049454 8.67836194 8.541686892 8.893927718 9.303863731 9.486586465 8.896858454 9.538297034 8.596669473 8.230819678 9.044215633 9.280160314 10.05714339 8.832078912 8.802753125 9.235948704 8.038356276 8.785787008 8.904801053 9.348714546 10.30495462 +LQ02X002070 Putative Myosin heavy chain kinase B 5.022046913 5.288579822 5.291441621 5.346549829 5.016508468 4.877783399 5.155791956 5.262420656 5.285958032 5.440894615 5.315396745 5.215230378 5.077278232 5.013770348 5.192794072 5.515223203 5.091725041 5.395165594 5.505432473 5.30950259 5.123151335 5.078942836 5.237389377 5.985145158 5.046693509 5.764507967 5.957619337 5.626429704 5.054241513 5.111064878 5.46781041 6.173845766 +LQ02X002090 Allene oxide synthase 5.709933734 5.677286366 6.069259628 6.65604557 5.542042898 8.307490875 8.26603716 7.519872238 5.582266593 5.258597116 6.578646738 6.171490552 5.615595753 7.921045074 7.476853905 6.470389182 5.345814704 5.638487407 5.293778301 5.624811607 6.52892876 5.463778242 8.379999604 6.429972482 5.314753486 5.3023302 5.610911034 5.294390718 5.91427596 5.429161091 8.60604508 5.925989183 +LQ02X002100 COR413-PM2, putative 13.24273042 13.46292932 13.85439588 12.63458123 13.73701483 12.316433 12.06292869 12.51765995 13.29644576 13.14247051 13.13296713 12.48552219 13.08890994 11.68876673 12.22265823 11.65826244 14.41714275 14.87546521 14.08383088 14.40420339 14.0017157 13.73265586 13.21300308 12.58740609 12.88420816 13.16896424 13.12341141 13.34242508 13.23734544 12.28259971 12.16692763 12.32865144 +LQ02X002150 Pentatricopeptide repeat-containing protein At2g15980 9.777051719 9.766988064 9.653814526 9.188561306 8.560670521 9.332858826 9.631536962 9.140212723 10.064868 9.558487005 10.01455048 9.269703091 9.098340997 9.933005686 9.563058885 9.664573849 9.254112975 8.984470381 8.60103378 9.077186222 9.528262463 8.448139506 9.977881254 9.67967476 9.430901051 9.350837878 8.201073705 8.777265792 9.009565452 8.6042545 9.906069075 9.722540116 +LQ02X002160 Protein binding protein, putative 6.263891121 6.211569349 5.61593864 5.596710458 6.182874253 5.624434958 5.940653227 5.632896597 5.675104121 5.583406869 5.883816911 6.120338475 6.260115445 5.823303056 6.287391558 5.757087689 5.499886474 6.07328524 5.447160919 6.318257732 6.036366768 6.139927588 5.706031419 6.4102308 6.071776219 6.480178456 5.41971729 5.167214715 5.786222292 6.665973305 6.844625622 5.673170705 +LQ02X002190 Putative Anthocyanin 5-O-glucosyltransferase 7.063306284 7.447496724 7.95777711 8.961965689 7.772333546 8.004097475 7.862975473 7.916002317 7.140504285 6.239889507 7.53537879 9.294093287 8.237777408 8.270848749 7.782460644 8.058350703 6.784504759 6.007317003 6.151540545 6.516136159 6.567249689 6.501496376 5.661227419 5.627370001 6.870524272 6.048039528 5.826912991 6.565292381 6.733624774 7.315982096 6.054039031 5.461827144 +LQ02X002230 Non-symbiotic hemoglobin 1 7.500497136 7.977040213 6.273776779 7.889150842 6.408095847 7.924754422 7.160780625 7.546898819 7.903208777 7.528479147 6.548149347 6.744394609 6.158026639 7.857141967 6.436356 7.2540521 11.77206229 7.633228532 9.967353722 6.735443034 6.607083157 6.911486777 7.07767872 6.672875491 8.810847743 8.153041168 6.792988771 6.331267641 6.175723463 7.204366712 7.831033224 7.257391204 +LQ02X002240 Non-symbiotic hemoglobin 1 9.114100689 9.007287331 9.584003229 8.900217339 8.673652865 7.918526602 8.618281667 8.477453233 9.112730952 9.506864981 9.585400515 8.65400768 9.215342839 8.035051438 8.23799723 8.503233944 8.671924292 8.995968868 9.22695242 10.45532685 10.12573431 8.450349102 10.06846221 9.512027712 8.584945364 9.105389549 9.183752196 10.18628628 9.564968601 8.566851616 9.98483936 9.152525637 +LQ02X002250 Predicted protein 6.088093851 6.132713425 5.981721135 6.526773107 6.173123252 5.868054868 6.064247307 5.645013367 6.408491867 6.64916818 6.363939457 6.347797863 6.710694743 6.025238542 6.531904261 5.961197467 6.085710747 6.218797371 6.935303197 6.540505963 6.007285577 6.179022559 5.614917639 7.109524619 5.854030942 6.271352331 6.249603318 6.720070042 5.909667733 6.124276349 6.224135417 5.883224811 +LQ02X002280 Probable E3 ubiquitin-protein ligase ARI1 13.17437161 12.87290045 13.46047414 13.156198 12.9442227 13.69787793 13.6417926 13.12543234 13.05117116 12.52033143 13.376122 13.19843935 12.96318637 13.67766272 13.08152171 13.39148572 13.21711799 12.70540915 12.1993172 13.04091368 12.96902277 12.69004814 13.32020397 12.76887828 12.3941468 12.05194837 11.68646955 13.16037855 12.92132009 12.72789467 13.29673052 12.53005322 +LQ02X002330 Predicted protein 10.73780754 10.62051149 10.95993926 10.22534207 10.47162831 7.855105009 8.728004945 8.642617181 11.92165949 11.36983465 11.9192695 10.10086366 11.79473778 7.98134989 8.66403948 8.862328202 10.80426266 11.43744205 11.6640436 11.12871389 11.76768196 11.63225267 9.363961053 10.75160237 11.25208567 11.97804169 11.43398778 11.3169689 13.35279627 10.51313939 8.835169949 10.81059481 +LQ02X002350 Pinin, putative 6.133992442 5.951332626 5.974208064 6.032174091 5.519116477 5.367165328 5.877439326 5.587728402 5.759757159 5.728126757 5.832153469 5.853636418 5.998253963 5.192293389 6.17030074 5.383083025 5.842111558 6.112292171 5.978590963 6.147023398 5.632723719 5.6794481 5.584128913 5.139713442 5.512196658 5.697642932 6.468846787 5.913087169 5.67870126 5.860411788 5.841558161 5.244698331 +LQ02X002370 Hypothetical protein 11.01292574 11.52667804 10.37048977 10.57155852 10.16609573 11.62418927 11.61939334 11.51218951 11.07200293 11.77277462 10.85662368 10.86989529 10.51273323 11.32305762 11.40735361 11.48296471 11.62302802 10.99696112 10.54775305 10.53301696 10.32326639 10.49469385 11.31106297 10.97001682 11.42316674 10.95995142 10.2112675 10.40144767 10.3420108 10.41605315 10.99959484 10.62996433 +LQ02X002410 Pathogenesis-related protein 1 5.411674707 5.034217881 5.246931435 5.405131107 5.698226729 5.20354948 5.421483972 5.336504658 5.093151292 5.028532729 5.20796744 5.143149163 5.759069613 4.989490666 5.338987636 5.650372282 5.051316947 5.585186693 5.431461842 5.21749871 5.085992957 5.097227553 4.7076806 5.010367945 5.419572369 5.585421708 5.611926453 5.775894024 5.412115371 5.57944395 5.340471541 5.357495411 +LQ02X002430 Basic form of pathogenesis-related protein 1 4.919363752 4.970410097 5.044686254 4.931620571 4.730386392 5.341639921 5.189481465 4.894501525 5.200131586 4.925436197 5.314571951 5.067290215 4.782495454 5.077309374 5.077208131 4.806540956 4.735384086 4.740051084 5.146936245 4.980846507 4.84989735 4.757587479 5.991947239 5.427974529 4.535079259 4.8238985 4.909927808 5.020373394 5.172186293 4.716237125 5.214931192 5.229315498 +LQ02X002460 Predicted protein 5.539319309 5.924779254 5.277040197 5.465035871 5.739304821 5.502982258 5.635856 5.462842159 5.814329717 5.956789624 5.248225726 5.66922243 6.585559105 5.413627888 6.077511058 5.713921868 5.731321296 5.74762405 5.246850053 5.360519338 4.964680289 5.652982775 5.456758363 5.349178442 5.538888832 5.771320762 5.752709198 5.267897676 5.535586916 5.687168835 5.997885459 5.380444679 +LQ02X002470 Uncharacterized protein At3g49720 6.192039342 6.180251423 5.722901688 6.068212546 6.065636934 5.923915995 6.202826964 6.08008373 6.469495846 6.139466789 6.087942251 6.321403221 6.907575435 5.830701257 6.141678156 5.815306534 5.979569911 6.460775214 6.222649877 6.383627721 6.147777307 6.069328157 5.297744274 5.574456969 6.25136322 6.563978299 5.970637918 5.424779307 5.804588068 6.068974099 6.571615319 5.308791756 +LQ02X002480 Putative uncharacterized protein 11.81644741 11.77740626 12.29144061 12.32713178 12.54240328 12.47203269 12.35101925 12.60488926 11.97403118 11.78283331 12.3073084 12.57078377 12.78023317 12.55991442 12.54054148 12.37129648 11.40549128 11.88098378 12.12494039 12.1378531 11.93143121 12.02881198 12.00170669 12.43329689 11.88047026 11.81850133 12.13036763 12.20001143 12.84929064 12.33192792 11.88712755 12.4379629 +LQ02X002490 Putative uncharacterized protein 11.20609947 11.37009974 10.84039098 12.16595163 10.99796492 12.0738916 12.42390356 12.07682515 10.89647545 11.04292905 10.9468564 11.47787014 11.16662895 12.07485938 12.11143221 12.29930078 11.82568039 11.97202679 11.35200049 11.32689404 10.75507714 11.34868388 10.692928 11.3204726 11.45476507 11.63743455 11.90626008 11.08182772 10.08237964 11.4759531 11.2943308 11.21875707 +LQ02X002500 LL-diaminopimelate aminotransferase, chloroplastic 12.41390001 12.22139443 12.20924072 12.1238975 11.91751357 12.93883594 12.31803924 11.66018351 12.50826558 12.02578842 12.31052262 12.49970722 12.09831877 12.82984874 12.41106658 12.08936449 12.22728177 11.84679188 11.96875689 11.50429636 11.2681709 11.56451493 12.17781718 12.46276258 12.29281505 12.25841672 11.88852678 11.54935479 11.80113898 12.32088329 12.20108102 12.48306045 +LQ02X002501 Putative uncharacterized protein 10.99336266 10.84853719 11.09296054 10.75714517 10.80063935 11.1988435 11.17525383 11.14492586 10.9835241 10.7624743 11.04340077 10.86788755 10.88871075 11.30363539 11.25897311 10.7996696 10.84154017 10.6900909 10.98648147 10.62794621 10.75001265 10.70699907 11.40488282 11.39098552 10.97757338 10.79310987 11.41241412 10.55217458 11.17426997 11.0224638 11.61475211 11.56523251 +LQ02X002540 Squalene monooxygenase 7.89750916 10.0995053 8.985846412 10.30605782 10.83595539 8.923825013 10.8064592 11.98466974 8.717054095 9.96301811 9.291943089 10.38560209 10.57092065 9.536318603 11.46488345 11.9427307 9.949833023 11.05006882 10.68196458 9.802303259 10.73741525 12.08499425 11.23841054 12.52275364 9.62188559 10.62861896 11.27610004 10.41262007 11.36963481 12.49205705 11.40053862 13.29044719 +LQ02X002560 Proline iminopeptidase 11.65485375 12.0205951 11.74069008 12.41552631 12.64891611 12.42719687 12.2700767 12.61568425 11.82018202 12.36633569 12.00998695 12.5837744 12.47233241 12.44497115 12.46045785 12.6464162 12.40512066 11.68644042 12.08677216 12.36308589 12.45938507 12.49397678 12.7132642 13.08365623 11.88478401 11.49164379 11.50991351 12.40792169 12.09827372 13.42290358 12.34497132 12.93411909 +LQ02X002570 Receptor-like protein kinase HAIKU2 4.969944585 4.95033558 4.838392134 4.656410766 4.977060629 4.631381646 4.689602088 4.658383066 4.956323957 4.830911572 4.772042699 4.780652415 5.405110656 4.758782493 4.674984238 4.695427704 5.055927681 5.067652936 4.787824299 4.992713963 4.986900988 4.906992215 4.890437745 4.809434656 4.806901525 4.739491738 5.078895147 5.528942127 4.930330251 4.974080225 4.768639665 5.025006338 +LQ02X002580 Seryl-tRNA synthetase 12.01849028 12.4909296 11.42647739 11.22957851 11.21304754 11.43467927 11.22275879 10.96258016 12.25347993 12.61597567 11.7194355 11.34901386 11.41372201 11.46667155 11.38009676 10.97881168 12.19172658 11.72454597 12.46863042 11.7923874 11.61545115 11.74247393 11.19167795 11.96723869 12.47336452 12.46233116 12.89722947 11.60771135 12.12887883 11.97941326 11.40870224 11.92661038 +LQ02X002600 Predicted protein 6.663813748 5.709009099 7.185915362 7.027496571 6.318154702 8.285640324 8.043331764 7.137253919 6.393426916 5.417064268 7.375335946 6.585739576 6.654454281 8.129937936 7.233654687 7.051269014 6.254711526 5.924007376 5.306477721 7.450882972 6.606819964 6.542252762 8.0728621 7.845332782 6.085131821 6.095369458 5.662993333 7.216858283 7.185599391 7.004365363 7.435803298 7.190670789 +LQ02X002620 Putative D-arabinose 1-dehydrogenase 5.645405165 5.271954957 5.744660349 6.145043772 5.24339664 6.735101354 6.096816963 6.139724819 6.059875222 5.722280293 5.920596722 5.971207676 5.721977731 5.977387971 7.965481238 5.953611341 5.160094731 5.648369848 5.592782809 6.191109947 5.57058675 5.564692845 5.282438472 5.697472988 5.813636269 5.899088789 5.539219156 5.478420769 5.773702003 5.676865955 5.321905976 5.512902393 +LQ02X002650 Hypothetical protein 5.236536658 4.930359997 5.069834017 4.860977047 5.14470764 5.19227224 5.32624678 5.293266249 4.960148462 5.132141786 4.862052673 5.105837487 5.539296621 5.351350403 4.953989263 5.340198332 4.622485575 5.230403527 5.386480861 5.042101874 5.46876713 5.074089711 5.649462424 5.700268214 4.925997203 4.995940381 5.689411689 4.933065355 5.243434385 4.931209295 6.178095191 5.697552964 +LQ02X002710 Probable S-acyltransferase At2g14255 5.269902408 4.776327549 5.195489778 4.710030788 4.898823345 4.848623353 4.92732144 5.378320209 4.851478133 4.705322934 4.809646551 4.780211368 4.93989318 4.79602793 4.784927704 5.097003689 4.940226395 5.289534924 5.434960927 5.146932202 5.052252927 5.055353313 5.334786034 4.836849198 4.959653713 5.156381177 5.048821563 4.799085948 5.228702315 5.227234299 4.670364176 4.868211373 +LQ02X002730 Probable S-acyltransferase At2g14255 5.119740966 5.49730285 5.034794278 4.917180528 5.104557584 5.070446182 5.531383056 5.151377388 4.986265626 5.105862303 5.148010757 4.840345792 5.294092743 5.114647529 4.858780696 5.063781818 5.025715247 5.419300826 5.631649609 5.857582807 5.150160691 5.417352193 5.662189702 4.920725203 5.397777517 5.213571001 5.398011541 5.86892515 5.552248591 5.087369972 5.292129989 5.063007354 +LQ02X002740 Soluble inorganic pyrophosphatase 1, chloroplastic 13.64705466 13.00816507 13.1030904 13.52957735 12.46141514 14.110049 13.8958158 12.54099572 13.3605173 13.1539052 13.05436184 13.54201308 12.69944711 13.88023903 14.01434677 13.05020229 12.72077038 12.55925501 12.50886902 12.25145973 12.58588676 12.33125865 12.67887676 12.35097411 13.29104494 12.82662709 12.8378504 12.29530309 12.80198918 12.43226889 12.5865131 12.06139346 +LQ02X002750 Putative uncharacterized protein 6.31971154 7.514383441 5.126041521 6.454444119 6.033807667 6.491894071 6.877744711 7.614505814 6.389654764 6.496265723 5.275140929 6.342413053 6.179411034 6.641920593 6.305348689 7.647459379 11.64224464 7.02614859 9.103027326 7.922743624 6.472840767 6.949606515 9.09539189 7.944936402 8.806146738 6.889945309 8.021251473 6.315251149 5.914750196 7.396226595 8.225020917 7.423390954 +LQ02X002760 Eugenol synthase 1 5.98884676 10.7795075 5.247626939 5.110272659 4.964905534 6.217882205 6.104571617 5.655168551 5.563195067 8.754486187 4.791598557 5.132409701 4.807546418 6.811231048 5.477916564 6.021478714 7.330467642 8.508113824 9.829876669 9.544806604 8.923932848 8.99535445 5.274140687 5.048525439 10.01127052 10.70971342 10.09039156 7.57921747 10.34213523 5.423471482 5.585045983 4.894084189 +LQ02X002770 Putative Protein spinster homolog 1 5.193925016 5.105723012 5.605145335 5.240488519 4.85046951 5.403612526 5.300892448 5.324807458 5.113482536 5.41801991 5.173153924 5.444215158 4.857436869 5.525688324 5.505245316 5.248573856 5.03336971 5.068604957 5.076566252 5.201280825 4.982401632 5.490165731 5.680997963 5.492441364 5.054112402 5.260106235 5.201021268 5.835074133 5.716541602 5.311118883 6.186088876 5.398363337 +LQ02X002780 Putative Glutathione-regulated potassium-efflux system protein kefB 6.020499377 6.234820658 6.355403531 5.817434416 6.709112414 6.082844691 5.956223996 5.699609244 5.7678588 5.727217817 6.174757199 5.477540429 6.802233813 5.874898046 5.570050577 6.054556603 6.358121534 6.19925308 6.190976847 6.894793194 6.24919022 6.764468613 5.942418282 6.3405886 6.493138808 6.398719526 6.384863998 6.45078705 6.262391964 6.584299403 6.437175005 7.295440904 +LQ02X002800 Putative Protein RMD5 homolog A 9.832735321 10.38925128 10.26404153 10.2474567 10.8455973 10.77133806 10.58986508 10.73872429 10.3605928 10.52319417 10.5121693 10.44079851 11.16697619 10.87030742 10.85669793 11.04967672 10.56434042 10.85999256 10.42466107 11.03372831 11.08607489 10.98165394 11.2648201 11.09902872 10.63655325 10.61865218 10.10017101 10.8294149 11.17362031 10.81917891 11.4252012 11.23363007 +LQ02X002810 Predicted protein 6.839679889 6.190560061 6.169738013 5.659265101 6.376763517 5.840546627 5.493804533 6.528545828 6.964197626 6.048663745 6.192198198 5.615190276 6.080722489 5.911242313 5.442969679 6.514768294 7.240848726 7.293846415 8.503181773 6.591858118 7.088433682 6.720840508 7.648431757 6.732158347 7.632738798 7.576638391 7.31586982 7.611069453 6.463896139 6.618603265 5.879254576 7.155472267 +LQ02X002850 Putative Predicted protein 7.766293281 9.257111546 6.067426482 8.006696487 7.83824718 9.741439583 9.543167525 11.308481 9.194063815 10.94255952 6.72430943 7.650448577 8.087182295 10.76144148 11.19693993 12.34743667 12.02548638 10.08553829 12.4457063 10.15504434 6.067387551 6.810402193 7.609580538 11.08470264 11.28329172 7.90859199 11.06976095 7.242874759 5.628459132 7.379836262 10.80123559 9.79441911 +LQ02X002860 Putative Uncharacterized protein C16orf61 homolog 11.61279149 11.17160395 11.35391616 11.1009956 10.95204872 10.3966719 10.46310017 10.17196024 11.95759173 12.18990867 11.86740527 11.19768456 11.60944473 10.54696159 10.66627037 10.30155778 11.71118346 11.71428152 11.50966244 11.90678447 12.03388563 11.05196603 11.55182826 10.82063405 11.73612702 11.80770005 11.8662514 11.58651386 10.85820234 10.78557077 11.41195427 10.90953499 +LQ02X002870 Putative uncharacterized protein 6.455292144 8.997125779 6.110303714 8.527795384 6.183282656 9.579799169 9.438870922 10.44464352 7.474573463 7.356673895 6.705994564 8.929461725 6.213839085 9.596081225 9.532518069 9.0767833 9.851623898 9.825204615 9.473165985 9.135285354 8.92754377 9.788240058 9.941344878 9.783969875 9.37748903 10.1411926 8.642536962 10.23573334 8.500472339 10.16132088 9.545866916 9.575058786 +LQ02X002880 Phosphatidylinositol-4-phosphate 5-kinase 8 5.739828779 6.013427789 6.401457378 5.919580793 5.757995645 5.93641473 6.531741137 6.341714545 5.387092236 5.33941124 5.915331903 5.691198022 6.074574248 6.193353418 6.0433665 6.616204419 5.579267609 5.552023376 5.800572288 6.235639042 5.975967995 5.88714035 6.123242352 5.833753067 5.707872953 5.858050828 5.712041897 6.401395008 5.4006802 6.19030898 5.9667784 5.509506527 +LQ02X002890 Hypothetical protein 8.158708484 9.920430868 7.276114266 8.415056631 7.72778781 7.560674215 7.347491138 7.413790639 8.600664456 10.06627145 7.145726319 8.366653565 7.962243216 7.242629578 7.290213235 7.451990552 9.321820301 8.422966913 9.468911554 6.781910078 7.858391068 7.445244764 6.782068608 6.903003534 9.484323993 8.22254853 9.366656198 6.173874146 7.237563505 6.798093677 6.928838897 6.544393787 +LQ02X002900 Uncharacterised protein At1g10890 11.52246926 10.68057144 11.58292465 11.8200331 11.53152219 11.57012553 11.50716515 11.66935712 11.11407875 10.32306539 11.18132852 11.13283837 10.99165273 11.14791085 11.63526102 11.18739496 11.64314326 11.77197346 10.63706151 11.42022161 11.5376693 11.29606811 11.36110673 11.39047285 11.04063048 11.53979224 9.99907147 11.80551397 11.52219895 11.73422453 11.7001915 11.65840875 +LQ02X002910 Predicted protein 5.025838462 5.563622311 5.352035779 5.43740547 5.14183864 4.900167892 5.50923033 4.84514549 5.599612242 6.559253118 5.82602647 5.274416757 5.369406538 4.846370979 5.558449823 4.759235076 5.044376855 5.500553803 5.447159454 5.598707597 5.979550544 5.400034443 5.30926349 5.754348671 5.058367373 5.305681524 4.785406788 5.332128557 5.93045072 5.29293536 5.462445519 4.983994115 +LQ02X002920 Putative Transmembrane emp24 domain-containing protein 10 5.367789256 5.328143035 6.410267619 5.537781505 6.131685682 5.354432509 5.332559075 5.282859628 5.753017184 6.074849796 6.087074582 5.520709475 6.147156098 5.463045674 6.0217923 5.115835387 5.495108545 5.393679463 5.457101835 5.199411053 5.032769899 5.749366119 5.080040863 5.739284473 5.584886817 5.549255709 5.101162929 5.4271504 5.467154939 5.848134081 5.855368564 6.720842087 +LQ02X002930 F-box protein At1g10780 9.111852646 9.531963524 9.143076197 8.750392617 8.841698942 7.682451614 7.290763696 7.606101967 9.465156855 9.410067957 9.351510816 8.776343517 8.908816062 7.78238497 7.097322835 7.611464396 8.582792104 8.372650684 8.515823182 8.664204382 8.507237785 8.653122002 6.268125873 6.146850644 9.228982859 8.990399633 9.192353879 7.535702036 8.745438141 8.075698812 6.160276533 5.555846946 +LQ02X002940 Hypothetical protein 5.720310829 5.153808959 5.309223951 5.58465332 5.653292271 6.008223125 6.039639069 5.316222082 5.695641508 5.276186776 5.535748341 5.796524636 5.274258475 5.744192433 5.346207416 5.386944974 5.169546293 5.241210983 5.54864672 5.29047027 5.567635888 5.210865745 6.425387118 5.302229551 5.42412436 5.815769976 5.856834662 5.708061502 5.78567225 5.375176805 5.177721956 5.933065801 +LQ02X002950 F-box protein At1g10780 6.427397864 5.827290205 6.706144419 6.102051722 7.005202755 5.194790871 5.78618 5.430953478 5.828806663 5.78630737 6.020459986 5.781669167 6.934823869 5.533026128 5.525655155 5.799793764 6.163214026 5.814854598 5.47833103 5.975524423 6.531383308 6.744786721 5.483600553 6.167780813 6.071591345 5.867294858 5.246624387 7.227616333 6.369899699 6.744542692 5.797487744 5.807428387 +LQ02X002970 Putative uncharacterized protein 12.34045141 12.14626947 12.74330479 12.10446037 12.39076934 11.68942324 11.32291368 11.70284365 12.3617223 12.09997334 12.85622447 12.05737299 12.60745024 11.47413116 11.21729254 11.4624787 12.16766645 12.25934657 12.10510781 12.94655779 13.3239769 12.26362457 12.51916178 12.03652483 12.55307894 12.25578966 12.33829218 12.82882599 13.0419814 12.33212833 12.44524337 12.11656535 +LQ02X002980 Putative uncharacterized protein 10.51280556 10.23078805 10.3153634 9.369408512 9.247215901 9.991019492 9.343528935 8.272032985 10.36991811 10.43412124 10.36829026 9.306039844 9.625452009 9.93224116 9.139403252 8.280113886 9.978904189 10.18567624 10.21010221 9.926042325 10.07072949 8.900350228 10.22719843 8.982715322 9.768854184 9.725956507 10.45165242 9.404640748 9.830999715 8.317911958 9.686145894 8.723415709 +LQ02X002990 Predicted protein 12.21407168 12.2800274 12.56309701 12.91304409 12.68876569 13.063774 13.0872051 13.16590198 12.30397392 12.05401849 12.24683126 12.38593225 12.30992271 13.1625772 13.04448713 13.12431036 12.34587297 11.97897595 11.83580016 11.80502984 11.99992171 12.73890169 12.76771682 12.84746693 12.16521142 12.130389 11.7746253 12.09125245 12.48085772 13.08261017 13.04208636 12.79674944 +LQ02X003030 Putative uncharacterized protein 11.36967817 9.962099884 11.52429021 10.00796407 10.98861827 10.82989321 10.54080434 10.39851488 9.032861879 10.22091362 9.147440525 8.842292574 9.123132202 8.83063213 10.0639168 8.354261925 10.30094012 11.44571892 11.15326782 12.06573125 12.38176774 9.822813014 11.85418008 11.21179582 10.53118867 11.27814956 10.73777314 11.46479709 11.69116799 9.959108304 12.31958817 11.2087431 +LQ02X003040 Predicted protein 11.32062593 12.24994842 11.99262869 11.92247364 11.82482333 12.24084403 12.25145161 12.56275661 11.22957399 11.91565736 11.62194514 12.08209949 11.98200129 12.29766116 12.49244251 12.43559466 11.37894998 12.02160102 11.33362908 12.38615513 13.03104781 11.98015331 13.30634538 13.85023339 11.26475336 12.05031254 11.69761101 12.39498507 13.00920237 13.04210979 13.24349799 13.4798483 +LQ02X003110 Basic blue protein 11.55784396 13.63928635 9.705560239 8.061362049 8.753783868 7.393524627 6.67098478 7.306604454 12.3170281 13.64804368 10.5686269 8.817792443 10.09325883 7.099922368 6.326045282 6.908317516 12.37971291 11.54164305 12.75038498 10.71726149 9.485724324 9.979348366 5.697586726 7.378922318 13.35920585 12.11308559 13.23742303 10.04857238 8.759185736 9.875913396 6.264226889 8.04985623 +LQ02X003120 Putative uncharacterized protein 9.886237033 9.77056353 10.11756531 10.50823801 9.445531377 10.94312552 10.64610305 10.19731081 10.28042344 9.344011509 10.16411459 10.32147676 9.726203588 10.70361166 10.14641845 9.762121309 11.04809873 10.94971139 9.239284297 10.60448066 11.04440246 10.34661696 11.4512948 10.38065887 10.74925984 10.76566046 8.588584266 11.10110795 10.53418485 10.38220622 10.6881796 10.00429732 +LQ02X003170 Arginine/serine-rich splicing factor, putative 13.3338893 13.32978965 13.30562488 13.00184987 13.14938217 12.95407994 13.00075914 12.59456344 13.40507725 13.29167811 13.35304988 13.1845413 13.28297289 12.84202912 12.71280123 12.97970858 13.29431278 13.64081438 13.01847589 13.49776922 13.57748509 12.9531306 13.12814426 12.8309173 13.20616305 13.71214278 13.30952313 13.10696427 13.41975575 12.48259271 12.87005648 12.73299623 +LQ02X003180 Ptm1, putative 10.91215605 10.76683513 11.81304969 11.35392603 11.31940733 8.77684055 8.435346003 7.926072393 11.20129449 10.37208877 11.72067171 11.31711518 11.48937177 8.688118259 9.056847411 8.095961305 9.853302511 9.832608289 10.13774371 10.97493174 11.37654536 11.22259662 8.907438233 8.998462003 10.61353881 10.70992249 10.4377695 11.93269598 12.18368134 11.66800485 8.812348877 8.891742144 +LQ02X003190 Putative uncharacterized protein 6.256144132 6.373301556 5.558178728 5.907082606 5.631067475 5.658384439 5.907108892 5.970139038 6.364884256 6.25959296 5.458386323 5.64643723 5.813601744 5.756472837 5.934402343 6.001008675 5.761366008 6.124103406 6.515290636 6.344430769 7.095576733 5.544602955 5.847995688 5.810210372 5.780523125 6.067284255 6.105488146 5.83021015 6.291832565 5.934898741 6.248146998 5.572714378 +LQ02X003200 mRNA turnover protein 4 homolog 12.18375977 12.50073976 11.13651499 11.42388408 11.15474451 11.95084153 11.99462585 11.8629083 12.62457253 13.29922135 11.8734746 11.6802449 11.55486911 12.08403432 12.00851564 11.84505432 12.40417537 11.11068376 12.14069103 11.47934796 10.91621473 11.2817866 11.86961967 11.56916114 12.44608664 11.8608633 12.44976176 11.24635761 11.15045383 11.36898691 12.05646954 11.47020882 +LQ02X003210 Putative uncharacterized protein 4.860261669 4.868993517 5.269714027 4.992964255 4.865232517 5.186004871 5.100164037 4.981802103 4.843726048 4.91560684 5.414425143 5.24816919 4.962205847 5.477780918 5.689118808 5.286782245 4.786665458 4.622540924 5.11034645 4.87227011 5.250888986 4.737289941 5.080723714 4.898786095 4.876398792 4.579943293 4.690731406 5.145702127 4.688708758 4.789675031 4.711902928 5.253971076 +LQ02X003230 Predicted protein 5.590455869 5.417988837 5.919262585 4.998634781 5.747381039 4.796700084 4.845621285 5.171538223 5.675559845 5.685731129 5.419332819 5.084200738 5.895773995 4.823624657 4.773716436 5.073689775 5.32749743 5.717269729 5.835454282 5.309711123 5.348231632 5.60070134 5.746493676 5.911651714 5.300054691 5.983726253 5.572295371 5.931379941 5.74636 5.661433672 5.601001003 6.696565703 +LQ02X003250 Predicted protein 5.33465333 4.720158046 5.070052675 4.921684948 5.264723479 4.904964496 5.148930865 4.983165404 5.155551197 4.92837562 4.805187284 4.979040112 4.807211278 4.770073851 4.834774738 5.483486625 4.870213239 4.866262909 4.890970794 4.867223013 5.169880902 4.826495896 6.144795089 5.203217402 4.959784548 4.970038244 4.783347442 5.661742706 4.895130392 4.678193694 6.289225543 5.120350122 +LQ02X003260 Predicted protein 5.505616203 5.724337987 5.198507032 5.472488694 5.672339138 5.463305531 5.315220763 5.496183507 5.300763069 5.541821317 5.05691781 5.370966615 5.253878544 5.476474011 5.01958434 5.626196973 5.12938636 5.464937833 5.968063836 5.735655323 6.138996729 5.360892094 5.419790193 5.283552519 5.366461462 5.452045001 5.964973353 6.221764943 5.417731573 5.575438522 5.18972519 5.313497534 +LQ02X003280 Putative Alba-like protein C9orf23 5.490028739 5.631530624 6.013038383 5.861741645 5.643644162 6.095605149 6.030148158 5.697489465 5.831854621 5.75133464 6.034344078 5.979029365 6.111259075 6.481250305 6.135557664 6.034932815 5.434597675 5.572790066 5.917709866 5.411285831 5.837517614 5.812495554 6.30879344 5.930208831 5.365615843 5.775797841 5.95366603 5.632447504 5.58783632 5.639952282 5.865681784 6.513412422 +LQ02X003310 Tubby-like F-box protein 8 6.31526454 6.502561701 6.080691876 6.755357682 6.330628398 6.740582408 6.0852724 6.979783202 6.450137672 6.516374203 6.189293907 6.667581231 5.680051329 6.069226431 6.518136948 6.506859869 6.592705035 5.929782019 6.206664179 6.370699365 6.126745633 6.145459926 6.801828813 6.427527725 6.764063483 5.976550864 6.659868232 6.254393282 6.156269009 6.319269337 6.187892561 6.656041446 +LQ02X003320 Predicted protein 10.94859415 10.74206635 11.03995275 11.51308438 12.77655108 11.30622585 11.41207015 13.18444213 11.3543115 11.95252059 11.72501644 11.73511455 12.63987519 11.49410252 11.59959932 12.94386972 12.50009197 12.30671606 12.54448006 12.53161653 11.30801177 12.0898015 10.85212988 12.13309768 11.48887112 11.02627019 11.78899768 11.33329034 10.15480218 12.59162952 11.09319211 12.15056868 +LQ02X003350 Putative Auxin-induced protein 5NG4 6.474638945 6.205324922 5.709749149 5.945051144 5.500970387 5.352830194 5.565929328 5.649398566 6.06293933 6.169714073 5.754742081 6.133853154 5.500988519 5.245522107 5.221790891 5.71142422 6.031987771 5.908160289 7.234257925 5.589802216 6.223624493 5.955145059 5.509514198 5.42637202 6.228300843 6.248300021 6.575199631 5.556633276 5.455300315 5.972323658 5.156051127 6.041470085 +LQ02X003390 Predicted protein 5.739163321 5.593036429 5.705453181 5.664585413 5.907896795 5.471087459 5.796067462 5.875461258 5.89947757 5.348166263 5.538139669 5.552408149 5.876212025 5.522053368 5.434319455 5.95181001 5.494876564 5.890173248 5.72975451 5.667006559 5.509307726 5.961800671 5.714191464 5.891343903 5.5453909 5.693232333 5.613138743 5.29918773 5.486793519 6.152171704 5.388790478 5.457470921 +LQ02X003400 Putative Diphthamide biosynthesis protein 1 6.047597289 5.958843507 6.500369962 5.591613347 5.78797312 5.065632582 5.674610412 5.217067657 5.939919459 6.269001419 5.856718662 5.555748669 6.080834448 5.400502755 5.302306442 5.422016237 5.632514866 6.465392165 7.063794628 6.146183863 6.094049348 5.70154427 5.75013131 5.286759113 5.927032231 6.002055304 6.80207088 6.462606467 6.013974315 6.088340486 5.826064762 5.610836512 +LQ02X003420 Predicted protein 5.777014752 5.0124 5.00186081 5.290865425 5.068528519 5.355346855 5.061989761 5.364524361 5.315379283 5.097867767 5.089554466 5.218811323 4.957300194 4.958563971 4.922654973 5.204471907 5.668453787 5.242313412 5.609711378 5.06547801 5.456794789 5.449844833 4.874308134 5.196178082 5.522052435 5.635220615 5.388953631 5.222706639 4.972135734 5.281871982 5.05883115 4.932822917 +LQ02X003430 Actin-101 5.634626669 5.773688679 5.759282844 5.472902587 5.23380554 5.195919402 4.975068943 5.400336094 5.519741847 5.96824183 5.155706697 5.306449818 5.404412276 5.02822208 5.334255863 5.063824839 5.430396571 5.478263517 6.043159905 5.820900029 5.315294041 5.566851162 5.709982507 5.300456848 5.064534378 5.783660894 5.956940622 6.228991509 5.089302267 6.016029031 5.846305251 5.171042771 +LQ02X003440 Cytochrome b-c1 complex subunit 6 6.101564092 5.905061614 5.815755013 5.34878099 5.637046951 5.257139598 5.277394364 5.556210115 5.784057906 6.356835134 5.126164282 5.465150202 5.697426 5.168501914 5.165160758 5.274880137 5.862541146 5.585694962 5.696705325 5.594170837 6.235547984 5.831890914 5.464746885 6.146705978 5.864837738 5.706405202 6.428701647 6.056728556 5.914965238 6.045032434 5.980106715 5.75963073 +LQ02X003500 Putative uncharacterized protein 8.560532502 7.853909791 7.765611848 8.471542577 8.599401151 9.849454831 9.399451573 9.331240804 7.88890623 6.538063428 7.722066607 8.167661449 7.303678139 9.088954886 8.41778684 8.599123408 7.87164265 7.590075436 7.855546996 6.686541063 7.731097255 8.202342249 7.791563682 8.708758176 7.930620973 7.562927137 7.279120952 6.885313608 8.064417506 8.784447308 8.490991551 8.125744131 +LQ02X003520 Putative uncharacterized protein 9.87178299 9.652926702 9.620202211 9.93486044 9.429125765 8.663721041 8.090426206 7.906719 10.17984202 9.612957542 9.941585378 9.919246384 9.539241843 8.838156972 8.221264094 7.90811195 9.759546276 9.219486018 9.160559399 8.866053034 8.4361501 9.789296221 6.130360643 6.825387652 9.875344529 9.693873606 9.035487583 9.376678564 9.14815426 9.619166241 6.233476111 7.037698813 +LQ02X003530 Putative Ubiquilin-1 12.06574443 12.30206341 12.21389707 11.97954444 12.27043569 12.23982044 12.13673902 12.16119004 11.95367173 11.83760438 12.19108037 11.79758764 12.39343452 12.40712827 12.09051676 12.14164868 12.00164843 12.20295488 12.31412049 12.46201971 12.37646943 12.63405323 12.80405342 12.81537514 12.25345864 12.45843044 12.64185442 12.5924406 12.69231451 12.78843552 13.03274678 13.10660151 +LQ02X003550 Cyclin-B2-4 8.018432827 10.63777129 6.583452212 6.02089097 6.673053073 6.513039543 6.269931949 6.309381073 8.985173428 10.61790407 8.843467484 6.046631828 5.962952316 6.701811451 5.897885272 6.292035073 8.838427045 7.892544801 9.809463409 7.29267968 6.660159805 7.651626489 5.836308653 6.852835053 8.767342085 9.197083639 10.3048827 5.448235591 6.987190538 5.457914394 5.30684925 5.383206521 +LQ02X003620 Putative uncharacterized protein 5.512723655 5.030843789 5.206583073 5.305213834 5.344539342 6.863050495 6.063206286 5.345497053 5.620752359 5.217832968 5.521423215 5.730110502 5.085543456 5.737372403 5.803031397 5.349579951 4.805497507 5.006943278 5.021711853 5.048255324 5.241628965 4.94913899 5.15830475 5.12323464 4.77582854 4.82668465 5.064087016 5.235528956 5.360074494 4.552297144 6.074295968 4.752589917 +LQ02X003630 Predicted protein 12.0019394 11.97423522 11.86358468 11.14502015 11.61730588 11.24391142 11.12185577 11.06368072 11.89796528 12.04662285 12.04932501 11.06187098 11.73700568 11.43463805 11.0368016 11.2018986 11.82472074 12.12786428 12.40209761 12.46738414 12.31794918 11.55846965 12.64257866 12.10153877 11.84271159 11.6657296 12.44809767 12.20452923 12.49282729 11.58128572 12.56689843 12.3527821 +LQ02X003660 Putative Probable flavin-containing monooxygenase 1 9.997705637 9.609633463 10.07721556 9.952072933 9.470739668 10.59901895 10.61918279 9.658408588 9.857127372 9.585418037 10.17195416 10.11015024 9.927755671 10.45004958 9.874084728 9.813316861 10.26300538 11.15258264 10.22711806 11.30182886 11.75968176 10.37199091 11.77341441 11.02876673 10.06031872 10.67048875 10.42669616 11.09551953 11.14366175 10.48013731 11.35073633 10.73099576 +LQ02X003680 Putative Probable flavin-containing monooxygenase 1 5.327202414 6.034825593 5.273457375 5.148600491 5.480186319 5.511298944 5.287948518 5.256593007 5.350335006 6.131511598 5.419525742 5.226186314 5.586213031 5.061668141 5.117656648 5.279304923 5.152762827 5.427580347 5.56812458 5.10607664 5.663648236 5.275594403 5.165273781 6.667546561 5.44263332 5.67452026 5.969373771 5.662956347 5.47512211 5.417010834 5.664566241 5.513897944 +LQ02X003710 LysM domain-containing GPI-anchored protein 2 12.14170705 12.11732939 12.77452659 12.22864215 13.03767712 9.920114356 11.26610842 10.99980751 12.32032211 11.98690602 12.95352417 12.1989473 12.96017458 10.73987275 11.57482608 12.08447591 11.77905627 11.94534764 12.39626278 12.92913122 13.15155935 12.80074245 12.64044671 12.548385 11.89174301 12.09150408 12.26238141 13.36891033 13.4256518 12.80449787 12.91519613 12.83195811 +LQ02X003720 Putative Glycerol-3-phosphate acyltransferase 3 11.45337422 11.71732714 11.67355111 11.59499715 11.65603454 11.00744212 11.26927061 11.1904022 11.43632068 11.53326449 11.72149941 11.3385034 11.52469434 11.25462484 11.04190674 11.18438983 11.69998068 11.75302889 12.24214746 12.02909193 11.95312496 11.68634257 11.91724147 11.98334234 11.62317997 11.68069302 12.13631031 12.26637304 12.1246244 11.77081181 11.97251319 12.17528283 +LQ02X003750 Uncharacterized protein ycf39 12.27042862 11.06893346 12.99710374 12.449321 11.63296919 13.18089809 13.04091961 12.29654082 11.93858327 10.7821259 12.46427862 12.2775587 11.69118875 13.28486687 12.72114275 11.81319594 11.07175137 11.51043179 10.71436823 12.22122236 12.12841751 11.33988908 13.15213953 12.75624165 11.10379753 11.34861439 10.95534523 12.01576792 12.49114267 11.38800598 13.30070242 12.59934019 +LQ02X003770 Predicted protein 11.22242934 11.22156036 11.69300087 11.25542507 11.60889571 10.96470707 10.58907839 10.76762817 11.29225011 10.98404391 11.62136258 11.4120541 11.74715862 10.80542049 10.79710943 10.63741711 11.54056917 12.00513449 10.99871568 11.65736995 12.11962712 11.75865369 11.09170056 11.08256267 11.33690455 12.1071851 11.39146905 11.80641084 12.35503366 11.61639993 10.870765 11.44608459 +LQ02X003780 Probable serine/threonine-protein kinase At4g35230 9.715738731 10.06859254 9.160176603 8.968441287 9.210483882 10.10880822 9.564208466 9.393738657 9.943587658 10.17816602 9.445235511 9.127816403 9.379390364 10.24703298 9.491993442 9.401026917 10.44428077 9.751871569 9.999155633 9.470088892 9.389273593 9.140080789 9.956848793 9.347638001 10.20557272 9.642430256 10.62946892 8.755390981 9.981536995 9.13019616 9.962818481 9.752727402 +LQ02X003890 Endochitinase 1 8.92350962 12.31045351 7.264746539 8.084811422 12.14778333 7.1313234 8.84028248 11.30516953 9.77186455 10.58258982 6.235989478 7.020280226 9.091530155 6.971348929 8.447450091 10.44741302 14.97927753 15.47759841 14.93156787 14.63634759 13.53857142 11.67309923 10.98242968 13.02029928 12.50623841 10.25573 13.07859562 11.17820482 10.07723368 10.58134678 10.45342225 13.6421719 +LQ02X003900 Putative uncharacterized protein 9.623672796 8.251792302 8.701174134 8.425932493 10.71346585 10.1135262 10.978889 12.20899239 8.378305996 8.360304823 8.26398009 8.807645086 9.842714998 10.8584146 11.74594843 12.22942026 10.69817275 8.43136561 9.992134477 10.61406759 8.703614885 10.10850355 11.870176 13.52855366 9.342334194 8.186337125 9.186233819 9.414115838 8.290427072 11.30957157 13.08776579 13.78419251 +LQ02X003970 Expansin-like A1 5.858470924 5.561080704 5.779468651 5.500404624 5.713223979 5.284824216 5.270119865 5.297704953 5.591798225 5.971307218 5.942117297 5.379439899 6.407608369 4.971562942 5.269082564 5.228149943 5.859939067 6.350572727 6.110777186 6.13059029 5.78919889 5.888078746 6.069270294 5.525793663 5.704220072 6.138756267 6.305338625 6.007457344 6.019045892 6.056376312 6.443892444 5.502041926 +LQ02X003980 Alanyl-tRNA synthetase 11.08090306 10.44589551 12.10204651 12.51110035 12.07712514 13.75699882 13.35253997 13.2124396 11.17670826 10.39013628 11.92030304 12.86294793 12.26589739 13.73253346 13.4136101 13.33407953 10.52381798 11.33628189 10.08186655 11.53177032 11.45811536 11.38547403 12.502243 12.38181153 10.56918383 11.56563971 10.61436983 11.85631127 11.61778443 12.03367729 12.81779736 12.21407406 +LQ02X003990 Putative Auxin-induced protein 6B 6.485692321 6.09334909 6.153623905 5.069756353 5.177112435 5.275714678 5.093028341 4.960910077 5.906854049 5.703650241 5.994938858 5.201741424 5.374498326 5.539404746 4.749671283 5.043158733 5.623206385 5.373272865 5.7728772 5.456936292 5.706588962 5.322732591 5.449689959 4.987247717 6.117357971 5.814651811 5.521143735 5.23132566 5.421947194 5.654627149 5.33403916 5.365556181 +LQ02X004190 Signal recognition particle 43 kDa protein, chloroplastic 14.34515274 14.31354617 14.71661294 14.63354761 13.91513986 14.40155605 14.55732436 14.40034556 14.12828219 13.98185642 14.37513577 14.36973536 14.12292749 14.50702259 14.58377658 13.83358717 13.65610706 14.01325296 13.85030558 13.91824517 14.05613264 13.93220468 13.53371702 14.15581873 14.02047089 14.486527 14.0101314 14.00090751 14.35821576 13.58399295 13.63741525 13.88275052 +LQ02X004200 L-ascorbate oxidase homolog 9.147050273 10.17173615 10.95535207 10.09754086 9.732394834 5.891623249 5.53298471 5.888465758 9.491325154 10.21160973 11.01866361 10.47443283 11.70134725 6.115481118 5.89628384 5.927901767 10.35435159 9.49412104 10.6081222 9.768965292 10.13105888 10.58370801 6.310412681 5.71589596 10.04524115 10.31477963 10.21688499 11.22174159 10.95356658 9.366635411 6.6612722 7.581612213 +LQ02X004230 Putative Coiled-coil domain-containing protein 124 homolog 4.702551465 4.981948532 4.950563193 5.225652465 5.273740225 5.485061322 5.345792152 4.973318709 4.778516356 5.400413037 4.822726318 5.135238062 4.998593543 5.190458619 6.431037144 5.195786117 4.966546547 4.810971973 4.676985043 4.977420202 4.552051781 5.040308728 5.362177178 5.864738087 5.019296549 4.68312476 4.560927704 5.416949536 4.975975407 5.016900693 5.590523153 5.678630433 +LQ02X004250 Putative F-box protein SKIP23 5.227352419 5.117547825 5.017264889 4.979919579 5.015221509 5.153343145 5.070658549 5.127719204 5.100590635 5.249956543 5.000861695 5.219420874 5.061985812 5.109097145 5.083631349 5.056895137 5.09024536 4.957583181 5.236108103 4.884753634 5.066128993 5.047138459 5.952266514 5.661358147 4.944275941 5.141468732 5.435331555 5.003978063 5.267782751 5.132930118 4.727638738 6.028123561 +LQ02X004260 F-box protein SKIP23 11.32384939 11.04304337 10.95322621 11.47280665 11.12772598 12.06072609 12.02202286 11.98725994 11.38480459 11.28858755 11.41033794 11.35294723 11.36888946 12.06602185 11.97658382 11.96384552 11.02823261 11.30110636 10.8087835 10.65578086 10.19265517 10.7366204 11.53398545 10.78705709 10.91397437 10.84940119 10.52594222 10.4246196 10.11135893 10.5178494 11.30993968 10.56628072 +LQ02X004270 Predicted protein 5.204322761 5.062086861 5.181780932 5.170761583 4.989804932 6.456790903 5.332677394 6.01490757 4.914917956 4.871584508 4.947349442 4.937562841 4.839881319 4.983086276 5.148286374 4.988255021 5.010087927 4.920179893 5.299312851 5.09317908 5.225461984 5.249410507 5.214551168 5.581021601 5.228162361 5.125257008 5.393764272 4.873001334 5.2086375 5.350620453 5.205745851 5.550893304 +LQ02X004280 Putative 3-hydroxy-N-methyl-(S)-coclaurine 4-O-methyltransferase 5.577624699 5.293766729 5.170018715 5.125814804 5.523466524 5.318306556 5.252356215 5.301619672 5.416225176 5.471812559 5.228418817 5.253337764 5.505104227 5.209602977 5.121367698 5.847898258 5.275282511 5.489153241 5.998011332 5.312713505 5.546790144 5.524624166 4.940790281 6.125900367 5.578954717 5.170269845 6.185711841 4.847804535 4.982955128 5.093771255 5.174590721 5.790636897 +LQ02X004290 Geranylgeranyl pyrophosphate synthase-related protein, chloroplastic 13.83608371 14.07733416 13.7203273 14.06838911 13.51364835 13.18659255 13.84627185 14.10481861 14.02159071 13.9019181 13.80434395 13.80043385 13.63808531 13.29666655 13.95105318 13.84010824 14.13006939 14.38307428 13.92856354 14.24037767 14.12124549 14.13706442 14.080076 14.56709877 13.73529616 14.32633961 13.89222552 14.05485209 14.26450235 14.08042824 14.07004723 14.42102507 +LQ02X004310 Hypothetical protein 6.049127331 5.946273752 5.839659225 6.52080081 5.632622197 5.837545402 6.332216724 5.473599072 5.933588676 5.309560163 5.671817842 6.72770957 5.695394458 5.66809059 5.916244213 5.898958423 5.645434955 5.888562023 6.734734156 5.897368298 5.921017366 6.003181195 5.365821335 5.210338791 5.351349775 5.263054767 5.208604 6.710340294 6.195947881 5.951270236 5.453119546 5.42417154 +LQ02X004320 Protein kinase, putative 12.92980279 13.5810273 13.47672224 13.69099539 14.2325565 13.71653324 14.14291092 14.90336687 13.29710913 13.24734104 13.41417624 13.8689932 13.98030538 13.5007757 13.96037989 14.42391223 14.04407419 14.65294537 13.98298584 13.79855572 13.9992067 14.3797046 13.7236505 14.6860703 12.79265521 13.63328284 13.45909802 14.13794362 13.96286181 14.48735408 13.6005679 14.23777784 +LQ02X004370 WD-repeat protein, putative 5.187773465 4.977554024 5.047754756 5.217874923 5.226167384 5.311019529 5.212079375 5.236622135 4.852283636 5.097181706 5.186281869 5.118404447 5.031381611 5.436437305 5.784224034 4.987497785 4.986772259 5.110950229 5.127103309 5.314828462 5.147380875 5.024277403 5.554374308 5.460922902 5.046084284 5.061712546 4.868649473 5.145950051 5.342630428 4.967157117 5.840145544 5.183999305 +LQ02X004390 Putative Hippocampus abundant transcript 1 protein 10.12147245 10.24657165 11.18658149 11.88393973 11.36903773 11.92940983 12.18739091 12.17117629 10.1616584 9.999782195 11.24203086 12.0533969 11.28460495 11.89172946 12.49115732 12.06601137 10.18136668 10.62817544 10.60743808 11.29033914 11.3363223 11.89855869 11.84783429 12.60918289 10.76395614 11.02303196 11.18569088 12.02974401 12.06004555 12.97219415 12.10910717 12.55580256 +LQ02X004510 Pentatricopeptide repeat-containing protein At4g35130, chloroplastic 8.291396475 8.256579785 6.837082451 9.079566241 7.958890491 10.24720804 10.23964875 9.480822175 8.445913497 8.459812393 7.986503066 9.404333249 8.68552767 10.33545786 10.12030075 10.27151097 9.248033276 9.379641721 8.148158526 8.759617261 9.097588718 8.234312467 10.30974009 10.05869928 9.147267352 9.750709263 8.140600683 8.821717317 8.963236664 8.922777601 10.24853272 9.362791747 +LQ02X004520 Hypothetical protein 9.521755696 8.953950067 9.397369139 9.252168883 9.302012627 10.18811525 10.20125577 10.23688843 9.324635648 9.068120354 9.336536257 9.630750854 9.385040913 10.05251236 10.50519784 10.41010885 8.831879162 9.616043195 9.211385958 8.959204051 9.934844589 8.61799539 9.814287317 9.563297382 9.008342686 9.248170374 9.058863313 9.015137929 9.889245719 8.961926521 9.900274468 9.706899555 +LQ02X004530 Putative Arginine/agmatine antiporter 5.271195775 5.336054648 5.663388909 5.806876085 5.101863254 5.873972714 5.597381091 5.590632488 5.64646666 5.354407172 6.281369634 5.638895853 5.216587905 5.463561675 5.838616114 5.496033245 5.495824541 5.329631843 5.312303424 5.082043786 5.217713546 5.46432284 5.047438944 5.195596299 5.169732144 5.048620451 5.106715781 5.128854424 5.365089245 5.493253467 5.342428086 5.508510614 +LQ02X004550 Putative Transportin-1 12.54655126 12.13836434 12.38366984 12.65098859 12.51122047 12.59080421 12.46904518 12.73886302 12.50697505 12.27563876 12.55228597 12.8211936 12.49592783 12.49875273 12.44638776 12.73233826 12.55101164 12.05636214 12.67681472 12.26658397 11.77127373 12.42675998 12.13316769 11.97952152 12.47382459 12.29275722 12.40163871 12.20443998 11.99072938 12.35624263 12.18274559 11.80732767 +LQ02X004570 21 kDa seed protein 5.526654706 5.332878084 5.540375526 5.053123346 4.80807052 5.25974172 5.341434107 5.145483606 5.635132782 5.311924331 5.629331332 5.358980729 5.427779015 5.460667914 5.234570613 5.349792812 5.529014082 5.365963931 5.886366 5.194842449 4.918456984 5.400646514 5.55138202 5.50611718 5.701589788 5.312287014 5.569721376 5.264070873 4.942316064 5.329472944 5.014855013 5.177738846 +LQ02X004590 Pre-mRNA-splicing factor cwc23, putative 5.327888961 5.581223125 5.232725174 5.363500109 5.70630241 5.35728182 5.50334888 5.519995338 5.564611807 5.666692829 5.25097916 5.438101824 5.614573339 5.595753074 5.868079208 5.349228936 5.364332073 5.56474574 5.518671225 5.396581356 5.190071717 5.254745631 4.911010446 5.153348626 5.275664288 5.550643833 5.420384074 6.896162523 6.20032753 5.186667232 4.841675856 4.786320695 +LQ02X004600 Putative uncharacterized protein 11.46136185 11.61851365 11.5836109 11.79083957 11.63563248 10.69779453 11.2703584 11.59989308 11.42492718 11.98369066 11.40146509 11.34660888 11.43158394 10.58767889 11.50866288 10.59104565 11.60701032 11.94741146 12.28133014 11.38377825 11.27903594 11.85551505 11.58673497 11.71356647 11.82282799 12.20268365 12.45630739 11.59377578 11.78657919 12.1733579 11.64019731 11.77453598 +LQ02X004610 Phytoene dehydrogenase, putative 12.02896759 11.17872271 12.70917403 13.04717875 12.33663303 13.73973985 13.86209008 14.40457448 12.02396 10.7118558 12.48573554 12.68210926 11.7103952 13.98799796 13.83442401 13.82232161 12.04309487 12.39807942 11.152151 12.23163221 11.61923664 11.79666344 12.4527932 12.96398 11.04419192 11.57264612 9.797522744 11.94953679 11.63822563 12.1442609 12.64258493 13.05963416 +LQ02X004620 Putative uncharacterized protein 12.56118902 11.50401183 13.4747152 13.45452305 12.56058177 13.85140222 14.05430959 13.6355735 12.56995347 11.80070803 13.17969445 13.14268411 12.92336989 14.15119016 13.82975336 13.39067482 11.79865517 12.71760209 12.08014552 13.64150846 13.29496123 12.44735779 14.41323569 14.05243065 11.9879411 12.54890237 12.2253216 13.66984645 13.65126262 12.64438975 14.54633503 14.1060871 +LQ02X004630 Predicted protein 7.026107546 8.514213042 4.941946612 5.198849727 4.737682654 5.394654126 5.540158456 5.316235628 7.871023083 8.581600698 5.474338755 5.326873238 5.318043222 5.8280721 5.043764644 5.460703016 7.490089324 5.998148636 8.172006874 6.002483668 5.836292054 5.786724122 5.503966459 6.633667226 8.673988865 7.724766633 8.765935935 4.971418721 5.22971779 4.942810196 6.031480708 6.084438884 +LQ02X004640 Probable protein phosphatase 2C 60 5.678282606 6.173559959 5.548316253 5.408425375 6.020161409 5.887129268 5.607749877 6.027406536 5.682047369 5.357969664 5.264204458 5.423668844 5.77547297 5.839540933 5.26328422 5.752563797 5.683799534 5.553397594 5.221519566 5.835957453 6.567628426 5.656588429 6.36420148 7.117345416 5.781587096 5.963842226 5.549033329 5.683380603 6.011612472 5.55816797 6.623454282 6.167380278 +LQ02X004660 Probable protein phosphatase 2C 64 13.25175012 13.36782641 13.30997024 13.7213323 13.38214963 13.47237012 13.0449908 13.15506338 13.14426504 13.03711231 13.15283896 13.33840826 13.27030767 13.21363308 12.83753164 12.73182966 13.62219462 12.94525313 12.75795676 12.79055424 12.90844334 13.15958911 12.50347399 12.1136815 12.99438922 12.19457138 12.14549406 13.04868036 13.27262122 12.70771706 12.20868965 12.21849507 +LQ02X004670 Putative uncharacterized protein 8.065234709 8.464844203 7.598975106 8.357040804 7.970995798 8.71418021 8.901588508 8.955505026 8.275416106 8.120143021 7.685691423 8.022333777 7.649178456 8.627472188 8.848498695 8.324085406 8.814576042 8.564434306 9.538197178 7.770140242 7.852853191 8.353486747 9.157698241 9.850504264 8.792136713 9.059462446 9.635276717 8.621641087 8.692790658 8.904483794 9.686220544 9.747163249 +LQ02X004720 Splicing factor, putative 9.402792125 9.810862575 9.671150383 9.18672936 9.770096794 9.965921827 9.7573178 9.850489251 9.028649391 9.478150443 9.414502012 8.918120473 9.230302157 9.532353525 9.685934064 9.10693771 9.391116526 9.145507473 9.263083839 9.658938564 9.56705783 9.803679538 10.04324311 10.21258869 9.831011933 9.408685156 9.856231417 9.589986293 9.616340134 9.945620597 10.18145898 10.21534573 +LQ02X004740 Probable 26S proteasome non-ATPase regulatory subunit 3 13.57963295 13.93326934 13.60960427 12.87123243 13.04999894 12.85343042 13.01298656 13.06820593 13.42145828 13.7618976 13.52914095 13.02329612 13.15589882 13.13330245 12.95867928 12.97951163 13.5749485 13.51994134 13.56749128 13.72655656 13.66330315 13.59568267 13.63591428 13.81759283 13.82343625 13.71637387 13.64664802 13.47949478 13.78840124 13.2288758 13.42400931 13.88748897 +LQ02X004750 Putative Trafficking protein particle complex subunit 2-like protein 12.4179806 12.48679444 12.19837816 12.36039517 12.04421678 11.87173455 11.95822055 11.59599408 12.50331572 12.89961791 12.43339416 12.52553371 12.31195041 11.86173422 11.77661275 11.79974331 12.90904065 12.99281471 13.14681165 13.0547504 12.84664506 12.38286782 11.98514952 11.48032506 12.94115468 13.03870262 13.12830884 12.64972314 12.48357406 12.30312116 12.09007631 11.54737388 +LQ02X004780 Blue copper-like protein 6.500603778 6.979069828 6.708562466 6.660441559 6.382779207 6.86221454 7.208296765 7.269984336 6.613971098 6.3908639 6.283599061 6.993759566 6.84066248 6.816243576 6.491309764 6.919840076 6.903404336 7.321095792 6.718708721 6.516597681 6.245151683 6.762688964 6.149156644 6.373344698 6.756074421 6.542832045 7.098042241 6.608565763 6.36958249 6.864261362 5.798263108 6.223607515 +LQ02X004800 Predicted protein 10.68095899 10.92472485 10.48460327 10.12164913 10.68411074 12.52084891 11.57937277 11.22388132 10.45606907 10.45440638 10.44269932 10.45560619 10.22264587 12.42635006 11.51961578 10.87525609 12.14708205 11.44748106 12.08429776 12.60333961 12.18809714 11.72722244 13.33957211 12.84902544 11.55238117 11.28822728 11.82136081 12.36820804 12.33237048 12.96526381 13.10870958 13.26008174 +LQ02X004810 Putative Pre-mRNA-splicing factor syf2 12.14972499 12.08730121 12.06846105 12.5828802 12.27534646 12.5988155 12.69006174 12.97838308 12.25595032 12.11896726 12.26118233 12.59464084 12.36507044 12.51602928 12.50235796 12.7654253 12.35155661 12.54503712 11.59671693 12.00226705 11.97340093 12.07264384 12.19668826 12.2343254 12.09809925 12.48699313 11.21047289 12.2206541 11.53227139 12.24165523 12.2512278 11.93130895 +LQ02X004830 Probable aquaporin PIP2-8 7.116517082 7.578644311 8.067902771 7.602451964 8.053363524 5.624333185 6.615252818 5.957640447 7.249722744 6.919162131 7.795648933 7.587310796 8.815583848 6.47961848 5.781473549 6.390406074 6.933441752 8.016851526 7.759828158 8.541017146 8.910191602 8.345686468 8.099632677 6.814943636 7.141262545 7.978134754 8.343658547 8.435572969 8.768143494 8.538136938 7.443104562 7.772371103 +LQ02X004840 Hypothetical protein 5.5675147 5.455140959 5.805002101 5.075979824 6.08131901 5.357099121 5.156209054 5.826801423 5.748379927 5.58577278 5.724890937 5.301965063 5.297024098 5.66939884 5.122228713 5.586339741 6.445538311 5.951313698 6.919874548 6.68794768 6.829101664 5.176748402 7.693938547 7.280069143 6.241786508 5.976150294 6.589315981 7.809912349 6.604361757 5.154349111 7.09747669 6.435010523 +LQ02X004880 Putative Urease accessory protein ureH 11.17197284 11.09821385 11.41395341 10.92166824 10.69689316 11.38727244 11.28026095 10.87272331 11.08902805 11.15278958 11.25284399 10.86379271 11.0272208 11.3264942 11.5171573 10.8215471 11.78813471 10.9395903 11.57299022 11.22172451 11.85381784 11.19671606 12.7681928 12.64815514 11.53435291 11.08262847 11.74078387 11.49171769 12.06385234 12.2213421 12.5229759 12.77798791 +LQ02X004890 Glycerate dehydrogenase 12.27731205 11.90760451 13.7236264 14.56929366 13.56818883 14.88321938 14.99785839 14.83452979 11.97309803 11.45962006 12.99612705 14.15127759 13.51175302 14.95722809 15.33081917 14.47749571 11.42908452 12.06933616 10.91500524 11.68299642 12.17920871 12.67375233 13.29951081 13.61077381 10.99461056 11.91189583 11.02517138 12.36133936 12.94105726 14.52064946 13.48176873 13.21791555 +LQ02X004900 SKP1-like protein 1A 5.358441836 5.610314982 5.552617696 5.358093446 5.516481529 5.300933769 5.500993437 5.579496062 5.711871722 5.728729905 5.241499819 5.456717661 5.621250716 5.976731815 5.639151422 5.347051122 5.499115364 5.101767666 5.201169358 4.986947365 5.041330912 5.775509192 5.658895612 5.366036817 6.39900105 5.021062207 4.971890197 5.489886908 5.123755881 5.160300687 5.226137565 5.493720828 +LQ02X004930 CDP-diacylglycerol--inositol 3-phosphatidyltransferase 1 7.236168583 7.061374572 6.782391813 8.7397338 7.46577703 8.815679162 8.775633305 9.16711411 7.829742033 6.854266793 7.324060414 8.955381084 7.558043409 8.894253319 9.031328475 8.557649902 7.378758338 6.238546108 6.512434008 6.341379278 6.785398128 7.190907075 6.278655817 7.44516178 7.268767399 6.707245834 5.826631003 8.128265595 7.195456839 8.04746383 6.275202091 6.35556464 +LQ02X004940 Putative uncharacterized protein 11.37702356 11.38296816 11.2104286 10.72016074 11.19099857 10.59739819 10.35750251 10.53517823 11.26399733 11.17943955 10.98767551 10.60693991 10.31019541 10.8477422 10.91368307 11.14214302 12.55274267 11.72363063 11.25516005 11.21834477 9.661059214 10.34567537 9.671073094 10.1826515 10.96790694 10.54626661 9.757825415 10.46935971 9.166338205 10.51669227 10.22988782 10.28328607 +LQ02X004960 Predicted protein 6.637289032 5.957695522 5.779479546 6.548900433 5.835858443 6.559914492 7.113736831 6.616620758 6.276654583 6.86392244 5.615908153 6.486288709 5.800066143 6.380350203 7.671714245 6.53604372 5.853570799 6.892388082 6.095369994 6.980605915 6.011855283 6.102605244 5.711791704 6.282033491 6.11507618 6.570214376 5.728517173 6.341946619 6.11729403 6.102683151 5.857803026 6.4708896 +LQ02X004970 WD-40 repeat-containing protein MSI2 5.52137868 5.801229779 5.802975988 6.030604241 6.557460331 6.03146825 5.979398504 5.406728246 6.240219279 7.499339263 5.47376897 6.231070237 5.587482469 6.005709177 7.04806477 5.380805741 5.168964039 5.618407297 5.548037489 6.255296467 5.776249978 5.937834961 6.05867121 5.446988313 6.205239196 6.00163049 5.469440382 6.011979168 6.1000382 5.629468249 5.365717811 5.159408768 +LQ02X004980 DNA binding protein, putative 11.99787801 11.98132775 11.90343557 12.07705224 11.82448713 12.10921604 12.39620433 12.59181279 12.06690026 12.18005867 12.09155201 12.47552472 12.21580808 12.60056959 12.41833242 13.06352091 11.96754385 11.05993208 11.23234958 11.39000681 11.22742577 11.86484744 11.32043443 11.59791421 11.81805069 11.02242727 11.31607254 11.31350452 10.59399584 11.98656995 11.84990259 11.57644434 +LQ02X005000 Predicted protein 4.920679388 4.977197023 4.840603679 5.117133343 4.843700304 4.498900665 4.793434037 4.727197068 4.850513413 4.89743337 4.707904723 4.967197277 4.952396019 4.696841238 4.702988401 4.720945083 5.132288096 5.104412552 5.219561174 5.40842378 5.210241396 5.14600883 5.131910451 5.249088836 4.637572619 5.546262021 5.43539509 5.528729387 4.976093537 5.565870367 4.974338059 4.763310313 +LQ02X005020 Rac-like GTP-binding protein ARAC3 12.71549456 12.95179637 12.67042433 13.55095013 12.91310643 11.07932128 11.26699238 11.15891719 13.10753949 12.52595011 13.29245472 13.91424409 13.86251993 11.1377921 11.02701552 11.67892596 13.35479743 12.66039839 13.43613772 13.13322719 13.33851257 13.49770123 12.04620445 11.82703044 13.85056424 13.46235039 13.19935735 14.61843928 13.24107415 13.96677451 11.38265523 11.75875105 +LQ02X005050 E3 ubiquitin-protein ligase UPL3 5.440177335 5.710791603 5.315273386 5.523942184 5.862048857 5.957928575 5.802383515 6.102503653 5.238550096 5.242273656 5.730727785 5.720665321 5.618272293 5.416745642 5.398867456 5.343027165 5.996327989 5.544346579 5.820337483 5.946110814 5.158164419 6.015002695 5.03880618 5.44209018 5.965560304 5.760978606 5.742097624 5.939426912 5.537586769 5.855023342 5.009460981 5.481816969 +LQ02X005060 Putative Extended synaptotagmin-2 11.40462057 12.16680297 11.8943799 11.71844192 11.89243709 11.76630269 12.07275449 11.91238447 11.66431625 11.91875728 11.86123073 11.5961744 11.81375228 11.63005624 11.82593213 11.99948042 12.1425883 12.18805612 11.70804609 11.87501499 11.9046335 11.88720908 11.96508225 12.10004021 11.42506359 11.99499456 11.54161472 11.96293557 11.85638771 11.86592143 11.88142512 11.98459037 +LQ02X005070 L-ascorbate peroxidase 3, peroxisomal 13.57103475 13.55509808 13.69013278 13.8038174 13.51868342 14.60500446 14.82061199 14.28057206 13.53386146 13.46164683 13.68864299 14.04812846 13.85712114 14.79596788 14.82778153 14.77391687 13.73247643 13.55351918 13.51029359 13.50437006 13.57346001 13.3991131 13.95459392 14.10339329 13.2532536 13.57307629 13.42738662 13.65810833 13.40913851 13.77377943 13.93770197 14.09557314 +LQ02X005090 Proteasome subunit alpha type-7 5.478964099 5.112421435 5.209532244 5.462398217 5.114973809 5.466637787 5.507438662 5.357278713 5.544836681 5.521383991 5.266824324 5.773917334 5.605346439 5.116214884 5.726713536 5.162680141 5.284736047 5.682555297 5.244833303 5.078753517 5.259056299 5.301103078 4.994492223 5.44716816 5.273916666 5.355049658 5.182157255 5.376501983 5.67117173 5.264508867 5.095518447 4.9433348 +LQ02X005110 Predicted protein 9.460253305 10.33994815 10.55670847 10.78474478 10.72632713 10.7709221 11.06314328 11.93286834 9.462108104 9.558027151 10.20212981 10.59646388 10.54509751 10.91333283 11.0543659 11.13170118 10.88455506 11.72458666 10.14844379 11.9161823 11.66523732 10.82112911 11.77074816 11.93849929 9.598549096 10.26031427 9.482961751 11.50887591 11.62147662 11.42543147 11.74181989 11.92220311 +LQ02X005130 Subtilisin-like protease 14.02133859 14.30172193 14.00467958 14.31035772 14.45298718 13.36694925 13.2685628 13.27977313 13.77512874 13.99639012 14.05951668 14.31812784 14.25379476 13.64911037 14.48845606 13.82395874 13.96401636 13.99178247 13.76591115 13.50189091 13.77188542 13.97637484 12.77992054 13.39750695 13.9831262 14.02486255 13.89096651 14.05140015 13.97969319 13.94928943 13.05096993 13.26865976 +LQ02X005140 Actin-depolymerizing factor 5 12.18988309 12.10789677 12.77341124 13.28366758 12.6618048 11.48970348 11.18429744 11.36381641 11.97345188 12.30418147 12.7304928 13.12644101 12.69849157 11.30243063 11.64730763 11.84730367 12.8503206 13.11929031 12.41990752 12.56732927 12.65842223 13.02657816 11.01397351 11.05440883 12.48561554 12.73312089 12.22860586 13.16308295 11.85530106 13.22945117 10.46251765 11.28631145 +LQ02X005150 26S proteasome non-ATPase regulatory subunit 4 6.756293371 6.687665526 6.549167634 7.03701706 5.877846874 7.059856502 7.409754452 6.502042853 7.323488668 8.32836678 7.235343093 6.690507668 6.82616033 6.882067851 8.287748757 7.489083629 5.976717012 6.487913096 6.139505955 6.366452295 5.2450726 6.670874554 6.798051433 6.677025016 6.796359085 6.897124682 5.976572636 6.301565511 6.382135973 6.775421606 6.176410444 5.174380974 +LQ02X005160 Peptidyl-prolyl cis-trans isomerase CYP19-4 12.8820573 13.22010311 12.99306099 13.14103419 13.1581331 12.86748005 12.99711088 13.08255705 13.08631049 13.52375372 13.4155659 12.85131344 13.28840245 12.8646185 12.85748115 13.50379067 12.92435 13.12448819 12.84088335 12.75588367 12.64588779 13.22526873 12.84534385 13.21504023 13.00556968 13.12611406 12.82973319 12.91939867 12.25066735 13.3944784 12.90730953 13.13646673 +LQ02X005170 Predicted protein 10.14723913 11.23737615 9.807034034 10.50034421 10.89241892 12.11451678 12.65558045 12.24069 10.37290632 11.56296693 10.10630967 11.21579469 10.35864449 12.44350109 12.46330686 12.68185373 9.671326846 9.989068178 11.61248254 8.906782257 9.917028432 10.64065572 12.92623836 13.54085003 10.95170307 11.56413006 12.79371119 10.27046425 10.19504214 12.51219249 12.91931032 14.12092432 +LQ02X005190 Pathogenesis-related protein 5 5.538366044 5.198891198 5.409076673 5.190814872 5.255947441 5.027828051 4.965889997 4.843914079 5.640577556 5.293481606 5.994109473 5.168511313 5.490038941 5.110853247 4.922140232 5.049801141 5.419835892 5.34176538 5.513373837 5.725453953 4.839701317 5.563265855 5.436599268 5.325676357 5.526498457 5.398005042 5.944898292 5.894578178 5.872955747 5.512009367 4.729936878 6.263606251 +LQ02X005200 Thaumatin-like protein 1 4.828349883 5.519642065 5.210278532 5.398205721 5.276244587 5.608537924 5.349431374 5.237857485 5.39152187 5.099833719 5.651710807 5.394518697 5.466534404 5.427879912 5.458817766 5.119158883 5.286406804 5.211947732 5.517697969 5.129383546 5.510733802 5.140943958 5.116623522 5.627687899 5.234115121 5.193988441 5.107657246 5.081404591 5.182633645 5.120796819 5.198682074 5.575427925 +LQ02X005220 Auxin transporter-like protein 5 10.76449523 12.342755 9.075719897 7.321310522 7.933988196 5.5426444 5.775909781 6.225244887 11.05645368 12.4400471 9.496659818 7.444577111 8.431986897 6.108503104 5.670206095 5.848327636 11.31630867 9.686765087 12.22776223 7.690231636 7.549666629 9.189840127 5.356781925 5.79686028 12.89498704 10.97555225 12.7741338 7.177265866 8.675792228 6.727434238 5.739815019 5.439861492 +LQ02X005230 Glycine-rich protein 2b 13.74778113 13.48352287 13.28418329 14.06955519 13.86431854 13.1544252 13.3470119 13.78178244 14.28332246 14.1600934 13.89814462 14.26019225 13.71837501 13.33855565 13.42302918 14.07702909 13.44109823 12.93835293 13.36257563 12.80384237 13.1081161 14.1293995 12.77052551 13.12025396 14.17680001 13.76375994 12.9668816 14.35164024 12.64078767 13.74313114 12.98700309 13.22332039 +LQ02X005260 Putative uncharacterized protein 5.293451556 5.083552083 5.722795131 5.739134435 5.363061397 5.859368161 5.102732205 5.062404638 5.552777001 6.096212811 5.119772074 5.741644183 5.335487173 5.360426251 6.914069243 5.323805667 4.973588351 5.126780509 4.918886487 5.255931471 4.908288013 5.130348087 4.726707686 5.001815919 4.970831364 5.163671499 4.738179235 5.875417338 5.5151887 5.226965543 5.695737165 5.084606156 +LQ02X005270 Phospholipase C, putative 5.664244226 5.759828018 5.854294299 6.517849574 5.995221944 6.764906627 6.825702021 6.143569346 6.113256189 6.598280939 6.656587393 5.558888092 5.667244262 6.527185444 7.894105881 6.271415103 5.67016769 5.534019335 5.91139679 5.839970492 5.682551809 5.494986036 5.834519163 5.443002147 5.570826637 5.52323936 5.406858643 5.91730806 5.963994037 5.539310234 5.346903721 5.794356617 +LQ02X005290 Protein translocase, putative 5.049515047 5.943386598 5.494380549 5.414686461 5.467815639 5.962731534 5.411021126 5.592493708 5.535363267 6.1555999 5.801369155 5.5338007 5.234182535 5.679427416 6.13202992 5.763539666 5.513822138 5.579778407 4.957146672 5.649084674 5.448388218 5.280836323 6.077802234 6.43145629 5.360051066 5.346733833 5.756510204 5.362618819 5.117272208 5.410203362 6.37215608 5.893836069 +LQ02X005310 Putative uncharacterized protein 5.759541385 5.546246991 5.715405788 5.382276569 5.990460743 5.367463661 5.565762297 5.392439458 5.22163754 4.95326386 5.687200434 5.631521027 5.692923154 5.541136112 5.306022392 5.720656238 4.859803624 5.579976842 5.053335569 5.325735977 5.285279571 5.973396733 5.800364463 6.021106888 5.608154335 5.247508462 5.232875765 5.856602595 6.169454162 5.53770252 5.737664049 5.449846961 +LQ02X005400 Predicted protein 7.441275483 8.226983322 6.483210668 6.199956661 6.947468411 5.744675541 5.43082302 5.433682479 7.839288817 8.717180332 7.106558205 6.604648398 7.395646804 6.006885843 5.454499997 6.05673172 12.44089919 12.45679482 11.64097912 12.26463883 12.16749229 10.13900992 12.94740606 11.99231334 11.38721095 10.01844068 11.89210826 12.42707895 11.16800862 12.20451874 8.305318093 12.91664168 +LQ02X005450 Putative amidase C869.01 4.907438125 5.556757603 5.776906949 5.013405096 5.150868879 4.82605164 5.369917751 4.966080738 5.013387589 5.022760655 5.392112867 4.83608628 5.13725647 5.237413125 4.939127097 4.915314955 8.113811612 7.168812263 8.892654861 6.098809275 5.351185824 6.63189708 6.199930861 6.121186005 8.044389044 7.58073685 8.27490447 5.701233442 5.670598942 5.952322129 5.925048853 7.529631723 +LQ02X005470 Translation initiation factor, putative 10.80225294 11.5580755 11.23250513 10.79906091 11.05837031 11.44831923 11.09351459 11.33586653 10.9347916 11.60294325 11.36405324 10.775659 11.08299323 11.2950222 11.22381387 10.87020134 11.36455635 10.7950787 10.38771163 11.00532219 11.79257784 10.96848843 11.57789748 11.13794911 11.03240788 11.11992363 10.30061173 11.38900754 12.06681117 11.00518977 11.26828954 11.46095267 +LQ02X005490 Peptidyl-prolyl cis-trans isomerase 5.957228847 6.262994735 5.725711287 5.887631272 5.92116494 5.991637992 6.068352674 6.113382846 5.807253549 6.249614747 6.083366624 5.645602605 5.751216053 5.734154442 6.246136322 6.370132508 5.997911003 6.179614572 5.62708989 6.65068908 6.448847946 6.04891712 5.565221081 6.831451972 6.57046182 5.974104636 5.71062824 5.916834664 6.186254223 6.605875979 6.68168799 6.287397493 +LQ02X005510 Hypothetical protein 5.375233629 5.345420217 5.343620869 5.746324062 5.46012162 5.557415172 5.907097573 6.075835938 5.641810905 5.162809686 4.85756654 5.637923448 5.36102759 5.922105307 5.475869008 5.799268285 5.465934777 5.55079631 5.589062164 4.971957778 5.554747636 5.689500299 5.353482159 5.154297751 5.982626918 5.460497331 5.814430983 5.176074014 5.386214917 5.548519958 6.047888459 5.475922944 +LQ02X005520 Predicted protein (Fragment) 6.135446361 5.332800641 6.766555659 7.423344766 6.576143617 6.552789526 7.021166297 6.743430824 6.443406176 5.241536883 6.935789365 7.61115157 7.123659533 6.655039432 6.198758408 6.847311997 5.907032803 6.929763855 5.246934301 5.89565983 7.634849232 8.197342924 5.344314572 5.489584648 5.802958755 6.362998069 5.602862783 6.001199904 7.391113559 7.520222577 5.760926344 6.043436228 +LQ02X005530 Translocon-associated protein subunit alpha 14.27975657 14.60203451 13.70457508 14.08781813 13.78899157 13.73929172 13.6625344 13.40112294 14.44547047 14.58300642 13.89420517 14.12022561 14.04465322 13.67248921 13.42028235 13.54704336 14.3512506 14.07244468 14.31023878 13.87027685 13.84565318 13.97717949 13.34847022 13.1341258 14.36201004 14.4589899 14.26012303 13.7527031 13.90552357 13.6466996 13.00824437 13.21978472 +LQ02X005540 Protein XAP5 CIRCADIAN TIMEKEEPER 11.63431697 11.9206429 11.6308722 11.34375774 11.49988898 12.23900883 12.16308419 12.08799436 11.64688714 11.84631065 11.52249499 11.31658116 11.50333958 12.28369017 12.25447606 11.73922723 11.73312099 11.26601778 11.79606603 11.70958671 11.64794593 11.08777281 12.74317246 12.55849082 11.75999107 11.1449854 11.92788864 11.09251753 12.01613091 11.27175001 12.90843477 12.73261656 +LQ02X005560 Triosephosphate isomerase, chloroplastic 6.015604695 5.47503752 6.181220428 6.362260112 6.078318588 6.151657584 6.055393317 5.7755479 6.416218499 6.498899637 6.018736835 5.949903606 6.791641483 6.121180939 7.420056992 6.204132117 5.725218807 5.563239871 5.327827262 6.751920685 5.936890021 5.937837787 5.671581152 6.627352356 5.886562048 5.480840012 5.038162336 5.771732956 6.640078285 6.459488752 5.65348538 5.953091725 +LQ02X005580 Predicted protein 6.144209974 5.720093495 6.079210933 6.385420517 6.15370046 7.626486812 7.805106866 6.44377661 6.341053978 6.174147406 6.616769183 6.348737567 6.53995135 7.517385414 9.704707064 7.515495881 5.708573445 6.142042848 5.768036204 6.541304622 5.624848912 6.136140898 6.411294611 6.583290516 5.951031075 5.755507782 5.996840745 6.11136528 5.74872003 6.430866266 6.15985524 6.445273923 +LQ02X005600 Putative Expressed protein 5.576949334 5.4870034 5.605790858 6.122160484 5.559211168 5.824575396 5.482437908 5.361090053 5.593500481 5.711704139 6.492358927 6.122532259 6.425803319 5.995559628 7.376446469 5.645163895 5.469961129 5.426682894 5.131288064 5.973564245 5.594271001 5.71502154 5.55472425 5.990626453 5.380543422 5.399387849 5.318269499 5.676518375 5.768187702 5.789769335 5.694465492 5.576827583 +LQ02X005610 Putative uncharacterized protein 5.165707364 4.975353362 5.060149395 5.264371576 5.041015531 5.334992274 5.366555489 5.130986806 5.066377369 5.03541973 5.34576347 5.274290041 5.242471872 5.494859172 5.080031209 5.378340108 4.904986769 5.295961175 4.954542926 4.73507626 4.870238562 5.108341972 5.268588194 5.693329501 4.967859771 5.132921692 5.222045316 4.879866305 5.390984577 5.276356567 5.33676349 6.020643322 +LQ02X005620 Predicted protein 12.64776906 12.45089764 12.58050922 12.78420619 12.71420981 10.81777197 11.24195235 11.8225848 12.94991668 12.36237193 12.66539241 12.76111066 12.87149945 11.3986043 11.66972757 12.10382336 12.8869151 11.94131108 12.63402994 11.91260038 12.18177226 12.31806746 11.13018894 11.16565212 12.48123367 12.12774743 12.3450993 12.19798506 12.40868282 12.09999342 11.41291724 11.35124885 +LQ02X005630 Putative ER lumen protein retaining receptor 5.683030746 5.762458262 5.756461601 6.045932315 5.261399136 5.601385272 5.686780991 5.613997177 5.856829384 6.13033826 5.669339342 6.006456792 5.561116381 5.673196326 6.583395797 5.6001435 5.423710128 5.951693925 5.972324552 6.108986188 6.193357701 5.492194218 5.909503477 5.727117273 5.6047078 5.920358911 5.640212591 5.517952856 5.759454898 5.238094974 5.971165025 5.938366452 +LQ02X005650 Putative 5-methylthioadenosine/S-adenosylhomocysteine nucleosidase 7.509840222 7.442853568 6.263279258 8.061384099 7.634178946 9.061699813 8.961499676 8.698234794 7.33172896 6.497838081 6.82434406 7.86611746 6.845384503 8.554820152 8.766077915 8.544978116 7.903004079 6.605508395 7.937946771 6.208261017 6.26060285 7.521181744 6.679817326 6.080441531 7.23186834 7.14650824 7.46396426 7.883083632 6.302000218 7.632327892 6.536351184 6.291138216 +LQ02X005700 Calcium ion binding protein, putative 6.467847622 6.282925905 5.967429992 6.300016852 6.540587283 6.482593123 6.274212416 6.324357905 6.456843023 6.904273253 5.730601566 6.316024669 6.919202345 6.806476756 6.537710323 6.704325198 6.146336335 7.077179226 7.49770443 6.960383082 6.51251515 6.461001434 6.817430799 6.532790121 6.392575401 6.721813005 6.892937239 5.92571174 6.986003403 6.294043993 6.675710775 6.299521746 +LQ02X005820 Auxin-induced protein X15 9.836504977 10.71477748 9.880150253 9.295708574 10.62137965 7.175241534 6.320366294 8.693214882 10.57097587 11.68495483 10.70908416 9.490105844 11.62700458 7.795055198 7.285899301 8.858996202 10.5341488 10.90955053 11.42395769 10.7054274 10.79163699 11.54262779 7.652695915 9.244473644 10.70712815 12.34884312 11.79300173 10.8571841 11.09283482 9.207974234 6.896264673 9.934266088 +LQ02X005850 Auxin-induced protein 15A 5.609060421 5.283347669 5.539379795 5.577164509 5.753881001 5.333882359 5.475704574 5.741054013 5.653038617 5.304761149 5.433819413 5.408511186 5.524381493 5.371452955 5.309551773 5.664973151 5.638187066 5.395376813 5.701245752 5.168025658 5.987322041 5.488655057 5.84142437 5.116026915 5.371009166 5.752616379 5.335396503 5.338246495 5.737951929 5.412292085 6.141549127 4.981003124 +LQ02X006210 Putative Indole-3-acetic acid-induced protein ARG7 9.22072108 9.896328193 9.050409707 9.125228552 8.964399272 7.453284902 8.184173875 9.62270787 9.196744533 9.907874137 9.499604541 9.218523845 9.816510016 7.782355854 8.446526736 9.237963767 7.956852003 8.463843481 9.443341741 9.199220337 9.066489586 9.806975845 8.749074063 8.154961011 9.247795361 9.654503978 10.61366635 9.736172219 9.855070988 9.327986062 8.981629405 9.447908538 +LQ02X006220 Putative uncharacterized protein 12.04347997 11.99076791 11.86333905 12.44934168 12.1172347 12.61702046 12.4741037 12.60059095 12.19581863 12.38140105 12.03034259 12.29521003 12.13352026 12.61694013 12.75650765 12.67088849 12.39340794 12.39674208 11.86055374 11.96680487 12.3164411 11.94951263 11.97511621 12.35695761 12.17514887 12.47475779 11.57789552 11.95704797 12.10675118 11.8680671 12.16567472 12.34726204 +LQ02X006240 Predicted protein 6.538779108 6.304815182 6.429297552 6.927182386 5.907094901 7.19764097 7.405256015 6.581089309 7.112601503 7.916684282 7.068998129 6.917082284 6.773983118 7.094503596 7.695996225 6.962121225 6.248493199 6.352402597 5.410198138 6.670316744 6.312148675 6.534953264 6.685245415 6.579158985 6.75440287 6.413272888 6.295445214 6.117776156 6.04373329 6.288097687 6.771526051 6.570518867 +LQ02X006250 Amidophosphoribosyltransferase, chloroplastic 10.56847516 11.20738279 10.32488293 9.975734893 10.17134964 11.52904297 11.35300469 11.46785344 10.89269103 11.20329086 10.57862291 10.43146625 10.21133712 11.73263269 11.30592959 11.51953759 11.04033225 10.61519428 10.99033039 10.36073519 9.919900246 9.975706982 11.0406818 11.01144716 10.73598551 10.47319579 10.79010188 9.599895253 9.722708644 10.19424096 11.37344761 11.20349897 +LQ02X006260 tRNA-dihydrouridine synthase 3-like 8.34257358 8.707073779 7.290117095 8.091705155 7.268421235 8.726855698 8.691418292 8.147602858 8.516228264 8.551544109 7.526560359 7.997867241 7.17176164 8.634278295 8.300863177 7.486552158 8.788806294 8.636416453 9.450800508 8.330285032 8.712467471 8.301450852 8.753937199 9.199212299 9.018504257 9.151407199 9.920086556 8.413962098 9.145168993 8.637263006 9.02505996 9.086694686 +LQ02X006270 DNA binding protein, putative 9.356505818 9.446208004 9.847148026 9.210902767 9.783896944 8.909449091 8.797301945 9.376155894 9.068887428 8.718246877 9.444868529 9.331536072 9.18073257 9.115960207 9.099053996 8.986116908 9.804960292 9.754558424 9.663470082 9.389021165 9.567346481 9.988843789 9.950851303 9.050620474 9.448372523 9.201079806 9.700332917 9.814044023 9.932226768 9.506838442 9.629391106 9.365570154 +LQ02X006280 Putative Microtubule-associated protein 1A 11.40475067 12.60173324 11.11617156 10.92915304 11.45052703 10.86386861 11.06405039 11.14144736 11.87421132 12.4533426 11.32904829 10.97345508 11.37182358 11.19762387 11.23899278 11.19783274 12.16914162 11.9329542 12.50207389 11.87012445 11.77003046 11.55315804 12.17730343 12.02088429 12.36412908 12.09152556 12.78748639 11.58738855 12.05118198 11.42349631 12.06618534 11.80881156 +LQ02X006310 NADP-dependent D-sorbitol-6-phosphate dehydrogenase 5.685414068 5.101528573 5.104414753 5.417531248 5.494835917 5.60593934 5.741195441 5.375641112 5.687981985 5.72830304 6.023449954 5.222081819 5.314434205 5.347338927 6.738630678 5.672186134 5.344158536 5.252293819 5.145075198 5.094688284 5.582075776 5.077968518 4.920101752 5.554139844 5.417977181 4.955588364 4.931616695 5.841228811 5.374887343 5.167974261 5.520595673 4.869568994 +LQ02X006320 V-type proton ATPase 16 kDa proteolipid subunit 5.55173446 5.533275582 5.842593103 5.81982309 5.960493241 6.189045562 5.675568579 5.772363059 6.114851443 5.890952516 6.387205418 5.45838675 6.26709495 6.118837103 6.357748887 5.743312624 5.775639968 5.359458169 5.577454264 5.638856161 5.595541255 5.586435834 6.143886898 6.158397039 5.478687768 5.571629466 5.488893962 6.22107366 5.879575173 5.872334202 5.824822045 6.068421382 +LQ02X006330 Arginine decarboxylase 5.642659502 5.544308926 5.447341997 6.024732327 5.639988239 5.765507239 5.602842541 5.552235697 5.900283428 5.486537869 6.057199929 5.840742704 5.595015017 5.711683239 6.169797777 5.27123843 5.996575942 5.85414004 5.922464538 6.684456891 5.623462773 6.04576235 5.541196517 5.53927701 5.869774884 5.647673819 6.137285116 6.043622174 6.255057945 6.000081581 6.086866539 5.327065341 +LQ02X006360 30S ribosomal protein S31, mitochondrial 13.20306886 12.10417165 13.12763663 12.3656855 12.75563877 13.33713734 13.3273706 12.53709881 13.26192855 13.50156487 13.10921815 12.89378072 12.68298409 13.37346106 13.18385986 13.0650368 12.81987706 13.07461729 12.95916805 12.80146516 12.62402615 12.3093484 12.56935673 12.63315539 12.85071486 12.97385808 12.9512101 12.17883642 11.50066768 12.03749741 12.8043879 12.49480629 +LQ02X006370 Putative NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 14.85618749 14.47678744 14.53640798 14.36649431 14.1112069 13.96842605 13.83314278 13.28658571 14.71166017 14.68327979 14.38315782 14.01675458 14.28536181 13.8869103 13.36270902 13.21820993 14.64768734 15.07634105 15.05291114 14.5537561 14.41551075 14.30440562 14.09682163 13.75476101 15.0201728 15.01103133 15.09815341 14.4362873 13.9413464 13.82122007 14.04633114 13.70911655 +LQ02X006380 Putative uncharacterized protein 12.13441641 12.31549176 12.05188762 13.44003735 12.34569349 12.46592944 11.78097479 11.92292868 12.25693897 12.28386564 12.29375543 13.65711396 12.86350656 12.09165462 11.86254829 12.15631121 11.97558267 12.3901484 12.53574618 11.76123455 11.82487704 13.3089956 9.52940462 10.37866469 12.57547829 12.81669663 12.28561818 13.11075758 11.66720267 13.51762791 9.566320409 10.06611032 +LQ02X006390 Salt-tolerance protein, putative 4.793288523 4.792161488 5.026755238 4.730282345 4.855352146 5.00633803 4.639342933 4.621008125 4.871460667 4.781339834 4.977208739 4.688260704 4.564187639 5.031281142 4.845263823 4.572272421 4.762451077 4.741875716 5.085981074 4.764781973 4.854710273 4.638104362 5.240343405 5.177712994 4.837113282 4.720542451 5.559128579 5.173094551 4.965355615 4.776798228 5.33437582 5.886354176 +LQ02X006400 Probable fructose-bisphosphate aldolase 1, chloroplastic 11.64213216 10.75597802 12.63866183 12.20490448 11.19614724 13.85420157 13.98686658 12.56770287 11.17028137 10.43020269 11.53161766 11.74754253 10.8624808 13.59502412 13.01794139 12.46010874 10.64988413 10.79492505 9.848892543 12.17695894 11.82067781 10.55393516 13.50512888 13.24906389 10.63902448 10.67871758 10.5446334 11.93615389 11.25232017 10.88965734 13.05618555 12.69629226 +LQ02X006410 Putative uncharacterized protein 10.37910833 10.42251689 10.32201065 11.70498455 10.71601735 12.45880269 12.61570506 12.67452143 10.61650168 10.33690055 10.36043399 11.68370995 10.44863477 12.33114944 12.1048269 12.12151125 10.92343588 11.19135755 10.16591087 10.18839025 9.848238519 10.70047032 10.13464754 10.52015178 10.16843522 10.62910234 9.542023525 10.74482268 9.267222603 11.09147278 9.963151918 9.853255882 +LQ02X006421 Putative DNA-binding protein HEXBP 6.112625881 5.927192583 5.541721248 6.202751298 5.660996918 5.677161403 5.840328646 5.568158583 6.094734942 6.054351247 5.987263884 6.057388092 5.84382812 5.465639218 6.762812805 5.867624978 5.96248907 5.968967711 5.459335352 6.536978367 6.281808594 5.527530523 6.115861851 6.387584735 5.85316403 5.850981607 5.652639176 5.211770956 5.849162051 5.689728994 5.953961616 6.193505221 +LQ02X006430 Hypothetical protein 6.204705215 5.838300057 5.841772297 6.181450195 5.73887566 6.419569124 6.399276205 6.104508199 5.831128409 5.679172856 6.070053656 6.501671645 6.057706519 6.600711257 6.418887026 6.606348043 5.524932401 6.361713655 5.802339565 6.227381868 6.100102276 6.259266853 5.908399042 6.468382117 5.919675679 6.168086608 7.081738906 6.351963317 6.239957196 6.373600847 6.161254428 6.163950756 +LQ02X006440 Putative uncharacterized protein 10.45879811 10.42601141 11.27204072 10.12041012 11.29140166 10.53457366 10.93967833 10.55765734 10.36231386 10.92552246 11.16223952 10.27924006 11.41144685 10.69664322 10.63658398 10.7456436 10.35673441 10.19396717 10.71816345 11.1975399 10.9852616 11.01370963 12.26837786 12.10585075 10.32977287 10.2281864 10.64390671 10.98096622 10.99443116 11.0984259 12.44686442 12.19072782 +LQ02X006450 Putative Coiled-coil domain-containing protein 90B, mitochondrial 10.19892774 10.68496778 10.15791188 10.2732754 9.977915625 9.96909901 9.951169862 9.901421945 10.61707127 10.92576591 10.55802425 10.07493906 10.33152605 9.941487132 9.819235301 9.900465392 10.20887 10.04746921 10.62119684 10.36830001 10.17160655 10.13768565 10.10246656 9.929360029 10.46767793 10.5297472 10.86088725 10.53940253 10.36719459 9.931900949 9.847325847 9.572802125 +LQ02X006480 Putative Late embryogenesis abundant protein 5.263455416 5.489219589 5.353627176 5.431759872 5.643273871 5.995926626 5.579134784 5.569717612 5.273743312 5.12849114 5.410676084 5.647874072 5.27624614 6.169586076 5.309064033 5.426315941 5.956915469 6.702215951 6.041271236 5.97439277 6.349473186 5.925309068 6.289787039 6.593784244 5.473295358 5.379504185 5.547911572 5.798055196 5.895825715 6.309699956 6.165395804 5.609781044 +LQ02X006490 Predicted protein 10.94470707 11.19761591 11.37259596 12.21704637 12.25581449 13.17545895 12.6463598 12.8743705 11.35122936 11.76738427 11.45085034 12.27055239 12.16919085 13.15841677 12.77344204 12.84642073 11.37714554 11.47550413 12.11185407 11.65899615 10.7814879 11.79932336 11.38084815 11.98541926 11.27334055 11.3545302 11.85296353 11.38323841 10.88928361 12.6633621 11.79238553 11.88321921 +LQ02X006500 Predicted protein 5.325650233 5.079777741 4.819682268 5.019302655 4.990694742 4.857786072 5.057336726 5.095605661 5.092121903 5.330289867 4.565405972 4.987838509 5.221960656 4.724545794 5.000130224 5.00551338 4.755531913 5.054340738 5.307140782 5.309293834 5.128949295 4.650886316 5.276290699 5.083565529 4.866973646 5.361219368 5.25785004 5.575934572 5.359816246 4.874975698 5.84552696 5.014434379 +LQ02X006520 Putative Ocs element-binding factor 1 13.61182883 13.20148581 14.1430826 14.0966748 14.32354493 14.91635487 14.69215067 14.43875283 13.99960785 13.20144279 14.1307923 14.6032556 14.30957933 14.80982364 14.7357974 14.7399641 12.79423476 13.76922273 12.7126754 13.62775557 13.90165267 13.30020769 14.6800557 14.22643338 13.11821579 13.82104323 12.36311346 14.12042324 14.3515644 14.35579955 14.95763265 14.66331702 +LQ02X006530 Putative Sec14 cytosolic factor 5.247647628 4.915486476 5.638725844 5.821545347 5.36045908 5.641771509 5.703186935 5.818352196 5.465533868 5.647317781 5.463579154 5.895074901 5.289915435 5.783011635 7.205965817 5.746861853 5.166235926 5.210569951 5.098874689 5.472448612 5.516951204 5.898224294 5.448735492 6.210572665 5.272351566 5.357448818 4.93737322 5.129001426 5.406111929 5.661744853 5.366690434 5.915095589 +LQ02X006550 Diaminopimelate decarboxylase 2, chloroplastic 10.23068906 11.18634714 9.631657574 10.96421313 9.587868314 10.73159601 10.65170106 10.08868815 10.62950456 11.05879997 10.10191143 11.39758047 10.2092726 10.7288841 10.72081399 10.14530257 10.34965547 9.507359326 10.46222897 9.541901241 9.680194009 10.47497659 10.56052531 10.03630379 11.09933277 10.20377952 10.75318786 10.08754194 10.29988937 10.82162992 10.819789 9.596852805 +LQ02X006560 Bifunctional dihydrofolate reductase-thymidylate synthase 5.070159763 5.471432802 5.235134215 5.249816892 5.436178966 5.143166115 5.332576768 5.032391096 5.095016163 5.370956831 5.746928303 5.31476527 5.39683606 4.767022615 5.336788151 5.002974334 5.437491062 5.24627262 5.382992735 5.336671717 6.214869406 5.099813479 4.786976162 4.546582526 5.167170409 5.364977759 5.376857752 5.257329698 5.645768061 5.402479127 5.481601443 5.016303997 +LQ02X006620 Putative uncharacterized protein 9.611492247 9.983143997 10.76732429 10.13613203 10.53133885 10.4921439 10.4619336 10.82229355 9.526234102 10.22385431 10.32981734 10.55720519 10.13169071 10.66207251 11.11128295 11.1042021 9.351679846 10.83730934 8.369880471 10.40338724 10.70390894 9.895804945 10.92506112 10.4430708 9.658453934 10.27052631 9.722146257 9.692295283 10.31458531 9.566972735 10.17995095 11.00111294 +LQ02X006670 Hypothetical protein 8.842597109 8.534636583 8.82575783 8.79555827 9.090737982 10.71400892 10.10065968 9.521857022 8.241098249 8.697512696 7.329746926 7.973097321 8.070243694 9.034693234 9.893974876 8.464426423 7.203655989 7.468520642 7.717566188 7.436153718 7.037348373 7.619848758 8.507277359 8.922141999 7.792784201 7.589966881 7.581415411 7.231548068 8.106691327 8.560248712 9.811328982 8.681594453 +LQ02X006680 40S ribosomal protein S25-2 14.91998547 14.89392375 14.63395764 14.31450863 14.55192416 14.49971467 14.46649 14.27126316 14.8402089 15.04769798 14.87713224 14.8490622 14.66260907 14.40268845 14.0709119 14.37651729 14.90128 14.50372653 14.63643933 14.52742946 14.52705996 14.85290979 14.17724094 14.28973322 14.81750608 14.79960873 14.89123096 14.36649203 13.92433388 14.46629196 14.33784283 14.34060093 +LQ02X006690 Glucose-1-phosphate adenylyltransferase large subunit 3, chloroplastic 6.309113068 6.110821887 6.423867385 7.838250937 7.32668771 9.918966235 9.056637515 9.402580026 6.84359879 5.554986692 6.368989334 7.781343527 6.884070474 9.719243512 8.998153118 9.1998218 6.898052478 6.223360065 6.792629962 5.893678378 6.391465029 7.938145115 7.282772447 8.182797533 7.576601062 6.250524626 7.098895583 6.648560467 6.239488917 8.651568489 7.79977966 8.297133578 +LQ02X006710 Putative uncharacterized protein 5.721451583 5.657563574 5.912847935 5.506262983 5.657410235 6.122097763 5.476630043 5.97766489 5.791898878 5.596537078 6.045821257 5.431965103 5.966684878 5.632302931 6.306521892 5.923362248 6.024736771 5.747713833 5.54325138 5.66191646 5.410571381 5.613372181 5.652406576 5.748462089 5.590887901 5.87462319 5.354510085 5.752096398 5.585143481 5.783417176 7.158644588 5.68254814 +LQ02X006720 Protein RER1B 5.42968113 5.499644071 5.246064189 5.631086759 5.369606832 5.61272469 5.41364496 5.326279392 5.456617314 6.679711879 5.253081969 5.932105527 5.619072536 5.665205054 6.693714994 5.374768448 5.300869514 5.462026419 5.315207114 5.430756444 5.508575673 5.412466926 5.531176617 4.879248095 5.542758694 5.601688743 5.240870161 5.216638102 5.598281856 5.432705322 4.951005612 5.618631306 +LQ02X006740 Isoflavone reductase homolog 5.274489119 5.259773876 5.066006914 5.070416175 4.935021331 5.699270673 5.380692421 5.602040659 4.933241255 5.233285937 5.142549246 4.945501136 5.079866144 5.242848452 5.700851705 5.829688594 5.647913417 5.092167058 5.832867924 6.021752686 5.787023277 4.926317005 6.752087684 6.144512539 5.178165295 5.261621968 5.7344195 5.253708236 5.838488067 5.014118783 6.110402718 6.099269756 +LQ02X006750 Putative Isoflavone reductase homolog A622 10.96541058 11.16611129 10.72559137 10.77478416 10.43497777 10.37118274 10.39067623 9.629612848 11.17186881 11.64613323 10.98233496 10.6834441 10.91387604 10.53030274 10.21550955 10.07682444 10.96817642 10.48237299 9.982953014 10.39181466 10.63898033 9.703816259 10.41315848 9.529127926 10.81674662 10.4220873 10.32593961 10.25206542 10.71007071 9.376849994 10.16284185 9.319017143 +LQ02X006800 Putative Polyphenol oxidase, chloroplastic 13.77518807 12.99279443 13.71707284 12.14459734 12.93587883 11.09058996 10.34207453 9.525551631 13.21851054 12.86812888 13.36743217 12.28828737 12.93021344 11.2505738 10.37653952 10.11924109 13.3804093 13.24494904 13.16970601 14.01367782 13.71053901 13.48206907 11.82950039 12.1575336 13.62382409 13.9411369 12.92682376 13.7850969 14.53755607 13.7426128 12.10182307 12.54312727 +LQ02X006850 Putative Universal stress protein A-like protein 5.143193801 4.70099283 5.09134024 4.962954084 5.277328744 5.554194918 5.358252538 5.419037017 4.89843041 5.38528681 5.040601261 4.940953959 5.176017842 5.173753801 6.544132401 5.127833894 5.093450061 5.184346882 5.01668725 5.312885764 5.140966368 4.787443548 5.1285895 5.187420759 4.856151535 4.976288236 4.823261376 5.25700991 4.87972182 5.140852371 4.595946003 4.820049728 +LQ02X006860 Putative uncharacterized protein 11.94306817 12.4044586 12.39859167 11.99438969 12.2431156 9.847812827 9.016009552 8.931293169 11.93982641 12.18787885 12.2900365 11.83698806 12.34520539 10.70596808 9.919870893 10.45606336 12.73260898 12.540509 12.34463656 12.34512976 11.82887745 12.57525894 8.357609441 9.930883422 11.74644783 12.06158995 11.85842473 12.30369592 12.59961372 11.65876641 9.611912355 10.59070362 +LQ02X006880 Predicted protein 11.26392108 9.48131136 13.12571046 14.23695022 13.63089765 14.89761835 15.26658357 15.08411625 11.72281525 9.161477634 12.98705912 14.1912406 11.91740057 15.58449268 13.66608361 15.20596983 9.199635388 10.51924122 8.452298199 13.25767012 12.03794871 11.19049707 14.81671452 14.88996894 8.984236843 10.98753833 9.829717574 13.29328857 11.63627938 12.77528386 15.50730058 14.24756185 +LQ02X006890 Putative 2-hydroxy-6-oxononadienedioate/2-hydroxy-6-oxononatrienedioate hydrolase 5.124894651 5.609709946 5.151938318 5.142356323 5.127381825 5.136082599 5.197477553 5.570442541 5.381443121 5.285326505 4.958875802 5.372249651 5.04832832 5.427874374 5.166280426 5.231727671 5.027661008 5.254438286 5.768299654 5.149295655 5.355801017 5.08578273 4.677297018 4.927910158 4.99766338 5.03221914 5.558232771 4.994994323 5.04993958 5.011208044 4.936866995 5.255415112 +LQ02X006960 MYB transcription factor MYB142 5.503512361 5.201789382 5.309526574 5.576981637 5.798174385 5.378792952 5.690065648 5.237079921 5.818989206 5.476689321 5.390058367 5.712388647 5.682953837 5.246951032 5.840052904 5.470062735 5.010228488 5.266988065 5.046091158 5.695285849 5.01765755 5.502139173 5.06713921 5.437356111 5.279231282 5.649633875 5.816456885 6.125780058 5.35614178 5.530765114 5.624521238 5.54051098 +LQ02X006970 Hypothetical protein 14.1899583 15.15371837 14.10023454 14.52927155 14.94152101 13.85322658 14.11706613 14.67894688 14.62775638 15.04849876 14.79158335 15.20095643 14.88295841 14.96127626 15.2281974 15.37721799 14.08560254 13.85011124 14.65647154 14.2379477 14.09974398 15.09265648 14.29445397 14.67782584 14.78741205 14.85233364 15.17899987 14.80500725 14.47466015 15.07682065 14.7483472 15.21501938 +LQ02X006990 Putative uncharacterized protein At2g21710 12.32238574 11.61126562 12.28199837 13.45491766 12.84574781 12.98101512 13.6416231 13.49085687 12.26196756 11.74811934 12.23119363 13.09125149 12.38183289 13.28566867 13.56344516 13.56063782 12.27569031 12.00102817 11.81719771 11.57209743 11.51362658 12.42907166 12.66820534 12.61690033 11.61791812 11.54257985 10.26511473 12.51180552 11.01787622 13.06348842 12.76980086 12.64913111 +LQ02X007000 Probable phenylalanyl-tRNA synthetase alpha chain 12.58425006 12.83177811 12.24844482 12.01928464 12.13323508 11.79350114 11.79426761 11.31311662 12.79376252 12.61660661 12.54670944 12.00581162 12.42829869 12.01880108 11.90559619 11.35201543 12.52282614 12.30848871 12.61198162 11.98771046 11.84541707 12.09699178 11.7869555 11.99560808 12.69063536 12.75716684 12.94729074 11.90924874 12.36457271 11.96429905 12.00075281 11.82657102 +LQ02X007010 NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial 12.53425396 12.70990394 12.29393054 11.93937815 11.81515285 12.16482753 11.92813242 11.61278191 12.53046684 13.04342211 12.12181412 11.88906874 12.15932171 12.17034244 11.85815815 11.63610108 12.31954884 12.45191887 12.45242389 12.53010694 12.33390093 11.97462318 12.50712698 12.18289128 12.59169494 12.58767753 12.60681789 12.11578385 12.57762443 11.86170207 12.47167209 12.20272865 +LQ02X007020 Predicted protein 5.373742529 4.796682642 5.298851807 5.372861149 4.951714211 5.713830366 5.215445855 5.500239399 5.070113061 5.044743233 5.399046263 5.819192771 5.090436497 5.580541063 5.144909531 5.214771159 5.246281044 4.952979215 4.881280675 4.851409263 5.133347872 5.012926797 5.104556132 5.308487479 5.181218391 4.930506818 4.832443022 5.137476468 4.945870843 4.934028344 5.386198938 5.343467516 +LQ02X007030 Predicted protein 11.09482625 10.67935541 12.35186009 12.55282643 12.34005527 10.57386294 10.87891768 11.26469589 11.68086545 10.29981231 12.49927698 12.48349089 12.62038714 10.84991165 11.70869671 11.70754256 10.06072677 11.38896191 9.237719483 11.98949332 11.80450066 11.67641747 12.08171955 12.00718719 9.674972152 10.59364534 9.742427167 12.39846735 11.80872413 12.17015461 11.84251652 12.13488276 +LQ02X007050 Predicted protein (Fragment) 12.34769821 12.60968457 13.07689699 13.15419781 12.95250877 13.21891356 13.71671192 13.48517392 12.12530205 12.31763353 12.29918825 13.18887152 12.57106737 12.80392318 13.54830645 13.27025643 12.64250151 13.5374039 11.93763323 12.43523319 12.89628826 12.5678428 12.62869555 12.27307017 11.69177626 12.32950933 12.13630596 12.25160218 12.56203897 12.4698484 12.46318143 12.11290659 +LQ02X007060 Probable serine/threonine-protein kinase At1g01540 12.33039772 13.03548694 11.67666518 11.89984274 12.59425425 9.386570681 9.322076232 9.855281538 12.50997048 13.33312816 12.19289815 12.07233899 12.93092256 9.651453083 10.41745116 10.63176878 11.71721817 12.27132606 12.97257899 12.38744331 12.26402139 12.88148837 8.627100852 9.728107686 12.38598585 12.98170804 13.28901077 12.55562384 12.40830493 12.28869012 8.223361959 9.718147365 +LQ02X007070 Putative Adenylyl cyclase-associated protein 11.5559953 11.56833057 11.30839278 11.62637106 10.9689051 11.4357286 11.39455896 11.34258481 11.39882357 11.79195289 11.17003804 11.50674797 11.10683751 11.27220157 11.4773967 11.22752835 11.802762 11.34846815 11.72409055 11.18839919 10.97247317 11.57874719 11.58994703 11.01326538 12.19723915 11.64144066 11.86875974 11.38188885 11.4708201 11.45396042 11.00394238 11.1414031 +LQ02X007080 Glucan endo-1,3-beta-glucosidase 7 6.154783427 6.011794471 5.436269856 6.411744278 5.748437092 6.229745063 5.616100414 5.622044747 5.797756171 6.474102195 5.831307663 6.26200285 5.900951454 6.076556257 6.070233556 5.551686268 6.205206816 5.951250379 6.516389238 5.76050079 5.917158806 6.021094482 5.178015604 5.785038932 5.904999234 6.127821598 6.51527354 6.098940415 5.958709377 5.582808284 5.785905448 5.391475196 +LQ02X007090 Guanine nucleotide-binding protein subunit beta-2 5.93823562 5.419108191 5.526301945 5.827397734 5.526005635 5.768512583 5.476381553 6.780423263 5.94638377 5.690064657 5.729413257 5.926007442 5.902196926 5.92161561 6.050321081 6.322007714 5.486778919 5.699934175 5.842682945 5.30815971 5.215887806 5.578176322 5.736344323 5.771294013 5.726932165 5.486386617 5.807798397 5.65975183 5.400635439 5.464308011 5.714427523 5.648760769 +LQ02X007100 Coatomer subunit gamma 11.98719395 12.26299207 11.81172056 12.58664853 12.13305221 11.77693389 11.6892021 11.91394299 12.17505896 12.58196576 12.51932212 12.73374441 12.47111516 11.66773714 11.86537193 12.22222062 12.20159112 12.12845522 11.53700528 11.93617173 12.00936027 12.76494319 11.04213738 12.30307373 12.1953187 12.54838986 11.20487931 12.88578294 11.61631195 12.31024723 11.00548215 11.97415573 +LQ02X007120 Ras-related protein Rab7 12.44493187 12.14784701 11.82440805 13.58245548 12.48920285 13.28090751 13.2178524 13.28281141 12.65607507 12.5850447 12.20741022 13.51607106 12.40383791 13.13514016 13.33124411 13.27226997 12.23277731 12.42047094 11.18148188 11.35905505 11.30432153 12.30930486 10.66779746 11.32889526 12.09285613 12.63764939 10.83242251 11.79169101 11.15638136 12.07140114 10.84727853 11.18087225 +LQ02X007140 Putative Organ-specific protein S2 5.914470339 5.73412463 5.525368908 6.010719787 5.314442085 5.59367271 5.776455646 5.565163211 5.862663135 5.356035165 5.420843472 5.753266011 5.909205064 5.488910094 5.533297139 5.662800947 5.695036668 5.683797358 5.778881117 6.10155344 5.972347426 5.590406809 5.530036876 5.470376181 5.285004397 5.654858581 5.457804668 6.150649417 5.36591772 6.06058385 5.480187896 5.167592573 +LQ02X007150 Putative Organ-specific protein S2 4.731458892 5.061795362 5.010892867 5.011756823 4.771275453 5.131699977 5.076724166 5.091336606 4.782841216 5.059130453 5.131260863 4.953849416 4.895855346 5.10057125 4.723255011 4.809725018 5.30528271 4.922963902 5.508588845 5.003871936 4.830024852 4.990118392 5.157396115 5.806743622 4.884896513 5.34188808 5.11110362 5.32582403 4.835784604 4.847575269 5.047519173 6.89954917 +LQ02X007160 Putative uncharacterized protein (Fragment) 5.281485442 5.407733451 5.543477917 5.425103867 5.140753596 5.707602216 5.154438942 5.688916739 5.423684431 5.129153711 6.018975333 5.305027522 5.536856606 5.776262523 5.289265064 5.534520033 5.497886116 5.439814805 5.471595724 4.895353543 4.607362994 5.307262576 5.296939046 5.265557822 5.208767552 5.01174157 5.339867992 5.381918865 5.05300779 5.075279004 5.277709513 5.753599116 +LQ02X007190 Putative uncharacterized protein 9.136406629 9.546794999 9.429256 10.02525729 8.22370566 11.08115608 11.1733836 10.66969504 9.073868265 8.707055085 9.007441101 9.678110627 8.797416338 10.62200475 10.35734015 9.090271773 10.23628885 11.50124269 10.34071472 10.93459006 11.33534914 10.11924177 12.15506896 10.35213215 10.2670625 11.1224686 10.66994775 10.85954608 10.84731633 10.17257057 10.91966392 9.242973725 +LQ02X007220 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 9.83939178 9.935711876 9.225975209 11.5157828 9.572543345 12.01504488 12.21841817 12.17857293 10.00435146 9.92207849 9.38091594 11.60653043 9.868580342 12.02026603 12.25684799 12.20199924 10.12349203 9.886531117 9.98114695 9.027832491 8.59728416 10.2181339 9.438863927 9.498113747 10.23462341 10.08005514 10.0230551 9.631260509 8.55577674 10.65881589 9.107217302 9.614185679 +LQ02X007250 Putative uncharacterized protein 5.698818336 5.431459889 5.526353677 6.006929809 5.384378004 6.176979715 6.206880447 6.235065571 5.901176941 6.073696479 5.683233235 5.921755802 5.696394524 5.967788058 6.286360869 6.28582634 5.718660367 5.704430892 5.886313405 5.645809212 5.320788883 5.895885253 5.940319055 5.167593844 5.325470525 5.464964445 5.048891857 5.381229122 5.334943438 5.670731103 5.332939741 5.691035471 +LQ02X007260 Putative Translation initiation factor IF-2 9.985021432 10.02959921 9.047839115 9.977210846 9.438227188 10.02273649 10.43939077 10.53691061 9.925039375 10.1459477 9.220978049 10.0322857 9.433946624 10.43772721 10.47111402 10.31450815 10.00718414 10.01478952 10.55401537 8.743886195 9.492663428 9.833493786 10.17106406 10.31543849 10.65392234 10.69526516 11.18845275 8.715372092 9.895438411 10.03700602 10.38379533 10.45956496 +LQ02X007290 Putative GATA transcription factor 5 5.733088415 5.653251392 5.10054324 5.879451717 5.06218225 6.170964207 5.880272974 5.451755633 6.055169471 5.802731242 5.258244578 5.72347688 5.665550343 5.755214487 8.38662273 5.372916988 5.0658022 5.162819045 5.870172504 5.742981194 5.034092352 5.289953803 5.225325683 5.515224164 5.181096724 5.234522626 6.012054159 5.031803427 5.782482276 5.068168093 5.080208564 4.911630122 +LQ02X007320 Squalene synthase 11.65579216 11.48657085 12.26326873 11.55502617 11.7258668 12.3920824 12.27563985 12.26417473 11.7321584 11.73742887 12.02544552 11.34573504 11.76654695 12.34358248 12.32605912 11.89092796 11.25349718 11.92032527 11.74283781 12.04596027 11.68127648 12.09395351 12.34056319 12.73469071 11.60943878 12.19568105 11.80894647 12.31610608 12.26871108 12.16578619 12.73608381 12.94520472 +LQ02X007400 Putative Probable RNA-binding protein yqeI 6.248787047 6.103918974 5.738019754 6.433623006 5.805754964 5.887636624 6.255558375 5.398008147 6.528085299 7.504089582 6.390108685 6.375302301 6.80173324 6.288158962 7.513315518 5.933756376 5.964515465 6.250493824 5.644692123 6.172321217 6.249711811 6.15541137 5.761352549 5.791125384 6.40789253 6.60901037 6.155158561 5.460007341 6.770268776 5.912479885 6.662549855 5.42915424 +LQ02X007430 Putative uncharacterized protein 12.39812856 12.46931845 12.51244776 12.35075759 12.39679499 9.032729476 8.51032804 8.193694983 12.37612244 12.78669713 12.72028585 12.25197969 12.54765814 8.614820054 9.959662517 8.680322435 11.564736 11.21264038 11.83802987 11.78931711 12.06201838 12.13666768 7.541313394 7.70891905 12.12201926 11.67648754 11.75733043 12.24327329 12.29918089 11.90713603 7.156265684 7.397895997 +LQ02X007450 Hypothetical protein 4.791998747 4.676775585 4.740381034 4.632947046 4.935822958 4.758277427 4.603572071 4.813953319 4.847211596 4.433957819 4.700833546 4.661552129 4.984489346 4.834108524 4.584875892 4.830110059 4.750233763 4.619969565 4.920737287 4.921692439 4.95876702 4.681119105 5.23557493 5.40803958 4.55304915 4.563404969 4.598336055 4.956599442 4.889113893 4.770155655 4.914271043 5.129340831 +LQ02X007460 Putative uncharacterized protein 4.772818388 5.057145243 5.678772351 4.976786338 5.240185899 4.997040908 4.860433256 4.930972427 4.833143641 4.902128762 5.350700859 4.966781632 5.011038611 4.913107175 4.818184358 5.516919351 4.727052036 4.819397484 4.95906938 4.765339639 4.900641704 4.683328087 5.119641411 5.56961222 5.366593637 4.904503358 4.790671705 4.908745153 4.944482637 4.935175416 5.173588895 5.28206335 +LQ02X007490 Coatomer subunit alpha-1 13.16166295 12.80967276 13.05449187 13.54866614 13.40194673 13.51660664 13.38826483 13.42046085 13.22526294 12.94959938 13.32221035 13.8344573 13.30332797 13.3951826 13.61850337 13.68687015 13.01791572 13.09719089 12.63459478 12.75022944 12.74300964 13.41487328 12.46635731 12.67724749 13.02118886 13.19834966 12.25577785 13.12476761 12.86167859 13.3040139 12.58564754 12.67449506 +LQ02X007500 Predicted protein 13.63525678 12.33635065 13.34419835 13.81505447 12.73324555 13.10810677 12.88972595 12.5764917 13.42433624 12.85927493 13.29036888 13.18929523 12.91482949 12.88485509 12.7583327 12.26394852 13.16091045 13.60971404 13.12757328 13.17253559 13.18764579 12.87930328 12.78560732 11.92105931 12.96304268 13.64593063 12.76967064 12.72625705 12.63318627 11.91831052 12.29291956 11.56468655 +LQ02X007530 Putative Vacuolar proton translocating ATPase 100 kDa subunit 10.58606532 9.931994025 10.76960592 9.937668961 10.39882769 9.782750483 9.622363613 9.449373327 10.02224198 9.66319523 10.23744638 9.623239023 9.924192276 9.607245276 9.186671453 8.742809177 9.756370941 10.57031142 10.91934206 10.58082271 10.99727007 10.17210132 10.40279109 11.01765214 10.28595112 10.6235892 11.29207068 10.38621849 11.59489223 10.40389571 10.43280391 11.61325649 +LQ02X007540 Cysteine proteinase RD19a 14.43040516 14.33300697 14.086161 14.45365753 14.16699366 13.97553774 13.69129803 13.70608763 13.94588099 13.78030109 13.8284602 14.50768752 13.90165714 13.94484161 14.17050166 13.46594183 15.03143876 14.67438878 14.16017932 13.71549289 13.71945353 14.18150933 13.39027626 13.44881473 14.41931999 14.13124224 13.79425648 13.4831717 13.76545799 14.11359763 13.14827088 13.61062931 +LQ02X007550 Purple acid phosphatase 2 10.15986868 10.1239424 10.82952256 10.71237858 10.62632176 9.673079327 9.43391898 9.082339325 10.22877809 10.20273743 10.58355559 10.31924307 10.82482465 9.689680772 9.762999309 8.689207572 10.83243547 10.93619125 11.23489785 11.68354028 10.59289267 11.26531936 9.693344957 10.19659776 10.50820685 10.77583377 11.33073667 11.4107706 11.16005982 10.42866539 9.378520133 9.936677045 +LQ02X007570 Putative uncharacterized protein 5.394359005 5.549378743 5.16960023 5.183006659 5.314854736 5.38544684 5.1791452 5.271586817 5.355786105 5.813359362 5.174682961 5.166721832 5.646217247 5.128293268 5.263798111 5.542207523 5.406847819 5.339911606 5.582174406 5.470686278 5.353789147 5.098630474 5.229437847 5.041092514 5.202419968 5.190477703 5.12868063 5.463180347 5.317476382 5.170776172 5.614734422 5.650632571 +LQ02X007580 Beta-galactosidase 3 8.971271028 8.527539958 8.796010775 8.887970394 8.589604996 7.107015971 6.646483755 6.706260878 8.893360812 8.042324261 9.577646179 9.402547126 9.115038992 6.834501927 5.835546979 7.154585867 8.079746427 7.678017007 6.73769104 8.164010356 9.092481775 7.830143281 6.300439266 7.053316792 7.858053227 8.275988592 7.004710594 8.851893465 8.7411542 8.061962261 6.394335426 5.922366675 +LQ02X007590 Predicted protein 5.140446339 5.322330045 5.437403225 5.233132702 5.088384063 5.176387633 5.531601346 5.685366622 5.195939966 5.422879206 5.196059997 5.273115773 5.059084413 5.206391647 5.324914115 5.562028733 5.235932314 5.481741634 5.026781556 5.253330324 5.187475421 5.262444743 5.242386445 5.543375333 5.256716773 5.324502224 4.861920774 5.391655755 5.629529961 5.454584702 4.902030807 6.009090138 +LQ02X007610 Putative BEL1-like homeodomain protein 6 5.520013741 5.928831042 5.738802462 5.116512928 5.717119654 4.91489461 4.927117814 5.327047963 5.423175689 5.908597449 5.859180806 5.109099759 5.44645636 4.990993014 5.103400735 5.37841285 5.223192513 5.454873755 5.81343131 5.557791841 5.445333566 5.340429012 5.363067456 5.317465735 5.189147391 5.62413325 6.279703381 5.822028263 5.772258254 5.411907331 5.627906867 5.466673114 +LQ02X007670 Phosphatase IMPL2, chloroplastic 11.76380154 12.3009134 11.59418871 10.86767087 11.48099819 10.73344002 10.60387864 10.87927871 11.95737417 12.02713682 11.70730079 11.38853389 11.6536071 10.90154961 10.24184887 10.6151748 11.78009603 12.11731365 12.50648769 12.07674364 12.16683874 11.94339745 11.2136974 11.15386158 12.02729216 12.4100509 12.63604439 12.16500629 12.18865752 12.23213424 11.16554965 11.23388036 +LQ02X007860 Putative uncharacterized protein 9.400356921 9.142335161 6.754752478 8.22512817 7.188535144 9.126870362 9.175424492 9.424935923 9.070452705 8.724708291 8.53928435 8.903424987 7.343797009 9.425478633 9.3289827 9.752048893 9.260647315 9.783215139 8.154715127 6.745492649 7.660520577 6.818217955 7.495696099 8.626445548 8.651960219 8.911476999 7.412379075 7.081804406 7.424277097 6.860726504 7.553552952 7.802750557 +LQ02X007880 Putative uncharacterized protein 7.10689202 7.286407639 7.418564972 7.95122161 7.857136289 9.070811504 8.784228852 9.089061432 6.877663937 6.045101684 6.982486856 7.571161701 6.629498879 8.493371704 7.150744943 7.712786503 7.733717599 7.655651067 8.679370746 6.977489045 7.271135889 8.158328202 7.525192126 8.088718693 7.704363423 7.401395288 8.873398879 7.541837067 6.636503004 8.771396416 7.782341565 8.153729715 +LQ02X007910 Serine/threonine-protein kinase SRK2B 11.03964273 9.326344108 11.80549908 10.87424569 10.65704327 11.01689296 11.34458376 11.48155361 10.96650443 9.871810102 11.53790664 11.21531213 11.24565607 11.18669076 10.56025882 11.5638974 8.94543357 10.89817526 10.56930313 12.02623106 12.50493753 11.28497214 12.45251917 12.23032973 10.46136715 10.7133982 10.59986301 10.64700925 11.02949086 11.41813369 12.52238983 12.36274801 +LQ02X007920 Transmembrane 9 superfamily member 3 13.97859322 13.64123019 13.80686314 13.61227826 13.40057286 13.22003864 13.03362145 12.82908648 13.80237984 13.39371939 13.8770453 13.52094197 13.50623324 13.16392863 12.91477499 13.04065149 13.55733091 12.99159723 13.53071713 13.12087304 13.02614889 13.69651008 12.78200117 12.77647124 13.65459847 13.43229968 13.68057747 13.31182655 13.65007175 13.3563707 12.95750404 12.82076708 +LQ02X007930 Ferredoxin-1, chloroplastic 15.5355745 15.56032307 15.64744194 15.39875172 15.67452814 15.29176378 15.47486456 15.5112356 15.37519499 15.09307084 15.57500576 15.57693689 15.63694862 15.51544183 14.85718728 15.47369092 14.81435129 15.1035821 14.88622194 15.48502123 15.65861125 15.15730483 15.41904471 15.59997428 14.6438133 14.99855708 15.1494635 15.65113046 15.49513479 14.91109146 15.46572129 15.21999101 +LQ02X007960 Putative uncharacterized protein 13.50423099 13.26609059 12.57186222 13.45995148 12.64992374 13.63336933 13.91521882 13.06857902 13.14479695 13.381471 12.39152363 13.34838087 12.71053637 13.59690922 13.73731845 13.18619136 13.66411791 13.29443565 13.15532499 12.65555993 13.26417119 12.82562994 13.50488402 12.88709705 13.7355874 13.00890155 13.23580346 12.41474393 12.66881243 12.69448436 13.23801477 12.49831249 +LQ02X007980 Cleavage and polyadenylation specificity factor subunit 3-I 5.365553653 5.317051944 6.266288451 5.050434762 5.825868167 5.197798094 5.039307643 5.180391873 5.302311979 5.744716313 6.027183688 5.107066147 5.751796376 4.93199815 5.686869099 5.276992775 4.771685466 5.228518733 5.228588019 5.726977162 5.857746229 5.439007509 5.257458993 4.644282348 5.116921126 5.459597501 5.188848021 5.327185324 5.194128648 5.596262896 5.763231743 5.374551262 +LQ02X007990 RNA splicing protein mrs2, mitochondrial, putative 4.600153637 4.870482948 5.731074193 4.728177028 5.665179301 4.609043359 4.824058586 4.708760022 5.020169561 4.880674299 5.40471881 4.56829477 5.396826633 4.64656635 4.778397927 5.466190609 4.712869041 4.846409428 4.372542488 5.040480235 5.497069661 4.982469044 5.265632809 4.826547901 4.599022374 4.929534704 4.806585105 4.969610624 5.339989556 5.262716821 5.37735802 4.8681867 +LQ02X008000 Transcription factor RF2a, putative 6.838421064 5.499772421 5.786162487 6.114049156 6.79259216 5.904935724 5.817034047 6.406377603 4.822856936 5.957119486 4.583451625 4.70911605 4.840292918 4.947271718 5.447414648 4.78918077 5.904493621 5.350068003 5.748234948 5.234315079 4.644254213 6.719591947 4.779832735 5.081163563 6.721825678 5.451158099 5.588433183 5.36503896 5.017163841 6.41411759 4.849524341 5.089582138 +LQ02X008060 Putative Predicted protein 5.953869769 6.021423583 5.299975046 5.457628974 5.4447332 6.455859268 5.542861583 5.826356306 5.826991921 5.592677125 5.656120902 5.502258184 5.148717885 6.347868866 5.30159229 5.558797881 5.970742207 5.645491632 5.598984154 5.242326426 5.854001691 5.654065942 5.943050914 5.279812581 5.806694647 5.527611711 5.67054324 5.220766567 5.794585824 5.448737594 5.660189927 6.150951229 +LQ02X008130 Putative B3 domain-containing protein Os04g0581400 7.60622418 8.483836457 5.769458006 6.634442477 6.878386284 7.197127982 7.001661863 7.550151513 7.756561566 8.981779336 5.771864642 6.537857942 6.556843064 7.462806613 6.872700744 6.868401614 11.30091688 10.91882126 10.81707099 8.636206924 7.603182002 7.074624716 7.965106902 8.503188335 8.727940816 8.415798459 9.752327818 6.373985119 6.300938205 6.485394893 7.531653774 8.2121856 +LQ02X008180 B3 domain-containing transcription factor VRN1 5.791571338 5.602606892 6.156136462 6.237984545 5.776579253 5.76165097 5.782348522 5.635646689 5.922695989 6.212548699 5.771828174 6.029184195 6.101615421 5.445944288 6.631999991 5.28838753 5.347079967 5.962770911 5.56598528 6.07686657 6.646104281 5.759523212 6.383621711 5.522388504 5.625783003 5.647739009 6.053007261 5.587413652 5.896269423 6.236909708 5.303686399 6.412407759 +LQ02X008200 Putative uncharacterized protein 5.47114894 5.449749624 5.645691395 5.102238739 5.449016247 5.408998476 5.417871449 5.184477121 5.622704816 5.289358658 5.793493146 5.312957608 5.349641467 5.34189294 5.277096601 5.229163401 5.535587073 5.691069454 6.350899224 5.202068784 5.734786244 5.569907952 5.438719559 6.484479428 5.558889413 5.975251483 5.580474226 5.46058152 5.516044207 5.522281824 5.424207305 5.709085348 +LQ02X008210 Predicted protein 5.318389522 5.316467344 5.908707182 5.338560057 5.227189511 6.188460267 5.621974689 5.755959007 5.214669569 4.886487535 5.876198689 5.345781933 5.441978966 5.90147572 6.117198979 5.673900007 5.179200203 5.262801755 5.014788886 5.335931139 5.499176338 5.225792252 5.511598881 6.721844447 5.10790595 5.469871915 5.855572923 5.213696111 5.552118388 5.400334475 5.389489039 6.41320702 +LQ02X008240 Predicted protein 11.34525257 11.02706235 11.51880933 11.69852191 11.47967528 11.24683827 11.01527235 10.66048586 11.28835412 11.02916759 11.42163157 11.46342509 11.5134318 11.16001579 11.39021804 10.66653658 10.91521141 10.31605598 11.11766561 10.48622421 10.60536356 11.213626 10.22078677 10.41839351 11.00505624 10.49911939 11.1062777 10.82002387 10.92921485 11.56326907 10.37830823 10.59182089 +LQ02X008250 Putative Flavonol synthase/flavanone 3-hydroxylase 10.81799515 10.46281083 10.24209967 11.18076822 10.32298836 11.96688918 12.32293586 11.64706186 10.88361022 10.6407335 10.27766348 11.00591128 10.85069725 11.57837673 11.95941019 11.95979517 11.10304062 11.37651284 11.25157545 10.21758568 10.49900823 10.70612071 12.13914164 11.84172316 10.53957651 11.06690996 11.28104307 9.647311701 10.54587361 10.49441435 11.72794804 11.19287632 +LQ02X008260 Putative Protein SRG1 12.37653588 12.2639457 12.15662395 12.02804413 12.31301961 12.74220903 12.54122669 12.20385237 12.13065468 12.11901298 12.1561152 11.85549378 12.24195248 12.42173787 12.63713679 12.03564695 12.70930029 13.08593124 12.38912276 12.45132042 12.56468747 12.01864305 13.26219019 12.56874912 11.88651517 12.58139702 12.22126152 11.80212892 12.66504669 12.32351333 12.87172064 12.43944344 +LQ02X008270 Putative Gibberellin 20 oxidase 1 8.408719197 8.009737457 7.120458548 7.374929387 6.818946178 10.33935059 10.95983937 9.167081282 8.244447719 6.593558947 8.497068552 7.793088144 6.445386711 9.623896138 9.743522639 9.343882792 7.065269219 9.277810749 5.740553888 7.704477164 8.62669072 7.209213731 11.64972026 9.94447513 8.115417501 10.72314932 6.638949716 7.510420208 9.878702006 6.137235581 11.36270174 9.882022681 +LQ02X008290 Predicted protein 12.51528726 12.91961174 13.75164966 14.81619996 14.34558376 14.54619999 15.31335903 15.44063659 12.63210165 13.03076097 13.75098425 14.67982234 14.2085743 14.76906131 14.87434705 15.31921399 13.04907611 13.34166749 12.62988874 12.6916403 13.28588365 13.93020982 13.65758983 14.35004615 12.4281995 12.87969751 12.79236797 13.73435562 12.7459443 14.95546056 13.6818778 14.15989324 +LQ02X008310 Probable N-acetyl-gamma-glutamyl-phosphate reductase, chloroplastic 5.276276689 5.234180873 4.681990588 4.671997002 5.295752665 4.653982605 4.625109197 4.85437764 5.022611609 5.418336368 4.969943369 4.796739516 4.63791388 4.897291873 4.633710161 4.788796085 4.991170124 5.137839151 5.425172213 4.783942771 5.088184205 5.39417796 5.253478561 5.355989812 6.326004825 5.350090829 5.555639685 6.266275542 4.840530075 4.823409133 4.842840416 4.894236054 +LQ02X008320 Putative uncharacterized protein 5.719651027 5.435752358 5.173339884 5.641673462 5.491044065 5.635250388 5.248976523 5.109132347 5.625629054 6.131241865 5.206882505 5.398740278 5.256851531 5.413946779 5.819059036 4.993072829 5.473371822 5.467452836 6.084788205 5.828210081 4.874410243 5.387606138 5.672669059 5.095735626 5.502240817 5.260950259 5.978256479 5.171264797 5.269782064 5.941333039 5.576543514 5.328525842 +LQ02X008330 Serine/threonine-protein kinase SRK2E 6.139056243 6.451393153 6.695104543 6.42578392 7.252927105 5.980641493 7.009388392 6.601463428 6.679392359 6.244741964 6.655388171 6.56384372 6.738838502 5.857652948 6.945264683 6.051642612 6.407573002 6.858697924 6.848891942 6.548440932 6.295325213 6.475933886 6.73193031 6.97312114 6.26221068 6.790834003 6.81101593 6.45403634 6.94726386 6.866185673 6.857021967 7.160069795 +LQ02X008340 Pentatricopeptide repeat-containing protein At2g15820 5.681215197 5.857616686 5.398264574 5.102034656 4.967157683 5.164777547 4.878947087 5.453579953 5.818549984 6.058474608 5.258765415 5.009270018 5.111430061 5.264870798 5.371069777 5.599097921 5.878187019 5.731661958 6.240865718 5.383105894 5.111110922 5.437687743 5.292556025 5.986160535 6.134542152 5.678921181 6.135402581 5.376032497 5.454474357 5.19672548 5.202721771 7.319474687 +LQ02X008360 Putative uncharacterized protein 10.78608202 11.52679726 10.93293866 10.92590077 10.88414562 11.41089594 11.73298019 10.87028666 10.70223623 11.1962433 10.77168234 10.92512856 10.61047728 11.19676127 11.79555312 11.16024051 11.33086555 11.68898686 11.64556142 11.56486536 11.85728545 10.96973237 12.1584645 10.73707929 10.92468095 11.22447856 11.85371062 11.36249039 11.76085045 10.89285969 12.1267229 10.88655482 +LQ02X008400 Peptidyl-prolyl cis-trans isomerase CYP40 9.898830564 9.434358436 7.485950859 10.50083483 8.519846266 11.64976671 11.55061919 11.3520195 9.720365146 10.03367936 8.298584242 10.66583035 8.551862638 11.2333323 11.20773607 11.54576775 9.868145679 9.553143412 8.817113125 7.411278691 6.619421372 8.779863211 8.515700496 8.943101577 9.571271359 9.136745654 8.891416756 8.386993137 6.428160105 9.328919897 7.856381021 7.888224367 +LQ02X008410 Putative Armadillo repeat-containing protein 6 5.309418649 4.963564765 6.002677328 5.419305797 5.736823492 5.582971954 5.289557106 5.45022604 5.097084021 5.306407543 5.890632138 5.227724977 5.495694511 5.73359493 5.335949544 5.270275228 4.817530857 5.080206944 4.905358214 5.759099139 5.27642108 5.063682516 5.515687649 5.47153588 5.106182916 4.76658045 4.978207286 5.201013506 5.165241503 5.186031614 5.511058525 5.737743136 +LQ02X008490 CDPK-related protein kinase 9.645466527 9.678444539 9.998262424 9.543601226 9.883333148 8.999818008 9.385287771 9.28147936 9.806489434 9.671333644 9.89293869 9.456163784 9.987335049 9.148661086 9.144561485 9.458713114 9.198568733 10.31621372 10.41009814 9.748600567 9.878204582 9.501083573 8.867183022 9.567461689 9.61513387 10.35935022 10.74983854 9.595443411 9.657898805 9.504972332 9.397443163 9.31026119 +LQ02X008530 Putative uncharacterized protein 5.965380143 5.889905912 6.207802771 5.876632413 5.65204007 6.318738452 6.267751078 6.086511071 5.751979104 5.750432617 5.392041606 6.129189385 6.210964631 5.880698108 6.080961333 5.92502822 5.666878706 6.301436083 5.55695111 5.866206734 6.135441927 5.884928651 5.843763267 5.79665938 5.682828338 6.061377443 5.890245432 6.130163462 6.033987038 5.852909847 5.863297147 5.240237284 +LQ02X008580 Predicted protein 12.04822099 11.73048077 11.64442593 11.67685849 11.37375759 10.59238521 10.41345679 10.15048507 12.12098173 11.4182278 11.91109131 11.78661701 11.3896771 10.47653603 10.53426069 10.09144783 12.04207387 12.065685 11.786044 11.69157737 12.1903421 12.11359079 11.26153883 11.00813994 12.12429233 12.86478268 12.19555021 11.90024959 12.80726031 12.30651568 11.08051694 11.58707019 +LQ02X008610 Putative Probable gibberellin receptor GID1L1 5.362566836 5.137656823 5.613763094 5.204205083 4.966620025 4.803946796 5.149382921 5.024219462 5.453951749 5.363393842 4.790124529 5.113496742 5.614345846 4.678483156 5.173899123 4.922117057 4.924126823 5.567694136 5.367043423 4.76910702 5.679687912 5.073048882 4.9142915 6.215598631 4.950167996 5.251754423 5.202195238 5.424854557 5.418887485 5.139803539 5.0204717 5.032073906 +LQ02X008660 Uncharacterized protein At1g14870 5.520780799 5.266678301 5.431728154 5.35945789 5.592935969 5.576435486 5.445620078 5.754945434 5.563445049 5.389258369 5.274963017 5.542664668 5.484704234 5.703338101 5.25622771 5.762810078 5.208142552 5.395684106 5.468854356 5.17831614 5.346033537 5.160496149 6.128726671 5.366461588 5.332671454 5.498673218 5.194823718 5.467153225 5.381309681 5.1380627 5.516693312 5.601038893 +LQ02X008690 Hypothetical protein 5.11890603 4.835626853 4.591189422 4.565884772 5.042582942 4.626944762 4.767181408 4.729079505 5.068872333 5.116131257 4.797572975 4.707171171 4.689860624 4.730338121 4.581267136 4.678453025 4.758112851 4.644287854 5.308153993 5.038314487 4.837863669 4.902967763 4.939491855 5.104467147 4.686374149 4.818293126 5.378352268 4.890608734 5.15168166 4.801003289 4.974548477 5.12560846 +LQ02X008700 Pentatricopeptide repeat-containing protein At2g15690 10.86227508 11.4838391 10.48516245 10.93992691 10.66519331 11.02698221 11.74234015 11.80266093 10.88946703 11.50562025 10.98353685 11.06643358 10.77421934 11.34288215 11.97230113 11.8409493 10.98601006 11.0956294 10.69394974 10.44109828 10.85060671 11.01474393 11.92695504 12.00380018 11.09242879 11.29910829 10.89876069 10.27602113 11.00559924 11.26125112 11.85654333 12.08895681 +LQ02X008740 Putative TP53RK-binding protein 13.83885399 13.80344348 13.32156526 13.16088483 12.91557721 12.93550281 13.3160363 12.8710502 14.1385104 14.20214415 13.55201428 13.45660232 13.1823763 13.16347596 13.54351648 13.03655028 13.8313321 12.94816303 13.75205171 13.34734169 13.31134027 12.83576757 13.21688751 12.99769059 14.24457433 13.47864378 13.91159805 13.00351219 13.28583478 12.78219165 13.16886946 12.92850669 +LQ02X008750 Protein CYPRO4 5.538892347 5.30041022 5.694124821 5.638467759 5.558721192 5.921376294 5.325530213 5.628059106 5.696892736 5.523179276 5.388857532 5.423052626 5.136997621 5.518826274 6.268521825 5.229510637 5.109633711 5.273660726 5.381025853 5.752382758 5.125283161 5.645316715 5.144040249 6.111959876 5.592205068 5.280348919 5.385429421 5.619118658 5.30032164 5.631031464 6.250642358 5.839280405 +LQ02X008760 LAG1 longevity assurance homolog 2 8.321157264 8.080733233 8.572306781 7.93464329 7.594211447 9.874106587 9.237485698 8.636148882 8.114069924 8.785834507 8.008155777 7.27550556 7.344834571 8.882000518 8.238346489 7.806863924 8.434176896 8.539814454 6.142520841 8.101052171 8.039480837 8.011049382 8.267690298 7.252062115 8.871786789 8.70210728 6.51684105 8.297863698 7.594041969 7.177909064 8.266679524 6.707464708 +LQ02X008840 ABSCISIC ACID-INSENSITIVE 5-like protein 6 13.48828643 13.35991537 13.5590714 14.36155424 13.3951745 14.95868538 14.89994654 14.97544835 13.1321278 12.6414054 13.16403703 14.16854 13.12568351 14.51775231 14.64944999 14.6644299 14.55044878 14.57127193 13.24148145 13.19015238 13.04945042 13.45009419 13.44942617 13.43161815 12.77706815 12.89000904 12.20557251 13.23397775 12.20481979 13.56085536 12.97432999 12.88748553 +LQ02X008860 Putative uncharacterized protein 9.989521796 9.917222092 10.02346995 10.68448815 9.445838606 11.86706704 12.23526925 11.27599409 9.798945068 10.18229864 9.663050218 10.67008445 9.652914851 11.57814347 12.15537287 11.41135158 9.715902372 9.923813283 9.311340119 9.398310162 9.653403453 9.645751871 11.39249365 10.81996755 9.545101184 9.85808866 9.830349849 8.84736095 9.736362948 9.778548319 11.15126349 10.60453316 +LQ02X008870 Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial 4.749881129 4.691940401 4.480493357 4.90229913 4.562002026 5.0043914 4.928387002 5.098151754 4.717325764 4.993926949 4.808063914 4.721079184 4.662504738 5.321003603 5.471957019 4.972312088 4.899942245 4.689024397 4.598121565 4.669627087 4.969304032 4.429270494 5.680999445 5.334232343 4.668568834 4.863932184 4.93084772 4.88602141 5.023998162 4.401556513 4.909604496 5.885371264 +LQ02X008880 Thioredoxin M-type 3, chloroplastic 5.108608679 5.54939972 5.31724442 5.665162185 5.33776529 6.22916047 5.854033433 5.850279977 5.46189093 5.966106334 5.222477007 5.65228357 5.602886594 5.770492737 5.893466257 5.830185759 5.195274991 5.470794604 5.694121052 5.366269231 5.168885056 5.40583077 5.618967251 5.5558048 5.631794906 5.418498349 5.9353077 5.282921464 5.521810855 5.166119607 5.87926609 5.150030888 +LQ02X008890 Predicted protein 5.450106241 5.306220148 5.325584148 5.487496225 5.802639568 5.944581621 6.066006105 5.662567433 5.350506192 5.119857695 5.812348818 5.353055849 5.580135816 5.378931826 5.803290741 5.23332389 6.25481663 5.37016712 5.569358602 5.676053976 5.766280521 5.468633912 6.297223738 5.606965541 5.480975322 5.706511719 5.682503873 5.5143628 5.590046513 5.939489843 5.714843699 6.140399304 +LQ02X008920 Putative uncharacterized protein 6.437147908 6.20677048 6.370241983 5.431937111 5.525185517 5.453333875 5.272058402 5.061740437 6.095294174 6.250859803 6.436154776 5.531241514 5.748208456 5.22613199 5.514050456 5.21570674 5.931870317 5.86339524 6.315557848 5.625651093 5.896332157 5.876949335 5.847601917 5.86332958 5.594968624 5.811769797 6.212545504 5.591766052 6.157905401 5.529816039 5.560839875 5.203611064 +LQ02X008970 Protein binding protein, putative 10.34508283 9.965643779 10.49816225 9.552088539 9.786838007 10.67452016 10.1666566 10.17084961 10.0766479 9.312502649 10.04473007 9.573463369 9.762723112 10.52675443 9.890948496 9.808993358 10.54867309 10.82589971 10.69556111 10.41044604 10.29873065 10.42374944 10.51436075 11.3477534 10.59295673 10.71251665 10.78373825 10.37737204 10.61952542 10.4452679 10.50140486 11.33604097 +LQ02X008990 Caffeoyl-CoA O-methyltransferase 1 14.09959624 13.95116511 15.0591859 14.82019847 15.46465522 13.59213982 13.03313419 13.34463194 13.96877077 13.99140056 15.00292835 15.38857063 15.19973988 13.41415273 14.25649176 13.37240032 13.72654801 14.29118666 14.02878884 14.99766891 15.33526249 15.21450967 13.46271414 14.00378728 14.08841821 14.3668095 14.1588468 15.49649805 15.28103404 15.67223839 13.11717793 13.79011077 +LQ02X009020 Putative Genome polyprotein 5.177883369 5.167295135 5.368461599 6.248637526 5.351445582 6.179240892 6.46719218 6.518838849 5.547387313 5.155018067 5.169621133 6.807045049 5.206762157 6.368049584 5.850991898 6.599575641 4.918239674 4.985804245 5.32410059 5.558201984 4.792754881 4.848167315 4.889117997 5.434628383 4.986234544 5.259651543 5.111236318 5.337630586 4.941310997 4.850481234 5.527814044 5.260418858 +LQ02X009030 40S ribosomal protein S16 15.04025168 14.75584905 14.65307929 14.13922991 14.43398186 13.64595434 13.6177232 13.43884378 15.22401412 15.66921557 15.04152154 14.61733379 14.71650416 13.8985776 13.972405 13.73096353 14.61940975 14.02754959 14.29694379 14.63613321 14.70840831 14.70618522 13.98385685 13.75465525 15.13343579 14.47983056 14.80470822 14.40290158 14.52345689 14.24322182 13.77781769 13.88854845 +LQ02X009040 Putative O-acyltransferase WSD1 5.343715896 5.162143239 4.957424212 5.116976883 5.068437013 4.86959412 5.172739291 4.735254866 5.240144811 5.234643859 4.919614553 4.988008415 4.85029476 4.959127337 5.185528639 5.011795652 5.158126886 5.360488702 5.44017948 5.434838763 5.37778604 5.131782723 4.561056156 4.749143037 4.996839854 5.860242256 5.47238793 5.405627548 5.099877021 5.075856004 5.065840765 4.676770724 +LQ02X009060 Putative Filament-like plant protein 7 6.173046079 6.157574315 5.46268649 5.516921182 5.59889077 5.938017028 5.601587238 5.3315679 5.910150173 5.859051155 5.566720663 5.634344538 6.249903261 5.426539975 5.615876325 5.692144165 5.109231407 6.241480606 6.4631446 5.443422593 5.862707788 5.806677581 5.305504034 4.858889184 5.36044538 6.044541258 6.578451719 5.349358172 5.841089612 5.932691018 5.134950217 5.585530482 +LQ02X009070 Putative E3 ubiquitin-protein ligase MARCH6 5.841667559 5.874294251 6.365768084 6.191070356 5.792058509 6.142063337 5.967190854 5.874936746 6.454063261 6.706753802 6.287115942 6.069186962 6.339341688 5.963989179 6.673984375 5.732757212 6.097575351 6.522221518 6.191231747 6.254904102 6.281500139 6.395692262 5.896876262 5.352570734 6.269143855 6.433404387 6.560491254 5.639212009 6.022551694 6.410279163 6.307651777 5.975996581 +LQ02X009080 Polyadenylate-binding protein 2 5.754063108 5.324126366 5.350871191 5.904216731 5.592383501 6.42568945 6.842493004 6.304196087 5.911312397 5.889288276 4.982206353 5.894241183 5.519805181 6.350184792 7.020091009 6.17839703 5.985610833 5.689514523 5.292576578 5.479134608 6.118749627 5.296438161 5.62578429 5.467297741 5.865157224 5.426125843 5.540485865 5.324415838 5.396754692 5.547892687 6.224326237 5.726570119 +LQ02X009120 Hypothetical protein 5.157801275 4.919931246 4.77849349 4.721289537 4.673915713 4.795906249 4.653814161 4.734370313 4.940977862 4.7579341 4.851962168 4.927046851 4.972646489 4.872692399 4.866089583 4.96192453 4.897731282 4.887449717 5.193238643 4.816974822 4.932396511 4.993074659 5.402551064 5.458587802 4.737055397 4.955904483 5.459099716 5.16681564 4.714237406 4.849680974 5.033698361 4.898610344 +LQ02X009130 Anthocyanin 3-O-beta-glucosyltransferase 5.730743653 5.426750152 5.129182046 5.068687208 5.311484688 5.077818739 5.109089807 5.410561609 5.343386644 5.29404896 5.894268981 5.120916574 5.473603774 5.437503753 5.051623177 5.384392622 5.915644754 5.122911905 5.3187421 5.636767198 5.8294165 5.295875721 5.784539353 5.892518673 5.32504026 5.711878001 5.583700141 5.183362674 5.526653878 5.28342632 5.537945014 5.979807447 +LQ02X009160 Anthocyanin 3-O-beta-glucosyltransferase 5.218946336 5.416351894 4.95319522 4.929916656 5.044811077 4.647647694 4.964229496 4.701710856 5.169731157 5.198247727 4.858009603 5.145944398 5.226321141 4.973109043 4.813499788 5.072553752 5.096305478 5.088207048 6.412694475 5.362265152 5.246266917 4.793442814 5.070333719 5.193866063 4.856080189 5.088567598 5.652286216 6.141169768 5.935707094 5.288790434 4.804080153 5.040084432 +LQ02X009170 Anthocyanin 3-O-beta-glucosyltransferase 5.013327201 5.741542338 5.441441309 5.319093198 5.493947995 5.539032087 5.241726321 5.43372991 5.175821799 5.496710587 5.755125261 5.223488882 5.959483464 5.546238939 5.317687193 5.617977542 5.028359412 6.097778356 5.81718758 5.471903407 5.227158987 5.448729644 5.223345891 5.616754542 5.538402085 5.923647524 5.490858765 5.225810417 5.137426703 5.751746493 5.62892055 5.676050621 +LQ02X009190 Putative uncharacterized protein 13.94706003 14.09142875 13.39021824 13.32162768 13.38097833 11.5387544 11.28694909 11.25263976 13.97258109 13.72802573 13.56045401 13.0978413 13.54335831 11.66092824 11.53662693 11.27855158 13.10554339 13.36625996 13.76458058 13.65729648 13.65841737 13.81135633 11.99486358 11.80872678 14.32571568 14.28328362 14.20441519 13.7866883 13.70993398 13.37730923 11.91173855 11.87172623 +LQ02X009220 Uncharacterized protein At4g06744 13.34507711 13.1365288 13.51028224 15.11650374 14.38522441 13.08429413 12.9627666 12.79220284 13.63186575 12.99273292 13.86115711 15.09810727 14.17355197 13.07910696 13.81273227 13.5849634 13.94134399 13.563857 13.34863911 12.90233646 13.41304913 14.7327567 11.50800603 11.69933006 13.40967355 13.93482815 12.99662738 14.32667301 13.54472404 15.01289318 11.04571789 11.49771417 +LQ02X009270 Phosphoprotein phosphatase, putative 5.823016903 5.25807643 5.202786525 5.789914275 5.410088488 5.713159451 5.432290425 5.752847948 5.765394837 5.879208146 5.317245625 5.714577117 5.233590836 5.774264447 6.165827291 5.831718971 5.689903532 4.982680606 5.4896274 5.000414235 5.392461851 5.835079999 5.372365825 4.952888337 5.790141628 5.390671918 6.03665026 5.312236269 5.316357882 5.690583849 5.325891465 4.91314801 +LQ02X009280 Hypothetical protein 11.32311128 12.46646466 10.08541152 11.46205933 10.9385348 11.6594999 11.68353014 12.00089391 11.29658332 10.76208299 10.48460606 11.74009528 10.86226591 12.0710872 10.14317498 11.95428607 12.27432999 12.89554008 11.94595205 11.90077578 12.42333376 11.79937079 12.30722743 11.87871808 12.13692564 12.91003038 11.97795661 11.93853695 11.86545352 12.11443379 12.27832229 12.06506433 +LQ02X009300 Cyclin d, putative 5.977899232 5.782106293 5.583710097 5.987476992 6.017707261 6.193973854 5.645214975 6.044798037 5.941220924 6.217228313 6.43644931 5.825024791 5.943508136 6.129385013 5.523434349 6.322535053 6.27181914 6.330030332 6.864463066 6.464434147 6.088676755 6.073239371 6.706645544 5.412955382 6.66917509 5.816585976 6.332770891 7.341247767 6.258859335 6.022192871 5.481775673 5.994213325 +LQ02X009330 Putative Kynurenine formamidase 12.05850709 12.63451972 11.80763205 11.9695999 12.32101035 12.84709699 12.47736998 12.47230947 12.37408075 12.44569917 11.93236094 12.04723145 12.14298402 12.55086688 12.23224966 12.70946407 12.78625716 12.6350314 12.86102004 12.54107623 12.19627828 12.60746639 12.99931722 12.89701844 12.54171463 12.63318702 12.69425911 12.42946463 12.10148574 13.36945771 12.7039227 12.6846079 +LQ02X009340 Putative Kynurenine formamidase 11.93246825 12.30393397 11.93497158 11.86968193 11.51433935 11.6967075 11.85272325 11.61237898 11.85576006 12.10715644 11.87567006 11.72572515 11.68826585 12.03621665 11.45818709 11.74291136 12.22872116 12.06912928 12.2337916 12.24814344 11.956015 11.36871473 12.54037991 12.21400144 12.11359339 11.9432571 12.56274598 12.03521957 11.99264101 11.40009875 12.36268619 12.32385393 +LQ02X009350 Putative Kynurenine formamidase 4.55573269 4.627784394 5.123191303 4.941185698 4.82322334 4.902700942 5.453544294 5.16337736 4.718257904 4.621088433 4.807907647 4.72727333 4.48935905 4.815450343 5.071379118 4.703758427 4.751548768 4.600319016 5.274007711 4.721555758 5.080581036 4.975040609 4.895565729 5.365182213 4.803542958 4.73646401 5.452095159 4.784683901 4.951766366 4.875360063 4.95098377 5.698076371 +LQ02X009360 Putative DNA-damage-repair/toleration protein DRT100 5.328379485 5.456007338 5.124966769 5.255612251 5.241346389 5.06180595 4.946240305 4.903929529 5.550332563 6.122171713 5.61546702 5.269544328 5.36422285 5.061513702 5.720794385 5.039260557 5.205780053 5.206973873 5.283546879 5.367844745 5.434044407 5.510621964 5.370486926 5.113565535 5.105275048 4.94572271 5.935836648 5.187702099 5.148939255 5.404314015 5.766245773 5.306143263 +LQ02X009370 Putative uncharacterized protein 10.85888956 10.70634058 10.55554127 10.73061649 10.60678221 10.44829696 10.91405007 10.58005081 10.82570722 11.18121614 10.62644177 10.60361129 10.59490314 10.39756003 10.90251609 10.69125881 10.33514252 10.94139017 10.44392367 10.89360882 10.64004864 10.26472711 11.06313289 10.78059185 10.7810698 11.19710816 10.91597012 10.4504815 10.25246149 10.20501684 11.05717072 10.89265018 +LQ02X009390 Stress-enhanced protein 1 6.284954479 5.5674028 6.634537162 6.898547116 6.403036155 6.991828484 6.893007999 7.026832554 6.440634844 5.847893637 6.033589221 6.587237643 6.393005809 7.189937839 7.17726739 6.895446203 5.768039407 5.717129773 5.503511846 6.570411686 6.692267609 6.19287114 6.895475139 5.923120474 6.078861081 6.095408446 5.910575782 5.865001731 5.850446048 6.249024667 6.832311294 5.870927528 +LQ02X009410 D-3-phosphoglycerate dehydrogenase, chloroplastic 13.60030286 13.97922942 12.66381279 12.50620276 12.81659181 10.93354221 10.87263164 11.04587178 13.64715641 13.80131858 13.03338092 12.98577022 13.05317704 11.15642248 11.33279025 11.32657574 13.95620274 13.2598015 14.04475086 12.77616771 13.61119119 13.5544193 12.35324256 11.97973124 14.33303928 14.08913617 14.36394309 13.10614931 13.71494991 13.77480563 12.22201823 12.26437579 +LQ02X009420 Probable carbohydrate esterase At4g34215 12.45830513 13.14805394 11.81383507 11.59138044 12.070154 10.92887906 10.80919041 10.17425893 12.4343401 13.3275782 11.88432749 12.09039431 12.27043299 11.23783973 11.10016848 11.37151996 12.45349769 12.55025622 12.67681213 11.12813064 11.52490151 12.239833 9.195794183 9.699135796 13.09392214 13.22806205 12.7003494 11.16794399 11.86538999 12.04194874 9.479916125 9.221359419 +LQ02X009430 Receptor protein kinase-like protein At4g34220 12.18156952 11.49288399 12.17822706 10.54059905 11.66901064 6.681229955 6.413824145 6.680449555 11.99026768 11.17117384 12.30127566 10.54133218 11.24996702 6.625160669 6.091006121 6.527535617 11.21868038 11.78013935 11.45922946 11.17662768 11.76658989 11.6721848 5.636583279 5.982379588 11.87961687 12.08898931 11.62501848 10.69861841 11.71569765 8.812123316 5.442136032 6.553716498 +LQ02X009440 Predicted protein 10.98969793 11.34980222 11.33942122 10.75045406 10.84350888 11.66086463 11.56935391 11.01204416 10.82414131 10.78731128 11.11765955 11.28273327 11.11495377 11.88668132 10.37818967 11.17274993 10.4956925 10.79947405 10.81809486 11.17479061 11.78009646 10.63197592 12.09301985 11.36204072 11.10041549 11.1194797 11.51958731 11.04833412 11.95213744 10.5410667 11.86013966 11.10747162 +LQ02X009450 Reticulon-like protein B11 12.76878049 12.54421775 13.07434414 13.36816072 12.55210452 12.24281261 12.0994564 11.68771717 12.66665917 12.64396141 13.21738885 13.35544907 13.13047609 11.94198401 11.92038768 11.84275914 12.24508649 11.89286011 11.85757578 12.30743937 12.36171903 12.47893948 11.86212496 11.57496421 12.51100711 12.23593368 12.20749254 12.88051065 12.38030016 12.88411745 11.80046163 11.61006371 +LQ02X009460 Putative uncharacterized protein 6.089492302 6.923017991 5.836359927 6.775151122 6.162198004 6.144720032 7.148862296 6.261087969 6.065239565 7.935310874 5.90863338 6.863567273 6.718933831 5.909859186 7.302221243 6.386722448 6.039592407 6.231630995 7.257665612 6.505256561 5.462470674 6.225483342 5.902230045 5.558991354 6.214936794 6.610656064 6.54756905 6.23856078 5.862264229 6.111945973 5.855107378 6.285750422 +LQ02X009470 Putative Transcription factor MYB44 9.669356734 10.48979553 9.166517545 9.391188346 9.805753388 8.157452282 8.678399546 9.628093243 11.03404867 11.87435375 10.07352004 9.429747145 10.34819009 8.170279287 8.804381978 8.5738465 9.84046395 10.58803403 11.31215127 10.11078542 10.50627746 9.920510935 9.4040798 9.616041743 10.28054827 11.07711386 11.72918145 9.719708875 11.08707818 9.402835451 10.10205241 10.02228398 +LQ02X009480 Putative Protein unc-50 homolog 11.2285736 11.43424427 11.74051748 10.7210792 11.79041869 9.882677007 10.00124681 10.39334012 11.38668825 11.42061235 11.92152156 10.86618618 12.18074969 10.21343962 10.01837205 10.47154199 10.98775197 11.01601177 11.74514155 12.36578464 12.41114227 11.72072747 11.70142625 12.06056673 11.00959957 11.2090006 11.93058807 12.35166416 13.10317922 11.99003622 11.85649653 12.26203174 +LQ02X009500 Probable cinnamyl alcohol dehydrogenase 5.548880467 5.940756816 5.57590527 5.388559025 5.754055043 6.082468915 5.609633462 5.576496573 5.952647707 5.726606199 5.770148382 5.525065599 5.90441925 5.702989156 5.914798371 5.337484368 5.714072232 5.939021945 5.947649683 5.76893222 5.66406675 5.557089477 6.505870313 6.135979248 5.424230475 5.71223677 6.168755109 5.729271961 5.829127708 5.630220212 6.712856607 5.649610038 +LQ02X009540 Limonoid UDP-glucosyltransferase 5.371468578 5.445379107 5.707614636 5.929883804 5.379830412 5.450634959 5.925644327 5.953806867 5.612995786 5.087857589 5.955989628 5.985791826 6.249946965 5.699256037 7.134673424 5.692562928 5.301013445 5.685742401 5.880800048 5.0564357 5.327399174 5.572182655 6.350715044 5.544651436 5.43201866 6.430402075 5.579256813 5.839023197 6.521228966 5.675942715 5.196158812 5.413083064 +LQ02X009570 Triacylglycerol lipase 1 13.15126484 12.758425 13.27750336 13.14168264 13.26948542 13.37575635 13.23316711 13.33709484 13.23545214 12.76417933 13.45625557 13.15949842 13.14717215 13.37200631 13.03161922 13.01277221 13.24441149 13.54900713 13.6950908 13.55008193 13.15339854 13.22174741 13.17432923 13.29413633 13.13886097 13.41630444 13.53309174 13.45482872 13.3922265 13.07745127 13.21247118 12.99825129 +LQ02X009580 Putative Methylthioribose kinase 5.370289138 5.623781052 5.847599799 5.842163195 5.334819147 6.157088056 6.208615078 5.519404462 5.809213377 5.893681028 5.820805739 6.001316248 5.762501603 6.029150232 6.190244639 5.841073405 5.426370277 5.324129085 4.980671311 5.735185556 5.973233248 5.850572967 5.329974442 5.475671328 5.541671894 5.157811623 5.37080047 5.547574655 5.463692087 5.71553758 6.007817398 5.533833878 +LQ02X009600 Putative uncharacterized protein 6.015710664 6.332224312 6.412889061 7.236937341 7.288911949 5.812717164 6.434779853 6.410452996 7.164001536 6.344795992 6.728358624 7.912473663 6.205117098 6.320128539 6.201105924 7.059952481 11.37803282 9.651181554 10.81501355 11.10023594 8.539869778 8.158719583 7.735177777 6.047772657 9.042747414 6.609010496 8.638808962 9.247277879 6.456790073 8.406167125 8.665683274 7.473879642 +LQ02X009690 UPF0631 protein At3g19508 5.553247869 5.054348728 5.52645084 5.20354392 5.861606967 5.37741011 5.807098006 5.183495957 5.546007082 5.356626554 5.237763585 5.34561517 5.340341974 5.347042438 5.585488 5.419676349 5.308541149 5.439799819 5.604169248 5.650796456 5.421414646 5.157283809 5.412686739 5.179113054 5.124470242 5.157949548 5.111005045 5.395500981 5.219525437 5.18621219 5.94292689 5.278351117 +LQ02X009700 Putative uncharacterized protein 5.492056138 5.522941192 5.135079555 4.917833107 5.225158485 6.177080211 5.690202437 5.54227426 5.966885254 4.937216641 5.885024363 4.843664941 5.324466719 6.220114534 5.412910863 5.326445702 5.571532064 5.484039183 5.059530786 5.466957969 4.939160326 5.334254096 5.969942335 5.93259849 5.224340692 5.339688467 5.085905718 5.110653226 5.118388418 5.427471018 5.73514776 5.323854203 +LQ02X009710 Alpha-L-fucosidase 2 5.502699188 5.60124848 6.180959518 5.447921141 5.247088475 5.269611092 5.595055597 5.353207005 5.411278519 5.828411049 5.813160168 5.388093198 5.643498917 5.24462168 5.158978343 5.017024921 5.682918589 5.542852182 6.201859608 5.996145238 5.701696102 5.762286986 6.28078912 6.063663851 5.81065354 5.603757181 6.268341563 6.475226827 5.884973429 5.710585548 5.306110964 5.677997236 +LQ02X009720 Alpha-L-fucosidase 2 11.17011546 11.62008314 11.73209383 11.77611019 11.9375789 11.68754984 11.69996968 11.91653596 11.83146979 11.72393068 12.00765909 11.96524972 12.18584011 11.97940343 11.54093673 12.25733339 11.86558858 11.37747652 12.38537912 11.98820445 12.13344783 12.2927576 12.37216155 12.03361456 11.8248104 11.64998253 11.81180563 12.85036382 11.71306797 12.67305958 12.29325264 11.78827018 +LQ02X009740 Predicted protein 5.260430865 5.233263685 6.165340155 5.465265449 5.909232372 5.772638307 5.727781166 6.364110509 5.486349094 4.973902973 4.993396488 5.399026223 5.879927963 6.130139653 5.672841391 6.813767424 5.7149709 5.629686663 5.211085922 5.921642957 5.035256869 5.600168991 7.15299755 6.662091718 5.474452688 5.770041341 5.344328905 5.26350362 5.800167581 6.095160342 7.528791658 6.849330619 +LQ02X009750 Putative TIP41-like protein 5.920267389 6.050504661 5.622048613 5.667256539 5.809559168 5.379690317 5.612487944 5.746885891 5.944884482 6.132487831 5.666919767 5.6331704 5.614698649 5.643117329 5.533963427 5.714069978 5.857635205 5.793405509 5.929429396 6.473088796 6.287850698 5.761425352 6.180381943 6.295535236 5.754137647 6.169872425 6.515755024 6.696230341 6.315263284 5.810184037 5.91142646 5.897924795 +LQ02X009770 Putative Homeobox protein HAT3.1 5.201830049 5.210103707 5.150827528 5.334418873 5.230928548 5.554234203 5.421100663 5.410881025 5.337830923 5.090978929 5.331646318 5.298770807 5.315963784 5.138797808 5.551956874 5.171701442 4.882271312 5.417619652 5.048552096 4.977035048 5.567344354 5.153753222 5.054454914 5.486404157 5.026926668 5.383120694 4.973685363 4.838130569 5.098895601 4.97214902 5.101258597 6.071007874 +LQ02X009780 Probable indole-3-acetic acid-amido synthetase GH3.1 7.025965042 9.410181865 6.161270139 6.042827563 8.197187924 6.130273289 6.080700236 7.321595207 7.626078965 8.614507807 6.602474857 5.577430718 7.145666185 6.276430487 5.566413946 7.5065622 9.895764393 7.887192492 9.989487742 7.053470599 6.464832269 7.786191724 7.432329275 8.874174439 9.109872653 7.873773105 9.873650255 6.284866358 6.40456956 7.975357377 7.956408776 9.307033928 +LQ02X009790 Putative uncharacterized protein 13.50690768 14.01043819 13.8746064 13.97916894 14.26659597 14.142887 14.08674048 14.32551521 13.43976069 13.20055109 13.59509594 13.78175004 13.82343278 14.30248371 13.809685 14.34945248 13.46766989 14.33577391 13.44393529 14.07628323 13.91173249 13.75902934 14.20173865 14.10722557 13.1977039 13.83411104 13.37907076 13.93465188 13.93948383 14.21942029 14.13777148 14.16977617 +LQ02X009820 Thioredoxin domain-containing protein 9 homolog 13.52246784 13.5513719 13.32447664 13.09116844 13.35883966 12.78133581 12.79349525 12.75311069 13.70074645 13.8144858 13.52778425 13.29775044 13.58401649 12.72571764 13.22995328 13.00797252 13.12966669 12.73447248 13.34137268 12.97788947 12.74477356 12.94227567 12.84119846 12.42494859 13.44110733 12.94717838 13.32155997 12.73890792 12.60968871 12.45888772 12.97311866 12.40826634 +LQ02X009830 Snakin-1 5.515909755 5.835865992 5.234875964 5.20030365 5.178458936 4.940893002 4.988235051 5.274069753 5.462022877 6.136755283 5.149595672 5.123569914 5.6566311 5.275381071 4.942080949 5.060042838 5.327051174 5.52349942 5.71537298 4.995765957 5.718587555 5.458871255 5.411332077 5.369739631 5.979929602 5.523636548 5.712936085 4.883562166 5.448776089 5.56255284 5.047868358 5.148469824 +LQ02X009840 Predicted protein 8.083657649 7.98886989 8.687642744 8.594333352 8.642393152 8.823628113 8.496361185 8.813586133 8.175843554 6.748838148 8.686962751 8.647316548 8.675277814 9.043642704 8.734809524 8.434603262 8.209007643 6.999514674 5.636839438 8.28391635 8.742339637 8.064277475 8.6606261 9.090142455 7.991793236 7.259172634 6.042316299 7.801926316 9.109539044 8.719362374 9.131664065 9.714270947 +LQ02X009850 Putative uncharacterized protein 4.928201266 5.032408855 4.876199074 4.656796119 4.705182964 4.838098123 4.839133818 4.79508928 4.885011382 4.782799982 4.781248786 4.669328456 4.686158814 4.747100756 5.508720152 4.711565958 5.00120134 4.842773424 4.983030647 4.964853347 5.00453587 4.705852415 4.59379185 5.296222744 4.851262317 4.790703864 4.914077012 4.952798406 5.070157563 4.700517575 5.089633975 5.084619582 +LQ02X009860 Hypothetical protein 11.68781959 11.64341506 13.06940565 13.54453369 12.82766964 9.623616786 8.575303722 8.663648343 11.08767093 10.86466347 13.07547966 14.15422875 13.87795933 9.433445304 9.385601698 9.69386672 11.45488901 11.92338135 11.26493077 12.55003949 13.45110878 12.58066316 7.322819649 7.846329331 11.61081473 12.03674087 11.87208586 14.15101424 13.57431207 13.57844173 7.443905656 8.978763322 +LQ02X009870 Putative uncharacterized protein 14.71926147 14.54495426 13.92473948 14.01346824 14.35164823 13.92331641 14.40324388 13.5478634 14.70666134 14.90571579 13.82306591 14.52800331 14.30636624 14.32040793 14.56265294 14.17347742 13.85919941 14.00903477 13.93764209 14.04973886 14.11491395 13.83815229 14.60245991 13.89097253 14.55554697 14.23415571 14.36494956 13.99657927 13.96916068 13.89232589 14.68629464 14.1895169 +LQ02X009880 Pentatricopeptide repeat-containing protein At5g02860 11.4130223 11.41665722 11.51072573 12.5465582 12.18383673 12.74397105 13.55719582 13.79604047 11.5275662 11.28601905 11.85734126 12.55802387 12.12531515 13.16444712 13.56829353 13.90643603 10.75878834 11.60318223 10.18871711 11.78168656 11.8960338 12.11674168 12.82798135 13.30598022 10.90206331 11.84833831 10.61392802 12.0223776 11.91566238 12.88999392 12.84624643 13.18872082 +LQ02X009890 Putative Uncharacterized protein C757.02c 6.732072538 6.495773666 6.956395777 6.14082281 7.019783401 6.155414452 6.180143661 6.057264534 6.507732348 6.230998193 7.045237871 6.183384972 6.949692001 6.387899364 5.651477159 5.839908492 6.572654214 7.151561523 6.996339834 6.875308364 6.712529495 6.604048307 5.66265705 5.37008552 6.010460241 7.189177153 7.097650032 6.474520727 6.82133535 6.638266683 6.62530077 6.433861516 +LQ02X009900 Putative Zinc finger SWIM domain-containing protein 7 5.061155632 4.943887325 5.066956623 4.89110189 5.477639847 4.92370254 4.803911965 4.980455085 4.855439845 4.782194455 5.037545006 4.744219969 4.889248314 4.99205593 4.831169166 4.884434726 5.171463302 5.049308092 5.203370449 4.718304297 5.266904431 4.614269318 5.282525811 5.772861742 5.169359264 4.811097627 5.09130202 4.995504616 5.004684017 4.850792458 4.807756728 5.823198816 +LQ02X009910 Probable protein phosphatase 2C 63 5.204761028 5.315960609 5.079497588 5.503583602 5.653414071 5.689396705 5.530633642 5.325227937 5.579432978 5.632412824 5.041587026 5.903476082 5.343779805 5.442815993 5.712067305 5.352763608 4.782803896 5.479093443 5.442914619 6.188544047 5.302081597 5.074833484 5.46032868 5.534197563 5.499896246 5.13078965 5.085814904 5.652172271 5.720508925 5.264289781 4.893472948 5.091110554 +LQ02X009920 Putative uncharacterized protein 10.7725514 10.3133646 10.79039287 11.09083533 10.80705609 11.76450633 11.88915974 11.76124631 10.44902684 10.0404941 10.65868475 10.98200184 10.60600905 11.61656247 11.47955454 11.63475608 10.7907226 11.45932309 10.98500643 11.32627963 11.47343761 10.84556899 12.49021788 12.23203734 10.2614885 11.053596 11.23254349 11.45043504 11.3106795 11.15850642 12.38688625 12.32609179 +LQ02X009930 Putative uncharacterized protein 5.759009342 5.672823937 5.142369085 5.469572208 5.294366926 5.653387063 5.539995274 5.492238168 5.794862699 6.756699885 5.114415529 5.466650784 5.200221389 5.854879907 6.97813521 5.441652736 5.297261163 5.589286992 5.271739524 5.600797451 5.36852922 5.538384841 5.50630096 4.945820359 5.388312163 6.263006463 6.053279748 5.676315838 5.296997388 5.255380198 5.082132366 5.513201946 +LQ02X009980 Uncharacterized protein At2g23090 8.949509331 8.736399135 8.260919091 10.96682022 8.898552506 10.24099258 10.29806953 10.30010155 8.946490709 8.52695514 9.199449516 11.08920914 8.908935331 9.848519662 9.698636648 10.06702122 9.223239799 9.165218837 8.852921123 9.083588457 8.734271664 9.259280774 8.654749774 8.006580017 9.025512636 9.368380227 8.391754139 9.255378182 8.384233111 9.666093104 8.958163255 7.874987661 +LQ02X009990 Somatic embryogenesis receptor kinase 2 5.529696692 5.367509554 5.740614142 5.719959491 5.954763215 5.602692544 5.635528262 6.206704036 5.872973823 5.868488255 5.593386582 5.758450385 5.708074574 6.40076058 6.159798271 6.246662709 5.731621563 5.666334979 5.242992788 6.379997459 6.380378962 5.533527051 6.213589141 6.104303703 5.72163152 5.833333553 5.478468288 5.437615759 5.859573811 5.802422383 5.945919066 6.23817535 +LQ02X010010 Putative uncharacterized protein 10.45009005 9.828892173 10.03806816 10.55039791 9.978538426 11.24230315 10.99424872 11.00289826 10.5269268 10.14921044 9.915430614 10.65866536 10.17382083 11.14156669 11.1117957 10.94365972 10.61645633 10.91934741 10.92984118 9.685918453 9.748757259 9.842773937 10.21225476 10.35412428 10.28529998 10.79989844 10.75465747 9.550383374 9.642758309 10.24436134 10.1998488 10.27236093 +LQ02X010060 Predicted protein 5.051657964 5.305313169 5.224193019 5.109519517 5.67214478 5.407019154 5.410986591 5.189779849 5.214367152 5.70704116 4.974441057 5.438984825 5.232546545 5.844659128 5.42516521 5.381949076 5.345950521 5.104295261 4.744861739 5.046481129 5.464975129 5.102084389 6.259864048 5.139220881 4.871176581 5.683625994 4.936234784 5.108324472 5.320002586 5.307981026 5.494184487 5.987772646 +LQ02X010070 40S ribosomal protein S29 15.19397255 14.44793734 15.16451195 14.43426893 14.94726465 14.40517282 14.5263173 14.55192989 15.26009307 15.77480609 15.45010106 14.92612108 15.16519137 14.23880727 14.26362274 14.33498262 15.28144361 15.00576202 14.87817713 15.4665107 15.43604664 15.29749537 15.18520584 15.04311105 15.19558391 15.31893736 15.13796178 15.38733966 14.85839311 14.95988425 15.00064137 15.18258833 +LQ02X010080 Predicted protein 6.864002225 6.623315711 7.525237004 7.999080762 7.976593118 7.415360868 7.128511633 6.761779847 6.325023455 5.807066753 5.472645808 6.784001254 6.444197537 5.808388669 7.459374823 6.007387934 6.16193359 6.501636681 5.200090849 6.400722742 6.818321037 6.835047732 5.735777981 5.865538304 6.199512653 6.479930923 4.993356812 6.594434997 6.524537731 6.985900585 6.003845211 5.720332255 +LQ02X010110 Putative BTB/POZ domain-containing protein At1g30440 4.9053775 5.088569136 4.880550582 4.545867085 4.803031939 4.702265175 4.538720896 5.003857707 4.682105851 4.954123156 4.931082194 4.643383964 4.562840614 4.667268307 4.704008182 4.682206709 4.996982927 5.008461644 4.927475777 5.05455613 4.810192932 4.970773814 4.920347043 5.116668775 4.559222335 4.853619126 5.239928921 5.177047721 4.84835235 5.235167673 5.217970245 5.213366443 +LQ02X010120 Putative uncharacterized protein 5.390350239 5.109092759 5.113595391 5.813269036 5.380174423 5.780055361 5.598187449 5.959548287 5.416127542 5.335451534 5.117724231 5.615935837 5.042135124 5.56699594 5.601125738 5.888737666 5.433400005 5.925138151 6.060562742 5.455276918 6.429670528 5.325845597 5.910647535 5.285267135 5.235446703 5.617295713 5.899161127 5.829716377 5.990985633 5.191518996 5.958867042 5.678059606 +LQ02X010130 ATP-dependent Clp protease proteolytic subunit-related protein 1, chloroplastic 13.01459654 13.05452609 12.99958185 13.36752696 13.29531529 13.84539042 13.84454514 14.0532887 13.00319007 13.12575331 13.08263839 13.19483236 13.0411904 13.83139074 14.31209697 13.56877238 12.18855084 12.80689914 12.40760713 12.81844686 13.08486522 12.86084483 14.06189713 13.98246483 12.40773483 13.11647307 12.80239689 13.10771715 13.47565034 13.39716856 14.17800082 13.95877204 +LQ02X010140 Mitotic checkpoint protein BUB3 6.310065515 6.407627433 6.027774728 5.548791624 6.20622079 5.642705817 5.402306428 5.343735302 6.20853137 6.707662067 6.381616826 5.523267719 6.443351591 5.826176398 5.889553914 5.609253495 5.757790044 6.338566283 6.283377333 5.917033425 6.096878077 5.917040862 5.818735449 6.102133022 6.141966881 6.534873452 6.549504953 5.454082301 6.580405592 5.830379259 5.63003647 5.57454955 +LQ02X010150 Putative uncharacterized protein 11.91802436 12.05353449 12.23312443 11.3430214 12.01074082 11.30832837 11.26922418 11.05466327 11.87044038 11.82260259 12.12614889 11.39143756 12.17717888 11.24942105 10.99469155 11.0752679 11.54298404 11.7809064 12.34505193 12.64506605 12.31321251 11.56063585 12.25260348 12.28979352 12.08202144 12.08391128 12.79268127 12.31720792 12.97131246 11.83258667 12.41090305 12.52595795 +LQ02X010170 Vacuolar-sorting receptor 3 13.25048015 12.67569435 12.90788832 13.77470311 13.01312374 13.4808982 13.33595151 13.4330735 13.3812859 13.10238143 13.14597898 13.89214701 13.30929552 13.14845502 13.18283375 13.4047234 13.10894394 13.09397755 12.94517754 12.73013421 12.54603434 13.53004225 12.1995789 12.14138092 13.12171493 13.26045244 12.8915758 12.94643997 12.37102754 13.55342181 12.00871913 11.99010916 +LQ02X010220 Putative uncharacterized protein 8.220811576 8.613148573 10.36711988 10.98153499 11.35298644 9.261231789 9.165040347 9.463975534 8.80549986 9.373491352 10.7157089 11.5688618 11.64595927 9.544278619 9.990241376 10.01486892 10.54036928 9.922045435 10.28409196 10.45177008 10.6443049 10.66557214 9.674222898 9.175053882 9.305884301 9.092752892 9.804447566 11.30197771 10.39081133 11.89093299 8.872177675 9.4196887 +LQ02X010240 Predicted protein 10.75170295 11.3061522 10.74112543 10.96249632 10.69964223 11.09817063 11.31615345 11.4510393 11.16404924 11.48295484 10.77753468 11.34945719 11.04706861 11.30762722 11.46257606 11.60406498 10.98737828 11.15490751 11.41736447 10.63984958 10.54362045 10.96193543 11.27252079 11.00325169 11.32203694 11.1599665 11.68525085 10.51858111 10.40988927 10.82294993 11.26325369 11.19732232 +LQ02X010260 Predicted protein 5.270555441 5.364058377 5.264565417 5.717334553 6.190363505 6.660118671 6.479289048 6.448322708 5.866252727 5.147540643 5.392099778 5.922869237 5.048225635 6.224642674 6.137662315 6.221245906 5.393269968 5.411649551 5.459410322 4.963806352 5.412283204 5.338860177 5.090825337 5.186713505 5.508638089 5.888479213 5.273111872 5.933515527 5.25396516 5.409712743 5.265912286 5.997986188 +LQ02X010310 ADP-ribosylation factor-like protein 8A 12.23960387 11.98906543 12.30367141 12.53211077 12.3972397 12.99898713 12.71776384 12.63288953 12.31302208 12.22085693 12.33429149 12.51528953 12.5456437 12.84333937 12.84025362 12.88356599 12.61226764 12.52967471 12.29852806 12.1971103 12.12205467 12.20357915 12.37543212 12.24950582 11.95122775 11.84243383 11.81059002 12.17033922 11.886415 12.35810111 12.32626077 12.23662707 +LQ02X010320 Hypothetical protein 5.50678729 5.210435502 5.781059241 5.945998522 5.892108552 6.246446067 5.941102124 6.363304884 5.300325459 5.035965191 5.593603232 5.799278921 5.182955902 5.97893718 5.570558125 5.567233835 5.753153013 5.468993288 5.206406788 5.591329742 5.288170323 5.301417887 5.630348508 5.643505582 4.973587532 5.515848309 5.637890482 5.601546703 5.546785662 5.62549224 5.352640623 5.372124866 +LQ02X010330 Pollen-specific protein SF3 12.77706047 13.04473034 13.06978509 13.45953076 13.20334656 10.41920991 9.672795837 9.433619918 12.75626692 12.73275547 13.15706142 13.87949965 13.8357099 10.24169418 9.899402885 10.52590271 13.11993994 13.24788101 13.19232476 13.0334037 13.44056539 13.78118706 7.659356977 9.287504717 13.66578657 13.89601147 13.89872881 14.158706 13.75191746 14.61990828 8.246805556 9.688582548 +LQ02X010340 Putative uncharacterized protein 5.182570992 5.337375747 5.508173391 5.158952455 5.721185841 5.062695317 5.156585123 5.285530379 5.394366465 5.25475464 5.224399762 5.161260346 5.428850285 5.027515002 5.174438098 4.934303656 5.19909414 5.884999288 4.779987916 5.443173154 5.888809262 5.633726235 5.381571081 5.252789818 5.171095594 5.961223641 5.332266576 4.848517877 5.558251027 5.282673853 5.375958647 5.417703292 +LQ02X010350 DNA binding protein, putative 4.814085149 4.821478705 4.64365185 4.988659875 4.973810862 4.980504614 5.080476608 4.923460507 4.906519457 5.39342487 4.91336444 4.850796939 5.151713478 5.22112942 4.987343598 4.917544273 4.879626308 4.908575944 4.981150353 5.258838181 5.29776895 5.03558103 5.687382223 5.099107452 4.665540194 4.964722356 5.140953646 5.033308139 5.512603788 5.189734358 5.101043606 4.847263005 +LQ02X010360 Predicted protein 14.79595874 14.42725127 14.97301813 14.64005674 15.0157442 13.62871359 13.39750186 13.85293885 14.81834573 14.79285039 15.13715972 14.58674289 15.62096507 13.71830644 13.53429629 13.82277481 14.39106178 14.44361302 14.47510938 15.1628956 15.37091448 14.8655991 14.60983245 14.49585524 14.72388116 14.90422175 14.56578785 15.16207138 15.27859288 15.06860096 14.83523275 14.94717828 +LQ02X010370 Hypothetical protein 7.924171034 8.406882859 7.094173081 8.520459288 8.847156372 8.354414282 8.72658718 9.318064675 7.742567639 7.944820376 7.294488251 7.942499069 8.219585634 8.345881092 8.265796119 9.723677223 4.991822896 5.177663339 5.268908585 5.950965352 5.459869606 5.008872828 5.376810578 4.898678279 5.882532939 5.537566241 5.17193776 5.315617772 5.642427703 4.966526058 7.540972856 5.13873703 +LQ02X010380 Hypothetical protein 4.572616201 4.936449069 5.116547057 4.431164047 4.853144063 4.81065042 4.768743051 4.87974607 4.878261657 4.770341869 4.866594819 4.664385869 4.905273508 4.712318938 4.676614598 4.743517234 5.165655654 5.084262782 5.126681823 4.83539728 5.063996465 5.168776812 6.184908025 4.964977974 5.011080854 5.227545912 5.25154745 5.224079453 4.928506919 5.055601887 5.495690735 4.64992506 +LQ02X010400 Putative Lectin-domain containing receptor kinase A4.2 4.727186225 4.807731236 5.563528463 5.212523906 5.361802205 4.9609624 4.905931149 4.961421128 4.852118002 4.83702186 5.025832568 5.361887268 5.515116576 5.201683147 4.838766197 5.026485494 5.375590756 4.975228656 5.169291527 4.7646997 5.239995363 5.067848342 4.985378678 4.826549868 5.103272612 4.884772783 4.817841002 4.822720231 4.955012957 4.570548491 5.034635519 5.072559771 +LQ02X010410 Putative Lectin-domain containing receptor kinase A4.2 5.112902075 5.176517792 5.481897156 5.202225919 5.431265923 5.449519989 5.0230797 5.248093852 5.30143912 4.956802648 5.43995938 5.348534573 5.694267897 5.921235101 5.142408422 5.255387321 5.550247313 5.182242883 4.885753839 5.308681655 5.2133459 5.171368834 5.22827387 5.712975773 5.104092996 5.152399495 4.824770074 5.028399455 4.965895147 5.3661746 5.403732606 6.349496422 +LQ02X010450 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 8.796855879 8.966498567 8.246732191 8.408952399 7.830459094 9.596942984 9.125172894 9.065495068 8.214817323 8.367730642 7.746954681 8.109557164 7.26350804 9.527587901 9.002391142 8.904855373 8.378168448 8.127974887 7.921316205 7.405772334 5.969817446 8.436261746 9.601372383 9.174893807 8.525741645 8.480832667 7.689157983 8.076548128 8.174285062 8.50258251 9.761138475 8.460530604 +LQ02X010470 Methylmalonate-semialdehyde dehydrogenase [acylating], mitochondrial 11.53976416 11.53305545 11.51717818 12.05402496 12.07867104 12.17303404 12.2169596 12.39309234 11.40125469 11.49600255 11.38805436 11.80386551 11.73566397 12.21498064 12.23713286 12.18598208 11.78694049 11.94888789 11.58610044 11.40623692 11.14642012 12.23047841 11.97714348 12.66124948 11.25888893 11.40635454 11.51085478 11.87361744 11.64127443 12.63485024 12.10511696 12.5028268 +LQ02X010480 Putative HVA22-like protein a 10.68627999 10.55535739 10.68450279 10.4842574 10.74308313 10.09614206 9.690664953 9.531701678 10.52952134 10.49442997 10.61119396 10.09252664 10.28578052 10.08033165 9.682474282 9.485966774 10.49550772 10.32746488 11.08705036 10.17899547 10.27989378 10.24476505 9.852740251 10.25336281 10.68486686 10.54832606 10.68150092 9.753464295 10.11781631 10.44609463 10.03790871 10.1097067 +LQ02X010520 Putative glutamine amidotransferase YLR126C 11.54317113 11.19303975 11.07225224 11.15718315 10.81386846 9.703033056 9.807487061 9.775641759 10.59944938 10.54931028 10.27483219 10.24134861 10.4000673 9.326028766 8.967035875 9.70863576 11.34548339 12.48340833 11.32910411 10.87415634 11.73468454 11.71925535 7.255773124 8.971188039 11.0262403 11.28061176 11.32226937 10.69452826 10.82289021 10.8947132 8.325207674 9.136911438 +LQ02X010530 Putative uncharacterized protein 5.868706564 5.650089519 5.571428872 6.155929312 6.170632434 6.436242938 5.994514961 6.009163822 5.787898669 6.512184037 5.60335407 6.257338965 5.735087132 6.396431255 7.082270608 6.11081435 5.89295124 5.64715169 5.452334895 5.504873429 6.363332059 5.940139624 5.706873694 5.444203447 5.631856827 5.66447759 5.248650818 4.979648943 5.500790903 5.780776436 5.950115664 5.087773855 +LQ02X010540 Dynamin-related protein 3A 13.30424994 13.25995289 13.30067288 13.04102024 13.22030331 13.52624257 13.21371896 13.28199987 13.33640607 13.29896394 13.43298064 13.02870765 13.26063812 13.52339691 13.16524897 13.20271664 13.16068519 13.02393629 13.04002758 13.41102887 13.28506282 13.24341518 13.31444081 13.2944177 13.28906113 13.1558551 13.10669604 13.35343205 13.62029674 13.16903802 13.3868224 13.33072844 +LQ02X010560 Predicted protein 11.26166851 12.10212035 11.02003212 11.34595174 11.59731903 12.08062644 12.22135917 12.29261244 11.75809343 12.3530371 11.33228911 11.40615519 11.70844271 12.33883586 12.28180442 12.83678911 11.5462577 11.14462389 12.47012456 11.01527574 10.73780691 11.7430127 11.89562518 12.3568413 11.7715954 11.22263609 12.69345444 11.25333967 10.80588701 12.19548315 12.1401293 12.27705941 +LQ02X010570 Hypothetical protein 12.05714802 12.16768353 12.25040924 12.56846711 12.29243961 12.40132944 12.3627826 12.53677181 11.81689743 12.06598292 12.07407296 12.31675385 12.2145532 12.56668075 12.71528809 12.45559789 11.53535025 12.23460217 11.87994012 12.14977143 11.57746358 12.28677258 12.12651435 12.53627248 11.59494285 11.83201351 12.07292451 12.19729089 12.04894885 12.39375868 11.97012345 12.48385701 +LQ02X010580 Putative KH domain-containing protein At4g18375 9.803227448 10.03633913 9.380281884 9.818581607 9.632948494 10.01363672 10.02209616 10.2844998 9.702850684 9.699896998 9.526117904 9.865444702 9.736423421 10.02423929 9.865558597 10.11531069 9.892677566 10.01884319 9.878794839 9.78724336 9.659188712 10.40316178 10.73350029 10.6343812 9.783727869 10.47639218 10.30045632 9.829066777 10.07781354 10.33036937 10.42542648 10.61862781 +LQ02X010600 Putative Uncharacterized isochorismatase family protein pncA 10.2234713 11.47826993 10.67661363 9.928455446 11.48385856 10.944854 11.32590895 12.65273454 10.59399609 11.52830849 10.89975979 10.07393688 11.07056896 11.02672499 11.56296617 12.17894217 12.29345848 12.92531761 11.6117757 12.67498315 11.62650553 11.24146035 13.00357535 13.10369929 10.98519194 10.15226327 11.03210676 11.74352149 10.8855412 11.47888789 13.01692397 12.9417854 +LQ02X010610 Protein EXECUTER 1, chloroplastic 9.348268194 9.103720113 9.796363393 9.42093816 9.389666013 9.98291412 10.11002517 9.542581813 8.793540304 8.533990128 8.962556639 9.034670837 9.098628235 9.702184639 9.721241872 9.060477707 9.004399301 9.527886462 10.02700437 10.29762909 10.312417 9.560920132 11.09800307 10.78380726 9.212762775 9.607708638 10.29258046 10.28264236 10.37178308 9.956919664 10.89500518 10.54923405 +LQ02X010620 Beta-ureidopropionase 12.93941725 13.13314879 13.13990937 13.14872764 13.1416328 13.48087981 13.40574683 13.17159161 12.78850518 12.77036323 13.26974254 13.01699962 13.03499815 13.39619015 13.52023168 13.42036598 13.44673483 12.91464384 12.83093281 12.81467455 12.2826978 12.57783271 12.83435139 12.93174356 12.61579849 12.23074106 12.20800219 12.88915642 12.2156503 12.65066865 12.86691253 12.6471359 +LQ02X010630 Putative uncharacterized protein 11.98473267 12.54493385 12.09830611 11.71139083 11.77833981 10.94580009 11.11686885 10.51034301 12.51957432 13.09528423 12.31265354 11.83669112 12.2892874 11.12509851 11.23870663 11.04470877 12.23841019 12.21950945 13.28675543 12.3999829 11.91463167 12.29254497 11.67743492 10.8577844 12.9303345 12.56346808 13.64391373 12.4757658 12.19405966 11.5928736 11.62152054 11.07720425 +LQ02X010650 Sentrin/sumo-specific protease, putative 6.22687322 6.350481897 5.349494581 5.263556008 5.580304941 5.279630105 5.085153089 5.157397445 5.169898242 5.414764112 5.744665689 5.036391219 5.425864131 5.343804172 4.736259247 5.073223284 6.922918102 5.727938477 6.75454772 5.287373332 5.675352173 5.734493513 5.154014531 5.464405948 6.633023574 5.984375987 5.87991058 5.310734904 5.482933341 5.740625366 5.144553593 5.976541026 +LQ02X010660 Rab GDP dissociation inhibitor alpha 5.492491967 5.104829684 4.8996561 5.140558582 4.840240413 4.842504224 4.995981758 4.786394237 5.141929669 5.084343611 5.041659897 5.015618784 4.737717908 4.945257285 4.929558797 4.690412923 5.235194771 4.787330916 5.595632113 5.304547396 5.06105459 4.870533314 4.961452827 5.322269291 5.374161991 4.758827533 5.951930955 6.474549491 5.478052626 4.820080009 4.766047961 5.297469289 +LQ02X010670 MADS-box protein SVP 10.31013392 10.91242771 10.47367307 10.3373511 10.02974664 10.84717582 10.89210623 10.65301748 10.26156888 10.96170361 10.43037538 10.74521616 10.42989905 10.88881718 10.88044863 10.82309678 9.483382505 9.523307822 10.07723464 10.8855599 10.04310443 9.959288786 10.8867481 10.63459402 10.68380216 9.834551204 10.87830426 10.04227348 10.70767365 9.923412306 11.40603981 10.36887379 +LQ02X010680 Hypothetical protein 4.88865033 4.70811564 5.04604547 4.656531107 5.034712014 4.742846334 4.60775688 4.96979356 4.855038771 4.811342251 5.35469015 4.699982765 4.674364387 4.884855561 4.598834195 5.037971749 4.949732008 4.880479954 5.168491257 5.188589102 4.998822954 4.754058161 5.369246622 5.033726931 4.982634388 5.017922811 5.071744248 5.507049189 4.953455198 5.027030733 5.729640617 5.464268985 +LQ02X010690 Dnajc14 protein, putative 8.309793857 10.16452069 7.640315441 7.132357549 8.330394801 8.262038099 7.232453107 8.60658717 8.250358097 9.12619629 7.825804462 7.463753825 7.772466408 8.116265155 7.332198466 8.339443123 9.055708195 7.643796151 9.267512068 7.752524226 7.610880541 9.166183557 6.974505424 9.080128797 9.386981609 8.518863994 9.588717749 7.64613098 8.338031783 9.441796022 8.197849772 9.40638797 +LQ02X010700 Carbonic anhydrase 12.79479451 12.44742455 13.62546983 13.99061833 13.80675482 13.1129986 13.05695446 13.52843566 13.36066201 11.97557419 13.6308303 14.14688478 14.11032469 13.47510005 13.37706713 13.66282187 12.51394195 13.27556009 12.41438427 13.09265809 13.22349789 14.3068687 12.82595205 13.27629675 12.93138702 13.90097801 12.38284881 14.0174005 13.67090138 14.0757523 12.5496423 12.98280365 +LQ02X010710 Probable VAMP-like protein At1g33475 11.59264127 11.9785942 11.96295358 11.86121242 11.76945988 11.76693965 12.21736968 12.64857929 11.64417852 11.98754668 11.84904288 11.73517843 11.85626902 11.57692857 12.25274348 12.43435472 12.11088671 12.27924522 11.96419739 11.91014827 12.05234657 11.44166771 12.09208328 12.47621642 11.447135 11.64379735 11.9900308 11.9378949 11.82263218 11.62452223 12.12602946 12.12132522 +LQ02X010730 Putative IgA FC receptor 7.831299679 9.017780443 9.995629931 9.621183701 10.17967601 11.81096928 12.39669589 12.05401882 8.190878639 8.183987375 9.834814531 9.893920725 10.43238224 12.1005243 11.85898311 12.30212401 8.736791903 9.865656624 8.247596484 10.64492322 11.29259676 10.57869019 11.54955222 11.81238393 8.220997848 8.861191453 7.966993052 11.1301783 10.5727507 10.57435775 11.53525902 12.28917332 +LQ02X010760 Lipid binding protein, putative 6.230205339 5.914253232 5.110083445 5.633809111 5.412006235 5.691304852 5.743102196 6.104818035 5.893608429 6.128647717 5.106414692 5.644835015 5.571762889 5.597714049 5.421745606 5.903622296 5.802210424 5.906313487 6.03955639 5.378669951 5.519908919 5.45285886 5.358045237 5.44026503 5.634647153 5.592150172 6.060609351 5.477664029 5.50523942 5.486976388 5.370875451 5.398698375 +LQ02X010770 Lipid binding protein, putative 6.630691216 7.721954512 5.829713727 5.9732164 5.932329583 6.191327493 6.573521806 6.406225193 6.955447825 7.797089769 6.345092163 6.204049726 6.116747758 6.162320454 5.926239113 6.531695835 6.399009747 5.839271742 6.409952112 5.574557304 5.54166944 6.061511272 5.048124105 5.035270951 7.841147461 6.534133062 7.063930795 5.301085112 5.471127857 5.739923138 5.116125158 5.242896098 +LQ02X010780 Lipid binding protein, putative 11.73735 12.81284568 10.37447299 8.760976014 12.09437757 8.222937165 8.179692284 10.43800891 11.66865747 11.8103248 10.87097538 10.13176324 11.42510672 9.378529074 7.061743727 10.50403181 12.53506274 12.73535834 13.38385377 12.02371133 12.26914207 12.91503254 8.048421262 10.41076744 12.61004387 13.39289605 13.06745816 12.23048992 11.15557433 10.7725211 8.497581729 10.42796175 +LQ02X010810 Predicted protein (Fragment) 10.71341528 10.53554785 11.1493531 10.66986687 10.74350345 8.883242305 9.400144544 9.345892321 10.52551469 10.24208053 10.5874374 10.18805974 10.62596227 9.053868357 9.217352095 8.920368785 9.898767705 10.16216277 10.41443931 10.26659631 10.03414483 10.56202904 9.299904644 9.563910419 9.978437412 10.2565504 10.60222878 10.38538332 10.90153793 10.58368641 9.388855713 10.1021764 +LQ02X010820 Peptidyl-prolyl isomerase FKBP12 6.460100314 6.305828213 5.964354273 6.124643269 6.054054434 5.332683638 6.030088985 5.620986861 6.372740489 6.85559676 6.434372659 5.937898822 6.503126527 5.289016485 6.125774732 5.816296624 6.402724144 6.57216502 6.642909705 6.663062541 6.938142557 6.225955396 6.254119811 6.612088175 6.067106858 6.703753857 6.508650167 6.629143027 6.452695385 6.172159819 5.670363593 6.643512495 +LQ02X010850 Transcription factor, putative 5.582570193 6.137433561 6.779995098 5.079507232 5.883684814 5.556570484 5.296436639 5.30918669 5.531733192 5.496841655 7.138151871 5.253740237 5.971063329 5.287182525 4.966618387 5.384928637 5.800626958 6.33905056 6.145121275 6.447552973 5.92916082 5.786232995 6.708239563 5.985374723 5.839652126 6.240318247 6.055124251 6.788027867 5.652072593 6.109056314 6.345622466 5.960750106 +LQ02X010870 Calmodulin-binding transcription activator 2 8.377144261 7.41693051 8.871790585 8.121423665 8.336955437 8.967754314 8.703857957 8.948576674 7.484489019 5.725195143 7.456733293 7.597062541 6.441082563 8.517170901 7.029150786 6.707215365 8.083980936 7.476350889 7.605377807 6.571609371 6.882145135 8.277069677 7.888726516 7.955657655 8.321324459 7.277085756 8.170847015 6.822293629 7.005181844 8.743777328 8.1536519 8.609250635 +LQ02X010980 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.92504733 5.407631667 6.621336553 6.050737677 5.218630251 5.389522517 5.40399471 5.026202246 5.903153732 5.408377695 5.364514729 5.844396712 5.729271479 5.290370557 5.621077701 5.120210777 5.370026419 5.766210694 5.720177696 5.584406301 5.441761184 5.44185807 5.923160053 4.577595738 5.773158911 5.416827505 5.830188012 5.330793875 5.606770413 5.258666657 5.451440101 4.774311628 +LQ02X011150 Putative Chaperone protein dnaJ 7.709869385 8.415924504 8.861914844 8.180762252 8.30976614 8.940345413 8.897839182 8.618053393 7.856762414 7.91911962 8.606755465 8.166457232 8.557296366 8.926051321 8.286986143 8.331167122 8.528095798 9.288350872 9.402997791 9.548856856 9.978249752 8.701072236 10.87112305 10.68057502 8.622959642 9.247954486 10.06081906 9.577276278 10.21008484 9.119069768 10.87047112 10.9557478 +LQ02X011180 Cytokinin-O-glucosyltransferase 2 5.105558017 5.701916426 5.184091549 5.506436596 5.133138031 5.510519474 5.69321352 6.116222824 5.259193734 5.293821235 5.875968525 5.255913512 5.601620828 5.480910997 5.491220126 5.85111486 5.237220729 5.136083349 5.011630291 6.170267348 5.469092483 5.253974691 5.33413898 5.2162135 5.307963415 5.000270855 5.235841217 5.068284603 5.769115252 5.398781582 5.574565551 5.581457396 +LQ02X011190 Cytokinin-O-glucosyltransferase 2 5.443859357 5.930647311 5.59215955 5.857603479 5.398577131 5.942879009 5.59152854 5.677934929 5.798607905 5.412151004 6.27862312 6.618019359 5.302184741 6.06545052 5.548815221 6.065872734 5.290002647 5.112232901 4.81557747 6.184514967 5.427412354 5.329319678 5.415464333 6.394445092 5.790672283 5.1718539 5.107659314 4.93569785 5.18863784 5.10716848 5.208699942 6.462607752 +LQ02X011210 Putative Probable nitronate monooxygenase 5.159247855 5.282770955 5.77345623 5.364629365 5.823010289 5.63913077 5.390914104 5.429643065 5.608116629 5.08403174 5.5464108 5.076197956 5.526277016 5.626680673 5.9439222 5.371923247 5.532055059 5.210798223 5.04850894 5.541456013 5.362654653 4.973910079 5.648667738 5.996591993 5.248808183 5.334059877 5.133211541 5.5812243 5.420862256 5.345008512 5.709094804 6.041103814 +LQ02X011250 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 13.34671837 12.83659774 12.91657026 13.81140451 12.79520272 13.85374816 13.96170586 13.66125435 13.25871281 12.84027139 12.96748886 13.88345598 12.90897853 13.59122853 13.87719695 13.79956845 13.20744785 13.34352416 12.63508459 12.29352087 12.68842616 13.27811008 12.81338148 12.75005595 13.06717527 13.54665273 12.33165726 13.03601602 12.36110902 13.4898157 12.55456701 12.36501245 +LQ02X011260 Polyadenylate-binding protein 2 12.86408601 13.16807331 12.60316611 12.55246239 12.2543269 11.65534632 11.66090226 11.35185089 12.99298264 13.4670473 12.80409448 12.44611345 12.40371086 11.66540099 11.68054368 11.42341811 12.936759 12.35810807 12.07295442 12.36086978 12.58701902 12.29897736 10.91462722 11.2049389 13.04449118 12.57129747 12.25163436 12.13831875 12.1174484 11.79315363 10.7738837 11.12091963 +LQ02X011270 ABC transporter G family member 11 12.23584647 11.42508341 11.56234019 11.16617551 9.774845533 9.494436353 9.66815145 9.682623565 11.09982434 10.87411649 10.70144366 10.1402423 8.919504583 9.184782165 9.428677171 8.597375163 12.93383743 12.41472892 11.48122577 11.74864905 10.26169366 8.032106995 9.533587659 9.031925283 11.54563302 10.76910682 8.817422714 8.371214605 8.844716196 6.743510117 8.816492168 8.930051618 +LQ02X011300 40S ribosomal protein S6 14.31846802 14.25391618 13.85471349 14.36781324 14.13451883 14.25307319 14.2497061 14.00061512 14.43830779 14.8365322 14.15974514 14.43432259 14.02291432 14.29569087 14.69454228 14.20604975 14.5969205 14.50152548 14.28290245 13.95409967 13.6860171 14.1909412 13.99411861 13.94446086 14.53430628 14.61338379 14.49136341 13.52818438 13.74024756 14.11104904 13.97458901 13.77223851 +LQ02X011310 14-3-3 protein 6 9.482269174 9.761329502 9.376412934 9.766411884 9.363339824 9.095987767 9.139046335 9.395126607 9.388346821 9.816821976 9.322077728 9.740988744 9.470837525 9.227708638 9.452050218 9.426448766 9.049053015 8.922210218 9.18531001 9.557005874 9.479041113 9.89565815 9.117066473 9.339005957 9.119229559 9.265823511 9.06370496 9.850232019 9.723346582 9.603090646 9.035773125 9.327758455 +LQ02X011320 Splicing factor 3B subunit 1 7.519614983 7.377786904 7.912743357 6.990596864 7.080319411 6.562321612 6.960290972 6.766036803 7.501338409 7.52581362 7.972228156 6.892294594 7.761909413 6.662310632 6.719348178 7.2708305 6.9955222 8.42251039 7.843333618 7.814787648 8.444820791 7.319304578 8.198044308 7.723721874 7.061940939 8.333801647 8.000262586 7.136266404 7.723983722 7.644943598 7.843741736 8.106119482 +LQ02X011330 Putative uncharacterized protein Sb04g027320 5.267951233 4.737877161 5.691644032 4.946507571 5.75935442 5.286034836 5.456119296 5.117945913 5.183498121 5.106396486 5.36631471 5.143390035 5.365250063 5.837808074 5.048886019 5.554910572 4.996230813 5.192165683 5.109174761 5.117304898 5.258381799 4.903829808 5.694110688 5.706300667 5.403375276 5.267397135 5.317483728 5.561930857 5.188527122 5.260514534 5.473524917 5.563017778 +LQ02X011400 Putative DNA replication licensing factor MCM9 7.421046384 8.723986334 5.2498396 5.051850473 5.321997347 5.31925485 5.170051615 5.448222178 8.173404927 8.809786184 5.796273351 5.323468627 5.562914535 5.598872428 5.332807132 5.418770964 8.194975119 6.316249251 8.060359556 5.732068964 6.350221129 6.558920595 5.419560932 5.651384846 8.727515205 7.449617847 8.051984957 6.191396421 6.309677966 5.678348006 5.856650962 5.3757843 +LQ02X011440 Putative 2-oxoglutarate/malate translocator, chloroplastic 5.909856603 6.814141364 6.270470191 6.117563549 5.766516797 5.805179813 6.261182642 6.389410968 6.144542697 6.156425897 6.904070595 6.114520409 5.846860921 5.912500691 6.085017165 5.816407219 6.394927969 6.122460105 6.006469154 6.443062587 6.837113287 6.127531394 5.843382403 7.818815518 6.198146816 6.856511762 5.940929544 5.81924712 6.63018424 6.095593182 5.927449841 6.962239725 +LQ02X011450 Riboflavin biosynthesis protein ribBA, chloroplastic 11.82176234 12.02927698 11.46031291 11.35423742 11.33898236 11.51050949 11.72987357 11.26488466 11.6573639 12.17564272 11.5956237 11.31832068 11.51549192 11.29547818 11.46981749 11.28512247 13.7845539 12.7544874 12.73746662 11.72801188 12.00266048 11.5556086 12.01541291 11.83819674 12.03523986 12.29809568 12.31341939 11.18264887 11.65110583 11.18823588 11.8563651 11.79456323 +LQ02X011460 Putative Classical arabinogalactan protein 1 6.179512392 5.861510992 5.413181155 5.31779675 5.527143817 5.272416607 4.895188772 5.251836343 5.763750879 6.666818418 5.924563059 5.274237056 5.736762614 5.249005165 4.834485289 5.195950695 5.540322213 5.95863505 6.861412598 5.90843426 5.694577635 5.760808691 4.789431914 5.253785294 5.955853588 6.123040589 6.151803829 6.144019611 6.052348363 5.54728999 5.744056364 5.351986911 +LQ02X011470 Hypothetical protein 10.13848746 10.15821076 10.59794642 9.694011792 10.66012792 8.111529603 8.434152787 8.538370113 10.00104849 10.68107431 10.68076428 9.595343152 10.64041213 8.177745072 8.478512489 8.819373567 10.03468957 10.0669472 10.25157543 9.672485255 10.41984195 9.682968635 6.042971199 7.021044018 10.80313708 10.8354976 10.67286307 9.057064817 10.0816465 8.457211755 8.160962141 6.791697455 +LQ02X011510 Putative RING-H2 finger protein ATL1O 6.805696244 7.0910945 7.5668507 7.538931966 8.775505079 8.378253196 8.762754948 10.08198819 7.453972195 5.998228826 7.668255073 7.728894748 8.093704713 8.830228578 8.943009779 9.580042685 9.563474907 9.030075061 9.125146463 9.594897612 8.403140102 7.465632881 10.2376709 10.69856753 7.30486699 7.03187572 8.153632423 7.273701439 7.091835447 8.074524979 10.47605384 11.17847587 +LQ02X011560 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.242235609 5.246987671 5.209928465 5.138551459 5.088401289 4.840109476 5.240825094 5.116204661 4.970910403 5.199194618 5.425724023 5.127123278 5.291439437 5.289400589 5.220478639 5.385868199 5.056348843 5.396883043 5.236061393 5.040206854 5.724709917 5.133802958 4.830848415 4.955562654 5.065854324 5.341319524 5.54819136 5.45214843 5.20341342 5.218147536 5.161809008 5.269588684 +LQ02X011590 Serine/threonine-protein kinase PEPKR2 10.01505662 10.99624746 9.348688652 9.499928188 9.606277574 8.961632082 8.772135486 8.292368758 10.11263946 10.36156192 9.577589633 9.519972041 9.315495331 8.911954584 8.512264223 8.540491816 11.24506234 10.8253177 11.30508794 9.408167966 9.343681496 10.22434897 7.136354369 7.46393924 10.75119737 10.3442219 10.75738688 8.868139024 9.253292534 9.213117013 7.627709149 7.618649287 +LQ02X011670 Alternative oxidase, mitochondrial 5.538720427 5.884970234 5.572653373 5.95243902 5.245115445 5.535731492 6.326569852 6.003785278 5.755160181 5.716240469 5.474277827 5.893911606 5.702231899 5.631019222 6.044907678 5.551510626 5.477623967 5.754198424 6.064514676 6.050006997 5.614926311 5.889984016 5.642895843 5.964333066 5.777591485 6.313357022 6.497443123 6.180629584 5.982430044 5.724605491 5.613532953 7.238352718 +LQ02X011690 Putative copper-transporting ATPase PAA1 5.6255845 5.613914709 6.829782028 5.704454703 6.235145668 6.123031893 5.662726905 5.313773827 5.986649568 5.967616104 6.623612836 5.745144653 5.943402589 5.858696747 5.636018312 5.446840604 6.304044739 5.641188025 5.184066282 5.568550632 5.675635491 5.92137108 6.195789778 5.608902469 5.953699259 5.791607529 5.113572923 5.442981884 4.971452354 5.868533128 6.245899747 6.128540646 +LQ02X011700 Potassium transporter 7 13.91239374 13.70584771 13.89786717 13.16736758 13.9291817 13.25412549 13.27503223 13.35137256 14.25504298 13.62211158 14.21038357 13.55809394 14.18471489 13.40335917 13.26922599 13.69979151 13.73496979 13.70258213 13.93324943 14.25565511 14.0651189 13.81649277 13.98886392 13.82821692 14.04451852 13.88470271 13.817125 14.13303077 13.9712755 13.52492496 14.12125888 13.92049865 +LQ02X011710 Serine/arginine rich splicing factor, putative 5.182511389 5.250876684 5.754886493 5.660416438 5.442136889 5.989029281 5.501969253 5.29192024 5.29874641 5.75426632 5.446405585 5.377163719 5.907206027 6.170924707 6.53767045 5.42980957 5.292225887 5.583312045 5.111390864 5.21434173 5.691065763 5.14683659 6.07808333 5.67661964 5.21212326 5.814954534 5.055999475 5.276410401 5.054248538 5.593595384 5.860185677 5.920406411 +LQ02X011730 Predicted protein 4.978682529 4.976610405 5.141542836 4.837961817 5.01617057 5.279294511 5.208684631 5.044445814 5.34077548 5.013469315 5.430067045 4.900670602 5.162035708 5.627706106 5.638897441 5.130236983 4.720390724 5.023675208 4.704946083 5.223319846 5.172129203 5.429285228 5.291146556 5.510511419 5.035528695 4.954572427 4.948260256 5.398585087 4.912162298 4.893759387 5.153151016 5.605792083 +LQ02X011740 Predicted protein 10.12372058 9.94871725 9.997864919 10.48334264 10.58872616 10.10810114 9.965138419 9.68734266 10.25883846 10.11716865 10.62766103 10.30730754 10.85386789 10.0232944 9.810466345 9.63974557 10.1047478 10.3596705 10.48897915 10.43627372 10.02107926 9.717597366 10.47954471 9.854969051 9.948349004 10.62487959 10.57844076 10.18176729 10.01894173 10.34770454 10.54656276 9.640215241 +LQ02X011760 Putative uncharacterized protein 11.63215868 10.53968697 11.83424648 11.73340859 10.55943311 12.62714795 12.07719169 12.51694762 10.73942052 9.881298426 10.94654833 10.34377062 9.422709038 12.22083899 11.70141112 10.64045948 10.2082105 10.39037315 8.465030572 10.56510547 10.40432072 10.36058525 10.81820149 11.49342135 10.35877154 10.21231454 7.954310456 11.33549328 10.94540612 10.19795938 10.98956484 11.26449674 +LQ02X011780 GDSL esterase/lipase 1 5.419814379 4.835363755 5.007696889 4.788443933 5.522165089 5.067778666 4.868752556 5.114916025 5.154044996 5.070602636 5.270226312 4.817116168 5.05131044 5.258232441 4.991432036 5.126325551 5.291053077 5.630614147 5.13910836 5.58904219 5.892129153 4.817197169 5.485361212 5.709779232 5.194401295 5.679819247 5.085507385 6.257892222 5.310696175 4.945083146 6.114825866 6.214151892 +LQ02X011790 GDSL esterase/lipase 5 4.987535248 4.809063375 4.983225001 4.90633238 5.186152713 5.209696365 4.955674265 5.333402943 5.07276676 5.040170894 4.99540238 4.963665842 5.02984628 5.144991134 4.873308588 4.943228423 5.23872115 5.204001487 5.583072283 5.081251128 5.234227078 4.89408886 5.395506849 5.571384613 5.007769919 5.210043039 6.016098337 5.007383088 5.281193563 4.867127836 5.53499165 4.898722261 +LQ02X011820 GDSL esterase/lipase 2 4.577821181 5.0264315 4.713772798 4.852904503 4.709384777 4.666533777 4.686056816 4.620863062 4.792161803 4.710110436 4.857350564 4.603253892 4.772431042 4.82743797 4.753726654 4.911566895 5.220927234 5.073070683 5.162978291 5.01371404 4.650651336 4.912374527 4.91500996 5.36031513 5.181060436 4.953834106 4.869922502 5.064443263 4.544669986 4.780709027 5.378337478 5.244080453 +LQ02X011840 Putative uncharacterized protein 12.46644534 13.46511923 12.46592282 11.62542209 12.64348789 11.90679364 11.71634122 12.39127303 12.81004625 13.36119923 12.72796005 11.90004318 12.66557625 12.0530216 11.81844016 12.25166412 12.54905903 12.25681185 13.00000462 12.83925601 12.39709584 13.06286037 12.50783331 12.96130012 12.94255364 12.74691595 13.1247623 12.77838693 12.57113449 13.02149332 12.58978424 12.97606926 +LQ02X011860 Putative Protein trpH 5.035091172 5.338969408 5.181626402 5.333029194 5.239361306 5.400520359 5.53437725 5.091766606 5.258115037 5.064569884 5.353272509 5.19084315 5.552749787 5.438429197 6.130544443 5.729664544 5.424597999 5.194918677 5.172611531 5.556789881 5.332306673 5.314050406 5.349376998 5.326758777 5.344316733 5.294173329 5.317972747 5.449298458 5.4753963 5.422152782 5.489046879 5.63720662 +LQ02X011870 Putative uncharacterized protein 4.891298805 5.091103946 4.477051555 4.503974886 4.641719059 4.321296066 4.674957627 4.396612631 4.624957413 5.39760066 4.723377655 4.529555616 4.631827353 4.551534831 4.529468661 4.401168342 4.926340202 5.027071018 5.688814357 5.058363516 5.105406264 4.614197294 4.899868959 5.303694567 4.627926056 4.889873874 5.500601298 5.255263388 5.074073861 4.742728978 5.295838429 5.144941746 +LQ02X011880 Putative uncharacterized protein 6.276339232 6.850427343 6.563496913 6.070176638 6.843819923 5.677588603 6.343742907 6.196439474 6.211927296 6.671973939 6.467648222 5.662950676 6.858422096 5.830215029 6.165936605 6.183896698 6.088922589 6.469357721 6.158832873 7.145350673 6.703072719 6.718006141 6.362368865 5.959860936 6.33009594 6.330882035 6.999815803 6.056013065 6.626264661 6.887321026 6.674718356 5.583175239 +LQ02X011960 Peroxidase N1 5.236461626 5.313050123 5.635017784 5.14185782 5.101908009 5.40878721 5.321522967 4.890873852 5.029885532 5.437139493 5.015254965 6.082568766 5.363546248 5.186052837 5.033833926 5.013474165 5.224848378 5.407412265 5.80537944 5.435837555 5.273232276 5.239971534 5.511520463 4.847194413 5.400620996 5.364991149 5.885801144 5.467392471 5.396724812 5.243254553 5.321387512 4.962340384 +LQ02X012000 Cationic peroxidase 2 4.98950685 4.880108818 4.798803208 4.833002234 5.061928758 4.822937581 5.129294486 5.423065641 4.761077209 5.078016764 4.874266467 4.877241802 4.833342649 4.768571631 4.952861481 6.108348135 4.993217691 4.703996148 5.483577248 5.236370386 5.043026203 4.904968083 5.089805569 4.88086482 4.761070006 4.574743311 5.694653362 4.880754829 5.20350342 4.770126669 5.197475389 4.878728862 +LQ02X012040 Chlorophyll a-b binding protein CP24 10A, chloroplastic 14.8828958 14.80378704 15.15900725 15.34373744 15.1290209 15.09305723 15.38332583 14.73709231 14.93569259 14.68311619 14.96825265 15.09961915 15.13125247 15.30822459 15.27463339 15.39479263 14.53377413 15.03456121 14.98317369 14.73221106 14.93408985 15.01421325 14.61471095 15.16780081 14.92362549 14.85588837 14.71612107 15.00627602 15.02157876 14.92009074 14.72197329 15.0037724 +LQ02X012050 Hypothetical protein 6.010692602 5.881081346 6.403956794 6.097927378 6.509651213 5.858554926 5.607839586 5.669957115 6.063088582 6.292605997 6.121192914 6.247348799 6.957773001 5.52741316 5.704272391 5.299412577 5.799444246 6.29927164 6.565460117 6.13453419 6.901133691 6.253025651 5.909332108 5.559154598 5.798476117 5.725354202 6.337637031 6.477133157 6.482274103 6.722950454 7.196014042 6.398483376 +LQ02X012060 Non-specific lipid-transfer protein-like protein At5g64080 6.82423478 6.607879679 6.965585722 6.769650313 6.878152583 6.158658182 5.927836582 5.644903965 6.836771163 7.24479069 7.562880934 6.7963081 7.278544079 6.135609268 6.568231959 6.013137832 6.233791697 6.760581463 6.674341284 6.934521115 7.530368444 6.709667383 6.513441759 6.696776226 6.828954035 7.043866247 6.669982498 6.930437314 7.333619398 6.241972079 6.370460797 6.480466492 +LQ02X012080 Hypothetical protein 4.709531357 4.74951234 5.059320586 4.688024528 4.887294871 4.65812443 4.496031065 4.604588265 4.708620106 4.862826292 4.752844964 4.592954347 4.690333086 4.527028813 4.714507071 4.655200617 4.899903152 4.965465559 5.041917432 4.99373974 5.000044833 4.657701327 5.150998008 4.578861029 4.899108316 4.991851485 5.197903095 5.323355258 5.071549045 4.858219406 5.025180852 4.871072247 +LQ02X012100 Putative uncharacterized protein 14.33324023 14.07339988 13.97774338 12.78922998 13.79558271 6.205826562 6.410495146 6.668177155 14.48970182 14.03716198 14.10478994 12.84109171 13.94463873 6.576828623 6.235314602 6.388938966 13.34126471 14.25615989 13.99219662 13.44864605 14.14257604 14.47903673 5.655547187 6.882126818 14.19138837 14.70473438 13.90329218 12.91529754 13.92309358 12.03635214 5.643105477 5.552330625 +LQ02X012120 LL-diaminopimelate aminotransferase, chloroplastic 11.3767686 11.45453575 10.6381198 9.30191651 9.732443506 10.78375999 11.05642086 10.53985187 11.81744828 11.57540855 11.23796547 9.763309177 10.28649558 10.92038233 10.91604553 11.06867198 12.3567622 11.81065528 12.05362437 10.75224276 10.72188296 10.17353668 11.27068331 10.55347376 12.10102943 11.49077465 11.46816931 10.1544799 10.32431257 9.021923969 11.33788827 10.36748374 +LQ02X012130 Rae1-like protein At1g80670 11.03326456 11.18938855 10.71961968 10.68920494 10.36959591 11.24178999 11.30824568 11.09364145 11.18960233 10.74759737 10.91850254 10.58503554 10.49877071 11.50695237 11.14003243 11.15325815 11.29990191 11.24406776 11.53186213 10.51940039 10.77715852 10.77643876 12.06443991 11.93157759 11.1801814 11.02339705 11.61860226 10.71190702 10.70640419 11.13553561 12.0267452 12.15032877 +LQ02X012140 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 5.981588245 5.583796933 6.416080512 6.722802173 6.255024246 6.459280861 6.599532761 6.398035293 5.808553536 5.61134011 6.110277987 6.282682097 5.960893015 6.11402679 6.58633713 5.927901193 6.032427413 5.780133159 5.307759218 6.259596969 5.686156232 6.058355717 6.10684187 6.145800525 5.709099399 5.881552385 5.732095663 5.548220603 5.627631377 6.359186734 6.610358149 5.755516018 +LQ02X012170 Beta-xylosidase/alpha-L-arabinofuranosidase 2 10.67066175 11.60370064 12.12377865 11.47270682 12.71732456 6.561133451 6.102030142 6.300499823 11.88068963 11.73895521 12.47048065 11.75687098 12.97602476 7.277503434 6.021396326 6.624196765 9.761622113 9.991725049 11.63975303 11.93228306 11.48401151 13.35195686 5.596456237 6.225606257 11.82604765 12.08726626 12.67335783 12.90529055 13.3199005 13.0552314 5.280189492 7.64523133 +LQ02X012180 Probable WRKY transcription factor 19 6.258237216 6.347566655 6.419651591 6.197779572 6.048796094 6.171930577 6.090829744 6.286699645 6.393735273 6.066792692 6.699841179 6.173579095 6.85830253 6.319883715 5.799806205 6.370471744 6.132936305 6.528996112 6.275194998 7.010141847 6.75171023 6.142853706 7.470526939 7.260856312 6.182786497 6.586299803 6.75278626 5.847433638 6.491857004 6.593842357 7.539776817 6.666759739 +LQ02X012200 Amine oxidase, putative 11.30280688 10.93499038 12.44635709 13.27885928 12.75868278 13.62710654 13.3273019 13.20022902 11.28302608 11.12403932 12.26124297 13.2767796 13.05351483 13.92378423 13.62268985 14.05752884 9.574948301 10.60443426 9.756699201 10.77269306 11.38647384 11.55800648 12.1232282 12.34726182 10.28742161 10.69383807 10.07942251 11.19030454 11.63088458 12.43482782 12.3344101 12.28149277 +LQ02X012240 Phosphatidylserine decarboxylase, putative 14.31251893 14.39100471 14.5839637 14.14238837 14.64624499 14.09920809 13.9773715 14.24356375 14.62668356 14.60760057 14.84434532 14.11848618 14.3463603 13.94365945 14.00230102 14.35990124 14.43916869 13.90645708 14.48510577 14.4517268 14.25029567 14.44186308 14.00957712 14.18376571 14.50146911 13.91699464 13.95762964 14.39876009 14.24303409 13.99593687 14.06077988 14.07749269 +LQ02X012340 Probable serine/threonine-protein kinase Cx32, chloroplastic 5.627510433 5.477163841 5.633737256 6.168028779 5.570946652 5.493058672 5.840999928 6.155852895 5.534007138 5.303043604 5.776499554 6.084159025 5.596844192 5.626569283 5.272244184 5.966280479 5.614616621 5.86518202 5.903495333 5.368081694 5.18041505 5.653544474 5.37806626 4.885202876 5.76614278 5.776536011 5.547429813 5.664770772 5.337842341 5.65153115 4.769149185 5.134120344 +LQ02X012370 EC protein homolog 1 6.329492625 6.39807513 6.304419121 6.14906133 5.884494011 6.280014668 5.916930993 6.03035206 6.234672913 5.953054169 7.030666295 6.475386248 6.581739009 6.612134154 5.669269527 6.473015379 6.458232157 6.829847847 6.99448072 6.799580321 6.962148007 6.9196749 6.799814441 5.838216961 6.672760164 7.018815932 6.926733055 6.376836766 6.709359517 6.34863227 5.610313357 6.100651428 +LQ02X012390 Putative uncharacterized protein 6.555840654 6.367989652 5.894218714 6.349609464 6.231459555 5.373356848 6.033137749 5.680893628 6.890801431 7.172679264 6.339837643 6.474035848 6.842193129 5.135542953 5.625397812 5.746032645 5.677207113 6.744689384 7.705784273 6.771471745 7.439992004 6.047919166 6.136223013 5.338985127 5.97282546 6.550683096 7.306178866 7.09566085 6.482395308 6.133698858 5.914273498 6.270713184 +LQ02X012430 Probable anion transporter 5 5.177426366 5.274528116 4.661341137 5.193536277 4.762553422 4.775326347 5.083351559 5.038436661 5.371067139 5.455135122 5.349233066 4.910497693 5.283956553 4.732081378 4.979241209 5.019118101 5.075963502 5.392604383 5.881326767 5.805935053 5.837941739 5.593967952 4.838578474 5.684307148 5.326087153 5.815683926 5.548252883 5.537813728 5.899503854 5.488599049 5.239546254 6.463386931 +LQ02X012480 Calcium-dependent protein kinase 4 9.804647703 9.075284286 9.062986575 11.11392048 9.284406988 10.78034636 10.85891371 10.87361863 9.672501835 9.147814704 8.683182426 10.76603871 9.637007948 10.66523162 11.01427648 10.46239506 9.337316347 8.787127816 8.430196962 7.930400244 8.388118001 10.20102567 8.510182621 8.567328757 9.156174164 9.555546883 8.888341875 8.753046254 9.221775397 10.20173187 7.431848066 8.988977253 +LQ02X012490 Predicted protein (Fragment) 10.66745677 10.7446136 11.49856829 12.52236095 11.61740889 13.07338601 13.0705338 12.88102077 10.82941772 10.7541972 11.46514635 12.29847578 11.97370716 13.61809341 13.20310793 13.02250165 9.479092 9.957998547 9.169772437 10.4729374 10.50837703 10.73257514 11.61527865 11.77467158 9.787526649 10.57797313 9.606756909 10.9261911 10.90276405 11.91409795 12.09449902 11.39442802 +LQ02X012500 Predicted protein 12.52214174 11.40461962 13.51129476 13.7419043 13.21836636 8.498130432 8.485832024 8.403173743 12.83983559 11.90502489 13.60906261 13.52949085 13.59557046 8.709865813 9.507053437 9.080781331 10.44695546 11.80639803 10.59924082 12.73860736 13.1461232 13.32156581 5.906470206 7.840687156 11.8030155 12.74170782 10.48507335 13.49254733 13.61005204 13.44870429 5.619724762 7.603530566 +LQ02X012520 Putative CMP-sialic acid transporter 5.644192826 5.753060813 5.640843898 5.676551807 5.788622043 5.448670206 5.609948312 5.783047961 5.702494387 5.823506044 5.604344274 6.107892571 5.810536158 5.435688887 5.941617108 5.908583828 5.520146182 6.015402285 4.988758994 5.442776591 5.444682638 5.961389209 5.189905866 5.675706789 5.412383672 6.195437132 4.876842212 5.396134594 5.609435961 5.713446634 5.564255812 6.83918672 +LQ02X012530 Xylem cysteine proteinase 1 11.71685013 10.83849664 10.50585123 10.86925236 10.55623371 8.262035161 7.265913446 7.258326734 11.18004019 10.89725665 10.67046069 11.34918464 11.04217471 7.99410737 8.742611085 7.888570624 10.83765427 11.03680643 10.36403743 10.49151928 10.85130301 10.43052897 5.30170115 5.513096092 10.86318748 11.23692612 10.77042239 10.37346742 11.05105144 10.90034155 4.750821649 5.208300197 +LQ02X012540 Uncharacterized protein At2g17340 11.86343115 12.5146496 11.97330072 10.77115918 11.544038 11.29253832 11.33598504 11.1156506 12.06780201 12.79926017 11.97276099 10.67125155 11.91236988 11.38013265 11.14649402 11.02076881 12.17298357 11.79957682 12.40783196 12.64458812 12.40946773 11.79663497 12.54221908 13.01766429 12.34481983 12.15495808 12.6956329 12.12415647 12.72793242 11.86428256 12.65144582 12.91689429 +LQ02X012560 Putative uncharacterized protein 12.81390843 13.27795968 12.99777899 12.93166935 12.95132444 13.92150572 13.39034438 13.676754 13.21620014 13.36514704 13.34542978 12.8966249 13.09674095 13.9857722 13.45849852 13.60606533 13.2174458 12.53585252 12.40970856 13.49379848 12.92846031 12.95336802 13.63803986 13.49914951 12.85985624 12.42776721 11.91969091 13.74505969 12.55411193 13.02849493 13.74263724 13.30348791 +LQ02X012580 Putative Aminoacylase-1 12.59316222 12.43164049 11.96690886 11.32948351 11.32564975 11.56099527 11.39252867 11.1262095 12.19383128 11.76578194 11.9007558 11.27941578 11.2483307 11.38280822 11.14297413 10.92174653 13.150424 13.46548335 13.23202446 13.1532373 13.44593665 12.17321845 13.0122441 13.24348723 13.02040414 13.26146283 13.27960317 12.51336453 13.65015573 12.06087259 13.08565706 13.02676953 +LQ02X012610 Putative Pentatricopeptide repeat-containing protein At3g46870 11.8755561 11.05542391 11.32315038 12.53433472 10.69082456 13.22428767 13.39737305 12.39737718 11.72617673 10.92550954 11.18966597 12.12192422 10.79484843 13.14948696 12.98074345 12.62653662 11.02439708 11.52902026 10.70570191 10.36088881 10.76836016 9.856348443 11.61396011 11.38299779 10.95370982 11.66546221 10.82917753 10.45745302 10.70165504 10.9665583 12.08131109 11.29959322 +LQ02X012620 Glutamyl-tRNA synthetase 10.13974155 10.2692109 9.58864738 10.82406941 9.402466024 10.66093904 10.80203413 10.50636871 10.20913442 10.16182254 9.49483101 10.72642297 9.982685743 10.55095524 10.72528618 10.58000921 9.85455355 9.598797908 10.18960162 8.577942068 9.519970741 10.17268873 9.840891722 10.41111047 9.961416622 10.11744056 10.60078165 9.516579895 9.96434862 10.86201945 10.01764948 10.10145741 +LQ02X012640 3-hydroxy-3-methylglutaryl-coenzyme A reductase 2 8.903733804 9.329129735 9.099325798 9.154589523 9.315241125 9.622739612 9.564149811 9.798446881 8.948151841 9.275049571 8.982423385 8.844605232 8.984152883 9.796805289 9.680751951 9.275931554 9.773237791 9.583928826 9.823867944 9.755728808 8.912038332 9.927000129 10.01659008 10.34650137 9.675064898 9.631867173 9.945834369 9.309106937 9.624876277 10.12720327 10.34855031 10.4309019 +LQ02X012690 Protein FAR1-RELATED SEQUENCE 5 9.1020191 8.630696637 8.767384504 8.981003158 9.082244652 9.543612664 9.443388593 9.411831564 8.669563701 8.119321651 8.648598462 8.855060682 8.562586333 9.420350338 9.377484447 8.599717616 8.243992758 8.399664425 9.061702147 8.345843059 9.147276724 9.127378147 9.270036656 9.933952717 9.063474436 8.951794859 9.659776317 8.843871901 9.310335087 9.764431186 9.346978129 10.50931823 +LQ02X012700 Protein FAR1-RELATED SEQUENCE 9 12.1916139 12.22683371 11.56031743 12.23298611 11.43097417 12.92956039 13.1437972 12.96204027 12.32195395 12.34285743 11.57045894 12.16034338 11.48436566 12.9302624 13.01710802 13.04398943 12.76321947 13.02466573 12.8013847 11.69376869 11.85038227 11.8557891 12.59673802 12.72658689 12.8037572 13.01027723 12.63676659 11.44839485 11.10303923 11.73752669 12.40868461 12.54961247 +LQ02X012730 Predicted protein 5.274558307 5.140655183 5.083674157 5.631152968 5.386969936 5.834442298 5.950836801 5.525156011 5.188955897 5.233895207 5.194069372 5.99710895 4.973394113 5.546886507 5.740584756 5.571738231 5.215434593 5.321035592 5.796781899 5.479502698 5.707013366 5.300179304 4.955737443 4.968889765 5.274514425 5.209339934 5.286996001 5.147133787 4.893110707 5.36794387 4.997662482 4.719837593 +LQ02X012740 Pentatricopeptide repeat-containing protein At4g38150 5.551161929 5.673122171 5.781370609 5.474358703 5.576259018 5.271930814 5.212683538 5.142296722 5.850518916 5.971808804 5.805775742 5.393770267 5.447488759 5.373849693 5.325131895 5.466264756 5.580772734 5.346230728 5.610221681 5.683315837 5.157398999 5.59327072 5.594355416 5.419510812 5.667146976 5.710568555 5.800061997 5.822205707 5.297797826 5.577409796 5.098357409 5.921629614 +LQ02X012760 AP-1 complex subunit sigma-2 5.576627964 7.353474288 6.035226365 6.209423478 6.549865411 6.431859707 5.935432604 8.434936531 6.786716096 5.975734085 6.14282808 6.908069132 6.578373513 6.321926553 6.20882318 7.579274318 7.665387874 6.451596891 6.42100204 6.459192502 6.864509376 9.002949919 5.431453564 8.155205521 6.690994013 7.792491762 6.588927145 7.485847174 7.305793676 9.106611951 5.346894143 7.939837855 +LQ02X012770 Phototropin-2 11.86687226 11.38228551 13.22097596 12.62123431 12.20485344 14.06573423 13.1101525 13.34545138 11.65347491 10.57409564 12.85138385 12.3606581 12.13832609 13.92258026 12.89480567 12.98839636 11.04343979 11.43030464 8.664796238 12.54513497 12.2280212 11.72198146 12.85359295 13.19081932 10.22758168 10.75902239 8.620712918 12.44232358 12.3491551 12.00293625 12.8074353 12.73919986 +LQ02X012810 Histone deacetylase 19 14.45588811 14.90912104 14.39329697 13.56912901 14.1497845 13.90687061 13.5475645 13.29491717 14.90373104 14.90044722 14.72472716 13.60317021 14.47813344 13.82059101 13.59756643 13.24006198 14.72502128 14.28788038 14.47235521 15.02311774 14.80934087 14.20987992 14.54523351 14.57431834 14.61458778 14.55897095 14.4353467 14.63775188 14.81441771 14.04145525 14.5873178 14.29745949 +LQ02X012820 Chloride channel protein CLC-e 10.1495437 9.467896821 11.20589142 10.78144906 10.57756354 11.31420361 11.54793578 11.26784262 10.03713215 8.492631261 11.03547761 10.62273734 10.21539678 11.34692637 11.39316527 11.22086324 9.430705241 9.444671209 8.997977278 10.48559489 10.40949937 9.403510427 11.85966073 11.16488147 9.529303566 9.340085813 9.425667884 10.43903827 10.71878906 10.05393531 12.24986232 11.03720375 +LQ02X012830 Putative Uncharacterized membrane protein At1g06890 12.36235713 10.40237327 12.77074464 12.72679148 12.26246768 11.81083605 11.55395713 11.03194343 12.22652051 10.63175602 12.50171465 12.65997968 12.51483127 12.15852752 11.86765136 11.15026994 9.846498247 11.13880096 11.038502 11.49257783 11.77486321 11.61265167 10.41981097 10.8653899 11.10763382 11.7328388 11.3198525 11.40066661 12.30670875 10.72878682 11.19754947 10.48918282 +LQ02X012840 Ankyrin repeat domain-containing protein 2 14.57319606 14.52641431 14.6823062 14.63151989 14.64382958 14.61267547 14.60429355 14.30286965 14.56078346 14.5314945 14.70340041 14.63102739 14.55228157 14.84800142 14.71527943 14.72957714 14.80398928 14.84780787 14.32986444 14.09837547 14.19096297 14.7581918 14.8206944 14.54967544 14.52146815 14.48283115 14.23484165 14.35191017 14.32177499 14.62750289 14.5859027 14.36661512 +LQ02X012860 Putative 3-isopropylmalate dehydratase small subunit 6.134951537 7.030479509 5.74292699 6.266982507 5.822295859 6.201614598 7.081641154 5.681564091 6.072851243 7.916431967 5.889231134 6.464930578 6.356093523 5.673111008 7.74894099 5.976937044 5.653269075 6.115283058 5.930385928 7.110848901 6.076211919 6.455902319 5.443610578 5.84235045 5.745400901 6.219745364 6.618751843 6.73283406 7.222138185 6.244190898 5.664669404 6.394924716 +LQ02X012890 AT5G08400 protein 12.38711788 12.52239532 11.86908828 13.21436457 12.31834062 14.07344613 14.03267146 13.71824104 12.48207801 12.35372725 12.03312935 13.4345986 12.36996104 14.26209567 13.69964156 13.8844637 12.61240002 12.73027407 12.4532423 11.08117522 11.18605787 12.32489065 11.65154799 11.57999021 12.56550279 12.7094226 12.47905809 11.52262613 10.98312474 12.75031657 11.8828099 11.55318545 +LQ02X012900 Putative uncharacterized protein 4.695515396 4.817983707 4.816523071 4.671665941 4.676073898 4.693314839 4.374234221 4.662693973 4.831552832 5.088286489 4.760819889 4.730271282 4.87829372 4.542009001 4.678947234 4.632067424 5.003059466 4.705657622 4.774192344 5.051787539 5.043169939 4.70994555 5.595466355 5.192990352 4.765284672 4.783757934 4.995764134 4.894792926 5.230262083 4.859089807 5.165601811 5.186625485 +LQ02X012910 Katanin p80 WD40 repeat-containing subunit B1 homolog 1 13.18703438 13.4835733 13.20669266 12.46123323 13.03148937 11.86183846 11.78187056 12.0396467 13.21839619 13.43866934 13.44495074 12.65002051 13.17881442 11.78726237 11.83992639 12.01154866 12.84534264 12.97440858 13.11722611 13.6995743 13.85854927 13.07297025 13.0289482 12.6347388 13.1997096 12.99679494 13.15241283 13.45027186 13.81748824 12.9376474 12.83473531 12.31421472 +LQ02X012920 Ferredoxin-thioredoxin reductase, variable chain 5.996116101 5.994438041 5.60932936 6.291796174 6.193335309 5.723380803 6.193614367 6.107951247 6.343039992 6.103970796 6.005230877 6.181898781 6.179059966 5.901855948 6.560531962 6.038937607 5.693828266 6.084164108 5.732454023 5.943672718 5.318624276 5.817161058 5.649788596 5.646080253 5.666850603 6.089691749 6.046102304 5.500548784 5.897109785 5.776762809 5.529814852 5.20904609 +LQ02X012930 Sphingoid long-chain bases kinase 1 5.87578909 5.614940306 5.137600461 5.767569658 5.771390076 6.06842921 6.004518853 6.171198274 5.871588267 5.785862355 6.385034471 5.863477729 5.549268688 5.835948173 5.996563385 6.015093725 5.449064874 5.610030991 6.64968616 5.157933579 5.780268269 5.74849756 5.370373709 6.186054635 5.490301594 5.835158928 6.288472649 5.338883985 5.179388051 5.927110719 6.001772987 6.409722348 +LQ02X012960 Alpha-galactosidase 11.75302535 11.11301388 11.84287903 12.95241291 12.11362958 12.71760255 12.82411077 13.0848702 11.81595383 11.05472651 11.55354587 12.76749645 12.13131413 12.64826003 13.00154451 12.57321076 12.18050139 12.44918085 11.87637424 11.29806726 11.96813732 11.69876112 11.91729755 11.90251312 12.28871987 12.57728729 12.25259681 11.53808275 12.03824943 12.50234305 11.86499924 11.82176457 +LQ02X012980 Pyruvate kinase, cytosolic isozyme 13.2380593 13.52572943 12.71513082 12.47033073 12.05116868 12.82736731 12.28702319 12.15668376 13.13936352 13.25744283 12.71188189 12.42112462 12.19489767 13.09753947 12.22852582 12.19039241 13.11865895 11.9329001 12.73332983 12.23680112 12.27237743 12.63541819 11.68578701 11.92614166 13.42076583 12.4636205 12.66936767 12.36991623 12.54679836 12.38352744 11.89934738 11.71756259 +LQ02X012990 Transcription elongation factor SPT4 homolog 2 5.091949111 5.338213134 5.884787698 5.100043465 4.992991221 5.346862246 5.243731044 5.421344806 5.108204323 5.101735298 5.458512096 5.188889318 5.321319658 5.174305848 5.38957146 5.305434581 4.917152234 5.531267042 5.776985414 5.158226821 5.552478937 5.495154902 5.790188791 5.778059078 5.056722033 5.174396845 5.250270025 5.004596262 6.028698948 5.263690729 5.575587697 5.493859266 +LQ02X013000 Putative WD repeat-containing protein 26 5.265411196 5.772223163 5.679712712 5.237623665 5.433014821 5.185385487 5.253860188 5.234091147 5.915525599 5.373720964 5.759479608 5.417296911 5.199232103 5.386370051 5.181614266 5.265896677 5.534513156 5.339233795 5.404064292 5.425450094 5.24527442 5.35095216 5.105871028 5.774905309 5.405274963 5.217156204 5.613191659 6.033918332 5.371303226 5.613266409 5.614795765 5.590912927 +LQ02X013010 Predicted protein 9.09492469 9.446775168 8.786186641 9.891021171 9.177424878 10.25596753 10.36748135 9.597985497 9.42351239 9.546366965 9.194694663 10.20487554 9.666344943 10.51035881 10.24469582 9.619920264 9.12120035 9.459868231 8.632539171 9.306752987 9.826803754 10.09967726 9.839625445 10.32017669 9.904453548 10.0820386 9.025933007 10.21313348 10.14148166 10.45716802 9.573710707 9.981468529 +LQ02X013020 Putative uncharacterized protein 13.1454812 13.15647617 13.0097136 13.33836196 12.84585387 13.31002998 13.28765831 12.75436616 13.45126291 13.59241871 13.2891077 13.37841865 13.11652917 13.26367413 13.42080613 13.32526638 13.09310509 13.20668717 13.0338614 12.51625405 12.85697179 13.14566874 12.72050835 12.70607911 13.4223689 13.83641681 13.11093559 12.95146398 12.70784946 13.04778582 12.60875851 12.48801644 +LQ02X013040 Putative uncharacterized protein 5.848785383 6.073568776 7.087546924 6.051719575 6.453175861 5.912069607 5.822214986 6.018482515 5.928698744 6.078080097 6.56596156 6.062586012 6.22805029 5.671838098 5.882734467 5.784579909 5.924555734 5.9300895 6.538206234 6.130220352 7.10283137 5.566968059 6.375967256 6.558106231 5.670933117 6.330044719 6.821011996 5.9012674 6.04790481 5.715968402 5.975617616 6.244337389 +LQ02X013060 Nucleic acid binding protein, putative 10.12274686 9.911796376 9.744750444 10.57255058 9.868943807 10.99705195 11.29019076 11.10012755 10.37577323 10.61432982 9.797148183 10.75401005 10.01472704 10.92348803 11.20198473 11.13766767 10.3536671 10.31493597 10.45675064 9.691955013 9.351021917 10.16062146 9.928539608 9.901765781 10.21062799 10.3443129 10.55713606 9.80036156 7.577296325 10.26624595 9.844661207 9.950301615 +LQ02X013080 Phytochrome-associated serine/threonine protein phosphatase 6.807898449 6.686066638 6.571337832 5.984538817 6.324559907 6.359477921 6.17016253 6.048805043 6.825136483 7.076507667 6.820393104 6.181079142 7.024522599 6.6527157 6.552424086 6.525116379 5.959731947 6.599511717 6.218542107 6.780344775 6.137051356 6.584188733 5.907241888 6.599001401 6.182200758 6.62815701 6.529673764 6.213322742 6.836169538 6.208456288 6.657414068 6.714688258 +LQ02X013100 Putative Protease 2 12.56000851 12.91782949 12.44757606 11.80791289 12.55676415 11.89607772 11.75278282 11.86319395 12.81569248 12.83692904 12.87437165 12.28360507 12.67711592 11.70514338 12.00727966 11.81127758 12.79846579 12.19727838 13.3209623 12.79987766 12.94635997 12.28094777 12.7113696 12.322672 13.02436904 12.04823483 13.20059626 12.77819301 12.83020105 12.22423486 12.4818359 12.22575827 +LQ02X013120 Predicted protein 5.554697153 5.56622899 6.382168382 6.585312801 5.80719375 6.195901499 5.862488223 6.8331988 5.445255747 5.418982467 5.589086374 6.824781952 6.639363898 6.05697787 6.509761705 6.358225368 5.178819043 5.993443744 5.582199396 5.811592014 5.608730405 5.522131024 5.713516865 5.320216201 4.998945233 6.237177046 5.959232132 6.131427182 6.469891692 5.599582729 5.448837696 5.151189595 +LQ02X013170 High mobility group family 6.648471356 6.455116586 5.73832447 6.273183634 6.59652696 5.284066022 5.883619665 5.404476391 6.917052453 6.484084383 6.681685341 6.234233378 6.973262848 5.509440614 5.560187277 5.50599742 6.236217359 6.922697953 6.829304428 6.897970336 6.885120907 6.738190555 5.624121137 5.648472657 6.391352569 6.805866925 6.670237423 6.916085998 7.242879226 6.653949989 6.14220149 5.85991809 +LQ02X013210 Putative Aspartic proteinase nepenthesin-1 12.1325612 12.04219205 11.30661843 11.44766174 12.01628026 10.90718396 9.985150466 10.08865245 12.12906788 11.86852655 11.6179264 11.68663676 11.70765511 10.93524463 10.50495001 11.44987177 11.41338803 11.77225324 11.69358166 11.46263884 11.30782448 12.35352758 9.746104923 9.526435003 12.31483629 12.51944973 11.76416234 11.48797594 11.19525669 10.86278023 9.361350231 8.973126977 +LQ02X013220 Probable protein arginine N-methyltransferase 6 5.505985415 5.447898611 5.659356628 5.736256982 5.349152973 6.175513018 5.859198347 5.849271778 6.153285219 5.569204878 5.153045774 5.518622425 5.471273603 6.073871575 6.249903584 6.754226094 5.354951567 5.51706324 5.578595358 5.252664753 5.052126981 5.480763115 5.467553472 5.989127612 5.238912669 5.786169931 5.489369823 5.368577428 5.336665117 5.512233856 5.083014684 5.347057966 +LQ02X013230 Mitochondrial import receptor subunit TOM40 homolog 1 13.6260304 14.02735986 12.822111 13.07636029 13.40912255 12.90508344 13.37504266 13.12400134 14.12882119 14.55642939 13.67250335 13.67404275 13.73376971 13.47133307 13.79556839 13.90709725 13.47246006 12.3228451 13.48335627 12.67580829 12.51317065 13.49561548 13.01915251 13.50275068 14.0296508 13.35627464 13.47200561 12.97363118 12.64132938 13.54007967 13.47108742 13.51397003 +LQ02X013240 Hypothetical protein 10.65073913 10.58025494 10.63455508 10.2000183 10.44750142 9.928392683 10.41664801 9.900764259 10.46787729 11.3193761 10.42234423 10.22832489 10.70884474 9.913288055 10.29932325 10.03678723 10.34083029 10.92808603 11.16326577 10.7988923 10.61610881 10.41563108 11.01805308 10.85709578 10.71432553 11.02365172 11.20329224 10.69266602 10.54226824 9.995303723 11.02816243 11.01331687 +LQ02X013260 Putative Calumenin 5.778309672 5.462671497 5.70177577 6.722378051 5.33284594 6.05309397 5.707410476 5.55933454 5.598499238 6.883507203 5.992497557 6.637017972 5.685847478 5.996619604 6.744835317 5.382780523 5.683962184 5.513721983 5.175982228 5.576955291 5.247843682 6.224422176 5.290600563 5.227511283 5.633633709 5.756082609 5.301785552 5.486279791 5.312776126 5.839497096 5.025662505 5.114710503 +LQ02X013270 Predicted protein 13.70219652 13.9142189 13.92358186 13.85670973 13.81488818 13.70102423 14.16290937 14.06929618 13.84859463 13.40304928 14.08078004 14.06324333 14.04632179 13.86028659 14.03926119 14.24399036 13.54921112 13.19393597 12.98270224 13.96813057 13.86996381 13.9547865 13.92020392 14.18718707 13.54150632 12.99542211 12.95214387 14.07156945 14.09133672 14.09902952 13.89554421 14.29550158 +LQ02X013300 Putative F-box/LRR-repeat protein 4 5.641179068 5.749515597 5.431496721 5.707059071 5.482591558 5.074898056 5.479338918 5.147193263 5.954247715 6.300485882 5.304807816 5.51602681 5.845656018 5.222719775 6.377154534 5.085277158 5.409227575 5.727981088 5.746721694 6.358335187 5.394104589 5.55843593 5.570584793 5.346658617 5.400700118 5.523167915 6.434843463 6.27137242 5.463030455 5.704694194 4.922872025 4.877063939 +LQ02X013330 Putative Transmembrane protein 53 9.501356057 8.545879152 10.737946 9.084908779 8.983960853 8.683690096 7.054810187 7.099026735 9.340087632 6.737843395 10.10411146 8.768463617 8.829235934 8.751201375 6.362640858 6.041935218 8.715806235 8.739411513 8.390712487 9.7038382 9.29288193 8.922818105 7.506797461 7.176541013 9.317327897 8.419649073 8.325762531 9.28248943 9.922121691 7.824021554 6.59313704 7.699216027 +LQ02X013350 Predicted protein 4.904655373 4.766272555 5.236643102 5.183396614 5.5157684 4.807943656 5.055489727 4.866346468 5.098498404 5.041617755 5.060023975 5.070570989 5.7653259 5.106694505 5.260141687 4.858401247 4.963917198 4.866913477 4.796767206 4.717481974 4.935024804 5.206710501 4.758753956 4.690370397 4.910683459 5.043911801 4.943873582 5.215026325 4.985920425 5.01682996 4.852184202 5.822321856 +LQ02X013370 50S ribosomal protein L15 5.465556999 5.405554561 5.24678344 5.432507175 5.946197699 5.590351241 5.199719066 5.499880778 5.565064108 5.741147585 5.60000007 5.231283814 5.27555562 5.6061913 4.919365337 5.525259428 6.210454305 6.361001473 7.394656754 6.691359857 6.571384775 5.199872649 6.958413598 6.782203678 6.290557022 6.182481034 7.182650512 7.574746711 6.785706094 5.030491816 5.776636408 6.358958042 +LQ02X013390 Superoxide dismutase [Fe], chloroplastic (Fragment) 12.81776538 12.68562571 12.98208777 13.14115287 12.15054218 12.80408216 12.92994783 12.02873688 12.85167138 12.89208589 13.0078848 12.92887126 12.59732588 12.81038374 12.99567628 12.48340078 11.98374479 12.33110342 10.45691967 12.28981044 12.61357256 12.0148276 12.25486846 12.29725995 12.18822332 12.20286002 10.86559743 12.37825921 12.33575226 12.40239657 12.62405208 12.04293993 +LQ02X013410 Momilactone A synthase 6.461801935 7.928151069 5.75601955 6.296663351 6.504349232 6.809943535 6.048274926 6.684440259 6.869542697 7.008313425 6.534685464 6.742629015 6.471809705 6.97854708 6.112729375 5.823651612 7.807545002 8.330699003 8.567521613 8.262465921 8.122984619 7.53126333 8.561739056 7.254837986 8.101798951 9.058566016 9.07649917 7.589947989 7.559218993 7.46722696 7.993447093 7.097491457 +LQ02X013430 Hypothetical protein 5.45696885 5.98114221 5.618684846 5.404097853 5.63578716 5.589264575 5.492769317 5.542643215 5.561773904 5.873388403 5.375245034 5.462433837 5.695978948 5.45688799 5.167068641 5.351971086 5.446845719 6.141862408 5.829380824 5.369873807 5.331755104 5.661888396 5.40802049 5.049629426 5.211174077 6.043588337 5.824802064 5.221396041 5.129073455 5.722925155 5.373988129 5.413423578 +LQ02X013520 Putative tRNA guanosine-2-O-methyltransferase TRM11 homolog 13.2535539 13.88742258 13.13231657 12.79568278 13.23883759 12.71652418 12.64329404 12.946487 13.59172582 13.9360165 13.35166284 12.87647372 13.31428645 13.00318404 12.81915177 12.98625703 13.44964922 13.34830369 13.92518405 13.34698657 13.24693755 13.20808343 13.21127668 13.35301517 13.8973688 13.61227598 14.19370385 13.19323589 13.38831743 13.07301356 13.30545086 13.15123857 +LQ02X013530 Probable prefoldin subunit 5 6.312213284 6.551072773 6.615340495 6.912337576 6.553319761 6.817496572 7.232580285 7.116372716 6.325545776 6.597099254 5.896980368 6.900910396 6.462771592 6.783534477 6.853104906 7.364430414 6.150409719 6.428015379 6.342533057 6.242457095 6.498075676 6.429143553 6.887721571 6.805338229 6.492915679 6.620534691 6.612896133 6.080308718 5.89510535 6.207128124 6.393785049 6.071467137 +LQ02X013540 Transcription factor TCP7 14.57475806 14.3722106 14.3016474 14.07524799 14.23501699 14.24424521 13.98850803 14.02515663 14.6098472 14.46983636 14.5576771 14.27139483 14.28722997 14.14669755 14.26987819 13.83966789 14.39789858 14.58755463 13.8234244 14.22845252 14.24136015 14.41288061 13.75069967 13.73108522 14.44201466 14.53723962 13.7421731 14.03484607 14.40105432 13.45133886 13.53007712 13.72220032 +LQ02X013560 Putative E2F-associated phosphoprotein 4.611439188 4.902262418 5.24567604 4.59139632 4.932957919 5.036242723 4.769665103 4.829089954 4.798457808 4.849551739 5.207895701 4.812834174 4.485481647 5.000518207 4.622392597 4.61428688 4.809307173 4.858466554 4.882951311 4.769736175 4.642347202 4.615212259 4.782496089 5.60226098 4.811660707 4.889309223 5.035067951 4.722616904 4.639021561 5.288998639 4.930783127 5.13249899 +LQ02X013570 Genomic DNA, chromosome 3, P1 clone: MPN9 5.612620154 5.685823789 5.253290088 5.461509843 5.462582838 5.280143909 5.354364277 5.377370396 5.56000301 6.350211772 4.886841392 5.491413884 5.34042574 5.498521215 5.922550908 5.377690811 5.289412197 5.616629407 5.818156761 5.569922194 5.53063626 5.632890642 5.239861357 5.621402194 5.581469115 5.374827704 5.273781038 5.66900079 5.579213403 5.5187617 5.368958311 5.67236608 +LQ02X013590 Thioredoxin-X, chloroplastic 13.02419305 12.41003081 13.78518249 13.96800785 13.32069025 14.3683853 14.18942482 13.87267231 13.03277034 12.28918311 13.52103466 13.99748753 13.49752224 14.40146116 13.94480411 13.82880488 12.71265144 13.12024379 12.37846116 13.30428452 13.02645516 12.82946822 13.27564495 13.227942 12.67899936 13.05905051 12.08155903 13.54571037 12.64411923 13.44624614 13.47477433 13.07657812 +LQ02X013600 Sugar transport protein 10 5.070780172 5.304252729 4.869488855 4.978028037 5.149687534 5.029255549 5.124835189 5.07624809 4.851140027 5.206001272 4.727676646 4.817151742 4.955886275 5.069742905 5.097578253 4.884765868 5.128305978 5.024657246 4.961168927 4.969154222 5.090330382 4.893116342 4.838867855 5.281714018 4.831103176 4.992662653 5.333235488 5.304964893 5.245326886 4.794405169 5.480141444 5.036860353 +LQ02X013670 Putative uncharacterized protein 12.04579147 12.93135149 11.89232264 11.77919829 11.96906838 11.86546573 12.03205486 12.2480643 12.07138527 12.17254154 12.18594898 11.39623878 11.82802692 12.11070135 11.70257741 12.02138221 12.66988352 12.13386112 12.94543996 11.93846722 11.8504729 12.62824191 12.11432104 12.48878047 12.68845371 12.32016523 12.95488424 11.82786371 11.73298464 12.12810275 11.80511085 12.64222836 +LQ02X013700 Putative uncharacterized protein 9.652624625 10.39891681 8.862469918 8.253164178 8.889719154 9.714388162 9.30417692 9.607116781 10.07525038 10.08594476 9.236544199 8.793919744 8.941759833 9.878753921 9.127749398 9.940029368 9.945413697 9.187279388 10.13809506 8.569682209 8.614157992 9.351891924 8.523767012 9.075549765 10.59970644 9.794925532 10.47232906 8.416384772 8.708424177 8.81907156 9.432721009 8.471092406 +LQ02X013710 Succinyl-CoA ligase [GDP-forming] subunit alpha-1, mitochondrial 12.98163808 13.33075111 12.64817075 11.97595992 12.35008435 11.79675377 11.95889115 11.20138071 12.99756804 13.52680772 12.94189556 12.27840835 12.62094662 12.01368871 12.12764338 11.60612923 12.98512112 12.85437471 13.10582171 13.12314562 13.22507667 12.49284786 12.71641689 12.61613472 13.29303 13.16954136 13.37727486 12.76133326 13.62848374 12.11637956 12.81734249 12.61478233 +LQ02X013760 Thioredoxin-like protein 4A 14.63160869 14.35837484 14.54292927 14.80035959 14.47680045 15.1119727 14.51913767 14.37765853 14.39263685 14.84971643 14.64629664 14.44074281 14.47272862 14.55260092 14.38980163 14.59671146 14.07853715 14.1333606 14.0670808 14.20172883 13.80000493 14.32485023 13.96169649 13.83595722 14.23512696 13.91526523 13.93947186 14.15512188 13.52294498 14.33985562 14.07115298 13.82719162 +LQ02X013780 Putative Isochorismatase 11.06459677 10.83644531 10.36940465 10.50391872 10.21655037 10.8712419 10.57985068 9.918622724 10.75736476 10.57035453 10.23918527 10.40191974 10.54865365 10.30272068 9.422378648 10.00971568 9.908036083 10.38145461 10.35902855 9.64740754 10.20172478 9.269703852 9.722834567 8.909256757 9.907234775 9.687648056 10.42873265 9.474370164 9.320321482 8.418256514 9.276561659 8.266554541 +LQ02X013800 Porphobilinogen deaminase, chloroplastic 13.82373912 13.6848434 13.32094178 14.00193615 13.73260674 12.19821789 12.64470259 12.50410622 13.97284967 13.6430552 13.43227369 13.70848721 13.92094708 12.12649611 13.37949475 12.61536366 13.24174746 13.53063212 13.63779647 12.98848202 13.16013873 13.72347794 12.58511315 13.04825232 13.41331176 14.00542344 13.74265632 13.37512415 13.63860375 13.4927632 12.63451683 12.87026604 +LQ02X013810 Serine carboxypeptidase-like 34 4.966888469 4.709639562 4.91782143 4.649337052 5.252669899 4.917322609 4.814178673 5.4402493 4.772210777 4.641377549 5.655440281 4.814240979 5.480536879 5.143303003 4.712072933 5.30286275 5.253817168 4.895745385 4.975342582 5.361012524 5.042586093 4.955569927 5.650993657 7.183988084 5.128293065 5.015024743 4.867962911 5.342859591 5.20457822 4.817412404 6.029493775 5.949338852 +LQ02X013850 Predicted protein 5.865879176 5.739690708 5.78845383 5.2442122 5.643414261 5.75875559 5.186337115 5.035651298 6.074618073 5.533973881 5.541148526 5.814810202 6.033775736 5.624880658 5.127349296 5.614989983 5.702646928 6.63755038 7.129955303 5.3501047 5.74697571 5.696522744 5.544380558 5.051661693 5.546097482 6.153422626 6.381737563 5.585274313 5.58267423 5.679593947 4.854028167 5.215914487 +LQ02X013860 Serine carboxypeptidase-like 35 15.12658029 15.19331891 14.63289578 13.26474862 14.34912735 8.803122716 7.858997108 8.077531287 15.20675629 14.82270521 15.20806678 13.51762624 14.82844976 9.161436681 7.083060058 8.550205895 13.75224355 14.18514611 14.60734525 14.55303459 14.47005956 15.22796208 8.439448494 8.767985852 15.30897564 15.0556877 14.79132126 14.0809336 14.60006008 12.0648003 8.707099776 8.028411515 +LQ02X013870 Cytochrome P450 86B1 6.148651669 6.99736725 8.45964492 8.970577927 8.872318046 5.3113363 6.58855705 6.331804342 5.887656896 6.237419297 7.426209474 8.753744905 8.792311483 5.614192272 5.96008207 6.436191219 6.668544965 7.383071901 6.51861566 9.181699896 10.40538529 8.713744522 7.438276875 9.605434434 6.957303879 7.732677272 7.469989514 9.446019987 9.826499853 10.43158813 7.66054353 9.346841363 +LQ02X013880 Putative Uncharacterized protein ypgQ 4.879266675 4.964599659 4.995561099 5.042386263 4.905380237 4.866459924 5.224720208 4.832466836 5.203378322 5.552996626 4.865242079 5.132885843 4.996684843 4.734731083 5.791213844 5.011205698 5.206772283 4.848557696 4.894115823 4.94348379 4.784393676 5.406018605 5.311753897 5.131362844 4.957727868 4.803272708 4.996832545 4.884776248 4.967400108 5.386617322 4.778549518 5.3068817 +LQ02X013920 60S ribosomal protein L44 14.26142344 13.92972116 14.16974208 14.27230067 14.43896355 14.34477045 14.50918633 14.36267846 14.26457109 15.01565508 14.44065449 14.64750002 14.31581916 14.44001422 14.44183291 14.61306517 14.40360045 14.26306459 13.55069547 13.89849599 14.1840376 14.67174301 13.70121258 13.93347098 14.31941869 14.39938507 13.6746108 14.0668394 13.2118274 14.34074093 13.63251628 14.13378693 +LQ02X013940 Predicted protein 5.286121961 4.887948201 5.665923542 4.992966917 5.278841987 5.11993152 4.987384245 5.315485239 5.174916213 5.049273843 5.26757187 5.054305323 5.257343258 4.732469967 4.984342094 5.019916391 5.060303379 5.179689715 4.897587204 5.379511419 5.896457452 4.921124195 6.107925007 5.76405394 5.062566248 4.975788565 5.164458317 5.106193748 5.517681673 5.307048062 5.800390746 5.349844461 +LQ02X013960 Protein binding protein, putative 6.226598751 5.675397088 6.018629926 5.809066515 5.66996294 5.818275379 5.673158691 5.554445593 6.269937561 6.147408881 5.633313569 5.842703572 5.587616014 5.705509766 6.656618312 5.558354273 5.625559612 6.041579826 6.249726901 6.787798008 6.051085116 5.566618438 4.968698814 5.949541946 5.95247297 5.938060267 6.046247176 6.6086267 6.268554158 5.603499511 5.966905056 5.862998622 +LQ02X013990 Hypothetical protein 11.0118513 11.36959005 10.14786065 10.227866 10.16719959 10.84132081 11.12991776 11.02479094 10.53319907 11.07695195 9.978372031 10.24137787 10.10741454 10.68676235 11.1150584 10.49597732 10.66403558 9.859452867 9.705756973 10.10370877 10.09663427 10.79449383 11.02572003 11.65717144 11.05656452 10.45007291 10.32941717 9.983836113 10.3132954 11.26606755 11.51013038 11.92456302 +LQ02X014000 Predicted protein 10.67324953 10.77479566 10.40143948 10.64806445 10.5046625 9.98993144 9.7182189 9.845328999 10.74831464 10.57999929 10.63904238 10.37906297 10.4577741 9.946172231 9.428498066 9.591130412 9.931210305 10.09799758 10.60452299 9.361533274 9.55307537 10.35803314 9.971210357 10.3676133 10.61312274 10.55043368 10.59705876 10.11284555 10.18485281 10.83272248 9.588647804 10.59964927 +LQ02X014020 Glutamine synthetase cytosolic isozyme 1 5.90944874 5.424805821 5.569994561 5.982709023 6.104487847 5.688117757 5.543342059 5.508843881 5.761581954 5.387421924 5.988475841 6.102291723 5.784894003 5.435863322 5.776686267 5.253494859 5.567861045 5.453519239 5.605949792 5.684219692 5.53172196 5.693826441 5.015370663 5.585481394 5.744689916 5.555500935 5.654482462 5.236306435 5.92275699 5.398143437 5.771185874 5.567804616 +LQ02X014030 Putative Protein MSP1 5.000810982 5.187606553 4.815898867 5.105219464 4.868525095 5.149683892 5.170512739 5.330685848 4.742232598 5.174835629 5.102075929 5.162797598 4.634249774 4.944006802 5.077788206 5.039659848 5.334586008 5.025254057 5.574901798 4.719770409 4.71122141 5.296150138 5.80378169 5.493206803 4.996905384 4.950235472 5.738070323 5.386052099 4.834488642 4.940935501 4.875995298 5.258380387 +LQ02X014050 DEAD-box ATP-dependent RNA helicase 2 5.525207338 5.421453966 5.565633477 5.960606045 5.498224713 5.804796314 5.643509937 5.053684213 5.563587218 5.860069566 5.738965987 5.794344829 6.077730809 5.931197522 6.91225452 5.118118447 4.992807409 5.500776086 4.978377629 5.376664009 5.215044613 5.297892744 5.776175348 6.473342441 5.406942364 4.806629314 5.306344335 4.686700669 5.488636984 5.521603346 6.271841489 5.846914326 +LQ02X014080 Predicted protein (Fragment) 12.44288157 12.47087515 12.32384077 12.54909775 12.07214613 12.82736469 12.5622692 12.61525837 12.55685488 12.42876426 12.53968217 12.68494503 12.24681801 12.72770344 12.5514017 12.73181376 12.75336554 12.53254803 12.42598098 12.43112651 12.56818493 12.62948266 12.49950106 12.47393576 12.76544229 12.31984067 12.18893975 12.80791202 12.45451671 12.57716751 12.50892575 12.36665114 +LQ02X014090 Alanyl-tRNA synthetase, mitochondrial 5.99928095 5.88144933 6.198188596 5.919741949 6.082299389 5.773618182 5.989348379 5.678393584 6.144295159 5.954013309 5.94235748 5.970733454 6.093210444 5.520182256 6.134642503 5.623943763 6.008789037 5.675981459 5.933694449 6.699731058 5.844220777 5.722839349 5.577255914 5.347050137 5.546355235 5.803011981 5.490171275 6.74405209 5.910347133 5.488732652 5.492488788 6.316102644 +LQ02X014100 Predicted protein 7.879374876 7.361748476 7.518810311 8.264577107 7.778509897 8.072241277 8.368843686 8.301721939 7.568996815 6.149030009 6.434620088 7.867327054 7.51290679 7.985389481 7.294379061 7.426441166 7.333212088 7.097848909 6.345349389 6.541771463 7.035865529 7.245794238 7.038894184 7.491439331 7.196913007 7.456208084 6.386441271 5.805854167 7.678795691 7.918431509 7.513549267 7.240915995 +LQ02X014140 Predicted protein (Fragment) 6.17310714 6.190076796 6.508211859 6.105449673 5.988132917 5.799001196 6.19623029 5.450320342 5.902806409 6.267448734 6.181271299 6.295735854 6.438138058 5.654883829 6.042901344 5.528771429 6.139137693 5.914588764 6.04830321 6.936465391 6.484831534 6.104939734 6.437741318 5.969091001 6.09916857 6.312099918 5.480429047 6.306646421 6.539260187 6.378376705 6.571217987 5.686262599 +LQ02X014170 Putative Zinc finger CCCH domain-containing protein 40 10.55361683 10.58377742 10.48005653 10.57039162 10.84471257 10.59491574 10.74725258 10.70440733 10.68563595 10.69599769 10.45219203 10.49236537 10.70967839 10.78486988 10.89782251 10.74910217 10.79600417 10.69728257 11.29880791 10.4617569 10.21681446 10.70440535 11.19638698 10.82703366 11.1519181 10.91857667 11.59165993 10.46301591 10.68218415 11.35850414 11.15136358 11.3698225 +LQ02X014180 Histone-lysine N-methyltransferase ATXR2 10.66943115 11.32105011 10.53882373 10.21326723 10.47439552 10.75973599 10.55936695 10.44354643 11.2814282 11.54062224 10.97610202 10.45066818 10.75141672 10.85803337 10.49956929 10.88169575 11.37134501 11.71346486 11.13817314 11.43721357 11.13369883 11.0484529 10.66834847 11.02454833 11.54006328 11.84784444 11.22729782 11.23217888 10.9429612 10.81359077 10.99612594 11.01968711 +LQ02X014190 Putative uncharacterized protein 9.285851957 9.480272371 9.693413969 10.6518516 9.459980492 10.97166697 10.89956063 10.81989701 9.649586344 8.933544225 9.775457518 10.88277744 9.657494892 11.03589516 11.03729342 10.82624342 9.619604772 8.694162391 8.497708978 9.257331576 8.365891495 9.760715324 9.755940753 9.327508219 9.20119759 8.559459832 8.12453965 9.557001909 8.81562541 10.06200532 9.81084496 9.410770355 +LQ02X014240 Predicted protein 10.78051971 9.751264936 11.99138539 11.29155808 10.67085364 13.71454306 12.38998239 10.90172009 10.47426352 9.337277468 11.62772691 11.20594213 10.56147125 13.25083298 11.23408357 9.868465386 11.0095178 11.99387909 10.65065545 11.93289295 11.64276354 10.27734899 11.74658776 8.750438647 9.948854063 10.75649071 10.12159599 11.89084755 11.01566921 9.529178232 10.53807487 8.698292134 +LQ02X014250 Putative ribonuclease H protein At1g65750 5.192027101 5.304556408 5.330135722 5.591242201 5.881555617 6.595224483 5.869204235 5.91614769 5.677470199 5.335422296 5.157627928 5.786994106 5.778490786 6.267618659 5.432574075 6.004488067 6.12306854 5.721785113 5.571035233 5.861195931 5.513167302 5.361613615 4.830891822 5.881797003 5.746214881 5.400493289 5.197945945 5.332052527 5.61509404 5.387240283 5.554038887 5.293695967 +LQ02X014270 Transcription factor ILR3 12.46604825 12.80289017 12.12495928 11.28286127 11.93599032 12.56293888 11.8172577 11.34180342 12.52149561 12.95770341 12.3506543 11.49045482 11.73856075 12.76467288 11.91103053 11.83992923 12.15633756 12.23803002 11.56959425 12.4425839 12.30082514 11.89556019 11.43844003 11.34423673 12.4881898 12.32465855 11.83210348 11.7542358 12.42046585 11.57869775 12.58944079 11.52471206 +LQ02X014280 Hypothetical protein 4.725781032 4.695848811 5.062591886 4.528765065 4.658676283 4.66805126 4.775994023 4.660708994 4.615400716 4.70348746 4.870445419 4.604287358 4.648386038 4.804988296 4.713633171 4.851534644 4.847989786 4.44512288 5.006060088 4.717494434 4.899283589 4.729938417 5.050539479 5.489667805 4.703645504 5.070725367 4.953454943 5.301920478 5.262569918 4.94791311 4.835891711 5.415277521 +LQ02X014320 Probable histone-lysine N-methyltransferase ATXR3 6.175272899 6.103883913 5.740837241 5.378228766 5.976597716 5.168286377 5.239680582 5.11919993 6.142846178 6.378890108 6.539318407 5.539233994 6.005611099 5.109454531 4.866524484 5.309198262 5.691995594 7.04899483 6.931985643 5.737714331 6.377482644 5.614658468 5.203976006 5.263089881 5.534527578 6.86729454 7.472817966 5.830121031 6.383059234 5.632351687 4.972049624 5.107927739 +LQ02X014332 Putative Retrovirus-related Pol polyprotein from transposon 412 10.10950227 9.925267114 9.973903751 9.062592245 10.33137446 9.752236676 9.16839252 10.47886005 9.848745083 9.461409536 10.07773806 9.202581467 10.12795077 9.657051615 9.476203435 9.885750995 9.324323526 8.969374463 8.875593742 10.29370177 9.90542026 9.73437928 10.05769115 10.14211354 9.124683644 8.560035483 8.18711885 10.17910528 9.441085532 10.39950306 10.31141759 10.07714419 +LQ02X014350 Putative Scarecrow-like protein 32 8.708339288 9.44464539 8.763976688 8.414523028 8.294764025 9.505394536 8.967235611 8.917798909 9.226957823 8.980007331 8.700389865 8.182297258 7.945121239 9.54792401 8.429162361 7.843779105 9.671479649 9.875203474 10.3646802 8.734068696 9.088259109 9.116694838 9.232751261 8.821773087 9.841815404 9.600960941 10.45364592 8.36764065 9.454103516 7.9657644 9.232436483 8.142246903 +LQ02X014360 Putative BTB/POZ domain-containing protein At5g48800 5.101282595 5.341716133 4.851929088 5.011551464 5.162649788 4.975969307 4.962035049 4.96425069 5.156764581 4.894088535 5.040613896 5.059750143 5.30033455 5.03227638 4.808744897 5.287909334 5.644641764 5.210018194 5.015857694 5.405470316 5.299079349 5.115760631 5.605507487 5.004615235 5.344309621 5.160648329 5.12599966 5.902022096 5.504172579 4.760712688 5.729313271 5.009627687 +LQ02X014400 Xyloglucan endotransglucosylase/hydrolase protein 9 5.888512198 5.934838127 5.789613718 6.470613481 5.771660654 6.137587502 6.39285122 6.007832059 6.163273062 5.828974018 6.25165869 6.422147037 6.19017329 6.607166917 6.402243164 5.908030442 5.88973771 5.884034571 6.129860151 6.690033268 5.885485888 6.290884233 6.117419157 5.523453103 5.907454697 6.274441154 5.731771054 6.746263105 6.685497683 5.990321282 5.872516326 5.416958648 +LQ02X014450 Putative Ribosomal protein L11 methyltransferase 4.867339011 5.058758026 4.591257408 4.74357006 4.619317701 4.410304429 4.728957315 4.483342566 5.136299073 5.06652241 4.705276908 4.825052496 4.755087969 4.633397298 4.569309752 4.882747458 5.014994812 4.906552616 6.445407278 4.798298199 4.776636596 4.672998029 4.717756322 4.627712059 4.72291995 4.534112362 5.259518471 5.102787711 4.902499853 4.772005017 5.043776097 4.788900774 +LQ02X014510 Indole-3-acetic acid-amido synthetase GH3.6 4.940280971 4.727285465 5.374153688 5.021276258 5.141617541 5.5899283 5.576482762 5.451896729 5.140146959 4.899983432 5.318528075 5.393087455 5.069668384 6.145210219 4.872098255 5.827949503 5.63758468 4.778473736 5.41488577 4.895183789 5.272161384 4.838675267 5.477505378 4.749602742 5.343920067 4.8584536 5.268855668 5.173639173 4.740278184 5.083580184 5.184382701 5.096053321 +LQ02X014561 Gag-pol polyprotein, putative 5.074124041 5.779002491 6.34445388 5.177141281 5.375635235 5.069303956 5.198728484 5.354757713 5.711461776 5.221771664 5.465132115 5.089083967 5.373700229 5.777431557 5.031074907 5.247036226 5.083399644 5.694540718 5.889882995 5.849842836 5.640894251 5.551773702 5.785809893 5.352046175 5.877719017 5.844487629 5.671456061 5.180842689 5.300642296 5.563040223 5.985003902 5.844685997 +LQ02X014580 Putative uncharacterized protein 10.27256364 10.70799227 10.33635032 10.02932045 11.46726828 10.47154795 10.49995487 11.56295717 10.62838743 10.90704408 10.80326613 9.994039124 10.78909534 10.76671609 10.99343226 11.67483165 9.501818297 9.540954674 9.367798419 11.64100533 9.899154261 10.02491166 10.34040289 10.4810461 9.613866485 9.504473596 9.520982524 10.01677135 10.347842 9.332647313 11.01244053 10.23842275 +LQ02X014630 Putative uncharacterized protein 12.99824385 12.87967849 12.9927343 12.05528185 12.27115425 13.31369887 13.39366781 14.08748969 12.57621757 12.28000321 12.36473667 11.81424516 11.70642361 13.34636043 13.17336338 13.20278648 12.70697962 13.37609276 12.6840624 13.41906578 12.97364445 12.48940505 13.83235764 13.92839324 12.52903276 13.07123886 12.75413426 13.05682353 12.78277676 12.09853868 13.49825186 13.6687205 +LQ02X014650 Protein phosphatase 1 regulatory subunit, putative 9.776815844 9.220173023 10.27398411 9.759804424 9.903742591 10.44443637 10.00680487 10.21181583 9.703411371 9.349582011 10.07753105 9.949369121 10.00277583 10.51844003 9.97505656 10.06279085 9.466758966 9.372980375 9.725344393 9.877294219 9.561337783 9.651757893 9.478262118 10.70144276 9.453986914 9.623940182 10.40122225 9.898655357 10.30931093 10.5294727 10.20778224 10.72442627 +LQ02X014660 Putative uncharacterized protein 6.012759328 6.78237784 7.457438205 8.521804407 7.336662548 9.642039883 9.438746903 9.625443311 6.704093525 5.841807108 7.260064892 8.588425069 7.463662498 9.493597552 9.18552984 9.420339918 6.771120552 6.261255704 5.743788315 6.308153498 6.90102743 7.063912559 7.951382506 8.063427157 6.322626597 5.478902932 5.430021153 5.775234697 7.098108549 7.129423602 8.103276708 6.693843156 +LQ02X014770 Cytochrome b6-f complex iron-sulfur subunit, chloroplastic 14.31217135 14.27630233 15.01854064 14.88880178 14.81213532 15.12158599 15.39931313 14.77046779 14.37899269 13.8367342 14.85167442 14.91054022 15.0579187 15.362646 15.07445704 15.11982539 14.05524159 14.68638878 14.20249077 14.95277644 14.88423631 14.73418032 15.39958242 15.39717455 13.99860359 14.49166388 14.77046421 14.92796931 14.94333028 14.80040632 15.5825708 15.38542182 +LQ02X014840 Aromatic-L-amino-acid decarboxylase 5.582721295 5.28335515 5.25966761 5.699155564 5.377508688 5.175922721 5.878423937 5.874701682 5.397024662 5.486244557 5.348045553 6.177138779 5.479545115 5.724796865 5.366141387 5.643335866 5.773230171 5.740031069 6.114539224 6.053034865 6.23165098 5.496874211 5.500483815 5.647495375 5.62420811 6.081821044 6.829234199 6.145798305 5.75741303 5.454971339 5.061920583 5.748614785 +LQ02X014910 Putative Anthocyanin 5-aromatic acyltransferase 8.839026775 9.899969653 8.982195544 9.294928473 9.890147022 11.75534191 11.88561101 12.09960909 9.723669986 9.909458278 9.990397224 9.983519063 9.789409809 11.7463713 11.88240689 11.68451028 9.034703905 9.669207107 8.609458794 10.38898106 10.00342896 11.2024884 12.25993935 12.08917961 10.2418552 10.31955183 8.5396422 10.53422298 10.21599756 11.11526319 11.97854495 12.45932598 +LQ02X014980 AT2G20900 protein 10.65163412 10.99584439 10.15212631 9.636056467 10.51517338 9.765864705 9.584839255 10.52951915 10.88318029 11.04033667 10.44558115 9.978641039 10.66010266 9.964996553 10.17160972 10.33271084 10.77611209 10.27514628 10.75056717 10.29497837 10.0410839 10.81737669 10.64254016 10.96219864 10.59872526 10.27107554 10.90755623 9.967156435 10.49033881 10.76238442 10.8345406 11.22331185 +LQ02X014990 Protein THYLAKOID FORMATION 1, chloroplastic 13.93460334 14.06681971 14.27982 14.64438946 14.07488249 14.8552757 14.71461092 15.03694231 13.72470797 13.63095164 13.9563248 14.52364952 13.98950825 14.86029871 14.49599081 14.6291707 13.73120678 14.12214135 13.2976301 13.41644999 13.68347086 13.84930367 14.1077504 13.84154581 13.30346335 13.53367034 13.27378979 13.70632763 13.8290522 14.5067576 14.49738883 13.45592045 +LQ02X015010 Predicted protein 8.356129648 8.267253502 8.027232001 9.466157948 8.905197028 10.35419562 10.47223084 10.05865093 8.079271937 8.577221838 8.557016507 9.513866082 9.217799825 10.06231984 10.08524788 10.3579093 12.95542266 10.11737917 9.970611576 10.15607708 8.736896643 9.068031972 9.514557949 9.929536088 9.282885852 9.035474553 8.224402439 9.31214963 8.403889629 10.38527594 10.07812842 10.35050743 +LQ02X015040 Predicted protein 10.47970954 10.46163325 10.28146527 10.40982421 9.661003721 10.50821941 10.68525921 10.41456521 10.49517941 11.34265595 10.14693841 10.15501242 10.18459463 10.54044722 10.73896381 10.44353372 14.7039252 11.58371311 11.48042794 11.49460581 11.23251768 10.07091984 11.54988569 10.16847156 12.33741138 10.60309893 10.98078004 10.57999859 10.36294227 12.23811112 11.34768674 11.07115987 +LQ02X015070 Putative uncharacterized protein 5.492295608 5.89724233 5.525080614 5.45545758 5.871763078 5.158078848 5.286812583 5.343092725 5.507302671 6.01913416 5.867715563 5.092235797 5.730963439 5.272632636 5.316058578 5.28796618 5.437677513 5.555827243 5.586434581 5.535219943 5.678148296 5.55798565 5.847824868 5.355300902 5.487576852 5.56458919 6.34967056 5.653179477 5.975687079 5.806869922 5.931460388 5.391105326 +LQ02X015080 Putative uncharacterized protein 13.9059322 13.63764951 13.7480973 13.74969941 14.10137541 14.13298048 14.3291559 15.12305216 13.82651822 13.93652444 13.75278766 13.96056291 13.89012047 13.81416442 14.39530912 14.47850501 14.54114495 14.38091927 14.31271348 13.7232672 14.17103618 13.99567947 14.13386254 13.89120848 13.9516199 13.31313544 14.093599 13.70185599 13.14609974 13.60043684 14.04967259 13.84733212 +LQ02X015090 Putative Vacuolar protein sorting-associated protein 18 homolog 5.78938489 5.727657226 5.86612122 5.669869501 5.716998249 5.792305342 6.015472751 5.702712098 5.626741781 5.834898226 5.699738124 6.058308251 5.582166096 5.634516053 6.382131988 5.879857022 6.072757925 5.762774771 5.984341456 6.082920646 6.053378016 5.815023543 6.085689201 5.690983901 5.713632754 5.64497714 5.58564671 6.730559322 5.899698896 5.63561376 5.618130832 5.239497606 +LQ02X015100 Predicted protein 5.299822367 5.63513507 5.67197767 4.9508688 5.421314064 5.082893052 5.126257209 5.124420507 5.768170185 6.517050365 5.360547118 5.229111171 5.351299749 5.107969903 4.973465416 4.920641071 5.359799925 5.597867683 6.644335322 5.525945541 5.639714804 5.266188136 5.464283742 5.245670133 5.344073696 5.965745397 6.592805501 5.425119403 5.515141852 5.461641821 4.807966141 5.696885328 +LQ02X015150 Putative Probable NADH-ubiquinone oxidoreductase C3A11.07, mitochondrial 9.732155543 9.6558751 10.05290285 9.6474933 9.466670993 9.440327788 9.430252759 9.272401604 9.329170196 9.706054742 9.864943055 9.283212854 9.156761892 9.339181937 9.483161954 8.61643572 8.50790112 8.907909986 7.194381934 9.126052004 9.262777406 9.318025095 10.03725804 9.61259388 8.693408423 8.893356434 7.4075587 9.371496618 9.853955537 9.371858967 9.766708558 9.737951576 +LQ02X015170 Putative uncharacterized protein 12.74118705 12.56270815 12.24084255 12.5121971 11.63366409 12.41603758 12.48056055 11.20186511 12.56827629 12.4689447 12.23666797 12.92323526 12.04461768 12.1595905 12.61308584 11.52185575 12.43547194 12.47290438 12.51102723 11.99126319 12.6641576 11.9678817 12.78616068 11.76981515 12.62353774 12.6686949 12.78706621 11.98305739 12.42671877 12.04980634 12.53853333 11.56188967 +LQ02X015220 Predicted protein 13.58278136 13.79331769 13.67889251 12.77844654 12.93961937 12.01798984 12.16454462 11.8015908 13.75340303 14.0981292 13.61746005 12.994526 13.43644516 12.09240065 12.01316765 11.96485182 13.88241984 13.83115339 13.86782911 13.97690008 14.09064692 13.62381435 13.00168104 13.10169448 14.12900657 14.0801755 14.09139741 13.84203646 13.68343477 13.01687238 12.593372 12.97747078 +LQ02X015280 Acetylglucosaminyltransferase, putative 8.703291173 8.403917536 9.156262311 8.936672225 9.433870925 8.794928949 9.007996952 8.616105786 8.406802171 7.496990173 8.592753077 8.525354754 9.005357336 8.44682245 8.944023458 8.509126889 7.125790335 7.338611306 7.712607442 6.970521822 7.561685385 7.837885188 7.062142876 7.995282033 7.265135055 7.755861534 8.078999666 7.252926903 7.000039895 8.062764583 6.570018813 8.5856707 +LQ02X015310 Protein ULTRAPETALA 1 5.576849219 5.640112172 5.492146927 5.606819137 5.551518599 5.768068681 5.144389551 5.094672892 6.297327442 7.050274667 6.184121863 5.40837533 6.309096012 5.496497496 5.907908722 5.361177601 5.585563824 5.430359176 5.590492246 5.56191448 5.832082421 5.531249871 5.224190869 6.029624529 5.717692609 5.528773299 5.755113723 5.822072329 5.769051082 5.369549678 5.237483353 6.230052014 +LQ02X015320 Putative uncharacterized protein 5.730879983 5.67280894 5.631629065 5.638288141 5.635651408 5.842193327 5.733154907 5.644508125 6.224820871 7.176332413 5.721225903 5.785379768 5.911033567 6.238110309 6.911177747 5.751369284 5.867324064 5.699777029 5.797734418 5.50835098 5.834718476 5.574739687 4.984360566 5.904596944 5.74858394 5.945313333 5.472080923 5.416197532 5.722322139 5.613473789 5.775728089 6.392353515 +LQ02X015330 Predicted protein 9.044202831 9.008310791 8.002165317 6.583412217 7.904989282 5.286046647 6.013208445 5.920330959 9.683541974 10.06984395 9.023068776 6.857651673 8.464527963 6.174160101 5.325894507 5.970580677 8.890222362 8.836200925 10.42024958 8.403778712 9.374969435 9.020282371 6.051065039 5.767284539 9.92332978 10.42619113 10.69341245 7.432090812 8.990359005 6.76655769 6.187720425 6.201325854 +LQ02X015341 Putative Retrotransposable element Tf2 155 kDa protein type 1 5.462796287 4.969575291 5.378271766 5.096695789 4.89615778 5.06627569 5.363694755 5.249505763 5.049598716 5.0918963 4.946924141 5.199045835 5.217299418 5.785417965 4.970337423 5.618084274 5.02983583 4.988759386 4.710071821 4.866971687 5.597629236 5.250573088 5.172584438 5.370740132 4.938931348 5.14823002 4.764351276 5.274563965 5.312823648 5.141545283 5.254798941 5.160711612 +LQ02X015400 Putative uncharacterized protein 5.643954217 5.487723862 5.655403061 5.340705943 5.711669153 5.578288723 5.617140882 5.350652345 5.691604786 5.747840843 5.543728204 5.49630956 5.621338129 5.710661585 5.671681887 5.500045684 5.464976345 5.593729761 5.599902522 5.164488029 5.372962708 5.347551723 5.30581668 6.346613289 5.668104906 5.355272876 5.590744127 5.459798146 4.998223711 5.037718672 5.221957234 5.734490445 +LQ02X015410 Mannan endo-1,4-beta-mannosidase 2 4.971235255 5.557359707 5.291786061 4.971420222 5.168512499 5.660067688 5.271590068 6.0324248 5.144288272 5.149797517 5.358704291 5.011207376 5.352413352 5.31683201 5.312235358 5.942708014 5.543125685 5.307174401 5.10689343 5.62124982 5.104599498 5.508545249 6.256568484 5.360166438 5.096785307 5.29819037 5.650547617 5.289016521 5.239145618 5.531593925 6.768557882 5.96864093 +LQ02X015420 Putative uncharacterized protein 12.01552499 12.45126844 9.298348942 8.797645995 9.45103192 8.031729938 8.552093648 8.604709915 12.7899886 13.03008631 11.38146581 10.63864319 9.045379671 8.47865969 9.788563208 9.614146635 11.25113301 10.70242778 11.56872777 9.054539849 9.574301123 12.27769213 4.976059113 5.677252764 12.65508421 13.2518109 11.59247817 7.739806052 9.704739965 8.91954081 5.737336814 5.219559069 +LQ02X015440 Putative uncharacterized protein 6.234777453 6.493114648 5.951643887 6.342610005 6.13522122 6.257061987 6.124664583 6.11336419 6.15507382 5.703896843 6.212237331 6.170477721 5.956806779 6.692739009 5.82603469 6.580165181 6.311406204 6.509269171 5.654913488 5.631984531 5.604911572 6.207038313 5.854877557 5.731281254 6.224344358 6.23424598 5.300420353 5.599384447 5.40297516 6.106824319 6.149032775 5.864014797 +LQ02X015450 Putative MLP-like protein 423 7.645753904 7.437536763 7.820737205 8.367522937 8.277837169 11.5513722 11.8394402 11.84076559 7.779207395 6.753714514 8.193937057 8.711872362 8.804316374 11.54492569 11.70137558 11.40661695 8.36463006 8.487400823 7.702021908 7.847130201 8.230734615 8.007565432 12.93426617 12.61531993 7.756971078 7.900045248 7.14178254 9.051511211 7.69996119 9.428178038 12.61044792 12.48745242 +LQ02X015460 Two pore calcium channel protein 1 6.556243128 6.721015513 6.869630775 5.612295454 6.805671343 6.008746078 5.657587698 6.692399314 6.307970952 6.110623268 6.37308458 5.173645863 5.927117181 5.720081138 5.497493532 5.58120173 5.845459039 5.609085854 5.524227107 6.016449926 5.131571507 5.512603778 7.058950748 6.304798259 5.737093419 5.042186903 5.643921449 5.290039599 6.037664273 5.648066406 6.013593486 5.575432495 +LQ02X015520 Predicted protein 5.908423013 5.696568562 6.011488242 5.924140473 5.927069522 5.489302908 6.010046074 5.87586242 6.176373448 5.66754211 5.93481564 5.732018401 5.987014547 5.608770468 5.767074141 5.824569616 5.451926049 5.868610195 6.751806405 5.466998091 6.22101214 5.743718033 5.894019733 6.180491098 5.755962152 6.187201939 6.745326156 5.4782736 6.138559171 5.825332099 5.919031697 5.577821041 +LQ02X015600 Thioredoxin M-type, chloroplastic 5.723382189 5.69406907 5.442370782 6.183208836 5.545341623 5.958391852 6.122715475 6.763796899 5.3232546 6.369078869 5.16342744 5.915616583 5.475835982 6.109533924 6.412513232 6.533274068 5.346339222 5.39220488 5.609197847 4.988262217 5.101360481 5.716450988 5.097578297 5.606363325 5.430074063 5.293077135 5.466426526 5.755978852 5.206377937 5.392508932 5.74498799 5.301613305 +LQ02X015610 Predicted protein 9.260105586 9.424822138 12.17817443 12.64184551 13.51143584 13.58405068 13.34965617 14.08590076 9.46144854 8.455176416 11.95707482 12.64709763 12.76183466 13.71347385 13.58671375 13.54153011 12.31330481 12.5635052 11.81106356 13.2033635 13.20768509 12.86065309 14.61418371 14.63495951 9.636409621 9.933587421 11.03442579 13.22466448 13.18611915 14.13634439 14.54102744 14.77068165 +LQ02X015630 Putative uncharacterized protein 4.914414349 4.905769043 5.218789589 5.41915334 5.212898582 5.491483184 5.723748817 5.795505653 5.106484046 5.08706987 5.886660657 5.812533248 5.175083214 5.251550505 5.620343484 5.527223204 5.068742765 5.110772168 5.242545956 5.046324924 5.321041331 5.019254761 5.30219647 5.160683683 4.72000715 5.209032169 5.388980494 5.242398973 4.931054236 5.012021049 5.747392943 4.973523405 +LQ02X015670 Putative uncharacterized protein 5.432282634 5.551373213 5.958628616 6.016861108 5.90318584 5.966924113 5.750634427 5.87848971 5.722521623 6.008975095 6.508720076 6.195025746 6.137792874 6.156539858 6.729060278 5.53195417 5.224327542 5.702189934 5.326474937 5.855150825 5.157126852 5.759966634 6.19984855 5.427275127 5.686255019 5.218486241 5.394724389 5.362230866 5.208394582 5.941067837 6.005765759 7.129859126 +LQ02X015700 Putative uncharacterized protein 5.828989873 5.801570968 5.168526036 5.537015513 5.66075872 5.01951089 5.543906984 5.19066583 5.845856577 5.897922972 5.541654269 5.521194748 5.56822665 5.359407701 5.52912206 5.29408932 5.170692152 5.471941354 5.867791357 5.785696777 6.494812764 5.580088864 5.107710637 5.821138953 5.488517253 5.512895475 6.399145945 5.828231358 6.110671537 5.812836436 5.291222693 4.994073651 +LQ02X015740 Expansin-B3 14.45605262 13.88323863 14.14835009 14.23056745 13.35998696 6.233097275 6.010305902 7.343089326 14.08112322 13.79927467 13.99912754 13.54600602 13.20124088 6.442360068 5.891470108 6.967486192 12.52960764 13.58887709 13.60337907 13.743318 13.55769422 14.27363543 5.668932637 5.155607165 14.22053174 14.06257669 14.13917976 13.64091234 13.14200717 10.79877192 5.709157975 5.527199118 +LQ02X015750 Putative Clathrin light chain B 6.73922095 6.762352704 6.833504412 8.635828574 7.260274958 6.580607548 6.468512316 6.518966755 6.494195646 6.228419695 6.948218064 8.651524525 7.185270513 6.988433107 6.520211367 6.623935607 6.653168466 6.179578369 6.740671981 6.626366967 7.093031705 8.043982039 6.133514224 6.76166448 6.777711987 6.243831444 6.29083716 7.493853546 7.009298028 9.052027185 6.187228097 6.342604809 +LQ02X015760 Putative LanC-like protein 2 11.82919783 11.98158049 11.93073496 11.64806197 12.07310592 12.80615997 12.73341967 12.60463344 11.69559728 11.73615884 11.80767951 11.48813899 11.71265725 12.66474328 12.39291588 12.3103958 12.53061465 12.98069488 12.51204869 12.62058833 12.29085201 11.69531835 13.21718014 13.39658036 11.53407318 11.9005939 11.76915562 12.07851179 11.73348202 11.82184011 12.96656931 13.13600228 +LQ02X015770 Putative Epoxide hydrolase 2 5.494243111 5.090391877 4.915807623 5.368726087 4.808528611 5.278714935 5.045600065 5.24251221 5.353305208 5.519563736 5.709446554 5.585133331 4.923351977 5.124072936 5.955506165 5.017492647 5.204097142 5.186236449 6.418051486 5.204544963 4.777574516 5.579349026 5.158978097 5.020327795 5.562765856 5.225968387 5.450368532 5.363540701 5.268619586 4.782015407 5.081000391 5.266207794 +LQ02X015790 Probable polyol transporter 4 11.33035628 11.05026032 11.51637078 12.34857143 11.57296119 11.31457535 11.61257382 11.85047934 11.43050035 11.252955 11.59580979 12.55407816 11.74091246 11.48867336 11.97262496 11.7723939 11.3698465 11.58322192 10.83224956 11.35593794 10.96125352 11.38904046 10.48321554 10.92757124 11.29693521 11.76159476 10.55264822 11.701759 11.12924653 12.1716104 10.66636435 10.62503072 +LQ02X015800 Putative Pre-mRNA-processing factor 6 8.830534696 8.598604725 8.534871371 9.276609208 8.617270652 10.08295518 10.09730949 10.12251968 8.486621619 7.627416422 7.769082108 9.177264837 7.993795468 9.809691409 9.45158702 9.080071123 8.888597642 8.207129608 8.405389965 8.171548142 7.696669253 9.007312733 9.016521148 10.26189743 8.806428628 8.683669553 8.466974573 8.458306029 8.846854818 9.581769156 9.01275025 10.05213598 +LQ02X015950 Putative (RS)-norcoclaurine 6-O-methyltransferase 7.185506336 8.110743923 5.474693981 5.88056739 5.890239843 6.731792084 5.487024257 9.040955076 6.771185314 6.871930069 6.317483902 5.670780947 5.795321754 6.089716413 5.63549784 7.24713464 5.762048747 6.097272421 5.84008504 5.408348671 5.244967449 6.384768793 6.09194427 5.556392658 7.513945091 6.822192055 6.054318553 5.094357489 8.133465587 5.44064553 10.08797802 5.100862919 +LQ02X016050 Hypothetical protein 8.053590683 7.929984162 8.072341029 7.219561811 6.458675498 5.479783679 5.08426678 5.247210102 8.137708503 6.347179968 8.507656548 6.9280528 6.845910651 5.279488842 5.299318292 5.628086513 8.317546473 8.31593594 6.823441646 7.874647641 8.964798136 7.57085573 5.80626326 5.977530416 8.301094396 8.372047645 6.722041832 7.88908901 8.940949012 7.340364307 5.8505864 5.832612594 +LQ02X016090 Putative Uncharacterized protein C14orf138 10.50575535 11.49724201 11.00831043 10.02317581 10.006153 10.16497104 10.05846903 9.742465812 10.50405589 11.2171646 10.98170742 10.09886677 10.27904673 10.19678861 9.908337418 9.989085183 10.77866223 10.97191887 10.87880732 11.50646627 11.68625784 10.31482248 11.80491551 11.13715501 10.45419996 11.04701829 10.97048277 11.35683724 11.59180262 10.09021401 11.66411282 11.29859513 +LQ02X016110 Putative uncharacterized protein 5.733373743 5.355730899 5.445043135 5.678096053 5.923417058 5.278453667 5.475705007 5.394525759 5.665679591 5.572106591 5.282387575 5.420246645 5.620767256 5.487215673 5.314020622 5.543254902 5.601011051 5.88333462 5.697405468 5.776918958 5.467047406 5.531492539 5.445909706 5.428616506 5.489533966 5.673633977 5.637559678 5.735631356 5.420323294 5.229572405 5.102894863 5.486333723 +LQ02X016120 Putative uncharacterized protein 10.42484692 10.59475475 10.05309528 10.40828715 10.25396163 10.67663986 10.73852774 10.76467343 10.552705 10.84500018 10.19738084 10.39115216 10.1874481 10.68753136 10.69369428 10.66821162 10.36238024 10.69199843 10.13751052 9.712158007 10.00180429 10.00251447 10.55565333 10.94229529 9.917907622 10.5829608 10.31700048 9.819600057 10.07301506 10.63450049 10.8418326 10.93870114 +LQ02X016130 Glutaredoxin-C9 9.647909839 11.85415836 11.00688658 12.06165186 13.35637787 10.67292982 11.1468682 12.90619819 10.51943864 11.81664959 11.314154 11.84825973 12.99178752 10.33372882 11.24020792 11.16192664 10.29070603 10.87098948 10.97512363 11.63290774 11.8048862 12.13308348 11.69480581 12.02886355 10.41143536 11.66890026 10.86414613 12.02572785 12.50453908 13.72951878 11.75286258 12.42127901 +LQ02X016150 Prohibitin-2 12.65042779 13.11621635 11.32517824 11.93016156 11.73462915 12.08361684 12.21653453 11.89156772 12.93652652 13.38190698 11.90804128 12.47766255 11.8804763 12.33116948 12.35856758 12.26749903 12.84258042 12.65273295 12.94258217 11.6103398 11.65389117 12.36926672 12.38546522 12.16841217 13.45955978 13.2789194 13.45550956 11.49385875 12.11455397 12.40035765 12.5731167 12.61851229 +LQ02X016160 Putative uncharacterized protein 12.33649908 12.15115248 12.0137665 11.33377577 11.55424442 10.98046354 10.9242059 11.55037597 12.10293283 11.7397718 11.83072211 11.39711791 11.49410493 11.13691885 10.72538669 11.05094291 12.66966408 12.58804754 12.74358138 12.46561585 12.21326807 11.7570477 11.33957594 11.1888883 12.68852175 12.53428502 12.62405478 11.93269586 12.12745436 10.95632366 11.47125162 11.31682578 +LQ02X016250 Potassium transporter 5 4.822065607 5.039277354 4.851505172 4.711152324 4.773696051 4.792088658 4.60170601 4.545351377 4.977607504 4.959089587 4.944816755 4.896226196 4.868578016 4.592479829 4.468573132 4.751103843 4.745473571 5.139856754 5.427161306 4.565064366 4.758113966 4.830600508 4.631674315 4.678131738 5.057781034 5.106805733 4.914393557 4.948404753 4.965782639 4.92315411 5.491794918 4.76567683 +LQ02X016310 Putative Transcription factor bHLH36 5.738519601 10.51785057 5.316109285 8.434981769 8.982862912 7.904364978 9.628883716 12.66578444 6.124193021 9.537802122 5.62867512 7.786620079 9.453558337 6.036280643 8.227962693 10.09341623 12.60442875 10.72556018 11.77299312 10.21643419 6.427459071 10.19904946 11.30012815 12.89927725 8.085705632 8.200631539 9.689783625 7.839676787 6.766264051 11.94213736 9.872800466 12.88341487 +LQ02X016330 Putative Probable methylthioribulose-1-phosphate dehydratase 10.18987633 10.02642282 10.92566927 10.31997216 10.06838436 10.4522411 10.45965478 10.19443078 10.23266621 9.960552268 10.55552916 10.23445589 10.21794207 10.42494929 10.20632484 10.12853338 9.623015945 10.65738086 8.92289124 10.56088317 11.17729774 9.864880709 10.97363236 11.15825117 9.661655077 10.89859878 9.642150574 10.46944653 11.40943614 10.13890019 10.91364552 11.04987717 +LQ02X016390 Putative uncharacterized protein 5.457964397 5.50712874 5.780661132 6.107705442 5.316280947 6.407929517 6.851482632 5.945221273 5.856971776 5.465396182 5.441745475 5.869810214 5.774981757 5.866526996 5.691500269 6.154727965 5.711540008 5.886649821 6.128111277 5.284080114 5.761094429 5.743618976 5.72971597 5.385223941 5.699028181 5.807694205 5.914691851 5.264052565 5.790923787 5.852956808 5.392466552 5.228818291 +LQ02X016420 Protein binding protein, putative 5.845468246 6.530805222 6.336692524 6.213275926 6.453856683 5.910847815 5.960573588 6.657434317 6.002843536 5.930667288 6.024666431 6.826210688 5.976636607 6.050996474 5.698913575 6.261497211 6.712490144 6.891055014 7.011590088 7.264318954 7.197691751 7.501575435 7.295810181 7.492226095 6.907345577 6.847223586 7.417878425 7.518423862 7.367676016 8.057796945 6.635945503 7.523539219 +LQ02X016430 Putative Uncharacterized protein At4g06744 4.700469693 4.75137278 5.4178895 5.121318404 5.584159945 5.011609099 5.11254103 4.930378574 5.014889446 4.734943123 4.699372896 5.111713094 5.139983053 4.939271496 5.239805565 4.789600398 5.105107955 4.921511176 4.920391853 5.146238272 5.014684558 4.94641481 5.086998632 5.63588363 5.236564261 4.884940946 4.856934371 4.992445833 5.215043355 5.521239712 5.135636921 5.407151424 +LQ02X016440 ADP,ATP carrier protein, mitochondrial 11.58630331 12.54642187 9.286901103 8.659503304 8.605590865 7.806869032 7.648104422 7.639488067 12.00776887 12.69112599 10.38039304 8.723143739 8.679957027 8.107285986 7.613814967 7.931216758 10.97480838 11.05742134 12.35899928 9.093840866 9.995208404 10.26027051 6.847512593 7.755388276 12.1934926 12.10416968 12.71291477 8.772686422 10.12130512 8.163079762 6.73142353 7.050762718 +LQ02X016510 Hypothetical protein 5.51359265 5.850246101 5.667619744 5.806827478 6.006722055 6.053712989 6.033017867 5.653524461 5.442875311 5.444271977 5.721760918 5.486284587 5.319140898 5.861695892 6.047166218 6.005474754 5.739123288 5.93004327 5.508903152 6.317217002 5.243724594 5.529274851 5.708618114 6.032472237 5.659228771 5.494275309 5.976175489 5.927272995 5.264645628 5.625877275 5.797409642 5.749818845 +LQ02X016590 Probable protein phosphatase 2C 58 5.242918714 4.997853233 5.344270186 5.367710217 5.089486014 5.262230657 5.648791469 5.3194033 5.111176414 5.813185432 4.669385047 5.219101832 5.166431848 5.367367326 5.985327562 5.474718812 5.031487702 5.397203498 5.113027033 5.634235258 5.51057077 5.346032555 5.416118347 6.00903326 5.17667372 5.035623999 5.313993682 5.019554859 5.288700048 5.314891178 5.08636599 5.435368225 +LQ02X016600 Putative Zinc finger CCCH domain-containing protein 2 6.499288426 6.829966444 6.854838785 6.43213849 7.16464538 7.401705925 7.876285273 6.675864838 6.397403175 5.972276362 6.543530256 6.642867117 7.215500916 7.093339409 6.802068431 6.407720195 6.914876461 7.458224563 7.064972737 7.149984314 7.235595477 6.672828785 7.125720593 7.34318006 6.701246241 7.843701753 7.035224593 6.245997914 6.467101631 6.828870018 6.850398956 6.046414897 +LQ02X016610 Putative phospholipid-transporting ATPase 2 5.349572514 5.409681158 5.470029932 5.110875481 6.130500898 5.430381315 4.975459648 5.196585754 5.533655736 5.779163778 5.477268592 5.425921534 5.753231124 5.136597495 5.272364798 5.15919186 5.63924005 5.65694221 5.817760712 5.341742279 5.346382879 5.625684793 5.144551132 4.978845948 5.580385241 5.947773458 5.466953748 5.428671854 4.796241325 5.41291128 5.273312996 5.087561549 +LQ02X016640 Hypothetical protein 5.499985995 5.14475249 5.010507077 5.016217112 5.027978919 5.178733349 5.328556112 5.123168904 5.204315272 5.27814786 4.964488614 5.030914182 4.897320546 5.316012352 4.971681616 5.170756336 5.051707616 5.023811704 4.999389208 5.24805968 5.947242394 5.17500238 5.004560891 5.319491324 4.723744024 5.328723153 5.783004677 4.941081118 5.468633079 5.174782931 5.296798736 5.006822704 +LQ02X016660 Putative Ethylene-responsive transcription factor 9 12.5217468 13.01992934 11.72875012 10.80468279 12.65945426 10.99502741 10.34339793 12.141286 12.08969835 12.66372633 11.83500477 10.62116764 11.89533248 11.24512892 10.84744487 11.23181032 12.2793238 12.86941725 11.53628895 12.05988723 11.99509146 11.21620764 10.64155724 10.37917596 12.17269469 12.45858141 11.74326875 11.25056329 11.15741223 11.15671532 10.38557931 10.67344606 +LQ02X016720 Putative Tyrosine aminotransferase 11.48981614 11.52042658 11.5848345 10.55667429 11.03241428 11.66590358 11.58860807 11.21849974 11.41575526 11.33094698 11.6208322 10.46437631 10.97235849 11.73919773 11.4718296 11.09329904 11.37954742 10.9957803 9.724647117 11.66658845 11.48230879 11.14427394 12.06554475 12.98397233 11.23101476 10.8771014 10.18296214 11.10998625 11.84220832 11.09912252 12.58009367 13.15350909 +LQ02X016800 Putative Tyrosine aminotransferase 5.006889255 5.299903577 5.252989499 5.477783472 4.883860121 6.904775376 6.730440912 4.94221869 5.091708605 5.4145222 5.566877896 5.370078631 5.44907993 6.618347151 7.863319252 5.67958525 4.919267776 5.032085275 5.316531505 4.896879005 4.842375324 5.140591903 4.977701295 5.605795786 5.204192688 4.809995969 5.208382063 4.740436428 4.775516315 5.168919562 5.123013446 5.000257635 +LQ02X016840 Uncharacterized protein At4g28440 9.926458935 9.627186136 9.862213449 9.482976774 9.616739164 10.33533486 10.29732969 10.07460541 9.816158385 9.596473039 9.688409415 9.269307144 9.705536481 10.28941595 9.320018674 9.939336979 9.407470528 9.530746306 9.58619395 9.10638648 9.84631902 9.233200247 10.02335319 10.41567296 9.540364756 9.557654875 10.00321539 9.392272325 9.401103063 9.386878439 10.46350962 10.66168977 +LQ02X016850 Predicted protein 5.65395291 5.479478584 5.618564721 5.984061341 5.523337388 6.477105811 5.90146332 5.849068987 5.850278535 6.284841562 5.659079505 5.909696105 5.858665185 5.672169807 5.964541582 5.701127238 5.778732242 5.386084626 5.370490205 5.73479962 5.964800374 5.342299883 5.802449357 6.648577542 5.770419663 5.166381953 5.271269986 5.833604756 5.577419092 5.323040629 5.531958778 6.311699887 +LQ02X016860 Nuclear cap-binding protein subunit 2 13.17782357 12.86604679 13.414484 13.20167745 13.15144742 13.00261506 13.14526393 12.94054563 13.48018475 13.69528045 13.64467414 13.22941266 13.32851758 13.06564133 13.09040895 12.9383543 12.65393457 11.97279578 12.26696618 12.58868749 12.49123526 12.7352119 12.59795425 12.4797042 13.18302623 12.29892201 12.29106419 12.57249247 12.30435271 12.62328651 12.77760581 12.20495033 +LQ02X016870 Putative DDB1- and CUL4-associated factor 13 5.299678643 5.587736782 5.444324183 5.818965395 5.647731958 5.434765981 5.954918292 5.462979116 5.733754296 6.563027202 5.243387386 5.721457137 5.438995694 6.332137373 6.892053613 5.601874746 5.899295822 5.377945371 5.419847176 5.575682866 5.305212807 5.211607022 5.679995396 5.177541315 5.40944947 5.569087423 4.995263946 6.449203328 5.157517274 5.604936039 5.411690911 5.173383402 +LQ02X016880 Agamous-like MADS-box protein AGL9 homolog 4.557154482 4.717785184 5.259144011 5.050994125 4.985940939 4.919023944 4.962017551 4.879259154 4.596938053 4.822272728 5.181614264 4.961122767 5.186529884 5.394987303 4.909493218 5.628714747 5.253176556 5.111151245 5.48369961 4.999285526 4.776630587 4.854823204 4.516227596 5.431322124 5.384049527 4.913926724 4.585348916 5.407352396 4.620927535 4.911001429 5.109226925 5.817352153 +LQ02X016940 Putative uncharacterized protein 5.034905471 5.133016899 5.381465291 4.677966196 5.378133041 4.976423008 5.381077189 5.566474364 4.944289973 4.967583563 5.451953672 5.176357838 5.428590078 5.432065623 4.995873356 5.407564536 5.161036833 5.017537476 5.468414345 5.011175225 5.20261194 5.051320004 5.801991114 4.972050189 5.094585675 5.336643794 5.159024711 5.114927348 4.834411478 4.983665536 5.293931631 5.131113439 +LQ02X017140 Putative uncharacterized protein 13.99914141 14.19881203 14.09144407 14.09870842 14.31059565 13.47993529 13.57272429 13.76248597 13.68054782 13.9875707 14.0232261 14.17312455 14.11698464 13.49900735 14.04137051 14.05075024 13.8568962 14.21812934 14.34373037 14.46339484 14.29891306 14.16155219 14.66923773 14.72455303 13.92706275 14.01212769 14.29156416 14.55818273 14.32743806 14.43773695 14.61110145 14.74088745 +LQ02X017200 Probable signal peptidase complex subunit 1 5.783791726 5.883944339 6.26471364 5.715932958 5.860809184 6.508475426 5.632332504 5.930968724 5.717209678 6.263927571 5.938400249 5.555182372 5.958311057 5.957115026 6.193606904 5.915548088 5.748287025 5.810422935 4.769385218 5.933114287 6.218511421 5.463515398 5.37776782 6.156440543 5.948423186 5.74920483 5.3710789 6.094630113 5.422103864 5.250608355 5.495204687 5.871608227 +LQ02X017210 60S ribosomal protein L17-2 14.58064432 14.84931499 14.30707112 13.88132364 13.73804984 14.11422466 13.80308329 13.21698466 14.625054 15.40267942 14.51485597 14.1821277 13.96745287 13.98775319 13.93838774 13.6679822 14.95998374 13.6032997 14.13665187 14.37178284 14.26132952 13.84648793 14.34788222 14.17079897 14.75009922 13.92263817 14.84411171 14.19552916 13.84842318 13.56957373 14.30767133 14.04259437 +LQ02X017220 Predicted protein 14.99124859 14.58477503 14.74082129 14.29694181 14.54756351 14.02300967 13.75997741 13.46922802 14.99181739 15.28475707 14.85661203 14.30808479 14.88328238 14.08862449 13.77663416 13.8907791 14.73109219 15.10266605 14.96974537 15.07994463 14.89725841 14.38943602 14.54412239 14.35790063 14.97015813 14.91294003 15.05965992 14.76720264 14.43578291 14.04227573 14.39479546 14.3144153 +LQ02X017370 ATP synthase subunit beta, mitochondrial 5.603954786 5.483703205 5.493558417 5.613026915 5.526549466 5.367415366 5.331882865 5.154332004 5.643283241 7.037458597 5.157758517 5.54780132 5.301851269 5.589480333 6.429406068 5.514327657 5.431364741 6.046175111 6.23421533 6.071557356 5.095534857 5.980639251 5.864002096 5.289301174 5.633107056 6.878103876 6.850876946 5.700118745 5.883887636 5.477089403 5.302178532 5.27668534 +LQ02X017710 Hypothetical protein 4.628845133 4.864956333 5.18397801 4.728812696 4.794027913 5.012366407 4.869383768 4.738568894 4.881036464 4.679899686 4.958835145 4.732853262 4.661611796 4.751128567 4.788546006 4.679382756 4.858156805 4.782083681 4.979149198 5.081228249 5.006115375 4.597342289 5.937976226 4.805232848 4.694454503 5.034684698 4.684317122 5.037579837 5.117588934 4.863000927 5.126953748 5.437780229 +LQ02X017750 Probable fructose-bisphosphate aldolase 3, chloroplastic 5.381544481 5.713357193 5.700382946 5.82334138 5.534084474 6.14621518 5.545762446 5.797576938 5.613077078 5.23622195 5.923075589 6.132883174 5.349755129 6.17777802 5.536573249 5.773431747 5.322724112 5.761124026 5.431335869 5.430126402 5.641073406 5.292619314 5.683118302 5.244751507 5.455228824 5.634469462 5.725290199 5.567115779 5.55843946 5.112422095 5.869105934 5.060696066 +LQ02X017880 Pyruvate dehydrogenase E1 component subunit beta, mitochondrial 5.316132745 6.027422947 6.008495516 5.784915692 5.833523889 5.723726559 5.992260492 5.58635798 6.001043537 5.965378702 6.326160308 5.819408741 6.096802921 5.9384844 6.081228905 5.573427131 5.739981338 5.455044463 5.389013288 6.273274431 5.787043413 5.583283766 6.350596376 5.960896572 6.417397979 5.601693769 5.634317685 6.121664612 6.787027452 5.291341014 5.275482324 6.459195659 +LQ02X017890 Uncharacterized protein At2g33490 5.563656901 5.248602581 5.877101437 5.453646284 5.873134725 5.302799408 5.495071462 5.375996134 5.453547932 5.265736093 5.550187499 5.600510755 5.373382331 5.039975807 5.513660003 5.300272528 5.11222693 5.500600206 5.609416397 5.212232299 5.971865499 5.518354269 5.624147739 5.405229169 5.535305403 5.936758301 6.114896221 5.538730563 6.61641229 5.6188648 5.647397981 5.231576784 +LQ02X017900 Somatic embryogenesis receptor kinase 1 5.089580466 5.376902589 5.380175285 5.684564087 5.441060951 5.251189235 5.660927154 5.483184687 5.169978994 5.061097049 4.940239824 5.618196567 5.145102149 5.145090238 5.652202132 5.265072081 5.414094491 5.239987214 5.131470648 5.844882768 5.736510708 5.503210322 5.562858782 6.016299092 5.35783146 5.503154356 5.817586849 5.671647097 5.474886589 5.4905847 6.307927537 5.337764219 +LQ02X018000 Putative uncharacterized protein 13.58538841 13.33811368 13.47286253 13.61342175 13.86524733 14.03493243 13.78245401 13.80220289 13.52364176 13.66792546 13.66514335 13.83781803 13.93625751 14.06091932 13.76749864 14.10410568 13.96369823 13.34419465 13.82339546 13.82878965 13.67098824 13.66157697 13.81329438 14.04303095 13.53315366 13.23924385 13.31919621 13.81537811 13.2424878 13.95762782 13.74097248 14.05994873 +LQ02X018051 Putative Copia protein 4.567660557 4.814266282 4.961557361 4.668890185 5.23722366 4.66863515 4.595956019 4.672477746 4.684698322 4.536748823 4.924346321 4.755919154 4.957260089 4.651966668 4.749156452 4.531829553 4.658602644 4.692948613 5.218120549 5.133597785 4.939942813 4.505532072 5.608826312 5.028440119 4.543083811 4.708125956 5.047960554 5.003738531 4.991274804 4.55864985 4.935325462 5.349303361 +LQ02X018391 Hypothetical protein 11.17072572 9.444100959 10.28343564 12.83942426 10.0347561 12.76974528 12.25333676 11.59544923 10.52964173 9.508661222 9.797850813 11.88870567 9.835763797 12.09979919 11.83886297 10.6729622 10.97306438 11.74323954 9.121688543 10.12310975 10.31277221 10.13256664 9.732076841 9.952141912 10.05143182 10.73520772 9.082376604 9.913295753 9.962068825 10.74626408 8.837767567 10.26057837 +LQ02X018540 Serine/threonine-protein kinase PBS1 6.683669237 5.761263 6.32002352 4.900522616 6.641657482 5.83194817 5.520771451 6.226882392 6.21941347 5.762313833 6.607697822 5.285623203 6.385101702 5.738818284 5.397512052 6.347174894 6.291390055 6.915740259 6.672149564 6.405307986 6.847888385 6.489692316 7.274376679 6.376295522 6.053126666 6.935347948 6.287217142 7.097286908 6.726284649 6.669291689 7.200897203 6.814729139 +LQ02X018550 Putative Protein RUPTURED POLLEN GRAIN 1 4.989868752 5.603974541 5.236648338 5.195925051 5.135354807 5.27115832 5.454753998 5.353607996 5.256699064 4.893663451 5.628563571 5.510947984 5.104408392 5.239809506 5.265336619 5.223437646 5.500998932 4.970377343 4.845624983 4.983985401 5.403977331 5.217935431 5.896490103 5.682923401 5.117114338 5.226505352 5.578646697 5.471588456 5.043089814 5.339857664 5.835388239 5.321341088 +LQ02X018560 Putative Delta(3,5)-Delta(2,4)-dienoyl-CoA isomerase, mitochondrial 7.204135457 7.235054443 6.499699012 7.358950017 6.747883762 8.392381565 8.657583449 8.602152908 7.147925282 7.327217426 5.994784987 7.696008255 6.698409699 8.689117474 8.389569199 8.976856688 7.655797357 8.460677052 8.42551534 7.65440233 8.25917964 7.406562549 8.538503941 8.35367333 7.426359123 7.988677963 8.719416905 7.582802367 7.440695393 7.350851012 8.84690313 8.19617819 +LQ02X018690 NAC domain-containing protein, putative 5.836686969 5.554952272 6.628442566 6.209084821 5.981735998 6.585453704 6.761979459 6.806719842 6.173457637 6.569686288 6.400333024 6.852531758 6.370821121 7.031536726 7.696211962 6.928900236 6.324908277 6.064872571 5.446633228 5.728694832 5.421261315 6.179562494 5.437105774 6.257814336 6.0990276 5.471657833 5.478289313 5.49740887 6.095041273 6.254602097 6.325185142 6.355072617 +LQ02X018700 Putative uncharacterized protein 13.9086984 13.03267739 13.27005472 13.13876044 12.97757789 13.43497444 13.41869974 13.0765449 14.13485433 14.14596247 13.58173211 13.37825271 13.31739409 13.5730952 13.06378415 13.18637654 13.61529739 13.35174456 13.07692334 12.97457014 13.18313561 12.69859064 13.29107293 12.3249808 13.73152311 13.58049206 13.33199461 13.00725222 12.20542043 12.65406687 13.30283041 12.25072836 +LQ02X018720 Hypothetical protein 4.994496469 5.0542612 5.172471294 4.948430186 5.164399346 4.859296464 5.410198128 5.216549882 5.479795221 5.029711835 5.300971248 5.086969987 4.962737895 4.949303842 5.229728081 4.896142728 5.089217964 5.160615779 4.891773129 5.376442293 5.332489991 5.216280468 5.243215172 5.078711747 5.199369919 5.290747965 5.085722563 5.397647494 5.154133099 5.049451582 5.094978275 5.403326242 +LQ02X018750 Indole-3-acetic acid-amido synthetase GH3.17 5.008655184 5.297365861 5.276796588 4.702981349 5.628988299 5.149873993 4.986035792 4.976601663 5.363590287 6.177099349 5.395194132 5.059057407 5.256278214 5.014290916 4.831615554 5.12085799 5.331862122 5.12884011 5.525979769 5.152091275 5.030669721 5.060907416 6.137983045 4.947729586 5.276517244 5.315475517 5.693840804 4.878413512 5.154714399 5.008130325 5.49730256 5.231582708 +LQ02X018860 Putative uncharacterized protein 12.48267443 11.96180384 12.42470779 11.91114477 12.13102334 11.85721349 11.74162341 11.88816773 12.29680686 11.93808821 12.25064414 12.10496397 12.11578812 11.72974227 11.79081551 12.12964718 12.65976531 12.37980044 12.72252401 12.22067023 12.22825716 11.87382463 12.44909914 11.88810559 12.2583659 11.95541859 12.51122313 12.56302892 11.95127206 11.77699554 12.17059909 11.73692575 +LQ02X018870 Uncharacterized protein At4g14100 12.53625258 12.50191595 12.2418446 12.66037315 12.42673087 11.64283463 11.48641135 11.23120268 12.32109588 12.13240904 12.03292448 12.48756159 12.39497681 11.56072437 11.52522262 11.76413243 12.82007387 13.19773466 12.65260106 12.31964824 12.71811824 12.39216293 11.23719483 11.06214664 12.53757981 12.41979009 12.49111026 12.01741509 12.03227368 11.67085971 10.95694038 10.87937492 +LQ02X018880 Putative E3 ubiquitin-protein ligase At3g02290 5.123611927 5.356379338 5.654562359 5.096672689 5.304675549 4.899715984 5.1071644 5.031011092 5.46302789 5.071971999 4.945977949 5.056992254 5.318136147 5.19339215 5.120650256 5.082477164 4.984724797 5.262915232 4.931842008 5.351959882 5.531546317 5.015309872 5.6159224 5.169157302 5.136227459 5.46842847 5.17218028 5.955125854 5.740163218 5.128296411 5.277225071 4.904127385 +LQ02X018970 Hypothetical protein 4.980883402 5.259134111 5.359555749 5.241233434 5.295627716 5.056388071 5.376329308 5.395939253 5.225749784 5.281687102 5.271999329 4.941563765 5.501837757 5.089972676 5.163626027 4.986100056 5.202874221 4.729425805 4.823572441 5.096161473 5.261670927 5.380342317 4.928584534 5.15022566 5.047514669 5.476345429 5.523417606 5.466422568 5.452233793 5.37740132 5.093565303 5.141680075 +LQ02X019320 Putative Probable nicotinate-nucleotide adenylyltransferase 5.050611934 5.294564375 5.465347164 5.304772236 5.524466389 5.620560292 5.704405651 5.934539192 5.27565862 5.210379538 5.452137389 5.910188106 5.215275784 6.12451216 5.784850895 5.727613755 6.932762254 5.696896325 5.819014174 6.189426557 5.141523518 6.906130816 5.831014246 5.884471098 5.885211457 5.51130718 5.681883583 5.848571773 5.647770148 7.200524784 5.522196221 5.480585982 +LQ02X019380 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 12.41550371 12.56062444 11.73057561 11.85608234 11.70281249 11.21110812 11.26410892 10.7453778 12.71971772 12.91620793 12.05708631 12.07168974 12.06665235 11.28921649 11.19630858 11.40218583 12.52459014 12.7976697 13.35211912 11.85558104 11.69339661 12.09367048 10.59124081 9.832504629 13.06143875 12.95447088 13.0954611 11.38709166 11.51956644 10.93431624 10.40783788 9.965353504 +LQ02X019480 Cell division protease ftsH homolog 2, chloroplastic 14.20247874 14.01356016 14.46540096 15.05573529 14.73555702 15.01251559 15.41175256 15.33163733 13.95781103 13.42092619 14.26397582 15.16570424 14.43447456 15.27472331 15.27447063 15.29273957 13.68053109 13.53875282 12.73630687 13.36818331 13.58162307 13.88647609 14.18602859 14.21751189 13.48736584 13.32316945 12.6481798 14.02539906 13.79786896 14.52865877 14.02995115 13.67101202 +LQ02X019570 Ras-related protein Rab11D 12.76623044 12.75961954 12.48631536 12.74974732 12.62567353 13.14610513 12.96937422 12.96124255 12.81800472 12.7897753 12.74300513 12.72238025 12.71467959 13.13025717 12.92950324 13.2194473 13.01315711 12.84697454 12.63003319 12.07297813 11.65344307 12.65677884 12.52660385 12.40913464 12.81965451 12.77565013 12.57067217 12.18321648 11.57423619 12.59087866 12.55532269 12.30387333 +LQ02X019690 Auxin response factor 2 9.193559664 10.15514836 9.360197013 9.170571979 9.559625004 9.995671629 10.36029871 10.81147844 9.668184157 9.627569313 9.440447206 9.141415379 9.377120307 10.31983703 10.06182768 10.53678852 9.352739113 8.909259329 9.544206591 9.404959406 9.340211018 9.936337266 10.76603361 11.52286667 10.19403263 9.817424214 9.947314446 9.443130232 9.943230586 10.11783781 10.85377578 11.60506242 +LQ02X019710 Pentatricopeptide repeat-containing protein At5g13270, chloroplastic 5.389389987 5.221222889 5.272976838 7.005801546 5.285329912 7.641255555 7.45722153 6.57320262 5.97776027 5.087996697 5.112234855 7.487258072 5.072743588 7.40139137 6.562051217 6.667574865 5.788954794 5.269608524 5.95184879 4.788463799 4.987434222 6.395056877 5.804271883 5.950409949 6.61205247 5.597380677 5.540257783 5.198836679 5.467477783 7.237425003 5.3384245 5.975826435 +LQ02X019740 Predicted protein 8.285862903 9.505666176 6.518478269 6.273702068 6.036019661 5.681661791 5.821870638 6.396213925 8.559475207 9.686440816 6.36833909 6.176268943 6.036951859 5.931721622 6.182369132 6.18766948 8.962661729 8.183202059 10.51048176 6.236177986 6.082053912 6.837556789 5.866436489 5.676290323 9.436843134 8.723789177 10.57695421 6.088783075 6.175190836 6.641137004 6.072989096 6.207498189 +LQ02X019780 RNA polymerase II C-terminal domain phosphatase-like 3 5.563978353 5.562252869 5.009985247 5.105310388 5.449996361 4.818713464 4.92558765 4.834893608 5.560654106 5.132940985 5.169396836 4.873687269 4.998496585 4.899656136 4.801321178 4.946328558 5.213680343 5.399860706 5.887967034 5.25044774 5.260338379 5.014722868 4.629415987 5.188266975 5.166071454 5.688116651 5.887482489 4.984308909 5.509742479 5.138294327 5.590805896 5.109760153 +LQ02X020010 Hypothetical protein 5.027122448 4.814641835 4.742600408 5.000514986 5.015831869 5.178071328 5.239355779 5.053413183 5.022110268 4.663207668 4.857114919 5.051956831 4.853328539 5.431510292 5.121569358 4.952902123 5.059626 5.064622069 4.756639215 5.076354635 5.132400927 4.734920576 4.852275057 5.441158901 4.781205259 4.989455326 5.125619289 5.056713323 5.191571926 4.774652108 5.23461239 5.366737301 +LQ02X020140 Mitochondrial import receptor subunit TOM20 11.17126188 12.05219736 10.60893991 10.36308512 10.90835134 11.06392287 10.82936726 10.88126646 11.7259833 12.47693605 11.35512686 11.03559817 11.2108774 11.084271 11.07549557 10.88152302 11.74650255 10.97337002 12.12205053 10.68245367 10.24043478 11.21808614 10.28609265 11.19605666 12.30808071 11.61909107 12.41719039 10.58230876 10.330828 11.04278 10.57102236 11.3320473 +LQ02X020210 REF/SRPP-like protein At1g67360 5.787812177 5.612119971 5.732859457 5.832421857 5.630504351 6.218074791 6.156633852 5.942308502 5.678191889 5.162854832 5.759449605 6.011357779 5.941151107 6.081193736 5.71165194 5.471815115 5.539271614 5.871230042 5.96116681 5.577840271 5.280699502 5.653685805 5.23502574 5.479690971 5.346114915 5.819230935 6.174528359 6.144190839 5.14784394 5.480840048 5.602729789 5.568030582 +LQ02X020310 F-box protein At1g67340 7.164257269 7.791102705 8.719914879 7.018680652 7.316950785 6.255282506 6.825159084 6.793647922 7.459042568 7.915974612 8.623060686 7.294582802 7.558011927 6.395613498 6.323490874 6.972816946 7.249815709 7.476075357 6.642875143 8.299527937 8.03814542 6.812731621 7.248707433 8.81533668 6.959839834 7.637872075 7.795934863 7.589824251 7.413581608 7.320428279 6.657271911 8.939361483 +LQ02X020360 Hypothetical protein 5.078154132 5.202207386 5.380542039 5.061242789 4.887009237 5.137054563 5.286966849 5.083869557 5.239869372 5.220506951 4.826263576 5.138572969 5.132556571 5.604086265 4.942497058 5.191187416 4.946523242 5.022813823 5.472922075 5.06131536 5.288565009 4.948694345 4.849251863 4.949233464 5.091845974 4.921635193 5.516930493 4.884622787 5.235500498 4.980490986 4.989881611 5.128512536 +LQ02X020400 Putative uncharacterized protein 11.81276912 11.87041678 11.73188928 11.32241768 11.44397463 10.61507762 10.42904804 10.60687965 12.14118248 12.27021099 11.98236098 11.414266 11.86878695 10.86735731 10.67555197 10.92540294 11.59521793 12.00361296 11.99658424 12.16132805 12.06296619 11.65413264 11.2499708 11.12053404 11.88420383 12.33055805 12.3518391 12.12660373 12.00685671 11.45514902 11.45197819 11.19872548 +LQ02X020610 Putative Beta-lactamase-like protein 2 homolog 5.791035605 5.632616293 5.473361548 5.564344692 5.202910611 5.946066968 5.314688233 5.304405294 6.284063119 7.717267809 5.696574997 5.833300304 6.338944009 5.364079219 7.122555081 5.691529416 6.102063065 5.551954977 5.718621916 6.177266491 5.703790782 5.545427529 5.851211007 7.23967937 5.833961962 6.47176065 5.586188437 5.345893817 5.860936887 5.554424455 6.275698777 5.923764602 +LQ02X020670 Isoleucyl-tRNA synthetase 8.812501038 8.653012765 9.722373528 8.574385326 9.835939203 9.116440929 9.411866947 9.978542396 6.632871515 8.222120892 6.85867362 7.197611357 8.343700055 7.759911564 8.804795102 8.100833544 8.381050326 8.754306784 9.547339325 8.55531422 9.384306402 9.360415879 9.959417793 10.89112827 8.535453699 8.875023009 9.350179523 9.648250026 9.200910986 9.579365161 10.1536234 10.80052183 +LQ02X021260 50S ribosomal protein L15, chloroplastic 13.45489404 13.867597 13.26904057 13.61435142 13.18731178 13.48188504 13.55344782 13.10015013 13.41137529 13.94026529 13.13766368 13.71571951 13.60253804 13.62571701 13.62228466 13.41025027 13.43615737 13.75019775 14.15007153 13.31474215 13.31029438 13.72320182 13.54968869 13.71186084 13.71212889 14.20231492 14.38664147 13.39800381 13.40533258 13.72259377 13.43777205 13.42785236 +LQ02X021280 Putative uncharacterized protein 13.16306632 13.12686285 13.44750543 13.74984527 13.28399661 13.72692165 13.84281632 13.89449445 13.13796041 13.05862656 13.27044826 13.45365974 13.43133224 13.58352753 14.09578206 13.64097963 13.11757352 13.83300592 12.46407346 13.37298096 13.26478443 13.3666155 13.16644567 13.22327578 12.52286186 13.35337059 12.5129932 13.51399969 13.18234424 12.85152923 13.19153239 13.4029347 +LQ02X021310 Ribulose bisphosphate carboxylase small chain, chloroplastic 10.83320811 11.21574493 12.59585165 13.50761112 12.54708067 13.30450649 13.67740523 13.8673875 10.81529108 10.37211473 12.00099677 12.87271264 12.66678935 13.2528849 13.54872215 13.31837408 10.77962374 11.49078858 10.48268828 12.27354109 12.67388076 12.36953066 13.88955195 14.01837402 9.454431465 10.62906337 10.8956694 13.44010798 12.70404893 13.37911571 13.55667041 13.37198074 +LQ02X021340 Putative uncharacterized protein 13.50571674 13.47961503 13.03830235 13.07028387 12.97134073 12.40457994 12.20739263 11.69068757 13.62203966 13.49022417 13.18036579 13.05090461 13.21315426 12.4695075 12.65571598 12.36715317 13.17274846 12.38319362 13.02335611 12.6380415 12.97401393 12.73126521 11.61635281 11.38443953 13.45443602 12.88829006 12.97236645 12.63031579 12.88446772 11.93304645 11.72683727 11.56236226 +LQ02X021371 Putative uncharacterized protein 5.213906111 5.457239469 5.015128701 5.071512622 5.126637835 5.011468089 5.2856788 5.128834146 5.136459202 5.484987114 5.193833013 5.181912223 5.295798913 5.14533874 5.06128363 5.063076177 5.093089041 5.069637831 6.058127069 5.223075796 5.468391901 5.942414417 4.717810574 5.241807809 5.142311256 5.590066298 5.606337465 5.47341278 5.844336778 5.024721734 5.65163737 5.265013054 +LQ02X021380 LOB domain-containing protein 42 5.837187537 5.550796111 5.318467891 5.49651144 5.584358435 5.610569885 5.694368183 5.78695248 5.68721318 5.143565793 5.457159018 5.298864241 5.111329676 5.840115126 5.41070361 5.751673738 5.358244594 5.914866393 5.373928579 5.459206713 5.512280488 5.538041627 5.747495569 6.718209137 5.670233522 5.27132346 5.630788607 5.27170313 5.5217402 5.545138709 6.21233301 6.180700716 +LQ02X021490 Probable protein phosphatase 2C 15 9.950953828 9.908181804 9.976808373 9.88677624 9.971042375 8.391602811 8.110566581 7.985375777 9.99024021 9.80735654 10.05039074 9.85031871 10.3581332 8.609664068 7.970000433 7.922952297 8.951398193 8.388559332 7.1717039 8.660262065 8.862737197 9.952264352 5.279845552 7.50896594 9.643406113 9.456778223 6.770848068 9.097768777 9.694221615 9.441229705 5.642179107 7.312895846 +LQ02X021550 Predicted protein 6.402989395 6.237329673 6.22539753 6.059555944 6.161927384 6.342549088 6.501497719 6.573273543 6.833780903 6.556264756 6.031488938 6.206284833 6.646846287 6.313957219 6.236157416 6.296216726 6.703724458 6.474866813 7.376883553 6.648905094 6.73240856 6.656332327 7.557234652 6.606033438 6.695049673 6.685980191 8.032917981 6.878390978 6.87295056 6.373507177 7.160927393 6.329562792 +LQ02X021560 AMP deaminase 6.529769091 5.856120763 5.323583401 8.956077639 6.557523038 9.444453773 9.051859521 8.809041665 6.883346495 5.42790809 6.107687448 8.802077118 5.422025758 9.137716542 9.184592017 8.970912749 6.756866956 5.581246448 5.059637998 5.49085382 5.076096762 6.69208588 4.839482837 6.025235174 6.025966582 5.373233046 5.051835888 5.961767415 5.091357556 5.758171257 5.286986834 5.268268985 +LQ02X021830 Predicted protein 5.588509828 5.74552035 5.700618762 6.047680634 5.712674441 5.822418998 5.699317574 5.714803083 6.115621162 6.019722832 5.804266102 5.416934494 5.773636019 6.012827162 7.164710377 5.275467794 5.862101819 5.692062863 5.992653732 5.936570569 5.498170916 5.960616109 6.977642427 5.607575638 5.778534022 5.547717824 5.915235186 5.60396008 5.285361265 5.515135247 6.206724321 6.246529422 +LQ02X022083 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.800550728 4.950066168 4.938939721 4.940363208 5.008607327 5.030585736 5.132345876 5.727548338 4.863339987 4.975053974 4.785182936 5.037624779 5.034574704 5.102910024 4.975255195 5.355516756 4.890367052 5.246622642 5.774885871 4.70959458 4.835598289 4.944231863 5.500870272 5.376573809 5.100801469 5.244995973 5.023558554 4.978628989 4.845977429 5.236459639 5.094267601 5.082032719 +LQ02X022120 30S ribosomal protein S17 13.37900799 13.41059723 12.93502705 12.32260289 12.87343828 12.48540729 12.44447347 12.18552648 13.53451922 13.6494102 13.27900417 12.4548272 13.17012309 12.61704884 12.32752641 12.43537007 13.24143853 13.09287947 13.53695577 13.20696764 12.91134954 12.78431173 13.12686749 12.81887465 13.47849777 13.34067604 13.7882611 12.98807651 12.59578418 12.71938788 13.18337984 12.77687722 +LQ02X022140 Putative Thioredoxin H-type 2 10.54141858 10.74749855 10.3664822 11.06056689 11.10158136 12.98843311 12.47435612 11.86796711 10.45634764 11.07425086 10.53657028 11.10120025 11.04914776 12.65068615 11.94640081 12.54928973 9.872669692 10.30689778 9.39424107 10.67390855 10.01935984 10.23322486 11.31857567 11.31467744 10.38557392 10.67377768 10.5803904 10.07817378 9.712271545 10.4725321 11.68825807 10.9212603 +LQ02X022200 Predicted protein 10.87957288 11.33971778 11.55557395 11.45729069 12.14190578 12.04624339 12.02058186 12.63274134 11.0482007 11.59490055 11.40703247 11.54629373 11.70924383 12.05479765 12.22176657 12.2925844 11.83695309 12.20010563 11.97650239 12.16949706 11.89190355 12.05879533 12.2570725 12.44395415 11.33370832 11.8068125 11.79717407 12.23971148 11.92502851 12.35156405 12.5188766 12.48941868 +LQ02X022210 Predicted protein 5.624043218 5.525195428 5.380321881 5.266288883 5.394430092 6.445903288 6.245371303 6.411062474 5.351730316 5.815590438 5.432688308 5.461862441 5.685911518 6.367562935 6.328507464 6.472024358 5.354913738 5.658322993 5.985824765 5.894149598 6.194030236 5.682173765 7.171075995 6.850377896 5.432501191 6.10222338 6.071880283 6.011130281 6.454154464 5.616660059 8.251565789 7.001530229 +LQ02X022220 Putative Probable serine/threonine-protein kinase At1g18390 12.35047547 12.6237126 12.65032306 12.7730054 12.9416138 12.42600001 11.99563813 12.16762183 12.28762244 12.21457326 12.62472666 12.88780136 12.74561779 12.1061088 12.3484626 12.56025392 12.94318056 13.39918022 12.57233055 13.02548614 13.16821729 12.82511019 11.60872967 11.64479604 12.67291999 12.53476369 11.72049774 13.15467812 12.43269723 12.77931043 11.40760244 11.25085763 +LQ02X022230 Predicted protein 7.251341754 7.53812608 7.121720241 7.393474939 7.80948114 7.001681969 7.302417281 7.30052014 7.819412368 7.456196225 7.086503746 7.400020285 7.92996288 7.226228126 6.748115049 7.452605349 7.172610713 7.812604411 7.266334049 7.303676232 7.600574388 7.11280815 7.7952187 7.544524009 7.126045569 7.667189936 7.61806941 7.142056339 6.217353419 7.080418603 6.94331637 6.458114485 +LQ02X022310 Probable glutathione S-transferase GSTU6 5.574332951 5.64949128 5.874654856 5.393926978 5.328239237 5.606635146 5.680896029 4.990689641 5.852422427 6.613431499 5.931401567 5.399165026 5.444247275 5.885720039 5.642134614 5.102115267 5.762134211 5.766906672 5.773216371 5.783646421 5.963644261 5.548023385 5.603458478 5.674833085 6.240145155 6.049210115 5.675707217 6.016778373 6.458606554 5.545042421 5.187648161 6.152719278 +LQ02X022410 Probable glutathione S-transferase GSTU6 14.82073114 14.42564338 15.02633928 14.65982142 15.03634493 14.50610092 14.07954298 14.33614407 15.26787169 14.70528596 15.05803107 14.84808707 15.12976512 14.14178662 14.3100442 13.87432262 14.57245465 15.03318165 14.59651192 15.2422661 15.21066207 15.34562922 14.29798918 13.83132106 14.8079969 15.39243846 14.4444325 14.86752672 14.98569576 13.87802307 13.497738 13.88138207 +LQ02X022530 Probable beta-1,3-galactosyltransferase 19 9.528530904 9.752843921 9.159628716 8.463663562 9.125924646 8.702742004 8.231239002 8.496276478 9.070183102 9.222805851 8.798217302 8.374475989 8.718609797 8.577800538 7.947386096 8.253016652 9.129540308 9.258191276 10.29837348 9.291944775 9.410731695 9.13687859 8.307818796 9.584072813 9.576220712 9.742230986 10.55395046 9.019691513 9.786383716 8.759145282 8.819985254 9.715909617 +LQ02X022580 Predicted protein 4.991250144 5.587828659 5.775202273 5.3058458 5.394550652 4.995964083 5.359781463 5.186671765 5.150409864 5.108794614 5.578063379 5.224465394 5.330714112 5.0352854 5.386596621 5.27282341 5.16456982 5.489191868 4.881621742 5.159465597 5.087574146 5.175334004 5.171922317 6.295725526 5.283201042 5.400684876 5.237071331 6.123527278 4.932395279 5.220839149 5.330057291 5.792376687 +LQ02X022600 Predicted protein 4.874198871 4.851618521 5.188470321 4.804993035 4.837090581 4.961745459 4.930495764 4.998641091 4.887711817 5.118958926 4.673625104 4.88916107 4.936029268 4.806253853 4.79276801 5.163656198 4.874655027 4.959625572 4.845888187 4.882185668 5.027722396 4.787897438 4.998096327 4.786705477 5.066885826 5.18399371 5.684843337 4.950034483 4.815692798 4.774525121 5.103199965 4.835429387 +LQ02X022670 Phospholipid-transporting ATPase 3 5.712051868 5.368226369 5.564477489 6.791362417 5.717045511 5.711344641 6.150596186 6.089149718 5.758372304 5.609908002 5.536533088 6.380685621 5.434188423 5.77895658 5.805613433 6.329160477 5.459959376 5.477058907 5.446047905 5.428887557 5.239801995 5.711668377 5.083314267 5.368574214 5.417631999 5.513710122 5.13384693 5.331164934 5.789037984 5.475156594 5.259961298 5.834900131 +LQ02X022720 Spermidine synthase 13.76935004 13.78416542 13.7460455 13.80146854 13.2707691 14.24760985 14.02033352 13.87081638 13.85341034 13.98761495 13.82137051 13.75499758 13.33439081 14.11025691 13.91782146 13.51823591 13.60134492 13.13608251 13.2373728 13.11529242 12.69182346 13.40739917 13.05367671 13.16861028 13.86368938 13.4174033 13.24128958 12.95898184 13.19930573 13.2476222 13.11276004 13.26670247 +LQ02X022760 Arginine/serine-rich splicing factor, putative 10.68911366 10.95858477 10.27904733 11.87361094 10.71175207 12.85519943 12.83095593 13.14667349 10.91706223 10.90748015 10.53589205 12.24001151 10.58652228 12.76604552 12.40247518 13.0236801 10.33510951 9.247356201 9.005964006 9.287289705 9.154215361 10.22573461 9.92432545 9.72509699 10.0913807 9.023601781 9.076701154 9.357958521 8.684132245 10.01020325 10.24898062 9.520054922 +LQ02X022790 Predicted protein 5.807374069 5.981723985 5.74407046 6.079868955 5.657026306 5.921563561 6.396560788 6.445947064 6.063374108 7.413778777 6.197349068 5.989427643 5.620216745 5.757637742 7.452686445 5.741561752 5.738347265 5.751372353 5.541689176 5.06993679 5.16566085 5.575232122 6.084271005 5.219035926 5.920783161 6.105093166 5.139716247 5.444114783 5.459271616 5.671683317 5.728829731 5.82469809 +LQ02X022810 Hypothetical protein 4.634936277 4.727418282 4.663978455 4.44136763 4.48731843 4.705936579 4.533355566 4.43007113 4.620342132 4.646726273 4.632439101 4.458767633 4.567091539 4.764410657 4.436559682 4.424637968 4.710861333 4.700076168 4.842083788 4.623554989 4.752420847 4.65551269 4.881903133 4.650214841 4.47746123 4.661146917 5.076263113 4.635360286 4.532241506 4.686131648 5.050967903 5.085528894 +LQ02X022840 Chaperone protein dnaJ 16 5.437782067 5.707887281 6.193450078 5.868070264 6.167690829 5.468067179 5.277347328 5.117694568 6.002240688 5.194505159 5.914105549 5.946285041 5.880906082 5.388358801 5.372791462 5.195281711 5.499045729 5.303298323 5.518489812 5.487888447 5.661152898 5.371846181 5.495767034 5.206295631 5.351834294 5.380270056 5.471580656 5.288266209 5.524934662 5.579208291 5.579298032 5.578788778 +LQ02X022850 Putative Zinc finger protein 5 4.768186006 4.979591434 6.016110231 5.074032511 5.271170496 5.285516277 5.106546718 5.276099621 5.082356059 4.862336671 5.854369322 5.029344423 5.48754487 5.112207101 5.095676875 5.0940737 5.136426863 5.405390626 4.892214997 5.442071275 4.897532638 5.085490193 5.376070182 5.064133756 5.011131368 4.953672525 4.846979465 5.443985812 5.086463727 5.099708478 5.601474527 5.920032143 +LQ02X022860 Putative uncharacterized protein 6.862698743 6.626172904 6.380206297 6.254725785 6.197423203 5.733001929 5.920823058 5.360119635 6.794000767 6.551531547 6.303738411 6.018830619 6.460349554 5.724800171 5.612060967 6.03700631 6.335788983 7.135817845 7.244336343 7.171587687 7.128126343 6.41529887 7.284584914 6.423314308 6.755656233 7.158550976 8.030897805 7.689099372 7.000929012 6.473002978 7.352413252 6.472867285 +LQ02X022900 Putative uncharacterized protein 11.48725956 11.39466593 10.86067283 12.59306118 13.15540315 11.66967901 12.98520137 11.61045133 11.98168654 13.51740062 11.4012343 12.5961198 12.53727533 12.17325472 12.48049387 13.43379788 13.59553611 13.93892572 14.23152898 13.0624592 13.8867556 14.56924719 13.65009709 13.87946441 12.24672095 13.32506213 13.72378609 12.40849306 13.11233319 13.4355396 14.25150222 13.60324121 +LQ02X022991 Putative uncharacterized protein 5.011629045 4.890924428 5.31970733 4.763947585 5.398746171 4.792972434 4.718934307 4.648899376 4.928199286 5.028105435 5.086315995 4.949628099 5.353591328 4.758046491 4.765156664 4.905727023 4.79679717 5.169925044 4.783603889 5.140198142 5.275698069 5.097155597 4.899660637 5.049062864 4.812900305 5.412133029 5.033382763 5.25885473 5.513905464 5.377925267 5.053542594 5.282647251 +LQ02X023040 Putative Uncharacterized protein yuxK 9.666406649 10.45690682 9.461337147 8.664098872 9.130736332 8.857419429 9.063689731 8.630957773 9.892732525 11.05665912 9.647276821 8.687484278 9.506181063 9.340858216 8.861232907 9.132489617 10.87032492 10.93683019 11.67919607 11.08998699 10.80959511 10.36402105 10.37874002 10.56862982 11.04270095 10.8468024 11.90542405 10.71712866 10.40883097 9.728078897 10.40895195 10.64358783 +LQ02X023050 Predicted protein 4.738823446 4.990456682 4.886963432 4.720880378 4.733464401 4.9954576 4.604597225 4.744191098 4.705410542 4.700948541 5.149663045 4.726992041 4.843322561 4.769709274 4.738829867 4.564535396 5.120894289 4.963751529 5.130506173 5.191294908 5.17120087 5.089896321 4.863786258 5.126035634 5.021013993 5.136774897 5.420496911 5.169055099 4.798641416 5.120870935 5.5440929 5.116476403 +LQ02X023100 Putative uncharacterized protein 7.776225303 7.828529738 6.761659117 7.740653699 6.658666921 7.257697898 7.864488798 7.693725383 8.208286785 8.197910082 7.013854745 7.290485919 7.11271774 7.577884428 8.234440655 8.151602089 7.371453671 8.307005095 8.986462924 6.718948561 7.741817885 7.050135014 7.708487652 7.742113809 7.487067437 8.507033477 9.20396228 7.085775629 7.539405528 7.614818678 7.805957962 7.701880143 +LQ02X023110 Nucleobase-ascorbate transporter 7 12.81961941 13.1689266 12.24005164 11.95294708 11.90442125 10.10222142 9.463528873 9.779412162 13.18898911 13.70521823 12.60986274 12.31640554 12.56340453 10.14753284 9.93959575 10.33806017 12.63657795 12.55096295 13.11056248 12.49452266 12.33140598 12.34179239 9.103802146 8.852580462 13.44677775 13.21350584 13.24727217 12.68103674 12.52365641 11.38009909 8.827391594 9.01818157 +LQ02X023160 Putative Protein LSM12 homolog 13.83716778 13.72373961 13.85881868 13.81481125 13.93639031 14.07711787 14.11739044 13.74225126 14.02531667 14.17149897 14.04207523 13.86098444 14.02296302 14.22773156 14.07490147 13.88839822 13.80386293 13.56303415 13.37721967 13.72588927 13.59024141 13.6869004 13.47989598 13.59385351 13.94386865 13.59767821 13.52747091 13.2227665 13.28913657 13.47767808 13.46137357 13.49098986 +LQ02X023190 Putative Equilibrative nucleoside transporter 4 12.57589369 12.46289266 12.91052114 12.64849266 13.0137555 12.40838494 12.32723238 12.56205943 12.59263234 12.28430609 12.92985889 12.6325253 13.03323005 12.51848897 12.48510903 12.26220323 11.72470538 12.61322488 11.35644019 12.70947618 12.5209108 12.44748984 12.00485087 12.35107102 11.67724392 12.66192293 11.39681803 12.80796954 12.92613285 12.44505477 12.24097748 12.61797209 +LQ02X023250 Putative U4/U6 small nuclear ribonucleoprotein Prp31 11.11332397 11.15481069 10.89751183 11.02221948 10.82490216 11.45445744 11.6249483 11.46217301 11.23027975 11.22819012 10.96098394 10.86864309 10.69417545 11.53826584 11.53052352 11.16415913 10.77360983 10.65191133 10.87732025 10.97323709 10.81612042 10.91882158 11.49967598 11.40128537 11.23166912 11.26380543 11.11923234 10.84225337 11.41565021 11.08770033 11.92764905 11.45067502 +LQ02X023290 Putative Auxin-induced protein 5NG4 11.30683423 10.8973361 11.43854757 10.95867418 11.25771384 10.77206436 10.50477507 10.75403325 11.46148992 11.15592144 11.73303653 11.09738425 11.33724673 11.10022176 10.60766409 10.55861833 10.48165781 10.47175749 10.47883644 10.81865003 10.68257906 10.32570891 10.88660503 10.48723175 10.76041351 10.88590174 10.8210368 10.80914453 11.20352279 10.42873529 11.27087689 10.64870206 +LQ02X023300 Putative Auxin-induced protein 5NG4 7.868356878 6.598085096 9.183631224 7.908638467 8.235628309 10.43196989 9.799705958 11.21803956 9.480967644 5.944603605 10.83820302 9.496917068 9.520241076 11.58356659 11.48154796 10.34521371 5.952143442 5.519118969 5.711514545 9.598393476 6.824455571 7.581540315 10.11306701 9.149374438 8.19771021 8.535061521 6.917207205 10.48060906 8.928601256 7.709490958 10.91093504 10.77754158 +LQ02X023310 MLP-like protein 423 15.2261717 15.13170083 15.3171966 14.99740632 14.91497507 8.22435635 8.099019418 9.019802403 15.42270707 15.14511324 15.41012276 14.51818063 15.24910818 8.152644313 8.5823813 8.531239052 15.1050985 15.25819759 15.32149835 15.41341816 15.04653743 15.62437081 10.0802908 9.680326786 15.13796791 15.5084117 15.22953183 15.0305346 14.94088483 13.54806803 9.764608181 10.26186853 +LQ02X023370 Putative uncharacterized protein 6.755063369 5.682731729 6.456243514 6.609698781 6.530740543 6.519836954 6.530710274 6.291403175 6.59077123 6.551850602 6.547732485 6.50689093 6.383209243 6.728187012 7.737927916 6.729104063 5.903781897 6.338538187 5.64510609 6.701475803 6.477360242 6.216147875 5.778708444 6.418543705 5.998871468 6.115257318 5.913840856 5.699858349 7.071349995 6.446245313 5.43239636 6.972593082 +LQ02X023550 Putative uncharacterized protein 5.141421916 5.416065841 4.977034814 5.227962321 5.19652643 5.258050467 5.327266386 4.955395664 5.365985642 6.069648925 5.089794473 5.113352281 5.0769985 5.239733607 5.284903839 5.085505062 5.643414968 5.125406747 5.327740256 5.25736957 5.676779215 4.985468414 5.061839377 5.054871297 5.179838024 5.385844287 5.543614196 5.67574465 6.072957812 4.921088584 5.403431888 5.614266197 +LQ02X023630 Probable polygalacturonase non-catalytic subunit JP650 6.539050108 6.318535368 7.091089285 6.753665604 6.248228742 6.236767009 6.199074868 6.314279497 6.881160614 6.712034591 6.838545555 6.756834018 6.56435091 5.511738587 6.239245545 6.078129267 6.229227001 6.63859269 7.439787884 7.465218003 6.360961581 6.973910141 5.471500119 5.131792918 6.654810062 6.416422975 6.493933457 6.881573261 6.758209546 6.73034154 5.309988434 5.779007288 +LQ02X023650 Quinone oxidoreductase-like protein At1g23740, chloroplastic 13.63170836 12.26373041 13.46162331 14.67283562 12.83781986 15.00549459 15.04850896 14.84081303 12.8979921 11.78515896 13.0536507 14.38619283 12.73945728 14.94620097 14.89663817 14.89575057 12.31531233 12.833886 12.002745 12.25066155 12.55861987 12.40761331 13.78186052 14.01624876 12.40971099 12.95088597 12.27742845 13.03225171 12.73403589 13.50899572 13.77644591 13.79995228 +LQ02X023660 Uncharacterized protein At4g28440 13.38518459 13.15662313 13.19869649 13.19369018 13.03741832 12.60936637 12.49928254 12.38274459 13.38716994 13.14293175 13.26764388 13.14700834 13.18472843 12.69075263 12.4794419 12.61338587 13.48332671 13.16273813 13.55544458 13.24173373 12.91347088 13.36225569 12.30009172 12.07044256 13.3566261 13.21323749 13.52340806 13.21680139 12.87109612 13.20212007 12.54478358 12.23899435 +LQ02X023680 Carbonic anhydrase, chloroplastic 10.83833952 9.9089256 12.54533226 12.75172627 12.34494457 14.47421685 13.70082306 13.12654354 10.56164119 9.66290651 12.20099951 12.89774476 12.31973835 14.12234611 13.97938654 13.58637187 9.571076929 10.32718446 10.22793655 12.42869155 12.33106659 11.57272619 14.594359 14.4464584 9.669710897 10.60958018 10.76136655 12.62687947 12.40006301 12.93111329 14.21981954 14.03549144 +LQ02X023700 Putative uncharacterized protein 5.801930969 5.783919192 5.683584363 5.32447241 5.824236228 5.634403137 5.183190238 5.48794987 5.733839313 5.387803288 5.623248148 5.453765529 5.366818231 5.539388962 5.14057668 5.304343831 5.732634043 5.788022745 5.533589058 5.860178504 5.06526748 5.617465603 5.46399911 5.481626386 5.887801256 5.328430238 6.136070587 5.412249782 5.461878976 5.651841264 5.660712649 5.427064887 +LQ02X023710 Putative Mov34/MPN/PAD-1 5.047702398 4.8747509 4.887273125 5.192053374 5.48689276 5.271931162 5.092847574 5.02859207 5.187990687 5.171993103 5.060334992 5.127670869 4.978714753 5.264226913 5.157451676 5.131099321 5.420945659 5.131308222 5.064069355 5.456523123 5.002238528 4.952101144 5.004446763 4.984066846 4.782332314 5.213127627 5.144018872 4.783354919 5.232974379 5.301351413 5.381371745 4.854651296 +LQ02X023720 Putative At1g70420/F17O7_4 9.339455854 10.41783726 9.458058014 10.04583102 10.33380533 8.670264776 9.34334849 9.069977585 9.772418108 11.00990397 9.499471568 9.743146718 10.36688574 8.775884844 9.725374693 9.590267411 10.33779673 8.651216914 10.35137237 9.282314764 9.797304548 9.991110068 9.312007166 9.575592666 10.13438851 10.26697896 10.71345802 9.13005336 9.795833251 10.37434623 9.672968491 9.577636781 +LQ02X023740 Hypothetical protein 4.835253823 4.857716876 5.128256887 5.061435043 4.835460853 5.742459532 5.441205032 5.275084384 5.352957362 4.889562056 5.132266382 4.8157424 5.094653299 5.571094185 5.270095834 5.780523824 5.080026296 5.144621022 5.604535768 5.01552701 5.145376148 5.332628893 6.134147682 5.019400077 5.211039676 5.107664857 5.883918775 5.196337374 4.758494191 5.149810122 5.966256016 5.104784272 +LQ02X023790 Putative uncharacterized protein 5.631858695 5.620139617 5.65611157 5.618862893 5.576957507 5.195704958 5.791094215 5.603332062 5.520169963 5.856963864 5.710283078 5.504941079 5.548015927 5.856886167 5.740730414 5.568458109 5.57391972 6.013210786 6.550511468 5.173610659 5.398405616 5.419709955 5.37499158 5.473920806 5.622280833 5.925503065 5.874737009 5.940902401 5.458681535 5.712818394 5.023310915 6.26128576 +LQ02X023810 Putative Nucleoredoxin 14.4552315 14.44896898 14.43754398 14.84558912 14.59268205 14.72176604 14.68525107 14.29751444 14.17244706 14.05797304 14.02023028 14.67950186 14.26247904 14.28682264 14.378125 14.03925795 15.5806714 15.36817419 15.25666255 15.10455791 14.29309374 14.89797034 14.71768475 14.37679001 14.33377365 14.26797634 15.07945523 14.73964445 14.62379031 15.05960379 14.515997 14.44474403 +LQ02X023830 Pantothenate kinase 2 5.277137506 5.632264265 5.420823738 5.686157072 5.381978664 5.68556762 5.641807928 5.486248194 5.216281052 5.236364553 5.588711513 5.411192273 5.24500749 5.736339053 6.186107555 5.705981594 5.055169874 5.583400806 5.23487621 5.065728208 5.847005023 5.064046869 5.305868177 5.102758127 5.426324715 5.698159968 5.245801195 5.539098509 5.796706477 4.861508005 5.359360179 5.091226531 +LQ02X023840 Putative uncharacterized protein 5.367090357 5.245481074 4.947444985 5.045038977 5.398244407 5.172268797 5.166425676 4.816088268 5.043397859 5.035260406 5.437992009 5.246640362 5.45050897 5.175795528 5.007266216 5.276472766 5.228850397 5.374090917 5.583473371 5.728886209 5.557820017 5.159885043 4.751271199 5.42704725 4.979438189 5.184537099 5.465558986 5.351707127 5.880305902 4.826521308 6.06454803 6.020488267 +LQ02X023850 Putative Glycogenin-1 12.13375429 11.68992043 13.6796266 14.19659486 13.65651106 15.63778303 15.6619069 15.70479099 11.91643899 11.35603564 13.42293484 13.79474049 13.47031256 15.74283168 14.94812708 15.65503634 10.82031961 11.97282955 10.44685633 13.72093661 14.16192467 13.77610724 15.66954624 15.6960022 11.65394136 12.25925908 11.32631487 14.3091706 14.44199323 14.92246994 15.86107373 15.67769221 +LQ02X023860 ADP-ribosylation factor 2 5.53229835 5.078249564 5.365904308 5.431088364 5.93160006 5.451050319 5.155250388 5.677074202 5.416716926 5.100430259 5.363008762 5.298557904 5.922104584 5.408981422 5.439278217 5.221067166 5.207989237 5.332284441 5.416939277 5.330602325 5.1370078 5.422135531 5.264004589 5.211765151 5.281003506 5.596582298 5.571016931 5.389731533 5.919108415 5.317554142 4.880782152 5.226177703 +LQ02X023870 Phosphatidylinositol 3-kinase, root isoform 4.734117982 5.186168323 4.78255485 4.527644698 4.576019078 4.688359246 4.502697402 4.784586935 4.750707224 5.048001775 4.908732123 4.439612842 4.746942233 4.513028787 4.543705817 4.482144442 4.869619479 4.782666865 5.449437345 4.938839929 4.961116434 4.572623039 5.231460301 5.215782644 4.754064665 4.670237055 5.318337964 5.212838144 4.971679509 4.834744232 5.124519598 5.674735016 +LQ02X023900 Hypothetical protein 6.716420494 6.244270279 6.881460099 6.832240265 7.261217617 5.633715042 5.553467681 5.78896415 6.568723522 6.35753861 7.192106317 6.65336301 7.40788245 5.741691095 5.963326664 5.694511115 5.876464658 6.348633651 5.759420738 6.361438685 8.203463138 6.398830937 5.39014506 5.813560133 6.085350135 6.29965079 6.336854206 6.612452026 6.817399458 6.668916426 5.786309953 6.963451407 +LQ02X023910 Naphthoate synthase 13.66103982 13.50003227 13.75553721 14.0287283 13.07796816 14.06413031 13.92127511 13.67510791 13.4201061 13.40326896 13.2720209 13.32654698 12.91053286 13.474889 13.7495847 13.05284664 12.87982251 12.78610509 12.62929637 12.83366889 12.49798484 12.66645777 13.02014682 12.944628 12.94303285 12.70613453 12.6318094 12.88269254 13.04448428 12.81066133 12.77904952 12.45789595 +LQ02X023940 Hypothetical protein 9.570423325 8.785649759 9.077159393 9.883868984 8.959192586 11.33775331 11.26821808 11.21978151 9.516289032 8.940948428 9.186070775 9.82890558 9.222035778 11.12071869 11.06600301 11.17010473 8.736427115 8.696711335 7.22158957 8.191312517 7.535509432 7.501087663 9.441294896 6.53471942 8.669033967 8.493049254 6.841478957 6.737145952 7.598954483 7.343087693 9.692281098 6.895465819 +LQ02X023950 Putative Polygalacturonase At1g48100 8.907005633 8.25249712 9.451154393 9.08442769 9.350299003 9.853009377 9.745917028 9.572016363 8.838592254 7.942644375 9.410043699 9.226218413 9.808033588 9.574174223 9.134886478 9.943205504 8.13705152 8.291006678 7.516797713 8.996734136 9.881198 8.092357934 8.898987597 8.549258929 8.08635463 8.205902194 8.233245563 8.988696339 9.617650578 8.270180389 9.185856409 8.631182373 +LQ02X024000 Nucleic acid binding protein, putative 9.761086953 9.660480128 9.072599892 9.945018855 9.868138518 11.05516028 11.21421765 10.90309502 10.03078932 10.09457632 9.471499496 10.12856168 10.02807624 11.23218571 11.1031915 10.95197687 9.424637686 9.630046898 9.587715197 8.246801535 8.186859178 9.258255689 9.537644993 9.556460017 9.52689097 9.763322139 9.782003296 8.471179623 8.150216246 9.690837396 9.530072679 9.763674087 +LQ02X024010 Predicted protein 9.554019942 10.25242686 10.2628233 10.29544275 9.868978975 10.36345781 10.42283666 10.25505103 9.877355519 10.46091986 10.39668683 10.01008137 10.10241497 10.33014411 10.59478431 10.21959975 10.48435193 10.42706977 9.630899562 10.7832479 10.38001252 10.31442525 10.81925587 11.09805465 10.25280602 10.37951131 9.199306935 10.94276289 10.63271514 10.65384621 10.78369422 11.18644249 +LQ02X024030 Predicted protein 13.08014485 9.960283556 13.50359229 15.10881085 11.7427248 14.57687921 14.88466269 13.20675307 12.46159043 10.16633707 12.3638975 13.82622831 11.9859425 14.38498016 15.11223718 14.01436592 9.971921041 11.03998016 6.418296014 10.61469834 12.17373861 8.91179748 12.00333469 10.7990152 11.20577458 10.8599284 6.385797925 11.63382786 10.92752002 11.4744264 12.54615872 9.944648799 +LQ02X024050 Ubiquitin 14.74311569 14.37919062 14.32272279 14.34890846 14.45912899 14.67726889 14.5185866 14.36845301 14.81212529 15.06128676 14.69817282 15.15036324 14.66402501 14.76470414 14.71546508 14.79478283 14.29692008 14.16010729 14.22019934 13.83623031 13.91547721 14.8779891 13.48571989 13.51715933 14.63753943 14.74871573 14.39751477 13.71580487 13.66676964 14.24675785 13.59737452 13.63355553 +LQ02X024060 CRS2-associated factor 2, chloroplastic 5.203861461 5.730266255 5.184015578 5.537357992 5.631464651 5.602348544 5.931780217 5.702739718 5.431161081 5.65183664 5.905650195 5.763378376 5.869463362 5.700215935 7.055625272 5.718847388 5.306213798 5.417860195 5.478456143 5.495075503 5.430930685 5.611102507 5.687799475 5.562942622 5.422206961 5.73592556 5.273120129 5.949748422 5.997608349 5.417050274 5.81116511 5.588171808 +LQ02X024070 Predicted protein (Fragment) 5.441131071 5.321524649 5.45031377 5.769497456 5.27759748 5.813398969 5.397129426 5.845573158 5.499450344 5.475451548 5.702755231 5.725758966 5.708621397 5.446301648 5.749703286 5.759526201 5.649268174 5.629559454 5.47437627 5.682606712 5.558298203 5.690969326 5.111590585 5.654857624 5.176288786 6.252943342 5.495939021 5.615299011 5.984387745 5.529576118 4.986125844 5.352284412 +LQ02X024080 Putative ATP-citrate synthase 5.725951814 6.018015893 5.619674921 6.141200215 5.546163228 5.880753171 5.935476498 5.770766312 6.469448829 6.247235547 5.487765345 6.036887011 5.768456169 5.791089728 5.928764396 5.575968198 5.431469169 5.990521868 6.07679291 5.920252401 5.999072613 5.68938331 5.996354106 6.410906299 5.882321137 6.51371076 6.052316538 6.596989826 6.05435125 5.773409603 5.51908016 5.129445506 +LQ02X024150 Hypothetical protein 5.255652926 5.391768481 5.126603942 4.793714299 4.786856422 4.453703651 4.887868445 5.095305808 4.890444973 5.147833992 4.819025394 5.003510932 5.102127595 4.866464608 4.789601777 4.980165988 5.142492785 4.967748618 4.877169735 5.030714341 4.804953242 4.733652795 5.231066068 5.779803897 4.948539107 5.262859198 5.084420618 5.085267728 4.949312961 4.960583512 4.969139421 5.574191659 +LQ02X024160 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.447677203 5.391258147 5.209682408 5.437927386 5.402392803 5.151913337 5.137926346 5.190436557 5.234890942 5.88909943 4.980418097 5.587126216 5.33534915 5.27554483 5.399042732 5.385668216 5.271423071 5.412301708 5.838176206 5.276980515 5.174494566 5.305903365 4.938134963 5.485959005 5.144793204 5.052503768 5.876639247 5.325413802 5.97106626 5.586206549 5.312660866 5.149241948 +LQ02X024180 Putative uncharacterized protein 9.314867968 9.446857727 10.70058128 11.34731558 11.48562555 13.01058698 12.87919111 12.76064401 9.367866321 10.23239506 10.33628316 11.57541552 11.55305704 12.82323541 12.49352206 13.06247528 11.09769902 11.40089938 11.71887689 11.87863103 12.11673405 11.76592127 13.76668661 13.80513081 10.14395228 9.975167404 11.11693339 11.75650856 10.73001995 12.45963495 13.05947171 13.32411307 +LQ02X024190 Homeobox protein knotted-1-like 6 5.177276654 5.433651657 5.428928205 5.041867568 5.455960622 5.03084817 5.241077217 5.432929864 5.315160637 5.074003674 5.353236214 4.972797009 5.425911377 5.036240159 4.857814182 5.154039698 4.891115454 4.98087097 5.179643157 5.279561711 5.293555259 5.239451362 5.894310751 5.249775679 5.305867289 4.907685447 5.06451503 5.57299938 5.111249204 5.351166132 5.265417192 5.416560816 +LQ02X024230 Menaquinone biosynthesis methyltransferase ubiE 10.13612296 10.6768466 10.12275428 10.3309725 9.847453556 10.20033961 10.28433494 9.662176216 10.15138756 10.43056858 10.29878503 10.42205656 10.24480522 9.99379098 10.0226522 9.27255597 10.58087197 11.74898099 10.67015811 10.88439969 11.11822249 10.86808492 10.53330934 10.58028086 10.6001136 11.33196209 10.96278972 10.90558676 10.8075994 11.00587744 10.4400401 11.05724972 +LQ02X024240 Cysteine-rich receptor-like protein kinase 2 10.30110878 10.37007558 10.4082178 9.738019947 10.44348447 10.37624618 10.43184137 10.68833298 10.18301924 10.11870205 10.47861 10.26188678 10.58231261 10.37592847 10.36045762 10.85571563 10.60244184 11.34917034 10.95667602 11.67468795 12.06206876 11.16932035 11.67465219 12.05762024 10.39590385 11.25312753 10.82951915 11.28831422 11.47042991 10.60350902 11.86031613 12.40149596 +LQ02X024320 Predicted protein 7.73862939 7.991538115 7.586702788 7.101755123 8.051456445 8.151023315 8.657580154 7.901833117 7.839308726 7.261972616 8.564599698 7.214698985 8.084906746 8.642919653 9.29732089 7.692814571 8.549875928 8.547930625 7.752380576 9.540453183 8.931815348 8.698942402 10.37471846 9.578106505 8.310507349 8.730525487 8.053256939 9.65845943 9.076992764 8.433277707 10.86942251 10.08701156 +LQ02X024330 Putative Nitrate transporter 5.255565348 5.093779569 5.949716794 5.468201621 5.091605448 4.977807485 5.386911771 5.280097786 5.382044773 4.957598583 5.434459939 5.341228474 5.121461069 5.266496873 5.204460854 5.591032313 5.356203529 5.024629789 5.194122236 5.008133852 5.226299382 5.017264881 5.173326399 4.950493761 5.10278475 5.585457677 5.376471368 5.000247673 5.236149213 5.214014437 5.167949018 5.871371132 +LQ02X024370 Alpha-glucan water dikinase, chloroplastic 5.086344572 5.099207816 5.361223863 5.196526967 5.207923325 4.903478958 5.390026704 5.210165283 5.425646853 4.996766084 5.35469255 5.235871993 5.040135603 4.975165499 5.15766483 5.114526869 5.030337955 5.38066822 4.870205174 5.105569663 5.654842487 5.066540293 5.026656948 5.399260232 4.987447461 5.276554824 5.196905913 5.52210613 5.045443566 5.20753434 5.112059167 5.825736844 +LQ02X024390 Putative carboxyl-terminal proteinase 8.440011109 8.874304117 8.229182375 8.886962338 8.495229758 7.64403812 7.628545632 8.181733084 8.394755475 8.77921052 8.762492718 8.892468493 8.474754292 8.171846426 7.317516969 7.70538113 8.289657475 7.424245698 8.560408621 7.820804516 6.593545561 8.896645593 5.313286766 5.712613942 9.046394275 8.617586287 9.051441046 8.770675618 8.213630628 8.733245548 5.968317154 6.459632889 +LQ02X024400 Pentatricopeptide repeat-containing protein At1g60770 10.09388533 10.46998935 9.337937487 9.521373437 9.790590133 9.354174937 9.511306942 9.162292518 10.41333379 10.69965876 9.768468758 9.599696735 9.901178027 9.466552436 9.894057251 9.320221715 9.990952687 9.854597809 10.45040649 9.077054032 9.876287426 10.09234964 10.39694635 10.64069733 10.33880633 10.5338884 11.0834249 9.64680829 10.40780568 10.50765167 10.43329126 10.58508685 +LQ02X024460 AP-1 complex subunit mu-1-I 12.16305713 12.25931199 11.71308605 11.55184879 11.73980109 11.28473689 11.08331575 11.08526768 12.24889968 12.22102496 11.87774408 11.66861492 11.80415031 11.27395979 11.19206123 10.76470504 11.81131369 11.89593398 12.90296206 12.32451494 12.00062635 12.22206075 11.47686736 11.51308672 12.38622416 12.44824447 13.13959723 12.08259554 12.60850739 12.1960844 11.56786774 11.38613898 +LQ02X024520 Anthranilate phosphoribosyltransferase, putative 5.323227374 5.121957146 5.834560189 5.244655634 6.042234479 5.233158608 5.035118784 5.293251289 5.171697713 5.458518212 5.851968956 5.374857286 5.740800727 5.173689865 5.270481775 5.04635724 4.918708943 4.9783898 5.064389592 5.379135938 5.441175523 5.301938578 4.671315848 5.610967833 5.058816005 5.249424535 4.881550817 5.509189656 5.656586027 5.063675897 5.316015615 5.228462113 +LQ02X024530 Ribose-phosphate pyrophosphokinase 3 10.79707813 11.35641043 10.6507677 10.85372168 10.5908507 10.05501279 10.17207038 9.462062896 11.24826822 11.24031403 10.7238017 10.93656883 10.85071039 10.34670528 10.26345612 9.684684362 11.33562637 11.40489157 10.87899171 10.87092961 11.0187617 10.87911199 10.29423334 9.843652507 11.46041267 11.55647554 10.84544333 10.88797394 11.02192826 10.78676011 10.07382438 9.375163635 +LQ02X024540 Alanine aminotransferase 2 5.587832374 5.160144662 5.146495142 5.216802231 5.026678842 5.383506656 5.79267563 5.026140832 5.235981674 5.556346706 5.405965918 5.130188929 5.409284509 5.749581514 5.461133607 5.48075979 5.570201263 5.457899022 5.837896204 5.565076124 5.573734444 5.123704873 5.584352627 5.837803021 5.580362305 5.453202948 5.584400404 5.733892224 5.055540182 5.333555743 5.611757059 5.905961266 +LQ02X024550 F-box protein At1g70590 11.85127591 11.8466986 12.47068142 12.29566354 12.75132452 12.59960373 12.75836312 13.01969027 11.84628675 11.62423767 12.34384073 12.20278595 12.51549444 12.7127954 13.0187772 12.8474083 11.78157947 11.97160757 11.87291549 12.39013626 12.16588909 12.0635356 12.71061056 13.19471511 11.77570831 11.64315562 12.01713249 12.60306571 12.43077514 12.52999586 12.93170136 13.21665396 +LQ02X024560 Predicted protein 5.607483296 5.795146232 5.282214601 5.855015295 5.298934341 5.479853762 5.909091978 5.128533576 5.315407719 5.739393166 5.204115646 5.812471657 5.287762932 4.959476389 5.452694406 5.069015689 4.887242497 5.21649154 6.113226986 4.991431268 5.282398898 5.055978072 5.277766107 5.329323473 4.999614692 5.257040278 5.934947271 4.926798291 5.564817717 5.022664198 5.097593317 4.939323229 +LQ02X024571 Hypothetical protein 4.70967109 4.916068374 4.874439387 4.753182146 5.374540945 4.961665467 4.951290474 5.282009493 4.887572785 4.600275572 4.955106774 4.930882607 4.862268637 5.290489314 4.777532475 4.984494044 4.993744596 4.810207151 4.853846251 4.832319511 4.754367656 4.948700363 4.846794547 5.151130157 5.003514316 4.818437632 5.08493367 4.470742509 4.83360419 5.011225017 4.763355778 5.475227655 +LQ02X024591 Putative uncharacterized protein 4.611461007 4.977782593 5.241170898 4.812708043 4.903463592 5.058651317 4.952025124 5.124058298 4.757178975 4.608716767 5.588412555 4.804786746 5.173204359 5.046913043 4.839533691 4.726015435 4.895257091 4.90823182 4.597513623 4.773956208 5.110675386 4.608396029 5.775223007 5.015627808 4.613512519 5.147705684 4.804663108 4.799294259 4.598960269 4.976705802 5.034690184 4.996542022 +LQ02X024660 Hypothetical protein 5.047304146 5.565837373 4.878816801 4.843135852 5.071763552 4.757445686 4.912876482 4.679823681 5.349161253 5.020214696 4.808952341 4.930028671 5.007544427 5.159574974 4.799478166 5.065364166 4.984269997 5.25986278 5.503501824 4.903653872 4.776373174 5.365881012 5.134986173 5.120331 5.007645736 5.367378987 5.870966232 5.896605121 5.429306327 5.141218865 4.967978046 4.696912042 +LQ02X024740 60S ribosomal protein L27a-3 15.03000644 14.76446901 14.80129107 13.87591503 14.27078804 14.47202664 14.14314434 13.66136121 15.11335842 15.64880129 14.95685232 14.48299987 14.54271248 14.37691583 13.79858992 14.12266805 14.94235593 14.59714763 15.0109054 14.99739119 14.84010222 14.58248998 14.65837621 14.20136728 15.14642543 14.91054532 15.30637364 14.965517 14.21996374 14.11866697 14.618953 14.41652183 +LQ02X024750 Putative uncharacterized protein 10.21464665 10.94192031 11.63931555 11.95215679 11.86635772 12.70321284 13.03014878 12.70374249 10.51731322 10.81428354 11.60959769 11.86235704 11.97746565 12.7840389 12.91000726 12.64283405 10.67033358 11.09458801 10.65839804 11.35584882 11.47320766 11.19903307 12.05132622 12.52193789 10.40814935 10.78145584 10.48982411 11.51016114 11.64131779 12.61901471 12.15052696 12.22855497 +LQ02X024760 ABC transporter B family member 26, chloroplastic 11.90786491 12.08257119 12.38436998 11.994964 12.2344452 13.00288778 13.03614664 13.1501907 11.91403761 11.90415666 12.30905313 12.23026637 12.41149885 12.82066965 12.73714939 13.06900848 12.05023431 11.91869525 12.21234199 12.28820511 12.20043558 12.26786317 13.00076767 13.51365841 11.64993956 11.69304072 12.13138237 12.63015759 12.01390975 13.64868806 12.77164352 12.96996219 +LQ02X024810 Hypothetical protein 5.261297923 5.692954114 5.825285482 5.04586867 6.161191515 5.277943801 5.096468397 5.282241169 5.35729286 5.539160863 5.877487724 5.900028677 5.633191184 5.373110672 4.947023319 5.712305307 5.885588276 5.468979059 5.204322865 5.782958731 5.872736758 5.428133527 5.722463675 6.000388639 5.552351615 5.660608843 5.633286064 6.268460909 5.683305552 5.504280158 6.292489805 6.526039955 +LQ02X024820 Putative uncharacterized protein 8.08546606 7.082392991 8.115902727 9.241116569 8.85791773 11.36288625 11.36529145 11.45672037 7.888570639 6.708574108 8.243858497 9.554885566 9.217546169 11.63187311 10.62420203 11.73803574 8.4380616 9.152057565 8.346382016 8.293351898 9.493247178 9.023349037 10.40064381 10.71578312 8.287811771 8.612854039 7.162225441 9.559732166 9.500029584 9.408361229 10.93091183 10.57400375 +LQ02X024830 Putative Protein lap1 8.965040883 8.543155256 9.466181622 8.086933345 8.902569766 8.069074866 8.184292917 7.499654685 8.587191339 8.210788567 9.367294463 8.259422195 9.025071528 8.285860413 7.214717387 8.074145466 7.964108511 9.277029901 9.253903667 9.660916878 10.32394279 8.500205797 10.07864032 9.728471454 8.238165604 8.945313056 9.575224266 9.447441915 10.03987415 8.494946343 9.841370861 10.09366047 +LQ02X024860 Putative Hyoscyamine 6-dioxygenase 5.531944148 5.65142439 5.739610217 5.760939777 5.463297308 5.745997484 6.006802629 5.43209426 5.203004787 5.282082485 5.686074917 5.458668751 5.847325988 5.443820105 5.733009964 5.338585123 5.292373785 5.628391801 6.060397661 6.047477812 5.345478428 5.505584504 5.621371137 5.643858068 5.391416485 5.529497974 5.617592746 6.036571503 5.051999973 5.613637567 5.477650812 5.37415524 +LQ02X024900 Predicted protein 6.759222799 6.426425229 7.194324778 7.685752526 6.700241814 7.065340942 7.856556037 7.351212594 6.912852019 7.007386286 7.129708866 7.652496674 6.990563129 7.130751182 8.73866922 7.747544807 5.878254793 6.452808457 6.605532997 7.854582265 7.202187856 6.878446137 7.330013441 7.483552378 6.089872502 6.769814599 7.025030573 7.153231346 7.159664389 7.361491434 7.708125968 6.392810708 +LQ02X024910 Putative Root phototropism protein 3 4.64063417 4.573419516 4.500696122 4.82793811 4.591052216 4.890627656 5.055854888 4.927689399 4.825685022 4.700919728 4.862455801 5.067639756 4.592965392 4.794095487 4.932179143 5.27621122 4.815717621 4.919860442 5.138879695 4.937876707 4.718876236 4.928390023 5.433196615 5.313299611 4.616161636 4.806538864 5.006800243 4.902622921 4.923665842 4.664655961 5.409678068 4.936475852 +LQ02X024950 Beta-1,4-N-acetylglucosaminyltransferase like protein 5.858735675 5.588273066 5.72285554 5.815367861 5.232666851 6.132803214 5.633805793 5.584088037 5.745916606 5.811653767 5.767843808 5.415287398 5.681810234 5.437206441 5.664416605 5.364268608 5.362655708 5.604861727 5.011014834 6.085085725 5.150205271 5.471914819 5.621732496 6.479603725 5.173489646 5.375584368 5.045988543 5.624865491 5.669562043 5.31230614 5.614611099 5.750685323 +LQ02X024960 Hypothetical protein 5.200867377 5.469469682 5.87514806 5.598031094 5.543714656 5.910127937 5.595285436 5.801897094 5.399789051 5.4431902 5.588798974 5.665812999 5.42164823 6.049240637 6.381428923 6.158209525 5.454426493 5.499217872 5.25072418 5.205624838 5.286955854 5.195620651 5.417841883 5.873769607 5.284729186 5.186986351 5.244925364 5.112746107 5.028458146 5.566992833 5.445627443 6.158354047 +LQ02X024970 Protein binding protein, putative 12.15949917 11.22937816 12.58454364 12.26889751 11.45184136 13.13033758 12.86054637 12.15458263 11.53624781 10.86100286 12.03435593 11.91281247 10.92576782 12.57135579 12.17488074 11.68255237 10.96475016 11.28223155 10.32957025 11.46116759 11.75883976 10.52046795 12.59413273 11.35518159 10.86444571 10.71967694 10.34910814 11.39054554 10.54438434 10.62613587 11.83538743 10.9277081 +LQ02X024980 Putative uncharacterized protein 9.247574717 9.062186522 9.842314029 10.25352739 9.941515014 11.15366626 10.77939638 11.1335938 9.394953326 8.761109687 9.929515033 10.07125566 9.85864055 11.05527545 10.80028531 10.79740717 9.552644655 9.196632565 8.830621966 9.531829881 9.193605462 9.969843024 10.34217728 10.34109349 9.228175521 9.314844364 8.862893786 9.976648096 9.880890485 10.78073991 10.58963786 10.61732837 +LQ02X024990 ATP binding protein, putative 8.642351494 8.67024661 8.541458958 8.200774159 8.308940691 9.616479338 9.342879973 9.342649092 8.538300355 6.890036391 8.241707246 8.057467369 7.948335033 9.630443065 8.491688576 8.601111251 8.258614286 8.568356469 7.312704383 9.06453062 9.625604104 8.053161337 10.23282577 9.941498432 8.539219566 8.587009571 7.039886633 9.077725134 9.693685045 8.279613118 10.31719251 9.916127993 +LQ02X025050 Protein phosphatase 2c, putative 10.29354375 10.03042498 9.940273007 9.373409939 9.694610344 8.864945477 9.336028232 9.273136127 10.24857698 10.13085613 10.15089625 9.217367346 9.942572489 9.092029583 9.120831646 9.542906248 9.312566181 10.55793577 9.994645256 9.567502383 10.29100055 9.572243828 8.920288743 9.582547018 9.791371613 10.93605113 10.68850177 10.03599152 10.47697661 8.375826632 9.392461925 9.707882538 +LQ02X025100 GDSL esterase/lipase At3g26430 10.97218102 12.43244085 10.5027675 9.394692959 10.76049405 7.076255116 7.145458718 7.803428031 11.39581014 12.49996898 11.12336367 9.21174217 11.29322771 7.444156945 7.770363304 7.487806712 11.05383374 11.3363724 11.68492606 11.26573399 11.76937806 11.26561191 8.348855479 8.931899028 11.63923468 11.78484577 12.07142338 11.13803324 12.37467588 9.971451088 9.081100994 9.729859336 +LQ02X025120 GDSL esterase/lipase At5g14450 5.621120587 5.876384892 5.523561265 5.883879579 6.384575779 5.792078732 5.9035196 5.768965068 6.282807223 5.783877275 6.091444775 5.989002494 5.952126295 5.880963903 5.635487187 6.123813991 5.953091967 6.12331806 6.707025558 5.679376149 6.941853206 6.402799385 6.446397586 5.914915738 5.954977688 6.032529908 6.605497887 5.543365002 6.6966919 6.273480845 6.048236705 6.21651869 +LQ02X025130 Predicted protein 11.96195521 12.69251719 11.74407307 10.90143428 11.44580144 11.3370815 11.13269845 11.13675339 12.00747515 12.24381258 11.84748364 11.21850285 11.66907241 11.36012631 10.70085473 11.14245531 11.61703828 12.13651995 12.40661359 12.22441215 12.24210388 11.75345633 11.14960888 11.05156804 12.10997268 12.60432282 12.93137407 11.58625511 12.2909854 11.18491881 11.5209787 11.23533261 +LQ02X025160 Putative DUF246 domain-containing protein At1g04910 10.78655371 11.63487201 11.06158467 11.21682849 11.16820395 10.45529607 10.64596799 10.6988874 10.95805362 11.06030177 11.04947289 10.68702389 11.39205385 10.60183663 10.51606522 10.64957691 10.97414781 11.14146265 11.43492298 11.21922891 11.10045444 11.46680782 10.86173155 11.93725901 10.91713241 11.62409791 11.68748338 11.67028786 11.63084079 11.74009406 11.21694281 11.60236531 +LQ02X025170 Putative uncharacterized protein 11.17895522 11.2728946 11.06627816 11.60087324 10.98453747 11.61346196 11.70168028 11.34328655 11.65967546 12.34274852 11.54908751 11.66733669 11.71668109 11.59817461 11.51096632 11.6554513 11.55656576 11.5705001 11.58662788 11.36602996 11.32070266 10.97716574 11.29578273 10.98398607 11.69112203 12.23317069 11.78973768 11.30593036 10.7767872 10.94747356 10.84787325 10.61023692 +LQ02X025190 MAP kinase phosphatase 1 6.513254871 6.581370778 6.459832126 6.31553434 7.420698013 8.031833511 7.656501557 9.223209067 5.895308522 5.423907702 6.178024882 6.415544155 6.105790368 8.134925086 6.833987738 8.154297421 7.186406384 6.731204279 7.618216661 6.902102765 5.846708005 7.469501845 8.499633785 9.909984828 6.767250847 6.120143068 6.938250974 6.730836907 7.05997621 8.196411941 8.844529756 10.41717776 +LQ02X025290 Paramyosin, putative 7.378215569 6.586522208 7.012440768 6.560134833 7.27646409 5.836697648 6.772770521 6.394690464 7.223384813 7.118659968 7.036924072 6.668671181 7.307279031 5.995909693 6.176804003 6.601233524 7.098654812 7.785154371 8.185269187 7.786019516 7.726194869 7.033208226 7.104554955 7.093223453 6.983188287 7.660349331 8.239272606 7.901201172 7.663408229 7.329162026 6.655048053 6.125438378 +LQ02X025310 E3 ubiquitin-protein ligase RGLG2 5.170633056 5.377416768 5.338971768 5.046756432 5.725126916 6.041206416 5.480274268 5.782992875 5.188041348 5.595862122 5.204195837 5.166600299 5.295164103 5.488887444 5.323562804 5.423153699 5.274983181 5.675260505 5.613328372 5.598035961 5.697043034 5.432154767 5.452036944 5.27300661 5.086922046 5.373751284 5.899538994 5.289157 5.835677024 5.439672036 5.73791985 5.433053136 +LQ02X025420 Hypothetical protein 4.669866973 4.947704818 4.936718829 4.765068244 4.560898745 4.662119604 4.64165021 4.860651067 4.667736581 4.653370924 4.654445738 4.959221662 4.637182922 4.813403357 4.850259569 4.944394897 4.864952864 5.102966584 5.03722404 4.644040567 5.216546579 4.732551555 4.976057323 4.888591907 4.851998668 4.913973102 5.570510621 5.41147738 5.254187195 4.662320456 5.405476354 4.633156203 +LQ02X025470 Putative F-box/WD repeat-containing protein 7 9.594070152 10.27619742 8.663885868 9.022041192 9.77762947 8.877959166 8.983573556 9.61988848 10.05742292 10.72466041 9.088619695 9.276103 10.09754411 8.940915527 9.639288106 10.26592203 8.9240312 9.381486891 10.152966 9.044013543 8.993345336 9.302142293 8.757305067 8.235043345 9.741633685 10.76075855 10.3884397 8.013852463 10.12082275 8.513089164 9.360400045 9.212953535 +LQ02X025510 Putative uncharacterized protein 12.55882956 12.32182757 12.39324017 12.69100171 12.4512678 12.14729338 12.46618874 12.23804444 12.85387459 13.12091949 12.53428175 12.98107884 12.61811102 12.21439127 12.16280075 12.35247456 12.90437553 13.09092738 12.86352221 12.27010058 12.68098058 12.96424009 11.90914607 11.66718668 13.11620478 13.31899004 12.91031014 12.57933979 11.90067461 12.7530261 12.21947977 11.46701162 +LQ02X025540 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.76757823 5.290251425 4.736257954 4.645542558 4.830798399 4.487207453 5.001910846 4.913934831 4.688875462 5.316944115 5.03005036 4.783531551 4.971539209 4.809985641 4.845656075 5.23945891 4.833921738 4.805128752 5.166990156 5.918656122 5.601632782 4.8460838 4.792794995 5.466804336 4.654663263 5.165342188 5.400246613 6.008801483 5.322145675 4.889074051 4.66632658 5.235900158 +LQ02X025610 Actin-related protein 3 11.67769518 11.67140198 11.69758429 11.79816898 11.38313221 11.40339242 11.16810476 11.07848578 11.88778049 11.79610286 12.01773117 11.77914549 12.02273318 11.37495944 11.34222322 11.53979953 11.30044238 10.95489094 11.22261648 11.12917253 11.06871239 11.14926363 10.74078913 11.1601744 11.33779704 11.25490748 11.01215735 11.53017481 11.12316151 11.18893024 11.02065755 11.14755672 +LQ02X025620 RNA binding protein, putative 5.631544694 5.523759923 5.235492654 5.738893034 5.456184868 6.716057961 6.167968103 7.003995219 5.613643159 5.206743188 5.043938023 5.847823347 5.613022471 6.567805667 5.639696979 6.993424014 5.687344226 5.230348708 5.030111067 5.115551204 5.506668215 5.726761121 5.876514015 5.598350969 5.441898176 4.987133519 4.861032906 4.979539666 5.288192319 5.722961649 5.056995297 5.747452711 +LQ02X025690 RNA binding protein, putative 6.363696072 6.135051948 6.215840012 5.565958837 6.63454515 5.186725356 5.569656806 5.461503426 6.659867446 6.211356217 6.171221031 5.859380283 7.395207895 5.078313445 5.376746793 5.561890227 6.251217882 7.07402108 7.993818547 6.92067034 7.948616036 6.413242018 7.403107088 7.06026227 6.190240031 7.137692756 6.950123912 7.372785718 8.439131671 6.487977559 7.449736526 6.944113865 +LQ02X025710 T-complex protein 1 subunit epsilon 12.68683171 13.27592998 12.32088887 11.63164853 11.98430518 11.90825639 11.73312331 11.52417039 12.50823013 12.93556092 12.29858688 11.46416755 11.88795506 11.86641431 11.76997279 11.52768708 12.28454268 11.94033763 12.26692446 12.06623278 11.85037897 12.08760713 11.50903004 11.73313417 12.66823995 12.40938972 12.96083237 11.61949618 12.31107192 11.83604513 11.72072742 11.95292926 +LQ02X025720 Probable pectate lyase 5 9.701561205 9.936178824 9.342559332 8.213539243 8.801705756 5.646692111 5.546370717 5.895019437 9.668385948 9.640458843 9.330582632 7.402243144 8.788967608 5.887857299 6.275902954 5.871120147 9.234452158 9.386531762 9.409900125 11.22620448 9.735590524 8.517729839 5.408954281 5.530487729 8.608062405 8.733372911 8.488615136 9.3097152 9.557768115 6.836364423 5.601253437 6.123402487 +LQ02X025730 Putative Probable E3 ubiquitin-protein ligase HERC4 12.06228003 11.92178051 12.48861153 12.55905948 12.35523796 12.40365588 12.59609684 12.3177882 11.65061855 11.40664712 12.33124989 12.2671185 12.21387437 12.57940714 12.35918969 12.68189094 12.40483064 11.80811278 11.34932815 12.60269353 12.42615769 11.75648284 12.88325941 12.44143839 11.42839812 10.8270822 10.96516057 12.38017084 12.59161156 12.35381758 12.8230979 12.31532997 +LQ02X025750 ALBINO3-like protein 1, chloroplastic 11.26780817 11.72135785 11.55516002 11.65913764 12.3469538 12.08104776 12.67125981 12.8164664 11.01098909 11.83320533 11.18913342 11.67096881 11.84394052 12.03753273 12.81871867 12.78937892 11.14651488 11.5034373 12.38035194 11.76483805 11.34820358 12.06387091 12.69611695 13.45858 11.47872158 11.57041442 12.51655723 12.00069043 11.82358473 12.57650659 12.97632417 13.57693881 +LQ02X025760 Photosystem II core complex proteins psbY, chloroplastic 14.64648868 14.56670043 14.91830496 15.21977017 15.01856463 14.8251158 15.49796682 15.21318134 14.19659296 13.70423789 14.62046939 15.11410824 14.84049723 15.17581763 14.89812667 15.10373317 14.1132567 14.81803489 13.52889587 14.69361035 14.98537655 14.77934782 15.03643072 15.04722894 14.24515904 14.57232551 13.76167987 15.09373891 14.90485705 15.15425416 15.04503998 14.92409918 +LQ02X025790 Putative Estradiol 17-beta-dehydrogenase 12 5.753972858 6.066208606 6.362169155 5.995931665 6.296712869 6.303688571 6.086765557 6.125433887 6.386667027 5.955295727 6.633199043 6.421260994 7.017255078 6.34811988 7.381019538 5.999337535 5.684043579 5.413091608 5.30576271 6.704728879 6.830141977 5.687314584 6.016429535 5.905569565 5.549470248 5.802157394 5.314962858 6.275111413 6.481656492 6.589761618 6.842797035 5.4522364 +LQ02X025791 Putative uncharacterized protein 5.207073629 5.1488323 4.811672945 5.089315004 5.006699381 5.022194408 5.028961082 5.215525416 5.30315368 4.67695635 5.024797401 5.00237442 4.950319387 5.093597434 4.833429456 4.969847148 4.761737373 4.954876515 5.011135142 5.092232709 4.77547045 4.809739433 5.874962366 5.130341873 5.09447151 4.897710799 5.299223948 5.173527643 4.622069144 4.814377236 5.120183618 5.368365907 +LQ02X025870 Putative uncharacterized protein 6.810239343 8.276692762 6.339499463 7.423099123 8.340848232 6.14621015 6.145406657 7.096380059 6.306057666 8.697959406 6.099687567 7.196721341 8.004559844 6.183872773 6.436372079 6.325681742 8.058956524 7.146635007 8.670619029 6.82974598 7.946083797 9.849703148 6.88365873 7.526655272 8.997622922 9.04777907 8.67224745 6.921127343 6.817298764 9.281980575 7.414272295 8.497171665 +LQ02X025880 Predicted protein (Fragment) 5.120559975 5.119089534 5.267762906 5.594612379 5.199819464 6.288929537 5.419691782 5.03118037 5.351609698 5.23123632 5.642020557 5.390952016 5.241432744 6.401227753 7.096000162 5.38650586 5.101234282 5.21615923 4.856020949 5.590751442 5.15473503 5.217211956 5.402259004 6.274129024 5.118644671 5.23484043 5.001629822 5.345120479 4.824287254 5.357268029 6.078621102 6.071211415 +LQ02X025890 ATP binding protein, putative 5.250771663 5.246076307 5.264657137 5.158958243 5.988642305 5.286980812 5.058137882 5.402063152 5.577703164 5.25058668 5.93109784 5.306183097 5.519535721 5.138149402 5.1276099 4.978592954 6.413902698 5.560276835 6.349732793 6.084588582 5.481804309 5.017083384 7.488218263 6.015193339 6.243920891 5.765592395 5.774688768 7.039195594 6.26125348 5.575598337 7.002822946 6.000491778 +LQ02X025930 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 5.082816232 5.034621044 5.838973118 4.986351485 5.219977864 4.96128865 4.870795147 4.756875443 5.072918832 4.886990429 5.359419933 5.141010137 5.212674941 5.026156292 4.908288446 5.228291195 5.038384686 4.737093099 4.793596783 5.274902151 4.956369818 4.861363601 5.522105497 5.196187395 5.215700764 5.023925314 4.578709795 4.931065715 5.042449797 5.072603942 5.300933976 5.950577616 +LQ02X025980 Putative Two-component response regulator ARR11 5.670963528 5.337514939 5.389683921 5.204800684 5.466352478 5.392708798 5.850410409 4.946316273 5.673043086 5.278891559 5.343912636 5.44565709 5.426231025 5.777908057 5.463571156 5.668563554 5.352380296 4.806655844 5.356300588 5.282088339 5.165962531 5.442386535 5.770020063 5.770993857 5.385747391 5.481321618 4.996448817 5.230477794 5.717065263 5.024842052 6.113669846 5.867842727 +LQ02X026010 Hypothetical protein 5.013732189 4.67892368 4.70609595 4.659490127 4.555125901 4.723030265 4.729761113 4.723714729 4.609607741 4.823284592 4.936704682 4.797965523 4.563341255 4.609974424 4.648361941 4.71246589 4.513982535 4.734893629 5.297632136 4.939320171 4.519036855 4.644459146 4.715159247 4.543482842 4.879869149 4.711997652 4.731252064 5.041979801 5.166537827 4.604367915 5.311170098 4.72520568 +LQ02X026020 Putative Cytochrome P450 71A9 10.08420907 9.944875857 8.117253354 7.981393687 8.311922176 9.836212787 9.618830308 9.431380353 9.519742222 9.045552582 8.220122014 8.225486059 8.192009404 9.919524887 9.511012325 10.10718273 10.85709603 9.809608446 9.988510114 8.288142877 6.335997234 8.063875409 6.18740501 6.313532327 10.0207613 8.460526822 8.719579652 6.648984969 6.246195232 7.467893224 7.797545584 6.924047129 +LQ02X026040 Oligopeptidase, putative 13.20975045 13.4356281 13.69838402 13.99919247 13.4821081 14.5465537 14.64863561 14.268435 13.25410613 13.12256381 13.44053433 13.88631832 13.49745771 14.69295129 14.63863574 14.52473284 12.77034537 13.39536342 12.88388347 13.18435715 13.16122262 12.9268775 14.3500789 14.17757372 12.96916093 13.48084657 13.29648549 13.005832 13.30168546 13.58704281 14.31020255 13.79781673 +LQ02X026100 Putative Vinorine synthase 5.891575405 5.55564902 6.015899494 5.363316412 6.232668327 4.98751184 5.172531379 5.36829193 5.530370936 5.362249983 5.475990604 5.130428206 5.802989732 5.189599664 5.004425492 5.307252193 5.779570002 6.55528973 6.039284366 6.894306959 6.849918841 5.414302194 6.970387409 6.690991688 5.739247481 6.166166481 5.786785329 7.314224293 6.337572541 5.32485126 5.647693245 6.255640084 +LQ02X026280 Putative Vinorine synthase 5.168535815 5.126901479 5.152908173 5.028149353 4.989161058 5.395021588 5.47960561 5.966868554 5.037528173 5.066188909 4.896707303 5.137038239 4.72651053 5.434533161 7.316169262 5.313969274 4.915826332 5.214021108 5.257104549 5.308563219 4.967442026 5.127738144 6.448842657 5.003564127 5.077231873 4.990631384 5.419160572 4.756260768 5.224179443 5.157992287 4.823633767 6.707849768 +LQ02X026320 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B theta isoform 13.0655124 13.16081638 13.34033917 13.0475822 13.61965105 13.52138725 13.43981925 13.72788087 13.24526969 13.29943759 13.55201546 13.31170155 13.64258416 13.23375215 13.48393846 13.76983459 13.44841235 12.65188389 13.44721363 12.94178297 12.99796813 13.4966098 13.85006621 13.2583138 13.3199127 12.58692553 13.16379217 13.53588186 13.15105862 13.2327576 13.47061382 13.10246436 +LQ02X026330 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 8.043451778 8.256195533 7.745613895 9.360900093 8.199729484 9.653784533 9.315973645 9.332490707 8.607788253 8.289706879 8.003641588 9.051229795 7.664427912 9.394542853 9.548738153 8.50811859 8.364176245 7.04192959 6.491691773 6.312338822 6.549940495 8.480507622 7.447749698 8.194881474 8.472234294 7.518455298 7.047683952 6.877860571 7.097534155 8.962216103 7.999898457 9.093074364 +LQ02X026350 Putative Signal recognition particle 72 kDa protein 10.99350335 11.11275234 10.85633194 10.64806512 10.63247563 10.64351332 10.77466577 10.65581918 10.36898136 11.32049718 10.22020445 9.96770124 10.01114803 10.08558152 10.92612093 9.841363672 10.57551567 10.00736631 10.96105291 10.29513605 10.09490669 10.57780788 10.96362123 11.02858821 10.88407285 10.76343726 11.39756966 10.27616981 10.93690827 10.52338195 11.06706361 11.28480938 +LQ02X026360 Putative F-box protein SKIP14 6.053979148 5.789181569 5.742990933 6.390065932 6.399207984 5.675151333 6.225646318 5.833068087 6.075104248 5.650487213 6.380964996 6.272409724 6.696157995 5.653114654 6.122452094 6.214328159 6.083981379 6.069908329 6.433493534 6.434144405 6.263474525 6.008489733 5.832199204 5.281329379 5.6395182 6.576342116 6.558096747 6.31940337 7.050257293 5.937932244 5.256372155 5.379496748 +LQ02X026380 GT-1 10.53422998 10.69409623 10.71898324 9.991140871 10.53165371 10.90616061 10.90912817 10.75293208 10.49321527 10.50920645 10.62835689 10.08546937 10.45026832 10.85982344 10.69847029 10.65348092 10.98241105 11.49934879 11.47375108 10.94068651 11.17503665 10.64033005 11.50529268 11.34952377 10.55390267 10.86074175 11.62921105 10.50378588 10.96347368 10.83273852 11.52184018 11.17462581 +LQ02X026410 Putative uncharacterized protein 6.761828878 8.755985771 6.853431484 6.784177222 5.182958857 5.518111822 8.00130734 7.087445645 7.499586409 7.91075164 7.031627796 6.073738929 4.970832489 6.269840421 6.592165227 5.944366048 10.29197452 9.861439384 10.06915205 10.69489455 9.435674454 7.708946691 7.982881207 7.601835818 9.309537293 9.587996864 8.519082041 7.685044897 7.511950293 5.575486706 6.689452997 6.561813537 +LQ02X026420 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.203794609 4.759663473 5.331841844 5.38258531 5.271244516 5.20188967 5.080287984 5.400021016 5.124189267 4.893672585 5.105506997 5.479939399 5.438258243 5.095715922 5.073755539 5.154186966 8.629606478 5.614544282 4.964693464 4.921376937 4.983607484 5.109448595 5.933678251 5.314420101 5.522384181 5.258364336 5.039684718 4.870650736 5.020708247 5.140353615 5.40651724 5.055942171 +LQ02X026460 Alpha DNA polymerase, putative 9.282803986 9.697527474 6.330950253 5.586451047 6.251369498 7.387300402 6.514049915 6.549192259 9.484539615 9.538392672 7.383782336 6.196220784 5.362156411 7.269898609 6.832084748 6.268505537 8.733772052 6.439105757 9.191344956 5.715208059 5.833094288 7.96233211 5.982834883 5.920392964 10.0017793 8.949634295 9.99858461 6.123930576 7.155054908 6.430466968 6.239644339 5.983048027 +LQ02X026480 3-oxoacyl-[acyl-carrier-protein] reductase 1, chloroplastic 12.89605199 13.19133974 13.27660955 13.18789839 13.18031072 13.13245075 12.84313099 12.16368422 12.84713691 13.21931698 13.2234698 13.04448136 13.51707986 12.76872401 12.80529759 12.63670991 13.00142169 12.84264451 13.30415641 13.06239638 13.04506698 13.22106436 12.73736414 12.80114081 13.20544551 12.99532537 13.37650344 13.16911801 13.35000807 12.70085645 12.50588907 12.47825798 +LQ02X026490 Putative Uncharacterized protein ybeB 5.714158796 5.760901568 5.633495804 5.597452395 5.845609702 6.39674506 6.142950244 5.649538121 6.025968497 6.351125453 5.614029784 5.733524234 6.313832633 6.462138875 6.787270508 5.522407005 5.775411213 5.573810452 6.04756674 5.70134781 6.185630681 5.645656037 5.993821151 5.332494274 5.522210656 5.69470656 5.922239127 5.831107085 5.801047428 5.732547639 6.465607967 5.730387858 +LQ02X026550 Cyclin-dependent kinase G-2 5.527140655 4.894984112 5.453374096 5.246245565 4.940292016 5.247082278 5.071673215 4.9127399 5.073376049 4.894680115 5.396839705 4.944465905 4.890469249 4.794361944 5.651495476 4.956842584 5.181462725 4.881162841 4.941408177 5.099875121 5.054547206 4.900389252 5.717577925 5.400249492 5.092672073 4.877569621 4.939205771 5.73168204 4.85053994 4.860951846 5.781084724 4.716146026 +LQ02X026590 Lipoxygenase 6, choloroplastic 8.585282117 9.755356444 7.955637562 7.809674523 8.530335142 5.787980459 5.942658688 6.348735214 8.59437724 9.283315018 7.935253533 7.882940917 7.791536072 5.918441431 5.77185351 7.05407905 9.296339251 9.288471599 10.54334385 7.538376285 8.342380705 9.22939049 6.879644941 7.503420232 9.583352978 9.122830501 11.0787546 7.817050097 7.935676171 7.231415556 5.281823179 7.852764729 +LQ02X026620 Adenylate kinase B 5.855319751 5.462143356 5.314342083 5.063760994 5.349806983 5.031367858 4.88615453 4.991789377 5.380581223 5.686060367 5.012470476 5.074069242 5.199092005 4.9607575 4.910510024 5.023890646 5.588521015 5.394459841 5.392024718 5.316119995 5.501802025 5.425785794 5.328642257 5.983528238 5.433097796 5.953942647 5.906936057 5.696025597 6.075389661 5.292633022 6.16525836 5.418867094 +LQ02X026650 NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial 11.73284864 11.64084559 11.50453399 10.95434874 11.25833161 11.38243344 11.16217171 10.77066266 11.54284656 11.62187228 11.42598911 10.94308174 11.37591142 11.33376952 11.12507765 10.49826725 11.52178269 11.39780696 12.09273767 11.58734963 11.38710586 11.33227038 11.75675855 11.85627838 11.89721514 11.73608503 12.46099344 11.4734472 12.06821055 11.5168655 12.16910214 11.87935443 +LQ02X026660 Putative uncharacterized protein 5.983419574 5.637752476 6.158437189 5.484558851 5.549808749 5.848805836 5.516939324 5.370546709 5.570260939 5.604119688 6.189595131 5.669979642 5.975117333 5.942083511 5.125476394 5.292097704 5.488158138 5.81061496 5.675376501 6.235624295 6.034842662 5.691399125 5.966198457 6.099203592 5.708733973 5.508223368 6.186445134 6.162869928 5.984758464 5.757049764 6.105571773 5.372342984 +LQ02X026670 Putative Thioredoxin H-type 9.749005787 11.00699916 9.161333864 10.29410144 9.257603553 10.4492417 10.43222408 10.72381805 9.670062825 10.3241532 9.267362324 10.40162867 9.534789708 10.25424996 10.33556867 9.835666799 11.2401772 11.37455486 11.05484267 11.05338405 10.63439902 11.18300833 10.63486502 10.64377578 11.51099474 11.85757015 10.85194693 10.86906268 10.47553146 10.87589034 10.65108052 9.912940796 +LQ02X026760 Proteasome subunit beta type-5 13.7162219 13.8912265 13.18620726 13.82814042 13.6206179 14.02182561 13.9478534 13.77958312 13.8122859 14.08214182 13.31616752 13.84750648 13.56585554 13.98349011 14.11594844 13.74333404 13.79511975 13.9835077 13.29464639 13.0520345 12.91087317 13.17305142 13.23393899 13.13886993 13.60508228 14.00851871 13.37143024 12.77877754 12.96339856 12.92331708 13.40099256 13.24463222 +LQ02X026770 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 11.08942757 11.21667824 11.18890011 10.91974436 10.99352683 8.450998576 7.919259976 7.690576736 11.11908192 11.16767558 11.27998065 11.08830435 11.43753966 8.651941028 8.292822975 8.321856399 10.52837284 11.33964873 11.20345731 11.36571978 11.81093703 11.63040495 7.707143218 8.996246142 11.3693801 11.98144119 11.12178718 10.74891714 11.79361552 11.0666687 7.847447672 8.778612976 +LQ02X026780 Transmembrane protein 167A 12.36096863 12.02413222 12.49741982 12.47822054 12.10160773 12.49410501 12.34651973 12.01547538 12.60690671 13.14964946 12.45196999 12.52583696 12.34221999 12.46808063 12.33217343 12.24775876 12.14703064 11.60645538 11.58391714 11.63964601 11.88009266 11.79704976 11.84266134 10.93977238 12.46247811 11.8450145 11.76716633 11.97759207 11.18005103 11.54633397 11.95917911 10.84135132 +LQ02X026820 Putative Leucine-rich repeat receptor protein kinase EXS 4.634717636 4.694627014 5.023769366 4.705284349 4.860776915 4.802117767 4.623153246 4.643000481 4.718536589 4.79152043 4.918135964 4.66737711 4.876608237 4.833653513 4.42936969 4.733070557 4.622919026 4.794011053 4.784513088 4.917596021 4.881496768 5.153097193 4.972763616 5.266988925 5.080420627 4.884275666 4.773104808 4.347220182 4.575402687 4.653507869 4.97749527 5.109196545 +LQ02X026830 Predicted protein 10.39519942 10.5310216 10.30169165 11.63588966 11.60440523 10.62915786 10.93737754 11.29427894 10.12041058 10.59790828 10.47471159 11.84217046 11.3986166 10.84972572 11.36975593 10.88836686 11.34339627 10.60461845 11.32126976 10.59514805 10.82555105 10.67862605 10.06204395 10.91114978 11.17065447 11.71456133 10.54413097 11.04185204 10.96092289 11.67245423 10.38822649 10.85240286 +LQ02X026840 Predicted protein 10.32302432 9.723364189 10.50447654 10.59186048 11.01716891 11.16685217 11.14421927 11.38877131 8.664119602 9.762984102 8.492757142 8.949866513 9.630577353 9.241917098 10.92498844 10.06088163 9.959482848 10.69493033 10.1806692 10.44044178 10.417696 10.3031045 10.59203555 10.50778162 9.655245002 10.46382919 9.7209741 10.77239964 10.58575968 10.12075492 10.77779816 10.70027175 +LQ02X026850 Putative uncharacterized protein 10.3025394 10.33495167 10.54197422 10.25307204 10.41508772 12.48145276 12.0881416 11.37069353 10.34388129 10.34637139 10.7101279 10.27819534 10.39263036 11.97958639 11.49636096 10.76752274 9.697317231 10.03975858 8.696578429 10.96091007 10.43766164 9.71366454 12.04059571 10.85909037 9.934604831 9.692447388 9.198887747 10.64260592 10.35936844 10.02442417 12.09945707 10.69778966 +LQ02X026880 Probable ribose-5-phosphate isomerase 5.803461377 5.561833157 5.795814787 5.749882614 5.75174817 6.467312251 6.267933953 6.47662497 5.75212677 5.998553959 5.56530305 5.84414487 5.920286136 6.609657427 6.950371575 6.277089307 5.327850732 5.737744243 5.445280432 5.807226302 5.47330183 5.419584566 5.765073295 5.929539486 5.311147628 5.735712715 5.597715304 5.536129138 5.303959938 5.597315429 5.928135615 6.78790649 +LQ02X026890 Auxin:hydrogen symporter, putative 11.06180369 10.69974295 11.41007635 11.17466974 11.48837594 10.73092458 10.56183847 10.72553972 10.9782265 10.69725024 11.3357617 11.2866208 11.50209693 10.80210307 10.73934243 10.54796996 9.955636481 10.283311 8.94506752 10.6926019 10.7906448 11.11879133 10.31341598 11.04619015 10.18611829 10.81879537 8.220965842 11.00751214 11.4075582 11.35976862 10.35516228 11.01429786 +LQ02X026930 Acetylglucosaminyltransferase, putative 4.994575649 5.277290352 5.545317855 5.620448088 4.992079221 5.716407692 5.455722101 5.266363736 5.521696423 5.653256673 4.828468258 5.702463683 5.54814669 5.659299094 5.38712709 5.28998219 5.183765346 5.036626594 5.738359697 5.434965231 5.209056624 5.131608565 4.860377671 5.382480467 5.392883211 5.366649903 5.177641157 4.98367545 5.700021352 5.26648562 5.011230129 5.086239479 +LQ02X026960 Predicted protein 6.382819302 6.439073573 7.845919375 8.710718066 9.424681117 12.166048 12.1200479 12.34139385 6.552431326 6.048613921 7.811954328 9.309849496 8.939886416 12.23900968 11.74209267 11.914706 6.614914423 6.942314748 6.662433037 8.162427761 8.188896287 8.622329239 12.12520771 11.83111776 6.033488226 6.868361229 6.52598977 8.31542933 8.390718124 10.33614792 12.01173417 11.70273841 +LQ02X027000 Putative MLP-like protein 28 5.052095797 5.503691783 4.959359596 5.843619999 5.429245764 5.808571934 5.645287544 5.233662423 5.22582917 5.250817632 5.087177477 5.70019485 5.438031034 5.36974403 6.719372938 5.540344103 4.990783581 5.259812068 5.613287272 5.55057931 5.041477205 5.28469529 4.736740978 5.208598118 5.03886276 4.971778488 5.84524825 5.353309695 5.862589611 5.599397706 5.587751379 5.963699339 +LQ02X027140 Putative uncharacterized protein 11.55431061 10.50347685 10.57351095 10.76495068 10.11493827 11.29378758 11.31835413 10.78236143 11.26095444 10.57503353 10.77475951 11.00404352 10.64755423 11.77546043 11.07975214 10.89451502 11.31440332 10.98020237 12.45515061 10.49638253 10.79218664 10.50350166 11.37292211 10.82936386 12.56468676 11.15641843 12.35475427 10.59560844 11.26032307 10.5011515 11.33455759 11.16578835 +LQ02X027170 Putative Phytanoyl-CoA dioxygenase domain-containing protein 1 11.30194376 11.29979943 10.56605598 11.50976582 11.35630543 11.93820879 11.98784763 11.94270765 11.72636915 11.47871193 10.88902906 11.48572373 11.53460208 12.19697884 11.89958837 11.89202524 11.33175115 11.06588416 12.20436552 10.5002213 10.61014577 11.21132519 11.42840417 11.00961872 11.33842393 11.2521177 12.0319066 10.86482262 10.84873854 11.57565366 11.44663869 10.96086143 +LQ02X027190 10 kDa chaperonin 12.18758716 11.12255234 10.74300653 11.9638217 10.5045556 11.92314384 12.08349451 11.21943745 11.53024855 12.00471352 10.39246096 12.02934873 10.7382381 11.26749987 11.0538357 11.30241872 12.04924655 12.48003474 11.09641271 10.22979165 11.25501245 10.89846414 11.9729909 11.0912704 11.65498087 12.29326084 11.37146799 10.69812656 9.931509034 11.03131043 11.76207958 10.91959595 +LQ02X027200 Probable sulfate transporter 3.3 7.910686827 7.884362649 8.117827367 7.682295605 8.075620841 8.631420975 8.308200385 7.815643498 7.388243937 6.92919785 8.25513298 8.044699989 7.593702065 9.00390423 7.547837875 7.829485922 8.088104618 8.354617784 7.019400669 7.678455567 8.133598127 7.536173039 7.92096484 8.135623974 7.747138205 7.564534008 6.290328665 7.360867685 7.922782602 7.987970087 8.505701922 7.181234779 +LQ02X027220 SEC12-like protein 2 10.86070703 9.444008335 11.05889552 11.39047322 10.59092422 11.19991064 11.51934162 11.15149441 10.55073359 10.9124057 10.3467474 10.78390272 10.44101475 10.78740147 11.49876921 11.10596601 9.904705529 10.90622135 9.800462546 11.30250495 11.23815996 10.5905807 11.12818454 11.07005292 10.63187816 10.99522453 10.25529889 10.30562738 10.40057501 10.17998043 11.40834319 11.04457206 +LQ02X027230 Putative Uridine-cytidine kinase C 10.86759199 11.05259848 10.74695947 10.49801514 10.56951552 11.11006679 11.0601399 11.18815347 11.16084598 10.67545925 11.17216102 10.98330484 11.20327163 11.52554541 10.92583633 11.30131959 11.18865945 10.73137031 10.7147979 11.03124377 11.21132871 10.49703018 11.43744738 11.05400061 10.93111326 10.67021083 10.35469798 11.11997892 10.86481356 10.49124068 11.75880806 11.02602397 +LQ02X027240 Nudix hydrolase 25 12.20389388 12.50025118 11.70251623 12.24130628 11.77936246 12.86886689 12.80262055 12.77151243 12.32246462 12.31462048 11.85182916 12.38150023 11.69294328 12.61647842 12.54611886 12.72436566 11.94865018 11.73792295 11.88847318 11.0332531 10.98317237 11.75576471 12.01857543 11.57732825 12.01934012 11.99791869 11.92842082 11.5217461 10.3361565 11.47123023 11.82020774 11.27650081 +LQ02X027250 Putative non-LTR retroelement reverse transcriptase 9.111637703 8.975186039 8.752188628 8.628305413 8.749617388 9.052095681 9.217746428 8.656932052 8.654960211 8.653052512 8.384852208 8.549776717 8.255554773 9.284460176 9.053178996 8.815535167 8.565047936 8.109728224 8.715920782 7.937370715 7.258245727 8.266723877 8.395280821 8.809167209 8.591570664 8.437291892 8.600504927 6.78946205 8.495771908 8.302010936 8.631622337 8.973139514 +LQ02X027260 Mitogen-activated protein kinase 17 13.7835591 11.72009513 13.91911612 13.91032669 13.00808971 14.9669009 14.38446751 13.98907583 13.01802252 13.1844117 13.11222402 13.36155728 12.77378964 14.35350689 13.22199544 12.5156757 13.01358851 13.13039872 12.70394556 13.22046219 13.14512813 13.29225058 12.79572427 12.52187678 13.09231198 13.27684113 12.46334934 13.22579255 11.8121838 12.45728291 12.66942713 12.37647345 +LQ02X027280 Putative Serine carboxypeptidase-like 50 5.758090304 5.394921776 6.33092805 5.71722301 6.002650783 5.995852999 5.416976412 5.536691519 6.115846667 5.368383921 6.323932629 5.414016628 5.968083817 6.107463978 5.637109291 5.571918896 5.938091262 5.596685834 4.991669423 6.600706852 6.403405728 5.688395478 6.096009398 6.580088869 5.708690095 5.548557115 5.165475128 5.930920626 6.289633959 5.740696246 6.395242617 6.049647425 +LQ02X027290 Putative ATP-dependent DNA helicase recG 5.104748901 5.190354728 5.697723513 5.209394414 4.784232936 4.844120833 5.219842331 4.894212148 5.043718277 5.010970523 5.216940356 5.330217946 5.089882004 4.829170369 5.194479947 5.293560449 5.137085897 5.433327819 5.392372088 5.619878161 5.619456766 5.277221526 5.465638782 5.116211916 5.077615452 5.415402617 5.577339876 5.599748671 5.541958615 5.489604163 5.120832536 4.935384918 +LQ02X027300 Homeobox-leucine zipper protein HOX3 6.109644946 7.149769068 5.650925533 6.674824826 6.536346971 8.428386329 8.336080656 8.693624209 5.920923904 5.976647534 6.009935291 6.591762219 5.956154947 8.710039403 7.863842389 9.097003147 7.000976522 5.526599387 5.996542621 6.086916413 5.270995572 6.17047007 7.059447942 8.418628608 6.961332564 5.429840601 5.982588788 4.931440772 4.910271267 6.190626186 7.317554225 8.625460219 +LQ02X027340 Auxin efflux carrier component 3 5.330929675 5.88199709 5.085640956 5.284417652 5.540564419 5.539525359 5.165403671 5.388523205 5.4772186 5.179397561 5.406654138 5.156181619 5.352034888 5.333549816 5.74905232 5.185551247 5.690230076 5.442799939 5.740429836 5.454816245 5.293880452 5.801537355 4.833554778 5.251873117 5.191624776 5.417585213 5.705044143 5.356618444 5.116574214 6.090823464 5.447694349 5.586450751 +LQ02X027350 Putative uncharacterized protein 12.87874849 13.23967005 12.43191349 11.82557687 12.45672735 11.22905642 11.55159819 11.30153874 12.93489182 12.65519389 12.66837665 12.07610318 12.57707508 11.24323325 11.72589147 11.70622589 13.33243804 12.85340796 12.66733917 13.00414566 12.52871173 12.35110302 11.55888589 11.22721287 12.65098194 12.33784962 12.25149267 12.33466844 12.29483532 11.52407912 11.75378991 11.11978284 +LQ02X027360 Predicted protein 5.546556274 5.684240437 5.77355142 5.019434634 5.461888783 5.020123742 5.200784357 5.174901264 5.394773758 5.143153914 5.866839179 5.118903968 5.706709817 5.264405193 5.113611891 5.286004668 5.481943893 5.837468553 5.723148928 5.238951784 5.595799578 5.172188973 5.530649184 5.296083487 5.144436873 5.320888787 5.129265408 5.177881415 5.172714806 5.543210737 5.312031236 5.788258112 +LQ02X027400 Hypothetical protein 5.24224042 5.645964416 5.533844349 5.6152232 5.531187908 5.499635131 5.759376981 5.362475877 6.064863204 6.20825017 5.310303449 5.502426662 5.453593486 5.71536371 5.679464484 5.366057127 5.948416959 5.566004741 5.558222063 6.040253149 5.261630921 5.424684509 5.647800542 5.023326785 6.029786211 5.219179836 5.351986072 5.467379518 5.186143593 5.540712869 5.531063673 5.632498031 +LQ02X027402 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.589887977 4.550005011 4.836382531 4.615973991 4.69211706 4.496299219 4.448130116 4.584892924 4.575892613 5.021385862 5.127986213 4.546579165 4.738730153 4.461539846 4.40706851 4.506344197 4.886124251 4.3865174 4.839194232 5.102439818 5.076105225 4.386525001 4.548253014 5.158661007 4.58085772 4.774089272 5.13302046 4.984515297 4.830739561 4.451558145 4.838286205 5.22529707 +LQ02X027510 Putative Probable nicotinate-nucleotide pyrophosphorylase [carboxylating] 12.05301993 12.56942096 12.4567236 12.55521678 12.00920502 12.63698407 12.58568779 12.50356149 12.38025706 12.60590842 12.47298536 12.32107873 12.38148365 12.72654203 12.60745852 12.44451175 12.83602709 12.58755154 12.21752676 12.02470079 12.39019361 12.204178 12.71954805 13.18791307 12.44624398 12.52802153 12.40590358 12.46293428 12.62526739 12.79042281 12.77393381 13.01300665 +LQ02X027520 Predicted protein (Fragment) 9.211785513 8.895488294 9.418800933 9.1661685 9.183587901 8.566922777 8.78673765 8.892472012 9.207205636 7.885439049 9.49069198 9.294859962 9.497623867 8.82411799 8.204771526 8.502950794 9.435980442 9.34136278 9.271882842 9.098118088 9.939153322 9.68442742 9.251384417 9.88772297 9.708321291 9.702831206 9.613585285 9.285739197 10.53238716 10.14420671 9.585073975 9.666585096 +LQ02X027570 Uncharacterized lipoprotein syc1174_c 5.789782826 5.87911396 6.108564236 5.674787154 5.808902072 5.557028341 5.838446906 5.564342602 5.674469642 5.707201226 6.444909741 5.733686662 6.1750668 5.853788847 5.559144989 5.849184139 5.72858102 5.749079306 6.059352567 6.52643231 6.376794239 5.948788345 5.68283841 6.427302955 5.816716014 6.041002371 6.32141006 6.21894905 6.235449941 5.881577802 6.068670666 6.066191843 +LQ02X027610 Chloroplast-targeted copper chaperone, putative 11.71071457 12.54088611 10.45497393 10.09381538 10.46929534 5.823090457 5.287919765 6.054899723 11.81631995 12.13484958 11.02511542 9.775294676 10.3193968 6.360244618 6.04769381 6.050043768 11.64044943 10.37013398 11.88802849 10.36702704 9.705779996 10.94026327 5.68745304 6.074338897 12.07351429 11.35626695 11.89678086 9.459924053 9.887169835 8.000017444 6.432520687 5.790264136 +LQ02X027700 Adagio protein 3 9.612876401 10.65749634 10.3974711 11.56013272 11.96576454 9.727863593 11.53577452 12.21622787 9.340705405 10.26109282 10.37700697 11.28833879 11.54487966 10.06420535 12.05722605 12.02566184 9.929196848 11.04575976 10.84910727 10.92831859 11.69102139 11.96388677 12.26818617 12.99943824 9.833559802 10.88030396 11.42424862 11.86562153 12.01403019 12.65158875 12.73094146 13.44390868 +LQ02X027720 Dynamin-related protein 1C 12.49410807 11.85387835 12.84059007 12.87955985 12.46925603 10.16381955 9.510645728 9.823030629 12.41827695 11.75818741 13.23603784 13.42649095 13.14686782 10.05279629 10.28364972 10.43248759 12.66182275 12.73916452 12.58981297 12.8878727 13.09863822 13.1010122 9.499650706 10.56921001 12.91413462 13.41723802 12.48925136 13.50292735 13.17596343 13.48306772 9.7930821 10.6087431 +LQ02X027730 Myosin heavy chain, clone, putative 9.718021297 9.8416522 9.575264966 9.788542567 9.588402122 9.129727384 9.185903634 9.114124058 9.264306286 9.536515168 8.969248061 9.49719416 9.078490732 8.961958262 8.767894754 8.3852715 9.432957196 9.280971019 10.23497178 8.649220454 8.892263052 10.04023705 7.283067362 8.083915749 10.21808868 9.848374294 10.66094314 8.586810092 9.777964994 10.05154376 8.739054726 8.971400808 +LQ02X027780 Putative Nuclear pore complex protein Nup155 5.440942122 5.676746277 5.37018543 5.197412843 5.239568102 5.348544677 5.383153267 5.384888717 5.482610987 6.397480828 5.225656819 5.405141345 5.593289959 5.195052093 6.063178631 5.551052987 5.628508277 5.309652179 6.247318701 5.845276459 5.78134167 5.459687009 5.447587732 6.077580108 5.78547965 5.918778075 5.783589349 6.143395408 5.680197652 5.499159355 6.061117535 5.707845769 +LQ02X027810 Ankyrin repeat-containing protein At2g01680 10.13334741 9.550228533 9.730436786 11.04815897 10.06443357 11.42779916 11.3411882 11.17735764 10.06880929 8.947892675 9.809122193 10.62950483 10.13787284 11.2262491 11.33236347 11.03514043 10.36845857 10.18530121 9.90999125 9.484076627 9.211643321 10.43709001 10.35833635 10.58624289 9.70481507 9.709936027 9.454657202 9.8751227 9.573731834 10.64852137 10.15851926 10.33193594 +LQ02X027860 Putative SET domain-containing protein 3 5.373100825 5.074717909 5.225403927 4.876377687 5.035238143 5.474818357 5.006113861 5.381860151 5.394043811 5.179824665 5.072087335 5.012829131 5.352133454 4.990311402 5.335612561 5.002455349 5.187753946 5.921872978 5.325872331 5.427434328 5.164258523 5.100312362 4.866719988 4.87204827 5.300739386 5.337381455 5.381888348 5.050636222 4.830327991 4.816571295 5.580114361 5.070149294 +LQ02X027870 Predicted protein 5.803535987 5.283953727 5.560158587 5.720846036 6.35421211 5.828069105 5.791631016 5.804877966 6.076766353 5.35553561 6.029204874 5.767526529 5.961111146 6.07779223 5.649342347 5.979844336 6.074814794 5.931774997 5.592885601 6.316296106 6.191710857 5.659706173 5.771840243 6.26268859 5.645730981 5.515286023 5.697422988 6.060672459 6.166065775 5.778268704 6.084533987 5.939097128 +LQ02X027880 Nudix hydrolase 17, mitochondrial 5.607566586 5.277286998 5.944805062 5.185327943 5.329947081 5.317379785 5.111387099 5.426009095 5.406481274 4.861700059 5.776677109 5.270398919 5.569576197 5.274096263 5.164565327 5.164539048 5.305491822 5.494999845 5.350025542 5.457563684 5.373110256 5.587256293 5.328466323 5.240461819 5.173272785 5.502510084 5.497233054 5.716854753 5.165332247 5.44761787 5.21855345 4.860238458 +LQ02X027940 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.972685048 10.38280986 10.50872043 10.42171268 10.52453877 12.15369246 12.19594231 11.88546135 9.781967649 10.21081824 10.37020796 10.60401022 10.3275172 12.18608418 11.96038977 11.78792327 10.32804957 10.61824047 10.63510285 10.83045899 10.84975206 10.14742611 12.78137646 12.20696776 10.07907659 10.1609122 10.82551735 10.67502333 10.40031633 10.60773251 12.63115144 12.24824186 +LQ02X027990 Ubiquitin-conjugating enzyme E2 variant 1A 5.727141932 5.707521747 5.320839832 6.353816863 5.61382055 6.364430458 6.519836858 5.74713425 5.444963855 5.910253197 5.211938828 5.233664987 5.24015116 5.402933149 5.550199101 5.425593892 5.198431049 5.465606991 5.507597522 5.097376961 5.48539218 5.506009566 4.740464904 5.274975272 5.448501474 5.820794085 5.591477727 5.187369911 5.122297895 5.636613591 5.001875137 5.09197384 +LQ02X028000 Predicted protein 5.539932527 6.020187231 5.910014732 6.198897318 6.027426285 6.365752528 6.214377729 5.637302941 5.927391526 6.073166273 5.739813148 6.237146117 6.131446512 6.270328438 7.181302769 5.99371907 5.861315655 6.269323374 6.136802148 6.199174379 5.564574697 5.86091651 5.98734736 5.971640503 6.070711751 5.853645216 6.085655321 5.944347436 6.066407918 5.403115475 6.175733741 6.037871942 +LQ02X028020 Cysteine-rich repeat secretory protein 12 4.734438844 4.63864272 4.689440678 4.573697002 5.107929496 4.670201377 4.751406321 4.517590187 4.42899076 4.954566453 4.681935176 4.589726063 4.708752215 4.785181534 4.62530518 4.917579012 4.699915639 4.664290123 4.950952722 4.825146699 4.49128462 4.539403245 5.008282842 5.010463135 4.555360709 4.591894313 4.775041687 5.019776541 4.760690526 4.571768225 5.271851203 5.341046765 +LQ02X028030 Putative uncharacterized protein 5.396712211 5.426910954 5.188841725 5.200508757 5.80899951 5.386637508 5.252332579 5.220249818 5.487265691 5.524986751 5.582347796 5.394555134 5.577320631 5.437455466 5.544493784 5.218700854 5.54732534 5.212150811 5.18252094 5.353014317 5.868553221 5.580453548 5.82515848 5.456592153 5.611772269 5.738030815 5.590323223 5.157678188 6.328532699 5.273089094 5.369264065 6.318356647 +LQ02X028050 Putative Protein TIFY 6B 5.627218897 5.571565253 6.233014498 6.017468823 6.021496249 6.234203834 6.19572373 6.377391344 6.022275196 6.157313863 5.818210495 5.859102705 5.73016672 6.098831214 7.011753904 6.101495366 5.62134408 5.791579585 5.089689136 6.192141506 5.820698115 5.696566623 5.592486778 6.361776554 5.897587463 5.676246329 5.799174641 5.626660758 5.787062637 6.019632999 6.014854142 5.979823435 +LQ02X028060 Putative uncharacterized protein 13.06442588 12.70388157 13.10375451 12.25826879 12.92825461 13.15965712 13.07199645 13.09270574 13.04933793 12.49608575 13.36104734 12.6794555 12.96155245 13.31742123 13.03094171 13.36845198 13.18862481 13.09730865 13.00661452 13.44007603 13.22690977 12.79575994 13.65402082 13.295229 12.91024744 12.68036738 12.51932683 13.00388524 12.63604235 12.57691972 13.47955353 12.78749814 +LQ02X028070 Glucan endo-1,3-beta-glucosidase 3 5.379784159 5.183981868 5.465001562 5.384366444 4.88985234 5.340966169 5.487885622 5.543469227 5.466686201 5.575035883 5.465632809 5.406211714 5.308831469 5.574594319 5.308648963 5.412203753 5.548741964 5.418056821 5.273251066 4.962962349 5.11499714 5.271069321 5.315268026 5.790972443 5.303713184 5.672954673 5.451807634 5.150496772 5.13861169 5.296587883 4.878190987 5.425863815 +LQ02X028100 Putative Dynein light chain, cytoplasmic 10.89364742 11.02640458 10.53729593 9.720559274 10.19171021 8.963862104 8.718471244 9.037030075 10.94323096 11.8188139 10.74589031 9.927702777 10.75845041 9.081267611 8.658294773 9.518105661 11.15201444 10.67130607 11.18740603 10.14449669 9.816742419 10.32255958 8.294770799 7.996374692 11.42342713 10.8305649 11.55559759 9.869968389 9.318927014 9.224868565 7.63223637 7.761009036 +LQ02X028120 Uncharacterized protein At1g14870 12.08974542 12.87317172 12.9278111 12.3999584 13.89780048 11.3129021 12.24356113 14.13784197 12.38291036 12.66633601 12.89325903 12.22882194 13.36252797 11.67369709 12.75761031 13.49350123 13.31854541 12.99003048 12.78821099 13.80626104 12.87883577 13.52139433 13.88972806 14.26045615 11.78444258 11.58406923 12.32251579 13.4998031 12.38445157 13.3370236 13.64400549 14.34128354 +LQ02X028210 Uncharacterized protein At1g14870 5.335156342 5.482543456 5.852894834 5.99844295 5.94305254 5.124574572 5.268926886 5.136858464 5.331362512 5.155556646 6.30134561 6.032617781 6.838429594 5.2519492 5.112629641 5.476020902 5.553641884 5.866966745 5.26934186 5.204124265 5.651299099 5.983178555 5.263505241 6.047901209 5.589267192 5.571538598 5.087228142 5.146545167 5.924134603 6.081640866 5.941980605 5.429546885 +LQ02X028221 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.805616934 4.88706128 5.156073481 4.840724009 5.18317759 4.89107529 5.03952984 4.741486618 4.834234792 4.847592349 4.97080803 4.700362151 5.025651993 4.908579643 4.951272146 4.760519184 5.067042906 5.208070032 5.116225654 5.347451563 4.899659216 4.845563936 5.716641543 4.945957133 5.247933737 5.007049847 5.000075879 4.87778459 4.934195715 4.991526826 5.243903793 5.002519436 +LQ02X028230 Putative Thiol:disulfide interchange protein txlA homolog 12.39773825 12.32875802 13.30433649 13.26436421 12.74946118 13.70598312 13.8457727 13.54693163 12.67397752 12.40693707 13.30124778 13.50509875 12.88938169 14.22060552 14.18969345 13.86036098 12.0301226 11.37968073 11.5832993 12.41271951 12.02594367 12.45239124 13.42647684 13.50310511 12.29311912 12.01660423 11.95728609 12.93741737 12.73111248 13.12014748 13.82643597 13.1588348 +LQ02X028250 Putative Uncharacterized protein At1g14870 4.99779103 4.773267847 5.408856549 4.782631124 5.0001193 4.959015607 4.817502923 5.134596445 4.854688992 5.042247528 5.572188891 4.783582819 4.809779165 4.787973429 5.373735641 5.009779156 5.36088789 5.324345763 5.071113088 4.970825792 5.313911067 4.971342612 5.205166077 5.677709565 5.053195553 5.106741613 5.226528656 5.940059029 5.322284067 5.237704729 5.64708031 5.813935753 +LQ02X028300 Hypothetical protein 5.213315856 5.483529405 5.572558628 5.174648654 4.918348299 5.291991293 5.236329764 5.567806844 5.371921394 5.024280572 5.178072442 4.916721748 5.623730392 5.042527121 5.064454517 5.462779375 5.720226716 5.378284728 4.805144099 5.498528065 5.299794334 5.4724301 4.997652861 5.672015582 4.929440522 5.617346405 5.010019836 5.530797965 5.601779655 5.354594511 5.408883474 5.164618057 +LQ02X028310 Endoglucanase 8 6.202177363 5.892588625 5.870303918 5.737456071 5.753385411 5.995953733 5.562127454 5.60321594 5.801360979 6.701510118 6.77488651 5.618052204 5.874704414 5.86525986 5.034693685 5.480127791 5.808174752 5.727836339 5.557647215 6.415721741 6.096497095 5.619269962 5.125853482 5.934001879 6.108898198 5.555046905 6.089444415 5.364793485 5.990325874 5.651476518 6.2021603 5.068184897 +LQ02X028340 Putative 21 kDa protein 5.130483942 5.476534499 5.760516258 5.522150155 5.650930011 5.511928195 5.451662254 5.605779181 5.121539595 5.337058686 5.843279095 5.389115535 5.586665582 5.48847947 5.290458351 5.487376472 5.067750518 5.509799588 6.293025125 5.512224891 5.535211249 5.557907237 5.827388222 5.219741504 5.862499913 5.672797639 5.648498228 5.089512672 5.123024669 5.401041337 5.499019997 5.301840534 +LQ02X028350 Pectinesterase 2 5.776748368 6.414283478 6.031033123 6.874538355 7.3835899 11.38233273 11.54678349 13.30442561 5.716581754 5.910959342 5.898539558 7.01969566 6.52156233 11.69216647 11.22468983 12.24719284 6.774385045 6.90295714 6.582381611 6.27314203 5.954541261 7.388575332 11.95406806 11.24874757 6.454977097 6.521512074 6.602396948 6.337718983 5.819857903 9.260926753 10.45187948 11.63759647 +LQ02X028360 Phosphoglucomutase, cytoplasmic 14.0414152 14.04047165 13.90331061 13.59391435 13.50510216 13.86245834 13.80928907 13.40019068 13.90566611 13.57922809 13.70041162 13.68676651 13.67709657 13.82721128 13.77347554 13.91558411 14.20143209 13.77007352 14.30120588 13.80476026 13.82460269 13.3684348 14.18918335 14.51575955 13.92406131 13.73696441 14.21539204 13.97280879 14.20402054 13.98943286 14.16161842 14.27844204 +LQ02X028370 HMG-Y-related protein A 14.67631977 15.53194342 12.30186096 11.40594052 11.74258745 8.717916129 9.325862222 9.69241553 15.00108684 14.95231872 14.1012154 11.97279775 11.87508748 8.633558949 9.581314391 9.891378409 13.54057644 13.87889363 13.99862584 12.40438512 13.54607082 14.43865026 9.723187423 9.219006402 14.75793237 14.64449384 14.32992691 11.18154173 13.36972142 10.71603369 9.869472649 9.200761617 +LQ02X028380 Predicted protein (Fragment) 5.730684337 5.717608556 5.14096759 5.586501251 5.153758339 5.682782267 5.650872046 6.149376556 5.377674218 5.3716618 5.425027337 5.444850824 5.247320648 5.538248652 5.685934892 6.006075045 5.366120399 5.389839082 5.49808219 5.333999842 5.355399312 5.395421744 5.866743728 5.120003864 5.450555157 5.665420738 6.618452187 5.035410663 5.431085549 5.778945266 5.660566965 5.165156612 +LQ02X028400 Putative uncharacterized protein 5.277048582 4.983301776 5.059766403 4.697398091 5.411087386 4.534758048 4.857700164 4.73534956 5.132621271 5.294820704 5.128982343 4.938237009 5.113351913 4.737923774 4.647021559 4.719169426 5.08393609 4.895956036 5.57964607 5.059834489 5.103371901 4.932035869 4.78085107 4.771040219 4.950478228 5.271515631 5.589474674 5.540137502 5.454195417 4.996892189 4.768721853 4.964286287 +LQ02X028410 Putative clathrin assembly protein At2g01600 10.67037267 11.20171727 10.57881664 10.6485724 10.44858539 10.68791038 10.68357207 11.29560133 10.41288793 10.44152015 10.61036705 10.46028619 10.64660717 10.86456315 10.68552052 11.15723294 11.37720333 11.0563876 11.65413526 11.34687622 11.23559075 11.48290143 11.79362402 11.94933019 11.62420732 11.21085855 11.60581933 11.88325052 11.38837882 11.62863795 11.81116251 11.9451092 +LQ02X028520 DELLA protein GAI1 10.31167166 11.23225677 10.43001325 10.46295978 9.846799217 9.977149148 9.700686013 10.28319005 10.4080813 9.950814228 10.18655395 10.13503154 9.830154622 9.933377095 8.749242566 9.965745012 10.84003197 10.44234747 10.89891547 9.960564888 10.36216871 10.89752148 9.450113471 10.01855131 10.91278041 10.6498308 11.17303916 10.21900142 10.6602023 10.52710965 9.605959622 10.28702698 +LQ02X028530 Putative uncharacterized protein 12.1472152 12.39839128 11.8661662 12.38541219 12.07064643 11.47347283 11.77070886 11.67417402 12.32099283 12.85533598 11.93364542 12.508348 12.61747253 11.78683197 12.1055056 11.91598651 12.42574431 12.27639659 12.57468242 11.88359663 11.66779886 12.23803578 11.04463982 11.56868533 12.87490172 12.93030092 12.65901795 12.0143474 12.23178317 11.92942542 11.18146484 11.97517178 +LQ02X028560 Putative Probable ADP-ribosylation factor GTPase-activating protein AGD11 12.74933632 11.82956153 13.48927784 13.90619043 13.22365333 15.11781074 14.89170494 14.99167095 12.6015064 11.90052735 13.00945299 13.58892732 12.94220393 14.60863602 14.45451397 14.27093168 12.20772797 13.06078779 11.70967283 13.18529441 13.09754866 13.50086813 14.309427 14.41098925 11.70308239 12.49526899 11.34224988 13.34217238 12.41986015 13.47508809 13.86369821 13.99500602 +LQ02X028620 MLP-like protein 28 5.274165958 5.295360938 5.90155395 5.464852535 5.685223567 5.520337032 5.484628163 5.523768175 5.311306239 5.390943408 6.072488926 6.033164103 5.750100183 6.135155028 5.731130763 6.36763036 5.526906641 5.500429878 5.312901038 5.294248683 5.708715035 5.631230572 5.390483603 5.742953978 5.257634982 5.312990768 5.482743382 4.893178585 6.109948062 5.582309826 6.664368514 5.621132366 +LQ02X028660 MLP-like protein 28 6.663136351 7.108567359 7.117604648 8.049121151 8.308933676 9.586834326 9.476533007 10.45680462 7.089431338 7.456125977 7.544983172 8.726932029 8.666620536 9.916594158 10.34132765 10.80453143 6.943775176 7.819789459 6.959391059 7.187431632 7.102392387 7.939070199 9.502178349 9.104777147 7.420878909 7.611095199 7.515834255 7.52541584 7.007151277 8.313503175 9.614963321 8.642820723 +LQ02X028690 Putative Ubiquitin-associated domain-containing protein 2 12.02592056 12.27153927 12.44746284 11.72204933 12.3334291 11.36507105 11.65753563 11.72499967 12.4110694 12.17443221 12.52703413 11.94810938 12.49296059 11.63182131 11.7060762 11.84320813 11.97460137 12.1378178 11.92391208 12.54881723 12.004944 12.20260076 12.2167506 12.31109871 11.957052 12.3539172 11.80959196 12.33009501 12.54277797 12.43184335 12.22256024 12.49974892 +LQ02X028700 Putative Ubiquitin-associated domain-containing protein 2 6.157674896 5.583155699 5.296292841 5.928144075 6.146852304 6.259048913 5.804947149 5.787417905 6.231219889 5.484054301 5.431418657 5.711548415 5.380012697 5.709310781 5.844906359 5.538569251 5.58519133 5.555975674 5.973195305 5.783886525 5.426969473 5.277236436 5.148204907 5.757506941 5.976333655 5.306688381 6.151921368 5.464109493 5.28415541 5.407254275 5.289054323 5.568238016 +LQ02X028730 Putative Dual specificity protein phosphatase 12 5.458944324 5.31613084 5.542546608 5.443131209 5.808108858 5.959904984 5.520961427 5.367627442 5.414792807 5.411378416 5.580000226 5.702327416 5.803531869 5.353341254 5.686859931 5.332427097 5.448183391 5.162615449 5.270736309 5.756895578 5.49401466 5.471628428 5.180914931 5.788393711 5.32212834 5.217136812 5.439574146 7.132489929 5.26787427 5.40726319 5.828744257 6.089879699 +LQ02X028750 Putative uncharacterized protein 5.530361923 5.0689728 4.968859812 6.35119041 5.326289036 5.575846939 5.383610026 5.254202693 5.29129276 5.263838108 5.771801887 5.831710588 5.743407262 5.19033988 6.271465791 5.586408942 5.519955374 5.224590114 4.969684779 5.265470943 6.10702307 5.468856193 5.141660498 5.185801077 5.740548419 5.327060743 5.025690341 5.813123404 5.786063943 5.316986202 5.322855949 5.116751976 +LQ02X028800 DNA binding protein, putative 5.797288524 6.13939953 5.807805156 6.373678751 6.38288217 6.108451445 5.876242168 6.120314792 6.059080362 5.680484047 5.206186329 6.13492211 6.435180835 5.887445088 5.650758525 6.015808565 5.694475252 6.727394072 5.678291903 5.671463145 6.496933798 6.063717042 5.838018215 6.053262578 6.178658753 6.594005084 5.2734201 5.648625537 5.776515548 5.860098124 5.632324377 5.599863828 +LQ02X028810 Putative Transcription factor bHLH111 5.745372058 5.436950733 5.685424294 6.192923792 5.870055176 6.092110873 6.004345484 6.23939439 5.875958896 5.136194964 5.991398112 6.237727733 6.287325506 5.868274415 5.756235965 6.30398317 5.776490976 5.768739194 5.477686478 5.585050109 5.773711971 6.221784523 5.082947052 5.479217881 5.843592278 5.865926197 5.501200609 5.39661432 6.22191669 6.137759234 5.449865462 5.165345481 +LQ02X028880 Putative Zinc finger CCCH domain-containing protein 17 12.46316541 12.65379464 12.4222778 13.14349867 12.48421994 13.18764267 13.19482508 13.44395038 12.58220021 12.77729776 12.38840537 13.0909531 12.71034316 13.34308287 13.20817579 13.21976356 12.92744314 13.25410772 12.56256442 12.25061516 12.43921145 13.12582074 12.34243811 12.16919051 12.7571307 13.12619121 12.48264824 12.32368472 12.01738358 12.78201389 12.16034032 12.16105299 +LQ02X028900 Uncharacterized protein At2g02148 9.638499145 9.725762686 9.14858562 9.211873239 8.622159604 9.442646932 9.563228797 8.534505445 9.60332 9.322438363 9.078401393 9.540343547 8.955002479 9.500749615 9.177430625 8.933282572 9.108808525 9.781308194 9.70892878 9.449372857 9.942951176 8.86140708 10.12043505 9.788263541 9.323973484 9.883743937 10.06734963 9.301079878 10.35472697 9.007800871 9.812439988 10.06081214 +LQ02X029130 Putative ribonuclease H protein At1g65750 5.292881146 4.908972689 5.058149683 5.301658854 5.459615023 5.344515614 5.395563532 5.145988571 5.213453434 5.025561659 4.800925725 5.378511783 5.083483581 5.456806614 5.247407907 4.95629456 6.806615952 6.247287258 7.179198647 5.36983359 5.156648513 5.83531848 6.84144597 5.676478804 5.941669316 5.847878899 6.062060443 6.052691254 5.36519079 6.386657304 5.182337577 5.561630709 +LQ02X029150 Transcription factor, putative 5.221215938 5.277435329 5.455647205 4.706413744 4.895676052 4.735049704 4.818469555 4.723117636 5.217436542 5.19600946 4.883961018 4.697599977 4.745771244 4.828970515 4.768059049 4.731985355 4.807878291 4.655145379 6.031713688 5.039292848 4.951093638 4.791969402 4.746144246 5.016427412 5.20060173 4.830158471 5.587889368 5.193832179 5.07692978 4.771817143 4.853542211 4.9957739 +LQ02X029160 Predicted protein 11.95196738 12.27098521 11.93409375 12.00873907 11.77991053 11.99658958 12.2381496 11.97407565 12.27913674 12.43830682 12.03446184 12.06193839 11.98706641 11.94673182 12.41291653 12.03832789 12.11807879 12.21251441 12.2704892 11.97780017 11.82049013 12.37711216 11.74491571 12.62256207 12.18717505 12.62422949 12.2543498 11.86949591 12.1392858 12.29751147 12.00413601 12.3646087 +LQ02X029200 Zinc finger protein, putative 13.93206428 13.44247758 13.86379904 14.00593699 14.25401735 14.1754562 14.0259769 14.47465641 14.42771078 13.6969059 14.07914652 14.35329685 14.29779174 14.35300181 14.62585541 14.35158719 12.91906334 13.9082215 13.50512089 13.88072441 13.73979484 14.6177782 13.751372 14.11315213 13.92094314 14.4505883 14.10012463 14.1303295 13.83700539 14.48180613 13.72224267 14.26352686 +LQ02X029210 Nucleic acid binding protein, putative 7.834733221 6.879591004 7.059733857 6.677346037 6.36570627 6.226493331 6.324251343 6.196524352 7.867383922 6.249734257 6.997459029 6.793694614 6.333700379 5.96062663 6.141292934 6.182254986 7.156543068 6.640566118 7.271851345 6.18711863 6.046295367 6.065864925 5.991496999 6.318712985 7.648870994 6.926645198 7.007526291 6.426177468 7.214092379 6.08391915 6.824777 5.747895054 +LQ02X029290 Predicted protein 10.66994952 10.15663203 11.24447427 11.03885436 11.19526849 11.3826032 11.54239877 12.1557306 10.67461907 10.4044821 11.01366628 11.22641037 11.03879943 11.57652821 11.61609762 11.84910526 10.30763963 10.59655965 10.5925083 10.77614006 11.02900229 10.81683057 11.7876974 12.0128821 10.13384568 10.46284014 10.46094973 10.82380167 11.2458089 11.18196953 12.17320781 12.37683445 +LQ02X029295 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.018323506 4.867758588 4.954821515 4.752001254 4.940538434 4.941583036 4.802277565 4.898288859 4.90752892 5.236910843 4.90967679 4.718505734 4.744762594 4.888087286 4.744070781 4.879962861 5.049015552 4.850189029 5.280557714 4.646855852 4.813038503 5.358712214 4.981047276 4.846192917 4.845551132 4.733712999 5.004208877 4.467942363 5.308803232 5.020217053 5.298209992 5.331108224 +LQ02X029340 Hypothetical protein 5.915088359 5.959593244 5.420633285 5.417544678 5.322036891 5.013229723 5.227831193 5.073410611 6.091117575 5.947884816 5.538792303 5.237099616 5.454165506 5.092115368 4.955817973 5.120632015 6.290978115 6.059712116 7.083373474 5.56080336 5.116441408 5.633275209 5.51547799 6.244966773 5.852588865 5.73922483 6.765630031 5.418326895 5.432789605 5.468369376 4.913297478 5.740879955 +LQ02X029380 Hypothetical protein 5.055063141 5.46004318 5.072120466 5.118296341 4.946545522 4.856980566 4.852654465 4.913551349 4.973219649 5.252803355 5.121175739 5.321157998 5.186062292 4.938105782 4.960153707 4.930925712 5.265491393 4.745218143 5.357499925 4.960228538 5.127965726 5.091752346 5.023548943 4.621244065 5.07461527 4.778472587 5.617401439 5.228044257 5.203342529 5.015826882 4.889315686 5.167851203 +LQ02X029530 Putative uncharacterized protein 5.851454734 5.618577045 5.129518086 5.318261919 5.2062102 5.085358029 5.276483969 4.957400666 5.550293114 5.785908088 5.078065319 5.467775256 5.144456877 5.030312459 6.01421135 5.183805833 4.923930071 5.240262637 5.751041337 5.476113912 6.124008737 5.127036037 4.825713226 5.357025367 5.60028092 5.394760308 5.677068878 5.294767009 6.085572563 5.62081894 5.383573082 5.01664534 +LQ02X029580 IAA-alanine resistance protein 1 11.86247447 11.54833191 12.33314702 11.60376701 12.00697171 11.11844667 10.87516383 10.94126081 11.7474194 11.55228993 11.89938259 11.43485883 12.09296 11.13627565 10.88224537 10.74844527 11.44824032 11.83322036 11.56821495 12.12533958 12.33797705 11.94402291 11.67746115 12.04471141 11.59600535 12.38079653 12.01769407 12.25301955 13.10424752 11.8402929 11.62349424 12.17958461 +LQ02X029590 PLE, putative 10.40960704 9.607127603 11.34832593 12.27257597 12.12648849 10.06269622 10.49074766 10.21688523 10.18153162 9.893638951 10.76618909 11.90568052 11.67930138 9.821487239 11.30183414 10.06813918 9.549603625 10.39099391 10.54078136 10.50299831 11.1385529 11.93276977 9.464023785 10.30089542 10.42324588 11.00252562 11.00599469 11.54447047 11.82370801 12.8732377 9.616399598 10.55436796 +LQ02X029670 Purple acid phosphatase 3 13.12109484 13.17507599 13.21928866 12.67208219 12.70082299 13.2288613 12.8150547 11.53351788 12.87126905 13.25838393 13.24230371 12.49646018 12.87153568 13.07630625 12.76378157 12.22699638 12.518212 12.99829806 12.71633549 12.81551783 12.77365081 12.44752691 13.66443262 12.41563433 13.33961509 12.20619604 12.42330864 12.7744837 13.52413237 11.17384176 13.0720971 12.49296094 +LQ02X029700 Oxidoreductase, putative 4.848103017 5.061230187 5.199801411 5.119433637 5.488119064 5.385189182 4.945842657 5.078608684 5.085213423 4.931578009 5.771130245 5.112548554 5.847006076 5.120869916 5.206682107 4.906212234 5.076697233 5.129455387 4.905405812 5.149838181 5.287968777 5.150991361 5.110904345 4.901347298 4.867146403 5.062735815 5.115936205 5.079229397 5.115908184 5.043527985 5.836872996 5.68079815 +LQ02X029710 Putative uncharacterized protein 7.358622207 6.605394498 7.042007086 7.398151286 7.438650713 7.267413806 7.376463208 6.768747209 7.307555941 6.075080871 7.125080939 7.394681954 7.946110007 7.486142162 6.691587415 6.69565713 6.650146861 7.907624656 6.623070891 6.403540585 7.33283762 7.323076717 7.004595881 6.735459754 6.721110387 7.695621027 6.692999042 5.901885067 6.808444773 7.153401562 7.469127068 5.978404581 +LQ02X029750 Probable xyloglucan endotransglucosylase/hydrolase protein 28 12.76698272 11.93191451 13.90116695 14.78289268 14.48410589 14.29621498 14.47951227 14.34267759 12.43685335 12.22153723 13.2694104 14.29353834 14.11384345 14.24264761 14.34188096 13.90381835 12.05834724 12.6686148 12.33744527 12.96216268 13.16895315 14.00345068 13.23601974 13.73981908 12.31882686 12.84632032 12.47147289 14.087091 13.94788364 14.76016344 13.26464619 13.67743289 +LQ02X029760 Putative Cytochrome b reductase 1 11.7032993 12.04167895 11.15652977 10.46161987 11.33790661 7.642977005 7.907623261 8.125463248 11.55079292 12.22560619 11.56301438 11.01624782 11.68831641 7.870133327 7.834256241 8.312727621 12.03178663 11.66547054 12.54928149 11.63266684 11.07107161 11.32953366 6.437497978 7.588514835 11.89047792 11.55019771 12.61888078 11.76858777 10.94660476 11.04011306 5.543847661 6.466880731 +LQ02X029780 Protein binding protein, putative 10.76887646 11.00271193 10.74504618 10.45099805 11.1341809 10.74474955 10.75767807 11.5765747 10.99988368 11.15138564 10.97110249 10.28488389 10.89326225 10.97595223 11.15005823 11.39966863 10.31147291 10.63579347 9.881278012 10.56897379 10.36060584 11.01491152 10.50124554 11.37232491 10.55802449 11.11229324 10.40750597 10.32231094 10.66521024 11.35468339 10.76157952 11.87453241 +LQ02X029860 Probable receptor protein kinase TMK1 5.77060532 5.28787032 5.845325351 5.755849405 5.685498871 6.06232711 5.550365315 5.778144318 5.686199973 6.012341012 6.477699098 5.63707581 6.069233421 5.867794195 6.026672256 5.645567984 5.967579215 5.987058469 5.001489163 5.437405839 5.39457735 5.740227342 5.114963091 5.378259839 5.902177011 5.332119041 5.257275201 6.017957362 4.990612187 5.678449613 5.757545798 5.759805904 +LQ02X029880 Putative THO complex subunit 2 4.712886524 4.607343081 4.854027722 4.634473424 5.007174464 4.649513226 4.625947559 4.808234445 4.729351689 4.578497632 4.723482017 4.523448335 4.849160332 4.621696238 4.679793457 4.608093486 5.009345468 4.705036739 4.968137956 4.680708877 4.844109005 4.939013002 5.127495621 4.637471526 4.982132498 4.850795645 5.091841152 4.532696092 4.949154994 4.813497056 5.007591723 4.888908848 +LQ02X029890 Tho2 protein, putative 5.124210063 5.156850423 5.202093456 5.200568223 5.499707434 5.223995744 5.627043483 5.05664388 5.015722098 5.063584857 5.510895121 5.338101972 5.079622115 5.313727452 5.299891609 5.037857484 5.101004695 5.014181336 4.802950788 5.427719577 5.747469802 5.291241624 5.365044434 5.84213267 4.938195889 5.150182588 5.099352135 4.584471776 5.80387627 5.049271989 5.405371492 5.433213794 +LQ02X029930 Predicted protein 11.95550885 10.83883998 11.76008027 11.5681893 11.03953448 10.6437041 10.38872272 10.64597735 10.6367176 10.50831901 10.96649681 10.45299779 10.48943328 10.13326688 10.12038087 10.01262385 10.70734628 10.85701394 10.36979294 10.49131144 11.2222964 10.62671877 10.15529314 10.50976307 10.29264425 10.78095064 9.60432653 10.81418144 11.11980089 10.65870513 9.800429246 9.869267963 +LQ02X029970 50S ribosomal protein L14 6.147071105 6.174664392 6.130198906 6.246943365 6.239779433 5.625711795 6.145628296 5.713765565 6.168983664 6.65967196 6.24447809 6.040303797 6.077733193 5.783657009 5.78279934 5.90439623 6.28124388 6.663888367 6.675502983 6.257034276 6.23701682 6.429387216 5.529908324 6.029708936 6.246544366 6.747936382 7.44423965 6.164487853 6.744780793 6.513429272 5.767831357 6.269361535 +LQ02X029980 Putative uncharacterized protein 11.7373016 11.39820114 11.46406734 11.83553311 11.50267959 11.34926682 11.38236563 11.25035261 11.81170501 11.78652002 11.68315586 11.41732924 11.75292909 11.29766062 11.56483847 11.37718308 11.08959764 10.39138776 10.47273599 10.71090938 10.19429105 11.22886333 10.18183646 10.93552624 11.40458193 10.76396291 10.17947493 10.37257894 10.88994453 11.13505604 10.88097854 10.39845028 +LQ02X029990 Probable small nuclear ribonucleoprotein Sm D2 14.61545006 14.46339184 14.20300532 14.52596964 14.3112109 14.14714264 14.47780769 14.2073724 14.84312351 15.03338804 14.28974504 14.51677098 14.39657394 14.33318163 14.53251471 14.43374478 14.626362 14.30619926 14.36869081 13.89659384 13.79847497 14.48984228 14.05167959 13.91851758 14.84394837 14.59166835 14.59021851 13.78849327 13.3512617 14.04573209 14.16655468 13.94819291 +LQ02X030030 Heat stress transcription factor A-8 5.794620144 5.705433825 5.286269992 5.582385693 5.28695129 5.260355628 5.330021516 5.172698345 5.864289727 6.122708635 5.628200371 5.515150563 5.636149118 5.483456282 6.420728974 5.34337756 5.243782504 5.529054988 5.707396425 5.044391705 4.729978561 5.392089019 5.270695338 5.681264543 5.371919947 5.268940452 5.390046068 5.021165424 5.307706635 5.210962747 5.197670374 4.974196209 +LQ02X030070 Transcriptional adapter ADA2 4.925981401 4.98984821 5.409640806 5.387108806 5.079971386 5.393791307 5.418942824 4.791801296 4.952757788 4.814532817 5.113570312 5.279867719 4.960055368 5.831878381 5.269458495 5.173283953 5.002166188 5.153943586 5.066136493 4.826725058 5.009610721 5.064318603 4.83199408 5.531671928 5.332124006 4.645822934 4.911536472 5.338480658 4.843206807 4.885140787 4.96522878 4.866318532 +LQ02X030080 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 6 4.775403347 4.763048839 5.240493185 5.193890697 5.073365245 5.08413966 5.160160502 4.862115304 5.067285097 5.306405648 5.264115251 4.957603975 5.008658331 5.133883088 6.257018058 4.801702039 5.117060223 5.177433786 5.182644152 5.030311319 5.403837596 5.058633482 5.434434199 5.625474754 5.019845566 5.440621622 5.241267871 5.174506857 5.165714104 5.141658676 5.434146539 5.227329884 +LQ02X030130 Acid phosphatase 1 12.66708453 14.07128609 9.248490555 8.013512388 8.199011948 7.047426308 6.012412984 6.133758753 13.30844764 14.17944208 10.15644431 8.73000116 8.551738341 6.678501147 5.929222232 6.169298136 13.49161943 11.63327865 13.99400142 8.529235015 8.274011488 9.987905542 5.78179508 5.343571432 14.46267395 12.88024728 14.14523104 6.411523103 7.14493995 6.23204006 5.86302851 5.719610351 +LQ02X030150 Putative Probable S-adenosylmethionine-dependent methyltransferase At5g37990 5.121816844 5.325916855 5.268838915 5.262581262 5.666478667 6.130777864 6.039183707 5.942301993 4.953580064 5.635985251 5.4118039 5.371100312 5.42642843 5.877203861 6.748625014 5.708153148 5.615898242 5.301164891 5.406602044 5.593695598 5.651493363 5.132492913 4.992484257 5.369640996 5.477149099 5.323290718 5.799163549 4.965493657 4.700128515 4.919813077 5.132888902 5.202099045 +LQ02X030160 Probable RNA-dependent RNA polymerase 1 7.244060822 6.453032605 6.756697035 6.368497863 7.334137606 7.522380612 5.998386729 7.378167681 6.591081478 4.963732255 6.311965697 6.013878847 5.8310058 7.039673774 5.280557529 6.121365702 7.488703315 5.71188209 6.114639107 5.967042863 5.344131244 6.78159085 6.053288073 7.283804417 7.204117432 5.387927531 5.590798351 6.001633729 5.850954143 7.404952618 5.868028974 7.542329174 +LQ02X030180 Aspartate-semialdehyde dehydrogenase 10.19310988 10.21477451 9.591806312 9.110714727 8.943514819 8.845810129 9.013037369 7.788150493 10.16348984 10.54133622 9.719462535 9.36157821 9.322317163 9.043317677 8.182462272 8.356845819 9.201772662 9.882180154 10.60331501 9.598683455 10.2135517 9.078792704 10.46238033 9.539628503 9.917148695 10.51147893 11.39779819 9.211051245 10.22005049 9.17946043 10.42427845 9.282005016 +LQ02X030200 ADP-ribosylation factor GTPase-activating protein AGD4 9.944644726 9.829647123 9.63599889 10.89187615 9.535581597 10.59884631 10.40934272 10.73598837 10.25322824 9.929753418 9.897624588 10.80286608 9.887776036 10.65172112 10.42127722 10.89729622 9.824516696 9.035274262 9.900787296 9.508979854 8.836228094 10.24784644 8.888852017 8.679405442 10.00529357 9.380775664 9.668113483 9.855783009 9.043985086 10.11045815 9.052709839 8.928801228 +LQ02X030210 Putative uncharacterized protein 5.339978643 5.049844794 5.196021267 5.355553214 4.927742194 5.274722338 5.537811501 5.239702006 5.238401841 5.177882673 4.96342167 5.226098672 5.258990538 5.187743474 5.2214527 5.471553443 5.063940414 5.1735376 5.03950618 5.357407403 5.355218601 5.24015562 5.544922423 5.281147229 5.197537476 5.044851634 5.446918957 5.682631378 5.162485466 5.118446516 5.723961861 4.835625366 +LQ02X030240 Putative Probable inactive receptor kinase At5g67200 12.10741354 11.90167182 11.7234121 10.55004846 10.83559351 10.2145601 9.222680203 9.270885222 12.12295019 11.71521947 11.9115099 10.94166982 10.90291042 10.26226764 9.156983419 9.306922441 11.4432865 11.64462607 11.53646184 11.300198 11.65121201 11.16934977 9.02252759 8.379947729 12.45321239 12.22151069 11.3122229 11.0950936 11.20581989 9.302045456 9.152325643 8.315483282 +LQ02X030250 Putative TIMELESS-interacting protein 5.490928767 5.255925266 5.325468325 4.956618073 5.210569918 5.05947522 5.233291403 4.825787195 5.66774643 5.584379307 5.394038766 4.94532273 5.433850076 5.146438868 4.963968814 5.267248042 5.370501907 5.952897446 5.835892774 5.162180698 5.364579595 5.573210766 5.477386358 5.741313853 5.710805887 5.78136139 5.802388551 5.056649693 5.546751545 5.759536235 5.70223041 5.146583738 +LQ02X030280 Putative Alcohol dehydrogenase [NADP ] 4.909104427 5.291042449 5.536125673 5.505653568 5.205300993 5.00832249 5.187024578 5.144224962 5.335288937 5.391739435 5.108646775 5.347984829 5.578541642 5.335366434 5.361389025 5.265816281 5.060307355 5.11029947 5.251139891 5.523068549 4.927169386 5.122013988 5.326097593 5.605296131 5.27476019 5.269475205 5.156467772 5.665994652 4.871282665 5.34611113 5.471344549 4.865059226 +LQ02X030290 Inositol oxygenase 1 8.812077725 10.22578135 10.84232357 12.49393793 12.53775276 9.763005555 11.10112762 11.08757923 9.947197868 10.87621052 10.92064418 12.76517874 11.88810088 10.07237 11.52952883 10.79017789 8.953069294 8.599156703 9.04663369 10.36027914 10.77766001 11.97770143 9.130996274 9.638930142 8.57107357 8.76362737 10.29604333 11.39791448 10.91676073 13.34144352 10.69851806 10.18151078 +LQ02X030310 Predicted protein 8.020663809 7.331776992 7.153857298 7.710504349 8.068974404 7.901695153 8.321131329 8.545481343 7.469660358 7.329351432 6.867858489 6.965292588 7.273031423 6.498793392 8.425031044 7.488037004 8.64663267 7.53710769 7.826364393 7.397292697 7.512374293 8.18454479 6.957899912 8.043591 8.011331254 7.19377859 7.34146196 7.521384102 7.657061133 8.637714047 7.410858293 7.97528792 +LQ02X030350 Cell elongation protein diminuto 12.33649633 13.14846779 12.60247911 11.49892183 11.8534292 9.666946361 10.03391046 9.34215055 12.47905691 12.7985085 12.6346354 11.22878648 11.70146497 9.632639342 10.28213264 9.733079138 11.08235535 11.47882844 11.76080754 11.83002987 11.7171022 12.13004766 9.159238221 9.782212019 12.31527646 12.18500225 12.29001354 11.13283842 12.1547534 10.18579119 9.420572409 8.963088058 +LQ02X030370 Probable splicing factor 3A subunit 1 12.87878499 13.07476662 12.60068816 12.98305258 12.87273981 12.94578458 13.03665524 13.49506836 12.87246596 12.69532196 12.67397577 13.34661938 13.01526324 13.18591244 12.6263493 13.55416424 13.07194765 13.01844698 13.18150635 11.74215731 12.78838958 12.93953217 12.79261154 12.5268181 13.15826238 12.97283736 13.27792215 11.79883283 12.31618683 12.68710048 12.93504451 12.25826473 +LQ02X030420 Peroxidase 39 12.9161038 12.72657462 12.6149254 13.60454457 13.68903403 5.913011481 5.425916066 8.281640721 13.40786723 13.37830905 13.51418652 13.97171388 14.43327003 5.267293778 6.145573512 8.834654597 11.86012751 11.99334349 11.18381329 12.01149434 12.10812185 14.35439449 4.738467945 5.411229683 13.55880688 13.31453245 11.23847082 13.46548381 13.43945389 13.66480772 5.623036239 5.248297783 +LQ02X030430 Peroxidase 27 4.928141686 5.094257877 5.859196265 5.291809434 5.488564783 5.400776068 5.094641088 5.847021889 5.064671055 5.066975202 5.662425554 5.231221963 5.341842211 5.208798484 5.024172512 5.291172711 5.02430906 5.290620071 5.398059998 5.106588735 5.191640224 5.114087514 5.500422705 5.262360791 4.894291459 5.19965531 5.267629454 5.107448722 4.862487602 5.236400292 6.226782208 5.490710003 +LQ02X030440 Putative syntaxin-131 8.503216677 8.814486591 8.418813514 9.25201156 8.451176657 9.459224837 9.689943819 9.803948315 8.917674722 8.767457898 9.019134219 9.146107573 8.614218014 9.720601873 9.480913349 9.527363175 9.032231691 8.591715174 6.967501482 9.276154847 8.940438407 8.620706008 9.477234621 9.749479415 8.624879081 8.547498844 6.837643997 9.221945583 9.176586093 8.851707043 9.633521392 10.24299209 +LQ02X030460 Isocitrate lyase 5.706553372 5.992059818 5.521269258 5.7174075 5.585427085 5.45102733 5.867181171 6.237830371 5.915509589 5.582130643 5.674084007 5.450968365 5.905558635 5.662976781 5.526398243 6.183239747 8.531594318 8.2875582 9.428717247 5.943504431 8.877692063 6.066414638 5.488645723 5.758155077 6.205760199 6.364112422 10.47438998 5.373549888 6.805974495 5.870591524 5.508057064 5.025814388 +LQ02X030470 Triptychon and cpc, putative 14.43801327 13.9827864 14.04944972 14.08185382 14.17678449 14.08713335 14.42364077 14.68160879 14.17892069 13.84959491 13.9875547 13.97489665 13.58063421 14.24929515 14.32711544 14.41147899 14.22327195 13.88793305 13.89987631 13.57862236 13.63602924 14.0041301 14.20276767 13.62307269 13.60684929 13.58426859 13.71057999 13.21122984 13.29516306 13.70405734 14.19607898 13.59496088 +LQ02X030490 Hypothetical protein 4.926837482 5.126087654 4.646302834 4.6826525 4.663309751 4.990150747 4.747025737 4.804508584 5.133983147 5.001924811 4.984193491 4.64950192 5.089317668 4.692982367 4.878862266 4.556308589 4.758200599 4.99193719 5.554670797 5.050225139 5.198183793 4.753588285 5.197572587 4.928300509 5.038042217 5.084915266 5.66760477 6.14634675 5.190981754 4.6710645 5.493767982 4.675799903 +LQ02X030510 Homeobox-leucine zipper protein HDG2 12.38484307 12.59425961 11.30525395 10.16366441 11.3581037 11.17911172 11.18917734 11.54804839 12.37003229 12.3929075 11.63775069 10.43481593 10.7976896 11.19648622 11.29315486 11.40022853 12.40250922 12.45759702 12.79792509 11.89877606 11.7176551 11.88598242 11.6651378 11.79131848 12.68254608 12.77427338 12.85715301 10.93402927 11.24596448 10.82687223 11.63509199 12.01667984 +LQ02X030540 Putative uncharacterized protein 6.094767502 5.889867118 5.570604527 6.379351073 5.486819602 6.371066208 6.149915917 5.905674876 6.467075732 6.124274976 5.986096286 6.154071286 6.24761334 5.908327195 6.167426687 6.098591768 6.379634863 5.755079815 5.910605568 6.184945621 5.542055643 5.859859671 6.174755816 6.197845008 6.091189395 6.418443422 6.540345011 5.61776664 5.27403149 6.066138541 6.261613361 6.178393526 +LQ02X030600 Glutamate receptor 3.4 13.21057953 13.03711791 12.82474278 12.78600592 13.32252441 13.20663081 13.24406977 13.45589908 13.25531544 13.27750406 13.129918 12.8261382 12.95255189 12.84452545 13.05180379 13.42639822 12.05786888 12.44562599 12.11574063 12.77168459 12.59562908 12.98417677 13.00688248 13.76061801 12.62103867 13.19106138 11.47863936 13.58892658 13.11633787 12.997952 13.55388134 13.35462186 +LQ02X030610 Glutamate receptor 3.7 7.889491061 6.779431578 7.701335363 8.496073497 8.622889136 9.523991326 9.805910102 10.5776647 6.96292588 5.53697099 6.681639555 7.998510157 7.530781444 9.450540418 9.154261009 8.916971656 7.968011842 6.923763111 8.296850967 6.94341581 7.950870225 8.731844568 9.577333981 10.89602818 7.571092881 7.421170431 8.652630717 8.062558125 8.588858893 10.19301707 9.921957309 10.92826291 +LQ02X030620 50S ribosomal protein L6, chloroplastic 5.867076403 5.545385709 5.511703587 6.496333146 5.860759515 5.874875684 5.582976209 5.923931183 6.04244967 6.383683343 5.413296601 5.903363627 5.981638449 5.716379805 7.243161627 5.775072192 5.401845428 5.483210311 5.065304475 5.353178337 5.532367854 5.90703436 6.092144169 6.295544074 5.206259027 6.060526191 5.071378212 5.736673293 5.74510176 5.609797147 5.821916658 5.294700682 +LQ02X030700 Aconitate hydratase 2, mitochondrial 12.47813423 11.89990322 12.39442788 11.91553128 11.9492867 12.20835997 12.25747631 11.88476992 11.96080025 11.37666087 11.75625429 11.31256999 11.52698014 11.93552369 11.83303919 11.45608026 12.44017547 11.99193059 12.46349312 11.69335177 11.10336693 12.05905708 11.63057105 12.26807084 12.56011629 11.96523271 12.69767017 11.34063209 11.62863208 11.48257241 11.63097345 12.39150775 +LQ02X030720 NEDD8-activating enzyme E1 regulatory subunit 8.409756313 8.757431791 8.197036442 8.540215006 8.288692693 8.985114653 9.048363299 8.818483555 8.352721926 8.238047426 8.519414854 8.169195289 8.198347539 8.876838374 8.784176655 8.443886569 9.103271864 8.588197119 7.958971035 8.147387373 8.732806696 8.792710296 8.676538445 8.112541492 9.390264846 8.407428929 7.555722602 8.11501267 8.476160594 8.671767005 8.960240101 7.481493469 +LQ02X030740 Putative Uncharacterized CDP-alcohol phosphatidyltransferase class-I family protein 3 10.01831514 10.89205956 9.86089639 9.48485655 9.712576012 10.90350735 10.82062703 10.82888352 10.41786769 10.92501012 9.870209206 9.336803598 10.23108273 10.70749997 10.43876521 10.46768154 10.7475671 10.25125235 10.64096642 9.343013556 9.362713413 9.886429269 10.51449993 10.18522171 11.15614885 10.62636597 10.96062753 9.63339727 9.662310835 9.815701535 10.34373451 10.22671436 +LQ02X030770 Putative uncharacterized protein 9.828240255 10.16868276 10.45444433 10.27651661 10.12797656 10.16999751 10.72794869 11.49209535 9.58095318 10.01672247 10.19592219 10.09464891 9.915559378 10.06605201 11.04146659 10.45240668 10.24858893 10.43817723 10.12788471 10.58367517 10.30757984 10.05490106 10.66931138 10.57864668 9.381221713 10.38738106 9.951865557 10.68038714 10.95683468 10.01962511 10.80568593 10.62815582 +LQ02X030790 Putative Importin-9 11.12623914 11.35254608 10.2420796 10.42892068 9.954558578 10.96617349 10.95582979 10.53789709 11.29701096 11.38235608 10.70153341 10.5369598 10.3551006 11.05994872 11.07634816 11.08183468 11.38660387 10.74921822 11.41261877 10.53268798 10.45131371 10.28102717 10.85142272 10.37195099 11.80427875 11.25396139 11.54437885 10.92034858 10.53762849 10.01934696 10.73478349 10.20751053 +LQ02X030800 Putative uncharacterized protein 6.068824868 6.221192236 5.997467826 6.096100563 6.135364592 7.544841589 6.505197152 6.987072684 6.041916349 5.569569909 6.068985092 6.049136433 6.165146704 7.558955801 5.968105127 6.541424726 6.66042854 6.941025148 6.621519171 7.036467006 6.358113294 6.704999607 8.957497623 7.82972855 6.089325252 6.155021762 6.659185986 7.105852192 6.82359246 7.083303634 7.469117275 6.150053901 +LQ02X030810 Autophagy-related protein 8A 5.741985065 5.480843549 5.153080095 5.590623829 5.229239611 5.151297819 5.378025672 5.329152829 5.772213713 6.111834173 5.100110287 5.538914244 5.301055236 5.116910481 5.446818206 5.337848571 5.585921027 5.284001142 6.228804842 5.102660963 5.276220773 5.299735067 5.438203105 5.195553541 5.320840119 5.623129279 5.971642499 5.568797665 5.511096225 5.227567631 5.850279961 5.613167963 +LQ02X030820 Probable beta-1,3-galactosyltransferase 2 12.36901465 12.14068247 12.42745264 12.59270421 12.63181068 12.46172593 11.83255667 12.14219257 11.9498482 11.62211487 12.37807086 12.54158783 12.3948952 12.37128199 11.89490972 12.15098675 12.48102705 12.00257035 11.60096636 12.14870292 12.24834407 11.72368636 10.73073201 10.99813732 11.73648315 11.47942466 11.26256901 12.19787642 12.03346681 12.30001483 11.14385344 10.80851605 +LQ02X030840 3-5 exonuclease, putative 5.7081718 5.423797259 5.41405433 5.022245704 5.856303137 5.104186997 5.187524652 5.169075812 5.5989027 6.853345607 5.590029545 5.23754627 5.744235348 5.452343428 5.555146218 5.321641007 5.301997517 5.64758268 6.508233688 5.820168202 5.963219633 5.444183255 5.424537654 5.305433018 5.493815603 5.857067295 6.453902269 6.071024257 5.793011446 5.277135185 5.964396135 5.338491313 +LQ02X030870 Putative Strictosidine synthase (Fragment) 7.142323738 7.147635195 7.62382688 6.281964084 7.774959552 5.801624538 5.765500456 5.551367726 7.759634838 6.74903033 8.218769267 6.576462335 7.876324947 5.61957478 5.433950066 5.872119416 8.465607936 8.831450132 8.742547888 9.683805618 8.752876332 8.924780344 5.323861927 6.165315032 7.817021064 8.625277014 7.729229811 8.391668352 8.988649321 7.907457601 5.934227641 5.590453559 +LQ02X030910 S-adenosylmethionine decarboxylase proenzyme 12.7744716 12.51930364 12.49572493 11.97014847 11.53276914 13.02647784 12.30095403 11.74681175 13.00206827 12.99519299 12.70062588 12.35535236 12.08330344 12.95784248 12.45626784 11.88242217 13.08253671 12.31812128 12.60842808 12.10106665 12.16119237 11.7403361 12.36636263 12.04821623 12.77547506 12.65758121 12.47183858 12.2374488 12.53734516 11.64291212 12.332471 12.64493282 +LQ02X030920 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.09492906 11.44281832 10.9698617 10.05370812 10.96382791 10.34832924 9.542477932 10.14290292 11.26360862 11.07800867 11.14013233 10.67934187 10.93343119 10.9175899 10.07243951 10.94272437 11.59946227 11.3739763 12.31206173 11.51407423 10.94969959 10.90744809 9.440496256 9.097683799 11.40437544 10.89052412 11.53054426 11.10192659 11.16118765 10.16335764 10.10796268 9.24679142 +LQ02X030930 F-box/FBD/LRR-repeat protein At1g13570 4.873979102 4.945363893 5.585960851 5.200088584 5.127915068 5.180670292 4.911328668 5.077811524 5.153554216 5.371549532 5.153735738 5.20164758 5.562591974 5.113631523 5.148536675 4.958907251 5.141233574 5.513706811 5.964906232 5.17585782 5.288798099 4.873733204 5.383026903 5.424139009 5.664320521 5.330953472 5.989014283 6.16104793 5.047842624 5.211437124 5.334992647 5.855376824 +LQ02X030960 Putative Uridine-cytidine kinase C 5.171479964 5.092291035 5.119173569 4.862811662 4.970077368 4.78046016 4.861546642 5.090876428 5.228493785 5.077883948 4.868213613 4.884662614 5.093347705 5.310381736 4.689052667 5.05012574 5.164833914 5.023623563 5.270050592 4.861156762 4.887586369 4.939657701 5.111435856 4.933362646 5.065607988 5.171637653 5.625625838 5.300504182 5.200115635 4.875833706 5.405996442 4.836715223 +LQ02X030970 Peroxidase 11 5.631058916 5.16063486 5.876516244 5.118436291 5.99961052 5.608772423 5.435393057 5.311596465 5.339826878 4.876529396 5.963053871 5.056761642 5.956338601 5.066385455 5.099818548 5.646274157 5.869768784 5.965730335 5.152975777 5.429548797 5.661893042 5.941736652 6.213152342 6.585869092 6.104535248 5.943490043 5.326033723 5.670664945 5.699697924 5.698388269 5.916043057 5.88541441 +LQ02X031020 6-phosphogluconate dehydrogenase, decarboxylating 5.619454455 5.622017278 5.771435268 5.462131702 5.798706086 5.375947743 5.232872959 5.607420575 5.67561669 5.420447078 6.26504885 5.719857095 5.714774023 5.406368274 5.123197622 5.526905358 5.628046398 5.732105003 5.771012448 6.081943597 5.645344303 5.635529862 5.759006355 5.531573754 5.728176408 5.711295803 5.728421849 5.85595296 5.885173211 6.005127547 5.863915554 6.539920698 +LQ02X031250 Putative Heat shock cognate 90 kDa protein 10.2991324 9.627236836 10.29122864 10.79425583 9.77093426 11.59958903 11.77117154 10.80932758 9.407748556 8.972726761 9.655080839 10.31495305 9.321010633 11.22830968 11.40610046 10.16266048 9.730008097 10.19045052 10.1776434 9.383720466 10.04115346 10.04038806 11.9090041 11.4195501 10.17132974 10.17863237 10.60167167 9.934070127 10.30982913 11.03965094 11.89118443 11.6908821 +LQ02X031260 Putative Abhydrolase domain-containing protein FAM108B1 6.342860726 6.07536022 6.457320428 5.696675471 6.720043814 5.399338726 5.55025796 5.784422627 5.985331659 5.552875484 6.625767842 5.663100326 5.735748573 5.484072984 5.533401116 5.862896727 5.7516843 6.204887469 6.440065288 5.939757631 5.324709765 6.018989918 6.062642547 5.359159656 6.000527715 6.098293944 6.025778075 5.652312584 5.431860147 6.452000212 5.265015195 5.902882646 +LQ02X031280 Putative Cytokinin-O-glucosyltransferase 3 6.44909354 6.837171868 6.383654923 6.036660855 6.653330036 6.25888482 6.001847405 5.80525618 6.600076781 6.339850931 6.316485543 6.010617649 6.298273849 6.230233444 5.39381907 5.5414603 6.178172163 6.853487196 7.686805709 6.147267661 6.739883122 6.144783261 6.153968263 6.031996932 6.465973017 6.836954693 7.629228764 6.209219933 6.524654919 6.437443556 6.375585164 6.999000316 +LQ02X031290 Putative pentatricopeptide repeat-containing protein At1g13630 9.790525402 10.71062385 9.54116075 9.814502595 10.09458717 10.58649057 10.79258432 11.44091769 10.29872666 10.60155632 10.06294745 10.55566087 10.21984963 11.12893619 10.79680676 11.42177123 10.42044973 10.76707359 11.47294101 10.36346319 10.80452996 10.41677012 11.40723165 11.40867103 10.73247013 10.81512944 11.44811124 10.06080645 9.980802475 10.73099204 11.36117767 11.57329857 +LQ02X031300 DNA-3-methyladenine glycosylase, putative 8.039034157 8.250695564 11.55403063 13.49913308 12.61892344 9.489830209 8.690829903 8.530537292 7.909271988 7.109019918 11.12126578 13.6486041 12.50144669 9.182257037 10.03424362 9.526442659 8.657046277 8.3370514 7.300025352 11.40281689 11.62325028 12.55187987 6.717267329 7.644271061 8.674315084 8.49543948 8.189472805 12.69721929 11.19339335 13.89852269 6.218139191 7.418980659 +LQ02X031310 Inositol or phosphatidylinositol kinase, putative 13.43682738 13.01721468 13.49614045 13.70091511 13.79083487 14.25579196 14.04007261 14.07274045 12.80532854 12.60662686 13.22478142 13.6426456 13.27551688 13.70862681 13.69979516 13.90900348 13.7352759 13.7978231 12.36082321 13.02987157 13.57315681 13.05367209 13.67806496 12.83895968 12.58973324 12.45770209 11.81547595 13.0808474 13.19784212 13.2202737 13.45289068 12.96642225 +LQ02X031320 Transcription factor BIM2 5.515823811 5.23525835 5.993174661 5.71280302 5.560933392 6.275888783 5.903346383 5.345079654 5.821418138 5.584755812 5.564162853 5.629189257 5.779652951 5.816738504 6.135799635 5.600289988 5.519977793 5.619372181 5.40186183 5.368636979 5.57348053 5.651204895 5.57075045 5.022312504 5.639546111 5.656781251 4.977258701 5.176178816 5.524189494 5.58446542 4.859425276 4.895951644 +LQ02X031340 Putative DUF246 domain-containing protein At1g04910 12.54326154 10.76644065 11.30268048 9.562014857 10.33469587 10.55737963 9.478877942 10.27286754 12.08941652 11.22365092 11.72748741 10.05930833 9.916626003 10.55311592 9.355741019 10.39254752 10.5282153 11.89349932 10.57676417 11.24385379 11.42999382 11.4767906 8.295980037 9.945989493 11.49433766 12.49554548 11.17677333 9.648573887 11.30499411 9.427545337 8.70097329 10.41918615 +LQ02X031360 Putative DUF246 domain-containing protein At1g04910 11.37252979 9.616766897 11.36939497 9.540414538 10.44205941 9.459606582 8.492092815 9.802250269 11.0332361 9.862012491 11.40167582 9.171804831 9.534705483 9.454628505 8.932676768 9.402335641 9.087918139 10.8265764 9.388408153 10.46183718 10.45120551 11.41080896 6.837398653 8.771311057 10.26596532 11.44018767 10.49486198 9.286673321 10.69544564 8.090143193 7.311679518 9.551205187 +LQ02X031380 Predicted protein 11.9381609 12.34454128 12.06985366 11.41889185 12.34692267 10.5922242 10.39465841 10.84245605 12.30915855 12.36795374 12.27351827 11.89217161 12.75600136 10.89478893 10.86501579 11.07495216 11.74128316 11.43021892 12.29546208 12.10576933 12.07553857 12.0086069 10.95717869 10.80417359 12.13488066 11.58777649 12.46557564 12.15065682 12.72903421 11.97000745 11.06007272 11.08072144 +LQ02X031400 Putative uncharacterized protein 11.71545495 11.6469213 12.19440266 11.98103675 12.45839196 12.29665751 12.26504775 12.70219547 11.84095277 11.94091684 12.33604137 12.21883811 12.80546166 12.44278472 12.14154685 12.67188814 11.68717457 11.92325689 11.80522673 12.38578501 12.30159451 12.53730828 12.34296111 12.29186078 11.70422348 12.21446509 11.80333153 12.63338312 12.18810758 12.52630494 12.43008393 12.44239942 +LQ02X031410 D-aminoacyl-tRNA deacylase 7.859935426 8.565379146 7.77018439 7.709383286 6.977263005 8.344011228 8.080173617 8.716980469 7.762943555 8.486898069 7.709708699 7.678114975 7.487982151 8.596780765 7.951678446 8.680279278 8.560438199 8.259988266 7.516516949 8.223237469 6.806406083 7.939492644 8.099951021 8.405089917 7.993170003 7.977517524 8.002800422 7.741863807 7.964124891 7.576125478 7.177310587 8.157713239 +LQ02X031430 Flavonol sulfotransferase-like 10.57874552 11.77385391 10.89489706 9.559115858 11.31644335 6.308868976 5.714224665 5.620175292 11.52392284 12.10924046 11.49161313 9.473538124 11.36672148 6.838960199 5.991904039 6.249192088 10.13727778 10.37069148 11.64945316 11.29105633 10.58830542 11.87573779 6.105698596 5.260246747 11.05336915 11.08713896 12.17918234 10.97374492 11.19596023 9.923005358 5.608223683 5.752028063 +LQ02X031440 Flavonol sulfotransferase-like 4.672479844 4.956305875 5.482804288 4.896607217 5.001464831 4.895472713 4.841340977 4.980774325 4.872332471 4.701961769 4.989806306 5.056322648 4.771569685 4.975819116 4.865518929 5.204296935 5.053787536 4.810315216 4.746821899 4.858306129 5.356204309 5.204795068 5.675296684 5.351110909 4.722826943 5.263073621 4.731059644 4.969979251 5.584632301 5.067537717 5.540313893 4.810209903 +LQ02X031470 Putative uncharacterized protein 5.765058179 5.999315655 5.611809424 5.578452235 6.237940688 5.550383375 5.675063203 5.409473977 6.169089798 5.50753441 6.194000872 5.58904453 6.068780285 5.485079464 5.547017916 5.827533728 5.880503794 5.97504457 6.322289905 6.010893803 6.401826779 5.852787982 6.703905796 6.342436389 5.881201925 6.326616481 6.471365928 5.695030184 5.978114607 5.797291664 6.129172415 6.284653629 +LQ02X031480 Putative uncharacterized protein 4.699054572 4.704739727 4.695391864 4.652920792 4.968600957 4.968180922 4.664843014 4.747960601 4.727285818 4.489862642 4.916867224 4.621020581 4.921916117 4.760252841 4.877520312 4.8376037 5.163400891 4.733448484 4.758249217 5.0143258 4.909966365 4.824109025 4.778085131 5.906399068 4.689241828 4.870647201 4.705340335 5.096370186 4.937090626 5.093505005 5.355217239 5.209344218 +LQ02X031500 Putative Secologanin synthase 10.96292227 10.57369213 12.04196338 12.33496288 12.2979041 13.95261588 13.68389259 13.74532717 11.14851448 10.38890939 11.97818216 12.47534026 12.28819578 13.9962042 13.78151289 13.80993919 9.668485791 10.01320946 9.457004839 12.08673208 11.76281643 11.12008264 13.61347207 13.2458938 9.245672877 9.903469013 9.596336699 11.86609923 11.85242047 12.13906429 13.76730745 13.10068042 +LQ02X031510 Putative Secologanin synthase 11.08736351 11.22684486 11.00611954 11.88430397 11.17013629 12.7173762 12.57927454 12.66408884 11.18632469 11.26968022 11.01377981 11.68696747 11.21105084 12.82033961 12.77751197 12.54633501 10.57185113 11.05466031 10.39070489 11.05521406 10.58927951 11.20767345 11.82396977 11.82282089 10.76109639 11.16922386 10.37011879 10.93989135 10.74532039 11.60090169 11.92826779 11.71266118 +LQ02X031570 Putative Receptor-like protein kinase FERONIA 6.377430988 6.731421593 6.838672936 6.208377316 6.686694672 6.444217838 6.357962692 6.218019504 6.547879105 6.499006916 7.579849509 6.379601823 6.928616536 6.534299567 5.526609416 5.844515375 6.63328881 7.308858171 6.174851849 7.045766962 5.955185836 6.893986834 6.209525027 6.517748783 6.702803487 7.121928411 7.365162789 6.780005666 6.357760329 7.070054972 5.489807075 7.345045384 +LQ02X031610 Putative Receptor-like protein kinase FERONIA 4.911285114 5.233554522 5.282629152 5.469193693 5.742527599 7.548832821 7.625344687 8.664572233 4.85802603 5.326615012 5.301581865 5.22540451 5.572365998 7.789002835 7.30669878 8.365815372 5.087457051 5.083414783 5.659326665 6.160491965 5.553868768 5.974646886 10.11798555 10.60629009 5.163056943 5.191718372 5.511710432 5.804740007 5.258563477 7.859237074 10.01783786 10.88894046 +LQ02X031620 Hypothetical protein 5.543124618 5.70905537 5.166314999 5.568963535 5.408514548 5.459619608 5.527850003 5.691546875 6.139268031 7.732658091 5.681660395 5.505278602 5.467443276 5.419063422 7.052907401 5.472518269 5.639670811 5.524935634 5.197384944 6.051582409 5.658899611 5.352626647 6.332046781 5.42911427 5.855062475 5.335958147 5.711703483 5.917363899 5.437189428 5.566498107 5.560525598 5.473581418 +LQ02X031630 Hypothetical protein 5.061568322 5.088364818 5.326396339 4.960069578 5.010434313 4.949061869 4.89194376 4.893890836 4.857829729 5.165625028 5.452634249 5.065027569 5.293133039 4.961115156 4.843971578 5.154611974 5.406350321 5.098581777 5.419037699 5.186080747 5.33968896 4.967969468 5.116559997 4.952054892 5.073740306 5.166331482 5.231200222 5.271341167 5.207996557 5.028725875 5.41824146 4.811968881 +LQ02X031640 Putative Nucleolar protein 14 9.156899649 8.631695662 8.562436297 8.324482293 8.58303867 8.970957394 9.056040731 8.572577179 8.182442736 9.171965101 7.447330921 7.291445222 7.098898925 7.50132829 8.991595324 7.517382032 8.369879146 8.217834831 9.28281576 8.864605622 8.779760046 7.866201433 9.683013333 9.471361409 8.889988516 9.001337218 9.499335858 8.100417428 8.759630345 8.270708081 10.5472853 9.682712685 +LQ02X031690 Putative MADS-box protein CMB1 5.789512636 5.993229229 5.559573423 6.286407113 5.179605896 5.902977603 5.735032356 6.264442053 5.611215876 5.249118532 5.956949617 6.561964043 6.309329462 6.057705519 5.350223094 5.834796448 5.090381541 5.634133505 5.504289908 5.382224042 5.877300894 5.760321184 5.784371439 5.842608216 5.568563799 5.84326148 5.613757096 6.687660876 6.177517839 7.063030205 6.242710701 5.943683284 +LQ02X031700 Hypothetical protein 6.851255096 6.722036575 6.257968071 6.751899516 6.011892699 7.227979489 6.893271149 7.237274369 6.703729697 5.549171333 6.619061368 5.864397556 5.775291123 6.621505725 6.013761039 5.922895805 7.589868746 7.509652998 7.645333727 7.213339548 7.191480139 7.012445829 7.89081143 8.733993131 7.808051186 7.606220828 8.412971389 6.910941898 8.130725437 7.35146933 8.501360158 9.172253058 +LQ02X031710 Putative uncharacterized protein 10.50236953 10.24809342 10.11755006 9.194676395 9.592043349 9.300992049 8.793614001 9.110906227 10.51421118 9.659649522 10.17081088 9.477619518 9.307111707 9.603503164 8.632917142 9.38887115 9.952638504 10.3211585 9.685072584 11.01138876 10.38234285 9.339446116 9.765581091 9.709022745 10.13575046 10.3336847 10.33116775 10.44978159 10.51000101 9.129298018 9.383668958 9.361389552 +LQ02X031720 Putative Squamosa promoter-binding-like protein 6 5.070169851 4.995598442 4.869589179 5.053195673 5.146085761 5.602694269 5.459450772 5.494910891 5.197007575 4.793501078 4.566761247 5.201181557 4.875387509 5.421965059 4.941578008 5.697794431 5.140929184 4.897735183 5.116310102 5.141643391 4.967491096 5.126309672 5.016225682 5.005968711 4.866849899 4.934109345 5.452637635 5.20994296 4.719545203 5.275557288 5.067215226 5.270732825 +LQ02X031760 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 5.719939563 6.324800767 5.714637472 6.100697726 5.693057845 5.999944937 6.080361618 6.155467573 6.079753293 6.510254545 5.802481732 5.925189527 6.26645967 5.64274491 5.774985736 6.218939797 5.49927845 6.658077367 6.336209469 6.508973128 6.422668692 6.336348281 5.821662721 5.754276307 6.133808425 6.235903799 6.514659166 5.641384742 6.532105713 5.792044373 5.677336955 5.366791946 +LQ02X031770 Cytochrome P450 85A 5.698840972 5.336511987 4.879817278 5.388657965 4.836915887 4.883141927 4.960915731 5.231212941 5.595716418 5.229253014 5.106704777 5.088485424 5.150328532 4.972216677 4.999220101 5.265787767 5.585136957 5.580770663 5.438938025 6.281167409 5.770929601 5.165234316 4.999499589 5.278387226 5.929288349 5.990743902 5.243649744 5.041960389 6.803052993 4.900724774 5.772858784 5.210106671 +LQ02X031790 Putative Probable cytochrome b5 isoform 2 11.36429068 11.38762037 10.80947822 10.44487095 10.63521373 11.77392062 11.69117501 11.24798726 11.58395501 12.07699288 11.2318694 10.79772775 10.82233303 11.614424 11.28431832 11.43966781 11.64161344 10.70407668 11.96033484 10.59781084 10.54475728 10.42022523 12.05931598 11.38211686 11.43415338 10.89784865 11.94806851 10.23987491 9.506841471 9.810983009 12.21612061 11.38963024 +LQ02X031850 Putative Folic acid synthesis protein fol1 5.331842331 5.095190477 4.866691896 5.2046096 5.319470713 5.218988202 5.840105668 5.394515172 5.07065571 5.118946622 5.656892591 5.253076258 4.961590826 5.482187095 5.718643562 5.310610951 4.835039306 5.221289498 5.495296053 4.899258339 5.116936596 5.020510366 4.965044333 5.039185232 5.056268321 4.964748366 5.510423966 5.024044368 5.232955312 4.998619873 5.527081323 5.455899894 +LQ02X031860 Putative Fructokinase-2 8.53652473 8.216681773 7.811196691 9.13838487 8.049845075 9.647861028 9.921428597 8.72208525 8.05598218 7.96316255 7.394766899 9.069592526 7.817572758 9.537269094 9.821780048 9.11738485 7.768575859 7.527125325 8.034747206 6.885988044 6.893431197 7.869844102 8.619690041 7.943327697 8.241291731 8.220736111 7.289699033 8.165470056 8.015543503 8.997878071 8.944806752 8.533063116 +LQ02X031870 Probable 6-phosphogluconolactonase 1 5.715109793 5.285763764 5.394822669 6.424760837 5.491292415 6.514279909 7.135700411 5.623588688 5.699218677 6.192785365 6.056224493 5.94959335 5.152269852 6.499547309 9.05319086 6.851163759 5.728175995 5.348607416 5.619907599 5.729834154 5.809902999 5.408897399 5.851961196 5.735567974 5.360959401 5.319316519 5.509736259 5.263686482 5.574811805 5.993374905 5.623937166 5.783242246 +LQ02X031880 Putative uncharacterized protein 9.187641194 9.895603935 8.578613554 8.862972454 9.203746427 9.815175432 10.67952744 10.05441955 9.264489312 10.05853287 9.171427937 9.352566266 9.43437238 10.37211767 10.53256743 10.81962815 9.334919527 9.654173409 10.02668657 8.867846622 9.556321612 8.983157219 11.14793551 11.25667294 9.527884981 9.895425991 10.21827305 8.981457605 9.133360929 9.79345123 10.91458677 11.05865174 +LQ02X031890 Putative serine/threonine kinase; 70789-76610 12.08757237 12.42307565 12.05662418 12.23203159 12.17923306 12.51623545 12.30233259 12.73602408 12.06949525 11.89353706 12.00423951 11.87764905 11.976183 12.53739321 12.10971008 12.42055165 12.59450798 12.41602377 12.31761175 11.98134763 12.26782399 12.14020955 12.56368931 12.28197446 12.25147819 12.10004798 12.20488553 11.87667957 12.41758576 12.52697547 12.53477685 12.42354361 +LQ02X031920 Predicted protein 5.637427402 5.672408666 5.613676325 5.729091753 5.50972709 5.94530755 5.646762456 6.137589657 5.638496056 5.554174365 6.154793284 5.980607446 5.545682234 6.17633554 5.844187936 6.173179978 5.349921601 5.764316172 5.300259307 5.770629162 6.27620485 5.857896466 5.814325394 5.720792647 5.733325771 5.896058575 5.537288467 6.073149299 6.048087419 5.160328834 5.536220302 6.201776801 +LQ02X031970 Putative G3BP-like protein 6.128162902 5.326229849 5.431237603 5.34947235 5.335780474 5.444024985 5.136252225 5.403790209 5.330349317 5.632333674 5.092423292 5.354691992 5.687727004 5.58644188 5.183883909 5.346544408 5.886631098 5.718054567 6.024304212 5.268235419 5.239757411 5.461538219 5.502234895 5.475543564 5.906444978 5.604774987 5.785950903 5.365985766 5.346944093 5.5963067 5.177651936 5.419172643 +LQ02X032000 LRR receptor-like serine/threonine-protein kinase RPK2 5.659967003 5.697138926 4.890060137 5.235060709 5.146521493 5.421342849 5.157846844 4.971465967 5.420085203 5.778886033 4.709367721 5.164767839 5.328344238 4.960850306 5.438216686 5.213285449 4.997570448 5.358111051 6.182402136 4.989998836 5.615394518 5.132440487 5.156887154 5.108115391 4.95384872 5.489192498 5.451215458 5.136694093 4.84927726 5.113704148 5.332946942 4.919186733 +LQ02X032020 Magnesium transporter 5.446658994 5.789035159 5.232603602 5.6725672 5.357602307 5.610159158 5.714405208 5.324038352 5.61966991 5.851134769 5.593846692 5.733666098 5.241041455 5.689424918 6.606741077 5.503837168 5.20760502 5.483024276 5.340828282 5.125633117 4.819780713 5.40609048 5.104865758 5.903227622 5.384848198 5.465602617 5.471741129 5.548600978 5.071476793 5.291010055 5.184134741 5.074547243 +LQ02X032030 Probable inactive purple acid phosphatase 1 6.342280901 5.466900262 6.013587745 5.970427524 5.411292885 6.953630631 6.296633278 6.165245209 5.858346126 5.706305478 5.945967439 6.074151362 5.652563106 6.429488333 6.338554438 5.902934626 5.543935339 5.12528012 5.248050302 5.285970668 6.159094279 5.279474866 5.379653789 6.220415178 5.352368004 5.443717962 4.840577206 5.514243617 5.584708222 5.581754634 5.831550488 5.451795098 +LQ02X032060 Pentatricopeptide repeat-containing protein At1g69290 8.455367084 8.839227299 7.05396826 9.201561228 7.599094932 9.000521518 9.063650219 9.062230489 8.717664701 8.940413664 7.448814028 9.081621771 7.741072966 9.061057956 8.797955663 8.842254385 8.699926741 8.363922315 9.031428974 6.109119559 6.596617542 8.203413348 6.580068546 8.215400094 8.792133484 8.848557287 9.049029311 6.911479114 8.01025018 9.000402394 7.380850745 8.053449423 +LQ02X032090 Ureide permease 2 8.612425375 8.885597213 7.920343234 8.210496755 7.936055497 7.516766491 6.235258515 7.068710698 9.005588998 8.580995694 8.642692317 8.398222594 7.970865512 7.784107255 6.756371715 7.242907995 10.04195274 10.65777874 10.06051496 10.79647591 9.09510023 8.122323145 6.591036442 6.362584957 8.981757053 8.189698788 9.671238668 8.255697001 7.778983977 7.946151039 6.28957053 6.142947881 +LQ02X032110 Predicted protein 11.91664169 11.1928506 12.98078655 13.14116406 12.55794678 12.48591641 13.24837954 12.523267 10.86933297 9.990647292 12.07558593 12.58538718 12.07562164 11.92405649 13.19009692 12.13098642 11.0510582 12.44170406 10.98575166 12.72813321 13.04134168 11.70067578 13.92382054 12.90314683 9.838673788 10.3889753 11.38216221 12.52003437 12.838133 12.00589727 13.32354274 12.76638096 +LQ02X032130 Erlin-2-B 5.533406206 5.173476679 4.874112507 4.870068716 4.910381241 4.930484848 5.054050144 5.029967287 5.216613009 4.936350083 4.880824134 5.259243185 5.088826513 4.818129454 4.895841785 4.929904797 4.891460031 5.271849495 5.023526836 5.187488004 5.704682145 5.376435024 4.914673295 5.40518213 5.085086022 5.098023368 5.715756322 5.405871593 5.277656022 5.245263687 5.235565822 5.153524674 +LQ02X032160 Predicted protein 13.21550245 12.73881136 13.97117537 13.84243659 13.09741326 13.8341314 14.04731671 13.96249486 12.94851677 12.44942794 13.58148606 13.36343223 12.84275512 13.7490939 13.98912462 13.53282909 11.85159969 12.47273176 11.85072751 12.84028807 13.24325044 12.40696291 13.32384772 13.54230814 12.69025472 12.79933638 12.26886314 13.12923357 12.8315373 12.95022695 13.22878056 13.1943772 +LQ02X032170 Putative uncharacterized protein 6.279934735 6.177212952 6.341111378 6.281198998 6.39471881 7.160649594 7.127886229 7.199538787 6.277476183 6.623825027 6.717388904 6.604067124 6.80903638 7.035295948 7.693825345 7.378603062 5.689599781 5.762065031 5.398944262 5.958262473 5.459107898 5.8223076 6.428802306 5.643218332 6.25642703 6.01040091 5.711215348 5.686780777 6.243947072 5.776498497 7.745012084 6.807378828 +LQ02X032180 Predicted protein 11.97960539 10.74302372 11.69467373 13.2891412 10.92397242 14.79124309 14.55557279 14.72689745 11.81494806 10.40609763 11.58118507 12.93021671 10.82431979 14.70564509 13.91835091 13.76941917 10.76774294 11.30153514 9.971657358 10.42251768 10.24623734 10.31955791 11.72307059 11.42321948 10.94918242 10.80960064 9.385493704 10.78059065 9.152546809 10.70699162 11.61975422 10.75824062 +LQ02X032190 Putative 50S ribosomal protein L18 5.790174975 5.639826921 4.850402154 5.933630577 5.727238906 5.907262527 5.91464791 5.928590402 6.079982005 5.849435332 4.852113337 5.674653935 5.504155972 5.980105104 6.235814305 5.885785896 5.652240751 5.861578958 5.818944743 5.303525938 5.736971675 5.826852769 5.614285828 5.290315448 5.698316018 5.479637302 5.793887405 6.111321495 5.693939723 5.488271786 5.15276274 5.27493712 +LQ02X032210 Pentatricopeptide repeat-containing protein At1g26460, mitochondrial 12.72974742 13.0382475 12.65838507 13.16386546 12.63448736 13.37033567 13.39479223 13.17565775 12.96110186 13.03786285 12.91283639 13.24943883 12.81612761 13.41831986 13.26507189 13.51022731 13.02540097 13.22249769 12.53928672 12.78338921 12.60487588 12.90890288 12.67424687 13.03458228 12.74160496 13.17825771 12.67712421 12.73094843 12.76132304 12.83215846 12.73173993 12.86055711 +LQ02X032230 Putative uncharacterized protein 5.418940292 5.234136507 5.527411773 5.461776359 5.477958769 5.639442249 5.666971267 5.672420328 5.527670172 6.71999569 5.629328361 5.477691009 5.188976831 5.550660526 6.469525636 5.045255378 5.403111601 5.042165993 5.351658212 5.353260747 5.096666246 5.148143434 5.794042421 6.150207473 5.116632885 5.126691983 5.163241049 5.347519518 5.207159202 5.315784537 7.021784164 6.491852281 +LQ02X032240 Putative pentatricopeptide repeat-containing protein At1g26500 12.12291507 12.36693835 11.45843199 11.43440047 11.53250974 9.646433755 10.03613004 10.00875494 12.24579272 12.254146 11.99612877 11.32437796 11.70576489 10.15470312 10.10188792 10.73225663 11.45412782 10.84500642 11.45496129 10.66263087 10.66274598 11.75807692 9.437269585 9.901092806 12.05591231 11.85553827 11.52857871 11.01350941 10.89139579 11.49737928 9.72969075 9.564857764 +LQ02X032250 Probable methyltransferase PMT5 10.67935801 10.12323535 10.92859289 10.70588486 10.40516501 9.340922907 9.102695481 8.611446424 10.6948978 10.52446297 11.09744733 10.47611767 10.87221772 9.346055556 8.996337405 9.056774459 10.10014417 10.04927498 10.38088554 10.31984134 10.59002502 10.05374663 7.999698105 8.164397424 10.44507702 10.44454978 10.57907183 10.26729862 10.99825009 9.760113942 9.074682699 8.302941755 +LQ02X032260 Putative Protein KTI12 homolog 11.98421671 11.46441956 12.03491273 12.35100366 12.10329413 12.82237151 12.51101371 12.15469273 12.15699263 11.66629858 11.97902706 12.25573534 12.04027369 12.77387777 12.59215729 11.77111053 11.38891515 11.75631887 11.31816708 11.30991831 11.07799504 10.86919479 11.36383404 11.32364911 11.70361569 12.01434958 11.59364773 10.96926932 11.41025039 11.17082465 11.94696918 11.59320698 +LQ02X032270 Putative COBW domain-containing protein 1 11.36438073 11.57961947 11.52936437 10.96040631 11.25581798 11.73279705 11.95461351 11.42261743 11.43013793 11.609217 11.37035417 11.13748349 11.28022617 11.6694403 11.88613497 11.38723644 11.70536986 11.9301814 12.06280634 12.14464757 11.76532562 11.43458753 12.25955153 12.20833814 11.49600269 11.89306895 12.28028996 11.93150569 12.06712693 11.78615814 12.52543899 12.17081757 +LQ02X032290 Beta-glucosidase 40 8.659190545 8.630361509 9.948946462 9.172264819 9.854451707 7.406817262 7.918197177 7.396399759 8.931474886 9.116057519 10.04710666 9.22355295 10.26815575 7.735114394 7.530116103 7.758924611 7.769988616 9.011191034 8.344192184 10.73003706 11.47074685 9.901030648 8.892875753 9.248672217 8.192146463 9.15334972 9.162090027 10.55410903 10.85076263 9.775489231 9.211845273 9.68039052 +LQ02X032320 UDP-glucose 6-dehydrogenase 12.63901707 11.8957469 12.59365047 12.01960917 12.72793593 9.495787642 9.063582144 9.338299366 12.37852597 11.73255717 12.749272 12.10155241 12.66120676 9.681205901 9.521751305 9.675050582 11.48177858 11.66816024 11.73125934 12.02500765 11.95509716 12.73498561 8.680670351 9.722824273 11.99113824 12.0795049 11.72530294 11.89659546 12.75889106 12.29111574 9.093146127 10.00903895 +LQ02X032380 Probable inactive purple acid phosphatase 2 10.36271029 9.866427699 10.8385534 10.3334448 10.63196191 10.54771853 10.84067173 10.87955931 9.770979928 9.462240599 10.19963939 10.24582478 10.2089778 10.69704117 10.30956166 10.44630634 9.496223509 9.869978585 10.26777994 10.5723913 10.51611613 10.33905065 11.42922835 11.97778484 9.95941887 9.914611696 10.64389116 10.11954731 10.90577347 10.51133824 11.52745319 12.22258445 +LQ02X032440 Putative uncharacterized protein 12.05728598 11.40787488 12.00735377 12.70361629 12.10148124 11.38844509 12.25918984 10.82382318 11.89345429 10.49094778 11.92238831 12.4789952 11.35458349 11.65099102 12.09174192 11.27201666 11.87026093 11.86233493 10.66353001 10.565764 11.35158947 11.45515207 10.67759469 11.0524281 10.95190525 11.36206404 10.93285316 10.7651726 11.72796224 11.53242255 10.6181319 10.401392 +LQ02X032450 Predicted protein 6.218330253 5.626402451 6.034284424 6.577810295 5.987737467 5.969684055 6.313447578 5.876088001 6.234851397 5.784213917 5.950704873 6.721391772 6.156768248 6.173248848 6.220914972 6.313730769 6.069355031 5.733389065 5.54279021 6.135308208 5.982429759 6.501574328 5.860792125 5.724086359 6.045379677 6.234723556 6.038779579 5.844405792 6.070138942 6.209849417 5.981451617 5.220801773 +LQ02X032460 Putative 26S proteasome non-ATPase regulatory subunit 10 10.01213592 10.4123729 10.29262406 10.5663135 10.53033925 9.847889718 10.8320047 11.00378047 10.14686701 10.4333187 10.3113359 10.76604957 10.59717963 10.12099124 10.84945601 10.87939685 10.79093622 11.47099493 11.31648432 10.75414777 11.38398615 11.25109512 11.68132259 11.36588482 10.79011166 11.39849896 11.4098479 11.03200656 11.29422709 11.43173409 11.33300137 11.88451214 +LQ02X032480 Putative Predicted protein 15.2609618 15.11828547 14.82195098 14.52034007 14.32153803 13.34153441 12.82446822 12.65544926 14.97519585 14.38830041 14.99792717 14.43656888 13.68322936 13.54415253 13.02344686 12.36286019 13.90530978 13.99945984 13.96394861 14.05954133 13.65422659 13.68089965 13.12336082 13.2650235 14.71466326 14.10756275 13.74709819 13.29003886 13.89288102 13.39993871 13.25339065 13.19536774 +LQ02X032490 Putative Anthocyanidin 5,3-O-glucosyltransferase 14.819466 14.45396856 14.13243635 13.47466428 13.69721496 13.33675178 12.7797911 12.14892039 14.91208745 14.612512 14.45179843 13.79747434 13.49470277 13.36541675 12.82077067 11.96416064 14.35419982 14.15020628 14.77963812 13.87011869 13.51914361 13.39496015 12.06545565 12.13273807 15.23084603 14.61293448 14.29635083 13.12491482 13.32086606 11.42544325 12.34341122 11.69041842 +LQ02X032500 Putative Protein GDAP2 homolog 6.16338859 6.082888184 5.445924242 6.026493582 5.884941941 5.697728274 5.843956598 5.643393093 6.289351218 5.955322944 5.782571812 5.72546635 5.730924167 5.583122002 6.263179165 5.283895677 5.946926116 5.688730184 6.23505361 5.983606622 6.20847214 5.656089813 5.576570812 5.712437792 5.59104234 6.060325854 5.815268305 5.721207227 5.500944268 5.768527303 5.419841279 6.60077405 +LQ02X032540 Predicted protein 6.01215184 5.69645529 6.295748693 5.591840129 5.781124311 6.517735074 5.930811901 5.62547855 5.621703788 5.695985375 5.594595609 5.740896321 5.638698492 5.915576541 5.880564517 5.751988786 5.54545706 5.662029556 6.640233242 6.481031678 5.890576186 5.599292346 6.198783018 6.425304912 5.711604103 5.204210521 6.106814417 6.144652633 6.172442856 5.337771061 6.052325702 5.819048054 +LQ02X032580 Uncharacterized protein At5g01610 12.05317727 12.13379924 11.38204399 10.87143756 11.45158073 7.679099243 6.753416186 7.024375465 12.6626934 12.78037147 12.3811018 11.23826196 12.39946239 7.624156969 7.300546731 8.264339269 12.2652702 11.76908452 11.6126082 10.75567118 11.79266154 12.46658999 6.81948776 7.221644343 12.58355574 13.12862298 11.56952783 11.28159401 11.54647046 10.38853765 7.175780923 6.602629195 +LQ02X032620 Hypothetical protein 5.704694678 5.575999247 5.592316238 5.122642993 5.975117936 5.342641667 5.566063119 5.663759507 5.323842149 5.599827642 5.245294266 5.362787763 5.233449997 5.386427887 4.760925664 5.634472505 6.109436293 5.873276215 6.569689457 5.768585835 6.053820742 4.844109993 6.814796314 6.416029395 5.780812681 5.415300734 6.421259303 7.739314841 5.610258374 5.131733742 6.562257924 6.351535317 +LQ02X032630 Putative uncharacterized protein 10.05187778 8.912519184 9.822614034 10.86717372 9.815328531 10.38110203 10.68210867 10.50013843 9.822927874 9.766457808 9.727182984 11.08530888 9.826869373 10.37755634 10.59920105 10.3989839 5.473529253 5.482791431 5.052403521 5.69275107 5.878122333 6.053378271 5.597222009 5.13810289 5.880074449 5.582596986 5.246570518 4.916597782 6.150959298 6.196150442 6.10114467 4.874996731 +LQ02X032650 Eukaryotic translation initiation factor 5A-2 5.528725134 5.480846269 5.982051464 5.777539947 5.646249189 5.87007369 5.969211995 5.811317436 5.694745107 5.432126643 5.469947775 5.854470474 5.482017395 6.387432229 6.247751955 5.842124721 5.858305589 5.489985126 5.204948359 5.734088924 5.340841211 5.454254898 6.136215665 5.051153144 5.47941841 5.729526322 5.298652752 5.681147374 5.418578734 5.516596779 5.827787032 6.141905247 +LQ02X032660 Putative Uncharacterized protein MJ0044 12.47431646 12.64075543 11.94691655 12.2259193 12.38858008 12.63444232 12.74802108 12.81839067 12.43300226 12.80138402 12.17930148 12.09326415 12.10440838 12.57119204 12.72175069 12.68997333 13.46832036 13.8423919 13.07992537 12.85486948 13.03220796 12.3609801 13.20040511 12.89091438 12.86994742 13.16720374 12.98877542 12.56318541 12.49526332 12.07342753 13.35003317 13.11247666 +LQ02X032670 Probable WRKY transcription factor 3 6.828061652 6.917902543 7.162205416 7.42814011 7.275260018 6.656808529 6.926158145 6.523309019 6.802345275 6.853122949 7.33383062 7.400425982 7.713848445 6.570026524 6.630396964 6.654194671 6.662546343 6.998474929 6.283262341 7.581800932 7.867209204 7.071526405 7.02750901 6.459275966 6.494510534 7.495444649 6.387679954 7.267107347 7.736834069 6.997411531 7.438537773 6.33457622 +LQ02X032700 Predicted protein 5.82821657 5.431485866 5.470908266 5.701328182 5.772995332 6.039621101 6.066543063 5.87117008 5.539230064 5.573339623 5.464502427 5.701987266 5.766304789 5.962713135 5.773165716 6.157429665 5.424911203 6.237276944 5.850650243 5.596700067 5.905073218 5.495000469 5.291337265 5.402536244 6.092414357 5.728590778 5.80039922 5.802506944 5.663201848 5.702692532 5.363855848 6.078618447 +LQ02X032710 Predicted protein 5.102565114 5.014308134 5.758888792 5.172424415 5.779884807 5.303910032 5.16129224 5.281166378 5.251120146 5.0413369 6.00382196 5.488359689 5.959998265 5.095266408 5.049485799 4.798182894 5.166760002 5.502649667 5.14862037 5.734622922 5.795991365 5.573095226 4.894328896 5.229749106 5.340587753 5.635400911 5.392601747 5.388922808 5.536455025 5.540914717 5.243408804 5.387388761 +LQ02X032720 Putative Protein UXT homolog 5.428593157 5.213014967 4.610016055 4.72082577 5.203624971 4.690201138 4.958167038 4.689088214 5.000472473 6.113328175 5.260484246 4.920845318 4.965492839 4.94055799 5.351064268 5.178872643 5.099684526 5.266021048 5.145545916 4.795733487 5.256095875 4.883389649 4.74376521 5.152210674 5.343115875 5.124802868 5.505306855 5.31651323 5.289114519 4.98871252 4.92057221 5.260296663 +LQ02X032730 Protein argonaute 7 8.094444435 8.049794756 7.688012857 6.769437635 8.021941455 7.127272553 6.763080096 7.014217614 8.192440293 7.573718985 7.437555225 6.618074586 7.987696446 7.142962964 5.736633545 7.122681325 7.6495376 8.318630777 9.091432247 7.229013527 7.762911489 7.958932925 8.433623743 8.443515812 8.188724488 8.673043044 9.208933904 6.875992676 7.724433556 8.183452094 8.50005623 8.002703484 +LQ02X032750 Putative uncharacterized protein 5.067819096 5.153963997 5.462139078 5.17860041 4.941473129 5.720619611 5.200376765 5.390843252 5.490848448 5.183268492 4.948916947 4.884182507 5.50482899 5.258500933 6.024669438 5.147310453 5.50820976 4.995461486 4.93826794 5.37479382 5.302175898 5.070276491 5.221014328 6.096757087 5.112951765 5.130100752 5.133637115 5.281731404 5.627374664 5.260762642 5.655215987 5.28790901 +LQ02X032770 26S proteasome non-ATPase regulatory subunit 11 5.746361022 5.995596279 5.150411331 5.631738249 5.248099624 5.50800585 5.456478687 5.511568842 5.622109483 6.336013285 5.613614554 5.782040531 5.527080384 5.789739238 6.579834333 5.593728469 5.112228918 4.998733812 5.655645847 5.314317462 5.195863137 5.227650777 5.281490074 5.16053773 5.435570678 5.259465611 5.513372447 5.545198304 5.321683248 5.066102322 5.393370657 5.478775391 +LQ02X032780 Pattern formation protein EMB30 11.93374562 11.71457224 11.90387112 12.04336377 11.78996193 11.61384578 11.56521036 11.10428665 11.75574445 11.42412178 11.95558912 12.02795828 11.91622358 11.54432822 11.43173018 11.54355595 11.95014491 11.84867212 11.52869301 11.93775508 11.92198141 12.08578446 11.6731061 11.54117215 11.75815375 11.61794925 11.49769367 12.04828956 11.98275536 11.95445022 11.31985437 11.41464711 +LQ02X032790 Vesicle transport v-SNARE 12 12.68069246 12.79233023 12.85125676 13.14252973 13.05773656 12.49692929 12.68460723 13.00805414 12.78384367 12.63687225 12.99978327 13.29088318 13.04995986 12.75046526 12.78249139 13.02246667 12.83679949 12.66586157 12.73626951 12.64969358 12.09241995 13.28098995 12.41167922 12.14622807 12.7907748 12.70774951 12.37712423 13.03643399 12.03022422 13.41630542 12.67257601 12.29843088 +LQ02X032810 Putative Serine/threonine-protein kinase TNNI3K 5.754003821 5.324097283 5.197759706 5.943351171 5.139745495 5.846045125 5.719110778 5.426395028 5.37767715 5.959927916 5.031129616 5.632402703 5.467840069 5.594900593 6.715703912 5.543039324 5.191895619 5.35245371 5.924894518 5.064866995 5.192581122 5.562538651 5.170281085 5.388546898 5.468852279 5.38930558 6.201334155 5.27544495 5.46139635 5.455374195 5.093056402 4.94925352 +LQ02X032820 Putative Transmembrane emp24 domain-containing protein 10 6.049147169 5.682008447 5.651478885 5.772053077 5.526268553 6.112570398 5.656431218 5.436873587 6.188710483 5.799421115 5.421093268 5.830183257 5.544070702 5.896577179 5.723848318 5.500828806 5.868983272 5.751179464 6.00167688 5.929614318 6.20395161 5.275128541 6.116109051 5.281640632 6.093284778 5.632359298 5.957617349 5.480469244 5.596841533 5.542158449 5.531818493 5.453537176 +LQ02X032850 Probable ribulose-1,5 bisphosphate carboxylase/oxygenase large subunit N-methyltransferase, chloroplastic 9.40818771 9.314997125 9.805038739 9.971872196 9.314433195 10.70483409 10.52436335 10.1363095 9.440504032 9.123962786 9.360319685 9.907368639 9.844418503 10.66745377 10.49463358 10.28018615 8.433831367 8.442352483 8.336859665 8.079645927 8.774345075 9.056441244 9.758538505 9.925132297 8.770111846 8.934786033 9.624497503 8.419943548 9.508192543 9.57130078 9.726494772 9.353053927 +LQ02X032860 Putative phosphate transporter 1 7.944857931 7.923735018 7.366613085 7.414323701 7.877184578 7.251298795 7.579599788 7.587045484 7.753357919 7.915463228 8.287771524 7.951533923 7.614636887 7.188567537 7.066981223 7.21456891 7.534110809 8.348467404 8.098972073 7.378478036 8.233199508 7.916423075 7.654116509 7.681564764 7.584312481 8.473128878 8.303626719 7.225672121 8.22514782 8.036503316 8.239545608 7.268041545 +LQ02X032880 Hypothetical protein 6.494811912 6.192619336 6.458878786 6.461538014 6.655503786 5.290733481 5.450925096 5.788252426 6.415999243 5.697519467 6.931016917 6.530382011 7.125259929 5.398978411 5.404616199 5.591945787 5.847500958 5.981339418 5.840058172 6.797435229 7.927635411 6.646695311 5.572350032 5.026686794 5.936041976 6.140147848 6.704228547 6.207467403 7.767347413 6.726753208 5.646951523 5.302701304 +LQ02X032900 Putative 50S ribosomal protein L32 13.06160288 12.58023377 12.68320673 12.28052877 12.14080291 12.50188508 12.56095019 11.62807742 12.78429083 12.9100803 12.64305016 12.45297746 12.14817995 12.46830236 12.17527169 12.06539021 12.12847421 12.64273906 11.23408995 12.23827525 12.85248951 11.45165811 12.24600483 11.57118907 12.27350919 12.40750634 11.48921204 11.97645236 11.96275946 11.20569758 12.17112232 11.63126551 +LQ02X032990 Putative Mitochondrial uncoupling protein 4 5.268516012 5.826965414 5.749721435 6.16893613 6.012291577 6.444407934 6.110124705 6.638952595 5.360278361 5.364251507 6.005456788 5.969363658 5.595000624 6.423546546 5.885862792 6.81808289 5.494890114 5.147388691 5.483666783 5.133129018 5.676694405 5.956566469 5.792549719 5.676550611 5.265653888 5.560074979 5.737399401 5.380397553 5.438817611 5.719694767 5.974159018 6.288156975 +LQ02X033000 Putative Anaphase-promoting complex subunit 2 8.168499942 9.010658586 6.686869556 8.367511712 7.536073594 8.598433147 8.699258612 9.102114956 8.898040617 9.188263755 7.791226976 8.397007366 7.432080161 9.041961759 8.514579092 8.89545346 7.980551364 6.593565903 8.684940011 6.50209485 5.892333565 8.339316273 6.48406377 8.094334296 8.584024358 7.80938089 8.576075794 6.785436937 6.656294873 8.583730461 7.713323899 8.473323846 +LQ02X033030 NAC domain-containing protein 29 4.964987538 5.531951586 5.104214823 5.127134157 4.728093732 5.454837055 5.709380794 6.559834788 5.161511717 6.045298159 4.96132817 5.437869268 4.758296454 5.962255128 6.7341024 5.399411193 5.867712529 6.116762309 6.362679981 6.004248675 5.715761705 4.925031649 5.755422411 5.655486607 5.327220965 5.238608562 6.010261858 5.582626389 5.756538559 5.126548283 5.974083952 5.74351982 +LQ02X033050 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 5.235059652 5.506141944 5.343934356 5.378755041 5.465233198 5.899121234 5.568861072 5.337266101 5.675357306 6.03918625 5.543548946 5.328639659 5.52758098 5.541505911 7.11738381 5.410957212 5.354483932 5.323490404 5.904325193 5.910465659 5.146170822 5.86331181 5.327181821 5.259396744 5.156068833 5.152403254 6.179574964 5.287498108 5.471141637 5.617274673 5.283390909 5.608174318 +LQ02X033060 Putative oxygen evolving enhancer protein 3, identical 12.72889685 12.79903065 13.71457249 14.15050129 13.69455157 14.28575698 14.33036235 14.52026247 12.73227982 12.76060462 13.42639892 14.16265709 13.51852277 14.15929517 14.56702263 14.19490274 11.80832082 12.61189781 11.81908338 12.95190614 13.39351912 12.69341534 13.48908923 13.91338982 11.83586905 12.74325215 11.98898081 13.34625388 13.19626911 13.38109939 13.54002535 13.81815595 +LQ02X033090 Putative KH domain-containing protein At4g18375 5.625255763 5.995249405 5.42369017 5.265397293 5.498608136 5.463530669 5.569110469 5.227586916 6.006481028 5.731515274 5.735486786 5.654795502 5.931157922 5.558269111 6.253442937 5.411829924 5.11162232 5.471624429 5.851579794 6.23479548 5.535467807 5.964861164 5.180167538 5.781799301 5.562173165 5.334847783 5.656374179 5.856663016 5.714047527 5.824617724 6.396823641 5.47612909 +LQ02X033110 Expansin-A15 5.160211858 5.546446135 5.149958978 5.222431545 5.038594822 4.837214262 4.807312745 4.719164143 5.185766503 5.54754142 4.749367395 5.236598458 4.782645328 4.88771368 4.851429645 4.633642473 6.229553837 4.835140371 5.774055572 5.178547555 5.009639086 5.458556947 4.855710796 5.114972321 5.949971159 4.873304838 5.467155831 5.410671541 5.562882817 4.915420837 4.921864684 5.215320965 +LQ02X033170 Putative Dof zinc finger protein DOF5.2 5.795183729 5.453154662 5.149988579 5.472162105 5.21084286 5.685279281 6.09306025 5.576770227 5.618247767 5.956069044 5.426666327 5.52915926 6.672758813 5.345457572 5.958569312 6.13545435 5.58058748 5.600426301 5.737223532 4.943669395 5.548034891 5.77348036 5.209681594 5.201296544 5.746905505 5.535597181 5.865919945 5.834619491 6.000180743 5.493164466 5.401306703 5.161157439 +LQ02X033180 Hypothetical protein 6.669089908 6.747452807 6.908187206 8.069885013 8.000399741 10.29444794 9.672958864 9.226366066 6.58769783 6.53246638 7.668832496 9.165550873 8.429857559 10.65290615 10.18034499 10.57734895 6.497850554 5.928927608 6.833939065 7.143472869 6.06218283 7.287181486 9.694962918 8.841587412 6.459070344 5.832843377 6.139202348 6.576783203 6.979302934 7.826733567 10.62202467 8.478038322 +LQ02X033190 Transcription factor, putative 10.14075643 10.17367214 10.92011362 11.24061464 11.02521911 11.47057537 11.2855648 11.29110583 10.67133146 10.75260055 11.55059196 11.52854477 11.5961693 12.07892845 11.88171065 11.86606196 9.782011965 10.68808579 10.0532864 10.97553874 10.19596499 10.56895661 11.46306766 10.74040144 10.36195158 10.83010646 10.20414116 10.86318163 10.78581914 10.77908985 11.71262888 11.06561739 +LQ02X033210 Putative E3 ubiquitin-protein ligase RNF181 12.42497891 12.18901506 12.70372257 13.55439112 12.88040925 13.43577382 13.98034684 13.02221549 12.07289808 12.34256641 12.55232965 13.10122445 12.87076587 12.84756179 13.51333991 13.04871833 12.23305889 13.45711932 11.55308684 12.89315284 13.58246884 12.59292455 13.8344511 13.17098052 12.09092714 11.82024436 11.39294205 13.09627104 12.14920154 12.69246566 12.73056958 13.06381284 +LQ02X033220 Putative 50S ribosomal protein L18, chloroplastic 6.163409342 6.415071358 5.351650029 8.492077655 6.949646308 8.298297002 8.85148671 8.226602109 6.561741093 6.552061566 6.276609367 8.466332832 6.896166722 7.779873902 8.796742326 8.362653159 6.275003564 5.667849791 5.314012326 4.911204264 6.157105214 6.073655378 5.126185088 5.011794179 5.831978755 5.577708851 5.015699826 5.241485922 5.536083854 6.338157704 5.254743618 5.335361725 +LQ02X033230 Beta-1,3-galactosyltransferase 15 5.576928648 5.115807747 4.976619797 5.12550292 5.266849211 5.294005327 5.201406326 4.906324381 5.156834432 5.232121107 4.801988091 5.31228839 5.666370834 4.94221526 4.965673831 4.876122136 5.243140235 5.614240474 5.17839589 5.852057666 5.731214478 5.361850937 5.196802225 5.340933923 5.189706931 5.414549635 5.374559568 5.917041434 5.637723425 5.641134766 6.008503179 5.054407521 +LQ02X033270 Putative Predicted protein 9.551078082 9.772347727 9.943739862 10.06189808 10.04639559 9.933312105 10.38375519 10.60051287 9.489017576 9.709687523 9.94282615 9.907266954 10.11815882 10.08683955 10.60355636 10.60676964 9.03765647 9.810828367 9.110641832 10.10571058 9.922307291 9.946012235 10.94754117 11.44334919 9.235697771 9.786396252 9.41636452 10.53127984 10.21369475 10.6291637 10.70461426 11.4991018 +LQ02X033290 Amino acid transporter 7.123646342 7.358698357 7.755056402 7.544896953 9.021892379 5.233716094 6.07453524 6.557831339 7.096976221 6.974688324 7.774355529 7.914930307 8.591583673 6.075280678 5.775009745 6.688418613 5.674500835 5.768802019 5.908999569 5.577250692 5.692823108 6.630050944 5.645241084 5.561282999 5.690090746 5.879202467 6.259120851 5.168949033 6.392545221 5.869712389 6.509541945 5.482610981 +LQ02X033320 Putative Ectonucleoside triphosphate diphosphohydrolase 1 11.64891535 11.27894572 11.41637363 11.58679662 11.67778925 11.23568562 11.1992369 11.19576384 11.58695161 11.16664892 11.50299905 11.83814727 11.78662752 11.33750405 11.21330378 11.30066292 11.39960184 11.51197339 11.22541897 11.30249848 11.42631723 11.6596071 11.10228618 11.07481833 11.380515 11.49410303 11.08679523 11.32399111 11.79249906 12.01124473 10.95451699 10.97473615 +LQ02X033330 Membrane associated ring finger 1,8, putative 5.210093416 5.36616942 5.172140701 5.58366939 5.383050939 5.780575197 5.812236747 5.939958336 5.468388693 5.517910434 5.639994286 5.613576715 5.456723056 5.733955192 5.733276918 5.579369219 5.288927009 5.11745247 5.491656573 5.574675533 5.786999497 5.379834399 5.382550618 5.722378205 5.04367119 5.091465486 4.846146793 5.421047408 5.233291417 5.302370842 5.540990352 5.918753 +LQ02X033340 Putative uncharacterized protein F24J1.29 5.628770162 5.413199953 5.480616173 5.152382754 5.492405252 5.258797189 4.989509039 5.137804978 5.552985003 5.044703518 5.642433119 5.366178054 5.502750367 5.309247504 5.037355519 5.214863135 5.426948174 5.485151479 5.701540614 5.400846739 5.437939089 5.526362122 5.309465847 5.458877765 5.334198133 5.696787068 5.128930118 5.323562752 5.717043997 5.586527057 5.407550137 5.918970706 +LQ02X033350 Putative uncharacterized protein 9.119091842 8.829240138 9.543850964 8.757939663 8.572396905 9.13655646 9.277488953 8.635513011 8.470479501 7.776684998 9.360023488 8.648179209 8.439007663 8.835945431 8.843790718 8.196969741 8.548274641 8.345824534 8.168672741 8.459867232 8.987252304 8.733222314 9.927928212 9.846874709 8.730937155 8.822920189 8.57329352 8.299274924 9.147670061 9.140618341 9.754369906 10.06598733 +LQ02X033370 60S ribosomal protein L34 6.051933278 5.780932009 5.480154426 5.884653854 6.075237073 6.410666269 6.38608153 5.948003957 6.202595033 6.040766577 6.562557708 6.073217025 6.297084285 6.468925398 6.481834836 6.163577215 5.944061416 6.349038123 6.427822355 5.757594195 6.330948486 6.063554655 5.761163187 5.677816004 6.246422421 6.273320969 6.395027618 5.563930561 5.587565939 6.020109391 6.293627908 5.797346545 +LQ02X033410 Predicted protein 5.19148517 5.097297881 5.380645154 5.428527086 5.065010878 5.379959692 5.691351522 5.399098196 5.026499413 5.144598093 5.348725621 5.028878388 5.310834499 5.379136651 5.614074314 5.26345321 5.219534621 5.073378138 5.035171259 5.448785033 5.121349968 5.005918932 5.784516201 6.332390723 5.041569699 5.078312228 5.263661554 5.205354973 5.070266833 4.984523364 5.756236692 5.359900526 +LQ02X033420 Probable methyltransferase PMT2 12.03405967 12.16565375 11.32237294 12.10163495 11.76031846 11.68325306 11.76054281 11.73082953 12.04446767 12.1471603 11.87188382 12.22937435 11.97820767 11.72649038 12.00210621 12.05589048 12.8737483 12.50708745 12.58180644 11.57317418 11.79229568 12.72788855 11.23899533 11.39623047 12.85027493 13.05880045 12.3916865 12.00715467 11.56750025 12.19567367 11.21029523 11.32804649 +LQ02X033440 Putative Uncharacterized hydroxylase C887.15c 12.51472102 12.03341418 13.12614938 13.20947496 13.07204231 13.37811602 13.6568663 13.65336181 12.60962914 11.88175991 13.16138943 13.14898367 13.08638447 13.53019286 13.85131486 13.90646127 11.86527076 12.70883488 12.00804836 12.32004514 12.50395668 12.77878408 12.84381199 13.40855444 11.86978123 12.26838879 11.88403824 12.48443837 12.60271567 13.10042008 12.93675593 13.25890579 +LQ02X033450 Putative Uncharacterized hydroxylase C887.15c 13.72672661 12.21679081 13.74184646 12.87158924 11.0125376 13.73293552 13.18544102 12.33819721 13.30048151 12.17826452 13.46354344 11.76703686 11.13920929 13.33481535 12.30972024 11.30324088 10.36284808 11.8600402 11.52550981 12.56490068 11.74293166 10.89523381 12.28738087 11.42914016 12.87864311 12.17025643 11.62368161 12.23450245 11.90603071 10.36800867 11.52831051 10.73304902 +LQ02X033550 Homeobox-leucine zipper protein ATHB-13 12.55320295 13.04809275 12.03467551 11.54195573 11.98079201 9.337097282 9.674048317 9.999234698 12.59513518 12.8637335 12.08006838 11.37535321 12.05315332 9.357872626 10.00787995 10.68638506 12.95607789 12.5445881 12.98246829 12.59364323 12.32849793 12.7620388 9.921611922 10.99279894 12.89224649 12.79336666 13.05010526 12.6037682 12.87717371 11.2621963 9.464300528 10.6221618 +LQ02X033560 Sucrose transport protein SUC3 4.828312019 5.144786368 5.605802244 5.036046515 5.156890306 5.42185482 4.9893765 5.331845237 5.081307434 5.340264122 5.47314545 4.85521669 5.185213391 5.196712155 5.393027721 4.954624574 5.268472085 5.194430896 5.008811332 5.526766742 4.964875137 4.904863362 5.124417245 5.649754359 4.920966297 5.115509059 4.758845853 5.550693732 4.907393155 4.820550425 5.569767281 5.699014583 +LQ02X033570 Sucrose transport protein SUC3 6.943510504 5.268999102 7.721902691 8.920409463 8.212756261 9.096949962 9.256165065 9.251628197 5.520446397 5.652620939 5.885644532 7.60452898 6.592383842 7.94999088 8.167132965 8.38113568 6.168774564 6.047905854 5.77015776 7.41266339 7.368217931 7.504767337 6.399157283 8.017764166 7.006226587 6.09546664 5.584953524 6.375170813 5.956366475 8.108670545 8.192152426 8.001803291 +LQ02X033610 F-box/kelch-repeat protein SKIP11 11.67549816 11.46157541 12.12149133 12.53073377 12.42652149 12.42670023 12.21030291 12.77813362 11.76659765 11.54719441 12.24388131 12.61997744 12.58702988 12.18543158 12.39972952 12.37924234 12.38326802 12.46565646 12.07615416 12.30591075 12.11424163 12.3793998 11.91170811 12.02420807 11.4465764 11.64870413 11.5585456 12.28791773 11.87165052 12.59093021 12.0183087 12.17807305 +LQ02X033620 Putative uncharacterized protein 13.68570657 13.50638333 13.98862399 14.26170138 14.29172835 14.69264953 14.77443374 14.78213084 13.61951911 13.70612702 13.74785106 14.38708263 14.26184933 14.39742614 14.78979436 14.52894661 12.72611649 13.06800689 12.79680745 13.8036156 13.73373474 14.25033435 14.51391686 14.25116197 13.32103564 13.14716193 13.43443251 14.11827796 13.60869309 14.33482516 14.49143875 14.13581995 +LQ02X033650 Putative Probable E3 ubiquitin-protein ligase HERC2 5.283790816 5.360945294 5.212014635 5.266705281 5.069099036 5.38155697 5.32771023 5.336675945 5.649987047 5.084486479 5.481386132 5.28602883 5.575619031 5.799253443 4.93880534 5.136271409 5.130836335 5.675230248 5.065515707 5.217340559 5.333861246 5.157978476 5.839603174 5.537723764 5.511537536 5.269275558 5.426195867 5.345798618 5.178225013 5.14977691 5.490627784 5.428191911 +LQ02X033660 HVA22-like protein c 12.85634076 13.37394539 12.20767028 12.13030837 12.53812805 12.34049023 12.36734304 12.69023405 12.8667306 13.78470966 12.52200532 12.10278564 12.46957779 12.46350605 12.29867861 12.68374722 13.02523207 12.95030174 13.24066739 12.5098659 12.4971625 13.33636707 12.97972455 12.64030132 13.7237038 13.55026049 13.33105094 12.21442251 11.84345922 12.21989314 12.70026854 12.59383762 +LQ02X033670 BHLH (Fragment) 5.604617807 5.581129067 5.090377685 5.20357301 5.274050601 5.058011964 5.25288055 5.110471928 5.266577243 5.672015262 5.249058512 5.093650487 5.258996926 5.335475426 5.130211162 5.519324553 5.380998008 5.394341121 5.487100093 5.329616118 5.431795877 5.484122223 5.33901074 6.048332242 5.396224461 5.132845534 5.772287918 5.34730357 6.013550763 5.746323492 5.695652196 5.263463972 +LQ02X033690 Cullin-3 5.171803348 5.32917057 5.141696717 6.15803389 5.347342229 6.035496469 5.944104909 5.693451884 5.580087215 5.239442853 5.099863603 6.103314307 5.718053952 5.660993271 6.832855627 5.815235335 5.447332495 5.513885478 5.325743291 5.361598583 5.204001136 5.586219889 5.573633669 5.210111607 5.296375818 5.259600056 5.717079734 5.863778556 5.622165331 5.595108659 5.86924008 5.849205865 +LQ02X033720 Predicted protein 5.201164412 4.682508562 4.965047446 5.241078416 4.582271642 5.504793616 5.221290599 5.223831808 5.194985061 5.363264486 5.189322316 5.194731063 4.847569097 5.002822193 5.589419268 4.842840343 4.705131307 4.914719928 5.084538314 5.189067789 5.571889906 5.12320894 5.336577865 5.045983631 5.04511225 5.198133661 5.506203666 5.213309968 5.01662438 5.247313417 5.482492504 5.022644053 +LQ02X033730 Origin recognition complex subunit 6 11.12959801 12.24285488 7.622029117 7.923580833 7.859390263 7.418646727 7.158089009 7.578208656 12.04021478 12.47057292 9.928197673 8.524278491 7.732512419 7.742265531 7.768443022 7.954270611 10.96356678 10.03466639 12.28327582 8.062910566 8.592725613 9.89766357 6.71637309 6.726242922 12.44776404 12.17187802 12.71339926 6.819696301 9.420881054 7.7964365 7.711467153 6.630291096 +LQ02X033810 Protein kinase 2B, chloroplastic 10.13283358 10.20083806 10.65859997 10.12773293 10.85713422 10.45859604 10.46256105 10.5687363 10.08677582 10.12694024 10.46639351 10.21301235 10.82567109 10.57808288 10.32738936 10.32439501 10.58184884 10.80582476 11.42880119 11.32294906 10.76074185 11.67547074 11.5979175 12.03500753 10.53066646 10.96458628 11.5117528 11.40200744 11.69266102 11.59953114 11.77365443 12.23833271 +LQ02X033820 Putative UDP-galactose transporter homolog 1 9.861884053 8.742942551 9.489561648 9.924065825 7.581069851 8.645223694 8.683508652 7.811898846 9.045796081 8.195584485 8.558440085 8.993843635 7.966411307 7.875121772 7.204646416 7.329319757 9.071632954 9.645611525 8.345832619 7.72278601 8.570547172 8.580554994 6.294978641 7.793319056 8.946369695 10.17227087 7.563216266 7.051036313 9.265252517 7.968583124 6.529544712 6.564072174 +LQ02X033830 Predicted protein 8.562889409 8.677146014 7.520391888 8.437500371 8.873132243 8.449007013 8.448771793 9.113743352 8.029412034 8.228384079 7.568103158 7.857182558 7.620474645 7.967339003 8.802837431 8.078213808 7.779864667 6.958465089 7.29155098 6.824972442 7.251394449 8.078630663 7.60503205 8.779366169 8.16393751 7.611792709 7.727633637 7.206212104 7.146439342 8.71254515 7.647544947 8.221161749 +LQ02X033840 Putative uncharacterized protein 5.464982797 5.8457948 5.599890292 5.403352829 5.544036553 5.558749272 5.755591829 5.327484548 5.690742691 5.394385317 5.677118621 5.558244442 5.037313387 5.926380205 5.637125807 5.404359225 5.558675221 5.779521504 5.287485614 5.452610826 5.351966365 5.603416688 5.477615736 4.956479647 5.181183753 5.489103597 5.422913053 5.343136025 5.656998519 5.411528735 5.942378716 5.316863728 +LQ02X033900 Putative Protein IQ-DOMAIN 31 5.470169508 5.549655098 5.246705239 5.238895048 5.372748068 4.681159121 4.953686748 4.781902161 5.378544363 5.554504984 5.167220048 5.276881164 5.231713759 4.875809982 5.213255851 5.021246468 5.600214415 5.455257041 5.858467744 5.665183388 5.144478673 5.230941067 5.328521202 5.582877421 5.102884378 5.447315901 5.709547056 5.681850271 5.990800455 5.523517393 5.235564617 5.697474741 +LQ02X033910 Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.61669359 9.729135037 11.43633377 11.42567509 11.72361444 5.630178796 6.617032565 7.7884912 10.9855607 9.57048206 11.50923746 11.58837402 11.95802802 6.686866089 9.08655917 7.115649093 8.989157268 9.383651214 9.639038202 11.1886496 11.28737003 11.41094333 8.237963143 10.03113868 10.4500774 10.1727374 10.33045553 11.76658631 12.24568406 11.53627834 8.526504947 9.96982028 +LQ02X033920 Ubiquitin-conjugating enzyme E2 2 14.48543125 14.20649617 14.25176731 14.81349336 14.31410023 14.85921108 14.48525498 14.59692188 14.56800393 14.5368659 14.65116795 14.829072 14.35165285 14.8567579 14.31108496 14.61127165 14.60408842 14.05617801 13.99356668 14.01248054 13.84209128 14.4757093 13.80203087 13.54784377 14.07599224 13.84302057 13.38733954 14.14738673 13.53347629 14.08853877 13.72885122 13.24911372 +LQ02X033940 Putative SNF1-related protein kinase regulatory subunit gamma 1 9.353854499 9.840881524 10.53875802 10.34928204 10.37032055 10.1094867 10.50155138 10.41752184 9.008654236 9.29761996 10.32026482 10.07160189 10.43168701 10.12863198 10.56960845 10.23770426 9.578761863 10.08667745 9.978872097 10.70744458 10.6222847 10.68840118 10.14663084 10.82519871 9.334039599 9.26052126 9.606017568 10.70554721 10.59453592 10.81068421 9.858097295 10.60459816 +LQ02X033950 Putative Probable WRKY transcription factor 72 5.301442296 4.967339915 5.360725808 5.228227147 5.195948442 5.488357054 5.385071967 5.066853758 5.543663278 5.097024903 5.388595119 5.135408382 5.443947924 5.618173695 5.085962523 5.358683343 6.476924366 5.348472431 5.377326531 5.163655474 5.071579954 5.463461205 5.458022991 5.558090634 5.337755265 5.104514921 5.542542318 5.027703927 5.248743335 5.152128205 6.100187107 5.754234411 +LQ02X033990 F14L17.18 protein 14.08971679 14.24961643 13.5686369 13.86133139 13.48659297 14.61067312 14.42208817 14.0664017 14.09060289 14.15211569 13.68981357 14.26662871 13.59498298 14.59866047 14.38162452 14.44355826 14.25564075 14.18114512 14.26429345 13.25813143 13.44351276 13.36717635 14.17347089 14.19182205 14.20628516 14.2759907 14.52126809 13.36278106 12.93575631 13.34819848 14.21765512 13.90587774 +LQ02X034030 Putative Alpha-amylase isozyme 3E 11.00038599 10.69637054 12.2273459 12.21718682 12.20749845 12.59158181 12.84064838 13.10888719 11.05490978 10.3190404 11.84181104 11.99607132 12.16917124 12.61093596 12.67336771 12.6410343 11.1967803 11.51405219 10.93887254 11.22245431 12.0047168 11.73494108 12.64812724 13.02320327 10.58682631 11.12446221 10.75936922 11.56182794 12.1858273 12.49469133 12.89315603 12.93096984 +LQ02X034040 Mitochondrial outer membrane protein porin of 36 kDa 14.37740496 14.3016711 14.06373986 13.9742639 13.7544748 13.71041845 13.60537339 13.21214464 14.43378797 14.34460328 14.24013677 14.00289213 13.97236118 13.7041723 13.98589382 13.33891049 14.49681706 14.3315395 14.11851164 14.39245675 14.2751168 14.02114818 13.98950003 14.2463863 14.46560956 14.40235927 14.07431471 14.12573381 14.46889651 14.11935058 14.01535129 14.04812491 +LQ02X034050 Protein PPLZ12 14.3668243 14.33711015 14.71511296 15.01443507 15.11931106 14.78440707 15.18496079 15.38303294 14.51591534 14.33404432 14.82167906 15.10104137 14.91784379 15.13251603 15.45295822 15.31740507 14.0808258 13.72528804 13.99135672 14.12469729 14.1046723 15.03641801 14.97989291 14.79560547 14.1789699 13.41210241 13.98329595 14.53869097 14.50090973 15.31997041 15.13909193 15.10839746 +LQ02X034060 Putative uncharacterized protein 11.72652175 11.55708019 12.20342808 12.14567481 12.54792723 13.45522398 13.47421644 13.53149176 11.77356235 11.49265105 12.28174022 12.29479562 12.47372773 13.59492442 13.59329095 13.72850314 12.69490997 13.22976602 12.66802406 13.07005672 12.61247456 12.44627747 13.50309667 13.10529996 11.55812838 12.10437273 12.35606854 12.67977638 12.79901823 12.9176875 13.51490291 13.18334773 +LQ02X034070 Protein kinase APK1A, chloroplastic 7.512924322 7.340248875 6.142882136 7.149787898 6.941792328 8.58795447 8.440691885 8.665824974 7.49102163 7.046500754 6.850015563 7.17066043 7.135318239 8.548485478 8.063983581 8.45753221 8.295566051 8.895162135 9.200857921 8.149959484 7.519573791 7.631403774 9.924994658 9.441195394 7.55575593 7.942158214 9.57827469 7.735810383 7.720702249 7.74512941 9.356789555 9.682526267 +LQ02X034080 Hypothetical protein 5.343176692 5.413921488 5.537167039 5.623648339 6.040704764 5.500614075 5.834787568 5.438216748 5.142208523 5.331336971 6.152493891 5.566574162 6.062670558 5.670090438 5.240685866 5.415719041 5.254118017 5.293360711 5.352744788 5.659239522 5.453620068 5.923131235 5.493752517 5.770036564 5.5026121 5.32793696 5.32350734 5.775045709 5.73646846 5.767831874 6.004005802 4.946511149 +LQ02X034090 Putative uncharacterized protein 4.972874703 5.253080057 5.021791224 5.121439056 5.065634294 5.188327722 5.401342157 5.177477075 5.133991064 4.912418675 4.977903462 5.056829923 5.138972879 5.525640814 5.430771829 5.208671265 4.925630301 4.769075374 5.357616614 4.961430788 5.299123977 5.048024442 5.65245042 5.975824843 4.74735083 4.94884009 4.986749469 4.941795349 5.090995862 4.840552221 5.216967379 6.314934894 +LQ02X034100 Protein TWIN LOV 1 11.9222782 11.76494001 12.71298558 12.26527925 12.10334032 12.44753713 12.75652445 12.43365269 11.75260577 11.185484 12.51573855 11.89910195 12.03036345 12.14973209 12.42201374 11.96593331 11.81850073 12.70921841 11.40815878 12.84015095 12.81001444 12.56747762 12.75290049 13.04199757 11.32685387 12.09724756 11.66017016 12.80471288 13.21727546 12.78541372 12.46473554 12.96327702 +LQ02X034130 Putative Ethylene-responsive transcription factor ERF118 5.172010032 5.440864519 6.285632791 5.497916716 5.423117316 5.481511712 5.877775629 6.138304316 5.49448017 6.230209128 5.745599776 5.776048918 5.808121678 5.417433387 6.571972946 5.752226671 5.266834838 5.515283124 5.448735904 5.824042597 5.175273563 5.704596141 5.225438328 5.696266075 5.579768003 6.034037059 5.771411694 5.208949797 5.405735577 5.341622437 6.231769895 5.602115883 +LQ02X034140 Putative uncharacterized protein 10.98142495 10.56707348 10.34186335 10.25063769 10.7976088 10.86376434 10.98163173 11.63487672 10.89883503 10.95197409 10.32314042 10.70589041 10.83776861 11.00983575 10.97831378 11.34956955 10.52309287 10.40344584 10.99577568 9.277798183 8.720581284 10.4234901 9.89141649 9.953671411 10.86183409 10.46721087 11.27046303 8.775360926 9.54187605 10.50003161 9.931752068 10.63023449 +LQ02X034150 Alpha-xylosidase 5.365635622 5.210468561 5.607849238 5.599747733 5.33113217 5.583009292 5.483518798 5.428321786 5.207017481 5.274949198 5.728042306 5.570913193 5.582641172 5.458891751 5.490892296 5.590699514 5.702098762 5.567849816 5.378321098 5.296352462 5.706971135 5.446504154 5.40300701 5.814980503 5.464612433 5.664089621 5.694695195 5.365410642 5.693340526 5.578078636 5.26781297 5.716940666 +LQ02X034170 Putative uncharacterized protein 5.785042104 5.963782854 5.812748753 7.583927465 6.332345491 6.497079495 6.606750291 8.185908925 5.540719252 6.085890917 5.363283276 5.993960922 6.134043655 6.500789601 5.82094079 6.311055075 7.482753494 5.757305302 5.695520675 6.887658606 5.107470488 6.786171794 6.072016914 6.327942409 6.336661037 5.525952814 5.770059378 5.996717303 5.266253512 7.099616056 5.840738524 8.157941235 +LQ02X034180 Predicted protein 5.605148953 6.115750063 5.648822094 5.764117999 5.42929414 5.592736101 6.026023853 5.976814192 5.531692383 6.852628789 5.172315525 5.68286185 5.730488178 5.71670563 6.366715671 6.544754406 5.467514401 5.327609372 5.693179862 5.973618364 5.559675044 5.791006246 5.329868283 5.78165114 5.484331592 5.694972463 5.708467028 5.665564903 5.615655493 5.885795756 6.299181484 5.996146298 +LQ02X034190 Putative DNA repair protein RAD23-3 6.684059883 6.726732277 6.370325853 6.548829634 6.749330453 6.288201819 6.528651773 6.848884912 6.944700443 6.124893515 6.894913132 6.821973888 7.220678372 6.302812083 6.476449934 6.849417153 6.466834402 6.523069931 6.415012652 6.89230195 7.521568376 6.740743689 7.172328996 6.705672747 6.479606199 6.97611132 6.983520068 6.096222468 6.908038067 6.671421101 6.460100979 6.010591154 +LQ02X034220 Putative Peptide transporter PTR5 13.5990274 14.15847342 13.31540505 13.70013659 14.01991391 15.07585304 14.66183509 14.60929559 13.54402879 13.60748519 12.86763568 13.58833826 12.96872427 14.53283695 14.51628114 14.44014677 14.46673112 14.11615791 14.3194359 13.8453223 13.82162594 13.50824598 15.10153917 14.99625634 13.71769809 13.060149 13.46895559 13.2658528 13.16294143 14.25326394 14.8993781 14.98974354 +LQ02X034240 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.609306166 5.306011798 5.445728448 5.697619181 5.513748193 5.417634502 5.123339313 4.900897926 5.331398096 5.556172416 5.829735323 5.544378834 5.509074165 5.746994065 5.46450966 5.163014267 5.914651201 5.284125593 5.833694192 5.695647685 5.471098285 5.213295811 5.792620428 5.516593212 5.195997345 5.069399505 5.386967598 5.281549374 5.574062352 5.246322182 5.377261137 5.163339632 +LQ02X034250 Putative uncharacterized protein 5.5240653 5.144575699 5.666994951 5.490721305 5.769175696 5.945045776 5.557929607 5.921177473 4.998143723 5.341675032 5.597681062 5.861117788 5.490301834 5.443095024 6.319049187 5.59455078 5.099326839 5.335975518 5.015704678 5.076735666 5.587914202 5.106759968 5.54928566 5.333790092 5.172728219 5.72925333 5.230740172 5.453360983 6.517743176 4.929486882 5.206388079 5.140352164 +LQ02X034260 Predicted protein (Fragment) 5.650636274 5.544606933 5.982620782 5.312950001 5.69995482 5.079478343 5.293516504 5.240805045 5.483000719 5.12186957 5.332555992 5.613857033 5.421162113 5.038845689 5.370257615 5.236010893 5.170339009 5.872327123 5.485333217 5.670137829 5.845357002 5.845123819 5.816156698 5.301637644 5.624901674 5.370130713 5.967821976 5.524237494 5.731465446 5.888894978 5.618938399 5.559504241 +LQ02X034270 Prp4, putative 10.88505892 9.990253853 10.64624979 11.28940184 10.31463036 11.86302768 11.8150935 11.9261921 10.74721769 9.878716045 10.72249254 11.23607302 10.5309192 11.44368593 11.41538472 11.81013731 11.31019478 10.98831124 10.53615771 10.80092294 11.03636777 10.62246534 11.47324009 11.28367171 10.89726319 10.84146262 10.38899492 10.77487871 10.59852859 10.99548159 11.4381182 11.09078323 +LQ02X034280 Putative uncharacterized protein 8.412495722 8.650930303 8.518572631 9.187063456 9.304587104 9.888797431 9.63802615 9.800164619 8.431759905 8.028578137 8.312609011 9.181461027 9.114608186 9.911754876 9.71210518 9.66616764 9.870684961 9.707639964 9.739609624 9.748696982 9.730678301 9.96000467 10.79820584 11.23499327 9.291349907 9.603037504 9.522393706 10.05760315 9.662499668 11.08152371 11.10051462 11.05244246 +LQ02X034310 Plastid-specific 30S ribosomal protein 3, chloroplast, putative 14.24445476 14.03464008 14.13305199 14.25565048 14.05663046 13.783704 14.14608561 13.58108124 14.02597163 13.9579634 13.92017363 14.22176716 14.25390071 14.01341393 14.26058702 13.88404438 13.65645932 13.96611589 13.96866328 13.4710912 14.20098135 13.83520373 14.64371084 14.33263251 13.66660181 13.99091455 14.48901811 13.4587452 14.04758573 14.24452246 14.74636559 14.10018546 +LQ02X034340 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 11.40518019 11.98280071 11.14212408 10.35478045 10.77808001 10.6406943 10.17293805 10.16017495 11.35646991 11.77781484 11.27236556 10.2302804 11.16198321 10.65336966 10.05313876 10.27706481 11.2580693 11.04427382 11.97572294 11.39532104 11.46102028 11.07530192 11.39305573 11.30447338 11.73236061 11.57857297 12.35608956 11.19623918 11.56320086 10.88134048 11.53549967 11.41563624 +LQ02X034430 Putative CTL-like protein DDBG0274487 6.101806824 6.311579318 6.203099534 6.061520865 6.439212049 5.892917463 5.638098773 5.534345003 6.526846254 6.194701238 6.742515493 6.374462125 6.341725559 6.11788703 6.201361153 5.793171671 6.022887025 6.502361186 6.250013109 6.494009597 6.389583524 6.3903275 5.419497055 5.783136076 6.416194594 6.572276268 5.898338124 5.440605756 6.042407536 6.099731137 6.698191258 6.0213984 +LQ02X034440 Putative Aspartic proteinase nepenthesin-2 11.3834474 10.39663981 11.94122078 10.01131467 10.38655035 5.710973526 5.667501429 5.770295649 11.11774299 10.26765569 11.65850467 9.911793876 10.81753117 5.921480098 5.488148487 5.377029797 9.731502405 10.29085235 10.57275421 11.50647192 11.26417811 10.50444129 6.513485323 5.992950923 10.80633429 11.05248974 10.88355692 11.22707255 12.23876309 9.357546889 6.39790052 7.077647374 +LQ02X034450 Transmembrane protein TPARL, putative 5.845093113 5.31777528 5.502724983 5.704152735 5.740874602 6.119693161 5.676427496 5.703293804 6.004536539 5.418125044 5.981843397 5.726684615 5.774873561 5.919681386 5.987430927 5.620228468 5.441183079 5.601275177 5.590619456 5.666783875 5.845625664 5.626270639 6.013619335 5.380110082 5.519366181 5.316922321 5.428806503 5.770607205 5.77996081 5.428097563 4.897478867 5.442339766 +LQ02X034460 ATP-dependent Clp protease adapter protein clpS 13.36569179 12.35128393 13.39393144 13.82902919 12.67259603 14.87515963 14.64473544 14.50878203 13.10897142 12.04231201 13.24882936 13.25829346 12.3824535 14.58432842 13.55033932 13.53433727 13.18174132 13.00493123 11.73160621 13.03374055 12.94363656 12.49232988 14.3071726 13.77664184 12.5433297 12.54779248 11.14752508 13.28465335 12.24701842 13.04690136 14.13221213 13.13682882 +LQ02X034470 Lysine histidine transporter-like 6 10.34172123 9.967201425 10.92536731 10.43810934 11.17295786 10.49110685 10.02101545 10.29126026 10.37873103 9.52030522 11.35293811 10.75815664 11.52294058 10.66857569 10.08382501 10.87380313 9.484743632 10.75656082 9.611007234 11.0775026 11.16568946 11.28368947 10.85265224 10.04113371 10.0255676 11.10535932 10.10402254 11.57965287 11.03320469 11.35810235 10.38845496 10.27802381 +LQ02X034500 Putative uncharacterized protein 11.88214406 11.38275385 12.46932542 12.12374768 11.43587244 14.60489728 14.09625154 13.67013503 11.82039672 11.08723778 12.1089041 12.14717775 11.62179444 14.78695408 13.97885366 13.3231404 11.32227019 12.1079966 11.68155041 12.75487365 12.89078744 11.48796582 14.25686443 13.69215704 11.46169952 12.1256954 11.79195072 12.73508461 12.53043903 11.78847571 14.4813996 13.45591868 +LQ02X034510 DNA binding protein, putative 6.290362576 6.012036119 5.649030009 6.154144736 6.156223139 6.049235837 6.962559206 6.529986183 5.867945315 5.890567018 6.097756778 6.413835788 6.406783799 6.480955511 6.043068017 6.609251468 6.019351679 6.28015643 6.306755289 6.130262292 6.301065843 6.132304468 6.158004258 6.842389958 6.182729824 5.907726501 6.437007115 5.941856378 5.712794128 6.226699763 6.621499625 5.872826641 +LQ02X034530 Allene oxide cyclase 4, chloroplastic 5.539202395 5.819618673 5.442781072 5.206819551 5.452519602 5.264099836 5.515942413 5.860065873 5.616419599 5.609849189 5.16985358 5.306384172 5.384639404 5.294220457 5.345957239 5.663228524 5.706368516 5.589986624 6.107062789 5.703397494 5.442303052 5.335882522 4.976022963 5.413781451 5.820109875 5.659286932 5.836871907 5.392944468 5.493776762 5.185834766 5.27333064 5.383531216 +LQ02X034540 Methionine aminopeptidase 1B, chloroplastic 11.59912342 11.87481147 11.92142313 12.81570848 12.06052282 13.01431192 13.16340887 12.9244566 11.93399667 12.01072852 12.12633779 12.6166514 12.59002434 13.24829443 13.34838154 13.23564794 11.73704034 11.43221367 12.16031644 12.09406665 11.82777104 11.95277985 13.11783515 13.36981508 11.94560019 12.26498723 12.71418947 12.22214892 12.13246068 13.00828025 13.27753105 13.36543148 +LQ02X034580 Serine/threonine-protein kinase SNT7, chloroplastic 11.73400507 10.91311816 12.56717209 12.7065021 11.90836588 13.92742158 14.07521196 14.32708667 11.42387876 10.02365753 12.06188648 12.08704137 11.53373225 13.9508943 13.75766011 13.36657983 10.85650382 11.87441174 9.193471782 12.1895817 12.07270907 11.47340913 13.345164 13.45612064 10.39851742 11.12590148 9.95611773 12.261388 12.05360836 11.96739298 13.24961433 13.22997194 +LQ02X034610 Leucoanthocyanidin reductase 12.66566822 12.83688093 12.12823754 13.07234487 12.59117692 10.42009055 10.50124303 11.33524869 13.20635744 13.28962962 12.7757724 12.76620693 12.84217663 10.63507294 10.7416367 11.57887133 12.15680665 10.56441546 11.69883484 11.86213751 10.70973409 12.30927887 8.689265475 8.985742579 12.84707685 11.36852744 10.85337508 11.09916147 11.14508586 10.31239201 8.303886704 8.820516861 +LQ02X034660 Predicted protein 5.088981339 5.074279118 5.552308028 5.000656351 5.052842862 5.30848594 5.161463876 5.044599711 4.83787284 4.967290463 5.47817106 5.346470518 5.076668862 5.391937396 5.896167481 5.300440565 5.034829315 5.426336802 4.876322848 5.109827033 4.918016845 5.164835698 5.465886679 5.555906897 5.282382047 5.254269517 4.657925387 5.013627073 4.79015136 4.829330076 4.945850594 5.218582285 +LQ02X034690 Protein CHUP1, chloroplastic 5.484012089 5.6103897 5.6180517 5.426534913 5.447752454 5.176031138 5.511096484 4.910789061 5.524860472 5.394666731 5.653106213 5.494819552 5.54767975 5.105057235 5.726108158 5.148680669 5.346016508 4.990207044 5.429058548 5.586649294 5.459554193 5.532714095 5.942498167 5.801898324 5.350496247 5.584834131 5.476114658 5.318572315 5.431155643 5.146305509 5.785115619 5.090862505 +LQ02X034700 Predicted protein 8.085697201 8.733259776 7.909218725 8.483121626 8.017540452 9.02311003 9.0028646 8.773341488 8.031796751 7.950193144 7.625090594 8.129726 7.977298321 8.379879205 8.522730033 7.960928092 8.545878872 8.613572367 9.592778825 8.876735589 8.22074057 8.715126772 9.092583685 10.19417243 8.959298118 9.003350192 9.664018762 8.876663698 8.777937468 8.829887366 9.167424909 9.648095177 +LQ02X034730 Predicted protein 12.27173421 12.54647742 12.52842027 11.35003237 12.49263258 11.54316116 11.47105977 11.74213469 11.89251586 12.0838254 12.39589716 11.31211323 12.21743707 11.67130802 11.21874181 11.70610382 12.28939768 12.43739301 12.73280679 12.83538277 12.96286429 12.8667912 13.15100392 13.16955853 12.25775662 12.40735189 12.93061011 12.77191049 13.25538164 12.9583397 13.2069287 13.22583221 +LQ02X034740 Putative nuclear matrix constituent protein 1-like protein 9.144202625 9.548939804 9.104008724 9.1986663 9.44063749 9.920423375 9.693237824 9.925078991 9.342599116 9.180774573 9.236344077 9.532576157 9.48661557 10.22082192 9.967463617 9.810857729 9.554078123 9.230344705 10.02909646 9.516686578 9.746914498 9.404451686 9.801583608 10.22489062 9.805758869 9.583238655 10.0914889 9.350780488 9.952649928 9.949975951 10.07465586 10.7148681 +LQ02X034770 Putative uncharacterized protein 10.2429895 11.74334838 7.967179796 7.696622876 7.964734863 6.71797195 6.184023769 6.334482743 10.65098323 12.28512111 8.575232296 8.078865286 7.78082368 7.024732777 5.84121035 6.961435812 10.32617274 9.263940388 11.3907827 8.503086774 8.110651463 8.352946554 5.95978566 6.604151543 11.78727303 10.24106694 12.13020185 8.245089815 8.252382069 6.746411475 6.270575942 5.6559347 +LQ02X034780 Nudix hydrolase 1 5.23109079 5.248034062 5.280581683 5.154939371 4.791210229 5.363540429 5.295496671 5.043855625 5.141396064 5.109815487 5.405100332 5.354185132 5.330542493 5.268001545 5.343055516 5.165514296 5.049392299 5.203780283 5.110815836 4.994889027 5.470458716 5.282452059 5.71042011 5.558163259 5.042298166 4.941959806 5.104670566 4.8876875 4.919819184 5.210375608 5.255637998 5.420551871 +LQ02X034790 Predicted protein 5.241821589 5.233607347 4.942576094 4.922621908 5.003710454 5.384976544 4.910673023 4.934919352 5.171407717 5.167897807 5.133140082 5.042471508 4.796805947 5.191359541 5.174408165 5.036645382 4.983428664 5.075442924 6.024719875 5.129671747 4.890690224 5.435073625 5.633724447 5.18523208 5.028771574 5.375735088 5.611210896 5.319673963 5.002559498 5.197546247 5.866126795 5.081891227 +LQ02X034800 Phosphoenolpyruvate carboxylase 4 11.513447 11.14217866 12.28936086 12.30520175 12.02343912 11.69953586 11.75059632 12.30214867 11.54473508 10.43826571 12.48596259 12.47397481 12.31193954 11.77153702 11.74879511 11.98906568 11.32891972 11.59506347 11.07595724 12.28201089 11.95059626 11.83724098 11.78408446 12.17569797 11.14485801 11.38206791 10.70979797 12.85311454 12.31337175 12.39457571 11.77909642 12.34128119 +LQ02X034820 Predicted protein 6.689604935 6.892289451 6.638794137 6.336185594 6.673835789 6.136260243 6.500378433 6.676464196 6.876235501 7.383903809 6.534849701 6.606641714 6.632346362 6.69223899 6.801849194 6.632310168 5.607900848 6.653134505 6.254728158 6.290377179 6.129362392 6.456836629 5.693540479 6.115300959 6.277001253 6.555178791 6.609532944 6.573211309 6.038405103 6.114701755 6.109452623 6.171657002 +LQ02X034830 Hypothetical protein 5.810771989 5.474795669 6.292870946 5.643773549 5.857155208 5.741489591 5.932111849 5.78558529 5.699703213 6.153086685 5.720605946 6.117317897 6.327050424 6.295559436 6.134251587 6.061601577 5.667605545 6.323229773 6.31864361 5.595696606 5.34972386 6.061608718 5.71255049 5.464698481 5.546451892 5.886290298 5.585857415 6.217528842 5.77449714 5.926099084 5.553265177 6.007882674 +LQ02X034890 Putative Uncharacterized protein At1g68720 5.447603522 5.419908343 5.493169039 6.327852801 5.679109072 5.607754566 4.953476729 5.615216153 5.555222557 5.416343854 5.304574401 6.278583743 5.731616556 5.32613828 5.849892058 5.3795202 5.398626872 5.170076317 5.393777179 5.341629392 5.470711591 5.214335561 5.300082199 5.098343902 5.154430664 5.29096794 5.214357569 5.266510048 5.635090609 5.741517102 4.957000814 6.371918443 +LQ02X034930 Hypothetical protein 10.08535397 10.27998168 10.39341286 10.32828029 10.79338622 10.76572806 10.60692286 10.78087912 10.28357078 10.26730716 10.43263461 10.6616477 10.70149635 10.88615378 10.81858776 11.16291985 10.8796295 10.48474014 10.7107613 10.42693196 10.09557834 10.35580496 10.90123568 10.50455755 10.43459454 10.17813034 10.34703499 10.47614552 9.998706655 10.01761771 10.66962307 10.47870663 +LQ02X034940 HD domain-containing protein 2 12.51770933 12.26310043 12.61168191 11.84170509 12.27368951 12.14808989 11.96702845 11.88066347 12.40305704 12.15344894 12.44303701 11.87758039 12.14750677 12.13576521 11.85351946 11.84573504 11.87733177 11.97769596 12.18296681 12.48358401 12.57015401 11.26065505 13.21020327 12.77128006 12.23805432 12.2350755 12.41509914 12.34896325 12.70465595 11.51114395 13.21679879 12.92455369 +LQ02X034960 Putative Probable NADP-dependent oxidoreductase P1 9.333768183 8.48406774 9.454910979 9.514102613 8.468105742 10.41982321 10.15747283 9.540302909 9.399210476 8.835199635 9.380652354 9.193803865 8.495499553 10.21997139 9.686260172 9.17143142 8.747693212 8.749679626 8.199262015 8.434113884 7.679916202 8.288160266 9.222023686 8.431776183 8.687885357 8.760865514 8.508576246 8.237611743 7.790576873 8.328827125 8.820958104 8.091148241 +LQ02X034980 Putative zinc metalloprotease slr1821 11.91271576 11.19756686 12.72130359 11.95724846 12.03677238 12.86539989 12.51213537 12.69168792 11.7470065 10.93276644 12.36981302 11.86512936 12.0684934 13.14752629 12.30755319 12.36916996 10.71860589 11.2141991 9.982544494 11.94962015 11.84467119 11.41398744 12.70340486 12.81837861 10.98831344 11.27219839 10.67817063 11.99383112 12.45001621 12.12860022 12.57994418 12.88006589 +LQ02X035030 DNA repair helicase rad5,16, putative 5.098349447 5.397106548 5.419226359 5.24509148 4.801813705 5.555859216 5.255054119 5.190157997 5.422920308 5.112437843 5.326667154 5.231943574 5.044208428 5.217470778 5.411172371 5.086233193 5.233863986 5.291662279 5.399042014 5.163063356 5.116018567 5.231415856 5.868944583 4.978519805 5.47014293 5.045659385 5.373008209 5.1146827 4.879357866 5.133616931 5.237092829 5.124858371 +LQ02X035040 Putative uncharacterized protein 12.36157079 13.16303615 12.35369014 12.63230882 12.68505656 12.63734192 12.48477027 12.8839267 12.48106354 12.76253115 12.70043571 12.65055492 12.86676668 12.80213354 12.8240042 13.08159473 12.73039629 12.59087964 12.31209204 12.72768685 12.97143828 12.49622854 12.69367831 12.96770872 12.63600887 12.56971157 12.23922224 12.69929038 12.49045643 12.81914253 12.70002072 12.66325263 +LQ02X035050 Putative Nucleolar GTP-binding protein 1 12.22478167 11.91850087 12.29631452 12.34092658 11.86588452 12.75603268 12.87344776 12.61321301 12.19011792 11.8578805 12.20741103 12.51406757 11.97059223 12.69815591 12.91810247 12.44548784 11.88168134 12.05880195 11.80522793 11.47970823 11.94625284 11.86343319 12.37618826 12.01640657 11.98507092 11.9053027 11.75912222 11.50957257 12.04795019 11.9584553 12.37766445 11.92431456 +LQ02X035060 Predicted protein 13.0742234 12.67364009 12.94973941 12.8137171 12.86517987 11.77224274 11.53193897 11.85484909 13.00360082 12.61578169 13.10372744 13.13903995 12.94341532 11.96677849 11.98178416 12.24695307 12.83232389 12.76352339 12.66533821 12.76262266 12.73164044 12.93558852 11.64601204 11.24377547 12.9399798 12.71231001 12.51064693 12.86665315 12.92866379 12.3747697 11.52999008 11.0730752 +LQ02X035070 Predicted protein 7.302871919 6.700933904 7.181609975 7.190843992 7.756212114 6.872589455 7.150183044 6.958697162 5.563499011 6.064188197 5.626070156 5.61174018 5.467424494 5.373064038 5.916196336 5.799891342 7.1527886 6.377986236 6.809218472 5.757647314 6.132672216 6.804114758 5.970922877 6.014803068 7.178812916 6.479693539 6.138318628 6.095745919 5.929074325 6.508085873 5.663112908 8.376268175 +LQ02X035090 Predicted protein 13.55963764 12.57924913 14.27559281 13.33815591 13.54517813 13.74389821 13.68998884 13.25307902 13.4611312 12.46320337 14.01122973 13.2480381 13.60785924 13.50450024 13.45209673 13.03729622 12.72382411 13.00642083 11.74085819 13.96612739 14.03501269 12.61390344 13.87868584 13.77299351 11.95983931 12.24824382 11.29505903 13.72289477 13.9687997 12.73433734 13.62026485 13.47484697 +LQ03X000030 Signal peptidase complex catalytic subunit SEC11C 13.59128959 13.4476868 13.14894311 12.9095347 13.39920297 12.86421764 12.79293573 12.71741912 13.48290722 13.36952542 13.37671897 13.12543316 13.37717143 12.94332249 12.75244269 12.9782655 12.80265629 13.13094603 13.1363993 13.02997255 12.83942318 12.69783874 12.7959252 12.41013029 13.26380723 13.2122676 13.24759955 12.53126503 12.94576703 12.63015832 12.94227199 12.59878856 +LQ03X000150 Predicted protein 5.395814184 5.308121892 5.173441567 5.355373947 4.994592975 5.445423039 5.353601189 5.244589898 5.418521927 5.957127603 5.348641082 5.320690084 5.186286338 5.339896431 5.799256617 5.389433114 5.206867389 5.530990494 5.169813219 5.278395082 5.773552142 5.553640251 5.866546763 5.064133815 5.075964208 5.554477672 5.641970134 5.526644791 6.377587177 5.310487099 5.578547411 5.005675504 +LQ03X000200 Uric acid degradation bifunctional protein TTL 5.331507488 5.437281727 5.657450912 5.374425999 6.429551109 5.522291058 5.402720889 5.161958645 5.26495027 5.320719065 5.018731613 5.316629175 6.435311537 5.264292412 5.557377243 5.395422011 5.353549096 5.327346011 5.640777059 5.478245183 5.441852439 5.469916317 4.851233664 5.424908409 5.375500883 5.61684887 5.623272458 5.492319384 5.640144315 5.606883425 5.123708508 5.981271411 +LQ03X000230 Putative uncharacterized protein 12.39528633 11.96777663 12.18004176 11.91164239 12.19203283 12.47909683 12.40210857 11.8846841 12.39358834 12.71351805 12.21278547 11.96528144 12.47548259 12.39172726 12.09516363 12.18550612 13.35671045 13.05524715 13.05377392 12.63503996 12.53906219 12.57689659 12.70938748 11.87166873 13.33210567 13.04448878 13.04624678 12.62435457 11.35019784 12.39587464 12.46578693 11.57160806 +LQ03X000240 Putative Microtubule-associated protein TORTIFOLIA1 6.583348442 6.553110252 7.464773178 6.646625346 6.878757775 6.900609929 7.002974086 6.406242484 7.053935727 6.997064339 6.954588514 6.573503578 7.282250069 6.464927115 6.572963135 6.765537006 6.876076364 7.106887309 6.981661403 7.25127397 7.404839438 6.766978038 7.486713596 7.21276815 6.629731735 6.62095538 6.525685897 7.059548858 7.216225313 6.921360056 7.42248894 6.853920329 +LQ03X000250 Predicted protein (Fragment) 5.458157803 5.448994884 6.188028556 5.550818851 5.476165449 5.382903427 5.259321748 5.137960738 5.59807864 5.88990404 5.411565326 5.156203459 5.715985417 5.523841824 5.287971456 5.338412226 5.524303771 5.459076628 5.866665051 5.302352558 6.052958426 5.494563874 5.974394618 5.628964522 5.367147575 5.314290647 5.455272046 6.046680847 5.293417884 5.721644569 5.995498955 5.490824913 +LQ03X000270 Putative anti-virus transcriptional factor 5.744301844 5.822334064 6.549743832 6.02424925 6.041701412 5.820637483 6.109319452 5.85924368 5.944864687 5.821726201 6.447461467 5.992074495 5.933379375 5.545223708 6.411873266 5.781457068 5.509889027 5.871290394 6.028412194 6.265487601 6.197252021 5.839561739 6.179765766 5.469836617 5.658214354 6.021926502 5.786601199 6.088851393 5.581501324 6.075678278 5.088921169 6.606410424 +LQ03X000280 Lipase, putative 10.54954381 10.78732016 10.75732744 10.30018395 10.80532431 10.33164267 10.02889361 10.35433219 10.5345268 10.93825508 10.91112819 10.39706358 10.69219395 10.17512322 10.53362746 10.62482317 11.28468367 11.20323302 11.33879821 11.3660967 11.00565947 10.3619015 11.12194706 11.09379419 10.61479413 10.5619956 11.15856005 10.96204903 10.86900589 10.17735197 10.92092455 11.14934237 +LQ03X000320 Hypothetical protein 9.625941027 10.13144166 9.242874056 8.86212845 8.907348857 9.270080817 9.584254319 9.092636414 9.71414895 10.1022734 9.342950151 9.034985526 8.900948475 9.409746856 9.529643413 9.355489875 9.642216469 10.06019199 10.67299554 10.10978889 10.36413386 9.338422839 10.98873421 11.14602577 9.925774152 10.19417553 11.01746422 10.09798737 10.31590013 9.531717531 10.83165016 11.0784728 +LQ03X000330 Putative uncharacterized protein 5.413456138 5.209683667 4.978435394 5.506476822 5.047897201 4.677330611 5.089562078 4.771764812 4.994344253 5.26819528 5.027876708 5.457485903 4.922432763 4.770337215 5.018606311 4.933303888 4.952933604 4.962424478 5.040538174 5.616347171 5.505573037 5.177809899 4.813639486 4.979965358 4.667123416 5.263037183 5.132453192 4.837777168 5.261391197 5.200253848 4.973665446 4.581353352 +LQ03X000340 Putative Cell division cycle protein 23 homolog 5.401237404 5.773680894 4.932530972 5.284595596 5.450216392 4.964727052 5.213208421 5.764308803 5.341174038 5.595106575 5.222645636 5.060989314 5.330800341 5.152127306 5.28785231 6.012907763 5.088608403 5.299949608 5.516177394 5.087404607 6.154769047 5.570025962 5.222590207 5.197173454 5.216952521 5.415969236 5.321101465 5.116289289 5.748058957 5.38258203 5.551437077 4.980970938 +LQ03X000360 Betaine aldehyde dehydrogenase 1, chloroplastic 11.9114248 10.83091821 11.02796717 10.97330927 10.62299579 10.7345507 10.74966173 9.837503312 11.80461538 11.59765373 11.30216211 11.10380376 10.96672945 10.455815 10.63892848 10.53606577 10.44432585 10.90452416 10.75234518 10.16157331 10.16162779 9.243454745 8.740513402 8.84260471 10.68574294 11.1156878 11.08622333 9.106323881 10.0084699 8.598371843 9.132344277 8.789396549 +LQ03X000380 Putative Mannose-1-phosphate guanyltransferase alpha 13.6605536 14.16653011 14.05558617 13.86864985 14.41824303 12.95330021 13.28493098 13.38359305 13.94649292 13.99821449 14.22739969 14.15041621 14.46278583 13.58691472 13.63962727 14.01087046 14.19220195 14.4348856 14.30716159 14.56485233 14.41165721 14.56043833 14.00487807 14.30483408 13.83663387 14.11495236 14.1901877 14.68686072 14.72805558 14.65377851 14.04024894 14.31603462 +LQ03X000390 E2F, putative 10.44954343 11.68363598 6.930543767 6.837241699 6.319636963 6.424179664 7.243643954 7.244007144 10.98367519 11.29720204 8.775347102 7.348612709 6.899327909 6.715879754 6.950396766 7.929864105 10.21675147 9.852039664 11.24890916 7.490622443 9.030314392 9.660222331 6.54880107 7.454667304 11.51050057 10.98572995 11.67917858 5.843964119 8.800398469 8.444425584 6.055456733 6.51479818 +LQ03X000440 Predicted protein 10.16195297 9.690080066 10.17000447 9.52958976 10.39660912 10.64572395 10.70443418 11.42019868 9.769117762 9.757103804 10.15746329 9.944819884 10.35866085 11.16616138 10.58511459 11.64262831 10.35393165 10.20012923 10.24919132 11.20703738 10.63783666 10.0667953 11.18327447 10.95439461 9.945316149 10.07638411 10.34737612 10.74726117 9.575829774 10.42001134 11.58963456 11.24170582 +LQ03X000470 Putative Uncharacterized WD repeat-containing protein alr3466 9.019200758 8.49978517 11.79821357 11.66511646 12.68776793 10.8612479 10.90278972 11.33876039 9.590444207 7.6038227 11.58848249 11.76228275 12.25639162 10.91666165 11.42422171 11.55715768 7.935465504 10.30170598 7.338714873 11.64918044 12.11128486 12.30675251 11.96769853 11.53832027 8.619110517 9.515795711 7.995274385 12.18790498 12.09688401 12.78009139 11.37028643 11.85985131 +LQ03X000480 Putative Ribosomal RNA small subunit methyltransferase G 6.976552869 6.438275748 6.916696255 7.039583614 6.926499937 6.857944486 7.139675178 6.553107204 6.91578222 6.821622591 6.57760804 6.813265376 7.360401318 6.662960015 6.634204689 7.110346036 6.521134259 6.735547901 6.285479777 6.203983282 6.996598445 6.413468387 7.10418437 6.912730762 6.642636196 7.171643086 6.854352805 5.594606087 6.662323105 6.408732421 7.746965771 6.974873694 +LQ03X000500 U-box domain-containing protein 38 12.19695276 11.84004353 12.3275641 11.89474508 12.36858195 12.24905856 12.17516849 12.3376757 11.99705488 11.87817139 12.28643346 12.03722377 12.43940065 12.34526628 12.19029415 12.52806865 11.90601399 12.75257997 12.09694722 12.62961664 13.01694051 12.23714759 12.4791154 12.28993493 12.20529606 12.7058921 12.41111123 12.3311194 13.16211246 11.61678916 12.41948519 12.60175305 +LQ03X000510 Endonuclease III, putative 12.43816076 11.98832824 12.25733409 11.64106784 12.03056554 10.33549008 10.44406305 9.701418225 12.4805252 12.09066997 12.46789967 11.54836497 12.12503849 10.74302524 10.66879316 10.36344986 11.29097129 11.71543037 11.40721694 11.81683595 11.63036298 10.61070545 10.44103995 9.641947659 11.74623918 12.0126906 11.45532502 11.30215837 12.01364949 10.03942959 10.6462485 9.597542565 +LQ03X000550 Predicted protein (Fragment) 5.118345573 5.705495885 6.163675291 5.371940467 5.27875622 5.879318734 6.178444623 5.838833544 5.745816936 5.488831808 5.204787065 5.708252428 5.761776153 6.142832999 6.868561897 5.891076045 5.686823539 5.522493346 5.761039848 5.432628107 5.535579608 5.534754802 6.183145348 5.679562931 5.199870017 5.874139446 5.521495093 5.090712838 5.632642776 6.080875101 5.029379421 6.611627029 +LQ03X000560 Putative N-hydroxythioamide S-beta-glucosyltransferase 8.848025836 8.847849383 8.420326016 8.463182443 8.980075528 10.38083811 10.72897098 10.38415765 8.983147949 8.084521188 8.668959008 8.853543195 8.901725852 10.85530958 10.81553511 10.9472906 9.129232736 8.707107298 7.383435369 9.079145047 8.42418565 8.043989843 10.54883055 10.66176459 8.777694526 7.654417444 7.282567527 8.655266272 8.668065477 8.904598696 10.98777974 10.37696322 +LQ03X000590 Predicted protein (Fragment) 12.41833609 11.9217982 12.44573983 12.9919772 12.36483661 13.17110134 13.03124673 12.81335275 12.72107639 12.9561282 12.30290627 12.85984086 12.39295309 13.18594665 13.19652824 12.98393472 12.68259064 11.87524684 12.01113342 12.06681488 12.31720573 12.37373413 11.96957945 12.10676329 12.77655527 11.79606643 11.56796891 11.8989183 11.23433909 12.17514757 11.92580764 11.95979619 +LQ03X000600 Pollen-specific protein SF3 12.89232135 12.60003664 12.43821957 12.65373144 12.14692556 13.47831613 13.22719396 13.46634691 12.81010284 13.11480362 12.40335538 12.50281877 12.29671178 13.13731094 13.11736344 13.57883591 13.66004017 12.36659036 12.93450241 11.97283482 11.9123542 11.93675635 13.18954585 12.78087309 13.02136634 11.99402233 12.73830717 11.75420988 11.47032535 11.95340362 13.03383322 12.72975156 +LQ03X000610 Predicted protein 13.76843217 13.60919941 13.75865943 14.26332498 13.92275048 14.53165319 14.6246301 14.21730972 13.80511022 13.41825541 13.72116438 14.14447282 13.8908529 14.41633427 14.51463874 14.10293548 13.47183084 14.0519666 13.43060617 14.23022473 14.26532478 14.08012234 14.19625526 14.04577212 13.62572545 14.12175306 13.63545629 14.13144465 13.92603635 14.23109881 14.13559245 13.98463835 +LQ03X000620 Nucleobase-ascorbate transporter 6 6.196513123 5.996268834 6.560911268 7.077994988 7.730468825 5.248192372 4.748227999 5.198628626 6.896452091 6.80407898 7.946692233 6.699478594 8.314954906 5.274242316 5.794471548 4.667984244 5.663636408 8.125145624 6.240804824 6.843862623 8.464379193 8.432774707 7.098527114 5.08670482 5.926672796 8.257419997 6.373398577 7.275674472 8.689130484 8.714612269 5.364519654 5.45970523 +LQ03X000640 Putative uncharacterized protein 5.210609176 5.14984601 5.233255595 5.888654666 5.09519155 5.815457653 5.301837622 5.178846727 5.485493905 5.345036933 5.433674043 5.750970598 5.137485624 5.391680707 6.572365904 5.063690774 5.318828864 4.921485362 5.077790656 4.993416636 4.774432935 5.105152258 4.807436063 5.35894165 5.105527384 4.812656167 5.061427121 5.038021517 5.159990834 4.912438247 5.247204995 5.274452276 +LQ03X000650 Putative uncharacterized protein 5.718043581 5.152088205 5.501487712 5.785727058 5.666031551 6.205521438 6.134713801 5.66598926 5.758514084 5.325840006 5.292863257 5.861067416 5.765234203 5.811061286 6.11033181 5.631089051 5.432171961 5.583966557 5.285756102 5.750084594 6.367815139 5.488195868 5.70083491 5.674543056 5.522969907 5.775509701 5.747847127 5.629865813 6.06409449 5.529082478 6.48539702 6.87301154 +LQ03X000660 Hypothetical protein 5.446018895 5.436704775 5.566320371 5.332632823 5.793537814 5.516639093 5.279802397 5.21231192 5.835691782 5.527611333 5.70261351 5.42974102 6.147463865 5.971967438 5.121029408 5.278438723 5.622342634 5.828330536 5.234357455 5.488704772 5.530818151 5.814657474 5.385156163 5.590036486 5.482478677 5.599447665 5.54835303 5.210320006 6.162663825 5.561696471 5.214206212 5.220839997 +LQ03X000670 Rac-like GTP-binding protein 3 14.07733092 13.79685565 13.94128123 14.24451125 14.45219254 13.85787458 13.73522572 13.87801251 14.22290985 13.90440486 14.12219244 14.17692098 14.56610025 13.94340996 13.89280911 13.92186079 13.80976075 13.6499433 13.4677614 14.04591344 13.79510705 14.56976961 13.61404249 14.08505463 13.86911458 13.96593048 13.19500298 14.43363429 13.99425484 14.74404453 13.75174033 14.17544418 +LQ03X000690 Putative Auxin-induced protein 5NG4 5.201754204 4.888885511 5.49702074 4.899611318 5.421427659 4.969214338 5.015943688 5.04811333 5.140839571 4.926849572 5.455618714 5.040299393 4.972793409 5.180368397 4.875329526 4.912861147 5.04981783 5.319295825 5.275090905 5.543562733 4.92745573 5.270177784 5.16453664 5.734964978 4.980626473 4.845528819 4.941630873 5.360215292 4.955972373 4.97975748 5.33816971 5.969425374 +LQ03X000720 RING-H2 finger protein ATL3I 4.793223922 5.102237099 5.261373761 4.869253831 5.421358054 5.308438479 4.920141523 5.109359925 5.204408422 5.624417511 5.404411457 4.963202412 5.095894924 4.931007492 5.451797017 4.897092734 5.404619844 5.057826535 5.67485793 5.163872297 4.895031402 5.090406191 5.329575465 5.660902444 5.537570017 5.085315114 5.081867416 4.895519389 4.828206069 5.120935437 4.909528093 5.089557418 +LQ03X000730 Hypothetical protein 8.898937931 8.532547777 9.455392861 8.812717491 9.034609002 7.762198997 7.941282215 6.480737917 9.547951611 10.02089717 9.848607304 7.858349963 9.460422506 7.625063666 6.570188892 6.666453113 10.085362 10.14285265 9.921369418 10.17233511 10.50700792 9.832040884 6.303927081 7.28793692 9.705206134 10.00228619 9.428853458 9.495627518 9.452825324 7.578223766 7.19509104 7.204996303 +LQ03X000740 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 8.701927041 8.336606658 8.965711539 8.964554256 8.892978462 9.519459688 9.625704099 9.547557127 8.537628312 7.449141797 9.176905363 9.100796048 9.214087543 9.649637882 9.362242063 9.557006869 8.286103889 8.743761834 8.961046834 9.132710669 8.290452935 8.592280022 9.113956923 9.071485782 8.450831732 8.74937894 8.406545431 8.963420388 8.507088516 8.639907554 9.18723973 8.87047476 +LQ03X000760 Ubiquitin-conjugating enzyme E2 5 10.76179814 10.64810329 10.6003942 10.03427517 9.936835003 10.57423854 9.997319164 9.803475263 10.70227064 10.65115413 10.59606705 10.25548335 10.37537863 10.41679527 10.15576898 10.05520827 11.11468061 10.98957723 10.36739228 10.44080378 10.29150885 9.766726499 9.755357122 9.759373164 10.61092737 10.40747128 9.937520476 10.15549831 10.2220132 9.915303792 9.623762459 9.419504871 +LQ03X000780 RING-H2 finger protein ATL5I 8.307955822 7.887274068 8.977847169 9.088656636 9.232588944 9.973051039 10.18525557 9.982524468 8.436153095 7.626401628 9.062843297 9.120738789 9.305005485 10.09385468 9.999883711 9.444063651 7.759241412 8.215017252 6.343329273 8.616691844 9.305709482 8.386038445 11.09951176 10.62315668 7.593906585 7.72609496 7.512511011 8.731772512 9.449617259 9.684048224 10.95248435 10.72969728 +LQ03X000790 Probable RNA-dependent RNA polymerase 2 9.332510631 9.272887064 8.601053861 9.998275542 8.539032581 10.1220618 9.994220829 9.3814637 9.601348523 8.749705024 8.688438725 10.03063712 8.836253767 10.19479604 9.86870989 9.804732417 8.31397965 8.471508268 6.864297925 7.514507431 6.751868304 8.727593611 8.644235087 8.218933618 8.909523647 9.322390459 6.777649725 8.170664544 7.457385898 8.942036838 9.02979322 8.164277546 +LQ03X000800 Predicted protein 8.103308556 9.003076195 8.61939152 8.816128632 8.906543777 9.163149291 9.246700121 10.39846515 8.535491799 9.408295673 8.790223103 8.795601667 9.460212692 9.364838775 9.148026398 10.06018874 9.036584787 9.259628113 8.917596069 8.913939308 8.992629543 9.033198952 9.721192474 10.60814095 8.348987174 8.465140827 8.738396684 9.165181883 9.016227626 10.00938862 10.3967828 10.60433502 +LQ03X000810 Putative uncharacterized protein 13.15005954 12.86786696 12.82484025 13.17362607 12.99228148 12.75988493 12.85396221 12.51432777 13.06214356 13.22113536 12.78276721 13.11433693 12.59210475 12.73382762 12.78908801 12.87568149 13.31536113 13.902938 12.77051982 13.27067892 12.66177195 13.16864914 12.25941181 12.31824173 13.22062896 13.38652572 12.54779804 12.74396209 12.16862908 12.74645075 11.98318251 12.23442964 +LQ03X000820 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 9 5.519773245 5.47079349 5.228500881 5.152682793 5.695393163 4.943138423 5.473176802 5.495566722 5.18329865 5.049880289 5.4450671 5.257431229 5.379417653 5.280487895 4.876273779 5.171716811 5.380758374 5.214298649 5.442398607 5.211742521 5.793472117 4.955755415 5.692749906 5.871204849 5.383530461 5.231191004 5.422212636 5.491151296 5.677082468 5.141018812 5.847742435 5.618190548 +LQ03X000830 Putative uncharacterized protein 4.783319791 4.909019572 4.869575551 4.563113714 5.307055242 4.95654032 4.668600487 4.783585564 4.845793774 4.708484092 5.062437209 4.821806965 4.916753314 5.10219318 4.606595885 4.480617112 4.821206028 4.746194398 4.910082756 4.715495067 4.985300221 4.78755647 5.119519057 5.230073369 4.54958518 4.77062985 5.045018124 4.789664527 4.920989524 4.842986081 5.319521611 5.189779347 +LQ03X000910 Aldehyde dehydrogenase family 2 member B4, mitochondrial 5.061294101 5.404399075 4.945602733 5.53285447 5.202496719 5.834091428 5.340088923 5.25386038 5.149649642 5.283351838 5.496306135 5.725649252 5.441597583 5.898454663 6.075870665 5.497829728 4.955919326 4.983521174 4.825349979 5.186568156 5.425992746 5.062866079 5.292519297 5.44333429 5.007417284 5.187458123 5.026843877 5.155609667 5.589003095 5.404462773 5.020887953 5.005172639 +LQ03X000930 Putative U-box domain-containing protein 19 8.811845517 8.382083207 11.97594912 11.07569527 11.09424958 10.47876757 10.92546715 11.39943668 8.561291542 6.88960925 10.90139447 10.85230835 10.54789431 9.928811079 11.25256263 10.11110325 8.508001012 10.8006593 7.328341819 11.96156269 12.33661307 9.904393674 12.93005406 10.24749461 7.495738381 8.672644985 7.757737506 12.21879877 10.82885971 9.234115291 10.95296957 9.646864834 +LQ03X000970 Hypothetical protein 12.32375582 12.02999895 12.237424 12.28374633 11.70939051 11.65807861 11.63783952 11.68041474 12.46008106 12.27556438 12.49005507 12.23012818 11.84022058 11.6979792 11.67695561 12.03623822 11.87139426 10.70438828 11.64828607 11.6696582 9.805100772 11.64553203 10.85656424 11.02096045 12.25511461 11.08312731 11.50877852 11.33773171 10.39516194 11.61391306 11.47542219 10.61423266 +LQ03X000980 Phosphopantetheine adenylyltransferase 12.84783706 12.99223582 12.73193234 12.11601991 12.40537665 11.6400824 11.64118214 11.84688913 12.9406411 12.97771939 12.90566676 12.06578869 12.46995862 11.92379668 11.70060526 11.90147749 12.57684116 12.72101306 12.77480854 12.56594192 12.17451046 12.56869579 12.27179801 12.42495005 12.95204457 12.76965013 12.90492441 12.47265369 12.1289798 12.49022761 12.21504337 12.53534282 +LQ03X001040 Putative Protein EXECUTER 1, chloroplastic 9.945279622 9.82569413 10.28704153 10.52436182 10.02573508 11.36735853 11.2474992 10.85414795 9.457292062 9.204988176 9.640654128 10.22125636 9.628943713 10.97228206 10.9358955 10.12538385 9.57316272 10.18577628 9.169118403 9.608918211 9.842604168 9.873877395 10.64310482 11.08142901 9.64532111 10.22344729 9.545336794 9.646404174 10.36494992 10.82837474 10.79443508 10.87931223 +LQ03X001060 Serine/threonine-protein kinase HT1 10.19435352 10.85047231 10.17003651 10.27067368 10.35195896 9.95555489 10.05597808 10.28820007 10.72628019 11.17328916 10.7636614 10.46747669 10.62225311 10.1294682 9.640873354 9.811858202 10.5291432 10.38788935 11.61569946 10.30312729 10.36927233 10.96369593 10.21496326 10.58206958 11.38973781 11.26180851 12.12111688 11.15530796 10.84830435 11.07229446 10.34728761 10.46358651 +LQ03X001070 Kinesin light chain, putative 8.330410031 7.950757844 9.81574022 10.55153697 11.19291283 9.507797571 9.592513919 10.03907722 8.33427159 6.655967602 9.145329151 10.32267694 10.18265506 9.447851803 9.539976965 9.478976988 8.177872028 8.214593571 8.060138953 9.642602714 9.957577591 10.29035363 9.854397098 11.19020397 8.179216432 8.442649667 8.583235695 10.12953715 10.44477673 11.84349826 10.24161483 11.36789785 +LQ03X001090 Putative exosome complex exonuclease rrp40 5.391622339 5.41371586 5.51213927 5.088472489 5.024023021 5.305128988 5.389843461 5.650480142 5.394848204 5.46757234 5.438149553 5.514414809 5.240478052 5.59388891 5.776673811 5.306587013 5.037335118 5.06723422 5.594112929 5.059383861 5.155444023 5.016559118 5.167499003 5.596774815 5.587910961 5.315261433 5.989374221 5.232248342 5.386692809 5.005256722 4.6553896 5.683372972 +LQ03X001110 Carbonic anhydrase 2 5.221029184 4.941935075 5.429801884 5.009284174 5.216139795 5.100169126 5.170539613 5.448949508 5.075438856 5.11356483 5.155440486 5.161980299 5.009506541 4.894154101 5.122052643 5.684161248 4.941098998 5.192441674 4.992896772 4.706569519 5.167005137 5.132028849 5.696161542 5.435981322 5.328425495 5.422514049 5.345520411 5.475965754 5.046482724 5.312810595 5.112837376 5.120280958 +LQ03X001210 Hypothetical protein 4.511737829 4.445247117 4.989889601 4.476572169 5.042776101 4.756845811 4.369074224 4.670675632 4.588325607 4.593067193 4.945070124 4.429275361 4.908944232 4.476456228 4.383645485 4.598400801 4.677968424 4.695983827 4.713864664 4.602728969 5.059533822 4.704458466 5.10668752 5.895115092 4.856270257 4.807801653 4.454621878 5.4783342 5.00288291 4.651857813 5.141930433 6.04324635 +LQ03X001220 Putative uncharacterized protein 13.52950976 13.12523693 13.68617542 13.59468919 13.44734653 14.16548111 14.0855468 13.67093346 13.46651631 13.33388254 13.66374013 13.621248 13.70702054 14.31385658 14.28097158 13.95233482 13.52919131 13.61960958 13.32877522 13.54896766 13.57301625 13.35001897 13.83487404 14.18068762 13.43231348 13.06278586 13.03515261 13.74251985 13.25545217 13.72455437 14.2833001 14.2229899 +LQ03X001230 1-deoxy-D-xylulose 5-phosphate reductoisomerase, chloroplastic 5.360332322 5.550059662 7.143876552 5.503251094 5.451077899 6.097092625 5.542011304 5.734881595 5.780032281 5.565916878 5.985437471 5.495964918 5.424030848 6.385711039 6.750929012 5.682066741 5.814977158 5.700482299 5.541339724 5.810642575 5.447090509 5.294286552 6.603007551 5.585494522 5.593692552 4.992414992 5.279341701 5.084099668 5.262811729 5.325314711 5.888628736 6.325154265 +LQ03X001240 Putative uncharacterized protein 5.210804274 5.290833294 4.864228554 5.043596644 5.029183583 5.451120423 5.330444381 5.092485588 5.262853045 5.332569719 5.085680975 5.147132746 5.154443316 5.315944272 5.289964255 4.896555364 5.097729376 5.510016439 5.174998057 5.265841502 5.214365559 4.836532664 4.845356787 5.341407104 4.931971226 5.246337707 5.482564822 5.229903772 5.225316681 5.187682048 6.088235255 5.12981147 +LQ03X001250 Putative uncharacterized protein 7.106538238 6.911809903 7.404310886 7.977331241 6.575075698 7.817046702 7.70001856 7.610450077 6.919628385 5.180654379 7.747298185 7.99565186 7.84307933 8.231043072 7.165851161 7.342999983 9.686743105 7.071369803 5.913349919 8.99563628 8.423371533 7.511565065 8.254160007 8.027799274 7.461844788 7.114214277 5.571936268 9.810027483 9.17387953 9.380218502 8.526992914 8.075455084 +LQ03X001260 Serine/threonine-protein kinase ATM 5.602437857 5.62142702 5.327840301 5.0468473 5.243254435 6.108648352 5.439412501 5.336104683 5.5622098 4.989605046 5.070735851 5.169693674 5.150501738 5.302073733 5.111917583 5.287961817 5.487264042 5.424579217 5.543061547 5.260090277 4.967514387 5.519327362 5.801584784 5.624518998 5.73756295 5.398278298 5.265697071 5.096425106 5.321248104 5.748588502 5.788517802 5.831434 +LQ03X001290 50S ribosomal protein L7/L12, putative 4.805569908 5.546485038 5.678708774 5.205915499 5.230973191 5.176675406 5.181100519 5.406425355 5.617218458 5.56529153 5.7928858 5.325921566 5.177762641 5.601602842 5.984119989 5.327287487 5.953147506 5.268651101 5.333471051 5.280341688 5.015064356 5.195085139 5.128993161 5.0041917 5.602270915 5.624971248 5.51318234 5.27345995 5.262992678 5.302134957 5.383456002 5.621602548 +LQ03X001300 Pantothenate kinase 2 5.767546195 5.403848291 5.207841059 5.367816727 5.595545758 5.665780334 5.653925294 5.395614282 5.84183498 5.987903223 5.321661374 5.720356236 5.538496215 5.451488825 5.983962206 5.564285633 5.535435827 5.377407844 6.436857596 6.15042852 5.849244072 5.371088555 5.207412355 5.110901293 5.487364413 6.020243707 6.224174703 5.781089547 6.054470228 5.38202683 5.410764285 5.210472277 +LQ03X001310 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.457455807 5.389378886 5.451090015 5.411985282 5.284971178 5.569689572 5.808472872 5.709884845 5.364991576 5.459204339 5.309647205 5.535598055 5.45891733 5.659012662 6.087478939 5.515907208 5.225597349 5.586213178 6.258569886 5.684416444 6.016839567 5.453608671 5.426298402 6.082623074 5.411684845 5.710531708 5.473248233 5.913527073 5.858323974 5.254527452 5.643940289 6.206771432 +LQ03X001340 GDSL esterase/lipase At5g62930 11.93222547 12.2885661 11.75749014 11.53453091 11.09839428 10.61677852 10.61706952 9.99297774 12.3687278 12.8101664 12.02830765 11.55769238 11.85445702 10.66955496 10.89302351 10.36342974 11.88142298 12.07802835 12.31608593 11.98823963 11.91249315 11.47073918 10.65979473 10.68700073 12.48645961 12.58165254 12.55768247 11.86792241 12.02649702 10.77839822 10.82781279 10.46299275 +LQ03X001350 Transcription factor MYB98 5.031997842 5.203844496 5.301313283 5.18911667 5.223564835 5.207915161 5.070399329 5.352291447 5.13475464 4.695930304 5.270847302 5.127869448 4.902378194 5.168923897 5.170995486 5.534299412 4.590373393 5.335002212 5.145958075 5.016780403 5.240299634 5.444715782 5.632164903 4.981269325 4.960294632 5.256995038 5.159564834 5.078834635 5.179074028 5.333137267 5.437194278 4.757269319 +LQ03X001360 Triose phosphate/phosphate translocator, non-green plastid, chloroplastic 11.94932822 11.76896213 11.40279737 11.58105765 11.60605192 11.60951883 11.5396971 11.15144823 11.91205697 12.06558709 11.60759543 11.93857032 11.57071209 11.6895635 11.49339267 11.26805798 11.62881955 11.2143804 12.1521387 11.42599311 11.00533514 11.87957191 11.33802831 11.54357638 12.25098342 11.95292107 12.05046882 11.27123219 11.76731369 11.80689611 11.27104895 11.70722308 +LQ03X001390 Putative uncharacterized protein 6.579540023 8.030395106 7.820615549 8.011456529 6.634349539 7.045612022 6.437020367 6.335221334 7.249027319 7.107960838 6.943607659 7.939446792 6.472015459 7.224210463 6.913266556 6.769217942 7.796576525 6.204946412 7.799800597 6.404447393 5.870115866 7.32405281 5.611793899 5.633301353 8.536755999 6.790673058 7.825842098 6.573936359 5.825189405 7.830534234 4.874963608 5.798421321 +LQ03X001410 Predicted protein 6.144314159 5.950760728 5.49679733 5.862263814 5.717060392 6.060223402 5.944627366 6.056487821 6.245717472 5.922891976 5.338475837 5.795629182 6.010824775 5.839008675 5.826132535 5.618006176 6.00843786 6.041406699 7.013018533 5.708971997 6.368888124 5.655764179 5.851603605 5.997814681 5.99493587 6.277716016 7.065930367 6.119274965 5.999966067 5.756136074 6.42163444 5.456146129 +LQ03X001420 Putative uncharacterized protein 6.283819453 6.325662409 6.024069433 6.006096644 5.885867418 5.486533723 5.911895946 6.15540885 6.318678454 6.490987619 6.564874821 5.897156009 6.411823742 5.211868676 5.991737697 6.178856232 5.723468349 6.692304398 6.819884055 6.917594226 6.158125193 5.891481818 6.2490631 6.090767301 5.788033268 6.782741589 7.011963908 6.825686407 6.118710152 6.195371102 5.771418732 6.611962385 +LQ03X001430 Putative uncharacterized protein 10.14038712 10.09483 8.467620672 10.09583637 8.514274201 8.410520329 7.802806755 8.236974287 10.0495845 10.13203623 9.137162825 10.28023132 9.518274331 8.820235587 8.103054436 8.92014762 10.06368547 9.649297448 10.22875522 7.888882681 6.845787316 8.841540454 5.214381085 5.305668826 10.45082478 10.20412173 10.34720954 9.097723225 7.650740983 8.191532588 5.79449695 5.553537501 +LQ03X001440 Anthranilate phosphoribosyltransferase, putative 7.330199641 6.962882765 6.830092917 7.719163842 7.351533899 7.504065845 7.748729113 7.868207524 7.576664868 7.029251184 7.25684962 8.005451855 7.504072257 7.650332437 8.339384953 7.547871568 7.782598984 7.914266651 6.82809398 7.458001058 7.261728103 7.981313315 7.509884565 7.455518213 7.391945224 8.338361699 6.947396704 7.777190279 7.67950044 8.258673518 7.278808302 6.296502496 +LQ03X001450 Glutaredoxin-C1 13.33085305 12.96741831 13.79402739 14.35457741 14.09083509 13.52305345 13.34987414 13.22427752 13.40063246 13.11740803 13.59660916 14.25371582 14.03962241 13.48792855 13.26193407 13.4334209 13.24643747 13.5755374 12.77575914 13.21290093 13.63060846 13.48552489 13.35428394 13.32131655 13.02183677 13.10698484 12.56366709 13.43111946 12.95168149 13.80355901 13.07444737 13.27356032 +LQ03X001470 Putative uncharacterized protein At3g48200 5.220900919 5.39579437 5.446724578 5.020409537 5.400241607 4.974151037 5.302930492 5.149383745 5.079363133 5.095039656 5.854463474 5.073748654 5.128757705 5.040569946 5.463974972 5.192864377 5.373514851 5.034155723 5.389800441 5.716389438 5.418691245 5.375994338 5.456525132 5.244893169 5.594105825 5.109254888 5.039486903 5.373663598 4.908171774 5.349317053 5.86575116 5.556940868 +LQ03X001490 Homeobox protein knotted-1-like 6 5.102837023 5.023647364 5.361808836 4.743116655 5.185385754 4.771895111 4.861863493 4.814316464 4.9425242 5.111139113 5.169167651 4.738078361 5.007765416 4.969168526 5.033130528 4.610349695 4.910174701 4.864492836 5.178988641 5.407927196 4.948188458 4.907192605 5.051892905 5.460969052 5.087961801 5.035287686 5.080392514 5.496742633 4.744674068 5.004992846 5.758234782 5.299867339 +LQ03X001550 Zinc finger protein, putative 5.288040003 5.268699233 5.141904859 4.850176929 5.263068899 4.833560112 5.189240065 4.786696967 5.148791851 4.936191893 4.966375132 5.143795374 5.001431982 5.085215906 4.931798833 5.084693384 5.229246399 5.133739866 5.331602654 5.019410715 5.037949673 5.282441885 5.200913458 5.129656507 5.254681854 5.19542573 5.000430794 5.634064506 4.722408482 5.023461127 5.367340878 5.572865974 +LQ03X001600 Hypothetical protein 5.097394125 5.629933057 5.873282404 5.000038069 5.586281816 4.823488558 5.115922436 4.972618325 4.942764247 4.987159514 6.008181349 5.036701722 5.294665443 5.09627088 4.921073319 4.820757699 5.026039887 5.009852267 4.844817838 5.124604425 5.183964198 5.210674702 5.340432937 6.66982541 5.110967744 5.504327653 4.939869485 4.76931908 5.068164157 5.536489489 5.019733496 6.516563158 +LQ03X001620 Ankyrin repeat-containing protein, putative 5.830220894 6.015608313 5.194823697 5.776537872 5.388136726 6.126139695 6.203385441 6.037824164 5.750457484 5.236724433 4.891126067 5.725082289 5.421530183 6.005896065 5.978522136 5.53635473 5.672229658 5.690187725 5.631213558 5.225807385 5.319217159 5.840200097 5.358955254 5.00344271 5.945623799 5.805794232 5.952290041 5.939711029 5.717382255 5.907403145 6.38532589 5.305971911 +LQ03X001670 Putative uncharacterized protein 11.66668607 11.55216049 10.94533893 11.52059984 10.62589054 11.79087004 12.06978227 11.55162662 11.92668932 11.95403885 11.19665395 12.0168683 11.01702006 11.7695697 12.38895081 11.47692175 11.4236798 11.28943186 11.89609786 10.12596769 10.50394452 11.13413398 11.50269239 11.08242406 11.7413084 11.83569785 12.2553332 10.60609243 10.80354977 11.39140845 11.43498167 10.6536213 +LQ03X001680 Predicted protein 4.977383571 4.901989046 5.187985559 4.781870432 5.615093528 5.018064568 4.656918595 4.678874079 4.930634966 4.839297905 5.242375846 4.771634122 4.814359325 4.951863349 4.850179438 4.845930779 4.941481685 4.834868107 4.906595444 4.945931653 4.911762048 4.71371005 5.160266456 5.541066379 4.775245599 5.072737407 5.032398885 5.10061849 4.994419272 4.801843981 5.007058564 5.819623754 +LQ03X001700 Heme-binding protein, putative 5.734924199 5.699604332 5.155492134 5.813046534 5.568397122 6.287524322 6.114242628 5.752085223 5.740485627 6.111413487 5.812219555 5.827131545 5.622002939 5.912627318 6.537955887 5.775766605 6.062390175 5.939890185 6.26306327 5.570882936 6.135378817 5.618935524 6.198722111 5.927845349 5.524401013 6.097689643 5.7807746 6.140602664 6.240967158 5.600935388 5.842699668 5.441208434 +LQ03X001710 Putative Motile sperm domain-containing protein 2 10.51548516 9.589746653 10.12200694 11.340063 9.558283884 11.0308832 11.27314596 9.891424074 10.62890552 9.854740052 10.31140773 11.17160921 9.881163479 11.1167231 11.44134488 10.020346 9.459083016 8.857700447 8.222674234 8.71816648 8.836530482 9.947940845 9.785977649 9.217550023 9.970053424 9.531514537 8.751376092 9.666005112 9.450912318 10.46654917 9.905114796 8.354969207 +LQ03X001730 Putative uncharacterized protein 13.17497425 13.49268169 12.2253094 10.84638886 11.56231486 9.191580718 8.617719163 8.568328104 13.04278138 13.09278382 12.56254734 10.87242326 11.76990827 9.568162916 8.848240582 8.945858455 12.34033335 12.41667991 12.37603946 12.1235322 11.86573233 12.24321162 8.162237909 8.073502682 13.1491039 13.06565015 12.68835501 11.23669718 12.20823205 9.720869249 7.845530704 8.794709572 +LQ03X001760 Putative Lectin-domain containing receptor kinase A4.2 11.05598718 11.00851012 11.42092115 11.27272479 11.41097499 11.47167518 11.22971668 11.39847548 11.02767924 11.11319415 11.35879981 11.59705859 11.54945631 11.5928416 11.27299894 11.63476709 10.62387971 10.82799226 10.41495649 11.71003326 11.20059591 11.24021791 11.44711136 10.27589008 10.95229799 10.61592681 9.964030834 11.83755806 11.01008171 10.93522651 10.76045241 10.44100442 +LQ03X001770 Ferric-chelate reductase, putative 5.159424467 5.616178181 5.509893468 5.612318226 5.248248784 5.612534785 5.36260177 5.405506868 5.015035893 5.157975404 5.177846665 5.479981907 5.403368581 5.701096494 5.217861349 5.332557643 5.829885279 5.488899355 5.374570452 5.572377031 5.082218523 5.138075698 5.095104271 5.480128246 5.294869244 5.659678131 6.073355556 5.143057017 5.583780386 5.195201944 5.396364047 5.748614123 +LQ03X001800 Putative uncharacterized protein 7.4946678 7.227973022 7.070447465 8.458139059 8.007315343 9.195127565 8.972680752 8.851887385 7.355208079 6.957912447 7.374726452 8.262457088 8.074980808 9.410954259 8.864242193 9.563736508 7.300661847 7.325639444 6.763863015 6.827460708 6.731332468 7.492932585 6.27221848 6.791485498 7.167717768 7.053442431 6.613053896 7.369013439 7.018805363 7.279549725 6.801160688 6.590568068 +LQ03X001810 60S ribosomal protein L27a-3 6.77800846 6.150687751 6.774829937 6.973849007 7.400376716 7.836218756 7.898324383 7.457864717 7.123553332 7.327401987 6.816728257 7.914015079 7.39606883 7.992448841 7.812556254 7.936361691 7.114884188 7.399625263 6.554000941 6.97630789 6.543456859 6.789136828 6.414346719 7.122813591 7.224788769 7.05213572 7.110773706 5.984648836 6.116527415 6.454262585 5.197036975 6.42700979 +LQ03X001820 Putative Copper methylamine oxidase 5.8137903 5.528114118 5.15756654 5.28626043 4.96866921 5.54443311 5.600670677 5.477235593 5.421751491 5.31606173 5.268387843 5.17540488 5.251034384 5.576351048 5.141008649 5.735265158 5.475259806 5.451681119 5.631097252 5.611162882 5.740436231 5.204469479 6.860390095 5.541710394 5.237776851 5.236384844 5.647036808 5.546946638 5.764691528 5.227348694 6.565919516 5.494730195 +LQ03X001830 Probable ribosome biogenesis protein RLP24 13.56987843 12.99711147 12.56524816 13.03936925 12.9802551 12.55705673 12.85764876 12.41955801 13.66486081 13.35993652 12.91673828 13.05319536 13.06356451 12.46643004 12.83480141 12.68628314 13.28289913 13.21033437 12.89177016 12.95771716 12.62330544 13.05291444 12.59066989 12.52631591 13.21369658 13.65391879 12.79382375 13.33268117 12.26747299 12.97352046 12.75175574 12.56040542 +LQ03X001870 Histone deacetylase 6 10.54370304 11.10673013 10.86696267 11.02925214 10.6481253 10.9519317 11.17844953 11.2392761 10.79091577 11.25635444 10.64637087 11.05725453 11.0265815 11.16894082 11.25305201 11.13165916 10.77204349 10.7888506 10.32196791 10.40471381 10.82121082 10.90743297 11.08739984 10.96300341 10.96793256 10.99104962 10.61592233 10.55738207 11.06346563 10.99002052 10.98730557 11.12798776 +LQ03X001880 Hypothetical protein 6.203328384 6.341460641 6.208337744 6.551245893 6.381029318 6.699049616 7.297787458 6.84718925 6.308701356 6.314537327 6.304527362 6.756354151 6.624983351 6.61011349 6.946042074 7.004940387 6.417287929 6.453871588 5.80356237 5.811097836 6.189139476 6.209292618 5.380063472 6.674380216 6.336250938 6.121941914 7.033084258 5.799447803 6.276468193 6.557162471 5.984332394 6.260647054 +LQ03X001930 Hypothetical protein 5.437783494 5.750215844 5.953862506 6.089347124 5.949410515 5.642269328 5.868829354 5.676046536 5.493436239 5.250036561 5.773269662 6.076057133 5.781112434 6.023102914 5.477759141 5.744639618 5.816944317 5.344600628 5.340195256 5.494147523 5.725940876 5.624796055 5.716759135 5.920580899 5.709793428 5.559547489 5.18544552 5.864956773 5.067015363 6.131283369 5.540906075 6.414904372 +LQ03X001980 Oleosin (Fragment) 5.430277038 5.496723145 5.907468219 5.752261246 5.843387928 6.056231171 6.014313192 5.893960272 5.478333514 5.400681168 5.926777853 6.012906752 6.017232164 5.973417654 5.163610723 5.621198854 5.676136418 5.844595879 5.795622284 5.787498457 5.576381343 5.355495501 5.799627442 6.081191606 5.705366153 5.965964218 5.712988913 6.478387652 5.21972314 5.447256913 5.715362849 5.804649843 +LQ03X002000 AP-1 complex subunit mu-1 7.747732029 8.280986868 7.607895121 7.938483242 8.103465216 7.605025144 7.123319363 7.842948745 8.272030347 7.786985101 8.53517061 8.116589851 8.313500519 7.469532961 7.353725034 7.814616609 8.934660551 8.14460288 9.292078781 7.899302606 7.727701085 8.617912333 7.697642573 7.726275703 8.20406443 8.632699241 9.214853518 7.892685904 7.702870837 8.252894533 7.105548411 7.645090039 +LQ03X002020 Putative Alliin lyase (Fragment) 5.225611744 4.863977478 4.963114117 4.777899121 4.918657132 5.181152848 4.799035626 4.532061218 5.104445475 5.475147868 5.121352961 4.766308194 4.763569572 4.862907478 4.96173592 4.652952233 4.799801185 5.021548217 5.192419967 4.786456446 4.990573682 4.829446494 4.766990201 4.95438752 5.07843532 4.83365115 4.75175866 4.959893662 5.081832855 4.716038346 5.140868052 4.9814098 +LQ03X002030 Putative Predicted protein 11.14420614 10.39346231 10.60733988 11.87783144 11.19605448 12.78072441 12.44656743 12.32730405 11.20532021 10.13547015 10.87232395 11.90239595 11.29456716 12.82189508 12.27451213 12.60282979 11.36849753 11.52969378 11.65728583 10.71229579 10.61952535 10.73680867 11.43813888 11.50049809 11.02476627 11.17407253 11.3052552 10.93758453 10.10822067 11.31525429 11.4838496 11.39321856 +LQ03X002040 Galactinol--sucrose galactosyltransferase 5.349721405 5.424384254 5.941832671 6.183703102 5.298110955 6.113988194 5.397040457 5.810310967 5.354222012 5.500065205 5.643112387 5.929812061 5.617242802 5.781184243 5.411517831 5.863603244 5.679493872 5.826340978 5.555992716 5.856596501 5.811481011 5.571620242 5.559542299 5.71968152 5.725971335 5.76153778 5.280718404 5.428027383 5.320461327 5.653672873 5.600240374 7.254737769 +LQ03X002080 FKBP12-interacting protein of 37 kDa 4.919891521 5.222017335 4.601161154 5.16601546 4.73439387 4.75623899 4.719812204 4.928484809 4.574910621 5.635903193 4.721509969 4.913752667 5.006760035 4.843282028 4.762658253 5.208337894 4.686159914 5.353604456 6.065687124 4.932882518 4.970987079 5.090269698 5.065992437 4.82963948 4.773632049 5.037735051 5.80456353 5.669183906 5.323530315 4.967727393 4.968820838 4.941899931 +LQ03X002100 Putative uncharacterized protein 11.25674623 11.92336555 10.14086942 9.655029255 10.25509233 10.60196019 10.39581718 10.5949162 11.55170665 11.64629632 10.60142417 9.87382058 10.41954636 10.70423802 10.34343646 10.75102237 10.91066821 10.02399048 11.21020822 9.471357572 10.45288327 10.5925914 10.40609268 10.38413137 11.76912406 10.56330357 11.50565549 9.597564011 10.57327031 10.47927916 10.68523422 10.11274476 +LQ03X002110 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 5.474148603 5.233823132 5.339350493 5.665906119 5.326845396 8.459449475 8.592088643 5.634769532 5.539134461 5.051756197 5.31629069 5.769845129 5.121229671 7.708293609 6.789697402 5.71491336 5.800188998 5.519944981 5.203470384 5.085292642 5.166545153 5.575499 5.973839017 4.946919399 6.138155592 5.33663259 5.223767134 5.13153693 5.375176916 5.435984909 4.977802417 4.789354651 +LQ03X002150 Hypothetical protein 5.817656337 5.541303117 6.216333714 6.076827023 6.096463535 6.57729906 6.365219858 8.447925768 5.86128903 6.08410984 5.976870731 5.813389001 6.540485179 7.210950284 7.113861461 8.958922335 5.796699131 5.482502976 5.561281714 5.669997598 6.170636441 5.936913299 6.078694001 6.911833487 6.075329828 5.505459039 5.141796577 5.544451803 5.726469718 6.502477778 5.880988365 6.682483604 +LQ03X002170 Putative Protein MAK16 homolog B 8.266871989 9.537663881 8.029950055 8.61471864 8.367714814 8.654804794 9.252663589 9.434039829 8.912755141 9.755411859 8.623077846 9.052842242 8.73397471 9.061647619 9.692004961 9.648504898 8.664573754 8.647682379 7.789843118 8.72135637 8.911363036 8.967890452 10.21215939 9.926907866 9.122257244 9.394810555 9.169803242 9.057723284 9.094189973 9.606134057 9.994728946 10.15548914 +LQ03X002220 Zinc ion binding protein, putative 6.485818123 6.383494578 6.535883472 6.087517297 6.833160036 6.361661879 6.320427996 6.186435927 6.579578858 6.5115856 6.805753704 6.082635647 6.798932273 6.557594741 7.081983799 6.33812891 6.436788638 6.677373836 5.746898918 6.889046267 6.719876879 6.391933283 6.512753103 6.903337477 6.285264547 6.795694397 7.501771502 6.248241095 6.119818111 6.436907159 7.048812314 6.55204417 +LQ03X002240 Putative uncharacterized protein 6.927298463 6.535194073 7.094745615 6.918772144 6.926094998 7.243149293 7.426132703 6.858074766 6.955980158 5.928271543 7.287833332 7.123077857 7.237698068 7.648597009 7.438769645 6.936070544 6.200985876 6.554187749 6.160860908 6.382905748 7.673646865 6.586983419 6.767233658 6.416600264 5.963085693 6.612950447 5.351623944 6.107166801 7.188795978 6.042876293 5.749876086 6.328631568 +LQ03X002260 Thyroid receptor-interacting protein 13 8.567663126 9.595870377 6.338108851 5.918675448 5.915132545 6.421163781 6.118096109 6.582623807 8.962844488 9.840153175 7.527533308 6.366960886 5.877628917 6.172551292 6.071886136 6.740285427 8.254095855 7.739105544 8.917671265 5.975052183 6.633789747 7.750875596 5.409741854 6.183580402 9.316288895 8.783536846 9.4651459 5.392792827 6.670738787 6.164815385 5.319467244 6.471567874 +LQ03X002280 Putative Protein DEHYDRATION-INDUCED 19 homolog 6 13.42615706 13.19014321 13.19311176 13.37868302 13.45685168 13.08674216 13.13019662 12.83428273 13.35978903 13.22495007 13.2435622 13.26002542 13.67755154 13.17331059 13.11401907 13.07570836 13.67845258 13.83187389 13.25340908 13.38813308 13.30956648 13.19349019 13.18390667 13.26047044 13.26586093 13.57143806 13.27123425 13.61706807 13.42238504 13.06558744 13.1734243 13.41303703 +LQ03X002290 Elongation factor Tu, chloroplastic 14.16188068 14.50105146 14.74713544 14.53141008 14.43222692 14.84902259 14.78881585 14.66400772 13.98628844 13.97783833 14.4923535 14.58277154 14.40205889 14.93615016 14.71486487 14.286274 13.72759172 13.97871917 13.89775595 14.22812224 14.3549379 14.43719852 14.86179546 14.84326947 14.08885812 14.41077005 14.39857113 14.73472441 14.86147508 15.09133085 14.85010559 14.81912638 +LQ03X002320 Predicted protein 12.57750883 13.60318574 11.65159242 11.83287811 11.90925744 12.06334033 12.5066275 12.00153468 12.91046212 13.95983044 12.43951909 12.3315968 12.34833621 12.37564637 12.66179316 12.55559803 12.54294816 11.87185218 12.91158313 12.4134128 12.47565669 12.19265757 13.44034779 13.04605473 13.45619308 12.78609606 13.60736553 12.12675511 12.3019327 12.33594322 13.51328543 12.92979098 +LQ03X002351 Predicted protein 8.334749553 8.472513097 7.929113124 7.827477749 7.830461488 7.622363942 7.869076908 7.541507129 8.392714112 8.339769445 7.906618256 7.400671704 7.505110915 7.717970862 7.68718132 7.120524592 7.774570449 8.313965682 8.456956758 8.066964527 7.952416895 7.97309422 7.606384561 8.249800896 8.283995822 8.691996766 9.510125724 7.007358845 9.00989377 7.998109188 7.489788497 8.113772888 +LQ03X002380 Oleosin, putative 6.787677708 6.250056121 7.682746169 7.451404505 6.484308212 8.955697908 8.475969376 8.054895019 6.761637689 5.60758297 7.756752599 7.282368088 7.43613253 8.695654758 7.556860446 7.98775464 6.805623971 6.995140524 6.720427834 7.242337164 8.253763982 6.849510199 8.37329247 8.525159384 6.638739317 6.577260457 6.299339337 6.834154404 7.314488735 6.269144037 8.962547373 7.961051448 +LQ03X002400 Predicted protein 5.635600978 5.861886077 5.869146679 5.305705519 5.669401607 6.807907926 5.683172922 6.726738691 5.93800557 5.153332459 6.192297536 5.630002684 6.144944583 6.371917073 4.928462531 6.754562745 6.37834145 6.395859071 6.221926718 6.321098946 6.774914138 6.331630248 7.919504408 7.809703766 6.228008095 5.856329607 6.297589611 6.35762599 6.305090155 6.305934772 8.69757552 7.373535722 +LQ03X002410 Predicted protein 12.56252584 12.78561192 12.56193446 11.89213915 12.51166923 12.27597573 12.36227397 12.34653912 12.31424647 12.62740622 12.29562397 11.79349598 12.51320101 12.25829701 12.41150346 12.40155243 12.98752494 12.98372303 13.52899429 13.4831095 13.68343845 12.87242269 14.03261466 13.8064194 12.95643786 12.70534086 13.4907657 13.41013003 13.42307211 12.50157385 13.83214011 13.73374198 +LQ03X002420 Putative uncharacterized protein 7.225806863 8.646955664 7.395705976 6.773555653 8.686792327 8.366247835 7.372388742 8.962820242 8.455309306 8.253960081 7.738456564 6.665356301 7.740542003 9.231984679 8.41748114 8.55128855 9.344364269 10.00228776 10.19175919 10.0861164 8.174884712 9.044732935 8.312086665 8.369224498 8.211239944 8.590790218 9.330547603 8.389445506 8.317968277 7.312935173 8.552417982 8.674389913 +LQ03X002440 Predicted protein 5.389619447 5.342613577 5.686287343 5.665702657 5.835087477 5.483403563 6.081352048 5.348324543 5.537892252 5.942682592 5.441994784 5.547387742 5.512069387 5.388294668 6.167244753 5.456665861 5.017050222 5.314599847 6.026648492 5.749227583 6.253134991 5.269475094 5.538428559 5.739191286 5.309184786 5.834053297 5.739650369 6.0291272 5.619191431 5.63727061 5.690180744 5.379176529 +LQ03X002450 Leucoanthocyanidin reductase 5.658296274 6.023759821 6.006227296 5.221835039 6.239067496 6.289738941 5.589274768 5.21652494 5.677973837 5.814903451 6.125166966 5.580381029 5.506756464 6.142769177 5.53967093 5.187511882 5.499344546 5.291545788 4.613260039 5.907365279 5.116873164 5.999316531 4.951442431 5.274212462 6.356184439 5.286313318 4.813869804 5.201864498 5.573231955 4.883570795 5.573695546 6.03771412 +LQ03X002480 Histone deacetylase 15 11.20644425 11.88518266 10.90608647 10.83735132 10.94470448 10.92463206 10.99062545 11.4369954 10.94776745 11.62993895 10.93028268 10.86904706 10.81806011 10.81671146 10.8240109 11.03246038 11.24128685 10.8335069 11.44619289 10.8572016 10.46879979 11.22388681 11.26201138 11.71921184 11.4864412 11.30626735 11.65097185 10.60314234 11.11440606 11.31334942 11.13741458 11.87990844 +LQ03X002490 Uncharacterized protein At5g43822 5.763422609 5.340547339 6.053369092 5.348151214 5.870241301 5.786225196 6.046149948 5.837915465 5.357532951 5.106396384 5.306653381 5.316695675 5.503374151 5.061884683 5.625113904 5.798673402 5.594301194 5.692037957 5.024300309 6.060620603 5.433897443 4.959634966 5.982839607 5.645824196 5.328891081 5.401227818 5.177580249 6.18389054 5.518848642 4.922142929 5.294324312 5.748225336 +LQ03X002520 Putative uncharacterized protein 10.74619494 10.7516433 10.41150212 11.58567923 11.03072577 12.13814222 12.25161371 12.25671357 11.10822249 11.42304169 10.85955148 11.58378057 11.22598748 12.12265116 12.09562956 12.68804946 10.96327075 10.59444614 10.41867777 9.967226523 9.604799046 10.70031495 10.65350815 10.88731779 11.02556477 11.13234594 10.21040509 10.40001583 8.971586028 10.84464188 10.98210311 10.38457289 +LQ03X002540 Putative lipase 5.141332201 5.089355615 5.207235329 5.098569132 4.871766351 5.106509165 5.158717818 5.314964542 4.962153038 4.992738185 5.0181816 5.054087959 5.152996737 4.842337849 5.545289824 4.776683236 5.068401842 4.95574762 4.932028662 5.118866216 5.107065376 5.010770641 4.859230632 4.901287382 4.966281636 4.816074331 4.997070308 5.738180014 5.120689479 4.89288667 4.85697828 4.711038839 +LQ03X002580 Putative Aspartic proteinase nepenthesin-1 13.67525486 13.06727604 14.30924991 13.55049876 14.73705572 13.15510996 13.23687213 13.24626783 13.60638761 12.63346216 14.2108198 13.72256239 14.31702019 13.3180019 12.73270375 12.8802825 12.06173013 13.06475679 13.04097885 14.10411396 14.3135662 14.2882838 14.35313256 14.24390045 12.87572035 13.78636811 13.44956251 14.51672402 14.8825109 14.81350139 14.41351404 14.27564073 +LQ03X002590 Protein CASP 12.65423303 12.56756306 12.63116625 12.49301358 12.90242792 12.17369248 11.99894733 12.1447179 12.72840293 12.63432669 13.02535757 12.64202902 12.99244473 12.41839074 12.19858407 12.47981395 12.55328115 12.74499773 12.53407509 13.03615225 12.83264223 13.09680171 11.63545227 12.24115906 12.61614097 12.84281234 12.56488798 13.01901599 12.59594918 12.92052878 11.97792922 12.19601103 +LQ03X002630 Putative Uncharacterized protein At1g14870 5.763893414 5.438149198 5.656179957 5.760044668 5.406109435 5.30680352 5.076512087 5.077239008 5.566683584 5.613995757 5.54390086 5.487291983 5.398146746 5.199056121 5.19830912 5.384480685 5.311638176 5.69678422 5.623750025 5.028921232 6.160799797 5.560758901 5.762961831 5.800395412 5.410006104 5.768769778 6.019115308 5.572536319 6.196332704 5.232737676 6.451076042 5.054222838 +LQ03X002720 Putative F-box/WD repeat-containing protein 7 5.538464376 5.103165272 5.364072896 5.181740719 5.154640064 5.589646123 5.187280596 5.599358232 5.366677399 5.222021391 5.070648504 5.372934458 5.364377184 5.429036662 5.027469833 5.712864158 5.276223443 4.965311729 4.95347059 5.236202412 5.102292689 5.445468428 5.503549346 5.038633384 5.385523423 5.35984597 4.773979079 5.456647388 5.297556181 5.508921303 5.333138009 5.411224163 +LQ03X002950 Predicted protein 5.476128553 5.710678127 5.146627867 5.467948308 5.069556952 5.335160698 5.137295103 5.392313246 5.414995719 5.767706481 5.279524996 5.546316568 5.479221751 5.00827998 6.284709263 5.130941009 5.527088334 5.164857361 5.638742424 5.492496998 5.101442588 5.109375897 5.60866807 4.999106087 4.877996361 4.824224395 5.404795617 5.250370505 5.240557183 5.139137274 5.521575697 5.173711206 +LQ03X003040 40S ribosomal protein S7 5.974931936 5.32567736 6.185278903 6.338909655 5.634772769 6.454554111 6.210805718 6.161837961 6.274179161 6.461698689 6.265092222 6.658541507 6.297543341 6.291405521 7.599752096 6.34950392 5.700096227 5.632704891 5.431737118 5.973774631 6.42736813 5.931420302 5.88619952 5.816568046 6.034859473 6.176109902 5.748979726 5.595778797 5.918310262 5.621759365 5.859831474 6.009357116 +LQ03X003050 Predicted protein 5.030425385 5.83272007 5.839032584 5.13199395 5.147050532 5.122041172 5.035502893 6.11509609 5.581507981 5.167441732 4.959233419 5.022416615 5.021046858 5.28608329 5.250422361 5.611441505 9.875152929 7.769898292 8.758984369 7.168232793 5.484433753 5.276365208 5.455145845 6.775011089 6.933592333 4.847697937 5.935760172 4.964007413 4.919142785 5.485765553 5.867433809 7.450413164 +LQ03X003090 Synaptotagmin, putative 4.945176888 5.12440428 4.877653869 5.004886237 5.463593063 5.125031446 4.862127103 5.115178825 4.916558183 4.780649459 4.958940521 4.867064556 4.838075853 5.029525524 5.664742309 4.803463409 4.954768557 4.608513322 4.776070648 4.540759714 5.239477438 4.689504244 5.676236523 5.005772239 4.862787386 4.908779385 5.103169485 4.903574333 4.704465061 4.731802658 4.960901408 5.291935255 +LQ03X003130 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 8.603680291 8.344122632 9.542679917 8.164424453 9.272434499 7.576441707 7.882843029 7.882627988 8.825379363 8.946358345 9.33791438 8.150350015 9.741723623 7.522036665 7.911789233 8.29139482 8.454496578 9.51895783 9.468338436 10.11007794 10.4182746 8.571236527 9.599268719 9.491671843 8.335425709 9.26907428 9.305246048 9.95047658 9.631154237 8.742918799 9.393387388 9.406208042 +LQ03X003140 Predicted protein 11.76269766 11.54364683 11.5747711 11.92070904 11.93881142 11.650696 11.69178679 11.87333621 12.07225636 12.00049016 11.87596027 12.23497427 12.16534174 11.732926 11.67741479 12.25072471 11.03964503 10.81916897 10.86439885 11.22811023 10.90343998 11.42820304 10.73389243 9.740768962 11.71693503 10.99482616 11.10469605 11.22888906 10.85482615 11.09414824 10.75285861 10.16208949 +LQ03X003160 Putative uncharacterized protein 10.78315174 10.99422997 10.64011436 10.09189957 10.8015432 9.28790766 9.383088072 10.32735917 10.56373384 10.69030306 10.87397232 10.44543746 10.56749344 9.507670429 9.540531578 10.41798522 10.94398635 11.31261951 10.95720771 11.02301911 10.41329407 10.50298269 9.212030262 9.122882639 10.15177046 10.90361359 10.92736237 10.80943523 9.769745485 10.04842956 9.014388864 9.498473511 +LQ03X003190 Putative uncharacterized protein 14.12513389 14.16667951 14.33941392 14.76917817 14.84691857 13.65208484 14.488094 15.31890212 13.97175133 14.23828294 13.74130782 14.03422832 14.06196364 13.36948809 14.53093935 13.92289187 14.83872518 14.9563248 14.34828418 14.18126118 14.35013577 14.35828812 14.58693859 14.66713234 13.95707978 13.79744061 14.68073762 14.22836108 13.83176842 14.76110933 14.65662561 15.08533801 +LQ03X003240 LOB domain-containing protein 41 5.720655865 5.395109364 5.603360383 5.274831347 5.660209321 5.239676143 5.473865115 5.314980203 5.727316704 5.012568446 5.694197071 5.639839521 5.599054266 5.502077483 5.237977331 5.543925762 5.767085275 5.881211962 5.307664763 5.726986699 5.513717319 5.822957347 5.305803192 5.619383824 5.738670476 5.468155847 5.846866781 5.516784873 5.731428574 5.699825939 5.391302484 5.496133874 +LQ03X003260 NADH dehydrogenase [ubiquinone] iron-sulfur protein 6 6.124373149 5.816325207 6.411836887 5.990349954 6.48183032 5.745612099 6.287909803 5.953843016 5.911192352 6.338079107 6.308197297 6.062443641 6.589019419 5.714978138 6.662691482 5.800514378 5.773613168 6.487958215 6.924489148 5.9289112 6.079699763 6.578208024 5.470942335 6.121271039 6.255312012 6.6391496 6.293096643 5.639783621 5.686099176 6.094478618 5.469949027 5.457664087 +LQ03X003270 Hypothetical protein 6.093089491 6.13834945 6.024387726 5.941866562 5.947273685 5.938722795 5.741570268 6.181469525 6.077877255 6.173843727 5.723037346 5.902368533 6.591590823 5.576196345 5.718491455 6.071600539 6.16370988 6.041598442 6.53777806 5.9903082 6.306524228 5.392555579 5.372110308 5.744976578 6.324269809 6.000728753 5.941318276 6.796038986 6.00877228 5.596273695 5.919657011 6.476988986 +LQ03X003290 Putative LysM domain-containing GPI-anchored protein 1 9.027685663 9.112352452 9.397450048 8.105783544 9.264166826 8.184116506 8.166350007 8.417342841 9.518520975 8.991355825 9.822172609 8.014499143 9.061367393 8.555888421 8.318663157 8.498199992 8.740097778 8.801559128 7.779656588 9.39693025 9.744166313 8.892841046 10.07166913 10.55972886 8.90103172 8.698913155 8.122594361 8.668626533 10.05089757 8.79234585 9.607608141 10.76817838 +LQ03X003310 Carbon catabolite repressor protein 4 homolog 5 5.463544129 5.760288357 5.09393614 5.6944854 5.263206004 6.183503915 6.301348745 6.174802009 5.678628031 6.083051723 5.397850561 6.025646465 5.456774248 5.708711313 7.086336731 5.440422219 5.077181963 5.506548027 5.596519678 5.742986866 5.709346831 5.281861697 5.117352688 5.229915273 5.38882548 5.755819504 5.530529353 5.939512217 5.965258899 5.358610295 5.588031964 4.818140814 +LQ03X003330 Hypothetical protein 4.829313789 4.732876626 4.873928569 4.830716554 4.86795067 4.79632588 4.802211498 4.983275607 4.597513914 4.638270303 5.058613946 4.734068112 4.952135938 4.880243957 4.714888789 4.975173101 5.110521389 4.886663126 5.082609689 4.756099625 4.866446091 4.506140144 5.319248539 4.925924551 4.678308332 4.629800642 4.816304088 5.031217129 4.89365004 5.003645085 5.038274971 5.205922005 +LQ03X003340 Putative uncharacterized protein 5.373929718 5.615515407 5.561236494 6.013858239 5.446183905 5.738644111 5.80001406 6.038818409 5.386243232 5.584627776 5.429814855 5.534391665 5.443740058 5.583351616 6.770541002 5.92712794 5.419171485 5.380691966 5.288319255 5.769852663 6.147946654 5.151214399 5.706811541 6.061344851 5.170537429 5.568297445 5.198460553 5.354707792 5.408634711 5.168980116 6.517449454 5.33673532 +LQ03X003350 Putative uncharacterized protein 13.65493683 13.86130034 13.91834427 14.24707649 13.8652241 14.90407112 15.05591928 14.78347707 13.80163528 13.94992763 13.78715055 14.01913807 14.01771012 15.04358386 14.70960066 14.81030679 13.12500969 14.08060951 13.84547765 13.8900537 14.05139485 13.88261444 14.65984124 14.88827492 13.76627529 14.19234424 14.08055608 14.10457794 13.93673549 14.36878713 14.73350128 14.78183802 +LQ03X003410 Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform 5.635339902 5.637492858 5.615448049 5.925755542 5.520414306 5.631309634 5.735626283 5.422187574 5.82213672 6.187256519 5.501009542 5.633204164 5.575931469 5.587070717 6.767484103 5.298790194 5.450595479 5.422969609 5.742605226 5.715457615 5.753242556 5.843712721 5.461195885 5.062440004 5.497455048 5.59980631 6.09572362 6.45800426 6.057031046 5.531673008 5.278272562 6.28235281 +LQ03X003420 Putative Aspartic proteinase Asp1 5.888479812 5.694493744 5.645725292 6.050432525 5.93215481 5.834824616 5.703721453 5.929986172 5.561601152 6.054354285 6.072528363 5.947704927 5.906220009 5.617963074 6.56807994 6.364881501 5.48144288 6.271598272 5.852626692 5.734842194 5.563981219 5.413115877 5.570624496 5.812265772 5.457414826 5.748979667 5.812544523 6.015814511 5.411917693 5.739435545 5.878964315 5.4387426 +LQ03X003430 Putative Cytochrome P450 71A22 5.290232639 5.300943945 5.940720242 5.204158924 5.431823541 5.282802646 5.260203146 5.450442626 5.135009582 5.116889726 5.272781543 4.949911627 5.618189639 5.17255598 5.034677177 5.250022534 5.16333588 5.928596714 5.566802647 5.01169614 4.884777977 5.195388043 5.453578551 5.104586758 5.674706863 5.988760832 5.397757491 5.29391053 4.888894896 5.231542519 5.176952167 5.737829447 +LQ03X003460 Putative Zinc finger protein VAR3, chloroplastic 5.296245159 5.115044325 4.904660166 5.372272492 5.277170894 5.137486464 5.377628012 5.434260454 5.579291347 5.878405089 5.025442057 5.418433747 5.07589729 5.452702 5.410410454 5.351133074 5.118200707 5.623930154 5.925484005 5.025153157 4.605011491 5.193089897 5.631169224 5.055670852 5.557829647 5.340908931 5.761643394 5.094945862 5.045587398 4.941959975 5.7301656 5.268389932 +LQ03X003470 Protection of telomeres 1 protein 5.437553672 5.224286326 5.010030626 4.840677095 4.720304894 5.144482122 5.274447969 4.847746955 5.537653842 5.252260783 5.288142269 4.977415389 5.005478488 5.133184305 5.446839908 4.743932979 5.57069018 5.271082072 5.569525351 5.732604295 5.212262925 5.209370424 5.352150606 4.968385658 5.137921202 5.51122435 5.772085653 5.760374322 5.137884642 5.152398479 5.886717697 4.84868141 +LQ03X003480 Putative Protein sel-1 homolog 2 9.968916791 9.632409619 10.18906845 10.05201642 10.2440823 10.1295718 10.08418447 9.958141205 9.533262005 8.978444992 9.67443077 9.661536188 9.75757098 9.810695816 9.645317248 9.577714526 10.15677615 10.21996556 10.2237848 10.02837928 10.86566858 10.08293718 10.81815396 11.29665244 10.10549075 10.16173203 10.70406106 10.61747587 10.97872062 10.68459378 10.64452492 11.2598055 +LQ03X003490 Putative Down syndrome critical region protein 3 homolog 12.32013886 12.30906813 12.2958397 11.93654998 12.07969468 12.39113566 12.52199925 12.1182055 12.50047334 12.2755133 12.64554711 12.04808943 12.36690464 12.5255253 12.18196602 12.5772116 12.6826078 12.78729456 12.77360295 13.23231995 13.17148279 12.03692881 13.5221749 13.14637833 12.56949767 12.6399493 12.70694435 12.72683254 12.83297091 12.11093155 13.66749697 12.67488041 +LQ03X003520 60S ribosomal protein L19-2 4.93660981 4.933340317 4.84540217 5.360657255 5.566361811 5.133610269 5.778480703 5.251956574 5.079242038 5.144791249 5.15969777 5.50065199 5.311711858 5.180229753 5.225895461 5.535682981 4.891975434 5.279244533 6.59973247 5.515113052 5.204153768 5.092479758 5.184219618 5.019006532 5.002090018 4.928889221 5.638150113 5.279658981 5.23576891 5.38777756 5.396074098 5.134029725 +LQ03X003550 Phosphoethanolamine N-methyltransferase 1 14.81091182 14.34819244 14.55311045 14.72961454 13.9821164 10.5701154 10.21874423 10.73186019 14.84648425 14.52998083 14.75566701 14.27774586 14.15654364 10.07613137 11.10414439 10.60323912 12.82329589 14.12203625 13.55536856 13.7495528 13.74121532 13.69996721 9.64022894 10.55784184 14.40925547 14.26246649 13.27798122 13.28576922 14.2838612 12.00215982 9.598608767 9.828782679 +LQ03X003610 F-box protein At2g32560 12.33258234 12.43120954 12.48663613 13.04390459 12.94151172 11.15188526 11.11874445 11.75733962 12.59732093 12.1035523 12.4264301 12.79992129 13.03300748 11.31213988 11.15966657 11.63697416 14.05473519 13.99861335 13.99133979 13.32242797 12.74910957 12.81348362 10.58571352 11.11893222 12.1932804 12.28201347 12.5119163 12.924457 12.2645294 12.10580596 10.48010579 11.14333071 +LQ03X003620 Putative Protein of unknown function DUF309 13.1054222 12.25072636 13.51073519 13.71236717 13.15325553 14.27002216 14.66190836 14.4630572 13.11045447 11.7114144 13.22212512 13.86027152 13.1497349 14.82269321 14.04206596 14.72092897 12.29549818 13.59234349 12.64720662 13.56508334 13.62190688 13.24907992 14.45010766 14.2720681 12.59804184 13.29628208 12.76761953 13.86094422 13.51744775 13.62926839 14.53776573 14.23292028 +LQ03X003650 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.555928582 6.649552333 6.757722605 7.785305651 6.590097149 9.698555328 9.526763633 7.735839353 7.56327195 6.333884214 7.549290638 7.944918964 6.413073099 9.791286402 9.484604118 9.044765021 7.686947329 7.66720984 5.719334064 6.395188677 7.132290115 5.943018212 8.730607824 8.028861409 7.200236878 7.383959833 5.537800852 6.054881542 6.434219682 6.580677359 8.965640009 6.521294599 +LQ03X003730 Predicted protein 6.672210018 6.057125426 5.468932846 6.381620906 7.075286419 4.632938321 4.627198166 4.683229627 5.841899954 6.713708787 5.415806967 4.798273691 6.114382292 4.449557239 4.516556692 4.558091771 6.11987157 4.875731597 5.438842738 5.398473819 4.818297627 6.513688658 5.31301918 4.88841066 6.359743861 4.931040833 5.213627155 5.641801061 5.423939922 5.18882367 4.824720922 4.934545221 +LQ03X003740 T-complex protein 1 subunit delta 10.70729399 10.61657539 9.929478235 9.210090712 9.290757752 9.349058611 9.226082773 8.993801129 10.18434343 10.64065065 9.429486717 8.881283784 9.320197545 9.313328015 8.161716854 8.892438895 9.621106604 9.665764734 11.1546419 9.251346871 8.983302252 8.856251394 9.379547702 9.931228024 10.51946316 10.2493129 11.72590387 8.793573234 9.358936401 9.031260804 9.816540429 9.577896106 +LQ03X003790 Poly(A) polymerase alpha, putative 11.86266794 11.92269084 11.88937644 11.70463791 12.19109851 12.56632619 12.55464162 12.20821731 12.06334012 11.7804276 12.03094822 12.03553931 12.27572298 12.71372409 12.36441052 12.54655382 12.2400383 12.23122896 12.33832604 12.47672078 12.24702332 12.25400904 12.63113092 12.3655908 12.00561146 11.74118991 12.38850859 12.38537016 12.0548424 12.44048852 12.54487065 12.40498538 +LQ03X003880 Hypothetical protein 4.744582994 4.722377121 5.01562425 4.645507787 4.721251354 4.892662039 5.001402755 4.772017202 4.677813231 4.884848815 4.833537108 4.805483579 4.760775013 4.872496766 4.710643538 4.880474629 4.710676285 4.718474937 4.809145159 4.596089771 5.06724854 4.750765349 5.250948216 6.072267158 4.583728 4.807851816 4.588460409 5.352602521 4.743270167 4.598590915 5.115390928 5.743159871 +LQ03X003970 Ring finger containing protein, putative 5.594473874 6.223375336 5.599122723 6.129847125 6.416803325 6.275151 5.671657128 5.911885182 5.903051886 5.894097492 5.562546644 6.115561535 5.663729668 5.776972119 5.931259466 5.798996624 5.433098413 5.679407618 5.277876432 6.011241049 6.522449645 6.382174148 5.734422847 6.160164856 5.380965537 5.462877973 5.784102412 5.694286753 5.807589705 6.014873398 6.360757157 6.238589461 +LQ03X004120 Putative Diphthamide biosynthesis protein 2 5.142324944 4.907824803 5.696959542 5.353190348 5.395242145 5.324377486 5.102446791 5.222863873 5.175817461 5.15516184 5.32523623 5.294550411 5.215601269 5.120751445 5.390238546 5.14418303 5.08173914 5.426466628 4.686930816 5.483025558 5.482898967 5.071585364 5.382523495 5.37614534 5.193927673 5.461666159 5.130357194 4.946934478 5.283748542 5.379882645 4.911729821 5.043277519 +LQ03X004250 Probable non-specific lipid-transfer protein AKCS9 14.10896816 13.59151866 13.48930845 13.35435525 13.47245027 12.81257703 13.60895771 13.16429323 13.45734538 13.76917063 13.33385239 13.61020007 14.07585703 12.93752501 14.05500268 13.83047974 14.62371705 14.20808194 14.68081513 13.52617306 13.85611584 13.41359813 14.49318746 14.81022264 14.31135085 13.96866158 14.26039849 14.12014355 13.50046692 14.01030895 14.33378448 14.53172702 +LQ03X004300 Putative uncharacterized protein 6.456948949 5.94181592 7.279314404 6.107353792 6.902438053 5.508428566 5.99419697 5.315585886 6.220195874 6.115309856 7.118226911 5.626498381 7.064938881 5.445948371 5.931068131 5.556094122 6.1396335 6.623437994 6.506828588 6.437091805 7.032173697 6.614431187 6.101635504 5.973381001 6.095273141 6.336140348 6.711932065 6.654650822 7.642140406 6.553706294 6.406801655 6.189117109 +LQ03X004330 Predicted protein 7.226446327 7.251147206 6.688342168 7.432038393 5.782990624 8.193252746 8.720059445 6.343821633 7.049959609 6.004987092 7.096515707 6.551491271 6.168145451 8.405708082 8.395703122 8.001234027 6.164256646 6.955498175 6.221065343 5.894386148 6.785275886 6.66205396 8.152780349 7.389789821 7.28366032 7.201865734 6.915227749 6.39312076 8.639567232 6.254742653 7.428477617 6.452222664 +LQ03X004520 Putative uncharacterized protein 5.242962323 4.927971943 5.112646843 5.030027255 5.036167059 5.048896631 5.071656119 5.280588662 5.254606248 5.208657979 5.248264485 5.154242629 4.919819639 4.991852785 5.267565069 5.264817634 5.037210765 5.467588776 5.455450498 4.909152754 4.924218347 5.644989192 5.59149073 5.346431766 5.091083767 4.768688021 5.392754456 5.028826508 5.098634418 5.564899431 5.805474492 5.266717073 +LQ03X004570 Hypothetical protein 4.917657095 4.815414683 4.928810753 4.779640218 4.790148521 4.940543196 5.245823932 5.389818295 4.707242315 4.811391892 4.880604944 4.806344787 4.936600701 4.970167937 4.791109076 5.046104355 5.323243339 4.672023602 4.919980814 4.66621739 5.015014488 5.02837828 5.217050009 4.968732247 4.660742401 4.816697722 5.056877245 5.312202061 5.332788714 4.755235333 5.07113482 5.72896532 +LQ03X004690 Putative Protein TRANSPARENT TESTA 12 5.48822187 6.008920884 5.896693987 5.460584971 5.945780838 5.596513909 5.65153314 5.459935616 5.253008184 5.640699783 6.018643955 5.543893383 6.516426695 5.306686412 5.325434069 5.242516129 5.035065345 5.649079477 5.449160822 5.536906261 5.681148599 5.564894797 5.999714045 5.524929357 5.277322934 5.698559306 5.441064044 5.370120529 5.4421561 5.568567675 5.672535022 5.525631529 +LQ03X004720 Putative Protein TRANSPARENT TESTA 12 5.681778538 5.70050454 5.83482333 5.908863437 5.588424915 6.974083362 6.849405626 6.829639465 5.689150596 5.613378185 5.452017177 5.84721445 5.723819707 6.787433925 6.005548046 5.914770131 6.486094286 5.970976159 5.608938247 5.162252884 5.860463689 5.636257851 6.255824581 5.620136354 5.85840639 5.919084969 5.818222772 5.192728162 5.554415467 5.549229552 6.139134928 6.300602874 +LQ03X004750 Putative Succinate/fumarate mitochondrial transporter 12.59858719 12.54345855 12.57075854 12.53220247 12.31854593 12.43573202 12.49127407 12.28858054 12.39159806 12.63822163 12.29034701 12.16900733 12.18867759 12.34891435 12.29417906 12.21074268 12.76944374 12.88832229 12.64548003 12.74023842 13.56637771 12.29271614 13.22869187 12.41875451 12.67599456 12.77828604 12.84585814 12.30968861 13.36615321 11.60690912 13.02401226 12.51295491 +LQ03X004770 Cyclin-dependent kinase D-1 5.178190368 5.319988052 5.363433178 5.011124812 4.884724726 5.576668348 5.285101549 5.331783532 5.049267304 4.899272267 5.414555895 5.204034977 5.217757972 5.352583098 5.083187554 5.318697569 4.98691082 5.14998256 4.991161775 5.860132242 5.617909576 4.981997297 5.266010142 6.209855398 5.14386116 5.181358866 5.138816454 5.535600535 5.021456887 4.956960111 5.05750495 5.754076116 +LQ03X004780 Putative Probable glutathione S-transferase 5.837964748 6.306941974 5.782667242 5.754867367 5.483665722 6.589321042 5.895364925 5.916654812 5.715917639 5.490390607 5.937340116 5.758586475 5.914066115 6.01725505 5.65333942 5.816822858 6.673678502 6.667715459 7.001857667 6.037104487 6.399163216 5.913339961 6.288894758 7.536968542 6.538296057 6.047238861 6.230294468 5.946597014 6.248131785 6.03320148 6.453839116 6.238649219 +LQ03X004790 Predicted protein 12.18416847 11.55138636 12.44417857 12.47016357 11.6400631 12.65665414 12.82046398 11.93109099 11.85806919 11.08303622 12.18212575 12.33084388 11.42521144 12.8775015 12.66664295 12.14892758 11.19290862 12.05324857 11.43336269 12.17818305 12.18144044 11.53765803 13.18057787 12.67566343 10.98992365 11.84459239 11.82199653 11.98643946 12.19846643 11.8448752 13.1955732 12.40406676 +LQ03X004820 Predicted protein 4.950930273 5.126759031 5.005068673 4.98614901 4.742008067 4.948753337 4.758168353 4.890550022 5.103384217 4.804500608 4.592646948 4.763291585 4.761784098 5.128334205 4.848718057 4.539880141 4.725140685 4.65124496 4.943908288 5.130456145 5.176552452 4.621137655 5.207271275 4.973492218 4.636962234 4.592660125 4.76234746 5.048965564 4.826758914 4.7222053 5.643403882 4.903087369 +LQ03X004830 Beta-glucosidase 44 12.23784576 13.81127583 10.63348103 10.82608865 10.23833168 8.03303166 8.334680505 9.195639565 12.40355775 13.07866162 10.84408821 10.6521171 10.19180002 7.97411694 9.236740053 8.79395307 14.87538487 14.2960164 14.35308955 12.42853789 12.41314601 12.7567689 10.29226425 11.9128662 13.21128303 12.83916552 13.66806432 11.21369325 12.34585332 11.74818741 9.512904106 11.17527418 +LQ03X004890 Hypothetical protein 4.923964001 4.655903441 5.340911571 5.258913785 5.336712629 5.212155811 5.042236478 5.421435961 5.121754114 4.755327802 4.974212761 5.073194718 5.209990467 5.07344638 5.100679644 5.191403145 4.925002613 4.95678962 5.405697352 4.823643656 5.108913365 5.031200731 4.828427051 5.497270072 4.80333674 4.906098973 5.077785502 4.854224316 5.109345209 4.997350891 5.095466999 5.442863249 +LQ03X005160 Hypothetical protein 4.649215081 4.426400257 5.555840396 4.918546627 5.239527073 5.077787532 4.951267349 4.722376565 4.617685051 4.471190628 4.960292671 5.404629225 4.804400358 5.965191241 4.460018093 4.592781647 4.723414525 4.501169276 4.645704618 5.332337477 4.57050154 5.243286029 7.194671823 4.941640412 5.476664213 4.797506547 5.026942182 5.667265 4.951508457 5.161043967 5.483954093 5.361285046 +LQ03X005170 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 10.56157038 10.18747906 10.56318871 11.10090717 10.30588568 11.76820926 11.48840326 11.50556605 10.53041799 10.57634623 10.63155782 11.03309772 10.21363476 11.70072451 11.68040774 11.52056558 11.47979519 11.16827207 10.91514797 10.47179196 10.81471823 10.61021891 11.92362436 10.87997081 11.02538039 11.08913996 10.97150427 11.03918835 10.50889115 11.52804403 11.75065402 11.1935305 +LQ03X005260 Mitogen-activated protein kinase 9 10.24388252 8.895930275 11.12057448 10.31943232 10.33147738 11.06772596 10.95911067 10.14976216 9.791382 10.69710725 10.26748468 9.681892078 10.24928732 9.837203722 10.47539215 9.549131805 8.845895727 11.06160745 10.82234572 11.64698746 11.4805403 10.71117907 10.91971129 10.32292517 11.0247931 11.35467024 10.85858472 10.01384964 10.10453887 10.20204224 10.97047217 9.968173643 +LQ03X005270 V-type proton ATPase subunit B 1 12.45448576 11.84005428 11.9401995 12.58114173 12.15234046 12.01438093 11.77368316 11.62751035 12.24384872 11.87105775 11.88766552 12.6446726 12.31618257 11.88285116 11.90677045 11.640321 12.22058512 12.22566595 12.2633512 11.48672084 11.61827776 11.95754723 11.06742076 11.2827337 12.33203272 12.33887969 12.31415223 11.41162252 12.11194476 12.14031722 10.7043261 11.251445 +LQ03X005280 Putative High mobility group family 5.648715176 5.401803926 5.058773671 5.312845497 5.109117771 5.314856611 5.335798848 5.510560389 5.662553778 5.820108138 5.29199835 5.461121571 5.534830857 5.584517089 5.865652076 5.584236153 5.622736386 5.325959815 6.440269573 5.768544641 5.403464347 5.438165153 5.752047028 4.994951495 5.223818788 5.602820514 6.310849595 5.461397747 5.282529475 5.181438973 5.439148887 4.713028623 +LQ03X005300 Putative uncharacterized protein 5.189907907 5.341928063 4.826829548 4.998927244 5.485783558 5.256810428 4.897014519 5.282268754 5.199729244 4.928097519 5.139094517 4.986506598 5.195824076 4.859014666 5.122240125 5.147945952 4.831700945 5.247932266 5.306094095 5.163487383 5.09690312 5.632147181 6.024182778 5.427626293 5.204062258 4.99157527 5.535091976 5.008597121 5.020455627 6.057252048 4.957991964 6.240963225 +LQ03X005310 Putative uncharacterized protein 14.20090278 14.40506143 14.70382561 14.45499501 14.6893837 14.72424619 14.91768412 14.8434144 13.95643837 14.14936589 14.36978893 14.54863754 14.87645029 15.09905368 14.91161356 15.06919439 14.11519411 14.85268882 14.51857666 14.79317812 15.15843218 14.73072711 15.30047281 15.415138 14.13212445 14.7199893 14.77481223 15.0388089 15.13869933 15.30125877 15.36286722 15.58841342 +LQ03X005370 Golgin candidate 2 5.329133404 4.943552025 5.245001379 5.443445681 5.48480635 5.422811203 5.567539198 5.536784816 5.543470256 5.698504285 5.267379334 5.522479234 5.335129707 5.417602342 5.806960276 5.273278672 5.244175131 5.121594021 5.103606541 5.057901199 5.076935448 5.081031316 5.945048876 5.344187965 4.958775753 4.86840247 5.250063009 4.947660787 4.999675848 5.443617498 5.291457562 4.831994437 +LQ03X005390 Ras-related protein Rab2BV 4.700529783 4.640272835 4.60578991 4.600323958 4.890756452 4.757416262 4.696139947 4.560889262 4.95576358 4.765930562 4.701278258 4.616785172 4.750797928 4.760749032 4.773470213 4.718247629 5.145281302 4.862372925 5.514909489 4.776327792 4.711920454 4.76793173 5.645438667 4.567648554 4.914606072 4.961043219 5.351536872 5.02579535 4.755279291 4.935363453 5.338983895 4.635517903 +LQ03X005490 Probable calcium-binding protein CML27 13.57200205 14.23463717 13.33642335 12.67863231 14.07122866 11.79415122 11.80661544 12.19421453 13.58907944 13.50312948 13.57786267 12.87082693 13.99396095 11.95696024 11.71926371 12.70279731 13.48008262 12.37464464 13.59685977 13.28419433 13.53637625 14.51783739 12.50105751 13.07318786 13.86566726 13.55302585 13.66956204 13.36964688 13.69420091 14.26790047 12.68236146 13.56914545 +LQ03X005500 Hypothetical protein 4.720561208 4.629123229 4.831409613 4.472730468 4.968847257 4.482846547 4.424570468 4.576433418 4.73138836 4.510476164 4.815600491 4.468737502 4.851454977 4.654399142 4.534095424 4.40797971 5.125735736 4.802974434 5.08588397 4.801750818 5.265742787 5.126929557 6.892455465 6.171049164 4.826560385 4.882490854 5.029247018 4.982138383 4.976842232 5.091779258 5.235713769 4.868735378 +LQ03X005540 Thaumatin-like protein 5.979186077 5.917401809 6.04975141 6.811663587 5.808847527 5.454910602 5.462483228 5.59947174 6.062358935 6.157291982 6.348087133 7.234969442 6.560673657 5.46494589 5.216554664 5.522376197 5.731317329 5.850866107 5.359552855 6.490918747 6.18342187 6.32739089 5.602066923 5.900111015 5.876558682 5.90869089 5.665947067 6.548080817 6.75819557 5.984469355 5.530946059 5.701191541 +LQ03X005730 Putative Protein phosphatase inhibitor 12.82018692 12.64246893 12.94413469 12.3617478 12.91806192 12.86420173 12.88104231 12.76492581 13.091057 13.7100654 13.07961825 12.47553815 13.37479221 12.9705593 12.85048112 12.96601699 13.02446875 12.85201671 13.09462614 13.56258835 13.16108936 12.94547138 13.25220981 13.18231317 13.19167738 12.9768243 13.33825238 13.26508885 12.42293153 12.54503899 13.34666651 13.17035165 +LQ03X005740 Protein argonaute 12.97990323 13.09824656 12.98219788 13.18349619 12.90578735 12.85505978 12.90758035 12.80568525 12.85165276 13.12519607 12.94571203 13.40610022 12.98818848 12.86381932 12.99169815 13.1322458 12.730365 12.43805595 12.78304851 13.03874823 12.76180717 13.18794573 12.40888563 12.60398807 12.96339664 12.65406274 12.93334006 13.02596779 12.9729623 13.03800699 12.30260187 12.41513496 +LQ03X005840 Hypothetical protein 4.691772407 4.518099544 4.897172837 4.712602802 5.070227226 4.704027641 4.585908468 4.62239395 4.994203153 4.577617822 4.652632665 4.678501412 4.72331893 4.8808532 4.66049514 4.785833714 4.828495176 4.66137228 5.22735047 4.998227513 5.105399695 5.118090075 4.825479678 5.458203573 4.85071888 4.765661028 5.024139791 4.858770151 4.746340154 5.113885294 5.201063804 5.579925161 +LQ03X005860 Hypothetical protein 5.024342226 5.147066964 5.392566339 5.052445328 5.479241474 5.606503813 5.568077023 5.247470984 5.121188352 5.031067935 5.140530583 5.251081249 5.300849645 5.495707479 4.957968057 5.050257928 5.08419618 5.054163172 5.161552442 5.25973701 5.531242835 5.217240011 5.287517507 5.467521302 5.292803537 5.11089213 5.75438116 4.974119715 5.421737212 5.304892713 5.073964707 6.355022567 +LQ03X005950 Glutamine synthetase cytosolic isozyme 2 13.75871669 13.55988501 13.54645482 13.68963371 13.87929036 14.46715437 14.0142724 13.75839686 13.78240204 13.56704447 13.85134051 13.97350903 13.91774239 14.35778093 13.67763961 14.0376654 13.26248524 12.07952833 12.87608853 12.98764652 12.80810128 13.07065837 13.66167814 13.35156908 13.74547962 12.43181777 12.60735261 13.41098064 12.8864401 14.00696872 13.61854308 13.49612482 +LQ03X006190 Alcohol dehydrogenase class-3 14.9241001 14.9245684 15.04609369 14.33473206 15.04411542 14.23461534 14.00629201 14.26852143 14.98875269 14.80034885 15.21864293 14.63944796 15.13123381 14.36154508 14.38476505 14.20158643 14.25597124 13.96084081 14.19954918 14.71456881 14.80298573 14.8483375 14.59264463 14.23443641 14.69477443 14.20865191 14.33777865 14.72533541 14.96638614 14.49012404 14.49869292 14.16663027 +LQ03X006240 Putative Tetratricopeptide repeat protein 4 homolog 11.64754475 11.45918899 11.53636292 11.49396674 11.64422683 11.11450993 11.51493087 10.79564161 11.55326082 11.66502916 11.47986595 11.47110902 11.67449411 11.39003514 11.68823785 11.21815062 10.77636267 11.46250917 11.42457285 11.78668816 11.79875116 11.06872744 11.96094888 11.58944477 11.51689346 11.75131302 11.98890853 11.62054761 12.15557764 11.04839491 12.07992217 11.54646922 +LQ03X006290 Predicted protein 8.28258931 7.966594745 7.643273261 7.831199858 7.401476659 10.26561414 9.314560063 9.715368346 7.256176277 6.775611471 7.146485133 7.139720804 6.61604882 9.668274793 8.799030339 8.15333368 9.393933257 9.601521699 8.51365747 8.190262772 8.088049697 7.554651622 10.86961797 10.18543562 8.092773971 7.222563542 7.258263522 7.737060572 7.60073159 8.021170634 10.45478242 9.534018783 +LQ03X006490 Transcription factor Myb1 14.18451274 13.86948146 14.55199462 13.87295556 13.97651079 14.34434873 14.13002916 14.04786267 13.67359394 13.30221497 13.95444119 13.77708875 13.28290631 14.17430636 14.31390219 13.4436405 13.99287386 13.95598556 13.26292678 14.71717832 14.44587821 13.91537094 14.6390233 14.20669434 13.8271059 13.36760996 13.17688739 14.42681724 14.21209847 13.76861161 14.34376297 14.10173351 +LQ03X006560 Serine/threonine-protein kinase AtPK19 6.420669089 6.467115892 5.944690883 6.168627514 6.094084154 6.577250178 6.176958517 6.068887428 6.274063167 6.490486842 6.223866092 6.527385451 6.536720029 6.733607591 6.532836079 6.662355646 5.982089659 6.284606276 5.929061409 5.720853101 5.203849227 5.976268336 5.84328683 5.982671726 6.37705101 5.909232803 6.785124001 5.671943676 6.327390638 5.756018284 5.565761958 6.41297557 +LQ03X006810 Hsc70-interacting protein, putative 12.03342736 12.18615708 11.57543568 11.779346 11.9004084 11.87856443 11.83657959 11.79254891 12.33086253 12.23124253 11.77488558 11.66451659 11.97893305 11.83122993 11.86196308 11.66716423 11.54954456 11.94286923 11.16732499 11.78851357 11.59851962 11.74573365 11.21869806 11.7092066 11.55018608 12.03763062 11.18544435 11.80141476 11.83498182 11.70475234 11.38916131 11.45884904 +LQ03X006820 Putative Protein TIFY 6B 11.35595889 10.99054899 11.98236353 11.26637194 11.8753096 12.30125115 12.31535606 12.25924439 11.48291127 11.04514242 11.91821719 11.33102413 12.11193981 12.4935913 12.3803763 12.6163799 11.12686361 11.15013828 11.13953367 11.54452074 11.40653282 11.74165194 12.56165386 13.09661757 11.13826227 11.52572617 11.73094224 12.03361149 12.31381568 11.68593473 12.72796817 12.93640464 +LQ03X006880 Predicted protein 11.48706269 11.26316356 11.79509012 11.95738177 11.63525236 12.05550009 12.11929245 12.3484379 11.53329537 11.28400713 11.87402976 11.98702392 11.72405906 12.12525873 11.83806017 12.1931587 11.42711565 11.38811089 11.43980762 11.45133025 10.92932796 11.50961001 11.13142382 11.18226374 11.32197715 11.27248018 11.11399915 11.22983024 10.89773924 11.49456751 11.24784837 10.83306421 +LQ03X006900 Probable inactive receptor kinase At1g48480 6.314240112 6.294777886 5.520247124 6.071487366 5.598656594 6.629214328 6.321518574 6.314590028 5.966224044 5.977570693 5.678612469 6.340821241 6.310664132 6.336038033 6.686519211 6.447207466 6.202752714 6.495192717 6.233094224 6.252707632 7.434622542 6.423589768 7.496318034 6.221123235 6.427819973 6.209993749 7.04361543 6.563606654 6.727534924 6.117299029 6.754845245 6.636045707 +LQ03X006930 Probable phenylalanyl-tRNA synthetase beta chain 10.60388201 10.30070426 10.12870126 9.537131809 9.705324291 9.855356786 9.695652156 9.121870379 10.41447762 10.73068948 10.26688259 9.637011607 9.688189175 9.699045355 9.579991278 8.728660092 9.814957267 9.945458749 10.43125719 9.735439659 9.311247444 9.520503068 9.443094676 9.7499274 10.43647483 10.07420672 10.85385365 9.201900832 10.16247961 9.688984528 9.642115531 10.02792515 +LQ03X007010 Putative uncharacterized protein 5.213401735 5.000755264 4.627178436 5.126165458 4.813129088 4.807232937 4.845384446 5.044518267 5.058299489 5.546711995 4.676412242 4.990619041 4.925141149 4.777067276 4.92773051 4.781052838 4.766913557 5.154347249 5.632083356 4.781884936 5.314544243 4.92830769 4.830444082 5.412059761 4.953658692 5.188641128 6.094868126 5.541911069 5.167094246 5.031732895 5.168417385 5.10012123 +LQ03X007030 Nudix hydrolase 4 6.025564295 5.674025823 6.020925825 6.376897066 5.932554871 5.921140736 6.004073212 6.354594657 6.302534691 5.868973618 5.626416676 5.985277332 6.260657175 5.993173419 6.613678495 6.690624909 5.784754436 6.206150038 6.229100218 5.788947988 6.155939739 6.012523898 5.888815008 6.131416786 5.82285216 6.090758997 6.468846186 5.685181573 6.047323149 6.19410819 6.429230094 5.635338513 +LQ03X007120 Protein binding protein, putative 5.796650027 5.933156914 6.33685955 6.188318205 5.961672468 6.215670342 6.15780863 6.165728072 5.752094694 5.875588905 6.342557807 5.994055513 6.167671306 6.136568727 5.996144157 6.616218106 6.24397154 6.019629774 6.372249913 6.353805714 6.223317794 6.070028022 6.428829204 5.323242322 5.94749824 5.852424486 5.898326127 5.947123451 5.991659599 5.808529127 6.186254087 6.102123807 +LQ03X007130 Putative uncharacterized protein 6.273230572 5.93830608 5.853398688 6.118112851 6.185083635 5.913626308 6.308361685 6.081917658 5.876550421 5.894157709 5.512093625 6.392299466 6.400503896 6.008098775 5.962978211 6.517138496 5.622053146 5.866685205 6.611780098 5.511523456 6.617290161 6.236021081 5.619552885 6.266675948 5.463177447 6.121595823 6.802764889 6.045448989 6.655969035 6.08495636 5.74748991 5.592375578 +LQ03X007140 Putative AC transposase 4.642722193 4.717201389 5.07414244 4.869914212 5.11731115 4.760599458 4.744588081 4.75639443 5.117428458 4.742569858 4.736768467 4.801415566 4.642679027 4.928980497 4.848621621 4.711810279 4.853638174 4.522977425 4.831884977 4.549981506 4.987059099 4.7558309 4.794439994 4.901472583 4.689991994 4.812421762 4.897950264 4.839232273 4.973168731 4.723742032 5.40575118 4.970949045 +LQ03X007180 Putative uncharacterized protein 5.517564432 5.477283257 5.26757681 5.571172002 5.895611208 5.572211941 5.530137187 5.770713592 5.830653345 4.987800172 5.371097177 6.079816152 5.849308174 5.686337983 5.40256616 6.103056675 5.480964579 5.659134799 5.463214325 5.189602422 5.669070468 5.360594118 5.380391015 5.143836956 5.525028401 5.587969102 5.984272475 5.34006454 5.409972211 5.373759487 4.800162655 5.313792499 +LQ03X007241 Putative uncharacterized protein 5.056338515 5.203745495 4.975399157 5.177295312 5.042043704 5.044866455 5.114426204 4.947772746 4.678899576 5.293175843 4.656140289 4.670793054 4.733457265 5.289596344 4.962482652 4.724894576 4.88540343 4.554005767 5.264869259 4.732839874 5.033469719 4.996759477 5.047034689 4.912782031 4.852530163 4.753012343 4.912185152 4.936096055 5.23498801 4.671611831 5.078255647 4.970647815 +LQ03X007290 Putative Uncharacterized oxidoreductase ygbJ 4.905434758 4.799310754 5.06302009 5.010632635 5.199998828 5.045006368 5.034819214 5.055670996 5.016993891 4.723308119 4.695368054 4.847863453 4.766799531 4.903192066 5.073067332 4.817624188 4.936529188 4.793180161 4.837931638 4.873565199 4.758277381 4.763109529 4.761987926 5.244374555 4.693281341 5.012455532 4.799469362 4.935649342 5.071123537 4.867360554 4.66050323 4.924147858 +LQ03X007300 Putative D-tagatose-1,6-bisphosphate aldolase subunit gatY 5.398832223 5.26893806 5.638015679 5.467798674 5.381135208 5.254548937 5.034197602 5.355013189 5.595372491 5.46070633 5.481029757 5.68540314 5.511668593 5.333576559 5.33245285 5.495534414 5.485542011 5.609638848 5.922169981 5.280134375 5.413230618 5.507815294 5.61985705 6.029888139 5.400483872 5.798181549 5.965138156 5.431967806 5.637070541 5.587537266 5.356182155 5.205713441 +LQ03X007331 Putative ribonuclease H protein At1g65750 4.659673229 4.818501162 5.428926093 4.682450573 5.22947006 4.86905405 4.612057628 4.977258222 4.714331261 4.624074403 4.579914566 4.731691673 4.818002083 5.210344472 4.749219081 4.993452552 5.060072933 4.985480139 5.185232262 4.912702175 5.470171581 4.951967075 5.23982387 6.034917406 5.044221309 4.951341369 5.200046694 5.424073245 5.764937588 4.969737784 5.117784183 5.616306725 +LQ03X007350 Guanine nucleotide-binding protein subunit beta-like protein 14.58221173 14.70735543 13.90898262 13.09856691 13.62948948 13.34208217 13.05720358 12.78955132 14.48465258 14.66994828 14.00136676 13.39984413 13.57357566 13.35892065 13.11432323 13.02660868 14.19081882 13.89298424 14.19075818 13.83444983 13.79230152 13.55514761 13.63944396 13.26567886 14.52568448 14.49270552 14.79261982 13.30245638 14.13903946 13.18876375 13.55876148 13.56957682 +LQ03X007410 Zinc finger protein, putative 6.557078843 6.640317236 6.008534035 5.612764022 5.917954456 6.074540376 6.118771489 5.778223331 7.175353294 7.60323972 6.359398137 5.627685383 6.098217713 5.992601386 5.730697232 5.988437497 6.351579331 7.014908006 6.726813724 6.407183221 6.293992448 5.749032009 5.924730535 5.644422527 6.667571568 7.20038288 6.37735139 6.028949956 6.470764568 5.736423583 5.760138357 5.435129191 +LQ03X007470 Membrane steroid-binding protein 2 12.47025648 12.5271787 11.97407493 11.79214504 12.16145098 11.40352668 11.25653713 11.31297017 12.56306692 13.05668071 12.14882535 12.00281659 12.17151303 11.30024648 11.53909772 11.3961809 12.75724772 12.48864657 13.33491033 12.53848734 12.50269092 12.3002502 12.01726962 11.75483007 13.15002995 12.7825857 13.24552899 12.24121679 12.11620874 12.60494329 11.95962351 11.81443054 +LQ03X007490 Hypothetical protein 5.05631376 4.81410432 5.061109139 4.974862067 5.126927467 4.976048162 5.203381952 5.17006614 5.079053865 5.230068293 4.984971815 5.006956825 4.858655857 5.083169665 5.394966307 5.060067922 4.992771888 4.969409613 5.553836802 4.978139441 4.688048568 4.877357165 5.048057126 5.164164005 5.15685805 4.863533063 5.541056735 4.882074668 5.026851839 5.081286041 5.311749197 5.289547923 +LQ03X007500 Hypothetical protein 4.708051839 4.71989426 4.729426741 4.454227978 4.69743269 4.998285707 4.759476976 4.676104756 4.656587959 4.917417995 4.503057549 4.592721804 4.796388248 5.002472791 4.477164434 5.096600095 4.949797201 4.735921857 4.949143553 4.687173313 4.543148274 4.587846387 5.072419066 5.600276001 4.649729051 4.778319939 4.761087789 4.870733345 4.903294879 4.508967873 5.351936592 5.593759284 +LQ03X007550 Protein FAR-RED ELONGATED HYPOCOTYL 3 12.95050818 12.63501744 12.16734768 12.99489396 12.98517553 13.11976289 13.19812543 13.32363122 12.55756661 12.88207981 12.30845938 12.62853522 12.59756553 12.74321155 13.34903502 13.00838693 13.09695044 13.17086772 13.10027378 13.02553933 12.56304198 13.11125422 12.77285043 12.97824699 13.08146341 12.97878223 12.98907826 12.95317765 12.42043603 13.15778683 13.05164121 12.82993176 +LQ03X007600 Hypothetical protein 5.150199734 5.019835375 5.863156787 5.256960836 5.453967391 5.224845966 5.263889224 5.06724954 5.284697752 5.035213455 5.023247309 5.127695272 5.281559217 4.994682194 5.112458755 5.384684161 5.188747926 5.004289865 5.415283627 4.567851884 4.920449538 5.201907361 5.227228774 5.672569219 5.013753874 5.291853962 5.184754286 5.414679417 5.237863473 5.100718754 5.088272489 5.195472374 +LQ03X007640 Predicted protein 7.070580581 6.41658707 6.102859114 6.886742776 5.740058056 6.811615344 7.493825371 6.599120779 6.70702292 7.611257448 6.52419699 6.887659505 6.242647414 6.709039552 8.119232912 6.884525941 6.255757988 6.587822785 6.846142577 6.72312935 7.023674391 6.310979298 6.808386375 6.573225166 6.6956828 6.783215728 7.538533959 6.187890572 6.605611285 6.220666147 5.807008966 6.086114262 +LQ03X007660 Alpha-galactosidase 5.681751697 5.338989711 5.733217867 5.945390725 6.056924531 5.482055202 5.359532197 5.298439317 5.516500197 5.954446095 5.729267002 5.528124225 5.970626001 5.542526194 5.449297146 5.40395097 5.29424291 5.327216063 5.397301325 5.939567545 5.372843016 5.810702928 5.978107867 4.969747576 5.767446671 5.276597948 5.633398657 5.285274151 5.833883074 5.486121084 5.470290195 5.705292746 +LQ03X007760 Hypothetical protein 13.820954 13.36675797 13.61583786 13.74666966 13.60668866 13.58508567 13.71994112 13.26807047 14.08429808 13.92523632 13.72011998 13.58774564 13.79645298 13.46392304 13.74687573 13.52906658 13.87135761 13.24168823 13.36065623 13.77551744 13.51721932 13.18902529 13.55088855 13.16908752 13.64719206 13.37086353 13.31347791 13.12467244 13.26705764 13.03992201 13.58584147 13.14958501 +LQ03X007831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.724906954 4.859216162 5.111787222 4.880820082 5.150897011 5.184223726 4.749524915 4.966532635 4.749359291 4.892718468 4.807255292 4.614757999 4.855666073 5.362025096 4.797457379 4.880099275 4.782682712 4.743693883 4.481275808 4.868291587 4.524040426 4.56827448 4.816352336 5.597735812 4.899606089 4.782313869 4.865937772 4.959758127 4.585048865 4.697162317 4.92079785 4.969799389 +LQ03X007870 Mitogen-activated protein kinase kinase 5 11.50705077 12.32091327 12.29798025 12.04812634 13.9671304 12.09552368 12.45704576 14.28452034 12.1002255 11.85771855 11.95422668 12.04574565 13.04862141 12.10788648 12.67237429 13.35960685 13.41064402 13.93836815 13.68408885 14.01215182 13.50295073 13.63372535 14.28943379 14.83368834 12.11676424 13.335087 13.3069683 13.59669843 13.77703413 14.30535624 14.12234095 14.78085519 +LQ03X007920 Putative Uncharacterized protein yeiA 5.826678555 5.857150612 5.67378046 6.031618007 5.952074669 5.69844675 6.080060211 5.758324255 5.949569107 6.672791134 5.942880835 5.822701319 6.28859333 6.026334924 6.750832788 5.947891581 5.971005761 5.960193401 6.123577897 6.460532549 5.987087345 5.392280799 5.10957857 5.506394732 5.813743407 5.816156132 5.528408055 5.634871736 5.656086902 5.486876411 5.771206587 5.577720938 +LQ03X008000 Putative 1-aminocyclopropane-1-carboxylate deaminase 9.540809627 8.755291584 8.382330815 10.58124163 8.965082807 11.53516011 11.60113487 12.05099853 8.080453089 8.595860429 6.468128868 9.017715914 7.688687863 9.693313501 11.76533491 10.88655414 8.5904158 8.375740994 7.322008633 6.886602876 6.61490912 8.136444522 8.27507068 8.099785136 8.433067329 8.167092152 5.732203964 7.42712468 7.345605541 7.882841114 9.218902427 8.244322332 +LQ03X008040 Glutamate decarboxylase 14.5260612 14.65411897 14.75687644 14.93511332 14.9882585 14.26927459 14.64673832 14.61204237 14.43359194 14.78692855 14.89395013 14.85657313 14.73861756 14.7097239 14.75384251 14.73586513 14.49145403 14.90497468 14.38447843 14.58818422 14.37129182 15.03354099 14.49946353 14.54009251 14.59472687 14.84715487 14.55104145 15.11680967 14.70370152 15.17030601 14.58403155 14.49041253 +LQ03X008151 Hypothetical protein 4.845223355 5.133130286 4.712835928 4.693842803 4.871222549 4.6163364 4.586315354 4.498872982 4.830864337 5.148327572 4.928975854 4.612956299 4.813653353 4.567900524 4.44681287 4.560125045 4.828076222 4.830133189 5.355210313 4.832286973 5.198516065 4.737080422 5.034552755 4.952771549 4.676070528 4.783555493 5.609470208 5.262579659 4.87597839 4.764737246 5.046905924 5.493291029 +LQ03X008280 Putative uncharacterized protein 11.44069503 11.07613218 12.0698219 11.26671484 11.93788754 11.08833902 11.56778443 11.3182052 11.63645724 11.57626896 11.88298022 11.66634984 11.90056102 11.33018647 11.43321507 11.20704962 10.33575332 10.62614558 10.65274486 11.21846743 11.06471366 10.95408734 11.64367134 11.88007616 10.78518344 10.713551 10.75592136 11.18406496 11.81101002 11.28741449 11.33054025 11.9730048 +LQ03X008290 Chlorophyll a-b binding protein 4, chloroplastic 15.334105 15.45667224 15.62904071 15.45398071 15.56692895 15.46006625 15.76246047 15.42708612 15.57891492 14.90813984 15.53107917 15.56301213 15.56099521 15.72784362 15.30386688 15.71344033 14.86181073 15.12005086 14.8401365 15.20030046 15.53484888 15.48129082 15.42422293 15.58704718 15.06281384 15.16893151 14.87234093 15.64715082 15.44226498 15.53329344 15.61958985 15.67619904 +LQ03X008310 Expansin-A1 7.524227654 6.401159522 8.457842126 10.02559004 7.19218077 7.324436687 7.429869461 7.641931367 7.253444251 6.623385264 8.74424522 9.929833822 9.249666884 7.143411134 6.732656546 8.147911405 7.978154291 5.544170012 6.122418769 6.26526651 5.693385891 6.268584329 5.096647869 5.762170711 6.817483842 6.116743043 5.250589051 6.121748326 7.438021956 6.275901218 5.414023205 5.330057373 +LQ03X008330 Thioredoxin-like 3, chloroplastic 11.28007782 12.25580222 11.67727978 12.80720143 12.27866835 10.15946089 10.77535545 12.01792192 11.91096286 12.56844151 11.97349522 12.8847541 12.07476858 10.09186875 11.26462596 10.33159787 12.93302016 12.51986423 12.4081352 12.06360134 11.75077396 13.201077 10.72091568 11.0276777 12.09267711 12.43249944 12.53800608 12.48020846 12.41778208 12.7275762 10.77759508 10.89727398 +LQ03X008390 Putative uncharacterized protein 12.59626976 12.8637561 13.31062511 13.81105429 13.40355584 13.91125743 14.01367148 14.19046904 13.02728558 13.13892653 13.39842619 13.82317238 13.67578996 14.23502649 14.25884232 14.30828512 12.73640124 13.09255217 12.50340843 12.7350259 12.77285422 13.47770266 13.38220788 13.9073119 12.35242401 13.07558278 12.75207077 13.32943849 12.43112934 14.29844801 13.41234703 13.59782664 +LQ03X008410 Putative Uncharacterized endoplasmic reticulum membrane protein C16E8.02 13.59201581 12.91617495 13.13549794 13.87758749 13.61883829 14.46669336 14.66082903 14.16210824 13.69161768 13.64562519 13.36399121 14.08349918 13.41384271 14.23344371 14.40632186 14.2867239 13.85694295 13.99422277 13.71595526 13.16401099 13.06187644 13.65529795 13.18784272 13.45366812 13.05099576 13.54146926 13.36458706 13.18611021 12.44142638 13.54453964 13.01694469 13.38689753 +LQ03X008442 Putative Enzymatic polyprotein 4.979014274 5.01514354 5.068722488 4.537170982 5.173738097 4.913815229 4.976921678 4.938280972 5.444372495 5.108776362 4.718215669 4.725480764 5.133688312 4.897269391 4.913235351 4.941252639 5.233949635 5.084293886 5.206185771 5.267088124 5.509781049 4.997339882 5.987568673 4.979562219 4.941152282 4.98188093 5.638848072 5.268842969 5.492742532 5.059241558 5.821588758 4.971034606 +LQ03X008600 Galactoside 2-alpha-L-fucosyltransferase 5.245108129 5.687828844 5.517422949 5.596638032 4.925773651 5.473775417 5.453945018 5.063726982 5.500067162 5.8968764 5.289125234 5.395071614 5.446595582 5.257259678 5.478441098 5.613012207 5.180386102 5.318938145 6.553797797 5.593890087 5.463168972 5.593417026 4.945805309 5.220631406 5.249986577 5.927802858 6.362932648 5.89493087 5.750847152 5.442963749 5.436082965 4.90400815 +LQ03X008610 Ribulose-phosphate 3-epimerase, chloroplastic 5.226290424 5.73998876 5.538016975 6.243433323 6.234300435 4.938770086 5.197309071 4.905970789 5.659557309 5.688726249 5.902375138 6.198765993 6.444171305 5.04232028 6.036099411 4.990773018 5.62695359 5.434379628 5.922162317 5.964351213 6.615633879 6.278700292 5.281846435 5.261683166 5.751505109 5.762395364 6.086877937 6.415510902 6.343189195 6.452181769 6.017667823 4.827135029 +LQ03X008710 Hypothetical protein 9.04456628 9.558671355 8.900307378 8.944410537 8.472455037 8.919039288 8.667885453 9.005977834 9.17510213 8.928688906 8.999181431 9.03049414 8.604399255 9.220568569 8.655707959 9.10871542 9.613408139 9.561696698 7.903828285 9.57513322 9.370214635 10.27256486 8.647152581 9.458292177 9.573988948 10.06665573 8.336186605 9.758168467 9.736873695 10.1694829 9.033696805 9.533999536 +LQ03X008760 Hypothetical protein 4.940916513 5.004829682 7.770053481 4.850966372 5.611298553 5.058869835 4.966062421 4.950633988 4.826196313 4.774881784 5.790791646 4.81069992 4.986142678 5.196479265 4.782007926 5.140461838 5.490802828 5.072033007 5.14800987 4.955060895 5.028074726 4.867506991 6.265493426 5.2862697 5.359510717 4.827849529 4.905621247 5.83450253 4.929657894 5.040578214 5.37879607 5.620846138 +LQ03X008990 Putative uncharacterized protein 4.949084465 4.773511524 5.576070849 4.863143361 5.289420767 4.667210307 5.227994035 5.243281496 4.591009486 4.723811595 4.813321104 5.032347539 5.265177503 4.836555851 4.942746096 5.172620989 5.327875718 5.12077665 4.926553469 4.790632628 5.754691188 4.844709919 5.182831995 4.846348564 4.95138012 4.82577446 5.121944795 4.992651794 5.616315495 4.999412136 5.23257671 5.198051692 +LQ03X009010 HIPL1 protein 5.842892354 6.083490701 5.601854676 5.437921372 5.436070278 5.261644648 5.531804831 5.441130333 6.13852277 6.813192621 5.518090788 5.48720552 5.04460928 5.226994911 5.754343339 5.72399065 5.527140295 5.817202633 5.685761056 5.642631034 5.170688887 5.727126071 5.172164537 5.369964567 5.593623331 5.685446623 6.641363889 5.539549531 5.60344116 5.626610038 5.423122775 6.818081059 +LQ03X009030 Hypothetical protein 5.41027294 5.205640622 5.380400482 5.433737801 5.509702999 5.204479137 5.099193809 5.849360702 5.368697957 5.295833323 5.087978634 5.025482175 5.144543008 5.17643988 5.35616369 5.570834471 5.130064117 4.929236842 5.355316174 4.986839304 5.322342793 5.085003024 5.56902396 5.364011139 5.004449033 4.933234854 5.488491159 5.198917993 5.236953149 4.991096046 5.945330735 5.17518578 +LQ03X009330 Hypothetical protein 5.55243697 5.105832691 5.155260799 5.018180492 5.074040693 5.087773074 5.117597092 5.075052439 4.926593181 5.103319431 5.269685673 5.038686274 5.067770368 5.59064066 4.971577446 5.143594617 5.008919854 5.11383206 5.974672501 5.236449753 5.257846258 4.909359318 5.420350385 5.807288726 5.233933331 5.064257677 5.500316755 5.937077081 5.293435047 4.93620433 5.591704176 4.911105868 +LQ03X009360 Putative 5-formyltetrahydrofolate cyclo-ligase 5.383437815 5.210644453 5.055960062 5.702781611 5.184749844 5.559256902 5.70134782 5.637758342 5.353447803 5.541054665 5.325934001 5.43486722 5.507676125 5.455678435 5.41116791 5.685910006 5.443091237 5.456911358 5.671065157 5.602906366 5.93197862 5.253855442 5.875865048 5.777180408 5.1062168 5.381140723 6.104260969 5.912532689 5.861585977 5.374926885 5.609330282 5.195919479 +LQ03X009420 Hypothetical protein 4.82204689 4.779992394 5.52989825 4.916093842 5.594753024 4.902955832 4.902294137 4.994224438 4.845724631 4.739271924 4.955351953 4.703977567 5.290975117 4.812219369 4.565630117 5.024154997 5.137532304 4.906424858 5.107909031 5.059576939 5.387617725 5.071289461 5.552531349 4.838936468 4.942530135 5.137099479 4.986535288 4.923664733 4.952527299 5.095970252 4.763203795 5.021268194 +LQ03X009530 Predicted protein 5.353504429 4.786709378 5.349207017 4.901330736 5.326223538 4.782790317 5.004481373 4.751617228 5.060783976 5.150803668 4.91145799 4.985709671 5.01638458 4.986590027 5.001834829 4.885542173 5.343817425 4.947165976 5.352978287 5.014912351 5.279064225 5.047169631 5.523629686 5.227413668 4.906184246 5.288233289 5.03501648 4.811670404 5.222788149 4.928217902 5.525219456 5.949168612 +LQ03X009540 Putative uncharacterized protein 6.877473022 7.027595278 7.303921887 7.853369593 7.98615052 7.308459698 7.976327092 7.428835975 6.167187133 5.607528605 6.460635274 6.763174653 7.172370902 6.467768372 7.934377833 6.805557904 6.435188241 6.42877727 6.254239555 6.210018198 6.293436015 6.646748935 6.648536555 7.132162174 6.169517374 5.7030675 6.451449606 6.25491691 6.679079517 6.31916042 6.435253926 7.692461129 +LQ03X009560 Putative uncharacterized protein 12.78901584 12.31215956 13.73854492 13.09083794 13.29030238 13.96367335 14.26232613 14.23050219 12.5140949 12.02595473 13.4778424 13.11944888 13.40088784 14.26982568 14.15882012 14.46523055 12.01766226 12.84515507 12.3264694 12.94110427 13.00317822 13.19742929 13.66317847 14.4052529 12.50669933 12.70054597 12.27868651 13.26812534 12.80170688 13.32639879 13.48457572 14.29389225 +LQ03X009570 Protein PPLZ12 9.867372756 9.378033613 9.761430052 11.02581116 10.89068486 11.48929986 11.69580452 12.63040836 9.942266123 9.058363737 9.776806989 11.05063987 10.23815367 11.23969904 11.82796608 11.81423312 10.26708613 9.808964641 8.934083411 9.808328596 8.768735937 10.85789564 9.88473661 11.41204873 9.351746195 9.413421923 8.457264215 9.719598389 9.260869036 11.10291402 10.16768729 11.31540581 +LQ03X009680 Isochorismate synthase 2, chloroplastic 5.810780705 5.61995491 5.993947669 5.656765969 5.415301931 5.764399105 5.981181167 5.94428836 5.673663134 6.419494623 5.693285515 5.622594246 5.706296119 5.792059674 6.672000687 5.913193315 5.822740575 5.505454207 5.950048476 5.836677578 5.303458691 5.591881242 5.938047829 5.727421669 5.709060009 5.953512084 5.722055402 5.46861648 5.571676259 5.490673868 5.551198628 5.78278701 +LQ03X009710 Predicted protein 12.67859935 12.25713031 12.75091705 11.72184838 12.19149088 12.2339064 12.03367498 11.73007246 12.60971891 12.20632902 12.815828 12.1090306 12.3151841 12.17020844 11.98564681 12.14770183 13.10855081 12.25102487 12.74391161 13.10460275 12.76606358 12.23906901 12.78561832 12.30655057 12.5192071 12.05047139 12.27239878 12.6493907 12.42916843 11.76861089 12.90186505 11.89173405 +LQ03X009780 Putative uncharacterized protein 5.342788747 5.185481782 4.974112632 5.320480847 5.304307318 5.270164873 5.316080744 5.298891826 5.282963931 5.831952267 5.155113464 5.68693603 5.06313091 5.19258907 5.506869578 5.195785751 5.269707685 5.027811729 5.995341806 5.620836225 5.109822447 5.446990426 5.077060223 5.554829707 5.123360058 4.904352725 5.50637061 5.353449761 5.147469871 5.261465065 5.069095558 5.193114289 +LQ03X009790 Delta-1-pyrroline-5-carboxylate dehydrogenase 12A1, mitochondrial 10.51284467 11.16740485 10.19812865 10.61281822 10.47186954 11.42100435 10.81762009 10.82390474 10.61734726 10.99347769 10.22744812 10.57254598 10.48103258 11.32047185 10.82414291 11.04863814 12.23662565 11.019428 11.6030844 9.714773418 9.280098158 9.98939245 9.830600629 10.36629542 10.86233019 10.22370808 11.41891955 9.537808179 9.658084703 10.54183443 10.33366062 10.26789585 +LQ03X009820 WRKY transcription factor, putative 5.262934026 5.450880766 5.535624082 5.261113199 5.549612406 5.908396025 6.438629851 8.17559115 5.409206132 5.432509785 5.336978365 5.441581699 5.768437098 6.068223479 6.312026476 7.719812569 6.161029715 5.785962798 6.219563891 5.903920899 5.735520167 5.720774631 8.354103786 9.357438531 5.62378656 5.722714897 6.057133731 5.274866093 5.654495929 6.107590443 9.828467295 9.872490788 +LQ03X009840 Putative Protein IQ-DOMAIN 31 5.222967679 5.127326009 6.353957731 5.113196212 5.189176195 4.803291586 4.994461709 5.118802695 5.486176855 5.912541248 6.636670214 5.038579986 5.195205074 4.844864462 5.003932807 5.220255356 4.744321635 5.395559403 5.542094419 5.147779597 5.820268189 4.90352027 5.814532595 5.200263855 5.000715573 4.883837258 5.268921056 5.786140641 5.533713121 4.992907662 5.143833989 6.046807942 +LQ03X009850 Putative uncharacterized protein 6.160848428 5.238479598 6.777211565 5.403546881 6.652987728 6.57907768 6.100985235 6.789632257 6.664988373 6.361588105 5.831128655 5.262175676 6.053172032 5.729329376 5.850778333 5.502871438 6.328910062 6.555020891 5.809657427 8.35284868 7.683218047 7.573854579 9.882286265 9.680616524 6.907253142 6.595152838 5.705286772 8.14186283 8.659133362 7.448756188 9.513724331 9.757349636 +LQ03X009860 Ubiquitin-conjugating enzyme E2 2 6.116611168 5.913851359 5.678080974 6.126885691 5.683918592 5.821377602 6.320871722 6.021411778 6.145876764 5.618739332 6.213864457 6.13365759 6.026639039 6.268790066 6.167278197 6.055820583 5.603283494 5.484318503 5.886108419 5.345025208 6.071139299 6.115159043 6.331744093 5.919711353 6.106025318 5.348625183 5.989613319 5.586146783 5.265075149 5.432411736 5.969767346 6.6263919 +LQ03X009910 Hypothetical protein 4.969767727 5.056147519 5.483510948 5.141311709 4.995228719 5.068443695 4.799510514 4.776433272 5.259717556 4.906789087 5.526380778 4.859337579 5.454593745 5.161111704 5.004429081 4.800019026 5.6763199 4.72129843 5.131377063 5.550852497 5.030858846 5.424300291 6.280562057 6.014750624 5.672104317 4.829838141 5.181951182 5.015675535 5.375197149 5.384732487 5.57394179 5.10994145 +LQ03X009920 F-box/kelch-repeat protein At1g74510 7.397898685 6.46285442 7.899315651 8.776596751 8.065800031 8.608856962 8.560279416 8.499984282 6.795377275 6.352761589 7.685424485 8.375932687 7.424603623 8.027429676 8.590669325 8.012043734 6.09847262 6.055299352 5.243694297 6.726310629 6.659154747 6.579867114 5.556452825 5.932803937 5.815987003 5.71218594 5.211276614 6.760991288 5.745907708 6.411969614 5.672136327 6.683962907 +LQ03X010030 Putative uncharacterized protein 9.826698627 9.309474941 10.40868565 8.896101172 10.16541607 8.850777831 9.138379906 9.485361338 9.465800782 9.299706709 10.13047395 8.993531981 9.967749598 8.955220599 9.162720461 9.180956771 9.163163135 9.558366489 9.209422718 10.4290296 10.58946612 9.448882522 10.7567626 10.63276802 9.128424761 9.46342137 9.268529888 10.28238338 10.68785336 9.685119575 10.5587456 10.59867198 +LQ03X010060 Putative Transcription factor bHLH135 5.18456177 5.634731202 4.962420377 5.05007456 5.345390509 5.011891165 5.321671081 5.134349123 5.351662246 5.40203096 5.071574126 5.092681224 4.99482132 5.208162914 5.13852914 5.279782875 5.354562753 5.367985161 5.76671162 5.556448438 5.641385996 5.245229722 5.702686613 5.331027791 5.424847216 5.265873831 6.152730536 6.484004046 6.569619469 5.163019974 5.473352278 5.464993254 +LQ03X010130 Hypothetical protein 8.319946496 8.903035903 9.077951998 9.659766883 11.52859819 8.691061987 9.334565253 10.75324743 9.371654986 10.72276073 9.595636463 9.70279055 11.88722929 9.387514413 8.724680912 11.15369297 7.842460307 7.72176922 9.477087509 10.07053188 9.293236961 11.16836453 8.491035648 10.2873767 9.187218589 8.326293242 10.61644757 10.22691742 7.842251265 11.67413683 9.104765055 9.849615924 +LQ03X010140 Hypothetical protein 11.29674127 11.18973817 11.91842657 11.54948088 12.1002545 11.76510393 11.76468144 11.63031462 11.34943277 10.98479207 11.57842205 11.47490092 11.90887704 11.9393446 11.72931586 11.94328816 12.2828009 11.56002365 12.12031584 11.6905838 11.43458741 11.49711589 11.98582189 11.7747882 11.53539829 10.87937753 11.3397489 11.62745537 11.28108114 11.58407543 11.71030109 12.07071722 +LQ03X010150 40S ribosomal protein S9-2 9.078182412 9.729504145 7.36245091 9.949341989 7.869402288 10.06027932 10.22379041 10.16324486 9.29759549 9.942423834 8.392738548 10.75838124 8.1397253 9.924217317 10.20794824 10.45451149 9.969540492 8.912716379 8.723575284 7.921174472 8.17833208 9.525767167 9.370312904 8.868135542 10.02560797 9.131072112 9.586697667 8.516204456 7.34009825 9.343525398 8.409416739 9.194956268 +LQ03X010160 Hypothetical protein 5.211967874 4.788903747 4.850412877 4.915817153 5.253064928 4.712222652 5.264275475 4.770662049 5.069229096 4.821785315 5.127053079 4.987676753 4.743912334 5.009707725 5.037151686 4.7620302 5.011272329 4.570494881 4.794101182 4.871497744 4.934157542 4.614700027 5.287601929 5.002357015 4.870388892 4.962755885 4.850535818 4.983522752 5.347842152 4.843695895 4.83453057 4.94894922 +LQ03X010170 Putative Microtubule-associated protein RP/EB family member 3 5.705902959 5.404479546 5.524495619 5.653397273 5.060370174 5.09865062 5.199091303 4.851184054 5.728255093 6.279390196 5.479352158 5.458551791 5.688365012 5.262160184 6.594541784 5.223398611 5.201075059 5.019149229 5.405576289 5.350513309 5.849047715 5.528109032 5.307660898 5.142412411 5.332036927 5.515736107 5.505611445 5.016077482 5.605475577 5.339212578 4.860345324 5.143391868 +LQ03X010210 HVA22-like protein a 12.69422813 12.88298259 12.73677187 12.7366822 12.56437945 12.31941599 11.91462566 11.59483291 12.75253232 12.82892767 12.7684659 12.62477383 12.67521069 12.33278175 12.05209858 12.07049069 12.47297954 12.33401354 12.24087584 12.21866152 12.35609463 12.18555713 11.64360159 11.12362206 12.60919043 12.21327775 12.31094581 11.98135192 11.99999756 11.96783715 11.29305933 11.36666944 +LQ03X010220 Transcription factor bHLH47 7.983398697 7.859431126 7.676731306 8.043262134 7.16625142 8.447253081 8.162179977 8.3599541 7.870767827 7.778197887 7.176056761 7.653677041 7.207214018 8.721941953 7.806026606 8.152552525 7.112174198 7.04388178 7.287188871 6.380764079 5.854523347 7.299914116 7.399566453 7.341479871 7.161054309 6.623396305 7.292641719 6.379506355 6.343414339 8.883080607 7.721407318 7.457530295 +LQ03X010230 Putative uncharacterized protein 6.076331487 5.416298023 5.59609193 5.563356801 5.334009321 6.576890657 5.716700229 6.289534515 6.08086425 5.468978248 5.935006254 5.963839456 5.387785343 5.939574 5.948855739 6.259004968 5.34579524 5.118800979 5.186528746 5.054050847 5.447231179 5.381769695 5.568003694 5.27389207 5.492153358 5.201918978 5.243377841 5.314228719 5.535496437 5.225129985 5.435842749 4.990179775 +LQ03X010240 Putative Transcription factor TCP14 12.77218653 12.93196438 11.48797653 10.06794836 10.84478298 12.06894583 11.64263637 11.48053412 12.19391347 12.68013417 11.39405532 9.924828083 10.21415774 11.74773962 11.28531305 11.2400463 13.02806821 12.58494181 13.45392629 12.37755592 11.76274936 11.84358311 11.70636126 10.63896317 13.41424791 12.7901474 13.47511065 11.11301157 10.94657994 8.889119073 11.63817696 10.3611058 +LQ03X010280 Putative Flavonol synthase/flavanone 3-hydroxylase 5.265478594 5.352481793 5.534009079 5.2092416 5.47063548 5.358411582 5.102701078 5.089084282 5.316889637 5.098278627 5.972963185 5.216731638 5.575332932 5.502322139 5.283259758 5.066333725 5.313452454 5.602456778 5.289326425 4.794250044 6.187540372 5.448867087 5.695140927 5.213712556 5.109884153 5.580209774 5.786299013 5.068935351 5.134830018 5.347878048 5.463039567 5.258772862 +LQ03X010290 Putative Protein SET 14.09522312 14.64611987 13.30286858 13.80829059 14.19018757 13.70739406 13.98210022 14.14975085 14.44793989 14.65827011 13.99369749 14.1900966 14.23748131 13.82605961 14.43150987 14.13505626 14.60799396 14.75203921 14.83743736 14.28218491 14.25169754 14.58832411 14.62663836 14.92208357 15.00774557 15.26374782 15.02501466 14.43317287 14.41963143 14.90394677 14.66760393 14.9981352 +LQ03X010330 Probable methyltransferase PMT2 9.407929612 8.709055889 9.768831154 10.11451576 9.192082756 11.30681058 11.01518057 10.28866693 9.196809767 7.718943709 9.639498127 9.707169073 9.135991543 11.02404832 10.40617668 9.656006146 9.530104712 9.88482733 8.554363156 10.01777575 10.00170212 9.531034018 10.42479355 10.15543837 9.286597489 10.17486509 7.911837275 10.21047776 10.20053717 9.58061184 10.09644887 9.98514908 +LQ03X010340 Activating signal cointegrator, putative 8.965609432 9.286046772 9.644591484 9.490679723 9.676363283 9.717184209 10.15521469 10.05809009 9.18119413 9.462420409 9.734625821 9.408533898 9.824233524 9.86356548 10.31986315 9.976834477 8.865202031 8.432425675 7.842380364 9.483965285 9.507808256 9.120703773 10.40340465 10.39901574 8.579935197 8.308705564 7.657371565 9.035050632 9.859076397 9.297347035 10.37494375 10.10181087 +LQ03X010410 Eukaryotic peptide chain release factor subunit 1-3 6.481045101 6.402229734 6.435083074 6.105717984 6.532679942 5.95151822 6.38863721 6.055712191 6.525638166 6.769117522 6.898490948 6.284600206 6.513985387 6.316922192 6.852398813 6.379223976 5.835881554 6.463442326 6.364541956 6.859017595 6.753839498 6.456951714 6.343913558 7.168443709 6.233981523 6.519854582 6.15316198 6.545653391 6.906969947 6.711677184 6.805695183 6.988283266 +LQ03X010440 60S ribosomal protein L34 5.771578919 5.181458243 5.965774962 5.348086239 6.286539882 5.290372715 5.244498437 5.302428653 5.441388832 5.260789514 5.928266438 5.101077629 6.027009783 5.003634216 5.563916911 5.913456708 6.313175968 5.660687932 5.210273302 5.899600745 5.628557019 5.636306561 6.575126587 8.850250978 5.876284045 5.763523008 5.568793934 7.073626611 6.259154271 5.919019687 5.65225541 8.518214079 +LQ03X010560 Eukaryotic translation initiation factor 5A 15.00283267 15.05853654 14.71194434 14.89075368 15.06009224 14.98922308 15.2609785 14.97381035 15.07003622 14.94699432 14.93397013 15.39746826 15.02124882 15.31693324 14.84692454 15.29309092 15.24218029 15.0397762 15.02842926 14.72870041 14.51886518 14.9129514 14.26475792 14.738491 14.95469114 14.92032093 14.86975309 14.48981806 14.25576879 14.77326776 14.38902766 14.60652882 +LQ03X010570 Predicted protein (Fragment) 6.794005501 6.298344004 6.362581386 7.647977854 6.40185549 7.251589674 6.95370403 6.325777309 7.035361946 6.324709942 6.67582647 7.747856672 6.5021777 7.061995707 6.397259317 6.565475996 5.877868055 5.998687302 6.604215573 6.399912712 5.967554286 5.651841379 4.979210165 5.394903597 5.878909641 6.244917074 6.482585702 6.034226601 5.766284816 5.460298345 5.120863911 5.609989526 +LQ03X010600 Hypothetical protein 6.405026992 5.885009474 6.240793662 6.559589959 6.969036544 6.515039962 6.630692219 5.917552112 5.927133214 5.357507765 5.790430936 5.935213113 6.032936718 5.619662333 5.698268086 5.448479456 6.274150344 6.06192959 6.595196321 6.357705998 6.046742374 6.017275363 6.050929788 5.883230493 5.895076867 5.962342592 5.997744239 6.419393391 6.171079608 5.997801242 6.333403638 5.114536524 +LQ03X010610 Putative uncharacterized protein 10.31645058 8.9493173 12.07426654 13.56729168 13.05584393 11.59128919 11.64824687 11.81085634 10.11592731 8.914378237 12.12368867 13.84744898 13.32161591 11.63513742 11.90706723 11.7124173 9.558140479 9.95114341 8.996478563 11.56400648 11.98735824 12.47409797 10.69183635 9.783877068 9.735496293 10.20649385 8.525406614 12.92866798 11.97645361 13.92907803 10.46975528 9.906293819 +LQ03X010650 Putative glycosyltransferase 3 6.474943801 6.446164906 6.906721201 6.823222768 6.425347155 6.2839052 6.503234939 6.474220766 7.013343988 7.261883204 6.778131462 7.053827766 7.037047619 6.248879623 6.955477794 6.64428821 6.506474501 7.020299053 6.330599621 6.996985012 7.058014664 6.640813963 7.096282794 6.201390256 6.075354919 7.052570295 6.998267366 6.099478776 7.210432327 6.944082979 5.911494497 6.576327294 +LQ03X010680 Two-component response regulator-like APRR1 5.515739811 5.351047373 5.501726719 5.628731147 5.774329875 5.900905239 5.956624211 5.740002133 5.724901296 5.589420213 5.412997242 5.708506676 5.555928212 6.112463573 6.592011296 6.010150163 5.39863946 5.384518238 5.853000091 6.218745498 5.409146794 5.464503578 5.577751512 5.437214139 5.743505872 5.205464193 6.041768019 5.886367501 5.952297629 5.446320738 5.585974269 5.808216914 +LQ03X010690 Exonuclease, putative 8.526181855 9.304232794 8.810922664 8.402676561 8.70794351 8.414012993 8.206652474 8.088716302 8.626459758 8.943665195 8.887333615 8.545840976 9.254745812 8.752059028 8.035032449 7.795250035 9.26108238 9.052548262 9.497831595 9.211118795 9.401600886 9.282826805 9.988075199 9.946366334 9.366050186 8.875668854 10.05961436 9.288328612 9.581406144 9.604522758 10.36362174 10.29930694 +LQ03X010720 RING-H2 finger protein ATL1Q 5.395397006 5.390290912 5.903912838 5.687011279 6.063152722 5.991716723 5.616498947 5.376931722 5.721545557 5.495392554 6.178831245 5.747508313 6.070698007 6.293624229 5.998108039 6.157427014 5.32259635 5.194250806 5.296551117 6.093720719 5.843299275 5.532918713 6.57817249 5.501936155 5.531613862 5.112807957 5.115846538 5.758715363 5.40399283 5.838603833 5.83683166 4.955007009 +LQ03X010740 Hypothetical protein 5.096665748 4.805691584 5.305843408 4.948292484 4.712243657 4.970291272 4.779688111 4.579302239 4.883171443 4.963838501 5.374509835 4.960568408 4.755973679 5.119678561 4.774054328 4.901041983 4.69715998 4.815138593 4.862689987 5.003610192 4.858865082 4.943274356 5.266327324 5.602423207 4.656332685 4.853887753 5.286052948 4.836868249 4.679948518 5.004031045 5.016375949 5.429605058 +LQ03X010840 Catalytic, putative 5.494434838 5.525461441 5.611365901 4.962584167 5.504873761 5.004872713 4.98702196 5.220840077 5.652395239 5.368968543 5.601324628 5.139549427 5.743906598 5.236416679 4.993028123 5.341053096 5.722957989 5.637443354 5.65432302 5.579439438 5.854092761 5.370685468 5.141097183 5.345919992 5.367122869 5.484113839 5.901591588 5.160863686 5.557559725 5.416157903 5.825604379 4.92997531 +LQ03X010850 Membrane associated ring finger 1,8, putative 4.870605031 4.643298179 4.693456062 4.40988293 4.844619565 4.465720879 4.576862566 4.74737991 4.774249027 4.771301387 4.746363285 4.603823888 4.684135528 4.493002403 4.500358606 4.845744854 5.169891112 4.892707418 5.218374707 4.937985541 4.661881802 4.528941893 5.223646918 5.166099294 5.040558614 4.905227333 5.056790437 5.007376706 4.961965785 4.487601782 5.067872356 5.209664622 +LQ03X010880 Putative uncharacterized protein 5.083629637 4.953080812 5.500529322 5.302664552 5.742729059 5.590690259 5.407675769 4.982825892 5.200278822 5.543889982 5.305139394 5.216789303 5.515444939 5.601691037 5.898697879 5.086508871 4.877450313 5.145916599 5.396815997 5.702645734 5.609587902 5.610523676 5.100320314 5.343308764 5.359431975 5.126464053 5.292263795 5.336220783 5.562186732 5.631215154 6.338026519 5.653528113 +LQ03X010891 Putative uncharacterized protein 8.541570783 7.195688231 8.270081915 6.610113577 9.28185442 8.11391797 5.943707527 8.231914269 7.717416786 8.362390023 8.037373517 6.459626996 8.1089695 8.136036342 5.310598087 8.293315061 9.066108907 9.342758384 10.25878153 9.369722297 9.18689704 7.087124246 10.61480065 9.47515085 9.26501786 9.074844335 8.876932357 11.19393291 9.241959459 6.858376232 9.8639093 9.662713001 +LQ03X010910 Dc50, putative 14.00047999 14.04994211 13.49749084 13.64069441 13.99999455 13.33034534 13.1819468 14.02799557 14.37930412 14.2071847 13.88506285 13.9490232 13.95188644 13.97047474 13.58971283 14.3615779 14.03101136 13.35529154 14.36843165 13.38673723 13.13807063 14.07873594 13.43912838 13.29418607 14.34164047 14.00880814 14.44321925 13.57249931 13.03202733 13.79658822 13.75587287 13.48749387 +LQ03X011020 Malate dehydrogenase, chloroplastic 6.15752715 6.248203803 6.165366769 6.656394915 5.795874788 6.352010487 6.239522293 6.411614498 6.812358945 7.690654863 6.328567949 6.714520893 6.640298137 6.363759521 7.121658929 6.463103655 6.184761498 6.310231311 6.893852402 6.412358455 6.493678846 6.270542898 6.06780838 6.410218806 6.308645782 6.643313538 6.852795698 5.993409344 6.234771516 6.360331759 5.798965829 6.523413895 +LQ03X011030 Geranylgeranyl diphosphate reductase, chloroplastic 6.517844972 6.50142896 6.714180448 6.112796207 6.275095267 5.828109815 6.157798351 6.292551484 6.40305061 6.93428691 6.314677853 6.034441958 6.34662863 6.064865821 6.188023827 6.490679186 6.066117282 6.004323839 6.581848763 5.890334555 5.756593782 6.355180715 6.413651625 6.271921362 5.936626641 6.318319218 6.436531297 6.19528847 6.025880317 6.510222106 6.324150195 6.869892064 +LQ03X011050 GDSL esterase/lipase At1g74460 6.623908302 6.88559548 5.240079367 6.5219778 5.444517109 7.405958283 7.528155613 7.296284551 5.902837013 5.99629692 5.571620937 7.064141188 5.360101954 6.935153238 6.719907995 7.612735752 6.372732794 7.126714787 6.67151513 6.198523347 5.900172318 6.486645536 5.787032572 7.017412764 6.336227108 6.370380574 6.014333907 7.064955447 6.679988162 6.71931731 6.13298412 6.657474267 +LQ03X011070 Putative uncharacterized protein 10.41057633 9.708471599 9.096595483 9.18018073 7.994966077 10.37035997 9.445987574 9.305704422 10.11482268 9.256740744 9.497017899 9.235392144 7.883391963 10.14428536 9.138899903 9.870291699 9.853971727 10.51829797 9.649043778 8.998931705 8.63604287 8.482194276 7.255641284 7.355811607 10.40964655 10.59453354 9.896290566 8.049545693 8.154029627 7.373589355 6.195120245 6.228673703 +LQ03X011080 Putative Serine/threonine-protein kinase mTOR 4.602911734 4.802798713 5.032025817 4.760075797 4.669179172 4.90495083 4.796333651 4.73150939 4.653511266 4.788500056 4.916914567 4.876681215 4.833230891 5.059450486 4.888505019 4.853794999 5.12151806 4.879708376 5.507527142 5.393137816 5.176983331 4.545402987 5.895141533 5.696650693 4.987492171 4.614198577 5.054385783 5.52653039 4.881171004 4.607223996 5.134198567 5.033499034 +LQ03X011090 Putative uncharacterized protein 11.19630661 8.660208622 11.43613256 11.69766164 10.1082417 12.86684124 12.42555233 12.30972519 11.06315149 8.308253424 11.47430504 11.10406031 9.966361501 12.65623571 11.33605358 11.20859645 8.844278066 9.722336472 5.112340289 10.20951006 10.15247602 9.025423944 10.34816039 9.856835446 8.896545478 9.441095811 5.037899755 9.675678918 8.370417909 8.999411187 9.988332588 9.009735705 +LQ03X011240 Hypothetical protein 4.960985369 4.860535517 5.089853533 4.936629458 5.010401193 4.914389531 5.167053901 5.423289346 5.127913723 4.824706738 5.01331402 5.289565906 5.191386228 5.248584884 4.980123696 5.255987691 5.052011248 4.954329595 5.615458756 5.026777965 5.304611805 5.108835567 5.508356915 5.522871017 4.844171839 4.772919711 5.233440855 5.235663367 5.512802587 4.766404378 5.335803256 5.10277689 +LQ03X011370 Ubiquitin-protein ligase, putative 5.483442588 5.360643234 5.016858105 6.026636479 5.473396279 5.566074703 5.845501135 5.996699914 5.88196132 5.580554634 5.626953746 5.729116746 5.156150934 5.695580727 6.367520738 5.477073591 5.649233297 5.217129943 5.669692028 5.713554888 5.175781052 5.277617479 5.692051501 5.782393775 5.513656356 5.539524765 5.911037035 6.213150019 5.481958629 5.220068741 5.385468247 5.759700724 +LQ03X011430 Hypothetical protein 6.442690288 7.592935501 7.819116231 8.538374557 6.83131703 10.13443325 9.216487438 9.238164516 6.58928787 6.054845771 7.609977492 8.928670652 6.710307836 9.945145015 9.304474405 9.9026198 7.913674571 7.006366765 5.252230609 7.743628507 7.2101292 7.284237113 8.778143213 8.668132267 7.661393029 7.153301347 5.261040054 7.937131962 6.673277095 8.456003282 8.00066535 8.226852914 +LQ03X011510 Heparanase-like protein 1 4.760304262 5.106758199 5.144950271 5.262805514 5.237665542 5.137428486 5.0827007 5.137713196 5.474883538 5.598153238 5.354862477 5.321547191 5.236727691 5.082648591 6.073801089 5.330189772 4.902860382 4.985019194 4.858835191 5.299107556 5.189269111 5.355478919 4.713686398 5.388230373 5.161768213 5.148271934 4.868578923 5.268726863 5.057739952 5.003399549 4.819313143 4.615986157 +LQ03X011520 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.694887252 6.320206371 5.595396304 6.832824098 5.391991414 5.647016665 5.745379204 5.415833466 5.672428717 7.179103346 5.884400402 6.381362928 5.83140926 5.628954618 6.440942573 5.607956168 5.884007127 5.934366391 5.670781279 6.076503893 5.259232199 5.807753997 5.776524663 5.270316772 5.961793114 5.703396091 5.598052789 5.195501065 5.694498762 5.535116213 5.208440198 4.862096306 +LQ03X011530 Putative LYR motif-containing protein 4 5.230955437 5.475825123 5.343685827 5.416617116 5.061547146 5.765488688 5.380090335 5.503630214 5.593142426 7.115784621 5.373913677 5.43962736 5.450642836 5.487965971 6.016363417 5.330061535 5.37740943 5.546171793 5.34908423 5.810852221 5.975833144 5.077340704 5.413313042 6.336567837 5.549700795 5.312460465 5.221303072 5.62779814 5.596444281 5.256784101 5.138603849 5.41375916 +LQ03X011540 SNAP25 homologous protein SNAP33 11.80504913 11.99554483 11.5301983 11.3136098 11.98466511 11.17190862 11.35611631 11.54231989 11.79163067 11.9740093 11.77847537 11.45123234 11.93476458 11.39438688 11.56824271 11.91143986 11.57981796 11.7081751 12.49824283 11.7283516 11.71128502 11.68335319 12.31538755 12.65237368 11.50606507 12.03932022 12.71278465 11.77882166 11.93358392 11.94382795 12.47586582 13.0281778 +LQ03X011560 Hypothetical protein 5.783361207 5.092998345 5.146643369 5.244044981 5.29023337 5.739328478 5.472084011 5.135339229 5.602508395 5.649416247 5.825868611 5.602162224 5.643727668 5.485949497 5.686319016 5.266825654 5.528974338 5.458341066 6.183056254 5.846517308 5.503046772 5.683149619 5.671136734 5.401195797 5.708679672 5.715950397 5.726452764 5.88192993 5.695707168 4.997312311 5.615655389 5.645070436 +LQ03X011590 Putative LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.06132208 10.53697885 10.5922361 12.58309804 10.95789238 12.13155531 12.54741585 12.17905049 11.16825936 11.05953407 10.64344498 12.31081568 11.16387136 11.97778103 12.48507999 12.36913126 10.4634675 10.82707766 9.991610955 10.31057689 9.643959666 11.04122338 9.668931094 10.03969798 10.39492729 10.77341692 8.965977024 10.41474296 9.72966283 10.95211532 9.867055881 9.658204382 +LQ03X011600 Putative pre-mRNA-splicing factor ATP-dependent RNA helicase DHX16 10.77389323 11.16404063 10.88356157 10.7835869 10.96049888 11.76395974 11.47230158 11.88601346 11.17605785 11.32177201 11.06432289 11.01382249 11.16761676 11.83567929 11.53538424 11.74707691 11.0176693 10.94093875 11.25263371 10.97838735 10.57018381 10.80868864 11.07094417 11.61079078 11.11246448 10.84751413 11.15757534 10.42709711 10.76034494 11.15384815 11.23823967 11.39287072 +LQ03X011610 UDP-glucose 6-dehydrogenase 5.033294242 5.030700519 4.756392851 5.321837462 5.000075753 5.177361925 5.425794988 4.864150529 5.283387275 5.41905995 4.932651904 5.50811008 4.928905838 5.027910947 5.247319435 5.053292182 5.212504869 5.163565616 5.528447009 5.459732836 5.022370913 5.01989596 5.261075983 5.151732147 5.312282471 5.344529664 5.44127017 5.814780544 5.214015553 4.819850152 6.091051564 4.995790703 +LQ03X011640 Diacylglycerol kinase 1 7.931730362 8.014138086 7.685865202 8.495910446 7.585244683 8.636897501 7.465088877 7.367589502 7.977929717 6.915455221 7.456998021 8.508709148 7.936864142 8.710013552 7.593110041 7.001999428 8.361440604 7.36319053 7.675961652 7.333747387 7.42058848 8.242878149 5.753013208 6.369000756 8.642871107 8.063423267 7.97275807 6.188221593 8.417512025 8.246826509 6.861145093 7.413328546 +LQ03X011650 40S ribosomal protein S19-3 14.07889681 14.11166244 13.62643838 13.87837323 13.63669298 13.90018719 14.04992567 13.60130794 14.14233451 14.68130048 13.80304193 14.19343027 13.370648 13.80511279 14.08447936 13.99490681 14.28955718 14.1675853 13.29715525 13.55289965 14.04999168 13.84840391 13.59263537 13.3680241 14.25820129 14.53606018 13.5714968 13.32457639 13.4680329 13.72490183 13.33563441 13.5531175 +LQ03X011711 Putative uncharacterized protein 5.460003713 4.928416415 4.988749404 4.799235072 4.917178759 4.694877176 4.604436522 4.665399523 5.081897844 4.917955017 4.797475322 4.816352813 4.752548136 4.587172508 4.722468081 4.748235233 5.275394569 5.006259775 5.249126443 4.981966767 4.930275008 4.69940461 4.786063648 5.100826418 4.736524581 4.948182791 5.1302606 5.654187609 4.917597655 4.717229224 4.973640735 5.112131719 +LQ03X011770 Putative Cytokinin-O-glucosyltransferase 2 4.890985441 5.256844889 5.364094313 5.476662017 5.48030898 5.279631431 5.296555671 5.096747371 5.646894164 5.219364677 5.516822018 5.719572072 5.566883171 5.091370208 5.263162874 5.227892218 5.839642969 5.564481793 5.648054393 5.408633191 5.456320517 6.012730133 5.023530124 4.816138402 5.159432976 5.251952496 5.889975901 5.303147357 5.315019245 5.666156592 5.377663773 5.509074842 +LQ03X011830 UPF0139 membrane protein At5g07960 5.629109217 5.23044056 5.811204232 5.737702955 5.712247568 5.832183198 5.539959039 5.439082626 5.753428595 6.881980626 5.808915549 5.287794301 5.772464502 6.194006128 6.662906975 5.827973433 5.560589204 5.647595257 5.243137637 5.290109485 5.522890784 5.725832435 5.435811451 5.45482527 5.616825128 5.042380929 5.71697548 5.163507558 5.126671057 5.484161341 5.855593302 6.153785598 +LQ03X011860 Putative uncharacterized protein 10.52861595 10.34514346 10.9827976 10.25912028 10.4596689 10.99915982 10.73910419 10.74724606 10.63296274 10.20279342 10.91938082 10.47706225 10.78111879 11.16410182 11.1710703 11.06557549 10.7406014 10.43356077 10.45260885 10.96966013 10.70239238 10.86115219 11.62514582 11.62433366 10.66099489 10.22631038 10.45683041 10.837129 11.04973628 11.06063923 11.85364553 11.52175831 +LQ03X011930 Flavonoid 3-monooxygenase 13.62906933 14.11475944 12.11114281 9.850237298 11.27367067 10.22473527 9.783958384 10.07801427 13.22401077 13.61963855 11.96242352 9.99668321 10.96285067 10.36598629 9.991769427 10.21544765 13.26717545 12.43136431 13.7250469 12.0056295 11.68638092 12.17883557 10.83538674 10.90479381 14.29194018 13.06753206 13.65966368 10.79248781 12.02429248 10.22622847 10.82499074 10.98778703 +LQ03X011940 Putative uncharacterized protein 5.194025627 5.674575989 5.320488989 5.691038756 5.466654752 5.499312533 5.774339067 5.735793381 5.684068874 5.947942721 5.570216409 5.73845785 5.204157377 5.446442164 6.248515194 5.630559071 5.209786953 5.570656604 5.187647381 5.672636322 5.464547527 4.958781004 5.274055863 5.143864577 5.091126369 5.798941049 5.463932631 4.895959602 5.764217624 5.466247501 5.395087005 5.091654914 +LQ03X012060 Histone deacetylase 5 4.784171007 5.178033057 5.259320136 4.925017588 5.27035766 5.1254063 4.79161159 4.938364904 4.704901631 5.103876819 4.968339177 4.816370292 4.913703148 4.759684478 4.858293761 4.679313266 5.129358456 4.90186608 5.351054417 5.270875583 5.550196926 4.943733281 4.833460513 5.345422904 5.047132812 4.99055411 4.837284706 5.327122415 5.037116529 4.818223124 5.261008309 5.336389988 +LQ03X012070 Putative heat shock protein; 32627-30541 10.54727454 10.72729859 10.40932192 11.13324954 10.8894919 11.60344238 11.67009474 11.80968442 10.73563731 10.66689372 10.7726515 11.4124491 11.06837747 11.73107902 11.80935063 11.91499865 11.3494739 10.97470982 10.34865791 10.60971718 10.99398064 10.79695464 11.01334484 11.43642455 10.67163462 10.82749359 10.51030572 10.76585116 10.20794376 11.02177507 11.28007701 11.27404928 +LQ03X012100 ATP synthase subunit gamma, mitochondrial 6.29097917 6.120514236 6.560873291 6.181837502 6.124380539 6.005460653 6.104325811 5.426610216 6.804977531 7.59668442 6.973035678 6.283391995 6.50969019 5.649200848 6.676886203 5.895480703 6.227284231 6.331349835 6.267534534 6.754893067 6.74159014 6.439775253 6.447770822 6.742637248 6.316440318 6.468340529 6.753917422 6.484276429 6.706750122 6.644622731 6.232886935 6.153428633 +LQ03X012130 Phosphoserine phosphatase, chloroplastic 5.553343306 6.339290118 5.395754905 5.898857014 5.836669088 5.303049866 5.705509806 5.102632415 5.807141698 6.717712244 6.068661207 5.681066238 6.189740347 5.113764476 5.810407975 5.363299788 5.285716166 5.574494212 5.341625619 5.712130841 6.674259758 5.891447841 5.485112895 5.816740103 5.643479408 6.111229043 5.647322479 6.076095172 6.726493308 5.714261676 5.176391688 5.730798791 +LQ03X012150 Hypothetical protein 5.851467687 6.511104852 6.265312505 6.612637664 6.602827434 5.341878958 6.014483037 5.681209546 6.325425105 6.980112658 6.179954963 6.150295591 6.749502801 5.564327417 6.12490695 5.825492538 5.680984796 6.92364674 7.113077374 6.604868396 6.043925762 6.732732108 5.648688808 5.210044877 6.534676362 6.996595628 7.202949267 6.651571919 6.85411888 6.744569032 5.60274354 5.16376411 +LQ03X012160 Predicted protein 5.638771284 5.677928161 5.883625433 5.869537229 5.684825034 5.636721512 6.004838104 6.1176183 5.511786884 5.82334363 5.549360924 5.813199329 5.793602319 5.360625274 6.124428377 5.822211996 5.167899658 5.372536425 5.178584545 5.761687824 5.969836902 5.335301796 5.112599366 5.818532925 5.472660004 5.422198141 5.582842852 5.876135053 6.281907275 5.379089315 6.272004985 5.643614362 +LQ03X012170 Presenilin-like protein At2g29900 10.0748423 9.996184421 10.74535914 10.38985958 10.03231481 9.889916185 10.23242277 10.31460859 10.02210929 9.701147172 10.54550821 10.03925832 10.29939526 9.779798804 9.593001763 9.229535699 10.07428442 9.638266342 8.723915006 10.72579962 10.71807126 9.90446346 10.83961842 10.18629117 9.656757914 9.492443998 8.967321861 10.51592607 10.90226315 10.11000613 10.44831462 10.10255401 +LQ03X012210 Putative Glycerophosphoryl diester phosphodiesterase 12.58482268 12.38636444 12.84048272 13.10672386 12.67692323 13.3429571 13.11604064 13.28468011 12.68323594 12.09548394 12.80774953 13.11614086 12.61042017 12.99622921 13.12425242 12.88825967 12.70988503 12.21027436 12.60764925 12.37307136 11.88440723 12.29820026 13.06843956 12.49810991 12.61121104 11.77987388 11.93238337 12.74524127 12.29852068 12.71043671 12.77210201 12.42550939 +LQ03X012240 Mitochondrial import receptor subunit TOM5 homolog 7.106557709 7.287265962 7.487747651 7.136692278 7.936745266 7.291791717 7.234310371 7.269489772 6.902176899 7.108180967 7.628015618 6.92930088 8.174868223 7.735420922 6.613690273 7.325327007 7.352413787 7.520148648 7.958036469 8.281877291 7.999879371 7.454157946 8.571494325 7.512084543 7.470995814 7.323073448 7.095609949 8.65532608 8.381288504 7.54481229 8.410366526 7.981441031 +LQ03X012250 Putative uncharacterized protein 6.565895322 6.252358361 6.028874067 6.140161272 6.18989494 7.058743346 7.190482029 6.962526271 6.454665015 6.286783024 6.08458401 6.497523704 5.895367707 7.407069092 6.384688167 7.195557667 6.337844248 6.998097286 6.154461132 6.440694331 6.793575117 6.175653781 5.913171685 5.829214502 6.466442226 6.471386011 6.317468129 6.324862341 6.161671103 6.343512155 6.608220803 5.948027361 +LQ03X012260 Putative G3BP-like protein 6.190259165 6.116204956 5.370662064 5.781209632 5.620093023 5.597361977 5.385790746 5.699702123 5.865540528 5.784087507 5.673881228 5.898104045 5.748067474 5.37224617 5.739692087 5.86299898 5.710017959 5.713061779 6.251208201 6.273332696 6.797462148 5.984680032 5.506041334 5.791256637 5.969462535 6.168799046 5.878751082 6.530859733 6.62838266 6.0790839 6.136254554 5.141895439 +LQ03X012290 Hypothetical protein 11.48359931 10.18397935 11.12830338 10.80705951 11.07015144 10.28578275 10.42201725 10.04517849 11.80680436 12.43170909 11.19403065 10.94946361 11.32210308 10.27211173 9.749925311 10.71393865 11.27476178 10.54979493 11.28377218 10.69832613 10.53325954 11.07979115 9.960836804 10.31265441 10.89196451 11.34224825 11.79431239 11.22632958 9.41302686 10.90520537 10.44249947 10.89104546 +LQ03X012300 Putative uncharacterized protein 13.50724428 13.01582637 12.97257842 12.70095585 12.97027615 12.70935112 12.59809839 12.2082954 13.36904478 13.58682203 13.22950191 12.99157488 13.31896284 12.61578962 12.31221389 12.54012146 13.66085484 13.48518393 13.42783001 13.14314837 13.20492379 13.16654122 13.1160687 13.29306731 13.52359285 13.55750697 13.54222625 13.25451382 12.39354136 12.88168217 12.79753801 13.01035971 +LQ03X012360 Putative uncharacterized protein 6.080711063 5.467630742 5.676162065 5.338008015 5.908044833 4.878811896 5.256254692 5.05264172 5.748619862 6.669715083 6.204015195 5.546220479 6.070156347 5.079475258 5.35973366 5.104888612 5.718516567 5.858748179 5.833478154 6.460265878 6.011856277 5.591732753 5.817243602 7.032931415 5.678869855 6.035325791 5.992813699 6.565469462 6.24024654 5.809198691 6.096540057 6.358694263 +LQ03X012370 Hypothetical protein 5.561346158 5.618079071 5.728374795 5.259590956 5.708262661 4.976639716 5.213801971 4.982437071 5.696170624 5.43382222 5.64577575 5.254886037 5.691861556 4.847522788 5.328872617 5.236127722 5.538239124 5.583349683 5.70798225 5.448978022 5.944987255 5.378458069 5.41301493 4.732036319 5.515469545 5.626915816 5.621165483 5.368233791 5.359699147 5.58267928 5.396156181 4.880108695 +LQ03X012400 Putative nitrilase-associated protein 5.454330583 5.126745653 4.867314866 5.243700177 5.189130863 5.213084434 6.037178901 5.833549249 5.543833033 4.976391984 4.832185532 5.934410259 5.486876592 5.304561821 5.556751261 5.705471087 5.076310941 5.082070246 5.3182537 5.345606706 5.538989982 5.559754771 5.199010607 5.264270643 5.356759559 5.010372907 5.546019312 5.364434947 5.326773499 5.363418301 4.993634431 5.237953316 +LQ03X012410 Putative Tip elongation aberrant protein 1 5.122541347 5.197976771 6.297413984 5.577407691 5.416770638 5.122741945 5.226062588 5.177247236 5.41759814 5.957206457 5.988644394 5.296089117 5.688172626 5.305861341 6.667447255 5.161608383 5.551325952 5.270571909 5.26575143 5.906875392 5.219611811 5.229116798 5.475578825 5.001506909 5.29423082 5.780658985 5.284235135 5.674908718 4.9252533 5.11711294 5.719686667 5.376900978 +LQ03X012430 Pentatricopeptide repeat-containing protein At5g60960, mitochondrial 12.45166806 12.64455284 11.99175721 12.30410762 11.4724138 12.41709565 12.38482515 12.04482845 12.44897064 13.06846802 12.16864053 12.45638489 11.83698121 12.41729917 12.48297181 12.47200404 12.31204935 12.23487914 11.31127135 11.24920108 11.71877713 11.65220578 11.87913914 11.656864 12.37651992 12.53804303 11.42320783 11.47680116 11.66504561 11.75519598 11.77766078 11.70312089 +LQ03X012440 Putative Cleavage stimulation factor subunit 1 9.408477687 10.24462821 9.303781783 8.853729446 9.37791645 9.391025302 9.208112497 9.243562927 9.882232526 10.0792961 9.764922545 8.752704903 9.594437077 9.725581496 9.420307091 9.601395851 9.543091557 9.387224726 9.967234804 9.601184294 9.403782265 9.459213648 9.814269193 10.22082219 10.03648183 10.09353533 10.31737176 9.680073565 9.572436179 9.767799118 10.31536981 10.35141464 +LQ03X012450 Protein COBRA 13.81510302 13.82481271 15.02652423 14.43409257 14.69126698 12.31657201 12.22757116 12.02119826 14.30050706 14.08450608 15.12459245 14.71437968 15.05581102 12.64837137 13.46354684 12.86236868 13.52020963 13.20825123 13.95710997 14.17656583 13.9259646 14.70627754 12.33873357 13.10897156 14.01024431 13.56125918 13.98078473 14.63384087 14.4220251 14.82066564 12.59080817 13.31884416 +LQ03X012560 Alpha-1,4-glucan-protein synthase [UDP-forming] 2 14.59438703 14.56550769 14.36080053 14.22792744 14.27751055 13.54082256 13.54459054 13.62281259 14.59256425 14.37744222 14.43581479 14.42735694 14.47785451 13.54241978 13.86505708 13.90840862 14.93921088 14.96812715 14.78887616 14.50774262 14.25761872 14.68805803 13.54278647 13.5645645 14.79056755 14.95690216 14.46080492 14.33943115 14.61565186 13.95249091 13.57260746 14.25954575 +LQ03X012570 LIGULELESS1 protein, putative 5.022265802 4.963544156 4.878874944 4.939919039 5.337084174 4.983886888 5.181740542 5.116701196 4.870784935 4.88887269 5.068289703 4.839713968 5.003879548 5.217905626 5.017553401 4.839627061 5.065025149 4.774570919 5.4233161 5.890628755 4.955288044 4.536073697 5.130637365 5.908075409 5.13671145 4.990502901 5.226134265 6.013949009 5.588150973 4.732554884 5.822190938 5.901717176 +LQ03X012620 Agamous-like MADS-box protein AGL8 homolog 4.970294771 4.887374082 5.542319698 4.782497216 5.133883545 5.119120361 5.091160287 4.748929243 4.545901198 5.025489425 4.878081914 4.981578749 4.679538797 4.82199405 5.038817792 4.781796433 4.757268285 4.880600534 5.535910262 5.097442804 5.179787554 4.859480923 5.202852839 5.388171135 4.958537545 5.134856944 5.603147741 5.22773677 5.338951411 4.953004494 5.97153559 4.621140291 +LQ03X012750 Putative DUF246 domain-containing protein At1g04910 12.92021621 12.87458618 13.17002592 13.51271267 13.58244208 12.24744668 12.36394906 12.15866311 12.77166861 12.49239558 13.35797903 13.66936725 13.60131714 12.24320894 12.37761972 12.53882636 12.57589451 12.82615122 12.50281231 12.89644216 13.33789852 13.50463685 11.74349487 12.22179461 12.80494283 13.08921927 12.36755672 13.54413057 13.21812826 13.80462602 11.8360917 11.9944069 +LQ03X012760 Transcription factor BIM1 6.684099622 6.380660038 7.666513962 8.232228683 7.642103079 7.396781919 6.136740024 6.480560473 6.110609116 5.543614228 7.736018242 7.83479739 7.391290885 7.699992034 6.111759785 6.641291103 7.388894873 6.266619102 5.162111943 6.58608673 5.637219415 7.118880764 6.255029243 6.634198389 6.623337266 5.797523303 5.137755661 6.593578131 6.058992464 7.008716272 5.312939558 5.619853889 +LQ03X012850 Putative WD repeat and HMG-box DNA-binding protein 1 12.4310712 13.45088559 8.856208438 6.168376924 8.4022302 6.197024311 5.666691284 5.709418903 13.05585219 13.60057287 11.12422918 7.587127594 7.672217144 5.893188441 5.763843712 6.517413723 12.12708468 11.50074106 13.41850785 10.24113143 11.47259209 11.10129674 5.452845004 7.688302348 13.58250652 13.70132005 13.77962511 8.287906376 11.85833891 7.721765113 6.541624908 6.218785693 +LQ03X012880 Putative uncharacterized protein 12.43047366 12.31141363 12.25419891 12.51001299 12.48330179 12.90384656 13.24227163 12.99577649 12.50773573 12.37426455 12.47244954 12.68021608 12.67332512 13.0363027 12.88914982 13.18261208 12.85432452 12.92902104 12.82522703 12.61957963 13.13546636 12.63080889 13.32097607 12.89634364 12.77162237 12.9154963 13.00445528 12.65625625 12.03666793 12.72694096 13.30647463 12.7874852 +LQ03X012920 Hypothetical protein 4.873952953 4.727389539 5.146758966 5.685812969 5.412057216 4.828840392 4.82694111 5.125774831 4.93199485 4.690301613 4.937648735 5.507940699 5.199533325 4.851327555 4.701008916 5.680878921 5.03426281 4.833267392 4.9068704 5.012861264 5.443098129 5.482602554 4.773978181 5.463827248 4.532098603 4.696636466 4.847305425 4.964719623 5.456935994 5.730739751 5.164987342 5.390353853 +LQ03X012980 Putative Dof zinc finger protein DOF5.4 12.60103993 12.70968181 12.92864891 13.00759763 13.08684583 12.23577916 12.10108676 12.66932806 11.90421958 11.98352542 12.36304026 12.52336899 12.70829466 11.87814738 12.25111359 11.93504211 12.14570228 12.35298004 12.70504296 12.38525558 12.0949983 13.50998791 11.8596061 12.26621606 12.81576435 12.64507395 13.12301133 12.81676164 12.79414024 13.29727571 11.85204629 12.56436838 +LQ03X013000 Predicted protein (Fragment) 11.35483196 11.75207483 11.20426899 10.568792 10.57359357 9.3991766 9.12339838 8.406807438 11.40542279 11.68087206 11.29390512 10.80954149 11.16035389 9.650651921 9.383628977 8.817560997 11.37702667 11.22380801 12.3441425 11.57857944 11.56960861 11.12136547 9.77963632 10.01283552 11.76739206 11.80773459 12.45551566 11.76485198 11.83255313 10.86695855 10.00148635 9.840986232 +LQ03X013020 Putative Disease resistance response protein 206 8.262846596 7.701335798 7.13318036 9.108686524 8.228257511 10.0978354 9.970285091 8.745446316 8.298355379 7.853436839 7.093871533 8.823427419 7.294196201 9.839943257 9.347986421 9.342112481 11.4037511 9.580909685 8.178916035 9.437367288 6.877078383 7.029800653 9.224770854 7.895264657 9.032098863 8.734157213 6.970956466 9.078786425 6.752497352 7.470874187 8.307541173 7.727559969 +LQ03X013050 Isoaspartyl peptidase/L-asparaginase 1 8.030931467 9.192493414 8.358099441 8.256443157 7.565437537 8.879749345 8.376659861 7.293215868 8.600608599 9.654637972 9.008384972 8.059409035 7.6490105 9.235981959 8.63257855 7.659304583 8.943722426 8.970748952 10.39818736 9.340964794 9.464167954 8.952564283 8.345648537 7.666838816 9.957293899 10.1972871 10.9936917 9.844975098 9.585708646 8.618142476 7.833890499 7.878759267 +LQ03X013080 Probable galacturonosyltransferase 11 10.96841172 10.55788561 10.92641596 10.63143692 10.5779017 10.44604638 10.44269915 10.63029596 11.09908728 10.64465291 11.20456353 10.75460194 10.94856959 10.33346251 10.16758067 10.37410359 10.61183091 10.77369241 10.86379401 11.13876496 11.16980185 10.65780464 10.91976136 10.44433569 10.4898021 11.13228484 10.64733967 11.21386038 11.03927713 10.66176893 10.79864065 10.52082838 +LQ03X013150 Putative receptor protein kinase ZmPK1 5.895556351 5.710761506 6.084779549 5.972986008 6.310699645 6.436911986 6.258027297 5.648323592 5.939298015 5.675109037 6.342670789 5.870073226 6.00070811 6.295557303 6.207111742 5.820434918 5.767751285 6.089450296 5.77068138 5.906536821 6.105631097 5.942549423 6.420275168 6.039182171 5.867444141 5.865325184 5.815505865 5.657757174 5.622817014 5.952893834 5.784505993 5.675314554 +LQ03X013160 Putative protease IV; 48713-44371 5.598096492 4.94996775 5.311388323 6.353420621 5.577208311 6.972592582 7.084979524 6.679892307 5.15055756 4.982513777 5.088452353 5.802351775 5.003601236 6.24259881 6.382177649 5.826732184 5.62129641 4.921391364 5.171692155 4.965426535 5.30410374 5.490950558 5.070103379 5.742006943 5.128236736 5.192559829 5.583248207 4.715597227 5.146137776 5.879466357 5.556129474 5.552463246 +LQ03X013190 Putative uncharacterized protein 5.716712589 6.168776653 5.735148145 5.509518815 6.151636246 5.018700491 5.421202274 5.37078517 5.591775129 5.597279134 6.115875156 5.665629928 5.91862994 5.123242795 5.142198478 5.847926931 5.718622226 6.14352263 6.166430643 6.173439639 5.75403006 6.037122274 5.60364394 6.071159705 5.798690215 5.939039738 6.244773879 5.719768727 6.22100711 6.281654319 4.968682203 5.400343699 +LQ03X013230 Putative Serine/threonine-protein kinase 16 13.24363051 13.05662912 13.21218296 13.36067937 13.31302242 12.71573269 12.70392522 12.56275636 13.33121113 13.00514545 13.36079811 13.20469279 13.43247709 12.60652533 13.00761396 12.41599614 13.46189959 13.04204721 13.76415101 13.07539971 12.91364178 13.54983926 12.53266176 12.63490425 13.46018229 13.46174531 13.73947419 13.50191509 13.36854307 13.7464506 12.5906419 12.83865317 +LQ03X013240 Agmatine deiminase 4.997402576 4.962135291 5.567415531 5.66197499 5.26385384 5.529403916 5.833105657 5.525850046 5.120649672 5.423284997 5.44206133 5.343653811 5.587975482 5.427485702 5.703995301 5.41016271 5.230867696 5.084361522 5.158801137 4.938244157 5.252508468 5.213857692 5.400932252 5.269444001 5.302536964 5.22442516 5.05859649 5.462722106 5.194482974 5.295571992 5.093634826 5.930130284 +LQ03X013260 Putative Uridine-cytidine kinase C 6.168682284 5.584675203 5.964636335 5.611719152 5.577524037 5.96798522 5.915095806 5.407648946 5.564236814 5.436547816 6.064174757 5.634905486 5.547446542 6.031188076 5.901957936 5.641179642 5.824476631 5.75304312 6.386645847 5.779038597 5.459408384 5.411924337 5.952973133 6.048877561 5.63186943 5.515560613 5.799080197 5.3797714 5.557969372 5.388980058 6.012505771 5.628797231 +LQ03X013270 H/ACA ribonucleoprotein complex subunit 2-like protein 13.5452857 13.77492655 12.52575516 12.33071067 12.68221213 12.58653546 12.71939843 12.60804288 13.98074501 14.29884881 13.18022226 13.05091163 13.09136923 12.82809057 13.06600303 12.9683094 14.01229624 13.63251579 13.94128163 13.35844659 13.4223672 13.19518332 13.222059 13.07900438 14.44047856 14.15031821 14.32178394 12.92475879 12.65319424 13.02724804 13.41986121 13.21862499 +LQ03X013300 Putative Strictosidine synthase (Fragment) 9.143756056 10.38865736 7.698723505 7.610234905 8.787272485 6.479539611 5.999550537 6.913382263 9.549966536 10.07195927 8.834085527 7.759447359 8.63839722 7.323271625 5.546897125 6.495015259 7.578878776 6.632055118 6.847141499 8.292683717 6.477340309 7.694800181 5.531969848 5.56458894 8.938493393 7.812505247 8.368792946 7.29683237 7.331891221 7.222896299 5.679105081 6.256373547 +LQ03X013320 Predicted protein 11.35775274 12.27734966 9.389305786 9.565818765 9.117305548 9.406749949 9.482630057 9.489076544 11.94227073 12.62032571 10.64440681 9.772806849 9.515826043 9.762733833 9.749278187 9.774785566 10.76006179 10.12183292 11.49874978 9.152394209 9.303346848 10.27373255 8.017720258 7.647718252 12.1124075 11.30185368 11.5093048 8.598433719 9.30685218 8.28324358 9.163910743 7.783107519 +LQ03X013340 Enolase A 5.276032984 5.437896342 5.319882546 5.367064234 5.461527991 5.316448519 5.111940705 5.252090329 5.386326686 6.060140596 5.203163434 5.156899598 5.396623566 5.332445803 5.182664417 4.965679724 5.289551885 5.253079244 5.272112373 5.283788241 4.930648471 5.589190949 5.26490316 5.467808708 5.263969325 5.504041658 5.580985662 5.033318722 5.137270556 5.467862388 4.997062807 5.33224163 +LQ03X013350 Predicted protein 6.073698243 6.361850724 6.384341099 6.656829836 5.937611139 6.138711984 6.380221214 6.207890166 6.626391876 5.665554618 6.882603684 6.50495692 6.435650067 5.674107139 5.806023602 6.217137573 5.659554291 6.330865415 5.391784195 5.802104738 5.987338987 6.358820511 7.099783046 6.019958006 6.135813742 6.677595434 5.657128496 5.217070304 6.257095231 6.476576367 6.020156906 5.702396846 +LQ03X013380 Putative uncharacterized protein 13.98694015 14.04961067 13.99515249 14.67485734 14.43579857 14.7572727 14.72475434 15.09895624 13.975742 13.33234327 14.05934129 14.16079624 14.00224152 14.96763754 14.14179176 14.93473273 13.86348559 13.48909434 13.2329558 13.47176713 13.53944173 13.95448882 14.13110852 14.09308421 13.5642468 13.48625396 13.0553986 13.61902675 13.34495544 14.18637998 14.31769141 14.10230315 +LQ03X013390 Putative Acetyl-coenzyme A synthetase 5.276397333 5.204590675 4.991868299 5.407179468 4.796484471 4.937576569 5.350560239 5.261273451 5.382844349 5.41030243 5.054032777 5.313336059 4.973943852 5.169277066 5.425036543 5.280724112 5.181710971 5.189070178 5.696744313 5.577945173 5.073805827 4.999887175 5.01999166 4.815054998 5.5338037 5.350178184 5.399023256 5.247606478 5.792821543 4.976487922 4.950042652 4.76506289 +LQ03X013410 Putative Probable disease resistance RPP8-like protein 2 6.325354886 5.891340957 6.151304141 5.841302164 6.15423639 5.521394204 5.57673181 5.439765996 6.074406406 5.919773734 5.700854373 5.891708706 6.468854094 5.657382734 5.46783003 5.5515158 5.867410077 6.68992006 7.30494124 6.220229599 5.870818897 6.457006697 5.6000217 5.846033283 5.721058153 6.377183308 6.19412717 5.870233949 6.098538692 6.33357805 5.424365034 6.229197499 +LQ03X013420 UPF0468 protein CG5343 5.607192137 5.289591393 5.131438421 6.24407554 5.582363014 6.321591194 6.131510478 5.8582255 5.419221011 6.211855814 5.293901709 6.300151461 5.576159483 6.348675009 6.738832449 5.731680957 5.62579914 5.376332292 6.043348806 5.142076687 5.157528645 5.189786455 5.56076537 6.147584757 5.492925314 4.967105819 5.374362704 4.981736332 5.222832506 5.283102389 5.278621051 5.350971679 +LQ03X013440 Putative uncharacterized protein 6.766147401 6.704755822 6.956501325 6.818432671 7.04530942 6.674333892 6.917092179 7.002881083 7.009508632 7.228994968 6.902530255 6.873946167 7.587311544 7.047848291 6.823566452 6.965027854 6.305759631 7.229021098 7.219673798 6.735195776 6.719502169 7.243898232 7.436933176 7.023743676 6.667274958 7.054368665 7.652923964 6.922039791 6.670549399 7.242076682 7.427909194 7.024626008 +LQ03X013460 Putative phospholipid-transporting ATPase 9 5.057933056 4.765061473 5.580355107 5.208433896 4.966710012 5.415010485 4.936697601 5.267405799 5.080293928 5.181746333 5.065229032 4.968195227 4.716557021 5.371070347 5.021777535 5.070103949 5.287264548 4.755701359 5.164808456 4.882613841 4.799951759 5.144209705 4.883352008 5.145177984 4.895163504 4.846156712 4.93219967 5.050645596 4.758010848 5.045501979 4.874330327 5.432197787 +LQ03X013470 RNA binding protein, putative 5.480864871 5.802390046 5.617990108 5.60859624 6.111457158 4.946243919 5.340933309 5.818681877 5.346998635 5.523635152 5.674562327 5.507780734 5.522695041 5.142085423 5.269229144 5.503865859 5.685810161 5.63549369 6.739367591 5.85021838 5.668689996 5.803153171 5.639100212 5.197312969 5.341461687 6.147580445 5.695174232 6.328254579 6.129721328 5.778402213 5.330225457 5.482546798 +LQ03X013480 Protein Dr1 homolog 6.366477447 5.700235609 6.083982001 5.829872664 6.16875323 6.206427389 5.721508239 6.161566298 6.479388992 6.439256648 6.050105664 5.818230275 6.521323818 5.973289882 6.039756808 6.423768797 6.349521232 6.146611505 6.251047831 6.410618179 6.200849841 6.462280137 6.88141046 5.759955051 6.342274863 6.542016361 5.443516967 5.863571823 6.326612586 6.36683003 6.057151205 5.952951099 +LQ03X013490 Predicted protein 11.4490019 11.90343742 10.35005841 10.86367071 10.97758548 10.94741322 10.3036317 10.58475705 11.43932211 11.78624739 10.81945642 11.14957039 10.71947513 11.18229763 10.32415459 11.5707538 11.29831102 10.98446866 11.19269797 9.477488926 9.804944205 10.42557898 9.045931481 8.501088728 11.98385867 11.28683383 11.2883215 9.351294534 9.529128526 10.06761844 9.60276953 8.788972976 +LQ03X013540 Probable serine/threonine-protein kinase WNK2 8.75795776 8.921793184 9.501310096 8.961621656 9.524128026 8.180773544 8.051797511 8.457633261 8.228828857 8.257652131 8.517172802 8.399527211 9.180848722 8.152999657 7.402240902 7.445333375 8.382476015 9.106301906 6.400573258 8.682049947 8.721359701 8.932510871 6.309694789 8.169639633 8.416962247 8.563163707 7.491246243 8.515679086 9.222206227 9.081551441 7.39019353 7.146602373 +LQ03X013550 50S ribosomal protein L19, putative 11.55606376 11.67085373 10.46493744 11.40072394 10.65056291 11.4482375 11.48784644 10.85444805 11.90545289 12.07447585 10.86755843 11.52487444 11.02371316 11.69000939 11.40639875 11.27805373 11.75041205 11.17812327 11.69211676 10.29400256 10.60957551 10.80299253 11.07797677 10.45172823 12.12909262 11.5813229 12.03420592 10.27222692 10.53267034 10.73904779 11.26492237 10.2439556 +LQ03X013580 Putative uncharacterized protein 9.968081429 9.456291445 10.44507345 10.76444667 11.13333435 12.45202913 12.57901422 13.51296404 10.06904441 9.653936265 10.77582623 10.6786249 10.82762465 12.72693252 12.65303635 12.84475856 10.38045176 10.71970353 10.09444643 12.57521135 11.82425386 11.96830882 14.18462714 14.37940409 10.54291564 11.42624364 10.01191183 12.98916515 11.32487682 13.32633202 13.97931941 14.32258044 +LQ03X013600 Predicted protein 5.090007488 5.243902091 5.663448777 4.992819135 5.114721065 5.474059516 6.096673536 5.140861001 5.033858451 4.843876504 5.813666058 5.065912019 5.479239115 5.740516569 6.268392162 5.370671397 5.641334325 5.143319697 4.920714687 5.619073208 5.609665131 5.143318238 5.224255933 6.055460659 5.132919904 4.983231355 4.879502206 4.642355442 5.375121533 5.421816455 5.382145637 6.868935534 +LQ03X013680 Serine/threonine-protein kinase AFC2 5.953836019 5.678292599 5.396273824 5.655757111 5.639781792 5.702479915 5.787386575 5.660545402 5.558014779 6.101233722 6.006308303 5.723696114 5.426529544 5.747015546 6.2793943 5.818898297 5.790578923 5.541800147 6.307120545 5.883329898 5.761758336 5.430288151 5.562380544 5.146817734 6.024807119 5.698364885 6.127796954 5.752684887 5.780453037 5.55944504 5.710889793 4.886551532 +LQ03X013700 Cytochrome P450 71A25 10.19516399 6.823349316 11.90230976 12.00350603 9.853962821 14.43530396 14.30878003 13.58600192 9.535261835 5.798537684 11.14353656 11.31278624 8.841467648 14.2200728 13.6764947 12.51509405 10.59804592 10.77598116 9.642959531 12.23385945 11.4793944 9.386634313 14.24385546 13.4232057 8.551165596 8.967127668 7.415126326 11.88389161 10.49542135 10.87509981 13.86304603 13.03164736 +LQ03X013720 Predicted protein 5.575438445 9.445885586 5.147368763 5.547888787 5.367308286 5.742743168 6.022681642 11.01238502 5.216712406 7.09529632 5.73226701 5.410429251 5.157208467 5.352501689 5.57414041 5.450646607 10.2212032 9.411139604 9.760599165 8.459728498 8.674771393 10.49171032 10.18158199 9.822892941 9.838295885 9.533315449 9.247650496 9.693233466 7.715454244 10.61830682 9.001300621 9.362344596 +LQ03X013760 E3 ubiquitin-protein ligase RGLG2 10.05401156 10.4546701 10.0125858 9.278449954 10.2292474 9.080242195 8.528297475 9.184939962 10.12588642 10.60958048 10.09778698 9.460079867 10.56856517 9.176687441 9.126241211 9.337236761 10.73785408 10.2704263 11.64817594 10.5155055 10.18963921 10.46161898 9.479568795 10.91537812 10.94121345 10.61696494 11.60588689 10.63991745 10.6164203 10.82326422 9.551234842 11.08772123 +LQ03X013810 Putative Probable galactinol--sucrose galactosyltransferase 2 5.034442696 5.094651534 6.799012146 5.217538977 5.337974296 5.174859351 4.967531016 4.985242702 5.335941312 5.03277933 5.786089146 5.441483169 5.542669784 5.319381682 4.917863438 5.281552197 5.489404373 5.125432408 5.433249578 5.486532766 5.425033355 5.296475554 5.611661676 5.296922755 5.616652676 5.616644341 5.200528871 5.507297035 5.395096483 4.938511103 4.902176439 5.047427054 +LQ03X013820 31 kDa ribonucleoprotein, chloroplastic 13.78543839 13.91 13.12279387 14.49035028 13.60258829 14.19896066 14.57192607 14.10921533 13.77091772 13.84175441 13.19603214 14.55996693 13.83741921 14.60749875 14.89026825 14.85709625 13.48198274 13.66679398 12.775949 12.56089456 13.36141403 13.54064089 13.74308321 13.87087246 13.49640753 14.10479438 13.18875784 13.14055347 13.51243052 14.09520839 13.8281429 13.92540691 +LQ03X013830 Protein-L-isoaspartate O-methyltransferase 6.419144341 5.965685562 6.038307416 7.103344169 6.181580752 7.084689912 6.853615063 6.105699968 6.480772036 7.37293149 6.619039325 7.178706146 6.455422431 6.842150233 8.07287232 6.489141722 5.966921085 5.999205962 5.457433282 6.483483859 6.188389689 5.842827254 5.89276733 6.242304919 5.692835656 5.538537769 5.400836523 6.02691793 6.550765836 6.064447296 6.149446273 5.82407541 +LQ03X013850 Putative LRR receptor-like serine/threonine-protein kinase GSO1 6.105098041 5.981759463 5.515448057 5.774579654 5.670359327 5.87935923 5.573213626 5.823692708 5.882091791 5.715820547 5.227016963 5.772847575 6.053430569 5.908286913 6.073514091 6.131650336 5.709752 5.538411146 6.279985911 5.895237968 5.869628234 6.011426438 6.85022782 5.450038805 5.594791362 5.745237158 5.34886207 5.292627588 5.421765772 5.706275515 5.712976881 5.524990038 +LQ03X013860 Predicted protein 5.163526175 5.370579972 5.468968504 5.952391181 5.496287422 6.089236985 5.740395704 5.842953199 5.913622106 5.736211964 5.611420534 6.061578094 5.507322994 5.920835872 6.447364531 5.442540928 5.047344252 5.540520002 5.105274528 5.19637865 5.078445097 5.169812213 5.882147274 5.380936098 5.281362896 5.529814604 5.029861839 5.045172834 5.485537113 5.382046765 5.09804279 5.381640512 +LQ03X013880 Putative Predicted protein 10.55784092 10.28257252 9.185056612 10.72280865 9.308990103 10.70331466 10.98272251 10.24905765 10.74528076 11.10600154 9.841550466 11.23633707 9.778342594 10.91419126 11.15442019 10.92528303 9.935386585 9.038945614 9.593966996 7.744790724 7.862611878 9.348007832 8.916959194 8.647195659 10.50908469 9.783956221 9.572604197 7.369555654 8.06941428 9.112546601 8.678770808 8.345716619 +LQ03X013940 Putative Protein tipD 10.96880409 10.505907 11.02986154 11.6281542 11.13043597 11.6605843 11.86893923 11.53011859 10.84997411 10.09934811 11.0665428 11.41343434 11.13970521 11.49848363 11.82658794 11.57302235 10.71318894 11.11142049 10.75135514 10.76715431 10.97572699 10.78236589 11.48807008 11.06710719 10.41876994 10.72486494 10.8573095 10.82452154 10.9894051 11.12668829 11.39071176 10.89484026 +LQ03X013950 Peptide methionine sulfoxide reductase (Fragment) 7.253024042 8.381140461 6.544628637 6.539011988 6.941064191 7.443612802 6.906181456 6.631330139 7.669481925 8.576793274 7.987861262 6.878291359 6.931470811 7.765825965 6.74107837 7.241339989 7.227252318 7.606808845 7.337736627 6.104956271 6.27340957 7.4388873 6.532014463 5.733954779 7.549487935 7.541799948 7.29609315 5.16378575 6.696704434 6.516813387 5.085277737 5.977557205 +LQ03X013980 Probable pectate lyase 5 6.567651611 5.863999739 6.605126017 6.317112104 6.19742841 5.723520191 5.657218663 5.504993947 5.937886361 5.389970825 5.921630351 6.284314222 6.555976473 5.594158379 5.490666001 5.849695777 6.046921497 6.174702998 5.491102405 5.768817703 5.805971528 6.38309616 5.933391904 5.582925878 5.979140753 5.777380351 5.442727462 6.027522958 6.269817069 6.037038144 5.375464329 5.927283573 +LQ03X013990 Protein binding protein, putative 6.508010483 5.611396127 6.539119094 6.462709837 7.283840851 7.214541946 7.846864093 7.221973572 5.756947546 6.125170339 7.300866788 6.827562961 7.039348648 7.514224041 7.950611148 7.246199689 6.383405742 6.438299763 6.297394055 6.361939099 7.694312892 6.853728022 8.614456981 7.192604787 6.377519922 6.623330072 6.686215661 7.205586117 7.133939449 7.482468009 8.444736603 7.614113523 +LQ03X014010 Adenosylhomocysteinase 1 13.0296361 12.70424161 12.40013179 12.39288906 12.22311783 11.70402306 11.67815724 11.0976885 12.98931438 12.82309442 12.4855565 12.61674925 12.15606678 11.65063987 11.813216 11.16517988 11.9330547 11.87784322 11.91454636 11.72786314 11.78632597 11.34782092 11.38350218 11.38460274 12.43459857 12.48126891 12.29198229 11.48262846 12.37354439 11.4475243 11.582578 11.31541552 +LQ03X014030 Probable Ufm1-specific protease 8.635400159 8.046194594 8.215016211 9.260268844 8.675705729 8.625443158 8.859647256 8.880510955 8.424320145 8.115525909 7.996188649 9.149762939 8.391847223 8.813576729 8.370907258 8.695339315 8.514676586 8.170863835 8.713687503 8.069130365 7.701015202 8.627515818 7.006150987 8.175853864 8.758373792 8.243175447 8.757318191 7.950949848 8.281224134 8.876479789 7.957389385 7.980374264 +LQ03X014050 Putative Programmed cell death protein 4 5.202107717 5.552047473 5.470577792 5.438833312 5.816367541 5.08918022 5.314059246 5.178034631 5.308288221 5.385066753 5.583335511 5.66290295 5.883083385 5.216073539 5.022958848 5.294543196 5.344406923 5.429324359 5.338127538 5.351250739 5.744271109 5.248431296 5.88572056 5.550063048 5.439375085 5.507357629 6.123056712 6.140943692 5.184210934 5.546895471 5.914876898 5.728142419 +LQ03X014060 O-linked n-acetylglucosamine transferase, ogt, putative 5.768698405 5.772060513 5.189343553 5.640234457 5.404592804 4.80546382 5.053640387 5.182906275 6.025968614 5.719477036 5.200353842 5.404628274 5.750188815 4.985869475 5.397372621 5.339984244 5.130437166 5.529750358 5.947563328 5.580449798 5.817017581 5.526644533 5.39432495 4.876165076 5.247321237 5.753875864 5.569632498 5.192406905 5.758446805 5.979820654 6.004921782 5.039302233 +LQ03X014080 Putative Protein cbbY 13.68805302 13.17656896 14.35440018 14.91884067 13.74278748 14.83090532 15.01585102 14.59573842 13.60673972 13.05239396 14.0698924 14.60334159 14.25046379 15.04108353 14.91254123 14.76358207 12.60637519 13.18679268 13.18638595 13.51605931 13.707553 13.26511915 14.27972705 14.43682131 12.98927835 13.48684028 13.24531982 13.97325727 13.84854169 13.70936781 14.43672339 14.05880813 +LQ03X014100 Nucleic acid binding protein, putative 12.70448349 12.68720545 12.45514922 12.06428858 12.2802416 12.03592369 11.89671963 11.99422953 12.86322959 13.03848351 12.41998698 12.32219837 12.54035078 12.20883741 11.98070845 12.20336298 12.73038529 12.76843265 13.2211179 12.96805671 13.0039243 12.82199481 12.38317393 12.19586843 13.21672655 13.0188342 13.42546063 12.63600337 13.06810743 12.12081682 12.26296785 12.00871852 +LQ03X014110 Zinc finger CCCH domain-containing protein 43 5.341004826 5.095149594 4.9390843 4.776652323 5.000909736 4.889679431 5.128891762 4.877772472 4.722756765 5.349447214 4.861284359 4.847729811 5.016390877 4.705613936 4.799046931 4.931028869 4.920969756 5.14866377 5.364758572 5.101241823 5.559834044 5.003874967 5.074503863 4.816004187 4.712581741 4.956625726 5.126456017 5.123814885 5.297722461 4.871373262 6.077717558 5.239030981 +LQ03X014130 Callose synthase 10 4.850590163 4.852105319 4.708904738 4.800012823 4.719068108 4.851692603 4.717918396 4.852302833 5.015599841 5.04563874 4.9349876 4.698264941 5.056362341 4.919810534 4.836039669 4.647581768 4.927012381 4.632041264 5.461161824 4.804566143 5.055174752 4.750013838 4.753081902 5.341871305 5.056159409 5.213880095 5.335176089 4.873167726 4.811242673 4.811883484 5.614285595 4.820730961 +LQ03X014140 GDSL esterase/lipase At3g48460 4.875020566 5.252690558 5.168957775 5.468193038 5.499782169 5.035911536 5.144086066 4.949438834 4.894669865 5.024946045 4.939127655 5.380138755 5.377859711 5.360194034 5.121810327 4.965719234 4.947210465 4.941934651 4.710023428 4.610144196 5.059651885 5.081946999 6.389712823 5.000120169 5.219453189 4.787094895 4.892931854 5.183994551 5.290321065 5.30686884 5.263643988 4.968612747 +LQ03X014180 Putative Kelch domain-containing protein 4 9.602930504 9.227898447 9.117532601 9.647884834 8.81414635 10.49955638 10.47044333 9.886446942 9.24926304 9.331360492 8.53725366 9.353368619 8.729861011 10.56249266 10.5502291 9.748491508 9.114164876 9.008593232 9.095552988 8.438070097 9.197892867 8.849168363 9.586915523 8.860188252 9.428653807 9.265404744 9.209539701 9.069246123 9.493197162 8.905379068 9.68185372 9.049116516 +LQ03X014190 Predicted protein 7.645416804 6.796854261 6.490676473 9.055793107 6.277534756 8.603988733 9.053064748 8.194192962 7.292651668 5.942873095 6.441871694 8.357922799 5.921782689 8.620876484 8.324890095 7.298294504 7.709494646 8.480458473 7.152331935 6.325532222 6.593263391 6.925733043 7.619628557 6.059649375 7.076172441 7.613510639 6.235881784 6.124394782 6.841573831 6.977127529 6.777969337 6.479651219 +LQ03X014200 Putative Oxygen-independent coproporphyrinogen-III oxidase-like protein sll1917 8.374493005 9.089907521 7.532088337 8.583884424 7.812979 9.548345036 9.576814968 8.780152578 8.847456149 9.039720316 8.374597823 9.202542966 9.004159489 9.92645772 9.971047844 9.766698453 8.417201256 7.905027538 7.843116761 7.352452604 7.621258424 7.923437047 9.733230566 8.914944051 8.82320172 8.437290725 9.106866138 7.251607855 8.34684514 8.615602681 10.09815547 9.031268462 +LQ03X014210 Elongator complex protein 3 11.86770342 12.4054139 11.57633756 11.42465939 11.57419139 12.59456936 12.42430688 12.41536975 11.92668306 12.44972035 11.68734775 11.48395449 11.62592928 12.67012997 12.44047097 12.59570351 11.80099167 11.81185567 11.58622536 11.36314354 11.13148962 11.374241 12.07644746 11.87878816 11.65826895 11.93520856 11.87783386 11.29174136 10.99887614 11.42774369 11.99855297 11.69987982 +LQ03X014240 Predicted protein 11.06398849 11.33652132 10.45524019 10.5133378 10.21369372 10.76355791 10.97317645 10.43717599 11.51974949 11.78193629 10.86440594 10.48110087 10.661688 10.83534617 10.66584121 10.54778446 11.02727425 10.96389164 11.79850613 10.80637934 10.55135215 10.32543768 10.16320062 10.99768413 11.35294756 11.32560139 12.15005473 10.35289548 11.09921457 9.963786558 10.33326589 10.81268166 +LQ03X014260 Ubiquinone biosynthesis protein coq-8, putative 12.41094554 12.39303545 12.37298083 12.48915642 12.29434686 12.9112985 12.93085602 12.44638936 12.73737453 12.65359556 12.58731338 12.63199805 12.51746542 13.11720406 12.76515655 12.53738195 12.11201915 12.46385238 12.05608616 12.46101429 12.09827976 11.66169265 12.21112776 11.61502744 12.36172516 12.32482907 11.91431265 12.17644688 12.17713319 11.60785534 12.43488704 11.20262571 +LQ03X014280 Nucleoside diphosphate kinase 2, chloroplastic 6.194671313 6.270220104 5.4632874 5.899736503 5.851549468 6.036448538 5.937167955 5.691177338 5.762932267 6.19828115 6.073600211 5.890317177 5.651877467 5.435240353 5.79333206 5.913386888 6.045181433 5.810157937 6.544314692 6.335617092 6.056684288 5.609525096 5.901779806 5.223726691 5.715380678 5.708125848 6.868429493 6.426742395 6.169994448 5.391165945 5.655527338 5.634346539 +LQ03X014380 Hypothetical protein 4.934591114 4.952961242 4.951575044 4.498157255 5.028171518 4.928199704 4.941092375 4.78100726 4.598557901 4.926433189 4.784677178 4.81178823 4.729640556 5.279911648 4.877070147 4.815144155 4.770593783 4.769400835 4.857830648 6.152841055 4.747668364 4.584195881 5.018057983 4.964015096 4.742549737 4.638845758 4.591225588 5.404740513 4.741340636 4.723632629 5.157621777 5.151799801 +LQ03X014390 Hypothetical protein 6.055400233 5.550612869 5.453610404 5.594551558 5.627005136 5.661544621 5.692865331 5.93746168 5.665609607 5.602659399 5.480172287 5.599161176 5.406206255 5.589234104 5.361988458 5.52823553 5.743471044 5.959952997 6.243988427 5.743101678 5.677191729 5.733855723 5.327849055 5.765210019 5.48292442 5.457335428 5.934864853 5.595025232 5.146335713 5.753192627 5.745414235 5.280208223 +LQ03X014400 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 10.4427112 10.29947309 10.08569703 10.23205992 9.926221719 10.82836791 10.92505365 10.81609073 10.22247803 10.2784343 10.09428792 10.14552229 10.13856965 10.72149908 11.33588177 10.86508824 9.695402491 10.45977751 10.02151552 9.345753149 9.726926455 9.490779531 10.4935956 10.09894234 9.726600665 9.950821224 10.05344025 8.905411745 10.49914667 9.531994856 10.51334053 10.59472569 +LQ03X014430 Putative uncharacterized protein At3g48500 9.881667416 10.04081353 8.740535787 9.23941012 9.144011113 10.60600707 10.89626333 10.13113366 9.861958697 10.0258412 8.89854517 9.400955968 9.128905736 10.4910069 10.64448454 10.37469935 9.741536253 10.06570894 10.52274349 8.663396046 10.03106673 9.483343382 11.1580812 11.26040843 10.34121277 10.39060206 11.27328955 8.825242868 10.35848145 10.08322741 11.01782057 11.2388645 +LQ03X014440 Bromodomain-containing protein, putative 9.743268851 9.813575908 9.561630942 9.787020947 9.563958832 10.28605823 10.39749018 10.13757507 9.692963656 8.630272596 9.698467907 9.638732282 9.623249951 10.1122052 9.958072111 9.987260388 9.603015939 9.883751482 8.307463277 9.442902967 9.713043404 9.46469569 10.28706674 10.68972483 9.358290206 9.816467305 8.197685131 9.674120046 9.845303119 10.05473699 10.51325775 10.47631392 +LQ03X014450 Predicted protein 8.635832002 10.46742438 9.206655562 9.653746429 8.872410406 11.36178892 11.72351602 11.39139166 8.065100478 9.724111573 8.580710849 9.14676328 9.225137175 11.04624847 11.37098793 11.26199273 11.92285367 13.39711934 10.72707212 9.919705227 10.80948888 9.188872288 11.32987129 11.09473475 9.328925017 9.545792588 10.563069 9.690571286 9.042945372 9.244290003 10.15484957 10.67532285 +LQ03X014460 Malate synthase, glyoxysomal 5.467127724 5.404229082 5.389015868 5.530609541 5.204870352 5.697852147 5.640194442 5.492327837 5.642010149 5.302531015 5.314119055 5.727440415 5.558498868 5.470860503 5.338496136 5.244330502 5.433304136 5.676450836 5.876470889 5.480636469 5.715053173 5.101013666 5.952850849 5.535028665 5.272650079 5.688907857 5.44480461 5.415314082 5.924274428 5.52980885 5.580258032 5.225015952 +LQ03X014470 Cyclin-dependent kinase G-2 6.730765418 6.241830142 5.668121765 5.969481681 6.450907985 5.245297816 6.072061605 5.935523271 6.725254766 6.433834625 6.099856878 5.920540586 6.712985214 5.588478517 5.779576563 5.977787028 5.804858103 6.980451794 7.925638083 6.479710763 6.565577781 6.376347172 6.447047124 5.432823354 6.053463515 6.897649236 7.364716422 5.730462528 6.951385582 6.464303093 6.064381723 5.672913678 +LQ03X014490 4-coumarate--CoA ligase-like 9 5.508110752 5.494742142 5.060233259 6.144310961 5.63867789 5.455218453 6.167181535 4.993599562 5.702549405 6.226784843 5.145022518 5.741424741 5.601396978 5.473215566 7.111689757 6.040464626 5.620830594 6.21468857 5.207898484 6.129176816 5.62007194 5.163801091 5.691131448 6.44715537 5.216592266 5.487796446 5.628855816 5.755389866 5.988956687 5.222839039 6.226779581 5.714969841 +LQ03X014520 Brain protein 44-like protein 12.87860902 12.6822508 12.80657035 12.96370725 12.81291179 12.81191772 12.7109246 12.95560952 12.86225645 13.0097197 13.21165505 13.20658314 12.93281133 12.72033391 12.50490358 13.03450717 12.88443175 11.98115688 12.74144875 12.66573272 12.15722548 12.79006042 11.84016014 11.96256127 12.99124183 12.26354206 12.47439564 12.44311518 11.55741631 12.65951817 11.79447932 11.77413434 +LQ03X014580 Aspartyl aminopeptidase 11.96792873 11.8298689 11.44109752 11.62850927 11.41314143 12.58070622 12.43997944 11.84066696 11.84437349 11.83174074 11.31425099 11.65091149 11.57810127 12.4525968 12.20375487 11.82413332 12.12922298 11.96369137 12.22529557 11.62136101 11.57765212 11.64507944 12.46980044 12.46402186 12.10099733 11.8171306 12.43935959 11.60124023 11.82896376 11.9011434 12.37625852 12.3933605 +LQ03X014590 Adenylate kinase B 13.62649504 13.80835675 13.20004457 13.22650337 12.92163799 12.72279124 12.91536003 12.62398815 13.779924 13.89435414 13.50703522 13.41281665 13.17479352 12.65392919 12.84892694 12.97221377 13.71912308 13.08616018 13.83635654 13.19324756 13.16561268 13.31325748 12.9036421 12.68176264 14.16682783 13.67800864 13.87111183 13.2667323 13.51457694 13.1214173 12.86614263 12.45375838 +LQ03X014600 Nucleolar protein 56 5.293982252 5.541634892 5.906473447 5.279345143 5.8545845 5.272401688 5.286675719 5.352901738 5.631784111 5.748039213 6.280032688 5.343403851 6.155506748 5.07110176 4.965070241 5.067976083 5.529537604 5.965307032 5.906525261 5.693179602 6.778558781 5.980933402 6.298741513 5.48440106 5.633523708 5.771781587 6.279163289 6.186465191 5.775574573 5.80994899 5.92202532 5.45097377 +LQ03X014610 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 9.686596065 9.063492513 9.507399127 7.821923257 8.914686193 6.061248373 5.464048144 5.486045499 9.833962452 8.863346174 9.543628935 8.025618706 8.901800088 5.918614663 5.20438822 5.722850872 8.723346371 8.215804523 9.857049481 9.130596041 9.055467918 9.425821218 5.822430963 6.560521619 9.987714675 9.556940668 10.15872331 8.888920319 9.475086661 7.943942492 5.235355168 6.218935891 +LQ03X014630 Argininosuccinate synthase, chloroplastic 12.12327297 12.35047935 10.95931699 12.19837166 11.47744786 12.02464223 11.94273132 11.63308478 12.14835614 12.34081543 11.19743015 12.32120302 11.62540138 12.08891189 12.08841505 11.9577868 11.59798757 11.83313863 11.59175 10.41377579 10.30127921 11.30338796 10.31340185 10.44416176 12.07401221 12.2350447 11.83560362 9.65015536 10.73376498 11.15384097 10.60471574 10.27216456 +LQ03X014650 Cycloeucalenol cycloisomerase 5.320554531 5.516598217 5.116805371 5.612781384 5.616381587 5.410973486 5.330129182 5.359496311 5.092144869 5.728057865 5.576957925 5.351830101 5.302147117 5.570788897 5.735229136 5.422611626 5.639301875 5.553312055 5.815669137 5.599563671 5.529784581 5.384982936 5.654463841 5.488663955 5.467233284 5.473581526 5.795271662 6.111094491 5.974505389 5.034670329 6.020587044 5.510505368 +LQ03X014660 Putative uncharacterized protein 11.29926652 12.04442265 11.52356111 12.10505115 11.4077021 12.31007428 12.85062756 12.90120861 11.63541053 11.76397924 11.64774582 12.4577281 11.80462158 12.66436371 12.9664104 13.2734861 11.43925932 12.02437926 11.83984081 10.98460974 11.28529289 11.67021378 13.25663986 13.19279031 11.884075 12.3673303 12.19238247 11.11075263 11.3811196 12.09210524 13.40363352 13.03303578 +LQ03X014670 Putative Calcium-binding protein CML39 5.346993102 5.624875106 5.99674003 5.54122035 5.907173952 5.305316451 5.183063267 5.516325944 5.258525643 5.310612592 6.066257445 5.406186988 5.604162399 5.350597013 5.32812921 5.488249595 5.677671078 5.326044983 5.553434389 5.568846529 5.717185254 5.508261483 5.990182044 5.983072672 5.682107643 5.464810734 5.502403417 5.297845292 6.22412335 5.635351703 5.284699117 5.309611482 +LQ03X014690 ATP binding protein, putative 5.228324469 6.034258522 5.913521387 6.053122905 5.326766029 5.364063589 5.58614282 5.200648382 5.694651122 5.773839071 5.139876651 5.764498543 5.720478278 5.331943258 6.775895009 5.538963462 5.396709953 5.416480667 5.514361742 5.823965164 5.304002627 5.582718546 5.678663396 5.716653271 5.303582396 5.099341933 5.29844072 5.58283127 5.913396342 5.642159966 5.79042107 6.004167907 +LQ03X014710 Elongation factor 1-delta 5.970255249 6.446385914 6.26212411 6.762761978 5.778321013 6.940977707 6.292891441 6.070338785 6.347095339 8.012085666 7.080507106 6.707455791 6.212739465 6.498238871 7.57576252 6.18410154 6.038011447 5.917194364 5.905736214 6.468529005 5.494248173 5.854431052 5.696458707 6.514604077 6.476659483 5.726085706 6.763204858 5.633351971 6.053083228 5.736072364 5.972751266 6.39809909 +LQ03X014720 Putative uncharacterized protein 12.56095478 13.06344978 12.54318027 12.78847458 12.78422361 13.10848044 13.00376878 13.22371239 12.71889283 13.08809847 12.88354653 12.71058182 12.96224013 13.28182929 13.05332025 13.35707532 13.04566356 12.915071 12.65914101 12.73566698 12.51005568 12.86685608 12.43045457 12.58435714 12.75744027 12.91716423 12.46148485 12.65409343 12.22965272 12.86704366 12.42425657 12.38698532 +LQ03X014730 60S ribosomal protein L17-2 5.752441343 5.220807289 4.971436528 5.737942438 5.740495814 5.692405003 5.836263489 5.423943594 5.606404791 5.696878155 5.746357214 6.113665966 5.906241305 6.18695703 5.988204811 5.636313166 5.469727524 6.084635742 5.655304048 6.003159272 5.618851532 6.090823499 6.000884144 5.562216705 5.977021269 5.596975067 6.236124047 5.52722139 5.771785365 5.556447513 5.3346732 5.746308397 +LQ03X014740 SWI/SNF complex component SNF12 homolog 10.66279021 11.01898357 10.37594009 10.3118469 10.37985682 10.88970407 11.20726615 10.78926872 10.95416449 10.91480124 10.63175261 10.49231935 10.33161451 10.94826333 11.05367784 10.94555392 10.44743652 10.74107927 10.52372166 10.23589294 10.43174263 10.37841127 10.57034653 11.11232391 10.9515487 11.16062509 10.97154953 10.23625789 10.73960341 10.6622187 10.54167689 11.2319396 +LQ03X014750 Putative Cytochrome P450 94A1 5.486208202 5.560716226 5.814942095 5.379642569 5.576375935 5.44136401 5.64628582 5.952598722 5.320760716 5.614575027 5.338349882 5.46411558 5.729650268 5.656230304 5.265069546 6.001388797 4.959104333 5.314710859 5.706809693 5.735863956 5.665512463 6.19774406 5.486323557 5.847791759 5.451356775 5.32340275 6.64722951 5.969762922 5.604466566 5.821224038 5.860532076 6.747402487 +LQ03X014760 DNA binding protein, putative 6.111043653 6.487989207 6.29516965 5.760003336 5.963604474 6.229140147 5.694738424 5.766106073 6.522806884 6.470003925 6.119892342 5.950887767 5.927275069 6.466755976 5.905158549 5.915881965 6.199331775 6.160065796 6.121908582 5.714235455 5.279323646 5.978515966 5.174441195 5.711991725 6.426615841 5.981305175 5.968117929 5.721768853 5.085070194 5.823881866 6.063731657 5.857664436 +LQ03X014780 SNF1-related protein kinase regulatory subunit gamma 1 5.251282347 5.286764337 5.538696979 5.738176903 5.272095757 5.472828079 5.624426013 5.733810409 5.452177337 5.522603769 5.531842981 5.753264273 5.730811467 5.599639149 6.721691615 5.742973298 5.721754746 5.487329308 5.033719707 5.723908494 5.702400898 5.428435583 6.043397434 5.686011382 5.212734469 5.430937889 5.293331929 5.282514297 5.646203673 5.500704229 5.88572088 6.336464282 +LQ03X014790 Putative uncharacterized protein 12.60935602 12.77450466 12.6336962 12.3590392 13.13628351 12.99287794 12.93184552 13.41180664 12.73949565 12.50813649 12.62182939 12.71645158 12.97373919 13.16271818 12.89984016 13.31221782 13.21093892 13.21497599 13.49085993 13.24385429 12.94519346 13.26517823 13.59740233 13.98894179 12.98919135 12.78294574 13.30032516 13.31583019 12.96978979 13.53631291 13.72508005 13.9741697 +LQ03X014800 Putative COMM domain-containing protein 9 5.334077961 5.472683653 5.307148722 5.140653353 5.434873612 5.256942436 5.562667708 5.635319582 5.209452259 5.426501197 5.324715855 5.090022929 5.288801597 5.257565186 5.566459123 5.47322797 5.470288085 5.330138572 4.870671789 5.282806762 4.974869874 5.232582932 5.687573448 5.784990362 5.220661483 5.563020741 5.433598381 5.373240047 5.07126927 5.285237145 6.518369134 5.330274503 +LQ03X014830 Probable inactive purple acid phosphatase 27 10.23836979 10.66262317 9.08421925 9.453968182 9.87227461 10.05925718 9.735744145 9.888955654 10.46072028 10.62312885 9.948211913 9.43045799 9.966957868 10.49559089 9.800171556 10.23824646 11.53384559 11.0371395 11.51703183 10.60821686 9.874831952 9.667592793 9.628660444 10.13455376 10.75898246 10.45080219 10.82760738 9.884628877 9.934367115 9.56666591 10.14496681 10.14590696 +LQ03X014850 Putative uncharacterized protein 10.09533314 10.72359243 10.17357539 9.88492056 10.28042259 9.893207542 10.09195 9.870213888 10.43124049 10.76823952 10.32967873 9.91492849 10.75556885 10.33959107 10.12089859 9.888143924 10.65659589 10.63942276 11.42392026 10.89965722 10.81664854 10.28618694 11.29127605 11.01625099 10.88103715 10.92700586 11.67191145 11.05278638 11.17436772 10.53439606 11.26157071 10.89264637 +LQ03X014860 Putative Serine/threonine-protein kinase RIO1 6.282496557 6.46948187 6.519724615 6.811043312 6.898580388 5.976085413 5.998001866 6.586478477 6.331570706 5.844173301 6.705526948 6.657203956 7.298126789 6.085958924 5.891991163 6.224270138 6.262288697 6.368573939 5.984882068 6.828038872 7.114522077 6.917904351 6.811024773 6.163225668 6.447246192 6.435563883 5.660630085 7.108811687 6.74458847 6.591659136 7.279738576 7.165137931 +LQ03X014870 F-box protein At1g67340 5.59332979 6.123906149 6.89813503 5.864584482 5.29851961 5.586077676 5.355580612 5.452453443 5.804572101 5.520998794 6.013530967 6.020381917 5.478536932 5.674888573 4.992084841 5.5846398 5.71012477 5.972198053 5.905327865 5.71658287 5.607078254 5.613375964 5.408077497 5.055451363 5.996346118 6.001250169 6.110053756 5.950615218 6.147743827 5.630567859 5.07773216 5.575982113 +LQ03X014880 Ubiquitin-like modifier-activating enzyme 5 6.35418985 6.321657112 6.450442251 5.709475881 6.245714749 5.363892765 5.673893539 6.103480067 5.998079763 6.161359397 5.942270825 6.215961117 6.112463529 5.48182974 5.344493276 6.017055526 5.786488094 6.731089134 7.225250011 6.469548465 6.141127698 6.199492306 5.900925709 5.397573688 5.881607209 7.234448211 6.904904486 6.66692567 6.393266976 6.326100741 4.675955812 5.736003207 +LQ03X014890 Deoxycytidylate deaminase 11.45196606 11.41643163 10.03746824 9.946785016 9.694715146 10.13921121 10.28870399 9.316502443 11.65538994 11.74735021 10.38969274 10.37548423 10.05973298 10.419407 10.19675433 9.944322656 11.42066838 11.53899497 12.1835861 10.1035593 10.28253499 9.982713237 10.12087736 9.958543123 12.1672218 11.9355263 12.55772363 10.11707987 10.22110995 9.335940622 10.07521785 9.877921168 +LQ03X014920 Putative uncharacterized protein 5.240435468 4.66503943 5.407955559 5.024028317 5.004593546 5.420543736 5.125496393 4.929465977 5.242978448 5.292761465 5.25667247 5.270029539 5.067153987 5.54379575 5.822361403 5.344842907 5.053080679 5.2645391 4.788134064 5.101743699 5.313721074 5.368034929 5.485182518 5.640950753 4.963116662 5.283473538 5.131192493 4.977143293 5.169915173 4.972549943 5.490354649 5.583683681 +LQ03X014940 Putative uncharacterized protein 5.037163326 5.149407792 5.395397367 5.058222255 5.294078348 5.31813409 5.110204741 4.964720366 5.366226918 4.682406264 5.30143409 4.974639665 5.519163268 5.195608193 5.180520083 5.187836047 5.270780712 5.070461825 5.098993504 5.084620307 5.117149771 5.087033198 5.116841437 5.058388293 5.389364697 5.15327868 5.30990267 5.034030554 5.26074178 4.970002078 5.275959813 5.37914916 +LQ03X014950 Protein transport protein Sec61 subunit gamma-1 5.980112912 6.022620725 5.247867373 6.43389205 5.425485987 6.392405673 6.506219971 6.140671971 5.861556293 6.182115438 5.240994147 6.518303843 5.556872671 6.604170416 7.552636838 6.389811327 5.520154963 5.604186244 6.016373805 5.423611003 5.590683953 6.036376162 5.761100628 5.523016535 5.818409505 5.521758813 6.169906658 5.470603719 5.244575399 5.551580664 5.060153767 5.290670639 +LQ03X014970 Nuclear transcription factor Y subunit C-1 5.356866343 5.518968988 6.090373748 5.336824006 5.356039225 4.853923661 5.60606772 5.352089904 5.465656975 5.80392967 5.869655957 5.554564527 5.760037745 4.979918797 5.827764353 5.352387288 5.556331356 6.015784812 6.091822569 5.60809108 5.829802044 5.591517884 5.96165707 5.394348504 5.670278694 5.923344979 6.831294453 5.849768039 6.434783648 5.164841531 5.301436295 5.234470894 +LQ03X014980 Predicted protein 6.726503749 6.994882835 6.143642713 7.296298347 5.769799238 7.276414653 6.547963512 6.523384376 7.050489763 6.485084496 7.048632477 7.459143056 5.954718884 7.327553004 6.145093231 6.221180947 7.569665249 7.435973537 6.91218229 6.818846998 6.353047142 6.869380098 6.490789546 6.5178209 7.291201846 7.91575326 6.758571157 6.987820944 6.822776791 6.722255726 6.652914765 6.328503916 +LQ03X015000 Thylakoid lumenal 17.9 kDa protein, chloroplastic 11.35024723 10.41057992 11.19645282 12.04902707 10.95174765 11.80299872 12.19410725 11.3142429 11.40227563 10.34745854 11.18288051 11.96401909 11.31745293 11.76647967 11.99359328 11.78132815 9.971049329 11.25451318 10.07027063 10.53975569 11.25808435 10.46530718 11.82703656 11.42630038 10.00779939 11.3532518 10.67218795 10.96252904 10.85162262 11.19699169 11.7376249 11.27175624 +LQ03X015020 Predicted protein 13.14301335 12.31846646 12.94581734 12.67409813 12.16325953 11.43540082 10.93196401 9.944092912 12.95111249 12.07336239 13.05096669 12.57899374 12.45652201 11.18002603 10.95602094 10.91485859 11.56267275 11.77845446 10.07220032 12.1007808 12.35033975 12.0044169 9.902490278 10.01011319 11.97374413 12.12612885 9.834041179 12.0385577 12.45796638 10.94272355 9.397991373 9.836522934 +LQ03X015030 Putative uncharacterized protein 9.450380084 9.879318012 9.818304073 10.62575947 10.02328587 11.60193632 11.40800414 11.45342722 9.775273712 9.493207704 9.878451371 10.83398715 10.03660283 11.49277652 11.36751291 11.51826044 9.695505451 9.541209797 7.175538108 9.608241282 9.855824692 9.671419099 10.14701605 10.98066662 9.097136693 8.909931621 7.028421095 10.53596763 9.772447919 9.979247198 10.56200846 11.02517949 +LQ03X015050 Putative uncharacterized protein 10.94455588 10.49555038 10.51891114 10.45480291 10.61201274 9.356414068 9.117458745 8.988824335 10.89486919 10.90797746 10.50963337 10.59130438 10.48823544 9.26579747 8.998810943 9.542164214 10.54367978 11.10058717 10.96930421 11.01486696 10.94744736 10.36008677 9.431283393 9.433916397 10.23327256 11.06477146 11.04688201 10.53792047 10.32163387 10.03104946 9.402363094 9.852495971 +LQ03X015090 Uncharacterized protein At5g63510, mitochondrial 14.28086419 14.17721576 14.145999 13.59529475 13.7437903 13.14226202 13.09810884 12.56607015 14.17982053 14.28943548 13.97219724 13.62515051 13.85504561 13.07094036 13.12097214 12.88790236 13.50526109 13.47925795 13.86127389 13.9826817 13.82695423 12.99589523 13.9691512 13.46600397 13.87632601 13.67312378 14.28518614 13.58005484 14.05333092 12.97854245 13.91928102 13.58179883 +LQ03X015110 Putative Squamosa promoter-binding-like protein 13 11.33114712 11.85317678 10.76833143 9.721794452 10.26864998 9.257621099 9.184782481 9.513205758 11.71238492 12.07143773 10.98312802 9.998175559 10.4463141 9.752276032 9.137025618 9.618839894 11.34681854 11.48533862 12.20771739 11.15083077 10.7057839 10.86147132 9.489250439 9.872879687 12.25990476 12.21530075 12.6207095 10.43590789 10.8818537 10.17504384 9.61542663 9.852658548 +LQ03X015120 Putative SUMO-activating enzyme subunit 1 6.587890706 6.725093021 5.860188572 6.576194495 6.38882727 5.806794048 6.172311915 5.860651106 6.20562729 6.505450404 6.207786016 6.236501342 6.407217145 5.803320113 6.06624527 5.888275006 6.058771915 6.556494565 6.831713931 6.830757772 6.365108689 6.616591782 5.431201045 6.137023813 6.132636376 6.673020545 7.32537208 5.956234909 6.906939302 6.082372422 6.362606688 5.70559285 +LQ03X015150 Predicted protein 5.649344953 5.697645166 6.200970132 5.83912434 6.397013079 4.895028057 4.871783239 4.85283643 6.02902774 5.874733649 6.385687964 5.879394391 6.589973809 5.078176723 4.909649611 4.803905375 5.203676405 5.806370465 5.617254144 6.057482948 6.863358302 6.245525801 5.478705378 5.462026803 5.24308797 5.666949977 5.900609012 6.851971102 7.110332925 6.313245194 5.654328811 5.161330002 +LQ03X015160 Metal ion binding protein, putative 14.03476629 13.79151673 13.42890517 12.97287808 13.24950621 9.998317484 9.422517954 9.37148833 13.2868879 13.29222523 13.01903515 12.49669561 12.96527632 9.896221871 10.00182807 9.294932571 13.25831976 13.64357894 13.50326264 13.46916405 13.16691247 13.36033961 9.613236571 9.753271606 13.89844787 13.75877979 13.68895533 13.41401057 13.16610339 12.05758755 9.522417318 10.3143806 +LQ03X015190 Putative uncharacterized protein 11.07973786 10.54624418 10.09965509 10.3510396 9.626438612 8.628401564 8.110392637 7.320532485 10.94921187 10.46808862 10.60652136 10.61468851 9.574867248 9.055469358 8.266323897 8.053491458 9.883451519 10.59286367 9.874220657 10.27894507 10.34802973 10.25597469 7.195395753 6.399960207 10.67540038 10.95256742 10.5929304 10.01059665 9.423867984 9.108588206 7.669304345 5.81087455 +LQ03X015200 Putative Hydroxysteroid 11-beta-dehydrogenase 1-like protein 4.848759197 5.007685814 4.973177425 4.787866938 5.329860605 4.939023754 4.80495808 5.014010504 4.595303623 4.778284427 5.098875281 4.688414566 5.058748235 4.874452253 4.747820201 4.835738762 4.676806315 4.84823041 5.154346387 4.827980464 4.868059004 4.859248407 5.157606539 5.006123335 4.647326108 4.765053822 5.255873683 4.679373684 4.853741134 4.713520299 5.096482556 4.943421007 +LQ03X015240 Putative Dehydrogenase/reductase SDR family protein 7-like 9.671050256 9.454416952 8.31834018 7.404178515 8.802254717 8.288879404 7.573902934 8.995128678 9.89992233 9.122021062 9.083666938 8.446129069 8.096515486 8.855715892 7.815960366 8.151811754 9.355805096 8.63392811 9.769224265 9.550175466 8.294057207 8.967772363 5.770245702 7.715851307 9.767496605 9.829955333 9.940155339 8.694001933 8.274460543 8.350783137 7.223050579 7.628536747 +LQ03X015330 60S ribosomal protein L7a 14.86917934 14.70372418 13.79529949 13.98420678 13.60706105 14.24864465 13.91031396 13.57935343 14.97572362 14.86039123 14.11285055 14.43768723 13.96847397 14.07697447 14.18248612 13.51204212 14.63774461 14.57137095 14.83123956 13.87169837 13.73997145 14.62636905 13.90791197 13.4768333 15.06609572 14.87910902 15.05015451 13.62219212 13.92272812 14.18946348 13.77961241 13.6089195 +LQ03X015340 Hypothetical protein 5.494328036 5.552470707 4.996541864 5.305395463 5.403703392 5.644566553 5.764847639 6.034193287 5.239782702 5.35716287 5.10540763 5.639706134 4.909572804 5.603441955 5.391315334 5.608736537 5.414627282 5.658650021 5.614430598 5.319015113 5.403862055 4.968703387 5.544234585 5.594854192 5.738756295 5.35327322 5.235992047 5.672360096 5.43855283 4.895201071 5.267877071 5.412800316 +LQ03X015350 Omega-hydroxypalmitate O-feruloyl transferase 5.155754466 4.923786986 5.427983752 5.077478401 5.115607976 4.824736507 5.146684496 5.180877727 4.955417799 5.117490349 5.069603457 5.286361729 5.056919948 4.819535883 5.154614499 5.139962636 5.212311217 4.921985975 4.950921763 4.798115667 5.075252903 5.102269208 5.206312749 4.886988191 5.236321532 4.730791399 5.014471398 5.08023863 5.381146213 4.937562731 5.449690401 6.312517778 +LQ03X015400 Glutamate-1-semialdehyde 2,1-aminomutase 2, chloroplastic 5.752222421 5.261814124 5.699034594 5.652243903 5.567881017 5.557009273 5.366109467 5.163771695 5.767611543 5.809864177 5.763679209 5.406820974 5.907662859 5.441873488 5.980959389 5.025940546 5.833860365 5.374112051 5.219818514 6.062531181 5.459631326 5.433855559 5.303235913 6.156984792 5.39072669 5.429529946 5.496659582 5.821067862 4.907987923 5.537198888 5.522313885 5.971688783 +LQ03X015420 Membrane-anchored ubiquitin-fold protein 3 13.05499626 12.87797257 12.80560183 13.27318854 13.12128276 13.44970682 13.56440529 13.70595369 13.20267545 13.07912482 13.02780086 13.36445825 13.26829303 13.52534738 13.53442102 13.54828689 12.8465778 12.31874371 11.86711483 12.22267314 12.80133243 12.53747264 12.1044189 12.41991643 12.57831366 12.24925194 11.63995668 12.86833169 12.44520622 13.00993578 12.30664822 12.46297098 +LQ03X015430 RNA pseudourine synthase 7 8.087672011 7.18492164 8.255234049 7.995454728 8.26204806 8.262205434 8.569949307 8.178228907 8.377258327 7.667327832 8.933455456 7.897779775 8.234744201 8.064147588 8.356334697 8.409742242 7.393208109 7.842417062 7.864506173 8.223877784 8.566395026 7.557262722 8.322553547 8.784016377 7.500459311 7.594270296 8.134014033 7.372163074 7.821266909 7.696141037 7.71910844 8.047131229 +LQ03X015450 Putative Protein RUPTURED POLLEN GRAIN 1 5.654010815 4.84071596 5.163996587 4.8211697 5.176701132 5.180191842 5.030572533 5.131154842 5.609650972 5.109961015 5.039651472 5.103714647 5.420969589 5.38361622 4.699152061 5.284045569 5.182321615 5.432985078 5.984247584 4.865026314 5.049579034 5.036475519 5.287512438 5.151625177 5.182476322 5.400917718 5.786537603 5.029012693 5.767469921 5.169517693 5.121284047 5.127949013 +LQ03X015470 Probable S-acyltransferase At3g26935 12.89479119 13.23103723 12.54150833 11.59559718 12.40593249 10.50409089 9.68689886 10.57393227 12.95415257 13.1908687 12.84503286 11.76825344 12.38555888 10.4972555 10.34881323 10.46233245 12.32252559 12.49011223 12.48825553 12.97246611 12.45815822 12.60342315 11.21243869 11.21811365 12.75973509 12.78771954 12.65098194 12.71290414 12.8708974 12.15019465 10.91018962 11.60576729 +LQ03X015480 Mitochondrial import inner membrane translocase subunit Tim8 5.140880881 5.172800594 5.415871632 5.044557737 5.394938732 5.869349005 5.201901134 5.486926114 5.529175636 5.868742577 5.065830312 5.326908039 5.227659816 5.803632978 5.594383702 5.385582019 5.428184821 5.064649471 5.264326151 5.029643699 5.362489369 5.030996217 4.994778957 5.472431017 5.39341792 5.241755027 5.519859795 5.148515073 4.986218351 5.57885845 4.941243857 6.877587289 +LQ03X015510 Predicted protein 10.7485392 10.48042131 10.41322584 9.2628036 10.33064494 8.979419955 8.416875264 8.746277978 10.64467837 10.26523929 10.37834235 9.452975122 9.824865656 9.29486886 8.466167298 9.60312598 11.49505279 10.54558047 11.13912617 10.77343269 10.50085139 10.14049283 8.131598205 7.654696264 11.11337465 10.30282107 11.05543084 10.70879649 10.30656677 9.954978831 8.204160892 8.479517592 +LQ03X015530 DNA binding protein, putative 4.710639916 4.960533339 4.58339165 4.538715432 4.615419277 4.63602077 4.803826988 4.697551064 4.686785166 4.89828425 4.646135557 4.629951947 4.884054096 4.492854727 4.48053973 4.504919823 5.106699707 4.820058618 5.104600909 4.725808841 4.912810762 4.755438221 4.734290668 5.120706593 4.93495294 5.029589333 5.232088178 4.883509159 4.916120442 4.993165441 5.232848136 5.044729821 +LQ03X015540 Ubiquitin carrier protein E2 27 5.529367826 5.2791061 5.880552102 5.391540679 5.899509288 5.699548764 5.485296353 4.96377889 5.711214091 5.428930434 5.466077723 5.46571628 5.89613007 5.601264046 5.554764807 5.239954717 5.699519408 5.685684927 5.688910809 6.28063712 5.716208974 5.911931675 6.464101796 7.199734184 5.803847416 5.995433048 5.619402007 5.521173569 5.90677858 5.88683124 6.335096749 6.355135683 +LQ03X015550 Putative uncharacterized protein 12.20418808 10.71974743 12.56455736 12.03577081 10.9560959 13.49249518 12.87032413 12.65227735 11.81271833 10.23982564 12.06043203 11.30071813 10.65226944 13.38861572 11.82269637 11.0437833 11.8242541 11.70660043 11.39225849 12.25517812 11.45068275 10.97553811 11.97386185 11.29564951 11.30835514 11.12926611 10.66554249 12.03664009 11.18045945 10.63218932 11.32901224 10.60826525 +LQ03X015560 UPF0497 membrane protein 8 6.05230178 6.574265362 8.204532983 6.001092879 5.568655493 5.601055049 6.362304944 6.57894249 7.089519763 6.193526341 6.643092174 6.155195289 6.012127996 5.85721541 5.638463444 6.033265883 6.721784273 6.273423348 6.215616431 6.778477233 6.430834302 6.33543886 6.800725104 6.023681769 7.004772062 6.608186743 6.016786764 6.130220943 5.896295126 5.531228281 7.260398377 6.057909715 +LQ03X015570 Predicted protein 5.575153701 5.054258537 5.844095711 5.422766409 5.783596392 5.576405604 5.681597739 5.452171984 5.513179896 5.235085934 5.776358893 5.273837291 6.030433117 5.02307057 5.883911531 5.358920243 5.27587889 5.700906632 5.231974527 5.432085181 5.498995649 5.697967477 6.001738573 6.019577689 5.568757137 5.796857794 5.178659397 5.35822165 5.568688638 5.54655784 4.839175278 5.372093578 +LQ03X015590 Serine palmitoyltransferase 2 5.191238657 5.141969637 5.191774832 4.78854207 4.865400056 4.679290293 4.67425182 4.886646909 5.341849979 5.207527619 4.729624528 5.016604328 4.880696764 4.948069164 5.431409005 4.754146084 5.225682394 4.855483788 5.222627629 4.838681544 4.738160461 4.730854326 4.964368987 4.974681602 4.825149102 4.868044493 5.326803464 5.190373394 5.241238509 4.78156251 5.493844384 5.407555453 +LQ03X015640 Poly(A) polymerase, putative 5.324542956 4.973372232 5.423308305 5.471587502 6.045948154 5.503329788 5.415661373 5.478721899 5.42666748 5.488502954 5.551884473 5.391083342 5.570520983 5.423798811 6.245920902 5.490859854 5.695108113 5.265090557 5.247888908 5.62134554 5.568459494 5.175503969 5.405246026 6.699069809 5.693215616 5.59653082 5.74671631 5.070468946 5.545576286 5.565658705 5.629291716 6.723468154 +LQ03X015670 Putative uncharacterized protein 12.76219626 12.80908351 12.69753991 12.50612989 12.74174645 12.68692232 12.82842488 13.27626402 12.81620984 12.92580447 12.9244511 12.58869234 12.95075407 12.80683605 12.9182623 13.17586049 13.34740627 13.37724553 13.37030077 13.23499799 13.02547289 13.01034457 13.13570313 13.34628156 13.13232312 13.30280483 13.39819256 13.12454964 12.89315999 13.00045096 13.24536923 13.5100355 +LQ03X015680 Serine carboxypeptidase-like 45 5.44405978 5.631708482 5.931427199 5.905470443 5.377614738 5.101865209 5.15380653 5.533643538 5.39466681 6.052055315 5.717974717 6.158166449 5.802403822 4.997675178 6.306061393 5.368417564 5.280473431 5.459945269 5.41811633 6.320487628 5.363331238 5.400741294 5.445807416 5.529293594 5.742417288 5.818962148 5.731059986 6.096513105 5.702393602 5.401281315 5.933020702 5.44338126 +LQ03X015690 Phosphoprotein phosphatase, putative 5.628970706 5.187250098 5.162682079 5.681983297 5.01547176 6.498163633 5.772072073 5.945985877 5.31545326 5.952197579 5.440963288 5.830670808 5.535095247 6.425887429 5.657561148 5.957192747 5.887941234 5.263554923 6.33499221 5.825510377 5.934329427 5.893565643 5.357380967 5.927880206 5.672222546 5.69362737 6.310781209 6.256187155 6.651471917 5.963751509 5.379914316 5.602566714 +LQ03X015700 ATP-dependent Clp protease ATP-binding subunit clpC homolog, chloroplastic 10.95940074 10.80026596 10.99381184 10.78177137 10.58566557 12.29863864 12.73582292 13.1524722 10.17267808 9.757996199 10.00057115 10.27830773 9.727167661 12.11178278 11.98163989 12.0928093 10.75429505 10.46862221 11.19705213 10.19670285 10.5105196 10.77822447 13.61762529 13.95064136 10.96294356 10.53298206 11.42856252 10.1793893 10.61020853 11.80629086 13.83716626 14.20173578 +LQ03X015710 Predicted protein 6.064530804 6.096440346 6.124823155 5.954010299 6.45165015 5.704245413 5.912802861 6.049284209 6.266124973 6.532435987 5.903638487 6.1285934 6.482574219 5.688677443 5.587063065 5.988667236 6.239288194 6.272682778 6.396589547 6.277158925 6.493094861 6.561742597 5.731452433 6.152065336 6.508446694 6.346224828 6.486762602 6.982087572 6.1176067 6.34807497 5.776904288 5.572032644 +LQ03X015720 Auxin response factor 2 6.807484822 6.232108747 7.02968121 6.091774482 6.832176467 6.384616801 6.260788004 6.417950835 6.527115276 6.454838496 6.831836385 6.239292706 6.886729222 6.105474906 5.535529237 6.297649777 6.539239075 7.185901049 7.786651038 6.675148119 6.945318111 6.60621199 7.154401714 6.517325651 6.625271401 7.309044666 7.194119125 6.719743885 6.449120485 6.73261548 6.397027625 6.664529969 +LQ03X015780 Putative Lysosomal alpha-mannosidase 11.65265921 11.21751309 12.14602425 11.83056534 11.65369725 9.146817266 9.808995101 9.257471613 11.64084991 10.26325672 11.86504408 11.39503291 11.42742537 8.964409681 9.984852987 9.266271992 10.80247874 11.15794702 10.05044077 11.58142748 12.25849521 11.45429751 9.832006805 10.2326526 9.893590792 10.79035154 9.138341736 11.81416229 11.935787 10.97122814 9.269630791 10.29322665 +LQ03X015790 Lysosomal alpha-mannosidase 5.975437743 5.736193443 5.951946866 5.47032202 5.636532999 5.596392532 5.184030433 5.368950216 5.860625987 5.600962813 5.759642232 5.322152904 6.155487954 5.162208816 5.064479248 5.436601461 5.550660763 6.067426437 6.180672795 6.173996024 6.56442196 5.471893222 5.472079356 6.29979584 5.388703419 6.174443078 6.189792795 6.198615493 6.366427622 5.551331179 5.894855541 5.366856923 +LQ03X015800 Magnesium-protoporphyrin O-methyltransferase 6.517962503 5.959577321 6.39348157 6.567359871 6.119280189 5.893853218 6.213053025 6.190358764 6.633503157 6.619125355 6.771462683 6.460611874 6.374158488 6.030645838 7.263128588 6.109534314 5.765378323 6.416212244 7.116489041 6.760641022 6.419481576 6.371225114 5.760008738 5.719862555 6.079103178 6.597503321 6.807751131 6.47030837 5.959725013 6.319494757 5.635859525 6.371406157 +LQ03X015830 RNA-binding protein, putative 5.447699108 5.80112967 6.325860451 5.627397357 5.231032216 5.255641222 5.569365995 5.356334417 5.26759129 5.606657914 5.735687163 5.374588702 5.863305935 5.093728013 5.095405603 5.328764806 5.261589681 5.38616692 5.344226993 5.602670606 5.923229907 5.668173226 6.094407092 5.460917341 5.666476892 5.599319513 5.968660069 6.171098176 5.599798763 5.67152782 5.682426987 5.585245741 +LQ03X015840 APO protein 3, mitochondrial 10.22485049 10.49065831 9.749167573 9.479909656 9.329462949 9.808960436 9.719374621 9.008493911 10.22027541 10.19223348 10.00716392 9.728223357 9.567618145 9.949195019 9.56697303 9.356100032 10.10384575 10.3544221 10.4786437 9.534704395 9.963953422 9.558123647 9.718930638 9.813308753 10.33792157 10.43077336 10.69468577 9.673520951 10.03405753 8.980834949 10.08192571 9.803995729 +LQ03X015860 Hypothetical protein 4.854605517 5.504330526 5.146284016 5.21765149 4.923986539 6.06430517 5.876092168 6.824934326 5.136892211 5.309791879 5.240389688 5.0223388 4.880181875 6.05026914 5.540353669 6.935786359 5.820782092 5.036021069 5.292822329 5.066873793 4.933249724 4.795295061 5.012281586 6.15296721 5.524718811 5.127152762 4.999563098 5.453471557 5.276831194 5.468365045 5.579947806 5.780649938 +LQ03X015870 Putative Copine-3 9.105934221 9.330830659 9.066083871 9.113369474 9.253224216 9.332613244 8.923677783 9.488710036 9.208507412 9.242726133 9.518564074 9.033785861 9.501840106 9.412353772 8.814556031 9.276782188 8.62549636 8.304308247 8.830243722 7.81744036 8.402685406 9.622446557 9.107850808 9.669601925 9.347527765 8.822655107 9.858741826 8.669943636 9.464235653 10.00083788 9.25549844 10.00077248 +LQ03X015950 Floricaula/leafy homolog 5.133343972 5.286473742 6.076967212 5.366892125 5.538189033 5.430517127 5.193144292 5.364769863 5.330391043 5.454122173 5.96157367 5.196116452 4.958981182 5.507645583 5.167994358 5.347956583 5.56520413 5.465899021 5.008854624 5.356622672 5.242168865 5.238436418 5.084707846 6.576103106 5.124735625 5.414801922 4.908431689 5.166922342 5.052340793 5.704837005 5.375969379 5.952198887 +LQ03X015970 Polyphosphoinositide binding protein 5.447428817 5.168863946 5.941254493 5.947834375 5.983366023 5.209466403 5.228498986 5.689577826 5.00529871 5.112239712 5.738221676 5.827287658 6.295837775 5.349142325 5.357138296 5.327657672 5.877876397 5.840060468 5.332380408 5.734184598 6.182746435 5.685684922 5.718814751 5.449969792 5.896905831 5.585816396 5.54659724 6.054471645 5.859362764 5.700192275 5.705724412 6.081691887 +LQ03X015980 Catalytic, putative 11.91357546 11.46999274 12.22732352 12.42954625 11.92541707 11.71820101 11.1900779 10.83415694 11.95415256 11.12963831 11.98719434 12.559779 12.06046508 11.76288313 11.27055748 10.57199832 11.55509533 11.81051758 11.29274916 12.09967595 12.30421738 12.36243983 11.06996694 11.28714262 11.86146489 12.0969621 11.38151042 12.56664931 12.84260816 12.63217447 11.18378348 11.56989341 +LQ03X016000 Putative uncharacterized protein 6.191218057 6.487012934 5.524232325 5.587997725 5.949676911 6.113450755 5.85375872 6.227353944 6.438214045 5.90293061 5.431619007 5.682081337 5.661466897 6.122488523 6.278690921 5.984338064 5.94091978 6.283461889 7.039797405 5.82807019 5.813703844 5.937115072 5.558737099 5.812239321 6.503484782 5.965616274 6.558857969 6.06294428 5.742153907 5.44320561 5.854484864 5.571885208 +LQ03X016020 Putative uncharacterized protein 5.80392923 6.107133119 6.664605144 5.971394056 6.180246085 6.318261254 6.290973855 5.793500914 5.849503912 5.754787099 6.841654905 5.890131153 6.335591299 6.254611222 5.876585058 5.930211274 5.667545917 6.092017725 5.995804958 6.487724858 5.798389809 5.882690668 5.558493061 6.856305846 5.913711941 5.987053581 5.521074341 5.50245206 6.029424734 5.866549784 6.297167606 6.525691024 +LQ03X016030 Putative ( )-neomenthol dehydrogenase 5.157995099 5.3740767 5.069879575 5.272419498 5.167082843 5.408791656 6.261165327 5.771087062 4.97156195 4.965238054 5.154258569 5.264619452 5.004231119 5.658276072 5.629727131 6.064266525 4.906248279 5.139538348 5.367467868 5.347622702 5.476617917 5.261171856 5.672879734 5.856487665 4.853890082 5.066380117 5.131074671 5.554418282 5.286054772 4.843271852 5.838380246 5.79466792 +LQ03X016040 Predicted protein 7.028404772 9.756386908 6.602832478 9.095626174 8.350994845 12.73243399 12.75137248 13.13706709 6.51660257 8.021712413 6.168946129 8.052650706 5.966215974 12.54621567 12.48270089 12.34647788 13.58463968 12.88824233 12.27863933 11.68646925 10.6105829 9.375819888 13.65462424 13.32695014 10.47115891 9.643503473 10.88401315 10.46154444 9.351650017 10.08865019 13.29832369 12.87649631 +LQ03X016060 Hypothetical protein 9.186564253 9.12509288 9.947846207 10.19997146 9.412870824 11.47460697 10.70073856 10.45335545 9.250900885 9.848875681 10.01608753 10.52861908 10.59989321 11.44814844 10.61523122 11.23623169 8.130203765 10.48196767 9.360673343 9.371229303 9.907767134 9.811605711 10.33374111 10.0290623 9.016717353 10.71804461 10.29774535 9.740702656 9.505899962 9.349939993 10.08763826 9.547288947 +LQ03X016070 Predicted protein 6.967804614 6.459948382 6.910386714 7.770168447 6.655179074 10.53771686 9.71508497 9.656588277 5.856259001 5.713230905 5.886840706 7.046845342 6.068174318 9.553847841 8.495652138 8.536445574 10.53555256 12.26589293 8.611117689 9.290501816 10.68754957 7.820131974 13.08894931 12.01079786 7.297734386 7.160340812 7.609923121 8.084190783 8.542188483 8.751585112 12.23922095 11.83009731 +LQ03X016080 Calnexin homolog 14.97355973 14.86731562 15.14764949 15.1114843 14.32641383 14.48597718 14.27043278 13.73283903 14.47078118 14.54548419 14.92002942 14.75552096 14.49815949 13.50914339 13.98212543 13.58282276 14.34845986 14.79324959 13.71340746 14.88360758 14.81437694 14.75339871 14.53803027 13.92161247 14.28430891 15.11042293 13.77311866 14.87045192 14.809796 14.18062756 14.05437461 13.82511294 +LQ03X016090 Putative Staphylococcal nuclease domain-containing protein 1 9.005099355 8.09571133 8.445965907 9.052848611 8.808049184 8.136605668 8.418621975 8.563766769 8.239231621 6.096060442 7.089768877 8.465149291 7.477758217 7.756037221 5.871326613 6.982663611 8.383156272 7.321413773 8.737667026 5.952209741 6.40872502 9.071802782 5.522805429 8.698899232 9.147138047 8.00149663 9.273636203 6.921075469 7.30775661 9.859453551 5.288243602 8.50591205 +LQ03X016100 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 11.23174131 10.99990763 10.73608305 10.78203285 10.46569815 9.578897324 10.10339632 9.395316483 11.58883563 10.74561889 11.44731445 11.11486664 11.14285471 10.38503446 10.21078082 9.880393361 12.33795693 12.32955329 12.36394555 11.81692179 11.69919855 11.48210163 11.27525024 11.42448687 11.79577891 12.24584581 12.41111933 11.73223807 11.64081132 10.9196335 10.757957 11.12678684 +LQ03X016110 Inositol polyphosphate multikinase beta 6.085825899 5.5880084 5.245849541 5.828344167 5.735522644 5.346681657 5.450730099 5.215474702 5.685199231 6.225408185 5.770759279 6.001446044 6.121920359 5.37928417 5.640653839 5.48574525 5.369004758 5.8034016 5.544965176 5.340220652 5.746082179 5.518444962 5.186099287 5.132516642 5.472677656 6.096033304 5.635578318 6.525799047 6.206446469 5.778929997 5.569672985 6.100155124 +LQ03X016120 Germin-like protein subfamily 3 member 4 5.404122017 5.029847729 5.52789463 5.853015119 4.977449762 5.29102113 5.50765074 4.983185647 5.254081759 5.482525925 5.603076796 5.707263609 5.053107926 5.593769117 7.04314728 5.580182027 4.940216777 5.053858793 5.174632965 5.796136189 5.140971814 5.33475757 5.11258706 5.525205787 4.809235299 5.155866406 5.34485975 5.58978238 6.082383522 5.377785619 5.432664792 5.653506005 +LQ03X016190 Putative pterin-4-alpha-carbinolamine dehydratase 12.22076044 11.69686855 13.01103775 12.91736996 12.24174242 13.60151544 13.70510823 13.30542558 12.15241278 11.91006059 12.47730668 12.93621899 12.42364971 14.03310318 13.35151963 13.31449318 11.20985571 11.95568599 10.5116477 12.03274938 12.18868094 11.93412487 12.82546506 12.29804509 11.40427621 12.03908771 10.72791355 12.25828963 12.03778524 11.59446877 12.89264321 11.95075286 +LQ03X016270 Predicted protein 13.26055401 13.83372828 12.7991888 12.3988154 12.77146578 12.12520109 12.23414749 12.22984385 13.34795573 13.43219902 13.14256326 12.49721889 13.01621331 12.36121922 12.24802134 12.10391557 13.04032131 12.3848729 13.03156738 13.19292892 12.95941095 12.84056159 13.40469794 13.00982232 13.09303752 12.60361526 13.26815777 12.85303072 13.20530527 12.45883521 13.51724334 12.97859826 +LQ03X016320 Putative Ankyrin repeat-containing protein At2g01680 12.94553452 13.05013439 12.66443825 11.98572865 12.20624503 11.61492057 11.71065278 11.72994028 13.22370806 12.78417497 12.90274964 12.05369417 12.50521381 11.70300161 11.7087814 11.87334433 12.91897588 12.6933318 12.74037566 12.4807352 12.6992069 12.17624188 12.59924002 12.14628198 13.03145818 12.7475603 12.83948681 12.31017575 12.44876764 11.85196355 12.76284914 12.13786608 +LQ03X016330 Putative UPF0406 protein C16orf57 homolog 9.426813328 10.32423018 9.061623899 8.962757947 9.274853558 9.381568049 9.696936281 8.944827787 10.00028069 10.33034334 9.618811492 9.669062025 9.816337046 9.820455382 9.785726551 9.792836847 9.738013482 10.29663037 10.84778634 9.826947934 10.0700776 9.518146448 10.52045368 10.18794432 10.3093799 10.66612987 11.23640139 9.630125462 10.33718385 9.600876772 11.01321794 10.2545334 +LQ03X016350 Predicted protein 5.714419767 5.844414042 5.624517548 5.836763061 5.713909531 6.274677206 6.344781599 6.238503736 5.907739181 6.048163633 6.333899346 5.742257331 5.635509188 6.462852659 6.413189109 5.860039107 5.865214649 6.115870802 5.909939565 6.19042101 5.793245261 5.631286129 6.206768642 6.223498744 5.955080258 6.138430398 5.93600034 5.31038991 5.699647076 5.405252193 6.795058532 6.635975135 +LQ03X016370 Hypothetical protein 12.22635179 12.38608338 11.45385 10.93542159 11.50027735 10.33218818 10.3394374 11.25691342 12.35092099 12.37970546 11.74775789 11.25969962 11.20124908 10.8058479 11.16042124 12.15390571 11.56490759 11.92236098 11.2824188 11.08875289 11.40514903 10.96935193 8.651920931 9.926479426 11.7534166 11.91994696 12.02001735 10.62919001 10.84879269 9.047504962 9.264299848 9.949580849 +LQ03X016390 Cyclin-U4-1 5.229262404 5.999792076 5.167602772 5.594304543 5.009937949 6.048106902 5.735984046 5.612498696 5.712380886 5.242430782 5.363285304 5.491725684 5.575740035 5.574497509 5.412216975 5.495346411 5.639292249 5.258893109 5.461445488 5.641700309 5.376512512 5.476963228 6.019658924 5.100736386 5.594303718 5.133786396 5.316463289 5.081588081 5.634188968 5.240082408 5.982556004 5.493699121 +LQ03X016410 Nucleoside diphosphate kinase 1 8.090083854 8.792278356 8.06817774 8.007760344 8.313216077 9.569095654 9.549611923 9.132028493 8.172752085 9.213089179 8.31279775 8.262068276 8.573173585 9.888721119 9.666761809 10.1145616 8.359523935 8.917090913 8.227100927 7.611378736 7.667489522 7.785028962 9.72938608 8.206246156 8.03031781 8.455342402 8.668964576 7.290378893 7.405937799 7.40774579 9.6697446 9.018685345 +LQ03X016420 Peptide methionine sulfoxide reductase 13.42656494 12.7924832 13.7076788 14.45739594 13.01700675 14.60792391 14.76218529 14.0040525 12.93773131 12.34166634 13.28160757 14.02855322 12.91176111 14.48258432 14.52663304 14.32050675 12.78312269 13.23011346 11.88968195 13.19082218 13.82954429 12.55913763 14.11993199 13.9520095 12.4020095 12.76170355 11.7575527 13.14361376 13.50206946 13.2162602 13.82616212 13.73284915 +LQ03X016500 GTP-binding protein YPTM2 5.092338282 5.030276683 5.104408729 5.684729398 5.23852129 5.396679626 5.44796217 5.533571324 5.490554252 4.920455183 5.485162296 5.189983859 5.182125824 5.591724957 5.994815353 5.056759672 5.223391454 5.421139947 5.601649586 5.488780683 5.168471713 5.328091043 5.71474734 4.878878087 5.155932557 4.750513752 5.0994605 5.467911971 4.852515347 5.333211926 5.67683781 4.797636984 +LQ03X016520 Polycomb group protein EMBRYONIC FLOWER 2 5.219207959 5.161152517 4.553404859 5.10052264 4.937937988 5.183759621 5.438328277 5.240397566 5.112110348 5.545002884 4.986870083 5.28622936 4.971308744 5.163155385 5.063471089 5.423951123 4.963925397 5.181036984 6.308022837 4.695159486 5.166546384 5.237695992 5.671349427 4.854276854 5.019699131 4.985441048 5.728476158 5.559671872 4.908881115 4.763328686 6.000561758 5.188817563 +LQ03X016560 Oleosin-like protein 5.647793834 5.992670524 4.950514398 4.916963554 5.374209987 5.157220683 4.977075081 4.887592199 5.628554311 5.855193455 4.896353977 5.177080193 5.615474655 4.899752801 4.902274197 4.871804063 5.143972329 5.545587085 6.008821714 5.44519348 5.733466054 5.435588474 5.771787423 4.867140424 4.942547537 5.571905165 6.028900681 5.569421445 5.791836949 5.198616806 5.926169118 4.698353759 +LQ03X016600 Putative Ethylene-responsive transcription factor 5 9.517939901 11.07767332 10.77267321 12.57152787 13.81341075 12.55584484 13.17903217 14.6237648 11.15934656 11.08521611 11.76389771 12.56174105 13.02280352 12.65946106 13.99470132 13.24781772 10.81229568 11.19965758 10.41531492 11.97025924 11.40506127 12.13763547 12.0598046 12.98151061 9.917451003 12.11141614 9.923625857 12.07306919 13.01704822 13.78833627 13.38823401 13.09468677 +LQ03X016640 6-phosphofructokinase 4, chloroplastic 10.96729227 10.41220655 11.25320667 10.8945537 11.16783486 11.14142264 11.58941666 11.40142021 10.76589567 10.3752465 10.95014185 10.71625817 11.08952752 11.13907974 11.30282353 11.03416382 10.51893164 11.60652921 11.1809173 11.45767901 11.84693443 11.028909 12.46573071 12.60411098 10.64873193 11.70585109 11.41085301 11.27035427 12.28271093 11.47021073 12.60087914 12.59889515 +LQ03X016650 Predicted protein 5.303567305 5.29174423 5.466799746 5.293689875 5.227172519 5.090142005 5.457556096 5.120583144 5.500362407 5.381791931 5.818638189 5.321293359 4.977876231 5.103085603 5.60122405 5.358759131 5.485362182 5.676759618 5.442421963 5.65418824 6.312370304 5.48283583 5.180929668 6.332911909 5.290266801 5.617559419 5.498927775 5.268840935 5.786175445 5.639275617 5.679472861 5.158769749 +LQ03X016660 Protein ARABIDILLO 1 5.061997547 4.766096396 4.817258644 4.900110725 4.941118841 5.117830763 5.085107202 4.751218878 4.714005045 4.848530458 5.401569683 4.746284138 4.885866174 5.087873994 4.99998419 5.091568012 4.78812887 5.035779206 5.223998225 4.909430798 5.13563028 5.157243059 5.194146292 5.354716561 5.177881278 4.778110448 4.709308497 4.909975382 5.247228884 4.769272368 5.458965902 5.192684123 +LQ03X016670 Putative WD repeat-containing protein 8 4.686645939 5.103599807 5.699169175 5.106462233 4.835110693 4.901988723 4.681647757 4.940375276 4.807895434 5.292864042 5.156372766 4.797902742 5.010316936 4.734715136 4.787610489 4.748641703 5.13232218 4.778991576 4.990389148 5.169278894 5.406351348 4.912053529 5.102830308 5.381950998 4.872685112 4.895227563 4.888863613 5.056402404 5.436143717 5.184247304 5.394459775 5.305634317 +LQ03X016680 Uncharacterized protein At3g06530 4.85202336 5.044570129 5.074794268 4.771714432 5.151155291 5.211534947 4.929657191 4.948964334 4.93486234 5.176776489 5.280949571 5.01319031 4.897606875 5.205457302 4.750447297 5.091059799 5.135130798 5.33103926 6.020487867 5.37542498 5.080646288 5.263776623 5.278355909 5.227923543 5.306739132 5.135045578 6.189883137 5.279412053 4.745915811 5.080768227 4.982628946 5.650774707 +LQ03X016690 Putative uncharacterized protein 10.51642808 10.69803573 10.23986464 9.916454537 10.10365736 10.20744228 10.38567899 9.988858214 10.99748829 11.05707151 10.69309213 10.24635851 10.48721812 10.52140984 10.69937597 10.22630608 11.1560499 11.25688612 12.05097157 11.31335861 11.34192461 10.87343999 11.33748031 11.51969331 11.7323557 11.86186521 12.00875832 11.47203899 11.78390224 10.92869186 11.43904244 11.46059079 +LQ03X016720 Putative kinase-like protein TMKL1 9.843238421 9.848504993 10.89725449 10.8799453 11.32070733 10.78383963 10.44920358 10.83757226 10.17872152 9.503293356 10.95370159 10.8965581 11.24073733 10.96103713 10.56684259 10.59317746 9.955424217 10.2800365 10.08461641 10.97915306 10.71983779 11.28838037 10.25160026 10.72907585 9.899784735 10.38121977 9.881147808 11.81335953 11.20786813 11.43024625 10.4643543 10.71135546 +LQ03X016750 Derlin-1 5.744410842 5.319652669 5.666303562 5.528066404 5.7980807 5.031803534 5.165914808 5.527294136 5.545672762 5.180448914 5.915489673 5.346530515 5.691230049 5.024476034 5.382200421 5.535597682 5.559096752 6.081962771 6.201349961 5.174810146 5.704372421 5.50483407 5.033670559 5.117792825 5.645141809 6.135615188 6.319244155 5.195017783 5.473063667 5.337263284 4.862794732 5.056525143 +LQ03X016760 Putative Ceramide kinase 10.32048896 10.74284695 10.65965451 9.890350296 10.64233311 10.36358145 10.32008933 10.65926436 10.65954857 10.81868936 10.65789926 9.609551042 10.72229229 10.64648588 10.59347499 10.66407718 10.72314265 11.17497468 11.34589549 11.45910529 11.42438205 10.65018401 11.74647906 12.30639398 10.84354569 11.09747115 11.47456472 11.35760934 11.6901037 10.79795474 11.98870552 12.21150442 +LQ03X016790 Uncharacterized Rho GTPase-activating protein At5g61530 12.63207808 12.25296697 12.67451335 12.84696931 11.63761391 13.34416168 13.44351293 12.88632613 12.04221341 12.26912138 12.25573516 12.50820038 11.80413861 12.77589043 12.65182024 12.74864632 13.16809323 13.16409457 12.78439081 12.58187325 12.7316701 12.08789575 12.60603182 11.655111 12.46681988 12.55547708 12.52157885 12.61996056 12.05144681 11.88056354 12.20082922 11.60538279 +LQ03X016850 Expansin-B15 5.606283714 6.233160315 5.258719555 5.467887665 5.46899858 5.338924692 5.536726724 5.883012428 5.700743746 5.439200579 5.642231749 5.737795564 5.547089376 5.556857309 5.027148705 5.701480436 5.979627471 6.146658984 5.944170201 5.277188945 5.900802629 6.913694163 5.521247919 6.028590624 6.674786818 5.834578438 7.072368699 6.231513511 7.230953365 5.801602068 5.323849588 5.344414433 +LQ03X016860 Putative Quinone oxidoreductase 11.70688458 11.77036885 10.79178374 10.75613811 10.71490336 11.22669827 11.32163068 10.79879269 11.48799818 11.42865224 10.86359119 10.67084122 10.8704491 11.34358196 11.16690218 10.85411618 12.495497 12.37467276 12.26981148 11.52844773 12.3129784 11.43117558 12.22150415 12.32828192 11.95617973 12.04922828 12.51358126 11.44752951 12.31602237 11.204351 12.24906847 12.21793255 +LQ03X016980 Predicted protein 9.302016334 9.506845391 9.062450633 8.432617174 8.927958606 9.18065529 9.04388713 8.645999545 8.709525694 7.634984954 8.647100776 8.107527458 8.436153083 8.838591668 7.228629506 8.309784404 8.573524761 9.255511222 8.831921843 9.1435362 9.602199272 8.802273868 9.199727493 9.627644777 8.812055024 9.226159266 8.947754439 8.876900875 9.930411456 8.892012564 9.712758308 9.603446267 +LQ03X016990 DNA binding protein, putative 9.082993559 9.388506391 9.757887796 9.935510233 9.569758361 10.49321506 10.16116976 10.13963905 9.54231611 9.066401319 9.702973647 10.01637103 9.707045572 10.46631453 10.22685493 10.25015554 9.281542264 9.526644722 8.756044622 9.516701318 8.976341496 9.365851768 9.002852429 9.822017851 9.140242638 9.224628464 8.767922807 9.518420334 9.222972009 9.668535625 9.107954211 9.712444263 +LQ03X017010 60S ribosomal protein L15 15.02257805 14.92205898 14.5227689 13.87703102 14.58069959 14.28791908 14.28547716 13.56140961 15.1494107 15.05875885 14.96738686 14.75544911 14.82422701 14.24465774 14.48829222 14.28198961 14.64121802 14.34628591 14.63454353 14.72537526 14.15583026 14.35876684 13.7956913 14.0191599 15.05614381 14.78737567 14.70302662 14.17398455 14.3885837 13.68349749 14.19399651 14.31542815 +LQ03X017020 Putative Protein RFT1 homolog 5.377596163 5.316797286 5.337812638 5.475268337 5.227473741 5.518851937 5.725814476 5.407962103 5.191313147 5.149250948 5.783315375 5.505863819 5.544663091 5.890167401 5.258301209 5.277497608 5.173483054 5.326772581 5.245780273 5.249339143 5.59788661 5.28622953 5.865952521 5.611929428 5.289204484 5.493838829 5.340962908 5.372443017 5.98507273 5.402339743 5.042181123 5.317598301 +LQ03X017040 Probable leucine-rich repeat receptor-like protein kinase At5g61480 11.71547055 12.59053823 11.63965781 10.39731503 11.29601118 8.28568918 7.836768021 8.524677201 11.68749444 12.29368419 11.74758203 10.8650903 11.60082675 8.589292887 8.117113055 9.258808306 11.7106915 10.94896402 12.01220526 11.97704254 11.92998197 11.24041853 8.951381638 8.889160216 12.56629132 11.44461652 12.46517491 12.11332199 12.16657522 10.54001264 8.605597522 8.743976245 +LQ03X017060 Putative Predicted protein 4.561345666 5.793808664 5.286213144 4.79456932 5.547364672 5.647931566 5.024442486 4.817494193 5.032456301 5.11325785 5.400921544 4.921983751 5.135205406 5.353969469 4.917566041 5.050909961 5.238813235 4.996456735 5.112866089 5.146693872 5.315782254 4.982626323 5.207132227 5.039167967 5.04921314 5.019062174 5.096179619 5.294246549 5.196298021 5.153290166 5.882504705 5.073226755 +LQ03X017080 Putative Structural maintenance of chromosomes protein 6 5.255552752 4.998953583 5.283259884 5.094395467 5.192019273 5.328823239 4.969631088 5.155456776 5.388060844 5.601439583 5.248738986 4.876739783 5.535314652 5.504294836 5.528764543 5.178225469 5.067398476 5.276865164 5.395643596 5.173326393 5.699710124 5.177550889 5.392071817 4.77427155 5.033140758 5.36263597 4.895632529 5.1586353 5.175417517 5.290948461 5.808020283 5.668377172 +LQ03X017090 F-box protein At5g07670 9.409032185 9.651921225 7.475609651 8.687391152 7.222858186 9.213773762 9.51537442 8.389557384 9.333874418 9.654434957 8.287273021 8.548978938 7.413947602 9.01506536 9.099706361 7.866168219 9.216996093 9.164064784 9.936423008 7.735443368 8.958263948 8.371405905 8.715978972 7.325249369 9.962471612 9.840091019 10.29828243 7.900936796 8.82004646 7.839075944 8.791144941 7.392677445 +LQ03X017100 Predicted protein 6.644105296 6.802372324 6.745278236 7.659918385 7.132782883 8.810638534 8.565275967 8.555013698 7.419812831 6.207802769 7.727032484 8.139275279 7.133505816 9.133424113 8.178786229 9.435966647 5.761727131 5.474883505 6.386507919 5.279545569 5.295244185 5.72545941 5.087536752 5.16938043 6.124331319 5.115217261 5.727076158 5.018295714 5.544365805 5.753918761 5.627463996 5.255905727 +LQ03X017120 Ccr4-not transcription complex, putative 4.958257773 4.97152551 5.376366071 5.214624896 5.148551003 5.210774362 4.904123909 5.025301621 5.592173565 4.878950721 5.468641163 5.319114 5.250211396 4.88928175 4.919467668 5.126835551 5.399955132 5.382580304 5.170712301 5.304919968 5.251777726 5.256840663 5.139329425 5.217104304 5.155417454 5.667700917 5.501725589 5.292551821 5.130219992 5.407411293 5.454394242 5.075336717 +LQ03X017160 Structural maintenance of chromosomes protein 2-2 5.576375058 5.631287199 5.370471382 4.949779049 5.329740389 5.135478589 5.061671593 5.345683033 5.551594165 5.340394864 5.15499259 5.336350127 5.316447704 5.100532082 5.00927464 5.417949343 4.994252245 6.057239608 6.705883708 5.331602116 5.377196796 5.356835609 5.374922517 5.425747112 5.480113913 5.678624061 5.946698158 5.273949302 5.136463395 4.883513981 5.223447444 5.285771053 +LQ03X017200 Putative Nuclear migration protein nudC 10.44576966 10.04701368 10.0258428 10.09701105 9.165789337 10.45006028 10.54693356 9.279747349 10.18856678 10.90510864 10.16239463 9.990039221 9.315539496 10.06149688 10.23986345 9.743182988 10.80099424 10.30920174 10.70290036 10.18861114 10.60787492 9.816350265 11.21636704 10.44511972 10.7512823 10.44650397 11.10025333 10.18956041 10.40056308 9.502307344 10.96491979 10.74903668 +LQ03X017210 Putative uncharacterized protein 5.627827614 5.804622112 5.759837082 5.622394934 5.545157546 6.017800557 6.013260515 5.493877638 5.849754397 6.158578336 5.837474083 5.682909173 5.259021643 6.242348017 7.117910479 5.852587911 5.763585693 5.37476264 5.784079625 5.819198877 5.698739894 5.416611303 6.027162071 5.549283875 5.407870242 5.473663056 6.057890899 5.406730104 5.603854024 5.384690498 5.162944402 5.1982901 +LQ03X017220 Histone-lysine N-methyltransferase ATX4 7.170273375 6.784058942 7.593852182 6.757750308 7.901932467 7.535866661 7.466934816 7.623200705 6.195900721 6.269295641 6.824500352 6.050803751 6.536283278 6.533859116 6.705646881 6.336859465 7.201465679 7.41399573 7.482848724 8.476825069 8.794412418 7.504676746 8.846818532 8.450366987 7.611973109 7.416361428 7.31414282 7.609572503 7.11627004 7.282608325 8.101068291 7.554083181 +LQ03X017260 Predicted protein 5.338298042 5.160349881 5.322878026 5.071723966 5.374518136 5.184429738 5.369762613 5.166969218 5.166000794 5.246975364 5.745568843 5.384773868 5.321194726 5.134000896 5.594996421 5.304203272 5.022549554 5.105706376 5.008449726 5.278345172 5.850663895 5.05391444 5.005821415 5.885565385 5.393061368 5.438491655 4.739028901 4.976367815 5.205437845 5.291113657 4.981387536 6.189666267 +LQ03X017290 Putative Splicing factor 3A subunit 3 10.3815363 10.65649161 9.986960996 9.659055115 9.607579082 10.52028304 10.48233721 10.10855766 10.02838958 10.43774851 9.655104272 9.421691264 9.320973236 10.39661423 10.2831761 9.660769354 10.02931764 10.28297544 10.40133448 10.14418665 10.18042944 9.898826665 10.73791375 11.0053384 10.52476979 10.55515937 10.88176963 9.899444873 10.84972205 9.956550858 10.80392275 11.36095548 +LQ03X017310 Glutamate synthase [NADH], amyloplastic 12.75280428 13.21282085 12.25427053 11.75651869 12.77295739 12.94798596 13.09012047 13.70541044 12.35658656 12.50821667 12.24837054 12.50125631 12.23680913 13.18728 13.41910359 13.81671662 13.404576 12.96188413 12.68298613 12.6737289 12.66495641 12.69039844 13.01446065 13.86877982 12.85111901 11.74918572 12.23746591 12.47421843 12.79760612 13.35524738 13.32513726 13.93588733 +LQ03X017320 Predicted protein 13.770504 13.69286537 13.84182111 14.0405063 13.49876256 13.66786718 14.02894289 13.61349073 13.94342418 14.02232074 13.77976513 13.89870665 13.54260541 13.68447078 13.42000172 13.80358915 14.14118197 13.98859171 13.77924578 13.83024947 13.62639798 13.72132546 13.73298743 13.68871303 14.18801455 13.77852569 13.89960255 13.53429309 12.809939 13.42333341 13.61559671 13.66143107 +LQ03X017330 Putative RING-H2 finger protein ATL1E 12.41409439 11.61537909 12.4203355 12.17003379 12.65494737 12.12244045 12.50371445 12.20007042 12.29006193 12.38116891 12.42625599 12.34448304 12.6845681 12.38044665 12.31717231 12.71976267 12.09291533 12.28718544 12.58823434 12.55186158 12.75878081 11.8812491 12.86265248 12.32243316 12.29014669 12.11481405 12.56182615 12.34548114 11.77491458 12.44181377 12.85341804 12.57335616 +LQ03X017380 Kinase, putative 6.156196247 6.426664836 6.662342971 6.239664034 6.437223538 5.826488323 5.917746385 5.913811976 6.224471001 6.096892677 6.851286883 6.044215231 6.53863249 5.471929258 5.739762401 5.630567815 5.951019474 6.239821733 6.101842026 6.305166253 5.897841226 6.080568383 5.700856807 5.818092009 6.255417411 5.811320637 6.16467255 6.434744913 6.119661153 6.093555604 6.212765473 6.143878977 +LQ03X017390 Pentatricopeptide repeat-containing protein At3g49170, chloroplastic 5.428220199 5.843798851 5.053211952 5.317377446 5.121036372 5.076073323 5.708555001 5.304766894 5.126934577 5.585629491 5.567044635 5.484685821 5.479632102 5.072482418 5.554872408 5.468880095 4.99888013 5.497027746 5.468933182 5.408258368 5.08887036 5.240969224 5.206912879 5.060538986 5.176312494 5.316439927 5.944595361 5.965515528 5.646404672 5.454788805 5.428999347 5.35900523 +LQ03X017400 Protein phosphatase 2c, putative 5.635009071 5.377644377 5.274689751 5.473201086 5.165917189 5.623712216 5.321474101 5.300795776 5.517256609 5.243327967 5.352265923 5.620309357 5.249348279 5.319011449 5.809324171 5.326029973 5.339450035 6.237646577 6.145314363 5.769386331 5.788055913 5.334765887 6.410697787 5.426274648 5.205262376 5.938750485 6.186875051 5.423457555 6.213414537 5.607428063 5.701209503 5.123789204 +LQ03X017410 Spermidine synthase 5.61566391 6.08860511 6.058964703 6.112413732 5.816629207 5.937792832 5.738833114 6.165411872 5.921440719 5.808325519 5.748908431 6.188284516 6.326766828 5.989722365 6.237772654 5.869709709 5.810303567 6.363597303 6.110821906 5.603314339 5.345372093 5.782834171 5.401054326 6.114928991 5.87704581 6.051648445 6.564415331 6.112163447 5.81482608 6.038437657 5.694882799 5.43608411 +LQ03X017420 Predicted protein (Fragment) 5.013789736 4.951081152 5.06525188 4.974191688 4.988739406 5.253460406 5.088138508 5.306979545 4.784388284 5.025191934 4.817289734 4.939711604 4.880639094 5.216984482 5.787344306 4.801386921 4.984007043 5.032468392 5.404370041 5.105505482 4.81766756 4.996231373 5.142058753 5.325629582 4.863681902 5.130360912 5.40671775 4.717158018 4.979414602 5.207764538 5.056349469 5.257628719 +LQ03X017430 Cyclic nucleotide-gated ion channel 1 12.7722838 13.19660251 13.51362505 12.86041906 13.99672681 12.44488203 12.79282066 13.19875502 13.10834083 13.15662392 13.52967998 13.00712005 13.95627731 12.86229823 13.06681618 13.6459425 12.83554902 13.56184589 13.49085485 14.07894172 14.00562836 14.08979301 13.90984867 14.18435775 13.13103715 13.42610274 13.85813233 14.17876664 14.15126035 14.12308094 14.16126892 14.41660175 +LQ03X017440 Probable protein phosphatase 2C 76 13.73594895 13.83528286 14.17553563 13.13020413 13.88698974 12.53868846 12.26172787 12.01990099 13.90757254 13.61688206 14.22555278 13.14459006 14.17313063 12.44439025 12.09771536 12.58181863 13.55261056 13.3578108 13.18061724 14.28629485 14.36491286 13.44116114 13.12710989 13.04708662 13.28340997 12.90677389 13.15583222 14.01724657 14.0619324 13.00351245 13.170879 12.80323459 +LQ03X017450 Heat shock protein binding protein, putative 7.938947096 6.110678078 6.941920384 10.1622578 8.407806362 10.15156626 9.782090727 10.00702627 8.460567863 7.317446984 7.874736068 10.24220986 8.477611724 10.17338419 10.19680027 10.56783655 8.246692063 7.444338356 6.062717065 7.014732451 6.31428868 8.951953762 6.178461399 6.467077395 8.027536283 7.177439922 5.216613325 7.966106194 5.083444479 9.199635598 6.327979994 7.137870832 +LQ03X017470 Abscisic acid receptor PYL8 9.981410803 9.958876496 10.56496205 10.25441767 10.06681048 11.51436461 11.05691735 10.74055 9.979080552 10.40382509 10.36131115 10.24254003 10.23199743 11.26507435 10.71804131 10.58265795 10.41028895 10.05474927 10.4341615 10.02112193 9.750148165 10.29947583 11.06867771 10.56498387 10.02785227 10.04594891 10.17936575 10.02887599 9.525146039 10.85445169 10.71895065 10.24880369 +LQ03X017480 Cell division protease ftsH homolog 11, chloroplastic/mitochondrial 9.406215196 9.447212455 9.888795654 10.12947418 9.677514281 10.81141193 10.94901436 10.90769952 9.62728679 8.957032461 9.471282059 10.16053847 9.55939348 10.82426595 10.62532866 10.48281498 9.075993909 9.409930336 8.618109938 8.890794333 9.651566543 9.785269769 9.558941253 10.63854975 9.178567426 9.289810816 9.406435139 9.145437657 9.691866346 10.28617166 9.415612689 10.78162861 +LQ03X017490 Polypyrimidine tract-binding protein homolog 2 6.303894962 6.251985453 6.752242629 6.264194889 6.156722268 6.682782899 6.263533618 6.219206117 6.109879377 6.343625448 6.885615379 6.054691171 6.657283192 6.089880071 6.010349134 5.540361493 5.814562251 6.641381984 5.920428351 6.708554928 7.778386674 6.197300757 6.780615022 7.160390524 6.321244712 6.070169236 6.314250194 7.077388332 7.021040299 6.548787401 6.601281823 6.215600348 +LQ03X017520 Hypothetical protein 6.695805085 6.618423122 6.921259965 7.035028362 6.67802019 6.680646183 5.885790743 5.593972101 6.863586813 5.986744226 7.448043577 6.64316345 6.523525077 6.701000232 5.763614024 5.290886004 7.335049705 7.196142791 6.383285124 6.856923648 6.871592825 6.47641287 5.683571556 5.63490739 6.938867641 6.86918781 6.447252161 6.881734792 6.251682078 6.474385316 6.399338657 6.165434882 +LQ03X017540 RNA polymerase sigma factor rpoD, putative 12.11459136 11.5554729 13.1025613 13.15173608 12.26418684 14.98489479 14.76696658 14.96334792 11.84970412 10.35265868 12.47754028 12.61068389 11.74024499 15.28714432 14.12656472 14.43015952 11.68004631 12.12061314 10.73099377 12.88753189 12.74697833 11.64899046 14.03413504 14.29263579 10.86023277 11.31772259 9.929718921 13.05272409 12.44141064 12.02753198 14.18240234 13.77113994 +LQ03X017580 Putative uncharacterized protein 6.497535878 6.361565649 6.644668292 6.31132918 6.967180889 5.115198395 5.912838719 5.575339133 6.78278453 6.298785537 6.777451726 6.156181969 7.113354106 5.088582846 5.598579088 5.234893657 6.373079469 6.495779406 6.092788778 6.734396395 7.798917201 6.641479789 6.025909697 6.930500301 6.029592278 6.557174953 6.067084385 6.966832845 7.194886737 6.869556198 5.719715073 6.896006737 +LQ03X017610 Putative Solute carrier family 25 member 39 9.773868569 9.617171129 9.973243448 9.19666074 9.052642958 11.67814911 11.05117544 10.46183359 9.328386742 9.633473432 9.147744154 8.809051903 8.380797609 11.15800491 10.10497615 9.673116985 10.38888782 9.790544285 9.882777043 9.934127597 9.764784014 8.551741076 11.62213854 10.92894028 9.73909104 9.208197978 9.854053375 9.731644088 9.39972061 9.192117423 11.66007378 10.76245056 +LQ03X017650 Ubiquitin-conjugating enzyme E2 10 5.978860399 5.776179295 5.778637365 6.13520561 5.902224533 5.297005891 5.967921919 6.095155202 6.41761179 6.354314783 6.455307372 5.894646602 6.186795652 5.498763426 6.118240147 5.958128227 5.551220824 6.083557676 5.690144076 5.755046079 6.662387996 6.320243003 6.06035546 5.535754936 5.906315534 6.045538389 5.879235525 6.280857539 6.405720998 6.248392996 6.110283281 6.493387722 +LQ03X017660 Putative uncharacterized protein 7.810160904 7.193876984 7.380640923 7.762128168 7.434313565 7.844771452 7.924761883 8.138126736 7.065064201 6.811878963 7.369205573 7.613285366 7.762993105 7.687981927 6.472451125 7.74376202 8.353751892 8.927571113 8.395568185 7.919624619 8.137625081 8.738881907 9.645791523 8.193368752 8.514579026 8.919121168 8.463796489 8.462885721 7.516917095 8.421226825 8.900431955 8.126254374 +LQ03X017670 Beta-glucosidase 10 7.975786838 8.011989213 8.269562295 8.043064654 7.982455323 8.574068368 8.393315265 8.387933349 8.161467362 8.01182048 8.22228944 8.238296381 7.997637687 8.908278593 8.268659125 8.790380718 7.350867679 7.388078338 6.651270264 6.861722181 7.139742988 7.485871078 6.935020824 7.450876598 7.82546492 7.795397825 8.010233219 6.418989641 8.325686048 7.015164297 7.443311836 6.84794656 +LQ03X017680 Probable inactive receptor kinase At4g23740 5.482603543 5.36699124 5.296619594 5.703819625 5.977201736 4.940313609 4.806295238 5.197701897 6.346650153 6.2808259 5.849756731 5.504217147 6.055353535 4.946989185 5.138107284 4.845899361 5.656967822 5.3321178 6.268053204 6.133119049 5.751248074 5.246386572 6.229771729 5.924807704 5.559862734 6.167648727 5.650039894 5.258936583 6.308789756 5.308024546 5.386263723 5.731732141 +LQ03X017800 Pyruvate kinase isozyme G, chloroplastic 13.83858143 13.45784969 13.75853935 13.46519861 13.59085882 13.23484508 13.33495599 13.31295948 13.94914948 13.48032411 13.73144976 13.85514374 13.53730347 13.52008186 13.39183905 13.58184575 11.7566118 10.99975664 12.45138325 12.52791058 11.76314183 12.23746742 10.78769261 10.55225963 13.33769386 12.03059592 12.6793689 10.9087939 12.95758167 11.82774637 13.13032446 9.975316484 +LQ03X017810 Putative DNA-damage-repair/toleration protein DRT100 4.759140496 5.140169641 5.61059687 4.938957518 4.913036017 4.834204036 4.677277749 4.917770969 5.012766105 5.445644897 4.838650455 4.900381317 5.152000755 4.770400623 4.626387709 4.824789654 5.739542078 5.449439619 5.799054347 5.562298577 5.168988734 4.998374811 5.338243571 5.098522301 5.072818738 5.105678321 5.658407723 5.473171805 5.142440167 5.136704708 5.31065111 5.867976933 +LQ03X017820 Predicted protein 11.75763357 12.06820836 8.704748615 8.002120756 8.663057108 10.81204702 10.5671997 10.22898491 12.29215035 12.42152818 10.34978968 9.081968996 8.115954273 10.80068797 10.52836633 10.94859867 11.82618194 11.56948175 12.63258777 9.516879152 10.1652393 10.87449956 10.37085167 10.10631447 12.81543217 12.89286102 12.51842468 8.844491481 10.43644883 8.557965393 10.60121146 9.880369586 +LQ03X017860 Putative uncharacterized protein 13.912271 13.17624726 14.38414017 14.50223231 14.01101652 13.68419959 13.32273449 12.95279944 14.39957867 13.00188166 14.63086059 14.4522557 14.80240815 13.64178129 13.5624537 13.66118118 12.65171073 13.81816737 12.55392765 14.08308263 13.91724992 14.44852571 12.951925 12.65391707 13.33394045 13.84418247 12.72993527 14.46451579 14.32460422 14.20256181 12.55643966 13.0797575 +LQ03X017880 ATP binding protein, putative 5.254802345 4.965668981 5.489153911 5.030495582 5.543527025 4.908998539 5.155724949 4.908491056 5.427193946 5.064768603 5.373699424 5.155016235 5.473160805 4.611511887 4.956081338 4.972015481 5.588163619 5.779174564 4.836341965 5.327707947 6.07483859 5.198500977 5.612364058 4.941501114 5.321854511 5.561536139 4.97147534 5.443609065 5.646513631 5.355015512 6.577709646 5.018879908 +LQ03X017900 Reticulon-like protein B2 11.0213112 10.67393896 10.98723654 10.04054846 9.63658905 8.155212201 7.400178588 8.09312105 10.82173305 10.46917703 11.29764368 10.30700061 10.71966002 8.414426783 7.681999151 7.660163969 10.74416118 11.02493823 11.51100651 11.85240817 11.65150069 11.61230236 9.534730033 9.822185251 11.49385326 11.70592255 11.74948965 11.89160048 11.57100006 10.79512336 9.539670276 9.740074067 +LQ03X017920 Putative Predicted protein 12.21613161 12.62741641 11.37278787 10.20034128 11.18800696 7.943126915 7.105456426 8.08754444 12.13380988 12.68835982 11.51921134 10.00601231 10.9236263 8.051356193 7.640862728 8.66046944 12.55945586 12.16758817 12.50370498 12.37273933 11.34363918 12.14421663 6.268710587 7.947498244 12.41975628 12.22649865 12.60604145 10.98735724 11.41195194 9.960536188 7.297217682 7.758936272 +LQ03X017990 ABC transporter G family member 8 5.17547988 5.397341098 5.122588314 5.084124887 4.751774659 5.372025288 5.056660728 4.957986852 5.141306999 5.180374706 4.956566585 5.161606873 5.152342481 5.183167744 4.8865452 5.223698384 5.434604516 4.908633253 5.599236241 5.359486231 5.056264335 4.952875032 5.03937805 5.013989579 4.950700674 5.121998778 5.104548196 5.51929185 5.056316404 4.870144318 5.403433269 5.088310183 +LQ03X018050 Putative uncharacterized protein 12.15250196 12.60220921 12.12608487 12.14060749 12.01328292 12.03775161 11.89287466 11.83804431 12.08768934 12.47278076 12.36183821 11.76645916 12.0443126 12.17828576 11.63062429 12.14820439 11.9029743 11.94160975 12.15648765 12.22109634 12.09005667 11.82898603 12.15510262 12.30155733 11.80747658 12.14945748 11.77099597 12.20043387 12.36383595 11.83561583 12.37002813 12.17189679 +LQ03X018070 Putative uncharacterized protein 5.33754621 5.273630728 5.044884454 5.162527484 5.118585614 5.430731564 5.298617243 4.912363464 5.504420626 5.430810078 5.363197055 5.118553695 5.355121105 5.221426918 5.262654165 5.109769348 5.364226694 5.569929006 6.160419033 5.339658507 5.67049619 5.408173909 4.983428667 4.761305619 5.481587226 5.364431786 6.243383351 5.574012449 5.558372702 5.485712227 5.098898815 4.565810414 +LQ03X018080 Putative Conserved oligomeric Golgi complex subunit 7 5.224317606 5.474700051 5.021034146 4.943416232 5.123449936 5.007733378 5.049410429 5.213728798 5.132424194 5.501359181 5.143628215 5.126267073 5.370214019 4.886938708 4.917054814 5.103225276 4.987851496 5.608987761 5.49542351 5.288781628 5.644008617 5.01604579 5.284981501 5.457971158 5.248414135 5.35507243 5.646701089 5.270993926 5.370783602 4.846256201 5.432453444 5.240568986 +LQ03X018090 23.6 kDa heat shock protein, mitochondrial 15.87938857 13.6078522 15.41844216 15.68058297 11.98122021 15.8234305 15.44019948 11.71385576 13.96942227 13.50021846 13.28086595 13.9263704 11.54732481 15.0568966 12.88878267 11.3231246 15.16504503 15.42576309 12.21634182 13.8180878 14.90051504 10.43264784 15.1468225 10.86859431 14.15570278 13.53433974 12.58042991 12.31986498 13.65375272 9.984478057 14.98031318 10.53284564 +LQ03X018120 Putative uncharacterized protein 11.70262938 10.92121365 11.50961971 11.59690854 11.02892527 11.42581809 11.31445132 10.65315449 11.6934254 11.72308611 11.66422284 11.30966669 11.35234227 10.87646354 10.85606298 10.70763987 11.84543709 11.83621444 11.7054747 11.61657906 11.89550709 10.77528204 12.03566344 11.25715767 11.44149361 11.62854805 11.76010672 11.58414852 10.90904524 10.91824611 11.60441195 11.03941275 +LQ03X018140 Protein binding protein, putative 11.33860132 11.56758885 11.95756716 11.55519945 11.70882917 11.70148632 11.31088243 11.54678092 11.37808418 11.27421094 12.04461151 11.49361389 11.93503659 11.79523575 11.4018752 11.71605447 11.22994131 10.81899419 10.86488173 11.500332 11.46236282 11.54397319 11.30252185 11.88883047 11.34801594 10.75704067 10.90712829 11.66353459 11.73416972 11.77460165 11.34060396 11.97334298 +LQ03X018170 Putative uncharacterized protein 13.66262722 14.20453954 12.52809067 12.10954639 12.2593512 10.67439786 10.75719948 10.67033606 13.67774547 14.02430489 12.54931457 12.19102718 12.30117802 10.54728809 10.77758811 10.85902044 13.73652247 13.12066535 13.62465902 12.6580461 12.5404038 12.96266184 10.64655121 11.04729251 14.15748481 13.46285212 13.80499789 12.20923898 12.81488108 11.07280813 10.52843229 10.82532268 +LQ03X018200 Beta-fructofuranosidase, soluble isoenzyme I 8.898258437 8.905042576 9.572407026 8.352265301 8.235571756 8.1000039 7.624507231 8.145248713 8.761800709 8.058829789 9.280199405 8.355845028 8.212659221 7.982417315 6.530039815 7.315256223 9.417575205 9.767215717 9.531622476 9.897365338 9.75364203 8.828432977 9.17171455 9.224215713 9.193137784 9.195760639 9.207316886 9.368623568 9.890315926 8.929939405 8.011051086 8.351783083 +LQ03X018280 Putative 21 kDa protein 6.069087774 6.21151001 6.907947228 6.355924803 7.037654945 5.01090099 4.837031988 4.932882706 6.323697153 7.540141538 6.877695711 6.098179292 7.108091785 5.799303325 5.832411814 5.225232547 5.785190733 5.924109823 5.906551896 6.851540707 6.692410905 6.235663877 6.329823189 5.015412206 6.11166698 6.401283902 5.608569766 6.347943234 6.735485427 6.352762687 5.472691177 5.424139795 +LQ03X018330 21 kDa protein 5.708497056 5.829133357 5.274318792 5.556283035 5.667256359 5.383550266 5.16191723 5.094743542 5.91830934 5.981739042 6.22977497 5.564819305 5.525195309 5.24617781 5.196468815 5.254326307 6.044841093 5.682784504 6.023928851 5.633578319 5.019029534 5.468047126 5.502623881 5.271337547 6.271169027 5.824631982 6.351600213 5.597797996 5.338736318 5.285085379 5.147341961 6.257094344 +LQ03X018360 Protein ODORANT1 6.082507272 5.814503269 6.604651033 5.645372777 6.417694338 5.474210131 5.58368668 5.45095471 5.957120669 5.76012459 6.559033956 5.777361103 6.646404323 5.360084864 5.46391439 5.415285331 6.049063416 5.873218805 5.044200436 6.77731694 6.889434838 6.345943321 5.676953755 5.702880687 5.911066166 5.83547763 5.806679322 6.724007131 6.30241943 6.164831299 6.336900152 7.47766614 +LQ03X018410 Putative uncharacterized protein 5.027690794 5.281678819 5.583136012 5.608034502 4.840159535 5.53109959 5.734305936 5.203210728 5.558009626 5.188335972 5.932860536 5.68870807 5.378481848 5.450674689 5.529127121 5.501103879 5.101098065 5.359826689 5.414027905 5.359665811 4.871959012 5.106131266 4.9106524 5.246427631 5.106903846 5.468228196 5.367528825 5.01980725 5.262344026 5.282106299 5.221645972 5.015270092 +LQ03X018440 40S ribosomal protein S20-2 14.83177163 14.97908485 14.57535119 14.42386252 14.57276926 14.67160962 14.44281459 14.33023609 15.30780919 15.48715233 15.23301984 15.12139324 14.94259891 14.58691108 14.93506532 14.60322164 15.24924612 15.08187937 14.92501121 14.84134482 14.85412819 15.17528122 14.6299618 14.46393065 15.27082495 15.26845522 14.99252906 14.93185171 14.54840966 14.95126513 14.35004437 14.74287568 +LQ03X018470 Putative Cytochrome P450 93A1 9.309886375 9.501310828 10.94297213 12.79567272 12.21800635 13.61265912 13.70910978 13.69368739 9.115463464 8.687506189 10.29623075 12.95010334 11.93539432 13.82444572 13.88074381 13.83991935 9.402759046 10.3771053 9.319360805 10.32958455 11.18385377 11.67914284 12.60680284 12.82207375 9.277434168 10.55634545 9.528742321 11.63131274 11.51829154 13.39916786 12.85999209 12.73071145 +LQ03X018500 Putative Cytochrome P450 76C1 6.221628247 6.078968028 5.574766174 5.895213341 5.863720883 7.313122095 7.211209735 8.89153863 6.155911982 5.727695445 5.964544913 6.52477898 5.529318065 7.274238093 7.472236385 7.388653568 7.669098661 6.600188565 6.052084964 5.52789496 5.564669746 6.813377534 8.829527492 8.594143263 6.854244455 5.428799959 5.615998757 6.95893409 5.652278292 8.20072354 9.214427326 8.981135695 +LQ03X018520 Predicted protein 12.07104963 12.52679289 11.75749205 11.56081936 11.84648527 12.09838212 11.93013553 11.7211993 12.2795854 12.8552569 11.87736671 11.7758104 11.97464798 12.24710338 11.65504822 11.66617313 11.99421476 12.20170943 12.20040798 12.3183776 12.0684148 11.89381082 12.60437187 12.43932817 12.3468128 12.23282093 12.55953882 12.09238293 11.94884348 11.83223669 12.39133495 12.53953371 +LQ03X018530 40S ribosomal protein S13 14.13916702 14.20415027 13.8882318 13.42828888 13.73663579 13.42188479 13.05676368 12.79685429 14.574188 14.96234042 14.22096152 13.91158857 14.17416047 13.38388194 13.60649995 13.17368101 13.72919182 12.79066169 12.6249999 13.73887601 13.58070016 13.24683146 13.79612385 13.68390256 14.32882736 13.22171789 13.06763685 13.34352708 13.14048375 12.80629947 13.98563611 13.93930699 +LQ03X018540 Putative Leucine-rich repeat receptor protein kinase EXS 11.52139555 12.35976745 10.13893966 8.001063155 9.341246324 7.353138783 7.039584801 6.81453119 11.70022121 11.9869602 10.99903075 8.439025534 8.752196145 7.79669762 6.26178602 6.34179368 10.89495815 10.19834531 10.96419057 9.771139948 9.927123447 9.869934317 7.32505697 7.350003028 11.75870143 11.32608459 11.29874291 8.66854062 10.28380772 8.057774338 6.797453469 6.752214305 +LQ03X018560 Protein PPLZ12 7.050359209 7.072992252 6.648762036 7.211132527 7.102068344 7.013311667 7.027528087 6.825775609 7.561125265 8.274281302 7.347974162 7.530781277 7.479818531 6.974318568 7.660090016 6.893286751 6.491629327 7.67619927 7.301183291 7.045657237 7.967363964 7.18162903 6.684284479 6.354914176 6.580903047 7.210745394 6.71627082 7.919433967 7.086736261 6.965728604 6.616135949 5.854227524 +LQ03X018590 FK506-binding protein, putative 5.634851121 5.331832202 5.347757726 5.650704243 5.653682205 5.610705951 5.717447011 5.334182351 5.721730937 5.607715583 5.64124658 5.548272783 6.036418284 5.583207546 5.335301495 5.390618712 5.18924913 5.977556797 6.289213197 5.383743461 5.756734249 5.364510245 5.914491584 5.757186135 5.564954466 5.808198345 5.948296831 5.425909432 5.640483655 5.223735822 5.865606213 5.997969291 +LQ03X018600 Enolase 5.600883308 5.128871629 5.936614343 5.417571171 4.924017309 5.484714314 5.452491233 5.473985691 6.008837719 5.486380574 5.4863817 5.538048532 5.809049411 5.431851712 5.499113337 5.41394152 5.426714486 5.583495108 5.371130756 5.475097484 5.551501621 5.387492848 5.101969911 5.471173584 5.497373212 5.650839905 5.314802393 5.11949812 5.292935317 5.478934129 5.49708908 5.705734384 +LQ03X018630 Putative uncharacterized protein 8.946016943 10.18193177 6.936312225 5.519095285 5.776846828 5.547806876 5.455471253 5.518627347 9.39009515 9.718342692 7.203210371 5.458858062 5.868879233 5.417471773 5.537093437 5.318966422 8.726328842 8.259692008 10.33571649 6.302117599 6.56680345 8.377402024 6.246288543 5.505776937 9.994452395 9.579195557 10.97000021 5.448985667 7.250376693 5.602512566 5.6709035 5.518771439 +LQ03X018750 Predicted protein 5.754241514 5.500847307 5.770572987 5.197563267 5.83592288 5.199753721 5.274179914 5.78760906 5.686150133 5.143119598 5.745130709 5.066039033 5.958337572 5.036046452 5.11747998 5.422219316 5.549445506 6.361142569 5.542294232 5.631311743 6.743702352 5.745658318 6.089110371 5.254874952 5.505530167 6.163998967 5.724866642 6.211459365 6.192203625 5.510856203 6.57015028 6.021919916 +LQ03X018800 LRR receptor-like serine/threonine-protein kinase ERL1 6.209398052 5.755991065 5.774456439 5.777366148 6.052427669 5.306801105 5.673208233 5.913685709 6.61087695 6.6795791 6.005885912 6.103371849 6.241415738 5.838452052 5.373295839 5.720430846 5.613223096 5.202486351 6.930235586 5.908377558 5.635339036 5.971357807 5.151142142 5.128304757 6.638651242 6.211202397 6.51231296 6.182552871 6.232444139 5.377446382 4.804856771 5.422630238 +LQ03X018810 Putative Cysteine and histidine-rich domain-containing protein 1 14.25872262 14.19475009 14.15304488 13.28062986 13.6686086 13.56257331 13.33724613 12.92204626 14.44031412 14.26934567 14.22154456 13.5404796 13.93085783 13.3639387 13.21373891 12.92422048 14.21038876 14.44544282 14.01612738 14.70692323 14.72709157 13.72211534 14.17784138 13.3366682 14.18858345 14.32282949 14.14242007 14.21716708 14.4336753 13.38011871 13.81665238 13.29631663 +LQ03X018830 Predicted protein 14.61786713 13.61135275 15.028847 14.58000749 14.30615199 14.57301002 14.47320391 13.75150668 14.31212233 14.09392586 14.68890635 14.51979628 14.82326108 14.88667027 14.30753809 14.1786157 12.86112391 13.62167037 12.45068543 13.9126723 14.10321777 13.14025937 13.55204339 12.44216301 13.68340754 13.98130288 13.37957255 13.84128019 13.60794128 11.29895851 13.97101995 12.17706567 +LQ03X018860 Putative uncharacterized protein 13.13300842 12.42602219 13.25539646 13.38453431 13.42197149 13.86212203 13.64417658 13.68801009 13.21293294 12.76798222 13.04477743 13.39597076 13.33711152 13.34104902 13.51898536 13.1350693 13.57791277 13.54357824 13.10238103 13.15217046 13.2794209 13.27337226 13.49728403 13.16783567 12.54982667 12.69901301 12.73174602 13.23259859 12.5297211 13.40626049 13.08299755 12.8091473 +LQ03X018870 DEAD-box ATP-dependent RNA helicase 7 10.69037254 9.08297295 10.38477657 8.081317515 11.32665968 9.105149904 7.866721685 9.66314384 9.774313415 10.30926293 10.01752239 8.137395516 10.39190362 9.426268971 7.002488804 9.732022808 11.61698297 11.4272931 12.18573245 11.67231416 11.51242979 9.376677704 12.50352675 11.77116578 11.77130988 11.49278222 11.407785 13.39336165 11.46403809 9.364504797 11.8574724 11.66612674 +LQ03X018930 Subtilisin-like protease 5.502354683 4.97994058 5.193053159 4.931799569 5.476260039 5.329217573 5.020427886 5.002453395 5.223306708 5.816867273 5.129697774 5.154576159 5.561189907 5.275674319 5.180378253 4.810323615 4.958033735 5.285886079 5.158418707 5.325435838 5.191243156 5.489869784 5.250182906 5.08910676 5.308214926 5.70927849 5.528438395 5.276805575 5.246552104 5.305553677 4.833807761 5.704110737 +LQ03X018960 Probable protein phosphatase 2C 75 6.783654607 8.361059076 7.404581542 7.847416557 6.946072368 8.812931234 8.289668095 8.358159224 6.470273398 7.607166261 6.697088058 7.448766783 6.782935207 8.414553845 7.860084267 7.960939211 8.651904227 9.064635404 7.230863402 8.181645196 7.805686979 7.21789844 7.436169797 6.48050343 7.316431201 6.054011631 7.137206986 7.547725143 7.058955055 7.033296683 7.058158998 6.100933258 +LQ03X018990 Putative uncharacterized protein 9.88434019 8.808393456 10.08964799 9.232264317 8.704947726 10.8890096 10.56694712 9.075275431 9.869600053 8.795957541 9.864645345 8.695593177 8.989660828 10.19047918 10.09642508 8.506739432 7.552734543 7.892698835 6.605433779 9.066956308 8.998651421 7.634838573 9.500179217 7.962244669 7.736572474 8.059181941 5.882689304 8.744320189 8.745411691 7.534887882 9.888270285 8.039651854 +LQ03X019000 Predicted protein 11.20733518 10.99560064 11.93132154 11.64820112 11.85364459 10.90905389 10.8991922 10.9945523 11.36616279 11.3548872 11.95779686 11.78251944 12.09380708 10.9129969 11.03436244 11.05495207 11.61917702 11.69104495 11.74142967 12.42095578 12.0952933 11.97055851 11.49382856 11.1235473 11.38964898 11.61379667 11.41576484 12.81627612 11.46129756 12.03237348 11.41925069 11.23523501 +LQ03X019060 Putative Probable gibberellin receptor GID1L3 9.721548007 9.702890439 9.158247481 9.331107498 9.211020877 11.08110668 11.02014934 10.91664958 9.214323604 9.512651376 9.482899793 9.649976992 9.50656588 11.06182084 10.7625847 10.96338863 10.21572298 9.767660548 8.475935467 10.43740305 9.769067361 9.984276196 10.93310926 9.918964199 10.0215821 9.704137291 8.596456249 10.34647871 9.57533805 10.22825332 10.71866376 10.12467828 +LQ03X019080 Phosphoglucomutase, chloroplastic 5.769468619 6.093850163 5.841979254 5.724751868 5.34470397 5.541434464 5.602223439 6.100758564 5.709114801 5.668167238 5.367412817 5.574979175 5.868151478 5.73950795 6.558478948 5.530872381 5.746020706 5.985303954 6.065866063 5.334555657 5.325500536 5.89317619 5.668993938 6.011725287 5.803579305 6.076514608 5.722081059 5.712663672 6.249234316 5.92516235 5.288885198 5.405522456 +LQ03X019140 Putative uncharacterized protein 11.74455096 11.83691493 11.78652583 10.84876102 11.57065356 9.868182243 9.496260273 9.400233166 11.92963379 12.16670081 12.10558149 10.9501178 11.99529564 10.04642168 10.08431092 9.877159372 11.5069831 11.63431926 12.43325163 12.46757535 11.99979856 11.68877454 10.59122794 10.91408332 11.82080875 12.21384925 12.77448604 11.83746432 12.52435143 11.51049572 10.69354118 11.32087596 +LQ03X019160 MADS-box protein SOC1 7.65756769 6.962547568 7.955431688 7.132655721 7.597032645 7.440124829 6.969994177 8.292156911 7.840300441 7.069430742 7.902622728 6.984598501 8.306360141 7.04379949 6.291545171 7.066058561 7.593347656 8.728929027 8.930130649 7.232361187 7.003246348 7.350211188 7.824577258 8.031342302 8.193047543 8.524669418 8.531954292 7.459124374 6.821792135 7.499899034 7.184962051 8.281320769 +LQ03X019170 Predicted protein 5.36757495 5.802666631 5.652159204 5.222219814 5.384917405 4.880612674 5.24804886 5.252294158 5.347504963 5.533985793 5.161442404 5.394517657 5.709102609 4.819673172 5.027150746 5.309080011 5.502884041 5.63675017 5.166542641 5.668267962 5.662457687 5.258875234 5.445554177 5.101362695 5.303264032 5.569031238 6.001006633 6.270677549 5.353552967 5.66698467 5.499857827 6.059341805 +LQ03X019230 Predicted protein 8.51573942 6.449342944 8.214102322 8.431442436 7.179109218 8.210677796 7.11038159 7.278820848 8.612110393 5.673449198 8.334677472 8.248588048 7.951572218 8.115711087 7.077423278 6.963266853 7.6356023 8.120765953 6.684745065 6.818445029 6.71361229 7.642065314 5.464415552 5.728367576 7.426372847 8.412606656 6.46511101 7.140095056 6.47175118 7.199795109 5.63207598 6.519292967 +LQ03X019250 Predicted protein 10.75560403 9.297922581 11.66519191 12.1097541 12.37940348 13.08030297 13.13854937 13.66973268 10.51285077 9.179782338 11.51119408 12.31698925 11.5113914 12.70701208 12.68526415 12.77122944 9.340267443 10.69509089 8.229636919 11.37266595 12.11269406 11.90169715 13.01010912 12.96079572 9.122655577 10.46110003 9.08653229 12.00759819 11.30529322 13.08959638 12.7791462 12.73016934 +LQ03X019270 L-idonate 5-dehydrogenase 12.15842882 12.43909209 12.70462926 13.39631923 12.84660954 13.69811486 13.90587369 13.85183532 12.01131993 12.19715429 12.43719515 13.33340321 12.74683223 13.90910947 13.92706139 13.50858227 12.09011989 12.31435044 11.68419419 12.48136597 12.71145154 12.29343636 13.14282691 12.81177093 11.77105168 11.80118942 11.80745585 12.64472346 12.9633505 12.77407756 13.30439854 12.66099687 +LQ03X019280 L-idonate 5-dehydrogenase 12.46563618 12.53006434 12.04801766 12.47450011 11.98083947 13.93069011 13.90429285 13.79951043 12.36806826 12.6597592 11.61449375 11.95028126 11.77885689 13.76128182 14.05451504 13.72573377 13.48253007 13.17815835 13.12903371 11.77285738 12.3317011 12.39337763 13.64068793 13.51391526 12.57753692 12.37592405 12.84784734 11.84227505 12.10318545 12.73217226 13.40460344 13.38476533 +LQ03X019290 Zinc finger CCCH domain-containing protein 48 5.266734628 5.325700559 5.729602629 5.476793167 5.861419937 5.62258981 5.80124759 6.369141849 5.683126264 5.593895967 5.576470746 5.365954729 5.59286437 5.677945912 6.081043058 5.559992446 5.779517561 5.195483446 5.72638673 5.344349944 5.213944313 5.660458856 5.184866875 5.903462903 5.549192379 5.199576451 5.872345961 5.49177234 5.877231122 5.607920727 6.084037752 5.62232397 +LQ03X019300 Putative Uncharacterized protein ycf20 5.073049655 5.023095788 4.785107322 5.252309851 5.10103541 5.015848742 5.169966362 5.182466541 4.886283395 5.283938091 4.986026469 5.095077259 4.926319971 5.345837501 5.248971036 5.292505611 4.905570846 5.128101011 5.083640716 5.221920809 5.29776906 5.182653104 5.643506111 5.140102342 4.804793556 5.202229621 5.383619679 5.584533495 5.396150244 5.126742144 5.374860634 5.860906098 +LQ03X019310 Predicted protein 11.77312771 11.86147824 12.23621376 11.79423843 11.79969745 12.32513565 12.2848221 12.25153328 11.58869313 11.58088399 11.88652048 11.74837098 11.60534142 12.03364525 12.43605605 12.04231087 11.97536112 12.28960052 11.56363512 11.81831905 12.23389219 11.99104337 12.80855284 12.47312053 11.5979016 11.92653712 11.24288137 11.88200319 12.21209331 12.09092814 12.48984937 12.60992907 +LQ03X019330 ABC transporter B family member 28 11.76652126 11.79183107 12.0212403 12.54911128 12.37702903 13.67184238 13.83973866 13.78673857 11.98075815 11.78339685 12.0478704 12.71958061 12.51700202 13.73618301 13.65142079 14.11606358 12.14230803 12.03772891 12.46359543 12.22254493 11.56236861 12.08787838 13.17728283 13.77725131 12.11016271 11.84113414 12.16666058 12.39942041 11.57294523 12.6451722 13.12684767 13.35527296 +LQ03X019340 Putative Post-GPI attachment to proteins factor 3 11.03217317 10.96493176 11.47016381 11.28839349 11.31115982 11.13668238 11.06830165 10.96906337 11.18333476 10.98327153 11.32140245 11.33400563 11.26730306 11.23286572 11.14174576 10.60210258 11.1269978 11.57884634 11.32155778 12.00366012 11.75792103 11.62735434 11.45565209 11.30789752 11.47224203 11.71785392 11.74546819 12.12129939 12.22557845 11.6758009 11.61763817 11.58152385 +LQ03X019350 Putative Protein PER1 homolog 13.08545077 12.87393934 13.37955834 12.79126276 13.34705764 12.93547392 12.80335423 12.85810959 13.11627514 12.95802073 13.39549953 13.03003636 13.23927765 13.14588417 13.02019399 12.96914671 12.81790531 13.10731109 13.05516483 13.79185167 13.43884125 13.3161943 13.40715671 13.06829365 13.28797772 12.77257827 13.0081756 13.64370226 13.50830029 12.98661886 13.41979669 13.16973103 +LQ03X019360 Dehydration-responsive element-binding protein 1D 5.129216776 5.105057885 5.213271088 5.029424603 5.13055946 4.920620556 5.223857044 5.066161735 4.923279602 4.760400602 5.188561466 4.873434327 5.46887176 5.01259412 5.007202242 4.860844732 5.076329376 5.109935948 4.810989178 5.399415091 5.413770276 5.006216697 4.91750217 5.506134261 4.821525836 5.324523309 5.039560905 5.984975254 5.372611274 5.007838111 5.823249238 5.139858762 +LQ03X019420 Hypothetical protein 5.245412684 5.410911039 5.359913424 4.892244124 5.072503633 4.979189015 5.285316628 4.767770669 5.035727058 5.22011378 4.973374076 5.070930473 5.316844862 5.114126037 4.902119233 5.022928139 5.104123301 5.50052392 5.354584675 5.377997261 5.116759289 5.490839569 5.084159356 5.164832551 5.287090863 5.627251202 5.185509268 5.185235521 5.272277861 5.080308555 4.809494583 5.786737187 +LQ03X019430 Putative Reticuline oxidase-like protein 4.950468036 4.696814095 4.438319008 5.167155519 4.98208931 4.862342742 5.729632067 4.756021886 4.808550731 4.757065388 4.685440286 4.601647127 4.759342399 5.671651277 6.699982226 5.678997042 7.1565851 4.61373168 4.626164956 4.942594327 4.811217549 4.892010013 4.866381338 4.952126981 4.865426257 4.869127675 4.937965436 4.678665192 4.962241169 4.929099607 5.267158397 5.168868186 +LQ03X019450 Putative uncharacterized protein 5.285987368 5.111667866 5.504913242 5.473103717 6.082064738 5.368980077 5.960054614 5.708152721 5.516974091 7.196598459 5.696966303 5.282395245 6.251940579 5.032388047 7.282617301 5.695087813 5.072231221 5.403487812 5.177574011 5.606416829 5.724468324 5.623975558 5.706741197 5.359129745 5.230572645 5.619313707 5.180997433 5.76825803 5.882002979 5.639117035 6.828838298 5.822635716 +LQ03X019460 Predicted protein 5.285046343 5.325538573 5.185171466 4.979287821 5.252569319 5.292357485 5.09511379 5.208390758 5.373856653 6.090829036 5.271945834 5.218982584 5.835577375 5.126104735 5.333187353 5.176740357 5.312765789 5.309856238 5.554541568 5.001213063 5.692380828 5.443489096 5.608667258 4.715662555 5.206018897 5.48471978 5.308706751 5.407410307 5.72913629 5.677636263 5.168985937 4.966110285 +LQ03X019470 Heat stress transcription factor B-2a 6.258207395 6.865571427 7.492710162 7.294073103 7.734346255 8.112258295 8.129617847 8.229808583 6.344102495 6.203196312 6.720391636 7.298991947 7.083642817 7.622301996 7.656509181 8.183384619 7.377630682 7.468188054 6.465969969 8.077528554 8.332984204 6.945086648 9.674959048 8.787352462 6.578440396 5.984636853 6.150553021 7.769209428 7.207564652 7.576997933 8.703051154 8.416371671 +LQ03X019490 CEN-like protein 1 7.275249428 8.639876535 7.375415144 6.640156528 6.297899061 5.870171149 5.76827828 6.780752996 6.165389874 6.255352589 5.713770405 6.632657462 5.984509385 5.760582608 5.444902724 6.410846849 8.041838649 10.52779905 7.377114139 6.067621521 7.001244836 6.168862392 5.683207676 5.575491532 6.030633886 5.967420592 5.940460666 5.462182093 6.366884936 6.370246936 5.683835006 5.352792637 +LQ03X019500 Putative Cortactin-binding protein 2 4.962085566 5.592741119 5.525984987 5.329228296 5.630881978 5.436326875 5.394547592 5.379319555 5.000566141 5.790618831 5.846197339 5.603956639 5.486473946 5.600954547 5.731280713 5.1066048 5.506522967 5.224142492 5.185749929 5.363818194 5.780914739 5.38911167 5.499700534 5.830811301 5.765122036 5.460745943 5.154306154 5.570658338 5.202753247 5.360898525 5.231332965 5.253101062 +LQ03X019520 Homeobox-leucine zipper protein ANTHOCYANINLESS 2 7.881562626 7.7344204 7.010869474 7.16476392 7.446909935 8.250877718 7.722532437 8.200410535 7.666605593 6.876587129 6.985012935 6.961717683 6.705674545 7.803597443 7.741278113 7.515018201 7.548880953 6.499654958 7.990819341 6.264231117 6.374443363 7.88573667 7.546827088 8.187086399 8.297685228 7.132006382 8.094528575 6.792756997 7.283573325 8.020025702 8.277366669 8.455610835 +LQ03X019530 60S ribosomal protein L24 5.761026266 5.971384035 6.112336878 6.235240742 6.90655674 6.357927109 6.235100745 6.741115056 6.134761284 6.190522178 6.28832737 6.208475028 6.196697257 6.28968556 6.207913117 6.507807743 6.213683691 6.025735071 6.172292906 6.877297098 5.90891725 6.542970399 5.82902917 6.452301825 6.33736672 5.692135046 6.193249954 5.895736527 6.03435779 6.395765485 6.214991623 6.139981733 +LQ03X019560 Putative uncharacterized protein 5.083755561 5.195214418 5.962910515 5.946080027 5.39264439 5.407682173 5.80250795 5.663046189 5.39370592 5.344850343 5.434060136 5.895005832 5.47341315 5.71220946 5.968620985 5.555518311 5.121316108 5.327844376 5.319097261 5.98627578 5.453435428 5.672350634 5.824630198 5.588061411 5.192597 5.271675006 5.15284979 5.137126767 5.453253223 5.686541157 5.811896543 6.204683448 +LQ03X019600 DNA-directed RNA polymerases I, II, and III subunit RPABC2 14.26498992 13.96557624 13.75282538 14.09824805 13.91494601 14.21331333 14.14318253 13.81354104 14.6224467 14.2734112 13.87202159 14.13997108 14.04473405 14.17321397 14.03221421 14.06289842 14.07975911 13.84421241 13.58052453 13.79757783 13.28419838 13.67822829 13.31061159 13.51581596 14.20314689 13.8075308 13.81722516 13.27065369 13.04839132 13.37535323 13.66052683 13.33013654 +LQ03X019620 F-box protein PP2-A13 5.840763047 5.273987798 5.773232348 5.217301386 5.286549917 5.479971389 5.679103487 7.135430985 5.198917753 5.250653198 5.85199998 5.040402295 5.600005429 5.585211077 5.495237477 5.655928104 6.318157953 5.659360658 5.901038422 6.706048799 6.909501497 5.666225476 5.54332585 6.009026084 5.673866395 5.285464661 6.322666186 4.943539589 6.299865617 5.877496598 6.211363463 6.514665176 +LQ03X019630 Putative uncharacterized protein 10.13537247 11.15707133 11.72507558 11.87090143 12.92346635 10.87688359 12.23188694 13.32630214 10.8253415 10.51105395 11.4395943 11.92710265 11.77577726 11.32984259 12.34769716 12.57630473 12.4201539 12.17297971 11.92107863 12.46566962 12.16503019 12.68618416 12.71558265 13.38878857 10.43786465 10.53021538 11.79701947 12.62410128 12.7115885 13.32532694 12.79572653 13.31122692 +LQ03X019640 Predicted protein 5.425071477 5.340844343 5.210165947 5.930890396 5.963888929 5.904249713 5.668740052 5.771649395 5.9670262 5.749066251 4.912332338 5.696792727 5.704377301 5.457979338 6.217402572 5.624116289 5.920857819 5.988030212 6.096103526 5.678297542 6.120781068 5.577521971 6.380174462 6.327765583 5.140126737 5.774340504 5.684733668 5.285492418 5.649216286 5.664651138 6.689139623 5.780106314 +LQ03X019660 Putative uncharacterized protein 12.39732466 11.85447504 13.37057562 13.62663053 13.23191484 13.19271853 13.532228 13.37792391 12.64291048 12.16544277 13.36086225 13.52936311 13.37060037 13.2911563 13.30863246 13.66087183 9.677516851 11.85786074 10.74226208 12.66132062 12.63983675 12.94338899 12.6889124 12.86145302 10.94527042 12.11101776 11.61898366 13.07146213 12.82645729 13.48289854 12.63203277 12.55455541 +LQ03X019680 Protein binding protein, putative 5.927658595 5.883648368 6.498587472 6.631900179 6.572935973 6.306445582 6.421897614 6.015278817 5.988670655 5.63444163 6.28208188 6.261948342 6.402403117 6.709080239 6.834420534 6.197109572 6.292660541 6.749181294 5.735307949 7.164443267 7.666736369 7.286608305 7.940592708 7.606958896 6.904403514 7.126692108 5.909723952 6.546270705 7.141079069 7.891800914 7.000343772 7.313598212 +LQ03X019700 Arginine/serine-rich-splicing factor RSP40 12.9936458 13.94021329 13.37126667 12.62639828 14.0006745 12.62952104 12.65519066 13.30604197 13.6568847 14.15778216 13.86550404 12.95677363 14.04830347 13.10019129 13.10959526 13.66078782 13.05606467 12.20401405 13.23266264 13.32771581 12.95597909 13.81787093 12.85718942 13.58788311 13.26881975 12.89867658 13.4973564 13.57151603 13.35319038 13.61682248 13.19392753 13.73478612 +LQ03X019710 Putative Trafficking protein particle complex subunit 1 13.0016914 13.21687944 13.0414247 12.49695126 12.79884749 12.65219373 12.43393208 12.31419827 13.43300951 13.46287691 13.21881395 12.64254424 12.84992593 12.58313648 12.53195309 12.25195869 12.66486498 13.08495667 12.64783197 13.57261842 13.24945542 12.89970094 12.96381394 13.20542207 12.80782858 13.47656134 12.65172115 12.93960638 13.49800301 12.75150959 13.1143162 13.18172855 +LQ03X019720 Putative Suppressor of G2 allele of SKP1 homolog 13.57747331 13.07801592 13.62021655 13.50175968 13.06506195 13.09789777 12.88290416 12.18267294 13.43638482 13.21904442 13.19486972 12.9030115 12.92561349 12.73778196 12.74365733 12.14221744 13.60395696 13.30258216 12.93823656 13.28291765 13.52687081 13.2012455 13.10753087 12.68095046 13.46467586 13.36958686 13.19741711 12.94741406 13.88043223 12.82790686 13.11774297 12.59463236 +LQ03X019740 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5, mitochondrial 13.76135108 14.13625138 13.43695871 12.99805864 13.32830122 12.74892731 12.67252415 12.58323924 14.04572137 14.25037392 13.58156494 12.89269025 13.42400154 12.76298419 12.47585312 12.80440233 13.78392947 13.83212 13.84742258 13.45614084 13.15278573 13.32534189 13.03868961 13.34367231 14.0284331 14.13979332 13.98555087 13.16849278 13.23545936 12.90625117 13.12257941 13.17748276 +LQ03X019760 Putative uncharacterized protein 5.953235655 5.369552765 6.269402878 5.789805611 5.84049769 5.84784322 6.214758866 5.688330847 5.63215033 5.387573482 5.821885116 5.709941642 6.1025656 5.591176419 6.543547981 6.069070797 5.971615401 6.171012 5.256294516 5.538236834 6.090096372 5.525228187 5.716012826 5.673098888 5.594006258 6.295468863 5.436742161 6.18552628 5.505181383 5.577031653 6.032121531 6.536685469 +LQ03X019770 Predicted protein 6.029761463 6.486288549 6.731284697 5.911666245 6.039157315 6.570249535 6.324559409 5.942426012 6.19815968 6.879137238 6.567799468 6.08360662 6.017985119 6.929821688 6.356767549 5.691683326 5.919479303 5.803565554 6.489279474 6.299270059 5.427073052 6.235832023 5.856735438 5.730770231 5.887358186 5.847963469 5.842040835 5.350053385 6.107136039 6.284256176 6.187259392 4.85794831 +LQ03X019790 Uncharacterized protein At3g49135 5.388319296 5.058776739 5.168339669 5.539093516 5.584910954 5.548294697 5.867034477 5.581219756 5.482760549 5.708689602 5.282521043 5.562118009 5.536675687 5.510803214 5.713069179 5.470961059 5.705433578 5.398216555 5.414518128 5.943073975 5.600249242 5.402470039 5.618515932 5.291257724 5.341040105 5.57064335 5.319579152 5.54651106 5.525960508 5.386587082 5.169246412 5.313154038 +LQ03X019800 Putative Uncharacterized protein P11E10.01 11.21899241 11.77356441 10.92960273 10.27328489 11.4702729 10.83075572 11.30857979 12.09534867 11.22077985 11.56328572 11.0241976 10.18805051 11.01362473 10.77482811 11.11345616 11.91616273 12.54843323 12.0016546 12.39153981 12.43190009 11.42741058 11.19755588 12.85104241 12.94332918 11.3530419 11.3739301 11.8103764 11.29890447 11.21421512 11.1616171 12.70764611 12.98325738 +LQ03X019830 Putative uncharacterized protein 9.113734832 9.682973611 10.60025975 12.68632031 11.82442333 11.45907853 12.98165413 13.3394963 9.841031395 9.954304642 10.98105814 12.62397362 11.83138115 11.8340318 13.61652626 13.91460808 8.71772125 10.41125255 7.524034897 10.14681378 11.17947703 12.25608557 12.53070546 13.53306987 9.186139468 11.03261387 8.427762185 12.60589577 10.77497904 13.51490104 12.76494962 13.31876188 +LQ03X019840 Putative uncharacterized protein 7.141311955 5.854794483 6.36064975 5.656047099 6.73980491 4.992053473 5.904648936 5.371743809 6.877387054 5.701091985 6.065614094 5.920064609 7.191534235 5.311343534 5.706328525 5.415376365 6.078102013 6.626872497 5.694358876 6.236879316 6.228072755 6.942816476 5.688423965 5.767126624 5.797267545 6.150055964 5.764573644 7.360810184 6.293716456 6.875447065 6.361141154 5.621613268 +LQ03X019850 DNA binding protein, putative 10.84149017 10.92502033 11.11411048 11.59600062 11.49984012 12.05603961 12.50716343 13.27350862 10.92058585 10.44426124 11.24096874 11.61292598 11.49353484 12.43892264 12.58367957 13.1438483 10.48231716 9.917016032 10.29113011 11.19361348 11.29338773 10.99650238 11.97802453 12.44709636 10.44545118 10.23065896 10.31844225 11.42470361 11.27618131 11.21347764 12.41307803 12.33789279 +LQ03X019860 Putative uncharacterized protein 5.873403665 5.797550796 6.178154044 5.520035616 6.153597394 5.643330037 5.840927594 5.410539461 5.561962913 5.454238871 6.283906536 5.592501146 5.942042983 5.778224791 5.260768046 5.37345043 5.697295286 5.751717915 5.360183693 6.538684096 6.855932585 5.797454825 5.537623676 6.586857287 5.345830199 5.648252361 5.529506081 6.264852999 6.47392604 6.253256188 5.620860176 6.022116795 +LQ03X019870 40S ribosomal protein S10-1 13.48137411 13.70931732 12.65722521 13.20399959 12.58443395 13.42970266 13.41156514 12.96689708 13.65326773 13.87937929 13.08615872 13.49915774 12.83147458 13.32457209 13.36303409 13.2222329 13.68677299 13.36773078 13.69788902 13.13121929 12.92909765 13.26169868 12.99597076 12.78218843 13.9875834 13.75607666 13.88896156 12.72213476 12.67721028 12.96103249 13.18149641 12.72244422 +LQ03X019880 Heat shock protein 83 5.782074571 5.279357387 5.309350979 6.339636653 5.659087847 6.274295972 5.984084799 5.110646192 5.433110897 5.726890788 5.395480878 5.51356589 5.812638144 5.443295549 5.744876581 5.398706548 5.586464626 5.648044024 5.760442565 5.589737871 6.217584438 5.253784652 5.361273052 5.043977105 5.900537155 5.419811187 5.613070906 5.259524215 6.497387406 5.564080577 5.781917064 5.389317799 +LQ03X019890 Glutaminyl-peptide cyclotransferase 13.66407478 13.63106921 13.60563478 14.21733153 13.72561533 13.46679754 13.59034804 13.51618107 13.64264348 13.28160748 13.55676086 13.85392108 13.48846604 13.22097676 13.71190073 13.45761853 14.33859464 14.20819415 13.72487327 13.9175321 14.08369812 13.62251336 13.26731704 13.56734079 13.54908723 13.85576661 13.40973026 13.84921929 13.82263402 13.73157227 13.20486456 13.30506217 +LQ03X019920 Predicted protein 5.760625933 5.828675267 7.523533212 9.355275479 8.519179626 9.471566379 9.893459973 10.79263238 5.826156739 5.42153069 7.984914568 10.46107381 9.731731856 9.607588238 9.775411305 10.65718957 7.294472318 6.738917102 6.567042869 7.164781831 7.482201851 9.542866983 10.19952735 11.51764817 6.648555839 6.452383799 6.458269915 8.118555133 6.943985656 11.79143213 9.467798275 11.25551474 +LQ03X019930 Beta-carotene hydroxylase 13.79326773 13.21510413 14.02542621 13.33259264 11.9174705 14.25197362 13.69965482 13.41668823 13.29225371 12.35164941 13.31392213 12.3659339 11.13220151 14.20583834 13.1105894 12.75030126 13.33191899 13.62876884 11.97647322 13.05828885 12.90006007 11.65483595 12.20883265 12.18806156 12.72602514 12.49296913 11.30041125 12.66730865 12.18622246 10.52982295 11.43791203 11.1663803 +LQ03X019950 Putative septum site-determining protein minD 12.98157344 12.9979937 12.55729113 12.64439417 12.29116865 12.45079223 12.45127541 12.03476802 12.9369187 12.88943938 12.56133977 12.65917781 12.57974796 12.50192644 12.40100212 12.13145005 12.67477504 12.87607801 12.68623024 12.64372705 13.01763909 12.25263241 13.30032892 12.714421 12.91912108 13.03646336 13.02254626 12.60407263 12.90837053 12.0967902 13.03131704 12.85338066 +LQ03X019960 Putative uncharacterized protein 6.297894432 6.652615845 6.006728903 6.683628448 6.024355395 6.208540108 7.057563967 6.056614936 6.005695595 7.442078161 5.65182797 6.705242906 5.824435187 5.935123839 8.050443442 6.566676116 6.607607019 6.338301063 6.356274468 6.46425811 6.476687676 6.524193564 6.145791432 6.144870506 6.148921555 6.513475103 6.945292206 6.177174159 6.381711912 6.318062267 5.711942714 5.583726898 +LQ03X019970 Putative uncharacterized protein 14.41721839 14.19379959 14.40700576 14.08422684 14.06829421 14.48206165 14.35944164 14.13907903 14.08973861 13.85937634 14.32360551 14.24617774 13.8649488 14.77266346 14.23619289 14.63258333 14.49153489 14.2852809 14.11833158 14.29645517 14.09197151 13.80775467 14.51411266 14.3523336 13.79237687 13.616677 13.80317706 14.02646534 13.99354076 13.86916026 14.33312465 14.24656838 +LQ03X019980 Predicted protein 5.723608575 5.123053746 5.881274415 5.962572858 5.382466306 6.554142318 6.680275316 6.792887016 5.604904914 5.599999418 5.513680632 5.647557999 5.638283099 6.539695889 6.509177587 6.343017185 5.589046027 5.455210824 5.003058354 5.633634016 5.398418258 5.568947131 6.958691727 5.219593811 5.584147226 5.04111642 5.043648465 5.283576195 5.076321869 5.505171591 7.990697764 5.260891843 +LQ03X020000 Putative Probable RNA-binding protein 18 5.207684465 5.383543649 5.573374137 5.550827517 5.277325199 5.682231492 5.545096716 5.573548374 5.228666551 5.048862418 5.495300399 5.298105864 5.28803807 5.910734688 5.310647496 5.820167876 4.844488926 5.166027995 5.673356213 5.687619681 5.505335108 5.2865354 5.943328593 5.282840948 5.418331697 5.115883254 5.519365713 5.747698104 5.503488359 5.468230308 5.912149581 5.796695804 +LQ03X020010 Putative Uncharacterized membrane protein yjcL 8.90400536 8.708821023 10.56395843 10.8671883 10.26824025 9.994951157 9.975039354 9.686544732 8.875702732 7.766185737 10.20930963 10.46792859 10.43469635 9.945616099 10.16772898 9.385359945 8.69799939 9.664996551 8.381706479 10.3970476 10.7944055 9.825605607 10.81038658 10.56737985 8.696220246 9.320956075 7.630450725 10.8169681 11.14016628 10.26303435 10.63029626 10.23846172 +LQ03X020040 Putative Predicted protein 6.626097589 6.129910502 5.505763881 5.573599296 6.317655533 5.383099995 5.679455656 5.521129191 6.186629045 5.797273006 5.798372574 5.659036727 5.736247737 5.57077671 5.233050376 5.75017098 5.477801112 6.269155426 5.64679175 6.055755078 5.740965405 5.737835904 5.756181164 5.623550318 5.680912581 6.38933215 5.924562628 6.163672764 5.571518413 5.843978602 5.832607422 5.922003871 +LQ03X020050 Prolyl-tRNA synthetase 10.80230194 10.90347261 10.88362486 11.43106124 10.51977419 11.98425745 11.9441047 11.61843284 10.87316461 10.62587527 10.89463573 11.74596599 10.67660787 11.94932238 11.89016471 11.82261061 10.55346231 9.716239252 9.518509604 10.26187516 10.43939886 10.44101792 12.15707693 11.54803514 10.60455363 10.21610974 9.983979029 10.64941593 10.60625888 11.10951541 12.11795314 11.49818041 +LQ03X020060 Putative uncharacterized protein 4.909300292 5.594046607 5.064739904 5.273346374 5.165445662 5.791210122 6.286328861 5.441111792 5.296423291 5.413392655 5.111903684 5.275566205 5.334425011 5.478975639 5.696776615 5.809740537 5.550703547 5.362574795 5.57612185 5.365414567 5.476620787 5.431358198 5.965158624 6.146222112 6.026165462 5.443736321 5.831819421 5.276106156 5.457008121 5.167420089 5.125764334 5.594241778 +LQ03X020070 Scarecrow-like protein 8 5.330900238 5.046297973 5.422204889 5.554606134 5.369942414 5.843526495 5.937987801 5.703217842 5.46718422 5.803514363 5.168085683 5.773120561 5.682309395 5.623307621 6.185962397 5.946444992 5.104641326 5.276321882 5.2655061 5.630642091 5.435863204 5.325894405 6.381446944 5.581781011 5.244799004 5.581645612 5.174188496 6.115508358 5.663627032 5.52578029 5.835755857 6.488473898 +LQ03X020090 Putative Fibrillarin 10.61129907 10.80196491 10.0886128 10.01387104 10.05271157 10.08102107 10.63905659 10.37809125 10.47868364 11.14152273 10.37966814 10.52560364 10.04738555 10.41748745 10.53937669 10.29573668 10.37431275 10.29093068 9.945031478 10.03325177 9.911156664 10.14414541 10.452118 10.67231206 10.82174087 10.85888394 10.92228711 9.927929244 10.30873982 10.34075555 10.4222611 10.86890387 +LQ03X020100 Putative uncharacterized protein 6.155118629 5.287554872 5.694241709 5.962537554 5.459112476 5.84975157 5.512358578 5.382808947 5.977306389 5.783151867 5.571212402 6.196914167 5.067650808 5.438757255 5.563091634 5.639353022 5.362102213 5.736921953 6.21437459 5.483237717 5.551839298 5.736017483 6.158694651 5.378065522 5.538259656 5.523359959 6.261731607 5.359441771 5.676693835 5.416841698 6.350789009 5.51560943 +LQ03X020120 UPF0496 protein At3g49070 6.905038107 6.800553062 7.72930358 7.234370395 7.493062931 5.942831189 6.088999739 5.490067391 6.984839793 5.712510082 8.020045553 7.338124205 7.893362741 6.05920969 5.580677466 6.054459523 6.991299863 6.89686439 5.645186699 7.140056926 8.020047352 7.317815939 5.532388831 5.915661763 6.696153714 6.316165459 6.321752153 6.999704984 7.750708853 7.257805931 6.264603706 6.059910104 +LQ03X020130 BAHD acyltransferase DCR 7.343942942 6.965336573 6.855027018 7.141789687 7.03173704 6.073777296 6.037046926 6.039084222 7.420130795 7.632347006 7.549495276 7.045576635 7.546453477 6.124131063 5.740427374 6.115575817 6.409569206 7.427586866 7.342504468 7.450021983 7.56148164 7.731188539 6.74658537 6.889014018 6.956387542 7.867957961 7.497979406 6.50196373 7.358777368 7.076873977 7.106480186 5.639410239 +LQ03X020140 Putative Sec-independent protein translocase protein tatA/E homolog 4.978125553 5.028588007 5.073748528 4.728773275 4.871767018 5.035079653 5.188284628 5.202006442 5.094804514 5.156278309 4.764272001 4.662149184 4.986449038 4.937733815 4.94232067 4.923328725 5.414783363 5.04452217 5.098335335 5.599402601 5.306876317 5.001480966 5.459774923 5.025544017 5.059795995 5.006623554 5.781749911 5.178925475 4.905427934 5.055392421 5.73138795 5.143743006 +LQ03X020150 Putative uncharacterized protein 5.747105085 5.59864899 5.210739994 5.380287417 5.20934521 4.912659693 5.276331183 5.03154049 5.48471286 5.681394095 4.970370749 5.355688871 5.356473024 4.861820672 5.110482268 5.34728782 5.493919184 5.576786791 6.15630874 5.637547637 5.493981168 5.393609051 5.185131111 4.952446165 5.054420081 5.738713518 5.899639809 5.773924377 5.479079776 5.45441873 5.249052103 5.608970064 +LQ03X020170 Putative transporter arsB 5.613880095 5.58805804 5.284090583 5.812591553 5.104087917 5.508413535 5.433237871 5.599785147 5.367032596 6.326022989 5.242736632 5.504581851 5.023793082 5.200158752 6.229885599 5.288017126 5.004928797 5.246577816 5.950698623 5.426559868 5.446572307 5.329296408 6.182521083 5.050183629 5.287924058 5.165271166 6.025604115 5.553836105 5.239126789 5.103875974 5.712058563 5.429998418 +LQ03X020180 Putative uncharacterized protein 5.279132396 5.135919497 5.115385202 5.169156794 5.158116536 5.361401994 5.131650035 5.45589597 5.034268225 5.275408017 5.254983163 5.256613772 5.223915537 5.344999446 5.609492572 5.736475813 4.979818572 5.128310189 5.358726779 4.94650956 4.841132122 5.057617411 5.039320873 4.824848044 4.941352361 4.939887772 5.00630107 5.138914507 5.216287106 5.157741329 5.071243149 5.553644609 +LQ03X020200 Putative transporter arsB 9.971198203 9.490910284 10.24441828 10.53638682 9.968816967 9.943734153 9.841536061 9.682984639 9.596423157 9.660880852 9.720023755 10.14527387 9.975901972 9.390265522 9.840807002 9.073284829 9.890728426 10.11372516 7.756148543 9.792002417 9.879679578 10.24340079 9.95746479 10.0196395 9.838779535 10.20481329 7.264473895 9.957620414 10.33120558 10.33823518 10.41329585 9.61456061 +LQ03X020210 Putative transporter arsB 6.481713682 6.574653735 7.072868365 6.655265996 7.26752764 5.904132749 5.997828897 5.591781527 6.467151945 6.945660668 6.897537786 6.689974947 7.4841073 6.149055589 5.684670688 6.282439575 6.296189373 6.670402784 7.435831241 7.256309601 7.434001957 7.274586273 6.554927018 6.558983371 6.654601803 6.800808803 7.21241305 7.057131935 7.505609486 7.115390718 7.119490952 6.52680834 +LQ03X020220 Predicted protein 5.282726483 4.903556109 5.104274475 5.269052745 4.679763579 5.641297844 6.060473021 4.849550291 5.622492827 5.775163089 5.226606579 5.339083992 5.491843054 5.104681879 6.190110565 5.20475288 5.225840769 4.977510662 5.401446245 5.078401594 5.167512433 4.903399348 5.474595823 5.129674115 5.000327936 5.276187829 5.239392962 5.065642356 5.795697533 5.129957145 5.230749255 5.150105861 +LQ03X020230 Putative WW domain-containing oxidoreductase 5.037337183 5.593363595 4.742229455 4.686573426 5.119123572 4.702854786 4.816462156 5.018466904 5.252991855 5.777268826 4.746599934 4.816276263 5.426148909 4.897900694 4.830757627 4.903159627 5.154680045 5.509198959 6.084437856 5.107483316 5.186115922 4.789355542 5.265033416 4.611247989 5.018424341 5.293357983 5.55573113 5.293516216 4.990201572 5.108126032 4.995607517 4.580655668 +LQ03X020260 SKP1-like protein 21 11.59640894 11.56316673 11.42664988 11.66802746 11.52851545 12.03218338 11.90707719 11.94101165 11.55886638 11.26748869 11.2750234 11.37500214 11.55727643 11.61008087 12.06817955 11.77190678 11.82901746 12.03281252 12.42891366 11.84122354 11.53639345 11.54752412 12.14346848 12.04365859 12.07163485 12.20861497 12.36228599 11.77196634 11.55709564 11.97935747 12.31294381 11.88009265 +LQ03X020290 Predicted protein 10.45786428 10.17894456 11.72633394 11.709576 11.99486919 12.93696222 12.57380529 12.68461408 10.35925842 9.982442426 11.63123454 11.63684945 12.06449243 12.96732201 12.32363011 12.50541069 10.58273585 11.17785736 10.70184308 12.11624988 12.11763755 11.65770691 13.39639421 13.10181752 9.924624598 10.84453849 10.81866285 12.3037192 11.9334577 12.35144152 13.21737843 12.97243369 +LQ03X020300 Putative uncharacterized protein 10.82879672 10.94748018 10.6481753 10.85232827 10.23697879 10.86574449 10.6941689 10.77878917 10.82189279 10.97982594 10.91453378 10.87796045 10.62443386 10.9403809 10.54865143 11.10053356 10.92326173 9.945206315 9.35073937 10.47318677 9.864703655 9.653940821 9.755116599 9.953056335 10.42607937 9.942567781 9.086768279 10.24923261 9.722854129 9.556524102 9.907998024 9.821429366 +LQ03X020320 Putative Uncharacterized protein At3g49055 7.097046141 7.442264189 6.367323435 7.305279796 6.749185714 7.505489819 7.331776181 7.333611362 7.024099341 6.79596434 6.432024789 7.28196191 6.850652574 7.330782392 7.411845908 7.43886569 7.388082034 6.930053466 7.838158085 6.849824604 6.76318171 6.868124634 6.719921381 6.632371554 7.155978831 6.716604093 7.327767407 7.025847956 6.819945576 6.925041903 6.452299319 6.501614827 +LQ03X020340 Putative uncharacterized protein 6.216018513 5.745376314 6.213095472 6.286145242 6.425949403 6.205874922 6.650256296 6.407522904 6.613880896 6.997265283 6.022573957 6.222877808 6.35741308 5.975973284 6.305349082 5.932758671 6.19091574 6.626016578 7.034783922 6.156534426 7.106767799 6.435145845 6.309112417 6.475132874 6.124879417 6.719060642 7.455909514 6.335696084 6.375253593 6.072163843 6.720308585 5.986065676 +LQ03X020350 Predicted protein 11.72719258 11.46396899 12.00713194 12.15852237 11.78128527 11.66083232 11.68624431 11.35314352 11.91766148 11.58039836 12.08559878 12.33903668 12.26682958 11.66574784 11.69927922 11.54146673 11.9443172 12.44495213 11.55184933 12.25980805 12.45124601 11.66167127 11.94150671 11.67390687 11.61082252 12.34290664 11.69121628 12.38412231 12.33795453 11.7018575 11.81147698 11.5069098 +LQ03X020360 Calmodulin binding heat shock protein 10.72781158 10.19745327 10.44819378 10.34255905 10.20372453 10.14649806 10.40941001 10.37356423 10.32393298 10.21864332 10.44886533 10.46957424 10.27161783 10.22284754 10.4477055 10.12886416 10.67239548 10.40138911 10.4240267 10.21037383 10.42012288 10.31699268 9.71116074 9.979957866 10.51959083 10.43225126 10.01459059 10.10501798 10.61301296 10.10506687 9.328494998 9.857827333 +LQ03X020370 60S ribosomal protein L36-2 13.69656273 13.38872218 13.31558046 13.54136531 13.66057698 13.84662641 13.81003591 13.44885274 13.95443469 14.49856566 13.72237364 13.93633735 13.71100845 13.61548495 13.28965907 13.43401733 13.91098652 13.70269372 13.61441176 13.5833596 13.57439522 13.88897359 12.91347522 13.15560193 13.92031174 13.94306744 13.77381994 13.30615378 12.71474585 13.74372064 12.7836241 13.268768 +LQ03X020380 Predicted protein 8.768221047 8.940260647 8.466230869 10.14327255 8.903061597 10.2867438 10.69669242 10.8373861 8.660285866 8.648651872 8.166055404 10.07650113 8.70417788 10.30510963 10.80794263 10.80741937 8.853258371 9.352056267 8.418837424 8.284323789 8.783244931 9.579111991 9.336524074 10.38146092 8.78761493 9.819658971 8.50294757 8.620282476 9.186009854 10.2853925 9.701713829 10.32963291 +LQ03X020400 Cleavage and polyadenylation specificity factor subunit 2 11.20419221 11.25409455 10.91809103 10.89087133 10.67534763 11.50690587 11.28184024 11.05983396 11.2996658 11.24765901 11.05572019 11.2705433 10.75166542 11.57526853 11.10945698 11.43042384 11.25547016 10.74953294 10.97518388 10.57429732 10.81630321 10.25925943 10.85389829 10.352089 11.27731786 10.62957679 11.14483449 10.41007615 10.4660154 10.52859329 10.9881039 10.47351364 +LQ03X020410 Putative Signal peptide peptidase-like 3 12.51335916 12.49078501 12.65885133 12.45016098 12.65098841 12.68243344 12.30613052 12.75765659 12.66428098 12.4098168 12.76750669 12.56001312 12.7185762 12.39071904 12.52625392 12.78282704 12.43218177 12.24904796 12.26607554 12.47493466 12.34352132 12.67860869 12.87227344 12.98925256 12.34354706 12.03792682 12.35954331 12.28912627 12.51869563 12.56445704 12.93663346 12.83534576 +LQ03X020440 Putative Tripeptidyl-peptidase 2 10.69727998 10.03501961 10.48222309 9.760062345 10.74518628 10.74222702 10.68364355 10.69406928 8.801337912 11.00731316 8.556674374 7.968550727 9.164207133 9.138332269 10.57401978 9.641870035 10.61193416 10.38338679 11.27682923 10.58883419 9.954281504 10.14274622 10.8813677 10.5678036 10.78547736 10.12023629 10.83089219 10.37359362 8.595648475 9.886041309 11.0824281 10.57061809 +LQ03X020480 Putative uncharacterized protein 5.583397009 5.383394583 6.395978083 5.376836801 5.058656857 5.685240248 5.690337505 5.599845519 5.379352364 5.189824769 5.639286836 5.296459355 5.418962233 5.675291684 5.389872557 5.603851633 5.373859285 5.602401468 5.578587426 5.385215588 5.755624548 5.421111021 5.496552903 5.562718423 5.631570954 5.236218325 5.67976499 6.066122392 5.52198615 6.155195274 5.918208382 6.125442596 +LQ03X020490 Putative peroxisomal-coenzyme A synthetase 6.362726894 6.588271037 6.517215304 7.09807045 7.082884449 11.85535605 12.05887128 11.76311205 6.114795756 6.177899336 5.416567511 7.218860755 6.632074389 11.96189267 11.29742367 11.81190654 8.013174038 9.22038606 6.570604437 9.151176167 8.438119019 8.575584179 12.38735807 12.85190294 6.79725556 7.473095198 6.628040755 9.74501548 8.653210692 9.666554651 11.86879547 12.74957499 +LQ03X020500 Putative peroxisomal-coenzyme A synthetase 6.168652741 5.699439034 6.264638447 5.77401037 5.856250941 7.157910364 6.595326242 6.393425819 6.170776778 5.425020804 5.61277493 6.299525988 5.171575513 7.259819406 5.766118774 6.559449214 6.010665735 5.790210779 5.571253794 6.691010868 6.769526998 6.614763354 7.594368483 7.305367248 6.164054243 5.659599939 4.923610705 6.964438031 6.146105113 6.587134116 7.214837722 7.449522659 +LQ03X020510 Tubulin beta-1 chain 12.82279614 13.21712638 11.68840846 12.72650233 11.43843091 9.591251798 9.174210627 8.547058419 13.07807801 13.37829693 12.54060079 13.17618141 12.49216027 9.679945245 9.183125573 9.295214 12.18015075 12.05964336 12.04649691 11.07853323 11.47546652 12.09048955 7.125759212 6.648897267 13.20862161 13.08014078 12.24240305 12.15303619 11.93055433 11.40272884 6.973302108 6.374813975 +LQ03X020570 Copper ion binding protein, putative 10.63017598 10.68120518 7.988145577 7.335847522 7.743219461 5.482237028 6.343693574 5.72763079 10.44520375 11.13816065 9.745347576 7.581873678 8.588835605 5.803706461 5.707858766 5.867463555 9.471079925 10.38107331 10.17247387 8.01344395 9.499518161 9.008197963 5.171482185 5.813562264 11.28717305 11.33582856 10.8295395 6.631711191 8.545727349 6.234573238 5.698193153 5.884844612 +LQ03X020580 Hypothetical protein 12.6508053 12.14789491 11.75899924 12.09734555 12.54991719 12.3304171 11.7033945 12.91198775 13.09857541 13.25336389 12.35875205 12.28300009 13.22861313 12.43097296 12.11747401 13.24936639 13.13034433 12.13058274 13.32680544 12.4148622 11.26594499 12.06581726 11.1573986 11.58019384 13.33633393 12.65362487 13.06618412 11.94970456 10.93713068 11.8284689 11.7458775 11.84331532 +LQ03X020600 Putative Low-temperature-induced 65 kDa protein 4.911645471 5.254015395 5.309284364 5.385236974 5.30525845 6.085532354 5.58200452 5.853263649 4.924649099 5.384055808 5.331431881 5.268560239 5.478690348 5.663646398 5.271448996 5.849041714 5.267191522 5.401894831 4.908111327 5.205617703 5.029709537 5.301188288 5.312916125 5.394763978 5.416049893 5.348701427 5.673189706 6.79400136 5.011879562 5.406977725 5.108084186 5.819981027 +LQ03X020640 Putative Cytochrome b561 13.72458815 13.14245092 13.16507402 13.77580333 13.53853836 14.32974137 14.47003318 14.38592725 13.61046775 13.2595446 13.12000558 13.91331759 13.38125418 14.42815487 14.51398577 14.17919649 13.45483086 13.07257646 13.38650313 12.89073394 12.75447053 13.16513055 13.30472564 13.05428779 13.38427024 12.71458421 12.61750421 12.82271912 12.49489025 13.42138826 13.42937183 12.95622621 +LQ03X020660 Remorin 6.618486357 6.405818062 6.495179259 6.552653836 6.379438521 6.48608532 6.718158999 6.705676834 6.886569032 6.595199226 6.689440935 6.483732383 7.188327249 6.392849195 6.799417686 6.67857119 6.482657573 6.846535657 6.349039246 6.693284308 6.961316601 6.879559708 6.585264526 6.148588155 6.327810398 6.804419653 6.573667498 6.478660264 7.173443695 7.127775252 5.916166951 6.124917756 +LQ03X020710 Cleavage and polyadenylation specificity factor subunit 5 5.413790646 5.808862377 5.565604874 5.986427101 5.573336397 6.099648279 5.9597761 5.427399216 5.350621558 6.042224693 5.791843571 5.937133787 6.059754171 6.488704859 6.681739108 5.982761443 5.681326456 5.410851332 5.96597538 5.887504617 5.627850319 5.439575678 5.808564247 5.682465645 5.725318474 5.756116663 5.660554403 5.205391569 6.186397229 5.528256929 5.523319515 6.311457906 +LQ03X020720 DNA mismatch repair protein Msh3 5.874571221 5.764214059 5.334396983 5.024843351 5.639811781 5.341834351 5.1984517 5.096564075 5.690605907 5.886149126 5.410883523 5.204675903 5.504095777 5.311533534 5.669274103 5.367193779 5.573507914 5.681144685 6.646023148 5.277969831 5.422617661 5.173793528 4.842409129 5.024637157 5.379308943 5.375429319 6.723150129 4.952380383 5.26168796 5.429307423 5.666611645 5.044866664 +LQ03X020730 Flap endonuclease GEN-like 2 5.334543761 5.620349678 4.960566142 5.103019629 4.919192545 4.906761243 5.59911474 5.08617967 5.417869692 5.86705501 5.234465604 5.563031174 5.019113837 5.113886213 5.363529033 5.298260117 4.972070226 5.04865134 6.635467815 5.592932806 5.638792435 5.115980424 5.683731381 4.934568472 5.33495852 5.25035815 5.732282072 5.816732596 5.385404758 4.936771465 5.74047689 4.838559737 +LQ03X020740 F-box/LRR-repeat protein At3g48880 5.20122579 4.928969174 5.901827307 5.139273765 5.274933669 5.59323201 4.998919658 4.950701569 5.04928662 4.940573833 6.039321873 5.12546542 5.422929658 5.181234056 4.904769645 4.847649558 5.148973556 5.021447306 5.169044368 5.100435112 5.220087323 4.97161711 5.073768139 5.547968747 4.820273276 5.248994663 5.264953316 5.451221602 5.682362845 5.068969514 4.809786501 5.210018602 +LQ03X020750 Membrane steroid-binding protein 2 14.55375851 14.63812465 14.53719281 14.40819084 14.78889186 14.27725142 14.32377887 14.40018588 14.64410678 14.60991744 14.46196641 14.44707107 14.76793685 14.39048476 14.45839354 14.63790202 14.59335662 14.94271417 14.28442656 14.73238141 14.41385139 14.48875036 14.46751121 14.59859429 14.40700966 14.68577877 14.20383463 14.36481953 14.5368975 14.40348403 14.34445962 14.70311071 +LQ03X020770 Putative uncharacterized protein 9.597474703 9.284782955 8.989501875 9.170572751 8.658054262 9.409795858 9.433518848 9.130305396 9.169673474 8.659723718 8.793742201 8.770710594 8.354689219 9.329296913 9.263047845 8.494341437 9.43959244 9.733636475 9.187430677 8.485644488 8.484127886 8.734209015 8.928334811 9.088641579 9.250465795 9.198265543 9.287297105 7.576713823 8.772052055 8.62019212 8.294089132 8.37953692 +LQ03X020780 Putative uncharacterized protein DDBG0287975 11.21123599 11.65426696 10.21380469 10.26920545 9.754397731 9.101427027 9.155927049 8.477287435 11.86600422 12.15263659 10.71318006 10.61908446 10.0277056 9.243254907 9.512223585 9.055431869 10.93481537 10.22425163 11.24919027 9.446483673 10.18946668 10.03756704 8.055663851 7.824673765 11.99354325 11.54325666 11.66724187 9.895104007 9.834690535 9.675554887 8.392961356 7.701035883 +LQ03X020790 Putative ADP-ribosylation factor-related protein 1 5.704950821 7.234458287 5.448533813 6.02754435 5.302908157 5.321867166 5.463422099 5.304257727 6.943003479 7.84208837 5.707754367 5.797959797 6.070009546 5.245869916 5.612693205 5.47978995 6.422632886 5.027150285 6.026545032 5.719830128 5.541418038 6.558392142 5.132612943 5.731884819 7.233848948 6.13227986 6.474695998 5.514902862 5.636021446 6.197571177 5.031459749 5.127615959 +LQ03X020800 Predicted protein 9.20692913 8.792108505 8.614497281 9.049555191 9.090154557 9.611872869 9.368642513 9.043829244 9.256930273 9.401576207 9.064700627 8.801925003 8.916242382 9.349337058 8.929151936 8.701771963 9.378882801 9.216715213 9.882917641 9.101920529 9.163120403 9.031265836 9.861851765 8.538852217 9.241467209 9.024409708 9.822748195 9.213263969 8.765070909 8.986211108 9.020974669 8.633447781 +LQ03X020810 Putative 3-hexulose-6-phosphate isomerase 12.44907894 12.18035457 12.27504076 12.36816753 12.42739179 13.19864811 13.09688478 12.98977409 12.03745066 11.70473046 11.88430853 12.36166177 12.13727483 13.0575862 12.67473341 12.74857829 13.08859744 13.77807702 13.08031746 12.98309131 13.26414044 12.44676651 13.62961866 13.51315859 11.97570624 13.10442411 13.07319819 12.75754905 12.59000431 12.67532709 13.51228482 13.511133 +LQ03X020820 Putative Reticuline oxidase-like protein 4.879121659 5.358595515 4.989212491 5.47033907 5.801837367 5.873449342 4.814684882 5.032534359 5.439948572 5.085966889 5.986495366 5.285811045 6.473846244 5.129069348 5.095884471 5.104892015 5.700472513 5.208977645 5.023730036 5.276014962 5.204677017 5.229573852 5.409537091 5.101122478 5.347617512 4.956190435 5.0527353 5.289532322 5.19586637 5.813371265 5.093808936 4.769354192 +LQ03X020850 Hypothetical protein 4.684481067 4.408636523 5.013786821 4.764905418 4.972512778 4.574746539 4.564395515 4.75507466 4.555291282 4.273746123 5.13298206 4.427954214 4.963664289 4.75553165 4.611272756 4.615760167 4.678746324 4.60353409 4.758416651 4.875852812 4.682783115 4.639550426 5.057621411 5.42159144 4.547512264 4.703299079 4.500331286 5.372030361 4.868840197 4.715866005 5.788668124 5.965865244 +LQ03X020860 Putative Emb|CAB66404.1 5.377605222 5.715003405 5.155811317 5.218844229 5.721355918 6.238638305 5.788711563 5.855079995 5.422071647 5.813924261 5.850238131 5.301662025 5.202371626 5.585053297 6.896699799 5.81694413 5.286843388 5.413859354 6.238062039 5.290724515 5.578426849 5.278553105 5.971438817 5.557974387 5.275699612 5.552934152 6.373055343 5.496073773 5.356263446 5.026591766 6.575227865 5.209497693 +LQ03X020880 Predicted protein 12.14891571 12.2427534 11.38714738 11.79051794 11.56259248 12.07163198 11.97045423 11.7344525 12.28598725 13.03608082 11.56873471 11.75145059 11.65923492 12.08010942 12.17765571 11.90215198 12.8601682 12.46545942 13.19978441 11.77690665 11.8157859 12.20542309 12.12912899 11.47077685 13.00111358 12.56007178 13.48028179 11.77973016 11.13937902 11.80098705 11.92549665 11.25691177 +LQ03X020890 Transcription factor, putative 6.208119765 6.05528992 5.555687923 6.064129222 6.012413348 5.636464461 5.698649911 6.071717149 6.412070931 6.174502906 5.503930998 5.784484602 6.447198894 5.701098253 5.615239811 5.852383546 6.199505613 5.815929814 6.440977088 6.29825422 5.777529857 5.879347735 6.771884887 5.600222132 6.088657011 5.806540066 6.06698799 6.423651718 5.94815722 6.111160451 6.184017179 5.779121713 +LQ03X020900 ATP-dependent Clp protease ATP-binding subunit clpX 13.29354783 13.15066299 13.76120376 13.72354306 13.58113325 13.76667414 14.25555749 14.21567686 13.3369585 13.14581732 13.66432983 13.83220874 13.63303503 14.05031666 14.82171394 14.59446359 13.58269563 13.58376949 13.49234914 13.97571918 14.06547624 13.66244871 14.60028938 14.73413655 13.38945273 13.22985383 13.37998078 13.75967211 13.73509524 13.79232702 14.5618264 14.52359621 +LQ03X020940 Putative Dipeptidyl peptidase 9 12.39360098 12.45872077 12.7486714 13.00018027 12.64512637 12.18026539 12.57422141 12.57812768 12.28150852 12.07402022 12.53065145 12.99201043 12.82110118 12.13030003 12.81666505 12.73803589 13.03478546 13.05249167 12.23319598 12.63609347 12.44871452 12.80195027 12.39125088 12.54197182 12.52280721 12.72153819 11.99008807 12.93337748 12.55250325 12.8679562 12.43255437 12.58371469 +LQ03X020950 Ubiquitin, putative 7.720585732 7.535361444 7.484800389 8.197071832 7.041507707 7.814335697 8.226134924 7.237531991 7.507564516 6.298451421 6.559928287 7.944757375 7.216936064 7.779388121 7.20319096 6.567974813 7.732042266 8.149747326 8.0571144 6.39323705 6.279280226 7.371163608 6.918020017 6.471002613 7.931007914 7.865636522 7.613873263 6.580224043 7.57291406 7.291254832 6.419083915 7.407793166 +LQ03X020960 Probable pectinesterase/pectinesterase inhibitor 34 12.25541134 11.69486669 12.91615912 12.15952411 12.90365593 9.894613401 9.261452474 9.809352299 11.97433946 10.97621437 12.44346348 12.03427111 12.98313916 9.972943461 10.0932883 10.08327346 11.90798612 12.24493435 11.93565695 12.78731177 12.883782 12.53262211 9.839655958 11.11026914 12.1056711 12.42419556 11.46653591 13.09559454 13.29514407 12.13593066 10.04486154 10.99333113 +LQ03X020970 Putative F-box/kelch-repeat protein At3g06240 5.963417951 6.112508285 6.004101106 5.990005519 5.582687929 5.727523822 6.571857242 5.902736258 6.381833382 6.504092759 5.955649663 5.962545107 6.121914484 5.864257831 7.143487055 5.718678666 5.502674605 5.480853892 5.57738694 6.843855306 6.190300684 5.598367306 5.756129265 5.174697287 5.672945065 5.830739753 5.950150603 5.364923795 5.900003607 5.512946237 5.505175028 5.135442119 +LQ03X020990 GDSL esterase/lipase At4g10955 5.161085111 5.062832184 4.96821752 4.907343108 5.073076491 5.178421203 5.146585288 5.112927418 5.21752682 5.345243432 5.036086506 4.833302507 5.289898659 5.111344243 4.990144674 5.038664741 4.949092177 5.160045767 5.804881493 5.192072991 5.089644769 4.842400263 4.742721209 5.114589834 5.016888712 4.821561941 5.642045805 5.182581704 5.116609783 4.884463625 4.989467379 4.828052002 +LQ03X021000 Predicted protein 6.043644699 5.777412942 6.613251598 6.960099148 6.250910171 5.820471711 6.251023144 5.89107384 6.183531516 6.050303918 6.494152741 6.68790382 6.211810629 5.862264773 6.390376719 6.06485726 5.699646379 5.940192597 5.931821898 6.377712016 6.487318095 6.202289351 6.96951198 5.407763564 5.755222402 5.935706047 5.66184622 6.21689812 6.288246168 6.293342094 6.315627933 6.313714678 +LQ03X021020 Putative Probable VAMP-like protein At1g33475 11.56145322 11.32967386 11.60237345 12.18434397 10.98100054 13.10634534 12.69489187 13.43733471 11.36844637 11.26539606 11.60518399 12.24129168 11.22195855 12.99395639 12.60491403 12.85368135 12.32754464 12.38582646 11.91920107 11.72616755 10.74507115 11.52674876 11.94681778 11.41093021 11.78549849 11.6782234 11.75131093 11.36285695 10.84562639 11.78861133 11.8357615 11.49311939 +LQ03X021030 PP2A regulatory subunit TAP46 12.12629606 11.8813464 11.81933509 11.72552939 11.34175218 12.19161026 12.10830605 11.74860998 11.54821043 11.65450896 11.79617864 11.39454441 11.23198904 11.84568473 11.89106307 11.07815789 12.1756086 12.1585215 12.19087878 11.86031162 11.59815735 11.22446798 12.27614405 12.24964472 11.72643064 11.51060739 11.7766968 11.4183342 11.47420016 11.13105499 12.16154011 12.01142885 +LQ03X021040 Predicted protein 8.621555209 8.068392696 7.784410461 8.325361149 8.699301403 10.11481012 9.633074634 9.671554379 7.92416074 7.715389368 6.390700646 7.180704215 7.620717163 8.355791656 9.609812176 8.563726188 8.508959106 8.956857033 8.859730753 8.499531122 7.481799136 7.979349839 9.275839275 8.879160571 8.359232839 8.503147986 8.307516198 7.89127024 7.569008604 7.9800005 9.187429095 8.470078132 +LQ03X021050 Predicted protein 11.4391591 10.7286453 10.14085696 10.40517091 11.39383299 10.48363141 10.18412839 10.73531356 10.89311303 10.5520726 10.5273745 10.41091213 11.0230753 10.26870828 10.28540323 10.63289521 10.29590062 10.91280552 11.01737916 11.56588331 11.70783326 11.08721398 12.32293679 12.37140106 10.8019822 11.487496 11.51980273 11.59854246 11.54819471 12.15320706 11.91310272 12.61831879 +LQ03X021080 Putative L antigen family member 3 12.00497217 11.66563426 11.20314817 12.42731611 11.54960436 12.26283766 12.50023407 12.04115225 12.19580484 12.51486809 11.38758784 12.67412601 11.59452059 12.33306331 12.69448244 12.14920539 12.91129539 12.82158376 12.03420548 11.35994941 11.93657823 12.81572217 12.33231238 11.88182452 13.05828393 13.11096882 12.1537554 11.34312638 10.86517752 12.66795842 12.25761886 11.60939852 +LQ03X021090 Carboxylesterase np, putative 5.032421613 5.146019304 4.801089142 5.008213552 4.953106667 4.666527658 5.300113114 5.106686223 5.102338682 4.934161947 4.599886447 5.101205277 4.809905505 4.766953915 5.604479855 5.233961087 4.945296545 5.064068432 5.522062567 5.609314894 5.039725783 5.086770495 5.340404804 5.017466385 4.960498528 5.34691533 4.933368973 5.713652332 4.958257612 5.183645877 5.822034257 5.479406678 +LQ03X021110 Putative KH domain-containing protein At4g18375 12.73502277 12.59616042 12.76489978 12.55063218 12.62532931 12.52565094 12.27687719 12.31834569 12.77789625 12.69011583 12.87700047 12.81741315 12.78269975 12.46965659 12.58254441 12.40021764 12.60456583 13.13118223 12.73576755 12.32852782 12.89537798 12.78029269 12.30095123 11.4388533 12.64611921 12.96075916 12.50143552 12.37056718 12.39902204 12.22573753 12.29266826 11.39909736 +LQ03X021120 Putative Nephrocystin-3 6.073880286 6.267155189 6.158533672 6.224420876 6.473281547 6.471748183 6.679912741 6.435878466 6.541684544 5.957673336 6.245380108 6.255737854 6.141701137 5.960091889 6.647004924 6.6560358 6.641903035 7.055565786 6.976032947 6.014827151 6.299680254 6.187387419 6.125144526 6.145825377 6.178434792 6.660828258 7.063442899 5.888714858 5.801993231 6.267257964 6.412434885 5.978222048 +LQ03X021130 Putative uncharacterized protein At5g24314 13.78565965 13.52975052 13.59298616 14.50167725 13.90171931 14.66616328 14.43128502 13.81603572 13.78018984 13.68227278 13.72382773 14.50301218 14.09466326 14.63972055 14.31667295 13.86741838 14.2231216 14.3730824 14.1234233 13.40759732 13.87851338 13.86773557 14.22096925 13.85019663 13.95872835 14.25030362 14.21967491 13.89810026 13.13858602 14.21766044 14.04535925 13.56827592 +LQ03X021150 Putative Importin subunit beta-1 6.051712983 6.078790581 6.317276161 5.730811554 6.103471584 5.574990372 5.361494548 5.088966069 6.06437071 5.888212386 6.16966341 5.800970066 6.273421721 5.499406558 5.56838682 5.067555222 5.776024068 5.666411826 6.112398035 6.882581138 6.368796849 6.129658418 6.300822131 6.158831222 6.279698426 6.338477546 7.051153253 6.441606924 6.939420308 6.288918185 6.430576009 6.480323647 +LQ03X021160 Putative Importin subunit beta-1 6.082592633 5.48808378 5.828826236 5.037624474 5.54759203 5.400747619 5.180358025 5.128356719 5.766798146 5.326414028 5.679382988 5.011219438 5.713866017 5.182553851 5.25812189 4.965733658 5.36724836 5.569232379 6.161934399 5.743869514 6.440635764 5.474722542 6.041131231 5.928693971 5.459293479 5.67529307 5.835744239 5.971831863 5.914556722 5.793258365 6.018941085 6.09703294 +LQ03X021220 Hypothetical protein 12.51448401 11.97311225 12.66299933 11.46413558 12.41542391 11.37789465 11.62844872 11.22917989 12.77678909 12.99900259 12.70389217 11.99199006 12.81330133 11.44293539 11.30175157 11.69600577 12.71721034 12.9088515 12.60702039 13.32507014 13.23572452 12.38168349 12.92368551 12.69858909 12.53953115 12.68845898 12.77000234 12.73713986 12.49960907 12.00965843 12.75937743 12.52402516 +LQ03X021230 Predicted protein 5.065137477 5.298806154 5.123383589 4.755833727 5.311262495 4.94160277 4.835166999 5.529111323 5.038328455 5.180299827 5.281125258 4.822360058 5.036716683 5.061744167 4.832789833 4.97400085 5.369318147 5.315889676 5.519374609 5.596396063 5.06017976 4.881977655 8.417644814 6.071479067 5.507543435 5.222213133 4.999653291 4.968981493 4.979169335 5.157351854 6.15095134 5.848999854 +LQ03X021260 Putative Dof zinc finger protein DOF4.6 5.43978288 5.035262405 5.740154828 5.058238343 5.867697894 4.616567696 5.032619834 4.619785004 5.238774407 5.057373835 5.285135515 4.917503285 5.600665066 4.902528622 4.961340964 5.076419608 5.34849699 5.446361216 5.04749798 5.232048903 5.315168666 5.37788565 5.13000155 5.040513247 5.316043237 5.032137365 5.273973565 5.256566089 5.118571094 5.31155452 5.094238671 5.120907822 +LQ03X021280 Impaired sucrose induction 1-like protein 11.02936655 11.66998175 11.4224109 10.54215273 11.04375701 10.40272909 10.31637947 10.19581071 11.18013035 11.5478801 11.50602825 10.6259088 11.26941532 10.73302129 10.52975779 10.38723592 11.06688324 10.32921534 10.76105917 11.94890558 10.88159427 10.83026984 11.52731845 11.20848793 11.28738687 10.2391132 10.80707099 11.5373651 11.2598263 10.45943087 11.57806161 11.20791582 +LQ03X021290 Protein yippee-like At4g27745 12.61371114 11.96094936 12.57955193 13.21939214 13.06897103 12.58081438 12.58274394 12.88106339 12.63946887 11.94559959 12.69771667 13.31055578 13.21855735 12.57322344 12.56240588 12.61789542 13.12381787 13.49805666 13.32963221 13.31005858 13.08985825 13.18688452 12.73787103 12.10159688 12.84894673 13.21682321 13.09883272 13.15272427 12.57221389 13.39987021 12.49984802 12.14522267 +LQ03X021300 Protein yippee-like At4g27740 6.032402356 5.275478452 4.954207325 5.520056738 5.567305045 5.36675696 5.242737822 5.533131601 5.515501076 5.991479962 6.121418838 5.53503435 5.565022248 5.351570808 5.631010054 5.271446926 5.271713484 5.462372636 5.367202436 5.81164419 5.406261968 5.576160343 5.496368575 5.106007787 5.200251136 5.077265712 5.376667714 5.011775866 5.29211837 5.402194769 5.332826458 5.097100153 +LQ03X021310 Protein yippee-like At4g27740 11.67367658 12.31186009 13.2991123 13.55200316 13.88355094 12.84571999 14.23939224 15.02006757 11.94293089 12.4264682 12.59602358 13.30066124 13.01772468 13.20476214 13.97373139 14.37475657 12.71191758 12.23077526 11.8442788 12.94335084 11.73295038 12.48468929 13.14614372 13.24937495 11.01838413 10.64638702 10.75269946 12.2958171 11.22099247 13.17255668 13.54444406 13.47678778 +LQ03X021320 Nucleic acid binding protein, putative 12.76935302 13.08216996 12.69969881 12.03109984 12.58254815 12.35358154 12.18251908 12.366853 13.05465801 13.15218598 12.68792296 12.07582784 12.53600723 12.45671783 12.32555398 12.25080391 12.86675608 12.61930484 13.11843538 12.94425013 12.72972313 12.4441837 13.23889723 12.94620389 12.90873095 12.61660861 13.19700263 12.66447219 12.95641687 12.54373258 13.17708344 13.17558285 +LQ03X021330 Oligopeptide transporter 6 5.166561844 4.925298848 5.06222442 5.120636685 5.18201467 5.948221974 5.874444755 6.158727027 5.626310135 4.963273182 5.068223125 5.345640618 5.427738388 5.541366073 5.092802496 5.27073988 5.496421009 5.433684952 4.826451894 5.9043885 5.939303578 4.784386828 5.47763902 5.814728334 4.802808772 5.221459263 5.072789674 5.513458105 5.356007346 5.044809726 6.306130806 5.175557216 +LQ03X021390 Putative Major facilitator superfamily domain-containing protein 5 13.15786696 13.12060106 13.44200359 13.38030033 13.53964552 11.81896234 12.02377992 12.20857673 13.05941204 12.84318968 13.34533175 13.15929178 13.50914139 11.87732917 12.31291639 11.74803672 13.07312931 13.07741031 13.52335139 13.22683029 13.07897775 13.80766491 12.60782441 12.97013785 13.32180988 13.50823802 13.61941677 13.39215278 13.77997694 13.72551108 12.53852439 13.05942354 +LQ03X021400 Putative uncharacterized protein 13.75595834 13.56028534 13.77374945 14.68181331 13.74428919 13.9385198 14.54929971 14.38125233 13.82676285 13.41540512 13.78055153 14.19096587 13.77374685 14.05610507 14.55357356 14.59915077 13.14594835 13.3409595 12.89372059 13.48087543 13.77300043 14.1553159 14.3139568 13.91851877 13.27373534 13.43323391 12.75230081 13.90975628 13.49678302 14.01383876 14.34720281 13.770519 +LQ03X021440 Putative ATPase family AAA domain-containing protein 1-A 5.104179752 5.2145773 5.117152876 5.090235584 5.549671718 5.199010516 5.04435215 5.196981861 4.922688933 5.011182578 5.663093736 4.992183655 5.396514149 5.22675315 5.377400506 5.040884727 5.026515418 4.993135579 4.882525936 4.856479138 5.537345335 5.122138388 5.739160679 5.271668045 4.934505856 4.897973642 5.036733911 5.375070585 4.769077369 5.030223017 5.852257558 5.673109498 +LQ03X021450 Metal-nicotianamine transporter YSL3 13.41427566 13.39302616 13.5497124 14.77919171 14.89362355 15.10888938 15.45329283 14.7380584 13.82973582 13.46202161 13.83329313 14.68655017 14.36901218 15.51030757 15.11498567 15.43954134 14.64584342 13.76756765 14.29045963 14.19150405 13.63738153 14.14731613 14.74161422 15.08716198 12.92172116 13.01000425 12.65626823 14.39118612 13.93751746 14.71631907 15.48726388 14.51842264 +LQ03X021460 Cytochrome b5 5.819660328 5.58469186 5.36197126 5.722462347 5.574441884 6.210693688 6.048225463 6.486982808 5.859042858 6.477580557 5.819641772 5.846541412 6.080946496 6.277110295 6.562914083 6.47704069 5.806293952 5.917825006 5.652910752 5.815511942 5.576585703 5.948469221 5.986429456 5.807913357 5.923524441 5.520370942 5.791310229 5.307158188 5.702285304 6.18364487 5.875916148 6.084040375 +LQ03X021470 Putative uncharacterized protein 10.81876004 11.33417011 10.40577291 10.12973583 10.58747165 10.22099414 9.823081889 10.57665993 10.91345633 11.23734276 10.6328181 10.33049922 10.6351809 10.44634243 9.977090459 10.67685372 11.2323096 11.05815411 11.39345008 10.91600051 11.09841862 10.91067074 10.78427092 10.6824938 11.55664744 10.88870881 10.69011289 10.82464151 10.99749467 10.74454649 10.34544273 10.16694106 +LQ03X021480 Predicted protein 14.08039899 14.20762848 13.77616857 13.93392379 13.95801994 13.84789491 13.92313024 13.94613517 14.10182829 13.97588371 13.74962686 14.08931287 14.04396935 13.96268442 14.06193727 13.96456793 15.07409796 14.99048024 14.87079306 13.91600645 14.51024067 14.5328168 13.89243441 13.7080353 14.75249083 14.58285147 14.59753193 14.07049743 14.43229716 14.09779293 13.72996809 13.84503777 +LQ03X021500 Ubiquitin 14.21129413 14.03311153 13.58760914 14.01420268 13.92213191 13.82686948 13.87728657 13.64126901 14.49872749 14.89584368 14.02080925 14.28729188 14.20277148 13.93365541 14.16781812 14.04001886 14.35537601 14.39369399 14.18837893 13.77557919 14.04781589 14.54892807 13.53192464 13.95390817 14.67489945 14.767788 14.10028461 13.62952534 13.53430412 13.91460182 13.73806917 14.04158108 +LQ03X021520 Homeobox protein, putative 5.697242506 5.229292392 5.51855091 5.761383849 5.744608077 5.418007947 5.943688876 5.859294622 5.441078359 5.385195253 5.223129466 5.632338374 6.105495119 5.81161261 5.573841448 5.577480396 5.692769637 6.094743621 5.748428213 6.117050999 5.586961706 5.531218862 5.460888139 5.617683125 5.532668636 5.801636267 5.751849055 5.827276823 5.735220254 5.588971019 5.597521268 5.95896651 +LQ03X021540 SAUR family protein 8.544991988 8.08834857 8.528445305 8.689705663 9.071700309 7.959869639 8.615144683 9.593778965 8.385966927 7.966242129 8.546629584 8.899833035 8.73076931 7.97978071 8.957421302 9.152594717 9.219541115 9.208818574 9.452083992 9.596946295 8.540718448 10.06792966 9.330974492 9.92923295 9.06960169 9.100865024 9.248355916 10.04965924 9.132001429 10.44437805 9.184249658 9.766855604 +LQ03X021560 Putative uncharacterized protein 8.595391906 8.64894055 8.525550541 8.570756857 8.655270587 8.811378387 8.91408013 8.830642906 8.048553944 7.791396199 7.72153243 8.093035115 8.2292433 8.292709312 8.698232039 7.812094568 8.405988382 8.795630271 9.585359123 8.762527583 8.814019112 8.60393699 9.217597225 9.919182276 9.026561095 9.034120101 10.02335432 8.333158835 8.992884949 8.447954107 9.71903195 10.51955791 +LQ03X021600 Putative Predicted protein 6.062320254 6.559745695 5.861777761 5.4001873 5.863612502 5.180413312 5.839731732 5.482564047 6.160894134 6.063968858 5.832291675 5.885165996 5.938235203 6.08178138 5.273247792 6.067082722 5.777200379 6.004459577 6.113060672 5.631238343 5.88364389 5.753808892 5.122298188 5.054057826 6.144986265 6.459418959 7.147493377 5.122141962 5.447699375 5.962582747 5.377045688 5.03107384 +LQ03X021610 Putative uncharacterized protein 5.511706085 5.447073992 5.734137639 4.918996149 5.280916875 4.761075312 5.025985946 4.680600934 5.024196462 6.168479736 5.122435036 4.876382388 5.139228554 5.071309683 4.526790982 5.065835092 5.004492533 5.217163424 5.966189229 5.4961135 5.519456485 4.857911584 4.775485146 5.598127333 5.574020876 5.513419947 5.307202908 5.643094889 5.201865982 4.926189893 5.059128388 5.413087068 +LQ03X021620 Small heat shock protein, chloroplastic 13.81998686 9.101709602 11.45468952 13.14398967 6.879096287 15.75410574 15.30447291 12.37215001 10.12152407 9.308912049 8.922552431 11.78604981 7.034675791 15.05897648 13.44696083 11.58397016 12.54730701 13.97637675 11.72558017 12.33323674 13.32752442 12.13993673 14.87430514 14.50876642 10.98117061 11.97575791 12.02082524 12.06538597 11.62960822 12.90804293 13.78341888 13.90566034 +LQ03X021640 RNA-binding region-containing protein, putative 5.729453573 5.459305136 6.579774532 6.041724431 5.689585695 6.208244696 6.289173506 6.188803204 5.93366823 5.45956544 6.239474678 5.836477301 5.874841674 5.893125804 6.418048342 6.551693511 5.901286356 5.768318239 5.818551852 5.582637773 6.131060174 5.507635258 5.47706605 5.687259102 6.046319973 6.040583754 5.913555028 5.544261176 5.250183491 5.84435849 5.30875991 6.424034759 +LQ03X021650 RNA-binding protein, putative 5.842749787 5.555333377 5.416258078 5.677534421 5.571275954 5.44813051 4.944549843 4.956502976 5.755676564 5.567669816 5.440947163 5.704620476 5.945435161 5.307238623 5.155828232 5.361227039 5.312345611 5.707882707 6.22068707 5.789860462 6.054078289 5.59276354 5.272840798 5.701870332 5.231060634 5.709339739 6.212188651 5.448360203 6.452197984 5.566247324 5.441068837 5.279957156 +LQ03X021670 Arginine/serine-rich splicing factor, putative 6.017636326 5.842532512 6.541869662 6.332912666 6.365359289 6.029397013 6.99261224 6.500655705 6.33075919 6.632889247 6.735316551 6.611808307 6.760342865 6.16996662 6.803428707 6.63186769 5.985811581 6.445083161 6.202165787 6.474568915 6.911106692 6.252429275 6.67219258 5.892014394 6.28464304 6.163605736 6.144216053 6.527139784 6.276690125 6.142617141 6.92848149 5.875280533 +LQ03X021680 60S acidic ribosomal protein P1 6.219730886 6.44696963 5.926022428 6.174829177 5.633146072 5.874194421 5.882817843 5.835515546 6.222837908 6.692012303 7.095276593 6.174651061 6.098128085 5.706707846 5.884904873 6.161850634 6.417269559 6.163467314 6.285000308 6.241714905 5.999442891 6.093911788 6.274736104 6.560741874 6.426159466 6.176546868 6.136877589 6.185893483 5.714196719 6.020066021 5.802695007 6.650069881 +LQ03X021710 Putative uncharacterized protein 8.78720023 8.150253636 8.937000998 11.94923913 9.125385148 13.52970353 12.73941598 10.69981139 8.330093199 8.021547481 8.354151945 10.11597547 9.385028749 12.44903493 11.7326418 10.02494073 9.910845496 11.08111525 8.190417441 10.14296431 10.12698668 8.289410871 11.81057104 10.64020172 9.350345054 10.41516969 7.271045918 8.586064817 9.160873365 9.381876708 11.74246411 10.76743509 +LQ03X021740 Putative uncharacterized protein 5.766458303 6.269479337 5.922985691 5.760889147 5.913544493 5.518436257 5.425857979 5.457459734 5.845887374 5.834206019 6.033200942 5.667936881 6.143074861 5.326717853 5.328424014 5.562389711 6.073039731 6.228736534 6.249144073 6.146325484 5.351085903 6.000259119 5.828539915 5.2989556 5.953355579 5.523702552 6.127268298 5.491647133 5.90025239 6.026091099 5.168963586 5.288480855 +LQ03X021770 30S ribosomal protein 1, chloroplastic 5.983187092 5.537943141 6.799602755 6.460305976 6.178175221 6.385806859 6.362595259 5.36013165 6.338212232 6.716864921 6.366123733 5.966294225 6.607903225 5.929978267 7.41534333 5.897390619 5.714761367 6.299172028 6.02078884 6.834558616 5.779920225 6.382635323 5.236084973 5.873251751 5.921059409 6.015473796 5.352093962 6.202397006 6.353120114 6.496619589 5.579308086 7.011539915 +LQ03X021780 Putative Two-component response regulator-like APRR5 4.862157075 5.290661433 4.946281055 5.229587066 4.539452593 5.227694835 5.121308893 5.28046238 4.915094607 5.523725973 4.859883155 5.304741308 4.784590214 5.268520314 5.491186825 5.016664341 5.069665656 4.945863668 5.637965755 5.180708666 4.533165955 5.292802431 5.309241056 4.699026422 4.948374235 5.071630302 5.543214487 5.48789368 4.853372817 4.888007795 4.945552125 4.884541096 +LQ03X021800 Putative uncharacterized protein 4.759852269 4.672026376 5.330986012 4.685891892 4.712647825 4.770269589 4.659557787 4.577661108 4.570591391 4.601285718 5.622845653 4.670112078 4.788384672 4.719233739 4.715941284 4.577974786 4.941716911 4.919212317 4.726629384 4.923625895 4.955666361 4.942550401 5.45134765 5.330964905 4.655795549 4.990581409 4.818705775 4.997982605 4.552677915 4.838697911 4.748693099 5.380868482 +LQ03X021830 Protein TRANSPARENT TESTA GLABRA 1 11.9197659 12.13797934 11.58111933 11.72188693 11.90253939 11.76313293 11.78419862 12.03960911 12.04148847 12.1695211 11.62741263 11.70072246 11.73746185 11.72295607 11.80598299 11.84939302 11.40451329 11.41491953 12.07289707 11.73269125 11.2541439 11.18738882 11.32501385 11.69392879 12.03037186 11.98161229 12.11850753 11.5246695 11.70557383 11.06038973 11.64040508 11.69722754 +LQ03X021840 Putative Flavanone 3-dioxygenase 9.694222463 12.59687063 9.301575064 10.18974053 12.46866185 11.39311133 11.26838847 13.65096828 9.990043367 11.2163159 8.919639282 8.96042191 10.80095071 10.77648575 10.3257691 12.04008118 12.81602343 11.6363115 12.50969302 13.29224013 9.975795091 11.78687548 13.07874784 13.91960901 10.45565422 9.484963509 11.0391033 11.24873786 9.912228474 12.84728531 12.37153458 13.54815863 +LQ03X021850 Caffeic acid 3-O-methyltransferase 5.316280702 4.984085415 7.411930486 5.855735917 5.290174189 6.463566209 6.223686742 6.37533843 5.464988083 5.161179071 6.712054077 6.137642868 5.835766808 6.370839284 7.190336923 6.230868912 5.060309996 5.334748135 5.08865641 5.558089713 5.170758085 5.100264974 5.066008405 5.69247476 5.140602758 5.317648062 4.654007584 6.011737555 5.714187282 5.906054509 4.642280826 6.007541305 +LQ03X021870 Nascent polypeptide-associated complex subunit alpha-like protein 2 14.87532084 14.91450727 14.37634261 14.4700079 14.29548608 14.71302855 14.45876675 14.04120837 14.68721298 14.78858899 14.3813403 14.56162641 14.42003104 14.62239901 14.60837926 14.47786635 14.32028366 14.17406071 14.06065376 14.16457552 14.28399607 13.91908597 14.02102882 14.1061934 14.64915338 14.39976338 14.68146498 13.66475926 14.34016696 13.78155814 14.32726386 13.97916653 +LQ03X021890 Putative uncharacterized protein 5.364177359 5.508300009 6.672068456 6.040477553 5.43864263 6.079562718 6.336628333 5.697975901 5.53339304 5.57996135 5.596898527 6.248669942 5.663639967 5.642246889 7.692498799 6.046264795 5.191063125 6.111458028 5.192488561 5.493979386 4.942080552 6.075136201 5.459261418 6.292609183 5.542595784 5.346881386 5.407881018 5.422170817 5.482172797 5.841549296 5.450004209 6.211096511 +LQ03X021920 Putative uncharacterized protein 5.497973477 5.729929925 5.472749266 6.153304366 5.021221253 5.028646792 5.227064038 5.426399437 5.23812859 5.744871212 5.020196032 5.674382943 5.490345274 5.276633048 5.18857668 4.958045257 5.181987512 5.56249562 5.418538554 5.516637143 5.308915275 5.639964568 4.928297108 5.271009073 5.139650417 5.618937637 5.823258933 6.439685585 5.517532425 5.554542327 5.008781373 5.841955613 +LQ03X021930 IAA-amino acid hydrolase ILR1-like 5 11.89278476 11.87645087 12.40145234 11.63190498 11.93114265 10.81686561 10.75919591 10.63484108 11.85620216 11.71851881 12.27607308 11.44477506 12.10550313 10.87756639 10.95290521 10.55845406 12.42054775 12.56932815 12.38848189 12.82609661 12.68852903 12.0787626 12.06573601 12.34727739 11.91581159 12.42914489 12.41598127 12.4728775 12.97106989 11.65447661 12.03879434 12.34473483 +LQ03X022040 Uncharacterized protein C16G5.07c 12.85997035 13.25373829 12.59370229 11.92096036 12.51655893 12.20179377 12.15976861 12.03251887 13.20648895 13.52085571 13.02869562 12.37025575 12.74558179 12.33591461 12.21753331 12.49679327 12.77419677 12.41823393 12.83355281 12.52147444 12.1135386 12.54120974 12.78374562 12.66622472 13.19814736 12.94767163 12.85043426 12.42239354 12.17134935 12.40142648 12.59208795 12.52469081 +LQ03X022050 Hypothetical protein 11.31005499 10.81214481 11.27761328 10.35243523 10.62889597 9.840530937 9.317120859 8.536431635 10.90385189 11.3190256 11.04470608 10.44058147 11.01866977 9.56775267 8.453541614 8.580927159 11.0089106 11.99094187 11.37537996 11.89789637 11.90108139 10.56165504 9.658236702 9.269488533 10.86057712 11.59666284 11.37781545 11.44974935 11.34131213 9.732147014 8.849166292 9.181314592 +LQ03X022100 Putative uncharacterized protein 14.1794534 14.28657893 13.27302099 12.55818267 12.84289092 12.50171244 11.9682288 12.72361299 14.16476348 14.08909668 13.27092751 12.6579314 12.92590309 12.22654043 12.13201279 12.41382846 14.35256916 13.47416225 14.36247133 13.51624542 13.32161405 13.49565624 12.51513695 12.7416023 14.24463915 14.10311664 14.30023975 13.20494367 13.32412447 12.73800015 12.62251818 12.34090157 +LQ03X022110 Hypothetical protein 5.683715452 5.537266919 5.67034986 5.492192965 5.66616766 5.705754977 5.788822879 5.404814644 5.776538397 5.773233447 5.741798864 5.587954987 5.737949113 5.774508779 6.252779683 5.523203571 5.623595107 5.324735677 5.506279684 5.794536083 6.012444197 5.708322656 5.358567947 5.905751983 5.646918512 5.591512742 5.332507188 5.188026584 5.700738131 5.712379406 5.798309227 5.120936652 +LQ03X022140 Protein translocase, putative 5.647755844 5.873021839 5.573066005 5.546766683 5.75542859 6.292348221 5.900243188 5.629768532 5.84901732 6.430244535 5.273677682 5.756139801 5.399393894 5.949066272 6.125989313 6.015472065 5.446608242 5.573992805 5.886682115 5.714233873 5.318455286 5.237407843 6.442619136 5.960163605 5.943507882 6.028263212 6.565633937 5.456836008 5.45694674 5.297112401 5.399281788 5.816977145 +LQ03X022150 Putative uncharacterized protein 6.128911956 6.039159489 6.263985532 6.414431955 6.45277869 7.326154985 8.057707199 7.319719534 6.243149514 6.136063506 6.249041274 6.628091381 6.622864315 6.742291694 6.943178051 7.824058211 5.941241176 6.055213012 5.832250671 6.786542251 6.615316363 6.772846198 7.197936206 7.711833913 5.623412062 5.469522267 6.042571443 6.611866317 6.354921349 7.277529291 6.871206897 6.638798858 +LQ03X022170 Putative uncharacterized protein 10.87212739 10.53811989 11.54433232 10.73238954 11.37204536 10.66680298 10.65428386 10.85089673 10.61674041 10.10040649 11.2225316 10.7572198 11.04264802 10.74776194 10.67258942 10.61453395 10.38112892 10.12327406 10.77778459 10.70831069 10.73483865 10.81625267 11.35704533 11.33275168 10.33086857 10.26574826 10.76701221 10.82298159 11.23521821 11.2791703 11.47142376 11.5882381 +LQ03X022190 Hypothetical protein 13.45240492 13.74043424 13.13497803 12.58601456 12.30405786 11.16730674 11.62216695 10.86536561 13.41767538 13.53639594 13.27554451 12.54299481 12.53018716 11.35601226 11.35273575 11.19499275 13.24093514 13.33871358 12.30089851 12.92920788 12.77693867 12.30848385 11.80511436 11.52218398 12.90891867 12.43624053 12.11317809 12.55061778 12.67229326 10.91868194 11.66513865 11.09697798 +LQ03X022200 Probable aquaporin NIP5-1 5.418604872 5.429281755 5.455519287 5.850032264 6.22665664 5.461699067 5.930962177 5.789096272 5.334620655 5.766187305 5.455305575 5.751173986 5.943283908 5.310113516 5.461819792 6.134232085 5.477950794 5.48794067 5.702617171 6.072925869 5.616256666 5.457678909 5.013347073 5.37378546 5.622715616 5.282217841 5.855039018 7.210954317 5.847814551 5.437847898 5.019543232 6.164351274 +LQ03X022210 Putative UPF0136 membrane protein At2g26240 12.73568624 12.89295815 12.59521581 12.28419339 11.90838459 11.35413606 11.00239508 9.651728246 12.72548605 13.2551335 12.55152161 12.41625548 12.5062066 11.12772373 11.19824323 10.51586786 12.23323279 12.57939418 12.80471193 12.57471447 13.0664406 12.1242726 11.63415421 11.24935097 12.86391019 13.03475919 13.04284099 12.47943034 12.74843862 11.86690075 11.43045468 11.07666425 +LQ03X022220 Hypothetical protein 6.114086506 5.92927837 6.132055982 6.32302681 6.464320957 5.269939979 5.471776617 5.565899918 6.00220803 6.09241688 6.269866363 6.281691873 6.219630957 5.58763503 5.558048813 5.881796457 5.942411146 6.176756594 7.157329668 6.093428023 6.114145982 5.906176676 6.43500451 5.485609568 6.068692866 5.778118102 6.739703803 6.283770791 6.080744201 6.037918953 6.36294768 6.097684761 +LQ03X022230 Beta-1,3-n-acetylglucosaminyltransferase radical fringe, putative 10.82902273 11.85398162 9.624131186 8.951180427 8.640416922 7.44896296 6.654332039 6.653164188 11.42971358 12.20514759 10.24495264 9.33961363 9.184156421 7.293667051 6.806210861 7.569970834 10.55464221 10.16661454 10.89042037 9.873089976 10.24766134 8.945693789 5.435495075 5.382171184 11.20655212 10.8050169 10.55239487 9.20674132 10.23108064 7.911951682 5.758924166 5.751052708 +LQ03X022240 Hypothetical protein 6.472866268 6.254963127 6.10355651 5.474281081 5.913617395 5.681178914 4.840528112 6.087074142 6.263989316 6.969882612 5.857390727 5.158887281 5.689361338 5.69310654 4.839043928 5.948706586 7.150178189 6.716547591 7.348821594 7.162766396 7.097417903 5.487103052 9.248058652 7.526724125 7.32325018 6.819763924 7.684109002 8.303620754 6.990153048 5.319972675 8.180170068 6.969272057 +LQ03X022250 Transcription factor, putative 11.28092302 10.91290468 12.36456641 12.44752652 12.39304272 12.27517477 12.24324872 12.63364964 11.5327367 11.21885153 12.5725254 12.95349118 12.76892657 12.24397887 12.3401237 12.54201846 11.05943606 11.27371724 11.25699692 12.64208888 12.58055682 12.60923498 11.85355833 12.14458389 10.93423986 11.20863274 11.09811754 13.18350797 12.86432697 12.38003457 11.80857912 12.0726857 +LQ03X022260 Putative Transmembrane protein 120 homolog 6.47353737 6.077696216 5.704669994 7.590160406 6.119318966 8.981345579 9.160103678 8.800829605 6.59675699 5.89115425 6.350308493 7.004345317 5.975161989 8.618431637 8.299855334 8.342059013 7.460752066 6.920440127 6.947669165 6.150935184 6.371698052 6.538789248 7.399974078 7.96853603 7.096079135 6.801254414 6.814044674 6.176321152 6.350197495 6.686021591 7.614303299 6.947292207 +LQ03X022270 Probable methyltransferase PMT18 7.672724497 7.936347467 7.726586017 6.853352244 7.127992972 7.236222565 6.148935033 7.142133846 7.74621512 7.605283071 8.023463186 7.098777427 7.689096386 7.928575094 6.714704072 7.585557963 7.516271871 7.157069772 8.360658049 7.869309914 7.775432055 8.464055215 5.739094657 7.840257142 8.526247007 7.747152769 9.163714359 7.878198356 8.805458299 8.328005705 7.60495737 8.12074064 +LQ03X022300 Actin-7 6.029695208 5.160161257 5.402650458 5.465459422 5.191397992 5.553778853 5.307323523 5.446710278 5.066790661 5.089677291 4.891975399 4.998428791 4.828892342 4.958719314 5.288409527 4.966398907 5.539916824 5.310430104 5.049750985 5.095797725 5.205859262 5.355752528 4.997070035 5.776622688 5.10366375 5.412891462 5.089992093 5.958580774 5.513032967 5.284807674 5.12964629 4.902964329 +LQ03X022310 Putative uncharacterized protein 6.295045482 6.609872346 5.993817731 5.980288068 6.677957173 5.854935089 6.026360217 5.895992589 6.052345007 6.79897052 6.782281261 5.914652528 6.60565321 5.909025679 5.831791812 6.011983792 6.165708937 6.426827768 5.836398678 6.452595186 5.974725882 6.282640276 5.607820022 6.215711029 6.570244554 6.393253854 6.946473865 6.30625283 6.462287053 6.27605563 6.455745387 6.709645955 +LQ03X022320 Probable cinnamyl alcohol dehydrogenase 1 12.15429596 11.94623954 12.73430348 12.26912239 12.48103136 12.88898296 12.67993269 12.77960385 12.33621624 11.80396357 12.74411614 12.25584545 12.62120985 12.91914551 13.05168531 12.705519 12.43821164 12.22223661 11.74737818 12.41460255 12.64747137 12.5058046 13.60818805 13.06200618 12.20042667 11.97363036 11.88528438 12.45788279 12.96659616 12.73705046 13.40556739 13.04651207 +LQ03X022370 60S ribosomal protein L9 14.36373676 14.64279352 13.71042144 13.84999327 14.03099105 13.64160902 13.76743435 13.5123226 14.82939473 14.92284201 14.11095828 14.56524157 14.3534267 13.92064445 14.21786574 13.94265002 14.74489477 14.13125571 14.7247573 14.16468004 14.29017753 14.08484608 13.96805314 13.63369756 14.84583494 14.44122953 14.88522617 13.83104471 14.36024612 13.99611478 13.97054795 13.79017494 +LQ03X022380 Putative Nuclear pore complex protein Nup98 11.90645378 11.86398167 11.71297989 12.16251485 12.14867478 12.03353724 12.20483198 12.42790867 12.10029176 11.99636263 11.82172775 12.39732184 12.18710125 12.18317759 12.47289974 12.46655514 12.25874408 12.13439332 12.33567483 11.85175007 11.8180715 12.53527031 11.94375632 11.74262763 12.16243378 12.12027435 12.08992707 12.24022841 11.87386808 12.41574932 12.0273632 11.69045139 +LQ03X022410 Putative uncharacterized protein 6.327259311 5.599325435 5.866674271 5.624179725 5.741659403 5.074149606 5.456808537 5.423124593 6.074342317 5.919028772 5.862417522 5.992538045 5.706198396 5.516924264 5.225530243 5.307031901 5.793518746 5.717496749 5.341060048 5.514763752 5.17499944 5.587999017 5.239466177 5.630950736 6.132811397 5.762388585 5.481292864 5.485828458 5.377938303 5.563372539 5.035146257 5.248158539 +LQ03X022420 Predicted protein 5.109135966 5.673214633 5.723110731 5.814298579 5.933665595 6.452628075 5.301366263 5.417318089 5.681241381 5.41067824 5.249025767 5.728571742 5.989346051 6.226132114 5.751984963 5.560190919 5.300836488 5.258359859 5.283003063 5.171456072 5.190497182 5.636322569 6.314807041 5.968251147 5.646076136 5.720050297 5.398138145 5.223952647 5.37850679 5.680638823 6.027767824 5.274225561 +LQ03X022430 NAC domain protein, IPR003441 (Fragment) 5.819811404 5.931070694 5.763372164 6.07292592 5.539948375 6.049352356 5.851178944 5.997396156 5.799577139 5.524172051 5.489697461 5.730679397 5.656019717 5.935707252 5.486569007 5.632759066 5.597146289 5.889138944 5.698745436 5.57262895 5.248141779 5.896352347 5.424566036 6.223518178 5.691119589 5.473751053 6.074827085 5.458061644 5.782500056 6.070921755 5.604452166 6.03194149 +LQ03X022450 Putative Copper transport protein ATOX1 homolog 9.971848381 9.829279041 10.00642714 10.24687986 10.52593157 10.54558861 10.10453014 10.46313855 10.05567237 9.980268192 10.28314402 10.27741157 10.05146914 10.26185729 10.09363678 10.37602754 10.57360579 11.36103156 10.18003769 10.21164231 10.69092637 9.56454325 11.68551002 10.70125742 10.31451049 11.34667833 10.46273765 9.964462864 9.9171976 10.03515927 10.29446746 10.950363 +LQ03X022480 Mitochondrial import inner membrane translocase subunit Tim13 5.809869146 5.751791491 5.981123201 6.625845198 6.426660456 5.785827379 5.646474057 5.408791835 6.052818414 6.353658548 6.40319614 6.782244461 7.033186561 5.888952948 6.571984078 6.096145243 6.171361673 6.051886321 5.418254909 6.597937852 5.990674296 6.039927785 5.830667081 6.089379877 5.958631953 5.506009379 5.146949888 6.418213851 5.167108319 6.160542345 5.985378809 5.29656081 +LQ03X022510 Putative Naringenin,2-oxoglutarate 3-dioxygenase 4.828849533 5.212203148 5.002476245 5.12728866 5.303088875 4.975416645 5.104351164 5.164262885 4.909183693 5.060722796 5.204899709 5.074885456 5.570518568 5.164301387 5.163584588 4.969095913 5.165207689 5.529552393 5.389150808 5.159445228 5.365036324 5.273295374 5.67872897 5.631081402 5.523949242 5.118711011 5.302617211 4.666104978 5.481478846 5.11458697 5.522548637 5.562647419 +LQ03X022520 Caffeic acid 3-O-methyltransferase 1 4.990199893 4.820063051 4.889507116 4.775879586 5.077513437 4.818711537 4.842052233 5.05762085 4.883391185 5.16033363 5.19752413 4.901481494 4.665703832 4.943567603 4.760712948 4.90702912 5.326705695 4.87724109 5.202803635 5.640606503 5.24043749 4.892919276 4.790825006 5.434234385 4.725633627 5.023008747 5.15098198 5.059027115 4.702447613 5.074351693 5.160561117 5.472817772 +LQ03X022530 Metal tolerance protein A2 9.815664197 9.810681629 10.162221 10.77782298 9.601680288 11.6059973 11.78771208 10.92605498 9.505449774 10.06098843 9.64495375 10.31156696 9.533675814 11.45716184 11.52577601 10.52692579 9.774056574 9.987005573 9.84233582 9.333919948 9.010284917 9.714541657 9.807799274 10.23649487 9.850882226 9.958666975 10.26843049 9.339678988 9.367615947 10.55092112 9.797262264 10.44034981 +LQ03X022540 50S ribosomal protein L11, chloroplastic 14.08020226 14.14305707 13.95778472 14.39667532 14.26191198 13.94238587 14.43183108 13.90041744 14.17519388 13.74136885 14.14668282 14.48632399 14.60962218 14.41373531 14.44787594 14.41140111 13.86970031 13.27167161 13.65809489 13.93490812 14.25004299 14.01996284 14.98382193 14.83832701 13.91394995 13.67448034 13.85204892 14.43594234 14.08335042 14.52834382 14.78635805 14.44430504 +LQ03X022560 Putative RING-H2 finger protein ATL5N 5.845265528 7.612052175 5.182330775 7.357939087 5.859253049 6.361542264 5.508669589 7.757546404 6.637195413 6.504291568 6.109806945 7.344599787 6.859223705 6.824463019 5.769517932 7.740539589 7.714498265 5.383844374 6.506533578 5.873395024 4.948707491 8.019489557 5.279879546 5.771832203 7.633401365 6.469018689 6.607712325 7.168736702 5.565889941 7.823565903 5.174437579 5.951180038 +LQ03X022570 Putative Subtilisin-like protease 11.38438448 11.17469889 10.87306862 10.13964068 10.45655882 8.162290493 7.178567454 7.575512523 11.15342705 10.93380672 10.74455454 9.770741959 10.31053283 8.424730095 6.968425515 7.965912709 9.235706518 10.22399559 10.87810767 10.00938267 10.07263324 11.07830087 7.67286522 8.096858589 11.1366881 10.99515728 11.22961352 10.08532892 10.78768387 9.473205987 7.139471268 8.122643424 +LQ03X022600 Probable beta-1,3-galactosyltransferase 6 5.005115337 5.347906533 5.958604608 5.116145886 5.499250199 5.429534326 5.375173277 5.241130349 5.280329355 5.794688965 6.049689884 5.198651191 5.309437299 5.405232853 5.329293372 5.234448014 5.564248224 5.514306878 4.999604064 5.463664098 5.092055382 5.284391727 5.455866039 4.834338809 5.314706835 5.124877191 5.213893684 5.257533431 5.042482218 5.145017299 5.495140912 5.793509556 +LQ03X022610 Phosphatidylcholine transfer protein, putative 13.81406924 13.34764354 14.69309219 14.13484766 14.08910611 14.11335032 14.06732376 14.32346221 13.6213946 12.99594221 14.09576276 13.70876489 13.59932333 13.91346138 14.27426411 13.51792566 13.45562569 14.13380023 12.92703359 14.15391951 14.41700783 13.65330887 14.72788904 14.72627492 12.77063671 13.20685013 13.17434817 14.24929329 14.81860658 13.86673248 14.62600081 14.78889911 +LQ03X022620 Avr9/Cf-9 rapidly elicited protein 10.17749574 10.41446321 10.59073107 10.92821342 13.27530306 11.53705051 11.9713589 14.62923388 10.28115372 10.6794145 10.48104739 10.45903641 11.56414456 12.00849366 12.79829992 13.09523517 12.75405679 12.61467196 11.62847937 12.09898261 12.02094961 11.46074193 12.8923622 13.0824729 10.79475541 11.24397055 10.97985347 11.28894923 10.49764498 12.62925927 13.74217947 13.77270299 +LQ03X022630 Putative uncharacterized protein 6.238181714 6.288264504 6.706368964 6.438384267 6.092216044 6.335145417 6.31510942 5.766050648 5.912443129 6.735981541 6.587629313 6.245253918 6.397449954 6.162523035 6.270497756 5.707413922 5.860175009 5.96592515 5.505618629 5.942234124 6.325826068 6.012735965 6.304076475 6.137583779 6.155529085 5.920238239 6.192857021 5.15492778 6.50892781 6.003800666 6.263189783 6.758848848 +LQ03X022640 Granule-bound starch synthase 1, chloroplastic/amyloplastic 8.025272143 7.893706464 6.350927952 5.682135062 5.70520585 12.64186637 11.28017429 10.11203408 7.312938497 6.69810822 6.650557689 5.488357248 5.687612614 11.53979795 10.14712755 11.34487216 8.015159966 7.166721636 6.337647128 5.657373858 6.376233323 6.383709651 11.14203826 13.88891722 8.248562254 6.735317355 7.592651393 5.629302503 6.272261951 5.645482037 9.426574239 10.81949507 +LQ03X022650 Glucan endo-1,3-beta-glucosidase 11 10.87803701 10.24119897 11.85063864 11.40332561 11.40415556 8.143926495 7.348922214 7.163506102 10.89640617 10.01797372 12.00566609 11.62861461 12.2739324 8.494663901 7.967533203 7.702078948 9.067650174 9.994327887 9.197257964 11.03752887 11.44098962 10.9595294 7.13002461 5.847593651 10.29465173 10.63231935 9.866909807 11.65682467 12.50564288 10.76741218 6.486331531 5.814819019 +LQ03X022670 Putative uncharacterized protein 5.321266402 5.336201241 5.221933933 5.155455396 5.572957205 5.502741349 5.347953455 5.2353562 5.411281769 5.994474485 5.295033037 5.374453691 5.436989246 5.403835702 6.666065016 5.416356055 5.377188269 5.572486457 5.234047069 5.744068516 5.302973281 5.748413283 5.956329453 5.560485869 5.167029005 5.038251266 5.955152373 4.993275178 5.29621266 5.442618059 5.653879082 5.525166675 +LQ03X022680 RNA-binding protein, putative 5.454629393 5.839544159 5.539591405 5.494218751 5.645947907 5.142787175 5.972420622 5.76599519 5.430634568 5.710632063 5.206053425 5.755635387 5.415852715 5.704769526 5.834423569 5.582157761 5.457834345 5.420488857 5.426670036 5.545446455 5.487065958 5.625134031 5.118376655 5.437201809 5.540677121 6.012230694 5.484373452 5.71076202 5.8068029 5.593330875 6.623037923 5.702779051 +LQ03X022710 Predicted protein (Fragment) 10.44391007 10.59332667 11.099478 11.05604925 11.16303529 10.60175715 10.41407549 10.60060713 10.5175999 10.76832929 11.14746127 11.44200893 11.46340875 10.86906282 10.35324544 11.51236107 9.783278779 10.31876533 10.10826224 11.02673251 11.06897075 11.26677894 10.6940292 10.07844505 10.17355512 10.3753141 10.15971557 11.39637398 10.6495907 10.96057673 10.28874533 10.32444417 +LQ03X022730 Putative Uncharacterized protein At5g39865 5.494472269 5.544457917 5.584209325 5.305461287 5.73087608 5.226934264 5.417775685 5.250855811 5.717904702 5.631499458 5.503331995 5.22271902 5.344671938 5.573383261 5.207175593 5.391331057 5.193696692 5.79580968 5.443058971 5.125709359 5.842360743 5.406509973 4.968667837 4.943923114 5.183291873 5.439821578 6.359312798 4.880870536 5.418408488 5.350623742 5.417323489 5.549321858 +LQ03X022750 Putative Predicted protein 12.04153049 12.11103995 10.50077577 10.0618386 10.48278214 6.890677871 7.089290014 6.618654123 12.32631395 12.40119096 10.93666095 9.99168181 10.37963889 6.837941677 6.977326089 7.180013753 11.85553521 12.01743763 12.70329333 10.67278629 10.63257992 11.18941071 6.760791968 5.615296598 12.49962599 12.33772533 12.96787366 9.921008745 10.35239207 8.674237614 5.818044367 6.175763342 +LQ03X022760 Putative uncharacterized protein 5.561215488 5.678215148 5.460704021 5.199694052 5.185012957 4.936041024 5.311889029 5.09933782 5.573873452 5.353687685 5.033409016 5.318187968 5.454860212 5.54427762 5.042884539 5.278312548 5.399276897 6.044495137 5.753334581 5.340845762 5.181713701 5.488254167 5.791862711 5.82626622 5.133060057 5.297155509 5.071710792 5.492789303 5.469680728 5.026868079 5.927000068 6.04832536 +LQ03X022770 Lung seven transmembrane receptor, putative 5.902888558 5.730661468 5.852736582 5.655473084 5.784593298 5.665546246 6.099012702 5.477448619 5.926765938 6.230667797 6.711994438 5.820125827 6.170173478 5.813529443 6.365484721 5.872219842 5.667800555 5.924496825 6.335835415 5.776904798 5.697105256 6.012221765 5.844515872 5.727122927 5.778840245 5.910709165 5.88825791 5.264378938 5.756308707 5.680793669 5.992407753 5.877932662 +LQ03X022820 Putative Transcription factor ATR2 7.139310152 6.642138434 6.952915069 6.35675972 6.111847596 6.199347269 6.095593876 5.812922915 7.471360365 7.277692329 6.384550489 6.900672864 6.244223362 5.946416356 5.656172986 5.487765049 5.362318732 5.50997235 5.539819631 6.40157916 6.149523215 5.334741427 5.338909701 5.381970512 6.494594491 5.810837986 5.423618407 5.983605954 6.415785968 5.287214088 5.532783497 5.273469074 +LQ03X022850 Galactose oxidase, putative 11.43820308 11.69344927 8.872156862 5.663408591 7.606708486 5.172481979 5.65890428 4.933657824 11.69999153 11.76096546 10.33752736 6.049885511 6.61178843 5.363293302 4.921942024 4.649870782 11.28070009 11.07465819 12.62448249 9.677006664 10.31902503 10.28048948 5.290577536 5.947636043 11.9742242 12.68541193 12.98207547 8.268256729 10.23763207 6.051384952 5.368527837 5.293702008 +LQ03X022860 Putative Homeobox-leucine zipper protein ATHB-7 5.608188518 5.946559678 5.40838451 5.505785319 5.579212038 5.876619241 5.702438219 5.280050895 5.760697408 5.832184913 5.468583879 5.59220679 5.571387596 5.389603257 5.94095841 5.460087947 6.205196694 5.921317302 6.492708355 6.367001883 5.985029195 5.53043226 6.132563376 4.905848188 6.009646216 6.461808758 6.992208213 6.638422023 6.010604283 5.794661745 6.501797493 5.526828927 +LQ03X022870 Putative Mediator of RNA polymerase II transcription subunit 10 7.356602631 7.20092836 7.393107495 7.409754098 7.676310001 6.950007032 7.719202398 7.025771845 7.490181575 7.83103136 7.451456932 7.585891857 7.890256023 6.965374387 7.867204622 7.331184441 7.147277381 7.744316599 8.187813468 7.625605643 8.289423258 7.655106114 8.005552012 7.444636436 7.545984616 7.760498873 8.211673846 7.282502072 7.740514164 7.564580109 7.649722148 7.271617951 +LQ03X022880 Cytochrome P450 78A3 5.477928769 5.425528193 5.489947784 5.239688014 5.413757548 5.581105758 5.690084235 5.24453635 5.168689551 5.299765657 5.797282624 5.226866725 6.094705373 5.93505526 6.018617507 5.315623359 5.04002654 5.24028588 5.220230636 5.481383291 5.971326449 5.240816698 5.448599378 5.601023378 5.250568409 5.135494157 5.529338825 5.167442298 5.328627267 5.200944589 5.099822581 6.444409638 +LQ03X022890 Putative Methionine gamma-lyase 10.80819086 11.67699914 13.08960866 12.69078859 12.79718017 14.65604288 13.87815109 14.69422077 10.25102827 10.15879314 11.8068981 11.97788933 11.90239828 13.8338977 13.18186506 13.35136549 12.35384428 13.06288096 10.68182238 12.99654258 12.74458764 10.7531237 14.2037306 13.40572571 9.615846247 9.515113757 9.050204982 12.24368501 11.54622797 10.1854572 13.08157373 12.53763119 +LQ03X022900 Hypothetical protein 5.350737551 4.841070126 5.027340335 5.146064805 4.977972021 4.926556705 5.447002015 5.090353011 5.037632304 5.080074454 5.064259057 5.326358179 4.918121406 5.78668057 4.895990432 5.529090114 4.71075019 4.983917342 5.372924952 5.109127168 5.370145975 4.778280616 4.744304265 4.776056886 4.900963686 4.852587622 5.63631081 6.131030449 5.370258096 4.70412509 4.796715976 4.671341938 +LQ03X022960 Putative uncharacterized protein 14.04860108 13.91451449 13.86199367 13.81871939 13.74814221 13.1199213 13.01022581 13.14075765 13.97403754 13.90781245 14.07138489 13.74453716 13.85876368 13.19709806 12.85600547 13.08673476 13.77847992 14.10183042 13.85558813 13.63055649 13.6226342 13.75895572 12.9219177 13.4032521 13.95853259 14.10923853 13.97434845 13.81248311 13.73266233 13.39802229 13.03947344 13.25236542 +LQ03X022970 Metal-nicotianamine transporter YSL1 10.95028216 12.1411449 10.93631038 11.01050139 11.61926512 13.46837738 13.0761038 13.78137322 10.90724276 11.57791742 10.62295473 10.67917767 10.3456261 13.63146893 13.05861179 13.14767359 12.20120506 12.15142325 11.89440748 12.66182486 12.06527538 12.48162809 12.94987327 13.53520126 11.63536916 11.68511046 11.19978651 12.25646796 11.5491116 10.94957636 13.19738554 12.93467789 +LQ03X022980 Predicted protein 5.38834249 5.465381869 5.456828585 5.29613934 5.497554861 5.170100637 5.179847839 5.015091385 5.59650858 5.447824797 5.420977985 5.427572024 5.51086157 5.331741405 4.993295823 5.176253878 5.273044225 5.301007919 6.377824978 5.533744743 5.297093271 5.287332351 7.128387281 5.503797304 5.155332886 5.049016944 6.12003072 5.678274142 5.036261988 5.352937524 5.105811918 5.193123681 +LQ03X022990 Serine/threonine protein kinase, putative 11.79100103 11.88991539 11.79054683 12.11114116 11.85913766 12.66560264 12.31253868 12.76907537 11.83847562 11.83144334 12.01257111 11.82281284 11.71920592 12.73168358 12.22329328 12.56663593 12.30783469 11.84883003 11.57513819 12.21156173 11.68185505 12.13836959 12.20390515 12.08341345 11.78420749 11.63448063 11.23104495 12.18169873 11.53452399 11.85191884 12.4986367 12.09229136 +LQ03X023010 Putative ATPase family AAA domain-containing protein 1 4.899350448 4.97875898 5.190430796 4.849934253 4.896691786 4.824408993 5.00775551 4.899459372 5.328199319 5.943974028 5.405524723 4.899153529 4.905200801 4.775756004 6.225478159 4.994534762 4.947440252 5.164520797 5.24270925 5.396610194 5.549903947 5.09131627 5.284626649 5.201586123 5.076072389 5.045697786 5.330950571 5.259966571 5.135023434 4.8650409 6.041409897 4.991378726 +LQ03X023030 Predicted protein 11.16946051 11.6691611 11.71717058 12.54779125 11.61616156 12.09673626 12.59536044 12.02517307 11.23639445 11.32284236 11.63043309 12.44444332 11.93288362 12.34687423 12.62861918 12.16464622 10.25491783 11.26940712 10.42628171 11.07384809 11.6791959 11.38253243 12.14511864 12.31329256 10.46436474 11.52427799 11.09147042 11.2913087 11.85135032 12.03048422 12.12245508 12.0903699 +LQ03X023050 Hypothetical protein 12.9778082 12.16200487 12.38441775 13.18488034 12.54268103 9.42172946 8.370422265 10.9124305 12.50994962 12.35244437 12.34749667 13.13196089 13.16516214 8.012592216 9.636724997 11.72145232 13.24052988 13.52359904 13.36320654 11.87312721 13.39299047 13.27535667 8.485548432 9.846662264 13.52214871 12.61981251 13.7761519 12.23285865 12.02631806 11.8061415 7.628045009 8.520247141 +LQ03X023080 Predicted protein 5.25288069 5.263175509 5.46398697 5.288093152 5.699021533 5.459432634 5.100044219 5.645456409 5.810822678 5.449416698 5.692419125 4.933273021 5.592237747 5.900053257 5.966774117 5.335521517 5.531443131 5.551055585 5.632571181 5.871159418 5.367332314 5.507487627 5.898303143 5.451884679 5.542543706 5.408657198 5.274616629 5.225641785 5.381910537 5.850685723 5.189439306 6.544879901 +LQ03X023090 Probable ADP-ribosylation factor GTPase-activating protein AGD8 5.114806276 5.002138827 5.018621661 5.064046014 5.38057035 5.325059807 5.371331218 5.300582287 5.01433423 5.352456638 5.041573214 4.970950044 5.335065257 4.954216029 5.543852921 5.168918071 5.130734663 4.851588085 4.749721145 4.85031175 5.166713631 5.297444784 4.969025122 5.808831099 4.994282065 4.964862303 5.002756561 5.093404517 5.23106147 5.495113198 5.021993751 5.932777263 +LQ03X023110 Transcription factor MYC2 13.68669211 13.45510994 13.66926263 13.7307887 13.98651753 14.54435295 14.25847958 14.67568235 13.24926793 13.01526891 13.32816465 13.433407 13.4907848 14.3690287 14.1559074 14.09295053 14.10882009 13.83000391 13.7165309 13.63057207 13.48767938 14.13860502 13.87479542 14.38274233 13.46681893 13.5437644 13.38880025 13.54730613 13.46406773 14.34017993 13.72285989 14.51503457 +LQ03X023140 Predicted protein 6.660691805 7.239186392 8.12267807 7.264408005 7.983730875 7.763433085 7.715933553 8.093751864 6.934090032 6.529759903 7.897780767 7.1424543 7.709595192 8.140657384 6.624211935 7.556286879 7.168674165 7.013834313 6.667022779 8.128805207 8.198535683 7.448171423 8.968975653 9.271725972 7.002744356 6.651253726 6.918020116 7.372526592 8.594413261 7.82662372 9.134931567 9.130135863 +LQ03X023150 Abscisic acid receptor PYR1 5.685439265 5.246226917 5.482514164 5.541670971 5.766088821 5.850673388 5.838051822 6.764892504 6.593946881 5.482938021 5.846402406 5.406748818 6.238095668 5.966775464 5.966660344 6.408616495 5.894181774 5.713379037 5.790434473 5.836880472 7.09215018 5.903822085 6.6124203 5.810273294 5.742971423 6.631198025 6.067786434 5.934723669 6.01477116 6.179586118 7.500193566 6.528502654 +LQ03X023190 Putative Predicted protein 14.23990906 13.75376732 14.42686648 14.69006031 14.46815924 15.31176574 15.07339498 14.92084777 13.71906671 13.2376762 14.10999309 14.43145266 14.09601483 14.81642265 14.71313401 14.8676642 14.55339044 14.80751668 13.88621034 14.2902221 14.63554304 14.31728972 14.80788424 14.58233022 13.34959507 13.81948181 13.37855181 14.44453102 13.89286267 14.62652149 14.84594998 14.35462432 +LQ03X023200 Predicted protein 7.20493519 6.703443254 6.677550382 6.629801965 6.952246247 6.502775226 6.408346073 6.362728679 7.36421104 6.902153169 6.685562532 6.558082035 7.130471495 6.492035254 7.06320293 6.826021877 6.573629351 7.368784603 7.607837717 6.976457925 6.770396073 7.002950207 7.469872947 6.260542383 6.601926404 7.197829319 7.64152566 7.058531744 6.523615353 6.873422853 7.977067973 6.789449303 +LQ03X023260 DNA binding protein, putative 12.80873893 13.10998353 12.18484852 11.71825205 12.31091659 12.0626765 11.91701686 11.90798013 13.17249716 13.09980488 12.59100189 11.94309045 12.62131059 12.07919801 11.92339514 12.31063898 13.06214013 13.20175757 13.08272566 12.87782783 12.86093679 12.65903351 12.43579279 12.94822772 13.06469026 13.65171288 12.79109822 12.74479253 12.76150622 12.20179433 12.55211468 12.76477324 +LQ03X023270 AP-2 complex subunit mu 5.729655041 5.990789486 5.412465978 5.421147594 5.252764898 5.776646343 5.224695315 5.384023144 6.022630274 6.084122018 5.595671993 5.327515134 5.403722375 5.114450384 5.876292149 5.282626702 5.831715392 5.70605368 5.782167211 5.632599525 5.948078533 5.572241084 5.57187567 5.940146006 5.732465457 5.500590076 5.873426625 5.875777854 5.915292944 5.670221098 5.797817235 5.041903591 +LQ03X023330 Putative uncharacterized protein 10.96502472 11.93589651 12.92026088 13.5153789 13.61922484 10.95792331 11.83872575 11.51132152 11.35049142 11.97553598 13.05191061 13.54635439 13.88733732 11.49005527 12.19842547 12.34213778 10.6750716 11.52688524 12.04901565 12.03499722 12.86482031 12.86962875 10.7556042 11.54980411 11.41651348 11.56059983 12.39978194 13.14902035 13.38874499 13.11409353 11.30603149 11.72401112 +LQ03X023340 Putative Eyes absent homolog 2 5.516423854 5.533130535 5.589834561 5.493886996 5.242850593 5.438051243 5.757577228 5.364667387 5.744671829 6.04717254 5.244844442 5.509205596 5.344002646 5.494650384 6.797080951 5.50050858 5.175166108 5.596695274 5.41201792 5.400783062 5.325226781 5.481391168 5.245522153 5.474014266 5.058587717 5.604643927 5.550123761 5.5311771 5.763651675 5.50408001 5.83998643 5.83747095 +LQ03X023360 MND1-interacting protein 1 10.29186972 10.20969386 10.40756572 10.22081408 9.92560299 10.75859058 10.98229243 10.33807474 9.923984214 9.852594156 9.963611581 10.13315569 9.695975835 10.80187466 10.91490875 10.24691132 10.31953797 10.74158633 9.828923986 10.66913177 10.50069653 9.831453394 10.7533124 10.94756981 10.34749527 10.49058452 9.748986037 10.33112432 10.47456193 10.15572026 10.72576583 10.76463255 +LQ03X023400 Protein ABCI7, chloroplastic 12.87231357 12.83519974 13.11161514 12.98026178 12.80965471 13.60903258 13.4680727 12.91135276 12.87573659 12.94441087 13.25232498 13.31519965 13.11547105 13.78148316 13.66796985 13.51633493 12.43460705 12.72426441 12.44016968 13.1866577 13.37982905 12.62052555 14.1041772 13.44926473 12.62415974 13.00916399 12.53197831 13.2740939 13.46846173 13.20267208 14.15151868 13.36308406 +LQ03X023410 Pentatricopeptide repeat-containing protein At5g46580, chloroplastic 10.95052231 12.48857253 11.98641638 12.82042364 12.86645078 11.65525929 13.32269409 12.99973474 11.67980596 12.70729102 12.31745384 13.22961118 13.16566052 12.32285917 13.8873131 13.97884637 11.14487608 12.13341351 11.32736811 12.02486861 13.03462467 12.54240292 13.44868302 12.98095475 11.70191752 12.3819471 11.69716361 12.79909945 12.97655122 13.27374599 13.79779832 12.97169166 +LQ03X023500 Putative Vinorine synthase 5.045454917 4.793797208 5.31929857 4.941157529 5.076542391 5.049570408 5.928135249 5.154849926 4.81158636 4.837523382 5.215246898 4.985362977 5.250259409 5.276773232 4.84506874 5.126351567 4.803400942 5.053817954 4.75238024 4.664332365 5.152735157 4.938717358 5.614431988 4.559074172 5.046561354 5.037416237 4.942772103 4.865165815 5.234941576 5.0404594 5.087502965 4.942450967 +LQ03X023510 Predicted protein 5.581128085 5.732557346 6.28883467 6.586089144 5.908681875 6.775438989 6.733807364 6.196090784 5.819333023 7.600489181 6.728309007 5.999662391 5.641317282 6.423219514 7.787977708 6.542516059 5.781477124 5.620587263 5.59308018 6.009582889 5.39526353 5.578928756 6.296706525 6.065512869 5.733182719 5.44531772 5.09788273 5.471396118 5.747662461 6.043647496 5.134318472 7.48094986 +LQ03X023520 Putative Peptide transporter PTR1 6.381995069 6.176241672 5.610877844 5.860575078 5.958876711 5.976069289 6.601176603 6.194891421 6.301258488 5.753919176 6.539063331 5.9243997 5.849382875 5.915366324 6.626328518 5.988732522 6.228692675 6.103054547 5.970105248 5.874480413 6.555550295 5.903986544 6.983078792 5.917947594 6.718613886 6.44323409 6.355721354 6.034780297 5.669551275 5.558319864 6.492504062 5.808368304 +LQ03X023530 Pyruvate kinase isozyme G, chloroplastic 8.451507626 8.607614677 8.094992088 8.196743188 8.672814499 9.233526126 9.940928662 10.0234071 8.412524445 8.589388567 7.696584755 8.303388315 8.219749448 9.681661376 10.11212956 10.38858052 8.294843928 8.392178092 9.840124136 8.797590186 8.99086611 9.035102944 11.15845516 12.13345796 9.233323618 8.76447265 10.0679672 8.698386593 9.41149277 10.08398613 11.80797083 12.35816146 +LQ03X023550 Predicted protein 5.122881573 5.468072026 5.758171411 5.400512842 5.349421882 5.130632725 5.244430368 5.304640154 5.499428134 6.132192635 5.900989685 5.382901372 5.584033645 5.249313275 5.630010659 5.195055046 5.550318122 5.654489209 5.861822774 5.708791863 5.709660023 5.557138192 5.497121984 5.351434613 5.465220601 5.429935771 5.163187297 5.678796125 6.314797636 5.566603226 5.619514455 5.605913294 +LQ03X023580 Ribose-phosphate pyrophosphokinase 1 12.48870251 12.32541615 12.18636495 12.01996933 11.13743573 14.15744748 13.24236582 12.62408221 12.61844438 12.43116044 12.40664375 12.37434798 11.74148799 14.23148392 12.90574013 12.33846156 12.9804811 11.66687172 12.46958696 11.8528548 11.7444903 10.85909498 12.22943074 11.11056613 12.48091092 11.66206804 12.23153036 11.37378625 11.71252718 10.83231787 12.73522471 11.39762795 +LQ03X023590 S-norcoclaurine synthase 1 8.378658952 7.675407638 7.672315177 8.104412545 7.189311883 8.541296126 8.760051832 7.787278568 8.192529179 7.336347556 7.790902888 8.022861907 8.101842202 8.285237725 8.0864334 7.719889442 9.313836419 9.041060845 7.173242979 8.162504161 7.939908401 7.680173315 8.569987991 7.577648281 8.159114901 8.530916343 7.491984291 7.879580114 7.484309074 7.967478184 8.310477785 6.791791356 +LQ03X023610 Type I inositol-1,4,5-trisphosphate 5-phosphatase 2 5.555475734 5.921545331 5.855793915 5.76320909 5.778203245 5.717377871 5.610935621 6.326894999 5.831568571 5.340503168 5.491577211 5.595304878 5.420800808 5.541298419 5.399734846 5.368037095 6.581854081 5.652278845 5.528527931 5.960686625 5.332211605 6.304112195 4.73800545 5.75893785 6.80199201 5.617852143 5.494050991 5.685277132 5.386938873 6.569854529 5.212445847 6.121659057 +LQ03X023620 Putative uncharacterized protein 13.41109089 13.60991786 13.36218452 12.42845815 12.52044229 11.68179884 11.6106673 11.42032081 13.4168829 13.86313696 13.23268032 12.22128668 12.72865302 11.51272739 11.7296472 11.2009376 12.88151609 12.50473952 12.86404211 13.47483439 13.19074858 12.44594952 13.04622552 12.47788143 13.51646016 12.85166491 13.12804958 12.9455515 13.55632617 11.92566882 12.8218801 12.63822744 +LQ03X023630 Two-component response regulator-like APRR2 5.268317151 5.405827087 5.030276828 5.267230436 5.139937065 5.720130236 5.612079519 5.99731913 5.270743058 5.160960561 5.492014354 5.344892828 5.332289843 5.875163572 5.386334931 5.409933594 5.547917896 5.182197536 5.194610779 5.307623142 5.136732842 5.422434754 5.613703279 5.342008726 5.456022629 5.472980992 5.576984832 5.584069896 5.316004114 5.776133264 5.25512981 5.598025982 +LQ03X023640 Probable methyltransferase PMT14 12.96601692 13.01965301 12.64391901 13.64593441 12.65565229 12.15121306 11.85266959 11.44273694 13.19457782 13.3943007 12.95674487 13.62266824 12.73658662 12.14114907 12.17737891 11.92575336 12.7369407 12.58977289 12.97314127 12.12148976 12.23145599 13.30975063 11.1808613 11.011692 12.96123369 12.61271957 12.84736121 12.60940095 12.4227619 13.1379818 10.74803258 10.63540417 +LQ03X023650 Putative uncharacterized protein 10.49206907 11.31840628 10.50355392 10.10325535 10.29267449 10.68729742 10.40370839 10.26119771 10.76040258 10.98764137 10.70795772 10.14158062 10.35723099 10.65744888 10.41545597 10.19371024 10.8745393 11.28211153 11.29869128 11.28838508 11.29977886 10.93079696 11.53582846 11.85932519 11.22995258 11.66022919 11.58350875 11.31799128 11.66803437 11.15534447 11.5478963 11.79683312 +LQ03X023660 Vacuolar protein sorting-associated protein 55 homolog 10.67277464 10.62763545 10.06082721 10.831317 10.7804369 10.35226813 10.36794364 10.11949416 10.90211338 10.80710346 10.54520395 10.93987234 10.83753884 10.54125758 10.16341093 10.58773729 11.12047755 11.11798495 10.55836637 10.47517844 10.46799215 11.19531586 9.995105029 10.23326153 11.13360561 11.15392279 10.40987075 10.85441268 9.917617109 11.03495158 10.02286274 9.939008315 +LQ03X023670 Allyl alcohol dehydrogenase-like protein 6.069031271 5.176420394 5.754146434 5.840574395 5.390803966 5.641342772 5.929643396 5.642874166 5.795152669 6.114023845 5.487127273 5.393187348 5.465503761 6.048363245 6.328178489 5.590455108 5.22961378 5.593706223 5.780555797 5.42574035 5.581543521 5.506994663 6.186867761 5.855160944 5.733098762 5.656988062 5.608297394 5.554437111 5.056027745 5.26816838 5.717943007 6.649431332 +LQ03X023680 DNA binding protein, putative 10.57538569 10.62387463 10.48846992 9.935210053 9.727656454 9.377294358 9.535332514 8.878407505 10.52308084 10.86104026 10.56204751 10.20649198 10.15919234 9.508200568 9.258564381 9.08168618 9.792549154 10.16065167 10.44421361 10.48912041 10.73353363 9.62553514 10.32489003 10.15260679 10.26327938 10.22079579 10.57950833 10.1996294 10.92000678 9.354834278 10.29111543 9.804986725 +LQ03X023690 Non-specific lipid-transfer protein 8 5.273815772 5.40711057 5.015051053 5.770725564 5.530240944 5.754434643 5.958876244 5.68579366 5.373425237 5.354823159 5.049371381 5.7425361 5.271522033 6.26703209 6.317333683 6.223316548 5.625641004 5.177649253 5.57769782 5.026880504 5.481771912 5.212428376 6.198916903 5.461320163 5.48073258 5.309158733 6.123692058 5.525736759 5.320697109 5.384051969 5.693728339 5.593994895 +LQ03X023720 Expansin-like B1 5.075492538 5.972655622 5.467584745 5.780587193 5.99673133 6.482731446 5.730160779 7.642841581 5.091819217 4.906848714 5.294518076 5.420571834 5.41416897 5.918112455 5.537983145 7.239385247 8.54362355 6.177676087 7.65555645 7.303157152 5.981506303 5.821095773 5.606943347 7.292255009 6.572339678 5.422437395 5.305048765 5.900022062 5.036997962 6.700627621 5.436595961 7.111511306 +LQ03X023740 Dynamin-related protein 1E 8.573515375 7.955910582 8.310636328 7.905768761 7.071313839 9.180560548 8.344220995 7.256341051 8.385785173 8.412701294 8.485455702 7.890217805 7.771389656 9.13739549 8.244755854 7.224584585 8.324690516 7.554455899 8.656501492 8.614650699 7.54094794 7.233017519 7.102787825 6.836714364 8.554907942 7.964076917 7.678080313 7.373621017 7.882175175 7.093780575 7.503516495 6.661949074 +LQ03X023750 Probable purine permease 10 5.531256148 5.471724125 5.303548198 4.908608699 4.883219023 4.906140499 5.443163477 4.822860414 4.901963407 4.912432469 4.723769143 5.030377643 4.932801313 5.037781133 5.224869008 5.148368449 5.330234067 5.046609867 4.823655094 5.12636623 5.860917786 5.291352071 5.376806428 5.605991719 5.121846466 4.803480511 5.247687151 5.249815964 5.920740028 4.962703446 4.823822204 4.929271028 +LQ03X023760 RNA binding protein, putative 4.829016862 4.825757139 5.437819275 5.316350439 5.00845936 5.094081083 5.025015008 5.167789758 4.798243105 4.661524435 5.471884266 5.402292901 5.470513737 5.480805308 5.095508811 6.226329605 4.623380148 5.053306852 4.621682992 5.214013215 5.595634267 5.07588933 5.545993948 5.061709402 4.873210098 5.112642853 4.860080781 4.955717349 5.806747003 5.714696429 4.713576291 5.133676848 +LQ03X023790 Regulator of nonsense transcripts 1 homolog 13.92369577 13.81623458 13.88684173 13.5856648 14.00412424 13.82811117 13.74347749 14.17848909 14.00017017 13.64162888 14.10793443 13.79663848 14.07662837 14.46248912 13.80087474 14.28170753 13.74865029 13.76362025 13.45281257 13.41069629 13.42592495 13.82064197 13.85905352 13.94220753 13.97266299 13.61753415 13.31165553 13.78232231 13.22946275 13.69615391 14.37356811 14.00572701 +LQ03X023800 Predicted protein 7.459337275 8.113347878 6.926387582 6.684696445 6.960961809 8.76515661 8.211688974 7.945428122 7.387732739 7.730788413 7.440989061 6.82668305 7.613459998 8.23316114 6.697241225 7.444644335 8.028859766 8.408386628 8.842097541 8.592820587 8.392212467 7.736416592 9.216207058 9.350581082 7.765966579 8.368768071 8.858123904 7.895531354 8.434464701 7.905154073 8.891932088 9.005481031 +LQ03X023810 Putative Vacuolar protein sorting-associated protein 53 homolog 9.538822668 10.81535429 9.724688224 9.080873652 9.388841464 9.331326114 9.436009764 10.3258485 9.503798021 8.494428419 9.501980819 9.389510914 9.494140324 9.485595808 7.138670564 9.628053384 10.95864503 11.45954904 10.75172142 11.8216506 12.38895251 10.64248051 11.91230915 10.75262244 10.83683561 11.36907031 10.95382726 11.44369335 11.95544561 10.34996131 11.41770249 10.56499248 +LQ03X023830 ATP synthase subunit delta, mitochondrial 8.172049647 7.782944182 8.010703951 8.132376465 7.537767753 9.086041375 9.029486683 8.598349886 7.880122578 7.821731808 8.049315352 8.337349668 7.789594815 9.255871397 8.21075006 8.505614778 7.799508328 8.19812298 7.369631959 8.110627341 8.072076453 7.186041391 8.574106691 7.66907444 7.648191137 8.614407049 6.629219199 7.250795304 7.516843621 7.244032082 7.61086126 7.974919577 +LQ03X023850 Predicted protein 5.694376707 6.186845764 6.071046867 6.063135068 6.648249694 6.150388486 5.805421036 6.112043972 6.026157929 5.807065442 6.451814015 5.906248379 5.645702497 6.274469664 6.221052001 6.534419941 5.771826496 6.05565813 5.558195157 6.62557821 6.614019711 5.846065351 6.041026286 6.226530391 5.833821927 5.734935902 5.846996501 5.582964822 6.437795335 5.657083403 6.550357749 5.735542781 +LQ03X023860 Hypothetical protein 5.143727698 5.53747575 5.015317453 4.900817401 4.897432422 5.061851481 5.019120449 4.723979515 5.114143884 5.358814033 5.110278107 4.9586274 5.213216013 5.161897531 4.740730587 4.916712004 5.173105654 5.084821844 6.000339325 5.289630354 5.056112676 5.470546433 5.17265003 4.766538775 5.145643213 5.221924265 5.313730028 4.806009317 4.892434121 5.30712646 5.14763177 5.393844521 +LQ03X023870 Predicted protein 8.221205525 7.70119215 8.567182243 9.305113044 8.999377257 8.153381954 9.962127556 10.11554418 8.175151646 7.518258037 8.84833534 9.148799911 9.274942001 8.612518363 9.863971239 10.60534459 7.07965223 8.407295136 8.26510718 8.064582624 8.057920409 8.873768837 8.595080878 9.600772061 7.455231338 8.263191517 8.767010172 8.071259702 8.361888846 9.253556549 8.533167725 9.660035701 +LQ03X023890 Vacuolar protein sorting-associated protein, putative 5.757631504 5.800323399 5.822607585 5.602634367 6.005509267 5.871594399 5.386687768 5.259449872 5.92763595 5.73349024 6.41280083 5.331197414 6.720463659 5.245789306 6.370874571 5.087418729 5.921557612 6.047948923 5.712712104 5.839210181 6.854766609 6.10940155 6.064089911 5.498004114 5.383387159 6.168487292 6.009026219 6.222736533 6.33683574 6.108210548 5.69822497 5.785929322 +LQ03X023900 Putative Poly(U)-specific endoribonuclease-A 14.29089028 14.78044226 14.72994432 14.6133403 14.7140016 13.86755709 14.17433169 13.64388721 14.4924882 14.10690524 14.7876032 14.47221477 14.7662842 13.84941702 14.44622932 14.45407612 13.96130865 13.22163789 13.65999543 13.9609937 13.96366966 14.19075211 13.37796606 14.13620187 13.71770782 13.22614143 13.42479608 14.39128655 13.88433819 14.17075046 13.08475577 13.60658062 +LQ03X023920 Probable receptor-like protein kinase At5g47070 5.850644144 5.609685101 6.746192723 5.216499979 6.002270977 6.164696467 5.767727994 5.696560127 6.317362683 6.109363062 7.307977579 5.56606751 6.821684132 5.747509744 5.929333778 5.530055106 6.242571551 6.22717291 5.123673016 6.311808528 6.494571315 6.039190798 6.349935522 7.791902597 5.727884311 6.668049839 5.55885894 6.115649768 5.973964622 5.999406328 5.551669156 6.473529292 +LQ03X023930 Novel plant SNARE 11 6.266788272 5.920103742 6.909887636 7.121533011 6.67213577 4.960884681 5.490100223 5.537048673 6.212796432 6.046720794 6.591461267 6.682059785 7.387666916 5.24298864 5.617946119 5.63351845 5.870853747 6.274641924 6.03642806 7.236107207 7.102040955 7.072075267 5.317264271 5.341155241 6.117179121 6.794569125 5.795290375 6.824239044 6.604749356 7.276264486 5.484730329 5.740890757 +LQ03X023940 60S ribosomal protein L37a 14.70759487 14.71721511 14.64423437 14.66344028 14.71457869 14.62427076 14.75639067 14.39886538 14.86521404 15.03059565 14.94431027 15.07462154 14.75431698 14.5408735 14.35149664 14.40741977 14.89168188 14.75336057 14.56255194 14.66777537 14.74826576 14.91346165 14.16911699 14.20489666 14.85700271 14.95230889 14.78064753 14.29942727 13.78267117 14.5288008 14.16450242 14.43283591 +LQ03X023960 Casein kinase II subunit beta 13.16555293 13.32499252 13.14873743 13.38044602 13.21687348 13.22977099 13.57687979 13.43198844 13.39111005 13.22746403 13.49150779 13.52035346 13.51259942 13.33905472 13.52510573 13.7469946 13.10483047 13.30888216 12.61576495 13.25459076 13.51153918 13.16058448 13.09573337 13.79757962 12.85352249 13.40667285 12.41480073 13.29725473 13.53582067 13.32844975 13.28270243 13.41310356 +LQ03X023970 Predicted protein 4.87748987 4.831078429 4.762000832 5.109129443 4.895675156 5.47737416 5.160249368 4.928127099 4.910751106 5.142931707 4.859861278 4.97940454 5.106163884 4.940629078 5.568443826 4.759798562 4.995851394 4.815631365 4.843335368 4.939601544 4.85908544 4.9482693 5.379627438 5.41006395 4.90203745 5.063844797 5.044831743 4.762137436 5.370109326 4.815951655 5.72610887 5.115570942 +LQ03X023980 Protein Dom3z homolog, chloroplastic 5.728283936 5.98082167 5.380235828 5.70439507 5.536275212 5.476117788 6.302033065 5.718851735 5.618913423 6.810948072 5.562302191 6.015407526 5.699282433 5.271156177 6.30853542 5.452283973 5.373271009 6.486431916 5.927296133 6.296645547 5.779959288 5.667272241 5.740422541 5.358681369 5.351373461 6.182223443 6.010359881 5.758553914 6.245291254 5.632364316 6.106750191 5.626665291 +LQ03X024060 Calcineurin B-like protein 1 12.12854708 11.59362821 11.6292872 12.24187013 11.84482192 12.39415553 11.81383992 11.69713943 12.33633529 11.72964534 11.95659596 12.26544538 11.66395031 12.22956495 12.29548794 11.71548084 11.80568698 11.53608069 11.95566873 11.3014605 11.2357927 12.10194394 11.09062727 10.38150739 12.1303895 11.75231988 11.73075066 10.8607569 11.69506993 11.40473137 11.22505968 10.45296512 +LQ03X024080 Predicted protein 5.056405882 5.179770529 5.677581121 5.36721665 4.958989377 5.136995367 5.165638206 5.352732746 5.157674651 5.123346213 5.371283042 5.209010249 4.943643709 5.365585235 5.080517411 5.31644813 5.27870555 5.468133943 5.608285526 4.968254696 5.392005997 5.252914696 5.15758442 5.136879234 5.256135069 5.206906522 5.512216606 6.24124966 5.444599076 5.111790628 5.402779225 5.423183547 +LQ03X024090 Predicted protein 13.77684788 13.3977995 13.77643394 14.20257479 13.87759134 13.03045088 13.29649266 13.40323174 13.79427638 13.45205735 13.66669238 14.05614173 13.6699151 13.19920367 13.55665874 13.23410523 13.29523862 13.93922219 13.5521806 13.66606313 13.32377456 14.3181286 12.67792484 13.10133708 13.71968366 14.09796639 13.79605626 14.01791489 13.57734451 14.09488064 12.56770278 13.20851207 +LQ03X024120 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 5.979378513 5.854553167 5.547153424 6.139414055 5.616952668 6.152958459 5.917985586 5.660098593 5.901776755 6.558295126 5.066181724 5.665834475 5.536820776 5.716000323 6.587834133 5.674180111 5.794842729 5.801739251 6.769424684 5.226536898 5.814043487 5.561848306 5.132332195 5.094257616 6.068262234 5.602368129 6.560897798 5.30923767 6.250275259 5.508035134 5.319358707 6.383243573 +LQ03X024130 Putative Ankyrin repeat-containing protein At5g02620 5.761594796 5.208420558 5.705008118 5.296967975 5.558318885 5.742526679 5.28871572 5.245623313 5.343746696 5.080114749 5.294048868 5.078543621 5.378333828 5.754467088 5.106231937 5.379422 5.167747794 5.397666364 5.493552967 5.329696452 5.750574465 4.860720136 7.266663805 5.380873648 5.572534881 5.386217597 5.244252058 5.678710952 5.608782926 5.13746867 5.824599404 6.201054412 +LQ03X024200 Light harvesting-like protein 3 14.71409857 14.56045622 14.55510748 14.95904458 14.59623473 14.93133921 14.77835764 14.18387395 14.68236266 14.52606229 14.58078154 14.82559874 14.7146076 15.03921623 14.88893938 14.70843459 13.78705271 14.13485805 13.0786539 13.84681969 14.19853315 14.31500089 14.09773603 14.04430284 14.11820444 14.47829348 13.56658749 14.17263129 14.00512929 14.61099905 14.13005858 13.88893197 +LQ03X024270 Expansin-like B1 5.239052864 5.462252062 5.271126745 5.107417659 5.752786084 5.127011947 5.054501703 5.058102497 5.28901541 5.26578498 5.049085971 5.078278649 5.296651738 4.8425457 4.787224097 5.321531273 5.119732553 5.111993191 5.644168445 5.538443643 5.246313905 5.395017692 4.863715864 5.320194402 5.19399306 5.59704613 5.910768129 5.199914187 5.494308723 5.269788092 6.139253478 5.81174227 +LQ03X024300 Putative uncharacterized protein 5.409277891 5.285991953 5.156978913 5.143249958 5.043126702 4.971437139 5.022000422 5.071282198 5.185579604 5.318348415 5.081001601 5.023727776 5.117321335 4.897988202 5.349719418 4.926955316 5.240211484 5.0581267 5.202531247 5.033743192 4.767047253 5.064961354 5.037356225 5.43547678 5.031003605 4.893531532 5.131288868 5.130615114 5.040614964 5.17967113 4.930807241 5.269224828 +LQ03X024320 GATA transcription factor 26 6.094751501 6.558039494 5.521584559 5.777943696 5.275998118 7.628541357 7.241192284 7.084000385 6.085001208 5.480244238 6.11164238 6.041440976 5.487092128 7.90403399 6.939461661 8.027037518 7.067629546 6.159825564 6.552106095 5.468923108 5.967636066 6.310838849 6.68903696 5.732560117 6.91480574 5.924578644 5.959843874 5.558072302 5.272007269 6.538628731 6.498096664 5.486896962 +LQ03X024330 Protein BUD31 homolog 2 14.09089764 14.07638334 13.93737334 13.39547679 13.50882844 13.78447101 13.77587696 13.10449021 13.95461837 13.97473415 13.90386518 13.46294005 13.5065605 13.80550723 13.57253566 13.22392966 13.81473376 13.86043546 13.62657076 13.80325311 13.73211526 13.47231891 13.8822645 13.49175873 13.71158362 13.81576658 13.6603968 13.50378162 13.36552096 13.06830022 13.86521395 13.2863233 +LQ03X024340 Putative uncharacterized protein 11.93444859 11.79125894 11.78441035 11.42121584 11.41751409 11.57482555 11.47209801 11.06892572 11.88548062 12.10022594 11.80109493 11.29853989 11.65887552 11.18854259 11.37822724 11.14110638 11.31959325 11.83321394 11.03229734 11.68818215 11.84366198 11.04584588 11.78907292 10.83646076 11.3644704 11.96579972 11.45897327 11.44301527 11.59682784 11.02545695 11.78896664 10.9994504 +LQ03X024350 Bax inhibitor 1 5.539488364 5.372215804 5.445334984 5.73886734 6.027858808 5.723921838 5.347517343 6.015803414 5.81568122 6.313115285 6.152808994 5.786396991 5.394950858 5.427318193 6.294856891 5.557633151 5.460441603 5.376290899 5.776540315 5.622683342 6.5272314 5.763425444 5.185803917 5.594485284 5.485465619 5.803421578 5.667057486 5.588068316 6.345412053 5.719795653 5.826507137 5.311601326 +LQ03X024370 Vesicle-associated membrane protein, putative 5.401485051 5.555273429 5.324181427 5.428404442 5.176552024 5.271733222 5.245122866 5.10590534 5.172104981 5.594087553 5.128633971 5.257235728 5.292420606 5.113715126 4.994678758 5.405307347 4.991946123 5.0792265 5.908899456 5.205842664 5.337968243 5.38817154 5.083908649 5.559545055 5.165550212 5.289105338 5.406048192 5.318711922 5.469770498 5.37366155 5.213949014 4.694637382 +LQ03X024380 50S ribosomal protein L19-1, chloroplastic 12.80050297 12.45454036 12.89614942 13.35442765 12.78487746 12.90292029 12.91983987 11.80635686 12.94992073 13.11455575 13.06828174 13.33126919 13.30973358 12.99864099 13.06930403 12.69074382 11.78679569 11.82271787 12.02867328 12.2767093 12.42838002 12.68635566 12.50399737 12.11917099 12.07149397 12.44339068 12.54344109 12.4259819 12.80151607 12.69552467 13.00251524 11.68670248 +LQ03X024400 Hypothetical protein 6.793353503 6.475334497 6.467475053 7.02447764 6.313218425 6.467770218 6.376211611 6.882360627 6.688671441 6.627491232 5.953061299 6.847771151 6.360567135 6.539229415 6.195265514 6.852801762 6.606361659 7.050032624 6.375915229 6.216946348 5.743638358 6.922944713 5.96206101 5.742499708 6.912489304 7.000459738 6.55418805 5.740022276 5.826746492 6.24201699 5.778460698 5.509663317 +LQ03X024440 Putative uncharacterized protein 10.23748989 10.10370289 9.977776498 9.536029356 10.02348119 10.4875374 10.47139854 9.79110517 10.25276707 10.56047643 10.1641588 9.501706693 10.39065059 10.72030924 10.26872216 10.42962495 10.78477002 10.69627883 11.4557823 10.67714104 9.994758769 9.666917715 11.11089215 11.33275174 10.47240865 10.60842595 11.30719765 10.23676632 9.664577662 10.5133934 11.31963811 11.55492572 +LQ03X024450 GTP-binding protein YPTM2 13.0862716 13.14129562 13.18867456 14.03659836 13.43093772 13.18975924 12.9528632 13.2989089 13.36691488 13.40809237 13.39524735 14.06029364 13.72481518 13.10647319 13.28178243 13.22198433 13.27551048 12.90725059 13.254683 12.78119023 12.51663522 13.99775322 11.60674764 11.9345657 13.32939316 13.19084972 12.89715609 13.32494667 12.46450534 13.76617571 11.83023156 12.23559052 +LQ03X024460 Pentatricopeptide repeat-containing protein At4g16835, mitochondrial 6.065619822 5.397994173 4.687909182 6.193637158 5.98023926 6.442071534 6.601425136 6.248481105 5.598487917 4.958967106 5.393032756 5.897877389 5.433887493 6.543206827 5.822647204 6.046864855 5.325141398 5.297456381 5.021020789 4.863974222 4.937261787 5.50027079 5.010114017 6.941444363 5.684417792 5.848051048 4.873560863 5.289734963 5.437419247 6.250466592 5.421730692 6.119016895 +LQ03X024470 Plasminogen activator inhibitor 1 RNA-binding protein, putative 7.03779976 6.531057467 6.726476076 7.000926243 6.330465208 6.461215955 6.794092691 6.534175591 6.92747779 6.923285136 7.016592727 6.962014364 6.532632689 6.403850225 6.693943958 6.627201737 6.445249095 6.900035204 7.151686971 7.589238407 7.605975852 6.810314862 7.175075996 6.840510278 6.850234526 6.318099657 7.785754124 7.210637865 7.319783868 6.61282541 6.557815051 6.560737647 +LQ03X024490 Putative Ethylene-responsive transcription factor 5 6.095168752 6.028908456 6.031725544 6.048369897 6.540172394 6.652829506 6.177708124 6.111287552 6.030068283 5.748526919 6.376371454 6.275304756 6.773548589 6.446873361 6.012011886 5.857875839 6.131808557 6.700787685 6.141095541 6.541012005 6.212555446 6.285583042 6.962720531 6.113750187 6.152524344 6.660205901 6.290226959 6.492734218 6.102444788 6.493469994 7.025265975 5.905965945 +LQ03X024510 Nudix hydrolase 8 11.44517426 10.82740339 12.17212725 12.70563583 12.09199624 12.97339454 13.00203651 12.73601192 11.63856942 11.50199556 12.08270251 12.52962769 12.02978702 13.16644845 13.11107076 12.76680046 10.05754936 10.64998667 11.13439332 11.66102322 10.96189666 11.97142607 11.01166079 11.22644997 10.91473681 11.42454919 11.53771597 11.70787941 11.50516043 11.55142916 11.64783015 11.11068872 +LQ03X024520 UPF0326 protein At4g17486 12.86328363 12.78293687 12.73898335 12.56978221 12.76252666 11.72728965 11.80944422 11.60805804 13.06813978 12.96647946 13.06211419 12.76432961 12.98565064 11.68950155 11.7767621 11.90118799 12.7319515 12.85106553 13.01505765 12.33129199 12.2913534 12.97558058 11.48851094 11.53219018 12.88474391 13.00199393 13.04111003 12.35460879 12.0121547 12.66802052 11.40732132 11.44097741 +LQ03X024560 Putative Palmitoyl-protein thioesterase 1 12.89004033 12.74663395 13.21133539 12.47999374 13.04347472 12.86540988 12.56307587 12.99200226 12.77077099 12.39688682 13.12169699 12.67122167 12.98806744 12.59860883 12.44413285 12.768128 13.07599296 13.58490007 13.1501987 13.68463314 13.52740241 12.36107818 13.57445001 13.30636795 12.54371078 13.18572723 12.97480007 13.1469676 13.33557085 12.49202899 13.38454329 13.07484114 +LQ03X024580 Putative Protein-tyrosine phosphatase mitochondrial 1-like protein 13.49259097 13.4492521 13.21460541 13.8379831 13.84142196 13.68376583 13.75596591 14.06537901 13.45071862 12.9538623 13.25507345 13.5874064 13.69855874 13.70125083 13.76307409 13.83396175 13.85841524 14.36441991 14.177651 13.65349971 13.53468612 14.1372232 14.0017575 14.23960642 13.71686454 13.97067126 14.10916035 14.20258766 13.64524217 14.34261828 13.9904347 14.25833769 +LQ03X024610 Homeobox-leucine zipper protein HAT4 12.42553667 12.65959672 13.21832128 13.22083074 12.5437708 12.2566845 13.27774768 13.56316995 12.54196471 12.12290189 13.13312794 12.70251832 12.22949002 13.81110778 13.73405105 12.82616803 12.88322219 12.08200674 11.69003627 12.84424994 12.96499051 12.06116343 13.43442479 12.40105389 12.41619657 11.39065694 11.55557907 13.05758493 12.78262348 11.78586357 13.36105676 12.9430281 +LQ03X024620 Hypothetical protein 4.836682564 4.464072362 4.569629048 4.594137888 4.730108699 4.814556831 4.572236008 4.755203268 4.446007448 4.357457 5.104391478 4.580086185 4.597893219 4.746665959 4.623824764 4.50938511 4.7669157 4.644732141 4.983578087 5.316335764 4.821918077 4.562841794 4.935715996 5.267843758 4.799945521 4.752667407 4.889477595 4.765671079 4.754504999 4.805989829 4.682969455 5.197781736 +LQ03X024630 E3 ubiquitin-protein ligase HOS1 9.588056002 9.906524463 9.743194478 9.512413364 10.50414509 10.31291408 10.24300408 10.82957613 8.228379899 9.78557571 7.457588332 8.085977215 8.339670276 8.980783586 9.954236881 9.292049753 10.063922 9.925467853 10.56613543 9.237476335 9.55894242 10.38249387 10.14676718 10.30510955 10.04832885 10.04165509 10.37243404 9.166831551 8.911710293 10.46244224 10.17669829 10.40573354 +LQ03X024640 Putative Probable iron/ascorbate oxidoreductase DDBG0283291 5.102472422 5.365804807 5.299039214 5.866383668 5.526242593 6.185567607 5.684851182 5.591724623 5.305410231 5.398559646 5.566783586 5.675089431 5.742784452 5.822279801 5.941809236 5.602978622 5.201933181 5.853412724 5.241024592 5.214869471 5.706811333 5.531314563 5.516524723 5.863714046 5.455848893 5.743247354 5.584817642 5.391504369 5.101901767 5.409855686 5.010377211 6.190918762 +LQ03X024660 Putative 1-aminocyclopropane-1-carboxylate oxidase 12.75617322 12.86881308 13.85667487 13.50334957 14.12044829 13.63112149 14.22482945 14.70736899 12.64612209 12.22213465 13.41845102 13.51920156 13.28663116 13.80961614 14.41152149 13.9104418 13.81586887 14.39858486 13.02911438 14.33263858 13.76343742 13.56724847 13.74505339 14.13550554 11.91984461 11.38226717 11.78599189 13.53358141 13.60106819 13.8280858 13.9542376 14.14201073 +LQ03X024670 Predicted protein 14.18705996 14.65609892 14.88288755 14.32756608 14.94310685 13.83025213 13.99318478 14.25246992 14.34723111 13.81091057 14.44941815 14.0100355 14.33079653 13.80690311 13.96641506 13.9905386 14.83763597 14.9181807 14.46579944 14.62367504 14.62206867 14.47051201 14.64506715 14.64624905 13.48498401 13.97411925 14.20675151 14.62413976 14.8357083 14.58945508 14.6470115 14.68451805 +LQ03X024690 Peroxisomal acyl-coenzyme A oxidase 1 12.6326106 12.65400786 11.97004864 12.31469175 12.15621507 12.24724742 12.27450496 12.12354993 12.33224378 12.01730048 11.71048949 12.25973152 11.98462726 12.22449411 12.16940924 12.21132739 12.45349958 12.10061129 12.28574704 11.58909916 11.60337996 12.51370483 11.03631317 11.68288604 12.42025363 12.46864417 12.10471952 11.66445063 12.00941331 12.27357296 11.22471807 11.6838819 +LQ03X024710 AP2/ERF domain-containing transcription factor 4.546141497 4.622141801 4.681211232 4.697792404 4.870403599 4.929639476 4.737126806 4.555731666 4.810719752 4.758037027 5.066497397 4.710206103 5.094665232 4.731296375 4.738991779 4.754786003 4.535184252 4.839976268 4.839581622 4.835992855 4.668270567 4.635090781 5.002088586 4.968011825 4.59006886 5.165847547 4.954406893 4.897317719 4.733973596 5.089766207 5.182766801 5.051265591 +LQ03X024730 Putative uncharacterized protein 11.88083995 11.9080194 11.5860964 11.74043757 11.55970669 12.24107951 12.2020436 12.64084699 11.68537592 11.8388411 11.43645453 11.8170138 11.53877135 12.34398512 12.2697897 12.71321181 11.97462243 11.92695794 12.36824085 11.37507101 11.21777164 12.17728353 11.76509604 11.64555022 12.27408026 12.08609818 12.35246228 11.37025086 10.97688466 12.0973026 11.67309515 11.4915648 +LQ03X024760 Putative uncharacterized protein 10.01462467 9.35460662 10.54101916 10.12258322 10.7348987 9.577760597 9.709328693 10.47769231 9.859081718 9.659057321 10.56678174 9.962238224 10.47889176 9.404298027 9.653379045 10.03310397 9.095768623 9.587896746 9.864834563 9.977108398 10.35300694 9.625780046 10.46693402 10.32020932 9.130396659 9.359159548 9.795277852 9.993052737 10.39741476 9.658216727 10.47694884 10.17944715 +LQ03X024770 Putative uncharacterized protein 4.731223041 5.01484 5.160119488 5.037528691 4.88221356 5.169735261 4.9902541 5.147753756 4.738451661 5.004919793 5.348526507 4.814380056 5.048730136 5.074986742 5.031366888 4.896494342 4.801669295 4.877147466 5.028961171 5.016132178 4.798622802 4.815169069 4.779576761 4.674567135 4.827747971 4.623861535 5.172471703 5.069889368 4.645823652 4.982959622 5.232329212 5.116320512 +LQ03X024790 60S ribosomal protein L15 5.927498657 6.311675163 5.605753053 6.243319125 6.470411227 6.664966979 7.090273394 6.628198681 6.258665968 6.661261201 6.213514399 6.940006845 6.293146905 6.320488474 6.567931292 7.262793009 5.948455323 6.089355246 6.540497117 6.895795189 6.173402612 6.475903059 5.735728638 6.549549573 6.560634 5.985771743 6.18344105 6.015592352 6.432243247 6.076820558 6.97200647 7.428186867 +LQ03X024810 Putative Uncharacterized oxidoreductase yrbE 12.10747045 11.52779624 11.54835496 12.41708251 11.57920187 12.86641599 12.93748702 12.66420146 12.0810261 11.91192746 11.76563452 12.37662154 11.51932502 13.02641523 12.71091718 12.84296893 11.86124524 11.94858813 11.05889336 11.5541521 11.64597048 11.77929709 12.28577212 12.31085276 11.76413841 11.84066205 10.8607227 11.60980745 11.23999087 11.65467824 11.92757112 12.17236234 +LQ03X024830 Putative Formyltetrahydrofolate deformylase 5.236879574 5.445631151 5.164728626 5.243319369 5.084969602 5.194266182 5.101115968 5.171516181 5.483549527 5.306851529 4.997762593 5.351183501 5.267983007 5.000774419 5.1666642 5.305241781 5.46613107 5.498743303 5.134110754 5.110915328 5.272685713 5.316477277 5.347185016 4.814105331 5.234385319 5.117554142 5.312347629 5.999895951 5.177877838 5.302955277 4.820186717 4.770209233 +LQ03X024860 Aquaporin TIP2-3 5.988485289 5.372730347 5.408629125 5.682366783 5.389781479 5.104635234 5.311335202 5.534116346 5.81627994 5.457155284 6.084769152 5.428926557 5.745325801 5.296123152 5.1541383 5.552220178 5.402765766 5.608198499 5.827862718 5.357594823 6.192369068 5.89455978 5.035498995 5.668340732 5.330448093 6.127471094 5.98472128 5.472804878 5.845710359 5.767065174 5.809421706 5.190106212 +LQ03X024880 Putative uncharacterized protein 5.142270156 4.930462671 4.695992221 5.098231323 4.997137489 5.35180064 5.031510166 5.215949675 4.906129709 5.229044164 4.662299962 4.878738007 4.641357418 5.033950653 5.906049588 4.860113929 5.080504507 4.649048878 5.233289965 4.802958187 5.431431412 4.759452389 4.787227814 5.104985073 4.699847536 4.710787007 4.940246278 5.746238561 4.929247755 4.724896991 4.899985501 5.370284546 +LQ03X024910 At4g17310 5.429626661 5.299565842 5.36918618 5.182074202 5.343164033 5.248386759 5.328492563 5.218802595 5.541697781 5.114931984 5.198453427 5.291210945 6.00480647 5.253662051 5.153234085 5.343816785 5.579558977 5.888484992 5.139541037 5.655986481 5.579508627 5.73150588 5.34492892 5.503087399 5.827096405 5.566785063 5.014340592 5.558832856 5.310068598 5.423090581 6.009345518 5.007318283 +LQ03X024980 Asparaginyl-tRNA synthetase, chloroplastic/mitochondrial 4.84620853 4.957684731 5.140245742 5.45167527 4.949452154 5.511326817 5.266863043 4.755885277 5.087238239 4.938915315 5.201393113 5.268512139 5.195046204 5.306310697 5.988745741 5.327846973 5.083626914 4.773795962 5.498727981 5.464197956 5.267016894 5.493807697 5.315691048 5.750723297 5.050338243 5.082183115 5.649401264 6.052812405 5.340094825 5.421979899 4.808776031 6.434575515 +LQ03X025000 Hypothetical protein 5.968327192 6.369050561 5.553021718 5.802099821 6.154159901 6.199151226 5.851215178 6.480324481 6.560752595 5.847897615 6.383114127 6.011670611 5.971748412 6.470333966 5.531208551 6.331026998 7.947173515 8.095283611 8.748669966 6.832822574 6.428487047 7.25142382 7.293156942 7.602414946 7.50564686 7.75038852 7.921347922 7.039831153 7.109463141 7.261281623 7.265411843 6.902666829 +LQ03X025010 Putative uncharacterized protein 5.722262382 5.887318719 6.109876813 6.005534506 5.381326859 5.786003494 5.479968686 5.855562208 5.893699673 6.078463996 5.743520249 6.034458191 6.19229962 5.797096845 6.060790549 5.645461618 5.798028784 5.480051083 5.967967386 5.444426814 5.889079467 5.670456913 5.697523073 5.756122849 5.863706368 5.553065507 5.412197818 5.639122996 5.393342668 5.753275714 5.884652594 5.791468871 +LQ03X025020 Probable pectinesterase 68 13.98552496 14.27377294 12.75564671 10.19611434 11.14004825 5.058610166 5.127374757 4.930219632 14.54485237 14.37740834 14.24024077 10.90813225 12.3378156 5.387065765 5.078789339 5.246686895 12.31720222 13.58333522 14.52776743 13.69597991 12.33678274 13.48280506 5.277748506 5.031838006 13.51115192 14.50537045 14.46028503 10.94554274 12.7896819 9.538950957 5.332752749 5.432394286 +LQ03X025040 Predicted protein 5.954033818 6.84758211 5.905326773 5.671434002 5.963479796 5.66150962 5.427170189 5.821389144 5.708693291 6.361969516 5.997163329 5.915273729 6.814883956 5.232144526 5.384725712 5.709502222 5.729622315 5.888466713 6.916290498 5.690642444 6.394603382 5.863515742 5.670928108 5.826418554 5.988212061 6.072882407 7.748701495 5.863087961 5.958335487 5.946230342 5.145689022 5.692497313 +LQ03X025050 Chaperone protein dnaJ 13 9.004356167 9.215814039 8.576740877 8.661312504 9.244957083 8.341781262 8.735469777 8.723697268 9.128534526 9.547557544 8.979714488 8.647590891 9.328183661 8.636999829 9.061233619 8.60178376 8.988007277 8.886185754 9.714829627 9.205513826 10.13231022 9.399307042 10.50198238 10.30917046 9.396454766 9.466159075 10.42183787 9.176321079 10.8046273 9.946775623 10.84454521 10.3473838 +LQ03X025070 Putative Histidine triad nucleotide-binding protein 3 9.341067234 9.652636534 9.2358082 9.194215052 9.464214503 10.06948415 10.01577395 9.781470845 9.602868506 10.03878463 9.709982381 9.643751096 9.95900449 10.29177977 9.940726761 10.1412926 10.43539441 10.5909372 10.97219982 10.7039198 11.25377935 10.21047735 11.15111446 11.07181799 10.5419124 10.82714642 11.17390584 10.86605759 10.68123364 10.65866489 11.16467681 11.26947814 +LQ03X025080 Putative Aspartic proteinase nepenthesin-2 8.137846812 8.919349576 9.743854676 10.39109555 11.9481795 8.428648088 8.87165096 9.104660744 8.822388937 8.570168341 9.491265759 10.47326526 11.39319832 8.5047024 7.803689687 9.081351074 9.065801065 10.52323452 10.15047517 10.62337906 11.70518137 11.13585146 10.7452411 9.965359874 9.119143499 9.737418032 10.20404648 10.81996697 11.56313185 11.54128597 10.45812612 10.21131917 +LQ03X025100 Vesicle-associated membrane protein, putative 13.21613166 13.22978953 13.08455777 12.47163345 12.80363106 11.40269142 11.5351181 11.27007657 13.27537201 13.2263385 13.26447221 12.50913036 13.00862791 11.503158 11.68187453 11.37178019 12.53994913 12.53609536 13.22152386 13.05881268 12.94340409 12.98458071 12.13541883 12.32537609 13.15381085 12.94658981 13.45278083 13.03870575 13.52398574 12.61445528 12.3156657 12.3484835 +LQ03X025130 Putative uncharacterized protein 11.5101588 11.79672366 11.22659598 11.4118738 11.2671999 12.27545695 12.11632253 11.77356901 11.59272652 11.99421117 11.34125214 11.42476441 11.3552849 12.22199278 12.2711199 11.87605589 11.77916217 11.94585129 11.90267005 11.36199994 11.46247581 11.52023862 11.89368941 11.42277656 11.71990364 12.01690313 11.95748142 11.43323944 11.5397963 11.48862993 11.80503765 11.49657362 +LQ03X025170 Putative uncharacterized protein 10.93644782 11.63834498 10.69013684 11.30884998 11.3135131 12.03147434 12.11582 11.7143006 11.3762592 11.69519126 11.03982544 11.65304947 11.57327841 12.33793419 12.14962235 12.44298028 10.72712045 10.14617388 10.78919966 10.29581224 9.824206378 11.08983458 10.45218144 10.45688032 11.16962248 10.28254823 10.43451018 10.79636115 10.12871291 10.72219826 10.77550215 9.988171863 +LQ03X025180 Autophagy-related protein 8f 13.24323531 13.13157505 13.81115923 13.93702714 14.05912105 14.22401299 14.69316474 14.52690397 13.47590294 13.39196809 13.75153639 14.16618029 13.7222413 14.47615753 14.29680546 14.59047428 14.1373569 14.05704556 14.19503299 14.16803045 13.73160519 13.9465746 13.91361275 13.98038497 13.76324387 13.47550784 13.48233484 14.14522779 13.17162551 14.28871848 14.08199503 13.83164089 +LQ03X025210 L-lactate dehydrogenase A 6.408733994 6.79851705 7.114678366 7.090372221 7.3374487 6.358022409 6.597502917 6.535440573 6.866818047 6.315077769 7.558469038 6.896835954 8.292846445 6.520676519 6.5441104 6.700315403 7.071650173 7.200289738 6.928999021 7.827696685 8.273290734 7.408134375 7.120060979 6.739514392 6.783970717 7.445993679 6.7861509 7.415915337 7.997836007 7.578563379 7.262237312 6.418843244 +LQ03X025230 Putative 14 kDa proline-rich protein DC2.15 6.093197509 5.833598483 6.233199679 5.585693105 5.530300491 5.219917618 5.227041745 5.205277042 5.852675987 5.616381915 5.787348142 5.866332845 5.999453948 6.001123198 5.368833139 5.377846709 5.57937571 6.147659466 5.965607081 6.036348884 5.730505902 5.946769346 4.983780563 5.301740569 5.539109191 6.150868732 5.959831031 5.381817746 5.428605799 5.687491364 6.041518718 5.50898716 +LQ03X025270 Putative uncharacterized protein 5.588335964 6.25781063 6.073416188 6.257615385 5.660652736 6.043149884 5.974252568 5.386741373 5.956263516 7.247389872 6.03588591 5.96431447 6.001708467 6.233220366 6.742444725 6.03522592 5.687692523 5.608269563 5.783133617 6.398485343 5.874686704 6.034881492 5.720568327 6.02743333 5.61146659 5.563915915 5.148599795 5.635603983 5.590841487 5.95293778 6.072027499 5.93692597 +LQ03X025280 14 kDa proline-rich protein DC2.15 11.71865055 8.51306475 14.81467043 13.32291642 14.84341815 6.46473381 7.149408514 8.204607252 12.66361138 9.965411686 14.59974915 13.20709683 15.10746637 6.257920926 7.218091252 8.322266685 9.580971046 12.94965387 10.41981149 14.85870224 14.76875599 15.36661176 7.311515736 7.931116318 12.01148158 13.7797603 11.70923393 14.91427701 14.66013027 12.30134743 6.590684172 8.690190703 +LQ03X025290 Putative uncharacterized protein 5.39309075 6.475913495 5.423777042 5.113752752 5.284131932 5.641486497 5.094026344 5.052876856 6.088751106 6.402640853 5.109687496 5.202745067 5.443995278 5.472055297 4.949204506 5.324870899 5.844562538 5.437197224 6.502660838 5.369019358 5.032352498 5.542593353 5.387617555 5.272630612 6.248038739 5.741968261 6.254514131 4.910116998 5.61575044 5.59055701 5.273825612 5.723176113 +LQ03X025300 14 kDa proline-rich protein DC2.15 5.446661101 4.854366473 4.661625317 5.580904924 4.995797072 5.298335613 5.159111289 5.271011637 5.032314058 6.212489818 5.216299765 5.347774135 5.246100417 5.160367412 6.498992501 5.204866976 5.23428293 4.902542956 4.954209462 5.135223265 5.431670052 4.945062505 5.299194303 5.093447246 5.808717153 5.183433141 5.428311359 5.086107329 5.158835016 4.900259858 5.158286957 5.03580471 +LQ03X025310 14 kDa proline-rich protein DC2.15 4.894179047 4.849834368 5.43234003 5.029326423 4.959495144 4.948013506 5.061356718 4.968605433 5.204140494 4.943501194 5.335967869 4.869414324 5.017331583 4.857991793 4.929991608 4.88430621 4.912466704 5.081764434 5.098966063 4.933333308 5.018738471 4.814586414 5.066603579 5.263346256 4.925636924 4.999238512 5.29917108 5.080508416 5.098095027 4.894780687 5.226232505 5.025146105 +LQ03X025330 Predicted protein 4.693978977 4.898142888 4.864664817 4.862795182 5.157461402 4.883269877 4.723653697 5.024742397 4.714096579 4.810902097 5.483847925 4.889103676 5.057801475 4.906506528 4.730189249 4.793181212 4.586119694 4.800267548 4.96549059 5.01247417 5.123761823 4.778257064 4.994661928 5.590160745 4.848564007 4.883525883 5.628857581 5.770184422 4.996230637 4.907005604 5.302929227 5.58105613 +LQ03X025340 Putative uncharacterized protein AT4g22540 9.503388794 9.977830894 9.093472575 8.313677948 9.206076787 6.368918151 6.330778116 7.012860017 8.794266791 10.17749175 8.517157609 7.860074443 8.785427599 6.333782537 6.234669247 6.42295792 8.781942975 8.980070359 10.48551654 8.911319316 9.301351152 9.11479392 5.952589741 6.206733071 10.28732075 9.7767422 10.69246491 9.329113572 9.089715137 8.738099537 5.603200806 5.272321952 +LQ03X025350 Putative uncharacterized protein AT4g22550 4.66691631 4.47031608 4.435353386 4.367140192 4.97086631 4.514493397 4.471533036 4.405070937 4.312319538 4.624715339 4.693038029 4.385760497 4.989031074 4.683317947 4.517363773 4.469133116 4.556618288 4.549272373 4.823000449 5.153141003 4.92061573 4.822730425 4.958588695 4.951559988 4.462234985 4.769626463 4.909237943 5.154268766 4.760639819 4.96650195 5.776481385 4.840668132 +LQ03X025380 Adenine phosphoribosyltransferase 1 10.8774908 10.46102758 10.99037509 10.75168614 10.47495897 8.996730823 8.808859429 8.75386818 10.91237311 11.07598901 10.91651202 10.76511072 10.30290303 9.331457111 8.812105969 9.228794153 9.505928308 10.3998688 10.01935528 10.44087091 11.02586997 10.92857659 9.539751617 9.561167938 10.75259691 11.42436088 10.38624655 10.91898389 11.21243735 10.38045464 9.891498175 9.155109859 +LQ03X025390 WRKY transcription factor 22 9.193625353 9.545825813 10.30388796 8.986839908 10.16860506 9.331053051 9.358180501 9.656998068 9.64709759 9.007251433 10.64549549 9.364489159 10.5408276 9.391906427 9.694086913 9.368541548 10.12923613 9.825182188 10.71039538 10.72287762 10.35318188 10.26591422 10.83766535 11.01749719 9.33580591 9.446366411 10.38378761 10.65076728 10.90666286 10.58979238 11.07294536 10.73135614 +LQ03X025400 Putative Predicted protein 11.53947989 11.55796355 12.0141662 11.56409635 11.91825515 11.27099807 11.20508575 11.31860284 11.76496644 11.55127181 12.20148211 11.77749706 12.0869904 11.45071447 11.28519395 11.36190959 11.3667406 11.88895261 11.67545745 12.23957615 12.31320128 12.08259027 11.14719504 11.69859363 11.85790517 12.08936397 11.85534443 12.18981567 12.52043102 11.93463189 11.47415246 11.73142446 +LQ03X025410 Flavin-containing monooxygenase FMO GS-OX5 8.454705809 8.780455352 8.568011791 8.970071944 7.677370793 9.196609513 9.132434006 8.428275859 8.44873055 7.983998194 8.663947319 8.821437042 8.102582905 9.495335292 8.996739795 8.319050012 8.420795604 8.523149557 8.079488941 9.765750675 8.775888328 8.237950699 8.696870648 9.11540827 8.592064783 8.18602311 7.782194572 9.086363856 9.356828636 8.337302786 9.149995314 8.23901682 +LQ03X025440 3-oxoacyl-[acyl-carrier-protein] synthase III, chloroplastic 6.085254511 6.529967516 6.687442491 5.922635519 6.798885294 6.970959417 6.319380114 6.89891202 6.454643606 6.548572226 7.340941606 6.210115112 7.044646207 6.668451342 6.175666782 6.801361549 7.234847251 6.396142911 6.922243741 7.866015711 6.855291832 6.997226992 7.330226034 7.425101767 7.38574576 6.923464713 6.488162637 7.243611141 6.157102772 7.183865274 6.875568225 7.259246317 +LQ03X025450 Putative Xyloglucan galactosyltransferase KATAMARI1 6.76599407 6.239529726 6.309903445 6.133725115 6.962914786 6.417583386 6.075811731 6.2064513 6.663562371 6.183218633 6.91042614 6.207356039 6.493484269 6.542429861 5.646491716 6.602845805 5.971046767 6.457358668 6.397597861 6.593870918 6.638093774 6.08081422 6.195612972 6.691740536 6.139105278 7.026551474 5.842810819 6.31001348 6.407706946 6.30047948 6.657658939 5.948159981 +LQ03X025460 Putative uncharacterized protein 8.970098444 8.918451645 8.62682735 8.258300447 9.027501138 7.01388819 7.981304845 7.436498921 9.030477932 9.338675395 8.993609324 8.456763519 9.468284539 7.573050998 7.308710313 7.691770676 8.161681891 9.121609017 9.88361405 9.265407704 9.188819183 8.502815271 8.33803816 8.194425789 8.717065327 9.319512412 9.734480826 9.533101854 9.442095853 8.418318202 8.683453835 8.185642928 +LQ03X025470 Trehalose-6-phosphate synthase, putative 8.632812909 8.94081828 10.62723831 10.90881493 10.65659241 11.73252629 11.46143619 11.72100403 8.827626802 8.890034763 10.35338576 11.13884008 11.05684636 11.7806018 11.58652587 11.56202713 9.912902199 9.263157994 9.559148298 10.55415811 10.39668201 10.29827203 11.09791143 11.16735293 9.38380785 9.855554537 8.739713554 11.04960152 10.41548495 10.20089514 11.0948574 11.07935641 +LQ03X025480 Putative Transaldolase 13.0503202 13.73682657 13.93402421 13.18091416 14.13067679 12.31816654 13.27191069 13.61667263 13.25327712 13.68885071 14.0260551 13.30195778 14.22702966 12.52286404 13.39439962 13.89858753 12.79945116 13.34012235 13.22350436 14.08977772 14.25494963 13.90910648 14.40890166 14.52340263 13.02456792 13.25392362 13.29351766 14.21375107 14.17330307 13.9054331 14.00674826 14.4437505 +LQ03X025490 Acid beta-fructofuranosidase 5.450714963 6.057467287 5.070064778 5.178998193 4.9252018 5.073744254 5.293079486 5.08768805 5.646007571 5.703908965 4.879424781 5.229880363 5.10615697 5.259160934 4.917605306 5.738597083 5.499711683 5.545955144 6.205428165 5.304338999 5.734119898 5.167056106 5.303148745 5.29824415 5.330393445 5.300817412 5.976363666 5.446451188 5.482985581 5.151183139 4.716504038 5.163263481 +LQ03X025500 Monocopper oxidase-like protein SKU5 13.85327097 14.3318738 13.61373302 13.02417062 12.97054949 9.69361773 9.208188024 8.636141901 14.19015865 14.42330847 13.97153508 13.22420982 13.76977038 10.01216224 10.55388157 9.899386241 14.09049212 14.26763753 14.65675518 14.06367299 13.99796151 14.57483267 10.43829959 10.69369044 14.76136162 14.92750068 14.94276215 13.84883593 14.46304033 13.00948354 10.04080474 11.13814265 +LQ03X025510 Axial regulator YABBY 1 5.426945322 5.475937211 5.253093664 5.388907005 5.316322153 5.685787987 5.184612851 5.073774566 5.757700704 5.570228781 5.293905525 5.4088319 5.280242162 5.972539914 5.550833076 5.330208705 5.529854704 5.498714611 5.902778948 5.547438137 5.06652624 5.39531425 5.463266844 6.080261202 5.603944096 5.523447589 5.282348028 6.048066043 5.799197306 5.539147949 5.167272954 5.411593749 +LQ03X025550 Vacuolar-processing enzyme 4.669532877 5.09784243 4.982990144 4.950480145 5.462059312 5.364369837 5.041097877 5.063641661 4.863976462 4.78614598 5.504880854 5.056554517 4.963171091 5.397677514 5.135242369 5.241189969 5.310508152 5.014964362 5.237150798 5.369087826 4.807784992 5.171573395 4.928657124 5.536314149 5.104521432 5.055384844 5.388523847 4.998090129 4.942911205 5.254098521 5.00129881 5.408759355 +LQ03X025560 Putative UPF0551 protein C8orf38 homolog, mitochondrial 8.620074017 9.810410133 7.77459639 8.439321539 9.095011632 8.625815854 8.320225436 8.888652405 9.337776965 10.06188245 9.018171529 9.415359735 9.772305045 9.13784028 9.037008754 9.65791615 8.591398001 8.53745118 10.04813833 8.072990442 8.558959887 8.979772307 8.58146044 8.643030243 9.599711113 9.283479003 10.09025558 8.046450521 9.347134495 9.333591567 9.138798542 8.684320864 +LQ03X025570 Heat shock protein STI 6.480681208 6.037730459 5.86405855 6.824759468 5.803207894 7.034805016 6.901272686 5.84367668 6.466995262 6.934355138 6.030111706 6.361729487 6.277565432 6.053231508 7.150977697 6.118751656 5.688672253 6.180982388 6.39379707 6.187392713 5.430860234 6.216527906 5.31360635 5.871668503 5.756756825 5.850817953 5.799895892 6.54041767 5.371352777 5.53297336 5.335744015 5.850229873 +LQ03X025580 Elongation factor G, chloroplastic 6.029584466 6.299356273 5.765131858 6.438597112 5.629609745 6.2084094 6.989324093 5.837441362 5.858078292 6.59087924 6.020398254 6.16970469 6.01006839 6.046030762 7.787164384 6.230790435 5.789534437 5.902118226 6.048204097 6.093192335 5.111292507 5.877817497 6.177897593 6.318579911 5.958661249 5.926893951 6.590498802 7.178098276 6.043180732 6.251200649 5.279947309 5.977670584 +LQ03X025590 21 kDa protein 8.307102459 6.821267892 6.787608024 5.578618758 6.978712138 5.624260614 5.698282504 5.472771245 8.299472557 6.501809046 7.965715838 6.72719676 7.553762253 6.169822128 5.387808628 5.350728648 7.711190575 8.491009724 6.553367351 9.06558178 6.684977293 6.925385403 5.480178242 5.206872534 7.287529258 7.20057312 6.459201785 7.315844215 6.415755789 5.657460848 6.473760943 5.645923521 +LQ03X025600 Putative 21 kDa protein 4.940943667 4.850812222 5.040277919 4.795640208 4.756102847 5.038858785 4.648009523 4.750104084 5.195173533 5.102852964 5.117029537 4.967160386 5.017878199 5.033395173 4.701323116 4.763785733 4.872483074 4.998391476 5.395208661 4.713892569 5.102480318 4.667689288 5.299902702 5.103656401 4.832986229 4.904104483 5.419188576 4.971435966 4.944029047 4.907077744 5.180542387 5.791610635 +LQ03X025640 Chromatin structure-remodeling complex protein BSH 11.34968846 11.58631097 11.63268373 11.84671761 11.67972964 12.31518284 12.56521782 12.59505487 11.49884549 11.62160351 11.63757872 11.90699241 11.55549334 12.36339657 12.76328677 12.60908856 11.31908381 11.08911372 10.65272145 11.64479886 11.48798592 11.73390157 13.03658581 12.95767373 11.10913051 11.27431462 10.86918623 11.66934672 11.75487553 12.0921685 12.80427925 12.87825171 +LQ03X025650 Putative 21 kDa protein 5.454794793 5.309721287 5.267405327 5.414397129 5.133363087 5.043831457 5.46198284 5.332264183 5.002527491 5.661864385 5.535134255 5.594230836 5.30037345 5.175919906 5.456349061 5.687184875 4.869826259 5.435812685 5.749231935 5.71543205 5.156922399 5.721896546 4.73267362 4.612835483 5.708119945 5.564628518 5.581268648 5.087966722 5.679994863 5.182005758 4.675130832 4.949274467 +LQ03X025660 Putative 21 kDa protein 14.11137058 13.8328558 14.1605175 14.55396208 14.48668162 13.60840958 13.5664095 14.341524 13.27283491 13.01429671 13.52473343 14.11769532 13.18004387 13.39160682 13.61408006 14.01090485 14.68437079 14.38833347 14.14713938 13.55942006 13.97090005 14.48176938 13.52040236 13.35312725 13.78987806 13.17466721 13.79719784 13.83066441 12.94335548 13.1698939 12.85825092 12.68331803 +LQ03X025670 21 kDa protein 9.511908601 10.04704751 10.06758105 10.81582751 11.31356907 10.76247836 10.78957123 10.64280781 9.117881221 9.758178405 9.252650778 10.27459467 9.974300894 10.35151622 10.82229707 11.48626977 10.90539517 11.36992364 11.07256479 11.14824003 10.37253454 9.614874242 10.22288675 10.29897947 9.385114904 9.124841066 10.24805904 9.441731116 9.236602474 9.69201997 10.42246214 9.730617573 +LQ03X025680 Putative uncharacterized protein 12.55210397 12.93817394 12.76512354 13.49294775 13.16896628 13.71528313 13.81771458 13.90140717 12.76473136 12.9641114 12.58036772 13.40528499 13.2136435 13.68969677 14.10579034 13.77215778 12.28450601 12.27975915 12.77273834 12.39989714 11.96844156 12.71220538 13.08513883 13.24837192 12.16697944 12.21912836 12.85633116 12.51891428 12.01236581 13.08329249 13.08794687 12.72577636 +LQ03X025690 Translationally-controlled tumor protein homolog 10.30566463 11.28569225 10.47914382 10.42349282 11.65405795 9.639862946 9.541187719 9.738511907 10.97820517 11.71653873 11.53021637 10.6637456 12.26655566 9.894940276 9.670022074 10.38392208 11.80447431 10.25246755 12.49413252 11.95093304 11.28926805 12.28494756 11.09327426 10.53020129 11.39424151 10.72404598 12.00238187 11.61014436 10.87879764 11.25815755 10.45080543 11.07730275 +LQ03X025700 Putative Hsc70-interacting protein 13.93820553 13.54721206 13.71743883 13.9374998 13.21709695 14.40046788 13.68358409 12.5758012 13.66612205 13.86629678 13.58301204 13.45278923 13.38928596 13.6140606 13.23722743 12.78949778 13.9893424 14.12156615 13.40026745 13.86257637 13.93758069 13.21435991 14.03033182 13.07842123 14.0038493 13.69875049 13.60063813 13.41471332 13.43983261 12.83687866 13.61757975 12.71152812 +LQ03X025720 Predicted protein 5.679740117 5.658972911 4.874532128 5.344800545 5.412210899 5.09205699 5.271144389 4.942873156 5.190477963 6.833028796 4.974075785 5.146894173 5.120043552 5.02246836 6.251275723 5.191499533 5.124681819 5.219679601 6.343886996 5.029983776 5.005104094 4.716923284 4.72954423 4.66581505 5.093814955 5.097346393 5.511940377 5.239729951 5.85347463 4.928893927 4.907833477 5.290655074 +LQ03X025820 Primary amine oxidase 5.220115019 5.133664723 5.070343112 5.741983925 5.224165717 5.600175587 5.980909681 6.077893913 5.052955363 5.074511023 5.226957809 5.646183091 5.219932652 5.970268238 6.653011033 5.753211934 5.144383312 5.278610185 5.048015581 5.522408306 5.034099099 5.11507315 5.390645848 5.228025455 5.102058432 5.097921796 4.963122052 5.993644884 5.388558838 5.23008097 4.952503555 5.311858439 +LQ03X025840 UDP-glucuronate 4-epimerase 3 10.55154988 8.795164184 10.99194538 10.30397938 11.05408003 9.415401047 9.537357969 9.387627014 10.3790375 8.967618891 10.89293578 10.88984246 11.23633557 9.792058498 8.15936972 9.835686646 8.022600064 10.25970047 9.270546883 11.34259094 12.16565226 10.03151482 9.814918587 9.50654316 9.11762816 10.5801677 9.799207516 10.18617374 11.0335629 10.08538467 10.35103685 9.411566537 +LQ03X025880 Probable calcium-binding protein CML13 14.18097606 14.4362862 14.19351247 14.17982769 14.05792814 12.22012085 12.16811827 11.94095831 14.31053798 14.64716534 14.5794292 13.84892877 14.4062949 12.31120837 12.48088167 12.19832721 13.52143993 13.81761935 13.83261932 14.23927343 13.83609649 14.51483086 11.78179371 11.9126935 14.3841832 14.36618164 14.16845016 14.19117556 14.02964404 13.59866043 11.8769689 12.3690866 +LQ03X025890 Putative Leucine-rich repeat receptor protein kinase EXS 10.12897995 10.63343387 10.20474742 9.916017175 10.48792461 9.215775377 9.079600148 9.456264536 10.50920702 10.13565069 10.8313422 10.28845821 10.78439526 9.657573982 9.830734947 10.10248753 9.265623007 10.8015214 10.34743083 10.34497673 10.76318518 11.96969844 10.08976394 10.3239697 11.15024103 11.75872212 11.13843507 11.30728069 11.46481708 11.53523242 10.18496679 10.84419651 +LQ03X025900 Putative transferase C1orf69 homolog, mitochondrial 5.193544063 5.387183397 5.097837631 5.576910065 5.461034456 5.835212496 5.67946245 5.426999234 5.288967568 5.786727408 6.022842403 5.387882406 5.355692915 5.667210216 5.846548357 5.427493347 5.178050167 5.545507593 6.231552037 5.386945515 5.469210867 5.892471225 5.833130964 5.775786822 5.715872846 5.35891405 6.168340764 5.54347565 5.88780712 5.658392127 6.122742752 5.428587461 +LQ03X025930 Putative uncharacterized protein 7.138448827 7.407357943 7.424373444 6.604773428 7.375236342 6.53954974 6.306757287 6.806225411 7.328738266 7.159846344 7.140981817 6.951431137 7.499118465 7.225283584 5.957060998 6.657160662 6.996544888 7.321440541 8.207922907 7.588197068 7.298135464 7.44066921 7.342197607 8.339786392 6.800808095 7.181800222 8.20371416 7.021416885 7.195180188 7.267926431 7.589760785 7.981734939 +LQ03X025940 Probable S-acyltransferase At3g60800 11.53368312 11.58890338 11.43748234 10.52937585 11.15908025 10.35400005 10.10473682 9.616537758 11.59983794 11.40859433 11.73042001 10.85850033 11.2954087 10.42248487 10.41326458 9.918219622 10.88186388 11.48512637 11.20157078 11.50072997 11.36815837 11.10870381 11.03446168 10.593494 11.17301536 11.57691272 11.34484741 11.65378106 11.91971259 10.68171106 10.9205702 10.92109771 +LQ03X025950 Predicted protein 4.991263872 5.240836953 5.311157196 5.249858649 4.962552326 5.042238155 4.982896981 5.219833576 4.923982504 5.020456043 5.460415038 4.941715371 4.852657397 4.949930851 5.015514854 5.160208641 5.732103688 5.489536526 5.586009964 5.543093374 5.375474378 5.308017195 5.225319209 5.516161124 5.438273189 5.354670386 5.500004048 5.336015946 5.609224239 5.263616611 5.507036345 5.168155986 +LQ03X025960 SNARE-interacting protein KEULE 4.819647446 5.416482568 5.168779741 4.843184113 5.081431265 4.607701231 4.727133194 4.626452145 4.866629458 4.879100797 5.078925506 4.694314313 4.854514718 4.588152717 4.592398897 4.688018073 5.015783033 4.812733005 5.636892614 4.935782259 5.304288486 5.018677831 5.387226749 5.084300738 5.280049714 5.058915679 5.254262849 5.061233709 4.910977069 5.137263664 5.352585671 5.063345634 +LQ03X025980 Hypothetical protein 4.798259124 4.746972482 5.196203021 4.743617686 5.142176985 4.914328963 5.062151978 4.668161805 5.136119013 4.670379758 5.371109387 4.997722715 4.99215421 4.834484589 4.766229999 4.624322264 5.278248608 4.817237243 4.895835478 5.074321729 5.004418516 4.789744891 5.339009956 4.867352214 4.959244497 5.002512727 4.850570315 5.320110212 5.032103683 5.129418621 4.918949598 4.659810522 +LQ03X025990 Predicted protein 11.36596657 11.51830964 11.80198145 11.05787282 11.33746907 10.06280303 9.779744216 9.395622789 11.76259515 11.45836328 12.15684925 11.16573683 12.02285924 10.30274655 9.480394593 10.1850837 10.58078485 10.8106815 10.71868045 11.53426891 11.84501715 10.7628242 9.940975131 9.015097721 11.33645439 11.2816495 10.97622596 11.45162116 11.79740318 10.21762057 9.727508219 9.561088285 +LQ03X026000 Putative C-4 methylsterol oxidase DDBG0269788 13.33589847 12.95831552 12.73791644 12.37578911 12.29172593 11.94219073 11.92610986 11.16948745 13.26383071 13.00686619 12.66888617 12.50910311 12.35949013 11.86086904 11.93295195 10.99069778 13.06845418 12.75147884 13.00665989 12.45692254 12.45565796 12.40492866 10.4499942 11.17822142 13.10742963 13.22049598 13.23095417 12.30724257 12.97926652 11.78324107 10.64640272 10.87070254 +LQ03X026030 Putative uncharacterized protein 7.716594586 7.539935178 8.467963996 9.012597607 9.605388619 9.103565211 9.518465833 8.64896926 7.982516473 7.338469413 8.51986507 9.66071364 9.6085064 9.843234723 10.1624096 10.15496023 8.030312576 6.607902872 7.849817605 8.168524198 7.597869967 8.014875019 8.151326136 10.53473468 7.688676191 6.740476457 8.573678973 8.460637917 6.621157193 10.16497025 8.808988227 10.04445873 +LQ03X026040 Predicted protein 5.615048856 5.551247886 5.531607033 5.314834445 5.043000395 5.635445436 5.372933834 5.041070686 5.238849838 5.26345632 5.495735982 5.223593039 5.229347878 6.23818619 5.325838977 5.549916186 5.396212837 5.301120032 5.881225285 5.332755154 5.409569177 5.140645017 5.618075776 5.751551177 5.530853279 5.472495675 5.631855724 5.157592826 5.279287571 5.200128656 5.488074639 5.765618304 +LQ03X026050 Putative General transcription factor IIH subunit 5 5.105786075 5.222023868 5.779964422 5.472599156 5.666376048 5.557924409 5.760986474 6.117842127 5.305454659 5.103116271 6.265179369 5.451592192 5.470290782 5.974921651 5.586569009 6.009400438 5.19566383 5.42531049 5.327661636 5.492352847 5.814200052 5.43972331 5.404624627 5.29815973 5.374923678 5.45630493 5.336057715 5.267287901 5.439611816 5.557433108 5.854110081 5.288440182 +LQ03X026060 ATP-dependent Clp protease proteolytic subunit-related protein 2, chloroplastic 6.02387459 5.602354075 5.948967188 6.31266367 5.998981555 6.572027845 6.303396015 6.393847488 6.013628986 6.47203187 6.442240761 5.900450731 6.305941282 6.467263017 6.682079384 6.453096029 5.827192924 5.63129297 5.327247884 5.642446277 5.429535412 6.294961773 5.546593442 6.210885559 5.969725981 5.503078826 5.388482565 5.77521861 5.531018389 6.128373755 6.436684586 6.581390464 +LQ03X026070 DNA binding protein, putative 11.18558348 11.75469741 9.674232381 9.925017888 10.12729806 11.13482208 10.58536507 11.11003396 11.65983309 11.88378494 10.43737421 10.26505829 10.04931985 11.19697064 10.54711043 11.55771415 11.46192519 11.08744027 12.26234719 10.19593759 10.27034477 10.85751574 10.48154215 10.77712168 11.85721666 11.70487318 12.3119953 10.00544004 9.875464952 10.71501285 10.52911548 10.81697312 +LQ03X026090 Putative ATP-dependent Clp protease ATP-binding subunit clpA homolog 5.455622868 4.856172535 5.447262657 5.257560406 4.775001879 5.113891412 5.180714732 5.130037577 5.24947303 5.232004932 4.939285513 5.482464204 5.416914977 5.576085159 5.379962768 5.138481337 5.026189189 5.268919056 5.34336562 4.974652484 5.031723285 5.17137012 5.669742748 5.266440868 4.957361438 5.423910415 5.060418791 4.868137131 5.272067513 5.266341464 5.407608971 4.761728876 +LQ03X026130 Armadillo repeat-containing kinesin-like protein 3 5.29350925 5.335035709 5.731628616 5.462374952 5.149512955 5.067772767 5.28115516 5.256632271 5.246525729 5.224083964 4.956771808 5.617801707 4.993632701 5.463708958 5.380154704 5.014301616 4.777646777 4.9882726 5.630544075 5.375857532 5.068805824 5.167434991 4.781343384 5.214545273 5.208898407 5.300312108 5.680854025 5.383190995 4.658384476 5.312587988 5.125372543 5.52964426 +LQ03X026140 Zinc finger A20 and AN1 domain-containing stress-associated protein 7 4.724359323 4.757411723 5.574233971 4.659293418 4.803556496 5.059918027 4.786797008 4.986065264 4.72212752 4.695197381 4.95245412 4.864250409 4.818601881 5.081246106 4.858671114 5.33205904 5.022194289 4.727330173 4.883547695 5.113101262 5.293552706 4.830703981 5.018386021 6.015960667 5.05542403 5.126691047 4.855474481 5.280656749 4.891089691 4.851272001 4.995832659 5.774357227 +LQ03X026160 Ycf49-like protein 13.1147306 13.19622069 13.43881687 13.33161409 13.14049581 13.64437946 13.7200541 13.31936521 13.22846731 12.55825496 13.45630063 13.2526497 13.31295322 13.91054702 13.39807021 13.48159825 12.89813575 12.86915743 12.6894499 13.25128359 13.79785155 12.69919976 14.27191787 13.96454687 13.08688827 12.79043192 12.88821063 13.25915658 13.68703874 13.21910104 14.4198557 13.81974824 +LQ03X026190 Putative TVP38/TMEM64 family membrane protein slr0305 10.05380888 9.823125999 9.792096191 10.54714927 9.340461307 10.36555997 10.21025127 10.3902556 9.95068763 9.967090478 9.90106071 10.43399612 9.394069739 9.976310931 10.09765008 9.982508303 10.45300632 11.20198753 10.34869672 10.31114035 9.762768982 9.887298764 9.994371433 8.509979805 10.1379036 10.87912756 9.874435019 9.838280634 9.510537027 9.904741584 10.19033856 8.719044496 +LQ03X026200 Probable LRR receptor-like serine/threonine-protein kinase At1g12460 10.99879099 10.26549663 10.70836665 11.6050497 10.91753428 9.617711969 9.724420223 9.476945446 11.11305196 10.60863424 11.11547084 11.54999015 11.68205066 9.871608504 10.18132718 10.05467159 10.47787553 10.19193294 11.1778419 10.12140551 10.51212753 11.35811508 8.762072972 8.962279302 11.09390492 11.12069461 11.0338355 11.18514052 10.86366316 10.99899593 9.152576969 9.034791728 +LQ03X026210 Probable aminotransferase ACS10 11.28498114 11.10827935 11.80267437 11.65400811 11.66788845 12.69181222 12.85270672 13.58683601 11.20844477 10.95998024 11.7138087 11.83629254 11.54321503 12.85300459 12.77387821 12.96522292 11.11376517 11.84401721 11.38181965 11.76551973 11.97305844 11.56392729 13.3562982 13.64868405 11.35076184 11.8519444 11.23296049 11.82257927 11.71638998 11.94494581 13.41823891 13.83215755 +LQ03X026220 Putative uncharacterized protein 9.843859461 9.822162256 7.789970644 7.755261151 7.810872855 7.264273444 6.814712419 5.869034314 9.508206743 10.29268735 7.360059545 7.476797838 7.258325059 7.255398094 6.79427826 5.909128449 9.133848941 8.710670024 10.54188094 7.602025432 7.42527116 7.904703182 5.757637524 6.788220084 9.664790815 9.764965607 10.82516483 6.838368104 7.110825059 6.036075394 6.663908891 6.163402764 +LQ03X026250 Putative Solute carrier family 35 member E2 5.958165848 6.194311834 5.693134594 6.197876939 5.829021863 5.654077977 5.658345928 5.645755437 6.12195225 5.970484908 6.306507631 5.904256444 5.747432935 5.798787845 5.88797633 5.775344395 5.40394597 5.457375022 5.191287567 6.082285954 6.100868387 5.473160357 5.725763461 5.99785442 5.396317245 6.189501656 5.606666335 5.509528121 6.123455305 5.950786948 5.379729452 5.554898723 +LQ03X026260 Putative uncharacterized protein 11.73657919 13.06441807 6.890535576 7.182349762 7.76679109 8.87828703 9.190507312 9.042386534 12.25450254 12.99595697 9.119060378 7.708374211 7.059009128 9.368540607 8.87599344 9.593125684 12.71600835 11.64409749 12.95703148 8.999207218 9.859243799 10.71635007 9.933053814 9.111223209 12.78684369 12.1044896 13.10651588 8.052332627 8.686626442 8.311859888 10.00332156 8.575484088 +LQ03X026310 Putative Copper chaperone for superoxide dismutase 13.48288473 14.12740854 13.61062183 12.55189459 13.19340261 13.03820368 12.5851901 13.08779569 13.74236138 13.81637194 13.57965149 12.88702981 13.51430061 12.89054517 12.36628849 12.89623083 13.80155012 13.14112393 13.36068893 13.46613761 13.20820123 12.89647924 13.03602641 13.15355652 14.08455198 13.24540033 13.78927149 13.43008504 12.76381019 13.23002653 13.2474358 13.43211705 +LQ03X026350 Predicted protein 5.088185411 5.338359752 5.465798527 5.300839763 5.308371827 5.432765204 5.42042233 5.314167358 5.017848865 5.113173886 5.661333257 5.179251706 5.245773164 5.579213826 5.19870891 5.470826142 5.653632082 5.516723291 5.259327722 4.937891381 5.061354362 5.09890574 5.067129784 6.010000209 5.339852388 5.421506035 5.14667423 5.154795012 5.343570734 5.139017082 5.485639759 7.037358063 +LQ03X026360 Predicted protein 11.34719421 11.35086662 10.41925867 11.35049239 11.0459623 11.69082818 11.55606457 11.82966372 11.63868109 11.13434417 10.65453259 11.34219478 11.31481622 11.75835962 11.62944953 11.67536191 11.44145381 11.70814002 11.59145223 10.71243836 11.12654317 11.63260959 11.15455305 11.05165778 11.68669742 11.85265886 11.87053003 11.28433733 11.45815108 11.675849 11.23492923 11.33793008 +LQ03X026380 Putative Transcription factor bHLH120 9.292934522 9.482389411 7.835285682 8.488291339 8.658690092 9.301196097 9.923323625 9.879731429 9.36420623 10.03931707 8.31829941 9.037262994 9.017187221 9.757543038 10.43731832 10.07779514 9.207447876 8.921963164 9.542659959 7.894234329 7.002767085 8.325558421 10.12567659 9.602829507 8.907941838 9.133889785 10.3173053 7.26501603 8.243945729 9.552692622 9.777324405 9.936341743 +LQ03X026400 Putative Glyoxylate reductase 10.49218926 11.24111765 10.36449448 9.203263901 9.983783084 9.357088439 9.497927405 9.882748821 10.61563294 11.3035718 10.27601797 9.332901754 10.24579315 9.671994946 9.654044171 9.984920609 10.9917521 11.20826872 11.72246196 11.41172628 11.09673549 10.76662537 11.34782233 11.50185932 11.14604474 11.07577494 12.09101289 11.17384385 11.50363143 10.57519306 11.41454335 11.65490183 +LQ03X026420 Leucoanthocyanidin dioxygenase 15.28339701 15.2961232 13.81955532 10.07627282 11.81802278 10.00814744 8.569289005 9.655198603 14.68173187 14.63444844 13.95633098 10.89510699 11.05707097 9.701895048 9.603297196 9.42129993 14.68477206 13.56631082 14.30974461 13.33354285 12.92887576 13.23667688 9.703573446 9.415481366 15.23538372 13.69956373 13.58327976 11.03388694 12.79251147 8.625734486 8.342867325 6.961973215 +LQ03X026460 Protein FIZZY-RELATED 2 11.59296801 11.60017977 12.12459877 12.10762577 11.88835607 11.88621275 11.86600385 11.76742981 11.60119309 11.72036743 12.14912622 12.17189214 12.16864694 11.82443373 11.88163798 11.75039918 11.97765622 11.70355123 11.03308219 12.10845123 12.11111166 12.28514459 11.50980763 11.82364363 11.79842261 11.63955959 10.76192199 12.33030567 12.26113149 12.19937284 11.33824851 11.67632583 +LQ03X026470 Putative uncharacterized protein 8.90863345 9.908060921 9.541563586 8.080781739 9.118740948 8.688804153 8.247102775 9.196790099 9.253296661 9.646038471 9.644989038 8.476970582 9.483331887 8.964336245 8.40007038 9.183343728 11.16116644 11.68316883 11.39732113 11.69236808 11.87632813 9.470733157 10.4904314 10.58739596 9.367352363 9.649274988 11.31625142 10.57324878 10.74659065 9.775421029 10.85516858 10.91026864 +LQ03X026480 Agamous-like MADS-box protein AGL19 4.419596892 4.734096984 4.652297152 4.506963314 5.024558603 4.686332833 4.440101925 4.821529522 4.569290677 4.404347065 4.965250375 4.62786778 4.855953514 4.731806831 4.48478171 4.776473136 4.680772288 4.809686532 4.950961143 4.85521851 4.863976768 4.69411134 4.944207187 5.51692223 4.495802819 4.774338426 4.88443709 4.725915648 5.147727506 4.670884431 5.291593678 5.506341636 +LQ03X026490 Putative uncharacterized protein 6.089278766 5.584287258 5.987800362 6.089985982 6.217764683 6.002113775 6.070024942 6.229365994 6.04089613 5.992350992 5.774271357 5.943741296 6.380379718 5.838287383 6.205843776 6.405850972 5.717144244 6.027308285 5.794902916 6.421626633 6.518638037 5.779198458 5.905901096 6.377957682 5.61761566 6.058249225 6.025212402 6.182476408 6.141555099 6.321647016 6.177361348 6.311985554 +LQ03X026500 Homeobox protein knotted-1-like 7 4.806050807 4.877504729 4.776485242 4.712643115 4.607435343 4.665841573 4.682264694 4.99297478 4.721799774 5.099745307 4.715285925 4.659786667 4.875497669 4.666808127 4.666025052 4.858250274 4.815121092 4.604083076 4.829844802 5.088411419 5.070757812 4.918307141 5.079884114 5.169578435 4.66735602 4.971591512 4.794164539 4.949542548 5.277931615 4.698670935 4.964328084 4.877291771 +LQ03X026520 Probable rhamnose biosynthetic enzyme 1 13.78271603 13.55576704 13.31860364 13.1945157 13.24104769 12.04998297 11.76653321 11.64508847 14.02496354 13.86722409 13.77674983 13.22695052 13.73356789 12.27072983 12.05738237 11.76137598 12.75028705 12.80308184 13.56274644 13.40284002 12.98160298 13.7006759 12.02871756 12.02792376 13.68936856 13.60922891 13.69856626 13.24768151 13.64461789 13.16071041 12.07616267 12.40340221 +LQ03X026550 Eukaryotic translation initiation factor 2 subunit alpha 5.129894253 4.894405938 5.361198164 5.537218669 5.372133509 5.578155719 5.627828059 5.401613265 5.366484852 6.209092113 5.638780051 5.431244641 5.280305688 5.053330761 7.026410989 5.774996932 5.019653209 5.211910836 5.075965938 5.360761597 5.678042047 5.575257344 4.781208725 5.883403292 5.294655166 5.163782507 5.508172679 4.673438661 5.388004925 5.223678633 5.212089126 5.492827863 +LQ03X026580 Putative Transcription factor TCP9 12.01561166 11.61113295 12.55007278 11.77658494 12.39133263 10.7442822 10.84960743 10.68461965 11.67597582 11.54400746 12.25390522 11.6860905 12.22283218 10.85933206 10.99460237 10.90873537 10.94971996 11.80332982 11.87564079 12.60715642 12.7805845 12.16881194 12.88899946 12.30826094 11.75146845 11.88197641 12.36613309 12.76968696 13.05371458 12.0653578 12.40598449 12.45192511 +LQ03X026590 Hydroxymethylglutaryl-CoA synthase 13.18003746 13.03090896 12.35082344 11.57794821 11.92061957 10.90106988 10.94172535 11.40266708 12.85445221 13.34490035 12.30757891 11.36234289 11.82166976 11.28253394 11.39917987 11.26343647 12.45406321 12.53642582 12.85805895 11.66590299 11.71472586 12.90401684 11.52292067 11.63385872 13.35904821 13.27246993 13.34873443 11.72226967 12.43661495 12.44639493 11.69216893 11.86593778 +LQ03X026620 Uncharacterized membrane protein At1g63010 5.624759436 5.445936645 5.689144294 5.386028358 5.924171203 5.580495663 5.650497354 5.2820047 5.512737682 4.961225183 5.96880298 5.608573214 6.056548561 5.882513391 5.352840562 5.608806722 5.25474454 5.657371686 5.012157058 5.435020616 5.39632604 5.900480922 5.72688067 5.48955751 5.387244506 5.629235815 5.515792759 5.266533868 5.261614218 5.733846085 5.484163139 5.27429552 +LQ03X026640 DNA-directed RNA polymerase 8.216609354 7.672977371 7.261742285 7.487862924 6.721685284 7.42006291 7.115346688 7.275901464 8.089386422 6.56236498 7.100662933 7.579922976 7.244870733 7.526076505 7.414750233 7.034129937 7.85416288 8.578450797 8.408361821 7.604161691 8.561758832 7.552102231 8.770736824 7.81281293 7.850377658 7.965776409 8.91324615 7.356676096 7.180984583 7.691678828 7.734084638 7.642788887 +LQ03X026670 Putative Adenosine 3-phospho 5-phosphosulfate transporter 2 5.834376673 5.777774282 5.333857758 5.572031475 5.950012559 5.828607276 5.879446557 6.245701909 5.598205325 5.738022112 5.658980445 5.520337861 5.453231552 6.369953284 5.815076143 6.378295475 5.607531116 5.545563127 5.546241753 5.79376097 5.644041977 5.364531228 6.356617252 6.392015706 5.567258916 5.921434991 5.472869383 5.828182679 5.774840802 5.33741179 6.419651088 5.583233993 +LQ03X026740 Putative UPF0399 protein v1g245966 10.90888105 10.79177802 10.76094837 10.25278815 10.37445914 10.70737379 10.92164524 10.6035803 10.94436869 11.22611119 10.76730299 10.41611912 10.58940774 10.59933219 11.02067006 10.62915654 10.98227974 11.07864457 11.0133122 10.8388231 11.26563982 10.51221687 11.73527142 12.0408314 10.91906577 11.40648731 11.42743452 10.92282573 11.1966041 10.76594438 11.76989664 12.1650155 +LQ03X026760 F-box protein PP2-A12 5.122023595 5.511600049 5.883659871 5.274828438 5.880055647 5.514015764 5.345730612 5.526677864 5.339980781 5.811253883 5.732333196 5.343114618 5.638321884 5.388235022 5.81257669 5.555434127 5.164958501 5.515547885 5.284642533 5.914023039 5.990901733 5.339287513 6.011710282 5.541675048 5.353067154 5.365890412 5.418271048 5.481280901 5.241490778 5.375132886 6.278464831 5.654342444 +LQ03X026770 Scarecrow-like protein 28 12.50574686 12.92187878 10.36987184 7.837535896 8.788166047 8.585526522 8.415115407 9.098193642 11.73816174 13.39286342 10.84647317 7.696948143 8.250407878 7.778065874 8.951754342 8.575034416 12.20147672 11.87001148 13.83257772 10.27546372 9.771515788 11.86848795 9.052680953 9.879636488 12.25971492 12.85656934 13.40723226 8.879159171 8.905450947 8.754990643 9.091615776 10.0533197 +LQ03X026780 Ara4-interacting protein, putative 4.885312844 5.240025868 5.360572788 5.341207296 5.871178444 5.377592374 5.558669664 5.285866665 5.391436382 5.263780064 5.748330619 5.369011421 5.74444295 5.550867405 5.243005921 5.428881232 5.450577021 5.340488377 5.032049499 5.476900561 5.627143525 5.552400228 6.615153002 6.190698931 5.64669744 5.711435657 4.985330326 5.869501726 5.315047466 6.024680568 6.520822081 5.568141412 +LQ03X026800 Generative cell specific-1 5.145658162 5.082090427 4.742413882 5.109477348 4.723178421 5.002376374 5.00578343 5.168775847 4.975127115 4.83449891 4.915641242 5.038704666 4.736579725 5.106059555 4.865863508 4.94010116 4.95784398 5.30668806 4.643734619 4.9228268 5.259404204 5.336846555 4.897703565 5.129700481 4.990459332 5.089175762 4.810386099 5.344521567 5.695258431 4.754517892 5.320467558 5.009947689 +LQ03X026830 Putative uncharacterized protein 8.491141079 10.42153138 8.133923418 7.881127784 9.568073292 7.494112525 6.970117179 7.727442947 9.429484215 10.65249013 9.590451312 8.77278244 9.330330819 7.722479683 7.873072581 8.417772496 8.330398185 8.300554494 9.296000781 9.503110514 9.469756832 9.575402211 9.643316708 10.3710779 9.800692358 9.954199823 10.36581812 9.509436084 9.487279554 10.22474261 9.505344834 10.41618352 +LQ03X026840 Predicted protein 11.82802133 11.51510444 12.6823929 13.20775071 12.8379322 12.16248152 12.41004455 12.09771681 12.03375436 11.77835965 12.76935386 13.36498683 13.19861228 11.9654497 12.68626999 12.3162952 11.17530536 11.91525479 10.86558285 12.30497639 12.18571256 12.66291948 11.16602615 11.39338797 11.32675343 12.41759339 10.83145477 13.02076186 12.83566936 13.57501648 11.24185356 11.53501798 +LQ03X026850 Replication factor C subunit 2 10.56328672 11.03648641 8.650074055 9.011776617 8.673094363 9.174781469 9.195063712 8.220096807 10.80231982 11.26682418 9.474166878 9.169953483 8.983155494 9.263626256 9.048542803 8.367394325 10.07883917 9.975127695 10.71084686 9.368962408 9.52968539 9.356330947 9.198675073 8.690025005 11.38211913 11.41117331 11.60121198 9.048509857 10.10878049 8.966067638 9.494926753 7.652639394 +LQ03X026860 E3 ubiquitin-protein ligase At4g11680 6.086650554 5.814756605 6.066894361 6.295600148 6.327215594 6.41923726 5.995540975 5.642818022 6.120758739 6.42792019 6.364813476 6.187009305 6.540148095 6.20396253 7.659622625 6.168165458 6.14149201 5.455203265 5.409162506 6.376572149 6.579763995 5.736327865 6.693096613 6.468347097 5.913570425 5.218494565 5.4141372 5.685121831 6.328578128 6.045537571 5.921307554 6.231972786 +LQ03X026890 Predicted protein 5.780627947 6.151822485 5.344494819 6.357344266 5.630681693 5.570960941 6.068886535 5.805428302 5.89600591 5.664143371 5.443761742 6.400284703 5.609283073 5.932541672 5.479662598 5.931201764 6.006589054 5.464080164 7.333782794 5.744547781 5.589922772 5.670906426 5.488947157 5.726140652 5.861158875 5.725758297 7.401308777 5.5027638 6.799066457 5.960033495 4.970801735 5.476480141 +LQ03X026900 Heat stress transcription factor B-2b 12.36298295 12.04121386 12.57480739 13.00195202 11.70009077 13.52612137 13.23208212 11.71373003 11.37056098 11.90080249 11.74808087 12.18980025 11.55356661 11.7844188 11.92587442 11.24482583 13.07645629 14.04925871 12.0209389 12.68482807 14.02593572 11.6854802 13.80727506 11.62897082 11.15911151 11.12757895 11.21595726 12.36139946 12.00195932 10.31215534 12.43976731 10.83502529 +LQ03X026920 DEAD-box ATP-dependent RNA helicase 47 6.115287848 6.412419414 5.693400473 6.582947845 5.553103877 6.556817659 6.718613327 5.933942768 6.181696099 6.221198095 5.29917696 6.664611216 6.225829033 6.097324859 8.006730525 6.263016695 6.409090843 6.321658545 5.834105544 6.600670117 6.194810822 6.552078092 5.352518199 6.079416828 6.646872108 6.437996966 5.836858018 5.156671846 5.835260266 6.826207859 5.467358824 5.325187886 +LQ03X026930 Putative UPF0497 membrane protein At4g11655 4.919725209 5.021478027 4.837874709 5.11263446 5.455617163 5.186386732 5.648494321 5.316725738 5.132158486 5.013342975 5.295173965 5.205083037 5.132597397 5.093999029 5.575170355 5.338087932 5.04576683 5.205250353 4.940059656 4.836716183 5.622481595 4.968906474 4.896080599 5.55684157 5.129414729 5.275364286 5.300629516 4.903477495 4.939720423 4.875975587 4.716018564 5.094803333 +LQ03X026940 UDP-glucose 4-epimerase 1 6.698513253 5.265251865 6.788878297 6.766490607 6.264062348 5.498229232 5.486559479 6.288289792 7.332609786 5.17546061 6.349456802 7.184196296 5.697496435 6.258413968 5.819378261 5.463814995 5.767443974 4.859058236 5.494974133 5.42133544 5.171133471 5.929937978 5.119068161 5.696038132 5.598781748 5.342313064 5.415852847 5.55645608 5.557096906 5.767416908 5.728118713 6.056377533 +LQ03X026990 Thaumatin-like protein 5.741841723 6.214311992 6.259373862 5.729424756 5.817242922 5.493671964 5.769833026 5.28905913 5.537552581 5.997313169 5.702920082 5.759732785 5.744975771 5.540535993 5.116195671 5.613313932 5.437651176 6.342570314 5.808979729 6.097743593 5.446168942 5.873925138 5.801911307 5.445771474 5.87307728 6.252472411 6.81932237 6.307416978 6.029785413 5.80429394 5.600715387 5.648876024 +LQ03X027010 Thaumatin-like protein 5.331378589 5.462457656 5.305157251 5.109189743 5.508263304 5.053629819 5.292075475 4.892086245 5.348230531 5.096195157 4.77411516 4.982370755 5.60770043 4.977466642 4.987319051 5.079222113 5.133309551 5.602041373 5.499419905 5.364746881 5.468417535 5.222699435 5.681572094 5.42826483 5.276432514 5.42212209 5.734519957 5.460490191 5.590848555 5.488488577 5.323695523 5.234083897 +LQ03X027030 Osmotin-like protein OSM34 5.93939886 6.032547546 6.545068154 5.91174114 5.758048143 5.432312859 5.536929303 5.9723586 5.549487268 6.113320645 6.797803513 6.410458536 5.86517106 5.617842431 5.187039331 5.824379442 5.904667449 6.318142107 7.057074827 6.757564592 6.020072155 5.750993749 5.702477503 5.74933863 5.783722236 5.584309556 6.60436663 5.456247054 5.486285602 5.638193524 5.214378467 5.84231312 +LQ03X027040 Elicitor-responsive protein 3 6.044146436 5.775071723 5.948797248 5.967498583 5.887869315 5.752574091 5.548526225 5.361443248 6.033258742 5.482370357 6.393821954 5.779584902 5.979605673 5.839911388 5.855797272 5.646924293 5.743747897 5.853652499 5.552046588 5.842204979 5.786912905 5.808851311 5.659118328 6.134058624 5.452000399 6.100562547 5.733227091 5.715811478 5.322917798 5.772347784 6.012615914 5.297257156 +LQ03X027050 Putative uncharacterized protein 6.968297752 7.84921062 6.767281132 7.348560226 6.942653865 6.948395549 6.169714136 7.438299377 6.903480983 5.440646447 6.213331774 6.990464609 6.13980281 7.043055233 6.04952446 6.964399361 8.220604211 7.367341133 6.535905369 6.307207045 6.970806559 7.189370949 5.674036385 6.897816881 7.993426838 6.936121654 6.714420495 6.951361276 7.547893725 7.853903018 6.287226558 6.860283865 +LQ03X027060 Predicted protein 10.26098631 10.35358326 10.1648566 11.0214317 10.08654995 10.70529169 10.94117875 10.61556656 10.28997862 10.59493182 10.39920987 10.95663912 10.22540128 10.72555884 10.91378341 10.64899758 10.47596419 9.937841372 9.92376547 9.871222046 9.540384859 10.47509727 9.985296745 10.04357604 10.27755423 10.12562452 10.17257662 10.31144064 10.23640131 10.59729576 10.53799198 9.659060674 +LQ03X027070 Predicted protein 6.292782864 6.328674275 6.228060685 5.850484041 5.811905259 6.711781138 6.069256954 6.423470845 6.298953535 5.931566108 6.176661692 6.095052669 6.074482379 6.476192063 6.189356316 6.493573063 5.968745966 6.396660839 6.418882865 6.582026816 6.680531201 5.876562793 7.420482715 6.534234478 6.147510824 5.895862437 6.275323847 5.822031425 6.829666655 5.991854544 6.767078521 6.340436523 +LQ03X027120 Predicted protein 4.973966789 4.598233477 4.874532128 4.641765469 4.973910705 4.859369329 4.758421382 4.858077448 4.942941993 4.827423362 4.810829017 4.692974515 4.966826697 4.919366644 4.729950371 5.070037705 4.9653736 4.917467496 4.864755656 5.145525698 4.758915913 5.228239014 6.097323061 5.240983062 5.059141403 4.79233998 4.754274379 5.043857961 5.123981531 5.027605501 5.730653412 5.466989485 +LQ03X027210 Putative KTEL motif-containing protein 1 5.615772559 5.510359803 5.867959775 5.648316329 5.598778423 5.830570231 5.750147374 5.686052132 5.635482101 5.217819461 5.901075679 5.524895049 5.463904027 5.676684799 5.25035872 5.550459126 5.554752079 5.382085948 5.267001899 4.961239847 5.0571825 5.329989158 5.509981532 5.491506925 5.728430741 5.35865012 5.331857664 5.213223199 4.914774431 5.104546323 5.272924407 4.96675093 +LQ03X027220 Probable LRR receptor-like serine/threonine-protein kinase At1g63430 5.227010182 5.035727914 4.95721882 5.293647841 5.239989691 4.996931397 5.214748679 5.124671788 5.215440604 4.845771902 5.607703804 5.3677768 5.102674497 5.088658267 5.278793233 5.033611544 4.941474828 5.049476926 4.872018244 5.159647726 5.313226069 5.07273531 5.285771725 5.349978437 4.9092414 4.931144149 5.119478085 4.99615909 5.474455477 5.142761909 5.347209592 5.101793145 +LQ03X027230 RNA-binding protein nob1, putative 5.937351428 5.380852443 5.217256253 5.746891029 5.219697001 5.721322045 5.823715598 5.989791672 5.926162069 6.06660215 5.626103198 5.76467549 5.865463578 5.676662129 5.972916629 5.768935242 5.557814343 5.766595973 6.229818234 5.34141087 5.586411794 5.420150804 5.87241758 5.277053214 5.457486056 5.605953528 5.915330927 5.329044228 5.510319617 5.807772307 6.459434336 5.537966195 +LQ03X027250 Tubulin beta-1 chain 12.1466056 13.22245797 10.24384997 9.767394066 9.728184265 7.667033345 7.404239865 7.038856933 12.30478507 13.34244316 11.35579059 10.16073429 10.22964228 7.215515078 7.805842222 7.665941764 11.71653467 11.87507936 12.58137291 9.849536172 11.0964189 11.9468463 6.530502935 5.248183737 13.16112525 12.93535325 12.88179963 9.290059736 10.8699033 8.2775984 6.46084655 6.271456276 +LQ03X027260 Putative Probable serine racemase 7.79842199 8.892868159 8.008656998 8.052510027 8.139782872 8.4503224 8.980837768 8.753675364 8.611480793 8.425225103 8.688042416 8.098027243 8.685989002 9.074792321 9.168370972 9.358172454 8.993288284 8.361271994 8.249121077 7.819018391 7.964871785 8.601480627 8.982852429 9.366039046 8.817901669 8.744345701 8.416977511 8.288233698 8.39346827 8.440194483 8.97987688 9.533216982 +LQ03X027270 Putative peroxisomal-coenzyme A synthetase 4.978103943 5.124047627 4.991643803 5.139881869 5.130593083 5.113928803 5.237699344 5.150656345 5.330548445 5.20606975 5.198372747 5.148650856 5.409289642 4.880902333 5.191921149 5.154360138 5.162937247 5.61081178 5.719207303 5.156449184 5.606234418 4.90872211 5.388467393 5.006702704 5.041484298 5.394999146 5.677882058 5.680561907 5.489934379 5.260114048 5.07686237 5.039122369 +LQ03X027280 Putative copper-transporting ATPase 3 8.328783087 7.741028196 11.31495022 11.50018496 11.85754551 12.22237194 12.57035526 12.95759188 8.786726077 7.498727781 11.13541454 11.7852342 12.03595006 12.57498336 12.67987757 12.8508078 8.007813717 9.320394504 8.675520916 11.51462022 11.99988119 11.18507122 13.0187791 13.07127384 8.609587024 9.39256173 8.951968507 12.38793492 12.14408436 12.22233788 12.76943495 13.1610853 +LQ03X027320 Glutathione peroxidase (Fragment) 12.36855846 12.41975538 12.34036932 13.651797 12.33860529 14.06978045 14.28235407 14.04146121 11.99687351 12.16658708 12.19706388 13.56094807 12.33421689 14.04462794 14.05020094 13.88964031 13.40977706 13.23485102 12.49476827 12.68597507 12.2818083 12.78726532 12.99163794 12.9326883 12.41117976 12.76334197 11.82195668 12.9464892 12.27594594 13.20031216 13.23953074 12.48609576 +LQ03X027360 Putative Lysine-specific demethylase 5A 11.60145464 11.76612362 11.90212049 12.25360071 12.04946516 12.28028864 12.64492671 13.04646759 11.74639311 11.89954655 12.02950521 12.45155918 12.09846354 12.40360916 12.89609302 13.16932657 11.77105627 11.60480298 10.93783276 10.38334431 11.85594683 11.95758461 11.77798372 12.15267901 11.22574545 11.54084399 10.92892071 11.29689415 11.85292757 12.40792325 11.84984257 12.15991284 +LQ03X027370 Probable serine/threonine-protein kinase At5g41260 4.770408825 4.728630415 5.77341658 5.141961565 5.133377952 5.451303983 5.203596994 5.298064952 5.335611678 5.407801013 5.570960896 5.365048169 5.246805154 4.927124063 5.977591307 5.222917124 5.176314213 4.908062799 4.608901589 4.816221706 5.057341713 4.81362505 5.319717594 5.327974108 4.774464193 4.977392663 4.704287069 4.636648001 5.283760012 5.124439681 5.845051466 4.96886563 +LQ03X027380 Tubulin beta-7 chain 11.90888668 12.20579369 11.63022088 12.24482461 13.20297862 11.76222019 12.76502632 12.13058047 13.03323935 12.63369865 12.93983686 12.95477011 13.54757518 12.47876858 12.92861867 13.33303407 11.32281344 11.40608499 12.17844783 11.36496437 11.87464913 13.290623 12.20706758 12.08005385 12.52491607 12.61976499 12.87636025 11.9750907 12.75638082 11.79761445 12.38458362 11.96022629 +LQ03X027420 Putative uncharacterized protein 4.783125471 4.579523374 4.566285274 4.489877943 4.770912507 4.617232938 4.606195772 4.469415847 4.562049891 4.631270735 4.685303796 4.537695067 4.688906128 4.761227111 4.471087893 4.424332548 4.808369404 4.856102594 5.010876535 4.835997845 4.694111785 4.712717904 5.253745269 4.970664412 4.74750001 4.743327247 5.162200858 4.949296442 4.527574386 4.851431656 4.689861073 4.65918834 +LQ03X027490 Predicted protein 12.10456895 12.4991321 11.72738519 11.34820582 11.56908709 11.93058243 11.6977555 11.37857216 12.53959087 12.96468137 12.13095048 11.58680604 11.816472 12.00332511 11.8296235 11.68981883 12.48290148 12.24683492 12.81890314 12.59956655 12.3343609 11.65457446 12.10227703 11.95448969 12.77607071 12.43831658 12.67728314 12.26257367 11.74911098 11.47111716 12.08372328 11.82498067 +LQ03X027500 Transcription factor GLABRA 3 12.97232788 13.11029585 12.80240248 10.7134015 12.11753543 8.445517115 7.835446419 8.206085898 13.11669088 12.99610918 13.02269945 11.0022483 12.31298317 8.516178259 8.055900004 8.200995356 12.63546008 12.97321797 13.40100384 13.32036765 12.98139821 12.67364253 7.726986402 8.582844728 13.28317989 13.44928825 13.34254463 12.53858542 13.50950202 10.7763983 9.180544493 8.55677636 +LQ03X027520 GMP synthase [glutamine-hydrolyzing] 5.332500631 5.546204381 5.64149106 5.421400311 5.111800113 5.306563786 5.353114411 5.576111293 5.831629383 6.31232623 5.647283053 5.7402347 5.515573019 5.706504012 6.300692916 5.12423091 5.14422468 5.585237264 5.516391192 5.792342136 5.253076237 5.39958495 5.767471328 6.545397666 5.446372678 5.773571325 5.140365516 5.740279809 5.611343657 5.281567051 5.044840859 5.789887806 +LQ03X027560 Putative Signal peptide peptidase-like 2B 13.47033267 13.43958072 13.54528964 13.20537751 13.69784643 13.59281471 13.16974294 13.58612479 13.51731218 13.04544785 13.62387424 13.33110438 13.57047667 13.45314022 13.21527715 13.11123935 13.13803341 12.32385284 12.94397759 13.11802156 12.85802304 13.47794085 13.15819269 12.87947394 13.5175095 12.42827338 12.40170266 13.46775692 13.22919918 13.2129553 12.98986452 12.64593044 +LQ03X027570 Probable aquaporin PIP1-4 5.64685554 5.50224555 5.433188767 6.149962912 5.38052396 5.792839234 6.248304774 5.632363579 5.600066195 5.587030504 6.178870033 5.871821914 5.649563059 5.575261488 5.805455486 5.718179056 5.220553722 5.481161632 5.496062249 5.891316075 5.323907895 5.980310127 6.046857761 6.152186864 5.646573327 5.439321111 5.487125787 4.77749344 5.426763845 5.46242614 5.587364523 5.592716016 +LQ03X027580 Putative WW domain-containing oxidoreductase 13.85014668 14.25299954 13.64454193 14.15965833 13.67954194 14.3309053 14.55550449 14.10600393 14.13834822 14.17594734 13.81834171 14.06452942 13.55072958 14.39938372 14.29745349 14.29428199 13.91003535 13.68933595 13.43138404 13.47820638 13.10662359 13.68169786 13.7235543 13.73837713 13.63776317 13.72653214 13.39169996 13.74486001 13.05130844 13.86769118 13.7556368 13.54032734 +LQ03X027610 Cytochrome P450 86A2 6.237818226 6.163202972 6.865296775 7.558338985 6.878935893 6.232002837 6.840794586 6.586239651 6.292923143 5.669553933 6.757689467 7.395196509 6.921802934 6.206734257 7.040051379 6.406779759 6.25407292 6.425122933 5.978087413 6.558993688 7.289141785 6.710602696 5.51347355 6.008901646 6.358852379 6.2042638 5.721996035 6.951235885 7.107912942 6.446825889 5.229399761 5.120687352 +LQ03X027620 Potassium channel tetramerization domain-containing protein, putative 10.10809795 9.830525836 9.699968677 8.972326686 9.593449435 9.58660074 9.4519552 9.399441317 9.749135813 9.692083656 9.790062517 9.258398985 9.948372507 9.646937637 8.891634491 9.170725246 9.648922971 10.19210582 10.14663964 10.35249666 10.69936029 9.701317862 10.67082092 10.57619377 9.711124847 10.25641996 10.65136284 10.25609956 11.04410772 10.03806242 10.67355458 10.5312296 +LQ03X027640 Putative Aminopeptidase N 13.6167433 13.77495524 14.37102541 14.20037031 14.3881016 13.93317693 14.45286872 14.34734421 13.48523251 13.26056108 14.17599716 14.06339937 14.06800616 14.09232309 14.47145084 14.27573606 13.71195766 14.00936286 13.52372343 14.21566938 14.41674383 14.25687543 14.85211742 14.83901795 13.57095168 14.03757325 13.62358922 14.41451202 14.79456747 14.66643618 15.0346137 14.89750318 +LQ03X027660 Predicted protein 8.865789857 9.318631111 8.54610049 8.737862916 8.781244795 9.202485778 9.255613252 9.364150275 9.276259822 9.072053498 9.197884531 8.855955855 9.25216643 9.551707364 9.398589952 9.619995358 9.174547132 9.450899168 9.835622412 9.208616386 9.517736425 8.864490589 9.278030456 9.61204275 9.203024919 10.03105708 10.04089593 8.819534944 9.812319826 9.260263289 9.871150684 9.514669446 +LQ03X027670 Predicted protein 5.924911275 5.302471835 5.180926901 6.033129616 5.295225043 5.379923416 5.357261617 5.688283587 5.634742661 5.471059177 5.607397959 6.758687886 5.880698939 5.597020794 5.467065769 5.613312469 5.573408496 5.646785954 6.634218306 6.71568383 5.801069643 5.685221041 5.905232961 5.066072093 5.368571712 5.744875895 5.962569688 6.071238443 6.370772147 5.923147418 5.354709288 5.222979064 +LQ03X027680 Hypothetical protein 5.348053169 5.663028037 5.685245674 5.427785369 5.779509342 5.618308679 5.378233673 5.449023184 5.235127066 5.544370877 5.565049152 5.583549837 5.473709074 6.249209318 5.602896316 5.715818202 5.291900533 5.240816446 5.554692693 5.534489247 4.872091801 5.310766762 5.983116586 5.087814607 5.216095958 5.054999397 5.288669338 5.103681849 5.301693765 5.004712202 5.354662697 5.293870988 +LQ03X027730 AP-1 complex subunit beta-1 5.425738127 6.11642363 5.486313976 5.834503042 5.651520862 5.684095197 5.774749735 5.882613673 5.850068125 5.78788108 5.553802874 5.890109694 5.510783964 5.619958518 5.606939516 5.967121822 5.704711469 5.650875104 5.742708707 5.530288539 6.158962074 5.86090325 5.648909937 5.393937799 5.41599123 6.084193966 6.424287393 6.272776822 5.790187245 5.816550659 5.56514296 5.631120386 +LQ03X027740 DNA repair helicase XPB1 11.76329021 11.75765662 11.70347203 11.69159191 11.59960041 11.99743377 11.68178314 11.62150008 11.65786519 11.89342225 11.76353534 11.47996691 11.5769293 12.10358319 11.81802913 11.58098587 12.14361274 11.85707969 11.17589712 11.51480972 11.52729965 11.46673098 11.28385426 12.26918181 11.69154494 11.8925906 11.27788637 11.54212286 12.06749743 11.75785737 11.31986664 12.23350602 +LQ03X027760 Putative uncharacterized protein 13.46574287 13.55056953 13.47985342 13.04704303 12.96231064 12.78243386 12.5660747 12.37804301 13.36399993 13.41779965 13.48403196 12.98989224 13.11058569 12.66502757 12.61193332 12.55815343 12.73176335 12.5843005 12.62753094 13.0353697 12.5340627 12.68936434 12.31549457 12.09208334 12.8133296 12.53643533 12.59582578 12.63385786 12.92369955 12.28591454 12.2798663 12.09986422 +LQ03X027780 Hypothetical protein 9.986947799 9.179038164 10.53654369 10.76019566 12.02609283 10.58427243 10.99182464 11.43093047 10.09059362 11.18401226 10.22321381 10.16547933 11.8811925 10.69976419 10.35886189 11.79665418 9.988519335 9.637077372 10.3960477 10.36111326 10.33222091 10.8053546 9.57641113 10.08018558 10.13136775 10.58751216 11.33706688 10.30203232 8.981128628 10.69465125 10.55063951 10.66987056 +LQ03X027790 V-type proton ATPase subunit E 14.84691526 14.48838746 14.39534871 14.79495211 14.46873839 14.2669278 14.17054502 13.95811364 14.91461817 14.75656506 14.46781065 14.75615546 14.70433718 14.29579048 14.26710775 14.21702623 14.84743933 14.7210782 14.88301528 14.38460683 13.85585857 14.83802436 13.38782688 14.18671446 14.65480192 14.75321536 14.63024569 14.51511875 14.0684919 14.69179908 13.4044114 14.02088729 +LQ03X027810 Predicted protein 10.00986222 10.40747099 10.22699113 10.67179024 9.814011178 9.444719616 9.322412199 9.660469414 10.52445777 10.53627092 10.68023372 10.97200811 10.18429887 9.698235491 9.630806082 9.758184962 10.22130034 9.915666477 9.581924026 9.834786061 9.633873225 10.39749189 7.257955001 8.332300096 10.52733246 10.50165793 10.091238 9.651770218 9.773697137 9.576345181 7.976568513 8.502115643 +LQ03X027830 Homeobox protein BEL1 homolog 9.741463376 7.859574889 13.02635948 13.24416793 13.49432613 13.85692514 13.43243271 14.06585985 10.4041206 6.477021309 12.81926306 13.31173155 13.5885488 14.11735769 13.47498609 13.94988297 8.018998851 10.45007012 6.694569377 12.67870033 12.49981089 13.00309833 12.96133 13.74668443 8.831455857 10.75903816 7.855054251 13.40775454 13.35205156 13.95723136 13.28839702 13.96622582 +LQ03X027840 Predicted protein 14.6490028 13.68584059 13.85029518 12.78762704 13.34575013 9.332321911 8.916060485 8.980931226 14.50792008 13.41935738 14.01021553 13.16847899 13.50729673 9.638773872 9.900305873 9.639807086 13.22154795 14.36792548 13.90822053 14.32794709 14.19506065 14.24989259 9.650126575 10.22546507 14.18896279 14.78052753 13.74912931 13.95184806 14.43948937 12.73912198 9.455179772 9.792198102 +LQ03X027850 Putative Pentatricopeptide repeat-containing protein At4g13650 9.155327756 9.215700238 7.580545793 9.376211291 7.588772818 9.244163082 9.698886925 8.597911377 9.370096265 9.495564611 8.972337021 10.12878496 9.022633624 9.742851042 10.25249951 10.10329734 8.594908914 8.713883382 7.585866852 7.296102248 8.646301418 8.580834685 9.745991124 9.818495709 9.358648127 9.868777523 8.215876902 7.619034827 8.687401297 9.126577301 10.03836485 9.675855575 +LQ03X027870 Beta-carotene hydroxylase 5.693478351 6.045269483 6.113701571 5.812427394 5.921485155 5.44835998 5.918882041 5.998096451 5.89343041 6.050235171 5.942113721 5.756579297 5.928138648 5.468914445 5.514122807 5.930688306 7.625607632 7.167358346 5.657863805 7.725810994 8.092752189 5.992623681 5.005902407 5.968425293 5.863621082 5.54115687 5.268017857 5.365772762 5.48339349 6.279319465 5.461566226 5.269713475 +LQ03X027880 60S ribosomal protein L32-1 5.116329859 5.549729425 5.5248449 5.481125198 6.058783331 5.449071103 5.200275581 5.384209813 5.203028737 5.807114726 5.728319609 5.664703603 5.583815727 5.265989782 5.340553284 5.122379753 5.475718782 5.675485169 5.451145981 5.264862873 5.798263209 5.724935529 5.851256088 5.847331569 5.794507859 6.130219416 5.528425265 5.462737888 5.718325941 5.372033129 5.636512121 5.837871883 +LQ03X027890 Predicted protein 5.631134293 5.57665874 5.527197533 6.178275045 5.973940406 5.732485547 5.816468556 5.771426445 5.543254679 5.764283751 6.434312526 6.003619203 5.83232147 5.696948162 5.685956416 5.983154 5.515213582 5.641639622 6.07397 5.66807631 5.582663976 5.479836967 5.262964109 5.590837862 5.261083108 5.622708257 5.675659189 5.254580439 5.934940226 5.115373959 5.042630436 5.195464489 +LQ03X027900 Probable polygalacturonase 6.319825222 6.195702 6.344441651 6.246080059 6.096937762 5.791830679 5.9191295 6.068718622 6.12638992 5.935830549 6.468597618 6.223945779 5.929711415 5.189665007 5.735452434 5.749872783 5.855187231 5.936088549 5.671113162 6.506029321 6.546588973 6.020765816 5.669384526 6.367246018 6.1607591 6.43592244 5.725011515 6.283063751 5.980159513 6.022819472 6.071493558 5.49677416 +LQ03X027910 Mitogen-activated protein kinase 4 11.92326916 12.11658819 12.71776972 12.2438361 12.27537443 12.88921648 12.64639011 12.73225259 12.03601548 12.01448548 12.71005606 12.31805394 12.64374117 12.88004772 12.62599752 12.5660446 11.92758093 11.08281344 11.15332008 12.65419854 12.52996356 12.51903255 13.08303026 12.86542671 11.85598922 10.96891101 10.99277203 13.16176254 12.52930489 12.2330192 12.87881167 12.93084661 +LQ03X027920 Heat shock protein 83 11.36971509 5.569479276 9.33618574 10.21134114 5.538038365 12.28262809 10.41529463 6.044781096 9.165236661 5.050761588 6.118958468 7.905092434 5.253617302 10.23658413 7.298221256 5.376189418 8.914246383 8.847145564 5.001048174 6.201783206 7.476876317 5.054839094 8.01856578 5.980163365 8.437390034 7.844616864 5.425026083 6.274142634 6.552446103 5.250458481 5.242815098 5.651152394 +LQ03X027940 40S ribosomal protein S10-1 5.298959842 6.264449821 5.262907148 5.590529293 5.664653978 5.861239473 6.015967966 5.55935464 5.152266408 6.204811458 5.294115087 6.135689763 5.806041202 5.550224207 5.872637634 5.651628549 5.320937157 5.488696982 5.756230975 5.181943676 6.370234789 6.004502063 5.717605879 5.284530341 5.346807811 5.491151333 5.640141239 5.399843645 5.461343574 5.361603424 6.002471586 5.07557345 +LQ03X027960 Monodehydroascorbate reductase, chloroplastic 11.59580869 11.42536916 11.41243343 11.30519901 11.17982502 12.30429831 12.31315098 11.88218054 11.62978483 11.12579728 11.58660533 11.46041462 11.47110728 12.19618289 12.26925455 12.05507116 11.96629823 11.53752137 11.53873902 11.38660926 11.22102729 11.05080291 12.13922583 12.90063982 11.81507115 11.44743215 11.55468985 11.43902578 11.65643047 11.58408028 12.13239836 12.99356467 +LQ03X027970 Predicted protein 8.4485712 8.814674292 8.117305571 9.90528798 9.624752934 13.66319351 13.68321966 14.19611396 8.544383426 8.693251741 8.709898585 9.780978195 9.110699472 13.62158473 13.50828901 13.82398718 10.48333747 9.111706705 9.178408908 10.66505129 8.70460445 9.619994209 13.70738033 13.22080248 9.07634847 8.1753579 8.543212462 9.915350573 8.127941018 11.67228974 13.12075706 13.3152902 +LQ03X027980 1-aminocyclopropane-1-carboxylate synthase 5.038626274 5.356791108 5.377418873 5.49070038 5.389891945 5.31031202 5.257515866 5.651988419 5.315290683 5.626415047 5.707403692 5.163192823 5.515519605 5.175329307 5.670512031 5.117887126 5.687189166 5.334819842 5.825441627 5.493682495 5.553498113 5.175677551 5.764616977 6.573231234 5.390384158 5.338375497 5.746896275 5.239376796 5.528093357 5.448262381 5.978710696 5.27062161 +LQ03X027990 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase, chloroplastic 5.010976687 5.399215103 5.301823474 4.871505423 5.89050635 5.0037688 4.903382262 4.958735731 5.057667753 5.204582751 5.563253109 4.92092588 5.822292426 4.925645376 5.05514783 5.218126669 5.202521804 5.373166509 5.111548223 5.444140957 5.032272456 5.387147871 5.539654961 6.296395511 5.261164039 4.980359692 5.421995829 5.50857429 5.202246467 5.577807046 5.672101016 5.295187305 +LQ03X028000 Putative DET1- and DDB1-associated protein 1 12.68880263 12.10556985 12.47315151 11.89397876 11.64741418 12.31361514 12.37884755 11.5591428 12.54963046 12.41876899 12.38573627 11.85324099 12.03428587 12.25660541 11.88612058 11.88204833 12.90907601 13.31837175 12.83362248 12.92397157 12.89343767 11.81686098 13.15377725 12.34397436 12.49321305 12.39220822 13.04115431 12.5147016 11.54390628 11.67141834 12.60811422 12.00072372 +LQ03X028010 Predicted protein 12.30807648 12.67624831 11.39903239 12.17356162 11.38115641 12.25685953 12.50253989 12.36753032 12.39294013 13.05310082 11.84308673 12.17135463 11.57928288 12.18807918 12.39226989 12.40562446 12.66071784 12.54644786 12.05595686 11.10586049 11.1970747 11.73423954 11.71409367 11.58795209 12.54952098 12.80394768 12.50373193 10.80540035 11.06028161 11.84012296 11.86793307 11.64179903 +LQ03X028070 Serine/threonine-protein phosphatase PP1 13.59052451 14.02374398 13.42019483 13.06363449 13.35024623 13.23011424 13.75763232 14.0565303 13.79725965 13.98532194 13.36220052 13.09985089 13.24211672 13.51546058 13.71634406 13.77888 13.8879859 13.93673776 13.86401418 13.5354989 13.81438324 13.57493545 14.71217472 14.6744906 13.71934202 13.79916629 14.01329816 13.42884928 13.75188602 13.55860293 14.66396593 14.7416623 +LQ03X028080 Putative uncharacterized protein 4.985501844 5.391297537 4.939369508 4.926813658 5.104711837 4.924838762 5.018874012 5.086362374 5.64542305 4.993424219 5.063491594 4.983379273 5.007760858 4.858077407 4.946635029 4.880088923 5.32082332 5.113248695 5.022386114 5.100266588 5.541628248 4.787807484 5.299020519 4.909255817 5.085877928 5.257568997 5.384162756 5.377884347 5.179972672 5.020154773 5.323364824 5.197747047 +LQ03X028110 Respiratory burst oxidase homolog protein F 5.386062049 5.67121649 5.534069403 5.699440869 5.717605397 5.381346915 5.757473401 6.405043048 5.545839939 5.688417857 5.072459827 5.582815414 5.267772268 5.451454143 5.31961277 6.153983505 5.276492018 5.733371767 5.833672094 5.253226376 5.684409001 5.738216188 6.040600346 6.063267465 5.645941775 5.299001599 5.768680487 5.806376425 5.412124375 5.877112627 5.619491786 5.735158628 +LQ03X028140 Putative uncharacterized protein 4.769218605 4.768843142 5.011983869 4.513611947 4.556478455 5.061267274 4.595539907 4.692894711 4.717574933 4.809646996 4.939563689 4.517242334 4.720590178 4.869033889 4.654218221 4.65187823 5.006049547 4.931200323 4.907877274 5.151724382 4.766129796 5.068592934 5.086582119 5.079532175 4.916541358 4.966265557 4.733028496 4.907756736 4.7370774 4.909307626 5.294576414 5.206568701 +LQ03X028150 Putative uncharacterized protein 5.610108075 5.436998721 7.007644782 7.394132607 9.200736764 8.238035894 8.022883938 8.589622649 5.102457099 5.32380873 6.793759248 7.904816601 8.834818838 8.339791881 8.414536333 9.080872681 6.902652734 5.644059116 5.32896806 6.898940223 6.097674622 7.221013269 7.175081205 7.527925194 5.642645451 4.960257926 4.866095672 6.478045307 5.874079214 8.400332478 8.783860288 7.867854759 +LQ03X028160 Putative uncharacterized protein 6.815686628 7.882402537 8.325945851 8.298079477 9.650249777 9.731787701 10.04693546 10.64619772 6.785907147 7.028167191 8.420204297 8.639641669 9.615244351 9.867137102 10.36003844 10.50277603 7.463108869 7.517687882 7.248652702 9.29248024 9.572735785 9.533553972 12.23545438 12.2061564 7.29900064 7.293291059 6.8574521 9.130625096 8.964673385 11.20757307 12.30031609 12.4342848 +LQ03X028190 Reticulon-like protein B3 14.45464756 14.3194867 14.21774218 14.62433313 14.67033751 14.45061514 14.31109599 14.29323418 14.5166984 14.45730598 14.39808619 14.68754333 14.5772784 14.49357947 14.29776751 14.23713328 14.3104917 14.08746274 14.08445279 13.66348182 13.49839109 14.56368667 13.52543954 13.86255394 14.49689371 14.18169795 13.92456151 14.17624641 13.73945378 14.44789306 13.2235469 13.94000952 +LQ03X028220 Potassium transporter 3 5.302716338 5.686031914 5.605634609 5.519087656 5.159527057 5.626739414 5.740071514 5.507661266 5.248923717 5.558728138 5.228684353 5.314141905 5.411356255 5.652886141 5.741720664 5.396486167 5.764480965 5.72064983 5.98067727 5.540886356 5.521244223 5.501549295 5.982999432 5.199322633 5.423431751 5.276145394 6.460748169 5.586296764 5.487319177 5.179186212 5.174626841 5.755727899 +LQ03X028230 Calcium-dependent protein kinase 3 11.20056245 11.88142406 11.18384769 10.93859665 10.76231362 10.56311232 10.49720134 10.53197264 11.23530533 11.58507486 11.38785338 11.17384198 11.09077816 10.63352966 10.6080009 10.730026 11.28331688 10.56980545 11.44677353 11.24570315 11.0682118 10.96550458 10.5009425 10.71067336 11.46629432 11.19999962 11.49307775 11.32444742 11.11556072 10.99071588 10.42076275 10.45013167 +LQ03X028240 Predicted protein 6.253530053 5.860408056 5.404751257 6.035725347 5.65825194 7.69020981 6.883461001 6.810703557 5.761475943 5.641518873 5.467747586 6.313029797 5.768222348 7.443804581 6.50568054 6.941320788 6.189249097 6.326385522 6.843568467 5.81816779 5.982705777 5.611649939 6.841257307 5.437609367 6.221309348 6.742536638 6.891050276 5.811536052 6.330782555 5.72920422 6.608072052 5.693879535 +LQ03X028250 Putative uncharacterized protein 5.064906392 5.295182895 5.555438636 5.179247362 5.536288833 5.339333693 5.344047991 5.572717933 5.043588798 5.278014903 5.286596139 4.928303111 5.088671381 5.077211752 5.663496417 5.104526921 5.262643797 5.123022313 5.069026844 5.517937669 5.214021474 5.261329274 5.138472631 4.985084529 5.273545247 4.763570878 4.920049114 5.697109092 5.158657821 4.9815832 6.126512212 5.33508932 +LQ03X028260 Disease resistance response protein 206 11.61875331 11.25940773 14.47842149 15.09265288 14.97274003 9.163483956 9.279787053 8.935895396 11.63708389 11.48301088 14.54096899 15.30883266 15.22869968 9.086754759 11.48997643 9.907987229 12.31026071 12.82303361 12.56726528 14.50134081 15.0110498 14.92385046 7.728713251 9.829901813 11.75203821 12.62048756 12.19686931 15.41374345 14.94765997 15.67599855 7.878214538 9.769794885 +LQ03X028300 Translation initiation factor IF-1, chloroplastic 5.895998441 5.894969937 6.148879667 5.816737528 5.952057119 5.343178666 5.265853353 5.161183423 5.651683698 5.854288128 6.546086451 5.748822674 6.872276331 5.325216786 5.971945767 5.24369938 5.460259386 6.286126793 5.832936846 6.881868798 6.970301883 6.461128985 5.724772558 5.377704164 5.697314498 6.158027157 6.526759902 6.613566445 6.830832894 6.380183707 5.900853135 5.504574075 +LQ03X028310 Putative K( )/H( ) antiporter 13 5.36469592 5.559872515 5.859507011 5.292416598 5.946748927 5.542750093 5.804555791 5.474841355 5.462197602 5.257364082 5.314013045 5.673327616 5.424153134 5.597301477 5.30743278 5.26021778 5.396038035 5.561142803 5.935575661 5.285810579 5.621298743 5.5407176 5.525575987 5.5605519 5.569542435 5.664778723 6.041732109 5.321030821 5.738903082 5.12860595 4.917530925 5.463699168 +LQ03X028320 Putative K( )/H( ) antiporter 13 4.959037692 4.739491457 5.056907422 5.064548375 5.187176491 5.046777271 4.983708493 4.923420089 4.864126501 4.782833935 4.837183856 4.952671844 4.891805194 5.330263107 4.785518369 4.970826703 5.305225346 4.92814088 5.503709048 4.96368228 5.282818762 4.833862153 6.506812004 5.273333667 5.252409657 4.941197307 4.90429931 5.173794327 5.090027759 4.604249224 5.296894094 4.890845276 +LQ03X028360 Putative uncharacterized protein 5.888404523 5.814547304 5.600359661 5.738754869 6.058070884 5.77171509 5.678718853 5.744083507 5.746091777 6.089485896 5.724187383 5.576530666 5.907445091 5.792802869 5.950869254 5.551089595 5.619075813 5.574500712 5.767230726 5.575783528 6.381526592 5.67262122 5.304034325 6.075271669 5.854754243 5.7374466 5.719908636 5.881833606 5.643561067 5.721142677 6.130470625 5.021396538 +LQ03X028380 6-phosphogluconate dehydrogenase, decarboxylating 11.33724962 12.15193751 11.42501971 10.72345738 11.47154919 10.07929879 10.81780968 11.79639387 11.35287879 11.52460096 11.5708734 11.01474703 11.4709391 10.29689071 10.90825825 11.18742858 11.13216286 11.08147029 12.31200116 11.44499531 11.66286323 11.20677542 12.0363324 12.55938895 12.02827354 11.53828381 12.62964326 11.86662509 12.27140247 11.87075012 12.07141708 12.94197224 +LQ03X028400 ABC transporter C family member 10 10.21996582 9.800002984 9.531307938 10.41243549 10.57338529 11.13253744 10.93980996 11.27653115 10.75399925 9.993226756 10.30232477 10.86943362 10.59211579 11.70383274 11.41429937 12.22214322 9.500348168 9.082787037 9.707921119 9.495023883 9.688475635 9.184415045 9.506531445 8.867261865 11.24162929 9.983704237 9.476698914 9.075332524 10.01633023 9.143118699 10.88795055 8.56138242 +LQ03X028420 Probable inactive receptor kinase At4g23740 12.52068105 12.58036356 12.56445353 12.1511368 12.03208095 10.16176405 10.26348403 9.982426954 12.37255812 12.33952613 12.27887204 11.94783746 11.64806115 9.92843838 10.51950522 9.787027107 12.10406654 12.69131118 11.69338185 12.46795754 12.75193153 12.25883646 10.24357289 10.16402759 12.08103985 12.75935713 11.77023592 12.38712141 12.47649286 10.90911121 10.1668935 10.12421787 +LQ03X028430 Ubiquitin-conjugating enzyme E2-17 kDa 5.664676895 5.794968193 5.252651136 5.792311943 5.4627215 5.70128091 5.589611516 5.403256175 5.607283001 6.249887697 5.452063317 5.763792037 5.716943758 5.613486952 5.605712323 5.090961133 5.509372521 5.811737484 5.556028922 5.311321792 5.818406104 5.905702212 5.311030189 5.030712487 5.669227805 5.317682989 5.425640693 5.368916745 5.284004339 5.734927063 5.312843972 5.55402982 +LQ03X028460 Predicted protein 11.8075093 10.48741661 11.71445171 11.31629282 10.84649831 11.385979 11.20365125 10.56257515 11.50879428 11.18086577 11.53471491 11.51225315 11.42514445 11.5182073 11.25520234 10.86317521 11.80981395 12.32270005 11.86989921 12.02537495 12.1732566 10.97724219 12.12519308 11.6366224 11.8454326 12.20762009 12.411374 12.09191835 11.13908813 11.21171048 11.99459052 11.51318751 +LQ03X028470 Arabinogalactan peptide 20 13.10543146 13.07374626 12.50343361 11.8825385 12.42709648 9.44993149 9.868893172 9.996898132 13.06724118 13.60752834 12.41329205 11.87018629 12.04263532 9.776693549 9.75375298 10.04544165 13.14268374 13.37180113 13.61140521 11.94565441 12.63565377 12.70537303 9.737238666 9.749135352 13.15723035 12.97103593 13.53649305 11.34903346 11.71251663 11.20246248 9.477419953 9.779949751 +LQ03X028480 Putative uncharacterized protein 12.64957502 11.53628345 12.82334958 13.21302228 13.42983528 13.44351229 14.11221645 14.54440979 12.40360089 11.64470468 12.28108749 12.91545802 12.58691119 14.27973152 14.19110593 14.22548114 13.52687549 13.49315416 12.30918345 13.5630984 13.34498083 13.09538624 14.40972899 14.05517586 11.8361841 11.81109466 11.98454088 12.96711226 11.70256168 13.87533814 14.41463648 14.28122694 +LQ03X028490 Cmp-sialic acid transporter, putative 6.398618658 6.099039204 6.515272687 6.690143636 6.734608845 5.721026931 5.405547693 5.563757943 7.108484324 5.864084701 7.324013811 7.04332467 6.620072256 5.997143653 5.75812928 6.186697064 6.976013962 6.433276521 5.727535461 6.023759742 6.47916455 6.865613025 5.720929793 5.34927209 6.999365449 6.84663182 7.224551501 6.817877933 6.123365558 6.823113456 5.688604366 5.318440978 +LQ03X028520 Putative uncharacterized protein 4.501660451 5.064187358 5.032314162 4.624993211 4.894805261 4.68762932 4.758685271 4.730761446 4.798332335 4.597559053 5.033394537 4.682217674 4.88037333 4.687147428 4.673802195 4.772857371 4.711121078 4.751005059 5.221022348 4.728994771 5.187077253 4.796541758 5.156767593 5.088269923 4.517659835 4.641565665 4.848248647 4.5150021 4.878447055 4.680073955 5.092041768 5.139009404 +LQ03X028550 Putative Predicted protein 5.614890449 5.314510412 5.170111728 4.988513628 5.398004938 4.927293699 4.998640857 4.918395412 5.576411812 5.177556087 5.796495679 5.082986728 5.379850446 4.781180061 4.936902106 5.014486607 5.935468525 5.923205062 5.469639419 5.376660897 5.440777143 5.818423119 5.677745746 5.371854902 5.743269662 5.86499052 5.409915391 5.650530361 5.64768163 5.569983337 5.61624525 5.267662631 +LQ03X028560 Putative Mitochondrial substrate carrier family protein B 5.679139322 5.360140084 5.936419803 5.437010272 5.694590804 5.652367079 5.780072359 5.88679705 5.945049777 5.67774424 5.65465687 5.636487184 5.965369886 5.487486574 6.321606403 5.554054664 5.876367241 5.896469403 5.999926882 5.835399219 5.012366123 5.418461276 6.473203578 5.890927237 6.042682257 6.072491323 5.903072491 5.978516528 5.289002151 5.814274229 6.173680885 5.956496887 +LQ03X028570 Putative Predicted protein 5.514675596 5.227162906 4.906417393 5.118140187 4.728178949 5.677230041 5.215823696 5.553572464 5.318580463 5.249475034 5.537883127 5.084976646 5.171112534 5.626812206 5.17115885 5.528045095 5.452745572 5.185895648 5.610208727 4.753288373 5.11939645 5.375622123 5.060026789 5.096150713 5.158017822 5.392429549 5.286978693 5.410795626 4.812738131 5.550019523 5.435710136 4.911953838 +LQ03X028590 Predicted protein 9.368014007 9.303199698 9.562816487 9.781463447 8.50188494 8.281522442 8.470726685 7.797687571 9.312655406 9.020884472 9.745236586 9.671859897 9.035369277 8.518872449 8.706437748 8.08261835 8.955912422 8.680697714 7.735667129 9.075305916 8.401602957 9.04434714 8.74761823 8.315926147 8.988221992 9.017433525 8.23443944 9.283803935 9.480790128 9.025871101 8.085672806 8.29079921 +LQ03X028600 Putative High mobility group-T protein 10.51310095 12.18294065 7.749444711 6.353402203 6.558613884 6.168502595 6.252541585 6.259446176 10.99134557 12.40193804 9.481574181 6.904847629 7.226511351 6.135413064 5.958515398 6.249556999 10.96005599 10.69539632 13.13575676 9.188794204 9.382779632 10.3115697 6.263758808 5.729727899 11.83179825 11.88258254 13.28123457 7.316735107 8.960683236 7.592097136 6.480782848 5.740155756 +LQ03X028630 Putative uncharacterized protein 11.17161175 10.40676897 12.65428556 12.47974354 12.69646319 13.37546536 13.41657888 13.69262558 10.95837826 10.13690028 12.43050912 12.78689573 12.53324175 13.6197517 13.67425657 13.59069065 10.58844196 11.14427356 8.90821352 12.40137955 12.61059997 12.241928 12.80712929 13.46873451 10.10426432 10.79789954 9.137994194 13.03235879 11.81553354 12.50247305 12.89548326 13.68633282 +LQ03X028650 Hydroquinone glucosyltransferase 9.544130199 9.798845641 7.648944553 7.701659409 7.405170052 10.38959109 10.25622734 8.782943356 9.108383931 9.108672194 8.037681876 7.637436018 7.812077268 10.11126975 9.778733247 8.337395812 7.894214683 6.979630153 6.59461719 6.758580669 6.162805945 6.882874654 9.409874213 8.707239053 9.794341946 7.694205166 6.330400072 6.245193348 7.386509655 6.894429738 9.404293011 8.141731836 +LQ03X028670 Putative Nucleoporin seh1 6.364189917 5.794208747 5.754426729 5.742807751 6.432030332 5.236176544 5.802181993 5.518555236 6.091943857 6.424007537 6.018565104 5.958343791 6.304661248 5.329150415 5.559118506 5.343419151 5.665607371 5.393659119 6.284313509 5.581501969 5.938842747 5.995000812 5.591509368 6.394963657 5.661169871 6.034766222 6.325707171 6.355472116 6.987284254 5.893061245 6.795452057 6.121197507 +LQ03X028720 Putative uncharacterized protein 12.50124219 12.26079091 11.72181257 12.1414418 10.06909236 13.61573276 13.19789548 12.01470626 12.16028408 12.75311875 11.74101347 11.64006775 11.42331192 14.16568185 12.77607329 13.29170493 10.41938738 11.85070233 10.81017149 10.34980786 11.68276594 9.728532764 13.30828215 12.86140578 11.63711704 12.14849117 12.0743307 9.510441447 11.66237038 8.426075972 13.97290091 12.35318584 +LQ03X028730 Hypothetical protein 10.99514571 11.32522052 9.532769982 10.56467008 6.692120447 9.43652759 9.203232004 6.847177464 11.02376372 11.41281723 10.09148375 10.36724585 9.492173737 10.72352543 9.3576432 9.174263265 8.844056222 9.830496434 9.590763387 7.258438662 9.093350633 8.649657872 7.755368617 6.024007699 10.33363925 10.98365142 11.32581425 7.215141964 10.45748607 5.9744725 9.825882602 5.218960349 +LQ03X028740 Hypothetical protein 9.952335065 8.591301247 9.646427312 10.90297218 9.743452967 9.916069854 10.0248308 10.03919913 9.897760699 7.838666451 9.686288306 11.21309298 9.749580559 9.923236058 10.2987543 10.46747963 9.441882843 9.155503683 6.897037466 7.613609176 8.34150061 8.986323839 8.501671954 7.410124388 8.465379534 9.247668526 6.106621817 8.433901788 8.01360666 9.167930786 8.486081367 7.497989873 +LQ03X028750 Hypothetical protein 6.910406608 5.53668865 7.323826287 7.782570093 6.67389583 7.381399805 6.679963891 7.327814662 6.916008466 5.240738456 7.055475679 7.683288967 6.302096008 7.555147963 5.5799977 6.528738834 7.402094147 6.514654382 5.810008537 5.72950795 6.143737714 6.614684108 5.20526706 5.73785833 7.201100969 6.265623202 5.612486426 5.482876216 6.618893759 7.132562187 5.702814132 6.394372992 +LQ03X028770 Hypothetical protein 8.817090743 7.85073192 10.63298031 11.6210538 12.49437551 14.50997914 14.54544181 14.31067423 8.32451405 6.390494904 10.05541982 11.83203301 11.3650141 14.5906527 14.23110874 14.98057137 7.269269498 9.864428205 6.366322054 10.06859743 10.4859753 9.855013128 14.21900033 14.55015676 6.297098683 8.264068971 6.187566557 9.044983026 9.798508543 10.90966746 14.20316959 14.18055985 +LQ03X028810 Hypothetical protein 7.025853782 6.056400326 6.737313377 7.187255161 6.408427256 6.745445535 7.38143629 6.895903873 6.532751331 6.767482644 6.29098773 7.063943272 6.215170944 6.694463272 7.294960409 7.083740334 6.593047808 6.457179602 6.422063017 5.898403878 6.211465315 5.964268896 5.730981058 6.178680963 6.348923195 6.546342204 6.860931606 5.558734824 5.4654538 6.203897569 5.46690279 5.80002491 +LQ03X028820 Probable polygalacturonase 6.21886137 6.352695572 6.247519337 6.301244558 5.863926859 5.852614077 5.445142503 5.678684184 6.579313112 7.400344743 6.217018206 6.304562754 6.458463816 5.956320763 5.93423006 6.018258519 5.876400408 6.114564368 6.651004834 5.871470894 6.504025967 6.130417411 5.378681571 5.665791287 6.428698173 6.148474627 6.213143514 5.401595006 5.705354973 6.432323735 6.153509762 5.309869238 +LQ03X028830 Abscisic acid receptor PYL8 13.37168709 13.24498024 12.90390356 13.33819058 12.52535718 13.95601595 14.10747265 14.08250733 13.41668984 13.10648414 12.76226695 13.25825073 12.52059186 14.33509786 14.27716446 14.08425589 13.31610173 13.69112698 12.97880351 12.67464339 12.99026385 13.36552059 13.2761558 13.0671071 13.1958932 13.26319733 13.05126929 12.83913018 13.0508484 13.5028655 12.95576758 13.2696097 +LQ03X028850 Putative Ethylene-responsive transcription factor ERF061 4.905034896 5.225358207 5.269282907 5.176622245 5.15372792 5.618216046 5.11044326 5.165837791 5.113735549 5.104775738 5.068053846 5.290872819 5.700327879 5.269682519 6.188997972 5.271951284 4.937994612 5.238348307 5.470844641 4.998410396 5.274833008 5.016954304 5.363276666 5.277205396 5.127524758 5.066791781 5.37488453 6.26357565 5.9605065 4.861090284 5.585143855 4.942594763 +LQ03X028860 Predicted protein 10.27805814 10.65654564 9.869118984 10.96272706 10.22757608 10.28090398 10.34246688 9.630467685 10.73077554 10.51052168 10.14790801 10.93818553 10.25087996 10.40816035 10.65570038 10.22319113 11.05805317 11.14508897 10.58627402 10.0448128 9.981807319 10.22660448 9.445281482 9.493954231 10.93940006 11.08203288 10.38267578 10.34754112 10.61416166 10.33106096 9.477793819 9.272354449 +LQ03X028870 Endoglucanase 6 6.50056501 6.027483711 6.562832008 5.647684822 7.005098435 5.702286752 5.355256132 5.751226117 5.906375026 5.892210564 5.695300114 5.778189484 6.35557196 5.186182515 4.984470351 5.625644973 6.435856701 6.913249052 6.813400812 6.946719078 6.809814492 6.013356855 5.844170301 6.36330973 6.452602297 7.241664605 6.824751717 8.256479955 7.058371025 5.696717078 5.853864526 6.297439605 +LQ03X028900 Putative Fatty acyl-CoA synthetase A 8.545616129 8.690217066 8.712426924 9.839167398 9.465544513 9.958711119 9.709245297 9.941816931 9.132652799 8.218026491 9.213351581 9.53140619 9.582874536 9.996026309 9.200712868 9.89783242 9.000259583 8.259836451 7.958751149 8.886512553 8.704378316 9.332164114 8.31933616 8.661935408 8.607341079 8.120110118 8.01452211 8.877972165 9.215381914 9.057556266 8.347784122 7.949330492 +LQ03X028960 Putative E3 ubiquitin-protein ligase UBR7 11.95166936 12.38813555 10.63514943 10.5129602 10.82876262 10.97351998 11.15872945 11.35314512 12.34129597 12.36770589 11.03333598 10.85803401 10.95814402 11.24478006 11.33811449 11.25002744 11.86889811 11.28403307 12.59218318 10.75667732 11.0542955 11.16056795 11.68836488 11.6216266 12.74398258 12.25060135 13.21378822 10.77515881 11.53329571 10.95580808 11.85514391 11.81587161 +LQ03X028970 Predicted protein 5.665883882 5.776359894 5.983324977 5.164240823 5.685848134 5.28623332 5.219283079 5.567820661 6.269680395 5.99531892 5.661921292 5.277060468 5.501286862 5.582563044 5.239202663 5.485193317 6.143839468 6.259354766 6.414290767 5.247289923 5.575035288 5.614764981 6.000302241 5.289951196 6.153742012 6.25646681 6.056105618 5.516834308 5.378401039 5.573724815 5.275285511 5.083865974 +LQ03X029000 Putative uncharacterized protein 12.74592728 12.34147803 13.7849573 13.98536878 13.75231515 14.11358392 14.34678828 13.78373268 12.73887325 12.35311147 13.59255493 13.71951722 13.67202631 14.14790027 14.18099645 14.26195981 11.89812736 13.16092691 12.03753261 13.39564748 13.72249904 13.069329 14.19904676 13.44113794 11.94011807 12.97384801 12.3565451 13.55776847 13.36394323 13.69827635 13.92642972 13.30884498 +LQ03X029010 Putative uncharacterized protein 5.114127413 5.174534169 4.833733043 5.032029436 4.935622999 5.081812379 5.396175106 5.218344389 5.03653578 5.156870488 4.940700504 5.327652126 5.141794768 5.122350488 5.337708571 5.142608597 5.192444008 5.224152904 5.257165642 4.966250782 5.679968794 5.096047238 6.2128875 5.140961879 5.096802503 5.266073698 5.317503696 5.075828265 5.842991012 5.314004345 5.114858685 6.275311751 +LQ03X029020 Nucleoside diphosphate kinase IV, chloroplastic/mitochondrial 13.03384321 12.98919868 13.20676098 13.72556858 12.85674976 13.51988879 13.49499278 13.0485491 13.17862416 13.06320386 13.29542377 13.71493383 13.18122372 13.33993562 13.74449681 13.37509335 12.69254865 12.78316438 12.44021574 12.56110533 12.88780585 12.83087258 13.09596322 13.05191746 12.81708092 13.03031606 12.20806826 13.20786863 12.67254645 13.41287049 13.20573565 12.53501772 +LQ03X029030 Predicted protein 14.02489746 13.85689905 14.09456253 13.76847291 14.11444917 13.9141819 14.2018758 14.34552932 14.28688693 14.12271981 14.0323128 13.86216113 13.96916024 14.34255814 14.28848928 14.27867023 14.02884378 13.80858261 13.64701764 13.85088794 13.77063986 13.66172331 14.24890725 14.35923736 13.78206998 13.38622697 13.4151201 13.90258959 13.87022599 13.91696944 14.41049645 14.55795651 +LQ03X029040 Putative uncharacterized protein 13.27897225 12.95976512 13.95173605 14.12348793 13.95405398 14.13075836 14.20436482 14.13287793 13.55063852 13.26312351 13.75657637 13.94050737 14.14208966 14.26428378 14.45092337 14.43776254 13.18108912 13.75579013 12.85446507 13.44296563 13.8291328 13.63599493 14.05195877 13.76069803 12.67153633 12.80643598 12.69243293 13.9785905 13.80333461 13.86781488 13.85175936 13.59198825 +LQ03X029050 UDP-glucose 4-epimerase GEPI48 6.91531692 6.833096698 6.50973161 6.291962662 7.874832823 8.061123597 6.131640985 7.89467647 6.974424036 8.179957308 5.810345266 6.129353796 7.160068972 8.299131769 5.949798658 7.791243886 7.925412162 8.314058625 9.593212801 8.916030023 8.740212879 6.069195009 10.05136443 9.117763673 8.325223407 7.736105196 8.371719971 10.4720928 7.815846 6.448742109 9.112063098 8.913334152 +LQ03X029060 Dynamin-related protein 5A 13.18583454 13.84373118 13.31952998 12.75566976 12.86842153 12.25010778 11.51155809 11.63534621 13.22957271 13.53008752 13.6434249 12.64910545 13.11750268 12.33497124 11.96477014 11.66237854 12.76822887 12.87551087 12.35987031 13.0907938 12.72402077 12.99572833 11.51502339 12.14168374 12.8037282 13.25566078 12.54290771 12.9513848 13.42964865 13.03001595 11.81035423 12.31330534 +LQ03X029070 GDSL esterase/lipase At4g10955 12.54045996 12.93292664 12.69798175 12.85753708 12.8999969 12.31199813 12.21300462 12.34484593 12.80647591 12.83206202 12.68720026 12.8921037 12.95174836 12.73683929 12.56034339 12.62278096 12.43311425 12.40984873 13.1607645 12.76561733 12.90056246 13.03144065 12.75024435 12.96893559 12.97142292 13.18964159 13.36824411 13.12579384 13.32796566 13.79217196 12.73091316 13.17142124 +LQ03X029080 Hypothetical protein 5.362592678 5.065650663 5.179081922 5.153670382 5.305260296 5.014983554 5.104807655 5.127236501 5.284836376 5.126634801 5.212851478 5.007672963 5.356769281 5.181882273 4.864603963 5.083747444 5.311939494 5.384288601 5.364398848 5.00342788 5.268265049 5.359683745 4.936705953 5.550881062 5.10573443 5.242880611 5.336089249 5.477296531 5.211730498 5.024033666 5.039497294 5.363044997 +LQ03X029120 Putative uncharacterized protein 6.257393155 6.450121574 6.023417095 5.719319365 6.076363995 6.241545834 5.625332106 5.930507633 5.995859334 6.271790037 5.68387839 5.708754978 6.147098665 6.136678765 5.475812194 6.071206392 5.746093077 5.890977701 5.664166126 5.606978273 6.159709685 5.723698394 5.427401153 5.860750644 6.032151396 5.998497659 5.946930226 5.260267905 6.136918027 5.609721556 5.719860596 5.910299404 +LQ03X029130 Putative uncharacterized protein 5.042973677 5.136098541 5.671237236 5.108913259 5.291365129 5.224290531 4.938711415 5.353419164 5.053099661 5.100853867 6.129257949 4.713110689 5.226451346 5.076110978 5.033172184 5.344722221 5.091140231 5.042878813 5.014472629 5.415839895 5.369889761 5.21049793 5.538469475 5.544677455 5.338986794 5.301350622 4.770572428 5.265746871 4.833606993 5.516327814 5.569758571 5.850235117 +LQ03X029140 Putative GDSL esterase/lipase At5g08460 5.73672269 5.620189486 5.557958104 5.791781069 5.358257259 5.393279787 5.372057772 5.421416994 6.326138794 5.727624059 5.416145619 5.650350777 5.506621094 5.357739566 5.09993993 5.564756401 5.620091222 5.750463536 5.235826427 5.249997077 5.713366443 5.595851376 4.922898629 6.044713148 5.38713134 5.397561181 5.920904015 5.759825219 5.792572518 5.743670476 4.872157445 5.410678489 +LQ03X029180 Predicted protein 11.35842821 11.59929245 11.26832365 11.73959117 11.3741586 12.21851567 12.50906954 12.29392281 11.81451808 11.6888317 11.78093017 12.12123324 11.40111439 12.34231682 12.40910377 12.60588337 11.40718016 10.77326475 11.78060181 11.75056479 11.3717831 11.68433754 11.9540384 12.3087318 11.6421786 11.22714014 11.54902697 11.98905243 11.3963773 11.94137327 11.88076912 11.94670129 +LQ03X029200 F-box protein SKIP8 5.350960483 5.095525866 6.112739201 5.652803231 5.635397511 4.941093495 5.344143944 5.545269487 5.346263606 5.431666108 5.678462816 5.94018137 5.761839818 5.394441414 5.626759128 5.935722308 5.677378456 5.602155892 5.902294186 6.142695652 5.297092307 5.495516347 5.548191884 5.189247715 5.300514929 5.858019947 6.360055359 5.528872909 5.916291031 5.94636756 5.67014342 5.356260008 +LQ03X029210 Putative uncharacterized protein 13.76406835 13.54789744 14.40231464 14.15838697 13.95643992 14.55505659 14.56052375 13.87175945 13.98104429 13.71929178 14.36283468 14.17481212 14.4482417 14.6603818 14.41504638 14.22320072 13.47724798 13.38266934 13.38722977 14.1333002 14.14227058 13.53115182 14.8952186 14.5640934 13.59594891 13.66338438 13.76357964 14.09961906 13.94771445 14.00749998 15.15092537 14.1739356 +LQ03X029220 RNA polymerase II transcriptional coactivator KELP 12.88663481 13.09167866 12.911465 13.0151418 12.74040997 13.31465465 13.59525093 12.95730328 13.05610432 13.32461314 12.97692458 13.12271746 13.02761407 13.39394631 13.57002083 13.42370098 12.97495711 12.63902318 12.39812481 13.0592886 12.96608762 13.0223429 13.1320442 12.84716679 13.2191684 12.92902116 12.15983843 13.03904868 12.66819955 13.15263646 13.3054257 12.62536342 +LQ03X029230 Putative Probable protein phosphatase 2C 55 11.29617817 11.28663979 11.25189046 10.80636644 10.59395931 11.20887136 11.27770914 10.8795059 11.30236293 11.01216097 11.27346701 10.53878062 10.78374195 11.42046407 10.78205992 10.96574763 11.22905176 11.64378668 11.35802484 11.55299283 11.25385021 10.26580556 11.32864974 11.24375963 11.1938715 11.23931511 11.05897496 10.9602605 10.56814911 10.03301613 11.03773344 11.05137831 +LQ03X029250 Electron transporter, putative 13.1070919 12.7316095 13.40433504 12.49839955 12.15725027 15.07568506 14.64836334 14.98977394 12.28008647 11.22203192 12.53771734 11.88909629 11.63078154 14.78223457 14.35484748 13.6030803 12.23945997 13.58380857 11.98868196 13.46624943 13.38180357 11.80950006 15.07125616 14.71678038 12.06248515 12.90435191 12.33128059 13.25071142 12.96225907 11.923834 14.59543158 14.45619219 +LQ03X029260 Predicted protein 11.8757325 12.3901696 12.85981565 13.39626162 13.72311677 14.31962985 13.93577811 14.29482157 11.5175455 11.86882517 12.40054261 13.0723411 13.1766079 14.06672836 14.38412393 13.91991529 13.52534309 13.28314882 12.62783173 13.04778357 13.43318989 13.82394599 14.231201 14.39639867 12.21158778 12.55919514 12.13835119 13.59716305 13.65171022 14.98378882 14.34360789 14.5090042 +LQ03X029280 Auxin response factor 9 12.06457878 11.98239754 11.21665883 11.19981665 11.33067111 12.31348645 12.3344845 12.61490006 11.87930545 11.69950204 11.14398873 11.36197505 10.57813514 12.21645951 11.99471225 11.95096108 12.18114817 12.08845481 10.97124065 11.37733714 11.18988549 10.88148768 11.66890618 11.06921232 11.81603666 11.96733092 10.65080197 10.89288404 10.51694161 10.73691782 11.5557704 11.25289482 +LQ03X029300 Cellulose synthase-like protein G3 8.873820334 8.651794607 8.769142443 7.669711224 8.243743919 8.593589322 8.148763159 9.026511631 8.752260343 8.004367241 8.639604343 7.931417208 8.319836316 8.714134131 8.043984903 8.652924443 8.860124214 9.14129263 9.327368912 9.159957067 9.464269697 7.536891371 10.7724477 10.15444695 8.456027055 8.272025451 9.329181261 8.771393721 8.802353259 7.754657853 10.37624595 10.72756563 +LQ03X029310 Cellulose synthase-like protein G3 5.373053677 5.259287657 5.872434033 6.453474309 5.384719745 5.502718093 5.918891957 5.930956576 5.463161002 4.918511132 5.883756393 6.209573186 5.193709874 5.498843492 5.935990728 6.174428544 5.061156341 5.240805686 4.753359346 5.107521425 5.084419106 5.352969076 5.12938784 5.571749751 5.268149287 5.639971167 4.808615124 4.963608078 5.630927695 5.389745749 5.348913606 5.047085364 +LQ03X029350 30S ribosomal protein S6 alpha, chloroplastic 12.03906294 12.37172164 12.14933244 12.77102519 11.84602093 12.75835247 13.04060573 12.43591791 11.90252452 12.07658402 11.78118611 12.81757434 12.02670232 12.84419711 12.65595571 12.7600057 11.48488769 11.79955807 12.31418449 11.91977451 12.53354672 12.27917828 12.99604577 12.42139569 12.18709124 12.25636096 12.94873291 12.40063895 12.42339451 12.5849878 12.96014588 12.27523511 +LQ03X029370 Transcription factor, putative 7.982044769 8.338737244 8.54530186 9.525135294 9.227519791 10.47968817 11.10025013 11.02059979 7.726030369 6.732333113 8.323110574 9.44418667 8.40712966 9.786170131 10.42358002 10.2745561 8.311857489 7.669749437 6.76469936 6.880304429 6.167283856 8.0751656 7.908167901 9.703519384 7.450912443 6.389042425 6.795694935 7.82569281 7.77515603 9.122132869 8.326691266 9.819394658 +LQ03X029380 Cyclin-dependent kinase E-1 10.57814485 10.43732129 10.74117155 10.10087119 10.6855038 10.95192312 10.67526833 10.69454423 10.50754393 10.3564577 10.81029091 10.31505201 10.6664942 10.80982262 10.68528913 10.38908679 10.27042072 9.957878045 10.81845136 10.77964049 11.06649774 10.5137932 11.35161642 11.59131492 10.41262915 10.0897099 10.96051826 10.87580658 11.40526466 10.74500093 11.58467936 11.47765532 +LQ03X029390 Putative Protein RUPTURED POLLEN GRAIN 1 7.659646265 7.070367783 7.652649732 6.489635736 8.128499053 7.331672596 6.264244189 7.703766185 7.493312376 7.644460252 7.481055983 6.311206584 7.579464554 7.22405692 6.374611911 7.421436006 8.404381 8.440630338 9.479886063 8.173676939 8.496791003 7.024482799 9.705672524 8.169607239 8.206409479 8.435702426 8.526885593 9.72512628 8.132856996 6.898091369 8.387335373 8.13650576 +LQ03X029400 Putative Nephrocystin-3 11.00130671 10.76596826 11.26855665 11.65254135 11.73307689 9.919966091 10.29688562 10.66402174 10.88488768 10.74550586 11.13139059 11.68701095 11.73135836 10.1843202 10.66362505 10.32655254 10.38514039 10.86540202 11.49375621 11.58449154 11.59691689 12.04392559 10.38197212 11.01785682 11.19293945 11.24221687 11.84179439 11.78044677 12.04517993 12.36624253 10.14073081 11.29437042 +LQ03X029410 Hypothetical protein 13.69023816 12.80857813 12.97335467 13.23124822 13.52416699 11.87779755 11.91217618 12.47932544 13.26473249 13.25632472 13.26703715 13.18624735 13.41786839 12.03923243 11.67934399 13.20310913 12.64364204 13.10140971 12.85216375 12.94524275 13.58525102 13.54455213 12.15457099 13.18569135 13.57708128 13.35668812 13.43087563 12.90174858 12.96155259 11.63923146 11.33770347 12.20842594 +LQ03X029430 Luminal-binding protein 5 6.575750242 6.029356491 5.789967348 6.376905219 5.656878183 6.032235172 6.104136342 5.574247036 6.279868941 6.402730759 5.699140781 6.297344507 6.363529423 5.440325133 5.95552527 5.736946219 6.157365965 6.720772015 6.463554914 6.337327033 5.813277382 6.364815843 5.464055929 5.51973089 6.209595157 6.273590127 6.454972491 5.940757869 6.39082518 6.069748902 5.20984616 5.344871621 +LQ03X029450 ABC transporter F family member 3 11.63950443 12.01128285 11.58114864 11.66931661 11.99154652 12.37683276 12.0357778 12.35021685 11.89585766 12.045752 11.87121478 11.94000356 12.187296 12.57495707 12.02177219 12.36975965 12.05530903 11.12351179 11.23304351 11.53489112 11.31344748 11.71929997 12.23448235 11.90030419 11.9276325 11.21994412 11.46225128 11.72240488 11.61801705 12.14389969 12.32474383 11.985812 +LQ03X029460 Putative Fb17 (Fragment) 6.175492959 5.598329606 5.806193208 5.464574138 5.71925733 5.099157059 5.514037063 5.214807707 5.770036181 5.629496755 5.403838156 5.348027085 5.526132015 5.153916184 5.267623349 5.453801682 6.195415398 6.03776543 5.482351475 6.02010245 5.561322594 5.539166751 5.545686763 5.630095792 5.673804881 5.761644814 5.890186322 5.75625076 5.832424821 5.566294968 6.280791694 5.864453649 +LQ03X029520 Putative Fb17 (Fragment) 7.897942261 7.830108 7.547079284 8.150462002 8.020796955 7.365386093 6.847083747 7.361540738 8.323642822 8.19917742 7.753677688 7.997450824 8.016708448 7.522572157 7.163967663 7.068618883 7.19069726 6.061350514 6.501052467 7.322262471 6.686194375 6.992363424 5.191401333 5.276123396 7.343758288 5.855262933 6.964122363 5.952877819 6.907783802 6.282614128 5.023334268 4.954231786 +LQ03X029530 Putative uncharacterized protein 12.45018311 11.97670664 13.05082664 13.01618561 12.77662413 12.48399309 12.50925007 12.46098105 12.53922293 12.98111152 13.10469307 12.86777421 13.04165613 12.51717962 12.52797206 12.38905284 12.70934443 12.51341291 12.76321748 13.36893145 13.50091432 12.69671791 13.43492962 12.9755257 12.62007564 12.28103836 12.881993 13.23257723 12.65896164 12.95785643 13.17798483 12.8472153 +LQ03X029560 Hypothetical protein 11.45485899 11.28119563 12.359687 11.99280733 11.96177312 11.66244846 11.91362392 12.06914126 11.56129142 11.03520624 12.04159315 12.08060349 12.22873814 12.07309879 11.99230288 12.17876825 12.70717252 12.6904586 12.25787589 12.75634695 12.4681427 12.04484208 12.71471273 12.56651432 12.05896097 12.30881531 12.00901945 12.42694025 12.98811015 11.92288785 12.90684817 12.44757674 +LQ03X029590 Putative Trehalase 10.22762576 9.973351531 10.14378986 9.594473785 9.233208685 9.698466525 9.425046302 9.458084298 9.836974039 9.940006139 10.01375664 9.442605377 9.669844817 9.71017281 9.510099599 9.375275206 10.41025042 10.6315509 10.91979213 10.40791853 9.94222481 10.22823523 10.44162619 10.17533154 10.45139465 10.59849711 11.00951002 10.54482164 10.13723962 9.978730193 9.561626519 10.04924917 +LQ03X029640 Predicted protein 6.774227125 6.6377448 6.455091857 6.35094774 6.808762376 5.696729788 6.253141574 6.048028723 7.283708507 6.528180583 6.770738054 6.35390223 6.666036432 5.477648972 5.998947383 6.250357932 6.269576413 7.17385228 6.839155664 6.765266745 6.274882433 6.740849019 6.208825739 6.485900957 6.474796937 7.312213308 6.85852215 6.671976918 6.118716753 6.581305884 6.560692435 7.172855983 +LQ03X029650 Uncharacterized membrane protein At4g09580 5.268762776 5.700690809 5.675503294 5.814228969 5.589831967 5.398204406 5.312520477 4.91668181 5.276153596 5.796447395 6.182440952 5.440973694 5.374554579 5.354574289 6.400696814 5.510595028 5.622131153 5.482411442 5.287101003 6.609723533 5.906202588 5.67760729 5.683878839 5.663148357 5.424268321 5.233263004 5.378577284 5.53266441 5.65634634 4.994371165 5.57817933 5.38485692 +LQ03X029710 Alpha,alpha-trehalose-phosphate synthase [UDP-forming] 5 12.67701188 12.34357572 12.24914335 12.3616688 12.21812918 13.32093309 12.91796298 11.98348202 12.35681123 12.32900204 12.08401577 12.3050335 12.06225923 12.76522972 12.39789407 12.62408303 12.84456876 13.41845644 12.22915413 12.74419858 13.14894605 12.41968021 13.24185117 13.02260182 12.58673017 13.24564056 12.17148161 12.57031776 12.73151704 12.27587779 12.77266198 12.56098316 +LQ03X029720 Putative E3 ubiquitin-protein ligase RNF14 9.735462683 10.03066274 9.485873398 9.555991892 9.597189245 10.16964051 9.997824933 10.09045117 9.721813773 9.914775413 9.574399415 9.45782644 9.759063881 10.09884586 10.06547426 10.0657512 10.03199066 8.968018903 10.35015986 9.619503703 9.693021957 9.526870505 10.43012354 10.44560542 9.964420668 9.083826878 10.61840442 9.968814711 9.617196576 9.670492266 10.60104847 10.38814239 +LQ03X029730 Putative Spermatogenesis-associated protein 5 5.758405029 6.019663004 5.708877468 5.89918449 5.673146484 6.214094978 5.884503647 6.076834844 5.872781339 5.56954494 5.520899526 6.223546582 5.933630824 6.261489313 6.046516027 6.041126407 6.11202297 5.803044906 5.804717918 5.801611262 5.819911138 5.54879627 5.159367244 5.954869975 5.760930849 5.867656394 5.999838586 5.717215442 5.910944818 5.766674371 5.856931348 5.767740554 +LQ03X029750 Putative Cell cycle checkpoint protein RAD1 5.295399355 5.398186695 5.176893558 5.377340277 5.118511503 5.597698893 5.485292 5.980026283 5.529096841 5.741758389 4.888621567 5.485291415 5.280524826 5.211103893 5.605858118 6.192161635 5.403197924 5.156772405 5.204397437 4.998209892 5.09569061 5.095609232 5.305018517 5.443205581 5.393512108 5.46169973 5.002985212 5.415299952 5.291157828 5.659516355 4.992105351 5.171263838 +LQ03X029760 Heat shock factor protein HSF8 5.223614251 5.272338595 5.447939796 5.172235437 5.520276484 5.20302927 5.316898258 5.207424471 5.275524672 5.319959115 5.554938834 5.184525183 5.657399689 5.198934621 5.562468119 5.461381698 5.831522609 5.659647635 5.354458637 5.107675147 5.286730048 5.388276348 5.214134656 5.491582093 5.498428642 5.900928798 5.554587516 5.441623676 5.399710357 5.397664057 4.826129275 4.878602608 +LQ03X029780 Putative uncharacterized protein 5.594584846 5.486515803 5.585589328 5.655388179 5.810079332 5.762302604 6.007748485 5.830700944 5.539289681 5.215965362 5.06490694 5.951607151 5.547835843 5.95108953 5.746016685 5.952563513 5.254018832 5.251919897 5.597411515 5.500463499 5.610898963 5.111720607 5.265635012 5.123056052 5.501451156 5.772115981 5.325451711 5.13878569 5.337823904 5.106614154 5.251564045 5.23858602 +LQ03X029790 Putative uncharacterized protein 10.58538821 10.4962148 10.59287701 10.59803724 10.30107036 11.19383823 10.86112626 10.83894517 10.74321662 10.56419826 10.82106871 10.40269154 10.47210958 11.23265964 10.85476166 11.20792351 10.8846454 10.51062975 10.26782665 10.19021899 10.23388044 10.12132776 10.62082888 10.40378315 10.63054652 10.48436358 9.880892685 10.18393487 10.18158796 10.18988188 10.87232365 10.51074964 +LQ03X029800 Syntaxin-22 12.41995671 12.36021126 12.46436287 11.81689538 12.60110483 11.22491592 11.31385133 11.49722762 12.62449946 12.42693919 12.66092508 11.96748444 12.88653337 11.13899302 11.44332153 11.64499686 12.01052324 12.55839787 12.57192404 12.65467467 12.27280138 12.66325826 11.57856524 12.07497374 12.32211902 12.51829143 12.56187803 12.48011675 12.45918062 12.18954448 11.35580207 11.93253304 +LQ03X029810 Putative uncharacterized protein 12.0331594 12.41367259 12.00236976 12.28527602 12.10028447 12.39380599 12.37706796 12.04959603 12.29085358 12.61814282 12.22966988 12.09955944 12.26927371 12.4591752 12.29016174 12.07021109 12.17867221 11.46898246 11.9276846 11.75949092 11.5883513 12.08755447 11.58893563 11.8406728 12.34594908 11.54221549 11.65304564 11.6422962 11.41898706 11.83965598 11.73438291 11.62340681 +LQ03X029820 50S ribosomal protein 4.826714594 5.494606533 5.537918362 4.995636592 5.024901211 4.895257211 5.100062122 5.016246049 5.407294506 6.221700061 4.949403203 5.261810684 5.253829966 5.036553558 5.621857636 5.031537936 5.293277271 5.409265546 5.300042717 5.136880141 5.649968181 5.668715642 5.257356532 5.40144608 5.326089628 5.655299087 5.095802398 5.492969801 5.515091277 5.689897439 5.037569901 4.902429786 +LQ03X029840 Predicted protein 12.32485057 12.5322868 12.90343265 12.43269777 13.42168567 10.32660663 9.938481929 10.00523498 12.73624266 12.31437729 12.97875076 12.70328308 13.77637509 10.31696632 10.12694812 10.53478732 11.68779726 12.5149925 12.84154383 13.05887613 13.06594335 12.89910205 11.13727588 11.37824232 12.83182928 12.9559216 13.34022754 13.12812572 13.35953547 12.78384092 10.83153705 11.16459707 +LQ03X029870 Probable calcium-binding protein CML17 7.821669076 6.366122219 6.999166456 5.565528087 7.125274737 7.876861924 7.11721441 8.550637046 8.034843201 6.372093738 7.29635354 5.826976694 5.533609409 7.897618598 7.392680996 8.194889454 6.379628007 7.401052429 6.231141222 7.408307821 6.300663236 6.85512341 7.830316323 9.136212533 7.29533007 8.161589599 6.864282429 6.028451195 6.489897503 6.591020208 7.69304849 8.632770752 +LQ03X029880 Plastid lipid-associated protein 3, chloroplastic 11.88237462 11.58434158 11.84129365 11.90630579 11.51367624 13.44071437 13.57635765 13.40005425 11.67123821 11.27815894 11.57189154 12.18619329 11.71783725 13.87769483 13.07160382 13.47860324 11.43609235 11.53334827 11.80999362 11.38439022 11.63897541 11.52844549 13.55069057 13.14955695 11.83159644 11.73145636 12.09839154 11.577053 11.71561354 12.09794728 13.47073564 13.0844726 +LQ03X029900 Homeobox-leucine zipper protein HDG5 5.604065179 5.955468563 6.315565061 5.683056037 6.341383942 5.656308098 5.74487151 5.892307283 5.677786653 5.399690664 6.186362987 5.748044474 5.997258946 5.538047031 5.640479912 6.140195761 5.819316349 5.47098363 5.243183734 6.113379513 5.651638242 5.436429924 5.56478424 6.633838465 5.594970313 5.829513717 5.283803716 5.660349741 5.981144356 5.673884956 5.363331565 7.180434912 +LQ03X029920 Predicted protein 5.009374446 4.999349604 4.918989778 5.379274165 5.300985986 5.657184093 5.198490051 4.968346636 4.954555485 4.791101543 4.992511023 5.009690605 5.137334812 5.03656727 5.157729039 5.105162604 4.917820249 5.171920598 4.934015409 4.950489933 5.312584613 4.73105767 5.378051516 5.308577102 5.069662261 4.780420535 5.003478694 4.862039928 4.822751375 4.862556425 5.517427401 4.997774397 +LQ03X029930 Shikimate kinase-like protein 10.72588503 10.79884757 11.17870566 10.69906242 10.62958996 10.35803759 10.42878438 9.514564361 10.71786223 11.17985766 11.19602252 10.78037883 10.81740253 10.47996052 10.66579765 10.00377873 10.1661299 10.54929861 10.23908139 10.95140804 11.43955222 9.741055804 11.43670745 11.21925414 10.31588683 10.81134073 11.23774903 10.5793775 12.00178761 10.199505 11.29939 11.08696643 +LQ03X029940 Predicted protein 14.80857865 14.83670608 14.83185681 14.36827392 15.05207756 14.24904978 14.51620014 14.90534197 14.71397685 14.25162028 14.81237866 14.56830085 14.78007014 14.5118979 14.8924683 14.55465437 14.6865319 14.29327051 14.59359476 14.50125133 14.61195591 14.59586157 14.68392116 14.64219244 14.48978691 14.14290191 14.5289984 14.4930069 14.93537881 14.95434874 14.7009789 14.95174531 +LQ03X029950 Predicted protein 10.21114125 10.11858199 9.927376844 9.715366132 9.619382319 9.592084712 9.69570937 9.271698726 10.376171 10.56305765 10.04305212 9.914798271 10.04464561 9.883190964 10.12018583 9.827577263 9.922722852 9.756818767 10.16687539 9.668700953 10.15764778 9.247645955 10.28817233 10.43116546 10.27139555 10.48217082 10.43159217 9.635618595 10.7337571 9.825467896 10.44425409 10.42212219 +LQ03X029970 Predicted protein 5.164249214 5.49047697 5.11036495 5.491294431 5.369718861 5.384275915 5.798667678 6.239926697 5.422473308 5.719506608 5.188200709 5.4957106 5.413388483 5.867225522 5.840890823 6.27402633 5.530320553 5.387145058 5.964634596 5.20163515 5.669648872 5.098539531 5.446232662 6.069250492 5.20646357 5.705614247 6.156795089 5.375155202 5.31035814 5.238438387 6.166933768 5.697549098 +LQ03X029980 Defender against cell death 1 12.46458698 12.21063701 11.83018088 13.65304172 12.00987229 12.56406624 12.76328259 12.11480662 12.56197928 12.9457935 12.03297905 13.19687638 12.11504363 12.20416483 12.62344266 12.3717881 13.04904019 12.43194469 12.6790402 11.97985107 11.98597865 12.64520191 11.32014469 11.46654853 12.77724206 12.66076002 12.55829915 12.57986087 11.06632823 11.9210887 10.90678805 11.18970681 +LQ03X030000 Putative Abhydrolase domain-containing protein FAM108C1 10.96903499 11.35842333 9.973123692 8.728614715 10.11699162 9.342313597 9.0077889 9.089575507 11.28631317 11.77784349 10.35267208 8.85877398 9.730233943 9.487616755 8.706144574 9.875526802 10.39044126 9.839716029 10.9898321 9.719243339 9.304507983 9.776066442 8.676752683 8.805380535 11.19790574 10.65377552 11.30821753 8.574340825 9.828988874 8.525570535 8.210292144 8.910932575 +LQ03X030020 Probable xyloglucan endotransglucosylase/hydrolase protein 30 8.438691736 8.720488483 11.00273008 11.92939506 11.45723908 8.053524042 7.767980881 8.024559565 8.986352052 8.327980949 11.22065282 12.34786505 12.51279746 8.470118052 8.050847395 8.486883612 10.55793186 10.05480672 10.95620622 11.87244651 11.19305749 11.47766226 9.057595768 9.012751326 9.187057303 9.368809517 10.10132464 12.89541942 11.66523967 12.77249433 8.866024703 8.929849169 +LQ03X030040 Putative uncharacterized protein 5.281968394 5.171451438 5.151148889 5.421114852 5.029018236 5.100115767 5.460488088 4.926478973 5.391582054 5.771292366 5.520521987 5.403070281 5.277007417 5.123795798 5.939427371 4.990401743 5.197877161 5.483798887 5.717508186 5.803431532 5.107741977 5.009706859 5.888797348 5.648667626 5.443954675 5.363005154 5.46906553 5.842490153 5.3955796 5.212501444 5.088075368 5.139817212 +LQ03X030070 Transcription factor IWS1, putative 13.88065999 14.05546519 13.85807313 13.77373207 14.17588834 14.31224569 14.26373448 14.16790614 14.08145455 14.02780802 14.09991432 13.91369571 14.23102809 14.56136973 14.39429598 14.42628393 14.36446851 14.30803006 14.2065102 13.86877987 13.62439446 14.25290523 13.72515588 14.33379377 14.21712238 14.04514235 14.00078592 14.08821867 13.72711248 14.25918995 14.02724766 14.36381069 +LQ03X030090 Vacuolar protein sorting-associated protein 25 5.024609698 5.062226517 4.97465084 4.833486978 5.170383728 4.741954439 4.660070879 4.984090156 5.507044047 5.277880607 5.154330394 4.70545466 5.102207583 4.703419842 4.828539928 4.697541998 5.293679978 5.044561068 4.94074379 5.277837273 5.085022311 5.091008867 5.368640106 4.894768894 5.003571285 5.137844712 5.050576055 5.43006491 5.058234587 4.940232832 4.688292224 5.854080389 +LQ03X030100 Signal recognition particle receptor subunit beta, putative 12.77361657 13.22797821 12.45575993 12.76728195 12.47588768 12.66105466 12.55945081 12.22001487 13.05843204 13.43313992 12.85432556 12.43554644 12.60360084 12.57922822 12.40909865 12.48593784 13.22751601 12.93125472 13.06366726 12.76641717 12.37525885 12.63651284 12.16406132 12.28054242 13.10251363 13.25490062 12.91530648 12.82945027 12.23392953 12.71800452 12.06136514 12.2627653 +LQ03X030110 Putative Probable phosphomevalonate kinase 11.73815277 11.50097025 11.75508379 11.71848612 11.04371908 11.84920172 11.6071712 10.74923239 11.71883984 11.92228654 11.42929553 11.84209011 11.32111724 11.75287492 11.37332693 10.91502055 11.54817542 11.14621772 10.88417942 10.93043614 10.97319452 10.68189063 11.25807663 10.54458461 11.47769326 11.22034092 10.99801355 11.02659843 10.86417679 10.46174986 11.51660525 10.16289749 +LQ03X030120 Pentatricopeptide repeat-containing protein At1g31920 12.08379129 12.20164063 12.60032307 12.49196788 11.93485276 12.96981012 13.0453569 13.09481483 12.0398376 11.78065611 12.31087797 12.38284824 11.96017975 13.05557462 12.78753967 12.60654126 11.92867627 11.79203935 11.79640014 12.05950175 12.5100706 11.80244005 12.92697716 12.80831414 11.64003989 11.70549987 12.00082102 12.36320908 12.32181569 11.64194517 12.8215967 12.20922647 +LQ03X030130 Putative Guanine nucleotide-binding protein alpha-2 subunit 11.0602981 11.85477712 10.35887332 10.82089817 10.65490122 11.66528548 11.42627435 12.03069889 11.11759766 11.40683591 10.51512382 10.86896625 10.53531725 11.57445616 11.62781197 12.10045638 10.74892776 10.30322041 10.61163775 9.915068982 10.3336339 11.3280361 10.82936186 11.76719967 11.10231432 10.97647492 10.64933646 10.59845063 10.69961773 11.47704618 10.76354652 11.7362826 +LQ03X030140 Putative 26S proteasome non-ATPase regulatory subunit 13 6.741896651 7.029626206 6.580865524 7.061804622 6.287595659 7.047416968 6.882910072 6.919682197 6.880010488 7.077825117 6.507305682 7.518049346 7.050844913 6.99376251 6.829513365 6.674953127 6.285000974 6.971516931 5.578911499 6.862343814 7.021721617 6.597739542 6.513903401 7.374354673 6.791183027 7.092090413 6.657056666 7.194376258 7.363475133 6.517863998 5.93546515 5.948843362 +LQ03X030150 Putative uncharacterized protein 11.75465443 10.76419264 12.99560315 13.44332033 13.49974461 13.36342718 13.68433661 13.88783411 11.7503995 11.68324465 12.9178592 13.68560219 13.65828002 13.82827896 13.26078483 13.91470565 11.673235 12.28562068 11.77988834 12.89513146 13.30603301 13.16074739 13.5843001 13.75483688 11.75202234 11.76353157 11.84901839 13.80340931 12.35862266 13.97099792 13.74090128 13.87223527 +LQ03X030160 Predicted protein 5.60499666 5.89280337 5.702103157 6.025255533 5.675944201 5.732010004 5.420096948 6.22024266 5.492126313 5.923947094 6.072825604 6.048335193 6.097852547 5.68687458 5.65334655 5.826689839 6.024594723 5.789051772 6.186774303 6.505730926 5.630087491 6.40482012 5.658001218 5.63830763 5.682981021 5.574967198 6.239103755 5.745771792 5.704319329 6.664246365 5.733218613 6.623772827 +LQ03X030220 Putative Protein of unknown function DUF1448 5.236053334 5.161521011 5.178944734 5.229601594 4.994710566 4.902493571 5.309506634 4.899326111 5.172168347 5.307916958 5.302007334 5.200444186 5.549979499 4.884627091 4.915716945 5.419206353 4.990634358 5.474645529 6.0705337 5.512875192 5.413797918 5.524265419 4.845414625 5.332694349 5.330347067 5.588186719 5.429636989 5.249003538 5.648577655 5.672169944 5.450034341 5.238394353 +LQ03X030330 Putative Cytochrome P450 76C4 10.28309251 10.58611741 6.987267755 6.54075207 6.198393256 5.614023605 5.094340928 5.608928545 10.03683688 9.725956638 8.227874967 6.102398223 6.298071484 5.496240219 5.323577236 5.337493375 10.79042597 9.411022342 10.10547492 8.395123964 7.918915963 8.450117985 5.356417609 6.100661899 11.09983105 9.943306503 9.015295901 7.36630996 8.011633289 6.319788375 5.654866961 5.482120901 +LQ03X030340 Secretory carrier-associated membrane protein 4 5.396878179 5.637133705 5.320050899 6.071393861 5.004268573 5.568107471 5.856278854 5.730319836 5.987587764 6.50258453 5.676948892 6.444021622 5.586082982 5.755163488 6.676090592 5.658715708 5.155787718 5.805471588 5.856785672 5.815024527 5.39579723 5.553681748 5.53033829 5.048666321 5.363267664 5.694360332 6.275749328 5.700066832 5.642957787 6.001271202 5.004336783 5.558437329 +LQ03X030350 Phosphoribulokinase, chloroplastic 14.39838005 14.25690657 15.07912486 14.84916283 14.94018195 15.27439613 15.27782635 15.34198824 14.36953027 13.54311964 14.78354528 14.90450027 14.94820037 15.3465311 15.2495294 15.2865433 14.14939872 14.31960585 14.10729223 14.44424447 14.40939417 14.40529998 15.12460534 15.37253438 13.85229658 13.98173305 14.06161119 15.00037079 14.95906698 15.25789508 15.11942724 15.31793422 +LQ03X030360 Putative uncharacterized protein 11.68876775 12.12180869 11.7780216 10.98126476 11.55937217 11.22444088 11.36068415 11.01152253 12.1721398 12.06283314 11.83362479 11.10947865 11.82063285 11.48936018 11.6370477 11.32000549 11.41162499 11.93057839 12.3867663 12.17860542 11.98498161 11.96431381 11.94721867 11.89669497 11.86663863 11.59248868 12.59982718 11.57019585 12.05829538 11.79711236 11.99102205 11.97225914 +LQ03X030370 Putative uncharacterized protein 12.21574514 12.13665881 13.35218886 12.3800795 13.27468457 12.52502633 12.94798373 13.28569086 12.15509193 11.81173554 12.94791261 12.24008094 13.21412921 12.83319517 12.84180438 12.89444803 11.6262918 12.36364751 12.07099061 12.58849924 12.82615702 13.27169121 13.68223759 14.02493816 12.09889774 12.56979601 12.32063489 13.20423552 13.58728259 13.6457894 13.96451955 14.1036433 +LQ03X030390 Extensin-3, putative 5.110292158 5.422417293 5.386754925 5.300557897 4.869529653 5.032999515 5.548377302 5.219263244 5.252306795 5.190268052 5.116335783 5.680171418 5.014159056 5.155268892 4.9032312 5.53633351 5.088855366 5.11329879 5.222572009 5.246680182 5.480942336 5.109709171 5.462815565 5.403764371 4.895510025 5.127299639 5.091926712 5.337671627 5.205926008 5.025909809 5.150875091 6.362593921 +LQ03X030410 Putative 50S ribosomal protein L35 5.499705351 5.645052751 6.390305316 5.226717498 5.219999979 5.734746196 5.300259289 6.204405368 5.522305223 5.869667109 6.031128223 5.24515126 5.961222335 5.783559401 5.616633528 5.52774112 5.537706056 5.435252792 5.508279351 5.157622283 5.478571782 5.551160424 5.8525945 5.424890564 5.721527074 5.248831442 5.469632703 5.420952092 4.991643381 5.755128578 5.262341614 5.614505245 +LQ03X030430 Putative COBW domain-containing protein 1 5.516788804 5.742601162 5.783861035 6.200469362 6.063276345 5.694171049 6.372793239 5.549421579 5.714032679 5.903966564 5.794833521 6.196701474 5.416812808 5.873485592 6.386429206 6.169713767 5.599511264 5.977617235 6.326910595 5.524427735 5.861407068 5.758996697 5.512997576 5.343524261 5.229164926 5.891293604 5.531207308 5.739308715 5.935225141 5.66162211 5.603185046 5.538296938 +LQ03X030440 Predicted protein 9.428356141 7.464348177 11.03177995 11.67031326 10.6363981 11.93752875 11.74158891 12.0563679 9.749992735 6.882870393 10.76766138 11.63320453 11.03032129 11.96939776 11.92040733 11.86155641 9.452190222 10.32373349 8.896517969 11.18048741 10.71779905 10.56870538 11.53991006 11.44487433 8.697727224 9.772939053 7.962054832 11.60860359 10.22271814 10.62001774 11.26621119 11.04018954 +LQ03X030450 Isoflavone reductase homolog 11.47098701 11.40890541 12.14758759 11.93548665 12.70775438 12.53951885 12.1134772 12.02580818 11.49830932 10.77025645 12.33565279 12.20884399 12.67585231 12.75739032 12.10832562 12.37184644 10.55532401 10.60251286 11.15639493 11.96071414 12.07617103 11.9566984 12.1477293 12.8092193 11.12563762 11.05429431 11.30610586 12.31377842 12.23270358 13.08553921 12.53452467 12.69392467 +LQ03X030480 Putative Cytokinin-O-glucosyltransferase 3 6.092945519 5.783106278 6.230790942 5.911307228 5.829207719 5.702912003 5.920785837 5.765932302 5.865808188 6.432557823 5.884079667 6.161506737 6.095529298 6.398021766 5.971126028 6.265178722 5.559191374 5.970627205 6.215018711 6.52390777 6.461718198 5.980661754 6.305977683 6.398349815 5.730552229 6.023955825 6.791132313 6.618893965 6.299438783 5.893518492 5.922108366 5.850603054 +LQ03X030500 Putative uncharacterized protein 12.867937 11.7818494 12.19300964 11.32974558 8.67839406 14.09446788 13.11324165 12.45621866 12.14389313 10.83723031 11.37354979 10.24738261 8.116738218 13.59926664 12.37926219 11.98926641 13.64100698 13.42295228 12.94573801 11.91388717 10.96446834 9.8777432 11.88210026 11.63618743 12.55204954 12.05821687 12.08259754 10.76952102 9.841216367 8.515706577 11.08181292 10.95190099 +LQ03X030530 Mps one binder kinase activator-like 1 5.848574919 5.238536692 5.204619835 5.946514852 5.505602797 5.750833468 5.272745622 5.460086587 5.802717223 5.463264829 5.186833257 5.716380184 5.855171954 5.344426129 6.004120973 5.590288453 5.520542651 5.524772854 5.344234848 5.357330673 5.035759647 5.562347664 5.278174714 4.899901809 5.513413046 5.274468614 5.635386175 5.421597057 5.215076497 5.317560486 4.834877488 5.33724302 +LQ03X030550 Putative uncharacterized protein 5.809473322 5.908013139 5.344946507 5.728747447 6.188808428 5.440929194 6.324406521 5.500527304 6.130939666 6.766714005 5.226453472 5.991705823 6.075255652 5.669472905 5.50755239 5.926301683 6.052696532 6.548953288 6.769000219 5.724921112 6.202336951 6.065099951 4.981483945 5.198133276 5.805354372 6.928652117 6.286995264 5.978597643 6.575317484 5.869512501 6.250260386 5.488838707 +LQ03X030560 Hypothetical protein 7.009043866 6.390292091 5.383258457 6.620535903 6.712089965 5.477690055 5.946435376 6.341473422 6.078017914 5.465004423 5.258354673 6.27115927 5.25953452 5.538489605 5.651936741 5.517483694 7.113561087 6.423933911 7.281486535 5.47188137 6.012517307 6.216033995 5.733610624 5.589026814 7.225387649 5.928501071 7.654061732 5.252141641 5.76558002 6.636479148 6.238853065 5.287215148 +LQ03X030570 Hypothetical protein 5.190363759 5.211763444 5.404109435 5.199981165 6.048366473 4.877489807 4.73088785 4.982333363 5.556521844 5.32268794 5.808491132 4.89313646 5.544624825 4.930982016 5.266697511 5.311208248 5.367995609 5.739693629 4.917643043 5.748082254 5.032231159 5.828891449 4.976369791 5.310492579 5.380873105 5.468931471 4.983188743 4.945541077 5.608883164 5.588407791 5.082141403 6.220895526 +LQ03X030620 Cyclin-dependent kinase F-4 5.623171292 5.839551416 5.758409124 6.052601445 5.697194292 5.67207861 6.152113001 5.398362574 6.028755054 7.026652473 6.041821361 5.710929681 6.431726953 5.578801351 7.544175138 5.974586133 5.94164184 6.095427619 5.543099195 6.522286467 5.887395929 6.022146866 5.364721367 5.644521325 5.732454338 6.1835382 5.483994816 5.857095489 6.619256406 6.367273224 5.805824197 5.923272618 +LQ03X030630 Uncharacterized protein At4g19112.1 11.91133995 11.55980635 12.44262856 12.68869982 12.51410195 12.34379543 12.44696572 12.80012521 11.52576508 11.35765336 12.00326463 12.2973852 12.05841505 12.12694449 12.56529051 12.43832909 11.40702775 11.18688731 11.5857531 10.95723339 11.3675487 12.28982058 12.07609047 11.53561579 11.67213177 10.95013721 11.87400338 11.49817674 11.99046676 12.92523188 12.15333928 11.84796254 +LQ03X030650 Probable methyltransferase PMT21 11.35321805 9.999112846 11.73288988 11.10912239 11.1677206 6.180070828 6.443918993 6.787868074 11.14631616 9.591218399 11.59570447 10.81893604 11.82378078 6.539789183 6.265653567 6.186005879 9.836681174 11.24220489 10.44202454 11.16685675 11.32551562 11.5928703 8.643441013 9.552599154 10.55829106 11.83968141 10.87569527 11.33886656 12.49665218 10.02108924 8.657113412 9.518883601 +LQ03X030680 Putative uncharacterized protein 12.09259657 11.14708746 12.18749816 12.63397719 11.86888576 11.91362358 12.35526697 11.80799421 11.76666098 11.1980045 11.9619023 12.25599114 11.76707652 11.91495461 12.37859728 12.02492065 10.43622062 10.99668331 10.55571787 11.53175788 11.18018675 10.59219769 11.67230126 11.42442526 10.54433426 10.34078882 10.56783769 11.25851986 11.55080748 10.96320561 11.60572396 11.34341983 +LQ03X030700 Putative Replication factor C subunit 3 6.767024696 7.085269378 5.608626473 6.715234144 5.951786727 6.897459032 7.144692759 7.86024988 6.766565014 6.470096395 5.861545849 6.86965254 6.383626353 7.393130335 7.08755588 7.527543705 6.924119897 6.781947492 6.030546908 5.853172768 5.873218512 5.843405363 6.291476803 6.386077701 7.066145716 6.446904872 6.440212762 5.828178322 5.838639634 5.941376975 6.023793435 7.158141785 +LQ03X030710 Putative uncharacterized protein 12.07286047 12.55788187 12.65268814 12.9172986 13.40714007 12.86971474 13.22218155 13.63629763 12.33866434 12.1061467 12.651729 13.01239285 13.28656289 13.31162819 13.18012809 14.00417248 12.88340725 13.18766944 12.60651821 12.85950812 12.44490699 13.04733836 12.7604975 13.63359373 11.86275405 12.67949999 12.47262604 12.80095623 12.68083328 13.31510147 12.82903108 13.39921239 +LQ03X030720 Putative uncharacterized protein At3g45890 5.55882653 5.259460509 6.042557605 5.505779669 5.624123726 5.09501584 5.284518492 5.422965247 5.898713933 5.886124702 5.483054928 5.499881935 5.534844362 5.368175898 5.380287812 5.024432305 5.488412955 5.366141228 5.499142999 5.516257426 5.758411969 5.978645511 6.209998252 5.829649784 5.778976353 5.728082365 5.42752827 5.386541118 5.681757073 5.76661531 5.668134774 4.905501584 +LQ03X030730 Putative uncharacterized protein 5.376100239 5.237902707 4.838587463 5.424618103 5.327520063 5.104198718 4.9634527 4.994947769 5.537779654 5.81448491 4.864902988 5.145558452 6.060171909 5.124473821 5.219393442 5.149832317 5.131701368 5.484232556 5.721299486 5.324265744 5.588950312 5.537888528 5.049930398 4.927155807 5.423618873 5.694525725 5.563636086 5.651851449 5.187915554 5.220354556 5.264394089 4.826395152 +LQ03X030740 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.877454641 6.059540411 6.177299314 6.403906577 6.177827836 6.375163857 6.503432191 6.117524414 5.863687874 5.525427558 6.615079843 6.376643713 6.52686968 6.582772347 7.288788003 6.38301195 6.024420695 6.10035435 5.219852021 6.480052152 6.120499049 6.165203441 5.620536547 6.525582457 6.035109716 6.147484022 5.812847273 6.020794829 6.096832344 6.786143806 6.164512452 6.584561979 +LQ03X030770 Putative Auxin-induced protein 5NG4 5.209639733 5.474609502 5.510995775 5.332532871 5.058764169 5.224566951 5.163362186 5.223098105 5.434040554 5.260549522 5.371684544 5.275386407 5.449255018 5.186663187 5.782052689 5.208170347 5.470503342 5.314795762 4.894318928 5.521907592 5.0457196 5.258235306 6.35672661 5.442888653 5.490176691 5.322202122 5.0706278 5.325960986 5.401103571 5.274770683 4.858408107 5.542614101 +LQ03X030790 ABC transporter G family member 14 10.00129308 9.519562328 9.620501331 8.799842281 9.966965451 9.804369556 9.294429459 9.15602864 9.759262031 9.927784437 9.5524179 9.345335552 9.993396672 10.17041765 9.804757089 10.07991231 9.20530556 10.17230066 10.04050685 9.74173626 9.626883166 9.639598672 10.20496177 8.371669919 9.717469468 10.52865139 10.12807593 9.494428887 9.927842172 8.866312204 9.975436835 9.05420524 +LQ03X030800 Cir, putative 5.72434452 5.409719438 5.201426377 5.581957811 6.271878524 5.420845904 5.411428058 5.390587777 5.510865745 5.256415072 5.438886403 5.666407302 5.521523588 5.721055318 5.501005447 5.851836011 5.534392723 5.562756806 5.513293178 5.595374644 5.585804825 5.379836235 5.303175169 5.30193679 5.378494799 5.362409717 5.239206582 5.159603942 5.581755783 5.539951656 5.684060723 5.071610704 +LQ03X030810 Predicted protein 6.063663133 6.306162318 5.571602494 5.931785958 5.360462358 6.100274127 6.389234106 6.022648681 6.049347002 7.965637232 5.243420408 6.197343771 5.649361532 5.648751758 5.947428015 5.816089288 6.345859489 6.019007555 6.65910637 6.038855309 5.886489295 6.053186025 5.562872258 5.71163258 6.679788538 6.572663092 6.79922954 6.472634122 6.368004098 5.49850695 5.805821158 5.361510285 +LQ03X030830 Probable carotenoid cleavage dioxygenase 4, chloroplastic 5.14018468 5.693178642 5.390880551 5.141812253 5.53271312 5.512684557 5.380126452 5.269413573 5.324868305 4.996263171 5.262367155 5.073402454 5.436911994 5.28368481 5.082395996 5.237054417 5.538507697 5.587391807 5.635878176 5.155630148 5.726789772 5.342427136 5.165344092 5.713187719 5.464499235 5.330497713 5.715953501 5.17078707 5.565070523 5.69239133 5.111669293 6.100318454 +LQ03X030840 Coatomer subunit zeta-1 5.715737869 6.250304298 6.600421385 6.559473139 6.092883658 6.952260125 6.623244959 6.652871919 6.216921394 6.097588673 6.335143579 6.920664364 6.186818 7.025740545 6.410756574 6.587265017 6.371022266 5.810521221 5.551531524 6.854679045 6.751818184 6.021723307 6.315927629 6.646570815 6.320287061 6.317354045 5.85219499 5.905438914 6.462604109 5.834776479 5.472604909 6.282524004 +LQ03X030850 F-box protein SKIP31 12.90251669 13.02172624 12.97344581 12.80197644 12.74796751 12.83134302 13.15958172 12.99957392 12.838063 13.00321739 12.82045859 12.70137431 12.79948252 12.80587183 13.13040323 13.05860575 12.47898429 12.65098537 11.963332 12.29511076 12.64076143 12.376973 12.65923917 13.02044698 12.05965384 12.32401715 12.14881939 12.62102945 12.46671716 12.43726471 12.58916217 13.01018102 +LQ03X030860 Putative uncharacterized protein 5.987559391 6.027037109 5.869957021 6.227871306 6.076059699 6.251360926 6.03955034 5.744024556 6.157266021 7.284619964 6.136266733 6.346918299 6.698917757 6.048100396 7.868620524 6.19015603 5.772101879 5.896274244 5.911800366 6.46372476 6.202910434 6.041731819 6.107901514 6.676779021 5.639319648 5.994565603 6.92768582 6.41392825 6.245150621 5.831559906 6.065511969 6.819268432 +LQ03X030870 ABC transporter E family member 2 5.40595502 5.543147539 5.266056348 5.337473754 5.43345132 5.102318504 5.347101188 5.784032493 5.717210389 5.393665624 5.17642417 5.444198414 5.434868018 5.581046617 5.422373938 5.618851336 5.286506322 5.243960948 5.561507398 5.327754776 5.520487661 5.166123465 6.466712467 5.020862516 5.167443275 5.428330517 5.739778928 5.225284695 5.817436901 5.133399067 5.435708379 5.097347659 +LQ03X030940 Predicted protein 7.619131742 8.613558304 6.365661156 6.731218654 6.846757612 5.844610641 6.294397364 5.766545445 8.227539826 8.661885939 7.037843019 6.703414492 6.966594994 6.03178193 5.928177013 5.927924969 8.101106224 7.757889305 8.619893222 7.111372881 7.428096618 7.395244574 6.811829626 5.202497245 8.796817885 8.712105479 9.652226118 7.646801536 8.123111287 7.68635625 7.615390783 6.489542707 +LQ03X030970 Putative AT4g19390/T5K18_170 11.69463772 10.73557448 11.99434206 12.75889409 11.96144098 13.84733973 13.48166529 13.06324436 11.83641181 10.67098154 11.90967688 12.61030366 12.07712573 13.47766995 13.18518858 13.14385672 11.74404815 11.57093812 10.32970043 11.50574961 11.17234408 11.50764447 12.27572951 12.60665479 10.87460815 11.39166745 9.87478831 12.21454083 10.99717052 11.9066383 12.24881587 12.07255937 +LQ03X030980 Putative Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 9.935651791 9.732920852 10.0104704 9.21497499 9.24243856 9.748896572 9.855677318 9.334194445 9.613799194 9.506189714 9.672824402 9.339385983 9.473771856 9.849461381 8.936703447 9.203561093 9.268866143 9.580708499 9.67039247 9.768101958 10.13291327 9.053470009 10.85542865 10.11194547 9.531795766 9.325613177 9.78954896 9.538087947 10.309889 8.885495598 10.89412696 10.23945733 +LQ03X030990 Putative uncharacterized protein 12.71129609 12.15767687 12.64796311 12.00807016 11.31109515 11.92973422 10.64182375 8.836019234 12.387224 11.68586359 12.5301088 12.08857353 11.69096718 11.98902788 10.1697561 9.934814433 11.73263185 11.94859695 11.6412933 12.48385862 12.33510661 11.60540609 10.26216721 10.01097727 12.22475989 12.18020717 11.79910217 12.65837279 12.22187805 12.20729447 10.52533119 9.753683459 +LQ03X031000 Putative uncharacterized protein 6.976358354 7.225183536 5.849194879 6.039897618 5.683667303 5.823726886 5.607803159 5.572622836 6.849193819 6.026333943 6.392802011 6.057377282 5.589917446 5.591168365 5.257813311 5.414527238 7.27404584 6.332646472 5.323322353 5.382436996 5.398738517 6.0976724 5.260327921 5.901090572 7.500438445 6.390082642 5.965729061 5.730449043 5.801797027 5.963117068 5.063121406 5.427635381 +LQ03X031010 Hypothetical protein 10.22380613 9.363074149 10.3293033 9.830606311 10.90016785 9.658904075 9.921254692 10.51522312 8.863226709 11.20034405 8.710330014 8.666790176 9.635433739 8.345731111 9.955229962 9.419463628 10.17008433 10.32847578 11.30686926 10.12298561 9.770580358 10.12450601 8.904727683 9.774606127 10.30242426 10.63792781 11.22935363 9.951426169 8.476018122 9.449629481 9.823526335 10.688442 +LQ03X031020 Predicted protein 14.10412251 14.50680192 14.04458286 13.45203921 14.1962074 10.10325732 10.00493003 10.28262077 14.32992029 14.21318583 14.2534548 13.41709939 14.23121943 10.65110327 11.16200188 11.34369291 13.77694341 13.88114562 14.33156561 14.35296812 14.10733047 14.45412089 10.88380651 11.48083351 14.16938806 14.42070491 14.55512592 14.04600314 14.53389859 13.4629182 10.88985003 11.44913865 +LQ03X031030 Hypothetical protein 11.36711588 10.73466812 12.1653523 11.41574395 12.09179506 11.53697019 11.82087939 11.6774206 11.53036744 10.89142871 12.02002604 11.77217788 11.96281844 11.71641135 11.59411606 12.04675887 11.7853563 11.68445874 11.13297316 12.37110596 12.27899676 11.34881198 12.69361831 12.29151919 11.19273607 11.23500515 10.8187969 12.13825124 11.66268951 11.39035903 12.56117387 12.32561891 +LQ03X031040 Putative Alkylated DNA repair protein alkB homolog 8 12.48713618 12.50251624 12.81579211 12.89541237 12.58096369 13.31771011 13.04417367 12.83092091 12.65800077 12.02055439 12.90791774 12.98360177 12.68292612 13.1231324 13.10467028 13.14291043 12.63377849 12.76681811 11.21975847 12.9367906 12.82463856 12.41978816 12.52226207 12.62115083 11.83120379 12.2921624 10.71301786 12.84001393 12.71501491 12.66508189 12.4987952 12.40621012 +LQ03X031050 60S ribosomal protein L13-1 5.811682197 5.021733439 5.646680708 5.063805716 5.460364849 5.604811415 5.20961561 5.615788572 5.226851921 5.129313881 5.822847816 4.916193177 5.102974591 5.565637269 5.123742551 5.447505996 5.023823054 5.697118943 5.631117893 5.290165153 5.179490267 5.374346956 5.192344958 5.201742939 5.099585221 5.413359107 5.042542535 5.282328371 5.207263408 5.526786156 5.274352109 5.59391288 +LQ03X031060 Beta-amylase 8 11.51356943 11.90028367 11.86044472 12.41006692 12.04318667 12.80443058 12.75788065 12.4530559 11.74059015 11.91526938 12.02232887 12.56577016 12.08216794 12.51834134 12.6421234 12.65231124 11.74694874 11.59491891 8.873026117 11.45925883 11.46912074 11.78691454 11.58499814 11.6758553 11.27461683 11.65674949 8.872205986 11.80277259 11.26099148 11.77717926 11.42849672 11.36334632 +LQ03X031070 Predicted protein 5.449812103 5.259453288 5.212827723 5.535116392 5.403384621 5.377267384 5.821224143 5.713418538 5.639544624 5.874148775 5.09014013 5.777155291 5.322709137 5.411301737 5.688675918 5.473126562 5.13608296 5.448258971 6.00008969 5.776559722 5.177401801 5.313576002 5.855542829 5.713063297 5.33084993 5.654547578 5.798433838 6.459521624 6.076323207 4.899598841 5.924527707 5.310373924 +LQ03X031080 Putative uncharacterized protein 6.580875789 6.587808365 5.858910236 6.899458901 6.418258641 7.555112519 7.634740819 6.975840071 6.969671821 7.126311012 6.626128317 6.784105697 6.625793012 6.909798769 7.05901894 6.760563062 6.489065671 6.901444827 6.971526346 6.822815462 6.215457805 6.88775877 6.80173124 7.476215379 6.423988492 6.878767488 7.065612056 6.254527838 7.019930454 7.196261164 7.459254747 7.078460827 +LQ03X031090 Putative Protein notum homolog 6.187899927 6.2418826 6.046191377 5.927423267 5.73088985 6.961119687 6.382645735 7.364321427 5.759804819 6.226296793 5.571592635 5.47430136 5.670225778 5.727891684 5.600800058 6.18176281 6.000116301 5.996127164 5.964969308 5.502830705 6.031095206 6.077886013 6.546182523 5.479239983 6.039306527 6.26081962 6.589824129 5.943345893 5.785982309 6.077448655 6.459743903 5.640856837 +LQ03X031100 Putative Protein notum homolog 9.009363938 8.358378915 10.13743969 8.90634131 9.632193649 8.401720445 7.570103109 6.729248225 9.234063918 7.638564346 10.22157245 8.953782765 9.960381224 8.262090283 6.586187199 6.769903025 8.949470199 8.939003514 8.442140984 10.20784278 9.869432276 8.582534997 6.566578355 6.956102397 8.637649467 8.965028919 7.661534965 9.810973247 10.60978968 7.909268979 6.584799823 6.018511376 +LQ03X031120 Putative Anthranilate N-benzoyltransferase protein 1 6.511374384 6.132621131 6.805968082 6.792455751 6.914208338 8.297969115 7.451252029 6.705713816 6.593123383 5.880329374 6.556720358 7.199492132 6.748592254 8.720602838 7.528702044 7.776600454 5.854607322 7.048013592 6.484195109 6.102656249 7.432400054 7.367003439 7.708714382 7.445768985 6.256036953 6.203027011 6.282891046 6.684249941 8.278479934 6.342360918 7.742122321 6.802819909 +LQ03X031130 Pentatricopeptide repeat-containing protein At4g19440, chloroplastic 10.61101882 9.9708945 10.29146933 10.52415095 10.47324861 11.28057008 11.18727108 10.93467398 10.49247693 9.894088242 10.24028243 10.57362716 10.49868744 11.36126785 11.00954412 11.08530253 10.66216301 10.64782303 10.73395164 10.29622131 10.53730523 10.5028572 10.77487816 11.01907708 10.38929539 10.43515099 10.65678845 10.3072353 10.43510177 10.68832528 11.00397565 10.84461462 +LQ03X031150 Cyclin-dependent kinase C-1 7.037692994 6.986669965 6.582786714 6.814985831 7.021525307 8.416570673 7.902541686 7.189175675 6.763922616 6.43352877 6.853723462 6.98751919 6.614757918 8.013761017 7.218299986 7.06364913 7.892500099 8.150067037 7.424131577 7.016791904 7.280143967 7.067217431 8.408849622 6.533028985 7.475237833 7.284017848 7.2535814 6.678591627 7.02587806 7.213364229 7.658618555 6.289483322 +LQ03X031170 Putative Uncharacterized glycosyltransferase MJ1607 5.7636805 5.935275547 6.068769248 5.6631381 6.197250373 5.633544496 5.841378388 5.455342067 5.767444179 5.745936572 6.258155147 6.055235217 6.351642145 5.848673585 5.46376697 6.178899014 5.758791518 6.431089638 5.417932951 6.233396355 7.325194453 6.234826497 6.078052305 6.606171199 5.944012136 6.548487542 5.822023249 6.548565159 6.807429006 6.073669102 6.089201641 5.751135293 +LQ03X031190 Putative uncharacterized protein 5.635696469 5.284027818 5.141605488 5.650162521 5.49549668 5.483767367 5.305775249 5.681802066 5.494352128 5.079635579 5.240402051 5.767647481 5.744663034 5.547245787 5.096796366 5.897993838 5.542200547 5.738914154 5.286215402 5.134038856 5.257969643 5.581779485 5.341989273 5.506126382 5.450623706 5.950505533 5.265745562 5.232188268 5.51065439 5.781487328 5.205244425 4.859655548 +LQ03X031210 Putative uncharacterized protein 6.110758568 6.160217355 6.025697372 5.945378577 5.681038848 5.869807656 5.523273275 5.592921306 6.122325942 5.95307557 6.116794399 5.615426686 5.732233275 5.838357918 5.898324726 5.610017076 5.679905515 5.773174293 6.895019639 6.135106752 6.04739231 5.743159543 5.781016156 5.749743007 5.950086487 5.450789475 6.431233727 6.249575791 5.464897058 5.730224809 6.102113402 6.499508711 +LQ03X031220 LRR receptor-like serine/threonine-protein kinase FEI 1 5.951845253 6.050214905 5.595516076 6.135998299 5.227868945 5.91147723 5.473600675 5.844323648 6.167675039 6.596313265 5.255628825 6.008011271 5.472986337 5.49507596 6.544045708 5.612705318 6.259741877 5.957157464 6.421109032 6.997938864 6.127778712 5.85272429 6.329787008 5.823027208 5.884660751 6.233813838 6.247105725 5.788336354 5.815351053 6.594838071 6.153049947 5.967735906 +LQ03X031240 Putative Zinc finger protein 706 6.636631078 6.18024629 6.907654925 7.131143632 6.276768583 6.623465663 6.941957685 6.157234582 6.466184715 6.814531561 6.443419131 6.900275172 6.48351563 6.355758203 6.982528609 6.664632745 6.120779499 6.25351019 6.727286933 6.567806268 6.224441353 6.29290612 6.048843324 6.00719431 6.419642791 6.444370206 6.49816425 5.953000726 5.526249593 6.560881858 6.225903003 6.389831319 +LQ03X031260 Putative Ankyrin-2 12.6007747 12.88866395 12.83181988 12.68988992 12.55031378 12.69541996 12.95837394 12.66745342 12.92587594 12.75963209 13.15081861 12.92527949 13.02500743 12.76975945 12.95538874 12.50907171 12.72763145 12.51271355 12.48705118 12.52057397 12.46770201 12.60659174 12.19462893 12.3242523 12.67869216 12.53562143 12.63327573 13.07237455 12.48506583 12.91893987 11.84103629 12.24100012 +LQ03X031270 ATP-dependent Clp protease proteolytic subunit 4, chloroplastic 12.19820553 12.00678122 11.92280811 11.63554121 11.74312772 12.05281974 12.07175617 11.61834328 12.34163237 11.76707113 12.13349859 11.76618219 11.99869706 11.98760339 11.86861085 11.22804972 11.95174482 12.13987204 12.39686525 11.81899704 11.82645475 11.87977527 11.862714 11.27427695 11.93066055 12.42986625 12.78363729 12.13814714 12.00573579 12.30474801 11.83518727 11.44580608 +LQ03X031310 Predicted protein 12.32132506 13.06536917 12.77654732 12.40065731 12.75214124 12.16836094 12.42477074 12.61595023 12.89792779 12.83443363 12.97272057 12.48316486 12.96098158 12.32673832 12.46706528 12.73498895 12.29384571 12.49593391 11.92201173 13.07943629 13.06242391 12.80614375 13.42722999 13.62896513 12.39067203 12.3044192 12.34360575 12.95432295 13.09997214 12.76644779 13.31064117 13.68289251 +LQ03X031320 Acyl-CoA-binding protein 15.0324056 14.51821987 14.73714109 15.28568049 15.00685994 14.71851168 14.72847242 14.64821518 15.02342775 15.13211222 15.0363577 15.07897719 14.87931469 14.79393599 14.70367348 14.62289363 14.98088913 14.35583975 14.6846719 14.7997289 14.59016154 15.10620311 13.96848707 13.61811858 14.98494862 14.28589594 14.23178377 14.51670959 13.86258177 14.58981043 14.04818845 13.36772964 +LQ03X031331 Putative uncharacterized protein 4.70213683 4.901277653 4.78226998 4.834451058 4.567949681 5.21624961 4.843041329 4.868300856 5.063064313 5.143607764 4.986265345 4.727129577 5.085068675 5.084110467 5.279149619 4.811923371 5.070166184 4.960961557 6.059538221 4.95250241 5.210303916 4.629655413 5.310473074 5.291657249 5.035999349 4.914448075 5.547588952 4.96484264 5.094158106 5.096816632 6.038757413 5.428337197 +LQ03X031350 Putative uncharacterized protein 13.01435318 12.65419062 12.79106831 12.63735409 12.51676861 13.6016493 13.48342912 13.09290394 13.1102909 12.9621276 12.65051925 12.96835222 12.6154938 13.3053635 13.24675008 13.0932289 12.79017924 13.1370922 13.26725878 12.71870953 12.65493111 12.37981527 13.02135704 12.84386567 12.88684054 13.0922426 13.16737101 12.54400097 12.45291934 12.33680017 13.08408095 12.81911584 +LQ03X031360 Alpha glucosidase-like protein 4.693941069 4.740251715 4.862342982 4.727799688 4.810683623 4.879309193 4.650759369 4.830934713 4.873151727 4.585762463 5.162216016 4.841950962 4.648107054 4.903582846 4.783242104 4.863967073 4.878873988 4.82243148 4.984938952 4.915513146 4.932726373 4.726964554 4.80361108 5.090270776 4.957019254 5.00819013 4.774184839 4.92175146 4.749031761 4.825197828 5.223472505 5.400624445 +LQ04X000030 UTP--glucose-1-phosphate uridylyltransferase 9.265901646 8.183006334 9.501791667 8.768239164 7.85571603 9.033520167 9.259678202 8.854705515 9.424795317 9.201428473 9.62873211 9.064783008 9.047850819 9.130407573 7.845204898 9.099837472 7.79495879 8.221217072 9.346070562 8.995091111 8.802054278 7.740913098 9.535488606 9.225863217 8.76014114 8.749644276 9.631194791 7.455964899 8.044826517 7.692123722 10.03852393 9.165406549 +LQ04X000050 Isocitrate dehydrogenase [NADP] 14.59398643 14.50156769 14.05924488 14.14228544 14.05636302 13.34611151 13.41242072 12.77891637 14.64412389 14.61388969 14.48696173 14.14182851 14.09893406 13.37712628 13.60492792 13.23716393 14.52660978 14.05002749 14.63442233 14.02441097 13.62080468 14.26096458 13.57703399 13.17101922 14.67384337 14.34517027 14.4999905 13.62184613 13.78406216 13.78865835 13.24848722 12.85755096 +LQ04X000060 Ubiquinone biosynthesis protein coq-8, putative 5.043969104 4.92583311 5.245084925 4.963680565 5.421521557 4.970181531 4.955879713 5.044311403 5.157453812 5.217305471 4.973513749 5.012786915 5.223149734 4.943941581 4.906591653 5.177380673 5.148315524 4.943617498 5.957751785 5.061570177 4.880106837 5.442851236 4.929796328 6.142551345 5.26122226 5.300987479 5.995251504 5.194588018 5.054527531 5.106433455 4.95186627 6.572329238 +LQ04X000100 Predicted protein 10.77722457 10.51315052 10.5382191 11.10204142 10.52722008 10.53868069 10.41191172 10.59076234 10.75169257 10.57819002 10.54260761 10.86623368 10.66211316 10.68953444 10.31488482 10.71317186 11.31996845 11.07568026 11.26464547 9.735363436 9.877191125 11.18697225 10.03967495 9.736143853 10.80423118 10.90793575 11.43899615 9.88367222 9.670690577 10.80684087 9.597959616 9.961351858 +LQ04X000160 Putative uncharacterized protein 11.36957943 10.97360099 11.69054013 11.325197 11.53963719 12.32924812 12.16884657 11.95610826 11.25964044 10.77260139 11.56554052 11.54425163 11.34921548 12.44275018 12.04008029 12.13623686 11.43594062 11.87671538 11.47964171 11.8626377 11.854364 11.31681857 12.5526582 12.48029361 11.25579429 11.25071768 11.62921557 11.86574977 11.85112381 11.76661539 12.4532302 12.41227464 +LQ04X000280 Putative Protein CREG1 5.329250369 5.416557068 5.568311635 5.314789088 5.374771326 5.561832856 5.357952023 5.296700639 5.454259623 5.220446936 5.588257671 5.479581053 5.573489468 5.391589706 5.173683936 4.998514866 5.046937588 5.300939058 5.069435452 5.272937254 5.176121529 5.629476153 5.107556802 5.143735579 5.175053568 5.344700915 5.229988383 5.46866492 6.024878989 4.860412965 4.783551481 5.275780419 +LQ04X000290 Putative Chloroplastic group IIA intron splicing facilitator CRS1, chloroplastic 7.450713433 7.447874341 7.932185642 7.655456266 7.686891906 7.119870944 7.672346753 7.524077075 7.73916673 7.721593687 7.860727492 7.847504732 8.153048913 7.195019274 6.422796709 7.858739105 7.022010952 7.801376327 7.869705922 8.284469063 8.283687345 7.935367465 7.194470857 8.072242938 7.297487674 7.827052827 8.638052049 7.884130993 7.932187808 8.003492401 7.161853758 8.108774997 +LQ04X000300 Ferredoxin-thioredoxin reductase catalytic chain, chloroplastic 6.704306063 6.799845243 7.351037435 7.051781923 6.476991698 6.318155656 6.74649134 6.078134897 6.824337901 7.334426917 6.81601519 6.624680652 6.427678864 6.108525465 6.95069444 6.056456063 5.747526377 6.605083482 7.747462779 7.201793626 7.172722165 6.86639906 6.144359959 5.756754563 6.579171843 7.171965776 7.322193127 7.645251417 7.348159344 6.562334506 6.894796152 5.911769769 +LQ04X000320 Zinc finger AN1 domain-containing stress-associated protein 12 9.655992578 9.684153676 9.722066219 11.29958515 9.978183495 10.84519422 11.21996486 10.32630464 9.58701687 9.49951302 9.456150616 11.03782762 10.34026055 10.76278608 11.3197944 10.6442423 11.74024038 11.13745421 9.820940833 9.2362394 9.626198374 9.271753772 9.772091291 8.463322975 9.782554144 10.05325077 9.705715364 8.361602647 8.7094263 9.954031181 9.738860946 8.257233257 +LQ04X000380 Metal ion binding protein, putative 5.899325457 6.068503777 6.375621269 6.43643185 5.90246826 6.421500758 6.709689892 5.856710811 6.717698299 6.601772709 6.253615291 6.308835888 6.50662554 6.076416368 6.573541682 6.182076512 5.821638472 6.049938019 5.66697194 6.314110866 6.736431216 6.21708475 6.938292055 5.807771351 5.680342344 6.265787318 5.56809031 5.727810394 6.332573786 6.037950307 6.174015632 5.369405777 +LQ04X000390 Nuclease, putative 5.161640211 5.132787352 5.346268738 5.250733359 5.031692996 5.554417443 5.163149463 5.223146387 5.545808158 5.805329929 4.820485903 5.171460453 5.096425983 5.814608064 5.862544179 5.416061253 5.14739497 5.099312626 6.382397223 5.321675935 5.19567456 5.089125164 5.552717048 5.17314571 5.238425086 5.348623842 6.300160739 5.257168948 4.929148484 5.079279722 5.145880541 5.277975231 +LQ04X000450 Putative uncharacterized protein 6.242797594 5.718882889 5.504303921 5.46846944 6.029225957 5.854752709 5.74243062 5.712066979 6.252536362 5.842400614 5.210266371 5.710273625 6.029077093 6.0002369 5.426379337 5.872647646 5.904705245 5.679390442 5.240412958 5.841220761 5.485481439 5.745553467 5.047641648 5.131132862 6.01822115 5.768019706 5.734515678 5.933704018 5.689865179 5.534408917 6.285494072 5.189787551 +LQ04X000460 Calmodulin binding protein, putative 12.19265721 11.91576837 11.85397422 11.84748208 11.91181255 11.81228593 11.58067444 11.37078082 12.42840545 12.2697518 12.30743161 12.18662092 12.29839456 11.86810896 11.66495049 11.55085489 11.71125595 11.08084255 11.68252994 11.48130233 11.416936 12.14871422 11.47703041 11.1561645 12.24220172 11.68484423 11.67405175 11.63489141 11.3517319 11.57637758 11.31497644 10.93905872 +LQ04X000470 Predicted protein 8.192823652 8.413986428 8.303246549 9.665143217 9.914886939 11.92036319 12.1603879 12.70696905 7.771537913 7.021073625 8.463332669 9.999015012 10.50659237 12.59384293 12.82847617 12.93302226 11.43291876 11.39176671 11.23887952 11.86640686 12.28250321 12.61782839 13.10599397 13.90526306 10.03745117 11.6570269 11.14743398 12.57125522 11.34422021 13.86839386 13.48165863 13.92640108 +LQ04X000500 Protease Do-like 9 9.998516894 9.988172457 10.05263097 9.575549861 10.09480423 10.85920283 10.74978475 11.24698589 9.886079835 10.05420505 9.890901441 10.02671172 10.05221179 10.60515546 11.22393189 11.27389193 10.85630074 11.65630409 11.11387723 11.36993322 11.55337451 10.99182834 11.80856878 12.28579129 10.38870549 11.08266485 10.57581157 11.15258426 10.8143152 11.11442276 11.79544683 12.40463017 +LQ04X000510 Putative Auxin-induced protein 5NG4 11.09817862 11.15563866 12.05332591 11.13353486 11.07958078 10.58752869 10.33133351 10.34385832 11.18768429 11.00166414 11.96784088 11.07677109 11.7777919 10.84208754 10.556183 10.62155605 9.718100718 10.85207201 9.815293734 12.04846374 12.1224301 11.75743051 10.61425053 11.21456372 10.76885123 11.02057683 10.83297378 12.0261608 12.00692652 10.87853976 10.38547056 11.28360973 +LQ04X000520 Putative Auxin-induced protein 5NG4 8.7546498 8.226680746 7.102362562 7.056438305 7.326612565 7.987799271 7.679646897 7.678798867 8.751186795 7.958521106 7.413828418 6.971705273 6.695714502 8.195581195 7.478969036 7.594884596 8.327395529 7.934781253 8.152484786 6.532858211 6.715520908 7.018949088 7.547634628 6.338288178 9.20302986 8.247319229 8.464296678 6.915524488 7.312981977 7.891248393 7.676819144 6.021658127 +LQ04X000540 Putative Auxin-induced protein 5NG4 10.20076611 9.636746877 11.45968255 11.81991267 11.686692 13.66453968 13.49822616 12.86291482 10.29955357 9.758242971 10.9820051 11.97801339 11.1308529 13.81720468 13.45621584 13.17433919 8.623966373 9.733782514 8.859538556 10.74962406 10.54958571 10.25486768 13.25889176 13.28959878 9.959598979 10.65569487 10.17204035 10.57719604 11.4770151 10.9332242 13.32863084 13.00158902 +LQ04X000590 Putative DNA repair protein UVH3 11.41014045 10.93117345 11.39765206 11.13758564 11.99707663 10.95557164 10.87562441 10.85934838 11.48845185 11.27461101 11.67984955 10.73543741 11.68568698 11.05213349 10.91772371 11.10769549 9.370107271 9.402712069 9.959367367 10.5944369 10.26486772 11.21943613 10.05852359 9.884264998 10.68057049 10.5048921 10.67849051 9.392012272 10.55211372 10.90496049 9.874147356 10.23971244 +LQ04X000620 RING-H2 finger protein ATL5I 4.986711641 5.915837934 5.341036958 4.997238088 5.466497143 5.126785397 5.1600286 5.19891561 5.323244686 5.332598505 5.462208997 5.110758667 4.84694606 5.124677279 5.275028586 5.104409718 5.528875382 5.433062873 6.205071783 5.967596204 5.209670491 5.360031853 5.59458767 5.529186939 4.663958805 5.483990475 5.466593726 5.417133287 4.93768522 5.452789704 5.060145218 5.816048034 +LQ04X000630 Putative uncharacterized protein 7.227002872 7.578291683 7.650814714 8.122281129 7.558580161 7.515721293 7.002791463 6.608105935 7.616474809 7.761813175 8.082745726 8.390471235 8.173702869 7.705046755 6.981935852 7.00121484 6.541812338 5.959801284 6.327009683 6.450662705 6.03500524 6.804547901 5.972605877 6.108963091 7.015783603 6.554495443 5.907858179 5.467381865 6.854766491 6.215718267 5.523725688 4.986526494 +LQ04X000640 Hypothetical protein 5.986580945 6.172788975 5.97875423 5.921546391 6.328856103 5.887097159 6.735483431 5.953585373 5.940216342 5.866556498 6.176377767 6.451356503 6.721531585 5.561378797 5.795541672 6.258064586 6.80053016 7.261047648 7.958149616 7.606388918 6.404069792 6.15094617 7.100252145 6.571609114 6.49227835 6.231516016 6.342119085 6.469690967 5.803550836 6.500725725 8.198296721 6.580105502 +LQ04X000670 Potassium transporter 6 5.62633732 5.199914436 5.295592629 5.697074206 5.871854445 5.464350105 5.215993558 5.735522485 5.187057269 4.8766008 5.395923947 5.364942555 5.105388124 5.605954166 5.325326815 5.44446276 5.152106952 5.130294513 5.28672592 5.248469168 5.641125728 5.738074733 5.092569842 5.857346589 5.079429697 5.274440298 5.275727062 5.462938793 5.474948533 6.401127073 5.023255459 5.391968186 +LQ04X000680 Predicted protein 5.333242447 5.219177155 5.093756696 5.1268961 5.666217349 4.597548695 5.08851915 4.891525012 5.506429179 5.328713976 5.163878042 5.242885128 5.340988092 4.837717713 4.923439215 5.096107798 5.747938593 5.256021253 5.780715264 5.179716375 6.412283992 5.635301215 5.537847594 4.903889255 5.342178281 5.792464522 5.58984302 5.31681638 5.672165521 5.613499196 5.4201623 5.460877732 +LQ04X000710 Aldehyde dehydrogenase family 2 member B4, mitochondrial 8.494587166 8.066425548 7.3724898 7.27048269 7.504070878 10.52021409 9.597142745 8.486541913 8.452034237 7.926076893 7.788070766 6.926468824 7.300402013 10.13461072 8.699839512 8.798250394 9.582173451 7.120209806 7.421104946 7.185240587 5.211871014 6.555134735 7.855913302 7.307760457 8.012615979 5.784220734 6.174290999 5.184960021 5.627930109 7.025226977 7.836571009 7.410312202 +LQ04X000750 Clasp, putative 8.787752837 9.251569248 8.703384329 9.318964563 9.287460777 8.481026146 8.3111133 9.266866842 8.918609961 8.745210593 9.235016693 9.499991259 9.28125641 8.71190177 8.659534337 9.367120223 9.214710584 8.779198962 9.322572222 8.441180709 8.439996153 9.253526906 6.601495986 7.410604262 8.749759068 8.936734326 7.779796623 8.893964839 8.993097733 9.167524187 7.186205654 6.876158972 +LQ04X000760 DNA binding protein, putative 10.74445522 10.9269657 10.98229264 10.63984729 11.06966338 11.48261363 11.23924614 11.46512342 10.35469977 10.50969028 10.684439 10.81354376 10.81472346 11.39538688 11.50122983 11.42377697 11.68218364 12.15473735 11.7507245 12.34080388 12.49854008 11.71921788 12.51465388 12.39453913 11.34555413 11.73049181 11.87230174 12.02879912 12.13643891 11.57862057 12.44477726 12.74125169 +LQ04X000780 Putative Protein RUPTURED POLLEN GRAIN 1 8.482251587 5.248989995 11.27661462 10.37458735 9.892161147 5.229931382 5.20518259 5.843156629 9.196737574 5.531831524 10.86556324 10.32704692 10.88985439 5.358116478 5.17187189 5.951224715 5.468137366 7.49496148 6.205440436 7.583727213 8.334735065 5.744299201 5.381655194 5.701435503 5.811423839 6.706991088 6.083063962 5.698291257 8.787595164 5.421038144 5.643221192 5.473943187 +LQ04X000800 Peptidyl-prolyl cis-trans isomerase CYP38, chloroplastic 5.976822131 5.971837836 6.879396869 6.12537062 6.077424312 6.43998133 6.356379939 6.16006454 6.391185939 7.563775183 6.484342547 5.390876393 6.997474098 6.189754218 8.014299765 6.040547407 6.238745512 6.302549073 5.958926871 6.073183135 6.040056443 6.134328698 6.675071616 6.448957903 5.896019899 5.921254219 6.584235362 5.784733408 6.545664984 6.215717024 7.214127463 7.145429977 +LQ04X000810 Putative Serine/threonine-protein kinase HT1 11.82789945 11.28763951 12.54495916 12.89740588 12.19317369 12.55540226 12.38550957 12.7548183 11.96180289 10.72907552 12.62045586 12.98621929 12.28987492 12.579412 12.72175822 12.74643113 10.75974312 11.32613921 10.86530382 12.32468795 12.24401011 11.92709838 12.2826132 11.84074994 11.19740793 11.32188635 11.01544285 12.5724595 12.40694395 11.85785534 12.38422669 11.93593341 +LQ04X000830 Catalytic, putative 10.27396723 10.4490679 10.77137923 10.5054191 9.958643287 11.45996033 11.58299801 11.41422117 10.43867055 10.31172787 10.54096728 10.41174588 9.890294256 11.40654822 11.37484914 10.68166522 10.7758685 10.60473993 11.15702067 10.73253501 11.28155456 10.71998952 12.05838228 11.8081051 10.74914993 10.74983247 11.31176201 10.91585152 11.67011335 11.07395193 11.88743422 11.72137527 +LQ04X000850 Formate dehydrogenase, mitochondrial 12.74548358 13.37800736 13.18837755 12.78335128 13.02956663 12.46612503 12.80191622 12.59310991 12.69405366 13.03657902 12.96098527 12.56891285 12.94104966 12.35410683 12.88745661 12.56519349 14.18325221 14.40012431 13.94224292 13.53284606 13.49172537 13.3240486 13.31057658 13.24806681 12.74578011 12.68512918 13.66546541 13.14743944 13.63095753 13.32246969 12.97938637 13.1609525 +LQ04X000870 Protein farnesyltransferase subunit beta 5.22617376 5.242800238 5.003172248 5.417123347 5.244572313 5.763293794 5.731937519 5.43133792 5.287253322 5.358648903 5.459907489 5.183488696 5.301989292 5.145412558 6.687559183 5.228069497 5.40072147 5.233924006 4.844846395 5.172023094 5.434345553 5.147593221 5.517571631 5.451180387 5.620466998 5.221869062 5.146697706 5.068690095 5.283238722 5.421355445 5.118501344 5.623724064 +LQ04X000880 UPF0497 membrane protein At5g40300 11.91518094 11.59327087 12.45929475 12.41444856 12.89344294 11.90775651 11.88873756 12.11013843 11.93184703 11.11941888 12.70524676 12.64086836 12.73690772 12.11783157 12.29803067 12.18006531 11.39799114 12.12670347 11.93468656 12.81444295 12.23482729 12.39993355 12.71727689 12.43190678 11.30587848 11.78047584 11.77696266 12.92892053 12.4069746 13.10060587 12.7878851 12.68957348 +LQ04X000900 Quinone oxidoreductase-like protein At1g23740, chloroplastic 5.494706158 5.387354062 5.350074996 5.759293693 5.840690073 6.126653597 6.026086006 5.555455951 5.272559787 5.594973455 5.486135097 5.727660462 5.437223336 6.117081433 6.051553651 5.642975146 5.852500266 5.575322123 5.312933693 5.432597343 5.212839089 5.278170205 5.129831267 5.811699262 5.571220974 5.515079217 5.802806842 5.579345515 5.341779262 5.568968562 5.466175206 5.856648534 +LQ04X000940 Putative L-aspartate oxidase 1 10.46465312 9.997024971 11.09319721 9.927491188 10.43672456 12.05398608 10.91822149 10.88676935 10.33527628 9.597294623 10.85597769 10.00953688 10.41865045 11.83153691 10.72295699 10.69511745 10.74271179 10.43103623 10.13804576 11.19002949 10.70585798 9.710633509 11.33328826 11.35618773 9.831669296 10.23219745 9.563783473 10.4874052 10.6844832 9.929512675 11.30506103 11.59039035 +LQ04X000970 Transcription factor MYB23 4.747993266 4.742353552 4.927337243 4.681696309 4.969182082 5.100797106 4.733768271 5.0922593 4.64247185 4.735316377 4.765149846 4.709548283 5.145005219 5.062578432 4.554553752 4.852616152 4.478925024 4.851725499 5.12931445 4.680607336 4.999873731 5.105692159 5.072652319 5.064626585 5.157024058 4.966135302 4.986634993 4.790895678 4.94784765 4.575430042 4.443624102 5.030748108 +LQ04X000980 Carbonic anhydrase, chloroplastic 10.62272962 8.653648068 14.40190688 15.0607234 14.69873684 15.21675899 15.41248268 15.31773086 10.00503503 7.484005728 13.27452001 14.65668008 14.25625573 15.205497 14.72899323 15.04198426 7.232571895 11.20781178 7.311457034 13.40473475 14.98135115 13.97098565 15.47231971 15.45706123 7.206137393 10.32896657 7.532923464 14.70135324 15.01279488 15.57002915 15.36127179 15.48309555 +LQ04X000990 Putative uncharacterized protein 9.499314753 9.303698747 9.744999771 10.97967319 9.37132728 10.4039346 10.77187433 10.16428772 9.361423949 9.542818875 9.48178847 10.22076014 9.84259533 10.34007747 11.17715114 10.40393616 8.475817002 9.149783899 6.822186074 7.573004336 8.430271902 9.309147981 9.715526914 10.36038226 8.598194393 9.210180873 7.786956283 8.296920415 8.859166451 10.37178795 9.111941071 10.11499413 +LQ04X001000 Putative uncharacterized protein 9.968199228 10.89002661 11.02531547 11.09171872 11.66122236 9.90474351 10.03524417 11.27864262 10.32336355 11.29217855 10.84021917 11.19017893 11.75807961 9.397916791 10.36682787 10.52635181 9.77158555 9.979609085 9.81283648 11.28153112 11.08499499 11.25744687 10.16838966 11.19907486 10.09576701 10.23319182 9.852064215 11.67769171 11.33596872 11.64258267 10.12406672 11.36120724 +LQ04X001010 Putative phospholipid-transporting ATPase 8 11.84020518 11.90763142 12.25354872 12.83118767 12.84596191 12.457954 12.33751445 12.91778339 11.94084633 11.48526781 12.51240234 13.00034659 12.814666 12.67072346 12.95027311 13.5576241 12.19879457 12.54380076 12.18665471 12.07157396 12.59051326 12.71047366 12.26308767 12.72211567 11.89313834 12.37012382 11.48574346 12.83962622 12.44796232 13.61229303 12.37319429 12.67491968 +LQ04X001020 Predicted protein 5.788868525 5.738632829 5.54137361 6.204177776 5.615687654 6.599988416 6.215884043 6.103644109 6.015795218 5.503955724 7.009085785 6.353268951 6.412210209 6.516434588 6.623192751 6.308766219 5.887372415 5.231095639 5.062727889 6.046229234 6.034164744 5.74943795 6.042929884 7.076614723 5.803539122 5.650869261 4.637442853 5.319493351 6.279550113 6.15844361 6.515005462 7.62654945 +LQ04X001030 Putative Proteasome assembly chaperone 3 12.78199258 12.80485109 12.7985675 12.81245628 12.53948066 12.83535046 13.06903213 12.94768737 13.08269264 13.52158602 12.99031014 12.76193124 12.56886293 12.93694833 12.86078112 13.00114005 13.02204292 13.33509533 13.21067796 12.87344349 12.69082462 12.88501152 13.04976419 12.81052091 13.2429823 13.62253635 13.18131674 12.69388181 12.05652615 12.8013368 12.89268172 12.64065512 +LQ04X001040 Putative Dihydroflavonol-4-reductase 4.961902976 4.802103939 5.482229605 4.840902356 5.026723756 5.041423255 5.190952298 4.835386228 4.613835791 4.835839427 5.078873949 4.868841824 4.741951249 5.155125674 5.200659799 4.780501932 4.820373092 5.081923115 5.245183082 4.73673372 5.108515402 4.780724989 5.675315908 5.336552624 5.159534676 5.299858507 5.015749773 5.198226037 5.149808544 4.619155568 4.692344407 5.656750756 +LQ04X001060 Universal stress protein A-like protein 6.017439236 5.981824061 5.858553936 5.959195969 6.001682621 6.278200548 6.563998538 5.626533044 5.766503959 6.642140785 5.777387394 6.015588298 6.031244057 5.836697825 7.34681901 6.025711173 5.475385815 6.149110213 5.892525477 5.674748456 5.825712321 5.872919337 6.051971161 6.297868689 5.663158029 6.08632061 5.683961919 6.046927411 5.930040222 5.670274796 5.846160707 6.540183973 +LQ04X001070 Putative Predicted protein 7.152333094 7.465972921 6.880813135 7.741367732 7.357447419 8.664037941 8.806486159 8.885342298 6.269332646 6.902483106 6.293054829 6.920646437 6.734910221 7.898437274 8.003861443 8.458324259 7.704111455 7.475726465 8.354999217 6.295220582 7.415636307 7.705995228 7.855987661 8.06908542 7.674475775 7.33348 8.766797936 6.714516423 7.449277306 8.371975183 7.965272168 8.414945794 +LQ04X001090 Probable monodehydroascorbate reductase, cytoplasmic isoform 2 11.09339176 10.62848546 12.53619994 13.32758067 12.77786874 14.09909593 14.05669119 14.00154719 11.04476264 10.23465849 12.2786054 13.19648344 12.89058286 14.43735222 14.53160118 14.29504384 10.4467235 11.28607165 9.474298776 11.77928036 12.20821973 11.8348194 13.49867615 13.53641146 9.736043721 10.60257211 9.685208967 12.15603286 12.58726325 12.89874864 13.61655783 13.26773966 +LQ04X001110 ADP-ribosylation factor 6.117476396 6.029553067 5.8835692 6.008414765 5.685016583 6.021115477 6.101761677 5.979016566 5.901673897 6.778687727 5.60518214 5.953909246 6.382820707 5.470178263 6.212766275 6.909955432 5.376609114 5.835759706 6.577709107 6.303122752 5.694715869 6.126930991 5.405730222 5.546670334 5.628965465 5.901410331 6.658159696 5.819133167 5.725402896 6.437200444 6.340933157 5.798551883 +LQ04X001140 Shaggy-related protein kinase epsilon 5.120844388 5.315609201 5.629328915 5.445590506 5.391304815 5.047074491 5.659352851 6.189176195 5.309655542 5.18052984 5.859557096 5.559772252 5.19070056 5.524195663 5.156963726 6.040159894 5.126728182 5.256303868 5.340001218 5.745816122 5.718074136 5.403033627 5.933602773 5.045851277 5.442770183 5.374482509 5.633462937 6.424026283 5.714398208 5.48807954 5.484202681 6.096681515 +LQ04X001150 DNA (cytosine-5)-methyltransferase DRM1 5.606354005 5.659361175 5.08529836 5.369891527 5.084165839 5.330804445 5.271132521 5.006258329 5.378137925 6.227233534 5.685618517 5.641707622 5.46549895 5.321647142 5.969558225 5.373168422 5.532962745 5.136829363 5.73960223 5.575377715 5.592663602 5.122428177 5.36953101 5.542740831 5.246270111 5.270621377 5.79135026 5.427975509 5.420045972 5.133038723 5.324690614 5.250248625 +LQ04X001160 DEAD-box ATP-dependent RNA helicase 46 12.37116813 12.53013966 12.45442047 13.32960393 12.91184469 13.26357512 13.47166171 14.33200466 12.61558292 12.69715534 12.56802724 13.41881445 13.00033169 13.6089162 14.0197025 14.29437042 12.87971194 12.6381014 12.21307413 12.41315247 12.17798467 13.21104123 12.89732089 13.36027063 12.52347223 12.66597533 12.00986367 12.86894835 12.16320915 13.31108189 12.85529715 13.40648442 +LQ04X001280 Putative Probable long-chain-alcohol O-fatty-acyltransferase 1 5.269282724 4.949643529 5.320529552 5.085659133 5.225689411 5.345666152 5.284582206 6.057998674 5.365056655 4.949761878 4.994802777 5.10704838 5.042075988 5.111578357 5.192867127 5.761180224 5.108422525 5.131054628 5.18672508 4.943665901 5.557146279 4.888894095 5.103401884 5.596350241 4.755082416 5.074712882 5.189293187 5.157573621 5.366878759 4.989713432 5.613372133 5.332219372 +LQ04X001330 Putative uncharacterized protein 5.042385362 5.377380511 5.714391698 5.149422302 5.415950247 5.52951401 5.816279944 5.404389937 5.269719155 5.184089883 5.394061086 5.727465941 5.163049626 5.757133854 5.854650426 6.190229577 5.211881806 5.437263258 5.239587732 5.306082197 5.250951142 5.342931352 5.712038254 5.652533642 5.442752269 5.379026009 4.884456064 5.081257452 5.173508842 5.355038289 5.737443008 5.303148696 +LQ04X001350 Glutaredoxin 14.88863609 14.40001696 15.09495461 15.0036438 15.27459887 14.84180667 15.08758012 14.74500498 14.86177055 15.15177024 15.07533924 15.55035842 15.14603577 15.0858239 15.53745701 15.6272255 14.27592836 14.56315426 13.93590091 14.47338826 14.31668417 14.44541104 14.63959783 14.91599409 14.52411813 14.60465743 13.75708646 14.16156387 14.12043774 14.70004783 14.41674299 14.85971775 +LQ04X001360 Isocitrate dehydrogenase [NADP], chloroplastic (Fragment) 10.57428209 11.08775316 8.896920142 10.98098881 9.296285508 11.64672535 11.90414242 11.27383149 10.82338644 11.16122698 9.865885499 11.28031734 9.401160176 12.11541953 12.09592513 11.83766031 11.05853973 10.16268114 9.83835477 8.950431069 8.756214568 9.76720011 11.16200499 10.64943113 11.23724885 10.96285568 11.15681106 8.653312114 8.826799484 9.840471518 10.99644008 10.53777663 +LQ04X001470 Putative Sirohydrochlorin ferrochelatase 11.57137081 11.04063559 11.06267682 11.65728851 10.59506807 11.04518579 11.37521083 10.45409693 11.68945267 11.42850897 11.17284845 11.63521743 11.2805703 11.07558748 11.40263537 10.68851707 10.28853459 11.63618314 10.82475067 11.09975921 11.94374218 10.71940502 12.09631733 11.32119718 10.75202838 11.90473204 11.2427376 11.11493701 11.40284901 10.85988492 12.07155851 11.32840906 +LQ04X001480 Predicted protein 5.694485312 5.743847258 5.591732002 5.539626414 5.742677269 5.51472971 5.657069768 5.520091692 5.57034443 5.109011852 5.529154104 5.723562954 5.626917876 5.386518959 5.470817761 5.573809299 5.543891613 6.035412663 5.911694342 5.53759424 5.444668389 5.551105686 5.933151704 5.61516851 5.765518828 5.102974722 5.277741976 5.699585996 6.072576309 5.205598003 6.095977502 6.199028613 +LQ04X001540 Putative uncharacterized protein 5.810992412 6.091643707 5.387777227 6.199491012 6.118145818 7.185849418 6.650127927 6.691776067 5.557549357 5.045482074 5.42938391 5.683239661 5.627607741 6.901861232 5.596217019 5.746308171 6.4246439 5.8223285 5.997791347 5.623385471 5.850552495 6.295028543 5.83167255 7.70944708 6.724908503 5.743331717 5.415455933 5.796623619 5.909405446 6.796997144 6.184029109 7.329550555 +LQ04X001560 Oleosin 18.2 kDa 6.618077488 6.569698883 6.09520622 5.963367783 6.599739969 5.972150714 6.17620294 6.031669184 6.462052235 6.039231028 6.290957463 5.765067059 6.437351906 6.239316756 5.978254057 6.553525778 6.52148362 6.809750772 6.859479995 6.45757422 6.287983678 6.084157101 6.415525689 6.150657697 6.491644722 6.388476726 6.913453529 6.170717312 6.223972608 6.284871782 5.656060663 5.715195417 +LQ04X001570 LOB domain-containing protein 25 5.874090764 6.329323596 5.042616483 5.007728757 5.547771393 6.01548319 5.817394344 6.491663289 5.919431985 6.797289123 6.287350588 4.874232654 5.340690474 7.229579319 6.008141939 7.435946106 5.614766554 5.218489754 4.946054376 4.881578868 4.98579648 5.35292494 5.560023634 6.314642728 6.537479604 5.391139158 4.844296629 4.86461552 5.839916331 5.309124879 6.269796842 7.468518909 +LQ04X001580 Putative Mitogen-activated protein kinase kinase 6 12.55643995 13.00029536 12.85588384 12.35604115 12.82880028 12.20263626 12.21933915 12.26441488 12.89443394 12.86971216 13.11734031 12.18855032 12.88981572 12.31174442 12.22050289 12.204916 12.32757176 12.25600248 12.35276211 12.6770607 12.58770337 12.22706234 12.73126395 12.53385075 12.28942858 12.18659315 12.18944374 12.46055974 13.00275474 12.02706894 12.7299095 12.28384176 +LQ04X001610 Putative Pescadillo homolog 12.35413447 12.92703941 12.06307039 11.53326979 11.82047293 12.02147382 11.85387684 11.89604917 12.5723233 12.7918796 12.37932816 11.73555876 12.01955251 12.09599686 11.93948381 12.06287204 13.06856561 11.53940167 12.25098312 12.0825182 11.93257425 12.02739622 12.94677654 12.47163708 12.85057056 11.99300895 12.55133942 12.1464328 12.03274723 12.14517864 12.87415644 12.56096382 +LQ04X001630 40S ribosomal protein S17-4 6.156743027 5.747252299 6.80657015 7.419219303 6.003352735 6.507547716 6.897399805 6.296275836 6.326698189 6.103117101 6.677399336 7.372746791 5.900147875 7.162912849 7.661885849 7.657930854 5.595500277 5.599699046 5.074327607 5.816883336 5.646287507 6.334055462 5.861078361 5.63261444 5.917016289 5.458193554 5.772699746 6.145992649 5.519459014 5.965972992 5.344403462 5.436716542 +LQ04X001640 Hypothetical protein 5.796857501 5.020343914 5.158478993 5.272433732 5.107704712 5.996916857 5.717923739 5.747154835 4.876447802 5.220261735 5.264503711 4.999645793 5.313295241 4.949255152 6.150776439 5.103190606 5.744376102 5.726388071 5.167948751 5.592600262 5.312277328 5.30047208 5.46487848 5.391359823 5.588394455 5.299728608 5.344326404 5.505069782 5.428783953 5.282215761 6.331567755 5.308582001 +LQ04X001650 Predicted protein 5.529806486 5.363645381 5.303201459 5.170187192 5.654746102 4.834162012 5.054754007 5.01696788 5.289527637 5.027256239 5.069787734 5.274295999 5.25577342 4.794107459 5.091758287 5.082109929 5.249756446 5.153800997 5.6829834 5.031158936 5.567230545 5.064649696 5.639757161 5.360827399 5.353625851 5.203515986 5.619851165 5.532991265 4.960289124 5.051791832 5.867262973 5.46391079 +LQ04X001670 Putative Glycosylphosphatidylinositol anchor attachment 1 protein 6.055395001 5.804612648 5.951841059 5.768109995 5.474338981 5.718566628 5.81717309 5.379798528 6.130854882 5.669784579 5.549032319 5.542895613 5.879695497 5.92230136 6.032164206 5.738991158 6.278646028 6.227542971 6.876939738 5.774325047 5.737124484 6.081045615 5.707580881 5.908514219 5.858398178 6.487046214 6.549801227 5.843311545 6.412904561 5.775908996 5.487391938 5.795255082 +LQ04X001720 Hypothetical protein 4.448844431 4.781542115 4.787670483 4.602029149 4.916677635 4.617373245 4.53616412 4.605164267 4.633810853 4.454237758 5.252480082 4.613150251 4.535254605 4.658621545 4.5312843 4.700788442 4.768463008 4.690847918 4.496915985 4.855502474 4.740462449 4.524117394 4.887814471 4.940926497 4.551564286 4.580082869 4.720806131 4.776081865 4.679926602 4.844440408 5.126535548 5.191478352 +LQ04X001730 Putative uncharacterized protein 13.17441989 12.45942168 13.55313726 13.92954913 13.69727873 14.05952017 14.06036079 14.03729786 13.39419526 12.62857104 13.65870296 13.75575547 13.69553114 14.07693328 14.12965439 14.02352873 12.38300412 13.11166034 12.2140125 13.51589321 13.58574239 13.43508714 13.79203583 13.95566102 12.47477685 12.85405479 12.15292467 13.52520934 13.17030805 13.67150762 13.60642631 13.75859576 +LQ04X001740 Protein kinase PVPK-1 11.06751976 10.74796533 11.32377262 10.68389144 11.4358658 9.250574513 9.38712519 9.493951514 10.62813795 10.39946095 10.92864986 10.2532854 10.78598832 8.977849516 9.653610468 9.585810827 10.50477931 10.51087937 11.04557478 11.2476053 11.25207753 11.6577219 10.50358661 10.57721886 10.96394794 10.85207628 11.19273458 11.39009808 11.77582179 11.76575514 10.36926784 11.15435252 +LQ04X001750 Predicted protein 12.5648348 12.50152583 13.00980012 12.92605898 13.25665035 12.62361972 12.60623809 13.24736835 12.64036863 12.6959953 12.80944847 12.74566495 13.27353682 12.64603792 12.82694524 13.16897946 12.35469014 12.65495096 12.26078663 12.68413225 12.30915408 12.92475524 12.50965989 12.69700222 12.20934278 12.6905007 12.09396146 12.56015739 12.60477816 13.20632381 12.72269666 12.94231389 +LQ04X001880 Putative glucose-6-phosphate 1-epimerase 5.549283897 5.717684032 5.669056768 5.821740343 5.493687011 5.506753525 5.781021387 5.715181255 5.664009619 6.421459914 5.640253903 5.536034448 5.929942934 5.572283492 6.515486996 5.615855813 5.715592828 5.934821604 6.312793742 5.713989797 5.25114214 5.952482467 5.496007346 5.619843619 5.718899249 6.004968841 6.755909365 6.472080934 5.608313723 5.785422757 5.634182884 6.047807659 +LQ04X001900 Ribosomal RNA-processing protein 8 5.120171054 5.557090353 5.271541775 4.916094751 5.185816163 5.607942828 5.495995983 4.908421636 5.122546365 5.451561935 5.457596341 4.887090579 5.331004225 5.440540895 5.741461369 5.053836824 5.427148318 4.997393613 5.316480222 5.181407627 5.694369893 4.920748787 5.436037294 5.284537576 5.105917176 4.924556775 5.255713152 5.430385435 5.279470985 5.278622505 5.703099373 4.497109522 +LQ04X001940 Acetylglucosaminyltransferase, putative 5.941170797 6.137887533 6.497050064 6.125678844 5.836308288 6.293115677 5.745942703 6.020857013 6.002929951 6.444999429 6.701632478 6.007079903 6.005310487 5.976829292 6.984869383 5.834610456 6.148125038 6.19327376 6.548585473 7.754090175 8.936876536 5.983401524 8.627135897 8.479724005 6.380756437 6.439832492 6.29804944 6.825628739 8.322186308 5.878182254 8.495156786 7.774941564 +LQ04X001950 Golgin candidate 6 11.93845218 12.22441956 11.99494414 11.48915256 12.03148088 11.26209494 10.95944794 11.22186045 11.90899977 12.12134733 11.96964735 11.46775394 11.90288946 11.21903605 11.15185498 11.30900147 12.52841991 12.95768603 13.0338013 12.91890785 12.14924989 12.22886528 12.0849491 11.91923981 12.42519049 12.66242817 12.9993269 12.41795053 11.98840198 11.99887798 11.92310516 11.70399324 +LQ04X001960 ATP binding protein, putative 11.01185167 10.98190237 11.51802213 11.85754436 11.42083213 12.10584939 12.12974968 11.99001693 11.13864637 11.010957 11.4343984 11.70375066 11.5873385 12.2514989 11.96157513 12.02308239 10.5561434 10.48483973 10.75693335 10.94499781 10.2145966 10.36216374 11.12744245 10.69918828 10.10518248 10.14256307 10.70545181 10.54760456 10.63142826 10.47150981 11.49752091 10.42116336 +LQ04X001970 Putative tRNA pseudouridine synthase B 7.202223005 7.134700335 5.991975293 5.08948682 7.845880567 5.865008673 5.879577351 6.100776629 6.853796041 8.918136357 5.36893552 5.518230076 5.69487388 5.952041363 5.488039733 6.518168767 7.955508413 9.029291677 9.218805861 7.199902676 8.268274996 6.462419834 9.850969341 9.374470809 8.212809543 8.308345241 8.494101418 9.851211218 8.858267623 5.938100234 8.437044294 9.293739766 +LQ04X001980 Predicted protein 10.16443533 10.06680358 9.981345697 9.77670553 9.621198649 10.07209885 10.30477264 9.839931583 9.964637593 9.653226618 9.996151113 9.63337882 9.590560445 10.09323169 10.36663552 9.979021956 9.164461099 9.496763703 8.154373317 8.585744356 8.918441315 9.164543074 9.016117024 9.110101724 9.046912599 9.439668557 8.975116631 8.741679744 9.713928397 9.222520506 9.48589853 9.144506116 +LQ04X001990 Putative SAGA-associated factor 29 homolog 5.327663368 5.155711192 5.892814629 5.439109709 5.052435686 5.269957998 5.164420409 5.432384228 5.795631167 5.238339723 5.367086951 5.497397314 5.696284725 5.380810057 6.170695855 5.632094202 5.510636983 5.420873195 5.32900767 5.530511642 5.339557337 5.587001748 5.511392692 5.199821557 5.172132928 5.956932904 5.001465482 5.790637418 5.047192465 5.344885689 5.203817785 5.739755867 +LQ04X002000 GDSL esterase/lipase At5g14450 13.85665891 13.46454948 13.80943845 14.13284954 14.04382168 11.51837752 12.31010333 11.278056 13.89458345 13.47775833 13.99896668 14.05114376 14.2372271 12.0465607 13.02822577 12.10462046 13.15914035 12.96103573 13.2668556 13.56990626 13.54645036 13.98268155 12.29940754 11.93973419 14.07948898 13.49747033 13.59002826 13.98148814 14.40511454 13.06938675 12.43254304 11.78153446 +LQ04X002030 Transcription initiation factor TFIID subunit, putative 4.978150785 4.820089316 5.396221832 5.132642471 5.187136566 5.327570783 5.151325862 5.276863002 5.21843708 4.819975472 4.804866874 5.146944737 5.058825539 5.463439939 4.982803541 5.387295986 5.119858532 4.841821991 4.431505314 4.939003233 5.03161189 4.731279562 5.060496885 4.94704875 4.92756228 4.972100221 4.521195504 4.79432095 4.833851035 4.876819165 5.124522549 4.854696647 +LQ04X002040 Putative uncharacterized protein 12.46098741 12.60888721 12.71836593 12.37711565 12.77124356 12.79148476 12.68178433 12.39001989 12.85077138 13.22669149 12.81289458 12.2975969 12.77689137 12.53307143 12.54220479 12.49194432 12.70341465 12.67505839 12.38132408 12.80733712 12.79636013 12.66840726 12.25972286 12.47634888 12.92654274 12.79917607 12.63354263 12.81829063 12.10392575 12.26958707 12.46052163 12.41609319 +LQ04X002060 Uncharacterized 38.1 kDa protein 6.287090374 6.684658837 5.761170078 5.926696556 5.706796857 5.551773105 5.768851703 5.781514925 5.998194668 6.163645755 6.231102939 5.943726016 6.488878366 5.127919626 5.247048881 5.594871264 5.984389652 6.354454006 6.326050242 6.095683491 6.713461484 5.556448864 5.581562106 5.261893122 5.866907147 6.436819691 6.539500173 6.196923 5.935972295 6.063374431 5.968604402 5.229775827 +LQ04X002080 Probable methyltransferase PMT9 13.34515608 13.3093425 13.57923829 13.53828774 13.65866738 13.0792174 13.39998728 13.584179 13.50142258 13.17792684 13.65995473 13.73917934 13.56246595 12.85574321 13.49089855 13.54893329 13.29872125 13.49489764 13.39357029 13.80839876 13.78839065 13.82469937 13.08473082 13.19550623 13.28360264 13.5292235 13.3629832 13.79649538 13.78359589 13.46020151 13.14971719 13.11162795 +LQ04X002090 E3 ubiquitin-protein ligase RGLG2 5.537251557 5.778253969 5.436838861 5.85669842 5.353163979 5.757493564 5.742509057 5.892200411 5.57213456 6.144317056 5.393944232 5.538832352 6.116137724 5.558342166 5.880794672 5.660968706 5.961807025 5.893293729 6.147092204 5.903284526 5.848941006 5.748008944 5.591704044 5.246762065 5.383473478 5.550823645 6.589573084 5.207720472 6.357515175 5.563834239 6.809848881 5.245380031 +LQ04X002100 Pentatricopeptide repeat-containing protein At4g35850, mitochondrial 13.13772652 13.55003897 12.83649889 12.46275838 12.64885084 13.33493592 13.16938198 13.13525449 13.38259536 13.40723399 13.32019558 12.73632925 12.87338478 13.27384338 13.2143979 13.01962774 13.12233312 13.10111944 13.01458269 13.10049106 12.86708433 12.73870652 13.07455664 13.46272136 13.19807821 13.62367087 13.2236215 12.82445611 13.06671941 12.99645646 13.2041381 13.41922814 +LQ04X002110 Putative Pre-rRNA-processing protein ESF2 11.85214677 11.84211109 11.38380562 11.75439538 11.24148358 12.38615167 12.27779152 11.9531442 12.05242115 12.38141427 11.53989444 11.87589535 11.47242138 12.33338932 12.23655942 12.19178478 12.26307953 11.30191604 11.33120957 11.5573478 11.17023196 11.23905508 11.82755652 11.33030582 12.12419165 11.40064159 11.4197464 11.3239062 10.92470937 11.19940671 11.70778624 11.11510059 +LQ04X002130 GTP-binding protein yptV4 5.344979693 5.921636091 5.867377777 5.3460719 5.652605604 5.759937402 5.662849424 5.519639446 5.718999252 5.885502732 5.741103143 5.540936314 5.580120224 5.31271328 5.900482982 5.4401194 5.448326895 5.617634101 5.241631986 5.794339836 5.943675305 5.348230345 5.725068232 5.536162662 5.616655175 5.284023987 5.514024735 5.794020673 6.152574446 5.152820981 5.663153841 5.154858295 +LQ04X002140 Proteasome subunit beta type-7-A 5.842411232 5.574852642 5.910510884 6.366899137 6.167107232 6.483003854 5.974354175 5.777252464 5.438464635 6.410528341 5.982027922 5.649828829 6.23276742 5.949059286 6.923177759 5.974772001 5.828311178 5.816751798 5.355934963 5.4045949 5.742424988 5.957869129 5.019804801 5.767006998 5.406841809 5.452410282 5.733618354 5.034165921 5.375458574 5.999868554 6.000243245 5.851479065 +LQ04X002190 Putative uncharacterized protein 5.589600408 5.582502317 6.10349158 5.280746524 5.826394973 4.934036817 5.131900994 5.117800446 5.543593407 5.120831188 6.137739857 5.312595486 5.916314729 5.538727028 5.053615931 5.25946272 5.251318847 5.586823949 5.473161075 4.665941962 5.459919776 5.301830011 5.426753085 5.660683281 5.620866719 5.746255403 5.908101725 5.747075762 5.395220951 5.474214354 5.838506457 5.565057418 +LQ04X002200 Predicted protein 6.922768778 6.688196728 6.090893333 6.176610194 6.039580216 6.099695602 5.746618862 5.810109017 6.542182568 6.829888798 6.564655389 6.101508247 6.402345687 6.209343824 5.772534791 5.741792435 5.767984724 6.469882194 7.282860134 6.243113479 6.22041283 6.405844416 5.72897454 5.442645474 6.378670823 6.546336827 7.979719504 5.957580771 5.764927637 5.797286213 6.038395397 6.006970379 +LQ04X002210 Hypothetical protein 5.249914303 4.81469963 5.433408421 4.940660089 6.068729269 5.656576626 5.133376575 5.130682927 4.790548742 4.926249148 5.408075426 4.718188602 5.034248151 5.047114233 5.184053485 5.000424631 5.656761351 5.5595105 4.610526901 5.528676297 5.353869299 5.168527651 5.634786257 6.388070157 5.568927169 5.538277581 4.771642712 6.322274246 5.198798255 5.371162034 6.092513438 5.975980227 +LQ04X002220 Putative Abhydrolase domain-containing protein FAM108B1 6.03488628 6.025240186 6.708103032 6.379227358 6.136078818 5.73212762 6.230079124 6.060257299 5.998376347 6.251130243 5.972946572 6.490464615 6.505071988 5.549535386 6.341310387 5.826435066 5.862126853 6.215814279 5.933579358 6.598531241 6.384609185 5.972247353 5.940368517 5.642039244 5.794553886 6.285277371 6.221919999 6.09082283 6.260317338 5.807766921 5.65583431 4.945655289 +LQ04X002270 Putative Splicing factor 3B subunit 4 5.423143396 5.106476919 5.297899278 5.612960814 5.160226407 5.735026403 5.460929808 5.692087932 5.395665937 5.328764725 5.191231341 5.62213669 5.391726587 5.37871145 5.94763049 5.690906671 5.299446996 5.12408819 5.397602472 4.899915946 5.667751191 5.162265189 5.661974894 5.455366701 5.32472687 5.051452962 5.171178466 5.063281815 5.870441087 5.197667657 5.0324025 5.082861073 +LQ04X002330 Putative uncharacterized protein 5.670682481 5.491626883 5.626034063 6.374220278 5.897999384 6.084327867 5.726091944 6.081708879 6.07966367 6.625046415 5.494076929 6.0201134 5.719729493 5.945533455 7.98953999 5.960785421 5.782282177 6.245304785 6.182265581 6.518218842 5.19930438 5.856949966 5.575301874 5.37988196 6.204251748 6.321710855 6.209654769 5.74514315 5.536562491 6.220917044 5.286956392 5.10275567 +LQ04X002340 Hypothetical protein 5.643167944 5.430019852 5.248070636 5.487064594 5.681533546 5.610593467 5.391035762 5.342290099 5.702977604 4.969387918 5.444510781 5.27434983 5.612960008 5.142971612 5.522849614 5.624942044 5.577191292 5.916114518 5.524466361 5.247018119 5.526316453 5.475062467 6.419876942 5.920770899 5.518441476 5.315566912 5.959162107 5.694686427 5.915970521 5.424734461 6.132636269 5.399726367 +LQ04X002380 Uncharacterized membrane protein At3g27390 5.199601237 5.555181153 4.615877559 5.19079098 5.035444321 5.268381784 5.430821636 5.386475574 5.214593296 5.194269032 4.989752498 5.320795837 5.186738205 5.220832995 5.154523459 5.232642662 4.977595535 5.387347203 6.229138919 5.364213383 5.493947392 5.006853079 4.92738319 5.444239603 5.286684982 5.206502127 5.991210759 5.161838957 5.303403613 5.064047611 5.443577678 6.609494888 +LQ04X002400 Putative uncharacterized protein 7.69492307 7.363703762 7.962362238 7.154009954 7.353861472 6.989266519 7.11835106 7.45730022 7.557713723 6.207437231 7.938764152 7.428058004 7.355922323 7.499021658 6.300601744 6.559484808 7.560655816 6.838407212 7.204666555 6.717953747 6.590495869 7.947014126 7.393507893 7.783665366 8.173411087 7.051593707 7.587757876 7.111417241 7.318230586 8.142741289 7.711948562 8.154060956 +LQ04X002420 Predicted protein 5.33622878 5.48537024 5.842245984 5.499763212 5.42062136 5.820884547 5.416972861 5.51385854 5.720251036 5.262744136 5.673411451 5.66777741 5.677956459 5.653725822 5.7385806 5.505200506 5.51312876 5.692944495 5.675272905 5.882900521 5.685149263 5.541752813 6.200318452 5.9217309 5.614168408 5.754295305 6.166563403 5.338408882 5.972151861 5.642524175 6.281489382 5.433294645 +LQ04X002430 Myb-related protein 315 6.018331124 5.777290969 6.017737484 5.818262111 5.485570753 5.493942827 5.582356044 5.561680418 5.573504307 5.608227173 5.539465065 5.558321458 6.115771296 5.355384507 5.018026306 5.477426641 5.540659178 5.972809861 6.356750051 5.347869917 5.696706208 5.739123598 5.397568988 5.675650053 5.693524117 5.565921947 5.775084644 5.134556135 5.326369484 6.065204736 5.592885016 5.958693963 +LQ04X002490 Putative Transcription factor bHLH61 12.41489861 12.58232995 11.8332408 12.18095618 12.19218084 10.95410642 11.08007628 10.68031217 13.12768788 13.38196701 12.51122527 12.44571059 12.36881921 10.82617846 11.28485377 9.939826081 12.02785021 12.44222818 12.65252857 12.07982669 11.43230832 12.15298048 9.933348117 9.603102313 13.1249033 12.82289968 12.86455213 11.17629538 10.82042724 10.35633814 9.810330761 9.125382932 +LQ04X002500 Alpha-soluble NSF attachment protein 5.649360287 5.750305324 5.544982051 5.96123149 5.327350212 5.506584049 5.591392142 5.336104464 5.872887922 7.285510424 5.809934333 5.555831153 6.085833835 5.224495863 7.462123397 5.356862082 5.979209967 5.554387944 5.464385533 6.062965302 5.636201876 5.59424338 5.565066943 6.122717602 5.722025888 6.057023686 5.277475061 5.536246801 6.26361293 5.59709745 5.487482071 6.210029658 +LQ04X002520 Putative uncharacterized protein 10.73082398 10.45247914 11.36512809 10.90912937 11.48063801 9.76979673 9.720097186 9.995468685 10.85079771 10.52365853 11.37953898 10.9388076 11.50413943 9.94069583 10.22878073 10.1569944 10.08852707 10.36379141 10.27529436 10.68493687 10.41748191 10.97364622 9.541907581 9.859974653 10.23926011 10.55151427 10.38078067 10.83483466 11.00607324 10.87294894 10.08158132 9.738425726 +LQ04X002570 Cystinosin homolog 12.44234196 12.58268404 13.46813899 13.72619525 13.62382701 14.39093047 14.49420388 14.75454436 12.63049661 12.95634875 13.56619271 13.79065902 13.75340004 13.92553932 14.12020948 14.35257833 12.27414395 13.01331091 12.20312614 13.12283077 13.08768964 13.61126062 14.00989983 14.14738021 11.99567685 12.72623606 12.40061929 13.5165371 13.20256522 14.09736149 13.83221926 14.23925487 +LQ04X002580 Putative ATP synthase mitochondrial F1 complex assembly factor 2 11.47182286 11.80593992 11.02032537 11.25590974 11.09274196 11.37666047 11.58782241 11.02284864 11.63772444 12.14346471 11.25530425 11.30684397 11.47599026 11.45463776 11.37038245 11.09062874 11.5316363 11.48421278 12.20900667 11.05836124 11.12603936 10.95832694 11.66580634 11.26131085 11.55049317 11.79097505 12.52103105 10.8861634 11.36801495 11.07318717 11.64404067 11.17735291 +LQ04X002590 Succinate dehydrogenase [ubiquinone] iron-sulfur subunit 2, mitochondrial 12.73941048 13.22961005 12.4486448 12.20938195 12.04846139 11.77622152 11.84147979 11.15837859 12.56823605 13.36009629 12.59660192 12.07260443 12.34022286 11.72162103 11.95486087 11.75950763 13.01372346 13.32479242 13.06830157 12.780296 12.76626787 12.57017506 12.09846418 11.82739382 13.27923524 13.12352764 13.15228689 12.453761 12.79724787 11.36583418 11.88439878 11.86306807 +LQ04X002600 Putative Zinc finger CCCH domain-containing protein 43 11.2110001 11.77057552 11.19032932 11.15298715 10.98399358 11.30685711 11.53591894 11.39064168 11.28501394 11.4126811 11.00336103 11.16675044 11.01429371 11.78233049 11.45050381 11.62005922 10.93790701 10.65337604 10.32829253 10.81776758 10.67949196 11.11580711 11.62940127 11.17342324 11.08426738 10.89593723 10.36304737 10.82974932 11.28493083 11.02156626 11.56189283 10.97409995 +LQ04X002630 Putative uncharacterized protein 12.54667775 12.55234311 12.3545671 12.26588202 12.31964222 12.05332421 12.33782561 12.0986806 12.64259238 12.52714813 12.59433399 12.65978696 12.60523766 11.94203583 12.53765502 12.1826782 12.15408919 12.51856944 11.95390388 12.46998921 12.68530804 12.36050988 11.92512004 11.69558372 12.28988516 12.65630274 11.99376159 12.530226 12.70556471 12.29796244 12.29852126 12.05102256 +LQ04X002640 Serine/threonine protein phosphatase 2A 59 kDa regulatory subunit B eta isoform 5.291448935 5.541567993 5.737727449 5.385998717 5.623866236 5.631770027 5.843310792 5.83591033 5.517391467 5.166964514 5.470671478 5.588524385 5.647048004 5.847197078 6.39334831 5.94770794 5.435632558 5.640602237 5.366358335 5.51742529 5.014275487 5.69794236 5.413449096 5.414725157 5.591939223 5.36351469 4.826030113 5.084100222 5.409612528 5.350158899 5.694302366 5.760164886 +LQ04X002650 Predicted protein 5.747410252 5.763817304 5.387451981 5.472789429 5.537059622 5.565322799 5.428507063 5.490910616 5.881222147 6.478381029 5.473400217 5.376122372 5.986687461 5.254097492 5.530559619 5.610499873 5.807396101 6.269676967 5.726264767 6.129193269 6.210847594 5.716009793 6.571500108 5.842084093 6.068516013 6.044642002 6.652087465 6.669482157 5.251683703 5.463082893 5.75492898 5.589459435 +LQ04X002670 Glucose-6-phosphate 1-dehydrogenase, cytoplasmic isoform 11.55229207 11.62033774 11.97353716 12.29672147 12.32585374 11.69038101 11.90074401 12.59666467 11.68295774 11.19697462 11.97252522 12.29259161 12.1287682 11.94283985 12.13934698 12.51469293 11.23426998 11.51363294 11.14913864 12.00145716 11.78111558 12.41508507 11.85060835 12.54537927 11.70872736 11.99243518 10.95672547 12.19758536 12.5487196 13.33036554 12.17076523 12.87292028 +LQ04X002700 Glyceraldehyde-3-phosphate dehydrogenase, cytosolic 5.23100556 5.118443125 5.404642362 5.416464914 5.152224387 5.025006173 5.280373044 4.879208754 5.145491854 5.477752386 5.26116237 5.156791412 5.442462164 4.9437227 5.238729413 5.349522145 5.10605686 5.277768798 5.513905515 5.643950689 5.567886822 5.02540041 5.410017512 5.685788299 4.840566363 5.318341813 5.253954082 5.174523244 5.640626697 4.918492255 5.818756845 5.223510672 +LQ04X002710 Prohibitin-1, mitochondrial 6.026429385 6.002193939 6.663712421 6.09650528 6.495078328 5.728333252 6.022851255 5.626124051 6.315201998 7.03739089 6.813962375 6.189834533 6.62118494 6.134881344 6.701427527 5.96522089 5.491240294 6.417097282 6.388336378 6.667894728 5.955024644 6.157442222 7.293540716 5.557668518 6.224583977 6.616150996 6.661230493 6.068060647 5.964445569 6.267389976 6.720933902 5.733313761 +LQ04X002730 Ribosomal protein L2 (Fragment) 12.10789995 12.56819459 12.04687946 11.98275075 11.88338705 12.08624166 12.25527705 11.81472543 12.19693647 13.01039174 12.21919485 11.9367197 12.05980885 12.36139756 12.54742134 12.24152386 11.74112718 11.90130575 11.33776493 12.15383997 12.36919819 11.42142423 12.76790061 11.87700532 11.60140512 11.8839927 11.50733595 11.89532892 11.98845354 11.50383245 12.78633509 12.01160992 +LQ04X002740 Putative uncharacterized protein 13.51951815 13.47417696 13.42945171 14.15944108 13.71109784 14.19103829 14.07904867 14.22375265 13.6842363 13.76369684 13.83008962 14.04157105 13.81279135 14.24213739 14.0360266 14.41124001 13.82127299 13.50026021 12.56582893 12.69378554 13.10541518 13.63530007 12.38901207 13.3391764 13.37568875 13.57859186 12.35767931 13.19115591 12.49479839 13.64585625 12.51947523 13.29960261 +LQ04X002750 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 6.825269423 6.319911968 6.714912902 6.363659693 6.477204229 5.905680893 6.01081277 6.233240357 6.918681001 6.584099676 6.917290316 6.363244921 7.041267088 5.923969425 5.971195577 6.230005975 6.323572563 7.176757725 6.908949331 7.231337906 6.627985383 6.540238635 6.517460515 6.87299231 6.461576736 7.581547161 6.886744518 6.486186081 6.469087367 6.5301465 6.191181405 6.491295963 +LQ04X002760 Lysine histidine transporter 1 5.163272387 5.181617456 5.678874709 5.371817153 5.261662184 5.456451808 5.363003383 5.317991647 5.193075003 5.169377245 5.734702998 5.286391123 5.64508956 5.240230216 5.345091968 5.198901637 5.369190359 5.590708485 5.688162753 5.549110402 5.542583604 5.312927864 7.076234707 6.15526639 5.392727401 5.98791228 5.458895321 5.87777255 5.5256403 5.48508723 5.938312338 6.427565096 +LQ04X002800 Putative uncharacterized protein 9.493658129 10.39577043 10.34301036 9.113307824 8.575550266 11.58888911 10.72691291 11.01544615 7.917847914 8.751058543 9.201203259 8.397054888 8.160017918 10.70897242 10.94812542 10.12038628 8.86115896 9.917485341 7.637926612 9.477771023 10.19057756 7.504271416 10.89157177 10.78307725 7.306207537 7.606326448 6.772848789 9.377552242 8.837472153 8.241040341 10.75303641 9.721020974 +LQ04X002820 Cytochrome c1-1, heme protein, mitochondrial 13.35498108 13.21161389 12.57995403 12.46943287 12.45360647 12.71314214 12.34757484 12.16232068 13.25031822 13.07672125 12.64673361 12.51149437 12.51953918 12.68018529 12.42338098 12.58584484 13.36032294 13.18299788 13.46348503 12.68756119 12.96405005 12.35869564 12.58406208 12.22332719 13.57715022 13.29744711 13.67481239 12.25907389 13.03372701 11.94165695 12.71505716 12.24595167 +LQ04X002830 Kelch repeat-containing protein At3g27220 8.948046852 8.807211615 7.224368042 7.375921846 6.157449635 6.481714777 6.465923643 6.344826852 9.18097562 9.204612222 7.837810159 7.494675821 6.250625352 6.908788347 6.3673434 6.387429432 10.66492981 8.164098989 9.8347597 6.729291185 6.875030428 7.212786332 6.942635575 7.518010945 9.158508013 9.027322192 9.732144807 6.916205142 7.393402852 7.067693807 6.794932349 6.40650643 +LQ04X002840 SET domain protein 5.488632194 5.549831447 6.335468122 5.788143338 5.047058428 5.749066511 6.069973406 5.666692867 5.543118712 5.819389593 5.52625317 5.635775684 5.401828673 5.863862179 6.338149306 5.937142419 5.918572273 5.847419067 5.589067108 5.956062799 5.813061141 5.327689677 5.855205921 5.75560805 5.482117276 5.832985429 5.236449823 5.484458916 5.37431556 5.450858549 5.358470816 5.457124109 +LQ04X002850 4-coumarate--CoA ligase-like 9 5.390849513 4.929510513 5.906439757 5.252354141 5.450607267 5.061121578 4.979762861 5.08213825 5.111293595 5.529950926 5.349556457 4.97967627 5.600629727 5.24959249 4.915706867 5.116154689 5.095572041 5.476503549 4.977020943 5.783236695 5.652313182 5.951365504 5.339673138 5.244166967 5.319246181 5.062355831 4.866073569 5.101855576 5.45903454 5.408195724 5.804146855 5.496785913 +LQ04X002860 Putative uncharacterized protein 6.256292717 6.139269379 6.104936557 6.870722358 6.233975394 7.040850965 7.213306658 6.914050133 5.746248784 6.287051276 5.617598656 6.353445706 5.917749569 6.004757597 6.858196612 6.526310524 6.773655604 6.455213282 6.597176247 6.478951497 6.260851969 6.31222949 5.70650886 5.980882178 6.27425417 6.340258362 6.571594522 6.356847003 5.934670315 5.9265536 5.861260477 6.280989303 +LQ04X002870 COP9 signalosome complex subunit 3 5.297190318 5.062274946 5.199969175 5.416484967 5.569949473 5.767251231 5.736844237 5.453444055 5.069053442 5.218018222 5.483370884 5.542654012 5.49643228 5.469812916 6.398975415 5.304706931 5.072996793 5.434408023 5.896485174 4.990054394 5.145220324 5.207005731 4.781288923 6.091141683 5.195375846 5.627102509 5.407223936 4.867098151 5.931225376 5.066797917 5.523278174 5.807801303 +LQ04X002880 Putative Viral IAP-associated factor homolog 12.47655379 12.61420359 12.11220413 11.93587234 12.10992961 12.32852354 12.20457825 11.97786273 12.56464493 12.74194397 12.1658497 12.17094082 12.20513902 12.31143362 12.21240979 11.9897704 12.87290301 13.0539492 12.99432749 12.56543586 12.35564322 12.47654893 12.60355499 12.60382668 12.77489256 13.02336497 13.06628214 12.44243002 12.24592923 12.15222517 12.4877937 12.62340888 +LQ04X002930 Predicted protein 4.993800856 4.921066646 5.195665753 5.078186318 5.209107122 5.130489275 4.800253716 5.053540634 4.854289928 5.023995447 4.941524255 5.017274865 4.773302738 5.322869861 4.851207693 4.966710038 5.124761738 5.036561762 5.307781932 4.941435117 5.038142931 4.794655041 5.157563238 4.921881125 4.955120127 4.866126776 5.088798523 5.369593971 4.867292481 4.823717185 5.49352192 5.179261021 +LQ04X002940 Putative Ankyrin-3 5.343243792 5.052306185 5.162922128 5.102972922 5.474818131 5.059522337 5.694640224 5.575006605 5.268862469 5.697627133 5.438466077 5.109246876 5.264129329 5.225889706 5.369418955 5.408203831 5.254664857 5.35582187 5.304607141 5.296022523 5.287954676 5.455815523 5.34037736 5.192086418 5.551463051 5.23164559 6.093784383 5.530561788 5.329382742 5.192654832 5.107320286 5.309170878 +LQ04X002950 Protoporphyrinogen oxidase, chloroplastic/mitochondrial 11.02668691 10.86473332 10.99147906 10.53104319 10.99296962 11.21811431 11.00527517 11.08397723 11.02227214 11.18724285 11.19574073 10.60709648 11.06387389 11.17353271 11.32625147 10.96589773 10.90659375 10.87275662 11.12125507 11.13279288 10.45375592 10.90433669 11.40300764 11.47945547 11.0861431 10.83993601 11.02177336 10.63234823 10.97786508 11.16246639 11.39048482 11.4965294 +LQ04X002960 Putative 3-ketodihydrosphingosine reductase 5.151023977 5.107383893 5.766726502 4.988950705 5.142050745 5.133698732 5.118148734 4.990052946 4.975437607 5.25487844 4.93545559 5.177347357 5.300059064 5.629751588 5.258233614 4.837173117 5.113596634 5.228764141 5.415552258 5.2510162 5.298966655 5.034058313 6.426693384 5.885238078 5.230941549 4.928375566 5.38906194 5.922581228 5.045482638 4.691329222 5.887805807 5.530756383 +LQ04X002990 Adenylate kinase 1 chloroplast, putative 5.156054077 5.064840551 5.054018105 5.232904251 5.335632723 5.332758629 5.089169038 5.056188806 5.027740919 5.330609629 5.177737732 5.044901087 5.253855407 5.264183866 5.523610594 5.018280674 5.267150273 5.070045696 4.721639141 4.926249654 4.995624182 4.650494761 5.095780616 4.800411679 5.17090664 5.119820696 4.892809263 4.993335117 5.337718531 5.039597217 5.359877044 5.660188097 +LQ04X003250 Mitochondrial import receptor subunit TOM20 6.43362683 6.023553266 5.935771307 6.60473487 6.397934151 6.666337969 6.936790148 6.865255346 6.405379028 5.78921024 6.415298498 6.333572636 6.38437756 6.273397205 7.00664509 7.08943535 6.314476689 6.647222039 5.727230123 5.786423119 6.361136165 6.534605681 5.991709357 5.726042179 6.25034743 5.971425672 5.9228341 5.842534381 5.855116683 6.565949273 6.526597865 5.978842061 +LQ04X003260 B2 protein, putative 14.51565082 14.62702781 14.2762064 14.7247267 14.78882801 14.29887453 14.60418895 14.53228113 14.71504218 14.74710782 14.35482873 14.65409448 14.65024293 14.46796341 14.91652242 14.7048852 14.22416431 14.93516114 13.80860183 14.59074145 14.42387348 14.73890518 14.2863337 14.73853948 14.2979453 14.91568013 14.19316286 14.63879465 14.60171882 14.72294901 14.26899583 14.77526006 +LQ04X003270 Enhancer of yellow 2 transcription factor homolog 12.31691119 12.21755003 12.42974588 12.48328052 11.77281552 12.46808998 12.60593401 11.99893861 12.37140711 12.60273708 12.407929 12.40945514 12.05833721 12.49041581 12.52497536 12.15216814 12.21522664 12.4132461 11.96735633 12.31410393 12.47435401 12.13065472 12.51711939 12.01251974 12.18013338 12.40075177 12.00951261 12.08805914 11.83295797 12.08886829 12.3533687 11.88930932 +LQ04X003280 Metalloendopeptidase, putative 10.14078645 10.01554249 10.84293107 12.18123202 11.3094607 14.39743893 14.4931347 14.18072148 10.3277356 9.804691952 10.96272691 12.12649598 10.8662504 14.51677108 14.44241024 14.32587179 9.889450563 10.47732498 9.300626153 11.01587233 10.60693056 10.81453201 13.168748 12.94725674 9.611687571 10.25155118 8.833410994 11.25959845 10.31230898 11.95468699 13.27670521 12.53696557 +LQ04X003300 Sulfite oxidase 10.39073703 10.25386844 9.946687961 11.09794291 8.95750662 11.76054044 11.22155049 10.8851398 10.32486324 10.22016073 10.1562782 10.83160977 9.200390281 11.39860466 11.24383176 11.00648562 11.29728127 11.21129446 10.04430194 10.57161242 10.68015714 10.2544405 10.46236923 10.76676341 10.5215319 10.80711136 9.299843343 10.96015172 10.11844813 10.92093038 10.24206934 10.83422695 +LQ04X003330 SWI/SNF complex component SNF12 homolog 5.536666246 5.638007111 5.695207605 5.714096561 6.178659174 5.988295565 5.700807262 5.914574677 5.876431565 6.143744037 6.225715467 6.021881066 6.102767491 6.54475496 6.289818341 5.928710249 6.034597911 6.141309238 5.669017015 5.999041988 5.997441629 5.895284141 5.65929785 5.965991868 5.938342203 5.449878309 5.477623568 5.659941512 6.101105229 6.115698329 5.986215592 6.102142521 +LQ04X003340 F-box/kelch-repeat protein At3g27150 5.963083924 5.967804334 5.89889247 6.221347381 5.874386669 6.345173153 6.325990113 6.049462132 5.770471425 5.847628498 6.815091448 5.903531743 6.33325664 6.323276687 6.151110443 6.340625766 5.970993963 6.591358786 6.010957559 5.351223574 6.121328807 5.729897884 5.709631033 5.602827831 5.851376878 6.346010799 6.193687331 5.800567398 6.403009158 5.514743854 5.432803044 5.766558576 +LQ04X003350 30S ribosomal protein S21, chloroplastic (Fragment) 5.181931155 5.406335625 4.888612772 5.417292178 5.217263582 5.165523933 5.137000493 5.085548152 5.266008173 5.525137623 4.986101189 5.445295036 5.580441102 4.958184641 5.559600517 5.215403427 5.18118388 5.364406418 5.723151432 5.459528303 5.301156124 5.107524116 5.428647027 5.136267185 4.88586809 5.204549665 5.942340682 5.887958662 5.413142947 5.083463453 5.360559161 5.090027817 +LQ04X003380 Chloride channel protein CLC-b 6.248927722 6.241228863 6.10955364 6.016118816 5.663185882 6.62976406 6.075868377 6.214126197 5.937831824 6.061254572 6.186694756 5.563669223 6.124130623 6.11040647 6.331245771 6.047550744 5.519529363 5.818266628 6.145063722 6.565333839 7.360375132 5.736544303 6.781926297 6.475882424 5.724285634 6.318976482 7.253394971 6.777295216 6.782939796 5.743378378 6.732254434 6.138682682 +LQ04X003390 Putative Uncharacterized RNA methyltransferase pc1998 5.023733707 5.312296041 5.409625503 5.388559025 5.10381465 5.207400219 5.278084732 5.261216128 4.944408191 5.156128562 5.083979523 5.280971609 5.149146546 5.318331871 5.421993079 5.165043243 5.157160403 5.006078392 5.357472461 5.519074667 5.542235527 5.352443346 4.993253424 5.735020807 4.810449801 5.214771625 5.172924273 5.56335265 5.227620638 5.200141713 5.281034804 5.83888561 +LQ04X003470 Putative Uridine-cytidine kinase-like 1 5.155740323 5.058209636 5.221460636 5.004406208 4.771643883 5.11554339 4.902839566 5.263206163 4.817155278 5.025973443 5.178949558 5.097825127 5.349431941 4.864318092 5.235596853 4.988221632 4.871550467 5.150253448 5.121731286 5.146456034 5.244028657 4.949460965 5.207961805 5.22965811 5.032517925 5.404952311 5.174248721 5.262532691 5.308801319 5.105091703 5.208765532 5.540489523 +LQ04X003480 Blue copper protein, putative 11.28236979 10.77078505 12.31600917 12.55282034 11.85455138 8.081921073 7.954096517 8.356071083 10.97602719 10.686918 12.27701228 12.63888054 12.66606053 8.142455564 8.904358466 8.64941095 11.28342483 12.02268679 10.89806338 12.4626531 12.99540209 12.02394385 8.796247294 8.48400182 11.54256613 11.79375033 11.83422429 12.9038079 12.52668232 13.17191713 8.354095204 9.343852443 +LQ04X003500 Putative uncharacterized protein 5.846650883 5.800862159 5.506961144 5.920084896 5.93774945 6.126256546 6.197904813 6.361991555 5.83359595 5.555638472 5.634720664 6.130209854 5.287467434 5.671887782 7.399408655 6.526235485 5.57639463 5.840253657 4.912570388 5.974718155 5.553263274 5.77681642 5.703298224 5.43987644 5.553259724 5.232242897 5.242571956 5.919628495 6.085807272 5.641513491 5.199580259 5.989117284 +LQ04X003510 Ribulose-phosphate 3-epimerase, cytoplasmic isoform 7.268441918 7.997626645 7.711423436 7.860798589 8.304104658 8.545232532 8.839024354 9.151403696 7.517974332 7.771550381 7.578671648 8.252815335 7.95566268 8.778977694 8.619489287 9.180430027 7.554960917 6.903799761 7.421855597 6.613567392 5.902375663 7.947690204 5.908101524 7.159367065 7.077076155 7.961609924 7.137235183 6.371425276 7.189055768 8.466983165 6.400970288 7.707949017 +LQ04X003640 ATP synthase subunit alpha, chloroplastic 5.372493382 4.933908445 7.583808124 4.87373916 6.057048498 5.877799462 5.078495768 5.660062383 5.350048358 5.430425326 6.463501042 4.999057409 5.194740356 5.748469921 4.737005089 5.350935701 5.657562952 5.28683247 5.249983976 5.504796537 5.481312958 4.914927247 6.633132853 6.325990454 5.605605585 5.290845812 4.76942632 6.780419243 5.836436603 5.075262372 6.213707784 6.373542946 +LQ04X003650 Photosystem II reaction center protein I 6.409195279 6.146079284 6.007599583 6.907968581 6.358036367 7.762017374 6.485190285 7.64875766 5.802328334 6.462569345 5.474022284 5.486833364 5.157346789 6.856615286 7.554362563 6.536051259 5.444410512 5.251449542 5.478251463 5.691482657 5.536856917 5.723426461 5.555718565 6.360276026 5.652479978 5.414675026 5.029559981 5.164630708 5.455398998 6.151253126 5.784492754 6.567133865 +LQ04X003660 Maturase K 14.01531435 13.51776665 14.13409518 15.0822727 14.39142363 15.10707872 14.75943031 14.67667226 11.43574258 13.83200709 11.47144963 12.58278404 12.39525874 12.43610078 14.14607887 13.1290778 13.3542054 13.18380933 13.8649853 12.82592397 13.44984782 14.05771989 13.20401901 13.76154839 13.93230047 13.51286361 13.4103596 13.5455287 13.03787783 13.40382523 13.86234571 13.33572505 +LQ04X003670 Protein ycf2 6.105488909 6.130569012 5.559944339 6.457934463 5.387229025 7.473041188 7.347070997 7.224863076 5.85075141 6.830541539 5.124796563 5.916675998 4.698753278 7.268667839 8.595198596 6.89234962 5.947732996 5.581297356 5.906799117 5.217616398 5.298828064 6.09638626 5.235495251 5.289590999 6.342767741 5.605474299 6.190452884 5.539024833 5.824791431 6.255052694 6.187159333 6.063020802 +LQ04X003680 Os04g0234750 protein (Fragment) 12.63743612 12.51566337 12.49347704 12.49864585 12.68079844 12.5592188 13.11113245 13.14436561 10.26015822 12.88918968 9.899994305 9.907790856 10.35206132 10.44430482 13.69687541 11.13887234 11.11075553 11.01031989 12.22175732 11.08715376 11.13699758 11.58036765 12.71416754 12.7659914 11.87840538 11.30499927 12.11576658 11.3682679 11.6047608 11.509762 12.9100542 12.59836525 +LQ04X003690 Putative uncharacterized protein 6.760387077 6.984811612 6.312446578 9.873944141 6.98858473 9.874913322 10.73327019 10.55913496 5.838589185 5.890780213 5.564283198 8.681312126 5.997081436 9.046104029 10.23208461 9.913431236 7.008635933 6.602730126 5.97147222 6.337989062 7.056080708 7.811369363 7.001137683 8.212193246 6.84082069 7.115343529 5.570578649 6.718693326 6.711795097 8.355281107 7.639667019 8.070727411 +LQ04X003700 Putative membrane protein ycf1 15.15336723 14.72601351 14.85156955 15.46367996 14.79410919 15.60869864 15.29065738 15.30484807 14.73215604 15.29224208 13.7688827 14.12081642 14.1350846 14.17919125 15.32988753 14.62610574 14.8928521 15.22228199 15.30603966 14.74513383 14.72502296 15.22177905 14.70622491 15.05433926 15.50056649 15.42035933 15.02128499 15.17011843 14.83880678 14.83246948 15.06368534 14.6590082 +LQ04X003710 NAD(P)H-quinone oxidoreductase subunit I, chloroplastic 7.495888452 7.039013206 6.803045458 7.238824068 6.981998159 7.342420715 5.998762775 7.264241325 6.781429796 7.45592481 6.4774564 6.402001659 6.727765332 6.218374676 6.765306307 6.345058004 6.680452182 6.428036142 5.545322832 6.512940494 7.110547458 6.529504579 7.058673914 6.853222105 6.646201315 7.363889157 5.523153034 7.017325464 6.950943292 7.047887834 6.870293782 7.443945702 +LQ04X003720 NAD(P)H-quinone oxidoreductase subunit 5, chloroplastic (Fragment) 8.976405446 7.975731376 9.226277772 9.541730901 9.242885114 9.74159983 10.70912491 9.492577063 7.730483625 7.809376054 7.530227391 8.020885553 7.938374908 8.729323518 9.67333999 8.838573517 7.154213897 8.176851613 7.678956966 7.895858577 7.969022753 7.577712295 8.082188685 7.720965339 7.613044917 8.692277207 8.22296623 7.61373514 8.164293956 7.522986632 9.50437768 7.075168555 +LQ04X003730 Uncharacterized protein ycf68 10.68395061 10.62879107 11.84308741 11.46029329 11.74193038 12.07200117 11.8439409 12.48614041 8.815020593 9.72940292 10.15150984 10.26536555 10.0553179 10.22782603 10.82577515 10.76091395 9.560301481 9.998375978 9.239036032 10.08832093 10.71430631 10.92561048 10.93986857 11.83952518 9.698776425 10.02772141 8.990586665 10.69728517 10.48169903 11.0516466 11.19055693 11.8788803 +LQ04X003740 Unknow protein 4.752372809 4.84219186 5.251005202 4.921528611 5.027563697 5.316380549 5.069717359 4.95806735 5.001269841 4.861180884 5.535590947 5.197145818 4.861122136 5.062755248 4.920205995 5.213642086 4.979613799 4.788751011 5.140253406 5.005897073 5.170746817 4.890546845 4.951017163 5.292762692 4.762858312 5.012294254 4.850255285 4.804176527 4.944497697 4.805881227 5.543790172 5.48756575 +LQ04X003760 NAD(P)H-quinone oxidoreductase subunit 2 B, chloroplastic 6.303855217 5.57298274 6.462602546 6.193764121 5.609095267 6.289653448 6.770992108 6.643444725 6.17841335 6.211899972 5.958328788 5.587700203 6.214945114 6.116665815 7.173455469 6.579892019 5.517904718 5.665502697 5.883040291 6.106951867 6.720006697 5.632536842 6.234315125 6.527433353 6.087186323 5.614338645 6.340162145 5.97538069 6.758466953 5.671011265 7.061356167 6.72219928 +LQ04X003790 30S ribosomal protein S8, chloroplastic 14.24995879 13.75017497 13.45308431 14.53739472 14.02856085 14.31787751 14.20701414 14.58435179 13.59813492 14.19473784 12.70448962 13.04660776 12.92450405 13.33241658 14.57578813 13.37995249 13.61892654 13.39438537 14.51140349 12.97949101 12.69366574 14.36959161 13.51465914 14.31612855 14.31280214 13.89952417 14.30154016 13.8869739 13.34494282 14.62994884 13.75382368 14.38698788 +LQ04X003800 DNA-directed RNA polymerase subunit alpha 4.975114349 4.774672357 5.056532189 4.658148568 4.867658406 4.604914667 4.715304141 4.641779288 5.101669588 4.905256858 4.743023812 4.877134128 4.917804869 4.705129775 4.716432262 4.60449452 4.799832472 4.903487633 5.030789927 4.860240648 4.935064542 4.85104258 5.157056993 4.710937569 4.701858409 5.339677106 4.760070483 5.31799429 4.879069455 4.762931678 4.892468604 5.145071151 +LQ04X003810 Photosystem II CP47 chlorophyll apoprotein 13.87623367 11.89408942 14.54791823 14.39453803 14.79693541 14.72727666 14.75839976 14.8369106 10.36518248 10.48043988 11.14242121 11.47629838 11.71892176 11.31626631 13.10644739 11.7065238 10.69472892 11.33522008 11.77375593 11.56882802 12.1094778 12.87710761 13.16580776 13.75944928 12.08176068 11.86761119 11.97582323 12.29337034 12.55544683 13.4469712 13.68295861 13.9735585 +LQ04X003820 ATP-dependent Clp protease proteolytic subunit 15.58672388 15.08185815 15.29588212 15.63951994 15.22363389 15.51161775 15.38399443 15.53940565 15.22767966 15.54187726 14.73948987 14.92798503 14.83123476 15.00683304 15.10911432 15.28262102 15.36116793 15.34919464 15.40739388 14.62439513 14.58213438 15.16723816 14.68578149 14.63608877 15.04714609 15.20765073 14.96212326 14.69776079 14.29965215 14.53822853 14.71010982 14.46546928 +LQ04X003830 Cytochrome b559 subunit alpha 10.59481874 10.15638907 11.30498633 12.30930087 12.15410579 11.13565066 11.96457747 12.18472109 9.134688769 10.49439463 9.448388587 10.61817162 10.68911236 10.1192571 11.60166053 11.05531867 8.761063257 8.975620303 8.0558162 9.151251524 10.37723046 11.76869691 10.48221128 11.66980652 9.168509844 9.800222348 8.17919882 11.02602672 10.11885755 11.77550879 10.33225875 11.57784505 +LQ04X003840 Apocytochrome f 10.90616608 9.173179831 9.706262003 11.03096232 9.749431001 11.64030911 11.36570032 11.26408941 9.146395773 9.405378218 8.20182562 8.631983688 8.839806698 10.06449168 11.10055555 9.855023032 9.048650969 8.647732405 9.312829225 8.6096575 8.395374529 9.783277232 9.907083931 10.57445415 9.819426696 9.347373882 9.694246497 9.724765205 9.697652172 10.2824365 10.81947612 10.977169 +LQ04X003850 Ribulose bisphosphate carboxylase large chain 7.245557677 7.131699937 7.62250878 7.484552513 7.840448952 8.708203739 8.807164964 8.301152916 5.703071632 5.953618168 6.430594477 6.542907936 6.539660265 7.12190491 8.446373355 6.335991257 6.339899486 6.458221765 6.334907167 5.832935079 6.610886971 6.773746258 6.389280219 6.379813911 6.587268379 6.397085223 6.571781466 6.848563289 6.742927353 6.935276694 7.126953902 6.86514714 +LQ04X003860 Putative NADH:ubiquinone/plastoquinone oxidoreductase%2C chain 3 6.201012212 6.132291559 6.370414997 6.154919823 6.017646696 6.529271816 5.867741283 6.124520754 5.89809565 6.07534466 5.487521299 5.835096068 5.693967873 7.00069866 6.12014608 6.108910112 6.184509841 6.272470882 5.345941573 4.764202723 5.270689129 5.671280735 5.314606667 5.359557176 6.238495549 5.991218794 5.309849644 5.597893177 5.416114809 6.067925827 5.247375692 5.546168927 +LQ04X003870 Photosystem I assembly protein ycf3 4.768347714 4.838496284 4.570345411 5.257973805 4.892938632 5.511858005 5.672011866 6.620335345 4.570512709 4.813774309 5.044067556 4.840450379 4.902623686 5.266768586 5.717686813 5.412254049 4.672408698 4.768300408 4.586143578 4.924146219 5.463276773 4.610411832 4.970413388 5.230032794 4.65348763 5.088826952 4.874118529 4.63388287 4.583195546 4.996959356 5.648102128 5.422542749 +LQ04X003880 DNA-directed RNA polymerase subunit beta 14.3204379 13.34392688 13.75634453 14.98203837 13.70323608 15.06733199 14.38559027 14.46598326 12.55657107 14.29497989 11.28509692 12.79390647 12.37458409 13.07614594 14.4965241 13.17722224 12.86572865 13.06671692 13.84322064 12.54270352 12.69402052 13.14588465 13.0795032 12.7854604 13.85733448 13.39731616 13.65249864 12.69462242 12.92112449 13.03359395 13.83039586 12.56422086 +LQ04X003890 Putative uncharacterized protein At3g20362.1 4.942863652 4.908221204 4.956616567 4.828210418 5.09214653 4.764934972 4.841731346 4.915475212 4.887603976 4.998941851 5.11515508 4.837750004 4.738511253 5.108597542 4.786836036 4.799046141 5.018436664 4.865282808 5.036941906 5.006397761 4.893801195 5.089912009 4.858252904 4.74285043 4.970256041 4.612073375 5.037885392 5.254821006 5.507583805 4.727267774 5.035347464 4.546358538 +LQ04X003900 Photosystem II CP43 chlorophyll apoprotein 5.651623715 5.119210187 5.415754405 6.302767235 5.559945846 5.911258825 5.384454755 5.936877282 4.999881167 5.969194526 5.539755781 5.133576801 5.119090773 5.627721383 6.013239929 5.95800169 5.675626468 5.618360034 4.807057839 5.728368761 5.461650794 5.671804946 4.775951297 5.964077119 5.485603945 5.947390085 5.280484018 5.136238748 5.343576262 5.635505581 4.97213407 5.970740919 +LQ04X003910 Photosystem I P700 chlorophyll a apoprotein A1 10.11135142 9.018033486 11.02891856 10.83572154 10.54062704 11.91077965 11.97921854 11.46498107 7.603907854 7.223837329 8.910817732 9.17424737 8.025976826 9.763358106 10.4900785 8.921322367 9.290119974 9.601528222 9.196901876 9.318700225 9.677635804 10.07919068 10.7649446 11.3453515 9.438052104 9.83366361 8.764905647 10.5342423 9.573361958 10.46109567 10.74356315 11.32908409 +LQ04X003920 30S ribosomal protein S4, chloroplastic 9.549264107 9.342916971 8.449646771 9.586206149 9.540631619 9.935486872 9.584426918 10.30752365 8.269968061 9.392394849 6.819774055 8.342892747 7.911223534 9.030970932 9.711665222 9.026482162 9.021293902 7.412671254 9.782729502 7.928276919 6.316363159 9.716646247 7.691805204 7.504965 9.891999212 8.616564581 9.834580405 9.096983336 8.052237194 10.44387971 6.823498417 8.971438777 +LQ04X003930 H -transporting two-sector ATPase, alpha/beta subunit, central region; H -transporting two-sector ATPase, delta/epsilon subunit 6.1073988 5.842444846 6.028468357 6.23065353 6.222861555 7.015639139 6.830046525 7.288259674 5.281203575 5.278367068 5.666223587 5.520485981 5.671497551 6.694408439 6.426730942 6.420269359 4.812974932 5.495424738 5.015253185 5.258831644 5.645242 5.57721965 5.102803621 5.36178372 5.309228538 5.345341533 5.299906588 6.077919823 5.969635902 5.491219045 6.429475178 5.006730289 +LQ04X003940 Photosystem I assembly protein ycf4 7.801526192 6.870801918 7.635168377 10.07301374 8.268186249 9.830324355 10.5876398 10.10943939 5.6093893 5.922010411 5.419156829 7.332607209 6.043464589 8.156645047 9.962121438 8.056208237 6.701199812 6.221279929 6.02125694 5.822684973 5.683668613 7.57965143 6.930624199 7.76221001 6.931056168 6.413708255 5.848580559 5.96617245 5.84036353 8.024468926 6.42385626 7.171076037 +LQ04X003950 50S ribosomal protein L33, chloroplastic 8.075847277 7.039971958 7.809237477 8.618431704 8.584038295 9.592440496 10.08517434 9.997159772 6.125342209 8.967518775 6.275636003 7.569470806 7.333162822 8.149693829 9.764469206 8.908853514 7.478981262 7.573010659 7.017994314 6.54690636 7.013299148 8.468438336 6.945004456 8.099445119 7.57106705 8.477439642 7.293380823 7.969522164 7.208492857 8.677024542 7.556637198 7.76836855 +LQ04X003960 30S ribosomal protein S18, chloroplastic 8.261356126 6.491374769 7.953380308 9.374221482 8.315457265 10.34283976 10.11927688 10.01761535 6.527630944 7.436531864 6.402474526 7.94268105 7.368483488 8.035765546 10.17311677 8.091283044 7.319263337 7.97767782 6.868928893 7.250492602 7.335433316 7.438451891 8.093823156 7.876433747 7.568203127 7.93823917 6.72926315 7.879929337 7.671445977 7.720071655 8.962482627 7.423156931 +LQ04X003970 Cytochrome b6 5.227890427 5.275815121 5.315720546 5.564206248 5.318102086 4.921650401 4.80503426 4.90237351 5.310562151 6.714271186 5.111384222 4.95235304 5.075860039 4.934241992 4.979055478 4.842614499 5.286414951 5.275649606 6.192528316 5.523498761 5.132736489 5.197542202 4.629270296 4.908278554 5.747254948 5.201192741 6.054820027 5.157056835 5.697516914 5.362799813 5.108578663 5.499950679 +LQ04X003980 30S ribosomal protein S3, chloroplastic 15.29024343 15.37096119 15.11154501 15.52585776 15.33502322 14.90746863 14.86319747 15.32052699 14.84842872 15.34913762 14.7705629 14.38911192 14.85715605 14.45603143 15.71948315 14.89260542 14.55814613 14.63025898 15.03478866 14.69780462 14.60233181 15.21531306 14.87945551 15.03134836 15.2721425 14.89285066 14.81759042 14.93827009 15.2041151 14.93151162 14.81197307 15.05883859 +LQ04X004030 Putative Major pollen allergen Pla l 1 6.08024705 5.697992378 6.411355586 6.441358367 5.954535137 5.220355436 6.144242673 5.951699723 6.158036213 6.347227144 6.2775548 6.160222463 6.315421172 5.496920443 6.076377316 5.826968962 6.021240799 5.899731757 6.538991157 5.853256651 6.20782784 6.155403257 5.553952197 5.287598654 5.782820449 5.907553432 6.334135516 5.833059926 6.502922296 6.684243666 5.257797198 5.537260823 +LQ04X004040 Omega-hydroxypalmitate O-feruloyl transferase 5.552677488 5.347383027 5.342891433 5.340885014 5.29074244 5.164590094 5.395017607 5.225089131 5.473174842 5.154635392 5.461563975 5.282071308 5.632262762 5.159702146 5.357385707 5.527915765 5.641954726 5.358060191 5.600210996 5.450367381 5.927885304 5.445949158 5.864755574 5.715917676 5.324957866 5.276238142 6.003982022 5.178101497 6.585800034 5.449243069 5.375984447 5.573521612 +LQ04X004050 Actin-related protein 2 11.81712122 12.0157307 11.47172284 11.80946022 11.64135591 11.38807844 11.50063825 11.19214659 11.9626719 11.89586715 11.73640948 11.73343655 11.94118703 11.52173573 11.49718323 11.36601565 11.64713135 12.16910004 11.6753235 12.11580488 12.1157943 11.46800068 11.62373198 11.38064879 11.84582311 12.42287292 11.83878377 11.82366344 12.23770935 11.54253297 11.8291191 11.68762702 +LQ04X004060 60S ribosomal protein L7a 14.36362329 14.51933527 13.51362483 14.03599091 13.60250112 13.75176361 13.9577594 13.20082606 14.64802415 14.80081633 13.91944288 14.3101473 13.72032107 13.68472543 14.16633359 13.54713049 14.87735036 14.29362639 14.40792572 13.86404394 14.12710986 14.14935676 13.80500812 13.9705649 14.84639264 14.78459225 14.69266468 14.00658825 14.22018904 13.75220596 13.88456912 13.77113939 +LQ04X004070 Putative uncharacterized protein 5.140145596 5.363764913 4.791825957 4.884009389 4.671862203 5.030635582 5.087716234 4.730444833 5.098176724 5.565063829 5.03167122 4.800731138 5.017862438 5.016538807 5.339387116 4.778857787 4.842555461 4.968970158 5.334356874 5.406815439 5.573017126 4.961155411 5.271831179 5.194687254 4.877874403 5.341100783 5.507129865 5.459015262 5.386081587 5.153532735 5.311669518 5.211723433 +LQ04X004100 Putative [Protein-PII] uridylyltransferase 8.991096463 9.138250416 10.05823469 11.16606835 11.39591698 11.96037361 12.34715936 12.82668212 9.215548008 8.652311097 9.651379603 10.77502487 10.70505486 11.99382748 13.0446744 12.39595517 9.239297345 10.21461152 9.697433052 9.894070239 10.02756366 10.67664063 12.04723014 12.81230245 8.407566841 9.121074291 9.590265592 10.54066382 10.29500263 12.27734629 12.56339837 13.02582022 +LQ04X004110 Transcription factor TCP20 8.90039756 9.571200842 10.00503859 9.212677973 9.932647678 10.69727977 10.60310237 11.13918109 8.851195372 8.902480042 9.488728098 9.173724499 9.321050453 10.64689773 10.46175759 10.6235521 10.43798912 11.17472873 9.919234435 11.24099657 10.44523115 10.01604718 11.64595225 11.79818659 9.393197039 9.728763222 9.953257681 10.82208143 10.37020194 9.724065064 11.71533438 11.92315444 +LQ04X004120 Probable metal-nicotianamine transporter YSL6 11.94539715 11.67022695 12.32923851 12.40100386 12.42743487 11.79820935 11.94187167 12.71328568 11.61224602 11.21825958 11.70385246 11.80761642 12.07407595 11.69550007 11.57281068 12.09338676 11.57185205 11.96435385 11.9966443 11.94533984 12.00930692 12.39951117 11.28648464 12.47264466 11.47130668 11.65877306 12.14149885 12.08024542 12.5583108 12.54990122 11.45472205 12.5937096 +LQ04X004160 ABC transporter I family member 11, chloroplastic 11.36291508 11.04287276 11.37288118 11.75832798 11.80134401 12.46319701 12.42722243 12.69824142 11.3823874 11.45993569 11.58717539 11.84229968 11.83555338 12.66861703 12.75123227 12.82423588 10.41314632 9.794055931 9.898892687 10.50902571 10.416097 10.6857687 11.91208515 12.38800246 10.4433246 10.19423968 10.23679203 10.45989911 10.89644885 11.39164013 12.18581147 12.30240829 +LQ04X004180 Hypothetical protein 4.85921406 5.172530991 4.72416743 4.738526073 4.904995288 4.478489315 4.693587057 4.692107179 5.010508983 4.73923004 4.821809855 4.765361044 5.0181269 4.652496887 4.685959995 4.702942155 4.897926159 4.831993887 5.257569663 5.108552403 5.397694948 5.004025182 4.87469158 4.771602518 4.901170234 5.171674784 5.184143303 5.275542755 5.148686575 4.997032978 5.524377496 5.040246894 +LQ04X004190 Putative 3-oxoacyl-[acyl-carrier-protein] reductase 5.39267216 4.835522835 5.2982469 5.302748677 5.399419805 5.976808761 6.060992935 5.04635325 5.288591016 4.992659131 5.40288863 5.422478987 5.239079879 5.932905431 5.937447925 5.648078229 5.313429841 5.176217989 5.227583172 5.445100489 5.514117563 5.281753421 4.867363667 5.457026981 5.227854314 5.034669372 5.0095183 4.828068659 5.092440723 5.257195716 5.572869685 5.481787261 +LQ04X004250 Putative MADS-box transcription factor 6 5.260674049 5.069987421 5.066177303 4.953103894 5.250786308 4.882602185 5.044853014 5.262465276 5.10863083 5.147244495 5.482887502 4.919714064 5.210455156 5.487396963 4.862542572 5.187338871 5.033617273 5.087949492 4.894863311 5.283776072 5.074141063 5.041356524 5.602816127 4.984553781 5.096599722 4.8431582 4.999603784 5.165164121 5.022013203 4.745244421 5.448576064 5.200548098 +LQ04X004300 Putative Protein of unknown function DUF3339 5.275806215 5.192220203 5.081586876 5.171738753 6.069367764 5.096825543 5.458045899 5.463807388 5.012697951 5.202388826 4.854264185 5.113024437 5.503640609 5.386874702 5.655017066 5.380114532 5.259245695 5.415665353 5.799410665 5.989452015 4.927468058 4.824344981 5.746882814 5.731438261 5.440207172 5.4641121 5.493956782 6.218648127 5.391396937 5.34915694 5.56856276 5.394578268 +LQ04X004320 Putative uncharacterized protein 4.861601456 5.303029695 5.35469932 5.04149816 5.406030877 5.418972854 5.14476752 5.651295851 5.016266417 5.168216469 5.739137889 5.080640288 5.328863119 5.499162476 5.473495826 5.235078472 5.425032424 5.039496448 5.050979505 5.564020528 5.712310335 5.503737665 6.202426079 6.573919717 5.08474052 5.411863218 4.777008607 5.546869243 5.152469293 5.50629239 5.800777602 5.90397044 +LQ04X004360 Peroxidase 55 5.410347006 5.200261755 5.076451013 5.042980451 5.244024579 5.492983465 5.173968333 5.135930195 5.141504704 5.887080282 4.971547634 5.214413142 5.154946053 5.538517925 5.206727822 5.306772009 4.929856342 5.505054782 5.254152079 5.845985494 5.853181058 5.552421067 5.501821184 4.851873545 5.265135874 5.283988379 5.544204121 5.482437497 5.252851189 5.158238719 5.621335295 5.089639744 +LQ04X004390 Protein transport protein Sec61 subunit gamma 14.50829825 14.02048986 14.29578763 14.50739819 14.24646511 13.96080544 13.99060427 14.26498509 14.61955263 14.76757695 14.61593253 14.46001901 14.38510127 14.03884888 14.19274034 14.1253522 14.83493651 14.29690467 14.4685998 14.35655627 14.15268629 14.11703209 13.82107397 13.47315497 14.59262041 14.52046798 14.06844389 14.28123543 13.36875173 13.82381664 13.86231228 13.60089419 +LQ04X004400 50S ribosomal protein L27, chloroplastic 6.709721165 5.886355912 5.833130193 6.653880505 6.537177494 6.269466504 6.780507551 6.504440542 6.595721634 6.506498974 6.217923024 6.63175622 6.491579053 6.431728291 6.71734323 6.42336333 5.878282485 6.290662636 6.598215378 6.165238583 5.656963435 6.442598967 5.83540618 5.136108956 6.532369616 6.424181986 6.529791176 6.884411615 6.426411462 6.555575142 5.573000249 6.389787883 +LQ04X004440 Hypothetical protein 5.624787264 5.84001852 5.272671704 6.807306222 6.250254431 6.788198675 7.563449175 7.285086316 5.317213846 5.66349444 5.271086361 7.389316281 5.9285602 7.4746583 8.055233303 8.437452316 5.85288455 5.570381081 5.401398646 5.420624442 6.638075727 5.530436063 5.531267352 6.438005947 5.937676017 5.143381689 5.510563295 5.430705814 6.242262075 6.550901137 6.653070946 6.655176796 +LQ04X004520 Predicted protein 12.97815995 12.21736883 13.12453246 13.29455999 11.9719648 13.21848386 13.23042669 12.51238013 13.27292124 12.55823815 13.22605464 12.95090668 12.28369132 13.18907393 13.19021067 12.63571737 11.6287062 10.25338539 10.8202687 10.96834628 11.40070901 10.03099421 12.36095555 11.96073305 11.9731671 10.99682404 10.55431458 10.54528134 11.19737363 10.70701635 12.37652424 11.63618302 +LQ04X004530 Ribonucleoside-diphosphate reductase small chain 14.15048424 14.99766954 11.10119803 8.400730899 10.8858878 7.978051089 7.813416929 7.238738812 14.65883739 14.92068903 13.30160951 10.02973992 10.3546653 7.726506488 8.668147216 8.567711838 13.54255838 13.38222624 14.80240921 11.41925133 12.96960942 13.83018546 6.904906484 8.343279313 14.91469478 14.82688083 14.90773018 9.077080866 13.34346831 9.439868296 6.260941149 8.327948648 +LQ04X004560 Putative uncharacterized protein 9.49658219 9.883980642 9.623487542 9.460200541 9.606018655 11.13617839 10.89350598 10.86085921 9.388337035 9.472938505 9.639891301 9.624734207 9.309110802 10.94588031 10.68750123 10.78171965 9.072326368 9.583883987 9.852712674 9.257534738 9.304613322 9.403644844 10.41841059 11.0207319 9.38455136 9.76298324 10.12075791 8.998581385 9.855850734 10.00030546 10.71450861 10.91786662 +LQ04X004580 Putative uncharacterized protein 5.749660419 5.668638439 6.418839289 6.067949273 5.614473593 5.710773691 5.794907622 5.914539205 5.945735705 5.682915234 6.125369742 6.52386053 6.13196416 6.085658693 5.810117021 5.430372368 5.37520309 5.757888351 6.931284351 6.547622624 6.546623048 5.968487872 7.419753681 5.719920213 5.808879337 5.625209527 6.222867942 5.733119124 6.042945414 5.413751375 5.439645414 5.784732383 +LQ04X004640 Predicted protein 6.282959244 6.964471135 5.933926567 6.083756426 6.146763176 6.695453495 6.545418234 6.437599613 6.435102899 7.726020812 5.956807745 6.689524844 5.65081355 7.630094637 7.96662329 6.890736384 6.8643118 6.895294433 7.709172904 6.117815544 6.466010632 6.39505831 7.922257485 7.874874254 7.129894027 6.418322992 7.385064388 5.500144536 6.891013683 6.473547613 6.976048525 7.028808291 +LQ04X004670 Transcription factor, putative 9.949414193 10.6849228 8.98292767 8.226949361 9.368680704 9.204619568 8.793187624 10.17966245 9.682238507 10.37090919 9.036532158 8.507175732 8.473696933 9.361129729 9.494760379 10.03610598 12.69487835 12.45160156 11.76533426 11.5243762 10.479752 8.979461587 9.485090152 9.710878336 10.00498033 9.624983953 10.81949063 8.787924445 9.372211231 8.601374031 10.11067639 10.34642762 +LQ04X004710 Putative Shikimate kinase, chloroplastic 12.58253922 12.08602417 12.56393293 13.49632747 12.69879479 13.5639486 13.95474056 13.74660785 12.56033289 11.90198502 12.48793794 13.22445934 12.87001248 13.65220842 13.61313086 13.8247412 12.84241819 13.1196593 12.60170733 11.93519743 12.66654117 12.6870003 13.35230377 12.71179643 12.49317747 12.86529323 12.80551024 12.21631254 12.47424951 13.23029802 13.1190528 12.75202915 +LQ04X004720 Putative uncharacterized protein 5.529117192 5.115202503 5.151431198 4.862735326 5.524255926 5.342355957 5.664471931 5.777868079 5.140053217 4.964562042 5.070402516 5.498980601 4.841309992 5.391373376 5.274829763 5.609869981 4.671594753 4.952733576 5.164629798 5.164171125 5.460384552 4.917864012 5.038861273 4.955658703 4.670306708 4.698551702 5.210673007 5.268734574 5.277853873 4.808027785 5.055757708 5.838966496 +LQ04X004740 Acyltransferase-like protein At3g26840, chloroplastic 4.784880245 4.704568892 4.907833743 4.864714236 4.794247264 5.027779722 4.72731167 4.689025439 4.918807922 4.709569536 5.149775201 5.187704636 4.7483376 5.087220263 4.732384025 4.958344284 4.907758432 4.685229253 5.360854182 4.871776728 4.626485784 4.625879516 4.86437186 5.026898406 4.87569941 4.768425985 5.082636314 4.877673376 4.515523495 4.725134058 5.039353313 4.854185285 +LQ04X004770 UPF0497 membrane protein 13 12.41647108 13.06209776 12.37795743 12.93064352 12.92272303 9.637067158 9.780570421 9.78388153 13.13895271 13.58168507 12.68735134 12.99893113 13.1910673 10.10261771 10.50733419 10.53044905 12.62886694 12.37337404 13.23608891 12.11340278 12.10669615 13.25633816 9.81100402 9.810455185 13.59792698 13.1762704 13.42347887 12.87442071 12.42191543 12.51919365 9.701233475 10.21349334 +LQ04X004790 Putative Zinc finger protein CONSTANS-LIKE 14 9.864575586 11.27078941 10.08041789 10.51361407 11.33152498 10.40735708 10.65831057 10.85936507 10.39131331 11.10400872 10.52053566 10.46945911 11.7904717 10.84407553 10.94555806 11.42354385 11.06725866 11.35766249 11.2031526 10.70257184 10.97794519 11.14078258 11.45897866 11.84132928 10.58331922 11.12159218 11.49873623 10.94232916 11.7426343 11.42149128 11.76971846 12.12038877 +LQ04X004800 Translocon-associated protein, beta subunit, putative 14.78443002 14.69928336 14.32611005 14.6514303 14.48841527 13.81581475 13.89886745 13.54622544 14.91027016 14.97090025 14.58843507 14.45763038 14.49144188 13.57753094 14.10412033 13.31749666 14.86878405 14.68970989 14.95701133 14.64000443 14.05483808 14.69486214 14.05273095 13.94735807 14.94625474 14.8782463 14.99877843 14.64922056 14.18072996 14.05718687 13.94681051 13.87753653 +LQ04X004840 GEM-like protein 5 5.113313531 5.71275899 5.158105863 5.746711769 4.980834219 5.466786593 5.767461238 5.135835083 5.04068214 5.380723693 5.631302563 5.33919533 5.281740095 5.320551774 6.004768929 5.718201371 5.218932455 5.188394495 5.711350858 5.39649223 5.37291085 5.361263373 5.030120892 5.460129233 5.454193843 5.227344491 6.108019648 5.475325217 5.522446325 5.556542324 5.702044888 5.824677878 +LQ04X004850 Hypothetical protein 12.67757639 12.14228562 12.70984612 12.51646029 12.89219159 12.75020935 12.94347276 12.41174554 12.62470726 12.62620793 12.67834778 12.60999381 13.33659831 12.90509853 12.78511393 12.97292013 12.46062156 12.81847013 12.23092273 13.16128517 13.32091071 12.63536267 13.5089519 13.19091519 12.35312843 12.42031142 12.45589048 12.84269062 12.61634806 12.24366139 13.3657109 13.44091221 +LQ04X004860 Protein AUXIN SIGNALING F-BOX 2 12.69852713 12.66747448 12.53000842 12.57577229 12.70173812 11.90464988 12.0854942 12.30801871 12.29725738 12.60328871 12.06363726 12.05186185 12.4171721 11.81461506 12.07564058 11.79207725 12.50295829 12.54250249 12.88224876 12.32915522 12.31964512 12.93692755 11.84268044 12.01047697 12.37044265 12.51690992 13.01258365 12.31111047 12.56454918 12.34586783 12.04771623 12.09679339 +LQ04X004970 B3 domain-containing transcription factor FUS3 6.018436208 5.859041668 6.009375971 6.255048254 6.459152964 5.351486859 5.520338725 5.386412365 6.11710214 5.509910325 6.593633402 6.438046833 6.713278935 5.322729788 5.281111867 5.469084304 5.553965306 6.235681952 6.859960193 6.005934054 6.40125996 5.865710409 5.411939628 5.691846507 5.711523418 5.811182548 6.641898644 6.977487143 6.110290254 6.122741997 5.150058311 5.743137526 +LQ04X004980 V-type proton ATPase subunit C 12.72199914 12.47258014 12.92255616 12.13117696 12.18348869 11.37722003 11.33624794 10.98642035 12.47776184 12.46267019 12.75734775 12.14655184 12.40291911 11.53897811 11.39203873 10.93888763 12.24013998 11.78190597 12.38015422 12.30000108 12.02650201 12.38829511 12.06279175 11.89782062 12.64658111 12.2766464 12.7230086 12.41712524 12.776518 12.29116432 12.16528522 11.97126878 +LQ04X004990 Phosphate carrier protein, mitochondrial 6.296421025 6.163545808 7.2512358 6.349177397 6.374008401 6.226647538 6.286140021 5.85221219 6.930920982 7.562747557 6.714614597 6.022070245 6.359965067 6.0735129 6.75959858 6.042432621 5.828955749 6.230921376 6.526225079 6.653768941 6.397688004 6.706484659 6.070888528 6.873367681 6.435859506 6.298513727 6.88603816 6.013167494 5.936377562 6.150559867 6.353464968 6.770302709 +LQ04X005050 Hypothetical protein 10.45509374 10.5978105 10.93792016 10.23267768 10.56699138 9.839480783 9.338171965 9.069624889 10.89002969 10.39076785 11.39481244 10.51987512 11.05631824 10.04972883 9.213388024 9.363944507 9.623224386 9.708885867 9.730430018 10.94169655 10.8657835 10.69829404 10.1212054 9.770566315 10.22780198 10.6038093 9.982734392 11.08620431 11.72707225 10.66673417 10.05881169 9.864024165 +LQ04X005080 Putative Sex determination protein tasselseed-2 11.77530427 12.2801904 11.66869405 10.61805148 11.35978793 8.725700212 8.413314197 8.332617201 12.2182577 12.41830502 12.05478565 10.74004878 12.02947377 8.845977735 8.553094127 9.063116306 11.09478468 10.79351225 12.23726659 12.01645965 11.13317069 11.29010551 8.076949914 8.074798657 12.41181861 12.12732176 12.54634403 11.38326125 12.0855915 9.97146752 6.891007568 8.716124684 +LQ04X005100 Aspartokinase 2, chloroplastic 12.72433833 13.1471943 12.25903128 12.12014228 12.00554328 12.10881839 11.50750093 11.3689432 13.17874821 13.17490875 12.64463116 12.69588676 12.61173441 12.38407407 12.27330545 12.04857887 13.46017536 12.67884235 13.53634278 12.59896146 11.92782593 13.07295824 11.6949432 11.59167461 13.73790788 13.26535261 13.31202717 12.51962651 12.02152093 12.72903626 11.8081146 11.70165816 +LQ04X005120 Putative uncharacterized protein 4.758444289 4.946470667 5.324913959 4.829874178 5.018602268 5.591025831 4.884717991 5.016569718 5.123349446 5.051234809 5.39048863 5.00823361 4.797498371 5.430323853 5.253094114 5.130596579 4.725313438 5.00875315 5.143936478 4.974815062 5.336125576 4.793969595 4.955299572 6.028180574 5.078242266 4.530348124 4.929980658 5.109713709 4.976453902 5.442028774 4.86740547 5.728920378 +LQ04X005150 Light-regulated protein, putative 8.867029244 10.57361704 10.80797633 14.16005821 14.48006007 12.70040021 15.22280546 14.50486115 10.04218154 11.3129841 11.72586436 14.72753733 13.44904489 14.11449072 15.37692215 15.57650682 9.96876122 12.59502176 11.80952509 11.52933938 12.75126172 13.92363338 14.06985675 13.89429065 9.990706335 12.43279078 12.83131111 13.94779151 12.34715537 15.41987118 14.17599475 14.14286146 +LQ04X005180 Putative Lysosomal alpha-mannosidase 7.940034531 7.924841302 7.707710963 8.511709545 8.213170442 8.706183119 8.735196413 8.23421555 7.038037863 6.196402946 6.75662739 7.926664574 6.697726282 8.131146302 7.782055359 6.930243908 7.925582793 7.387973863 6.233641672 5.868980726 5.537584912 8.25974276 5.690438062 6.617400476 8.094183339 7.093939896 7.133026223 5.850397232 6.240735333 8.067566777 6.212585352 5.982542542 +LQ04X005190 Putative Lysosomal alpha-mannosidase 12.98714942 13.09036266 12.7328644 11.89700166 12.9664789 11.25984667 11.72906289 12.06742069 12.70227216 12.70631049 12.89217133 11.85843576 12.77519216 11.37609886 11.71301932 12.24410665 13.69668382 13.77333803 13.53916432 13.63461742 13.78939185 13.0855485 12.7249312 13.52440844 12.89069499 13.04167375 13.0297323 13.12953399 13.5905895 12.72287202 12.64726327 13.38953286 +LQ04X005200 Putative uncharacterized protein 10.95113921 11.24854755 10.79119596 10.7154291 11.06378877 11.48726153 11.53064769 11.77322843 11.05881491 11.01170508 10.79043218 10.8185786 10.8825075 11.33047122 11.61879439 11.61344307 11.214555 11.28851325 11.24774713 10.89010843 10.79741247 11.01261768 11.33456712 11.53864942 11.05969254 11.17144198 11.45874944 10.75600178 11.01826996 11.33074263 11.49961991 11.6592642 +LQ04X005230 N-alpha-acetyltransferase 30, NatC catalytic subunit 12.46030859 12.88732441 12.01315839 12.04836286 11.71988991 12.09381658 11.98041552 11.13286777 12.56194169 12.81110388 12.30825063 12.03317333 11.87546729 12.07597388 11.52247326 11.52257732 12.05078927 11.37982918 11.69673691 11.75293088 11.83843188 11.5615304 11.70344814 10.54833616 12.38555338 11.83307245 11.78501963 11.49989246 11.4325514 11.02475402 11.82737882 10.52544507 +LQ04X005260 Cytochrome b-c1 complex subunit Rieske, mitochondrial 13.34368005 13.35203617 13.30980935 12.94394279 13.06170101 12.65289376 12.64180066 12.65695403 13.20296695 13.54814141 13.27910219 13.06600234 13.25788437 12.69190997 12.77102546 12.76078058 12.83055297 12.98634576 12.64377675 13.32045635 13.11864305 12.82577666 13.25245829 12.83390547 12.85033111 13.10993398 12.63528453 13.06822849 13.4225709 13.00842603 13.2249408 12.9356232 +LQ04X005270 Putative uncharacterized protein 12.90686968 12.5255377 12.83044095 13.35910619 12.23433634 13.56700816 13.65765065 13.29514258 12.59433 12.24126876 12.66924572 13.24024751 12.44872971 13.75743379 13.4964007 13.60966049 11.93493612 12.52364085 11.45709331 12.41422096 12.65179919 12.03392376 13.24488753 13.04358905 11.91767613 12.17630934 11.78728159 12.66364346 12.07934647 12.63452227 13.18722753 12.92599796 +LQ04X005280 Putative uncharacterized protein 4.90024676 4.531859461 4.734978978 4.623693052 4.481407925 4.851024055 4.860351442 5.126835808 4.74915995 4.714715445 4.712441749 4.804294632 4.70340164 5.077171763 4.84174085 4.737595295 4.743491678 4.70728263 5.08580856 4.883904235 4.963790291 4.903282051 5.187932471 4.987942417 4.916631557 4.954483486 5.506985065 5.158424268 4.773405724 4.987358119 5.21781044 5.091386734 +LQ04X005310 Putative LRR receptor-like serine/threonine-protein kinase RPK2 8.898005969 8.95542582 8.434820523 8.564652563 8.874159606 8.799717721 8.209596359 8.6103396 8.928254833 8.532910749 8.568186189 8.421916896 8.277373807 9.166390544 8.086031661 8.780323123 9.482514864 9.304746637 9.63550408 7.894689363 7.929095655 8.880530204 8.283742429 7.451982099 8.885524184 9.289420126 9.572864453 7.290571492 8.365337784 8.901235777 8.783034382 7.90198496 +LQ04X005360 Hypothetical protein 15.27545498 15.36903844 13.85847668 10.36232369 12.31845217 12.60796325 11.3651725 11.43490093 14.91541016 14.77381786 14.14656607 11.55355414 11.65809075 12.81710837 11.94647013 11.98492224 14.84163532 14.10124618 15.0520213 14.36429589 13.97382489 13.65042808 11.70829071 11.40195987 15.25923204 14.64488882 14.4028896 12.96700896 14.0548498 10.29584797 11.51991199 11.13560377 +LQ04X005390 Histidine biosynthesis bifunctional protein hisIE, chloroplastic 6.201286153 5.92979765 6.777484295 5.633197751 7.180659023 5.200926652 5.186982574 5.475941697 5.83526864 5.904131544 6.256858988 5.599977196 6.811782736 5.582068952 5.323002886 5.304954124 6.128028705 6.284358174 5.836189484 6.613108765 6.910067953 6.737938504 5.544214576 6.306396156 5.926469001 6.067127929 5.509910767 6.476620541 7.224818637 6.581646548 6.082686646 5.630534207 +LQ04X005400 Putative Calcium-binding mitochondrial carrier protein SCaMC-3 9.304412638 9.273298724 9.999963169 10.52705044 10.08418612 11.06761637 10.87584783 10.67544193 9.947819773 9.528803986 10.41212473 10.55884843 10.13577119 11.06561152 10.96840625 11.10858864 9.757596612 9.163793588 8.175182858 9.737686395 9.128589679 9.82973047 9.947778711 10.16176265 9.490183909 9.573852336 7.360017424 10.75200132 9.28311879 9.703630606 9.885608699 9.738258922 +LQ04X005410 40S ribosomal protein S27-2 13.73457286 13.70480041 12.48034035 11.60353571 12.05953099 12.97464537 12.63282684 12.31240011 14.0275322 14.74592687 13.46186187 12.85943664 12.31694582 13.08864047 13.00214332 12.26845214 13.67229998 13.49617087 14.03215174 13.53396837 13.06702369 13.28340008 13.49520903 12.91208895 14.39801022 14.09824052 14.36656533 12.89647986 12.64868083 12.69821374 13.60887769 13.03468194 +LQ04X005460 Nudix hydrolase 12, mitochondrial 6.619816702 6.163994481 6.371538985 6.638341783 6.598582937 5.948336464 6.347104541 5.77144513 6.352416676 6.872254759 6.037060566 6.504564193 6.480839378 5.952740935 6.70423427 5.777891229 6.127919443 5.985145008 6.528520875 6.026038805 6.451164905 6.340769598 5.534063133 5.341505766 6.441300001 6.025677456 5.777675668 5.602597989 6.683148666 5.915872925 5.769452269 5.848827233 +LQ04X005480 Potassium transporter 4 6.673609357 6.026364638 5.887040445 6.214434111 6.123709415 6.435594594 6.624958664 6.224336683 6.427460577 5.539756248 5.683765756 6.320260652 6.124311008 6.703107224 6.362225073 6.419864414 5.291152564 6.123163862 5.231656311 5.76232822 5.918153973 5.860638635 5.70638331 6.584939355 5.919632376 5.7446834 5.640275279 5.949176024 5.803561255 5.777602592 5.52761082 5.809052907 +LQ04X005510 Syntaxin-22 5.345548332 5.326678801 5.309995833 5.271892807 5.129105531 5.265544423 5.467520153 5.25002521 5.138049528 5.2538124 4.929328487 5.215286508 5.285955047 5.324392199 5.69201256 5.514827792 5.138051853 5.424704741 5.032198597 5.781189921 5.398720418 5.139867594 5.592447209 5.801195373 5.2668912 5.389859484 5.661891696 5.110264122 5.364047341 5.392793193 4.958066101 5.844459224 +LQ04X005550 Predicted protein 8.777758698 8.564297969 8.616751808 10.45368884 9.279286491 9.499597392 9.6426252 9.689919922 9.243493524 8.663247444 9.208196848 10.59288553 9.594116352 9.702938371 9.785891084 10.10628966 10.10332014 9.52158796 10.0247015 8.810690802 8.647344971 10.15062551 8.786230191 8.171155618 9.907338228 9.612835873 9.341810271 9.587915889 8.621801684 10.2013648 8.906140825 7.484731438 +LQ04X005560 Putative uncharacterized protein 13.9627154 12.80669845 13.93845222 14.70368783 13.97770098 11.05412088 10.8883594 10.17856595 13.54435519 13.11063277 13.80130118 14.44056219 13.87643229 11.00620333 12.52058186 11.04516418 12.01601038 13.02615692 12.59987694 13.33946335 13.77247881 13.62092322 9.952848484 10.17401378 13.31531291 13.49614642 12.98498161 14.10410688 14.11172723 14.75806935 10.06049238 10.73957643 +LQ04X005620 Hypothetical protein 4.688159806 5.117689622 4.966244563 4.877167641 4.878219621 5.292099953 4.966310779 5.842360994 4.937993243 5.203802829 5.171220794 4.922738734 5.017552649 5.355397368 4.908654886 5.042343484 4.819535264 4.999364541 4.817108995 5.088766909 5.445113994 5.515226361 5.068680597 5.04948249 5.281425547 5.568438153 5.219772537 5.236774053 5.874899947 5.078428435 5.315061594 5.319991763 +LQ04X005810 Probable receptor protein kinase TMK1 5.403394588 5.288924529 5.690666167 5.565817662 5.294036851 4.756547101 5.518994528 5.227908669 5.324652499 5.356777166 5.757391982 5.30696826 5.102748926 4.973213849 5.435748709 5.118136376 5.014586354 5.765303152 5.048794099 4.99759073 5.587938889 5.004570467 4.924090972 5.256381779 4.788335295 5.001788786 4.899162414 5.082097967 5.170158322 5.259866826 5.160978421 4.957960448 +LQ04X005851 Putative uncharacterized protein 5.6501026 5.796472598 5.629352288 5.370271364 5.773882738 4.95405054 5.321268142 5.302486382 5.504676457 5.422416643 5.249444639 5.700625956 5.458825387 5.154824757 5.063030977 5.275285185 5.357579397 5.848458987 5.3598099 5.964913786 6.600988763 5.558180254 5.856606944 5.7138227 5.65291654 5.376976105 6.262156367 6.222441687 5.867287305 5.840768515 5.430862848 5.476609731 +LQ04X005873 Putative uncharacterized protein 5.441794041 5.691296471 5.822641276 5.706432087 5.698962541 5.469772748 5.554082634 5.51131996 5.43444938 5.177159927 5.523826596 5.581094664 6.200564808 5.631259075 5.439328098 5.601938163 5.779409592 5.629344669 5.528345798 5.199876549 5.505269362 5.381011251 5.363918619 5.604064985 5.350380715 5.509426902 5.142409264 5.366568396 6.069102565 5.67863576 5.271421286 5.453338798 +LQ04X005940 Lysyl-tRNA synthetase 12.58266454 12.19107613 12.67336526 12.91902181 12.32997768 13.11055278 13.16597518 12.86224511 12.35747198 12.35187814 12.61846089 12.91915549 12.46943534 13.01401065 12.9157698 12.85323644 12.75938437 12.71495142 12.41587418 11.90896996 12.3342366 12.4452894 12.3042356 12.71971082 12.78552934 12.89195094 12.35387969 12.1830406 12.17492721 12.59281227 12.38522276 12.48914894 +LQ04X005970 Putative Uncharacterized transporter sll0355 5.422017993 5.51490402 5.652108175 5.542262236 5.200556301 5.500475336 5.969735979 5.846622126 5.556051685 5.767202589 5.344116551 5.780416119 5.360412056 6.057047625 5.966517581 5.925071761 5.561500077 5.656213503 5.452232004 5.370209644 5.611933453 5.532466183 5.254953704 5.277449036 5.145523618 5.49503855 5.453450982 5.812338547 5.152435522 5.248947217 5.444396475 5.33025352 +LQ04X006000 Putative uncharacterized protein 5.307666701 4.996592444 5.030122329 4.550241271 5.034374066 4.908212281 4.654583278 4.975820309 5.174367098 4.88100948 4.88488686 4.621521007 4.938063056 4.93286273 4.685632809 4.716706177 5.345413804 4.976039667 5.227905091 5.119543017 4.928452361 4.832246094 5.391806105 4.832646806 5.272885872 5.288247557 5.112019044 5.273084103 4.909657116 4.95167498 5.400708094 4.908102467 +LQ04X006410 Putative uncharacterized protein 5.636967434 5.650025732 5.259975864 6.023221545 5.939747443 5.636828391 5.581136528 5.851845731 5.528482222 5.319211162 5.283852757 5.823815308 5.703568316 5.448595603 5.460142958 6.379322553 5.464917667 5.810911634 5.81365126 4.925235631 5.39783204 6.570202689 5.219861645 4.919329817 5.659935907 5.30588588 5.512624682 5.298176803 5.240906674 5.817334672 5.312693644 5.269268201 +LQ04X006460 Putative uncharacterized protein 5.311142198 5.162586337 13.8600191 14.29485675 13.53695498 8.424096552 7.057318831 8.001332592 5.445018586 4.992227832 13.19769283 14.80127407 14.37436078 7.507949555 8.053203116 9.023128301 5.424777376 4.987653227 4.815950838 13.41827866 13.39666849 12.66689533 7.208324296 7.002513859 6.270099252 4.858518478 4.608559583 14.59515397 13.07666834 14.78723345 6.335094124 8.364511713 +LQ04X006540 Hypothetical protein 5.011737769 4.635786292 5.045456513 4.708715979 7.216966788 5.282134334 4.472279362 4.703522732 4.815401019 4.808429827 5.180085158 4.767879133 5.528948143 4.963869659 4.67269728 4.915953969 5.599706276 4.808981015 5.545736071 5.135158629 4.784488101 4.77077247 5.301046383 6.925161497 4.972678681 5.283656493 5.036770751 5.11227484 4.954525963 5.18970492 7.395412248 7.924872251 +LQ04X006640 Putative Zinc finger protein 4 9.367867123 10.34637145 7.623186847 7.742521402 7.339153476 7.730158363 7.000491859 7.374995322 9.642965786 10.5888947 8.778476887 7.882677657 7.832830869 8.121743914 6.680877628 8.023437646 9.322309101 9.734093915 9.955155542 8.214201771 9.19151024 8.710323351 6.820542447 6.46239152 10.42326643 10.16309775 10.93961792 8.038845373 9.64483104 7.597206215 6.926157659 7.875784693 +LQ04X006900 Glutathione S-transferase 5.375961109 5.819405302 5.532064015 5.210459593 5.312744577 5.368606152 4.982537396 5.042432148 5.308751593 5.897054748 5.267354106 5.04088582 5.275916068 5.592378062 4.798426552 5.147494798 5.49092952 5.551903778 5.279805249 5.679781084 5.246955303 5.571004358 6.041409936 5.261108548 5.088524631 5.633789536 5.516031129 5.379967274 5.143912747 5.296664813 5.185970706 5.206601289 +LQ04X007060 ATP binding protein, putative 11.06193754 10.49427875 11.23766389 11.73109432 11.69815057 12.03100873 11.77401056 12.91607709 10.6360005 9.912871898 10.89571844 11.56089338 10.77684552 11.51916862 11.93659912 11.46874616 12.68296998 11.39558959 12.39108533 13.01026914 11.635549 12.60776829 12.57782854 12.52644301 11.96076969 11.87611307 11.50703495 12.66350967 11.64639162 13.54105918 12.18130211 13.27491514 +LQ04X007270 Predicted protein 12.20383204 12.35913261 12.67323982 12.33295211 12.38612241 11.24948081 11.45098778 11.3882667 12.1803636 12.10240673 12.66340325 12.32723606 12.49043612 11.2856461 11.18937732 11.41259809 11.9656698 12.04323291 11.59725503 12.56270427 12.64145071 12.07231908 11.53987848 11.62413959 11.78077333 12.34196326 11.67316849 12.76692518 12.8934993 12.21480779 11.44193391 11.8832529 +LQ04X007280 Pentatricopeptide repeat-containing protein At5g39980, chloroplastic 6.713919701 6.763841166 5.383985949 8.193091232 6.429677399 10.22795207 10.17274763 9.706179925 7.174765302 6.040578961 5.681668341 8.879716808 6.353037187 10.48456872 10.14908201 9.978923731 7.003729558 6.476706351 5.739190704 5.672300302 5.688052635 6.907570991 8.48122694 7.270349469 7.426015203 7.367696725 5.750606296 5.900857987 5.993819459 8.010450545 9.003411776 7.861527541 +LQ04X007500 Protein kinase APK1B, chloroplastic 13.82720069 13.61415485 13.40672623 13.67610841 13.38332002 12.97339889 12.70752144 12.44501711 13.82027414 13.51730845 13.65117301 13.7347903 13.35702785 12.89886557 12.87393363 12.41215015 13.40752886 13.31476156 13.76163391 13.06447444 12.87485751 13.92459802 12.13773416 12.11106062 14.00110762 13.5152173 13.76859563 13.19209397 13.12137643 13.21087754 12.12912922 11.8523114 +LQ04X007870 Putative 2-aminoethanethiol dioxygenase 5.594187578 5.629622404 5.199986004 5.390165662 5.526503608 5.746519243 5.727028558 5.371643603 5.612507496 5.056871048 5.218962931 5.664767003 5.7550998 5.371251258 5.392026352 5.32255483 5.951821395 5.432441588 5.985221611 5.331294904 5.328450746 5.16181378 4.869656546 5.295548781 5.80901534 5.884533058 5.779252667 5.223336521 5.706180139 5.146927329 5.034236163 4.725197122 +LQ04X007930 V-type proton ATPase subunit d2 5.208036233 5.20354947 5.660191269 5.365064038 5.028836892 5.156833758 5.532737222 5.073822988 5.438473039 5.903053036 5.624087021 5.133916017 5.394658904 5.215261075 6.24815706 5.336661509 5.257202081 5.159385566 5.075720456 5.185041416 5.228988369 5.292762699 5.390238617 5.315176535 5.118138304 5.369138132 5.008488704 5.288482341 5.621021962 5.289831261 5.2213543 4.94861098 +LQ04X007991 Hypothetical protein 6.328439966 6.05590425 6.292477229 6.41382179 6.304139997 6.48977273 7.105553263 7.476399311 6.360370157 5.72955561 5.686383427 6.115690783 6.206168227 6.510335836 6.824857366 7.136419233 5.99123946 6.734837682 5.714510017 6.265577784 6.650106116 6.169681649 6.370563039 6.698187758 5.937066485 6.574940396 6.131548141 6.158347931 6.092602251 6.199337833 6.536551319 6.463108146 +LQ04X008050 Putative Protein midA, mitochondrial 10.40154242 10.84699246 9.613361309 9.640816184 9.312075652 10.27899664 10.47505941 9.196781076 10.34681762 10.71921597 9.851208225 9.889846699 9.734052559 10.23719053 10.24953909 9.439979355 10.7544074 11.22463889 11.46268546 10.65586705 11.13796993 9.864838388 10.97019949 10.41993198 10.89352509 11.31760096 11.81999969 10.01142011 11.40682414 9.833517794 11.03575795 10.34144101 +LQ04X008090 Putative 60S ribosomal export protein NMD3 5.58685613 5.56964272 5.023461435 6.178425516 5.195266914 6.341516565 6.301479723 5.650862458 6.084414366 6.566486876 5.414139743 5.869709665 5.416320972 5.449112735 7.7720865 5.934954629 5.200651792 5.661416781 5.422339639 4.956180612 5.461009341 5.360348096 4.789852197 5.439675788 5.169135282 5.673926596 5.230071442 5.199731187 5.736394375 5.470597529 4.811420287 4.79290587 +LQ04X008100 Protein kinase APK1B, chloroplastic 12.15512706 12.20871442 12.29370564 12.12908663 12.50119221 12.8741874 12.72879162 13.30639702 12.25311612 12.09026731 12.38039454 12.52339378 12.46281582 13.05639726 13.00257353 13.31722507 12.5180858 12.57502928 12.49729166 12.63549009 12.66666236 12.50664299 12.99810296 13.16031937 12.18207955 12.1062786 12.32044734 12.81209827 12.38768584 12.60761201 13.01200032 13.26281188 +LQ04X008150 Mitochondrial outer membrane protein porin of 34 kDa 14.02094286 14.78666118 13.68711843 13.07717825 13.53110451 13.29626136 13.16563647 13.23755223 14.37535269 14.81348116 13.73471591 13.53917895 13.62306532 13.03416839 13.33208226 13.19595512 14.25555828 14.05138192 14.22912715 13.83243394 13.67728182 13.79780599 13.33688501 13.88764401 14.58806387 14.50704031 14.36792647 13.48123719 13.90231373 13.95306862 13.55662386 13.92881551 +LQ04X008190 Probable inactive receptor kinase At1g27190 11.59399373 11.77541638 11.80027171 12.16742737 12.26627233 11.44578166 11.76271222 12.65985851 11.51559547 11.56454096 11.47250556 11.87970024 11.92027211 11.55067687 12.21527679 12.45963478 11.54371823 11.08676195 11.57472473 11.18400852 10.47390704 11.91155875 11.00745956 11.78850856 11.07496036 11.0358249 11.25189268 11.63066721 11.1252687 12.06501547 11.15431565 11.65764778 +LQ04X008571 Hypothetical protein 4.830909215 4.757845705 4.758137841 4.818734411 5.155513869 4.655156351 4.778688289 4.595458199 5.251039887 4.643164659 5.007160818 4.841557079 5.304213702 4.694967595 4.605249127 4.644614425 5.110280338 4.964273638 4.896021982 4.948754144 5.053507378 4.900730261 5.587529009 5.037265937 4.854190429 5.026803048 4.922949837 5.312923697 4.855572154 5.000622997 4.951647988 5.238656496 +LQ04X008820 Predicted protein 5.442960658 5.22988627 6.417678301 6.171234126 6.897426941 8.659993988 7.946289314 8.475922336 5.687731947 5.117971834 6.920751746 6.332095672 7.090379028 8.5889681 7.945702611 8.942486278 5.535213069 5.567023263 5.396708454 5.794110012 6.132608103 5.669535779 6.95672671 8.103099208 5.419964849 6.142164347 5.220053395 5.475360884 6.083911935 6.160927753 5.764040087 6.925474037 +LQ04X008840 Putative uncharacterized protein 12.54811106 12.92830509 12.01439412 13.38254512 12.13878258 13.63790855 13.69501879 14.05469611 12.82649515 12.65005601 12.11632674 13.57313729 11.90442943 13.87280526 13.58546827 13.92691515 12.18405615 11.73634434 11.88567044 11.20526717 11.12941883 12.48259586 11.91005221 11.55047462 12.61040388 12.05250843 11.41025455 11.60835922 10.75687348 12.27239411 11.76658327 11.6098948 +LQ04X008860 Gibberellin-regulated protein 4 7.538913349 6.714085222 7.158666923 7.582090117 6.812221618 6.595290773 7.0311465 6.948704071 7.545574467 6.714474689 7.560655753 7.144434793 6.954803015 6.530133916 6.8315732 6.735527661 6.460404837 6.766532592 6.118660463 6.460232918 6.87675309 6.846136763 6.297063919 6.262031735 7.075641387 6.617456252 6.379311388 6.095659173 6.507929512 6.859178349 7.078837998 6.266373737 +LQ04X008890 Structural maintenance of chromosomes protein 4 13.11354927 13.84517142 10.99710673 8.503745737 9.70451155 8.116583556 8.057698185 7.907862861 13.47875133 13.78296945 12.08826385 8.859398503 9.703437519 8.616160458 7.854061809 8.706899019 12.77508909 12.46110681 13.5505641 11.49153542 12.46438023 12.15463538 9.580424873 9.417662088 13.83010663 13.19841733 13.67616447 11.13827176 11.7853679 8.441680283 9.626749327 9.044909416 +LQ04X008900 Aquaporin NIP2-1 5.690726194 5.582092563 5.639342245 5.828916886 6.26746602 5.718610622 5.490253992 5.459863454 5.691065489 5.542388979 5.619295078 5.626554813 6.091846481 5.375587177 5.447084283 5.508103993 5.723397444 5.828265092 5.586356306 5.631123319 5.85668882 5.414625143 6.24777998 5.778036204 5.48257293 5.871948502 5.432846034 5.195557502 5.616719462 5.702130518 5.463915417 6.267417666 +LQ04X008920 Putative Vacuolar amino acid transporter 1 8.387903813 9.388842259 8.886725809 8.911006768 9.861725424 11.2822661 11.36972321 11.63155054 9.336731472 8.654805405 8.76377176 8.852263633 9.381278675 11.28907385 10.87697512 10.90890221 11.08612333 10.81306484 10.85597351 10.67358144 10.12027169 11.70495833 12.05404781 12.33376472 9.847908525 9.279086024 10.23531697 10.47935138 10.1665741 11.77922116 11.68598925 12.65673125 +LQ04X009010 Granule-bound starch synthase 2, chloroplastic/amyloplastic 11.84323137 11.4198469 10.8858853 11.31701209 11.07039681 12.39876539 11.74315651 11.68960229 11.7448498 11.24306882 10.96863593 11.58771867 10.99491515 12.22588169 11.89488396 12.10487032 11.35924557 11.35662391 12.01581777 10.87307522 10.98382485 10.99854744 11.94114895 12.02402238 11.5300674 11.34334333 12.10433143 10.96690368 10.90760508 11.82260423 11.77571349 11.71306026 +LQ04X009020 Putative uncharacterized protein 12.76600144 12.97386868 13.09491955 13.37877944 13.35193183 13.53727789 13.6743305 13.75177827 12.66766183 12.90321677 12.94501802 13.16009783 13.1928128 13.65083822 13.67463558 13.53658631 12.87618185 13.65526758 12.19554411 12.61598705 13.10925847 12.77324974 13.29427374 13.41126244 12.52779949 12.85731754 12.35502404 12.88926581 13.12980431 13.13649821 13.18667897 13.82336006 +LQ04X009060 Hypothetical protein 5.264583664 5.168069512 5.658563817 5.240753674 5.216481413 5.568938838 5.159878971 5.365714655 4.898292295 5.416695926 5.461094605 4.931248897 5.609078166 5.257063891 5.363681935 5.15240808 5.220427398 5.04666826 5.448479594 5.079951441 5.161323022 5.066155189 5.251472315 5.730342887 5.31978312 5.270750968 5.537817439 5.464189376 4.975071715 5.241696833 4.904523997 5.804652946 +LQ04X009070 AT3g57280/F28O9_130 13.16956681 12.88098414 13.09916522 13.21753916 13.11075117 13.10174816 13.50334922 13.19880888 13.25654228 12.93763672 13.18900927 13.39783039 13.40211603 13.42393479 13.59877399 13.33202243 13.05419049 12.69262567 12.88789443 12.74454696 12.90495776 13.14843497 12.9895028 12.82618972 13.06126047 12.68528562 12.67056795 12.84068497 13.18528776 13.04273623 12.88882621 12.59882639 +LQ04X009150 Expansin-A5 13.6485649 13.27202586 13.93228075 13.14036558 14.03760016 8.517460684 7.790591153 7.798978245 13.71595546 13.67885769 14.11706368 13.09646191 14.54319148 9.035156895 8.590186833 8.540261198 11.26110876 13.18422368 12.90640313 13.3840973 13.46940269 13.913174 6.700147875 8.015093222 13.44786614 13.70229792 14.08800096 13.82832528 14.41929749 12.48982775 7.270808085 7.623721434 +LQ04X009170 Predicted protein 5.277013614 5.359088319 5.464860101 5.140103325 5.834219963 5.177265319 5.439162069 5.481537873 5.609602905 5.244175698 5.743668423 5.077358578 5.40386298 5.184599395 5.059255379 5.194675873 5.168383783 5.610455372 5.544704634 5.638145378 5.46883283 5.131238134 5.263231865 5.269331038 5.282673379 5.606372312 5.288977535 5.233464872 5.374514747 5.181525358 5.054824152 5.041207809 +LQ04X009190 Putative Probable calcium-binding protein CML45 9.293289198 9.00860751 8.124389249 10.25616658 11.19866748 10.92722475 11.39849325 12.86315417 8.470090328 9.431453769 8.035427199 9.642977984 9.446490989 10.87166046 11.89695364 11.35184601 10.10670671 8.767323766 7.726375457 8.483021059 7.803861039 7.901468036 6.930473693 9.092167976 8.797319341 8.263132998 6.85647917 7.834167197 7.026619562 9.197996465 10.36810867 8.581721936 +LQ04X009220 NAC domain protein 5.540828952 7.127159877 5.186195049 5.322857438 6.376246727 6.977023727 6.547610743 7.156554411 5.916172295 5.873233899 5.018086123 5.50296127 5.227217942 7.032291808 6.428731207 7.277470872 11.29017188 10.76065834 9.804364997 8.658161312 5.944647059 6.088474268 5.479251105 5.93596553 7.252799427 5.38514401 5.711228989 5.673888686 5.075710508 6.334561189 5.091448388 5.828185481 +LQ04X009500 Putative phosphate transporter 1 9.466918695 9.009872191 7.979237217 9.431209725 8.93808291 7.274824607 6.59911967 6.878248244 9.935606405 9.917897734 8.918909173 9.897017955 9.779793592 7.334435159 7.137097699 7.638572397 8.333499202 8.371218256 6.897084279 7.853879339 6.379015559 7.975194176 5.082879627 6.335406536 8.899545123 9.135263178 6.421945574 8.09352547 7.178883975 7.581366315 5.422415122 5.482798722 +LQ04X009570 Putative Uncharacterized protein At5g39570 13.59763607 13.98990931 13.75926743 14.02301508 14.02805465 13.86409992 13.94110936 14.00223057 13.46119914 13.11086814 13.61856103 13.9504829 13.83479714 13.83787608 13.80258675 14.10480477 13.75424148 14.08650688 13.63860143 14.03951316 14.20893321 13.90395851 13.70345719 13.87288614 13.7141827 13.63386008 13.26561 14.08788652 14.41303848 13.97026389 13.58630007 13.82754729 +LQ04X009590 Pectinesterase 31 11.44517107 12.11791164 11.34577671 10.7927962 11.6188815 11.99197202 12.0315598 11.802525 11.7558329 12.04649236 11.79462835 11.02463945 11.95574083 11.91091832 12.2139934 12.40461085 12.12729765 12.16250092 12.3475238 11.65359807 11.41725566 11.76413372 12.52538617 12.71242925 11.84019426 12.23671163 12.37763657 11.91608402 11.59309868 11.42628622 12.67537975 12.64345831 +LQ04X009620 Vesicle transport v-SNARE 13 5.459821126 5.38956533 5.782992169 5.597798781 5.470779419 6.068003141 5.571835104 5.629954455 5.677940657 5.478342168 5.672807764 5.629493318 5.553641853 6.292434266 6.02392173 5.874705114 5.665652825 5.334218138 5.153518291 5.67498874 5.549970166 5.573339716 5.095949369 5.66384981 5.717420573 5.200537235 5.269959236 5.086240598 5.455770739 5.780604414 5.071009774 6.062219983 +LQ04X009670 Putative UPF0414 transmembrane protein C20orf30 homolog 6.492630863 6.148883247 5.5830208 6.260972934 5.852799727 5.622727546 5.954686038 5.657551756 6.674406073 7.475892235 5.727912038 6.105536532 6.654391462 5.703678495 6.838663307 5.855511651 5.955424546 5.760717438 6.57395351 6.40108782 6.183274946 5.900588319 6.429607377 6.288546502 6.022983717 6.532957556 6.414410923 5.912056847 6.487353948 5.503412572 6.246696781 6.533214883 +LQ04X009690 Putative uncharacterized protein 5.41193601 5.384009451 4.817029296 5.219045555 5.159988535 5.080776846 5.040311616 5.051893358 5.203090082 5.556717945 5.114460686 5.380071414 5.24056066 4.96402486 5.192845931 4.878713896 5.511219495 5.230397916 5.851599 5.152766922 5.468085355 5.01280342 5.473086351 5.792291135 5.109784994 4.91619273 6.316006122 5.938925375 5.22098507 5.316250321 5.162225396 5.299952317 +LQ04X009710 Probable WRKY transcription factor 3 5.080053279 5.641505584 5.418233192 5.44394706 5.47895926 5.506077233 5.624027552 5.654433745 5.379276013 5.810091272 5.487150683 5.412409147 5.034126006 5.54867325 6.519751519 5.8100719 5.331835844 5.283338961 5.034132977 5.355053759 5.180611165 5.532887077 5.296200971 5.391360665 5.177708732 5.446521407 5.176536663 5.335684433 4.863500557 5.586065425 5.075549302 5.719086824 +LQ04X009720 ATP binding protein, putative 6.252046671 6.186451752 7.55902793 7.792460043 6.509041307 6.813427324 6.24714098 5.921002541 6.473001204 6.807308745 7.263604223 8.071516483 7.708686057 6.26513205 8.24801208 5.969018036 6.419614294 6.167195041 5.623103362 7.594364147 6.814724027 7.069331714 5.88282445 5.94687057 6.634664392 5.90675948 5.612289143 8.091994438 7.05661621 7.961420262 5.916534472 6.10755204 +LQ04X009760 Lamin-like protein 15.16849097 14.97598683 14.36418403 13.72796955 13.1584244 8.998724393 8.401091544 7.427150655 15.39077467 15.01763342 14.80821446 13.84097339 13.92719167 8.982602624 9.806306937 7.845002239 14.46691338 14.74247647 15.19408681 14.51056854 14.7468531 14.22841597 9.619676772 8.618878188 15.23646033 15.36208445 15.21298484 14.21034381 14.917971 12.23397983 9.219296405 7.589818134 +LQ04X009770 Chorismate mutase, chloroplastic 5.607832369 4.994826971 5.1081197 5.069385325 4.771611086 5.052498153 4.862187891 5.021408454 5.013008041 5.233879781 5.2104877 4.980632979 5.105614189 4.961261124 4.808791143 5.563170638 5.355363861 4.949942065 5.634432069 5.062277945 5.125358451 4.922457051 5.208873066 6.521016782 5.051685579 5.319654996 6.019246447 5.130992678 5.330043819 5.030794746 5.642846326 6.721393937 +LQ04X009780 Pentatricopeptide repeat-containing protein At3g29230 5.008597588 5.277537255 4.848070458 4.974134198 4.991777809 4.790382412 5.122904352 5.206541082 4.739364163 5.677303919 5.222615891 4.931531494 4.838556714 4.848384457 5.040286525 5.023948087 4.967098421 4.799585794 5.387001487 5.291376372 5.079462656 4.834007731 4.948846175 5.513564247 4.825881107 4.877224094 5.416522724 5.171405297 5.159986147 4.773630713 4.896593742 5.266584682 +LQ04X009790 Predicted protein 9.542425216 8.951299319 9.748819339 10.58686081 9.881956487 12.31305559 11.70216516 10.95061993 9.408434742 8.099251697 9.349098451 10.51343187 10.11257685 12.25360024 11.34524022 10.83891257 8.976929957 9.316972303 9.300053074 9.126445656 7.782949059 8.71135768 9.693014704 9.905041611 8.312912554 7.393161439 9.290400678 8.883121222 8.949188728 9.665191578 10.36161263 9.760794511 +LQ04X009810 Probable mitochondrial saccharopine dehydrogenase At5g39410 5.10918787 4.925484841 4.590074849 4.600401573 4.647811309 4.977208994 4.881462007 5.049229406 4.861841876 4.653915562 4.828658066 4.705757292 4.79015479 5.223672691 4.615529702 4.828817745 4.798835755 4.87331979 5.022096546 4.676593588 4.763538277 4.773950707 5.318150433 4.883902375 4.814385144 4.589487783 5.014424985 4.566723929 4.549795097 4.868517544 5.402202727 5.069140224 +LQ04X009830 Putative F-box protein At4g12560 10.75875026 10.48279101 12.38080965 12.48113971 12.54348294 13.28633103 13.73520116 13.63349406 10.81138696 10.05064595 11.97448899 12.59673192 12.5150356 13.19652936 13.54833784 13.29391076 10.32549071 12.43753538 10.32206308 12.05860642 12.49278735 11.51835855 13.29621796 13.51874102 9.237824389 10.75179482 11.2464574 12.16606705 12.24149041 11.93854594 13.24829642 13.09631651 +LQ04X009880 Putative tRNA guanosine-2-O-methyltransferase 9.218084203 9.517181573 7.94857487 10.1009504 8.879421645 10.8609146 10.84211962 10.12912337 9.504096676 9.469461636 8.308655591 10.51016705 8.658325114 11.05472721 11.06995225 10.48450851 9.314779759 9.72054239 9.712403914 8.731835782 8.908697299 9.620685915 10.46382757 9.857397503 9.878608106 10.23029274 10.33028364 8.696068617 9.994514379 9.883563514 10.32381108 9.30647696 +LQ04X009930 Cyclic nucleotide-gated ion channel 2 5.607260486 5.92479977 6.556812154 5.725356117 5.431058332 6.024717445 5.211203372 6.208054586 5.833786166 5.538419741 6.314986045 5.738336639 5.972576288 5.879931168 5.349567167 6.116654379 5.436948697 6.29651607 6.482099479 6.298873366 6.845738081 5.792078278 6.847813229 6.984593697 5.9901261 5.765783297 6.355452095 6.420609838 6.193173165 5.285977271 6.527298101 6.162226791 +LQ04X010020 Exocyst complex component 2 5.617551746 6.028183498 5.917457394 5.831705482 5.483147972 6.124506326 5.751571993 6.037173028 5.876376526 5.950767651 5.858623234 5.908017849 5.565151743 6.198628888 5.930853545 5.968242674 5.725032682 5.467833247 5.598861497 5.998202115 5.306979035 5.873528732 5.774945498 5.314160087 5.673885603 5.73796697 5.752208067 5.92394601 5.617778893 5.309596716 6.238185771 6.15147174 +LQ04X010050 Predicted protein 5.178761624 4.862083376 4.751748062 5.576751776 4.937295636 5.681496138 5.313608946 5.29731397 5.473409344 5.468173536 5.36549056 5.843010261 5.169819441 5.124792204 5.936842222 5.329693333 5.173511326 5.1814966 5.192735637 5.154225153 5.023595491 5.458056463 5.500882076 5.314309383 5.188834119 4.936123562 5.15129971 5.224711146 5.169811093 5.264459017 4.953022706 5.224838122 +LQ04X010080 Predicted protein 13.63787774 13.57309033 13.71398659 13.94715157 13.95101937 13.78671615 14.05558254 13.89634629 13.61230121 13.34444986 13.89443953 13.90447602 13.75364128 13.98537025 14.03408946 14.47955172 13.22391398 13.1162441 12.97729469 13.22747438 13.34994633 13.70198423 13.10396753 13.039665 13.5041919 12.88924374 12.92022373 13.90292989 13.2535863 13.82045943 13.42353863 12.91964038 +LQ04X010090 Putative uncharacterized protein 5.072884702 5.357944764 5.012571667 5.1583187 5.429082288 5.319912959 5.443895749 5.165782273 5.073490373 5.329457203 5.262004312 5.101122705 5.56899595 5.028406261 5.798349052 4.999498318 4.972482802 5.272242222 4.970355519 5.558904008 5.301079138 5.452860187 5.090511856 5.7712741 5.141622401 5.436652473 5.201012349 5.138279858 5.021090861 5.402456279 6.026490361 5.348987164 +LQ04X010110 Chaperone protein clpB 2 10.07170077 9.807495681 10.56320417 10.96162152 10.52972441 12.76405771 12.77357478 12.39968685 9.560884841 9.436391768 9.947123453 10.63868476 10.11028317 12.40050953 12.55646838 11.83608984 10.38191206 10.53204746 10.00587251 10.24623916 10.80221938 10.44272403 12.88318504 12.2278608 9.946298683 10.20212993 10.15073634 10.3782577 10.84767762 11.48303332 12.91768276 12.36511198 +LQ04X010120 Membrane-anchored ubiquitin-fold protein 1 8.803081751 8.889667006 8.840236552 9.379079509 9.557736817 9.312993814 9.476042393 10.15702504 8.764547698 8.721767159 8.992497706 9.013500432 8.863319279 9.037193191 9.549986977 9.204089763 8.692115208 8.524914293 8.855827481 8.172357149 8.195726952 8.826591758 8.53041302 8.695719957 8.716626725 8.839438087 8.432670965 8.506889339 8.4161407 8.94667733 8.853262828 8.815872399 +LQ04X010130 Probable galacturonosyltransferase 13 10.5040261 10.45361795 10.75603435 10.03905809 10.40808314 9.621266913 9.544458405 9.918853139 10.65005873 10.52511361 10.86978519 10.12987148 10.70172747 9.708779519 9.547959992 9.687562607 10.44430139 10.49927282 11.18181103 10.78175502 10.84444751 10.89492368 10.17466118 10.92133236 10.74768088 11.18406767 11.37837077 11.16374535 11.1656696 10.998593 10.53121471 10.75486485 +LQ04X010150 Predicted protein 10.55097284 11.45273353 9.643867508 10.42950742 10.03959171 9.60547341 9.982170838 10.5476537 10.77790159 11.24378629 9.95682587 10.3870756 9.898785237 9.730119325 9.858993217 10.38683542 10.95985656 10.21411041 10.63414671 9.238305497 9.601891371 10.02445822 8.409816589 8.9136635 10.52592823 10.38057606 10.89156829 9.021360629 9.783593659 9.870829408 8.98080861 9.11780334 +LQ04X010170 Alpha-1,4 glucan phosphorylase L isozyme, chloroplastic/amyloplastic 10.97240293 11.29834796 11.20584568 11.51670175 11.55763044 13.08875407 12.7213241 12.87276156 9.922164665 10.76053155 10.2160619 10.27658313 10.97907768 11.42914926 12.48306083 12.51057808 11.24655844 11.45964395 11.44989003 11.08461884 11.64506275 11.90025977 12.96297163 13.77575108 10.9306808 11.2280874 11.04377973 11.82769922 11.79545421 12.96786956 12.79953565 12.77497689 +LQ04X010200 Putative Predicted protein 6.151849267 5.647254516 5.347039858 6.803122392 5.893580452 6.173997481 6.726109317 7.142047079 5.326630372 4.739146611 5.092923143 5.872239288 4.95585789 6.210458712 5.83980082 6.370772959 6.573595667 5.632231528 5.051440357 5.398898618 4.557980512 7.277253901 4.720433746 5.018572882 6.405206505 5.643962481 4.941640412 6.020493765 5.038762007 7.679940593 4.968458674 5.87111989 +LQ04X010210 Probable UDP-glucose 6-dehydrogenase 1 13.5474351 13.42209789 13.63926074 14.1139473 13.49669152 10.43003514 9.846993756 10.29678203 13.65231019 13.56134339 14.11509978 14.24618895 14.91277606 10.39208485 10.57234598 10.95280754 13.80124217 13.21070189 14.02787605 13.65986353 13.605233 14.30255419 10.18283625 11.17058236 14.0996808 14.28028135 14.25524253 14.52602178 14.64476266 14.42336829 10.60538043 11.70670833 +LQ04X010230 Probable mitochondrial-processing peptidase subunit beta 13.60960412 13.66791197 13.42224331 13.32852078 13.3411689 13.66938161 13.47984376 13.15460902 13.69421432 13.74147825 13.59388361 13.63249706 13.49333484 13.6172663 13.62352488 13.22584716 13.88185629 13.57119034 13.8147452 13.2813242 13.20939102 13.45088268 12.96534846 13.31161276 13.76413449 13.72211677 13.67049919 13.4201979 13.26978719 13.42374526 12.89275041 13.12185416 +LQ04X010240 Putative Biotin carboxyl carrier protein of acetyl-CoA carboxylase 2, chloroplastic 5.493457687 5.625765865 5.518899752 5.853751575 6.19907868 5.549917818 5.890876091 5.235269769 6.032594828 5.546037178 5.707249741 6.018714893 5.796208781 5.624794922 5.438419849 5.373929836 5.519131491 5.410973726 5.680112875 5.352610549 5.662488305 5.911913472 5.267578818 5.002792186 5.830269758 5.188919421 6.178568131 5.425727131 5.90553152 5.218800079 5.47391468 5.462330987 +LQ04X010340 F-box protein At5g39250 10.68639791 10.7418919 10.16387355 11.53728804 10.96637131 11.38367852 11.51445962 11.96069852 10.83527631 10.23676601 10.21943424 11.33058367 10.96579226 11.44963602 11.34549688 11.69523529 10.74453373 10.59309973 10.7918961 9.800810457 10.52249471 11.53691681 11.04977779 10.87564442 10.66422263 10.36206331 10.67274946 10.13557746 10.69081978 11.77591515 11.11058423 10.89394935 +LQ04X010480 Putative Alpha-amylase isozyme 2A 5.478070094 5.158480872 5.546677184 5.314009163 5.262830047 5.344316994 5.201306269 5.37617809 5.345221233 5.431727731 5.504967562 5.304369334 5.327048499 5.416644605 5.163448772 5.111566296 5.170394926 5.324658744 5.310794287 5.532773398 5.472594381 5.195620631 5.201311587 5.368376881 4.876567417 5.132426097 5.361742002 5.151686116 5.627780502 5.044971705 5.570708239 5.534270206 +LQ04X010550 Putative esterase ytxM 10.35082156 10.14532993 10.51705122 11.03964208 11.26996787 10.78348361 10.65582398 11.03137907 10.38005844 10.09597922 10.74117235 11.43505893 11.26434421 11.32564998 11.39063312 11.32657298 10.2179141 10.07192825 10.52486603 10.46160612 9.902555529 10.02466738 10.87391136 10.87674408 10.22566447 10.19293472 10.74830313 10.5531064 10.21744967 11.18055906 11.18544085 11.15977208 +LQ04X010580 Protein RIK 9.237685973 9.569961857 9.707806815 9.559175743 9.642015562 10.01748815 10.23674867 10.37705017 9.194139665 8.41683706 9.576124008 9.470290109 9.526204988 9.874653588 10.16304722 9.851420522 9.099969726 9.377657743 8.797447587 9.230282767 8.785262206 9.539422922 9.484260327 10.38325991 9.203516499 8.695436059 8.475087623 9.388930917 9.202491862 9.82565347 9.952588201 10.0629107 +LQ04X010590 Protein binding protein, putative 5.422595216 5.378109494 5.259532709 5.848766744 5.193041979 5.407390142 5.968031141 5.235862455 5.385146209 5.1249067 4.929491244 5.633281779 5.72644103 5.035854231 5.712245037 5.349857547 5.468077518 5.841990617 6.165546502 5.322259348 5.495578035 5.755241937 5.275309974 5.428782058 5.497474847 5.455626751 5.375308958 5.292335061 5.083273146 5.669983688 5.859162854 5.414384683 +LQ04X010600 Serine carboxypeptidase-like 25 5.503021582 5.58305914 5.72075607 5.450705794 5.778627108 5.450101037 5.812705031 5.75756384 5.756417199 5.824064759 6.154573809 5.472097876 5.648468745 5.445386615 5.544174496 5.408210083 5.577587188 6.102907289 6.336099702 5.595273584 6.116794108 5.945697379 6.345539696 6.845979127 5.346663593 5.723132708 6.52580319 5.498299559 5.481119196 5.690733828 5.754069128 5.278001076 +LQ04X010630 Putative uncharacterized protein 5.186020959 5.178676252 5.849497106 5.117936834 5.250779367 5.415189581 5.931558729 5.54225478 5.597700258 5.153949174 5.847053505 4.936131516 5.292866276 5.144025497 5.144046178 5.212230514 5.648020509 5.455314481 5.329388733 4.774886327 5.483391944 5.496229846 5.393514533 5.524324168 5.189981806 5.1521531 5.193003827 5.171864703 5.263728242 5.357876699 5.036158408 5.904371098 +LQ04X010660 LRR receptor-like serine/threonine-protein kinase RPK2 11.97554864 10.95038872 11.41330968 12.81992442 11.95609763 12.93189201 12.6935081 12.48389365 11.78446127 11.17745329 11.54758026 12.60253632 11.78894033 12.73233744 12.61015996 12.79986648 11.7943288 11.9102602 11.63659426 11.37586067 11.20337138 11.99807128 11.66265375 11.73276947 11.75715765 11.58202542 11.2627182 11.78787557 10.77953028 12.22815418 11.35239628 11.48039412 +LQ04X010670 Putative UPF0737 protein AFP2 4.882470696 4.616562148 5.175941134 5.381854748 4.827113326 5.290498754 5.588054384 6.498679139 4.543261636 4.693594166 4.795954484 5.521495666 4.771431058 5.686999657 5.432066052 6.637702018 4.730536926 4.724144902 4.633798126 4.941379597 4.844087729 5.071867398 5.093593215 4.54136217 4.822195778 5.294136566 4.750488105 5.412293919 5.03876268 4.939905629 4.786085419 4.851044442 +LQ04X010680 Putative G3BP-like protein 10.7775023 11.07508909 10.88080388 10.31091119 10.38645264 9.543832863 9.480369691 8.718538627 10.94274494 10.72946457 10.71688099 10.2819394 10.49274993 9.67475777 8.922745524 9.03205488 10.37663492 10.1338141 11.05738989 10.18660957 10.69240575 10.17970048 9.084501835 8.867353409 10.92667633 11.08734867 11.39678644 10.36078718 10.98298744 9.88998999 9.661950423 9.270262287 +LQ04X010860 Putative Anthocyanin 5-aromatic acyltransferase 5.452060702 5.446261026 5.093030068 5.046236952 5.384657141 5.439930785 5.355783941 5.52207736 5.434550079 5.203239394 5.234259273 5.138536673 5.616671197 5.282516213 5.061406648 5.396252375 6.580944061 5.350587582 5.74206512 5.174158853 5.531582599 5.999099995 5.589955155 5.876932111 5.388571417 5.640288445 5.084339844 5.212560146 5.474858583 5.564035391 5.65159384 5.872646947 +LQ04X010900 Putative Anthocyanin 5-aromatic acyltransferase 11.09954436 11.81283518 10.78981255 10.17578148 11.60926912 11.63115003 11.02532817 11.88022621 11.46879293 10.73787294 11.38586873 10.60578481 10.82044959 11.89615498 11.05599217 11.44255189 11.87289552 11.21458513 12.01200622 11.90054255 10.53685152 11.1889077 11.37093312 11.83876586 10.59835888 10.22644514 9.697113924 11.15896385 10.91495128 11.30052097 11.64320534 11.82599156 +LQ04X010980 Hypothetical protein 14.00189942 13.89135391 14.06839681 13.45523147 13.62268625 12.86515319 12.74181081 11.98146538 13.89253416 13.19717276 14.07872655 13.61142882 13.87159279 12.76495032 12.00033149 12.0681061 13.77423377 13.80771956 13.27233018 14.30201047 14.03496872 13.82987728 11.91723241 12.74141554 13.90838536 14.08964793 13.89001733 14.28853719 13.30648545 13.38763497 11.99081894 12.75107948 +LQ04X011010 Putative Receptor-like protein kinase FERONIA 8.774856799 8.002270889 8.889901286 7.895517132 9.751842086 9.933077198 9.621114335 10.37922182 9.066357346 7.678833363 9.316234427 8.660231129 9.63361628 10.45375815 10.18210456 10.51000076 8.118823747 8.351421297 8.501464797 9.870213455 9.358851935 9.290880682 11.46613167 12.07296507 8.059869659 8.890985357 8.575303678 9.591418045 10.21239449 10.32527739 11.9817536 12.45668767 +LQ04X011050 Receptor-like protein kinase FERONIA 7.269853537 8.07957859 9.146598649 9.605994357 9.334070775 11.71280813 11.50230994 12.18236048 7.340255883 7.779917005 8.983309057 9.85660245 9.460591756 11.76218018 12.04806048 12.61040899 7.723408545 6.348794201 5.685869364 8.721792796 7.042865145 8.307658396 11.34371719 11.46419008 7.123313906 5.705203844 5.097889849 8.024311388 7.284101888 9.321405065 11.94786686 11.68008255 +LQ04X011200 Receptor-like protein kinase FERONIA 5.560681456 5.98968822 5.687785071 6.560712059 6.331736247 8.661416336 8.456704747 8.858018134 5.802200336 5.27616031 5.88807371 7.157867818 6.782457094 8.697445661 8.205250002 8.997753588 6.248766977 5.587194395 5.483157438 6.041532319 5.848181741 6.326093272 9.309389291 8.593456289 5.941854113 5.854746727 5.809099504 6.139234331 7.145963142 7.250293045 9.522310496 8.630191267 +LQ04X011210 Putative Predicted protein 6.575006118 6.299984205 6.512409361 6.22456277 5.341850557 6.082411318 6.074428615 6.315180734 6.587723675 6.614543104 6.64393114 6.388065361 6.58762399 6.191630198 6.49086231 6.394208961 5.98474704 6.572478884 6.983071285 5.678921568 5.53981013 6.205362548 5.308523761 5.212970449 6.2171158 6.877362 7.323763513 6.03629624 5.997957922 6.140580996 5.159491513 5.427478355 +LQ04X011220 Putative receptor-like protein kinase At5g39000 8.237033251 7.911901077 10.26004571 11.1913888 11.55080016 11.68784328 12.05500134 12.10799471 8.202347053 7.081899329 10.5180125 11.6518025 11.7196662 11.84385152 12.58734378 12.37174596 9.239927442 9.158742047 8.302907114 10.63363005 10.31153538 10.29633271 11.42856419 12.31210505 8.236730751 7.614049633 7.46034042 11.07126218 10.51043693 11.93831664 12.02541205 12.05579124 +LQ04X011260 Putative Predicted protein 13.49780304 13.13503717 14.03962469 13.76123825 14.56108822 12.94183125 12.9249811 13.18338146 13.60448953 13.71332133 14.28695616 14.0382963 14.49977455 13.08623153 13.35194884 13.48715874 13.7276028 13.6122482 13.39136204 14.19753786 13.83522571 14.29799527 13.20598417 12.58360416 13.50584999 13.44380361 13.56124996 14.14557008 13.37737264 13.58229628 12.76576713 12.95054707 +LQ04X011270 Hypothetical protein 5.476801252 4.935679279 5.171084149 5.219198133 5.189930671 5.271067271 5.246358006 5.388023441 5.514581967 5.981001524 5.977527908 5.270449216 5.53399967 5.611985447 6.478502179 5.457565458 5.670394597 5.317952605 5.101834714 5.315073735 5.168896284 5.322573131 6.147186101 5.37411031 5.497049842 5.201851169 4.94696831 5.837324407 5.01271838 5.292555064 5.907583083 5.098952176 +LQ04X011370 Hypothetical protein 5.460976348 8.210072148 6.740626262 8.760485885 10.35056191 5.306382121 5.958963762 5.80426335 5.30713463 7.074357235 7.445637014 8.690770727 11.28710831 5.068395896 5.43170268 5.479067409 10.63791917 11.38109013 11.25263116 8.467872286 7.945233476 9.592870392 5.118632075 5.287347613 10.46246026 9.496131672 11.42199428 5.420281502 6.238743223 6.423292689 5.751629633 5.526398727 +LQ04X011400 Hypothetical protein 6.154427804 5.42386135 6.239878715 5.60888549 5.979113672 6.23969997 6.009915793 5.541741036 5.861443695 4.883220236 5.737027046 5.589126423 5.813133867 6.331981999 5.58454379 5.895155463 5.495957246 5.764103985 6.147524498 5.781495579 6.639516125 5.747826375 6.23811814 5.874005105 5.657866699 6.153139529 6.13611834 6.334935294 5.886973187 5.672150126 6.193567234 5.601418295 +LQ04X011590 DNA-directed RNA polymerase 11.83273508 11.69303472 11.72346559 11.17929001 11.2951023 11.95006959 11.71847641 11.59193645 11.89812118 11.75342527 11.91701397 11.23665861 11.49012605 11.97126175 11.72104854 11.78004679 11.56641479 11.80083052 11.46234051 11.6124951 11.64667896 11.73728038 11.56051275 11.50754471 11.9839958 11.79745279 11.53761308 11.63495383 11.05729493 11.58205635 11.5016312 11.14174148 +LQ04X011600 Putative Beta-galactosidase 5.563610973 5.122352872 5.309751361 5.814936561 5.688208435 5.317880095 5.895275242 5.621521433 5.071619199 5.080838979 4.855518908 5.285132959 5.115812812 5.02216554 5.400284792 5.212717815 5.216479653 5.220907872 5.701009123 5.508922468 5.328417372 5.47375784 5.104174071 5.280785341 5.14139226 5.204261698 5.591194253 5.521499137 5.73757554 5.896678507 5.475596756 5.137041262 +LQ04X011670 Putative disease resistance RPP13-like protein 1 5.159339396 5.411754425 5.370360138 5.145275513 5.007833627 4.95629599 5.232757714 5.243171435 5.005519361 5.415756462 5.237286925 5.307380429 4.821802394 4.897839103 5.290650475 4.810413127 5.505124278 5.334476683 5.241828842 4.884233026 4.980571813 5.179838051 5.927065883 4.734510068 5.128977126 5.050422687 5.288585107 5.493956853 5.112506035 5.136373817 5.382176438 5.276203792 +LQ04X011700 Putative disease resistance RPP13-like protein 1 5.225919459 5.340727276 5.185520092 5.65952987 5.908097032 5.710154035 4.940209294 6.181008913 5.695251049 5.251390484 5.60820348 5.323544252 6.307813681 5.376894531 4.923032602 5.756917654 5.866714494 5.460889788 5.963955626 5.18184656 5.523270644 5.72211369 5.22561251 5.877702645 5.708066676 5.211774208 4.859567232 4.783377481 5.054061489 6.261014907 5.626409208 5.522588715 +LQ04X011720 Formate--tetrahydrofolate ligase 12.8770166 13.28479298 13.73176974 14.02858424 13.94515579 13.24905066 13.50564852 13.56763218 13.05093938 13.00013226 13.81772253 13.82693069 14.08818016 13.65582281 14.03705647 14.37852079 12.93717753 13.23498895 12.13936147 13.64647354 13.68045854 13.637599 13.46632626 13.67041957 12.45207596 12.77780402 11.75639258 13.4408271 13.76053462 13.79227079 13.47705445 13.34669213 +LQ04X011850 Putative uncharacterized protein 5.218058222 4.937259841 5.443589467 4.964057435 5.152998064 4.81744248 5.310720467 5.054584352 4.723425417 5.293600991 4.923119976 4.776126494 5.029792418 4.879648552 4.938015408 4.884294533 5.139732509 5.196167595 5.214341905 4.895047736 5.397433689 4.992812007 5.142487873 4.999319275 4.960327853 5.030652377 5.490899366 4.893512 5.000937207 5.2906858 5.226213769 4.878223417 +LQ04X011870 6-phosphogluconate dehydrogenase, decarboxylating 13.31555004 13.34852511 12.96702508 13.07186936 12.86528067 12.48349654 12.62834926 12.88968831 13.31173957 13.42141573 13.03083852 13.13400238 13.06249011 12.78246677 12.75804283 12.78125433 13.40038849 13.12137229 13.18232919 13.19260784 13.09264232 13.34441809 13.47483105 13.7060417 13.4705527 13.55627301 13.03537422 13.28942892 13.37186634 13.99157873 13.49553731 13.77290564 +LQ04X011890 Hypothetical protein 5.63179411 5.035862836 5.52387771 5.298818844 5.811332551 5.411968813 6.111302998 5.629215088 5.651952039 5.414748442 5.595245812 5.439466659 5.612157598 5.974825102 5.096069494 5.794564309 5.689580769 5.787487274 5.483641691 5.656822983 5.745082761 5.463494243 5.671533614 5.71530522 5.723320556 5.264892606 5.149051805 7.252129706 5.908847173 5.459036187 5.103906016 5.638762119 +LQ04X011940 Hypothetical protein 4.757413978 4.641575338 4.575964903 4.568477237 4.550725547 4.499293872 4.501245112 4.736134663 4.758153726 4.757034175 5.124936604 4.630524063 4.821900963 4.752199943 4.680818002 4.631647596 4.839876197 4.835193143 5.011107221 5.234685624 4.958027594 4.811352631 4.820181876 5.522748906 4.745030729 4.681861005 5.259621196 5.09009239 4.923495105 4.694173629 5.389831724 5.650704611 +LQ04X012020 Putative Sodium-coupled neutral amino acid transporter 3 12.6282807 12.38316293 12.91118051 12.35851476 12.7918759 13.01892328 12.88114115 12.84007635 12.75709904 12.34625319 13.10663168 12.66852883 12.95152501 13.51701053 13.0465183 13.19551869 12.71861828 12.57465284 12.7513662 13.12136379 12.46884029 12.7301918 13.45986768 13.05609695 12.50590582 12.21940405 12.55685672 13.03655697 12.90292499 13.04345341 13.5702558 13.00259685 +LQ04X012050 Predicted protein 5.295657342 5.264840748 5.166960176 5.688977055 5.078518272 5.387329234 5.387224626 5.069338081 5.376988417 5.431302686 4.833502951 5.535761819 5.353619421 5.065066416 5.926222615 5.414848512 5.083190466 5.144786561 5.47471934 5.212034007 5.376321419 5.367849184 5.424416125 5.026882321 5.403836184 5.439700117 5.685600337 4.905864781 5.236699202 5.072226532 5.772504977 5.670677061 +LQ04X012070 DNA-directed RNA polymerase 2, chloroplastic/mitochondrial 9.149369485 9.220875971 8.610539097 9.545953325 9.137489564 10.03203993 10.51192631 10.73939042 9.498960421 9.54389725 9.46536625 10.02277487 9.655884361 10.64998869 10.7999481 11.00738786 9.440675613 9.146170159 8.845454683 8.828747992 9.135159366 8.840437796 10.72939669 10.95576089 9.734478926 9.275193864 9.177824756 8.949158203 9.499423985 9.776685042 11.05588196 11.17134821 +LQ04X012310 Receptor-like protein kinase FERONIA 5.360774822 5.115358227 6.124002418 5.991463403 6.034971326 6.876626486 6.881888257 7.896956284 5.176286628 4.869323859 5.522512279 5.266352567 5.734281411 7.304047928 9.033224093 9.002812925 6.788666358 5.005056652 5.417007556 8.609940488 5.644075724 6.086466076 9.73138439 10.30403329 5.578250324 5.105395398 5.046689848 7.473928678 5.748378092 7.163477377 10.07200588 11.16232126 +LQ04X012350 Putative disease resistance protein At1g58400 5.222984867 5.54045576 5.315010781 5.123747322 5.621021857 5.545628836 5.177165916 5.506937633 5.132288286 5.027747343 5.77100755 5.035134567 5.280504492 5.339596753 5.089349581 5.187101992 5.753787899 5.79204956 5.526449927 5.415077679 5.464430266 5.543007218 5.667813409 5.345076426 5.394067303 5.972779895 5.277244439 6.284017961 5.562991992 5.447387049 5.863186735 5.017719242 +LQ04X012430 Predicted protein 5.019848668 5.297909894 5.329252378 5.023208833 4.888375576 4.750119112 5.12305423 5.132988304 5.258855786 5.026662861 5.567846477 5.586112698 4.82900595 5.11076206 4.697207998 5.616661004 4.955591017 5.094639258 6.166711813 4.949238572 5.234040293 5.434770227 5.316015146 5.147539132 5.317315891 4.896289408 5.716334359 5.62954984 5.091833624 5.070760371 5.263277492 5.201594879 +LQ04X012450 Zinc finger protein CONSTANS-LIKE 2 9.58043872 9.504681171 9.742285266 8.635581416 8.527577077 12.33262607 12.09863629 12.46809205 9.309697023 9.154060139 9.020649954 8.109404724 7.831057293 11.84847179 11.7115351 11.39116517 8.343745589 8.825258385 9.140592989 9.410450789 8.175170694 8.916539624 11.00449542 11.98868537 8.871315573 8.438137836 9.758094142 9.85207479 9.144874499 9.156934932 10.55078028 11.63380189 +LQ04X012520 Glucan endo-1,3-beta-glucosidase 2 6.090590865 5.94834918 6.16477998 5.659418046 5.979119581 5.610747864 5.637581181 6.00576334 6.303595466 6.156322575 6.490896072 5.787069665 6.347755361 5.663154095 5.287512466 5.893362471 5.778165543 6.362070371 6.020568354 5.893305119 5.648593051 6.033749884 6.499888057 6.052226523 6.192656762 6.453800255 5.928213633 5.97186834 6.322919839 6.084855835 6.198775461 5.167503997 +LQ04X012530 GDSL esterase/lipase At5g37690 10.8617169 10.40022122 11.22169796 10.95017504 10.82735603 10.20751727 10.23646024 9.6218944 11.3042541 10.16338695 11.64937185 11.25027383 11.61089028 10.18794327 10.07242436 10.25350743 10.17401515 10.6458182 10.09288582 10.92932328 11.28345808 11.07126437 9.648657876 10.17883242 10.33975917 10.87222264 10.22065426 11.2841578 11.35653949 10.5782929 9.433668896 10.00205054 +LQ04X012560 Putative uncharacterized protein 5.121805033 5.475802682 4.734672959 5.170163546 4.812177994 5.243294814 5.373678788 5.350376745 4.983677481 5.288244457 4.942166143 5.427144347 5.04635622 5.377340505 6.030080944 5.309998598 5.070346997 5.121043442 5.298831508 5.436175144 5.134252066 5.151953707 5.558120211 5.544120872 5.370743478 5.511029492 5.136245301 5.170285333 5.552128076 4.927324404 5.478114051 5.271963261 +LQ04X012590 Putative Repressor of RNA polymerase III transcription MAF1 homolog 4.998994725 5.333635938 5.475671562 5.116611728 5.263856189 5.65986558 5.324672081 5.141238691 5.394623153 5.579558674 5.779412122 4.847368403 5.591227495 5.056554025 5.570877955 5.315558077 5.287438488 5.529614461 5.438500077 5.757778522 5.574712696 5.338617731 5.523907738 5.960760507 5.436803615 5.491431336 5.320765071 5.648041441 5.624313974 5.506939511 5.997244419 5.962255606 +LQ04X012630 Predicted protein 6.324544618 5.981915588 6.827608865 7.119349079 6.575182542 6.654486327 7.049291614 7.03363838 6.532232026 6.054702677 6.865312564 6.954419904 6.581108194 6.513724038 7.649338814 6.546601879 5.86670302 6.603492348 5.697275548 7.158332391 7.301090839 6.511654903 6.118287532 6.726802597 5.817729269 6.36960649 6.783291932 7.244733649 7.605501179 6.704333 6.483782261 6.287051719 +LQ04X012670 Protein RSI-1 7.373457569 7.663113523 6.808321267 7.915730623 9.077085319 7.295540339 7.601488079 7.33327925 8.796901992 7.584002343 8.571140732 10.35053573 8.843425728 6.794943253 7.547094965 8.177052791 8.30575682 8.281327318 9.061616647 10.96994468 9.511446918 9.51891626 9.223700277 8.37019187 8.41407677 7.480344988 7.655371682 11.02572447 7.93115644 9.756964067 9.866968543 9.369587205 +LQ04X012720 Hypothetical protein 5.03313124 5.340115595 5.168105302 5.128138192 5.318291429 5.306642526 5.565176652 5.182319005 5.016431355 5.287328403 4.779517407 5.313133827 4.983455991 5.154621418 5.126195579 5.328582411 5.013313516 5.202326967 5.63677274 4.875050055 5.390786807 4.963787091 5.177062936 6.009349526 5.140571528 4.884056423 5.314241229 5.433333544 5.426079708 4.96579005 5.5422471 5.032829123 +LQ04X012730 Putative uncharacterized protein 13.22181342 11.61540519 14.04770852 14.27787627 14.19773677 11.75275739 11.14114135 10.56967526 13.85075518 13.16278405 14.46428801 14.5070278 14.73628495 11.85836007 12.37035584 11.66665478 10.09891573 12.01753373 10.95061257 13.5713477 13.56201717 13.77260632 8.115925701 9.857061902 11.99148112 12.94108668 11.25976649 14.04681316 13.30851022 13.50934837 9.936822254 8.680014976 +LQ04X012760 Putative Receptor-like protein kinase FERONIA 11.71233869 12.28917834 11.73534108 11.24918938 12.10215217 10.1562757 9.889586394 10.35729438 11.69735977 11.60840806 11.87871681 11.35831378 12.14881752 10.55326163 10.30384169 10.98679973 12.0269496 12.83099541 12.8150052 12.74702335 12.71867975 12.57738803 11.31819462 11.42820122 11.93531339 12.59556965 12.87569394 13.03669892 12.73359402 12.49920833 11.23502987 12.00426299 +LQ04X012820 Putative uncharacterized protein 12.21745974 12.58519478 12.43371311 11.39885794 12.50370802 8.666580681 8.848960657 9.279253543 12.11578642 12.95052401 12.52574616 11.74302242 12.92444476 8.767676194 8.869841285 9.849325152 11.88575458 12.14830464 12.1773384 12.51991306 12.13466241 12.20900655 7.582297314 8.277112953 11.64380789 12.11878462 12.45061912 12.19683031 11.68769309 11.65094281 8.111357364 8.059755952 +LQ04X012840 Hypothetical protein 13.03452669 14.0482329 12.99478069 13.06541853 13.98225883 11.0993824 10.22750525 11.86660144 13.22544632 13.08148253 13.59558247 13.12434379 14.09616394 11.13284922 10.1114801 11.47939342 13.64155257 14.16253326 14.26015155 14.69639418 14.48340279 15.10460468 12.50300652 11.66147633 14.43828407 14.19888181 14.27254591 14.32310679 14.52361161 13.59950922 12.1609021 11.94251306 +LQ04X012970 Putative Eukaryotic translation initiation factor 3 subunit M 13.52470395 13.30960985 13.17740711 12.95071048 13.32924042 12.97126216 12.77996334 12.83252932 13.75157476 13.7241604 13.41632616 13.07294826 13.50792115 13.00915313 13.16136033 13.15150596 13.18686469 13.23893876 13.02674325 12.70090996 12.95843945 12.86030542 12.70756297 12.43593978 13.4173813 13.43625201 12.86794615 12.19645181 13.13852975 12.61954872 12.52511048 12.47904119 +LQ04X012980 SP1L, putative 14.08058 14.01890148 14.08118645 14.86269265 13.94262897 11.92615666 11.65281595 11.37943072 14.49748281 14.68723556 14.39180061 14.84622704 14.42933531 11.94373637 11.96298323 11.52589046 14.0283595 13.35775215 14.38941444 13.69202031 13.8195986 14.2721515 11.076489 10.64520556 14.38567204 14.36940126 14.31488958 14.16570353 13.6149921 13.84506716 11.09934335 10.68997177 +LQ04X013000 Predicted protein (Fragment) 10.04498287 9.793377977 10.07336346 11.24914033 10.02209511 10.94208632 10.85757502 10.60685472 10.21551536 9.700733699 10.12277519 10.90096906 9.958251284 10.86628515 11.0805159 10.37949431 9.913269407 9.927972782 10.06851946 9.574168801 9.666593008 10.24473597 10.27581185 10.00037394 9.916075008 9.853964726 10.04134782 9.309854124 10.06847525 10.45962076 10.24827696 10.07499382 +LQ04X013020 Putative uncharacterized protein 12.21031041 11.93761375 12.20182591 12.14563221 12.07855527 11.82177697 12.15762147 11.98905263 12.30081821 12.56394993 12.41993088 12.30288377 12.16602538 11.71852198 12.14073453 12.21699653 11.97182595 12.48876837 12.10563682 12.09789738 12.52596104 12.02763982 11.9695687 12.22365579 12.07026939 12.63218447 12.00567291 12.03367687 12.21841527 11.86788257 11.9337538 12.14388171 +LQ04X013110 Putative Uncharacterized protein C20orf4 homolog 4.983776637 5.089659632 5.024117002 5.047688064 5.783682793 5.146746844 4.822455749 5.343818965 5.103909088 4.883886541 4.943968237 5.043489535 5.431646431 5.083448679 4.943584705 5.31001157 5.224442224 4.983769092 5.357584964 5.516352816 5.370161351 4.726888928 5.4520911 5.459785678 5.415845787 4.870786583 5.324942024 5.818817923 5.397858531 4.864738047 6.145722346 5.502364759 +LQ04X013140 Putative Lectin-domain containing receptor kinase A4.2 6.241996986 6.560787011 6.544415063 6.262696506 6.435430033 5.909420353 5.922030726 5.71335479 6.318593084 5.718959339 6.614780061 6.054967503 6.688215877 6.367933461 5.424824599 6.079390753 6.556253057 6.076006379 6.137611382 6.231024937 5.460553904 7.190054242 5.408395526 6.278637706 6.823119282 5.916517669 5.79372568 5.528423235 6.03715651 6.855473367 5.377567755 5.902376974 +LQ04X013150 Putative uncharacterized protein 12.34365209 12.09264173 12.38822041 12.57414264 12.28576666 12.77068536 12.87688926 12.86141357 12.47822735 12.33107608 12.44216477 12.61643991 12.40457152 12.6199461 12.99606426 12.82412948 12.13326005 12.48966305 11.77175657 11.81664375 12.28367095 12.17310796 12.33728101 12.26996657 12.18225017 12.64900586 12.11245847 12.13525838 11.59213483 12.36395439 11.98632888 12.09014378 +LQ04X013170 Beta-glucosidase 44 12.9142806 12.62637396 12.9394235 13.33322665 12.31995312 11.62232947 11.63560995 10.39027247 12.66020691 12.72122667 12.58351245 12.97287203 12.58997816 11.28669686 11.87749731 10.80580197 11.92543815 12.67660965 11.03315959 12.19618386 12.65344376 12.48055159 11.13324878 11.66253303 12.53385362 13.11703482 11.79177599 12.49879072 13.10843569 12.4399161 10.87748583 11.1922904 +LQ04X013210 ATP-dependent Clp protease proteolytic subunit 3, chloroplastic 11.98920263 12.31901571 12.30183809 12.93443102 12.28800712 13.74668595 13.69984848 13.63688159 12.21536228 12.66931351 12.43556449 12.94780945 12.56018867 13.99456154 14.13678508 13.87525788 12.24000237 12.48598023 12.16999039 12.51266212 12.55696386 12.28444372 14.04728563 13.49320286 12.17023351 12.64294148 12.29314016 12.65697599 12.48110695 12.54624592 14.24062918 13.48888074 +LQ04X013270 Hypothetical protein 6.025110354 8.496225545 4.594868909 4.868134823 5.012038548 4.971092298 5.12931835 4.84146792 6.42311543 9.721396688 4.385889441 5.049846637 4.727103576 5.027884893 4.864900626 5.235454187 6.327028896 5.334321061 5.604245266 4.769884618 5.362740712 5.213982072 4.615350265 4.596527993 7.60733148 5.113820774 5.188892158 4.72021652 4.742508754 4.7286888 5.040011926 5.151106699 +LQ04X013330 Eukaryotic translation initiation factor 5 5.379469049 5.792926303 5.329493965 5.463858829 5.456353222 5.436066928 5.889514169 5.321726074 5.468517971 5.524431419 5.316075153 5.499011832 5.593918125 5.426124675 5.665904694 5.428056907 5.725620038 5.337638854 5.694976188 6.003835382 5.626957679 5.298408716 5.554490872 5.609983649 5.656785025 5.84206283 5.265589305 5.136343249 6.035809727 5.556411602 5.694084054 5.45786318 +LQ04X013440 Predicted protein 6.609722306 6.234249745 6.563775748 7.433802684 7.423495369 7.936045344 8.835691827 8.814017773 5.416136433 6.581799688 5.950368415 5.741299177 5.697470002 6.400553989 9.109570973 7.388718676 7.12298942 5.835120309 6.29100932 6.295099742 5.638458472 7.476166442 6.023268877 8.033494679 6.955625211 5.718776906 5.429719879 7.252172057 5.997713436 7.515344963 8.593703458 8.000344499 +LQ04X013520 DNA ligase 4.949187597 4.586880366 5.220614087 5.361158057 5.147285434 5.468297864 5.663523184 5.574679746 5.057522066 5.083285683 5.541540769 5.234500699 5.397671397 5.096948918 6.026548974 5.377807381 4.999967937 5.633697726 5.142931077 4.776340432 5.478012342 5.164933124 4.861331418 5.059580225 5.31960872 5.70502274 4.963305519 5.355513559 4.948558529 5.171799477 5.251823211 5.164234237 +LQ04X013540 Putative uncharacterized protein 5.629130825 5.578648206 5.280953953 5.266926667 5.44080418 5.151053454 5.302045842 5.318187272 5.309652521 5.483161153 5.666035727 5.511923264 5.637121541 5.330298571 5.511358226 5.559862961 5.348864703 5.431980337 5.391096857 4.779298873 5.420722206 5.414892035 5.564700352 4.754749913 5.475978841 5.430758558 5.294166199 5.34428105 5.162564384 5.139216202 5.470706564 5.378308424 +LQ04X013580 Putative 2-hydroxyacyl-CoA lyase 1 5.360961878 5.725985548 5.861198077 5.572400215 5.633174555 5.895144838 5.582030589 5.366703738 5.649127882 5.472072961 6.205562458 5.255295755 6.149435055 5.402590345 5.454556194 5.363753579 5.498639098 5.880694512 5.680534428 6.255601785 5.677643256 5.473964722 6.065048253 5.343580604 5.168255939 5.600286074 6.189204993 5.453460186 5.771133972 5.300096925 6.158706102 6.084695038 +LQ04X013600 Putative disease resistance protein RGA4 10.97518594 10.97163999 11.41189344 11.85445605 11.70814075 10.48357007 10.46569295 11.07118092 11.44331622 11.18636268 11.60081346 11.6829716 11.60411708 10.4159746 10.65561344 10.98499491 10.41641019 8.534719984 8.445388305 10.39560752 8.880708061 10.41210287 8.836337991 8.761723708 10.19706839 8.74432244 8.45357795 9.97165416 9.497824598 10.09722654 9.175331723 8.228453887 +LQ04X013770 Hypothetical protein 11.9361157 10.52623975 11.7646271 13.30046833 11.76478101 12.68675784 13.30963993 12.63357655 11.36524336 10.5464159 11.39572146 13.2070443 11.58713063 12.47806996 12.45393993 12.71327988 11.15720176 11.07459451 9.694115877 11.05087244 10.73425937 11.27790854 10.9652725 10.21017592 10.90080025 10.52904312 8.362436 11.41921166 9.784595686 11.99630593 10.91140735 9.735057464 +LQ04X013830 Putative lipid phosphate phosphatase 3, chloroplastic 12.80994221 12.21329561 11.81353332 13.31654851 12.55742141 13.52570521 13.60406264 13.5269791 13.0657796 12.67660983 12.13925961 13.51946193 12.61995256 13.88091898 14.0081435 14.1310116 11.82200471 11.86324189 12.19690869 11.33938879 10.87473796 11.85412807 12.02774612 11.69546668 12.43108976 11.93013287 11.94216575 11.40999591 11.21391013 12.44154752 12.51626763 11.60181678 +LQ04X013860 Putative Protein PLASTID MOVEMENT IMPAIRED 2 5.841762154 5.998016393 5.346318772 5.327614127 5.570607247 5.576249368 5.42881785 5.246341303 5.5927114 5.556328519 6.145991303 5.285790808 5.530776755 5.096272943 5.291175127 5.222943853 5.665372781 5.902791233 6.123097164 5.405402997 6.045451339 5.490649253 6.132958183 5.926858448 5.783422221 5.655028095 5.99114998 6.047386512 5.486915287 5.297842949 6.04389818 6.100221658 +LQ04X013930 Putative L-Ala-D/L-Glu epimerase 11.48213695 11.41582774 12.22478168 11.79058452 11.4857513 12.54000586 12.34783949 12.08019132 11.29892427 11.28124465 12.0211135 11.62207587 11.51972631 12.41312072 12.17035995 11.86628276 10.30639271 10.59842265 9.760756756 11.18231652 11.35192478 11.49656273 11.72457543 12.16482331 11.011906 11.01175859 10.11860246 11.42380282 11.74348735 11.85821391 11.7554249 12.03059663 +LQ04X013950 Predicted protein 4.930113094 4.575394501 5.512976882 5.170159414 5.044045736 5.371375236 5.383182656 5.318443602 5.019890092 4.864598475 5.154666198 5.103594716 5.509302725 5.274205284 5.69403039 5.08867978 5.139013993 5.238779698 5.133420433 5.514644872 6.598964007 5.322078166 5.772827601 5.305305652 5.311252812 5.03722638 4.793984567 4.949104173 5.792752007 5.241804665 5.343996203 5.836588609 +LQ04X014040 Protease Do-like 7 12.9266895 12.86955667 12.73561204 12.65816129 12.89173306 13.46274804 12.90449278 13.23367688 12.99317855 12.77166214 13.0280118 12.90370082 12.98341468 13.45193343 12.90046234 13.5479963 13.5042783 12.35274509 12.7924083 12.7187151 12.41815494 12.53755479 12.53714954 12.6087528 12.81133231 12.00299084 11.97565555 12.58467904 12.04050961 12.67245441 12.42773665 12.30862624 +LQ04X014110 Predicted protein 11.80305641 11.08746648 11.67862357 11.9280859 12.14897367 12.12714553 12.18572732 12.87468295 11.40288249 9.797528969 11.58021843 12.26882127 11.80948658 12.62700905 11.2730509 12.61631663 10.95698839 12.00119058 11.35023651 12.33010098 12.43681556 11.52068772 12.53833774 12.02788667 11.04271571 11.33518318 11.47521338 12.69370983 11.8059721 12.58533814 12.56996214 11.88423524 +LQ04X014130 Hypothetical protein 5.210176944 5.126166847 5.073350342 4.804180926 5.370237949 4.949036958 4.898707669 4.919090771 5.076789702 5.765350196 5.176972607 4.984101365 5.121504402 4.92504176 5.32452489 4.936206957 4.970019692 5.213643129 5.260948945 4.912043853 5.054997688 5.110491077 4.913854275 5.270738741 5.040357525 4.943677193 5.696570867 5.464854421 5.346297081 5.074215365 5.068665626 5.582072775 +LQ04X014180 Probable calcium-binding protein CML23 9.494198588 10.6359359 10.46517867 11.34336023 11.70864229 12.24302375 11.20388979 12.28266159 10.30894272 11.54709501 10.7833215 11.09191242 12.39815057 12.13197192 11.75084279 12.26460557 10.07444279 7.303096536 9.539478507 10.53455316 9.537306503 11.93457461 11.16690528 12.21106558 10.67799754 10.21216194 9.308913864 10.95464873 10.24122105 12.44970276 11.19048602 12.40831084 +LQ04X014300 Putative Abhydrolase domain-containing protein FAM108B1 5.432710488 4.96046697 5.897393088 5.37824151 5.680327129 6.023124139 5.392935114 5.610361528 5.519368011 5.318562847 5.33444151 5.038952248 5.783606899 4.914672546 6.048986963 5.552811832 5.873575958 5.823491312 4.862247559 6.602828297 5.717336856 5.055010405 5.659630974 6.08495441 5.837341757 5.762706473 5.400713247 7.508521681 6.166162673 5.88376227 6.981897879 5.784223369 +LQ04X014330 Predicted protein 5.159915356 4.92887855 6.071930734 6.94793897 6.233256062 7.819820669 8.232861247 8.368352426 5.043595583 4.936479041 6.312286603 6.516042127 6.149800844 8.023151532 7.843369394 8.157478333 5.040298002 5.149883128 5.270357817 6.138540573 6.871382772 6.214827874 8.178248033 8.649595399 5.000839288 4.942822161 5.036890372 7.244861013 6.341086155 7.170550289 8.229932124 7.922253234 +LQ04X014350 Delta(7)-sterol-C5(6)-desaturase 13.49641522 13.37493187 13.01902894 12.12425494 11.86382877 11.77816421 10.52307095 9.03540216 13.29799801 13.21282036 13.16189524 11.97497418 12.31654271 11.6102515 10.27172141 9.540569531 12.43041114 12.57092881 12.74737376 12.92391224 12.51901648 11.60507078 10.12537867 9.814135483 13.13860963 13.03210302 12.91413647 12.29723664 13.07274902 9.851239493 10.30017424 9.491565914 +LQ04X014440 Plastidic glucose transporter 4 11.29737538 10.98136661 11.17607552 10.79676373 10.56207281 10.4787596 10.31846462 10.00523961 10.95484651 10.7009296 10.714644 10.70828291 10.22630752 10.22458198 10.22652869 9.840778498 11.57664577 11.24877607 11.76182366 10.8093726 11.09257726 10.97579608 10.82847898 10.48011672 11.35709532 10.88096329 11.76392051 11.09866787 11.12339102 10.55778651 10.69198475 10.43364507 +LQ04X014470 Putative DELLA protein GAI1 4.727695909 4.509214288 4.684844852 4.541585864 4.538416862 4.720985999 4.366853689 4.688990428 4.606677789 4.715488188 4.977581526 4.602677494 4.519534278 4.539880521 4.434771471 4.669873847 4.622613407 4.527447544 4.664550944 4.485147624 4.795553575 4.507584804 4.91300107 4.878264276 4.6417679 4.737304494 4.81603577 4.90572909 5.15310322 4.571973323 5.062310908 5.070211622 +LQ04X014590 Predicted protein 12.2624267 12.90810874 12.23605807 11.92096724 12.37984082 9.748073533 9.38496019 8.908607065 12.5418268 12.99403027 12.49494563 12.15195445 12.47114191 9.804141775 10.47487413 9.892211421 11.96406466 11.6853277 12.44441205 11.63157974 12.03121149 12.15429348 8.675106321 9.283529372 12.65823788 12.29972515 12.5620687 11.51028744 12.15605324 11.44500352 8.722573657 8.90208135 +LQ04X014620 Predicted protein 6.225558148 5.893863615 5.214075303 5.490601457 5.458190124 5.056584874 5.123020269 5.157805637 6.054053681 6.402128458 5.478492987 5.110434979 5.846744556 5.233023304 5.012062525 5.215991464 5.357305974 5.870048848 5.627612077 5.630083696 5.310270511 5.493355189 6.987675131 5.603900599 5.514044782 5.803184116 5.443699566 6.129375931 5.781752461 5.388621357 6.446145059 6.067636772 +LQ04X014640 Predicted protein 11.09118622 11.20513938 10.58128916 11.82501747 11.22548957 11.73077551 11.49427332 12.02268584 11.57644265 11.65589174 11.42325559 11.85566286 11.29101502 11.79322309 11.43955108 12.0113796 11.69986404 11.54873417 10.09103252 11.49803106 10.46230467 11.84297203 9.875695587 9.82549872 11.09687579 11.76787444 9.217144729 11.5674066 10.29070327 11.50523307 9.651424676 10.04620626 +LQ04X014670 Putative Mannose-6-phosphate isomerase 11.13985624 10.61901026 11.4828224 12.71683338 11.71971829 11.75270153 12.30166194 11.10875312 11.03657656 10.90275398 11.3671759 12.85111853 11.53007332 11.95633814 12.80917875 12.27812449 11.54568548 10.78829877 11.07827778 10.67085409 10.72186142 11.48851397 10.18089939 11.35927536 10.88874484 10.77858712 11.26964562 10.68354619 10.69725524 12.33360887 10.1796989 10.95205173 +LQ04X014690 Predicted protein (Fragment) 5.564237738 9.131262354 6.218671611 7.117467845 7.678318758 7.791054179 6.912306702 9.757477087 8.173236615 7.684186053 7.959737357 8.113078821 7.544617012 9.337838197 7.312629589 8.48402696 8.090812698 7.022197742 8.283824575 5.639503542 6.172517061 9.154473002 7.020483774 6.64124689 8.524108563 7.778764018 7.619283118 7.094644786 6.221900069 8.128090338 6.569813825 6.444423306 +LQ04X014710 Catalytic, putative 5.612461778 4.859505475 5.52896588 5.27567418 6.230827674 5.046501485 5.239071266 5.518697207 5.51926744 4.805361764 5.524064451 5.344199957 5.780531457 5.123419204 5.222719105 5.408581074 5.678531185 5.821943834 5.18893992 5.570543165 5.934925875 5.448511007 5.217011509 5.273551148 5.774650812 5.641534474 5.199602926 5.578188439 5.303324192 5.90932799 5.67034743 5.079579232 +LQ04X014760 Predicted protein 11.01253573 12.00443075 11.1765902 10.96986654 10.47210196 9.631484998 10.04340764 10.97034758 11.38291301 12.12377667 11.32371911 10.71865602 10.75202962 9.578888109 10.32838829 10.07017349 11.63569963 11.74870034 10.98249329 11.39556545 11.25777865 11.92241649 10.09718845 10.68625823 11.31783981 11.55547474 11.021509 11.29525259 11.05502856 11.07430697 9.634896429 10.21420754 +LQ04X014790 Putative uncharacterized protein 6.167730129 5.929265818 5.370113577 5.952993359 5.588386387 5.428566331 5.358135563 6.040502635 6.120593349 5.929403087 5.67201111 6.064246568 5.803159367 5.469626849 5.746779061 5.79922624 5.561191018 5.320212522 6.541348913 5.639507222 5.88673856 5.811232679 4.992457306 5.160007665 5.582775553 5.377983232 6.272555606 5.765427399 5.658106983 5.403476738 4.954348509 5.465395277 +LQ04X014810 Ribulose bisphosphate carboxylase small chain, chloroplastic 5.983201426 5.598325055 5.793895815 5.631844955 5.913604382 5.825803864 5.909679486 5.285997527 6.032825906 6.449739755 6.328815968 5.810130784 5.699651992 5.312360221 5.700595032 5.597568654 5.660440965 6.300829933 6.018491603 5.874349857 5.887329898 5.736990623 5.399234283 5.97970018 5.796151873 6.134583146 6.541322511 5.294130766 5.397114332 5.917266169 5.519700293 5.486730942 +LQ04X014830 LOB domain-containing protein 41 5.50755205 5.869424323 5.431342312 5.406256979 5.915843875 5.409754037 5.63230907 5.291551503 5.816130334 6.068336217 5.058057567 5.458324131 5.746099214 5.337871529 5.101009349 5.407410379 5.783686347 6.046472105 6.134067283 6.013532263 5.647074527 5.550598294 5.161616994 6.079553673 5.615254552 5.412854139 7.236183008 5.666809831 5.715214107 5.930668556 5.581749073 5.198027325 +LQ04X014850 Putative KH domain-containing protein At4g18375 9.536174824 9.331381629 10.1429394 8.537102113 9.912992923 8.649684519 8.720060071 8.813705674 9.29540462 9.011930042 9.62632213 8.432720151 9.754962787 8.500475789 7.984615479 8.085220075 8.85985106 9.787800926 9.731579426 9.83348048 10.30543262 9.500328743 10.30816278 10.68349057 9.183126737 9.910610426 10.25903715 9.688838149 10.39696042 9.756980066 10.33243345 10.58441079 +LQ04X014870 Probable dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase 10.41142258 10.01282444 10.36199399 9.862464817 10.01638199 9.414139753 9.327302672 9.336892123 10.21986969 10.18912199 10.06196745 9.538427938 10.16890268 9.328940795 9.313490247 8.928862632 9.791037064 10.14484574 10.44677156 10.31705345 10.48014017 9.910757491 10.09222906 9.906453585 10.13649094 10.31231799 10.51896246 10.13543146 11.14170743 9.630835499 9.934257245 10.0049127 +LQ04X014900 Putative DNA repair protein RAD23-3 5.543232326 5.820570802 5.853544298 5.700619541 5.446982648 5.934347589 5.825609428 5.783089651 5.774142018 5.831048895 5.729654406 5.614300458 5.780451143 5.783632873 5.743102499 5.48384802 5.491313203 5.696685656 5.633774897 5.473493577 6.65705196 5.521033972 5.525338059 6.2454989 5.424194181 5.40494786 5.631655153 6.354479061 5.833596294 5.300708528 5.388620976 5.620070617 +LQ04X014920 Putative Predicted protein 6.989672735 6.976278286 7.026986977 6.916051589 7.27656144 6.408331514 6.793461845 6.585706151 7.053282812 6.442221923 7.107358137 6.901248503 7.22885982 6.269576364 6.289267163 6.410423713 7.089337502 7.537606007 6.739164021 7.11369107 7.79075772 7.463875071 7.156057384 6.921230296 7.346427338 7.398042878 7.197383173 7.040002326 7.455874343 7.340344813 7.1426543 7.529941355 +LQ04X014940 Putative uncharacterized protein 10.80611505 11.2009614 11.1669406 10.39272794 10.87122802 10.01845567 9.824926117 10.24584297 10.90074724 11.19538406 11.20894628 10.26389581 11.0508692 10.06641114 10.20452667 9.977716493 11.37084158 11.05840604 11.35977824 11.41666716 11.18386886 11.04802777 10.02256869 10.92009679 11.35566079 11.27775524 11.42157922 11.19380214 11.87459769 10.84724397 10.31629372 10.74619787 +LQ04X014950 Hypothetical protein 7.881557237 7.87467832 8.007654924 7.707521072 7.908239982 6.981912368 7.997421428 7.299616975 8.254792643 8.401942405 7.939263059 7.585605851 8.49907893 6.7423414 7.76921847 7.115484458 7.643719385 8.275213098 8.202915639 8.677103864 9.312189852 7.699026756 8.633821313 8.684866363 7.551628564 8.859082945 8.211787954 8.479791199 8.748465258 7.948464839 9.042375549 8.303919968 +LQ04X014980 Putative Valyl-tRNA synthetase 5.177048572 5.212634138 4.818598088 5.550640155 4.989554336 5.599516282 5.547009366 5.300741227 5.526807247 5.712042242 4.897352541 5.489666935 5.018617826 5.400603807 6.487188111 5.687081053 5.400671004 5.092679123 5.117599015 4.842643835 5.083103088 5.281959139 5.207770132 4.769029629 5.14045213 5.414587643 5.162004559 5.233724399 5.065006151 5.219997562 4.893458178 5.113453298 +LQ04X015010 Glutathione S-transferase DHAR1, mitochondrial 11.44204019 10.98148634 12.09143229 11.95657472 11.33093984 12.80697737 12.43870181 11.40651106 11.12915364 11.20818513 11.83662493 11.86977684 11.79867419 12.83735526 12.28540193 11.5236744 10.13549051 10.97306177 10.57522169 11.80633111 11.82409347 10.97367235 12.33033439 12.1477892 10.53547673 11.2943974 11.12850823 11.60485364 12.2923689 11.14836483 12.56962171 11.62637049 +LQ04X015070 Predicted protein 5.221006315 5.004685494 5.299314026 5.151765467 4.966114057 5.198573877 5.140282578 4.968477802 4.885267241 4.859889854 4.899003949 5.057742938 5.228634351 5.228011652 4.920166598 5.428395067 5.169606453 5.044628713 5.822223595 4.824568539 4.992028259 5.002346586 5.254372963 5.109528186 4.788218485 5.154724605 5.522990475 4.820224204 5.200594166 5.253787121 5.447420646 5.261411306 +LQ04X015071 Putative uncharacterized protein 4.615415839 4.945028041 4.867978057 4.648919346 4.675713157 4.803713586 4.721598214 4.478783326 4.915133269 5.057919657 5.132647316 4.754543401 4.635976729 4.570096465 4.485773135 4.704439916 4.486106061 4.803268426 5.492401853 4.977047872 5.197171663 4.711799638 4.846440167 4.903802566 4.591845231 4.816542149 5.120224175 5.724998842 5.504768189 4.608135867 5.070918599 5.18126241 +LQ04X015080 Putative uncharacterized protein 9.893774929 9.987224437 10.03643946 9.429015469 10.36612898 9.517907793 9.415331474 9.718739529 8.738464604 9.695776989 8.914589585 7.907098458 9.588575048 8.239585293 9.336587182 8.92626145 10.23776706 10.21167939 10.74057762 10.54460542 11.12974743 9.889208052 10.85750997 10.92824568 9.792676138 9.704169826 10.31370403 10.62220548 10.43449133 10.07442014 10.64183887 10.91386646 +LQ04X015100 Putative Probable gibberellin receptor GID1L1 4.736110906 5.175317349 4.909663489 5.121722748 5.114442968 5.046058961 4.8603059 4.866392828 4.969941362 5.017915085 5.27291618 4.911482431 5.081665181 5.419920073 4.92495487 4.834253518 5.227958973 4.872629836 5.092069266 4.908196217 4.814353917 4.984950542 5.311603657 5.418111216 5.095916915 4.795689041 4.979495689 5.199257141 4.748937981 5.108564051 5.073672668 5.408640911 +LQ04X015110 T-complex protein 1 subunit zeta 5.470869541 5.161517918 6.082614823 5.443350304 5.349142459 4.956132381 5.109315815 5.082905517 5.351535215 6.119124797 6.249117561 5.444270677 5.572337842 5.104587846 5.695551182 5.340372515 5.178409396 5.395451069 4.812528435 5.225532593 5.509552952 5.577782438 4.989353209 5.252649798 5.133957482 5.475699476 5.07709228 5.146136851 5.443108818 5.580960953 5.416546546 5.765402969 +LQ04X015120 Predicted protein 5.355453341 5.572871375 5.551392657 5.570139626 5.759599461 5.624200754 5.608412827 5.870661191 5.770007057 5.475506085 6.218990066 5.752984124 5.869154101 5.64435844 5.663942135 5.555386657 5.456695798 6.341359977 5.775589748 5.520296857 5.924927881 5.972932856 5.584609843 6.514812373 5.676587112 5.847711719 5.626198907 5.605214553 5.635401915 5.533715418 6.729318693 5.955028616 +LQ04X015130 14-3-3-like protein 5.683222745 5.976026148 6.007452323 5.858915603 6.179504228 5.528379306 5.56437057 5.452288134 5.910743514 6.793617825 6.283256062 5.656460094 6.573604305 5.5033527 7.448872766 5.670782352 5.850612082 5.807784211 5.496108776 6.181837139 6.118574097 5.98296971 6.312705947 6.314277473 6.034285214 5.900768055 5.505969357 5.172352908 6.30222297 5.735492727 6.672736955 5.795173866 +LQ04X015140 Putative Probable E3 ubiquitin-protein ligase HERC4 11.09779811 11.67600917 11.4780469 10.12042777 10.55916706 11.19190902 11.11902124 10.51291151 10.90775517 11.26280575 10.89962321 10.27957781 10.61233069 11.13689208 10.9793149 10.59554472 12.3288768 12.65742293 12.02397106 12.05371781 11.96563685 11.00247234 12.72435001 12.15635991 11.55382051 11.7172813 12.31871874 11.46707127 11.986537 10.5478966 12.21574107 12.46280946 +LQ04X015180 ERD15 14.28369107 14.35230146 14.56347486 14.32741041 14.56256993 14.98293101 14.81595484 14.75682184 13.45218759 13.83795537 14.13881315 14.05431843 14.04524328 14.12142422 14.55339948 14.77531389 14.62789225 14.85776638 14.24148339 14.29831841 14.50438889 14.16987194 14.99332475 14.70047821 13.30410773 13.15299377 13.8155597 14.08411747 13.62966846 14.27515011 14.36575524 14.69857418 +LQ04X015190 Putative Thylakoid membrane protein slr0575 12.45239388 11.61727916 12.79186268 13.94074831 13.1476164 14.4492269 14.63788022 14.446687 12.49612028 11.47965015 12.60286755 13.7829594 13.15268598 14.60380694 14.63982933 14.49276251 11.95118855 12.74622221 12.10157213 12.40496748 12.48321739 13.13022793 13.30096457 13.94488827 12.08427217 12.72956564 12.09243655 13.02818634 12.49821149 13.66449962 13.29044953 13.73978691 +LQ04X015220 Mangrin 6.932566999 7.055616008 6.588942671 6.819601459 7.323588399 6.43821924 7.214082874 7.17383002 6.790930072 7.747077169 6.447878407 6.632956791 7.647445889 7.092399254 6.239080103 7.398401624 6.89392711 6.714377137 6.320932198 6.859038119 7.302881414 7.141647195 6.527790466 7.900531568 7.209841221 7.012287327 6.58974648 6.548657989 6.536711542 7.20188755 5.7028078 7.000936544 +LQ04X015230 Putative Transcription factor AS1 9.540139717 12.43893241 7.7339692 6.648834343 8.069162876 5.463401934 4.876967503 5.583182324 10.44535477 11.46863292 8.980125132 6.606416636 7.725156651 5.456923827 5.417123196 5.515890164 12.12147103 10.4914093 11.82126494 9.611463815 8.964849172 10.67273905 5.425090256 6.892609447 12.11564012 10.48299828 11.68793406 7.318681205 9.252142818 7.64930469 5.390895824 6.60454747 +LQ04X015270 Hypothetical protein 5.078091527 5.099863044 4.995263919 4.911925867 5.371870578 5.005104858 4.866644699 4.987813474 5.120100832 4.987618266 5.504456058 4.995713085 4.803227893 4.948583634 4.879934472 5.289425328 5.148760411 4.736246035 5.422561235 5.31347078 5.53209525 4.864529842 5.201542458 5.293440545 5.325242508 4.967353976 5.26580305 5.703330059 5.310882585 4.799295189 5.598844571 5.47621381 +LQ04X015300 Cyclin-B1-2 14.71458798 14.77414223 14.8363078 14.25123671 14.55346193 14.71525723 14.3823855 14.03018626 14.74231406 14.93998148 14.87561282 14.41297494 14.65172745 14.72477021 14.42923654 14.43797631 14.90072914 15.00830532 14.63606924 14.98071721 14.61145373 14.91113402 14.59199696 14.67905645 14.72486027 14.95102817 14.56959932 14.93054587 14.21926288 14.75769675 14.56799057 14.59930411 +LQ04X015310 Putative Translation initiation factor eIF-2B subunit delta 8.723801292 8.842522344 9.001356999 8.514223249 8.630483058 8.698650665 8.891598243 8.740493451 8.543263795 8.295002259 8.606624319 8.237693629 8.598214483 8.752006116 8.32809076 8.553599972 8.513303971 8.699560474 8.549894153 8.797194421 9.54930001 8.46285474 9.508184809 10.26862619 8.778470252 8.75782657 9.379450444 9.085784983 9.955041836 8.566507324 9.787232098 10.36499295 +LQ04X015320 Putative Cytochrome b reductase 1 5.389838849 4.991445607 4.89682712 5.130175158 5.113255002 4.863702841 5.292255205 4.999696325 5.078115893 4.988277702 5.117517717 5.297638503 5.061844545 4.968257769 5.393152496 5.280332732 5.378435793 5.344518222 5.471595384 5.119258442 5.290254555 4.994306286 5.229061752 5.347163982 5.270491722 5.53569984 5.677870716 6.138125761 5.685929444 4.938481292 6.356927431 5.021374888 +LQ04X015330 Predicted protein 5.49502341 5.755515211 5.709366802 5.145775317 5.066124862 5.117483048 5.137548846 5.183033421 5.209465479 5.663477818 5.30582065 5.174220103 5.354072158 5.459339927 5.205974143 4.962742522 5.298900753 5.473671056 5.315259142 5.495808274 5.659636148 5.494525959 5.218649773 6.093114612 5.133962661 5.637132318 6.056611236 5.548020065 5.292222533 5.617237615 5.423626641 7.651559406 +LQ04X015420 Putative Aspartic proteinase nepenthesin-2 5.453743008 5.134962321 5.530210713 5.457101589 5.257165292 5.367071149 4.988026487 5.541761988 5.81849316 6.0051511 5.82808768 5.454742692 5.932810235 5.099707014 4.94042632 5.391288093 5.631692828 5.014968599 5.135467924 4.988443091 5.530961163 5.441066997 5.0609214 5.636755746 5.379977191 5.279408826 5.227971528 5.302890384 5.5552819 5.042174305 5.437481157 5.0907013 +LQ04X015450 Putative nuclear matrix constituent protein 1-like protein 11.74237506 11.79497176 11.4710802 11.57694273 11.56367532 12.05630378 11.87270953 12.23965817 11.86754394 11.71538704 11.71455615 11.94117878 11.56480131 12.01948659 12.22255738 11.88568569 12.22359299 11.89430698 12.75109955 12.19940707 11.77540815 12.14673375 11.68904314 11.60057466 12.17490094 11.98176326 12.53369515 12.10744322 12.03769425 12.06584813 12.10360837 11.63817409 +LQ04X015520 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.708682823 6.080892969 5.521100089 5.921173236 6.154202825 5.932725073 5.738884239 6.077337861 5.408586145 6.083766946 5.378609278 6.414195288 6.11741827 6.066738256 5.4883916 5.762670911 5.986069898 6.122584867 6.347235079 6.22491721 6.102716172 6.449760456 6.196319251 5.795990306 6.398011474 6.478452877 6.998300897 6.306998829 6.386781102 6.935061093 6.377464005 6.231885 +LQ04X015580 Putative uncharacterized protein 5.398880762 5.457300419 5.181243839 5.746548847 5.226066718 5.511939525 5.8827447 6.078582123 5.355908837 5.358767466 5.538433751 6.230155525 5.770618922 5.768364694 5.840360061 5.877982804 5.653853323 5.442759272 5.569138854 5.367116775 5.133578116 5.762530319 4.99756851 5.58586221 5.741613303 5.261828973 5.393076234 5.017625592 5.672396617 5.414326056 5.189570902 5.276160466 +LQ04X015590 Putative Uncharacterized protein At1g32220, chloroplastic 4.964993158 4.680402079 4.83303077 5.17574713 5.103329812 5.375020595 5.348372804 5.010168955 5.340604185 5.229087178 5.18373808 5.14533556 5.138507991 5.163231017 5.651009039 4.958480549 5.415711799 4.982200993 5.355091455 4.845794134 5.147950327 4.998889374 4.935946632 5.196226129 4.915571372 5.301613674 5.511981926 4.845362691 5.369086171 5.155697827 4.717383876 4.71430917 +LQ04X015610 Proline dehydrogenase, mitochondrial 6.687942717 5.984877265 5.759577628 5.58491947 5.747391312 5.621087177 4.923316437 5.222429303 7.305194768 6.38550275 6.528207805 6.10046372 6.010130761 6.01714056 5.140755607 4.967231644 7.324237787 5.967638571 5.972493538 6.854659339 5.40182405 5.027792299 5.334105807 4.988620092 6.544117837 6.229480252 5.439892309 6.560874576 6.204183877 4.922980273 5.010352862 5.276298994 +LQ04X015620 Cell division protease ftsH, putative 5.616866671 5.32952929 5.658967031 5.375434909 5.239433183 5.33158254 5.164824982 5.088305164 5.866524124 5.321257061 5.476019493 5.353219794 6.015940693 5.526369444 5.2660101 5.567592786 5.572479337 5.508110566 5.40110969 5.636079237 5.415424083 5.574778271 5.940497018 5.896307908 5.475192822 5.254158563 5.766672685 5.264404591 5.471603388 5.63808038 6.046177867 5.434874961 +LQ04X015630 Pentatricopeptide repeat-containing protein At5g38730 10.28311489 10.13380319 10.5464056 10.57328392 10.23984107 10.45629135 10.3423859 10.29433116 9.558395396 9.96098021 8.826925219 9.819999528 9.827709603 9.930709267 10.32562659 9.400885432 10.33368131 11.03300313 9.884999168 10.82090594 10.84611213 10.35166014 10.95599821 10.9509003 10.0284254 10.77084703 9.811770436 11.09161615 10.76496085 10.80651038 10.80453462 10.77415353 +LQ04X015650 S-adenosylmethionine decarboxylase proenzyme 5.54529897 5.210300559 5.491086718 5.830651209 5.89720492 5.45915906 5.851642398 5.498319571 5.686817789 5.983332488 6.223697803 5.63393144 5.914281995 5.602515434 6.771458847 5.557576212 5.665665857 5.385364984 5.630173275 5.786704163 5.361314659 5.516327044 6.425409256 6.379663889 5.529870104 5.609511123 5.201722213 5.244753579 5.895948737 5.908822658 6.279275843 5.42208047 +LQ04X015660 Predicted protein 7.312547509 7.503419081 7.606409978 7.571786916 7.564456905 6.824032172 7.894889153 7.42368217 7.26833757 7.576483746 7.505247832 7.152097797 7.652840688 7.115253663 6.920175245 7.00330953 6.865651081 7.900450209 7.398314058 8.162778817 8.109006529 7.150342751 7.92570651 7.297572308 7.269867487 7.786402593 8.167540597 7.474331926 7.262517535 7.267765143 6.906834383 6.288836121 +LQ04X015670 Putative Late embryogenesis abundant protein 76 6.164502299 7.351723062 11.16518611 11.69337172 9.807852927 5.852995161 5.579792394 6.041702522 6.304267536 7.450887961 11.45305321 11.78280811 12.55213056 5.911433918 5.581072002 6.52600933 7.173497086 7.28484927 7.962249546 11.38683935 11.0994489 9.468908241 5.112331713 5.547503838 7.50985484 6.529999433 9.187277961 12.3211574 10.20145685 11.92430974 5.308845872 5.893776074 +LQ04X015680 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 11.90957148 11.68943753 12.18223944 11.0655852 11.85335025 9.536159163 9.306194838 9.508222485 11.65307414 11.57498071 11.87040514 10.81563234 11.6591005 9.639783035 9.561435509 9.38746129 10.6857053 11.10366298 11.78462532 12.05774895 11.76327739 11.56375643 10.44294227 9.781733548 11.64806448 11.58981151 12.15483708 11.98458803 12.99991021 11.00201955 9.881152986 10.38578836 +LQ04X015700 Putative Protein TIFY 6A 7.91061734 9.823205434 8.145508652 8.529741102 8.763389811 6.563461707 6.875895907 7.751281724 8.664695231 10.42957293 8.930312631 9.000388321 9.80345073 6.943774958 7.511096202 8.034020931 8.847447164 7.593565496 9.31039457 7.811850145 8.254313677 8.621078629 6.675256345 8.005745018 8.97610767 8.341215548 8.887385709 8.333860986 8.520123571 8.508287752 7.037424673 7.848697996 +LQ04X015710 Protein binding protein, putative 11.62409168 11.8288527 11.86919098 11.56796078 11.93690595 11.87330461 11.56338153 12.16593396 11.45616852 10.86680831 11.63555455 11.18010324 11.65599893 11.79487231 10.9911846 11.98732477 11.76972141 12.35144618 11.49843494 12.31874784 12.32035772 11.82174219 12.36495546 12.39371237 11.31563982 11.81430704 11.40491112 12.54056765 11.78910905 11.82065505 12.26406501 12.50887397 +LQ04X015750 Auxin:hydrogen symporter, putative 7.194308253 6.875034626 7.267613505 7.029409086 6.957730915 7.512533152 7.213564272 6.669944344 6.955867908 5.945952457 7.124724725 6.661451268 6.92546276 6.793387151 6.645527958 6.127686642 7.082471134 6.723955264 6.073096091 7.670705065 7.390479927 6.229354733 7.031888894 7.226001365 6.033689713 6.696258013 6.028546602 6.463951891 7.201206291 6.897387637 6.837791302 6.428519674 +LQ04X015760 Calcium-binding protein CML42 7.357483247 7.22381939 7.758140497 8.165004108 8.946903616 7.661758574 8.075039998 8.097743857 6.866430849 6.165229821 7.00891038 8.259799349 8.575348714 7.887342164 8.153841158 9.032325406 8.107518457 6.871748687 6.855913154 7.761825594 6.805461007 7.689028809 8.289333721 8.296109204 7.452686939 6.24019416 6.9932883 7.745695589 7.04390967 8.42610257 8.852172623 6.423299461 +LQ04X015810 Putative uncharacterized protein 14.74439411 14.48280056 14.98062023 14.87814495 14.81215753 12.68266155 12.58050539 12.13499835 15.10602702 14.55849153 15.22110946 14.9489364 15.40489912 12.76893966 13.66002228 12.91558901 13.86955399 14.82356255 14.43670868 14.65950354 14.65371406 15.11323518 12.7646821 13.05865743 14.80630417 15.12236971 14.53653355 14.86226658 15.16458834 14.28687309 12.88971768 13.30545526 +LQ04X015830 Putative uncharacterized protein 5.999091683 5.405307542 4.909013001 5.978177207 4.978202937 5.637810318 5.351833448 5.42036656 5.7202562 7.379341983 5.632272934 5.418503683 5.860473084 5.3288498 6.371757279 5.461333079 5.616019878 5.951500193 5.978801109 5.698768666 5.598694223 5.906563536 4.653785933 5.363766167 5.729512845 5.927000725 5.853242355 5.93956435 5.430893734 5.49501491 5.974920374 5.261954248 +LQ04X015840 KH domain-containing protein At2g38610 7.374026393 5.541203431 7.31966833 5.072993961 8.075096255 7.056079943 5.341072092 7.314415538 7.197199794 6.995068532 6.548088631 5.102141055 6.634348893 6.700197662 5.411509417 6.514094801 8.021475034 8.662539401 9.86319738 8.363491349 8.001123963 5.760624701 9.813605195 8.42432047 8.344954518 7.644616156 8.240442335 10.60579072 8.298048269 5.753848839 8.795613284 9.007285019 +LQ04X015860 Putative Protein of unknown function DUF3411 12.63691617 12.85313226 12.66314164 12.20624409 12.62746061 12.26790855 12.2794855 11.94698855 12.51918041 12.94011444 12.77137315 12.39065614 12.59633323 12.10450719 12.35355504 12.09884806 12.88982748 12.33106104 12.34599108 12.89433056 12.75779165 12.67974938 12.81085017 12.3012341 12.80017042 12.13360082 12.24561425 12.55549542 12.45830158 12.25548281 12.61463463 12.12406879 +LQ04X015870 Putative Protein gufA 11.33442557 11.25434819 11.26265119 11.32369992 11.66971988 11.83227998 11.67899101 11.96462461 11.42811896 11.23579047 11.39699162 11.56852218 11.59124598 11.93078457 11.70358568 12.17734723 12.10475367 11.69759497 11.81278085 11.50685535 11.27600506 11.3971016 11.80523438 12.00689501 11.48626053 11.1891183 11.35781194 11.65831362 11.13622274 11.449462 11.80750821 11.92613165 +LQ04X015880 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 8.196802811 8.226185305 7.975128691 8.208217204 9.245628006 10.20704558 9.848874722 10.87137321 8.019619815 7.052675796 7.416038959 8.401596246 8.87714363 10.2892296 10.03361656 10.23479159 8.723964394 8.379587124 8.96771597 8.473924792 8.278207795 8.550497319 10.14703781 11.12545647 8.313475703 8.187843455 8.42288053 7.958519785 7.987149139 9.925837192 10.65635963 11.25748168 +LQ04X015920 V-type proton ATPase subunit E 11.81376157 11.09635232 11.85329798 12.14051723 12.56985653 11.55685381 11.86872255 11.52103913 11.65116666 11.40837287 11.97342482 12.49902108 12.2086302 12.08737095 12.54164228 13.05843165 11.78292962 11.4805437 12.2177039 12.33331545 12.00472881 12.17085805 11.35756309 13.02438283 11.7880337 11.60209244 11.99036614 12.07226389 11.72265635 13.80745317 11.46263218 12.85866053 +LQ04X016020 Putative uncharacterized protein 5.201789074 5.513366889 6.360061604 5.288550391 5.424226268 5.028076992 5.310716236 4.825688455 5.024915522 5.481033832 6.132710762 5.172441264 5.324500706 5.339525249 4.923397103 4.925851473 5.072904947 5.172700323 4.930096826 5.34703519 4.849242222 5.07405016 5.703773228 6.049892902 5.460830869 4.967517796 5.280503551 5.664096016 5.492295641 5.096082148 5.241979711 4.912253005 +LQ04X016040 Thioredoxin H-type 13.06725526 12.8735873 12.84124787 13.12149576 13.0088343 12.62267089 12.83810023 12.73137302 13.15315186 12.89328982 12.97354263 13.00177706 13.19035019 12.74220056 12.6724809 12.82859687 12.20517865 12.23872933 11.85811809 12.28645061 12.34533689 12.70185047 12.37832435 11.88946813 12.47460374 12.12836403 11.7392972 12.08843554 12.40435389 12.51511779 12.41693684 11.815996 +LQ04X016050 Receptor-like protein kinase FERONIA 11.46406786 10.74288974 11.68962425 10.97897186 11.72285012 10.22510667 10.10991215 9.954517569 11.2372992 10.4680835 11.45481266 10.99648445 11.74672988 9.967032254 10.05457515 9.915184609 10.56502972 10.14433406 11.45789441 11.04281777 10.91132525 11.74279066 10.52734476 10.90501899 11.13057357 10.83454738 11.4987443 11.3791586 11.75494418 11.58583669 10.42938934 11.24049318 +LQ04X016080 Serine/threonine-protein kinase AtPK19 8.692631254 8.363901735 7.595291547 8.084921979 7.191773422 9.478159391 9.77593175 8.607278278 8.771109863 9.028441909 8.277873495 8.234488614 7.994839569 9.196507562 9.004027542 9.683757154 11.16038005 10.72343172 10.66679455 8.361045299 9.283316719 7.805005042 8.784586368 9.811193748 9.926923029 8.433032562 10.22607664 6.833553737 8.23111895 7.014224783 9.075996454 9.577325709 +LQ04X016110 Putative Transcription elongation factor A protein 2 11.99538794 12.19436528 11.76327065 12.22276096 11.6435489 12.06652435 12.01459459 11.82340415 12.08732359 12.14303897 12.00934621 12.04893551 11.8863425 12.0362408 11.7341535 11.843047 12.0064394 11.60666544 11.43749055 11.65834143 11.5167023 11.52921513 11.42125009 11.51403924 12.19192898 11.80513915 11.40454948 11.66781197 11.35587356 11.40265535 11.52640852 11.48560222 +LQ04X016120 Phospholipid-transporting ATPase 1 7.411384868 6.82555406 6.764111466 6.383031519 6.906170613 5.836444254 5.887710082 6.128552513 7.60280661 7.300259196 6.540789502 6.394773319 7.359473988 5.8771613 6.574511647 6.201358085 6.575360399 7.968709793 8.112342647 6.787748512 6.77524441 6.83019375 8.902692579 7.123352976 6.852781355 7.71239481 7.938958477 6.458113561 6.435470739 7.150295555 7.672409717 6.148326057 +LQ04X016130 Predicted protein 5.198717436 5.436656354 5.082232327 5.069347981 5.341763692 5.064997599 5.005096114 5.042641856 5.265499878 5.666194595 4.928384005 5.235088938 5.49313041 4.937425918 5.036429531 5.081911973 5.243279113 5.427246589 5.528768367 5.519186264 5.22634123 5.339142663 5.72342761 5.326194666 5.265839421 5.211966198 5.95016261 5.307597774 6.143220444 5.107674676 5.391636126 5.574486667 +LQ04X016160 Hypothetical protein 4.637306469 4.932378096 4.97827763 4.790673318 4.877160652 5.004942976 4.717945062 4.800893193 4.592196173 4.73992788 4.736298476 4.849749035 4.950527908 4.941405007 4.700493593 4.875975732 4.925232968 4.780893005 5.008441897 5.33281446 4.8813182 4.814548009 4.816936155 5.140995923 4.999860468 5.009911391 4.906679981 5.716721309 4.853358928 5.031366313 4.95184337 4.876816945 +LQ04X016170 Predicted protein 5.923116898 5.301057851 5.484331631 5.498504972 5.487087123 5.386409934 5.452299284 5.275192865 5.57082216 6.006697057 5.61447575 5.340190803 5.362421047 4.891406874 5.819606976 5.329134785 5.718631891 5.303006115 6.425480386 5.64154234 6.13317495 5.346801133 5.175431191 5.226352187 5.32911493 5.553138511 6.12836299 6.166441175 5.563448914 5.360429645 4.924400774 5.662879761 +LQ04X016180 Hypothetical protein 11.89580048 11.51923569 11.62470684 11.71942051 11.78828762 12.44443347 12.57226475 12.42744854 12.05609925 12.37027058 11.50065977 11.77332307 11.79843856 12.2253017 12.13722969 12.03544656 11.8539133 12.5904748 11.67543425 11.83336769 12.16170409 11.4456987 12.14517867 12.04963172 11.8243264 12.53844425 12.07608661 11.81611497 11.29506599 11.15132767 11.98062772 11.6517501 +LQ04X016190 Vacuolar-sorting receptor 1 4.893025446 4.98430965 4.557984672 4.817622915 4.721797199 4.874373957 4.675853053 4.947189093 4.814172084 4.951971324 4.646845767 4.930861865 4.833594539 4.796395977 4.774855289 4.91491585 4.945521443 4.728703888 5.305519705 5.191844317 5.382250313 4.759033275 6.383112416 5.644704244 4.824026601 5.311547589 5.549066525 6.031982409 5.170027902 4.772501087 5.939895258 5.714448878 +LQ04X016220 Putative uncharacterized protein 11.74925989 11.64572807 11.72022409 12.00542676 11.72100561 12.13175373 12.10762843 11.89982705 11.74793 11.56209184 11.82055047 12.06714395 12.0125717 12.26943941 12.01634549 12.14819387 11.58280414 12.02396342 11.30656903 11.79281381 11.46597193 11.60792662 12.02609991 11.98755763 11.47068132 11.99638807 11.443341 11.85757071 11.64586272 11.84818576 12.02770459 11.77601869 +LQ04X016270 Putative pentatricopeptide repeat-containing protein At3g16710, mitochondrial 7.357469116 7.878634186 6.484701921 7.770086772 7.093029546 7.898245221 8.461696288 7.44820066 7.496508361 7.689038135 7.325444502 8.123775052 7.357944884 8.508290501 8.975776801 8.045807333 7.842591041 7.94907506 8.546806142 7.188291033 7.927896957 7.989525043 10.02486852 9.648071641 7.823097525 8.71996758 8.86734804 6.748652548 8.929979846 8.821968455 9.845860571 9.252648142 +LQ04X016280 Elongation factor P 12.87913575 12.59580785 12.76562065 13.36559508 11.94776721 13.16874691 12.8372772 11.70324403 12.80933741 12.64525735 12.79310932 13.47660483 12.65889204 13.09635378 13.03694358 12.32636127 11.87053929 12.44530841 11.90080322 12.29225918 12.54444522 11.4883282 12.96393887 11.75758603 12.30251121 12.91243755 12.18940805 12.16274181 12.14131997 11.61496478 12.92390252 11.68102209 +LQ04X016290 B3 domain-containing protein Os07g0679700 7.662207423 7.804718636 7.33049565 8.338755048 8.295198963 7.43711189 7.163827449 7.743678758 7.624698548 8.200403255 7.755986132 8.036136942 8.253894866 7.273458232 7.392785619 7.3814767 6.908227163 5.860792606 6.15010112 7.410551488 7.359953518 6.662397611 5.937037036 5.774754325 6.573358648 6.080994617 6.239799725 7.166393849 7.083056854 6.623823044 6.461592409 7.207221341 +LQ04X016330 Protein kinase atsik, putative 8.836969519 8.752174204 8.567295355 7.902013551 8.577468668 9.198932902 8.861594146 9.460071392 8.618248721 8.101296943 8.31320855 8.098313278 9.167841766 9.401482293 9.289416021 9.388112609 9.1843863 8.441907932 9.991130324 8.624504815 8.061991734 9.183634555 9.772702804 10.0055266 9.075042436 8.801226686 9.809129285 8.468765628 8.897570702 9.704287383 10.39043624 10.48675832 +LQ04X016380 Non-specific lipid-transfer protein 3 14.0922419 14.8809529 12.91298003 10.79745443 12.28211679 5.292081697 5.858572527 6.989717741 14.18503936 15.09545072 13.36726755 10.47647518 12.83739393 5.885516717 5.16283651 7.433166709 14.5607742 14.09195624 14.40779337 11.57793068 11.97462561 12.97420018 5.87643195 7.257704113 14.5541587 14.31909403 14.31360645 10.50903259 10.43393723 8.097225122 5.464357549 6.426674896 +LQ04X016400 Non-specific lipid-transfer protein 5.245922349 5.741017037 5.871038322 5.916338204 5.44971379 5.686706639 5.408181425 5.754943155 5.575502887 5.466050866 5.745694593 5.677470761 5.20263511 5.652704041 5.450106196 6.205298904 5.325947206 5.683000754 5.329118342 5.56444144 5.287472623 5.818901328 5.568814145 6.036408885 5.717345686 5.272324995 5.718053444 5.274155947 5.060287316 5.592131998 6.277356014 6.150643274 +LQ04X016440 Putative Non-specific lipid-transfer protein 6.327055997 6.309566316 7.270626723 7.407664867 5.652390153 9.070479019 8.661479725 9.529544039 5.675531699 5.271144859 5.677275367 6.630308337 5.576255526 8.403801252 7.392099954 7.004417639 12.20133908 12.01341419 9.738708689 10.14398744 9.376083548 7.65918307 10.74747405 10.40001264 8.744050606 7.53135296 6.456512645 8.996863723 6.714757072 8.569182785 9.487828506 9.459447058 +LQ04X016450 Non-specific lipid-transfer protein 5.482199282 5.197857491 5.519349232 5.111052102 5.167741809 5.283099678 5.132054387 5.447514619 5.289764002 5.176294761 5.434983656 5.06011124 4.946626884 5.566141913 4.906478239 5.386781251 4.966659535 5.085749946 5.06396581 5.470693167 5.150541862 5.473168812 5.458981543 5.003753863 5.098382957 5.691853207 5.260272117 5.376021024 4.863559262 5.833923272 5.517549643 5.074857995 +LQ04X016470 Predicted protein 6.916260821 7.554295556 7.9119358 7.057593881 7.421400832 6.508175622 6.760337487 6.798165718 6.709333561 7.409280788 7.568501207 7.26352799 8.361742178 6.588520715 6.220823489 6.543978951 6.87436825 7.060659359 7.155299141 8.035784256 8.145475988 7.180117084 7.712348919 7.724638056 6.958988965 7.046825218 7.484822603 7.659117054 7.556734412 7.328828815 7.738842821 6.799900382 +LQ04X016480 Protein kinase atn1, putative 10.9418154 11.26847032 11.38269807 10.67871205 10.86436924 12.86131487 12.17220706 12.09746835 10.97383236 11.15323496 11.28831846 10.65741258 10.98328089 12.99560698 12.2478367 11.59373198 11.34115168 10.46092424 10.88880713 11.14438445 10.65962575 9.645650766 12.65030211 11.84120249 10.78752761 10.05915814 10.73442973 10.65519392 10.73507966 10.37739241 12.59638933 11.32975545 +LQ04X016500 Putative uncharacterized protein 12.51387054 12.43509374 12.44794905 12.24173679 11.96225617 12.24100692 12.18119943 11.73757784 12.65870402 12.54757787 12.74998809 12.29479884 12.40606958 12.11159792 12.21732837 12.31251105 12.41607876 12.29483237 11.84967414 12.74295105 12.65562219 11.85905143 12.20640225 11.90695565 12.3559746 12.40585116 11.90571991 12.26192635 12.25617217 11.63231238 12.35502646 11.47264499 +LQ04X016520 Putative uncharacterized protein At3g51620.2 11.77384279 11.55983609 11.89506397 12.28218879 12.11709646 12.67092155 12.5585698 12.74050615 11.60381035 11.49923304 11.85963886 12.3766152 12.10941529 12.52465266 12.5046267 12.92230998 12.07031837 11.63596549 11.83418067 11.5964188 11.83384807 11.71058972 11.72549874 11.80940567 11.81683161 11.26024204 11.47597442 11.92229514 11.28404214 11.9678161 11.55480098 11.89278232 +LQ04X016530 Predicted protein 5.119018539 5.37617039 5.716912507 5.744274573 5.536566902 5.74281238 5.724225258 5.788295748 5.232147618 4.787237535 5.56892914 5.767282165 5.919553863 6.478752974 6.083903747 5.617847741 5.010161412 5.021253013 5.146604588 5.219826246 5.165828243 5.191387398 6.045885039 5.581876445 5.411794791 5.377436282 5.053562984 5.404162776 5.367903006 5.51085783 5.469444203 5.588646673 +LQ04X016570 CBL-interacting serine/threonine-protein kinase 11 10.01389368 10.36790723 11.33477153 10.23704039 10.68945747 11.61524269 11.18372854 11.13221386 9.750048869 9.893782295 10.60392094 10.12188153 10.14020486 11.65180977 10.50794874 9.659471661 10.35859637 10.68705727 9.350061763 11.2486459 11.38600279 10.42967161 10.61326148 10.567466 9.612661515 9.182922025 9.312116781 10.61418977 10.96956495 10.13772027 10.27489509 10.36331629 +LQ04X016580 Hypothetical protein 4.870178785 4.931328655 4.963569684 4.993808063 4.903839168 5.100306293 4.962615322 5.170814147 5.085187414 4.92897555 4.958905149 4.871709943 4.982388537 5.034502238 4.991632605 4.796652951 5.144172946 4.943940557 5.023063822 4.786354528 5.265723633 5.237767208 5.079873354 5.10042186 5.094684454 5.09563758 5.285018003 5.006102522 5.069440163 4.808269016 5.103269117 5.720821023 +LQ04X016620 Putative uncharacterized protein 6.354904639 6.453877875 6.592204543 6.946314703 6.979695553 5.438653766 6.094916722 5.989628726 6.402910113 6.78671663 6.470270212 6.981051702 7.652583466 5.601407973 5.782276094 6.034422966 5.692294083 6.810373648 7.114670795 6.88026004 7.70372248 6.984295805 5.75649675 6.39739807 6.110789577 6.631334623 7.366165024 7.338888431 7.301412281 7.160591124 5.685979761 6.477765451 +LQ04X016630 CBL-interacting protein kinase 2 12.63525757 11.41370979 13.30406922 13.74159282 13.29316989 13.94834039 13.72127168 14.03485143 12.23770206 11.26292877 12.75293811 13.66292172 13.08115328 13.75201684 13.73452635 13.66899725 9.45910839 10.32026915 7.472954812 11.64850062 11.33805354 11.49127632 11.68060465 11.03404816 9.88879794 9.440237962 6.83130315 11.7995073 11.27887916 11.95491817 12.06053821 10.37893727 +LQ04X016660 Putative Proactivator polypeptide-like 1 6.521233257 5.99428131 6.167721706 6.595251653 5.882274283 6.28466548 6.517607494 6.003092139 6.809989477 6.739226979 6.06034828 6.479423541 6.073855953 6.326689699 6.826428131 5.505805845 6.054911151 5.794706192 5.734283714 6.407553099 5.539146803 6.090356572 6.069169091 5.885566215 5.875595456 5.581590411 7.049752033 5.594862235 5.46642805 5.902636856 5.647786066 6.665756385 +LQ04X016680 Putative uncharacterized protein 14.61892872 14.67347642 13.4460628 13.04692839 13.91150084 10.66920006 10.52570327 10.97795485 14.61784601 14.45388849 13.69788643 13.32466108 13.6650232 10.790049 10.8667833 10.75256107 14.33999182 14.88387049 14.8903002 14.12436074 14.30691083 14.86542612 11.49387263 11.84805393 14.63765653 14.92200825 14.92507966 13.99272467 13.97190182 13.39236325 11.07220496 11.74879989 +LQ04X016710 Reticuline oxidase-like protein 8.693627726 8.974602232 8.365193447 8.188822829 8.076091395 7.892930154 7.89756083 8.225804809 8.923897885 8.907084846 8.168139984 8.582826252 7.870122324 8.034347689 7.730028309 7.841061514 9.234502003 8.958260181 10.28509407 8.837597343 9.282272396 9.276062682 9.37429053 9.608240505 10.19247265 9.886543837 10.45069863 9.661871579 9.433532472 9.513760677 9.346639222 9.447498966 +LQ04X016790 Protein transporter, putative 9.650795825 10.1613575 10.35948911 10.00224386 10.74681318 11.26441576 11.419639 12.0163274 9.719541268 8.334114955 10.07352597 10.18437102 10.35881977 11.55927857 10.2777525 11.96976861 10.3015997 10.774569 9.841509939 11.29537077 11.66206301 10.23738427 12.48181706 12.45891557 9.270311155 9.986488726 9.792480454 10.83720805 11.63934516 10.67015212 12.69816074 12.54074969 +LQ04X016910 Probable NADP-dependent oxidoreductase P1 14.15665591 12.25804466 14.43144647 14.51780341 13.86026075 15.33782122 14.93248857 15.38740969 13.92521903 11.71610972 14.22764239 14.24337236 13.37919843 15.26245215 14.77195118 14.67179926 13.82235428 13.93648263 12.54502311 14.16468332 13.94457085 13.70124849 14.4791172 14.38143557 12.99252586 13.65287995 11.23531314 14.50027635 13.79558106 14.00506752 14.52938482 14.27973468 +LQ04X016940 Hypothetical protein 12.36127894 12.17665419 12.14697852 12.5552017 12.31452153 13.28859999 13.00549318 12.75809173 12.09120907 11.9451521 12.15100443 12.31481758 12.33664728 12.83657416 12.88770483 12.72893075 12.91667302 12.00858989 12.19860105 12.56984865 12.00735481 12.06062121 12.5725801 12.6964634 12.55189424 12.17873401 11.76961791 12.58881977 11.61355313 12.0054756 12.87151748 12.70476264 +LQ04X016960 Probable NADP-dependent oxidoreductase P2 5.336602921 5.03067779 5.368082591 4.879094104 4.820924431 4.95793719 5.065036227 5.059847116 5.178492888 5.25286913 5.215180399 5.32981831 5.116200733 4.888799122 4.700137764 5.521313131 5.064755464 5.000720266 5.261733301 5.204747774 5.298724882 5.084327592 5.793718964 5.457494236 5.12873908 4.907107962 5.397255595 5.245848699 4.94937922 4.853337903 5.442848839 5.100088687 +LQ04X016980 Probable NADP-dependent oxidoreductase P2 11.33401765 12.24844221 11.61206417 12.10480773 11.66226757 11.97603284 12.21708703 11.90274685 11.24979622 11.68573643 11.37487512 11.95624213 11.63756346 12.0471157 12.23457729 12.34835359 11.66401222 11.94517928 11.8392865 11.81108756 11.27154498 12.04733629 11.84642028 12.18510241 11.8584952 12.04395401 11.78480308 12.14057889 11.59521166 11.90250819 11.98792591 12.1169784 +LQ04X016990 Acetolactate synthase small subunit 13.62216213 13.94346426 13.80101172 13.28243663 13.9758218 13.57876631 13.46830027 13.5836592 13.80876709 14.13104487 13.9263753 13.55387908 14.05010822 13.56679011 13.54433001 13.79406243 13.44828902 13.83898466 13.86022998 13.83949458 13.73550164 13.5158211 13.84698645 13.90723945 13.78678784 13.88761884 14.10559987 13.41386721 13.80178406 13.88258843 13.93965656 13.98754076 +LQ04X017000 Ankyrin-kinase, putative 5.085492042 5.284012175 5.566247091 5.585395691 5.472813031 5.338603065 5.408478218 5.139858075 5.547002539 5.695356996 5.116745873 5.372142844 5.611939476 5.382555095 5.877610811 5.313751558 5.319820833 5.587913138 5.52401874 5.622283663 5.349287512 5.531521522 5.653196043 5.624622692 5.801154711 5.679523483 5.566043591 5.36647576 5.307031501 5.648678918 5.959663184 5.353448108 +LQ04X017020 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.096623281 4.97250781 4.928834624 4.756606326 5.072089776 5.30619602 5.276777183 5.707391207 5.127874344 4.88016962 5.017909468 4.812566811 5.089965783 5.280086681 5.074599816 4.929848745 5.263394112 5.3797992 4.652178846 4.917285083 4.982792012 5.247273659 5.172427028 4.834148958 5.188001071 5.397518255 5.32309202 5.221668931 5.085471299 5.084036504 5.554531003 5.146388731 +LQ04X017040 Uncharacterized UDP-glucosyltransferase At1g05670 5.644026497 5.335054802 5.975891023 5.261343642 5.636615425 5.609795988 5.572857309 5.783421565 5.699733281 5.346994653 6.217154096 5.686153364 5.982790938 5.80246011 5.897334144 5.723533049 6.129622859 5.866490492 5.531882801 5.638085344 5.509089318 5.819029506 6.067050774 5.473920806 5.495388784 5.870632984 5.864272958 5.567604221 5.486255844 6.103825346 5.600394724 5.939134099 +LQ04X017041 Putative AC transposase 5.281588023 5.162994751 5.06343911 5.181732565 5.085847988 5.185458476 5.226202255 4.826900419 5.068132833 5.466748809 5.010422738 5.166147579 5.180800539 5.297888771 4.980685744 4.917623213 5.093733111 5.383035105 5.674031498 5.29871512 5.772949324 5.011838953 5.375485026 5.194879954 5.184900974 5.443607319 5.982199967 4.971918242 5.430107558 5.115212628 5.140138075 5.234741419 +LQ04X017080 Putative Uncharacterized UDP-glucosyltransferase At1g05670 6.204497278 6.308335934 5.69816737 5.947446576 5.565912936 6.076581729 6.427933688 6.911373902 6.107047881 5.900679074 5.663872593 5.899195767 5.536314522 5.758090156 6.656531317 6.410590737 5.223900209 6.344822181 6.352326134 5.904724831 6.036893054 6.070003899 6.290791148 6.893313141 5.916840775 6.27599529 6.596784388 6.072182168 6.011800567 5.784829691 5.562027395 6.387395963 +LQ04X017110 Putative uncharacterized protein 5.862716952 5.76766217 5.639114928 6.227021936 5.944550529 6.878551242 6.786850102 6.8744396 6.214308442 5.910114182 5.639429583 6.05959118 5.566962417 6.996301943 7.172987112 7.331404363 5.761673479 6.347273995 5.790282168 5.617201844 5.427957491 5.886112555 5.298584875 5.702367767 5.845293598 6.118134928 6.115493575 5.083212486 5.492558069 5.751369213 5.915829862 4.823957458 +LQ04X017120 Protein binding protein, putative 4.897323459 5.005695524 4.965868797 4.910214152 4.988508468 4.800015884 5.321609459 4.896271385 5.100546682 5.161225584 4.636276421 4.928012299 5.01890459 4.885500209 4.885368751 4.919418837 4.953337226 4.860732435 4.994339718 5.263426382 5.412545547 4.850052795 5.158135279 5.418724384 4.543116522 5.104053883 5.135400553 5.690538876 5.27063643 5.391279756 5.132330671 5.000639012 +LQ04X017180 Hypothetical protein 4.907972436 5.0729503 4.975413893 4.840917743 4.773852328 5.276255672 5.042063298 5.078729014 4.978818042 4.997407038 4.984364242 4.949731481 4.859829036 4.907313342 4.90918371 5.118457116 5.532516618 5.047334342 5.219357181 4.959814257 5.276074742 4.609177533 5.688426451 5.245961642 5.240994718 5.173775583 5.047848773 4.975966418 5.26799507 4.970298321 4.528558616 5.138423429 +LQ04X017200 Putative uncharacterized protein 4.521241247 4.616428781 4.712625948 4.543060674 4.608107312 4.750888278 4.484945503 4.664153638 4.418040833 4.679403058 5.07305134 4.482885831 4.618070316 4.567707588 4.424243662 4.468449924 4.68228291 4.742297912 4.976445939 4.915555755 4.647867002 5.185421851 4.697529676 4.686207951 4.615873662 5.032965332 4.9034097 5.135735487 4.659754931 4.758933537 5.257002377 5.113365919 +LQ04X017240 U6 snRNA-associated Sm-like protein LSm6 5.397388612 5.528572558 6.090870687 5.208300345 5.404252042 5.689175349 5.280187226 5.195055574 5.552451763 7.298879328 5.963983846 5.422951074 5.771686777 5.690643613 6.182572987 5.309694224 5.711726939 5.140264127 5.672270555 5.730221756 5.377050501 5.694503649 6.154532289 5.136148847 5.729572776 4.967666762 5.580106151 5.436281315 5.291381226 5.585976191 5.199388849 5.055620702 +LQ04X017260 Predicted protein 5.544503794 5.777704099 5.436724508 5.34220607 5.524349392 5.439274744 5.042914059 5.027468519 5.350579194 5.688210912 5.900155683 5.199511254 5.375423691 5.187503584 5.328512049 5.387981327 5.743094801 5.922474009 5.911848097 4.858881894 5.716145228 5.740647054 5.165821213 5.472233134 5.848369727 5.346372274 5.374083572 4.801202168 5.089283591 6.046575039 4.855427154 5.094961015 +LQ04X017270 Predicted protein 5.141467693 5.684136605 5.484999234 5.473008218 6.013419431 5.509450725 5.700179043 5.391952484 5.182294062 5.520310435 5.141644217 5.40526037 5.372382085 6.046372249 5.464362954 6.062355891 5.583507373 5.501461642 5.512514518 5.41586146 5.30080897 5.639836028 5.181386771 5.493563549 5.586754925 5.505112031 5.366166289 5.913902967 5.648913609 5.222435444 5.630388022 5.314210257 +LQ04X017280 Mitogen-activated protein kinase homolog MMK1 5.823833773 5.757666116 6.073826707 6.11179846 5.67625235 5.502436495 5.928486471 5.643909119 5.771719568 6.520908383 6.097578784 6.082442454 5.556349982 5.493059002 6.618881039 5.792065913 5.957997959 6.13539573 7.023343034 6.650733087 5.398072657 5.754950824 6.181063511 5.685247656 5.812092287 6.152366336 5.88470113 6.556156812 6.114659196 5.372693704 5.387532812 5.403477237 +LQ04X017290 Catalytic, putative 10.8136196 11.31436364 11.17284969 10.84812232 10.4378787 10.95928053 10.72578936 10.45566242 10.9928606 11.11396941 11.27383691 10.86102794 10.97447786 11.0418566 10.6763922 10.36350824 11.56303316 11.38024797 11.2991785 11.1862685 11.09131021 10.65906445 11.394405 10.67539633 11.2707588 11.23705221 11.27121454 11.42626073 11.25806102 10.81616328 11.23056392 10.2257089 +LQ04X017340 Predicted protein 13.50293936 12.85306792 13.7523698 14.15598422 13.54186357 12.74866006 13.53238947 12.77855147 13.55644118 13.16062949 13.50732267 14.01900705 13.56921877 12.63665166 13.88467396 13.08315386 12.71148866 13.67333138 13.15200741 13.58854724 13.95985204 13.29846052 12.87629158 13.05272371 12.82681904 13.90422464 13.62080636 13.74924306 13.64143724 13.31470107 12.69586584 12.82184765 +LQ04X017350 60S ribosomal protein L5 14.74914723 15.03812943 14.22252958 14.02536446 14.255486 13.63819642 13.64130803 13.73708239 15.04125345 15.06079318 14.73327763 14.3960369 14.39434404 13.60554608 14.03026314 13.68406723 14.75249669 14.20491983 14.56099007 14.4706604 14.22168588 14.72549729 14.0430214 14.10057822 14.99134663 14.66332118 14.80411042 14.25499059 14.36020044 14.58941018 14.20025809 14.30097214 +LQ04X017360 Putative uncharacterized protein 10.44646831 10.30566909 10.67733294 10.19383987 10.28024814 10.25963042 10.041264 10.03843495 10.18909387 10.15978123 10.59086636 10.29261387 10.41499541 10.40845346 10.04244518 9.941501118 10.79793869 10.85785064 10.70362535 11.07655428 11.19448389 10.88847557 10.77900741 11.1677847 10.79221073 10.64046849 10.78478597 11.18348364 11.52050304 10.85507859 10.87312661 11.18485596 +LQ04X017370 Putative uncharacterized protein 5.408183117 4.991350192 6.080304288 5.588010985 5.359612468 5.354140162 5.236134626 5.371926169 5.270104849 5.472629538 5.152222417 5.123098828 5.329080479 5.004240043 5.644603069 5.055075521 5.159757357 5.123666578 5.406665813 5.068997949 5.430373907 5.202949648 5.274216594 5.767651531 4.987431479 4.851087616 5.761300351 5.127738994 4.952087856 5.248933921 5.002871928 4.947444234 +LQ04X017380 Predicted protein 12.98404176 12.59216096 13.65028272 13.88366077 14.05324564 13.81280175 14.27891094 14.25645529 12.96366579 12.22376351 13.40983599 13.89747237 14.00702096 14.14363057 14.59912164 14.60975267 12.04577535 13.14934324 12.29134356 13.11881786 13.45015763 13.12691996 13.64237569 14.02685735 12.10326864 12.70222087 12.48186982 13.56725217 13.53776983 14.14108247 13.96540377 14.04939708 +LQ04X017390 Stromal 70 kDa heat shock-related protein, chloroplastic 13.75103058 13.97296548 13.50343157 14.43336909 13.07565793 14.81249128 14.63005645 14.14881604 13.33043881 12.98929578 12.88348524 14.11580477 13.01632194 14.45028352 14.66115037 13.75496976 14.22980059 14.26207107 13.86127639 13.89969991 14.44938574 14.06493817 14.78488995 14.44420355 14.13361811 14.37568736 14.28263361 14.28801548 14.44028377 14.49519176 14.68091581 14.33065475 +LQ04X017420 Probable ion channel DMI1-like, chloroplastic 11.36025046 10.91267302 10.4879048 11.08904033 10.65448077 11.60211943 11.52113395 11.5139296 11.50654207 10.71313904 10.65682367 11.28896365 10.87314906 11.64581605 11.48283234 11.56692372 11.68495715 12.08074767 11.93562151 10.96281993 10.95893629 11.47400234 11.31001856 11.30744525 11.48780959 11.62419048 11.56212662 11.25916034 10.4808611 11.4171869 10.85685804 11.28793417 +LQ04X017440 Predicted protein 14.23664944 14.56738685 13.13529912 10.49187259 10.80223872 8.430687525 8.078893916 8.144026181 14.61330232 14.97602729 14.4351061 11.41082398 11.47082673 7.996204177 8.790824543 9.248683096 13.839778 13.95614413 14.56318282 13.93429868 13.19887992 14.60681858 7.550677118 8.692668123 14.04761249 14.8682456 14.72603074 11.17879407 13.14160996 10.5177352 7.771094203 9.197187496 +LQ04X017460 Cysteine synthase, chloroplastic/chromoplastic 12.288613 12.60570769 12.32513409 12.7949021 11.98345999 12.99751994 13.44253639 13.25682576 12.15718161 12.79491159 12.45423597 12.61921943 12.17417809 13.10328153 13.33417546 13.31205344 12.17276771 12.3894782 11.74206961 11.93999239 12.31666495 12.5372751 13.52067045 13.78457092 12.34179348 13.0483431 12.18480468 12.59626537 12.77487337 12.92210641 13.62354861 13.45641603 +LQ04X017480 Putative uncharacterized protein 6.704926755 6.30309665 7.516582013 7.215923803 7.253026711 6.122596259 6.119225895 5.753707044 6.588923727 7.159932414 7.805648493 7.49662219 8.269140423 6.265085965 6.745774077 6.057151241 6.645278614 6.848513857 5.860030355 7.63773307 7.497325928 7.707684918 6.679337912 6.677099124 6.426893992 7.063958617 6.831455531 7.254582135 7.192743915 7.975751348 6.40569981 6.109844929 +LQ04X017500 Uncharacterized protein At1g18480 5.468261514 5.309463358 5.144455866 4.879372659 5.056416578 5.160423872 4.762922382 5.693916602 5.4865411 5.650983528 5.058356886 4.878005636 5.348681987 5.185948858 4.943876938 5.052282834 5.516377239 5.702694636 5.975800786 5.486157725 4.872050076 5.091705844 5.187640898 5.815797135 5.390684581 5.593803416 6.016361743 5.546842741 4.673084495 5.247213449 5.274024867 5.004617368 +LQ04X017510 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 12.61551944 12.83996129 12.98334378 12.99287651 12.71042929 12.25160984 12.30414816 12.18042937 12.60375612 12.55729315 12.98614491 12.81979091 12.89475774 12.30123723 12.3066812 12.48012617 12.02440046 11.86414194 12.11763841 12.17773945 12.50467878 12.62792232 12.93408742 12.73569431 12.14847752 12.33969233 12.43518284 12.72596753 12.78567011 13.05203385 12.6819526 12.64341424 +LQ04X017560 Protein IQ-DOMAIN 14 8.409076943 8.127515855 9.545326061 8.98121845 9.447291672 9.970779729 9.653271142 9.55177614 8.651655765 9.070454637 9.012328263 8.745500542 9.492099265 9.365142867 9.215892522 9.573807253 8.337708748 9.088043398 9.229522464 9.32673576 8.642081508 9.027411569 9.725478034 8.468356286 8.472258987 8.586680814 9.063659624 9.940479618 7.926207368 10.07566403 9.898517819 8.64734989 +LQ04X017580 Predicted protein 5.044878157 5.124427315 4.985742998 4.843118706 4.928941257 5.393197863 5.121098983 4.786920564 5.467707489 5.199758801 5.091302885 4.966971403 5.318010399 5.296056062 5.249865107 5.162254137 4.852230241 4.833202781 5.694321258 5.406239915 5.115824636 5.192248021 6.561550253 5.65170168 5.263559543 5.127500151 5.376543235 5.16065282 5.056648044 5.111427874 6.09414577 5.120552883 +LQ04X017590 Predicted protein 10.48945447 10.69930148 10.26311293 9.886587594 10.47423344 10.38804465 10.42059468 10.87213323 10.46587453 10.55295339 10.23140156 9.887736523 10.7431383 10.46090721 9.966032509 10.93670828 11.17932018 11.35808936 11.84254338 11.43018274 11.42052211 10.45777958 11.44775366 11.13810494 11.2458256 11.27393501 11.62184248 11.54738396 11.27097935 10.41253324 11.14330752 11.10980231 +LQ04X017610 Transcription factor bHLH113 10.98453727 11.23823653 10.00537554 10.83300406 11.1226023 11.62192813 11.37370017 11.58906249 11.76698421 11.95981512 10.47177716 11.1487982 12.0378435 11.8212882 12.10800159 12.1950943 11.3619578 11.16489185 11.40466811 10.30573756 10.77880009 11.46198444 11.76452807 11.37396304 11.85476477 12.50344217 11.32497638 10.25833916 11.83259398 11.2930458 11.87962836 12.53692061 +LQ04X017620 Membrane associated ring finger 1,8, putative 5.28620637 5.111943394 5.409857993 5.258332643 5.124069026 5.644815006 5.420100246 5.327749317 5.585740339 5.375610865 5.28418296 5.256096479 5.014536943 5.73559119 5.685280195 5.503936909 5.119088654 5.209312103 5.264458102 5.443932671 5.536406491 5.283764317 5.165190757 5.191599173 4.91739453 5.19466799 5.270750338 5.184338273 4.870303324 5.4522872 5.028404241 4.981650549 +LQ04X017640 Putative 60S ribosomal protein L51, mitochondrial 12.62577804 12.55251802 11.35788729 12.09364521 11.88343409 12.10495034 12.01861113 11.93118405 12.99099993 13.66085478 12.05751073 12.15766252 12.37214405 12.3411085 11.9424694 12.31988962 12.75064538 11.74676991 12.32008586 11.89144708 12.01512449 11.9696804 12.41030893 12.09374004 13.05967015 12.05720749 12.58884375 11.74749741 10.82503665 11.90619033 12.46990619 11.90041369 +LQ04X017700 Lysyl-tRNA synthetase 5.703826351 5.240125342 5.687449295 5.958461556 5.722636067 5.494280346 5.926240513 6.231237867 6.065681879 5.623516772 5.82567439 6.175499486 5.885716257 5.872637159 6.064915591 6.227998118 5.426627605 5.141109893 5.785234962 5.705177136 5.296477526 5.877109819 6.204593942 5.556264619 5.665302553 5.092244518 5.761882964 5.565185807 6.025154619 5.624840917 6.371772873 5.675650953 +LQ04X017710 Protein transport protein Sec61 subunit beta 6.019752037 5.684292805 5.966699738 6.50517565 6.027628271 6.163295716 6.303432159 6.179869842 6.237509707 5.641983658 6.327469866 6.293772247 5.95271869 6.326330352 5.918250727 6.578601494 5.585994043 5.887875589 6.274822664 5.800897173 5.605078326 5.791736416 5.824879717 5.811225182 5.839434262 6.054234233 5.210419488 5.568263716 5.243459326 5.768809618 5.873960624 5.7543509 +LQ04X017810 Transcription factor, putative 7.943568723 8.084049045 8.528869765 7.640545557 8.403837654 6.792584257 6.920139934 6.75802586 8.031425028 7.149372455 8.328495819 7.572798807 8.910962763 7.489917981 6.06011108 7.211100908 7.297684713 8.759853762 8.494727789 8.216819816 9.094825449 8.357726308 9.037049026 7.729981788 7.647622203 8.805076626 8.479475392 7.374257484 8.03633491 8.436674382 8.564780968 7.750719307 +LQ04X017820 Putative uncharacterized protein 6.639495012 6.331760098 5.571915425 7.86922786 6.561134072 7.842891354 7.896479336 8.259124598 7.002559074 5.983052806 5.773762339 7.561236949 5.932926181 7.809269213 8.097515986 7.683612472 7.335041295 6.18765224 6.482021884 5.873807462 5.890841194 8.131346158 7.304140129 7.960642559 7.562059027 6.215994102 6.14104615 5.809415372 6.265033811 8.480841786 7.208131447 6.815417986 +LQ04X017830 Putative Uncharacterized GPI-anchored protein At1g61900 13.95987565 13.96733845 13.81220331 13.20663866 13.49977983 13.19793309 13.16917538 13.02511164 13.91636128 14.06205654 13.91252018 13.36024777 13.710019 13.35122814 13.16007844 13.37781066 14.59551468 14.51858942 14.92620532 14.06455395 14.38545332 14.17501688 14.23721473 14.03925906 14.35897883 14.36779602 14.83063907 14.31633988 14.37023254 13.96849631 13.99737074 13.90988228 +LQ04X017860 Putative GDSL esterase/lipase 7 7.833279836 6.3608662 8.658288308 5.505772021 9.014829063 6.957378545 5.417246694 7.48952729 7.706761313 7.176826212 7.560381021 5.852367606 8.225716671 6.954766871 5.383491378 7.178492265 8.416566755 8.896535174 9.874260942 7.933415428 9.009939311 7.331296746 10.50136806 9.530435925 8.28786929 8.871833677 8.202654691 10.31066547 8.586501681 7.05601567 9.591352561 9.002532662 +LQ04X017880 Putative Disease resistance protein RGA2 9.768262336 10.24798452 10.53481913 10.36254007 10.40924346 10.93589058 11.22348253 10.82964975 10.47008541 10.55969473 10.83498559 10.91267245 11.13186416 11.30109751 11.09318677 11.11780996 9.689527253 9.855285239 9.37456048 10.46249746 11.09817379 9.931023002 11.70699681 11.51198899 9.67571373 10.09192712 9.872857059 10.45099766 11.17722141 10.58733876 11.81026637 11.55533374 +LQ04X017910 Hypothetical protein 5.126472181 4.771150972 5.091934294 5.105570613 4.756535789 5.346839672 4.96523401 4.779658524 4.914444278 4.880854496 5.063239032 5.107713897 4.990833069 4.984492747 5.208707724 4.790130313 5.131306984 4.673439556 4.871503812 4.860613644 4.87810041 4.931446551 5.356980633 4.772593841 4.908204772 4.883719829 4.821394593 4.916420217 5.008402309 4.897393203 5.357803027 4.689562049 +LQ04X017940 2,3-bisphosphoglycerate-independent phosphoglycerate mutase 5.128080199 5.208454621 5.102667057 5.0041401 5.520485558 5.33011094 5.111829426 5.149180644 5.046089169 5.379710401 5.263460676 4.861112638 5.236809161 5.301168773 5.109409982 5.197239512 5.48975786 5.110740292 5.270463147 5.226115455 5.637602493 5.24619536 5.603523978 5.834099128 5.143286759 5.036434683 5.398497403 5.233655776 5.753225296 5.281850319 5.4336077 5.607145127 +LQ04X018000 Predicted protein 11.73420124 11.55903747 11.03735422 11.05367903 11.70755686 10.30441989 10.57572596 11.01261436 11.5405902 11.61303882 11.20528367 11.07588878 11.609919 10.39596028 10.77008179 10.98786953 12.54243453 12.11588422 12.75908019 12.13310681 11.36415675 11.98493791 10.62901879 10.39114511 11.88212277 11.9511651 12.12890094 11.78271475 10.97961473 11.27786472 10.80009654 10.55398019 +LQ04X018020 Zinc finger protein, putative 8.70971538 8.200196707 9.250351101 9.431888817 9.749629043 8.868151446 9.144964327 8.227580946 8.520604562 6.935964543 9.275026307 9.689457777 9.753518778 9.109900636 9.440137163 9.811215854 9.263290173 7.787800954 8.148980269 9.69352404 9.775959097 8.614729522 9.852249402 10.58686728 8.693495489 7.851976624 7.972986676 9.101682755 9.043106642 10.298212 9.79711408 9.973908844 +LQ04X018060 Putative uncharacterized protein 5.24060226 5.295409014 5.263821949 4.798570728 5.291996564 5.568545452 5.412721335 7.586233372 5.503468225 4.89945385 5.464565092 5.239623709 5.444699439 6.219417545 5.820206779 6.741750211 8.554031794 5.609160558 5.834118582 6.324963212 4.75086634 5.110715306 6.46237388 6.693058924 6.160503092 4.971772902 5.751156493 5.158822373 5.010205113 5.689523122 6.877329998 6.701816827 +LQ04X018110 Endochitinase PR4 9.260378027 9.117558097 10.47368673 11.02082175 11.63465639 9.044239918 10.50030992 11.67086643 9.613034796 10.09751958 10.33829403 10.44127648 11.6694806 10.12844508 11.33011089 11.79762874 14.11585625 11.28287666 13.13104414 12.30822849 10.33974357 10.90954477 11.17133806 12.28428276 11.29268732 10.05180513 11.01811047 10.51336561 9.916582583 11.87392696 11.05553395 12.7599879 +LQ04X018130 Transcription initiation factor TFIID subunit 1-A 4.768786332 4.805035343 5.443074142 4.898570868 4.890177525 5.164943932 5.11384148 5.29412415 4.675151627 4.802513075 6.018092168 4.903644416 5.129259673 5.285955874 4.721919543 4.96017042 5.057212656 4.943415408 5.058868315 4.928498723 4.782300825 4.99168678 5.332424396 5.337443011 5.10930623 4.968434233 5.191005469 5.093131292 4.985887083 5.065197108 6.067295159 6.063116215 +LQ04X018160 Endochitinase PR4 5.80815746 5.25825814 5.263553786 5.414279346 5.816428468 5.215800588 5.39867885 5.278321478 6.10619426 5.212869757 4.840256447 5.467536405 5.706649461 5.069617963 5.461958721 5.48799882 6.363059654 6.199540039 5.276934709 6.892005258 5.496063352 5.515595203 5.100765073 5.427862318 5.320286183 4.839780404 5.193105523 5.466530386 5.147796185 5.258060467 5.140206611 5.687632414 +LQ04X018190 Signal recognition particle 14 kDa protein 5.517429634 5.32052895 5.193503342 5.435652622 5.061199952 5.387926669 5.090011046 4.953452905 5.8358263 6.446022634 5.400651575 5.536963077 5.738028262 5.151451907 5.926651482 5.315000533 5.111622055 5.175758869 5.260144443 5.468675125 5.689650709 5.172668658 5.064196911 5.326498488 5.408855309 5.170552327 5.601861296 5.117222405 5.221810393 5.450690743 4.765472665 4.904592886 +LQ04X018250 DEAD-box ATP-dependent RNA helicase 21 5.143952149 5.407931708 4.997800684 4.934701482 5.310574443 5.068231045 5.369471972 5.876357705 5.220568057 5.061733455 5.083966008 4.899723313 5.015328401 5.010941105 5.112626762 5.680413039 5.879097657 5.453355216 5.310819623 5.102757023 5.860524493 5.48030704 5.947701215 6.070370617 5.532416276 5.065279509 5.187649676 5.539041923 5.184139932 5.681273032 5.452579534 6.10654382 +LQ04X018260 Predicted protein 11.05122392 11.17334941 11.75048133 11.32187988 11.80095528 11.8979178 11.62517807 12.71701361 11.10859817 10.67931869 11.60261697 11.51240129 11.64786023 11.8639148 12.05493034 12.3500532 11.16974154 10.45121272 9.949065145 11.13861917 10.8532102 10.80251244 11.20717925 11.42593247 10.32940395 10.12463297 9.494009651 10.90783999 11.30553532 11.03364722 11.66913961 11.49267163 +LQ04X018270 Rho GDP-dissociation inhibitor, putative 5.594125343 5.611773482 5.625863878 5.436587145 5.463249338 5.104824924 4.905626189 5.020063747 5.542655941 5.758954352 5.788055503 5.638383656 5.510144653 5.061689443 5.192366565 5.162899545 5.409704503 5.379590671 5.15259119 4.985433761 5.048755206 5.523944759 4.945953833 5.495861693 5.429115879 5.411615936 4.861760973 5.898463457 5.147927388 5.586541787 5.46633169 5.300356052 +LQ04X018310 Auxin-induced protein PCNT115 9.231317684 9.469296628 6.150808803 7.36097452 6.97850678 7.756637213 7.668265334 9.554761706 9.440291499 10.44476856 7.314661009 7.450683444 7.161136127 8.524345463 7.278543515 10.07451972 8.203789404 7.914481655 8.472606613 6.681388263 6.670055193 7.409553557 8.02532161 6.918117923 9.627590842 9.023961917 9.023988122 5.63085435 5.686686669 7.091052688 7.977889643 7.328739026 +LQ04X018320 Hypothetical protein 5.573673193 5.338015791 5.604125609 5.415608073 5.919734957 5.340834921 5.26999336 5.296052999 5.311386193 5.177791211 5.066282245 5.047963327 5.736354278 5.925089404 5.539311464 6.269463401 5.471973338 5.487861995 5.18086741 5.418650558 5.133453551 5.735362042 5.230364338 6.185588266 5.459349279 5.312238271 5.140506408 5.000616307 5.107067178 5.708669318 5.707452487 5.23014065 +LQ04X018330 Auxin-induced protein PCNT115 5.48344238 5.261046876 5.581306402 5.348452213 5.475968861 5.140078538 5.637395865 5.59512287 5.229241427 5.544908908 5.529377368 5.328873977 5.068413506 5.331165391 5.804031049 6.139275126 5.595674299 5.334036641 5.313015949 5.5684399 5.712060078 5.102337653 5.466139827 5.563807186 5.461725845 5.343694519 5.505586188 5.638201951 5.976357237 5.309962304 5.850949449 5.094426485 +LQ04X018340 Auxin-induced protein PCNT115 12.84756258 13.48794886 12.74944537 14.2012661 14.17605904 14.09216614 14.62830039 15.06144299 13.26636748 13.23343195 12.99120903 14.54099986 13.22205512 14.63295805 15.08331084 15.06491452 13.42421446 13.76224819 13.38966261 12.18534415 12.66943143 13.93929599 13.31900307 13.58555901 13.2984048 13.99253379 12.78834912 13.37124765 12.89951801 14.75924105 13.61676466 13.71231964 +LQ04X018370 Auxin-induced protein PCNT115 5.932723279 5.218767105 6.103902933 5.582682778 5.890068763 6.480855312 6.174945957 6.722527397 6.107097605 5.514952746 5.561760006 5.871115199 6.314769728 7.180947292 6.568981038 6.614944645 5.530277463 5.930842655 5.629374816 5.202094688 5.402122721 6.041161204 5.869582459 6.452320896 5.778842799 5.884403241 5.849164258 5.208892029 5.964777119 5.858025112 5.877378581 7.049005886 +LQ04X018450 Putative Uncharacterized WD repeat-containing protein C2A9.03 12.22848546 12.48915417 12.21978464 13.3175652 12.68160975 13.4198159 13.53231129 13.68701308 12.19692008 12.21756431 12.22633759 12.96394798 12.46069083 13.29383769 13.58082883 13.55868676 12.59942773 12.50484834 12.31915092 12.06776256 12.18567699 13.05583365 12.52035575 13.27421177 11.88792299 12.20948611 11.92120748 12.74622428 12.15364265 13.39068961 12.58151327 13.28302691 +LQ04X018460 Probably inactive leucine-rich repeat receptor-like protein kinase At3g28040 13.00374015 12.46781297 13.29547618 12.25939296 12.68788667 9.634388241 8.932046998 7.737041066 13.13952549 12.12372459 13.3737393 12.39459244 12.97232238 9.66130023 9.223172912 8.925011571 12.07452403 12.90515131 12.13421549 13.28716974 13.46977585 13.75620297 9.219250127 9.886500189 12.56250814 13.36811913 12.06645658 13.70448245 13.81317542 12.79916791 9.113880378 9.078686917 +LQ04X018470 Eukaryotic translation initiation factor 3 subunit H 12.46588498 12.78263977 12.08283708 12.0957231 12.00092097 12.68529647 12.74010006 12.45695017 12.71211188 13.14082406 12.41817786 12.14357085 12.02923318 12.44263023 12.8570057 12.24751973 13.04606349 12.90081016 13.18880063 12.61282315 12.26699388 12.18487943 12.86743792 12.54807131 12.94920959 13.01112717 13.2039194 12.4068311 12.10709213 12.14413039 12.74244723 12.41231489 +LQ04X018480 Putative Peptide transporter PTR5 5.604910629 5.117003961 5.774273745 5.408482204 5.619645269 5.077720033 5.388937076 5.124204058 5.62255578 5.02045713 5.72807016 5.489569102 5.486092728 5.145573637 5.119418901 5.280512563 5.275700109 5.767400161 5.322001302 5.500209038 5.771085991 5.230916907 5.705451023 5.400751077 5.459428139 5.556976234 5.847518591 6.120702149 6.050714744 5.599140553 6.282518592 5.677951983 +LQ04X018490 Bromodomain protein 12.52125173 12.69985517 12.19072895 11.83590663 12.22427546 12.34714768 12.15879273 12.25551411 12.5575295 12.69862546 12.38341876 12.23278833 12.43734095 12.56706153 12.4110747 12.73633115 12.7411608 12.76821059 13.09132574 12.76305735 12.59438036 12.62963937 12.79080581 12.65497265 12.8379716 12.71460647 13.33045685 12.60642386 12.69004704 12.64246931 12.77965942 12.97864966 +LQ04X018500 Putative uncharacterized protein 5.270836834 5.644415382 5.882412749 4.990518689 5.205839097 4.858539466 5.306959072 5.238916805 5.727624352 5.28053209 5.692193779 5.113472424 5.334072233 5.171969929 5.085776067 5.138918805 5.216874482 5.740416621 5.678008551 5.196106989 5.438256085 5.402125003 5.503431159 5.396086128 5.321282517 5.907258273 5.151217693 5.820401591 5.489026726 5.544081199 5.185160215 5.022607343 +LQ04X018510 Putative ATP-dependent Clp protease adapter protein clpS 5.683100069 5.882695421 5.383056672 5.938201429 5.368296215 6.330517413 6.812193705 5.849723155 5.750569288 5.701957516 5.282419635 5.568184375 5.600331842 6.303498808 5.848870352 5.764352454 5.571024061 5.772709768 6.273198836 5.603508152 5.531165904 5.222907067 5.31078648 5.48815923 5.433568685 5.783671965 6.720199721 5.311614861 5.689652239 5.347592725 5.69740148 5.337745924 +LQ04X018570 Endonuclease III, putative 11.47208597 11.68242108 11.51498625 11.52679674 11.35307559 11.90430502 11.8935581 11.66128062 11.69869071 11.57804583 11.62550176 11.61828543 11.45592474 11.77446697 11.82305079 11.42494063 11.65421988 11.68547389 12.18727422 11.3419853 11.3763302 11.36828652 11.67361484 11.66659983 11.90636739 11.92601052 12.25566557 11.28270364 11.74313516 11.75353658 11.92779749 11.45557885 +LQ04X018580 Gamma-secretase subunit APH1-like 5.529643104 5.49250826 5.770142205 6.066578638 5.778526738 5.677257827 6.061965702 5.743124652 5.536324195 5.447587739 6.072615933 6.016623519 5.975500431 6.311302732 5.849266031 5.871955009 5.805018207 5.603310414 5.660723241 5.826299572 5.802531545 6.534273928 5.592006664 6.201733341 5.642027283 5.580196976 5.842708248 5.561635524 5.506782495 5.996088638 5.396507653 5.639172926 +LQ04X018590 Putative uncharacterized protein 11.91044755 12.12165139 12.28467042 12.15156527 12.61828533 11.81551543 11.78379225 11.9202415 12.24055601 12.27995163 12.41261245 12.17664772 12.98888785 11.95405585 11.92901976 12.14327311 12.18232388 11.91826962 12.55649791 11.94791443 11.93039567 12.42959421 11.74726593 11.90663416 11.9117474 12.18616388 12.39244131 12.27579941 12.07007411 12.29870951 12.04562614 12.02451524 +LQ04X018600 Putative caffeoyl-CoA O-methyltransferase At1g67980 5.731758897 6.374994477 5.763322707 6.278559363 6.055606956 6.000990919 5.94349825 5.90754435 6.025733368 6.121047487 5.818395479 6.635210661 6.320594062 5.729097469 6.886659644 6.013636675 5.264884037 5.492633547 5.316251641 6.536029654 6.010588475 6.044088863 6.523612934 5.599694978 5.662917889 6.018787237 5.582657719 5.392464204 5.697749345 5.903207438 5.987966768 5.281551764 +LQ04X018630 Calcium-dependent protein kinase 24 6.572850798 6.781491705 6.018210961 5.922027593 7.074801034 5.483508215 5.782403286 6.113017762 7.178281005 5.819220846 6.425514303 5.900971357 6.086076954 5.893406266 5.486714616 6.372648912 6.930563219 6.21751568 6.443211796 7.426390877 6.52621897 6.278347344 6.674312163 6.116156102 6.084528842 6.182767888 6.071194115 5.614926616 6.532419679 5.961216902 6.509057884 6.553992177 +LQ04X018640 Probable E3 ubiquitin-protein ligase ARI7 13.09966086 12.65426737 12.64337998 12.89640532 12.72574423 13.52912722 13.24960392 13.2393061 12.88336224 11.30311642 12.547714 12.8283573 12.75495138 13.12360503 12.93864976 13.00668249 13.44913519 13.0398751 12.7491022 12.75227573 12.68438731 12.94368424 12.95275073 12.50282511 13.01163973 12.69831964 12.38035242 12.83580832 12.59815724 13.11311893 12.75886569 12.59593906 +LQ04X018650 Probable inositol transporter 1 9.027899711 8.971455068 8.432748606 9.034727129 7.338231774 10.18148008 8.867013273 8.154624858 8.490515263 7.379937738 7.901908208 8.79193663 6.840640925 9.974601175 8.015635182 7.551697975 9.896772197 8.982011435 5.803018995 7.602301234 7.487630443 7.101700425 5.953281551 6.436231517 7.835413295 7.516244436 5.15554805 6.813898298 6.947789091 7.689131081 6.65486082 5.844987505 +LQ04X018660 Putative Survival of motor neuron protein-interacting protein 1 6.227478967 6.42286841 6.014356312 6.922226342 6.12885673 6.099533502 6.972257594 6.6094539 5.779239386 5.766005911 5.839532652 6.802006983 6.02379075 6.149813658 7.492117185 6.879307098 5.995551265 6.035959312 6.232985413 6.208516537 6.14276177 6.04665666 5.783043064 5.965837547 5.500209661 6.32655432 6.870374761 5.482055614 5.797641708 6.472136363 5.650961936 6.043098104 +LQ04X018680 Pto-interacting protein 1 5.345193866 5.310953234 5.327092936 5.464730937 5.502888829 5.605349165 5.493190357 5.469214493 5.459443459 5.814470414 6.135888543 5.553809427 5.503115891 5.539661098 5.794197877 5.62064684 5.144445648 5.483036516 5.010266322 5.792941142 5.183677421 5.485155648 5.335920157 5.236563543 5.324215457 5.496422319 5.219575253 6.234223396 5.432199451 5.326642649 5.49940545 5.279256777 +LQ04X018690 2-isopropylmalate synthase 2, chloroplastic 11.13609496 11.72243003 11.14375201 11.34350251 11.49609962 12.10725518 12.2156941 12.55520704 11.10097398 11.44790456 11.23569047 11.51996006 11.50612211 12.29691877 12.53341635 12.41557271 11.3447274 11.97908601 10.98461647 11.07173991 11.44422207 11.48943183 12.19999137 12.34258086 11.36565474 11.72719268 11.2708748 10.82270916 11.5340979 11.96876529 12.56862773 12.38293294 +LQ04X018700 Pentatricopeptide repeat-containing protein At1g06710, mitochondrial 12.39729869 13.17323151 12.88315371 12.34333695 12.87992529 12.81847199 12.84895798 12.94900289 12.54145027 12.82059285 13.0229575 12.58362012 13.20392037 12.91975078 12.90167797 13.01275718 12.74855507 12.97951616 12.63701268 13.22463843 13.13047811 12.99248959 12.92231479 13.63299041 12.44378889 12.71295212 12.80934392 13.05308379 13.10601523 13.1391114 13.16156901 13.61498762 +LQ04X018730 Predicted protein 5.052092349 5.245302608 5.178352112 5.208765614 4.859581719 5.138503334 5.198144812 4.914804012 5.00245476 5.234029601 4.830485872 5.20211237 4.784093148 5.239111613 5.645925066 5.063520372 4.715406375 5.275680164 5.408853942 5.012287352 4.53542999 4.974324973 5.069135124 5.096418026 5.064965661 5.129045449 5.051516368 5.313869019 5.129271207 4.826036453 4.717129758 4.75528174 +LQ04X018760 Hypothetical protein 10.83304999 9.792091985 10.99721075 11.37618653 10.73691892 11.5514792 11.20984889 11.35381363 10.77296667 10.53329938 11.10203295 11.12611988 10.97242553 11.41484273 11.221405 11.26295102 11.98743365 11.94726487 10.97149969 10.54516663 11.13531479 10.76448312 11.94386164 11.61611646 11.02701475 11.43108496 10.63954071 10.58312199 9.389514018 10.79730761 11.24946386 11.36319302 +LQ04X018830 Epsin-2, putative 9.795365028 9.829101202 9.930850334 10.1728359 10.44220594 10.04999142 9.667789015 10.01607143 9.663494133 9.132962516 9.844138993 10.294394 10.22565328 9.923838696 9.418779366 9.817140686 10.27891023 10.07871981 10.53073025 10.482394 10.66642707 10.58303002 9.924024521 10.47183353 10.20002728 10.28707902 10.67603551 10.72962983 11.12030343 11.4139006 10.30637609 10.59485669 +LQ04X018850 Hypothetical protein 7.135139488 6.595447434 7.795177333 7.030472283 7.401569203 6.845055176 6.747018995 6.328052736 7.18279696 6.456733154 7.460355558 7.16585439 7.308221857 7.152835403 6.496255327 7.146075536 7.209186508 7.851355348 6.850321728 8.060791932 8.847799642 7.216036513 6.668929757 6.802965817 7.324069636 7.77689217 7.648489442 8.193103026 7.100784298 7.29083608 7.08079649 7.305021967 +LQ04X018860 Cell division control protein 48 homolog C 5.930954468 5.495183751 5.284188387 5.69022266 5.806150163 6.644789342 6.100913526 6.391833999 5.417671373 4.954505268 5.421209747 5.493374837 5.388883763 6.224690582 5.535452452 5.545914067 5.650204108 5.432767044 5.004744747 4.924394289 5.070116889 5.600602859 5.774677162 6.022656579 5.828428303 5.334480388 5.153751296 5.017853139 4.972428214 5.9424412 5.685060042 5.923416004 +LQ04X018870 Putative Vesicle transport protein GOT1A 5.123515837 5.266433935 5.161885126 5.19621817 5.116870404 5.553300521 5.148271437 5.297749056 5.248775348 5.310130541 5.086160269 5.305945647 5.29393218 5.422867083 5.330748738 5.408076433 5.297109366 5.001428442 4.961478032 5.02631656 5.257203328 4.933195596 5.169055027 4.975719194 4.925224777 4.917899521 4.871732043 4.904025973 4.997639828 4.894373164 5.206265544 5.52783424 +LQ04X018930 Transcription factor bHLH128 5.834849088 6.181442385 5.51956201 6.5017328 5.912606535 6.580514425 6.900772082 8.696949327 5.57293203 5.181905572 4.782124922 6.006414503 5.427063326 6.043776168 6.063494948 7.492618153 8.269233389 6.47269862 6.512099749 5.650537555 6.122850885 7.309408509 6.143643758 5.900649113 6.413299125 6.376006343 5.353129541 6.144983539 5.826575955 6.841165007 5.59159142 5.843720511 +LQ04X018940 Ras-related protein ARA-4 12.73731437 13.00842508 12.67940298 11.97196582 12.56594909 11.32859497 11.33017597 11.59155043 13.11091023 13.31186911 12.94448042 11.99303373 13.04775471 11.38185838 11.27512589 11.34783149 12.50538645 12.40487652 12.78501325 12.80576816 12.4267078 13.29181696 11.42282346 11.58008469 13.12239131 13.21786863 13.08211295 12.68947131 12.42912917 12.18551239 11.27333158 11.58260626 +LQ04X018950 Pirin-like protein At2g43120 5.450536514 5.566675888 5.386829506 5.246945677 5.139285102 5.631861368 5.379247431 5.160544033 5.392599911 5.301663617 5.618369242 5.259295767 5.378150952 5.788889906 5.299353396 5.429336099 5.224763231 5.473133436 5.463440997 5.257013538 5.002204721 5.685584568 5.626469637 5.260991458 4.970203316 5.586906581 5.396130259 5.173911707 5.424507697 5.480704778 5.027370574 5.322433767 +LQ04X018960 Predicted protein 5.554715201 5.814843411 5.737345455 5.360173474 5.181923212 5.836121643 5.654915909 5.73575629 6.065478238 6.366844993 5.640578893 5.713684332 5.560777493 6.052393852 6.699335269 5.805165452 5.45683454 5.446603808 5.721660492 5.209469675 5.342780937 5.560278523 5.817441998 5.711346581 5.85441408 6.052991978 5.649053562 5.779929703 5.960204536 5.504660815 5.556209654 5.901261802 +LQ04X018970 Predicted protein 6.455564721 6.699411361 6.081866041 6.27886337 6.257971645 5.970870392 5.883669878 5.989577407 6.113979226 6.747878288 5.989148897 6.534683187 6.607218609 5.736455329 5.797648423 6.001820645 5.950775274 6.790828237 5.800680779 6.32434236 6.8005558 6.231210698 6.733782636 5.879719239 5.964266541 6.822824565 6.310318621 6.142114312 5.845703224 6.485133246 6.072654058 5.463742436 +LQ04X018980 Putative Aspartic proteinase-like protein 2 12.17001284 12.12848901 12.48284592 12.59188568 12.40886312 12.94925597 12.76789531 12.83565009 12.40374623 12.10378361 12.60008197 12.49757069 12.5833861 12.92420602 12.82495724 12.92466775 12.58252075 12.31594944 12.03270566 12.61977778 12.24019526 12.12717716 12.68352043 12.58611996 12.0716087 12.32983984 11.93806225 12.77722908 12.05276669 12.25853834 12.5993728 12.66930642 +LQ04X019010 Histone-lysine N-methyltransferase ATX2 10.54092947 10.76210611 10.68027566 10.38713161 10.27669227 10.61222384 10.59125411 10.84182652 10.50467454 10.70234913 10.56176354 10.21799511 10.06260237 10.74653509 10.78502872 10.59041858 10.6205034 10.58499966 11.09785331 10.34712328 10.64139478 10.77990609 11.32378932 11.29012566 11.37143198 10.78733458 11.42267205 10.52151797 10.44575988 10.60372194 11.23571328 11.34721834 +LQ04X019020 Putative Probable importin-7 homolog 11.81698379 11.97261601 11.92451535 11.5228235 11.59589174 12.05668369 11.8423958 11.88009009 11.88847947 12.02168085 12.1247062 11.862376 11.93357851 12.11277529 11.79124455 11.94007924 12.16906354 11.84551306 11.91649636 12.15271653 11.9751688 11.81021021 11.97047045 12.10256075 12.11507034 11.88612761 12.11770378 12.27562574 12.02238554 11.87576343 12.02853549 12.35030604 +LQ04X019050 Putative Signal peptide peptidase-like 2B 11.98531482 11.86354627 12.50887264 12.56112468 12.85589986 12.2044136 12.00343746 11.78666072 12.12464979 12.03738504 12.36309212 12.51827418 12.98453474 12.16551924 12.12994614 11.85842654 12.08304864 12.34218999 11.10770579 11.958896 12.49519002 12.72288753 11.71521256 12.13103338 12.22702872 12.33594089 10.99785219 12.52523402 12.74177499 12.80304535 11.68692997 12.30007622 +LQ04X019060 Predicted protein 10.14584121 9.523721777 10.42563282 10.20460394 10.17201868 9.880869288 9.668349127 9.942113137 10.0207371 9.218736789 10.09068136 10.1533899 10.18181909 9.881697978 9.757384578 9.755363886 9.90009769 10.41804936 10.35311911 10.09293247 10.03875426 10.4951805 9.915115031 10.1567756 10.15091417 10.49518452 10.41957634 10.37687722 10.64977898 10.63437469 9.935898352 10.33840644 +LQ04X019070 Putative uncharacterized protein 5.068418081 4.763450527 4.798662935 4.84386687 5.020193161 4.988030497 4.761226355 4.716872199 5.060149963 5.214511899 5.212941071 4.744213924 5.227316878 4.719875988 5.22808425 4.767233433 4.635625997 5.179795247 5.156468021 5.00358013 5.484788667 4.742143719 4.943415963 5.386171423 4.747709063 4.810639928 5.174802018 5.076863511 5.064890529 4.969171855 5.19031951 4.892182392 +LQ04X019080 Putative uncharacterized protein 5.539648862 4.848858827 6.036025314 5.735399728 5.468425135 5.291993871 5.953922346 5.686625923 5.440649804 5.478065863 5.842477147 5.847160932 5.468305024 5.285165889 5.636931398 5.864963337 5.214573318 5.398263194 5.120489699 5.719083331 5.744838587 5.658093657 6.773343279 5.810756309 5.538789515 5.246606191 5.159907135 5.451356874 5.418812625 5.713480326 6.157757517 5.995794128 +LQ04X019100 Predicted protein 5.745690006 6.265857192 6.20634006 6.3452869 6.048478175 6.313517113 6.620862428 5.839364567 5.749980005 6.159719444 6.336945485 6.375700891 6.171440034 6.527713568 6.83115489 6.192261943 5.895360478 6.073387764 6.290391991 5.833173688 5.954541175 5.911837201 5.648127847 6.030884619 6.120574587 5.855095959 6.588093884 5.695431086 5.909600861 5.782708404 5.792204981 5.407468776 +LQ04X019120 Probable serine/threonine-protein kinase GCN2 4.883756724 4.575166879 4.701729528 4.632333884 4.73231926 5.029192545 4.660674663 4.481529689 4.779922873 4.430708255 4.912183457 4.645592542 4.812578042 4.936176322 4.614250042 4.774058981 5.136728352 4.86525281 4.964436222 4.982304413 5.248719183 4.595267255 4.923003771 5.231846584 4.618045604 4.974446231 5.103454709 4.867057903 4.989881796 4.767310062 4.923545662 4.95440374 +LQ04X019130 Serine/threonine-protein kinase-like protein ACR4 12.13993497 11.96724299 11.62370922 10.82193962 11.69156734 10.68205247 10.35200669 10.68286858 12.10562348 11.89874815 11.69011638 10.93845098 11.44782155 11.25721939 10.66432641 11.02756162 11.82582939 12.0218104 12.07399301 11.63671274 12.20505525 11.86904332 10.29861358 10.41198612 11.99946637 12.13069221 12.32424583 11.22816164 11.56428304 10.97197474 10.56604985 10.68781309 +LQ04X019150 Putative uncharacterized protein 9.118100754 8.751138976 9.131288121 9.641328449 9.438134056 10.25113197 10.24199154 10.44916944 8.455612777 8.729406101 8.621953275 9.338445304 8.937197241 9.794563325 9.885208428 9.948285456 9.214515653 9.713525751 9.890912558 8.514354505 8.159515904 9.538400336 9.192521503 9.840311471 9.199101801 9.62511245 9.771650044 8.797210145 8.273853519 9.956930861 9.801612154 10.06150955 +LQ04X019170 Calmodulin-like protein 5 12.93193131 13.89817277 11.45115359 9.379583059 11.11781858 9.483863724 9.709105283 10.48621909 13.08072237 13.36423245 12.69622936 9.830821995 11.14302399 9.772635262 9.794831676 10.43582729 11.89550403 12.41769043 13.73916816 12.28790676 11.99868962 12.58087396 9.982109919 10.83227765 12.29271703 13.5713891 14.31959732 10.66301562 12.32073281 10.36005838 10.1491995 11.24031061 +LQ04X019220 Putative uncharacterized protein 7.322686132 7.229976029 7.209118257 5.875133436 7.507273152 5.420455295 5.69778769 5.576972461 7.957558733 7.234166744 7.956504073 6.077915823 7.751830436 5.199653416 4.970822691 5.941381341 7.13377646 8.05834815 8.006687779 7.07144746 7.724002961 6.879425644 7.281815165 7.500986575 7.393771026 8.161423291 8.371310188 7.347937449 7.916219504 6.973401287 7.737263893 6.049792198 +LQ04X019310 Probable O-sialoglycoprotein endopeptidase 5.051668707 4.891020795 4.930500629 5.000086523 4.571023883 4.644114992 4.576647591 4.525889151 4.907589498 4.612093526 5.007269902 4.721098771 4.951030245 4.465573152 4.72370551 4.564601845 5.047281024 4.838024187 5.259009239 4.985836516 5.190447149 4.468241445 5.01686878 5.231605589 4.754415936 5.172577137 5.407473636 5.068920742 5.022678315 4.88879259 5.387721151 4.808747775 +LQ04X019320 Defensin-like protein 6 5.85249411 5.652553843 6.46655678 5.600410686 5.266630197 5.775572928 5.491138847 6.029987945 5.403582303 5.534866706 5.855961331 5.586056257 5.54850109 5.862294176 4.951742225 5.710864843 5.796147945 5.72481716 5.968282034 5.736871348 5.281150778 5.624235109 5.772260467 6.549616031 5.875993692 5.744829893 5.8460518 6.429846568 5.60809377 5.506823723 5.568304664 5.343211006 +LQ04X019340 Putative uncharacterized protein 5.599688367 5.574732576 5.53912473 5.301385947 5.943225953 4.93929876 5.144909472 5.419718469 6.108224676 5.652160738 5.047062355 5.961706494 5.440337082 5.170689202 5.860197301 5.41072745 5.86739166 5.407928314 5.55878455 5.659481127 5.722823881 6.051972068 5.663747936 5.413099675 5.688689266 5.877215402 5.573862765 5.381785275 6.033203071 6.041786111 5.140501897 5.858769375 +LQ04X019350 Probable fructokinase-4 13.8718383 14.30830483 13.69219084 13.52406178 13.88541347 11.75643277 12.12255874 12.73218646 14.30893477 14.08226483 14.20860964 14.08141678 14.14454185 12.0675976 12.22994534 12.54595715 13.39717146 13.02691328 14.11813684 13.53333401 13.45654077 14.23629005 12.48955986 12.97803889 14.35866023 14.2252174 14.49620156 13.60914324 14.09713035 13.59571395 12.89446564 13.16300869 +LQ04X019370 Protein YIF1A, putative 6.109541323 5.673481832 5.984053125 6.01601212 6.288801259 5.967640976 5.743406531 5.857399351 6.105129853 5.326902945 5.359992284 6.17203307 6.786095406 5.786981219 5.74997184 6.108503792 5.87524166 7.109877851 6.537092319 5.623701267 5.821453893 5.744085903 5.663083964 5.137785425 5.877470934 6.49123878 5.703470538 5.77748768 6.245938208 5.884484591 5.621890499 4.878759594 +LQ04X019390 Salt tolerance-like protein 14.39856911 14.16604971 14.69185746 14.94471247 14.77384805 14.93087084 15.07054235 15.28892884 14.44044512 13.78821205 14.62172963 14.86342424 14.5828797 15.17450904 15.1612491 15.07543124 13.77358813 14.45932843 13.28612861 14.59517499 14.28263354 14.22737404 14.59234243 15.07509615 13.64522779 14.36908423 13.30889758 14.79080131 14.54473357 14.62439198 14.856748 14.91813993 +LQ04X019410 Acetolactate synthase 2, chloroplastic 4.997289204 4.887696154 4.983765358 5.016014211 5.018538988 4.725159897 4.744580312 4.808865467 5.257792851 5.297811104 5.181160919 4.942660704 4.801533055 4.656694183 4.754519317 4.739088419 4.758987931 4.724446174 5.442444113 5.04358747 5.201054252 5.033165123 4.880664892 5.022607819 4.809644114 4.999340825 5.876171286 5.061365899 4.99588673 4.780288591 5.314954123 5.240159372 +LQ04X019470 Predicted protein 10.83785286 10.90519151 11.00093867 11.28568197 11.06858048 10.82257584 10.81817637 10.86942027 11.17482543 10.8726543 11.49543495 11.25045533 11.38374685 10.88335387 10.88540059 10.80464093 10.97243052 11.18059859 10.44545173 10.04905637 10.10162273 10.63233571 10.07523041 10.44469549 10.87948381 11.20928798 10.11722116 10.37441825 11.12436624 10.89204777 9.746778326 10.40376295 +LQ04X019480 Lipid binding protein, putative 10.19407685 10.56080242 10.20494573 10.40051471 10.46937949 10.47241314 10.71719474 10.9190171 10.30467252 10.55506001 10.35949476 10.15318927 10.55682693 10.45745745 10.63851219 10.48344568 10.14370863 10.28237825 9.995286272 10.33691291 10.34923492 10.33714974 10.69353682 11.11423111 9.824102181 9.935489226 9.989248475 10.22875284 10.56351889 10.78585593 11.00414017 11.32280062 +LQ04X019510 Putative Stamen-specific protein FIL1 12.95508267 13.52029385 10.94316314 9.340181778 11.11062506 5.99107458 5.662505116 7.458718597 12.98919608 12.94797077 11.78622447 8.74752973 10.67384805 5.929158613 5.534258506 7.956362254 12.56109526 13.06302148 13.57501704 12.85691323 12.2038685 12.43622918 6.249957917 8.639623112 13.63369579 13.37505128 14.08799729 11.50130901 10.91823691 9.752198183 6.504675538 6.767035404 +LQ04X019520 Probable transcription factor PosF21 10.6830176 11.25259241 10.91250123 10.65266804 11.48864674 10.83425942 10.9347374 11.49213815 10.92885476 11.25374933 11.07775992 10.97224847 11.14240563 10.74305445 11.21084251 11.16634018 11.19575073 10.98634535 11.33633938 11.10787805 11.37640535 11.74229273 11.38618426 11.81488305 11.38229911 11.10534458 11.36980506 11.33745636 11.51940891 11.56284793 11.24772749 11.70603367 +LQ04X019530 F-box protein SKIP16 13.22056278 12.57345138 12.854927 12.91994468 12.46441415 13.25399622 12.98247218 12.67003541 12.95712462 12.50061419 12.6003921 12.65994492 12.39151653 13.11465315 12.91311091 12.73457284 13.41917879 13.40706934 13.56085466 12.73545103 12.48416385 12.87302095 12.6335078 12.6670695 13.17291318 13.06671875 13.45403515 12.68796901 12.53338575 12.58069062 12.61087404 12.67409269 +LQ04X019540 Putative Conserved oligomeric Golgi complex subunit 5 5.09840031 4.935916787 5.195311059 5.300362782 5.597785406 4.987575111 5.166576839 5.470074622 4.963194826 5.115950838 5.369227746 5.230853643 5.087401412 5.021270114 5.598290043 5.001387365 5.114546815 5.034557997 5.470666208 5.951556692 5.4689754 4.993300912 5.219858037 5.453183804 5.175677361 5.097696538 5.400034188 4.96828817 5.719579985 5.056325884 5.299018614 5.361489857 +LQ04X019550 Putative Flowering time control protein FPA 12.17906305 12.07842827 11.90370411 11.50705939 11.78785992 12.50545931 12.3029349 12.07331888 12.42016761 12.50458954 12.05631666 12.00902245 12.2870799 12.32880226 12.15437426 12.24415635 11.99459832 12.29245367 12.43159428 12.21962274 11.8576847 11.87595455 12.5280865 12.1014694 12.35489909 12.3345595 12.73348819 12.03634438 11.73075273 11.61192292 12.47719998 11.91209256 +LQ04X019570 Cysteinyl-tRNA synthetase 9.235021421 9.174520249 9.679588809 9.045755825 8.612864542 9.255199996 9.285781014 8.581201581 9.390987716 9.159746011 9.605563847 8.964155205 9.046061336 9.334369719 9.023646314 8.400604484 8.556374468 9.212161116 9.342112371 9.514875531 9.739452744 8.872252557 10.659891 10.29374637 8.960233346 9.550554187 10.23264567 9.040200066 9.774292861 9.234083171 10.54906501 10.44452118 +LQ04X019650 Probable hydroxyacylglutathione hydrolase 2, chloroplast 6.147404042 6.839409872 6.246113381 6.4111351 6.26987823 7.121036854 6.532120251 6.795021215 5.989354824 6.060693367 6.723926886 6.365065414 6.8014337 7.533239215 6.165447522 6.856618965 6.207223092 6.437016293 5.803561376 6.439546048 6.229257193 6.026906781 6.548729841 6.46527924 6.225647613 6.088898658 5.878394277 5.953633778 5.958270547 5.683109453 6.550583771 5.528302654 +LQ04X019660 Calreticulin-3 14.18666811 14.17168508 13.77433249 14.06069084 13.57296649 13.54665928 13.46768221 12.67885343 14.11486705 13.85264736 13.94157754 13.76426718 13.71219142 13.31621249 13.38623365 12.6969363 13.86407299 13.7447313 13.82654634 13.71688015 13.52683963 13.74176736 13.35501932 12.57240741 13.95856999 13.79428443 13.46665453 13.60079653 13.72708162 13.47271528 13.2128361 12.42698632 +LQ04X019670 Predicted protein 11.4592233 11.72070853 11.83926997 11.83190778 12.06202787 12.12168059 11.79616528 12.177601 11.35453981 11.56643349 11.65915695 11.86913792 11.69570549 12.23701396 12.12992132 12.20302255 12.24591866 12.14894829 12.15809607 11.93809909 11.7575721 12.06707319 12.1378758 11.9703139 12.08538035 11.62208773 11.93285901 12.02987697 12.11701835 12.49877125 12.15912642 12.19940228 +LQ04X019680 Protein TRIGALACTOSYLDIACYLGLYCEROL 2, chloroplastic 5.935422271 6.119107162 6.058270556 6.222112329 5.665154848 6.491288073 6.50852647 5.896338069 6.191378514 7.142363311 6.17844312 6.131205455 6.355488949 5.90273245 7.158455956 6.093666281 5.456537325 5.847755547 5.366511461 6.499596641 6.343925838 5.85174743 7.12569072 5.737498877 5.655979621 5.586303624 5.469574718 6.902627754 5.505922971 5.674885126 6.324483635 5.781106959 +LQ04X019690 60S ribosomal protein L38 15.09581789 14.31591724 14.68364262 14.41885503 14.64036657 14.14825893 14.01647779 13.82142879 15.02126438 15.41055441 15.20600672 14.90378824 15.0271917 14.11885458 14.40924338 13.95247008 15.1617489 14.69890094 14.82877774 14.93240383 14.95539542 14.81566272 14.17781108 14.65303401 14.73404554 15.2811104 15.15179598 14.76390341 14.17857361 14.58796558 14.18800113 14.66587184 +LQ04X019740 Protein SHORT-ROOT 8.052144884 9.387946615 7.414618405 6.783018445 7.311697112 7.314584361 6.532949622 7.795658129 8.101747421 9.099426423 8.275423837 6.620990295 8.377489698 7.701235831 6.327260416 8.551736071 8.405550726 8.300027235 8.027543125 8.795429541 8.461295992 8.253515461 8.518197978 9.173429873 8.552033095 8.359822416 9.863674475 8.865485318 9.182207089 7.996598353 7.904974234 9.301876595 +LQ04X019750 Predicted protein 10.3920891 11.07368575 10.73426797 10.28050497 11.15338394 9.655263597 10.06647111 10.85939989 10.73022585 11.14505297 11.17512712 10.60132784 11.42850887 10.01504452 10.40614537 11.11762403 11.72610258 11.80694234 12.27479098 11.43020465 11.56151116 11.99787058 11.86018945 11.85133462 11.50687239 11.58524794 12.35520042 11.77421336 11.26418939 11.84181169 11.55304679 11.60897195 +LQ04X019760 Putative uncharacterized protein 8.797609082 8.880845641 8.5299228 8.759131156 7.937248831 10.37570412 10.51564042 10.59301559 9.251402504 8.814991272 8.637737607 9.095911999 8.169556374 10.66981904 10.43232499 11.00015988 10.07550427 9.64845464 9.823467822 8.119881895 7.593601939 8.802854329 10.73377279 11.08181686 9.489684005 9.294268264 9.645501111 8.546076241 8.248713142 9.361300382 10.86703395 11.11325424 +LQ04X019790 Predicted protein 6.550387484 7.081388364 6.607529192 8.114017617 7.312783303 9.190084055 9.327950482 9.244491758 6.687262504 6.420565451 6.995410481 8.152639423 7.05886836 9.318144739 9.0384858 9.103860496 7.051194154 6.078260474 6.082396437 5.87260276 5.433566415 6.909383869 5.566499104 6.893393524 6.618532652 6.553450766 6.169413447 5.67674619 5.865110669 7.362194108 6.481514047 6.247310373 +LQ04X019800 Putative Protein of unknown function DUF3755 4.940149028 5.171451438 4.830589401 4.723997639 4.860727369 4.826170002 4.695536802 4.55881755 4.933519165 5.185511042 4.750024454 4.713197626 4.905775561 4.907415203 4.867552972 4.56123247 5.657821764 4.879887584 5.101714896 5.075905697 5.091423558 4.612472063 4.924534617 5.710554016 4.818540401 5.286891894 6.119379133 5.308592913 4.655617925 5.192087837 5.555007404 5.021508225 +LQ04X019830 Predicted protein 11.17817651 11.32079782 10.59095038 11.34717612 11.09193124 11.80168329 12.12661006 11.92161501 11.48109238 10.98909346 10.90050641 11.22648411 11.2472304 11.89022728 12.03592545 12.17882164 12.1084583 11.88180853 11.92945572 11.27843826 11.44065191 11.83323405 12.20564506 11.84825788 12.03597453 11.60506387 12.00399278 11.65541583 11.18883647 11.88925242 11.87528167 11.80645812 +LQ04X019850 Putative uncharacterized protein 9.010003435 8.427684551 8.755497545 9.37511191 8.582300076 7.943265972 8.671347127 8.338798335 9.094899497 9.766337716 8.609501752 9.346970001 8.437794585 7.381653713 8.68302246 8.0071215 8.007874489 7.758241285 8.367219545 8.291693095 7.556508802 8.370444926 7.003501865 7.332444462 8.904755917 8.54913787 8.496853602 8.714378033 8.186027001 8.677911365 7.818243222 8.379743686 +LQ04X019860 Putative DELLA protein GAI 5.306998694 5.727231797 5.249581916 5.905597161 5.907337608 5.384044824 5.775118809 5.241566448 5.437062794 5.525436423 5.603276829 5.551160601 5.591837859 5.54636007 6.00165976 5.463995131 5.678815013 5.543624186 5.399375988 5.412849698 6.038332279 5.733873249 4.999867501 5.894370309 5.611098504 5.886885147 5.313027068 5.149043503 5.453873553 5.544715682 5.118610085 5.303458397 +LQ04X019870 Putative Predicted protein 9.292921863 8.569189938 10.39767615 10.49939735 10.78601881 10.77898287 10.70965438 10.23665201 9.245032201 8.534335983 9.638711446 9.953465258 10.59125892 10.33073023 10.79967852 10.61756957 8.44649024 7.377298614 7.913553186 8.223945304 7.302218249 9.742586491 9.369351071 9.995724936 8.163400333 7.7646591 7.610495544 8.744539959 8.726812612 10.24568037 10.16280916 10.47317066 +LQ04X019941 Putative uncharacterized protein 5.250134281 4.962264759 5.434380613 5.366875476 4.878303809 5.289897196 5.251638687 5.154979737 5.250134394 4.999029375 5.408524198 5.18325464 4.973917593 5.255549629 5.040083261 5.270127652 5.334631824 5.084869529 4.718132774 4.931386325 5.036007413 4.760064363 5.196256497 5.217293286 4.987054904 5.479507121 5.438307116 5.099044224 4.946161242 4.916092945 5.015252377 5.13352511 +LQ04X019980 Phytoene dehydrogenase, chloroplastic/chromoplastic 10.27352763 9.492784573 10.57747684 10.79194466 10.02035893 11.20420536 10.96610592 11.07622652 9.732155808 9.466518509 9.965544553 10.20575305 9.851639029 11.11904834 11.01777808 10.35163635 9.381028973 9.743426723 9.741764697 9.514839773 9.533654625 10.1082432 10.77178123 10.87525807 9.628086319 9.653939725 10.09394932 9.521603097 10.20934448 10.42755906 10.99689132 10.58947238 +LQ04X019990 DNA topoisomerase 3-beta-1 9.917058821 10.75828839 10.197769 9.801289438 10.12026558 10.99551878 10.86681811 11.04861745 10.19461032 10.76836419 10.13716089 9.815456059 10.12481674 11.04690196 10.64511964 10.89525942 10.97006534 10.88100607 11.23826396 10.3978712 10.5026665 10.25254239 10.85911523 11.38629285 10.69654528 10.77865872 11.39113013 10.51755622 10.66313443 10.52704295 11.43377661 11.29759947 +LQ04X020000 Protein BCCIP homolog 5.304110155 5.393151133 5.6113452 5.211925525 5.249355674 5.338906176 5.188159041 5.38204335 5.363483995 6.067345549 5.359859955 5.186376996 5.057501688 5.379484847 5.715831778 5.438610514 5.113403962 5.117950997 5.546584569 5.470660001 5.186512308 5.010608899 5.820558844 5.63915434 5.250204945 5.133352874 5.469827786 5.741303256 5.463842433 5.262872917 5.329390403 5.32008487 +LQ04X020010 Putative Transcription factor bHLH62 11.29502102 10.62258245 12.02802388 12.04393131 11.95328761 10.80921741 10.79331557 10.24313312 11.52045803 10.72698118 11.89379923 11.872914 12.22578247 10.57333111 11.0452465 10.73499645 11.00638048 11.17327582 11.02080344 12.08181803 11.73298117 11.87578339 10.90597331 10.75176084 11.01876265 11.61448008 10.89928705 12.37613837 12.3091898 12.06813561 10.46577794 10.7653966 +LQ04X020030 Putative Cysteine proteinase inhibitor 2 6.696222796 7.057611616 5.072045851 7.453801573 6.089044391 6.687807029 5.874129023 7.02829185 6.638874271 7.944911659 5.65754751 6.593412864 5.857964861 6.056430453 6.043950697 7.501722184 8.360685715 6.756710353 7.323947633 5.689968437 5.343040009 7.270120398 6.995641959 6.202133039 7.660467675 6.715539566 6.242015657 7.53027832 5.583818187 7.075907897 6.360194521 5.611463579 +LQ04X020040 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 11.47013428 11.86358156 11.81953021 11.50425715 11.41767836 11.86468357 11.59867167 11.55056658 11.26934977 11.40175006 11.57424529 11.22617888 11.47079491 11.65755617 11.45016596 11.65671244 11.44078085 11.34506326 10.88518369 11.5761799 11.88256268 11.35078193 12.22091978 12.37367415 11.2542838 11.4201193 11.46347929 11.49575068 11.9440578 11.71524687 12.39912761 12.38667743 +LQ04X020050 70 kDa peptidyl-prolyl isomerase 6.4299452 5.618213687 5.744597713 6.740333352 5.243962577 6.2835902 6.601100306 5.31594605 5.855277351 7.488245189 5.508843364 5.914985289 5.415358717 5.495136641 6.302358216 5.433139175 5.878097606 5.643535776 6.041404164 6.587226658 5.409182773 5.54298348 5.519826198 5.338508196 5.874301881 5.429280239 5.755334201 6.1120532 5.677541778 5.436721648 5.268857432 5.172625115 +LQ04X020060 Putative Protein transport protein SEC23 11.08172853 11.16093932 10.78779103 10.89685691 11.05927706 10.60262421 10.43230156 10.58051903 11.17384297 10.74941856 10.9906387 10.95326997 11.05686289 10.52890024 10.51813076 10.51142309 10.68377848 10.83176061 10.96048766 10.82982983 10.57691421 10.97708336 10.09177549 10.95414748 10.97445513 11.37325197 10.97515042 11.15343291 11.31650946 11.03159848 10.53248219 11.21033625 +LQ04X020090 Putative Reticuline oxidase-like protein 5.180494307 5.531380669 4.81516256 4.876160908 4.928161073 5.178549957 5.063375858 4.868707485 5.031039725 5.447835356 5.220713145 5.09731461 4.790148323 4.81549784 4.970461899 5.026131785 5.395962405 5.170714692 5.978038198 5.20166478 5.363936985 4.988264166 5.189055461 5.355436075 5.057799375 5.096062256 5.592626395 5.22714911 5.080846486 5.051657606 5.386708145 5.289968522 +LQ04X020160 Putative uncharacterized protein 10.48374581 10.70971822 10.12641521 11.0071372 10.74825998 10.06049668 10.03532726 10.68877609 10.32350998 9.963682911 10.11225833 10.84265773 10.51216788 10.27197369 10.21125314 10.58450532 10.256151 10.25473467 9.214217445 10.07710251 10.21253138 11.07617669 9.232474491 10.19851957 10.47067493 10.45456363 9.781402759 10.41384403 10.70669479 10.71338202 9.780566186 10.40180702 +LQ04X020190 Hypothetical protein 4.886241397 4.859121834 5.11427561 5.189546783 5.106762368 4.718059039 4.959475616 5.049178165 4.828748692 4.987530146 4.842823216 5.438564064 5.188219733 4.975306158 5.087270775 5.396155334 4.766621891 4.834586234 5.171438778 4.791438896 5.298600635 4.847834028 5.975066228 5.293928423 4.773797735 5.207617855 5.09549989 5.107921279 5.262725295 4.944838959 5.082009932 4.977190089 +LQ04X020200 Brassinosteroid-regulated protein BRU1 14.23025291 14.21716011 14.39857066 13.66106297 14.83103705 11.7118775 12.06892529 11.60574379 14.759987 14.21791158 14.41029884 13.682768 14.79653054 11.79413429 12.70075821 12.64909303 15.18189437 15.18178815 14.72423027 15.01277585 14.47554411 15.04350921 12.58041992 12.72053925 14.17517292 14.45528723 13.18994428 13.23932343 14.40329238 13.2204868 12.36111245 13.01799989 +LQ04X020220 Hypothetical protein 5.344789026 5.373493674 6.364882077 6.80469207 5.740033792 6.386183427 6.312881782 6.028183973 5.249840313 4.813778155 5.611451639 6.871922972 6.597951068 6.096303575 6.541272266 6.424102226 5.595848555 5.563789852 5.636784969 6.220077646 6.159197912 5.224881764 5.920265622 6.593603647 5.768064082 5.222539651 5.479068171 6.188651226 5.193732766 6.65774503 6.52244107 5.82353947 +LQ04X020260 Predicted protein 5.856658912 5.727746276 5.734521732 5.407793434 5.793569285 5.203330229 5.531362515 5.137997115 5.613895666 5.484815447 5.771156304 5.471440075 6.168856411 5.227493478 5.02817789 5.50385764 5.78114123 5.636613713 5.839640048 5.902670951 5.64376552 5.850271776 5.700354236 5.305733486 5.694635218 6.064431139 5.502620009 6.683844091 5.331085369 5.87414861 6.392183495 5.791458054 +LQ04X020270 Indole-3-acetate beta-glucosyltransferase 2 9.499134818 7.264228192 10.41743969 10.51573323 8.300462002 11.86624842 10.89504824 8.686219322 8.487267251 6.477632976 10.12565329 11.00098549 9.829942237 11.14341696 10.643172 8.193322579 11.14999195 10.08920606 7.242214816 10.59628111 10.38329153 8.424929259 10.04176473 7.798184183 8.39180355 8.473856341 6.016141936 10.70218222 10.06090757 8.479121824 9.487903838 7.785659217 +LQ04X020290 Probable receptor protein kinase TMK1 12.10502989 12.20208538 12.05660221 11.39724704 11.9564372 11.02271069 10.91333756 11.07682866 12.37964544 12.31257242 12.28837836 11.68283227 12.52540363 10.91999928 11.00632697 11.24568282 12.00310689 12.08781423 12.51993007 12.04350009 12.1891993 12.60289752 12.03129918 11.84193754 12.46473249 12.66522372 12.74607557 12.39533109 12.87007472 11.85080735 11.8278061 11.99096526 +LQ04X020320 Putative Long-chain-fatty-acid--CoA ligase 1 5.358920364 5.184169263 5.463080387 5.347493835 5.20743787 5.445467052 5.393427475 6.299242786 5.369350191 5.311967001 5.082764161 5.431604465 5.936477281 4.943095302 5.342051779 5.451317367 5.428802778 5.362193728 5.1399007 4.97157319 5.668778709 5.200185227 5.323762577 5.89926539 5.374498294 5.525458686 5.016906654 5.08253874 5.731934791 5.619317011 5.735190312 6.11224541 +LQ04X020340 Putative selenium-binding protein 12.9826356 13.33327198 13.18715195 12.85273084 13.16732358 14.63450809 14.5490918 14.34165339 12.83520016 12.73200692 13.10009544 12.90792445 12.99119711 14.11588629 13.98221353 14.23978938 13.19317647 13.74844781 12.93575562 13.33479307 13.1991166 12.98021727 14.4776759 14.17036495 12.24003346 12.75300005 12.77628237 12.83823919 12.93358731 13.01999413 14.18094021 14.13028019 +LQ04X020450 RALFL33, putative 13.41602032 13.0366588 13.51863232 14.18919918 13.33897632 12.84802786 12.58029408 12.47561057 13.46858316 13.39209563 13.48676995 14.05827625 13.73923912 12.86686321 12.95721361 12.83754076 12.68997702 12.63096416 12.60431556 12.79478286 13.43746174 13.20043299 12.29064991 11.81928441 13.1696905 13.01791187 12.56394579 13.6386082 12.70396899 13.59202171 11.8909435 11.42282528 +LQ04X020460 Adenosylhomocysteinase 5.626158739 5.584972083 6.081944108 5.831186707 6.05545208 5.39503507 5.334428536 5.802862361 6.084946568 6.474961281 6.336847083 5.718414587 5.70197227 5.875696003 5.724415421 5.479432462 5.727678696 5.630785341 5.225038058 5.951088975 5.60165607 5.960257681 5.371807668 5.785779745 5.966343834 5.956484808 4.938987677 5.756963322 6.177624642 6.007326175 5.594068795 5.444699902 +LQ04X020470 Serine hydroxymethyltransferase 1 13.71598469 13.78927483 13.88993416 13.73736907 13.80597559 12.19137715 11.98124934 11.6524756 13.61891856 14.01393832 13.58948958 13.94818216 13.55092132 12.15143242 12.18034737 12.00049296 12.98716231 13.07947374 13.51689279 13.86368902 13.7740624 13.97068575 12.54890994 12.51565997 13.95461536 13.64385201 13.96804117 13.90955805 14.07590447 14.72470417 12.57543779 12.46562855 +LQ04X020480 DNA repair protein RAD50 4.954625774 4.901181254 5.003702275 4.605316945 5.093579621 4.724035409 4.976420835 4.865281449 4.8569182 4.959027241 5.129767676 4.93635709 4.458992523 4.629776706 4.648956046 4.899688002 4.90046066 4.694898816 4.902984694 4.978787989 5.321482778 4.79877011 5.974365896 5.1789377 4.61569087 4.88855517 4.726693426 5.113886942 5.203029207 4.862495296 5.152507371 4.869023106 +LQ04X020490 60S ribosomal protein L6, mitochondrial 6.082949506 6.125139519 5.655508351 5.713612007 5.193539823 5.28222679 5.589960112 4.933961227 6.138038529 7.845704788 5.653193196 5.650768403 5.991636547 5.087131332 5.698502783 5.608037884 5.373191762 5.732679435 6.232455318 5.757419434 5.856204483 5.443534554 5.812023499 4.894749886 5.853308443 5.660754482 6.15327967 5.607074527 6.113906902 5.126693808 5.460489498 5.153733997 +LQ04X020510 UDP-glucuronate 4-epimerase 6 13.15454136 12.47556305 13.73507655 13.98544881 14.10605855 12.57064218 12.66162899 13.33746122 13.08212086 12.60515075 14.10691477 14.29070427 14.07751264 12.73072899 13.2072124 13.49527173 13.00051521 12.53781007 12.42298954 12.57494879 12.91199198 13.67644381 11.15329304 11.85209355 12.61814977 12.33756487 11.81055704 13.67200192 13.23580929 13.41479101 11.01976836 11.60942014 +LQ04X020520 Probable methylenetetrahydrofolate reductase 12.76213724 12.14957207 12.42210567 12.1202068 12.61630928 10.41488241 10.00654787 9.738971702 12.42250173 11.80952359 12.14815614 12.06706839 12.15270144 10.19507917 9.980723924 9.596701873 12.24589385 12.1792594 12.8364468 12.55012874 12.93428145 12.70082705 11.41023052 11.56608852 12.60581432 12.8881635 13.18637114 12.61847997 13.43083136 13.24486413 10.87454148 11.82240377 +LQ04X020530 Glycine-rich RNA-binding protein 2, mitochondrial 13.58556525 13.83835566 12.92141045 12.85716903 13.78645014 12.87273362 13.22736554 13.93787913 14.10380281 14.69916586 13.76488473 13.59423488 14.03688504 13.38171244 13.70501824 14.39157093 13.81675104 13.13406907 13.81936326 12.91931641 12.58193882 13.94118071 13.80652104 13.68808655 14.08383243 13.75136549 14.07884679 13.01405966 12.58703121 14.16530278 13.81454205 13.8944351 +LQ04X020540 Predicted protein 9.181500057 9.126995416 8.671734272 9.190404244 9.255576228 10.55845449 10.46530588 10.46714628 8.820910876 8.912983727 8.53668744 8.917622232 8.977426883 10.01020482 10.61889419 10.10203463 9.47532032 10.16097203 9.312729347 9.306354632 9.16562789 9.283681911 9.967733449 9.562619872 9.015205459 9.833528713 9.290573851 9.256449374 9.414999578 9.588607525 10.07227401 9.362575062 +LQ04X020570 Chaperone protein dnaJ 20, chloroplastic 14.28664951 14.32468923 14.48573884 14.57626568 14.79837578 14.74272793 15.05388352 15.27877765 14.22875281 14.23111118 14.39110622 14.33186386 14.46775786 15.11930653 15.15355063 15.12163831 14.48658136 14.47154464 13.96133575 14.29142257 14.62657387 14.5031319 15.10454568 15.10158465 14.07547616 14.0531638 13.83457319 14.52588833 14.14098014 14.95113646 15.1827274 14.96773431 +LQ04X020680 Putative F-box protein At4g12560 10.38508998 10.47183663 10.52068053 10.35766761 10.36689421 10.34991015 10.92821576 10.62333968 10.30031967 10.35943433 10.51935645 10.37568148 10.51165557 10.53400106 10.9657141 10.62634442 11.15815889 11.20840785 10.67128787 10.77013626 10.99314806 10.56328046 11.05046764 11.50245979 10.59711345 10.69931883 10.64459569 10.86594992 10.89624919 10.67333463 10.70495867 11.60246495 +LQ04X020730 Predicted protein 9.636886835 10.38662781 9.630508956 9.904164245 9.151621255 9.827885902 9.827147081 9.719868217 10.0632262 10.49707181 9.762712506 9.725312393 9.534292944 9.947478761 10.05101147 9.734647508 9.522468336 9.19483812 9.716369908 9.92510273 9.590895886 10.04758027 10.36832308 10.75946469 10.14757702 10.04874406 10.0456895 10.28385683 10.09354774 10.36783386 10.27874091 10.66199735 +LQ04X020740 Beta-galactosidase 9 9.192409424 9.034707618 9.933279377 10.31993803 10.42978359 10.43182115 10.21125838 10.37549201 9.259201151 8.311737903 9.726175392 10.18393504 10.14464178 10.41677659 10.37660223 10.44227013 10.09761038 10.80208176 9.928241718 10.27844199 10.31801317 10.81030431 11.14795059 11.44129519 9.6862208 10.50133232 10.29441302 10.54142672 10.53802707 11.79646896 10.96481792 11.2596666 +LQ04X020790 Probable methionyl-tRNA synthetase 12.68227125 12.60830138 12.1060932 12.06249924 12.40346354 12.8140777 12.26428523 12.0355753 12.66254701 12.42150091 12.23561565 12.11051743 12.12566015 12.68575385 12.39079475 11.94578279 12.70080634 12.40136951 12.27574518 11.88888387 12.16117994 11.92114131 12.14883135 12.139168 12.72794112 12.76759911 12.58154525 11.91155792 12.64229134 12.20963141 12.24262223 12.04170259 +LQ04X020800 Putative Alkaline ceramidase 3 5.000635501 5.059094799 4.546923161 5.11170188 4.641076565 4.728545298 4.796659309 4.824490041 4.979614843 4.898873157 4.834546665 5.097725485 5.114056331 4.928529801 4.868836113 4.851521722 4.644144434 4.862192045 5.270797813 4.786944971 5.108089085 5.263074955 4.901098394 4.970012791 5.009734715 5.02016251 5.209042966 4.979191863 5.174017425 4.649995198 5.058219263 4.736438632 +LQ04X020810 Predicted protein 6.708363683 5.615767537 6.261347801 5.481778811 6.108878728 5.529538048 5.525191393 5.745531323 6.352348123 6.366794102 5.818326255 5.775948604 6.387182896 5.405224313 5.86813493 6.326906124 5.913096158 6.640570259 6.552708503 6.382633528 6.437849604 5.994557595 6.212612391 5.318456259 6.259331138 7.140370635 7.234181743 6.45748274 6.349850697 6.422536254 6.076438868 5.681512057 +LQ04X020820 Predicted protein 5.61260129 5.410434818 5.450226913 5.546370942 5.567637843 5.345089096 5.793399371 5.625938706 5.297644914 5.506871661 5.251380328 5.79147886 5.487035166 5.230180566 5.673849705 5.589479819 5.657051647 5.641331924 6.733599925 5.635830495 6.062597587 5.24874248 5.314093798 5.257021626 5.510310923 5.69548642 6.547606759 5.503966847 5.484543492 5.536908619 5.757326852 5.411565342 +LQ04X020870 Thaumatin-like protein 1 8.126927791 8.150107989 6.185864568 7.159718537 7.048297837 6.641312108 6.628066756 5.977968333 7.912232757 8.180970126 7.437067021 7.436538798 6.932234754 6.602075867 6.009814987 6.483572319 7.79896971 7.730920367 8.57698166 6.188958196 6.063690809 6.582403309 5.887792338 5.156102358 7.75727789 8.014375245 8.56492509 5.800385093 7.039866151 6.165385555 6.389558152 5.108336897 +LQ04X020880 Probable ribonuclease P/MRP protein subunit POP5 11.23088053 11.24934331 10.76627058 11.05548221 10.50356759 11.48735621 11.69826934 11.27598525 11.62654406 11.87363137 11.38516553 11.27446658 11.21126738 11.65207816 11.56196084 11.85483687 10.99434774 10.93630259 10.50350718 10.21381686 10.34292447 10.44934312 10.74065423 10.7849498 11.23205141 11.5271407 10.74387788 10.27398128 10.02894265 10.2592145 10.63801723 10.23795634 +LQ04X020920 DUF246 domain-containing protein At1g04910 11.35380398 11.02448764 11.01471699 11.26515631 11.29484691 10.32393069 10.43255411 10.59553119 11.51468918 10.94181958 11.18296536 11.17945926 11.3412197 10.23292407 10.4517668 10.30630015 10.48400423 10.71597479 11.34020416 10.3956454 10.04029439 11.07831188 9.79445676 10.59972366 11.01442097 11.55462178 11.33194633 10.73421945 10.96649247 11.57077673 10.44346595 10.67641765 +LQ04X020930 Putative TBC1 domain family member 13 10.83623188 10.9376127 11.21226611 10.85039535 11.08425891 10.81445987 10.64377293 10.68062425 11.06978311 10.98200423 11.25580262 10.92535107 11.04025819 10.89812585 10.6404291 10.65308841 10.95115093 11.07447552 10.77174569 10.8717742 10.88939609 10.83725162 11.01846253 10.62879285 10.8658794 11.18250708 10.97700629 10.76103625 11.24303859 10.89576025 11.135605 10.71747608 +LQ04X020950 Predicted protein 11.60568887 11.72047234 11.54634306 11.42428392 11.75402952 11.29262887 11.38615167 11.38551732 11.54088403 12.19483845 11.27756209 11.0993537 11.67644888 11.24609103 11.5997244 11.1431141 11.44167145 11.24290104 11.67554974 11.34986757 11.32987783 11.38546528 11.50739355 11.36508143 11.90574616 11.41494567 12.06162012 11.31405123 11.61195882 11.00041631 11.34025493 11.26977059 +LQ04X021000 Hypothetical protein 8.415349917 8.29216015 7.862114556 8.778457985 8.364609627 9.519663755 9.574133336 9.737864883 8.425689992 7.442506921 8.277188901 9.189437004 8.291234148 9.603740136 9.440448932 9.676269947 9.013309924 8.663651047 8.631874595 8.800650423 8.49489749 9.011455174 8.998001853 9.118772845 8.52388216 8.283613101 8.964016711 8.670744967 8.29521486 9.378577371 8.932465541 8.971509614 +LQ04X021090 Putative Probable auxin efflux carrier component 1b 5.267340414 4.977653473 5.617302568 5.2476105 5.235086413 4.877238858 4.702087887 4.571711662 5.267003228 5.068036594 5.329900421 4.883615495 5.075661351 5.026092075 4.851878437 4.79522674 5.943579748 4.816957798 4.993942292 5.591644126 5.645531986 5.260536854 5.208672993 5.003926506 5.570746196 4.910469219 5.149333261 4.833294638 5.26096528 5.17180806 4.927748276 5.376526069 +LQ04X021120 ER lumen protein retaining receptor 13.61915517 13.32539519 13.03063364 12.68068186 12.8412857 12.83278931 12.88157202 12.45079231 13.8291763 13.70689443 13.23597916 12.81456639 13.14403207 12.98356785 12.83930525 12.64508885 13.55466863 13.68872506 14.0838223 13.21175814 13.17073393 13.12679275 13.26338838 13.19551937 13.75410569 13.87726061 14.18080824 12.75367544 13.161969 12.96522887 13.39397299 12.90911039 +LQ04X021240 Choline monooxygenase, chloroplastic 11.60097204 11.63070447 11.38245686 11.59250604 10.91965352 12.34397977 12.2570225 11.61380317 11.8638835 11.18291711 11.51539122 11.64878704 10.89688612 12.21004366 12.02583217 11.61428835 12.37963688 12.78952969 12.37104719 11.90952803 12.1801211 11.67067553 12.4731095 12.23112728 12.13226612 12.77569328 12.15403841 11.88648783 11.94938807 11.58617171 12.27927594 11.85921552 +LQ04X021280 Putative E3 ubiquitin-protein ligase PRT1 11.15280053 10.98808822 11.44752006 10.93857072 10.98557423 11.35192406 11.2550963 10.77834917 11.1208142 11.03788161 11.17293778 10.88374048 11.3474881 11.41026643 11.00565069 10.98955657 11.05072101 10.80320137 10.93126666 10.90005729 10.66773808 10.96245408 11.28923054 11.29115889 10.94203137 10.83487323 11.38766613 11.04519098 11.2261534 11.11067836 11.4258105 11.58979464 +LQ04X021290 Transcriptional corepressor LEUNIG 6.026434982 5.668368605 5.362696662 5.612906489 5.378199111 5.276373934 5.700114436 5.20157079 5.724943619 6.103917365 5.640075448 5.453258138 5.619327539 5.447030129 5.886405913 5.403245336 5.654463664 5.435210154 5.726269036 5.55739477 5.112827559 5.65316929 5.452920116 5.469645867 5.628980677 5.694818833 5.532206236 5.427790056 5.059231362 5.455072663 6.140608894 5.304860583 +LQ04X021320 Putative Predicted protein 10.52846639 11.46531772 9.35794249 9.312652818 9.578695397 9.062580236 8.872263729 9.382658282 10.61214048 11.70367496 10.06539598 9.611283364 9.732035357 9.797565218 8.739480235 10.12010971 11.02160572 10.65875192 12.03088387 9.949919379 10.10557677 9.929996607 9.884837995 9.817230552 11.94057487 11.34963636 12.35807132 9.297017299 9.536958076 8.194513263 9.526331964 9.908481891 +LQ04X021340 Predicted protein 6.160889862 6.176524387 5.431775817 6.579103958 5.812288318 6.55859002 6.319635446 6.468750392 6.201593229 5.823183775 5.666954027 6.318172879 6.083720806 6.510772679 5.65655779 6.381387689 6.711612257 6.523303608 6.380331928 5.95131318 5.920752745 5.966390174 6.068117788 6.522181489 6.020883051 6.715909739 6.269469917 5.848060995 5.999201887 6.389085282 5.332205037 5.584067109 +LQ04X021370 Glutathione reductase, cytosolic 13.45660566 13.82153036 13.17682908 12.79057261 13.39056778 13.38557021 12.74275059 12.62858442 13.53711707 13.55586301 13.65373176 13.1535001 13.72419708 13.34731657 12.88307951 13.00313722 13.73497483 13.48558653 13.74047959 14.09174576 13.63431549 13.52616778 12.94166723 13.32938809 13.84464021 13.91186844 13.57989932 13.68130556 13.76173026 12.87289459 13.22653001 13.35471126 +LQ04X021380 Putative Non-lysosomal glucosylceramidase 5.32485789 5.229318426 4.668603265 5.203197678 5.353249941 4.908221701 5.4212081 5.049260928 5.261456022 5.14539958 5.22095136 5.128429726 5.369984526 5.096314693 5.409595471 5.227846922 5.275086197 5.036661943 5.557000426 5.563785453 5.23438918 5.202197067 4.879765017 5.77951033 4.955037192 5.088317112 5.416294538 5.306893971 5.382409782 5.554975866 5.068532845 5.426505135 +LQ04X021440 Putative acyl-CoA synthetase yngI 12.27303419 13.04109777 12.22572085 10.32143845 11.78011254 10.55388608 10.56119852 10.67153303 11.98931773 12.31190438 12.01044595 10.21951173 11.76447812 10.7934958 10.1540558 10.21500344 12.21087373 11.61871922 12.12712635 12.43243272 12.27231059 11.68377311 11.80889688 11.50471846 11.95611477 11.33963622 11.97789356 11.68626999 12.57060823 10.38281262 12.16286511 11.39463317 +LQ04X021470 Putative F-box protein PP2-B10 8.161956798 8.651903207 7.071054957 8.129307127 7.523500019 9.053979073 8.896348069 8.617133641 8.173178653 8.725567686 6.774887305 8.048956405 7.181210336 9.143274033 9.199658162 9.226158363 10.06356382 8.579601458 8.798978654 7.609493144 7.06870168 6.788148296 6.400788551 8.823626561 8.57754637 7.232525038 6.973179729 6.587193774 6.653140047 6.834044087 6.581712274 7.888831047 +LQ04X021560 Putative uncharacterized protein 10.99395189 11.37002912 11.04721358 10.71747234 10.23408172 13.3247092 12.85590149 12.5611786 11.03503526 11.39312104 11.50847714 10.65590087 11.11552581 12.61991885 11.56271923 12.63994135 10.73717915 12.0646311 10.6780317 10.43614396 11.72800362 11.32704701 12.50911973 12.43388893 10.99803937 12.25106571 11.32908477 11.39440374 11.1546569 11.24066952 11.85661054 12.07648822 +LQ04X021580 Protein ABC1, mitochondrial, putative 5.645295148 5.046940365 5.825260593 5.695967494 5.393111894 6.476916813 6.123430424 5.79708941 5.574312345 5.4435618 5.366705709 5.582935828 5.122769905 6.335953589 6.048553395 5.64355442 5.136915356 5.491790427 5.221330503 5.169182954 5.466286236 5.487594037 4.945176342 5.461865399 5.269548103 5.727654632 5.138994297 5.62031613 5.250736615 5.069983297 5.34582796 5.188646961 +LQ04X021600 Putative Ubiquinone biosynthesis monooxygenase COQ6 8.083534104 8.459399346 8.065393953 8.867761338 7.777426302 9.08286517 8.854261011 8.770630716 8.481170938 7.994033542 8.169690281 9.027991251 8.161955656 8.89908964 8.620245024 8.459828122 7.990499771 7.57348728 8.10080823 8.221493775 7.691496595 8.162229687 8.031434521 7.966920311 8.349801532 8.369227521 8.476661807 8.033758515 7.509227171 8.566961336 7.949699429 7.923748356 +LQ04X021630 Chalcone synthase 2 7.734547999 7.192697832 7.851659791 6.977159385 7.581768403 6.713196514 6.841015383 6.58710713 7.734452953 7.444010661 8.177830955 6.933447873 8.220909544 6.895647826 6.14918239 6.611820724 7.576742914 8.030952918 8.647982009 8.14242915 8.512365954 7.415150507 8.247051522 7.631256473 7.486233881 8.093674273 8.134130948 7.753210179 7.965750156 7.49106083 7.73768857 7.0078088 +LQ04X021640 Dihydroxy-acid dehydratase 11.76238106 12.10909319 10.78280128 10.84481972 10.43818286 10.71120765 10.60683522 10.43345208 11.91054914 12.46331535 11.28545402 11.12459278 10.88473103 10.93726099 10.85440997 10.87418843 11.59460542 9.979439882 10.26167963 9.937748819 9.97606562 10.43403258 10.46574425 10.01215914 12.06516605 10.81669121 10.68794313 9.727503079 10.5269798 9.3143458 10.35318646 9.986071533 +LQ04X021650 Putative uncharacterized protein 8.037151304 8.336234866 7.530344438 8.08794026 8.173335899 8.614427264 8.575137832 8.651162054 7.927175349 8.09641295 7.3772011 7.696340144 7.422973132 8.313198492 8.436433919 7.757500559 8.102954998 7.393326756 8.494534591 7.194157072 7.380110345 8.166573082 8.343131572 9.245666637 8.362304393 7.543885824 9.194218013 7.722904236 7.814215472 8.970038356 9.236261142 9.06030879 +LQ04X021660 3-ketoacyl-CoA thiolase 2, peroxisomal 12.92280027 12.82590857 13.32006061 13.20388471 13.50855372 12.97717805 13.50387227 13.77691794 12.8305574 12.92440705 13.2403765 13.39948493 13.44986887 13.2235933 13.92540317 13.56809558 13.10170401 12.610921 13.26278073 13.10261284 12.80626693 13.65956494 13.01649574 13.98187998 13.08718154 12.76100637 13.42185894 13.01357617 13.36308154 13.87387242 13.21097417 14.05276209 +LQ04X021750 Probable voltage-gated potassium channel subunit beta 13.62627056 13.47298422 13.01262564 13.24450678 12.78228745 12.61203338 12.37872994 11.74124369 13.58962534 13.28050097 12.98977858 13.05662987 12.82799483 12.28136071 12.15861181 11.51793477 13.4226718 13.12005882 13.28827633 12.54951866 12.41325041 12.80787211 11.24587258 10.42608927 13.66248788 13.4844276 13.46439798 12.54228308 12.67609487 12.47493237 11.21606849 10.41740708 +LQ04X021780 Probable pectate lyase 15 11.74051512 11.58816605 11.71554186 10.43775181 11.62440925 6.37944223 5.982462498 6.872926174 11.48764281 11.15817347 11.40422005 10.22592608 11.56497371 6.298175571 6.292278999 6.650937766 10.1506525 10.94142872 11.37470803 11.43302366 11.47991788 11.90896526 7.535889379 7.153388851 11.4440985 11.64806991 12.2331319 11.1121475 12.38535924 10.08713732 6.749088962 5.742314888 +LQ04X021790 Probable inosine triphosphate pyrophosphatase 5.203202155 5.266174385 5.102525495 5.210594113 5.24735979 5.41062558 4.850080441 5.199213444 5.465602133 5.953252469 5.395003649 4.846324228 5.105560584 5.292654219 6.056003145 5.068140877 5.257821495 5.258688537 5.185340623 5.262082927 5.195604797 4.974240401 5.426476003 5.072490395 5.480778286 5.080722691 5.065661631 4.786432631 4.85897978 4.836264276 5.580472565 4.851683406 +LQ04X021800 Receptor-like protein kinase 2 4.950117714 5.038193679 5.2175065 5.068454406 5.230507939 4.924966717 5.083386927 5.04455902 5.063861094 5.297993111 5.200376652 5.097126702 5.117546821 4.972536533 4.950833142 5.036625594 4.92717288 4.966756393 5.192309752 5.28572575 5.499830302 5.068837234 4.93951414 5.30919757 4.944519511 5.352045449 5.665870378 4.869203303 5.205223745 5.157924568 4.925527896 4.656380358 +LQ04X021830 Hypothetical protein 9.212790585 9.020960834 10.41236415 9.2920525 10.35560688 7.581962215 8.197875877 7.650114128 9.199683989 9.553638723 10.40261675 9.384171214 10.73701408 7.767746835 7.474206091 8.219427729 8.326640959 9.900373991 9.47297847 10.76766733 11.28603861 10.45566244 9.147951634 8.96673921 8.430880604 9.639591048 9.743686297 10.85420186 10.7752226 10.24818328 9.131591264 9.044726348 +LQ04X021890 Putative Predicted protein 9.659439047 7.393469124 11.7876369 9.817287981 11.28814136 5.29700114 5.231049951 5.403797019 10.40351793 8.854814866 11.87887756 9.806785524 11.07587929 5.170192886 5.142243394 5.166120187 7.126333246 9.283083335 5.831899108 11.96569528 11.52092935 11.04180749 5.262209476 5.438359702 8.389185836 10.25668771 8.422200189 10.4743876 10.49639317 6.973180243 5.830073142 4.915107587 +LQ04X021990 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.241854635 5.175844584 5.293353238 5.056300634 5.332713398 5.256238865 4.787500713 4.910395689 5.12767075 5.287994397 5.129718858 5.507971406 5.312747767 5.634550331 5.238732939 5.049875991 5.041891466 5.163235784 5.358366625 5.391089265 5.134234196 4.98772264 4.905069335 5.149161053 5.231381253 5.134957652 5.36260267 5.462709548 5.122953964 5.069977419 5.118318096 4.936565473 +LQ04X022050 Putative UPF0016 membrane protein sll0615 11.85762519 11.7399907 11.90873068 11.90093106 11.06034369 11.84261906 11.90816973 11.04618681 11.82038174 11.70769387 11.76780765 11.59035984 11.4358084 11.68715244 12.16532166 11.1090673 11.48454032 11.45166481 11.71328253 11.36547278 12.08131642 11.70011432 12.59170262 12.11173519 11.57709929 11.88661922 12.15802233 11.45066028 12.62065716 11.88835598 12.45506042 11.894348 +LQ04X022070 Predicted protein 6.00918841 4.985047038 5.255429416 5.545102491 5.518397269 7.178535531 7.050941648 5.100972781 5.705144855 5.564625748 5.161017458 5.709295327 5.499085399 6.449166954 5.891253647 5.248774717 5.535002817 5.306033877 5.591153463 5.735892985 5.435455939 5.473612017 5.759677642 5.097321931 5.012273729 5.600144558 5.617743247 5.538428764 5.917657932 5.62812325 5.768923145 4.837054232 +LQ04X022120 Putative Inhibitor of growth protein 4 13.10564351 13.0881869 12.94538167 13.10032067 13.06843018 13.0226453 13.10104144 12.97808285 13.19555189 13.13731469 13.07869662 13.0615125 13.03312348 13.00061297 13.22830984 12.93076799 13.02076551 13.48202068 13.24810458 13.1187537 12.87169071 13.07869395 13.05857686 13.15684546 12.93084725 13.2521818 13.22117679 13.14373041 13.0988923 13.09384221 13.21627069 13.36065307 +LQ04X022140 Chaperonin CPN60-2, mitochondrial 6.388901951 5.151849731 6.308097363 6.04582319 5.382123446 6.009306201 6.452198889 5.286426383 6.073545186 6.414524175 5.820928944 5.805964254 6.111997973 5.713139161 6.299939343 5.679820382 5.473701095 5.849951711 5.977309281 5.989503998 5.622901262 5.617742423 5.483773526 5.246820198 5.503376428 5.677597721 5.770189784 5.136982619 5.457245468 5.51121622 5.328738136 5.737825855 +LQ04X022160 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 13 14.4578867 14.36378465 14.70648931 14.56834423 14.23308372 14.45562313 14.30977627 13.97280123 14.45027033 14.7365826 14.42840761 14.5734062 14.53001716 14.30216355 14.08777115 14.23876127 14.51791185 14.57376282 14.68853231 14.6243287 14.63736486 14.23307662 13.75012985 13.83411625 14.48366313 14.51007693 14.7773937 14.34048503 14.15888608 13.88232987 13.71288756 13.68676096 +LQ04X022200 Putative uncharacterized protein 4.989028891 4.953901069 5.506125614 5.076636121 5.235414586 4.978307202 5.249995466 5.143334427 5.196929757 4.832427163 5.654281874 4.99636565 5.058607165 4.881449192 4.859795188 4.991921908 5.247146034 4.994167579 4.610695011 4.879923777 5.314583149 5.549297628 4.933837154 5.806442439 5.167883228 4.75926513 5.242199476 4.871167301 5.321329082 4.959351693 5.051060059 6.133582233 +LQ04X022210 Putative uncharacterized protein 11.66309967 11.5829118 11.38358052 11.39077315 11.55655443 11.50528005 11.4302855 11.65788035 11.74602912 11.5262748 11.48070955 11.70694325 11.67353263 11.6347281 11.54471077 11.8076807 12.02087743 12.26434378 11.97527472 11.96844548 12.28572027 11.99234928 12.11201983 11.83441644 11.97182472 12.05131781 11.84393399 12.0912131 11.99828433 11.74131849 11.78003364 11.56771862 +LQ04X022220 Protoheme IX farnesyltransferase, putative 5.334594526 5.577533543 6.083040809 5.931174564 5.239841127 6.285755398 5.568075789 6.018180249 5.796624407 5.575861865 5.598645259 5.723315126 5.841603693 6.007093932 5.735694327 5.988251656 5.56637312 5.520969788 5.805772692 5.480598894 5.853564866 5.533734042 5.516662365 6.133180896 5.511396052 5.190846193 5.380992927 5.587419294 5.39048551 5.791902697 6.212463621 5.981795508 +LQ04X022290 Probable glutathione S-transferase 5.215179739 5.457096902 4.98526914 5.414662009 5.337559887 5.207493711 5.591986765 5.843928718 5.569900665 5.582668718 4.955251565 5.400556794 5.581804938 5.078031393 6.290998164 5.858524423 5.271896722 5.89885556 5.328251893 5.458170662 5.475624312 5.085794401 5.740063089 5.079082555 5.514404856 5.358922101 5.069376968 5.552282082 5.481103107 5.355380972 5.742449013 4.896389123 +LQ04X022300 Probable glutathione S-transferase 9.449392107 8.632570292 9.394137582 10.74290092 9.612562633 11.60218543 12.03809518 11.42150946 9.212225483 8.568911813 9.475591495 10.74602076 9.11776613 11.97364178 11.51009289 11.61083784 9.879052389 8.324659911 8.707244948 9.794460547 8.710448787 10.15069118 10.84565458 10.70619942 8.597001186 8.690177766 7.895647551 9.73430705 8.115268494 11.17262374 9.843930714 10.686622 +LQ04X022320 Putative uncharacterized protein 10.86906205 11.0671031 11.18474374 11.23189411 10.99144784 11.0438441 10.65283705 11.03208831 11.07158278 10.87457656 11.14572517 11.06256762 11.25700924 11.01323185 10.77687418 10.97038625 11.07756498 11.30446662 10.99594444 11.0479552 11.30512727 11.14925441 10.944344 11.78807941 11.16756944 11.64101219 11.11531198 11.33681413 11.47725239 11.33904591 11.07587379 11.56360498 +LQ04X022330 Probable glutathione S-transferase 5.512167527 5.531297611 5.777520566 5.021780234 5.626839004 5.421066522 6.003463835 6.617456739 5.341536702 5.138442375 5.325775206 6.250094144 5.337674874 5.743463581 5.855997699 6.37214997 7.285397085 5.430748513 6.842156822 7.905555202 5.670297044 5.648862611 8.007590143 6.832507085 5.791311998 5.758548073 6.495348107 6.681480146 5.949072266 6.153367015 9.432684399 8.956470059 +LQ04X022390 Probable calcium-binding protein CML22 9.008388696 9.339045652 8.615513292 9.338252206 9.205333285 8.309793338 7.81143462 8.372866104 9.180576181 9.313447733 9.205631596 9.407157678 9.404134417 8.482839635 7.955099798 8.278890922 8.767683226 8.77297573 8.983450017 9.331939378 8.956440288 8.986621268 7.751786655 8.680402766 9.163900952 9.287616963 9.800553126 9.124797637 9.350993857 8.807393421 8.531165051 8.590349334 +LQ04X022440 60S ribosomal protein L13a-4 5.814912881 6.049173112 5.367708221 5.062613025 6.003136773 5.26545381 4.806419282 5.903602203 5.908573399 6.250179851 5.634273961 5.042836876 5.528407555 5.288566952 5.24371232 5.548450347 6.62972123 6.673117472 7.484956087 6.303572809 6.540130426 5.507930865 8.116729373 6.957065411 7.024262685 6.354096964 6.744523729 8.183262699 6.042271671 5.618448988 6.480847037 6.623727492 +LQ04X022460 Putative 26S proteasome non-ATPase regulatory subunit 1 13.0099745 13.27142468 13.24600483 12.78459101 12.89817101 12.62270157 12.48080013 12.50753458 13.17481618 12.99149138 13.16147388 12.89316769 13.06180495 12.74031499 12.68981811 12.51432309 12.86544669 12.27651907 12.93643872 12.6207375 12.38535455 13.18926644 12.80028707 12.99337014 13.42440154 12.71480869 13.0991912 12.84165756 12.89085411 12.96112319 12.85196532 13.06908024 +LQ04X022480 26S proteasome non-ATPase regulatory subunit 1 5.04684875 5.104250869 5.390848746 5.604833085 5.21911661 5.361463023 5.600694707 5.508208018 5.512961876 5.179235708 5.041298237 5.416795564 5.298123762 5.832036543 5.389569492 5.546712934 5.032223206 5.027091381 5.085950715 5.375223787 5.196984923 5.243649299 6.266144018 4.970678611 5.114992121 5.358200897 4.809418055 5.001007935 5.422997088 5.088707982 6.149194793 5.133836904 +LQ04X022500 Probable cytochrome b5 isoform 2 5.208207355 6.404644156 4.934687569 4.932200066 5.059036871 4.691163557 4.747330947 4.982807772 4.942164281 6.113521989 5.234194705 5.026493195 5.124234887 4.820324892 4.910299262 4.806894914 4.99887331 5.051421041 5.976636353 5.65131967 4.950392101 4.690622729 4.767495005 5.278650039 4.791690338 5.437038527 5.346500352 5.836072932 5.155434889 4.964148714 5.075599902 5.088577734 +LQ04X022510 Putative Cyclin-dependent kinase inhibitor 4 9.857554254 9.225409028 10.55461502 8.806867272 10.19822173 9.532826629 9.05290309 8.898017072 9.801288061 9.409429718 10.31321444 8.948307181 10.28026699 9.622727966 8.361095323 9.184424594 8.752878549 10.04908633 10.33502294 9.550157281 10.35589071 10.22376158 10.90750736 10.33322044 9.03645101 9.91922305 10.45408186 9.871359991 9.993086396 10.37794053 10.81164051 10.28265193 +LQ04X022550 Putative Probable glutathione S-transferase 5.378236068 5.206967032 5.156926724 5.614579468 6.029832227 5.188054963 5.152905765 5.869054798 5.213339921 5.220533357 4.828151525 5.417497666 5.863247062 5.207348766 5.233684097 5.39421953 8.247468114 5.245398255 6.398460737 5.831949163 5.614404657 6.014861812 8.064136858 6.425477081 6.328420438 5.401595525 5.574223917 5.708210935 5.243775539 6.574491028 7.876707416 6.052582252 +LQ04X022610 Protein ABCI12, chloroplastic 8.593926931 8.720434257 7.376914061 8.836710312 8.026439154 9.236246996 9.629059494 9.666432702 8.752063263 8.341274873 7.760211686 9.060276944 8.302926767 9.608818425 9.276166134 9.472888574 8.419710321 7.872075923 8.964546755 7.711434103 8.025627539 8.336598684 8.930802746 9.471320441 8.548973995 8.629341898 9.133295212 7.475856021 8.2135366 8.72452006 9.691466115 9.496289303 +LQ04X022630 Glutamine synthetase leaf isozyme, chloroplastic 13.74541367 13.45602503 13.81472251 14.97425503 13.90417139 14.89756173 15.05200468 14.97031313 13.69470656 13.11518808 14.00131232 14.83372947 14.09686318 14.90902452 14.67571528 15.0326051 13.36057717 13.25013371 12.58635044 13.02279535 13.74367434 13.81664592 14.10251081 13.75473875 13.49719492 13.44020053 12.73713853 13.97258838 14.06733184 14.73953698 13.88035043 13.56615579 +LQ04X022640 Catalytic, putative 10.53617167 10.10181674 10.65694295 10.23847935 10.81967938 10.83107101 10.86267403 11.0677694 9.9773131 9.930596856 10.33145864 10.10128601 10.7340425 10.33196028 10.91541602 10.1341247 10.33639331 10.60974664 10.05516768 10.80427125 11.20058669 9.979427663 11.6234544 11.2531219 10.51928626 10.56503441 10.53500002 10.9178589 11.444315 10.9429843 11.93514291 11.70649793 +LQ04X022660 Putative Guanylate kinase 11.347651 11.57385555 11.17067485 10.79359901 11.80868131 12.05835989 11.74271371 11.91682229 11.86399184 12.39885807 11.5396323 11.459274 12.02747418 12.32404075 11.66441055 12.47418324 10.91895499 10.31016932 12.398456 11.04409148 10.34387974 11.27683397 10.71534888 11.52599587 11.61528857 11.41065466 12.43654447 11.12182271 10.46349053 11.52793695 11.24467963 11.27547117 +LQ04X022670 Putative Speckle-type POZ protein-like 12.59965884 12.40164597 12.92582241 13.07375588 12.93991948 13.40359955 13.40818645 13.63012787 12.77774407 12.44664264 13.12855363 13.11806618 13.02196358 13.66541505 13.74484751 13.90612251 12.79748371 12.4807406 12.33651228 12.37035715 12.39826109 12.59929635 12.88318928 12.60619296 12.14206678 12.35040404 11.81286753 12.48595445 12.17458497 12.9404269 12.72525208 12.39928924 +LQ04X022680 Mitogen-activated protein kinase 16 10.394666 10.38482413 10.37444323 10.59480973 10.42300593 11.8552931 11.48768997 11.70707848 10.34827868 10.38708177 10.28357281 10.70654856 10.50584941 11.79100451 11.33425178 11.33625342 10.62770949 10.43296059 9.732669615 10.47559937 10.29104859 10.7327356 10.51268937 10.77526374 10.46600985 10.41205674 9.906030368 10.36277608 10.66869794 10.40555091 10.48433389 11.14831627 +LQ04X022720 Endo-1,3-1,4-beta-d-glucanase, putative 14.60107499 14.68228158 14.57151082 14.48828413 14.50234622 14.80672006 14.65377488 14.36494348 14.7915372 14.64316475 14.84463161 14.87839614 14.62929216 14.95644179 15.10944951 14.52607954 13.97321055 14.24471263 13.46499744 14.46917807 14.20245729 14.48947366 13.88403782 13.87303371 14.32628541 14.61223534 13.39750584 14.5395082 14.47293597 14.33859995 14.55783888 14.03437422 +LQ04X022740 Ribonucleoside-diphosphate reductase small chain A 11.63363441 11.83588829 11.6578313 12.21388908 12.2566058 12.54572885 12.33771322 11.78654309 12.38980745 12.47654767 12.34901686 13.06882773 12.77704663 13.01043286 13.01191134 12.6282113 11.71420733 10.83538032 12.30408934 11.44737799 10.8954369 11.95798788 11.44682206 11.7909736 12.65308794 12.25023475 12.30821901 12.14033741 11.6578909 12.39015899 11.92060737 11.7487765 +LQ04X022750 Putative uncharacterized protein 8.601506432 7.771641035 10.42618609 9.547453416 11.13276016 8.769120457 8.405686372 9.179049458 7.088418331 6.900966474 8.387234795 9.334475313 9.35304569 7.707632665 7.8540551 8.053600356 8.42232855 8.882666546 9.794409717 10.61635433 11.02935764 10.2255438 10.0817032 10.36274118 8.047667574 8.422614032 9.008033482 11.23447882 9.9856193 10.8406361 10.28123004 10.09340052 +LQ04X022790 Putative Serine incorporator 3 12.95685176 12.97871311 13.02762424 12.71325961 13.03731884 12.90996371 12.86295543 13.04877858 12.63561359 12.40043622 12.78002372 12.72286166 13.01801689 12.94304953 12.90124624 13.06482585 13.31435248 13.62654708 13.4314582 13.064747 13.21165176 13.20422889 13.39603731 13.53223185 13.25055788 13.06838147 13.26662256 13.03963186 13.23146089 13.03480081 13.26128114 13.59092594 +LQ04X022810 Predicted protein 10.60137615 10.41019064 10.31773266 10.42832825 9.83166142 10.65221915 10.33982742 10.04056553 10.16977373 10.25078199 10.27079286 9.920355627 9.694163303 10.09564596 10.15285369 9.542789129 10.71418888 10.98653354 11.01672055 10.25207443 10.11911695 9.877604236 10.67448592 10.41247229 10.67136217 10.71470889 10.98865221 10.16460388 10.21446545 9.942092682 10.64169687 10.39287403 +LQ04X022820 Putative uncharacterized protein At5g19030.1 6.237914855 5.540671675 5.394655102 6.414715367 5.701342252 5.901071417 5.9927504 5.361203651 5.964724685 5.7527967 5.673078682 6.522961789 5.485812905 6.032895944 5.840719136 5.261715647 5.579977536 6.400480884 5.48581465 6.002557368 5.965487213 5.834050309 5.336844092 5.386343472 6.01799983 6.506798306 6.271922115 6.193243974 6.412560042 5.68341706 6.252868183 4.877061381 +LQ04X022850 Putative UPF0613 protein PB24D3.06c 5.596312728 5.052768381 5.253253576 5.44536454 5.132072846 5.068317244 5.512910189 5.32092046 5.284152299 5.53691174 4.813536084 5.643564401 5.192796034 5.284248195 5.364847784 5.699382331 5.006335452 5.340710534 6.917640219 5.369640555 5.032316866 5.265438776 5.525645307 4.825486638 5.358069878 5.156437497 6.26797725 5.685409639 5.194145195 4.827034947 4.970548202 5.709672121 +LQ04X022860 Putative uncharacterized protein 5.323672268 5.509317861 5.868207574 5.420871368 5.182044076 4.931697781 4.880215781 5.214710455 5.753732218 5.848028658 5.777971574 5.195984936 5.378230649 5.143981842 5.505908949 5.047494228 5.141268792 5.091595881 5.378798726 5.499774915 5.685055312 5.034613058 5.073532433 5.824858263 5.351942415 5.282181608 5.438838569 5.347372676 5.366109672 5.371083376 5.38382184 6.209174073 +LQ04X022870 Putative TVP38/TMEM64 family membrane protein slr0305 12.52565247 12.43705717 12.66279984 12.39248404 13.15388286 12.10065916 12.33496253 12.26774834 12.54340415 12.33488834 12.78809667 12.60656333 13.14144171 12.35019775 12.46421454 12.77506444 12.69435942 12.68389069 12.66140861 13.14326556 13.10996518 12.75520729 12.9611852 13.12314055 12.59537388 12.44457575 12.63966794 13.09866893 13.03373051 12.89245162 12.91375598 13.04643301 +LQ04X022880 Putative uncharacterized protein 10.13456586 10.05127309 10.28071953 10.85346436 9.807083263 8.723041841 8.071464924 7.79111536 10.33768862 10.5101291 10.70564351 11.2206093 11.26194371 8.653930229 8.226749266 8.622414097 9.428826865 9.360887213 9.185676429 10.14829874 9.741555276 9.658407498 7.328654915 7.014726033 10.55205208 10.02004076 9.945121925 10.96910948 9.647349065 10.21321865 7.663369492 6.655141227 +LQ04X022910 Mahogunin, putative 12.25924331 12.13684863 12.37304055 11.86103851 12.56215324 12.0571183 11.72543973 12.12780044 12.23338622 11.59892359 12.53268008 12.02169985 12.56016122 12.10947045 11.63603042 12.23394556 12.37267249 13.07610269 12.44157623 13.20599425 13.3574904 12.24090946 12.81486163 12.16242469 12.13730698 12.75762078 12.40360181 12.93525605 13.03349685 12.30485236 12.83339471 12.38582222 +LQ04X022920 Hypothetical protein 6.422608635 6.172231154 6.775584456 6.250477151 6.510681089 5.890875641 6.403384893 6.076937438 6.419194443 6.037833931 6.335035097 5.95010961 6.827436221 6.250932605 5.804142465 6.369672955 6.286250761 6.09435682 6.180401003 6.892131297 7.223103796 6.278825812 6.625165763 6.632225987 5.966733599 6.115832627 6.072705801 6.427961367 6.719814599 6.010152043 5.940313709 5.847248208 +LQ04X022940 Predicted protein (Fragment) 12.28364807 12.35136786 11.18816821 11.38848471 10.90724692 9.369580011 9.264577651 9.287929897 12.54240348 12.74708895 11.87348324 11.30290242 11.26279842 9.246271457 9.92734998 9.333804807 12.68292687 11.50220829 12.44341751 11.10692492 10.90919195 11.37909296 8.787288498 8.67400979 12.54006211 11.86871317 11.84545857 11.75641991 10.73558913 10.21892093 8.85616041 7.706413758 +LQ04X022950 Dual specificity protein phosphatase, putative 11.7374845 11.57505624 11.85754373 12.12891899 11.96304743 12.16729457 12.11989682 11.86918538 11.75558649 11.7610704 12.08320773 12.03157909 12.10893542 12.11275363 11.93779981 12.30129882 12.65999316 12.44823009 12.40040292 12.1210803 12.23766771 11.63134518 12.58670183 11.70606216 12.07159747 11.99696964 12.03613329 11.95365056 11.52542328 11.60835154 12.33159967 11.57123047 +LQ04X022980 Putative Basic 7S globulin 6.097503418 7.768279031 6.314965384 7.316470034 7.09119461 7.182182705 8.13638589 8.372491347 6.413993084 7.866318842 6.055792231 7.26599202 6.735934876 7.066919784 7.888871293 8.074043764 8.560500418 9.023252017 9.348078241 7.437583263 7.21289229 8.262286083 7.537533851 8.279721846 7.848039417 8.148141417 10.44204961 7.661440003 7.254619347 8.205363644 7.323012472 8.271772695 +LQ04X023000 Putative Basic 7S globulin 2 6.644397123 7.649222731 5.666391063 5.857787097 5.813878867 5.215467301 5.52957011 5.602790887 6.943695176 6.734387225 6.723681817 5.784885294 6.021699118 5.426644007 5.073305939 5.733465298 7.100882633 6.794140755 6.619739251 5.551401316 6.133134882 6.382278937 5.04887127 4.683973013 7.476940543 7.408333493 7.846857365 6.023649559 6.998680703 5.822031471 4.904977531 5.019231488 +LQ04X023040 Putative Stem-specific protein TSJT1 11.87572163 11.32212189 12.458805 11.51654676 12.21573994 12.60652808 11.79079754 12.52955251 11.89470697 10.85690719 12.408804 11.42008586 11.83808274 12.26546088 11.56738262 11.18179023 10.99507409 10.63384522 10.93130733 12.138764 11.66802166 11.64879813 11.68045688 11.65361972 10.52116932 11.2504772 10.8161527 12.3255397 11.96222478 10.78239379 11.80542589 11.37752303 +LQ04X023050 Nuclear transcription factor Y subunit C-9 10.14038478 10.76366579 10.45617808 9.988235651 10.87566017 11.00185749 10.75429231 10.66282646 10.42770451 10.65263621 10.69481126 10.34426808 10.89874717 11.0821548 10.76917147 10.85556956 10.17300895 10.95158558 10.69308157 10.58829272 10.43535208 10.530568 10.6641021 10.89830712 10.12951409 10.72005958 10.76851244 10.67741275 10.5277384 10.53638494 10.82803257 10.88395802 +LQ04X023060 Putative Carbohydrate kinase domain-containing protein 12.25837178 12.3465897 12.64003393 12.81513114 12.62457771 13.15813845 13.17348183 12.75540369 12.43041213 12.21206494 12.68539744 12.88947205 12.54461578 13.11731374 13.03292855 13.2751606 11.43138188 11.07725737 10.93977914 11.88568179 11.39638863 11.10151515 11.39247572 11.47906237 11.16811529 10.87444473 10.42034029 11.25949237 11.76417647 11.32046387 11.98954422 11.60436203 +LQ04X023080 NEDD8-activating enzyme E1 catalytic subunit 7.925553161 8.186094089 8.126263829 8.464713443 8.146468302 9.499760828 9.86336978 9.831354544 7.347300927 8.031011754 6.54424946 7.174057864 7.294865385 7.911352384 9.349614956 7.724890188 8.113634349 8.636128774 7.646776449 7.940364634 8.804089765 8.272791404 8.628419294 9.270392468 8.31523192 8.639450993 7.12185617 8.020904708 7.722595018 8.312549222 9.257295242 9.16973381 +LQ04X023100 Putative 3-ketodihydrosphingosine reductase 4.936209084 5.090756855 4.907560927 4.790325235 4.662175251 4.563123374 4.703780696 4.714902514 4.842834458 4.73395238 5.167234322 4.934111986 4.91332303 4.618426397 4.723445467 4.602433129 4.955748558 5.007948221 4.942696585 4.689467998 5.010869394 4.889042355 4.698369969 4.96187477 4.593536365 5.48075886 4.691799971 4.96438713 5.288781628 5.16553006 4.773568633 4.758885263 +LQ04X023140 Peroxiredoxin-2F, mitochondrial 12.86344772 12.90319801 12.68591255 12.85884933 12.65033707 13.69868071 13.5849432 12.91538605 13.00324749 13.27559314 12.6853969 12.6342815 12.6546207 13.58116727 13.21929452 13.07334514 13.1980641 13.42448758 13.37398205 12.80697528 12.54040763 12.34052512 13.67471031 13.28987753 13.11858967 13.42631744 13.30179796 12.68335829 12.19663214 12.9948744 13.53817298 13.03926692 +LQ04X023210 Uncharacterized GPI-anchored protein At3g06035 11.80323207 11.56376282 12.45306695 12.22724163 11.92834368 8.737652754 8.493099186 7.923950376 11.80579416 11.94988787 12.77971626 12.26865744 12.91686092 8.851872322 8.936918569 8.694393993 11.52793105 11.20778061 11.4585002 13.06348852 13.00525579 12.64788357 8.609057121 9.520377947 11.84774711 11.68199693 11.48954366 13.59775728 13.05260187 13.23641229 8.713961153 9.980331993 +LQ04X023240 Mitogen-activated protein kinase kinase kinase 3 11.50055938 12.25127576 9.022157711 8.542745122 8.982220599 8.352594594 8.177849556 8.454289022 11.91778861 12.45262799 10.27917561 9.278265732 9.294432552 8.739021133 8.442721881 9.097231413 11.17841276 11.22533322 12.4664923 9.906166245 10.26739206 10.66454609 8.413177284 7.947179718 12.07544482 12.03255281 12.74972994 8.462644387 9.891458551 8.745774488 9.03332141 8.056976289 +LQ04X023250 Putative uncharacterized protein 8.680534149 8.329248619 8.161435661 8.023078343 8.628704694 7.803982505 7.945284514 7.704150738 8.371158394 7.507199607 8.2832704 7.769939282 8.382265869 7.704039758 7.241055129 7.957746124 7.466266442 9.222124851 7.149691444 9.201043602 9.508369289 8.999232534 8.076853461 8.06115573 8.033940905 9.56058043 8.526793421 8.731604881 9.435808222 8.625076077 8.89483769 6.595398896 +LQ04X023260 Protein phosphatase 2C 70 10.5851905 10.44638063 10.27293006 10.41364692 10.33564966 10.60566573 10.79852094 10.43824137 10.31321495 10.37060785 10.03978385 10.20504858 10.22617812 10.45879221 10.5852361 9.939244255 10.3230682 10.44259618 10.70105657 10.11843111 10.41481664 9.975280769 10.65750267 10.49555296 10.24950782 10.5315453 11.01540324 10.15922801 10.7699457 10.34313738 10.58079178 10.63503371 +LQ04X023270 Putative Uncharacterized protein C9orf114 11.41518182 11.62266552 10.80020967 11.76823783 10.85129655 11.63495293 11.68432416 11.6605451 11.56663073 11.54402221 10.9833159 11.28652812 11.03062512 11.50205238 11.59826583 11.49648087 11.87713272 11.54846572 11.83891977 11.45651751 11.29240344 11.51984215 11.51619968 11.07054473 11.81319482 11.36253909 11.85403795 11.45919617 10.84121094 11.37342067 11.66984591 10.9440378 +LQ04X023300 RAN GTPase-activating protein 2 5.461950487 5.401184577 6.309229277 5.212185446 5.559599518 5.181376913 5.595014578 5.286087084 5.616819806 5.988250544 6.123843956 5.467362172 6.157280376 5.132971849 5.618218033 5.335522458 5.951931861 5.807039542 5.310067616 6.231991077 6.118686027 5.978107758 5.86495694 7.166837375 5.976362578 5.575549306 5.512215524 6.085920012 6.359517113 5.92707097 5.561336133 5.704411985 +LQ04X023310 40S ribosomal protein S16 14.58429994 14.87443389 14.16303136 13.89224001 13.97166753 14.17646581 14.23649148 13.87618823 14.83764311 15.34169043 14.60087711 14.26977093 14.2758493 14.26842293 14.52227466 14.11142112 14.24606519 13.0819567 13.82610977 14.28503234 14.14144864 13.87480905 14.57560033 14.14173357 14.70627754 13.72717496 14.32999154 13.87308623 13.7601271 13.74891274 14.61782554 14.37298078 +LQ04X023320 Catalytic, putative 6.174887764 6.501053608 5.820804594 6.918113558 6.913804131 9.429793373 10.17201781 10.50973212 6.333329724 6.133262535 6.200075167 6.706699432 6.818080745 9.969039631 9.995585414 10.17614889 8.299718229 7.599537764 8.765000251 8.213268993 7.074664099 7.464559314 9.655799732 10.38205565 6.832387419 6.150798071 8.070689692 7.559832953 7.250328447 7.972079668 10.22080631 10.73450332 +LQ04X023330 Putative Probable gibberellin receptor GID1L1 5.182189131 5.18312296 5.214189369 5.327432824 5.319276427 5.041998932 5.320085535 5.099662765 4.878108157 5.376157071 5.292170041 5.258393809 5.275952756 5.118762985 5.083768781 4.841606373 5.447993927 5.283571481 5.310551108 5.08657612 5.329107256 5.747668382 5.145674336 4.7069926 5.308023549 5.267353694 5.656433072 5.156909981 5.712754958 5.976601829 5.675693518 5.572694348 +LQ04X023340 Putative Vacuolar protein 8 10.03086949 10.03006729 10.43607815 9.837606251 10.38298742 8.973105878 9.291494794 9.439568973 9.638289727 9.252294262 9.99180291 9.502872931 9.949388703 9.123992106 8.907696326 8.895545006 9.447361327 10.44275625 9.547620623 10.12864981 10.68420928 10.11542497 10.37503285 10.33102481 9.823053974 10.19911196 10.3108961 10.07162772 11.23611476 10.1086064 10.28894302 10.50022724 +LQ04X023350 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g67720 13.45164557 12.58137119 12.88452116 13.58614577 13.55176284 12.27251043 12.43985936 12.21405166 13.55555179 12.42919849 12.97412661 13.73671327 13.62588523 12.27965674 12.55723202 12.39321978 12.94714817 13.54560953 13.13334309 12.75344034 12.57229671 13.15225772 12.26238413 11.23714167 13.19736004 13.70750227 13.31720616 12.64935178 12.41652312 12.4587096 12.03162064 11.61250005 +LQ04X023360 Putative uncharacterized protein 5.673834305 6.597855684 5.761284453 5.560228788 5.863173877 5.497353274 5.106322122 5.46073421 5.996718723 5.841743296 5.9655695 5.421604141 5.478661727 5.116239033 5.164596135 5.10656835 6.939914231 5.947571227 6.315574516 5.816530059 5.684249065 5.754872334 6.026313836 5.495448612 6.935371906 5.729813883 6.251599908 5.770960916 5.307813331 5.267284695 5.675992165 5.739689274 +LQ04X023380 Predicted protein 5.134048054 5.546753188 5.565258859 5.026013795 5.412684421 5.191189469 5.25573452 4.843674377 5.072541897 5.160563174 5.223618468 4.938048665 5.226182414 5.030504151 5.143351337 4.957367281 5.338383049 5.560218976 6.186324556 5.457090166 5.694134933 4.891906544 5.398525368 4.858484314 5.063144936 5.261978537 5.530322421 5.340798535 5.016618751 5.10815536 5.182105008 5.594432389 +LQ04X023390 Cyclin-L1, putative 10.93352379 10.41492891 11.31550245 10.86329154 11.01351468 12.17913105 11.95331347 12.16235068 11.02538807 10.29663793 11.55246466 11.63230308 11.35404728 12.43023703 12.28795604 12.72357039 11.21432953 10.35498056 11.07224135 11.04410372 10.12852332 11.00011197 12.23705475 11.92985146 10.34633013 10.1911086 9.890952889 11.17322632 10.53990854 11.27601454 11.96156336 11.67524941 +LQ04X023400 Putative Long-chain-fatty-acid--CoA ligase 1 11.65144169 12.31781471 11.64326526 12.69699145 12.14498679 14.08911073 14.0622142 14.15052417 12.00470597 12.1548099 11.7438597 12.90561975 12.41489226 14.51124176 14.22523942 14.48480438 11.60863698 11.07330209 11.15737068 10.99480134 11.21866954 11.84779692 13.11781138 13.72644644 11.0208721 10.63900281 11.53444776 11.49410931 11.5191464 12.78302302 13.28872492 13.61859609 +LQ04X023440 Mavicyanin 5.751889901 5.697868668 5.736623085 5.972603139 5.781393798 5.51130889 5.383999367 5.451137095 6.032148021 5.09586643 5.65970867 5.905877526 5.487093215 5.621627489 5.232165541 6.010812448 5.69614403 5.494446582 5.32889934 5.470219207 5.760758788 5.705711856 5.522567457 5.445899847 5.836688193 5.786308462 5.480850014 5.7572359 5.618991289 5.377754006 6.26063393 5.668865843 +LQ04X023460 Putative Protein TIME FOR COFFEE 6.663300115 6.099278862 5.967934776 6.267840003 6.437248412 7.184287921 6.680176744 7.3102033 5.802251743 5.515627799 5.978359277 5.78069927 5.963363976 6.730819466 5.712278125 6.041865757 6.509820515 5.687057592 5.616587666 5.770676979 5.631037748 6.796285855 5.713313826 6.278581041 6.069312465 5.697837294 5.797702036 5.741758344 5.15115531 6.948195597 5.471906357 6.140735271 +LQ04X023470 Putative Transmembrane protein 49 5.902813381 5.524109733 5.532769311 5.446934502 5.651964888 5.707377717 5.478638277 5.457021464 5.658123839 6.083943011 5.723811329 5.513003615 5.623347743 5.433031993 6.352944311 5.476061424 5.184822849 5.564969793 5.293715503 5.929356393 5.458264975 5.444959648 4.993532343 5.542863313 5.626743155 5.670993063 5.248218948 4.965563433 5.843261902 5.618103928 5.451218153 5.08906875 +LQ04X023490 Lipoxygenase 5, chloroplastic 13.9905355 13.71248192 13.73022819 12.63472075 13.41161591 13.15470677 13.10730984 12.81252839 13.4449291 13.30721794 13.40644977 12.5789258 12.81592166 13.10284972 13.10648401 12.72822248 13.19428004 13.3792026 12.99860715 13.38019079 13.36693247 13.18489334 13.55661286 13.59413955 13.6136824 13.60019717 12.91404388 13.0025394 13.63580192 13.29049907 13.30465172 13.70891399 +LQ04X023500 Photosystem I reaction center subunit II, chloroplastic 14.77177233 14.73409667 15.19215151 15.34451803 15.35631931 14.76436527 15.46330502 15.08039436 14.85080501 14.68259092 15.03391053 15.35383941 15.34386758 15.42462271 15.50050984 15.42059619 14.35632899 14.97422354 14.61123048 14.59622137 14.90286381 15.17513171 14.7253318 15.20449658 14.67924454 15.29216959 15.00864298 15.37744895 15.00604709 15.43897596 14.84395466 15.23533693 +LQ04X023510 Putative Uncharacterized protein C24B11.05 9.411686377 9.795321982 6.840350471 8.176693606 7.150659015 6.984244212 7.089910616 7.545715951 9.247246713 9.765500426 7.13877613 8.204211768 6.075876842 6.598507549 6.564152482 7.813470399 10.72075974 9.398961078 9.890145648 7.699553002 8.127442526 8.271196684 5.648753154 5.985747103 10.64386545 9.374185566 8.979710015 7.329883301 6.960314641 7.557964737 5.956300106 6.572359969 +LQ04X023520 Putative Probable spermidine synthase 10.37462171 11.03605544 10.41938553 10.3308953 10.91615194 5.708673716 5.820085378 6.151657037 10.53326319 10.58711504 11.05179768 10.48737471 10.78569206 5.163519937 5.404499994 6.411905143 9.824482638 10.38210505 9.603621778 10.32605173 9.529756899 11.15582782 6.034276365 5.859709196 9.933247966 10.19087397 10.34971721 10.84390111 9.82449601 9.99003905 5.760794776 4.907693296 +LQ04X023550 Primary amine oxidase (Fragment) 5.580324088 5.918982202 6.323870855 7.287865188 5.960778778 6.614626561 7.483275951 6.801141528 5.737414608 5.683630167 5.631130347 7.035722056 6.078166838 6.708536375 6.594118119 6.717235695 6.445206221 5.715757055 5.254606799 6.16968381 5.887497142 6.229947758 5.492647729 6.081787351 6.258949176 6.011791292 5.718424065 5.890791581 5.521489886 6.495746494 5.331750563 6.091918968 +LQ04X023560 Putative Primary amine oxidase (Fragment) 5.647392297 5.626376415 4.966358337 5.503231497 5.607733772 5.076214107 5.46670778 5.166395735 5.725351104 5.643388227 5.644026248 5.592276221 5.939838138 5.167304085 5.415275229 5.501521251 5.452594969 5.794817621 5.932320006 5.222050192 5.485342024 5.382884104 5.793203626 5.149491336 5.24094525 5.354104888 6.355672081 5.209279637 5.338457444 5.277824103 5.493631701 5.562261429 +LQ04X023570 Primary amine oxidase (Fragment) 12.52182918 13.59886264 12.70523491 13.98373353 12.48176033 12.96016616 12.87249942 12.7434587 11.93085047 12.69722978 12.07010607 13.10681069 12.53372988 12.27851123 13.32376841 12.66158976 14.26585276 14.18525789 14.02280544 12.3426275 12.86474075 13.8052648 11.18930655 11.49272553 13.89787078 13.75983874 14.21999802 12.74378841 13.17250393 13.46991114 10.47672384 10.84816611 +LQ04X023610 Primary amine oxidase 4.631120847 4.984818358 4.865575124 4.530016645 4.746060363 4.639753651 4.448849251 4.607153097 4.559803356 4.672794675 4.641140899 4.599096238 4.654464935 4.607708933 4.574360823 4.449632809 4.789096899 4.360143279 5.207316828 4.75993894 4.710113506 4.521877028 4.607432502 4.600732571 4.567664897 4.684519672 5.038190702 5.256809135 4.764842663 4.794107988 4.717177132 5.092856039 +LQ04X023660 Putative 5-nucleotidase surE 5.234258804 5.774864718 5.105372275 5.447428928 5.235048221 5.397244399 5.814106713 5.277990314 5.404065307 5.627409359 5.389912522 5.32095839 5.364170144 5.924315077 5.777417366 5.177168534 5.225114607 5.287560237 5.746935935 5.492441426 5.570346438 4.978760495 5.160880311 5.459941727 5.252678812 5.613802802 5.418686484 5.771389816 6.26829333 5.062839253 4.830767055 5.953252875 +LQ04X023670 Serine/threonine-protein kinase WNK1 12.71234408 13.40702519 13.61271947 12.39091252 13.44465839 13.09970695 12.80596744 13.46389754 13.26218982 12.84764827 13.5663634 12.38823752 13.05276211 13.06277373 12.73047896 12.7963577 13.59593323 13.59168842 13.45181046 14.16863668 13.43349005 13.51171144 12.75636477 12.93483751 12.98654587 13.12715843 12.91528229 13.45546072 13.51108545 12.86538214 12.94641574 12.96010592 +LQ04X023720 40S ribosomal protein S24-2 11.0572602 12.41511928 10.94958958 11.15905674 10.72023048 11.36447563 11.43320599 11.51466682 11.88636684 12.38605823 11.30852135 11.76988732 11.2696856 11.92030671 11.2847514 11.66432329 12.31819317 11.39026704 11.30586098 11.7668075 11.54472533 11.53292921 11.91452811 11.37381629 12.27792901 11.87671035 11.79313153 11.93900858 11.12648439 11.55911216 11.70363586 11.23452978 +LQ04X023730 Putative uncharacterized protein 11.73179203 11.68754256 11.65170497 11.42886832 11.75340624 11.48881167 11.47395914 11.82818824 11.73464512 11.35666208 11.59505645 11.57984225 11.70829399 11.56203745 11.67819207 11.51053123 12.49620724 12.43642429 12.55763079 12.14694043 12.64427778 12.54938437 12.17112751 12.07171443 12.36796674 12.37947261 12.60222714 12.42371258 12.93054124 12.59237802 12.26638964 12.12131298 +LQ04X023760 Putative uncharacterized protein 5.015760341 5.458962966 5.600455589 5.262169151 5.088382275 5.323856836 5.523289397 5.341382271 5.383899954 5.413386266 5.257893948 5.318423166 5.253019745 5.655006725 5.64992227 5.419184689 4.763025985 5.131405744 4.876646577 5.127878915 5.089751728 5.133247817 5.431278508 5.029855166 4.994968906 5.198595533 4.935166695 4.913831742 4.85213499 5.008569938 5.274570228 5.32002847 +LQ04X023770 Protein FRIGIDA, putative 15.1605255 15.56150969 15.19263282 14.43554838 15.18846635 14.03927634 14.21858196 14.58322489 15.21324466 15.18549514 15.1673583 14.50581806 14.89438514 14.31640611 14.31833776 14.69887876 15.55601284 15.44013101 15.6486724 15.4607664 15.2249035 15.29241487 14.98478862 14.96791299 15.33804019 15.07061799 15.58331565 15.16437217 15.31485221 14.79079597 15.1894341 15.17079537 +LQ04X023780 Ferredoxin-1 14.36585345 14.31191463 14.81731038 14.89745867 14.3949434 15.06161771 14.94470417 14.49138888 14.48046319 14.37196482 14.4357113 14.80589228 14.62036684 14.91049185 14.71215812 14.70388682 14.07885194 14.12419481 12.77688685 14.10313553 14.51613807 14.38367903 14.63974031 14.88181829 14.07055802 14.28941602 12.84411274 14.45031427 13.95898536 14.66242258 14.54260639 14.57262531 +LQ04X023820 Putative uncharacterized protein 5.467357105 5.171801423 5.23511473 4.767912265 5.609990423 4.693610235 4.977545797 4.917375123 5.311254557 5.128667366 5.458229339 4.979045422 5.58175201 5.006946777 5.049914086 4.958464947 5.587519204 5.866994574 5.632268134 6.173173135 5.660612037 5.650302834 5.649538068 6.457600424 5.435120891 6.013925724 5.728953579 5.976137051 5.660821593 5.575050194 5.865744096 6.424952481 +LQ04X023840 Putative Lactoylglutathione lyase 9.544279058 10.03377157 9.331586853 10.12219136 9.079142052 10.91898409 10.95327778 11.3967365 9.867129468 8.590166125 9.828193343 10.19019471 9.216474862 11.21304865 10.71662878 10.71707081 11.75566888 11.87525104 10.27445516 11.1813049 10.9422039 11.05983467 11.80717928 11.8535589 10.83534304 11.09611138 9.364572168 10.86560992 10.09034422 11.18120885 11.78025746 11.68772606 +LQ04X023890 Putative Predicted protein 5.8522971 5.387533679 5.726289589 5.928734892 5.282150627 5.824794068 6.467791298 5.622764195 5.961997831 6.830465795 5.880398523 6.004892607 6.168086042 5.532186782 7.596479401 5.373059149 6.350968415 5.823520491 5.43204664 6.100869974 6.444225474 6.054176028 6.184151299 5.759951443 6.313618517 5.967101596 6.016273891 6.363684886 6.129312539 5.819020434 5.94820012 6.193986316 +LQ04X023910 Predicted protein 5.18287204 5.35902344 5.401105549 5.373547856 5.060597707 5.108760891 5.098069544 5.104432918 5.068384791 5.786614509 5.234682128 5.356021873 5.246190269 4.901685139 5.444727223 5.389529827 5.181258207 5.623971917 6.317636045 5.641941881 5.68820922 5.598635915 5.006902043 4.949595876 5.195921127 5.673338007 6.140174344 6.019246351 6.041801588 5.247638106 5.90521489 5.118931898 +LQ04X023930 Predicted protein 11.22618563 11.63457389 10.94729128 11.38532117 10.73803708 11.45840645 11.72235293 11.3060319 11.36682664 11.76136055 11.07151172 11.60475021 10.95398178 11.6183007 11.53234647 11.5307548 11.75668438 11.68435247 11.50868655 10.95309827 10.38888388 10.68357322 11.05309665 10.98255732 11.48509938 11.68203393 11.32671725 10.82294251 10.30898731 10.90997831 10.75780497 10.72458876 +LQ04X023960 Transporter, putative 12.0299409 11.83454692 12.22890687 11.98595514 11.67166572 13.00183523 12.6580718 12.2046891 11.87621827 11.28217745 12.12270557 11.97032542 11.7525344 12.89159792 12.09243217 12.02317825 11.53538708 10.98268824 11.26308989 11.38005483 11.144863 11.37479213 11.61559878 11.00726884 11.59400129 11.0558636 11.16222175 11.26732779 11.14227357 11.08556187 11.58096356 11.00958862 +LQ04X023970 Predicted protein 8.940293199 8.921679488 9.341666972 8.629159458 10.21706598 9.291192425 9.332677694 9.610605642 8.469573001 8.930717711 8.838819507 8.178496835 9.574179874 9.202986994 9.317295792 8.866117366 8.24419683 8.516539435 9.706001596 9.070170142 8.828318729 9.428258786 9.033254883 9.305959372 9.502397154 9.298483403 10.24809194 8.950655925 9.125499701 8.571657387 10.30546224 9.32621055 +LQ04X023980 Putative Uncharacterized N-acetyltransferase yoaA 7.610197046 9.086248059 9.02772985 9.669399835 10.36549808 9.297439768 10.01327897 9.939207099 8.200607502 8.543438763 8.967446831 9.63616567 9.859527564 9.360190769 10.05464573 10.16826995 8.585323203 8.435847454 6.939304432 9.524201698 8.17519083 7.888127446 7.806255775 9.774009489 6.613889313 5.429160372 5.627662268 7.364099136 7.891375214 8.479026022 8.86859116 9.535998979 +LQ04X024010 Putative Parafibromin 11.72117745 11.53377954 11.80339638 11.77120565 11.77838807 12.03687644 12.24049977 12.33179233 11.88374561 11.77780293 11.72253996 11.84464193 11.99579875 12.08651717 12.19298503 12.34974607 11.42064315 11.98395089 10.94725387 11.76324729 11.68663907 11.47924841 11.6650494 11.68019624 11.42388993 11.93704959 10.98444931 11.81667681 11.34806588 11.38869525 11.58071663 11.87225915 +LQ04X024020 Putative Non-specific lipid-transfer protein-like protein At2g13820 9.985628452 9.988352461 10.60269598 10.74485365 10.68982494 8.483549678 8.417195415 7.655303803 9.633481953 9.743732698 10.87168618 11.16568916 10.96424582 8.62202921 8.820498216 8.723708794 9.767311904 10.28024008 9.765702995 11.37839013 11.63653453 10.16341622 9.194114242 9.907333424 9.794572156 10.28021384 10.05147217 11.45808407 10.89787817 11.32762854 9.290237031 9.21502912 +LQ04X024040 Lipid binding protein, putative 5.266307804 5.548264642 5.652121249 4.940489885 4.925762759 5.354874875 5.103931963 5.234378031 5.134389786 5.112117289 5.341003897 5.083367707 5.135439836 5.107893992 4.943774637 4.983521847 5.428576129 4.97063092 5.55872918 5.650571561 5.599859844 5.467586429 5.341591277 5.054963284 5.259034063 5.293711406 5.919038108 5.452005061 5.438258077 5.360529308 5.643521276 5.37250696 +LQ04X024070 Proteasome subunit beta type-2-A 5.887664564 5.940143468 5.549049001 5.924649052 5.951400228 5.826976892 5.604083896 5.813988686 6.811148267 7.743156088 5.915195617 5.759731745 6.27653793 6.399105348 7.845955909 5.949905048 5.736707585 6.316198396 5.525447057 5.696946671 5.865492976 6.089007902 5.389258814 5.628066115 6.225507257 6.133740225 5.89035211 5.550354156 6.270416982 5.942833343 5.436538109 6.299202635 +LQ04X024090 Vicilin 6.056626954 5.766137601 7.541562217 5.632859924 5.576933011 5.919268355 6.472337047 6.436515413 5.807640537 5.501362785 6.776096858 5.942773535 5.207305754 5.745908787 5.748443722 5.936077597 5.335464384 6.05287929 5.95951543 5.81724953 6.130998648 5.818191745 6.834398764 5.183693263 5.950132787 5.864747186 6.185627487 5.413576125 6.039406019 5.863517929 5.895290079 5.625834863 +LQ04X024100 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 7.180994071 6.502793802 6.701485954 5.82748604 7.285167398 6.191930272 6.244224795 6.475399898 7.168745338 6.810306957 7.105803565 5.65620303 7.268020189 6.222734121 5.891499034 6.596257701 6.550561636 7.450299648 7.85037236 7.104436465 7.299600216 6.562976167 6.666299503 6.964812984 6.489181266 7.406589504 7.74373146 7.5655114 6.768804504 6.781868948 7.128023673 6.587872876 +LQ04X024150 Homocysteine S-methyltransferase 3 4.895420023 5.196034055 5.512913811 5.187448556 5.070357125 5.598734891 5.348901761 5.451686686 4.775140476 5.112202851 5.424495779 5.238765493 5.141414934 5.45007836 5.303284148 5.332088573 5.0805077 4.920136087 5.473493289 5.327591504 5.026111307 5.045331678 6.030281346 5.900574882 5.293261166 4.892103931 5.242552096 4.832750487 5.095727254 5.072985073 5.685429239 5.626242066 +LQ04X024170 Predicted protein 12.46603691 12.68503424 11.77362686 11.9949392 11.84729105 8.80906219 8.981070171 9.676508485 12.84784353 12.08807463 12.05404813 11.67950769 11.92090987 9.145057713 10.05577815 10.40530867 12.05835659 12.46217954 13.00533323 11.29644549 11.87046073 13.05530418 8.58032802 9.991401546 12.71546392 13.02484041 13.41419048 11.49576114 12.49744747 12.19277735 9.230198558 10.43937908 +LQ04X024180 Protein binding protein, putative 7.332039694 7.117549013 7.706945484 6.516304757 7.485697957 6.166410391 5.838983306 5.531319017 6.130821816 5.46581637 6.993878682 5.991181041 5.926619246 5.51346523 5.520185845 5.503311323 7.429149989 6.869376698 5.856865564 8.17676898 7.231699761 7.917790748 5.288779399 5.65903052 7.614752918 6.681535913 6.052312818 8.075347924 6.989960428 7.521719481 6.244787337 5.782303789 +LQ04X024190 40S ribosomal protein S3a 5.529819473 5.797024771 5.448890309 5.468639109 5.542772392 5.448773863 5.758702638 5.189598862 5.387209181 6.270121009 5.286447302 5.586244529 5.741123122 5.575678143 5.903235862 5.399785074 5.580474512 5.520019667 5.28577314 5.251919005 5.677983582 5.483564712 5.274941779 5.917080204 5.496862689 5.178526916 6.068890913 5.406780678 5.172886325 5.356739837 5.043877484 6.12616574 +LQ04X024210 Predicted protein 6.490065813 6.569926867 6.336169615 6.538134543 6.188759508 6.543988157 7.12773912 6.927803059 6.448581078 7.274977136 6.565016475 6.876391617 6.880110167 6.714509064 6.822854411 7.212192083 6.214909267 6.474934923 7.241762017 7.222449075 6.630184183 6.371622708 7.239929081 7.069729077 6.614905966 6.511280344 7.210989371 6.503547217 7.250983871 6.071482519 6.264499399 6.834631039 +LQ04X024220 Sulfate transporter 3.1 5.215679118 5.622918638 5.742573753 5.212161935 5.155367609 5.435997344 5.325587333 5.166371863 5.21196877 5.450800365 5.014254867 5.334485672 5.006219901 5.502492076 5.220649301 5.116172288 5.266403372 5.55815701 5.919871529 5.779381812 5.297226392 5.131569152 5.134469357 5.203452393 5.208402726 5.807572067 6.004675699 6.250901548 5.382487531 5.202386313 5.183648566 5.435646044 +LQ04X024250 Putative uncharacterized protein 5.320557667 5.629985965 5.859364212 5.646696954 5.703353125 5.766648298 5.656195683 5.688214412 5.615915141 5.456132704 6.089569636 5.890368904 5.433303261 5.798242032 6.26311982 5.537979945 5.567930753 5.748908773 5.969956199 5.329438847 5.355766049 5.619789222 5.351103905 5.266453411 5.433483306 5.136604791 5.680836864 5.07111485 4.940666014 5.591827199 5.139448591 5.524614287 +LQ04X024290 Putative DNA-directed RNA polymerase III subunit RPC9 12.26564814 11.6305539 11.65023923 12.51592134 11.66954198 13.50705658 13.3146054 13.04835038 12.21461424 11.95476352 11.90055847 12.78050285 11.77288794 13.49452295 12.91638589 13.18544458 9.207341483 9.002057578 7.832421605 10.29366086 8.775381863 8.449998544 7.883773428 8.749260291 10.86514274 9.701397903 7.401098324 7.662306846 9.519282392 8.931178197 10.86226821 8.254440643 +LQ04X024310 Putative Protein TIFY 4B 11.84757082 11.86419838 11.01151629 11.18274939 11.18429267 10.87753051 11.11502592 11.28418403 11.75852818 11.58744011 11.4533507 11.08271909 11.11949044 10.75750019 10.78207489 11.17513329 11.52186838 11.31664455 11.29738294 10.92646565 10.96812683 11.09732861 10.64648912 10.33073261 11.56756869 11.48550406 11.28337663 10.86287732 10.89599345 10.9324379 10.73720009 9.920550289 +LQ04X024320 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 4 12.89446882 12.03421142 13.39522384 14.14306865 12.68024313 14.78763377 14.85208615 14.92254558 12.43066937 11.60072049 12.97515817 13.61218291 12.46522211 14.57528924 14.71985582 14.48652184 12.51631963 12.84295613 11.83545431 12.73566543 13.07824456 12.42497601 14.04443526 13.60358518 12.20112522 12.37956623 11.52373543 12.85735874 12.55091369 12.91013935 13.9326849 13.25578938 +LQ04X024330 1,2-dihydroxy-3-keto-5-methylthiopentene dioxygenase 3 14.1793035 13.96264697 13.66785881 14.96246241 13.96556458 14.82393678 15.01773482 15.07218114 14.06994567 13.78722182 13.53913533 14.68660208 13.83953562 15.01055165 14.71766996 15.06864035 14.7587967 14.57050663 14.18167317 13.30804721 13.61501646 13.93266477 14.20159972 13.81342769 13.85121285 14.12148563 13.76335493 13.40264104 13.40332517 14.14848577 14.2270875 13.91297093 +LQ04X024350 Putative Dymeclin 5.248813461 5.29232776 5.821922793 5.784398636 5.575560786 5.606412215 5.131197852 5.463233478 5.627812851 6.185229556 5.461673674 5.687480512 5.782633954 5.100025848 6.226567518 5.856436892 5.164642088 5.630676211 5.888138638 5.539305031 6.020400342 5.334329318 6.06514531 5.472954034 5.436715579 5.557876337 6.053205343 5.449011312 5.869601069 5.754807027 5.565715907 5.328370992 +LQ04X024360 Early light-induced protein, chloroplastic 15.49707677 15.03102815 15.41745903 15.82146353 13.99412752 15.39495599 15.42246691 13.53737746 14.6790796 14.46051535 14.47409244 15.16270691 13.39436334 15.39878607 14.33409595 12.53476913 15.38467895 15.07628597 14.44849325 15.07689634 14.97558444 13.74294274 15.22903943 12.74308849 14.91683077 14.34776061 14.08716974 14.07802179 14.28776078 12.58281845 15.1324613 12.32018138 +LQ04X024420 Putative Transmembrane emp24 domain-containing protein A 12.90982228 13.11831488 12.92662857 12.76447337 12.74200965 12.40690094 12.24754876 12.01449663 12.89729712 12.93596182 12.93829124 12.81083187 13.08153175 12.26403823 12.1986907 12.3103869 13.03124368 12.88803358 13.20792273 13.33716257 12.83247286 13.03578775 12.33077067 12.8723118 13.03470904 13.03520132 13.14850925 13.34929406 12.6914603 12.97170264 12.21526971 12.78741776 +LQ04X024430 Putative Stem-specific protein TSJT1 13.1735059 13.11605384 12.79149271 12.18880478 12.76308136 12.1062345 11.61181346 11.47510395 13.14203802 12.96280229 12.99638315 12.32517793 12.94659855 11.99240521 11.75427301 11.95693526 12.99657984 12.70996297 12.79346066 13.14809232 12.54280031 12.8041136 12.34761336 11.75741004 13.04068151 12.59355444 12.59520193 12.4813127 12.32331635 12.38510399 12.12541651 12.09433741 +LQ04X024450 ATP binding protein, putative 8.988022324 9.200846581 8.535426579 9.148372763 9.308415174 9.609829811 9.598187047 9.881263147 9.083345371 8.904081716 8.954637199 9.271878501 9.194018765 9.824441956 9.345614811 9.780731678 9.197348358 8.644914112 9.085685265 8.490243299 8.036700076 9.40932162 8.683185325 9.16032239 9.542868637 9.075047675 9.26529914 8.730163572 8.600135141 9.838575209 9.112361605 8.932376999 +LQ04X024460 3-ketoacyl-CoA synthase 11 5.192930324 4.983002275 5.043984504 4.520927885 4.634373044 4.990489898 4.844110471 4.723259051 5.052892408 5.099623647 5.149152662 4.772804763 4.94231427 5.224884066 4.732148666 4.890241523 5.103806045 5.356931907 5.890953176 5.093169048 5.134738861 4.809505307 5.289632502 4.970327249 4.96126634 4.740272267 5.396754481 5.116385912 4.908863429 4.831093296 5.006600728 4.989224562 +LQ04X024470 3-ketoacyl-CoA synthase 11 8.217006439 8.345676818 8.962614633 8.598537784 8.493647272 8.462986521 8.579187473 8.504627879 8.470159793 8.799861393 8.520965979 8.434268963 8.710059846 8.542730642 8.439225865 8.592137387 7.880369982 8.452336878 8.009601439 8.585837819 8.970079874 8.288420828 8.54150109 8.923611763 7.963404554 8.16420607 7.97937888 9.112091789 8.190724433 8.274010537 9.268640888 9.129663257 +LQ04X024480 Putative U-box domain-containing protein 43 6.153982668 5.877502261 5.69695942 6.019447434 5.982236447 6.914736945 6.958836103 7.092476535 6.169674864 5.594716508 6.046870497 6.304418118 5.650030077 6.880472956 6.43305748 6.970026004 6.045099477 5.676693478 5.657059204 5.306578412 5.241257433 6.201816021 5.66880659 6.271704915 5.80496496 5.357538865 5.818752484 5.337182105 5.445954602 5.675707921 5.95834613 5.736051307 +LQ04X024500 At4g14615 6.63748477 6.528053557 6.332105564 6.622504924 6.657183049 6.835293559 6.36752444 6.875045163 6.745311701 6.875433234 5.309413 6.778584887 6.97429863 6.875815052 7.132514515 6.780265958 6.476582532 6.460974962 7.388934048 6.679701414 6.474653269 6.340945482 6.203517362 6.028059389 6.862664691 6.979475889 6.935144495 6.577247707 6.28975682 6.168354224 5.626888245 6.654692944 +LQ04X024510 CBL-interacting serine/threonine-protein kinase 7 8.052809175 8.35353167 8.652654928 8.727406761 9.071541333 10.43411845 10.04057198 10.04209548 8.471197618 7.581795664 9.126120054 8.776310042 8.631412989 10.11240021 10.19258164 10.13848995 8.902468408 8.407983047 8.447766489 9.092591417 9.149724606 8.801999905 11.08668179 9.908119567 9.074664981 8.847030513 8.84049834 9.011168641 9.823172362 9.591234413 10.85102775 10.28261492 +LQ04X024540 Putative uncharacterized protein 12.92374743 13.01036765 13.9798532 14.42057109 14.43805472 13.91258069 14.25198104 14.70886273 13.13286562 12.9579077 13.89730042 14.29048121 14.51238652 14.35900857 14.55592979 14.85661038 11.86459781 12.83935699 12.47641867 13.25131351 13.57545041 13.66535775 14.30397054 14.89449588 12.20957358 13.02829 12.89545306 13.52560452 13.56406089 14.75937185 14.42545282 14.70240786 +LQ04X024560 Putative uncharacterized protein 9.260095848 9.459768305 9.598059346 10.271427 10.39890752 9.515976889 9.554662642 9.810915942 9.677576614 9.092464443 9.597251522 10.48502754 10.00759609 9.370056375 10.02169793 10.22462541 9.493960175 10.0750773 10.40557107 9.016488157 9.386153232 9.473774414 8.273534291 9.766995858 9.852163875 10.45569454 10.56442117 8.933681484 9.318266985 10.53311178 8.554437719 9.793619497 +LQ04X024570 Putative uncharacterized protein 11.55096942 12.06369505 11.45283395 11.35567987 11.55249374 11.89972427 11.60310094 11.26442751 11.75996093 12.08199876 11.7443728 11.39823149 11.80022755 12.00572548 11.83436758 11.67626964 11.65740679 11.47355338 12.15935219 11.44662064 11.14313458 11.42323375 11.26708984 11.5304676 11.93437644 11.9133928 12.32098131 11.27167778 11.70258489 11.52961099 11.6359436 11.68068739 +LQ04X024590 Auxin-induced protein 22B 5.117953264 5.141757961 5.520386587 5.4857217 5.038687444 5.589054495 5.591785825 5.164761519 5.129420279 5.594014407 5.164233761 5.60868698 5.666900712 5.455885688 6.135187445 5.405781089 5.409932252 4.960535973 6.271920618 5.755413428 5.37811987 5.105776937 5.271039494 5.175231618 5.118025782 5.303839595 6.001737545 5.304993105 5.371706412 5.267468335 4.748451013 5.116193285 +LQ04X024600 Auxin-responsive protein IAA14 10.741404 10.95813397 10.24528098 10.43154376 10.61949948 10.525019 10.54073356 10.19226352 10.44827792 10.40729441 10.28532791 10.42927219 10.13888906 10.82985002 10.83529335 10.65188659 10.68955977 11.48244579 11.38015752 10.57883011 10.34053102 11.58120501 10.02096276 10.54472473 11.53818885 11.48410084 11.95656055 10.63689981 10.78090033 10.21611832 9.626655986 10.69736893 +LQ04X024640 Putative Protein transport protein SEC23 6.072311361 6.251476184 6.694954192 6.290680205 6.42102366 5.761008771 6.048136712 5.788692705 5.430829759 6.605769385 6.619671806 6.463648051 6.821128154 5.282134334 5.570191481 5.735119986 6.126903834 6.903949435 6.595773199 7.760578571 6.364377854 6.715881694 6.452702002 7.38301461 6.217496534 6.748407469 6.115184185 6.34019332 6.092176857 5.980892806 6.089068019 7.396093333 +LQ04X024650 Putative Mitochondrial inner membrane magnesium transporter mrs2 5.49821257 5.749489348 5.729474681 6.515378546 5.859811977 6.251601762 6.111892809 5.934621971 6.045187836 6.673366341 5.537126674 6.004465632 6.103971487 6.009321892 6.962198012 6.378594585 5.740625093 5.469552912 5.287772535 5.636008988 5.613781004 5.838730599 5.948981944 5.753925896 5.410608908 5.742722207 5.446360558 5.297360954 5.875744579 6.121827619 5.697752896 5.171570102 +LQ04X024670 PRA1 family protein D 11.53467355 10.53498199 11.560016 11.53912247 11.46714646 11.45491646 11.4233497 11.19494942 11.48181917 11.75053841 11.36063241 11.57662174 11.7050593 11.73115789 11.36066427 11.55562345 11.09939179 11.06515905 11.5336307 11.15769745 11.28079204 10.8649363 11.10329937 10.27843616 11.40032082 11.1930716 11.65866769 10.78789972 10.76754145 10.57218659 10.87852448 10.34644128 +LQ04X024720 Putative DNA-directed RNA polymerase II subunit RPB7 5.156622172 5.238358815 5.205500554 5.2882335 5.019925315 5.053067782 5.064750879 5.194856341 5.29011816 5.510053237 5.409171718 5.109684122 4.96964977 5.440501849 5.637710266 5.352200803 5.278581101 5.028691799 5.616191265 5.606809472 5.658767832 4.870659375 4.981358273 5.093288941 5.032314577 5.313971495 6.412601164 5.327872608 5.424311874 4.938170363 5.128507837 5.223560346 +LQ04X024750 40S ribosomal protein S15 14.5475852 14.44273853 13.93170683 13.85205767 14.07704362 13.95951178 13.65895279 13.68568998 14.74394348 14.65068023 14.15540929 14.32006179 14.21055349 14.02162737 13.46876723 13.70727396 14.73455854 14.24899628 14.60617285 14.13325424 13.86561405 14.26284424 13.51129511 13.9034251 15.00005254 14.4837086 14.82045817 13.86427376 13.4934822 14.07023815 13.72104228 14.08342417 +LQ04X024760 Putative uncharacterized protein 11.64406496 11.88009034 11.73119118 11.1555065 11.05724134 10.33180773 10.38672288 10.02850433 11.4777293 11.63802843 11.57486261 10.75992216 11.20525219 10.6347243 10.32098798 10.43007957 11.70830092 11.41237496 12.35483748 11.7363179 11.19251858 11.54593571 10.69226613 10.94817364 11.56862621 11.52819101 12.54983498 11.61679551 11.63546427 11.4864822 10.7581586 11.04609516 +LQ04X024770 Xpa-binding protein, putative 10.54391582 10.91948513 10.1485798 10.77323268 10.32256018 11.0211082 11.17593586 11.11637576 10.73025455 11.27721039 10.3462148 10.87075117 10.73890129 11.06631317 11.39834396 11.07157241 11.25882558 11.41686693 11.1895156 10.29868201 10.1912793 10.79027362 10.75404279 11.00087234 11.00431265 11.27404108 11.33274705 10.41852224 10.35213097 10.87400886 10.58854088 11.01951417 +LQ04X024780 Putative uncharacterized protein 5.76060561 6.221095507 5.956652851 6.185270824 5.767372263 7.10822755 6.380621957 6.870006184 5.783055071 6.077058129 5.985643983 6.024972366 5.9979591 6.516860566 6.040207485 6.601082086 6.366555101 5.874367706 6.934942961 6.47567829 5.711676682 6.099711318 6.818333844 6.278443421 5.907483302 5.775988611 6.090463228 6.453589228 5.714505398 5.953023948 5.783709603 6.034761439 +LQ04X024790 Phosphatidylcholine transfer protein, putative 13.8432455 14.11045561 14.10201726 14.64539001 14.16080609 14.33721373 14.18482246 14.26308355 13.66390494 14.02932929 14.13017067 14.58843734 14.10478956 14.22829313 14.41530893 14.53541746 13.83822701 14.01586524 13.54521903 13.32637523 13.56055787 14.09581207 13.35071702 13.32402368 13.41988398 13.90745385 13.33707061 13.35446016 13.4446645 14.3017072 13.01535238 13.16710773 +LQ04X024800 Putative uncharacterized protein 5.261326376 4.771033375 4.97801877 4.718732432 5.663183582 4.90047658 4.808735046 4.877967123 4.926265135 5.038752319 5.673225947 4.811988197 5.43257718 4.874758152 4.655193359 4.683344569 5.260262143 5.464098393 5.502011114 5.307507614 5.324182898 4.960173338 5.197841135 5.461365075 5.346689806 5.166091039 5.532362085 5.433780175 5.183791889 5.35228666 5.494943195 6.485285074 +LQ04X024820 Putative N-carbamoyl-L-amino acid hydrolase 11.96929457 11.70169654 11.75440508 12.4889905 11.7481452 12.81654374 12.50718887 12.28307684 11.73774716 11.59564069 11.70434577 12.76865034 11.6409159 12.77927672 12.59239555 12.49841815 12.66621865 12.66675676 12.58712935 11.66508765 12.55930307 12.07938545 12.64927331 12.25362937 12.59554313 12.35325594 12.64003228 11.65245515 12.29030344 12.94855612 12.76625152 12.3531465 +LQ04X024860 Nucleic acid binding protein, putative 6.130320101 5.799038608 5.718116056 5.453004068 5.694849866 5.562597969 5.594267268 5.755525784 5.880466647 5.37922108 5.579117049 5.297022292 5.806392973 5.433945205 5.440468975 5.347837032 5.911749044 5.778655228 5.54618194 5.67430229 6.341957458 5.751876368 5.780651695 5.640355652 5.910972548 5.853643415 5.578121191 5.63874037 6.053866234 5.867629738 5.817733408 5.309871689 +LQ04X024900 Predicted protein 9.195652878 9.189791527 9.305806979 9.344219186 9.733978599 10.45518892 10.43161766 10.677137 7.52607493 9.092437363 6.786671336 7.938644397 7.667696429 8.955326238 10.41728573 9.231144125 8.911691017 9.322747314 8.996426634 8.237152835 8.202257369 9.441770038 9.561941277 9.963252665 9.240406654 8.887126319 9.478374834 8.148494806 8.483629795 9.649481742 9.640307858 10.25921043 +LQ04X024960 Putative Cellulose synthase-like protein G2 10.18284702 11.08552439 7.081234915 7.977632214 8.179412802 10.6028283 10.40552677 12.51848017 10.42743517 11.24747834 7.475365511 8.75289057 7.605958398 10.35057812 10.51123703 11.10961452 12.5392369 11.9913516 12.68900917 9.726158252 9.947777474 11.24059419 10.96006583 11.59987401 11.9763848 12.03349575 12.61499882 9.931039496 8.690357479 11.46266687 10.29417777 11.17166264 +LQ04X024961 Putative Ribosomal RNA small subunit methyltransferase A 4.990286304 5.192847184 4.984506568 4.952887358 5.089042216 5.440318084 5.184390143 5.178181266 5.133298225 5.265676407 4.752522447 5.04662869 4.892425891 5.172114122 4.967414517 5.025721829 5.192077025 5.126280033 6.015861364 5.061636045 4.965344229 5.096899547 5.219392537 6.197714969 5.260320255 5.184056215 5.710109055 4.949073432 5.480451556 5.11889667 4.905684948 5.926861324 +LQ04X024970 Putative Cellulose synthase-like protein G2 5.455484122 5.743163075 5.609953317 5.184033633 5.712358639 5.126034656 4.968046411 5.065181802 5.636192357 5.466698752 5.185549925 5.244615797 5.590938629 5.511353311 5.066950355 5.338275238 5.850634452 5.608564659 5.522399799 5.849391656 5.805555357 5.575109272 6.026619901 5.789183808 5.712502313 5.384278248 5.159962372 5.770086282 5.614099283 5.956889697 6.321969679 6.197051877 +LQ04X024990 Putative Transcriptional regulator SUPERMAN 5.088145505 5.223581181 5.448261575 5.063285753 5.644393129 5.279271005 4.991351975 4.894580421 5.136060553 5.0541954 5.282085481 4.809941381 4.883292944 5.552044979 4.94249705 4.98329568 5.259121219 5.296362828 5.094792756 5.04989492 5.472698569 5.218220231 5.122922804 5.743802518 5.138596308 5.097417705 5.283766787 5.068148777 5.374907703 5.613544187 5.17256601 7.281674741 +LQ04X025010 Ethylene receptor 2 6.585294755 6.596895878 7.142226719 6.181601945 6.390731522 6.705520634 6.620514733 6.54174072 6.626493387 6.146161701 6.984473116 6.330439437 6.873244972 6.432784286 6.155888333 6.53980832 6.771900111 6.562307165 6.330923991 7.290322498 7.66680283 6.364748867 6.643087393 6.68116879 6.231256263 6.525824104 7.154780472 6.769464217 7.527871224 6.355934293 7.059585882 6.655060337 +LQ04X025020 DNA binding protein, putative 5.474483449 5.62811982 5.593745347 5.437081281 6.135699905 6.033504558 5.774587129 5.785673834 5.383909763 5.225209801 5.415469346 5.398912032 5.430028496 5.8260043 5.553198948 5.37791889 5.439015269 5.907818469 5.753528858 5.439937427 5.917494767 5.764648552 5.484428353 5.75567184 5.602598105 5.35201204 5.80723424 5.269463771 5.461478754 5.480702071 6.076004259 6.639501023 +LQ04X025050 Putative Secologanin synthase 9.219039655 8.142038263 10.64625662 10.43878836 10.34979621 9.968930128 9.645880476 8.630866252 8.907996889 7.118371928 10.6373729 10.61247268 10.37845759 10.38099077 10.15371203 9.549060539 9.122250175 9.267062435 8.505796626 10.91049292 10.21740142 9.987265383 10.48133603 10.75045354 8.882869369 10.25067749 8.463219773 10.81048514 10.40767027 9.805907951 10.79132962 10.33586164 +LQ04X025060 Putative Uncharacterized protein At4g14450, chloroplastic 14.18910234 13.11267634 14.45637879 13.60228023 14.09330156 13.06227952 12.89784294 12.88963089 13.88540849 13.85427251 14.14027216 13.02761023 14.22963554 12.72828558 12.93733448 12.48730351 14.45896953 14.73585553 13.85823773 15.33661701 15.10671893 14.81100769 14.00306879 13.86630039 14.05795966 14.4963236 13.65210269 14.95222562 14.331772 13.62029656 14.23956276 14.00663106 +LQ04X025130 AT4g14430/dl3255c 12.34767642 12.34954867 11.96351046 11.69648979 12.42485908 12.39558537 12.50381845 12.54909634 12.12120634 12.31406322 11.9496391 11.79301706 12.37133291 12.44690476 11.97811483 12.82351424 12.48586988 12.50050646 12.20501506 12.73557793 12.63054698 12.34037354 12.65528139 12.95946259 12.11933005 11.73612158 12.07230964 12.27013566 11.96400865 12.15330379 12.61311637 13.13312947 +LQ04X025150 Nicotiana lesion-inducing like 5.526168029 5.019815567 5.335412992 5.264962724 5.439400955 5.251590203 5.223937177 5.431922441 5.575581502 6.017685906 5.582330911 5.345192053 5.70389083 5.139883579 6.176052422 5.424534545 4.904794736 5.180844889 4.833756024 5.460006709 5.29301661 5.152697364 4.829325175 5.309822312 4.907613579 5.179327294 5.015285763 5.574809811 5.462004041 5.549872487 5.125556321 5.318566644 +LQ04X025160 Putative uncharacterized protein 13.705791 13.29633989 13.21183482 13.97922109 13.28278127 12.31318096 12.74066794 12.75260913 13.56934202 13.50855464 13.28797332 13.70344841 13.3892509 12.09134888 12.97005775 12.85422663 12.97042492 13.0012701 12.7250008 12.59228939 12.78245881 13.37977954 12.20455631 12.0908219 13.23819345 13.58008466 12.64168142 12.60889303 12.84988389 12.92075196 12.1910802 12.45875128 +LQ04X025230 1-aminocyclopropane-1-carboxylate oxidase homolog 1 12.46650471 12.11394632 12.48839856 12.61469619 12.37911556 12.8618006 12.8225363 13.34029407 12.33082318 11.30790703 12.46258799 12.42090965 11.9088246 13.0635303 12.84011643 12.75706476 12.12039479 12.49503657 12.3882341 12.69959648 12.83733846 12.82430335 13.58906486 13.75011122 12.39039437 12.93729038 12.29291814 13.28587428 12.94493304 13.73859383 13.53138409 13.85049719 +LQ04X025290 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.428769666 5.099511039 5.667372389 5.059216255 5.385728043 5.430780168 5.146788023 5.116459358 5.130074474 5.279810192 5.846353726 5.472793348 4.975514499 5.415795331 5.036899289 5.457977134 5.309349405 5.172109353 6.111031025 5.511776098 4.951866205 5.552170235 5.358023233 5.952429592 5.34593639 5.038503761 5.16851321 5.529326209 4.962199176 5.499697805 5.944984125 6.390756964 +LQ04X025300 1-aminocyclopropane-1-carboxylate oxidase homolog 1 8.548794978 8.898134669 7.568656537 8.274244691 8.390104925 8.754727602 8.556918628 8.798807702 8.773475173 8.639422202 8.855384675 8.448344189 8.548934927 8.658032719 8.327272527 9.033201892 8.4153775 8.745419221 8.813901392 8.870538887 9.052764747 8.50121779 8.418439185 9.132596491 8.717262941 9.028647949 8.909737879 8.393290442 8.850340126 8.637023976 8.929516668 8.336853982 +LQ04X025310 1-aminocyclopropane-1-carboxylate oxidase homolog 1 9.458656132 9.700691192 9.162186788 9.244225368 9.296967636 10.06886606 10.13401586 10.02632396 9.461856368 9.454100417 8.942416923 9.439149146 9.044655555 9.969601639 10.20061385 9.879256788 9.53828138 9.321127068 10.352125 8.756520897 8.840104352 9.205625864 9.775733345 9.857425981 9.811112054 9.466737598 10.47503542 9.064385363 9.424073035 9.763031485 9.988495863 10.21621341 +LQ04X025350 Transcription factor bHLH104 6.093080933 4.971083619 6.21395718 6.504852736 5.392070234 5.869136428 5.859098276 5.70309595 6.398331649 7.422326732 6.277534185 6.035332509 5.705490919 6.605534155 7.750413722 5.699555235 5.025993476 4.834188901 5.143758324 5.41161771 5.234447299 5.225712983 6.052843345 6.241645896 5.166735792 4.757921573 4.848238372 5.205487329 5.069039657 5.217490217 5.704139737 5.482631295 +LQ04X025360 Electron transfer flavoprotein subunit beta, mitochondrial 10.85769886 10.93582296 10.98428141 11.71396233 11.23021874 12.09326693 12.34013808 11.85310026 11.09587117 11.14943403 11.24200569 11.83522496 11.51467401 12.14983509 12.00961626 12.14224549 12.09534545 12.39509154 11.8898551 11.79001421 11.90568346 11.80065662 11.76909137 12.35413548 11.56513482 11.60111599 11.61363183 11.81708395 11.1865173 11.92949538 11.66595497 12.20871731 +LQ04X025410 Ethylene-responsive transcription factor 1B 6.462075182 7.842512323 4.781258589 6.976364339 9.007624495 7.664996397 8.992447058 12.79568628 8.47778251 6.929679735 5.075650173 6.521601271 7.591169405 6.754126294 8.406687278 12.18198087 9.823845887 8.638324105 9.760838093 8.707479937 6.212492418 9.060169453 9.662015033 12.21015797 6.874184949 9.960305845 8.792977674 5.895860432 5.616712328 11.10852582 8.98379439 11.54660485 +LQ04X025440 Hypothetical protein 5.607247297 5.487070851 5.547196922 5.977655008 5.608968862 5.919219298 6.311347832 6.285980068 5.77385894 5.488337575 5.281271649 5.98809857 5.934566538 5.855856729 5.629081851 6.286470524 6.183798289 6.043045576 6.100719232 5.386859121 6.218056858 5.440255295 5.275499111 5.189953595 5.796192919 6.403427024 5.697462401 5.368591861 5.656832953 5.78963608 6.002459938 5.008198237 +LQ04X025450 Putative proline-rich cell wall protein 11.31403477 12.20980209 11.89468388 11.0225234 13.13034776 11.37615523 10.90454195 12.64527241 12.32735194 11.68264619 12.15634478 12.06497809 12.36122868 11.42843904 10.72406469 12.34756796 14.19051092 12.9868439 13.72931489 14.36892785 13.8718759 13.67162678 13.52984483 12.63650506 13.42235888 10.82466594 12.62658321 14.49018534 12.10548189 13.56701409 12.54632958 12.87191511 +LQ04X025470 Probable inorganic phosphate transporter 1-7 5.25341958 5.195251785 5.282837245 5.980541882 5.979552749 5.734569018 5.882605316 5.592734421 4.930763943 5.521871614 5.414173477 5.880764664 6.236185954 5.707523603 7.228282005 5.97068401 5.824042212 5.721020557 5.261845084 5.925391446 5.764870637 5.535602709 5.31306226 5.624495585 5.618371222 5.726005833 5.223948612 5.533719867 5.065215734 5.638968914 5.471746891 6.736946271 +LQ04X025510 Cryptochrome-2 5.193111145 5.367107253 5.568115425 5.670036037 5.473461677 5.25938441 5.778693479 6.446622291 5.624241852 5.4079247 5.229326427 5.64100958 5.522322638 5.940378686 6.3979531 6.216262255 4.879652599 5.50967933 5.713902748 5.344789845 5.349383452 5.266993528 6.413445073 5.80977623 5.177745733 5.302481284 5.840330427 5.932069209 5.175061758 5.292920265 5.976183495 5.037165237 +LQ04X025520 Actin-depolymerizing factor 13.33559009 13.74265979 13.28742083 13.24953173 13.47447491 13.58486317 13.77404904 13.74593441 13.15999847 13.38093377 13.33031951 13.31440909 13.16241535 13.80154607 13.66246989 14.1483905 13.78210404 13.95300029 13.97891038 13.6170276 13.1994061 13.66731085 13.29421962 13.70771443 13.41098659 13.36713965 13.73616153 13.28681194 12.53593353 13.70245726 13.489452 13.6484007 +LQ04X025530 Malate dehydrogenase, cytoplasmic 14.94906522 14.84913349 14.39102801 14.51182555 14.39898989 14.28175702 14.36333 14.0573541 14.84080911 14.94000615 14.54116572 14.76109174 14.61361577 14.19337182 14.44062525 14.09290026 14.82564509 14.64771176 15.12808999 14.74958133 14.44455744 14.6380037 14.55946252 14.70492564 15.28799205 14.95144721 15.04032731 14.73959388 14.67653407 14.57598035 14.15952281 14.60727184 +LQ04X025540 Pre-mRNA-splicing factor SLU7 11.98297452 12.14263869 11.73717164 13.08142862 12.32739657 13.75886574 13.64598655 13.81234169 11.81692619 11.66059496 11.64948409 12.93637586 12.18131776 13.62279719 13.75429571 13.65652167 12.14529221 12.52868939 11.17198033 11.83679898 11.83983598 12.2060305 12.59293957 12.62208858 11.58109848 12.09718926 11.16645984 12.11126679 11.47386799 12.43304671 12.62578051 12.56344978 +LQ04X025560 Probable glutathione S-transferase 9.076699788 10.12243676 10.51725534 13.14554378 12.78317742 14.64592382 14.7400293 14.72650431 9.326239866 10.32042581 10.54182712 13.30611793 12.09016075 15.03677259 15.37436723 14.90323673 12.55986012 10.58953763 9.431381002 11.27496953 9.953162462 11.70772154 13.90382523 13.89797442 9.40578864 9.05113718 7.833372533 11.32668241 9.705900656 13.76268914 14.44062054 13.63091287 +LQ04X025590 Legumin B 5.252513088 4.982732849 5.599096759 5.089409487 4.807339721 8.180513541 9.553880966 8.633986203 5.364178227 4.821408147 5.58121862 5.265202275 5.550067462 8.864996488 9.026520894 10.19060458 5.31839224 4.843706187 5.164266254 4.861208732 5.621766521 5.002814103 5.412283361 5.588077788 5.06880991 5.105911011 5.257353645 4.892954195 4.956519568 5.05577857 5.983002063 5.490977321 +LQ04X025620 Putative uncharacterized protein 12.6495993 12.88416243 13.93754439 13.2313442 13.901747 13.08862616 12.91695667 13.26385312 12.93217181 12.81544928 13.9699299 13.20511447 14.03919026 13.38256311 13.22306634 13.26996394 12.61069304 12.0906094 12.33829825 13.64746939 13.21709122 13.06034485 13.90528813 13.91429584 12.22306157 11.74282712 12.30477467 13.74715664 13.69878357 13.32048459 13.99396034 13.98902237 +LQ04X025640 Probable methyltransferase PMT8 5.771856788 5.807412843 5.463385287 5.592061851 5.800338941 6.042181089 5.52214705 5.113682456 5.59520439 6.191029512 5.529417473 5.508279779 5.438717663 5.76181153 6.034874365 5.294250706 5.539404641 5.782918854 5.504473509 5.509797314 5.269833366 5.668476845 5.057291674 5.411811366 5.683700248 5.87601838 5.551639538 5.51912249 5.922511339 5.945698194 5.472056428 5.60879305 +LQ04X025660 Calcium ion binding protein, putative 5.573384285 5.377664402 5.474825265 5.458653449 6.016438849 5.323564264 5.738934866 5.48354274 5.357699422 5.477091085 5.359541822 5.42091606 6.069496108 5.463023132 5.566758867 5.477285473 5.543837754 5.689478704 5.230250765 5.665281582 6.206734425 5.540772624 5.706029381 5.363206685 5.832800253 5.536126972 5.318347285 5.572648683 6.10756635 5.964556018 5.29986878 5.859163471 +LQ04X025670 Casein kinase I isoform delta-like 13.59582834 13.16882676 13.54821316 13.87194003 13.68733989 13.33771382 13.55991631 13.40297782 13.53246689 12.84637724 13.62999488 14.07532621 13.42917801 13.45491898 13.31903692 13.53652888 13.53994331 13.56491897 13.57578057 13.30078221 13.20526525 13.94559387 13.03612913 12.80930709 13.42076497 13.41393527 13.1834036 13.59328229 12.87922903 14.18336008 12.93018941 12.69798356 +LQ04X025770 60S ribosomal protein L14-2 15.07366399 15.17008419 14.89689389 14.82072492 14.71593336 14.96923869 14.81561032 14.54376507 15.33552952 15.39705062 15.16853831 15.22692623 14.91135881 14.71802019 14.77862186 14.70863186 15.57695939 15.2630857 15.32584767 15.1395541 15.0021143 15.00370749 14.86011463 14.66397166 15.57524316 15.43245535 15.50298682 14.89973308 14.60755024 14.85734211 14.6676056 14.65937487 +LQ04X025800 Putative Pleckstrin homology domain-containing family A member 8 13.50551054 13.74745179 13.52793685 13.92614514 13.3657143 12.55021099 12.83072937 12.26292913 13.69743932 13.99400181 13.89051977 13.7952729 13.69617075 12.86667888 13.0177095 13.01742544 13.5809649 13.42598962 13.13789372 13.36905678 13.10334692 13.35643006 11.61787614 11.57167133 13.43115571 13.39953722 12.84439189 13.05725292 13.07204178 12.6440981 11.41487498 11.60459917 +LQ04X025811 Putative Ubiquitin 11.9876745 11.82087896 11.76212378 12.00791186 11.46715916 12.46114248 12.56167463 11.95770894 12.07053124 11.96097095 11.82043539 12.03612704 11.68255894 12.5471933 12.51257277 11.94331578 12.65844968 12.3257987 12.45972266 12.35076209 11.95461359 11.62779104 12.38198384 12.12318009 12.31627392 12.47626727 12.49046388 12.33256567 11.93335066 11.82851797 12.4927501 12.02847575 +LQ04X025820 Putative uncharacterized protein 5.10894768 5.022662014 5.121209355 4.892677127 4.879558775 4.839642811 4.806215451 4.700776544 5.078987086 5.139081904 4.98417022 5.089543988 4.808887109 4.935908927 4.857173394 4.919868698 5.036764182 4.879229975 5.323749878 4.982436985 4.931408443 4.975196789 5.018287916 5.108148353 4.964857849 5.199533668 5.196974288 5.057120753 5.09338573 5.189200483 5.515708671 4.934001849 +LQ04X025830 Predicted protein 12.75390538 12.65307984 12.60998805 12.85562975 11.94499482 13.52096272 13.5622152 12.97268052 12.77934729 12.22638271 12.38730208 12.57470651 11.85361136 13.74082835 13.20671581 12.84106524 11.93429401 12.47771646 11.77562736 12.51951875 12.33958906 11.83989661 12.89761052 12.82949413 12.17955875 12.98769492 12.35768739 12.48275202 12.10033555 12.0016206 12.93762034 12.61921215 +LQ04X025850 Predicted protein 10.59060335 8.995682735 12.80478484 13.63317755 13.52459842 12.23919907 12.42719833 12.15036138 10.75049716 8.272181628 12.73092193 13.57606452 13.43620996 12.58120861 12.48286321 12.34659152 7.970320451 11.19480796 8.591508811 12.90600214 12.96580621 13.37134576 12.2928586 12.42407853 9.210291752 11.39834218 9.669472505 13.88773499 13.48097256 14.13955916 12.36178812 12.65006227 +LQ04X025870 Hypothetical protein 4.511541221 4.744634114 5.280848897 4.604405348 5.128420855 4.926770412 4.623756393 4.742954949 4.594950689 4.628036321 5.445049712 4.716511442 4.694452807 5.387652346 4.586753824 4.581831351 4.609798093 4.904992761 4.935740442 4.854390331 4.677397894 4.927677702 5.677443837 5.212063476 4.79744718 4.957324857 4.901637172 4.866054318 4.981029367 4.803319838 5.458879074 5.389298316 +LQ04X025890 Peroxisomal membrane protein PMP22 11.52140445 11.66396245 10.23760154 9.772176792 9.947875167 10.18240041 10.11172826 10.46555826 11.90824725 11.88914573 10.88240905 10.1410356 9.864656504 10.26486369 10.21738697 10.83227563 12.30207533 11.24373837 12.22321756 10.82914929 10.27094779 10.63996142 10.58338551 9.870168189 12.37475975 11.48030487 11.46886227 9.825836668 9.771226267 9.627239515 10.13908716 9.885960667 +LQ04X025900 Putative uncharacterized protein 5.152678208 5.371892201 5.247178128 5.280494402 5.476854541 5.22761442 5.392965771 5.394469963 5.120941479 5.664835628 4.869417166 5.32868231 5.039387545 5.379957785 6.042993308 5.762058613 5.272792723 5.202035215 5.008746566 5.354446068 5.30656869 5.241364463 5.235733591 5.37579821 5.294992134 5.232981015 5.257426187 5.243770551 5.598008336 5.626464145 5.565827812 5.547023704 +LQ04X025920 O-linked n-acetylglucosamine transferase, ogt, putative 5.501801047 5.705497409 5.43894535 5.573579896 5.292385575 6.462501312 6.315940273 6.579538192 5.082001693 5.483832028 5.436167792 5.319180969 5.393485088 5.726912254 5.736499542 6.531958637 5.433978879 5.232920492 5.398152921 5.427327161 4.864476744 5.404212739 5.50165429 6.509807795 5.842931937 4.889643783 5.134717921 5.074050221 4.934652152 6.049604605 5.6242992 6.732396489 +LQ04X025930 50S ribosomal protein L28, chloroplastic 13.64467991 13.46285602 14.07046683 13.95458924 14.11748056 13.33274081 13.68197801 13.59166572 13.87640602 14.04919856 14.15339506 14.05141719 14.70202198 13.82619058 13.88917336 13.65400856 13.2074524 13.64143656 13.53123114 13.8829192 14.50565986 14.16155242 14.35045642 14.16620358 13.66651564 13.97689308 13.9626145 14.04545989 14.40964603 14.24949761 14.59873889 14.06624185 +LQ04X025940 Putative uncharacterized protein 6.547781089 5.943651835 7.067155927 6.791577949 7.290074413 6.741718685 6.291793132 5.981462681 6.902232659 6.769739081 7.147017332 6.972151248 7.416525546 6.467089987 7.198436653 6.190857592 6.248943943 6.689203098 6.169430457 7.012593231 7.165243385 7.189200048 6.793495842 5.985019606 5.916673145 6.882471369 6.521553899 6.513586109 7.028217375 7.578882743 6.974086142 5.76542071 +LQ04X025950 Putative uncharacterized protein 14.26846334 14.28840829 13.94439371 14.69329226 13.88632101 14.41933911 14.88415701 14.6561064 14.2040318 13.44262498 13.82571998 15.19055753 13.9762325 14.80155029 14.41235507 14.69693139 13.84411547 13.98161595 13.34132664 13.55725687 14.11084249 13.75562355 14.27776296 13.81650103 13.80468523 13.8724014 13.62639468 13.68252682 13.71072783 14.31802478 14.28540642 13.75623723 +LQ04X025960 Cyanate hydratase 13.10575871 12.80997092 13.01771954 13.16915745 12.76902209 13.08297684 13.15404403 12.48405007 13.0253224 13.26234391 12.89890429 13.22971624 12.90797694 13.06327619 13.05989588 12.59845509 13.22226416 13.25460779 13.15071869 13.09916595 12.77167532 12.81813693 12.96667015 12.29954866 12.82826663 12.64442074 13.12922006 12.72974367 12.25792738 12.74693765 12.83164715 12.16218854 +LQ04X025990 Cyclopropane fatty acid synthase 13.89235177 13.27504598 13.97381118 14.12600977 13.11605847 14.24251818 13.42588115 11.90020401 14.13738691 13.13839023 13.966172 13.92370591 13.53077168 14.03487673 13.36764311 12.21257493 13.34005556 13.09159327 13.19814051 13.46825719 13.25143765 12.94448187 12.73166331 11.80420201 13.31977781 13.32301958 12.94408798 13.48798713 13.55967936 12.93678231 12.87038753 11.44211348 +LQ04X026080 Predicted protein 14.13474372 14.5387841 13.83764994 13.26389796 14.14535907 13.97035566 13.99197015 14.59589084 14.06693409 14.30059181 13.9340122 13.56325518 14.03859765 14.34768262 14.01220543 14.51721395 14.51200372 14.24203131 14.53380292 13.94980424 13.70728426 14.46295963 14.40075171 14.39222333 14.33362742 14.28396405 14.72849571 13.92839557 13.71619764 14.2672642 14.39991736 14.65558887 +LQ04X026100 Putative Predicted protein 12.50090578 12.86571268 10.5612797 8.829555403 8.659128576 6.869673613 5.946706148 6.314548373 12.89097549 13.1007041 11.90947625 9.32439234 9.242261467 6.456572727 5.78736613 6.476303657 11.72553917 10.9002666 12.26151429 11.22923024 10.85245977 11.3966685 5.379602556 5.282120209 12.22900261 11.93295158 12.17202259 9.304803104 10.49901916 7.724319021 5.178841384 5.869082658 +LQ04X026120 Putative uncharacterized protein 9.438929487 9.091495258 9.345464457 8.909787515 8.342553223 9.812835657 9.424869091 8.490497421 9.311561351 8.794823409 8.866661529 8.51999058 7.958116009 9.342787672 9.036827853 8.354929114 10.10369134 10.77630032 10.51269366 9.273553576 9.901481227 8.789685169 10.50163693 8.501135065 9.719631967 10.27505347 9.89040444 8.771753685 9.291068952 8.273187962 9.571919107 8.403240007 +LQ04X026130 Protein PROTON GRADIENT REGULATION 5, chloroplastic 5.575060348 5.253342902 5.470145915 5.672033031 5.116550934 5.285702514 5.449060195 5.756877699 5.220208588 5.234236879 5.921629492 5.6006103 5.338591358 5.43694096 5.543438731 5.390890549 5.258538613 5.418942213 5.130911857 5.099861081 5.196979647 5.306931907 4.943697503 5.181236099 5.471325642 5.398568141 5.103216686 5.131254186 5.14412565 5.366101284 5.735446921 6.09677108 +LQ04X026140 Eukaryotic translation initiation factor 4E-2 13.6309493 13.62470926 13.26101497 14.28251593 13.5348148 14.20725927 14.46194083 14.43456807 13.73079171 14.01161546 13.30707279 14.1733826 13.40413829 14.37856966 14.26177846 14.35892275 13.91816562 13.8259443 13.16323274 13.08061176 13.39363683 13.70229089 13.10799026 13.66824068 13.63998693 13.83426249 13.18964754 13.36538183 12.82505515 13.79991974 12.76625995 13.81696663 +LQ04X026150 Caleosin 6.182801 6.017818389 6.958604818 6.221052057 6.665786714 6.591048532 6.146512246 6.157429775 6.475040912 5.908125405 6.386317109 6.191829887 6.392225984 6.692415712 6.29108552 6.552953592 6.000943085 6.383377012 6.073355306 6.16010179 6.117822986 6.017102618 5.81049538 5.756910927 6.142149974 6.254282867 6.195131686 6.305596053 5.628410503 6.097082826 6.302002939 6.084950855 +LQ04X026170 Putative Ca2 -binding EF-hand protein 5.77108162 5.520997178 5.00067553 5.465347013 5.420870043 4.94956926 5.160288462 5.093233156 5.707715915 5.802286852 5.243314036 5.595428292 5.678275571 4.948359263 4.894461282 5.101440929 5.154581049 6.002027675 6.444059231 5.840180317 5.514879086 5.349974412 5.381192841 5.347371603 5.611592821 6.105671411 6.380421224 6.37112741 5.368233017 5.016900108 5.265726157 5.324734884 +LQ04X026180 Putative Cyclopropane-fatty-acyl-phospholipid synthase 6.784854666 6.738968227 6.571201659 6.144007676 6.249356219 6.078569409 5.790212386 5.889226356 6.559567521 6.198492159 6.441534943 6.311113809 6.624131536 5.775142469 5.738609493 5.99810019 6.265714038 6.977061117 6.991104846 6.216849987 7.199138715 6.691317288 6.638603241 6.267484678 6.624404773 7.262713762 7.007846306 6.425883823 6.7645366 6.510796045 6.107528784 6.61622252 +LQ04X026210 60S ribosomal protein L23 14.9892896 14.81296293 14.84226153 14.36452143 14.7677813 14.47717448 14.34619812 14.21482772 15.0505427 15.58290936 15.31270541 14.96736346 14.81251422 14.34799987 14.63367942 14.30040451 15.05059431 14.65179559 14.69485632 14.73050807 14.4775712 14.71509655 14.48592038 14.2003661 15.22218053 15.0567842 14.98916027 14.20736779 13.96661674 14.31028576 14.21341169 14.34200955 +LQ04X026220 Putative uncharacterized protein 12.35068892 11.80764532 12.18641908 11.32928491 12.29936416 12.33274959 12.11996168 12.37397882 12.45013571 12.13116927 12.25259865 11.45858585 12.3167416 12.4030706 12.35773653 12.36230874 12.31869356 12.51280925 12.70451638 12.55979418 12.04882801 11.68682122 13.0160262 12.99103062 12.27651722 12.2730891 12.64536388 11.9012408 12.34356551 11.74604863 13.19569757 13.25545408 +LQ04X026240 Pre-mRNA-processing factor 19 homolog 1 11.38388505 11.43987296 10.57354606 10.68204344 10.4116512 11.54967056 11.41511475 11.08100752 11.48870892 11.45978185 10.61570214 10.77845051 10.59813148 11.47291546 11.34301685 10.80384314 11.44084451 11.00415797 12.17578574 10.73319074 10.57872543 11.19486574 11.38737401 11.14294368 11.94530825 11.52592965 12.62580892 10.5800727 11.05951217 11.26807105 11.40363225 11.15738624 +LQ04X026280 Mitochondrial import receptor subunit TOM22 homolog 2 6.149720804 6.539429235 6.38154974 6.878776655 6.47268746 8.35064545 8.568084349 7.272264763 6.655580648 6.220977152 6.774834619 6.916295509 6.237603139 8.486979915 7.994008391 8.052988546 5.87676167 6.394424535 5.551720648 6.523467893 6.349810076 5.878095634 8.308436926 6.54321922 6.38840099 6.027804104 5.296942014 6.041128935 5.557803434 6.152171323 7.909095515 6.92999883 +LQ04X026300 Putative uncharacterized protein 5.637286642 5.870574186 5.900566793 5.510636496 5.33320217 6.894308086 6.40254944 7.284003102 5.780921158 5.164363068 5.546645233 5.792999623 5.422645465 7.234049256 6.327209557 6.861625891 7.605046976 6.199697057 5.425495933 6.029228198 5.249604655 5.799846417 6.825420336 6.207268523 5.811776335 5.727624913 5.302463789 5.304754122 5.570559329 5.988824137 6.709842763 7.723489313 +LQ04X026430 Auxin-responsive protein IAA13 12.64245186 12.69381873 11.58510515 11.35161176 11.75838162 10.32806487 9.922841294 10.15487296 12.72539486 13.10601805 12.1439561 11.44546326 11.37964668 10.60743786 10.00352323 11.25015008 11.77074224 12.15611011 12.58059034 11.52853121 11.25243138 12.00398784 9.32240144 8.662001801 12.96357547 12.70281482 13.00795819 10.84678207 11.24463292 10.3683417 8.896856401 9.271186914 +LQ04X026450 3-isopropylmalate dehydratase 5.850930271 5.519567893 5.586043372 6.180970744 5.946323402 5.799599165 6.114285543 5.548097984 5.631765367 5.476685335 5.355214437 5.923507985 5.817640503 5.623406759 6.234132517 6.17210999 5.618575099 5.704706275 5.890874974 5.779405198 5.973858693 5.796783421 5.361704691 5.146231636 5.433946069 5.653778443 5.591445581 5.877867817 5.60381421 5.845160185 5.599633599 5.293954898 +LQ04X026460 Putative phosphatidylinositol N-acetylglucosaminyltransferase subunit C 8.974480752 9.051524056 8.860971547 9.402135742 8.813456651 9.540934034 9.518726639 9.489704468 9.005221402 8.485537213 9.238456532 9.351028868 8.689934747 9.394047718 8.967691313 9.302160491 9.477315027 9.715291478 8.833211439 8.626010819 8.835572649 8.585989298 9.33778663 9.430292992 8.989814509 9.506138178 8.658184039 8.762724268 8.639575786 8.891084707 8.596153147 8.701973739 +LQ04X026470 Putative Vacuolar ATPase assembly integral membrane protein vma21 12.08947877 11.89990813 11.62312086 11.72376844 11.34095306 11.37632345 11.69517861 11.3818677 12.1977318 12.0684097 11.91237429 11.84478838 11.55259987 11.25453338 11.59228773 11.41326782 12.43511554 12.52243667 12.12390318 12.19535441 12.43517621 11.79206643 12.46890895 12.14749344 12.07089834 12.491237 11.72336684 12.22430637 11.50460461 11.82502431 12.32156725 11.99688509 +LQ04X026490 Aspartyl/glutamyl-tRNA(Asn/Gln) amidotransferase subunit B 5.08400335 4.876185136 4.992321417 5.360102154 4.800909333 5.897090504 5.276448861 5.212504801 5.092482737 5.481077685 5.327871648 5.227428616 5.464100528 5.342531497 5.850084713 5.531958045 5.314124266 5.262099199 5.410617887 5.126922163 5.742611303 5.485074706 5.731954036 5.836060382 5.292912904 5.529184756 4.890787534 5.331491278 5.642763142 5.425306041 5.564402257 5.193484875 +LQ04X026550 Putative Uncharacterized protein L728 10.18408159 10.06793996 9.671389985 9.886979756 9.790241388 11.6376716 11.35806994 11.19019202 9.894348669 9.555492909 9.858873192 10.09043159 9.707346308 11.7086926 11.57687876 11.52542498 9.98213444 10.13073 10.29394512 9.146323416 8.913039311 9.356584558 10.81288244 10.6242873 9.780614131 10.06251844 10.21371295 9.049988339 8.512364054 9.718857029 11.178579 11.02896477 +LQ04X026590 Probable histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH9 5.154347221 5.316907809 5.023295716 5.058170052 5.414379749 5.489435147 5.476926285 4.78724029 5.111710734 4.913139925 5.572295251 5.452878751 4.902260941 5.071336757 4.878848906 5.163680824 5.450327102 5.514369221 5.089564164 5.316217576 5.305835212 5.33379751 5.045003597 5.603569258 5.289196829 5.200719452 4.99171434 4.997049007 5.086916166 5.327736444 4.846616861 5.319872486 +LQ04X026600 Predicted protein 6.296355773 5.861774106 6.81602663 6.294554237 6.392411942 5.901885504 6.085360194 6.104182021 6.502826181 6.193174137 7.258501417 6.191664471 7.28293081 5.814907347 6.233613386 5.906435525 6.117676874 6.606277786 5.353315854 6.355937269 6.502310463 6.579895374 6.25353199 6.387103344 6.215976669 6.768196185 6.102067056 6.311114233 6.850853065 6.735567079 6.344375885 6.47250172 +LQ04X026610 Caldesmon, putative 11.60628742 12.10735304 11.63648307 12.07541693 12.17249807 12.57421631 12.4903477 12.9027768 11.94773976 12.33693972 11.77599174 12.2693798 12.10905355 12.98306909 12.49605548 13.25337453 11.84898558 12.02281951 12.00063398 11.65443141 11.72663342 11.8412397 11.44773906 11.96793859 11.98658683 12.08395161 11.93143135 11.67409944 11.33704092 12.15141398 11.93759863 11.94574084 +LQ04X026640 Predicted protein (Fragment) 4.897085739 4.826372573 5.075243374 4.981555962 4.873419824 5.632454267 4.829122252 4.967328461 4.869165176 4.834024176 4.986963262 4.89184531 4.993057489 5.134754151 4.857904221 5.206086683 5.050341627 5.155345171 5.139545782 4.868137478 4.789317337 5.111702371 5.52626655 5.353108396 4.941156585 5.168644913 5.358090817 5.307052922 5.534857114 5.176158024 6.197555027 5.234995058 +LQ04X026660 Putative uncharacterized hydrolase YOR131C 5.172916416 5.393154051 5.682652612 4.945607727 5.339167191 4.856324195 4.947633417 4.929502121 4.989895622 5.210066131 5.614934046 5.100928735 5.049693793 4.94491583 5.366237903 5.004878716 4.998883037 4.837613242 5.149945345 5.671039024 4.987509494 4.776593675 5.395670666 4.930923615 5.131012001 5.148667801 5.27774871 4.631381332 5.147702371 4.889591106 5.334801373 5.507685791 +LQ04X026670 DEAD-box ATP-dependent RNA helicase 13 5.34542154 5.118154783 5.037631633 5.370263812 5.614963768 5.567842317 5.550983154 5.105625433 5.509771101 5.926445141 5.191007901 5.396811336 5.190390068 5.480220753 6.464992533 5.403871725 5.233050227 5.311927463 5.144276812 5.488961988 5.357007858 5.276904181 4.716307648 5.231157382 5.271608273 5.260148144 5.399544796 4.983321976 5.716318879 4.993988008 5.154724029 6.135065603 +LQ04X026690 Ammonium transporter 1 member 1 10.20355531 8.892558136 11.48208358 10.54233773 11.59169968 11.89341776 11.20233851 12.11975337 10.52029734 8.175709467 11.24102735 10.28875305 11.22777726 12.26117553 10.66443327 11.45148951 9.396866904 9.67821461 10.01791975 12.11589676 10.6811215 11.02080501 12.24898274 12.04937045 9.288496084 10.07171554 9.516591542 11.71268346 11.38792179 10.73317931 12.43805667 12.35561648 +LQ04X026720 Putative uncharacterized protein 5.55312893 5.560098848 5.220811449 7.956791768 5.899764254 8.65884308 8.699323599 7.87345348 5.474285213 5.411572226 5.173393942 7.869330206 5.571260429 8.585770775 8.179664186 8.379989955 6.124599464 5.183159435 5.286321618 4.654301857 5.02266716 6.383597176 4.914696 5.384491645 5.901764454 5.166404902 5.485217167 5.555179917 5.175133291 7.528588522 4.972485537 5.447245179 +LQ04X026730 Predicted protein 12.98881399 12.20157997 12.82544505 13.38695952 12.87312679 12.87569206 13.23175381 12.82363347 13.024908 12.58485337 12.98884295 13.39442471 13.00799773 12.92151396 12.5118262 13.05781427 13.14130336 13.24332532 13.3247254 13.03140954 13.08255455 13.0732352 12.58418577 12.55363215 13.33383218 13.34920449 13.39357579 13.30457121 11.9889913 12.85455537 12.64902389 12.33674429 +LQ04X026760 Protein MOS2 6.256941963 5.721628029 5.425266086 5.808869751 6.254235532 5.646720197 5.339618405 5.279013026 6.225192108 5.786632022 5.646721318 5.892448572 5.918574788 5.440390733 5.254313769 5.575824429 6.279883876 6.231481946 5.742725653 5.295492596 5.269825658 5.786586663 5.440696237 5.219792866 5.682317471 6.293207028 5.886308934 5.590847346 5.490969072 5.841766174 5.390989038 5.64294248 +LQ04X026770 Nucleotide binding protein, putative 12.20313694 12.14705025 12.35931875 11.55577533 12.47437293 12.64019257 12.28952925 12.40397134 12.11579226 11.99742633 12.28449313 11.81464162 12.30159347 12.74030956 12.28365893 12.40310773 12.43223489 12.42929693 12.85776408 12.57750063 13.14639458 12.55153303 13.33072943 12.96668877 12.49865921 12.26827824 12.847473 12.420515 13.0757789 12.42481695 13.50948172 12.87877303 +LQ04X026780 Beta-amylase 1, chloroplastic 10.72528631 10.43660935 12.04671713 11.01046433 10.79420957 13.64142179 12.77786714 13.22326594 9.863521528 8.962652785 10.78126169 10.41136935 10.14149454 13.44413044 12.53314019 12.00953722 12.4614849 12.34607948 11.85749407 11.62118652 11.05274204 11.23829606 12.73526801 12.7895368 10.23499893 10.00873366 11.10011188 11.46024942 10.31114516 10.71507634 12.68096006 12.552285 +LQ04X026830 Putative F-box/kelch-repeat protein At3g06240 5.115636954 5.239949068 4.976943163 5.212992964 5.084900688 4.983461657 5.20909774 5.389323616 5.331387802 5.291356532 5.402364241 4.961913403 5.03627239 5.203525286 5.372504344 4.900828606 5.286111647 5.045493716 5.580591772 5.050437443 4.645395265 5.181182403 5.439454532 5.694977761 5.285307163 5.449238758 5.876097263 5.293406119 5.548174621 5.17319153 5.267496241 5.194747912 +LQ04X026860 Protein FAR1-RELATED SEQUENCE 7 11.49108164 11.54968566 11.58899297 12.13310092 11.84207993 12.48814332 12.43397598 12.63383831 11.82871846 11.9129754 11.80476105 12.11298628 11.93073386 12.55429709 12.29448244 12.62034298 11.95398182 11.45576009 11.42329234 11.12377409 10.79108369 11.39251432 10.97196495 11.32694723 11.52375185 11.17416952 11.10991283 11.2869042 10.43266445 11.51565175 11.33761062 11.13627253 +LQ04X026870 Putative Pentatricopeptide repeat-containing protein At5g18950 5.34206901 5.627076151 4.896921891 5.017082981 5.074005846 4.809836837 4.883529744 4.849223111 5.376261341 4.83806415 5.587647631 4.930682962 5.522843489 4.774705099 4.832604215 4.973886149 5.148457068 5.344160101 5.344638582 5.405898495 5.947105093 5.281450331 5.457270942 5.739181856 4.956155206 5.405348249 5.177433241 5.492954444 5.292138534 5.15603148 4.831341569 6.018409756 +LQ04X026880 BI1-like protein 5.843689373 5.899053648 5.319706469 5.823284405 5.303538122 5.847490408 6.470289901 5.376280178 5.450306969 6.013863326 5.090269766 5.98325702 5.128997951 5.615725705 6.735393961 6.15434999 5.01783217 5.504107443 5.88366167 5.781766904 5.512687752 5.98964855 5.363592586 5.105276285 5.540402802 5.592442211 5.509915022 5.571320287 5.830221489 5.777520179 5.790245616 5.405594808 +LQ04X026890 Synapse-associated protein, putative 4.875863361 5.266947001 4.730455245 4.914855624 4.532499004 4.957765071 4.827817769 4.945714188 4.88560218 4.889518325 4.60574935 4.869674358 4.71778681 4.799991051 5.057631259 4.789082407 4.610412957 4.553918179 5.100188182 4.889097136 5.194693234 4.689992237 5.099629554 4.783679548 4.645230562 4.981069851 5.281092724 5.357150126 4.895264052 4.680647139 4.810107241 4.900541167 +LQ04X026900 Putative Calcium-binding protein 39 6.261940841 6.144028192 6.592368703 6.418013342 6.200340206 6.351445491 5.908950141 5.58227088 6.818091021 8.038098202 6.798980489 6.3090741 6.639748012 6.594173952 8.220884 5.952631565 6.050091907 5.845286111 6.839879876 7.285620575 5.7518793 6.367557747 5.96180603 6.588781337 6.227686589 6.292365186 5.94885877 5.972551864 6.106742101 6.432321082 6.052843158 6.697429692 +LQ04X026910 F-box/LRR-repeat protein 4 10.99440436 11.37860465 11.42169712 11.11290349 11.56333067 11.38021762 11.27567063 11.85175848 11.13989248 10.92927145 11.46767025 11.5354901 11.69969695 11.39912876 10.90329034 11.91444492 11.31396321 11.87951298 11.24338527 11.89067357 11.52481579 11.78990158 11.66177253 11.61874301 11.2135909 11.55357342 11.21579957 11.6413597 11.4497762 11.55676574 11.50468458 11.64076366 +LQ04X026970 Uncharacterized protein C216.04c 5.630334674 5.116456522 5.270973299 5.730805592 5.178617613 5.379499673 5.572592756 5.23704941 5.466749764 6.619951823 4.934358695 5.961142339 5.570837304 5.377328118 6.267763162 5.409054138 5.757383174 5.677472996 5.940868554 5.587616224 5.105113072 5.726056848 5.254995407 5.455194299 5.631779442 5.452569633 5.717605179 4.895866838 5.367172398 5.339345869 5.560012013 5.053033512 +LQ04X027000 Predicted protein 4.852845855 4.999308137 5.321991232 4.931813696 4.635474058 5.077882524 5.053740026 4.989795828 4.724627731 5.275170629 4.920182392 4.665733313 4.81694683 5.054818425 5.209984661 4.947622051 4.856458022 4.815870594 5.024808592 4.686441322 4.950092054 4.53169342 5.378730129 5.61174453 4.833686011 4.597662823 5.011074341 4.806788209 4.900687521 4.803179061 5.5859485 5.296998654 +LQ04X027010 Putative uncharacterized protein 7.436949646 7.15457547 8.273016396 6.613750841 7.720659697 6.764331394 6.642500917 6.771321889 7.502573756 7.202904788 8.412883644 6.961953892 8.043898529 6.438672815 6.308834281 6.843140439 7.078804124 7.995508503 7.679283537 7.968753417 8.473465879 7.72400842 7.935717122 7.985531816 7.147589957 7.754638728 8.347980824 6.904931932 8.442567668 7.74486319 8.414075717 7.792173196 +LQ04X027020 Pyruvate, phosphate dikinase, chloroplastic 7.264903788 6.514431375 9.727193003 11.36758975 10.42162737 13.95116627 13.77566723 14.29211685 6.806772031 6.424856966 8.652534039 11.35198247 9.556066423 14.11554498 13.4624949 14.30209525 7.548687155 6.796314006 6.349931522 7.25285691 7.969729583 8.695364512 11.88448211 12.68157314 7.487648313 7.032029506 6.232531103 8.273451926 7.430798175 10.41920791 12.31371614 12.21870799 +LQ04X027030 Pyruvate, phosphate dikinase, chloroplastic 5.877943345 5.807379731 5.723309897 5.655275904 6.042688297 5.005477476 5.587090493 5.564478756 5.734902729 6.098855836 5.685986872 5.660943573 6.322575514 5.264565548 5.314520604 5.522855387 5.90697328 6.231115004 6.201956055 6.362291712 6.09004631 6.03535128 5.805136938 5.84136309 5.653721918 6.203574458 6.467175576 6.791353041 5.870609567 5.9558213 5.332829462 5.811612402 +LQ04X027070 Predicted protein 5.856219153 5.325539582 5.465532243 6.092089913 5.663601288 6.312979222 6.686008473 6.314333969 5.505330135 5.626666494 5.523546222 5.857150667 5.349439834 6.54238585 6.304507046 6.209990748 5.111560274 5.604098203 5.140344655 5.38171379 5.828926525 5.547771582 5.774549745 5.861285584 5.353218392 5.536970805 5.625802945 6.112168358 5.653657848 5.368584201 5.331425323 5.611565397 +LQ04X027080 Predicted protein 5.115097927 5.504077173 5.644930269 5.400273488 5.560440293 5.252556044 5.343693658 6.202944735 5.13492481 5.333386816 5.27967499 5.338422173 5.295085855 5.611059293 5.391192223 5.503418215 5.336932032 5.32222015 5.552850422 5.674315723 5.848640915 5.540565382 6.463721122 6.138832021 5.781724079 5.798367837 5.877084064 5.974269033 6.070039501 5.820787073 6.606884025 6.370863215 +LQ04X027090 Putative uncharacterized protein 12.14964025 11.51078272 13.12950126 12.34017314 12.17283918 12.71374283 12.78823925 12.77098709 12.05454395 11.25781517 12.8687588 12.21279766 12.3049754 12.71173824 12.73590538 12.31291914 11.40869521 11.59008427 10.88583109 12.96538926 13.03853181 11.6613105 13.61242716 13.25091803 10.64261427 10.85510585 11.10196383 12.60979451 13.10418269 12.07938188 13.23894562 12.69264177 +LQ04X027110 Predicted protein 12.60562098 12.53307851 12.92691359 12.75907932 12.75238243 12.13652251 11.85825069 12.30297217 12.8218183 12.79958161 12.89111921 12.79868687 13.03608283 12.04979744 11.94163476 12.27000442 12.59632338 12.50728265 11.96747601 12.96265502 12.74115554 12.7265816 12.07854036 11.9575866 12.13712447 12.10295447 11.37935033 12.90939609 12.590679 12.61044587 11.92023394 12.07086328 +LQ04X027120 Histidine-containing phosphotransfer protein 1 10.84124974 10.33521161 10.6053921 11.71295743 10.53723869 10.63404847 10.49041287 9.602559106 10.82559418 10.8086243 10.90331481 11.55532726 11.06137119 10.55477246 10.40566171 10.43338157 9.980873031 9.386421723 8.833632898 9.810982461 9.459418481 10.68878843 8.999121803 8.262874336 9.797110577 9.840670737 8.739379457 10.10225368 9.341776132 10.31442996 8.394033452 8.675237866 +LQ04X027140 Putative uncharacterized protein 5.630704811 5.721537725 5.832073406 6.062362299 5.461906692 6.127969239 6.634948975 5.643046933 5.667056561 6.022160731 5.331276132 6.165175092 5.710756875 6.229750047 6.191534812 5.884532511 5.828043872 5.526955758 6.339754585 5.731926705 5.833212023 5.820155895 6.274320857 6.276776638 5.570417842 5.861912882 5.860252413 5.177794327 5.276190196 5.886351074 5.584833068 6.207732592 +LQ04X027160 Sugar transporter ERD6-like 16 8.304012729 9.609468557 10.00115701 10.67334888 11.28744108 9.182190933 10.52742263 12.05655096 9.855772695 9.626864893 10.91416343 10.66499768 11.31235553 10.06930708 11.27054295 11.91207589 10.33364983 10.84491274 10.49382593 10.99505783 10.90778251 12.32481335 11.34083907 11.99709484 10.22291071 11.27525755 11.02166448 11.79210478 12.17200168 12.55323453 11.72703887 13.02223564 +LQ04X027170 Squamosa promoter-binding-like protein 7 5.00491173 5.418343295 5.251713743 5.098740507 5.051286632 4.987705105 4.996976844 4.812551758 5.457905409 5.280645269 5.560460476 5.121516813 5.502725698 5.372168232 4.916882494 4.88290656 5.566235441 5.610485944 5.765258196 5.381909519 6.217669491 5.06506727 5.041684594 5.811160587 5.074492961 5.686492132 5.863211487 4.927392496 5.81548024 5.548115032 5.808538419 5.265902501 +LQ04X027180 Serine/arginine rich splicing factor, putative 5.978767341 5.865567415 5.674420503 6.010246484 5.701823779 5.848683062 6.159450464 5.662850074 6.073823867 6.251376585 5.551586057 5.760127354 5.766185947 5.788899448 6.569898357 5.865125895 5.754874952 6.12407215 7.216364655 6.152331971 5.585969836 5.378711626 6.087365214 5.907084214 5.774756701 6.16285796 6.930184906 6.647403203 5.91454453 5.433664726 6.634805718 5.735062991 +LQ04X027190 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8 14.11574041 14.06389306 13.9095739 13.31678782 13.24893178 13.18321243 12.89817311 12.51680252 14.0755447 14.60188187 13.92591684 13.66747941 13.77864268 13.15211673 12.92133887 12.75087605 13.97236187 13.92710705 14.25618703 13.93215679 13.78388046 13.71463666 13.25305217 12.73870296 14.37558163 14.14444132 14.48241698 13.74591366 13.11700931 13.21711908 13.2064498 12.69650739 +LQ04X027200 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 13.73250341 13.27255103 13.70065754 13.33996469 13.27411076 11.46281913 11.88475558 12.70384921 13.63379154 13.1026271 13.39116681 13.02814659 13.27132695 11.80221908 12.45242198 13.09231347 13.190573 13.26908914 13.84228981 12.98255825 13.04427481 13.68612439 11.25881028 13.2510143 13.43150179 13.39520773 14.07030288 13.20183646 13.76038211 13.54987037 11.62562614 13.18811509 +LQ04X027220 Peroxidase 24 5.1394689 4.918594774 5.272484553 5.03876077 5.092840484 5.326844096 5.066291472 4.793412154 5.224351402 4.825517358 5.052099417 5.061148565 5.122130027 5.4280392 4.976684698 5.0418229 4.942427942 5.088637293 5.136464219 5.116714365 5.027446232 4.897187427 5.47251108 5.017015356 4.888434343 5.07260955 4.87225343 5.044838089 5.053957878 5.113165652 5.872055036 4.988050874 +LQ04X027250 Putative uncharacterized protein 12.255239 11.72869544 11.86303203 12.32289152 11.66332876 12.16580055 12.13722233 11.92262454 12.26497424 12.50226297 11.99023426 12.32014555 11.89966403 11.97811744 12.08547444 12.11742264 12.39722632 12.42710484 12.46518559 11.55474687 11.11186491 11.73783537 11.72403635 11.28236229 12.56457839 12.50013755 12.42111168 11.59320234 10.45079578 11.74313992 11.59421109 10.9928841 +LQ04X027270 Pax transcription activation domain interacting protein, putative 6.194283058 6.043718564 6.083669663 5.687246041 5.840890063 5.081390077 5.656838488 5.746601243 6.406303427 5.646494582 6.20173333 5.643437401 6.229777847 5.701806883 5.239537739 5.534921771 5.848911279 6.893642905 6.616165172 6.028797661 6.323012965 6.328075169 5.700782171 5.475490567 5.772649499 6.655174799 6.872303206 5.645436071 6.496546032 6.214029024 6.231253021 5.37759166 +LQ04X027280 Putative Predicted protein 7.741027243 7.74971901 7.201265451 8.19415492 7.963653202 8.713205747 8.718026536 8.750819717 7.314295805 5.723941001 6.291602681 7.756236022 6.971709143 8.658110424 6.839286378 8.096433879 7.53232156 6.403223423 6.300325256 6.224479218 6.466457638 7.712976588 8.137785328 7.8242184 7.61163002 6.666624535 6.128711934 6.143204451 7.060604318 8.085428293 7.99069729 7.398324608 +LQ04X027300 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 10.67372697 10.7424323 10.18770348 11.21533947 10.05686142 11.17367216 11.39673898 10.69964599 10.90523313 10.90028275 10.53368585 11.38853326 10.19826426 11.19909615 11.23207101 11.20300669 11.64150878 10.52624062 10.90144491 10.44780607 10.21019202 10.99053703 10.68218826 10.79036218 11.51585947 10.66157682 11.08518826 10.61136387 10.18203258 10.71312439 10.56869704 10.18002461 +LQ04X027310 Hypothetical protein 5.340485537 5.169321303 6.165888861 6.067642958 5.470781726 6.401915092 5.982559976 6.108989384 5.462164595 5.602322533 6.168086316 6.15444309 6.072647687 6.338491351 7.613413312 6.215733889 5.932911947 4.945667794 4.56713368 5.184487984 5.122540915 5.343679544 5.193575812 5.070002159 5.292727336 5.024949973 4.93358997 5.110539713 4.907642134 5.042611387 5.38730417 5.51424907 +LQ04X027320 Putative uncharacterized protein At5g18700.1 6.216199533 5.736753351 6.760766945 6.04688166 6.15608541 5.709319509 5.735795566 5.855827687 6.135517566 5.564799448 5.927941991 5.654357786 6.15269802 5.989946621 5.628556496 6.010694299 6.329676863 5.960942388 5.867390646 5.951275952 5.859366847 5.828769816 6.146415039 4.942733594 6.221609558 6.045330474 5.960811489 5.743989884 5.113134762 5.677458069 6.091016542 5.901098486 +LQ04X027330 Putative Predicted protein 5.633624794 5.824184949 5.602992401 5.351108892 5.682588942 6.119280614 5.645224169 5.201104454 5.424881084 5.668443344 5.353227415 5.582632821 5.198833429 6.351312666 5.142036253 5.578414261 5.935820124 6.16059496 6.15273956 6.368239314 6.559684707 5.468103681 7.526949532 6.014490301 5.787027417 5.783787982 5.84605023 6.332407577 6.876270043 5.755417188 5.805876543 5.477731844 +LQ04X027340 Acyl carrier protein 1, chloroplastic 12.16072582 12.96625655 13.47400955 12.5916972 13.08388416 11.65735603 11.00701274 11.32757073 12.32520492 12.33439155 13.5151292 13.01763841 13.97247859 11.55277942 11.01086547 11.68066349 12.75764429 12.49965304 13.00137594 13.49105286 12.9879682 13.34693901 11.04134864 11.49145848 12.79649829 13.17196586 12.9734916 13.79843524 12.7307025 12.09809709 11.00675766 11.45691355 +LQ04X027360 Putative uncharacterized protein 8.193796799 7.903563634 8.228841712 8.172261162 8.325940041 8.224007 8.61676732 8.487891878 8.159752068 8.311661883 8.117990492 8.537129071 8.338364043 8.199698739 8.314761919 8.256941744 7.427578407 8.192562991 8.409961537 8.008143545 8.650586911 7.750121002 8.925394992 8.536796177 7.998883199 8.165281748 8.706876158 8.214365119 9.039403973 8.098698743 8.603437785 8.448961693 +LQ04X027370 Sodium/hydrogen exchanger 2 12.17503896 12.88224524 12.0640225 11.91998565 12.50220639 11.94582341 12.41661708 12.85019079 12.17079661 12.39088962 12.28403313 11.91079349 12.44585831 12.13402034 12.21734596 12.81687208 13.05344304 13.48541665 13.3434965 12.87104073 13.21255717 13.22566693 13.42646619 13.38617144 13.15023636 13.20583679 13.29783484 12.92751893 13.03622187 12.86964074 13.14794403 13.33187141 +LQ04X027420 Putative uncharacterized protein 5.401254742 5.560353396 5.186720478 5.257013549 5.51375581 5.278980794 5.277135289 5.505741162 5.000942444 5.735506509 5.213139827 5.040875206 5.254818032 5.214060383 5.438404835 5.291102197 5.345362256 5.614503786 5.474344111 5.550714867 5.672289612 5.209571841 5.311197198 4.924886178 5.490054253 5.134167838 5.600405953 5.439665412 5.267844867 5.179338505 4.958469134 4.759996142 +LQ04X027440 Inactive beta-amylase 9 7.493843478 6.867447404 6.712298287 8.761401758 7.260015994 10.82535199 9.730292402 10.06423658 7.311771726 6.392133272 5.774009185 8.565698645 6.336511221 10.42867178 8.924205558 8.323738156 8.533872575 8.300537549 7.536631347 6.958927352 7.104938537 7.449957372 6.31533754 6.472113517 7.007772651 7.253661097 7.290045742 7.315258276 6.698505915 8.0653828 5.606164501 6.03145896 +LQ04X027450 Hypothetical protein 4.962017241 5.504384337 5.153152955 4.93333354 4.98194728 4.976943972 5.119391608 5.376263319 5.34835688 5.74717943 5.087372961 5.006726831 5.258967522 5.376095824 5.131462637 5.084616907 4.968719487 5.301106958 5.284315779 5.596647033 5.620557871 5.105766406 5.032756738 5.285350505 5.48171463 5.318570702 5.196018276 5.229013739 4.946296857 4.686863964 5.190626569 6.126455544 +LQ04X027470 Predicted protein 12.61328455 12.16225606 12.66204652 12.6521863 12.35826321 12.05657986 12.10053261 12.15407404 12.75578189 12.0380747 12.80733646 12.4733362 12.6274948 12.03653975 12.31701606 12.30506008 12.29754768 12.2353314 12.19371622 12.36952416 12.502737 12.01380677 12.48031422 12.39385913 11.88904911 12.00953377 11.77658208 12.26534941 12.78070827 12.16288609 12.51322056 12.1665239 +LQ04X027490 Putative uncharacterized protein 5.748289606 5.396453998 5.439995352 5.598180678 5.505816143 5.264899872 5.088435743 5.211992363 5.604069064 5.248403341 5.351427627 5.247776033 5.538185577 5.129740975 5.48065186 5.271603615 5.442214892 5.509009694 5.432674143 5.333097117 5.698048147 5.657252926 5.77680116 5.548721807 5.753778595 5.768070542 5.506493246 5.611376992 5.172696767 5.647262881 5.645028866 5.737211877 +LQ04X027510 Predicted protein 10.0851514 9.662215792 9.975950685 11.18035349 9.909137191 10.60608387 11.23182526 10.44621572 10.02702357 9.823650378 10.00222498 11.18022973 10.05699376 10.64115011 11.26907385 10.52460786 9.376116605 10.43048727 9.3304049 9.748845373 10.15226037 10.38038489 10.69495203 10.84091 9.520848175 10.91458735 10.03174209 10.29837047 10.53823735 11.05181124 10.44791653 10.55957435 +LQ04X027520 UPF0497 membrane protein 12 5.141514506 5.278528253 5.362921614 5.225464184 4.978031486 5.320836177 5.008940837 5.122148441 5.031226833 5.110563804 5.282226081 5.047786957 5.683607939 5.218386196 4.929416231 4.906687296 5.533753082 5.202475503 5.616687265 5.184234445 5.072198225 5.40636189 5.052218355 5.335362148 5.158896292 5.828197304 5.41577557 5.271395217 5.462735031 5.502671159 5.121882784 5.004194406 +LQ04X027530 UPF0497 membrane protein 4 14.06802306 13.28530381 14.89323951 14.59213295 14.9088867 12.90916098 13.40960978 13.84290967 14.07298055 13.2326456 14.72064691 14.45428092 14.94166836 12.98150188 13.42512219 13.38400616 12.86661686 13.51991367 13.06896031 14.95913356 14.89606483 14.57934414 14.04589401 13.96277637 13.3342703 13.17246825 12.94431572 14.70564865 14.23933341 14.25799406 13.40351228 13.91902293 +LQ04X027570 Putative RING finger and CHY zinc finger domain-containing protein 1 7.681774384 8.738009856 7.143887609 8.660703295 8.566058507 8.418628287 9.103251986 8.643869086 8.436844562 8.764037128 8.389298156 9.05236757 8.905480283 8.695580105 9.524888694 9.324709724 9.167219047 10.48206014 9.241121042 8.971700909 9.603198497 9.05381413 9.667200004 9.954013094 8.307930382 9.111105613 9.810913607 9.164915976 8.757402177 9.915890106 9.441930506 10.08411973 +LQ04X027600 Predicted protein 13.10673093 12.67194143 12.85178364 13.31239545 12.54383567 12.90782634 12.74309691 12.52239806 13.1505677 12.46747324 12.74864838 12.93611722 12.76627241 12.82397402 12.61525297 12.43797346 12.90970332 12.72866921 12.4140162 12.53276542 12.57100073 12.39759597 12.44369626 12.24870015 12.80272637 12.39942477 12.42057647 12.48276602 12.44697119 12.48876692 12.30327506 12.16331048 +LQ04X027640 Serine/threonine-protein kinase PBS1 10.00968273 10.35385803 10.19754241 10.25460289 10.1912254 10.2359455 9.993483111 10.46655862 9.797665254 8.935811657 10.15396498 9.904864557 10.13149074 10.26934547 10.29123478 10.07448259 9.46608527 8.799410021 9.584020746 9.398516574 9.597266377 10.05209404 9.724859163 10.16265608 10.02226713 9.067601164 9.610569482 9.62578036 10.17959844 10.70512704 10.45485258 10.22280497 +LQ04X027670 Acyl-CoA binding protein, putative 5.950988681 5.620115918 5.548979931 5.267335916 4.901806396 5.009290125 5.306316363 4.883146967 5.50036958 5.717280876 5.640252605 5.256528818 5.482899719 5.047611359 5.264196612 5.133917576 5.437871313 5.786085994 5.70501759 5.392248635 5.857674971 5.252734958 5.210923108 5.092989113 5.393086057 6.143231057 6.099656364 5.019318003 6.0047604 5.198149198 4.904851654 4.909178531 +LQ04X027690 Putative E3 ubiquitin-protein ligase Topors 9.029363585 9.223931978 8.767211513 10.16305118 9.035670226 10.78899004 10.5171737 10.69380457 9.490433582 9.13812774 9.289776723 10.14269391 9.099920688 10.78232584 9.994089337 11.00373201 10.0400271 8.973913814 9.220908327 8.907953464 9.427607453 9.212922187 9.525927894 9.747718105 9.491495786 9.152044618 9.094971132 8.938206476 9.038457683 9.531820481 9.263690273 9.377331123 +LQ04X027700 Putative Serine/threonine-protein phosphatase 2A regulatory subunit B subunit gamma 12.01811231 12.71562335 11.81756928 11.06392328 11.69493046 11.0334481 10.77480171 11.0118206 12.13430676 12.64597411 11.88906761 11.23090878 11.48996122 11.10918233 11.43987474 10.77132869 12.07276455 11.81334143 12.66987887 12.03775491 11.87500013 12.10292919 11.48076813 12.05975226 12.71078374 12.30028569 12.9091705 11.92401156 12.56190334 12.09331829 11.62279419 12.05809849 +LQ04X027710 Serine/threonine protein kinase, putative 7.912776932 8.381483678 6.011187164 6.148855614 6.125443724 6.306443637 6.541085065 6.47475587 8.837943091 8.31394587 6.640281367 6.306120082 6.500221219 6.111438644 6.075574435 6.184430257 8.255318079 6.657354093 7.690253881 6.724804677 6.705235204 6.374730448 5.533766818 6.493393153 9.281503621 8.197162777 8.741003539 5.989128654 6.266695474 6.40537844 6.539286809 6.477207365 +LQ04X027760 Always early, putative 12.32135029 12.72511657 12.32967691 11.71491928 12.33024255 12.87870387 12.5573908 13.03938257 12.7954183 12.66997184 12.52400564 12.15419762 12.61705197 12.94233452 12.68894838 13.16103242 12.80392267 12.58254811 12.94043537 13.23143617 12.96293887 12.66126202 13.30303531 13.2935555 12.80663997 12.32656913 12.69239995 12.93382039 12.52439063 12.65118644 13.51771593 13.1306437 +LQ04X027800 Putative uncharacterized protein 5.161269633 4.957369954 5.045025037 5.477154009 5.032104483 5.255326193 5.406728027 5.146227757 5.19826133 5.888484207 5.417719017 5.395627818 5.461775546 5.420332526 5.903437518 5.51479871 5.065213076 5.137575098 5.240124867 5.475230808 5.365145046 5.205388834 4.916658679 5.349846807 4.947935879 4.877382468 5.561419442 5.217035675 5.039342504 4.934461139 5.233287902 6.0693447 +LQ04X027810 Putative uncharacterized protein 5.235989676 4.998544905 5.09452845 5.039694354 4.923286249 5.166952584 5.150036377 5.66512225 4.817579798 4.876332364 5.209741193 5.050934875 5.439127197 5.488644737 5.148506103 5.396031655 5.259800291 5.388539164 5.552226646 5.072785287 5.336983122 5.392603491 5.875556223 5.400320287 5.335186997 5.21074785 6.221896425 5.198891269 4.832193848 5.2241789 5.897177366 5.741786442 +LQ04X027840 Predicted protein 12.18253885 12.46675934 12.01186163 11.85186051 12.08218588 11.74282171 11.76126264 12.07981309 12.37642999 12.16919449 12.33207936 11.96461719 12.03222616 12.04792488 11.74847265 11.90269958 12.15115364 12.08563829 12.44607599 12.54945857 12.30033784 12.06248076 12.1124765 12.15517371 12.35940322 12.02765949 12.23824364 12.18246902 12.23851374 12.19817618 12.26560506 12.03047678 +LQ04X027870 Putative Protein SRG1 5.569115681 5.525526242 5.632101379 5.394483591 5.424015131 5.121840083 5.615498072 4.951224686 5.40140324 6.029551469 5.00966678 5.272248668 5.113109535 4.988662748 5.085744969 5.283306941 5.383911957 5.03919573 6.045088213 5.531061587 5.109585257 5.18430691 5.081678171 5.220785465 5.190434461 5.442949301 5.824445303 5.453071914 5.405648098 4.886740569 5.326834666 4.792058771 +LQ04X027880 Cullin-1 13.58084928 14.03934953 13.85496109 13.49366165 13.97174694 13.68590409 13.76049014 13.91761963 13.4570101 14.08241228 13.94045291 13.62791475 13.88358517 13.64627619 13.86464975 13.90949487 13.20810103 13.55403973 13.06178313 13.62896896 13.36478087 13.71972807 13.32663545 13.43907579 13.83001028 13.63895186 13.12767721 13.59565374 13.52146954 13.44875108 13.48505603 13.43486744 +LQ04X027920 Predicted protein 6.652494575 6.589582061 6.775199789 6.827227957 6.827336505 6.390466864 6.820164786 7.115884752 7.249732184 6.349930369 6.98293053 6.716496592 6.516618944 6.703689839 6.24457166 7.275628783 6.162764162 6.585005057 5.830887507 6.919608317 6.556956022 5.968857999 6.115331354 6.735037465 6.342851743 6.505156724 5.427532127 7.088108711 6.131157467 6.13614807 7.252267746 6.193806734 +LQ04X027930 Putative uncharacterized protein 8.163802344 9.143019514 7.469039444 9.245607973 7.74612909 9.108144011 8.864685706 8.679119417 8.576326568 9.162074313 7.644198905 9.266553796 7.540638272 9.056849301 8.7990831 8.667980684 8.21663595 6.558140206 7.796902447 6.729589439 5.909894876 7.636663416 7.786795153 7.107489372 8.708380749 7.319324526 7.920157418 7.773963793 6.71389425 7.400079235 7.818279682 7.25569366 +LQ04X027950 Hypothetical protein 4.958356515 4.895978419 4.986162371 4.92728836 5.197400376 4.90758635 5.01430276 4.968787572 5.243012808 5.162926527 5.064894008 4.891603726 5.26366623 4.938906077 4.962358077 4.996142326 4.998784357 5.323883411 5.757655607 5.085467116 5.401329102 5.087787485 5.280245707 5.008601697 5.101468462 5.820674912 5.754683149 5.695086837 5.240192619 5.515140733 5.069094701 5.19417341 +LQ04X027960 Cold-regulated protein 6.777555456 6.920073013 7.498634767 6.396336629 7.171573447 5.632165812 5.914124335 5.957254479 6.84605235 6.808779624 7.555511639 6.305550403 7.955394862 5.656399217 6.520426355 6.122101757 6.480230677 7.353245012 6.487218398 7.874258601 7.948700691 7.548007963 7.085029675 7.632769152 6.497078095 7.690370977 7.348843518 7.273044152 7.944997586 7.688261164 7.840532232 7.045603385 +LQ04X027980 60S ribosome subunit biogenesis protein NIP7 homolog 12.43332127 12.3851093 11.64364326 11.7160945 11.384333 12.00188141 12.25014714 11.7237795 12.92998813 13.45798635 11.99654148 12.37679934 11.81347929 12.06648445 12.54931135 12.02358152 11.80497587 11.4495754 11.76305195 11.99863623 11.77007588 11.36681051 11.97672548 11.49377589 12.34757115 12.54747566 12.27881456 11.70121601 11.45113533 11.27615109 12.0700059 11.94745212 +LQ04X027990 Predicted protein 6.394035042 6.667222118 6.325862832 5.995832949 6.269447312 6.042526745 6.114089776 6.484860049 7.569527766 5.76727844 7.285776655 5.869568572 6.30829612 6.144643876 6.577801554 6.141105694 8.27629303 8.622669048 6.855653908 8.944967327 6.681934987 5.97334227 8.630444761 5.396057988 7.094791864 5.757258487 5.939628108 7.169528884 6.301762918 6.120359777 6.820625739 5.818024705 +LQ04X028000 Vesicle-associated membrane protein 724 10.16003643 10.02792953 10.33055247 10.72148628 10.28009035 11.23741923 11.05005644 10.9980866 10.16910046 9.901394743 10.20373571 10.59258749 10.18370073 11.15622276 10.56619703 10.66206416 10.22854099 10.24831677 9.138901859 10.14079404 10.44386761 9.47632155 11.0184769 10.84798238 9.356900329 9.715580887 9.17169591 10.36534276 10.01017973 10.04903636 10.36460386 11.12074933 +LQ04X028020 Putative N(6)-adenine-specific DNA methyltransferase 1 5.5220799 5.485437697 5.718319381 5.794590765 5.887827041 5.485396293 5.588407244 5.555860601 5.907708735 5.902692197 5.966927702 5.450896814 5.76388502 6.269279184 5.749469945 5.557251905 5.373089424 6.033661904 5.433083494 5.970456824 5.321591331 5.625768024 5.602267694 5.734560216 5.942863884 5.262611675 5.702547672 5.483696622 5.690547096 5.554654528 5.538414899 6.029999839 +LQ04X028040 Probable protein phosphatase 2C 40 5.2036014 5.005776512 6.047635399 4.969834682 5.231376351 4.964592765 4.923609149 5.008613719 5.075187108 4.960426487 5.708812826 4.937897378 5.09334205 5.204673814 5.1389451 5.152781039 5.109422399 5.336308583 4.885440292 5.258194867 5.570648953 4.668098215 4.941892708 4.999006269 5.153286161 5.070270128 5.090236093 5.210082121 5.235254909 5.140402683 4.946558943 4.889412035 +LQ04X028050 Putative Alanyl-tRNA synthetase 11.72921363 12.02168378 11.19334512 11.73192345 11.02391043 11.76685669 11.58158429 11.34359405 11.78395958 11.56066444 11.41202314 11.630653 10.92383639 11.85630346 11.37465656 10.88803314 12.5338082 12.01044514 12.00774741 11.90240175 11.72270092 11.25192175 11.10924617 10.29842998 12.20551034 12.13710301 11.86400095 11.39552917 11.52554401 10.61446947 10.86614599 10.12404633 +LQ04X028080 RALFL33, putative 5.289958903 5.41941 5.282545843 5.296592145 5.142302785 6.238455368 5.790590776 5.749083626 5.768741951 5.419441241 5.132682703 5.499162075 4.775006455 5.903825999 6.357167901 5.794063725 5.100225143 5.291854722 6.275885681 5.217467957 5.151729412 5.384024051 5.81312353 5.780609825 5.233698003 5.081196687 4.870775532 5.376572995 5.064061133 5.14065122 5.241602772 4.889974274 +LQ04X028090 Putative Heat shock factor-binding protein 1 12.27452611 11.52834005 12.01701079 12.83115982 11.84793772 12.79286609 12.90152687 12.43524667 12.36897798 12.14061969 12.10976746 12.93667958 12.11509285 12.78229168 12.9657644 12.98139637 12.26885386 12.67150599 11.99559734 12.06622526 12.63495344 12.39603856 12.54746677 12.48300268 12.2320894 12.95414387 12.03789065 12.27199517 11.7740409 12.84585341 12.45753273 12.25751528 +LQ04X028110 Putative glycosyltransferase 2 10.64263262 10.57133793 10.29113995 10.16789234 9.99006093 9.651758582 9.605282418 9.881837294 10.89177302 10.50550116 10.51926732 10.34149428 10.63266286 9.733180216 9.588874355 9.526692583 10.36396747 9.895969861 10.33566233 10.24773778 10.11103095 10.0326253 9.489945584 8.901107271 10.89117425 10.80462408 10.45196807 10.37155532 10.51639278 9.858488119 9.848985469 8.809325016 +LQ04X028120 Probable histone-arginine methyltransferase CARM1B 11.27616162 11.26477249 11.55447178 11.25888032 11.23458089 12.1327136 12.08203385 11.69860763 11.20798352 11.15400738 11.3336814 11.04440863 11.02436571 11.72425026 11.70800513 11.46552824 11.01762102 11.13127952 11.36994348 10.34547853 10.44602874 11.09359324 11.26243622 11.58736659 11.43008177 11.39070226 11.52760263 10.45092225 11.04063524 11.0839872 11.39447167 11.35548577 +LQ04X028130 Predicted protein 8.387231936 8.328572244 8.406788902 8.93772665 7.619258334 11.04372469 10.37031718 9.934542968 8.382869632 7.759014197 8.542999426 9.25730696 7.876673745 10.78163641 10.31097433 9.810469443 8.364389585 8.320141454 6.656384788 7.572378217 6.935942607 7.767084711 9.025344662 8.316575899 8.037535254 8.237675037 7.019774046 7.983749329 7.705143123 8.490554055 9.428599516 8.139409794 +LQ04X028150 Clasp, putative 8.857225861 10.55736859 6.556148604 6.97246428 6.07415349 6.74987699 6.288350761 6.801803908 9.613657938 10.82273669 8.11382323 7.485627337 6.295621707 6.833278067 5.966071065 7.024448243 9.101762809 8.301397359 9.021733539 7.151504462 6.912122204 8.102361682 5.517610648 5.926029224 8.986533134 9.410709172 9.460841328 5.937359282 7.200668407 6.625495174 5.628046751 6.818344346 +LQ04X028170 Putative uncharacterized protein 10.48725973 8.925391242 10.43788991 8.679112183 11.56116911 9.37114125 8.51086596 9.914906983 9.943128196 10.01603258 10.25677273 8.686086911 10.57290097 9.447829783 7.62686876 9.826368881 12.31684789 11.60503715 12.54154624 11.96404314 11.79595588 9.003867643 12.72793089 11.8207368 12.38302238 11.46911714 11.59452015 13.6458202 11.76650286 8.977319317 12.22214634 11.86757866 +LQ04X028180 Sentrin/sumo-specific protease, putative 9.13220337 8.054435488 8.94498098 9.111343823 9.163387055 9.656427546 10.14837086 9.789239911 8.004652776 9.146214232 7.662448856 8.218734704 8.138081034 8.461128541 9.653942165 9.245967878 8.571439029 8.638524305 9.397201574 8.831254447 8.749728355 8.787545984 9.789929833 9.840396899 9.069708171 8.851037854 10.06022632 8.382855135 7.634725665 8.949649379 9.976713913 9.722906899 +LQ04X028190 Kif4, putative 12.17352384 12.33180903 12.26367854 12.09921943 11.98000964 11.17376504 10.80333474 11.15612623 12.0837656 12.34370677 12.38690278 12.36244161 12.27369074 11.46381705 11.09820089 11.54731864 11.79419983 11.89108289 11.9178417 12.09482521 12.15677994 12.31364688 10.63127451 10.11902439 12.22559051 11.8455722 12.20146899 11.70297544 12.24820687 12.10682396 10.56784413 10.23577295 +LQ04X028220 Putative uncharacterized protein 5.54534834 4.932511539 4.813139394 4.716828543 4.70839852 4.983982071 4.7028711 4.779831169 4.791169474 5.011059178 5.185128489 4.894285895 5.171792334 4.978128423 4.795759948 4.612672368 5.395139517 5.063151367 5.059218174 5.357998485 5.445967963 4.515131027 5.912269283 5.570458468 5.136234896 5.268515585 4.996539906 6.226971676 5.442302607 4.83754065 6.600452191 5.488526227 +LQ04X028280 Putative uncharacterized protein 13.82357435 12.65301037 13.0830645 12.78729056 13.13153779 8.007792368 6.482599649 7.603948602 14.10034227 12.61071354 13.33687325 12.92970278 13.24143994 8.146001671 7.931225162 8.500925323 12.22391919 13.8589399 12.54113942 13.16001715 13.11010264 12.94756818 5.736394501 5.355329229 12.64833159 13.47230764 12.27581084 12.39184139 12.86397024 11.30052327 6.136702952 5.287317657 +LQ04X028290 Protein pleiotropic regulatory locus 1 11.96928481 12.40805282 11.34094298 11.57938091 11.29166677 12.0956657 12.23680482 11.90459299 12.03683997 12.51907903 11.37385627 11.90147646 11.48406502 12.43171068 12.08103646 12.07643406 12.63821229 12.45846539 12.51208551 11.95496068 11.57226197 11.54276082 12.52924227 11.47055728 12.61791149 12.43703052 12.60796609 12.00778733 11.54117729 11.50981669 12.53502882 11.5211025 +LQ04X028310 Eukaryotic translation initiation factor 2 subunit 3 13.72067858 13.91857319 12.99832857 13.23828343 12.9824279 13.28046054 13.21172653 13.31637109 13.84806393 13.90707588 13.09933532 13.49317203 13.02392328 13.30946041 13.25595677 13.30284435 13.9730341 13.72826252 13.94845003 13.38377071 13.31419651 13.28478299 13.39372291 13.15037408 13.87734996 14.05241097 14.32492699 13.20852338 13.44091095 13.04779832 13.29712656 13.14901368 +LQ04X028320 60S ribosomal protein L22-2 6.393420337 6.43158359 6.132712523 6.0046316 6.490220984 6.030772769 6.433149076 6.163989762 6.573712184 6.781789963 6.069122751 6.479040907 6.507805423 6.647625887 6.831368944 6.841552438 6.477323343 6.642077649 6.243500437 6.576688107 6.296719271 6.200197315 6.189010173 6.756970345 6.73156948 6.335737129 6.256290947 6.360744464 5.893089883 6.24937014 6.155738449 6.748555969 +LQ04X028330 Predicted protein 5.049590613 5.825905176 5.807722698 5.012654178 5.294966578 5.798459082 5.429720102 5.659548749 5.463032159 5.028088983 5.750961498 4.879361416 5.323833078 5.333357228 5.405978645 5.203544013 5.720031583 5.345493619 5.172009963 5.629347213 5.79412179 5.259660187 5.60231444 5.484712693 5.06258668 5.083764539 5.065472873 5.153731132 4.877643353 5.163454461 5.994401434 5.612702286 +LQ04X028340 Late embryogenesis abundant protein Lea5-D 12.27262432 13.61489737 12.62923455 12.40755534 13.86053315 15.0872594 15.02340646 15.53006603 11.88562214 12.95074182 11.13855396 12.69345451 12.80040759 14.97736058 15.03241632 15.2752822 15.27300478 15.37425385 14.69517776 13.78214641 14.52228502 13.84917296 15.33975454 14.82422901 13.24433775 12.74077764 14.38826699 13.73685382 13.64483645 15.04476834 14.98590638 15.34979603 +LQ04X028360 Glyoxysomal fatty acid beta-oxidation multifunctional protein MFP-a 10.25514225 11.35332125 11.26943622 11.65796785 11.50768304 10.58315349 11.0554218 12.0309806 10.53897656 10.99590276 11.26502312 11.72831605 11.64416087 10.84108935 11.42849167 11.89782032 11.90472267 11.60149436 11.91089301 11.05136053 10.61012998 11.71659035 10.58234362 11.98965507 11.12303656 10.94303735 11.92027683 11.30115905 10.83754907 12.25685028 10.78878783 11.97251321 +LQ04X028370 Putative uncharacterized protein 6.127717994 7.497500896 5.038696486 4.746072998 5.576175111 5.177842359 4.944286358 5.248563745 6.89615044 6.462743833 6.116134833 4.790775548 5.395237172 5.029960086 4.827978902 5.119495457 6.300512961 5.3421722 6.671953832 5.144530883 5.547510312 6.294789604 5.675656539 5.261314544 7.559728044 5.870054734 6.834304754 5.229736527 5.328844679 5.459909699 5.426571411 5.68419127 +LQ04X028380 Dynein light chain 1, cytoplasmic 14.0770981 13.98617131 13.91029976 13.96701528 13.53532652 13.40300433 13.28831738 13.13222176 13.99239213 14.19390156 14.00883735 13.88691538 13.57804366 13.31873267 13.32569923 13.18691652 13.62212249 13.75248702 13.21107651 13.46156884 13.68742648 13.61925801 13.20017355 12.46343386 13.75254566 13.85906055 13.29160417 13.28545388 13.14530133 13.5247775 13.15789695 12.43666148 +LQ04X028390 Predicted protein 9.366273283 11.10584849 9.493193198 11.54679678 11.63033867 11.85089003 11.72216797 11.6189597 9.039603545 11.31461662 8.915562347 11.95556335 10.48997838 11.19424515 11.59062557 12.07478137 11.28299506 11.0691293 11.31904824 10.24582709 11.15869365 10.58096092 11.44957048 10.48623662 10.8502926 9.578874193 10.56373668 10.07621641 9.075315042 11.9239473 10.688018 9.508361227 +LQ04X028430 Fumarylacetoacetate hydrolase domain-containing protein 1 homolog 12.81674475 13.26770295 12.31232136 11.75315751 11.77399336 11.55939514 11.61722209 11.50724917 12.77248895 13.27014303 12.4748572 11.79096132 12.00802017 11.81654696 11.67955451 11.72945278 13.43431662 13.34210889 13.59745323 13.28277218 12.74715324 12.41455319 13.05540435 12.89621641 13.47906657 13.21277309 13.49450053 12.86862253 12.88208732 12.20159588 12.78558057 12.80171957 +LQ04X028470 RING-H2 finger protein ATL3F 6.457351028 7.049009393 7.606157703 6.616151295 7.384074967 5.782536244 6.347472493 5.72977584 6.732897921 5.99352222 7.267832542 6.375309824 8.354844768 6.168306286 5.859199407 5.584974918 6.386407893 6.786167061 6.255395597 7.511888841 8.781320688 7.558032811 7.128178876 6.816650928 6.429753245 7.480075868 6.246349369 7.462215717 8.2491636 7.634813089 6.545748161 5.545736071 +LQ04X028510 Putative Acyl-CoA dehydrogenase family member 10 5.581694502 5.23118411 5.695847456 5.415810203 5.438292149 5.019734439 5.337213719 4.906476771 5.685798763 5.426480928 5.432931126 5.411938033 5.597808664 5.46057636 5.328889535 5.069958783 5.188688254 5.558316064 5.537030527 5.277833797 5.112245964 5.468811402 5.492593355 5.80350498 5.205498148 5.190191337 5.14572967 5.178462825 5.278348549 5.249648998 5.393129372 5.409118537 +LQ04X028590 DAG protein, chloroplast, putative 5.847083669 6.403740445 5.505491828 6.357014012 5.742852498 5.867289136 6.009630641 5.874152376 6.095262688 6.081376676 5.541351967 5.905279106 6.336236372 5.9509121 5.902537429 6.034133882 5.929170878 6.110109158 5.432167592 5.93841102 6.001446613 5.831652178 5.643557746 5.976423653 6.074294418 6.032707634 5.491683185 5.70380149 5.864928224 5.711170104 5.611357651 5.834535025 +LQ04X028610 Putative Ethylene-responsive transcription factor RAP2-3 13.65640104 14.09996023 13.80172039 13.02642733 13.90975245 14.7729445 14.48679602 13.99373064 13.38894259 13.48945601 13.69354319 13.06306184 13.63996312 14.72281451 14.46304158 14.176279 14.52378608 13.72658452 13.83104178 13.80082561 13.17821638 12.54231201 12.68903092 12.62733013 13.21744085 12.4615288 12.85500904 12.51871105 12.90538887 12.33577294 13.61195894 12.76513057 +LQ04X028630 60S ribosomal protein L19-2 15.05028299 14.82530664 14.77177532 14.57141407 14.74739007 14.85521727 14.67472522 14.49143988 15.16029589 15.37457961 14.77556359 14.9387641 14.69810314 15.01568314 15.18826438 14.91935515 14.94395822 14.52973548 14.83082344 14.50340221 13.94150594 14.7282477 14.03884199 14.120612 15.11366092 14.6669006 14.89029298 14.28555565 14.03268916 14.40958517 14.26650436 14.21691482 +LQ04X028650 Probable protein phosphatase 2C 73 11.6653025 11.1670224 11.44630558 10.8452684 10.61572368 11.77145696 11.57344456 11.26295462 11.19162189 10.39647618 11.31598561 10.39959273 10.43484367 11.75836059 11.35803138 10.99415322 10.58376593 11.40602478 10.22283555 11.52816528 10.84251499 10.86112974 10.56192195 9.568800529 10.64585681 10.81885559 8.638003776 11.00760185 10.93606855 9.470020474 10.09325706 9.882352242 +LQ04X028670 Predicted protein 5.555140909 5.955680796 6.090870094 5.824880543 5.779314292 5.746199323 5.694917993 5.187342765 5.56937669 6.026979085 6.37564957 6.050082668 5.750367514 6.146691954 5.937144233 5.561326111 5.317184496 5.56372525 5.435523461 6.176364912 5.625232982 5.875185788 5.491363985 5.952997297 5.560856412 5.667381096 5.532428214 5.713725232 5.377764427 5.661310577 5.47224321 6.93256305 +LQ04X028690 Putative uncharacterized protein 4.951476883 5.264551093 5.072315574 5.102691901 5.820533893 4.965964939 4.868004769 4.800752305 5.212872932 5.224960706 5.270938228 4.925271751 5.413927995 4.838544377 5.171870946 4.873154952 4.991892611 5.00993257 5.254974223 4.960433161 5.063893129 5.341318139 5.250695849 4.626913023 5.1846711 5.074209085 5.472973542 5.316243922 5.019976195 5.508356197 4.461770925 5.036597715 +LQ04X028710 Probable polygalacturonase 10.26404623 9.94688167 10.5479294 9.581938788 10.17641773 9.311629037 9.120301205 8.915225227 10.62298175 9.694897318 11.01916126 9.685070685 10.36927828 9.269464872 8.561863021 8.503119494 9.328607312 9.613905643 9.757560857 10.33212574 9.91537709 9.510323551 9.630613839 8.926050709 9.550218465 9.942005 9.639738302 9.630735051 10.44309954 8.775167261 9.488576024 9.602645244 +LQ04X028720 Predicted protein 10.94895999 11.39404551 10.79623211 10.33942872 10.91092778 10.75761066 10.90622087 11.1058602 11.24520301 11.47926062 11.2692251 10.70581944 11.10497988 10.94836378 10.91057983 11.06836225 10.72093722 9.201478699 10.33397854 10.31192928 10.40738428 10.31850606 11.18991663 11.40988936 11.06037108 9.391467835 10.62265053 10.19419325 10.36231556 10.49601189 11.26190225 11.45960117 +LQ04X028730 Putative uncharacterized protein 8.390254229 8.197745382 9.892707364 10.11920316 9.517385587 9.934920433 9.793310196 8.876522184 8.523897257 7.227927107 9.68866424 9.880445354 9.885449925 9.869981796 9.558427782 9.738457245 10.72927749 11.51653359 9.46701069 10.93459717 10.77862501 9.661050967 10.05943175 8.656335735 8.387020633 9.848405132 7.595664427 10.69032246 10.35592624 9.043216879 10.21623696 7.992257028 +LQ04X028750 Putative Major allergen Pru av 1 9.359456953 9.382275149 8.39259513 9.66417615 10.00266157 9.653290452 9.788534965 10.50917929 9.426017304 9.162855451 8.907048716 9.272066902 9.58107192 9.513421856 9.816188162 10.60728374 11.10312311 10.41262181 11.00306894 9.551462212 8.591182977 9.341008324 9.601243853 9.92437404 9.313770266 8.77796294 9.31357122 9.229680269 7.123733943 9.307204959 8.457273765 9.745305575 +LQ04X028770 Eukaryotic translation initiation factor 3 subunit, putative 12.9781586 13.21883935 12.90601446 13.15573963 12.73140799 13.15447119 12.88996273 12.86040453 13.24118181 13.76555525 13.18321523 13.33618416 13.02122242 13.09859464 13.14010173 12.97150207 13.13223012 12.77169692 12.65388945 12.80762329 12.71357097 13.05466723 12.46071444 12.41587707 13.16030105 12.73350935 12.91887052 12.55141976 12.66880178 12.83424888 12.3965775 12.45513072 +LQ04X028780 Major allergen Pru ar 1 5.294726215 5.630090029 5.267119685 5.384382894 5.569165183 5.831601701 5.336237922 5.34056597 5.637976693 5.396123151 5.715737875 5.449839463 5.82841343 5.557633419 5.348312728 5.935696249 5.808159957 5.6460904 5.848272266 5.63549035 6.113974366 5.725063026 6.155327289 5.125488335 5.73228236 5.910512246 6.174539016 5.35882225 5.404671673 5.907253148 5.727778084 5.320452972 +LQ04X028840 Major allergen Pru ar 1 5.407423614 5.083237887 5.14297754 4.868984592 5.080894757 4.869080366 4.998919597 4.802501323 5.253501314 5.231207695 4.905599033 4.674351821 5.024545104 4.829015082 4.870723863 4.707750084 5.069507388 5.011932007 5.24161608 5.321390573 5.259256054 5.029286282 5.117061554 5.202641252 4.896607163 4.967799031 5.22694761 5.07929827 5.105973168 4.986222574 5.085090721 5.189242921 +LQ04X028860 Major allergen Pru ar 1 5.07920632 4.992067854 5.360346757 5.061107156 5.40008331 6.144944327 5.578801751 5.238322095 5.151510639 4.87426908 5.258107466 5.176291248 5.0839913 5.96917879 5.301449683 5.31744881 6.531655503 5.279294148 5.628073419 5.066472489 5.392129682 4.891435271 5.107285034 5.351914477 5.59396796 5.080296677 4.96622814 4.877778488 5.074811879 4.867425287 5.212331847 5.040410547 +LQ04X028900 Major allergen Pru ar 1 5.278657468 5.265435769 5.869587571 5.243515039 5.724384857 5.449764284 5.883132464 5.520183085 5.048609087 4.825421322 5.256026385 5.366212588 5.619112047 5.317264605 5.633981193 5.627456351 5.676799088 5.528557738 4.984312188 5.552717356 5.311605832 5.451418382 5.729869491 5.87472504 5.372115766 5.585110384 4.985635787 5.494648019 5.366983778 5.744462164 5.533328266 5.476111898 +LQ04X028910 Hypothetical protein 7.105485422 7.351958131 7.402853821 6.713014831 7.195988609 6.325538875 6.405447852 6.325777799 7.11379675 7.022917055 7.803268207 6.80166034 7.465152896 6.199212812 6.145457247 6.765600052 7.060703951 7.854911433 7.056067072 7.442433631 8.047082568 7.357533237 7.552626392 7.384015065 7.041283867 7.720508598 7.902647321 6.876410696 7.599275991 7.537098594 7.229469525 7.165039392 +LQ04X028930 Major allergen Pru av 1 5.301822526 5.03314887 5.50408019 5.25914146 4.849381367 5.265347782 5.277380234 5.215897634 5.045022241 5.099429572 5.395449 5.433415122 4.989146325 5.286339542 5.044296879 5.194981514 5.200273986 5.298828145 5.303300179 5.165516887 4.893496277 5.130142858 4.735428886 5.498980808 5.101187146 5.498138776 5.468472356 5.384900303 5.119718599 5.047703957 4.961105484 6.003933332 +LQ04X028960 Putative uncharacterized protein 12.04077502 12.11294108 11.98306467 11.0910909 11.75375222 12.17420906 12.26652403 11.78985233 11.86749491 11.84624689 12.02498365 11.38031984 11.82306066 11.72704643 11.89569168 12.28187306 11.92890521 12.72868291 12.43086454 12.36305016 12.7487899 11.91148061 12.73471728 12.59742345 11.68010501 12.12265457 12.4999732 12.4977859 12.26406794 11.9360895 12.470796 12.76879583 +LQ04X028970 Protein DEHYDRATION-INDUCED 19 homolog 4 6.165059349 5.863214421 5.53507547 5.577926222 6.068374473 5.623542398 6.013883027 5.697450975 6.3837952 5.684600481 5.869605311 5.561847333 6.016158585 5.558197335 6.39563403 5.747399099 5.716339037 6.497985758 6.290750577 5.593213305 5.876077652 5.761137595 6.055648886 6.595526361 5.737473944 6.772166098 6.422152347 6.184617697 6.136688359 5.947465954 5.654164645 5.761265505 +LQ04X028980 Exonuclease, putative 5.731263645 5.181387908 4.89236603 5.6009641 5.328524655 5.418210153 5.32176784 5.589753861 5.673552061 5.29566068 5.205940284 5.41597101 5.212186619 5.399090533 5.497634926 5.385587738 5.505494229 5.358211721 5.699553144 5.691205575 5.9080858 5.667839126 5.28493265 5.114282358 5.808609965 5.361578286 5.707954104 5.553023613 4.899625033 5.627090759 5.595788904 5.353229389 +LQ04X028990 Two-component response regulator ARR2 8.390342788 8.324247867 8.825840762 8.38903651 9.022688551 9.272574455 9.120029381 9.234746257 8.209550261 8.225614093 8.413147845 8.277361731 8.72621331 8.939288183 9.105966461 8.894714522 8.487097633 7.985027673 8.089868411 8.69782233 8.895819443 8.88203088 9.876155661 10.12318832 9.056686763 8.472541201 8.928269038 8.998982641 9.805612835 9.162561329 10.38921586 10.65568738 +LQ04X029010 Hypothetical protein 6.281970661 5.944095349 6.819955856 5.739220537 6.318543984 5.644114386 5.661000884 5.402679443 6.131178883 5.923520518 5.913248217 5.610857729 6.323300279 5.501585983 5.244883274 5.659893786 6.103984436 6.270411115 7.314571177 6.299824118 6.541305522 5.969036747 7.219037069 5.900283693 6.240386547 6.161086401 5.886526597 7.131621151 6.557927264 6.05687051 5.736663026 7.097523348 +LQ04X029020 GATA transcription factor 15 5.836854066 6.096895043 5.869661399 5.572876156 5.105813321 5.277961572 5.693209475 5.693122301 5.623898991 6.236354337 5.483405761 5.430229548 6.008754991 5.383376268 5.579491622 5.539732423 5.491812099 5.60750539 6.253709136 6.430142816 5.884223794 5.68516648 6.24314538 5.448192601 6.067155287 5.734020342 6.488315657 5.891633137 5.609865877 5.610753851 5.229952163 5.131961173 +LQ04X029030 Importin subunit alpha-1 9.447078654 9.880695907 8.960537777 8.947302553 9.180405441 9.738612117 9.782223544 9.724068798 9.255384068 9.286605061 9.142492179 8.980931689 9.138886225 9.670889487 9.562236928 9.005473196 9.311852985 9.341913975 10.28248847 9.328527843 9.721500597 9.481033742 10.35365837 10.40773361 10.25658596 9.814642174 10.82272548 9.079958969 10.45011589 9.612557285 10.61172111 10.4908275 +LQ04X029120 Putative STAM-binding protein 6.05004764 5.839449349 5.640858566 5.48947243 5.99175033 5.698416807 5.959521 6.184049896 6.06928512 5.602058853 5.527934782 6.010265834 5.976241604 6.255220221 5.513579951 5.858391395 5.737016963 5.929847505 6.801447409 5.223977726 5.531242527 5.920751277 5.434716849 5.297258946 5.4212691 5.953683315 6.016110869 6.064829926 5.752363203 6.304867328 6.03489232 5.355099011 +LQ04X029140 Putative pentatricopeptide repeat-containing protein At3g16890, mitochondrial 5.918095669 5.843295791 5.118459246 5.106563492 4.819999066 5.039777781 5.29664684 4.737926086 5.075080756 5.303816267 4.930037847 5.002283196 5.141613218 4.931920848 5.068564123 5.179332101 5.19953882 5.114914664 5.282530441 5.00198403 5.440760979 4.972511147 5.194425063 4.924577638 5.432974751 5.183989107 5.000818191 5.277577444 5.52353827 4.894620038 5.172748961 4.865355545 +LQ04X029150 Putative uncharacterized protein 13.83691991 13.59034688 14.34342374 14.89525257 14.51095259 13.20171018 13.50205826 13.42684442 14.01801192 14.04483951 14.36539116 15.17060502 14.94764879 13.31172992 14.15324069 13.8885439 13.51624448 13.71350858 13.6285883 13.75207631 13.89011078 14.60745332 12.14386138 13.43957514 14.15653558 14.14902147 13.83109585 14.51843753 13.74054993 14.65547476 12.2787342 13.10698094 +LQ04X029160 Beta-D-xylosidase 1 5.533378555 5.474212629 6.898726591 8.752795601 9.20406517 7.293723543 7.393605391 7.481564796 5.692977944 5.477089321 6.967035406 8.731033149 7.416665636 7.984323005 7.012288472 7.100802949 9.052229328 8.702908993 7.251431044 7.222480717 7.319883063 8.418871954 6.119178861 7.880413599 6.279746905 6.008754937 8.991123236 6.461559744 7.335432086 9.688707493 6.285314807 8.883343477 +LQ04X029180 Putative Endochitinase 12.99044738 12.66283654 14.35740414 14.95663225 15.09387551 11.52278516 11.02392811 10.72917056 12.40084777 12.74055096 13.66598836 15.33298505 15.00710436 11.55566125 12.07247172 12.00869586 13.2287813 13.3261215 13.19955854 14.58731083 15.0047152 14.87317062 10.99949872 11.48394446 13.39662732 13.4242106 13.86153145 15.34956431 14.95181234 15.44312193 10.6428877 12.35644051 +LQ04X029190 Calmodulin-binding transcription activator 5 5.041766106 5.291324843 4.708891589 4.996917519 4.515496756 4.910792801 5.122864564 4.754995499 5.097942417 5.307063272 4.928283992 4.811707382 4.849458686 4.773262371 4.966005076 4.761190279 4.931644238 5.133862943 5.805663465 5.221119995 5.2441304 4.793489581 4.862763796 4.846751707 4.814398641 5.020475463 5.613746715 5.377718369 5.097419193 5.023671389 4.930584638 4.853399034 +LQ04X029200 GTP-binding protein SAR1A 14.67086286 13.4414961 14.9298293 14.68742219 14.09292746 14.57213053 14.06041947 13.24926682 14.0509692 13.47927768 14.64095899 14.20957142 14.09316049 14.2137847 13.74682883 13.72065906 14.24683139 14.12314354 13.3787749 15.18434989 14.96581518 13.73103133 15.06249984 14.03642536 13.54178632 13.80235327 12.96915158 14.35102595 14.57337563 13.4442228 14.73863025 13.89816311 +LQ04X029210 GTP-binding protein SAR1A 5.445420623 5.835189235 5.645976247 5.973838419 5.56425926 5.872896883 5.656088721 5.663756775 6.038575398 6.335928916 5.863696216 5.905405719 5.809667792 5.809091759 5.914204959 5.878729238 5.831828542 5.822164135 5.624014395 6.081015708 5.934639131 5.95500139 6.263717496 6.612537523 5.70752017 6.148298111 5.87512405 5.569396239 5.81819609 5.758285496 5.637510097 6.198817353 +LQ04X029220 60S ribosomal protein L29-1 5.675166347 5.499340718 6.050505773 5.742561355 6.049382111 5.934110963 5.57962249 5.945740285 6.136349394 6.182018884 5.855414521 5.94220366 5.704141723 6.573745972 5.675293471 6.071928719 5.915205011 5.877345158 6.646438174 5.462196935 5.604684636 5.983664244 5.994300785 6.089902953 5.943071893 5.854099417 6.312204644 5.293124904 5.399918392 5.957221243 6.726605218 5.843850382 +LQ04X029230 Dihydrolipoyl dehydrogenase 6.636726677 6.107845832 6.176228933 6.638298055 5.442004625 6.722829847 6.971433201 6.769362644 6.831344439 7.395205507 5.847783489 6.709574785 6.232355628 6.651057918 7.824551918 6.35239687 6.130942611 5.99339986 6.18552403 6.297538768 6.53193244 6.316916086 5.763698261 6.574235243 6.590835563 6.256091401 6.470917439 6.188750329 6.947259809 5.948452171 5.890828563 5.751818296 +LQ04X029240 Putative Serine/threonine-protein phosphatase 4 regulatory subunit 3 11.45827227 11.53166327 11.66160511 11.21189726 11.5408815 12.31164446 12.08473581 12.26206417 11.54915676 11.08755538 11.68308026 11.6410675 11.85335179 12.23587028 11.86600494 12.33380583 11.8142717 11.90039109 11.50298298 12.23795081 12.16786711 11.909546 12.51207152 12.38172417 11.4461499 11.53211782 11.26426814 12.06749089 12.22615254 12.13684984 12.69036027 12.36378404 +LQ04X029270 Hypothetical protein 12.35784891 12.877666 12.50330843 11.98797989 12.36358734 12.53399292 12.44514897 12.37856359 12.43758491 12.90231987 12.54698967 12.13405418 12.22918372 12.47004545 12.43049189 12.1604279 12.52045492 12.30987918 12.05186497 12.40311891 12.23338914 12.30064851 12.29243408 11.81174701 12.20888624 11.60782723 11.774487 12.15611738 12.21494118 12.02547268 12.28868767 11.95450276 +LQ04X029280 DNA-directed RNA polymerase II subunit RPB9 5.379263503 5.43103218 5.59445535 5.337691586 5.439127985 5.294040336 5.119454403 5.189260633 5.6391225 5.47923258 5.285729467 5.361040299 5.799478643 5.044583277 5.385278184 5.054103413 5.644776828 5.200745386 5.708051825 5.750012962 5.341430816 5.244222167 5.634556063 5.308021005 5.658555184 5.412034423 5.493315742 5.417273378 5.469943629 5.2085046 5.055669219 5.808259713 +LQ04X029300 Glucan endo-1,3-beta-glucosidase, basic vacuolar isoform 6.104440417 9.443734039 5.586693585 6.713764217 7.47388095 5.287537679 5.263798135 6.016275606 5.576422256 7.224786454 5.468381341 5.299766686 5.334371847 6.016954917 5.232546031 5.933171892 14.3237391 13.94276227 13.90129987 14.09830414 11.91265848 10.01545304 7.205877153 8.959307009 11.814123 8.695724331 11.30510426 10.52958194 7.353536267 6.854473401 7.206669065 9.01332692 +LQ04X029310 Histone-lysine N-methyltransferase ASHR2 9.054066951 9.608568524 8.955976047 8.773653044 8.741874111 9.691702584 9.614656527 9.680765466 9.00752008 8.718677922 9.242256024 9.268589881 8.622502284 9.926713772 8.706394478 9.620834173 9.5047264 9.075244715 9.069787615 9.179480192 9.270923158 8.7711112 9.828117506 9.415257939 9.337171788 9.032069891 9.158618516 8.916709478 9.391782514 9.013208261 10.29983432 9.567476884 +LQ04X029320 Eukaryotic translation initiation factor 3 subunit F 5.613714035 5.37642791 5.155520651 5.584165385 5.141733218 5.43119303 5.616664725 5.021573121 5.748882756 5.783366432 4.894381762 5.363577129 5.297571876 5.415772965 6.227628022 5.228072804 5.010576719 4.944171942 5.58633302 5.431554729 5.509262363 5.294043305 5.676995526 5.005710433 5.29429845 5.182412287 5.396760635 5.028921153 5.500880133 5.020394346 5.847082447 5.135227666 +LQ04X029340 Hypothetical protein 4.992615262 5.037244344 4.773947585 5.201212379 4.850889097 5.073460899 5.432873221 5.261242599 5.424349865 5.178564849 5.121267553 5.125469639 4.977416864 5.146135311 5.364863753 4.967978395 4.582052076 5.087711743 4.901254757 5.247706611 4.903906308 5.21339798 5.349405913 5.275399069 4.83943253 5.239771153 5.234240329 5.08701517 5.059995149 5.089122094 4.920340683 5.332155325 +LQ04X029350 Putative Ocs element-binding factor 1 5.236775351 5.562763844 5.009197395 5.286571389 5.244924745 5.496678443 6.077890628 5.278767284 5.195354739 5.455682727 4.827187441 5.312952429 5.318495032 5.460929169 6.427187904 5.457265344 5.79125483 6.187740179 5.842210654 5.634746718 5.277736293 5.275324078 5.490631852 5.515111098 5.361324896 5.532656712 5.716680979 5.664593783 5.262953865 5.3441653 5.35127809 5.751409946 +LQ04X029360 Seed maturation protein PM36 5.452954979 5.79477664 6.326847768 5.50554409 5.510656886 5.442407526 5.615591318 5.800771922 5.494171627 5.412470266 5.311338653 5.645151087 5.60011983 5.580698707 5.222090877 5.703375395 5.526957062 5.879988699 5.689078365 5.383782046 5.618967396 5.508034134 5.011458544 4.865604667 5.512316547 5.250143761 5.523654948 5.495536853 5.367985631 5.694797848 5.602086331 5.439062552 +LQ04X029370 Nicotianamine synthase 4.881073616 5.032503008 5.367978089 4.809654146 4.853350158 4.931987852 4.770802786 5.063102882 5.123855272 5.207756292 5.374528458 4.943736128 5.040071465 4.888369028 4.89151571 5.492413823 5.25028503 5.266216696 5.509109088 5.502311862 4.776158858 5.148432543 5.451539882 5.282382078 5.178713332 5.309469125 5.29402327 5.627725377 4.866809657 5.467562079 5.354984464 5.278614139 +LQ04X029400 Ubiquitin carrier protein E2 32 12.93449898 13.19342245 13.21978618 12.93302765 13.61094681 12.93689757 12.83384223 13.41788384 12.7926426 12.96843951 13.20184404 12.86182869 13.51299082 12.94501071 12.89915999 13.47334418 12.96870503 13.19141436 13.48289984 13.46489926 13.36263235 13.35248063 13.55022876 13.55451613 13.01797842 13.23615614 13.57598374 13.02617323 13.54373953 13.20462351 13.46266122 13.5758974 +LQ04X029430 Putative Universal stress protein A-like protein 14.0543633 13.90443091 13.78006881 14.10563288 14.17566726 14.16527385 14.04263813 13.81533454 13.8228664 13.68716599 13.60686968 14.15697362 14.16100441 13.93869928 13.90012939 13.88284657 13.83569679 14.1515178 13.67744794 13.56832747 13.34662476 14.21230312 13.21311293 12.70348141 13.77712254 13.67020702 13.65309538 13.4235749 12.92812241 13.73512457 13.12078869 12.57218807 +LQ04X029450 Aldehyde dehydrogenase 22A1 11.74352701 11.89372233 11.3230962 11.58391839 11.35653624 11.19764978 11.09198535 10.99001461 11.74201648 11.76830895 11.52791614 11.58157772 11.392679 11.2430668 11.16507357 11.10577875 11.70101676 11.5064436 12.21297892 10.9702808 11.0469567 11.47590112 10.94420806 10.82813712 11.9722825 11.72779097 12.44434343 11.08887769 11.07078981 11.16845992 10.67576698 10.60915716 +LQ04X029460 Putative uncharacterized protein 4.773262932 4.8762927 4.933847357 4.810444986 4.864682174 4.830388237 4.672523808 4.751078979 4.659098983 4.782897861 4.868212968 4.828945791 4.928060883 4.877628729 4.638720096 4.745299411 4.816112797 4.948088679 5.804215642 4.722839186 5.030419662 4.753439074 5.083196337 5.176752408 4.820327586 5.022136835 5.859327224 4.843877315 5.055107118 4.743406851 4.833801367 5.26022554 +LQ04X029500 Pre-mRNA splicing factor, putative 12.5299678 11.99713487 12.65026079 12.91460472 12.3563174 13.44830215 13.36867401 13.32450892 12.40820464 11.54522413 12.49088242 12.6689327 12.21070441 13.43317324 13.49526588 13.20449504 12.08425825 12.98896408 11.94849643 12.94662407 12.90184345 12.42311031 12.99538676 13.53259686 11.88278107 12.8539207 11.9690427 12.94059813 13.27851098 12.62329742 12.99396686 13.18359191 +LQ04X029510 Putative uncharacterized protein 4.565760738 4.812527097 4.694745367 4.618416401 4.726906896 4.768096863 4.779152544 4.567981462 4.715786651 4.971337733 4.697969149 4.621603399 4.857896361 4.902150157 4.670884924 5.047128118 4.908183774 4.701923919 4.965626118 5.198978029 5.302627726 4.887065494 5.190559798 4.871490818 4.607772326 4.81525722 4.696088132 5.556073009 6.032771056 4.655082196 4.969551943 4.855129919 +LQ04X029570 Probable ATP-citrate synthase 5.405628569 5.126977402 5.53351713 5.487789938 5.256728869 5.261355202 5.206083951 5.205466621 5.303720836 5.702693121 5.289878565 5.532687614 5.16589722 5.003985023 5.438279587 5.449468327 4.792989536 5.375673432 5.395212909 5.000261859 5.166118307 5.345058879 5.415789384 5.458021117 5.834692032 5.805585526 5.393263624 5.106326591 5.136634801 5.386146801 5.393045487 5.005672701 +LQ04X029580 Phytochrome B 11.50129601 11.25060552 11.879808 11.4249943 12.02605355 12.5071721 12.52704148 12.33659249 11.49072746 10.99322878 11.91564677 11.57866224 11.90974195 12.48597646 12.42992831 12.78829766 11.3597283 12.0050842 11.22007122 12.46004647 13.10364887 11.78123856 13.28374987 13.36811112 11.37263809 11.66770883 11.44178969 12.40443872 12.67045642 11.96621953 13.35966752 13.22833423 +LQ04X029650 Putative 3-hydroxybutyryl-CoA dehydratase 13.16441858 13.70929155 13.37482886 12.88889517 13.57877036 12.9531039 13.25535136 13.36470184 13.32396056 13.72274801 13.52355489 13.03287103 13.74807833 13.29911646 13.54630142 13.45104032 13.39165818 13.6049742 13.63132187 13.95992282 13.55106756 13.59537353 13.79093951 13.95986888 13.31477734 13.53265641 13.51106351 13.63796083 13.75441154 13.49936554 13.86042876 13.99878405 +LQ04X029670 Putative uncharacterized protein 4.791860159 5.33287428 5.37876291 5.297297418 5.220398748 5.27002421 5.254688001 5.525792411 5.273414503 5.01473477 5.994180774 5.109071936 5.258778481 5.255064368 5.087917793 5.009249642 5.347978307 5.33646415 5.214367281 5.201294762 4.961324214 5.040261645 5.112296208 5.556170665 5.35100916 5.338604356 5.301056547 5.423280057 5.146852603 5.073941546 5.431479749 5.692325543 +LQ04X029690 Putative uncharacterized protein 11.03582727 10.55607787 10.76296023 9.880605558 10.42227343 9.700338879 9.548137742 9.040573574 10.37027587 10.57393532 10.07609245 9.176440954 10.02626723 9.031599013 9.897351872 8.8023996 10.23543619 10.94786377 11.33807287 11.54489707 11.6861264 10.20246928 11.41566609 11.18278312 10.67464992 10.86857755 11.61521892 10.9752814 11.944187 10.12696832 11.23974334 11.4843039 +LQ04X029700 Putative Calmodulin-4 6.498995147 6.732621293 6.190475082 5.819562859 6.409090959 5.067456209 5.344604581 5.438483734 6.976475712 6.482639195 6.259075466 5.603238887 6.304645707 5.359883932 5.590101892 5.634913954 5.864470339 6.668229788 6.386677102 6.651442966 5.697205651 6.145761067 5.887782141 5.921931555 5.876822009 6.97651375 6.763050709 6.142022799 6.082952883 6.000902427 6.058344083 4.669490408 +LQ04X029760 Hypothetical protein 5.59588599 5.309747562 5.52431096 5.377225704 5.762976789 5.155596817 5.236818672 5.46378347 5.296478329 4.95327651 5.206354878 5.619338872 5.496477673 5.667639627 5.039229456 5.204000772 5.327126226 5.273324542 5.236009104 4.984563922 5.582653085 4.820986861 4.802185398 5.390913126 5.169401981 5.025534747 4.95600885 5.131127993 5.137461129 5.088216273 5.377975372 5.454149995 +LQ04X029780 Transcription factor bHLH148 12.81473028 13.15467106 13.62112027 13.03153994 14.25688764 13.03452927 12.84138073 13.71471512 12.53439762 11.97180531 13.39061354 13.15593837 13.87090002 12.96575636 12.28271174 13.39650959 13.29134347 14.03029799 13.84557302 14.40027416 14.44383179 13.96501938 14.30325451 13.84452443 12.87507134 13.34850076 13.75733599 14.19908918 14.51873505 13.76644461 14.39207221 14.01544535 +LQ04X029790 Probable prefoldin subunit 3 12.83694789 13.35203043 12.80251229 12.60509399 12.41735261 12.78389266 12.55505332 12.93293205 12.99624861 13.34474671 12.96628414 12.71811497 12.57993186 12.68545208 12.6458213 12.69062813 13.18663757 12.84631882 13.04235138 12.92179291 12.74700528 13.01772239 12.83860037 13.12251938 13.15589708 13.01004498 13.00371181 12.83600953 12.69820257 12.610657 13.04052975 13.22855222 +LQ04X029800 WRKY transcription factor 31 7.442116695 8.4159457 7.90291733 7.20359787 7.982639276 9.079668782 9.049285562 8.816136923 7.449905658 7.263203508 7.841113388 7.934083288 8.753765243 9.423370775 8.707411642 9.029242207 9.23559471 8.69095712 9.223884365 9.337123739 9.022955993 8.184439812 10.45068138 11.08123899 8.493320092 8.491668279 8.850366234 9.02090815 9.252224467 8.598908616 10.94618035 11.0580788 +LQ04X029810 Hypothetical protein 5.554563056 5.171145263 5.289697626 5.536668845 5.432727554 5.902294384 6.005374092 5.394059914 5.419566036 4.977138334 5.058514014 5.497197425 5.188872907 5.764374116 5.261051189 5.56232846 5.41305108 5.324493727 5.201826501 5.563683271 5.950305837 5.058199065 5.786573836 5.201302108 4.89689222 5.149182867 5.446915562 5.465012052 5.350767922 5.177927769 5.164302178 6.037165907 +LQ04X029830 Putative Flowering time control protein FCA 5.201920679 5.535214847 5.011089121 5.110983116 4.96816155 4.850087691 5.359276782 4.853816125 4.950679928 5.497616263 5.272908953 5.135110188 4.912114824 5.081799152 5.103299473 4.839141055 5.504730036 5.363670626 6.014027916 6.077299504 5.247168757 4.983578798 4.516603997 5.578349801 4.942487011 5.423466503 5.457223186 5.603049676 5.532160868 5.057766926 4.987757407 5.350306637 +LQ04X029850 Galactokinase 12.66387336 12.44923737 12.36768703 12.68818302 12.14926118 12.66550727 12.53308745 12.3422516 12.61525026 12.55965469 12.23236888 12.47276788 12.30279807 12.52990282 12.67089822 12.28939918 13.27886076 12.85007262 12.98228774 12.14214055 11.70479149 12.25456087 11.8638823 12.2281836 12.59526026 12.4674884 12.63052732 11.70837053 11.66257026 12.01861812 11.86434997 11.73595089 +LQ04X029900 Putative Pectinesterase inhibitor 5.525839626 5.387426997 5.170041104 5.263287949 5.360053726 5.116466219 5.397863439 5.675108392 5.083907944 5.10837176 4.908109977 5.378016825 5.473219797 5.204223961 5.24694446 5.447649968 5.159816788 5.592259559 5.60984452 5.222121424 5.378472331 5.498585214 5.89051645 4.958892998 5.334683427 5.191885184 5.88057227 5.525974107 5.306419142 4.942646061 5.274579255 4.883054832 +LQ04X029920 Predicted protein 5.687749299 5.74952449 6.263089717 6.097086387 5.78137325 5.963574673 5.891706752 6.35134858 5.540720496 5.58109804 6.159163479 6.132210095 6.143198721 6.287498418 6.134039918 6.669686983 5.762659619 5.829255501 5.729629687 6.503452928 6.22756077 5.76593917 6.012419097 6.201013003 5.899587904 5.374396523 5.38899768 6.168199677 5.967933447 6.257960825 6.070288967 6.230464219 +LQ04X029930 Hypothetical protein 13.22367772 13.82412225 12.15428155 12.18483821 12.00110784 12.31702284 12.33353288 12.46647275 13.42725891 13.8282393 12.43990545 12.23686974 12.16026076 12.44042724 12.42087782 12.72031662 13.09401675 12.61666788 13.51125385 12.14856642 11.7647911 12.76623442 12.37660543 12.32399378 13.8579782 12.95944975 13.80141556 11.46245984 11.67045025 12.33954254 12.53947094 12.631488 +LQ04X029960 Putative Transmembrane protein 93 13.64622164 13.29911978 13.42698327 13.49964056 13.25403146 13.14346139 13.18781503 12.74153833 13.74124666 13.69349883 13.52902281 13.51262625 13.55359675 13.05628308 13.27316485 13.2787025 13.99834769 13.50737032 13.92581621 13.328343 13.28562504 13.15451622 12.96560269 13.10279413 13.63141019 13.49649914 13.76526102 13.39652092 12.78490903 13.11857007 12.90482852 13.237356 +LQ04X029970 Pentatricopeptide repeat-containing protein At3g48810 8.444090079 8.746193357 8.059051388 8.987921812 8.179225982 9.83140126 9.910509739 9.52955189 8.663401075 8.471260558 8.446199745 8.943925478 8.354121238 9.720076816 10.10083108 10.02001459 8.396927247 8.447835696 6.365675406 7.397304407 7.59686789 8.081914043 8.88823682 9.356354712 8.219285227 8.072256015 6.095172335 7.586113317 7.976196584 8.894575306 8.367295524 8.980623907 +LQ04X029980 Desiccation-related protein PCC13-62 5.57813669 5.768487336 5.8845402 5.362482243 5.322202939 5.501043323 5.742680576 5.980051891 5.565446063 5.118624933 5.807140235 5.319997647 6.088093452 5.599512261 5.425803401 6.240641944 5.618391686 5.78933254 5.103547857 5.393917958 5.746321316 5.286160278 5.92503418 5.667925723 5.512610506 5.789519591 5.820448626 5.192194476 5.955693491 5.999757179 5.949829827 5.43495808 +LQ04X030000 Putative uncharacterized protein 10.83469281 10.79423531 11.27510468 10.4952228 10.86006538 10.79032478 11.13191506 10.64496445 10.91325557 10.75012852 11.31655084 10.45764698 11.19609034 10.66612391 10.86627641 10.01427346 10.48721939 10.87831049 10.87355068 11.07494121 11.88866497 10.74063654 12.34869445 12.18994507 10.56086439 10.81764082 11.31048324 11.16616215 12.14727816 10.98441437 12.48598268 12.40047299 +LQ04X030020 RNA binding protein, putative 9.59322422 9.935322382 8.471278718 8.570229461 7.55465419 11.08936514 10.66321791 10.0512454 9.315783958 9.757621602 8.620089462 8.43627053 7.555368741 10.61970518 9.925877377 9.82381716 9.518342769 9.30913425 10.3827303 9.862028236 9.620991753 8.931514749 10.99040679 10.80512764 10.44035749 9.832087408 10.50763086 9.394480619 9.59455821 9.01561618 11.0020017 10.7521604 +LQ04X030040 Beta-glucosidase-like SFR2, chloroplastic 5.349678514 5.162187 5.148628315 5.364291953 5.371877521 5.056725206 5.579627611 5.328485679 5.123612019 5.479393484 5.073393118 5.30752384 5.630266225 5.352855264 5.232315663 5.479341455 4.895769006 5.129662013 5.100508315 5.696239602 5.123676646 4.968795063 4.862424126 5.507718301 5.129509749 5.018396745 5.293312033 5.900839338 5.777507695 5.225267841 5.116627071 5.575111575 +LQ04X030050 Hypothetical protein 12.35572621 12.89618089 11.21823664 9.837206998 10.9065597 8.370208782 8.953497933 8.503417299 12.67976699 13.0585568 12.55239166 10.35724397 12.05661685 9.398558872 8.43836018 10.67137617 10.76786929 10.50100485 12.05599003 10.67984381 11.30204027 12.13420243 9.884907938 9.325868043 12.44941232 11.76466946 12.24389205 10.68942693 11.4871213 9.711952738 9.819738458 9.828020587 +LQ04X030060 Gibberellin 2-beta-dioxygenase 2 5.291772961 5.067652188 5.885062953 5.406739755 5.933150421 5.049278483 5.120745936 5.379872364 5.311205847 5.051277374 6.677708939 5.435801421 6.099450427 5.421298652 5.404914912 5.434880009 6.127789631 5.392082305 5.444256726 5.458652724 5.424737253 5.375152581 6.312279478 5.742753492 5.467841381 5.463196741 5.564772863 6.469636741 5.819514213 5.381788782 6.290571583 5.913918012 +LQ04X030070 Beta-fructofuranosidase, putative 12.12504915 13.02320189 12.27489889 12.14668254 12.88921214 12.75659152 13.28615255 14.17567298 12.22363423 12.98353711 12.16915218 12.28902397 12.51579489 12.59245737 13.39572632 13.15824032 14.27525949 14.02929744 13.2077322 13.15563286 12.77818441 13.90270626 13.42825572 14.24746645 11.90594907 12.50595789 13.25375993 12.30612509 12.84340212 13.75252118 13.54251154 13.95772342 +LQ04X030080 Predicted protein 6.705489386 7.452889162 6.251151493 6.85863519 6.786258435 6.150701344 6.449601356 6.587895047 6.94343642 6.469164935 6.551572122 7.024064594 7.332438044 6.57260932 6.08845335 6.893349338 8.19435033 8.223027273 7.892390025 8.047773855 7.710433997 7.903601211 5.924228966 6.346808299 7.110997639 7.61472649 7.395264036 7.264244908 7.013387095 7.596611907 6.678613146 6.654032108 +LQ04X030090 E3 ubiquitin-protein ligase UPL6 4.858589248 5.223319579 5.497288776 5.839120482 5.34652807 6.232266644 6.314257725 5.957453832 5.249656687 5.300019858 5.324726401 5.824244863 5.557609446 6.242234903 6.27386594 6.051046647 5.753725446 5.423000356 5.306526455 5.21094631 5.781389739 5.400080098 5.443630737 5.175226448 5.443957957 5.035348904 4.924137634 5.063925999 5.455713489 5.171066104 5.652365435 5.119148985 +LQ04X030100 Putative Serologically defined colon cancer antigen 1 homolog 5.327746936 5.01349359 5.154139297 4.854131426 5.555520533 5.174587458 5.03887402 4.849543877 5.108171415 4.802234059 5.136573445 5.067364947 5.362618726 5.424740911 4.817714973 4.819294779 5.040657192 5.107220071 4.993873998 5.065265413 5.398011879 5.329712018 5.585208209 5.389523551 4.867879891 5.092981932 4.887589785 4.905727963 5.148750875 5.375923203 5.436688258 5.45048588 +LQ04X030110 30S ribosomal protein S1, chloroplastic 13.72348293 13.97322361 14.21819899 14.31065154 13.883346 13.82154885 13.90611127 13.45826915 13.86186141 13.53515737 13.92238524 14.48350489 14.15436248 14.28235993 14.13180882 14.00040259 13.11126689 13.61218598 13.40549572 13.70421761 13.511601 13.86485007 13.92060796 13.9525144 13.53177423 13.91076647 13.70114493 14.00051323 13.96242037 13.93538029 14.02517495 13.8429616 +LQ04X030140 Putative uncharacterized protein 6.328641232 6.198357443 6.345640221 5.917708504 6.469077664 5.904251578 5.598973801 5.764146708 6.116702304 5.8310015 5.813666255 5.9431554 5.975957814 5.581823878 5.538247206 5.899825678 6.541649116 6.924824694 6.08442787 6.617862993 6.171855124 6.282561436 6.633151362 6.342468468 6.411927833 6.123296301 5.909835178 6.281530784 5.588308616 6.243439233 6.972321361 6.320233811 +LQ04X030150 Dihydrolipoyl dehydrogenase 1, mitochondrial 13.48084923 13.55439682 13.45990491 13.3671668 13.32277737 14.32545254 13.63901956 13.59437252 13.33164376 13.36258904 13.27209175 13.29298766 13.43009124 14.24850625 13.69449769 13.56167163 13.3878498 12.61022394 13.227441 12.93675684 12.93317976 13.21112318 13.24750172 13.658677 13.3094275 12.64511601 13.33773414 12.99568165 13.52850626 13.66398055 13.23326977 13.39040875 +LQ04X030160 Probable protein phosphatase 2C 13 5.155354716 5.251158555 5.290867125 5.745633212 5.345546436 6.183607452 5.557294473 5.521412282 5.305180586 5.662332517 5.45866942 5.583024544 5.882081426 5.720452166 6.333897965 5.563307643 5.344610149 5.484756066 5.193162615 5.717415526 5.681525789 5.408385595 5.592059366 5.744072204 5.401127057 5.678793258 5.483977393 4.896266174 5.38999686 5.449376644 6.018115189 5.146184422 +LQ04X030190 Predicted protein 5.661951195 5.584109219 7.482360211 5.741880826 7.212754563 7.001199619 6.572447436 6.880611612 5.529045393 5.219592505 6.520731352 5.517351127 6.017158638 6.126977724 6.20451066 6.578513742 6.040610032 5.578989558 5.045839508 5.964365961 5.148024306 5.723891819 5.315884486 5.884317745 5.568739124 5.649832097 4.962448333 5.350639797 6.415986755 5.52088002 6.326592767 5.4280968 +LQ04X030230 Polygalacturonase At1g48100 11.66376589 9.902977058 11.94826738 9.070117103 8.206465987 5.023629428 5.151206963 5.213591908 10.07783874 8.234726334 10.75414377 8.360834474 7.593995204 5.46117718 5.070134208 5.059549961 10.22879638 11.36480995 8.585660283 11.76636088 11.55948679 8.994494899 5.028983893 5.599134806 10.06909482 10.28183932 8.364785044 10.86485755 10.82069987 6.485107693 5.597298511 6.429688164 +LQ04X030270 Yth domain-containing protein, putative 5.009871407 4.922280569 5.287849075 5.359676059 5.232362341 5.239974719 5.425752264 6.056803858 5.132467146 5.348990832 5.454097413 5.133868599 5.176389011 5.247200432 5.941480202 5.930280238 5.036191861 5.340095848 5.382455224 5.190656476 5.248045709 5.179868382 5.558141618 5.386263895 5.411391287 5.64927579 5.067858445 4.982934473 5.706661259 5.008151007 5.459983239 5.059444022 +LQ04X030280 Dead box ATP-dependent RNA helicase, putative 10.64374364 11.08293097 11.34690535 11.43516733 10.75772215 11.58518806 11.74623624 11.56118429 10.96520188 11.15588022 11.04269682 11.4899706 10.88997181 11.85562304 11.75811497 11.98567164 10.95509231 10.31779893 9.970969177 10.94907092 10.51141524 11.19661868 11.17378211 10.91791944 11.23239982 10.3212048 10.22569532 11.27329209 10.89319631 11.11393415 11.11801181 11.02521245 +LQ04X030320 Putative Dehydrogenase/reductase SDR family member on chromosome X 4.993070215 5.020417295 5.054308487 5.242778764 5.671923694 5.135489496 5.35745235 5.217359409 5.236639801 5.005473036 5.145246042 5.289599581 4.964131821 5.127050163 5.458703244 5.036164621 5.006229197 4.862695968 4.94034136 5.554121569 4.936177169 5.043515258 5.946000469 5.513274076 4.903316545 4.821342677 4.97265961 5.425298998 4.917033185 4.819948823 4.778754689 5.065693425 +LQ04X030330 Protein transporter, putative 5.45088296 5.92271463 5.285554997 4.885849948 4.778051112 4.704576462 5.162066758 4.859584785 5.207321983 5.460921159 5.23625526 4.955187518 5.308963099 4.787822746 4.960380024 4.927612651 4.964520844 5.066015527 5.201813529 5.429397481 5.552921681 5.103366867 5.335981819 5.423737252 5.075062637 5.311527342 6.209964931 5.313577169 5.40466425 5.276645509 5.129059889 5.28384032 +LQ04X030350 Putative uncharacterized protein 5.574161699 5.659280429 5.47274947 5.640597336 5.745625383 5.455315268 5.796598391 5.601577242 5.903102966 5.551119856 5.798917296 5.772913623 5.38520003 5.430499771 5.494678601 5.579436662 5.411603743 5.572217563 5.928696017 5.755834847 5.885720338 5.718015494 5.137097741 6.03927411 5.798126947 5.818783689 5.887084824 5.761218971 6.211142366 5.948599159 5.243782197 5.241772391 +LQ04X030380 S-adenosylmethionine-dependent methyltransferase, putative 5.214684419 4.768075745 5.270278727 5.642458952 5.068805009 4.958606496 4.835851525 4.99603484 5.12041475 5.235828773 5.392897387 5.162426919 5.160560485 5.014134012 5.103653098 4.836175616 4.909997602 4.812621384 4.906220594 4.887518942 5.297659487 4.927764554 5.4795038 5.448182709 4.819215418 5.212650942 4.806682801 4.902844146 5.042441817 4.921066204 5.310690114 6.160036577 +LQ04X030390 BWF1-like protein 12.49572164 12.05179091 12.55104544 12.00108246 12.22883101 12.45728294 12.15099725 12.34766998 12.37677766 12.09676475 12.3877876 12.08441821 12.16087209 12.28431684 12.26090379 12.23830416 12.9889425 12.70090834 13.0741658 13.13169822 13.11763949 12.56736991 12.80616294 12.80632531 12.75843551 12.45943234 12.40086345 12.89973974 12.84257164 12.50444025 12.86933707 12.64086624 +LQ04X030400 Putative Proteasome assembly chaperone 4 5.125588668 5.525109182 5.325448744 5.399282157 5.233916329 5.562357451 5.458115257 5.973021202 5.231524756 5.726393579 5.159748181 5.380181167 5.192224523 5.720826976 5.662415357 6.066855277 5.313869504 5.484085012 6.465627619 5.60160374 5.124783614 5.193998486 5.147849677 5.447960869 5.221275627 5.552634846 5.518928559 5.654012218 5.498754631 5.557714633 5.385996278 5.566285479 +LQ04X030460 S-adenosylmethionine synthase 2 13.73121751 13.84738824 13.27612512 13.36393426 13.96575271 12.08161654 12.22107489 12.27253136 13.68684287 13.7689351 13.50197876 13.5385799 13.47602674 11.77750538 12.42593878 11.96376924 13.20998592 13.10526341 13.67226248 13.27210597 13.15940971 13.82580136 12.17379935 12.4191127 13.91870192 14.11057766 13.76390069 13.13826402 13.98979567 14.51800488 12.16419651 13.00298777 +LQ04X030470 Pleiotropic drug resistance protein 3 5.235490054 5.574417201 5.754564584 5.26488029 5.767706497 5.296007407 4.943787849 5.169859305 5.985118033 5.482726279 5.796984041 5.13912128 5.722370234 5.249338423 4.857544364 4.981283215 5.634992667 5.702935953 6.266768044 5.53431548 5.459007419 5.64961436 6.085327389 6.579166879 5.616103786 5.320618589 6.811615179 5.495974796 5.589038845 5.803868199 5.218735427 5.784133648 +LQ04X030480 Pleiotropic drug resistance protein 3 4.933162985 5.002519456 4.836362216 5.334075238 5.169368145 5.080457938 5.078264204 5.193152295 4.954566014 4.86196977 5.221706892 4.954683144 4.917658297 5.2286961 4.884283732 5.112894405 5.078499624 4.724883564 4.739266206 4.927736168 4.830528388 4.909441868 5.446424509 5.658185921 5.325856168 4.81173807 4.875405565 4.990835525 4.728320518 4.994161616 5.456378131 6.10080627 +LQ04X030500 Putative Squamosa promoter-binding-like protein 1 5.577429774 5.566069336 5.149171588 5.603415052 5.58555962 5.306080972 6.053599522 5.381322521 5.437427289 5.356916033 5.378432354 5.291739173 5.441440618 5.629046487 5.405138901 5.367460575 4.956508982 5.427932214 5.423096853 6.284150257 5.094007326 5.18612948 5.307279032 5.91841987 5.341423274 5.259905611 6.026108317 6.017911601 5.671954648 5.234840977 5.303008529 5.637871192 +LQ04X030520 Putative uncharacterized protein 12.75331744 12.57193534 12.75336568 13.22844063 12.95632524 11.53296798 11.26292302 11.05865764 12.89893971 12.6610129 13.03262702 13.31396314 13.09127413 11.32173282 11.65570545 11.52108657 12.38812475 12.5247627 12.06912814 12.50819016 12.30057939 13.16152091 10.79085302 10.11006538 12.56437753 12.93126591 11.88137639 12.38024796 12.2833244 12.74103524 10.37367354 9.747975183 +LQ04X030540 Putative Solute carrier family 35 member C2 5.920727069 6.090057346 6.432513708 6.232875368 5.716355732 6.491857364 5.618637595 6.287705006 6.013602888 6.321932999 6.407930278 6.167525154 6.081459686 6.58785615 6.31375516 5.905982487 5.842888117 5.931980157 5.54866296 6.244770088 5.613636251 5.867504346 6.498563849 6.971502503 6.325884958 6.044111822 5.268675397 6.741338055 6.072732264 6.049149709 7.084068387 5.886132837 +LQ04X030550 Novel plant SNARE 13 12.16656723 12.55961159 12.47102474 12.15086751 12.29573108 12.11295269 12.04380001 11.62931617 12.38038353 12.5004676 12.51260984 12.18261411 12.46290508 12.03141227 12.03548792 11.72422544 11.8955916 11.99762791 11.47808047 12.40059358 12.58473118 12.2959573 12.14768608 11.73859569 12.05339281 11.95911628 11.71418394 12.30223264 12.82420127 12.26020371 11.83881041 11.63952363 +LQ04X030560 Putative [Pyruvate dehydrogenase [lipoamide]] kinase, mitochondrial 11.78180208 11.70671405 11.49226819 11.01040503 10.96307166 12.41479065 12.08135563 11.86256303 11.94920409 11.29228144 11.46278515 10.9182467 10.83938382 12.40543275 11.22348077 11.07019463 11.98747109 12.17102939 11.53993431 11.8323462 11.25032906 10.25317071 11.04794753 10.94808217 11.59857598 11.59035683 11.18370664 11.04219234 11.23255352 10.16715838 11.1852249 10.6300772 +LQ04X030570 Predicted protein 5.451880672 5.625075194 4.859624665 5.4121177 4.90087231 5.823147974 5.421399966 5.642629706 5.09948766 5.463125964 5.539720232 5.678313241 5.33413044 5.597122667 6.144995341 5.574480593 5.203541998 5.310020292 5.313425599 5.368457379 5.409755132 5.312626375 5.501414523 5.7225533 5.174049831 5.554495113 5.306522498 5.250977869 5.258822687 5.433714249 6.226806105 5.659735291 +LQ04X030580 DNA binding protein, putative 5.399853485 4.997055068 4.792369318 5.139691236 4.906057769 5.342473549 5.50993589 5.269975468 5.420668624 5.603555472 5.035618092 5.141563322 5.025998251 5.385899025 6.348069123 5.348233275 4.609871199 5.157443314 5.148511332 5.170536622 5.207684005 5.131401319 5.923146957 4.924091057 5.124882221 5.320280673 4.964957705 5.433275233 5.893165047 4.776097127 5.422126762 4.805831411 +LQ04X030610 Predicted protein 11.10045874 11.80483464 11.16788046 9.784099269 11.16827639 9.8829729 9.973549353 10.07984114 11.11439035 11.24386626 10.96198589 10.08453179 10.76814436 10.2430017 8.892900414 10.21829105 10.87649475 11.60395618 11.81948864 11.8696007 12.04691672 10.53025616 11.64787184 11.17753855 11.27886417 11.62359703 12.29034511 11.1499773 12.17022845 9.790510553 11.66418127 11.20989169 +LQ04X030640 CBL-interacting serine/threonine-protein kinase 1 8.683633461 7.8907521 7.807101087 7.684076468 8.412164838 9.251909292 9.242896871 10.18485423 8.162095949 7.094512278 6.657699805 7.961531954 7.355913877 9.622722732 9.413341226 9.699197496 8.795087116 8.935549365 7.735570077 8.156155596 7.534210983 8.236142315 8.899403826 8.896873787 8.727244928 8.715220205 6.79145469 7.329511349 7.614787718 8.195126899 9.081442778 8.890124279 +LQ04X030651 Putative uncharacterized protein 9.844629225 10.06735366 9.712982435 9.184137974 10.24191946 10.23400359 9.751410443 10.11341542 10.01545925 9.280556232 9.785651719 9.190917027 10.20219969 10.17844421 9.508814787 10.15501858 10.14844759 9.852135919 10.68801319 9.600264294 10.28579972 10.02596379 11.00229527 10.39395388 10.16416302 9.971477141 10.79081394 10.1015326 10.5134968 10.37243833 11.13253256 10.43609911 +LQ04X030652 Putative uncharacterized protein 5.815096024 5.157227357 5.547915541 5.61581718 5.538753688 5.965707062 6.125503801 5.656740418 5.521698396 5.162139438 5.921397175 5.71485256 5.449105242 6.175212142 5.860563093 6.147820007 5.320567039 5.514535983 5.563030104 5.788703834 6.142972148 5.438548412 5.393724262 5.685054514 5.582150714 5.16805012 6.043204863 5.719405014 5.432263454 5.449325255 5.717305533 5.907392269 +LQ04X030660 Putative tRNA pseudouridine synthase A 1 11.59222114 11.31910942 11.14583001 10.80582966 10.14441788 10.48060216 10.57115944 9.623897924 11.59733553 11.44864496 11.14805923 10.66935932 10.72011792 10.55933359 10.47273926 10.02831372 11.24289865 11.58364763 11.90127516 10.80134629 11.06807607 10.35564998 11.33166693 10.46924492 11.49084836 11.75246489 12.11395327 10.48441156 11.0656297 9.924739041 11.21039442 10.14463834 +LQ04X030680 Cyclic AMP receptor, putative 9.802852857 9.613482638 10.17305055 9.404514958 9.657270426 8.485683033 8.639174715 8.488320481 9.836799223 9.738304513 10.3700294 9.248717238 10.04630003 8.486808908 8.471905841 8.737253763 9.284836008 9.191308497 9.101210999 9.302325375 9.530944627 9.38744476 8.349348836 8.391845441 9.411755367 9.21561376 9.383083935 9.499039772 9.660218824 9.220532353 8.100105761 8.926785227 +LQ04X030700 Putative Cytosolic purine 5-nucleotidase 9.680065263 10.4098709 9.036547154 9.337390835 9.420796156 9.777533267 10.18245992 10.2399685 9.799240788 10.30550269 9.66816689 9.448681607 9.305381815 9.960999994 10.22847836 10.18267847 9.841684452 9.496606908 10.65167937 9.243680148 9.599071049 9.459919207 10.12370195 10.4995773 10.17865077 9.687431832 10.53950146 9.021775273 10.19586403 9.786175535 10.07140897 10.34214731 +LQ04X030710 Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha 12.74618239 13.22022599 12.76105102 12.77633866 12.62785376 12.7657615 12.78023701 12.5051183 12.90639864 12.97223781 12.78780237 12.68524469 12.783648 12.85744743 12.46283537 12.38139383 12.92515863 13.19789696 12.83657615 13.11435012 13.03842347 12.84845062 13.12130839 12.91564428 13.12396732 13.30589367 13.02090274 13.09775131 13.45818762 12.73134422 13.07760612 13.09935495 +LQ04X030740 Aspartic proteinase oryzasin-1 9.288281646 8.362641176 9.745089085 10.8170549 10.97775398 10.25666077 10.52976494 9.706368511 8.963704892 7.584530309 9.195777771 10.81142357 10.57733816 10.7306645 10.66213869 10.7938132 9.018113743 8.487590092 9.245086333 8.507613607 8.304918517 9.327994315 9.36118466 10.37355488 8.760411147 8.344340756 8.789412533 8.837262658 9.394052281 11.5247381 9.92158399 9.901537298 +LQ04X030750 Putative uncharacterized protein 12.17717731 11.51505435 12.29925771 11.95237092 11.78650488 13.03205368 12.94873594 12.59333317 11.81371993 11.40917393 12.06352988 12.17605358 11.86745567 13.10454944 12.68513995 12.3421808 12.23185235 12.28524429 12.17061448 12.62219403 12.49576259 11.71789418 12.8208115 12.29428506 12.28376034 12.19636414 12.12045651 12.51834696 12.09665865 11.48804128 12.95765041 12.22862542 +LQ04X030781 Putative Retrotransposable element Tf2 155 kDa protein type 1 4.776988966 5.041097459 5.58851216 4.693615557 4.888243174 4.773800937 4.684970338 4.828374467 4.899747411 4.796300981 5.018754159 4.772641888 4.964117829 4.73667028 4.827175348 4.954019787 4.937642173 4.937846091 5.31915683 4.723971488 5.091746769 5.132429335 5.085925187 4.969484686 5.098650986 4.696494021 5.104187097 5.100352734 4.883187413 5.001530978 4.991007232 5.974064253 +LQ05X000010 Putative uncharacterized protein 11.84033879 10.93307588 11.29386151 11.64786991 12.28791178 12.36075911 11.88760299 12.56625081 11.89127728 11.57032764 11.38561923 11.83586789 11.64475484 12.23818349 12.05990732 12.44382107 11.81847279 11.88237886 11.40735254 11.68923364 11.31498791 11.50257887 11.51024896 11.36094579 11.54476285 11.55897675 11.08555078 11.69543613 9.518225679 12.45559381 11.52939776 11.13125997 +LQ05X000030 Putative Uncharacterized protein C1683.06c 12.44560965 13.10524931 12.11832633 11.6569603 11.80574117 11.6976148 11.57551394 11.76107245 12.49707676 12.48488242 12.15643739 11.54136024 11.89650845 11.60124921 11.61073665 11.54525312 13.36806752 12.80550499 13.4050387 12.78084945 12.58224082 12.9439 13.27887466 13.10676549 13.30139173 12.74794086 13.45818884 12.7692705 12.79367833 12.80885186 12.9312726 12.79602653 +LQ05X000050 Lupus la ribonucleoprotein, putative 12.48745491 12.20680127 12.8118337 12.18721002 12.81682321 12.03915398 12.63303156 12.42467249 11.95848422 11.62041391 12.11604378 12.23790445 12.47121555 12.18461933 11.82476194 12.24210339 12.2325781 13.10859082 12.73174862 13.19422443 13.4807947 12.88001864 13.85857546 13.73063084 12.23219131 12.73870145 12.94325487 13.08929068 14.12880644 13.39252098 13.77713693 13.87204894 +LQ05X000060 Predicted protein 4.912053288 5.142791407 4.583236814 4.915025769 4.857937331 5.295156091 4.652046663 4.929230231 5.08943342 5.309336304 4.672781804 5.015060027 4.962203153 4.750370832 5.261311012 4.821315676 4.896238866 5.269454914 5.411885888 4.902997351 4.939159536 4.651215944 5.020864948 4.81751562 4.938176408 5.01304044 5.242427909 4.733325189 4.953618012 4.581125976 4.657276141 5.276449116 +LQ05X000070 Probable thiol methyltransferase 2 5.617001901 5.719249647 5.297646032 5.950277777 5.719713679 5.029937243 5.469267481 5.245724701 5.829024051 5.8333209 5.475905688 5.809563526 5.552124144 4.874777082 5.521428034 5.296158756 5.270029611 5.699775908 6.070430175 6.145333405 5.650207441 5.469052374 5.922357548 4.791259202 5.504049476 5.93416083 6.098462163 6.12618778 6.025665521 5.908205666 5.451832803 5.368039454 +LQ05X000080 Type I inositol-1,4,5-trisphosphate 5-phosphatase 12 9.640318814 9.647366234 9.385137156 8.436387851 8.909360557 10.73432441 10.46634138 10.06988502 9.781136198 9.271891932 9.851757781 8.813266549 9.155038331 10.73256914 10.34545388 10.31436332 9.149865673 7.885938313 8.328876675 9.372644876 8.275420432 8.369715672 10.77445159 10.44786884 9.499371161 7.978717399 8.334671901 8.883521085 8.903462801 8.278496618 11.14521146 10.36992036 +LQ05X000090 Ankyrin repeat-containing protein At5g02620 12.57882702 12.43925582 13.19672284 11.86457823 13.45302537 11.98225766 11.92654988 12.55964182 12.89708217 12.82376874 13.41160596 12.27704846 13.22680785 12.28073517 12.32447268 12.56436435 13.38237302 12.04940695 13.36337377 13.0485489 12.48847888 13.05241748 12.94890126 12.64686214 13.36274784 12.02022132 13.14196144 12.81833028 12.82165607 13.01082717 12.8032363 12.96638764 +LQ05X000130 Putative uncharacterized protein 7.684516495 8.32111236 7.58850478 9.248865894 7.496383807 9.217197947 9.72585861 9.34594096 7.844634443 7.415204597 7.911897412 9.080403392 7.385920219 9.519833773 9.7432228 9.406404814 8.085116388 8.123236291 8.588723731 7.110798791 7.399368682 8.179310434 8.160495507 9.102117369 8.121258224 8.032454957 9.255622729 6.794311078 8.075717976 8.865175552 8.989679343 8.777283924 +LQ05X000150 Putative Probable UDP-sugar transporter protein SLC35A4 9.98315198 9.758121756 10.17959839 11.45090653 10.48586325 9.793698034 9.786274947 10.09920573 10.24902241 9.936224162 10.56223861 11.72709667 10.98014146 10.04748902 9.981397706 10.10696737 9.552049262 9.77097798 8.667191278 9.824721924 9.376623745 10.71605589 7.912792659 8.729453846 9.641090173 10.67671612 8.829353322 10.45398912 10.07913057 11.23736696 8.979383612 9.2669311 +LQ05X000170 Predicted protein 10.99144913 11.60123757 11.16847957 10.64702456 10.99533701 11.10049673 11.11807021 11.17587833 11.44774591 11.40837245 11.60969761 11.07255307 11.46159865 11.28035628 11.05541751 11.49223915 11.71316262 12.33667391 12.08366356 12.29057506 12.29778661 10.84244287 12.37784394 11.91637793 11.55887915 12.01346705 11.98903614 11.95177221 11.78483947 10.87523599 12.38055258 11.62510579 +LQ05X000200 Isoleucyl-tRNA synthetase, cytoplasmic 6.174503309 6.422504079 5.412131411 6.213817936 5.98741089 6.80352255 6.735560937 5.823146911 6.250454945 6.903139004 5.757379027 6.133595778 6.032018566 6.151276003 7.28386966 5.975296514 6.072992856 7.143718227 6.180047904 6.1359082 5.961945908 5.676205383 5.999187221 5.30190827 5.984444351 6.263897231 6.503654875 5.882090766 6.292522513 5.518212959 5.929506445 5.704075855 +LQ05X000210 Probable glutathione peroxidase 3, mitochondrial 5.1978358 5.118812816 5.428986559 5.790667776 5.558164061 5.568668652 5.559362294 5.428332366 5.414080107 5.13154664 5.424444244 5.548973035 5.901045293 5.213662614 5.67706115 5.41356513 5.569623592 5.630940664 5.492364762 5.42611817 5.43913314 5.333632767 5.000304503 5.693334186 5.220634183 5.221628742 5.347838692 5.786705576 5.422117094 5.6202341 4.913041278 4.888180618 +LQ05X000230 Predicted protein 14.27453652 14.52256664 14.33737222 13.98576382 14.17205369 12.65075785 12.62383015 13.04210893 14.40399917 14.3185479 14.5787997 13.71426 14.48743833 12.33834752 12.69322627 12.60811303 14.72631979 14.28112041 14.44503823 14.71793045 14.39679547 14.19614141 13.36147253 12.90531611 13.86179081 13.3896722 14.15074696 14.32344295 14.31850021 13.50359757 12.95644857 13.16813747 +LQ05X000250 Putative Pentatricopeptide repeat-containing protein At2g38420, mitochondrial 4.972858283 5.262379059 4.87721219 5.004043295 4.785669934 4.992457764 5.08499021 5.095221689 5.306518752 5.342668961 4.811409443 4.948911559 5.121594708 4.808256461 4.767591454 5.217040453 5.081680559 5.130534298 5.346492273 4.82701807 5.199725724 4.717658205 4.966920487 5.813652337 5.322153352 4.89211967 5.697732349 5.247906153 5.55433322 4.726454017 4.832683742 4.934274118 +LQ05X000260 Putative D-alanine--D-alanine ligase 11.31764633 10.81803723 11.3864925 10.82034189 10.75864897 11.6718481 11.55789246 11.12433337 11.16475927 11.04487559 11.41499075 11.05158215 11.04704019 11.91115632 11.44282537 11.669177 10.7153783 11.42143064 10.59222397 11.60499393 11.87636828 10.50219304 11.8581136 11.57949879 11.07801572 11.36822922 10.60316042 11.34282052 11.79868589 10.6884917 12.08425309 11.56479008 +LQ05X000370 Putative uncharacterized protein 9.698112584 10.35876371 10.21165063 10.46228205 9.681238226 10.31169801 10.55721271 10.7711179 10.02874263 9.953459985 10.53250091 10.36653463 9.976561085 10.36554325 10.58850883 10.54268049 9.374323479 10.10650125 8.130652458 9.90485419 10.49957097 10.15334235 10.24617596 10.0352766 9.398007679 9.989286614 8.464951604 10.01023222 10.57737603 10.56772023 10.3693967 10.62689933 +LQ05X000440 Predicted protein 11.1613562 11.27184661 11.48946166 11.0317255 11.41523532 11.11550214 10.91837676 11.05232742 11.29385964 11.06091445 11.72030645 11.11591706 11.53512299 11.29166469 11.04491764 11.00009524 10.58756416 10.34964299 10.33230198 11.30173649 10.79786702 10.98780313 10.26012499 10.86908808 11.05436305 10.84552094 10.42699726 11.17319259 11.01537209 10.93703599 10.66470653 10.85044438 +LQ05X000450 Putative ALBINO3-like protein 2, chloroplastic 10.99380308 10.65643131 10.98097821 10.91972873 11.0573199 11.70496813 11.53945171 11.42694919 11.24726035 11.17560135 11.36454193 11.30641236 11.47423587 11.7382412 11.35230089 11.78185729 11.11087394 10.82226787 10.62501283 11.10915641 11.14513755 10.9959741 11.38753423 11.54247647 10.7794079 10.66254811 10.20439322 10.86894563 10.91841956 10.95759097 11.14762451 11.46188929 +LQ05X000460 Cytochrome oxidase biogenesis protein, putative 10.11203588 9.739315264 10.21675769 9.713017801 10.24629684 10.03611828 9.965930097 10.14047989 9.963718184 10.01408605 9.844204717 9.812876964 10.30040031 10.02721494 9.45307571 9.718475547 9.474544281 9.829289485 9.689289521 9.931559156 9.891251221 9.817992523 9.920543509 10.02980072 9.520939172 9.784651156 9.550000006 10.14700416 10.22452926 9.966098119 9.998873729 10.63653301 +LQ05X000470 Hypothetical protein 8.389282391 8.58580569 9.199315665 7.981079248 8.431888057 6.729472639 6.421755932 6.377877456 8.001054512 7.666061534 8.340731622 8.122937995 7.742231736 6.514201891 6.60041903 6.636996595 8.037064893 7.284263967 6.601020462 8.214739243 7.290616775 8.006760825 6.022408323 5.657296631 8.091444563 7.519779671 7.200881058 7.423561513 8.003292285 8.210850656 6.519038262 6.554349937 +LQ05X000480 Putative Predicted protein 6.103419075 6.284047804 5.316296497 5.906389012 5.483137803 5.958088689 6.57419123 7.375153135 5.731376083 5.395529989 5.647854555 5.943346109 5.716328003 6.538839732 5.651813931 6.655135561 5.745534011 6.637556108 5.449420043 5.985004514 6.220190185 5.900701147 6.400710347 5.416637756 5.784997933 6.648487486 5.829570391 5.419707015 6.441368628 6.302210421 6.549764122 5.951390067 +LQ05X000490 ATP synthase subunit 9, mitochondrial 5.463895455 5.77198468 5.511861602 5.661699258 5.173697254 5.210674529 6.106024585 5.830789196 5.279769663 5.4853889 5.173242871 5.996445176 5.597481529 5.493602817 5.51982965 5.493145287 5.095791409 5.935133538 6.012249739 5.79307102 5.570056466 5.372967709 5.324450888 5.251580755 5.348690513 5.748790526 5.87046751 5.968268284 5.664089779 5.432732421 5.015315862 5.289171328 +LQ05X000500 Hypothetical protein 7.114530544 7.2648026 6.607935772 7.628535316 6.608451498 6.257951058 7.653999148 7.16341377 7.148065228 7.008160484 6.780536182 7.241180836 6.194507443 6.42635599 7.392256087 7.597158975 6.366833403 7.262238191 6.404268011 7.95689332 7.854217382 7.38616429 9.112184974 8.520935643 6.702716156 7.302279444 7.002847489 8.126921524 7.904358694 7.366393314 8.047316504 7.473485085 +LQ05X000550 Hypothetical protein 6.52104401 5.771610764 5.651068798 7.104422422 6.998286388 8.118514402 8.803956562 8.653245123 6.396646002 6.026673486 5.594276865 7.845788125 6.996713259 8.005740777 8.414589949 8.452932688 7.326030006 7.85479187 7.173190829 5.318256411 6.002436167 6.936561692 7.334951094 7.103616911 7.070957284 6.940143022 6.753776872 6.815573886 5.885212687 7.844086222 6.787103895 6.240848765 +LQ05X000560 Hypothetical protein 5.830277743 6.599088757 6.221259905 6.935108373 6.423968269 7.248598981 7.120954511 7.694176606 5.88415833 5.097394824 5.929454575 7.106946666 6.688645091 6.92106278 6.421370458 7.004211698 6.749793704 7.579590711 5.659428368 6.419717736 7.452338065 6.541113658 6.665532785 7.268306695 6.362968653 6.315474781 5.175216578 5.787903426 6.685709194 6.501829045 6.876523517 5.926920931 +LQ05X000570 Hypothetical protein 6.356009122 6.348353975 5.747546645 5.996330024 6.050050028 6.891490187 6.477412627 6.939359488 6.28674708 5.664565751 5.702431171 6.118175864 6.028334158 6.804734735 5.923054719 6.712037087 7.441366729 7.11398851 7.108046917 6.346564782 6.853972901 6.77467592 7.043410184 7.949182203 7.198768403 6.830784712 7.020418191 6.114372499 6.667695992 6.563750197 8.035292859 7.874052929 +LQ05X000580 Putative Transposon TX1 uncharacterized 149 kDa protein 7.274993005 7.456242011 5.844093221 6.483435374 7.080571972 8.162041535 8.126830985 8.456017064 5.843115212 6.505245171 5.100718485 6.206189198 6.313342648 7.321446491 7.140072622 8.09128877 7.751860274 8.141565527 9.036775363 8.178928315 8.813385156 6.886000729 9.215599561 8.878130112 7.985355982 7.62817652 8.553111089 7.824405853 7.491638024 7.387354258 9.299683665 8.033519783 +LQ05X000590 ATP synthase subunit a 6.224173403 6.156565742 5.824166803 7.138296683 5.958335459 6.877813294 7.282638711 7.816391171 6.117803551 6.032729739 5.53796972 6.467162919 6.208752418 6.270870605 6.966173568 6.747814349 7.565871647 8.133480079 6.432234018 6.484011729 7.661035975 7.287754557 7.043033004 5.884070072 6.469967193 7.099140043 6.169251127 7.814512624 6.552346622 8.207599972 6.612570004 6.814576276 +LQ05X000600 Putative uncharacterized protein 4.644822101 5.012711641 5.351599141 4.815265202 5.230215233 4.879878108 4.979022547 5.152441643 5.012447438 4.905101823 5.492136101 4.932735061 4.974358064 4.86033745 4.952307483 5.249046603 5.185050987 5.197701168 5.172570957 4.815118026 5.151556937 4.873775772 6.05115063 5.073841909 5.22568383 5.035029326 5.150267066 5.175451022 4.979338685 4.760935938 5.006905898 5.521419303 +LQ05X000610 Ribosomal protein S4, mitochondrial 7.661509119 7.410352468 6.736953222 6.753553953 7.066206466 7.48554373 7.817615237 7.693290663 5.913883718 6.018926756 5.77169507 6.24449934 5.904729324 6.39746459 7.204350101 6.917920558 7.870840737 8.288712534 5.775124227 7.475944902 8.902855429 6.947923753 9.738513353 9.138421593 7.355313058 7.150772305 5.511959418 8.081850252 7.629156633 7.291519538 8.81803628 8.996372787 +LQ05X000640 Ribosomal protein S7, mitochondrial 6.158400238 6.176087769 5.812496184 5.93491525 5.898336436 6.473174225 6.341818609 6.805872799 5.874125722 5.415828079 5.967973672 5.494434688 5.621008678 6.314708639 5.941793366 5.765030827 6.437346955 5.41096067 5.687577113 5.925441478 6.189625285 5.790843995 6.066084661 5.618630316 6.444271995 5.835016747 5.407986089 4.878423323 5.358449387 6.047702185 6.331486552 5.993682563 +LQ05X000660 60S ribosomal protein L2, mitochondrial 13.33408907 12.94145624 12.91550299 12.34629009 13.06697581 13.69398042 13.46675851 13.32492285 10.60667427 12.82661674 10.36070449 9.820474807 10.59421827 11.47594151 13.68598641 11.87445496 12.46572099 11.94595094 12.71531676 12.12957286 12.23009896 11.48259212 13.41229347 13.69955435 12.84593414 11.48774893 12.33521941 11.645592 12.38524722 11.47082373 13.8845908 13.55267242 +LQ05X000670 Ribosomal protein S3, mitochondrial 5.457691966 5.799425338 5.457851607 5.59300793 5.660545746 5.637291184 5.254266432 5.550041783 5.747858197 5.738425047 5.580415654 5.386813726 5.575686637 5.185683983 5.463611537 5.13141337 5.336755646 6.326101496 5.74277219 5.464261683 6.167815913 5.25275805 6.412257029 5.35246723 5.387260298 6.1831316 5.704533515 5.451579244 5.228901769 5.130283959 5.229715764 5.132166804 +LQ05X000680 Hypothetical protein 5.271117485 4.686874912 5.17454176 5.106271149 5.051827028 5.517214632 5.298076447 5.143689513 5.084505503 5.171244187 4.95663137 5.411311072 4.964554652 5.450123596 4.928351244 5.130031159 5.351412136 5.221548013 5.175237682 5.013551708 4.898252939 5.070852241 5.19632983 4.779023691 4.979738369 5.336261747 5.642502187 5.211112671 5.250245769 5.035600761 5.369070809 4.975689701 +LQ05X000690 NADH-ubiquinone oxidoreductase chain 6 7.461716297 6.646692595 6.595018813 6.772055346 6.289266137 8.085630735 7.665814163 7.048154361 7.174872787 6.664653738 6.368306988 6.705859324 6.613065651 7.38969547 7.105767554 7.457082529 6.832029099 7.238116074 6.812936126 6.633290693 6.883400476 6.601852346 7.321348803 6.854144449 6.981715768 6.99332526 6.385355981 5.814081321 6.787532598 6.150800701 8.14876201 6.213181249 +LQ05X000710 Hypothetical protein 5.79765048 6.260650886 5.713121337 5.395117123 5.203706457 6.207169485 6.196203823 6.744967209 5.529008087 5.482834494 5.860701689 5.489252642 5.545364012 5.801609785 5.508282788 6.168592092 6.309757677 6.303918098 5.719509401 5.883093788 6.437578353 5.673177882 8.063732348 6.241280598 6.287421013 5.81019879 5.669499457 5.709325279 5.653977746 5.719295583 8.257746763 6.195542426 +LQ05X000730 Hypothetical protein 11.72957337 11.22225913 11.06482322 10.17841424 10.65159338 12.11035574 11.0305828 11.00490402 11.28291485 11.19283393 10.68393132 10.0698082 10.09724301 11.46190563 11.05861656 11.27957805 10.82951185 10.18693935 10.65784166 11.63934026 10.28724317 8.756004662 10.94753212 9.628019114 11.26190642 9.872976924 9.946578479 9.307239777 10.42348528 8.422819316 11.30087419 9.661361528 +LQ05X000740 NADH-ubiquinone oxidoreductase chain 1 9.408476365 9.606171372 9.123900403 9.362398774 9.761824587 9.821689378 10.26247906 10.28558452 7.650858587 9.55393048 7.351866443 7.729840387 7.910545198 7.967900413 9.603356086 8.636777003 9.416385019 10.19500401 10.04576572 9.499799287 9.092222477 9.409868714 10.83771535 10.30767525 9.604277193 9.976020298 9.971545711 9.749547058 8.838027423 9.734444454 10.76019814 10.46197952 +LQ05X000750 Hypothetical protein 5.880993402 5.380891534 5.256159939 5.310126697 5.149766548 5.772121917 5.813129761 6.047370392 5.515870602 5.164631433 5.39339714 5.543032803 5.187877044 5.766486925 5.169602724 5.559806029 5.578730121 6.165028872 5.340676031 5.611155421 5.514949229 5.794865343 4.825822111 6.399816594 5.818286887 6.277209951 5.862596079 5.123206402 4.881039356 5.499666156 5.586072484 5.570920707 +LQ05X000760 Hypothetical protein 5.499329301 6.385482976 5.378659237 5.248406177 5.639661401 5.674553088 5.783631893 5.690717041 5.15743989 5.645844441 5.457050881 5.351456316 5.332292548 5.50448489 5.467312575 5.471359714 6.977521087 6.073828436 5.837560379 5.922633578 6.009541019 5.690712238 6.390109972 6.412943557 6.727845152 6.031552257 5.941733806 6.231773348 5.800332635 5.711999691 7.148618563 5.780764528 +LQ05X000770 Hypothetical protein 5.930352192 6.789526645 6.084117575 6.277143822 7.056671486 7.926830051 8.183493687 8.81443729 5.723269765 6.430393577 6.109506004 7.288042771 6.767650774 8.479890335 7.901188775 8.853253212 8.638578395 8.613011888 7.3253851 7.409199932 7.594525883 7.417801016 9.31546127 9.023433295 7.938412295 7.736170862 7.863353682 7.307629634 6.502588787 8.000664503 8.497103919 7.47188009 +LQ05X000780 Hypothetical protein 6.232594833 6.460501847 6.55275934 5.548643131 5.994066723 5.954361651 5.632525434 5.966413541 5.888113044 5.971052516 5.699888914 5.451320297 5.764171213 5.423155403 5.236246248 6.116786753 5.799915385 5.658936939 6.279886122 6.207511106 5.745182965 5.51407642 5.375604468 6.091368147 5.68111128 5.183033331 6.014727749 5.835274785 5.645118064 5.644866523 5.813421133 5.504058828 +LQ05X000810 Putative uncharacterized protein 8.397812743 10.71576765 7.941344809 7.180904844 8.396552311 8.33205255 8.243979064 9.185570353 8.146679506 10.03802827 7.581729631 7.300752489 8.003710272 7.946742513 8.071197289 8.42994579 10.59317288 10.01698726 11.49114004 9.490583195 9.345849164 9.402348884 9.969336999 10.96760206 10.56899841 10.00789432 11.52837632 9.18908971 9.127044931 9.118444114 9.845980441 10.69010494 +LQ05X000820 NADH-ubiquinone oxidoreductase chain 2 5.790388389 5.488532462 5.783148209 5.955993859 5.827171704 5.632479622 5.591615611 5.669228106 5.555331098 5.424776848 5.296880579 5.630858156 5.449041129 5.387897449 5.262864645 5.523034908 6.055366779 6.238840156 5.856274082 6.059241823 6.180967829 5.872285285 5.904417868 5.437802661 5.771663931 5.586126397 6.421257761 5.694855539 5.879748899 5.900233209 5.995973055 5.280542564 +LQ05X000830 Hypothetical protein 15.34847196 14.3097076 15.073799 14.83683629 15.21808764 15.43565477 14.89505534 15.08525857 13.01849003 14.30696054 12.39962961 12.54650639 13.20027205 12.84363898 14.40630653 13.49309403 13.58164567 13.88313579 14.53820929 14.11519939 13.77290142 13.27095505 14.28832519 14.02884688 14.5911141 13.77462788 13.98728469 13.5940621 14.16914287 13.13194898 15.10203995 14.12463682 +LQ05X000840 Putative uncharacterized protein 6.105129867 6.18321662 5.62759599 5.562258316 5.766958575 6.170117101 6.306768078 5.978973876 5.928658342 6.127992247 5.428830854 6.017196827 5.824153275 6.446795919 6.213800402 6.154148447 5.8735725 6.187008118 6.126882016 6.024149876 5.999240737 5.721841417 5.495461698 5.567195594 6.014269934 6.450537247 6.077011882 5.426814364 5.933706944 5.631446347 5.383378648 6.005575246 +LQ05X000850 Hypothetical protein 12.7826279 11.31696304 12.44854129 12.55379324 13.0275716 12.27149986 12.34717482 12.20436592 10.3546716 10.69520943 9.824124235 9.886872779 10.62720733 9.738767094 11.62082581 10.41391593 9.828807022 10.07563395 8.181873033 10.04133936 9.763215488 9.343717885 10.44535829 9.226902964 10.49826885 10.1279462 6.561577978 9.071074754 10.55007854 9.624087306 11.30871596 9.494018004 +LQ05X000860 Succinate dehydrogenase subunit 3 6.146679767 6.737348263 5.824208947 5.663617845 5.623329204 6.092551875 5.884753517 5.833664747 5.991109307 5.951438059 5.369747823 5.514047249 5.998944618 5.858219941 5.563424289 5.343507968 6.516877378 5.778722237 5.936580731 5.527890073 6.098481114 5.769316392 5.880943313 5.78741947 7.128843706 6.064064398 6.644085286 5.498091595 6.090101619 5.883657656 6.560197972 5.386193573 +LQ05X000870 Hypothetical protein 5.773924499 5.402354883 5.837399678 5.232154377 5.348026478 5.490109873 5.16544684 5.46101599 5.371493115 5.536304877 6.06763312 5.167992771 5.453909566 5.477651072 5.277462605 5.223066976 5.24170371 6.001036157 6.371206393 5.398821071 5.182806058 5.435870289 5.911386166 5.363906938 5.783739068 5.6321301 5.730679159 5.925946401 5.045585774 5.742319736 5.604538788 5.301623307 +LQ05X000880 Hypothetical protein 5.035123492 5.263410532 5.495543508 5.21832445 4.982906398 6.065751655 5.996105611 6.046363749 5.018271618 4.984290083 5.556771358 5.389755754 5.119955444 5.660593902 5.686861538 5.969108237 4.90262444 5.050777815 5.025823519 4.932122264 5.270309751 5.065421856 6.601665514 6.139090742 4.822806066 4.884203799 5.450014583 5.01182676 5.138653319 5.238907598 6.654315693 5.73269053 +LQ05X000900 Predicted protein 5.395493171 5.583660032 6.132165164 5.653924171 5.190129775 5.010343247 5.443608896 5.63757822 5.329632317 5.132200437 5.412825669 5.579280748 5.728860076 5.251578908 5.346735679 5.431831179 5.909564447 5.944956361 5.258735001 5.750177832 5.678774388 5.81514242 5.889247518 6.175299552 6.198264902 5.995913226 5.42877813 5.78416961 5.941669162 5.679392102 4.988884766 5.548123464 +LQ05X000930 Hypothetical protein 5.255673989 5.277486704 5.44782919 5.114407563 5.525992504 5.409194618 5.574418101 5.202311002 5.540171349 4.929094897 5.223525495 5.221598119 5.435051734 5.380200498 5.329223774 5.515408092 5.61828809 5.383964749 5.070669617 5.757061506 6.038514484 5.517092956 4.989141704 6.152768964 5.093399364 5.652447655 5.522195003 4.921531272 5.093650037 5.261705474 5.410008296 5.923070329 +LQ05X000940 Ribosomal protein S10, mitochondrial 13.35109363 12.70915974 12.4497357 12.28642362 13.43499822 12.90064428 13.19044689 13.34235309 10.78951745 13.90542366 10.27064087 10.58249081 11.48735881 10.92449219 12.77456186 12.1543429 13.25612279 13.64576138 13.05708492 12.62319173 13.47720406 13.09318262 13.16157585 13.26845853 13.42847122 13.53541914 12.86997243 13.0927413 12.77880302 12.44704816 13.25910311 12.94516717 +LQ05X000960 Cytochrome c oxidase subunit 2 7.184925839 7.194175351 7.196396553 7.036869965 7.100878902 7.491816231 7.366422845 7.89219573 5.92701563 6.304011902 6.127741527 6.679384564 6.679765686 6.921424666 6.949293054 7.077329325 7.848133316 7.641928225 8.289036792 7.515177188 8.555694055 7.653599653 8.38154805 8.73190595 7.526679889 7.73380764 7.813435624 7.816348878 6.740217184 8.246345829 8.522062008 8.635499682 +LQ05X000970 Hypothetical protein 6.30303768 5.530407352 5.23342369 5.744836875 5.765152244 5.497455201 5.668893473 5.754116791 5.767120824 5.737436873 5.010447532 5.77441382 5.297651153 5.088333601 5.460796194 6.052614214 5.528246643 6.075537135 5.936236386 5.852725227 6.480223609 5.370174128 6.313621655 5.595050195 5.696279682 6.167918544 5.860833441 5.53863876 5.644043718 5.399222495 6.000515335 5.174105526 +LQ05X000980 Hypothetical protein 5.60843822 5.191790544 5.039203413 4.875743171 5.352864089 5.209239992 5.236479561 5.06769231 5.083716933 5.316022947 5.00796485 4.940351057 4.928220225 5.041805154 5.198290891 5.016647387 5.849344757 5.369722364 5.456085203 5.231241893 5.307062939 5.230483854 5.346823738 5.16584605 5.535170175 5.444938749 6.177688874 4.884349829 5.123952113 5.436334329 5.639071389 5.684350225 +LQ05X000990 Putative cytochrome c biogenesis ccmF-like mitochondrial protein 8.57699186 7.808730662 8.153496493 7.424604974 7.359194588 8.587584336 8.667543647 8.099471085 7.102168725 8.043170963 6.479977001 6.957297263 6.495292545 7.556435577 8.516640251 7.108913396 7.613538599 7.547155372 6.469682882 7.498573621 8.255221859 6.792000063 7.282522358 7.387027184 7.856492678 7.483078984 6.399159942 6.660099916 7.564151353 7.055016615 8.229016986 6.90950908 +LQ05X001000 Uncharacterized tatC-like protein ymf16 9.146156785 8.824696279 8.509801191 7.715510525 8.141230544 8.684272665 8.886426944 8.82330629 7.909470881 8.578717745 7.884049075 7.57364817 8.114851197 8.483055873 8.116261223 8.981996445 8.006217962 9.353887238 8.348159127 9.253828836 9.04813294 6.891552252 9.402938153 9.056860592 8.245887257 8.747626209 8.452855789 8.532656423 8.443842773 7.200813901 9.045644011 7.949419334 +LQ05X001010 Hypothetical protein 9.053038866 8.71859085 9.332848777 8.653986389 9.456995869 9.420391625 9.775485442 9.674922102 7.504575087 8.339394367 6.879302097 7.611120551 8.039955948 7.945982996 8.910945066 8.711297042 9.589107472 10.48267647 10.2714342 10.47775503 10.83009648 9.370439364 11.03971913 10.8373072 9.575684678 10.37486456 9.825997925 10.58584751 10.477307 9.075955726 10.8514735 10.66054408 +LQ05X001020 NADH-ubiquinone oxidoreductase chain 4 9.085431874 8.969486276 9.226826821 9.12986468 9.34971215 8.91130593 9.442398449 9.787181639 7.123994351 8.469481716 7.313370602 7.722201141 7.676717734 7.622496762 9.017365751 8.609751633 8.600624948 9.230583419 9.651147962 8.591430862 9.490099004 8.605588633 10.35173767 9.805700697 8.865526578 8.759513116 9.149197506 8.673773999 9.436788038 8.899707394 10.01231208 9.783312373 +LQ05X001030 Hypothetical protein 8.71236472 9.026381892 7.95821134 8.334616388 7.745351675 9.467637467 9.54434335 9.242985893 8.871429146 9.177755893 7.931645575 8.742217613 8.167920272 9.5223948 9.610714043 9.318333786 8.789600658 8.500580049 9.073246744 7.98166669 8.106789473 7.771524648 9.441331013 9.477716561 9.142449248 8.760049122 9.072995438 7.560414571 7.758694817 7.985119778 9.503427535 8.655626644 +LQ05X001040 Hypothetical protein 7.925733954 7.914442959 8.213128315 7.177083652 7.564369294 7.178470697 7.606925672 7.770685001 7.266774403 6.536199573 7.878195983 6.728758698 8.006689545 7.273611033 6.671997011 7.401599374 7.423062971 7.581167395 7.090727843 8.230902802 8.755985939 7.021074588 8.366445421 9.142010603 7.565046251 7.36442125 6.535930346 8.153108104 8.318037579 7.284555399 8.984263453 8.642903086 +LQ05X001050 Maturase (Fragment) 7.802616399 7.755532723 8.029597457 6.446320292 8.036650871 7.022939097 7.39030284 7.411629493 7.472145755 7.496867276 7.603584593 6.29045548 7.935957483 6.852684926 6.326961244 7.181130996 7.237873039 7.60384162 7.940628249 7.641503188 7.276112303 7.391639146 8.22983332 7.518107048 7.584355679 7.236385407 7.564628319 7.140523607 7.20392456 7.369010866 8.507297576 6.914496513 +LQ05X001060 Hypothetical protein 6.252831299 6.154361253 6.373436005 6.555778352 6.640292313 6.052965142 6.466365799 6.707426732 5.705733703 6.348739369 6.816022195 5.882841818 6.386487937 5.903487649 6.800816119 6.505452897 6.593029488 6.118837889 5.065402092 6.291969745 6.150451807 6.176956916 6.854062389 6.635000425 6.167458195 5.77448655 5.337239849 5.893050726 5.764626547 6.483186453 6.011821917 7.283041631 +LQ05X001071 Putative Uncharacterized mitochondrial protein AtMg00750 4.9883437 5.463565184 5.06504908 5.047534252 4.833382633 5.267631693 5.990280681 5.596709244 4.971780263 4.974163182 5.331716216 5.1712188 5.314350842 5.389000344 5.223596088 5.878392959 5.715889424 5.808345276 6.206517346 5.734357449 6.027679927 5.345750973 6.670133242 6.355777784 5.160214849 5.639906097 5.683360408 5.676384685 5.470061554 5.655533556 6.51469995 5.696180332 +LQ05X001080 60S ribosomal protein L5, mitochondrial 7.938768573 7.438354658 7.595452775 6.438996986 6.891448607 7.972658322 7.618975408 7.371806448 7.885372607 7.031172522 7.378378084 7.586775278 6.616654553 8.073855768 7.076112467 7.527263224 7.691559504 7.902565011 8.655637164 7.598875194 6.971117021 6.522228831 8.474628783 7.415763225 7.947335518 7.557631097 8.199468254 7.002013916 7.64955822 6.614252229 8.141617901 6.737680056 +LQ05X001120 Ribosomal protein S12, mitochondrial 6.289026574 6.089518009 6.276780781 6.453416705 6.766314085 7.051190495 7.241155485 7.46772461 5.69533982 5.758403459 5.951701005 6.233545887 6.37519566 7.079577269 6.880576794 7.205142736 7.316569181 7.632527205 5.84567441 7.18618495 7.918767645 7.187200786 8.00659483 7.118206443 6.393293624 7.260275323 6.263933422 7.05021718 6.922091519 7.154096547 7.66844075 6.547077652 +LQ05X001130 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 7.517591992 6.974048082 6.275301244 6.707309671 6.922184979 7.403477689 7.238806309 7.439690582 6.494601381 6.299676159 6.01896497 6.935468688 6.613794031 7.254903501 6.129653632 7.532349851 6.936609794 7.467776091 8.246191628 6.541956606 7.534707384 6.296152528 7.951437298 6.120350489 6.967341101 6.745292744 7.797087324 7.691103673 6.918788908 6.535988691 7.943502561 6.712146874 +LQ05X001150 Putative uncharacterized protein 7.445727888 7.458298996 8.210637886 7.969592696 8.450749948 8.038981936 8.64656133 8.298406266 7.206271361 7.154880216 8.193487147 8.673207008 8.618787752 8.019297716 7.751167723 8.426091139 8.438844226 10.17505377 8.131255989 9.949357268 10.94956076 8.50216216 10.79610177 10.05174931 8.26117799 9.454388867 8.695278781 10.03263949 10.03406349 9.032732725 9.938349435 9.506631693 +LQ05X001160 Hypothetical protein 9.365137233 8.968765453 8.434280856 7.611416397 8.034371826 9.584901622 9.047630717 9.021324235 8.224815055 8.648490167 7.583736376 7.136394973 7.06262888 8.530666764 8.729972199 8.461455362 9.655291947 7.470589416 8.414757556 8.645142887 7.86155935 7.834977709 8.752503681 9.11740795 9.234398953 7.404419824 7.429863245 7.401248097 6.753533497 7.519463614 9.29308473 7.976525407 +LQ05X001180 Cytochrome b 6.570290736 6.237662351 6.541975763 6.726178692 6.418990581 7.372621464 8.006007634 8.105898358 6.167718288 5.678630435 5.71326209 5.68711951 5.903677713 6.194169213 6.858939412 6.420682203 6.642378623 6.679438533 5.760386481 5.954281516 6.651165831 6.658823063 7.274084208 8.029640241 6.441147269 6.035525571 6.272428524 6.406717722 5.725185557 6.753898357 7.535876067 7.884731291 +LQ05X001190 Hypothetical protein 5.250790415 5.25871632 5.468229073 5.513322327 4.984951315 5.836609039 5.596833494 5.787709975 5.296776644 5.595289457 5.358916368 5.438412939 5.524357777 5.420715633 5.656917396 5.32711931 4.996634494 5.647567425 5.264719355 5.716871263 5.848212742 5.046970873 5.607854468 4.738533679 5.007201986 5.1996549 5.598303866 5.571160337 5.793260607 4.991272601 5.145481439 5.453856567 +LQ05X001200 Ribosomal protein S14, mitochondrial 8.722209143 8.352078159 7.36169729 7.051328981 7.197936934 8.190027495 8.670482987 8.823544919 8.367748973 8.206292845 7.841758853 7.36055358 7.735291075 8.791490488 6.399473027 8.825311409 7.055914824 6.606666116 7.5600464 7.642893339 8.962331873 6.96557854 7.563621167 7.629242766 7.11597321 6.845341233 8.374926279 7.418524038 7.802103316 6.649099172 7.871025799 6.443364713 +LQ05X001210 Hypothetical protein 6.657866965 6.519310905 5.6571387 5.983214073 5.175190507 7.262934572 7.530596474 6.64594815 6.144515822 5.87415772 5.988770475 6.045370685 5.643622717 6.794493675 6.935015018 6.557907554 6.284079792 6.072905288 6.037432131 6.030970781 5.56668254 5.837819769 6.483510124 6.204476154 6.101654079 6.2177563 5.768183942 5.61842766 5.705008303 5.910556328 5.848510363 5.298834495 +LQ05X001220 ORF 873 protein 10.59287122 12.10452789 11.02390286 10.08933209 10.96141943 11.21351635 11.74716192 11.72690679 10.94677409 12.17306077 11.20914399 10.87403402 11.16021868 11.09673421 11.35164327 11.47211138 12.62642745 13.92467385 12.15550576 13.04521619 13.75523668 11.11871107 13.83045925 12.62775792 12.58535212 13.04641174 12.56656322 12.63064076 13.41176264 11.32480378 13.37636642 12.31036701 +LQ05X001230 NADH-ubiquinone oxidoreductase 49 kDa subunit 5.802078767 6.104934723 5.326779425 5.868901082 6.108896986 5.548991564 5.94608418 5.587875521 5.813850115 5.996479097 5.314486319 5.84206143 6.256513855 5.371853587 5.761712544 5.670939826 5.767599026 6.474029626 6.421528145 5.922528439 5.806357538 5.957656162 5.805365652 5.621643866 5.713216248 5.938831545 8.049797757 6.459034039 5.742976697 6.200421698 5.843179418 6.139108289 +LQ05X001240 Hypothetical protein 5.764964313 6.570172018 5.902195139 5.753280282 5.709979758 6.051957512 6.242340275 6.704953053 5.740004166 5.624905599 5.523232847 5.807354295 6.401420157 6.265219205 5.740865147 6.379910856 6.292790125 6.815985967 5.876123875 6.186317426 6.337600756 5.846734971 5.529569904 5.770492224 6.013755729 6.644502625 6.291735613 6.080518795 6.285315953 5.644591499 6.457780975 5.792312157 +LQ05X001250 Hypothetical protein 5.170679256 5.312346771 5.472803821 5.338697559 5.60088808 5.852734898 5.319359157 5.455316878 5.300925597 5.159532422 5.687383215 5.198085565 5.227388319 5.687163116 5.296128029 5.704878242 5.39378443 5.601384993 5.862950399 5.174332532 5.574703164 5.444966586 5.33841007 6.072380873 5.423874956 5.549500434 5.484894456 5.331983518 5.089414833 5.225930322 5.320932122 5.882132971 +LQ05X001260 Putative Uncharacterized mitochondrial protein ymf1 5.150777967 5.618671926 5.121954077 6.413209518 5.663537291 6.991240898 8.112533687 7.638812514 5.267290819 5.401463347 5.850034925 5.681377055 5.23791663 6.536427557 6.423409573 6.89995878 6.930213008 7.568311142 4.921882374 5.752103375 6.5686712 6.117230888 6.546248342 7.459431883 6.225420834 6.594337916 4.619301956 5.598119346 6.010098133 7.189415768 5.97340783 7.182434687 +LQ05X001270 Hypothetical protein 11.23089609 11.40763002 10.63027188 10.77356779 11.24482408 11.96095393 11.8371186 11.93414351 10.4629584 11.93892235 9.899781849 10.66456687 10.47892439 10.97598631 11.74523767 11.44993995 11.7480157 11.34281504 11.99672494 11.00930039 10.44245646 10.68363462 10.32615706 10.98096399 11.9439501 11.65151088 12.00137534 10.63985276 9.835234876 10.52047205 10.47266611 10.70710038 +LQ05X001290 Cytochrome c oxidase subunit 3 5.528616356 5.189765147 5.609545119 5.776785203 5.699537763 5.436683012 5.462394781 5.165974079 5.762452214 5.610479897 5.557583291 5.688989652 5.682427394 5.3449121 5.181408546 5.339946625 5.233497557 5.71216423 5.901231682 5.276173394 5.249106554 6.149041991 5.511245889 4.92573335 5.482770116 5.939519349 5.409646507 5.539710695 5.569818653 5.756133104 4.973087192 4.926660039 +LQ05X001300 Putative cytochrome c biosynthesis ccmC-like mitochondrial protein 5.539666277 5.435190585 5.447664188 5.47758554 5.239470385 5.701121731 5.610716917 5.550148291 5.520369272 5.403101071 5.770322978 5.683096057 5.568437812 5.508337896 5.43126488 5.501893765 5.272359854 5.880343048 6.354815147 5.244318256 5.709069509 5.240396103 5.368218822 5.456633912 5.296213054 5.960903391 5.341604681 5.485000428 5.490779319 5.617473295 5.61751036 5.378556804 +LQ05X001310 Putative DNA polymerase 5.723312677 5.496911624 4.786281691 5.615863514 5.283625265 5.615741653 5.958257118 6.060600241 5.20229604 5.389601986 4.971526424 5.845844376 5.125812727 6.019914872 5.656133538 5.702691643 6.367697825 6.089130702 5.793811221 6.450419361 6.350189275 5.53223946 6.225921333 5.078872883 5.99252881 6.253454542 6.556543858 6.052182104 5.618714213 5.655371561 6.270502367 5.342821674 +LQ05X001321 Putative uncharacterized protein 5.082863425 5.05636093 5.32865452 4.909833865 5.275477438 5.078462956 5.315845545 5.116530125 5.406487096 4.9754448 5.489010452 5.064685547 5.239949805 5.099371544 4.818233373 4.838524948 5.468393406 5.166507473 6.105191266 5.274573808 5.035450505 5.06758834 6.072014282 5.244375179 5.385564439 5.447904826 5.695951844 5.170716549 5.078039097 5.268312211 6.059938554 5.287609992 +LQ05X001340 Hypothetical protein 5.485786461 5.267618209 5.570878906 5.352431599 5.24681449 5.752581499 5.91240359 5.807593549 5.383785292 5.471203914 4.964468812 5.137902304 5.439544339 6.080610692 5.56449433 5.577485549 6.429650149 6.443951515 6.431074316 5.266426235 6.167007755 5.879279496 7.236493133 5.929568402 6.235119767 6.25222239 6.113869939 6.723671654 5.217705009 6.283066635 5.523414098 6.15535274 +LQ05X001360 Probable cytochrome c biosynthesis protein 5.503279744 5.393714903 5.551992501 5.624448211 5.801189805 6.307805265 6.227112032 6.554252823 5.292995059 5.416450955 5.002500128 5.636034657 5.437173517 5.830441968 5.691290015 5.788820926 6.149103238 6.481457149 5.370674245 5.809023296 5.774398068 5.992521094 5.462965707 5.879406496 5.745850929 5.307078416 5.402676982 6.507759341 5.460734785 6.409839196 5.865927052 5.748685818 +LQ05X001370 Putative uncharacterized protein 6.439244746 6.325040243 5.689059155 5.320919775 5.51228765 6.105724162 5.764403742 5.958304006 6.025704588 5.945108467 6.058334432 5.512285075 5.714294216 5.621026366 5.728392161 5.564905191 6.943575732 6.000951539 6.488926017 5.516543445 6.028996509 5.556748184 6.358457235 5.563420125 6.671295775 6.439046228 6.167207797 5.995229049 5.277188447 5.741344795 7.240810399 5.299486531 +LQ05X001380 Cytochrome c oxidase subunit 1 7.131382868 6.981440607 7.009565754 6.942220164 7.31960695 7.806522852 8.184335104 8.00863276 7.067782266 6.34463039 6.639846766 7.081182044 7.855989689 7.540621744 7.010374845 7.850276313 8.033638531 9.016548201 6.735096258 8.476493583 9.892725724 7.801694823 10.19340866 9.304469651 7.418819986 8.020252184 6.994617517 8.158607072 9.258072596 8.270900689 9.711373838 8.73855432 +LQ05X001410 Sex determination protein tasselseed-2 6.219034018 6.102633869 5.674318929 6.004580545 6.019630822 6.113907254 6.217120052 5.916978423 6.071279653 5.362342168 5.79878876 5.961651529 6.235765274 6.344009913 5.41638435 5.596013688 5.959424314 6.760692037 5.757669632 5.711864774 5.849165545 6.23028871 5.855498205 5.730518079 5.792682088 6.220642912 6.287449172 5.521080081 5.606502402 6.356094479 5.321513681 5.134758189 +LQ05X001430 Putative uncharacterized protein 12.87649633 13.17885159 12.59591072 12.59065406 13.08879022 12.66469288 12.55290403 12.53406404 12.90960725 13.17997969 12.80442556 12.68369181 13.06310227 12.61629065 12.47421356 12.56451093 13.32068254 13.49575331 13.60415853 12.99706498 13.13674421 12.96732446 12.72370369 13.04658073 13.30308489 13.65522229 13.63695843 12.99753739 12.59815973 12.57233022 13.06010272 13.13857753 +LQ05X001450 Putative Solute carrier family 40 member 1 11.71282738 11.03641519 12.13469145 11.90691075 11.73568028 13.44977314 13.09642992 13.5533019 11.59744661 10.64768218 12.02035378 12.46315369 11.82772245 13.44447804 12.80839004 13.26074197 11.36319812 11.26180389 11.41978086 12.13326343 11.820082 11.86614862 13.02065284 13.12992945 11.63179254 11.51956583 11.14565136 12.51174656 11.85673579 12.93521365 13.12253352 13.31774209 +LQ05X001470 F-box/LRR-repeat protein 3 9.860070771 9.984785279 10.185354 10.55668652 10.1395862 10.76682406 11.27937029 11.77250401 10.12708557 10.21850413 10.31686683 10.73034851 10.43856219 11.000862 11.6272474 11.79605356 10.21268806 10.25959249 10.11451795 10.23446933 10.25938882 10.62789523 11.73723107 11.32407117 9.974960494 9.888940777 10.1654678 10.46567041 10.32514248 11.07196031 11.55244377 11.39035948 +LQ05X001490 UPF0497 membrane protein At2g38480 5.879258177 5.707867279 5.585546573 5.452370397 5.311718476 5.288964841 5.086870788 5.078427523 5.85675755 5.284043061 6.290962142 5.454068799 6.281755849 5.390142693 5.063744056 5.237816993 6.225098725 6.470172868 6.67678949 6.366553777 6.226088264 5.759002344 5.852110186 5.74635678 5.969243171 6.27826877 6.63763709 6.080162124 5.52325557 5.893431285 5.806233953 5.524110013 +LQ05X001510 Putative uncharacterized protein 11.68640063 10.55249577 11.88720206 9.956114461 11.72005456 8.558181211 9.257144162 9.606416306 10.66562246 11.54971526 10.77205136 9.461785446 10.9177905 8.133335475 8.81900738 8.947788818 9.715606062 11.18049473 11.52618801 11.80472397 12.15996226 10.73220594 10.17765696 10.30402679 10.91700935 11.66343499 11.66495389 11.30295996 11.95439483 10.0947188 10.75806569 10.72609822 +LQ05X001560 Patellin-6 12.04879398 13.03645691 11.40701858 10.80929766 11.23108698 8.956641146 8.135456961 8.323450732 12.53074061 13.1575788 11.79570466 11.33250532 11.7904838 8.976631406 8.446933166 8.862592241 11.66384317 11.10105407 12.79740226 11.04607545 11.33306913 11.95083491 8.859596364 8.413498074 13.04336832 12.1733356 13.27540783 11.54078216 11.99998972 11.39184427 8.987922063 8.423265755 +LQ05X001590 Putative Macrophage migration inhibitory factor homolog 7.240135853 6.874997515 8.293263597 8.37917571 7.91509827 7.339011573 8.02880186 8.226470763 8.195664809 7.011178774 8.839462513 8.67082271 8.854523836 7.725848917 8.335031324 8.783503223 5.798552739 5.85558523 5.634242808 6.899997898 5.474120325 7.928280597 6.253523112 5.849189548 6.642662883 5.958429761 5.714109738 5.611517597 6.415135751 8.085533061 6.839570054 6.414443563 +LQ05X001600 Putative Macrophage migration inhibitory factor homolog 6.608583959 6.140595185 6.545559174 6.791202452 6.383916711 6.643244125 6.49584639 6.34540334 6.623746489 7.274514015 6.745118894 7.033822559 6.775789667 6.961783174 7.730413862 7.20515895 6.432529811 5.912733078 6.422759901 6.311721351 6.111213745 6.338628329 5.736997876 6.436925766 6.519610779 6.123669236 6.341798427 6.103114679 6.088279916 6.587871204 5.836622283 6.496506557 +LQ05X001610 PRA1 family protein B4 11.26845667 10.84545544 11.93967595 11.23948616 11.87008527 10.00441357 10.15992106 9.961827805 10.96679884 10.37012753 11.96354043 11.29232509 12.13292 10.00232839 9.239522552 10.31638998 10.10393668 10.45387488 9.849652246 11.53882346 12.12028351 11.20748344 10.58133075 10.7322038 10.04172962 10.68094403 9.511894118 12.06253325 12.60624775 11.18996663 10.78724092 10.43422222 +LQ05X001630 Putative uncharacterized protein 6.496885198 5.613216392 6.482916102 7.046336569 5.691223496 6.5418488 6.973596406 6.734088012 6.370108668 6.086611565 5.884111652 6.913064744 6.033957079 6.621864968 6.48867689 6.406064573 6.065392305 6.180789728 5.946833496 6.183351037 6.036890607 5.896780857 6.275664543 5.973369849 6.028733504 5.961397301 5.85821094 6.713170637 6.016915965 5.807744333 6.108565534 6.068447049 +LQ05X001640 Hypothetical protein 5.387594805 5.217315536 5.353871419 6.022134828 5.303563598 8.019352637 7.620688392 7.328714943 5.174358142 5.570105192 5.650030412 5.81588791 5.164594156 8.254617609 7.474110805 7.126901444 6.879422091 5.664329882 5.868537818 5.783967063 5.357262888 5.216558555 5.390748541 5.747698903 5.301508723 5.080357404 5.350297275 6.3350973 5.527930795 5.20425591 6.386232806 5.727333369 +LQ05X001720 Abscisic acid receptor PYL4 5.478712768 5.407563356 5.41951861 5.252838019 6.192998341 5.824594803 5.380567369 5.58042477 5.902583681 5.379110247 6.272614213 5.375404479 5.876584399 5.573625687 5.144212274 5.303542171 5.114606271 5.656619708 5.376557578 5.302005516 5.457974856 5.368545453 6.011279821 5.937210535 5.32503641 5.763030668 5.510733532 5.420344915 5.62617385 5.518455744 5.577513547 5.841433159 +LQ05X001730 Uncharacterized protein At5g01610 13.13310896 12.84169615 12.79204526 13.60658367 13.38894838 13.12580847 13.24226928 13.41037309 13.29178401 12.61584377 12.90598592 13.42735436 13.19865946 13.09064442 13.18384476 13.08709881 13.17982616 13.35976582 13.06156601 13.11101757 13.00119903 12.97473916 12.72413713 13.05383916 12.90179471 12.95009197 12.88790197 12.84783969 12.58235551 12.95405136 12.82724417 13.08521436 +LQ05X001740 Putative Mitoferrin 5.885963951 5.310797662 5.088220272 5.649103892 5.809816696 7.385229014 6.616465758 6.08155339 5.500713409 5.15228195 6.210895847 5.604312538 5.898332922 7.596698468 6.345032938 6.374628863 5.57401051 5.031618466 5.428009885 5.818479727 5.387788604 5.495327804 5.36028355 6.043170824 5.283382442 5.244660746 5.495885262 6.413843408 5.432539883 5.095205286 7.434478346 6.324698812 +LQ05X001750 Ferritin-3, chloroplastic 10.47962139 11.06614583 12.05833385 11.2618304 12.04722783 11.52228504 12.1439566 14.48741468 10.91506825 10.42797807 11.82220897 12.27184169 13.38386663 11.7236905 14.25671545 11.98886507 12.30950881 12.35319555 11.76384561 12.31666896 10.90887678 10.34419648 11.56081356 11.10159671 9.66616017 10.05150561 10.67426698 11.08849804 10.67924831 8.642733149 11.39422803 10.97821529 +LQ05X001770 40S ribosomal protein S4 5.103228631 5.32391414 5.544040453 5.147600751 5.195498902 5.242277551 5.545891101 4.904886648 5.114102676 6.908403794 5.702403945 5.439019729 5.691279615 5.308069112 6.985412476 5.411631257 5.447878765 4.890539197 5.76871844 5.732076445 5.533131878 5.696091579 5.091633821 5.28780005 5.578202524 5.041994137 5.764496254 5.469397402 5.205048739 5.338096277 5.307162689 5.533526668 +LQ05X001790 Putative uncharacterized protein At5g01590 9.920650358 10.35350369 9.623384623 11.89365775 10.00397057 12.0482433 12.3078442 12.06284007 10.15122266 10.71881904 10.19082196 11.91786618 10.33374813 11.88800362 12.09569307 12.3821568 9.490749712 8.806720499 6.780109264 8.314967741 8.165941088 10.56353528 8.606573233 10.03464801 9.442800038 9.343375774 6.154393028 9.886057004 8.711998234 10.63237719 9.271152822 9.017612748 +LQ05X001880 Putative Importin subunit beta-1 13.53633829 14.45901219 12.64710537 12.02158746 12.69318994 12.50221766 12.51350702 12.81641007 13.86964843 14.43023288 13.21472993 12.71725538 12.98408479 12.73947463 12.71044179 12.91253727 13.61305905 13.29309767 13.77052651 13.16868206 13.03473974 13.3864551 12.60037986 12.79724034 14.28004391 13.94337069 14.00985535 12.77517746 13.06734468 12.73033149 12.84515157 12.95163685 +LQ05X001900 Ethylene-overproduction protein 1 8.265391005 7.744449042 8.290198854 8.489581737 8.392437724 8.617013922 8.791901789 8.76656982 8.136897476 5.9657522 7.767969084 8.199164634 7.6482681 8.789540904 8.056297288 8.614260369 8.371197926 8.312422876 8.356023238 7.641677647 7.345185949 9.184411267 7.66786427 8.571298037 8.392798758 7.584603131 8.063358646 8.353711543 8.708558432 9.282318688 8.096963536 8.486723582 +LQ05X001930 Hypothetical protein 12.0423877 11.58409997 13.54215407 13.47314526 13.60405405 12.23917389 12.99320153 13.24518908 12.06851896 11.05751967 13.36307639 13.32791394 13.7895511 12.56721798 12.58946724 13.80342477 11.08147449 13.05631622 12.07707515 14.12329882 14.21764958 13.59153823 14.04264393 14.00010292 11.98173186 12.97867186 12.24719134 14.39885104 14.03083029 13.77625389 13.94134382 14.0461588 +LQ05X001960 Putative Cytochrome c-type biogenesis protein ccmE 11.75298185 11.61221871 11.66920309 12.01812411 11.43582729 11.82709928 11.96482033 11.3757833 11.78742643 11.91740457 11.7570108 11.95099913 11.96420105 11.62386167 12.09556605 11.67303263 11.22410015 11.25957968 11.84041933 11.38133497 11.62754753 11.26959521 11.58557752 11.39823198 11.42957884 11.55223141 11.66059136 11.36276367 11.23765639 11.11378424 11.60751528 11.55572802 +LQ05X001970 Putative UPF0098 protein MTH_273 6.0209668 5.797568123 8.187467843 7.553754553 5.797103128 6.028391939 6.429268261 6.284867886 5.848118876 5.562942622 6.393809724 6.971523603 6.714113654 5.984652006 5.845595443 6.254242073 7.94480781 9.264133317 6.257851551 10.32206699 11.16268389 7.520355996 6.192200622 5.720219503 6.220673875 6.427970194 6.45629364 10.02182409 8.790192814 6.531807588 5.74487903 6.080205239 +LQ05X001990 Putative LRR receptor-like serine/threonine-protein kinase GSO1 5.833923991 5.38950676 5.33731361 5.534769577 5.291704629 5.499540302 5.656106222 5.553260114 5.426246886 4.921840833 5.558386529 5.276664824 5.624653253 5.497054462 6.393079487 5.64843626 5.414006972 5.60114076 5.432093846 5.150253997 5.194178363 5.290973494 5.404952971 5.95449525 5.774136823 5.227140661 5.174718237 5.450110877 5.346335829 6.304082621 5.08513209 5.192092854 +LQ05X002050 Transcription factor bHLH140 7.336885487 6.981696885 6.723716792 6.575811543 6.749294387 7.418245301 7.138889157 6.906085386 6.868033855 5.671132095 6.596054635 5.814694678 6.392713843 7.215869055 5.722261732 6.358856413 7.075603014 6.957328264 7.005566521 6.370300419 7.028702013 6.808412523 7.262318085 8.104262699 7.394259091 6.784672661 7.970302211 6.65663073 7.310308518 7.358411223 7.316591832 6.639707413 +LQ05X002060 Pyruvate decarboxylase isozyme 2 11.63750201 11.17280182 12.00678179 10.81429732 10.75808123 10.41560831 9.319418862 8.738494523 11.04279639 10.88971187 11.57686019 10.60675855 11.11635339 10.14801112 9.424056773 9.216115023 14.27832428 12.89527149 12.62515242 12.02300578 11.61283081 10.86864209 9.768754585 10.17710639 11.52919314 11.49161995 11.5131412 11.18622645 10.74712559 9.645478657 10.0708427 10.06700277 +LQ05X002140 Ran-binding protein 1 homolog b 5.875340238 5.797987028 6.080436598 6.516430995 6.079411818 6.474699288 6.329579577 6.707912609 6.495529251 5.867974922 6.563072547 6.525992276 6.300070502 6.990809475 6.552735551 6.752073796 5.595618107 5.565492933 5.828486312 5.828501224 5.575547636 5.805909061 6.550043407 5.963631615 6.436944547 5.950270939 5.477921709 5.301818052 5.459661047 5.91348009 5.067770111 5.315920865 +LQ05X002150 Proliferation-associated protein 2G4 6.065852569 6.63673953 6.761531555 6.103411314 6.299626755 5.955142859 5.87263714 6.204791796 6.042002156 7.010980385 6.670016788 6.264064484 6.38860604 6.030702353 6.920418103 6.119717907 5.966381083 6.471663263 5.840551629 6.445015118 6.925568171 6.583723118 5.845333956 6.189918467 6.055990686 6.233762696 6.388769764 6.962202483 6.023867057 6.369013847 6.217217943 5.563009581 +LQ05X002160 Late embryogenesis abundant protein B19.3 5.15566649 5.676771074 5.44220204 5.462383521 5.446896053 7.869303843 7.626780959 7.594926255 5.794331676 5.195917745 5.553406758 5.762791605 5.809842268 8.271079434 6.979690628 8.249573131 5.577608681 5.374963214 5.763082708 5.553811654 5.142980929 5.611672629 9.473801446 9.210732928 5.34565069 5.482753637 5.587178853 5.145447651 5.306644171 5.910868759 9.123441733 9.651942138 +LQ05X002170 Chlorophyll synthase, chloroplastic 11.2051485 11.94433053 11.55837241 11.83598028 11.50439546 11.84814766 12.15258865 11.69424579 11.23842279 11.23567653 11.64572069 11.62071457 11.47358833 12.22214974 11.76988075 11.96056656 11.05825022 11.35619661 11.25923549 11.31142234 11.9231857 11.63411382 12.86524841 12.68774429 11.37490407 11.80113143 11.6491248 11.69390953 12.28581475 12.21905529 13.1283603 12.22300915 +LQ05X002200 AMP deaminase 5.1468939 4.937577461 5.098730095 5.206512426 5.901002266 5.410644006 5.142162259 5.30971447 4.831502182 4.866273391 5.097566115 4.865391315 4.960362717 5.503719012 5.136568471 4.976129097 5.332405122 4.778998544 4.914793888 5.109953971 5.057185172 4.722440608 5.235027113 5.220394468 5.087763783 5.057766985 5.482607762 4.754980162 4.733820146 4.80903015 5.762292771 5.199051865 +LQ05X002210 Predicted protein 5.249379297 5.017842147 5.619790243 5.597327116 5.156742897 5.585122187 5.606121669 5.26353464 5.377512741 5.132048856 5.315183126 5.403148843 5.316666684 5.663920344 5.710969393 5.773332817 5.428077805 5.675252912 5.607848973 5.646075549 5.361830757 5.297730047 5.233290454 5.168400977 5.222778161 5.460349266 5.190305495 5.409466258 5.090444351 5.720061909 6.16480638 5.473405971 +LQ05X002220 Predicted protein 13.19501618 12.24611762 13.17458892 13.7522291 12.46811391 13.88780293 13.92939896 13.04470926 12.55947896 12.56202277 12.80750679 13.23226593 12.52063626 13.3135055 13.18764523 12.89861429 12.66485751 13.41497101 11.53184537 12.63661575 12.89817854 12.28515074 12.87798211 12.10511209 12.44956307 12.69829992 11.46536761 12.3793872 11.59136657 12.33600312 12.56348342 12.13644715 +LQ05X002240 Monothiol glutaredoxin-S16, chloroplastic 5.591396222 5.646088262 5.281562354 5.582813041 5.543376954 5.496527912 5.981874785 5.901998084 5.768949611 6.507990117 5.327882142 5.680374243 5.877032692 5.505163044 6.625684251 5.639602738 5.361625106 5.881716952 5.663592597 6.009638416 5.917921974 6.043605517 5.650813469 5.384847192 5.499409727 6.167208325 5.974579824 5.893220397 6.512655683 5.585026349 5.655896765 5.185077087 +LQ05X002260 Transcription factor HBP-1b, putative 5.995908081 5.672660182 5.026755593 5.639773495 5.502766814 5.566317328 5.737419622 5.622554453 5.683779246 5.851445092 5.932033889 5.744683586 5.759044092 5.719874406 5.670080572 5.542316104 6.250469047 6.04829383 6.74526903 6.7854855 6.065308576 5.873679513 5.301249664 5.360834973 5.975450705 6.484469259 6.412806844 6.81523088 6.698880621 5.907077944 5.386745153 5.331512279 +LQ05X002270 Acyl-coenzyme A oxidase 4, peroxisomal 12.35570771 11.95318178 12.26155213 12.24111297 12.42892088 12.32054843 12.65811091 12.72067194 12.51198806 12.14804359 12.41423189 12.37934292 12.32015832 12.41752306 12.54044775 12.67279612 13.80673165 13.42842272 13.59436084 13.16934062 12.95020821 12.67881112 13.56793828 13.14513116 12.29633861 12.39846748 12.67734044 12.93933487 12.40532167 12.68567604 13.47482906 12.62185113 +LQ05X002300 Hypothetical protein 9.645359032 6.94533309 9.754103665 10.61297193 9.886196424 10.19951671 10.1702889 9.972589489 9.030401405 9.314183839 8.894238883 9.757347803 9.558153638 9.144923574 9.623512782 9.377705144 8.303880345 9.765262688 9.990808482 10.700229 9.922136164 9.984859001 10.24125163 9.560556411 9.403024474 9.886911487 9.994735094 9.513115755 8.121575468 10.23026023 10.43184303 9.090888838 +LQ05X002310 Omega-3 fatty acid desaturase, chloroplastic 8.421266967 8.58355504 8.235552212 8.458008658 8.182094259 8.133768809 7.634116971 7.696426536 8.681639353 8.320495564 8.86461883 8.327212045 8.93480213 8.381361381 6.961617873 7.810927725 9.048443865 8.887896148 9.18460265 8.836054244 7.951587548 9.55961137 7.413952122 8.058848333 8.923214085 9.410351778 9.486028177 9.086916099 9.309244766 9.374340625 8.149726234 8.604685811 +LQ05X002380 Calcium-dependent protein kinase 13 11.28635451 11.16371994 10.36870355 10.52608808 10.34831266 8.979443859 8.941069633 8.944437155 11.08353349 11.10464689 10.24589191 9.827891803 10.53570332 9.230731892 8.689337935 8.962405586 11.04032063 11.1626357 11.93557779 10.6210283 10.89729175 10.96914918 9.68548817 9.838413443 11.67395582 11.69549814 12.41870576 10.54528942 11.31889995 10.64137744 9.509833681 9.884393275 +LQ05X002390 Hypothetical protein 5.066222447 4.893455896 4.945013732 5.048386306 5.862685804 5.095281738 5.483574855 5.0608378 5.403711212 4.912467695 5.311590604 5.270817245 5.188955832 5.367733386 5.079494882 5.207937118 5.004564008 5.015831275 5.031811467 4.882339162 4.778731732 5.142279567 5.421882517 5.566641953 5.30207569 5.044004271 4.966398034 5.320923899 5.051509878 5.1941944 5.096775132 5.467562318 +LQ05X002430 PHD finger protein At5g26210 5.369467799 5.424573635 6.096383647 5.51735743 5.668913322 5.942912154 5.53191871 5.243733217 5.736138083 5.932796823 5.955265747 5.20927554 5.609197238 5.956047004 5.928197421 5.724726203 5.668081298 5.940548262 5.169453846 6.005634351 5.421243905 5.882650853 6.055133785 5.631957438 5.707946894 5.908268206 5.488433164 6.213228957 5.768970834 5.673650178 6.035749623 5.737386389 +LQ05X002440 Putative DnaJ homolog subfamily B member 13 14.30637097 14.47328724 14.30930578 13.79367357 14.40247593 13.8955644 13.96800523 13.84235646 14.4474763 14.46670339 14.54129354 14.03416298 14.41814673 13.80733946 13.88327355 13.88828711 14.597957 14.65716372 14.68745077 14.24566967 14.20786986 14.37328206 13.87427008 14.36421687 14.46038329 14.65410392 14.14072434 14.58493592 14.14981894 14.01753139 14.13701548 14.43407648 +LQ05X002450 Predicted protein 6.195782522 5.481481306 5.105114237 4.773808521 4.962631643 4.593412486 4.88279599 4.782817434 5.632709409 5.093382267 5.100286448 4.751954452 4.870111045 4.737250955 4.660047396 5.038199682 4.91901111 5.496512147 5.587132941 4.98904271 5.764354366 4.984056759 4.93116794 4.789419389 4.789315365 4.884841283 5.700663992 5.446077537 5.276442098 5.102478651 5.071841688 4.668977482 +LQ05X002470 Probable pyridoxal biosynthesis protein PDX1 13.25514903 12.96514139 13.22404985 12.74462548 12.4820955 14.17822707 13.52635917 13.40709302 13.39943125 12.91088414 13.02370821 13.05769724 12.64021593 14.43533881 13.62553771 13.4221024 12.36943518 12.41991875 11.9162874 12.80586632 12.46022422 11.90812645 13.54589165 13.3654485 12.59101297 12.55332249 12.18037739 12.48080449 12.82046542 12.32437562 14.05482781 13.31307744 +LQ05X002480 Ubiquitin-protein ligase, putative 11.26039735 10.9591169 11.2633043 10.71141186 10.41719305 10.19988704 9.659697257 10.1447973 10.6682604 10.29605135 11.0010261 10.50678981 10.51026733 9.996865604 9.501331647 9.792152751 10.69806549 10.7924375 10.05995861 11.22312807 11.54176063 10.69407729 10.34728886 10.37342966 11.02831578 11.02769941 10.18217611 11.00584154 11.91795901 10.68444381 10.35245257 10.4661648 +LQ05X002490 LIMR family protein At5g01460 5.712428355 5.622426544 5.582089241 6.087005282 5.404148045 6.070629345 5.85740187 5.855171871 5.643463154 5.817691969 5.601990875 5.852722153 5.225464741 6.075444396 6.364265451 5.659973342 5.888496211 5.284084944 5.35907418 5.487423522 4.554040689 5.587948093 6.256425227 5.685266464 5.510248911 5.816939159 5.369410192 6.201203319 4.892418397 5.404491896 5.972905374 6.330644393 +LQ05X002500 GDSL esterase/lipase CPRD49 12.28242982 12.29516921 12.73377741 12.69525498 12.55372758 12.68225358 12.51488315 12.04765234 12.39028175 12.64324316 12.90658527 12.96810863 13.05626569 12.6488556 12.62552384 12.2629032 12.58073714 12.21370379 12.81491663 12.50264447 12.14099908 12.66964791 12.31560121 12.13836512 12.75559561 12.47184457 12.85395 12.81823903 12.33907091 12.80952042 12.3568865 12.35682984 +LQ05X002530 Putative uncharacterized protein 5.451034054 5.335795277 5.964828315 5.384678212 5.730413841 5.217441383 5.424244118 5.176523079 5.333904239 5.487038158 5.929735314 5.222720913 5.611746158 5.403268964 5.448664763 5.243322195 5.653597187 5.302601491 5.42398298 5.609571048 5.752086118 5.518541222 6.052549416 5.553282136 5.271795466 5.516169184 5.539111072 5.418944621 5.50146679 5.386611412 5.694734858 6.668288213 +LQ05X002540 Vacuolar cation/proton exchanger 3 13.82572658 13.71373205 12.81249737 11.65154362 12.40895818 8.806656402 9.14889223 8.224684552 13.16712394 14.0695598 12.09215687 11.61132642 11.61026853 9.270240236 9.305020606 8.900764846 13.76679979 13.64041469 14.08968617 12.63437689 13.03613511 12.77735567 7.708620522 10.36860365 13.80431468 12.64767191 13.77118308 12.03446675 12.56249631 11.50965176 8.114680397 10.10282675 +LQ05X002550 Probable envelope ADP,ATP carrier protein, chloroplastic 4.862856212 5.047777168 5.432539806 5.466139723 5.48637105 5.610079601 5.22082549 5.103313908 5.272035585 6.089246249 5.104029246 5.203715131 5.29981652 5.208310716 5.958349791 5.256854374 5.346889397 5.164391304 5.3925125 5.200359782 5.332325706 5.211639424 5.54897259 5.698732452 5.42657386 5.123093619 5.246265104 5.045092912 5.093389386 5.248916323 5.302347982 5.900085771 +LQ05X002580 Predicted protein 9.302196475 8.991655621 10.31901046 10.63942522 10.05774922 11.06108392 10.90240954 11.20082869 8.995528953 8.130547417 9.821954812 10.32465411 9.619815018 10.56322497 10.64078834 10.31824468 9.05280875 9.537730027 7.490478408 9.987093945 9.499078 9.650881356 9.935876061 9.434071353 8.610484675 8.730543589 7.67243162 10.06997388 9.261890983 10.0245377 9.98940928 9.671478079 +LQ05X002590 AT3G51880 protein 6.058416873 6.693458319 7.483697001 6.354020992 6.970079317 6.363579698 6.66568219 6.571360967 6.728661523 6.475631313 6.77993531 6.293709713 6.850782317 6.665564008 6.951001012 6.502730959 6.701969044 6.510074527 6.258460141 6.822464061 6.732306472 7.005421087 7.232737255 7.905885791 6.423195966 6.189415408 6.306093757 6.300928312 6.632551833 6.943314909 7.289493018 7.283019629 +LQ05X002600 Chlorophyll a-b binding protein CP29.2, chloroplastic 15.39170235 15.27138971 15.73646518 15.34730021 15.5093558 14.99510264 15.30009664 15.29855183 15.37976119 15.16336976 15.41226149 15.55736912 15.57109485 15.61039947 15.19479747 15.53538926 14.90232819 15.33721802 15.18044842 15.2039586 15.2007304 15.61742046 15.26422009 15.55530252 15.45115378 15.52070424 15.46550402 15.56188253 15.55910325 15.63528627 15.38546018 15.60448663 +LQ05X002610 Putative Mitochondrial inner membrane protease subunit 2 12.40651321 12.26681394 12.31460887 11.61051719 11.75967802 11.47633911 11.60293929 10.98564272 12.7532235 12.53565241 12.46714385 11.82760262 11.95897625 11.28281125 11.34425695 11.21387382 12.34081142 12.73887062 12.60324823 12.24875545 12.33138652 11.24083365 12.14861814 11.93500915 12.32058194 12.8962886 12.67895193 11.80616682 12.27126464 11.16839359 12.05906629 11.58780576 +LQ05X002620 Protein yippee-like 5.8640934 6.214235783 5.708712946 5.46328646 5.938957324 5.300109308 5.213771013 5.789379432 6.356259151 5.98154617 6.215440561 5.265820368 5.987165094 5.719661924 5.052081514 5.67237877 6.095175784 6.137238888 6.849839361 6.192095633 5.86603532 5.66242854 5.504061924 5.638462776 5.930627062 6.336511963 7.039134157 5.96384018 6.133629233 5.818225135 6.004214397 5.465142867 +LQ05X002630 Predicted protein 7.888364516 8.91431566 6.568234906 6.095784165 6.355767013 6.083383143 6.199245041 6.20586849 7.878894863 8.579070001 6.560663864 6.012752188 5.926732163 6.123815766 5.903298851 6.055221462 7.886616832 7.167524129 6.944606082 6.188090353 7.036982549 6.897065214 5.563671391 5.617176768 8.177666408 7.710317932 7.349193036 5.983033185 6.581910341 5.958972097 5.096654997 5.949097611 +LQ05X002660 Putative Clathrin light chain B 10.84691664 10.92387241 10.65518396 10.90517849 10.8606296 11.28577375 11.2642486 11.6160045 10.46246582 10.13510805 10.77000004 10.70497728 10.94180795 11.60800163 10.87832425 11.88977202 11.66527887 12.01377169 11.19079875 11.92269217 11.57560719 10.99847778 11.61383999 11.54414908 10.81735153 11.1321316 10.52802812 11.3688205 11.2923306 10.99595941 11.64893274 11.96265666 +LQ05X002670 RNA polymerase II C-terminal domain phosphatase-like 2 4.812786293 4.754735892 5.052740868 4.943248586 4.668894324 5.343877166 5.329902371 4.919669801 4.787284574 4.711912573 5.073972072 4.849507255 4.745718453 5.851374017 5.037192324 4.597414428 5.166549078 4.532552629 4.683944206 4.705648119 5.0280904 4.697071238 6.709239885 5.325561457 5.101197625 4.563627238 5.136733356 4.80161012 4.646573543 4.643657436 5.726458806 5.954337583 +LQ05X002690 Putative uncharacterized protein 5.270477299 5.175520458 5.163275243 5.374080411 5.322258655 5.730836462 5.475869421 5.234651134 5.643852334 5.069755676 5.225147442 5.1622646 5.237077574 5.390517342 5.884633499 5.180905916 5.257885844 5.842852723 5.637779192 5.245316293 5.533662984 5.66431649 5.43305068 5.014342403 5.212536576 5.826720809 5.259232063 5.622904045 4.979003584 5.488014287 5.034236163 5.799664253 +LQ05X002700 Hypothetical protein 5.879518236 5.20501925 6.322344784 6.366669422 5.367494899 7.156514841 6.424711006 6.036943988 6.070238045 5.127163249 5.902652355 5.96657311 5.217924126 6.683354617 5.611320067 5.658094598 5.092709941 5.170152415 5.501954994 5.594024886 5.508049037 5.309567477 5.242079165 5.405808123 5.318065368 5.671181346 5.488651984 5.794491044 5.809554162 5.128702798 4.90648764 4.574727303 +LQ05X002750 Putative uncharacterized protein At2g38150 12.51076662 10.65441067 11.76794828 9.396332466 11.01218715 9.872751115 8.947682658 9.701124903 11.95414886 11.63618511 12.18821074 9.65275444 10.25419317 9.90072601 9.50769865 9.839970315 9.738343928 11.54506457 9.510236858 10.7430515 11.34660332 11.82720112 7.507377099 9.254162626 11.28234781 12.24461625 10.73355242 8.321490398 12.14584321 8.55134536 7.106767438 10.03861604 +LQ05X002780 Auxin transporter-like protein 2 6.461759037 6.384296188 6.389338307 6.650914733 5.974014939 8.035495327 7.442991499 7.094465888 6.434250667 5.93555108 6.969753532 6.326335234 5.880500609 8.132539875 6.998765148 6.871639744 6.346753549 6.7623759 5.893968339 6.107809368 5.416046739 6.358545078 6.989556117 6.592207115 6.296682877 6.144943513 6.410695931 6.710777126 6.34787105 6.311285693 7.397124673 6.971681487 +LQ05X002810 Probable aquaporin PIP1-4 5.824038157 5.311436279 5.402699507 5.738817612 5.265255084 5.631309653 6.104086083 5.879080547 5.550821306 5.431828879 5.357769447 5.903605529 5.369828246 5.754633162 5.460829048 5.912208719 5.397134312 5.819733613 6.284641095 5.689483825 5.422065986 5.338541454 5.747253329 5.39446244 5.524902485 5.676732999 5.741440908 6.636398334 5.673420976 5.615019152 5.245868161 5.071107406 +LQ05X002830 Probable 26S proteasome non-ATPase regulatory subunit 7 13.05872969 13.24185768 12.23345853 13.01095181 12.57719465 12.83138995 12.73324606 12.79367586 13.31375724 13.40519605 12.49712337 13.21191167 12.94909192 12.96799603 12.87131847 12.96699874 13.41599929 13.34375573 13.42094274 12.70645917 12.2662885 13.36503206 12.08446593 12.55119676 13.52818331 13.57665079 13.14004459 12.81110792 12.57486183 13.32587186 11.98315696 12.50342158 +LQ05X002840 Putative ribosomal RNA methyltransferase 1 5.124988514 5.276618294 5.737772043 5.26299336 5.454839076 4.880827738 4.888559982 4.977746365 5.181246248 5.94605903 5.512637597 4.905008184 5.319692343 5.024065086 5.269301086 4.836644839 5.251394407 5.069232416 4.812945978 5.296357407 5.496560227 5.323597562 5.594788299 6.185494519 5.053531629 5.420887328 5.448197079 5.626387592 5.778070542 5.185785097 5.395191701 5.338087157 +LQ05X002860 Putative GDP-mannose-dependent alpha-mannosyltransferase 14.76748313 14.68559215 14.30959667 13.65223939 14.47377798 14.29302145 14.2973473 14.20890068 15.02501837 14.55035719 14.61683649 13.87018289 14.28215385 14.56961646 14.33802642 14.63525452 14.49259744 14.21292232 15.20874402 14.6211074 14.19827569 14.9163826 14.12162594 13.96958239 15.19527973 14.84658479 15.17652074 14.17476427 14.36217811 13.885308 14.05531968 13.78658987 +LQ05X002870 Putative BAHD acyltransferase DCR 8.895890477 9.47179856 10.90222341 10.38727337 11.41897972 11.62023148 11.92150374 13.10056541 9.669985565 8.840732572 10.86809281 10.41620387 11.10289134 12.06795187 11.94372451 13.02351866 9.690697988 7.990747945 8.347380884 11.44417493 10.58113581 10.54133646 11.2963546 12.10284218 9.236394738 8.371198764 8.536983236 11.29360072 10.98023038 10.50741857 11.7662102 12.57413398 +LQ05X002890 DNA binding protein, putative 9.910159151 9.852800506 9.95978131 8.733993905 10.39693922 9.119302263 8.58338418 8.618928569 10.30796276 9.900814422 10.31832382 9.047661105 10.31645427 9.494632407 8.593195182 9.145594384 9.722046558 9.516652677 10.02281674 9.804634285 9.19358879 9.894406896 9.51883894 9.382060195 9.908985219 9.687611259 9.281196837 9.710446562 10.37566735 10.00170857 9.934835358 9.960476833 +LQ05X002920 Peptide transporter PTR1 9.385549688 9.056650516 6.573650579 10.08016559 8.843158963 8.886700483 8.582653124 9.090715894 10.08172578 9.738384218 8.924156129 10.81316022 9.524921011 9.238278926 9.544337842 9.333103565 9.461558171 8.021417332 8.471093155 7.830639857 7.339525515 8.471873769 6.188175949 6.218315267 9.388243113 9.164550236 7.82143372 7.672268577 8.215814725 8.629597047 6.943872192 6.637702234 +LQ05X002930 Putative uncharacterized protein 8.486877994 8.856429603 7.976517811 8.261740921 7.961434775 8.404234729 8.149197165 7.803993652 8.921629879 8.856809182 8.24097721 8.773765258 8.553920204 8.288729763 8.359274755 8.300572233 9.093684238 8.735140563 9.645906693 8.395918561 9.006828711 8.203965991 9.435683081 8.937457762 9.484695337 9.238930394 9.929087456 8.367981967 8.425854469 8.437700631 9.039419267 8.300877247 +LQ05X002950 UPF0503 protein At3g09070, chloroplastic 5.830932018 5.762440902 6.091093108 5.350890008 5.711812607 5.846425133 5.594457554 5.571264029 5.820180783 5.538394747 5.915258371 5.503619416 5.356648762 5.583827006 5.184401238 5.340162526 5.443140371 5.607557845 5.870666582 5.186341113 5.38383891 5.561992808 5.371928601 5.225283561 5.978857764 5.674060386 5.418404194 5.30815008 5.186323486 5.538348663 5.507097539 5.500561854 +LQ05X003010 Putative uncharacterized protein 11.61881646 11.49652029 11.4170259 12.38201504 11.39530095 11.83560878 11.99569644 11.78642971 11.68000707 11.01721748 11.60415264 12.39463585 11.20075206 12.11056165 11.82187738 11.73067665 11.057709 10.9238958 10.72522337 11.10036278 10.78881387 10.95706296 10.76883201 10.13180696 11.05065286 11.05695289 10.71648881 10.97353699 10.99564002 11.08307869 10.69788447 10.60589057 +LQ05X003040 Probable steroid reductase DET2 5.526043015 5.937138835 5.614532731 5.739981996 5.065121408 5.554178951 5.916338377 5.914801043 5.420124081 5.157442056 5.520699132 5.632875065 5.637589605 5.648823421 5.638389148 5.79244763 5.19390932 5.519369728 5.733927729 5.976414308 5.340279492 5.566655738 5.317835336 5.810575319 5.377104152 5.83547019 5.677442097 5.45603233 5.114146107 5.599942278 5.306366685 5.687867389 +LQ05X003050 Acetyl-coenzyme A carboxylase carboxyl transferase subunit alpha, chloroplastic 11.07520594 11.41240462 11.35267329 12.07600367 11.60085608 12.19923856 11.83037741 12.13612483 11.31744045 11.46749709 11.80583511 12.22131188 12.14185974 12.06057705 11.78738489 12.5688189 11.69189786 11.31816174 11.29593255 11.86939436 11.56394001 12.84023939 11.37794465 11.34417199 11.86466288 11.55113692 10.97586152 12.30588763 11.62601561 12.05567538 11.29485833 10.98170661 +LQ05X003070 Ataxin-3 homolog 13.16400194 13.02059042 12.89290038 12.46546743 13.00013317 12.47266855 12.37931161 12.50925059 13.28950211 13.28759323 13.19918597 12.79900911 13.11580832 12.59546035 12.49950821 12.74150967 13.57536861 13.4637675 14.07683101 13.28223 12.86578704 13.03779995 12.43837479 12.75919933 13.53236226 13.60284283 13.60312053 13.22932684 12.48797089 12.92641025 12.58507938 12.74022809 +LQ05X003080 Reticulon-like protein B12 6.11553431 5.579174859 6.117888659 6.013213862 5.82052326 5.846719651 6.38446694 5.995233848 5.826129376 5.52669432 5.702133065 6.023994174 6.150059859 6.181294082 5.489208399 5.91029525 6.092594967 5.804484068 5.44882965 5.4246456 5.540297245 5.574301589 5.973149069 5.274435975 6.260822004 6.241381374 5.680278477 5.261972765 6.005659121 5.76004156 5.124078303 5.596903398 +LQ05X003100 Putative uncharacterized protein 5.720892978 5.774325719 5.5991278 5.554984559 5.116212535 5.182710178 5.353002123 5.610940816 5.96445124 5.552435305 5.27166827 5.381177526 5.59702687 5.388398727 6.00907383 5.596894969 5.278881681 5.682607242 5.956795564 6.050886021 5.614322283 5.483246078 5.595932489 5.159872065 5.541862014 5.524433698 6.210816889 5.686153802 6.485853537 5.568265474 5.659139129 5.321136948 +LQ05X003110 Putative Mitochondrial uncoupling protein 3 5.144104985 5.041945204 5.631074395 4.920137753 5.126011072 5.412877186 4.992325196 5.256952312 5.052449462 5.082175944 5.210333525 4.956136077 4.837662954 5.487203582 5.183028817 5.22209793 5.044319879 5.468805305 5.164207451 5.102343049 5.245436707 5.056837035 4.989844454 5.329984274 5.012974932 5.270394407 5.128737546 4.737438969 4.884497237 4.823178154 5.692256588 5.820270239 +LQ05X003120 Putative Solute carrier family 35 member E4 12.38480434 10.87330239 11.87308891 9.758720929 11.10140687 10.40331589 9.167465061 10.48343759 12.08640327 11.73358134 12.66542149 10.04229962 10.29171364 10.51696052 9.497267482 10.78617236 10.22417549 11.89614474 9.629840462 11.40219725 11.34738832 11.80070124 8.036767271 9.795767049 11.55520407 12.53079027 10.63270362 8.381509939 11.27673629 8.997175901 8.534793061 10.12548125 +LQ05X003150 60S ribosomal protein L35a-3 14.58404123 14.08721748 13.77431929 14.01569184 14.14564897 13.92849808 13.42823323 13.35057353 14.77343307 14.79317477 14.22336811 14.49851927 14.28275267 13.79094127 13.94394776 13.81819088 14.2201627 13.48597928 14.06730174 13.26672559 13.32375694 13.52366766 12.78419991 12.70922816 14.4567657 14.21632241 14.23920466 12.8307155 12.87003057 13.12382507 12.80137986 12.81177531 +LQ05X003160 Putative Uncharacterized protein C3orf32 10.25671841 10.56602719 10.51268222 9.78754303 10.69979408 10.61566814 10.78963414 10.44062575 10.16208884 10.59424415 10.12928867 9.843921844 10.57851243 10.42515321 10.56908699 10.38951346 10.77100622 10.86382632 11.45652464 10.58497849 10.57910087 10.47911589 11.18926763 11.02133618 10.11850179 10.48200344 11.05684662 10.19319357 10.97383408 10.39892509 11.38034687 11.18563449 +LQ05X003170 Putative uncharacterized protein 6.071769683 6.092325951 6.953624319 6.447207319 6.627982142 5.516815308 5.998832916 6.147826749 6.557055553 5.762780506 6.72040625 6.366899265 6.513011608 5.849386858 6.181581088 5.702195686 6.119940149 6.584899933 5.966988399 5.879687192 6.430687944 6.43612501 5.074673537 5.591514993 6.241616809 6.740026567 5.885242396 5.838927272 6.750246716 6.707857355 5.255306592 5.943988036 +LQ05X003190 Putative Protein transport protein yos1 5.559489731 5.634913904 5.383732255 5.483122019 5.793196817 5.202533099 5.060113375 5.576832387 5.99035079 5.797572735 6.019128156 5.107307487 5.821154515 5.536190353 5.450734238 5.390316161 5.819428067 5.747668092 6.241064317 5.914528825 5.835051908 5.635416233 6.233223981 6.426650687 5.716313077 5.785474974 6.776805231 5.913203821 5.71174118 6.041235109 6.14193702 5.56846371 +LQ05X003200 Putative Heme-binding-like protein At3g10130, chloroplastic 5.710616855 5.211718659 5.240261558 6.286161298 5.449895408 6.365210265 5.55790156 5.623122188 5.693150378 5.854385809 5.728225815 5.753784832 5.647996229 5.940805244 5.980336223 5.151507933 4.956501834 5.838979311 5.701502764 5.885516267 5.840812862 5.361098832 4.755125249 4.815518251 5.159173611 5.559667043 5.467425046 6.267373987 5.897007763 5.12559439 4.891505502 4.997319968 +LQ05X003220 Putative Agglutinin-2 5.379082447 6.023963164 5.791145719 6.363407101 5.647061879 5.032540585 5.482282119 4.948496961 6.135291571 8.342093726 6.635395932 6.028086853 5.727100129 5.214522586 5.950547658 5.080841218 5.55985663 5.455317781 5.738698319 6.082479519 5.540140689 6.147095908 5.217692534 4.982636949 6.189137293 5.78648869 5.771465161 5.574085737 6.150991097 5.096292009 5.558662631 5.479843983 +LQ05X003230 Predicted protein 11.96091561 12.01668926 12.54021638 12.08106415 12.34466486 13.51132109 13.49693509 13.05569638 12.06100765 12.02078093 12.47442399 12.41149317 12.37680174 13.88701209 13.5164296 13.34438118 11.05785022 11.90200784 11.6838671 12.44413792 12.658157 11.68025704 13.94798861 14.157168 11.58357909 12.07951543 12.1209357 12.5287168 12.89535048 12.39226531 14.02365777 14.26394148 +LQ05X003240 Predicted protein (Fragment) 9.987283628 8.654993708 9.988159726 10.34553684 9.08565807 10.46265408 9.529236901 8.596428943 10.4093967 9.093917349 10.04069167 10.11811467 10.31011911 10.04725025 9.284980241 8.856947561 10.31476805 10.8023813 10.58622641 10.018714 10.30954035 10.41113103 7.987078761 8.991176326 10.50199511 10.88291706 10.32806967 9.960656911 9.703056196 9.564079773 8.04128443 7.31027326 +LQ05X003250 Fructose-1,6-bisphosphatase, chloroplastic 5.103865358 5.205859391 5.440776901 5.390510294 5.276076193 5.105009583 4.952231495 4.841754109 5.06424934 5.201167684 5.189866882 5.185836454 5.05820374 5.47530804 4.971199082 5.129296884 4.86063623 4.874583068 5.308220371 5.058640327 5.212079762 4.863944109 4.850668013 5.512634256 4.931171096 4.851750664 5.425477083 5.149524695 5.036442182 5.121651913 5.429253741 6.509192633 +LQ05X003260 Fructose-1,6-bisphosphatase, chloroplastic 6.520126882 10.50857024 6.642418204 10.53605921 7.868670196 10.55054227 11.88555132 13.83791208 7.042017954 8.401110763 6.908426416 10.47391171 7.676967446 10.3874834 11.30529865 10.39292667 11.12129392 11.50088398 10.00183497 11.47462911 11.43100878 12.61676325 12.21503112 12.35710996 11.4441751 11.95920208 9.227182944 12.529392 11.55283418 13.41559888 11.95833268 11.79109609 +LQ05X003270 Putative uncharacterized protein 9.734544986 9.684115154 9.913640309 11.17581382 10.45235093 8.645737477 8.448767253 7.780320804 9.295402843 9.990222466 9.609698451 11.33934278 10.38689974 9.265347538 8.672909198 8.825679644 10.42553757 10.19131092 9.883928938 10.74146613 9.860409935 10.05287381 9.073143083 8.256945436 9.588943799 9.87069751 10.00702528 10.7266484 9.392252865 10.76355274 9.607727572 9.09367367 +LQ05X003290 Laccase-7 5.279878001 6.906939595 4.912582507 5.226298251 5.62020808 5.183801353 5.193520388 5.070658977 5.180281602 5.654653442 5.687808126 5.434984514 5.074840031 5.298272808 5.258651036 5.402966713 8.08842471 5.644128795 7.502229715 7.179129896 5.21441551 5.622097441 6.24501726 5.565834243 6.643190863 5.83261862 7.385375704 5.728246027 5.345081915 6.06744865 5.306741079 5.763617653 +LQ05X003310 Putative uncharacterized protein 6.355783303 6.676301196 6.38667934 6.715555945 6.273572743 6.48142409 6.816632054 6.254562834 6.249509955 6.208303644 6.737971718 6.571761229 6.161382921 6.471792168 6.229345585 6.218004333 6.134044095 6.334801499 6.146373086 6.970504092 7.517003841 6.232773343 6.031429611 6.187900663 5.959043764 6.128960162 6.88883992 7.505797411 7.017596183 6.466170524 6.130865058 6.096001218 +LQ05X003330 Predicted protein 12.26323422 12.46816589 11.85786504 11.87226552 11.79776864 11.77518515 11.56292639 11.58036801 12.16906364 12.42787806 11.93931227 11.76903168 12.00176855 11.60997452 11.72557796 11.53697656 11.53558296 12.45686909 10.81391804 11.89641389 12.16004686 12.23579268 11.62620927 11.25511513 12.13380923 12.52023675 10.69917398 11.856946 12.50807413 12.24211322 11.43246958 11.80572403 +LQ05X003350 Putative uncharacterized protein (Fragment) 11.77954548 12.17569108 12.19160491 12.15535476 11.77552661 11.93226994 11.99551186 11.148688 12.23122671 12.42270986 12.24296439 12.19898341 12.31793804 11.94204132 12.0084599 11.52932084 11.44749153 12.07222655 10.7610948 12.04133332 12.10562602 11.74710329 11.72128156 11.13742706 11.64724181 12.11334836 11.06225939 11.78851032 12.25143683 11.36019451 11.84429459 11.16144786 +LQ05X003390 Putative Cytokinin-O-glucosyltransferase 2 5.093230606 5.304721182 6.022174122 5.408864816 5.291219374 5.558646583 5.491605572 5.14166453 5.175782118 5.06019077 5.381561761 5.462128068 5.475591594 5.289208096 5.150868587 5.31070205 5.143567995 5.71011607 5.405127159 5.370973659 5.347824907 5.510434432 5.010397357 5.345309211 5.094057552 5.241134335 4.884938418 5.536244691 5.446910258 5.592040841 5.256006438 5.443184313 +LQ05X003410 Putative Cytokinin-O-glucosyltransferase 2 10.25963011 9.869252096 11.7289454 11.07662128 11.04546772 11.057226 11.22158621 11.04029902 10.39451424 9.722457045 11.4731008 11.1466623 11.33615334 11.55758577 11.6388389 11.67343859 9.704126545 10.188315 8.30588112 11.10093314 10.70344344 10.08919798 11.44522088 10.47860836 9.291091148 9.32220605 7.727772012 11.15190747 10.28488555 9.635815725 10.44153076 9.95307655 +LQ05X003430 17.3 kDa class I heat shock protein 6.448752442 5.934653302 6.529906629 6.252248946 6.678786045 5.80874209 6.337438133 5.996125292 5.987180546 5.752414872 6.331770498 6.181447983 6.576471045 5.743243534 6.233662157 6.485778865 6.343348066 5.925290135 5.999930609 6.362288525 6.420624849 6.329427839 5.593678931 5.751135124 6.543797381 6.267053762 6.247764731 5.951084772 6.681320804 6.652260658 7.096140211 5.729319621 +LQ05X003440 Copper transporter 1 5.838117796 5.296195319 6.464079297 5.529193385 5.56616413 6.969702262 6.225464366 6.072293669 5.922525694 5.333906367 6.088343112 5.687757302 5.644196846 7.139565333 6.207531664 6.600087815 5.411159515 5.739840509 4.961857515 5.560230353 5.403475013 5.777037181 5.768315584 5.301696931 5.555729797 5.370859794 5.432727667 5.360598363 5.195060039 5.804200856 5.546746819 5.205860197 +LQ05X003460 Copper transporter 6.398030146 6.64653553 6.193298543 6.81923558 6.191674707 6.306929385 5.942343427 6.176022473 6.249883716 5.862584577 6.254364714 6.559032045 6.710867459 5.93484586 5.924602876 6.723447601 6.39678319 5.647059988 5.985579791 5.871173155 6.187554305 5.746867324 5.089171959 5.850612064 6.147235364 6.03628418 5.837883676 5.774318008 6.106510176 5.90929737 5.363349398 5.436764378 +LQ05X003480 Peptidyl-prolyl isomerase PASTICCINO1 12.84811925 13.20808479 12.92172214 12.4289723 12.8811687 12.61490427 12.68228776 12.68884418 12.96973926 13.12379204 13.01702463 12.4706864 12.83024363 12.72490139 12.58767816 12.84286998 13.01906462 13.20043595 12.58040401 13.16619083 12.89536741 12.71087871 12.63672768 12.9629285 12.74194814 12.86067143 12.19749544 12.80632832 12.81091834 12.52680352 12.4037198 12.82823993 +LQ05X003490 Putative uncharacterized protein 7.865235299 8.158239852 8.201238802 6.749828288 7.929943103 7.899199421 7.274300728 7.529142258 8.1889179 6.674864339 8.539106675 7.089931189 8.065032114 8.170592728 6.582565761 7.551028855 7.296315298 6.922847776 7.217457271 8.220257609 8.672107196 7.880571936 8.423127439 8.985680496 7.801671621 7.568863779 7.734143303 7.584612725 8.953623283 7.54067139 9.25350371 9.639839081 +LQ05X003500 Putative Universal stress protein A-like protein 13.47199081 13.61809123 12.94020535 12.12898412 12.4402653 11.05620737 11.52516643 11.32327799 13.11320192 13.58133674 12.92515323 12.0288813 12.63428111 11.18063976 11.95569056 12.25577685 14.40691139 14.20443709 14.03557639 13.36273987 13.23945905 12.89799656 11.83405319 12.94800817 13.72379929 13.54434378 13.5824252 12.49369579 12.78063908 12.59179561 12.13880364 13.02106457 +LQ05X003530 Probable glutathione S-transferase 5.749783671 6.041485647 5.410442344 6.043644109 5.560559445 5.743474354 5.580232219 5.614200431 6.159055812 5.931019254 5.702447684 5.788116176 5.55103817 5.487270286 6.521880024 6.026574169 5.77102814 5.865368683 5.795009252 5.940706671 6.328363287 5.755235379 6.083046369 6.061645919 5.561142645 6.276469998 6.574072658 5.335020912 6.447374726 5.911621895 6.546301917 5.595977112 +LQ05X003540 Probable glutathione S-transferase 5.39915033 5.717594036 5.467649942 5.501832688 5.398557335 6.423862917 5.976083062 5.969506111 5.307044821 5.069741223 5.843138361 5.592929349 5.367022112 6.412533139 5.676966849 5.620113633 6.083667173 6.096228578 5.570639302 6.341882562 6.216768666 6.554551499 7.724113796 6.558273233 6.011293079 6.13548853 5.660841885 5.777846378 5.881929767 6.267167191 6.129814502 6.173977805 +LQ05X003550 Predicted protein 11.70881053 12.39268484 12.13011742 12.27822937 12.23741112 11.75230239 10.07766249 11.19627792 10.56095211 11.79988289 10.56044658 11.74108038 11.6152514 10.25044162 10.19489941 11.72043934 11.32493825 14.21561408 11.3793194 12.44138939 14.07475339 13.94559431 10.74434066 12.62629568 11.52982517 12.40325117 12.92698827 12.57439099 12.10634314 13.02535019 8.424843263 11.39915077 +LQ05X003590 Putative uncharacterized protein 11.29337265 12.72571691 12.80824921 11.62634099 12.78233553 12.54317964 12.64979932 13.56879003 10.33545784 11.22211846 11.33539833 10.76277181 11.25904377 11.59438077 12.39712107 12.40243127 13.7372174 13.59156061 12.22497588 13.18708417 12.76111241 12.68818726 12.99884332 13.25920095 10.08947398 10.10677248 11.55757961 12.50477504 11.2757277 10.85442486 11.94776373 12.54304448 +LQ05X003600 Putative uncharacterized protein 6.350494029 5.743690691 5.77967802 6.20564719 5.782666023 6.849805383 6.431792407 6.627126046 6.328150679 5.996209511 5.655737532 6.217504998 6.149616026 6.909838147 6.346427097 6.103994128 6.429940419 6.30702138 6.243749094 6.555455224 6.339647611 5.867482937 6.762538895 5.780101036 6.085372345 6.064218608 6.515773728 6.269581708 5.859549282 5.955048553 5.524342138 6.021457678 +LQ05X003610 Probable proteasome inhibitor 12.21968784 12.1962225 11.96897294 12.03225503 11.88121372 12.93432042 12.49327689 12.09882257 12.0111712 12.00417637 11.80886658 11.84915699 11.77788826 12.59691882 12.02707935 12.16406273 12.75105354 12.26897808 12.06369526 11.99192223 11.89230544 12.2811612 11.55879971 11.91378066 11.92631578 11.97500641 11.72964435 12.00634711 11.3690861 12.04297243 11.31221304 11.90757772 +LQ05X003630 Putative uncharacterized protein 10.81259324 9.968593906 10.89163201 13.47269571 11.83355132 13.14569467 13.43849078 13.32612738 11.11156426 10.25196072 10.7482643 13.0218886 11.70067715 12.96567381 13.28479939 12.92292777 10.64973626 10.02498171 9.702896339 9.13522036 8.938590247 11.04577767 10.33397616 9.728186878 10.29209855 10.02078638 8.579239434 11.2861203 8.923443906 11.40971685 9.93845821 9.371838546 +LQ05X003640 Putative Peptide transporter PTR1 5.415751523 5.36732732 5.482662483 5.301056813 5.484079371 5.688412584 5.752609578 5.452645679 5.662534459 5.322103265 5.335604152 5.530024257 5.363121234 5.584585766 5.540032417 5.430820838 4.998293676 5.234702448 6.204162935 5.660283611 5.325116549 5.522331457 5.595455311 5.644700781 5.204816944 5.072461684 5.461730869 5.508361094 5.690462004 5.369208569 5.491600125 5.437943423 +LQ05X003660 BEL1-like homeodomain protein 9 5.690121625 5.963553222 5.62039447 5.52149558 5.370651292 5.206010074 5.298227248 5.915603347 6.029565326 5.580727802 5.765313256 5.343977497 5.639723891 5.200587775 5.325959263 5.46349652 5.544422567 5.406308656 5.770009512 5.277433145 5.407209139 5.544785328 5.818718146 5.979924694 5.62746773 5.455672348 5.944190152 5.962465837 5.290817668 5.490924709 5.657622501 5.417206443 +LQ05X003670 Putative Mitochondrial substrate carrier family protein B 5.067612831 5.06758562 5.387296962 5.104888753 5.016545357 5.348243913 5.416545756 5.680978603 4.897572987 5.045118418 4.93793131 4.990837083 4.893609323 5.082348814 4.905661203 5.352218889 5.184089912 4.954599519 5.016537106 4.7156394 5.87890357 5.145365365 4.861557743 5.302896082 4.921484021 5.225001599 5.222656232 5.172392109 5.175640902 4.995912563 5.316550363 5.609754658 +LQ05X003770 PRA1 family protein A1 5.445590369 5.459716825 5.583457435 5.210995521 5.138244813 5.288040001 5.511985125 5.049877715 5.410488705 5.395579929 5.194726365 5.504426902 5.730895612 5.419392932 5.00832421 5.685489928 5.348028974 5.624357644 5.569572398 5.598752958 6.160167564 5.504954116 5.351413218 5.401636727 5.229714628 5.296747699 5.51505186 5.292466996 5.843099886 5.610509699 5.569514243 5.002953492 +LQ05X003771 Putative Ac-like transposase 5.693023622 6.064079741 5.344895965 5.694416248 5.919020544 5.141903674 5.17932357 5.531029542 6.132664387 5.579693083 6.291290585 5.588121962 5.941897108 5.461384416 5.132139883 5.758787039 5.339643254 5.461542034 5.295262574 6.071696111 5.67871135 5.259494816 5.208911237 5.565381046 5.552783299 5.159715291 5.619465319 5.497550396 5.791922734 5.432638886 5.469603531 5.568339547 +LQ05X003780 Hypothetical protein 6.145700835 6.431023012 6.705724324 6.175412192 6.807139392 5.351184747 5.270654984 5.455695289 6.14504137 6.039695038 6.455136719 5.906187634 7.057482452 5.210781434 5.116366166 5.291855313 5.560595913 6.255911369 5.790218377 6.840540248 7.189288537 7.098121005 5.561279029 6.333011432 5.547059829 6.163839147 7.043640087 7.153552267 6.920781837 7.089200125 5.35682016 5.599401146 +LQ05X003800 Uracil phosphoribosyltransferase 12.7320484 13.03895424 12.09301669 12.38432689 11.72341505 12.31255225 12.95602152 12.03384595 12.73590911 13.18367664 12.19393151 12.3442465 11.81511514 12.65653267 12.56393428 12.23430789 12.00037104 12.10398444 12.08385463 11.97962795 12.65088274 11.80521807 13.28093295 12.87545097 12.40729844 12.47809001 12.73710236 12.09904705 12.92660772 12.21323709 13.13849525 12.7829977 +LQ05X003840 Delta-1-pyrroline-5-carboxylate synthase 12.66876056 14.69154894 12.82059918 12.64666251 13.25167182 13.03617623 12.88598568 12.98005845 11.90083924 12.84599468 12.15595504 12.27046917 12.67177892 11.79622077 12.77723465 12.79979646 15.38560199 14.94833125 14.72277799 13.70525535 13.98537414 13.43185309 11.88664909 12.88596126 12.54036082 11.27882135 13.26486249 12.75398817 12.65925664 13.16312207 11.4726485 12.3675976 +LQ05X003860 Putative Aldose reductase 5.626144835 5.256780903 5.101303387 5.267674123 5.211412128 5.169790812 5.282244236 5.233721381 5.627928209 5.440706702 4.951122744 5.266530469 5.347858065 5.04639895 5.313580658 5.581422966 5.158050027 5.223436663 5.484893009 4.934204718 5.267889007 5.287739743 5.192574954 4.603103631 5.366513319 5.609340235 5.407521737 5.299184426 5.583180262 4.917962752 4.867143646 5.132254325 +LQ05X003880 Putative Aldose reductase 13.16496287 13.24448406 13.43390269 13.50815739 13.26175434 14.29184497 14.07989324 14.03192763 13.05493777 12.9972279 13.27627785 13.61227467 13.39547093 14.6299875 14.39498678 14.3539271 13.01869298 12.43622224 12.62621578 12.91679257 12.39416331 12.49345265 13.53756229 13.64328514 13.06732348 12.3596694 12.35798352 12.81667678 12.92493501 13.33747641 14.28778145 13.56376479 +LQ05X003900 Putative Aldose reductase 5.23979529 5.292405211 5.621501908 5.279971282 5.242062195 5.352563094 5.284105673 5.279549131 5.210004738 5.282325312 5.902280681 4.999675534 5.449027631 5.544089578 5.594445151 6.269954078 5.502653304 5.276381269 5.164653207 4.858789678 5.253433135 5.476613653 5.367629975 5.705153006 5.478809238 4.97872052 5.123219413 5.131136552 5.168579126 5.237103301 6.039751187 5.275443179 +LQ05X003910 UPF0497 membrane protein At3g53850 10.67124621 10.860247 10.29508497 10.36325397 9.760792873 8.878928852 8.720195237 8.404716449 10.96354963 11.25049727 10.28122814 10.37770632 10.23435671 8.908700543 9.068790568 8.557614503 10.73653741 10.85317587 11.36235121 9.918233638 9.79673365 9.994911342 9.090872941 8.486307261 10.97383088 10.86201586 11.49759701 10.03433337 9.210872941 9.625218622 9.169614666 7.266422922 +LQ05X003960 Predicted protein 10.0668539 9.044523314 11.83108834 13.4733733 13.67820509 12.07153116 12.6149678 12.91691075 9.904503371 9.355875324 11.33737101 13.80368877 12.7692025 12.53744 13.49769421 12.9193667 10.50969389 11.58506282 10.5288274 12.48430351 13.84087291 13.31477528 13.11024663 13.37836999 9.971955316 11.20508537 11.07326386 13.5670333 13.23642248 14.95114553 13.75466489 13.9267049 +LQ05X003980 Putative Probable E3 ubiquitin-protein ligase HERC1 12.43293434 13.74892424 12.72816886 12.26223031 13.17916297 11.59747613 11.50728758 12.73972059 12.88583598 13.09647271 13.12875246 12.72815964 13.33097486 11.43247959 11.93407526 12.56078557 13.81153473 12.58758032 13.88227656 13.36507946 12.97827464 13.22917887 12.68197731 12.82196668 13.22094921 12.42563494 13.10632082 13.7310108 12.8572077 13.41714115 12.72665016 12.5241741 +LQ05X004090 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 4.874097729 5.221580763 4.984369073 5.268539253 4.983290441 5.091176338 5.105451351 4.828728514 4.856330298 5.041504844 5.139472953 5.599573909 4.930138754 5.117567881 4.923618086 4.79817252 5.094116612 5.247784866 4.909079634 4.89895012 4.916077964 4.86324277 5.101879678 5.1802023 5.111349642 5.124493948 5.133706486 5.13361954 4.93784618 4.993019215 5.250236719 5.910460092 +LQ05X004100 Putative Lectin-domain containing receptor kinase A4.2 11.31704299 10.8772972 11.55706369 10.2728968 10.68536005 10.99457884 10.57486481 10.3950868 10.98236821 10.81878705 11.23901767 10.31913053 10.77720655 10.91802091 10.55211739 10.77535396 11.32271956 11.73874547 11.05893609 11.56217051 11.5703829 10.98901587 10.16818258 10.07873028 10.64346474 11.32775206 10.94603568 11.22905829 10.99504466 10.04778796 10.16445795 10.22673652 +LQ05X004120 Putative Lectin-domain containing receptor kinase A4.3 5.391123725 5.459030491 5.051695649 4.96312013 5.343744628 5.095490715 4.95791872 4.941858824 5.49979114 5.225403533 5.254096397 5.221388432 4.929887137 5.081094104 4.777788363 5.049495139 5.241406451 5.363829322 6.013116913 5.59334864 5.194131808 5.35965828 5.201700339 4.806183991 5.161121227 5.289633324 5.924879651 5.685511906 5.573335935 4.801289054 5.636087805 4.927338922 +LQ05X004160 Putative Lectin-domain containing receptor kinase A4.2 4.683639255 4.96881048 4.990225995 4.896188216 4.931121836 4.806544601 4.993613966 4.874098219 5.089477368 4.831316873 4.99601635 4.801968807 4.919176277 4.86719046 4.855128656 5.049690993 6.051754555 5.132449126 5.07253335 5.978068017 5.2063034 5.433299433 6.516143638 5.541313872 5.17047246 5.186948301 4.885976608 4.873454625 4.804647534 5.170388103 6.159230637 5.97247084 +LQ05X004220 Putative Uncharacterized protein ycf17 13.22921984 12.40896904 13.4327384 14.51643812 13.03304216 15.14291589 15.11512343 14.85715796 13.24623381 13.03990249 13.34246928 14.54997638 13.25283209 15.10377774 14.72728579 14.7238595 12.70069273 13.18069731 11.45455473 12.25556302 12.65187009 13.06128979 12.59595966 12.36353122 12.52016677 13.31905953 11.53842869 12.99202601 11.93532368 13.52648325 12.69557299 11.84801371 +LQ05X004230 Predicted protein 5.265024244 5.348892292 5.942725856 5.153751343 5.55208816 5.246692759 5.611568086 5.591511527 5.249679171 5.234274215 5.332210159 5.399156128 5.372871567 5.324166243 5.450171619 5.468347563 5.754374592 5.284508113 5.250224217 5.176159503 5.764080422 5.79441077 5.835090138 5.557653297 5.229876677 5.384909088 5.736727795 4.99471035 5.822368495 5.534377584 5.354056534 5.135722155 +LQ05X004240 Thaumatin-like protein 5.565495802 5.363843212 6.413706201 4.812522532 5.263496619 5.448067736 4.971199479 5.539595117 5.485321409 5.543995041 6.316814014 4.924425734 5.194958638 5.00814616 5.069529672 5.143408432 5.426216505 5.853058094 5.504610873 4.944662866 5.224257504 5.227097062 5.85223882 5.265466267 5.54643393 5.044385278 5.281248247 5.47538652 5.124544363 5.360382258 5.129954229 5.583816498 +LQ05X004260 Putative Hsp70-binding protein 1 5.971395403 6.040335547 6.362223887 5.684618833 6.184487717 5.965923451 6.008415337 5.594858918 5.710391217 5.647043187 6.307028881 5.579235574 6.647033562 5.772156206 5.591524748 5.817076107 5.623326863 5.400259963 5.44794061 6.25109341 5.68924071 5.687848657 5.552209514 5.50607141 5.648036067 5.676041074 6.048095165 6.224140333 6.070987965 5.849968336 5.330989358 5.734656538 +LQ05X004270 Putative uncharacterized protein 10.50543102 10.13730896 9.201609578 11.52872907 10.8363728 11.98340682 12.02689143 12.34967326 10.80325713 10.46860118 9.371586867 11.67444461 10.80590541 11.76081056 12.01373357 12.18503691 10.36319042 9.683003672 9.433998569 8.707348458 8.249020861 10.42546126 9.321031051 9.104365064 10.15076194 9.884557474 9.114258254 9.540913777 8.557297901 10.52682907 9.52789857 9.039396851 +LQ05X004300 Putative Aspartic proteinase nepenthesin-1 6.622721353 7.013978411 6.63836638 5.984523307 7.180881319 5.437069599 5.803655797 5.623733539 6.782836061 7.067072193 6.80434808 5.867717837 7.505000542 5.356286433 5.377051329 5.598786173 6.767402757 7.39793727 7.55664078 7.220271004 7.552991746 7.533862334 5.693699172 6.600575358 6.621419601 7.763007652 7.948598369 6.966369444 7.291820487 7.604132123 6.563735201 6.307973494 +LQ05X004310 Laccase-17 8.742350372 9.069103703 12.28684822 12.50878961 12.16614321 7.677992645 7.741211439 7.876864802 8.385024561 8.388880663 12.48685199 13.10090644 13.40430818 7.909537099 7.321738197 8.470786201 8.590547215 8.463713373 8.640418123 12.07061311 12.38440328 11.70275797 7.095138545 7.135498864 9.075564763 8.99011225 9.466711086 13.43009007 13.27745453 13.33208468 6.389536109 7.182685466 +LQ05X004350 Putative uncharacterized protein 6.287892456 5.577190436 5.483397089 5.80206927 5.866941323 6.105627591 5.677823884 5.660164357 6.247655211 5.720337393 5.719209181 5.872070261 5.340092185 6.247924342 6.033563965 5.995042779 5.352565965 5.450927137 5.671778732 5.252072698 5.360976912 5.618803744 5.120809982 5.659984752 5.803269656 5.825045807 6.199462256 5.107241164 5.608706921 5.458896356 5.326579804 6.601660368 +LQ05X004360 Laccase-17 7.538343327 8.077937581 11.7006142 11.39514759 12.37320019 6.934173296 5.543032279 6.839865213 7.452468649 6.565875469 10.26530113 11.30373136 11.60250467 7.218608277 6.14706681 7.103955034 8.039115544 7.635908987 7.695507436 10.24371811 11.09963628 11.83889882 5.339176524 7.301198802 8.386251503 8.600914175 9.534407035 11.2232315 11.14475649 14.01790159 5.922086113 9.674150485 +LQ05X004390 Cell division protease ftsH homolog 8, mitochondrial 5.582471022 5.977457918 5.369714293 6.424064504 5.42742909 6.201669168 6.25919983 6.126783853 5.744311028 5.646814357 5.537060131 6.37773553 5.59541675 6.360020315 6.019030068 6.556045078 5.923992035 5.900608648 6.199809361 4.643072612 5.418683803 5.440501508 5.725489385 5.209529632 5.577791459 5.818821027 6.456853292 4.838838158 5.544629578 5.223675483 5.520085851 5.423380782 +LQ05X004400 Predicted protein 5.600328794 5.965333897 5.900600098 5.887629332 6.215092375 6.10476488 5.677529234 6.024033399 5.875611192 5.821990381 6.087596416 5.811392377 5.986876543 6.268025502 5.648814324 5.909482818 6.104703931 5.976862389 6.084490896 6.121214914 5.84307768 6.133449499 5.91747551 5.56209788 6.085966525 6.162422084 5.287866813 5.527721288 5.885436139 5.742020575 5.883220303 6.365923941 +LQ05X004410 Uncharacterized protein At2g37660, chloroplastic 5.080347358 5.042430705 5.948383789 5.299465307 5.379912825 4.678744759 5.536147319 5.27366002 5.230283377 5.600929131 5.224339242 5.258265655 5.618122873 4.651780105 5.579716029 5.267861604 5.248300813 5.452343823 4.930858513 5.358143258 5.305498221 5.348733702 6.364088697 4.775858356 5.237061522 5.497360871 4.845822306 5.843347457 5.61766751 5.328216616 5.545954678 4.923191185 +LQ05X004420 UPF0161 protein At3g09310 11.71081498 11.43602092 12.26217394 12.35921874 12.06560968 13.00670701 12.9643483 12.33878133 11.77368347 11.83911358 12.21920501 12.26609986 12.29779479 12.90779316 12.28875338 12.17210228 11.24600046 11.80028638 11.37973554 12.15436752 12.32861124 11.30465838 12.63914043 12.17094601 11.49517241 11.9328617 11.93181129 11.89940115 11.98408549 11.63705453 12.52279673 12.35727473 +LQ05X004450 Putative Oxysterol-binding protein 8 5.37156071 6.112131618 5.779386505 5.612239526 5.948939551 5.587884545 5.638612838 5.999193594 5.647649444 6.32946855 5.997861264 5.553736374 5.801882488 5.500113702 5.782758285 6.325912784 5.356085058 5.847584553 5.809817672 6.167232507 6.119462723 5.531481959 5.470903945 5.132769006 5.257237052 5.81120898 5.420226274 5.691229561 5.732297006 5.776712642 5.834918778 5.412210068 +LQ05X004460 Putative uncharacterized protein 10.054488 10.35614063 9.758472337 10.17101707 10.15478087 8.855570003 8.340162619 8.756073732 10.24708694 10.29174411 10.3675755 10.21634666 10.49390973 9.085337964 9.020142753 8.955118179 10.56207197 10.02163053 11.11936681 10.70869329 10.49709519 11.03065724 9.711655433 9.36406556 10.72371266 10.20599197 11.09525711 10.96024507 10.69448229 10.6862751 9.1264978 9.474769942 +LQ05X004480 Expansin-A4 14.14184986 13.88336635 13.97758851 12.87971214 13.45971879 9.186267662 9.511505214 10.04225817 13.378338 13.72532609 13.94650395 12.51575051 13.88111354 10.03084971 9.971805757 9.850935048 12.28156311 13.3385533 13.38280054 14.03394591 13.40913721 13.54109911 10.39317369 10.00201392 13.68348891 13.65348662 13.72148951 13.89016871 14.24199749 11.98016484 10.75652344 10.4160726 +LQ05X004500 Trafficking protein particle complex subunit 4 13.30444393 12.94773491 13.20069043 13.39602288 13.2087261 13.34728363 12.82356275 12.92470607 13.49423498 13.37831067 13.34027092 13.58450508 13.29205798 13.27025551 13.20249882 12.78053181 13.41132655 13.21629048 13.3646309 12.70004183 12.63933226 13.22973716 12.11118971 11.66934484 13.59767791 13.41398154 13.0446862 13.02212324 12.22348413 13.3829017 12.05591926 11.84277511 +LQ05X004520 Transcription factor AS1 7.160285994 5.859128517 6.228827202 5.748823937 7.769655831 6.569115229 5.158150238 6.854668945 6.245285038 5.997076254 5.798751822 6.329653792 6.637085664 6.630779088 4.9245693 6.607899122 7.962261696 7.831293957 8.504127293 6.862577274 7.899512744 6.330905635 8.958723276 8.361457202 7.941332978 7.733463972 7.642272725 9.075771758 7.462450972 6.03632907 8.504538753 8.523557989 +LQ05X004550 Ubiquitin ligase E3 alpha, putative 4.97328292 4.796719472 4.945474807 4.792356465 4.918384114 5.197657131 4.968315165 5.427342135 4.908653391 4.776584697 4.973842712 4.970891671 4.987404367 5.440491603 4.875797762 5.620254425 5.134895842 4.543305803 4.920378059 4.914646415 5.032852693 4.669397857 5.277494231 5.582003333 4.611379368 5.057799675 4.898476838 4.856216957 4.984792938 4.997141188 5.204296593 4.848343715 +LQ05X004580 Metallothionein-like protein type 2 5.030019108 5.28401009 5.141738545 5.061739693 5.157797572 5.168261472 5.27004206 5.161982017 5.012200502 5.170461758 4.970581424 5.141100003 5.31213258 4.892311617 5.017770329 4.95947362 5.189273911 5.216344582 5.066667842 5.212406504 5.438568969 5.182090961 5.165677527 5.394344823 5.090280402 5.124672259 5.520933551 5.055150071 5.036671165 5.479122892 5.752505264 6.053835842 +LQ05X004630 Actin 13.25573677 13.7033529 12.76068169 12.18698732 11.16211425 10.24959797 9.929739586 8.919754262 13.41959257 13.81884332 12.7665939 11.63758282 11.87452495 10.22924176 10.14982185 9.100961017 12.86448923 12.44830614 13.24345237 12.66303251 12.8674504 12.83359631 9.6876941 10.05647542 13.87790756 13.75239683 13.85058666 12.38211428 13.45486176 11.53269976 10.08655725 9.880302629 +LQ05X004690 Putative Ankyrin repeat, PH and SEC7 domain containing protein secG 5.773555865 5.601181402 5.506506518 5.225164953 5.304270638 4.858325262 5.175883857 4.996591751 5.864712057 5.914087663 5.767824959 5.018609768 5.197159329 5.205021808 5.24069928 5.023311737 5.21968334 5.540055743 5.537578149 5.039860576 5.065627873 5.120411192 5.363522965 5.00976118 5.206410528 5.505910169 5.456281969 5.11631061 5.161494981 5.568795005 5.016318166 5.332218173 +LQ05X004740 At5g02470 4.943287764 5.159382818 5.090809549 4.813105882 5.027800287 4.84857711 4.877488067 5.135791503 5.04735223 5.115088414 5.074004883 4.797383809 5.169517748 4.820991609 5.00796697 4.854689472 5.341080292 4.792759384 4.69751417 5.269371993 4.783740661 4.806341828 5.084510814 4.906107217 5.186684967 4.85087835 4.605858671 4.785341672 4.746611882 5.018082377 5.313742719 5.580168264 +LQ05X004750 Acetylglucosaminyltransferase, putative 9.367279561 9.97125858 9.286510095 10.04622085 9.366742721 8.524716977 8.151868801 8.535799275 9.61981564 9.511078744 9.483187609 10.02779578 9.833277821 8.575210412 8.314384508 8.555465258 9.946682908 9.713939714 9.852676576 9.646658367 9.591397754 10.33849936 8.630846047 9.089441405 10.26522328 10.24377987 9.880410567 10.20409709 9.95418846 11.04267672 9.013910809 9.019358213 +LQ05X004760 RING-H2 finger protein ATL2J, putative 12.98464502 13.2606028 13.24662655 13.13166923 13.56088142 12.11480958 11.9432669 11.36428219 12.62483761 12.81910563 13.23415084 13.30167608 13.61540499 12.00379298 11.94168109 12.08381027 12.92799067 13.32179777 12.79385784 13.31888719 13.53495699 13.47292104 12.12022598 12.29861272 12.83964795 13.59964348 12.67846241 13.59970081 13.5069746 13.46624985 11.67543274 12.16829426 +LQ05X004780 Putative uncharacterized protein 10.45146714 10.12548801 11.52211878 10.17982333 11.63551169 10.32811691 10.0708887 10.70907399 10.17544276 10.01579937 10.8873045 10.02879349 11.21134275 10.32780942 10.31528022 10.26880485 10.4678007 10.60403058 11.5543165 11.57023136 11.14890703 11.61231297 11.72559516 11.92043449 10.35381467 10.61449233 11.33011266 11.53093609 11.93655896 11.46001764 11.66040722 12.39364631 +LQ05X004790 Heat shock cognate 70 kDa protein 14.58866185 14.22751107 13.58824071 14.31437811 13.67220534 13.04038859 13.09648711 12.67381708 13.76489019 13.75816052 13.46540797 13.90644978 13.44971777 12.95356664 12.76509559 12.79861847 14.10888982 13.71466412 13.65797682 12.81293869 13.16070587 13.07971101 11.42276487 10.40891214 13.99644836 13.36937626 13.54208246 11.81229086 13.21191334 11.82105469 11.64583349 10.81286524 +LQ05X004870 Histone H4 12.70166958 12.10353944 10.1986574 10.31781283 10.1463872 10.48971291 10.73404762 11.74198099 13.3458163 13.83305292 11.60700657 10.39571469 10.19378623 10.04363253 10.88167975 12.08173947 6.401323131 5.213976598 7.971014806 9.364510896 8.621737726 7.043196677 5.79436108 5.336150385 12.00998402 10.557159 8.778584688 5.846626367 9.748195964 5.398882412 9.722248648 5.298964809 +LQ05X004880 Histone H4 5.255599704 5.818439412 5.309152535 5.866683789 5.569887857 5.891216781 6.35024241 5.541512358 5.356072276 6.091849844 6.113762192 5.711266956 5.828701566 5.994040754 6.898501687 6.363514861 5.203464191 5.334669377 5.142654554 5.950493323 5.785007264 6.060692575 5.446550551 4.788477459 5.610139453 5.495560841 5.459131895 5.398635235 5.459357167 5.592376318 6.046584726 5.673392066 +LQ05X004890 Putative RNA and export factor-binding protein 2 14.3886895 14.05461094 13.52718391 13.93496439 14.10867854 13.70044682 14.08510742 14.37168141 14.27567761 14.18963594 13.5144959 13.88659434 13.86439158 13.95133061 14.13524558 14.11090232 14.09645316 14.27921058 14.42721279 13.48730695 13.15785986 14.05591144 13.70837513 14.19087995 14.02133796 14.16646257 14.43809444 13.56258 13.27444374 14.19472142 13.58934782 14.31890805 +LQ05X004950 Putative Retinol dehydrogenase 12 14.53391609 13.82094212 15.16764759 14.77765156 15.25754851 13.42828722 13.62014836 14.03166773 14.85703803 13.8680391 15.29374572 14.95937328 15.37255309 14.19064544 14.04330367 14.37803842 13.59461407 14.38904837 14.12057276 15.28660474 15.09319009 15.38394142 13.91285057 14.54285929 14.17630859 14.62730776 13.8256128 15.38800628 15.19855132 14.98922558 14.35315787 14.78192613 +LQ05X004970 UNC93-like protein 9.710061071 9.699357822 9.275590411 8.642680082 8.799513795 8.874272301 8.414377056 8.36617225 9.935563861 9.435327218 9.468540166 8.897344922 8.329364387 8.911630334 8.198237841 7.82177155 9.301879797 9.626656775 9.476177234 9.49339411 9.057983345 9.026199536 9.09484436 8.813072438 9.659263234 9.716713594 9.913785494 9.398962506 9.196186106 8.824500705 8.599390259 8.256408624 +LQ05X004980 Pentatricopeptide repeat-containing protein At3g53700, chloroplastic 12.36382439 12.14622546 12.20710723 12.0025458 11.81494983 12.71625961 12.37151922 11.84329142 12.43481444 12.40107678 12.24332372 11.93208931 12.07558461 12.57263612 12.39778014 12.34892364 11.73516639 12.20376552 11.79004154 11.66748772 11.74360713 11.70990956 11.89683165 12.10233066 11.84044283 12.33427721 11.76191601 11.71950139 11.95071747 11.53867709 12.22193763 11.9170576 +LQ05X004990 Actin-depolymerizing factor 2 14.40374677 14.23156484 14.36520428 14.66360917 14.75617564 14.46098761 14.37319555 14.33225202 14.32170824 14.41706674 14.31739719 14.89738608 14.56100695 14.35776194 14.71005238 14.68816522 14.29906245 13.86187455 13.74144048 14.00410857 13.51913866 14.38279004 13.27120128 13.37486065 13.93216907 13.30573252 13.4212992 14.08445701 13.54008505 14.4049287 13.32628984 13.44231695 +LQ05X005000 DNA binding protein, putative 6.320066886 6.159680586 5.087498564 7.930104442 6.422094092 8.984033631 8.952929305 8.90519071 5.864706732 5.479248835 4.94949727 6.945792661 5.378227329 8.562302516 7.31490733 7.764184128 6.652433336 5.444859327 5.62663012 5.053944048 5.374809233 6.858795396 5.638281299 6.741842684 7.019464639 6.13029902 5.998340094 5.833386468 5.614569066 7.568233926 5.35602605 6.55751661 +LQ05X005020 Arginine biosynthesis bifunctional protein argJ 5.449282714 5.40119629 5.850085082 5.172793296 6.203510148 5.625604335 5.550732073 5.230809901 5.934631375 5.608420788 6.64628944 5.537351038 5.718621679 5.602241848 5.147864719 5.362455258 5.808882074 5.3047759 5.212331514 5.625654347 5.6668778 5.628383677 5.88479242 5.585175005 5.742543501 5.651548754 5.212262064 5.078283635 5.899410667 5.747634646 6.488670751 6.502949296 +LQ05X005030 Putative uncharacterized protein 6.941659297 6.443482892 6.667668088 7.098473926 6.279737513 7.405185126 7.680949996 6.37746941 6.825570599 7.640133907 6.495396647 7.178163012 6.660199165 7.148977292 8.504615339 6.407925496 6.202899282 6.522229539 6.120879249 6.74161358 5.404692313 6.284959371 5.477185489 5.704502666 6.446511248 5.790924488 6.544022841 5.625038677 5.601929509 5.859338222 6.034486357 6.426402961 +LQ05X005040 Histone H2A 6.146089516 5.995404346 6.440074101 6.970250358 7.31453799 7.138851679 7.202319864 6.667794029 6.544787279 6.314980892 7.002341999 6.652352292 6.841916717 7.318613056 7.73147889 6.93756281 5.602183103 5.877024961 6.397125959 6.792884122 6.93052461 6.605958092 6.513224789 6.868250224 6.19800314 5.882424692 6.041764183 6.313539945 6.804379809 5.927533171 7.409200798 7.425804192 +LQ05X005050 Histone H2B 14.19330512 14.47639629 13.30650658 13.256315 12.65032402 12.43693053 13.22499286 12.78777093 14.36806216 14.74966657 13.51311216 13.01894506 12.6962217 12.16422821 13.14885881 12.99262633 13.7746119 14.21820421 14.13225634 13.45118891 13.7128815 13.66484713 13.31605081 12.45654403 14.27529084 14.43188462 14.37565023 13.03008099 12.54608815 12.16851417 12.92880537 12.58214246 +LQ05X005060 Predicted protein 5.637423609 5.45997428 5.251475387 5.913383104 5.312949041 5.209758854 5.839245454 5.465151366 5.757537685 5.986244467 5.478686449 5.614223276 5.482361484 5.150169068 6.879925763 5.72057863 5.965159394 5.363516054 6.849684082 5.842670848 5.558775363 5.451116179 6.290241179 6.237101988 6.163852065 5.947779256 6.461964355 5.477339223 5.592547079 5.165309419 5.255413556 5.500834961 +LQ05X005070 Soluble inorganic pyrophosphatase 13.01422581 13.69996363 13.56372347 12.5573925 13.65951105 11.44209195 11.32462742 11.96363107 13.59575745 13.54263499 13.75145461 13.03402192 13.96794303 11.83045603 12.08948966 12.3874516 12.91321666 12.89227651 13.03285795 13.97695777 13.81801247 13.83634314 12.14543039 13.1057464 13.48567524 13.52890264 13.11293946 13.9273915 14.22622761 13.22285503 12.49574323 13.25244962 +LQ05X005080 Ras-related protein ARA-3 5.5602268 5.952903008 5.592055148 5.375815818 5.759213501 5.572926154 5.522009298 5.301725788 5.541737093 5.528127375 5.230658348 5.038071234 5.914787674 5.370717437 5.058098586 5.539337714 6.189718133 6.416410306 6.313550156 5.972022314 5.693136816 6.07660626 5.674915872 5.508515474 5.712930485 5.860948561 6.08162285 5.893330771 6.130444621 5.811355506 5.940738163 5.296796961 +LQ05X005090 Putative Auxin-induced protein 5NG4 9.58747974 10.87250556 8.213626563 7.849117729 8.192811563 7.344765965 7.333192464 7.789428613 10.33588972 10.88640132 10.23761658 8.663126509 9.339053833 8.850104111 7.168274047 8.666977601 7.05674565 8.088438752 8.429296623 7.764526586 7.591966794 8.608200272 8.184022463 6.888707911 10.24627875 9.257691046 9.471553317 7.359000882 9.750182679 7.221114414 9.143793674 6.709699997 +LQ05X005110 Type I inositol-1,4,5-trisphosphate 5-phosphatase CVP2 5.5465111 5.403016461 6.064561502 5.203332685 5.373156675 4.984410601 5.040876336 5.543709704 5.295322941 6.102588482 5.716922431 5.388057581 5.232860662 4.858103969 4.871631514 5.523774807 5.141922562 5.331253323 5.370835818 5.751441306 5.149634412 5.151062574 5.269244931 4.649479572 5.311036673 5.269874284 5.617739026 5.566650699 5.111141329 5.315777146 4.9414995 5.074413546 +LQ05X005150 Diaminopimelate epimerase, chloroplastic 11.89107012 12.13665312 10.38723948 10.94340245 10.61120724 11.99039108 11.49134907 11.1416683 11.84154455 12.04235264 10.9469871 11.07500182 10.7463702 12.01277364 11.08000904 11.38512448 11.91519784 11.87079704 12.83369002 10.65668988 11.54252694 10.9313623 11.22438203 11.28806943 12.15724212 12.42860925 13.27158922 10.57679532 11.26694054 10.77862359 11.28667543 11.31876608 +LQ05X005240 Serine/threonine-protein kinase AFC1 5.89086996 6.350045917 5.243355914 5.932574106 5.900420193 5.624446075 6.147488424 6.000304549 6.208327884 6.267246947 5.434546395 5.839328616 5.858258154 5.618552894 6.645928154 5.812242844 5.763085135 6.350335164 6.818764056 5.925671299 6.554509262 5.936254999 5.132521432 5.805901615 5.890595252 5.814702064 6.303132151 6.184393647 6.214172357 5.898106571 6.138925451 5.394962297 +LQ05X005250 Putative uncharacterized protein 8.414749242 8.743388167 7.676192087 6.736459612 7.485150938 9.190115004 9.531503069 10.81483101 8.801644162 8.746872521 8.416059435 7.275269502 7.717168786 10.59144681 10.47487021 10.49293922 9.946065438 9.922798135 9.252871981 10.09218142 9.060911166 8.900525207 12.24171126 11.84311146 9.157832986 8.738350381 9.448239122 8.527793384 7.645312566 11.38018397 12.4123673 12.21459969 +LQ05X005260 Putative uncharacterized protein 12.33312988 12.68415121 11.34621765 11.53267493 11.37673561 11.83397434 12.00551108 10.80779766 12.4210612 12.74078599 11.65791102 11.93200725 11.54043479 11.96667107 11.83220226 11.59333354 11.59170571 11.99436458 11.57572931 11.4527586 12.69826722 11.17229657 13.01131305 12.23172926 12.11370063 12.74227209 12.39699959 11.47729922 12.71168743 11.71200278 13.04783866 12.39769866 +LQ05X005310 UDP-glucuronic acid decarboxylase 1 12.61982156 12.04791343 12.59970976 12.73126914 12.33124828 11.52239628 11.20978795 11.11309838 12.41797681 11.99723454 12.5112876 12.41573561 12.51581615 11.60102528 11.28394846 11.39005052 12.34695594 12.40238695 13.08023788 12.49669987 12.40617564 12.71947751 11.18216693 11.4704559 12.56313693 12.67301526 12.94324635 12.58369578 12.81570391 12.57640175 11.30256341 11.34518816 +LQ05X005320 60S ribosomal protein L35 12.55730533 12.43644454 12.49905766 13.37880163 12.37177193 13.10175513 13.35570439 13.17471708 12.5582393 13.71175855 12.6384412 13.59959566 12.51431535 12.99818496 13.41545012 13.33302092 12.65913739 12.21290669 11.77904693 11.99828926 12.45019588 12.48859467 11.700031 12.57333254 12.5864502 12.44846538 11.77667466 12.27695549 11.64646143 12.49923685 11.45960195 12.59037856 +LQ05X005330 Hypothetical protein 4.907217019 4.815118724 4.812964982 4.561377323 4.651262655 4.886746355 5.06449256 4.813526162 4.786194211 4.787996595 4.622941019 4.595042769 4.696489761 5.044325511 4.715695453 4.774714443 4.547277452 4.803509417 5.370278363 4.991878508 4.9977489 4.983998411 4.821895722 4.713975478 4.910992011 4.625757292 5.324388089 4.982066948 5.241023282 4.820085511 5.410361504 4.995591269 +LQ05X005350 Putative uncharacterized protein 9.58288366 9.756408476 9.812916406 9.165151436 9.872046011 9.602146887 8.978853289 8.431530422 9.502739157 9.478180637 9.699459873 9.121295643 9.638174007 9.599129627 8.65724876 8.366985536 8.975246011 9.177356556 8.781180227 9.481356866 9.087231045 9.593571464 9.279367589 7.763544773 9.140632594 9.157718816 9.422612121 9.670661225 9.286690985 9.138881569 8.937866397 7.376342717 +LQ05X005360 Ankyrin repeat-containing protein At3g12360 5.565327961 5.684520393 5.352685522 5.4765555 5.098024707 4.851043777 5.318083851 5.209937655 5.872994721 5.571005726 5.65208608 5.685705455 5.532435605 5.154240068 5.151758948 5.529231021 4.998243354 5.405627646 6.142491388 5.63336431 4.955902408 5.510356628 4.69843403 5.500298472 5.447419696 5.493470431 5.284665796 6.535019491 5.385296834 5.391930064 5.081922931 5.015275314 +LQ05X005370 Ankyrin repeat-containing protein At5g02620 12.20617508 12.47855363 12.08000433 12.52569118 13.02017485 13.49192975 13.29548984 13.87258115 12.2876274 11.72575865 12.2627022 12.38838691 12.66462976 13.43220564 12.72496701 13.80717553 12.63026876 13.16618845 12.26723457 12.68735527 11.93638428 12.69367198 12.57879187 13.27568299 11.62572093 12.41148309 11.63967042 11.89958585 11.76162471 12.13557965 12.85820012 13.38180523 +LQ05X005400 Putative uncharacterized protein F11F8_14 10.84214662 9.0870663 10.81447779 11.0505828 11.04210238 11.40498021 11.47385982 11.70536422 9.726471704 10.95295179 8.982287566 9.311289411 10.13583135 9.355853201 11.33591049 10.01139751 10.43516778 10.82662119 10.85713732 10.95325676 10.56176313 10.69738622 10.90189484 10.83159823 11.01638044 11.52437002 10.96055346 11.11556404 9.467540514 11.29645759 11.39036981 10.39329219 +LQ05X005410 Lung seven transmembrane receptor, putative 12.78248964 12.86363746 13.11744592 12.33442746 12.8047931 11.72230384 11.26720251 11.80127523 12.64052213 11.91668137 12.98893587 12.35189074 13.31779387 11.78660688 10.87452942 11.52398057 12.29034011 12.24722959 11.94382139 13.30773167 13.76855926 12.74274019 12.32093008 12.73365036 12.3187422 12.70936405 11.41079665 13.0809256 14.02795265 13.02302795 12.76821886 12.90865424 +LQ05X005430 Putative uncharacterized protein 6.402111635 7.194388419 5.986001796 5.986819867 6.352887964 5.69531951 5.845086191 5.629376567 6.761642801 6.841755448 6.431923637 6.036507307 6.649826895 5.622465113 5.64693519 5.980702803 5.963172463 6.720137826 6.408293605 6.470491646 6.503269723 6.745408935 6.02052798 6.30374392 6.942339288 7.346810071 7.308767737 6.36489854 6.455296949 7.049686012 6.315015582 6.295933598 +LQ05X005440 Calcium-transporting ATPase 4, endoplasmic reticulum-type 5.178545499 5.27634492 5.42337196 5.317588983 5.40526813 5.424578984 5.176787408 5.313717908 5.2688287 5.518954157 5.460230467 5.082362792 5.602109881 5.079839447 4.983934662 5.300625832 5.36649603 5.159418699 5.463454246 5.683892989 5.245059604 5.475190209 5.652243759 5.354799025 5.884679669 5.015814805 5.417633624 5.458661085 5.133129271 5.112655726 5.194370798 5.775755939 +LQ05X005450 ABC transporter G family member 2 5.327029441 5.108162772 5.00269652 5.186471405 5.509096986 5.274305584 5.420276731 5.499606366 5.155961323 4.94371609 5.533648613 5.140172739 5.181501734 5.191061619 5.112621252 5.218484812 5.057660822 5.588475778 5.565570515 5.407950486 5.614345793 4.90339679 4.858197896 5.451566695 4.80795905 5.598469399 5.919832984 5.249358399 5.442614486 5.275897406 5.264914482 5.31139847 +LQ05X005490 Arginine/serine-rich splicing factor, putative 9.906990846 9.926712889 8.502213533 8.803970359 9.168819653 9.510670889 9.488172736 8.636792454 10.1751525 10.56542249 9.370105601 9.67863022 9.540777326 9.790916688 9.595169 9.654368444 10.21593204 11.13869274 10.53557888 9.790587237 10.4154939 9.065851557 10.92016229 10.32341771 10.22265759 11.10217075 11.15655605 9.246208822 9.530148456 8.935685969 10.58723883 10.12743212 +LQ05X005520 Predicted protein 10.69277102 10.9798024 11.71980035 11.90465957 11.78182167 12.01946855 12.36732107 12.34471442 10.6267608 10.31590385 11.48851511 11.94012314 11.55828449 11.87002023 12.4227628 12.29627022 11.19655837 12.14333037 10.67328186 11.98079706 12.78085542 11.5930893 12.78938696 12.85934125 10.40925112 11.39109576 10.73542081 11.98081743 12.33608187 11.78159115 12.82970671 12.89070218 +LQ05X005540 Protein ALUMINUM SENSITIVE 3 5.997464789 5.46010408 5.483836801 6.420520357 5.739993063 6.610472279 6.92861446 6.000186949 5.529500088 5.843615626 5.468395185 6.581716642 5.980150974 6.400492152 6.166626549 5.981135861 6.110765625 6.050985068 7.056544676 6.558931421 5.909952792 5.933094526 5.755790646 5.969132608 5.854258729 5.786299379 6.507914874 6.577780359 6.040198953 5.821137042 5.594851047 5.177990021 +LQ05X005550 Putative uncharacterized protein 5.117190309 5.353619824 5.255082429 5.279546178 5.503555727 5.235882756 4.769335817 5.303489958 4.843515836 5.076781006 5.558682959 5.23205431 6.010688092 5.573242666 4.932513583 4.993353982 5.446524946 5.326217524 5.244255824 5.514281237 5.471859768 5.483063308 5.357380469 5.517606777 5.34724491 5.321650528 5.555991385 5.442776531 4.976551523 5.376386878 5.469363149 6.177450452 +LQ05X005600 Zinc finger protein, putative 8.607853854 9.012717002 10.51350836 9.591374982 10.14967963 11.01517519 11.06465224 10.42203223 8.683350142 8.234154414 10.11639445 9.679319783 10.33356104 10.9685563 10.4145666 10.59699669 8.133617319 8.879296369 8.697688874 10.41936665 10.69579216 9.699954729 12.42905846 12.25930052 7.926154455 8.947774119 8.093079068 11.03999515 10.97374638 10.85762808 12.23319704 12.45275536 +LQ05X005630 Probable protein phosphatase 2C 38 5.063764684 5.016397435 5.068969783 4.976318192 5.16369281 4.859644745 5.151274974 4.889593043 5.119532395 5.041553661 5.444128576 4.992152713 5.024454074 5.116799135 4.955679701 4.786771057 4.956321 5.074553493 5.351037894 5.636174442 5.517013695 5.213738895 5.659633972 5.715685055 4.934397696 4.951748751 5.675458375 5.317081058 5.039725745 5.0291871 6.111641858 5.210029433 +LQ05X005640 Putative SAP domain-containing ribonucleoprotein 11.63795241 11.61188164 11.22770987 11.03948207 11.38092746 11.51995132 11.53429313 11.79977967 10.92067973 11.06812246 10.61808113 10.4651681 10.64721128 11.27434784 11.05646493 11.03390288 11.88763495 11.82099705 12.39261177 11.50792355 11.60485773 11.35859803 12.31834611 12.18912256 12.02007811 11.9729593 12.51427138 11.90808736 11.91815379 12.04367901 12.46131749 12.92603787 +LQ05X005680 Protein IN2-1 homolog B 14.35884738 14.23774093 13.55881883 14.28350605 13.70041765 15.02680784 15.10809134 14.82417837 14.45819582 14.09934723 13.96475416 14.47464118 14.18059952 15.15070249 14.89427269 15.24414681 14.30077551 14.33055492 14.04929013 14.11011592 13.73405368 14.08111703 14.79173555 14.85394373 14.28325461 14.72392547 14.02187315 13.98307577 13.87862594 14.67890095 14.87973567 14.83309653 +LQ05X005710 Putative WRKY transcription factor 44 5.996640698 5.968892961 5.7133334 5.647368429 5.780961224 5.750760816 5.495834309 5.749173172 5.923292603 6.217201785 5.676643227 5.70517798 5.930947423 5.50813907 6.04807775 5.458045422 6.00150801 5.718651668 6.191564984 6.119480276 5.791918275 5.55254051 5.809005544 6.086227601 6.310490311 5.359261673 6.268434948 5.35599797 5.498881886 5.572472045 6.423559939 5.645519618 +LQ05X005720 Two-component response regulator-like APRR7 13.24511126 13.39183508 12.95314987 14.31835559 13.12916447 13.50648244 14.05571936 14.01820958 13.38726961 12.89979679 13.08389549 13.91641581 12.92463075 13.68426032 13.88239211 14.03603565 14.21276097 13.64604244 13.8768527 13.09954342 13.34763047 13.9393235 13.58076598 13.57376243 13.44508696 13.51399654 13.6734105 13.50970548 13.19981907 14.00419706 13.39818436 13.49136461 +LQ05X005730 Probable adenylate kinase 1, chloroplastic 10.17422881 11.3291184 9.655671316 9.106710374 9.470654257 10.39166377 9.28700008 8.528146019 10.61387242 11.83844391 10.36412527 9.540035051 10.60152934 10.59919736 8.899895477 9.135730162 10.943602 10.37844112 11.12937476 10.73534274 10.81993334 10.0970859 10.11483917 10.21726824 11.31237118 10.86402465 11.74118584 10.61396486 10.9437619 10.17361867 10.14771949 10.33484152 +LQ05X005750 DNA topoisomerase 6 subunit A 10.97473343 11.84774712 10.77495264 11.29156378 10.79521996 11.76837764 11.47700836 11.15600558 11.02583903 11.60257277 10.98078379 11.25580206 10.85629269 11.63958963 11.13897378 11.25038575 11.28586776 9.944666121 10.42203125 10.47468457 10.4540547 10.59878461 10.56112684 10.65132055 11.06674425 9.969925648 10.38950599 10.96736491 10.34409606 10.79869063 10.66289708 10.38001108 +LQ05X005760 Pentatricopeptide repeat-containing protein At5g02830, chloroplastic 9.075630602 8.870144489 9.70940127 10.29568795 10.19393823 11.48710168 11.35406369 11.7272505 9.170452873 8.442616783 9.808124349 10.49875932 10.27889356 11.38279387 11.51112787 11.23284957 8.5158798 9.206329658 8.696809359 9.444678996 9.052421452 10.2782014 10.7559291 11.84644509 8.588681757 9.447530163 8.302430727 10.410102 10.13578348 11.45551563 10.87446919 11.66698951 +LQ05X005770 Zinc finger CCCH domain-containing protein 11 5.797661677 5.966115422 6.014150168 5.705869142 5.33355355 6.582119488 6.574803845 6.164238649 5.646029492 5.471774898 5.94080971 5.658014905 6.136635855 6.378670739 6.037832168 5.781769518 5.671002655 5.659722205 5.375845575 5.988108546 6.018579942 6.116177259 5.973004767 6.761971764 5.478049742 5.869961325 5.428155341 5.853211216 5.861491507 6.290437718 6.105291556 6.127911768 +LQ05X005780 Putative uncharacterized protein At3g53470.2 12.08669712 11.01141477 12.14165735 12.93567646 11.84555644 13.59595386 13.50414318 13.38946066 12.01481288 11.14537604 11.87949179 12.91938605 11.86647756 13.26442947 12.86981835 12.71023626 11.28055856 12.03892162 11.09154471 11.6742058 11.97459653 11.17810174 12.37486316 12.39492377 11.23644021 11.48674639 11.55632272 12.07425139 11.04427718 11.74371481 11.66462741 11.99683496 +LQ05X005790 Putative Myb-like protein G 11.02761307 9.453368216 10.14248611 9.440190722 7.446319278 11.76200815 10.95304288 10.41079219 10.51071393 8.701794923 10.02877662 9.201592974 6.677512667 11.46068742 9.938156562 9.186563184 9.764908166 9.411684455 9.465470275 9.699900008 8.359384377 7.037656962 9.645723809 8.90071922 10.03221121 8.984103815 8.903354858 9.160991643 7.508564655 6.981802461 8.537502968 8.689602808 +LQ05X005800 Putative uncharacterized protein 5.458300649 6.028592232 6.011121202 5.615220219 5.799077934 6.189415447 6.257642053 6.41138275 5.751249048 5.626733001 5.776702913 5.942527379 5.803278891 6.342691684 6.136328627 6.3026091 5.803083517 6.151986384 5.777009826 6.039326689 6.520877534 5.780481214 6.531096615 6.081775557 6.135299162 6.436854366 6.234870181 5.833445545 6.426045359 5.828671482 6.214901899 6.240005944 +LQ05X005810 60S ribosomal protein L4-1 13.54982175 14.04894913 12.89968951 12.25909843 12.68719529 12.35429346 12.30713434 12.14431779 13.54383865 14.16526486 12.88683525 12.61232758 12.71091995 12.32048951 12.32461898 12.1592023 13.15983853 13.11900488 13.5623884 12.87311825 12.87797411 13.23727988 12.42114654 12.90034389 13.83597056 13.72215775 14.13299543 12.44622396 13.34975124 12.71077296 12.25872581 13.08496886 +LQ05X005830 Predicted protein 12.5228211 11.67133132 12.69077659 12.21242442 11.72265863 12.38008385 12.32033621 12.3163893 12.12595483 11.55102557 12.35001952 12.151668 11.76858109 12.22151156 12.21812297 12.10173546 11.72708577 12.11001544 11.79301624 12.4134623 12.02206759 11.77708826 12.15751184 12.35044715 11.88001661 11.92355136 11.89967459 12.36051097 12.05042591 11.50541525 11.98153174 11.89254066 +LQ05X005840 L-ascorbate peroxidase 2, cytosolic 5.244913101 5.110823528 5.297307054 5.540125911 5.450864906 5.512281136 4.954346893 5.693240124 5.422848607 5.270427694 4.968215693 5.273325052 5.548895203 5.617194756 5.026871461 5.500133345 5.422926224 5.480395343 5.466275622 5.610253286 5.610564659 5.272217191 5.880046181 5.467087925 5.16436411 5.62163347 5.676665247 5.59463606 5.614981822 5.42956805 5.486979005 6.272354435 +LQ05X005850 Probable LRR receptor-like serine/threonine-protein kinase At1g67720 8.76119945 8.92379224 8.172937309 8.220120836 8.688154142 9.298367284 8.92690419 9.835359254 8.351778038 8.12064746 7.761087084 8.029321148 8.057258271 9.284879966 8.550583365 8.665669689 8.699975001 8.221787723 7.786637035 8.042499291 8.108063669 8.932581462 8.416384079 9.895800318 8.904732473 8.820575035 8.550468997 8.584288198 8.38730937 9.709797713 9.062276621 9.942169546 +LQ05X005860 Nuclear transcription factor Y subunit B-8 12.57691835 13.03402729 12.03784177 11.43766311 11.13572853 12.27473241 11.84235513 11.0738248 12.65878198 12.96633691 12.07327643 11.49930418 11.25389634 12.20700707 11.58157046 11.15269375 12.36062575 12.73623688 12.46306461 12.54993129 12.38082884 11.360431 12.39164384 11.33341036 12.90292539 13.05375669 12.76904905 11.66753617 12.3248129 10.63165232 12.48428536 11.51818066 +LQ05X005870 E3 ubiquitin-protein ligase UPL4 7.20672305 5.555599205 7.119722455 8.857133164 7.550025684 8.746312712 9.271266927 9.397658526 5.52958476 5.939696538 5.890905455 6.224468114 6.261965734 6.043346666 7.770420794 7.234070381 6.707233183 7.138649976 7.009772308 6.924853307 6.580088972 8.307641802 7.201367098 7.777160532 7.033965313 6.622415965 6.838647765 7.448901672 6.512448852 8.391138513 6.972538723 6.934571496 +LQ05X005920 Hypothetical protein 10.94064695 11.54947993 8.03606916 7.885878593 6.925955287 8.21063221 8.06893617 9.097874306 11.34562132 11.52846775 9.206715179 8.154145351 7.748699183 8.360931456 7.382539186 7.971949356 11.55145265 10.68529876 11.7801119 9.103753388 9.899942568 9.073635217 7.909617488 7.236694967 11.95991313 11.25180642 11.83843312 8.177486336 9.033427061 7.769954351 8.136275387 6.908174661 +LQ05X005930 40S ribosomal protein S23 14.81644786 14.93792909 14.62849328 14.20003648 14.38943768 14.33880507 14.39704541 14.00986842 14.84415989 15.33437183 14.84376606 14.67467334 14.53584779 14.39864237 14.47489607 14.40607264 15.05250259 14.64866671 14.81951794 14.67532031 14.45481056 14.84741221 14.66378622 14.1495766 15.12828364 14.8357577 14.97065355 14.50816552 13.81657948 14.50099642 14.52879051 14.02446596 +LQ05X005960 Predicted protein 5.59383187 4.964209991 5.700867565 5.79381024 5.379264395 5.403545318 5.631760769 5.52466594 5.63193217 5.621570958 5.316230135 5.666836683 5.391563106 5.621300954 6.181538342 5.300732547 5.269441226 5.654608249 5.558440702 5.231116447 5.044470971 5.436629703 5.602851622 5.517502135 5.328837633 5.285109672 5.370421789 5.901128194 5.131663007 5.400083826 5.390281624 5.559864449 +LQ05X005990 Putative Protein IQ-DOMAIN 1 9.507459156 10.3919687 10.13418221 10.55580778 10.32722823 8.625638691 8.479058865 8.808969883 9.947449799 10.40992798 10.40945341 10.61216105 10.62800557 8.687025963 8.927895398 8.779652549 9.422890015 9.422581572 9.630039288 9.765380463 9.765701383 10.81603394 7.627301401 8.545084556 10.15224669 10.16129638 10.23650483 10.02678495 10.58582584 10.36276002 7.987155451 8.390487234 +LQ05X006000 Glycuronosyltransferase-like protein 6.637047393 5.841466633 5.731255179 6.436118852 5.953869672 5.483621741 5.256845544 5.270430755 5.7048494 5.532763523 6.620025303 6.2196049 6.312050402 5.35101968 4.914082762 5.492053606 6.142484422 6.08472198 6.676893601 5.887561746 6.334399613 6.182597985 6.445587925 5.563871031 5.885613774 6.056311335 6.01226002 6.147370574 5.860277269 6.617597628 5.809244113 5.471455005 +LQ05X006010 Elongation factor 1-alpha 4.897937474 4.905756963 4.931903121 4.784309965 4.762713131 4.69973377 4.59991991 4.521580777 4.700250276 5.013901393 5.098090075 4.766827613 4.720359882 4.913552559 4.71768756 4.741721018 5.427728232 5.230528498 5.017991775 4.913335578 4.977673473 5.196206076 5.575506194 5.720376183 5.255975158 4.806208785 4.897196652 5.188134859 4.92649003 5.038438217 5.366488334 6.314989496 +LQ05X006020 DEAD-box ATP-dependent RNA helicase 57 8.895765745 9.643599989 8.90729982 9.374341614 9.038359993 10.62761646 10.59024754 9.995628929 9.463192673 10.02147024 9.347162505 9.454186065 9.383817485 10.63262162 10.41494632 10.16789287 9.389268178 8.758437837 8.303585042 8.958696878 7.82897568 8.572286463 9.708822858 9.749658214 9.432003704 9.339148565 8.296162989 8.776428835 8.713678581 9.512646611 9.863547553 9.968909275 +LQ05X006040 Putative Dolichyldiphosphatase 1 11.50319323 11.5478446 11.65792562 11.54398449 11.66594007 12.01159776 12.01908418 11.36260943 11.68402131 11.69116963 12.08560909 11.58538257 12.1130481 12.0044433 11.83065395 11.51387058 11.7043658 11.57355966 11.91302262 12.45832784 11.74915792 11.81827628 11.85813229 12.20513646 11.67529804 11.92714281 12.02041459 12.34612776 12.33951488 11.88812846 12.13199388 12.11298742 +LQ05X006050 Probable phosphoribosylformylglycinamidine synthase, chloroplastic 5.558450415 5.893160243 5.402071244 5.826366297 5.390787286 5.827349654 5.684307491 5.751123952 5.942106554 6.050508456 5.801027051 5.813743796 5.955932143 5.64955472 6.220658387 5.549070172 5.199564071 5.819080424 5.635631418 5.82605178 6.161761252 5.476486783 6.082031788 5.292986553 5.212436435 5.57778242 5.351930889 5.385691245 5.834592785 5.475829461 5.238941868 5.609736623 +LQ05X006060 Putative uncharacterized protein 5.615646517 6.295282974 5.738396056 5.566151455 6.277267062 6.013805595 5.647842011 6.138194532 6.436624831 6.553551607 5.859005262 5.528517254 6.251082032 5.553749643 5.51694982 6.046004121 5.845583985 6.113955673 6.972649585 5.66241878 5.675945786 6.136660073 5.515060883 6.387206322 6.20267893 5.919949755 6.481688729 5.689916833 6.331244063 6.047639817 6.495097122 6.043702113 +LQ05X006080 Predicted protein 13.46603136 12.19896177 13.56875615 13.57433793 13.30099962 13.0070988 13.14784214 13.23084968 13.41173067 12.49895716 13.57170802 13.32782443 13.56428133 13.41340072 13.17150712 13.1355754 12.83156208 13.6887978 12.90450116 13.58783426 13.44157573 13.7955938 13.14230988 12.57420519 12.89823056 13.59415729 12.84646059 13.41453197 13.06943557 13.00177385 13.04740466 12.54197792 +LQ05X006090 Putative uncharacterized protein 5.672696553 6.315837303 6.414907177 6.511772118 6.056039002 6.150825624 6.240827963 6.147636237 5.807979477 6.216872528 5.857018064 6.523167386 6.331182956 5.960752146 6.573669003 6.097696905 6.16344849 6.100959459 5.723438394 6.585454878 6.628638897 6.416529862 5.837549605 5.902379505 6.106490162 5.813887906 6.395055106 5.983962561 6.104839367 6.490821268 6.300160017 5.786566543 +LQ05X006100 DNA-binding protein S1FA2 6.541295052 5.809255227 6.766066124 6.322049411 6.026508395 6.494664616 6.647478779 5.937087966 6.647692548 7.090912512 7.000030949 6.276310035 6.458654667 6.082956027 6.74694651 6.356988673 6.248261489 6.451606284 7.251461451 6.354542804 5.748517974 6.563200599 5.633952616 5.618771537 6.422593496 6.128900662 7.177820665 5.501811043 5.620835305 6.393434211 5.200289036 5.814744267 +LQ05X006120 Peroxidase 21 4.931370034 5.277874021 5.621367922 4.960757574 5.228309226 4.946673016 5.040955356 4.815977818 5.268154422 4.924435009 5.590117303 5.202912698 5.58979234 5.051595934 4.980835921 5.160851248 5.18706412 5.589423164 5.755424036 5.362381318 5.69588863 5.130545854 5.450615526 5.826937411 5.166753381 5.229848291 5.660269965 5.060432244 5.295178175 5.151083245 5.12442947 5.746283122 +LQ05X006130 Putative uncharacterized protein 9.431245459 10.46957825 12.32743947 11.59966165 12.33869605 12.86195764 13.20825904 13.5909039 9.632369072 9.310463934 11.60067891 11.60226544 11.49933128 12.19534519 12.26627012 11.87261159 10.38529406 11.3582967 11.52359742 12.5053114 11.8115928 10.88443051 12.59704676 12.3157535 8.647737234 9.100197254 10.73432828 11.68208928 11.12422312 10.98745311 12.59985957 12.13458045 +LQ05X006140 Putative MLO-like protein 3 4.967897153 5.305250983 4.915957062 4.823758197 5.413956041 5.32874692 5.1514595 5.284692472 4.786385831 5.004987872 5.051295562 4.939339802 5.073565284 4.898105841 4.926343232 4.850559429 5.363747686 5.317138267 5.270705776 4.85337372 5.517346403 5.122919001 5.337451905 5.191504942 5.089887775 5.298268675 5.761254786 5.794647041 5.467199768 5.128875163 5.303145487 4.805384328 +LQ05X006151 Ubiquitin 9.950411582 9.92472375 9.970104251 9.840718037 9.896326118 9.764787718 9.968794672 10.01563213 9.784726771 9.66142613 9.75689958 10.02426013 9.857511065 9.896629303 10.23935574 9.876096304 9.969678917 9.745953936 9.9022236 9.591775703 9.647640396 9.970013086 9.980030913 10.02163577 9.8177636 9.64285222 9.912305592 9.729956263 10.11544664 9.99692888 9.812009269 10.15467152 +LQ05X006160 Protein binding protein, putative 8.951280738 8.483601208 9.747186953 9.735552759 9.597533193 10.77320448 10.22062985 11.11729448 9.307261669 7.752729489 9.928969893 10.01760118 9.641096371 11.0958529 10.44089641 11.22971143 8.210311435 6.565135403 6.290836548 8.413177591 7.427447957 7.221614212 6.839304182 8.35587664 7.400181025 6.071987955 5.406603856 7.523831963 7.481787688 7.948627539 9.543173445 8.657755925 +LQ05X006170 Syntaxin-71 13.14348193 13.63936711 13.41086081 13.31500254 13.37119274 11.88723211 11.86474215 11.82163724 13.43332457 13.77324532 13.61696037 13.16754425 13.4517505 11.9023899 12.23767259 11.81876139 12.82186983 12.63920624 12.96538783 13.27723029 13.01455534 13.47688735 12.37115685 12.16506586 13.35190189 13.1517356 13.06056768 13.38570461 13.35003191 13.30624805 12.21894083 12.17000735 +LQ05X006190 Zinc finger protein JACKDAW 12.06496453 12.33385687 11.22564454 11.17319116 11.69257204 12.41539516 12.07549724 12.58134787 11.99087508 12.31031182 11.14984068 11.15344824 11.35663079 12.20025373 12.73068216 12.9862443 11.95439242 11.73201294 11.56322035 11.66911991 11.39343777 11.42469091 11.939736 12.15515511 11.95325886 11.58861181 11.32053577 11.3504681 10.97774466 11.19270655 12.18534569 12.48645175 +LQ05X006200 Chaperone protein dnaJ, putative 10.8717802 9.578500718 10.51992284 11.56986791 8.977630995 10.44195515 10.30435649 9.480577146 9.986457532 9.648176121 10.11246727 10.75373751 9.476848008 9.832847533 10.07226245 9.092187038 9.408774571 9.17953065 6.952821315 9.633584881 9.656845194 8.699048462 7.993026644 8.235666606 8.941461876 9.705983745 6.206067807 9.18978364 10.12130584 8.625866073 8.495683158 8.118506454 +LQ05X006220 Predicted protein 9.753156337 9.991686057 9.785235183 9.140500065 9.194495973 9.912065393 10.03914043 10.22856896 9.726396796 9.542846637 9.219100977 9.082429815 9.120223869 9.935200035 9.627895885 9.506095376 9.570047092 10.06648203 9.663105018 9.389208633 9.918778793 9.581917382 10.93886484 11.04029887 9.837401317 10.33798883 10.25173778 9.37818609 9.895064941 9.855779431 10.79187302 11.13839829 +LQ05X006230 Protein binding protein, putative 10.43571645 10.20127301 10.99755105 10.71639335 10.81593942 10.80521797 10.85141373 11.13332974 10.91138511 9.954934701 10.92265972 10.60813652 10.65795522 11.01009166 10.66099755 11.2415 10.979177 10.96752212 10.25787602 10.81556386 10.72721304 10.65067401 11.18004647 10.67310807 10.08715071 10.54511652 10.46571561 11.07754097 10.4727188 10.75268931 10.85723865 10.26333532 +LQ05X006240 Putative uncharacterized protein 12.74858591 13.17090234 13.19298851 12.97928428 13.16745122 11.16983329 11.28860154 11.57782951 12.93751782 12.70214726 13.39665174 13.01053916 13.18476193 11.21305674 11.37901676 11.50772922 12.23051078 12.29971352 12.29543054 12.38705096 12.37263965 12.79953112 11.01043077 11.20830121 12.42377108 12.55010537 12.3030779 12.52637121 12.62830212 11.69648829 10.79223658 11.24225658 +LQ05X006250 Predicted protein 6.038645382 5.261498611 5.253794567 5.667616873 5.529016711 5.508041222 5.795059735 5.342306809 5.507880775 5.899902338 5.261886167 5.719073973 5.615316327 5.665120033 6.238559246 5.396740521 5.400081055 5.611510327 5.823916906 5.583286967 5.312483973 5.58682427 5.092410028 5.275876583 5.705115611 5.577182304 5.38679325 5.52027083 5.823323313 5.755096659 5.570616669 5.876725538 +LQ05X006270 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 8.169781013 8.645593077 7.302960323 7.808799663 7.7548863 8.576355115 8.392947755 8.863393773 8.548936019 8.226663875 7.672082371 7.980135745 8.055087389 8.841321647 8.572676765 8.621997727 8.643770692 8.430543969 8.924419332 8.769059117 7.432385503 8.366750247 9.039109802 9.008078022 8.405022081 8.409323759 9.141904819 8.628778394 8.455145893 8.983463394 9.440191557 8.894432692 +LQ05X006291 Hypothetical protein 5.119723611 4.928510059 5.455628717 5.176852354 5.263939229 5.229328358 4.963401586 5.316592497 5.283874369 5.141628853 5.145246665 5.04801729 5.355483817 5.397401852 4.972712772 4.999180355 4.889881426 5.286914307 5.056499508 4.873259824 4.942788635 5.079115494 5.640024284 5.495539123 5.197622335 5.369494617 5.238746966 5.542939946 5.168418862 5.444270121 5.300712788 5.32010031 +LQ05X006350 Putative Anthranilate N-benzoyltransferase protein 2 5.76439003 5.595793594 5.491692673 5.26704101 5.428391363 5.358301724 5.361100884 5.267220609 5.17298408 5.330102496 5.344479642 5.11281797 5.469451856 5.250157521 5.574712166 5.118782505 5.384151598 5.48980007 5.053125341 5.607387011 5.428010289 5.51680283 5.726443902 5.995731272 5.244477013 5.483653687 4.876643609 5.710651566 5.387824694 5.632423452 4.736289958 5.485854191 +LQ05X006360 V-type proton ATPase subunit G 5.584141524 5.045188973 5.608239926 5.683272335 5.490319746 5.875816323 5.813929359 5.773273808 5.289443288 5.799221193 5.128881276 5.479858766 5.378117504 5.408686032 6.280332513 5.582725348 5.822760984 5.881605799 5.794144481 5.599944484 5.165978315 5.731163545 5.897090611 5.89899582 5.415117948 5.869402043 6.173642909 6.257261306 6.094691524 5.49155667 5.788424946 5.732333516 +LQ05X006370 Hypothetical protein 6.725440782 6.312080273 6.649310131 6.169989836 6.833686332 5.778386403 5.882640847 5.819082649 6.970627024 7.278794657 6.875115734 6.096192901 6.633970623 5.809181675 5.507943428 5.917116033 6.376404736 6.414003533 5.87917041 6.618985386 7.049936418 6.951274467 5.910284944 6.09827396 6.440609144 6.621191013 6.798490777 5.604913931 7.120714168 6.349797267 6.316611893 6.390068755 +LQ05X006380 Aquaporin PIP2-2 13.89200783 14.15463475 13.98545313 13.09358059 12.70920306 12.32281897 11.51730953 11.11743801 12.99996894 13.16965261 13.22950346 12.48681328 12.39952452 12.03552694 11.38729492 10.79493469 15.04785988 13.76859906 12.94654148 14.02806236 13.28061059 13.2070913 12.42849126 11.06023719 13.7277112 12.56836212 11.64092813 13.14370358 12.65442877 11.74358297 11.74075438 10.77442395 +LQ05X006410 60S ribosomal protein L12-3 11.93822997 12.1199053 11.78917318 13.41656795 11.79720886 12.84598244 13.13192569 13.35552655 12.34139587 13.08184738 12.25415242 13.24528834 11.91773195 12.59787486 13.11432258 13.06812367 12.85093607 12.33823729 12.21344183 11.83120182 12.19783612 13.09863166 11.72244858 11.89540734 12.67479718 12.81934048 11.9291794 12.71643589 11.14868467 13.1453686 11.45378035 11.69053142 +LQ05X006420 Predicted protein 8.141975508 9.50435217 9.408660836 11.41959058 10.35222917 9.757222664 10.69182803 10.80850996 8.514794912 9.299184037 9.658029702 11.36304314 10.09072176 9.394921089 10.69869283 10.54900072 11.30892973 12.02057296 10.44184987 10.71427553 11.3519808 10.7626908 11.14114154 10.0681504 8.60015132 9.22889402 10.41511835 10.85370162 10.85365602 10.74128716 10.28083998 9.960196317 +LQ05X006430 Putative uncharacterized protein 11.39256964 11.44098718 12.80234148 12.11163217 12.43574409 11.08046079 11.19356802 11.32342962 11.55900296 11.83338201 12.84550909 12.09983418 12.91174365 11.09823894 11.57312699 11.69939001 10.7479605 10.81745852 10.54992266 11.80680235 11.77538981 11.29420914 11.33107893 10.73735072 10.81721137 10.86364245 10.59618486 11.4005162 11.50413434 11.35566056 11.31384854 10.55420149 +LQ05X006440 UPF0497 membrane protein At2g37200 9.267021316 9.411793296 8.14099482 8.209254865 8.14256148 9.285490284 8.919662274 8.927586785 9.502399014 8.730574013 8.987140378 8.336772957 8.257194149 9.552795389 8.244302571 8.823292773 9.472840476 9.548217863 9.851706367 9.543828414 9.663139666 8.159486999 10.19400293 8.6856304 9.78948823 9.36452892 10.1190795 8.632361041 8.717089533 7.737173423 9.68708683 8.720901271 +LQ05X006450 Auxin response factor 18 5.843197043 5.103248375 5.628760735 5.203638495 5.874022838 5.417759579 5.421442158 5.811031077 5.715531158 5.098340961 4.94843914 5.37809863 5.052727583 5.287999853 4.912967253 5.458208788 6.25648104 5.513627398 6.082534765 6.411615916 6.298622568 5.322149789 5.971635583 5.722690156 5.737015141 5.732376998 5.477339412 7.238947367 6.015533447 5.150769218 6.824635066 5.697398954 +LQ05X006490 UPF0717 protein At5g11950 8.062908748 7.832605693 7.687169122 7.280611724 7.908055536 6.983432856 7.70009576 7.375277685 8.160460978 7.999347868 7.422996728 7.493649714 8.611552457 7.07786287 7.388163147 7.428909893 7.645256764 8.696209165 8.834596629 8.398260927 8.266623989 7.861885792 8.468479603 8.157782615 7.641487865 8.864342187 8.905621905 8.459206889 8.242606795 7.940560223 8.322267738 7.647326974 +LQ05X006520 Ribonucleoprotein At2g37220, chloroplastic 14.80591894 14.95476996 14.70007639 14.61728427 15.07444109 14.83264202 15.04808418 14.54898892 14.88542313 14.74718696 14.82086945 15.15591713 15.36392692 15.2708545 15.0360343 15.4239933 14.20743307 14.28378217 14.91249575 14.0119854 14.47064433 14.87160961 14.51473517 14.89151117 14.56676088 14.78118787 15.06119598 14.51856757 14.662163 15.35680135 14.89388336 14.89458198 +LQ05X006540 Ethylene-insensitive protein 2 4.967175489 5.200234565 5.272962648 5.184573087 5.252829343 5.529597828 5.250948114 5.135360704 5.324300772 4.963105662 5.003637085 5.07447878 5.088114959 5.377096892 5.411110088 5.246577681 4.839636103 5.525361241 5.514574966 5.519769497 5.431180581 4.966410894 5.135385001 5.630062408 4.968932488 5.2915524 5.551116189 5.026924608 5.351056525 4.74764206 5.232215775 5.24068145 +LQ05X006550 Phenylalanine ammonia-lyase 13.52415582 13.49247458 11.61505938 9.654595383 11.49751181 11.05436647 9.769999162 9.511634596 12.91338449 13.09875734 11.4062372 10.30595482 9.405103555 10.87642112 10.38610744 8.922208967 13.39277766 11.98923722 13.95118568 11.2064367 10.89657717 11.80556352 9.501426987 10.65592626 14.4202924 12.87785944 13.32607644 10.03654815 11.06539235 12.15271327 9.712608076 10.42959337 +LQ05X006560 Isocitrate dehydrogenase [NAD] catalytic subunit 5, mitochondrial 12.76033618 13.66614866 12.24218902 13.29525163 12.53797992 13.20934827 12.93075118 13.40634817 12.95045428 13.08119308 12.60671921 13.22136535 12.69138158 12.9920021 12.99409808 13.09600584 14.03368032 12.97236815 13.55406298 12.31989367 12.75154933 13.75808283 12.37756491 12.52450237 13.83881721 13.34503704 13.04493362 13.02121724 12.56443125 13.63932062 12.2196864 12.35931068 +LQ05X006570 Hypothetical protein 6.595076988 6.650768834 6.0473695 6.64625936 6.15259025 6.908753012 6.683145887 6.265834 6.714270343 6.957228534 6.502437782 6.772687839 7.007078961 6.525119666 6.332278928 6.321685036 6.692408042 6.494212132 7.42651901 6.821175726 5.820138683 6.35733881 6.10440419 5.162712482 6.735672412 6.476962278 7.023290864 6.252870772 6.428145158 6.734093892 6.660928293 4.747179321 +LQ05X006580 Adenosine kinase 2 5.246897435 5.466151786 5.141057482 5.287987213 5.378952084 5.217962738 5.289146232 5.171039143 5.39934849 5.240378026 5.123808931 5.464883908 5.462897904 5.461546207 5.672284699 5.082729558 5.514934417 5.142625646 6.047309276 5.584518298 5.488262353 5.317987616 5.411544836 5.211694067 5.580325022 5.143808092 5.506602343 5.304046207 5.647897557 5.444882579 5.186392482 5.244017054 +LQ05X006590 Predicted protein 8.079227714 7.700498841 7.730086764 7.673739469 7.972898297 7.766227488 7.639782781 7.659651915 7.951259957 7.799123377 8.045515634 7.819684853 8.268248219 7.595229663 7.674786009 7.902752537 8.177862756 7.821051522 7.934444132 7.999847446 8.2474897 7.933235359 7.348805502 7.616363377 8.164268236 7.637488572 7.902717767 7.939972507 8.269920538 8.194329752 7.4437301 7.757174122 +LQ05X006620 Putative uncharacterized protein At2g37025.1 13.62098315 13.70363544 13.46790245 13.0269755 13.59083982 12.58092122 12.81792631 12.95621241 13.93937863 13.77753982 13.56205924 13.21760145 13.62931454 12.79210746 12.99355997 13.18505345 13.31378415 13.76150355 13.79477637 14.31371946 14.3306034 13.84252276 13.66384729 13.82268153 13.64520018 13.7250847 14.00959311 13.91370302 14.32971675 13.5138934 13.71677505 13.92391095 +LQ05X006630 Putative Translin 5.080406801 5.295613841 6.518056789 5.136424207 5.450766989 5.969169393 6.266141561 5.390619646 5.796424565 6.523474751 5.848382541 5.11953157 5.598033434 5.718985673 6.182974719 5.52151396 5.804551559 5.116682107 4.849044922 5.104867109 5.407176971 5.187864605 5.940972734 5.878317007 5.586264394 4.991841124 4.60947828 5.001856893 5.017842919 5.577262202 6.655752663 5.145470702 +LQ05X006650 Putative Probable receptor-like protein kinase At5g47070 9.321884524 9.288692143 9.087734895 9.517471209 9.998199688 9.800273311 9.667717117 10.39979362 8.902683091 8.819752353 8.969126331 9.368525159 9.433761423 9.991455333 9.90037596 10.54025003 10.34657328 9.832486156 9.0173755 9.420901621 9.315644668 10.15875741 9.660953666 9.715842377 9.336938863 9.272511694 8.784512476 9.367184492 9.072896988 10.10653383 9.837374873 9.948770171 +LQ05X006660 Predicted protein 5.281840954 5.197447321 5.171791095 5.52332873 5.551461165 6.018823672 5.824287046 5.382765347 4.983161535 5.184723065 4.802794004 5.240324712 5.627805713 5.664055921 5.623292117 5.240820902 5.062484869 5.170459795 5.137083651 4.98103058 5.065485352 4.974579076 5.689109368 5.765759949 5.395086371 5.254020984 5.130290868 5.564922942 5.267472795 5.092378536 5.622528541 5.651485625 +LQ05X006710 Hypothetical protein 11.1631 10.34496986 10.8383409 9.680318089 9.983438873 9.341006646 8.342953546 8.504514516 10.24934661 10.60246045 10.36422176 9.150181086 9.927805152 8.146570108 8.552238607 7.963273229 11.35760763 11.70396956 11.20447216 11.34035904 11.5061937 10.05084983 9.513515084 9.343214775 10.88550762 11.5244411 11.38352984 11.43146864 11.25188411 9.070029136 9.129832774 8.846465141 +LQ05X006730 Putative DVL 5.147396259 5.443287871 5.344574357 5.184474811 4.975702832 5.320314273 4.928916435 5.141142151 5.104742299 5.72813915 5.341174894 4.949956175 4.920488057 5.230160329 5.019389334 4.968845266 5.269535679 5.527968807 5.141740053 5.046609506 5.155607614 5.246901967 5.48478236 5.40068813 5.401730791 5.06117706 5.466848926 5.4386531 5.202146435 5.30061441 5.75475996 5.193904143 +LQ05X006740 Cell division cycle protein 48 homolog 5.465443554 5.523177825 5.01211464 5.4885077 5.303163087 5.518438272 5.310532519 5.696766119 5.503926454 5.650999889 5.393075652 5.472420655 5.374701041 5.351957166 5.468189452 5.631268767 5.429961844 5.423844829 5.46417183 5.462881888 5.273428627 5.21451016 5.567003745 5.239182136 5.452281227 5.036717328 5.781176036 5.487058484 5.525805688 5.456549656 5.097446833 5.002808006 +LQ05X006750 Putative Cytokinin-O-glucosyltransferase 2 5.821675078 5.254721276 5.498529215 5.160723461 5.449206492 5.149857104 5.370545161 5.462108002 5.371746189 5.115728715 5.48721425 5.266037864 5.493193066 5.312700242 5.192065233 5.491922148 5.627782698 5.5887212 5.506872092 5.649469205 5.446713689 5.920414772 6.812099672 6.31095697 5.456721177 5.759507425 5.458983403 5.695754048 5.201065069 5.745364454 6.627095082 5.924658298 +LQ05X006780 Putative Membrane magnesium transporter homolog 5.796699259 5.800095331 5.640839368 7.154399708 6.063609379 7.250907986 6.746299924 6.571259511 6.117724801 6.611960209 5.729162969 7.368620747 6.057030625 6.710089752 7.299202254 6.565616193 5.663169336 6.317386001 5.868271006 5.224680078 5.068231524 5.913998368 5.250638024 5.898157468 5.741877692 5.703887985 5.867340768 5.336545745 5.353322667 5.55232663 5.547771791 5.572987647 +LQ05X006800 Predicted protein 5.105617254 5.370011649 5.033797837 5.235659588 5.205438835 5.260117871 5.039003525 5.180970726 5.369427779 4.998388809 4.831720855 5.248467527 5.213128866 5.278585686 5.216382545 4.911190706 5.334723687 5.263000163 4.9172788 5.140139821 5.542341176 5.630732408 5.794734943 5.391382979 5.316242012 5.246985821 5.007446424 5.206792568 5.293657811 5.784650744 5.615451117 5.091389543 +LQ05X006810 Predicted protein 6.156829637 6.032261188 5.736593661 6.557307916 6.220047473 6.204436922 6.743382817 6.140461145 6.412173983 7.554572905 6.29643298 6.094136844 5.74079166 6.181639702 7.033024829 6.030798036 5.819168341 5.884662308 5.781669553 6.373542274 6.211416568 5.957041387 6.083260328 7.031356969 6.208646507 6.236301646 5.910507323 6.535456299 6.484844615 6.09707866 5.767320081 6.39885772 +LQ05X007000 Predicted protein 13.03794717 13.41437603 13.55737276 14.17948847 14.5462965 13.70974984 13.6063537 14.34268619 12.95170817 13.42186706 13.39880067 14.68483971 14.28044708 13.49418431 14.34923102 14.06017613 14.27057346 13.67989429 12.38232234 13.45947454 13.49043814 13.54853397 13.22654459 13.30125015 13.12159237 13.38572268 12.21101761 13.67775273 13.73543728 14.48374128 13.93732811 13.38979422 +LQ05X007010 Histidyl-tRNA synthetase, putative 5.548118587 5.322653248 4.636972786 4.878976911 4.680656236 4.79393651 4.810299624 4.666586863 5.030556156 5.312331582 4.600440696 4.799991505 4.686797048 4.810747888 4.933314662 4.631459405 4.870302656 5.034010485 5.428046012 4.805527926 5.442590917 5.000186529 5.68074396 4.670673681 4.902436406 4.959631826 5.754709238 6.031703532 5.679476314 4.568006988 5.22786739 4.935866802 +LQ05X007020 Putative Histidyl-tRNA synthetase 5.369004255 5.701520367 5.929421261 5.68581022 5.472030579 5.573627105 5.691730338 5.220653985 5.360942287 5.988763959 5.586266745 5.430592258 5.64803012 6.031268948 6.491519223 5.360128657 5.323375743 5.400692186 5.387449703 5.720062478 5.486217783 5.553834292 6.451234483 5.727787883 5.327972743 5.424591512 4.858710369 5.148819385 5.244722286 5.355632658 6.103305068 5.610757646 +LQ05X007030 Mannan synthase 1 4.721797367 4.718350522 5.323167706 4.734947089 4.623557188 4.736667536 4.600072532 5.296204774 4.879383702 4.933305987 4.97511331 4.929237335 4.891997639 4.629244213 4.648972873 4.902175323 5.054395165 4.721153477 5.339709323 4.809042558 4.928064345 4.580616661 4.805960039 5.088608058 4.876367671 4.63100451 5.297000631 5.169213443 4.751676879 4.645466478 5.055646505 4.96778741 +LQ05X007050 DP1 12.34133083 12.71373216 12.63924947 12.26104802 12.65891516 12.19284507 12.00081911 12.51412116 12.68243167 12.26766509 12.68669169 12.26949177 12.69711414 11.97175443 12.02386527 11.90396786 11.64933663 11.73476485 12.0941341 12.40959224 12.3994914 12.68056444 12.33249057 12.30361612 12.35627924 12.27984204 12.60920531 12.55310188 13.04233924 12.79509755 12.64648414 12.36945263 +LQ05X007060 Predicted protein 13.72757073 13.56273042 13.17114498 12.66586125 13.50643393 12.78827121 12.69109977 12.40571926 14.29592299 14.4658367 13.78101855 13.04784706 13.57559511 12.60674678 12.89721308 12.64292102 13.61426939 13.45661424 13.86785953 13.64692217 13.35137566 13.40578946 13.34569651 13.02004018 13.9906712 13.93212114 14.02585411 13.42443962 12.60324464 13.12496625 13.06115139 12.94172503 +LQ05X007070 ABC transporter B family member 1 5.169169781 5.085502573 5.521599357 5.771212939 5.213858994 6.266789132 6.094826544 6.172250108 5.171630708 5.046952688 5.822548752 6.472714106 6.026013994 5.740583876 6.229056441 6.187372439 5.214402655 5.343173823 5.354638042 5.926832255 5.254608747 5.719712649 5.81072252 6.425332489 5.614341794 5.076284755 5.600299614 5.158277558 5.486434259 5.225014915 5.489032126 5.460667523 +LQ05X007080 Putative uncharacterized protein 6.277766916 5.843593866 7.439983722 6.177988896 6.3176923 5.57038718 5.607942422 5.257725639 6.157695005 5.920220233 7.199111252 6.137624229 7.510934395 5.353534412 5.848459202 5.396372965 6.203365415 6.844405104 6.638094365 6.718407461 6.546841001 6.510520959 6.742858458 6.870004126 6.163884787 6.600029226 6.43142818 6.429448256 6.350619458 6.803549833 6.126187074 5.681248106 +LQ05X007120 S-adenosylmethionine synthase 2 13.26741325 12.95954254 13.42007269 13.15255068 13.03225846 12.05133608 11.96403712 11.5804042 13.39423774 13.13821087 13.49739829 13.18819378 13.60056027 12.04682794 12.41632531 11.73604181 12.11975916 12.07355887 12.58308634 12.37337856 12.45339622 12.31703178 10.99735571 10.57829573 13.05682241 12.9702072 12.85373063 12.44468397 13.56342739 12.518693 11.70156296 10.82495948 +LQ05X007130 Thioredoxin, putative 10.8212605 11.47384745 10.40218981 10.61218594 10.64719765 10.64143526 10.92179453 10.61110979 11.3334153 11.58675061 10.97856126 10.92270233 10.94882242 10.71205029 10.79425896 10.96276019 11.03910028 10.5967805 10.68769087 10.99008248 10.79259491 10.38377153 10.9579293 10.68725241 10.90284284 10.3774605 10.04827498 10.74984845 10.07655474 10.78137681 11.45357629 10.46589667 +LQ05X007160 Putative uncharacterized protein 12.65647754 12.32012088 12.27080847 12.52118487 11.90070796 12.23028418 11.94506211 11.75873555 12.83664882 12.53038111 12.5271672 12.63090433 12.0171927 12.40103098 11.84565017 11.6906302 12.09719566 12.16529257 11.91339051 11.61835338 11.38502636 11.8767722 11.37401715 11.02384135 12.20119474 12.20636434 12.02185714 12.15487874 11.0162052 12.13740747 11.13631827 10.54359407 +LQ05X007180 Predicted protein 9.672924775 9.51603064 9.649509141 10.02166313 9.403508729 10.17129168 10.41473563 10.39417863 8.722943621 9.376532691 8.556701516 9.072952221 8.613642482 9.414346616 10.39025683 9.535808969 9.424997997 9.245698116 9.597992443 9.376492931 9.400433423 9.184339674 8.680629574 9.52316286 9.426735646 9.14600187 9.279142072 9.362490378 8.691467011 9.34542532 9.696850622 9.821273562 +LQ05X007190 Dual specificity phosphatase Cdc25 13.50198185 13.18443571 13.66825848 13.18669621 13.35633436 12.73567907 13.0407085 12.91057242 13.34131621 13.36437684 13.69708319 13.11949311 13.45617808 13.03155808 12.6903498 12.8830516 13.13850312 13.1503982 13.19120377 13.83893064 13.67802958 13.23752056 13.57136569 13.45410275 13.25448195 13.35960705 13.24066304 13.58147366 13.19289955 12.99495546 13.62041589 13.33630075 +LQ05X007200 Putative uncharacterized protein 5.540904602 5.737584629 4.973382538 5.325246745 5.024828752 5.676474348 5.400128412 5.422437913 5.678801748 5.94430088 5.36171127 5.277297301 5.215994192 5.095959318 5.551804179 5.433978344 5.157452933 5.486291354 5.715970384 5.36979011 5.13269259 5.164244828 5.255631019 5.51013976 5.78660375 5.549993877 5.707755429 5.504869792 5.456642724 5.373811707 5.638828878 4.898438244 +LQ05X007470 Putative Caffeic acid 3-O-methyltransferase 13.60447333 13.11458379 14.35414808 14.16878408 14.30803896 14.38591997 14.83795345 13.99547655 13.65862435 13.25402291 14.2227535 14.1108437 14.16073729 14.84813675 14.96041421 14.6017392 12.25830427 12.78645997 12.81318846 13.87691237 13.46287546 13.75647554 14.53367471 14.11675815 13.27096792 13.20261109 13.1309389 13.68913015 13.98296852 13.88259639 14.6962906 13.87715817 +LQ05X007490 Predicted protein 10.79940015 10.95337228 11.1638851 11.50178494 10.95411598 11.76336812 11.75354905 11.88061737 10.82850904 10.41823773 11.00286932 11.36695814 10.86090066 11.64306789 11.4644672 11.4596179 10.9810039 10.90204374 10.67583779 10.52438033 10.64484094 11.25972143 10.61075945 11.33712591 10.87858016 10.88143389 10.74773818 10.58957095 10.76099397 11.48154899 11.14595485 11.12984293 +LQ05X007500 Hypothetical protein 13.63193519 12.35820279 13.18602734 14.32877111 13.54266421 14.22786237 14.51714421 13.39246921 12.4178673 13.64068562 13.00030225 13.98769237 13.44035249 13.91623253 13.33874043 14.3524971 12.67603479 12.74833971 13.63827616 12.55240745 13.27510648 13.88806815 13.15920027 13.40913701 13.53850083 11.9132096 13.00249249 13.38146763 12.4274213 13.11766393 12.77861473 13.02836127 +LQ05X007510 Predicted protein 4.661689942 5.006987997 4.86616772 4.728396726 4.999482179 4.987814309 4.791668786 4.817030091 4.728174606 4.657658437 5.044831189 4.862920409 4.791458735 4.941204458 4.531844831 4.955106062 4.809050795 4.76229305 4.820227849 4.965122061 4.782001193 4.884444168 4.855900935 5.085677737 5.104804397 5.301446704 4.85648226 4.940240836 5.17972047 4.786902549 4.711718187 5.249309973 +LQ05X007520 Putative Cytochrome P450 97B2 12.12143814 11.89552425 12.47503992 12.34013777 12.03799472 12.42664766 12.12134178 11.2427079 12.24162786 12.06546312 12.53167814 12.39189145 12.4916118 12.35222714 12.19035735 11.86606825 11.32039813 11.46085836 12.03837182 11.8862925 12.02180633 11.80794408 12.69044315 12.13857318 11.83389408 11.86314997 11.83116054 12.45472688 12.39445509 12.10148738 12.89819991 11.66318734 +LQ05X007580 Vacuolar protein-sorting-associated protein 37 homolog 2 5.655556222 5.386279655 5.428022421 5.782624143 5.553480473 6.023672229 5.948342672 5.456947489 5.84183924 6.06254564 5.759075556 6.054176766 5.59626508 5.925320552 6.53833026 5.519165072 5.727605953 5.685465179 5.682380048 5.703778294 5.275385123 5.760731006 5.442664739 5.438162229 5.387152924 5.705401925 5.629637258 5.834712896 5.874339017 5.464548771 5.868146359 5.707033195 +LQ05X007590 Predicted protein (Fragment) 5.843062569 5.753028979 5.494689444 5.521583737 5.327995625 6.13816607 5.915854725 5.509277677 6.052129935 5.515767824 5.763119365 5.702152203 5.945268716 6.179413176 5.781784059 5.875153635 5.894647093 6.316735714 6.452347515 5.983765014 6.779313528 6.021833088 6.529529944 5.6371206 6.221016932 6.14164259 6.628431847 6.144682582 6.450876674 6.363545367 6.362861483 5.556933073 +LQ05X007620 DEAD-box ATP-dependent RNA helicase 38 12.99690465 13.27239712 13.12287627 12.90095856 12.55291294 13.36861395 13.17155856 12.94115361 13.01070975 13.30956953 13.12451665 12.99990308 12.83751534 13.32669463 12.98903965 12.94379322 12.95267976 13.08720709 11.94152977 12.87722525 12.61261618 12.93614067 12.45744433 12.40382038 12.84713688 13.29105758 11.91385991 12.84307677 12.42646733 12.73983047 12.21051837 12.2002456 +LQ05X007650 Putative Aspartic proteinase-like protein 2 11.36648828 11.26630363 11.73605945 11.65404987 11.66414383 10.54291823 10.71354884 10.34001056 11.54208552 11.31232163 11.79822678 11.62547366 11.90893397 10.65883483 11.03679603 10.19201438 11.50225658 12.04672632 11.61685746 11.86139014 12.00665935 12.09457709 11.00216603 10.7646242 11.60929952 12.28476013 11.60397652 11.99212159 12.6263168 11.47787099 11.01494362 10.86281927 +LQ05X007750 Threonine dehydratase biosynthetic, chloroplastic 5.53146199 5.611623989 5.935717577 5.954279121 5.374067741 5.913460203 5.853493754 5.471192916 5.435975697 6.226011737 5.961659248 5.574127872 5.893458092 6.192664478 6.937525496 5.37943132 5.172350082 5.253205952 5.363276227 5.275464304 5.551940394 5.251611118 5.25528202 6.348246622 5.524848709 5.266433144 5.234410605 5.234970912 5.130370725 5.214697352 6.059074943 5.387650951 +LQ05X007800 Probable glycosyltransferase At5g03795 4.982039319 4.863330214 5.252310479 5.142563156 5.10900814 5.935158831 5.991411075 5.368209335 5.026804554 5.226260927 5.250862338 5.33652416 5.611034064 5.574780154 6.759350491 5.390295879 5.241257967 4.730708823 5.073968895 5.272461022 5.236052421 5.319375538 5.050485019 5.440158594 5.137964869 4.964394388 4.954850972 5.018805266 5.309623769 5.183412777 6.319390622 6.159679142 +LQ05X007830 Putative Embryonic protein DC-8 5.128815883 4.961023505 5.446431036 5.007581842 5.031428073 5.317726737 4.98513306 5.139713434 5.551582071 5.11487834 5.514885685 5.165680122 5.798561283 5.264627342 4.861379654 5.175862985 5.162525542 5.28731511 5.79812823 5.30046935 5.254751547 5.564014121 4.952615275 5.137450736 5.457562152 5.323112043 5.376248977 5.984845694 5.03143327 5.650230673 5.424232935 5.51297037 +LQ05X007930 Putative Protein kinase dsk1 5.023848013 5.005556732 4.858700069 4.936683607 4.864368247 4.822455203 4.950038735 4.892676589 4.882485574 4.866486417 5.173719833 4.955520888 5.124418667 4.865296448 4.944555449 4.871519659 5.025062153 5.058450611 5.127086463 5.072649222 5.288762394 4.867238514 5.653716467 5.922360436 4.980148921 5.239271132 5.279466193 5.185492394 5.278446965 5.211645539 5.464608146 5.318645805 +LQ05X007940 60S ribosomal protein L24 14.00719042 14.40657084 13.89140034 14.10832861 13.84184413 14.49066443 14.2748061 14.35749651 14.36544415 14.65391492 14.26357043 14.55072434 14.20399788 14.31847724 14.49774651 14.42150889 14.23000656 14.13779439 13.55187173 13.8670593 13.89697425 14.35215075 13.79100382 13.98154818 14.10523672 14.49660697 13.78264825 14.34594557 13.57692717 14.21585347 13.92633464 13.97437671 +LQ05X007960 F-box protein PP2-A15 11.27810911 11.19941695 11.4882972 11.52082259 11.22518918 11.66676342 11.35030375 11.13112265 11.39843131 11.4399647 11.53179546 11.55892566 11.23074775 11.60401541 11.46270061 11.3086321 11.34203344 10.41205645 10.90894904 10.63782428 10.56505419 11.2052837 11.31633833 11.1198623 11.22890949 10.57883464 10.92773498 10.70258175 10.61761686 11.59130438 11.12459453 11.23826596 +LQ05X007980 Putative uncharacterized protein 10.4564311 10.85302341 10.12342821 10.42986713 10.25075752 10.38808768 10.40168063 10.59447611 10.68117199 10.89231137 10.38734789 10.49137896 10.49219711 10.62091975 10.5549829 10.88705183 13.02405045 11.01500334 11.78292261 10.64167457 10.73954036 10.32842121 11.27429204 10.93613082 11.04427991 11.09913529 11.256372 10.48455605 10.6582322 11.09206033 11.22299321 10.94765467 +LQ05X007990 Putative Pyruvate kinase, cytosolic isozyme 7.461154831 6.328386113 6.247336029 5.611415556 7.4349271 6.044472836 5.85774963 6.103715752 6.807300615 7.634887347 6.031351633 5.601968996 6.507028401 6.336049594 5.268912799 6.171677342 7.489933136 8.336441895 8.689659108 6.443762623 7.406194921 5.991595954 9.068428516 7.801291613 7.51590383 7.728149292 7.399358869 9.141125015 7.611488203 6.010836462 7.887354413 7.432370229 +LQ05X008010 Putative Probable inactive receptor kinase At2g26730 5.990136611 6.169340484 5.988221489 5.901385802 5.652880903 5.868624925 5.757866245 5.976665022 5.786106822 5.89923865 6.125813096 5.951387181 6.056344821 5.784014119 5.602964511 5.812984838 6.081165787 6.226704174 6.786056419 6.77252663 7.004422317 6.029191113 5.959374076 7.045465886 5.625755367 6.624830299 6.589153173 5.64168358 5.691316545 6.142287992 6.872910849 5.600697192 +LQ05X008151 Putative uncharacterized protein 5.120659298 5.175209449 5.253041285 5.121333078 5.666053856 6.341035707 5.510390958 5.701840785 5.113069586 4.951671488 5.041387186 5.012943898 4.95341306 5.469840578 5.242657666 5.173876849 6.069779799 5.219044579 5.201924999 5.801938518 5.102471869 5.196865531 5.430164766 4.607825663 5.948644301 5.287078182 5.225279492 5.165384786 5.4991358 5.459882816 5.449647668 5.203659368 +LQ05X008170 DNA binding protein, putative 7.896458032 7.240542739 6.970984604 6.888215202 7.232879118 7.056616747 6.488191562 7.044591716 7.971860842 7.178344587 7.642877385 7.146916721 7.456558845 7.416477319 6.08081114 6.884661665 7.362459298 7.861577774 7.76925978 7.630200896 7.252930204 7.556226235 6.364316842 6.50606762 7.96038734 8.197215663 8.667823209 7.386631222 7.510562243 7.722481159 6.976813273 7.17041593 +LQ05X008180 Putative uncharacterized protein 5.406017009 5.195482397 5.530602934 5.3523479 5.4860652 5.438844025 5.349068015 5.002223354 5.73741204 5.195917915 5.421275345 5.3118263 5.522550703 5.563499072 5.315617599 5.161599402 5.137490191 5.582761849 5.35450313 5.297990484 5.658039157 5.239249561 6.268364447 5.135750634 5.084513727 5.611810712 5.242361012 5.448710162 5.293745966 5.194262206 5.464677351 4.985726411 +LQ05X008190 Predicted protein 6.624188234 6.194930919 6.148521228 6.248076351 6.440571986 6.071394779 6.343133055 5.959739149 6.570626312 6.590287867 5.971982354 6.278197702 6.463929214 5.910708702 5.971569812 6.114433898 6.50615065 6.92459979 7.396271042 6.732107911 6.672755424 5.997947921 6.048609962 6.121043274 6.252717264 6.943484522 7.120648252 6.409084348 6.791034236 6.247086305 6.267870161 5.477862573 +LQ05X008200 Glucomannan 4-beta-mannosyltransferase 9 5.450778521 5.870665736 5.236240736 5.482100654 5.984037421 5.347451491 5.031170067 4.923201257 5.476712753 6.131008624 5.826629445 5.564779222 5.837438033 5.276104895 5.187275059 4.950537453 5.808539151 5.707765764 5.505123931 5.727053871 5.397463737 6.005988199 5.600447743 4.994624999 5.823838519 5.897153968 5.445136031 5.317482387 5.562387261 5.45450435 5.148903523 5.111745997 +LQ05X008220 Peroxiredoxin-2E, chloroplastic 14.83218272 14.89477312 15.00123039 15.02967446 14.83429597 14.65517848 14.74653936 14.0960368 14.67606452 14.66997886 14.76600267 15.18441278 15.04881319 14.89611622 15.01003636 14.67216011 13.84450484 14.44733363 13.9272471 14.42995502 14.63041964 14.47780105 14.4215408 13.95214964 14.61027071 14.75220256 14.4674485 14.43725009 14.66627351 14.46533149 14.3207979 14.08438088 +LQ05X008230 Enolase 14.75428363 14.71947623 14.43746034 14.50241966 14.3932242 14.26177694 14.29039479 13.72801241 14.55534149 14.74077543 14.39326713 14.4714921 14.56530839 14.11455789 14.1640362 13.946604 14.68401689 14.56772075 14.2209321 14.24329716 14.45374903 14.7303329 14.17869224 14.21465814 14.92941303 14.91984321 14.41592179 14.45406413 14.51616005 14.61511362 13.92751296 14.35374734 +LQ05X008240 Putative Histone deacetylase HDT1 5.790850781 6.133598641 5.73111826 5.957918412 5.931173708 6.221874433 5.841628461 5.494590841 5.896504942 5.96213342 5.968510242 6.213942604 5.790737196 5.554567001 7.660751271 5.802993939 5.969521036 5.807071448 5.82487293 5.569581615 5.411870076 5.826426088 5.316591931 5.20102442 6.044846471 5.697683753 6.0164486 5.330123935 5.36124492 5.790190611 5.727712921 5.724128038 +LQ05X008290 Putative Transcriptional activator DEMETER 8.137860375 8.468835121 6.481723614 6.578353409 6.597251952 7.257210519 6.994025329 6.89774662 8.330706574 8.231663536 6.989381493 6.977096236 6.41788008 7.667201266 6.568981137 6.977524634 7.966304158 7.412936914 7.682123614 5.163781911 5.760497624 6.856735243 5.519191244 5.21790968 8.605117013 8.081507342 7.214325417 5.777783138 5.661456249 6.597442008 5.959559729 6.312053441 +LQ05X008310 Putative phytosulfokines 6 4.935791124 4.941682766 4.900171564 4.958077328 4.872572724 5.098383439 5.076646291 4.805177282 4.822289943 4.76126934 4.518372268 4.694135651 4.527567284 5.112705395 4.600337214 4.384702318 4.835933666 4.567798879 6.490184606 5.118543006 4.228748731 5.331157328 5.359980657 5.616829772 4.810329678 4.887520428 5.672127239 6.029573463 4.791136432 5.178307024 5.46400822 7.079230692 +LQ05X008420 PAN domain-containing protein At5g03700 6.911209289 7.574676429 6.988617059 6.317424641 8.239972522 9.400671367 9.511166696 10.83867247 6.812283372 6.805533975 8.227096226 7.566455316 8.762601309 10.16778813 10.11041936 11.11173552 9.260509392 8.633772667 9.701660062 10.50722314 8.024379679 9.448302402 12.05398865 12.57272226 8.712089371 8.344308701 9.217181328 9.827040697 8.746481231 10.73871779 12.75620739 12.78853332 +LQ05X008450 Fructose-bisphosphate aldolase cytoplasmic isozyme 14.37058355 14.53214881 14.40776806 14.10697123 14.21049466 13.01141281 13.04563539 12.81750488 14.46924933 14.56984841 14.42386564 14.29443748 14.5072721 13.15671182 13.52247429 13.18907048 14.92469108 13.83685155 13.98057482 14.26055937 14.03816842 14.29906991 13.06032945 13.22507927 14.63945114 14.18943679 14.03065097 14.18199853 14.73260355 14.07992324 13.333632 13.45201072 +LQ05X008570 Putative UPF0481 protein At3g47200 5.009337535 5.17580846 4.961671392 4.89818963 4.643468957 4.924779054 4.78532355 4.938670783 4.947282227 4.998806806 5.013898336 4.793234835 4.843383024 4.761116369 4.872577867 4.717979052 5.346946498 5.320249755 5.51105724 4.707087036 4.752554534 5.028580861 5.029907657 4.677074797 5.216826044 5.612794799 5.239733961 5.022268773 4.793461726 5.052926741 5.42268323 4.966037626 +LQ05X008610 Zinc finger A20 and AN1 domain-containing stress-associated protein 4 12.58279927 12.79450064 13.1625777 13.09182325 13.5599975 13.28724993 13.61073343 13.97876869 12.60552958 12.67081807 12.92675613 13.0065691 13.5071684 13.68603222 13.9493992 14.03585465 12.72816454 12.36277579 12.62445117 13.22155682 13.40337721 13.03091173 14.25396021 13.88215041 12.45426327 11.79689051 12.2961659 13.17107828 13.62103748 13.25656494 14.27254181 14.16285508 +LQ05X008620 Purple acid phosphatase 22 6.377006749 6.639524716 7.464771855 10.36325493 8.244960627 12.28588879 12.45163208 11.92134725 6.438066199 5.993860494 8.003943021 10.91175054 7.324691035 12.35828856 12.38663629 12.48763742 8.234462163 8.281233327 7.734374723 8.544880392 8.14733103 8.730911882 12.44028904 11.84624809 7.867854681 8.370863645 6.359058947 9.919234278 7.947481479 10.66989792 12.42897426 11.57020794 +LQ05X008630 Probable inactive purple acid phosphatase 20 5.783185492 5.682255097 6.358817331 5.945665776 5.958674015 5.881411268 6.517544419 6.658607303 5.951704359 5.614949356 6.364260952 6.066153818 6.10966733 6.133031127 5.757715681 6.057000274 5.414849401 5.430934386 5.81129765 6.042962058 5.494770286 5.613974484 5.90541178 5.875049187 5.749640811 6.156108823 5.564578103 5.630899328 5.717275818 6.260445917 6.949458554 6.453591216 +LQ05X008650 Putative Acyl carrier protein, mitochondrial 11.60861942 11.70537318 11.66539143 11.77137983 10.58954886 11.16526793 11.47206346 10.71479838 11.57690742 11.94546822 11.66775555 11.53530406 11.13856126 11.09589456 11.27201924 10.95015593 12.3280499 12.8060147 12.49309763 12.68714355 12.74727735 11.51325141 12.33991702 11.25513447 12.22582387 12.93880776 12.8725881 12.49683976 11.99768644 11.43623382 12.23309707 11.10576593 +LQ05X008690 Hypothetical protein 5.425639713 4.900428014 5.099694754 5.12466256 5.117678734 5.031878945 5.200299451 5.162709605 5.387639865 5.040632121 4.876159925 5.147982652 5.362563263 4.855173198 4.997114206 5.212141725 5.052174163 5.6602093 5.401449437 5.465365362 5.4814406 5.505281041 4.795107283 4.889077787 4.900486538 5.555808723 5.20795083 5.092048531 5.216498836 5.333265496 5.002002703 4.96180305 +LQ05X008720 CAAX prenyl protease 2 8.73106353 8.65542242 7.85220047 8.791903994 8.14241055 9.173611419 9.061737927 8.678567422 8.565308104 7.899130225 8.118669899 8.80192117 7.8780552 9.190896684 8.640941259 8.93082864 8.73941835 9.467223974 9.214222785 8.875710229 9.105832443 8.046088935 9.013129862 8.9404376 8.712223143 9.124703745 9.834163149 8.887102606 8.914374537 8.268930263 8.882316213 9.207492666 +LQ05X008730 Putative Protein YIPF7 12.67065999 12.93302322 13.0773656 12.82392619 13.16029627 12.65919025 12.91898958 12.97915678 12.78583676 12.84126179 13.22969172 12.93335523 13.18647694 12.78307053 12.69425297 12.92749109 13.01193481 12.65739583 12.62129702 13.03542957 13.34344037 12.96219049 13.11870881 12.98302887 12.78861703 12.53470183 12.51625764 12.9983861 13.06316132 13.12094823 13.03862685 12.99046908 +LQ05X008782 Gag/pol polyprotein 5.075014664 4.780469935 4.77588072 4.839222195 5.045967377 4.575073024 4.977353611 4.768358056 5.415314372 4.830342038 4.502879731 4.879316295 5.299839154 4.753946482 4.698821759 4.920796665 4.970612332 5.038935977 5.626060985 5.004882135 4.804223546 5.162847095 5.437801796 5.401772242 4.929997229 5.103980437 4.944134533 5.09760532 5.230831104 4.9687569 4.994222825 5.026492917 +LQ05X008810 Catalytic, putative 10.12334812 10.68493637 9.713401504 9.88920318 9.485524458 10.96953473 10.91262062 10.84509736 10.18900909 10.23446775 9.949121123 9.979641148 9.230150708 11.02907749 10.90688145 10.86085737 11.10548117 10.91707157 10.89508228 10.59116093 11.0305911 10.57480221 11.92390132 11.98189868 10.78489338 10.88068942 11.01982622 10.56191461 10.71257688 11.29689293 11.52654026 11.88749635 +LQ05X008860 Germin-like protein subfamily 3 member 2 5.216116132 5.581683933 5.482222393 5.479494808 5.30171509 5.532059136 5.684904414 5.284045821 5.407005738 5.2506148 5.427686293 5.319933093 5.667385087 5.25193563 5.160881049 5.330531035 5.251199111 5.442048053 5.700164549 5.650123407 5.138602606 5.157810272 5.206123715 5.677646938 5.090739136 5.217512429 6.012892765 5.4246019 5.44412197 5.175648531 5.934881609 5.781541727 +LQ05X008920 Cell division protein ftsZ 10.89045468 10.50195295 10.20748974 12.02393129 10.82758245 12.12615341 12.54586601 11.92298725 10.70919534 10.35433161 10.0330078 11.90198017 10.91305233 12.30572523 12.41326632 12.13068507 10.34557348 10.40915442 9.863361569 8.739329436 9.626298747 10.97550447 10.93492334 10.80391251 10.60030782 10.74521902 10.65441442 9.972839524 10.07710967 12.08714619 10.96393017 10.70185462 +LQ05X008940 Hypothetical protein 6.202628933 6.226044711 6.479553282 5.780011647 6.535168566 5.313311752 5.723350229 5.975332513 6.361110312 6.331998335 6.677765623 6.10236438 6.998964224 5.920863174 5.580369833 5.994354997 5.849914922 6.707197822 7.037241928 6.712540361 6.25079084 6.338182264 5.941884089 6.29042715 6.102895543 6.437810067 6.958014619 5.99032027 6.072666423 6.015640328 5.737585731 6.592912932 +LQ05X008950 Putative Probable cytosolic iron-sulfur protein assembly protein 9.65812966 9.95741729 9.73007054 10.43058952 9.783168081 10.91716928 11.12129049 11.65147612 9.786787157 9.882420049 9.73682178 10.60239933 9.690986349 11.12723096 11.06007143 11.38094223 10.36343953 10.49622524 10.66097793 9.641045315 8.812114859 10.45572122 9.394431192 10.18085311 9.862010467 10.67646949 10.59642134 9.57746367 8.881632287 10.22701616 9.743323739 9.256101413 +LQ05X009020 Cytochrome b-c1 complex subunit 9 14.30473453 13.70093756 13.58984773 13.93347532 13.451129 13.64327715 13.28149627 13.08196816 14.45827892 14.23564663 13.77116488 13.71817074 13.81111473 13.4592523 12.84574253 13.35767585 14.57774393 14.49288062 14.72290663 14.2119884 14.39549701 14.07119997 13.98670387 13.50182266 14.46971226 14.49813202 14.69644044 14.09536337 13.49793894 13.82851186 13.71733593 13.46564066 +LQ05X009030 60S ribosomal protein L10a-1 13.26060588 13.00714113 12.33550793 13.09954482 12.14378013 12.09516615 12.28003169 11.53830664 13.55838871 14.09498864 12.78733342 13.08521814 12.40925525 12.23925414 12.51681649 11.94254233 12.8029782 12.76793924 12.59267538 12.2464751 12.14266013 12.145821 11.41109236 11.18305752 12.90474495 13.33004953 12.78680542 11.77347139 12.29423831 11.79287292 11.3066423 10.96754045 +LQ05X009070 Uncharacterized protein At5g03900 13.03688484 13.01355485 13.52318018 13.27901167 13.44353814 14.14071987 13.84080481 13.93257778 13.2483688 13.23298094 13.66576539 13.16322281 13.55590526 14.36936183 13.95527517 14.16014769 12.7388918 12.45523528 12.7029465 13.30188096 13.12822773 13.06051252 13.99349038 14.03451626 12.94685429 12.53309666 12.78238176 13.32280443 13.08108929 13.42498885 14.40249378 13.85376697 +LQ05X009090 1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino] imidazole-4-carboxamide isomerase, chloroplastic 10.79300528 10.90944905 10.29441795 10.43638489 9.772701016 11.07718386 11.28263468 10.7085622 11.06331341 11.39911216 10.84154101 10.81861075 10.41285413 11.25089521 10.98104442 11.11769061 10.76706221 10.62098341 10.95889667 10.73277756 10.59080039 9.889784882 10.61684704 10.65640055 11.03470198 10.88597433 11.25044804 10.27996686 10.55165441 9.776083932 10.78681766 10.023656 +LQ05X009130 Putative uncharacterized protein (Fragment) 4.963751544 5.178560131 5.18162762 5.348914495 5.019843236 5.311605418 5.43605438 5.2196881 5.302471874 5.224287705 5.414672624 5.632749452 4.959009072 5.601789538 5.843005464 5.2443989 5.239938169 5.131330902 5.775635197 5.310234726 4.90570274 5.450504948 5.017669152 5.254312063 5.584122014 5.121314718 5.652358777 5.033579745 5.032491033 5.179565238 5.287405362 5.071435142 +LQ05X009150 Hypothetical protein 4.790884989 4.881662368 5.059771883 4.796902774 5.011523081 4.623943118 4.787985012 4.827236838 4.743547427 4.551185672 5.350302736 4.589784244 4.994326783 4.84020935 4.765036849 4.918256756 4.90746762 4.705049033 5.249931141 4.854763784 4.684783124 4.774926248 4.811731466 5.124375974 4.673557656 4.846821411 4.968795472 4.785996905 5.06489677 4.995790304 4.973463471 5.334417717 +LQ05X009170 Putative Bifunctional monodehydroascorbate reductase and carbonic anhydrase nectarin-3 9.28641412 6.054668864 10.44832727 10.78592368 8.524201353 10.94470822 10.88676228 10.64143316 7.790858345 5.746106075 10.12340547 10.73382504 8.405021413 10.95103167 11.27766304 11.16966384 6.51775041 9.253095399 7.282451575 10.25485584 10.36511775 8.287691323 11.39152822 10.68636582 6.614999782 7.066203603 6.191084887 10.5896683 9.735851607 9.448930451 11.13982731 10.81779356 +LQ05X009180 Predicted protein 5.271574195 6.084939981 5.577116455 5.211289905 5.642992903 5.481050676 5.362488623 5.907387667 5.344025914 5.250124692 5.664366214 5.117934086 5.264664731 5.4282694 5.335537434 5.629482035 5.586683376 5.356668089 5.251692923 5.339167094 5.590578089 5.450845452 5.696660601 5.320858575 5.816316766 5.302156771 5.122958662 4.986274648 5.251858356 5.318309484 5.833815873 6.299162896 +LQ05X009200 Putative uncharacterized protein 11.97134943 12.91212408 9.874742156 7.843442046 7.291918474 7.282465124 7.424502089 7.071098564 12.32916897 13.0807988 11.4246182 8.834078262 8.039802653 7.269883699 6.826965803 7.486622925 11.8061123 11.96185621 13.0104639 10.15246943 10.14778376 10.73892465 5.963926747 6.039187388 12.31483191 13.03892769 13.25749348 7.663996435 9.720776075 7.28867879 6.281841802 5.609929069 +LQ05X009210 Putative F-box/kelch-repeat protein At1g57790 5.268576387 5.272380426 5.198730758 5.928923163 5.263961084 5.644205418 5.715247326 5.64146674 5.378003841 5.684643495 5.165365566 5.742332101 5.544857259 5.763041728 6.773206775 5.858091585 5.264059207 5.053434297 5.378701994 5.392059643 5.581625239 5.317421033 5.252084626 5.486791489 5.344130327 5.190843566 5.378386319 5.786348538 5.30331126 5.29113083 5.376981726 5.278869784 +LQ05X009230 Nucleolar phosphoprotein, putative 6.274168636 6.134647703 5.694895056 6.207115124 5.759839754 5.364488154 6.215683909 6.239815404 6.230474605 5.782615686 5.435529382 6.157681032 6.325096117 6.162097185 5.915491486 6.484424539 5.759032595 6.287841162 6.160580643 5.945762548 6.464114821 5.660150249 5.823712416 6.126527083 5.865523321 6.41383911 6.39653392 6.641332655 6.790344896 6.029625603 6.893728908 5.209256496 +LQ05X009240 At4g18590 5.096467919 5.042608776 4.75245382 4.848480494 5.259769553 5.070112866 5.027876869 4.828808486 4.966674155 5.505727039 4.846443373 4.898523128 4.996536796 4.923270109 4.737031971 4.986885378 5.181661938 5.11716557 5.393128804 5.272036546 4.766947415 5.154383067 4.797611576 4.835406307 5.434176561 5.392896253 4.885208546 5.183219991 5.288325534 4.847293755 5.297294514 4.576297946 +LQ05X009260 Signal recognition particle 54 kDa protein, chloroplastic 12.74312899 12.87492023 13.14531382 13.44892069 12.87601661 13.0556157 13.32157233 13.14070386 12.58727591 12.71640915 12.92974588 13.30151491 13.03696085 13.30878307 13.89173806 13.21892343 12.14401282 12.35414606 12.4179501 12.4769452 12.43574878 12.90135221 13.14835316 12.9299102 12.47382351 12.34414662 12.82453962 12.51574397 12.73464253 13.09687971 13.31235294 12.99353274 +LQ05X009290 Predicted protein 11.15952223 10.85141411 11.39334306 10.95340324 10.99951639 10.96794624 11.09656744 11.05879072 10.98937211 10.4320364 11.16168589 10.9759718 10.59304206 10.83643913 11.0168232 10.62271867 11.03531213 11.36531958 11.423858 11.49856848 11.61359935 11.45921259 11.50726977 11.66513307 10.90611082 11.23447771 11.70997399 11.27187894 11.74394081 11.91836646 11.54775352 11.83099252 +LQ05X009300 Probable small nuclear ribonucleoprotein G 14.75913946 15.00370378 13.69714193 13.91381296 14.31424163 14.48950815 14.52847716 14.29347528 15.0196811 14.91682318 14.50137264 14.69499026 14.49710085 14.72538173 13.96436052 14.6073777 14.72377093 14.33775393 14.83512109 14.20512883 14.03205969 14.59184565 14.03626231 13.91954218 14.86290791 15.03722081 14.91695531 14.1671507 13.44436105 14.43944958 14.25956879 14.1851492 +LQ05X009350 Predicted protein 5.427021747 5.549547342 5.059650803 5.473962278 5.502988063 5.584219952 5.604841813 5.318292309 5.428700717 5.539249245 5.582387326 5.503656913 5.445682299 5.574636649 6.02232 5.722063501 5.490760769 5.327735217 5.369556705 5.189000123 5.722875753 5.395952092 6.944141551 4.831476192 5.601954382 5.348250784 5.418206596 5.47391609 5.09433305 5.25938921 5.220280397 5.024281053 +LQ05X009360 Predicted protein 9.605796917 11.22525874 7.929834022 5.26040554 8.85359694 5.153173591 5.038441165 5.54932247 10.36343195 10.36389724 9.879388259 5.482825092 4.923317789 5.369886497 4.969376817 5.741942474 13.17660983 12.88341247 12.84781329 12.54129535 9.666011303 8.388363319 5.66949969 4.793733513 10.92410646 10.26355701 10.31323999 6.662401088 7.989583384 5.058564749 5.082390658 5.03975742 +LQ05X009380 125 kDa kinesin-related protein 5.234964188 5.459727944 5.820709664 5.215260409 5.408252885 5.051715109 5.451238075 5.409519516 5.242078361 5.156011769 5.523279398 5.245275279 5.154149663 5.096956756 5.020784284 5.143665882 5.410986732 5.392562503 5.237344009 5.472984801 5.303003522 5.251126398 5.39790503 5.026879789 5.613629678 5.252511033 5.402254758 4.843732387 5.203192506 5.141441024 5.558428591 4.971780864 +LQ05X009430 Beta-fructofuranosidase, insoluble isoenzyme 1 5.276021439 4.960351678 5.18992325 5.166925259 5.163823089 5.109838576 5.042198919 5.503763382 5.203034878 5.096383869 5.299762129 5.181121926 5.1997555 5.104896571 5.036889774 5.332538334 5.602042319 5.544410666 5.666764806 4.658822782 5.599062793 5.239679814 5.815201421 5.245785174 5.887394356 5.047289263 5.32031442 5.160284374 4.890725126 5.180966947 5.25874359 5.444313821 +LQ05X009480 Beta-fructofuranosidase, insoluble isoenzyme 1 5.47641224 5.914873947 5.199204793 5.280847442 5.285769333 5.1785809 5.544736875 5.465611509 5.488397977 5.9643347 5.326175218 5.147760483 5.792565296 5.157599813 5.106072896 5.199081731 5.351170417 5.776021252 6.028994509 5.286243603 5.317890904 5.416541725 4.967776733 5.241291809 5.297809716 5.419786041 5.920362195 6.016966069 5.346741727 5.416359565 5.196331511 4.817448629 +LQ05X009560 Ubiquitin 5.67265243 5.897627671 5.483871708 5.966540361 5.669452485 5.423003491 6.075056199 5.813035361 5.441363665 6.176044769 5.645571805 6.118489642 5.635820157 5.72421179 5.633254118 5.773957424 5.645218635 6.147535335 7.33402502 6.159517518 5.526107393 5.935247589 5.225730966 5.520235831 6.400534106 6.466619211 6.755536869 5.904750075 6.487516219 5.74798692 5.376692827 6.618205973 +LQ05X009590 40S ribosomal protein S14 5.85779708 6.028117527 6.663715054 6.166709832 5.854696764 6.52934548 6.306062356 6.350264177 5.805836774 5.83621394 5.981085634 6.629863711 5.789780669 6.75217328 6.032487487 6.573466975 5.467259138 5.614908024 5.43640451 5.754277612 4.865662375 6.143513529 5.557284021 6.080568299 5.980571966 5.770974788 5.799780343 5.371468144 5.1212864 5.66113371 5.446319139 5.793155601 +LQ05X009630 Putative uncharacterized protein 11.69263106 11.75816207 12.85087416 14.07044898 12.73499672 13.51415544 14.16694027 13.94269422 11.49499197 11.36159417 12.56456498 13.96780453 12.85594483 13.81369052 14.08055257 14.19646897 11.20188335 11.91730841 10.54639464 12.18426814 12.64652027 12.92981403 13.1128473 12.94435029 11.34007497 11.85003877 11.05942649 12.80648716 12.2939985 13.40627106 13.14385504 12.53280589 +LQ05X009640 Putative Sorting nexin-2 12.79888094 12.41508189 12.85166555 12.81068993 12.59106353 12.57098655 12.81455195 12.78939978 12.67205656 12.62136238 12.90761137 12.89739445 12.71717912 12.92710139 12.91019161 13.05384131 12.688412 11.97374751 11.93689931 12.05579395 12.14833448 12.39476564 12.22533295 12.2609972 12.44711893 11.56449444 11.91034092 12.0036943 12.12160521 12.60607224 12.10692546 12.2199065 +LQ05X009680 Predicted protein 5.587345709 4.794835944 5.229257372 4.963865596 5.846735302 5.439010362 4.853901334 5.224860398 4.946059725 4.91731478 5.378382389 4.796989691 5.071774894 5.148597096 4.876268133 4.963909357 5.738864309 5.588397209 6.120193093 5.580973846 5.945313831 5.156410497 7.413549512 5.997259091 6.335335515 5.385795113 5.106312171 6.773181955 6.015709287 4.582886117 6.302745324 6.099062663 +LQ05X009710 Hypothetical protein 4.57732096 4.616565488 4.844459728 4.519462949 4.898711408 5.027085409 4.633349881 4.537072341 4.728520594 4.671675838 4.969179852 4.622766237 4.697042567 5.246037808 4.5746377 4.568320945 4.872063572 4.537651222 4.799597477 4.859723587 5.271343153 4.605742473 5.032772412 4.723706457 4.565096343 4.694185118 4.896118815 4.853488067 5.293139094 4.60818461 5.549932186 5.192151764 +LQ05X009830 Putative Vacuolar protein sorting 55 12.84685026 12.19960919 12.58920144 12.79149592 12.68763946 13.35215136 13.25437779 13.05878247 12.82703628 12.41730768 12.64468195 12.76841733 12.64093824 13.24332636 13.16479199 13.24860919 12.91235501 13.13301154 12.21488549 12.32111098 12.24509856 12.52906363 12.52634773 12.17560521 12.4364292 12.49710356 11.84528292 12.25992429 11.19758303 12.30716334 12.43856346 12.09478139 +LQ05X010060 Putative Solute carrier family 35 member F1 5.145276957 5.293125656 5.394740199 5.414178382 5.273236539 5.641722161 5.214178796 5.293182559 5.283624638 5.685131898 5.557008791 5.202999658 5.29093974 5.435754973 5.011585165 5.665308363 5.249451026 5.446943751 5.344148312 5.218170625 5.394958732 5.33764266 5.065865409 5.206516083 5.169448707 5.357152029 5.286846818 5.447931218 5.454085594 5.201561994 5.622150214 5.279351628 +LQ05X010080 Hypothetical protein 5.353165907 5.477124259 5.484140118 5.283348676 5.511807177 5.338726091 5.08393944 5.110493564 5.458000806 5.309130981 5.942567561 5.358535344 6.13535602 5.128266314 4.880652005 5.070621856 5.564829183 5.392325194 5.465265807 5.644710952 5.234368318 5.222314869 5.86817413 5.748598494 5.472821827 5.239712958 5.442591837 5.927529516 5.020625638 6.02358821 5.656423496 5.20147973 +LQ05X010100 Predicted protein 12.54390046 12.41325646 12.67630246 12.3434556 12.4933459 13.37734698 12.81424014 12.85439271 12.72506584 12.71790675 13.01262974 12.7533018 12.68364158 13.18839804 12.84880025 13.26248751 11.69055706 11.86311514 11.38467679 12.09202795 11.88812857 11.76537217 11.86370638 11.57538816 11.72674451 12.03541725 10.75434157 12.22396906 11.86106722 11.7814593 12.37755374 11.10514008 +LQ05X010140 Putative Uncharacterized protein C1683.06c 13.15423906 13.06757243 12.99081708 12.4385892 12.69861729 11.31839865 11.47724041 11.44613265 12.86225027 12.76022636 12.77486133 11.95855648 12.65707833 11.55406284 11.49871145 11.58869189 13.03144586 13.80287326 13.06436785 13.11008967 12.95080046 13.05708878 11.90967847 12.61107842 12.290348 13.06963783 13.24680079 12.72513193 13.15125304 12.4217237 11.94775601 12.59636232 +LQ05X010160 GDSL esterase/lipase At5g03610 5.67171876 6.341758834 5.802746813 5.726390353 5.871374103 5.285407738 5.700563364 5.617992099 5.808934101 5.675657522 6.057212656 5.755057695 6.05465087 5.867959501 5.707432201 5.772483044 5.925515463 6.027200854 6.165586556 5.752668777 5.704377163 5.974995051 6.236694384 5.92032922 6.156680038 6.286327566 6.47744975 5.800491044 6.196216277 5.984234584 5.398204637 5.663918328 +LQ05X010320 Calmodulin binding protein, putative 4.431962101 4.479190914 6.059448225 4.724725212 4.788906477 4.349032683 4.60645429 4.635872578 4.632139871 4.533969654 4.811498824 4.668464153 4.993236521 4.444247138 4.578402191 4.691693066 4.564452029 4.411018428 4.692889733 4.596062913 4.431692996 4.547161402 4.981510855 5.037593822 4.492932494 4.572217145 4.503524853 4.99111583 4.719465384 4.396370422 4.920555773 5.035299607 +LQ05X010330 60S acidic ribosomal protein P2-4 5.654475043 5.126261106 5.238566347 5.406768162 5.520131551 5.249714114 5.486975189 5.009700794 5.500055367 6.024954392 5.073989495 5.62360138 5.490596977 5.520778297 5.614469248 5.15599914 5.529770519 5.523815669 5.631990814 5.958574439 5.651936079 5.473308379 5.575524368 6.174747375 5.591872162 5.501889545 5.81790429 5.468571225 5.46922673 5.480443775 6.029646704 5.885445868 +LQ05X010340 Monodehydroascorbate reductase 6.011997586 6.083982114 5.561870303 6.12888645 5.737841624 7.039282789 6.346516599 6.617037961 5.922844171 6.081386846 5.640192592 5.909749658 6.626470618 6.991226071 7.312039911 6.712402696 5.990867844 6.168416624 5.796953942 6.602519131 6.839906012 6.13538942 6.49466237 6.12898367 6.159047263 6.049344648 5.738131114 5.664742686 6.021794145 5.98130959 6.90314001 6.48313287 +LQ05X010390 Putative uncharacterized protein 6.025120757 6.805037226 6.955565502 6.576703809 6.384437145 7.466909168 7.856867522 7.25893159 6.444815945 6.73800671 6.604451046 6.698339162 6.771750255 7.552611855 8.287963215 8.132375016 6.630176245 6.402932747 5.625441499 7.272117348 5.791449943 6.193729626 7.502286074 7.578349957 6.009280175 5.416516429 5.85123052 6.038440265 6.189656549 6.252464184 7.298156718 7.115103443 +LQ05X010520 IAA-amino acid hydrolase ILR1 11.1085479 10.74585336 11.22882625 11.21673135 10.24451014 10.17455388 9.648702246 8.581425218 10.83838019 10.37801429 11.10805159 11.12677149 10.51558794 10.11156619 9.533427169 8.963748464 10.56004217 10.35637941 9.201851868 10.2988442 10.30626821 9.953314985 9.28433013 9.601153025 10.70966328 10.2475655 9.585169636 9.819152002 10.46137094 9.881072895 8.787241193 8.84364998 +LQ05X010530 Putative uncharacterized protein 6.876701284 6.999717537 7.727437318 7.720374723 8.152362933 9.223383526 9.47676453 10.43234123 6.933144145 7.195011924 7.942012897 8.200753725 8.402799025 9.646324474 9.824842368 10.5922637 7.185012211 7.259774506 5.932969119 7.657983833 6.811685279 7.540467323 8.533847798 9.975506277 7.029005892 6.944997032 6.132388696 7.248333304 6.668570287 8.217025357 9.69868704 9.875099991 +LQ05X010561 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.238547494 5.592675533 5.101208434 5.924563377 5.753017155 6.45300087 6.664828038 6.498884424 5.836899282 5.674376154 5.096992349 5.898356292 5.711401041 6.248128613 6.674831067 6.500613321 5.421983645 5.333300551 6.303438181 5.477940988 5.297507439 4.998239268 5.551607692 5.201276133 5.585424907 5.351149672 5.757926581 6.056926919 6.067519198 4.866383388 5.474396542 5.339514506 +LQ05X010760 Putative Transposon%2C En/Spm-like 11.23840861 10.68208062 11.50588686 11.77712163 11.33191467 11.85634971 12.02600561 12.32180535 11.2985244 11.11075158 11.08412966 11.76922562 11.3713031 11.68315086 12.19244623 11.89408247 11.02848045 11.50457072 11.50476414 10.53486177 10.55992708 10.98753371 10.85858016 10.60569832 10.92230741 11.26647684 11.71457125 10.37892157 10.11745368 10.87869767 10.68111766 10.73024688 +LQ05X010830 BEL1-like homeodomain protein 1 13.04866567 13.4300778 14.22148713 13.59765029 14.7563332 14.94447916 14.73156164 15.22460522 12.92696023 12.60980258 13.88424569 13.99215939 14.17497084 15.2519769 15.0434596 15.3351518 14.22861538 13.47270743 13.3370636 14.2081945 13.89321875 14.18707038 14.85977113 15.11189144 12.70868759 12.13792694 12.37201025 14.30744996 13.79137698 14.98322322 15.00210378 15.22097456 +LQ05X010840 Predicted protein 11.69094153 11.55283751 11.38272042 12.03600991 11.14679785 11.55279271 11.8716761 11.16073664 11.61194444 11.32789301 11.37551268 11.84750528 11.3286406 11.56054714 11.62908035 11.51396141 11.39081104 11.76399729 11.12950324 10.60722589 11.27555953 10.90546845 11.47518285 10.9776362 11.37834941 11.69181897 11.24957521 10.6803167 11.1162811 11.04956964 11.24278336 10.9028692 +LQ05X010980 F18C1.5 protein 12.24719132 12.11375726 12.63666723 12.03336584 12.36092743 12.90582281 12.54299523 12.69948952 12.43757249 12.08946772 12.77604069 12.51777958 12.55601433 13.03057637 12.56949701 12.89292887 12.80750019 12.68266633 12.00084753 13.17147741 13.1371887 12.30556283 13.30836334 12.9378738 12.43436122 12.39155785 11.9106291 13.02788058 12.87490425 12.41086406 13.20727607 12.78495287 +LQ05X011070 Putative Probable ATP-dependent RNA helicase DHX36 5.197363781 5.596616445 5.159002575 5.176653546 5.245983128 5.10980613 4.830866611 5.242058645 4.967832801 5.576110645 4.718181544 5.051307162 5.154813092 5.476695948 4.988464176 5.235329164 5.136406017 5.036622041 6.10115369 5.444288329 5.358640487 4.816083981 5.698147819 5.514204574 4.976815946 5.142916167 5.476425123 6.626572344 6.002766775 5.041535264 5.548725164 5.103123121 +LQ05X011120 Predicted protein 5.160955517 5.501861802 5.162631581 5.265966299 5.906877805 5.238198978 4.933733609 5.093831825 5.279044037 5.730986616 5.397208184 5.145177054 5.0180516 5.019395166 5.011468483 4.998400122 5.261954902 5.606018511 5.598198173 5.311385823 5.632563561 5.184499623 5.550719724 5.503617842 5.570289935 5.84109144 5.397667607 5.365702649 5.189272013 5.434904785 5.009532598 5.561373416 +LQ05X011150 Putative Nuclear transcription factor Y subunit A-10 7.946506105 7.295111055 7.238354815 8.41151698 7.338718543 7.955930302 7.978725052 8.103221119 7.429117218 6.944203329 7.034363929 8.304372503 7.124591919 8.369069069 8.366442734 8.289121956 7.334620549 6.750453732 6.104401732 6.264552563 6.221481731 6.807513613 7.920052616 7.731606009 7.044528325 6.336266508 6.263782783 6.558854044 6.834215305 7.508089203 8.039528216 8.3343775 +LQ05X011430 Hypothetical protein 9.120341015 7.828294341 8.010060377 11.2720838 8.253726908 12.20998365 11.63096263 11.01662331 8.796568941 7.874756333 8.808630269 11.13486164 8.368865406 11.36449611 11.81007143 11.42344111 7.750177099 6.632686161 6.582590074 7.067373651 6.133516008 7.382663237 6.111240286 5.287199629 7.531488324 5.823361352 5.976130147 5.580001377 5.422610385 7.392263358 4.918708043 5.905689972 +LQ05X011450 Peroxiredoxins, prx-1, prx-2, prx-3, putative 14.12200406 14.03774855 13.83792138 14.26089373 14.04321596 14.31289074 14.32232446 13.87362534 13.76318051 13.65479424 13.8148398 14.15883866 13.99988568 14.47150414 14.03121392 14.25273191 13.58630163 13.59812883 13.71757233 13.29326939 13.63975367 13.96124657 14.1047202 14.25858354 13.77717201 13.67268346 13.83524517 13.80647925 13.67440664 14.29121174 14.04581324 14.31902651 +LQ05X011470 Hypothetical protein 5.138121174 5.519453976 5.790125598 5.053330297 5.235511988 5.122257953 5.063054056 5.134869857 5.184490855 4.921557499 5.817732308 5.056963955 5.124340938 5.177884895 4.836496542 5.088721511 5.26895186 5.197752752 5.125356805 5.481361157 5.353020703 5.19198943 4.693900371 4.871350764 5.577315417 5.073212358 5.273284834 5.203350155 4.863641997 5.37093472 5.306911394 5.362973099 +LQ05X011500 Putative Aspartic proteinase nepenthesin-2 12.60549126 11.97877451 13.39368169 12.89764702 13.11741806 10.49760899 9.678017112 8.508045105 12.66225024 12.10360538 13.41902055 13.11713145 13.45954282 10.34129896 10.67617262 9.35072543 10.99526632 12.14065515 11.37766368 12.87198474 12.38246185 12.83633568 6.848903748 8.002946491 11.03970208 12.24803811 11.69615901 12.7737494 12.90232516 12.15695651 8.480602131 7.564866427 +LQ05X011570 Putative uncharacterized protein 4.717321563 5.291561824 5.09272103 5.055650577 5.346449653 5.436386213 5.190667921 5.197787633 5.270056111 5.192927193 5.288524934 5.030522826 5.100244917 5.208673801 4.854059137 5.271710698 5.09237273 5.117310472 5.497051422 5.15870042 4.945767947 5.402285226 5.38863166 5.544782811 5.354392928 5.315275227 5.484185633 5.506618982 4.932732198 4.990536703 5.447750105 6.023477589 +LQ05X011590 Putative Predicted protein 5.59029 6.054696372 5.793889925 6.297052005 5.691785928 5.756878146 5.397028224 5.44334024 5.979777837 6.224619029 5.961522092 6.087731233 6.5806487 5.912550056 6.33769524 5.68745686 5.577021228 6.036354044 5.875152191 5.836353035 5.863132451 6.054776977 5.718118778 5.850486443 5.877351733 6.383032557 5.872874945 5.880672882 6.058393692 6.262578803 6.118522563 5.86937857 +LQ05X011630 Hairpin-inducing protein 8.626112571 9.655929668 10.27448668 10.84783304 12.04209204 9.987972358 10.84808186 10.91660385 8.435110346 9.405981573 10.09186967 11.21256562 11.7338109 10.40267472 11.12131798 11.47426492 12.719992 9.648408213 11.41898562 11.17517857 10.57909711 11.2581099 11.58576661 12.01400862 10.29471065 9.479726252 10.4535407 11.13641298 10.12614514 12.40466978 11.91500088 11.70415044 +LQ05X011670 Putative uncharacterized protein 13.24484675 11.99116709 14.12156824 15.0358774 14.67217265 13.91750702 13.30693473 13.13198852 13.51164859 12.06418853 14.22635141 15.64108794 14.88461651 14.14228523 14.06638514 14.06006698 13.36163926 14.05447985 13.51147677 14.11028726 13.86371265 14.94356253 12.53467802 12.76991281 12.71153249 13.47168074 13.05200956 14.59387362 14.28292582 15.21446868 12.55956812 13.02008649 +LQ05X011720 Hypothetical protein 5.150834059 5.060066956 5.336220261 5.207487028 5.21965759 5.414754307 5.359634798 5.288161544 5.021472761 4.729721055 5.365167247 5.13416231 5.069660481 5.256728575 5.168201559 5.122542 4.997664453 4.817806562 5.289277138 5.331531466 5.197344813 4.995038631 5.519808065 5.618614249 4.972638625 4.762753185 4.960375904 5.071628903 5.146426575 4.894132665 5.41363436 5.443355402 +LQ05X011730 Ubiquitin-conjugating enzyme E2 variant 1D 6.605111248 6.17745784 6.674916716 6.969578189 6.505586862 7.050870899 7.015749373 6.706409924 6.672153861 7.007088838 6.79974283 6.915813278 6.819191122 6.865074527 8.219207426 7.027511233 6.429908336 6.280539819 6.103342001 6.836281784 6.407476562 6.88213002 7.344826765 6.12330123 6.44811278 6.257601024 5.853916619 5.483540639 6.240742029 6.34188518 5.760957796 7.015377074 +LQ05X011780 Hypothetical protein 5.447252662 5.557997043 5.529388418 5.420960872 5.279763984 5.701825415 5.426375309 5.684034518 4.946594286 5.444117114 5.251535191 5.668291958 5.313793831 5.445316176 5.393946108 5.547478933 5.429014103 5.202630708 5.302290322 5.492892111 5.109965651 5.215558507 5.180996871 5.086985347 5.110906202 5.162062224 5.825300469 5.301117842 5.642390487 5.474654904 5.816452979 4.911187507 +LQ05X011820 Putative uncharacterized protein 6.292388196 6.619294416 6.381003893 6.137283996 6.052037738 7.375988829 6.553932338 7.574340558 5.683958761 5.907517252 5.820855266 5.704847717 6.152660449 6.703013736 5.824820802 6.345786796 7.406865402 7.459689439 7.389374751 6.802158004 7.392311776 7.686559785 8.56015162 7.949441621 7.332560513 6.933508846 6.926086584 6.842017973 6.233803739 7.496519069 7.491320374 8.153453466 +LQ05X011850 Putative TLD domain-containing protein KIAA1609 homolog 10.34332397 10.30090221 10.1235914 9.722523517 9.634724142 9.560411847 9.533085048 9.073002712 10.57135448 10.44478327 10.3423705 9.820961293 9.890490429 9.646887429 9.707860574 9.264995031 10.24925898 10.2931685 10.38516474 10.16766132 9.880261181 9.413321493 10.03790774 10.02765182 10.15037626 10.5370428 10.65109692 9.76791247 10.4469683 9.955947746 9.98458283 10.31202452 +LQ05X011860 Momilactone A synthase 5.425378113 5.793121602 5.252715467 5.530404049 5.219433829 5.608824385 5.138021516 5.512529648 5.717417991 6.041409345 5.533770074 5.245732071 5.622296154 5.386512027 5.089381354 5.624719294 5.909169787 5.918019466 5.846401448 5.595872092 5.955341108 5.746139748 5.14497721 6.018554139 5.42454618 5.687734219 5.432864816 5.916386785 5.5695726 6.234953223 5.333108816 5.956994273 +LQ05X011900 Momilactone A synthase 10.53837616 12.7073154 11.17259858 12.69179766 12.29632247 11.70109803 13.46352527 13.69278545 10.49884434 12.85913792 11.01674979 13.25038666 11.34421741 13.27255033 14.47209727 13.24308481 14.38573604 13.18223225 12.90362564 12.616736 12.54602855 12.12981669 14.02571323 14.24909627 12.9476086 12.52941971 12.26105685 12.94017417 12.60678195 13.33640511 14.84580065 14.38874811 +LQ05X012240 Hypothetical protein 5.058106618 4.843464224 4.939884082 4.775487614 5.033599197 4.808674977 4.886785466 5.105771673 5.002277471 4.817719399 4.927247679 4.861333447 4.987349086 4.872752447 4.692603328 5.273941964 4.907305752 4.831052776 5.336058604 4.505134562 5.300956164 4.732140355 5.32342642 4.560095495 4.866383538 4.796640325 5.264255119 5.111209976 4.935881185 4.795544893 5.428026475 4.808407823 +LQ05X012260 Hypothetical protein 4.899181392 5.007808741 5.039408971 4.535582605 4.834944791 4.595850051 4.765302877 4.665636403 4.649763597 5.060327135 5.127341258 4.615222943 4.901677234 4.634551329 4.650755021 4.628890589 5.172128607 4.616100454 4.944052104 4.780598127 4.904036022 4.650912188 4.922006853 5.018802836 4.567775724 4.843529257 4.939221251 4.730958368 5.134162467 4.844696196 5.272561362 5.000133328 +LQ05X012311 Hypothetical protein 4.717415834 4.760738857 4.70907192 4.80312185 4.784667134 4.671245557 4.829533017 5.210515316 4.729240122 4.99167156 5.04688925 4.798585605 4.904274517 4.60775145 4.909495735 4.849696321 4.577390985 4.625420481 5.152074897 4.940243739 4.579194233 4.768385607 5.072903096 5.493326717 4.986200862 4.80195681 5.044396649 4.805488347 4.960517557 4.774484082 5.281424183 5.024444992 +LQ05X012703 Putative Copia protein 5.365382233 5.337507571 5.180111062 5.647360277 6.00248538 5.619741315 5.530939308 6.339083896 5.164330449 5.384701158 5.240887112 5.230026604 4.856888032 5.651245266 5.259768579 5.674366049 6.515683968 5.942923084 5.784077284 5.595486518 5.728966721 6.400277168 6.110201396 6.039132881 5.496781017 5.78785984 5.453526013 6.282116022 5.186904794 6.035394711 4.882188629 5.377394242 +LQ05X012720 Putative Phosphoglycolate phosphatase 11.97579652 11.55327015 12.7394605 13.1754055 12.25125563 13.90794117 14.15237267 14.2724935 12.05785954 11.27144396 12.41000448 12.7456373 12.34722343 14.06749547 14.0256576 13.8167025 10.77619453 10.97573032 10.71061391 11.90330289 11.33172823 11.50370546 12.7396283 12.9452153 10.66710117 11.07183376 10.68444299 12.17082841 11.86344896 12.26008507 12.8964145 12.57753532 +LQ05X012960 Predicted protein 5.43243182 5.0809492 5.293931827 5.296675255 4.980700419 5.018397655 5.357635547 5.166217089 5.435130564 5.325323155 5.386350482 5.376817672 5.147744112 5.099780785 5.554830017 5.216158399 4.980583682 5.255226285 5.076767338 4.99849571 5.239100716 5.319782952 5.911479634 5.237311221 5.070829092 5.044825013 5.350558071 5.258456375 5.869644454 5.556527021 5.485457617 5.059967992 +LQ05X013200 Hypothetical protein 5.043555138 5.258663204 5.401249636 5.140878601 5.506644326 5.275385431 5.155941898 5.137376266 4.986692123 4.947496214 6.102422371 5.190851638 5.53693191 5.370557094 5.24891877 5.184328089 5.166890786 4.965514798 4.997178153 5.096402829 5.022494585 5.188835746 5.42895158 5.596667954 5.356521348 5.004038014 5.046126676 5.20346428 4.891972943 5.44507999 4.924540672 6.2102396 +LQ05X013400 Hypothetical protein 4.990140807 5.156309729 4.647022696 4.819673387 5.053311358 5.1871761 4.957906475 5.321290001 5.071958434 5.122698068 5.035405272 4.827766972 5.140744696 5.213881174 4.90668655 5.04798215 4.840873031 5.125401489 6.079956038 5.042332805 4.605559782 5.151839326 5.267638661 5.095966894 4.868568571 5.388942461 5.057762289 5.130819954 5.12645755 4.970505183 5.175511351 6.436741542 +LQ05X013500 Putative uncharacterized protein 5.973963251 5.242717062 5.191368735 8.761473726 5.673348019 8.371101472 8.634378034 8.377298295 5.561832311 5.380329672 5.288469792 7.338946269 5.232062269 8.162176508 8.021911418 8.035402338 5.601221 5.305749844 5.577177805 5.125052931 5.115997676 5.61471518 5.024988959 5.21365891 5.492910635 5.280721325 5.422957874 5.403204616 5.256095214 5.972369933 5.187549384 4.864446795 +LQ05X013530 Calcium/calmodulin-dependent serine/threonine-protein kinase 1 5.547130968 5.388946381 5.771319901 6.391932743 5.9971034 5.717396409 6.693314516 6.339214812 5.71371494 5.179750725 5.631934512 5.846363854 5.47931414 6.083266953 6.18466036 6.157147936 5.582845698 5.581532077 5.066458533 5.673741837 5.72231574 5.468476678 5.455154887 5.27009256 5.549583665 5.792057212 5.183082649 5.864157223 5.282440856 6.173712884 5.107884592 5.555299461 +LQ05X013570 Hypothetical protein 4.779929402 4.881376442 5.014358422 4.795586447 4.954260322 5.225117571 5.100289168 4.878004753 4.985237812 4.821008658 5.651299849 4.943825689 5.124363008 5.334698034 4.698135699 5.041308476 4.96714422 4.611482118 4.915638708 4.997616476 4.821296566 4.753153261 5.123485768 5.34135548 4.697556372 4.756870523 4.898262954 4.685685849 4.939985718 4.82116797 4.835924969 5.197408433 +LQ05X013700 Ribonuclease H2 subunit A 5.548144144 5.608662832 5.538074525 4.856980376 4.953516158 5.430807972 5.244611607 5.198914405 5.605460941 5.532524454 5.497616056 5.24614423 5.136712672 5.483003984 5.449384504 5.119222671 5.524762546 5.30977598 4.926879965 5.607992586 6.065101845 5.516483749 5.350865558 5.096080473 5.39078515 5.499388929 5.39493878 5.441140365 5.680792139 5.296867906 5.828969401 5.440928832 +LQ05X013790 Hypothetical protein 4.660550624 4.714460751 4.742480771 4.920569698 5.071027071 4.734674864 4.738529339 4.786244419 4.827922973 4.636699212 5.206994447 4.889846384 5.062774564 5.178611847 4.730993816 4.866931853 4.849820329 4.834977065 5.074806541 5.018117671 4.574361642 4.902133404 4.982808047 5.159283199 4.576397096 4.934152635 4.683584585 4.75723289 4.991930002 5.18939964 4.946468882 5.901552843 +LQ05X013820 Putative UNC93-like protein C922.05c 5.07518305 5.504094033 5.384200003 5.012772179 4.81372097 5.08578514 4.863422845 5.005246883 4.993805996 5.248541282 5.625632876 5.021999496 5.043920675 4.979278226 5.367452876 4.806328654 4.924615682 5.109103718 5.343385874 5.082837453 4.941728713 5.036253134 5.471610885 5.460154925 5.074461593 4.9683624 5.094395781 5.784615753 5.082723409 4.850588529 5.285501501 5.306556338 +LQ05X013840 Tubulin beta-3 chain (Fragment) 14.03251935 14.46203531 14.39400188 14.69369839 14.65031743 12.41926019 13.16076002 13.65705023 14.02215039 14.19823299 14.53991618 15.00013685 14.7381952 12.51709203 13.61348797 13.41055505 13.26279227 13.95348701 13.58354992 13.79314984 13.93279915 14.75990526 13.70020868 13.17054705 14.10476797 14.523069 13.90178391 14.93318034 14.52815001 15.17068037 13.21325442 13.31066066 +LQ05X013890 Putative uncharacterized protein 6.123992745 6.060897347 6.944202484 6.369932341 6.229756559 5.546744587 5.722339592 5.45420335 5.81205728 6.90923271 6.73733032 6.425873967 6.322432536 5.787823977 5.509736538 5.638167703 5.652924292 6.263687919 6.008792854 6.277971015 5.844196859 6.164672362 6.181247965 7.009644427 6.035538571 5.86726447 5.935472438 6.088275013 6.439299623 6.162655039 5.959701056 6.839883823 +LQ05X013900 G2/mitotic-specific cyclin S13-6 12.48504103 14.0101612 10.56894272 9.651540325 9.205523191 9.900349883 10.20618433 9.908285774 13.29567112 13.93951409 12.13086768 10.25987378 10.03042477 10.030404 10.71306329 10.59279128 13.13445257 12.65343993 13.62016843 11.62708854 11.09995153 12.61456585 8.633962285 10.15929998 12.85414624 13.70008077 13.45982321 9.579129043 10.74064487 9.806543556 9.05067601 9.894423876 +LQ05X013960 Cysteine proteinase inhibitor 7 5.774052018 5.582229429 5.532833656 6.06212442 5.429241136 6.372993557 6.052116657 5.802037916 5.886806266 5.816417408 5.286658228 5.938106762 5.709316142 5.692692282 7.025341969 5.916447902 5.762696087 5.858346091 5.581735716 5.57743844 5.881248185 5.652200424 5.506053143 5.549391726 5.690809918 5.344014663 5.595531294 5.776733739 6.271166482 5.417589215 4.938164013 5.177817272 +LQ05X013970 Cytochrome P450 98A2 5.972118641 5.884066762 5.982788228 6.414269238 5.924654319 7.595665292 7.19405058 6.839722479 6.154965271 5.702328644 6.185920384 6.403459521 6.082202441 7.656994891 6.569888209 6.727028966 5.71611252 6.293102318 5.164911657 6.263381408 6.469129942 6.033079871 7.02333675 6.62474255 5.878056852 6.044888604 5.500081135 6.051021346 6.394045036 6.211330568 7.57418122 6.094608866 +LQ05X014010 Putative TGACG-sequence-specific DNA-binding protein TGA-1B (Fragment) 4.793385838 4.839220352 5.167363754 5.064600184 5.015701444 5.328496337 4.718223453 5.06737622 4.756552018 5.171397498 5.070025129 4.866814141 5.007125292 5.106110977 5.419592708 4.899620065 4.987612484 4.884275459 5.209119507 5.148095324 5.231522146 4.84822367 4.881458027 5.740274827 4.990792084 4.849537245 5.356411073 5.227957748 4.79154572 4.770886683 5.533735881 5.841674981 +LQ05X014020 Predicted protein 14.21238545 14.67519345 14.43367768 13.99460829 14.48866902 13.48349591 13.83596324 14.17101939 14.03600102 13.89000321 14.15678202 13.84066965 13.93307254 13.91083779 13.9099795 14.09498368 14.39580345 13.97672111 13.95261635 14.04129515 14.399908 14.2458568 14.42661963 14.68906511 13.7787709 13.76228904 14.03547386 14.06022249 14.55857643 14.25587326 14.42664403 14.96052233 +LQ05X014150 DNA binding protein, putative 6.666647724 6.632039335 6.380393972 7.04831624 6.140235326 7.205856753 7.566128217 6.678781275 6.882098758 6.969056516 6.748087506 6.910764857 6.727559631 6.377956426 7.868811976 6.195588649 6.724238901 6.756865012 6.25809828 7.585830085 6.716432715 6.897047942 6.786641863 7.083378964 6.786175665 7.002140825 6.146583418 6.581025454 6.295207704 6.694905804 7.022028051 6.746499981 +LQ05X014210 Hypothetical protein 5.464704297 5.26303153 4.781585256 4.869849581 4.943834221 4.641450263 5.106565569 4.761246568 4.994831533 5.508560663 4.966347402 4.763314956 4.799454811 4.471351166 4.890320605 4.787644453 4.781802811 5.157152922 5.414533966 4.71806353 4.901093511 5.266458433 5.019694163 5.026574787 5.113658578 5.382742794 5.642620691 5.169031672 5.601386222 4.967426066 5.198140408 4.907282307 +LQ05X014280 Ferredoxin-dependent glutamate synthase 1, chloroplastic 9.916755278 8.459122293 10.60919268 10.7878102 9.837742421 11.34890281 11.60859528 10.49025073 8.9428011 7.391387503 9.708741214 10.46190257 9.640061765 10.73793016 10.98557679 9.996613314 8.650512208 9.525340488 8.668953425 9.982312233 10.85469149 8.930600714 11.76194703 11.01235398 8.250545445 9.184448996 8.560327268 9.819940475 10.70717918 9.538952147 11.7805375 11.15376723 +LQ05X014300 Ferredoxin-dependent glutamate synthase, chloroplastic 12.83946892 12.66983445 13.13235975 13.64940209 12.52121295 15.15872743 15.1156243 15.04650411 12.91781691 12.24360318 13.19123453 13.68488897 12.71167513 15.30771235 15.20744055 15.02905793 13.01506223 12.98617831 12.4723257 12.31645543 12.05224502 12.66260324 13.94952585 14.06336711 12.72918107 12.74918951 12.49138543 12.67005119 12.22940557 13.28481475 13.88672352 13.82930944 +LQ05X014400 Hypothetical protein 7.530376796 7.724541789 8.173289056 8.763320299 8.546770112 5.809312605 5.670188895 6.055043849 7.728675627 6.472773032 8.263624152 8.889641918 9.877197281 5.27773077 5.406449675 6.600960296 8.785186777 8.33154598 7.212623681 9.012702479 8.990327192 7.875228503 5.592914241 5.711008144 7.816070499 8.602075496 6.859387974 7.566654969 7.483990335 8.703937823 5.602449961 6.557546637 +LQ05X014480 Hypothetical protein 8.233970082 7.787969557 8.644158687 10.27399262 8.986306457 10.11093406 10.37260027 10.7405757 8.457654436 6.562356962 8.781822537 10.42736285 9.50863836 9.794883061 9.856166108 10.4963652 10.53606248 10.78619079 9.847663731 9.851437522 9.734898494 9.6031535 9.201708164 9.35170754 8.940183573 9.400330373 7.990700222 10.34058803 9.004326955 9.99272259 9.039123365 9.316247625 +LQ05X014600 Hypothetical protein 10.07597627 9.432318973 10.16173982 11.03259351 9.323735256 10.98801525 10.94666468 11.19739516 9.913896026 8.851248513 10.1491528 10.96056649 10.23733471 11.11915772 10.8029257 11.24607676 10.82001879 11.06279419 10.18752021 10.23862019 10.55348126 10.28936618 10.95014444 10.64690173 9.896425006 10.41773823 10.00541509 10.62027761 10.31313583 11.07069538 10.62708738 9.667662959 +LQ05X014610 Putative uncharacterized protein 12.1946201 12.21903056 12.3145693 12.1725633 12.27587124 12.9591004 12.93589545 12.24270079 11.90411773 12.12797687 12.15800168 12.09168379 12.36573212 12.95530204 12.93663692 12.47153431 11.96187297 11.91787173 12.12666966 11.80337562 11.94382438 11.64326773 12.96821491 12.77909289 11.76143775 11.91179013 12.33319265 11.8355687 12.18911305 12.33410192 13.02415241 12.5087122 +LQ05X014650 Putative Origin recognition complex subunit 4 5.551939907 5.127705405 5.057725834 5.614463163 5.199421201 5.679076215 6.071437992 5.625466209 5.922817542 6.043080828 5.647260873 5.613403054 5.490768559 5.846870009 6.469817464 6.022537326 5.467346243 5.599472144 5.003341244 5.971677497 6.212225568 5.291294147 6.596477812 6.06767615 5.400141554 5.505187827 5.010713578 5.341559138 5.566338495 5.238308273 5.727533835 6.533037093 +LQ05X014680 Expressed protein 4.712227642 4.81436726 4.728338712 4.820981193 4.872038818 4.781930674 4.737031503 5.047085239 4.74460318 5.320134907 5.009288762 4.808184928 4.657474069 4.892533993 4.68082179 4.873686853 4.845614205 4.927663822 4.906903501 5.012218011 4.73689384 4.953926148 5.364700872 4.883433683 4.806600465 5.174520502 4.888315206 5.03053828 5.05535193 4.990329594 5.819710528 4.660874214 +LQ05X014830 Putative uncharacterized protein 5.902402383 5.755765798 5.461099483 5.345038672 5.53521189 5.182146804 5.776234195 5.481271007 5.816478487 5.246186691 5.735817696 5.497289373 5.601266572 5.346917325 5.26915987 5.282275895 5.696133048 5.35753232 5.107918875 5.753575725 5.477334301 5.550671774 5.439461633 5.333746813 5.424327034 5.760987745 5.336785152 5.706647007 5.779052021 5.806051779 5.76267721 5.77087927 +LQ05X014900 Putative uncharacterized protein 6.517897885 6.197583446 6.443505075 6.836105593 7.156154466 7.909360837 7.770195783 8.375563467 6.759017315 5.779141173 6.723193576 7.1575138 6.818196647 7.941756045 7.994510899 8.224160081 7.225349636 7.017426277 6.816833311 7.326386795 7.468596676 7.088435893 7.952314379 7.829966118 6.574216694 6.450981146 6.233066556 7.241234257 7.242969406 7.453499446 8.358849289 7.909575025 +LQ05X014910 Predicted protein 10.19325636 10.23868622 10.56848921 9.808251308 10.36101892 10.77086846 10.80140067 11.17986646 10.30067473 10.2658778 10.36840601 9.964014173 10.30221082 10.9698045 11.06211869 11.43189208 10.76184533 10.80468105 11.15835142 10.45909503 10.38226399 10.42925247 11.7910673 11.74946493 10.29894482 10.37048965 10.90117536 10.46716404 10.65229924 10.54983596 11.83061917 11.85263846 +LQ05X014990 Transcription factor BTF3 14.3009104 14.32584129 14.09050333 14.31698452 14.09055131 14.16754829 14.31769105 14.04798391 14.52948834 14.79976386 14.24189362 14.78155935 14.37468835 14.26468135 14.36772184 14.41727239 14.57327991 14.26317205 14.46969865 14.40631696 14.21813337 14.38460298 14.11470354 14.06832288 14.64660283 14.48267701 14.51078992 14.17873725 13.91058054 14.4508051 14.21102868 13.97488737 +LQ05X015080 Kinesin heavy chain, putative 8.068821213 7.237922457 8.441608033 8.441187489 7.666249201 9.136652063 9.142123349 8.257346824 7.807083504 6.665477573 8.528875592 8.206987009 8.113857473 9.094859949 9.172774276 8.406825601 5.43126827 5.36273115 5.78727768 5.539199526 4.925467701 5.051560646 5.087528957 4.777203362 5.08338244 5.323870929 5.392711067 6.398149961 5.236759663 5.48380834 5.403546844 5.227736355 +LQ05X015130 N-acylneuraminate-9-phosphatase, putative 13.53486073 13.26811132 14.13487023 13.63694622 13.4478316 14.78855864 14.41193113 14.92353246 13.4515863 12.77301876 13.49097596 12.85069487 12.01926682 14.65377424 13.92465242 13.81462003 13.9513187 13.77261719 12.48674645 13.72899259 13.6556797 12.745701 14.35238689 13.85736139 12.59267876 11.53482705 11.90177477 13.20971135 12.80333107 12.76177226 13.87220544 13.99237599 +LQ05X015170 Hypothetical protein 5.328568025 5.578516121 4.918332069 5.079084023 5.265080847 5.058442501 5.134826046 4.899535059 5.295356927 5.530990385 5.162099792 5.237100895 5.419638245 5.422484578 5.037872209 4.968838535 4.983262614 5.111966224 5.684594557 5.384909829 5.589411557 5.11948152 5.609926399 5.540863664 5.312696814 5.531203258 5.661904382 6.103252471 5.83703633 5.299190209 5.082937668 5.295815829 +LQ05X015240 Putative Strictosidine synthase 1 6.679429255 6.704176019 7.023274237 6.267632459 6.379108121 6.723051098 6.248462977 6.430427625 7.116484309 7.056453164 7.155178957 6.579810736 6.683705661 6.306832362 6.130719331 5.65930758 6.403538189 6.785634526 6.184135861 6.287484466 6.997350212 6.656017395 6.715257891 7.021960533 6.405141151 7.027567484 5.900414544 6.841808621 6.061159675 6.775330099 5.486571875 6.127623023 +LQ05X015250 Hypothetical protein 5.010336217 4.826676684 5.332073247 4.981026009 4.987016685 4.931144207 5.325417691 5.277449542 5.156829122 4.934224292 4.86855848 4.950579692 5.429388531 4.959018445 4.891369725 5.131812531 5.186582183 4.976456639 5.34875343 5.534165604 6.119248606 4.837868361 5.512816586 6.210031441 5.337176043 5.240404915 5.142307546 5.501334815 5.963604606 5.038871254 6.272286605 5.760298754 +LQ05X015330 Putative uncharacterized protein 12.38885908 11.93895873 12.474269 12.23232233 12.28729585 12.74286134 12.45711959 12.71578964 12.11356448 11.73292372 12.12815157 11.93450942 12.18310883 12.44587123 12.36865188 12.40496903 12.93200007 12.66219665 12.45432887 12.45387755 12.27200647 12.1441869 13.11786814 12.55708131 12.35458918 12.45252702 12.10851058 12.61912489 12.15318068 12.46444855 13.1424111 12.8108324 +LQ05X015340 Cystathionine beta-lyase, chloroplastic 12.3583156 12.76271703 11.83247719 11.53999443 12.00162618 11.78658561 11.46732383 11.12361369 12.46416671 12.67310047 12.17668031 11.83468938 12.27064728 11.72573903 11.46626839 11.6098699 12.92760452 12.08062475 12.63154553 11.95441185 11.98412422 12.08390896 11.73896432 11.44000349 13.14091313 12.24795649 12.91260095 11.65724991 12.26446468 12.21395242 11.39648065 11.20832066 +LQ05X015350 Putative Tubulin-specific chaperone B 11.95242262 12.18166263 11.88936802 11.71541945 11.77139001 11.33105102 11.23816264 11.19001031 12.2933809 12.61320954 12.056047 11.83508773 12.05815567 11.43940677 11.66765543 11.45954235 11.33546084 10.84951832 11.97112707 11.56811171 11.09028053 11.36998659 10.97274994 10.91256017 11.88316764 11.09921345 11.97102915 11.24128751 11.31307445 11.08898591 11.35346782 10.59398717 +LQ05X015360 Putative Pyruvate kinase, cytosolic isozyme 13.7322304 13.916244 12.33692271 11.54910514 11.60504374 12.13085517 11.67466046 11.14220034 13.72600451 13.50250234 12.66964803 12.02408358 11.63180238 12.17042072 11.85666159 11.97669691 12.96042659 12.22005832 13.51418841 12.06878457 11.56929053 11.64288756 10.98141223 11.35054691 14.12122736 13.07111799 12.92060601 10.8644263 11.6877057 11.13704228 10.96663927 11.03141642 +LQ05X015390 Eukaryotic translation initiation factor 2 subunit beta 13.61254777 13.48502862 13.63213165 14.12037837 13.46955697 13.83488645 13.7960086 13.96222884 13.26023036 13.72557892 13.20310288 13.80160796 13.26303364 13.4350192 13.6193551 13.89789813 13.35668628 12.4512768 12.67426566 12.98310774 12.46912091 13.09439268 13.23519704 13.05399554 13.43187441 12.5786418 12.67867229 12.76518377 12.15995828 13.06678438 13.27524576 13.21680145 +LQ05X015450 Putative methyltransferase DDBG0268948 9.125613314 9.041311405 8.571970658 8.730372183 8.386647375 9.266780964 9.171829895 9.528900951 9.00308898 9.061662039 8.285328123 8.61423427 8.294410926 9.531908 9.298670172 9.524121807 8.968309592 9.561226213 8.851309456 8.450890144 7.840344683 7.715992726 8.311138039 7.050193144 8.504459126 8.897278754 9.189438278 7.187749155 6.928462571 6.956224998 8.989393747 7.373628171 +LQ05X015480 Putative uncharacterized protein 5.981263033 4.906599991 5.113945521 4.815671307 5.224893366 5.128679937 5.253048982 5.066161095 5.530115119 4.703813913 5.293613834 5.083068424 5.107505434 4.762874874 4.643572298 4.708441308 5.651972883 5.372966072 4.903172996 4.901237378 5.245148825 5.002313898 5.570021541 5.23773031 5.078896024 5.819413749 4.686797864 5.322072193 5.321188151 5.088139585 5.145494675 5.043308241 +LQ05X015530 Putative uncharacterized protein 13.568517 13.20646535 13.36366812 14.0065825 13.34433785 13.81915691 14.15597636 14.15507092 13.38094913 13.49291297 13.19120127 13.78387473 13.39745734 13.88875033 13.98628673 14.1738467 13.75238503 13.61941476 13.2687466 13.17173415 13.7555705 13.17589161 13.82912418 13.61846931 13.1871724 13.28353254 13.40047361 13.25074453 13.47355454 13.47907925 13.85010699 13.49118458 +LQ05X015540 Putative DNA-directed RNA polymerases I, II, and III subunit RPABC1 5.393803 5.906038586 5.352823312 6.019648997 5.454782842 6.026977235 5.879982982 5.679688184 6.030246832 6.047208775 6.157685076 5.693605904 5.841215035 5.700005964 6.557032173 5.572677328 5.839786292 5.609245712 6.049006077 6.126812514 6.458935154 5.969378429 5.956948587 6.131391636 5.759314969 6.312509465 6.82013134 5.484803503 5.582238962 5.683226713 5.396277628 5.701968207 +LQ05X015580 Ubiquitin carrier protein E2 22 5.221466086 5.473772667 5.983510447 5.676678221 5.334874162 5.508660607 5.672672964 5.632331096 5.635932131 5.362855052 5.651327413 5.720168254 5.581480891 5.439418317 5.288329097 5.201952923 5.872397205 5.378183252 5.395467386 5.383011273 5.132650367 5.614546323 5.21445484 5.40306525 5.410148925 5.747562065 5.457296752 5.590386591 5.716080707 5.709615701 5.747435907 6.221703988 +LQ05X015620 Putative uncharacterized protein 10.21672942 9.671082744 7.002824602 6.01005873 5.845973361 6.62207051 5.018715019 5.429066704 10.12541808 9.896326182 8.119137715 6.566934967 5.903860646 5.776556866 5.133778929 5.546142198 9.097754489 7.74810571 8.299217797 6.487372028 6.155773545 7.49754792 4.929889822 6.284390715 9.100767315 8.673589242 6.596427421 5.493696667 5.938581287 5.22871848 4.894797043 5.469735962 +LQ05X015630 Predicted protein (Fragment) 5.763609179 5.858069921 5.307390665 5.495226795 5.479135336 5.794733913 5.533207444 5.877057171 5.715948455 5.780534699 5.334582174 5.56925893 5.206254693 5.6424793 5.190108223 5.856523755 5.960479764 6.105681647 6.045122788 5.230830425 5.266284507 5.452998695 5.338273976 5.525584727 6.005279733 6.342541521 6.056866324 5.611835291 5.45015028 5.797696296 5.132374724 5.36999645 +LQ05X015670 Putative Beta-hexosaminidase subunit B2 5.016992101 5.032308828 5.551360038 4.950466214 5.282046876 5.137209228 5.032206235 5.068278215 5.306362598 4.883101348 5.134220276 5.095271913 5.898044126 4.954696137 5.117794374 4.915667178 5.185927367 5.653816667 5.245474328 5.211137744 5.484222037 5.308651548 5.250713986 5.259775398 5.452826494 5.706174276 5.104198725 6.202893722 5.610626559 5.557319065 6.358941178 5.102875985 +LQ05X015710 Predicted protein 10.43646291 11.42180458 11.35399546 11.1473937 11.41690313 10.45718105 10.67245634 11.00795176 10.61931574 11.31807563 11.492417 11.51124735 11.92447224 10.71779508 10.78637447 11.20308162 10.9353755 11.05709673 11.71176879 11.82395305 11.61337845 11.24232897 10.8932627 10.95976491 11.17773567 11.24834709 12.08293462 11.72867677 11.75205032 11.24628351 11.12324151 10.92628867 +LQ05X015720 Probable NADP-dependent oxidoreductase P1 6.868419946 7.119883513 6.617486279 6.831488514 6.824940895 8.314228645 8.516084925 9.147319152 5.119296293 5.709582972 5.986982782 5.374571348 5.757857846 6.640965264 7.33632231 6.500258556 7.348231564 6.916539791 5.359249477 5.954661248 5.943731136 7.504204307 8.89659457 8.638045454 7.72321716 6.922086979 5.380950102 7.580228962 6.716800121 7.943149811 9.077233255 8.639305434 +LQ05X015750 Predicted protein 5.929307623 5.783586337 5.767055282 5.617783421 5.33659858 5.609082841 5.134215014 4.978316701 6.324801792 6.428481792 6.044111899 5.624297286 6.059905986 5.138274123 6.203761828 5.286639837 5.548446168 5.747583018 5.615251691 5.86116537 5.418820175 5.346830447 5.415643289 5.335930466 5.252178932 5.802858638 6.108951716 5.672943456 5.132029332 5.369114458 5.847113431 5.667679902 +LQ05X015770 Putative LINE-type retrotransposon LIb DNA, complete sequence, Insertion at the S10 site 4.908405535 4.809242696 5.499695015 4.769296568 5.448977309 4.731105591 4.473970823 4.62899663 4.829985366 4.687443358 4.923523544 4.596236321 5.479949681 4.739028206 4.522871624 4.597618389 5.202642732 5.010998484 4.847466078 4.809397841 5.149628204 5.10776238 5.100125543 5.067585991 5.117504671 5.046975095 4.909423295 5.306226202 5.008890733 5.316498317 5.138679371 5.766979283 +LQ05X015920 Putative uncharacterized protein 5.829076155 5.627553237 5.188929191 5.695203472 5.332965564 5.438118352 5.457308444 5.094639306 5.53978973 5.931767781 5.247182929 5.62551371 5.638379465 5.22307775 5.90097178 5.392818186 5.128396 5.465541353 6.414041122 5.39480097 5.716394517 5.252628091 5.912743474 5.821368996 5.183954235 5.205975368 6.248726537 5.414924859 5.286808562 5.434236074 5.43614029 5.121055334 +LQ05X015950 Magnesium-protoporphyrin IX monomethyl ester [oxidative] cyclase, chloroplastic 15.21249362 15.26359105 15.18267069 15.29653734 15.23337282 15.05088994 15.15365899 15.32331621 14.95632697 14.85839342 15.31842696 15.06271808 14.92224144 15.24771427 15.03811732 15.24037963 14.86990422 15.2231715 14.76272728 15.12960868 15.31074803 15.04555245 15.17887589 15.55529268 14.69369611 15.45952157 14.72628577 15.29028043 15.44325677 15.41993204 15.21357447 15.17326061 +LQ05X015960 Hypothetical protein 5.19920955 5.513471878 5.504476706 6.013733365 5.442829632 5.643173377 6.135066334 7.237097143 5.339567715 5.291499663 5.682433778 6.028420071 5.443229596 5.762382786 5.433741167 6.009000813 5.103419297 5.255822546 5.507189665 5.08299753 5.167248323 5.255726327 5.900276737 5.119934549 5.07491217 5.801182808 5.205203128 4.992239584 5.228983314 5.61407999 5.327052007 5.645503573 +LQ05X016040 Putative Nucleolar protein 10 9.806831305 9.2951364 10.46057932 8.871144126 10.16012863 9.82333242 9.73175121 9.686796832 9.850026731 9.985682 10.34906024 9.098926258 10.25445457 9.694095849 9.68668459 9.61204738 7.430292033 7.737121741 8.412279788 9.834542608 8.975418852 7.69357721 8.780047007 9.206897148 8.359218232 7.965985991 8.589354427 8.681953229 9.262705323 7.920264997 10.15945852 9.426263883 +LQ05X016070 Glucan endo-1,3-beta-glucosidase 5.225465524 4.97421226 5.273474367 5.525824143 6.203379876 5.783065236 6.535216372 5.468054609 5.070868365 5.256430782 5.100488071 6.057033759 5.124958777 7.93929491 6.32580341 6.078186295 7.248720878 5.255181223 5.329932865 7.893116879 5.32997524 5.765432572 6.120299767 6.335729115 5.983974603 4.98471112 5.06223047 5.592386994 4.691358933 5.355126136 8.604346338 6.699075814 +LQ05X016080 Hypothetical protein 5.260492215 5.425338029 6.385262175 6.219166573 5.53419481 6.386769734 6.694425473 7.375826821 5.464483787 5.304112927 5.643695928 5.966761547 5.55007826 6.517780087 5.967229209 6.999497705 5.425434697 5.228630016 5.048394405 5.458600346 5.3926317 5.587561107 6.25851774 5.434008224 5.152232319 5.379597774 4.876827578 5.174972448 6.061551711 5.570789888 6.130513807 5.532064871 +LQ05X016120 Probable inactive purple acid phosphatase 16 10.01252616 10.89642143 9.383085647 10.35060245 8.844424884 9.769218141 9.98743908 9.720667949 10.16049459 10.36854468 9.671207518 10.4936899 9.278477072 9.735715763 9.602030296 9.852867206 11.47413945 12.07501638 10.96486485 11.07398537 11.60295866 11.06301448 10.46416936 10.31484259 11.27799402 12.21746487 10.73652526 12.20865905 11.16362422 10.77411836 10.05251787 10.25680888 +LQ05X016170 Putative uncharacterized protein 8.919745313 7.329870214 8.36847361 5.443717261 9.487606776 7.145000811 5.407589303 7.787700276 7.700428994 8.365160823 6.503467572 5.386572526 7.497013389 7.503226665 4.869238188 7.344278489 8.968282145 9.575480723 10.61922791 9.328351544 9.218140963 7.882621668 10.65486857 10.13643 9.494914041 9.360395205 9.362438128 11.26404466 9.35853469 7.261160874 10.15148903 10.351462 +LQ05X016200 UDP-N-acetylglucosamine--dolichyl-phosphate N-acetylglucosaminephosphotransferase 5.73565792 5.835491537 5.27626338 6.093656466 5.02199353 5.431153212 5.355731006 5.349042583 5.929353289 7.007912752 5.109606841 5.565429861 5.45754585 5.221448125 6.106945039 5.300653867 5.990757785 5.642463238 6.195510241 5.200952947 5.413527052 5.334054219 5.174506659 5.421554686 5.794787063 5.75175256 6.699223476 5.813530472 5.546591953 5.494302263 4.991220772 5.493142257 +LQ05X016210 Apurinic endonuclease-redox protein 8.546741309 9.336892761 8.883660426 8.767261078 8.723469093 9.128516541 9.884051204 10.25755506 9.170758757 9.209591913 8.995571126 8.521125628 8.946179813 9.566371653 10.0022708 10.01505644 9.103690747 8.427259441 7.727584061 8.658982663 8.596932084 8.328340453 10.62182621 10.31799693 9.140846572 8.512938538 8.03397188 9.341436083 9.14682556 9.009969406 10.59478618 10.26924006 +LQ05X016220 Predicted protein 5.224424339 5.251605824 5.349295728 5.166072473 5.456298908 5.406651848 5.064298767 4.929747953 5.267413577 5.62239228 5.203102314 5.1114431 5.533096547 5.098889121 5.239590014 5.060660684 5.121340104 5.234110409 5.876995939 5.163126312 5.296239608 5.219656492 5.483827107 5.290106937 5.336760701 4.836611566 5.473301404 5.049620797 5.712427525 5.21222197 5.393336311 5.564791728 +LQ05X016230 Hypothetical protein 5.446858157 5.256703577 5.088172184 5.471947762 5.491094013 5.691840439 6.101215588 6.063819501 5.424499337 5.444335792 5.334518048 5.322608622 5.504345462 6.107103124 5.296863295 5.579662397 5.401012496 5.341286899 5.804740526 5.372336362 5.094901184 5.227712917 5.206669281 5.181038557 5.702718732 5.34605042 5.750783412 5.773233811 4.954683385 5.710582897 5.365024376 6.728459457 +LQ05X016250 Putative Folylpolyglutamate synthase, mitochondrial 5.244330296 5.118387362 5.091018289 5.403881907 5.132530566 6.06071934 6.397405901 6.167633875 5.312069231 5.168588881 5.216140276 5.438042652 5.44107648 5.957919381 5.726594922 5.914782458 5.067185245 5.20072159 5.056109942 5.322312593 5.617720276 5.123564003 5.697493921 5.53137553 4.991642531 5.338663503 5.18652308 5.307061271 5.323202508 5.014812059 5.538368966 5.037822729 +LQ05X016260 Putative Peptide chain release factor 2 13.46949697 13.3923252 13.63596751 13.77112134 13.1339707 14.45030008 14.46193633 14.00234987 13.33793977 13.32884725 13.40810467 13.60863789 13.31431274 14.66749174 14.46696465 13.96931654 13.00010744 13.44472011 12.53060924 12.96625624 13.30648781 12.82715628 14.32339031 13.91017431 12.95407847 13.33053449 12.92271273 12.96661449 13.68318468 13.69569261 14.25821738 13.8781559 +LQ05X016280 Putative Uncharacterized protein yqeH 5.641553144 5.718675948 5.201969985 5.499073729 5.489681165 5.578858975 6.084404131 5.496414744 5.78171495 5.601385504 5.514661535 5.57241234 6.178986964 5.493969753 5.934624413 5.501644076 5.29439455 5.531804212 5.690395129 5.740157203 5.632510326 5.319548213 5.327854821 6.061816861 5.524531632 6.105149958 5.293290868 5.185510186 5.437292562 5.588971604 5.870597558 5.632086289 +LQ05X016290 Putative Polyadenylate-binding protein-interacting protein 2 5.250554802 4.94845429 5.421802805 5.535337359 5.053675923 7.089637777 6.500262706 6.215967107 5.078893494 4.90406453 5.902162765 5.721709589 4.952089558 6.931732438 6.498537546 6.840871463 5.284822202 4.96463101 4.930915839 4.954706606 5.346365723 5.212294528 5.552743419 5.278047317 4.928310764 5.008096236 4.811190172 4.894084964 5.001117387 5.373884704 5.193643142 5.285598608 +LQ05X016320 Protein GAST1 15.14721524 14.42835072 15.40865857 14.99167276 15.19052229 7.230636531 6.718726497 8.645446621 15.2914877 14.6785079 15.557813 15.09165114 15.49469277 7.073897845 6.238349323 7.523761987 13.53656306 15.13748649 13.0941616 15.66088376 15.3212967 15.3287211 7.236962958 6.721989316 14.18395114 15.08842718 14.05251288 14.9329037 15.15505526 12.35292047 6.967801527 6.69615703 +LQ05X016390 Putative uncharacterized protein 6.144983787 6.532743017 6.245488927 6.354685231 6.561630708 5.463149431 6.338956182 6.039654868 6.780210931 6.252879891 7.090830639 6.092752554 7.253803968 5.87924245 5.655132916 6.26627301 5.971989868 6.906202174 6.351781115 7.687952225 8.075597296 6.844477539 6.8288785 5.890609225 6.51840902 7.20039188 7.096265462 6.928386289 7.769461549 6.985651581 6.970720089 6.092122116 +LQ05X016410 Hypothetical protein 5.313770043 5.348989629 4.896368288 5.058000711 4.775324856 4.963929883 5.275202323 4.990579416 5.083991162 4.983901253 5.306878392 4.925054356 4.711258836 4.726665752 4.884694061 4.856095796 5.050793318 4.964632114 5.531280866 5.123083689 5.571364712 4.671711023 4.998504069 5.346167229 4.873643978 5.214138471 5.46505983 4.921588077 5.667706942 4.736531855 5.546133841 5.53045929 +LQ05X016530 Putative Probable disease resistance protein At4g27220 6.064707898 5.28292913 6.370964484 5.995445137 6.68545214 7.171537072 7.329819399 6.811044431 5.447845607 4.938778818 5.188371509 5.929042433 5.844000619 5.636008216 5.967701063 5.518414072 5.488761121 5.396940964 5.594294302 5.156662382 5.505163194 6.259840959 6.278051059 5.534077675 5.456733182 5.713619078 4.989372777 5.239604426 5.604079769 6.479009154 5.994384862 5.943181706 +LQ05X016660 Putative Insulin-degrading enzyme 11.46965864 10.98326067 10.78301867 11.96950399 11.30916048 12.13675422 12.21173521 12.00131244 11.57321836 11.8149148 11.08347005 12.42103467 11.73584496 12.07201797 11.98571684 12.18371017 11.86260418 11.94078212 12.03983893 10.86750107 9.675944213 11.7295191 10.56987545 10.04085515 12.00098034 11.90766812 11.85675244 10.7573316 9.996374865 11.38838483 10.33247627 9.701399459 +LQ05X016681 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.16119868 4.908894412 4.97209677 4.802803281 4.826765635 5.693428963 5.36472358 5.522484696 4.887582906 5.027273992 4.843367986 4.917083007 4.877778677 5.20251282 5.393314435 4.880765972 4.42817937 4.813062057 4.87191849 4.69662994 5.256510415 5.224215542 4.954896537 4.790417946 4.593507805 4.817533581 4.968606193 5.667929973 4.828660341 4.852192099 4.877848992 5.144712415 +LQ05X016710 Putative uncharacterized protein 5.074335376 5.070210463 5.202431303 5.42512788 5.618145337 5.320761229 5.443098553 5.055255431 5.220657299 5.300589048 5.081692975 5.316690955 5.838574385 5.673413805 5.115150039 5.124105623 5.095393962 5.190508447 5.232265422 4.913846668 5.327034957 5.337874147 5.757726307 4.843437442 5.389630324 5.288568362 5.564252541 5.899433631 4.989263036 5.232406991 4.923004524 5.058041195 +LQ05X016720 Putative Magnesium-chelatase subunit H 13.76607387 13.09490734 14.49468127 15.09489962 13.23496834 14.63742822 14.84653626 15.20375472 13.68717264 12.33905467 13.97388231 14.43279697 13.38260464 14.76005682 15.01158361 14.2336087 13.22663886 13.37196826 12.75110296 13.31818429 13.45512674 14.05941762 13.48599719 13.92400976 13.4764778 13.45754712 12.73207799 14.10505378 13.88792469 13.70064268 13.6583351 13.35173962 +LQ05X016730 Putative Exosome complex exonuclease RRP43 5.630402009 5.489576079 5.62152199 5.268918789 5.135635847 5.252591711 5.522366918 5.056590208 5.734094954 6.231398467 5.471278497 4.959449968 5.48788495 5.178419143 5.696037201 5.03180115 5.338812524 5.322883485 5.807375842 5.443936887 5.425263478 5.450155831 5.203931395 5.863857812 5.403176564 5.294995577 5.480565243 5.363457089 5.296702434 5.366129693 5.554614591 5.571060918 +LQ05X016750 Protein N-terminal glutamine amidohydrolase 12.33080285 11.88401758 12.22825614 12.23700098 11.9142897 12.35401694 12.38746526 11.9475977 12.59370168 12.37433251 12.32227114 12.27461954 12.20471582 12.30494556 12.39236991 12.0743844 12.34275304 11.64366472 12.00023085 12.16985125 11.54429718 11.67354472 12.04327646 11.20198314 12.36907391 11.46472248 11.87764297 11.42437948 11.35635519 11.38858906 12.18610649 11.12428279 +LQ05X016780 Villin-2 6.711007658 6.11756163 6.216818279 6.893048295 7.001265318 7.513135303 7.545249731 7.953344396 5.463165959 5.87125029 5.179948455 6.499153107 5.829092815 6.53687495 7.638403492 7.353362235 7.191800021 7.040213593 8.268169804 5.87339347 5.36495973 7.178102161 6.773901426 6.637933679 7.138779573 6.833287043 6.914466833 5.867550133 5.250086796 7.004791243 5.90045889 6.702690602 +LQ05X016790 Predicted protein (Fragment) 12.84493462 11.82413351 13.36591696 13.91002334 13.49691631 11.48034532 11.34056301 11.1476608 12.87687118 11.70690508 13.12516971 13.56007232 13.65171307 11.28825023 12.0828253 11.02427218 11.22477493 12.88258963 11.11451204 12.90755079 13.29327737 13.78618878 11.35935275 10.77925168 11.89873835 13.14719777 11.57160145 13.4991795 13.36007679 13.62351577 11.44802965 10.96975329 +LQ05X016800 Putative uncharacterized protein 11.45505242 11.29017026 10.19062396 10.70984397 10.99805901 11.63568544 11.887412 11.88528747 11.79817365 12.29047633 11.21606811 11.55330459 11.23087439 12.0516778 12.02668868 12.44030952 12.44229049 12.05321556 12.73813939 11.5187827 11.88080592 11.57323101 12.6678766 12.19471336 12.57900874 12.3405508 13.03897519 11.57330445 11.25302884 11.90756036 12.66842317 12.43480346 +LQ05X016900 AP2-like ethylene-responsive transcription factor At2g41710 4.99096412 5.313169418 4.984919421 4.834339394 4.936503024 5.182682011 4.830599684 4.8728391 5.169405785 5.091110557 5.435382456 4.907555068 5.203596779 4.818176064 4.992604527 4.877467392 5.262422807 5.217060864 5.23224376 5.015620666 5.366652178 4.948959433 5.421560655 5.144965093 5.268383741 5.301743146 5.322831011 4.85248749 5.161391365 5.316209909 5.060754549 5.093057864 +LQ05X016940 Chalcone synthase 6.069636845 8.098497817 5.890413494 5.431028279 6.00984903 5.300521317 5.248269108 5.32560657 5.844713379 6.171780329 6.475810807 5.779172684 5.438922145 5.408498656 5.042594593 4.980507448 9.171888501 8.86221539 8.588060831 6.653556268 6.739377458 7.878228495 4.973853992 6.208378426 8.703352197 9.050904742 8.762868002 7.608298122 7.223611054 7.372370518 5.571198332 7.061283335 +LQ05X016980 Heat stress transcription factor B-3 5.180660193 5.265664339 5.017183039 5.115910248 5.002997103 4.947665016 5.072005856 4.907267473 5.223192074 5.483357243 5.112304129 5.035273595 4.985890286 4.861300099 4.705950832 4.913437987 4.792947626 5.367059958 5.987422654 5.230318607 5.898768589 5.518973743 4.992423069 4.833410358 5.00376702 5.0870932 6.044114784 5.823228445 5.555304594 5.529869323 4.816773138 4.832459359 +LQ05X017060 Thioredoxin reductase 5.156766956 4.992201837 5.552301213 6.179935852 5.302949397 6.461148535 5.804937111 5.617904623 5.611129172 5.910417611 5.530638935 5.329985558 5.373682435 5.688427336 7.891860651 5.746510773 5.378741554 5.116840396 5.30924655 5.180237486 4.782767159 5.549639734 5.469753957 5.701003402 5.086606557 5.532233159 4.717855274 5.381355522 4.870087803 5.359589068 5.157245503 5.669351603 +LQ05X017160 Putative uncharacterized protein 5.654875134 5.229283262 5.371438518 5.732459101 5.186978056 6.127222681 5.67498072 5.89835603 5.681385643 5.353363643 5.460109557 5.6859113 5.346034685 5.871642626 5.481069477 5.774067816 5.309879533 6.065569205 6.336496383 5.786897871 6.432111948 5.466726658 6.722251626 6.491346802 5.586983625 5.816080147 5.671420478 5.679806173 6.304066828 5.391035924 6.574631362 5.888109225 +LQ05X017220 Glycosyltransferase, putative 4.827850092 5.210225374 5.151206729 4.712196653 4.800393113 5.10736156 5.063168697 4.950254378 5.3400022 5.101141463 5.123059437 4.832663132 4.855669987 5.163988312 5.737620664 5.045489316 5.017260319 4.865350101 5.067353883 5.099356346 5.075902787 5.062334021 5.354913532 5.583202975 4.753844926 4.928816279 4.988892633 5.42063518 5.262842528 5.04998465 5.007811753 4.727040745 +LQ05X017230 Putative Heterogeneous nuclear ribonucleoprotein F 12.14786359 12.54883627 11.83214178 11.67509278 11.94456301 11.9766177 11.99056236 12.03517798 12.22432781 12.50373274 11.91452349 11.59937954 11.89004932 11.89240398 11.91874542 11.92665908 12.39951881 12.77480907 12.88168883 12.23035096 12.10334501 11.90023242 12.38372145 12.7955038 12.50682451 12.76092458 13.06462951 12.20066961 12.06886402 12.0397329 12.44595025 12.79222409 +LQ05X017270 Transcription initiation factor IIB-2 12.04288383 11.96006618 11.79324082 12.02718083 11.61965054 11.78518154 11.64613801 11.50580203 12.37667099 12.53289992 12.10665393 11.98172334 11.93550145 11.68993726 11.74209931 11.73555254 11.92605091 11.20003279 11.29079402 11.40696062 11.00631888 11.35037186 10.40431018 10.54102998 11.97835173 11.65412246 11.06792722 11.52187122 11.03039168 11.31718363 10.81642151 10.5370334 +LQ05X017290 Putative copia-like polyprotein 4.935622688 4.787513668 5.148870687 4.989754317 4.901748059 4.7454986 5.134550914 4.862557975 4.587524804 4.989850741 4.785375184 5.000322475 4.909154608 4.752645022 4.879245985 4.787343527 4.947904539 5.133649697 4.897403425 5.446913228 4.653614062 4.810183478 4.921834498 4.917873231 4.899733203 5.248695233 5.323799794 4.935831339 4.940918872 4.859096603 5.116504953 5.561324275 +LQ05X017350 Putative uncharacterized protein 11.33006022 11.97849269 11.68864153 11.36954877 11.62695052 11.43230844 11.4823747 11.39472057 11.47778612 11.82404651 11.91833288 11.38734133 11.73408181 11.30324117 11.32656158 11.47459414 10.84665455 10.57320103 10.07662825 11.25847554 9.528566973 11.15330753 11.09187624 10.94860694 10.56359989 10.62284854 9.932455107 11.41062066 9.835072882 11.49359755 10.96972321 10.77501588 +LQ05X017360 Uncharacterized protein At2g41620 12.02953182 12.42663099 11.04833331 11.82628618 11.72269924 11.96372064 11.9245107 12.03537314 12.25833435 12.47432141 11.51482653 12.07928235 11.84761814 11.86810305 12.03615426 12.20250419 12.29027365 12.45628547 12.30798733 11.62529975 11.9917102 12.23948942 11.6902935 12.20948443 12.60724614 12.82453446 12.6251344 11.63287867 11.95180319 12.23422843 11.74382295 12.04490576 +LQ05X017380 Putative calcium-transporting ATPase 11, plasma membrane-type 12.70488366 12.97664669 12.32464849 11.07127049 12.63172191 12.67167472 12.0681335 12.57079629 12.90130174 12.84081133 12.61452294 11.39055943 12.50759999 12.91562658 11.93514717 12.68586178 13.68265628 13.87728265 13.51493388 13.58051552 12.92502689 13.08207403 12.96028472 13.46941022 13.01132807 12.8376316 13.36469614 12.82131319 12.41331159 12.32865455 13.15829331 13.38009091 +LQ05X017390 Putative Solute carrier family 35 member E4 12.83832001 12.29783536 12.52407598 12.58339479 11.98595023 11.19074399 11.04927854 10.26751156 12.79990049 12.39891257 12.6162265 12.54048489 12.45865442 10.93473791 11.21554544 10.60640309 11.97602251 11.85965667 11.97536138 11.86144737 12.02667286 12.20184113 10.58095802 9.467287527 12.48119622 12.14425059 11.86554408 11.80173204 11.93755488 11.03978985 10.10012247 9.0206886 +LQ05X017520 Ubiquitin carboxyl-terminal hydrolase isozyme L5 13.24011904 13.48813147 13.21055402 13.08658863 13.21640286 12.55229955 12.7546635 12.619128 13.35651956 13.54978097 13.30359182 13.03882481 13.26007937 12.85387801 12.84982152 12.81193924 13.52023995 13.32095586 12.52070376 13.37662251 13.16836566 13.2731194 13.0674746 13.4542045 13.41800761 13.08901549 12.74134915 13.17695172 13.28741177 12.91061292 12.89737003 13.43587074 +LQ05X017530 H/ACA ribonucleoprotein complex subunit 4 5.320763321 5.184638237 5.611089349 5.113233811 5.215408644 4.837586365 4.824015728 4.845680101 5.459372725 5.288806529 5.666754957 5.203903721 5.299438566 4.908420244 5.25243085 5.120922243 5.10706986 5.710408057 5.161860124 5.257807386 5.227906301 5.375733443 5.462679233 5.786842878 5.017326131 5.599645083 5.331300378 5.480353793 5.756317279 5.074152203 5.332666446 5.483331232 +LQ05X017560 Hypothetical protein 5.329451483 5.312197168 5.286692858 5.453980999 5.283205097 5.411801082 5.342568272 5.832233045 5.457782706 5.200213025 5.511539909 5.708430712 5.254281554 5.682809005 5.154733054 5.780788865 5.001236011 5.448143686 5.640554693 5.169107781 5.029981839 5.259848382 5.074002949 5.225658716 5.628331918 5.096418217 5.780600804 5.303056068 5.160104845 5.210101662 5.158891965 5.559264393 +LQ05X017570 Predicted protein 12.82196184 12.63426273 13.40625306 13.56868483 13.69076842 12.71394152 13.36092081 13.79127795 13.17084798 12.44827387 13.28311184 13.50305177 13.41684358 12.71895893 13.71922299 13.66404427 13.26406556 12.92914048 12.68311114 12.98519678 13.32796913 12.90815191 13.50737789 13.5367637 12.33326579 12.08759578 12.29890985 13.51652986 13.11903085 13.31671799 13.39791047 13.28214387 +LQ05X017590 Probable calcium-binding protein CML35 14.36122184 14.41836336 14.05792593 13.77783282 14.41157056 14.14506164 14.20447337 14.10555993 14.22003556 14.57655408 13.82551205 13.83505848 14.06489009 14.15503615 14.33157781 14.39563012 14.94591438 14.8045339 14.8289803 14.83734612 14.41712058 14.6483114 14.82513101 14.85397647 14.35374422 14.46304554 14.47725908 14.44240593 14.43635064 14.47339999 14.83058291 14.70848254 +LQ05X017640 Hypothetical protein 4.896225007 4.93636079 5.162905847 4.666773647 5.17276253 4.88615771 4.93606101 4.973405192 5.277154553 4.614944595 5.283836838 4.91163881 5.185056285 4.961700609 4.706215791 4.879559028 4.887010073 5.05996092 5.129007817 4.810134931 5.19527698 5.110086519 5.004447396 6.119731769 4.867482881 5.370904954 4.777678811 5.362430186 5.030519455 4.964012829 5.151045815 5.565463075 +LQ05X017670 Putative Predicted protein 9.857260122 9.47902359 10.30292964 9.027595467 10.89945702 8.474456226 10.45120479 8.103020787 10.51744899 10.26233822 10.75892893 9.701518392 9.854555457 9.389041567 10.7422845 9.344470022 11.95363998 11.26262651 13.12647162 12.1415552 10.18346164 10.32075181 7.631414551 7.602232276 10.64314176 10.54166593 10.91930144 9.65060372 9.646081396 9.383075302 10.47758189 7.940128353 +LQ05X017720 Hypothetical protein 12.57416943 12.82041731 13.10967206 12.03903984 12.93362559 12.04933799 12.21742169 12.06670686 12.62495438 12.88863871 13.07224628 11.93332112 12.83226217 12.37062451 12.3267662 12.11492666 12.78314346 12.63335387 12.99603583 13.68449035 13.30695726 12.56239287 13.52526728 13.38774313 12.65055848 12.34890908 13.08778171 13.22250327 13.56712403 12.63163133 13.48027077 13.64132374 +LQ05X017750 Predicted protein 6.370105639 5.821191154 5.568771218 5.582647668 5.973568903 5.460733433 5.917969676 5.714741043 5.782531153 5.680117026 5.608111976 5.768770365 5.615862615 5.626937226 5.793588155 5.562522704 5.769144915 6.346324577 6.837636563 6.165170039 5.431146254 5.98658864 6.053885047 5.672913692 5.566462921 6.675985891 6.592622796 6.413051594 5.36460003 5.913249889 5.633858945 5.804735978 +LQ05X017800 Putative uncharacterized protein 6.219144221 6.161519984 5.826527683 6.464968336 6.235920799 7.883551099 8.16780829 7.601276055 5.808748162 5.729683273 6.164729355 6.275075363 6.222254519 8.364304062 7.253981842 7.573852433 6.810493112 5.937940542 6.51279368 5.371708202 5.441796925 6.217321885 6.326816257 6.554132053 6.507088936 5.469161555 6.44566346 6.297417971 5.500090014 6.437664507 7.858173978 7.668267195 +LQ05X017850 ATOZI1, putative 14.7459537 14.28055703 14.80484649 14.61436241 14.47766962 14.78221493 14.51053155 14.38790109 14.53776744 14.64347931 14.74187041 14.7592017 14.43879125 14.75872457 14.27686563 14.61132796 14.8538009 14.07767585 14.46984836 14.33397085 14.1331596 14.55956417 14.42897637 14.02745976 14.50456814 14.10937185 14.10538033 14.46540173 13.38255555 14.47447845 14.11407616 13.85322016 +LQ05X017870 Predicted protein 5.178217185 5.108618839 4.822395335 4.943951745 4.874823225 5.079059961 4.921624925 4.776021968 4.758078948 4.78415495 4.865079039 4.814887567 4.894873314 4.892829763 4.81786547 4.763412425 4.843638515 5.125624994 5.199192161 4.876755156 5.298760724 4.766017656 5.166300839 4.88966429 4.863739716 5.327753077 5.040961946 5.494724177 4.992730228 4.818502855 4.99897637 4.748814143 +LQ05X017890 Putative uncharacterized protein 7.902674317 9.564637058 6.664206432 5.601096735 5.813385816 5.184731455 5.168995489 5.214836718 8.680617672 10.2174053 6.598553684 5.860961987 6.326512664 5.769147035 5.124900016 5.618595019 7.974829072 7.057941827 9.92498369 6.090561662 6.676130026 7.037272856 5.631066875 5.29755008 9.654811428 8.502834334 10.39416041 5.831402135 6.066246699 6.319287186 5.191356714 6.079537506 +LQ05X017900 Cellulose synthase A catalytic subunit 7 [UDP-forming] 7.657305091 7.836915025 7.594984059 8.558550445 7.985956505 7.843088822 6.519996 7.047824667 7.584943882 7.982328115 7.362982139 8.002477217 7.816520849 7.104210582 6.773939463 7.909824385 7.091226983 5.361726761 5.838565669 5.680127184 5.783968555 6.696873038 5.24996561 5.8408598 7.659239032 5.993086747 6.150482352 5.310998637 6.313033403 6.802345066 5.556075624 6.173323438 +LQ05X017950 Predicted protein 5.408471193 5.93881106 5.934514467 6.125003294 5.812762575 5.720866746 6.018126795 5.599252451 5.817989323 5.586572832 5.569809008 6.035064732 6.041393035 5.496488571 6.00857527 5.768807659 5.620699318 5.922169788 6.1567668 6.188854332 6.447643426 5.595077239 5.94479467 6.083849102 5.814406218 5.349413148 5.203206129 5.345761631 6.402282257 6.22955308 7.009757548 5.36426545 +LQ05X017970 Hypothetical protein 5.946002555 5.63914909 6.436227277 6.904042485 6.447775628 5.592351445 6.012151222 5.500432899 5.680175423 6.222081147 6.613008668 6.799608595 6.957902608 5.440954893 7.161001057 5.405533 5.903857819 5.513234069 5.186538015 5.897098179 6.374820065 5.994064598 5.222183546 6.201568361 5.549526199 5.751135735 5.637469445 5.620368784 6.361012892 6.620081803 5.474716176 5.398081857 +LQ05X017990 ATP binding protein, putative 5.061561317 5.150678588 5.363643563 5.555891656 4.97464203 5.158188335 5.273844139 5.277402344 4.879695943 5.055150071 4.973788322 5.420229992 5.278244599 5.342309932 5.492964483 5.328955162 5.296718183 5.131271097 4.8512702 4.905539112 5.226794788 4.943684321 5.609952995 5.511005136 5.018414191 4.928801131 5.136472465 4.808709075 5.13449406 4.991956831 5.337776281 6.203580439 +LQ05X018010 Zinc finger A20 and AN1 domain-containing stress-associated protein 8 14.25187814 14.43461878 14.0388219 14.19728717 14.38028225 14.48842929 14.30358909 14.16910431 14.29244769 14.28037753 14.29176618 14.42189916 14.35053219 14.83341349 14.26021481 14.33129585 14.34195031 14.18009962 14.30378024 14.07130006 14.12907088 14.36967455 14.01228923 14.04779539 14.35518048 13.99160405 14.21910636 14.16479501 13.96913286 14.38126793 14.09566092 13.94031014 +LQ05X018060 Putative uncharacterized protein 13.93879887 13.84756323 14.46059579 14.32697751 14.68688927 13.01536776 13.04362523 12.89916593 14.09916155 13.986406 14.32977933 14.34548247 14.42809706 13.11038646 13.75164207 13.40106064 13.9885269 14.29041022 14.18085382 14.14889257 14.43825946 14.24771233 13.333647 13.50682618 14.40085605 14.65449545 14.10760629 14.58914135 14.16160446 14.6010969 12.91076849 13.46366485 +LQ05X018070 Putative uncharacterized protein F15B8.20 14.3422105 13.72275062 14.30080906 13.49517578 14.13797778 13.84626728 13.5295921 13.06285248 14.10218088 14.27273663 14.27107932 13.61639877 14.12440169 13.80809682 13.18363058 13.41831457 14.07352978 13.96801097 13.9339431 14.58336022 14.54902955 13.70275046 14.3506089 14.20211271 14.04361785 13.76410306 14.07027801 13.9113233 13.55572228 13.36111134 14.22259089 14.0242374 +LQ05X018100 Putative Transcription factor bHLH60 13.71690856 13.69734109 13.71638979 13.87524066 13.90795766 13.06645304 13.17783607 12.9523342 13.9090493 13.67221935 14.07565225 13.90672454 14.00353164 13.2553251 13.48498369 13.19824849 13.27015838 13.72301903 13.19862814 13.65932006 13.49324238 14.33968215 12.66956397 13.20832884 13.53898473 13.95106424 13.22254768 14.0350372 14.0387755 13.92545701 12.99025123 13.3696878 +LQ05X018110 Putative ER-derived vesicles protein ERV14 12.53142391 12.27421593 11.68015251 11.77666701 11.48240862 11.10422459 10.73668351 10.77211422 12.41208567 12.22868079 11.92564141 11.81887236 11.85365348 11.15927642 10.86761495 11.14454557 12.23757967 11.76330642 12.56038827 11.31450079 11.28078473 11.71616053 11.05913967 10.33707643 12.33289652 11.76238414 12.32138812 11.18238588 10.81265776 11.1749364 10.67269594 9.845779261 +LQ05X018140 Predicted protein 9.001337859 9.43363285 9.161531726 11.33586619 9.207685736 11.64768607 11.50259347 11.56621151 9.297050316 8.865579654 9.395435338 11.25185161 9.397875862 11.37304786 11.68281599 11.50303379 9.527453042 8.892055386 6.820182755 9.451574916 9.180149737 10.34669283 9.920567966 9.684808996 9.12226666 8.391727399 6.567075199 9.995295372 9.515719179 10.74685393 9.533674816 9.217634177 +LQ05X018150 Putative Probable LRR receptor-like serine/threonine-protein kinase At4g37250 5.651853621 5.646465746 5.018507882 5.370677496 5.505945311 4.929650308 5.242021094 4.975073195 5.555646305 5.650615511 5.033423777 5.614143153 5.427142863 4.943629222 4.99378172 4.833285134 5.300256688 5.354241159 6.098770263 5.205735616 5.256123712 5.178944409 5.083911976 5.301537238 6.055610204 5.65823183 5.960896617 5.263062585 5.771174946 5.340932825 4.924607109 6.00095762 +LQ05X018170 Transcription factor bHLH130 8.048177266 7.888394579 8.224684807 7.533881288 8.023195082 7.188401207 7.373468032 6.999824621 8.31386313 7.890065508 8.17932744 7.650146042 8.417101747 7.535954562 6.569508218 7.314141824 7.730337159 8.817948282 8.503065619 8.341571172 8.560153827 7.750809968 8.338887636 8.178070619 7.718151061 8.891064437 8.839356446 8.494639909 8.357735917 8.039529982 8.089393597 7.682441754 +LQ05X018200 Putative Cytochrome P450 93A1 5.628240085 5.465791413 5.792452046 5.7467933 5.566941836 5.671359115 5.561849517 6.383559381 5.533327656 5.427288399 5.529455166 5.932778152 5.572566262 5.353517807 5.729110407 5.825911766 5.235509662 5.735805061 5.86947801 5.48453537 5.130154406 5.549427934 6.326364324 5.679757163 5.588926991 5.686145047 6.660601907 5.548943594 5.961049703 5.665511957 5.92655418 5.320160406 +LQ05X018230 Cytochrome P450 93A1 5.42261881 5.13418504 6.001643101 5.463295799 5.273876922 6.163237678 5.714315591 6.359911242 5.40869781 4.694450596 5.252746949 5.442423506 5.923680173 6.165149413 5.274451727 6.327773064 5.399426179 5.426820099 5.274520712 4.859004872 5.600838867 5.54618815 5.133619067 5.661003845 5.096069904 5.120989225 4.850471013 5.363977738 5.796479312 5.900951959 5.470080064 4.964174259 +LQ05X018270 Putative Uncharacterized protein C4orf29 homolog 11.83826848 11.78736538 11.83049696 12.39964269 11.28300089 11.82119668 11.8795015 12.14137588 11.66277564 11.66048462 11.76215674 12.18423555 11.33742989 11.68993373 11.85734064 11.67043951 12.29181751 12.39574158 12.33450186 11.11758386 11.43688076 11.90966178 11.62999745 11.08110165 12.02099327 12.34773938 12.5700684 11.26583216 11.31682953 11.76449786 11.16887741 11.04563397 +LQ05X018310 60S ribosomal protein L6 4.692982964 4.629958077 5.224272789 4.72887725 5.125759575 5.647086495 4.689089933 5.147524787 4.981701693 4.643657384 5.172077647 4.914818503 5.018966234 5.718576753 4.843975541 4.95685248 4.933645672 4.774370478 5.070050971 4.971122249 4.751028316 4.811632808 4.964880514 5.020739198 4.863516714 4.812371758 4.754246597 4.990278646 5.023371383 4.973293081 5.620878497 5.069097729 +LQ05X018330 60S ribosomal protein L6 14.46707314 14.63786311 13.77671298 14.5656252 14.11781622 14.37566832 14.42509798 14.25532006 14.67135105 14.90527202 14.13984935 14.80659175 14.47390139 14.41074673 14.40704168 14.55572024 14.66655713 14.53164782 14.45041801 13.86608492 14.10774561 14.74481362 13.8437443 13.96082873 14.73849741 14.99990215 14.82318939 13.88383159 14.0282024 14.40978789 13.93903225 13.8165825 +LQ05X018490 Putative DNA-directed RNA polymerase I subunit rpa1 5.270356201 5.75682822 5.197814487 5.21992155 5.807322846 5.250044798 5.141601367 5.767405918 5.299410067 5.058275415 4.949717964 5.054304634 5.369979998 5.190765016 5.24424254 5.792537333 5.569229012 5.273637716 4.861864473 5.157390001 5.749102162 6.002522566 6.004885524 6.005581756 5.925755082 5.501781345 5.294350743 5.632622017 5.775854971 6.079406782 5.828009652 6.123191831 +LQ05X018550 1-acyl-sn-glycerol-3-phosphate acyltransferase 2 10.35233083 9.444785348 10.56354635 10.53698132 10.62216365 10.27552142 9.911549221 9.485724966 10.60941755 10.79483091 10.7229561 10.77966248 10.99648822 10.32251319 10.5332867 10.03998192 10.07163807 9.677136928 10.31161615 10.28767899 9.376645692 10.70169645 9.391633116 10.24238642 10.53818121 10.40310079 10.48594792 10.68301458 10.51178927 10.77834899 9.545804968 10.2430268 +LQ05X018640 Dihydrodipicolinate reductase 2, chloroplastic 11.63943714 12.43948983 11.53516411 10.74573971 10.89084235 11.53739744 11.27518631 10.60160851 11.83992064 12.30822331 11.63690346 11.17592921 11.44110374 11.45478134 11.38987018 11.01047429 12.4153634 12.1834546 12.69793901 12.16460669 12.27067665 11.5085478 12.50641233 12.35536312 12.36437264 12.45671888 12.98308682 12.35734596 12.44059987 11.7846823 12.14155106 12.11147463 +LQ05X018680 Metal tolerance protein C2 11.45674111 11.62220887 11.61203516 11.3484922 11.38426979 11.85450548 11.82989832 11.80131315 11.82820976 12.01895794 11.64101439 11.57009235 11.67670871 11.87814013 11.81602903 11.78395862 11.91830229 11.58474412 11.88404891 11.63208898 11.18034406 11.91090332 11.56595386 11.54900245 11.85631785 12.01247118 11.61936819 11.65214894 11.02457774 11.66255229 11.42144422 11.82642096 +LQ05X018730 Heat shock protein binding protein, putative 7.354576843 7.536371104 6.829226609 9.919525682 6.6889765 10.2693151 10.74502698 10.42230578 7.85207567 7.615462013 6.938591439 9.729300256 6.731353054 10.46285816 10.68880741 10.45102972 7.45212867 6.976430445 5.782158111 6.052707225 5.845814119 7.53337229 7.012995683 7.501853148 7.303416035 7.65824836 6.352940016 6.084907018 6.209420306 8.260768553 6.615868975 6.536834459 +LQ05X018740 Actin-97 10.81015583 11.7091057 10.03972188 9.90867367 10.12490464 8.074443639 7.957016325 7.982891579 11.49638317 12.0310947 10.8397912 10.19252942 11.1378167 8.132385367 7.843106503 8.642287009 11.20690324 10.86325993 10.38225136 10.12556319 11.15670488 11.46556951 7.38404887 8.085546582 11.98325762 12.04537016 10.13835921 10.6049406 11.66755455 9.69732501 6.276161579 7.850765289 +LQ05X018750 Probable protein phosphatase 2C 68 5.372796556 5.827066911 5.395336502 5.978476725 6.013722136 5.492016244 6.018013358 5.556828894 5.429822866 7.013331337 5.478034273 6.48565278 5.785724055 5.871167893 7.252216204 5.803815702 5.657426552 5.272772228 5.971083536 5.644615831 6.095971581 5.213979934 5.044448491 5.422018271 5.713139239 5.627323858 5.421665752 5.78509231 5.098022592 5.116621211 5.761208222 5.579659577 +LQ05X018760 Putative uncharacterized protein 12.93927704 13.88572714 11.14666088 7.500157233 8.195445384 7.298904723 6.849597131 6.689549797 13.52843976 14.38573406 12.8243824 9.414616269 9.053922181 6.861125649 6.724085568 7.999076528 13.01911132 12.50719437 13.73292377 11.92370761 10.54077369 12.33634008 5.697475229 6.294659332 12.97687609 13.67030713 13.63192371 8.434874771 10.23389988 8.217095115 5.429977048 6.300845734 +LQ05X018780 Probable plastid-lipid-associated protein 13, chloroplastic 8.934899276 9.442680222 8.915909157 9.432929793 8.56851113 10.28080683 10.41113015 10.41922085 9.203823006 9.527766515 9.073697864 9.426289028 8.965543241 10.25735824 10.00514739 10.27916733 11.09187761 10.67781165 11.12381023 11.17512132 11.18364573 11.09806914 12.32179507 12.67129686 10.63147635 10.86953767 10.8411779 11.61394724 10.54359177 11.58663819 11.60901568 12.74037446 +LQ05X018800 Omega-6 fatty acid desaturase, endoplasmic reticulum isozyme 2 5.720623952 5.896440167 5.448511414 6.196556067 5.417910348 6.174732595 5.990487967 6.245709944 6.301384881 6.362940092 6.002424666 5.856779747 6.080292568 6.332797095 6.495484177 5.914610792 6.034793248 5.989947329 7.13552979 5.966501116 5.336971858 6.265531302 5.835591289 5.741178351 6.303252945 5.667691192 6.278625426 5.802897431 5.52279146 5.711919166 5.01622899 5.662139098 +LQ05X018840 18 kDa seed maturation protein 5.802847575 5.693972791 5.388112825 5.733303138 5.809711842 5.564946471 5.824262754 5.775664553 5.761979747 5.806393339 5.83787154 5.452772093 6.082404043 5.732512191 5.439243565 5.865443422 5.432993831 5.841292934 5.791172483 5.924702581 5.712057822 5.319377378 5.89233808 6.115704212 5.121930631 5.843253639 5.833900434 5.835388342 5.451494283 5.492053921 5.414080922 6.308612659 +LQ05X018850 Zinc finger CCCH domain-containing protein 14 13.37726172 13.79216524 13.10922077 12.76783695 13.07590065 12.87483556 12.75845781 13.2909941 13.39433538 13.53374228 13.26660433 13.06603023 13.10035144 13.18840879 13.13908046 13.39735434 13.24640384 12.37897181 13.35287854 13.01817274 12.846921 13.17633423 13.61582841 13.10684362 13.39557174 12.82381784 13.42091308 13.01457592 13.21461037 13.17999848 13.70376162 13.35888117 +LQ05X018860 Enoyl-[acyl-carrier-protein] reductase [NADH], chloroplastic 12.51378222 12.35385778 12.6304904 11.95753262 12.15969145 10.59744011 10.18206274 8.663513931 12.75394011 12.71524781 12.78589131 12.23316756 12.92377192 10.79007382 10.30602275 9.956781394 12.58014996 12.59446368 13.13899209 12.88537494 12.98865998 12.56270375 10.81150386 10.12614407 13.26615597 12.99607256 13.13369783 13.08272744 13.35330871 10.97074397 10.89431703 9.88096956 +LQ05X018880 Putative uncharacterized protein 11.26817917 11.64712385 11.15134007 11.15130549 11.24492267 12.19513504 11.93109946 12.34541858 11.54839413 11.62857849 11.3263983 11.43540838 11.59904714 12.29634453 12.23827996 12.24049427 10.87209738 10.92371268 11.45053098 11.12167745 10.76007881 10.6101701 11.50880739 11.29043577 11.38400425 11.18067457 11.41059109 10.66873479 11.05391815 10.82643071 11.95335522 11.28370938 +LQ05X018890 Putative uncharacterized protein T10K17.190 8.517545897 8.904820515 8.827815336 8.486758272 8.532216607 9.285641071 9.247864741 9.715791203 8.517629788 8.657508446 8.127437638 8.362451635 8.620808724 9.285611972 9.143653085 9.053283832 7.94930803 8.316297952 8.827318533 9.141378843 9.171526888 8.790366695 9.843317699 9.999571248 8.552780744 8.90939029 9.872324883 9.026018408 9.31316141 9.014364839 10.2085082 10.27289868 +LQ05X018910 Putative uncharacterized protein 11.0441828 11.47732692 10.85785825 10.72353791 10.78106742 11.2945908 11.03742711 10.8539292 11.32383951 11.72089587 11.05403669 10.87794619 11.01093896 11.20546273 11.06565235 11.06001904 11.38259071 11.35520088 11.71006197 11.09408682 10.77161801 10.96759863 10.64074165 10.73864802 11.44593848 11.36739744 11.90153937 10.9878826 10.91909081 10.99703439 11.13685171 10.92602208 +LQ05X018920 Predicted protein 10.17101177 10.76189412 10.1827157 10.20531091 9.917919991 11.03250897 11.6658501 11.58818234 10.31301896 10.43096883 10.50253893 10.1618342 10.25024271 11.38543083 10.9651162 11.60603458 9.492241174 9.464374289 8.333823363 9.818342698 9.661500849 9.777390218 10.80237521 11.01696573 10.3632849 10.10951058 9.777803429 9.544578444 9.543866684 9.353129863 11.46831123 11.01458088 +LQ05X018960 Hypothetical protein 7.87371585 7.57085779 7.347666195 8.092386021 6.930985811 11.19871868 11.24930587 11.26521133 7.857159435 7.067053193 7.576856174 7.88588509 8.31956414 11.26141176 10.82796425 11.80090427 7.521568794 6.424526659 6.699759178 7.032096295 7.55201672 7.735829157 10.68005564 10.69620976 7.052875649 6.470793561 6.686972385 8.029923951 7.621718936 9.571682478 11.19134497 10.94838715 +LQ05X018970 Putative 26S proteasome non-ATPase regulatory subunit 12 5.262488444 5.217908888 5.393913683 5.664352404 5.332519878 5.671941263 5.402819437 4.996394176 5.425414743 5.913746328 5.165969386 5.338295796 5.700452454 5.674689379 6.212758387 5.125853525 5.10415375 5.141141712 5.546882725 5.189884847 5.524703285 5.17062449 5.043553384 5.38639628 5.294749899 5.285826204 5.070355608 5.620814616 5.272560219 5.552009727 5.17983784 5.1561702 +LQ05X019020 Putative pentatricopeptide repeat-containing protein At1g12700, mitochondrial 5.001351281 5.160719923 5.328017067 4.925989697 5.174134746 4.870913043 4.876962526 4.873995907 5.317272131 4.830733854 5.103019922 4.900259876 5.19241069 5.037561344 4.864126931 4.986700616 5.323043812 4.995729229 5.219833515 5.652386432 5.409325228 4.810876922 5.913045136 5.433113642 5.193575465 5.468182574 5.391788285 5.203481758 4.660982381 4.903468804 5.436053054 5.750396388 +LQ05X019030 Histidyl-tRNA synthetase 5.482260476 5.506301187 5.005986123 5.201815146 5.198127187 5.378256441 5.89252576 5.281454284 5.385790663 5.368686986 5.342929277 5.449654184 5.118356714 5.505714614 5.659194458 5.393200391 4.906697607 5.283785309 5.28680024 5.408764278 5.327813087 5.211421863 5.986994062 4.929299148 5.282107193 5.094928944 4.875040878 5.299017654 5.022893621 5.201903829 5.92155838 5.259291113 +LQ05X019060 Regulator of ribonuclease-like protein 2 5.59957485 5.47772066 5.343430612 5.549834997 5.312377478 6.238938402 5.681985736 5.829767156 5.960546546 6.365654817 5.888291149 6.546817788 5.983998752 6.291385061 6.781523732 5.831186502 5.712007999 5.875191043 6.020837664 5.715100003 5.577906051 5.639292396 5.404002586 5.804868175 5.386193292 5.856531908 5.294030047 5.057981575 5.086875433 5.444662057 5.203557607 5.239882097 +LQ05X019070 Protein HOTHEAD 6.573473226 6.715468121 5.716309807 5.616865339 6.450383662 6.165730574 6.149746713 5.829116419 6.78034571 5.703687659 6.009046105 6.272802172 5.950401627 6.442509719 5.675410363 6.163484698 5.829407472 5.557547377 5.532163404 5.371254843 5.485107833 5.790251885 5.87179973 5.382046194 5.689241021 5.576346646 6.06039393 5.099744397 4.995155438 5.552641179 5.257844888 5.904078018 +LQ05X019150 Isopentenyl-diphosphate Delta-isomerase II 6.135230526 6.133166986 5.778935938 6.851303932 5.826795195 6.516021543 6.527594651 6.577225888 6.186570627 6.645639132 6.17698467 6.501315623 6.101282866 6.673068726 7.302969317 6.214136519 6.141914938 5.903092937 7.185222086 6.340866232 6.362539357 6.415739217 5.675904113 5.449316641 6.134633806 6.311397909 6.7572404 5.717045214 6.688252973 6.191480168 5.479531481 7.068890632 +LQ05X019170 Putative Basic leucine zipper and W2 domain-containing protein 2 5.736061553 5.491659643 5.080712021 6.224227008 5.261138026 5.928200888 6.015372117 6.043044994 5.917717408 6.05073168 5.601905871 6.175175299 5.784602967 6.349130469 6.743961564 5.914051173 5.4779696 6.124464636 6.320010835 5.59121804 5.526781332 5.825172352 5.015476191 4.967018722 5.501028274 5.608273729 6.442612216 5.575792056 5.773306426 5.360545173 5.140239456 5.269872638 +LQ05X019180 Putative Riboflavin biosynthesis protein ribD 5.726977813 5.716814052 6.042654725 6.12963976 5.667739026 6.104579482 5.898267331 5.697760983 5.999884792 5.39092685 5.86243096 6.038482419 6.428281497 6.166231675 5.547663267 6.000367615 6.055318075 6.296748911 5.591219337 5.834246625 6.408046473 5.805313264 6.357528037 6.116430749 5.679788435 5.906027071 5.484278468 5.910389958 6.322711012 6.047919054 6.120843001 7.563663003 +LQ05X019190 60S ribosomal protein L26-1 9.208040479 8.192882245 8.46454808 10.49656372 9.283961092 9.941437139 10.52486931 10.58986205 9.487158338 8.448796237 8.362294892 10.54215931 9.352814801 9.794514072 10.3392503 10.82486565 8.45459066 8.137461792 8.314845638 6.82169064 5.279487969 8.845273579 9.798962018 5.820474858 8.730725665 8.234137678 8.281522329 6.72567983 5.453239597 8.881650122 7.835075893 6.882398048 +LQ05X019270 Probable protein phosphatase 2C 33 6.761675538 5.439342407 5.564878093 5.838214641 5.644027223 6.218821919 5.374758471 5.275801343 6.706736725 5.669497949 5.783752783 5.953263151 5.799815338 6.345819014 5.926379712 5.550699964 5.643660844 5.91046035 6.067858816 5.747456854 6.368336051 5.966164911 5.209037218 5.113832927 5.889944153 6.285438491 5.965130441 5.654152769 6.397213383 5.420527643 5.593270135 5.17475796 +LQ05X019320 Putative Programmed cell death protein 2 6.316390109 6.121027402 6.045377849 5.828850471 6.027987701 5.901566333 6.140137767 5.745799929 6.440294939 7.138799939 5.674918337 5.741142727 6.142530149 6.166498859 6.422934205 5.766395052 5.689704001 5.946900771 5.712035954 5.861299661 5.667251263 5.970573335 5.956881726 6.232622879 5.892108216 5.724562632 5.52210215 6.403922052 5.646044613 5.857599546 5.692704643 5.459271469 +LQ05X019340 Aspartic proteinase-like protein 2 9.376702339 8.277982186 9.39851551 9.716549766 10.07904541 10.30754016 10.12924557 10.9047271 8.410427981 8.413553404 8.40815905 8.925105211 8.98710746 9.049243692 9.956803405 9.908484672 10.21690971 10.29679175 10.09722842 10.4268834 10.51895497 10.39386193 10.62693787 11.109804 9.599787618 10.0019931 9.370562846 10.68825248 9.490730694 10.56815046 10.49334509 11.13635946 +LQ05X019370 Thioredoxin F-type 2, chloroplastic 13.46624625 12.40824719 14.02397776 14.30161382 13.64840534 15.02705435 15.01920082 15.17092014 13.29872626 12.05508815 13.66035681 13.97680055 13.1562465 15.25350056 14.64647488 15.04185761 12.98511647 12.29540378 11.89594931 13.50540663 13.49912269 13.18221233 14.57323028 14.67479313 12.84686615 12.68205962 11.62211933 14.05943857 13.24287941 14.20656098 14.49581323 14.27316325 +LQ05X019380 Putative cation-transporting ATPase 8.62358183 7.974024774 7.691296859 8.547940151 7.653547373 8.928765941 9.118830025 8.765542341 8.062267817 6.687398952 7.559741103 8.28893166 7.624910809 8.899408303 8.285477249 8.224094646 7.798005972 7.133094153 6.337020703 5.999693948 6.756899405 7.482519781 6.854972882 6.653276044 7.698683076 6.502707794 6.596042473 6.249302906 7.184440777 7.684806596 7.301244032 7.227896765 +LQ05X019390 Putative Predicted protein 5.322553251 5.341944992 6.79605228 5.017478027 5.697537804 5.771631532 5.411663618 6.174065751 5.453916735 5.648591934 5.28831604 5.176804574 5.707833792 6.373704504 6.333123373 6.263057616 5.538254112 5.596307801 5.863332331 5.035709368 5.872549824 5.430087016 5.757644273 5.634238893 5.578703362 5.425683544 5.469691806 5.482911575 5.162020657 5.562926997 5.655125246 5.274518452 +LQ05X019440 Putative Wall-associated receptor kinase-like 8 5.187088503 5.402739894 5.67542292 5.051762855 5.3467143 4.928762527 4.816236201 4.902624415 5.110509479 5.107595557 5.532847381 5.024711119 5.22265968 5.129878779 4.758774625 5.349840753 5.054606309 4.809683868 5.668088662 5.108007152 4.954248511 4.837828719 6.137981273 5.966208506 5.108062571 5.042080997 6.110753682 5.76471276 4.963409865 4.794331305 6.816825969 6.102146047 +LQ05X019480 Putative uncharacterized protein 5.896805327 5.8189028 5.791144326 6.040088092 5.541420884 6.185032955 6.155640378 5.900557433 5.854957872 6.438146929 5.716012022 5.874453296 5.592580656 6.288310686 7.268956399 6.327154469 5.900057493 6.000356152 5.997332983 6.450478371 6.606561917 5.791493759 5.897625441 5.517832233 5.848039542 5.446576708 6.064337429 5.939802687 5.832799577 6.245335345 6.332649442 5.934186027 +LQ05X019500 Putative Protein KRI1 homolog 6.992082726 7.226107913 6.969569126 6.716968245 7.307174049 5.775624144 6.411856037 6.108133118 6.841605466 7.122246082 7.014109414 6.80269308 7.139152768 6.199718992 6.16167796 6.40140107 6.8832467 7.954044537 8.333815739 7.119297438 7.2061371 6.663498058 6.708120042 6.228479246 6.995701178 7.636245926 7.607134601 8.089938444 7.104405514 6.575877567 6.20467456 7.133708961 +LQ05X019530 Putative Glucosamine--fructose-6-phosphate aminotransferase [isomerizing] 2 9.558233258 9.5000239 9.788155505 10.06296203 9.492199675 9.288025876 8.816238152 9.410353373 9.520460396 8.668674662 9.788477814 9.936676463 9.378749736 9.213299479 8.733494937 9.050572871 9.992133012 9.140414798 10.32317613 9.295279451 9.001761884 10.46728298 8.150250868 9.07577487 9.884942683 9.14904075 9.979505063 10.05593485 9.360496261 10.50492219 7.732992014 9.496734898 +LQ05X019580 Putative LUC7 related 10.99502958 11.40468952 10.80360946 11.02025297 10.87068128 11.12543573 11.14636984 11.10724845 10.79281915 11.50167294 10.58337594 10.75899593 10.56546949 10.7421457 11.32018691 10.6597893 11.16356309 11.22417006 11.50251952 10.52710103 10.17336239 10.75547342 10.21785985 10.75403321 11.25044513 11.36833374 11.46525063 10.54953616 10.30287217 10.877911 10.59796931 11.11319034 +LQ05X019590 Predicted protein 5.447604916 6.144380628 5.502140005 5.977854472 6.038488632 5.211858699 5.720730208 5.21731534 5.438546518 6.369161272 5.412686772 5.932398421 5.407580472 5.574535334 5.902964471 5.549054466 5.304735005 5.694787481 5.919209137 6.008278252 5.144628825 5.396511216 5.162413233 5.137500358 5.415069686 5.401314062 5.709967731 5.719310833 5.450914735 5.668698298 5.387661025 5.311523311 +LQ05X019600 Probable nucleolar GTP-binding protein 1 12.73265529 12.25591907 11.90426353 12.87721154 12.53135396 12.82512518 12.85631025 13.09185825 13.07803462 13.1737102 12.26238776 13.20433016 12.67961246 13.02082759 13.11613238 13.53687657 12.93086918 12.83827117 12.45352429 11.86668633 11.34407572 12.91495207 12.2959025 12.37652906 12.8769138 13.16868772 12.60883305 11.89275914 10.76748319 13.22090173 12.02487956 12.26739867 +LQ05X019610 Iron-sulfur cluster assembly enzyme ISCU, mitochondrial 5.772906354 5.924795888 6.330800428 6.107275104 6.381437799 6.293039616 5.893027979 5.981161266 5.840132727 5.659554117 5.996492227 5.804266556 6.58512867 6.274603954 6.540761858 6.139414713 5.742083241 5.944854302 5.761213124 6.188664754 5.581952684 5.963165556 5.758776242 5.898942059 5.574475416 5.460120508 5.74090024 5.471120087 5.534717015 6.166617121 5.508410117 6.225014279 +LQ05X019640 Putative Gamma-tubulin complex component 2 4.858841489 5.021328358 4.65270585 4.916284953 4.788631645 4.738231638 4.730320529 4.973262488 5.167083966 5.038706054 4.998781897 5.072347674 4.757080596 4.587076655 4.703667214 4.880367821 5.377846516 4.918051049 5.28817952 5.360051721 5.020279445 4.772510789 4.521550292 5.069006966 4.942835738 4.903143827 5.323939066 5.565230522 4.714355416 5.093142096 5.366723954 5.545626457 +LQ05X019680 Beta-glucosidase 42 9.382947283 10.95028801 9.480758532 9.017797171 8.507357872 9.369651989 7.994627136 8.670764128 9.173299399 10.08921381 9.510787934 9.05319987 9.149386817 8.818451441 7.927703996 8.43152601 8.992555101 9.776391127 9.204098249 9.108486139 9.711578977 9.634958634 8.630190402 9.580983936 9.720456565 10.17276495 9.793056029 8.843127834 10.79739464 9.65735882 8.171058385 8.4705503 +LQ05X019710 Phosphatidylcholine-sterol O-acyltransferase, putative 7.497242901 7.352576942 6.654508692 7.701324732 7.237215907 7.780988394 7.927941761 8.398387844 7.492389589 6.778023735 6.978048704 7.741343371 6.790853931 7.842130346 7.733562105 8.025074093 8.493398075 8.243618203 7.821522969 6.415081215 6.905352438 7.773401431 6.254319287 7.056344964 7.902189255 7.619072389 6.525025158 7.553874916 6.505286901 8.355004423 6.444797598 7.353358863 +LQ05X019800 Predicted protein 4.94739504 5.17487363 5.39723815 5.037061893 4.971296048 4.783193148 5.053036569 4.766689204 4.881336139 4.782787846 4.901428414 4.868978064 5.158320816 4.85726201 4.831432902 4.884938917 4.673827282 5.001025554 5.013415202 5.227632024 4.923674069 5.287108254 4.7724738 4.912196475 4.918530494 4.870290429 5.262609459 5.25152696 4.734172773 4.804701228 5.277399234 5.37194721 +LQ05X019830 Predicted protein 4.863662825 4.705664869 4.88844136 5.016351994 5.172324771 5.089323202 4.942531616 5.036747686 4.941182457 5.04613526 5.211845849 4.986746988 4.860315469 4.743096487 4.957844871 4.955212079 5.073818259 4.871087607 4.803247797 4.731628891 5.469272456 4.992051292 4.67378001 5.090629252 4.991778487 4.90919606 4.919579207 4.945584127 5.116177838 4.907892096 5.129588054 5.063836134 +LQ05X019880 Predicted protein (Fragment) 4.581140829 4.643779416 4.748262205 4.636210504 4.77369435 4.846702438 4.612958451 4.616915205 4.60763742 4.847482721 4.746320608 4.714889535 4.643445115 4.764170476 4.550197652 4.723856254 4.810212958 4.652025222 5.005440783 5.125002456 4.757289075 4.617535014 5.815553511 4.904675786 4.906003632 4.9044548 5.167475158 4.796355193 4.805264179 4.614881101 5.335605943 5.640928853 +LQ05X019890 Calreticulin-3 13.35534295 13.52530611 12.93966757 12.90110069 12.57288703 12.81599578 12.84255843 12.40385431 13.68612182 14.15205415 13.32149062 13.21356301 13.0552559 12.77194873 13.06110686 12.6525721 13.93630263 13.46308873 13.41959581 13.24528227 13.08285464 13.32806106 13.16989064 13.11314534 14.08202076 13.72420544 13.58411334 13.09561097 12.75577746 12.90704076 12.80885894 13.11606066 +LQ05X019940 Putative Phosphorylated carbohydrates phosphatase TM_1254 6.039038009 6.042145101 6.366607194 5.824554321 5.637011904 5.616287854 5.758556456 5.917640971 5.795060217 5.8286218 5.872970321 5.803741673 5.444065411 5.989895618 5.693477264 6.009132207 5.638227041 6.082575396 6.206054907 6.47659415 5.897180932 5.68777169 5.687856811 5.448805593 5.946159983 5.624352024 5.352560276 5.870989759 5.888787145 5.787338593 6.552703314 5.455995171 +LQ05X019960 Probable E3 ubiquitin-protein ligase ARI8 11.73748328 12.17509274 11.63766304 11.6025173 11.90381771 11.91947601 12.09538173 12.20333259 11.85519053 11.63039 11.78272723 11.79958489 11.89276614 12.05540991 12.15024448 12.14112342 12.16920788 12.01782587 12.51970312 12.36696795 12.04584823 12.1872788 12.57857498 12.82707262 11.98185362 11.83272356 12.48482813 12.36812397 12.19164855 12.436003 12.94687409 12.9022376 +LQ05X019990 Putative Predicted protein 4.948996453 5.037323215 5.701020088 5.337251443 5.459485146 5.681845472 5.527729676 5.208467053 5.313050556 5.267197932 5.005908317 5.162039883 5.465548006 5.653033108 5.497785681 5.218822647 5.166881136 4.71471994 5.169250518 4.966155856 5.048935736 4.925717155 5.398582146 5.392463545 4.839194077 4.891793467 5.12231688 4.753665098 5.182778442 5.192861043 5.064828996 5.675556876 +LQ05X020000 F-box protein At5g06550 5.935819832 5.415588221 6.062390346 5.969402176 5.737498409 5.96517065 6.194693916 6.517860619 5.700359265 5.138794701 5.649610907 5.969250655 6.13902654 6.034568506 5.774196746 6.42371664 6.18288456 6.451996963 5.838428094 5.590399888 5.820799963 5.983305351 5.485996674 5.929867681 5.958274794 6.048478133 6.053314176 6.20859084 5.461984265 6.450975403 5.722364899 6.182123842 +LQ05X020010 Putative uncharacterized protein 12.81082745 12.68531526 13.2185739 13.24907672 13.40125058 13.6687229 13.43215362 13.77614825 13.05408505 13.0559269 13.33522704 13.47218116 13.33761875 13.52028757 13.52662917 13.89067567 12.91617833 12.49287485 12.5984119 12.52394365 12.82062578 13.15157709 13.15261219 12.49288137 13.00660584 12.07568083 12.58000152 12.87371093 12.46182528 13.14867337 13.03637095 12.49259174 +LQ05X020060 Flavonol sulfotransferase-like 9.386982008 9.372670643 7.514843948 8.147422768 7.079031027 7.557648101 6.927718947 6.494676271 9.755264032 9.995208538 9.233461029 7.880950031 7.405690758 7.623692743 6.919252484 6.895871478 9.054462219 8.928991701 8.920145684 8.146233929 8.501495759 7.826732254 6.589409923 6.416729468 9.344714671 9.555851374 9.252068672 7.746159725 8.217958635 6.625067042 6.405403485 6.261731844 +LQ05X020120 Putative uncharacterized protein At5g06590 8.030997083 7.521109442 5.14111563 5.851130219 5.614386116 6.417615604 5.9724501 6.553693817 7.694242386 7.364387868 5.971174844 5.916730143 5.223345029 6.303884813 5.665275602 6.133950303 7.482561612 6.71644022 8.637615756 4.985936683 5.426625527 6.729876946 5.273312439 4.892402021 7.638126384 6.786362254 7.890790993 5.822744873 4.88953871 5.811842207 5.678587533 5.495854805 +LQ05X020130 Ubiquitin carboxyl-terminal hydrolase 12 9.194338638 8.816596314 9.187056689 9.384783882 9.089991482 10.12289394 10.07698579 10.09900258 8.826297569 8.114599079 8.511673721 9.247600752 8.894114698 9.914210643 9.800169106 9.332804521 9.191186974 7.621672694 7.499053993 7.974237106 8.923404977 9.15815095 8.954188369 9.80480954 9.201034877 7.739548939 7.521787726 8.830719329 8.853189455 9.205647082 8.977219328 9.445443134 +LQ05X020180 Uncharacterized protein At3g58460 9.765410225 10.38408495 9.598489686 10.42839313 10.47513372 10.71714623 10.22832844 11.10304404 9.929895839 9.618987468 9.723505462 10.49841845 10.48604957 10.54989052 10.09868624 11.00498544 9.960555386 9.387579516 8.997527468 9.542771808 9.244490274 10.0875012 8.997712931 9.46764266 10.11684832 9.176884627 8.783764262 9.609893894 9.335574938 10.00292492 10.08412486 9.067104674 +LQ05X020210 40S ribosomal protein S5-2 6.486305082 6.38126545 5.83437643 6.8057885 5.960202934 6.898571709 6.869868567 6.436143784 6.551609276 7.475665545 6.564470978 6.901519612 6.819456875 6.877023413 7.837626323 7.016775597 6.472838184 6.308742242 7.067173726 6.53345064 6.082366629 6.393465182 5.792088649 6.102561858 6.510274253 6.680262817 6.518292646 5.72497773 5.457152619 6.009100377 6.309959504 6.399775899 +LQ05X020220 40S ribosomal protein S28 15.10418111 14.43816388 14.51544788 14.03347382 14.36465385 13.99713903 13.95630112 13.83920437 15.29069603 15.55306506 14.9067728 14.8165752 14.83807514 14.14121463 14.10999259 14.1559596 15.12533613 15.01997205 15.33917334 15.21022907 15.0401305 14.81475605 14.73594905 14.65856219 15.27217514 15.23116479 15.49855908 14.72586036 14.36983635 14.45939328 14.64064566 14.77298832 +LQ05X020250 Eukaryotic translation initiation factor 3 subunit C 11.43721526 10.88963065 11.04852131 10.57728922 10.69308751 11.17490784 11.16575434 10.57443433 10.26547922 11.1755676 9.96099536 9.722309734 9.642602117 9.861140306 10.92611241 9.885760215 10.6254163 10.39305553 11.06674871 9.896053024 9.472956341 9.832418436 10.83820203 10.46892336 11.12849169 10.75837974 11.56480883 9.835213312 9.188404241 10.43671839 10.90395352 10.52945421 +LQ05X020260 Calcium ion binding protein, putative 5.604180661 5.893213944 6.222956143 5.962508062 5.694157838 5.326737841 5.484638128 5.256255584 6.223190315 6.199905352 6.508510507 5.405647323 6.275717587 5.571580761 6.187613703 5.475370621 6.480833554 6.114220044 6.303537473 5.642048684 5.885186893 6.012493187 5.830388629 5.752280056 6.536164164 5.824932491 5.610001342 5.294729047 5.126084103 5.943888538 6.363281199 6.322658403 +LQ05X020270 Putative uncharacterized protein 5.35384443 5.188110234 5.737159415 5.044381173 5.362901159 5.060659036 4.969141516 4.92392822 5.446335845 5.488494699 5.706871362 4.825722785 5.988952082 5.150530866 5.1830191 4.995518872 5.53481912 5.511831918 5.968681379 5.650902469 6.048640393 5.618292523 5.843056241 4.936797416 5.056175714 6.059709039 5.968929842 5.531829781 5.172686689 5.737994087 5.729457603 5.253700115 +LQ05X020290 Putative uncharacterized protein 9.27192106 8.565899405 8.564407176 10.70390989 9.388798761 11.00465946 11.3841304 11.3847243 9.477520085 9.072217222 9.308434735 10.85977058 9.35079215 11.03376672 11.29386363 11.72292642 8.927237895 9.305301916 8.006049806 8.761746307 8.750176452 10.06952482 9.518796225 9.515125807 8.777811288 9.273717309 7.355622992 9.194292207 8.440121041 10.33398966 9.532624422 9.852449906 +LQ05X020310 Putative Protein RRP5 homolog 9.58833162 9.368776832 8.297495813 9.082731685 8.889301381 9.207908202 9.574527636 9.379589925 9.729661292 10.00186416 9.211584497 9.649170985 9.182936278 9.505878598 9.690045449 9.261704685 9.866891795 9.45154005 9.975484624 8.27657565 9.118185008 9.118055968 8.944900743 8.391676004 10.36935677 10.15732242 10.65539135 8.54981867 9.459127144 9.60368114 9.147034497 8.866015977 +LQ05X020320 Serine/arginine rich splicing factor, putative 14.7152366 13.60272623 14.19175834 14.22705836 12.64257635 14.88076682 14.50197726 13.35257874 13.61455056 12.94359085 13.15638653 13.54226477 12.09933761 14.33659914 13.88639399 12.93516496 15.14950301 15.24147797 13.66573976 14.27547473 14.73269639 12.38541004 14.78925663 13.37678788 14.14589852 14.40546472 13.38015227 13.45163872 13.88659298 12.63191703 14.47795721 13.60425187 +LQ05X020330 F-box family protein 6.785089307 6.970829139 6.062452753 5.805756356 6.504314786 7.516952557 7.341659466 8.158949627 6.275992913 5.563809822 5.641022256 5.724520463 6.024596715 6.657954446 6.533213498 7.511123418 7.759753912 6.931547512 8.11939562 6.849021306 7.691713583 6.935370071 8.783548617 8.068919745 6.92670963 6.220305767 8.112765491 6.836627567 6.856566471 6.830891551 8.455786127 8.672382099 +LQ05X020340 Predicted protein 10.77917246 10.25388967 9.050801145 10.35471899 8.439339363 10.77618741 9.933493002 9.006810143 10.77517371 10.6826703 9.76769512 10.75303511 9.181176002 11.07915839 9.870539333 9.813338101 9.825334184 9.400324451 9.939453586 8.224416276 8.604084966 9.238507429 8.107804791 7.349355255 10.49875479 9.842030208 10.39186737 9.409050813 8.247826238 9.493408285 8.61719346 6.671096995 +LQ05X020430 Hypothetical protein 4.993288056 4.747285404 4.75246708 5.036175465 5.667267702 5.197684611 4.974413013 5.169958266 5.181066961 5.103637286 4.78990601 4.778500906 4.99302131 5.080864834 4.912047933 5.217628506 5.187353285 4.895074098 5.231216477 4.907208826 4.880743839 4.983983381 5.052835694 4.96550736 5.154352183 4.835502245 5.216986435 5.464543491 4.784668989 5.130311932 4.712651326 4.982257587 +LQ05X020510 Putative Dihydrosphingosine 1-phosphate phosphatase LCB3 7.514159704 7.635755987 8.223615877 7.271960961 7.478707526 6.548558207 6.83052478 7.012325223 7.627471917 7.204546478 8.041845268 7.201178785 8.031706067 6.689123634 6.312279262 6.904067558 7.115129956 7.899108183 7.64278772 7.422307236 8.131814895 7.523374644 7.060179017 7.218792158 7.34719756 8.092259596 8.41957417 7.205529312 7.251059733 7.801435671 7.589263818 7.534788429 +LQ05X020520 Serine/threonine-protein phosphatase PP2A-3 catalytic subunit 14.40446354 14.84451559 14.08790441 13.83228395 14.0729455 13.62103061 13.55472262 13.89862197 14.16721559 14.06791809 14.06137901 13.48556699 13.80488756 13.49142324 13.23991054 13.46123519 14.27184249 14.11774355 14.1367131 13.96644807 14.22210017 13.62542963 13.87040288 13.98046619 14.28785417 14.16486965 14.26773958 13.77591157 14.42063437 13.62975838 14.18529993 13.97148679 +LQ05X020530 DEAD-box ATP-dependent RNA helicase 37 5.9497627 5.768735851 5.806969596 6.122599249 5.741878328 5.800744625 5.773005437 5.828463184 6.479772608 6.273967649 5.565998413 6.198246869 6.479721151 5.611122666 6.5171638 6.038938673 5.981540577 5.851162894 7.377090866 6.115694297 6.377756645 6.152709628 5.458950848 6.019291734 6.061080606 5.618247924 6.91221592 5.340660002 6.238255795 6.202171403 5.603370042 5.690898293 +LQ05X020580 Predicted protein (Fragment) 6.883499873 7.103321372 5.80220449 6.44064396 6.171289458 7.536893985 6.902330072 7.245593602 7.088874067 5.812105778 5.967886294 7.270093001 6.860843472 6.942345907 6.122316118 7.550112165 7.761279169 8.372338166 7.406274914 7.237358782 6.986852634 6.687231387 7.329077225 8.000661011 7.074669404 8.19194217 7.424640177 6.422396244 6.793973606 6.909962495 7.018971921 8.13343677 +LQ05X020590 Carbon catabolite repressor protein 4 homolog 1 13.96425135 14.28122817 14.11098931 13.4983231 13.90629118 14.2438918 13.85584382 14.06790579 13.9165619 14.001928 14.22404854 13.74581791 13.96351178 14.38833632 13.86324074 14.14915474 14.04134664 14.05076241 13.4305156 14.47456451 14.16566044 14.0506674 14.59915927 14.1347042 14.04061636 13.93135682 13.50720941 14.30551117 14.20724399 13.95793308 14.73285514 14.1326662 +LQ05X020630 60S ribosomal protein L21-1 15.40848868 15.33759873 15.06624839 14.24681899 14.83180736 14.44733952 14.25689719 13.97629683 15.45249547 15.55947391 15.36529709 14.8881309 14.9294738 14.47705264 14.35100451 14.13797136 15.05861739 14.5598792 14.95015657 15.18879764 14.82894878 15.13015222 15.01348396 14.49930881 15.16034606 14.73633221 15.30991742 14.73201859 14.60024906 14.4753862 14.93075944 14.74091871 +LQ05X020700 Putative Probable receptor-like protein kinase At5g39020 5.658157044 5.57381422 5.545453143 5.842591959 6.015059236 5.253577211 5.985685794 5.706909858 5.480564842 5.94942616 5.823849174 5.82856914 5.712477646 6.312083721 5.552924851 6.069218648 5.551775827 6.041407092 5.629742968 5.87623214 5.881813347 5.688041747 6.232920669 5.563460145 5.662421453 5.723660631 5.892781895 5.487923839 5.737035418 5.638515168 5.960144569 5.617337518 +LQ05X020730 Pentatricopeptide repeat-containing protein, putative 12.92478148 13.32805744 12.97727169 13.04262744 13.16119818 11.87958446 11.86061538 11.83844067 13.04179506 13.23329614 13.46558469 13.09093865 13.41563674 11.93891118 12.0852282 12.14445406 12.9686242 12.32238104 13.30659873 12.45929898 11.98534178 13.32778463 11.54601581 11.50838039 13.17620812 12.96994141 13.28400539 12.89618256 12.56623707 13.04552587 11.66358919 11.34602156 +LQ05X020770 Photosystem I reaction center subunit XI, chloroplastic 14.53596713 13.80310227 15.09675946 15.20548065 15.07338443 15.17742681 15.62987728 15.38151605 14.39653174 13.54211706 14.65394629 15.51247457 15.28504238 15.67209721 15.61909303 15.64401489 12.71889849 13.92125986 13.20410178 14.56704634 14.88427975 14.68680402 15.4383081 15.17498105 13.84962784 14.08216712 14.05492436 15.19582305 14.89891504 15.44444941 15.35855656 15.07676666 +LQ05X020800 Transcription factor, putative 8.864863273 7.598935981 8.468394194 8.800144953 8.638534702 8.72254175 9.680964621 8.276002157 8.595720285 7.907235301 8.238441189 8.628375543 8.351255457 8.700479049 8.604702462 8.197464717 7.748016808 8.122548234 8.220589866 7.974543372 8.639980854 7.9826829 8.837601501 7.4020807 7.827243956 8.426491228 8.188064186 7.713369188 8.503580488 8.268119856 8.529411621 7.498924253 +LQ05X020810 WRKY transcription factor, putative 8.829003074 9.36584766 8.975312383 8.534000409 8.691769254 8.829178463 8.338298494 8.008265877 9.046427647 8.855178188 9.144845767 8.943635595 9.084075175 9.142595605 8.598794974 8.367372028 8.970303973 7.923018065 8.830997332 8.939078979 8.567565797 9.131979825 7.984839136 8.259391641 9.322032378 8.975214321 9.009795888 8.988197322 9.458324104 9.025800507 8.573389289 6.951341743 +LQ05X020820 Putative uncharacterized protein 5.110244035 5.344794495 5.361745126 5.383774762 5.060178672 5.328865826 5.612100709 5.410042783 5.355958788 4.921863498 5.533992635 5.275727665 5.071101053 5.584024814 5.299737826 5.310568223 5.225313875 5.579222903 5.575543666 5.241597784 5.622867933 5.42976195 5.373945239 4.875387827 5.378091108 5.281013911 5.557610819 5.289211181 5.368913752 5.22689827 5.191433116 5.188241187 +LQ05X020910 Putative LRR receptor-like serine/threonine-protein kinase FLS2 9.422954019 9.164742874 8.785539549 8.050710396 9.677701438 6.683078875 6.252538253 7.802368261 10.33440725 9.176734818 10.00210932 8.991620719 10.39603081 7.074418803 6.783616391 8.00967638 9.906714136 7.923544942 11.02414005 9.127779134 8.396691066 10.30357602 6.631150557 8.117653432 10.1083683 9.649631353 10.67903115 9.874400553 9.859404699 10.37329717 6.615259888 10.19739355 +LQ05X020930 Putative Pentatricopeptide repeat-containing protein At2g29760, chloroplastic 4.892306958 5.186674944 5.408551567 5.058078261 5.248834391 5.179753503 5.082058406 4.865794639 5.019956078 5.037880547 5.016937315 5.103135558 4.95206704 5.025398616 5.334046047 5.190868892 5.065292495 4.827828127 5.266768285 4.885748266 4.900246639 4.835938578 5.40011721 4.992921062 4.978849433 4.864804723 5.257510434 5.777642759 5.075983083 4.683737953 5.295137311 5.306016239 +LQ05X020940 Miraculin 5.415393427 5.131490488 5.310627541 5.405679987 5.860344768 5.542222804 5.366046563 5.0990733 5.068562695 5.240375796 5.595825417 5.164869075 5.261378254 5.383811249 5.092339338 5.246093479 5.729799161 5.59703933 5.348329218 5.775279129 5.024047318 5.345070271 5.112711156 5.778046421 4.911681661 5.605241924 5.474130432 5.477878831 5.119172872 5.593618984 5.205431975 4.963740667 +LQ05X020950 Miraculin 5.230209518 5.235749341 5.605544374 5.246669534 4.815457862 5.216564152 5.137336875 4.947979796 5.226699907 5.146982 4.831310474 5.045687677 5.095505605 5.10589978 5.252426279 5.242592037 4.773401629 5.098945419 5.287790857 5.073596575 4.97664233 4.973703971 5.292966462 5.520734571 4.987659861 5.322840681 5.426467043 5.550658105 5.203263691 5.021330716 5.680403077 5.192662763 +LQ05X020960 Putative Lipoxygenase 2, chloroplastic 5.835076857 5.163420986 5.879255749 5.400803404 5.408205444 5.424368431 5.730999334 5.511008829 5.598423172 5.087259805 5.939084897 5.524716345 5.536569416 5.538833364 5.63475742 5.699866564 5.252334256 5.1766506 5.48428538 5.480777957 5.947335502 5.249018342 6.151743352 5.637418747 5.612103822 5.356149051 5.423986309 6.569068813 5.551891162 5.298035578 6.430956647 5.525715289 +LQ05X020970 Probable metal-nicotianamine transporter YSL5 11.965146 11.58394737 11.71398221 11.48948274 11.88323078 11.38724324 11.45262245 12.61106453 12.24654414 11.23494678 11.76182348 11.50256073 11.83686332 12.00931212 11.65736902 11.96312856 11.42937964 11.83021262 12.31086472 11.88529596 11.92915699 12.25885106 13.26578297 12.99373134 11.99886061 12.45927565 12.74337866 12.36773346 12.08533174 12.96871328 13.22384696 13.29613215 +LQ05X020980 DNA-binding protein RHL1 4.97743993 4.923273557 5.652393554 5.115832725 5.385526977 5.10785176 5.218512165 4.969102791 5.068672176 5.194873167 5.12596348 5.100087776 5.516197257 4.910755716 4.995237907 5.032285101 5.032453949 4.920254846 5.348396237 5.018286262 5.035078909 4.913706835 5.200725303 5.530891423 5.16417317 5.034230429 5.228247709 5.00698563 5.743155378 5.011065659 4.751128387 5.332205706 +LQ05X021030 Putative Phospholipase C 3 10.35071342 11.36170613 10.39570583 9.718416622 11.81205943 9.600573124 9.733418028 10.26790785 10.89612059 11.9174167 10.74928257 9.850494235 11.49327067 9.714692634 10.01023013 10.20379996 12.30675594 12.12920675 13.13308973 12.05063775 11.74677146 12.50892026 10.6609628 11.30139879 12.14905816 12.27229805 13.37767707 11.48743773 12.37265021 11.99035489 10.77661001 11.41884465 +LQ05X021040 AMP dependent ligase, putative 8.606226057 8.910684452 8.847933696 9.150166381 8.527542375 9.778654582 9.836460767 10.15958332 8.916610081 8.277978293 8.982709546 9.279472662 8.797255593 9.95030482 9.735600899 9.844377837 9.528153836 9.761692808 8.469840319 8.917015731 8.540796947 8.901114506 9.927076928 9.568828955 9.229105157 9.213147781 8.296887017 9.02702704 8.25541451 9.288922377 9.742905539 9.726863536 +LQ05X021180 DNA-binding protein smubp-2, putative 4.746034935 4.857725939 5.12029571 4.753949785 4.761745408 5.363762102 5.094840646 4.716615117 4.845239131 5.270574421 5.001723379 4.715948563 4.94133736 5.276195505 4.9017413 4.906837397 4.985210782 4.946595077 4.887315087 5.189135422 5.16574545 4.771922152 5.103633402 4.744038439 5.156973802 4.989097333 4.784683404 5.181128591 5.213383645 4.854089864 5.054760706 5.365921083 +LQ05X021190 Hypothetical protein 4.849792838 4.813980477 4.992544391 4.742236648 5.301508675 5.055443445 5.243249423 5.081028755 4.912195831 4.680758544 4.896063041 5.103552711 5.04889671 5.184697814 4.746166361 5.156014235 5.236478167 5.170545286 5.832591286 4.942519599 5.131871558 5.119601879 5.309354316 6.024196012 5.18746457 5.469555766 5.650649511 5.662783921 5.47859179 4.941755255 5.16981466 5.675832813 +LQ05X021210 Putative Omega-hydroxypalmitate O-feruloyl transferase 5.479406411 5.241539359 5.050144827 4.800683184 5.452456806 4.696439845 4.859312052 5.159580186 5.262760008 5.226079231 5.555262687 4.80461789 5.25820963 4.877754172 4.67518617 5.204875796 6.326935586 5.83653199 5.829167625 5.102714574 5.242715954 5.638767311 5.695898742 5.015452944 5.394656204 5.938492507 6.490585377 5.066138247 5.306353744 5.187713005 5.468844259 5.870802996 +LQ05X021230 Putative Omega-hydroxypalmitate O-feruloyl transferase 9.093604867 8.777307698 9.316116346 8.935236253 9.715021942 9.816962553 9.767414197 10.11040971 9.679257603 9.815403587 9.888054271 9.303794278 9.700808472 10.43731199 9.972869212 10.94945182 5.114935955 5.028505212 4.757430782 5.377188913 5.012903902 5.34094702 5.662914852 4.945169585 4.971891316 4.871169706 4.690786787 5.07118523 4.866512781 5.298654088 6.490601645 5.383862709 +LQ05X021380 Predicted protein 11.31076499 12.20525022 10.70951633 10.18159097 10.20148368 9.77528252 9.65039085 9.419321161 11.74599308 12.17535472 10.90342865 10.44738196 10.40605916 10.05449297 9.856123738 9.880252278 11.39571228 10.80831914 11.88209614 9.744099808 10.1079042 10.71460236 8.230760583 9.055562338 12.23747799 11.61539341 12.13447244 9.633888096 9.702174599 9.911999952 8.795261903 8.506176613 +LQ05X021390 ATP binding protein, putative 12.44918851 12.1298481 12.48295786 13.36821147 12.93165475 13.22269178 13.18646937 13.26971394 12.7699512 12.42640312 12.49999524 13.57227591 12.9182977 13.41392972 13.43177356 13.62693803 12.03860921 10.88544905 11.19995798 11.79738719 11.42783536 12.01766006 11.55273551 11.62725574 12.0524953 11.15496907 9.803849567 11.92067483 11.40150042 11.83813239 12.16371676 11.54331332 +LQ05X021400 RNA polymerase sigma factor rpoD, putative 13.24887093 12.33693724 13.63941656 14.3919949 13.57100386 14.97827329 14.95325559 15.06533803 12.87886007 11.90482963 13.2309572 14.21199311 13.43480109 15.02792254 14.86111376 14.89085949 13.17659009 13.74354581 12.54285081 13.27765131 13.39280819 13.29142943 14.18580599 14.42600087 12.78210074 13.38841404 12.22204979 13.72983372 13.21554635 13.70484395 14.09876229 14.05697828 +LQ05X021430 Putative Tuftelin-interacting protein 11 11.75224562 11.73380426 11.52306555 11.87603253 11.77217036 12.51612434 12.40821068 12.28638409 11.80605988 11.85783002 11.70133505 11.92851865 11.73490235 12.20792655 12.47930928 12.3322633 11.83720823 11.95145704 11.23433856 11.55425276 11.52683227 11.27863058 11.77426438 11.39744063 11.57178257 11.96250684 11.20946818 11.60487691 10.9810998 11.22713949 11.72765786 11.33862936 +LQ05X021440 Maltose excess protein 1, chloroplastic 5.058923783 5.350987671 5.355726241 5.696666396 5.109718956 5.477302234 5.615142026 5.102532441 5.34762935 5.618765312 5.402285282 5.539653942 5.678696396 5.3241948 6.789707741 5.269537343 5.102941031 5.273648602 5.005066058 5.793166854 5.549363975 5.131049756 5.233694321 5.304049371 5.086090944 5.300500563 5.055937446 5.305896435 5.221383777 5.148432834 5.370107863 5.184678357 +LQ05X021490 Putative 30S ribosomal protein S5 10.07179659 10.78487391 8.64128471 10.23406874 9.44109485 10.37026688 10.51881881 10.16228189 10.59923291 11.08573812 9.907658172 10.2828355 9.849838788 10.68184522 10.7365304 10.41544477 10.27182483 10.10182129 10.16577788 8.721245327 8.624353942 9.623926067 9.692128717 9.906663868 10.67405527 11.02255504 10.4283623 8.991842204 8.952868103 9.735519427 10.08434428 9.833982353 +LQ05X021520 At1g09815 14.92136625 14.76275845 13.43555491 13.2565134 13.29607526 14.18853688 14.21355424 14.02265455 15.26839472 15.09925785 14.02667506 13.63227819 13.64785412 14.34144927 14.3119206 14.07970653 14.82400575 14.96508351 14.8901753 13.60910453 13.67512485 13.73501186 13.32072682 12.95223475 15.25812115 15.23014742 14.90926883 12.99523752 12.54066975 12.72159806 13.60239599 13.18255066 +LQ05X021570 Cytochrome P450 89A2 6.269210671 6.765854457 8.064789073 8.562171936 8.215899341 9.669019239 9.927087481 9.713427221 6.532288797 5.824880271 7.415171139 8.485101994 7.673562863 9.862084023 9.278369238 9.797935935 7.213569676 6.713541737 5.76523633 7.464908971 7.138544017 7.832705387 10.29319613 10.48512186 7.165011817 6.24850845 6.702402816 7.853569304 7.179227129 9.008700624 10.69335685 10.53451388 +LQ05X021580 50S ribosomal protein L17, chloroplastic 5.676982857 6.068993839 6.480541542 6.482825826 6.508634757 6.161266565 5.739069065 6.015545297 6.046969839 6.0693609 6.015671927 6.533610654 6.257415837 6.469406454 6.26748169 6.1435168 5.331811959 6.097530596 5.503478937 6.230434647 6.180875745 5.854116333 5.50982915 6.246948076 6.008701934 5.740206797 5.478550229 6.085442842 5.580704231 5.76823999 6.321445177 6.104955581 +LQ05X021590 Cytochrome P450 89A2 5.18813744 5.318314165 4.599959233 5.391187743 5.466871595 7.853794705 7.876198923 7.978862495 5.057009382 5.644111714 5.170762882 5.511997726 4.978663357 7.489240502 7.753703744 7.233771933 6.180004582 6.914559055 6.144475837 5.485432884 6.073628861 5.405289787 8.016501959 6.696896272 5.158787016 5.870929862 5.918974756 5.366176364 5.449484705 5.811312494 8.910354981 8.970478254 +LQ05X021780 Hypothetical protein 5.00824731 5.227539707 5.079012623 5.016909248 5.127378663 5.218835418 5.03979715 5.039409842 4.998461566 4.719673166 4.930359469 5.077499144 5.011855636 5.053992674 5.139514818 5.054898119 5.049971497 5.12022448 5.342568669 4.847961566 4.864870892 5.376524451 5.022520628 5.237256956 5.121301784 5.052682274 5.045946874 5.12176069 4.909590762 5.214491497 5.011879451 5.521949029 +LQ05X021810 Hypothetical protein 10.86819458 10.9701465 11.67387082 10.99707705 12.48475318 10.36238759 10.637519 11.16306622 11.35756211 11.28799083 11.86463852 11.33066183 12.38255992 10.50183299 10.59530735 11.42944578 10.40763642 10.8288817 11.65713106 11.7856973 11.72918058 11.40301356 11.87621832 11.59328203 10.10503649 10.42943789 11.54955445 11.68508406 11.23150141 11.15013827 11.15820623 11.62088771 +LQ05X021820 Phosphoprotein phosphatase, putative 7.051312549 6.668876905 7.294008074 7.54837963 9.070646612 7.481138689 7.6156053 8.93406659 6.023865328 6.94749981 6.569090088 6.514624197 7.266421446 6.149214788 8.013034893 7.062090851 7.209032714 6.8488837 6.893407139 7.353902368 7.836801176 7.574843622 8.275983905 8.417565266 7.086689513 6.593907913 6.282350802 8.16807188 7.178958423 7.693903478 8.227656188 7.413758454 +LQ05X021850 Putative Disease resistance protein At4g27190 4.902588952 4.889218175 5.371072215 5.518375267 4.871659524 5.219873498 4.996786287 5.611959324 5.188421855 5.25721148 5.031247079 4.968356493 4.965806208 5.125150556 5.860180002 5.011562553 4.728105076 4.881746463 4.741618393 5.118696828 5.199768077 4.899960794 5.01943383 5.25781531 4.705946413 4.719945431 5.054075073 5.217184296 4.965576037 4.870463298 5.05983985 4.892682975 +LQ05X021910 Putative uncharacterized protein 12.20159176 12.05438311 13.00911626 12.71401747 13.42950196 11.78142509 12.91029874 12.61769641 12.05412929 12.00568987 12.90391553 12.74413231 13.25320184 12.20847112 12.82669535 12.9747909 10.64615988 11.73267281 11.5423511 12.68446812 13.60415458 12.66306141 14.74350122 14.42592578 11.27727889 11.960792 11.87126237 12.70108849 13.93224752 13.07068748 14.54437651 14.54781075 +LQ05X021960 Putative LRR receptor-like serine/threonine-protein kinase EFR 4.960655749 4.7381237 5.121077122 4.790452041 4.946998187 4.840898927 4.928092872 4.995766363 4.787024098 4.872036496 4.739099251 4.884964152 4.971991084 4.95913988 4.90883322 4.738171283 5.036839199 5.018391215 5.107527622 5.136944244 4.730669714 4.572236967 5.386984371 4.715348438 4.70497365 4.718095037 5.130113373 5.713091759 5.21589237 4.754346958 4.741099684 4.996610447 +LQ05X021970 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 5.589460409 5.74352364 5.577632016 5.670674372 5.307551937 5.794849217 5.90883105 5.235627608 5.710317047 6.886402675 5.209298417 5.727896224 5.283547492 5.262200554 6.626454462 5.646883453 5.108415727 5.13722054 4.707075477 5.242956863 5.070390811 5.263352334 7.344670714 5.029636142 5.236430782 5.502175979 5.468874218 5.629779129 5.583291489 5.220552775 6.677305715 4.738594488 +LQ05X022010 Putative Transducin beta-like protein 3 6.602164857 7.301202041 6.518482361 6.022340801 6.407512167 6.943915 6.943835528 7.763877859 6.521483676 5.923413182 6.140011094 6.107202219 6.29899424 7.141922298 6.670470755 6.988552413 7.232640646 6.399244969 6.015870314 5.61251135 6.101697825 7.295050134 6.406919409 8.176664686 7.775237583 7.39696781 7.759414495 5.530148762 6.667102131 8.001580687 7.399984477 8.894096723 +LQ05X022070 Putative S-norcoclaurine synthase 5.667711319 5.428392978 5.627670736 5.124092176 5.143479618 5.21304573 5.289453112 5.209465657 5.950895987 5.82567021 5.54028479 5.362788056 5.387631962 5.325849358 5.57738829 5.566390774 5.872371347 5.62537698 5.994468552 5.455629359 5.472964322 5.969589099 5.562357787 5.111759629 6.082573234 5.857658361 5.627711443 5.389249225 5.886276909 5.553759522 5.098701196 4.935198678 +LQ05X022080 Putative S-norcoclaurine synthase 4.755602748 4.815787237 4.949640963 4.947094966 5.04699768 4.83065009 5.180228546 4.989436021 4.878252274 4.640212692 4.968135496 4.868943481 5.328454451 5.587910709 4.948861469 5.011306053 4.969685148 4.95404954 4.779967649 5.377613446 5.272934776 5.273496281 5.30638105 6.196557356 4.805073001 5.317875184 4.602919942 4.961541313 4.923003864 5.074599952 5.019784916 5.054644218 +LQ05X022110 Putative S-norcoclaurine synthase 6.981024662 7.055150166 11.33297264 12.33763128 12.71892456 14.05162258 14.39692538 14.38796897 7.847309879 6.440292573 10.99230602 12.50723593 12.39608512 14.12557395 14.59611481 14.36881542 7.840396088 9.730193754 8.180202015 11.74222614 12.27300571 11.95407782 14.49652708 14.62887221 6.702950993 7.936925878 8.463543918 12.68628768 11.40782222 13.49475607 14.0704744 14.80833371 +LQ05X022120 Hypothetical protein 4.89579011 4.906770881 5.019629959 4.689706202 4.704028178 4.656151363 4.963747234 4.702970955 4.844362047 4.862734974 5.161569862 4.91598081 4.858076826 4.709469829 4.858053095 4.759086186 5.227513732 4.930372025 5.330350674 4.990159868 4.790012536 4.714505109 5.463183789 5.161020629 4.835021003 4.844900729 5.284043771 5.097986659 4.896211755 4.845060693 5.238844716 4.984661413 +LQ05X022140 Putative THO complex subunit 7 homolog 12.86485596 12.78345294 12.98471879 12.99087513 12.74274408 13.65937191 13.57053206 13.4222422 13.02923944 12.95091288 13.07800487 13.12535227 12.9348004 13.72409526 13.48852754 13.54085768 13.00351391 13.03627085 11.24170854 12.95924428 13.05798344 13.06987962 13.47386657 13.54856639 12.93348399 13.22227651 10.82900863 13.09109918 12.67524302 13.0561416 13.32865669 13.55509223 +LQ05X022160 N-acetyltransferase, putative 12.02128693 12.06660274 11.54219465 12.08850137 12.00763385 12.38939702 12.1589631 12.36056075 12.03885644 11.98158811 12.03496631 11.73474613 11.9857559 12.26807875 12.25267501 12.26445151 12.93004146 12.72281096 13.04334224 12.4683617 12.09356632 12.11444731 12.3726046 12.25030162 12.16629943 12.30264755 12.65724087 12.16672808 12.08693422 12.23651995 12.33902919 12.28282716 +LQ05X022170 ATP binding protein, putative 10.20904407 10.44413786 10.54682036 10.95978164 10.31585023 11.84559892 11.70656223 11.90642155 10.3679567 10.1256207 10.5362099 11.04169837 10.61547029 11.8232984 11.55657098 11.87179831 10.61684952 10.53833027 10.74792355 10.7575021 10.74065419 10.8929886 12.31628094 11.97657066 10.65744912 10.73059786 11.00031914 11.13915321 10.82945196 11.98425923 12.43912303 11.96201281 +LQ05X022180 Heat stress transcription factor A-1 4.777411513 4.85627828 4.748581254 4.698598564 4.726394291 4.85257175 4.719401192 4.610579376 4.724036244 4.800407887 4.990198254 4.750015223 4.616008757 4.996288791 4.760995512 4.809786914 5.073812644 4.707288234 5.472792479 4.602515278 4.899209599 4.785683287 4.917197031 4.585572189 5.084479161 4.82648029 5.37899471 4.697632051 4.782091385 5.133050364 5.070742521 5.284118736 +LQ05X022190 Syntaxin-21 12.05618781 11.93153644 12.05010001 12.31461474 12.29409412 12.449678 12.35421442 12.48286309 12.15134904 11.93915371 12.13588369 12.43075497 12.43831845 12.38616984 12.27492385 12.28017001 12.09616885 12.3544311 12.26828268 12.52620507 12.5570734 12.60414903 12.65341221 12.91729125 11.90021852 12.03515735 12.21809313 12.75389718 12.72037004 13.5229481 12.7965711 12.95611477 +LQ05X022200 Putative Uncharacterized protein C3B8.09 5.639924189 5.639098482 5.359341453 5.103200114 5.479214752 5.10931124 5.063156933 5.473705176 5.643550105 5.760466794 5.492440064 5.264236926 5.445349714 5.423517978 5.23732785 5.54813453 4.953674363 5.413872191 6.139305717 5.247662867 5.315708957 5.202174353 5.315738745 5.648676778 5.066947298 5.473958175 5.753459759 6.429018019 6.126432333 5.383953767 4.982947441 5.064708009 +LQ05X022210 Nucleic acid binding protein, putative 13.89416305 13.87419014 14.17768681 13.8778382 14.19581522 14.39212641 14.12128637 14.00444294 14.11693842 13.64534132 14.10004018 13.74388544 14.07154313 14.47401202 14.32326594 14.12308513 14.31058782 13.5761695 13.91701927 14.02135355 14.14404349 13.77181866 14.36479796 14.0374284 13.95234987 13.2380607 13.68334609 13.86774784 14.1727431 14.04617654 14.22012625 14.07222444 +LQ05X022270 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 11.58294291 12.13229551 11.3175661 10.79185598 10.73312674 10.43772415 10.1962462 9.721575299 12.04594923 12.42005688 11.77760485 10.78718624 11.22673475 10.47930094 10.09009991 10.23540516 11.60331715 11.42604808 11.62879461 11.73264111 11.76231395 10.92262848 11.00022412 10.99921215 11.86549044 12.07706386 12.09097709 11.34595467 11.70705246 10.51758168 10.93898655 10.70204684 +LQ05X022280 Protein transporter, putative 12.62475053 12.69278549 12.63214436 12.6377972 12.56847877 12.71120897 12.52176702 12.57888844 12.45986029 12.54084606 12.55311114 12.5356239 12.57610614 12.63172735 12.79167457 12.35197191 11.8912307 11.73300081 11.12820387 12.37060521 12.00739269 12.47282349 11.72721783 12.47944785 11.73629622 12.00905441 11.28889109 12.50191863 12.49092364 12.57597426 12.03207569 12.79328033 +LQ05X022310 Catalytic, putative 5.837342534 5.247598467 6.159072905 5.800625737 6.110513999 5.604336374 5.305228654 5.395107062 5.814463573 5.33650305 5.920353882 5.570416997 5.987975944 5.245703262 6.062344057 5.724564143 5.589438652 5.415628087 5.821999838 5.565013687 6.155079903 5.630183833 6.028875927 6.374666646 5.697926646 5.913303945 5.832436943 5.478714214 5.857530826 5.700154267 5.201856394 5.496959828 +LQ05X022350 Cellulose synthase-like protein D3 6.923349226 7.010957251 7.393952283 6.949941127 7.587483018 5.72696473 5.928594721 6.326658827 7.098405439 6.646919612 7.61334315 6.802185483 8.337643655 5.531109424 5.492449135 5.869481214 6.619826986 7.214366352 7.445600671 7.452092286 7.270433456 7.421854387 6.239621326 7.309756805 6.656890835 7.565515674 7.775030548 7.867842844 6.796698016 7.603309858 6.833824989 7.654974172 +LQ05X022370 Hypothetical protein 5.053184049 5.093058957 5.239839756 5.312653853 5.023554165 5.284348078 5.049496676 5.03011789 5.125854523 5.261322515 5.261098321 5.338404491 5.016925003 5.150754874 5.055371042 5.16578247 5.03567709 5.151493745 5.434496955 5.229378614 5.153538933 5.114834584 4.948620198 5.33321203 5.150674888 5.392178673 5.68848599 5.744233544 5.11979196 4.991273817 5.061740001 4.850526435 +LQ05X022390 Mitochondrial NADH-ubiquinone oxidoreductase 5.965797605 6.270262437 5.876234675 6.419408114 5.266293788 6.638172672 6.49102998 5.593393527 6.174879656 8.448971352 6.113306902 6.050830282 6.180379235 5.618793769 7.980725026 5.920246465 5.589989967 5.730155421 5.227155203 5.538564749 5.196844299 5.978215279 5.170059769 5.758096099 5.925087085 5.59245667 4.973281052 4.734555467 5.466081204 5.416889294 5.354132817 6.043719348 +LQ05X022440 D-xylose-proton symporter-like 2 12.33570564 11.84131326 12.47834594 11.69141692 11.98241781 12.08471459 11.74072571 11.64853341 12.0441096 11.98049752 12.24013998 11.78980495 11.83280974 12.08086126 11.66186409 11.3190578 11.92727641 12.24792081 11.79320187 11.38326715 11.71207648 11.82143711 11.51885985 11.95536296 11.95293674 12.55581272 11.79425846 11.33426535 12.17139899 11.88926329 11.87395689 12.09737617 +LQ05X022520 Putative Predicted protein 5.238405301 4.948848973 5.338824096 4.794959322 5.041364706 4.85388682 5.074126068 4.951085479 5.1282199 5.481315768 5.010711705 4.863096767 5.388026154 4.937498914 4.81771518 5.170793592 5.002440541 5.287860811 6.237953422 5.84278288 5.337961056 5.114759509 5.59803848 5.335609119 5.309468328 5.584274783 5.853477657 7.375734109 5.006213255 5.523934073 5.234179321 5.639984969 +LQ05X022572 Hypothetical protein 5.678345565 5.545051108 5.10652725 5.40409899 5.323032433 5.223661136 5.604343357 5.291265723 5.452796451 5.570847889 5.636938777 5.289436057 5.570979171 5.209252594 5.150616567 5.027621857 5.471023915 5.644152631 5.634662392 5.7882133 6.017560585 5.501950717 5.108765377 4.814944022 5.440506685 5.533783295 5.549909365 5.968032809 5.740599566 5.400417628 6.026515073 5.377142241 +LQ05X022610 Putative Disease resistance protein RPM1 7.826268527 8.184622089 6.394150419 8.093718938 7.740868628 7.365292026 7.02502934 7.886516889 8.041968829 8.273930474 7.372471335 8.138279867 7.247463706 7.697877658 7.619098955 7.478238037 8.490270425 7.288950209 7.185323343 6.776691364 6.510529419 7.793273916 5.425425438 5.219847269 8.14924649 7.719320756 6.063025028 6.388863239 6.887251368 7.256670987 5.400140527 5.437512584 +LQ05X022650 Putative uncharacterized protein 11.49069953 11.5168911 10.71046764 11.57522848 10.15585557 10.83841182 11.095254 10.91955354 11.55502559 11.61781583 10.93644927 11.53263158 10.71382012 10.98442656 10.85165581 10.9696274 12.18465393 12.1127209 12.14701104 10.97217315 11.32667171 11.59955417 11.16048287 11.03753564 11.97522163 12.13270766 12.1048605 11.16925427 10.67982193 11.26865127 10.94642868 10.85645665 +LQ05X022690 Putative uncharacterized protein 5.347849314 5.424456363 5.739744519 5.361621626 5.32504624 5.516943202 5.468618972 5.295855645 5.479407055 5.602404319 5.279391227 5.410491506 5.885448351 5.127402393 5.752605643 5.593282657 5.511686761 5.742185477 5.027119992 5.407238736 5.436123527 5.556049205 5.283280294 5.245328683 5.26758193 5.351322805 5.464404841 5.324087432 5.195112096 5.302189252 6.066417621 5.275236382 +LQ05X022710 Predicted protein 12.35040416 11.71102642 12.12493349 13.51688897 12.49150466 13.75409318 13.72933227 13.77000858 12.2099539 11.95324049 11.98517376 13.09543526 12.4156131 13.55227237 13.54066997 13.72041346 11.98733577 11.19748763 10.96617069 11.28964241 11.32170594 12.66375548 13.15519543 12.54810091 11.27927099 10.66765856 10.33331553 12.23914652 10.58939805 13.00576607 12.44523027 12.08769032 +LQ05X022730 Putative Pentatricopeptide repeat-containing protein At3g03580 6.376484329 6.198369422 5.556431474 6.237053092 6.338029506 7.077185557 6.946160173 6.639484742 6.491464813 6.622846333 5.543289485 7.09577975 6.691781441 7.55575531 6.744516927 7.543078289 6.817938593 6.1106013 6.584796818 5.700266269 5.685295073 6.549512434 6.47247688 6.603552253 6.828170436 6.279681287 6.986313219 5.380135738 6.465444773 7.038475128 6.615663934 7.761684243 +LQ05X022760 Putative Protein TRANSPARENT TESTA 12 5.441311831 5.442110427 5.411291797 5.432143576 5.523142122 5.28877193 5.398341791 5.112608521 5.511765552 5.260964262 5.532223523 5.350073708 5.872215384 5.264416274 5.283732195 5.064766922 5.429576333 5.568945847 5.634519366 6.122535039 5.850068032 5.355734524 5.14115097 5.137804114 5.482649128 5.579092332 5.516206981 6.312005182 5.595680113 5.367855735 5.819072023 5.814857512 +LQ05X022770 Inhibitor of trypsin and hageman factor 14.90964511 15.03838727 14.7283859 14.93488376 14.78319823 12.95859575 14.17336439 13.19588456 14.54009994 15.10361268 14.29745282 14.3860269 14.86205738 13.00018986 14.46018132 14.59928443 14.80643648 14.28332534 14.89898217 14.15502945 14.55494018 14.89962404 13.18952267 14.37480199 14.60779638 14.47330734 14.33262058 14.38934055 14.18836537 14.6743095 12.68850242 13.43383072 +LQ05X022780 Protease inhibitor HPI 5.876859524 5.311417601 5.675080669 5.917155269 5.713694385 5.843502044 5.800520439 5.501155467 5.682328875 5.850140196 5.739433159 5.421265769 5.792346126 6.045847002 6.432341736 6.13271219 5.388779349 5.847051322 5.21089428 5.062008412 5.885302019 5.575603004 5.39168664 5.4577035 5.493588684 5.481847422 5.301042379 5.373450861 5.621110066 5.71321798 5.814329158 5.646764303 +LQ05X022800 Putative Aspartic proteinase nepenthesin-1 8.28338226 9.207980738 6.347698376 5.762760192 7.371343649 5.296212185 5.599155739 5.92689491 8.108299095 8.211926007 7.310689943 6.177840052 7.400525349 5.761279873 5.128235486 5.528687865 8.911309643 8.71114955 9.349696149 9.561974893 9.251889391 8.483483434 5.050737855 5.960525063 9.170813065 9.578934428 9.638283199 8.175991837 8.739894936 7.56279694 5.82196719 6.378244817 +LQ05X022810 Putative uncharacterized protein 11.12897818 11.52103096 11.19583368 10.422015 11.02954853 10.48120024 10.43330727 9.837148528 11.13490893 11.63654799 11.14922196 10.2295732 10.97604757 10.14126753 10.49729762 9.678009799 10.59964837 11.17008691 10.09488172 11.31053137 12.01029038 10.79577468 10.91807563 10.41812987 10.75832736 11.28355736 10.3679077 11.5178718 11.86513995 10.67891061 10.66389194 10.57498286 +LQ05X022820 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.389952136 5.692095979 5.25320942 5.819724395 5.334764676 5.448712804 5.595228344 5.397320112 5.553333748 6.599084204 5.743375906 5.999355823 5.587820464 5.338845846 7.638733952 5.763200063 5.36179336 5.384192885 5.262188087 5.552919166 5.249091833 5.257156172 5.312528194 5.46079446 5.255180458 5.848796049 5.788413628 4.990644206 5.511213075 5.355014993 5.571264021 5.943046226 +LQ05X022850 Predicted protein 7.271207301 6.778122977 7.836699637 6.981699185 9.259190115 8.433393544 7.197936934 6.916436203 5.014178565 5.689876551 7.523462645 5.567364432 7.012203116 6.227580349 6.666818748 6.28367482 6.16416981 4.942122122 4.990327439 5.712888827 4.900543301 5.187237312 5.558344684 7.455537897 5.821880504 4.766621879 4.841449265 5.602606974 5.133730274 6.328211585 8.682407081 9.691206684 +LQ05X022860 Putative uncharacterized protein 11.88876961 11.49554026 12.17495735 11.96149067 12.32878319 12.9621842 12.79768883 12.98672258 11.77166801 11.43958123 12.13429663 12.29116744 12.38070762 13.15807758 12.86183245 13.18957291 12.01258433 12.32189718 11.76233885 12.19359864 11.96153816 11.72828175 12.66222195 12.44196069 11.64463142 11.78545537 11.47281752 12.03107593 11.53584329 11.96054392 12.6213603 12.44173392 +LQ05X022870 Tubulin-specific chaperone A 13.848715 13.94697038 13.20873895 13.71561083 13.78585907 13.34934561 13.57533304 13.2907257 13.93400825 14.4428319 13.55222229 13.60201697 13.72845483 13.47262894 13.44670406 13.76595033 14.07339431 14.13529508 14.2982923 13.97153223 13.76569751 13.91930122 14.05152332 13.83603863 14.31981857 14.47759187 14.29217887 13.98068166 12.7835589 13.85753248 13.57417801 13.37666171 +LQ05X022880 Putative uncharacterized protein 5.791252361 5.47940999 5.43347114 5.919448565 5.719509877 5.633192185 5.93978591 6.227106018 5.974368926 5.667702104 5.941820718 5.713130185 5.77072919 5.925474192 6.344568733 6.14033051 5.332594838 5.524844715 5.336462025 5.792266579 6.006210023 5.918255573 5.661126094 6.060667779 5.812868297 5.978977958 5.795139411 5.276531639 5.988065826 5.714936341 6.061447494 6.354188197 +LQ05X022890 Putative uncharacterized protein 4.629285074 4.881330266 4.898505054 4.548507804 4.703570507 4.703717422 4.77840693 5.005182594 4.699716546 4.663367483 4.773419607 4.825736217 4.79229131 4.929520081 4.725347888 5.337904588 4.861572706 4.530226481 5.079075887 4.992677303 5.031271912 4.670620366 5.108966555 4.796488648 4.749439064 4.882043485 5.030866114 5.037572647 5.071869833 4.822910821 4.804248421 5.026657466 +LQ05X022920 Putative Upstream activation factor subunit UAF30 13.1717775 13.86488032 12.83763285 12.20234695 12.42172047 12.63071968 12.27509856 11.85278373 13.65805575 13.9819555 13.13120946 12.33253474 12.55327145 12.76181126 12.00381977 11.99467988 12.93677625 12.75949076 12.9131953 13.08590482 12.73838285 12.64254021 12.26484466 11.7704863 13.35804808 12.94789647 13.13896156 12.38494922 12.40151843 11.40055 12.52078792 11.86070455 +LQ05X022930 Putative F-box/kelch-repeat protein At3g18720 5.880295685 5.666540991 5.315365901 5.378272843 5.531885663 5.838172036 5.508791108 5.878181087 5.866431313 5.282115 5.780890738 5.487644923 5.483311489 5.827795896 5.434894901 5.36380217 6.272211853 6.14008351 5.583628309 5.200131634 6.114233506 5.881214835 6.586714893 6.616794607 5.854836726 5.51095802 6.827640851 5.894479945 5.789498185 5.934089928 6.547732597 6.032312299 +LQ05X022980 Putative UPF0664 stress-induced protein C29B12.11c 5.25498093 5.250641249 6.413717466 5.624697611 5.404126313 5.643429689 5.34066011 5.146549405 5.371366912 6.015043273 5.201309156 5.308973072 5.247394547 5.60049568 7.10044904 5.11457866 4.801075556 5.221875231 5.410454371 5.531954932 5.295037223 5.312123894 4.978913756 5.379509087 5.329603707 5.303787729 5.314647445 5.666488859 5.117903856 5.00768523 4.781503293 5.679866477 +LQ05X023040 Putative Protein PHLOEM PROTEIN 2-LIKE A1 11.26803869 12.40144783 11.10733928 11.03392022 12.12517482 12.1777999 12.28175734 12.81310294 11.7014156 12.45316893 11.48745003 10.90150016 12.15732146 12.32826953 12.3018597 12.49556301 12.92665183 12.24831163 12.73181553 12.61780458 12.0195275 13.05478553 13.16336726 13.55332489 12.44523515 12.5948902 12.39384499 12.44725952 11.55615033 13.04121242 13.40141938 13.71116786 +LQ05X023080 UTP--glucose-1-phosphate uridylyltransferase 5.2529314 5.402503785 5.032999613 5.423680274 4.92824854 5.67302856 5.397274414 5.717852148 5.32763046 5.098349868 5.009567767 5.79262809 5.140740505 5.707192024 5.422506184 5.891933237 5.161596566 4.767072664 5.804211055 4.899711438 5.073743829 5.163489164 5.003729691 5.017628211 5.199440953 5.020349421 4.973055421 4.590363214 5.300485922 5.21766838 5.264531784 5.542282095 +LQ05X023100 MLO-like protein 1 10.68938845 10.07742305 11.3879326 11.53620766 11.34648639 11.80912239 11.9441656 11.43026028 10.57824548 9.667874339 11.06137679 11.38918044 11.06366497 11.81668984 11.84621739 11.21946173 9.782770285 8.853419027 9.018546722 10.47876254 10.3493855 10.72024273 11.21589096 11.50243972 9.991109422 9.050387988 8.838811785 10.60264251 10.97721748 11.60037393 11.60781116 11.03975656 +LQ05X023110 Putative TATA-binding protein-associated factor 172 6.415182532 5.804940088 5.577342959 5.958329199 5.546945722 5.925808261 6.224546102 6.112595707 5.98062217 5.390298581 5.384910316 5.805225044 5.711834194 5.693357351 5.75401726 6.263038024 5.757222771 6.402136643 5.438443417 5.445901429 6.163739727 5.696417082 5.361929572 5.874370278 5.748911686 5.935112998 5.551942815 5.19206554 5.860818329 6.116461138 5.923552616 5.53570528 +LQ05X023140 Putative uncharacterized protein 9.013609547 10.58278206 8.724722383 9.34082818 8.980193274 9.532054243 9.504502938 9.239284032 9.594890466 10.37442329 9.564552144 9.255984723 9.273624527 9.513024656 9.506857437 9.135482833 9.660975149 9.077792411 10.15056805 9.121454472 8.774917573 9.486023885 9.40393811 9.480533753 9.820968412 9.63301389 10.28065525 8.930924197 8.932297785 9.681313355 9.869769024 9.156944594 +LQ05X023150 Putative uncharacterized protein 6.732970015 6.765701415 6.417682938 6.369028143 6.345858375 6.672735169 6.624851981 6.941292961 6.414117032 6.824329844 6.330278445 6.64334101 6.645995033 6.668587459 7.040230395 6.832180513 6.500320649 6.475602199 6.724523048 6.92615439 6.821811672 6.245406048 5.85310179 6.337576696 6.432886343 6.049807315 6.867170151 6.89673324 7.400123996 6.20795742 6.157200144 5.628998496 +LQ05X023160 Predicted protein 11.06514203 10.8829339 11.42267091 11.41908928 11.19981052 11.48960281 11.15049556 11.0292983 11.1765173 11.53241482 11.54089941 11.01906754 11.40847571 11.29403812 11.4785208 11.04368721 11.15138197 11.01371879 11.49973136 11.06944533 10.72240026 10.90596023 11.44472711 11.46792847 11.12034171 11.07223727 11.74163692 11.03224882 10.98182179 11.55831026 11.51152806 11.5384107 +LQ05X023190 Putative Protein TRANSPARENT TESTA 12 13.94486471 12.82128009 12.88004651 11.41609702 9.703962786 11.38085307 10.3991286 8.926148686 12.95759142 12.21092727 12.36290519 11.14261433 9.990462765 11.61271404 10.07512308 8.505647684 12.36995404 11.82870069 11.95893787 11.37154945 11.4676148 10.39940835 9.523961229 8.830504643 13.17726069 12.20577418 11.78215466 10.64022455 11.76124236 8.340457812 9.883348511 7.955507327 +LQ05X023200 Putative Protein TRANSPARENT TESTA 12 11.48706715 10.72469362 11.81110866 10.53874818 11.38575748 11.01816167 11.02324277 10.8358898 11.17143644 10.88026921 11.58243629 10.07397362 11.20561595 10.98206032 10.9025955 10.67091617 9.150596713 9.128883069 8.748052778 11.08693357 10.58049056 9.776556626 11.19317759 11.26453296 9.692129218 9.89278712 8.941943182 10.18520356 11.49473486 10.22994345 11.48128991 11.47447353 +LQ05X023210 Putative Protein TRANSPARENT TESTA 12 12.73264748 11.97499473 12.06166092 12.06273293 12.08020739 12.96584302 12.29553123 11.69728228 12.50683142 11.78005851 12.20869274 12.44327476 12.09771868 12.9598792 12.48503109 11.57830546 12.50153871 12.04824187 12.17637269 11.6951516 11.26256287 12.0671685 11.60072706 11.56328879 12.56862293 12.27744119 12.06854332 11.50735915 11.82894646 12.53997403 11.94868827 11.51491434 +LQ05X023220 Putative uncharacterized protein 11.93720129 11.92968578 11.63211984 13.03293243 11.63139163 13.01293012 12.71010304 12.07823886 11.82065181 11.5597642 11.73358379 12.93155779 11.59894277 12.78293859 12.72085558 12.10680172 10.33895887 10.72518382 9.547762564 9.981181548 10.98166486 11.07610237 11.57120408 11.67506412 10.64616522 11.48844508 10.42077599 11.07379671 11.28827398 11.64527531 11.4182271 11.4698444 +LQ05X023250 Putative Predicted protein 4.705406087 5.059855948 4.697958476 4.917188118 4.769124051 4.995195891 4.764488507 5.002318016 4.836097125 4.918697211 4.920332413 4.821650362 5.155850684 4.955143128 5.247646901 4.588317382 4.965413772 5.046855053 5.221136915 5.352705716 5.238827503 5.070795424 5.040534637 5.398080725 4.832476763 4.925810909 5.395938607 4.823429793 5.001868801 5.039422735 5.139033165 5.338097636 +LQ05X023260 Putative F-box protein At5g07610 5.170855923 5.205986826 5.345326422 5.478171633 5.36996452 5.228950052 5.331764682 5.110602765 5.238514137 5.183310831 5.268925889 5.148576546 5.46324268 5.686511857 5.833918843 5.226853072 5.262420828 4.823956641 5.083505043 4.956947871 5.271519274 4.916171343 5.596639081 5.920851332 5.031661195 4.951722499 5.499738789 5.341975121 5.012467847 5.361808185 5.327763217 4.686408897 +LQ05X023410 F-box protein SKIP24 4.845710927 4.845521017 4.912798716 4.648796949 4.761117679 4.990869836 4.833343231 5.071804175 4.460835118 5.117638682 5.28543697 4.817970857 4.692321015 4.912506549 4.588453523 4.979814026 4.94564878 5.078568999 5.322222414 4.502279451 5.164779856 4.778598086 5.413268065 4.849682474 4.654631038 5.109657101 5.196774549 4.818316875 4.937803621 4.772811993 5.215191372 4.853474733 +LQ05X023460 Putative NADH-cytochrome b5 reductase 1 5.746695026 6.106735606 5.366626464 6.289038638 5.828476085 5.568286849 5.918118114 6.004674495 6.265297447 6.488886274 5.568836555 6.066203489 6.110340622 6.010591122 6.223486997 6.311744785 5.745711422 5.896484169 6.158568386 5.832611743 5.790170642 5.644361936 5.363203579 5.542716514 5.915813902 5.851588791 6.076997007 6.090189338 5.872990444 5.825477732 5.802786578 5.385602039 +LQ05X023470 Uncharacterized protein At5g17780.2 12.0991414 9.472474664 12.27467281 12.37444174 10.48889474 12.69149377 11.48206895 9.696243118 10.91914712 9.313071643 11.60535902 11.71631611 10.7992016 11.82964828 11.04392022 8.868008431 10.39783478 11.1215684 8.963377232 10.7727418 10.72681912 9.528683517 10.69317035 9.973406199 10.25975112 10.33449673 8.997898427 10.69363203 11.08425882 9.811573651 10.70270053 8.983737246 +LQ05X023510 Putative amidase C869.01 10.99038261 11.55358325 10.83813325 10.4503681 10.81097545 10.10808637 10.34110164 9.867045309 11.02225167 11.51333228 10.91055597 10.42343061 10.76625177 10.29246959 10.57403731 10.36939454 11.11367636 9.793733603 11.47685194 10.98313664 11.05248081 11.0665164 11.06744957 11.13875376 11.45534666 10.76077869 12.09808388 11.12582073 11.54796656 11.85001313 10.57040041 11.21084628 +LQ05X023520 Putative Sulfotransferase 17 5.769142558 5.369863311 5.322413605 5.712201624 5.239896887 6.245635585 6.34932541 5.746879171 5.292649327 5.182062211 5.155719868 6.085792807 5.541890743 6.237426204 5.619211766 6.223782135 6.220066854 5.396227711 6.557944439 5.340520971 5.334131784 5.757157509 6.150084714 5.264730766 5.564002995 5.502509765 6.008880638 5.987992242 5.62221165 5.87036112 5.327111352 5.230009661 +LQ05X023530 Putative Polyribonucleotide nucleotidyltransferase 4.957180794 4.625594481 4.655570802 4.75776394 4.830818115 4.789658859 4.726881584 4.756630973 4.547984535 4.735974847 4.877279202 4.716110739 4.917338166 4.555051407 4.813708745 5.015455454 5.380783295 4.685535115 4.931736888 4.672581769 5.056351548 4.824971184 5.285270883 5.691976349 5.029926338 5.203611601 4.845119223 4.754708363 4.79532716 4.954147917 5.658054378 4.958668223 +LQ05X023560 Predicted protein (Fragment) 5.053396994 5.058307098 5.103100988 5.233807131 5.29642023 5.111429919 5.253308617 5.129700417 5.335261138 5.313588548 5.213004743 5.06679512 5.300924658 4.804954246 5.519448459 5.115813387 4.885733978 5.45699988 5.17859572 5.230277846 5.313498414 5.003418802 5.283680927 5.579934931 5.090154499 5.491944512 5.332866913 5.547598634 4.945090698 5.174781656 5.006463813 4.956600756 +LQ05X023570 Putative High affinity cationic amino acid transporter 1 5.246708988 5.844346222 5.351421692 5.93709035 5.750615274 6.096074265 5.932709369 5.82072439 5.356598476 6.055952552 5.21295225 6.066386175 5.714344957 5.149159013 6.77986836 5.249643579 5.635311779 5.509965323 5.484996751 5.561164511 5.633446683 5.487653499 5.414666093 5.520399761 5.4990819 5.789697474 5.944066006 5.493017467 5.753013589 5.638058775 5.478587193 5.07336939 +LQ05X023580 Putative High affinity cationic amino acid transporter 1 7.096805045 7.201656872 7.526495298 8.014715651 7.563803394 8.808010539 9.008624139 9.195466292 7.156120043 6.258874234 7.639127744 8.105784733 7.039328944 8.859542843 8.420165119 8.89848245 8.110287227 8.208936639 7.686465965 7.499283335 7.293776312 7.42467378 7.239718418 7.759120602 7.626336799 7.324549334 7.411401488 6.988806482 7.322686223 7.38739295 8.668588695 7.55880789 +LQ05X023590 Putative Speckle-type POZ protein 9.317288506 9.38158585 9.127014725 9.173785147 9.141862821 10.42284915 10.30571946 10.4955229 8.219787063 9.295152206 7.504674708 8.052597332 7.793371948 9.057839736 10.35412122 9.588930154 9.093128334 8.843550321 10.00680974 7.755614739 7.783541205 8.716880577 9.99045303 9.845113265 8.93474164 8.537597109 9.025714432 8.590880216 7.876396237 8.824547491 10.06110834 9.596742056 +LQ05X023640 Ubiquitin-conjugating enzyme E2 2 5.483553181 5.565382822 4.868776139 5.540337939 5.397150948 5.62449063 5.473780229 5.64353129 5.514931054 6.6405948 5.042627805 5.428394276 5.37413212 5.372790005 6.471071907 5.470062286 5.502066232 5.346783502 5.870871703 6.211069663 5.49733246 5.941400674 5.965963523 5.086262402 5.36425753 5.943686396 5.827834811 5.18974655 5.160849229 5.746941766 5.374900345 5.808140228 +LQ05X023650 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g14390 10.57733464 10.29398287 10.78315081 10.98129908 10.78097546 11.05562315 10.57580357 10.33419241 10.69958377 10.11051844 10.8676773 11.6112646 11.18145719 11.61390301 10.87865245 11.06362443 10.23416353 9.681800981 10.30184095 10.04209583 10.1312875 10.63772607 10.07709555 9.789518082 10.65844084 9.788228818 10.59904368 10.70111374 10.58373591 11.34367912 10.1958522 9.970036986 +LQ05X023660 Predicted protein 6.236070097 7.356625307 7.151300208 7.962779503 7.57755203 9.366612313 9.309081908 9.321932493 5.696043473 6.279977274 5.235553411 6.859398348 5.651361697 8.368183292 8.991684969 7.776767966 11.85256196 9.766026608 10.36248697 8.640016755 6.919279362 8.126810633 8.875219989 9.133896247 9.04272926 8.363115819 8.436084128 7.486008523 6.797426214 9.514889184 8.989323923 9.543256671 +LQ05X023680 Predicted protein 10.88196383 11.25455895 10.2611125 10.12667352 11.387322 11.12441908 11.07019005 11.44244807 11.1010415 11.05271454 10.80180224 10.36412722 11.10950859 11.37409254 11.40117536 11.56693446 11.15947483 10.66469347 11.55209588 10.92221941 10.72511499 11.1695454 11.84732241 12.11174329 11.38537482 10.86880642 11.78789107 11.00855622 10.93689197 11.80710334 12.07924303 12.23158723 +LQ05X023720 Hypothetical protein 6.358687193 5.930692943 6.533966095 6.009712267 6.76040386 6.377146563 6.164784658 5.831684708 6.390111655 6.439329783 6.425888352 6.007987127 6.687517535 6.89286847 5.701808375 6.343459801 6.597192281 6.533104757 6.255541391 5.979739662 6.702172208 5.907282119 6.484149437 6.855439019 5.952164496 6.160007444 6.402508266 5.581947474 5.880398352 6.278631583 5.814544098 6.518160534 +LQ05X023750 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 14.82983393 14.73532044 14.85020431 14.33896361 15.18438678 13.74507805 13.11992827 13.41027314 15.04302194 14.77492367 14.83606115 14.9823509 14.79963801 13.44452865 13.43720362 13.08274558 14.56078617 13.94789062 14.36837845 14.59589783 14.84206698 14.84764366 13.78348687 13.72543385 14.90086246 14.53625018 14.52023559 15.05886876 14.94626793 15.11741088 13.86354425 13.73915301 +LQ05X023760 Putative uncharacterized protein 5.413002273 5.44397916 5.364633654 4.771704539 4.618934281 4.9914058 4.856778895 4.673491685 5.239495305 5.282175764 4.918994953 4.710480194 5.303389464 5.146204898 4.98163424 4.747526823 4.87954538 4.9763687 5.489856501 5.057614673 5.700105618 5.106128324 5.003520416 4.976969857 4.966538465 5.258888321 5.495886979 4.973211971 4.741989871 4.810977244 5.136788531 5.002348528 +LQ05X023770 Predicted protein (Fragment) 5.664917868 5.41810527 5.354801635 5.733483378 5.331759687 5.577530847 5.842778807 5.61037834 5.582042817 5.591634133 5.021795821 5.862839179 5.615127863 5.619766172 6.131074062 5.313301568 5.517294477 5.614640469 5.199461765 5.776222627 5.271429124 5.282288894 5.114069248 5.191219409 5.345076396 5.437892751 5.207676893 6.004726583 5.498112285 5.326385635 5.200532168 5.404052667 +LQ05X023780 Putative uncharacterized protein 6.65942311 6.241980282 5.83603247 5.862890562 6.228401284 6.387898252 6.542263409 6.538829062 6.401592547 6.313084064 6.350000977 5.825989849 6.692378805 6.166887692 5.841931486 5.865392832 6.50124203 6.976089633 6.881829165 6.287001232 6.120353779 6.902606521 6.946160586 8.405034699 6.810528043 7.005834795 7.795361056 6.470612274 6.199738334 7.140701575 8.050622083 7.986056074 +LQ05X023800 Hypothetical protein 5.80412925 5.859855595 5.280380321 5.656510188 5.567116914 5.491011161 5.663814319 6.137035717 6.093381013 5.685994806 5.308151196 5.374617997 5.908034848 5.430047332 5.370333223 5.770263176 5.512851888 5.947087529 5.967135818 5.831344061 5.812419122 5.777173876 5.772952023 5.368699701 5.738851175 5.687775122 5.761177734 5.969214338 5.194207408 5.95682577 5.536435468 5.466978174 +LQ05X023810 Caffeic acid 3-O-methyltransferase 5.107156991 5.031575097 5.468074852 5.127583349 5.044554938 4.814283545 5.005616402 5.465282773 5.252980991 5.094176437 5.415414959 5.129765167 5.169582576 4.674255272 5.022756823 5.029348619 5.39874099 5.275668862 5.480992919 5.242741701 5.010945103 5.257749902 5.638140403 4.863847281 5.269582231 5.782612118 5.649365585 5.031263363 5.095947569 5.330967317 5.450086073 4.90956203 +LQ05X023970 Putative Predicted protein 5.023741457 5.155383803 5.331956186 5.164999306 4.911706913 5.258329928 5.109460032 5.133904745 4.926674315 5.054920254 5.188900203 5.191552058 4.918995585 5.290051979 5.142394008 5.056060472 4.945301646 4.941247922 5.293228855 4.960086711 5.685432123 4.953750965 5.174800126 5.425847111 5.232876177 5.232534083 5.453950672 5.307913941 5.313344695 5.036666853 5.567256709 4.925764958 +LQ05X023980 Putative Annexin D8 8.568205992 8.099763268 8.314738362 8.391723081 7.374922206 6.903769437 5.660632578 5.736037018 9.133574584 7.645091598 9.06364374 8.419994486 7.890579803 6.856500791 5.681130219 5.477009488 7.313238152 7.110329188 5.693768875 8.257252034 8.440226963 7.44659459 5.802895842 6.083871652 7.933387782 8.904983921 6.929689531 7.739248705 9.210123854 6.933301749 6.57574534 5.802843232 +LQ05X024000 Predicted protein 5.522708 5.933594352 5.424422625 5.988838457 5.754554117 5.654549001 5.757269523 5.29741752 5.850541687 6.087375024 5.525939177 5.928680448 6.084579368 5.48851326 5.68333584 5.761168426 5.43918624 5.525445749 5.77409148 6.303374077 6.156720059 5.81794679 4.95379453 5.221511956 5.538991448 5.459586733 6.189720411 5.600844312 5.916511967 5.663527648 5.242494438 5.24344915 +LQ05X024010 Predicted protein 12.7912501 12.29165378 12.74433257 12.15609833 12.6927529 12.69555603 12.37377336 12.53941152 12.68418112 12.17025731 12.71079924 12.41542153 12.73405244 12.87465095 12.19177162 12.70936428 12.70112173 13.17404468 13.13864472 13.08686894 13.37268108 13.03414797 13.24347942 13.00053081 13.02740906 12.87052811 12.99180426 12.96006974 13.19815723 12.69555881 13.22139532 12.93721089 +LQ05X024030 Predicted protein 7.849050366 8.00648128 7.954070268 7.853417254 7.811252366 9.409319436 8.17987428 8.000818414 7.589593539 7.244899557 7.99650598 7.489875053 7.873703456 9.384334525 7.970266546 7.663961843 8.332063667 8.139187803 7.641890149 8.184112813 8.298751599 7.968013339 8.343186822 7.87885267 7.760712534 7.855907646 7.77385736 8.067759844 8.376838947 7.866069933 8.883756293 7.88664842 +LQ05X024040 Putative Lysosomal beta glucosidase 5.683627719 5.924855328 5.590910611 5.197431517 5.485136645 5.095908017 5.716343947 5.532602074 5.721182654 5.287352456 5.547544439 5.28734021 6.063846583 5.163069949 5.361121009 5.263491145 5.877694992 5.376755491 6.554691508 5.406128168 5.657275009 5.289333464 5.255400681 5.258889984 5.598209329 5.834131709 6.732923166 5.233014169 5.603997457 5.422502341 5.260202577 5.009146541 +LQ05X024070 Putative syntaxin-131 5.755333791 6.860102263 6.1838224 6.204332609 5.562967835 5.532234964 5.654087615 5.18129057 6.192649142 8.077501284 5.740485547 5.736172827 6.590644803 5.377492145 5.800010374 5.121185157 5.302567128 5.691223519 5.53243805 5.389021417 6.272819553 6.16723224 5.254311427 6.123446457 5.816417843 5.622566551 5.880823391 5.486365115 5.448548326 5.504583509 5.979588712 6.44045674 +LQ05X024080 Putative auxin-independent growth promoter protein 5.003336862 5.140329203 4.954047606 4.913983219 4.792939072 5.237422506 5.189823614 5.156791181 4.885815998 5.117699026 5.389949405 4.987163573 5.100976657 4.924532583 5.483838421 5.029803314 5.162976366 5.376715483 5.109984581 4.980465188 5.395263702 5.126531154 5.635250685 4.941524829 5.333016357 5.071916849 5.28209008 4.858085969 5.056801041 5.046288874 5.017943369 5.253490803 +LQ05X024090 Exostosin-like 12.81575554 11.06210356 12.98927452 10.78547423 12.38691377 11.42869896 10.10070831 11.59887981 12.60524149 11.77532569 13.37954385 10.93823329 11.28230721 11.77306295 10.63802297 11.84175205 10.26907663 11.26040692 8.198168854 11.76166311 12.18428235 12.45918281 8.525659456 10.41068921 11.53555158 11.72316124 9.766735648 9.562957325 12.39289719 9.646184208 9.21460649 10.91964743 +LQ05X024100 Exostosin-like 12.14068725 10.07790243 10.93697563 8.599921763 10.46999273 9.774566293 8.385221126 9.813218987 11.96645236 10.58230441 11.53901862 9.151294324 9.384306586 9.941939683 8.944571168 10.07033685 9.755809353 10.84502054 9.914461138 10.09857948 10.49933977 11.27020972 7.537370771 9.319578092 11.05697692 11.49798508 10.55265189 7.477261585 10.68518564 8.576097234 8.157698438 9.939535262 +LQ05X024150 Putative Importin-5 7.708951772 7.612289953 8.521655194 6.85468364 7.919069479 7.339637085 7.214943636 7.460492533 7.614871706 7.386144965 8.457983609 6.882589327 7.237363475 6.60876728 5.716149093 6.731547035 7.660449543 7.84102027 9.053095607 8.257772956 8.07317489 7.88135794 9.401094719 9.566808107 7.962745447 8.319070142 9.486110387 7.995749646 7.56633032 8.340275012 9.270135302 9.800164091 +LQ05X024170 Tubulin alpha-3 chain 14.04116968 14.28848571 14.61361137 14.71579143 15.00282882 14.16772924 14.02205853 14.25276449 14.67910549 14.04798536 14.88212466 14.90736692 15.04070737 14.22890969 14.31434359 14.08142787 13.96178281 13.52796283 13.85374606 14.17734289 14.20345849 14.84707773 14.1936006 14.39008353 14.38238656 14.0255211 13.83480031 14.83150751 14.73575985 14.76713261 14.11821696 14.50728716 +LQ05X024180 Superoxide dismutase [Cu-Zn] 2 13.4765874 12.97832636 13.41837201 14.01443067 13.45009239 13.92603293 14.02995566 13.96324937 13.64072234 13.33238739 13.44036139 14.11537 13.44973112 14.0933083 13.73831308 14.11717953 13.06832116 13.69457744 12.8578339 12.77693404 12.9840951 13.56089434 13.40922658 13.27749074 13.10038839 13.621168 13.08766901 13.12545225 12.4282121 13.81215167 13.0992157 13.24369133 +LQ05X024220 Cellulose synthase-like protein E6 6.363075565 6.473566844 7.976092464 9.216684875 9.418924533 10.93814723 11.17996532 11.6092335 6.432387771 5.507378002 7.552125973 9.460505524 8.655905149 11.16883222 11.42939178 11.57111825 6.47435348 6.196758186 5.704668598 6.503137826 5.94005373 6.956869235 9.286783178 9.419240891 6.702517615 5.696350087 5.749100707 5.529524029 7.044096768 7.705027827 10.74440823 10.1928789 +LQ05X024230 Eukaryotic translation initiation factor 4E type 3 6.024799338 5.718022786 6.416587701 6.853905466 5.644796174 6.390089375 6.773038584 5.814712581 6.677428823 6.849391892 6.3546865 6.397390389 6.135149783 6.099128555 8.162438661 6.43492397 6.118430927 6.512624499 5.573157967 5.748666656 5.926906605 6.287779516 5.691075822 6.528715948 5.990498621 6.432964834 6.017633778 5.881833537 6.007952686 5.954985046 6.011026156 6.409971764 +LQ05X024240 Predicted protein 5.469897272 5.250862528 5.607019704 5.066943595 5.370380109 5.071910479 5.04798463 5.009261141 5.252713192 4.911756861 5.29731018 5.128455114 5.334904663 4.950645035 4.923420183 5.186481476 5.466813365 5.021232221 4.897992907 5.13995993 5.119018323 5.009739436 4.670349869 5.447564654 5.072877814 5.272245438 4.869818277 5.314579298 5.061680018 5.253909714 4.965691687 5.293923006 +LQ05X024250 Predicted protein 5.504603936 5.682816664 5.791050554 5.718744033 5.545656365 5.345161011 5.763705121 5.72901768 5.543698731 5.638806902 5.974850581 5.855319568 5.767698155 5.462650167 6.072087561 5.508331357 5.594398359 6.261386097 5.684280545 6.237347001 6.168021065 6.339132903 5.86556406 6.270867094 5.434172524 5.82215 5.933741086 5.877222812 5.752496734 6.288960128 5.902681821 5.834274191 +LQ05X024260 Hypothetical protein 4.639843273 4.688304499 5.123765631 4.736088752 5.632575471 4.966906616 4.854645566 4.922048465 5.043658282 4.803330629 5.152987924 4.916389152 5.092512722 5.265149241 4.832980749 5.189184028 4.919790953 4.869922071 4.977688471 5.626326171 5.154280063 4.784388645 5.099494058 5.554900035 4.848620914 4.936391809 4.801790722 5.0432544 4.969781976 4.920598419 5.415585486 5.663192289 +LQ05X024270 Putative uncharacterized protein 12.9344178 12.53574272 13.44237164 13.49375736 13.2023459 13.39481803 13.48564997 13.61760901 13.02134077 12.72219247 13.50207475 13.41923961 13.43617963 13.50585713 13.69439714 13.47072132 12.82382402 13.26620337 12.19120479 12.88325173 12.93941998 13.4699799 12.60307196 12.59288245 12.90686592 13.1016747 12.16385158 13.25121406 13.23058566 12.96003726 12.61900879 12.81371586 +LQ05X024280 Predicted protein 5.30754664 5.316708894 5.548885088 6.307193255 5.651655013 6.87912254 6.618923543 6.504045086 5.507279476 5.380027218 5.23870064 6.895929189 5.500207459 6.667396965 6.261180481 6.335894171 5.901410576 5.944310674 5.607883897 5.670086328 5.388926533 5.68284764 5.933424455 5.367346246 5.343225433 5.290394375 5.104654772 6.007023358 5.739534998 5.995062944 6.536966757 5.909630948 +LQ05X024310 Putative Predicted protein 4.856806222 4.963777852 5.475831406 5.450402226 5.365836517 5.523751462 5.841585743 6.137395001 5.010275449 5.206767747 6.531433205 5.438808627 4.720363997 5.849650103 5.495497307 5.228989015 5.111557078 5.011480859 5.069193682 4.826860982 5.161511224 4.970584257 5.967916115 4.905436608 5.128250986 5.122894756 5.317188584 5.234524441 5.137050898 5.274547152 4.65180757 5.281418431 +LQ05X024330 Putative Predicted protein 5.428057118 5.678117544 6.326221459 5.292561536 5.585173131 4.959407898 5.181684596 5.484128098 5.723145963 5.376098353 6.30718851 5.329651105 5.923342461 5.019546191 5.511277575 5.490055251 5.268810905 6.118990237 5.803783083 5.551895126 5.451688913 5.738214289 5.881530827 5.455221103 5.37923105 6.117649997 5.565137237 5.523063746 6.046819262 5.728106196 6.270865731 5.756072252 +LQ05X024360 Putative mediator of RNA polymerase II transcription subunit 22 13.18016998 12.08334333 12.35789509 12.56948157 12.17039278 13.01357461 12.67834422 12.01361437 13.1208144 13.38185876 12.56552284 12.73373371 12.11558774 13.04511192 12.31046473 12.33896011 12.87146907 12.65003391 12.32727178 12.23626652 11.85064525 11.9701801 11.58957658 11.17961766 13.08375673 12.77898834 12.17098144 11.72733336 10.90364614 12.22011398 11.89927233 10.74090498 +LQ05X024380 Bifunctional 3-dehydroquinate dehydratase/shikimate dehydrogenase, chloroplastic 5.568514635 5.479055473 5.961654218 5.538000974 6.133272927 5.195765139 5.347940965 5.542652953 5.501265506 5.230219369 6.172410314 5.823773595 5.48322183 5.242408688 5.187415772 5.26287844 5.209821731 5.618525582 6.144976378 5.7090646 5.057208785 5.324408707 6.253074433 6.443031922 5.419255008 5.464797771 6.035271811 5.416987773 5.526252307 5.373257085 5.60831333 6.110760943 +LQ05X024410 Putative uncharacterized protein 12.8784029 12.57522581 12.42806491 13.17602474 12.57206153 12.72046979 12.59072022 12.39144265 12.92846452 12.87953752 12.65195251 13.08942672 12.82034011 12.90224484 12.75204544 12.70142551 12.48146589 11.78049543 12.39732804 11.71370592 11.20238152 12.30535869 10.98483065 10.79599326 12.73053712 11.9915074 12.22013728 11.96399352 10.9537751 11.94468506 11.28361529 10.64928398 +LQ05X024460 Protease Do-like 1, chloroplastic 5.50793603 5.547990595 5.000990421 5.744437674 5.406966221 5.421837822 6.085543015 5.529725174 5.591601403 5.780278163 5.596660848 5.541454881 5.655088091 5.384517738 5.718409266 5.601810325 5.284669305 5.688831571 5.592459574 5.876935017 5.446224834 5.56372488 5.290172148 5.47666961 5.355874099 5.733326116 6.088459961 5.838955391 5.745597696 5.359874143 5.417377621 5.104616029 +LQ05X024500 Leucyl-tRNA synthetase, cytoplasmic 5.695375827 5.29504118 5.281049619 5.552916525 5.576207395 5.753382874 5.30692445 5.354331489 5.327420056 5.949106537 5.56580505 5.948081523 5.553111695 5.806985462 5.723167801 5.06736849 5.403315297 5.974464086 5.796657028 5.328591087 5.320636683 5.430285701 5.318947432 5.546838733 5.902142931 5.816783618 5.484075414 4.820092038 5.247199739 5.364964592 4.99961842 5.739183622 +LQ05X024520 Putative uncharacterized protein 12.47470753 12.16870648 12.92790224 12.89906611 12.75781719 12.49607171 12.73246713 12.5796479 12.5164587 12.22865182 12.8916299 13.10726859 12.78057861 12.54848325 12.88792582 12.80152082 12.38427655 12.5900647 11.74492794 12.80755561 12.72293966 12.75382522 12.82515402 12.36428761 11.93733744 12.22762044 11.28500405 12.8832988 12.68656382 12.77779398 12.65529526 12.31517746 +LQ05X024590 Acyl carrier protein 1, chloroplastic 14.80755663 14.68003175 14.86137 14.51005331 14.72628025 13.91015679 13.79511074 13.53777566 14.96626622 15.07924413 14.96777148 14.61128036 15.12818498 13.94743608 14.17230486 13.85546179 13.87727785 13.87575088 13.82646204 14.55797045 14.60271646 14.74502506 14.03083828 13.56023074 14.52771904 14.22985296 13.9921814 14.39626253 14.41113671 14.05464191 13.82694419 13.59317008 +LQ05X024620 Sodium/hydrogen exchanger 2 5.207995284 5.200195887 5.457911051 5.122754287 5.527430201 4.980964963 5.078170262 5.184720903 5.251727739 5.355612716 5.399916276 5.181029364 5.243320529 4.747240061 5.593842221 5.056733922 5.144534225 5.83973974 5.829842739 5.331595195 5.727482646 5.347236064 5.254338911 5.421670509 5.45595463 5.782548737 5.69396586 5.187261021 5.789773201 5.282490135 5.159237452 6.006002501 +LQ05X024630 Putative Probable translation initiation factor eIF-2B subunit epsilon 8.498132947 7.662403141 7.913730974 8.563740385 8.448309625 9.485050363 9.381949331 10.07481614 7.79776509 7.393470403 7.635016275 8.329133951 8.158276773 8.866756133 9.613460071 9.469167598 8.51722663 8.524816803 7.386307196 7.082176522 7.63532326 8.807859496 7.149551466 8.65126311 7.999369761 8.152883494 7.047262492 7.946364071 7.672438095 9.359821823 8.591684016 8.503280075 +LQ05X024640 Hypothetical protein 15.37821741 13.56901129 14.76954861 14.20776606 13.78817803 13.20415459 13.03742665 11.77637849 14.53484573 15.00797867 14.37500656 13.63894024 14.10245525 12.7372715 12.37367212 12.06101204 14.76854279 14.9676163 14.96748228 14.70468281 14.42056434 13.74232742 12.46717682 11.53486847 14.93403595 14.69249267 14.5084921 13.53554901 13.13436059 12.14142652 11.94708016 11.35338066 +LQ05X024720 Hypothetical protein 5.313346133 5.323800914 5.241933811 5.220218472 5.672057551 5.436129407 5.386383868 5.223404038 5.096116774 5.600720569 5.086531997 5.327517148 5.081150166 5.880987608 5.126764871 5.279229472 5.265467959 5.484092917 5.602749403 4.915520162 5.586126222 5.185541023 5.585095004 5.228552497 5.362373805 5.188668914 5.404516889 5.177956781 5.087930235 5.315183284 4.847127373 5.673469116 +LQ05X024730 Hypothetical protein 4.887697374 5.068757417 4.657444631 4.691220084 5.026180426 5.346541509 4.79183287 4.958660881 5.029287358 4.808921436 4.799628158 5.20102148 5.038095625 5.400887725 4.90645002 4.834463509 4.786684075 4.996054217 4.908292362 4.696435891 5.206242387 5.163083371 5.460122382 4.796907704 5.021026062 5.081047205 4.872940647 5.272366773 5.066844389 5.07810662 5.628805744 5.241168063 +LQ05X024740 Hypothetical protein 5.499796132 5.338121205 5.54453527 5.525507705 5.329711554 5.600440287 5.987204895 5.369789916 5.371396701 5.244776509 5.430752712 5.674345759 5.611372571 5.627985987 5.600292074 5.69232712 5.45109061 5.436355023 5.593259619 5.637072677 5.762204807 5.364095451 5.451137148 5.127204718 5.214669229 5.457485868 5.181320646 5.692299423 5.650155397 5.208811891 5.733757073 5.422956845 +LQ05X024750 Hypothetical protein 6.431264566 6.050501663 6.1136938 6.539028941 6.685293034 6.087165217 6.713040161 6.171463294 6.309494774 6.086777368 5.907207121 6.325720297 6.886527458 6.356780492 6.093826911 6.60745759 5.7996808 6.539946338 6.465407952 6.041063076 6.548262934 6.130517625 6.018419339 6.031054388 6.17102223 6.61993059 6.281162476 6.069021941 6.039479028 6.325586113 5.556090596 6.259871641 +LQ05X024760 Hypothetical protein 11.50125592 10.80587406 11.65138199 11.83728627 11.65281696 11.84109857 12.25348868 12.2687295 11.03768442 10.28327804 11.33413725 11.76250847 11.07501421 11.73107894 10.98337225 12.06769875 10.05844134 9.49591156 10.09783767 12.0213597 9.875082654 10.65919453 9.473045305 9.532574657 10.10030345 9.79227744 9.800662107 9.560420028 10.11683787 10.438314 11.73552931 9.476628589 +LQ05X024910 Hypothetical protein 6.76771718 6.829968963 5.705004058 5.333163744 5.823629946 6.07953993 5.141759885 5.964376815 6.940257797 7.210069779 5.855105112 5.50782254 5.704658635 5.455595448 5.187613501 5.708738965 10.38129476 9.133627863 10.93242166 9.281704003 6.662057225 8.157936831 7.896398054 8.15382191 8.509499715 7.673480872 9.657603124 7.932109963 6.306284562 8.241166836 6.89620839 8.442768537 +LQ05X024931 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.750490344 4.913996516 4.923018129 4.560210704 5.141665723 4.484093558 4.608505393 4.842991002 4.455927842 4.640334253 5.225357907 4.734920213 4.556853325 4.90603015 4.551993322 4.876629809 4.89440811 4.591301416 4.990215169 4.981265389 4.872201668 4.856451642 4.76770701 4.979476913 4.709371749 5.007960178 4.714864997 4.567122866 4.994623963 5.435548135 4.975231903 5.231284927 +LQ05X024970 Ubiquitin-protein ligase, putative 13.33670174 13.53615438 13.35082838 13.35899423 13.71143552 13.67514547 13.87754066 13.81676109 13.42990409 13.46245817 13.51322979 13.97422384 13.50911166 13.88925622 13.96954879 14.04593121 13.95689271 13.7177283 13.81964678 13.37695794 13.27067144 14.08206575 13.37004422 13.72117367 13.69412154 13.69239773 13.32533649 14.09462437 13.17293831 13.83107338 13.41392746 13.61363977 +LQ05X024980 Thioredoxin-like 1 13.00422272 13.61880915 13.93060689 14.20406145 13.78294925 15.23435127 14.95940622 15.31347819 12.52137258 12.81655694 13.0480318 13.63704963 13.03528707 14.78963501 14.87459554 14.70203249 13.6764919 14.52749698 13.49062781 13.67534864 13.94613134 13.87035026 14.85089348 14.96872556 11.90469179 13.07205585 13.93756332 13.57133042 13.914257 14.40148192 14.55330366 14.84482858 +LQ05X025000 Pentatricopeptide repeat-containing protein At1g09220, mitochondrial 4.795321953 5.147905801 5.446046487 5.088383377 5.243422191 5.433711043 5.304183529 5.020096319 5.143210303 5.221283086 5.144758212 5.373256788 4.837136611 5.530704395 5.311129308 5.143383683 5.068076176 5.021656011 5.288929355 5.157958074 4.914072423 5.346271714 4.884658325 5.691336261 5.339775745 4.795603931 5.423434656 5.315393455 5.302447326 5.078444491 4.956539642 5.621407223 +LQ05X025020 NAC domain-containing protein 21/22, putative 5.439844311 5.275961244 5.79907218 5.790798603 5.459535185 5.425701257 6.222051233 5.926286179 5.512720281 5.486172068 5.378326693 5.854075964 5.554913783 5.779191138 5.828255022 6.192297635 5.584948929 5.348470597 5.259164489 5.310628169 6.532441282 5.421766629 5.456035179 4.906623157 5.469711037 5.18201949 5.253158738 5.667398613 5.462483626 5.709254442 5.833850415 5.35372088 +LQ05X025030 Putative uncharacterized protein 13.46529591 13.90334484 14.01199874 13.12046109 13.92818381 13.3350226 13.4436058 13.50243663 13.46574109 13.33966677 13.70344196 13.29765732 13.88593211 13.56253175 13.39139971 13.66843324 13.99429627 13.70127797 13.51941522 14.2344313 13.85046895 13.64812802 14.2720916 14.17976725 13.12941595 12.94461818 12.95523517 13.81421486 13.93921163 13.98719425 14.00839698 13.93614968 +LQ05X025040 NAC domain-containing protein 29 5.557116578 6.046209809 6.665951257 5.658594408 5.924185656 6.738639499 5.757385376 6.281473714 5.755250395 5.496394973 6.607419483 5.536422732 6.459144553 5.802161425 5.620931414 5.650213605 5.928148321 5.667141931 5.914490615 6.819041103 7.600494579 5.572500295 7.53666899 7.661759789 5.684612717 5.693858935 5.983677697 6.338671194 7.025386534 5.807474071 7.989206965 7.283820153 +LQ05X025060 Nucleoside-triphosphatase 11.69373392 11.25365776 11.19525461 11.61274626 11.13691378 10.09679027 9.904001601 9.96233078 11.56224735 11.41597754 11.42335159 11.70434 11.34184916 10.21073605 10.44687525 10.09704434 11.4833873 11.4057194 11.88584859 11.05247381 11.37492085 12.16385332 8.744019222 9.810240244 12.23666725 12.11477162 12.07577495 11.38302803 11.78594234 11.40259986 9.156833929 9.867874066 +LQ05X025070 Aquaporin SIP1-1 13.13468078 13.01209202 13.94593608 13.23290677 13.58655523 13.84862919 13.41898563 12.89933087 12.98472885 13.09763019 13.69822866 13.26851733 13.59764093 13.71491799 13.28531372 13.02708498 13.14231713 13.24719046 13.2933609 13.91475247 13.66341296 13.24927007 13.8957698 13.43715023 12.91551438 12.6219292 13.17157206 13.84873212 13.8805224 13.10037566 13.80516791 13.30874669 +LQ05X025080 Syntaxin-related protein KNOLLE 5.984019558 5.924613143 5.892670437 6.001626132 5.806536005 5.612750791 6.384195631 6.069668582 6.208305842 5.596725306 5.918324239 5.823046025 6.305242714 5.665738367 6.056067943 5.97470914 6.196524667 5.911426436 5.625021632 5.685009815 5.912220127 5.92176358 6.62066536 5.947641195 5.997967954 6.070364656 6.138243598 5.823734008 6.030200884 6.107737216 5.998986554 5.980198084 +LQ05X025090 Violaxanthin de-epoxidase, chloroplastic 5.13074296 4.870229447 5.174751604 4.985945378 4.709107271 4.766221608 4.856514187 4.932330674 4.822609551 4.891417306 5.475988946 4.884056741 4.912658679 4.947937942 4.795914123 4.937313824 5.155840982 4.889045411 5.309479754 4.880925962 5.127183433 5.003870687 5.858237316 4.771324375 5.082086962 4.999095828 5.247339133 5.327102772 5.033842422 4.861517204 5.277901472 5.019138524 +LQ05X025100 Serine-threonine protein kinase, plant-type, putative 4.820462454 5.094987514 5.117232411 4.862281322 5.309345117 4.831287167 4.839806296 4.807215164 4.891654914 5.155447906 5.696848634 4.92609748 5.059676358 5.159564685 4.624950843 4.797861726 5.132571531 4.851636992 5.642202492 5.164913109 5.386009393 5.117193463 4.899715777 6.556004014 4.956930162 4.902139787 5.516372102 5.181147138 5.06883365 4.890785148 5.462642883 5.182927354 +LQ05X025140 Putative Protein RUPTURED POLLEN GRAIN 1 5.352628757 5.031239533 5.134573005 5.451445251 5.392185397 5.384454684 6.162747179 5.797781384 5.33551926 5.516956889 4.8757136 5.481129664 5.73743699 5.740393102 5.485141166 5.98841799 5.380258754 5.98474134 5.327190799 5.343288522 5.161056794 5.362242667 5.544394105 4.829245058 5.311861195 5.989643445 4.942958279 5.10753716 5.253101208 5.091643095 5.63242612 5.139274035 +LQ05X025220 Predicted protein 11.51388412 11.56838304 11.86643715 12.06834967 11.62390304 13.40909979 13.34050622 12.75080402 11.65214491 11.36994617 12.0247428 12.12101145 11.60229897 13.45812029 13.14970285 13.05550592 11.7534969 11.95366571 11.2908818 12.22256051 11.7516314 11.65300868 12.7508553 12.50871925 11.41072731 11.56825614 11.40808828 12.00067468 11.51417263 11.68842909 12.94634732 12.51826987 +LQ05X025270 Predicted protein 12.44192606 12.15150132 12.230733 11.93152254 12.16803464 12.32383408 12.23842636 11.96808611 12.77103147 12.65404522 12.45658849 12.38585626 12.49887024 12.35773944 12.06264704 12.36971638 12.52080568 12.52581971 12.70932518 12.68471695 12.2439179 12.3041235 12.62448919 12.33043963 12.69711125 12.76897488 12.51908471 12.01976641 11.59580073 11.92997984 12.44009539 12.23793997 +LQ05X025290 Putative uncharacterized protein 5.265352287 5.408529751 5.738059471 5.51662452 5.289074252 6.266141655 5.556609922 5.4576893 5.886248341 6.376091855 5.78844839 5.773389408 5.853452706 6.234616326 7.077468303 6.047551039 4.853213062 4.792361896 5.193563753 5.533185304 5.279653202 5.077519576 5.008356141 6.159899439 5.019930661 5.140210422 5.514894127 5.518546285 5.608651234 5.354908181 5.403562092 6.235619895 +LQ05X025310 Germin-like protein subfamily 1 member 13 5.029918551 5.166707156 5.685826051 4.825349 4.809746517 5.129416989 4.678926923 4.90030991 4.991373423 5.036404938 4.779311983 4.685542599 5.057605451 4.604584754 4.875072224 4.797388196 4.621808376 4.622938748 5.061168415 5.124055733 5.121202368 4.711965204 4.472092899 4.461212691 4.756292529 4.842881188 5.037893587 5.174091586 5.671818206 4.435183159 5.13950775 4.607738766 +LQ05X025420 Germin-like protein subfamily 1 member 13 5.565474464 5.555870069 5.471948846 5.809534847 5.717946382 5.674679823 5.650136501 5.433892607 5.519290788 5.811147251 5.572009936 5.712440101 5.29372314 5.592865603 5.694008849 5.524251877 5.510281403 5.690351443 5.94356079 5.7087836 5.827259755 5.385508392 5.835672345 5.5116661 5.293519147 5.090423411 5.831108598 5.768186149 5.421629031 5.363674247 5.453810812 5.997254075 +LQ05X025450 Germin-like protein subfamily 1 member 13 4.741648773 5.087286298 5.236914025 5.087834671 5.204633185 5.433270939 5.290192625 5.093606202 5.460775736 5.201152223 5.406807612 5.49958227 5.3484059 5.434825618 5.191588291 5.553333821 5.483147276 5.180947045 4.987173369 5.511676796 5.268374592 5.221527536 5.548700573 5.343078031 5.187348308 4.804120239 5.235412899 5.365630542 5.235409219 5.187710676 5.276936999 6.310385069 +LQ05X025470 Germin-like protein subfamily 1 member 7 4.737827294 4.842890567 4.862109764 4.658589156 4.836675339 4.749550617 4.898124557 4.445717037 4.719377847 4.80509609 5.004014107 4.561445632 4.869288814 4.632278019 4.828292462 4.424529445 5.382590151 4.741117781 4.823769219 4.770244407 5.090446028 4.783308569 5.147527757 4.971608503 4.78703289 4.883866212 4.706592788 4.854070413 5.160816083 4.752434666 5.154089748 5.010038605 +LQ05X025550 Probable UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase SEC 5.380335194 5.257073328 5.212824288 5.240528935 5.367174688 5.22893765 5.552828625 5.26584951 5.020056215 5.081758861 5.223277513 5.007275746 5.116698278 5.785719592 5.609505712 5.392302488 5.314326268 4.981994594 5.506072591 5.364030045 5.304448388 5.073649627 6.245999402 5.33112978 5.029867107 4.811660698 5.193251691 5.121660492 5.231337849 5.270873385 5.795032926 5.698568529 +LQ05X025560 Probable leucine-rich repeat receptor-like protein kinase At2g33170 5.187920536 5.100191622 5.321308468 5.273684772 5.271823109 6.176597934 5.670206731 5.380478676 5.487723508 5.037788002 6.007884054 5.187149218 5.030778439 6.519298933 5.462197229 5.890546631 5.326675163 5.310394038 4.926685698 5.258527608 4.756968766 4.786793228 5.403832542 5.295960581 5.182839346 4.918877195 4.804342842 4.959192962 4.753531868 5.089073716 5.720029233 5.159720357 +LQ05X025570 Protein PIR 11.20410082 10.79070187 10.77204363 11.23385141 10.62685164 10.96122215 10.9312274 10.40545037 11.18513614 10.87262298 11.16395079 11.23457005 10.70031517 10.7774902 10.5422667 10.5803986 10.43590161 10.33732735 9.255784127 10.22197518 10.17342996 10.87223763 10.14146974 10.12150428 10.6504647 10.41612698 8.504125213 11.16043105 9.991925959 10.75137629 10.13119414 9.739558191 +LQ05X025580 Protein PIR 4.814173252 4.79167341 5.396536137 4.753816977 5.129550359 5.20346913 4.866242261 4.882115163 4.853741766 4.980010918 5.073339701 4.665671496 5.2415639 4.912370319 4.757978818 4.777728386 4.959999093 4.971244711 5.137795126 5.081647038 5.010271617 5.009015414 6.232263075 5.098088888 4.811519749 5.36855044 5.214561537 5.363571329 5.15092426 5.071572639 4.972802144 5.659285243 +LQ05X025640 GDSL esterase/lipase At5g33370 13.96636201 13.21508411 15.63194652 15.20811199 15.3156651 6.722500965 6.394323088 8.243581616 14.32697127 13.15237189 15.55626598 14.97109828 15.64031841 6.452795671 5.76465154 7.705304198 12.69408661 14.46556217 13.73118707 15.27655029 14.96462872 15.58957764 8.414485603 6.674840961 13.53857915 14.49896153 14.3124493 15.60403024 15.61051481 14.11590176 7.492117451 6.422337452 +LQ05X025650 GDSL esterase/lipase LTL1 15.03286618 14.56093329 14.73546822 13.27079704 14.29260417 5.357760392 5.274124001 6.636807536 15.16061483 14.19558723 14.96898652 13.25379694 14.19389412 5.406607942 5.383906992 5.837926615 13.87735596 14.25498882 14.51998343 14.78070414 14.80811155 14.63186525 5.752959822 5.239030931 15.01809795 15.15886337 14.77282325 13.05522078 15.12133899 10.51789385 5.238386311 5.120128051 +LQ05X025660 Photosystem I reaction center subunit IV A, chloroplastic 6.275402641 6.614747803 7.114887288 6.702583979 6.681397624 6.248845602 6.306119989 6.446969603 6.613402004 6.351638455 6.706487686 6.520357556 6.947301083 5.848952546 6.208314678 6.406664541 6.637671689 6.977589359 6.657850121 7.60588073 7.748182062 7.048216104 7.843467681 6.772802571 6.45065896 7.045290983 6.97056952 8.132940185 7.516407388 6.74311214 7.271554375 6.314407732 +LQ05X025680 Putative Translational activator GCN1 5.795457703 5.610970245 4.884309351 5.139566984 5.431697786 5.270765533 4.785741543 5.342893866 6.20869803 6.421405046 5.40665088 5.343741223 5.325186196 5.331653494 5.378569669 5.234111503 5.213943185 5.56978825 6.067719126 6.32704274 5.634670965 5.10219417 6.464122664 6.101592111 4.732257296 5.683525605 6.050959613 6.282788851 5.652184155 5.008685257 6.503568229 5.842034735 +LQ05X025690 Putative uncharacterized protein 6.189925059 5.964554998 6.828550336 6.050909516 6.674735733 5.313516812 5.940619678 5.356213875 6.00494984 6.380424664 6.193606584 6.125331587 6.64829032 5.535042093 5.403296691 5.691688425 5.605828821 5.848122736 5.348967161 6.373767156 6.401357919 6.045420719 5.181257785 5.286125025 6.107713678 5.513150581 5.373782236 5.760729162 5.910584772 6.000916195 5.362734497 5.832551068 +LQ05X025730 Putative 3-5 exoribonuclease CSL4 homolog 11.47455862 11.77148579 10.30314837 12.0787749 11.19955674 12.28536857 12.73540941 13.30346088 12.0452558 12.49524634 10.77694136 12.11443998 11.21435582 12.09676399 12.63405832 12.69394769 12.61283983 12.25524811 13.02613973 10.87526806 10.45082412 12.17568759 10.82219025 12.03731235 12.41808376 12.00650441 12.40805175 11.92920957 10.07149803 12.30825133 11.10873703 11.66524088 +LQ05X025780 Putative uncharacterized protein 10.48240712 10.53721973 11.21017875 11.01236372 11.13023596 12.25113362 12.33920728 12.48406831 10.25559456 9.935334816 10.89527566 11.28672871 11.0505709 12.49733015 12.08615497 12.37530259 10.23158374 11.03528209 10.35264525 11.00358467 11.53868218 10.38253157 13.05364857 12.60301884 10.28423077 10.65161419 10.73594942 11.26780039 11.58181224 11.52215823 13.47440382 12.93159115 +LQ05X025800 Glycogenin, putative 11.48881013 11.39388809 11.88244724 11.42984713 11.36958916 11.55994529 11.68675547 12.04203523 11.47306194 11.64961598 11.93233898 11.63270082 11.46921807 11.59306664 11.5878488 11.86182054 11.05775278 10.67080403 10.83102717 11.61997684 11.08715183 11.27298213 11.22348095 10.8059285 11.16526687 10.97452784 10.81111727 11.32167066 11.08986659 11.22958931 11.14757074 10.83794297 +LQ05X025820 Putative disease resistance protein RGA1 5.045154594 5.013467317 5.438743152 4.891733306 4.691107979 4.999350456 5.132909279 5.176532044 4.981679945 5.382185055 4.901970061 4.859189311 4.934743504 5.148642065 4.992792818 5.082402138 4.870091421 5.019486877 4.877091517 5.545176169 4.756766899 4.767451846 4.945126834 5.476240847 5.043444951 5.127878177 4.966930922 5.09752773 4.853927718 4.761492924 5.465431849 5.163868394 +LQ05X025830 Hypothetical protein 5.258302317 5.669476403 5.736042956 5.872333107 5.311354205 6.115854268 5.960924413 6.714251273 5.48979065 5.210394895 6.030749202 5.84505199 5.83299197 5.956189287 5.658333516 5.993175227 5.998437937 5.853093638 5.821927509 5.339177849 5.912409959 5.312642214 5.463440863 6.635636816 5.624901334 5.290939122 5.329428963 5.43514589 5.211629263 5.80893001 5.591153581 5.407606056 +LQ05X025920 Putative uncharacterized protein 5.005312438 4.821876972 4.928520337 4.507808458 4.724888322 4.549253285 4.493821361 4.515347728 5.105775897 4.866820763 4.704057305 4.548007448 4.779358592 4.4003912 4.572258014 4.357686655 4.798841789 4.777197144 5.225500917 5.006857839 5.068132895 4.656208378 4.591042457 4.728304252 4.689507323 4.813287079 5.248907153 4.896842645 5.163004907 4.376878323 4.899621284 4.590623521 +LQ05X025930 Predicted protein 13.14832539 12.69946387 13.29326582 13.65501048 13.55544531 13.9923996 14.06059302 14.53234822 12.93973773 12.70178663 13.04141879 13.69243395 13.28264759 14.04696035 14.21787793 14.27805277 13.66449497 14.1445641 13.25618585 13.70231538 13.58712786 13.53526669 14.11760307 14.19702512 12.5735012 13.03861707 13.00180318 13.70265672 13.24811589 14.30083346 14.00268216 14.36020524 +LQ05X025940 Hypothetical protein 4.857329754 4.924117488 4.96141822 4.738966492 4.812289466 4.703189632 4.852652509 4.831789615 4.790979487 4.874127074 5.165968746 4.925689875 5.114816766 4.852970271 4.735849933 4.906335495 5.142459168 5.268535056 4.756790924 5.063444233 5.024761816 4.964578435 4.957860437 4.836115471 5.038862265 5.277998045 4.85246229 5.965455885 5.690014218 4.805580995 5.579581674 5.247259201 +LQ05X026080 Putative uncharacterized protein 5.328929573 5.558498827 5.434498587 5.186775372 5.659818008 5.310132205 5.456925471 5.469535705 5.24909002 5.15685636 5.137288601 5.364372033 5.378621705 5.566036572 5.147410815 5.796919822 5.198451991 5.502795198 5.714531476 5.319159676 5.395850286 4.945042056 5.33630343 4.818708112 5.380946811 5.181136372 5.463870168 4.783074507 5.166883329 4.933271212 5.369415708 4.801988236 +LQ05X026170 Putative uncharacterized protein 9.505526454 8.717805613 10.01632588 10.77727742 10.63302379 11.03154653 11.10739138 11.57942816 8.915432579 9.110109378 9.886128475 10.00442604 10.00719868 10.49394805 11.11937901 10.86703786 9.284835047 9.745165031 8.467680979 9.798636862 10.00840392 10.53958407 10.35110801 11.25047323 9.221951419 9.676014013 8.857021452 11.10257416 9.905680328 11.26512309 10.49750465 11.12328618 +LQ05X026180 Protein binding protein, putative 6.558084347 6.024534822 5.944198529 6.124284058 6.127587824 5.454204046 5.979209812 5.514434826 6.176968617 7.067726515 6.169088985 6.238512057 6.010504501 5.468923598 6.430381548 5.748536714 5.749986912 6.339409443 6.552208322 6.370958238 7.029077885 6.268098621 5.936157437 5.21931708 6.136375983 6.474199913 6.44779026 6.789282076 6.072703078 6.399091489 5.785042237 6.147095292 +LQ05X026190 ATP-binding domain-containing protein 4 5.166260102 5.415343066 5.649020844 5.518110411 5.399373741 5.999451511 5.715863719 5.867134446 5.46931987 5.207333043 5.514150993 5.518362526 6.06610373 6.136001037 5.754664159 5.68561858 5.300798317 5.844800402 5.693053375 5.539627805 6.177359874 5.532782908 5.167105103 5.605742012 5.485639024 5.788373299 5.924785121 5.014286419 5.546725878 5.636355633 6.035497821 5.994693931 +LQ05X026200 Predicted protein 5.269638568 5.449910013 4.898186368 5.205328437 5.199014383 5.120243272 5.428381314 4.978135562 5.233615568 5.20055629 5.16631251 5.310232971 5.070848463 5.092418044 5.286012972 5.339294882 5.456537738 5.277084127 5.369166076 4.920844284 5.478206221 5.396777227 4.949968915 5.102178348 5.389506816 5.392071958 5.181571071 5.259276493 5.596294838 4.919784127 4.539563046 4.842578928 +LQ05X026210 Casein kinase I isoform delta-like 11.28195501 11.35190261 11.70713558 11.41899956 11.2954814 10.31488958 10.3343853 10.27296743 11.46808246 11.25087275 11.84407921 11.33029481 11.55006197 10.57909713 10.4459794 10.66691639 11.75061477 11.26843218 11.46155489 11.75923041 11.0399461 11.82702962 10.36358034 10.70090164 11.70855441 11.51139544 11.53822164 11.84122162 11.2258672 11.3696785 10.28116383 10.35176673 +LQ05X026240 Pentatricopeptide repeat-containing protein At1g08610 10.62784308 9.965474761 9.93358186 10.26982252 9.925587162 10.514438 10.37700371 10.46928703 10.58921116 10.12442824 9.810936186 10.37626726 10.10240485 10.53580462 10.56338809 10.36367864 9.8179062 10.07910312 10.212979 9.771141159 9.660040359 10.23275712 10.57337435 10.58198388 10.1429129 10.31245673 10.27709913 9.88522558 10.54267711 10.64885749 10.8987653 10.67929545 +LQ05X026260 Putative uncharacterized protein 11.29977875 11.20288235 10.34726675 11.87951923 10.84259442 12.40420359 12.24589866 12.38507448 11.07294107 11.13759551 10.26416252 11.95248981 11.10321464 12.2551285 11.53643721 12.34739663 11.32808872 12.29812391 10.60201586 10.15152661 10.8795782 11.43065506 10.91277544 10.91214526 10.91918327 11.65723932 10.38271196 10.37765424 10.02209602 11.13974853 10.72447389 10.8877394 +LQ05X026270 Transcription factor, putative 5.459272504 5.347752597 4.804412143 5.909743017 5.301182316 6.374201295 6.400310171 6.054432978 5.654578988 6.024532347 5.42858101 6.043120998 5.237026841 5.815029679 6.752888426 5.540726293 5.402519072 5.54702045 6.536170413 5.121356727 5.952018056 5.498210214 5.146793128 6.245013306 5.589597402 5.94463468 6.456379969 5.720290261 5.46177179 5.551284264 6.110466353 5.477034521 +LQ05X026290 Putative uncharacterized protein 9.679075989 10.70541553 11.02501032 10.92577969 12.25394214 11.33008462 11.35913705 10.96715556 9.667615282 10.7694813 10.89456128 11.39730647 12.08697093 11.87942985 11.60303468 12.44876009 10.56678602 9.378680109 11.37969357 10.21760329 10.82905417 10.92351544 11.96405823 12.38242113 10.40559925 9.488780367 11.52678222 10.52511869 10.78360105 12.13151839 12.32991781 11.98058086 +LQ05X026300 Hypothetical protein 4.653526438 5.022200584 4.615944521 4.597339532 4.747799471 4.616738847 4.956443065 4.712899666 4.570176024 4.917367548 4.774134908 4.550175724 4.619640556 4.55799211 4.920646217 4.668940221 4.685776008 4.69882853 4.819851341 4.627294123 4.590166109 4.509907406 4.757823687 4.881027922 4.603558144 4.729545581 4.788945548 4.969907539 4.82341015 4.814734431 4.923069839 5.189176897 +LQ05X026310 Cell division cycle 5-like protein 5.330665872 5.867242053 5.144589545 5.47810099 4.877212864 5.174044296 5.654929872 5.147221721 5.34335877 5.627286577 5.156008333 5.673987521 4.784919086 5.576046036 5.775384912 5.039816706 5.72117726 5.345908056 5.641008929 5.048940383 5.596446701 5.297804366 5.668681945 5.425940206 5.232307771 5.177945696 6.413118759 5.554510863 5.618756113 5.207277426 5.228056579 5.454415391 +LQ05X026320 Predicted protein 5.513618427 5.248245436 5.000000199 5.664755304 5.042872381 5.900140484 5.568716083 5.349389748 5.291991218 5.808536127 5.512453901 5.545192971 4.811831544 6.178403651 6.116906574 5.655412913 5.546224732 5.176359895 5.584381991 5.817043588 5.176449422 5.088481109 6.504218783 5.054506425 5.759461554 5.466189859 5.845838279 6.152851104 5.558248101 4.974579859 5.887078787 5.369816962 +LQ05X026340 Predicted protein 10.70897629 11.71438538 10.88026935 9.362840694 11.13361944 10.20598538 10.59236671 10.22820031 10.64643768 11.02265843 11.14680889 10.30247416 11.36656785 10.53274699 10.03639217 10.61758657 10.1879683 10.09116601 11.56247846 11.41928918 10.94446142 11.62460749 12.71191393 12.98798252 10.55090548 10.79320024 11.7837161 11.57865751 12.03068221 11.63327129 12.42337608 13.2697602 +LQ05X026350 Serine/threonine-protein phosphatase PP1 7.544532158 7.322871829 6.994610473 7.301148619 6.768649869 6.952348599 7.307675743 6.665362052 7.417670583 8.46328675 7.1616353 7.299993853 6.964049396 6.936522 8.397652503 6.885022468 6.812973847 7.285459113 6.806166742 7.511464816 7.86048339 6.846879362 6.203201169 6.704161577 7.132334208 7.4845922 6.937766135 6.932201487 7.087279754 6.935452039 7.086181769 7.026162574 +LQ05X026360 Putative Ankyrin repeat-containing protein At3g12360 10.44444091 10.02006673 9.72350999 9.146964125 9.732816835 8.928379745 9.313454951 9.847962575 10.18591557 10.58360914 9.892853221 9.385817916 9.636820023 9.144018519 9.548443939 10.35146809 10.0793638 10.7513239 10.42466364 10.2270177 10.52623365 9.530376347 9.895873072 9.616180943 9.867380053 10.89069106 10.7425977 10.25303711 9.597403512 9.190219882 9.926998871 10.05729216 +LQ05X026370 Hypothetical protein 7.139838689 7.001467099 6.855292163 6.2748716 6.709645474 5.869409513 6.089404483 6.396600709 7.014629032 7.032992421 7.046694204 6.413086652 6.347357694 6.457471006 6.025076321 6.180393748 7.056016841 6.194350429 6.722513958 7.172228753 7.083184991 6.826226073 7.084938981 6.627752903 7.267170246 6.679476525 6.848424072 6.607801447 6.742306319 6.506411336 7.084732513 6.499157818 +LQ05X026440 Hypothetical protein 5.286927947 5.492902121 4.786429405 5.095168171 5.146128764 5.011764687 5.115616066 5.336620478 4.875897246 5.45050404 5.36426369 5.216281707 5.149269625 5.15388399 4.856045146 5.170967702 5.46064149 5.224469472 5.666158649 5.935950126 5.871921994 5.135407489 5.047135889 6.227018148 5.528248622 5.321938219 6.269204535 5.440554234 6.180138128 5.01869109 5.020753183 5.795346894 +LQ05X026490 Putative LRR receptor-like serine/threonine-protein kinase FLS2 4.846129824 5.005200152 4.75426723 4.759047595 4.855921408 4.746531752 4.959354147 4.63358951 4.599470899 4.871852592 4.966256825 4.786903818 4.57862659 4.824254876 4.899044217 4.800929047 5.156339296 4.836650112 5.22022765 5.072822224 4.95784226 4.587399473 4.761591064 4.877660316 4.743404544 4.865001123 5.210230748 4.907142645 5.107014964 4.876121081 5.000204457 5.035997965 +LQ05X026540 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.080613316 5.005600074 4.981051398 4.825230516 5.006926129 5.028787683 5.078670512 4.933279976 4.923455737 4.866977509 5.407645441 5.081632115 4.893688448 5.322238753 4.938959061 4.855419314 5.315542612 5.514621843 5.05235065 5.145451339 4.921462543 5.071939987 5.356581416 5.075225003 5.15198185 5.743642273 4.969518508 5.036604382 4.938962026 5.091939934 5.523500341 5.64517053 +LQ05X026590 Peptidyl-prolyl cis-trans isomerase CYP19-3 5.190654967 5.750392387 5.060303634 5.293400491 5.263107642 5.253448822 5.177428296 5.242529173 5.15084605 5.687511896 5.246347727 5.500408273 5.307894898 5.414019247 5.46446576 5.38785846 5.097210568 5.182098425 5.357247013 5.939291261 5.242771063 5.268406862 5.45934425 5.643529004 4.989913826 5.269123989 5.493942936 5.84615536 5.420100406 5.135896654 5.254853534 4.822355932 +LQ05X026630 Putative Methyltransferase-like protein 6 5.695564433 5.492178969 5.279523212 5.663905366 5.209884382 5.304168964 5.586831675 5.64502801 5.569172758 5.809247524 5.961596416 5.606968699 5.461047422 5.388213132 5.445305144 5.408199677 5.443304152 5.672970049 6.950691607 5.783748197 5.45001576 5.432230253 6.065898926 5.760437482 5.408014905 5.550320379 6.415212574 5.400017839 5.852447949 5.258406682 5.565886119 5.145952291 +LQ05X026640 Protein EIN4 5.286408571 5.936141073 5.159585903 5.204893491 5.328736723 5.194491019 5.679695285 5.425961025 5.470771313 5.468144392 5.607067212 5.118092337 5.396094737 5.605354394 6.486036457 5.343805946 5.368905283 5.237677204 5.637386294 6.388068248 5.193080956 5.336500315 4.640764992 5.576009635 5.244144405 5.470703084 5.900257377 5.684733726 5.295747194 5.411263428 5.764014956 5.308565853 +LQ05X026650 Putative uncharacterized protein 10.78545396 11.46342585 11.18997827 11.47753134 11.31808245 11.5720869 12.20787802 11.9251088 10.85488134 10.94920375 11.03825815 11.32618002 11.39791764 11.91482421 11.52921089 12.14638965 10.43465449 11.11040064 10.88560956 11.45833812 11.64801899 11.21147099 12.93103566 13.06612548 10.86734148 11.18885189 11.40900818 11.61886434 11.549793 11.71358334 13.01073178 13.14129981 +LQ05X026660 Predicted protein 11.11555953 10.88317058 11.20434299 11.50267142 11.1589014 8.867874865 9.141701964 9.132483489 11.27281904 10.82541031 11.52960043 11.68345774 11.62208894 9.306502994 8.956653697 9.255916263 10.79741085 11.2110901 11.29113634 11.30066957 11.65363632 11.11610128 9.997053575 10.14926099 11.40626737 11.74525618 11.54522921 11.44201307 11.08742292 11.45481108 10.15242014 9.672044372 +LQ05X026720 Predicted protein 6.364699289 7.016162752 5.156596659 5.642277437 5.788927642 5.442092772 5.364511635 5.614286427 7.138592967 6.547789435 5.695866967 6.259864401 5.592822431 5.314654575 4.874696393 5.52077016 6.171000122 5.792945813 6.508359211 5.248312557 5.209775269 5.559445338 5.663572711 5.537138336 6.110621104 6.359909092 6.318106623 6.093593359 6.117670967 5.616963291 5.511207156 5.263357857 +LQ05X026730 Phosphoribosylaminoimidazole carboxylase, chloroplastic (Fragment) 10.48423053 10.7413712 10.36164087 10.11116588 10.17042514 10.96243327 10.88412122 10.80301355 10.73590614 10.78173331 10.41581168 10.38511859 10.46825808 11.06100164 10.8961159 11.11248485 10.44805435 10.78495739 11.23353994 11.00376997 10.74685376 9.993943836 11.20878445 10.96762765 10.93685362 11.02797333 11.45866962 10.4663514 10.73609277 9.753738264 11.39876522 10.87322823 +LQ05X026740 Putative uncharacterized protein 4.947546012 4.761877268 5.087524533 4.953138608 5.032613442 5.274922944 5.018152491 5.499487783 4.683949104 4.750604236 5.052684659 4.925614162 5.095639773 5.270906455 4.81408712 5.185105817 4.991445337 4.841488292 5.050286552 5.141306427 5.3323803 5.037778598 5.329048104 5.777566766 4.828899868 4.801099341 4.851888569 5.240720446 5.314691804 4.837163357 5.125113516 5.718625027 +LQ05X026750 60S ribosomal protein L10a-3 14.71247022 15.12318238 14.78483991 14.41757867 14.71116577 14.60461879 14.29722564 14.19041363 15.10485008 15.44538831 15.00204974 14.83855833 14.77192252 14.60700048 14.69405414 14.46058354 14.89524898 14.34122036 14.3736891 14.91240545 14.9039024 14.7458726 14.9296204 14.64847387 14.95365824 14.73785531 14.71465626 14.55170388 14.82893193 14.74457091 14.90393377 14.65945677 +LQ05X026820 Putative Predicted protein 4.970813837 4.977049627 5.003480724 5.085774363 5.073891045 4.962239775 5.071009054 5.032593949 5.121949357 5.058541639 5.366772248 4.886781543 5.040918071 5.036025153 5.207689523 5.074754823 5.580341532 5.358522875 5.031825732 5.599952885 5.245002581 4.958271123 5.325892541 5.9454652 5.274865331 5.566780909 5.498457096 5.156865514 5.113272533 5.233598736 5.169136067 5.254378264 +LQ05X027000 GDSL esterase/lipase At4g10955 8.111313115 8.130242953 9.475803472 11.19108877 11.47311822 10.15812879 12.19711165 14.15589995 8.860865227 6.345360053 10.23942867 11.92762234 11.77075262 11.32153254 13.25029826 12.63166828 9.066731212 10.07276778 7.846570109 11.13871086 9.996457765 10.72637957 12.94446267 12.36229101 7.200323385 10.42765389 7.363849037 11.24485272 11.40783794 11.92794907 12.21535728 13.11455515 +LQ05X027010 Putative Gb|AAF32477.1 6.851176898 6.459508067 7.286241742 10.16029307 9.862466505 9.153822564 10.18822292 11.66350918 7.860302365 5.713262939 8.638924443 10.6338613 10.37953258 10.53420653 11.05377949 11.01424066 7.169359452 8.074889858 6.44034567 9.287950777 7.957167051 9.301877257 10.10815175 10.04330598 6.066226546 8.211399159 5.584243737 9.506968798 9.752201019 10.50724693 10.15923253 10.89739062 +LQ05X027020 Putative uncharacterized protein 10.59614098 9.342767392 12.48452881 13.64119882 13.73574857 13.6220562 14.52119219 14.97652556 10.53675029 7.120178266 12.92210118 14.14860851 13.90215529 14.5127691 15.07445758 14.71651477 10.53440131 12.33458381 9.397697857 13.72008554 13.69927281 13.51281095 14.67791469 14.32474057 9.380352229 11.46446513 6.519266311 14.13108285 14.13434432 14.61164245 14.58365514 14.84532594 +LQ05X027050 Putative Poly(rC)-binding protein 1 9.102479418 9.254344827 8.263411798 10.65137477 8.860243259 11.05636115 11.19379013 11.48687197 9.231475559 9.024718475 8.260972094 10.36118519 8.625708841 10.74216026 11.02844349 10.92643282 9.19162428 8.113646935 9.104183704 7.872168195 7.67434667 9.399671194 7.579492426 9.01130983 9.138834736 8.484294369 9.532198681 7.357680134 7.873417943 9.958017598 7.562944898 9.146049412 +LQ05X027070 Putative uncharacterized protein 13.10104014 13.3987748 12.6925027 12.62627035 12.57704813 12.90658559 12.76125054 12.72953982 13.40520622 13.331431 12.87061838 12.7380803 12.64192473 12.99193709 13.10649771 12.64181114 13.02921977 12.73332195 13.25254999 12.26535268 12.51688073 13.00814433 12.13504701 12.38695883 13.57158004 13.25282856 13.22665089 12.20761594 12.93702646 12.63607195 12.28020772 12.36980119 +LQ05X027090 Histone H1.2 12.56861824 13.14527792 12.17172876 12.05312515 12.12505802 12.24989945 12.41951607 13.60390981 12.64330205 12.96292576 11.82244552 11.81578335 11.64658379 12.16822743 12.49755332 13.28909685 11.73890937 11.15316596 11.87120487 11.66159503 10.99396707 12.18599177 12.24406276 12.5901493 12.27725859 11.5703099 12.06589369 11.66723354 11.05076276 11.87580525 12.18667168 12.71446823 +LQ05X027100 Probable WRKY transcription factor 74 10.25335678 10.30777488 9.316143841 9.628187648 9.569988762 10.24102089 9.756463412 10.12549865 10.03628937 10.23278644 9.953996681 9.515562083 9.674663394 10.27629406 10.02521045 10.74677399 10.35217501 9.926765116 10.33034262 9.738547048 9.250917866 9.485525931 9.803735003 9.49450721 10.17993628 9.575313345 9.820517645 9.555295497 9.063859581 9.020674608 9.69928043 9.813602755 +LQ05X027120 Putative uncharacterized protein 7.476522647 7.014621479 6.666192214 6.473279203 7.084695006 6.312536621 6.622254246 7.087534031 7.81908997 7.124745697 6.512991105 6.640611708 7.662803095 5.943209792 6.354716604 7.033179975 7.261325528 8.622304805 8.731882079 7.407331553 7.706776717 7.497910919 7.949046106 7.824691384 7.101598306 8.4964831 8.077404581 7.178477219 7.507101206 7.434191815 8.311229329 7.65355134 +LQ05X027160 Ring finger protein, putative 5.419193339 5.263640839 5.58764519 4.959457241 5.150662314 5.303685355 5.216041726 4.959477052 5.191565118 5.743101473 5.38352836 5.207624499 5.264605133 4.841781726 5.233759957 4.96290364 5.643059504 5.479971336 5.936773744 5.83010407 5.530615491 5.030849148 5.326320729 4.876808872 5.392416085 5.235600333 5.818151824 5.087006071 5.549284755 4.935279112 5.207531034 5.468465937 +LQ05X027210 Pathogenesis-related protein PR-4B 7.770302807 7.760046009 9.492169786 9.673533845 9.859733371 6.180079238 5.329369336 6.13950961 7.896898282 6.201525293 9.573572058 9.70267736 10.64100469 5.269816154 5.588774977 5.266071452 6.944483839 7.845611068 6.104248917 9.871542148 10.60474836 9.605600033 5.714410431 6.043949147 7.347139211 8.118215516 6.578370806 10.44173129 10.43541122 10.0544991 5.968482034 5.092392644 +LQ05X027220 Pathogenesis-related protein P2 5.787875166 5.274787641 5.31116672 5.472278104 5.873327377 5.066846664 5.029704452 5.346021286 5.649766583 5.570138409 5.459007292 5.398739288 5.446194216 4.986826052 5.096523148 5.535645688 5.330104057 5.508790155 5.907876666 5.927292066 5.974623165 5.612481928 5.358033834 5.315853094 5.264263965 5.748884228 5.839361257 5.3980181 5.460341384 5.460766688 5.320023161 5.366706743 +LQ05X027250 Pathogenesis-related protein P2 11.9743403 13.58323956 9.537631349 11.53755907 12.83143607 15.3512545 15.63086432 14.89810675 10.79867221 12.87047609 9.83441107 11.96022694 11.83607731 15.27186194 15.01960702 15.6097647 13.22314953 13.00720227 13.02940716 12.75726147 12.39330518 13.54649678 14.67487404 15.39887225 12.28573357 11.89791171 13.05106855 11.36643877 10.77481899 15.07051914 14.52910662 14.79779729 +LQ05X027320 Pro-hevein 5.964075144 6.040478953 5.269346562 6.322492278 5.702209468 5.936873007 6.172685597 7.781119545 5.992378605 5.070603133 5.857009005 5.822140429 5.358976434 5.800496128 5.893523216 6.418071535 9.136607597 8.479886993 7.686086591 9.718518259 6.806729873 5.924677038 5.831571378 6.789971036 6.922338313 5.500381568 6.349003327 6.314218634 5.514697011 5.86443638 5.224476134 7.598908977 +LQ05X027350 Auxin-responsive protein IAA16 5.474613676 5.37402632 5.726354212 5.69006357 5.587966248 5.535273739 5.286666158 5.576669424 5.621943734 5.381612132 5.541169474 5.90096255 5.775349882 5.517080684 6.603711145 5.476396913 5.406013575 5.362064725 5.513232298 5.178803586 5.384013447 5.669515259 5.655894632 5.472429407 5.536254239 5.35205722 5.501184934 5.539277005 5.489443997 5.513359585 5.497199613 5.668876409 +LQ05X027360 Auxin-induced protein 22D 12.46116309 13.21167892 12.06122817 11.42277597 13.27091677 10.4998392 9.587295071 11.31746225 12.89906451 13.0490058 12.60675313 11.46896363 12.93875452 10.42062567 10.70950307 12.12256504 12.91588707 13.6137506 12.9328518 12.39597019 12.4237179 12.85032357 10.85768318 12.44786487 12.64244099 13.071421 12.96940193 11.94449585 13.06127416 11.24547138 10.46952075 12.3449718 +LQ05X027380 Transcription factor UNE12 12.0320021 12.7635253 12.03455441 11.82739958 12.77687029 12.89634162 12.81213494 13.07103241 12.00906208 12.16824879 12.18642806 12.20848319 12.67415012 13.1026562 12.6164695 13.29975497 12.45146567 12.55684723 13.13466318 12.66553766 12.52205574 12.94295404 13.34546016 13.48676263 12.95310727 12.54640563 12.80850358 13.01328195 12.5679536 13.61799327 13.63641594 13.87392428 +LQ05X027390 Putative uncharacterized protein 13.1131668 13.24442855 13.00233776 13.88217286 13.44356899 13.87875877 14.00764425 13.99720749 13.32501203 13.52133248 13.26990266 13.71002582 13.36405804 13.98144349 13.96758202 14.25710086 12.86907667 12.4068083 11.67832774 12.59608627 12.72397302 13.14349767 13.14655187 12.97288486 12.87905409 12.66550242 11.73106512 12.8832308 12.00393265 13.3803074 13.05435808 12.83800275 +LQ05X027410 Light-inducible protein CPRF2 5.406073398 5.143162065 5.273720199 5.111203746 5.047340143 5.055672448 5.368411363 5.037895339 5.014043054 5.052482035 4.949229256 5.189672811 5.082670629 4.915870649 5.042664964 5.030976322 5.143952582 5.126683353 5.377275341 5.009499794 5.2196101 5.188300207 5.900422306 6.056900194 5.378714473 5.373079764 5.289287079 5.739058974 5.158316556 4.990960255 4.86358727 6.044934526 +LQ05X027420 V-type proton ATPase subunit F 4.989876597 4.779113307 5.342377152 5.398352278 5.333556553 5.537335033 5.402202786 5.331307813 5.183771427 5.528625699 5.429476758 5.485069524 4.963854723 5.498353039 6.715798627 5.282750343 4.632547291 4.928718325 5.610069549 5.052945794 5.008540918 5.345985783 5.021101939 5.19138799 4.970546896 4.724246702 5.879491181 5.352979241 4.793696495 4.82411005 5.426155471 5.40719438 +LQ05X027430 GDP-mannose 3,5-epimerase 1 15.29792434 15.42601949 14.99164813 14.82205309 14.91293169 14.93751525 14.85931127 13.81018728 15.02257066 14.91615512 15.06250803 15.26111432 14.8355122 15.21939681 15.572882 15.04145016 15.0684403 14.93751993 15.34214718 14.94745082 14.66275729 14.82538712 14.73991275 15.01366384 15.39551803 15.33244468 15.34457549 14.99713019 15.02752271 15.5152047 14.99149882 14.67086673 +LQ05X027440 Calcium ion binding protein, putative 11.24669737 11.2813341 11.65833505 11.53663516 11.63100402 11.74986567 11.55142819 11.18233485 11.13273538 10.84268452 11.65935368 11.47705869 11.61169008 12.06502323 11.60253856 11.22332148 11.11497602 10.6412175 10.94043229 11.64685162 11.30652448 11.8942277 11.86485089 11.97834921 10.98813319 10.89237974 11.12105973 11.55807466 11.81866293 12.33348781 12.00698871 11.96603217 +LQ05X027550 Putative calcium-transporting ATPase 12, plasma membrane-type 5.59058603 5.913114784 5.883104582 6.473885778 5.279392574 7.970944595 7.581731111 7.243447496 5.711428128 5.484946996 5.446048182 6.183045788 5.643247876 7.655520919 7.600987652 7.417716733 5.369812547 5.167215262 4.912174272 5.338262755 5.556722832 5.42784441 6.730123301 6.157247373 5.264504343 5.304831669 4.938739893 5.631857319 5.819275984 5.519508372 6.955972571 5.881114131 +LQ05X027590 Cytosolic Fe-S cluster assembly factor NUBP1 homolog 10.89279789 10.87633415 10.35526377 10.92668297 10.42353793 11.38236807 11.20044851 11.0275536 10.96461197 11.10153778 10.4510617 10.63640735 10.31941348 11.28409894 11.27204324 11.16766191 10.64219709 9.999178623 11.0418328 10.26161961 10.32270699 10.58193326 11.38702976 10.66997735 10.73422315 10.24426149 10.86360428 10.46762195 10.40418348 10.44100202 11.53460035 10.64327308 +LQ05X027610 Auxin-induced protein PCNT115 10.9116434 10.88839775 10.41637339 10.23364552 10.63038851 12.96691673 12.93936332 12.79128115 11.15237812 11.18331237 10.76959306 10.40821174 10.60116326 13.47631635 13.37137758 13.10017582 10.93912115 9.982872066 10.53323072 10.68559513 9.670790375 8.838513061 12.7977152 12.40608537 10.22158523 10.01592393 10.32064249 9.600067607 9.962429308 9.889628019 13.7338442 12.72469207 +LQ05X027680 Putative Vinorine synthase 8.64560303 10.39869521 5.448958573 5.507842391 5.138345745 5.372466864 5.979217021 5.345228359 9.62511421 11.34445334 5.230492214 5.460314033 5.803557773 5.906820381 5.614950767 5.681865359 9.814998348 7.427268847 10.91893449 5.178970587 5.401929477 6.604599064 5.044893885 6.394128266 10.97677513 9.779469015 11.11609163 5.4093947 6.393744329 5.726844532 5.296042973 5.128857257 +LQ05X027700 UPF0424 protein At3g04780 5.56327865 5.558060033 4.981167081 5.575663687 5.44897953 5.676897921 5.742861457 6.010972957 5.336923771 5.408585842 5.197561908 5.528227556 5.101708588 6.019335045 5.829903144 5.921864655 5.218010847 5.067365895 5.101803962 4.869822865 5.026451355 4.827195894 5.059360204 5.313541759 5.377689527 4.57143797 5.002560342 4.903380694 5.030021659 5.000951531 4.967076813 5.507713983 +LQ05X027710 Probable ribose-5-phosphate isomerase 6.69661968 6.731669743 6.407075583 6.705544847 6.323733821 6.186474279 6.900144249 5.831697434 6.879919113 7.299131797 6.318683007 6.395979485 6.500943752 6.613838581 7.450272141 6.260817866 6.416787676 6.688384342 6.26598824 6.710889873 6.903266934 5.963859446 6.218953197 5.142867751 6.492144808 6.717951231 6.159189765 6.490181163 6.417841377 6.62714886 6.212332785 6.358863688 +LQ05X027780 Putative Tetratricopeptide repeat protein 35 11.47409486 11.81416491 11.22739166 11.41370772 11.10734877 11.57079334 11.53722265 11.38650152 11.48534428 12.08716909 11.3369205 11.68326295 11.1216871 11.6784581 11.78077213 11.59945719 11.79378015 11.02522109 10.99721935 10.81854425 10.82704333 11.34217692 11.12821334 11.24767244 11.85883829 11.3182419 11.10042305 11.12767934 11.0710252 11.39530042 11.19807175 11.19761628 +LQ05X027790 40S ribosomal protein S3a-1 5.96396668 6.047473257 5.430072788 6.052384128 6.625182721 6.439730118 6.265039297 6.310015728 6.146051312 6.505849767 5.722532915 5.929217477 6.28080058 6.278412397 6.761960083 5.862597263 6.102543149 6.162740912 6.566430958 5.768313434 6.149103742 6.65948149 6.655221123 6.099174734 6.243375632 6.510055938 6.92547015 5.643598152 6.840219708 6.287360461 5.262947985 6.064153027 +LQ05X027800 Tso1, putative 5.552191785 5.431602329 6.02125918 5.512434442 4.97543219 7.577234264 6.645598343 5.263649338 5.514329487 5.106358645 5.468843908 5.523148557 5.466074275 7.039410039 6.009237866 5.37298185 5.979498884 5.346101452 5.271789555 5.611377953 5.469972905 5.030067441 5.874291798 5.477310737 5.943216671 5.397550565 5.46087335 5.090414509 5.077956561 5.225559343 6.166369881 5.92392249 +LQ05X027810 Putative uncharacterized protein 8.584500504 9.445053805 5.24126988 5.029691081 5.0609075 5.057323447 4.844647946 4.890251099 8.824073149 9.15445026 5.916320135 5.21689921 5.097407781 5.16668475 4.924876818 4.862068454 8.056259716 6.63818746 9.685975689 5.14745172 5.53220324 7.218454939 5.222154099 4.895543627 9.577417239 8.695087467 9.664617086 5.203147119 5.453458627 5.207791286 5.149338894 4.656944577 +LQ05X027880 Predicted protein 11.29159839 11.29799258 12.05394817 12.20859612 12.01252712 10.50270891 11.66752278 11.79117741 11.51041617 11.63267687 12.03076214 11.84241408 12.04574678 10.71420311 11.92963638 11.12110024 10.15391473 11.71773921 10.20860567 11.59468068 12.12303607 12.10594268 11.65280077 12.05793584 10.70993019 12.14271245 10.49266266 12.1184216 12.45233754 12.18454614 11.79303731 12.16852679 +LQ05X027930 DNA-damage-repair/toleration protein DRT102 13.43587488 13.76741987 13.59467805 14.57668092 14.0741725 14.51741426 14.4908611 14.47274655 13.43958142 13.84677144 13.54329606 14.50368561 14.06342843 14.5587166 14.6298071 14.81816031 13.50311801 13.94075074 13.07127499 13.08382266 13.2914244 13.65620851 13.46265641 14.09773658 13.19799011 13.71943039 12.91437483 13.50434963 13.37789049 14.48163909 13.5512218 14.0848961 +LQ05X027940 Putative uncharacterized protein 5.072118875 5.431899087 5.729622743 5.377149609 5.452329609 5.227765843 5.601883382 5.217558956 5.397006819 4.949140944 6.100902243 5.52511346 5.456104132 5.158494815 5.216116457 5.481216941 5.514090732 5.784441678 5.424495618 5.484043762 5.308177985 5.298509594 4.99986076 5.452772234 5.414807516 5.451284493 5.415497479 5.126288318 6.287225067 5.59716566 5.166365569 5.826927195 +LQ05X027970 Serine/threonine-protein kinase WNK1 13.12845037 13.19796858 13.01896811 12.6248465 12.95284548 12.81632306 12.80052321 12.46792067 13.32875989 12.97612292 13.29672568 13.05871666 13.19954211 12.77909023 12.59968594 12.91413949 13.34278846 13.25123747 13.66254691 13.31762633 12.98817171 13.47362371 12.93003494 12.69263403 13.3501531 13.4293987 13.46724213 13.64557815 13.16956024 12.9000599 12.78825022 12.57696536 +LQ05X027980 Putative uncharacterized protein 8.951553291 8.170577405 9.041876551 11.38397234 9.535146488 12.60447883 13.40940579 13.08567075 9.025733182 7.699870158 9.034610367 11.10334755 9.20845463 12.75842937 13.05384744 12.51302364 8.099469047 8.750229997 7.802085116 8.681186814 9.386454651 9.164065318 12.02819968 12.17923745 8.314934481 9.234740303 8.066631888 9.185878962 9.617501714 10.46673286 12.2019854 12.14386345 +LQ05X027990 40S ribosomal protein S24-2 14.0654456 14.21810847 13.74118479 13.69267902 13.63793612 13.523121 13.48673157 13.21477147 14.41064627 14.75598835 14.18776165 14.2055521 14.01426151 13.59637201 13.72225917 13.44923639 14.36641843 13.93097229 14.03629316 14.05589569 13.69298225 14.09554745 13.12526731 13.40865982 14.51780963 14.48937988 14.37509592 13.65084231 13.38978734 13.66967046 13.12413454 13.23181604 +LQ05X028010 Putative Guanine deaminase 12.97847189 13.42422724 12.78031093 12.81608658 12.76968055 11.96178365 11.90687973 11.98455885 13.25580549 13.85006291 13.0770348 12.75256864 13.2087303 12.17924071 12.03288802 12.1872966 13.84794109 13.33460969 13.83577083 13.38754066 13.19360771 13.42893825 11.7228411 12.19153334 13.57645841 13.47124779 13.52823624 13.00609456 13.07414014 12.98816167 11.98991707 11.85633481 +LQ05X028030 Transcription regulator, putative 9.356323534 9.701691309 8.927480667 11.1364884 9.934517308 10.87837567 10.66859344 11.07094563 9.18977774 8.841464946 9.093676151 10.65115986 9.710330485 10.55224867 10.7262956 10.31724626 9.480818395 8.991283949 8.537533524 8.912834106 8.966356579 9.996407137 8.684949373 9.148359778 8.860037399 9.321039605 7.885591026 9.727675538 9.528639777 10.74989727 8.908196961 9.369263632 +LQ05X028040 Putative Rubredoxin 13.34160826 13.46916365 13.6920831 14.32995965 13.90606178 14.27906104 14.7819676 14.43752616 13.11880258 13.35686622 13.54054752 14.36950071 14.04237586 14.3879868 14.78031449 14.52969585 12.93246646 13.67012278 12.38893206 12.97825601 13.89876126 13.73229199 14.55100483 14.47840343 13.12929114 13.71790358 12.83479135 13.33682317 13.31667144 14.31749972 14.48501796 14.50117655 +LQ05X028060 Probable protein Pop3 5.863826344 5.334135202 5.599407936 5.87098597 5.566357328 5.762171269 5.656931918 5.038964548 5.389930819 5.520682615 5.534008666 5.539359707 5.693110074 5.896522695 5.511173686 5.342366269 5.385407083 5.707578373 5.64510155 5.473477741 6.353092013 5.327713522 5.861292733 5.016628143 5.742275436 5.728889797 6.205667883 5.81022188 5.319865628 5.454362389 5.352776236 5.174755415 +LQ05X028080 Cysteine synthase 13.35431869 13.63909088 13.20560284 13.39285752 13.56403879 14.6257831 14.0560429 14.38739007 13.16329576 13.63319599 13.26807439 13.59147074 13.46638682 14.24636319 14.20352135 14.09096568 13.9143513 13.03354204 13.59459744 13.36658751 13.30835941 13.24188605 14.1570614 14.12266215 13.67902055 13.24300956 13.51592455 13.48352119 13.47830419 14.08607623 14.26106655 14.24603122 +LQ05X028100 Predicted protein 4.780968236 4.87531021 4.725355949 4.581383885 4.579713792 4.491471004 4.577986363 4.642280716 4.698914439 4.782411496 4.956517675 4.616821144 4.647916738 4.601223441 4.654800268 4.497787178 5.095875181 5.096172688 5.355191992 5.399491194 5.658744895 4.858507674 5.245936427 5.498721464 5.000087451 5.024431444 5.25367297 5.202676713 5.344530784 4.59834777 6.366297965 4.829492443 +LQ05X028110 Predicted protein 11.45303558 11.8500041 11.02177305 11.52947455 11.24644318 11.4148353 11.59224015 11.77203427 11.98635687 12.17941559 11.53362372 11.77942769 11.67132835 11.67619521 11.72427162 11.82952972 12.25211847 12.26397623 12.3717773 12.2302794 12.09465626 12.0079282 12.224477 12.43273564 12.44408267 12.80160809 12.73821013 12.061306 11.93806507 11.84541921 12.29764793 12.57306417 +LQ05X028140 Cysteine synthase 4.716307601 4.699952768 5.739393409 4.890530231 4.867739035 5.600311565 5.174604862 5.604551935 4.564085786 4.576855324 5.423318761 4.723761728 4.743384268 5.059111687 4.953938326 5.014702671 4.798228701 4.897481135 4.8630497 5.319259634 5.371775942 4.610347897 5.33339968 5.611561464 4.603897949 4.822853532 5.031693377 4.802773913 4.628613317 5.233589671 6.174223808 5.141974566 +LQ05X028230 Probable RNA helicase SDE3 5.117055049 5.152453267 4.99204153 5.043093082 4.687925089 5.259230657 5.237672273 4.899187963 5.154994798 5.013555435 5.196718113 5.049858848 5.173906068 4.821394431 4.790654313 4.696832833 5.614491086 5.044428636 5.223484761 5.314623835 5.120775429 4.701915167 5.361189931 4.95652845 5.320524107 4.93954141 5.517652021 5.233971721 4.767717399 4.90951805 4.841349431 5.002567155 +LQ05X028240 Putative defensin-like protein 184 12.13909167 11.93687854 12.1993285 12.3711188 12.18372882 11.6164139 11.65849605 11.66087596 12.17355852 11.77524815 12.40223803 12.53431365 12.51631358 11.40039668 11.55913395 11.7547942 11.70684782 11.9973054 11.69956829 11.82241572 11.73732534 12.11474102 10.83547423 11.63148164 12.02556119 12.516295 12.12844886 11.88733364 12.07067314 12.30211701 10.89965624 11.31569146 +LQ05X028250 Predicted protein 9.478069671 9.650135928 9.799044875 9.988012176 9.545358218 10.41663573 10.71776986 10.64374221 9.373957997 9.581910605 9.792504839 9.652491216 9.461553662 10.24584138 10.63005846 10.28169601 9.420528039 9.610243684 10.19729048 9.780799199 9.790475327 9.676284363 10.83266148 10.90094996 9.685883379 9.863245261 10.3703844 10.05104882 10.26442285 10.41464641 10.85713408 10.77622452 +LQ05X028260 Putative WD repeat-containing protein 48 8.692530164 8.697886593 8.730668828 8.383455407 9.02668617 9.110209063 9.246919894 9.121173513 8.13373036 8.096784996 7.955276304 8.282375129 8.625320967 8.914874434 8.659280207 8.56566138 8.684812224 8.939228688 9.793831068 8.048223828 8.644054621 8.878404063 9.445006919 9.858461286 8.92990365 9.04784529 9.884857478 8.322528959 8.701171651 9.41393449 9.85645866 10.07971362 +LQ05X028270 Acyltransferase-like protein At1g54570, chloroplastic 13.8225506 13.65470117 13.78651385 13.67908516 14.09599006 13.89315443 13.97769797 14.37521497 13.65955558 13.38453055 14.00707416 13.90405088 13.90254309 13.61746152 13.92751477 13.92924129 14.35202737 14.35877576 14.22056915 14.26817438 14.11811995 13.55052589 14.84393376 14.46671257 13.4136883 13.7361662 13.24027017 14.81798453 13.76382133 14.38542865 14.55653279 14.51423396 +LQ05X028280 Putative Predicted protein 11.68973847 11.3256125 11.99169176 12.21109533 12.73139597 13.36803446 13.11102603 13.20391493 11.44567415 10.72518408 12.23384634 12.65625253 12.19785163 13.63670981 13.7283229 13.50724783 10.20424136 11.51050727 10.45584474 11.9319905 12.41355151 11.9067196 13.66117723 13.09526303 10.68090398 11.40259689 10.83736557 12.08588409 13.18389481 12.07944746 13.48169855 13.40403135 +LQ05X028310 Probable nucleolar protein 5-1 12.99428616 13.57393502 11.86604884 12.44706995 12.24262152 12.72599 13.29671662 13.18296385 13.39995139 14.12727953 12.41720288 12.79425316 12.48639264 12.88868757 13.5824484 13.76167207 13.29711815 12.70262604 12.81871407 12.80404986 12.35567286 12.71584819 13.21469917 13.27761197 13.55375292 13.17115106 13.13722766 12.69962534 12.37414202 12.76181496 13.30123215 13.31919516 +LQ05X028320 Probable serine/threonine-protein kinase At1g54610 8.644060107 7.380530227 8.849314725 7.249998874 9.718451562 8.166421227 7.637568403 8.416169827 7.936936461 8.776168248 8.52397639 7.325221108 8.628929439 8.366950809 6.839305337 8.638590799 8.875260763 9.044321948 10.24237733 9.315449927 8.995262385 7.094931801 10.30072281 9.90177336 9.142163199 8.927443415 9.300569939 11.0031625 9.254003526 6.722562772 9.845989566 10.22363953 +LQ05X028360 Putative uncharacterized protein 5.571342603 5.263158901 6.307232332 6.864975878 5.871714743 6.206227609 6.859202903 7.057946497 5.65084072 5.307909979 5.394835039 6.646260155 5.897508895 6.234108764 7.194030809 6.666476707 4.971321821 4.944499435 4.941007764 5.028419811 5.391840415 5.157218511 5.120535951 5.008542108 4.84841843 5.09474169 5.056977016 6.028070462 5.173769195 5.076802592 5.011219675 5.109895235 +LQ05X028370 Glucan endo-1,3-beta-glucosidase 8 11.97920876 12.28293183 12.31239264 12.2721661 12.64705276 12.59333694 12.29949497 12.09262509 12.10244817 12.16525738 12.29671558 12.35506366 12.64159855 12.66369461 12.12594773 11.89156723 13.17345032 12.78522851 13.2096362 12.6001543 12.04575784 12.66217195 11.87658661 12.29915558 12.56749849 12.62208506 12.89984677 12.63014786 12.35531229 12.49613825 11.9191063 12.26624356 +LQ05X028380 Putative GATA transcription factor 9 12.19744781 12.41745343 12.21877208 12.27096864 12.27378917 9.579091366 9.049005055 9.168017807 12.26778892 12.37544721 12.00095214 12.0731973 11.95719226 9.373382604 9.771607084 9.465056404 12.4615907 12.3469253 12.60770312 12.29132855 12.16051056 12.67423638 9.01604268 9.818547846 12.67244185 12.64793133 12.67400814 12.17449132 12.33414244 11.99094047 8.461422804 9.486452375 +LQ05X028400 TATA-box-binding protein 11.19146541 10.9635249 10.28528951 10.49968767 10.67389472 10.38203769 10.68371622 10.30310214 11.27410372 10.76458622 10.43265087 10.7828274 10.89730987 10.5471837 10.49358728 10.58704645 10.58513626 10.79291836 11.44984312 10.39745582 10.46069592 10.65912237 10.78233994 10.05116114 10.89641968 10.86486681 11.76854525 10.20163025 10.46372935 10.40726249 10.46766878 10.37433454 +LQ05X028420 Short-chain type dehydrogenase/reductase 6.123838358 5.411831526 5.662102779 5.903740307 6.51658637 5.634244784 5.692811669 5.591530733 5.792493452 5.482761088 6.365254766 5.69088705 6.589947861 5.393284929 5.651507905 5.600703366 5.607777985 5.883571892 6.612983435 5.342192294 6.590992706 5.899149382 5.271301961 5.946274615 5.637494106 6.13453138 5.976522503 5.810996397 5.946060796 5.989838744 6.103862454 5.86463527 +LQ05X028430 Short-chain type dehydrogenase/reductase 8.193528861 8.747648119 7.448048207 8.879324046 8.363152035 9.596797495 9.936405544 10.18783521 8.909803183 8.353750886 8.054751714 9.394579897 8.961425213 10.1934816 10.12052817 10.94363557 8.4035454 8.818530166 8.675627188 7.661959614 8.628790088 8.226715586 10.34584074 10.15123676 8.859724968 9.60208102 9.290309423 7.683769945 9.228233065 8.851705584 10.7120706 10.2685379 +LQ05X028450 Putative Inhibitor of growth protein 4 11.31577399 11.79320542 10.56496534 10.79237763 10.74956313 11.34218927 11.0946736 11.32549293 11.63863875 11.77519151 10.92205685 11.05714274 10.93374136 11.44087671 11.0266979 11.43080213 11.45509908 11.56281019 11.85275428 11.21313699 10.99510502 11.03384558 11.01364776 11.11056127 11.85060753 11.8854941 12.12742152 11.34602322 10.74392955 11.22912726 11.13776002 10.94125582 +LQ05X028470 Putative uncharacterized protein 12.02006387 12.3519348 12.68570232 13.39096872 12.9884297 13.28156923 13.90959741 14.12867154 12.21096038 11.79242744 12.61973504 13.46667191 13.13413567 13.75115142 14.08865425 14.14977808 11.0458137 12.33192909 12.08183233 11.87679156 12.84526848 13.00713193 13.94265787 14.0132207 11.10996256 12.52983175 12.70528173 12.61109777 13.27779603 14.15823435 13.96349662 13.87793367 +LQ05X028490 T-complex protein 1 subunit theta 13.80602564 14.08153099 13.2365153 13.10248741 13.17137231 13.61906242 13.3544747 13.22282517 13.91847481 13.95239051 13.44955654 13.31513751 13.44878474 13.46875148 13.47346596 13.28287207 13.84588547 13.47311016 13.72549295 13.18969703 13.51108016 13.28626629 13.58615425 13.42013424 14.01859087 13.58950628 13.77491752 13.25829524 13.55734689 13.13480697 13.47588688 13.14461027 +LQ05X028500 Yth domain-containing protein, putative 12.87862503 13.33755349 12.29893956 12.07486031 12.28217111 12.93589381 13.0619981 12.86334238 12.87236714 13.42875091 12.61218872 12.2366449 12.30851519 13.14662632 12.86713468 13.01354898 13.45313943 12.99913083 13.18456955 13.07530446 12.83919163 12.62090645 13.45562892 13.60356836 13.48306635 13.49354447 13.60501113 12.88578434 12.82570717 12.70006718 13.90142013 13.66220482 +LQ05X028520 Casein kinase, putative 13.21016503 13.08820942 13.39158254 13.96410917 13.39452875 14.42546836 14.03669839 14.16074178 13.02336225 12.64051497 13.0814484 13.61392475 13.23991336 14.26797334 13.95118953 14.02346993 13.77242003 13.46983797 13.58806666 13.13961694 13.25698711 13.32863978 13.31157272 13.57384385 13.23812666 13.01777997 13.30784202 13.38761473 13.09301354 13.62790201 13.38578232 13.42205407 +LQ05X028540 Hypothetical protein 5.095079807 5.298076084 5.038948351 5.168717064 5.338390473 5.514458726 5.538677918 5.435606108 5.228400787 5.56397652 5.991204728 5.753282433 5.133218363 5.605714602 5.659982168 5.110389395 5.467536674 5.462949568 5.356299279 5.729185829 5.684128935 5.342906281 4.975616749 5.564966062 5.494207403 5.50094853 5.382278832 5.42520481 5.274907726 5.381147265 5.506668768 6.669045932 +LQ05X028550 Glutamate dehydrogenase 1 9.430137041 10.66004303 9.684499097 9.164031501 10.42888813 9.690723092 9.252995761 9.146258242 9.835730375 10.08803173 10.2440224 9.539761375 10.0747839 9.797618975 9.411663468 9.496744956 12.09346814 11.53726537 11.88681514 10.56431861 8.776996263 9.818270038 9.178302645 8.847127031 9.845102162 8.792084103 10.10232214 9.290213695 9.448170359 8.878352494 9.632041886 9.285997631 +LQ05X028560 Predicted protein 9.316105867 10.49876075 8.155503803 8.712988907 9.368660602 8.891265631 8.53251411 10.42475785 9.892441039 10.88228636 9.372366663 8.999544565 9.774435779 9.023499406 9.045453617 9.943259269 10.79524714 10.10440446 11.23132197 9.989096271 10.62445499 10.58292649 10.49539504 9.567018632 10.88827781 10.77626176 10.86693957 10.06318408 10.53764356 10.99975015 9.716705754 9.200508312 +LQ05X028590 Disease resistance protein RPS2, putative 5.168919515 5.311777013 5.085583942 5.291050231 5.19442924 5.424903988 5.479773909 5.263634956 5.364783147 5.371998752 4.997779018 5.386701001 5.518675253 5.390057496 5.278225633 5.420933931 5.388823708 5.817865181 5.835675169 5.256518253 5.152947826 5.457849312 6.322705299 5.238945413 5.413580456 5.760369969 5.735428915 5.733597687 6.008326595 5.303252289 6.233116404 5.853628282 +LQ05X028600 Phosphoprotein phosphatase, putative 4.903512952 5.034149822 4.911052238 4.865113472 4.905782276 5.03480936 5.046937976 5.203034534 4.955128173 4.807322421 5.189476705 5.26201343 4.765811986 5.228473047 4.897537001 5.243536795 5.110663779 4.739626138 5.166712679 5.070973996 5.0049343 4.810307344 5.539585657 4.943602041 4.842900704 4.904543218 5.387078726 4.843837978 5.320648566 4.741320639 5.783760794 5.772231759 +LQ05X028650 Disease resistance protein RPS2, putative 6.046965783 6.480397743 6.322593217 5.585221578 5.93321011 5.378228623 5.951621582 5.942651224 6.173674674 6.221095857 5.99625222 5.816097436 6.156174531 5.584409619 5.438016571 5.581336891 6.23726014 6.633930379 7.814566274 6.029204673 6.216633916 6.234894559 6.176609349 7.139115999 6.232939124 6.632385702 7.511535612 5.997573959 6.287185115 6.035966936 6.073912441 5.96322483 +LQ05X028680 Predicted protein 5.625797203 5.641020036 5.614203105 5.695854619 5.886409386 6.320909808 6.135415194 5.988797309 5.286143281 5.392887042 6.185050183 5.773738381 5.821842927 6.32118521 6.098983765 5.834481468 5.376584752 5.663423172 5.325351026 5.737223703 6.615762787 5.796966411 5.986981874 6.199266515 5.272783645 5.376010687 5.677711404 6.034451192 6.215459493 5.602928722 5.873806364 6.146777741 +LQ05X028690 Putative Disease resistance protein At4g27190 10.5706641 10.28944262 10.81352734 10.4607828 11.43771509 10.67137408 10.9649524 12.06341221 10.4271001 9.470337578 10.71670966 10.71879355 10.87970358 11.16782413 11.03006204 11.30103816 9.874693815 9.464720193 9.702638016 10.5059231 10.15091487 10.93549479 11.41817155 12.0541309 9.693380706 9.580711488 9.621983762 11.00673256 10.37067062 11.69766552 11.47210756 12.18284508 +LQ05X028720 Hypothetical protein 5.415564843 5.500473308 6.337348916 5.773813012 5.899087041 5.550632839 5.926962223 5.840651322 5.715255906 5.710240989 5.415481695 5.776293061 5.965814286 5.884434332 7.031099016 5.945509649 5.544033105 5.14588267 4.882078884 5.384253892 5.223829504 5.725935437 5.538532686 5.311456419 5.614274442 5.280248825 5.109253987 5.61660567 5.691757731 5.704592652 6.221591555 5.754860851 +LQ05X028760 Histone H2AX 4.868270252 5.076629565 5.240039913 4.954244451 5.016196846 5.376610446 4.964699415 5.111777544 5.221660051 4.640416531 5.601609513 4.707571853 4.917042931 5.158558498 5.06414817 5.050565569 4.996051088 5.061330056 4.551977067 4.875811781 4.712212992 5.222027879 5.497223652 5.879424371 5.214635493 5.10812628 4.829270471 4.772010594 4.799972229 5.106970014 5.266955797 4.912028713 +LQ05X028770 Probable gibberellin receptor GID1L3 5.510428141 4.937900407 5.317243143 5.3538464 4.913375863 5.424991354 5.296439719 5.233938782 5.422473137 5.40562047 5.108181117 5.195390434 5.786499674 5.444760725 6.285601811 4.864659541 5.260174061 5.075592443 5.372288995 5.754053918 5.686724842 5.193517787 5.289106195 5.588474 5.165758957 5.464817757 5.079529816 5.048487073 5.145223105 5.155337291 5.047659135 5.804591265 +LQ05X028780 Ubiquitin-protein ligase BRE1A, putative 7.467301498 7.551571316 6.735687607 8.894559215 6.961468114 9.977125384 9.857214265 9.300529682 6.664152199 6.476810181 5.283838973 7.902722295 6.353762392 9.009384729 10.19672533 8.102281522 6.874671579 7.069323213 7.409596811 6.122833872 7.585864106 6.956894038 9.320714148 9.1217107 7.999223687 7.723176452 8.006781279 6.771079374 7.494320144 8.849818471 9.283142156 8.615561728 +LQ05X028800 Histidine-containing phosphotransfer protein 1 5.210579341 5.328245664 5.716961881 6.694395276 6.0895824 4.962433654 4.91825151 4.818446745 5.64259446 5.316910625 5.713930035 7.046225289 6.863798446 4.770606257 5.309721576 5.032839656 5.00493812 5.414394796 5.011680939 5.92443112 6.158642223 5.862548832 5.253075742 5.400143154 5.356337026 5.373188155 5.039068701 5.722626869 6.114359044 5.714756956 5.555994065 5.168371819 +LQ05X028810 Breast carcinoma amplified sequence, putative 5.361501799 5.641427073 5.470225268 5.554898429 5.35110492 6.333449263 5.822580724 6.08015075 5.732954882 5.731598761 5.477931531 5.654218087 5.502996435 6.080561389 6.546776355 5.632962808 5.650232305 5.674576455 5.231104315 6.192537288 6.598173707 5.3790655 6.055525255 5.742054911 5.4834072 5.289076058 5.59474951 5.767690364 6.270684065 5.37533463 6.41534003 5.396240999 +LQ05X028870 Sugar transporter ERD6-like 15 5.616590655 6.679721183 6.264060854 6.926255358 6.187167033 6.49119206 6.70390532 5.604698928 6.766795929 7.230795661 6.247551518 6.73385084 6.727990577 5.847347219 8.213595325 6.084500173 5.884002756 6.609988876 5.614465727 6.785246306 5.815081133 6.335815823 5.828263111 5.748434666 6.538426703 6.580362774 6.291324626 6.487256961 6.15143577 6.180964132 5.837437521 6.37357332 +LQ05X028880 Putative Sugar transporter ERD6-like 15 5.026539909 5.432444538 5.452219023 5.357844001 5.083951815 5.239092496 4.887135082 4.938166772 5.262250197 5.613839013 5.328291486 5.582783706 4.895441819 5.196627754 5.510895512 5.103374206 4.746490357 5.07021048 5.528106298 4.90953507 5.160634797 5.023693644 5.100052954 5.078689907 5.329975918 5.186461995 5.104160576 4.947829609 5.278362059 5.202059005 5.659833997 5.099893303 +LQ05X028940 Sugar transporter ERD6-like 5 8.665444712 9.130344599 8.154823208 8.661880995 9.418049066 8.152307793 9.000872335 9.494138593 8.980697336 8.947245967 8.284964793 8.288743158 9.007564655 8.910411042 8.93814159 9.749868077 10.43545613 9.99236146 10.71744584 8.613711286 8.645107093 9.089742209 8.757304361 10.45109281 9.409737206 8.903827098 10.19151742 7.759128519 8.738935837 9.42034277 8.85706189 10.1140822 +LQ05X028950 Predicted protein 9.581428853 9.967429065 9.385781706 8.854772043 8.404466498 10.06496852 10.24294373 10.49358462 9.717851114 9.848635327 10.08694909 10.04911488 10.08811473 11.73920433 11.07982128 11.32320806 7.632873107 8.570851439 8.475349984 6.699100308 8.266183584 8.56463422 10.93626456 9.865126677 9.203091452 9.40883975 10.07830198 6.403139654 10.17501101 8.316861797 11.41016796 10.41487903 +LQ05X028960 Putative BUD13 homolog 5.703991716 5.3717924 5.356842453 5.109936525 4.896951006 5.108715208 5.263619859 5.305828278 5.432099024 5.449812198 5.612347202 5.378728602 5.675877425 5.04527785 5.423337328 4.93603036 5.502429262 5.748401432 6.294583847 5.547796625 5.179946144 5.149402459 5.243958146 5.000529975 5.261523573 6.029634296 6.243489185 5.72750025 5.254970416 5.387526077 5.316213939 5.144772103 +LQ05X028970 Putative uncharacterized protein 4.812022369 4.726816082 4.908581753 4.554482912 4.997707684 4.87404066 4.741055158 5.253387604 5.44367533 4.730177469 4.9241048 4.782049398 4.752652847 4.974705442 4.530821741 4.882027276 4.786407307 4.682620335 5.027861292 4.978437518 4.746345966 4.942900252 5.369611416 5.09721319 4.797637351 4.806515732 4.995687259 4.881120597 4.834656304 4.879848316 4.924111305 5.115187173 +LQ05X029060 Hypothetical protein 5.335506971 5.210284007 5.073314233 5.279334617 5.457784894 5.206131006 5.283580819 4.839598101 5.520040991 5.387500165 5.275946647 5.180366473 5.746694681 5.096311689 4.843718658 5.106288673 5.136187067 5.598629294 5.574525397 4.801240322 5.495598178 5.819897734 5.343745034 4.74812733 4.933989861 5.3838989 5.595794436 4.845668878 5.081719496 5.410198131 5.068518551 4.702588197 +LQ05X029230 Lipoxygenase 1 9.529119347 10.04847401 10.440647 10.41164292 10.56574754 11.41680265 11.55965141 12.0364981 9.652686508 9.593491676 10.46773321 10.39817787 10.72949642 11.89745838 11.61816547 12.09609476 10.13828247 9.938844119 9.303399233 10.17341208 10.50486939 10.95715887 11.10284616 11.94545903 9.947617609 10.22577272 9.309560736 10.55390555 10.85534194 11.55202021 11.48794148 12.09838544 +LQ05X029270 Putative Xaa-Pro aminopeptidase 1 11.12533992 11.30218242 11.59765337 11.56109231 11.71225381 11.87354483 11.93240801 12.10585116 11.40505265 11.21371182 11.54476208 11.744306 12.03359235 12.10368802 12.07541043 12.22843826 10.78487287 11.30067419 11.67477068 11.4044652 11.72912658 11.77685666 12.38064945 12.89990027 10.71908874 11.51472116 11.58101054 11.65822703 11.84729375 12.197934 12.37477004 12.74489396 +LQ05X029290 Putative Long-chain-fatty-acid--CoA ligase 1 9.123536454 9.493593718 9.322660038 9.705813036 9.210417745 10.63937446 10.96702771 11.10705978 9.351993223 9.663516265 9.513110649 9.915571709 9.635480902 10.94826657 10.85744834 11.41799878 10.00630059 10.48686258 8.775978625 9.717899465 9.043686864 9.263082141 9.687548034 10.19130552 9.363049331 9.688671388 8.129232253 9.835883111 9.170903582 9.561988127 10.57655252 10.34809026 +LQ05X029330 Putative uncharacterized protein 8.508399643 8.862185299 9.952522417 11.55976748 10.14440788 12.45916813 13.14839876 13.20186052 8.910548188 8.447135764 9.839869703 11.65919314 10.45895543 12.66174265 13.03468781 12.92937631 9.912848564 11.17061675 9.366234062 10.68131516 11.25488875 10.77417567 12.60778756 12.67935156 9.121833402 10.30883013 9.644282013 11.48337282 10.73318571 12.28416334 12.43068706 12.47249572 +LQ05X029360 Kinesin-3, putative 5.655629791 5.220598694 5.688322449 5.40417229 5.343581243 6.060573289 7.240391738 6.58911821 5.586634872 5.791010145 5.567728557 5.809463244 5.278235776 6.592161823 7.200522202 6.472012361 5.716430339 5.72698925 5.641625877 5.521269828 5.672958494 5.559507075 6.702467206 5.721420719 5.381022169 5.838673368 6.040442429 6.439119033 5.452296719 5.821210007 5.79322596 6.106758668 +LQ05X029370 Eukaryotic translation initiation factor 3 subunit E 5.515027116 5.273838714 5.345231936 5.580705052 5.324389497 5.46484206 5.714498097 5.350349633 5.587022707 5.892887636 5.350831766 5.55347844 5.769819725 5.468950881 6.060910323 5.49523733 5.672351866 5.281673239 5.556840688 5.465155407 5.317096653 5.414487734 5.377789296 5.379697629 5.320414064 4.934924474 5.544221675 5.180194354 5.421198505 4.945579409 5.220581686 5.446717892 +LQ05X029380 Predicted protein 5.344690437 5.302059352 4.936982396 5.04520021 5.225582128 5.079864469 5.099678749 5.509428292 5.136026846 5.222968604 5.482793331 5.124069874 5.419196092 5.248921101 5.010884451 5.14799099 5.5698487 5.686797862 5.39206597 5.148827549 4.938759103 5.504543494 5.049092013 5.052221645 5.394708927 5.873763683 5.484049637 5.288170659 5.164983384 5.376753718 5.139189887 4.963487664 +LQ05X029390 Mitogen-activated protein kinase kinase kinase ANP1 9.809917492 10.53032302 7.868274399 7.999345591 8.226271665 5.822412693 5.285826324 5.763202686 10.11464744 10.21543706 8.795308207 8.141402867 8.321788137 6.022673961 5.323818319 6.125239655 9.147230898 8.114940563 10.47957311 7.718917035 7.343794636 8.27204345 5.089933391 5.21619437 10.23309594 9.627356453 10.99460449 8.204675936 8.497490956 7.268926404 5.059053326 5.735374478 +LQ05X029440 Putative Mitochondrial Rho GTPase 1 5.869185986 5.438473663 5.107573065 5.849273523 5.214329455 5.523381994 5.675558548 5.707696313 5.945910721 5.282371055 5.810078581 5.801663245 5.706934254 5.725849981 6.01971768 5.634363201 5.412515635 5.602677885 5.980484564 5.501456421 5.563887322 5.222020111 6.202095623 5.488000894 5.16016654 6.226554578 5.366951949 5.410098507 6.014696589 5.341891136 5.96577354 5.166314192 +LQ05X029460 At5g27490 5.087926398 5.070385239 5.660506479 5.71066208 5.420311579 5.415569069 5.23050729 5.361674562 5.799389063 5.391162335 5.341119562 5.521475395 5.560633639 5.471886071 5.599959379 5.168975956 5.446582685 5.50330571 5.269062816 5.90028122 5.655951143 5.724361037 6.9908442 6.729530735 5.587726585 5.699843508 5.030051648 5.518241968 5.613642494 5.946010271 5.446903504 6.374900814 +LQ05X029510 Mevalonate kinase 4.92663782 5.409290691 5.848699787 5.148748435 5.071159856 5.204555195 5.161928483 5.223202858 5.383563864 5.472151755 5.17071948 4.918725131 4.86308017 5.007597124 5.424007759 5.079646187 5.307048218 5.118901013 4.962052939 5.099004188 5.370532238 4.864833149 6.21717646 5.48901998 5.336189935 5.085035519 4.706047277 5.151588442 5.108164683 5.083096002 5.225274716 6.201581725 +LQ05X029550 Protein binding protein, putative 5.775008414 5.457961162 5.721534519 6.172529396 5.651393285 6.074312802 5.941493462 6.088069611 6.078202943 5.610151606 6.588390677 6.23251007 6.045699248 5.979758419 6.386290589 6.69124753 6.016172867 6.543125895 6.283933427 5.90164889 6.067718159 5.818851055 6.579844675 5.945808359 5.688587296 6.588396384 6.430330936 5.528471726 6.54005092 6.077327948 5.816524187 5.658836534 +LQ05X029570 Putative Predicted protein 9.438384395 10.04945888 8.943217353 9.825147423 8.57807957 8.801135734 9.322589022 9.080320375 9.914071342 9.853241527 9.923422638 10.1452126 9.986524973 9.400471998 8.76595101 9.099267188 10.51725537 10.51590655 10.59628336 10.31481432 10.10653041 10.44093617 10.17346626 10.39506479 10.53439461 10.87399076 10.69222985 11.20950888 9.521125028 10.10126655 9.88473977 9.849307762 +LQ05X029590 Putative Predicted protein 4.755320511 4.767173911 4.863408882 4.560808595 4.783920068 4.965236029 4.602075727 4.858707591 4.680304266 4.978710208 4.874216919 4.661146262 4.797303444 4.644484101 4.713105655 4.63132827 4.951643938 4.907560753 5.373521632 4.516083692 4.912212083 5.138722 4.963762219 4.888850997 4.802255781 4.634906655 5.251123697 5.201412504 5.055568827 4.767975434 4.723871102 5.353029665 +LQ05X029620 Nuclear transcription factor Y subunit C-9 13.05793519 13.42881341 13.11401608 11.96429868 13.15415434 12.02409225 11.7783707 12.4298361 13.13003301 13.3909256 13.25898072 12.09148864 13.2765623 12.2271416 11.90075015 12.42869001 12.31639134 12.57326086 12.91286048 13.19670637 13.02852419 12.98301059 12.64642186 13.15927552 12.56785098 12.57328249 13.11574709 12.98041341 13.55964929 12.80125344 12.71899958 13.21794948 +LQ05X029630 Putative Cation/calcium exchanger 4 8.224751104 8.433528633 7.960697773 8.61493687 8.191779677 8.218156512 8.901467051 8.578885462 8.124914768 7.858705189 7.533828531 8.123356438 7.896641001 7.784250259 8.518334052 7.441581015 8.639974128 8.770347758 8.251164099 8.702982179 8.13945048 8.277685816 8.611289001 9.289665029 8.378138367 8.82664691 8.855824207 8.599058427 8.811655812 8.877875494 9.269338452 9.521279196 +LQ05X029660 Hypothetical protein 13.93331697 13.91864612 13.86991098 13.73513446 14.0925652 11.57319668 11.89013943 12.39196272 14.26982509 14.05645442 14.30712689 13.8431852 14.26918215 12.05381672 11.85530672 12.98594393 13.8624107 14.12450148 14.46267414 14.15666567 14.20209981 14.51999314 12.13274764 12.09817424 14.32314829 14.4088634 14.5281678 14.15269759 13.54797367 12.86448003 12.18730306 11.98828528 +LQ05X029680 Putative UDP-N-acetylglucosamine transferase subunit ALG13 homolog 6.178262905 7.066724572 5.616814198 6.601717003 5.903599657 6.369706652 6.367546577 6.862755053 6.833812377 6.530592813 6.754092716 6.758269207 6.624064835 6.888311231 6.003258075 7.116544717 5.757545657 6.411269704 6.050050022 5.383250497 5.440727205 5.62366322 5.330578859 5.949307592 5.7241064 6.086059661 5.709467077 5.545061934 5.481827643 5.733556136 5.02505259 6.006429854 +LQ05X029720 Putative Transcription factor bHLH96 5.61360409 5.619680158 5.253886543 5.616275881 5.274350934 5.905917417 6.054320109 6.802286313 5.757923779 5.641701974 5.327936755 5.901837535 5.859399046 6.392087375 6.114359826 7.187544296 5.425852369 5.756618797 5.476976285 5.282531721 5.939953568 5.819359672 5.157669531 5.854535062 5.597860083 5.333066628 5.734583527 5.656982502 5.702766054 5.912160658 5.47423373 5.849020498 +LQ05X029770 Predicted protein 4.963520401 4.489800738 5.06140344 4.771934899 4.70283286 4.865629603 4.835802611 5.124185488 4.961466885 4.62898583 5.064598776 4.619940687 4.57817316 4.931680201 4.753193038 4.712264657 4.836363753 4.510827938 4.952051882 4.944695593 5.042053539 4.613938672 5.050014044 5.217389374 4.815849449 4.839119302 4.480492898 4.877913802 4.903293209 4.881914274 5.415431917 5.583213077 +LQ05X029790 UPF0603 protein At1g54780, chloroplastic 5.20844133 5.32759167 5.508208198 5.348084007 5.560273131 5.220792916 5.179882256 5.270502167 5.010856365 5.092425313 5.874780766 5.009017934 5.65959202 5.200805508 5.655976474 5.057882738 5.496048525 5.054831604 4.894552425 5.127841288 5.123263704 5.222034887 5.390466556 5.725441106 5.991628275 5.043046267 4.8617165 5.002564171 5.199315031 5.430549284 5.219206216 5.533803212 +LQ05X029920 40S ribosomal protein S27-2 5.541349734 5.805885528 5.226657337 5.730050588 5.367702751 5.72341181 5.637014125 5.319319883 5.354121106 6.250025963 5.236255981 5.936763287 5.588618337 5.788357498 5.817566368 5.451321678 5.08075731 5.266581638 5.446030921 5.253045634 5.309804175 5.518730998 4.804760161 5.391680611 5.489477554 5.743499018 5.487112367 5.494577311 5.303733895 5.253438374 5.209482829 5.774273995 +LQ05X029930 Predicted protein 5.82734164 5.509044937 5.933051304 5.325336827 5.45038116 5.251911248 5.163879548 5.105991348 6.078934473 5.76297622 5.486941315 5.477480439 5.453283959 5.358665988 5.075509639 5.283606048 5.484084612 5.677382693 5.293240332 5.366935378 5.491171845 5.449421195 5.326958234 5.562030115 5.472806819 5.365227443 5.596019807 5.480971127 5.541518423 5.467462862 5.089956312 5.078058817 +LQ05X029990 Putative uncharacterized protein 9.974374188 11.5741024 10.89218341 10.71690873 11.73063216 11.18328127 11.64886042 12.25253513 10.90054375 11.70966537 10.97568488 11.17160794 11.66153614 11.36435123 11.80907414 11.93396444 10.89438345 10.31140163 11.51714016 10.93935892 10.79617214 11.705082 12.22749721 12.33361357 11.61169559 10.20006721 11.79811555 11.26845516 11.09362198 11.98766098 12.36955912 12.70761117 +LQ05X030020 Acyl-CoA-binding domain-containing protein 4 12.21002392 11.79222862 11.46826583 12.82849209 11.74827574 11.689397 11.93829724 11.91296162 12.4343888 12.30118833 11.80488439 12.91207918 11.91727434 11.71344857 11.94997358 12.21174159 12.22353447 11.39303443 11.98055154 10.80225243 11.01104453 12.41665082 10.29011609 10.00188948 12.09757626 12.16398278 11.47858512 12.09975006 11.21009849 12.34091802 10.32150831 9.453154721 +LQ05X030090 Predicted protein 5.517533455 6.037403461 5.614182368 5.395397747 5.413922621 6.52483521 6.290617621 5.771592046 5.86445309 5.940500676 5.420058776 5.487705828 6.059284297 6.320853384 5.80374792 6.084851024 5.377232237 5.640003067 5.826027882 5.795439567 5.412592522 5.420852274 5.691648295 5.434015338 5.36509596 5.508527313 6.432340206 6.028115126 5.691419337 5.595268507 5.958499127 6.177645029 +LQ05X030120 Predicted protein (Fragment) 6.051622144 5.479366007 5.859893317 5.254010341 5.407962527 4.942901014 5.148348159 5.415368361 5.617137158 5.280657927 5.194064397 5.32612784 5.379483894 5.142546365 4.958473537 5.1710204 5.898391215 5.771223124 5.871112111 5.36597437 6.000435395 5.592493802 5.410749239 5.479659389 5.592101882 5.524642589 5.300402106 5.452147151 5.685090961 5.247545879 4.8528495 4.983484353 +LQ05X030140 Chloroplast-targeted copper chaperone, putative 10.45734321 10.82292829 9.447837673 9.24190895 8.981270612 8.737232811 8.265672489 7.743254101 10.16760033 10.47407568 9.419792958 9.045924136 9.031613952 8.394405698 7.940910863 8.014884849 10.2296696 10.14844505 10.20389179 9.401929844 10.5010599 9.394488545 8.064355445 7.1581135 10.89578469 10.33652601 10.64763205 9.527068301 10.30165873 8.191247038 7.294010132 6.420364268 +LQ05X030150 40S ribosomal protein S21-2 6.127498382 5.804626784 6.358283555 6.077208983 5.540576235 5.785092203 5.431121066 5.697926394 6.094116497 6.279771005 5.488428413 6.111656447 5.823432464 5.634163364 5.542522537 5.988764573 5.788230701 5.832952025 5.838843221 5.653294233 5.777329444 5.801447819 5.834374562 5.421725107 6.04890812 5.461047878 6.446894005 5.781997559 6.219273338 6.208902354 5.690171949 5.768023996 +LQ05X030170 Putative uncharacterized protein 13.44236473 13.53369486 13.04386029 11.92642834 12.42085462 9.556409526 8.377533801 8.852053269 13.58541687 14.04149419 13.4251778 12.2598909 13.30903218 9.53122422 9.289745774 9.249220609 13.10616124 13.16418441 13.8173199 12.79165551 13.30231686 12.40794299 8.539211811 9.440261706 13.88004913 13.93056022 14.04973652 12.11892399 13.1764374 10.86373208 8.469856633 9.471298403 +LQ05X030180 REF/SRPP-like protein At3g05500 14.52576661 14.58940281 14.58275294 15.30753207 14.58225041 15.01680595 15.00733415 14.74522802 14.24276002 13.89753842 14.31375102 15.19786698 14.69344245 15.03790377 14.40320933 15.08473252 14.26357739 14.76525402 14.22876073 14.42966279 14.66542878 14.57846407 14.74127457 14.84688687 14.33904431 14.57326829 14.44247865 14.62989581 14.31233439 14.73585667 14.73522185 14.65850712 +LQ05X030190 ATP-dependent Clp protease proteolytic subunit-related protein 3, chloroplastic 4.804187155 5.100452459 6.092147161 5.287487435 5.180791114 5.396710053 5.312014029 5.544651478 4.918033848 5.763803917 5.273766108 5.076134669 5.534871059 5.017523027 6.396998721 4.894193748 5.301308818 5.20023654 5.077108362 5.887718339 4.936410903 5.262071714 6.315840342 5.658201177 5.557196888 4.863452648 5.014724184 5.218065168 5.125010792 5.70386679 5.464674264 5.315450304 +LQ05X030200 At5g27710 5.38938942 5.723280854 5.198648886 5.20959302 5.871640212 5.535194774 5.682749103 5.585659059 5.312690284 5.531789947 5.417264362 5.489331697 5.568851525 5.775568813 5.81059917 5.45370058 4.924247985 5.253984339 5.187120911 5.067379538 5.752083219 5.384895341 5.546084857 5.022468947 5.468813072 5.347478582 5.371007995 5.019518445 5.724275504 5.168957578 5.340446024 5.418040677 +LQ05X030210 Putative Tafazzin 5.069717941 5.47822035 5.006730564 4.875959556 5.143335642 5.241726303 5.172870574 4.945073811 5.224663142 5.245704273 5.104097436 5.029832151 4.87250484 5.148135681 5.179125549 4.946462303 5.753573963 5.1995052 5.546243959 5.327417924 5.428231479 5.134373076 5.418045269 4.849667627 5.249376737 5.384650854 5.743662779 4.8516008 5.382267329 5.166792948 5.491966599 5.025980105 +LQ05X030220 F-actin-capping protein subunit alpha 11.14356306 11.60587458 11.0205504 11.30843427 10.68041342 10.11456728 10.670538 10.23357755 11.40454242 11.4465734 11.22092498 11.53569492 11.1752796 10.58534869 10.90667562 11.04717741 10.80749332 11.10709004 11.17897648 10.68247668 11.08856476 11.11290594 10.87538323 11.00754021 11.24771403 11.59260691 11.53301568 10.82152786 11.56480143 11.01126781 10.64914454 10.91187646 +LQ05X030240 26S protease regulatory subunit 6A homolog A 7.484851693 7.238484652 6.921368163 7.736829845 7.391610771 7.835790163 7.537375226 7.480542765 7.855308447 7.621784758 7.413210981 7.875597464 7.637382027 7.616547605 7.331158935 7.401727635 7.268397472 7.059723014 7.469342683 7.369819571 7.136642909 7.360929438 6.821771655 6.936766493 7.296644973 7.306108221 7.403795236 7.254365889 7.024249916 7.542370903 6.601309454 6.259694578 +LQ05X030250 Translationally-controlled tumor protein homolog 5.677406059 5.785208102 5.871980908 6.17102636 5.841340125 6.142559688 5.946359312 5.891413363 5.840358558 5.611740332 6.073731846 5.623858275 5.973470894 6.093014189 5.876180865 5.922234303 5.873359288 6.167037498 5.662465914 6.119893213 6.135133642 5.803044083 5.360522148 5.97639842 6.020865722 5.695200119 5.491682975 5.81742434 5.430628125 6.281323373 5.9285263 6.297727578 +LQ05X030260 Protease m50 membrane-bound transcription factor site 2 protease, putative 10.81518843 10.83449878 10.67066979 10.63218675 10.61332041 11.39970114 11.24947213 11.73308088 11.20472957 10.67835344 11.09943112 11.04084932 10.73644864 11.5621562 11.33579887 11.94657763 11.40234973 11.5992337 11.41100049 10.95242006 10.8923986 10.8071527 11.79690093 11.24618796 11.20774857 11.33252018 10.97736197 10.78424307 10.75325029 10.98551341 11.77691422 11.38124428 +LQ05X030270 Putative uncharacterized protein 12.21990325 12.68620973 12.85184778 11.92507325 12.73027054 12.30671008 12.44850079 12.72579553 12.27573569 12.20080124 12.72525811 12.18838428 12.93309496 12.48761341 12.05553424 12.70958245 11.90517872 12.41075497 12.42754909 13.19515114 13.03473947 12.43363851 13.63597265 13.54491491 12.0080244 12.28682953 12.4101046 13.23721863 13.46611637 12.55952088 13.61286337 13.50149365 +LQ05X030280 Predicted protein 5.43215257 5.926614999 6.214497742 6.118592253 6.704280419 6.12952841 6.666560451 7.001056519 5.798817071 5.461136133 5.33701392 6.004487565 6.111038477 5.81121008 6.391389972 6.33907785 5.500558497 5.73145245 5.51351425 5.318539759 5.587755563 5.93046929 5.440913749 5.402185415 5.756647286 5.443161203 5.552247834 5.330510359 5.378667933 5.68605448 5.445832289 5.888550773 +LQ05X030290 Putative uncharacterized protein 11.5469254 11.9881229 11.86374673 11.9203085 11.65758742 12.10181089 12.06860385 12.43999576 12.23658122 12.80280974 11.98215758 11.82526932 12.0151015 11.92888375 11.95659389 12.1931683 13.62028709 12.52511849 12.36170005 12.48282563 11.92978013 11.68407202 11.78200393 12.81606953 12.39088466 12.389946 11.76036531 12.27983981 11.03304388 12.47930961 12.00569758 12.79615245 +LQ05X030310 Putative 50S ribosomal protein L18 6.409163709 6.136752238 6.346028657 6.491419686 6.391476794 6.614813867 6.915882151 6.434117962 6.315834429 7.318350678 6.830428425 6.985578993 6.301665531 6.457999033 7.472544263 6.519080471 5.806612973 6.229637219 4.987043166 6.390011532 5.603235978 5.967241214 5.63752287 6.32407195 6.273733883 6.094673931 5.99809042 5.729191429 5.77302194 6.028609697 6.733036584 5.937166828 +LQ05X030320 Putative uncharacterized protein 15.22934788 15.51753279 15.30803802 15.42193661 15.54924154 15.3435529 15.53673714 15.50677597 15.1300961 15.40002904 15.18044595 15.39026947 15.24806058 15.35153484 15.19081441 15.5409279 15.3631871 15.65938864 14.88093431 15.45461862 15.37086867 15.15989698 15.1008492 15.18942778 14.61390473 14.90222106 15.24685035 14.93538131 14.97574173 14.97169824 15.09705431 15.1551197 +LQ05X030360 Putative Protein RUPTURED POLLEN GRAIN 1 5.577023271 5.479848163 5.771680583 5.459012231 5.175179166 5.304801567 5.119879615 5.349057419 5.109309528 5.224590386 5.508840211 5.327699252 5.255623149 5.36198257 5.050718437 5.511144142 5.521356814 5.866123752 5.497366103 5.906961052 5.369409782 5.688380117 5.879968461 5.285149864 5.509943228 5.72240372 6.005344786 4.864280603 5.926921536 5.716983712 6.098544933 5.503277955 +LQ05X030370 Putative Protein RUPTURED POLLEN GRAIN 1 4.865060881 4.759176549 5.339014779 5.043478721 5.199067481 5.723487923 5.470176469 5.372568356 4.995944695 4.843162168 4.902003287 4.841587499 4.838452803 5.412940501 6.701850441 6.172784805 4.886085629 4.686183314 4.904446363 5.095454405 4.690066099 4.90992885 4.846463337 5.196746668 4.866035191 4.714527161 5.093947487 4.526925124 4.761026553 4.779429956 4.946090175 5.025526834 +LQ05X030440 Malignant T cell-amplified sequence 1 12.40250091 12.69508222 12.57039469 11.87864193 12.10178534 11.63442251 11.70809284 11.32155863 12.65922282 12.98873983 12.83035564 11.99655597 12.33173809 11.66314602 11.95844434 11.79877819 12.59777385 11.86000322 12.06265201 12.58669541 12.59180748 12.03846167 12.69697586 12.32833544 12.42357551 11.84849456 12.03692952 12.33975485 12.45748763 11.84438537 12.85284855 12.32618521 +LQ05X030450 60S ribosomal protein L18-2 4.538428628 4.577787302 5.306078763 4.749002143 5.316269873 4.879160458 4.842819747 5.081426899 4.590875386 4.776438953 5.589007357 4.606188942 5.324832939 5.148289684 4.748678033 4.841574987 5.174991286 4.763689703 4.697822301 4.956816288 4.827541107 4.716468997 5.909970394 6.640013972 4.761217624 4.907037863 4.909974595 4.723111747 4.91638423 4.955613715 5.137737851 6.755270003 +LQ05X030470 Hypothetical protein 12.5583945 12.35198875 13.10386261 13.01428242 13.04305961 13.4041871 13.51370879 13.53027683 12.73769159 12.64639872 13.0664834 13.19686781 12.87129958 13.54188342 13.57436561 13.58404421 12.69885641 12.87946416 12.34422044 12.56769652 12.51795053 12.82952344 13.15802885 12.74573532 12.52426097 12.56554633 12.24654879 12.65510382 12.24295363 12.87164468 12.77348744 12.72236465 +LQ05X030520 Putative F-box/LRR-repeat protein 3 5.822498517 5.457738129 5.737791717 6.246888204 6.009559813 7.498332122 7.174664145 8.014236794 5.886985186 5.315059306 5.126619946 6.131323145 5.986329354 6.96510884 6.394344312 7.364776993 5.668872205 5.75788731 6.790250002 5.366850762 6.258386241 6.141906173 5.295932851 7.099666548 5.959790154 5.860231008 6.384140909 5.52938122 5.952108581 6.498215643 5.711807545 7.751503781 +LQ05X030530 Predicted protein 4.691174781 5.03170252 4.895702841 4.69993104 4.605923364 4.470071742 4.574813959 4.738658054 4.695108088 4.630398543 5.093795865 4.667339655 4.700880089 4.707759529 4.545113856 4.574515674 4.804008729 4.620088387 5.022852888 4.951957654 4.742148637 4.938250279 5.106440552 4.640051066 4.808149349 5.1616518 5.097885193 4.872749488 4.900102271 4.924695864 4.620235446 4.972994031 +LQ05X030640 Probable protein phosphatase 2C 73 12.43305453 12.69843546 12.01655494 11.89538018 12.28203092 10.94916749 10.94919076 11.32240537 12.59926295 12.5335653 12.11753769 12.01407442 12.07162659 11.21763011 11.57096785 11.57471212 12.31298318 11.39338265 11.96623091 11.88237543 11.49511203 12.06968084 10.80723374 11.36085387 12.24728378 12.01259152 11.68673261 11.57016613 12.16045569 11.63401038 11.12286629 11.99409276 +LQ05X030740 Putative Disease resistance protein At4g27190 4.999830439 6.32902541 5.67440446 4.930654527 5.467082805 5.276891282 5.088272673 5.288066176 5.074056841 5.235259326 5.152910023 4.884814813 5.09327042 5.453469815 4.967701457 5.490810315 6.174389168 5.87070013 5.245046679 5.777288758 5.467441839 5.932338783 5.255832258 6.370453207 6.479867381 5.581298068 5.745664048 5.853152708 5.924462748 5.57997515 5.641925187 6.656555975 +LQ05X030790 Single-stranded DNA-binding protein, mitochondrial 5.216541842 5.642683068 5.178672239 5.44792117 4.989508835 5.082201142 5.2766035 5.375572829 5.708091028 7.032831602 5.237444934 5.959019055 5.23853926 5.18473284 6.491763354 5.160598566 5.137244454 5.625396965 5.721076906 5.202761443 5.624443459 5.283601022 5.71955932 5.760311686 5.505281411 5.604157835 5.490423467 5.297130337 5.562143066 5.371231148 5.739969091 5.794792515 +LQ05X030800 Putative Wall-associated receptor kinase-like 20 5.149476634 5.635503327 5.07055271 5.368812667 5.119154362 5.513735351 5.525311748 5.21347952 5.49883692 5.140017963 5.678068905 5.48083048 5.025527313 5.357907194 5.150614811 5.543169194 5.551936681 5.422968763 5.869007478 5.111595968 5.528167585 5.247674149 5.204848639 5.373039507 5.506896371 5.425188005 6.080581573 5.02653225 5.196331487 5.405309984 5.687952306 6.787891956 +LQ05X030810 Probable protein phosphatase 2C 5 13.63984441 13.67363081 13.06547442 13.75674122 13.34317174 12.76344979 12.8641762 12.89857315 14.0087491 13.60849133 13.42675347 13.91173899 13.63413552 12.79755179 12.98831485 13.19959251 13.81045844 13.70623661 13.92680539 12.74470581 12.92531145 14.0846386 11.92364743 11.99410611 13.93783238 14.13176126 14.09838177 13.1532947 12.88049327 13.05396601 11.66534513 11.87117428 +LQ05X030830 Predicted protein 6.454798848 6.281842239 5.937750915 5.734234262 6.29661081 5.405135835 5.537563387 5.514687842 6.717810841 5.804049268 6.361824942 5.521245147 6.756952177 5.169042298 5.5780196 5.078767719 5.476481842 6.724327486 5.743583223 6.076311546 5.941734391 6.004705201 5.631688791 5.513349902 5.98969921 6.669220794 5.841616739 6.319041306 6.136799368 5.835024372 5.353818809 6.124609888 +LQ05X030840 Hypothetical protein 5.789741388 5.711138083 5.117063044 6.074057314 5.424359107 5.734193815 6.171744135 6.472502378 6.151294523 6.244010463 5.660425396 5.718296091 5.963426017 6.371747739 6.719727322 5.806948463 5.872117877 6.030886238 6.079646207 5.666802102 5.805833197 5.734169946 5.87913076 5.62899885 5.478227041 5.708417929 5.724128581 5.515254286 6.086588074 5.817016143 5.097936689 5.556077833 +LQ05X030910 Importin subunit alpha-1 12.8252391 13.26683277 12.80482793 13.06425738 13.14645817 13.04649636 12.98482276 13.47173839 13.01535968 13.25087905 12.87092192 13.1792442 12.98765894 13.29102303 13.21455272 13.48594575 12.98275132 12.84667356 12.392884 12.62652304 12.65136996 13.16782192 13.23594338 13.14295752 13.18317044 13.03920866 12.40498091 13.02494123 12.80786569 13.39210768 13.11680499 13.26387068 +LQ05X030920 Predicted protein 5.149382654 5.076171624 5.453538854 5.183573339 5.306938376 5.353332945 5.486214598 5.388674189 5.362387274 5.436538628 5.59284043 5.089916554 5.336972338 5.421762777 6.729259733 5.950853093 5.332952037 5.246410729 5.732823762 5.36875665 5.891526511 5.539506894 6.132588822 5.576354146 5.538231941 5.60931028 5.181706981 5.679778644 5.569885538 5.346972678 6.253877843 5.921471448 +LQ05X030980 Predicted protein 11.05610802 11.68555697 8.823344279 8.320503682 8.281517479 8.236418011 7.435972967 7.891104714 11.05828746 11.37717585 9.56718396 8.112095377 8.365633918 7.714434927 8.275847377 8.461748772 11.97629296 10.64832652 12.07486049 9.515967542 8.910195299 9.905150056 8.027982135 7.799770672 11.5661483 10.89550563 11.7376431 8.808968854 8.96388619 8.245559155 6.828863904 7.622196913 +LQ05X031000 Pentatricopeptide repeat-containing protein At1g09190 8.706767751 9.426089779 7.625138933 8.279730462 8.023911766 8.476656598 8.624432278 8.383425529 9.245782013 9.089290445 7.950503749 8.860132515 8.72127689 8.960607591 8.967837877 9.390318986 9.167338641 8.733164707 9.118139776 7.14056886 8.047140885 8.322706402 9.475192058 8.847146872 9.394315036 9.887554598 10.16324399 7.905615748 8.341884524 8.851917906 9.687351334 8.309793475 +LQ05X031030 GTP-binding protein SAR1A 12.54985387 12.76048954 12.63724255 12.26764874 12.40099318 12.04031457 11.969876 12.17362142 12.48707357 11.98232332 12.84987873 12.48192523 12.63220168 11.94656245 10.87602079 11.92574859 12.92164849 13.20741609 12.65567197 13.49928217 13.62804472 12.84443403 12.82326784 12.69706504 12.75959785 13.63293713 12.61800679 13.20912283 13.34130136 12.72739259 12.83769601 12.79440468 +LQ05X031040 Putative Universal stress protein A-like protein 10.57219016 11.23537421 9.126810711 10.67013715 10.35330727 10.9260982 11.36773075 11.33424359 10.58391888 11.37680912 9.357154608 10.77680717 10.38816622 10.82846816 11.26037184 11.46502626 14.28039658 11.65450115 13.15363252 10.36463572 10.36171649 10.77291525 11.23752731 10.86522678 12.05235716 11.46693578 12.52751452 9.923543102 9.423035646 11.63705034 11.00723641 11.25170724 +LQ05X031050 Histidine kinase cytokinin receptor 5.366104459 5.305903535 5.963507549 5.449431604 5.911232186 5.077331244 5.407091822 5.31859402 5.224191813 4.848273749 5.722478009 5.26646053 5.817389228 5.262163886 5.046625709 5.194669092 5.532299077 5.071335891 4.998920018 5.308126199 6.284774985 5.726667698 5.210325539 6.102400826 5.332007359 4.968755456 5.107779716 5.177181314 5.603793786 5.906180502 5.682501633 6.918934353 +LQ05X031060 Calreticulin 15.62315174 15.23710767 15.68344289 15.68977093 14.76218333 14.85526033 14.51319345 13.28271859 15.64399816 15.41170834 15.49545367 15.21430032 15.20372762 14.44798922 14.09241849 13.28776228 15.64157001 15.353206 15.31336481 15.54362197 15.3752357 15.32875507 15.10645784 14.32118775 15.60681131 15.44954457 15.40519332 15.22605071 15.61319521 14.37108364 14.52869509 13.97523829 +LQ05X031070 Pyrophosphate-energized vacuolar membrane proton pump 6.662558063 6.534737785 6.906005175 7.086265309 6.453709215 6.994278941 7.187061445 6.789659801 6.608685531 6.049157667 6.909506706 7.066853533 7.215999489 6.958232732 7.774611456 6.962537605 6.669083062 6.980544614 6.658330826 6.466152686 7.033827038 6.479760511 6.991906074 6.3723517 6.333873001 6.467933484 6.404528193 7.001807849 7.227771657 6.424972811 7.224347821 6.088445725 +LQ05X031090 Putative Peptide chain release factor 2 10.16592466 10.47055297 9.923977946 9.504435059 10.03317949 9.721134457 10.11749523 10.20764223 10.47600676 10.68512218 10.23330393 9.703488968 10.14084075 10.21299764 10.43121864 10.63284937 10.1867093 10.00219476 9.598348383 9.88441136 10.66591025 9.767101459 10.84081698 11.17690798 10.28827668 10.38994141 10.3007459 9.951476764 10.78217872 10.05897968 11.1423508 11.11382592 +LQ05X031140 Lon protease homolog 2, mitochondrial 5.675289566 5.856221732 5.669402319 5.724259226 5.663799664 5.521158526 5.698861851 5.656048191 5.753984321 5.527246172 5.548218533 5.639296431 5.842991256 5.832212438 5.99114258 5.757530287 5.46897585 5.549106497 5.266012517 5.953979246 5.579817466 5.423984064 5.21102427 6.427613232 5.535707378 5.256051986 5.275260311 5.830822543 5.748777931 5.455446801 5.581598597 5.599987283 +LQ05X031160 Predicted protein 11.49284925 11.24739233 11.50402781 11.72148672 11.43542826 11.10651348 11.31529432 11.43175509 11.4929134 11.2482998 11.53821668 11.65931258 11.65836057 11.25389948 11.63868329 11.29229536 10.9587169 11.76783486 11.18498107 11.44550611 11.45138531 10.75420805 11.43818297 10.80115627 10.81243369 11.72263888 11.34106331 11.2608829 11.26814751 10.82861827 11.23371585 10.91728939 +LQ05X031180 Homeobox protein knotted-1-like 1 5.492315094 5.538142968 5.564829967 5.698310425 5.35580773 5.556177066 5.558739856 5.404371153 5.556495265 5.123245545 5.739444958 5.378349137 5.294082722 5.573895307 5.013783745 5.862920525 5.523726912 5.372079979 5.97453795 5.204114646 5.448299306 5.473970363 5.304854003 4.830687525 5.357032154 5.074440704 6.103424617 5.365011779 5.002773929 5.332773931 5.357152436 5.554187114 +LQ05X031190 Predicted protein 6.019301541 5.671697884 5.308459079 5.31088124 5.643658901 5.071122876 5.302788914 5.340382785 6.00763188 5.77881684 5.407479993 5.272601 5.472312796 5.170560919 5.384928929 5.40296735 5.338721995 6.333441035 6.193908927 5.828680935 5.420323158 5.854493111 5.486168921 5.754464464 5.649544119 6.19829467 6.117423769 5.673505403 6.00196562 5.523882479 6.089092944 5.29920462 +LQ05X031210 Predicted protein 5.19893644 5.161907322 5.34426712 5.280477848 5.161573769 5.501657255 5.432011331 5.695763829 5.465362616 5.568104451 5.400374132 5.341715418 5.018619825 5.67907631 6.259089728 5.533992869 5.387004743 5.595943837 5.627703819 5.631925881 5.507147609 5.270135226 5.389155701 5.433463714 4.970205601 5.553772608 5.453649036 5.799115282 5.250060908 5.22282223 5.458793681 5.347083266 +LQ05X031220 Proteasome subunit beta type-4 14.44421796 14.62234022 13.85833528 13.97088332 14.05897939 14.25724707 14.07861815 13.75585648 14.58351436 14.98762613 14.26287711 13.92713988 14.17087694 14.15626766 14.20964374 13.82297831 14.43606414 13.78910283 14.56184537 13.99148947 13.41160464 14.09235947 13.68316831 13.64004038 14.58589489 14.22525339 14.55944893 13.53008712 13.57466486 13.79255042 13.85901433 13.62707249 +LQ05X031240 Putative uncharacterized protein 10.05177031 9.106572708 10.20105195 10.57802588 10.03775776 11.50428548 11.03557377 11.15851554 9.758453035 9.083235939 10.05119827 10.41274351 10.05177317 11.52434959 10.849581 10.99414998 9.265008928 9.929342897 9.310173004 9.50209118 9.616802229 9.850660696 9.80038281 10.30471113 9.252202628 9.779500111 9.296350699 9.402039062 10.04764153 9.95575347 10.14951013 10.26371201 +LQ05X031280 Putative NHL repeat-containing protein 2 9.141218747 8.899040486 10.63421824 10.04073467 9.827074165 11.66693698 11.82427646 12.2214481 9.121365013 7.280902951 10.00863448 9.71015208 9.537058182 11.62909064 11.43470016 11.3502969 8.513895537 8.623444522 7.041205095 9.53931387 9.528515002 9.311045838 11.15234418 11.65998414 8.344909795 8.564353897 7.575211825 9.943451434 9.870114394 10.41992791 11.02491904 11.3409222 +LQ05X031290 Transcription factor bHLH149 5.153212533 5.355632119 5.723656996 5.228791374 5.36566976 5.801063802 5.489253894 5.848134917 5.650523337 5.250042748 5.911513942 5.35960059 5.631306947 5.967365846 5.392943373 5.783466977 5.202422557 5.540585651 5.010686394 4.999292133 5.82011116 5.428812901 5.77244236 5.381303407 5.446651322 5.137149528 5.406858145 5.063783005 5.001045329 5.300619666 5.498674127 6.14959799 +LQ05X031310 Putative uncharacterized protein 11.61051639 11.45421231 10.55751508 11.46687519 10.58533822 11.94904283 11.92751826 11.57913163 11.72143123 12.03259626 10.95935769 11.55817604 10.78759622 11.80020734 11.46334056 11.48989258 11.37361563 11.53407962 11.37943505 10.66530159 10.77012726 11.00126335 11.42489673 11.1252512 11.82213981 11.87977427 11.81561385 10.0490799 9.8081429 11.08545108 11.13105169 10.93932445 +LQ05X031350 Putative uncharacterized protein 13.12236728 13.19608 9.486991082 7.575570017 8.926335309 8.276162679 8.633582162 9.079899971 13.29035576 13.84648492 11.22008104 8.957228018 9.106957065 8.441437046 8.580521626 9.15647695 12.87865792 13.55069927 14.01139592 10.35147726 12.47314112 12.32507327 9.770112576 9.913779137 13.93514557 14.10011592 14.42972201 8.190511856 11.18808827 8.438430682 9.98700042 10.26687974 +LQ05X031360 Importin subunit alpha-1 11.41956891 11.67716412 11.07679463 10.67223251 10.93527772 9.868249518 10.03657838 10.1840575 11.45433847 11.67704194 11.05319157 10.67667114 11.06948345 10.06324289 9.962157361 9.805843172 10.68317254 10.90223835 11.99487024 10.81573413 10.8553316 11.11882237 10.43927477 10.77633844 11.38324187 11.36236048 12.57589169 10.70595885 11.41274021 11.04353399 10.67868314 11.05850964 +LQ05X031390 Putative uncharacterized protein 14.60312923 14.76170439 13.97121459 14.29227125 14.35865987 13.49450931 13.29514239 13.6576564 15.07738741 14.67717375 14.29087812 14.33442241 14.46420788 13.41508221 13.69903788 13.55106986 14.98479689 14.65863752 15.228259 14.48858614 14.16557208 15.00862824 12.56922151 12.69929831 15.03836208 15.09910678 14.69237454 13.87919955 13.75618628 13.30380256 12.17641658 12.30922146 +LQ05X031400 Putative uncharacterized protein 5.396145269 4.888068102 4.795274618 4.655676759 4.857737612 4.440833284 4.739299748 4.695420719 5.123976108 5.05116546 4.866682098 4.736146202 4.594007453 4.612602276 4.837262986 4.801852618 4.447831218 4.748923379 5.298883493 4.986093018 5.571441935 4.863837332 5.060415533 5.082492791 4.919553062 4.790477494 5.333048094 5.180506912 5.054285659 4.838581523 4.734297392 5.221416145 +LQ05X031460 Uncharacterized FAM18-like protein At1g09330 5.658091342 5.329020946 6.169989709 5.746063156 5.88183952 5.859450158 5.738927869 5.63745036 5.698617463 6.609843668 6.422470265 5.755802846 6.113206539 5.39546658 6.792173219 5.460866821 5.763263862 5.471411789 5.231237713 5.497211515 5.723110016 5.538095613 5.411004042 6.117518512 5.743165386 5.536480009 5.260921334 5.297530385 5.379633149 5.278321857 5.8903868 6.317315003 +LQ05X031470 Uncharacterized protein At1g09340, chloroplastic 12.37153568 12.12712464 14.06026831 14.08078395 13.47496787 14.72494769 14.68456452 14.54295932 12.58207784 11.79670597 13.54838716 14.11643044 13.76821949 14.80604216 14.34544436 14.11905465 11.17759236 12.21789044 11.46879036 13.49633153 13.83369246 13.02259729 14.37151115 14.77159408 11.29677496 12.48698538 11.92510302 14.22968672 14.44220204 14.14162405 14.53202273 14.28223375 +LQ05X031480 Putative uncharacterized protein 6.976576787 7.787916729 9.420514168 8.18944183 8.649309473 8.433871193 8.953121173 10.9289747 7.169054061 6.519078803 8.626242577 8.188653233 8.324558603 9.14188418 10.49946621 9.497128522 8.611478848 7.693757152 6.393809569 9.4714237 8.586897859 7.72281662 9.682717492 8.863626862 7.273596675 7.321120405 7.159583307 9.29775067 8.296949764 7.455026747 10.16475088 8.886907926 +LQ05X031510 Putative Auxin-induced protein 5NG4 5.310707475 5.96838106 5.42294349 5.38704728 5.375241094 5.346575759 5.3599352 5.257984587 5.47767713 5.251981107 4.976497524 5.750956547 5.47280715 5.38094329 5.290520829 5.437433518 5.235856955 5.917816807 6.176742858 5.226156558 4.798583151 5.270946398 5.429226645 5.30275593 5.239449642 5.339937746 6.226590198 5.523257403 5.311147018 5.358583261 4.956633937 5.122524586 +LQ05X031530 GDSL esterase/lipase At1g09390 10.00320933 10.04602546 9.323833241 8.17620838 8.209156639 7.073898868 6.905929157 6.701623715 9.999372151 9.760517645 9.5940753 8.241432863 8.746316036 7.246955046 6.620980125 6.687116582 9.571446611 9.512600451 9.326646533 9.513000777 10.93614418 9.410945294 7.53747564 7.500998886 10.29330573 10.25430278 9.736505731 9.391850696 10.66417514 7.543408971 6.791274447 7.355359434 +LQ05X031550 Putative Predicted protein 13.12142295 13.81948866 11.18098718 11.25531943 12.71471123 12.38786906 12.61604812 13.91998667 13.58648844 13.96754146 12.41131035 11.48082104 12.9197618 12.61155688 12.36196624 13.04745975 13.84444495 12.81782081 13.74120217 13.03254812 12.08286022 12.78561127 13.00135235 13.07087771 13.65890773 14.01017003 13.13009694 11.90524997 11.98271941 12.47081831 12.94171172 13.59934483 +LQ05X031570 Putative Pyrrolidone-carboxylate peptidase 12.08455107 11.75099318 11.9746482 12.57405222 12.5189928 12.48982986 12.45652546 12.13592539 12.05685042 11.80960213 11.9536776 12.64204219 12.46435523 12.35007211 12.687406 12.38931699 13.22742714 13.15525507 13.00733258 12.67739325 12.34566881 12.53532756 12.16473637 12.58865169 12.32237678 12.44441034 12.52479629 12.19505267 12.11244035 12.8765299 12.12152028 12.54092384 +LQ05X031580 Putative Zinc finger CCCH domain-containing protein 3 9.090279225 8.954107833 8.690547307 8.631698165 8.484926853 8.916383066 9.254351249 8.484914852 9.303300939 9.299576715 9.112353963 8.892854166 8.90486081 9.012073807 9.192022458 9.393518509 9.608902033 9.62275688 9.60390938 10.18980649 10.20707945 8.872648793 10.55428146 10.06573895 9.348819933 9.548305243 9.820855317 9.881248078 9.369221149 8.540721776 10.04434809 9.798133312 +LQ05X031590 Shaggy-related protein kinase alpha 14.26293619 14.2373309 14.03994177 14.49618632 14.16740812 14.839947 14.68679654 15.07630757 14.249294 14.04738594 14.26184224 14.59225383 14.12246548 14.83891213 14.73963323 14.55353567 14.164256 14.33378277 13.3518892 14.07851029 13.90988309 14.24044567 13.88106124 13.99751691 13.77094384 14.28618228 12.89333146 14.29944575 13.94235825 14.26562458 13.88167221 13.84130132 +LQ05X031620 FACT complex subunit SPT16 5.170707317 4.981070095 5.504046591 5.104404093 5.036852148 5.007886107 5.0966133 4.873159815 4.973633231 4.860426381 4.987491915 5.090855811 5.130753484 5.362372637 4.813754572 4.90295225 5.264462268 5.134885017 5.210870571 5.689659909 4.882436246 5.019853367 5.119218105 5.341602468 5.031361901 5.144879963 5.016200419 5.312370797 5.107854531 5.188106784 5.038211992 5.546561298 +LQ05X031630 Putative ATP-citrate synthase 14.15851799 14.0075312 13.74980559 13.71772617 13.69415384 12.45723645 12.69831711 12.5890529 14.08227495 13.89028465 13.96821386 13.60693118 13.56631984 12.42355212 12.93089531 12.43298547 13.68429662 13.77212396 13.62980872 13.950032 14.02920116 13.77781186 13.04272609 13.45357312 14.11915501 14.03410122 13.73884046 13.71781515 14.57895991 13.71277212 13.0589568 13.34274981 +LQ05X031650 Hypothetical protein 12.09014201 11.82220728 13.52253434 12.9229723 13.40098964 8.839138992 8.948977248 8.506258521 12.70971855 13.07373418 13.60806457 12.90556796 14.18726514 9.212528545 8.844917943 9.789256103 12.04800712 12.27391682 12.63031606 11.9179342 12.60566464 11.94046458 5.869757413 6.738961007 12.89790134 12.89758709 13.12522008 11.28400592 11.94192586 9.214907315 6.50406083 6.053990767 +LQ05X031660 S-adenosylmethionine synthase 1 5.026512075 5.065482691 5.354288998 5.200536504 5.752906669 5.793286322 5.641443926 5.291017639 5.24384776 5.1714425 5.698963048 5.510737428 5.262543371 5.418515744 6.156267734 5.20991643 5.11751567 5.064833067 5.062573922 5.773691308 6.160953085 5.389519001 6.010422897 5.890903426 4.727435058 5.148290091 4.991956504 5.617770693 5.800734114 5.689179126 5.819309727 5.261810873 +LQ05X031690 Probable receptor-like protein kinase At2g42960 11.41470677 11.33680522 11.22875939 10.86237886 11.1020382 8.41485958 8.652217496 7.979720198 11.51829371 10.92200363 11.4065975 10.90119391 11.06150213 8.642989168 8.418746887 7.75158155 10.34691173 10.7366047 10.78205385 10.53452753 10.90480761 11.42753144 7.841779055 9.189347727 11.42402153 11.75683439 11.28265481 10.72657248 11.37915632 11.7418187 8.230436806 8.687923952 +LQ05X031700 Serine/threonine-protein kinase Haspin, putative 5.184090721 5.208297245 5.288834128 5.002307265 5.119200073 4.725373939 4.990920495 4.781169181 5.155791192 6.101748371 5.467059088 4.847816169 5.107878275 4.662630616 4.728969411 4.794586477 5.395700486 5.222054558 5.165094013 5.867109229 4.93620097 5.104690638 5.121598868 5.682561083 5.146055162 5.288979969 5.012071262 5.018069654 5.310152112 5.215856958 5.046445883 5.443240496 +LQ05X031720 Predicted protein 11.88177533 12.22583975 11.30180491 10.91452003 11.06116798 11.87247299 11.91982325 11.71218042 11.59371288 11.9323782 11.16594598 10.74858882 10.77659995 11.6397304 11.5069572 11.32426508 11.51118807 12.20282303 12.03721395 11.24352902 11.89844362 11.35400206 12.09737194 12.26525285 11.90668638 12.42668078 12.20911796 11.24682691 11.88369475 11.50019313 12.22026584 12.5674783 +LQ05X031741 Putative uncharacterized protein 12.00062835 12.0517083 12.60417059 12.14948973 12.35195782 11.84454216 11.68217625 11.49937111 12.33087438 11.71442623 12.41142844 12.11336801 12.47326357 11.89611904 11.50028835 11.54506021 12.21134847 12.9701015 12.42711216 12.5490324 12.67033512 12.02413385 11.45375938 11.50331337 11.8328684 12.50071184 12.41978881 12.37260023 12.77128259 11.75905566 11.69208453 11.42982683 +LQ05X031750 Putative Isopenicillin N epimerase 12.23130678 12.56891331 12.13975219 12.16220058 11.77964351 12.2581748 12.23737534 11.74324755 12.43947182 12.53839383 12.36633608 12.31315283 11.90064011 12.43407589 12.20849204 12.13507112 12.25746246 11.71057893 12.03907321 12.03296327 11.42422385 11.86767528 11.99586946 11.07136791 11.87487786 11.15434478 11.39675627 12.11165112 10.86660376 11.54662903 11.62942398 10.44363753 +LQ05X031760 Aspartic proteinase 10.13548839 9.208843495 10.24762568 11.05502654 11.11064184 10.25330315 10.66671741 9.654620919 9.988519679 9.236569469 10.10721061 10.9870057 10.56272682 10.80675502 11.32374843 11.05397211 9.650298181 9.027180339 10.19702489 9.329516747 9.393068868 9.841003663 9.72241807 11.09122872 9.556696637 9.487648831 9.899850598 9.391826154 10.06695413 12.07107324 10.04592741 10.97668624 +LQ05X031800 Hydrophobic protein LTI6A 6.264308714 6.193193721 5.930660693 5.832347811 5.785190508 6.15474779 6.019551192 5.621960919 6.208047028 6.334541008 6.222512975 5.808754848 5.444705789 5.77958413 6.887681958 5.583747363 6.065545283 5.504099111 5.949851963 5.994747679 5.834640285 5.778949645 5.633340275 6.267192827 5.333257459 5.245185798 6.132103366 5.771880229 5.614435848 5.632099201 5.373312887 6.256813131 +LQ05X031840 Putative uncharacterized protein 5.990637497 6.020022145 6.770215862 6.16322398 5.561991305 5.617570351 5.527375752 5.74628429 6.223893291 7.086460406 6.93180112 6.533844029 6.523228395 5.57996918 5.572469798 5.781662027 6.063744355 5.983216828 6.295150697 6.419751422 6.374859596 5.851774323 5.032001344 6.492315878 6.172245121 6.049899515 6.403813568 6.3531632 6.054396037 6.128134975 5.61273394 5.700822757 +LQ05X031870 Putative membrane-bound O-acyltransferase C24H6.01c 5.232625363 5.258051607 5.531204346 5.7750744 5.393370213 5.464124064 5.873717108 5.494483955 5.682350457 5.513785843 5.075970449 5.745569818 5.651020133 5.66450585 6.408175793 5.479816549 5.332820085 5.249021728 5.650210362 5.501532138 5.054334924 5.196604058 5.235899188 5.396267454 5.189816878 5.761863127 5.378991301 5.217197432 5.546164811 5.099670234 4.96008597 5.083128068 +LQ05X031880 Germin-like protein 5-1 4.986162365 5.0191393 5.2522284 5.20526667 4.905820839 5.822370049 5.294400245 5.669995383 4.668531485 4.64478094 5.179816955 5.282035089 5.447712634 5.636857408 5.317922959 5.238306507 5.167458708 5.133495448 4.960571588 5.523776559 5.172406168 4.988106802 5.171580947 6.464763835 5.265247324 5.380227968 4.629824298 5.135571175 5.060263206 5.024998287 5.010707982 5.572536611 +LQ05X031890 Putative Probable glutamyl-tRNA synthetase, cytoplasmic 6.287857472 6.110319417 6.185580712 6.012264886 6.37953695 6.148022045 6.139568441 6.237584429 6.224364395 6.537411405 6.589824281 5.727997011 6.221419792 6.070610879 6.342813276 6.057495022 6.259760943 6.71866049 6.214457988 6.487103012 6.477148559 6.038997967 6.246577903 5.503615535 6.329176414 6.407256046 6.37129738 6.168824607 7.007757414 6.239739737 6.144050672 5.777046295 +LQ05X031900 Phytochrome A 9.127637656 7.925157665 9.203411456 9.506071019 9.118902726 10.21423475 10.30191031 10.60925897 7.974671781 7.788897108 7.974820398 8.5949334 8.150408051 8.962793916 10.4475642 9.713254445 8.388045057 8.458104022 8.205941368 8.71226953 8.786319171 8.166202371 8.467979423 9.257632969 8.164638162 8.067505655 8.121692416 8.473690251 8.441140951 8.420609001 9.187457775 8.816301556 +LQ05X031930 Predicted protein 5.314083325 5.264000526 5.497381761 5.281809831 5.255113898 5.191595775 5.342636329 5.314573335 5.489132346 5.367936193 5.208170609 5.298426918 5.68440999 4.998279182 5.027017145 5.220433102 5.095402571 5.183566052 5.107672059 5.192601586 5.430363001 5.22707001 5.730054535 5.410738335 5.045435523 5.319588827 5.761269712 5.164391295 5.415747361 5.594730091 5.748427086 5.210122643 +LQ05X031940 Hypothetical protein 9.359892477 9.097656072 8.898778643 8.420191432 9.805749481 10.49323473 10.72316889 10.73306736 9.401912005 9.67539291 8.583274572 8.799561144 9.421856572 10.62742489 10.68687512 11.29024271 9.247323365 8.881062163 8.998327198 9.133834101 7.85391657 7.963860595 9.65074418 10.22302041 8.721407996 8.852274869 9.727191445 7.715009701 7.757351256 8.573642606 10.09799628 10.70116889 +LQ05X031950 Putative uncharacterized protein 7.554713494 7.479211659 7.965966015 7.760530062 8.478046874 8.377232586 7.931826845 8.262580346 7.848774855 7.278773871 8.846244214 8.206042143 9.210834877 8.48853027 7.122676771 9.000642981 7.865276889 6.93347484 7.007792413 7.882493719 7.008387671 8.125309801 7.800994256 7.719404037 7.635268784 6.107177173 7.190863532 7.280436389 6.668296303 8.554661653 7.463867411 7.169114777 +LQ05X031960 DEAD-box ATP-dependent RNA helicase 3 12.69775713 12.06690772 13.07448065 13.51544589 13.18845707 13.61832286 13.74746649 13.96744236 12.35088862 11.4808086 12.6021271 13.14147492 12.90932226 13.74135138 13.57262356 13.47706974 11.50323466 11.80975655 11.655217 11.82764557 12.29678108 12.60281808 12.93791004 13.20712781 12.0300635 12.06390004 12.09704674 12.29551873 12.88672413 13.1371571 13.30576427 13.17308397 +LQ06X000090 Putative uncharacterized protein 8.850750713 8.544858244 9.509234948 9.4514703 8.608846621 11.40092416 11.42965107 11.51188621 8.909444714 7.415483414 9.31195039 9.525764814 8.969182013 11.75236036 11.43594518 11.04553213 8.245048886 8.328123973 7.227458101 8.449250572 8.754500523 7.841551611 11.34188226 9.858275321 8.315073083 8.157176474 7.385742707 8.931747717 9.144225605 8.837037132 11.52571806 10.10534973 +LQ06X000100 At1g10280 5.232736935 5.287594495 5.347066958 5.393112168 5.334243402 5.23929833 5.618204521 5.794248326 5.062267956 4.909962887 5.140533546 5.136545057 5.085906228 5.594394125 5.293038665 5.528247121 5.466500798 5.157811595 5.010090653 5.270070872 5.52344374 5.320178579 5.925796784 6.107707802 5.332163383 4.859775508 5.827156533 5.116013413 5.388296586 5.090030589 6.096165626 5.452221974 +LQ06X000130 Dynamin-2B 10.25225138 10.45945569 10.32147293 11.40359706 10.02954556 11.33205182 10.91084031 11.03618204 10.457416 10.31081926 10.20025708 11.29396267 10.38420382 11.31893863 10.85088297 10.98286128 10.42055026 10.22152176 9.973161911 10.09957344 9.901011543 10.27269619 9.79173416 9.866366181 10.69887693 10.74628262 10.43946152 10.28087775 10.41070712 10.57092487 9.503533719 9.916317796 +LQ06X000140 Putative U3 small nucleolar RNA-interacting protein 2 5.893124704 5.963684685 6.912637757 5.768534994 5.775140708 5.88925767 5.702503082 5.799460784 5.743710666 5.873775872 6.423874866 5.632780859 5.733150136 5.477374825 5.868030608 5.63154296 6.00052945 5.73015648 6.001354022 6.371700903 6.501728027 5.533589345 5.632578768 6.625187654 5.665845061 5.952572632 5.954669093 5.783805111 6.244182648 5.943985351 6.449138569 6.113466142 +LQ06X000160 Putative Replicase polyprotein 1a 11.12353255 10.54010623 11.22800377 11.31329783 11.00475862 11.67604961 11.26552849 11.15315855 11.25403989 10.44149552 11.11875859 11.15918712 11.02019432 11.81049744 11.62921464 11.55269542 10.75980958 10.30970844 10.44917324 10.42497364 10.37802827 10.60099788 11.19731527 10.67011575 10.82749541 10.24444307 10.42438726 10.28051425 10.8063879 10.96303043 11.3586567 10.74924986 +LQ06X000170 DNA-damage-repair/toleration protein DRT111, chloroplastic 5.621213122 5.471526406 5.755770702 5.275427688 5.636818462 4.994309229 5.714285956 5.438670432 5.660067658 5.552528997 5.653961684 5.443642717 6.029613968 5.288443921 5.500325286 5.446931172 5.369487129 5.523887902 5.188525784 6.128206182 5.88554385 5.537956485 5.230486022 5.480626111 5.319755145 5.679337842 5.396625865 5.243914377 6.107273798 5.375780695 5.079639181 5.330246917 +LQ06X000180 Putative uncharacterized protein 11.24358748 11.27303921 11.14916188 11.90737333 11.74870008 11.55284287 11.72750119 11.6200068 11.78204574 12.04579854 11.57696935 12.07254405 11.93296095 11.61035612 11.65425281 11.91418884 11.94615672 12.02862335 12.03507111 11.71032554 10.6905111 11.77916332 10.69691016 11.42879124 11.85508225 12.28750483 11.56014594 11.94666595 10.28302197 11.91685322 10.3866994 10.93248316 +LQ06X000190 Putative uncharacterized protein 10.15424927 10.34606764 9.720750214 10.25772549 9.926847138 10.67633279 10.57127222 10.21526129 10.10963575 10.24004018 9.75830791 10.14465127 9.975806657 10.76813067 10.71640858 10.42502607 10.32126706 10.29021814 11.06600072 9.812640615 9.825208283 9.831229608 10.84024503 10.67813604 10.26784645 10.21494282 10.8142754 9.926864636 10.33946956 10.34325275 10.76965086 11.04467135 +LQ06X000200 Hypothetical protein 8.497344521 8.817053179 8.216592045 8.84577473 8.396200219 8.153740866 9.092331873 9.19012465 8.478657988 9.354197734 7.880074903 8.781104701 8.868264238 8.4534984 8.870760674 9.668019617 8.325293969 8.609973577 9.662663306 7.752561174 8.064993623 8.641006164 7.445632517 8.548942875 8.995859737 8.999204807 9.830673288 7.483795512 7.447259431 8.397523813 8.073820512 8.007604407 +LQ06X000210 Homeobox-leucine zipper protein ATHB-14 13.32577645 14.28698722 12.43224564 11.97495395 12.05278894 9.312567339 9.291004069 9.23885101 13.72187979 14.04783207 12.72238874 12.2209444 12.5760469 9.425749224 9.250605954 10.23903852 13.56087946 13.14285034 14.33507128 12.5642543 12.57844757 12.73096755 8.644035464 8.613887455 14.29718647 13.73401094 14.37219657 12.78495505 12.78999926 11.34281634 7.002131295 8.581049084 +LQ06X000220 Nuclear transcription factor Y subunit A-7 11.71522837 11.07847244 12.07426583 12.19327848 11.79006077 12.94786662 12.65269483 12.86094834 11.66814558 11.03657614 12.04792461 12.14410104 11.95455312 13.01119433 12.22652759 12.78590423 10.96106066 11.45834616 9.982470784 11.16934262 11.43199675 10.6646741 10.8215276 10.74421395 10.90882587 11.371537 9.752397559 10.92618846 11.15042207 10.74191336 10.76128302 10.65774339 +LQ06X000230 Ferredoxin--NADP reductase, root-type isozyme, chloroplastic 12.65289909 12.70696413 12.36798331 13.0722418 12.2199327 13.1885455 13.49402446 13.2752607 12.77548519 12.52079528 12.9156162 13.07624632 12.85355992 13.46606714 13.48040148 13.32790705 12.62845339 11.68444372 11.94656077 11.67168091 11.50475076 12.16156616 12.61867466 12.43413389 12.87111048 11.93692037 12.11057864 11.93793862 12.28616163 12.83542961 12.52144926 12.34659401 +LQ06X000240 ADP-ribosylation factor GTPase-activating protein AGD12 6.508234143 6.333340596 5.561228788 6.865366654 6.406496075 5.919537188 6.508602909 5.606282441 6.301932197 6.864625716 6.066701265 6.076330317 6.51645238 5.752816147 6.68095078 5.881695771 6.315402853 6.962293211 7.129148031 7.026595369 6.165254546 6.355322552 5.735117042 5.460982464 6.119220586 6.440407085 7.094419795 5.77721824 6.251272437 5.888130606 6.644891523 6.034592691 +LQ06X000241 Putative AC transposase 5.10272225 5.072592119 5.021911165 5.091606154 5.139070267 5.074883436 5.100158984 5.166362624 5.24901418 5.34250828 5.353548922 5.266368451 5.0911402 5.159012298 5.061792686 5.343418913 5.15377332 5.333022947 5.294306658 5.180190906 5.358831342 4.889436079 5.151950333 5.137845253 4.942037518 5.202857079 5.630416933 5.335333437 5.228569047 5.204828389 5.284897804 5.263999155 +LQ06X000250 Hypothetical protein 5.324964962 5.092083384 5.153777033 4.973733235 4.892010699 5.107750883 5.105324347 5.052991352 5.003641714 4.731880535 5.630216597 5.019508735 5.017019813 5.405136482 4.994182773 4.936088385 5.07312507 5.153193676 5.951025902 4.677591056 4.973088044 5.106311553 5.036625436 5.037959626 5.106709543 4.940167165 5.598298736 5.003315361 5.008712633 5.065528203 5.101409069 5.339664838 +LQ06X000290 Putative WPP domain-associated protein (Fragment) 10.25041652 10.10039783 9.61492139 10.41719835 10.18624947 11.1397285 11.08728567 11.40674542 10.42858292 10.60484193 10.14206552 10.81910864 10.32714602 11.02150365 10.95468628 11.4888964 10.54647867 9.493551924 9.961498716 10.34069769 9.861476841 10.4818352 10.26977505 10.58154621 10.30178226 9.943921792 9.088718789 11.08356337 9.719503178 10.94123202 10.40922892 10.29112755 +LQ06X000310 Putative Vacuolar protein sorting-associated protein 54 8.946208256 8.621046644 8.181372835 9.808499718 9.668852338 10.01159861 9.869408301 10.15598314 8.774601785 8.833919671 8.009892781 9.763886566 9.186085892 9.609634615 10.21810483 10.24176725 9.336846831 9.386529405 9.362817407 8.363169256 8.849388479 9.525176706 8.931920793 8.115947289 9.309732316 9.208249904 8.868884001 8.071670563 8.561160641 9.602969061 9.322741824 8.552701871 +LQ06X000320 Alpha-glucosidase 12.60248967 11.86279011 12.9226812 13.44098324 13.15223845 13.51694944 13.83840879 13.12381644 12.31759924 11.68609979 12.78498762 13.7319576 13.26468736 13.57167675 13.39675138 13.69734504 12.42152121 13.12734503 11.86352518 12.96612777 13.52227543 12.19029129 13.26842463 13.27379358 11.96891591 12.75058425 11.53636576 12.82990044 12.97287596 12.45570849 13.18461509 12.75765971 +LQ06X000340 Putative Predicted protein 8.560715954 8.628096865 7.40459989 8.649238836 8.761525705 8.418506797 8.21093465 8.898339056 8.565589309 8.337268182 7.777983913 8.235485583 8.383059287 8.575806193 8.466963425 8.814087939 8.319926443 7.923738774 8.603469096 7.484700471 7.789459155 8.220069533 7.440033491 7.988493477 8.761887721 8.113562746 8.227985094 7.076220927 8.452317522 8.345469086 8.090036017 7.528937906 +LQ06X000350 Uncharacterized PKHD-type hydroxylase At1g22950 11.1205669 11.39303023 11.31357976 10.93036723 11.3421103 11.31767281 11.37345343 11.33643257 11.20421378 11.20310197 11.36223407 11.10291582 11.21774364 11.35959858 11.30586909 11.06684683 11.22087408 11.29137087 11.02229267 11.59098565 11.58554809 11.38664927 12.40184761 12.14814531 11.57712089 11.25441381 11.41067319 11.60822665 12.14757461 11.36893459 12.47093001 12.03521739 +LQ06X000360 Tubulin beta-5 chain 6.655169671 5.645271345 5.940988334 5.211216262 6.390931696 5.876652998 5.532667871 6.288057407 5.832962295 6.292967395 5.28203403 5.322822949 5.440969761 5.513110394 5.075756706 5.776849349 7.31887365 7.876605572 8.879781974 7.060116028 7.754414058 5.634421384 9.686756774 8.707657515 7.501115484 7.33108995 6.902548896 9.542417288 8.089897287 5.493261238 8.587713181 8.851749518 +LQ06X000440 Putative uncharacterized protein 5.181628509 4.985707145 5.256267106 5.105449284 4.893361431 5.080833324 4.98819129 5.24633262 5.295704353 5.150540704 5.025942991 4.931985091 5.31509604 5.103170548 4.94099062 4.902305164 5.729288396 5.151798058 5.197310897 5.220662648 5.288549419 5.008680248 5.721332064 5.849741158 5.080702259 5.130039918 5.203550863 4.913092901 5.211080649 5.025958761 4.978520598 5.559894848 +LQ06X000460 Probable 3-hydroxyisobutyrate dehydrogenase, mitochondrial 5.733944929 5.866553662 5.544330518 5.834660797 5.815755158 5.680903738 5.64598996 5.474356712 5.328192879 5.594792774 5.081081297 5.87481739 5.499755653 5.514236054 5.844759301 5.658105064 5.21440585 5.381608473 5.686706791 5.747104945 5.350856953 5.527648244 5.364486692 5.949915058 5.489324023 5.452628823 5.547917316 5.973432265 5.735683623 5.438018998 5.377767866 5.700026842 +LQ06X000470 Probable LRR receptor-like serine/threonine-protein kinase At4g20940 5.616119901 5.469497195 6.146019383 5.709034603 5.857012527 5.527298116 5.567821051 5.793856054 5.539435919 5.484126267 6.499609316 5.655179797 5.813703629 5.811003867 5.516995926 5.766292931 5.297432325 6.139468897 6.240652108 5.575088856 5.758985625 5.896062807 5.521985191 4.897738691 5.857905321 5.665660437 5.50022446 5.441124792 5.660251065 6.058318185 6.002681773 5.526175352 +LQ06X000480 Obg-like ATPase 1 5.791062606 5.882746306 5.681594842 5.753348291 5.605392264 6.339634838 5.774406405 5.639590725 5.954843272 6.22781136 5.620937821 5.767628262 5.880304476 6.12091092 6.803010689 5.772659209 6.029828575 5.773567673 5.678817651 5.890715176 5.81080088 5.363195618 6.221760293 6.131395979 6.039753791 6.118856414 6.035832759 6.176750897 5.512634433 5.70340313 5.970269692 5.682223797 +LQ06X000490 Putative Endochitinase 7.637936965 7.487866589 7.736463303 7.90672545 6.814408702 7.840072382 7.261273479 6.399206632 8.160676379 9.155994044 7.848076823 7.280369175 7.760453884 6.905073935 9.914006134 7.425368833 7.207150755 7.722988488 8.146374103 7.603567588 7.554305627 7.47159326 7.906863816 7.95366361 7.518355468 8.015863071 7.704123221 7.219161574 8.108771322 7.513583437 7.958802911 7.797240235 +LQ06X000500 Putative Os12g0612100 protein 6.422852557 6.642577309 5.75320286 6.794138011 6.493434889 7.000937277 6.834318944 6.621765096 6.712973106 7.164381359 6.272705884 6.567219003 6.69671989 6.929882606 7.032633043 6.499369629 5.975343777 5.980976205 6.440673695 6.818945036 6.729203325 6.134921766 5.87659044 6.837421887 6.220512481 6.144995762 6.803304278 6.631327998 6.205508753 6.307287101 6.040075926 6.146289426 +LQ06X000530 Putative uncharacterized protein 12.95856152 12.57299167 12.5519495 12.78893833 12.9547955 13.38298593 13.20824719 13.13548366 12.92656087 12.84629636 13.2132584 13.09295716 12.93989982 13.31515517 13.19838693 12.94703544 13.36196269 13.24913939 12.9621187 12.79689975 12.55264188 12.97245447 12.68705709 12.59688497 13.05476648 13.05944683 12.71238664 13.00027094 12.51382164 13.26542767 12.89396793 12.65274394 +LQ06X000570 Uncharacterized protein At3g23325 5.822080362 6.136442572 5.17046613 6.459691023 5.944668705 5.943772723 5.605964059 5.471963853 5.774949672 6.983200528 5.483845356 6.661698295 6.38017049 5.61088109 6.961951918 5.382118853 5.704413192 5.926462186 6.074839193 6.395195341 5.528731209 6.002672128 5.808056728 5.905377135 6.054784309 6.59291106 5.903889908 6.676487331 5.655009998 5.909876869 5.141451776 5.902953073 +LQ06X000580 Gamma-soluble NSF attachment protein 8.040138348 7.824883845 7.494711198 8.492351338 8.135626953 9.286362638 9.632369359 8.618323204 7.927346963 7.059943388 7.37432844 8.163741816 8.085671 8.807318737 8.973088272 8.69167969 7.582014583 8.139908045 6.235579469 6.129652406 7.95360307 7.422789073 7.267491159 8.717798417 6.921879332 6.520700125 5.783995133 6.481536421 6.853011887 7.90601929 6.57521253 8.591019135 +LQ06X000720 Hypothetical protein 5.482144616 5.307423322 5.360801976 5.30352875 5.277476495 5.290613822 5.596952572 5.887114665 5.353135934 5.280209955 5.145201568 5.461914028 5.796322154 5.425852544 5.043469907 5.586051278 4.803215658 5.372719537 5.328341004 5.493165081 5.721659972 5.499555435 5.622995393 5.637159177 5.366866404 5.70602769 5.187053879 5.512367024 6.609910637 5.209149279 5.380592594 6.091351726 +LQ06X000730 2-dehydro-3-deoxyphosphooctonate aldolase 6.086752029 5.726047848 5.866313595 5.927137323 6.036134048 6.053642525 5.635014661 5.541018724 6.100739687 5.997487071 5.936982509 5.989712832 6.010854577 6.017058709 6.487284157 6.216637921 5.634662995 5.649876721 5.847079565 5.617518591 5.437940016 6.063632621 5.665997079 6.146930465 6.094616663 6.22996283 5.471983093 5.91236008 5.526534348 6.227427276 5.348512476 6.169831474 +LQ06X000800 Putative uncharacterized protein 9.774153174 9.90759847 9.758320757 10.14808564 10.02410026 10.43098541 10.41339639 10.22406464 9.93015296 9.95745095 9.813694585 10.18640585 9.949426502 10.34355467 10.50037703 10.01927093 10.30000625 10.52340665 10.20736631 10.64754944 10.45591432 10.74528334 10.18481984 10.49659517 10.30369746 10.69224766 10.26421429 10.84637789 10.39467649 10.77290904 10.04469804 10.56107485 +LQ06X000810 Putative Subtilisin-like protease 7.219104608 6.637171237 6.623300981 6.668595326 7.421176854 6.697732281 6.352741946 6.757111133 7.174849184 6.671868531 7.050924039 6.744111737 7.386441414 6.771013729 5.840662527 7.099343965 7.153283891 7.881309964 8.188525146 6.637930797 7.899222269 7.143336748 8.262870279 7.000908173 6.943608705 8.057430533 8.129511439 7.191299021 7.300258022 7.300157893 8.064241103 6.971110006 +LQ06X000820 Hypothetical protein 5.019618512 4.772869126 4.977628221 5.237340817 4.940211506 4.923994074 4.896030893 4.726201303 4.709727793 5.007467085 5.136437867 5.215378514 5.122506307 4.926517673 4.767815593 4.783895554 5.056893334 4.886684748 5.030161323 5.387057764 5.080412154 5.041262476 4.74268322 6.054805054 4.943354515 4.975931012 5.157870878 5.063459058 4.742779076 4.957594907 4.818194756 5.374381334 +LQ06X000850 Putative Ribose-5-phosphate isomerase A 10.62132027 10.54846129 10.99978863 11.73210999 10.02623304 12.17432654 12.11835016 11.68083782 10.58529092 10.32842363 10.67803478 11.57888123 10.52063219 12.04205558 12.1226886 11.65344171 10.77243762 11.68566021 10.50990474 10.76007179 11.48840868 10.89052173 12.22356575 12.0319705 10.78124976 11.66544822 10.86626231 11.14687889 11.5194784 11.86581601 11.90229434 12.22985022 +LQ06X000860 Putative Cytochrome P450 716B2 5.032236978 4.894018136 5.134902552 4.650360969 4.766854271 4.972404321 4.801702971 5.226215309 4.685656939 4.874063212 5.374382825 4.665639802 4.425220663 4.940205552 4.723676557 5.168867543 4.904578483 4.938004439 5.535668432 5.395182506 5.200809729 5.486180325 5.405213127 4.980822586 5.061436235 4.683167133 5.439365102 5.168722032 4.871769722 4.924683502 5.210617432 5.313292697 +LQ06X000870 Hypothetical protein 5.297546796 5.291227143 5.247417571 5.478943896 5.076164755 5.605284415 5.479744184 5.467620019 5.564105103 5.841853164 5.343325864 5.640294541 5.138937133 5.628819971 6.347427097 5.699570836 5.929228891 5.549071791 5.197899533 5.425216231 5.017781906 5.160702079 5.821114608 5.754260839 5.340809686 5.210069297 5.706380162 5.345513421 5.186929068 5.241743416 5.803148867 6.885194013 +LQ06X000880 Coatomer subunit epsilon-1 13.93054054 13.42059 13.61453433 13.20988518 13.19109247 12.18959356 12.06205811 11.36776236 13.89814484 13.99859313 13.62440202 13.08083376 13.58363252 12.19586421 12.32465326 11.81658999 13.39726029 13.17264298 13.81334724 13.52783989 13.30374165 13.55255108 12.35696943 12.39045698 13.918131 13.71280838 13.96863029 13.32337548 13.81210473 13.08515964 12.42094577 12.48577478 +LQ06X000890 UDP-arabinose 4-epimerase 1 11.91314495 11.72874783 11.97227708 13.06915729 12.60551433 12.17108138 12.08318547 12.71145247 12.15804153 11.62928156 12.09531221 13.20817834 12.61988107 11.84169869 12.12576884 12.58002449 12.4091955 12.18704719 12.03720748 11.56941024 11.42806022 12.80748844 10.10655491 10.65039437 11.82436237 12.37035234 11.3096655 12.41336532 11.25106242 12.93464312 9.893540205 10.44777466 +LQ06X000920 Hypothetical protein 11.64780834 12.02005027 11.1783181 11.47356333 11.15645121 12.38512185 12.1387559 12.93688666 11.47338604 11.85449923 10.80888468 11.5798391 10.99150022 12.83441287 12.11463423 12.8509359 11.98974329 11.86396208 12.2649452 11.16711258 11.69023233 11.41100131 12.99840066 13.15855819 11.81387224 11.44532586 12.21213468 11.80163171 11.27183517 12.0460775 12.63611529 13.04535135 +LQ06X000960 Putative Serine/threonine-protein kinase CBK1 6.803883624 6.88369151 5.999473092 7.704377059 7.270238085 8.886894758 9.11279324 9.553111654 6.51051032 6.218974901 5.926794849 7.725998753 7.150610056 9.037679452 9.339084955 9.644139278 6.857250658 6.768848838 6.838350318 6.248506322 6.880239874 7.797779289 7.38294387 7.994016799 6.584782698 6.858309007 6.994682555 7.043805777 6.478077914 8.41056381 7.384808073 7.609284404 +LQ06X000990 Non-specific lipid-transfer protein D, cotyledon-specific isoform 5.276234308 5.696541826 4.868847954 5.520605444 5.530783967 4.977420396 4.877767242 5.172110183 5.509727475 5.667698387 5.19750324 6.099974502 5.766601284 4.899657691 4.844982862 5.008796123 6.330538976 5.043848572 6.521866333 4.829155835 5.471196167 4.964777387 5.030368146 4.654307256 5.62072916 5.26797482 6.063869986 4.668341773 5.183447779 5.861688512 4.958077534 5.00144389 +LQ06X001000 Non-specific lipid-transfer protein C, cotyledon-specific isoform 6.847353651 7.114328577 5.464582818 7.028249001 6.058029421 6.179221277 5.868532273 5.542369223 7.663663533 7.735930358 5.821515881 7.582222091 6.599294942 6.385123435 5.39414012 5.890650915 5.915534916 5.388459334 6.692289484 5.401380925 5.571233397 5.643538097 5.610270835 5.61475986 6.801620813 5.970599067 7.315945904 5.595258027 6.102199187 5.994934305 5.483802239 5.519790188 +LQ06X001010 Predicted protein 8.94845312 9.951772292 9.11618967 8.72436584 9.108172942 9.481347882 9.515938917 9.58115819 9.177866354 10.00646942 9.397300729 8.751153061 9.104915784 9.602589811 9.701666077 9.239275684 9.253859657 8.800676314 8.222335947 9.124054912 9.01215057 9.622713615 9.553783182 10.04072432 9.497062686 9.25743252 9.489170437 8.795841735 9.230343483 9.568459363 9.856835792 10.11130062 +LQ06X001020 Putative Protein of unknown function DUF858%2C methyltransferase-like 12.78656503 13.03513344 12.51346193 12.6229088 12.22608006 12.4857339 12.59638609 12.16097797 13.04167005 13.22569752 12.64626387 12.63362885 12.34194139 12.31623463 12.33644197 11.99555821 12.78126463 12.66614444 12.54586301 12.26234368 11.97098887 12.84343234 11.97119659 12.29402859 13.02860063 12.97867815 12.90672048 12.19700995 12.06613382 12.40306883 12.01866873 12.32318317 +LQ06X001040 Putative Protein of unknown function DUF858%2C methyltransferase-like 6.289597359 6.087826011 6.116436059 6.324857324 5.858655758 6.45781796 6.38958007 6.034532635 6.472634006 6.140658932 5.857058186 6.46823149 6.445097555 6.557288492 6.091427067 6.320576806 6.391834381 6.396256989 6.860808755 6.163456117 6.048603098 6.409724254 6.456504669 5.806965851 6.081135105 6.200243344 7.099896296 6.290098337 6.151944145 6.332914063 6.170870745 6.277346298 +LQ06X001050 Putative Predicted protein 8.230108577 7.134324772 8.159508803 7.34111796 8.329392992 7.928302287 7.381916491 7.792693058 7.705361724 7.817474749 7.78643373 7.446579211 7.775107403 7.642709548 6.709500195 7.592014703 8.801679747 8.729331729 9.289843005 8.292932425 8.314934445 7.503619731 8.795078723 8.529658746 8.485198626 8.249328461 8.506603629 9.118263254 8.292130553 7.716537356 8.849232142 8.498769497 +LQ06X001170 Putative Predicted protein 11.85721807 11.65822462 11.60942982 11.45225307 11.46339348 11.34912847 11.38460276 11.60396281 12.00870857 11.4584541 11.68913145 11.57880141 11.56216078 11.28480706 11.50980615 11.27462826 13.58319398 12.56393075 12.48122886 12.38364981 12.29866383 12.59330376 13.07121001 12.7770467 12.42460579 11.86880241 12.06760173 12.57512847 11.91165466 12.82029892 12.50100566 12.63037137 +LQ06X001430 Putative Cullin-associated NEDD8-dissociated protein 1 13.34444983 12.68038549 12.92976234 13.18426067 13.16087628 13.43548862 13.09382226 13.08891935 13.43937892 13.2824507 13.24902201 13.45857912 13.30845865 13.31271102 13.26996137 13.4677997 13.61958538 13.53514251 13.65202295 13.59226133 13.40312499 12.99393567 13.0139693 13.38880057 13.5597696 13.53946862 13.20603576 13.59311591 13.19450178 12.94204709 13.05548081 13.35204144 +LQ06X001450 Potassium channel SKOR 4.899661653 5.018383642 5.379806595 5.137389828 4.84516261 5.467082437 4.965885193 5.264913654 4.933688207 4.829282664 5.090891322 4.952108237 4.972504823 5.185822247 4.89212512 5.147581896 4.995452357 4.862400668 5.063969451 5.030687597 5.154035101 4.813311711 5.791531229 5.469070942 4.804658449 5.226666233 5.043644046 4.797329629 4.995063851 5.035174296 5.526161014 5.322798561 +LQ06X001460 Hypothetical protein 4.943679624 5.030295532 5.304133024 5.43056066 4.894974542 5.47240882 5.150798309 5.508062086 5.226780539 4.879175733 5.979286847 5.150009373 4.907717788 5.373958455 5.339676661 5.575913803 4.978202856 5.359024945 5.966984883 5.512600904 6.123062777 5.175565459 5.191214994 5.961280479 5.311383228 5.086160261 5.528593071 5.353075444 5.324407561 5.230287574 5.185405198 5.656958284 +LQ06X001470 Putative Survival of motor neuron-related-splicing factor 30 10.49355506 10.42745463 9.945028266 10.80654263 10.57570306 11.0390133 11.2337602 11.51654455 10.59163816 10.58061971 10.26116234 10.94197842 10.56566017 11.16326906 11.63676907 11.53894265 10.72966602 10.87199468 11.11952163 10.14216102 10.25974772 10.72786128 10.57791664 10.56501066 10.38671703 10.23179367 10.98614384 10.29066102 9.918235667 10.96509837 10.51992638 10.6314256 +LQ06X001480 Putative uncharacterized protein 10.96668915 10.05118326 11.38164988 11.58130689 11.67431683 11.94726709 11.84559847 11.77696428 10.49901228 10.3079261 10.74233051 11.35787775 11.34603079 11.25145277 11.83442361 11.49306093 10.43506403 11.47494545 10.57468959 11.37042228 10.93763238 11.39193243 11.00068834 10.63409672 10.53752087 11.31186233 10.24806249 11.19509084 10.55510962 11.3140777 11.12265592 10.67510513 +LQ06X001510 Putative Squamous cell carcinoma antigen recognized by T-cells 3 7.567419485 7.742317442 7.501359757 8.295643794 8.37253225 8.963931807 8.95024926 9.431398409 6.53503649 7.304587239 6.52733946 6.784675452 7.106815174 7.123204224 8.64721816 7.471397924 7.929739539 6.924602442 6.832667664 6.695342048 6.450703104 8.060993648 7.490451526 7.586739234 7.824087296 6.773737641 6.629653477 8.104863731 6.414915519 7.993711801 6.583961639 6.045280835 +LQ06X001520 22.7 kDa class IV heat shock protein 14.53218523 6.438897152 13.43531893 13.92576436 6.072486471 15.13401686 13.42431288 7.644472675 13.06306708 5.542716845 11.291335 11.84143031 6.120869883 13.41253019 12.26715694 6.024791595 12.27177285 14.13105428 6.861613122 11.08584748 13.21433087 6.540579409 12.15761849 6.188803159 10.37425436 12.39038294 5.772820534 10.11750326 10.40572704 5.838556157 10.12192886 5.993842772 +LQ06X001530 Methionine S-methyltransferase 8.460657232 8.328088154 8.52554576 8.082299772 8.452759834 8.470908344 8.067285248 8.471767863 8.346210592 7.1934053 8.49884304 8.314808381 8.246697682 8.784359729 7.10439511 8.575613509 8.200575102 8.065546972 8.466595344 8.642343353 8.210483715 8.263660878 8.502117948 8.539632591 8.401941254 8.001990842 8.868647785 7.910197333 7.771593329 7.887485138 8.487680166 8.752717815 +LQ06X001540 Pre-mRNA-splicing factor SPF27 homolog 12.84591143 12.53627477 12.81006621 13.21150209 12.75952557 13.21747453 13.37163043 12.94469822 12.88571536 13.27219079 12.9445128 13.16942023 12.87119928 13.04508241 13.25546557 13.07939353 10.81477802 11.48705571 9.739099624 11.39922923 10.99371357 11.37472341 10.49722818 10.76297687 11.86541191 11.68369816 9.597316322 11.03637858 11.2920325 11.06819175 11.72183598 10.68684543 +LQ06X001550 Predicted protein 5.953362827 5.718145457 6.254266327 5.802070497 5.85718771 6.02317459 6.013894749 5.875742916 6.037925294 6.93871717 6.792301243 6.117836508 5.723147231 6.303181446 5.639859271 6.369947266 5.363315306 6.361008057 6.253730278 6.355963253 5.431257961 5.40360856 6.019051158 5.317005166 5.701709493 6.185477278 6.581070839 6.096167354 6.139419136 5.509503172 6.490227466 6.149728372 +LQ06X001570 DEAD-box ATP-dependent RNA helicase 56 11.4237848 12.1488679 10.68501092 11.27262262 10.91981839 10.96127873 11.27181312 11.17555067 11.59739187 12.06963321 11.17560624 11.17368236 11.23120348 11.04025907 11.36523916 11.18313657 11.13590596 11.57660451 11.56852994 11.14480451 11.3687596 11.46424733 11.32227933 11.56241095 12.00610822 12.09811122 11.97211182 11.09543675 11.75156012 11.64880018 11.49070111 11.79555658 +LQ06X001580 Putative uncharacterized protein 14.06376637 13.57638889 13.91288951 13.88951508 13.39681753 13.49291345 13.53501454 13.07498739 14.03765166 13.34914874 13.88358406 13.7440085 13.42480403 13.16637364 13.21972952 13.29511603 13.48311521 13.57280593 13.44291517 13.51210901 13.43827023 13.50516619 13.15367242 13.14501435 13.53634732 13.60117732 13.1244292 13.1493416 12.90838755 12.80618712 12.94182366 12.83172226 +LQ06X001590 Putative DNA-directed RNA polymerase III subunit RPC6 5.184795169 5.336076087 5.190956607 5.428571145 5.350911007 5.703459964 5.26451691 5.617352403 5.100520391 5.374002079 6.015025652 5.237854643 5.232039061 5.08548137 5.397131585 5.194120811 4.867039713 5.092993296 5.119101467 4.904021916 5.342602436 4.945198202 5.297436202 4.794296124 5.01433618 5.054253463 5.032373294 5.619524741 5.095534068 5.11495811 5.540421004 5.354701784 +LQ06X001610 Putative uncharacterized protein 5.516334698 5.4834006 5.282663937 5.647122698 5.414549058 5.695878077 5.380605999 5.444466223 5.841861436 5.522510309 5.6633871 5.950955936 5.949293028 5.659961591 5.714069856 5.715479008 5.364553932 5.377810337 5.846537306 5.360554504 5.604015609 5.652360223 5.677108705 5.539167578 5.967197233 5.094490438 7.224517509 5.416051827 5.173185106 5.358194599 5.150350407 5.41128277 +LQ06X001640 Phospholipase D alpha 1 11.14465058 10.22710674 11.00200846 11.40686444 11.90498556 10.96808885 11.16726139 11.2129868 10.6058718 9.388707021 10.39372941 10.78096435 10.94264118 10.72186591 10.72272442 10.34012723 10.9758297 10.94493781 11.00001052 10.33262994 10.7902979 11.81451951 10.75214079 11.77321676 10.95377368 11.00995128 11.14980399 11.15671634 10.81514221 12.50311912 10.75299925 12.15086647 +LQ06X001650 Predicted protein 11.71334189 12.26935957 12.88109766 13.1689923 13.14797369 14.90762144 14.37610359 14.97743988 11.93292095 11.10763115 12.33332005 12.8068839 12.6174063 14.24655255 14.26526341 14.26210004 14.13377154 14.62702906 13.46530685 13.39450592 13.43373842 13.45393548 13.97793088 13.37141256 11.7313889 12.18615888 12.27809251 12.83395514 11.82584996 13.6920097 13.51850879 13.51420678 +LQ06X001660 Putative uncharacterized protein 11.48236625 11.68667495 11.6303651 11.71458737 11.68455656 11.83623777 11.92179005 11.83000505 11.58181062 11.57764219 11.64650851 11.56615983 11.68196895 11.66494293 11.61641669 11.38614843 12.06922883 12.25884022 11.89977957 11.9427467 11.85023176 11.52216196 11.58327959 11.41562391 11.66337208 11.63514606 11.50447033 11.92198214 11.82076122 11.36666735 11.63645432 11.17659062 +LQ06X001700 Putative uncharacterized protein 5.978339174 5.521795184 5.000836648 5.508357788 5.206209255 4.832321439 5.060240195 5.162025894 6.042957193 5.900260193 5.49752273 5.222504364 5.42333798 4.845408947 5.414937729 5.433582317 5.448670108 5.630907959 5.714636216 5.231255589 5.564908623 5.24061418 5.104168385 5.783201143 5.401290717 5.477369635 5.873221721 6.038373968 5.252137523 5.353882641 5.43620443 5.49139885 +LQ06X001720 Nucleosome-binding protein, putative 6.704517124 7.423845609 6.275225416 7.631723336 6.925316935 7.898025354 8.128738753 8.996414957 6.146268625 6.504100913 6.507898968 7.425204545 6.087125043 7.709540673 8.274463772 8.107208461 6.744672709 7.247603766 6.35481217 6.699268384 6.431521728 7.467966988 7.629724292 7.546800896 6.389045909 7.151082806 6.562076048 7.641003657 6.639507616 8.099592646 6.001445199 8.192068403 +LQ06X001760 Putative UPF0706 protein At5g01750 12.84327743 13.12530806 14.04125337 14.70169837 14.09030177 14.67711235 14.78094647 14.80808318 12.78186903 12.92645037 13.80465559 14.41177706 14.01538589 14.8262781 14.9804231 14.4182673 12.64198546 13.30593708 12.51483596 13.75096532 13.67063817 13.96407871 14.12749076 14.36865279 12.67299044 13.21084662 12.57371776 14.41765223 13.84680935 14.39134926 13.9263703 14.13814354 +LQ06X001780 Putative Disease resistance protein RPS5 5.041228458 5.037450016 5.216812267 4.8400161 4.936175141 4.921131846 4.821797807 5.068762826 5.090501595 4.829065541 4.699248514 4.769527216 5.050961158 4.752273077 4.78437443 4.592248367 5.304694516 4.97416238 4.869028909 4.981554552 4.997013317 4.868690298 5.493796926 5.045291696 4.813305717 5.019628821 5.176903287 4.984456353 5.007202483 5.292707458 5.171570473 5.739160416 +LQ06X001930 Putative uncharacterized protein 14.33893099 14.10741421 15.01623063 15.25128214 15.12984039 15.1116541 15.33832263 14.9294093 14.27896694 13.80705515 14.87874332 15.15046109 15.07430789 15.50989744 15.62225133 15.5444455 13.75572829 14.0504917 13.55414045 14.56181373 14.70357378 14.77235432 15.12548542 15.36326089 13.6958728 13.97555516 13.6546412 14.93478081 15.08531202 15.41258128 15.30468842 15.19299287 +LQ06X001990 Putative Reticuline oxidase-like protein 9.14936686 8.893992674 9.000467971 10.26896323 10.9820733 11.45967634 11.12903406 11.5580601 8.690502379 9.181769756 9.017815427 10.97079104 10.18684456 11.8187221 12.51298231 12.06160168 8.571547202 8.667481306 8.617447243 8.761730218 9.332452324 10.58684276 11.45692538 11.17165151 8.603833722 7.919942502 8.072561676 9.699443809 9.800412877 12.42836914 11.54245088 11.83578071 +LQ06X002000 Putative Reticuline oxidase-like protein 5.763006959 5.939720205 5.47761196 5.791091472 5.549915702 5.767931546 5.775896357 5.749469884 5.851326843 6.04917287 5.98820038 5.840628207 5.812200968 5.539261436 5.744577574 5.969814207 5.320518368 5.756168467 5.697725925 5.425306601 5.44875764 5.713953809 5.316241668 6.025635042 5.360992406 5.570528289 5.980736377 5.750838641 5.158078833 5.611785355 6.087248162 6.008811324 +LQ06X002030 Putative Uncharacterized protein C19orf29 11.28030451 11.51802458 11.2418509 10.71408253 11.17655517 11.709763 11.59100026 11.64196189 11.41245282 11.19942378 11.07527862 10.72573329 11.19463065 11.71270837 11.51772595 11.70550204 11.41475797 11.58399428 12.01555665 11.02823994 10.9993201 10.80559669 11.70785667 12.32403694 11.69707786 11.54579358 12.0277587 10.6655353 11.35066024 11.32701403 11.80835209 12.24422199 +LQ06X002040 Reticuline oxidase-like protein 10.05939708 10.23586337 9.445118006 8.538219609 9.50715439 8.303740043 7.90293334 8.56399015 10.09454348 9.589756834 9.62465696 8.71028361 8.894563618 8.490476171 7.621471816 8.091329266 10.16045194 9.644562922 10.58329312 10.258037 9.358126875 9.252945494 8.588174244 9.458764766 10.20684972 10.26472685 10.40071924 9.390294999 10.16798988 9.242337287 9.043658662 9.703787249 +LQ06X002050 Reticuline oxidase-like protein 5.38543099 5.103015543 4.87249502 4.957494733 5.097152325 4.823334086 5.08638172 4.760710391 4.948997222 5.663333324 5.048324079 5.184051563 4.927592452 4.798451196 4.806009175 4.824769359 5.23977504 5.058092467 5.540324667 5.61647667 4.96414851 5.034863723 5.015587698 4.749291883 5.408477349 5.475109928 5.235025281 5.187095817 5.34219899 5.035231333 5.236836728 4.88017104 +LQ06X002220 Reticuline oxidase-like protein 5.446390719 6.058024554 5.349505425 6.598719065 5.387140963 5.646192314 6.152814365 6.11426877 5.332840044 5.461287703 5.692996034 6.266837676 5.158293049 5.536133682 6.683886286 6.459362555 11.05745033 6.923842814 9.394952796 9.011922965 6.032336872 8.551227913 6.126495027 5.271759533 6.940961549 5.504096017 5.570137301 5.81395633 5.37019963 7.929744155 5.741917619 7.474512903 +LQ06X002280 Putative Reticuline oxidase-like protein 4.999987245 5.096106346 5.66637796 5.330110951 5.690010196 5.530762462 6.00572672 5.223947818 4.963980979 5.047076391 5.487523272 5.387790072 5.668738079 5.807543236 5.461247662 5.790635945 4.967633293 5.21335399 4.976711056 5.504673881 5.836282831 5.391099799 5.464605327 5.990072317 4.997867237 5.344549211 5.119264233 5.052265556 5.573103131 5.259289144 5.555334725 6.286346429 +LQ06X002320 Putative Reticuline oxidase-like protein 5.185113197 5.178537087 4.930348825 4.887107218 4.762276382 4.97807355 4.998384452 4.791665559 4.940096924 4.994728014 5.455139426 4.854972197 4.815322856 4.914340494 4.92725826 4.6934604 5.226837298 4.967525918 5.143065374 5.262599753 5.214247776 4.724186265 5.149131128 5.137529568 4.890913568 5.141209548 5.438680448 4.89508575 5.246941164 5.053149395 5.11253991 5.299677369 +LQ06X002330 Patellin-4 6.260909036 6.449239318 6.054245594 5.61688758 6.122255673 5.624497478 5.709983213 5.958720356 6.554782044 7.663302339 6.327955679 5.871467274 5.743137725 6.133735904 5.531407392 6.121815628 6.488336194 6.427647783 6.705098096 5.664381281 5.875942535 5.861418411 6.531062977 5.892863534 6.420176897 6.745350859 6.518947513 5.689199673 6.446237108 5.812027098 5.695769033 5.617890897 +LQ06X002340 Putative DNA primase/helicase 9.347689241 9.832739089 8.873790327 9.83719511 8.746101381 10.07741348 10.10167992 9.702475845 9.73499289 9.849031533 9.282478602 9.637509234 9.035360805 10.19176601 10.33704378 9.980316957 9.926965249 10.0578842 9.944329839 9.605784813 10.00955687 9.749905431 10.45020964 10.4767579 10.170257 10.23350065 9.882085396 9.507983439 10.19011778 9.67817922 10.66311045 10.67915959 +LQ06X002380 Hypothetical protein 5.000146802 5.079973836 5.030755704 4.927793578 5.033872744 4.938388283 4.953785077 4.775625366 5.053480634 4.989234909 5.066221151 4.975919621 4.993186598 4.884096146 4.82415887 4.559926316 5.137188175 4.930799427 5.503174969 5.069708689 4.873878623 4.976806605 5.477319191 5.906710702 4.98388425 5.311597687 5.380641884 5.10721356 5.159746683 4.873698901 5.314798039 5.451735235 +LQ06X002440 ATP-dependent Clp protease ATP-binding subunit clpX 5.334277835 4.979767969 5.072988145 5.36309411 5.680091906 4.935386679 4.97934425 5.044347009 5.761040683 5.244712296 5.482478759 5.183242732 5.6156576 4.899278752 5.326107433 5.108145916 5.250387876 5.485688791 5.610230316 5.248673507 5.80152852 5.262639194 4.70608594 5.91295427 5.077397534 5.50948725 4.86890667 4.874901038 5.613617831 5.253525606 5.349177807 4.756898024 +LQ06X002450 Hypothetical protein 4.898054859 4.831667185 5.839609294 4.92081892 5.240005233 4.841787352 4.900979826 4.928821789 4.808572018 4.736888846 5.421123899 4.766289646 5.119905239 5.054361988 4.791884595 4.868099639 4.822064586 5.226972133 4.845483203 4.670271802 4.934395103 4.989494795 5.379646305 5.247199927 4.990893366 5.133467589 4.945114656 4.935792281 4.97832072 5.223240568 5.525778905 5.522885409 +LQ06X002470 Putative Mitotic spindle assembly checkpoint protein MAD1 5.4920559 5.621441609 5.140290604 5.249649751 5.936461399 5.727892741 5.389657851 5.454276027 5.637668844 5.802763818 5.460573254 5.182768654 5.193227252 5.403794813 5.912455741 5.518909887 5.474196636 5.349674927 5.051920378 5.264136015 5.904353477 5.480826011 4.928409497 5.628890999 5.722560082 5.833464296 5.126491208 5.380260003 5.556746093 5.507737497 5.181191598 5.795628269 +LQ06X002490 Auxin response factor 1 9.658888667 9.599986151 9.496178006 9.620890936 9.552924576 10.21464223 10.08738891 10.2458224 9.432836993 9.275505059 9.040488641 9.499755749 9.286876188 10.34787 9.833663923 10.12456993 9.625532774 9.836182718 10.31275911 9.977858701 9.528664415 9.833648468 9.973382728 10.48988219 9.801111052 10.09097012 10.51804588 9.2471081 9.732110174 10.21567128 10.4171015 10.73027176 +LQ06X002510 Putative Vacuolar protein sorting-associated protein 72 homolog 5.458975167 5.510426304 5.184929482 5.117252501 5.755461056 5.251880874 5.110348307 5.395125062 5.507301283 5.627665326 5.554880574 5.005857576 5.653863681 5.208979869 6.098702312 5.202043614 5.657845189 5.660087807 6.228840855 5.322458284 4.954813536 5.21130971 6.105916123 5.847681827 5.614000298 5.916400485 6.171308447 5.734297444 5.544620061 5.238999835 5.124649161 5.427559183 +LQ06X002530 Predicted protein 9.346564956 10.60470879 9.713771207 12.23413342 11.68013785 10.55225389 12.09599436 12.10943541 9.907633404 10.41415568 10.38193598 12.34634077 11.46096887 11.19704796 13.16304691 12.28823268 8.923784701 8.365915406 10.59888306 8.043422862 9.129070908 10.83632432 12.0390911 11.51154004 9.844989433 9.318003101 10.70287393 10.20775002 9.467135243 12.88264641 11.98899407 12.14532885 +LQ06X002540 Putative Membrane-bound O-acyltransferase domain-containing protein 2 5.902611422 6.377137185 5.705068762 6.794815906 5.525575681 6.579856843 6.540130979 5.682462713 5.484694395 7.04781373 5.886141802 7.067511959 6.035808701 6.111246297 8.159420725 6.169562753 5.421359457 5.999637008 6.398814486 5.744929212 6.017273365 6.097116535 5.412161595 5.190879318 5.7775889 5.811418962 5.766207898 5.647106946 5.440746177 5.843967468 5.431681969 5.72300323 +LQ06X002550 Superkiller viralicidic activity 2-like 2 4.423149378 4.550998217 4.984366684 4.68005026 4.98836157 4.880237732 4.778008491 4.703991425 4.680833303 4.615231449 5.428027183 4.95285012 5.307689627 5.160674654 4.759236409 4.918579756 5.226180115 4.757398918 4.587871972 5.081369577 5.282419592 4.736525677 5.138080686 5.669619272 4.959936935 5.001396404 4.781371847 5.165438822 4.847385746 4.847864402 4.878473698 5.264140413 +LQ06X002560 Putative Zinc finger CCCH domain-containing protein 5 8.053005817 7.957103448 7.808147912 7.660539018 8.206692454 8.455213976 8.448257511 9.054287705 7.196729224 7.416984054 6.787125989 7.154871154 7.182602339 7.750596687 8.015925062 8.408400231 7.721293397 6.781272067 7.65625277 7.181190913 6.656952684 8.232319496 7.030341034 8.439014671 7.835572904 6.735825917 6.551817004 7.227454165 7.446577028 8.476701964 8.492142528 7.577690822 +LQ06X002570 Putative Elongation factor P 11.08006942 12.07677719 10.84648531 10.55394958 11.08127918 11.54514483 11.40938667 11.35892784 11.70206959 12.2040693 11.71663048 11.1305761 11.55902532 11.72928014 11.41759112 11.69619041 11.96122402 11.51796411 12.16841905 11.59285739 11.55469915 11.81321964 12.32265378 12.49666397 12.19555118 11.72919697 12.35820794 11.8979476 11.13692423 11.88349163 12.16340205 12.3294848 +LQ06X002580 Short-chain dehydrogenase, putative 5.457442109 5.070768676 5.443350921 5.389862948 5.338161147 5.825478958 5.362611117 5.672670993 5.354025278 5.552662021 5.701718928 5.235331985 5.108570775 5.477743264 6.092352894 5.385972074 5.837442295 5.224229745 5.550091942 5.627909598 5.619212973 5.401981873 6.292409172 5.840239852 6.145462024 5.29929444 5.081959808 5.756133929 5.520758674 5.383301973 6.099371151 5.380075805 +LQ06X002590 Mitogen-activated protein kinase kinase 4 12.51363738 12.7653186 12.64062161 12.11696413 12.71963256 11.91569129 11.94778189 12.46478834 12.2752899 12.40802143 12.55535492 12.13189943 12.52315465 11.7658155 11.99112794 12.19672019 12.735149 12.99908304 12.7606854 12.97778725 13.31761387 12.37493144 12.89997326 13.01322389 12.37942236 12.53787221 12.7436712 12.75286029 13.256361 12.64836027 12.94335514 13.21724812 +LQ06X002600 Putative Cytoskeleton-associated protein 5 5.120187544 5.110578794 5.25022283 4.799678675 5.158786611 4.550158013 5.333352281 4.743566829 5.258317571 4.789299375 5.077640995 4.769093408 5.028136733 4.78006735 4.953573944 4.968118255 5.006493773 5.189713967 4.76543305 5.154730259 5.253977241 5.345536109 4.769281799 5.016433357 5.193412749 5.464549889 4.812870699 5.075219273 4.944600535 5.205125132 5.168959436 4.931082341 +LQ06X002620 D-3-phosphoglycerate dehydrogenase, chloroplastic 5.415102418 4.776368759 5.316908332 5.461644437 5.303698617 5.086655157 5.151695179 5.044447539 5.194038812 5.131252298 4.973492771 5.317334756 5.400091599 5.265276863 5.342395769 5.12524746 4.873128557 5.081198499 5.399985968 5.122213444 5.225197146 5.178725926 5.10236599 5.942067964 5.270813125 5.013666804 5.556727515 4.886737853 4.882770873 4.850809902 5.067927473 5.005073982 +LQ06X002630 Small nuclear ribonucleoprotein E 5.96460766 6.033558956 6.940412038 6.372356297 6.255308003 6.620664826 6.392821256 6.336088198 6.520150141 8.405473481 6.966475961 6.286722196 6.838109429 6.507113424 7.537072324 6.883849871 6.229904951 6.50915708 5.817469955 6.583891968 5.864731215 6.336084525 6.635947392 6.669093098 6.693976548 6.147498064 6.195377712 6.159153616 6.818898288 6.559660423 7.284657453 6.35911765 +LQ06X002640 RNA-binding protein with multiple splicing, putative 6.268564354 5.919899745 5.517174986 5.87669833 5.762540234 6.028833178 6.073262478 6.493669871 5.805418228 6.135007761 5.924846583 6.486373703 5.852069853 6.523580615 6.793499653 6.063477638 5.532162052 5.892479603 5.661832266 5.979240979 5.747319434 5.786721408 5.980705303 5.601247823 5.807166739 5.378105716 5.488276959 6.124375615 6.368940984 5.595435347 5.044788498 5.711654483 +LQ06X002650 Receptor-like protein kinase 9.705676444 9.506390494 9.734663443 9.647617758 10.08521736 10.10426149 9.921861239 10.11787644 9.96248329 9.207895582 10.02937694 10.06264287 10.14934695 10.31886396 10.00619955 10.4542938 10.42086654 10.41274272 9.766522984 10.95300843 10.73530223 10.34786779 10.81615334 10.65729927 10.17275796 10.89087301 9.758500437 10.76980686 10.54624215 10.50266945 10.78668457 10.91590701 +LQ06X002690 Putative uncharacterized protein 8.131846843 8.118584501 6.973879004 8.91625484 7.794305427 8.342850859 8.625706184 8.912389637 8.153110318 7.392671354 7.234880056 8.545521816 6.977087591 8.349960147 7.698903793 8.269953596 8.449551929 6.85373196 8.721225842 6.700602733 6.618154883 8.794478802 6.765354995 8.021615322 8.630071603 7.846056606 9.118994753 7.4217411 7.526381481 9.252349137 6.581612242 7.575922194 +LQ06X002710 Putative Patatin group A-3 12.63858479 13.56035196 12.1511024 10.89821515 11.45525968 5.865118596 5.528452111 6.848631713 13.10266284 13.49532981 12.95551934 11.30875868 11.7405398 5.944734988 5.812220075 7.231324823 11.1943015 10.88984367 12.36979065 11.35089737 11.52455046 12.39794023 6.460135714 6.136598557 12.52536467 12.34205432 12.72093315 11.34120509 11.60213493 9.32547494 5.381789939 6.593619513 +LQ06X002750 Putative Fatty acid 2-hydroxylase 6.021381284 6.408698187 6.35656497 6.090305798 5.521692675 5.636469889 5.53264735 5.315117767 5.84945752 6.336193019 6.79816252 5.960539421 5.936822425 5.685988419 5.558340776 5.586590536 5.736088725 5.567338812 5.779357353 6.140342354 5.598895411 5.634449551 5.612600686 5.519313561 5.543822412 5.954131945 7.025710668 5.144641685 5.099380892 5.701138105 5.64278153 5.442701265 +LQ06X002800 Hypothetical protein 4.835580054 4.5055801 4.753427162 4.732998496 4.821607714 5.126514684 4.79185907 4.794207658 4.772278766 4.480296199 4.691354651 4.795815589 4.638785442 4.985932503 4.789593973 4.871224189 4.709624472 4.541629701 4.860782968 5.051987554 4.538598785 4.589903694 5.36925607 4.746614003 4.626259078 4.786173002 4.765501685 5.040614999 4.930674734 4.743057449 5.399379154 5.179535063 +LQ06X002810 TMV resistance protein N, putative 7.597945885 6.748340083 8.621093388 8.804714905 9.285294476 8.690875732 8.541910558 9.981497051 7.922815307 6.557472542 8.834244245 8.838972038 8.639581267 9.051884799 9.531664926 9.78050104 9.647743144 8.675779509 9.08300073 9.351775 8.68300051 8.242826513 7.059327008 5.941209629 8.020441591 8.110692497 8.398617727 8.076021341 8.121749281 8.832862695 8.534325833 7.005751573 +LQ06X002900 Putative Probable disease resistance protein At1g12280 5.293797276 5.110023629 4.984474631 5.771379993 5.288688953 5.072245937 5.166183533 5.510207637 5.218953791 5.320090408 5.110497833 5.982560554 5.684625027 5.338572944 5.01222433 5.585796104 5.052121244 5.010438632 5.220107444 5.134312124 5.398771165 5.540792873 5.348902397 5.042508085 5.230328711 5.738737052 5.609013697 5.730613586 5.598447064 6.053274325 4.890402384 5.721880772 +LQ06X002920 Putative Disease resistance protein RPS5 5.339360029 5.026077136 5.687559715 4.984133998 5.057426392 5.135305688 5.414304176 5.279034424 5.260489269 4.994482129 5.72647561 5.092299652 5.084494847 5.234257312 5.188957195 5.145546769 5.024142661 5.020291273 5.157063463 5.405328277 5.22343459 5.094912269 4.974089646 4.739896312 4.777982928 4.86751433 4.867573433 5.059876719 5.336362385 5.148473205 4.997795731 4.845783001 +LQ06X002940 Alpha-galactosidase 6.500670619 6.074646796 5.998363658 6.216394518 5.8873099 7.220604275 6.466948843 7.301861611 6.079607691 5.258300028 6.307695862 6.265737698 5.992728544 7.423480716 6.25517404 6.934952566 6.75049505 6.583910623 6.038212834 6.89162093 6.627166346 6.979688644 9.107535568 8.876239657 6.918880472 6.18114619 6.13219792 6.935277081 6.790730595 7.833008678 8.817207076 8.270910424 +LQ06X002960 Hypothetical protein 10.15859562 10.8947665 9.379296115 9.698993347 9.825669754 10.86800359 11.02508827 10.44353019 10.63957717 11.48971257 9.683169134 10.24297656 9.746767572 10.80100723 11.10256673 10.90061741 11.92552452 11.33948072 11.51667566 10.73634429 9.97168914 10.12135764 10.71035122 10.42140937 11.30616904 11.22048674 11.82813347 10.62018188 9.609374407 10.2172463 10.34743102 9.843952103 +LQ06X003050 Putative Anaphase-promoting complex subunit cdc20 5.107356212 5.358969662 5.729135607 5.267387867 5.949314109 5.604174565 5.423199863 5.62900492 5.184759344 5.282551913 5.985786547 4.939553262 5.689425862 5.413258356 5.117460311 5.679024881 5.319129609 5.314064908 5.095662601 5.212011372 5.511373859 5.218761793 5.480599007 6.044759481 5.568135071 5.234419645 5.792493168 5.212047328 5.754900429 4.965060123 5.792947135 5.646355249 +LQ06X003090 Putative F-box family protein 10.25213815 8.502906581 10.18515563 11.21035804 9.246926108 11.98060003 11.89860343 10.62749393 10.19787473 8.809523961 9.906855713 11.20904946 9.861693099 11.77754125 11.4914267 11.0792544 7.990619712 8.565776122 6.159213153 7.308874079 7.428284025 6.609801245 7.781173824 6.105342504 7.485457235 7.969376266 6.122819319 7.294169223 6.909953923 6.604606049 7.274516419 5.505134141 +LQ06X003100 Putative uncharacterized protein 12.38353607 11.93778332 13.10983168 12.51444909 12.57729614 12.9914772 13.25283884 13.00920589 12.16530501 12.01341677 12.8094616 12.61408117 12.88553441 13.00428656 12.90642857 12.9804147 11.8070222 12.3639626 11.89419383 13.03368165 13.630633 12.08549579 14.01986391 13.80406151 11.88705493 12.01345183 11.86852541 12.46055624 12.93587883 12.22627886 14.1210583 13.77632203 +LQ06X003120 Signal recognition particle 54 kDa protein 2 10.34338862 10.6842289 10.38578909 11.08681424 10.48884374 11.26208626 11.08359256 11.13877699 10.57922603 10.71913523 10.57797485 10.86939544 10.4227554 11.20519494 11.12843676 10.78926899 9.687954012 10.34704491 7.605236223 9.733669909 10.45670104 10.25632846 10.39162448 10.83864248 9.614351046 10.48931541 8.643387951 10.26079349 10.67496165 10.6342768 10.25492571 10.97582041 +LQ06X003130 Putative uncharacterized protein 4.924248493 4.726515034 5.042077579 4.768412168 4.999757403 4.952948589 4.826339237 4.992801584 4.89849638 4.716029508 4.6857702 4.842105198 4.726321503 4.94544424 4.898805592 5.043804081 4.594453341 4.61379055 5.036834615 4.740231207 5.079430812 4.829327218 5.343714438 5.026968449 4.556271477 4.771905125 4.666659942 5.17076606 5.328648453 4.689707144 5.281576414 4.688659823 +LQ06X003140 Predicted protein 5.397358718 5.271668515 4.875778818 5.508067123 5.040672158 6.098676683 5.623466126 5.378000951 5.896196114 6.606021915 5.704888303 5.690390188 5.660501555 6.123148446 7.025476411 5.224794669 5.781538013 5.42875259 5.065738148 6.026305185 5.358985612 5.284473166 5.326218673 5.686427137 5.28966053 5.787425968 5.088619967 5.548419266 5.595939184 5.239886831 5.948341767 5.471964243 +LQ06X003160 Putative Checkpoint protein HUS1 10.40704429 10.32726373 9.707102905 10.02941221 9.981584452 10.19365735 9.905779569 10.29354506 11.09675908 10.85950945 10.23889835 10.23615651 10.3557185 10.2984685 10.37519827 10.14575492 9.828616682 9.605629359 10.62652948 9.582856602 9.991583129 9.980190309 10.16096202 10.32926246 10.81461423 10.37788745 10.81165017 9.264249715 9.824953832 9.989454884 9.988800305 9.945548912 +LQ06X003190 Protein FAR1-RELATED SEQUENCE 8 5.794315314 5.577892356 6.325299418 5.618725106 5.428352854 5.874667222 5.873361566 6.09343004 5.592266163 6.243406517 5.58357295 5.641582018 5.190598372 6.120256773 6.100635839 5.655193545 5.621558317 5.544500786 5.635375818 5.852144201 5.433091584 5.164575615 5.487962576 5.903454554 5.700800808 5.543450811 5.278171057 6.171155325 5.98777454 5.382967051 5.36441496 5.589135259 +LQ06X003200 Putative Haloalkane dehalogenase 12.40722392 11.17579783 13.97590795 14.41560028 13.80182758 14.74586333 14.64059575 14.85421492 12.38318303 10.957538 13.56350985 13.66671906 13.63490984 14.71371818 14.76602282 14.64423342 10.45691251 11.16598437 9.89272305 13.01082515 13.03328666 12.60325058 14.8384467 14.57373467 11.00491861 11.46216696 10.34986269 13.64013353 13.3436036 13.76599921 14.83067277 14.33986104 +LQ06X003210 Formamidopyrimidine-DNA glycosylase, putative 12.20877541 12.23384559 11.31661882 11.36283703 11.53674738 11.86488432 11.77922941 11.47161503 12.7090482 12.71931099 11.96320592 11.71119291 11.69824026 11.89145831 11.92619447 12.17748833 11.91462803 11.5740704 12.58084937 11.51184042 11.70175256 11.82057711 11.2292969 10.83175736 12.78697183 12.10143122 12.52290682 11.35006464 11.69349123 11.38031541 11.53606243 10.81574104 +LQ06X003260 Putative uncharacterized protein 5.035051334 5.45615303 4.974917461 5.358212926 5.136303028 4.916105892 5.259951624 5.527790582 5.184269083 5.088365832 5.494574955 5.265839057 5.712885019 5.034099181 5.54551034 5.346154796 5.346821904 5.106022364 5.023618807 5.265621748 5.134032965 5.075733091 5.021972521 5.180764617 4.909292779 5.467553718 4.863008612 4.953639765 5.479790495 5.20911888 5.039398792 5.091781601 +LQ06X003330 Glycerol kinase 5.206005795 5.253397678 6.463589535 5.525323275 5.273623784 5.270271913 5.315098541 5.798182098 5.529448361 5.165710849 5.373414089 5.230732885 5.911358643 5.477956539 5.618960314 5.595904475 5.678551258 5.495030406 5.31455619 5.351000239 5.646312024 5.439095055 4.967960389 5.968340581 5.735104702 5.224251455 5.087114635 5.188062246 5.500980647 5.843055202 5.86136388 5.381160046 +LQ06X003340 Pyrophosphate-energized vacuolar membrane proton pump 11.88343513 11.21479095 12.01752698 12.83000524 11.95155402 12.2467771 12.16478831 12.39111246 11.49153793 10.78000694 11.47609624 12.31420673 11.73142747 12.02398128 11.89791891 11.65930751 11.12294831 11.48335975 11.72277196 10.42906581 11.46917522 12.15168593 11.8577403 12.07676697 11.71478888 11.70315726 12.28115412 11.24779583 12.05161789 12.84769405 11.78888124 12.31560767 +LQ06X003360 Putative Protein SRG1 12.34680123 12.99929804 14.33033846 14.44290486 15.30559952 14.47649955 15.32605512 15.23479444 12.95983383 13.15736513 14.51227639 15.17787184 14.96713534 15.03173907 15.6195023 15.58400593 10.58178722 12.31367926 12.82639718 14.04242164 14.17233293 14.59683346 14.95767564 15.14847939 12.36289306 12.93367096 13.59088247 14.92156703 14.67117916 15.43215708 15.16864369 15.1615978 +LQ06X003410 Hypothetical protein 5.749833879 5.23459275 5.758861194 5.276105422 5.635838541 5.166017038 5.16274268 5.221512847 5.831677468 5.850692877 6.392597206 5.518013673 5.692908475 5.776313591 5.036611487 5.452231742 5.553735307 5.444489289 5.938507669 5.814150737 6.070499209 5.738115389 5.823730734 6.19160163 5.392770738 5.708764595 6.044783479 5.376655877 5.879210142 5.842211947 5.259150595 6.679530734 +LQ06X003420 Putative COBW domain-containing protein 2 5.340621046 5.533734095 6.104018623 5.808766321 5.77718997 6.231405445 5.860868301 5.870846971 5.508534252 6.214978724 6.181048084 5.477963815 5.185341432 6.743134247 6.913080548 5.635014425 5.353939362 5.389709134 4.910102391 5.443231583 5.123250794 5.384100333 5.596724935 5.611908449 5.584093403 5.233063376 5.147113443 5.35333479 5.351497979 5.647042937 5.876330058 5.764157933 +LQ06X003440 Putative F-box/LRR-repeat protein 14 5.232882178 5.301564166 5.386958565 5.09837125 5.506223732 5.178823152 5.138929295 5.041948707 5.154826976 5.233726003 5.420028615 5.090498825 5.634235663 5.111631562 5.273371791 4.899343565 5.471296043 5.264272994 5.639598252 5.678822386 5.644908585 5.105720223 5.248421902 5.657217162 4.882735001 5.496849116 5.26876222 5.543852649 5.370736719 5.626034922 5.545062159 4.939903255 +LQ06X003470 CTV.2 5.970923423 6.080253139 6.002730983 6.000797952 6.122228469 5.308258381 5.73499874 5.42552506 6.042519164 5.744991015 6.048554778 5.863336205 6.492811744 5.323997001 6.106334621 5.81157134 5.921371138 6.277031089 6.684937729 6.260458618 6.583456188 6.204077762 5.463339492 5.616192539 6.097426035 6.563319305 7.481009194 6.98838222 6.783706947 5.853648391 6.11817914 5.814687558 +LQ06X003480 Putative Probable sodium-coupled neutral amino acid transporter 6 5.588366002 5.718911552 5.291772175 6.941034133 5.865721923 5.832467663 5.877314338 6.865939033 5.784895371 5.224351759 5.041720378 6.647013734 5.784660263 6.07916561 6.061663523 6.189727182 5.431440095 5.007154173 5.087790601 4.980769114 5.465995589 6.367759962 5.712127856 5.211559919 5.616344502 5.185923869 5.220371992 5.333119414 5.323415171 6.665027337 4.916826955 5.138955009 +LQ06X003500 Putative uncharacterized protein 11.68709509 12.07657248 11.59461213 11.24870892 10.95933542 9.202446999 9.475401253 9.958607353 11.92382526 12.51373308 12.10228116 11.40180477 11.8139635 9.903033851 10.04625777 10.13119644 11.19515496 11.60588873 11.911014 12.45317912 11.69690148 11.62507976 10.47526911 10.55380428 12.25414282 12.38791542 12.04434707 12.43031812 12.43492499 10.85871832 10.280172 10.69396372 +LQ06X003520 Hypothetical protein 10.8801373 10.99756499 11.08563593 10.90408219 9.04130885 8.310066696 7.993758856 7.373956584 10.68309192 11.16173009 10.84004231 10.85945465 10.07568227 8.126894207 8.218636914 7.931111986 10.40820804 11.21556598 10.35401665 11.22380717 11.5448074 10.0167518 8.518693027 7.590138379 10.29426928 10.97860542 10.73162479 11.35181118 10.65810897 9.845062669 7.236453441 6.825013615 +LQ06X003530 Predicted protein 5.254811651 5.035447766 4.794497019 4.806495217 4.867823184 5.070989662 5.359622237 5.370485189 4.778479343 5.045644161 4.573980292 5.124872086 4.941002725 5.125490587 4.87068351 5.049523499 4.637845717 5.047326511 5.640604389 4.9245219 4.816050108 5.169139755 4.706560438 4.719959542 4.720029806 4.865572507 5.964294959 5.076171274 5.10356797 4.883736434 4.93132 5.025836243 +LQ06X003560 CTV.22 12.41967517 12.36636924 12.37739906 12.90143409 11.82781636 13.07985455 12.95638309 12.64469425 12.63544614 12.7277595 12.47431068 12.61284348 12.12183499 12.89682561 12.61428327 12.72131818 12.74627208 13.40632479 12.90943253 12.75748744 12.51912322 12.21497111 12.44597155 12.673466 12.53866503 12.82366854 13.07224334 12.50056941 11.69365713 12.39830722 12.59285358 12.52863977 +LQ06X003650 Putative uncharacterized protein 6.30057096 6.326562828 5.973900476 6.375467527 5.858404981 6.683482252 6.587125701 5.787067041 6.515733025 5.720169766 5.921847916 6.293363527 6.374819685 6.575679112 6.140003577 6.525025586 6.29663468 6.37933629 6.32626323 5.782134568 6.589739008 5.85209925 6.850723764 6.481807928 5.820339733 6.525661153 5.743289915 6.169386304 6.506209438 6.557118026 7.506109962 6.597343269 +LQ06X003870 Putative uncharacterized protein 7.767022303 8.711347207 7.756026186 8.04963163 7.519172834 7.296403453 6.592772674 6.281421933 8.640103001 8.262212531 7.887891766 7.939930209 7.880461393 7.047756195 6.655773475 7.201298996 7.894677378 6.808899603 7.902818731 7.567519839 7.636056354 8.135857333 6.135841165 6.566312601 8.135283936 7.482525452 8.588544629 7.273060483 8.216148901 7.038101974 5.949256077 5.966854048 +LQ06X003891 Os02g0236500 protein 4.795172482 5.330001357 4.771269363 4.552101006 4.60599992 4.812782945 5.026589099 4.885890027 5.038140025 5.233264534 4.807596288 4.934711003 4.735682126 4.744048982 4.513105224 4.729543326 4.795694293 5.064705509 5.104728512 4.779386667 5.003954834 4.878474981 4.984102125 4.912562923 5.007031423 5.157951784 4.915504307 5.466839489 5.321005814 4.689687166 5.051968601 5.209122285 +LQ06X003950 Rae1-like protein At1g80670 5.812040524 5.819807137 6.215958521 5.68462536 5.525793901 5.166314201 5.555275402 5.564310094 5.637289467 5.960840088 6.184516098 5.762000632 5.818190987 5.286691591 6.126001969 5.600150616 5.433846371 5.523973092 5.36499853 5.460875059 6.628672412 6.102684216 5.784403148 5.236391579 5.928001921 5.902472248 5.734186052 5.352854511 5.616105485 6.070907405 5.617181946 5.38302404 +LQ06X003970 Putative DCN1-like protein 4 12.07565981 12.16985294 11.45149814 11.8954499 11.63778037 12.6944938 12.65927769 12.22888415 12.18510741 12.46084034 11.66574691 11.90827935 11.92319475 12.59661523 12.54505368 12.22229091 12.47410639 12.0726516 12.56414373 11.69817377 11.02797413 11.62531537 12.18408788 11.78053159 12.4661471 12.11553411 12.56989968 11.65321581 11.55284859 12.05472478 12.08312763 11.59887284 +LQ06X004000 Putative Uncharacterized protein At2g39795, mitochondrial 5.523375495 5.387348739 5.029830433 4.857165455 4.899852942 5.009352681 4.845084833 4.514631092 5.302674248 5.905483484 4.749853342 4.921676141 4.90321706 4.948102022 5.318935026 4.841424789 5.28454546 4.944811062 5.345024432 5.45562119 5.758401486 4.84841825 5.195861473 5.933076994 5.313676562 5.412977435 5.569241277 5.264003412 5.547150215 5.19357054 4.549662312 5.739792559 +LQ06X004040 CBL-interacting serine/threonine-protein kinase 25 5.154206184 5.855697554 4.927312523 5.061519814 4.806489642 4.803625078 5.256948534 5.39113185 5.001524075 6.058846127 4.963252087 5.175753344 5.098282399 5.055232151 5.270970549 5.099459851 5.228031758 5.084381352 5.22865423 5.375142707 5.6158861 4.838301836 6.511106259 4.993740371 5.225911841 4.9524578 5.964892116 5.817519047 5.987584296 5.059190429 5.497972403 4.863396859 +LQ06X004050 Putative PRP38 12.15834453 12.89337338 12.02494933 12.21887032 12.23359993 12.22648896 12.09492994 12.04838463 11.94083129 12.30945831 11.90488791 11.80184816 12.02969315 12.06027954 11.85029257 12.42719617 11.54849441 11.70861558 11.01022535 12.14847502 11.86799978 11.51532669 11.71008791 12.10303043 11.43448997 11.68440387 11.26719799 11.73478793 11.90822817 11.62910752 12.02469227 12.29383487 +LQ06X004060 Metal transporter Nramp1 6.368388017 6.652166089 5.775526563 5.819185242 6.528825341 7.556879591 7.299331284 7.97087212 6.897017657 6.317274007 5.979592996 5.866203989 6.201170441 7.838091123 7.268137982 7.555890975 6.16505536 6.030046077 6.14240435 5.548899683 5.542636024 6.613554949 9.290871671 9.213284288 6.582396512 6.822672745 6.838725815 6.47921135 7.266911923 6.059472297 9.061074507 8.845192707 +LQ06X004070 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 11.85589516 12.23533409 12.7328591 13.73679853 14.11390717 13.29222985 12.89016668 13.14120623 11.92868067 12.13664695 12.4094275 14.31307625 13.34231666 13.35371915 13.40173387 12.94045472 12.94841997 12.04427115 13.2674934 13.05153003 13.05571673 13.58867421 12.59230125 12.67728175 12.60792441 11.691573 12.64941533 13.54006331 13.26214859 14.73460706 12.67675355 12.68905112 +LQ06X004080 Putative Predicted protein 5.969272866 5.194221041 5.796426926 4.967173588 5.883382327 5.965019026 4.741380077 5.902970357 5.261587376 5.344012822 5.542311701 4.841115266 5.174843931 5.225898121 4.909479358 5.855206586 7.063783446 6.635185217 7.054959399 6.098896339 6.281353931 4.938598151 7.474161122 7.134957742 6.992716692 6.590707235 5.707291609 8.377044856 6.148634666 4.886209462 8.238030538 6.214336682 +LQ06X004090 40S ribosomal protein S12 12.71867946 12.33319963 12.05571326 12.03915014 11.8936451 12.35207927 12.37325216 11.81029721 12.68124966 12.86655394 12.22980656 12.39240569 11.95292934 12.33023983 12.44054498 12.16135283 12.80573321 12.52664198 11.96495715 12.15172843 12.72678039 11.74520167 12.41835752 12.03760493 12.7402439 12.57907778 12.34560945 11.98942806 12.47287178 11.82938195 12.45241441 12.05607875 +LQ06X004110 Probable CCR4-associated factor 1 homolog 6 12.59793682 12.44259035 12.41068405 12.64082649 12.34037231 12.53540997 12.66817163 12.71263871 12.42015187 12.37648632 12.30390889 12.60568116 12.40285179 12.71326296 12.85079729 12.54714156 12.30334462 12.35190603 11.97264685 12.58796322 12.47074522 12.70720711 12.9415074 12.48494033 12.23268613 12.02921758 12.05231541 12.68649934 12.333823 12.68198666 12.82501105 12.47387571 +LQ06X004130 Putative uncharacterized protein 12.06042058 12.17365032 11.96000169 11.08546634 11.67441633 10.65202347 10.7743841 10.37068441 11.41562861 12.27284807 10.97600432 10.10110522 11.10610337 9.623873279 11.13425561 9.561366135 11.46017715 11.78003394 12.4551465 12.0840213 12.31358409 11.44949161 11.24695568 11.21336639 12.22058752 12.48586265 12.67000684 11.88190305 12.314211 11.25912474 11.46190831 11.09501791 +LQ06X004150 Aquaporin NIP6-1 10.69987667 10.76760835 10.05544135 8.661683914 8.619227354 6.464587835 7.045905772 7.392958685 10.45084314 10.40091785 10.1828293 8.236481961 9.055189588 7.560086731 6.737790976 8.243545753 10.13671305 10.29777065 10.57184642 9.966255718 9.890655274 9.408559691 6.66018723 6.647097349 10.3754747 10.46989074 10.85482118 9.524377504 10.14717605 6.94467668 6.747366822 6.644583794 +LQ06X004190 Putative Conserved oligomeric Golgi complex subunit 2 5.595567256 5.096518577 4.903836763 5.149115765 5.076724708 4.949857314 4.911802443 5.160670088 5.526817861 5.387466576 5.624131164 5.210911795 4.844556087 4.826254279 5.015450385 5.016443927 5.540536771 5.379305404 5.31473783 5.29175374 5.169532566 5.195465351 5.318976037 5.859747438 5.085688412 5.008302512 5.016019348 6.061267672 5.057598154 5.164283507 4.624334749 4.651016254 +LQ06X004260 Predicted protein 9.47581473 8.594311761 8.447921347 10.35850745 9.048791557 10.92920037 11.09487908 10.89317546 9.665034848 8.931458965 9.055348741 10.57503949 9.199509223 10.96383061 10.69369995 11.3304935 8.729696123 8.464786981 8.012145683 7.760193401 6.727471308 9.242726682 7.497553632 8.303290214 8.625960588 8.341326697 8.023886289 8.063552318 6.708444359 9.208011004 7.862520213 7.803784657 +LQ06X004320 Predicted protein 12.31754749 12.1055393 12.5188784 12.89950901 12.74998931 12.91429616 12.94761313 12.71943477 12.45535806 12.44777416 12.77434623 12.88178432 13.13908218 12.78547112 13.07544924 12.81191476 12.1898833 12.58027308 12.13987711 12.47524171 12.33028249 12.78742535 12.47514255 12.29776649 12.48279613 12.87092307 12.13432943 12.77487222 12.38392252 12.96185062 12.62353423 12.28390811 +LQ06X004330 Putative uncharacterized protein 6.884793609 6.250368887 7.170633479 5.839712453 7.779399702 6.27995674 5.556481055 6.594235588 6.542318383 6.694313364 6.722193029 5.779038683 7.13221407 6.282763024 4.988512928 6.756836364 7.432383195 7.277997121 7.403929743 7.308529025 7.753460765 6.452460192 8.081772281 8.051006726 7.308674015 7.327888572 6.995215848 8.799375314 7.533915056 6.427577611 7.995631341 7.629467467 +LQ06X004340 Probable protein phosphatase 2C 18 12.52105816 12.40813279 12.27556307 11.73581272 12.26467928 12.33052211 12.03979057 12.51851798 12.50575204 12.17308102 12.28512416 11.78690242 12.03163022 12.42990511 12.0803937 12.27476195 12.51458165 12.19070905 12.44980239 12.36929338 12.43738433 12.23126966 12.99910348 12.66987489 12.33907333 12.00281644 12.78283765 11.99499737 12.57115825 12.32597436 12.92234949 12.78037248 +LQ06X004370 Putative Aspartic proteinase nepenthesin-1 5.238702215 5.172440196 5.168411831 5.110247765 4.975789697 4.964825465 4.99305092 4.815351457 4.970848572 5.207033388 5.039676518 5.162437664 5.20071853 5.077434766 4.913797177 5.038775625 4.723764886 4.606173382 5.287376869 4.865671011 5.250759053 5.223912416 4.894533946 5.184662454 5.345285054 5.078648998 5.213764877 5.008353372 5.223795872 4.980031092 5.07414933 5.578561045 +LQ06X004380 Transporter, putative 10.05655444 9.831085075 9.855957993 9.943340584 9.602138164 10.38945151 10.47051295 9.810953919 9.982799522 9.739731288 10.15612702 10.39056517 10.08700694 10.57156002 10.5315343 10.44483194 9.137700016 9.727681308 9.417090448 9.655788271 9.798462355 9.513291242 9.038000779 9.662992702 9.322470861 10.12430862 9.508334091 9.907389143 9.828284617 9.714496157 9.422310468 9.66996823 +LQ06X004420 Probable WRKY transcription factor 40 4.741347018 5.201943649 5.175508724 4.69377977 4.972457896 5.110364714 4.915664349 4.628318961 5.010645563 5.210462391 5.10079805 4.910926611 4.955972734 5.050858963 4.790731873 5.018622527 5.20135167 4.905964335 5.598295758 4.824308525 4.655034054 5.011626568 4.902700305 4.956026463 4.982563545 5.436429308 5.452344515 4.913598095 4.811413252 5.192401812 5.025092359 5.355159987 +LQ06X004470 Predicted protein 5.083329452 5.406468589 4.751137068 5.440206689 4.881471995 7.841678367 7.019703755 6.454214294 5.138077678 5.263303657 4.761537287 5.484017463 5.130483145 7.542760292 5.964635363 5.38272823 5.068655538 5.01376818 5.243055105 5.038580235 5.369148317 4.857591282 4.696747166 5.006715349 5.146495199 5.271620677 5.311540244 5.703172685 5.66435323 4.930932796 5.073331216 4.883383878 +LQ06X004600 Putative Lamin-like protein 13.14479739 13.62160505 13.0171408 12.06683872 12.59527435 8.613431189 8.314163621 8.119109795 13.43734265 13.89677333 13.45571585 12.05211019 12.94072464 9.177203943 8.70240947 9.13207469 12.48225889 12.60638037 12.669516 12.78764029 12.75576417 13.75970653 7.963198171 8.353034865 13.19500014 13.35167922 12.59880472 11.77744389 12.43309247 10.32417259 8.892737464 7.713515246 +LQ06X004620 12-oxophytodienoate reductase 2 9.740081485 12.03635989 8.993795054 9.33512338 11.22006972 9.769269542 10.06395335 12.95866746 10.87000838 12.13259548 10.33506521 9.798857955 11.05977503 10.70999102 11.19052579 12.5096089 11.91109797 10.21857208 12.10223607 11.01228502 9.240979785 11.68332406 10.5705087 13.12549816 11.00397201 10.94125925 11.59820896 9.819157982 10.05365709 12.1848205 11.60499157 13.55092799 +LQ06X004630 12-oxophytodienoate reductase 1 11.11539738 13.03882813 10.05554465 10.72264564 12.47500341 10.58423313 10.90030198 14.05879459 12.53425255 13.03589885 11.39486884 11.04181497 12.49000255 11.6689622 11.8226053 13.98923877 13.28359752 11.27704587 12.8718339 11.99407195 10.56750737 12.37728917 11.14612217 12.52362014 12.18468977 11.46289442 12.33838086 11.26394919 10.94841882 12.82621637 11.95997169 12.85640209 +LQ06X004690 Putative Mitochondrial inner membrane magnesium transporter mrs2 10.22674932 10.48960237 9.717697591 11.08412584 10.30657514 12.1130166 12.23032642 12.56729687 10.45186754 10.33783238 10.02089211 11.33737578 10.50893736 12.31838448 12.03970365 12.45374492 11.26803129 11.41775576 11.66698505 10.81145416 10.7149233 11.02298058 11.87779101 11.76780903 11.06096998 11.28713944 11.68720848 10.93507012 10.65379826 11.48838395 11.75358503 11.6522085 +LQ06X004700 Chaperone protein dnaJ 8, chloroplast, putative 6.626139319 7.078347569 6.976855529 6.900683739 7.139755331 6.487123135 7.024900505 6.352657941 7.141737675 8.086744889 6.150820002 6.411584071 6.907773977 6.179631657 7.781812093 6.968033197 7.044518584 7.892111919 8.427273006 8.062876801 7.208093885 6.744790286 6.440653581 8.19096078 6.087935492 6.682530659 7.578225844 6.625799818 6.91514749 6.873669022 6.953691415 6.464783409 +LQ06X004720 ALA-interacting subunit 1 4.895408708 4.840409492 5.315484872 5.186297807 4.953426415 5.635526246 4.986311599 5.23624648 5.022946178 5.210673917 5.174391495 4.99810488 4.940795389 5.089184192 5.223163674 5.475028171 5.126638796 5.086534532 5.558894432 5.219612998 5.231467849 4.987797533 5.444066567 5.255087216 5.145088489 5.212782515 5.275544435 5.275258071 5.222857021 5.553819258 5.087718536 5.871379241 +LQ06X004792 Hypothetical protein 5.595381375 5.241088553 5.288466655 4.907265549 5.152793242 5.099720944 4.946226558 5.430030763 5.270333682 5.288548607 5.530667641 5.075128797 5.333648409 4.980539797 4.949809244 5.161855893 5.478662365 5.19168163 5.270733361 5.290388187 5.488800161 5.112517563 5.747397858 5.483904021 5.108225316 5.210002723 5.781158371 5.15410697 5.034867513 5.355976324 5.720548602 5.665881724 +LQ06X004820 Putative Anthranilate N-benzoyltransferase protein 2 11.23965913 11.08249697 12.85427251 13.07767811 14.20030019 12.5154785 12.42814685 12.77044169 11.30882796 11.02908222 12.44247862 13.77235301 13.19934564 12.40535438 13.16833408 12.72604088 10.99462898 10.9524879 11.00933822 12.53711066 12.88591561 13.25656973 12.3085129 12.36627994 11.01017423 11.02447582 11.46751059 13.04539415 12.93951679 14.53915818 12.33810283 12.2040019 +LQ06X004830 Hypothetical protein 5.637178803 5.435916616 6.346555616 5.375945945 6.056096916 4.91869216 5.445654933 5.420549998 5.501739785 5.368556969 5.749920673 5.592659512 5.689624811 4.949887538 5.096516754 5.231227182 5.782650386 5.669846324 4.949016806 6.117780658 6.254393775 5.557031048 5.624441499 5.448041427 5.767130382 5.642961533 5.593088802 6.413412852 6.304467242 5.885786431 5.252470593 5.015652575 +LQ06X004840 Putative Predicted protein (Fragment) 5.021223415 4.814978733 5.142253177 4.592118282 4.896553742 5.20335853 4.727288085 4.691064918 4.934248915 4.647157136 4.883981503 4.737641136 4.776914602 5.070988114 4.638182667 4.805829459 4.702358454 4.991222427 5.021323029 4.946654829 4.950512753 5.015997622 4.996142272 4.800982521 4.671278201 4.714608405 5.110677972 5.124047035 4.758604646 4.876509766 6.146662133 5.098335697 +LQ06X004850 Putative Sorcin 13.49762117 13.65036101 13.62108028 13.244274 13.75699964 13.75782955 13.70572402 13.73384696 13.36614023 13.59912184 13.57188282 13.22639551 13.65837981 13.85724036 13.49607973 13.7217614 13.90823192 14.07844064 13.36942618 14.22324158 14.01928777 13.64358808 14.34324557 14.42295199 13.53664407 13.66616665 13.40447817 13.7329962 13.28688182 13.56030723 14.25869759 14.40470146 +LQ06X004920 Hypothetical protein 5.731678403 5.686233024 5.953696923 5.935601112 5.916754078 6.289218951 5.936679632 6.390835838 5.978605924 5.835660434 5.677831723 5.823112492 5.802543982 5.845092295 5.682254659 6.129172739 5.706076779 5.898171371 6.223413248 6.355437134 7.059107281 5.957049742 6.850104778 7.036980488 6.066633557 6.148625862 6.71436608 6.471186166 6.686993757 5.969173143 6.880884475 5.819763595 +LQ06X005170 Putative Tyrosyl-tRNA synthetase 6.287759546 6.291045507 5.720072168 6.340586035 6.003418634 6.002865628 6.507586443 5.81947521 6.497076619 7.914749552 6.425684121 6.153777699 6.42719925 6.097495362 6.789561907 5.876499075 6.050864777 6.306375619 7.963175769 6.211397578 6.314199314 6.238637165 5.646961311 6.339634047 6.384074405 6.334953764 6.404682148 5.389369587 6.909059164 6.007056842 5.657399701 5.692025933 +LQ06X005220 RNA pseudourine synthase 3, mitochondrial 6.862843231 8.014964437 6.434619709 8.82363837 6.207350319 9.809549726 9.801352102 8.881822775 7.349001113 7.202663061 6.281251196 9.097377323 6.487854426 9.813312492 9.868211777 8.913882424 7.596990426 6.493688203 6.428249033 5.554912008 6.341726363 7.361504526 6.544821039 7.825714363 7.731216185 7.020949479 6.324893981 6.225936895 6.291172997 8.311508554 7.75279539 7.26506041 +LQ06X005250 Putative Protein brittle-1, chloroplastic/amyloplastic 5.455095083 5.507178431 5.318135405 4.916476325 5.406256399 5.324873099 5.410379985 5.299274522 5.132372639 5.553268045 5.543620742 5.228328034 5.140337088 5.158605427 5.059692262 5.542795465 5.486042603 5.404285713 5.087891156 5.087533412 5.216026852 5.130238573 5.722165177 5.231920705 5.151055198 5.331704655 5.231072552 4.78889636 5.443514915 5.183924572 5.402717117 5.011089013 +LQ06X005260 Reticulon-like protein B22 13.0900625 12.83369733 12.75152805 13.26597322 12.48181729 13.03867967 12.94921032 12.25822598 13.13495105 13.21151168 12.6793695 12.98153095 12.74083314 13.08503069 12.86318163 12.72063929 13.30614905 13.34089059 13.43195554 12.45457156 12.42066763 12.71765358 12.50151713 12.1972451 13.2570541 13.04790015 13.38757333 12.27488773 11.99138488 12.54315897 12.3966746 12.38179953 +LQ06X005270 Pumilio, putative 10.38501486 9.410751685 10.34182886 9.959913604 10.38592933 10.48401819 10.25020064 10.23693543 10.12174809 8.958805848 10.05599267 9.646812176 10.23815218 10.44237625 9.820823232 10.07717714 10.32841215 10.28619531 10.73559577 10.38533038 10.53511442 10.24329662 11.29146466 11.0269826 10.56329138 9.883660177 10.47873589 10.55754945 10.80679811 10.67884279 11.28917606 11.28493498 +LQ06X005310 Hypothetical protein 5.077997487 5.365905517 5.091410037 5.238824566 5.021318534 5.168008781 5.299219816 5.750023692 5.204452709 5.471920697 5.188852444 5.501196162 4.8056652 5.208323851 5.166624889 6.072697899 5.081952587 5.284573385 5.518996128 5.309597566 5.142293138 5.374529921 5.0775031 4.919038743 5.286337273 5.486688853 5.150776533 5.058139201 5.073930759 5.11286124 4.869129657 5.195489089 +LQ06X005330 Putative uncharacterized protein 7.382722635 7.879329518 5.845314497 5.646183983 6.109836132 6.095595284 5.903188807 5.812941638 7.313890784 7.69128939 5.966317629 5.70955183 5.458963049 6.665629742 5.556859906 5.792754033 7.037772052 5.958920506 6.095750169 5.232907428 5.099175629 6.305557244 4.734664663 5.031800829 8.448396203 6.147665232 6.659296172 5.443123236 4.879585371 5.81806269 5.321354124 5.080016045 +LQ06X005340 Conserved oligomeric Golgi complex subunit 4 6.711709237 6.697101559 7.308975342 6.985654277 6.872918554 7.136476353 6.344860442 6.119987183 7.197118442 7.933284222 7.646680658 7.028662833 7.181199542 7.096863993 7.643555997 6.735788025 6.464585913 6.704133429 6.883281395 6.909253447 6.897122337 6.503451341 6.871129867 6.379136739 6.726288213 7.575704006 6.005059163 6.29555767 6.174538839 6.286442843 6.274996331 7.647702512 +LQ06X005390 Putative Serine palmitoyltransferase 1 5.387580343 5.309823148 5.056474549 5.27558335 5.170514944 4.957775458 5.331997556 4.77890399 5.17309702 5.32165944 5.318122657 5.188496664 5.346245211 5.038419739 5.117892072 5.047338893 5.431632834 5.235931741 5.741132213 5.294441324 5.248472644 5.599078941 5.788728043 5.720982948 5.233945543 5.464262908 5.729799993 5.642326007 5.346888938 5.679579544 5.303774026 5.013466607 +LQ06X005450 DNA-directed RNA polymerases I, II, and III subunit RPABC4 14.79599195 14.40791543 14.38240723 14.44721687 14.63700614 14.73038931 14.4536675 14.36261432 15.02001691 14.98126341 14.74626389 14.54510139 14.70286982 14.61768524 14.6806748 14.28171439 15.07828846 14.91921066 15.00458993 14.55209111 14.10481015 14.89433072 14.34085883 14.35886392 15.13812039 15.16832141 14.86780711 14.56435814 13.47355996 14.60453963 14.57442148 14.26719163 +LQ06X005480 V-type proton ATPase catalytic subunit A 12.60354069 11.91900686 12.60067835 12.11468137 12.19785412 11.94804312 11.60474278 11.45386119 12.13255916 11.99091858 12.19368324 11.74862152 11.93889046 11.72392633 11.56942081 11.04961729 11.83434521 11.32090212 12.00721239 11.56689844 11.161739 12.20354613 11.37290123 11.73514496 12.21138961 11.50836938 12.03802036 11.82068456 12.05127151 12.39892617 11.30006345 11.79786704 +LQ06X005530 Putative Protein FAM32A-like 13.15957056 13.16879424 12.77973646 12.68595677 12.47095979 12.74635368 12.68988809 12.54675218 13.30766124 13.21587952 13.03293008 12.60007791 12.58404651 12.80724769 12.61928892 12.83602218 12.91943481 12.72920272 12.90749307 12.94768223 12.25257774 12.62298791 12.81852165 12.33217568 13.20500253 12.84095639 12.96842899 12.62467139 12.06141946 12.44084473 12.83952541 12.21568689 +LQ06X005600 Putative Pentatricopeptide repeat-containing protein At1g14470 5.764447806 6.112958159 6.531153738 5.376631924 5.989638058 5.539651109 5.955585537 5.309439883 5.965938454 5.592500987 5.905333062 5.563253255 6.102414738 5.082171118 5.307378564 5.644248998 5.857805701 6.348296615 6.111834545 6.024670479 6.326690255 6.338134882 6.592315135 6.620430206 6.35583201 6.284879347 6.984729195 6.576097235 6.553379902 6.485015014 6.645276329 7.04625031 +LQ06X005610 PHD finger protein At5g26210 5.712713295 5.75783724 4.965537059 5.689831889 5.323927003 5.558486858 5.756634282 5.515917877 5.987359438 6.627484037 5.019603949 5.439476688 5.412341237 5.38341491 7.282154945 5.602572652 5.694679566 5.82937931 5.402872777 5.324632068 5.366882857 5.42239984 5.510313806 5.66047246 5.677055864 5.748109814 5.435698876 5.644738636 5.596025588 5.750767131 4.989825613 5.475093131 +LQ06X005630 Replication factor C / DNA polymerase III gamma-tau subunit, putative 5.709471682 5.480335703 5.485536324 5.423687589 5.490775469 5.312048825 5.35446333 5.467194042 6.016021357 5.59440012 5.858683205 5.473997166 5.654182227 5.099153816 5.100056058 5.456157184 5.940509959 5.423744657 5.360169817 5.879576712 5.332971759 5.353986999 5.118410312 5.464006746 5.68902227 5.448001549 5.809410969 5.241969303 5.083344217 5.520957915 5.137789803 4.922043837 +LQ06X005660 ABC transporter G family member 39 5.591569531 5.524818642 6.71335912 7.779612184 7.391742843 11.90535554 11.57334256 12.11671879 5.366944558 5.054038057 7.131997031 8.500141555 7.473759274 11.89979141 11.72819544 11.87415006 5.952967588 5.582578805 5.705345393 5.538583156 5.709663603 6.269532907 12.1098613 11.89916606 5.42246323 6.034800878 5.699728295 5.563358446 5.468011838 8.58654345 12.10293194 11.89810723 +LQ06X005740 Cytochrome P450 716B2 4.763804347 4.890961225 5.344003074 5.134579602 5.181250318 5.649833735 6.089944567 6.88142203 4.873357644 4.54868024 5.032909697 5.143110975 5.245411369 5.767620303 6.242049603 8.478527187 5.291368324 5.091788003 5.122369345 5.189880747 5.166571352 5.409624083 7.01182061 5.249590375 5.397194199 5.030465793 4.810865605 4.958329668 4.990096759 5.360021978 8.411502201 5.716599548 +LQ06X005770 Putative Cytochrome P450 705A20 6.650699422 5.887670258 6.297814598 6.671965437 6.232557141 8.888106247 8.463933871 8.330851622 6.482033846 5.233569964 6.023841625 7.592501281 5.87738376 9.386043187 8.346607336 8.892354764 7.907708949 7.937994871 5.711078558 7.784778917 6.730552379 5.584926435 9.651579878 7.120559761 6.93955678 6.849508402 5.509382745 6.718486357 6.811589177 5.627138956 9.159531249 8.038997426 +LQ06X005880 Polygalacturonase QRT3 5.808528595 5.26207809 5.597749168 5.526553556 5.7243903 5.377519412 6.601086447 5.649523503 5.198173764 5.221710628 5.884530056 5.734649281 5.344795329 5.662912361 6.159781065 5.946191772 5.485106765 5.639930534 5.163564332 5.803878231 6.060779408 5.323432185 5.847574683 6.12355336 5.63115098 5.485614074 5.736937969 5.479316035 5.575528857 5.516940597 6.818917241 6.337687265 +LQ06X005890 Hypothetical protein 5.116773709 4.823574195 4.740231357 4.676628524 5.043756251 5.013429444 4.80168932 4.662835175 4.966734634 5.014088085 5.037091932 4.725949993 4.83070507 5.123037186 4.55451811 4.732301121 4.79145682 4.996655365 5.035240197 4.803423381 5.112720367 4.814178563 4.840683107 5.080866637 5.219445052 4.827229326 5.284798962 5.543674625 5.135839973 4.891229323 4.745681505 5.289711131 +LQ06X005980 Putative uncharacterized protein 5.732485144 5.487169518 6.041292808 5.500244657 6.120626404 5.521418361 5.459512238 5.118891661 5.523068032 5.671708756 6.272488025 5.68981801 5.185592676 5.43903911 5.702166668 5.82575064 5.383102441 5.459896824 5.464871968 5.790903591 5.282495898 5.439117924 6.174460136 6.51267811 5.282088267 5.237511596 5.556999169 5.887446964 5.490035956 5.674605365 5.841693088 7.117061319 +LQ06X006070 Pyrophosphate-energized membrane proton pump 3 12.57896307 12.07317728 12.71523241 12.46606053 12.19882382 12.09968778 11.86585284 12.03480662 12.32755059 11.68949702 12.5078995 12.38696701 12.14728561 12.09807131 11.94607787 12.12084933 12.49864552 12.5352622 12.06506172 12.85202266 12.87354024 12.30199821 12.42097683 12.21334697 12.27455656 12.30053647 12.14460455 12.74725207 13.06572201 12.28855102 12.03667829 12.23593929 +LQ06X006080 Predicted protein 11.64190255 11.57735531 11.59140484 12.43191142 12.13525341 11.48725388 12.23009719 11.45346791 11.57411504 12.06316268 11.65069944 12.3170488 12.21710169 11.68060181 12.69200083 12.23450007 11.00078269 10.75498268 10.96571555 10.88493353 11.1755745 11.37799761 11.71339234 11.06125085 11.46236013 11.05979807 11.18325518 11.06478724 10.56984009 11.7583863 12.00528578 11.12909396 +LQ06X006140 7-dehydrocholesterol reductase 11.8665103 11.9969449 12.02566501 11.6953686 11.62596085 12.12001574 11.87462161 11.48609354 12.0027386 11.90413583 12.20900704 11.78600269 11.77441293 12.20537806 11.71432439 11.61952917 11.83100292 11.61579728 11.24052548 11.92498121 11.67545194 11.53479995 11.61763882 11.53665974 11.82265785 11.85939785 11.17290597 11.72648867 11.93038886 11.43534295 11.93705236 11.44314894 +LQ06X006270 Calcium-transporting ATPase 9, plasma membrane-type 5.435577506 5.296595113 5.085347764 5.810446802 5.1518462 6.12381741 5.494495437 5.52226326 5.454021711 5.291280542 5.193047017 5.460292499 5.534580458 5.591825734 6.104239992 5.367825109 5.483900775 4.955170784 5.463457922 5.440900747 5.047710881 5.219467968 6.173627433 5.103940284 5.350834993 5.467153927 5.39240171 5.252298833 5.227554561 5.2175771 6.216389735 5.708848365 +LQ06X006290 60S ribosomal protein L7-4 14.00531262 14.03590213 13.09512733 14.23243767 13.88465974 14.19892959 14.37165288 14.43696531 14.19264988 14.29868096 13.45230432 14.75420776 13.63972977 14.28636449 14.15543974 14.48810853 14.56096294 14.01546774 14.26042621 13.09110945 13.08849511 14.08389141 12.91156413 13.49337979 14.49023197 14.48796468 14.06484313 13.79693519 12.95455425 14.13007963 12.96351517 13.43647998 +LQ06X006370 Putative uncharacterized protein (Fragment) 7.729357408 7.427548692 6.607732704 7.177956491 7.193268863 8.627653441 8.869186725 8.623016298 6.052760304 7.601151806 5.471275438 6.418016028 6.250487597 7.196044244 8.173790349 7.454825561 7.580809854 6.939228359 6.645712343 6.89282634 6.531797672 6.365299297 6.89196743 7.501361651 7.623846331 6.528691127 6.780247203 6.759564176 6.609245157 6.463108151 7.53787304 6.6136188 +LQ06X006590 Boron transporter 4 5.322004723 5.357551505 5.249510447 5.227099157 5.584986509 10.74235901 9.959871106 8.346824732 5.414865953 4.808150777 5.051723623 5.454121756 5.279544079 10.68675635 9.223354154 6.526687794 6.277735972 5.493735094 5.665379031 6.288438533 6.073576391 5.603277965 7.620611217 6.429262341 5.450697518 6.032116443 5.923154435 5.484835885 5.622737521 5.874299316 7.624183787 6.715097297 +LQ06X006720 Hypothetical protein 4.859626651 4.971110297 5.349762502 5.137054421 5.568238289 5.097716933 4.855488369 5.453704034 4.885157313 5.342036743 5.473316043 5.204693511 5.495751669 5.015466421 5.187145543 5.723382541 5.444356717 5.054333785 5.916275812 5.040972174 5.519565733 5.06278239 5.090257642 5.833283016 5.225905334 4.809493569 5.395618428 5.266862141 5.106812221 5.143562802 5.836949202 5.374707401 +LQ06X006730 Predicted protein 11.23106337 11.24042303 11.21577263 11.4576438 11.0214584 11.13420994 11.45500984 10.9576735 11.39740271 11.18852338 11.26280487 11.25831821 11.11265199 11.15456761 11.35088654 10.82961219 11.08429541 11.66300789 10.99619941 11.26628272 11.64040247 10.7452131 11.67782963 11.73971474 11.16057466 11.84036529 11.35334268 11.33220528 11.8396501 10.95877311 11.67153527 11.86225782 +LQ06X006790 Probable histone H2A variant 3 5.207023069 5.100389292 5.133943879 5.593500791 5.306017009 5.697667413 5.948547752 5.431255088 5.498802129 5.915191499 5.702817629 5.473935819 5.452254978 5.370387945 6.867688261 5.46111816 5.198247769 5.056587802 5.546097282 5.657559848 5.562545562 5.484896458 5.410444808 5.015148066 5.512453374 5.116982612 5.347384625 5.339938044 5.178900422 5.199335375 5.390678404 5.607461073 +LQ06X006810 Predicted protein 8.671381646 9.036785312 6.18703664 9.788635161 8.396566419 10.06184379 9.986821286 10.24868797 8.998135277 9.640029608 7.750632246 9.679569055 7.446959838 9.722897253 9.677772814 10.30423609 8.527295269 8.32172393 6.994292014 7.426637718 6.260650505 9.419378195 6.282328524 7.020538449 8.65422312 9.213053638 7.860946312 8.244388162 6.016372588 8.876633672 6.66001045 6.926907951 +LQ06X006820 Putative Monoglyceride lipase 13.13154873 13.02869216 13.41074858 13.11901511 13.69101923 11.94534287 11.47458896 11.13832837 12.98718191 12.58263893 13.24400286 13.56612472 13.52458001 11.67778248 11.66014792 11.27112052 12.79307661 13.29673382 12.83970717 13.32517734 13.49541011 12.979997 11.93130229 11.89214166 12.95861988 13.16249306 12.8008723 13.57630012 13.55210736 14.0779662 11.66170388 12.07016163 +LQ06X006840 Plastidic ATP/ADP-transporter 12.5430643 12.80531451 12.54037389 13.33274095 13.37275612 13.78988415 13.21211281 12.99930663 12.70381343 12.81368247 12.80353001 13.51945623 13.58642281 13.9122176 14.08828206 13.96259641 12.21874947 11.76633138 11.87695173 11.74739332 12.91793897 12.69441182 13.14250709 13.2401039 12.28208542 12.037524 12.30288372 12.13947295 13.32176133 13.56087231 13.55061398 13.72878027 +LQ06X006940 Gibberellin 3-beta-dioxygenase 1 6.097679949 6.003996453 6.478033281 6.221674747 6.241925239 6.107888852 6.48114386 6.225230191 6.001056229 5.48880776 6.601150827 5.898851377 6.097458663 6.224589613 6.007371839 6.23757199 5.860949943 6.299650475 5.475245942 6.102640441 6.640062953 5.943138021 6.484967217 5.860277742 5.642362862 6.232549701 5.872359437 6.447738141 6.284458302 5.873693805 5.977719209 5.827715161 +LQ06X007000 Inositol oxygenase 1 5.569972882 8.521665677 9.643770774 12.5378073 10.51583072 5.416550796 5.954764374 6.198825833 6.795529347 7.824920519 9.16018485 12.1656585 10.3527645 5.557702418 5.598498134 5.866335053 6.739191781 6.138503484 5.482985502 8.894794304 8.300071149 10.2190102 5.296737078 5.672780711 6.461600643 5.898646706 7.620053907 9.493453451 8.478037697 12.43288266 5.097335015 6.646938202 +LQ06X007100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g05700 5.203291831 4.810716518 4.916722981 4.73568535 4.828185607 4.83966018 4.866735385 4.809310938 4.756163406 4.878378658 4.849169791 4.879742208 4.865910209 4.724455673 4.798715166 4.785198509 4.814920108 4.901388695 5.60459448 4.897368227 4.942616134 4.747563545 5.600085186 4.817301188 4.97234986 5.161703378 5.320145 5.274456412 5.374283584 4.752015097 5.699459778 5.01668692 +LQ06X007110 GDSL esterase/lipase APG 14.28876383 14.13603611 14.7953641 14.98344389 14.85952423 10.93477907 10.06692895 9.739677401 14.33001832 13.67613296 14.79082278 15.45525904 14.97324532 10.86868036 12.17416732 10.2172259 13.99000041 14.16147475 14.07599263 14.05866293 14.48180585 15.11540083 9.258502487 10.0024875 14.40708536 14.57691609 13.97748129 15.33801234 15.08610054 15.12457659 8.22969645 10.33006697 +LQ06X007150 Putative DNA repair protein radA homolog 5.023937824 5.280473828 5.643789441 4.860439076 4.903289615 5.240594891 5.087678437 5.194179101 5.012231202 5.06584806 5.053018108 4.976108946 4.691250069 5.375708897 5.015095166 5.107870384 5.17679212 4.961119151 5.418179794 5.43833604 5.054210929 4.796485103 4.729036757 5.001579466 5.035353396 5.036590571 5.227944887 5.551198263 5.281122842 4.734990431 5.354201414 4.907979239 +LQ06X007160 6-phosphofructokinase 3 4.675007535 4.981704396 5.004529714 4.650081331 4.769877743 5.967269802 5.048419941 5.733223828 4.832875094 4.582019439 5.021489963 4.70860115 5.343526789 6.254528806 5.144876956 5.195071719 4.926360428 4.701681753 4.707323298 4.84268431 5.006947285 4.9030283 5.229313348 5.474481568 5.071518523 5.054337961 5.017287248 5.037557289 4.637211766 5.018731613 5.596424226 4.931670494 +LQ06X007230 Profilin-3 5.565816613 5.986329769 5.472797679 5.472243454 5.149255165 5.203700686 5.273774065 5.42379447 5.68475227 6.131006356 5.496340412 5.377470556 5.574280908 4.770792411 5.038206543 5.324488736 5.454307305 5.524321531 5.492180345 5.420444911 5.51993315 5.428798683 6.052710716 5.424514697 5.887615292 5.300073688 6.131837395 5.317760889 5.707704807 5.652539017 5.354005224 4.827261506 +LQ06X007240 Putative uncharacterized protein 5.550954203 5.083326958 6.306244559 5.284617677 5.455506623 4.986068409 5.336493543 5.484628678 5.100979112 5.385187494 5.993616332 5.007876193 5.376014471 5.249675395 5.551906548 5.236796858 5.430605344 5.780395291 5.452110672 5.319330163 5.454447252 5.258962959 5.140263998 5.295575181 5.66395321 5.447887281 5.410072296 5.208282761 5.074494105 5.316871681 5.497913011 5.338018144 +LQ06X007300 Putative uncharacterized protein 4.999909667 4.944243673 4.946942331 5.538797976 5.105327939 5.310305121 5.280316963 4.899281959 5.35018939 5.382429122 5.489391443 5.512340127 5.172232738 5.16713111 6.009187733 5.206575997 4.827741206 5.005438178 5.278875998 5.3999055 5.238317294 4.819845333 6.147983167 4.996007305 4.979050049 5.45429748 5.160305198 5.590994754 5.175508301 4.861709425 5.206002256 5.731844124 +LQ06X007320 Hexokinase-1 7.520157508 7.84122524 6.778160027 7.799234108 6.76839726 6.940560051 6.893993196 6.796900714 6.723969307 6.301302158 6.63826619 6.462391774 6.220482799 5.92021173 6.44468768 5.970819262 7.072634423 7.144951103 6.871009588 7.106247946 7.755958463 8.020156491 6.545221409 7.545105811 7.405367401 7.877485074 6.451084687 8.399190983 8.675359393 8.59093139 7.032537205 7.027194032 +LQ06X007330 Auxin-responsive protein IAA26 5.268053055 5.564225456 5.319919196 4.826514567 5.391797431 5.026948725 4.701702551 4.896350753 4.759522897 5.15037312 5.299099086 4.880747496 5.265232444 5.416093899 4.787353166 4.511670404 5.601751153 5.303018866 5.371908703 6.083198303 5.92555943 5.252249087 6.665240486 6.333176783 4.984388274 5.580342427 5.297880324 6.246150707 5.949596328 5.320425866 6.086027752 6.558753931 +LQ06X007350 Clavaminate synthase-like protein At3g21360 9.757044885 10.03494594 10.63272606 10.19465714 10.1555514 12.1739857 12.14612969 12.26683949 9.879999773 9.791557608 10.77786639 10.32269879 10.62320172 12.17544595 11.01633591 12.39409428 8.901993358 9.694793754 8.58922713 9.84526315 9.701518442 9.987521249 11.39788589 11.74221488 9.261249356 9.583281864 9.501987863 9.920180849 10.10745701 10.52265634 11.59768892 11.49384809 +LQ06X007380 DNA repair/transcription protein met18/mms19, putative 4.789529532 4.893867227 4.983636852 4.781047424 5.067002586 5.157415096 5.021656006 5.507553713 4.845760763 4.829433582 5.133500638 4.861243933 5.185584939 5.134524608 5.036698587 5.194435606 5.084402082 5.14552472 5.40821676 4.652919221 5.134171988 4.947173932 5.247246114 5.346233158 5.065179623 4.937100898 5.156422396 5.013196692 4.890220683 4.910477171 5.371546159 5.666264791 +LQ06X007390 Histidine-containing phosphotransfer protein 4 6.975299841 7.383638199 5.279242358 5.328003496 5.304856631 8.573363255 5.839641014 7.003794523 7.467467393 7.612910843 5.478694961 5.635026972 5.074247925 7.024176706 5.601279744 7.451807644 11.39468952 8.676720255 9.411897906 5.746118943 5.663098075 5.159836281 6.054308642 5.895390172 9.174703551 7.696983948 7.785280203 5.596710254 5.207081521 5.789990065 5.188578101 5.940197414 +LQ06X007450 Predicted protein 5.968248259 5.473525183 6.008772383 5.110539261 5.565944052 5.930532718 5.257766898 5.70705528 5.806252762 5.665928926 5.677195499 5.23643225 5.85131308 5.547476973 5.535528312 5.450659921 5.849518673 5.897593129 5.633841697 5.926467043 5.721210605 5.50896892 6.091372176 6.107206618 5.58107948 5.68661323 5.696074856 5.662475527 5.508558426 5.411744395 5.909300017 6.320768566 +LQ06X007460 NADP-dependent malic enzyme 13.13653281 13.39202475 12.96318547 12.80836099 13.25686366 13.62342394 13.37797465 14.10624989 12.95169633 12.91397921 12.69321971 12.8730242 12.84150011 13.5364307 12.98614576 13.83175712 14.25909254 13.95506757 13.74113313 13.7301999 13.4957797 12.93984219 13.20017391 13.74830284 13.3117812 13.27654321 13.18400017 13.25935261 13.30328091 13.43004336 13.54503088 13.81434764 +LQ06X007470 Hypothetical protein 6.040654647 7.631941654 5.577858431 5.478185013 5.448037538 6.654661842 6.033950885 6.798656309 5.649996592 5.790566627 5.560434646 5.354434863 5.449535398 6.677246248 5.867206826 7.512519557 8.946187655 7.327039819 6.930297914 5.867017639 5.213491001 6.198500444 5.544884613 7.626523396 7.793407803 6.815066119 6.362908718 5.449394165 4.944593499 6.423180187 5.560808675 7.048583111 +LQ06X007600 Predicted protein 8.797089344 9.869260978 8.073932908 6.893603062 7.389197729 6.27084376 5.684133097 6.326863075 9.337946747 10.07966929 8.551658396 6.992356605 7.776552826 6.166893399 5.458070667 6.683783803 9.155477397 8.183016957 9.509590982 8.032775876 7.829928289 8.055917624 5.023122411 6.261557552 9.746062412 9.380866174 9.518638602 7.324325246 8.231458706 6.924533089 5.584585916 5.007183781 +LQ06X007620 Putative uncharacterized protein 7.818781344 7.250954603 7.067288927 7.751532286 7.43692304 8.948891779 8.609124564 8.229272715 7.312642284 6.080998959 6.959831626 7.466118921 6.676668243 8.453697583 8.542073468 7.262510107 8.081169312 7.412683199 7.6898967 6.837894931 7.556475023 7.423120288 7.72348733 8.659067878 8.116041385 6.902366656 8.194521055 6.974166753 7.156092598 8.033491266 8.881774333 8.407783428 +LQ06X007640 Predicted protein 5.481668779 5.80410093 5.442122028 5.717827643 5.480599479 5.095878263 5.636584458 5.786625251 5.396398463 5.978441495 5.877331101 5.430148097 5.73893515 5.640009373 5.335609137 5.98843195 5.780551085 6.372408059 5.712214255 4.892477177 5.381151489 5.927280271 5.292866084 5.069573461 5.704996838 5.650416216 6.270879419 5.189361537 5.428307754 5.51761261 5.08223019 5.588379975 +LQ06X007700 Predicted protein 5.396070253 5.201164811 5.631396776 5.537293243 5.966670402 5.68082537 5.453077521 5.877685106 5.401106815 5.213056141 5.55651647 5.904571199 5.442760438 5.76782362 5.386157734 6.052508154 4.983246183 5.811935005 5.35907801 5.210916008 5.459647069 5.695354877 5.174065708 5.24223967 5.12278787 5.642188848 5.338440494 6.101312116 5.118293322 5.717602835 5.178322312 5.483911628 +LQ06X007710 Homeobox-leucine zipper protein ATHB-15 10.59055213 10.76095849 9.400953354 9.824129798 10.22167471 8.91779334 8.558435553 9.101907007 9.249611972 11.19258569 8.45991231 8.895686607 8.965451134 7.526926073 9.304880265 8.61460121 11.55628708 10.96345592 12.14524455 10.12278865 9.709460378 10.72287322 7.760807135 8.737337285 11.81357675 11.06521168 11.80517064 9.993635653 9.41208477 10.47949697 8.12634682 8.946226521 +LQ06X007720 Protein SEC13 homolog 5.341312758 5.002378593 6.546177981 4.948572013 5.594264283 5.538262133 5.179676926 5.320146965 5.267004561 5.239766667 6.333105486 5.069203891 6.051762848 5.288137019 5.400132171 5.007767509 5.12176482 5.118804281 5.119714909 5.958173266 5.85496311 5.77228612 5.693822348 5.773857509 5.310294013 5.105903474 4.867600305 5.502951216 5.815455517 5.737195955 6.155916623 5.453341229 +LQ06X007780 Putative uncharacterized protein 12.44665182 12.82666131 11.74045694 11.56411652 11.59846807 11.90904312 12.23695766 12.13496943 12.8833496 13.36834662 12.20627642 12.12462958 12.09140109 12.43560628 12.31257496 12.40182372 11.82949558 11.02633987 12.58171689 11.19188352 10.79781275 11.20733403 11.51155892 11.65578715 12.65883953 11.63220126 12.77645513 11.04180659 11.20649067 11.20959474 11.77608427 11.58933101 +LQ06X007790 UPF0497 membrane protein 14 8.222094676 9.719863416 6.438505048 5.871292332 6.435846865 6.822353475 5.601470334 6.338679122 8.602991004 9.505584962 6.513544791 6.017719604 6.282697693 6.22742262 5.563361227 6.648820548 8.430390164 7.447334776 8.58332104 5.824298934 6.82685798 6.610189323 6.854349818 6.458576742 9.423241419 7.489931018 8.706917924 5.16174326 6.345916726 6.019908259 6.130324658 6.221159453 +LQ06X007840 RuBisCO large subunit-binding protein subunit beta, chloroplastic 13.48004402 13.37988075 12.95949649 13.68871153 12.80940374 12.51520774 12.27794965 11.76234709 13.41334084 13.33196101 12.94615348 13.6183676 13.38230039 12.44438995 12.61241345 12.33478945 12.98175551 12.81796581 12.54436804 12.25721107 12.77145371 12.79148542 11.86274709 11.32336284 13.29268191 13.20015152 12.92310351 12.57304239 12.98660614 12.44516862 11.81008442 11.45548863 +LQ06X007850 Hypothetical protein 5.044634209 4.907566001 4.852496617 4.759404299 4.82104321 4.757866145 4.935880882 4.679994228 4.638489753 4.586562324 5.01150149 4.813628774 5.148155753 4.836776027 4.74754895 4.7999034 5.224286019 4.954377083 5.026363599 4.81598735 5.080693389 4.786496589 5.037360163 5.3990915 4.895658623 5.019304615 4.995995915 5.02969757 4.985250926 4.834490301 4.74278725 5.232237479 +LQ06X007890 Cystathionine gamma synthase 14.80095254 14.5436666 14.23095912 14.76226703 14.50051738 14.84780053 14.90287523 14.85166124 14.75400877 14.25809823 14.25056557 14.74753697 14.27047984 14.99644868 14.74474254 14.63619614 14.07641011 13.50310394 14.11863474 13.47322135 13.39440359 14.34815983 14.14244823 13.8415127 14.37502464 13.69694849 14.03057586 13.9971802 14.16051195 14.71542805 14.27241359 13.97979987 +LQ06X007910 Putative uncharacterized protein Sb03g031050 7.926544895 8.807518182 6.884886718 8.377816848 8.139659998 8.835223131 8.690072743 9.294408153 8.215475875 8.523484036 8.238472743 8.828566095 8.627725656 8.943221365 8.871010883 9.397516317 9.64224205 9.30714781 9.966786726 9.92247512 9.249868611 8.560244401 9.147320386 9.273516978 9.067391167 9.334354445 9.367221042 10.00410288 8.986113438 9.0054543 9.295080879 9.230359399 +LQ06X007920 Putative Cytochrome c oxidase assembly protein COX19 5.927145951 5.60472209 5.135849866 5.304768047 5.265638403 5.518455748 4.974256597 5.309422077 5.583020337 5.786790618 5.264713931 5.379901333 5.435018795 5.278200307 5.39949866 5.511763079 5.53726529 5.194213111 5.396072899 5.039909531 6.081770702 5.086395869 5.110835341 5.330766386 5.307828143 5.280636411 5.742550445 5.369662819 5.245658362 5.110862288 5.481679842 5.115537505 +LQ06X007940 VHS domain-containing protein At3g16270 10.17583671 9.516863912 9.998365788 10.15164416 9.66231742 10.35257048 10.27976685 10.43936532 9.601449846 8.593869381 9.639586364 9.943375368 9.461980352 9.964408537 10.04650071 9.782296431 9.689448389 9.600849974 9.683077088 8.847290623 9.458843605 9.862599782 9.249425178 9.956625639 9.821295125 9.746631284 10.00029928 9.510914123 9.934260157 10.37492292 9.555569586 9.845539019 +LQ06X007950 Predicted protein 8.475107509 8.677505327 8.969818331 8.149239019 8.690847868 8.557522887 8.82455957 9.179737845 8.501614619 8.46337899 8.984317783 8.299927699 8.718838344 8.465884492 8.763167095 8.310117379 8.266514556 8.276035333 7.645415345 8.525949775 8.702133427 8.352954131 9.012294912 9.566661649 8.496630542 8.305029938 8.446492206 8.265814696 9.025659321 8.684501275 9.367056986 9.666983507 +LQ06X007960 Probable esterase At1g33990 14.00854739 13.32753096 14.63795797 14.20200405 14.35893994 15.00289224 14.23039615 14.25951452 13.86401612 13.61135987 14.36735278 14.01798869 14.16500742 14.50815308 13.65911917 13.85285182 13.29118243 14.00721103 13.37042271 14.45605661 14.2411575 14.16835264 14.13840255 14.43634007 13.14915641 13.79733427 12.82294513 14.67383979 14.30499423 14.45757632 13.84759338 13.97061323 +LQ06X007970 Putative Zinc phosphodiesterase ELAC protein 2 13.33617559 13.59628275 12.76244352 13.18466461 13.31265447 12.89671874 13.57145523 13.41920312 13.78384435 13.71589318 13.40487266 13.33105962 13.48437531 13.51793109 13.83965183 14.0735227 13.5272509 13.53366305 13.33773527 12.99989337 13.46360674 13.39073918 13.83680634 13.75011173 13.6061529 13.85360416 13.45932671 13.20069408 13.23049213 13.7567576 14.2120293 13.90370225 +LQ06X007990 Aquaporin TIP2-1 5.703375304 5.525587076 5.381335556 6.349743409 5.434676038 4.914959506 5.797510381 5.007756187 5.741641765 5.640781741 5.554733728 6.119411425 6.460871236 5.136779197 5.715842669 4.843618343 5.697944928 5.865079858 5.487362694 6.034225811 6.555883856 6.171443033 5.934883471 5.43518687 5.104062712 5.856924128 5.512090803 5.85664048 6.764164212 5.840830973 5.293884003 5.29817353 +LQ06X008030 Auxin-responsive protein IAA27 13.01846399 13.40112784 13.32830323 13.93815958 13.85167762 12.65532382 12.79887257 13.15334756 13.53049302 13.76208386 13.40328443 14.20389465 13.85535383 12.7713194 13.07668455 13.4066301 12.90049026 12.52049551 12.36171167 12.22768788 12.64177438 14.03368625 10.87000469 11.14082139 13.52331682 13.0021481 12.29009896 12.97186587 12.85107963 13.15946034 11.09780154 11.02527457 +LQ06X008070 Peroxisome assembly protein 2 8.976189886 9.286578077 9.187361884 10.33544385 9.325059818 10.42616775 10.50791193 10.51904219 9.281099299 9.076586521 9.4320765 10.46802109 9.469021047 10.40931649 10.37905542 10.21618978 9.070178656 8.835755455 9.694735795 8.943629995 8.540858109 9.661202809 8.058793057 9.276934985 9.211956987 9.250491378 9.30701129 9.526061939 9.179842515 10.085718 9.359458022 9.03829784 +LQ06X008120 Hypothetical protein 4.762509738 4.772248736 4.700341189 5.959833089 4.65494802 4.490625251 4.585619834 4.484447912 4.559648611 4.774894968 4.682081364 5.693772716 4.498927275 4.574818775 4.561551473 4.446530644 4.570453235 4.503680248 4.514290967 4.951976177 5.263415404 4.665898094 4.559672232 4.901504383 4.615752092 4.908626032 4.685766892 5.049702485 5.221023516 4.630889092 4.767784397 4.89779791 +LQ06X008190 Putative Acyl-CoA synthetase family member 3, mitochondrial 13.22545619 13.22389897 12.91863237 12.17138363 12.48432561 11.91253219 11.89564032 11.79635837 13.34460778 12.98747359 13.16058007 12.61882158 12.84452798 11.92995125 12.05803242 12.11481357 13.51401155 13.33689833 13.75683241 12.95259339 12.79540626 13.14680182 11.73489022 11.80406903 13.52781755 13.71048844 13.85585209 12.56859726 12.91314376 12.05961856 11.82614663 11.92622209 +LQ06X008200 Putative Cytochrome c-type biogenesis protein ccmH 5.822660207 5.54414221 5.606246478 6.081364909 5.682716535 5.741727754 5.830902064 5.649911989 5.957695807 6.128443309 5.20080649 5.964431113 5.577937429 6.427745014 6.402468029 5.778663072 5.826634266 5.975840708 6.344085606 5.429012785 6.531637948 6.062786497 5.585137596 5.7237598 5.522864303 6.08944836 6.273662046 5.712749365 5.657387041 5.859366431 6.15800481 5.86598199 +LQ06X008250 Hypothetical protein 5.066461976 4.793310304 5.26486725 4.56666516 4.885792019 4.747207704 4.582037027 4.675792094 4.666665839 5.328377786 5.208419643 4.850660406 4.876674082 4.788735613 4.596686151 4.718543671 4.844564194 5.30983805 5.316326555 5.129695617 4.984277296 4.843066565 5.650817744 4.845432659 4.906841028 5.430760202 5.507290916 5.032523892 4.94000364 4.747253188 5.137306497 5.287010344 +LQ06X008270 Putative Predicted protein 5.528435972 5.978464439 4.985876078 5.303859737 5.203719057 6.117679604 5.87316155 5.748481405 5.343081011 5.824167839 5.036417751 5.274068394 5.177364401 6.248831397 5.409029012 5.770133788 5.602643214 5.738784988 6.491598395 5.215235735 5.001107694 5.477599222 7.989148552 5.588802159 6.225248356 5.888814867 6.141297717 5.454393268 5.493181592 5.700480905 5.689673859 5.027988234 +LQ06X008280 Hypothetical protein 5.651419458 6.678094682 6.621616716 6.476828106 6.61360922 6.225645488 6.06910441 5.524703097 6.668041126 7.782855948 7.074387137 6.329147117 6.580495621 6.093385214 7.667793169 5.763366854 5.621956337 5.853632915 5.555937043 7.031570145 6.356756171 6.520194814 6.240882965 7.358424589 6.072600244 6.308720289 5.539772134 6.518368852 5.872810758 6.278470779 6.437897899 7.565054328 +LQ06X008310 Homeobox-leucine zipper protein GLABRA 2 6.111221728 5.301649412 5.487659699 6.319303751 5.590283515 5.984847642 6.466261353 6.307986377 6.027269692 5.151118758 5.332098177 6.184601951 5.766157766 5.996179865 5.91800024 6.215075245 5.779164848 5.505595519 5.721090555 5.688373764 6.840482619 5.630713069 6.34379523 5.885419141 5.738093516 5.279874652 5.511084449 5.378296446 5.779648343 5.37839965 6.275014608 5.509804284 +LQ06X008320 30S ribosomal protein S17, chloroplastic 14.8594786 14.73068427 14.98481568 15.09214375 14.84124889 14.43570365 14.91830587 14.24097915 14.79684415 14.86263307 14.51809623 15.2771272 14.92752944 14.67351947 14.90882915 14.60618556 14.7177596 15.22814204 14.86540257 14.54416763 15.02101614 14.85991382 14.53669103 14.34625835 14.74670702 15.18601885 15.24244337 14.66644091 14.64404524 15.17022065 14.5413452 14.35166958 +LQ06X008350 Putative Photosystem I reaction centre subunit VI 15.38616994 15.31344593 15.66738812 15.52096279 15.50541891 15.20831952 15.36532051 15.37498739 15.4851193 15.56013603 15.57630928 15.51724187 15.64741292 15.54325164 15.27951641 15.4686613 15.11655395 15.39208926 15.26739471 15.47388678 15.60877698 15.3897901 15.47088174 15.66208783 15.29775085 15.30766743 15.36849415 15.53342624 15.62416917 15.27620592 15.40934017 15.45989458 +LQ06X008410 Putative Glyoxylate reductase 5.982504939 5.658903615 6.888145216 6.038488651 5.815683768 6.036495198 5.863553877 5.648019059 5.984256835 6.888736599 6.556384356 6.034914595 6.278425197 6.003954024 7.005012704 5.803486316 5.976538921 6.191031951 5.73699219 6.510681678 6.074062855 6.221267823 6.412972372 5.349631169 6.198869157 5.979205556 5.910904617 6.276226035 5.800415391 6.10094583 5.911575542 5.864974538 +LQ06X008430 Putative Dynein light chain LC6, flagellar outer arm 11.79893494 11.60338458 12.86218785 13.59325183 13.5674941 13.22664138 13.83315439 14.50473096 11.9349035 11.57126295 12.56632073 13.59139546 13.25746703 13.57392866 13.84029568 14.12967739 12.95080978 13.96009526 13.46199789 12.85370624 12.96628847 13.74179905 13.49139603 13.31859932 12.30086881 12.52844877 13.24028906 12.90962015 12.45927211 13.76106051 13.46805254 13.45126555 +LQ06X008440 Putative Genomic DNA, chromosome 3, P1 clone: MMJ24 5.388989413 5.174860076 5.509235184 5.114947716 5.083414285 5.152649425 4.904874936 4.845485009 5.346213086 4.964549477 5.516218591 5.188970806 5.371713769 4.973117531 4.825822903 5.155346552 4.85018116 5.611038803 5.720889531 5.445895397 5.069545218 5.264079453 4.80434198 5.171027206 5.030923411 5.560689083 5.868647076 5.694806106 5.581142647 5.240688259 5.589839385 4.935594239 +LQ06X008450 Putative uncharacterized protein 5.972085295 5.60760894 6.360210518 6.336911313 5.538656572 6.002293938 6.028143162 5.759109842 5.97835564 6.628450656 5.919884316 5.878556592 5.856161282 5.680340601 7.503744019 6.063967638 5.661290508 5.353685782 5.142718075 5.607700118 5.675770284 5.567608687 5.617334213 5.506346833 5.332437285 5.842575236 5.081838471 5.288896703 5.891500354 5.738617514 5.198607201 5.868139186 +LQ06X008460 Putative Protein disulfide-isomerase 11.20652937 10.42524358 11.13519381 11.35628892 10.51300257 9.954942091 10.10940831 9.225826918 11.08414992 10.47562685 11.11457957 11.20313605 10.5809511 10.02681772 9.964776564 9.250201293 10.50296217 10.62620715 10.65204573 10.76273526 10.84799555 10.72752999 9.707097445 9.675935716 10.86711944 10.98613959 10.95383026 10.67645983 11.25924784 10.30584085 9.390268229 9.311406314 +LQ06X008490 Putative At1g15230/F9L1_18 12.39667273 12.05064979 12.03362375 11.60117151 11.76195555 11.63640108 11.95083624 11.4645456 12.22682969 12.00883604 11.89277597 11.62592978 11.73377764 11.53527891 11.66763059 11.53153237 11.75521931 12.92072449 12.16529046 12.42210822 12.91713724 11.13977257 12.90062046 12.28621167 11.78559267 12.34632304 12.39959495 11.85076934 12.1103582 11.1012292 12.60741764 12.59870822 +LQ06X008500 Ras-related protein Rab7 12.84725086 13.03407561 13.01148036 13.54848134 13.12192203 14.03632255 13.65293175 13.6921433 12.99633278 13.18049857 13.11408407 13.46547078 13.36389331 13.87192801 13.61730863 13.85839332 13.48693453 13.17680614 12.92219191 13.30679391 13.25126426 13.62593215 13.12636252 12.92894229 13.41649162 13.22593925 12.49582259 13.39307808 13.14351524 13.48037918 12.90420275 12.84500938 +LQ06X008530 Predicted protein 7.997338367 7.844888313 8.600127995 8.271053762 8.833228453 7.280494744 7.570593471 7.011042277 8.380742136 7.687021196 9.168944086 8.558846435 9.684875931 7.801665758 7.612812387 7.577463748 7.389930763 9.198209251 8.146539781 8.991011857 9.193645209 8.937930677 7.0803218 7.501323048 7.715742419 9.374539335 9.042200123 9.341288396 9.224928779 8.812809163 6.804798925 6.86077907 +LQ06X008570 Probable pyridoxal biosynthesis protein PDX1.2 6.072195846 6.139801811 6.58954508 6.010429991 6.509139775 5.646857088 6.221137404 6.002287343 6.375378431 6.352949623 6.312767257 6.197968341 6.495029042 5.853050388 5.908281985 6.390515653 6.248437907 6.665503127 6.68823575 6.63707067 6.573876946 6.01746006 6.304107081 6.341714933 6.135906769 6.443518839 6.644582146 6.173842904 6.84692744 6.539730959 5.933614624 6.080246219 +LQ06X008590 Hypothetical protein 5.279150903 5.03829488 5.13809435 5.855273422 5.202546584 5.962475738 6.268580889 6.178733291 5.067591091 5.714426557 5.59935892 5.727055021 5.426635117 6.331001142 7.326202534 5.772027987 4.982334344 5.115246841 5.45046667 5.043003577 4.905292369 5.032161281 5.731076434 5.010227831 5.321646447 5.506729994 5.893768792 5.021407583 4.745669879 5.419699503 5.186308875 5.163749793 +LQ06X008600 Coiled-coil domain-containing protein 72 14.47619763 14.07056147 14.5267214 15.17595023 14.86671142 15.29985619 15.18074594 14.85350233 14.67372157 15.13428264 14.7816903 15.05269291 14.48408844 15.02302056 15.06909143 15.11994236 14.65856057 13.06907351 14.02842858 13.83939605 13.94860366 14.6730896 13.97971517 14.22387442 14.34951679 13.30367281 13.37488363 14.48708862 13.04942944 14.66855766 13.8542852 14.07051346 +LQ06X008630 Hypothetical protein 4.890669698 5.226647714 5.503181477 5.115214971 5.045194461 5.086494765 5.244327574 5.245442428 5.22726448 4.994199114 4.987975142 5.201376457 4.872408244 5.107221431 5.169193642 5.193646367 5.484676581 5.322477735 5.176917698 5.392918596 5.929743098 5.147790227 4.795278904 5.026290268 5.517241946 5.033683996 5.224307194 4.677906583 5.681601875 5.09155305 5.513864079 5.169509704 +LQ06X008650 Predicted protein 6.000369709 5.238610693 6.04851347 6.312886689 6.023901282 6.437539726 6.474384004 5.835604319 5.752494735 5.342756227 6.005692274 6.249304028 5.746679633 5.835044209 5.569215159 5.374384155 6.002332739 5.601986257 5.601781117 5.322338644 5.47350699 5.478521396 4.926334537 5.22050182 5.395468209 5.565684643 5.326911429 5.278795317 5.617192518 5.755954396 5.209147872 5.310488678 +LQ06X008660 Putative uncharacterized protein 6.016043945 5.682363038 5.14677092 5.872582239 5.54733352 5.657186954 5.799235709 5.425172209 5.392599281 5.699702555 5.02812072 5.53012051 5.759709951 5.528729965 5.790669645 5.303278461 5.198338054 5.843981343 5.861969592 5.458944878 5.682022363 5.365657187 6.163027387 5.005899115 5.28368898 5.341273183 5.417060274 5.339911424 5.987427943 5.37632963 5.466998072 5.100030997 +LQ06X008680 Putative disease resistance protein RGA3 5.030919209 5.044651657 4.979900414 4.778310586 4.768897363 4.809574014 5.116718464 4.756167916 5.104916254 4.975434591 5.281457648 4.898468707 4.680600519 4.928743123 4.761627324 5.145326435 4.973175107 5.168646681 5.555896501 4.826168537 5.218348448 4.782172519 5.478892448 5.227702565 4.860783906 5.195424181 5.203789236 5.155797184 4.91232193 4.78200202 5.341928818 5.482532021 +LQ06X008800 Putative Mediator of RNA polymerase II transcription subunit 21 5.606983625 5.605625643 5.182785568 5.294407504 5.611143927 5.383184477 5.244265691 5.238925124 5.577844271 5.736920415 5.518647553 5.366207245 5.364888035 5.267872596 5.404018851 5.287795475 6.001206518 5.783415249 5.707884213 6.25982287 5.626288685 5.198805511 5.907765783 5.609226207 5.835815103 5.595458167 5.827142023 5.769176112 5.535153795 5.461924854 5.123252855 5.092710061 +LQ06X008810 Putative Uncharacterized acetyltransferase At3g50280 6.232877885 7.280541484 5.906749009 5.070919831 5.779247403 5.259306317 5.30222475 5.32384323 6.624789042 5.715717194 5.036441864 5.294455244 5.246845738 5.506550458 4.96841004 5.312805172 6.794411758 5.497177902 6.093917817 4.704842549 5.520853354 5.306707774 5.088002329 5.169902102 6.518331638 5.764606044 5.600637979 5.186286348 5.303221115 5.298667677 5.325682401 5.471157857 +LQ06X008830 Putative hydrolase C777.06c 11.51365234 11.18383146 11.85419656 11.86700575 11.21429142 12.76252998 12.05644192 11.65220831 11.8218396 11.27863029 12.05718924 11.64176499 11.53899078 12.88224055 11.85714397 11.72873919 11.09176958 11.22356003 10.87525558 11.63891644 11.27987908 10.50633391 11.34761292 11.16884863 11.14350944 11.46029927 10.63544656 11.38698262 11.54724748 10.6087744 11.62252773 10.99012079 +LQ06X008840 Putative uncharacterized protein 11.10957815 11.65458869 11.31285941 11.61322629 11.76991681 12.90856512 12.84637535 13.11254198 11.2911577 11.41725362 11.26396392 11.75887942 11.93904289 12.96806909 12.6009243 13.09954464 11.81306677 11.85717768 11.09077606 11.60761761 11.5902674 11.80355835 12.94803971 12.79788211 11.76316907 11.19802634 10.9972241 11.8475982 11.19712259 12.31920025 13.10425305 12.81495171 +LQ06X008850 Beta-galactosidase 17 4.849648316 5.520478192 5.008682467 5.037928464 4.894785079 5.531775957 5.491033575 5.111712444 5.228233729 4.949835091 5.31377591 5.068601324 5.219093007 5.283003071 5.160876996 5.185032222 5.404258791 4.986317678 5.280524259 5.240541808 5.140841945 5.054932746 5.23923438 4.955141481 5.368621022 4.89342953 5.208799064 4.648543593 5.087650086 5.213166866 5.219351164 5.396124578 +LQ06X008860 Predicted protein 12.97243103 12.28757588 12.71911152 13.76337725 12.83044928 13.64338327 13.63102132 13.3116969 13.01351393 13.52387037 12.83093465 13.50716501 12.9919948 13.58541464 13.34355589 13.71489105 13.12262532 13.22707532 12.25082263 12.1459837 12.43657588 12.62186375 12.33043615 12.64889381 12.94181967 12.88023628 12.31148085 12.22301009 10.96884157 12.67565563 12.01157758 12.50162881 +LQ06X008870 Predicted protein 5.404200058 5.154084249 5.601806196 5.870542164 5.419361165 5.372836041 5.849997609 6.018678062 5.323888342 5.524223854 5.678212336 5.946581942 5.082350874 5.700242849 5.956099174 5.975111722 5.140796878 5.335365918 5.307371561 5.302765115 5.313869321 5.195169922 5.028272556 5.475429622 5.365788574 4.924854528 5.223007658 5.05620275 5.038748725 5.253678413 5.054616711 5.554547004 +LQ06X008890 LOB domain-containing protein 22 4.699054573 4.82510109 5.025276863 4.617620789 4.713396065 4.890899295 4.847112666 4.969456436 4.832560454 4.869811076 4.979351493 4.640261024 4.824156743 4.893440964 4.741429513 4.715688044 4.931264954 4.788968731 5.026696478 4.896676558 4.643281335 4.84158844 4.767653527 5.354728637 4.518228853 4.726303037 5.105961915 4.86112611 4.642976637 4.841973726 5.079939331 5.280171531 +LQ06X008920 Predicted protein 13.29879772 12.30392395 14.17391119 13.6659586 14.22784187 11.98282762 11.04863776 10.91400692 13.09730172 12.00289001 13.83332696 14.04696324 14.32202585 11.7996239 10.89454245 10.90776023 11.87568997 13.2217693 12.48953599 14.32047504 14.37725658 13.81735577 12.22118051 11.69043251 12.47979884 13.49834395 12.88638364 14.3923787 14.49542264 14.47444736 11.64282458 11.84996224 +LQ06X008930 ATP binding protein, putative 11.31841488 11.1512092 10.38911373 10.64488762 10.14879134 9.167110825 8.40605804 8.623130753 11.30874036 11.09285181 10.58848904 10.62917877 10.35513258 9.265692444 8.733772928 9.09913461 10.64995132 10.87710585 11.37870579 9.772075653 9.498909741 10.97566363 7.482231836 8.419812081 11.84096795 11.62464054 11.59982618 10.18313027 10.2481043 10.53257672 7.415032378 7.626220779 +LQ06X008940 Protein HOTHEAD 6.75374437 6.60869969 5.747453621 5.669179272 6.117945384 5.897567871 5.566177403 5.55382218 6.359977626 6.607601472 5.888930303 5.860994616 6.255050283 5.704159389 5.702857414 5.442770109 6.336803614 6.67395145 7.108560065 6.117659314 6.458176685 6.493967937 5.146276964 5.25237422 6.661185176 6.945231266 7.027608381 5.985510855 6.475660231 6.503026513 5.708038807 5.513759947 +LQ06X008950 Putative Protein SEY1 5.333139321 5.522849045 5.280948767 5.280122804 5.527848934 5.211998682 5.312802852 5.451999245 5.684753819 5.558459435 5.426279262 5.086377794 5.784181484 5.182665969 5.533876298 5.433210502 5.183470151 5.527058597 5.737808985 6.170757615 5.371565091 5.609778648 5.717244159 5.40568704 5.59095149 5.487878874 5.629852168 5.460530434 5.767537635 5.56890715 5.836742795 5.21815475 +LQ06X008970 Putative uncharacterized protein 5.375508532 5.321452823 5.428817876 5.41721813 5.663186226 5.496713678 5.741138282 5.393321413 5.565949805 5.338250865 5.746592873 5.742646644 5.613720898 5.363153629 6.014310901 5.451675486 5.099687137 5.396503672 5.410091602 5.316465766 6.174782261 5.411208023 5.349365732 6.392028323 5.187524847 5.384065121 4.863542893 4.937807593 5.606327713 5.063074121 5.32194073 5.36606495 +LQ06X008980 50S ribosomal protein L34 5.228541355 5.169122032 5.544034531 5.42186476 5.880013738 5.4090785 5.326265648 5.483745318 5.708989961 5.678765008 5.602291824 5.415218304 5.275796753 5.692617065 5.594531595 5.628880656 5.136054843 5.30116756 5.542444358 5.257884074 4.877955677 5.309035908 5.997476627 5.402391775 5.320552104 4.949336782 5.943531169 5.065946298 5.14958769 5.346819187 4.958427777 5.785405111 +LQ06X008990 MYB7 4.693424012 5.081298702 4.824489753 4.593057814 4.617862856 4.567619244 4.686166371 4.972330004 4.641072946 4.884242865 5.155097932 4.81216825 4.726787195 4.860886572 4.702359068 4.969883895 4.83251531 4.790966279 5.572930064 4.846642869 5.038064615 4.830293994 5.059597102 4.7153411 4.724469933 4.709029689 5.419888062 4.780122771 5.080815447 4.905213545 5.105402266 5.109960995 +LQ06X009020 Predicted protein 5.346007718 5.10821543 4.839557041 5.443378902 5.007866868 5.166978076 5.838639885 5.15644047 5.319078428 6.47715586 5.278862099 5.325721192 5.192598387 5.121863053 6.329435719 5.026486998 5.586093452 5.143960733 5.264642192 5.123592289 4.749991341 5.051273627 5.778104622 5.197877379 5.519054538 4.869033608 5.674803489 5.226938187 5.171611284 5.018130958 5.192480296 5.334449686 +LQ06X009060 Putative phospholipid-transporting ATPase 4 13.88690805 13.4837447 14.41310427 14.10251982 14.57898561 13.07234121 13.06950955 13.75419747 13.9398696 13.4655936 14.48357524 14.45811512 14.53902139 13.10755265 13.64469441 13.67399102 13.68947781 13.98043729 13.41791761 14.07775477 14.046387 13.98316956 13.22551253 12.91732851 13.26002031 13.64960629 12.90916675 14.42508569 13.89190814 14.42026164 13.54920726 13.17947039 +LQ06X009070 Casein kinase I isoform delta-like 13.58079877 13.50129301 13.96581706 13.39498243 13.7593007 13.63992097 13.55632429 13.57513492 13.67753636 13.46133379 13.81837815 13.45262004 13.91238948 13.81240384 13.96395416 13.68699013 13.53018808 13.85146995 13.68348495 14.12721807 14.03223748 13.79617045 14.1132672 14.24285451 13.55633168 13.57088179 13.77841424 13.95187049 14.38207204 13.97862397 14.1793453 14.40112372 +LQ06X009080 Putative uncharacterized protein 8.188659307 8.226867042 8.77678768 7.949539872 8.185853603 7.528552713 8.257332558 7.811319732 8.051340401 8.522592279 8.82542931 7.879016139 8.779536637 7.337070829 7.868667145 7.891665676 8.140401403 9.263595083 9.326477161 9.02146204 9.105244451 8.443147328 8.526897896 8.494525442 8.193595599 9.235835724 9.331511854 8.937903928 8.717846446 8.283469006 8.523732481 8.205142611 +LQ06X009090 Eukaryotic initiation factor 4A-14 5.391092249 5.404367134 5.591119711 5.072920894 5.487711696 5.253855363 5.161618006 5.535318994 5.740431974 5.323287979 5.432533484 5.160773294 5.502527698 5.423646274 5.154082478 5.180163121 6.206010838 5.977985959 5.726705836 6.481991451 6.262008836 5.193646325 6.281199025 6.205818376 5.972001656 5.871510332 5.766973188 7.782354248 6.110444903 5.472950212 6.593595805 6.084060006 +LQ06X009100 Glycylpeptide N-tetradecanoyltransferase 1 5.354956334 5.377233574 5.14672267 5.40320427 5.153703665 5.155301478 5.079739573 5.001600603 5.208750376 5.90587496 4.885434688 5.475615844 5.454064177 5.059514344 5.935918045 5.033124911 5.368244624 5.090832339 5.884939693 5.406397531 4.882568142 5.033383652 5.086417384 5.015987495 5.148257484 5.4083218 6.034463998 5.236441952 5.006832878 5.001494616 4.890018119 4.96047063 +LQ06X009110 Transcription factor, putative 4.999683294 5.289962079 5.197630688 5.491566384 5.405748736 5.492822705 6.077942871 5.487427482 5.353951515 6.164862021 4.960637086 5.31816942 5.434904365 5.48422361 6.047687626 5.526148878 4.738435646 4.737043538 5.41567449 5.192741986 5.310531068 5.229795424 6.192295272 4.929623442 5.122481501 4.892818799 5.328805252 5.765669804 5.884577547 5.16462145 5.114805286 5.129861105 +LQ06X009180 Charged multivesicular body protein 1 6.023906958 5.81558698 5.113996096 5.886599086 5.728491974 6.084120275 5.928575104 5.417378164 5.520440802 5.939896249 5.81512397 5.976961017 6.032455212 6.591901384 6.412095502 5.757764723 5.856261276 5.746417561 5.862413984 6.108809833 5.811545802 5.839477912 6.679339298 6.068219451 5.933525112 5.447822984 6.031762872 5.537534545 5.574191046 5.785689038 5.743099888 6.464380217 +LQ06X009210 Aspartic proteinase nepenthesin-2, putative 7.334237524 8.449454876 11.61906399 12.85162148 12.60292822 12.81770848 12.62809279 12.8313826 7.305245196 6.796338632 11.19227415 13.00492181 12.16849042 12.96579985 12.98418489 12.71148601 9.080379061 9.880216422 9.15020068 11.05377376 11.27116965 11.45046563 11.56352213 12.14680829 6.859718632 7.102664171 7.619219868 12.08548787 11.71217113 13.37934547 11.88662047 12.18719607 +LQ06X009220 60S ribosomal protein L28-1 13.89793376 13.70355791 13.49998761 13.1626363 13.13942413 13.18608843 13.24735764 12.90776869 13.89293197 13.99172952 13.73921383 13.46533752 13.32709082 13.19393645 13.27519339 13.14765334 14.09726838 14.0842626 13.39177386 13.70052759 13.8702022 13.37406554 13.51166178 13.2279134 13.88090785 14.06960414 13.64993352 13.3638975 13.13354957 13.20306174 13.53666945 13.16451048 +LQ06X009230 Putative Uncharacterized protein At1g51745 10.85930284 11.11060961 10.92373053 10.86668439 10.60652915 11.16275415 11.12668016 11.18728715 10.90250196 11.20816068 11.02885224 10.77292759 10.72721291 11.07409252 10.94231527 11.1076138 11.30193804 11.38996468 11.0767039 11.51377228 11.77588469 11.28885461 11.75486949 11.52205315 11.01070192 11.41143484 11.20169756 11.71423131 11.9276377 11.13848797 11.69007988 11.43293018 +LQ06X009270 Putative RWD domain-containing protein 1 5.315692491 5.503139481 5.465106106 5.196050514 5.325034117 5.374210217 5.274706373 5.006277951 5.404836957 5.686698822 5.425811601 5.197126256 5.181829158 5.290845984 5.556533197 5.215891657 5.497545955 5.352193887 4.998142897 5.435173087 5.168815467 5.305290129 5.154210303 5.484910152 5.079279463 5.417125717 5.069307419 5.589087676 5.294185882 5.503673556 5.419666733 5.220610776 +LQ06X009310 Glutamate dehydrogenase, putative 9.508034476 8.74825848 8.679616518 9.366994361 8.611032593 9.638339277 9.565017451 9.558396357 8.499738535 8.66184094 8.259839965 8.667723711 7.954406483 9.413257731 9.570489697 8.927330845 8.27194845 7.957544338 8.548407145 7.738937056 6.766077 8.771869298 8.215529507 8.862731492 8.818286518 8.239661117 8.62305456 7.936434076 7.364456281 9.080062442 8.997280432 8.519985809 +LQ06X009320 Putative uncharacterized protein 4.934202147 5.03498585 4.822427972 4.883586022 5.260121259 4.965636479 4.830689353 4.979662318 5.040955439 5.779825705 4.912840934 5.246001448 4.950938734 4.829675589 5.244686912 5.193496212 5.512629961 5.48566165 6.537447553 5.157691468 5.460413155 5.283863198 5.265432261 5.604960693 5.163632608 5.330664829 6.508274728 5.680106391 5.400282676 4.872460613 5.380970648 6.103231994 +LQ06X009330 Ubiquitin carboxyl-terminal hydrolase 6 5.372978399 5.462522626 5.140241412 5.885308533 5.503465639 5.784486327 6.094109099 5.846960198 5.468307012 5.575158041 5.022960352 6.172820798 5.325841023 5.829134818 5.522541623 5.657124554 5.783078235 5.339172162 5.738491224 5.192319875 5.47626005 5.577805411 5.113503511 5.326316634 6.018034601 5.412180031 5.509222737 6.012795823 5.467864154 5.490212194 5.957546325 4.956601497 +LQ06X009340 F-box family protein 10.55206649 10.94583153 11.14293107 10.51740839 10.80976209 10.63957072 11.02561797 11.00250702 10.3328478 10.02237616 11.08230215 10.49382831 10.83745119 10.6908467 10.33119704 10.86520362 10.77081601 10.53870625 10.03473486 11.61871036 11.88340806 10.69789033 12.24844594 12.50236556 10.26949715 10.07466786 10.30470527 12.01547564 12.11018278 11.16177294 12.54188281 12.58223292 +LQ06X009350 Putative uncharacterized protein 7.984189606 7.618833204 8.128491211 7.255119337 8.399519349 7.611295118 7.348624146 7.255210393 8.04508812 7.224294425 8.385928912 7.4519636 8.513938486 7.744198647 7.056419804 6.971906441 7.854662404 8.729789598 9.158507185 8.293501257 8.362962278 7.945842287 6.891794233 6.603535775 7.599469267 8.689345956 7.757815052 8.086017959 6.883772454 7.500728219 7.353951789 6.683070323 +LQ06X009360 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 13.52181278 13.5041407 13.04050555 12.69313708 13.14203985 13.03551153 12.83907683 12.90578137 13.66328459 13.30939225 13.19480437 13.05903318 13.17214627 13.03315273 12.66910622 13.07019676 13.60001001 13.24358538 13.89731942 13.50301626 13.49300458 13.25072759 13.33605115 12.91754409 13.72078291 13.3215233 13.79253572 13.47769917 13.57420784 13.06152314 13.46311375 12.92790537 +LQ06X009380 Putative Probable phosphatase phospho1 5.289550389 5.99520462 5.306863701 5.125154696 5.275332333 5.117096135 5.3958547 5.163379339 5.359682609 5.337137491 5.596011925 5.235414499 5.654170084 5.285710521 5.137995932 5.280367498 4.860337636 5.426664118 5.936060906 5.721918083 5.687031437 5.358625188 5.207796796 5.391627285 5.233413736 5.39453077 5.621549169 5.323462899 5.309437479 5.324892806 5.250604795 5.556405467 +LQ06X009420 Putative uncharacterized protein 6.473676594 5.805573534 6.472606817 6.821966731 6.020624158 6.389819301 6.051194526 5.964655141 6.075974339 6.401268035 6.956157118 6.491218201 6.209925058 6.305237457 6.406685237 6.329472978 6.19690163 6.033194018 6.361765108 5.93585493 5.425383789 6.09732755 6.106746545 5.714612596 6.180750072 5.719889385 5.756176301 6.315353 5.548899252 5.967767148 5.276960037 5.807705879 +LQ06X009440 Putative uncharacterized protein 5.347384127 5.039961448 6.095677411 5.222769716 5.147122005 5.129337925 5.36590025 5.547597125 5.628163709 5.339691479 5.419342384 5.224476597 5.185814362 5.18092601 5.14365602 5.817659623 5.332960505 5.404972211 5.260711079 5.41904645 5.787828795 5.140536585 5.502139975 5.057607976 5.198005383 5.234004804 5.272399378 5.351444909 5.453785455 4.975155076 5.131901249 5.447927193 +LQ06X009470 Phospholipase D epsilon 8.364531936 8.911183823 8.747305217 7.939658203 8.415875348 7.144187952 6.60641294 7.288543626 8.385858569 8.384596571 9.207913787 8.27645211 9.492001602 7.689158366 6.877578186 6.953074962 8.367650273 8.841439306 6.752745634 8.752270408 8.539612763 8.429169128 5.489737231 6.062809588 8.11882152 8.270021173 8.043557959 8.79523584 8.956107336 7.886737028 5.834055288 5.703041091 +LQ06X009490 Predicted protein 11.52631302 11.55131804 11.42967383 10.56680658 10.70913667 10.26690995 10.46418006 9.926460254 11.33969413 11.50010502 11.4607883 10.3262329 10.86102348 10.38763738 10.25049567 10.21631895 11.07981474 11.6844233 11.0166518 11.25528699 11.73523521 10.65195861 11.5843739 11.05793439 11.12085777 11.49595407 11.48077511 10.86582069 11.54664285 10.14873093 11.64205562 11.16328402 +LQ06X009500 ATP binding protein, putative 12.81684951 12.96653985 12.4895679 12.32096177 12.64352742 12.85567101 12.82386612 13.15374763 13.20100627 13.03142557 12.85043681 12.61440806 12.4398029 13.16930065 12.91963653 13.41583992 12.6994369 12.05993206 12.99901556 11.929379 12.00324406 12.82697998 12.47468485 12.52847655 13.18034339 12.47186282 13.06174716 11.80700376 11.91175684 12.34282703 12.57395331 12.45980513 +LQ06X009510 ABC transporter C family member 8 11.18497074 9.800007598 9.51645539 9.705778449 8.722288616 11.8092668 11.81040589 11.43902601 10.84206285 9.573896695 10.0323397 9.824793328 8.66451748 12.05140535 11.25867576 11.44496635 11.66558634 11.6694029 10.76446926 11.43008236 11.42145155 10.29489614 12.67186221 12.14704327 11.76911953 11.93693531 10.7175434 11.32389261 10.73300726 9.804306055 12.35773906 12.14671412 +LQ06X009580 Cysteine-rich repeat secretory protein 38 5.403844178 5.278373917 5.425097506 5.534815282 5.398181849 5.031364374 5.322511543 5.059728322 5.028680264 5.446979053 5.522915901 5.288431491 5.188844708 5.383909288 5.206210903 5.343745522 8.656888174 7.304116293 7.338794703 9.630359467 5.8943674 5.741128295 5.044414514 5.303470623 6.603849678 5.227044803 5.761688612 8.00494893 5.34037229 5.278262226 6.087547987 5.140686255 +LQ06X009590 Beta-galactosidase 1 5.106574499 6.250289367 5.703870214 5.576457626 5.007817191 4.70775393 4.853624924 4.697198957 5.405615071 5.911085591 5.344634502 5.388250895 5.983048338 4.796634501 5.198207932 4.80938923 5.532229536 5.64098926 5.627223637 5.904528569 5.738989088 5.653321535 5.424116154 5.106082618 5.755761034 6.076183765 5.700425026 5.68653771 5.59568833 5.908413551 5.913396876 5.096218219 +LQ06X009600 Putative uncharacterized protein 5.881426124 6.296484344 6.604911214 6.42155321 6.206440844 5.975804837 6.340596061 6.188980011 6.188177678 6.418593562 6.110461713 6.357792178 6.127834622 5.968959053 6.077389565 6.130979328 6.506035636 6.266174396 6.890359492 6.329449773 5.485074489 6.406755709 8.03733604 6.066208147 6.051476901 6.019373823 6.976573983 5.768836734 5.973447391 6.249418878 5.829371263 5.897418078 +LQ06X009610 3-hydroxyisobutyrate dehydrogenase, putative 10.1427501 10.16945638 10.29347552 11.54779442 10.1023362 11.78393107 12.0526106 11.92462088 10.23895853 10.11488423 10.12036064 11.49980039 10.85919956 12.22709411 12.32950057 12.14294925 10.21740426 10.58969365 10.46386465 9.882986351 10.31599739 10.54267887 11.01065243 11.38441998 10.27020092 10.71042251 10.76939901 10.74407468 10.54474938 11.37061861 11.24107112 11.19115861 +LQ06X009620 Transmembrane 9 superfamily member 4 5.860122865 5.770005161 5.737948192 5.808686886 5.89251837 6.019191771 6.092755586 5.451391946 5.721574261 6.433260568 5.637743484 5.876313715 5.838229515 6.124485108 6.735151561 5.579196398 5.705035574 5.61596786 6.740408974 5.667949058 5.742870779 5.96640241 5.780596064 6.126449083 5.654507316 5.929877091 6.907691601 5.686808562 5.830156874 5.696527137 5.734929727 6.296626628 +LQ06X009660 Beta-fructofuranosidase, insoluble isoenzyme CWINV1 5.621011837 7.212160124 5.460228057 6.349540376 6.074586881 6.579773807 6.16340331 7.699097968 6.454634356 6.020012446 5.827823202 6.508704984 5.746448214 6.64940351 6.341307936 7.58079686 8.032608518 5.83275699 5.911250819 6.259639843 5.008211595 6.436446563 5.556254033 6.134573038 6.734502948 6.174628377 5.538640067 6.407491013 5.374607009 6.653585624 6.341853388 6.301316632 +LQ06X009700 Auxin-binding protein ABP19a 5.127754719 5.272983083 5.168223949 4.912564008 4.925473395 4.848593834 4.956166418 4.772408847 5.165021384 5.197339604 5.784519043 4.998218295 5.180634046 5.133012317 4.824802408 5.083259537 5.504878372 5.393750849 5.237000311 5.060943773 5.185943227 5.009196149 4.828115869 5.176072087 5.298864541 5.546690295 5.052436081 5.133378266 5.279735802 4.986290452 5.283204168 5.040450141 +LQ06X009710 Putative uncharacterized protein 5.524750672 8.474673076 5.534632429 4.982113857 5.760073904 5.449228121 5.93693058 6.037893717 6.490832952 9.042684122 5.491877409 5.08028586 5.250965225 5.888314051 5.478019249 6.073702836 6.677301793 6.107701306 7.114951183 4.854956435 5.442543493 5.561210329 6.393606796 5.405098483 7.168853993 5.8859943 7.680567699 5.353599427 5.288183557 5.224520219 5.478762461 5.662026765 +LQ06X009780 GHMYB10 10.32960633 11.2637265 5.942456391 5.539765191 5.824067871 5.225831643 5.384847241 5.637843487 10.40187281 10.73539204 7.164037932 5.337348123 5.770292483 5.268866113 5.011893601 5.570742408 10.09330137 8.334067068 9.859931182 6.032750105 6.169443581 6.484433603 5.134325585 5.013127994 10.95063516 9.92362804 8.978411329 5.358498022 5.679571053 5.520165265 5.440158538 4.980779114 +LQ06X009810 ELF4-like protein 6.201319505 5.993100477 7.050496263 7.356196859 6.365698971 5.747802159 5.934930843 5.967059018 6.366153733 6.145741911 6.571999878 7.509375157 6.894489889 5.838969944 6.877374054 5.713132767 5.560170382 6.041008307 5.469880587 6.141040617 6.791641371 6.872699623 5.427163014 5.721124754 5.809401108 6.317197163 6.024710496 6.925898953 7.279886671 6.551183746 5.104392948 5.304133567 +LQ06X009820 Predicted protein 10.76098868 10.59358831 10.65536025 11.90607902 11.32569315 11.67641528 11.99092427 12.07427372 10.86026201 10.826522 11.059587 12.0316015 11.6219871 11.89481374 12.28285587 12.489544 10.52205939 10.69083442 10.97900366 10.37607163 11.04823979 11.83679974 12.05438516 11.87497723 10.85764463 10.78771334 11.15129811 11.25327097 10.86683024 12.57867934 11.64112851 11.64575153 +LQ06X009830 Predicted protein 6.054018628 6.123777199 6.833605287 6.173622998 6.93972399 6.094575931 6.525216545 6.170137141 6.05611613 5.938507775 6.482121295 6.297770891 7.124098452 5.992024937 6.602859458 6.050165248 5.988525257 6.489106098 5.739071884 6.180042239 6.515725672 6.797303766 6.00796713 6.750097159 6.562356117 6.573517928 6.147942779 6.485442713 6.581524829 6.627507065 6.25882733 6.746456978 +LQ06X009850 Omega-amidase NIT2 7.879949953 10.07571554 7.000135896 7.105996682 6.633839812 8.319345023 7.986957485 8.896713247 7.89480218 8.942857807 6.705019718 7.412580469 7.101623948 8.608353984 7.791137921 8.18408845 11.02161601 11.23117862 10.96665474 10.7313564 10.25197779 9.508552865 10.22638971 9.961069249 10.66186339 11.19802045 10.88529689 10.35951621 10.61307996 8.958645405 9.651169208 10.16026655 +LQ06X009900 Putative uncharacterized protein 4.815571436 4.718818866 5.057301265 5.084473755 5.106707258 4.832697253 5.036391729 4.868867503 4.926274558 4.937571625 5.013563314 4.973518412 5.073939525 5.219655817 4.856208511 4.945060474 4.75237511 5.072996455 4.943844912 4.919188105 5.121370283 5.087575053 5.470729399 5.21253932 5.024054008 4.972936191 4.915230976 4.994555495 4.813631752 4.808250979 5.71141652 5.583867744 +LQ06X009910 Putative uncharacterized protein 9.357579823 9.430606888 9.15710786 9.038458729 9.683808251 10.2766578 9.853979195 10.25005205 8.945589871 8.493058576 9.129101401 9.085610412 9.061545717 10.13065495 9.540526098 9.676634213 9.477589801 9.131810989 10.02393287 8.513705958 8.018406604 9.451325508 9.562735204 10.48540773 9.720611874 9.529304926 10.19773576 9.099559356 9.212212193 10.07457789 10.27393924 10.45745293 +LQ06X009920 Protein Brevis radix-like 2 11.90313802 11.46273496 10.4084366 9.413281511 9.67188417 12.92604749 12.29881915 12.11702079 11.70435228 11.5327556 10.98057394 9.795692787 9.103063278 12.82087848 11.69162605 11.40460419 10.9446102 11.33448648 11.31152337 10.58783513 10.48492382 9.454197866 11.96953949 11.25581171 11.06163861 11.61346057 11.27100989 9.730485023 10.2989627 9.141236941 11.9135373 11.2754191 +LQ06X009950 Nuclear transcription factor Y subunit A-3 11.61642885 11.62564061 10.90000277 10.29117126 10.65342302 10.99593074 10.59194711 11.25512294 11.43600051 11.35383217 11.04463939 10.36260369 10.49287787 10.74451459 10.65454544 10.73322675 10.65267858 10.4779757 10.9906591 10.34542139 10.02311032 10.2953679 10.23739533 10.22164332 11.19188176 10.67749067 10.84054724 9.660740683 10.11814193 9.739739442 10.37185893 10.29558941 +LQ06X009960 PHD finger protein At5g26210 13.48355953 13.49507826 13.01159918 12.91551885 12.7850532 13.05444575 12.84728225 12.69431875 13.61747228 13.49805153 13.09353663 13.15600916 12.8151331 12.8016195 12.76777383 12.78560452 12.83997775 11.79060375 12.49828057 11.92224592 11.77357376 12.69257132 11.78885394 11.44281583 12.98422596 12.15567185 12.6247417 11.69138118 11.75828126 12.20429544 11.68354047 11.32313678 +LQ06X009970 Putative Solute carrier family 25 member 44 6.200089324 6.137364255 6.362930403 5.979992194 6.411438647 6.132352695 6.144274697 5.592581354 5.939966294 6.414378577 5.922504834 6.040455634 6.129348464 5.862683298 7.102076918 5.712442893 5.816007951 5.806528513 5.88391134 5.973854548 6.680504166 5.919024736 6.14191529 5.780293864 5.906280896 5.936278704 5.950655537 5.669901595 5.930072139 6.133034259 6.160451947 6.203365669 +LQ06X009980 Putative Midasin 11.58106442 12.3455195 10.53835996 9.690913329 11.20983322 11.85266544 11.89330426 12.11188757 11.97439254 12.51385223 11.31632242 11.16832153 11.63097682 11.99570482 12.15767697 12.78088045 12.63288643 12.03285684 12.95686835 12.28024964 12.15913138 11.82377552 13.66882069 13.49492103 12.95259091 12.25847113 13.14023274 11.94752153 11.89599816 12.17897958 13.91934728 13.40593525 +LQ06X009990 Putative Myosin-J heavy chain 6.570586888 6.182694161 6.273987216 5.306716543 6.454572185 5.270698017 5.119559673 5.600601164 6.819798536 6.153780944 6.061551011 5.153400812 6.792152488 5.569042504 5.00151054 5.685552807 6.264371623 6.817500291 6.597511631 5.831345302 6.622050193 6.05670761 6.75047865 6.903518555 6.053602751 7.434439284 6.703729631 5.220732725 6.494925525 6.217161931 5.94659756 6.647786557 +LQ06X010010 Putative Puromycin-sensitive aminopeptidase 8.956581118 9.286586715 9.308210832 9.276024269 10.22657664 11.31523535 11.36197634 11.39254367 9.499742577 9.170037998 10.02390395 9.699456249 10.28527837 11.33781105 11.1563569 11.84493051 10.42835427 10.31802735 10.4516664 10.60802914 9.948713005 9.851705986 11.47287292 11.68978367 9.569601802 9.819839645 9.615414146 10.14349139 9.032398102 10.5615796 11.41375294 11.88682099 +LQ06X010050 Putative uncharacterized protein 10.51171478 11.12997757 10.10036823 9.51766874 10.72497712 7.807411179 7.315840194 8.448885612 10.57904813 11.38413315 10.55127027 9.750632711 11.24107088 8.192862733 7.715226673 9.281787983 10.77710448 9.228762038 11.04169988 9.334132955 8.926136455 10.06352113 5.682056309 7.763206413 11.01441648 10.31340807 10.62539751 9.507034047 10.24318392 9.232726252 6.965559861 7.87691733 +LQ06X010060 Putative uncharacterized protein 5.697009276 5.261813929 5.301634904 5.356706262 5.262619208 5.151770071 4.974888498 5.694131276 5.392609016 5.185873007 4.846053856 5.380573813 5.26928676 4.989527205 5.537661781 5.515478757 5.032958464 5.558580305 5.525989306 5.168465208 5.37424958 5.125985639 4.894587759 5.632054582 5.336320015 5.582223005 5.355941228 5.673590967 5.275034262 5.223853019 5.60583722 4.891562418 +LQ06X010070 Protein phosphatase 2C 16 12.12000793 12.38894253 12.50279753 12.02527314 12.25498479 12.39467148 12.36630253 12.56803621 11.79342441 11.75696403 12.18328525 11.60550928 11.92877433 12.51472876 12.4582346 12.23421503 11.98938441 12.16038996 12.24350289 12.20650408 12.20218269 12.29113107 12.91078506 12.87328527 11.9380763 11.64342555 12.31799048 12.30904923 12.36696331 12.53208422 13.04447402 12.83692389 +LQ06X010110 Dihydrolipoyllysine-residue acetyltransferase component 3 of pyruvate dehydrogenase complex, mitochondrial 5.482944487 5.55755297 5.337982133 5.326520869 5.216687264 5.149565619 5.277333417 5.302637999 5.341297149 5.372336231 5.378503731 5.347511522 5.389915256 4.93725766 5.135374277 5.142696732 5.45267467 5.357042573 6.485286044 5.518935068 5.546742485 5.334535616 5.444312799 5.089943695 5.387096905 5.510879224 5.840787078 5.827414771 6.129688429 5.336535963 5.540533909 5.075124927 +LQ06X010120 Putative Nucleoside diphosphate kinase 5.01364751 5.189881396 5.317563644 5.004844016 4.861119194 4.682779382 5.038841561 4.838690936 5.431765904 5.123167142 5.329777619 4.985403204 4.816017181 5.080862398 5.014146946 5.001909551 4.535092351 4.834761698 5.316516254 5.546995746 5.246365235 5.004446565 5.225772939 5.130661205 4.848206354 4.802651427 5.001398116 5.400109281 4.848178338 5.05309778 4.909307156 5.181158028 +LQ06X010150 Lsm1, putative 4.873856577 4.944647519 4.856699061 5.544047429 5.020656858 4.799891636 4.76034715 4.827643969 4.70201731 4.938636846 5.061142708 5.626396363 5.051140802 5.533828349 5.132055158 4.801457144 4.668786383 4.589777266 5.074705883 4.518060315 4.73049467 4.891232926 4.629042523 4.933475839 4.750259978 4.834267602 5.344869087 4.912961268 4.851908686 4.988717032 4.900998303 5.377052958 +LQ06X010160 Ptm1, putative 13.00762023 13.13630641 13.17472413 13.10995306 13.26761547 12.0837656 11.75312801 12.11237733 13.01082412 12.95866854 13.34647744 13.03156947 13.20047445 12.06239543 11.79613098 12.492981 13.01881714 13.08319756 12.81954624 13.05702891 13.17370387 13.10527493 11.10705887 11.84838165 12.94342774 13.34592137 12.82247667 13.07799741 13.17899315 12.8182246 10.89525927 11.68804509 +LQ06X010220 Putative Nucleolysin TIAR 13.83067678 14.06356504 13.88525677 13.93201267 13.65280429 13.89770562 14.14258538 13.71403775 13.64996918 13.82234124 13.77494426 13.91310633 13.63681404 14.05202025 14.07051512 14.20947556 13.95079862 14.30237177 13.96557185 13.85410064 13.85599482 13.99873976 13.87791458 13.7880611 14.1430465 14.31419407 14.24151725 13.57530355 13.94429011 14.00479385 13.57372639 13.8077939 +LQ06X010230 Putative Tetratricopeptide repeat protein 28 5.508105772 5.418384273 4.759831563 5.419327084 5.100162805 5.145753995 5.238613003 4.850389935 5.442537318 5.802280201 5.44925157 5.304666447 5.093666072 5.478011096 5.777748275 5.059988737 5.316274835 5.566590513 6.2250562 5.94847228 5.143921135 5.46836802 5.357466566 5.375214047 4.972079524 5.643661133 5.86488872 5.493686535 5.629270387 5.455859807 4.807681725 4.666222815 +LQ06X010250 Putative disease resistance protein At1g59780 6.203903185 5.956417659 6.367968129 6.422505389 6.176086816 6.241428938 6.338284809 6.170744352 6.213741146 6.395191695 6.358997507 6.554052531 6.477782958 6.463923465 7.112786259 6.558028383 6.029813741 6.233845275 6.581390612 6.656203151 6.260402337 6.18232235 7.712298047 5.63615767 5.970329509 6.344076278 5.817416049 5.555022289 6.342628064 6.486330782 8.012757215 6.714036229 +LQ06X010320 Peroxisomal (S)-2-hydroxy-acid oxidase 12.46191751 12.15441062 12.4208496 11.83464028 11.82386143 11.98950801 11.78954454 10.99787159 12.58297161 12.77872165 12.4614298 11.82730626 12.12236769 12.0325527 11.58429728 11.77179247 11.81963831 11.52603662 11.65331541 11.70179455 11.41066928 10.44674346 10.88182035 10.25714914 11.92783851 11.40603429 11.7444838 11.11661197 11.49828671 9.779383201 11.22537453 10.07836422 +LQ06X010330 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 12.95175275 12.52124707 13.56678194 12.82635334 13.12260746 13.50532794 12.78377617 13.4062593 13.35754468 12.62370091 13.74504641 12.86025231 12.85245914 13.69470299 12.90720576 13.47183124 12.70408708 12.99970318 12.11994618 13.53591121 12.37366393 11.54680916 11.90537057 11.79925965 11.71823411 11.69573594 10.82934087 12.3581019 12.46198176 11.11481293 12.74941034 11.69020408 +LQ06X010340 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 4.83196404 5.110180907 5.194851613 4.864329606 5.251622853 5.471167833 4.945611839 4.888169802 5.539512417 4.980111629 5.338578362 4.883351561 5.414800536 5.295944087 4.896492988 4.962386868 5.251432763 5.199671354 5.517891933 4.940614029 5.151563334 5.179886785 5.298900828 5.406955084 5.345399886 5.240498849 5.294084941 5.173914096 4.995472352 5.224516777 5.211312231 5.085501152 +LQ06X010380 25.3 kDa vesicle transport protein 5.282489978 5.427481411 5.338519176 5.707056415 6.052147229 5.511208489 5.433879581 5.593731594 5.810851546 5.816296221 5.351317583 5.795833335 5.841945227 5.305939611 6.338282449 5.535519106 5.386718047 5.640411231 5.404558093 5.586114809 6.441391439 5.197224913 5.208261392 5.497152547 5.204752434 5.654980468 5.178457515 5.378487216 5.723121665 5.329241348 5.556475578 5.322535163 +LQ06X010390 Predicted protein 9.485116871 9.680958822 9.482254209 9.235863701 9.015656252 9.693314163 9.407119787 9.403798783 9.651136934 9.514263115 9.264196801 9.266488636 8.874168568 9.833867333 9.558463556 9.886101718 9.275875277 8.989480501 9.865642203 9.508409098 9.312786429 8.680622533 9.350680939 9.711004118 9.41445445 8.994764146 9.955912033 8.767233206 9.610898893 8.922009406 9.82418107 9.823523581 +LQ06X010420 Predicted protein 11.71489065 11.56344614 11.61668125 11.26332027 11.81464002 11.01941918 10.8650951 11.5835805 11.72773063 11.44873912 11.88453063 11.7681847 11.68333122 11.25901371 11.13015999 11.65298679 11.5227566 11.03077363 11.72701725 11.58041722 12.04124329 10.98413776 11.83270672 11.674444 11.79087385 11.23089866 12.0129781 11.4652015 12.3031083 10.7465261 11.84018603 11.58631574 +LQ06X010430 Putative uncharacterized protein At3g14180 6.908086691 7.835370981 7.193536744 7.079917859 7.79684267 7.568482358 7.628397544 8.551283432 6.95929518 7.107349306 7.717618957 7.082560926 7.726550533 7.377946829 7.57056352 8.24461801 6.703142754 6.907763496 6.338486787 8.378950757 7.149799516 7.669103633 8.627503769 9.479607671 6.882687428 6.882202394 6.856620813 8.18901658 8.061197289 8.169630948 8.762256059 9.341140254 +LQ06X010440 Hypothetical protein 9.751919469 13.2157399 11.78159957 11.49592235 14.1245191 12.99761389 14.12104967 15.2939819 11.34679753 12.8479932 11.47349924 12.29330586 12.78399313 13.61237002 14.4445257 14.57988218 12.90763431 13.57629278 13.1221831 13.357765 12.42042787 13.47246848 13.80526573 14.11773281 10.35174572 10.77206148 13.69148783 12.61248972 12.22412133 13.80011442 13.96585467 14.2448737 +LQ06X010450 Chaperone protein dnaJ, putative 5.562863199 5.638068453 5.429109765 5.421675546 5.741706502 5.381221367 5.703171419 5.085633439 5.809545729 5.667574271 5.515651328 5.483534264 5.721075895 5.145912422 5.8167233 5.198129384 5.760857492 5.923935069 6.437183668 5.653361558 4.908385271 5.517216614 5.340025325 5.114995455 5.344833151 5.832401814 6.327607897 5.838140391 5.57814743 5.456849303 5.007157667 5.040769808 +LQ06X010480 Putative uncharacterized protein 8.348982221 8.726538921 7.681770239 9.918045073 10.68411223 10.85034891 11.48963677 11.51712841 10.00353776 10.14406979 9.79521966 11.1492307 10.7452703 11.36041386 12.39189356 11.90565385 10.92802362 8.27686922 9.319113644 8.066379852 9.253789787 10.02214256 11.24216749 11.43590809 9.778860385 10.42057794 9.694786714 10.0094542 9.586469684 11.80700093 12.1781513 12.21224312 +LQ06X010490 17.4 kDa class III heat shock protein 13.52658648 11.95488402 12.86395439 13.28831971 11.71136487 15.09694695 13.45353041 11.84932862 11.51136899 11.39355528 11.85760712 12.5658251 12.08883385 12.74984278 12.54400476 11.32305862 11.37559132 12.68650386 9.30754825 11.47160257 12.06944065 10.02790444 11.81858904 10.43538773 10.51883859 10.85589367 9.659015849 11.14203175 10.6676711 10.7755843 10.89637867 9.260569039 +LQ06X010500 Putative CCAAT/enhancer-binding protein zeta 11.01906958 11.06715229 10.72991687 11.15131008 11.0258816 11.53208393 12.05768779 11.76112019 11.08127894 11.77834517 10.92434411 10.92516359 10.72455432 11.27743966 12.3271873 11.8039377 10.6784815 9.968695144 10.10719178 10.59019352 10.37789489 10.240735 11.49314219 11.08623614 10.98661407 10.34463461 10.55916009 10.58213928 10.35170156 10.31704631 11.78419264 10.99019706 +LQ06X010510 40S ribosomal protein SA 5.71963374 5.803157961 5.219894969 5.793729235 6.096091787 6.58683348 5.934284138 5.777280011 5.541100121 6.055085393 5.351036837 6.032429008 5.786338352 5.675609665 6.364653059 5.801702681 5.631056005 5.698997569 6.250999921 5.528066741 5.254790463 5.7278459 5.432374812 5.104429241 5.732441221 5.713160428 5.704502724 5.55661157 5.463360611 5.642264226 5.654237939 5.359703875 +LQ06X010520 Predicted protein 5.062009429 5.110414253 5.417598853 5.454758415 5.560725704 5.946380256 6.214636129 5.678903001 5.210639424 4.719124611 5.283688946 5.484141882 5.498166589 5.52216566 5.884179399 5.210683871 5.125383745 4.889486022 5.165637385 5.085943431 5.367171646 5.346898301 5.231647277 5.305447846 5.135185755 5.095031209 5.117936103 5.161321867 4.980405327 5.282058454 5.14296974 5.48307342 +LQ06X010550 Putative GDSL esterase/lipase At1g54030 4.761868081 4.714533256 4.998699759 5.132664596 4.938692015 4.806206113 4.766756346 4.896993461 4.903034135 5.084786849 5.101488177 5.015359405 4.723240976 4.73645721 4.719013462 4.641250154 4.779674321 5.178100737 5.207813959 4.986086514 4.939131779 5.03264352 4.980017955 4.930970046 5.128417523 4.870058413 5.200306467 4.772428197 4.822191342 5.276332532 5.224017883 4.896278445 +LQ06X010620 Ethylene-responsive transcription factor RAP2-12 5.941436722 5.738972855 6.512920341 5.62865031 6.56297744 5.649906151 5.44157072 5.951174502 5.621411892 5.908203026 6.32919585 5.584445068 6.189642051 6.020274589 5.339410883 5.883722459 6.662870854 6.325110421 5.724319879 7.070648825 7.306508694 5.829496705 7.742477872 7.77219085 6.460459275 6.196761521 6.120710844 7.294513245 6.781509841 5.45973991 7.303991509 7.435415814 +LQ06X010630 Subtilisin-like protease 13.26618145 13.33856255 12.06386441 11.85807394 11.73729392 10.28536 9.315522981 9.783855205 13.21434981 13.32839462 12.14346245 11.93454758 11.96444877 9.959758872 10.19017011 10.47966532 13.42268264 13.4929752 13.53692025 11.95274061 12.54440361 12.50899462 9.236204556 10.04362466 13.51037584 14.01014595 13.56966274 12.03535828 12.22599441 11.57714921 9.156228812 9.699711596 +LQ06X010640 Hypothetical protein 6.595936909 7.023503566 6.383209752 7.687787452 5.889514538 9.2587294 9.596658583 9.114449448 7.156880801 6.824273411 6.175969459 8.06753005 7.109357851 9.377884569 9.665727938 9.275368137 6.771274855 6.590799055 5.317536648 6.098391618 5.985012762 6.169100075 8.481387945 7.516717023 6.293486526 7.174708843 5.537274278 6.321817454 6.16398458 7.003405665 8.801014195 7.877221142 +LQ06X010670 Putative uncharacterized protein 5.485792173 5.85259703 4.951186738 5.149549502 5.868844863 5.265178285 5.838679384 5.248153247 5.2717141 5.830696713 5.554226443 5.439979321 5.842033098 5.201619596 5.377399921 5.212621016 5.439640964 5.534702038 5.768108482 5.563228307 5.356060612 5.390187068 5.33374416 5.621832736 5.147738485 5.783356518 5.976428867 5.698281208 5.334916103 5.481008414 5.542382576 5.430519886 +LQ06X010690 Putative Late embryogenesis abundant protein Lea5 4.917779703 5.160774563 5.10810716 5.570429029 5.546594177 5.662038191 7.12165216 7.5641072 4.980980153 5.359013018 5.213507069 6.054625203 5.748825722 5.619611973 6.027517207 7.796813588 5.945628468 5.712166081 5.292996097 5.263896005 4.855262218 5.040417294 5.771191486 5.998747196 5.142107652 5.257034211 5.681431008 5.401465084 4.98284163 5.474479974 5.831629354 5.953799152 +LQ06X010700 Putative Translation initiation factor eIF-2B subunit alpha 5.642347635 6.012040578 5.912764182 5.879291439 6.072564005 5.561930245 5.686638292 5.817404666 5.947476552 5.288004099 5.720668132 6.004144173 6.094102576 5.726655632 5.608383941 5.92776638 6.008134648 5.869977358 5.81145285 5.694489596 5.688194496 6.070937087 5.722500704 5.646817569 6.004073618 5.709396402 5.78963791 6.294617981 6.173258057 6.102476169 6.471053422 5.651467304 +LQ06X010750 Proteasome subunit alpha type-5 5.950528682 5.824378122 6.03801056 5.871945904 5.566170078 6.098358538 6.24290866 5.859184219 6.127694674 7.240442168 6.183952085 5.978413521 6.593947445 6.188687447 6.867718453 5.617075727 5.895206801 5.604609064 5.624284801 6.446928494 6.071896405 5.938997473 5.969609886 5.429898197 6.018005167 5.630914456 5.656040415 5.439811692 6.245065457 5.822613566 6.007544827 6.136249539 +LQ06X010760 Alanine aminotransferase 2 11.10217916 11.65858948 10.68227219 10.34386873 10.65329458 11.31596832 11.37303359 10.997885 11.16225216 11.42566752 10.93565662 10.48915913 10.73310953 11.41094136 11.20710519 11.16580471 12.02105018 11.33670658 11.95921154 11.39091792 11.05426487 11.10090653 12.20035691 12.25680904 11.61056123 11.20974246 12.20120694 11.21079674 11.45808179 11.4487515 12.1419015 12.29116559 +LQ06X010770 Pectinesterase 3 6.882249043 5.723494 7.213711091 6.916891578 6.408839204 7.091210594 6.942437333 6.058108598 6.985056168 5.814825147 7.051428545 6.637897574 6.834797961 6.807402963 6.299633643 6.305682908 6.794303873 6.798705919 6.035575981 7.185866929 6.551543612 6.689618192 6.21368389 5.691535879 6.072970873 6.592092996 6.246158236 6.9427323 5.837912759 6.003766816 6.065594062 5.430515837 +LQ06X010780 Putative Pumilio domain-containing protein C14orf21 7.445068264 7.7469316 6.114351366 7.049444214 6.9805468 8.780672892 8.399615162 8.775891379 6.985110587 7.043824234 6.283123595 7.162352621 6.308367539 8.711333837 8.420514938 7.963335293 7.684799874 5.705142214 7.245411864 5.73498347 6.475455872 6.828863396 6.905714132 7.436851979 7.966526221 6.357901461 7.280231314 6.465845681 6.533735695 6.801237666 7.573006225 7.4882251 +LQ06X010810 Putative RING-H2 finger protein ATL1P 10.45116105 10.10218776 10.30208216 9.314115838 9.416894879 8.167336263 8.378327892 7.430231481 10.41978105 10.05154696 10.21655526 9.413387162 9.367491555 8.805744602 8.73538322 8.595040684 10.16668919 9.662162696 9.233899908 10.17971116 10.52698532 9.259629321 8.591549871 8.856380196 10.18731139 10.30528601 9.516996419 9.580578155 10.88625097 9.56763715 7.913396034 8.914689376 +LQ06X010840 Hypothetical protein 8.509217519 8.266844817 8.423317613 8.938273449 8.644637619 7.956166308 7.186845967 7.619293522 8.342257745 8.877511947 8.471590696 9.22198629 9.147760789 8.287781504 7.818439179 8.479203261 9.600074048 11.0988229 9.267470723 9.637361701 9.7108145 9.424904909 8.897721413 9.337667848 8.904510125 8.759517028 9.935599047 9.460698559 8.123745147 11.56585475 8.08846369 9.593729936 +LQ06X010870 26S protease regulatory subunit 7 13.24733684 13.63960225 13.33454241 13.05112654 13.40316953 13.21110518 13.12955719 13.27503557 13.46721941 13.7652964 13.35140062 13.14273407 13.41368849 13.17876718 13.44117499 12.86696028 13.12680187 12.60368614 12.70697974 13.3968516 13.17604004 13.26100079 13.06034413 13.2413033 13.39095421 13.03145668 12.80426074 13.2883679 13.63237914 13.23074483 13.31536308 13.19255671 +LQ06X010890 Protein STRUBBELIG-RECEPTOR FAMILY 6 5.90188067 6.00644186 6.241262236 5.944643584 5.821904855 5.098406514 5.33203546 5.45656155 5.626569192 6.00851822 5.440025346 5.877065857 5.957102036 5.316827918 5.965655432 5.412874071 5.69897915 5.507726623 5.658515397 5.936775204 6.157518169 6.136289976 5.965905043 5.44637559 5.628564407 5.627743267 6.24856823 5.27045295 5.859581993 5.481159149 4.74869632 5.332543658 +LQ06X010900 Predicted protein 5.497452595 5.860456463 5.983315084 6.646199324 5.430675907 6.21063936 6.354128956 6.779874911 5.524934469 5.032909457 5.7295912 6.110250856 6.174619108 6.200797699 6.062477847 6.945055714 6.32573647 5.88014754 5.882861369 5.92220357 6.371725275 6.321700557 5.158412902 5.491129047 6.105116084 5.912384391 5.611644314 6.341730575 5.983171564 5.684624308 5.738935142 5.439697343 +LQ06X010910 ATPase 10, plasma membrane-type 8.879680152 8.024987427 8.327541087 7.176343186 7.416974609 7.154933476 7.048679433 7.471758907 7.939946718 6.556571253 7.325748177 6.775565454 6.909878525 6.154328574 6.180102144 6.246071519 7.670984165 6.435498995 7.674513314 6.377354028 6.705204558 7.076301464 7.234190068 6.207394733 8.39803057 6.92704369 8.11953154 5.914155732 6.638860216 6.913022836 7.000317498 6.70458788 +LQ06X010940 4-coumarate--CoA ligase 1 9.132052659 8.842260336 10.3917594 11.74007843 12.63279058 10.56552549 10.01615328 10.45588895 9.029127843 8.677105932 9.979953739 12.14758357 11.28938505 10.33390758 10.69231891 10.25766245 8.261243412 8.910587338 9.488234701 10.14905143 11.14584489 11.92484013 10.00952916 10.4438996 9.30228743 9.427946721 10.1170469 11.06399843 11.21821189 13.72234309 9.735068391 10.71726503 +LQ06X010970 Predicted protein 8.409813282 7.660495309 8.448799077 7.78562935 7.947291321 7.591278299 6.982255893 7.691128705 8.380442745 7.068615475 7.994863443 7.783875078 8.026214942 7.979613072 7.586508188 8.096922068 7.428567411 6.882292288 5.342123233 8.260403537 7.709201802 7.221068221 6.997296187 7.848930815 7.178632786 6.312523246 5.967749252 6.886544173 7.948584417 7.167486156 6.913527297 8.186527804 +LQ06X011000 Putative Probable E3 ubiquitin-protein ligase RNF217 10.56256645 11.24900873 10.80657572 10.99444087 10.92432153 11.68986026 11.5827679 12.29456723 10.69775383 10.93516653 10.90519634 11.15712324 10.72894298 11.55266145 11.32036338 11.67976652 11.24411754 9.945617534 10.22229027 10.94523155 10.66527005 11.58798491 11.1385453 11.35645028 11.0078418 10.0101185 9.889032736 11.66615202 11.02098089 11.76332394 10.8745467 11.08399571 +LQ06X011020 Predicted protein 11.73925501 11.54157797 13.56994585 13.98355645 13.85459746 13.92230677 14.20932976 14.62856293 11.92945159 11.17498206 13.44067506 13.94997973 13.70706478 14.28226877 14.26244534 14.32008522 12.84158104 13.05484365 11.48562364 13.57185196 13.68006596 13.11200108 14.29229277 14.20936333 11.68248362 12.09949653 11.77175364 14.04054661 12.99173497 14.05700064 14.19622208 13.91521643 +LQ06X011030 Putative uncharacterized protein 8.750365841 8.840356116 8.406565183 9.122958732 8.344280399 9.311577083 9.78577535 9.545261418 8.793605706 8.875382803 8.716087161 9.036617553 8.147710689 9.509741075 9.959612816 9.577774393 8.698662086 8.502579247 8.718440445 7.487558391 7.098860886 8.59520956 9.125968861 8.784671334 8.987311473 8.235526111 9.090705106 8.064566826 8.041405678 8.791950262 9.345451682 9.258779946 +LQ06X011080 Putative DNA repair protein RAD23-1 5.270814051 5.12677675 5.587875026 5.271759558 5.779347605 5.841997022 5.465889585 5.939276364 5.347665749 5.161136744 5.963662477 5.455717688 5.746100784 5.41195499 5.883860015 5.512402946 5.320378241 5.125385882 4.848858109 5.419849828 5.540817915 5.271053064 6.021990099 5.306229206 5.552351355 5.127452404 4.823515645 5.075185986 5.288065682 5.484511496 5.87305602 5.994824303 +LQ06X011090 Putative Probable serine incorporator 5.37580672 5.192543533 5.485121026 5.528629025 5.442824512 5.295928384 5.496414973 4.989850073 5.269424338 6.281282448 5.99342131 5.205183461 5.580528981 5.259337932 6.320120023 5.45053747 5.257781613 5.436962241 6.124529761 5.710153381 5.142044066 5.239922246 5.228103874 5.662394214 5.246076924 5.466708432 5.84024889 5.33797379 5.816556817 5.426155621 5.686220578 5.867242408 +LQ06X011100 Predicted protein 7.253394875 6.583914381 6.540653042 7.223912063 6.425481097 7.04040803 7.152814234 6.931261476 6.869977207 6.766220357 6.440809689 7.406480898 7.35161871 6.975255488 6.972008693 7.045592537 6.313745164 6.630025368 6.847763063 7.044623816 6.549960697 6.463410436 5.410370586 5.678845131 6.282040714 6.757565794 7.272047132 6.571309975 6.062096097 6.416103986 5.470553553 6.395107689 +LQ06X011110 60S ribosomal protein L44 13.34431804 12.69519155 12.52750119 11.92316152 12.2190001 11.77519136 11.70243934 11.27861987 13.65888374 14.1739532 13.18929989 12.91694066 12.91247621 12.17861571 12.16013355 11.99297068 13.29667668 11.58386731 12.74392624 12.61197043 12.51101413 12.62687201 12.18469609 11.21383877 13.71315159 12.58683347 12.90270383 12.32140717 11.54013857 11.95928054 11.95482266 11.1231102 +LQ06X011120 Histone H4 7.004966302 6.833991988 6.038764661 6.431099191 6.637794365 5.951502416 6.598848463 6.443671661 6.596813473 6.51089551 6.148491433 6.467673911 6.675710914 6.027352981 6.001410886 6.288106544 6.527691062 7.259584723 7.828290988 6.294380974 6.232421975 6.925610306 6.337897482 6.065428381 6.779731334 6.711824915 7.646280893 6.759477465 6.179689781 6.860009365 5.999489658 5.861635638 +LQ06X011130 Predicted protein 4.866357968 4.820214621 4.601859399 4.788182526 4.879594087 4.643302525 4.975199993 5.242571878 4.91781642 4.792168302 5.032275924 4.734687309 4.450074028 4.67171566 4.647231971 4.820977584 4.782748754 4.966523866 4.939846578 5.098804672 4.733915533 4.717606297 4.968200597 4.647020288 4.516299433 4.959637811 5.006388939 5.013041502 5.215331999 4.976829663 4.940522686 5.150882366 +LQ06X011170 Hypothetical protein 8.8024092 8.00123798 8.225428166 10.52514761 9.732532833 10.80768234 10.72402759 10.5704027 8.999331514 8.378076335 8.937235122 10.83805584 9.988581163 10.84316873 10.84269245 11.37845266 9.144444185 8.683121082 7.786576397 6.574939522 6.944364663 7.67204753 5.616050114 6.062289914 8.667517482 8.611136615 6.758163547 6.650461742 6.198744377 8.564563802 6.255193283 5.89740186 +LQ06X011180 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 5.431041376 5.555741039 5.045654148 5.034303047 4.909137698 5.42216855 5.477923063 5.45976783 4.884450095 5.171749875 4.923908135 5.067364691 5.420164104 5.184859736 6.215887802 5.637416434 5.110922185 5.146211624 5.105730612 5.340533521 4.988084342 5.256329367 5.875321019 4.965270522 5.246461037 5.044726294 5.248668734 4.615156944 5.228643647 5.274948635 5.12502629 5.325639499 +LQ06X011270 Putative uncharacterized protein 13.33301334 13.01607445 11.35334007 10.0137172 9.650880316 8.362782848 7.844609892 7.406532569 13.31572227 13.94640091 12.32165546 10.44065938 10.74064978 8.187140755 7.550924364 8.717263933 13.18904495 12.97532054 14.16155779 11.50686392 11.56958935 11.81962021 7.183765281 7.153123901 12.81447783 13.47628733 14.27034317 10.9010112 10.67231044 9.67636161 7.112099508 6.986923525 +LQ06X011300 Peroxisome biogenesis factor, putative 5.312121241 5.975875587 5.395032183 5.140506 5.119178253 4.947344563 5.762032304 5.692521089 5.184998098 5.544629092 5.650154245 5.382764225 5.179469285 5.215762722 5.597549022 5.154547051 4.980690991 5.183703045 5.21615074 4.941766848 5.240226312 5.060734913 5.339196927 5.877900093 5.409079599 5.091759581 5.51274368 4.91103704 5.044091299 5.07948902 5.347491356 5.124027731 +LQ06X011310 Putative Transforming growth factor-beta receptor-associated protein 1 homolog 9.143159661 9.419137804 9.280277601 9.098432764 9.947305753 10.20484197 9.957543269 10.4970753 8.251773036 8.773352252 7.952108431 8.592580892 8.756463669 9.269958287 9.258094005 9.45388339 9.336201613 9.228937783 10.11602457 8.574124965 8.931911929 9.911360193 9.236203934 9.523245613 9.433829925 9.510978816 10.29617166 8.460281366 9.172788844 9.879214571 9.135000723 9.891561331 +LQ06X011330 Photosystem I reaction center subunit III, chloroplastic 15.11358277 15.33882035 15.46036821 15.68858084 15.53700569 14.95815338 15.41213763 15.41240916 15.32561334 14.98265157 15.12853691 15.65862883 15.46319865 15.40625333 15.6244556 15.59199297 15.1189671 15.34908526 15.27482834 14.76917955 15.11790938 15.58031316 15.07858787 15.39383084 15.27925124 15.32340519 15.49061312 15.34700508 15.32117404 15.75897708 15.06501651 15.332763 +LQ06X011380 Putative Multiple RNA-binding domain-containing protein 1 7.801728808 7.296738376 7.457298221 9.415342602 7.461627833 10.30228476 10.49828827 10.46763883 7.823646477 7.596551466 7.231453109 9.582288449 7.131407445 10.192181 10.16497867 10.48083799 7.579564657 7.086706747 7.265622431 6.990869134 7.069291611 7.383366731 8.964900219 7.080875244 7.665087719 6.632660431 7.095953857 6.956467154 6.863398614 7.788220063 7.61196115 7.181009093 +LQ06X011400 Predicted protein 5.260710693 4.945696643 5.387820835 5.314731529 5.776352997 5.64401617 5.304057501 5.404759087 5.113122514 5.009199837 5.31432324 5.330070596 5.11122229 5.795109811 6.41131043 5.546257267 5.418110399 5.282260152 5.426264199 5.063788962 5.375416778 5.174567479 4.857088528 5.659534563 5.391947206 4.906505137 5.204331451 5.148039231 5.530765783 5.25113302 5.700654313 5.621726224 +LQ06X011420 Signal recognition particle 19 kDa protein 12.09900996 12.35757127 12.33941645 12.80047908 12.14617657 12.59033497 12.75479034 12.45553055 12.54382594 12.7958351 12.56463263 12.91419419 12.51454822 12.68435302 12.59698374 12.58630765 12.5217291 12.45709236 11.71515048 12.87143216 11.9985888 12.12425954 12.35670286 12.08503219 12.52548302 12.62446895 11.79094696 12.41423636 11.81194571 12.37383607 12.50307441 12.22465163 +LQ06X011440 Ras-related protein RHA1 4.693447496 4.717177962 4.787707287 4.736076088 4.856032695 4.743746027 4.766251949 4.805808547 4.577133681 4.565004163 4.602540516 4.813725543 4.557918416 4.861347969 4.558073747 4.734513867 4.840039196 4.746299119 4.791657486 4.609559036 4.988491444 5.254398538 4.588100022 4.598237372 4.470716991 5.159939543 4.70795944 4.792879074 4.708563374 5.009960631 4.748371253 4.592709907 +LQ06X011460 Putative uncharacterized protein 12.98193435 12.15547851 13.2295957 12.80008268 12.36849871 10.96542749 10.0123474 9.422690781 12.94272643 12.37208023 13.30331265 12.28846052 12.69357706 10.84104968 10.69545423 9.522192914 11.93396787 11.13190618 11.68136708 12.42333434 12.40653579 11.60475503 10.57751167 9.866571788 12.35007378 11.25518787 11.31565921 12.73270828 12.90388233 12.10920701 10.55190726 9.779650215 +LQ06X011480 Putative Regulatory protein NPR1 7.217095113 8.728108453 8.625200999 10.01537635 9.602069079 11.21432429 11.05628319 12.3605921 8.282343222 8.026493299 9.306622577 9.955268828 9.693857018 11.54027914 11.63606824 11.12000527 8.329869181 6.890471374 7.356738862 7.870948709 5.542854167 9.246381653 11.9741143 12.26027409 7.879815798 7.624509437 6.17611706 8.587169622 8.936908694 10.8531443 12.1250313 12.02290042 +LQ06X011620 Predicted protein 5.318590308 5.331482314 5.758516279 5.703766796 5.544337993 5.435884796 5.224362102 5.302796074 5.866850712 6.247465068 5.952332691 5.581001235 6.010872567 5.434869105 5.014122764 5.894050322 5.435847297 5.747159503 5.951511208 5.900939458 5.690805579 5.640534612 5.582172562 5.730789346 5.448711084 5.445589826 5.446401262 5.740945427 5.69858317 5.119259367 5.386752487 5.568949213 +LQ06X011670 Predicted protein 9.9091734 9.784626533 10.45176185 10.31281908 10.62271052 10.08747637 9.759532929 10.11383055 9.919976668 9.803410631 10.43026417 10.44663596 10.70637024 10.20148989 9.95937385 9.847308376 9.503106842 9.665862236 9.891200573 9.592907041 9.818085035 10.87409573 8.664373511 10.05723267 9.588739334 9.902245164 10.00724057 10.37475325 10.14730611 10.7970156 9.11251878 10.29095551 +LQ06X011700 Predicted protein 11.6275846 11.63508958 11.8365337 11.57320578 12.26365535 12.19371172 11.66073218 12.734189 11.2106958 11.65199982 11.59649762 11.21804462 12.20884988 12.25724395 12.00242977 12.70815774 12.07561602 12.14962033 12.05324315 12.1048258 12.00326525 12.19484081 11.880505 12.52346935 11.68294025 12.01125452 12.01262413 12.08884094 11.71028928 11.07243343 12.28179961 13.1390168 +LQ06X011720 Putative vesicle-associated membrane protein 726 5.969842534 5.548963431 5.115247717 5.400431708 5.83054507 5.022284692 5.399920546 4.977614551 5.808193277 5.284663395 5.693429069 5.289287778 5.661392531 5.125054207 5.356873764 5.27651654 5.559588827 5.406537981 5.686670516 5.34878293 6.282354333 5.402497898 6.040916863 5.559860655 5.425725721 5.6085107 5.395983152 5.686691457 5.434124634 5.356085172 5.535089743 6.016736684 +LQ06X011810 Putative Protein PHLOEM PROTEIN 2-LIKE A9 12.96790334 12.77226902 12.72843569 13.34801326 13.26046803 14.04779547 13.73715667 13.58981197 12.66302276 12.49807866 12.80092565 13.51116469 12.8586624 14.05605794 13.74864564 14.13847124 13.21175776 13.23227068 12.54177024 12.38133971 12.52151677 12.68317606 13.17261037 13.46199716 12.4895643 12.51452842 12.17241714 12.70911597 12.01153093 13.19475532 13.16695498 13.8528744 +LQ06X011870 Peptidylprolyl isomerase, FKBP-type family protein 11.54729823 11.66298446 12.19965927 12.05923404 12.02130599 12.31994204 12.23406747 12.87166292 11.69605738 11.68519425 12.08728395 12.07996814 12.23909738 12.36496435 12.42380256 12.49544495 11.71927154 12.10376796 11.89717543 11.60843157 12.3066659 12.01270839 12.6604448 13.14573297 11.22383539 12.04104085 11.49450719 12.4583334 12.22164663 12.57564692 12.60775678 13.24531811 +LQ06X011930 Predicted protein 5.214448483 5.516316383 5.612565966 5.386761368 5.248314681 5.80380646 5.490793935 5.642476685 5.067375996 5.307428464 5.470015409 5.257065648 5.473133401 5.995813153 6.008478159 5.567933422 5.263676199 5.371668562 5.566484206 6.165428821 5.481432009 5.547330508 5.931624743 5.68397032 5.066601782 5.372013199 5.243035096 5.250620902 5.594232344 5.550450445 5.767428137 6.382922399 +LQ06X011960 Putative uncharacterized protein 8.912534742 9.069742984 9.553336697 10.40063127 9.534455563 11.41965095 11.26898515 10.70072806 8.927521121 7.8570275 9.300519015 10.09736823 9.04343092 11.15295622 10.57826396 9.854850221 8.780333464 7.231477292 8.438302605 7.719099992 6.866835757 8.834352765 9.733729873 10.32697991 9.162227608 7.896964503 8.222305008 8.576863735 7.921404707 9.910418491 9.764129299 9.885028794 +LQ06X011970 Predicted protein 8.118554852 6.638153353 9.32280613 8.905224343 8.352927301 10.47210962 10.30758821 9.284331491 7.988094094 6.756063288 8.379197673 8.389215304 8.667957728 9.939332101 9.734200208 9.575579689 6.563662493 8.002487839 5.809522088 9.445841569 9.385739442 7.157897803 9.765138841 8.059362512 6.511968637 7.755212265 5.604355385 9.119973763 8.795203807 7.371012095 10.09730556 7.738553258 +LQ06X011980 Putative Uncharacterized protein yqjG 13.41596207 13.11398655 14.18232527 14.36654809 14.31638073 14.78188892 15.02054873 14.63619948 13.4146778 13.21539857 13.78921913 14.16568297 13.92636841 14.56330588 14.51815666 14.76975529 13.23980727 11.87901582 12.34399896 13.31575831 12.19456733 13.02087803 13.27584616 13.0004654 12.8239624 11.24184047 11.57214736 12.88562596 12.47334604 13.25848711 13.61744994 12.7318669 +LQ06X011990 Pentatricopeptide repeat-containing protein At4g19895 9.693852831 10.10422509 8.792100462 10.26866503 9.212923071 11.13297011 11.13237818 10.3636058 9.517938277 9.879600664 9.152740805 10.44237579 9.550973017 10.860883 11.34155533 10.97932812 10.08183849 10.04594895 10.12796956 8.870032029 9.247332695 9.685649788 9.977623523 9.745613932 10.15148777 10.38726834 10.23330474 9.243614573 9.593309549 10.3169479 9.915477784 9.588251136 +LQ06X012000 Putative uncharacterized protein 5.151011029 5.785476781 4.81687994 4.877520628 5.238413903 4.739777431 4.882140587 4.962800887 5.550728162 5.325495299 5.499845366 4.821350915 5.004270685 4.927462519 4.832189648 5.099367775 5.353400016 5.531333326 5.852016403 5.079265511 5.351615884 5.28023239 5.253206811 5.16894032 5.147729928 5.535966419 5.52307808 5.039854841 5.069932256 5.354309705 5.299334148 4.897436788 +LQ06X012010 Uncharacterized protein At4g19900 5.356486444 5.158992752 5.324319271 5.334074911 5.20039972 5.577723432 5.26703739 5.156966965 5.21926243 5.232029941 5.553032968 5.019163632 5.069989411 5.351873924 5.249500445 5.209711806 5.133546679 4.924747439 4.781267335 5.483469657 4.984022096 5.395568438 4.795752583 6.298319429 5.206797182 5.072146546 5.289751989 4.997103827 4.9850592 5.392356915 5.786788243 6.123137256 +LQ06X012020 Putative uncharacterized protein At2g35140 5.335282472 5.260080541 5.605719558 5.251648268 5.439300549 4.952127789 5.630890445 5.019443688 5.871184553 5.585643328 5.367874229 5.719159469 5.689413623 5.271379907 5.507496226 5.532711413 5.202571951 5.41059706 6.036962778 5.464558455 5.774230718 5.257490467 5.244729216 5.769715687 5.049645821 5.426065443 6.116151006 5.796103337 5.836464005 5.318624691 5.57253645 5.064348414 +LQ06X012030 Proteasome subunit alpha type-2-B 14.08275166 14.50885771 13.61475292 14.2623463 13.76293566 14.04884509 13.92880751 13.82386254 14.31095386 14.3907408 13.58905793 14.06403036 13.94501934 14.19039903 13.70612903 14.00982404 14.64524957 14.32197504 14.32088613 14.08172052 14.13553493 14.18450537 13.42536567 13.72303552 14.51886505 14.43245856 14.1630836 14.1996368 14.01641373 13.81961335 13.23881125 13.61117282 +LQ06X012070 Predicted protein 13.46460385 13.68059355 14.09927638 14.60176153 14.49748049 14.30197597 14.33316569 14.76359341 13.79042735 13.37792833 13.96056241 14.81192991 14.41388014 13.94807134 14.77660736 14.30747432 13.81650121 13.79454682 13.37329707 13.27310039 13.57878387 14.57439959 13.2039234 13.52880954 13.0502408 13.06051534 13.1437883 14.12445798 13.54925492 14.11878467 13.13578573 13.8068115 +LQ06X012080 Probable beta-1,3-galactosyltransferase 20 5.994206915 6.552187147 5.954315898 5.902899187 5.874180172 5.509835545 5.683711531 5.858713285 5.98039362 6.12945312 5.496825313 5.841707684 5.703364037 5.996935863 5.720861708 5.731173672 5.96332991 6.118352047 6.605981314 6.12268332 6.114634774 5.725409629 5.436343371 6.029103129 5.843657659 6.130157486 6.492018398 5.709735293 6.34149101 6.003017879 6.074449542 5.668718778 +LQ06X012090 Putative uncharacterized protein 12.2729567 12.36328567 12.12949741 12.56239816 12.13373941 12.98811576 13.33570896 13.22057282 12.58107453 12.53164048 12.46179432 13.05470921 12.26370904 13.43423755 13.34279248 13.58830281 12.20029242 12.02753793 12.16438771 11.89338687 11.76049922 11.97736608 12.38168205 12.41314289 12.20171669 12.10414625 12.15425765 11.63633357 11.4659553 12.35390512 12.50310197 12.11085745 +LQ06X012100 Auxin response factor 6 13.29691865 13.67362762 12.58015177 12.21207693 13.15614528 13.0207416 12.61229953 13.36999958 13.57828798 13.90474079 13.20049739 12.53141491 13.06495214 13.32389949 12.75888488 13.49326376 14.31059129 13.60029678 13.69144735 13.12928334 12.32050234 13.4435565 12.41754517 12.46696977 13.52309463 12.69451572 13.15293271 12.87654626 12.24859574 12.65550614 12.25070788 12.57468528 +LQ06X012110 DNA binding protein, putative 5.865057625 5.894524455 5.937478264 5.718659984 5.676855079 5.288285137 5.949469747 5.669952493 5.436748363 5.561654949 5.706290162 5.672809941 5.977633952 5.716974769 5.525493824 5.575946669 5.848579626 5.823439888 5.328770661 5.792430131 5.428560994 5.935869588 5.695208075 5.366131737 5.702788875 6.405831769 5.551251327 5.637549778 5.425567234 6.327149691 5.033959798 5.957399458 +LQ06X012170 Putative Decaprenyl-diphosphate synthase subunit 1 10.27092728 10.1098203 10.41954179 9.577055969 9.905870199 10.07509509 9.79232006 9.956279948 10.25221042 10.02718067 10.59464919 9.837473675 10.06353916 10.12025518 9.775208801 9.96695213 9.674255419 10.2463538 9.331159445 10.17608506 10.19654638 9.474281151 10.20587447 9.874990188 9.623762548 10.24001496 9.243672353 10.0773297 10.70804958 9.796520075 10.09846364 9.963724552 +LQ06X012190 Putative uncharacterized protein 11.83295966 12.0904813 12.30506452 11.79188567 12.22831134 12.24792947 11.99506864 12.20071992 11.94272335 12.11288164 12.28931241 11.89020731 12.20249156 12.25301674 12.1750892 12.20356918 11.96071795 12.11638721 11.76389433 12.24828542 12.34844047 12.20732256 12.46800641 12.09848903 12.1031841 12.12470515 11.93345199 12.18282955 12.36019902 12.04979943 12.37767595 12.2109525 +LQ06X012200 CBL-interacting serine/threonine-protein kinase 23 10.88551297 10.47825723 11.34112655 10.94097973 11.36798943 9.832293619 9.972905147 9.900249983 10.27160815 10.65381013 10.45066095 10.12516848 10.91222126 9.096378852 9.743332864 8.469513764 10.39863234 11.00516033 11.11564523 11.62371721 11.81371491 11.21812639 11.34922627 10.77800965 10.56381022 10.88273253 10.79944933 11.78160428 11.82402717 11.43215152 11.17526122 10.58134021 +LQ06X012230 Predicted protein 5.403386235 5.057373878 5.73649471 5.612445889 5.030367356 5.237698752 5.823925227 5.724437971 5.201698397 4.86222875 5.19910998 5.245296954 5.438969663 5.267837048 6.434384632 5.346383109 5.027037441 5.14258866 4.703637786 5.318653442 5.232345303 5.13911683 5.328356708 5.51917128 5.036734756 5.200505948 4.897950288 5.593852155 5.583098874 5.248883909 5.178316854 5.341424875 +LQ06X012240 H/ACA ribonucleoprotein complex subunit 3-like protein 14.30960767 13.35439042 13.7559045 13.6649285 13.83445777 14.26403398 14.23547661 14.0745621 14.6721423 14.57215019 14.30280439 14.4276056 14.3812643 14.64861083 13.99140604 14.73912547 14.77139297 14.35821006 14.61514723 14.05122224 14.07357185 13.86995744 14.65059762 14.33004916 14.80652846 14.65594981 14.80853892 14.27607805 12.98850859 14.34793998 14.75823273 14.43253327 +LQ06X012260 Hypothetical protein 5.675432431 5.652688839 6.785014912 5.705010668 6.289894751 5.881027421 5.668205986 5.920236869 5.738411801 6.062030204 7.202652371 6.140772033 6.286668351 5.825828117 6.028922639 5.747446322 6.341288306 6.147920769 5.423812745 6.656279828 6.008952698 5.58597478 6.77615178 6.128415716 5.876219669 5.673409759 5.633369665 7.280040367 5.497939548 5.793314424 5.712873787 6.18127316 +LQ06X012270 Putative ALA-interacting subunit 2 4.754611382 5.036372284 5.327915495 4.990891289 5.077944727 5.199736787 4.872439057 5.012780824 5.190724642 5.267005037 5.192689726 4.93255561 5.2459338 5.169590507 5.179117129 5.032374855 5.68437226 5.01782473 5.278261705 5.209554006 5.262279719 4.995852711 5.182356199 5.289274637 5.434668646 5.401415515 5.463225305 5.408270615 4.870617261 5.155235285 5.120839367 5.317281444 +LQ06X012290 Putative p21-activated protein kinase-interacting protein 1 10.59807743 11.35134168 9.788511374 10.0299857 9.934159463 10.72346352 11.25443274 10.95105723 10.90674418 11.51982868 10.24700931 10.58021193 10.42298322 11.1116876 10.89540849 11.32525461 10.46352325 10.49705269 10.9389213 10.13865911 10.20350817 9.969671974 11.43872586 11.25822075 11.0576929 11.11644953 11.63919521 9.392460386 10.13923274 10.21917733 11.50870618 11.45191033 +LQ06X012350 50S ribosomal protein L14 5.913448335 5.528961216 5.224060508 5.506311593 5.145557758 6.11464503 5.604570233 5.878733753 5.523935525 5.199776852 5.680089987 5.730103662 5.478095452 5.638151567 5.12796888 6.245949485 5.462015028 5.396554956 5.40018619 5.566959193 5.209658693 4.933205457 4.990072606 5.19304394 5.427208666 5.171749508 5.506097382 5.54799269 5.096702511 5.178501908 5.385671118 5.423307389 +LQ06X012360 Putative Transcription factor TCP2 13.37250459 13.9152561 13.40450123 13.17488705 13.73718719 13.85104187 13.57921029 14.03768096 12.34307566 12.61241764 12.31476501 12.32516893 12.7865017 12.84040307 12.84199896 13.40832465 12.73792274 13.70549052 12.91665337 13.61439599 13.60770953 13.35095437 13.23181578 13.65046016 13.1350384 13.71829127 12.78057305 13.64001279 13.20665331 13.34132778 13.7318884 13.76153766 +LQ06X012370 F-box protein At5g46170 9.322203163 9.066906966 9.664002508 8.914737011 9.239814554 9.220523844 8.93064499 9.089196485 9.177749476 8.300882495 9.337377215 9.150181663 9.221658573 9.469344595 8.109996547 9.211436559 8.83712711 9.609854031 9.685991092 9.865392975 10.10612813 9.070511341 10.14914592 9.806006367 8.86928507 9.291406303 9.483913557 10.32742276 9.768322347 9.651710119 9.911981789 9.745246345 +LQ06X012380 Probable ornithine aminotransferase 9.184127445 9.759500402 8.866284694 9.063831448 8.705941474 10.10632219 10.01615079 9.619032611 9.166477354 9.826653874 9.056806198 8.960830661 8.792005178 10.18149083 9.821028155 9.627773488 9.655469963 9.734644329 10.29526394 9.227485957 8.916985512 9.039093371 9.341678483 9.83303962 9.548408101 9.420483519 10.48315785 8.73565 8.94209696 8.815681933 9.776384211 9.802625982 +LQ06X012390 KH domain-containing protein At4g18375 5.734269383 5.790948689 6.613114557 5.423123533 6.095021011 4.947007036 5.005328347 5.142949686 6.029308969 5.356990775 5.697116455 5.507735013 6.027368637 5.048983816 4.92702956 5.083117416 5.783789326 6.143889018 5.353608265 5.249384076 5.937940037 5.831438751 5.193497495 5.292568176 6.117553726 5.553429173 5.220055208 5.535634839 5.157121805 5.944477947 5.4167523 5.444421423 +LQ06X012400 Predicted protein 12.29115589 11.74150491 12.34651178 12.37874301 12.01698221 12.55102161 12.78224222 12.29490174 12.25783192 12.40347428 12.468004 12.564198 12.36100711 12.61687895 12.58562805 12.51309111 12.37308957 13.02730279 12.21914876 12.48867524 12.75359821 12.32213887 12.77590297 12.17752156 12.2592461 12.90499467 12.41093359 12.60797125 11.72318601 12.40980253 12.85056362 12.13088425 +LQ06X012430 Putative uncharacterized protein 5.646686479 5.57701978 5.741013036 9.201552837 9.798598721 11.05574307 10.13521603 10.2822345 5.382244157 5.65274981 5.39985064 9.120303414 8.032730524 10.09202133 11.08280121 10.98454127 6.840732754 8.347041105 6.999403755 7.550526049 6.943599939 7.883150713 9.647172355 9.530662677 5.801922152 5.72309773 6.084955358 6.662498389 6.495198085 8.555556887 9.198599051 8.444090996 +LQ06X012450 Peroxisomal (S)-2-hydroxy-acid oxidase 8.101880512 7.20278926 9.580035269 8.81470833 8.071026357 10.18360802 9.317921931 7.714287496 7.927865257 5.977592302 8.470946758 8.49669064 8.444393683 9.887643698 8.865728175 7.82399247 6.396508594 5.77820699 5.386179229 6.283213403 5.654670748 6.194988106 5.622009528 5.453173801 6.385558027 6.262928083 5.198442324 6.190828705 7.136167964 6.271719734 7.684199819 6.160179063 +LQ06X012490 Pyruvate dehydrogenase E1 component subunit beta 5.73972686 6.014094227 5.969252359 6.572882669 6.570606507 6.174849403 5.87685868 5.792370172 5.809329158 6.866208818 6.473177012 6.603979849 6.739770339 5.963066236 6.709546128 6.011221587 5.841767276 5.74668441 6.335002511 6.879834985 5.311102629 6.498054288 5.225081302 6.47178951 6.092241492 6.017704402 5.89484933 6.178976579 6.211886947 5.709760922 5.064309983 5.634171256 +LQ06X012510 Hypothetical protein 13.22116143 13.00319752 13.36632238 13.75875176 13.32194549 12.37779529 12.75303159 12.28016335 13.29789538 13.40754911 13.33390882 13.53532606 13.67110669 12.6023679 12.9015677 12.87074231 13.18520077 13.69085141 13.25066882 13.37881418 13.44705157 13.61801941 12.77736767 12.58899696 13.00171616 13.56221644 13.39774017 13.53533539 12.8777668 13.6367061 12.18266178 12.61402663 +LQ06X012530 Predicted protein 6.262220022 6.006674697 5.879418638 5.972877286 6.241583172 6.425977313 5.948364178 6.405443641 6.246784662 6.537924404 5.574223062 6.401565973 6.327187531 6.579582166 5.867271638 6.646560127 6.810029559 6.719517802 6.713727783 6.134384357 6.271848747 6.539367301 6.278973849 6.500042612 6.714837974 6.647426698 6.601462663 6.079199781 5.507743354 6.286542687 6.425421622 6.797050861 +LQ06X012540 Cullin-4B 8.416413669 8.591655216 8.94547736 8.609460905 8.804310907 8.801062077 9.113515574 9.023489613 8.422841072 8.343263237 8.807638375 8.743843674 8.419987883 9.033697145 8.812024893 8.938364492 9.025671947 9.288211817 9.611002039 9.12999957 9.246594203 9.654929385 9.320230902 10.41058981 9.143314575 9.332145133 9.800025287 9.349409915 9.396884084 9.818330402 9.568740736 10.778928 +LQ06X012580 Glucan endo-1,3-beta-glucosidase 11 8.161069656 7.162634959 7.131349398 7.312805503 7.039888933 5.324181742 5.055793176 5.186545474 8.181274562 6.486165082 7.4298454 7.522750187 7.005432967 4.987421714 5.039218341 5.464730231 6.945596136 7.461746342 6.828462007 7.080958636 6.546591468 7.594794993 4.892883734 4.974911949 7.269300787 7.708589369 7.741456306 7.640745013 7.211356 6.652045891 4.811163939 5.58736947 +LQ06X012620 Putative Calcyclin-binding protein 15.09630727 14.16919722 14.71510638 15.39473365 13.33993754 15.4362561 14.67029392 12.77261792 14.07640538 14.22583033 13.64449864 14.05444314 13.162378 13.87695899 13.48625791 12.69735401 14.85141191 14.68981544 13.437463 14.1839227 14.70028163 13.29998462 14.39371294 12.8766432 14.12373811 13.35297419 13.25745186 13.46255746 13.6193581 12.37911574 13.55247003 12.5085652 +LQ06X012640 Gibberellin 2-beta-dioxygenase 5.783238013 5.382648981 5.291185449 5.405186652 5.98825831 5.238686471 5.149541162 5.359106366 5.596768533 5.281137253 5.617945191 5.192764122 5.931868128 5.191899122 4.883984984 5.849983663 5.550112667 6.442927636 6.542199351 5.722386878 6.306411616 5.554935617 6.27251649 5.950228758 5.518566393 6.082817254 5.670525274 5.371050182 6.041913674 5.406593547 6.02528411 5.746725547 +LQ06X012730 Putative Prefoldin subunit 6 6.05093591 5.866085565 5.193969432 7.636915556 4.973167294 8.300445026 8.589884822 7.567631025 5.805906053 6.096877273 4.850792377 7.416381067 5.101625426 7.99089003 7.560503384 7.07843817 6.879516306 5.932245686 5.215760602 5.07228409 5.490375791 5.499138925 6.162387119 4.925068576 6.315224987 5.549354795 4.876820926 5.512465003 5.98559114 5.485998798 5.569265405 5.870010899 +LQ06X012740 Putative uncharacterized protein 5.257973767 5.675142254 5.566612547 5.573788526 5.17282331 5.544540804 5.256814484 5.342277892 5.860407311 5.449683371 5.860459687 5.541271161 5.599436592 5.345854015 5.495102857 5.581029824 5.271204939 5.52881718 5.479973529 5.504087825 5.29885999 5.557883912 5.258186911 5.665223332 5.739773797 5.621725282 5.410498205 6.318828121 5.460474517 5.281068915 5.620226569 5.780213883 +LQ06X012800 60S ribosomal protein L18a 5.487407933 5.031215881 5.032613193 4.931474761 5.512488655 5.124074526 4.807917442 5.233301757 5.517002024 5.468623769 4.855505876 5.336494291 5.268403351 5.339261016 5.094323802 5.420323962 5.126416031 5.335101733 6.344555353 5.416260258 5.791833256 5.091836574 6.562016733 5.745560059 5.115418922 5.483332987 6.276538996 5.915071325 6.082639094 4.884857879 6.466928625 5.566564822 +LQ06X012810 Putative uncharacterized protein 5.599967829 5.860112465 6.193731843 6.390896923 5.791379593 5.486577865 5.213967518 5.397207981 5.081794229 5.286252073 6.492738748 6.299651715 5.879776809 5.586856329 5.188175884 5.569610058 6.764611217 5.963783282 6.121989071 6.898928695 6.575318743 7.607820314 6.323467878 7.141672145 6.782841124 6.386554673 6.240668929 7.268083866 5.770811092 6.990310494 6.297230863 6.5572823 +LQ06X012820 Urease accessory protein ureG 6.453195665 6.244785808 6.024287922 5.822662489 5.836255314 5.844467008 5.971876979 5.55587944 6.312018462 6.337238418 6.538428745 5.770698506 6.533849141 6.014749777 6.213278937 5.957520236 6.377819734 6.366277047 6.388883398 5.941826093 6.498076069 6.073990155 6.414968272 5.89449614 6.081299478 6.284888216 6.801108869 6.351999056 6.134087011 5.702020679 5.79948354 5.95790097 +LQ06X012830 Putative uncharacterized protein 10.89781742 11.16872622 10.87973073 10.92028831 10.77844724 11.48048638 11.64130333 10.9743933 10.85150147 11.17118486 11.01689606 10.81164232 11.02887739 11.4763087 11.57101317 11.06836008 11.10877913 11.54108153 10.61651327 11.28317671 11.19413848 10.58961971 11.65669175 11.47301218 10.81880209 11.26648515 11.08594686 11.06056158 11.04713083 10.4473066 11.59000355 11.35392653 +LQ06X012850 Putative uncharacterized protein 5.772596643 5.973288565 5.937726007 5.473912738 5.926192005 5.202641176 5.488499438 5.386104238 5.878201148 5.801671647 6.219885976 5.700717383 6.146239318 5.526553644 5.098869481 5.444216589 6.186273352 6.241184185 6.815589632 5.874093723 6.272054781 6.230395053 6.013091252 7.042333813 5.87838467 6.061296316 7.046239166 5.641701809 6.399592923 5.822010316 6.137669012 6.020250853 +LQ06X012870 DNA replication licensing factor MCM3 homolog 12.85686933 13.35028538 9.966525201 7.74999959 9.939812541 7.029588368 6.314507567 6.857361547 13.53164991 13.5976925 11.94011004 9.412811758 9.345436236 7.03034049 7.25255644 8.097066299 12.28420785 11.77839267 13.04890321 10.17799123 10.84837472 12.41167395 6.799276959 6.82123877 13.58653446 13.84793893 13.22284045 8.889121845 11.21797573 8.637007303 5.60658613 5.864278204 +LQ06X012880 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.89988167 12.46002931 12.76352821 13.55373297 12.35215566 13.5658553 13.34789691 12.53162097 12.96440534 12.76681753 12.78168372 13.48568672 12.75492282 13.25653591 13.06973624 12.51548206 12.57632029 11.96732277 12.24871998 12.30003853 11.86170701 12.68241666 11.34288375 10.95390635 12.61951368 12.28870043 12.11375314 12.48484619 11.79438881 11.70790419 11.28492736 10.42628433 +LQ06X012890 Putative uncharacterized protein 13.00083681 13.1881632 12.51659329 12.88439068 12.7429684 13.4412525 13.46168513 13.2078171 13.31632099 13.38850835 12.75870701 13.06305325 12.74819297 13.34879599 13.60034231 13.05983548 13.64024819 13.48597709 13.8343905 13.09998248 12.60123801 12.81815642 12.54589278 12.98053263 13.39300631 13.23906286 13.74038678 13.06475058 12.18637776 12.64214056 12.67141761 12.79901721 +LQ06X012970 Putative Mitochondrial inner membrane protease subunit 1 12.71415172 13.17808484 12.45865894 12.69574348 12.63030609 13.41439997 13.31164026 13.23991542 13.0305255 13.50679916 12.75752682 12.98373496 13.02723436 13.52342013 13.62691241 13.48216557 13.29614387 13.73527044 13.89823068 13.09638013 12.82109524 12.78012278 13.37670981 13.14692919 13.56373933 13.85851376 14.19213577 12.77582443 12.16877443 13.14940707 13.32426348 13.0100164 +LQ06X012980 Putative Transcription factor bHLH144 11.70696183 12.3792364 11.78197807 12.34487293 12.20831643 12.41002576 12.49135237 12.89114767 11.98118308 12.06791504 11.98920495 12.14551612 11.94571447 12.59919956 12.90197274 12.72140192 12.1628177 11.45527317 12.15365209 11.63470123 11.43079504 12.55728906 11.81711245 12.05103782 12.08965719 11.68725623 11.79350326 12.0141873 12.20198852 12.34644627 11.84391575 12.12062207 +LQ06X013040 Chlorophyll a-b binding protein 21, chloroplastic 15.63866447 15.65380776 15.53910286 15.64552238 15.46943365 14.83934579 15.36728856 14.90693671 15.59054926 15.42738739 15.71351451 15.67383069 15.57351117 15.33982513 15.83096731 15.37559226 14.61815997 15.29974594 15.2163814 14.90939474 15.23031846 15.51225352 15.16139961 15.3249872 15.50988051 15.59092391 15.16487724 15.67019918 15.54618498 15.47619777 15.10900825 15.14335703 +LQ06X013050 Chlorophyll a-b binding protein 21, chloroplastic 5.637846713 5.697332882 5.483803242 6.056839706 5.621922407 6.74324875 6.02028134 6.056114189 6.012561815 5.528053384 5.345240907 5.917890757 5.829843843 7.300189051 6.110407914 6.516580006 6.277741029 6.181607905 6.330531817 5.913106074 6.37159935 6.019254619 6.03805534 7.083391905 6.766340661 6.323941222 7.141017042 5.917254164 6.36461088 5.770242731 5.358842427 6.019645337 +LQ06X013070 Putative UDP-N-acetylglucosamine transferase subunit ALG14 homolog 5.187131098 5.375146355 5.189984768 5.471020789 5.125884664 5.212726056 5.657129549 5.230645277 5.114531188 5.270846589 4.877682889 5.318859227 5.717121374 5.327762473 5.84574136 5.264427748 5.519205163 5.146822899 5.396026021 5.60942466 5.345144679 4.957937078 5.284305674 5.502923902 5.305389932 5.122782924 5.320484019 5.385496733 5.151925437 5.072014592 5.23477034 5.406738908 +LQ06X013150 Putative Programmed cell death protein 5 14.307432 14.36583628 13.99674605 14.50611329 13.90654465 14.47512818 14.2110676 14.24823708 14.55195706 14.50677441 14.16796492 14.41816415 14.13091816 14.38932448 14.20614021 14.29083441 14.86696496 14.69072008 14.88871433 14.17963469 14.33003401 14.54604924 14.10894084 14.10185201 14.92764005 14.78085456 14.78753316 14.19708181 13.76685532 14.36246983 14.06209935 13.93003911 +LQ06X013170 Putative pterin-4-alpha-carbinolamine dehydratase 11.76482467 12.65506484 11.57829605 11.67901879 11.85925491 12.5370351 12.52274645 11.98171572 12.06754392 13.01584578 11.92493956 11.84012105 12.08351209 12.50511108 12.3951132 12.08452339 12.91459076 12.5855861 11.88502765 11.5626523 12.13804856 11.59730003 12.70852054 12.58796115 12.36949471 12.22121325 11.66363456 11.39911437 11.71681219 11.77838903 12.81861104 12.28576379 +LQ06X013180 Coatomer subunit zeta-1 13.55273009 14.03531193 13.38162415 13.84674756 13.47741943 12.76281628 13.03050386 12.60633005 13.82560029 14.17560104 13.8020448 13.73502688 13.76571096 12.75064573 12.83254727 12.70585546 13.68168868 13.6086578 13.85857317 13.4570412 13.62916995 13.56481524 12.71450433 12.42820352 13.99287509 14.04637223 13.66664081 13.77404585 13.28824826 13.23894023 12.71504504 12.2299815 +LQ06X013220 Putative uncharacterized protein 12.14981073 12.56866152 12.56316213 11.33143587 12.4243263 11.72795647 11.64864242 11.94036031 11.95612595 11.79281429 12.42192151 11.53156103 12.37301124 11.74955986 10.77932851 11.58155212 12.01118198 11.25120524 11.94112291 12.46602016 12.1686984 12.47476583 12.50829018 12.72437437 12.2544577 11.42511239 12.20458236 12.26750142 12.69953756 12.13932831 12.6262084 12.89219814 +LQ06X013250 Putative uncharacterized protein At1g29390 (Fragment) 5.744028513 6.078762216 5.01588375 6.263930555 5.293243603 6.050986194 6.045120039 5.890067792 5.787226783 6.728268122 5.451923895 5.789034541 5.777779468 5.726154865 7.28122001 6.08472312 6.437136353 6.74973541 6.885502236 6.173522074 6.333215816 6.157801037 6.032766528 5.906995682 6.461064268 6.782464927 6.338924444 5.94250573 6.027793236 5.575927524 5.983878158 5.613629458 +LQ06X013270 Predicted protein 8.135397938 7.706289411 8.157097933 8.617793841 8.556273206 8.993540095 8.50206398 8.927177675 7.968486085 7.613794008 8.038502258 8.108084191 8.187265597 8.753244194 8.453507171 8.608793928 8.623837393 8.212153374 8.091191732 7.963383759 7.518307148 8.877000609 7.665159407 8.413712635 8.398657515 7.972306199 8.042817658 8.319804236 8.384688098 9.136697146 8.043832479 8.423609266 +LQ06X013290 AML1 5.505092091 4.791599153 5.542404235 5.415326537 5.122731412 5.012200242 5.265250051 5.277755775 5.191093568 5.045166423 5.310986233 5.13051115 5.229702964 4.922397071 5.687717238 5.216543316 5.53067873 5.287454849 4.993245507 5.318389776 5.008068602 5.412454027 4.817961941 5.124894442 4.841803761 4.826615615 5.250520473 5.194493519 5.532578253 5.439912847 5.592960731 4.915640269 +LQ06X013300 Putative Ribosome maturation factor rimM 11.9573646 11.69758935 12.0841259 13.47787852 12.21367282 13.94982589 14.27076292 13.95494421 12.01930483 11.78507726 12.12952009 13.51796644 12.28009179 14.1902373 14.14796052 14.17841273 11.53035081 11.78784979 10.97970256 11.3589586 11.54114467 11.59577628 12.80430861 12.59685326 11.55806304 11.86061216 10.97942869 11.71823116 11.56938381 12.54035821 12.75776344 12.57927977 +LQ06X013310 60S ribosomal protein L32-1 5.580666319 5.041011807 5.540867768 5.694297142 5.522349778 5.992151655 6.295957847 5.890256078 5.713134607 5.631314232 6.256848153 6.114474784 5.848281805 5.866386343 6.159177556 6.054774246 5.125921898 5.742451805 5.684372825 5.878469668 6.213493568 5.932984468 5.88360328 5.563358623 5.615409678 5.782643806 5.186679394 5.478410563 5.68104523 5.739010349 5.31803743 5.905940997 +LQ06X013370 AT4g18060/F15J5_30 12.04825636 12.13391567 11.45506637 12.08642834 11.33062212 10.56873668 10.29852205 10.28680932 12.15284141 11.97954907 11.74858141 11.72694694 11.81812185 10.61456206 10.90448335 10.26169367 11.62236059 11.71431049 12.12954368 11.51191554 11.34098523 11.91772956 10.03121279 10.48633697 12.12174415 12.23233375 12.23447785 11.47110611 11.80192645 11.65190743 10.01641863 10.41490896 +LQ06X013390 Protein SRG1 6.046316319 5.431911238 5.499984104 5.231910287 5.302801671 5.846299165 5.76654528 5.569876089 5.334005356 5.142590912 5.544990675 5.407937108 5.557889635 5.661464479 5.33942299 5.07757997 5.397855866 5.619809931 5.307952343 5.297776184 6.037949652 5.159966727 5.674654739 5.561050589 5.383746879 5.503463342 5.243502196 5.192391785 5.280767411 4.811516549 5.228439483 5.656926631 +LQ06X013400 Protein SRG1 4.923674991 4.820666171 4.693878645 4.915061604 5.080243075 4.828666042 5.048973587 5.256600343 5.371599685 4.880495767 4.81612579 5.133554034 5.06508486 4.86725586 4.888514765 5.146868575 4.588266966 5.109808155 5.04502239 4.962858367 5.128409653 5.064408138 4.724772146 4.879676616 4.871003515 4.922013759 5.215779325 5.030874328 5.010628142 4.911692686 6.203472345 5.441591766 +LQ06X013430 Protein SRG1 7.361872291 7.832703717 7.909776681 7.850978948 8.122220613 9.609476767 10.4278304 9.946738478 7.755879097 8.083475882 7.325280243 7.848823831 7.89788606 9.819235669 10.4288158 9.922257834 7.211163263 7.381485959 7.46011469 7.461035293 7.924062093 7.333286985 10.97515063 10.90856018 7.430756315 7.180584179 7.572195443 7.182345092 8.592321012 8.982446317 10.90033619 10.67634702 +LQ06X013460 Eukaryotic translation initiation factor 4E-1 13.72609696 13.81963806 13.58386745 13.29183996 13.3578731 13.63811881 13.42481526 13.41072167 13.70651452 13.62559011 13.74241309 13.25165146 13.26482009 13.57546461 13.35278221 13.54014154 14.02039624 13.63034168 13.77930551 13.45045535 13.50098622 13.3939766 13.83595596 13.67810059 13.83006879 13.65818613 13.84566611 13.33040952 13.21764926 13.48614461 13.55816443 13.40088935 +LQ06X013470 Bromodomain-containing protein, putative 10.68801232 10.64184071 11.09379808 10.90032973 10.99654033 11.28525754 11.6023491 11.78841954 10.69639132 10.82837416 10.87806821 10.82584699 10.74949207 11.28829617 11.72117528 11.21879025 10.93067266 10.75406322 11.07735477 11.02947403 10.96102594 11.10247118 11.91325315 12.40128959 10.6826228 10.59494132 11.17215512 11.08456699 11.23322733 11.59663829 12.08581192 12.4794494 +LQ06X013480 Putative Protein RUPTURED POLLEN GRAIN 1 9.794862227 8.651238129 10.70103488 11.14361031 9.677730053 11.6437903 11.87248663 11.26504325 9.976738724 8.129917888 10.55795029 10.87742472 9.787274023 11.63143314 11.26324017 10.32025473 7.913847101 9.698271828 7.198579776 10.14325177 10.21448615 9.340072396 10.23170869 10.64842125 8.385188576 9.855709153 8.472965133 10.13628192 10.49815762 9.020226023 9.85630315 10.36640748 +LQ06X013520 Putative Subtilisin-like protease 12.41601841 11.46452376 12.4722587 12.02804427 11.5494767 12.43150164 11.71854763 11.3941728 12.40943338 11.37595497 12.59870213 12.03553925 12.26211837 12.71664668 11.35518964 11.37726776 10.13927881 10.65406163 11.01220548 12.07283235 11.66920365 11.62938355 10.44117483 10.98199366 11.27794549 11.63978727 11.12426162 11.86540841 11.94982529 11.18137668 10.97824149 11.16426586 +LQ06X013560 Putative GDSL esterase/lipase At5g45670 7.879438657 7.623813224 6.702431675 6.829739641 6.811980348 6.44484425 6.452114174 6.561894443 7.991408017 7.620319172 6.660546484 6.760849893 6.759754567 6.584542678 5.79137851 6.585670979 7.216622177 7.172371552 7.303988486 6.42852528 6.311195048 6.391705367 5.948613072 6.08776502 7.241567338 7.235270819 8.683590426 6.6998553 7.241734201 6.165029277 5.990760614 5.982428082 +LQ06X013570 Floral homeotic protein AGAMOUS 4.668679062 4.892048056 5.374979634 4.791691679 5.264251904 4.844361764 4.650636169 4.411454516 5.179778431 4.789922239 4.930308698 4.684911881 5.366799101 4.877562009 4.595323086 4.675191189 4.83025112 4.804756336 5.017619943 4.785262076 4.963679156 4.728269605 4.789903108 4.987360794 4.862514567 5.062362407 4.946985158 5.391691865 4.769114809 4.915312579 5.152785541 5.132868267 +LQ06X013580 Protein kinase, putative 11.0640004 11.69620474 10.87593882 11.38941514 11.56918919 10.33091613 10.19583911 10.74612433 11.42201516 11.62781171 11.20123778 11.31173741 11.71049604 10.50879848 10.58612837 10.69781254 11.9703382 11.84311564 12.14735619 11.43911492 10.72913972 12.79430573 9.377301731 10.91666889 11.55009474 11.54452589 11.89407935 11.75307423 11.29905231 12.47246396 9.600767337 11.50327064 +LQ06X013590 Cyclic phosphodiesterase 4.774189194 4.833806759 4.971678077 4.782133032 4.576822673 4.856913145 4.734438369 4.814130121 4.636489608 5.038550942 4.749195933 4.784650294 4.921401144 4.609040552 4.910269436 4.90816506 4.62985811 5.289215261 5.310317837 4.658693089 5.163113448 4.859260101 4.743713579 5.215333107 5.268709918 4.915489922 5.450268725 5.37748702 4.705425772 4.771837594 4.80223267 5.065948949 +LQ06X013620 Putative uncharacterized protein 5.542095734 5.5929019 6.250555716 5.269838751 5.55669082 5.160620448 5.479682014 5.193292864 5.601536455 5.341814813 6.039477152 5.565670799 5.344114978 5.237315019 5.305077602 5.567385801 5.224255771 5.405970064 5.357490105 5.59369869 5.204930131 5.297483508 5.652137132 6.006740589 5.489776077 5.114553131 5.706275274 5.618444943 5.398452874 5.3394093 5.891096311 6.516496026 +LQ06X013670 Putative uncharacterized protein 4.886416431 4.820898864 5.216823926 5.114587506 5.317187637 4.815320179 5.102109354 5.218512678 4.828184752 5.018580655 5.215902964 5.023298471 5.29483968 4.979165055 4.938905185 4.987617227 4.934667005 5.235343126 4.971557979 5.035147362 5.100147698 4.982773608 5.329781729 5.813674475 5.360806178 5.101746256 5.190128237 4.976813967 5.170893335 5.157263292 5.407060489 6.580557232 +LQ06X013680 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g07650 8.795458417 9.520257375 8.482035533 8.928891704 8.739780758 9.007856175 8.937824625 9.067760709 9.203391296 9.567234639 8.669785908 9.47173355 8.939951043 9.317162177 9.097894466 9.407190727 7.819941446 7.549536464 6.85015842 7.813699524 7.52012478 7.530185569 6.53613749 6.539711616 7.072141088 7.097869519 7.183665679 7.169380675 7.304869402 7.57054312 6.597133793 6.751158102 +LQ06X013770 Carboxy-terminal domain RNA polymerase II polypeptide A small phosphatase, putative 9.807824522 11.7128825 7.183910002 6.397613044 6.474838415 5.584757229 5.515512029 6.001509735 10.46675973 12.26333363 9.28635224 6.631303103 6.430240568 5.891397518 5.331350633 5.890541812 9.122141456 9.598409058 11.04057046 7.690944065 7.850220916 8.752215614 5.912369727 5.329197502 9.746695926 11.32940502 11.83968768 6.272599202 7.857567073 6.109006507 5.710879335 5.886247363 +LQ06X013800 BES1/BZR1 homolog protein 4 5.342479287 5.844162586 5.6874519 5.370484015 5.260064257 4.931992333 5.854930567 5.029255161 5.574356464 5.330602034 5.452335762 5.43624241 5.647456088 5.223674368 5.28828258 5.445521373 5.170458945 5.662135996 6.286814588 5.614095795 5.38889373 5.270267644 5.606643622 5.549699852 5.340094804 5.7576755 6.229132195 5.894166465 5.603563971 5.192113154 5.818457258 5.206688351 +LQ06X013840 U-box domain-containing protein 17 5.762802468 5.267703259 6.157258244 5.58334889 5.73766711 5.543014098 5.556492418 5.394339144 5.938169777 5.388537752 5.845800762 5.16809765 6.351789632 5.261799123 5.693350993 5.257814549 5.796818109 6.15978677 5.54059725 5.525082527 6.213795899 5.780436277 6.289342474 5.250627714 5.869631897 6.265850809 5.915499511 5.72021047 5.697773868 5.675537752 5.879643988 5.204274009 +LQ06X013850 Predicted protein 11.92218501 11.57004423 11.67806463 10.57397092 11.2850136 11.51160614 11.07518799 11.42387171 11.97380591 11.89033355 11.99555659 11.16809974 11.75907587 11.61632318 11.4526479 12.00444966 12.5879855 11.96663646 12.46066692 12.02713627 11.82692426 11.77431507 12.34566874 12.08110673 11.83996279 11.86871512 12.03525377 11.75757999 11.49844655 11.60039387 12.63942575 12.17682007 +LQ06X013870 ER lumen protein retaining receptor 11.22021274 11.00519688 11.39063719 11.99980684 11.29086946 12.23779023 11.61040566 10.79212323 11.3944584 11.10920921 11.49038393 11.84049911 11.57804629 11.86567513 11.50350627 11.10985981 10.76668388 10.18151085 10.46014337 10.86514294 10.70264811 10.87295422 10.74328721 10.05568716 10.7946306 10.64907158 9.793781652 11.11652368 10.77323937 11.13376226 10.75097805 10.04257076 +LQ06X013880 Protein transport protein Sec61 subunit alpha 14.87366184 14.43691965 14.49860982 14.74650192 14.39317363 14.35143927 14.17176569 13.87800864 14.51775692 14.32815362 14.52799129 14.73503482 14.44060722 14.05849965 14.06441053 13.80267051 14.86051036 14.82351823 14.71837704 14.64472653 14.48707367 14.99552275 13.95660012 13.39379188 14.86002962 15.17644503 14.52636479 14.56176595 14.94487685 14.3411842 13.87172157 13.59312405 +LQ06X013930 Predicted protein 6.186794436 6.431551748 5.980400304 6.089532605 6.558806427 5.367992124 6.045571534 6.216030542 6.353892015 6.098040266 5.678684407 7.292403638 7.050951184 6.577811154 5.790687291 6.502827827 8.979224997 8.4843718 9.407083327 9.129145921 6.342148762 6.630941979 6.415186867 6.463748044 7.036295974 6.724076872 8.455639475 7.029793179 6.443370145 6.847506601 6.423289709 6.041015652 +LQ06X013950 Putative Uncharacterized protein At5g02240 14.70630727 14.44102862 15.03565852 14.6701583 14.69539195 15.22965588 15.0992489 15.30519499 14.42647956 13.65388027 14.89974501 14.47617278 14.73994581 15.32974692 14.76044385 15.4016687 14.3186189 13.91416544 13.25370855 14.74579126 15.0291714 14.61940543 15.29355069 15.40835821 13.92915855 13.85079611 13.17511532 14.84290506 14.7060225 14.96629127 15.3814034 15.33880461 +LQ06X013980 Ras-related protein RABA1c 13.48413728 13.60568682 13.05489291 12.75619291 12.79069295 11.05481802 10.82973614 10.798745 13.728806 14.12456874 13.48281878 12.64503466 13.15429722 11.37648827 10.9154885 11.41894916 13.21474968 12.56010717 13.11023625 12.88785637 12.4314903 13.25089216 10.49479577 11.32450808 13.91858503 13.44818205 13.41804404 12.64592845 12.96937221 12.34305972 10.50935801 11.59090962 +LQ06X013990 Probable WRKY transcription factor 65 6.791597821 6.561287661 6.136652972 6.283835259 6.563879399 5.948045622 6.380825323 6.329413524 6.463711498 6.631105575 5.901877753 6.587856287 6.532488197 5.860172565 5.889938686 5.723462294 6.188125757 6.521496562 7.000166719 6.383697008 6.130785912 6.231430672 5.713092199 6.104019183 6.188121496 6.260423082 7.126023897 6.047050659 6.619887857 6.325828992 5.552027949 5.434102486 +LQ06X014050 Cellulose synthase A catalytic subunit 8 [UDP-forming] 7.624003262 6.679198773 9.339094662 11.54289219 10.91613474 6.759079014 6.116857605 6.034414237 6.657487233 5.447798997 8.221023196 11.41193842 10.16533112 6.119460194 6.433170504 6.167673016 6.998045307 6.840560942 7.460328307 8.71617579 9.78194967 10.94341855 5.78563652 5.88621267 7.545115499 6.990570691 8.112426999 10.23380815 9.883014406 13.01015653 5.26234029 6.784436975 +LQ06X014060 Putative leucine-rich repeat family protein 6.711313302 6.775290864 7.207323219 6.268965092 6.183017578 6.187631634 5.78816192 6.193599809 7.110631633 7.189006354 7.585382268 6.1049881 7.378964042 5.787540583 5.880793009 6.026568042 6.356924308 7.004658266 6.647526299 6.595662954 7.202846784 6.633725195 7.195971954 7.593552755 6.907478505 6.92043793 7.562447781 6.666442954 7.519000888 6.80087348 6.872589675 7.515527034 +LQ06X014090 60S ribosomal protein L11-2 6.367925933 6.511771131 5.760677408 6.767334369 5.897582251 6.661402119 7.115968989 6.503149463 6.410347962 6.367079573 5.467858601 6.722807418 6.027692252 6.398973825 6.975670195 7.452829909 6.082846309 6.077815782 6.542577682 6.685610426 6.727428043 6.331048107 6.375227882 5.325735148 6.185485345 6.160808785 6.744622758 6.612180286 6.321660592 5.955248845 6.187886234 5.360670136 +LQ06X014100 Putative uncharacterized protein 5.494405587 5.164137247 5.346247661 5.376313768 5.278638632 5.741976945 5.490228116 5.35529172 5.378157008 5.089231013 5.586636005 5.373868148 5.203883162 5.290688447 5.398704149 5.20507131 5.119792184 4.92863348 5.419150388 4.994373049 5.26864194 5.38748142 5.26712248 5.018296178 5.045386871 5.056298341 5.169352156 5.196138263 5.526757065 5.013905961 4.98104799 5.128699181 +LQ06X014120 Shaggy-related protein kinase eta 6.442056281 5.890796613 6.157578941 6.772273876 6.089626864 6.610360604 7.129374474 6.179398464 6.409489378 7.330417841 5.831750961 6.812343789 6.625054151 6.487403463 7.989208446 6.130985674 5.843898369 5.970305814 6.011840461 6.798071299 6.129217307 6.329955985 5.931628352 5.385361194 6.440925325 6.206247023 6.206695657 6.273100864 5.709672376 6.04888058 5.743304455 6.237642353 +LQ06X014150 Nucleobase-ascorbate transporter 2 11.44754477 12.627659 8.796564569 8.331385339 9.152069454 8.692369515 8.06794284 7.292438465 12.18788429 12.90698202 10.20519212 9.150597493 9.728192053 8.911174269 8.223982368 8.626059575 11.95975894 11.10347904 12.84303033 9.746277723 9.239409373 10.05036242 7.948165932 6.71945679 12.32805732 12.31800993 12.72037482 9.202242973 9.647508015 8.167959235 7.446201048 7.135699606 +LQ06X014160 Predicted protein 10.27631588 10.74201739 10.8825995 10.81832358 9.88353321 11.13833527 10.99514137 11.01809337 10.41728924 10.94889094 10.66871606 10.36761629 10.29375243 11.13632442 10.92459292 11.14888151 10.69447567 10.29571043 10.34469751 10.1338522 10.02860434 10.64863416 10.84480107 11.00786726 10.80476264 10.36840275 10.82518182 10.3647563 10.06118761 10.73398023 11.30711378 10.88211299 +LQ06X014190 CBL-interacting protein kinase 5 9.975576504 9.447427476 10.68950827 9.310874986 9.63208447 11.44944936 10.67465179 10.3873238 9.683751941 7.66873553 10.23783151 9.086005265 8.651055294 11.45508007 9.708480766 9.688451691 8.601296611 9.356281708 6.914940717 10.4973738 9.981267211 8.912837916 10.59555868 9.928999138 8.160862602 8.468447088 7.157371663 10.21178634 9.470249903 8.903959476 9.855586672 9.809088999 +LQ06X014210 Putative TGACG-sequence-specific DNA-binding protein TGA-2.1 4.839454108 5.396830185 4.825988354 4.913946806 4.858437542 5.070301193 4.919825792 4.67419573 4.737265327 4.894923965 5.007074799 4.768343591 4.724041987 4.962884205 4.637618768 4.863203334 5.095776077 4.890035838 4.891489265 5.013856872 4.893570656 4.741191461 4.931036395 5.0102432 4.930401909 5.335242323 5.414340995 5.735277613 5.506449343 5.004025397 4.967314812 5.225024029 +LQ06X014240 Hypothetical protein 4.86144102 4.525098529 4.585815926 4.509485356 4.862220446 4.830363394 4.460105676 4.557972836 4.679194113 4.620884015 4.84733666 4.741357636 5.152663591 4.786572623 4.469364826 4.642456448 4.906041293 4.821949259 4.931125167 4.979565868 4.637655794 4.879457126 5.357496175 4.696106075 4.801957965 4.634885808 4.7519005 5.053628644 4.787346384 4.880857004 5.270107787 5.031793963 +LQ06X014280 Putative Cysteine proteinase RD21a 5.868962002 5.694677339 5.197092474 5.48133849 5.292787811 4.855610798 5.200640492 5.147863114 5.367027196 6.243326655 5.14835997 5.334333094 5.274470193 5.115035693 5.56994122 5.136559604 5.260335861 5.24237961 6.519291837 4.888058108 5.35493719 5.320563677 4.779706117 4.739619654 5.589658672 5.114135578 5.78744834 5.375522822 4.959578902 5.505592022 5.285162364 4.898458712 +LQ06X014310 Putative Peroxisomal targeting signal 2 receptor 7.044323037 6.811618648 7.828929148 8.041635581 7.005156934 8.55810381 8.708537985 8.274065787 7.517573443 6.387874936 8.307398127 8.137142804 7.345448386 8.83721767 8.60969631 8.99083918 7.776907524 7.475365161 6.43859805 8.408026164 8.500557494 7.271405736 8.168609025 9.181607911 7.393644336 7.422906495 6.448994939 7.337392634 8.288595723 7.738185071 9.090484763 9.553066727 +LQ06X014330 Predicted protein 5.566811057 5.73442664 6.560077604 6.850621503 6.482566942 4.981470833 5.11405052 5.280151049 5.772968211 5.263325942 6.808200384 7.044763201 7.203523461 4.991656864 4.991028123 4.92162697 5.097878419 5.790644527 5.582252914 6.320481714 6.85650108 6.740900424 4.936754083 5.546675127 5.104217998 5.922544191 6.046034409 6.662749395 6.681197542 6.880177677 5.478972246 5.022955305 +LQ06X014340 Putative uncharacterized protein 10.32716001 10.35789176 8.718382158 8.631050643 8.860101421 9.617277199 9.23302803 9.65079433 10.04275538 10.84901737 9.707655464 8.727526315 9.619327688 9.621205082 9.42953911 10.67068855 9.825073984 10.15489102 9.086050834 7.406603143 7.99305502 9.07328368 8.838604125 8.969158353 10.02555122 9.960029737 10.06537263 7.448693406 8.543795657 8.031901898 7.682528427 8.492561655 +LQ06X014380 Dof zinc finger protein DOF2.3 8.124618195 9.282781331 7.78984376 8.465694855 8.763016532 7.769507931 7.968269695 8.668336534 8.733516114 9.048039332 7.978562438 8.779100307 8.68100921 7.877486305 7.983026893 8.14938986 9.888789249 9.562626568 9.361877717 8.739755743 8.480167714 8.897458442 7.473243576 6.991036386 9.157951646 9.101814434 10.22843461 8.535131381 8.142552822 8.836402738 6.36357132 8.041045461 +LQ06X014420 14-3-3-like protein D 5.673272132 5.361348927 5.222740223 5.285816489 5.038082487 4.886781177 5.360682505 4.905493018 5.201886697 5.861516414 6.268594939 5.35868733 5.56527286 4.945705874 5.072918205 5.357257823 5.352262891 5.467209631 6.111931001 5.087027396 5.728808283 5.246072869 4.990710797 5.144092302 5.465755144 5.422543539 6.997878508 5.476855831 5.230841307 5.141876222 4.855259238 5.701241477 +LQ06X014430 Catalytic, putative 5.194107848 4.946674307 5.490088893 5.386993374 5.299876427 5.167066222 5.441853015 5.836793189 5.150394352 5.218606868 5.330204339 5.241451887 5.475613516 5.220715634 5.652922405 5.408356734 5.524611973 5.337088104 5.315759467 5.517976317 6.264295631 5.138788283 5.511600678 5.906538372 5.271926356 5.665131209 5.012224362 5.098905737 5.238225534 5.520320464 5.817114646 5.40934703 +LQ06X014490 Ketol-acid reductoisomerase, chloroplastic 5.304205683 5.806170526 6.033106486 5.305532995 5.665270999 5.503731313 5.059275126 5.320683189 5.319344952 5.632007907 5.701992937 5.431990436 5.442606365 5.48696232 5.428223889 5.728830983 5.723514751 5.818243751 5.188423383 5.644623646 5.510520417 5.32335325 6.119878698 5.956234385 5.528970984 5.332127345 6.05257337 5.639699448 5.775587907 5.458448848 5.418443432 6.329839285 +LQ06X014520 Predicted protein 5.250327043 5.248827468 5.278174697 5.252071108 4.978424853 4.929456524 5.519546291 5.08208243 5.073029427 5.515266076 5.379761831 5.068480938 5.330555256 4.995762528 5.302172923 5.156469858 5.567687115 5.0651567 5.180660342 5.160380796 5.700061594 5.043174522 4.887701727 6.016096357 4.88967483 5.47931763 5.29645553 5.192267004 5.623528796 4.871061019 5.007272766 5.208949135 +LQ06X014530 Hypothetical protein 11.12120596 11.56095899 11.23975714 10.78830126 10.9205611 10.64198871 10.471679 10.18719552 11.18318055 11.88855432 11.67063334 10.75087777 11.05811903 10.66777794 10.71537239 10.65038377 11.21371706 10.93783318 11.00021655 10.54870324 10.1034027 11.05074176 9.992138627 10.74874922 11.26312512 11.18484639 10.78805961 10.67329839 10.77804284 10.43661479 9.895620677 10.45885712 +LQ06X014540 Putative Uncharacterized protein YNL011C 9.234912983 9.272042998 8.531382914 7.904666639 7.678385625 9.102321129 8.62298986 7.909072154 9.286497919 9.51788483 8.585964432 8.059879547 7.859662673 9.2465515 8.05947411 7.62388063 8.920332779 8.765216798 9.440648302 8.312581179 8.376822447 8.190638193 8.248297969 8.332843723 9.757778531 9.560342406 9.601513877 7.674502248 9.342362337 7.634830587 8.234939587 8.29332539 +LQ06X014560 Thiol protease SEN102 5.473571146 5.175491951 5.280309562 5.033468257 5.160558905 5.059664928 4.950900962 4.988278504 5.297320294 5.286405773 4.935623111 4.87151113 5.247379752 5.148582334 4.925349352 5.033257851 5.547866577 5.335188484 5.607229583 5.044664421 5.488924314 5.320992475 5.104566686 5.144814699 5.35844241 5.325608608 5.349576944 5.343641066 5.176089284 5.745927899 5.439368876 5.058348123 +LQ06X014590 50S ribosomal protein L34, chloroplastic 5.657377394 5.171588399 5.318926258 5.757053474 5.614956474 5.488471267 5.616993636 5.935547222 5.507482741 5.827034808 5.225160854 5.566775672 5.360266967 5.735833162 6.540452407 5.764155741 5.162479358 5.062873993 4.978810725 4.757680905 4.972397853 5.395013969 5.535494988 5.750113266 5.623460388 5.132553691 5.256006861 5.226907938 5.261357652 5.076051509 5.007243959 5.374364642 +LQ06X014600 Predicted protein 7.466985767 6.992239841 6.225945184 7.255064549 6.113925218 8.251489921 8.236809101 7.434129451 7.485859831 6.23153545 6.65086582 7.519284563 6.183884826 8.37823817 7.062512059 8.155362546 7.461132123 7.558164219 7.146365042 6.224248841 6.046605883 6.491420332 6.282600143 5.688297274 7.434676702 7.193492868 7.075974835 6.386776458 5.525786547 6.311785612 7.072913473 5.46549218 +LQ06X014610 Predicted protein 11.73112919 11.91546601 11.82743256 11.4243516 11.83682922 11.48446489 11.4150187 11.75375287 12.1531963 12.10217774 11.93354306 11.46277788 12.06511386 11.62586412 11.62025287 11.88338402 11.87538553 12.11316928 12.56123579 12.17460977 12.07051616 12.01573436 12.36943305 12.28339277 12.14137848 12.18281819 12.72434464 11.95551653 11.63540567 11.7446954 12.27909343 12.23272345 +LQ06X014620 Putative uncharacterized protein 6.053346736 5.850372138 5.085130172 5.680932843 5.560932412 5.062459357 5.19738853 5.250204833 6.646623648 6.456663999 5.472168739 5.389589538 5.721136779 5.298234254 4.876533234 5.012544897 5.580504481 5.685459483 5.921271471 5.045468501 5.058609068 5.710187283 4.918336514 4.961397767 6.359672348 5.739855552 5.447210715 5.230902641 4.972891336 5.402652701 5.663037995 5.423764742 +LQ06X014650 Predicted protein 5.220089486 5.298508648 5.166813799 4.924781112 5.166985688 5.100708837 5.011064861 5.02103003 5.265283812 5.107125625 5.583761128 4.998162288 5.117912324 4.947365117 4.842433291 4.901433423 5.473123496 5.494680975 5.597213744 5.665502815 5.391961314 5.30238746 5.277969275 5.265335806 5.135949805 5.47156969 5.532317756 4.795923195 5.004827225 5.983661463 5.434295383 5.132226235 +LQ06X014670 Predicted protein 6.052419195 8.762174932 10.08661085 12.09843241 10.85467644 11.66450954 12.53595632 12.87264484 6.741207359 7.670874152 9.370379036 11.92343105 10.72098993 12.17817399 13.19919164 12.86064758 9.665804245 9.726408387 8.46238736 10.89552927 10.90212346 11.84617826 12.14893202 12.65463502 8.952046154 9.728345319 8.500158483 12.0335702 11.83007736 13.33175886 11.91854533 12.41624006 +LQ06X014700 GDSL esterase/lipase At5g45910 5.246279239 5.320928615 5.37295141 5.599771589 5.203706148 5.164306582 5.091646065 5.489003538 5.540405764 5.338906769 5.448246352 5.16661934 5.267003176 5.164863858 5.108707858 5.774768035 5.033255013 5.333667125 5.202645998 4.893391988 5.186012202 5.369645318 5.16409085 4.883617088 5.263670976 4.790170243 5.572380618 5.132485435 5.456817218 5.505063702 4.991774596 5.38941096 +LQ06X014720 Malate dehydrogenase, mitochondrial 13.06390234 12.73691297 13.34248046 12.64659727 12.77038165 13.36462423 12.91259607 12.18222779 13.06419172 12.78562274 13.08823692 12.39214042 12.72992783 13.16599003 12.74232271 12.25310859 12.49341915 12.54865864 12.74748202 13.26306867 12.82580293 12.83310491 13.34657931 12.99749072 12.94800454 12.58196206 12.77177291 13.36379795 13.1985076 12.75387136 13.01567796 12.74729369 +LQ06X014730 Pyruvate decarboxylase isozyme 1 11.86462269 11.83091616 11.88897214 11.38452939 11.57585253 11.91350803 11.75732873 11.66498483 11.97694717 11.88780147 11.93712942 11.39271693 11.82874485 12.16209551 11.88075928 11.80320162 11.98267845 10.5531713 11.36037902 11.68031213 11.38779345 10.70856988 12.16360247 11.99898293 11.62298398 10.56792419 11.18085851 11.38384975 11.57067243 10.93156569 12.45801001 12.01916856 +LQ06X014740 Putative uncharacterized protein 5.246252352 5.460430664 5.203090419 5.221540618 5.316912518 5.31005504 5.444747983 5.269701607 5.140333015 5.158245588 4.905537764 5.069916911 4.922846521 5.221012531 5.261759374 5.240278508 5.17655814 5.382997751 5.421416513 5.402637692 5.633204412 5.259612233 6.071225445 5.849763802 5.199024399 5.847491052 5.83458741 6.615908636 5.157853623 4.969092396 5.176057118 6.171555647 +LQ06X014820 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 5.268343904 5.113610524 6.039757248 5.418452548 5.863595277 5.748695239 5.254139711 5.443389838 5.695200348 5.616109628 5.574659551 5.474434168 5.530632231 6.057524129 5.192750155 5.459884116 5.699808367 5.900854018 5.42035656 6.037294982 5.316042639 5.558656484 5.488428974 6.408665552 5.665702581 5.842555328 5.026115715 6.849394119 5.719073196 5.713080085 6.580623643 5.881787372 +LQ06X014830 Magnesium-chelatase subunit chlI, chloroplastic 13.99209958 13.75571612 13.75625774 14.66205859 14.09451386 14.32926494 14.21666146 14.21162405 13.91508889 13.8017748 13.85029357 14.6335003 14.35385284 14.18673414 14.58639936 14.5040174 13.52734799 13.83570403 13.19213276 13.20780724 13.26315496 13.98779379 13.33353896 13.77385101 13.82675153 14.1684452 13.27870939 13.81362696 13.45640942 14.52085457 13.29283544 13.59970657 +LQ06X014840 Nudix hydrolase 15, mitochondrial 6.576833552 6.24315987 7.073916831 6.628937688 7.079570956 7.104777138 7.380825059 5.897235444 6.864242882 6.176728568 7.020474582 6.05653486 6.941191539 7.0705675 6.776042588 7.002724218 6.224854278 5.999655885 5.393799645 6.864242882 8.219386939 5.937701012 8.441607383 6.759497502 6.373216129 5.301665492 6.305884251 5.610468107 7.011490805 5.84097368 7.274542377 5.663377321 +LQ06X014850 Nudix hydrolase 15, mitochondrial 10.85930351 11.06811867 10.73563642 10.47313658 10.52987562 10.59906732 10.73973243 10.51622484 11.04438538 11.18641128 10.95172964 10.60857512 10.82239577 10.76103876 10.81748228 10.6710251 10.71399943 10.67386455 11.30288779 10.6945607 10.52689535 10.50176944 10.79170642 11.12703615 10.87157845 10.72341671 11.00447787 10.61223263 10.19350599 10.48293993 10.95702889 11.08043358 +LQ06X014860 Predicted protein 4.953049246 4.992557363 4.808899946 4.841619755 5.089896381 4.988233986 4.731165227 5.077437192 4.736265027 5.211572788 5.220032708 5.023161324 4.713851519 5.116020817 4.632704136 5.314838755 5.087623187 4.926783282 5.651633512 5.616820736 5.200966876 5.124972124 5.773758113 5.593913759 5.049483329 5.354832652 5.252726385 5.89979439 5.478263901 4.749608217 5.233099301 5.050306236 +LQ06X014890 Putative uncharacterized protein 5.493004079 5.773207168 5.235224242 5.297409893 5.293899831 5.278022454 5.334145169 5.574579243 5.479343592 5.595516941 5.439224673 5.436361439 5.364243834 5.473212854 5.503991775 5.151730113 5.305970441 5.750836975 5.817353621 5.515843401 6.563180272 5.195906946 6.14522836 5.468545646 5.229066377 6.14840474 5.504047872 4.95724956 5.368947548 5.138154854 5.404990805 5.961724901 +LQ06X014940 Putative ATP synthase mitochondrial F1 complex assembly factor 1 5.280761111 5.123814531 5.023887102 5.032886958 5.294832596 5.005665826 5.100180164 5.012798796 5.642331497 5.914263446 5.24975879 5.014050418 5.611854285 5.184590829 5.516411083 5.10570416 5.054913014 5.218997257 5.434507179 5.647993499 5.496513659 5.407960975 5.428707928 5.080314539 5.312897908 5.099262539 5.932052167 5.012316156 6.153302191 5.172905526 6.1309002 5.272969122 +LQ06X014950 Peroxidase 19 6.353564845 5.834470028 5.866251136 5.515942897 5.425790833 5.747437741 5.526032991 5.729943635 6.23873076 6.474910582 5.65760351 5.649406246 5.672409067 5.056928648 5.551818551 5.470631242 5.417022649 6.110739102 6.586111298 6.126125762 6.137445059 5.535502326 5.922438785 6.047720934 5.761446654 5.99687549 6.925049122 6.159138698 6.314726373 5.377683721 5.993409735 5.566274084 +LQ06X014980 GDSL esterase/lipase At5g45950 11.06248891 11.78106693 7.618893485 5.950131783 7.027394119 5.477905413 5.155067018 5.211694669 11.48840041 11.85832922 9.233069348 6.106489818 5.642250487 5.299257539 5.01077379 5.257317089 10.96350846 10.97870305 11.19211527 8.017832941 9.691416467 9.541554146 5.342477719 5.260286204 11.8811738 12.16703262 11.78891113 5.16391859 8.942232142 5.882514876 5.007960354 5.544582138 +LQ06X014990 GDSL esterase/lipase At5g45960 4.859850065 5.029725061 5.204845742 4.816170043 5.075640195 4.978240326 4.599729932 4.878549428 5.358603171 6.154801545 5.348093793 4.744912229 5.159410508 4.977041132 4.642478147 4.867346903 5.581035261 4.799986872 5.038327138 5.366266633 5.026577178 5.332389571 5.19957635 5.188397986 5.387761243 5.025094191 5.22901412 5.423883073 4.6232049 5.240510732 5.03832223 6.287658397 +LQ06X015000 Putative Ethylene-responsive transcription factor ERF091 6.14071745 6.051381765 5.584605762 5.795744627 5.374407149 5.753671902 5.611831797 5.823379912 5.417322405 5.791973174 5.51212213 5.895244971 5.57902 5.556546432 5.423922276 5.544004967 5.896170241 6.303886453 6.04548686 5.393030478 5.524656185 6.042416617 5.655331195 5.831837117 6.125799168 5.827805522 6.114291443 5.084970925 6.152801035 5.854262079 5.811110715 5.101889636 +LQ06X015040 Putative WUSCHEL-related homeobox 9 5.623482491 5.922286897 5.931734114 5.834573429 5.872724557 7.013870138 6.130559247 5.77492784 5.852312925 5.534169321 6.514998403 5.915070279 5.650902347 7.067292755 5.851524903 6.532670566 5.952953143 5.929298638 5.692299294 5.530301931 5.930215725 6.028279223 5.779740862 5.488563873 5.838180858 5.881859161 5.952018579 5.686566195 5.7803581 5.877729481 5.851470894 5.979352154 +LQ06X015050 Ras-related protein Rab11B 4.965412969 5.366492386 4.866797758 5.26709619 5.144035525 4.752516627 5.006973216 5.043118798 5.347958741 5.565063326 5.17219613 5.471658063 5.215640033 4.880610024 4.947480944 4.816440926 5.391646151 5.433722625 5.620986621 5.050090918 4.890817885 5.162695645 4.837175306 4.971191073 4.860217728 5.27064512 5.166169254 5.308596818 5.164308199 5.198482219 4.819130898 4.603337284 +LQ06X015060 Hypothetical protein 10.2518439 11.18069926 10.23767207 9.888797578 10.62336289 10.17973655 10.24796904 10.49229534 10.60651109 11.17284822 10.66891251 10.15126401 11.42671708 10.25018192 10.0377361 10.91795545 11.83540662 12.07200267 12.15381246 11.79827454 12.130541 11.65756602 11.56211885 12.10883764 11.52845381 11.61044114 12.2325682 11.98923064 11.69135919 11.90023962 11.41189181 12.15114834 +LQ06X015070 28 kDa heat-and acid-stable phosphoprotein, putative 12.94908733 12.94128633 12.78128736 13.24990653 13.22034299 13.40730728 13.6045214 13.60015719 13.14074105 13.24158316 12.91797928 13.46453306 13.46910365 13.72546841 13.99787375 13.65541969 13.66959563 12.93710247 13.59411156 13.33912974 12.77357046 13.26589505 13.3779196 13.34523109 13.62792588 13.30169279 13.54278511 13.23008473 12.45007565 13.48229556 13.36025982 13.17076975 +LQ06X015090 Putative Anthocyanidin 3-O-glucosyltransferase 5.36135706 5.819896065 5.809328932 5.376759666 5.491580342 6.048594547 5.720448937 5.739602485 5.869545651 5.776616389 5.9344515 5.551978677 5.879312552 6.404159795 5.700046216 5.667011097 5.665283047 5.802187873 5.531874831 5.33628374 5.567778911 5.716075207 6.357658608 5.552493672 5.88493761 5.694728778 4.996906909 5.220890285 5.866528299 5.359047313 5.969024463 5.735947082 +LQ06X015100 Transcription elongation factor 1 homolog 5.839840365 6.048097347 5.764176693 6.495810986 6.134501173 5.823302692 5.935138902 5.612953454 6.650331557 8.796456715 6.527280991 6.127445738 5.97338474 6.07112588 7.300195814 5.674666291 5.945481467 5.941859556 6.0836836 6.289242753 5.842333721 6.628821389 6.000866672 6.07580203 6.585975035 5.815799589 5.495676585 5.960592317 6.078242732 6.735571891 6.073756434 5.517031289 +LQ06X015110 Predicted protein 5.764843378 5.70718838 6.024680602 5.340148593 5.373583127 5.762193657 6.122475674 5.691763798 5.834842562 5.646099252 6.175930035 5.569507211 5.860717308 5.528325183 5.426409503 5.61021793 5.460300455 5.859529469 6.426856952 5.455071008 5.604364581 5.750379862 5.617035792 5.809620665 5.767745955 5.994844883 6.480162374 5.20292301 5.494541685 5.634271054 6.040544099 5.644595074 +LQ06X015130 Syntaxin-61 12.48755826 12.71633188 12.5942623 12.14318414 12.61798096 11.88437077 11.68542596 12.07153558 12.46246155 12.54126627 12.83408829 12.12316649 12.45102443 11.81788904 11.82681448 12.09338133 12.36077972 12.37586419 11.80203814 12.59876264 12.83171942 12.35506655 12.15653475 12.18552549 12.45222587 12.65190352 12.00922938 12.61945021 12.81057922 12.29672 12.22911782 12.10602487 +LQ06X015140 Isoflavone-7-O-methyltransferase 9 11.50417979 11.89629712 11.6510992 10.58321905 12.11240171 10.7512327 10.50272893 10.70892671 11.80561012 11.75666635 12.05059417 10.91896975 12.09964002 10.99822108 10.91095291 10.9588046 11.69095513 11.85506911 12.28692043 12.68371018 11.93693696 12.40157625 11.58995326 11.75582506 12.02809985 11.87744564 12.26221181 12.28776404 12.18550482 11.6072823 11.49586191 11.64142732 +LQ06X015210 Glutaredoxin-C9 10.56239643 11.22700285 11.63923769 12.24459444 12.09363121 10.94223234 12.13734146 13.07790019 10.86141583 11.09828619 10.96077217 11.81034993 11.72131471 10.9195632 12.03506272 11.47262206 11.57217476 12.06390967 11.16783515 11.65565091 11.82659343 12.27421267 12.53950509 12.35059307 9.883308281 11.27654317 11.10024777 12.2591417 11.26917522 13.12391498 12.02071391 12.21991267 +LQ06X015230 Predicted protein 6.520462541 6.599062368 6.230238316 6.175952712 6.448944346 6.403301262 6.054841054 5.804131092 6.975933142 7.520991719 6.722234123 6.16477115 6.556975631 6.01002697 7.136522731 5.511516857 6.486368545 6.381946894 7.346438077 6.125798478 6.598861915 6.129654897 7.133782731 6.328724029 6.139348509 6.637222108 6.812219069 6.283348394 5.933778553 6.354358651 5.928508587 7.254920235 +LQ06X015240 Putative uncharacterized protein 9.105407382 8.997637183 9.968425842 11.01775202 11.11707957 11.00861917 11.22342152 10.8441528 9.414565683 9.230257804 10.16202365 11.29045897 10.78697883 11.26264404 11.11998718 11.19823044 9.655328938 10.2634196 9.536608995 10.61151467 10.55436554 11.35645779 10.90042512 11.46239177 9.404588214 10.41377236 9.615877845 11.18784068 10.56696618 12.45641194 11.09618637 11.20711242 +LQ06X015260 Receptor-like protein kinase HSL1 10.68950232 9.978304095 10.76816134 9.382682723 10.58854485 9.629002202 9.572730299 9.497028577 10.21660392 8.164131829 10.34630652 9.508638936 9.723819951 9.449499138 8.537133929 9.20132505 9.712088859 9.868802568 10.11568263 10.49177846 10.92127977 10.53118909 10.37951527 11.06314637 10.45692551 10.27511869 10.36677184 10.26068731 10.91817309 10.96777242 10.59607855 11.47748892 +LQ06X015280 Putative Pentatricopeptide repeat-containing protein At5g46100 8.58848777 9.305538576 9.008747725 8.623270877 8.10495961 9.690366858 9.788034861 9.914056635 8.685068619 8.907962834 8.85797228 9.092736865 8.440998294 9.915055701 10.02339243 10.16765697 8.997483943 9.128361836 8.826575544 8.724548862 8.954595046 8.632993578 10.697803 10.81208297 9.258033991 9.50176388 9.223105788 8.635036027 9.945853645 9.064043315 10.98418117 10.92583646 +LQ06X015290 Triose phosphate/phosphate translocator, chloroplastic 14.71781427 14.49835982 14.9220738 14.56685899 14.3016233 15.1909362 15.01831077 15.12866651 14.5554344 13.95514971 14.51790238 14.41362323 14.26335606 15.04252325 14.79052929 14.92911185 14.34669046 14.74917489 14.40014457 14.75205635 14.74335543 14.52625614 14.84118385 15.19058488 14.09342341 14.68138346 14.45514918 14.83604731 14.86857732 14.76660844 14.65708494 14.85772311 +LQ06X015300 Homeobox protein, putative 5.430786818 5.225132125 5.41104161 5.443247512 5.543121879 5.387671915 5.451566613 5.287915157 5.250968024 5.144410602 5.622176947 5.228869773 5.702122695 5.519858604 5.467025868 5.397051808 5.415024478 5.50198465 6.069604815 5.725535491 5.421235259 5.118925513 5.478229474 5.62047582 5.275274176 5.419711657 5.869789399 5.780927906 5.491860346 5.659674337 5.606185723 5.700462919 +LQ06X015310 Putative DnaJ homolog subfamily B member 4 6.749127053 5.993055 6.328068786 6.871022656 6.122289704 7.380721436 6.989202612 5.883856711 6.099262716 6.545750721 5.882460852 6.081568393 5.813906674 5.766971397 7.080581509 6.210871714 6.596030704 7.084123858 6.103871266 5.833237647 6.200915301 6.187886611 5.848229589 5.453499963 6.201509652 6.128015619 6.467814437 5.85142653 5.922426324 6.053333216 5.682793737 5.150396804 +LQ06X015330 Putative uncharacterized protein 5.487003475 5.326044372 5.90948433 5.445745162 5.405822468 5.51182215 5.128077733 5.493544555 5.32777114 5.718555627 6.308949982 5.505021485 5.820201958 5.347755935 5.425760313 5.072668137 5.416423879 5.769079418 5.760663898 5.701194501 5.431860975 5.68987042 5.416745058 5.840645927 5.498574282 5.114237768 5.060124893 5.4552812 5.676676527 5.743077188 5.323277603 5.716477713 +LQ06X015350 Protein E6 7.974940581 7.873267898 8.520870909 7.312834186 8.035049609 7.199734317 7.339888451 7.126527799 7.983603536 8.318009227 8.443421329 7.37896265 8.473180713 6.959875632 6.584633798 7.551530332 7.3225004 8.202870708 8.668068116 8.506005632 8.058477431 7.705539499 6.291979269 6.915258043 7.529960217 7.793284645 8.396553839 8.293716972 8.188886563 7.237764067 7.145539039 7.227055094 +LQ06X015400 Uncharacterized protein At4g28440 5.867015673 5.9427674 6.47290028 6.008801182 5.897115064 6.357865666 6.05867348 5.910275235 6.503059667 5.875925512 6.175804172 6.153147745 5.885732705 6.131962885 6.210212569 5.910573629 5.968805419 5.495487954 6.359003562 6.294941635 5.408734508 5.446036742 5.893929304 5.758045091 5.568589412 5.454406974 5.708029365 5.495168668 5.738982186 5.336165113 5.803141691 5.940190207 +LQ06X015410 Protein DEHYDRATION-INDUCED 19 5.302346443 5.43131772 5.101968553 5.830118893 5.37938003 6.340319357 6.204606759 5.639691154 5.689109526 5.974536089 5.405280422 6.046281492 5.381925216 5.872009477 6.651696679 5.693332645 5.701436779 5.581405757 5.357009568 5.973756362 5.40824093 5.999642791 5.78404371 5.777244892 5.423541542 5.528087785 5.638623697 5.333146048 5.931993124 5.791138571 6.0373166 5.270983607 +LQ06X015450 Putative Ethylene-responsive transcription factor 4 5.618774027 5.989289401 5.515376465 5.775913379 5.661052242 6.167271165 6.238071977 6.397883917 6.180725819 5.936543647 5.235684805 5.796342731 5.889995168 5.926232908 6.072625945 5.850436671 5.83049361 6.178923635 6.317618657 5.972095745 5.276868078 5.790139088 5.753447628 5.972525132 5.78378875 5.671411631 6.414502925 5.450060235 5.502992828 5.489611132 5.667688758 5.584999146 +LQ06X015470 Ethylene-responsive transcription factor 12 8.793245905 10.51802676 8.750970879 9.177699296 9.355419572 10.2583122 9.848988186 10.96069389 8.984007506 10.23130936 8.896246596 9.594237572 9.24448796 10.06774545 9.864767059 10.44285923 11.54421687 10.76045046 10.66592118 9.988281654 9.487017174 9.145074871 9.605629979 10.12018168 10.07130529 8.871716032 9.860892737 9.716318446 8.463495283 9.550941307 9.059667321 9.764133771 +LQ06X015510 Auxin-repressed 12.5 kDa protein 5.771019373 6.170567078 5.764991277 7.284756318 6.931838351 7.243844673 8.115392474 9.677525443 5.79395303 5.478540887 6.399139275 7.311263304 6.420700544 7.155855487 7.276244879 9.587988317 6.452569085 5.995591536 6.556370573 6.093816833 7.262732058 6.80779894 6.674943516 7.543619129 5.756258568 6.139340722 7.365884828 6.294291521 7.03467409 7.484842473 6.955787493 7.001850288 +LQ06X015540 Putative Mitochondrial substrate carrier family protein S 11.92471191 11.89191054 11.73846347 12.39746183 11.57834696 12.046842 12.04999456 12.14220026 12.13463919 11.90890428 11.94161991 12.0166798 11.7050828 12.18252354 11.83714173 12.2126341 11.93135449 11.73290706 12.00150206 10.97991462 10.72311253 11.1916458 11.54639304 11.13308971 11.77445018 11.66520769 11.87229524 11.07587497 10.71849375 10.98255403 11.24332295 10.6704837 +LQ06X015550 Squamosa promoter-binding protein 1 13.8186413 14.22172715 13.44634487 13.41979778 13.31328131 10.79746409 10.64936399 11.0201116 13.94957629 13.85849755 13.50571109 13.03080301 13.6101152 10.70844564 10.7366368 11.52799782 14.18833787 14.06011947 14.2752779 13.81329276 14.10254964 14.08289756 11.05572052 11.21058335 14.39388377 14.44212841 14.15585853 14.09710922 13.69058158 12.85822706 10.13289319 10.80093819 +LQ06X015570 F-box family protein 8.710585324 8.7401045 9.542858136 8.27581701 9.374048127 7.723970771 7.277402313 7.253068107 8.501980033 8.553441054 9.150629848 8.36637863 9.095067638 7.606338348 6.531843002 7.197646749 7.988487876 9.271355087 8.767544186 9.691155717 10.24692281 9.190047715 9.10005771 8.741398156 8.214537448 9.088825066 9.16196222 9.662448277 10.09891244 8.888432891 8.904433912 8.970708696 +LQ06X015600 30S ribosomal protein S5, chloroplastic 6.583079588 6.547355034 6.683268894 6.669728456 6.689616746 6.682305836 6.679315791 6.443330981 6.656339868 7.151307031 5.970506317 6.704075067 7.069700248 6.696743802 7.89671392 6.586695325 6.567682031 7.070582263 6.015111019 6.788943912 6.881790907 6.912885234 6.920433276 6.941106194 6.693852575 6.851965204 6.528115461 6.500063599 7.112933886 6.685567769 6.590855907 6.200432741 +LQ06X015640 F3H9.10 protein 5.160940671 5.469839242 5.016909462 5.023138773 4.88490186 5.287611796 5.011673098 4.979875316 5.484733816 6.006098871 5.795782402 4.913167477 5.434659163 5.193767245 5.183347 4.77322305 5.341467149 5.357280529 5.593189671 5.962892303 6.044800124 4.972895815 5.575984522 5.690160944 5.171978072 5.488108247 5.482684497 5.670362114 5.709637325 5.008949769 5.714000739 5.392749317 +LQ06X015650 Predicted protein 5.224316512 5.657325858 5.883309649 5.380057322 5.424651422 5.744456215 5.501043657 5.496066587 5.45180992 5.993598328 5.592934396 5.640450971 5.484067452 5.791550995 5.699078132 5.563058736 5.539195181 5.560841493 5.792180322 6.15394412 5.397789838 5.751911316 5.780475835 5.657310946 5.654406444 5.248086932 5.662167509 6.026828563 6.309268729 5.58658488 5.808879526 5.072296443 +LQ06X015670 Hypothetical protein 6.946482424 7.033509954 7.544030074 5.953364974 6.937088514 5.429270804 5.621578629 5.923382277 7.202303818 6.540739682 7.247477623 6.23821376 7.542277961 6.187866273 5.797135122 6.182522704 7.061524938 7.582488718 7.35368082 7.544617356 7.783405489 6.946237906 6.871956783 6.621432528 6.666659254 7.67794114 7.675915084 7.286678298 7.576243823 7.161913375 7.876988539 6.797683137 +LQ06X015680 Hypothetical protein 15.01816707 15.32177173 14.51330173 13.2874349 13.67819188 12.25308628 11.82679876 11.70298876 15.16873591 15.01243127 14.73385243 13.699141 13.58227617 12.32373317 12.57995706 11.84420004 14.50212442 14.92800482 15.12267144 14.54035408 15.26904298 14.94872771 12.03953771 11.51859703 15.30440242 15.43558271 15.13119801 13.5370467 14.44473705 12.95581254 11.90476191 11.65616945 +LQ06X015690 Eukaryotic translation initiation factor 3 subunit D 10.45998627 10.86140246 9.81656766 9.65310048 10.12279175 10.45673512 10.17618364 11.28647192 10.86508923 11.33091464 10.29896861 10.41656483 10.6307808 10.7158955 10.5894043 11.38802961 10.62234977 10.25580139 10.7797201 10.2378127 9.419564695 10.20764659 10.00572503 10.35116067 10.61476006 10.52358982 10.92402496 9.94070729 9.164532369 10.09025484 9.992261673 10.20904031 +LQ06X015710 Putative Serine/threonine-protein kinase HT1 13.78560834 13.6734615 14.02537318 13.23372224 14.35757387 13.58510245 13.82271293 14.19495224 13.96773728 13.8027366 14.25675146 13.52249747 14.28475632 13.97886904 13.77732452 14.29210504 13.81369544 14.16125515 13.86504825 14.77854802 14.61649936 14.50739674 15.08415959 15.08159734 13.66707021 14.09106033 13.84630043 14.75659555 14.75202471 14.95448203 15.29034955 15.34048951 +LQ06X015720 Predicted protein 5.876536751 8.029802014 6.427474236 7.481341097 9.926562548 5.386662775 6.890313903 6.465195374 5.27925853 6.365860794 5.323322617 5.841526376 6.13006747 5.10468593 7.037470199 5.896029723 9.563535315 9.63519275 7.568349105 7.500520205 8.618878672 9.702903856 5.804868383 9.01937031 5.966308543 5.776362212 7.535206553 6.301958803 8.636015481 8.031932036 6.459583492 8.003808993 +LQ06X015750 Predicted protein 11.68129044 9.629955536 10.72060534 9.645344039 10.87384097 9.82603076 8.683154262 9.878737401 10.90771802 9.846141735 10.96465569 9.264042272 9.622236376 9.758795728 9.041197586 9.333704503 8.745417472 10.04580652 9.61189843 10.05411371 10.19929308 10.87739723 7.715558566 8.918092782 10.19059932 10.99406343 10.47506069 8.5319057 11.00233428 9.870227421 8.727263048 9.23379647 +LQ06X015760 Putative uncharacterized protein 6.002740796 6.244967584 7.189800268 7.483162274 7.492934147 7.890417238 7.648978612 8.308410221 6.508351065 6.018607202 7.319817874 7.531512053 7.782003899 8.307471034 8.072383129 8.432990273 5.755301157 5.653525677 5.589982995 6.649746356 6.180454982 6.022514807 6.972239154 7.277348218 5.512897869 5.06065249 5.831347421 6.543354757 6.106172143 6.953849848 7.361599086 7.42226746 +LQ06X015810 Vesicle-fusing ATPase 5.367273521 5.511250021 5.250213064 5.284709505 5.264850274 5.466596558 5.547861134 5.084448846 5.614725231 5.629184942 5.087137244 5.352441646 5.683884773 5.350812578 5.634496153 5.084904142 5.597852141 5.657111029 5.714784642 6.126854883 6.206628379 5.336912709 5.61523971 5.466852964 5.520384569 5.539026568 6.126446432 5.560006305 5.970545055 5.4638828 5.028967595 4.97432878 +LQ06X015830 Probable ubiquitin-conjugating enzyme E2 24 9.715291268 10.0727472 10.63321808 10.41243458 10.70673454 12.06835075 11.6205658 12.09880847 9.934065934 9.279252524 10.57564846 10.88718592 10.44828784 12.09610006 11.73551298 12.06707105 9.685631474 9.97056049 10.6463648 10.02651956 9.99500039 10.8331594 11.27917107 11.07047886 9.864721129 9.654380213 9.68001754 10.59914302 10.09823964 10.8889498 11.04121161 11.13663553 +LQ06X015870 Putative Probable phosphoglycerate mutase gpmB 5.441909218 5.477624253 5.498719654 5.816517357 5.964441191 5.521516616 5.75680785 5.638632619 5.347969162 5.580225465 5.848781739 5.812038667 5.444698666 5.722029578 6.361913246 5.725005701 5.52157865 5.727452952 5.364868388 5.348631383 5.556053102 5.603587713 5.303767104 5.684487218 5.233812201 5.596400981 5.526228506 5.154834587 5.441919973 5.482925425 6.131211327 6.079517059 +LQ06X015890 DNA-directed RNA polymerase II subunit RPB2 13.0093681 13.04831512 13.6105788 13.92327863 13.80676234 13.44324806 13.40067516 13.77644273 13.46349218 13.21307292 13.70870834 14.23460937 13.87264745 13.70265294 14.02237317 13.68629836 13.12717122 13.03996598 12.90858838 13.23718227 13.46194491 13.40891531 13.09510626 13.16560979 13.19000493 13.06700627 13.3558389 13.60935776 13.54333384 13.76350404 13.13432187 13.2535051 +LQ06X015900 Putative Zinc finger protein LSD2-like protein 12.42396954 11.67612772 12.73198106 12.32732257 12.34990122 12.10623018 12.3445088 11.95944459 12.56752493 12.28855911 12.73685004 12.46811929 12.61324022 12.39011505 11.94826832 12.21696859 12.10365885 12.2522178 12.09597015 12.30586629 12.44618554 12.60157634 12.93308745 12.12632797 12.17820318 11.7572997 12.44051433 12.23195681 11.25096649 12.45326751 12.76844583 12.18364939 +LQ06X015920 Rnf5, putative 6.398582904 5.500587049 5.459924259 6.12699133 5.495729809 6.500774681 6.33863256 6.625855395 5.781082475 5.823449649 5.886660571 6.406490968 5.936720627 6.096078381 6.022418201 6.85685958 5.585577443 6.599198629 6.366674743 5.921133496 6.872532996 6.436731938 5.864238854 5.835373184 5.83040198 6.830259274 6.616327446 6.105183312 6.414807384 6.606329316 5.469545663 5.524118064 +LQ06X016010 Putative Probable allantoinase 1 11.9009507 12.04674287 11.77096951 12.26379795 11.76857164 12.26818995 12.24450839 11.81816768 11.87698758 11.13955763 11.66389534 12.12600822 11.55273561 12.17442911 11.63291575 11.63534522 12.21793717 12.29325615 12.4145931 12.25679869 12.49481712 12.16612545 12.12734189 11.58826746 12.09761981 12.18867053 12.34078825 12.09043994 12.445932 11.77602097 11.88848489 11.1655685 +LQ06X016050 Sphingolipid delta(4)-desaturase DES1 12.02511127 12.17890299 12.27776878 11.7155807 11.40343502 9.804958866 9.819384708 9.706095687 12.20979407 12.34008146 12.22616087 11.57229296 12.19373194 9.968369688 10.19155685 9.768606115 12.48911736 12.80409566 13.02001062 12.48369126 12.83760352 11.92282245 10.22031171 10.4258708 12.55059896 12.89247138 13.13802157 12.50252139 13.04854664 11.14603046 10.25217249 10.18089592 +LQ06X016070 Putative uncharacterized protein 8.109117885 8.190316051 7.741601534 9.917752036 8.432474882 9.454820208 10.07135291 9.910047399 8.197348826 6.889996134 7.193570441 9.536676058 8.142033655 9.375473041 9.944788929 9.346570259 8.664222209 8.311406613 6.922584111 6.274074047 6.092032435 9.081642297 7.418819428 8.896894125 8.377764637 8.363382778 6.238205126 7.902893136 7.526472362 9.597633963 6.083132385 7.51208737 +LQ06X016080 Putative uncharacterized protein 8.430353809 8.338101804 9.151977874 9.310140671 9.739539747 10.36092703 11.14726389 11.04737663 8.191482976 7.764180414 9.355128961 10.24631198 10.56656309 10.25027131 11.07360904 10.46867044 8.547243148 9.759166289 7.752635056 9.52453694 9.556701754 8.953211331 11.34853832 11.05966897 7.958842855 9.284985699 7.153366012 10.08062956 10.38895734 9.505551896 11.71517769 11.66747014 +LQ06X016090 Putative Stem-specific protein TSJT1 11.78957854 13.54201212 12.90774864 12.72869771 14.1444217 10.23663959 11.77615499 13.03861671 12.20776059 13.56701701 12.50299555 12.86070187 13.25329961 10.59172813 11.87876759 11.64477059 14.71935688 14.52846971 13.26495458 13.76845654 13.56662802 13.64034026 12.11543443 12.72546861 11.46709274 11.99271044 13.68280687 13.67165915 13.8446202 12.98557977 12.76116183 12.68459458 +LQ06X016100 Putative UPF0533 protein C5orf44 11.89153942 12.00085743 11.85069083 11.75110312 11.98537368 11.96097381 11.82098194 12.36803999 12.1414663 12.06370472 12.51780498 11.85087237 11.9038151 11.9222651 11.84036309 12.09270755 12.06005255 11.74021742 12.15422362 12.10342009 11.37132913 11.91271003 12.22999228 12.4324598 12.19841755 11.65804848 11.80271994 11.44822842 11.97639265 11.69671082 12.15495034 12.07158559 +LQ06X016110 Putative uncharacterized protein 9.513214218 9.354711526 9.670537846 9.247261169 9.64529409 10.10997036 9.922225168 10.1903106 9.29811254 8.149187942 9.417937522 9.22264178 9.291913251 10.25445692 9.615574099 9.930154335 9.377231448 9.204444732 8.838353062 9.136805454 9.414688942 9.451886212 9.841059044 10.58553072 9.775656819 9.308440755 9.395735037 9.533005025 9.36234968 9.741792498 10.01108737 10.81666982 +LQ06X016120 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56140 8.433309901 9.615352167 9.395628437 9.543591441 9.711532499 10.78674905 10.74704436 11.2365837 9.09597761 9.583506375 9.550533926 9.543840846 9.976769053 10.84147724 10.80219368 10.97453127 9.574578028 9.827146073 9.847300847 10.0200913 9.699899738 9.412682035 10.63092195 10.8628727 8.960831126 9.703385177 9.794412083 9.652930545 9.628942953 10.15404786 10.73291613 11.14089846 +LQ06X016140 RNA polymerase II C-terminal domain phosphatase-like 1 5.048891607 4.770782863 4.94268488 4.909918123 4.988089019 4.969369189 5.126722485 4.817650275 5.057782955 5.132867005 5.411269247 4.870478001 4.997511237 4.92199502 5.229434109 4.952792554 5.13432286 4.76131786 5.791267287 5.158229102 5.194318272 4.677214205 5.184712067 6.111477172 5.015701179 5.227832512 5.489614294 5.307377614 5.121482959 4.846656959 5.157674816 6.191189658 +LQ06X016150 Putative uncharacterized protein 11.37883097 11.36092542 11.21930679 11.26885805 11.29259434 11.90711381 11.89265967 12.10400436 11.36759335 10.9966768 11.34087188 11.4848099 11.2575848 11.84487202 11.78917022 11.93109078 11.42016841 11.48927135 11.0675245 11.63004933 11.72510272 11.439286 11.99959934 11.93921584 11.15093017 11.33183047 11.15488538 11.67021629 11.46312525 11.63692715 12.12912796 12.00931413 +LQ06X016160 Putative Epoxide hydrolase 2 4.769385094 5.004817952 5.604387137 5.073771077 5.452639475 4.915865814 4.978150392 5.094756022 5.139190873 4.945702909 5.578161892 4.820353368 5.16614984 4.866288136 4.908133613 4.953813846 5.234734424 5.189931513 5.175664869 5.543258695 5.109114286 5.053920746 6.114452907 5.786176916 5.002001371 5.323016464 4.970278014 5.352855133 5.03022083 5.200565621 5.623760837 5.988315316 +LQ06X016170 Putative Epoxide hydrolase 2 12.00138083 12.04683976 11.8178552 11.13070869 11.3857572 12.32425728 12.08850309 11.60410494 12.10110763 12.31187312 11.87283023 11.1456848 11.26221413 12.19312923 12.15325421 12.13303783 11.40208097 10.87845938 11.30979214 11.06884317 10.4234907 10.61794093 11.99536063 11.58499121 11.37194066 10.41178768 11.20950062 10.25155712 10.85917042 10.38443562 11.92191535 11.47624295 +LQ06X016180 RNA polymerase-associated protein RTF1, putative 10.26154601 10.46931262 10.22367686 9.485914687 10.2075229 10.01346926 10.04354725 10.22796021 10.11821635 10.08614322 10.21833039 9.770638772 10.08379654 9.988425218 10.36822187 9.888694951 10.21292445 10.57380854 10.36351487 10.28887395 10.87856417 10.25779489 10.75463097 11.03346987 10.08174199 10.40730699 10.71137893 10.29580332 11.13059369 10.34781257 10.70041338 10.85662739 +LQ06X016190 Lactosylceramide 4-alpha-galactosyltransferase, putative 5.445064009 4.859269202 5.187259003 5.216196311 4.896832604 4.713581493 4.951283188 4.600720299 5.009903191 5.07998754 4.916210223 5.176493773 5.338477893 4.687254882 4.807414378 4.650822413 4.953476001 4.951100067 5.680396883 5.113124123 5.337341238 4.961404288 4.896950229 5.375336244 5.109228878 5.104017248 5.397358205 5.167719274 5.140681383 4.961923773 4.938594788 4.759538782 +LQ06X016210 Splicing factor 3B subunit 2 6.479271793 6.1082324 6.338662959 5.975024045 5.879502283 6.379517385 5.949924469 5.884921659 6.410770357 5.95988679 5.951322581 6.146522412 6.536107799 6.190557568 6.108026964 5.977309728 5.691897196 6.108156955 5.971861864 6.266371961 6.031065322 6.333199842 6.336459114 5.273153262 6.096274756 6.371654338 5.615822441 5.857203175 6.226531707 6.161175007 6.144429169 5.60394319 +LQ06X016220 Predicted protein 8.450978133 8.224410111 7.55566225 8.707556296 7.873328333 7.875551036 7.225855296 7.806986051 8.342572263 6.565849906 7.582602396 8.874758924 6.950322441 8.139275104 6.543779898 7.718684054 8.665558669 6.510196271 6.328787355 7.18916422 6.728340604 7.280808979 5.299619265 6.284047303 7.733299264 6.021644603 5.883069244 6.191673223 6.840917909 7.200293943 5.641682754 5.935249949 +LQ06X016230 Putative uncharacterized protein 12.28257172 12.52079997 12.56178204 13.20243805 12.93129172 13.1911886 12.9623134 13.29973056 12.63566742 12.54745141 12.69121305 13.3764756 13.00362919 13.15247013 13.11596654 12.93816845 13.22020091 12.92790045 12.85197442 12.4191041 12.58011266 13.19679666 12.02585065 11.79734388 12.96516978 13.03765547 12.43486877 12.51739199 12.1759751 12.85582309 11.84788573 11.76757278 +LQ06X016250 Polyphenol oxidase, chloroplastic 5.724317673 5.347857227 5.322377452 4.780771338 5.339824953 4.653528293 5.155081358 5.186586828 5.264711727 5.219932352 5.591281628 4.898808601 5.320250421 5.097523611 4.965851032 5.243468772 5.676197472 5.586373983 5.828623025 5.565316049 6.203282253 5.204721069 5.623386201 5.433242126 5.381230071 5.271288165 5.701998509 5.254019493 5.487905387 5.448785736 6.10224202 5.609304384 +LQ06X016260 Polyphenol oxidase, chloroplastic 5.39903609 6.069393966 5.301856312 5.266627362 5.265178343 5.487427285 5.145319173 5.085496177 5.825787572 5.173374269 5.215617593 5.335317319 5.878738336 4.877718615 5.441681598 5.446301725 6.339912808 5.427669444 5.152195253 5.830059198 5.306556968 5.574128604 5.847854623 6.44402759 5.948268293 5.390246095 5.764922992 5.387481468 5.160143224 5.899213387 5.162157496 5.178005315 +LQ06X016270 Polyphenol oxidase, chloroplastic 14.53323199 15.59946261 13.5572586 9.844195815 11.37745724 6.282290398 5.964942308 6.417262238 14.25979712 14.32459904 13.70291389 8.821326314 11.35746726 6.335476417 5.330720218 6.149546099 14.14437424 12.90701996 13.64134451 14.25576771 12.04125735 11.12345228 7.714917623 6.772232942 15.34357976 15.29381505 14.78901138 11.527356 10.46223795 8.920653481 6.856627083 6.99879561 +LQ06X016280 Polyphenol oxidase, chloroplastic 5.246520503 4.773697017 5.171028757 4.657886695 4.793840036 5.054945901 4.712783479 5.174026808 5.251431193 5.226843086 4.929843229 4.737090878 4.896733178 5.04373498 4.76485989 5.010156828 5.292741822 5.563452432 5.607659176 4.948792242 5.874407751 5.099380184 5.861325339 5.491736425 5.358800156 5.119094719 5.899694647 6.122547477 5.68606328 4.861099663 5.101190283 5.79423638 +LQ06X016290 Hypothetical protein 6.011571688 5.994214286 5.521386549 5.961147197 5.504316935 6.215303979 6.062305673 6.55492174 5.995657257 5.956838027 5.327030333 5.807202721 5.491829216 5.935203037 6.41454816 5.980283859 6.001797553 6.190913784 5.877589587 5.827710172 6.165985978 5.82391244 6.153196797 5.381511997 5.85899276 6.104980365 6.541736457 5.578316915 7.089682922 5.51239691 5.764211737 5.329888893 +LQ06X016300 Polyphenol oxidase, chloroplastic 5.435861375 5.140977166 5.856681102 5.270073458 5.544743886 5.522855197 5.451282801 5.207775568 5.245998408 5.448538041 5.628010726 5.114515179 5.178188115 5.361183008 5.166451323 5.297911195 5.112241963 5.445910221 5.447283513 4.952691727 5.686826095 5.094297145 5.665009561 5.583817985 5.407883157 4.906812896 5.463760489 5.279355673 5.22708692 5.769457314 5.574978006 5.357368546 +LQ06X016360 Putative S-linalool synthase 5.355007474 5.07830489 5.710140093 4.875953112 5.386585907 4.858923111 5.024791299 4.689083034 4.857026961 4.848851523 5.384225631 5.049618666 5.079273808 5.254760464 4.865176679 4.998211672 5.259180163 5.270347927 5.4170073 4.867190612 5.027542347 5.234427223 5.612137817 4.859575711 5.232912892 5.04223124 5.071235162 4.87322827 5.150973503 5.09098224 4.909099467 4.964971811 +LQ06X016440 Putative Monoglyceride lipase 11.60748893 11.66356519 11.49032237 10.66246044 11.15930208 10.51544517 11.5379674 11.31867299 11.49045699 11.7728192 11.48155094 10.96722562 11.23413419 10.81508859 11.47978552 11.63996348 10.72946485 10.91860018 11.15265133 11.37246706 11.31537869 10.92906497 12.36920428 12.01476247 11.15139739 10.96730199 11.5751885 11.25781294 11.34265989 10.63833187 12.28847848 12.22491609 +LQ06X016460 UPF0559 protein 13.1808862 13.23397449 12.71663156 12.52437093 12.44170414 12.87295492 12.74518284 12.30063609 13.53154997 13.49022795 13.01413168 12.79472424 12.76699283 12.83508073 12.65054586 12.65375144 13.26933798 13.16256394 13.20372982 13.09721193 12.91524108 12.87088141 13.06032378 12.6861203 13.47378183 13.43925909 13.07661199 13.00347423 12.9302859 12.77092168 12.78573763 12.42769137 +LQ06X016490 Predicted protein 12.17060316 12.61366233 10.79790421 10.48111819 11.03345606 5.541734491 5.436242403 5.643676753 12.39842034 12.67978428 11.50827237 10.74988735 11.00934501 5.662833838 5.239540212 5.922006684 11.77995946 11.70909324 11.8145581 9.99085342 10.60440065 11.57800901 5.560018591 4.950172319 12.70052711 12.65784271 11.9150149 9.089008262 10.62416866 8.212093415 5.120178932 5.330594499 +LQ06X016500 AT2G31490 protein 5.787771206 5.940376772 6.087247982 6.46440539 6.493895376 6.183104787 6.460108645 6.353971176 5.945054328 7.319534827 6.138958032 6.198056401 5.839583445 5.880361185 7.797988279 5.806377391 5.515276348 5.642104825 6.182688625 6.435920073 6.03584025 5.581587673 6.191315245 5.825702263 6.066494642 6.037314062 6.286403299 4.945249354 6.005510328 5.34463681 6.099521234 5.884300822 +LQ06X016510 Pentatricopeptide repeat-containing protein At3g02650, mitochondrial 8.126632761 9.023588706 8.36389294 8.088198409 8.205801607 8.337936292 8.459168157 8.342921969 8.765034631 9.258007115 8.36018725 8.448106494 8.411736826 8.409180067 8.655806031 8.25180095 8.121804842 7.241976237 8.5380683 7.105560256 6.952397007 7.763236202 6.841487583 7.497247783 8.796846526 7.874808596 9.330654901 7.609476881 8.155943856 8.00581935 6.761918539 8.142973439 +LQ06X016520 Protein STRUBBELIG-RECEPTOR FAMILY 3 11.31429216 12.07147299 10.77113451 11.3084296 10.37322628 10.1858871 8.795923486 7.824324289 11.68278284 12.03955727 11.4649936 11.05609417 11.36724328 10.61027573 9.333585226 9.5624005 10.91011501 10.69894169 11.45045603 9.894381541 10.60157895 10.73012398 5.482865432 6.843116466 11.58238092 11.5462158 11.51715832 10.08487623 11.00696685 9.900216342 7.999537005 5.81796037 +LQ06X016530 Katanin P80 subunit, putative 4.790430657 5.110124521 4.596867165 4.808845122 4.832168567 4.804776605 4.74498722 4.759059452 4.742276226 5.248912687 4.662057372 4.635205176 4.80970823 4.727360843 4.720518935 4.810501216 5.270586982 5.015454015 5.476569874 5.033085766 5.214419799 4.476677911 4.447012258 5.077072058 4.470300372 5.050076878 5.778619984 5.227163889 4.876643606 5.037736372 4.918696739 4.867844368 +LQ06X016550 Predicted protein 4.510695488 4.929064891 4.895199048 4.677548687 5.001639314 4.655986382 4.745933268 4.806054394 4.579665688 4.712655478 4.871277083 4.858688425 4.743204214 4.716852508 4.649111061 4.947168289 5.327268056 4.774092028 5.196084218 5.369042752 4.661180779 4.851456958 5.093996584 4.914272705 4.762949486 4.491083063 5.456235142 5.252979497 4.767110079 4.907171409 5.533093547 5.066242542 +LQ06X016580 Secretory carrier-associated membrane protein 3 5.93858268 5.811166459 5.811182386 5.958347926 5.875186173 5.413455989 6.050389947 5.753111301 5.940369663 6.097445363 5.69328243 6.247744282 5.876419849 5.583397082 6.130937819 5.981036679 5.914904196 6.357840652 6.041379794 6.477365042 5.936468301 6.347799507 6.837481983 5.525897766 5.798035161 6.248713993 6.324576881 6.455014536 5.997613793 5.890172809 7.044080101 6.815735464 +LQ06X016600 PAP-specific phosphatase HAL2-like 9.006597667 8.66674442 10.04642009 10.68086828 10.21220323 12.46867426 12.91236196 13.29860673 8.802956996 7.676903617 9.960347457 10.54355275 10.13901653 12.64490355 12.77839544 12.98173027 8.556997504 8.647456804 7.170789563 9.910712533 9.50190053 9.825250643 12.90214693 13.1311663 8.127506749 8.150680759 6.854936281 10.30918535 9.443861401 11.67743662 12.67497642 12.88877072 +LQ06X016610 Hypothetical protein 5.877204869 5.457097337 5.507330782 5.693750793 6.967707827 5.751712138 6.176722506 6.143759937 5.776472792 5.874551505 6.234115186 5.957788197 6.141404237 6.562473957 6.586717348 6.872358924 6.032236928 6.267249598 6.252118694 5.751556588 5.808320194 5.948626839 7.122848359 6.807517892 5.849243032 6.36527225 5.907912071 6.827585759 6.082430126 5.906288651 6.701311136 6.719256979 +LQ06X016640 Putative Nuclease S1 5.542581515 5.460317135 5.577383559 5.804743646 5.588822474 6.041931231 6.170342846 5.352046741 5.655008387 6.275127305 5.65207927 5.72869405 5.713651763 5.846538377 6.675668651 5.850888693 5.536957563 5.375521461 5.663908358 5.393591361 5.158979294 5.536820669 4.844524927 5.209972151 5.245570072 5.438768935 5.762833532 5.104650243 5.732356603 5.356790664 5.35949477 4.852846253 +LQ06X016650 Putative Quinone oxidoreductase PIG3 5.247550074 5.037473593 5.42276046 5.337084511 5.470128986 5.149584549 5.391017032 5.004860144 5.567268826 5.683677076 5.516952533 5.170095446 5.523450437 5.608461343 5.485393112 5.373231756 4.982751421 5.685253973 5.597988316 5.446413048 5.539790827 5.27488155 5.62174003 5.504454346 5.343900522 5.741834198 5.346978136 5.270144009 5.539192179 5.321492624 6.175869924 5.236508192 +LQ06X016680 Putative Transmembrane protein 184C 4.907039109 4.943646227 5.416146625 5.028819481 5.373315782 5.082287779 5.016245729 5.055428213 4.999156603 5.051391572 5.046507379 4.92696688 5.402197713 5.173266085 4.950331723 5.045932821 5.166522947 4.917652559 5.009003778 5.091197599 4.991998967 4.956707629 5.255041181 6.52070829 4.739946807 4.915209465 4.819283823 5.042938411 5.18963993 4.888062677 5.07303279 5.861167784 +LQ06X016710 Hypothetical protein 5.885618884 5.678772673 5.526331574 5.639457398 5.6624539 5.194133479 6.270939289 5.614783369 6.087346869 6.075209403 5.515543086 5.562838147 5.603745122 5.235686745 5.483247814 5.27503878 5.195925047 6.052286916 5.606672373 5.54526823 6.024795179 5.299510921 5.351118202 4.863037482 5.517052248 5.895262418 5.440989004 5.291966665 6.008174051 5.326305763 5.025854397 5.19685586 +LQ06X016740 Pre-mRNA-splicing factor SYF1 6.414264034 5.922942176 5.844392028 5.968974961 6.175794177 5.590606338 5.90255465 5.793195169 6.247647956 6.554907451 6.178928596 6.047605536 6.839299117 6.610751895 6.409067902 6.365147545 5.781263523 6.239888348 5.721560505 5.758588687 5.41064582 5.96065021 6.029603009 5.845270249 6.000223721 5.848952572 6.137442582 5.587251166 5.611624962 5.86677021 5.828350927 6.135231312 +LQ06X016750 Vacuolar protein sorting-associated protein 28 homolog 2 12.1952356 12.24558775 11.93819448 12.16720048 12.52141223 12.26870998 11.97476103 12.16328769 12.4132422 12.40605539 12.01731897 12.19966365 12.7047205 12.48905063 12.02185421 12.16387522 12.85793265 12.72252134 13.38067543 12.38010522 11.94175193 12.69950111 12.23017405 12.57607059 12.74571882 12.6008784 13.29389449 12.31929774 12.00009048 12.98566771 12.32818106 12.60991336 +LQ06X016770 B3 domain-containing protein Os07g0563300 7.51390952 7.691878846 7.315332155 7.919311482 7.88080075 8.227286874 8.404147796 8.60252019 6.894859295 6.511546277 6.392800125 7.561546991 6.619471752 7.724642612 7.016050264 7.479417307 7.967856151 7.144501691 7.535742866 7.287969602 6.691112082 8.212867938 6.933429354 9.304373431 8.061078437 7.493350492 7.947992961 7.607262438 7.627881367 8.459342856 6.360414351 9.880101054 +LQ06X016800 Putative uncharacterized protein 9.200381379 9.664347371 9.117467836 8.668403794 9.289880691 8.822986379 8.78245837 8.590699169 8.813428566 9.034695804 8.725872679 8.657995806 8.608821154 8.910215528 8.931207903 8.786555286 8.576431147 7.341146462 8.312584074 8.634640144 8.395019832 8.899824455 7.095229428 10.1666595 9.449369679 8.603850596 8.735735988 8.801035985 8.824291818 9.906055369 8.650245298 9.579608717 +LQ06X016810 Anaphase-promoting complex subunit, putative 5.747642158 5.898891592 5.556671582 5.8470509 5.532163178 6.449653792 6.553803506 6.549129905 5.457906152 5.477136263 4.990910419 5.72591103 5.41196612 6.389833393 5.931918097 5.772826629 5.866942278 5.212125902 5.283283721 4.895079287 5.897662067 6.394701465 6.069017692 6.2281558 6.257175028 6.228731975 5.138363089 5.6269799 5.970660903 6.535955177 6.266736574 5.873610357 +LQ06X016830 Riboflavin kinase 5.324782048 4.998066134 4.81226916 5.06914412 4.908603438 7.374929328 7.029305682 6.164677765 4.996686166 4.849552062 5.232247212 5.28488428 4.929079093 6.733744273 6.404063082 5.708477498 5.166593154 4.834953935 5.565184386 5.083679651 4.922781919 4.827903722 7.649343144 4.973061835 4.887845465 4.970884607 5.397509701 5.210093873 5.056793009 4.860766121 5.613763962 4.601218719 +LQ06X016840 Putative Telomerase Cajal body protein 1 10.45545946 11.07147891 8.956241697 9.559582101 9.245186472 11.48781877 11.32622692 11.33169267 11.0368385 11.2708886 9.777971638 10.13576504 9.590584106 11.73022047 11.38911364 11.73982623 11.68255366 10.91304951 11.42273675 9.645891874 9.613144611 9.831029914 10.2755865 10.29307839 11.73618662 11.24256715 11.30628437 9.978197855 9.156920122 9.928191458 10.36755613 10.53391305 +LQ06X016900 F-box protein SKIP27 5.081222599 5.508429958 5.447348605 5.174483021 5.282903288 4.976775953 4.916256722 5.415406986 5.21591493 5.742651041 5.290617674 5.116554261 5.04233023 4.935186343 4.906983139 5.523127327 5.482439703 4.986732508 5.270471391 5.343259479 4.979933046 5.292891232 5.240165997 5.497162932 5.109587158 5.342899587 5.655473828 5.692143243 5.171081268 5.377551002 5.593635636 5.956942775 +LQ06X016930 Putative External NADH-ubiquinone oxidoreductase 1, mitochondrial 5.111185151 5.214072275 5.80175615 4.81117392 5.702920167 4.938659278 4.756062697 4.982771897 4.950030474 5.034505154 5.820098068 4.654168256 5.504076337 4.880240679 4.7516151 4.862937793 5.002179432 4.998818569 5.246622461 5.252274771 5.734183497 5.178930171 5.942372505 5.580051716 5.191275474 5.467689393 4.974602173 5.246022428 5.583126416 5.339226627 5.884629308 5.026670235 +LQ06X016940 Protein TRANSPORT INHIBITOR RESPONSE 1 5.33172033 5.402874644 5.808460986 5.752823594 6.243788921 5.261760357 4.983682771 5.113620414 5.355308803 5.03721424 6.939726305 5.829959552 6.02975169 5.437813551 4.791582737 5.173957361 6.146601149 5.050364883 4.777586118 5.475512133 5.55137884 6.834961761 5.228860264 4.950513918 6.511492149 4.852440506 4.918770223 5.996472956 5.806562348 6.060923552 5.126769188 6.274970666 +LQ06X016950 Protein TRANSPORT INHIBITOR RESPONSE 1 11.46379477 11.64978372 11.17712276 10.73588064 11.41987692 8.253585478 7.304829565 8.519434166 11.28948479 11.27944196 11.29582026 10.82193613 11.45660345 8.865992708 8.707074889 9.64969758 11.32846153 11.22689302 11.34547745 11.550657 11.35109322 11.82055182 7.825319046 9.604922617 11.5571458 11.12204489 11.46258048 11.71425321 11.89172377 11.21842978 8.854292771 9.904502721 +LQ06X016960 Putative Dynein light chain LC6, flagellar outer arm 13.10563004 13.40721237 12.77291803 12.39803496 13.10819402 9.342688632 8.965468375 10.12170809 13.13043978 13.18597482 12.95476102 12.71596835 13.43306363 9.926602486 10.22311845 11.49312522 13.03657826 13.15623348 13.57371474 12.80633867 12.9664381 13.5037737 9.516178486 11.16073738 13.44274282 13.07268381 13.74688671 13.47288917 13.00926612 12.93316511 9.131905537 11.2426053 +LQ06X016970 Putative U-box domain-containing protein 4 5.560443374 5.561299516 5.578633133 5.173346526 5.645828068 5.228618298 5.116854663 5.014742203 5.91108596 6.123612201 5.414519951 5.452003642 5.578402294 5.384571079 5.104987389 5.019722237 5.792588839 5.735162769 6.49176294 5.368465762 5.685819894 5.721040789 5.632302605 5.536451222 5.962589389 5.706348044 6.688269067 6.208833719 6.440566285 5.655438298 5.117634116 5.613926173 +LQ06X016980 Sugar carrier protein C 12.82876294 12.06087346 13.5048809 13.11180609 13.58757572 11.62112696 11.69662259 12.42438597 13.29731264 12.50419762 13.75930108 13.94916428 14.26276049 13.05313725 12.50099631 13.32189173 13.09496579 13.08358732 13.09764685 13.25570282 12.96471465 13.73132797 12.06591537 11.91073584 13.10996963 13.69151743 13.31807216 13.81678912 13.98490273 13.93285351 13.33519509 13.12315715 +LQ06X017000 Predicted protein 5.613137717 5.21502489 5.009174136 5.488163217 5.38852342 5.320539621 5.636152797 5.687156531 5.398595757 5.875354681 5.111233162 5.390807286 5.410095237 5.12947313 6.458825595 5.277531279 5.291111529 5.932297879 6.495506277 5.184704442 5.865180182 5.768636342 4.839224702 5.265055886 5.369174241 5.700744781 5.795787105 5.678989442 5.642203095 5.254129122 5.353193944 5.393667026 +LQ06X017020 Predicted protein 7.170098734 7.330570161 9.166514221 11.33373687 10.3911262 13.36402547 14.45385825 14.18874318 6.047880105 5.926214035 7.942511444 10.53639789 9.071069062 13.18212465 13.9746319 14.12739698 10.36535033 10.55069866 7.137276815 9.15204881 10.25453558 8.726456866 13.52798591 12.7126121 7.180229278 6.212706189 6.997738161 8.692380893 7.36038042 9.963847751 13.28871606 12.71930729 +LQ06X017030 Putative PAP-specific phosphatase, mitochondrial 11.52171483 11.26329592 11.6356412 11.72967716 11.4810727 11.67389885 11.55411003 11.64232603 11.78926426 11.59529552 11.93524707 11.85377799 11.55681088 11.77534239 11.73241099 11.81816471 10.46949407 10.31394334 10.57269935 10.70683732 10.66581755 10.80818791 11.16614789 11.02473395 10.7714987 10.54376242 10.33756627 10.68783703 10.11000746 11.20603537 10.73256735 10.63756305 +LQ06X017080 ATATH13, putative 5.679151488 5.662101073 5.807559545 5.515423636 5.363637899 6.185524905 5.258446374 6.294433926 5.811458773 5.329912557 5.776236314 5.390934836 5.82107839 5.681810339 5.883395432 5.855223409 5.257561156 5.624945296 5.315574089 6.19303285 6.083059415 5.494650928 5.50662989 5.948022196 5.358905344 5.643435036 5.977751273 5.358735317 5.530144744 5.666226201 4.946897893 5.619372209 +LQ06X017140 ATP binding protein, putative 9.734225358 10.37201922 11.67838657 11.164491 12.2046322 9.986319256 10.29987836 11.95052229 10.46659949 10.36048943 11.81076019 11.47852826 12.5951637 10.8512259 10.78316507 12.1882372 8.305605859 9.775567118 9.725333906 11.39055923 11.56040644 12.25953721 12.24944221 12.29517928 9.904822804 10.79651982 11.13159166 12.6927437 12.49293893 12.13928058 12.37140434 12.77711543 +LQ06X017150 Putative cyclin-D6-1 5.769293203 6.042306459 6.157757764 5.413971612 5.618205422 5.46451095 5.301356937 5.44767892 6.347304014 6.902714302 6.38904714 5.227382785 5.410280232 5.307980632 5.371295923 5.414838927 5.637843657 5.763425385 5.062339074 5.506848761 6.292122481 5.942994703 5.368946123 5.454906077 5.956105812 6.212742255 5.572134519 5.157644253 6.85169764 5.463923768 5.317806811 5.275800477 +LQ06X017180 Putative Nitric oxide synthase-interacting protein 12.01418041 12.60902302 11.82401749 12.17416905 12.334783 12.17540265 12.14295134 12.26556277 12.33557194 12.56580101 12.04720141 12.15972693 12.3709946 12.2939855 12.28488364 12.31865148 12.50590409 12.60736004 12.86420085 12.27783016 12.3734604 12.58499313 12.18273222 12.37098806 12.58477596 12.30653826 13.01606436 12.26890727 12.48912588 12.7064409 12.46043573 12.38226288 +LQ06X017320 Putative serine/threonine-protein kinase receptor 12.78444708 12.8268549 13.10597052 12.91595756 13.19321926 14.37552764 13.24070046 13.45048559 12.93464242 12.51616547 13.12602378 12.99974255 13.33549654 14.1300793 13.51158107 13.98463235 13.02546028 12.85601108 12.28778051 13.01026361 11.98883541 12.40531806 12.89501134 12.38670393 11.85694461 11.10643074 10.78068721 12.56719428 11.49875683 12.80728944 13.20475386 12.22929885 +LQ06X017420 Flavoprotein wrbA 12.19825505 12.1799546 11.5068302 10.81813138 10.73048431 8.672753103 7.678228868 8.169626693 12.19132143 12.6335114 11.85202243 11.15908084 11.60950408 9.001841542 7.565670508 8.739703526 12.33832388 11.0942283 12.90394335 11.27699618 11.07743359 11.209837 6.901346913 7.398371061 12.62836786 11.52897711 12.45397511 10.70471217 11.12843682 9.401748305 6.633364315 6.1866915 +LQ06X017430 Putative Transcription factor bHLH112 9.508552414 10.79336204 9.55464513 9.119466507 9.604185924 9.78350202 9.371627596 10.53777842 9.427747721 9.803924813 9.733455026 9.132725514 9.669809509 10.04617308 9.385069356 10.57178235 10.75569907 10.60045715 11.01038406 10.50151735 10.97996468 11.39701422 11.18993051 11.3357285 11.23062303 10.96166238 11.21575719 11.45401809 10.70255528 11.03676841 11.05419433 11.50363609 +LQ06X017440 Stromal antigen, putative 11.55627716 12.16679509 12.12352291 12.66359141 12.23070774 11.13675578 11.50472683 11.19959409 11.97581026 12.09117661 12.23385312 12.60205601 12.70111322 11.30334451 11.90265277 11.70937077 11.36693816 11.64844878 10.86792261 11.49323459 11.41483 12.35796199 10.26621621 11.64311559 10.9710525 11.72598841 11.27258727 11.55179704 12.30518199 12.11533814 10.21221324 11.58273775 +LQ06X017480 Putative Pentatricopeptide repeat-containing protein At3g13150 11.66630981 12.49001221 10.42879929 11.14968672 11.0509455 12.0305301 11.98246353 10.86267233 12.09478304 12.85257265 11.22784888 12.21663731 11.80120022 12.44383611 12.3250809 11.88529287 11.83777158 11.8874448 11.852298 11.07455437 11.54690548 10.33882249 12.25266211 11.79805812 12.30794197 12.51515444 12.25014091 11.02810017 11.47587842 10.82407483 12.37670921 11.53930998 +LQ06X017560 Sister chromatid cohesion 1 protein, putative 8.708708046 6.889998135 8.094279854 7.104746696 9.400709651 8.016289635 6.446056279 8.714999537 8.30677697 7.607265978 7.907308582 6.81378965 8.496033998 8.245717142 5.568909539 8.497039845 10.06330998 9.798489425 10.74831354 10.51264478 10.52209215 6.635421498 11.64988644 10.74807563 10.10153285 9.831774086 9.909304628 12.23315946 10.34970434 6.724897008 11.25731945 10.69026564 +LQ06X017640 50S ribosomal protein L13 11.74559552 12.55788687 11.11868343 11.28361813 11.00959534 11.34289268 11.52582848 11.0841415 12.0724576 12.46135577 11.57629157 11.72806573 11.46183591 11.34737645 11.55738908 11.52042255 12.5951629 12.43210332 12.5439914 11.8808295 12.03221203 12.04998473 11.71515989 11.77341761 12.76019427 12.8532406 12.88357181 11.81037389 12.19646128 11.88608411 11.89628215 11.70345745 +LQ06X017650 Type I inositol-1,4,5-trisphosphate 5-phosphatase 1 11.46497822 11.39533762 11.52930547 11.18408029 11.2656273 11.58652927 11.75677707 12.09343747 11.35395158 11.32182777 11.4129864 11.28948663 11.27552678 11.58921111 11.68018393 11.54385897 11.71107245 11.82723353 11.20812152 11.41282644 11.59747622 11.88596843 12.255224 11.75034397 11.25992691 11.35937529 10.8526477 11.77731836 11.00723926 11.13083497 11.98698749 11.70903673 +LQ06X017660 Putative uncharacterized protein 5.418806594 5.456343139 5.515324892 5.385265369 5.4174713 5.439877053 5.629350946 5.121201669 5.43921448 5.806823938 5.076732489 5.530271046 5.39419229 5.312726796 6.349991913 5.600244224 5.661068597 5.514474781 5.522830298 5.174547849 5.711953916 5.489692089 5.106329759 5.802000093 5.537790241 5.186545942 5.892552907 4.948118049 5.404853575 5.037644398 4.911378948 5.90760654 +LQ06X017680 Predicted protein 11.3258399 11.97374773 11.18985862 12.07099658 11.13697301 11.77728392 11.75977948 11.57378226 11.81670421 12.41459887 11.66420333 12.06600798 11.56413132 11.68429989 11.84205003 11.66321534 12.26134526 11.78797841 11.44717359 11.69053705 11.11637946 11.94320852 11.64660582 11.24156968 12.4057803 12.10014631 11.47041273 11.73939903 11.16724381 11.56830792 11.40013688 11.1782989 +LQ06X017920 Putative Linalool synthase, chloroplastic 7.350546158 7.085027608 6.76141961 7.32917198 8.115686625 8.280049903 6.127233591 8.327664749 6.916758563 7.096521059 7.932121397 8.666709145 9.19105805 7.651089293 8.72047775 10.30577726 9.895583626 9.64260848 9.798023194 10.51202313 8.112647721 10.02780915 9.426521243 9.017872576 9.743219854 8.243288856 9.611649864 9.42740596 8.063168104 9.683174365 6.577745659 9.268175839 +LQ06X017950 Predicted protein 5.521672136 5.52245475 5.64035651 5.581488459 5.784739504 5.247621166 5.410385582 5.540151458 5.535271087 5.867142138 5.928729515 5.544193944 5.360583588 5.402575782 5.95266137 5.413306833 5.503029077 5.88692438 5.917684186 6.027426412 5.722147248 5.580556346 6.220470585 5.450004613 5.520739797 6.335442943 6.246646612 5.887963566 6.093770204 5.694112343 6.620349414 5.093150966 +LQ06X017960 Putative BTB/POZ domain-containing protein At5g48800 9.33563579 9.941953936 9.374472257 10.41664446 10.18593289 10.61164043 10.27992592 10.65557181 9.791058038 10.09229678 10.28545667 10.78309782 10.30012789 10.87242166 10.4358037 10.93933564 8.911687048 8.629026345 7.703882008 10.00378405 8.676958728 10.45357422 8.506115959 8.885127782 9.268848138 9.181991432 7.396404954 10.98758795 8.859173064 10.40065209 8.633785874 8.601331567 +LQ06X017970 Putative uncharacterized protein 6.030433931 6.245469269 5.705772567 6.308304107 6.321667462 6.246761267 6.844355748 6.233341796 5.890017379 5.893770098 7.164570141 6.322645658 6.734915263 6.273230187 6.343033572 6.278433109 6.337209769 6.353834161 5.780328336 6.331506124 6.073081427 5.922859089 6.513691865 5.653148659 6.104927454 6.407474822 6.266697799 5.596704972 5.78967119 6.732467609 6.483349591 6.112082721 +LQ06X018030 Leucoanthocyanidin reductase 14.93102955 15.12575936 13.5198432 10.68794269 12.57579234 11.48036163 10.17719195 11.08561299 14.6423187 14.52635142 13.96590559 11.40949657 11.93326942 11.48126735 11.01628071 11.18493918 14.80076097 14.06439285 15.33387495 13.87534196 13.04180218 13.68571681 11.0483269 10.86709961 14.95026311 14.41005303 14.40131885 12.0898591 12.61511748 9.772143858 10.51980807 10.07353445 +LQ06X018050 Predicted protein 6.155356709 5.645764273 5.348428801 6.165777146 4.909276929 5.810558112 6.015858334 5.367931265 5.971815719 5.463840439 5.218768109 6.032532632 5.69320049 5.696250607 5.808236455 6.157845086 5.313986064 6.087629345 5.504799963 6.119619127 5.501165901 5.838185365 5.208550576 5.795959184 5.31929105 5.34020765 5.796314232 5.264582678 5.470439798 5.678734988 5.730690592 5.389452135 +LQ06X018070 Protein H2A.7 6.286494113 6.080203223 6.918225318 6.470730305 6.309170243 5.842393643 6.409532967 6.297138363 6.247457506 7.751983944 6.305423594 6.42854339 6.761923085 6.084499141 7.062981091 6.182769818 5.514796003 6.197395419 5.697482099 6.536750608 6.826884308 6.065726525 6.270394928 6.300035934 6.257731511 6.19940496 5.805613654 5.928394069 6.008218784 5.880958913 5.615614412 5.681967046 +LQ06X018080 Oxygen-evolving enhancer protein 3-2, chloroplastic 15.63227539 15.5594366 15.38780869 15.42271734 15.64824605 15.19539537 15.52536684 15.46100332 15.45035715 15.22188349 15.4172607 15.62217322 15.54360655 15.52490464 15.32644415 15.63171202 15.11263753 15.40196255 15.23782251 15.26270027 15.52594933 15.38143232 15.5288736 15.43842459 15.12998877 15.37899402 15.4493853 15.35716811 15.42362154 15.65501326 15.41150406 15.48783617 +LQ06X018100 Thioredoxin-like 4 5.977961882 6.258942143 6.191038961 6.082589916 6.355030861 5.673737623 5.941780455 5.895524457 6.149756927 6.584935329 6.546943711 6.038392803 6.475941131 6.32299677 6.54054698 5.858690585 5.948056014 5.924767404 6.864603597 6.337569415 6.594157533 6.230987551 6.935085251 6.808195238 6.207560252 6.037440483 6.699443849 5.891355271 6.24742047 6.307005981 6.545546785 6.536461988 +LQ06X018110 Transcription factor ILR3 6.130622906 5.743358315 6.924310421 6.150711651 6.168644948 6.195997256 6.201714077 6.683686298 6.297714798 5.572895772 6.878153108 6.267893146 6.015400029 6.282437051 5.924320328 6.321491168 5.814433133 5.639536023 5.832517774 6.044828091 6.704981292 5.78549135 5.656152607 7.242886669 5.579285117 5.817104975 6.694978365 6.16914183 6.636365666 5.987660765 5.576937695 6.104889101 +LQ06X018160 Putative Cysteine-rich receptor-like protein kinase 29 5.47505414 5.847846592 5.602380258 5.923213104 5.293883487 5.164064487 5.888743464 5.60316334 5.801758638 5.871785184 5.912340394 6.233479024 5.867542093 5.499239838 5.592953707 5.815136797 5.676297799 5.697288915 6.128892834 5.77135597 5.916468553 5.654365074 5.051727292 5.811193523 5.285123681 5.680866833 6.35331734 5.261713362 5.430481095 5.327975866 5.012301885 5.087148195 +LQ06X018190 Hypothetical protein 6.238274899 6.181513967 5.788518088 5.794334114 5.950258989 5.779222643 5.657687914 6.802818611 5.798436781 5.7766712 5.680657399 5.626575456 5.811243775 6.334129259 5.288288413 6.15517469 6.227209238 6.11002563 6.217896344 5.871706074 6.037257392 6.277793885 5.534301342 6.039243104 6.75507571 6.632488146 7.308515172 6.85578711 6.76503187 6.496754277 5.84784293 5.996421103 +LQ06X018250 Putative Cysteine-rich receptor-like protein kinase 29 5.162555654 4.73190666 5.408725813 5.798547494 5.677330343 5.238966845 5.364725542 5.526907807 4.962921172 5.116689968 5.395005821 5.859380283 5.519007351 5.084608411 5.495633248 5.386657552 5.452927811 5.347959777 5.358875087 5.556370166 5.617441575 5.453282622 5.409117458 5.55147592 5.221922598 5.231602347 5.16177344 5.216171318 5.240048655 5.448128126 5.7593283 5.580645169 +LQ06X018290 Putative Cysteine-rich receptor-like protein kinase 11 5.837209021 5.810687386 5.805056176 5.937905348 5.61441993 5.337786587 5.492053608 5.691066131 5.892997855 5.574691285 5.659981933 5.722639483 5.549998064 5.724159368 5.337448928 5.602477522 6.100407047 6.287308066 5.842614291 6.04138957 5.941032889 5.928944085 5.667468325 5.131170679 6.203618461 5.830989622 6.180152164 5.545106955 5.524642777 5.537496504 5.498722057 5.670909344 +LQ06X018430 Cysteine-rich receptor-like protein kinase 10 5.710212241 6.449018545 5.958705839 6.7510782 6.044596746 6.855790518 7.100544482 7.157060161 5.968883645 5.567138855 6.050191696 6.75875118 5.929668 6.842916744 6.320438237 7.124102425 5.565345978 6.439389239 5.413727429 6.343597035 6.197573037 5.738623767 6.015042826 5.478884553 5.510325887 5.937855715 5.452230276 5.890651128 6.150550605 6.128490979 6.502510807 4.995237442 +LQ06X018560 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, putative 5.157580873 5.606075169 6.057888852 5.747575469 5.670760085 5.571425102 5.700146678 5.40009446 5.562260559 5.095686854 6.088029685 5.936288189 5.83758134 5.27854283 5.635254104 5.68462854 5.418823723 5.637365246 4.909955785 5.857206767 5.885005785 5.745524361 5.58775854 5.327157064 5.499991366 5.540088177 5.295968571 5.570374355 6.293021734 5.947391071 5.399934543 5.351630789 +LQ06X018580 Putative uncharacterized protein AT4g05220 5.786614296 5.910274984 6.033053887 6.110142978 5.571764697 5.891979215 5.921999399 5.705274053 5.836468527 5.566578271 5.329636285 5.750076845 5.69365789 5.428962164 5.645206714 5.484378372 5.582321099 5.654525551 5.664550564 5.670097039 5.707078181 5.860949165 5.701626301 5.706240672 5.704005241 5.709425113 5.517077192 5.87632106 5.294774355 5.949324742 5.286038078 6.076332474 +LQ06X018590 Predicted protein 5.849955854 5.220590811 6.193102799 6.112391869 5.841566044 5.771472416 5.750959025 6.025501015 5.765347634 5.400650224 6.270873957 6.411712747 6.579784787 6.038906426 6.89700422 6.025497943 5.646626069 5.934439852 5.249220768 5.517434194 5.497769633 5.405309154 5.767981246 5.938687863 5.480272586 6.090095796 5.74721166 5.458095488 5.59700419 5.804124593 5.299938323 5.435881736 +LQ06X018610 Gibberellin 2-beta-dioxygenase 8 10.54606013 9.57945961 9.278192812 8.589601205 8.477086676 11.95054789 11.15538425 7.484254486 10.32149244 9.368680109 9.892431796 8.7852234 9.640377506 12.35222275 10.76438432 8.403531375 10.36774767 11.84724381 11.07201685 11.01121187 11.3725701 10.31116673 11.39317724 8.560982651 11.08244452 12.04054386 11.58117787 10.45825037 11.62886679 8.023366043 12.98124756 9.221470727 +LQ06X018620 Putative DnaJ homolog subfamily C member 25 12.11585478 11.68873505 12.04460663 11.87092723 11.65600847 10.80681345 10.87441009 10.32964959 11.94545465 11.92868398 11.98791522 11.68155374 11.71229685 10.70610706 11.02787831 10.58683959 11.54206646 12.03158799 12.0023477 11.63705173 11.45911333 11.26426376 11.27519054 10.86586713 11.40299241 12.01178172 12.07045868 11.63538113 11.70364943 11.27064174 11.10043331 10.97985718 +LQ06X018641 Ubiquitin 14.61673909 14.87879742 14.70805547 14.7006778 14.90898047 14.47567531 14.53104915 14.87970766 14.55062791 14.6935579 14.99297324 14.9449826 14.89607136 14.87855117 14.97759267 14.7765088 14.8181767 14.25668829 14.88838072 14.92027539 14.67312772 14.97945414 14.8995483 14.88129813 15.00742089 14.72971822 14.59989069 15.07353154 14.85749694 14.73144298 14.75250621 14.96455399 +LQ06X018660 Cysteine-rich PDZ-binding protein 13.048956 12.91248907 12.80359878 13.58987391 13.38224109 13.7555143 13.45634075 13.88020442 13.2364308 13.43157365 13.33790166 13.78808681 13.45827437 13.85510857 13.70507697 13.96894112 12.70550633 13.00210741 12.312002 12.00244548 11.99069751 12.83789561 12.10014259 12.27408296 12.78805459 12.96516911 12.25327676 12.39916728 11.24160389 13.04805194 12.14533682 12.41761899 +LQ06X018670 Probable xyloglucan endotransglucosylase/hydrolase protein 8 5.880131824 5.891595439 5.237050743 5.843046995 5.51516317 5.678152188 6.267632985 5.972363233 5.980789113 5.881896525 5.63961087 5.901040093 5.825630448 5.646032328 5.543292763 5.784027461 5.550676134 6.057878444 5.805538076 5.527352344 5.623671343 5.626604861 5.018941562 5.410065698 6.322655034 5.811258218 5.890722494 5.525645822 5.52900246 5.481839615 4.856318378 5.288649212 +LQ06X018680 Thiazole biosynthetic enzyme, chloroplastic 12.55721028 13.55696499 14.09128505 14.94344592 15.00182892 12.812896 14.80962353 14.07479644 13.17323139 13.55445793 14.35653257 15.09378355 15.10844936 13.96391032 14.95257055 14.97401754 11.56595862 13.05992078 12.8561129 13.4630987 14.23753148 14.69066368 14.95327142 15.14178674 12.71782707 14.14946698 13.72119071 14.7327654 14.88556572 15.41839419 15.13238638 15.34697146 +LQ06X018700 Putative Pentatricopeptide repeat-containing protein At4g21170 9.853233841 10.21907879 10.52344084 10.50085053 10.34690084 10.11483804 10.12774185 10.61890944 10.19198057 10.3649294 10.84932422 10.52782275 10.67267536 10.33389537 10.34989681 10.94116699 9.587992917 9.061749354 9.141710901 9.168758917 9.093562272 9.22728536 9.067431434 9.048948967 9.543671791 9.036177394 9.056377553 9.432632114 9.348744969 9.405839095 9.622682656 9.539842805 +LQ06X018710 Putative Magnesium transporter protein 1 5.557353901 5.547772497 5.618555479 5.516172364 5.565430901 5.472242149 5.358145034 5.493894751 5.690796348 5.799028788 5.693974873 5.451586931 5.948245815 5.747264807 5.682924733 5.816213276 5.825842538 5.355961361 5.351741556 5.531890357 5.73409797 5.571648727 5.113202282 5.606215099 5.75097093 5.081848926 5.536972537 5.46021097 5.344556431 5.422361117 6.048285515 6.010238122 +LQ06X018720 Nuclear transport factor 2 6.460242619 6.821988844 7.266127723 6.314072343 6.62348213 6.667339037 6.151120174 6.454542619 5.636275651 6.243216047 5.479971461 6.181296892 7.519252883 6.52395874 5.214894916 6.577499689 7.160782021 7.206390902 6.130098075 7.960459428 6.866427831 6.362767491 7.891748475 7.999470213 7.372683622 7.08086146 6.610887477 7.408623569 7.840543051 6.207744506 6.410351111 7.948781511 +LQ06X018770 Tryptophan synthase beta chain 1, chloroplastic 5.443696445 5.345937518 5.683621404 5.404168756 5.446317482 5.415888654 5.445471576 5.29243403 5.361300054 4.997524586 6.130690788 5.582562968 5.215148764 5.257993788 5.143418614 5.411435942 5.411206605 5.674127839 5.296398178 5.860954765 5.088377411 5.514195802 5.594272217 5.235130724 5.218632992 5.593526413 5.3947392 5.801599425 5.167932992 5.614931866 5.224228845 5.543649501 +LQ06X018780 Putative uncharacterized protein 6.885725429 6.673514413 6.83224846 6.529807536 6.77715769 6.108613279 6.403174175 5.858612467 7.069818061 7.148941428 7.414932282 6.613878883 7.008988939 6.028940234 6.730164676 6.099937226 6.52330399 7.400170899 7.138969248 7.701252234 7.894027534 6.898526555 7.508686264 7.615227819 6.498202707 6.951708395 7.247230359 8.060504692 7.514388608 6.837275841 7.208995076 7.72246085 +LQ06X018840 Beta-glucosidase 46 10.44462276 11.49023993 9.952268967 11.21052095 10.590226 8.166084366 6.887935091 6.574436699 10.76544845 11.39819889 10.3398396 10.99745247 10.28030397 7.698699653 7.70343515 7.25586556 8.436283533 8.162382741 7.791766144 9.052390563 9.839900658 9.78146384 5.159462581 7.314441206 9.935568881 9.337353844 7.528781983 9.750827149 9.958095962 10.59021816 5.848313095 6.014058814 +LQ06X018870 Putative Cytochrome P450 77A3 13.3345429 13.57344043 12.34308304 10.91242118 11.65738033 5.71191181 5.388950613 5.998296373 13.19945695 13.21626267 12.39897576 11.21032037 11.8074978 5.709957852 5.177582323 6.803244465 12.78144642 12.95001629 12.89772139 12.44647692 12.51112253 12.47498402 5.55681666 5.761070303 13.45866539 13.31649558 12.94485589 12.08721193 12.59325675 9.107249041 5.105255475 5.339460184 +LQ06X018880 Putative Adenosine deaminase-like protein 12.69021706 13.35797709 11.86808426 11.37773524 11.31762569 11.10636844 10.92797871 11.01196236 12.79075533 12.96474295 11.97051933 11.39674647 11.52318948 11.07678759 10.89871524 10.73312633 13.0750643 12.6316535 12.95426074 11.72538901 12.10609878 12.44800055 11.64660618 12.04310087 13.46606337 13.10964791 12.9211323 11.75522732 12.31922322 11.98961144 11.77614175 12.05358175 +LQ06X018890 Putative uncharacterized protein 5.919893511 5.811964611 5.331826619 5.564623739 5.873286865 5.950714816 5.716121027 5.640537397 6.102201974 5.302949626 5.770230284 5.918353654 6.161355666 6.089656207 5.774268612 5.834925119 6.096583787 5.65995993 5.628901115 5.433434929 5.952302396 5.477843276 5.386159064 5.554322239 5.693198909 5.593436598 5.57622912 6.088784729 6.08552631 5.704443566 5.525073801 5.306648835 +LQ06X018900 Predicted protein 6.091548314 6.391521537 6.357418509 5.754687026 5.675148689 5.501275137 5.743842751 5.742301943 6.054265334 6.554108282 5.918461163 6.009966994 6.209291612 5.749579481 5.50542746 5.755922989 5.423883902 5.587202931 6.69749342 5.609359626 5.915480017 5.62970008 6.088498379 6.655694766 5.871894923 5.781726351 6.986199233 6.149838381 5.859659506 5.851894045 5.68168448 6.335643053 +LQ06X018940 Tobamovirus multiplication 1 5.924409119 6.129660345 5.630770161 5.987984494 5.859310751 6.182396222 6.069762318 6.290757213 6.16416002 6.316799179 6.51483641 6.179687031 5.881143183 6.155051077 7.01444127 5.411652582 5.986859238 5.805530795 6.181701595 6.569825503 6.280675411 5.7268209 5.626732784 5.823025883 6.196352355 6.292654856 6.73936289 6.339305517 6.929288329 5.841541407 6.629148735 5.339582122 +LQ06X018950 Derlin-2.2 13.91814797 13.32970821 14.02674598 13.65150624 13.03347707 13.137765 12.89880303 11.97731498 13.29739993 13.50498805 13.61490685 13.04402243 13.25020551 12.62791159 12.54301627 12.58989335 13.57784518 13.34416079 12.65578966 13.77531096 13.76536136 12.91766959 13.46578966 12.78171133 13.26646457 13.22139061 12.84777629 13.19198131 13.62994831 12.5132956 13.33121568 12.79623943 +LQ06X018990 Putative uncharacterized protein 11.95079645 12.10688205 12.51129874 12.14253533 12.06882705 11.49060565 11.60698499 11.31082618 12.19788946 12.28582459 12.54433116 12.12600263 12.23114062 11.67747024 11.54641215 11.74978683 11.76790493 11.84457251 10.85519989 11.73149518 11.95027291 11.95824161 10.90931665 11.43196466 11.72234658 11.80467475 10.87018955 11.64973363 11.90496085 11.35609464 11.16394625 11.3212711 +LQ06X019000 Hypothetical protein 14.87859432 15.38292099 15.04849608 14.48233544 15.00805474 14.88342816 14.76732494 14.865388 14.84940311 14.78658908 14.88383457 14.408055 14.82066718 15.07325903 14.81984273 14.88679536 14.65943085 14.26966929 14.52220392 14.82017702 14.57497395 14.62300935 14.96041523 15.06520261 14.36198093 14.12469962 14.86452713 14.671626 14.88122204 14.67747247 14.94193173 15.09404935 +LQ06X019030 Putative uncharacterized protein 5.094339228 5.584392653 4.895628593 5.15924283 4.980167855 4.988949622 5.263070627 5.185493817 5.374824197 5.246803831 5.182896484 5.048860861 4.725344501 4.995151173 5.236120737 5.046689215 4.879098155 5.226695209 5.618182479 4.90588757 5.194187553 5.087435475 5.450330349 5.146521938 5.24619548 5.189497747 5.865243817 5.411604096 4.965663766 5.246672742 4.956618166 4.965763441 +LQ06X019040 UPF0051 protein ABCI8, chloroplastic 10.37288306 9.360137236 10.97273614 11.44012637 10.61843583 12.42680565 12.35444771 11.81753549 9.985508842 9.245428228 10.40062276 10.97882275 10.25004105 12.1727757 11.97467616 11.08410203 9.492409877 10.02910015 9.41960303 9.774361409 9.93779235 9.963135414 10.71209731 10.86550899 9.353397335 9.712623961 9.324530755 10.02658303 10.26933712 9.307744542 10.46000613 10.40397596 +LQ06X019060 Putative Protein TRANSPARENT TESTA 12 5.409074655 5.558498672 5.608491041 5.229848087 5.80379416 5.294727065 5.444531605 5.40691816 5.351511483 5.310864901 5.305592234 5.496913645 5.546995813 5.202950168 4.842400616 5.721698615 5.285538826 5.604360864 5.269696434 5.423953171 5.64982808 5.15206542 6.123593722 5.465704894 5.40636921 5.710420001 5.49593652 6.046881164 5.189907526 5.231781882 5.372974388 6.693414223 +LQ06X019070 Putative Protein TRANSPARENT TESTA 12 6.193691795 5.623904785 5.80896666 5.02331379 6.453417739 5.047783636 5.151125432 5.550165343 6.476576505 5.614291233 5.39370432 5.124986223 6.266896847 5.221735624 5.018768959 5.095296889 6.05702102 6.909702387 6.241937295 6.282087138 6.516522121 6.224541807 6.537258326 5.393003655 6.249365306 7.348631774 6.194995305 6.571280745 6.293414113 6.399658638 6.119780057 6.796236704 +LQ06X019080 Putative Protein TRANSPARENT TESTA 12 5.643369119 5.475521299 5.679510582 5.454197341 5.732590025 5.571005244 5.545232661 5.437456242 5.782892346 5.17509328 6.012846277 5.443923679 5.541845249 5.755658098 5.339894349 5.741261197 5.945434426 6.076087194 5.939828557 5.182385321 6.261907741 5.786260764 5.725981751 5.56552413 5.678927588 6.701055705 6.618923497 5.27957433 6.020642291 5.936937439 5.388441604 5.342034622 +LQ06X019090 Uncharacterized GPI-anchored protein At1g61900 5.525044823 5.987472708 5.838624761 7.098197099 6.372299876 7.287424046 7.016473957 6.29638793 6.252259468 7.398780416 6.676950946 6.705824804 6.603726897 6.549398789 7.382446741 6.691275847 6.130509206 5.514127635 5.195804507 5.948213266 5.312983599 6.601654317 5.75622439 6.196189453 6.438261798 5.286147226 5.285396155 5.490674493 5.961210559 6.151630471 6.284995499 5.750456806 +LQ06X019100 Putative uncharacterized protein 6.319015099 6.849584976 6.107916632 5.732600883 6.79285777 5.516640142 6.306863007 6.354144418 7.029583243 7.422210173 7.116954919 5.789650358 7.025923414 5.781842188 5.775213863 6.562352689 6.086398418 6.503700326 8.136374451 6.946165207 7.025518641 6.269715706 7.130986121 6.760069755 6.055515754 6.871635352 7.861727888 6.708652431 6.592375251 6.529102797 6.445009214 6.178743457 +LQ06X019120 Predicted protein 5.850974465 6.040029844 5.249451083 5.344394437 6.027319186 5.152379794 5.160550474 5.473043462 5.796283144 6.333402035 6.108562979 5.556147031 6.104391837 4.849493446 5.217992444 5.1108056 6.024433917 6.679643987 6.462646443 6.089248606 6.521347556 5.828379268 5.655779391 5.855155775 6.030153515 6.300981327 6.767402182 6.222506484 6.01067438 6.170739063 5.755721473 5.621740346 +LQ06X019130 Calcium-dependent protein kinase 21 12.08462406 12.41002183 13.12715295 13.35080629 13.03267459 11.43097424 11.68447735 12.2226269 12.57948364 12.2037664 13.57774081 13.46191258 13.53988327 12.26934744 12.29524378 12.16150823 12.39185286 12.2576066 11.6214946 12.78250782 12.59676801 13.05903148 11.53305084 12.29184703 12.35662698 12.32047128 11.62055849 13.14600132 12.83270182 12.755945 11.67126731 11.98765883 +LQ06X019150 Peroxidase 42 5.253691752 5.278033876 5.62769761 5.618430157 5.950919457 5.614080809 5.172719411 5.372655336 5.479773073 5.394594151 5.66676388 5.474739093 5.459125128 5.48294291 5.147501717 5.278966756 5.934360847 5.209334684 5.189281383 5.077690538 5.287216284 5.601629284 5.564272261 5.744963175 5.624284984 5.418713948 5.471184707 5.360036605 5.199373354 5.552660073 5.397525431 5.641928547 +LQ06X019180 Putative Probable tRNA(His) guanylyltransferase 6.565261161 7.532943312 5.850756775 6.567345677 6.770970334 7.036115343 6.640559275 6.624292141 7.241453743 7.694699609 6.467225184 6.827089026 6.65293177 7.211118437 6.547523656 6.109284663 7.678295336 5.983478973 6.189205027 5.638471916 5.789576119 7.11944332 6.338452752 6.14586144 8.139576233 6.379660869 6.579629936 5.711772455 6.209630708 7.63484361 7.225981825 7.580877277 +LQ06X019190 Putative Pentatricopeptide repeat-containing protein At1g11710, mitochondrial 9.738626219 9.829749305 9.192044544 9.688759217 9.076766896 10.51844129 10.56770875 10.40842404 9.826445916 9.825748305 9.618681035 10.10545263 9.553848891 10.61180125 10.49334023 10.80861516 10.14593849 9.850008608 9.927984275 9.376726428 10.00020509 9.912217658 10.98060127 10.31493388 9.975689454 9.62189532 10.0386915 10.23603887 9.91450188 10.39939983 10.88375056 10.30656834 +LQ06X019200 ATP synthase gamma chain, chloroplastic 13.549127 13.44909398 14.33054136 15.08029602 14.3500654 15.0593728 15.34881823 14.78077504 13.53367381 13.46753595 14.12694443 15.28034162 14.49358917 15.34385201 15.49349507 15.31140005 12.82952898 13.59599344 13.08654484 13.6937002 13.72529473 14.11505365 14.32596123 14.55522019 12.99898472 13.78170701 13.45277107 14.33222154 14.09677792 14.86592182 14.3633788 14.4450825 +LQ06X019230 Probable beta-1,3-galactosyltransferase 2 5.695015095 5.302696737 5.402407624 5.22671979 5.494666879 5.040701742 5.44915365 4.950894894 5.53547896 5.346720911 5.238831229 5.376277606 5.543768283 5.077527349 5.218782593 5.006165371 5.621821918 5.301004333 5.718723105 5.670922596 5.473293005 5.651888982 5.757938709 5.652676877 5.648503833 5.623042088 5.708426563 5.484199881 6.033314075 5.529412009 5.595719091 5.467401372 +LQ06X019240 Autophagy-related protein 8C 5.279952786 5.433337052 5.797939444 6.108512502 5.281516565 6.253440991 6.017652228 5.380532114 5.603095482 7.035356893 4.985423992 6.240081562 5.393104734 5.837573478 7.358677445 5.821447026 5.416913531 5.820139643 5.527860144 5.978513878 5.111649077 5.406938765 5.748859189 6.265993522 5.401677155 5.362558403 5.616643085 5.818086255 6.066718815 5.234889517 5.180546002 6.045684026 +LQ06X019260 Protein binding protein, putative 5.874750512 5.610145 5.066700791 5.053685819 5.282421448 5.312071751 5.255075237 5.257725639 5.706203385 5.358331603 5.417141501 5.151713245 5.533901902 5.297695649 5.10478398 5.366669099 5.760464217 5.4561844 5.865000341 5.418098576 5.344156784 5.595238644 5.463614131 5.30872274 5.705468977 5.737913291 6.09275876 6.566469727 5.262297008 5.679095189 5.518873222 5.652581391 +LQ06X019270 Hypothetical protein 7.531564601 8.00997046 8.55571056 10.20780588 11.13015986 10.86492978 11.57651454 13.97584458 7.091089546 7.741536737 8.335201869 10.34188498 9.987448368 11.28627001 11.69031719 12.36727821 8.865482766 7.269636352 8.318043894 9.516523045 8.497569705 9.052470575 9.847987444 11.73329456 7.55838851 6.894860854 7.210923813 8.749091353 6.930952811 11.26074392 10.58927853 11.66203374 +LQ06X019300 Putative lactoylglutathione lyase 5.413982296 5.319961932 5.684681544 5.06086061 5.280129043 5.925515327 5.457925487 5.562329365 5.644481087 5.738698499 5.138890761 5.35376821 5.343378197 5.941529438 5.671971389 5.763175596 5.049708782 5.169006813 5.067402023 4.769647103 5.069798826 5.085027342 5.107905525 4.935436839 5.574517221 5.499141073 4.925060222 5.240924533 5.061948263 5.125553449 5.194166352 5.799962213 +LQ06X019310 5-adenylylsulfate reductase 3, chloroplastic 11.5468731 11.32974895 12.14643326 12.64412539 11.28301704 14.48373984 14.5309436 13.60743416 11.87549027 11.3867936 12.31558254 12.25348027 12.29167848 14.1155987 13.39375056 13.13236414 9.866238539 12.3330768 11.11743531 11.38584183 11.98891707 11.9938326 14.08418327 13.90295092 11.51893297 12.70264541 12.04656331 12.13364646 12.68632085 12.45154475 13.72359169 13.68038095 +LQ06X019320 Glucan endo-1,3-beta-glucosidase 1 7.94792361 6.357135578 5.552469234 8.381044119 6.138528668 6.864144521 6.160997457 6.035110389 7.676029025 7.093200172 5.959525358 8.349044736 6.374055387 6.547462587 5.912788002 6.197931824 7.217271467 6.29182814 6.888922194 5.46147305 5.106929359 6.453399506 5.8551284 4.831730573 7.593393767 6.105256159 6.600926638 5.904999449 5.300189587 6.096508324 4.908635644 4.634072314 +LQ06X019330 Predicted protein 4.688072631 4.909026582 5.070007044 4.823046549 5.073729432 5.049896569 4.937516403 4.99674908 4.657468509 4.731750453 5.163765835 4.902649558 4.997910385 5.072769032 4.861219169 5.124337871 4.827661884 4.765117828 5.237731487 4.886209628 4.774505719 4.766191134 5.128801366 5.134408514 4.581114871 4.791960425 4.793483053 4.937418327 4.88013125 4.839933362 5.045679129 5.314644629 +LQ06X019340 L-ascorbate oxidase homolog 5.348012481 5.27550047 5.180024329 5.177309003 5.351790856 5.238738461 5.012738006 5.150496544 5.54536327 6.062776247 5.402693205 5.289097558 5.788712628 4.975737039 5.15056021 5.311439719 5.407453989 5.374546535 6.069014154 5.193421584 5.614468462 5.659903662 5.181846941 5.469388155 5.647373899 5.660129287 5.933895209 5.650859288 5.757986918 5.236466174 5.311128944 5.233422196 +LQ06X019390 Putative U3 small nucleolar RNA-associated protein 6 homolog 5.21578509 5.297257762 4.959818069 5.263135758 4.710541074 5.242375142 5.110102895 5.113381669 5.375917197 5.565413305 4.913350775 5.05439539 5.214367993 4.903873815 5.521385475 5.312359653 5.242092156 5.087425727 5.436771084 5.20223617 4.900926143 5.155040932 5.293078931 4.733126081 5.105058167 5.04346543 5.585391732 5.788237601 5.093941817 4.971346782 4.702217952 5.263316444 +LQ06X019400 Predicted protein 10.63589353 9.893040296 12.17137386 12.29516077 10.85902203 14.32246866 14.17575041 13.86531851 10.70850638 9.53210119 11.65152776 11.5938437 10.70690262 14.34676379 13.72995657 13.0816774 11.00217157 11.76958444 10.72547716 11.93449451 11.6422958 11.55500937 13.38528392 13.26383422 10.20994502 10.67078761 10.31168875 12.28476141 11.40687159 11.74753927 13.09605345 13.09271443 +LQ06X019410 Aminomethyltransferase, mitochondrial 13.59451111 13.08321628 13.74179737 14.46945766 13.44723079 14.76660247 14.91427882 14.80518056 13.29442108 12.65181344 13.38636889 13.97688099 13.37423546 14.8397535 14.68336516 14.62286952 12.33954763 12.43941881 12.43833424 12.55597506 12.36158761 13.20298938 13.81253095 14.2601998 12.68615011 12.86164006 12.51264802 12.95689592 12.7728561 13.80879425 13.89685716 13.81675862 +LQ06X019460 Peroxisomal membrane protein PMP22 12.55573975 12.19254261 12.0338805 12.65004952 12.39726394 12.85108711 12.63244219 12.56850247 12.39595402 12.60553151 12.44001933 12.82876326 12.72668494 13.01310813 12.53800469 12.92091902 12.30243005 12.10638381 12.16004243 11.93144219 11.47607497 12.51028518 11.78927187 12.46558443 12.94502976 12.4348874 12.11849676 12.18619298 11.6383299 12.33902452 11.42618225 12.29769134 +LQ06X019480 Bcr-associated protein, bap, putative 12.0598693 12.05474951 12.5356656 12.13340078 12.52791981 11.3106485 11.42308318 11.36844506 12.34490102 12.06804238 12.84131833 12.53646128 12.99710234 11.41440163 11.69886008 11.54570753 11.53497262 11.34922019 11.15811833 12.04704812 12.31437027 12.49290072 11.73734158 11.46091655 11.70264861 11.59271635 11.10668436 12.79037933 12.70971863 12.63059467 11.48078895 11.47031986 +LQ06X019520 Aspartic proteinase 11.83812123 12.3562233 11.93593399 12.53727313 12.0911988 11.71258492 11.63479161 11.97051023 11.63420635 11.8061972 11.56173596 12.17107221 11.57101286 11.61216001 11.59509572 11.4912152 12.79553182 12.98780128 12.76053179 11.99900799 12.17819278 12.77033294 11.59148819 12.30721056 12.39513424 12.5323251 12.45795349 12.3825137 12.39437832 13.05768483 11.28765599 12.31876013 +LQ06X019600 Predicted protein 5.451362953 5.672467299 5.942318653 5.480807272 5.85534843 5.75437225 5.703484796 5.538244169 5.439692116 5.090112715 6.60717853 5.595440839 5.840636253 5.404729971 5.24913604 5.419498567 7.243529881 7.122831072 5.684513804 7.654874521 5.340646739 5.870088207 6.412179519 5.825282206 6.044275953 5.398468036 5.345224645 5.393143337 5.827532774 5.730514416 5.414883339 5.88355297 +LQ06X019630 Proline synthase co-transcribed bacterial homolog protein 11.71311925 11.29544157 11.10349248 11.55426284 10.22859116 12.11024723 12.1360103 10.49813619 11.17943333 11.83462601 10.83539133 11.01704383 10.56916253 11.89998687 11.49315478 10.44330688 10.72303527 11.3695163 10.41453885 11.25124618 11.21873775 9.809642674 11.90445223 10.33053571 10.78003472 11.06896665 10.60396143 10.32923188 10.92860171 9.558579372 11.59903241 10.3680697 +LQ06X019660 Predicted protein 5.084401618 5.003762749 4.98203274 4.748795645 4.855891263 4.892667485 4.830411827 4.630944913 4.96036248 4.909334831 5.106088082 4.723885752 4.619885625 4.807282322 4.829675739 4.713418869 4.731810976 4.744845744 5.710672124 5.054078499 4.880604206 4.506730963 5.240962425 5.182256677 4.635285839 5.199584159 5.495631519 4.948134801 5.046387802 4.848348781 5.082563057 4.87981864 +LQ06X019780 Protein STRUBBELIG-RECEPTOR FAMILY 8 10.24269807 8.52789165 9.811353991 8.432645281 9.809527444 8.822396447 8.149084012 8.510036647 9.020969618 8.976615946 8.60641788 7.924343306 8.89312793 8.040742728 7.125378584 7.959733222 9.586726552 9.765949278 10.01988755 10.53741718 10.37101819 9.644437193 9.729999766 9.935528079 10.03536334 10.12419034 10.34923523 9.948940325 9.29625663 9.234482759 9.67133908 9.593273392 +LQ06X019810 Ebs-bah-phd domain-containing protein 13.16365965 13.47003254 12.34201433 12.31008803 12.05689268 12.52114793 12.53126814 12.16559628 13.13146759 13.26966606 12.26230983 12.19981968 12.14211395 12.43266971 12.49711733 12.3401046 12.87469184 13.43022266 12.4741316 12.21742829 12.60781249 12.29724961 12.24439623 12.46298645 12.98719274 13.15922847 12.95673808 11.58890055 12.2890541 11.91289147 12.12195059 12.58162826 +LQ06X019820 50S ribosomal protein L4 10.62501042 11.37606418 9.868410237 9.790439566 9.892961356 9.933772944 10.42507565 10.20878424 10.84535462 11.63029565 10.01955079 10.39473205 10.18353195 10.19310337 10.48941903 10.03736353 11.26114436 11.1140477 12.10272763 10.8385728 10.89416429 10.79268638 11.57394377 11.52241661 11.89736065 11.78635473 12.74899375 10.79350271 11.40437465 10.71044154 11.41113019 11.79448685 +LQ06X019840 UBA and UBX domain-containing protein At4g15410 12.13787805 12.40801991 12.29417395 11.75432072 11.98462216 12.15833497 12.08940841 12.10767594 12.25866129 12.33218037 12.28475641 11.85729786 12.17701082 12.32431287 12.01053116 12.22889995 12.2748063 12.36952606 12.75242895 12.92398663 12.86276642 12.34425464 13.11032973 13.17050289 12.3912241 12.31891881 13.02823403 12.75200971 12.88231543 12.04728278 13.14703471 13.27582928 +LQ06X019850 Predicted protein 4.954724564 4.939123493 5.02152206 5.000737168 4.957606884 4.877977563 5.066585495 4.675588898 5.023338473 5.008935844 4.671792817 5.147539425 4.908355703 4.692817935 4.812116075 4.939036062 4.692618791 5.04074409 5.02554122 4.62365363 5.326907457 4.862866911 4.632106539 5.813561655 4.88805545 4.890161879 5.128441774 4.850380554 5.210015299 4.799853067 5.055731514 5.428350815 +LQ06X019860 26S protease regulatory subunit, putative 4.776538177 4.733404366 5.412507088 4.738707231 4.762934894 4.984888774 4.924822769 5.075512464 4.78328864 4.757998946 5.143312592 4.733693067 4.764677824 5.137146634 5.39672286 4.95916111 4.726874126 4.751991675 4.998354543 4.637316476 4.805967644 4.994420399 5.312037694 6.135588536 4.844090487 4.848507314 4.654488716 5.521825411 4.864211083 4.840461565 5.320220437 6.1853606 +LQ06X019870 Putative uncharacterized protein 13.05358162 12.94058242 13.58552041 13.37851808 14.17115503 13.35522309 13.15902475 14.33583681 13.354821 12.94620589 13.62521784 13.54479662 13.98219096 13.40384417 13.91554933 14.16590622 12.60265708 13.38773229 12.68381981 13.6403409 13.57679761 14.05383024 13.1068752 14.06160929 12.79496302 13.43777025 12.86272906 13.78297641 13.85807132 13.67492172 13.27303967 14.01292014 +LQ06X019880 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit beta 14.97908262 14.85776679 14.81597379 14.49620413 14.69256707 13.46828607 13.38903792 13.37092693 15.11950334 14.99700247 14.88723447 14.5990292 14.86412676 13.33608449 13.58574131 13.22106241 14.44188935 14.36003054 14.40112783 14.69741313 14.24824088 14.80600517 13.46563669 13.57075977 15.20927545 14.82926725 14.47943454 14.79615731 14.86313868 14.59572416 13.4648207 13.44845589 +LQ06X019930 Plastid-lipid-associated protein, chloroplastic 12.11795101 11.00688334 12.61439354 13.81623168 12.32193385 14.66718787 14.85515321 14.91398679 11.51066017 10.47366954 11.8087459 13.20219884 11.89883942 14.56989677 14.63423362 14.56521561 12.86470619 13.53911225 11.5987166 12.77963669 12.96971736 12.85941588 14.49675768 14.46974507 11.49011062 12.14510063 10.86330484 13.05717909 12.76606935 13.84623836 14.5131335 14.57812714 +LQ06X019960 1-aminocyclopropane-1-carboxylate oxidase 5.423850414 5.520269345 5.232037633 5.3432182 5.129662885 5.40061634 5.568791295 5.344139672 5.358746117 5.473483927 5.224470753 5.31299181 5.405259919 5.012110815 5.538929606 5.565631828 5.583908884 5.529391905 5.277717441 5.803457829 5.348430124 5.38846052 5.054389677 6.128852985 5.35248856 5.430744746 5.634445658 6.042008697 5.203295803 5.200684916 4.951105388 5.060010646 +LQ06X019970 Probable tyrosine-protein phosphatase At1g05000 6.68407275 6.826220844 6.410653799 6.399110495 6.442276678 7.097045697 6.787213159 6.624838405 6.538931558 6.844969885 6.233474303 6.423979158 6.533274403 7.198879091 7.002599249 6.891414589 6.545812989 6.293108112 7.033357404 6.757630849 6.625882784 6.521769304 6.706788923 6.777658357 6.764959119 6.583587467 7.703246816 6.112380754 6.200963986 6.502663504 6.99130589 6.673062756 +LQ06X019980 E3 ubiquitin-protein ligase COP1 10.44714933 8.565207739 11.42196378 10.32301209 10.74214999 11.12445866 11.11924142 10.49441734 9.170015005 8.21021955 10.25664272 9.772204264 9.843718252 10.32531682 10.03560872 9.764069053 9.164265374 9.886782667 9.5853327 11.72889262 12.06377716 9.819564446 12.41797958 11.71157278 9.255513807 9.552094294 9.306387213 11.30416345 11.30914119 10.6304964 12.32276578 11.74098702 +LQ06X019990 Alternative oxidase 4, chloroplastic/chromoplastic 9.427911372 9.73158945 9.870707005 10.48575428 9.95033311 11.95838095 12.00577849 11.80795695 9.548350518 9.421545869 9.843419027 10.61275772 9.813849827 12.11849219 11.94373952 11.62945234 10.33802648 9.840700247 9.720290856 10.29813434 9.718456942 9.783352705 11.54041398 11.92834206 9.397997973 9.490785859 9.550626418 10.18980578 10.12680676 10.65513878 11.79245503 11.786683 +LQ06X020010 Putative Non-specific lipid-transfer protein AP10 4.983076836 5.051821175 5.306946105 4.990786516 5.049540486 5.128069165 5.556070125 5.019165017 5.022067636 5.027618139 5.06943452 5.139904078 4.778806868 5.663704792 5.681263279 5.21465003 4.727716345 4.957700894 5.139054877 4.946784087 4.723321883 5.007932016 5.100932935 4.63212121 4.715498044 4.994219754 5.098339334 5.352819662 4.763798519 4.953818854 4.945375629 5.001820016 +LQ06X020060 Putative RPM1-interacting protein 4 7.253418437 5.413377455 9.507829229 7.920345053 8.46988292 5.361596185 4.932241226 5.167163803 8.201749904 5.143041297 9.380649029 7.771760386 8.586132511 5.152826383 5.138781337 4.990259534 5.651774602 7.133209679 5.617866604 8.841634428 9.354373755 8.27090457 6.037295056 5.155245568 6.3116354 8.19527819 5.687161538 7.495972873 8.736685219 5.492695245 5.324367388 5.423015803 +LQ06X020080 Dehydrogenase/reductase SDR family member 4 5.537527733 5.976401616 4.827513694 5.537129118 5.672922619 5.801035982 5.67934954 5.403399513 5.67259681 6.102402331 5.119323805 5.514395688 5.683350578 5.374331726 5.513455271 5.550732185 5.921130494 5.688310142 6.459080562 6.277863516 6.011656304 5.667763756 5.064465976 5.13171603 5.767573679 5.71729121 6.533045841 5.339497174 5.997139015 5.554504506 5.489057717 5.364151826 +LQ06X020090 Dehydrogenase/reductase SDR family member 4 13.13610008 13.50895503 13.17675269 12.83164366 13.33669753 13.75875443 13.58739167 13.45802076 13.37998326 13.48052259 13.43514617 13.15772454 13.53462592 13.70946381 13.45269354 13.55078601 14.05724872 14.03460231 14.01021283 14.13904257 13.99066133 13.99278627 14.23952855 14.23270727 13.68839471 13.7623054 13.79884021 14.07817666 13.67226637 14.30889309 14.13875649 14.13021147 +LQ06X020100 Uncharacterized membrane protein At1g16860 5.860963542 5.772574749 5.79751296 5.846951878 5.427947472 6.022638707 5.765558383 6.011472565 6.024703913 6.198917963 5.946138138 5.703475864 5.644996054 5.859107291 5.466574775 6.020066158 6.050834277 6.746581095 6.166188399 6.091089449 6.238605886 5.934691855 6.455102735 6.746650304 5.723565639 6.507298119 6.334825762 6.094251659 5.802025249 6.10468489 6.327588735 6.21298615 +LQ06X020120 Predicted protein 5.986000628 5.692365541 5.484556857 5.607436745 5.594528225 5.842875994 5.890535175 5.801646526 5.69375987 6.212305535 5.629615203 5.670799166 5.731940053 5.911539177 6.226586771 5.626339728 5.405990677 5.815326225 6.098653324 6.100828463 6.033638795 5.762419126 5.703642526 5.178723212 5.852691187 6.150836706 6.224225225 6.276769275 6.25355837 5.805353617 5.050183482 5.207177021 +LQ06X020130 Putative Acyl-protein thioesterase 1 5.092003993 5.228227249 5.8483763 5.078860604 5.837237639 5.305059466 5.726456097 4.742418983 5.181720539 4.910387077 5.679739311 4.958020421 4.94150965 5.443577227 5.221226377 4.946917936 4.94829851 4.962781994 5.304401316 5.402582514 5.520134571 4.887591868 4.721838598 5.638913665 5.108291423 5.463014336 5.062772772 5.326432575 5.287168204 5.371014867 4.757446744 5.35425611 +LQ06X020140 Putative uncharacterized protein 11.93581363 11.59926449 11.51188874 11.5411746 11.5900397 11.9638972 11.95100648 11.74493631 12.18167549 12.19129311 11.85006037 11.67418253 11.80586194 12.09854309 12.05096467 11.97146241 11.77619744 11.96976616 12.27611046 11.23894299 11.0602672 11.19012053 11.65570056 11.8472916 12.15834917 12.0295118 12.23127045 11.16237039 10.59541058 11.09641004 11.55577102 11.45754942 +LQ06X020150 Brain protein 44 5.612240331 5.561836445 5.205592685 6.240354258 5.264392842 6.191539888 6.698908622 5.814124569 5.415437512 6.286313446 5.274213971 6.210020723 5.743651878 6.450050426 6.060810101 5.777640132 5.441557123 5.408946249 6.355103275 5.739573222 5.633632739 5.987646834 5.454434728 5.089809668 6.004608482 5.501501531 6.028980882 6.206451059 5.113743869 5.964275879 5.543990047 5.111155799 +LQ06X020160 Putative uncharacterized protein 11.55417198 11.60649769 11.37815062 11.54829144 11.13441726 11.13738201 11.16041738 10.69335598 11.45145003 11.73243192 11.48640663 11.17875351 11.3280897 10.73876405 10.90476521 10.54021189 11.54144307 11.73382056 11.44324736 11.70882983 12.05637146 11.38665289 11.4193855 11.22026263 11.57738614 12.00447442 11.857746 11.49681729 11.91395212 11.10538507 11.26686917 11.62331467 +LQ06X020180 Putative Alkaline ceramidase 3 9.110507034 8.539531656 9.673465307 8.518681869 9.326664629 8.777956339 8.778794687 9.379279897 8.909724235 8.150272542 9.656344896 8.699389275 9.463070835 8.858714935 8.803345594 9.067414707 8.525193248 9.030195351 8.980294504 9.502723348 9.060716579 9.390077381 9.341296171 9.43642006 8.826242824 9.094972611 9.383907611 9.652141603 9.030288469 9.309798359 9.496869938 9.370882055 +LQ06X020200 Putative Early nodulin-like protein 1 7.310612112 6.876133961 7.179774039 7.28658901 7.014080828 7.955292821 8.065489964 7.491499154 7.404428238 7.475506482 7.665140141 7.562044395 7.488375762 7.950579639 8.471047571 7.967870425 6.518460382 7.186112601 7.020831116 7.17646503 8.161145161 7.591293185 7.657540498 7.552957025 6.967654826 7.116307181 6.633943717 7.729330039 7.564718188 7.627955253 7.598976094 8.261283154 +LQ06X020210 Transcription initiation factor IIF subunit alpha 5.314373246 5.504301845 5.701521325 5.4278138 5.121460559 5.635757961 5.650736813 5.521527011 5.352601468 5.487195583 5.353596659 5.425977303 5.452537429 5.919935597 5.554560492 5.902700263 5.347746601 5.473253036 5.004983676 5.381765297 5.729984359 5.161489717 6.220189557 5.24487809 5.422861087 5.620794581 5.719121626 5.284097354 5.54854717 5.471813963 5.191860774 5.126715927 +LQ06X020220 Fumarylacetoacetase 13.23476883 13.30507001 12.31197497 10.96764087 11.6682024 11.42059783 11.21002141 10.85403204 12.98731379 13.15888049 12.36809682 11.03792223 11.40818794 11.52411714 10.95261124 10.57845478 12.44474077 12.34684026 12.75873093 12.78493831 12.30694733 11.82615734 12.48573594 12.04258095 13.25881524 12.64107278 12.86576449 12.10048379 12.78455369 11.08599381 12.37485647 11.93617617 +LQ06X020240 Mannan endo-1,4-beta-mannosidase 6 11.04285241 10.33683646 12.3964343 11.27869033 11.83638955 9.961080829 9.921398148 9.659743769 11.02871352 10.23141504 11.9764391 11.23674001 11.72707726 10.0038113 9.921004138 9.197289474 9.667769083 10.31585626 9.842228165 11.32299816 11.23742701 10.3499693 9.795562676 9.711240106 9.959654682 10.44625018 10.04526387 11.15707318 11.89669468 10.39615423 9.61930425 10.19713189 +LQ06X020290 Rho GDP-dissociation inhibitor 1 11.11013142 10.87074624 10.80271705 10.97111807 10.55075971 12.19385249 11.99708334 11.99747095 11.39540047 10.89951142 11.14745079 11.08684284 10.74587811 12.19170324 11.72152939 12.02654936 11.48246597 11.51632636 11.12242316 11.84071636 11.31434283 11.01330706 12.25833364 11.88763172 11.02826082 11.31336303 11.23462652 11.03398641 11.24412111 10.60383064 12.20525531 12.02855681 +LQ06X020300 Predicted protein 5.245805825 5.415897073 5.290057875 5.198072392 5.004952133 5.590067413 5.59000741 5.714775339 5.388647487 5.379460368 5.206062192 5.565960787 5.250228294 5.907793252 5.427147442 5.449153965 5.335797866 5.47755078 5.638992254 5.053185342 5.492169754 5.184261771 5.447294159 5.327473281 5.269116866 5.128588345 5.734438424 5.382978856 5.0312426 4.944528301 5.911468101 5.463048419 +LQ06X020310 Putative Upstream activation factor subunit UAF30 11.42613252 12.02617464 11.36597967 9.981026099 11.55440218 10.38398867 10.33000744 11.24302896 11.28836615 12.10300669 11.42543081 9.980041129 11.45664555 10.54038033 10.34455678 10.9954646 11.43521195 11.44846266 12.27434456 11.90380045 11.71169259 11.69704959 11.98763564 12.7600348 11.79510245 11.1911463 12.58864965 11.50965217 11.8117409 11.30827815 12.07180984 12.99905357 +LQ06X020330 Putative Transmembrane protein 111 6.21064288 6.43901159 5.906630087 6.066243862 6.337902377 6.229063678 6.444385866 6.062567527 6.517944775 7.445780688 6.804218888 6.099647308 6.383910341 6.104766057 6.572829357 6.327315402 6.100605626 6.355470804 5.481572198 6.124780612 5.952834183 5.945683066 5.854810457 5.794218251 6.345946779 6.294264919 5.826500727 5.960927944 6.558085054 6.505280818 6.082766391 5.748553026 +LQ06X020340 Hypothetical protein 5.773595086 6.233119037 6.198563253 5.943495321 6.263835212 4.909582354 5.535735591 5.640923482 5.912304861 5.413313183 6.984734428 5.992877938 6.839002141 5.153455816 5.243411327 5.565255315 5.977082376 6.129038811 6.201567335 6.563672491 6.416610888 6.692571185 5.911323869 6.445943149 6.037450433 6.240974401 6.527135071 6.266391896 5.860019907 6.677489193 5.831244087 5.718428659 +LQ06X020350 Hypothetical protein 13.06656848 13.29182147 12.62757343 12.03415742 11.94251803 9.2120731 8.442460738 9.580104375 13.26074984 13.9179079 13.03201304 12.23195993 12.72114896 9.350249678 10.4557027 10.2676576 12.41924437 13.17724977 12.95986366 12.59340362 12.32770208 12.53004577 7.167143413 8.227317546 13.86915823 14.16313002 13.9122038 12.38397625 12.75205719 10.52766093 7.640883328 7.322235669 +LQ06X020360 E3 ubiquitin-protein ligase UPL5 11.45887078 10.80061505 11.75091668 11.4242064 11.6462377 12.40631059 12.23007982 12.10910841 11.2339634 10.50121337 11.60985958 11.62936403 11.55761673 12.35213315 12.19401459 12.27740244 12.12950629 12.09524853 11.68956075 12.54113498 12.31864273 11.52579012 13.23002459 13.00994119 11.49615762 11.33248702 11.52779367 12.22206487 11.8859449 11.85357705 13.16056015 12.95833205 +LQ06X020370 Putative F-box protein At4g12560 10.45890385 10.04675833 10.16382732 9.825722314 9.954638895 9.973348461 10.08983734 10.03306856 10.32923028 10.05819112 9.912020165 9.752988712 9.983494506 10.05792393 9.774481082 9.979510245 9.821622268 10.01761875 9.735516239 10.51047709 10.37963352 9.97819931 10.61680638 10.93450275 9.776095586 10.10402196 9.773175308 10.60049891 10.65952159 10.16130697 10.73256698 11.025191 +LQ06X020400 Tonoplast dicarboxylate transporter 5.117288699 5.304639758 5.260464263 5.0654718 5.23795753 4.990967831 5.127740521 5.157740881 4.872988537 5.457150531 5.888715072 5.117761527 5.466915611 4.765903014 4.886517466 4.888849931 5.337135762 5.326607603 5.114010604 5.312918245 5.367641689 5.206107929 5.15309034 6.110536347 5.170522553 5.211874296 5.04288638 5.36123026 5.319380792 5.006220853 4.987736218 5.956821585 +LQ06X020410 Cystatin-like protein 12.69904177 13.55044674 12.92724295 12.91477953 12.98055907 12.06556802 12.5766249 12.48921834 12.04007842 13.51073034 12.2296218 12.24004735 12.7860258 11.69685622 12.5058391 12.5927054 14.60160803 14.32591031 13.37247261 13.15168193 13.85805762 12.76673407 13.02536823 13.19195239 12.37687617 11.90303583 12.71903359 12.74996977 11.71451151 12.29105999 12.3821672 12.87525647 +LQ06X020420 Putative MO25-like protein At5g47540 5.148651624 5.000046971 5.437194016 5.967791302 5.482910887 5.958048838 6.135732902 6.212207185 5.160055534 5.401651212 6.146417833 5.760379952 5.577886884 6.105792813 6.860287898 6.025960029 5.932073069 5.251212288 5.483732535 5.178903984 5.390938537 5.336020485 5.529096993 5.375637927 5.229120904 5.097383863 5.524907956 5.341455405 5.024932891 5.436452338 5.667347868 5.276310539 +LQ06X020430 Inositol monophosphatase 3 7.166403588 6.707390384 6.437862006 6.037753105 5.573776084 8.294855093 6.772822495 6.079405432 7.143250423 6.002594077 6.377354944 6.019358892 5.362542596 8.559671854 6.514839349 5.959770157 7.42973625 6.267368547 6.101660272 5.876773503 5.9569882 6.834146455 5.757855452 5.831304953 7.306311419 7.256049717 5.212708744 5.472063845 5.943309039 6.587782541 6.095281943 5.722407222 +LQ06X020440 Predicted protein 5.433596327 5.398865155 5.738796365 5.17306649 5.291600677 5.403895381 5.04006885 5.048410174 5.290642361 5.489067638 5.528159495 5.338839037 5.181533816 5.528925297 5.198146303 5.186441468 6.011588713 5.292484077 5.663348604 5.468601591 5.821085184 5.371162686 5.95849751 5.591106875 5.705350096 5.335179147 5.958058163 5.700582747 5.877964563 5.597057717 6.357033144 5.107409469 +LQ06X020450 Ubiquitin-protein ligase, putative 9.950457384 9.800576736 9.417361714 9.587143365 9.356518005 10.0815513 9.727080429 9.531897287 9.811560752 9.564458892 9.135849261 9.566730112 9.485123278 9.897068329 9.017689684 9.16779919 9.333194961 10.26780454 10.18541642 9.282830679 9.82893968 9.545559037 9.465500314 8.947098755 10.26192268 10.58402337 10.44502975 9.908906055 10.39834108 8.90391951 9.617601308 9.247892595 +LQ06X020470 Ras-related protein ARA-4 12.50987861 12.5572907 12.32333917 12.03032259 12.02668145 11.93241354 11.75870905 11.80474924 12.56338723 12.49335842 12.36920696 12.13950071 12.27474098 11.85325737 11.86116345 11.84798659 12.6634732 12.78706659 12.87049187 12.59526617 12.51943907 12.26692811 11.81612605 12.12125012 12.65774837 12.82672051 12.88595488 12.37967324 12.70659342 12.13349402 12.08566208 12.28313883 +LQ06X020480 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 5.205533083 5.170331481 5.217219581 5.455947039 5.104073994 5.304296333 5.824296429 5.714367375 5.395159495 5.798306016 5.087902081 6.032835954 5.028408722 5.670561902 6.371938904 5.718279461 5.107646604 5.154853701 4.995239497 5.620152785 5.17773931 5.169039577 5.595795421 5.788018722 5.08844798 5.270684696 6.125369887 5.186385178 6.189783624 4.926954014 5.724045749 5.371298782 +LQ06X020490 Putative yippee-like protein Os10g0369500 6.191533623 5.301375718 5.822285699 5.800830242 6.482163496 6.583243664 6.051527016 5.782988253 5.515420176 5.948074179 5.704870932 5.690023895 6.168590477 6.302559525 6.737479123 5.646977256 5.738242682 5.848234201 6.541631785 6.364921159 6.025158237 5.772493993 6.74887506 5.79050183 5.575629819 5.666421738 6.375704768 5.622343215 6.530363189 5.694597185 5.839993924 5.413566057 +LQ06X020510 Pentatricopeptide repeat-containing protein At4g16470 5.461176772 5.175505781 5.566108057 5.191120733 5.635394133 5.295802321 5.52751752 5.354528802 5.351429691 5.803659911 5.622155862 5.380124992 5.6014415 5.558476795 5.736660524 5.527368767 5.168229303 5.209018812 5.383625499 5.424105058 5.606555806 5.38606523 5.031392885 5.433275535 5.422479589 5.458153012 5.174453296 5.724661586 5.386030894 5.047367121 4.91508968 5.282108679 +LQ06X020520 Probable serine/threonine-protein kinase WNK11 12.81563254 12.23467278 12.33149787 12.21128147 12.1533754 13.42601021 13.55355255 13.5605341 12.98157635 13.21817148 12.63405889 12.72714302 12.50060715 13.55357319 13.83372992 13.66359631 12.89394492 12.80148498 12.81587607 12.83982634 12.27505279 12.12937772 13.82500079 13.72871899 12.9681048 13.00731951 12.96506903 12.68204294 11.83485264 12.61624599 13.81292871 13.81162363 +LQ06X020540 Hypothetical protein 6.810740079 6.49040586 6.341480525 5.810775631 7.069703039 6.256850875 5.686879718 6.736086033 6.802471713 6.225642542 6.71845892 5.47276027 7.422032431 5.929546054 5.825548666 6.500764458 6.249468523 6.620048674 5.949679275 5.871641003 7.060314243 6.344934531 6.454561192 6.528928438 6.370489006 6.576336022 5.965221909 5.659711806 6.590337013 6.344351379 5.886490985 6.087864257 +LQ06X020560 Scarecrow-like transcription factor PAT1 5.230879027 5.302724267 5.616437884 5.341980308 5.478315994 5.789830758 5.520229352 5.438130055 5.324632906 5.009402252 5.653601806 5.551025586 5.51043743 6.151420662 5.746445998 5.415712643 5.471232423 5.066405045 4.964756661 5.452076127 5.542952036 5.236674418 5.120220143 5.424935876 5.192586874 5.061807704 4.96353438 5.192313457 5.278805956 5.143141474 5.419947368 5.526361548 +LQ06X020580 Putative NADH-ubiquinone oxidoreductase 21 kDa subunit 5.736921367 6.105118908 5.446113142 5.930620025 5.544955643 5.364368737 5.691685164 5.733821275 5.907045966 6.705544979 5.894825937 5.832263105 5.919738411 5.804721331 6.318539973 5.718763357 5.957974436 6.264334766 6.112255228 6.007973975 5.68074525 5.950747975 6.272386159 5.762308621 5.83187495 6.353577679 6.653490974 5.923577582 5.529756242 5.838308385 5.456336734 5.297442119 +LQ06X020610 UPF0497 membrane protein 5 11.87582733 12.20314746 11.65602716 10.50520117 11.55223111 10.47892424 9.993333219 10.40116003 11.9075071 12.06724265 11.51696513 10.72826381 11.22414965 10.76172953 10.22204279 10.8224046 11.22275766 11.57308521 12.00972179 11.68634753 11.55069286 11.59908078 8.780085276 9.221703874 11.59845149 11.6192547 11.90793566 11.15259668 11.30744315 9.656393187 8.77639554 9.228769567 +LQ06X020640 Putative uncharacterized protein 4.89555086 4.814297147 5.067995355 5.07070075 5.615943622 4.960437958 4.827304034 5.025657319 5.291869991 5.069277355 5.713128969 4.99554792 5.795472557 4.873210023 4.877363061 4.99381723 5.145108868 5.604296793 4.785405266 5.155779366 4.927490221 5.130606785 5.078976016 5.366319001 5.055825425 5.215842083 4.846532909 5.588406483 4.975271342 5.412170287 4.760067663 5.165226756 +LQ06X020660 Transcriptional adapter ADA2b 8.459080648 9.038446573 8.765360816 8.71407752 8.759343311 10.04863151 9.721002568 9.863395885 8.586503754 8.51091769 8.154951809 8.856104423 8.491234717 10.07503835 9.798388551 9.46652602 8.509548671 7.917384742 8.334960014 7.847134559 7.339088088 9.091616362 8.583914298 9.241473689 8.901946686 8.165656159 8.898086251 8.13948435 7.938976263 9.658593348 9.00482622 9.240722262 +LQ06X020670 Putative uncharacterized protein 9.006985761 9.600121233 9.237526359 8.738669821 9.251985765 9.265400415 9.532821482 9.467471103 8.997299804 9.318598471 8.611247864 8.904313967 9.382419279 9.350423901 9.173077019 9.293250179 9.286031894 9.63779744 10.45288308 9.34922035 9.406584838 9.419729298 10.04580569 10.61135825 9.49787408 9.302786955 10.75598809 9.051877249 9.803359759 9.352244839 10.00398717 10.63113251 +LQ06X020700 Hypothetical protein 5.469073116 5.522510489 5.415161507 5.264654236 5.389516069 5.252029994 5.574231844 5.87006983 5.432895606 5.091948803 5.356764606 5.907691597 5.183821727 5.492300036 5.268898406 5.810976362 5.437962259 5.749039163 5.846143749 5.347301121 5.590177585 5.32003322 4.918037264 5.171564049 5.244416557 5.81458784 6.23171861 5.579526979 5.753010283 4.988744786 5.62813339 5.105222804 +LQ06X020710 Putative uncharacterized protein 6.116939827 6.056063238 5.665719847 5.57028774 5.740910426 5.206405548 5.299828156 5.339843153 6.129802179 6.191470754 6.026743096 5.663596599 5.797312128 5.169753089 4.875563819 5.354650759 5.839897113 6.047778722 6.754102363 5.435866075 6.243127576 5.592637429 5.981958608 5.223195993 5.464315535 5.798695744 6.522102914 5.562483085 5.317197294 5.831711057 5.350686842 5.074743452 +LQ06X020720 Putative uncharacterized protein 8.508213443 10.0373469 5.953374979 5.53515865 5.321769134 6.625416915 5.647442362 5.927146333 8.531067313 8.558815703 5.667852562 5.634641535 5.215790777 6.562738553 5.531519051 5.993081123 10.33991615 10.43032806 9.404922482 5.624267697 5.744515651 6.664261216 5.294220863 5.923241152 10.64072308 9.273874531 8.42213054 5.311246403 5.154241374 5.432576855 5.256365166 6.659608126 +LQ06X020730 Putative protein FAR1-RELATED SEQUENCE 10 8.40567346 8.563706794 8.717752214 9.196886537 8.863053094 9.691309012 9.698103967 9.542619749 8.537224908 8.282880869 8.665588933 8.877465097 8.750244607 9.772054778 9.922027396 9.427615734 8.253659277 7.948950602 7.576148905 7.632522519 7.64615533 8.876819437 8.799553772 9.197384357 8.643166861 8.338779673 7.906534279 7.718897366 8.062504587 9.482434895 8.954349198 9.804857516 +LQ06X020760 Predicted protein 4.994173953 4.993207141 5.280966309 4.687489099 5.052227549 5.304467315 4.991047315 4.975650392 4.87310293 5.094150618 5.060222574 4.861302316 4.917523627 4.89734848 4.794505399 4.942794376 5.053945707 5.059643975 5.375354701 5.341860377 5.4520469 5.082818453 5.178075148 5.958966462 5.250773348 5.031923604 5.683576181 5.177779013 4.895983256 5.12005293 5.261598763 5.532108155 +LQ06X020780 Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.468887211 5.320534984 5.148420226 5.585994068 5.349722925 4.901779461 5.308558718 5.031321357 5.373960701 5.657786807 5.607184649 5.722116233 5.407489998 5.128960819 6.077843435 5.203703881 5.01520902 5.381638038 5.345209388 5.261220211 5.431156836 5.460262529 6.142340981 5.211387065 5.305943962 5.534157004 5.440123203 5.773311263 5.366230169 5.480075016 5.127231056 4.725229723 +LQ06X020810 Putative Pentatricopeptide repeat-containing protein At4g16390, chloroplastic 5.944180537 5.871459616 5.978849698 6.494893951 6.504514488 6.336677403 5.908234124 6.315658513 5.992267794 5.920519642 5.645334928 6.527953131 6.081315556 6.076690042 6.246579519 6.248622393 6.138337571 6.126015888 6.014142032 5.884046156 5.598653295 6.265585177 5.834828101 5.485103957 5.73508052 5.517701654 5.76947469 5.605679351 5.708831138 6.026257774 6.149410657 5.226915125 +LQ06X020830 Predicted protein 7.18942245 7.856258906 7.179568958 8.123997605 7.442694531 8.832696393 8.457067254 8.419713377 6.611763295 7.071385819 6.80079353 7.51307992 7.197916246 8.473195842 8.592073127 8.299186577 7.459498011 7.277282325 6.0189892 5.806965944 5.599715402 7.060155012 5.992384297 6.286290849 7.156213163 7.64223595 6.954490745 5.73859382 6.483246103 7.015835348 5.928754787 6.592790233 +LQ06X020840 Oligopeptide transporter 3 10.7525758 10.34297085 11.66132719 10.40286732 11.62785639 10.64671404 10.39424047 10.64194057 10.53813439 10.08182532 11.32706382 10.60076076 11.12971159 10.91251765 10.58278281 10.54932366 10.58647335 9.29955341 10.60683327 11.33299198 11.42098111 11.35528375 13.20875956 13.46455323 10.81416058 9.862866777 10.92267028 11.34879488 11.81659459 13.85854245 12.82586204 13.89705534 +LQ06X020850 SNF1-related protein kinase regulatory subunit beta-2 11.07065163 11.13092818 11.27161877 10.86003778 10.63397814 10.80410902 11.01638848 10.8990665 10.98395063 11.05061032 11.09255829 10.66629763 10.72490603 10.68166869 10.62541892 10.74758527 10.14466737 10.31818531 10.21231654 10.94309615 10.99751133 10.80387268 11.53844271 11.76607921 10.90202391 10.69508558 10.21082795 11.61040612 11.60271633 10.98698124 11.61401509 11.42518067 +LQ06X020870 Predicted protein 6.033188673 6.736985269 5.302238434 6.311909825 5.901514263 7.225966123 7.569370737 5.787448232 6.050451499 6.635076512 5.573583091 6.394611131 5.422195328 6.882502528 6.789313628 6.637070905 6.556655253 6.201974264 5.43267316 5.478758852 5.975875743 5.785879049 6.366665415 6.112544837 6.770909157 6.909024974 5.497847315 5.295199837 5.414194727 6.121751869 6.591213447 5.166191608 +LQ06X020950 Nuclear transcription factor Y subunit B-6 5.175016011 5.065013748 5.569979782 5.375322579 5.21826001 5.078876892 5.287232563 5.136796549 5.168024052 4.847384275 5.348619304 5.070184405 5.187500309 5.300432808 5.21305852 5.615746738 5.223449005 4.909811991 5.431353311 5.00415229 5.05552234 5.274560932 5.620996871 5.522275721 4.900839405 5.058515729 5.046338369 5.24950188 4.887756799 5.158331044 5.114622774 5.207079216 +LQ06X020960 Putative uncharacterized protein 6.142084491 5.620957805 6.098601744 5.948980249 6.317295957 5.37258951 6.111895237 5.737911338 6.210533806 5.569135107 6.33241069 5.975952993 6.481952266 5.30667668 6.028479621 5.603450239 5.817502939 6.280859685 5.878871182 6.026958455 6.098525944 6.067363328 5.682061751 5.750096656 6.100813065 6.282911798 6.310574178 6.509796831 5.813968788 6.507621653 5.532035891 5.999512768 +LQ06X020970 Putative ADP-ribosylation factor GTPase-activating protein AGD12 6.313745385 5.607090692 5.959198161 6.171636434 6.206560447 6.061222079 6.025115249 5.986603121 6.241241432 6.741775212 6.779449299 6.13619344 6.637181654 5.761238586 6.408247274 6.096310005 5.949000371 6.634449376 6.042927779 6.3782104 6.479883667 6.078414945 6.551129127 6.352878798 6.11829064 6.392342868 6.281551088 6.251366794 7.152407271 6.235602309 6.331899556 6.272688569 +LQ06X020990 Probable acetyl-CoA acetyltransferase, cytosolic 2 5.353049085 5.544865054 4.960817711 5.360947246 5.168202169 5.452154887 5.380034183 5.379781691 5.20721995 6.023584158 5.223777516 5.612415562 5.303601846 5.34129222 5.25674119 5.259041984 5.475211835 5.829174434 5.788339082 6.10728918 5.832039186 5.382561013 5.201326777 5.271354341 5.22589368 5.543100189 6.415574487 5.470738857 5.938066664 5.470990152 5.658849274 5.698485089 +LQ06X021010 Predicted protein 6.526522075 5.878642602 5.796149997 5.739348028 6.487661737 5.527382203 5.720627466 5.52705016 6.47914483 6.750366013 5.736236342 5.853712764 6.031057928 5.324058983 5.463971069 5.567951204 6.121879017 6.203621376 6.359951203 6.160366199 5.886038732 6.129095376 5.833195053 5.410489726 6.499931597 6.440225118 6.371423105 5.765544227 6.315347453 6.036855357 5.698973052 5.526813385 +LQ06X021030 Protein kinase G11A 11.98505461 12.01893774 11.79429867 11.6394898 11.87115357 12.33458608 12.19143547 12.13329843 12.00318509 11.82171142 12.05728647 11.87144925 12.03881935 12.50975765 12.2886825 12.41440799 11.86435141 11.7186343 11.85725512 12.03972249 12.08452935 11.87840469 11.87361641 12.13696833 11.99160093 11.84615713 11.87555116 11.99338057 11.95731858 11.8280934 12.12776763 11.87232798 +LQ06X021050 Putative Phosphoglycolate phosphatase 13.28059039 13.05338868 12.88271581 12.98656705 12.32408975 13.29948898 13.22309137 12.77534245 13.41983489 13.317184 13.02448376 13.17324102 12.61955015 13.22593878 13.13049212 12.8320565 12.99631307 13.07552113 13.2245567 12.87829079 12.50332233 12.91850623 13.13265854 12.62642215 13.27564988 13.14260717 12.87430637 12.75957154 12.00087569 12.67667873 12.95764756 12.31034096 +LQ06X021060 Farnesyl pyrophosphate synthase 1 6.130700439 6.236528276 5.595348488 6.480482791 5.977446435 6.972896965 6.645988174 6.379136987 6.359817909 6.677684224 6.377172884 6.612388137 6.501821473 6.747095917 7.560093887 6.677353338 6.014034454 5.934264474 5.555444182 5.840837032 5.789199538 6.213632621 5.955158051 6.535351603 6.303759986 5.871228695 6.118169946 5.747322854 5.376454843 5.852179614 5.826680633 6.86323648 +LQ06X021070 Predicted protein 5.454152525 5.807965354 5.345482352 5.47345098 4.886086017 5.200122051 5.224630635 5.185158547 5.288044073 5.926035093 5.206224103 5.216706728 4.966694539 5.044531265 5.441127048 4.85257312 5.011563143 5.150061988 5.847709781 5.270622418 5.562258928 5.104668324 5.667204126 5.212057632 4.932414026 5.131686939 6.011093808 5.256906931 5.127125653 5.531505949 5.580078297 5.349270189 +LQ06X021080 Predicted protein 5.507810154 5.323377155 5.858537277 5.692848739 5.225954884 5.274817729 5.619673833 5.756745132 5.646917665 5.292292919 5.911728756 5.726386591 5.598493455 5.317032996 5.592068162 5.387723142 5.441677705 5.731621525 5.692928785 5.256983858 6.014136792 5.169052428 5.574302386 5.951235435 5.745379826 5.982882243 6.479539682 5.909566516 5.56565916 5.783416399 5.324188625 5.199489364 +LQ06X021100 Calcineurin B-like protein 3 10.93085015 10.687603 10.96856282 11.32604877 10.68293149 11.65931262 11.75440252 11.78067135 11.25921449 10.74274651 11.28124318 11.6511969 10.95424821 11.72047135 11.58279193 11.48046344 11.09688316 10.34262217 10.29367703 10.43469722 10.44680158 10.88444371 10.97144367 10.41337588 10.95571571 10.05583162 10.13815416 10.38294683 10.51032238 10.76491347 10.83336399 10.1988724 +LQ06X021160 Nucleotide binding protein, putative 5.946359176 5.658256388 6.019108354 5.563611697 5.305968302 5.711837267 5.464751995 6.005070441 5.511193243 5.493661389 5.642001817 5.926018148 5.714473005 5.932782642 6.072329551 6.1654407 5.335245108 5.793029052 5.40478564 5.408932723 5.509037456 5.486200688 5.570537867 6.536986129 5.782144751 5.030254845 5.89505798 6.103223721 5.428018992 5.27235933 5.127997787 5.491806431 +LQ06X021170 Pentatricopeptide repeat-containing protein At3g24000, mitochondrial 5.269999334 5.795238407 5.266076692 5.206057263 5.771800711 5.353772061 5.60232737 4.985565259 5.454524003 6.179810044 5.308111864 5.341540475 5.321096511 5.2526405 5.055554312 5.032672648 5.703034406 5.586041787 6.18376258 5.830655322 5.747380477 5.682414628 5.551979774 5.331802488 5.710325696 5.7616512 6.172579766 5.840577615 5.595860838 6.279925057 5.550237775 6.825385016 +LQ06X021190 Probable galacturonosyltransferase 4 13.05005407 12.82281356 12.79822336 13.23185302 12.8362123 11.56780187 11.54363647 11.07567781 13.17805961 13.025621 12.98512565 13.21363426 13.04782477 11.49040239 11.90073644 11.51590745 12.42434207 12.78111637 12.49457424 12.43890802 12.70897692 13.07332462 11.07066313 10.87290328 12.90525506 13.39150558 12.59943326 12.84772843 12.90322207 12.38764323 11.15177288 10.952623 +LQ06X021200 Putative Pentatricopeptide repeat-containing protein At1g09410 12.1347713 12.74954675 11.25708461 10.53007151 11.11942468 9.119331183 9.38581047 8.336634791 12.57350119 13.69204361 12.05844374 10.74597881 11.99493145 9.461674624 9.730446752 9.748360541 11.49945224 11.86707643 12.28711822 11.98410147 12.6551571 11.74612279 11.36263861 10.69627876 12.41229553 12.58676772 12.74114572 11.36738519 12.16641222 9.989190235 11.07741326 10.70999867 +LQ06X021220 Homeodomain-related 10.4847071 10.14166426 11.07986018 10.18065477 10.30333116 9.81827217 10.06873359 9.910351281 10.58748216 9.537762009 10.76539325 9.994449368 10.19799057 10.05948838 9.714699342 9.972700528 9.318570385 9.528200099 8.132020254 10.45216233 10.58902004 9.062613186 11.09938022 10.58395649 9.428554306 8.948398097 8.585181844 9.923683656 10.98892229 9.422075679 11.60406474 10.29570016 +LQ06X021230 Transcription factor, putative 13.54400631 13.83884876 13.60128942 13.37714199 13.1550632 13.82623158 13.75076788 13.69382117 13.54814399 13.69171786 13.55704065 13.27990676 13.39110679 13.82233202 13.68886106 13.60148941 13.24150743 13.16057581 13.11841468 13.46934987 13.54483926 13.27925109 13.82409737 14.07215667 13.39704442 13.27372831 13.58091028 13.54392133 13.54536636 13.32512544 13.63499934 14.19514571 +LQ06X021240 Catalytic, putative 12.8258928 13.1453046 13.00567015 12.16126557 12.88387081 12.78688222 12.68636054 12.70132977 12.87357466 12.81324446 13.11223095 12.38380971 12.99954327 12.93010801 12.87647224 13.12540319 12.82133057 12.92224057 12.60970919 13.71460213 13.75119454 12.91562349 13.93033092 13.60790614 12.82914263 12.77682664 12.50242047 13.53784574 13.66135782 13.0146769 14.01054001 13.69843528 +LQ07X000010 Predicted protein 12.77372282 14.4629506 10.79271429 8.167427668 8.225383182 8.857481374 7.898288563 7.206842825 13.26407888 14.45547487 12.56223157 9.233288938 9.116679492 9.652957651 7.915670527 8.733236351 12.99692822 12.10228481 13.77125566 11.69491692 11.11933481 11.64246875 7.506500302 7.831803364 12.9291651 13.00353922 13.70702082 8.673463529 10.96144502 8.156232821 7.809954157 7.098619385 +LQ07X000020 THO complex subunit 3 5.390642139 5.916850052 5.449070136 5.540248617 4.997376857 6.298014191 6.060790938 5.547605086 5.870535676 6.404491496 5.288214962 5.648998059 5.657109759 5.873347117 5.916721918 5.907853457 5.65890985 5.512946465 5.98728997 5.629562374 5.258849866 5.257888354 5.68174718 4.87891941 5.810406643 6.223336378 5.609659121 6.530098734 5.385740237 5.180345494 5.768556795 4.935374531 +LQ07X000030 KH domain-containing protein At5g56140 6.04273063 5.872610037 6.933966722 7.188500302 7.546323268 9.779279109 8.833747309 9.211836455 6.284544386 5.122881592 6.461453563 7.498866999 7.311484954 9.078274726 8.74579819 9.069791892 5.065294631 5.011173378 4.875455055 6.855915523 5.892060823 4.986450786 5.089256661 5.512188628 5.166969999 4.875233637 4.958728095 5.022230585 6.039847819 5.09648395 7.421575457 4.788499824 +LQ07X000040 Probable calcium-binding protein CML21 6.671543055 6.598705159 6.635059802 7.261512435 7.117550851 6.947786387 7.43997159 7.033064276 7.091954717 7.013981814 6.926796591 6.99648749 6.915506877 6.588340419 8.241264518 7.109071672 6.757901742 6.680758707 7.696648261 7.027461255 7.517083854 6.924608423 7.220850576 7.537160689 6.666950478 7.043495187 7.169425827 6.635421863 6.653250906 6.654480003 7.656562729 7.642645016 +LQ07X000050 Ubiquitin-conjugating enzyme E2-17 kDa 11.24545789 11.39368721 11.35816209 11.11407405 11.60965722 12.06208721 12.11611118 12.09467113 11.60386051 11.29424219 11.73010783 11.41010531 11.83681129 12.05815094 11.87813108 12.13082088 11.16681169 11.06699701 10.68097016 11.27489129 11.74269313 11.02633204 11.64067169 11.47101863 11.03181914 10.98531418 10.63824439 11.0243473 11.64048124 11.18162104 12.13996413 11.55579969 +LQ07X000060 Putative Sec14 cytosolic factor 13.57180102 13.45442261 13.31101829 12.66184501 12.84326417 11.70780905 11.68261811 11.55331635 13.4525439 13.3514003 13.19530757 12.93916091 12.64503558 11.6977435 11.96602298 11.56785013 12.25903582 13.34771168 13.06240353 13.4521118 13.44824116 13.15731701 12.18468637 11.68460061 13.63398119 13.40030265 13.2443031 13.16438664 13.12638435 12.74072735 11.90930864 11.7105518 +LQ07X000080 GPI-anchored protein LORELEI 5.410830628 5.508174314 4.978950928 6.641996216 5.053888738 5.843719629 5.872155577 6.285987502 5.837041699 5.048015618 5.210916351 6.857378834 5.666640082 5.653595238 5.76230091 6.288127034 5.229242189 5.217225191 5.754226217 5.216218197 5.913640837 5.446448215 5.14478131 5.689705924 5.499538579 5.567063387 5.322284105 5.53634959 5.685396817 5.718755071 5.345476991 5.621700541 +LQ07X000090 40S ribosomal protein S17-4 13.86426367 13.27484207 13.3303079 13.26933422 13.13099502 12.79112676 12.71898064 12.05579056 13.84597782 14.02599188 13.55696822 13.76649644 13.26563811 12.77600071 12.62788469 12.60194521 13.84152783 13.73185537 13.87760008 13.12513937 13.35352984 12.85895389 12.93804414 12.105467 14.04469398 14.43675836 14.07872079 12.91092184 13.08044807 12.63141205 12.95956095 12.23881886 +LQ07X000110 Putative Uncharacterized WD repeat-containing protein C2A9.03 13.3302771 13.32227217 13.43062298 13.82241543 13.45143121 13.97632026 14.03100536 14.23585639 13.28866229 12.90327196 13.37332336 13.71340916 13.39619702 13.96009354 13.89012286 14.09752697 13.20358368 12.70953906 12.80639486 13.02528558 12.30717103 13.16007766 12.9235656 12.82016387 12.82601456 12.38763974 12.3375996 12.88068027 12.60312861 13.22731344 13.07251422 12.71293092 +LQ07X000120 Transcription factor, putative 11.28116159 11.69679699 10.08085062 10.65534029 10.13262747 11.62576029 11.48694659 11.46529978 11.57472536 11.86845835 10.52888604 10.89918663 10.37859883 11.66450773 11.31272784 11.64288097 11.6762385 11.82476556 11.77363836 11.11214858 10.89311531 10.66361185 11.11252126 11.52187164 11.91561232 11.99840431 12.0763053 9.916434361 10.48982156 10.8552569 10.82545605 11.53576042 +LQ07X000130 Putative WPP domain-interacting protein 1 8.706975392 8.932719714 9.579038199 9.993842058 9.690496375 9.832852038 10.0387528 10.20379968 8.687586735 8.183619095 9.445314866 9.653558036 9.378030941 9.740840749 10.38971545 9.673952863 8.394843861 8.162991495 7.457235711 8.674775183 8.47078334 8.574988854 9.258509751 9.453477924 8.401704065 8.286669593 7.132050218 9.10681173 9.111367943 9.164251616 9.287873078 9.403589325 +LQ07X000140 Tir-nbs resistance protein 6.126948009 5.986701099 6.019255942 5.275428494 6.172608278 5.381077762 5.301124237 5.512590782 5.72313788 5.61852241 6.036977658 5.595292968 6.204411686 5.634849218 5.187875488 5.171072509 5.677710677 6.060858258 5.876555423 6.112981955 5.608186025 6.229600389 6.363042609 6.011276545 5.687037236 6.751660857 5.906555357 5.564227953 6.10884795 6.143860481 6.035425673 5.891931393 +LQ07X000160 Putative uncharacterized protein 6.25800617 6.004657709 5.614933962 5.872412575 5.491645517 5.134006073 5.693890359 5.140058471 6.802021411 5.929411487 5.43709049 5.670162246 5.770935325 5.302027549 5.242205301 5.242725804 5.662631941 6.535594944 6.51787107 6.23516572 5.891138622 6.072735384 5.422323391 5.43139333 5.811584605 6.677681463 6.905283089 6.634701002 5.671576122 6.35980079 6.440376292 5.339492701 +LQ07X000170 Putative Uncharacterized protein At4g26450 10.5371108 10.90171377 10.61468906 10.46760777 10.2246223 10.74734173 10.81995555 11.32286176 10.6918857 10.47890599 10.81566564 10.44124401 10.29115078 11.03609978 10.83205754 11.10985171 10.97625697 10.65561696 10.91786823 10.7871118 10.85741118 10.88739654 11.02949852 11.09245953 10.76081786 10.92026676 10.98905673 11.02495244 11.1396139 10.99551046 11.30538623 11.26062764 +LQ07X000190 Probable WRKY transcription factor 2 8.634510238 8.223562814 8.275897214 8.559646599 8.77532094 9.928450603 9.536357661 9.670031155 8.011397785 7.124699979 8.387859849 8.37659485 8.168007521 9.251867592 9.253613975 9.014071779 8.565489309 8.162404775 9.489940645 7.700176505 6.96181757 8.585507002 8.564243027 9.525002837 8.485003507 8.23166578 9.671546885 8.123018018 8.206618883 9.021815691 8.913714441 9.791492756 +LQ07X000240 Putative Raffinose synthase 4.626713898 4.708181363 4.822873793 4.648551829 5.191518297 4.758096779 4.58060061 4.892744853 4.917912981 4.596563015 4.912144181 4.769340244 4.944850253 4.635036584 4.621424746 4.806815437 4.887801858 4.744772201 4.810600178 5.039516381 4.962526005 4.616413876 5.121419551 4.869021836 4.70616054 4.851025452 4.89593534 5.280191805 4.850593629 4.733848043 4.748673823 4.885055901 +LQ07X000390 Putative Glycine-rich protein 5.487603397 4.82501282 5.151864815 5.205517571 5.188596975 4.866750522 4.858506548 5.199853785 5.389218114 5.022700358 5.298992501 5.35059148 5.55407137 4.97234919 4.928033673 4.92653359 5.10936183 5.400165249 5.2599335 5.043939467 5.199688221 5.298840689 5.277722434 4.922755713 4.907914413 5.333806814 5.339369509 6.032925557 4.961449341 5.265175433 5.011067134 4.991035432 +LQ07X000430 At3g13310 11.10838223 10.61512081 12.17091942 13.03574977 13.57703956 12.76339147 12.12569195 11.6522658 10.92280169 11.40071385 11.77476976 13.22230928 12.14107591 12.41628933 12.90060329 12.35561536 12.84389706 10.81597778 11.25944919 12.86707911 12.69949036 12.44945952 12.5756616 13.09366042 10.78987488 10.47423453 10.98424913 13.37954339 11.21716469 13.95920308 12.16962184 13.12172311 +LQ07X000450 Putative uncharacterized protein 13.38099799 13.3363814 13.43221597 12.80045623 13.14002552 13.31515444 13.03113892 12.70854734 13.38214391 13.40282763 13.415506 12.86357584 13.23786128 13.18046671 13.03662104 13.19946354 13.6140403 13.52101527 13.80397336 14.03528991 13.9472183 13.1126351 14.01739505 13.33396808 13.70329356 13.45333067 13.92618963 13.75792701 13.98507993 13.05634541 13.97066336 13.45049523 +LQ07X000460 Predicted protein 13.14948429 12.19819406 13.89828349 13.58926236 14.00509207 12.2223424 12.03837199 12.3344118 13.32647526 13.62135347 14.16385984 13.71503179 14.49599369 12.40158048 12.55372646 12.82016991 12.71419618 12.47663578 12.27634513 13.61969442 13.88548679 13.37948171 12.78903593 12.81855341 12.89939619 12.77567334 12.41481657 14.0024784 13.11985227 13.97586574 12.85333833 12.93577693 +LQ07X000470 Putative DNA damage-inducible protein 1 11.36896285 11.75215335 11.75227802 11.68702981 11.75611701 11.02622451 11.27406604 10.84667796 11.79359861 12.11816879 12.0249655 11.75912096 11.83499881 11.23324173 11.20836938 10.7450995 12.08681965 11.79765479 12.04646629 11.64243704 11.50810152 12.0149304 11.0414504 11.31562533 12.34348239 12.15800914 11.91068378 11.57856411 11.94203712 11.91703196 11.24343392 11.10904819 +LQ07X000480 RNA-binding protein pno1 6.627685511 5.977491264 5.39570496 6.009666906 6.099417557 6.442369778 6.392160179 6.308293762 6.822231232 6.915611545 6.873519844 6.02275595 5.834402689 6.227923758 6.951055954 6.111371338 5.966175748 6.21206442 5.629120253 6.930634504 5.703378564 5.959003948 6.160345379 5.436076047 5.927599163 5.957590173 6.701932519 5.269057581 5.77633277 5.875742186 6.255402543 5.609015417 +LQ07X000510 Predicted protein 10.88609016 10.85504442 11.34794714 11.32559657 10.82800923 10.99889604 11.10219169 11.25076409 10.51236226 10.65755692 11.24814967 11.55535052 11.07250814 11.30485101 11.25626174 11.35646605 10.09408718 10.84235304 10.09750384 10.78210803 10.70064075 10.37605478 10.9721565 10.02166768 10.23720141 10.40421291 10.11560579 11.13925706 10.40665314 11.17592948 10.8769237 10.38375964 +LQ07X000550 Metal ion binding protein, putative 5.024234101 5.040715355 4.887738835 4.967631778 5.007719245 4.842287003 5.029925265 5.161122064 5.092385843 4.881380174 4.936853771 5.127758049 5.348840557 4.919701586 5.009885039 5.098099584 5.024699591 5.046640358 4.990390068 4.607707505 4.960674803 5.160139821 5.385284969 4.676581437 4.904767502 5.236954822 5.195007088 4.866718721 5.459042546 4.839798369 5.199743721 4.612333586 +LQ07X000570 Putative Uncharacterized protein At4g26480 8.192957253 8.008354769 7.731310373 7.67254108 8.053826218 6.910922169 6.541669994 6.948729484 8.172983813 7.537403558 8.172226087 7.853375702 8.187092543 7.658354763 5.829090326 7.069723175 8.323010898 7.87702422 8.118234001 8.553673678 8.281815912 7.515834865 7.111976908 6.793928002 8.241316914 7.614788943 8.244620339 7.986313758 8.411412854 7.598674071 6.529210121 6.278913439 +LQ07X000580 Putative uncharacterized protein 8.11228207 8.857735727 7.530260186 7.947726317 7.047220692 7.672245027 6.834909274 7.294999208 8.260325216 7.722867474 8.163056681 8.001492459 7.426395704 7.180396328 6.588819594 7.354270676 9.462919042 9.261472441 8.331370101 9.277809777 9.326366721 8.388362524 8.719178354 5.743995845 8.867370613 8.937331504 8.967228996 8.563111876 8.543947944 7.973086682 6.724415217 6.389136903 +LQ07X000590 Fructose-bisphosphate aldolase, cytoplasmic isozyme 1 5.156374351 5.763890538 5.540874557 5.719082265 5.458922403 5.285428505 5.394539607 5.477136746 5.542069251 5.564632344 5.185558057 5.34927669 5.154494223 5.370996552 5.291506308 5.262914059 5.582015305 5.620098683 5.171148159 5.569844831 5.413842591 5.107966163 5.734819959 5.595472092 5.393106939 5.849527741 5.537950033 5.427864275 5.459712412 5.264610967 5.910287213 5.048046901 +LQ07X000600 Putative Uridine-cytidine kinase-like 1 7.274285263 7.713571765 7.05001821 8.206592498 8.230185243 8.131318963 8.7910135 9.878724157 7.557205813 7.163383237 7.198570339 8.284622876 8.401973865 7.961500243 8.283953223 9.209671611 7.670625707 8.477664353 7.880512646 7.621109104 6.848095232 8.176947683 7.153303774 8.819694182 7.41414923 8.142882855 7.927162614 7.600644961 7.906403772 8.279690545 7.64040207 8.318005961 +LQ07X000630 Predicted protein 5.565598991 5.551633567 5.255580845 4.99904399 5.017592615 5.049498841 5.160781127 5.017377666 5.268014952 5.401004514 5.097579351 5.296346275 4.998200116 4.940744227 5.200615485 5.08940414 5.226118513 5.478772468 5.54185438 5.326829081 5.504665189 5.301565192 5.395791787 4.978841318 5.091589068 4.997562689 5.228108026 5.247058235 5.319134089 5.070671341 5.242570283 5.165841594 +LQ07X000640 Probable LRR receptor-like serine/threonine-protein kinase At4g26540 6.347293193 6.122120601 6.397115454 5.499702327 6.487707709 5.22512857 5.86601462 5.68876602 6.157821258 5.663786194 6.035837059 6.082177691 6.477840133 5.349001892 5.417205328 5.706237584 6.055144117 6.161283186 6.268401798 6.500414683 6.248907793 6.065110505 5.134459528 6.388369082 6.292381515 6.097361156 6.509831948 6.398338535 6.163097626 6.046860815 5.836849659 5.769544962 +LQ07X000650 Putative Protein transport protein SFT2 6.737652724 6.182787563 5.99627558 6.801501769 6.992404485 7.539331985 6.310183605 7.392644643 6.476640373 5.62786741 5.893078549 6.173112434 6.217335567 6.667187099 6.207832783 6.630491632 6.360552331 6.860613842 5.36963047 5.977950175 6.410966121 6.421559155 5.813197242 5.22627878 6.2304618 6.608299392 5.321376519 6.140129603 6.113075739 6.885681263 6.133044255 5.523362729 +LQ07X000670 Heat shock cognate protein 80 5.829461647 5.798379427 5.79106343 5.55679266 5.85575918 5.579701694 5.388273859 5.692128018 5.743098727 5.474225492 5.421574306 5.808386335 5.686964746 5.092178152 5.25369295 5.62277818 6.26509916 5.879031566 5.966093055 6.952139404 6.411522797 6.113482076 5.801272228 6.142271603 6.059762486 5.920620725 5.855623036 5.791551982 6.334155215 6.122055685 6.429028669 5.599564452 +LQ07X000690 Putative uncharacterized protein 8.683296307 8.960458757 8.710245487 8.399964273 8.836377043 9.402466901 9.494514558 10.23151437 8.352943047 7.528707214 8.293912113 8.090760837 7.74837145 9.218919203 8.489841946 9.551607894 9.259490576 7.179579645 8.33417146 7.43671088 7.465655606 8.815481995 9.367843426 10.20100573 9.214112895 7.836670213 8.682183602 7.661229531 7.762239792 9.244599648 9.792905079 10.43662661 +LQ07X000710 Farnesyl pyrophosphate synthase 2 5.043540268 5.236172741 4.923207172 4.833231566 5.319913823 4.844929391 4.883061928 4.953518765 5.293541472 5.237425714 5.164539975 4.930692894 5.328355051 4.987059761 4.974224464 4.827103244 5.24836547 5.485548762 5.693600631 5.094149509 5.27948631 5.118317585 5.311091794 4.972285264 5.331795027 5.618951876 5.382827823 5.299696226 5.141165035 5.250889919 4.970738015 4.896707298 +LQ07X000720 Putative uncharacterized protein 8.317744735 8.041781682 10.25598616 11.69935226 11.55130091 10.081718 10.03043927 10.43755739 8.095033127 7.387951905 9.574150842 11.43498358 11.02813346 10.06191282 10.32537687 9.985651892 7.794844334 7.578464854 7.550748572 8.888971813 9.63421825 10.74750296 8.70640966 9.020204387 7.657863107 7.496756312 7.783278178 9.988478836 9.800009311 12.33368502 9.750816134 9.248442912 +LQ07X000730 Putative Protein CWC15 homolog 6.451992049 6.317923339 6.225054002 6.539489573 6.243936581 6.5609027 6.640759156 6.424446986 6.772623616 6.932467924 6.243784844 6.688512896 6.513481913 6.395619953 7.244571162 6.415447283 6.065545591 6.343146534 6.575422538 6.220744742 6.548323589 6.467199273 6.581851127 6.305981826 6.412638694 6.424125472 6.155106282 6.239107784 6.254956639 6.593766926 6.570643984 5.851796687 +LQ07X000770 Putative Uncharacterized membrane protein At1g06890 5.425979788 5.110826275 5.015301619 4.999252035 5.183592541 5.458471855 4.920325692 5.279076867 4.74576874 4.763931146 5.099949008 4.866717001 5.115764688 5.293017277 5.229455406 4.844048783 5.740121469 5.175005452 7.543947149 5.899952667 5.805139131 4.851811374 5.656876473 5.740944077 5.82623462 5.300243802 5.571769387 7.355198338 5.49610354 4.722482296 7.292130135 5.367039164 +LQ07X000780 Putative uncharacterized protein 5.007102975 5.228678507 4.99933784 5.015988527 4.998094085 4.86880475 4.907077418 5.137758546 5.478618508 4.769522379 5.079423111 5.197803083 5.04610167 5.091265953 4.940894368 5.641384083 5.107792483 5.142391851 5.051701154 5.107041536 5.450484592 5.155225066 5.059271126 5.699649834 5.176939875 5.129495969 4.936813506 5.47913371 4.944152036 4.973366778 5.123866125 4.930778376 +LQ07X000790 Putative Predicted protein 5.813265996 5.767667611 5.934675554 6.097551802 5.703002011 6.22329681 6.595312304 6.76402947 5.833350183 5.147427006 5.902173072 6.456054919 5.755047751 6.221766969 5.972747282 6.429008834 6.554447292 6.280743117 5.862235775 5.708135476 5.668567471 6.386047408 5.615980443 5.876449607 6.550432403 6.270849927 5.827720069 5.387796834 5.979810404 6.347370472 6.266847872 5.99831101 +LQ07X000830 UPF0172 protein At5g55940 8.213130608 10.62550689 7.382038675 9.056713837 8.423045917 8.47020152 8.882517943 8.741147477 8.447053701 9.860079994 8.16179258 9.100451975 8.916932555 8.498571322 8.681914233 8.763539997 10.12196847 10.70625758 10.95579721 10.74791469 10.39186928 11.2264305 10.17745121 10.08115307 10.40012363 11.04072088 11.3333843 10.85636275 10.45262702 10.67001769 9.88315699 10.02595607 +LQ07X000880 Putative DNA-directed RNA polymerases I and III subunit RPAC1 5.173791621 5.212428944 4.940545046 5.020324818 4.907978258 4.860461294 4.918581307 4.916284551 4.917654139 5.060571205 4.909666689 5.016222979 4.901066593 4.884976819 5.031771502 5.192095872 4.970099557 5.065151368 5.609323699 5.447177307 5.509556564 4.905956936 5.203266404 4.73633256 4.672416956 4.838455734 6.143128332 5.668033614 6.133929574 4.697082736 5.455975043 4.739852037 +LQ07X000890 Protein kinase G11A 6.007171568 5.3617556 5.159911477 5.542356963 6.25662712 5.690961672 5.4482007 5.622146773 5.903342267 5.358689837 5.419019288 5.458039453 5.714686453 5.167064234 5.46692682 5.730745961 5.113932206 5.663612314 5.362617052 5.095647898 5.92169174 5.795618288 5.728052546 5.263560777 5.342481115 5.944588593 5.39543911 5.945135472 6.019992029 5.357275811 6.266728066 5.137932696 +LQ07X000900 Predicted protein 5.544190829 5.646710111 5.296658417 5.942526916 5.535571672 5.587195204 5.900822029 5.241901368 5.290992453 5.545748797 5.643156498 5.588053824 5.931543368 5.085271219 5.882158748 5.922104858 5.698869641 5.456633635 5.180574119 5.568925346 5.532559974 5.439879775 5.476823387 5.933494101 5.533124219 5.653681338 5.211980729 4.974044227 5.399407018 5.488420424 5.535516948 5.682158902 +LQ07X000920 Predicted protein 5.265732423 5.429782606 5.286676337 5.451540735 5.351061106 5.795110529 5.333858653 5.859965469 5.682334111 5.959636 5.325511991 5.724877653 5.540268198 5.925293766 6.589489846 5.723007601 5.508825411 5.311862184 5.489989084 5.069947065 5.079717546 5.719552531 5.171934568 5.47512508 5.686234427 5.385042348 5.248199672 5.329492811 5.224180717 5.804990606 5.155017083 5.317961095 +LQ07X000930 Putative uncharacterized protein 9.211289353 8.986317367 9.432607103 9.515173761 9.253616518 9.718817107 9.756545289 9.964556751 8.843491982 8.032669144 8.98526532 9.609519745 8.71395449 9.508297834 9.457391606 9.442780269 8.910447534 8.486843081 8.905654301 8.444779901 8.207299566 9.125871019 7.939055786 9.177152617 8.890878387 8.518964571 8.695147859 8.560260342 8.75223137 9.296310401 9.025368503 9.408554827 +LQ07X000950 Putative BI1-like protein 4.374640806 4.688200732 5.324124819 4.829830791 5.996525582 4.634285072 4.511168587 4.781526399 4.647713217 4.754792478 5.150889643 4.519462243 5.018556752 4.517306696 4.626335882 4.69966016 4.936662241 4.945799109 4.959795186 4.96816344 5.106213114 5.143096098 4.855932234 4.934608641 4.57065874 5.017183789 5.127999985 5.004614625 5.367657907 5.280788561 4.697150723 5.24015398 +LQ07X001000 Cellulose synthase-like protein E1 5.884266945 6.384732684 5.925938378 5.340759509 5.220722365 4.847747092 4.948429172 5.226449824 5.896973715 5.951549544 5.495312404 4.939109885 5.115058983 4.819808989 4.825314199 4.884748005 7.297552536 5.422615783 5.36860562 5.798660662 5.329888112 5.30224701 5.179431439 4.823471016 6.339743137 5.000581757 4.904352276 5.367163562 5.467922384 5.418922262 4.900341067 5.329795983 +LQ07X001020 Cellulose synthase-like protein E1 13.63194357 13.66707626 13.10563924 13.65611327 13.36579234 13.44450365 13.39018787 13.20861835 13.69154454 14.03167835 13.40984975 13.55015551 13.38360456 13.20090905 13.47264058 13.42384231 14.36442295 14.03024765 14.00874175 13.40288734 13.30195287 13.56002433 13.05059899 13.04315842 14.05133049 14.15578497 13.857288 13.42334968 13.05941228 13.38143635 12.73946036 12.78879507 +LQ07X001030 Putative RPM1-interacting protein 4 14.04214685 13.37777591 13.85242929 13.94590106 13.95657789 13.2104371 13.4539095 13.06901465 14.13040387 13.77123628 14.04539328 13.84173566 14.07229626 13.44475209 13.36188767 13.21745434 13.96140211 13.9334666 14.06974529 13.91937254 14.23459283 13.80821826 13.91947258 13.20473184 13.80232203 13.82426626 13.87417817 13.58231798 13.71734503 13.7137468 13.78586789 13.01427515 +LQ07X001060 E3 ubiquitin-protein ligase UPL1 5.570522182 6.173348491 5.209891449 5.70640385 5.553889986 5.841711316 6.44607126 5.61140194 5.655919901 6.757406851 5.731425641 5.956533643 5.613674688 5.889033725 6.969902319 6.032632123 5.689720948 5.698933042 6.536427931 5.974392296 5.289267894 6.03591447 5.576968558 5.16180457 5.543662534 6.183749582 5.9579405 5.817518061 5.973866153 5.927429296 5.482800335 5.516438806 +LQ07X001190 Putative NAD-dependent deacetylase sirtuin-6 5.56716792 5.317344115 5.015218188 5.600734171 5.395986006 5.64712462 5.570299692 5.154805088 5.716978131 6.7880659 5.93553546 5.620403561 5.19329572 5.575639541 6.444969883 5.503214953 5.552385515 5.346467892 5.626968389 5.51459685 5.098953726 5.137926911 5.345847156 5.43681205 5.571984558 5.562968124 5.37659879 5.458180175 5.166785082 5.087205948 5.031049474 5.427175814 +LQ07X001240 Fasciclin-like arabinogalactan protein 1 14.16007749 14.00393978 13.82485073 13.9471731 13.57894301 10.06377295 9.234419822 9.191084147 14.01958672 13.92574177 14.01659546 13.87170325 13.68673036 9.801316897 10.59138562 9.696159779 12.91077417 13.60728404 13.4532986 13.58139654 14.42028142 14.14637219 9.498876498 10.15880154 13.81533114 14.34027063 13.44996945 13.61046365 14.80137953 12.91151966 9.731084331 9.486252528 +LQ07X001260 Putative pectate lyase 21 11.24994243 8.723875342 14.48006033 13.75550666 14.24455987 6.333052748 5.180846633 6.173620647 12.67339705 10.46792092 14.81689326 13.07037215 14.3591889 5.937995874 5.529794264 5.925779397 6.939403922 11.02250851 7.656890936 13.76006179 13.24852155 14.36894575 5.539290659 5.751470476 9.744433594 11.6041448 8.213278193 13.69353115 14.08344162 10.36298934 5.213682104 6.326639787 +LQ07X001270 Inactive beta-amylase 4, chloroplastic 13.94149639 15.23258401 12.54092499 9.188598893 10.18122399 8.015752712 7.297690555 7.515849654 14.25201062 15.0925122 14.14728608 10.30973111 10.91184627 7.451800217 7.501514343 9.004496319 14.48920797 14.10261641 15.04167947 14.52265006 13.82514214 14.20586907 7.204069346 9.537283104 14.14207924 14.9215316 15.11223362 11.55370581 13.30015131 9.945022811 6.228033339 9.508251523 +LQ07X001280 RNA-binding protein, putative 5.160940724 5.186241551 5.299586024 5.123822844 5.084745455 5.369088994 5.187878891 5.714029698 4.933368775 5.413390333 5.007925548 5.133089897 5.048351495 4.948995921 5.140247462 5.702788234 5.197398996 5.689557481 5.5167136 5.061621543 5.039319366 5.311947069 4.725341517 4.987386346 5.101640162 5.136794023 5.800700041 4.871367214 5.658161666 5.281199669 5.059894587 4.771032945 +LQ07X001290 Nuclear transcription factor Y subunit B-3 12.69564984 12.81464745 12.15965955 12.44732314 12.19927438 14.01809375 14.06708565 14.05291329 12.48199494 12.53147066 11.86670311 12.17865071 11.68667413 13.98404239 13.77887589 14.17390749 12.78515311 13.2973411 13.38353523 12.53466291 12.41375729 13.05330409 13.98432124 13.47605248 12.77853235 12.79540402 13.39635378 12.5684189 11.80479439 12.77738046 13.5744018 13.47690232 +LQ07X001300 Transporter, putative 12.90584477 12.49442965 12.6188679 12.63087643 12.88189594 13.05987192 13.09893471 13.11755552 12.4296876 13.1260377 11.99353769 11.9975626 12.25773544 12.28230773 13.19552184 12.41236175 12.37012779 12.67879842 12.37434647 12.42118582 12.6060336 12.35973053 12.28437293 12.66126361 12.83594621 12.91143143 12.19365112 12.52540683 12.26687527 12.37430352 12.6127056 12.88786734 +LQ07X001310 Putative uncharacterized protein 5.537870392 5.102718925 5.112950593 5.862883404 5.834558275 5.470888687 5.788445479 5.983719433 5.549356585 5.125219447 5.395133745 5.751885391 5.450586889 5.595496332 5.474342392 6.117034603 5.2725572 5.095463702 5.362833521 5.192254006 5.857861121 5.329993224 5.41860908 5.374184935 5.194516267 5.044662932 5.387150059 5.82149671 5.578684219 5.374915558 5.970488753 5.123059311 +LQ07X001320 Putative uncharacterized protein 14.38773295 14.3701102 14.3060394 13.7904098 14.1258268 13.73019278 13.80037959 13.79803468 14.41135594 14.63067262 14.3894334 14.01325908 14.33533324 13.94464923 13.72346636 14.22246473 14.81735417 14.5826243 14.8345715 14.96480196 14.67006339 14.31183348 14.4173397 14.36794918 14.51063133 14.06768888 14.50749187 14.50179966 14.32323389 14.06552561 14.45610278 13.89820056 +LQ07X001330 Putative Cysteine synthase 2 5.796926615 5.733928202 5.289049433 4.989833956 5.202823845 5.033763098 5.261107859 4.938182469 5.504226022 5.548818924 5.151633689 5.267771512 5.377681748 5.635047946 5.19472196 5.473037232 5.43589696 5.884943984 5.974503438 5.51503253 5.753460471 5.476925193 4.939486043 4.935454387 5.698666764 5.531856584 5.771729636 5.069038578 5.540233552 5.398262246 5.328948974 5.308025818 +LQ07X001340 Putative uncharacterized protein 4.906566491 5.072571687 5.025957358 5.081738809 4.840835883 5.12686534 4.894496472 5.099171385 4.844550028 5.344843056 5.333820792 4.774427225 4.653287777 4.797904813 5.33352701 4.811470871 5.497288724 5.099887019 4.907724056 4.991590303 4.94587184 5.262904585 5.489973031 5.442243074 5.03656159 5.046831907 5.263708728 5.104982785 4.912753204 5.187228887 5.245276585 5.120679954 +LQ07X001350 Putative Calcium-activated outward-rectifying potassium channel 1 5.355288007 5.388273111 5.953539492 5.659037415 5.178582135 4.989448694 5.48790547 5.448206334 4.984662948 5.557141088 5.65043807 5.812960731 5.553862965 5.571779095 6.298854906 5.914925635 5.100610503 5.504049562 5.552562578 5.593116422 5.358405638 5.309023954 5.843220114 5.415217343 5.657509273 5.430791983 5.716183409 5.584923116 5.657577803 5.932474618 5.934822873 5.804357226 +LQ07X001420 Putative uncharacterized protein 7.0967415 6.39701848 6.724187901 7.186128885 7.003402682 6.297895221 6.413515155 6.472271493 6.939860658 6.500640444 6.731854012 7.011203806 6.785662629 6.517484196 6.626831461 6.410390305 6.788041143 7.62362742 7.417973369 6.407465536 6.336358021 7.085643139 6.480259781 5.758684799 6.937474612 6.700867239 6.389981549 7.339562523 5.667435054 7.31698059 6.060246935 5.983506492 +LQ07X001430 Mitochondrial import inner membrane translocase subunit TIM50 6.200992275 6.100103321 6.239586636 5.941434498 6.456247316 6.421074206 6.238337424 6.543320544 6.175530757 6.59142449 6.775212256 6.280570962 6.063868236 6.338378259 6.552373176 6.681986894 6.098969283 6.68158582 7.435703252 6.650030393 6.844300465 6.337891547 6.988875314 6.439642703 6.231272019 6.829284209 7.455677842 6.610275299 6.599646277 6.176773218 6.423670302 6.989906145 +LQ07X001460 Zinc transporter 11 13.20667444 12.48910777 13.99822653 14.15109953 14.64262603 14.05342539 14.71847237 14.27211982 13.19539159 13.22165109 13.97908368 14.49795226 14.661544 14.66486847 15.17430188 15.34463648 13.21614722 12.97090688 13.96868415 14.80605305 14.77154348 14.42855924 15.60382907 15.54325103 12.12537551 12.82941473 12.37679723 14.21906322 15.05252113 15.09454427 15.60700196 15.51927666 +LQ07X001470 Putative uncharacterized protein 5.256265933 5.738439575 5.489695117 5.331958574 5.272557937 5.61992667 5.284497409 5.482484784 5.303216559 5.506315414 5.073055602 5.150801864 5.981968495 5.569603241 5.778609303 5.671681071 5.211134048 5.140327793 5.440915468 5.387118464 5.264588557 5.349924721 5.29157947 5.508218517 5.283253341 4.92604328 5.267515602 5.837151519 5.239115145 4.927958113 5.769121421 5.570867506 +LQ07X001490 DNA binding protein, putative 5.505205612 5.432005106 5.402965962 5.286727608 5.896548931 5.381993743 5.191174147 5.046580452 5.600811298 5.555168387 5.895540868 5.313451547 5.384864278 5.459444164 5.775137322 5.238632975 5.702762161 5.80471714 6.559635608 5.92547989 5.564639232 5.716919677 5.195469247 5.151079657 5.799482224 5.920985225 6.179757647 6.461797816 5.788148611 5.968895433 5.229348519 5.266997978 +LQ07X001510 30S ribosomal protein S10, chloroplastic 15.08188542 15.21600867 15.05244218 14.69169284 14.67930591 14.46123054 14.65480546 14.33790718 14.9546333 15.05048505 15.03588036 14.70342103 14.9553722 14.64193747 14.85134683 14.45591867 14.33526753 14.65413606 14.13868164 15.02364895 15.09213321 14.65414076 15.20222321 15.24650297 14.55949321 14.72856446 14.6033996 14.60384289 15.10455478 14.88735063 15.38804906 15.21968914 +LQ07X001520 Serine acetyltransferase 3, mitochondrial 11.73180978 12.14843787 11.79939714 12.17900107 12.26218428 12.79136011 12.97772277 13.81390549 11.54464528 11.64911849 11.83912061 12.11514883 11.73470167 13.11246457 13.03327311 13.40959202 13.14681101 12.57226566 12.16763525 12.56870917 12.05494544 12.02283395 12.89529026 12.48235421 11.60476848 11.82832401 11.68035435 11.91342785 11.38223539 12.03445837 13.0819852 13.20207308 +LQ07X001570 Hypothetical protein 5.111002689 4.938896015 5.361853355 4.860158756 5.255746903 4.782139877 4.658691772 4.733288628 4.92734217 5.171106543 5.259017017 4.894139543 5.021484732 4.792402728 4.635280506 4.930916013 4.882814846 5.28740527 5.579716723 5.016218255 4.997068219 4.903589057 5.275189123 4.60725244 4.682805352 4.892663313 5.100089782 4.811514609 5.11313382 5.00940465 5.347032218 5.164588325 +LQ07X001580 Cytochrome P450 71D10 7.802470894 8.427969301 6.738813497 6.555188604 7.136736028 6.065615712 6.065563945 6.314327483 8.009342387 8.930149435 7.681752274 6.639987004 6.577586545 6.270332095 6.080980018 5.679961658 6.528148398 6.643841566 6.005786413 7.248412317 6.318620008 6.317650692 5.775415468 7.114163777 7.170956383 6.808390644 6.590831885 6.762881854 7.147898547 6.784426255 6.246237288 7.106695017 +LQ07X001681 Putative Gag/pol polyprotein 5.584737154 6.886149989 5.996341011 6.284687268 6.983079591 7.335467689 7.187686099 9.357852151 6.027656908 6.01019107 6.108164358 6.307188843 5.654602227 7.597684969 7.396078454 8.434221384 8.345967258 6.928976025 7.786218052 9.188985743 7.456982915 7.956685899 7.470149519 8.335086595 7.843586709 6.005025928 6.625060609 8.407048222 6.282589502 9.028066459 8.033238043 8.662629091 +LQ07X001790 Putative LRR receptor-like serine/threonine-protein kinase FLS2 6.105351571 5.30823442 5.613706265 5.215596808 5.590650115 5.21187439 5.214288518 5.266396476 6.000669262 6.018661492 5.690588198 5.351325125 5.728790977 4.884024088 5.368973356 5.228255443 5.787914369 6.339299637 7.16552557 5.11722824 5.633700294 6.202589243 5.714312484 6.256746317 5.674996505 7.183876553 6.535191175 5.648615219 6.03808615 6.092337005 5.124010838 7.594963735 +LQ07X001860 Putative LRR receptor-like serine/threonine-protein kinase GSO1 9.428432198 8.786250877 9.3931837 8.826064778 7.910334578 7.258137997 7.124217727 6.296338974 8.616840135 8.161177239 8.993510972 8.781094172 8.34707393 7.233573305 7.561059107 6.695149553 8.119902469 9.19330808 8.632120664 9.124002815 9.201114604 8.544061871 7.243923487 6.401219672 8.599928608 9.169952945 8.089628634 9.287697976 8.621553864 8.050720095 7.440959467 5.638405451 +LQ07X001970 Protein transport protein Sec24-like At3g07100 11.698736 10.96924727 11.40815712 11.40212503 11.08870468 11.46930897 11.3479328 11.13858548 11.560472 10.89061044 11.26495772 11.36573038 11.25307723 11.32266426 11.18327973 10.90671237 11.94528804 11.37323799 11.78139534 10.53967194 11.00617767 10.96928335 10.74804917 10.5839927 11.63956307 11.39803363 11.78802696 10.69623873 11.41604124 10.93760696 10.45828578 10.65741371 +LQ07X001980 Putative Zinc finger CCCH domain-containing protein 18 7.460703406 6.860962846 7.097716289 7.262333535 6.506563239 7.488139534 7.433525589 6.697003481 6.59272585 7.089206363 7.240635221 7.406010589 7.313794075 7.790072672 6.479592188 6.870108359 6.166853853 6.530226764 5.732609782 7.290239602 8.008804876 7.175012973 7.225031792 6.943358038 7.172670122 5.477974321 6.945771495 6.877954843 6.88580864 6.647405138 5.656420053 5.87639146 +LQ07X002000 Scarecrow-like protein 5 9.749133424 10.04384148 10.6703432 10.21020876 10.66573489 10.79460853 11.06196126 11.40993455 9.876193045 9.911818204 10.4761871 10.04461399 10.58679202 10.90348569 11.33897175 10.95167616 10.02286899 9.884799539 10.34509954 10.94134541 11.0482001 11.11401221 12.2352973 12.57467506 10.10444319 10.24219058 10.40161751 10.9781227 11.78082081 11.5795805 12.53001359 12.92785549 +LQ07X002020 Probable WRKY transcription factor 20 10.32327123 10.81734929 10.11975038 11.28688675 10.77133645 10.77410885 10.94735874 11.76444733 10.54478375 10.43477644 10.33302302 11.01548791 10.46505768 10.67052298 10.99036844 11.19293664 10.33147366 10.16186973 10.31133357 10.05359993 9.550753189 11.56564394 9.658022657 10.90898868 9.968172928 10.20217615 10.20260979 10.5824604 10.00591042 11.50688203 9.946711328 10.79524498 +LQ07X002060 Putative RNA-binding protein Musashi homolog 2 5.495227084 5.537660335 5.244744215 5.06348428 5.846232608 5.591541885 5.201231998 5.197332392 5.211065164 5.056484022 5.731835078 4.864171646 5.354073237 5.567650926 4.882023812 4.951306193 6.116713869 5.526513133 6.284617727 5.33311911 5.047214868 4.973818711 5.543193426 6.094664659 6.138501715 5.305052665 6.024511413 6.4628295 5.796874407 5.519762636 6.730856637 6.521388099 +LQ07X002070 Putative uncharacterized protein 12.54056853 13.10632575 12.98326614 12.25700767 13.21315109 12.7565103 12.67770373 12.93799472 12.47796613 12.63667583 12.63590101 12.42719646 12.7190719 13.00893024 12.90893922 12.95250417 13.12613435 12.78619982 13.11259208 13.02277571 12.7406905 13.16809505 13.74859554 13.58469345 12.83305236 12.39306407 12.95232795 12.89740949 13.20320288 13.50206786 13.86696854 13.91767634 +LQ07X002080 Hypothetical protein 5.367405948 5.268963026 6.387298856 5.246133722 5.151279755 5.305908904 5.274223095 4.98102342 5.468220141 5.005927985 5.703972624 5.254238125 5.212986609 5.377850291 5.13751722 5.270583935 5.092572591 5.379641633 5.555615826 5.607282228 6.080564715 5.757774103 6.034676296 5.436406668 5.247611354 5.58296556 5.110742285 5.350505537 5.800117097 5.364716508 5.58987048 5.387481974 +LQ07X002090 Chromosome-associated kinesin KIF4A, putative 11.67279335 12.76584789 8.329446362 6.508117003 6.65986342 6.429864154 5.509343388 5.389183211 12.23340591 12.71668743 10.83368243 8.200752815 7.536532438 6.262103878 5.94243134 6.694339319 12.16818995 11.2132485 12.9172472 10.11776 10.4485482 10.78110501 5.13225823 5.570151062 12.58355012 12.38130424 12.88973176 7.31127283 9.913400754 6.973363169 5.198281852 5.373448576 +LQ07X002100 Predicted protein 13.00147264 13.40763473 13.07422475 12.51656644 12.59251949 12.55141733 12.63982854 12.32353288 13.0256494 13.86604519 13.03878352 12.57886283 12.98176934 12.69781109 12.78526952 12.82708733 12.69876996 12.63012728 13.09680054 12.82268754 12.90224383 12.54210723 13.23946576 13.18495444 13.07169877 12.65257608 13.35978237 12.69464716 12.73136036 12.12845057 13.32267755 13.25252342 +LQ07X002140 40S ribosomal protein S8 14.7402502 14.96120106 14.66446857 14.71469689 14.73441216 14.49211604 14.50828531 14.07478409 14.945521 15.15749937 15.02365376 14.9848401 14.7755027 14.70372627 14.97256763 14.5954631 14.77633973 14.19758112 14.3289834 14.3614218 14.30227657 14.96964274 14.07013757 14.64554705 14.78455524 14.47811951 14.46787565 14.25587383 14.29968852 14.6675684 14.14301071 14.63125001 +LQ07X002210 Probable glycerophosphoryl diester phosphodiesterase 2 14.45009045 14.34346019 13.89211473 13.31321682 14.09757629 12.43244239 12.76412643 13.25960646 14.42301213 14.0205621 14.24854418 13.62010136 14.44304771 12.74306755 13.3672229 13.52069837 14.24943958 14.04837717 14.60763155 14.18392582 14.09050908 14.75704005 13.93667297 13.98882 14.49780713 14.37089647 14.60835019 14.4649273 14.54867264 14.15332142 14.01000577 14.31676449 +LQ07X002230 Putative Male-cone protein 1 10.86737148 8.685430707 13.36754187 12.3924185 12.75675465 5.125321863 5.26753094 6.571120038 11.22738807 9.743045371 13.11762486 12.00632299 13.71295053 5.624268175 5.712815639 6.285889641 7.700147757 10.07626483 5.660667072 13.41342692 12.51706329 12.44046049 6.248517263 5.484462092 8.800090489 10.39838472 7.672243729 13.12701531 11.88479842 10.21281548 5.859782235 5.309199659 +LQ07X002250 Protein binding protein, putative 6.160503494 6.648585281 5.831558636 6.698883967 5.651510311 7.470718479 7.582850038 6.982362199 5.397099025 5.623886663 5.650034879 5.806727393 5.179141002 6.686183028 5.627180754 5.831676886 6.517928357 5.616088878 5.671022853 5.395953502 5.990011931 6.480148258 5.226674837 5.626133971 6.823154598 5.559963033 5.2832315 5.573030818 5.571930977 6.889930593 5.390559576 6.26102689 +LQ07X002300 DNA topoisomerase 1 5.380184873 6.018118305 5.469813492 5.501406257 5.379784479 5.44787375 5.504938273 5.458452564 5.222896674 5.276745118 4.947999472 5.228709198 5.223150239 4.961688637 4.837222567 5.036770751 5.549280897 6.376427001 5.443385522 5.820691013 5.419887124 5.585260153 4.956751382 4.749180946 5.671420447 4.99660576 5.105976832 6.297099082 5.319670542 5.703314478 5.008327424 5.244185259 +LQ07X002320 Syntaxin-51 5.848289489 5.858296049 6.008960838 7.600719022 5.966892977 6.579608928 7.17302986 5.770596504 5.994084134 7.844180115 6.06368399 6.836994207 6.448068478 6.237827963 8.748199132 6.775830153 5.99749416 5.744727167 5.472928258 6.352371958 5.352243964 5.953383756 6.045061071 5.938648912 6.043695061 5.842466136 5.607377971 6.023395159 5.760616078 5.817595288 5.875021363 7.039983381 +LQ07X002340 Cell division protein ftsZ homolog, chloroplastic 4.58927869 4.677074223 4.990829788 4.499557524 4.534487034 4.828823221 4.887372634 4.706062257 4.657314579 4.646083671 4.409189009 4.668243809 4.420561715 4.86973011 4.754979196 4.614851974 4.680798431 4.864366672 4.787154946 4.964471073 4.884529567 4.469358051 5.100811805 4.990889361 4.589988076 4.795079529 5.091548024 5.532163715 4.46669868 4.583427284 5.21634655 5.539745836 +LQ07X002350 Hypothetical protein 4.756062737 5.390059218 5.084242436 4.80174214 4.820120904 4.93142192 4.926823214 4.828735811 4.661825519 5.337633165 5.015710459 4.873550044 4.972537266 4.726962273 4.742195913 5.094849376 5.011718483 4.735667227 5.03637799 5.279791813 5.011270704 4.593927084 5.105666086 4.993901133 4.884878757 5.007712515 5.598514659 4.973753874 5.749511463 4.803386444 5.457160872 4.835043979 +LQ07X002380 COP9 signalosome complex subunit 8 5.521656072 5.281016055 5.169418411 5.419169461 5.231284959 5.020430985 5.168135517 5.145620867 5.453877968 5.854330758 5.158566273 5.217939849 5.332682376 5.166475594 5.727135832 5.298458572 4.977865388 5.170110047 5.655800496 5.586104887 5.330696488 5.091279169 4.918800004 5.378262509 5.075091661 5.476623711 5.002083384 5.426515129 5.688825827 5.204884348 4.950652893 5.672636015 +LQ07X002420 Putative Casein kinase I isoform delta-like 12.13603654 12.68461043 12.35558828 11.82268034 12.24654567 12.21439884 11.98836349 12.30675334 12.52601707 12.62935284 12.446524 12.1126875 12.6103786 12.62560309 12.3456177 12.74661839 11.81191992 11.6498093 11.87482394 12.29784188 12.17302284 12.02069864 12.54627067 12.68751104 12.37025861 11.83754471 11.87698006 12.38552476 12.15726036 12.19047128 12.53236396 12.62547523 +LQ07X002500 Predicted protein 10.88252741 10.97133132 10.69944849 10.81939838 10.90348326 10.99606193 10.57817105 11.07964131 10.94615628 10.66960623 10.82132845 10.83786692 10.82249322 11.09467193 10.8984929 11.06155848 11.29279777 10.78921431 11.34496741 10.66170741 10.90203469 10.74567943 10.79793886 10.63188409 11.13250723 10.7857952 11.14752386 10.78302743 11.02588926 10.67161121 10.94301495 10.71686895 +LQ07X002510 Putative Protein regulator of cytokinesis 1 6.100282222 6.085810219 5.857991532 5.850641709 5.851613534 5.7063091 5.934364162 5.903512793 6.200140475 6.114728773 6.111351998 5.491896549 6.025556398 5.508564674 5.992802435 5.902156494 5.996401166 5.978776148 6.786780728 6.513891934 6.014362379 5.877896899 5.848372421 5.892984879 5.643047956 5.854270938 6.547716525 6.863372566 5.489112779 5.965425999 5.724808692 5.428117464 +LQ07X002530 Putative Trigger factor 10.68420999 10.64159784 10.96878526 11.39558526 11.15856294 11.29909925 11.35775492 10.8783929 10.70012238 10.43367783 10.89613602 11.51728774 11.37524851 11.26543727 11.44079786 11.07361665 10.60979321 11.46523981 11.46708038 11.40241584 11.66151837 11.7775976 12.0882181 11.99764084 11.18672173 11.51520062 11.66962924 11.63458922 11.94558976 12.01221662 12.0877638 12.35024991 +LQ07X002540 Putative uncharacterized protein 12.3447814 13.09682547 12.31981112 11.82041482 12.44357404 13.19726553 13.36418267 13.0088596 12.49702915 12.77550115 12.33426723 12.10595045 12.66300776 13.27932556 13.01472276 13.15324045 12.44818899 12.55873756 13.10350853 12.74240389 12.97338061 12.38847422 13.84589507 14.00359644 12.70842687 12.51516762 13.53857576 12.74014345 12.69606623 12.71444665 14.00591954 13.96500746 +LQ07X002550 GrpE protein homolog 5.538275142 5.917045852 5.177747814 5.499923383 5.586665289 5.839369228 5.813526667 5.418065026 5.564261823 6.315875974 6.176093771 5.519292545 5.315359496 5.753321867 6.252338279 5.493153937 5.743921692 5.774665559 6.62978851 5.629939303 5.954368511 5.475176546 5.828348313 5.617029476 5.63584237 5.997581003 5.795154401 5.450045405 5.775466391 5.486874867 5.284217486 5.409772044 +LQ07X002640 Ethylene-responsive transcription factor 3 11.55198735 11.73358028 12.03369483 11.79940604 12.29074462 12.09898823 12.11249638 12.57626043 11.28686979 11.58058962 11.78972579 11.98569361 12.05749822 12.09934835 12.38481191 12.23688801 11.07600434 11.37048847 11.29067084 12.44718961 12.3118637 11.79867952 12.52311281 12.39291837 11.24712705 11.19176744 11.41946738 12.29524665 12.42919495 12.28471134 12.58804031 12.50591645 +LQ07X002650 Putative Glucan endo-1,3-beta-glucosidase 12 10.72297178 12.05543504 12.86573619 12.90168455 13.28575528 11.42359091 11.87678121 11.501206 10.70735449 12.06201773 12.86019916 13.16396945 13.55222748 11.7809158 12.49471289 12.35974092 12.27842233 11.60913153 12.04881573 12.45734016 12.66565248 13.02574038 11.86887392 12.81321251 11.78295163 12.12073042 11.93505266 13.19863455 12.97262203 13.55609577 11.9574455 12.36216605 +LQ07X002660 Predicted protein (Fragment) 5.180556061 5.317284472 5.537590979 4.967331623 5.380712773 5.111758874 4.859005604 4.926892549 4.83706363 5.427204229 5.186430641 5.018082568 5.333384932 5.19373137 4.784342689 4.917653276 4.931942754 5.199053038 5.06701426 5.460154243 5.289058028 5.295694721 4.800793364 5.127038677 5.126908237 5.407286618 5.401025068 5.209790328 5.771645896 4.994322439 5.688197133 5.28998512 +LQ07X002690 Putative 50S ribosomal protein L30 13.34572298 13.16210792 13.14756775 12.62210338 12.9627036 13.80528109 13.65011836 13.49681367 13.23794629 13.88710353 13.1125623 12.61785017 13.06813652 13.95130509 13.56595335 13.83996268 13.73259924 13.74998053 13.2352627 13.36799304 13.31663289 12.87295651 14.03539491 14.1479455 13.47681315 13.22200998 13.40741977 12.8979478 12.51736382 12.74939647 13.98852146 14.32145125 +LQ07X002710 Adenylyltransferase and sulfurtransferase MOCS3 11.27154012 11.47138268 11.31236358 11.22504301 10.92521344 11.65132546 11.30873419 11.39827887 11.56246746 11.56155226 11.23227374 11.15490165 11.03808657 11.58753612 11.55157469 11.46486167 11.29912504 10.4267762 10.90493474 10.81480344 10.462677 10.80861389 11.60337927 11.33971561 11.19331186 10.37383809 10.95473728 10.75835403 10.71885338 10.95959127 11.75080127 11.44300932 +LQ07X002720 Aspartate carbamoyltransferase 2, chloroplastic 12.3881249 13.15274142 11.60647767 11.73796344 11.65111305 12.76847951 13.23604661 13.35050099 12.57423564 13.45955769 12.01208006 12.0546434 11.98519347 13.01168837 13.33091312 13.66536008 13.17524089 12.49389797 13.16758405 11.76906668 11.68657976 12.38315603 13.29003437 13.17024496 13.18164704 12.74024415 13.44786148 11.95435874 11.7316883 13.11188964 13.46829452 13.10348857 +LQ07X002740 Putative uncharacterized protein 5.810436096 5.601294469 5.583493467 5.85206091 5.445961492 5.937457542 5.820895162 5.955549776 5.823336822 7.192266853 5.791426923 5.913402758 5.360124058 6.435340079 6.521557313 6.228966139 5.476536756 5.54642463 5.378420417 5.820820765 5.799174939 5.153793604 5.660166112 5.233127036 5.465805517 5.442108933 5.863990857 6.306011845 5.630405026 5.189662268 5.617678037 5.105460464 +LQ07X002760 Putative UPF0580 protein C15orf58 homolog 14.78877864 15.22061757 15.29837465 15.11228061 15.20422029 15.49429927 15.34740234 14.82258458 14.8197441 14.89918064 15.3255682 15.22284343 15.07805856 15.78089304 15.39599945 15.66383377 15.2551023 14.7341987 15.03271152 15.12376188 14.82653761 14.81554388 15.37019558 15.31977728 14.85499143 14.95951503 15.10446162 15.01667621 15.24280626 15.559557 15.35629085 15.36614963 +LQ07X002770 Putative Uncharacterized membrane protein yuiD 5.004177808 4.974962011 4.800961506 6.004065489 4.688922005 5.283364752 5.633012323 5.041944371 4.980535119 5.501124309 4.946732681 5.183724249 4.676264043 4.908410827 6.829259446 5.141659183 5.051638331 4.959469837 4.867688561 4.838449824 5.36604067 4.885020632 4.720373449 5.092143902 4.806373038 5.184948722 5.264236022 4.958900138 4.915687911 4.583650063 5.430037092 4.807914594 +LQ07X002780 Putative Condensin complex subunit 2 6.338902055 6.940644277 6.174814422 6.356005772 6.164759524 6.160797985 6.229402621 6.805601011 6.48207279 6.748102548 6.497294822 6.255807711 6.178795838 6.468826214 5.837367061 6.486200759 6.512241335 6.498238428 7.878220207 6.260787049 6.898478886 6.643320452 6.072337793 6.700011221 6.64885295 6.593477517 7.924825912 6.441514125 6.873633685 6.55182896 7.411152174 6.315069021 +LQ07X002820 Ribonuclease 3-like protein 2 10.25837281 10.12651547 10.11620345 9.887633242 9.581185507 9.864801835 10.45924479 9.647023919 10.33093154 9.916478646 10.18737144 10.05894296 10.02751436 10.29165562 10.08739057 9.8294819 9.956186279 10.02529211 10.44570967 10.22821384 10.38607886 9.328117349 10.31199808 10.15588933 10.29018331 10.03751939 10.86821709 10.19128157 10.46259469 9.133015387 10.58962431 10.03056874 +LQ07X002830 Putative 1,4-alpha-glucan-branching enzyme 5.206815276 5.12000916 5.650225505 5.36129931 5.532901459 4.904074996 5.330573354 5.367087828 5.522038297 5.731994315 5.798858245 5.534280629 5.537014294 5.410550972 6.021624227 4.934561511 5.329943214 4.876381067 5.242317067 4.863337494 5.330263189 5.168068148 5.077490278 5.231068897 5.239832362 5.025708834 5.081533541 5.144249928 4.926328649 5.630430818 5.667859508 5.19602426 +LQ07X002850 Predicted protein 6.076579207 5.570295022 4.755362035 5.638649151 5.804715256 4.879088869 6.382027233 5.251301712 5.615192419 5.397805918 5.214939448 6.339704068 5.418538225 5.317986431 5.51210278 5.517825898 4.942960477 5.86894013 6.783401976 4.935146142 4.954683077 5.773662188 5.460739319 5.070644981 5.211233569 5.287909028 7.53545462 6.448091131 5.059567811 5.694651855 9.697886539 5.154610935 +LQ07X002890 Putative UPF0505 protein C16orf62 homolog 5.514960312 5.611358413 5.671116218 5.769426054 6.054944076 5.745425422 5.889918893 6.078959041 5.54969602 5.915079601 5.247607783 5.388517793 5.585759089 5.782155216 5.965250934 6.030569706 5.329213077 5.443063952 5.345103103 5.526559912 5.913863254 5.872832571 6.538336233 5.786474997 5.45844341 6.014968913 5.569125102 5.420399845 5.377559258 5.845178448 6.39892359 5.573299151 +LQ07X002930 Aspartic proteinase 14.57683122 14.92094834 14.20970783 14.04327646 14.45585455 14.68022894 14.64533813 14.92502548 14.23680499 14.30278678 13.81143386 14.04297648 13.86869763 14.59372415 14.46173275 14.58721366 15.07053345 14.89771477 15.11574331 14.54803506 14.10184097 14.49403203 14.51858956 14.66008376 14.47989053 14.51545275 15.02686162 14.48779548 13.85825539 14.81499426 14.27923721 14.66031334 +LQ07X002970 Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex 12.73110969 12.37619214 12.23240875 12.7278383 11.90797959 12.91793011 12.56594554 12.27973116 12.68302149 12.64406368 12.27247054 12.63597198 12.25559001 12.52397271 12.64213746 12.42612337 13.53163835 13.10965458 13.3080518 12.50734799 12.60769045 13.22541967 12.99071725 12.81351742 13.20172618 13.05806655 13.22621648 12.63637728 12.2102677 12.94043326 12.63848376 13.07351538 +LQ07X002980 Hypothetical protein 4.994903841 4.866392406 5.121536192 4.652906241 5.297383541 4.61378791 4.747756929 4.802971753 4.686581052 5.301111236 5.128264959 4.825426811 4.911287707 4.723148354 4.730145444 4.677090475 5.020292637 4.774004533 5.412846217 5.215020395 5.001464128 5.118158781 5.09179611 5.044792269 5.115385114 5.11663771 5.307425997 5.173131885 5.195663294 4.827735355 4.997930015 5.609697127 +LQ07X003000 Putative uncharacterized protein 5.519340555 6.148536509 6.077116918 6.592056911 6.095992862 5.923554938 5.880439599 5.801586416 6.029503536 5.570777503 5.403778889 6.223472442 5.809392747 6.063259556 5.866218428 4.935801638 5.9308562 5.113289462 5.612003983 5.234865006 5.181855054 5.63130866 5.06781877 5.548910567 6.565213985 5.429327955 5.228390596 5.690166112 5.126831144 6.144118986 5.011234275 5.025230566 +LQ07X003020 GDSL esterase/lipase At5g55050 5.737526665 5.773226706 5.413182558 5.608577083 5.957671619 5.386340037 5.372923358 5.266830824 5.508998777 5.535314754 5.413804555 5.484225938 5.454772761 5.652644179 5.164403359 5.258398844 5.728570353 5.62837578 5.918594895 6.120128616 5.489338693 5.646098606 4.916177949 4.907787086 5.270081375 6.276561307 5.916715014 5.841120019 6.321314079 5.792247379 5.431901424 5.110211496 +LQ07X003050 Bromodomain-containing protein 12.75895593 12.55754511 12.1920936 12.96907756 12.64391314 13.49742226 12.98408811 13.346267 12.94458816 12.28130717 12.5425937 13.5852706 12.77480366 13.3314652 13.13058173 14.0146439 13.31177873 13.02489536 13.372862 12.06638826 12.16434408 13.0060408 11.96893425 12.109908 13.24089868 13.19651934 12.83758298 12.7893201 12.0515077 13.01049973 12.07822649 12.14278806 +LQ07X003120 UPF0497 membrane protein 10 12.32232444 11.95478972 11.99601225 11.87710364 12.17375198 11.58233806 10.54482632 10.37963556 12.03469877 12.23255595 12.1708052 11.99352054 12.05917245 11.61238824 10.96413933 10.87680285 11.94552007 11.78877779 11.4948572 11.95950303 12.07271068 12.23180354 10.28902625 10.07105821 12.205778 12.05915999 11.60213386 12.14224768 11.45447986 12.25401322 9.905039867 10.01185196 +LQ07X003130 Probable beta-1,3-galactosyltransferase 2 5.59046672 5.819116493 5.686361511 5.614019587 5.491914164 5.449571336 5.462609931 5.068272863 5.80103166 5.504856597 5.899507194 5.423160052 5.831314802 5.561585629 5.280634115 5.266008819 5.53706915 5.54881492 5.836187275 5.981279724 6.258490092 5.911019942 5.467744185 5.392444269 5.638814596 5.903312376 5.993927186 5.243807057 5.126114593 6.041450237 5.450514286 5.462010923 +LQ07X003160 Putative Polyprenyl synthetase 11.71908562 12.01262861 11.10726226 12.13365799 10.88952514 13.58092465 13.25736555 13.07024801 11.56951834 11.55830053 11.32807478 11.98021061 11.10950528 13.52872552 13.03125536 13.36004412 12.9300195 11.05277435 11.41284397 11.50742063 11.0376758 10.98646912 12.89752938 13.13727986 11.52551593 11.05624505 10.7458279 11.258673 10.94561993 12.08351585 12.96872273 13.1408069 +LQ07X003170 Putative uncharacterized protein 6.212937244 6.375278472 7.151670989 6.775329059 6.95382033 6.509364242 6.326947588 7.060510797 6.960932998 5.903542856 7.936556628 6.865085471 7.659259853 6.285375155 6.97341069 7.251245931 7.099572436 7.029913858 5.724049264 7.654598669 7.323604463 6.746240385 6.155989358 7.019489799 6.842584858 6.494075017 6.826339119 6.449087538 6.819920088 6.968972374 6.48789255 6.994034456 +LQ07X003230 ATP synthase gamma chain 1, chloroplastic 9.408264166 9.487595707 8.964332711 9.59776823 8.822022702 8.841794183 8.907422899 8.333407569 9.909849854 10.08843134 9.646219905 9.669937341 9.619709013 9.320008911 9.207210448 8.980714098 8.438133161 7.778109122 6.985258351 8.077234122 8.523018639 8.522455176 7.962923377 7.337637658 8.92363132 8.300096834 6.581045276 7.476375994 9.353523511 8.030276264 8.703743005 6.592113985 +LQ07X003270 Putative uncharacterized protein 9.592233739 10.20314825 9.689549679 9.215188484 9.775561715 10.77173423 10.57141652 10.57799465 9.654575363 10.44900645 9.782866275 9.419579963 9.870783414 10.68268938 10.4649935 10.88024779 9.818753403 9.592806155 10.3755717 10.23194287 9.869177598 9.769603036 10.93656014 11.14166564 10.09639012 9.790674234 10.45253514 9.862092588 9.700040279 9.820701833 11.03746017 11.51223227 +LQ07X003280 Putative uncharacterized protein 5.414820902 5.67731697 5.652626163 5.443413152 5.671355032 5.778427006 5.636423317 5.076255199 5.471657763 5.750020765 5.731001421 5.410975906 5.815011314 5.668839569 5.357969252 5.409420409 5.531531978 5.455834325 4.793827265 5.569133622 5.475965209 5.659756571 5.102251963 5.724255436 5.446030059 5.20712492 4.953400302 5.054130745 5.046494214 5.138536817 5.380676315 6.486295124 +LQ07X003290 Protein translation factor SUI1 homolog 7.133259413 8.397423592 7.708202087 9.564294261 10.24830694 10.63434004 10.93007891 12.45689885 6.830023606 6.479887424 8.049623679 9.259133991 9.285407287 10.42181317 10.94199558 10.79673021 7.247206666 6.451606288 5.722978542 7.505741494 7.095742339 8.177646816 8.052144673 8.549068274 6.682148423 6.64638996 4.764883826 6.922963628 6.938740301 10.38848576 8.552259048 8.942681556 +LQ07X003300 Calcium-dependent protein kinase 9 5.47786317 5.353596507 5.222229378 5.791705873 5.321811005 5.44146939 5.891087263 5.510349024 5.746838521 5.919239401 5.223482325 5.597083981 5.45694769 5.524525184 5.691083629 5.412565448 5.498753405 5.28079436 6.281347677 5.518149552 5.328585436 5.797712768 5.087068269 5.54158618 5.463870639 5.17479521 5.724438668 5.24606542 5.471134937 5.350852275 5.086729857 5.148485977 +LQ07X003310 Putative receptor protein kinase ZmPK1 5.64576058 6.253978598 6.168980646 6.313448518 5.082233876 7.596386409 7.415433468 7.93356835 5.678282853 5.696305195 4.999939093 6.561013488 5.250511037 7.731291475 6.752231721 8.551182908 6.718736338 6.258664443 6.294788313 6.679325543 6.634976909 6.13719798 7.502528976 8.590468933 6.170232639 6.177509418 6.274246711 6.156541557 5.400637358 6.250702556 6.92145189 8.167286114 +LQ07X003320 Putative receptor protein kinase ZmPK1 5.053959371 5.312300598 5.106658883 5.548566167 5.080001201 5.501520526 5.432704863 5.975963005 5.178985812 4.957833589 5.32585712 5.435844078 5.351554849 5.450909301 5.109987798 5.446409253 5.668928452 5.106282971 5.416870377 5.483972676 5.585480185 5.192061868 5.361709328 5.990562664 5.030694021 5.308120907 5.519654785 5.437632817 5.204824546 5.572201461 5.809426813 5.64045298 +LQ07X003340 Putative receptor protein kinase ZmPK1 5.007500173 4.999167936 5.350437476 4.966988962 5.13788165 5.058403754 5.089916308 5.327412306 5.086930425 5.310629944 5.226841991 4.978601653 5.268144376 5.088368766 5.451588017 5.381620183 5.374720113 5.61114131 5.877628326 5.116701817 5.202096901 5.091100115 5.648702662 5.326618995 5.463058622 5.718503854 5.404497636 5.475883114 4.794544353 5.408245565 5.400678787 5.771522978 +LQ07X003370 Putative RING-H2 finger protein ATL4M 5.292011243 4.955686071 4.977660301 4.677860578 4.983253683 5.17268727 4.871416942 4.84858331 4.916739184 4.763266282 5.362498721 4.831927219 4.957687601 4.942457182 4.85367015 4.708667539 5.444936286 4.972238124 5.530274848 4.843376444 5.543677518 4.704646924 6.048867751 5.56855073 5.32704309 5.310241023 5.064443074 5.354146919 5.212933559 4.756720704 5.254228724 6.320730402 +LQ07X003380 Ribonuclease UK114 13.52961473 13.98361028 12.36877829 11.9451437 11.9669742 11.93189609 11.83814205 11.60902958 13.42805461 14.04252833 12.62558093 12.0282142 12.17309408 12.16176338 11.98332956 11.49665158 13.76573041 13.79755164 14.0521352 13.12465038 13.22591928 13.26668022 13.58688219 13.33035425 14.40279798 14.24606648 14.2099358 13.10268831 13.1916373 12.8618445 13.35255436 13.14460223 +LQ07X003410 Embryogenesis-associated protein EMB8 6.046490637 6.351369081 6.266587608 6.58319095 6.405667264 6.279013759 6.509857402 6.049590261 6.329768242 6.00233601 6.383309754 6.513285621 6.311607055 6.043927996 7.009870053 6.308214859 5.788997235 6.456784601 6.281785139 6.541121081 6.6182113 6.171979529 6.363215398 6.26509984 6.240976565 6.259606239 6.514914224 6.387739383 6.449074594 5.999601553 6.963332689 6.241748724 +LQ07X003430 Putative uncharacterized protein 8.380414528 9.291311438 7.646256627 8.545159069 8.706966972 9.230950294 8.814113678 8.580305808 8.752078764 8.394147713 8.467603021 8.440395503 8.017364325 9.178692047 9.106560661 8.695254766 9.047904181 8.084887164 9.115643082 7.264440888 7.298320676 8.727597381 6.593482568 7.905774941 9.438666474 8.894479036 9.099822491 7.207550466 7.055824323 8.774782659 7.176960949 7.255469283 +LQ07X003500 Putative Heat shock protein 105 kDa 11.54774304 11.99790706 11.22392962 11.15714491 11.56561377 11.38922698 11.09969854 11.45982055 11.96457083 11.85143354 11.58913645 11.3834969 11.76256667 11.62641098 11.34219912 11.69637278 11.5011887 10.88435686 11.47423493 11.25528577 10.54233783 11.47116254 10.4392225 10.89120155 11.77857191 11.03772388 11.4986338 11.21292278 10.77028515 11.38970663 11.35330758 10.77165643 +LQ07X003570 1-acyl-sn-glycerol-3-phosphate acyltransferase 9.160814722 9.532818191 10.39681779 10.57330825 9.805407504 13.61752437 13.33630217 12.68564061 8.892349763 9.152727767 10.10478101 10.53911322 10.1558952 13.1843469 12.4898809 11.65960996 8.966423472 9.703576549 7.6209811 10.37622627 9.872923803 9.553815696 11.76434786 11.56892551 8.167855059 8.347598436 8.411284086 11.08274465 9.852097152 10.43890071 11.66582645 10.69745076 +LQ07X003620 GDSL esterase/lipase At1g28570 5.174626867 4.919427118 5.549426613 6.472568346 5.81545154 6.023822871 5.550178956 6.134031914 5.245513767 5.283905711 5.087087932 5.866283765 6.372885526 5.639607357 5.330483667 4.932358556 4.745895478 4.5988944 5.029047788 5.025797025 5.245459037 4.646882376 5.227260391 4.803096709 4.762858865 4.982744978 4.964789297 4.68970932 5.599866436 4.793482218 4.876046478 4.949041252 +LQ07X003700 Putative Uncharacterized RNA-binding protein C23E6.01c 5.093005897 5.543639831 5.196024424 5.378451028 5.51432762 5.454881374 5.418838935 5.367780277 5.316263718 5.096054333 5.582357327 5.193456326 5.481883546 5.420681429 5.257183634 5.313315631 5.270060176 5.472885476 4.878889672 5.298608838 5.468667267 5.306484695 5.307650259 5.767374582 5.409088246 5.229469468 5.283970964 5.135489937 5.572760683 5.233033403 5.417312273 7.481374189 +LQ07X003740 Putative Probable disease resistance protein At4g27220 4.931051414 4.847600368 4.708715764 4.605811477 4.427205228 4.568152995 4.641817351 4.600620872 4.802150616 4.648072641 5.084942468 4.552563383 5.113394006 4.523999132 4.737984151 4.661825599 4.748026737 4.764307362 4.877241779 4.934518369 5.127847769 4.800792321 5.283342691 4.787241243 4.762225808 4.802298106 4.900392987 5.177373043 5.36124547 4.859367899 5.085260576 4.631475081 +LQ07X003780 Putative Probable disease resistance protein At4g27220 6.828568802 7.51859417 5.872815728 6.394867279 6.447259931 6.621876864 6.216092492 6.637972601 6.808902224 6.904276591 6.118191764 6.50707315 5.758696321 6.547308318 6.098083169 6.768173871 7.973303366 7.002330059 7.753351336 6.222621146 6.122913574 6.642774315 8.699472821 7.622374485 7.275537037 6.462746419 7.310000321 6.150305853 6.16330307 6.533270311 7.496435596 8.070249275 +LQ07X003810 Putative Disease resistance protein At4g27190 5.693862537 7.808018239 5.552162655 5.930667523 5.526715636 5.857142253 6.12815381 6.259825545 6.147882398 6.127773035 6.086180137 5.791198751 5.793333152 5.952961894 5.605778449 6.012237131 7.940784457 7.988492156 6.979721007 6.654141846 6.465049352 7.365566834 6.354494349 5.993732294 7.429793414 7.365772909 8.095220211 6.114440489 6.85551752 6.532079372 5.940108933 5.776964494 +LQ07X003850 Putative Probable disease resistance protein At4g27220 5.164498481 4.935074038 5.28989063 4.883271522 5.365633284 5.045693003 5.343117801 5.114682975 4.976581467 4.868399809 5.280854387 5.189125006 5.911551201 5.439998329 5.222198948 5.624393438 5.358649186 5.158137889 5.129922723 5.212065725 5.508949119 5.167448591 5.61934817 5.491137493 5.109806663 5.28045245 5.364006159 4.807619268 5.483739885 5.222262054 5.254801802 5.543147074 +LQ07X003870 Hypothetical protein 5.462115744 5.206220176 5.455099647 5.527386127 5.329228309 7.235732998 6.362199413 7.845395612 5.093080364 5.211297887 5.341857632 5.896507809 5.359571306 6.509140435 6.099371905 6.612494763 4.927208145 5.182839633 5.459567372 5.47832822 5.570919009 5.321259108 9.355360069 8.456817215 5.05388332 5.070180882 6.125561679 5.678146362 5.776936106 6.034731021 8.89124623 8.969641445 +LQ07X003910 Hypothetical protein 5.723924337 5.768306954 5.263636778 5.798141031 5.720568115 5.918733974 5.922962234 5.566842635 6.048291436 6.575371378 5.537837462 6.057262206 5.670051158 6.146905152 6.877064609 5.71640627 5.781047917 5.534505262 6.386533234 5.599448347 5.651074008 5.540854781 5.982408895 5.035855025 5.486855147 5.769619412 6.124223134 5.792506401 5.389336456 5.457071732 4.935703519 5.060163209 +LQ07X003920 Putative TMV resistance protein N 4.805186935 5.247365752 5.209716738 4.730785427 5.802501149 4.902040557 4.918335022 4.797271963 5.098751732 4.749985756 5.181304356 5.086680116 5.049591725 5.302365406 4.878688625 5.094458738 5.00820179 5.244692056 4.731314446 4.931778594 4.960168268 5.243102255 5.542451703 5.383422621 5.236256562 5.099411083 4.88683864 4.755034763 4.849290819 5.212607315 5.35335427 6.22206447 +LQ07X003970 Hypothetical protein 5.322766179 5.288231378 5.607085708 5.232743379 5.417914979 5.354569673 5.231884088 5.245150217 5.467852276 5.615367262 5.981947219 5.403791948 5.756150695 5.214986792 5.382560772 5.405104279 5.241277831 5.04687099 5.235364142 5.102556743 5.309440033 5.178194094 5.338232898 5.22737546 5.229324506 5.00717531 5.147290135 5.125518777 4.898107647 5.795822997 5.199505153 5.748940062 +LQ07X004000 Disease resistance protein RGA2, putative 4.923696507 4.955627673 5.072554549 5.153986151 5.166633067 5.229700167 5.25402023 5.246479254 5.237352718 5.079499321 5.295704265 5.323521388 4.925408037 5.45884207 5.080698074 5.185198218 4.906215296 4.972621408 5.628632489 4.941725322 5.446612007 5.345618772 5.389713804 5.042806223 4.895894515 5.414585663 5.903418218 4.959084502 5.265177399 5.219458665 4.93737502 5.249642393 +LQ07X004010 Purple acid phosphatase 18 5.539944338 5.155652718 5.009350975 5.468925751 4.845989851 5.397272142 5.364079185 5.137350869 5.049707727 5.276367636 5.205327636 5.715083953 5.215990263 5.31059311 5.570549554 5.406474142 4.784821684 5.032158683 6.222724577 5.310141005 5.394227466 5.295953969 5.490214665 5.092528031 5.067560808 5.200119916 6.093103836 5.567423543 5.636063011 5.618792555 5.136442703 5.374093484 +LQ07X004030 Putative Disease resistance protein RPS2 5.02430278 4.810124042 5.044183933 4.90609743 4.794362411 5.032535685 4.960714183 5.52799232 5.031481056 5.106353961 5.231797839 5.07531367 4.988342493 4.940616639 4.887158042 5.245793502 5.279799619 5.167700423 4.92884778 4.955086761 5.090778178 5.05647176 4.661712057 4.682338063 4.988998948 4.808663568 5.327568903 5.384876295 5.148677311 5.11005697 5.079707529 4.915928558 +LQ07X004040 Putative Ankyrin-1 5.250558647 5.463833129 5.469380412 5.314469556 5.260108477 4.973923603 5.23112096 4.887300929 5.323952307 5.200191796 5.892773117 4.976619477 5.391548475 5.093097519 5.144909452 5.120121238 5.222071933 5.786650592 5.885004445 5.283204331 5.391983471 5.754708855 5.612136568 5.424594779 5.36267567 5.701989843 5.928603297 6.685046063 5.607290517 5.60642865 5.464081182 5.049021738 +LQ07X004050 CRS2-associated factor 2, mitochondrial 10.86127687 10.94065502 10.30120044 10.3378598 9.826651902 11.44250689 11.24506207 10.59647962 10.86813167 10.54452806 10.26642025 10.47617514 9.792016954 11.53714238 10.79807015 11.07240395 11.63555171 11.01653476 10.87558865 10.08680349 10.40188405 10.13145963 11.55460158 10.38993008 11.36172838 10.86821163 11.00834731 9.857263656 9.495738582 10.22856771 11.09526209 10.52549753 +LQ07X004070 Putative UPF0136 membrane protein At2g26240 13.82196733 13.50562829 13.82650144 14.25137938 13.97818442 13.3467 13.55249492 13.45696777 14.10958279 13.8795185 13.84778332 14.21768349 14.03298546 13.42005289 13.50091828 13.64055148 13.81268579 13.69326828 13.94006539 13.48772318 13.24872955 13.98807768 12.82054297 12.22117111 13.77103003 13.63881377 13.67728953 13.82244571 12.98277545 13.19763008 12.78493436 12.16415825 +LQ07X004090 Putative uncharacterized protein 13.60625322 13.01816923 13.4988982 12.82037 13.1717212 13.15355209 12.82980711 12.33958891 13.55223399 13.13917793 13.49350002 12.80636841 13.09954783 12.97687743 12.78502317 12.63059623 13.55651851 12.71502555 13.27010796 13.65662131 13.24797846 12.9206737 13.48296051 12.76282685 13.39777503 12.53986772 13.03400185 13.47958188 13.07679367 12.74745467 13.37552571 12.72195809 +LQ07X004100 Predicted protein 12.50050376 7.853955216 12.75026819 11.90291434 7.592653665 14.14164628 12.6888914 9.039259129 11.60418714 6.315725122 12.00487947 11.28410444 8.06136668 13.99336661 11.51608571 7.552548388 9.570266747 10.40898946 5.409375723 11.99374697 10.55059087 7.555800691 11.45816603 7.548915921 10.42483315 9.582918827 5.13226103 11.39011756 10.19393879 8.073557769 10.68620829 6.079017248 +LQ07X004110 Vacuolar protein sorting-associated protein 22 homolog 1 6.101342931 5.703067337 6.660694654 6.051622292 6.20006035 7.407038536 6.340911445 5.394488244 5.907551835 6.348814895 6.553885133 5.927490811 6.204590729 6.670817663 5.735462266 5.211132672 5.85133367 5.781634278 5.439566603 5.998165566 6.382895854 5.917513775 6.408004523 6.107123513 5.782972136 6.253331389 5.773646939 5.479005881 5.444790639 5.751537387 6.316055146 5.803333192 +LQ07X004130 Putative Major pollen allergen 11.03915074 10.22198689 10.46315281 11.43378176 11.30312453 11.23804237 11.17273182 11.81701204 10.73983561 11.02845748 10.41139082 11.14037863 10.86259876 10.80493624 11.4805941 11.39060291 11.50838346 11.34585797 10.86134304 10.415048 10.6738092 11.27788448 10.00133826 10.58515418 11.02333693 11.12702241 9.386781325 10.51335204 9.687458267 11.3560264 9.603458626 10.72588122 +LQ07X004210 DNA polymerase I, putative 5.66659533 5.877413048 6.293946726 5.892085977 5.729589861 6.378490607 6.091061605 6.508326945 5.610510377 5.525701807 6.447875894 5.795039647 6.003573552 6.307037066 6.236771162 5.845365468 5.805559462 5.634263976 5.852528908 5.669185639 6.099688528 5.369629684 5.495837226 7.379118072 5.928502945 5.211000059 5.245860317 5.379453523 5.21657544 5.458320844 5.843868988 6.560363113 +LQ07X004220 Microtubule-associated protein TORTIFOLIA1 5.6801911 5.213804146 5.260415247 5.105277891 5.144176346 5.339002274 5.022158339 5.445073908 5.682683282 5.173843899 5.288018814 5.364426313 5.202908295 5.011011069 5.068783957 5.144727396 5.452657601 5.755664506 5.867985976 5.724268844 5.531677217 5.381751092 5.46785363 4.923528287 5.854773781 5.385427513 6.239238013 6.146784825 6.106913502 5.211824699 5.042354017 5.37600171 +LQ07X004240 Predicted protein 5.92287009 6.066133743 6.287849443 6.29386155 5.579779683 5.728132626 6.211654929 5.556533189 6.249269382 6.162168259 5.996391572 6.339058512 5.645187023 5.936626503 6.420740433 6.132722656 6.257539342 6.441507776 6.18965662 6.178745545 5.882880664 6.110709637 7.186010904 6.125908574 6.265178804 6.275171515 5.964380009 6.055000956 5.777548332 6.193443906 6.255088534 6.24146448 +LQ07X004270 Putative uncharacterized protein 5.337256115 5.718758588 5.762340906 5.704007758 5.240473073 5.648553887 5.843910534 5.913604815 5.578095339 5.630299851 5.15428349 5.643516386 5.656354201 6.138556736 6.440361037 6.179026076 5.163904542 5.451780187 6.091680265 5.400521921 5.235891109 5.538949978 5.247320131 5.370906249 5.820782244 5.497249856 5.665664898 6.048375433 5.567715545 5.618623946 5.859491003 5.00503021 +LQ07X004280 N-alpha-acetyltransferase 38, NatC auxiliary subunit 4.983741848 4.878050479 4.677170341 4.952690708 4.843703137 5.054919282 5.082635878 4.934371105 4.755658638 5.21119243 4.985018047 5.096996813 4.996563126 5.26640762 4.924108206 5.163463264 4.936510108 5.093966056 5.082982194 5.104453974 4.88334544 5.092971634 4.965492164 4.843795628 5.194881744 5.144714349 5.180438309 5.238439129 5.437075037 4.780603564 5.06413811 5.579920107 +LQ07X004300 Putative Septum-promoting GTP-binding protein 1 10.92332346 11.22139163 10.98784695 11.50740507 11.3975726 10.686429 10.78175903 10.92550899 11.10790183 10.91298195 11.3318134 11.56417006 11.62096484 11.00513364 11.10205008 11.05034336 10.87657279 10.8344582 10.71636183 11.02735934 10.29416241 11.60023761 9.858221126 10.88517342 10.99248033 10.97594526 10.69438412 11.29527636 10.92823495 11.64812807 10.40332904 10.97976026 +LQ07X004320 Tryptophan synthase beta chain 2, chloroplastic 5.300214635 5.517506047 4.92241213 5.930752276 5.27596285 6.645615999 6.30896612 5.855379698 5.253909045 5.821147752 5.269925258 6.129426394 5.453679316 5.899628723 5.393987297 5.314989602 5.195374762 5.279928878 5.466381002 5.158744034 5.1893044 5.261934284 6.184576585 5.22050368 5.718041294 5.625544652 5.447251368 5.130590865 4.978379781 5.17071739 5.822377237 4.859182149 +LQ07X004330 Glucose-6-phosphate/phosphate translocator 1, chloroplastic 5.464398845 4.975144291 5.321297971 5.336133056 5.664424067 5.218557238 5.230887123 5.660801204 5.411610481 5.559103855 5.59862347 5.549682687 5.263032526 5.262516131 5.635418689 5.860738057 5.453595625 5.322976104 5.260434725 5.33374637 6.054910911 5.646063614 5.265997647 5.536392834 5.370430078 5.738807719 5.215121807 5.293007652 5.183199987 5.400064062 5.790631381 5.855118459 +LQ07X004470 Predicted protein 10.71672302 10.92367138 10.42465054 10.54825614 10.63816368 10.87330586 10.79611422 11.08873285 10.78633418 10.99142291 10.4971748 10.52852356 10.67537317 11.11913288 10.94978655 11.25722523 10.83009111 11.02069818 11.44158477 10.36966909 10.14490381 10.45009341 10.71078402 10.91418709 10.86124211 10.8442692 11.42272953 10.52815936 10.43618011 10.20254539 10.75212255 11.03516897 +LQ07X004500 Electron transfer flavoprotein subunit alpha, mitochondrial 5.178899426 5.288544695 5.556879312 5.305092159 5.180428974 5.703237299 5.686684871 5.499277364 5.512418395 5.922045466 5.245955232 5.524002785 5.250041395 5.097814532 5.800241017 5.275625161 5.125869591 5.049121978 5.035627659 5.58194521 5.506155338 5.198648376 5.86044034 5.848959915 5.417753804 5.273154007 5.271774287 5.178529653 5.641644984 5.321765633 5.851036328 5.425812851 +LQ07X004530 Putative disease resistance protein RGA3 8.615766098 9.965205827 7.583242128 9.357784326 8.455120537 9.497816001 9.638685595 10.38057898 9.06028161 9.750763706 7.497618839 9.434069512 7.568116562 9.898139984 9.945678889 10.24824232 10.96482728 9.879538282 11.324569 8.141586407 9.024981823 9.592672099 9.546044649 10.53287102 10.17100037 9.672843912 9.905475232 8.753071164 8.418002893 10.22993294 9.660977093 10.22885711 +LQ07X004580 Putative Germin-like protein 9-3 4.87348637 4.534612907 4.909484139 4.832362584 4.917927345 5.066728186 4.829361575 5.046946848 4.740839971 4.584790621 4.725027939 4.769621585 5.085289285 5.188708377 4.728528697 5.155626017 4.702923526 5.003735377 4.818850671 5.384466688 4.708709808 4.790646232 5.034430508 5.117796355 4.982095244 5.079133125 4.656419442 4.895278397 4.765775098 5.130619649 5.351395083 4.943159016 +LQ07X004590 Putative disease resistance protein RGA4 5.288754022 5.395258045 5.331826312 5.610937184 5.516916952 5.512134971 5.648762137 5.576766031 5.234603495 5.383631981 5.528139301 5.955780112 5.307922464 6.025710625 5.442909502 5.651846743 4.987605496 5.041009109 5.535461992 5.632275552 5.54275098 5.00136707 5.203843719 5.271288925 5.25961036 5.223375566 5.636104667 5.768440829 5.656846204 4.955512835 5.55966558 6.628446622 +LQ07X004610 Putative disease resistance protein RGA4 10.79775864 8.578729613 9.471964516 8.399678548 11.11168626 8.858100638 7.191546365 9.71596169 9.615434206 10.19516434 9.276693323 8.340227377 9.499544201 9.213878722 6.150154127 9.771691374 10.5854979 11.96284388 11.73902933 10.6213107 11.14628037 9.705742227 12.05282204 11.91809134 11.08939957 11.54009238 10.77742419 12.61850283 11.33041982 9.722584728 11.37778015 12.17355734 +LQ07X004650 Putative disease resistance protein RGA3 5.009782676 5.038853404 5.275218679 5.086366067 4.776134479 5.263945255 4.869845276 5.04161882 4.680399413 5.670189674 5.056317197 4.981643475 4.778164929 4.932849614 5.501290992 5.329158061 4.995562061 4.679801984 4.902894207 4.768858212 4.745699233 4.625235748 4.942904782 5.265521898 4.826440502 4.851904004 4.929057301 4.702545233 4.630244448 4.90064105 5.271112486 5.392779423 +LQ07X004700 Putative disease resistance protein RGA3 7.091710834 8.796124654 7.514066853 7.567814108 7.08892434 7.823745717 7.899304276 9.008369647 6.540424323 7.210562751 6.659229482 7.23612243 7.046249274 7.818475863 8.123763156 8.143485529 10.27415126 9.986204562 10.06841691 8.874261397 9.726845692 9.178873408 9.796879879 10.44086501 9.405120869 9.53932267 9.068518801 9.219645649 9.06093079 9.711429969 9.554590869 10.36390561 +LQ07X004760 Putative Early nodulin-like protein 1 12.10492947 12.35419832 12.24407028 11.4555664 12.35661422 8.631671943 8.920431543 8.617642106 12.07789993 11.96578379 12.64750016 11.89559922 12.8093372 8.943228478 8.690308121 9.602194729 11.84363459 12.59503387 12.07425714 12.77114467 12.90262705 11.99844837 8.757602449 8.23071908 11.7326167 12.23606758 12.37231275 12.86133321 12.80045808 12.17666298 8.575643197 9.070622148 +LQ07X004790 Thiazole biosynthetic enzyme, chloroplastic 14.04108108 14.30166932 13.85473101 14.46972313 14.10536864 14.76847576 14.90168378 14.24790086 14.28397073 14.52435947 14.10556065 14.83715661 14.62584554 15.12277424 15.05540667 15.16031954 13.56675033 13.35541043 13.92268616 13.21975332 14.12556402 14.08524824 14.5834077 14.56645686 14.39217477 14.01470463 14.27493488 14.23416112 14.73403862 14.62462154 14.92303213 14.81870183 +LQ07X004800 Protein translation factor SUI1 homolog 2 14.87340498 14.68563657 14.41834649 15.16632197 14.97738982 14.89861297 15.16113973 15.26319805 14.64210004 14.1814599 14.31268585 14.98882783 14.55188082 14.9799451 14.41189929 15.09800677 14.95470069 15.00129504 14.82453836 14.10198768 14.27592628 14.91531435 14.70694721 14.6954305 14.48340247 14.32759261 14.52642162 14.70668091 13.40680866 15.15084072 14.43293806 14.76762583 +LQ07X004810 Putative Lectin-domain containing receptor kinase A4.2 12.02056659 12.30500468 12.147257 11.88122371 11.9968347 12.00967031 11.95055772 11.99283454 12.28867381 12.23479818 12.25558702 12.17963477 12.21783623 12.00722909 11.86672135 12.03868995 11.94064191 11.70907438 11.43349383 12.52100599 12.11091463 11.81047494 11.90707792 11.65372605 11.86873444 11.64991097 11.43970911 12.69524042 11.85625837 11.84739605 11.94838964 11.56355916 +LQ07X004840 Putative Lectin-domain containing receptor kinase A4.2 5.421668068 5.326192788 5.355849026 5.17824303 5.319193309 5.514185122 5.027025897 5.890184985 5.246878769 5.117721278 4.959505416 5.171318677 5.247202073 5.267177028 5.138847129 5.660270643 5.164705359 5.549980068 5.583450276 5.199593362 5.694204672 5.394501129 5.372142965 5.134724418 5.317474382 5.428990856 5.607811167 4.813388929 5.061776142 5.33464194 5.06644053 5.152626516 +LQ07X004850 Putative uncharacterized protein 9.792144123 10.53504853 5.914850981 5.092726484 5.837786732 5.325764849 4.762738608 5.001214872 9.802299954 10.89785158 7.136626893 5.052405346 4.999138688 4.947249024 4.81812758 4.75163246 9.860234987 7.121584264 9.709734111 7.141884348 5.875329987 6.200682724 5.120480364 4.848524375 10.5862979 8.391692792 9.42625541 5.637192781 5.466290971 5.442661373 5.618136947 4.865047282 +LQ07X004860 Protein translation factor SUI1 homolog 2 4.898391832 5.222336884 4.80780119 4.770344004 5.00110471 5.090630889 5.062404612 4.902871012 5.016248357 5.202788645 5.174248526 4.671108628 4.792434777 5.194571579 4.90277179 4.795085881 5.529988248 5.156032979 5.383489804 5.357373784 5.606605555 5.337277255 5.059178245 5.523224159 5.063750394 5.162151804 5.606751375 5.236702911 5.663595055 5.215867144 4.999471117 4.910688057 +LQ07X004870 Putative Sweet protein mabinlin-2 5.799297951 5.922454307 5.772740976 5.476145884 6.690685161 5.125581646 5.48888577 5.278719564 5.727003761 5.44129726 5.777639767 5.946363218 6.160745323 5.083937158 5.06943907 5.82302523 6.06287743 6.182477228 6.025334082 5.887572212 5.851891609 5.958083949 6.21917852 5.624737589 5.763688684 6.045125678 6.246697553 5.774403884 5.583933501 5.997631126 6.212255554 5.939038138 +LQ07X004881 Hypothetical protein 6.91287815 6.968602121 5.866784 6.000081996 6.503427965 5.598939649 6.004417234 6.047687893 7.014598617 6.346088969 6.144229764 6.068900254 6.795414222 5.977906045 5.677026422 5.606925852 6.392436682 6.688128178 6.683472061 7.359610457 8.269237086 6.678297885 6.615996861 6.048642006 6.494867715 6.952551801 7.847253452 6.895844878 7.464506739 6.929115147 6.708008402 6.261818987 +LQ07X004930 Non-race specific disease resistance protein 1-like protein b 8.305132005 6.47200106 7.969134194 7.724906756 8.512140437 7.778722372 8.2510051 8.140162243 7.172582183 7.45033864 6.973590453 6.842252391 7.140968713 6.306093878 6.474534535 6.185906241 7.921983421 7.815154375 7.945962159 8.625629244 8.88100521 7.926574874 7.79355974 8.407179341 8.454024884 8.899774163 7.477707071 7.053986275 6.999369454 7.756899101 8.3647467 8.7984344 +LQ07X004950 Putative F-box protein At5g52610 10.82152297 10.33784292 11.15661734 10.89237983 10.51426554 11.24544896 11.13693771 11.27714081 10.68979837 9.897786492 11.23812549 10.94093216 10.73442391 11.37442734 11.18383833 11.14420127 10.84386332 10.94090145 10.1926322 11.05282673 11.16937264 10.56083524 11.80277864 11.29737428 10.47232158 10.66885714 10.08769917 11.11332863 11.2754574 10.73455546 11.81659567 11.26709346 +LQ07X005080 Putative uncharacterized protein 5.996807557 5.904199286 6.90514333 5.92268499 6.256425255 4.983761595 5.504049621 5.416050561 6.033507676 6.47811129 6.416256713 6.311591364 7.053609847 5.417497463 5.740431482 5.611261836 6.259323339 6.419921283 6.104863213 6.163593886 6.867858105 6.717976724 5.706576421 6.060174158 6.763671947 6.433456978 6.558318324 6.214711976 6.472871109 6.822570533 5.935709815 5.943747942 +LQ07X005100 Putative uncharacterized protein 5.391704605 5.295919137 4.96825447 5.320302183 5.723437202 6.566799475 6.189132736 5.87578645 5.030015393 4.860572964 4.913646247 4.720210436 5.208637921 5.451260708 5.247945684 5.188580437 5.468141279 5.052199617 4.950874949 5.368755661 4.991299635 5.069339746 5.748876153 5.473811979 5.521654533 5.181965707 5.008301497 5.302126355 5.275762352 5.114783112 6.434845901 5.528733689 +LQ07X005140 Predicted protein (Fragment) 5.174958763 5.808682454 5.527493127 5.376728372 5.786669727 5.834817268 5.670650513 5.544193429 5.556585835 5.355268963 5.538657706 5.326405591 5.279375195 5.749349294 6.191075404 5.607584605 5.629119001 5.501407474 5.296972579 5.373035015 4.886194572 5.857647174 5.597931144 5.385900249 5.56847483 5.264705426 5.035484942 5.449321797 5.253838738 5.703170345 4.977061261 5.646410049 +LQ07X005150 Transcription factor ILR3 14.06720076 14.65234592 14.04667549 13.90651792 14.14862926 13.96657157 13.92069273 13.99750732 14.04314151 13.89875773 13.9561348 14.05742754 13.89897554 14.0368833 13.61037622 13.7557648 14.45105646 14.34784825 14.25326545 14.45939553 14.02549216 13.89069337 13.78458659 13.86959238 14.23242782 14.07804216 13.96236172 14.17609682 14.25361591 13.95660945 13.96037183 13.82501373 +LQ07X005200 Formin-like protein 5 7.432629118 7.093384626 7.0730226 7.138447746 7.263266485 7.442092856 7.051204484 7.431649978 7.123906949 6.167322414 8.249341676 7.084220659 7.445131813 7.745704092 6.478905259 7.050669701 7.469713263 6.315997843 6.326152153 7.77763611 6.758521252 7.332788782 6.887762364 8.651324306 7.638354631 7.363807266 6.667366026 7.042087185 7.571950896 7.912441206 7.890586985 8.874462514 +LQ07X005210 Probable histone H2A.1 10.88846939 11.20082229 9.708008429 11.71817057 10.66386624 11.75249281 11.75174142 12.15830552 11.38808653 11.44316316 10.11943544 11.74310243 10.09604649 11.63715083 11.80063448 12.05067822 11.11151786 11.13946634 11.13170245 9.573124772 10.27983624 11.58256668 10.42576282 10.43069334 11.14397634 11.02821444 10.56805779 10.2136543 10.08150242 10.90273178 9.774016276 10.86111026 +LQ07X005230 Predicted protein 4.850459741 4.934363179 5.249229057 5.150005585 5.279134881 5.019146031 4.761835853 4.902728686 4.988947084 5.151318137 5.54495915 5.148803998 5.205587324 5.005582939 4.915576251 5.096514719 5.15624728 4.994681467 5.371875457 4.897293007 5.529534857 4.947887349 5.621337884 4.844508344 4.985630167 5.337304275 5.393013632 4.612901005 4.863631426 5.300151747 5.231302087 5.770436507 +LQ07X005250 50S ribosomal protein L24, chloroplastic 12.74413552 12.45054235 13.01498256 13.52564264 12.53838057 12.56190733 13.23291882 12.67709672 12.76745935 12.67928278 12.68220562 13.31320172 12.86430826 12.70125722 13.25221534 12.75123551 11.99750776 12.83290843 11.99600977 12.59888837 12.84266091 12.95845288 12.91269937 13.18538513 11.94875058 13.14571465 12.45049556 12.59055599 13.01439229 12.95590666 12.73494924 13.16603571 +LQ07X005270 Chitin-inducible gibberellin-responsive protein 1 5.052912759 5.65057657 5.146735633 5.312271119 5.126163882 5.247856203 5.18349059 5.094696472 5.190350353 6.177096578 5.398674821 5.209591335 5.474927772 5.103316783 5.260558081 5.264997657 5.783297556 5.194374052 5.59701363 5.368493059 5.449065913 5.301235152 4.898861976 5.464075578 5.41964566 5.625650889 5.909777275 5.112582212 5.290087749 5.74884699 5.313648055 5.775497527 +LQ07X005350 ( )-delta-cadinene synthase isozyme A 7.703091039 7.508908958 5.952873793 5.62769851 5.127332515 5.503754184 5.123532408 6.027927257 5.566827967 7.921249628 5.45480619 5.318270391 5.477994842 5.220952527 5.642163464 5.857052714 6.455957301 6.335543887 5.425691372 8.571119284 7.382646757 7.526599882 5.571824689 7.095430116 7.519853262 6.836623888 5.464286047 6.652798572 7.720850074 6.639336221 5.703544889 5.289318988 +LQ07X005440 Putative serine/threonine-protein kinase receptor 5.092174093 5.156671735 4.945273793 4.847967157 4.884928042 4.726696111 4.841709609 4.799954113 4.811355038 5.016038656 4.953276057 5.078886688 4.959945994 5.063951788 4.908170047 4.764433563 5.04291778 4.736300268 5.454580042 5.270497194 5.306332239 4.575902546 5.424247458 5.195193231 4.878737138 5.122327729 5.215376901 5.433346398 4.670336333 4.795783058 5.504246311 5.816670807 +LQ07X005680 Putative serine/threonine-protein kinase receptor 4.821452753 5.193819094 5.562959574 5.012961729 5.375102187 4.764092113 5.23865995 4.906056702 4.904089773 5.332691665 5.466269407 5.245045321 5.214757546 5.171780126 5.835606123 4.908288 5.666278127 5.194910952 5.018261683 5.744295987 5.168628861 5.237344417 5.363965112 4.805857376 5.446843715 5.283747019 5.118236262 5.418182502 5.357962721 5.244440775 5.059029573 5.009232309 +LQ07X005690 Putative serine/threonine-protein kinase receptor 4.837866703 5.240229561 4.817302295 4.970438643 4.787335267 4.698890512 4.808568195 4.742890914 4.986015295 5.255919119 5.495477572 4.911923211 4.665033631 4.706992544 5.731204024 4.768736322 5.019063764 4.805908156 5.114385246 5.0864778 5.414773396 4.779095372 4.594839961 4.929531872 4.795690358 5.173360414 4.972081188 5.272129095 5.017962866 4.652636769 5.041408662 5.033693002 +LQ07X005700 Cysteine-rich receptor-like protein kinase 10 11.77022276 11.92479187 11.9938596 11.18912116 12.16514433 11.94875224 11.50119356 11.98470106 11.81161134 11.70333546 12.12489676 11.27731291 12.11880058 12.10254658 11.56258346 12.286937 12.54205245 11.72688612 12.13505719 12.69672491 12.58023678 12.01031539 13.3666912 13.19545325 12.20221092 11.76974805 11.81931951 12.92526204 12.48856284 12.1794395 13.38318341 13.36209801 +LQ07X005820 Putative Ricin-agglutinin family protein 12.82221402 12.88498005 13.96627171 15.02363917 14.39467505 15.14419804 15.24312462 15.05078813 13.15405396 12.66006784 13.80314756 14.75627634 14.18806725 15.04865614 14.63496948 14.9247208 12.20453231 13.49116937 11.9674143 13.46126345 13.83694304 14.48895789 14.32697246 14.75753326 11.98623991 13.02998999 12.2816824 14.50954208 13.85063527 14.74401508 14.08563151 14.65217324 +LQ07X005860 Putative Predicted protein 4.85475081 5.140841367 5.859661594 6.878835305 5.496504129 10.9708609 13.79246592 10.88710157 5.172371781 5.053210976 5.689362368 6.981316962 5.365207229 12.00176159 11.68181569 11.912882 4.655225483 5.563855082 4.964594939 5.29799744 5.845239477 6.04297837 11.58141906 14.70854816 4.959108167 5.398117806 4.736819337 5.401200482 5.370388683 7.840650974 11.13992955 12.66784616 +LQ07X005960 Putative Disease resistance protein RPS2 5.577607583 5.728900463 5.930544982 8.203541499 8.302805295 9.641871252 9.18704644 10.38035272 5.659572819 5.422841885 6.585755181 8.59037662 7.950902857 10.08777586 9.52712006 10.71160226 8.616000875 8.278175145 6.704988621 8.43943731 8.450922329 8.316665277 10.38206459 10.305665 6.749582945 5.759623208 5.370532498 8.379831193 7.049009681 9.917068261 9.86658705 10.69256926 +LQ07X006020 Putative disease resistance protein At4g10780 4.814581521 4.66143561 5.011519654 4.685514946 4.877846201 4.608255477 4.828377585 5.032137274 4.622541654 4.578089892 4.835497563 4.597563979 5.040804626 4.55231553 4.659798492 4.669169888 4.849410393 5.14124697 5.267522973 4.708608543 4.635095731 4.486521077 5.30373342 5.736047784 5.08787345 5.300645934 5.126269783 5.035654266 5.240418326 4.81639166 5.171761879 5.524280906 +LQ07X006140 Thioredoxin M-type 4, chloroplastic 14.35846445 14.26721974 14.80488422 14.60117365 14.52029234 14.62964338 14.82343167 14.57516236 14.25728311 14.22159585 14.57005701 14.37029863 14.67355877 14.75578062 14.85029348 14.90395077 13.93696291 14.79267672 14.20126136 14.61795428 14.95367382 14.78831704 15.01527304 14.89532925 13.98742278 14.50900323 14.31871866 14.83347843 14.69433161 14.85763389 14.95776567 14.96668252 +LQ07X006150 Rnf5, putative 5.171645289 5.201570549 5.362886328 5.347031774 5.617644023 5.941755082 5.17483933 5.483714557 5.36487493 5.527381732 5.257670324 5.39770894 5.688161054 5.969435603 4.903272158 6.511721614 5.248270589 5.302164101 5.389763007 4.949495631 5.187318801 5.075973517 5.276430236 5.118904771 5.265498066 5.60563146 5.083414141 5.351246016 5.270563848 5.058402424 5.577621766 6.129785293 +LQ07X006160 Expansin-A12 4.8746967 5.41436519 5.047541977 5.191142633 4.890652758 4.963607375 4.966458097 5.139262903 5.024659178 5.217851669 4.907366386 5.184356026 5.042681102 4.860922571 5.032554993 5.096369573 5.506551865 5.111747772 5.857978229 5.070936444 5.38979649 4.861711765 5.221977332 5.247935159 5.157380721 5.511971274 5.527681707 5.731659181 5.864462257 4.919291097 5.012045573 4.83417435 +LQ07X006210 Hypothetical protein 8.848927921 8.759455458 8.221916731 8.057651781 8.473932359 7.13565113 6.853771443 6.868060093 9.005377789 8.102034398 9.023016673 7.898876307 8.620027167 7.36893296 6.949381663 6.670927443 7.02287789 7.148112673 6.500609632 7.351937087 7.13159764 7.127189087 7.190604631 7.33279933 7.266039601 7.155630341 6.786291944 7.077668279 7.391764243 6.984159363 7.17742478 7.380358661 +LQ07X006290 Putative Predicted protein 8.849850163 8.996572693 8.184677416 7.938820062 7.801515241 7.05377397 6.748328288 7.194713003 9.047577138 9.198869051 8.647744961 8.24251598 7.997884576 7.365698787 6.884563594 7.180964248 8.530434508 6.916588291 9.07290782 6.068991439 6.138615606 8.459966918 5.873831605 5.366342497 9.396002087 8.427066112 9.25074976 7.734194285 7.793812127 7.733977479 6.159732611 6.74428503 +LQ07X006340 Putative serine/threonine-protein kinase receptor 5.247957871 5.211844163 4.67626353 5.128689675 5.072474938 4.876630712 5.040889403 5.125530912 5.24393584 5.649981432 4.893579642 5.175993186 4.970483199 4.921425298 5.125801048 5.200133329 5.041796088 5.301833499 5.89351178 5.50392886 5.303940059 5.26690018 5.161583381 5.27037232 5.185940724 5.461445062 5.736225279 5.729966399 5.236145672 5.167170949 4.767767888 4.767721713 +LQ07X006420 Putative Leucine-rich repeat-containing protein 40 11.25781036 11.10263286 10.46753247 11.24739082 10.64792906 10.77084383 10.47993381 10.61955336 11.47161683 11.53412542 10.85097672 11.10631843 10.78004316 10.8884208 10.71681523 10.75528513 11.97784205 11.3443769 12.06981872 11.29958059 11.20074481 11.52276767 11.1588428 11.6379425 11.68558893 11.4515937 11.84384781 11.39540931 11.49944336 11.37196875 11.10675004 11.3589369 +LQ07X006430 Putative disease resistance protein At4g10780 5.104083516 4.703498847 4.927946602 4.816957805 4.728523223 4.808036095 5.005543642 4.777699714 4.682916722 4.754896675 5.452627028 4.976839769 4.780074608 5.188865094 4.77336 4.805705949 5.046889191 4.934330336 4.831205814 4.784584388 4.919425094 4.777020571 5.723811624 4.784629679 4.547379208 5.114574544 5.729027784 5.259858605 4.816005776 4.849047323 5.304308126 4.939331599 +LQ07X006480 NBS/LRR resistance protein-like protein (Fragment) 5.753018432 5.646934591 5.360976431 5.843870396 5.752463219 5.912599073 5.64457553 6.079748058 5.86635706 5.806827641 5.431114171 5.61077986 5.351501469 5.821997906 5.38948611 5.842173275 5.896063057 5.321044224 5.64339553 5.251366425 5.345484292 5.640612942 5.348737197 5.47562218 5.542137724 6.101987722 5.930266576 5.198842262 5.182660662 5.908611393 5.924149658 5.293273633 +LQ07X006540 Putative Probable E3 ubiquitin-protein ligase HERC1 5.146537092 5.308433343 5.604235424 5.098083676 5.435362414 5.082659499 5.586148707 5.674470165 4.917707031 4.965304709 5.421573566 5.219301433 5.648620649 5.400197589 5.283359143 5.526808159 5.157101978 5.412812846 4.858837745 5.219662393 5.666446255 5.877288056 5.838491556 6.707849053 5.325558938 4.959601459 5.107107874 5.125986203 5.440764089 6.348678392 5.587775734 6.140101183 +LQ07X006560 Putative Stem-specific protein TSJT1 12.26966852 12.44814366 12.81625952 12.65626323 12.95987419 12.11261402 12.83902515 13.88331861 12.59913739 12.15120542 12.82884955 12.64689692 12.22183002 12.41955054 13.22156816 13.40440759 13.82587735 13.70691641 13.26016545 12.77618058 13.00209349 12.81889529 13.26708409 13.53864733 11.73243156 11.6442837 12.59967865 11.9783437 13.04239933 12.08562084 13.47958566 13.31068655 +LQ07X006570 Putative Sorting and assembly machinery component 50 homolog 11.15868027 11.11351033 11.02957146 10.05800653 10.78837429 9.702785703 9.367939626 9.89813001 10.81330346 11.02499288 10.88867892 10.12300425 10.88463026 9.774782012 9.712828669 9.842292412 10.64795098 10.82690415 11.62442789 10.88008236 11.21890664 10.78675221 10.62947398 10.52743758 11.12711767 11.06502595 11.98665548 11.04943552 11.99387137 11.02978648 10.60657542 10.96979164 +LQ07X006580 Putative Ribosome biogenesis protein BRX1 homolog 6.099516013 5.769682901 5.991346201 6.264482202 6.078463797 6.467931921 6.37806828 6.663312795 6.612043829 5.891575973 5.714996269 6.450429729 5.700521186 6.439212704 5.822131494 7.114627933 5.924540827 6.613770546 6.624224616 4.943851178 5.16946326 6.12520216 6.002728813 5.567583296 5.854457492 6.419178952 6.29283952 5.186015541 5.418155756 5.98615489 5.216763293 5.815414781 +LQ07X006610 Putative LanC-like protein 2 5.729339812 5.759762122 5.720374699 5.496117414 5.419699078 5.283065721 5.579382883 5.426811146 5.767776501 5.855237884 5.410544946 5.334404989 5.976388584 5.385656413 5.924205793 5.608850699 5.692273516 5.644611216 5.649921075 5.472656832 6.088566538 5.923086895 5.496308634 5.498856651 5.453215742 6.274586187 6.006220395 5.531173482 6.291057676 5.572535163 5.900020418 5.94283837 +LQ07X006620 Protochlorophyllide reductase, chloroplastic 5.737562559 5.263653198 5.647066589 5.56505887 5.330463977 6.342935432 5.421349846 5.47837756 5.755483526 5.70418392 5.94168353 5.398378099 5.371971249 6.182357157 6.721788656 5.636435807 5.38081264 5.742227224 5.609489374 5.458192608 5.535365771 5.90616609 5.857625318 5.549514587 5.634181476 5.622614571 6.02584406 6.10922555 5.183466853 5.237887432 5.709016301 5.183651181 +LQ07X006640 Fiber protein Fb34 13.48413123 12.8739471 14.14684201 14.62197049 14.29063629 11.94286566 11.517046 11.51005107 13.63300262 13.069489 14.29368612 14.96832119 14.7808816 11.88134815 12.75382746 12.06698976 12.34703739 13.09569626 12.49179153 13.747932 13.84850963 14.0539823 10.74125335 11.15456315 13.52374168 13.72272839 12.80400683 14.48524243 13.93939914 14.97670259 10.83019111 11.29171001 +LQ07X006650 Putative Predicted protein 5.09072768 5.2958241 4.68903372 5.065309113 4.555135495 4.650304813 4.875396393 4.766230594 5.079683172 5.090646091 4.859220184 4.746634704 4.749220078 4.638005378 4.75486526 4.940547708 4.94458568 4.979711372 5.709983161 4.979267653 4.746997057 4.710380508 4.812305136 4.922668143 4.792208619 5.18523458 5.458924418 6.081043031 5.372878074 4.757332717 4.883552572 4.53795181 +LQ07X006680 Hypothetical protein 13.78642434 12.86816309 11.89774104 10.17228818 10.44937921 10.81744578 10.61155834 10.27100229 13.14431305 13.63451164 12.1459389 10.55042811 10.64008899 10.60364541 10.40065652 10.44209591 13.34646664 13.05732728 13.48915254 11.81454962 11.97458976 11.40263855 11.81772445 10.32907817 14.19104656 13.34281129 13.2299092 10.87700611 10.5055558 9.074866238 11.44853794 10.54124206 +LQ07X006700 Beta-glucosidase 18 5.712986388 6.27099436 5.609169286 6.229751806 5.693875165 6.821671174 7.403234174 7.703168212 6.061775746 5.769155392 5.695705233 6.543415764 5.93936031 6.786685334 7.294740778 6.875151486 6.872611831 5.803190159 6.650752001 6.322033987 6.025963048 6.557874549 6.944239467 6.850548004 6.636806121 6.01709491 6.344842109 6.207450979 5.866245332 7.304368119 6.004293309 6.164610751 +LQ07X006780 NAC domain-containing protein 72 4.66697173 5.398348694 4.81733376 4.997253191 4.715076963 4.901386188 5.166677784 5.335688362 4.880766983 4.935418311 4.724710276 4.601792069 4.544798824 4.59000208 5.340421682 4.729117451 5.551586255 4.973546292 5.168240348 5.7231617 5.867158949 4.790256642 5.123736559 5.051479759 5.038488289 4.93080163 4.733333675 5.496339565 5.199173124 4.6687814 5.006248504 4.618492433 +LQ07X006790 NAC domain-containing protein 18 5.906608127 5.522965026 6.59370794 8.716919138 9.305735822 10.84296532 10.89293589 11.5494171 5.40272112 5.446425804 6.307782332 8.775661102 8.879889706 10.94186448 11.462297 11.54789643 5.91574945 5.690939846 5.688140026 6.22386893 7.179442742 8.238581961 12.1583111 11.88365647 5.581232752 6.321373198 5.635874934 7.906153623 6.741721015 10.55086492 12.56466977 12.08049181 +LQ07X006840 Putative Predicted protein 5.856294015 5.967949185 5.668695982 5.699963808 5.026527157 5.206016248 5.201366251 5.148602638 5.981233713 5.62728554 5.624427288 5.193769489 5.151907137 5.5078378 4.820092818 5.070501146 6.46288968 5.274686136 5.148801009 5.73225203 5.278063091 5.183688725 6.16673821 5.842086331 6.067843157 5.360097207 5.373089894 5.586320568 5.124969966 4.836185535 5.105689113 5.977103592 +LQ07X006850 Putative Peroxisomal membrane protein 2 13.59065051 13.02643185 13.8120443 13.51205061 13.01259941 14.51588526 14.62104405 15.53127221 13.50693662 12.26211737 13.41694643 12.94800388 12.16810692 14.57410567 14.41974576 13.56957719 13.28458516 13.45968719 13.07245718 13.59498857 12.84973742 13.04789989 13.92290763 13.98743017 12.77330102 12.96339993 13.15748544 13.18984524 12.80607826 12.81319516 13.65471261 13.88513723 +LQ07X006880 Genomic DNA, chromosome 5, BAC clone:F24B18 10.21955089 9.620850204 10.45348148 9.34977586 9.59996675 9.267530407 8.751651717 8.486088211 9.852803675 9.119046446 10.15891733 9.257341105 9.499622575 9.27616888 8.292554417 8.526084844 9.721647696 9.606504271 9.909803749 10.12768065 9.860297502 9.921482217 9.592275434 10.03255254 10.07049653 9.602099158 10.35565148 9.639095336 10.40343538 9.88465455 9.660496514 9.717496129 +LQ07X006930 Receptor-like protein kinase THESEUS 1 11.58794875 11.55773436 11.56948895 11.4791394 11.57628408 10.22768754 9.992467966 9.641841427 11.83321418 11.15236295 11.88889779 11.5246555 12.36514947 10.08982632 10.35311617 10.08035828 11.80350141 11.91544871 11.93345308 12.10203073 12.06584169 12.4171127 10.43352834 10.39584876 11.9056653 12.62024813 12.21553955 11.94108786 12.66446512 11.68618057 10.36970301 10.72551344 +LQ07X006980 Hypothetical protein 5.477307237 5.571605613 5.475947567 5.183312939 5.183856827 5.295945486 5.13489622 5.072623124 5.36541016 5.304928035 5.321188687 5.053923956 5.450397189 5.548962715 5.249912198 5.097911821 5.389056226 5.263792962 5.41936648 5.267421039 4.956294219 5.10880315 4.844121802 5.374415079 5.117381717 5.685324379 5.308283201 5.198305331 5.19914397 5.183476813 5.542574853 4.618951162 +LQ07X007020 Lysine-specific histone demethylase 1 homolog 2 4.905299445 4.958625711 5.589100869 4.704958022 5.524431875 4.631656541 4.850214976 4.827817585 5.340801022 5.261082849 5.417265829 4.931111044 5.609659331 4.827203734 4.733840012 5.045611699 4.800231401 5.331902657 4.956631296 5.365094808 5.23948572 5.058320655 4.777313412 5.020006079 4.800606022 5.372976831 5.43337828 5.218198097 5.067880071 5.323683709 5.429805022 5.183048387 +LQ07X007080 Putative Disease resistance protein At4g27190 12.60886156 12.22936456 13.19913389 13.56557423 13.26416891 14.11810976 14.0438675 13.87409352 12.84602444 12.6618044 12.86887968 13.16338894 13.02345244 14.05019589 13.94350477 13.79162633 12.41948552 12.33927477 12.03408937 12.78157003 12.42759404 12.37963424 13.08348645 13.04043304 12.11578737 11.96782789 11.59933289 12.50463358 11.7538421 12.50891988 13.31282455 13.04858454 +LQ07X007090 Monodehydroascorbate reductase 9.604785 9.696753 10.25217316 10.20365101 9.952454672 11.90270208 11.71883877 11.4681391 9.598912995 9.480840793 9.958978657 10.23167371 9.834691025 11.86142084 11.75777675 11.59742603 11.37403317 11.50756858 11.04115688 10.75146449 9.264856727 8.980565747 11.51927374 10.18665906 9.935858139 9.038451269 10.3987386 10.06881931 8.885469728 9.020090316 10.99423559 10.6168164 +LQ07X007100 Predicted protein 13.14277872 12.7474806 12.71549294 12.83321642 12.53859174 13.40492508 13.48790335 13.11274115 13.22813814 13.1176995 12.84540537 12.79193877 12.3185161 13.39585852 13.20122082 13.32121888 12.97174114 13.07923356 12.42497503 12.45343239 13.02392201 12.08994253 13.3162398 12.50642202 12.79181413 12.76756461 12.65806252 12.00109287 11.88183718 12.03794054 13.03946282 12.4836717 +LQ07X007110 Probable ADP-ribosylation factor GTPase-activating protein AGD5 10.50768844 10.61155797 10.99714866 11.10688416 10.93462486 11.55480629 11.49425283 11.77467566 10.17906581 10.1789731 10.66630171 11.00625956 10.903779 11.63191518 11.35056347 11.74970145 10.63609853 9.76969619 9.457144907 9.915933721 9.723676984 10.42297287 10.53627857 10.53307889 9.990131953 8.946686885 9.339272937 9.993514396 9.873973724 10.79355932 10.37949847 10.51337005 +LQ07X007120 Hypothetical protein 5.300108341 5.345863308 5.728670769 5.342599607 5.673011171 6.644560346 5.846289635 6.28774034 5.40915415 5.007172071 5.703234142 5.33329728 5.317336993 6.427295615 5.265659923 6.136223023 5.45244737 5.74547768 5.262410162 5.415635125 5.696782955 5.260567167 6.593399228 5.334565458 5.391261643 5.591511844 5.536619927 5.683043361 5.71208003 5.88817924 6.912510113 6.774383146 +LQ07X007130 Predicted protein 7.280227738 7.051968727 7.45805544 6.545126059 7.052479446 6.156372103 6.618416988 5.967943106 7.155120856 7.303001365 7.370369548 6.746538618 7.380516149 5.773966771 6.303494063 6.159705048 6.647170453 7.444531479 7.64777121 6.933489315 7.732866396 7.012478789 6.894235263 6.797665494 6.664338701 7.358738747 7.671519215 6.452814993 6.429494252 6.922136792 7.389388057 6.329137406 +LQ07X007140 Putative cytochrome c-type biogenesis protein dbsD-like 5.847375348 5.462239625 5.416278447 5.668853633 5.250360781 6.212736232 6.016741635 5.692176898 5.850253826 5.725779272 5.328120773 5.358596953 5.84684605 5.977524735 6.835221233 5.649692863 5.58122106 5.939734334 5.596682347 5.52976473 6.115598278 5.800472146 5.578824445 5.668473111 5.726677685 6.184033892 6.086842697 5.771731578 6.03535464 5.712477353 5.21278331 5.266856173 +LQ07X007160 Putative uncharacterized protein 5.232770054 5.128560345 5.058121105 4.954040243 4.992590678 5.005602461 4.974481222 5.143195137 5.176967147 5.542241031 5.264731255 4.783879437 5.005566488 5.137246245 5.147344218 5.011017763 5.033414245 5.081535363 5.486095789 5.084280181 5.295746598 4.984609379 5.523155142 5.120251308 5.14706322 5.18516337 5.447630747 5.352857325 5.304999347 5.06927294 5.209109763 4.925680083 +LQ07X007170 Myosin vIII, putative 11.02531657 11.41904212 10.93499831 11.48117343 10.98439304 11.34411932 11.25898613 11.04718452 11.41671016 11.39598809 11.16082685 11.60824348 11.12568686 11.40146687 11.39245174 10.94759646 11.56018297 11.76431129 12.13415061 11.02752995 11.52951936 11.12726132 10.6913236 10.44890492 11.52758291 11.57734838 12.26789361 11.09532504 11.4065592 10.48852271 10.31443052 9.964360423 +LQ07X007180 Chlorophyll a-b binding protein 13, chloroplastic 4.756407142 5.33217947 5.410319551 5.049872637 5.938633652 5.22132135 5.093611687 5.154233752 5.116245018 4.925922983 5.476699517 5.255516888 5.232532341 5.506515182 4.871770254 5.169087138 5.503395219 5.077150092 5.005736883 5.188111483 5.314343294 5.080862823 5.689843979 6.88389725 5.160837827 5.076147022 4.79935954 4.854535355 5.09752342 5.154063732 5.495459878 5.744636225 +LQ07X007210 Cyclic nucleotide-gated ion channel 4 9.571170843 9.161652021 10.86772064 9.914135744 10.43133263 10.74730432 10.38897003 9.84684842 9.090448799 8.468469103 9.993676786 9.883780736 10.05822723 10.71731203 10.07576138 9.988718193 10.30295177 10.39837101 10.65118272 10.6000123 9.421740571 9.463458703 10.40746527 11.22644266 9.591242095 8.074871111 10.17991563 9.834088433 10.02553523 10.33758922 10.51069847 11.36569545 +LQ07X007230 Predicted protein 10.93343808 10.39603706 10.82717479 11.16950436 10.75692611 8.26068729 8.572437167 8.360027114 10.12784365 10.19989681 10.30252636 11.05085865 11.01622232 8.311063104 8.704979304 8.581303471 10.6716892 11.24936391 10.8777569 10.39914445 11.10210001 10.46779664 9.079494272 9.246557986 10.22692285 10.33208361 10.82400583 10.63301172 10.7868439 11.37425654 8.643176878 9.972476268 +LQ07X007260 Putative uncharacterized protein 4.947091084 4.780943954 4.723593656 5.078797635 5.046332672 4.875906147 5.148409655 4.774565549 4.976929183 5.017442444 4.919803415 4.896607111 4.823943135 4.71721378 5.00426105 4.948376463 4.991220524 5.067176747 5.603830368 4.97364447 5.120828507 4.993424427 5.409430564 4.854647596 4.9296054 5.059017674 5.396202784 4.846579683 5.100596195 5.184199529 5.245530295 4.777831088 +LQ07X007270 Putative uncharacterized protein 11.2202494 10.57636646 11.9917984 12.39140914 13.46720546 12.20418944 13.15418716 13.77683606 11.67891274 12.13287572 12.18547348 12.7574524 13.35448439 12.33987539 13.04464824 13.62845301 14.18766175 10.87117386 12.22405052 11.50495536 11.72920825 10.62890455 12.48193252 11.99766725 11.72474787 10.7245636 11.3571262 10.6785584 10.91968055 12.18935106 13.32126344 12.51531531 +LQ07X007290 Putative uncharacterized protein 5.287366448 5.477085126 5.275192869 5.404643594 5.846992509 4.770291823 5.307980794 5.192372453 5.272088995 5.161990352 5.056813058 5.458562995 5.83801455 5.445077163 4.959359172 5.347961971 5.523028916 5.276494862 5.397444428 5.276572105 5.126395362 5.276422257 5.569341507 5.222699592 5.274574316 5.364692629 5.406968004 5.14808764 5.790558399 5.234402178 5.041653476 5.574542837 +LQ07X007300 Putative uncharacterized protein 8.392477854 7.790420971 7.42686021 9.500314376 7.412842833 8.713824298 9.035355266 8.537383038 8.650043151 9.17641487 7.938046362 8.837614469 7.901305508 8.593189282 8.543715412 8.805794903 11.83637031 6.666441904 7.992749002 6.643804307 6.803480341 6.65109572 7.051447929 6.288974092 9.628661408 7.728925046 6.893504319 6.53863649 5.598789678 7.422216636 6.865373686 5.953552496 +LQ07X007320 Putative uncharacterized protein 5.646403253 6.163229574 5.877679413 5.966896881 6.659184555 5.635090134 5.762224711 6.316713292 6.244838232 6.006640188 5.81171244 5.832417213 6.114557752 5.187263019 5.887323739 6.059029211 6.376820923 6.731362209 6.583939354 6.287035641 5.786332638 6.009226736 5.629851336 6.74388196 5.999412859 6.390750935 6.928747035 6.34204053 5.618616313 6.223195226 5.120068039 5.611800509 +LQ07X007350 Predicted protein 7.512323993 6.762701557 7.277037287 6.187517764 8.141757624 6.830860227 6.157760356 7.053429949 7.373710418 7.152212233 7.635240941 6.025023761 7.863917487 7.096761279 5.405623331 7.237702558 8.275073163 8.572773147 9.445641431 8.536585282 8.94725283 7.233575561 9.363449291 9.295256484 8.372918095 8.671659003 8.683238116 10.12536683 8.549693328 6.70244633 9.165683565 8.936235143 +LQ07X007360 Ubiquitin carboxyl-terminal hydrolase 14 11.03344504 11.29969472 10.48587954 10.93294756 10.87766896 10.82472975 10.84742079 10.54142416 11.07540797 11.20332639 10.73369737 10.80230782 10.97844452 10.65408147 10.85284342 10.71920772 11.55328592 10.71818718 12.09321554 10.75625354 10.2622792 10.78157121 10.43171833 10.56628217 11.37953691 11.01821191 11.95020656 10.68964607 11.07354384 10.80638697 11.03505363 10.36954997 +LQ07X007400 AT1G11360 protein 11.84566706 12.04089822 10.83579308 12.83311475 11.64820909 12.81042586 12.80676178 12.60724461 11.88807988 11.9213528 11.25433443 12.65812459 11.881368 12.82952213 12.54565025 13.24263256 12.27845272 11.78877994 11.37579304 11.06003375 11.10077269 12.19036566 11.68172674 11.30576282 12.36609526 11.87289881 11.20420219 11.43390604 10.56263934 11.90413571 11.25073964 11.19370775 +LQ07X007410 Transcription factor, putative 12.07228007 11.35281171 12.02927829 10.80741684 11.26638935 12.26668055 11.86288825 11.82204608 11.10926656 10.95860756 10.93821432 9.81284714 10.13429521 11.61122904 11.28230744 11.02222554 12.60088032 12.6528376 12.35841842 12.85822723 11.73413629 11.00101761 11.83413801 11.43723258 11.55384614 10.98283322 11.5697674 11.93457333 10.86410684 10.3552836 11.95621757 11.76530237 +LQ07X007420 Putative uncharacterized protein 10.80514192 9.586445685 11.06529984 12.80224341 11.52964329 12.08668348 12.92453811 12.04373901 10.85853382 10.48357758 11.18650628 12.75439524 11.50549997 12.46188038 13.04984994 13.17542729 10.82537887 8.831105549 9.740518117 9.536649882 9.827622096 11.05053203 9.936233816 11.05416113 10.43050914 9.618290971 9.300943954 10.581855 9.09893005 12.22379659 9.799412947 10.54451701 +LQ07X007460 Putative serine/threonine-protein kinase receptor 8.583242932 9.305339394 8.631979535 8.014428448 9.283588326 10.68508771 10.35793607 10.93627074 9.156800737 8.641536985 8.85085257 8.105248764 8.861930253 10.64837706 10.26215456 11.06481744 12.30587926 11.33458839 12.07473578 11.51318396 11.10025213 10.69357125 12.25760583 12.09384776 10.77543737 10.2098617 10.46528834 11.17872427 10.21315338 10.33617148 12.00781502 12.37548053 +LQ07X007570 Putative LRR receptor-like serine/threonine-protein kinase EFR 5.080314953 5.028384692 5.165464392 5.300790563 4.926380963 5.305717427 5.6189044 4.983966624 5.093405697 4.839048633 5.130553743 5.15482332 5.148646155 5.568824687 5.1391821 5.495263289 5.404123118 5.071332509 5.024178983 4.89400844 5.217926182 4.997294941 4.66165097 5.02879658 5.372659431 5.109213786 4.911455451 4.889800361 5.453889547 4.974174609 5.031177061 4.513254472 +LQ07X007580 Putative Dynein light chain, cytoplasmic 5.358231938 5.528350898 5.598527148 5.22666809 5.350529098 5.50984749 5.295691755 5.083292296 5.49433078 5.138698796 5.408874699 5.433649869 5.13788095 5.741466449 5.08864284 5.411111743 5.727595154 5.295517129 5.955014846 5.203336768 5.31214908 5.527833241 5.968787871 5.475164108 5.471308165 5.627296346 5.259763308 5.556429065 4.944831236 5.377581288 6.007519853 5.4604937 +LQ07X007590 Putative 3-deoxy-manno-octulosonate cytidylyltransferase 5.535055924 4.894312973 5.237397831 5.225788909 5.172330001 5.181322199 5.179467959 5.405377244 4.878893153 5.071488613 5.619108575 5.192857964 4.951828946 5.44288744 5.399253959 5.4769601 4.967836478 4.71829894 4.938321821 5.289247452 5.202440393 5.136748224 5.026176184 6.104729808 5.030374218 5.13857284 4.961966552 4.937241939 5.170752258 5.222813634 5.722827091 5.443966022 +LQ07X007690 Mitochondrial import receptor subunit TOM7-1, putative 13.9405797 13.44124822 13.75055253 13.18573734 13.57154538 13.56705326 13.34508971 13.10554799 13.81319065 14.3073651 13.99971914 13.44162388 13.76856738 13.67032264 12.88819676 13.36222383 13.95636666 13.86508764 13.65327848 14.23970654 13.9571784 13.80474865 14.17969105 13.69385488 13.98867371 13.9368593 13.94086461 13.86425538 13.12369411 13.57897574 14.16096395 13.81409019 +LQ07X007710 Putative uncharacterized protein 5.049305897 5.544903462 5.39474225 5.187404082 4.980904756 5.25853028 6.050406233 6.138134634 5.37130769 5.203443258 5.270557989 5.463283553 5.327172413 5.707596252 5.557680991 5.724015089 5.128107582 5.093798338 5.65975587 4.95969402 5.114313063 5.069572485 5.499613909 4.952522093 5.204882321 5.235767874 5.405797272 5.092649614 5.038422266 5.179096599 5.328316901 4.964243395 +LQ07X007720 Predicted protein 5.664864922 5.354650823 5.266655232 6.082796364 5.503221722 5.300467266 5.568128379 5.787988435 5.621563017 5.476553651 5.310609102 5.873471282 5.501803878 6.18661838 6.037694223 5.700006503 4.958009162 5.217525603 5.505551694 5.335019185 5.596601399 5.79981098 4.908315411 5.276666681 5.232128817 5.51113981 5.754549677 5.185367673 5.340830937 5.566583064 5.247957635 5.342232708 +LQ07X007850 Chaperone protein dnaJ 15 12.17566564 12.80762004 11.86177441 11.87741254 11.5426208 12.10217833 11.89107707 11.94106199 12.60428791 12.66814894 12.24964829 11.87454997 11.97277694 12.17117644 12.12230307 12.0171009 12.36357934 12.2576015 12.74040944 12.33805649 12.20548287 12.31038153 11.91487224 11.69067857 12.9375004 12.83343418 12.99565102 12.43528502 12.48270716 12.03388437 11.99858966 11.9174641 +LQ07X008010 Indole-3-acetic acid-amido synthetase GH3.17 5.760456827 5.901609993 5.72791886 5.575023618 5.913986036 5.805328757 5.591001404 6.08126313 5.995949624 5.625721225 5.535114729 5.583876474 5.926920092 5.446260007 5.229124324 5.693631407 5.884486472 6.158529123 5.909580493 5.95610052 6.005531773 5.951539768 6.290605731 7.185873498 5.854742953 6.222289608 6.086188067 5.53578338 5.704271669 6.074682384 5.604200484 7.288517912 +LQ07X008020 Indole-3-acetic acid-amido synthetase GH3.17 5.800937689 4.959627687 4.97453127 6.576272519 5.266020475 7.574325608 7.174083671 6.852092598 5.405300406 5.190988337 5.258074206 6.492482463 5.131434047 7.028528595 6.34632238 6.642356979 5.118324628 5.730420838 5.610140288 5.507987023 5.340168779 5.022425669 5.048254088 5.382898686 5.484073723 5.80823012 6.07904229 4.933879245 5.196322747 4.988470936 5.680752032 5.217797197 +LQ07X008330 Putative Protein TRANSPARENT TESTA 12 5.179610466 5.661644375 4.668816956 5.159051764 5.046605081 4.787037832 4.888781495 5.342188858 5.129088918 4.912818768 5.046366461 4.983707631 4.880069857 4.917927891 4.726805736 5.294770023 6.439964552 5.075158031 5.645188611 6.056008267 5.033572837 5.79811462 5.117703937 4.862473983 6.203335812 5.362711654 5.22821673 5.448373569 5.404955957 5.569597309 5.50780485 5.834559477 +LQ07X008350 Putative Protein TRANSPARENT TESTA 12 11.15401513 12.44231466 9.214093836 8.469492458 9.511789012 9.582999345 9.523510886 10.53028756 11.04050086 11.6458332 9.390961331 8.302551366 8.708306673 9.972785335 9.475790492 10.08852612 10.89658064 9.918296578 10.59535296 10.17737482 8.355594191 9.005510835 9.878271317 9.370487005 10.71803843 9.548978543 10.13331938 8.348621047 8.896218697 8.880175185 10.07872926 9.89495744 +LQ07X008370 Hypothetical protein 6.026983207 6.539399509 5.601808077 6.577488619 5.916641075 8.744030215 8.9379277 8.905433031 5.915825812 7.258535208 5.088034563 5.627968945 5.832427197 8.689775636 9.195048136 8.932879651 6.908123665 5.489521039 5.769781037 5.903887395 5.702511007 6.559344356 7.794526323 7.378481044 6.307953752 5.811066679 5.230149044 5.526367877 5.636048641 6.30391795 8.603556635 6.972242282 +LQ07X008380 3-hydroxybutyryl-CoA dehydrogenase 11.6072778 11.15846774 12.57112254 12.53856982 12.49755537 13.82382588 14.07836774 13.7478014 11.44356127 11.01129212 12.22529056 12.66740134 12.51257469 13.98024573 13.78054194 14.09289605 11.05105545 12.33905045 11.23028717 12.25550419 12.43385816 12.04344872 14.06998397 14.14023146 10.82758251 11.86940147 11.63036162 12.48924196 11.99077053 13.00600259 13.9576819 14.28249831 +LQ07X008390 Phytosulfokine receptor 2 5.114802026 5.31456706 4.930696077 5.499191123 5.634373362 5.004015225 4.951601439 4.95843518 5.303443585 5.936865857 5.289378285 5.651508492 5.340562921 5.298511227 5.44537542 5.303345827 5.054959878 5.159468414 5.616161466 5.665056418 5.379703535 5.668935012 4.992819948 5.763436861 5.142823391 5.104379007 5.57429267 5.406472338 5.279948079 5.11254312 5.371037634 5.44945189 +LQ07X008410 Squamosa promoter-binding protein, putative 5.048543986 5.201506698 5.076053326 5.472092963 5.219699564 5.263328586 5.24507864 5.163910161 5.4898978 6.729377742 5.209620191 5.280122089 5.513340611 5.440663306 5.522214296 5.302133238 5.712667159 5.541328141 6.261847885 5.469918962 5.144945219 5.374769059 5.600335832 5.414051788 5.181277002 5.177962476 6.036598851 5.002430976 4.957096739 5.385907966 5.558834857 6.61691663 +LQ07X008420 Probable protein phosphatase 2C 39 10.05407816 10.4237332 10.11973844 11.65682799 11.18215536 12.37326911 12.2120828 12.41358645 10.37086801 10.48609764 10.43019014 11.73318072 11.12989459 12.37730095 12.38898726 12.31694757 11.42696632 10.4275076 11.65180182 10.33254324 9.873316321 11.7872446 10.86661304 11.92819312 10.89113806 10.82502248 11.58713465 11.34051179 10.25311875 12.28348478 10.87299901 11.76419041 +LQ07X008440 Predicted protein 4.774556766 5.075800755 4.89756111 4.737252792 4.962542094 4.894493884 5.029030185 5.034850269 4.817744897 5.090346001 5.066681611 4.821908971 4.810396484 5.439471399 5.025326912 4.840697464 4.714538975 4.746313188 5.097655536 5.058448062 4.791525238 4.823875705 5.132034304 4.997146273 4.76652495 4.773697981 4.988866314 5.155250965 4.902954526 4.941418503 4.886030025 4.996128324 +LQ07X008450 ATP binding protein, putative 11.07458516 11.03585266 11.20149035 11.83964385 11.06473523 11.4964673 11.14966406 11.23566291 11.31642739 11.3641802 11.37496456 11.76518636 11.34105476 11.53254886 11.02783165 11.35916566 11.4564009 11.28894601 11.13868333 11.19401184 10.68337956 11.30230838 10.6578251 10.31257066 11.41337856 11.34837487 10.85556847 11.59772508 10.39788711 11.61338577 10.46756446 10.19921206 +LQ07X008460 PRA1 family protein H 4.755806047 4.683187415 5.14650583 4.918313172 4.909460467 4.925263419 4.989946871 4.752513122 4.866647903 4.866435994 4.822971536 5.057428675 4.897975947 5.027816591 5.145609503 4.797148076 4.728896986 4.897004255 4.753240355 4.988664515 4.511898252 4.568241001 5.34959757 5.186467122 4.970061462 4.886703798 4.877874868 5.062017318 4.727425859 4.66698099 5.069769576 5.760672544 +LQ07X008480 Putative Predicted protein 5.833764211 5.269839511 5.43207942 5.5371803 5.107854144 5.320673077 5.395482652 5.316683627 5.567693866 5.525192781 5.629126505 5.614967669 5.783411819 5.352574891 6.268525627 5.22060225 5.604684863 5.617318175 5.490537555 5.354275072 5.903936643 5.515771821 5.532411162 5.06414216 5.645305346 5.7180484 5.713150677 6.03500478 5.719280101 5.337742177 5.487211902 5.440429179 +LQ07X008490 Protein yippee-like At5g53940 5.276513353 5.556151226 5.395709089 5.793317626 5.530281894 5.898815088 6.019205311 5.715422341 5.502089169 5.763283252 5.380718011 5.552413665 5.258966641 6.120166359 6.348211827 5.495175476 5.42884004 5.85926789 5.448659901 5.382134968 5.114946517 5.410966356 5.43802682 5.176974415 5.08567512 5.070223355 5.440849512 5.096580917 5.686896675 5.710079424 5.232101582 5.213853554 +LQ07X008500 Ethylene-responsive transcription factor 4 12.40855834 12.86485532 12.33592319 11.60666214 13.87328859 12.5877573 12.72952877 14.92935324 12.22571197 12.90087944 12.17572243 11.69260719 13.14355334 12.79754153 13.24274139 13.54628177 13.20161074 13.76769964 13.7496579 13.83213572 13.81880689 13.42947073 13.96535486 14.32041476 13.04415451 13.91983561 13.69147495 13.37085701 13.37259259 13.80124995 13.95764372 14.93095803 +LQ07X008580 Putative uncharacterized protein 8.538608505 8.933233229 8.589833614 8.674839846 9.363676301 9.64118185 9.006848747 9.422002104 8.836473502 8.940770851 8.618431434 8.470924387 9.079919737 9.622357143 9.039837854 9.257601474 9.087108449 7.952427294 8.741862881 8.461447783 7.32441998 8.639835338 8.118595905 8.437436378 9.038662797 7.493377085 8.491063071 8.141394447 8.00906159 8.543440397 9.173479914 8.633990707 +LQ07X008650 Hypothetical protein 4.945749605 5.223539608 5.529431563 5.124507569 5.168688919 5.378999773 5.495554013 5.562495813 5.267447238 5.143443818 4.686171248 5.100303055 4.819092031 5.460376579 5.163243889 5.733855779 5.055602841 5.234367236 5.177298753 5.338791133 5.88677577 5.066008101 5.151026202 5.342502494 5.129358034 5.25684536 5.295176471 4.819990461 5.488707702 5.090408779 5.372991998 5.128503318 +LQ07X008670 Putative Tyrosine aminotransferase 5.371927267 5.54361819 5.555696173 5.609904747 5.674235923 6.331850159 6.455324362 6.30584236 5.498081809 5.201811467 5.293074057 5.783323792 5.730852163 6.312634666 6.267897863 6.077381359 5.533857312 5.419869035 5.382148815 5.27967587 5.397183606 5.146322468 5.219895392 5.202912927 5.383193879 5.31467041 5.381087184 5.478061876 5.101063393 5.085531036 5.232041887 4.974746011 +LQ07X008690 Hypothetical protein 5.297426629 5.148773607 5.419308703 5.52638698 4.924690003 5.261316818 5.105799516 5.248244646 5.189772451 5.667747072 5.342442413 5.755542701 5.486015842 5.078019694 5.39669835 5.39102839 5.485672039 5.341779532 5.443430138 5.066620475 5.522211242 5.231994534 5.014990479 5.475852041 5.225971611 5.475772842 5.655628487 5.632805486 5.095165115 5.799270805 5.929892361 5.371470344 +LQ07X008700 Putative Disease resistance protein RPP8 5.797455266 6.128742263 6.621353603 5.687522941 6.192873924 5.065843883 5.375200683 5.619399528 6.014477029 6.053919228 7.005146328 5.4093281 6.892420409 5.883095243 5.257787808 5.485230135 6.004162346 6.171741649 5.534031905 6.067071714 6.718141743 6.01273115 6.178224052 6.242519737 5.870990865 5.734355492 6.780818994 5.928127674 6.353196694 6.334567492 6.115796215 6.244383497 +LQ07X008790 Putative uncharacterized protein 7.614449653 9.018029548 6.368202191 8.478626205 7.094660882 8.832120636 9.447489012 9.086596034 8.255863903 9.149114286 7.259458949 8.637465901 7.186112277 8.901173568 9.048823397 9.239681375 7.921004993 6.93843425 7.374287702 6.465811277 6.88328921 7.275825436 6.964311026 7.125586858 8.423809321 7.385234888 7.890181029 6.880979223 7.036162865 6.861384952 7.647376447 7.241912398 +LQ07X008810 Putative uncharacterized protein 6.758669213 7.416073898 6.655472411 8.194863664 7.249348491 9.298900881 9.08962314 9.351032875 6.185560766 7.005495094 6.443391866 6.794627101 6.084172015 7.381641906 9.227332543 8.139813205 7.163824987 6.134228738 5.647703002 6.468827387 5.680930605 7.034262965 7.599412017 6.494631488 6.80295277 5.712404256 5.728593849 6.880466838 6.281072598 7.221001116 7.913709244 5.535276043 +LQ07X008860 Putative uncharacterized protein 4.958402756 5.217286312 4.827691198 5.127586582 5.378578346 5.532146607 5.427380171 5.61965256 5.214482956 4.930023899 5.144385016 5.414850741 5.253720911 5.156890447 5.618841365 5.578792179 5.358953751 5.607362538 5.837955041 5.075364614 5.618158844 5.515227164 5.831935563 5.588399372 5.136188555 5.633329322 5.831619343 4.981516986 5.481338423 5.803533073 5.853661697 4.803990277 +LQ07X008880 Putative uncharacterized protein 5.570767113 5.530055115 5.206340526 6.59921157 5.606123349 8.118290976 7.940026578 8.701821768 5.766806566 5.276902842 5.216987115 6.680189925 5.746675807 8.437523638 8.320303365 8.206312019 5.72303012 5.439016909 5.930121372 5.323306909 5.674840224 5.59165721 7.840612033 7.830131258 5.208121248 5.493208344 5.689958556 5.836051749 5.707574601 6.55016101 8.243702393 8.448261629 +LQ07X008920 Carbamoyl-phosphate synthase large chain 11.87852492 11.6970472 10.68941308 11.2428801 11.05338067 11.64043528 11.51239953 11.75977648 11.94909655 12.07115613 11.01063114 11.95660054 11.13268496 11.71965483 11.8243922 12.22208788 11.89750322 11.59995068 11.73969787 10.32276866 11.06350781 10.69270225 11.55508357 11.70038595 12.07944581 12.10649965 12.25514779 10.79795939 11.11836696 10.9315286 11.67507757 11.74633138 +LQ07X008930 Putative uncharacterized protein 7.825721685 7.246714158 8.908344991 7.873544576 8.784213264 5.737855443 5.761593658 6.088178069 8.00479857 7.820980473 9.175477926 7.899917393 9.621086963 5.781262856 5.762118036 6.093575716 6.717531479 8.431341259 7.628471509 9.352793426 9.525381493 9.334463535 7.568783287 5.946832048 6.825489404 8.434367502 8.276818143 8.963400757 9.096899403 8.911775024 7.465875772 6.846267282 +LQ07X008950 DNA binding protein, putative 10.20650913 10.45116181 9.495257783 10.18118876 9.785492263 10.98181554 11.23213871 10.90232981 10.27939354 10.32821541 9.949870911 10.36218409 9.691213878 11.07273127 10.98583801 10.82040309 10.31745692 10.96006793 9.87343518 9.106562155 9.836477033 10.17269902 10.08854479 10.553671 10.23165573 11.02046516 10.29947764 9.433210517 10.08250489 10.48556741 10.1515972 10.37419998 +LQ07X008960 Transcription elongation factor 1 homolog 10.34499971 10.63692816 8.452921159 8.92793141 8.076265682 8.813628384 9.085302266 8.316550902 10.9326398 11.45982186 9.505700371 9.261604054 8.317460083 8.960828589 8.951115222 9.084775725 9.573254019 9.987187463 8.456651381 8.265562147 8.058425372 9.297999882 6.567104205 7.022509813 10.29673109 10.76372618 9.11322728 7.541675258 6.326716162 8.174260231 6.634118382 7.211656648 +LQ07X008980 28 kDa heat-and acid-stable phosphoprotein, putative 13.48045504 13.62386487 13.26980343 13.80692495 13.59129708 13.90014895 14.12901803 13.91456348 13.58308588 14.0009584 13.52455492 13.62682438 13.51520461 13.72184333 13.95391663 13.88080499 13.81032729 13.65316524 13.48241632 13.32005388 13.16576658 13.20515032 13.10504773 13.40446588 13.37860579 13.60709917 12.81295242 13.24745847 12.79333725 13.16174102 13.2201223 13.04328613 +LQ07X008990 Ring finger protein, putative 13.96197588 13.6589406 13.86599198 13.4823692 13.9242498 13.2220947 13.56919624 13.45016972 14.16665356 13.71327672 13.93640612 13.67324056 14.05261878 13.18822978 13.61171623 13.41357709 14.25186509 14.57877832 14.66627804 14.55852236 14.71262953 14.282556 14.15818717 14.4256547 14.17414007 14.43818957 14.52619514 14.70558725 14.60237969 14.34517095 14.03606266 14.34450461 +LQ07X009020 Putative Anthocyanidin 3-O-glucosyltransferase 7.261815986 7.403910722 8.278371094 8.46356831 8.040327944 10.46451518 10.33560068 9.513098127 7.459885139 6.455575237 8.592714323 8.986578016 8.180787026 10.68801015 10.06450144 9.575570218 6.727607426 7.619878197 6.5146593 9.14657044 9.13051844 8.259670808 11.79611453 10.59051516 7.15098741 7.350610342 7.010027883 9.234595017 8.410987962 8.671775292 10.97128954 10.77942781 +LQ07X009080 Putative Anthocyanidin 3-O-glucosyltransferase 6.021740283 6.22676041 6.228832812 5.625696817 6.259241451 6.183743095 6.303570387 6.035429353 5.873060961 6.015461106 6.294324928 6.113495117 5.747524264 6.216958862 6.502342961 6.270092988 6.399984486 5.335679854 5.708608991 5.478207527 5.798978258 5.807898038 5.956695595 5.906376531 5.861286569 5.415237875 5.892989718 5.797893051 5.924346178 5.204331885 5.778295634 6.774962594 +LQ07X009100 Putative Flavonol 3-O-glucosyltransferase-like protein 13.57326553 13.939092 13.88490586 13.57121472 13.70635156 12.58333983 12.70538133 12.54724697 13.96630088 13.90866199 14.14636333 13.60735808 13.95813009 12.59380132 13.11652434 12.99836863 13.35879878 13.31331105 13.20855698 13.84046724 13.50120005 13.70773334 13.12216682 13.19459707 13.40101256 13.66189967 13.37207511 13.74444516 13.85277597 13.47230546 13.22943817 13.09388333 +LQ07X009140 Putative Ras 11.88019975 11.80316802 11.4218506 11.19880765 11.56957608 10.36638882 10.42166222 10.43484493 12.0616955 11.99689062 11.60460868 11.36464533 11.93307543 10.36415417 10.39556767 10.24763358 11.90465381 11.90886898 12.3819151 11.69736035 11.6187647 11.8471934 10.62709181 10.91400825 11.99502331 12.36871449 12.54684798 11.73682301 12.05037132 11.72814474 10.74913282 10.95022049 +LQ07X009180 Putative Predicted protein 5.340823286 4.994897881 5.596617672 5.050689766 5.009951479 4.917835827 5.231860805 5.274465392 5.372365223 5.059727364 4.894103554 4.89727417 5.317480663 4.949212684 5.423608017 5.025342715 5.137895394 5.012623264 5.18301672 4.880978654 5.047148718 5.177209607 4.81563913 5.492581666 5.167487602 5.377042222 5.27495579 5.309917309 4.710295901 5.201757347 5.703070482 4.955464208 +LQ07X009190 Homogentisate 1,2-dioxygenase 6.331533675 6.624487049 6.206794589 6.443527717 6.795612963 6.433479999 6.665883761 6.186112686 6.197093798 5.939586208 6.180948409 6.548762265 7.507774072 5.780366659 6.337091271 5.735708847 5.998615882 6.289836649 5.933993526 6.288532641 5.767917004 6.485842596 5.512896442 5.698358305 5.825440995 5.871961596 5.8893393 6.223279756 5.450727696 6.235670305 5.199305596 5.411154389 +LQ07X009210 Putative uncharacterized protein At1g53210 5.586614725 5.611887468 6.276154872 6.690540559 5.42691171 5.7309668 5.629323959 6.003452578 5.904847311 5.237758991 5.482149537 6.771672063 5.847659999 5.424315045 5.223482784 6.009143176 5.758757856 5.416848379 5.363616235 5.948695231 5.857122663 6.225117577 5.242324183 5.427594711 5.87474175 5.767780012 5.66426784 6.210911439 6.377083242 5.924909145 5.097195259 4.856115153 +LQ07X009250 Predicted protein 5.455649068 5.079983014 4.987557029 5.381770121 4.979420477 5.402810606 5.775222656 5.607143358 5.149431009 5.456318935 5.455788936 5.644972711 5.65393094 5.438196832 5.024681256 5.502965684 5.578844321 5.128654876 5.630759223 5.061080813 5.706384539 5.33729391 5.169745662 5.525828405 5.567338997 5.704897053 5.217111958 5.362013981 5.467937237 5.442626065 6.051952893 5.240868838 +LQ07X009260 Predicted protein 8.494328813 8.615095281 7.856883582 8.402584601 8.75004777 8.884335351 9.031583714 9.14270978 8.69031375 8.96792814 8.057605931 8.169131277 8.369172959 9.010079256 8.69696755 9.263601439 9.043136696 8.592234533 9.820297915 8.321679324 8.599785573 8.54335915 9.673798097 8.544555284 8.677656321 8.818756467 9.363783547 8.234893219 8.191785658 8.061702762 9.334631404 9.35969819 +LQ07X009280 Putative uncharacterized protein 5.067670554 5.34717974 5.086004153 4.790236741 4.998362463 4.902205883 4.857808757 4.939190094 4.634035427 5.485152093 5.015104573 4.851810879 5.050108981 4.50974264 5.220458915 4.748389058 5.29290202 4.870710782 5.011618894 5.439277471 4.904808279 5.152748181 5.309794827 4.851581037 5.512912898 4.979251982 4.957345408 4.873942111 5.348307348 5.178466493 5.265842381 4.920218005 +LQ07X009290 Transcription factor TCP4 5.689265388 5.395747251 5.816399505 5.62926427 5.889806581 5.751179839 5.863780794 5.634743013 5.88289981 5.496409415 6.580941078 5.895909738 6.028698622 5.45586394 6.239697761 5.542849133 5.397035487 5.619940371 5.578057162 5.494830994 5.534534655 5.537546975 5.088638318 5.292127258 5.641329296 5.231165674 5.729261873 5.639424037 5.230282387 5.173484617 5.479431208 5.246682922 +LQ07X009370 Malate dehydrogenase, mitochondrial 13.95124564 13.93764605 13.41461315 12.87995987 12.87609012 12.55157917 12.86980857 12.13427398 13.63277121 13.91922853 13.45430938 13.25794101 12.89572263 12.55033502 12.78762663 12.49995869 14.02383127 13.53631063 13.67022069 13.4058643 13.45556412 13.40317908 13.20058848 12.97296592 13.97167874 13.98626251 13.69206196 13.26189493 13.80772872 13.31782752 13.13189263 13.26891928 +LQ07X009390 tRNA dimethylallyltransferase 9 5.778068204 5.303560811 5.867616558 5.868609832 5.731157479 6.146535254 6.42407996 6.081550716 5.165958123 5.6217951 5.074825799 5.84183848 4.935530471 5.106789185 6.452622225 5.276517388 5.815175545 5.671658896 5.71085574 5.767507573 5.826260205 6.002896319 6.364940666 6.427075605 6.089700575 6.356362801 5.808076019 5.736689345 5.568921724 5.940881264 7.490288238 6.593130164 +LQ07X009400 Predicted protein 5.411774941 5.153747451 5.082856625 5.100666838 4.998886016 5.28449089 5.427585373 5.382582542 4.924965551 5.161144168 4.947406704 5.515144717 4.959773152 5.588251843 5.190818876 5.205648228 5.165303457 5.019771471 5.222776248 5.550632297 5.268214751 5.402950801 5.127616003 4.956295797 4.960650413 4.995501505 5.370687033 5.150355877 5.000810611 5.244429243 4.959788758 5.493729042 +LQ07X009420 Putative uncharacterized protein 13.5483 13.42173223 13.35913116 13.10264897 13.27364669 13.51303694 13.37563366 13.59282975 13.57661872 13.41189484 13.35154884 13.36132328 13.26448306 13.50822145 13.11857971 13.59035895 13.48464447 13.17577467 13.05119251 13.55279453 13.55054697 13.33430504 13.60243722 13.12034062 13.32944946 13.08328227 12.89403302 13.35426384 12.98727857 12.94451279 13.44972041 13.0569418 +LQ07X009470 Uroporphyrinogen decarboxylase 1, chloroplastic 12.85144862 12.67679598 13.0050119 13.80519256 12.83460533 13.07231062 13.20558574 12.8539897 12.9978403 12.88204104 13.03465525 13.72912855 13.06077602 13.09715416 13.2877394 13.15421977 12.57159757 12.65982511 12.74911123 12.5072894 12.85324937 12.75494175 12.74145012 12.43951881 12.82535329 12.9597778 13.00021827 12.67490779 12.90217159 12.87865777 12.60466168 12.190731 +LQ07X009480 Predicted protein 5.836399741 6.589572935 5.359340736 5.520333897 6.140214614 5.795068885 6.009528915 6.437740595 6.047118816 6.446528119 5.192345416 5.859612013 5.650543874 6.048645847 5.670926381 6.582021278 6.575181129 6.069683492 6.732719416 6.442971625 6.134064795 6.708368577 6.182192264 7.295848493 6.899273889 6.256354035 7.144063345 5.730125523 5.614965519 5.827775305 5.812118789 5.913219975 +LQ07X009490 Putative Epidermis-specific secreted glycoprotein EP1 5.339206714 5.767659245 5.787713609 5.158676516 5.947197161 5.108721113 5.033096832 5.206892449 5.748386129 6.384107545 5.918560446 5.199206978 5.573946771 5.018958403 4.934520714 5.498840946 5.509814595 5.89347052 5.820506044 5.474845676 5.399366966 5.922314174 5.107314627 5.13922367 5.51777299 5.575367176 5.872285131 5.70607366 5.156815555 5.78101561 4.950742638 5.048962228 +LQ07X009500 Epidermis-specific secreted glycoprotein EP1 6.539255983 10.73714439 6.087644407 7.375478975 9.193657217 5.804586976 5.82498764 6.90763031 9.022400799 10.99117107 6.35768422 6.683130671 8.227114557 5.652457559 5.987779135 7.048770691 12.39679342 11.54942454 12.85824016 9.425312938 8.801774135 9.48523399 5.737767367 7.062095937 9.391129324 8.674243111 12.62316685 7.937268109 8.213745129 7.741238887 5.368654484 5.946223528 +LQ07X009510 Phosphoacetylglucosamine mutase 4.905187234 5.396920732 5.1102306 5.000338501 5.319778215 5.224561714 5.125777835 5.039137479 5.049336272 4.714883268 5.312316551 5.002750376 5.317436297 4.983652127 5.183181689 5.097670667 5.016928977 5.165663071 5.399195686 5.295719983 5.030102845 5.130908751 5.214157397 5.040837409 4.948987733 4.98653255 5.308274707 4.964998313 5.08720568 5.159909183 5.274311905 5.230334552 +LQ07X009520 Phosphoenolpyruvate carboxylase, housekeeping isozyme 12.88246636 13.35584708 11.5304855 10.41069447 11.49486812 10.84821592 10.63293404 11.26604802 12.70792993 13.05708588 11.7928762 10.79030502 11.50780828 11.14866901 10.54676461 11.45670222 12.94485185 12.53165812 13.86999642 11.6675185 12.11813057 12.67172048 11.7348642 11.81214705 13.77807476 13.31352457 14.01535665 11.28572156 12.54148939 11.77292188 11.61442603 12.12759099 +LQ07X009560 Ubiquitin carrier protein E2 35 14.93806135 15.02053429 14.90507364 15.16744532 15.11738434 14.71859927 14.99676141 14.78004212 15.00564229 15.07630802 15.23735971 15.15300313 15.2581827 14.90305469 15.23090709 14.82724008 15.03875969 14.80242616 14.82650056 15.02255854 14.98325376 15.11861384 14.66348292 14.82051489 15.03995561 14.83627786 14.75712855 15.12673511 14.81024581 14.91502171 14.80765636 14.57889295 +LQ07X009610 Predicted protein 12.48613588 12.90695489 12.77880123 11.81427205 12.79475122 10.18532699 9.973945329 9.470416583 12.69606294 12.64401318 12.9469706 11.78681878 13.06733532 9.989037024 9.903430932 9.871626534 12.07032381 12.41121127 12.60688938 12.45329351 13.05609163 12.30101066 10.3717202 9.958685875 12.59296856 12.44266745 12.82115376 12.33098648 13.36133923 11.19789193 10.23037909 9.955006331 +LQ07X009620 Hypothetical protein 4.727857578 5.040462312 5.363376421 4.7093766 5.400334797 5.040573741 5.008873059 5.284463118 4.702940586 4.838502479 4.785205708 4.8268495 4.809399338 5.066433268 4.711229492 4.841770848 5.10454747 4.790710266 4.796538515 4.835565196 5.102921785 4.718404283 5.57913068 5.413842962 4.612501755 4.745499082 4.634823883 4.739827688 4.866836212 4.690299728 5.528946966 5.645724607 +LQ07X009900 BES1/BZR1 homolog protein 4 9.028634796 9.063065228 8.294132065 9.463989785 9.096757825 8.901698874 8.873672636 9.527345063 9.405578443 8.413288733 7.893383517 9.451087888 9.214128835 9.275785227 9.165094197 9.526711529 9.334604123 9.373918218 8.772802534 9.704358403 9.334884006 10.3065735 9.298822207 8.914289264 9.618073873 10.37581697 8.490423473 10.05767518 10.105989 10.22693511 8.458603525 8.736561465 +LQ07X009920 Hypothetical protein 11.23725999 9.483572592 11.74683493 11.56017822 12.5935933 11.7572417 11.51410749 12.89283086 11.69846684 10.27619533 11.46010165 11.55005877 11.49860072 11.89160673 11.37787107 11.73938058 7.20749951 7.877694325 5.931342871 11.51689007 10.24154553 9.263004324 10.21337991 9.294101605 8.127838545 9.090581546 5.433376951 10.48185861 8.813864721 10.58045942 10.72474387 9.432373239 +LQ07X009930 Hypothetical protein 12.74621601 11.8430954 13.25244278 14.87777028 14.92411725 14.38337969 15.28897483 15.27716301 12.64436656 12.58636303 12.9117768 14.07174558 13.32967233 14.6988659 15.03834967 15.21971023 12.55439798 13.64955915 12.0464995 14.00621844 14.24081467 14.30757501 14.66639529 14.69561329 12.61275309 13.05886055 11.58994366 14.84942505 12.9781322 14.93972349 14.40590817 14.32111376 +LQ07X009940 Predicted protein 8.450740468 9.260351567 7.458567392 7.979207965 8.165755473 8.574020149 9.342393965 9.37831115 8.661819629 8.874036615 8.226359974 8.08926677 8.338942932 8.703573328 8.9725686 9.743873497 9.382157805 8.735698402 9.345554263 8.897527185 7.912075416 9.376660337 9.905146538 9.696575645 9.248540527 9.171853455 9.453591399 8.879787354 8.776674182 8.439072162 9.784764964 8.632576266 +LQ07X009970 Hypothetical protein 12.71051986 12.59830285 12.44439451 11.16864057 12.41820782 10.99897536 10.96232855 11.2031489 13.02801282 13.27008018 12.86054975 11.21206269 12.03454954 11.10710219 10.97190383 11.44762927 12.72790741 13.17627988 13.65589622 12.90504536 12.53083007 11.72129901 11.64151237 11.50763951 12.48427146 12.36606519 12.81988757 11.70643776 11.35489219 10.96431213 11.3877333 11.59235863 +LQ07X010170 Hypothetical protein 5.405032935 5.46449057 5.051608875 6.414964083 4.885472512 6.040403297 5.432023004 5.724666848 5.560439342 4.821623251 4.844261672 6.247351596 5.052282229 5.719895667 5.02068137 5.155438903 5.072269803 4.526030322 5.340658583 6.422673083 5.095237212 4.557555442 4.566795752 4.855931805 5.420032703 5.285819966 5.026213833 4.711703846 5.781337644 4.710597244 5.38565155 4.454535763 +LQ07X010300 Ubiquitin domain-containing protein 1 7.484775009 6.859928118 7.1569478 9.084758258 8.455502109 8.271616086 8.979445959 9.136987167 7.322020026 6.421154922 6.56907301 8.567332723 7.37618369 7.735548503 8.80051665 8.334075512 7.494167219 6.274396632 6.236915238 6.484416096 5.256538371 8.909636008 5.627236817 5.569428093 6.703391065 6.606265784 5.929365498 8.486268911 5.810951606 8.913901802 5.853976839 6.011889773 +LQ07X010310 Putative uncharacterized protein 9.412831321 9.509739349 7.849623405 9.824503354 8.550794872 9.111955931 9.244352952 8.908765947 9.173258016 9.005504285 7.997583097 9.581852371 8.528500581 9.318069836 9.208276817 9.221954412 9.125265196 8.922531001 9.317110633 7.47475119 7.828884875 9.01467759 6.284559834 6.495659319 9.566266232 9.284429457 9.356156165 7.952463909 8.395316864 8.832343712 6.854075748 6.868774327 +LQ07X010350 Predicted protein 8.926042972 8.966756399 9.658276303 8.383972357 8.729361115 9.108980889 8.420991725 8.706219341 8.60641882 8.069721521 9.115991743 8.291604946 8.935300906 8.669619927 8.211437316 8.053200803 8.478220338 8.031747645 7.348773954 8.885451104 8.696581143 8.282039133 8.916908593 8.769969671 8.57170665 7.610354978 7.516786653 8.694422679 8.997804378 8.421075303 8.913542889 8.903275401 +LQ07X010360 Protein transport protein Sec61 subunit alpha 5.760955824 6.187368799 6.093446565 5.874958417 6.065607534 6.005518641 6.101914295 6.127212946 5.623811434 5.406278647 6.128186598 5.707794693 5.967721312 6.539655089 5.670595004 5.965641124 5.784511724 6.375545239 6.570789438 5.668340717 5.997916013 6.07197367 6.27126874 6.18625765 6.004551417 5.883604599 6.298568971 5.880381606 6.177419709 5.895028521 7.251985939 6.110834179 +LQ07X010370 Predicted protein 11.56043643 12.35295228 11.38224395 10.54793703 10.60750794 11.88711188 11.87740273 11.98028872 11.68868494 12.51276415 11.20908703 10.46493034 10.46015338 12.05916959 11.81964574 11.26921267 12.63500464 10.91283505 12.49595309 10.90889135 10.12491193 10.56838483 12.19280512 12.4108992 12.72630819 11.42149556 12.28505662 10.56686204 10.63442942 11.0018296 12.43138047 12.33236785 +LQ07X010590 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 4.818812475 4.812571955 4.980104699 5.096469288 5.211118705 5.104584692 5.095955579 5.398372749 5.137185618 5.45691018 4.90007108 4.967733 5.00035575 5.300946295 4.992173899 5.322235458 5.417269933 5.190579288 5.084171192 5.425560283 5.613815901 4.77985227 5.805775976 5.600358214 5.485657944 5.310987307 5.732226746 5.501268839 5.491463294 4.958951868 5.483537451 5.912829962 +LQ07X010610 Hypothetical protein 5.192048208 5.305218496 5.058039871 4.939847075 5.00761443 4.948628444 5.057588324 5.194108331 5.105111539 5.680008396 5.275604232 4.951650162 4.965803271 4.990886684 4.960255156 5.045273419 4.777052711 5.285387187 5.607325318 4.569058291 5.116075617 5.359336678 4.721546623 5.090520715 5.297941208 5.146882253 5.582174967 5.559292537 4.875158786 5.167948629 5.07651165 4.916009253 +LQ07X010711 Putative Copia protein 4.647070453 5.415724214 5.172913794 4.836847242 4.953798457 4.546497044 4.869747854 5.017621917 5.211306745 5.160091461 4.618859337 4.933981586 4.817803146 4.904197306 4.880980757 4.885591616 5.355589359 5.181441507 5.602654626 4.678645957 5.017668059 5.179573471 4.827951825 4.968087071 5.448356801 5.090552006 5.755995446 5.043991253 5.144145451 5.118417389 4.821537786 5.244339777 +LQ07X010780 Predicted protein 8.872098514 9.274064358 8.567509349 7.657614869 7.669010974 7.480804305 7.585473559 7.24488365 9.375160941 10.02855225 8.996551845 7.86782295 7.553228232 7.52164627 6.391994726 7.309069184 8.213276251 8.254684803 8.876382193 7.496697852 7.333940842 7.729375995 7.466021446 7.299448907 9.389716783 9.11775848 9.771052734 6.671771346 8.17360235 7.034312251 6.701591966 6.943423578 +LQ07X010830 50S ribosomal protein L13, chloroplastic 13.19585198 13.40775858 13.60584597 14.38513029 13.31335913 13.62513356 13.95615658 13.45245522 13.49882254 13.95709011 13.67491289 14.28545093 13.79045312 14.02793994 14.35605823 13.93983322 12.1471991 11.78840243 11.90300667 12.34939766 12.30356135 12.99841324 12.55239793 12.84486155 12.66502923 12.28066892 12.25548949 12.59809112 12.73060786 13.27619542 12.68818629 12.60782974 +LQ07X010930 Hypothetical protein 5.187588041 5.134816322 4.731486096 4.816011108 4.816910588 4.77810618 4.999951738 4.765934276 4.8767793 5.747235128 4.923688624 4.828015364 4.89277205 4.584482929 4.778554408 4.643235124 4.996418216 5.233224915 5.153177504 5.452606878 5.253477854 4.778123851 4.672971802 4.863336333 5.009210572 4.984943143 5.989626983 4.941199013 4.926162982 5.310571981 5.205723696 4.868122008 +LQ07X010960 Putative uncharacterized protein 5.984865079 6.048018051 5.745234588 5.727535038 5.836404633 5.257023861 5.325363509 5.75397635 6.007837859 5.23871948 6.223015362 5.596639702 6.080496485 5.228268434 5.376937833 5.798212913 6.025958438 6.523393628 6.375910898 5.73811372 5.833202824 5.955215373 5.454797082 5.38671262 5.910919723 6.4507402 7.337531362 5.76675473 5.612610412 5.901341198 5.717468766 5.430433965 +LQ07X011110 Pathogen-related protein 12.22754113 11.71368511 13.37891528 13.24319423 13.63825906 10.35168008 10.39734573 11.30556078 12.08570025 11.94178013 13.66902635 13.64172602 14.42837395 10.75761272 10.96994331 11.92073666 10.75032913 12.10529844 11.35893734 12.75181246 12.73774429 13.24609761 8.583174905 9.223474686 10.1708867 10.59953245 11.25067117 13.79033693 13.08255896 13.69338268 10.65361744 9.879242287 +LQ07X011130 Putative Alpha-1,3-mannosyltransferase ALG2 5.961366784 6.381846474 5.990968027 5.968562913 5.989288732 5.971385768 5.815681941 6.203814939 6.24703106 7.64123028 5.736687854 6.272008289 6.329098459 5.783193529 7.134273982 5.979765526 6.298243046 6.215065197 6.047333134 5.864172979 6.15209634 6.195046204 5.781011708 6.229404229 6.022760981 6.225915937 5.840760992 5.933496564 5.697450596 6.094087974 5.868837565 5.848277286 +LQ07X011140 Predicted protein 12.15655438 11.11535844 12.06999817 13.17619799 12.1895205 12.59190935 12.70787338 12.23341233 12.27493316 12.76653659 12.28621933 13.04238114 12.18731333 12.5556372 12.68883969 12.70917747 11.55033551 10.9810029 10.49745586 11.36162776 11.46640044 11.38226365 10.8776686 11.01372628 11.66050276 11.03020675 10.60544289 11.52774502 10.13606177 11.30772461 11.14040628 10.75773276 +LQ07X011150 Axial regulator YABBY 5 14.62197705 15.10004222 13.89289741 12.87897088 13.99804715 10.4458043 10.41123116 10.94860954 14.54856241 15.15197575 14.5251607 13.06635706 13.79316334 10.95143675 10.91950392 11.58842602 14.24641073 14.10321231 14.28688355 14.13572262 13.6785121 14.21679632 10.36672231 10.42404149 14.70774848 14.15466075 14.4188983 13.53823276 14.07601991 11.96812077 11.05017984 11.12038409 +LQ07X011160 Predicted protein 8.167189169 9.567245027 8.110949945 8.850153475 7.303258657 7.095132057 6.40293781 6.693486451 8.285590497 9.377447239 8.992203811 9.415491084 9.748141104 7.31875765 6.066446303 6.66889782 7.751563356 7.217519033 8.879176861 7.372714144 7.925498803 6.990833212 5.477516479 5.678541734 8.375523584 8.120026439 9.654096396 8.851844034 8.251237297 8.202484802 5.89178824 5.856032324 +LQ07X011170 Tubby-like F-box protein 7 11.83349982 12.31186618 12.35548471 12.07324429 12.48643282 12.38452523 12.46502139 12.97869421 11.8990797 12.2011215 11.99808981 11.88141501 12.07382063 12.3904982 12.3433835 12.45324014 12.420489 12.75147302 12.75906954 12.45220444 12.35946021 12.38511898 12.618176 12.69751451 12.18291856 12.07955441 12.70286616 12.3489644 12.41877705 12.33795451 12.54436051 12.76933358 +LQ07X011180 Multiprotein-bridging factor 1b 5.86430465 5.871134347 5.452388842 6.026449554 5.379727064 5.734001505 5.967054849 5.735565415 5.291600341 6.159936499 5.987336247 5.863801586 5.632508814 5.823510359 6.971667598 5.727854577 5.391784227 5.467498108 6.070088538 5.189931618 4.902811484 5.351827478 5.351840752 6.641450595 5.566901563 5.598886842 5.910777139 5.22013206 5.604204373 5.422160229 5.601287912 5.712670142 +LQ07X011280 Putative Probably inactive leucine-rich repeat receptor-like protein kinase At2g25790 5.299207028 5.105947659 4.995904308 4.905420138 4.907187024 5.254005529 4.767550015 4.898172192 5.196455711 4.886587274 5.135376421 4.990971629 4.759512355 4.795238048 4.862434031 4.805469481 5.05984726 5.086377426 5.166866612 4.817557287 4.737520356 4.785458662 5.701917022 5.565186984 5.013585018 4.959828144 5.114868201 4.89781941 4.938756266 5.216097864 5.122072115 5.048212683 +LQ07X011340 Putative LRR receptor-like serine/threonine-protein kinase FLS2 10.94993507 10.85923569 11.35246139 10.35315354 10.92256211 10.56093159 10.04397624 10.64019051 10.98529424 10.94297887 11.20695454 10.63727873 10.91474177 10.66649664 10.38486479 10.67654407 10.79121856 11.06114179 11.33515453 11.06109619 11.35530232 10.66243731 11.32796882 11.17952267 10.86878454 11.02493864 11.43462302 10.65458536 11.77068461 10.74090124 11.16944011 11.34764723 +LQ07X011380 Putative LRR receptor-like serine/threonine-protein kinase FLS2 11.52072497 11.73807256 11.44053232 12.25902646 11.70421891 12.16573025 12.31190718 12.51945488 12.09984264 11.63977974 11.71501984 12.50399434 11.82233652 12.18064835 12.39467488 12.53297 11.86234757 12.34869236 11.42896592 11.98846306 11.81548081 12.33103238 11.6711798 12.17151298 11.55698373 12.26624054 11.28374677 11.84015886 11.65825008 12.03316752 11.48155687 12.07659246 +LQ07X011580 Putative Sulfotransferase 16 12.69928715 13.74290737 12.87703293 12.1111344 12.83442327 10.57006331 9.757856808 10.00586207 13.04355388 12.79973607 13.11344687 12.37804137 13.02602279 10.54182411 9.951583592 9.029850988 14.51754616 13.21226396 14.28224595 12.55846424 12.48749552 13.42537819 9.896695662 9.622958722 14.36064326 13.28616311 13.49625058 12.10593339 13.22981118 11.72636075 9.099990801 9.85378769 +LQ07X011590 Mitogen-activated protein kinase 19 12.60454856 12.50477005 12.60836012 12.00036579 12.52686637 11.9158133 11.57836691 11.53850326 12.49240503 11.92310677 12.62733197 12.00824876 12.22014833 11.79385321 11.47683211 11.26618742 12.31311731 12.84208682 12.67376714 12.72123727 12.85712244 12.76209824 12.27669091 11.68870222 12.48950873 13.01000904 12.82713455 12.81182595 13.18328069 12.43207786 11.9317377 11.90543132 +LQ07X011680 Putative disease resistance RPP13-like protein 1 4.871407786 5.118343665 5.236685135 4.818466658 5.176589097 5.050586614 4.947365824 4.822552728 5.034506165 4.776441881 4.986034318 4.805246031 4.813787705 4.833653036 4.913194187 4.977366825 4.934865962 5.05347697 5.0168011 5.373324401 4.797757563 5.231662308 4.794361521 4.747423288 5.223709317 4.787212687 5.054012382 4.757401417 5.196456974 5.113035844 5.138498831 5.702874719 +LQ07X011750 Putative disease resistance RPP13-like protein 1 5.947410119 5.303035316 5.773138683 5.533499131 5.485745265 5.998114233 5.805729035 5.51666838 5.690426439 5.322693782 5.190520049 5.514252212 5.250733635 6.352280631 5.397931355 5.865299357 6.475216916 5.826779438 6.355943487 5.490814828 5.531669254 5.93834768 4.954031176 5.476792564 5.890344671 5.652604966 6.189058025 5.727103651 6.131132427 6.580952903 5.588465902 5.146603692 +LQ07X011760 Putative disease resistance RPP13-like protein 1 5.801843361 5.890699576 5.11968405 5.413402422 5.544820309 5.077371674 5.479408468 5.806043173 5.679636922 5.563029068 5.752307455 5.412547316 5.67412949 5.039720489 5.046817713 5.437179483 5.547867219 5.614629391 6.44737254 5.386732146 5.059236205 5.684272734 5.015803175 5.158984782 5.64089476 5.616192053 5.952615292 5.573219594 6.213721705 5.565990298 5.075393552 5.120413493 +LQ07X011780 Hypothetical protein 7.369655035 6.230358074 7.183815765 7.552817988 7.375007441 7.429303917 6.796156904 7.189708728 7.582195615 5.932513694 8.228220413 8.070337541 7.290691463 7.905710838 6.284884483 6.795941426 6.375222438 5.638241568 5.487098107 6.53030045 5.636750421 6.5546474 5.656078555 5.804795694 5.844464295 5.635191631 5.304783104 5.546456465 6.012156728 6.230751002 5.758648749 6.435071323 +LQ07X011840 Hydrolase, hydrolyzing O-glycosyl compounds, putative 12.52920145 12.49976875 11.16925183 10.92823514 9.447295629 7.151946743 6.999402667 7.193851319 12.87669592 13.03941853 12.57669379 11.16751767 10.33779344 6.872585494 6.970540769 7.963320203 10.51797155 11.50840103 10.91067804 11.54250905 11.1048027 11.91274701 5.584076135 6.393941443 11.18721766 12.57821072 10.91308533 10.77326547 10.77868152 8.839503455 5.1920273 6.581587224 +LQ07X011870 At1g53530 12.02130819 12.45087058 11.90455281 11.47137452 11.30605539 11.2996168 10.91910551 10.65378242 12.2057368 12.68258533 12.07378325 11.57775617 11.9108306 11.0681216 11.04315463 11.00557352 11.61009763 11.95257878 12.02758707 12.11503444 12.02461295 11.88409667 11.22642185 10.54269178 12.43654814 12.54153144 12.17009889 11.94901672 11.83344912 11.41218545 11.0784934 10.45968009 +LQ07X011910 Secologanin synthase 13.2359861 12.97353435 13.28385952 14.05441462 13.21284177 14.5608034 14.46114938 14.29926088 13.00500173 12.37631226 12.96375627 13.80590508 12.90518452 14.47524466 14.32454847 13.88210721 13.11877357 13.0451192 12.45207887 13.00776606 12.63470326 12.96663175 13.03664475 13.10115027 12.69177783 12.64873697 12.14209274 13.04899135 13.10702132 13.44535921 13.3052268 12.75833212 +LQ07X011920 Putative Secologanin synthase 10.44969182 9.319842262 9.997995147 9.104549065 9.659592424 9.986243664 9.687369693 10.38021176 8.92529582 9.879729247 8.43663069 7.876551463 8.678123622 8.519144196 10.03850256 8.874448927 9.22177612 9.988282927 9.040513467 9.2161822 9.511093916 9.321707247 10.88677296 10.74865058 9.75368742 10.73414612 7.904257242 9.305134726 9.36173163 8.99700673 10.49679364 10.24274196 +LQ07X012010 Putative 60S ribosomal protein L18a-1 14.04089387 14.23936334 14.65667088 14.25693665 14.48649023 14.04745922 14.36212948 14.39210244 14.00285944 13.83129478 14.482009 14.17174971 14.72027715 14.07644615 14.05145052 14.17583166 14.32812918 14.11217904 13.79215236 14.83445451 14.55211661 14.57864862 14.56286186 14.74474714 13.66154109 13.49045864 13.95851216 14.48989299 13.9456295 14.64327182 14.30793743 14.74623684 +LQ07X012060 Putative F-box protein At5g55150 10.81877306 10.85869808 10.55621474 10.82230148 10.66613264 11.096341 11.2649518 11.28467499 11.18928197 11.35615501 10.852273 10.94079344 10.88477126 11.17357344 11.44967657 11.41676461 9.504452431 8.366139225 7.965360794 9.494082042 7.637594432 7.718445765 8.649976533 8.341455013 9.342800327 7.048990212 7.768450696 6.727368802 8.387954912 8.358647012 8.820362381 7.469536621 +LQ07X012070 Putative Probable disease resistance protein At4g27220 10.34699159 10.98382584 10.86602529 10.56816645 11.45013002 11.36577102 11.40016211 11.80188571 10.77306463 11.19162314 11.09114287 10.71147334 11.42220403 11.34375851 11.44713241 11.91482129 9.097982569 9.231133607 9.60385305 10.13133351 9.673978596 8.318303123 10.21775092 9.857734072 8.467896082 8.314716193 9.590195518 7.796236235 9.651229527 9.110022491 10.77356977 9.866290303 +LQ07X012090 Putative callose synthase 8 5.05008022 4.967971865 4.982203802 4.867607549 4.903203449 5.129797261 4.648532692 5.161240856 5.525479498 5.107818282 4.9000039 4.805432331 5.138800899 4.78554162 4.831117327 4.684701089 5.355715089 5.197777187 5.382675857 4.527258329 5.509747914 5.093278979 5.867136143 4.957633094 5.310819322 5.225440173 5.691950022 5.430620639 4.898334318 4.889925653 5.632967594 4.658328825 +LQ07X012350 Hypothetical protein 5.255102598 5.784945335 5.483302712 5.44697077 4.897951007 5.355505771 5.387279609 5.589175328 5.608999481 5.540783348 4.877769661 5.258623508 5.237385072 5.228023438 5.306856953 5.382983478 5.446717433 5.20939722 5.46417291 5.346153724 5.261584558 5.816612746 5.100318038 4.834083613 6.142762353 5.267065813 5.363471757 5.633295843 4.9662676 5.428416073 5.232027786 4.797798048 +LQ07X012370 Hypothetical protein 6.340267321 6.394863052 6.512324229 7.033433005 6.614241254 7.662734111 7.992146114 8.679990861 6.608104822 6.035473702 6.247990246 6.992664893 6.691563863 7.973490901 8.106241473 8.382310903 6.216356045 6.772771199 5.269790264 7.422783043 7.517736055 6.702403405 9.013535797 8.630614394 6.444913969 6.662443978 5.967103841 6.666145908 7.010602686 7.835764572 8.585835729 8.564809591 +LQ07X012460 Glutaminyl-tRNA synthetase 10.58344092 10.32942371 10.22783197 11.01046535 10.36038586 11.21873902 11.69917622 11.26479022 9.930812078 10.21479917 9.603094569 10.20618864 9.400464493 10.73804112 12.10150775 10.69986428 10.37780578 10.62205797 10.12324559 9.951808698 10.25736528 10.58091001 11.47975674 11.84203642 10.43265732 10.9481863 10.44313478 10.2788332 10.54652586 11.34713727 11.83332341 12.1351468 +LQ07X012600 Heme-binding protein, putative 14.6640862 14.68741787 14.9165263 15.35836417 14.97015518 15.28690441 15.27370987 14.72832913 14.33863948 14.33226018 14.7388215 15.09987215 14.83626271 15.00328157 14.93882187 14.7856516 14.95941228 14.99421565 13.55539569 14.83741443 15.11580803 14.75020769 14.99574911 15.1184546 14.16245251 14.27402398 13.71915177 14.99012576 14.77894888 15.07263742 14.87774254 14.90207953 +LQ07X012610 Putative Ubiquitin carboxyl-terminal hydrolase 15 10.87992924 11.02336042 10.40245733 11.2162495 10.83842667 11.31264248 11.00174523 10.72860875 11.14443195 10.92532243 10.61611544 11.07019968 10.98749312 11.48435003 11.125273 11.18550257 11.19753729 11.03378365 11.81342737 10.73590977 10.70116965 11.57755512 10.38396787 10.5911823 11.42164087 10.80006305 11.57849596 10.9786678 11.23801012 11.62496747 10.39510181 10.643998 +LQ07X012620 Putative Ubiquitin carboxyl-terminal hydrolase 27 5.550658915 5.355078904 5.247985924 5.294990341 5.285139184 5.267614921 5.341841109 5.295468918 5.309837999 5.641681071 5.265802279 5.53556494 5.381356555 5.506077056 5.204005628 5.318704881 5.450559575 5.670990892 5.895675001 5.850622531 6.445878767 5.281410246 5.867366789 5.722105248 5.25922094 5.529812916 5.984768316 5.627791163 5.918608516 5.371144186 6.152035475 5.301299535 +LQ07X012640 Gibberellin 2-beta-dioxygenase 1 5.444269063 5.019674092 5.143173621 5.487140363 5.679406588 5.566230173 5.523930642 5.263391458 5.414779253 5.172963126 5.269711321 5.662331563 5.528847509 5.643545567 5.499588943 5.620198727 5.360728393 5.609957413 5.521897605 5.388213967 6.046551837 5.693672071 5.465509847 5.38768379 5.578029615 5.628245582 5.570669043 5.173359201 5.980848198 5.580505584 5.03739221 6.352195377 +LQ07X012650 Interactor of constitutive active ROPs 1 12.64294051 13.05454907 12.73726782 13.29270826 12.83567829 9.118181117 8.756194812 9.200959965 12.99328687 13.13460392 13.07890846 13.3851825 13.22418369 9.486418239 9.721449547 10.10873193 12.35658092 11.45146932 11.71326437 12.24924037 11.42548748 13.20085822 7.589962766 7.260868044 13.08462622 11.87422564 11.73555569 12.45892071 12.14256519 11.98023417 7.712892757 7.436837546 +LQ07X012660 Putative uncharacterized protein 5.609821993 5.470098288 4.907056393 5.564979283 5.680717094 6.212522577 5.926306359 7.519998753 5.404747698 5.356313896 5.003924785 5.623223773 5.317289037 6.076733881 5.765683988 6.591389173 5.830029421 5.342234851 5.453319419 4.956999655 5.576473618 5.961809374 5.400811872 6.136567834 5.684760214 5.070373968 5.724430008 5.425541399 5.104843735 5.948773854 6.174815405 5.460916062 +LQ07X012690 Predicted protein 5.790592645 5.71565609 5.743380362 5.415258755 6.3133989 6.010152719 5.872496962 5.386139123 6.078595084 5.730310979 5.916497659 5.561234707 6.173542485 6.038944541 5.498479677 5.697058628 5.473630698 5.828312587 5.299641977 5.948259487 5.599235549 5.704903977 6.700831575 6.03836956 5.974986304 5.510902805 5.585070613 5.895835407 6.066444188 6.25253605 6.166676751 5.625988988 +LQ07X012770 Ethylene receptor 11.05575654 10.67429867 11.06873502 10.85238575 11.30392203 11.74615722 11.22258927 11.71622941 11.15162803 10.70558094 11.07389849 11.12511173 11.04004202 11.96567904 11.58915187 11.8383462 10.60301708 9.479757697 11.00426863 9.964631532 10.0248531 10.85422617 11.06764771 11.46150746 10.70064778 9.602758086 11.21206972 10.44001643 10.8182286 11.1756824 11.47411738 11.58799767 +LQ07X012780 9-cis-epoxycarotenoid dioxygenase NCED1, chloroplastic 5.535488915 4.974220015 5.032157104 5.005755997 4.809847331 5.109967259 5.009722459 5.068750229 4.83917172 5.113280013 4.821069424 4.990029577 5.358822493 5.2190094 5.472263971 5.213972894 4.876042918 4.857751041 6.058410372 5.103170475 5.37814338 4.982114522 5.35047462 5.612704281 4.995908548 4.861516483 5.755262366 5.737187373 5.094244006 5.126949823 4.884696663 6.633730793 +LQ07X012790 Probable peroxisomal (S)-2-hydroxy-acid oxidase 2 13.85634684 13.31751529 14.34850591 14.88967422 14.59347433 15.54285483 15.60308055 15.2022153 13.84540947 12.75741203 14.03240814 15.06263808 14.7512987 15.79793802 15.44051158 15.41146275 12.92879102 13.61591655 12.28330405 13.3145735 13.64055328 14.16018384 14.31301494 14.89389744 13.08215352 13.67776163 12.86678622 14.2349355 14.0781876 15.14768742 14.45828182 14.67475816 +LQ07X012820 Ubiquitin carboxyl-terminal hydrolase 8.12710961 7.521782837 7.108242855 6.649708006 7.144531022 6.393215762 6.77138232 6.677147242 7.861811978 7.453963514 7.718925052 6.85775905 8.023169993 6.208370141 6.181013515 6.736723798 7.091126298 8.259533369 8.322575333 7.334331063 7.818295014 7.173099918 7.466691172 7.11226998 7.020641545 8.304097921 8.261341385 6.779970906 7.551124536 7.278328932 7.457573223 6.97588958 +LQ07X012860 Transcription regulator, putative 13.39538348 13.78009004 12.96544976 13.61057784 13.37553471 14.00092301 13.78461325 13.88765502 13.9007913 14.16654573 13.4639457 13.84925092 13.51969179 14.18924181 14.23790251 14.13463342 13.71657968 13.15184853 13.32962173 12.68759391 12.51175593 13.81073467 12.74170325 13.03281538 13.90044295 13.75186759 13.10010247 13.17446037 12.5118754 13.56447199 12.98805285 12.9171478 +LQ07X012870 Putative uncharacterized protein 14.26923806 13.65841429 14.42522761 14.48198967 14.04457943 14.83880164 15.25339555 14.60464578 13.77362027 13.68996841 14.08873599 14.40777356 14.20573733 14.83127681 14.77171012 14.90648602 13.93723217 14.49578796 13.13699498 14.49529244 14.76806055 14.41209232 14.91822884 14.91116783 13.51483127 14.17982848 13.66672062 14.55247423 14.31521911 14.89795573 14.68381759 14.768211 +LQ07X012890 Putative Ribokinase 5.004088417 4.989345743 5.338823651 4.958128195 5.010507857 5.04008871 5.088575547 4.852974519 4.963591245 5.145890692 5.070908832 4.971424658 5.273823296 5.186918895 5.357054378 5.126577366 5.24056588 4.971677924 4.937265976 4.890863519 4.729835153 5.342037104 5.449034672 5.574968445 5.092308267 5.219564676 5.426973086 5.577965162 5.112011182 5.194567147 5.608505418 6.151120379 +LQ07X012900 Peptide methionine sulfoxide reductase msrB 12.83176607 11.88390533 13.05203396 14.01895673 12.47597898 15.18546083 14.98868613 14.64523127 12.77638431 11.68434671 12.91704693 13.4962675 12.49273693 15.06536953 14.76554929 14.78238324 12.40110036 12.49995631 10.38156717 12.22765337 12.18066445 11.96788334 13.38556712 13.61999942 11.59279596 12.28159315 9.336664362 13.32664382 11.61395048 12.43404108 13.51456357 13.23719798 +LQ07X012910 Probable glutathione S-transferase 8.767817885 8.956778931 8.996198125 12.12803133 9.39870105 11.71671915 12.05870761 12.49942853 9.114022624 9.235599829 9.43836911 12.01178582 9.269214149 11.96370561 12.67704389 12.46863706 8.785258466 7.464252878 7.171133779 7.872277514 6.725887229 9.755837422 8.351790501 9.15814212 8.407522537 8.349010222 7.047702127 7.826586183 6.246702404 10.67020093 8.75347341 9.134667156 +LQ07X012930 UPF0497 membrane protein f16 14.58778862 15.23856732 14.51938109 13.55784005 14.28288702 10.99567264 11.5856657 12.10407859 14.6101538 14.61114784 14.74830618 13.54386107 14.15138764 11.58388703 11.91258774 11.22166669 15.10984456 14.9342782 15.08777827 15.2122481 14.99450911 15.23803138 13.49896531 13.45890464 15.11981878 14.92763155 14.96585096 14.96761411 14.70116788 13.94674114 12.94548074 13.74004192 +LQ07X013070 Molybdenum cofactor sulfurase 8.746051523 8.322105588 8.795366784 8.803845146 8.646118276 9.609420292 9.28722758 9.178085392 8.15618247 7.220550253 8.184503733 8.593564286 8.302987226 9.33497558 8.74678352 8.668572249 8.749592682 8.731818135 8.007521429 8.044281062 9.120513302 8.600660319 9.403562749 8.118253654 8.323056399 8.85806919 7.876767706 7.852520482 9.167189891 8.857580439 9.177818709 8.193071676 +LQ07X013160 Putative V-type proton ATPase subunit e 5.520499931 5.660627817 5.043503601 6.460830534 5.108757179 5.974655367 6.138706309 5.597469516 5.785139963 7.06703664 5.343006245 6.403498736 5.289884503 5.77445701 7.258300596 6.065910729 5.331029751 5.331938895 5.123583422 5.591996487 5.754134638 5.451326622 5.486190242 4.933185238 5.327215379 5.496114192 5.35357259 5.059702573 5.293488693 5.022252338 5.650606894 5.373527602 +LQ07X013200 Elongation factor 2 12.8654056 12.24682077 11.91449284 12.02060428 11.99478091 12.32494491 12.18347453 12.18943453 12.43356943 12.10715849 11.53933932 12.08449999 11.36551241 11.92718315 11.98575498 11.60128238 12.65207946 11.54688062 12.908808 11.36166882 11.49975566 12.19042139 12.17236194 12.04715698 13.18320447 11.99071066 13.35228869 11.21322631 12.15904608 12.6607679 12.40756402 12.42180104 +LQ07X013260 Predicted protein 6.404085027 5.905439205 6.182462353 6.20172374 6.111430782 5.80357321 5.750482531 5.576800679 5.963350823 5.87392229 5.93508504 5.857343605 6.105897644 5.541207852 5.572568721 5.651225564 5.630519934 6.611325912 6.19895993 6.072645102 6.553426693 6.116800417 6.247106592 6.172363623 6.037463687 6.135132602 6.65575284 6.222981486 6.124022046 6.213757174 6.546681369 5.624162084 +LQ07X013280 Predicted protein 5.564854734 5.469593897 6.369688954 5.667882222 6.122120935 5.155995531 5.444045316 5.235937245 5.610529118 5.579023699 6.388164339 5.620335508 5.767990065 5.533911199 5.34136943 5.471131149 5.682841976 6.177429693 5.797155041 6.387889409 5.466155606 5.871595641 5.891872687 5.599374346 5.712141787 5.668203089 5.731369223 5.783752249 6.045859816 5.964284857 5.872973712 5.611398297 +LQ07X013310 RING-H2 finger protein ATL5J 6.440849657 6.973509407 6.379649316 6.019112424 6.484291596 6.224634096 6.278946504 6.220609593 7.155070785 6.614136333 6.129934211 5.970196188 6.679263829 6.298326007 6.031307361 6.35127558 6.476384743 7.037566333 7.256100628 6.507752699 6.880006603 6.296330706 6.137559448 7.007197876 6.752645996 6.83836187 7.392818495 6.681462214 6.459193235 6.422984075 6.658999474 6.5515602 +LQ07X013350 Putative uncharacterized protein 10.41669885 9.923320356 10.55445836 10.07604079 10.39418352 10.4113316 10.47411358 10.35048849 10.39536766 9.951323593 10.38760288 10.0576809 10.24341187 10.54684846 10.68305886 10.27192399 9.880195246 9.482985091 9.189643616 10.0447334 10.16664987 10.23178026 11.00504777 10.27685353 10.10945929 9.419511217 9.284263427 9.435297274 10.55425742 10.00822375 11.15646023 10.57979034 +LQ07X013360 Putative uncharacterized protein 10.4017451 10.69754995 10.19546684 9.820362674 10.11511442 10.62596153 10.68501707 10.83523598 10.56696149 10.49118323 10.24544473 9.957836284 10.33496294 10.88619281 10.72970518 10.89602889 10.47402228 10.45696118 10.35870884 10.35126564 10.61893469 9.823759354 10.64769284 11.38235555 10.36765379 10.70730564 10.19548693 9.810167295 10.58683408 10.05238768 10.77748273 11.36391611 +LQ07X013380 Hypothetical protein 13.20265231 13.5314956 12.68860501 12.0727739 12.74276381 12.12816268 12.16865829 12.00290904 13.17165002 13.22730996 12.70266367 12.29771346 12.70805918 12.32706415 12.04949736 12.46582271 13.21879591 13.06282408 13.55654829 13.53317759 13.6162737 13.08670076 13.36656963 13.27802518 13.47443039 13.24234977 14.07011017 13.23463104 13.74747429 12.48513627 13.32476855 13.44376248 +LQ07X013400 DNA-directed RNA polymerases I, II, and III subunit RPABC3 6.081856275 6.492622919 6.353309212 6.472550242 5.866342293 6.451814644 6.554956524 5.296487045 6.868264494 8.94646134 7.252910821 6.247180004 7.017348675 6.419574694 7.887425291 5.756970796 6.337502324 5.938926133 5.581821147 7.011965603 6.694764137 5.997123528 5.945267825 6.485800169 6.672373411 6.041265969 6.043070367 6.413619584 6.44406714 5.985618398 6.141189503 5.841877261 +LQ07X013502 NEDD8-like protein RUB2 10.02046375 9.739281988 9.293343139 11.14770782 10.2221636 11.18935318 11.27786049 11.17118696 10.3102251 10.81787159 9.57785594 10.78460252 10.06571097 11.00010906 10.98826483 11.43587787 10.35639866 6.85257919 8.350656879 8.277149021 7.617886469 9.74924196 8.860677928 8.541153646 10.00240052 7.703040749 6.909258561 9.645074806 7.520783518 9.727919282 9.155533629 8.340030133 +LQ07X013550 Hypothetical protein 4.800449613 5.534073763 5.524155432 4.917079195 4.968889385 4.910525733 5.022812401 5.168153377 5.141318739 5.322236137 5.255306323 4.81985453 4.984916883 4.854661056 4.887452386 4.787040327 5.157515732 5.004799913 5.635044294 5.351806623 5.174223924 5.363467268 5.340783591 5.237274946 5.012542319 5.030558959 5.488933007 4.893065874 4.963598647 5.431014348 4.752475718 5.609145197 +LQ07X013760 Hypothetical protein 5.289417995 5.090019463 5.346548803 5.040494558 4.862314626 5.185311988 5.16979437 5.300942943 5.123045784 5.12746506 4.928743962 4.832700653 5.01505759 5.053665408 4.899485038 5.214494608 5.008800478 5.198573897 5.770301532 4.674854886 5.360641882 5.081359837 5.479273639 5.160562493 4.910484643 4.987449987 5.124718391 5.039024698 5.417278911 4.801715716 4.930369029 5.386589363 +LQ07X013830 Hypothetical protein 6.225078774 6.06850341 5.932160383 6.570034277 6.535693632 6.889121168 7.56473757 7.786343597 6.158086118 6.047083737 5.491012812 6.651727234 5.782849469 7.033292563 7.036511645 7.499650893 6.29834704 6.328104337 6.955431974 5.644526127 5.348257321 6.494156251 6.034010035 6.161025246 6.463931799 6.381079077 7.076635116 5.97833637 5.514984924 6.48074212 5.657734064 6.739208307 +LQ07X013860 Nucleolar complex-associated protein, putative 4.92256898 4.97586693 5.547550003 4.87134632 5.142162271 5.009555788 5.24737972 5.055548864 4.966761522 4.96817395 5.635189077 5.091131327 5.163118833 5.207449148 5.376020771 4.924097642 4.843778575 5.051500487 5.118847866 4.913329356 4.879295032 4.777141079 5.815913884 5.759589146 4.708155103 4.782620249 5.191962933 4.828532265 4.695542243 5.198715304 5.251660839 6.087357349 +LQ07X013870 Putative Auxin-induced protein X15 5.408403799 5.145821909 5.160505642 5.339219637 5.012286705 5.543566144 5.582747629 5.518150797 5.274104309 4.83987536 5.398289844 5.542797092 5.085946202 5.652064263 5.513383076 5.497409267 4.986418656 5.106601048 5.582289893 4.982721686 5.259301098 4.906646157 5.150696663 5.436424088 5.246408847 5.064157425 5.617491984 5.374978838 4.963799947 5.031319706 4.970164146 5.253995737 +LQ07X013910 Putative uncharacterized protein 7.286616813 6.783463804 6.807318287 6.822997752 6.980620795 6.720690508 7.096572649 7.011930041 6.903974684 6.985693133 6.598527774 6.846508023 6.994540233 6.709711726 6.851757788 7.097648028 6.514739292 7.327300408 7.082160471 6.941383026 7.279694704 6.502169243 6.839990856 6.841036449 6.550496387 7.444876517 7.805982184 6.463925134 6.622471076 7.003995404 6.997770866 6.316026965 +LQ07X014020 Phosphatidylinositol glycan, putative 5.345138949 5.468706594 5.209320065 5.16640451 4.721494658 5.126734158 4.974117515 4.98244674 5.112073853 5.261183336 5.201695473 4.90630817 5.242076749 5.115669384 5.387694122 5.076717245 5.357988412 5.230010404 5.738670881 5.228283952 5.283953105 4.962737287 4.895338949 5.535049727 5.119460283 5.624254265 5.996659552 5.20322772 5.301578129 4.911491477 5.461565844 5.414442162 +LQ07X014050 Hypothetical protein 4.859615993 4.804989704 5.016801247 4.583579629 4.775269255 4.915203113 4.95403424 5.262922482 4.753187499 4.904166328 4.924909716 4.631946296 4.589913753 4.909321192 4.670584466 5.418773572 5.111940598 4.683677755 5.276694385 4.704655047 5.183003415 4.728298893 5.14612591 4.862886715 4.835352132 4.903582988 4.938849588 4.992382409 5.037814297 5.056857963 5.356139153 5.154220502 +LQ07X014070 Hypothetical protein 5.290082705 5.424008637 5.576353173 5.655354472 5.763531133 5.230629437 5.010148337 5.2756396 5.63347124 5.213863387 6.445792037 5.486484971 5.201463267 5.34289227 4.907147211 4.96930937 5.57362364 5.448018599 5.81130414 5.542663018 5.719843287 5.617294688 5.6873847 5.565890841 5.239754574 5.972907514 6.128615653 5.530219794 5.46409727 6.348910529 5.844096706 5.520341835 +LQ07X014090 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 12.29619802 12.27192645 11.29937993 11.34815668 11.17380703 10.85068009 10.76436828 11.70020618 12.12227296 12.60931427 11.91466705 11.63932286 11.75727904 10.89567889 11.00199666 11.31635326 11.95053243 11.29344848 11.86715037 11.07124624 11.5269162 11.5028448 12.47927584 12.04866587 12.0304299 11.65227249 11.66643208 11.31029723 11.28737881 12.04976032 12.51159808 11.71516331 +LQ07X014100 Putative Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.80624796 4.764580066 4.801318588 5.10956033 5.010173861 4.976141094 5.393646087 5.261510848 5.155075828 4.984266952 4.618742672 5.022330194 4.954020881 4.979705401 5.029900699 4.951910596 5.511490503 5.134630033 6.442671049 4.994543174 4.793196328 4.926992842 4.975227649 4.881760795 5.339838186 5.30984219 6.012308795 4.935445619 5.047220518 4.621570622 5.026200861 4.869216225 +LQ07X014190 Putative UPF0481 protein At3g47200 4.910496443 4.776709204 4.51019006 4.554387401 4.5018987 4.833561676 4.76261598 4.986461922 4.670487735 4.852062107 4.640016775 4.635176487 4.535694401 4.65634595 4.490601842 4.618747185 4.773218895 4.779130626 4.622372572 4.984884902 4.574678548 4.693740518 4.926599323 5.0200693 4.605197356 4.905543765 4.895172592 5.440563008 4.718154071 4.55618168 5.492932073 4.972164105 +LQ07X014230 ATP binding protein, putative 5.297877316 5.610385525 5.604399467 5.636635432 5.968880811 6.236988469 6.433319674 6.031309047 5.74904268 5.365430254 5.776217037 5.836698612 5.381034774 6.172235762 6.506159489 6.580825158 5.134245295 5.4301689 5.113791704 5.3296631 5.174073125 5.628419588 5.805947551 5.379994368 5.525692173 5.053135182 5.15157453 4.843207246 5.330590867 5.31174999 5.899306382 6.483241024 +LQ07X014250 Heat shock protein binding protein, putative 11.64607632 12.0517218 11.60195922 10.37903964 11.08412637 10.61542874 10.16801057 10.85171913 11.34404592 11.79636923 11.40364986 10.40688745 11.18380645 10.37947002 10.50512582 10.89824299 11.621969 12.20354926 12.54167953 12.7295487 12.88626362 11.77498688 11.81726085 11.94480189 12.01069584 12.04738751 12.8822675 12.54629225 12.67650685 11.10779543 11.8103749 12.06125501 +LQ07X014260 Probable LRR receptor-like serine/threonine-protein kinase At1g56130 4.81410404 5.296452255 4.515379421 4.88267185 4.882006685 4.851819595 5.245863742 4.994910291 4.89606109 4.863431251 4.902789607 4.899093659 4.73901904 5.298971674 4.931612695 5.140908254 4.688022872 4.931966157 5.425137692 5.301853725 4.890092738 4.843674057 6.589213976 5.248160202 4.722971203 5.049853618 5.395722026 5.10560406 5.304316251 4.805574084 6.474811853 5.077397215 +LQ07X014350 Hypothetical protein 11.67582329 11.52701419 11.64706585 11.58632986 11.53856036 11.65510441 11.44831186 11.71530621 11.78670308 11.97606099 11.83186498 11.73435732 11.68856846 11.68695347 11.58659538 11.65342305 11.2915377 11.60644254 11.84302991 11.15953113 10.88211877 11.15117839 11.39595907 11.42344963 11.68729803 11.83255825 12.18568117 11.21817654 11.33413645 11.46211654 11.27529959 11.50558175 +LQ07X014370 Putative uncharacterized protein 5.149134532 5.48209344 4.864734523 5.163525643 5.165767284 4.810014724 5.047930859 5.18337749 5.546455891 5.245674809 5.709707624 5.190302716 5.345071 5.266258629 5.287992843 5.106091652 5.188441013 5.133356326 6.232251297 5.274074263 5.924823295 5.299389675 5.623164323 5.302747827 5.011437333 5.559399873 6.683203398 5.672777782 5.613242951 5.421257956 4.837059119 5.387362782 +LQ07X014380 Photosystem II 10 kDa polypeptide, chloroplastic 5.215599861 5.099548155 5.164906215 5.325081009 5.225979241 5.191031937 5.237737172 5.086355338 5.155364472 6.004133292 5.417924231 5.096284829 5.409193722 5.146117097 5.167855926 4.984294851 5.154439902 5.186445443 5.800054165 5.584074116 5.48740086 5.521607573 5.056873757 5.722833577 4.949690717 5.261595065 6.249629274 5.733125743 4.886883771 5.521875839 5.445420737 5.500344864 +LQ07X014390 DNA repair protein recA homolog 1, chloroplastic 5.560649458 5.11882121 5.319700067 5.718377544 5.32185556 5.764275118 5.797285552 5.596392913 5.433317357 5.544808242 5.397459528 5.482632143 5.532595732 5.189574751 5.981888524 5.583475407 5.286497676 5.406798681 6.148290406 5.450898567 5.728019951 5.293889845 5.325116665 5.571979774 5.526368073 6.026360293 6.073453138 6.236119129 5.323090505 4.888925158 5.573931606 5.834466805 +LQ07X014400 NAC domain-containing protein 21/22 4.885035921 5.112058253 5.257639514 5.176575627 4.697356685 5.236409413 5.148704203 5.423298427 4.958852635 4.92293067 5.519716106 4.808882214 5.007931255 5.157969657 4.983454121 5.337792998 4.912300826 4.918926062 5.046549285 5.264032222 4.950643838 5.03701905 5.119221913 5.323739234 5.054318525 4.916598031 4.804844333 4.784255819 4.801228442 5.201134005 5.086798125 5.465887541 +LQ07X014460 Predicted protein 4.952329726 5.43491597 5.196208692 4.967624637 4.840782601 4.93858067 5.204529758 5.160329373 5.17816581 5.717697176 4.78295711 4.959795049 5.384081055 4.874828305 4.987140553 5.238106696 5.428976382 5.300456421 5.532945253 5.163637557 5.490104898 5.124644017 5.187087748 4.822763784 5.381372276 5.511660003 5.415010154 4.934875915 5.250687821 5.051086572 5.167207029 5.104092103 +LQ07X014620 Putative Probable gibberellin receptor GID1L3 10.04898317 9.332779511 11.69028957 12.06229215 11.92448514 10.86911775 10.6490644 9.904729917 9.79276801 8.759555416 11.67282429 12.60083298 12.7252438 10.8210768 10.40485738 10.42202361 7.637237716 6.873399254 7.177093327 11.31383873 11.10903308 10.59890753 8.465597968 8.88113922 8.556091824 7.755960976 7.770155091 12.10461358 11.76458903 12.24996334 9.375777456 9.187627898 +LQ07X014630 Putative uncharacterized protein 4.605007951 4.586216027 5.453630761 4.654598425 4.646866937 4.825084984 4.698503242 4.522169143 4.841909636 4.855581492 5.432258117 4.724864023 4.632196887 4.578457737 4.51606803 4.505204933 4.684305942 4.699299951 4.872080467 4.946183611 5.000914616 4.856407999 4.768475992 5.05286143 4.71512504 4.800063831 4.750638077 4.652406128 4.923765251 4.884728862 5.291238171 5.628121112 +LQ07X014640 Pentatricopeptide repeat-containing protein At1g79080, chloroplastic 9.858958682 9.877140091 10.15763952 11.33555746 10.21710674 12.13440873 12.32861701 11.97284536 10.15450316 9.685540983 10.08798253 11.34698152 10.49560172 12.09266994 12.11665109 11.96611367 9.525839496 10.04429695 9.630717753 8.927237928 9.432062277 10.3214839 10.43943094 10.58864131 9.213894249 10.07410668 9.763306312 9.537490592 9.494698441 11.00839405 10.58565526 10.5818671 +LQ07X014650 Hypothetical protein 4.927412378 5.084886508 4.912295845 4.893059941 5.421575649 4.967452368 4.824179115 5.16046457 4.925483073 4.66516295 5.414389286 4.928692136 4.914802933 5.399334562 4.746294935 5.103887864 5.009434263 4.89134037 4.942468392 4.965817642 5.417814839 4.718942481 5.079438646 5.061573447 5.059961921 5.16246007 4.995687796 4.881820477 4.987290117 4.722997374 5.241500765 6.637956229 +LQ07X014670 Putative uncharacterized protein 9.32906674 8.825480798 8.692526011 9.859545623 8.672913314 10.9977161 11.12429414 10.7718205 9.252448738 8.862669447 9.107027157 10.26085506 8.768119374 11.10362417 11.04007358 11.07070095 9.186756075 9.894013915 7.493551494 8.245996057 9.413334715 8.437363996 10.412026 10.50607851 8.989440252 9.820395843 8.172441193 8.850612312 9.16898398 9.072441207 10.88377271 10.28260058 +LQ07X014720 Predicted protein 6.355237592 6.273012482 5.52676987 6.036904432 5.621959071 5.014440448 5.88253241 5.165179112 6.056385501 6.473619086 5.929504116 5.377345223 5.846497339 5.057617427 6.245715373 5.31027785 5.507609939 6.107141233 6.530308206 6.52918457 6.334589774 5.871994149 6.152737627 6.494918563 5.75686006 6.150455994 6.123277132 5.980519095 6.504924862 6.301053682 6.039832684 6.374333756 +LQ07X014740 Hypothetical protein 5.442136747 5.02945297 5.222834823 5.248678522 5.236999442 5.333813445 5.423657406 5.995584575 5.056464651 5.19945342 4.91448004 4.970052743 5.167203011 5.239591606 5.283345284 5.648840554 5.726602627 5.269200449 5.042377118 5.343941403 5.479445897 5.374624925 5.382819653 5.482560276 5.277387555 5.351521037 5.536560009 5.113098462 5.686736608 5.842030635 5.610666847 5.704970795 +LQ07X014830 Hypothetical protein 5.865666023 5.711222016 6.065580159 5.755177626 5.608560065 5.764601532 5.692672645 6.271586141 5.522885511 5.415873262 5.54564516 5.65058824 5.287946358 6.015028197 5.341715277 6.122385336 5.422409111 5.931731225 5.635769459 6.014253086 5.769229575 5.48545867 5.709977899 5.823667883 5.852909538 6.018352975 5.39726464 5.995408151 5.459133922 5.596611212 5.979889977 5.428392615 +LQ07X014831 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.58234501 5.336845729 5.510374725 5.359848696 5.495121974 5.136075962 6.025640205 6.244360024 5.420528931 4.922886339 5.672656142 5.596889726 5.877803677 5.382522903 5.452046429 6.154967034 5.462230936 5.274443499 5.368143864 5.503185909 5.71610487 5.738091436 5.586130899 5.230737504 5.189460453 5.578657893 5.374818193 5.624107887 5.585292861 5.694880863 5.64919263 5.471372864 +LQ07X014940 Putative uncharacterized protein 13.13287531 12.95522167 11.88501818 12.18690805 12.22055555 11.19291617 10.66448114 9.643671673 12.87325039 12.87157453 12.16108428 11.72616729 11.57388049 10.76237144 10.5990462 10.19754787 11.86550784 11.6322007 12.15608624 12.20483137 11.28604341 11.34495444 9.185662857 9.601037397 12.60177226 11.7778448 11.4656909 10.65834875 11.8478214 10.72661379 10.47677938 9.623874799 +LQ07X015060 Predicted protein 9.592286677 11.28878666 8.369113801 6.396615502 6.154984268 5.707981861 5.554397858 5.846525797 9.839737965 11.26928427 9.56739942 6.794738773 6.984917737 5.673991561 5.266753953 6.473041081 10.05348219 9.853285256 10.5623926 8.6974867 8.567874421 9.079773531 5.799722781 7.770039673 10.23058326 10.83081152 10.93389718 6.908074157 7.923801906 6.645633541 5.242198484 6.706659659 +LQ07X015070 Putative Predicted protein 8.410924376 10.2798127 8.40331038 8.668182634 9.564027705 8.035052987 6.509726928 7.586812669 9.81922183 11.64655162 10.14513496 9.626299448 10.91152769 8.535883198 6.83949497 8.515651153 11.90038076 10.76870888 12.12557491 10.11800123 9.500780259 9.811047403 10.18933366 7.608798892 11.2584368 10.09407759 11.87421703 10.87114195 9.516531298 11.15783922 6.56861064 8.718481065 +LQ07X015160 Putative uncharacterized protein 9.585174519 9.889330122 9.031878769 8.998193927 9.086661876 9.67532518 9.209700023 9.236116739 9.679249688 9.71223301 9.579470675 9.350967932 9.383412641 9.694895597 9.375073616 9.178869992 10.06176656 10.51681535 10.27148947 10.32080504 10.16841723 9.236035171 9.759582961 9.604400812 9.984297965 10.5121959 10.55557816 10.22366637 10.27442448 9.429444562 10.0004339 9.646815643 +LQ07X015220 LOB domain-containing protein 4 7.238117999 8.061697442 7.376317476 7.389394604 6.506946508 7.47603164 7.245186 7.482582621 7.312841679 7.529342161 7.054307914 8.032164569 7.179758123 8.376571987 6.94073943 8.306807252 6.628259472 6.917728342 6.775168227 7.224300779 7.217892001 7.685890936 8.775832496 7.381476519 7.953467042 7.83103699 8.265115622 8.362513633 8.019068243 8.138241357 7.332141235 7.088038975 +LQ07X015240 Translation initiation factor IF-2, chloroplastic 7.607486539 7.490095151 7.696160989 7.17480984 6.729228743 6.956064659 7.341625306 6.187648506 7.590729103 8.189966613 7.389261645 6.663583744 7.455220147 6.187553353 7.616523396 6.169051828 6.900343167 7.277587552 7.937255644 8.507359977 7.560717534 7.224702164 6.948935717 7.88152536 7.174896516 7.899422853 8.233864498 7.212561383 8.206952096 7.011056665 7.701350186 8.126801815 +LQ07X015300 Putative uncharacterized protein 5.267921024 5.152521223 5.31015802 5.044696347 5.282577761 5.153390207 5.221859432 5.3542704 5.216607874 5.274591391 5.453320741 5.024835633 5.648587072 5.077303042 5.077305583 5.161556828 5.622775627 5.368825077 5.520519484 5.287232079 5.405296489 5.128024653 5.292780793 5.934010851 5.365253255 5.141052391 5.244560941 5.312208597 5.03827476 5.297619764 5.700882389 5.510620989 +LQ07X015450 Hypothetical protein 5.05434953 5.482407062 5.267423539 5.506514997 5.096444933 5.623681297 5.248445831 5.776779492 5.364230693 5.677818418 5.345464804 5.711167991 5.44665619 5.347084254 7.691715371 6.116193675 5.512116699 5.037963093 5.379399301 5.333470053 5.620992988 4.906125631 4.741533991 5.231720797 5.068863791 5.313723037 5.271029269 5.101010017 5.287618433 5.262150311 5.372203278 4.951500349 +LQ07X015522 Putative uncharacterized protein 4.616074621 4.975531239 4.294028402 4.984820538 4.704488834 5.24595374 4.936538973 4.858472755 4.824269108 4.837387985 4.755786245 4.994496467 4.939158354 5.596216978 4.7704953 4.633481373 5.152613681 4.99881239 5.322149714 5.555929916 5.643926053 4.890992501 4.971666192 5.043113071 4.914475553 5.089185589 5.841392987 4.936729019 4.925273618 4.652731196 5.400390506 4.973421521 +LQ07X015840 Hypothetical protein 5.768097545 5.42625371 5.832100569 6.35308374 6.228302417 6.026266811 6.469742201 5.782875151 5.725743405 5.233610133 6.452823136 6.590087678 6.123355709 6.453149214 6.59085723 6.719731974 5.674802443 5.908499933 5.616583176 5.536122331 5.775605517 5.857746781 6.066411498 5.16449168 5.465657875 5.273022119 5.188132223 5.188576376 5.301679587 5.510519648 5.528979981 4.987915509 +LQ07X015993 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 5.18294452 5.052672402 4.837636392 5.278099045 4.988357256 5.373993996 5.401961595 5.666028017 5.441866051 5.035356521 5.01867988 5.302303826 5.368783332 5.390804221 5.133296432 5.501092647 4.813812588 5.038174671 5.490224692 5.026391871 4.999915234 4.947062364 4.776468203 5.7177843 5.054062951 5.045962354 5.429884101 5.226198728 4.920844742 5.156376143 4.906883178 4.995878662 +LQ07X016020 Hypothetical protein 7.468627723 6.564797741 6.828289249 6.186995222 6.993871971 6.566182025 5.688919207 6.583564701 7.389060458 6.59769302 6.722821069 6.25672565 7.239700482 6.768760807 5.486827117 6.303161657 7.182230226 7.850989079 7.777731571 7.035647274 7.645085342 6.922406817 8.122955558 8.207338569 7.22160431 7.819412101 8.151202375 8.805122755 7.894603479 7.069393068 8.120946664 7.922055635 +LQ07X016162 Putative uncharacterized protein 4.858083692 4.73744904 5.347155744 5.177742372 5.183693162 5.267302291 5.676104583 6.020154265 4.840480495 4.790070519 4.770893075 5.19531164 4.53896645 5.302975132 5.633649677 6.027757644 5.160983098 4.717520103 4.650642167 5.205383845 4.90690956 4.868120249 4.854478568 5.035148253 4.996598611 4.872967823 4.6927171 5.238319361 4.789521667 4.878937883 4.877257365 5.613341789 +LQ07X016420 Hypothetical protein 11.62926965 11.99799236 11.59624761 11.37116938 12.49228796 10.49258375 10.38869565 10.95725327 12.25415436 12.74619189 12.47431824 11.94631874 12.48477133 11.51728886 11.3640133 12.02020963 10.83297282 10.81903996 11.96773196 11.89209713 10.79600156 12.04063024 9.018391825 9.604324601 11.7782909 11.55017896 12.31894163 11.93379106 11.97580611 11.40369791 10.58643374 10.96824604 +LQ07X016421 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.73626208 9.630938454 10.79493082 11.1071334 11.25238433 11.81340491 11.72217748 11.47695432 10.19591409 9.621042112 10.85143184 11.02024484 10.96818154 12.29583022 12.00844827 12.41930068 11.29670162 11.53402185 10.04462803 12.32771227 10.81967584 10.49386018 10.86006874 11.1556054 10.23621633 10.75350707 9.897704275 11.36387706 10.55051794 10.92917382 11.50746919 11.37982815 +LQ07X016481 Putative Transposon Ty3-I Gag-Pol polyprotein 4.938430109 5.042431748 5.001349981 4.833215942 5.050486881 4.744716827 5.075762506 4.917404268 4.841431439 4.695902257 4.90917209 4.653736243 4.926673311 4.715169771 4.8056993 4.800305847 4.760004434 4.661308173 5.016448768 4.980644008 5.213635473 5.01980103 5.056523038 4.974375522 4.939002907 4.880981359 5.507892906 5.812214322 5.258169905 4.882409297 4.881693021 5.02959743 +LQ07X016540 Putative uncharacterized protein 8.475302741 8.183558207 8.326090691 8.67772972 7.851129085 9.113084757 9.269313347 8.857600243 7.718781824 7.75546134 8.435697142 8.507132472 7.892196933 9.168633988 9.109050416 8.492622625 7.719449504 8.157283537 7.484899477 8.010208633 7.988145582 7.872071585 8.597503252 8.749181531 8.142621162 8.033078191 7.98514757 7.744742385 8.025305063 8.45222316 8.526630834 9.53694061 +LQ07X016550 Hypothetical protein 5.200817683 4.537638733 4.902874609 4.898659837 4.741520342 4.882429436 5.33854046 4.861686448 5.087103618 4.686464914 4.567336078 4.767124665 4.680909034 4.960444758 4.72845286 4.788676101 5.528266784 4.961876041 5.136780048 5.373995699 4.820587381 4.846103344 5.736127994 5.060742548 5.366056491 5.086609236 5.445867284 4.989000494 5.141763016 4.816209404 5.153267076 4.925248471 +LQ07X016580 Phosphoglycerate kinase, chloroplastic 13.01472046 12.70932119 14.07291373 13.84040519 13.83616852 13.66001788 13.88358339 13.53455094 12.73334457 12.41061426 13.40567999 13.64824216 13.80749975 13.68936442 13.93757447 13.32998072 11.69790922 12.70441075 12.15206611 13.57482626 13.60583571 13.42567981 14.4315306 14.62583851 12.4322569 13.03774814 12.8172846 14.04719089 14.54608946 14.42045809 14.31004773 14.67282746 +LQ07X016590 Phosphoglycerate kinase, cytosolic 13.71240891 13.68781978 13.16405164 14.01500249 12.69608795 13.93161587 13.77788053 13.05323578 13.52039705 13.75349412 13.16011587 13.77976608 12.83566445 13.50611264 13.71087936 12.86663157 14.01164021 13.5677406 13.60316298 13.16151674 12.93070827 13.26625626 13.083431 13.20312873 13.90876837 13.89752088 13.6574376 13.33325241 13.45700324 13.36809202 12.96645365 12.94878416 +LQ07X016700 Putative Aspartic proteinase nepenthesin-1 6.371330846 7.931289823 6.394481433 7.289722247 7.512095324 7.734033953 7.920943994 6.904583691 7.256086604 7.220311049 7.138312857 7.826997922 7.688978347 8.034346005 8.039949876 7.767699611 7.488391517 6.96470059 6.13432075 8.579653954 8.454307548 7.839562184 8.291326728 8.674661078 7.485523189 6.914312136 5.858966911 7.821283392 7.975428965 8.363470414 9.354134584 9.114712077 +LQ07X016780 E3 ubiquitin-protein ligase RGLG2 12.59308731 13.69221459 12.98058057 12.85277757 14.04325703 11.76715419 13.25400448 14.34005776 12.99626389 13.62280139 13.35689636 13.16801521 13.8411002 11.97564155 13.75419208 14.12717899 13.16611618 12.84846205 12.97529697 13.72482061 13.12200056 14.1816571 14.18157184 14.49886953 13.08536881 12.71162172 12.97449785 14.02421078 13.38578842 14.55807152 14.18367273 14.73018154 +LQ07X016880 Hypothetical protein 4.924790991 4.698630827 4.947679199 4.798560031 4.78754948 4.924556032 5.049698525 4.954538519 4.810216621 4.641130469 4.766366591 4.693515337 4.614028177 4.799242461 5.02103781 4.869578147 4.750863351 4.693404801 4.989327706 5.097119069 4.831173605 4.727579363 4.927842782 4.893929987 5.007305533 4.728371589 4.924071977 5.03361241 4.866498342 4.819493487 4.848925186 5.067540984 +LQ07X016910 Putative metal tolerance protein C3 5.16974337 5.808808553 4.803644004 5.333143315 5.117529092 5.034217231 5.297291671 5.317478784 5.159017195 5.666287498 4.93128127 5.439956441 4.825922324 4.938596524 6.370806943 5.136879873 4.959439631 5.025618486 6.106750306 5.356519992 5.008519521 4.938651968 5.080497599 5.044861875 5.122241131 4.900141813 5.874676934 4.965766621 5.31709833 4.977544487 4.787295029 5.306363764 +LQ07X016950 Putative Pentatricopeptide repeat-containing protein At1g66345, mitochondrial 9.026536694 9.92177234 7.743223818 8.946769737 8.984036936 9.175642989 8.826791184 10.16106829 9.493356125 9.404538921 8.84000607 9.044121712 8.970101095 9.158788688 8.958122556 9.668955195 9.794569648 9.293952117 9.770786184 8.913352031 9.131336828 8.711223476 9.192422232 9.482951615 9.528571532 9.568770568 9.768783941 8.951196556 9.521828933 9.13184144 9.863928833 9.055995485 +LQ07X016990 Putative DCN1-like protein 2 13.36462919 13.34329384 13.6047302 13.78087948 13.89923775 13.91155645 14.05750422 14.57376748 13.31930448 13.23513599 13.37589824 13.51418656 13.2494195 14.0904611 13.84109583 14.31286257 13.45435529 13.38919854 12.763423 13.18595152 13.2495493 13.88298171 13.48002464 13.62684507 12.95198894 13.0631321 12.80828102 12.94284493 13.41671807 13.97888798 13.67811106 14.0462514 +LQ07X017060 40S ribosomal protein S19-3 14.91465812 14.81865911 14.07311335 13.94133214 13.94634168 14.05265048 13.8964467 13.47979 15.03648188 15.33904833 14.44144373 14.55950319 14.40549726 13.94384232 14.12897298 13.77604311 14.95253047 14.19494961 14.61349483 14.37064636 14.1304759 14.39945851 14.22662982 13.86228667 14.85692455 14.56722374 14.85122954 14.09388202 13.64488061 13.87825315 13.86369465 13.98690135 +LQ07X017270 Succinate-semialdehyde dehydrogenase, mitochondrial 5.491651422 5.522881816 6.07144935 5.878615945 6.020661369 5.642641595 5.236933077 5.088904155 5.569570829 5.636012304 6.155249829 5.725771475 5.587502014 5.345627906 6.161441752 5.058517815 5.519517629 5.510659336 5.882004883 5.542078557 5.584909179 5.292162062 5.177857351 5.326217125 5.835411839 5.626457984 5.318123051 5.394344506 5.386578793 5.766191214 5.777614977 6.195906917 +LQ07X017290 Succinate-semialdehyde dehydrogenase, mitochondrial 12.70491329 12.12880311 12.65925486 12.31399241 12.53128965 12.30108642 12.32714621 12.3576895 12.20592178 11.85237412 12.17527584 11.77406721 12.11736144 12.05286465 12.32015748 11.77906211 11.9918433 11.9200394 12.12110364 12.36941654 12.42835548 11.94905336 13.03866978 12.62718392 12.31923491 12.07944203 12.55705529 12.43259654 12.95940471 12.20950914 13.09161823 12.67160982 +LQ07X017330 CTP synthase 1 12.81482251 12.63765877 12.40552086 13.14489279 12.42153154 13.49502378 13.2179996 12.55597159 12.92625667 12.83133539 12.66792349 13.44849343 12.17805784 13.53035038 13.29231918 12.96783262 12.98565329 13.0324435 12.83920901 11.99292009 12.1472741 12.35709343 11.71109691 11.67782882 13.03314838 13.11877707 12.96545902 11.73796703 11.85965487 11.69451047 11.66905186 11.671152 +LQ07X017340 ABC transporter D family member 2, chloroplastic 13.16061261 12.47663236 13.30313687 13.574456 12.90556772 14.04450316 14.08889994 13.89190623 12.78634405 12.02331755 12.96134126 13.3422486 12.78896041 14.1275727 13.73958705 13.74707694 12.88331134 12.81949478 11.2076217 13.33555536 12.97155357 12.25818875 13.30506012 13.85601353 11.51127591 11.75207363 10.81050169 13.25244956 12.83558504 12.26495516 13.79537817 13.1951938 +LQ07X017410 Isocitrate dehydrogenase [NADP] 12.40518841 12.32938216 12.03142279 12.63106944 12.45618356 12.47418826 12.78699332 12.71116843 12.49902434 12.3035298 12.2347825 12.60572911 12.46398061 12.65852732 12.65139776 13.05924156 11.85104683 12.10025293 11.65315475 12.12438866 11.66829481 11.86842811 12.38911847 12.05056622 11.84212874 11.98102134 11.50713185 11.40711237 11.77673998 12.19978213 12.05217276 11.76906215 +LQ07X017420 Putative uncharacterized protein 10.92754969 11.16106109 11.01868445 11.80873206 11.21612858 11.87411618 11.99386918 11.61421735 11.39181704 11.25931597 11.54415384 12.00411248 11.76135089 12.15357317 12.07849376 12.11210393 10.56656726 11.53208356 10.40095029 10.35223359 10.68905099 11.05507344 10.7669862 10.60760596 10.96787375 11.58249027 10.7490794 10.45711645 10.58619255 11.27198122 10.96055559 10.55649397 +LQ07X017450 Hypothetical protein 5.002449875 4.984652263 5.49293437 4.978939553 5.136665877 5.382045216 5.075098698 5.026525155 4.916823359 5.04755047 5.000865833 4.910831461 5.053053154 5.266398458 4.817923904 5.22349335 5.174186023 5.126818709 5.148169637 5.061139905 5.177427897 4.937826604 5.035673049 5.223669189 5.140050516 4.930039709 5.587802755 4.973988674 5.197537978 4.845219136 5.059542953 5.420865805 +LQ07X017460 Putative Zinc finger CCCH domain-containing protein 37 12.1056057 12.33228092 12.37189582 12.14646272 11.77770733 11.91501951 12.10257067 12.05430558 12.14960257 12.06885176 12.23874934 12.39608843 11.78505793 11.93946997 12.13513429 12.09303012 12.47676441 11.88927576 11.86122631 11.50563374 12.08994092 11.53762613 11.79219832 11.64306323 12.44199167 11.83564311 11.89749384 11.43044796 12.06348303 11.45122034 11.72902256 11.85956721 +LQ07X017570 Hypothetical protein 9.33144818 9.763105061 9.349476874 9.603963317 8.909172899 9.967433229 10.05494398 10.33719875 7.517817368 8.661599238 7.697045455 8.745301302 8.183388031 8.514606084 8.45580075 8.655449764 9.01586461 7.946853035 7.093956698 6.916134002 7.55049246 9.069756559 5.958156259 7.697275402 8.798959453 7.521158094 6.298137659 8.024703983 6.341908859 8.909856256 5.607313686 8.483196144 +LQ07X017593 Putative Copia protein 5.343781451 5.132307694 5.218526004 5.113143126 5.13173275 4.876181907 5.16631275 5.004415983 4.832096763 5.520006542 5.220768337 4.996822531 4.710200353 4.749620202 5.222283456 5.223084407 5.113824693 5.103268233 5.877439948 5.515225996 5.503739088 5.373130789 5.145496368 4.938929399 5.0422037 5.138251569 5.239641529 5.838178542 5.509318803 5.083009895 4.953335055 4.856551429 +LQ08X000010 Putative uncharacterized protein 5.093942608 4.894739224 5.588931002 5.239322754 5.424156001 5.129636636 5.07237197 5.112365995 4.949042806 5.099113798 5.538245595 5.239304209 5.091435512 5.63232526 5.138541702 5.293871131 4.998848751 5.230195551 5.253136187 5.317815292 4.938245825 5.330191171 5.483776532 5.666723214 5.11658361 5.072024285 5.360994964 5.103351746 5.643828352 5.506395115 5.06192295 5.908529221 +LQ08X000020 Cysteine proteinase RD21a 5.826566883 5.898506503 5.279469208 5.426200584 5.814898141 5.209309827 5.797387352 5.444933365 5.84641937 5.775933495 5.475643745 5.470587899 5.621350164 5.505253647 6.169205361 5.409982301 5.493204756 5.450233013 5.830058208 5.555361959 5.697244055 5.884255688 5.627885052 6.215351251 5.934192804 5.810771222 5.283293865 5.074445857 5.492124262 5.380435303 5.8289584 5.817611831 +LQ08X000030 Probable WRKY transcription factor 7 6.215472953 6.321509777 6.214965143 5.903778261 5.818153818 5.991681978 5.935113237 5.994243689 6.25481317 6.401795439 6.22255125 5.924040158 5.80728091 5.538476129 6.431963293 5.853565691 5.703594084 5.942411673 7.017926307 6.071186926 5.771337889 6.020414896 5.877662483 5.529463858 6.015572085 6.341238859 6.672523125 6.2333142 5.931956714 5.864121264 5.933749886 6.529936148 +LQ08X000040 Putative Uncharacterized protein At4g06744 5.304991016 5.346303496 5.805764915 5.147980308 5.361069512 5.205632331 5.42498982 5.543933983 5.455781502 5.374084673 5.464427554 5.255094571 5.537354604 5.196816597 5.087579344 5.231878911 5.676380997 5.416811179 5.481534417 5.473395079 5.66987619 5.388464899 5.773427296 5.385100945 5.263525972 5.57979392 5.342381018 6.4564404 5.700318719 5.278445142 5.419644021 5.343632939 +LQ08X000050 Uncharacterized protein At4g06744 4.778262128 5.204619443 5.071367331 4.630128163 4.499656464 4.960053629 4.943322404 5.084375366 4.640582007 4.998068877 4.956620125 4.641979208 4.863398024 4.891526971 4.753190663 4.929801549 4.910710055 4.693150123 4.754920648 5.378135561 5.38288606 4.691598154 5.386162742 5.246432106 4.770092111 5.158164177 5.077326462 4.802198251 5.43158532 4.713193358 5.707583914 5.106504985 +LQ08X000070 Putative uncharacterized protein 5.183442566 5.554860314 5.378606804 5.491148459 4.983013836 6.098820128 5.602851051 5.711251892 5.172082278 5.730776994 5.55826984 5.282020247 5.642498865 6.037335797 6.059155998 5.600725651 5.40757507 5.514011535 5.287899693 5.365773669 5.559965827 5.197086213 5.135160608 5.660791347 5.144272169 5.233938972 5.061175963 5.190844536 5.546665104 5.270140046 6.01714452 5.563485874 +LQ08X000080 Putative Chromosome-associated kinesin KIF4A 12.33591045 12.01630741 12.49033736 12.35649501 12.087577 11.07148664 10.86158045 10.47688055 12.1751636 11.86170561 12.42829513 12.30203749 12.24367111 11.25099657 10.95868706 10.53701135 11.66677967 11.50018293 11.73056829 11.86213159 12.06882815 12.34211524 10.09922716 9.871473135 12.28077514 11.89334479 11.83574626 12.25916283 12.37224887 12.01204671 10.01721855 9.523826372 +LQ08X000110 Putative uncharacterized protein 8.889774453 8.728302796 8.37440151 9.241695467 9.291176012 9.549347922 9.594134886 10.31932273 8.615634298 7.82228309 9.088945289 9.309559049 8.871396573 9.422094136 9.990968113 9.965249115 8.521629645 8.113421583 6.03811328 8.960721408 8.95423634 8.674781438 9.54039903 9.812211925 7.765388625 8.3150771 5.826769303 9.369845995 8.496882794 9.584698189 9.640553033 9.670793887 +LQ08X000130 Ethylene-responsive transcription factor RAP2-1 7.304416239 6.477194872 8.940991957 9.246341526 8.329220631 10.05598542 10.78484999 10.06895986 7.098393985 6.315081571 8.154384131 9.080579624 8.497472345 9.810187926 10.63316879 10.32040137 7.434114709 8.849833663 6.692682347 9.687740727 9.686668097 8.552065193 10.34643753 9.846951663 6.67810554 8.178916798 8.044087423 9.725176873 9.181358454 8.39975059 10.07084652 10.35321674 +LQ08X000150 Polyadenylate-binding protein 2 12.24861607 12.26468987 11.95942483 12.02316507 12.08242249 11.77830384 11.70074463 12.18270149 11.77435529 12.05694779 11.60217527 11.8952821 11.70564126 11.58899383 11.83383466 11.29743402 12.06844259 11.91717431 12.59389684 11.93792269 12.3942334 12.57666007 11.67334611 12.32421185 12.59199234 12.52976962 12.6897246 12.45158455 12.95725148 12.62614425 11.89399532 12.66339261 +LQ08X000160 Putative Uncharacterized acetyltransferase At3g50280 10.57493093 8.777222058 10.72469808 10.34164516 8.272055879 11.82767903 11.74619295 9.988378556 10.27585445 8.708169406 10.58952771 10.28629922 8.362721388 11.47708572 11.25205442 9.34571688 8.729480029 9.239007093 7.275771016 10.4836423 9.037900265 7.917137515 11.19217238 8.966188964 9.528662319 9.842382841 8.343595643 9.657024764 9.153145785 8.207867931 11.13065943 8.682670921 +LQ08X000180 NAC domain protein, IPR003441 5.277800116 5.514851232 5.265538517 5.418463063 5.421151842 6.633430691 5.950521745 5.998657991 4.890329703 5.639555556 5.120861011 5.351728925 5.069843386 6.569569036 6.301260481 5.865710284 5.279528952 5.045443899 5.321468307 5.073122674 4.743417117 5.277075192 5.104704406 5.642996645 5.20016291 4.688267955 5.361444087 5.104152635 4.956408724 5.197781392 5.047321932 5.421143757 +LQ08X000190 Protein binding protein, putative 13.11023555 12.89796166 13.37812903 13.1794341 13.68835719 13.06480591 13.14928938 13.25803369 13.22422001 13.15056774 13.68610796 13.24292658 13.5653798 13.26208234 13.22316321 13.5708833 13.36930214 12.71815749 12.92004796 13.02396704 12.83728058 13.52951315 12.60304951 13.14906304 12.95890925 12.73469147 12.24737182 13.63184151 12.69811281 13.28518216 12.86922132 12.96515685 +LQ08X000200 Putative uncharacterized protein 7.190559497 7.231865654 5.987209277 6.786160875 7.251009544 6.18347349 6.347238952 5.974296261 7.03006626 6.459131876 6.407248153 6.870845647 6.892699611 6.11291448 6.056472926 6.346444993 6.775422577 7.971274617 8.182151619 7.071914097 7.154644812 7.312871797 6.562157425 5.367311275 6.819664508 7.874489361 7.561450259 6.939561625 7.70522839 7.048047805 6.133109731 6.223524962 +LQ08X000220 Probable serine/threonine-protein kinase At1g01540 12.63672552 12.43074025 12.36404705 12.49627271 12.25393371 10.94378614 10.58497956 10.67151099 12.93052576 12.15131737 12.56375229 12.59365389 12.66002921 11.20803882 10.94295574 11.20760037 11.77578218 12.05707729 11.99503872 11.78512272 11.78886417 12.61758591 9.364937038 10.66644576 12.690565 12.81945338 11.75388876 12.17560192 12.06544761 11.92695228 10.23162246 11.01350327 +LQ08X000260 Putative Subtilisin-like protease 10.0705595 7.571078108 11.44293082 9.874346494 10.55396327 9.057345164 8.946752415 9.055173126 9.987162971 7.555377305 11.14016135 9.815201923 10.55948506 9.53870648 9.071904219 9.705205374 8.96739558 9.093244451 7.384579888 9.953344723 10.18351706 9.725125711 10.08815503 10.30123532 8.300509373 8.769666961 6.827986518 9.758306113 10.6759528 10.73685475 10.1506979 10.99186296 +LQ08X000270 Putative Subtilisin-like protease 11.07278274 9.490062617 12.70306383 11.06454402 12.65553756 9.338455548 8.287352943 9.804517646 11.40304434 9.708169258 12.60509829 11.06716895 12.98928215 9.818586597 8.769130518 10.14961321 10.45748925 11.89699868 10.29796396 13.30808671 13.19915252 13.20198032 7.638861135 9.217902131 10.70852497 11.71675508 11.1155047 13.28048501 13.42590499 12.26386789 8.39003823 9.281526775 +LQ08X000280 Predicted protein 10.5601727 10.34337037 10.97962993 9.318406008 10.39887167 6.039436177 6.175972362 5.926726744 10.82251962 10.77688713 11.0142574 9.278183657 10.89131175 6.02056661 5.804356019 6.877063983 10.37817995 10.71079234 11.15242806 11.25151426 11.5714687 10.81683992 6.544926948 6.667096722 10.99936777 11.49265611 11.43481699 10.90956238 12.71235781 9.314935308 7.172627291 6.666405673 +LQ08X000300 Predicted protein 5.068152232 5.011910298 5.552861202 5.391741368 5.525645967 5.246751527 5.340454251 5.298943648 5.20656122 5.159070612 5.383729684 5.175826589 5.362899612 5.353224327 5.277542329 5.183982908 5.496374055 5.871530969 5.681809598 5.489581917 5.394173739 5.381583818 5.482259146 5.585461724 5.282298709 5.725511662 5.366950381 5.577215978 5.604015722 5.396595634 6.361792815 6.517654899 +LQ08X000310 Heat stress transcription factor B-4 12.45031631 11.79192763 10.49965034 8.42755319 9.246719357 7.083120354 6.354699804 6.854848953 12.2513917 11.45000922 10.78125408 8.751418084 8.961265451 7.748377189 6.049698957 7.064176756 11.40623981 11.28769257 11.30917469 9.991856753 10.43354315 9.351053762 6.157741961 6.337971503 11.69183924 11.47610097 11.4141449 8.297276352 10.4838664 7.09195329 6.792863049 5.862734591 +LQ08X000320 Predicted protein 9.949256892 10.43029004 8.543018171 9.991672273 9.670570093 11.16946909 11.67668603 11.70752336 10.32384865 11.06397601 9.319161459 10.87045059 9.532729437 11.70967018 11.86869984 12.2069895 10.23892821 9.707483765 9.591361117 7.964194044 8.05033658 9.714480145 10.5898975 11.06792074 10.52366776 10.55724421 10.07904058 8.409814184 7.989111942 10.14541156 10.71711907 10.97155196 +LQ08X000350 DNA binding protein, putative 10.69935557 11.37633523 9.8060313 10.19508156 9.824649112 6.46758967 5.786924626 5.969917935 10.35252095 11.20010651 9.960662165 10.1098851 10.06921699 6.31403983 6.044214046 5.866196583 10.1213667 8.245627819 10.32070574 8.848498999 9.61007592 10.10209894 6.142911426 7.073829516 11.50314925 9.94451251 10.40852833 10.32838459 10.03520677 10.86172253 6.128767244 6.491695623 +LQ08X000380 Fms interacting protein, putative 11.16541767 11.39584902 10.89027396 10.99130184 10.89095437 11.41501462 11.16333936 11.43030928 11.42201847 11.06820646 10.97888361 11.31161867 11.10925166 11.56901925 11.05791236 11.33043353 11.6816361 11.69972366 12.19040974 11.17440373 11.31547617 11.63206989 11.35379583 11.29804884 11.91065638 11.66825121 12.3355718 11.09509234 11.43298427 11.47674004 11.15570191 11.16335398 +LQ08X000390 ABSCISIC ACID-INSENSITIVE 5-like protein 5 7.600825198 7.262283721 7.689328544 7.287772897 8.144429778 7.60231755 8.159475237 7.415225471 7.441350423 8.225168505 8.274171803 7.342818135 7.957059905 7.384211125 8.817494393 7.264528151 6.976058548 6.973390779 6.744276709 7.81207957 6.778425983 6.894154742 7.395360034 7.334506465 7.055219823 6.521366604 7.063499033 7.005740182 6.988643934 6.861712346 7.197891455 6.543496453 +LQ08X000400 Protein DCL, chloroplastic 13.16359005 13.17670014 12.75062816 12.98556615 12.81332567 13.56814213 13.59524902 13.92348787 13.28152751 13.25707881 13.10078419 13.12892213 12.86437475 13.78015483 13.78139209 14.34501934 12.89877132 12.70172145 13.57885398 11.92906246 11.78167199 12.93597298 12.75815889 13.41599764 12.93273001 13.08981776 13.4112839 12.25203338 11.66525312 13.1348504 12.7324429 12.92406328 +LQ08X000430 Putative uncharacterized protein 4.766696099 4.575489347 5.144114722 4.603492384 4.942349973 4.80778094 4.854941874 4.643749965 4.574551338 4.607278865 5.051729759 4.514091255 4.90532212 5.152047126 4.807302769 5.061450877 4.638492792 4.714904425 4.643554238 5.081583411 4.953589044 5.133916321 4.688845575 4.852713388 4.741858935 4.983939056 4.891408124 5.042727133 4.709318552 5.106723724 5.040181059 4.950225734 +LQ08X000460 Predicted protein 11.63512808 11.25288836 10.99592159 12.95686923 11.63725707 12.80904697 13.09495973 12.91088246 11.82759914 11.46955155 11.23613512 12.75835995 11.79996751 12.66758042 12.98116703 12.82613987 11.13565163 11.29351293 11.33849425 10.59053082 10.11746999 11.5374753 10.67374601 10.99166013 11.17797876 11.53884456 11.25821057 10.9639972 10.38501026 11.80922119 11.02168108 11.0716748 +LQ08X000470 Putative Non-specific lipid-transfer protein-like 13.27455906 13.30993641 12.47323474 12.85042936 12.84523557 12.1876706 12.09129268 12.25149192 14.042779 14.22486896 13.09965099 12.86463093 13.18781683 12.20936401 12.44831116 12.43270585 13.91140896 14.0065909 13.98295349 13.24672949 13.51309867 13.93714844 12.26307528 12.33094429 14.44957582 14.60849192 13.89383867 12.9473584 12.87305268 12.82341182 12.35775542 12.1470973 +LQ08X000480 Alpha-amylase 10.89676139 10.49768808 9.893132966 8.660988202 10.28644634 8.217138526 9.077343463 8.222576109 10.73465662 10.20904499 9.739070495 8.940525537 9.593240405 9.031313345 9.38492619 9.148605363 10.77047528 10.41005913 10.52813172 12.1746853 9.463426368 9.261969149 10.47194121 9.769133621 10.01783135 9.499496253 9.646553768 10.77279107 8.923718136 8.886026327 11.24271965 10.56933243 +LQ08X000490 Alpha-amylase 6.312081232 5.816356015 5.475390598 5.501334844 5.504563535 5.19232206 5.608445895 5.5712952 6.171358457 6.01688973 5.466612681 5.851494154 5.62348234 5.384822277 5.076440082 5.858708721 5.480796466 6.625063698 6.939706917 5.758625703 6.055971998 5.952224964 5.576489046 5.841018934 5.711195109 6.368999569 6.689949878 5.902639801 5.892037769 5.692683855 6.042721172 5.308422201 +LQ08X000520 Protein CYPRO4 5.183696823 5.155008504 5.34612542 5.209126776 5.447734699 5.339295502 5.149153102 5.271999181 5.815344777 5.02971082 5.821257416 5.231666455 5.412957333 5.195068628 4.948481994 5.273185437 5.574612367 5.828596984 5.593053032 5.553649266 6.074954243 5.521932973 5.670360834 6.566568001 5.747451876 6.393235016 5.58882342 5.597883324 5.488075424 5.353240876 5.942056041 4.965916404 +LQ08X000530 Putative Chlorophyll a-b binding protein 4, chloroplastic 11.36893521 10.97973781 12.16757236 13.55822012 11.81044065 13.54527873 13.74748914 12.61475335 11.44787229 10.57725698 12.03515014 13.19278073 12.17464203 13.77261899 13.74104314 12.95910748 10.45252445 11.20219393 10.33139696 11.23677704 11.1261548 11.73917006 11.94652931 11.61517407 10.9660665 11.34883271 10.54904288 11.70049118 11.20876289 12.51804915 12.11520555 11.06631972 +LQ08X000540 Paramyosin, putative 5.731839595 5.876779487 6.0480276 6.404025044 6.183148322 6.749018083 6.357264952 5.909232557 5.58231259 5.690943424 6.560255173 6.167504494 6.194259009 6.229644966 6.019738191 5.697134597 5.544124373 5.784531614 5.569118432 6.056137081 5.904439332 5.774212253 6.273996957 5.150903319 5.335771911 5.763858279 5.642254877 5.968026978 5.742162871 6.121436226 6.177944786 5.324836097 +LQ08X000550 Glycogenin, putative 5.26473567 5.218526588 5.153755413 5.189566597 5.028773916 5.286244733 5.086221787 4.862546024 5.214141413 4.889770988 5.125510517 5.280867637 5.490081558 5.089136975 5.097452392 4.962283617 5.102104614 4.990470085 4.870923557 5.258596652 5.994156834 5.284482171 4.939693074 5.599698675 4.990998277 5.460139814 5.028347673 5.845236826 5.340016852 5.35286002 5.135215582 6.226358284 +LQ08X000620 Putative uncharacterized protein 5.193736591 5.011781271 5.164060359 5.918540518 5.363628443 6.389625893 6.261629698 5.74919809 5.35374691 6.172247279 5.680400936 6.579103997 5.379691492 6.120464575 7.77842712 6.041164977 5.159085391 5.299096246 5.20352892 5.336920292 5.190087195 5.444674161 5.298798095 5.465680985 5.270763115 5.17641419 5.092690608 5.725622659 5.087416254 5.218289882 6.119613011 5.063647165 +LQ08X000640 Predicted protein 5.333651177 5.005257 5.520802267 5.253972756 5.321924479 5.580663224 5.676512548 5.943948635 5.292933362 4.953767277 5.248257452 5.396464279 5.146862325 5.928330884 5.936044456 6.042362627 5.036609782 5.315299936 5.040869352 5.044695543 5.361511231 5.229174552 6.04037987 5.875873416 5.151593502 5.047032999 5.161733733 5.084135983 5.122438861 5.321761231 5.328178113 5.702994732 +LQ08X000650 Hypothetical protein 12.05225541 9.484744538 13.48245883 13.79177734 14.54461428 13.64930508 14.93443906 15.53205659 11.94384493 9.683553689 13.24997067 14.60729185 14.07776854 15.08795464 15.48385166 15.17578211 11.32424604 12.23177225 8.853647493 12.99811322 13.25887285 13.46179919 14.96393953 14.28583678 10.59632001 12.99984654 11.32041855 13.99579645 12.61083979 14.17867084 14.82654366 14.77839042 +LQ08X000660 Putative uncharacterized protein 5.175867095 5.463269184 5.414578783 5.51067699 5.8199854 6.288419617 6.386160004 6.276196291 5.538150349 5.423751575 5.559978678 6.20322101 5.862551158 6.859642432 6.239038378 6.158042534 5.154406785 5.771806638 5.550117246 5.563765997 5.595137368 5.28528875 6.769442606 5.401692793 5.477240057 5.184557414 5.232108152 5.755886795 5.736423756 5.494103671 5.692577527 5.665275966 +LQ08X000690 Putative uncharacterized protein 5.322224399 5.173104201 6.090731671 5.85775153 5.455631633 5.312516058 5.511344268 5.622799388 5.331983156 5.516704311 6.024462009 5.317052267 5.781195407 5.860220209 6.290424545 5.496953729 5.440477148 5.452417208 5.130962604 6.143291286 5.276573349 5.432394013 6.268828775 6.494422875 5.285537364 5.200771376 5.194443293 5.412309264 5.652468028 5.619870041 5.847987372 7.931879367 +LQ08X000700 Predicted protein 5.202019117 5.214866903 4.862823859 5.5011206 4.924125319 5.112930566 5.615417366 5.485564263 5.360560142 5.335544731 5.002741636 5.206325485 5.266501549 5.272146692 6.229451624 5.093410703 5.37582233 5.202548623 5.311166274 5.581563477 5.098864306 4.863134349 5.016055027 5.250514022 5.219582621 5.315864503 5.621085038 6.205703628 5.518737042 5.272479437 5.392805609 4.95231814 +LQ08X000730 Putative dihydroflavonol-4-reductase 10.72580017 11.67177356 11.05121677 10.75672781 11.16440461 10.83606461 11.20755804 10.5949533 10.80396134 11.15674363 10.89395146 10.63015034 11.00431074 11.18365071 10.86111914 11.01208248 11.238957 11.74813843 11.56528426 11.46803816 10.96494233 11.19552788 12.03515847 12.00138252 11.04738669 11.28084061 11.48753515 11.42068128 11.49155365 10.89033245 12.12305369 12.07321993 +LQ08X000750 Predicted protein 10.69515217 10.4401675 10.60631092 10.97424072 10.61152264 11.2459803 10.71409313 11.07464526 10.71553371 10.29564123 10.39865955 10.81554815 10.83185122 11.09266607 10.6741523 10.57048738 10.52701941 10.28873955 9.859451829 9.999843494 10.32182219 10.37916333 10.11171613 10.05834589 10.59390824 10.47223927 9.890162351 10.30023513 10.76368218 10.99754048 10.07190195 9.834167216 +LQ08X000760 Putative DPH4 homolog 11.17936682 11.19233835 10.80155887 11.17283853 10.98202783 10.85849647 11.23633354 11.52862113 11.31338375 11.24668728 10.98283996 11.17606445 11.23547819 10.9812021 11.14530264 11.48406383 11.65691769 12.05680745 11.83607472 11.28980232 11.58041768 11.64583877 11.81202401 11.52581306 11.66892992 11.89200891 12.0890509 11.58600492 10.48676435 11.44775765 11.44716272 11.58136776 +LQ08X000770 Putative uncharacterized protein 4.928464324 4.89138772 5.204336135 4.991053968 4.99322064 5.079131127 5.168354174 5.135038942 5.240515761 5.041846677 5.491940644 5.056905125 5.22119867 5.142426595 5.369112239 5.048269828 5.253060301 4.840034732 5.281806399 5.18369933 5.550063287 5.073585864 5.489227017 5.263265702 5.241480527 4.902845573 5.357895906 4.736749862 5.082632795 4.926038012 5.922658101 6.256733039 +LQ08X000780 Predicted protein 11.00713709 9.209560308 12.83442605 13.2206791 13.23570641 10.08803389 9.624959276 9.888174613 11.169184 9.557625442 12.62972044 13.51712826 13.12132286 10.09702338 10.30707523 10.35425149 9.693217024 11.43691731 8.644552994 12.36100418 12.83121174 12.6778341 8.632529498 9.229732561 10.10976438 11.56643343 9.833522621 12.52537039 12.68035557 12.55192583 9.088507874 9.72512545 +LQ08X000790 Putative uncharacterized protein 13.69767892 13.79208671 13.35785604 13.5336225 13.23930587 13.41464136 13.23886348 12.94514661 13.72752411 13.8270813 13.41953436 13.37482471 13.32081347 13.32234819 13.41338787 13.17960579 14.06885959 13.48752911 14.01715788 13.34885751 13.00589828 13.45520448 13.33525156 13.08979273 13.94381263 13.55309652 13.79623367 13.60466587 13.04582281 13.51880168 13.24602589 13.03977044 +LQ08X000810 Putative Probable gibberellin receptor GID1L3 6.776109862 7.632236269 6.273847101 6.209333688 5.66647124 8.028921128 7.521729109 8.604102298 7.202027297 6.905730684 6.261988096 6.77770895 5.950730526 8.669815806 7.381875021 9.160954839 9.226916512 7.612911392 7.444996687 7.56572404 7.228814247 7.271583253 8.061536412 7.305070968 8.551894347 7.15152857 6.32197021 6.018069406 5.860182431 6.913886912 7.022256127 6.992726545 +LQ08X000820 26S proteasome non-ATPase regulatory subunit 14 4.67719068 4.854124574 4.945560986 4.940342486 5.325871369 4.716520635 4.945992606 5.063030897 4.833663916 4.829011079 5.146177389 4.942862216 4.872919795 4.999446378 4.835488668 4.855512603 5.128113792 4.723846929 5.048643886 4.986191894 5.164623445 5.247190975 5.2757428 4.866988481 5.13470268 4.99178181 5.093738872 5.097845692 5.020882764 5.194257902 5.008743525 5.20583397 +LQ08X000840 Putative Patatin group A-3 11.52458111 11.52546003 10.76536671 9.066602591 10.6228588 9.849187185 9.743280179 10.61323903 11.89487765 11.67411987 11.12251917 9.345629608 10.20116674 10.28983326 9.98968086 10.47105729 12.35871476 12.0648664 12.95839904 11.60136686 11.37700111 11.98769031 11.00766783 11.38643018 12.42320157 12.36057044 12.87237921 11.06005998 11.41996365 10.17512221 10.82288575 11.72256919 +LQ08X000890 Putative Patatin group A-3 5.475425281 5.49319485 5.201145053 5.247131999 5.362314881 5.551531046 5.658354733 5.538032431 5.438768585 5.315966156 5.121229398 5.290375514 5.281293185 5.442608765 5.189020229 5.250481733 5.540863855 5.737345742 6.168829476 5.48085484 5.522564395 5.235832647 4.914781634 5.313300884 5.498708421 5.406582129 5.378916204 5.601265197 5.756255421 5.243119163 5.831812239 5.112926487 +LQ08X000900 Ribonuclease p/mrp subunit, putative 12.30573522 12.03584394 12.21113542 12.09016257 11.73725674 12.56018145 12.51669685 12.56409285 12.23717888 12.00381218 12.28072151 12.21833994 12.05499342 12.47016889 12.37113921 12.62753372 13.21911678 13.43092369 13.14131531 13.11263301 13.2366006 12.53554204 13.25925999 12.99620171 12.73791152 13.09440887 12.80760174 13.10291581 12.71424211 12.33372069 13.10607691 12.85475212 +LQ08X000930 Hydrolase, putative 5.24287615 5.600206301 5.526551311 5.193055523 5.430720718 5.554102664 5.437755642 5.239608115 5.388603116 5.409382651 5.485924192 4.918224297 5.35062642 5.617061212 5.381785965 5.180858875 5.426151049 5.538051657 6.606922304 5.889552368 5.536874621 5.073942668 5.285223875 5.262803022 5.597021329 5.413964988 5.800825476 4.739912301 5.668499873 5.344277336 5.362362568 5.143566297 +LQ08X000940 Putative Predicted protein 13.26037778 13.79512816 11.88698973 11.89219704 12.45835424 4.897895685 4.796072335 4.849637848 13.574715 14.0641755 13.07247628 12.51117841 12.82954333 5.014314718 4.89768187 4.929021677 11.24876742 13.49909014 12.91744666 12.07056579 12.84615546 14.28280861 5.144630189 4.610634974 14.46424203 14.72620182 14.80604578 11.79667566 14.02079633 9.357736534 4.980729591 4.642718631 +LQ08X000960 Nuclear acid binding protein, putative 11.14882988 11.12604271 11.08405093 10.99015765 10.78727584 10.91205142 11.05321159 10.44642255 11.17603941 11.20807365 11.0403186 11.1103847 10.78342979 10.98280253 11.00381312 10.28677807 11.2166527 11.55210086 11.35249135 11.44160926 11.2529056 11.09098565 11.41010175 11.26309032 11.28079649 11.98480306 11.92042611 10.86772217 11.4608543 11.09017006 11.64436428 11.59351545 +LQ08X000970 Uroporphyrinogen-III synthase, chloroplastic 12.48695446 11.97874553 12.6091743 13.04479757 12.26450185 12.35263635 12.59532726 12.45273078 12.39405689 11.52931242 12.06910732 12.74713254 12.25243654 12.32268086 12.2338768 11.94500702 12.21692311 12.0460909 12.1462428 12.2630384 12.26230107 12.82460739 11.86417701 12.46940396 12.36115772 12.14979947 11.9248869 12.41844817 12.43716742 12.40070562 11.76811221 12.17181516 +LQ08X000980 Serine carboxypeptidase II-3 11.99116409 12.19078945 12.7896517 11.94147154 12.55479298 11.82036431 11.50625947 11.7952325 12.08178202 11.80881894 12.59374236 12.07287298 12.41606731 11.76777673 11.75025294 12.11756992 13.56140981 13.39369028 13.29062396 13.84168526 13.07955344 13.02288006 13.24697873 12.25163119 12.19989171 11.97686156 12.4064335 13.02364736 12.65407606 11.81249338 13.10955063 12.37163432 +LQ08X001000 Transcription factor, putative 5.507430608 5.203398172 5.239695574 5.594463927 5.315244253 5.394631103 5.667820025 5.172378263 5.640941576 6.453865326 5.788446353 5.846287565 5.261212541 5.388085479 6.117683871 4.991795634 5.314239877 5.417250265 5.564881511 5.986113494 5.732818828 5.443684004 5.132788798 5.480327895 5.534290882 5.616257728 5.390510837 5.679867263 5.220860941 5.700178962 5.191861392 6.034222777 +LQ08X001020 Predicted protein 10.79718723 9.661108202 10.41772872 11.17879624 10.29194818 11.54224 11.57278443 11.23742759 10.35267227 9.247550168 9.924978456 10.84906305 9.828084387 11.43423861 11.37678186 10.84875118 10.77421853 10.25294951 10.66848691 9.878756076 9.26333491 10.13420034 10.47003028 10.59524881 10.32275102 10.15056075 10.11410598 9.908570433 9.846207933 10.57648937 10.69566306 10.48442647 +LQ08X001050 Putative Early nodulin-like protein 2 5.289425224 5.787312227 5.282964734 5.474781691 5.083868634 5.353841746 5.799133222 5.349554824 5.584885451 5.648410123 5.510522237 5.551773261 5.464720041 5.375180345 6.163268665 5.713247095 7.066986064 6.143547605 5.605897375 7.948146861 5.5377574 5.67798157 7.765647319 5.701229005 6.389981587 5.790878257 5.948926884 5.716981939 5.276096162 6.278140806 8.71372874 7.500106562 +LQ08X001100 Putative Protein OSB1, mitochondrial 5.805404698 5.914340415 5.467895586 6.32801384 6.803588394 6.818889546 6.91952226 8.219489261 5.361725547 5.446137515 5.405541922 6.025947046 6.198598897 6.474668644 6.622039437 6.932189745 6.678671139 6.579725466 8.029728395 8.144362981 8.033969366 7.814702131 9.570402723 10.14249776 5.895679456 5.835361904 7.591607599 7.680190322 8.189736691 8.775603109 9.224609392 10.42625664 +LQ08X001120 Nucleobase-ascorbate transporter 3 13.82564423 14.07626916 14.35768452 14.05880315 14.27132841 14.40256803 14.34637481 14.33424522 13.99502139 13.9053117 14.31316398 14.28456208 14.42349335 14.45907033 14.27669413 14.53433076 14.10403829 13.49959552 13.40512226 13.84294518 13.82396084 14.01424081 14.35732524 14.10606207 13.74313914 13.2812465 12.97568811 14.07496827 13.82244144 14.05895392 14.44388048 13.94488721 +LQ08X001140 Serpin-ZX 10.66373764 11.61515878 11.03441102 10.69392214 11.24701329 10.97296163 11.02080391 10.66151098 10.94569572 11.9258805 11.11754634 11.00451284 11.42341348 11.26821979 11.38693404 11.12627718 12.07957296 11.92840447 12.4310909 11.90772945 11.9226148 12.10020171 12.26923031 12.2097831 12.02748066 12.10155274 12.5178036 11.82168383 12.10937054 11.7506116 12.14942427 12.70638846 +LQ08X001170 Putative Peptide transporter PTR5 4.658991494 4.503724788 4.740278415 4.602273245 4.740891863 5.366913126 4.904756399 4.968010633 4.417786391 4.507018799 4.626593697 4.669011997 4.706071681 5.041537028 4.770602614 5.413631327 4.951018847 4.559928245 4.873926984 4.53358422 4.773157741 4.900264346 5.253461369 4.979654366 4.884869894 4.790434593 4.788874157 5.285097147 4.805369849 4.671665087 4.52561587 5.780841797 +LQ08X001180 Predicted protein 6.2562258 6.034493774 5.496375506 6.433634459 6.040434725 6.790617064 6.559747354 6.690499705 6.336536745 6.505885811 5.215855051 6.434985121 5.907798132 6.165788034 6.077627124 6.744797364 6.363746775 6.441367405 6.733410886 5.537688693 6.038029532 6.249321227 5.725426358 6.623771466 6.531974979 6.539700744 6.205237037 5.964105059 6.034146562 5.951232689 5.616706644 5.532124444 +LQ08X001190 Probable thylakoidal processing peptidase 2, chloroplastic 6.944036068 6.797491933 6.075678028 6.466923948 6.148801469 6.210561891 6.575629599 5.915187531 6.936522302 8.047792722 6.526090195 6.14707169 6.409318817 5.806157768 7.830981469 5.814389533 6.444190657 6.424698577 7.631337453 6.691954367 6.693651402 6.161741207 6.392337711 5.91575114 6.143024208 6.292188306 6.919287494 6.331646611 6.905537773 6.270637564 5.961506571 5.818055047 +LQ08X001200 Lysine histidine transporter-like 8 5.491239982 5.723166551 5.223880418 5.023259626 5.555213999 5.473523052 5.215097423 5.252301257 5.414520068 5.500254176 5.457335594 5.38187886 5.455965944 5.053595024 5.272153219 5.187068028 5.229418978 5.672445337 5.586429999 5.669006952 5.914504263 5.262231602 5.165722824 5.08092672 5.564821672 5.608938653 5.650741114 5.771679216 5.759012915 5.499229178 5.128909154 4.977202215 +LQ08X001240 Molybdopterin cofactor sulfurase, putative 9.280561804 9.146691623 8.98201353 8.269297872 9.176248192 8.408526746 7.709199611 8.11029278 8.818219084 8.670594258 8.283428901 8.067856503 8.58315592 8.286481636 7.496466904 7.968992511 8.819928474 8.266655734 7.818509267 8.267016244 8.929232391 8.820989437 6.141607084 6.487419873 9.259806077 9.024208215 8.391871682 8.698795416 9.320595659 9.131572858 7.835127961 7.353376342 +LQ08X001250 Putative B3 domain-containing protein Os11g0197600 10.02647853 9.834802502 10.12806981 9.495264631 9.716784529 9.154197753 9.305302143 8.930113156 9.368857251 9.790892514 9.775922608 9.055104191 9.322585792 9.076075014 9.408941993 8.718082351 10.00699193 10.7642417 10.1033499 10.68106435 10.93059511 9.829804821 11.02180186 10.21331903 10.19371362 10.64067892 10.35729437 10.29618883 10.89679771 9.703106983 10.84515538 10.16102025 +LQ08X001260 Putative B3 domain-containing protein REM16 13.49892445 12.74351501 14.1148422 14.81768049 13.74917873 13.88549261 14.4863325 13.91847603 13.43269896 13.5960984 13.69931972 14.41522488 13.88798911 13.96415312 14.72164568 14.2336307 14.15223008 14.51780445 13.64752335 13.47544012 14.10195343 13.94139536 14.08250333 13.62550861 13.8534302 13.97330761 13.87126506 14.01904237 13.14768782 14.08933326 13.81231935 13.35963908 +LQ08X001270 Predicted protein 10.28759933 10.77482748 9.903248079 10.56455683 9.830992939 10.22745815 10.31308913 10.35646089 10.44107081 10.98319445 10.10682218 10.67265479 10.31185856 10.30481682 10.37064257 10.69447553 11.15743572 10.89578316 11.03398593 10.54829131 10.25965659 10.88164892 9.494863479 10.0201756 11.10485549 11.03959699 10.75938411 10.62012095 10.23488108 10.63552604 9.19706422 10.49195245 +LQ08X001300 Cytochrome P450 82A3 6.389119896 6.935982715 7.442763968 6.873815906 7.326234551 8.52679112 8.969540549 9.637392601 7.037655656 6.610977794 6.450667467 6.824756082 7.55895275 8.959596038 8.707677227 10.01578095 7.357898107 7.281218926 6.55822094 8.324174005 7.06997599 7.348933335 11.54107361 11.39301166 6.993881477 6.451108218 7.237701242 7.638289884 6.614865124 7.589698607 11.16715854 11.32879587 +LQ08X001310 Cytochrome P450 82A4 5.056971735 5.169819974 5.704398968 6.007612107 5.34444133 7.332950907 7.526929012 7.427095601 5.061460268 4.993511438 5.614276667 5.197208854 4.986680944 6.715860429 7.353083626 6.355405247 5.92092491 5.50765518 5.50025245 5.821034664 5.380580884 5.381277627 6.44097884 6.818511531 5.37104891 5.333672167 4.951843846 5.315508741 4.96069827 5.690927163 5.714823752 5.626139291 +LQ08X001320 Cytochrome P450 82A3 6.644270023 6.354706459 7.641013242 8.417640116 7.536755105 13.79293226 13.57932812 12.61911443 6.919137038 5.89602245 7.075827338 8.739436543 7.051249648 13.68013518 12.7704798 12.40637661 8.321307857 9.143021142 7.780835947 8.958164943 9.240197332 7.122174906 13.55024517 13.22814853 6.965565475 6.738482958 6.832992564 8.280618315 7.785183453 8.096417369 13.4676184 12.57901362 +LQ08X001370 Cytochrome P450 82A3 5.409642168 4.974303139 5.431006517 5.632323118 5.502079431 6.465804563 6.625671278 7.74371004 5.300323692 4.983928939 5.178137791 5.605346901 5.648955596 5.694731395 6.203190554 6.981661198 6.058306369 5.740269139 5.567436918 6.259934625 6.218910267 5.694757378 6.004256904 7.327061216 5.345589211 5.48142327 5.415972793 5.462787432 6.140092059 5.890372024 6.313462239 6.965522839 +LQ08X001390 Cytochrome P450 82A3 5.532004898 6.329580192 5.780936131 6.543061495 7.10331073 8.695236211 8.554740259 9.56781591 5.58697507 5.253127476 5.810045817 6.459020876 6.248992869 8.621698727 8.516261602 9.753745414 7.266811779 9.25617796 6.730385642 8.791600775 7.952733272 8.143961477 9.670105133 9.269679964 6.865588163 6.923752136 7.219332236 7.502749611 8.549349331 7.131634816 9.694150401 9.827673323 +LQ08X001400 Putative Cytochrome P450 82A3 11.3858191 9.467960525 13.0703285 12.94376545 13.15947159 13.397212 13.32612351 13.48880407 11.00638316 8.805968251 12.59916771 12.76750761 13.04104962 13.38249608 13.33660756 13.21973108 8.679221616 9.896229335 7.096344745 11.8583424 12.21008442 11.84503046 12.53585192 12.83721961 9.002122862 9.656354793 7.450056432 12.60537536 12.92237379 12.19871277 12.87120401 12.66787335 +LQ08X001420 Predicted protein 5.474373814 5.098036173 5.881609373 5.444536913 5.759247255 5.336963846 5.472913082 4.961672625 5.730849464 5.684957365 6.126803474 5.318365987 5.294828523 5.466838831 5.277771642 5.197588028 5.037737075 5.53921297 5.447584686 5.329446679 5.563068274 5.369471086 4.767591138 5.163369236 5.198489031 5.455578896 5.399248328 4.991500491 5.722903484 5.162121575 4.919067591 5.176022487 +LQ08X001430 Putative Myosin heavy chain kinase B 7.441581923 8.307079397 7.82518249 6.166224855 5.520219512 8.691971626 6.813282038 6.072138851 6.344314614 5.827831596 6.777497304 5.928203216 5.37562388 8.067191052 5.489410822 5.420991695 5.74672499 5.821190151 5.582665088 6.495509099 5.930240997 5.537333071 5.818583299 5.82442863 5.524210399 5.314534833 5.545502096 5.561154193 5.195433059 5.236139285 5.311711048 5.773364903 +LQ08X001440 Putative uncharacterized protein 6.888227984 7.255530261 6.489796436 6.531151717 6.931824028 8.318329258 8.471873433 9.589203169 6.837361842 6.941823383 6.931236359 7.134399176 7.748096143 9.01757677 9.050179019 9.837682709 7.396424854 7.544877341 7.311893541 7.556358858 7.522918823 7.409048559 9.848707483 9.912350154 6.739666644 6.632916406 7.569362304 7.40747396 5.804150905 8.267500929 10.33149744 10.43027475 +LQ08X001500 Probable E3 ubiquitin-protein ligase ARI8 11.41548378 11.46924367 11.26830392 11.25879758 10.97705836 12.28718704 12.37222208 12.21165884 11.42746824 11.56484878 11.45794977 11.43552732 11.38720691 12.39630962 12.44279077 12.53032765 11.9864399 12.11252964 11.24210947 12.09554395 11.66090509 11.47993458 12.49668807 12.40696074 11.37238202 11.56058184 11.26617723 11.73618825 11.24970089 11.5146727 12.61673597 12.28171388 +LQ08X001530 Predicted protein 11.39820229 11.29172154 12.05516596 12.19668949 11.71185063 11.64895556 11.52765738 11.21976408 11.6332079 11.27476939 12.07284049 12.39092471 12.04950736 11.58540806 11.57440939 11.35370066 11.56500719 11.87141107 11.18018669 11.92126201 11.75894801 11.7161081 10.99630159 10.75246659 11.59075003 12.04623386 11.24791195 12.26262136 12.08288137 11.76217872 11.02655005 10.44377672 +LQ08X001540 Probable E3 ubiquitin-protein ligase ARI1 8.751789471 9.1224481 8.101326513 9.203847223 8.973075653 8.951215406 9.075420388 9.05928083 8.65096297 8.587849707 8.700021657 8.762042932 8.920127431 9.051350316 9.419625575 8.647442711 9.201636989 8.810538415 8.939009834 8.356293089 8.614458788 9.265078778 8.725941711 9.32319804 9.050579782 8.788467113 8.586756551 8.95529965 9.164965531 9.553724135 8.72646616 8.949393141 +LQ08X001570 Putative F-box/FBD/LRR-repeat protein At1g13570 5.129392271 5.182896334 5.252200802 5.226903562 5.264069532 5.202200998 5.465833741 5.095040143 5.289724955 5.187378644 4.820630057 5.302518277 5.064663207 5.174615106 5.241033022 5.126103824 5.010211087 5.202651166 5.648679996 5.533673072 5.115711517 5.086625585 5.234749237 5.270982672 5.096592108 4.712371067 5.698094216 4.917749464 4.941683919 5.113994986 5.079546392 5.13139922 +LQ08X001580 Type I inositol-1,4,5-trisphosphate 5-phosphatase 11 5.28989894 5.092729181 5.330269612 5.13418259 5.00532013 5.148177906 5.331047393 5.292235365 5.134069296 5.28617531 4.898939977 5.11660434 5.270770617 5.011464359 5.296797253 5.501083695 6.14747517 4.919422602 5.449744227 5.250286086 5.49909255 5.020027125 5.188234575 5.274461316 5.252889107 5.362407339 5.413788566 5.079724517 5.799681296 5.323069239 5.4521366 4.763303466 +LQ08X001590 LIM and UIM domain-containing At1g19270 5.840257498 5.461704699 5.377973827 5.03249998 5.262528232 4.909708933 5.000130499 4.978050024 5.366776257 5.629492109 5.308655175 5.285026775 5.317442034 4.927467024 5.147125478 5.041527344 4.834488986 5.102242019 5.378642758 4.795287329 5.265262161 5.144459275 5.24732353 4.711408821 5.355513703 5.407394684 5.721242938 5.555604282 5.697381 4.905146059 5.631729131 4.888988409 +LQ08X001600 Predicted protein 5.709450874 5.323385686 5.409182819 5.285868554 5.246767714 5.165628984 5.12031156 4.898237581 5.449802817 5.498258879 5.312861558 5.195340924 5.616574196 5.016651949 4.904266248 5.073191642 5.287776674 6.12642323 5.612705876 5.383883834 5.614066787 5.678612781 5.263795473 5.669682781 5.393798132 5.787810339 5.700609966 6.139018418 5.608249422 5.778760014 4.531978013 5.785623856 +LQ08X001620 Putative pentatricopeptide repeat-containing protein At1g19290 10.49264668 10.27542303 10.03801277 9.998022311 9.32805311 11.04802722 10.48578205 9.884427203 10.25978591 10.34867351 10.07162257 10.15291182 9.932609682 10.89949528 10.39666545 10.28678127 10.49161761 10.76897062 10.34004244 10.35434448 10.54708646 9.532008859 10.40543004 9.688288197 10.4589741 10.52544951 10.33847238 9.951412298 9.86048993 9.70505799 10.09490655 9.022480863 +LQ08X001640 Predicted protein 5.223171676 5.474468808 5.472427706 5.381259658 5.276632426 5.244019432 5.140985407 5.153867306 5.707341646 5.534897274 5.868530617 5.320355512 5.562558272 5.44954218 5.314815651 5.2695221 5.437016021 5.372843034 5.803369735 5.075501185 5.292088534 5.157862662 5.357033903 5.308578784 5.287338835 5.520471497 5.419546658 5.199743363 5.418526859 5.166649433 5.129867928 5.275891732 +LQ08X001680 Metalloendopeptidase, putative 13.16428579 13.1793242 13.72212919 13.21251251 13.71763687 12.34607863 12.34951001 12.64577967 13.01535234 12.91275828 13.55050011 13.05189505 13.42228976 12.08875021 12.64711369 12.38863609 12.6081402 12.49961759 12.34797515 13.43835954 13.57622822 13.28470335 13.00013471 12.66078633 12.92957399 12.4182131 12.30527623 13.511041 13.64004173 13.19081212 13.25716817 12.82104426 +LQ08X001700 Putative uncharacterized protein 6.633110724 7.243741652 5.805517667 6.875594158 6.618891547 6.25560061 6.079753379 6.146879026 7.284848637 7.226310357 6.8745325 6.768520429 7.499613821 5.930175009 6.332883807 6.571273418 6.526276516 6.441221125 6.474229847 6.9048388 6.185708013 7.078526793 5.92481265 6.564044445 7.015132279 6.358685179 5.576620788 6.426183296 6.699148582 6.884992038 5.477224358 6.747475302 +LQ08X001710 Putative uncharacterized protein 10.15302652 10.67633351 10.88842756 11.29265618 11.4406316 12.10238438 12.44845468 12.91478511 9.454479119 10.31297079 10.16222305 10.78271239 11.21592593 11.80957421 12.27532756 12.54649226 12.28253056 11.38118295 10.73059119 11.37339138 10.95733423 11.31653449 13.37075734 13.80227474 10.01520935 9.234599579 10.4673656 11.11864319 10.77779959 12.46103491 13.26259676 14.07237979 +LQ08X001730 Protein BRASSINAZOLE-RESISTANT 1 5.93358599 5.367266773 5.32694767 5.739108187 5.726358908 5.97920629 5.519768746 5.681585054 5.91816028 5.82059752 5.260666863 5.828426612 5.752336229 5.389223107 6.115725752 5.654932784 5.585068792 5.268587473 6.214760146 5.443517059 6.084900941 5.577833032 5.961173555 6.099721061 5.678316951 5.963357095 6.063810925 5.650560551 6.425653603 5.470192968 5.200698663 5.122891522 +LQ08X001740 Putative uncharacterized protein 5.825800502 5.995129277 5.586719641 5.782622469 5.48750998 5.350265905 5.670037874 7.481321582 6.423662436 7.277617572 5.824705933 5.747861737 5.589439953 5.420294305 6.591676494 7.158212584 5.720696118 5.523268155 6.176212706 6.046973178 6.27585542 5.846860576 5.281712633 5.325458642 5.937608836 5.483624751 6.065970883 5.57004667 5.682150282 5.755189026 5.093676378 5.112289395 +LQ08X001750 Peroxisomal membrane protein 11A 5.141005273 4.778764883 5.403969665 4.989110024 5.446720917 4.950532232 4.91985311 4.937272443 5.327103846 5.246671655 5.740001937 5.142329194 5.653981489 5.034120105 5.087972781 4.891481849 5.40070277 5.405892749 5.138716619 5.018880191 5.248717927 5.01992402 5.177905399 4.969793507 4.975764581 5.406259299 5.425481761 5.080200615 5.267790752 5.388863598 5.18328557 5.006523363 +LQ08X001760 Predicted protein 12.08546412 11.85418359 12.25268204 12.21925821 12.34343739 12.22894902 12.26556069 12.97327831 11.71546295 11.55329808 12.04669479 12.25276967 12.11467728 12.04858955 12.07174592 12.32819111 11.84601122 12.10853682 12.47277452 12.51831931 11.9255068 12.33284607 12.28849239 13.10892184 12.05529183 12.00151238 12.32028504 12.36272354 12.58324848 12.856945 12.29172952 13.18362949 +LQ08X001770 Putative uncharacterized protein 5.605310651 5.983432383 5.509118718 6.141182085 5.987430897 7.063089358 6.319291141 7.346388181 5.904306918 6.14949052 5.983889924 6.089887301 6.208010236 6.186644485 6.025945313 6.601224432 5.713117154 5.8475656 6.512892204 5.737580437 5.802037701 5.916419376 5.977784607 5.383245193 6.055305251 5.781511739 5.876359108 5.53139145 5.802633973 5.814078039 5.36195053 5.800017179 +LQ08X001790 Putative uncharacterized protein 11.2686405 11.89761849 12.1201238 12.27417855 11.03783396 11.53579354 11.27273799 11.35350295 11.23096805 11.41872362 11.56845156 11.97132756 11.02201388 11.28341489 11.26714644 10.73323144 12.12935555 12.04545297 11.83094752 11.810893 11.65230406 12.28179096 11.22849686 11.22981704 12.01811446 12.24735351 12.00327392 12.06438092 11.83997146 12.31731182 10.68472565 11.09443963 +LQ08X001800 Probable protein phosphatase 2C 55 12.32310357 11.94825228 12.68008924 12.63422747 12.81094051 13.17599214 13.19539318 13.37731321 12.37098764 12.46217352 12.70797788 12.72745796 13.04725076 13.27585837 13.19924822 13.72116208 10.52017494 10.9234577 10.21285218 12.44070986 12.52301047 11.06464281 12.85849777 13.06298256 10.7917302 10.74021099 10.51448658 11.91647473 12.01657107 11.24537144 13.19754825 13.10090058 +LQ08X001820 Nucleic acid binding protein, putative 9.584621592 10.09280696 9.832979009 8.556969507 10.09731508 9.054754038 8.432167796 9.172433266 9.354080633 9.662700158 9.645909117 8.442453458 9.580201486 8.992742418 8.541906421 9.264979724 11.61178794 11.02019513 11.6959944 11.00584427 10.99769755 10.17199703 10.57631411 10.80711743 10.43230275 10.12216866 11.13050766 10.34917502 10.7248619 9.567290468 10.42718743 11.21519265 +LQ08X001840 Predicted protein 12.33859126 11.52422427 12.00206993 12.79825382 12.13432323 12.13606382 12.11529356 12.53639905 12.42401905 12.26627171 12.12079956 12.71107987 12.31196563 11.99811128 12.1445257 12.25083951 12.36219465 12.47369933 11.78370932 11.87468747 11.93747057 12.27531353 11.50821671 11.72925901 12.05545284 12.57199847 11.73437399 11.5428122 11.06578751 12.19628194 11.54657167 11.65743099 +LQ08X001850 COP9 signalosome complex subunit 4 12.12807566 12.2874937 11.82104708 11.96926423 11.69980881 11.55918521 11.40074521 11.17378964 12.27425662 12.20956811 11.91518939 11.70274521 11.8447915 11.64789364 11.29517017 11.27474987 12.47057066 11.78648371 12.2086271 12.06529617 11.6538529 11.82551317 11.81192809 11.4783707 12.38197437 11.87462714 12.21932024 11.94131569 11.66911352 11.84554397 11.71506011 11.13948733 +LQ08X001870 Uncharacterized membrane protein At1g75140 5.8860655 5.772424655 5.88058652 5.453518895 6.592252531 5.890834612 5.860245327 5.812469741 5.692525593 5.330593015 5.771271891 5.361309985 5.699059987 5.906656295 5.45100487 5.539551548 5.740866133 5.2666637 5.075102195 5.467496738 5.341626438 5.134601919 5.932650435 5.596174968 5.70270769 5.136694096 5.123710186 5.748900022 5.676147328 5.394416523 5.439748667 5.359035344 +LQ08X001890 Putative uncharacterized protein 5.530142092 5.384692229 5.436977675 5.18423664 5.34015214 5.503948541 5.713744433 5.249759701 5.327739953 5.344310755 5.531888684 5.566165967 5.210489039 6.150311992 5.435721692 5.515425245 5.227280358 5.309511563 5.846984474 5.291320633 5.349800113 5.341389369 5.123446188 5.60715043 5.644153456 5.494473746 5.477394853 5.410903261 5.265277804 5.724279537 5.653106469 5.335217193 +LQ08X001900 Putative Predicted protein 11.98013443 12.06002938 9.075502073 6.607346996 8.561511535 6.463730018 6.083266693 6.687678368 12.68936044 12.62804266 11.18511136 8.236207092 8.168041298 6.589322776 6.108402246 7.021587515 11.12674746 10.7490448 12.37875437 8.670833442 10.06423397 10.45693365 5.630449198 5.970992278 12.66133574 12.72018926 12.86831227 7.203820383 10.62594556 7.317773262 5.626306727 5.462258233 +LQ08X001930 Putative uncharacterized protein 5.092964741 5.140193952 4.959700193 5.231008438 5.054550744 6.128842793 5.312181633 5.854255593 4.809771211 5.273417057 5.234168311 5.251695261 4.781516969 6.469405743 5.374801564 5.125210242 6.872480584 5.33516331 6.04529853 5.291995603 5.237562551 5.965414336 6.132816119 6.176811613 6.214018051 5.532268426 5.445806984 5.797241226 5.016588148 5.803713493 5.48088891 5.062002272 +LQ08X001940 Putative uncharacterized protein 5.398607641 5.672868578 5.485787192 5.377724741 5.990328081 5.038526702 4.915360634 5.184048372 5.790666059 6.198538602 5.505061648 5.339597364 5.513620395 5.049974145 5.262420686 5.061896707 5.729807442 5.407564124 6.385030064 5.483306883 5.713808313 5.402064044 4.837847568 5.012312021 5.938718764 5.86176425 6.118032683 4.928512322 5.29685975 5.495274914 5.488547009 5.513697778 +LQ08X001941 Deoxyuridine 5-triphosphate nucleotidohydrolase 13.93129703 14.46786033 12.141963 11.31945211 12.1044874 12.06711259 11.60315371 11.38021187 14.77114501 14.70726465 13.54080255 11.88129979 12.13878509 11.9513965 11.75357786 12.01191667 13.80253644 12.43405529 14.33596794 12.85462175 12.78042781 13.27373062 12.40780768 11.67389137 15.0633635 14.39826385 14.23819257 12.47075494 12.81215553 11.52093431 12.33817491 11.68867773 +LQ08X001960 Glucose-6-phosphate isomerase, cytosolic 5.467614604 5.450392005 5.219325009 5.70693548 5.574332819 5.215879283 5.511171036 5.505472672 5.294730251 5.124277718 5.521014859 5.169117329 5.343050883 5.10259899 5.996418622 5.777117145 5.281608521 5.285386139 5.933955756 5.229607887 5.483057484 5.238140954 5.316419562 5.829549317 4.673423216 5.243981905 5.194364236 5.441068276 5.198831758 5.255473714 4.961816973 7.158672904 +LQ08X001980 Glucan endo-1,3-beta-glucosidase 7 12.90536153 13.50873199 11.3438283 10.75324739 10.33026273 10.05581742 9.733331293 8.810108655 12.51655233 13.16720952 11.57002748 10.81060555 10.43724692 9.945557082 9.665469485 9.826420654 11.9498323 12.27952243 13.39569302 11.64670468 11.32711865 11.66233098 9.772111267 9.283968053 12.46895278 12.80667498 13.66749448 10.82529375 11.35711991 10.3264597 9.73722443 9.081880462 +LQ08X002000 Hypothetical protein 5.083752079 5.365506518 4.912411393 4.855682021 4.641016449 4.732873306 4.87708304 4.763815336 5.031807318 5.081352712 5.120853333 4.975442218 5.032065053 4.760430464 4.877086254 4.928646501 4.993352342 5.070072113 5.056755004 4.915062893 5.670786599 4.821007994 5.095238875 5.020333311 4.727462005 5.099074554 5.134861173 5.014398331 4.9683283 4.846146912 5.309990236 4.696555231 +LQ08X002010 Predicted protein 7.707490078 7.960846599 7.541771679 8.717107691 7.706832991 7.746165322 8.287191616 8.20158237 7.901126792 7.906189123 7.721925249 8.700889774 7.816361029 7.859886502 8.431473451 8.333074043 7.442873544 7.588935184 7.605001905 7.453881131 8.01594239 8.171608429 7.545515923 7.506270627 7.674151905 8.089015574 7.532170965 7.61282641 7.274262692 7.860217443 6.930363442 7.446444271 +LQ08X002030 Predicted protein 12.73154037 13.26598002 13.11180251 12.87859438 13.16738441 13.5225045 13.62818399 14.11264035 12.78230234 12.89470832 12.77038628 12.49185133 12.97905212 12.98637507 13.251364 12.94510124 13.25796096 13.72698336 13.22615083 13.26664122 13.36389144 13.27627242 13.56372857 14.11284684 12.5125163 12.84009693 13.3766587 13.18465586 13.1819484 13.12043307 13.24149044 13.65698011 +LQ08X002040 Phosphopantothenoylcysteine decarboxylase 11.31218592 11.68865772 11.15911356 11.25614169 11.17906731 11.52683442 11.55721479 11.50606669 11.6437085 11.66892096 11.48736239 11.63864957 11.14275071 11.51748645 11.45702131 11.30067745 11.48544621 11.36161096 10.99415177 11.22043162 11.24046225 11.14874198 10.89328777 10.80756102 11.68256529 11.70099594 11.05613655 11.10712251 10.67920346 10.85124936 10.8741554 10.21586448 +LQ08X002070 Predicted protein 11.84699642 12.16696292 11.80518817 11.8302595 12.1407687 12.25675272 12.10627346 12.49804269 12.22019832 11.93758902 12.10837271 11.90593119 12.31356006 12.62554166 11.93191173 12.82810714 12.29330416 12.6530312 12.3999163 12.41741943 12.34925863 12.1108352 12.44162831 13.05958563 12.41514513 12.76672397 12.51521212 12.15199055 12.64097004 12.47630378 12.67072437 13.23916982 +LQ08X002080 Predicted protein 11.50538178 11.32546372 12.01692352 12.04820491 11.61980582 13.23498558 13.04034494 12.08381944 11.74062945 11.55184324 11.95909518 12.25976766 12.33613851 13.40191642 13.07496222 12.50278408 11.00053181 11.4078659 11.83263956 11.62855926 11.70715113 11.68708566 12.9293319 12.64897216 11.82372382 12.21071511 12.41903986 12.30343857 12.33952606 12.79505902 13.09142316 12.38307423 +LQ08X002100 Putative Cytosolic purine 5-nucleotidase 5.971517986 5.728997352 6.496845922 6.567890632 6.744673278 7.282616103 7.01522322 6.671273127 6.400338219 5.397039884 6.282924512 6.552776289 6.510966564 6.893544162 6.075484199 5.909825199 6.233744606 6.015405837 5.384682741 6.433629259 6.006528724 6.398645676 7.222265103 6.857185511 6.198969899 5.728535673 5.360887916 5.629537908 6.294243294 6.846057637 6.264229757 7.217279507 +LQ08X002120 50S ribosomal protein L27 12.18424653 12.39135911 12.00093745 12.10669833 11.65980869 12.0609001 12.38435361 12.08082262 12.55070716 13.15654256 12.13034363 11.97624704 12.0093731 12.09476061 12.37485144 12.14101196 12.4554328 12.57072163 12.29941961 12.46956411 12.32088825 11.87852745 12.77297588 12.47809002 12.67605347 12.94754607 12.5955226 12.09557837 11.69407287 11.78641937 12.64741635 12.38401079 +LQ08X002130 Probable LRR receptor-like serine/threonine-protein kinase At2g16250 5.521244793 5.324853266 5.334790771 5.554495832 5.859394493 5.396033269 5.047758442 5.688004718 5.662816221 5.179203358 5.186531638 5.416862951 5.506066541 5.290238343 5.438667427 5.527028989 5.632743082 5.538099608 5.796850661 5.485329881 5.344786818 5.70181801 5.082389282 5.784626346 5.669917517 5.506992509 5.638538835 5.032936112 5.3839354 5.844046633 4.970137189 6.417667353 +LQ08X002140 DNA binding protein, putative 7.338900074 9.018736208 6.475020733 6.968866056 6.772494192 9.764970392 9.383308881 10.02566135 8.585342108 11.12284462 7.703135418 7.399536178 7.035325517 10.21362461 9.619506752 9.651267988 10.26017902 7.147060461 9.772518766 6.958517704 7.030476215 6.828486473 9.918185562 7.259272282 11.26169272 9.335733077 10.56737663 6.493254424 6.373047945 6.291491176 9.835543509 9.084600854 +LQ08X002150 Putative Maf-like protein DDBG0281937 12.15009393 12.44885853 11.7043984 12.283811 11.67713501 12.34828462 12.16001556 12.45306404 12.42577824 12.53692897 12.06391638 12.32572113 12.10680072 12.61048159 11.84952301 12.72764479 12.87643043 13.17720388 12.34440588 12.93399896 13.07849783 12.61782053 12.63627724 12.56946227 12.69433896 13.31468185 12.7377257 12.90241218 12.19284154 12.34677721 12.42745996 12.5108885 +LQ08X002160 3-ketoacyl-CoA synthase 4 12.45083383 12.22304344 12.41127377 11.70554855 12.18456003 13.13699332 12.62432334 12.43068791 12.31259549 12.35576064 12.4038791 12.0295313 12.14069656 13.19101428 12.47034075 12.57819619 13.056013 13.24039443 12.82646567 12.52135338 12.46508949 12.29087263 12.68341202 12.2894157 12.846485 12.86502769 12.97348956 12.26452762 12.70733555 12.26540938 12.67753134 12.96674017 +LQ08X002170 Sugar transporter ERD6-like 6 4.867868849 5.451401469 5.260195854 4.672765884 5.517302904 4.995980168 4.836709072 4.905660095 5.161300519 4.947452096 4.875723415 4.875386399 4.631091218 4.832869818 5.174591998 5.150061657 4.858560676 4.963703275 4.837198308 5.187441617 5.01106879 5.010602565 5.35055025 5.513184437 4.674698402 4.956955774 4.772603559 5.001249785 5.120534769 4.950388997 6.076416544 4.885794232 +LQ08X002180 DNA-3-methyladenine glycosylase, putative 5.691926561 6.18237624 5.480712657 5.910693966 5.666016306 6.520440223 5.648812048 6.324188246 5.840354287 5.646736998 5.790359002 5.878379488 5.581626021 6.330422818 5.622313015 5.932729564 6.12474452 5.627843423 5.84606544 5.424765912 6.128929365 5.770753641 6.230831387 5.717763969 5.730010283 6.024883343 5.57305328 5.168780163 5.623118204 5.842496791 5.398683178 5.615349544 +LQ08X002200 Predicted protein 12.54630305 13.40361725 8.095340051 6.730673609 8.040892313 6.334501315 5.819898601 6.440104519 12.78790239 13.58338563 9.896122693 7.249346721 6.841656653 6.497790174 6.153642265 7.153864341 13.46575585 13.17012975 13.55731619 9.719380999 9.563004296 10.64269061 4.826397345 6.204756122 13.36258096 13.22796621 13.54658919 6.94948092 8.542467194 6.31789248 6.045444052 5.329149751 +LQ08X002220 Predicted protein 5.597972886 5.503289674 6.010525432 5.895771836 5.821182358 5.018244799 4.880805961 4.831027335 5.305562676 5.431310054 5.493787844 5.756651783 6.085687429 4.964956213 4.80311401 5.224847321 5.493204219 6.015054504 6.324339855 5.60305033 5.438626052 6.2357991 5.081466084 5.189747847 5.557774478 5.821390698 5.70947908 5.899124648 5.926446296 6.51745136 5.170035868 5.460188994 +LQ08X002270 Tubby-like F-box protein 5 11.5977841 12.02135829 11.30651095 11.04663838 11.70101881 8.487151429 8.096240543 8.530429984 12.24801837 12.18849468 11.69147506 11.41765589 12.15116237 8.507495826 8.386629672 8.738141465 11.39526791 11.67545056 12.93790945 11.66817127 12.61732973 11.9839635 9.993870176 9.582799123 12.04881005 12.10711966 13.00237243 12.15573175 12.13521986 11.7122193 9.52409148 9.435722767 +LQ08X002290 Predicted protein 5.573132834 5.56771078 6.649170856 7.351212561 6.077424964 5.824553078 6.162112468 5.678287821 5.936328932 5.886455673 6.33854259 7.362091075 6.458310067 6.264721157 6.271570815 5.351359325 5.646576152 5.547794451 5.265647513 5.927419978 6.38805092 6.672251061 5.479479182 5.438780591 5.552530817 5.087070429 5.519615053 6.160576659 6.161569595 7.654795105 4.868868467 5.278017087 +LQ08X002300 Isoflavone reductase homolog 5.688694198 5.503811294 5.988505197 5.709187977 5.954076153 6.095275375 5.76342662 5.616893663 6.010493809 5.85454956 5.615208922 5.834842927 6.283457317 5.098696096 6.555400835 5.561878932 5.714752095 5.892773374 5.08632034 5.675421551 5.941072762 5.761318568 5.271799315 5.397019836 5.307260096 5.916243553 5.081115692 5.996181553 5.847414687 6.238241352 5.823771431 5.452061369 +LQ08X002330 Putative Uncharacterized protein DDBG0288155 12.95265434 13.00788788 12.73187561 12.45165906 11.98682619 11.95107646 12.32044421 11.7952911 12.95585706 13.03694529 12.87121296 12.84574909 12.0684238 11.95588345 12.24714698 12.01027873 12.90140721 12.96718844 12.15560762 12.97843613 12.76495329 12.51183355 12.39944102 12.27523239 12.91222205 13.06639011 12.16443702 12.65756017 12.79148428 12.06878769 12.44338821 12.12939086 +LQ08X002340 Putative Uncharacterized sugar kinase slr0537 9.528383949 9.569315546 9.103437485 7.930105418 8.50993987 8.510047831 8.642385417 8.068565702 9.507832059 9.052982379 9.46917476 7.89594233 8.740902904 8.56313514 7.603164824 7.497719877 9.893594773 10.55538214 9.929923754 11.10185996 10.52869799 9.191412043 10.29214917 9.829149465 9.804669639 10.3288326 10.16374468 10.44156402 10.80290618 8.438849496 10.38683048 10.03058659 +LQ08X002350 Proteasome subunit alpha type-1-B 14.35293102 14.59817449 14.13836434 13.27634409 13.804194 13.30331479 13.19469441 12.73016683 14.57294523 14.85326358 14.21810416 13.39726776 13.99193021 13.47755851 13.26015637 12.95268238 14.11334236 13.80645905 14.28510037 14.59816377 13.72993922 13.94895515 13.70409431 13.77873389 14.44547141 14.10015792 14.5037239 14.09651109 14.10452159 13.40937971 13.82958187 14.00562523 +LQ08X002360 Putative Predicted protein 6.144507658 5.523970805 5.580167418 5.730608 5.596381184 5.65277571 5.390891118 5.827266518 6.13512693 5.454942079 5.759178061 5.738992384 5.596254017 5.384274255 5.457735129 5.910142578 4.786695373 6.093242539 7.351738272 5.484765539 5.543599896 5.593878853 5.022589256 6.391288771 5.474062566 5.902388795 6.288668367 5.513393207 5.661526372 6.044466595 4.879434721 6.456785519 +LQ08X002370 Ornithine carbamoyltransferase, chloroplastic 12.79359974 13.34040211 12.14911638 12.0378824 11.58465739 11.1378466 11.22804748 11.15134482 12.6989827 13.24691683 12.33430877 12.02076728 11.97029613 11.08654105 11.36052015 11.24189077 12.84194783 12.91019344 13.4229808 12.57963684 12.98472175 12.82439761 12.08719163 11.87632964 13.17116903 13.34181039 13.72369366 12.50541355 12.82684753 12.42578291 11.64876682 11.63003961 +LQ08X002380 Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.95867232 13.94688511 10.11568056 7.485364459 7.470550229 8.153452994 7.189522541 7.960035482 12.23930048 12.71623986 10.65500312 8.251261653 7.656206766 8.053212781 7.816270232 7.592673177 13.64430557 13.12621702 14.12257097 12.1883756 11.70191559 11.7940079 8.841198557 8.825887482 14.70434078 13.87535036 13.43440818 9.946104839 11.89182426 7.881791635 8.65681296 7.997151708 +LQ08X002390 Dihydroflavonol-4-reductase 5.011493206 4.484501064 5.042728786 5.013560757 4.824324966 5.163639849 4.776810763 4.679125662 4.845632604 4.665019199 4.601136858 4.992365956 4.932473514 4.813727612 4.725050762 4.893391734 4.836122255 4.90546732 4.994627168 4.975618504 5.526272995 4.794303894 5.293879804 5.225296371 4.704469284 5.061681711 4.943012653 4.97626271 5.429663281 4.957941744 4.621353917 5.24148911 +LQ08X002400 Mannan endo-1,4-beta-mannosidase 7 13.30728686 12.03619771 12.66263941 11.83236695 11.83684564 12.90281089 11.83655311 11.10193463 12.76530821 11.86669447 12.42081157 11.55621317 11.73145524 12.46531275 11.69318382 10.89508861 12.52861543 13.14024104 12.25867873 12.40988053 12.34700961 12.10686795 12.065436 12.25170054 12.90335845 13.63149755 12.55112882 12.10486877 12.57370726 12.0830981 11.62154849 11.91585262 +LQ08X002410 Glucose-1-phosphate adenylyltransferase large subunit, chloroplastic/amyloplastic 10.47443202 10.17301339 9.455097688 9.142060669 9.330455946 11.13536902 10.88493402 10.88065968 10.4461281 9.805723326 9.893363018 9.315800978 9.160257454 10.98209567 11.09230728 10.5922356 9.232495328 8.404850622 9.44744172 8.831288546 8.04418818 8.972160748 8.851633559 9.798461803 9.755564092 9.610765706 8.395575261 8.281216906 9.084575155 8.965661822 9.90102078 9.813612296 +LQ08X002420 50S ribosomal protein L31, chloroplastic 6.321116444 6.084528051 6.083230933 5.663572253 6.391279458 5.709697759 5.899610714 5.85703479 6.410191435 6.435735334 6.701597356 6.180612799 6.813090809 6.205048942 6.239646624 6.036204153 5.653702987 6.182644521 6.289666425 6.445745604 6.152193385 5.832211715 6.708904445 6.419193084 5.955463745 6.215420154 6.474429872 5.859409048 6.06635245 6.051733676 6.158386802 6.435733238 +LQ08X002460 Putative Abscisic acid 8-hydroxylase 4 5.639055489 5.259091808 5.09941731 5.475607961 5.62548728 5.751901154 5.737701484 5.312187805 5.356745527 5.375862469 5.295294998 5.461666781 5.367126094 6.04489705 5.817717611 5.670699267 5.478727762 5.659439768 5.198833936 5.424726085 5.756141231 5.729811605 6.317744075 6.856396371 5.960621697 5.353819354 5.352947826 5.712095852 6.036040596 6.499156349 6.569216407 7.14165223 +LQ08X002490 Jasmonate O-methyltransferase 9.84688334 9.577392992 7.667917314 6.569396325 6.586883978 6.410186041 6.114582462 6.788152678 9.911013962 9.135740335 9.215420961 7.101061674 6.622904888 7.183442227 8.180311259 6.715331342 9.964896491 9.45559495 9.899731139 8.453895259 7.895288526 8.253228697 6.299682692 5.985370568 9.885742086 10.03332434 9.927088144 7.212600621 6.816665059 6.6453807 6.812545985 5.500767101 +LQ08X002500 Inositol-pentakisphosphate 2-kinase 5.17959242 5.139730885 5.194164373 4.892393682 5.741762529 5.140346178 5.020916306 4.903186865 5.347530541 5.554665876 5.019574519 4.902147338 5.445143731 4.995058712 5.135317657 4.923514899 5.36665849 5.557793026 5.209153565 5.111186735 5.25257038 5.292157979 5.751119096 5.533804051 4.870583079 5.579596565 5.457078696 4.921803522 5.23360869 5.165461757 5.284163413 5.775641103 +LQ08X002520 Predicted protein 10.98294024 11.15199919 10.7207587 10.52295154 10.47716196 9.600492766 9.776483351 9.293670382 11.40444696 11.15331594 10.86580843 10.74471619 10.68772339 9.928436781 9.945331034 10.04363524 11.05614567 10.99888701 11.6500403 10.65445419 10.86678708 11.11809236 10.33333221 9.454115352 11.22464459 10.97803784 11.62153233 10.94007084 11.06655286 10.77051874 10.28045936 9.299748425 +LQ08X002540 Predicted protein 11.59678442 11.40678499 12.32085584 13.66782417 13.16891483 13.36470918 14.37246736 14.81335582 11.57824061 11.40717157 11.83936497 13.22459781 12.90015131 13.70258761 14.77251919 14.2257497 11.62103479 12.75087411 12.15376468 12.29276364 12.30791086 12.78842563 13.96352957 13.97922334 10.94392711 11.71062668 12.39380807 12.66326398 12.80118667 13.73578904 14.0103964 14.00360843 +LQ08X002560 Putative Cyclin-T1-4 5.21084197 4.773959266 5.624663488 4.685013999 4.679212025 4.923944481 4.797600362 4.732818724 5.141629691 4.922537444 5.103530346 4.817108879 4.891493872 4.737181835 4.790805057 4.640795153 4.926684709 5.069489041 5.370072354 4.988130881 5.104374698 5.139516881 5.272903357 4.859162566 4.819644199 5.898956496 5.162014638 5.227259064 5.010209723 5.169567261 5.618321425 5.245056945 +LQ08X002590 Mitogen-activated protein kinase homolog NTF3 5.495876474 5.276426765 6.03160382 5.899610861 6.060091275 5.936694999 6.41823071 6.614735394 5.766917499 5.636074195 6.41121267 6.077807101 6.241654764 5.951987968 5.870834869 6.357293775 5.586687017 5.625721691 5.17564383 5.665953261 5.893790196 5.773316058 6.553009162 5.966276598 5.940044293 5.877584503 5.975551194 5.452646142 5.655049834 6.083049285 7.079212416 6.691520609 +LQ08X002600 Putative Ocs element-binding factor 1 13.05765017 12.65687216 12.99042398 12.72502257 13.08889956 12.36855594 12.2277602 12.62604191 12.87008227 12.36845473 13.09145226 13.04739425 13.26379727 12.24467178 12.2773892 12.30464441 12.21266194 12.3021395 11.88858299 13.3840907 13.37259404 12.71302281 13.31707533 12.20290738 12.20540506 12.48186813 12.19510869 13.52609908 13.10281125 12.97290757 13.18280438 12.33081965 +LQ08X002610 Putative Ycf60-like protein 14.85023428 14.760579 14.66893896 14.75078317 14.53166664 14.05325493 14.53657631 14.039092 15.12584426 14.87929755 14.74660159 14.72212622 14.74686853 14.18443751 14.5681096 14.14480226 14.36610919 14.87200373 14.53020622 14.69409087 14.87991087 14.81652985 14.62596319 14.9217606 14.74648136 15.20208335 14.46222009 14.81936505 15.02152723 14.48155274 14.6601357 14.70294776 +LQ08X002620 Ubiquitin-protein ligase, putative 4.714437985 4.904604769 4.771455334 4.657471523 4.778539011 4.60088263 4.59061212 4.681800884 4.721201419 5.006159328 4.877478901 4.689876339 4.534487715 4.699889823 4.428660569 4.626673282 5.012439239 4.96266097 4.851031839 5.012631848 4.856280634 4.660615744 4.932684094 4.939811782 4.51761102 4.919284267 5.185902173 5.194447287 4.597698985 4.612536515 4.808394217 5.118580198 +LQ08X002650 Putative Transmembrane protein 136 6.470677719 5.648775916 5.98114076 6.470860487 5.846012256 5.984540066 6.199401875 6.026007142 6.026792722 5.996445982 5.817060082 6.304769742 6.441349539 5.957211755 6.423838228 6.166964935 5.742483641 6.047851536 6.235382002 6.153489444 5.913649327 6.001991787 6.015727961 6.073388008 5.694833479 6.330130127 5.932697371 5.80632987 6.425907694 5.955218377 6.2341806 5.580318444 +LQ08X002660 26S protease regulatory subunit S10B homolog B 5.497455019 5.713660046 6.495695203 6.522063495 5.640143224 6.068526056 6.076104682 5.899969294 5.932701588 6.376443003 6.990877034 6.503005865 5.876119312 6.641131664 7.530155588 6.004009398 5.792148578 5.791480801 5.770459705 6.087165674 6.014927403 5.922065463 5.135913088 5.685982716 5.627044009 5.662514824 5.4712858 5.797957565 6.099050675 5.893464667 6.196673139 5.7136808 +LQ08X002680 Peroxidase 9 5.749386141 6.053517 5.610079474 5.681484109 5.888814283 5.180636823 5.5915115 5.435224227 5.823489537 6.224675874 5.774968594 6.065706312 6.097841636 5.343603014 5.186862231 5.460728879 5.646975348 5.907097306 6.343373146 6.377415493 6.021542697 5.873248368 5.900352655 6.334715942 5.635221283 6.098338044 6.974022462 6.192770433 6.190670022 5.876444197 5.496624209 5.947586438 +LQ08X002690 Putative GTP-binding protein hflX 10.57689501 10.63281438 10.52668874 11.46243015 10.9606781 12.50606435 12.39950863 12.62819061 10.36204624 10.50330369 10.3328351 11.12765196 10.76092061 12.52929975 12.53092195 12.13962423 10.66331041 11.28539617 11.51928817 10.71640849 10.72034077 11.30320243 12.49114003 12.42930096 10.82031425 11.18678125 11.60569869 10.8320937 11.09898481 11.94632355 12.63011179 12.37923956 +LQ08X002720 Probable ubiquitin carrier protein E2 18 14.03338113 14.26716346 13.74561619 14.44426354 14.26256855 14.2560606 14.63169493 14.81726988 14.4543231 14.10111971 14.14377691 14.7058362 14.17215603 14.50881425 14.2815316 14.54818528 14.71893527 14.4224712 14.3513166 14.23133025 14.39591919 14.81005259 14.50682469 14.58547326 14.54510083 14.27520476 14.37002803 14.51478262 13.69859237 14.82351335 14.13553236 14.44812968 +LQ08X002740 Cytokinin dehydrogenase 5 5.480115688 6.135233197 5.448046603 5.245113719 5.861900878 6.355545432 5.43097741 5.35951881 5.885375848 5.434609105 5.822467744 5.171921147 5.490596262 6.506156879 5.151530603 5.600472617 5.697493311 5.48357327 5.342484106 5.822630571 6.109040953 5.352866392 5.066517603 5.483542214 5.458490137 5.863808266 5.955938811 5.722567628 5.761711493 5.590935855 5.550046374 6.373923566 +LQ08X002770 Beta-galactosidase 5 11.16038569 10.79221667 11.7308326 11.20640473 11.61476584 8.780697047 8.973503144 8.027847159 11.19331326 10.73273453 11.49857163 11.06066587 11.46599563 9.004195684 9.300152499 8.667163335 10.29826242 10.56393289 11.10203162 10.97776974 11.08374742 12.24065557 7.567799846 9.173718758 11.40609372 11.46764754 11.72453745 11.60586793 12.08571409 12.00902527 7.707274674 9.560423461 +LQ08X002780 Thioredoxin H-type 13.12648229 12.93516451 12.59701782 13.2433572 12.67883195 13.59764413 13.7183465 13.74283703 12.98693632 13.35112844 12.66290248 13.48085321 12.96412468 13.70175227 13.80676333 13.51631002 13.66856081 13.20403228 13.10978087 12.8983949 12.2424865 13.49363977 12.43190706 13.02689939 12.75656036 13.13838427 12.65304475 12.47666003 11.54574552 13.38134816 12.7374497 13.11183416 +LQ08X002790 ATP-dependent peptidase, putative 11.78342054 11.62361648 13.00494291 12.30843533 12.43401974 13.47862326 13.78522227 13.87307759 11.68513926 11.49264369 12.59783447 12.36954698 12.17961702 13.80670213 13.40106498 13.29235695 10.66621604 11.59498911 11.20290758 12.97784894 13.01548084 12.28465106 14.53999094 14.25252067 11.03640469 11.75622611 11.71900348 12.91608989 13.21437394 12.48570162 14.64648367 14.08181283 +LQ08X002820 GTP-dependent nucleic acid-binding protein engD, putative 9.661222911 10.04009099 9.928638358 10.41512434 10.12016104 10.55941006 11.32703073 11.19402052 9.579393043 9.791294132 9.973407708 10.30846485 9.892012476 10.94207157 10.92842656 11.16333805 9.393045781 9.988702251 9.769174455 9.93465209 10.10166316 10.16673274 11.65500583 11.32145832 9.737399016 10.08253669 10.18458419 10.12922154 10.3479404 10.54148929 11.25866763 11.33490624 +LQ08X002830 Dehydration-responsive element-binding protein 2D 5.337770876 5.12609023 5.12376389 5.356770964 4.985097144 5.446605768 5.271131285 5.775049055 5.198569408 5.011198357 5.090865696 5.270163038 4.802659115 5.140839223 5.153661177 5.030982057 5.551279335 5.511690036 5.788796137 5.50186077 5.109844514 5.534844207 5.859321744 5.610904432 5.264880231 5.650679682 5.815140967 6.122028687 5.080122677 5.792321657 5.424180622 5.383881519 +LQ08X002840 Purple acid phosphatase 9.320378591 8.492601897 11.09061918 10.85933914 8.990112552 12.83151643 12.17303766 11.85028086 8.91532362 7.009265851 10.06104995 10.51094571 8.708755137 12.52473171 12.09066879 11.36738308 9.368536132 11.11123074 6.830326506 10.96954017 11.38155696 8.714368742 13.40029134 12.63369128 8.264825255 9.370206156 6.218364339 11.24206841 10.92690271 10.19274593 13.25534968 12.36573135 +LQ08X002850 Purple acid phosphatase 2 11.78821423 11.33167626 11.59570949 11.14164503 10.37574618 11.52099289 11.36135163 10.44858363 11.59338548 11.14229738 11.31041541 11.02807181 10.34695099 11.4387648 11.28387026 10.74338274 10.36197391 10.37167848 11.43767386 10.22910056 10.17656916 10.12510043 11.93767548 11.66357651 11.30364831 10.40349174 11.07605208 10.25082218 10.38709174 10.79757933 11.81740485 11.58632266 +LQ08X002870 Auxin-induced protein 5NG4 13.61591086 14.03098214 13.75695581 12.46396723 13.73028116 11.61883277 11.26387447 12.06725631 13.69755524 13.83804825 13.90962834 12.87462936 13.57994574 12.11771899 11.80379708 12.58131339 12.89630894 13.30471831 13.6322295 13.8908688 13.94018478 14.03047045 13.03561521 12.50837641 14.16137897 13.3689467 14.17438591 13.7708371 14.36729031 13.00918765 12.62520729 12.65144457 +LQ08X002890 Cysteine proteinase 15A 15.13350477 15.27905667 15.12817676 14.86912903 15.44283502 15.29041235 15.64770432 15.2488425 14.8460441 14.40287099 15.02267984 15.50846239 15.18073607 15.6030731 15.16915688 15.44914264 15.32402555 15.53528043 15.2439322 15.34913038 15.18786691 15.14036377 15.33996912 15.38439941 15.08047918 15.10961344 15.02159652 15.21992015 15.23607326 15.52908374 15.48150768 15.61735276 +LQ08X002900 Putative Vacuolar proton translocating ATPase 100 kDa subunit 5.741687934 5.503955583 5.447849932 5.378943489 5.454549592 5.427414011 5.375363845 5.259006751 5.411446019 5.243886652 5.379346283 5.335052515 5.595551774 5.271752092 5.508370657 5.634158306 5.934597042 5.638931265 5.380451339 6.124917691 6.153975665 5.357108621 6.041298606 5.605552843 5.474490569 5.699794244 5.170239228 5.699769902 5.579090215 5.464702323 6.110604205 5.817220525 +LQ08X002920 Coatomer subunit alpha-1 5.129258716 5.209375015 4.894970341 5.034952943 4.959146843 4.769945112 4.785154083 4.731305583 5.165320662 5.345976336 5.133182138 5.1701439 4.96850037 4.77094506 4.912475828 4.798673413 5.002063087 4.73724785 5.469647872 5.752608859 4.796359055 4.928063799 4.985750429 5.07283981 4.976924767 4.900648662 5.470914648 5.317623227 5.036828773 4.929264812 4.884149368 5.128898244 +LQ08X002950 Floral homeotic protein DEFICIENS 6.055388921 9.166958925 5.10741209 5.711417702 5.80748474 5.60590296 5.624413267 6.943596584 6.917964821 8.460100206 5.749864039 5.489443478 5.731727821 5.245846245 5.380268364 7.085640557 5.878680189 5.557262775 5.952172653 5.532725435 5.73563986 5.567640157 5.134210936 5.547028247 6.275926075 5.012369623 5.872530441 5.200687228 5.460589126 5.597502365 5.446105901 5.270772913 +LQ08X002980 Probable salt tolerance-like protein At1g75540 5.312254774 5.508240733 5.496586226 5.44518888 5.073639092 5.091559606 5.148530894 5.337423404 5.214045386 5.021478467 5.006291835 5.669090261 5.255345551 5.18582207 5.507584756 5.371599501 5.449152716 5.299012503 5.048873484 5.438266588 5.148162993 5.192643853 5.162126547 4.890419104 4.900083669 5.179184472 5.094250599 5.74981743 5.024936064 5.632889867 5.404620039 5.090683403 +LQ08X003010 Putative DNA-binding protein HEXBP 5.300559284 5.694008257 5.334225125 5.89741705 5.454576031 5.323623059 5.938142553 6.057657471 5.463164822 5.508506172 5.793564027 6.011785642 5.316370963 5.736291132 5.701390852 5.824549359 5.564072177 5.543656835 5.649981588 5.998656491 5.788313878 5.478462285 5.684510087 5.438799291 5.425208553 5.210117365 5.220601914 6.067447476 5.770334953 5.660279901 6.367293986 5.405684751 +LQ08X003020 Uncharacterized TPR repeat-containing protein At1g05150 9.202065993 9.144368324 8.663421905 8.398138146 8.096888967 9.402765235 8.337029528 7.782572718 8.231979734 7.384064326 7.829857572 7.428888054 6.889123542 8.399942176 6.927414902 6.396555067 8.557632618 7.728026395 9.033957244 7.363875518 7.997297435 8.080958426 6.627778791 6.898818249 9.098379506 8.002377148 9.839198299 6.237167526 8.385143697 8.130485754 6.56613523 7.410428722 +LQ08X003030 Putative uncharacterized protein AT4g24170 6.41348599 6.328835419 8.213560644 8.609100005 8.182648423 7.452809931 6.778476982 6.335732886 6.170628268 5.623733499 7.198624624 8.036221456 8.493862175 6.855672931 6.928432039 5.791884025 6.183673678 6.429701257 5.974252857 7.363184371 8.663543416 8.447678527 5.41999886 6.396957366 7.279630565 6.697035181 6.428454484 8.303280387 9.148820412 9.604776097 6.389347307 6.704252355 +LQ08X003050 Probable LRR receptor-like serine/threonine-protein kinase At4g36180 9.649763275 9.35937402 5.743425276 5.512980345 5.344679573 5.230537697 5.099655777 5.237570163 9.524955091 9.581220234 6.919198209 5.283361639 5.25862454 5.502497556 5.199795861 5.540147417 8.684871038 8.193013639 10.04371596 5.669981246 5.794491362 7.820315986 5.613740209 5.255597758 9.870846974 9.418555424 10.40517869 5.320774067 5.561862534 5.600870514 5.373401547 5.330634989 +LQ08X003060 Putative Abhydrolase domain-containing protein 4 4.988581367 5.057243256 5.436658575 5.296136045 5.62213965 5.6019618 5.510366182 5.420933046 5.296445082 5.474984848 5.166254428 5.313043957 5.160551804 5.628348249 5.809437431 5.661836589 5.307373857 5.427840479 5.318637859 5.596692622 5.106338792 5.345689569 5.547917845 5.502277612 4.741330116 5.536599466 5.46027405 5.335388532 5.319152953 5.187324847 5.233868457 5.635134264 +LQ08X003070 V-type proton ATPase 16 kDa proteolipid subunit 14.0349892 13.72905965 13.67528515 13.48338466 13.33691017 13.70950982 13.3764524 13.18834215 13.95226028 13.7549959 13.77051651 13.49114614 13.53735061 13.54777769 13.32346825 13.49223892 14.31310463 13.77478697 14.41469038 13.5290252 13.4870463 13.7383035 13.10596022 12.98244458 14.14148593 13.92466003 14.40148031 13.41599659 13.12547067 13.38995546 13.11374061 13.36750103 +LQ08X003080 Hypothetical protein 6.767994839 6.301915475 6.207946195 6.060853122 7.866395055 6.349109873 5.929945495 7.026995809 6.523703957 6.078994262 6.572606391 6.173682968 6.932174376 6.501786106 5.463486054 6.64779088 7.676459078 7.600732552 7.841021709 8.22817216 7.529733848 6.24632813 8.323065448 7.575999638 7.894538868 7.58410662 7.675157173 8.839009989 7.856281403 6.302324243 7.829943831 8.000669926 +LQ08X003130 Predicted protein 5.815722399 5.926880468 5.295235488 5.997943599 5.283831115 5.566792791 5.686308016 5.253145043 5.781282588 5.804735986 5.91490622 5.813026945 5.411358435 5.276273936 6.213655575 5.222550096 5.36836587 6.036544654 6.703071606 5.331205675 6.108990645 5.712718258 5.283356788 5.370620367 5.474452892 5.687294464 6.637719565 5.532796055 5.792229211 5.528166928 5.130963388 6.006510838 +LQ08X003140 Putative uncharacterized protein 5.689312008 5.496510331 6.016358679 6.539804978 5.668748749 6.048232107 6.302476922 6.133896991 6.187346494 6.191279053 6.321249709 6.461566866 5.657761576 6.634783203 6.673122504 6.192835613 5.753608799 5.692883371 5.160457964 5.837116876 6.456612232 5.979112549 5.485612892 5.730161738 5.967158148 5.710038411 5.339947828 5.770083103 6.021397541 6.156015956 5.489527827 5.327852027 +LQ08X003160 BZIP transcription factor bZIP28 6.832789368 6.628777421 6.474245157 6.119693879 6.080471938 5.5414228 5.550176214 6.182908878 7.058018166 6.228804577 7.002590537 6.061398521 6.404358014 6.018440504 5.720570709 6.024470499 6.013070843 7.286265477 7.16000592 6.3126591 6.913809353 6.53119108 6.649583519 5.834612242 6.066802518 6.907852672 7.029283446 7.219761195 6.173543909 6.464905145 5.942921664 5.765812784 +LQ08X003170 Putative Protein RCC2 homolog 10.79716373 10.92245637 10.35278944 10.11271364 10.39371839 9.835190446 10.0220728 9.962663004 10.49393073 11.26994861 10.24053292 10.16937227 10.45381119 10.05275688 9.920936612 10.16287039 9.931664533 10.45193723 11.06866386 10.38892504 10.44064021 10.40180866 10.14401525 10.39738163 10.88908744 10.85596509 11.72014441 10.19469686 11.08456004 10.13889251 10.46194414 10.73730654 +LQ08X003180 Putative Cytochrome P450 71B36 5.25217035 4.908291893 5.502817391 5.066469616 5.451120838 5.114681383 4.950674832 5.166655569 5.035988093 4.89727896 5.116230819 4.900445747 5.481533669 5.332661639 4.809651571 5.208584114 5.076849147 5.015559875 4.915562528 5.105721503 5.302369658 5.116359933 5.576577566 5.437378014 5.014112376 4.880306768 4.683020827 5.140511027 5.5149822 5.061080004 5.738322603 6.044081245 +LQ08X003240 Hypothetical protein 4.97281011 5.351883371 5.238760967 4.930339913 5.203676223 5.076526906 4.999101178 5.259098025 5.208065421 5.482897603 4.809623283 4.941896158 5.278602994 5.118871574 4.840914791 4.955799926 5.275707286 4.959962472 5.084321469 4.725510955 5.118967387 5.141206456 5.301607557 5.728544354 4.951073843 5.000273921 5.148452491 4.666975205 5.515591901 5.501407572 5.113519432 5.283743527 +LQ08X003270 Cytochrome P450 83B1 4.97941744 7.024301636 4.801049283 6.284867752 4.66407149 8.142554455 8.345561948 8.466773508 5.092426162 5.610652954 4.846086093 6.044440623 5.036952826 8.229968474 8.224139966 8.436639366 7.297864287 6.179188554 5.637130827 4.886690107 5.203449055 6.136559715 4.95876946 4.989753516 7.268417741 6.85767563 5.37694698 5.20959883 6.047276105 5.487983766 5.156953926 5.437010388 +LQ08X003280 Hypothetical protein 5.918840655 5.372010158 6.234252297 5.415086653 6.731579231 5.507359481 5.576187543 5.741090428 5.704253537 5.641855908 5.275830568 5.400265134 6.029244007 5.603426127 5.43677867 6.04439105 6.677803497 6.633764567 6.995476177 6.976970575 6.163050803 6.122307318 7.644874857 7.951611233 6.251500539 6.540014893 6.47332805 7.877129072 6.530733748 6.138979095 7.858175884 6.816513788 +LQ08X003310 Putative Protein IQ-DOMAIN 32 11.83695186 10.98631862 11.27614906 10.78691989 11.02782798 9.398242949 9.376897246 9.02453964 10.88094971 10.53534682 10.5585905 10.29119847 10.306296 9.213947999 9.57535427 8.60370365 10.80553245 10.97010846 11.89918722 10.26599973 10.88969676 11.14403841 9.304919486 9.502460331 11.46652076 11.60232387 12.02224282 10.21880716 11.31074881 10.98076516 9.027448848 9.645802848 +LQ08X003320 Putative Zinc finger CCCH domain-containing protein 6 5.866841781 5.797920467 5.909887711 5.866986055 5.711164665 5.829654646 6.055135928 6.390374782 5.845257399 5.728585957 6.134542128 5.989647247 5.886276738 5.81448789 5.9884639 5.847859112 5.361540827 5.848450755 5.348496596 5.889753795 5.943150005 6.026902131 6.194297692 5.879727711 5.733243634 6.001657605 5.654967048 5.32369164 6.045967352 5.880122999 5.574035723 5.582319319 +LQ08X003330 Predicted protein 13.07969845 13.67305287 12.36146484 12.28001782 12.089996 11.81578349 11.94998147 11.15870768 13.23495571 13.88529434 12.83481638 12.81745416 12.50831124 11.93440521 12.42740915 12.14679679 12.90833926 12.44123226 12.71044787 12.59613967 12.49229895 12.21147228 12.97324893 12.22167989 13.34113792 12.91588877 13.02494272 12.15171828 12.11890342 12.114985 13.07347734 12.16283262 +LQ08X003340 Putative uncharacterized protein 5.303603091 5.317446192 5.667960113 5.538408647 5.758322373 5.255897005 5.566596111 5.954355356 5.463289356 5.48981447 5.43720937 5.576829339 5.20895884 5.177079099 5.919517124 5.553931004 6.189077109 5.392569664 4.970933612 5.238207834 5.956187582 5.661067056 5.325977421 5.248971161 5.37473272 5.280546429 5.428992773 4.855772684 5.348183671 5.468474263 5.514131375 5.551287261 +LQ08X003350 Probable pre-mRNA-splicing factor ATP-dependent RNA helicase 11.73717183 12.02591869 11.71868448 11.74807584 11.71471246 12.32012244 12.27368823 11.98339672 11.85459608 12.15138657 11.81919756 11.76183428 11.85311544 12.27756617 12.17211309 12.33141912 12.17044638 12.06805211 11.84822687 11.88527481 11.68268357 12.02294126 11.91676067 12.26144412 11.86602725 12.00562329 11.99564873 11.77610978 11.69221807 11.96350857 11.74540511 12.29677646 +LQ08X003360 Predicted protein 5.338090592 5.328278003 6.135769925 5.935183915 5.383746721 5.390818083 5.696795428 5.517346273 5.784542547 5.770436111 6.005016159 5.680647117 5.42101036 5.698679003 5.594581829 5.347678464 5.406171767 5.3910524 5.345730847 5.362934085 5.525129044 5.61942926 5.326187361 5.924562557 5.491860994 5.697726427 5.206748858 5.532045515 5.548136243 5.654345207 5.442522723 5.73531632 +LQ08X003370 Auxin response factor 5 5.608984378 5.575790285 6.34584653 6.149220876 5.667130551 6.529674261 6.156401387 6.42021219 5.771023465 5.475518225 5.930229105 6.126158105 5.450815196 6.394816971 5.55355079 6.035253846 5.722505143 5.416469263 5.595993654 5.364512056 5.651008417 5.423519687 5.610176777 5.709270294 6.045787543 5.566905184 5.567798884 5.584424883 5.549000815 5.512779749 5.585626813 5.511007519 +LQ08X003390 Filament-like plant protein 4 5.593109867 5.240673289 5.467364217 5.294130252 5.418157155 4.935063441 5.180471766 5.39436199 5.023199022 4.88732268 5.313313429 5.131883565 5.108193973 5.254224594 5.009117539 5.313994418 6.039357684 5.530249726 6.131233843 4.965627844 5.13516837 5.515443994 5.441904573 5.300938807 5.135379261 5.235402585 5.454435497 5.000446818 5.2760655 5.200141956 5.549496146 5.37506449 +LQ08X003410 Bifunctional 3-phosphoadenosine 5-phosphosulfate synthase 2 11.20943856 10.38147682 10.73104479 9.751601432 8.770898759 10.22547462 9.446983686 8.238650491 10.76097694 10.59496012 10.21056012 9.492689812 9.101401621 9.908978764 9.112403317 8.122453726 9.782507002 9.984093927 10.68073777 9.689174291 9.820862445 9.348993904 8.778513026 8.155345828 10.81552322 10.58327388 10.87449412 9.682263794 10.34847075 8.380236253 8.993701667 8.257290281 +LQ08X003420 5-3 exoribonuclease 3 8.638563429 8.996241617 8.766869307 8.509364622 8.989708608 8.928291136 8.831801504 9.060180132 8.738101467 8.245670171 8.760497709 8.364453943 8.604267156 8.908884311 8.55480093 8.829276004 8.631120695 8.301369909 9.705195544 8.237253459 8.180385305 9.012443338 8.310598489 9.659905207 9.013975756 8.767560771 10.0023611 8.572920569 9.192392428 9.52113038 9.210191805 10.18943065 +LQ08X003430 UPF0717 protein At5g11950 12.25083336 12.3671365 11.86127762 10.75972925 12.04447882 10.2284016 8.876455098 9.251403221 12.53383585 11.89057648 12.54756332 10.95512773 11.96149358 10.60983303 9.039252091 10.07808191 12.66472654 13.01709787 12.03821726 12.91802579 12.53362472 11.56210105 10.7230946 9.894580184 12.08030127 11.87641502 11.50061949 11.97252159 12.53747481 10.87512952 10.77778005 10.52254126 +LQ08X003440 Endoglucanase 2 8.013264357 8.054846021 8.717711241 8.426245577 8.213492447 6.14536778 6.019898927 5.92256623 7.803530935 7.391566187 8.216353492 8.331651025 8.164085774 6.394936672 6.58197211 6.244188708 7.673470425 7.45774837 7.485251728 8.094480796 7.97567841 8.604123888 6.132703713 6.626877194 8.147046205 7.786578007 7.795965765 8.29002834 8.233430226 8.789571851 6.344914273 6.763544888 +LQ08X003480 Hypothetical protein 5.301768913 5.522881633 5.186888569 5.474522325 6.047506714 5.537072039 5.595878282 5.689130856 5.63669712 5.624433133 5.967992265 5.539990044 5.864609586 5.513159743 6.200443591 6.335809984 5.660203781 5.367857562 5.609138497 5.415532602 5.620183436 5.53034048 5.57093628 6.130548546 5.713547385 5.407127964 5.733908443 5.740849207 5.319440811 5.479925847 5.223576123 6.547973629 +LQ08X003490 Predicted protein 5.772629024 5.743241883 5.284620658 5.735433755 5.481939056 6.257579568 7.088122064 6.113830246 5.542313162 5.914242565 5.223833662 5.971891457 5.38149818 6.92426711 6.359708957 6.706778541 5.305159342 5.254750858 5.486635513 5.462435579 5.369409855 5.613002996 5.342426949 5.64177354 5.399556711 5.334047656 5.386752281 5.101877865 5.435892542 5.702008114 5.282191791 4.918478977 +LQ08X003500 Nucleic acid binding protein, putative 5.982140628 6.369384466 5.390529761 6.084703763 6.046786275 5.780248235 6.019183967 5.671352268 6.117619019 6.231871573 5.761272147 5.780142077 5.953143872 6.082247702 5.652283756 5.575047783 5.77711813 5.970446239 6.802980359 6.998355919 6.525190808 6.20663982 6.008921402 5.620042376 5.96133493 6.753478158 6.559813609 7.823957816 6.76938504 5.973774333 6.259183207 5.594087407 +LQ08X003520 Predicted protein 5.005646109 5.072224114 7.585943131 5.012940425 5.141748475 5.122570847 4.906059281 4.614658273 4.920439766 5.51147714 6.895803196 4.93843709 4.653728714 5.056612525 4.937382392 4.758726646 4.956843602 4.952950274 5.213535186 4.613769411 4.924484609 5.131568847 5.009831569 5.63131851 4.997559123 4.844088247 4.975924425 5.315135411 4.774348691 4.915548951 5.542072708 4.767170267 +LQ08X003530 Hexokinase-2, chloroplastic 10.88376317 11.83185392 10.9846436 11.3930476 11.01170291 9.224132711 8.691524581 9.319820829 11.36720832 11.82428501 11.6780741 11.3943472 11.72872964 9.403894922 8.862333147 10.18016039 10.9828298 10.74172715 10.97952909 11.22842424 11.11093933 11.7411849 7.29084889 8.836955382 11.34607486 11.56544648 11.21273885 12.3755706 10.86599673 11.54385785 7.466395873 8.439408517 +LQ08X003540 AP-2 complex subunit sigma-1 12.86175115 12.96106405 12.63447732 12.88645877 12.86979257 11.8624251 11.75676966 12.45562329 13.30013786 13.41293458 13.07793408 12.89559768 13.22057897 12.03995335 12.12264705 12.55710578 12.98792549 12.5844673 12.56489462 12.53046613 12.57059812 13.04572889 12.02940816 11.9683611 13.02438713 12.96550083 12.18370783 12.95668808 12.34333185 12.72062916 12.23047477 12.01682191 +LQ08X003550 Putative Predicted protein 13.00004192 12.99523248 13.29181849 12.50233908 13.38563204 13.02598866 13.2539218 13.27876919 12.9279422 12.69043607 13.36020648 12.77433974 13.16582195 13.36618277 13.29756124 13.55761651 12.37437859 12.31286048 12.80556222 13.90871109 14.00045368 12.97649635 14.63533289 14.63521235 12.62962083 12.63801898 12.94162496 13.74914324 14.40751052 13.25162625 15.11364247 14.57723751 +LQ08X003570 Snakin-2 5.787291939 5.319639848 5.743473288 5.936538231 6.274437722 6.654173806 6.453228167 7.430097091 5.685701286 5.707080135 5.467898399 5.814542149 5.766077909 6.530158932 7.054526692 6.830819978 5.858205791 6.518794055 5.817090777 6.058605868 5.792199404 6.235062654 6.764546934 6.6825632 5.719086762 5.396231497 5.316030946 5.567864921 6.103436442 6.075708268 7.512118821 5.865528104 +LQ08X003620 Predicted protein 10.52174874 11.38550587 9.595184505 10.58301723 9.794673363 10.40040331 10.50273054 9.557280382 10.97346299 12.00736743 10.27051303 10.40286088 10.02860767 10.45503033 10.72225582 9.758389623 9.991608067 8.980493646 10.17404727 9.335764617 8.656386865 9.945823424 8.755615644 8.567285026 10.81546496 10.00447444 10.28580148 9.449333564 9.317634352 9.381833459 9.667979779 8.20258154 +LQ08X003630 Putative uncharacterized protein 9.767057188 9.454535555 10.01442876 11.57973195 9.967430031 11.84683478 12.50064153 12.30270397 9.995149811 9.522429596 10.00610224 11.65032106 10.37640001 11.93300887 12.45777729 12.25616262 9.923593195 9.718842269 9.872568182 9.540694508 9.959887027 10.11205297 11.28320946 11.28583664 9.382212378 9.442611457 9.560158862 9.845325764 9.674115531 10.68026068 11.20214235 11.01287933 +LQ08X003640 Tubulin beta-6 chain 13.23065418 13.29353998 13.11331194 13.26897949 13.45924372 10.35281852 10.73868503 11.35894126 13.44448723 13.08394745 13.31103948 13.39380725 13.61069725 10.7743712 11.62691433 11.90508706 12.4429591 12.66551385 13.50151908 12.8241771 13.13388959 14.15035666 10.4516491 11.75686546 13.38439081 13.47964506 13.81850643 13.41116691 13.75701531 13.6006772 10.4098548 11.73141957 +LQ08X003650 Putative BRCA1-A complex subunit BRE 5.788331675 5.605139834 5.803832141 5.495850058 5.923126055 6.327597009 5.795830425 5.737755521 5.98959812 5.913738285 6.113629885 5.637452327 5.678552465 5.577588347 6.578442561 5.896218198 5.05501655 5.532637847 5.375630402 5.711854736 6.031963554 5.53394023 6.35514087 5.911260713 5.904365361 5.136681766 6.086737819 5.305172686 5.521591614 5.654801075 6.513572838 5.985002326 +LQ08X003680 Hypothetical protein 8.078537255 7.952297792 9.237645495 7.917912156 8.975484473 7.27054313 7.911775394 7.642722924 8.28805183 7.827318508 9.065444308 7.793995987 8.855137766 7.381046922 7.286507746 7.834639323 7.871708758 8.656639341 8.594582774 9.572460239 9.739726049 8.836447202 9.105103176 9.482867209 8.013112694 8.65111772 9.277559164 9.196132827 9.473309975 9.030983676 8.682869656 9.294613775 +LQ08X003690 Putative Chaperone protein dnaJ 11, chloroplastic 10.32822676 13.60172701 12.23314367 11.74475192 14.76222826 10.00016178 14.04819285 15.1929999 11.39268011 14.01570072 11.54703357 11.2306967 12.55677195 10.47185513 13.19006014 12.78480849 14.94545319 15.32131387 14.49697127 14.3827448 14.39604485 13.96042449 14.6836132 14.62390123 12.21391462 13.21763902 14.60407529 13.55171108 14.08360439 12.96244107 14.96339945 14.99822243 +LQ08X003730 Thaumatin-like protein 1 5.178140355 5.075822027 5.216393364 5.287214015 4.842733224 4.893374195 4.827103456 5.185615014 5.099850639 5.341910885 5.039159049 5.221727403 5.190259479 4.821129976 4.994111026 5.126940251 5.004686164 4.959415825 5.091116533 5.181710386 5.2804699 4.913247849 5.253747618 5.673866273 5.118285907 5.079403493 5.447711162 4.765470163 5.4023545 4.923174546 6.0560075 5.276744078 +LQ08X003750 Endoplasmin homolog 14.9404627 14.43077325 14.92062098 15.4474657 13.96230156 14.83704629 14.77059788 12.93714377 14.59981873 14.34347659 14.47070449 14.8109264 13.80580154 14.01483333 14.0860351 13.32695572 14.61593993 15.27303942 13.6753136 14.74355395 14.77700108 14.49305102 14.25823675 13.23893539 14.18650031 15.01349315 13.51908356 14.15890955 14.70094518 13.76352932 13.64136983 12.98902996 +LQ08X003780 Putative uncharacterized protein 4.884452364 4.974766766 5.135345229 4.741354154 4.964037863 4.965637537 4.793335999 4.886751201 4.997661258 4.954601829 5.088889724 4.955317365 5.420382214 5.023698464 4.747802249 5.012553329 4.938343313 4.915242865 5.367095238 5.327131634 6.002150478 5.223319243 5.944181179 6.127668921 4.880779111 5.138112238 5.805990826 5.310782371 4.870334266 5.875055864 6.647057087 5.312653649 +LQ08X003840 Receptor protein kinase CLAVATA1 13.0743564 13.30324034 11.24781522 9.760061978 11.13048517 9.924280253 9.894711745 10.32550888 12.80782496 13.38003239 11.8323378 10.04825726 11.17330717 10.33527222 10.43272358 10.8948478 12.1706337 12.479179 13.04944848 12.32252607 12.77667318 12.42512853 11.7690634 10.87389791 12.94952267 13.31371418 13.54740694 11.9296123 12.51761997 10.4926491 11.56567034 11.20527119 +LQ08X003850 Putative Extended synaptotagmin-1 14.95047418 14.33725954 14.99678258 14.04592764 14.7757662 13.41036653 13.78225157 13.55514453 15.00905853 14.6082824 15.11537152 14.15945287 14.75632448 13.64854575 13.8441865 14.03272329 13.81658456 14.14633062 14.10847098 14.77008854 14.87813578 14.59219757 14.41886611 14.09035948 14.23144494 14.41788283 14.05252694 14.43290157 14.93272453 13.9107945 14.51293561 13.96115369 +LQ08X003890 Rac-like GTP-binding protein RAC1 5.755379508 5.644897512 5.745336841 5.564857702 6.653554578 5.784378413 5.470120233 5.748764579 5.466226548 5.415426511 5.683530434 5.465732455 5.683004373 5.876793999 5.747593314 5.74881656 5.582240577 5.477259255 5.594161527 5.573587857 5.675675722 5.577602254 7.283804914 6.951135391 6.155475407 5.828141326 5.702784749 5.840630217 6.004443021 6.03427911 6.758037802 6.694109468 +LQ08X003910 Putative Vacuolar protein sorting-associated protein 35 7.287981499 7.551139531 7.755657224 8.146060767 8.476282411 8.562895555 8.454352786 8.859281252 6.673347327 7.822404345 6.180247772 7.229303623 7.057429618 7.992175475 8.241534277 8.556716146 5.900115467 5.612905697 5.675718094 5.966708368 5.013058734 5.847010499 5.330627199 6.930589057 6.367828661 5.479080727 5.27480962 5.577649263 5.696646086 5.750911417 6.681934527 6.589000702 +LQ08X003930 Putative Predicted protein 4.773490716 5.199056975 4.357840471 5.064061932 4.706982184 4.839216952 4.992455997 4.816541006 5.112183966 5.348799955 4.856750156 5.033803895 5.148132071 5.06774411 5.019905077 4.945459689 5.760598933 4.913645104 5.372012124 5.79478139 5.130009335 4.720216493 8.590820699 5.883893202 4.548216042 4.898953011 4.966601407 4.95422836 4.843842383 4.770944292 6.34313774 6.651806097 +LQ08X003940 Predicted protein 5.348506286 5.433678139 5.545024942 5.877507612 5.560486622 5.386074037 5.719878104 5.479603471 5.263599275 5.404196231 6.457833208 5.688376998 5.704875427 5.361022594 6.139669517 6.000752972 5.286245071 5.76484598 6.069735061 5.589623335 5.308080733 5.66250248 5.958437964 5.240061361 5.38855631 5.827414497 6.417973248 5.357113378 5.539180107 5.697603135 5.280710425 5.336452575 +LQ08X003970 Zinc finger protein, putative 13.99823046 13.75657577 14.02626997 13.82627035 13.92873983 13.91499805 13.72944573 13.83007688 13.9445309 13.63871162 13.89593513 13.99009055 14.07189761 13.95899798 13.84381148 13.98510475 14.1935352 14.25383099 14.23232506 14.00165812 13.66245716 14.09265196 14.0192284 13.74626889 14.05192624 13.97779479 14.18707907 13.80859455 13.79179648 14.0471282 14.04619077 13.82103234 +LQ08X003990 Putative GDSL esterase/lipase EXL3 5.811102075 5.134876243 5.859477738 5.538532927 5.614238777 5.369099661 5.171008427 5.947859587 5.759938259 5.24413943 5.314404976 5.327799637 5.750539104 5.373402429 5.528331982 5.646978819 5.589766907 6.213074395 5.992979394 5.401287208 5.777359456 6.231499017 6.035573007 5.485920781 5.763536523 6.006260588 5.540464508 5.612398824 5.28254431 6.226776027 5.66311771 5.493894744 +LQ08X004000 Putative Subtilisin-like protease 6.643413946 5.67434827 7.178375206 6.593515386 7.31184931 7.216166686 6.153481231 6.842215007 6.180315188 5.664227552 6.438484628 7.035228008 6.193996796 6.095213655 6.076246524 6.994298001 5.476353875 6.08307958 6.173102378 6.406629267 6.388122447 6.40253912 5.880677394 7.76430139 5.837995148 5.72626833 5.80405388 6.346946233 6.529093415 5.3822371 5.872938565 6.232997175 +LQ08X004030 Probable cinnamyl alcohol dehydrogenase 6 5.364750763 5.377473724 5.402872074 4.847029196 5.566273632 4.854272636 4.872475955 4.833473283 5.430634219 5.607907863 5.30084127 4.876502715 5.530847401 5.258112322 4.709397922 5.004148218 5.314117138 5.101425287 5.747689428 5.578220933 5.237531852 5.281598009 4.942106935 5.325228841 5.322891496 5.180693503 5.901701119 5.661986077 4.766665283 4.797964924 5.311370882 5.526565977 +LQ08X004060 Peroxidase 64 11.95348704 9.793551746 14.61229446 14.38022266 14.37492502 8.763714973 7.652975146 8.149096291 12.54933005 9.990271854 14.82359951 14.7822781 15.2943441 8.745339418 9.194155741 8.950141332 9.810006126 12.78558627 10.34688676 15.03703045 15.00936523 14.80953476 8.981904786 10.10497927 12.74311918 13.49624964 11.45859068 15.60290581 15.63797247 15.3322851 8.875389324 9.359144468 +LQ08X004070 Expansin-A1 8.964284993 8.468420847 10.17576259 9.413887964 9.305511324 5.374036159 5.607189155 6.170791356 8.86051964 7.28493193 9.982279678 9.452842829 9.67888626 5.470559902 5.261348256 5.786833966 8.34422526 7.913558312 7.814679683 10.7131736 8.601238656 9.160000031 5.3594806 5.636645948 8.117086478 6.928547194 8.618301808 10.06369761 9.573598757 8.918161708 5.326546219 5.831668707 +LQ08X004080 Probable 26S proteasome non-ATPase regulatory subunit 3a 10.3308934 10.3584355 9.84572401 10.26794094 9.554439219 10.76607744 10.63842827 10.33949407 10.42598734 10.49190885 10.00771989 10.53064631 9.707609009 10.89102038 10.80372459 10.36389931 10.58075848 10.13994894 10.7967996 10.50845785 10.39812151 10.6936882 10.87398133 10.40562426 10.85310026 10.56580064 11.03882218 10.63233252 11.12142772 10.69934883 10.73712211 10.5520319 +LQ08X004090 Putative Alba-like protein C9orf23 homolog 13.17567359 13.70107285 13.34262431 13.43774992 13.19077923 12.56730885 12.69545913 12.58067271 13.40671557 13.63308415 13.59689023 13.24968188 13.27450153 12.75359197 12.89260789 12.50479675 13.07547891 13.17103278 13.34420216 13.5208297 13.31408654 13.60621233 12.54816689 13.14828407 13.70797332 13.61883952 13.18803801 13.20968673 13.47063601 13.53798791 12.78039058 13.17339309 +LQ08X004100 Predicted protein (Fragment) 4.970269287 4.962219641 5.457897499 5.339247321 5.317650133 5.488689693 5.356007602 5.465805903 5.068415847 5.219246214 4.791221252 5.365579718 5.027358562 5.125518754 5.982823234 5.794462084 5.153979647 5.149414349 5.279504568 4.959489737 5.09015268 5.001870963 4.868824381 4.978462384 4.974981034 4.942303906 5.188963979 5.23878234 4.990748 5.313440479 4.900879732 5.316431794 +LQ08X004130 Pentatricopeptide repeat-containing protein At1g20230 8.15073763 6.70500672 5.216381872 8.564414629 6.800643224 8.94950496 9.358798733 8.56625006 8.514641212 6.731199948 6.055664256 8.901837178 6.929873475 9.348111565 9.330799263 9.829890893 7.199027254 6.584235367 6.001424537 5.282335416 6.225520314 6.673904913 5.703006822 7.810966017 7.59580786 7.019054675 6.071276472 6.150586006 6.110572403 7.376600307 6.172326974 6.034822048 +LQ08X004140 Putative Nucleoredoxin 13.14881616 14.08027689 14.58048707 14.11036582 14.23295738 14.71559406 13.90500493 14.08461081 12.18177444 12.49214518 13.52043522 14.10549963 14.10248932 14.34551223 13.77559557 13.86006474 14.33163312 14.40273169 13.74528949 14.36729776 14.68073289 14.01347044 14.24837561 14.20443939 12.52880079 12.2869879 12.62119636 14.22367715 14.40082726 14.34938351 14.00195445 13.82212548 +LQ08X004150 V-type proton ATPase subunit B2 5.74852524 5.069868939 6.803169008 5.779462431 6.00006075 5.648495714 5.525850745 5.35018037 5.387265191 5.170063512 5.955178214 5.409632329 5.180248023 5.470176725 5.423865749 5.637763898 5.302797415 5.195204874 5.07721151 5.615032202 6.33567643 5.422166655 5.268556701 5.632210378 5.948026067 5.351122715 5.119075224 5.632128688 5.780644263 5.807433765 5.36858394 5.652609253 +LQ08X004170 Calcium-dependent protein kinase 29 10.31023167 10.60882719 10.49881729 9.887695709 10.04208337 8.002981349 7.696048598 8.789764753 10.30454774 10.06205457 10.72260646 9.53326867 10.35138447 8.787113212 7.325335477 8.644447058 10.4619741 9.506750711 10.12032742 10.50288685 9.676858542 9.971117826 7.947385526 8.670939555 10.1228663 9.898789699 10.1106158 10.41708558 10.30952213 9.341384658 7.774563329 9.204523615 +LQ08X004190 Predicted protein 10.76658487 10.66829948 10.5830965 9.91944383 10.25354799 9.54629769 9.264164677 9.161601988 10.74258704 10.72381359 10.65143519 9.906943414 10.60034896 9.838848936 9.413863837 9.237975258 11.10200062 10.61869672 11.41318517 10.84059537 10.57715156 10.50568399 10.09876251 9.749093715 11.08015493 11.01919729 11.19983629 10.57843326 11.04992781 10.32230437 10.05555849 9.891865755 +LQ08X004240 Putative Uncharacterized protein At1g76070 5.467208475 4.924545549 5.690347157 6.088797736 5.981444507 6.049367799 6.071419421 7.087516874 5.219270555 4.974257133 5.744313999 5.849691098 5.72177933 5.687115991 5.442672764 6.278250216 5.239444065 5.280539927 5.424572312 5.658669447 6.474019692 5.546735699 6.262501385 5.71741635 5.238976001 5.32568775 5.635697991 5.568873413 5.329848548 6.942539451 6.445504459 5.736017524 +LQ08X004250 Putative Thioredoxin H-type 4 5.992796752 5.434721535 5.356978485 5.482775182 5.280392067 5.553070364 5.269662929 5.568830052 6.293282123 6.132440598 5.581127506 5.536250733 5.845958192 5.360907178 6.028433548 5.578083157 5.534951437 5.977413882 6.517844446 5.655607327 5.170481018 5.93092778 6.001065808 5.809074671 6.109720933 5.426200533 6.53970422 6.025106368 5.492237023 5.791471731 5.463056349 5.149968896 +LQ08X004260 24-methylenesterol C-methyltransferase 2 13.53075949 13.88853304 12.99182178 12.43259588 12.8913643 9.985816244 9.610181663 10.25567941 13.55254497 13.33229326 12.94063731 12.27235563 13.11849753 10.47079458 9.170454044 10.52545852 12.73906694 13.5896635 13.82064244 13.2530028 13.67824022 12.59138469 11.06638236 11.4397958 13.70904635 14.11723743 14.15927236 12.99102085 14.14540582 11.36195902 11.12924751 11.6154397 +LQ08X004270 Tetracycline transporter, putative 10.22920075 8.649291588 10.43260681 10.08493586 10.43950191 9.674090778 10.1087803 9.119573625 9.608691166 8.094188091 9.725334986 10.523554 10.00133234 10.37259862 10.28991015 10.36887331 8.754496697 9.106626989 8.118697966 9.587631349 10.04383909 10.00540866 8.702099681 10.99119595 9.237666045 9.170511407 8.209277314 9.611892575 10.56510131 12.12257093 9.000367712 11.22475705 +LQ08X004280 Phospholipase D delta 7.186542275 6.721540864 8.406411003 7.735445569 7.412600497 8.707310004 9.10198474 8.576360618 6.85086767 5.741444069 8.207523249 7.974473395 7.623998845 8.421924042 8.16441579 8.083943827 5.973905636 6.397330136 4.897805504 7.734963586 7.817459853 6.604198345 7.581927931 8.330320017 6.031101737 6.550839329 5.298389865 8.174495408 7.91057483 7.163880021 7.766722522 7.322260456 +LQ08X004290 Plastocyanin, chloroplastic 15.41549101 15.38821906 15.66226079 15.49195682 15.479015 15.35871915 15.58930246 15.45627753 15.17669366 14.95482248 15.4045972 15.37668564 15.51766592 15.38471652 15.34017015 15.49300475 15.10257164 15.63457405 14.57388533 15.43203326 15.64523302 15.25410866 15.7504399 15.55256882 15.16518186 15.44099082 14.73002623 15.62669028 15.36841147 15.64452794 15.38934916 15.45251374 +LQ08X004300 Putative uncharacterized protein 13.56508081 12.77056835 14.27329307 13.94025811 13.67042105 15.1433497 15.03811068 14.93722716 13.20286874 12.53911497 13.62004409 13.64277588 13.5763074 15.1840505 14.5444284 14.73560028 13.73487472 14.10900793 13.52306085 14.36392174 13.90053515 13.38678121 14.98887256 15.10458391 13.02281738 12.97033603 13.28162313 14.06877049 13.5161111 13.35330411 14.87995564 14.83078328 +LQ08X004310 Ornithine decarboxylase 5.785023316 6.838313198 5.608457458 5.691131657 6.214045704 6.881046643 6.541301722 6.062271469 5.964322218 6.479684699 6.156908544 6.26950028 7.194426039 7.051015484 6.38759853 6.964383745 6.800525769 5.562911516 5.806758521 5.709063231 6.216608569 6.605047458 8.161491644 6.339679242 6.433652205 6.080711902 6.085408728 5.760046664 6.285428878 7.066434025 7.061926389 6.768412811 +LQ08X004320 Protein kinase, putative 5.123859727 5.379099235 5.222186284 4.799899664 5.491535986 4.866795749 5.139328509 5.109018895 5.214115651 5.355407284 5.355990068 4.86865085 5.4960212 4.70010132 5.13413357 5.266381717 5.300849638 5.509731627 5.25207002 5.154694149 5.343577313 5.591503763 5.934378336 5.94647728 5.240686917 5.676321689 5.657623847 4.964153286 5.522821274 5.684647374 6.192114332 5.327530739 +LQ08X004340 Putative Glutathione S-transferase 6, chloroplastic 13.88345709 13.9008964 13.56962773 14.07042389 13.7697149 13.67243757 13.62233563 13.02757924 13.86628021 13.89820476 13.59299331 14.08888657 14.15269265 13.81848131 14.04331069 13.87245833 13.56880808 13.68272644 13.91915709 13.29649817 13.64123421 13.92995821 13.68411983 13.85528504 13.88022685 13.99294867 14.27559915 13.6189129 13.66434949 14.46676888 13.60676399 13.64700999 +LQ08X004350 Putative U11/U12 small nuclear ribonucleoprotein 25 kDa protein 9.776440561 9.597086467 9.314119547 10.38562039 9.051095093 10.85226065 11.14203218 10.43248927 10.18934372 9.784920253 9.674457317 10.50707201 9.524898367 10.72862247 10.81679641 10.80836301 10.12271807 10.12942472 9.443843387 9.596325713 8.952684658 9.569490082 10.01916788 9.881067184 9.761703373 10.36022586 9.265948291 10.2145488 9.216735478 9.826498365 9.981355567 9.659397166 +LQ08X004410 Putative F-box protein SKIP23 7.192622799 7.420685502 6.935393056 8.059555837 7.59130684 8.384235093 8.66455423 8.717198349 6.905401098 6.104717721 6.57565582 8.027668971 7.507481567 8.860456117 6.559715338 8.460750501 7.801670336 9.149351698 7.027102576 7.863070816 9.043511735 7.701261217 8.779605594 8.161526144 7.375074981 7.158186812 7.587364314 8.315390558 8.863367347 7.889873597 8.678883664 8.41443685 +LQ08X004420 Putative Alpha-amylase 11.37337858 11.52918104 12.27741674 12.43139569 12.08194722 13.62832958 13.16530899 12.85804438 11.26027137 11.26909346 12.48044022 12.58324523 12.40100828 13.62190707 13.26187777 13.24693418 10.99431578 10.60514085 10.86245056 12.13515567 12.05855559 11.0172558 13.95062947 13.09967512 11.09592206 10.99137644 11.1378078 12.48840484 12.60374837 11.90045964 13.8156882 13.0288883 +LQ08X004450 Prolyl endopeptidase 13.01900703 13.15884011 13.2987959 12.65718221 12.87761572 12.86454546 12.67900899 12.66960908 13.04952491 12.90274991 13.35868288 12.72397376 13.08904005 12.82328711 12.51003003 12.32585739 12.92312127 13.05141546 13.09816624 13.11794091 12.50047771 12.87862367 12.48604447 12.14195768 12.89066076 13.08415082 12.96222272 12.9436281 12.77906298 12.6331975 12.73714723 12.02951621 +LQ08X004460 Putative tRNA pseudouridine synthase Pus10 6.417910133 6.745912449 5.899987696 6.374405402 6.227704598 6.783334286 6.548711631 5.68959084 6.548742018 6.095461582 6.528784384 5.880840596 6.595534146 5.999367724 6.64895935 5.99346873 6.467521358 6.231579175 6.210670523 6.625844985 6.242424378 6.407702966 5.385814885 6.664530948 6.419452163 6.860055109 6.067741301 6.734491472 6.150104182 6.376064696 6.252505149 6.51017219 +LQ08X004470 Putative Peroxisomal hydratase-dehydrogenase-epimerase 5.737654239 5.67514068 5.393600401 6.053349076 5.386330991 6.47108817 6.099877873 6.122823789 5.807533616 5.800107414 6.046076603 5.83143117 5.796346761 6.183135221 6.961640942 6.423239262 6.097538914 5.539554053 5.373316551 6.270686375 5.614584703 5.244886178 5.579076288 5.314957701 5.431801497 5.675292347 5.943430494 5.856747875 5.566274508 5.476862779 5.434810347 5.1506278 +LQ08X004480 T-complex protein 1 subunit beta 12.63219741 12.88319473 12.33188775 12.50296074 12.18218831 12.94658421 12.42927841 12.1041213 12.72930821 13.2131648 12.31567178 12.58054316 12.1992116 12.70766672 12.6725156 12.09829715 12.84277313 12.14244122 12.36391744 11.78440912 11.73231481 12.69794713 11.48583764 11.85843573 13.36108803 12.72479707 12.54254235 11.66669605 12.06298323 12.38724643 11.38833774 11.8696145 +LQ08X004500 Putative uncharacterized protein 13.23201177 13.22807323 12.62481588 11.91559162 12.1059108 12.75802276 12.5937156 12.39008884 13.27804466 13.5383138 12.70964223 11.92518284 12.31311746 12.97826413 12.31781855 12.67001371 14.52676736 14.28826948 14.48068875 14.23466557 14.22813325 13.70385223 14.16535365 14.07122061 14.2731005 14.14062945 14.62852092 13.96601948 13.32734572 13.40465986 13.87545718 14.18068637 +LQ08X004510 Cytoplasmic tRNA 2-thiolation protein 1 11.79851877 11.86443311 11.87054635 11.62340185 11.79051174 12.42318215 12.32609762 12.48826826 11.88131542 11.97006205 12.05628093 11.69146988 11.89175135 12.34035646 12.43240106 12.43618761 10.89226115 11.10733526 9.934782373 11.43632174 11.28820666 11.31050041 11.71586136 12.17582885 10.9788656 11.3692919 10.10769537 11.50993748 11.64864542 11.59686346 11.94770448 12.12403746 +LQ08X004520 Scythe/bat3, putative 5.602897544 5.754487899 5.005906948 5.574491007 5.645138184 5.438879943 5.49908476 5.356736536 5.752967254 5.459056819 5.437801795 5.516792075 5.855002337 5.4834048 5.975401612 5.851740843 5.334594329 5.55194853 6.228082642 5.856032411 5.201185675 5.552324077 6.820998837 5.602511248 5.459216864 5.639230511 5.53917692 5.778886239 5.370037826 5.511763298 5.465716824 6.031250381 +LQ08X004550 Putative Dehydrin COR47 15.32838476 14.77600218 15.52945021 15.42456542 15.70914549 15.23246548 15.73928786 15.29940954 15.59123261 15.26289824 15.47894251 15.70814761 15.77623175 15.58568327 15.78714923 15.73517949 15.73197212 15.51948606 15.53085796 15.40091118 15.65498069 15.67266228 15.61192705 15.53718272 15.0833446 15.35465285 15.40402721 15.57323485 15.16920146 15.61494456 15.54323245 15.41182104 +LQ08X004560 Predicted protein 6.450761582 6.230859495 6.817999459 6.846880337 7.157071705 7.247426171 7.33463897 6.416089364 6.879838958 7.892529338 7.350997751 6.696651896 7.375599604 6.814183539 7.930498065 6.542830733 6.427182826 6.410233161 5.845280564 7.624356875 6.372805946 6.654473365 6.47422039 6.689844845 6.336562895 6.721593349 5.689858019 5.620582863 6.764445166 6.510665398 6.183866738 7.408431907 +LQ08X004570 Lysine histidine transporter-like 8 6.607140981 6.874303978 6.853446634 7.304706539 7.634962844 6.375381633 6.508832893 6.955150527 7.230084483 5.8486157 7.169993717 7.687148983 8.680920701 6.364554526 6.151973229 6.688315509 5.776767214 6.022032678 6.272849972 7.573699566 6.85539667 7.637984202 5.859300526 6.0907341 6.565027955 7.555685135 7.054457633 8.134412899 8.037875952 8.241604216 6.068877121 5.387771768 +LQ08X004620 4-coumarate--CoA ligase-like 5 6.313620304 6.96005132 6.257088161 6.65178977 6.566937269 6.341911617 6.726695399 7.267819273 6.266703582 6.595627876 6.005273153 6.591327975 7.033799256 6.565136754 6.383156908 7.277461628 6.470850261 7.198470461 6.849777947 6.582976846 6.460416215 6.814802354 6.316644062 6.73335588 6.611669417 7.240012575 7.132375334 6.237313943 6.651727114 6.875092604 6.3652581 5.938777998 +LQ08X004640 Predicted protein 14.36681811 13.58392042 14.3790985 14.43318445 14.23614846 13.84419585 14.02845498 14.02361381 14.66002537 15.0513794 14.42736718 14.47297817 14.51475179 13.9422604 13.93552712 13.98264633 14.27783943 14.03820255 13.87840329 14.23356722 14.13749602 14.29585732 14.03065481 13.79844851 14.49977721 14.02707748 13.97677028 14.10838524 13.00714132 13.94307232 13.86162228 13.71106936 +LQ08X004710 Cell division protease ftsH homolog, chloroplastic 5.884074515 5.578919535 5.894008105 6.072251682 5.956475915 5.551332769 6.004825532 5.592512147 6.232957432 5.84009182 5.826119651 6.188208896 6.197250657 5.710394745 6.143408813 6.389068732 5.737004927 6.20935244 5.466709817 6.072501181 6.240425435 6.155706969 5.457092573 5.626678723 5.81211554 5.62129889 5.69318385 6.849350811 5.635074511 6.003314892 5.54836358 6.39029163 +LQ08X004720 Probable serine/threonine-protein kinase At4g35230 5.115677297 5.47085608 5.640499089 5.321171233 4.975022907 5.955631817 5.570845233 5.5791808 5.062394924 5.207521951 5.723858789 5.515711856 5.220293759 5.704070616 5.533548597 5.65095775 5.478952691 5.148877709 6.05594725 5.243778598 5.232825123 5.095429245 5.56194103 5.238683552 5.304160866 4.983565524 5.568952576 5.483075621 5.235965903 5.203944599 6.321545686 5.69876003 +LQ08X004750 Putative uncharacterized protein 6.20175271 6.419585274 6.533191368 6.270681249 6.149799175 5.630035832 5.690964436 5.844431036 6.212099109 6.191196112 5.697121569 6.209886538 6.415799227 5.722401423 6.039041774 6.253468773 5.839792657 6.186335861 6.169581564 6.321559561 6.494514822 6.085724913 6.282138965 5.819075222 5.893647151 6.770242611 6.999731557 6.378689329 7.023693881 6.590186191 5.772078982 5.814969349 +LQ08X004760 Putative Protein TSSC1 12.28884022 11.91322344 12.15547326 12.24385191 12.03230738 12.57567184 12.28332759 12.32668693 12.34626444 12.22484717 12.40351149 12.5336037 12.37301566 12.2425083 12.02490414 12.46668128 12.89832727 13.07335443 12.12059858 12.22740768 12.36623491 12.36667925 12.1226406 12.04825727 12.28314501 12.48826416 11.79641504 11.96871515 11.96327047 12.35288884 11.62434542 11.80778955 +LQ08X004770 Putative uncharacterized protein 8.855464495 9.403142094 8.9121479 7.579664297 7.625103047 7.510226767 6.78347778 7.343798709 8.760444279 8.717699457 8.720826265 7.381152956 8.168476229 7.436100333 5.855234592 6.572855488 10.61750911 10.669774 9.169984547 8.742540509 8.275170151 8.396756246 7.277797878 7.052841066 9.165925362 8.822555677 9.52181794 8.248353977 8.540910815 7.511282295 7.041070084 6.669145068 +LQ08X004790 Putative uncharacterized protein 11.66434747 12.14849236 11.84889523 11.51795633 11.41121393 12.80622203 12.48642346 11.54310203 11.64704586 12.27311744 11.94064854 11.89373587 11.57705777 12.64065031 12.65165641 11.92746676 11.20464652 10.87617949 11.68078922 11.120545 11.25414674 11.51763043 12.57945578 12.45545805 11.77554055 11.4578565 12.09994838 11.33619173 11.88596386 11.88801085 12.73024249 12.19441831 +LQ08X004830 Putative Pre-rRNA-processing protein TSR1 homolog 12.87448021 13.34207242 12.61062998 12.08111702 12.43577143 12.68352883 12.45936099 12.59998747 13.12863299 13.42561274 12.820724 12.13919234 12.57123113 12.76771341 12.72515874 12.59881562 12.87315716 13.17257507 13.1762276 13.27948899 13.29658867 12.99923375 13.25362247 13.53027554 13.21779549 13.25229562 13.37776457 12.95427967 13.32461571 13.03742971 13.43743229 13.56090202 +LQ08X004860 Carboxypeptidase B2, putative 5.791439719 5.445126233 5.723390551 5.723415737 5.676796661 5.831049022 5.73344899 5.893386175 5.746828455 5.479382558 5.467429738 5.650416125 5.818746597 5.557762378 5.848241425 5.713376344 5.636239519 5.756516287 5.357567192 5.443524317 5.489838706 5.67116371 5.702237449 5.357808077 5.636206149 5.860668512 5.331125369 5.990852713 5.671305431 5.733218563 5.347703363 5.851017598 +LQ08X004890 Putative acyl-CoA synthetase yngI 5.353471018 5.530188911 5.519336103 5.146436854 5.348629396 5.469519277 5.202659694 5.651375521 5.771180009 5.801405261 4.990982237 5.239514843 5.273094338 5.204551526 5.361728019 5.315332339 5.619575243 5.724863808 5.633339454 5.670936053 5.652178935 5.445555807 6.046613503 5.241004357 5.551192028 5.443191337 5.81797199 5.592235682 6.198262797 5.495852695 5.937112596 5.457015357 +LQ08X004920 Predicted protein 11.06155486 12.69535202 9.277044289 9.420853582 8.231843932 6.351492546 6.559703934 6.527676532 11.78016287 13.04553891 10.45291868 9.648059392 8.869179494 6.470070965 6.869357005 6.64075223 11.27380111 10.69794691 12.64096905 9.874342481 9.71291208 10.07102015 6.000018004 6.237626946 11.97071651 11.90312365 12.96988323 8.406393912 9.219932964 7.927925671 6.632238779 6.127028708 +LQ08X004940 1,4-alpha-glucan-branching enzyme 13.28249392 13.48527944 13.18138616 13.07776647 13.12945615 13.63970003 13.4420276 13.39807347 13.03086748 12.66064851 13.03643333 12.93094801 12.89062318 13.38257097 13.09554112 13.4123294 13.08372744 13.36062707 12.87743977 12.21499257 12.78464258 13.00560271 12.45864537 12.83390564 13.15477179 12.69036349 12.69206981 12.41246545 12.82840839 12.63572929 12.60273706 12.34520107 +LQ08X004950 Small nuclear ribonucleoprotein Sm D3 5.710864212 6.053031895 5.299265562 5.65139298 5.870980204 5.250248948 5.493278206 5.418684351 5.800370935 6.247217676 5.612499996 5.568676794 5.798048661 5.524006746 6.473744837 5.655885985 5.964516248 5.790062 6.217778856 5.80780695 5.494550908 5.896870793 6.274901328 5.943468804 5.990200684 6.481835605 6.303923302 5.537103749 6.013588218 5.722475627 5.476849998 5.270904714 +LQ08X004960 Predicted protein 6.169734249 5.982284751 6.018871139 6.249282114 6.126568335 5.843776817 6.037380345 5.625060183 6.621299087 6.181539663 6.196341166 6.32210224 6.048075239 6.143789814 6.606481522 5.844594243 6.407202824 6.279381507 6.054352197 6.240433423 6.27720925 6.263652235 5.21381293 5.280567401 6.44894012 6.217776827 6.689859286 5.972426775 5.588065105 6.277395634 5.834470326 5.239664189 +LQ08X004990 Catalase isozyme 1 5.997547709 6.126774164 5.790135468 6.52360521 5.920912903 6.068196435 6.085299588 6.026108078 6.299500052 6.218056188 6.19141247 6.301861447 5.306095551 6.066112142 6.122093347 5.938389332 6.285075307 6.215788388 5.988286475 6.0303584 5.470567559 6.056287416 5.586837118 5.536501344 5.855166149 5.676624645 6.084341108 6.07763512 6.111072432 5.904790424 5.54742888 5.729217469 +LQ08X005000 Predicted protein 9.765966892 9.068826253 10.32447902 10.25442673 9.874166894 11.75116632 11.79746389 12.15187832 10.08246309 9.105084905 10.25521601 10.15109978 9.835508239 11.59517393 11.38994687 11.46821284 10.36609658 10.62868913 10.37008028 11.34803758 10.39712106 10.32683566 12.13938473 11.6735002 10.02325496 10.2081599 9.884179245 11.18171774 10.11791913 10.4147329 12.12862455 11.69019966 +LQ08X005010 Hypothetical protein 5.571439394 5.289167585 5.719607009 5.036795335 5.409890525 4.683241308 5.030126359 4.98570674 5.787203362 5.208420388 5.109125246 5.267802796 5.937882767 5.14649967 5.027113427 5.066911701 5.43190407 5.546958935 7.039712222 5.471454734 5.363190142 5.333069637 5.392770255 5.416912633 5.596098628 5.691217224 6.181138862 5.171234586 5.710841936 5.328795939 5.627267345 5.547159628 +LQ08X005020 Putative Niemann-Pick C1 protein 5.945412989 5.654623357 6.062574359 6.147022164 5.772905822 6.610531559 6.878462242 6.560566307 5.461786482 5.490568122 5.656630256 5.944238057 5.577833488 5.913040352 5.706304641 6.021281036 5.299827858 6.238286749 5.858520352 5.674063309 6.205825323 5.820047792 5.732856813 5.517173752 5.758725956 5.565021186 5.90255496 5.876884338 6.390114651 6.52131337 5.550051311 6.426247763 +LQ08X005050 Serine/threonine-protein kinase PBS1 13.27024066 13.38465356 13.4028905 13.19388912 13.47237351 12.26961649 12.13941239 12.51934725 13.48316426 13.32968685 13.49506171 13.21902216 13.45303991 12.45814149 12.32730529 12.66223173 12.49256428 12.46065481 12.90344153 12.99842695 12.74779759 13.55915415 12.15337639 12.13089352 13.06317509 12.72411047 12.89866648 13.03130168 13.20677263 13.03140167 12.50790108 12.14226051 +LQ08X005080 Bromodomain-containing protein 5.431320341 5.197076913 4.829398474 4.935550373 5.062087813 5.250233897 5.13448016 4.974222583 4.944325093 5.174505414 4.922837605 4.862147069 5.054432573 5.013281337 4.940635026 5.116519199 5.21433287 5.058691468 5.410450511 5.227971507 5.401884927 4.843353088 5.504033471 5.092412695 4.939800867 5.117233845 5.236527376 5.498930908 5.066532228 5.05706952 5.511385299 5.297302617 +LQ08X005100 Pentatricopeptide repeat-containing protein At2g01860 9.68073806 9.682499794 10.21341517 9.396702881 10.13885179 11.02792809 10.81133976 10.6725975 9.470874126 9.304230091 9.727089362 9.492029546 10.07028002 10.99892212 10.93701594 10.79420816 9.333269291 9.383364617 9.792648184 9.733831916 10.414773 9.310067769 12.4556571 12.38101141 9.377628895 9.497706095 10.37621438 9.731642742 11.00808378 10.29892147 12.89686203 12.2645318 +LQ08X005110 HMG1/2-like protein 10.27793614 11.08660601 9.319228949 8.891892926 8.405316829 8.687837762 8.942574051 8.983481348 10.64925216 11.44278959 9.713293644 8.759908236 8.881507698 9.115427237 8.496655785 9.345284461 9.705115158 8.494889402 10.29818198 8.310118478 8.661085929 8.124202219 8.738239017 8.478774489 10.43912203 9.122016355 10.71904952 7.409325709 8.154620466 7.580903003 9.375337066 8.993357989 +LQ08X005120 12-oxophytodienoate reductase 2 4.988902261 5.289807951 4.916406858 4.526193827 4.693867979 4.993542171 4.708620958 4.628833155 4.98001137 4.960410728 5.078014323 4.718629963 4.829969236 5.307651829 4.780060178 4.829019738 5.059204907 5.049588031 5.412246335 5.207658904 4.730406037 4.951826035 5.139840431 5.199971646 5.056060595 5.14889842 5.721336013 5.055119265 4.822210808 4.77918415 4.661821774 5.656033785 +LQ08X005150 Putative Cytochrome P450 93A1 12.15910047 11.06327619 13.69369972 14.17467291 13.77350183 14.8759241 14.90813701 14.65261367 11.85729011 11.21441172 13.21110652 14.00038839 13.66633861 14.81557251 14.77329204 14.58384305 10.48769121 11.39990458 9.909040385 12.27062029 12.26644972 11.25888659 14.20950936 13.99667779 9.146626574 9.793584042 9.551449652 12.42490054 12.57536323 12.32185048 14.51126022 13.99052702 +LQ08X005170 Calcium ion binding protein, putative 8.14290769 7.346066797 7.533267577 7.530245473 7.56126727 7.602878371 7.373211685 7.602771855 7.570790862 6.307863407 7.25969152 7.304245714 7.246667788 7.227597465 5.839523616 6.617309788 7.436186995 7.471268393 8.387476998 7.242380737 8.11396842 8.071895186 6.957287585 8.108241944 7.626475201 7.556451852 8.90300923 7.715725446 7.69748901 8.313259069 7.238638684 8.285422604 +LQ08X005190 U-box domain-containing protein 43 5.429268593 5.42280866 5.316806937 5.600049475 5.551578943 5.448384933 5.738564247 5.83558298 5.627847395 5.618386879 5.875427884 5.456168989 5.541259735 5.483655768 5.764160319 5.551936358 5.475881513 5.191951562 5.636425368 5.654424454 6.264516097 5.491356298 5.661738154 6.100827601 5.434206918 5.342636079 5.819202189 5.709798082 5.842214016 5.29874673 5.454010904 6.389445693 +LQ08X005200 F-box/kelch-repeat protein At5g42350 5.011566682 5.121927943 5.262707075 4.934376782 5.119462484 5.457972274 5.007596145 4.750309025 4.825088013 4.781135333 5.361486828 5.030386657 4.53318673 5.186184238 4.932459538 5.107289222 4.830979916 5.079011274 5.508970997 5.182790806 5.067684266 4.542194097 4.968302844 5.278461946 5.140114909 5.102540851 5.124172587 5.173548417 5.402403876 4.944739496 5.038813277 5.072094799 +LQ08X005210 Predicted protein 6.163355927 6.310317437 5.625462981 5.91655079 6.008325162 5.218178775 5.672379644 5.36055667 6.442431022 6.948521454 5.777106897 5.72803449 6.284157887 5.226514133 5.555409653 5.37222092 6.154197544 6.251305699 7.065548109 6.092477722 5.449889679 5.829027687 6.025812269 5.370740351 5.954329305 6.63616006 6.897666947 6.078458383 5.680362225 5.733596535 5.503075302 5.596362847 +LQ08X005230 Glutamate receptor 3.3 13.32404414 12.82728319 13.34805277 12.72146422 13.49562062 13.13069501 12.94507159 13.03248176 13.51014659 12.83001762 13.74359103 13.18834229 13.70690014 13.37683919 13.26075635 13.39010167 13.28573654 13.13609629 13.24780192 13.57452288 13.57560584 13.48306058 13.58147833 13.71337426 13.3123887 13.5311844 13.05595787 13.94014011 13.62721878 13.85308687 13.64137413 13.85405691 +LQ08X005240 Putative Glucan endo-1,3-beta-glucosidase 13 11.45976988 12.11084114 10.24760448 8.968411335 8.477474806 5.34112702 5.947286354 5.884603001 11.72562841 11.97084439 10.89470522 9.338198482 9.895905045 5.126651818 6.094006327 5.705106645 11.0494353 10.40881647 12.31412624 9.807453347 10.44514979 10.26637447 5.838967688 5.453134549 12.95422349 12.51243302 12.86046719 8.898953179 11.19591209 7.260837392 5.21652631 5.100631188 +LQ08X005250 Predicted protein (Fragment) 4.97729417 4.911704854 5.533223136 5.151422694 5.178839269 5.015383725 5.012391292 5.15473883 5.164921127 5.081201015 5.310640474 5.117198518 5.383241473 5.107997409 5.161266524 4.982124142 5.512164003 5.293095548 4.981787403 5.429444817 5.224961783 4.926065305 5.047560359 5.285597596 4.988422491 5.319896656 5.301677097 5.680414283 5.102601074 5.31602895 5.714855145 5.164186711 +LQ08X005260 Glyceraldehyde-3-phosphate dehydrogenase B, chloroplastic 12.88483869 11.872367 13.99802995 13.78098587 12.71467506 14.90056577 15.0130424 15.27791391 12.40934722 11.14166779 13.12290288 13.62136561 12.52745687 15.04318298 14.74438277 14.78379729 11.46249526 12.15618905 10.63624615 13.04550274 12.64982419 12.71971695 14.40551393 14.45568326 11.57885967 11.68909171 10.82823611 13.48814709 12.86384156 14.16046988 14.25009532 14.08278771 +LQ08X005270 Putative uncharacterized protein 14.0950386 13.82943281 14.12359726 14.35953848 14.23253646 14.50440775 14.69703496 14.67678417 13.99419579 14.15367023 14.13596249 14.34064039 14.31788152 14.64407388 14.4966961 14.64581673 14.29662189 14.04953771 13.86560987 13.97575278 14.15344227 14.44956267 14.65428243 14.74875847 14.31172465 13.98630294 13.73649703 14.12214052 13.84566856 14.51214108 14.60796898 14.62098389 +LQ08X005350 Putative uncharacterized protein 11.82030503 11.66740362 11.50234396 11.86001689 11.43051837 11.5720522 11.67959413 11.45394637 12.03198927 11.62719851 11.70694776 11.68439735 11.55444084 11.72362328 11.67850279 11.27402451 11.72591599 11.92491496 12.42075177 11.91946602 11.80230009 11.6928136 12.31817115 11.93427889 11.83083025 11.79489749 12.23273773 11.7219363 12.10134859 11.64517542 12.40676815 11.6558454 +LQ08X005360 Monosaccharide-sensing protein 2 9.931811773 9.003577481 9.880369417 9.591455059 9.090566722 9.469698247 9.1518288 8.800267885 10.01796103 8.71163755 9.963858698 9.659587529 9.798347739 9.602848708 8.776531504 8.977912144 9.251443877 9.372995624 9.675562768 9.916256777 9.925735327 9.346033197 9.105260032 9.56227878 9.875408406 10.11614628 9.866934634 10.03780104 10.53789634 9.330574329 9.615941918 9.710510664 +LQ08X005370 Hypothetical protein 6.059152544 6.075702777 6.601094543 6.116905808 5.927992378 5.736119085 6.326970679 5.884789529 6.288774484 7.827023532 6.398786902 6.006453724 6.662490631 6.179088717 7.184567811 5.944697268 5.782466718 6.270852806 5.838836055 6.68250411 6.203213547 6.148734357 6.75453029 5.894982451 6.083761936 6.197575477 6.069602875 5.714769397 6.050213631 6.097061053 6.642173417 5.54185615 +LQ08X005380 Transcription factor bHLH96 6.527822344 6.617165578 5.832926439 6.243248984 5.88285305 5.865791168 6.609280873 6.140051734 5.982039876 6.961212754 5.710252286 6.235061533 5.97125165 5.893539205 6.263329283 6.152459116 5.548482599 5.928267632 6.819171543 6.572458115 6.21542886 5.995478397 5.935324221 6.005582857 5.849605117 6.619558539 7.610896228 6.928052481 6.563543798 6.101673505 6.099459494 5.709110515 +LQ08X005400 RING-H2 finger protein ATL1N 7.193122743 7.636087279 6.325742959 7.990769797 7.557380793 7.785791661 7.723837348 8.117996153 6.904885232 7.022032157 6.936450662 8.49170608 8.395971664 7.908494785 7.057138506 8.750837158 8.640373597 6.954936595 8.033394201 7.47725546 6.973181868 7.533912889 7.142408538 6.014175407 7.932856304 7.903932868 8.841365649 7.391122877 8.154597628 8.170946377 8.724415193 7.142330046 +LQ08X005410 Putative Protein SRG1 7.433313601 8.262331254 6.798283262 7.141638622 6.930649932 7.054698152 7.401710589 7.091234513 7.637162976 8.82815657 7.827449837 7.83559441 7.664820756 6.9991066 6.849860198 6.885916741 6.589896995 7.078390307 6.918230152 6.772562796 6.815890116 6.871331983 7.430475708 6.782940708 8.235977679 7.324886961 8.077142053 6.949265949 7.071011366 6.885768504 7.443034835 6.996763355 +LQ08X005420 Predicted protein 7.57663415 7.775097507 5.727031876 7.138043834 6.380628473 7.398623644 6.98538142 7.394351802 7.835116348 8.203732928 6.212976068 7.129383855 5.75010164 7.723664004 6.194183456 7.592679446 6.105085237 5.734716833 6.80402237 6.031936093 5.833905787 6.959644251 7.239815122 8.18591255 7.638851901 6.643964617 7.498715944 5.714085031 7.142647501 7.371318812 6.529338074 7.563364556 +LQ08X005450 Hypothetical protein 6.689659606 6.264379781 5.986158366 7.164133126 6.55318365 6.731077662 6.988848939 7.125513396 7.049854409 5.70694062 5.742274414 7.15796059 6.267294466 6.534667208 6.161243463 6.550104838 6.139707285 6.22624838 5.456441963 6.163468129 5.502681437 6.968416446 5.614241516 5.023859298 7.109733644 6.135984425 5.519449837 6.517913402 5.912066911 5.890555582 5.054259967 5.056405539 +LQ08X005490 Purine permease 3 9.03741052 9.525230269 8.653714888 7.18439703 8.397839917 10.37299823 9.475957284 10.23189725 8.733218223 9.456534922 8.973122449 7.725611152 7.953184464 10.66548363 9.747450954 10.39605872 9.29952279 8.766754234 9.080289319 9.215562096 7.95518665 8.256808655 10.72163582 10.87668628 8.691761422 8.172237991 7.841888635 8.1394698 8.360460983 7.6381374 10.64227509 11.14732322 +LQ08X005530 Phosphoribosylaminoimidazole-succinocarboxamide synthase, chloroplastic 10.79014667 10.80685561 10.27566757 10.62744965 10.45623231 10.91198673 10.99656549 10.70518645 10.93275463 11.07109312 10.38625831 10.78270792 10.75399403 11.23893754 10.99070913 11.33689752 10.53354616 10.59604186 10.42781809 9.68720472 9.633532159 9.433061917 10.36054189 10.60108566 10.70249425 10.9151315 10.5978921 9.59077346 10.37846186 9.79409644 10.66440901 10.36621776 +LQ08X005560 Putative UPF0483 protein AAEL000016 11.10228205 10.94280824 10.66337983 10.0552993 10.68261964 10.99292511 10.93142296 11.03069785 10.67944386 11.32640171 10.62385387 9.837453174 10.75872569 11.02654893 11.03871655 11.0154533 10.61040563 10.34740658 10.04079342 11.20688488 10.99839042 10.64334084 11.31795463 11.77084918 10.59317287 11.13109722 9.842794969 10.58855933 10.84625428 10.28585281 11.47847672 11.94277076 +LQ08X005580 Pyridoxine/pyridoxamine 5-phosphate oxidase 5.818649785 5.209810377 5.61234422 4.768646943 5.053928807 5.006175426 4.84817559 4.950664742 5.291305088 4.796779364 5.895802926 4.789831431 4.929750711 4.628540315 4.710588492 5.077919711 5.551180247 5.287380774 5.294677286 5.052490142 5.068025994 5.262963072 5.544088099 5.546791084 5.327124251 5.741657649 5.084737539 5.775480411 5.106521401 5.101081005 5.715012582 5.638142517 +LQ08X005590 Hypothetical protein 6.245145019 5.715331305 5.752733877 5.516470512 6.306423936 6.591121649 6.252645898 7.109058453 6.015552425 5.994388994 5.787838165 5.912109381 5.706407891 6.164560135 6.508769698 6.320314489 5.883162369 6.39942053 6.398877317 6.228911649 6.314181901 6.10438902 8.723408033 9.239777511 6.01201625 6.163459892 6.749778147 6.415012404 6.056030248 7.255448463 9.051917081 8.554370063 +LQ08X005600 Transport inhibitor response 1-like protein 6.096184746 5.680271738 6.433675396 5.567333051 5.835450915 5.970091916 5.651061541 5.42201585 6.253916346 7.263357416 5.515436813 5.872715856 5.804742448 5.306332958 6.939860545 5.555719203 5.352381606 6.13760105 6.317369366 6.400322981 6.025366101 5.701651732 5.994702308 6.299692767 5.862271712 5.571193848 6.621759867 5.928826583 6.167463259 5.791611462 6.72967831 6.189421647 +LQ08X005610 GEM-like protein 1 5.448902393 5.322654786 5.640269188 5.836172965 5.358665412 6.249697752 5.743586674 5.74370492 5.504910467 5.318669942 5.647403255 5.675787645 5.67874338 6.205645144 5.752218253 5.764831214 5.543075187 5.395101906 6.199989178 5.797537185 6.131506454 5.438380135 5.974185938 5.333821177 5.59974895 5.551869211 5.56300277 5.724517151 5.535747239 5.454296087 5.753451923 5.584380398 +LQ08X005620 ZF-HD homeobox protein At4g24660 13.17953663 13.58443388 11.97410455 11.87208624 11.3429319 12.21015433 12.13414783 11.95905078 12.93752495 13.3716216 12.11639449 11.88374634 11.49422783 12.29158596 11.98584391 12.28353273 13.42022415 13.40838166 13.60552594 11.71111295 11.84076894 12.20912181 12.39380529 12.0247583 13.77751406 13.88267462 14.03659058 11.50608966 11.76287343 11.62484163 12.35158022 12.04473846 +LQ08X005630 Serine/threonine-protein kinase-like protein At1g28390 11.47542183 12.41955808 10.5755792 9.668868713 10.40358847 8.666774155 7.454976951 8.09656066 11.65958375 12.52849517 11.14870283 9.935443031 10.72257777 8.729329026 7.477961661 8.785897939 11.07111971 9.953531968 11.49796586 10.21900895 9.608600282 10.81753883 6.439234574 6.352972487 11.84196466 10.81224461 11.52147352 10.13901339 9.956593599 9.955652523 7.060516166 6.989217304 +LQ08X005640 Putative uncharacterized protein 5.085184578 4.54498975 5.104276883 5.09145596 5.122948533 5.509951235 5.393081146 5.462602062 4.879241338 5.088116106 4.786729924 5.078913442 5.055170632 5.539781138 5.760302028 5.381278617 4.982078969 4.906287824 5.164751693 4.981239805 4.949469621 5.202096833 5.232451738 5.126515904 4.969953523 4.696653196 5.112335514 6.096029978 5.091349203 4.567506742 5.228428964 4.823080092 +LQ08X005660 Putative Transcription factor bHLH145 10.42896774 10.41601804 10.60702662 10.11873268 10.71981288 9.953828353 9.662388383 10.85067617 10.29464018 10.17332679 10.32202435 9.89175807 10.37941781 10.03106777 9.978804367 10.73790864 10.53997485 10.06295299 10.24570451 9.86528876 9.792773623 10.35310427 9.727843871 10.6310667 10.55289714 10.01851594 10.0667936 9.973685655 10.342205 10.67093321 10.72772388 10.97353914 +LQ08X005680 Protein CutA, chloroplastic 6.254120102 6.169555983 5.936347281 5.409537269 5.616584488 5.673237655 6.124201644 5.431446339 6.133746389 6.621854115 5.981846323 5.17708591 5.853345962 5.578499677 6.430961305 5.469430473 5.633676016 5.882089967 6.099224464 6.345985212 5.79924405 5.615030475 6.204206214 6.089764861 5.972954267 6.031943849 6.493118504 5.79164158 5.951726349 5.794025859 5.907801484 5.31288382 +LQ08X005690 14-3-3-like protein B (Fragment) 14.6473009 14.77222235 14.76683433 14.26624111 15.08186039 14.47668828 14.43808444 14.47548857 14.93861523 14.87103395 14.79017411 14.49578018 14.87675931 14.40889214 14.40116489 14.40502918 14.63742674 14.62474467 14.63409088 14.81908801 14.58550074 15.00848601 14.46814238 14.13655316 14.82710184 14.78229896 14.82916621 14.43784333 14.86962156 14.22941369 14.63114412 14.40359 +LQ08X005710 Predicted protein 5.164191482 5.420142633 6.071174607 5.600448382 5.594135926 5.387920466 5.339946048 5.055043091 5.257237926 5.514569531 5.742031697 5.69672739 5.678418846 5.30333598 5.514642202 5.299550986 5.059781269 5.50990224 5.260445425 5.656419671 5.085999929 5.257251965 5.450566106 5.471944758 5.658317962 4.800546674 4.795467583 5.445095845 4.882133117 5.121366636 5.349766281 5.616555956 +LQ08X005720 Glucose-6-phosphate isomerase 12.18533074 12.17256547 11.96934698 11.76061609 11.70530839 11.80662064 11.98335067 11.23862154 11.96022159 12.04958091 11.5893081 11.48586289 11.70727913 11.84110408 11.86389458 11.40846824 12.00610425 12.23232834 12.83387844 11.90704421 11.99629162 11.86290842 12.10076077 12.31998574 12.61619364 12.63491908 13.10744226 11.71168027 12.31271644 11.57027673 12.05859814 12.39251289 +LQ08X005740 Predicted protein 5.268302529 5.206932037 5.287306854 5.042824462 5.848506683 5.598882683 5.130250871 5.526009364 5.265579707 5.996202632 5.3722178 5.217665752 5.479154833 5.405255721 6.389490369 5.261313018 5.37447128 4.828585447 5.229611852 4.966219186 5.583796427 5.169848183 5.186569388 5.115407736 5.213147366 5.238436775 4.953383715 5.107076334 5.519985427 5.383615254 6.031554157 5.161585624 +LQ08X005750 Predicted protein 10.42245845 10.82668021 9.222931976 9.128018628 8.536802412 9.103097417 8.629380498 8.292960449 10.5677496 11.07645546 9.91870893 9.170956246 8.759987616 9.425093221 8.332648102 8.255209147 10.60501251 10.53023425 11.07995574 9.099208635 9.546981758 9.601941616 6.980682538 8.095093403 11.41117858 10.8584388 11.02180918 9.213650481 9.451356388 8.007465024 8.316329647 6.981635609 +LQ08X005780 Predicted protein 6.09324048 6.479645705 6.813906216 5.827531102 5.748543646 5.70386013 5.577698811 5.662641182 6.269221338 6.309236193 6.660225904 5.721537566 6.340999998 5.802864135 5.211821632 6.004079959 5.880182098 6.219797063 6.429390824 6.108127074 6.157924501 6.956164748 6.063858543 6.091757787 5.869231275 6.634336749 6.505797585 5.823987413 6.239022412 6.235983251 7.052204536 5.804740477 +LQ08X005800 Putative Ubiquitin carboxyl-terminal hydrolase 16 11.18614223 11.12332076 10.96446074 10.87340945 11.29877026 11.25392573 11.42749893 11.43936781 11.20774953 10.68966232 10.87279257 11.07447743 11.20647221 11.37807979 11.32406893 11.55321812 11.47487634 11.6028868 11.63243706 10.84561623 11.16728364 11.51879379 11.0744537 11.96790716 11.5297626 11.777578 11.80026418 11.07646814 11.53598375 11.90585484 11.42401417 11.91751372 +LQ08X005810 Predicted protein 8.661945203 9.970748319 8.405155905 8.207521468 10.2222714 7.807076319 7.624056865 9.698997994 8.960094349 9.886274967 8.861244328 8.465344191 9.935189446 8.26715948 7.640015518 9.347225128 10.97623838 10.96448884 11.22109659 10.91145889 9.982350519 9.764298749 8.568625461 9.956381168 9.184494378 9.361852496 10.99400271 10.49868715 9.360479956 10.1632611 9.740984491 11.06686883 +LQ08X005820 Putative AP-4 complex subunit mu 10.97647289 10.7925767 11.32824998 11.01660968 11.08759091 10.43866415 10.67398815 10.52595299 10.91902238 10.84300678 11.11026113 10.79930652 11.12700999 10.53167028 10.57128707 10.40855207 10.66914908 10.75961548 10.5642285 10.71464194 10.75127715 11.28103586 10.30268315 10.51965867 10.77291493 11.07833503 10.54393574 11.25199656 11.40126677 11.25400336 10.51150887 11.01787753 +LQ08X005860 Putative uncharacterized protein 5.57201147 5.143227496 5.37689223 5.294370563 5.598862211 5.253499811 5.250601794 5.295086682 5.135265762 5.59474637 5.278414186 5.262056488 5.38677399 5.328249392 5.452716218 5.317378684 5.428015882 5.298556885 5.7661552 5.638639116 5.225626123 4.930278521 5.281990502 5.161820274 5.312403169 5.472648725 5.135428636 5.17193987 5.707513516 5.160748273 5.464392283 5.087374883 +LQ08X005880 Dnajc14 protein, putative 12.46790008 12.6111579 12.39429974 12.92764588 12.46983539 12.76638692 12.90589097 12.99929942 12.61721968 12.79148409 12.47919977 12.81358544 12.3960776 12.80950342 13.03002499 13.17879379 12.61164275 12.11607148 12.36581032 11.73227403 11.89699666 12.40011696 11.95023574 11.9108136 12.51606911 12.3452037 12.02668038 12.4486135 11.0714862 12.21364803 12.09603465 11.64979221 +LQ08X005890 MADS-box protein SVP 7.719589935 7.505574725 7.509269605 7.477883169 7.37765542 8.015521746 8.143622007 8.377892374 7.969628934 7.447945772 7.400228096 7.6425688 7.352688588 8.086252968 7.921430166 8.690354242 7.421493652 8.400263188 7.823639381 6.618393113 7.454199079 7.409799483 6.854303218 6.112020699 7.379806079 8.38036645 7.575846751 6.982812198 7.028243909 7.232648279 7.333945773 6.432719534 +LQ08X005910 Predicted protein 5.119126541 4.771275097 5.454635046 5.798283753 5.48292771 6.398082257 6.664458478 6.278296229 4.731302246 4.822944535 4.955044083 5.462639313 5.060241086 6.075495937 5.372704256 5.934160215 5.227020345 5.030870818 4.933218766 4.907529557 5.140942566 5.527989816 5.381603897 4.786805745 5.334976182 5.002215292 4.887668702 4.992981868 4.817963781 5.336159974 5.632197244 5.201656675 +LQ08X005920 Putative DUF246 domain-containing protein At1g04910 10.87431602 11.27189942 10.7028778 10.57728356 10.87824852 10.19199616 9.898407639 9.755205982 10.9556185 11.34932756 11.03412595 10.68540011 10.9723751 10.26447546 10.24689917 9.79945788 10.51263095 10.98780033 10.24501832 10.86389723 10.89138882 11.04178489 10.18607625 10.37033457 10.64287278 11.28308702 10.27977961 11.21801579 11.52585603 11.08225779 10.37022699 10.1806205 +LQ08X005950 Putative Chromosome-associated kinesin KIF4 5.698720397 6.086042838 5.198338415 5.275718154 5.17514686 5.553254833 5.337914273 4.88140766 5.472971947 6.027490152 5.167126112 5.301340933 5.69684881 5.688463196 4.865697798 4.850722266 5.280513799 5.593971246 6.1989741 5.257692902 5.350737669 5.563645631 5.920659636 5.520786695 5.648523702 5.654939342 6.063462109 5.194401757 5.405780023 5.658452731 6.088810938 5.112882969 +LQ08X005960 Argininosuccinate lyase 12.16195481 11.78438971 11.34028349 12.05853268 11.94823133 12.18743315 11.95009672 11.87508654 12.38263824 12.05603843 11.62539144 12.40168276 12.0137024 12.25923262 12.119478 12.42044659 12.22597384 11.77434405 12.63425319 10.88674602 10.71000309 12.19435698 10.97803016 11.1366609 12.6444261 12.14628769 12.734176 10.97964717 10.82375042 11.98994745 10.80175958 11.06268449 +LQ08X005980 Putative uncharacterized protein 10.80702673 9.506703433 11.55147213 11.09478674 9.921160886 12.66436864 11.67119246 10.95914785 10.55692756 8.882112618 10.84819305 10.65424579 9.675420777 12.66015735 11.22000058 10.11835036 11.35502116 10.20655135 8.57647623 11.07178878 10.36573639 9.440195846 11.0924314 10.50458528 9.517631124 8.090910004 7.405979428 10.90832116 9.898061121 9.85865354 11.18860298 10.933968 +LQ08X005990 DNA binding protein, putative 5.323275476 5.030440896 5.177062597 5.06116379 5.161706125 5.341503595 5.224205074 5.098200442 5.392052552 5.077434938 5.513622247 5.366192394 4.844519276 5.405589596 5.663118445 5.239832521 5.411787869 5.425595846 5.356094729 5.064620903 4.781059258 5.591671496 5.707634804 5.7213732 5.356472328 5.511485777 5.655970899 5.533462103 4.967780453 5.72532869 6.023275311 5.283446705 +LQ08X006000 NADPH--cytochrome P450 reductase 12.12947202 11.43179766 11.76552051 12.11693464 12.01992796 12.68478028 12.54833283 12.38641429 12.13967543 11.48693541 11.80493953 12.28104352 12.13099518 12.72594757 12.5224375 12.69772929 12.48200602 12.23963219 11.94029254 11.72506693 11.7579707 11.63664723 11.8126678 11.17290419 11.52573044 11.34940316 11.55602839 11.39491332 11.16946002 11.02175148 11.48747497 11.07679124 +LQ08X006010 Anthranilate N-benzoyltransferase protein, putative 6.594215655 7.038516083 8.767150062 8.216996767 8.315757361 8.620491253 8.104208519 7.926395155 7.074242354 6.046351018 8.475202197 8.192272299 8.160717689 8.531073847 7.500215541 7.331906802 7.847488554 8.65176349 7.999361709 8.884050745 8.627228583 8.412779906 8.362845208 8.417908117 7.69312777 8.285321117 7.994910564 8.417358711 8.199968887 8.220878852 7.407212335 7.753023516 +LQ08X006020 Putative Protein VERNALIZATION INSENSITIVE 3 5.473278536 5.592959533 5.193443479 5.124762795 5.265719198 5.603920396 5.456729032 5.247763113 5.627804952 5.577447625 5.126009606 5.591596423 5.249109132 5.628660154 5.194290055 5.214598682 5.026183525 5.408800764 5.882273133 5.411693744 5.527784352 5.193462337 6.316830753 4.913552685 4.979023508 5.257811889 5.905128705 6.193592462 5.644609865 5.405819819 6.654200796 5.085551818 +LQ08X006080 Putative uncharacterized protein 13.53954402 13.35021038 13.80684483 13.82906255 14.05202051 12.24090115 12.47504074 12.81816252 13.80505004 13.65128412 13.95204278 13.6815395 14.31041201 12.3425863 12.69528639 12.81094515 13.4922144 13.82263568 13.58266798 13.85639539 14.02744319 14.10074784 13.34736146 13.76019008 13.33678427 14.04619705 13.50900857 14.29215826 14.03136546 13.89893071 13.24496545 13.89755025 +LQ08X006090 Map3k delta-1 protein kinase, putative 7.001844529 6.697446419 10.54370307 10.35887273 10.67286372 10.72458724 10.64114061 11.54698133 7.811359974 6.885496129 10.34851152 10.74685194 11.14638067 11.17172961 11.04162463 11.41211438 6.951730406 7.260879649 6.180827326 10.42999476 10.66483274 10.51376122 11.05600791 11.73555225 7.061091309 7.143528385 6.548998366 11.09736983 10.78238126 11.19293229 11.26407719 12.42421808 +LQ08X006100 Putative uncharacterized protein 8.429482053 8.374045752 9.165857454 8.858945372 9.02813526 9.51520973 9.230459249 9.812634718 7.27444212 7.363707376 7.809240397 8.133887884 8.419150956 8.484096788 9.429087181 8.934492021 8.91740611 8.360846723 6.739088999 8.550957304 8.947498726 9.287813283 8.702332624 9.49598135 8.706303895 8.321615638 6.380705645 8.681261785 8.995829685 9.546647389 9.032671189 9.364714161 +LQ08X006120 GATA transcription factor 25 5.616321582 5.531189074 5.851547217 5.819114675 5.312938109 7.059665351 6.828506552 6.235085089 5.591652774 5.369186342 5.780263229 6.030750843 5.951011984 7.041574942 5.941833167 6.320388477 4.986657991 5.468204647 5.56536169 5.995000722 5.589354489 5.54722034 7.089194392 5.799823217 5.357354238 5.374508064 5.681721872 5.912657987 5.461092119 5.054428007 6.638841114 6.355811767 +LQ08X006130 GATA transcription factor, putative 7.707239039 7.605351124 7.56541073 9.76086498 8.538628802 9.92498625 10.41265616 10.58282216 7.72737276 7.500152325 7.42179315 9.297227767 7.300107486 9.8989794 10.03972329 10.35044128 7.591925177 7.391866871 6.373523275 7.484705569 6.238476188 8.98229876 8.253671726 8.446681635 7.807372561 7.331063024 6.172060906 8.346828777 7.357164414 9.582470317 8.630040874 8.008855236 +LQ08X006210 Putative E3 ubiquitin-protein ligase UPL2 5.404472538 5.491982813 5.261878961 5.595699805 5.054078554 5.18164969 5.237027555 5.64444745 5.374396422 6.085162723 5.165454885 5.603929281 5.338680875 5.70732747 6.299988181 5.36773208 5.746894057 5.679339102 5.623353138 5.694207238 5.247274926 5.029613075 4.984150071 5.244665979 5.513602168 5.288416115 5.781112721 5.715163272 5.475736734 5.405583428 4.849517191 5.308999043 +LQ08X006230 Transcription initiation factor IIA subunit 2 6.161903364 6.549353842 6.814164735 7.666685109 7.147134834 7.997854627 8.236385232 8.277949379 6.899904078 5.965513828 6.885431772 7.663555242 7.048423027 8.064862044 7.345732188 7.619276329 7.15740486 6.456045325 6.270958131 5.666537258 6.289355314 6.943745298 7.313912263 6.9520104 6.70545176 6.652540652 6.454405644 6.229649655 6.295915536 7.165881972 6.18751494 6.96046119 +LQ08X006360 Serine hydroxymethyltransferase, mitochondrial 5.778293943 5.290017601 5.425027659 5.503602939 5.307316791 5.120740381 5.264408382 5.383884177 5.430901 5.340850074 5.307523767 5.597065001 4.955684992 5.140939461 5.151081227 5.349452719 5.401800074 5.042840665 5.532393025 5.938415483 5.578493901 4.976198392 5.259433771 5.05034944 5.132513295 5.741867628 5.885322548 5.247947709 5.52177685 5.271999522 5.547114807 6.013019723 +LQ08X006420 Putative uncharacterized protein 6.897496779 7.038229663 8.775079448 6.66506858 6.593044799 6.198686898 6.402686249 6.208141709 6.989127124 6.527125359 7.55245594 6.803772147 6.973337334 6.286255191 6.060866617 6.31304999 6.257565055 7.190552769 6.407703384 6.927499796 7.688536033 7.213953878 7.182721413 5.946587253 6.826838952 7.21965234 7.260195686 6.640217346 7.24024745 7.021828138 6.417781162 6.159068244 +LQ08X006430 Zinc binding dehydrogenase, putative 5.260692199 5.431143795 4.698738148 5.227054364 4.903946787 4.972675694 5.355116586 4.762649109 4.954464292 5.547869301 5.171127695 5.125908465 5.134175969 4.789815932 5.306197069 4.823522959 5.157747705 5.258748638 5.412792274 5.118256009 5.360525193 5.174021039 5.225764733 4.981750072 5.030882322 4.90178198 5.717502213 5.24871476 5.412461099 4.88588308 4.838375431 4.86362656 +LQ08X006470 Predicted protein 5.78019715 6.506081058 4.897776265 4.794599573 4.82415988 4.990817454 4.457482933 5.217914089 5.86191861 6.033511455 5.04191547 4.587522234 4.656079318 4.839297806 4.736966035 4.851642926 7.908532361 4.981885308 5.167084521 5.068676823 4.913272186 5.148292822 5.767319065 4.96629543 6.767970884 5.09043289 5.179487413 5.157042526 4.539899291 4.626735982 5.580324578 4.984419348 +LQ08X006490 Protein binding protein, putative 5.104191965 4.966721791 6.413384258 5.576672477 6.184665404 6.078723687 5.731831794 5.575643854 5.411283154 5.072275581 5.75657925 5.576173573 5.746238569 6.232257143 5.220197181 5.979256811 5.58081142 5.460503003 5.20173669 5.688616744 5.243098935 5.590224451 5.794346517 6.281788241 5.719930244 5.325999517 4.941823403 5.799888085 5.765423703 5.515007301 6.204020346 5.055217133 +LQ08X006500 Glutamyl-tRNA reductase 1, chloroplastic 5.337649206 5.897660959 5.364725035 5.340459886 5.46242411 5.259888088 5.171236959 5.515898962 5.532968918 4.955245054 5.705002448 4.970132303 5.511533807 5.668686097 5.334170179 5.417256252 4.921280327 5.2591503 4.780934854 5.150117141 5.027641966 5.301862399 5.406122908 5.880129765 5.142349062 5.311816 5.086812586 5.516692886 5.12907343 5.317394665 5.54725011 5.455134645 +LQ08X006530 Ubiquitin-fold modifier-conjugating enzyme 1 13.16386595 13.50501514 13.29501204 12.45380434 12.9173061 12.61434414 12.54829684 12.59722935 13.20308191 13.90520601 13.2255751 12.3968322 13.20687949 12.62582208 12.57637681 12.7238037 13.52040458 13.26586157 13.71534299 13.93620188 13.38045485 13.39080489 13.59149223 13.70541984 13.59136091 13.18123024 14.02100497 13.47453075 12.99133003 13.1158137 13.21668826 13.64695161 +LQ08X006560 Putative uncharacterized protein 11.50941738 12.06122251 12.33705127 12.26113764 12.30851891 12.54553628 12.61222698 12.98346787 11.79674854 11.99281517 12.32503188 12.46607242 12.46229007 12.64835386 12.80468042 12.90294336 11.69931571 12.24875256 11.40336928 12.08110481 12.27933877 12.22049757 12.37715371 12.65133342 11.48363472 12.09235528 11.01957834 12.4789339 12.14029178 12.48318787 12.52541161 12.51760519 +LQ08X006630 Receptor-like protein kinase HAIKU2 5.833596906 5.676312003 6.352580228 5.595556784 6.275516624 5.816011402 5.541865549 6.022675868 6.11883094 5.805296077 6.182989549 5.652438828 6.15380962 6.026975021 5.708704512 6.144332208 5.96085947 5.934257066 5.358204065 5.696088056 5.740939412 6.246555073 5.699803613 6.227800334 5.818339111 6.220861404 5.827482722 5.03616293 5.889961617 6.400241638 5.719957702 5.228907059 +LQ08X006640 Putative Receptor-like protein kinase HSL1 6.121749645 5.370893654 5.520370331 5.942213649 5.771569099 6.770811364 5.948618315 6.606161949 5.921145491 5.164237714 5.243926726 5.727539807 5.28835111 7.255121585 5.705227777 6.530397439 5.378118953 5.35817746 6.296042065 5.256280485 5.11309526 5.807833409 5.896858009 5.821671616 5.024242063 6.264912503 6.176864314 5.483975095 5.464723312 6.056012827 5.803399111 6.362109333 +LQ08X006650 Tubulin alpha-1 chain 5.484976317 5.048925354 5.439962163 5.372059051 5.264667917 5.566747694 5.584267442 5.650226363 5.975732951 5.244284867 5.4958061 5.219067212 5.351391707 5.824666121 5.714976456 5.86648 5.265205233 5.256929951 5.254446261 5.029212362 5.207704476 5.632578956 5.460872469 5.807743984 5.384209979 5.522973173 5.68930995 4.809120405 5.804995441 5.457531521 5.671124844 5.24157561 +LQ08X006660 Putative Xylulose kinase 13.10072181 12.8573561 13.37222209 13.52047235 13.18584407 12.83270747 13.37405169 13.06668217 12.92007283 12.967534 13.15525104 13.26567071 12.84814899 12.97346043 13.83455201 13.35210114 12.83850606 13.38823542 12.83034615 13.2346426 12.89083797 12.97567029 13.32491503 12.91040718 12.43738653 12.64272837 12.56604023 12.91368243 12.85404518 12.91704712 12.98408464 12.80752482 +LQ08X006670 Putative uncharacterized protein 12.36038816 12.50342852 12.19869164 11.3204135 12.06114241 10.98194475 10.54396519 11.2988755 12.27856283 12.19378115 12.35837682 11.36068044 12.09700476 11.2816882 10.63501429 11.58605576 12.49951212 12.29523959 12.56811778 12.22919691 12.35206044 11.69534195 12.51274393 12.2574368 12.52989285 11.96404482 12.52886554 11.97524175 12.62634679 11.68856547 12.32091577 12.46529928 +LQ08X006680 Amino acid permease 6 11.19933124 11.16285896 11.3172055 10.41432677 10.87232227 10.38629269 9.220377947 9.33499543 10.8193715 10.5936582 11.22347376 10.1310043 10.90637914 10.6926147 9.439582723 9.975114116 11.55894973 11.86966162 12.12118213 11.35172423 11.20023333 11.6089049 9.741047279 9.126662726 11.47885944 11.34109121 11.83018603 11.2171064 11.65372964 10.04453191 10.10758773 9.9098308 +LQ08X006710 Predicted protein 5.384651448 5.095001533 5.341575765 5.953691084 5.575692278 5.989294108 5.695996952 5.72563787 5.48664177 4.824489503 5.229603186 5.938988802 5.273900694 6.149188894 5.614462996 5.785203879 4.770545851 5.083438007 5.035165977 4.965533553 4.814907997 5.512386376 5.144394217 5.000541973 5.041329828 5.221357385 5.112257533 4.967793717 5.192703264 5.782581058 5.439078782 5.144830395 +LQ08X006720 Inositol-tetrakisphosphate 1-kinase 2 13.15405022 13.23685537 12.88099775 13.36273128 12.87168373 13.11802231 13.11225763 13.22609874 13.51319662 13.23478038 13.04514454 13.49176285 13.22679676 13.23625531 13.17890725 13.162776 13.40770944 12.49644201 13.2840877 12.45243196 12.51990426 12.751422 12.88024741 12.90923941 13.91884158 13.10041998 13.11370649 13.00541773 12.6857392 13.31051036 12.71019137 12.98422327 +LQ08X006730 Hypothetical protein 6.276472115 6.235263006 6.612884768 6.477611844 6.441739264 6.800193684 6.422715114 5.898539481 6.584467275 6.398619778 6.281132748 6.177657414 6.637825468 6.707667243 6.388725756 6.335655372 6.150245119 6.838839511 5.40915105 6.147386117 6.270052417 6.578286584 5.765653743 5.958784035 6.278330942 6.194312012 5.84896877 5.949108509 5.440157741 6.285113448 6.676058406 6.496604141 +LQ08X006740 Putative uncharacterized protein 5.612276913 5.477894388 5.200389214 5.879122696 5.332528605 5.450452111 5.73438692 5.85617047 5.491549751 5.935182404 5.551729083 5.657979669 5.267688426 5.560000914 5.224930529 5.255584982 5.068370079 5.511690307 5.670769479 5.356090013 5.894162477 5.246646661 5.312189888 5.166129667 5.547623504 5.361569996 5.924181745 5.837028176 6.007353462 5.40127407 5.5682119 5.214835533 +LQ08X006760 Putative Predicted protein 12.17124534 10.72258923 12.45421746 13.06479735 12.45131566 9.853325326 9.80364954 9.338402277 12.32157156 11.11098005 12.48336577 12.84289394 12.72616119 10.01050023 10.53575064 9.615553986 10.10762007 12.16500505 10.33961609 12.18961555 12.02328872 12.58653507 8.046798481 9.215235686 10.9018885 12.36342151 10.74452488 12.42497474 12.75091114 11.9255234 8.248523698 8.601968664 +LQ08X006770 EPIDERMAL PATTERNING FACTOR-like protein 2 6.49416295 6.372575575 5.903428556 5.676773039 5.824914539 5.599168407 5.950000654 5.880753782 6.489630483 6.311887625 5.918751639 5.977437099 6.309307772 5.478443598 5.618828299 5.755707312 5.891327663 6.824916222 7.048207902 6.530820837 6.453025847 6.271103203 6.046559524 5.960991069 6.006859058 6.607646001 7.612963221 6.546664882 6.606080159 5.807262926 6.506010542 5.849738384 +LQ08X006830 Hypothetical protein 5.783279068 5.22326488 5.327807706 5.574853566 5.185958306 6.147186217 6.079931877 5.453472609 5.573747659 5.483575013 5.269129835 6.110631053 5.254669327 5.829354773 5.549045405 5.553079531 5.439286496 5.763091716 5.850283286 5.838696564 5.2606241 5.518669745 5.629049366 5.469076582 5.250313599 5.526855854 5.909944864 5.524184614 5.600302936 5.20174728 6.050545396 5.076528735 +LQ08X006880 Auxin-responsive protein IAA9 14.97500608 15.07190772 14.82773851 14.85932646 14.99655757 14.20052528 14.43556735 14.57451149 14.91442406 14.79575161 14.97731049 14.70913135 15.0467666 14.52125427 14.63972213 14.71615081 14.31272394 14.51499233 14.48006503 14.66350837 14.40864409 14.93476149 14.01465488 14.03127876 14.65340092 14.55895986 14.45550383 14.6603294 14.80522943 14.44572443 14.15859232 14.08394859 +LQ08X006890 Branched-chain-amino-acid aminotransferase 2, chloroplastic 5.339072742 7.495245715 5.947589623 7.139622812 9.475144974 11.41647251 11.68785418 11.61595178 5.405503991 5.514230218 5.85948036 6.402094402 5.958883123 11.37428231 11.36177296 11.39634723 11.61704842 11.19320696 11.39870994 9.675332271 9.633204036 8.712323549 11.39920604 11.67042809 7.891361026 6.344886079 9.975911749 6.467567672 6.23792209 6.825183948 11.9450122 11.70094571 +LQ08X006920 Putative uncharacterized protein 5.000817099 5.002010664 5.10131289 4.872339977 4.9485184 4.989644597 4.956916776 5.035159545 4.679347334 4.586940382 5.108879864 4.723285296 5.067157762 4.896353113 4.852690091 4.883206994 4.900129547 4.709018147 4.718626312 4.948309656 4.903699973 4.788611579 5.9576969 5.121454245 4.99033916 4.908625219 4.87358356 4.672309971 5.18773949 5.229868591 5.808624666 4.555515311 +LQ08X006950 Heat shock protein binding protein, putative 5.703251305 5.869446205 5.831140376 5.239131537 5.579016353 5.158577469 5.255024549 4.926906442 5.795730312 5.482893202 5.880118405 5.257550466 6.064374246 5.29747778 5.114780642 5.217310203 5.797012803 5.739702614 6.556262976 6.007691 6.289084553 5.846127689 5.809306174 5.623732163 5.918200478 5.450894318 6.578623449 5.35699959 6.378553513 5.856504729 5.63774847 5.89941523 +LQ08X006960 Squalene monooxygenase 6.500958196 6.653343177 7.001235118 6.020781292 6.436466871 6.121049975 5.688742351 6.209209479 6.723396153 6.591981281 7.022186467 6.239390546 6.849353565 6.502923106 5.937495576 6.34905822 6.659549601 6.696702198 5.875942697 6.65562529 6.61393397 6.509046345 6.317725689 7.13639754 6.520057073 6.651931037 6.572258328 6.562270426 6.56050386 6.494818403 7.459467716 6.482979951 +LQ08X006990 Probable xyloglucan glycosyltransferase 12 5.508462502 5.648637452 5.72209485 5.670107643 5.989076195 4.776148595 4.682079786 5.107808019 6.039486326 6.87045935 6.253273226 5.473908524 6.553418285 4.775281904 5.326788698 4.794962615 5.327601231 5.45972555 5.34368939 6.414508057 5.277821038 5.960846109 5.102220043 5.461777422 5.736878747 5.805204796 5.423919293 5.74944588 6.275721626 5.775620965 4.850010353 4.955972893 +LQ08X007020 AP2-like ethylene-responsive transcription factor ANT 11.04133743 11.99178226 6.667595074 5.96953051 6.142523015 6.606905563 5.786490587 5.653760703 11.2975609 11.99936347 7.419342117 5.955954972 5.835316769 6.753925767 5.416112891 5.956947281 12.13567846 9.881568067 12.01876782 6.516787229 7.366880492 8.18178418 6.103650824 5.932786665 12.34175573 11.05521952 12.28898029 6.115645261 7.36869746 6.081560167 5.17204696 5.351891215 +LQ08X007030 Putative uncharacterized protein 6.14564544 6.411280731 6.430914249 6.788190362 6.060331866 6.318362789 6.482576954 6.270640572 5.965885355 6.307670481 6.73618183 6.630526742 6.610466822 5.89181854 6.580916078 6.360991907 5.76561237 6.517372129 6.126119997 6.529302411 6.238548132 6.165843636 6.655680161 6.020552396 5.857790506 6.141684337 5.735461223 5.893711205 6.772687026 6.271977096 6.789682091 6.082247461 +LQ08X007040 DAZ-associated protein, putative 5.931371332 6.264079594 5.699487772 5.79602035 5.995595134 5.895171774 6.29030359 5.312188784 6.459625037 6.885773772 5.676539768 5.985430637 6.207620673 5.695098615 6.436970474 5.831656572 5.9062924 5.880757914 5.160693778 6.570290356 6.088249869 5.89301801 6.094900066 7.132328019 5.842391974 6.300863067 5.944663255 5.92279897 6.567573152 5.876533608 6.677920989 6.365514636 +LQ08X007050 Predicted protein 5.674396224 5.571854473 5.924175514 5.402945706 5.031885905 5.544808395 5.754304721 5.203164932 5.481377613 5.503103197 5.659499849 5.450921219 5.502081969 5.465703098 5.466783332 5.7661938 5.330748288 5.984614181 6.039617711 5.091558222 5.398544622 5.50452685 6.186428166 5.671416685 5.357511725 5.183931731 5.852847541 6.173419661 5.480598843 5.797261668 5.265408985 5.876695756 +LQ08X007060 Predicted protein 6.050235871 5.66650999 6.347019739 5.584803268 5.938461815 5.394983619 5.395559684 4.979064198 6.54482897 7.54770526 5.960734711 5.52113443 5.964801569 5.598127191 6.058809415 5.06636305 6.157294364 6.395935939 6.294865409 5.759688622 5.73107447 6.254341456 7.342886575 6.437243828 6.024948194 6.393296391 6.253454847 5.835358206 5.586985016 6.066397339 6.321866171 6.956391547 +LQ08X007090 Predicted protein 7.823210647 7.74762802 7.649238828 8.599149996 8.0661998 9.855081683 9.699104726 9.443467728 7.598531994 8.310082814 7.313224947 8.422612459 7.930674157 8.895045541 9.590582528 9.48666851 8.556042278 8.142456005 8.982667892 7.519239978 7.934470178 8.665529258 8.196085602 8.309854133 8.474515327 7.856875403 8.05309919 9.102678949 8.218913282 8.690791614 8.330143424 8.063264651 +LQ08X007100 Putative uncharacterized protein 5.685877158 6.622613257 6.536192118 7.218041743 7.201977629 8.728339479 7.79071894 6.933355733 6.319615516 5.535867639 6.653827192 7.353649901 6.887397323 8.43690968 7.896053665 7.362777339 7.109807487 6.762083993 6.157651401 7.736175496 7.876470644 7.066165977 7.572846715 6.900537942 7.164218797 6.738206468 6.380957773 7.882492868 7.510471109 7.756151904 7.444188227 7.124821061 +LQ08X007110 ATP binding protein, putative 7.251382527 8.957549315 5.287265419 4.912550257 5.453082328 5.139124921 4.837510833 5.037653224 8.138192531 8.906371399 5.582367312 5.223348511 5.188679508 5.062125871 4.932574387 5.042760958 7.850620538 6.547091721 8.165370868 5.355230153 5.965535103 7.115967388 5.186334616 5.449200663 8.758622135 8.337857184 7.868285855 5.473077527 6.371462293 5.148095368 4.986783356 5.524437944 +LQ08X007130 Predicted protein 12.40690753 12.38655192 12.22380658 12.07279756 12.0407843 11.57856479 12.00701487 11.61550148 12.60883035 12.90899622 12.33851038 12.1486714 12.1560268 11.83537902 12.05225431 11.96950301 12.72305335 12.90005837 12.764169 12.11028478 12.06824589 12.07471861 12.00210811 11.49348869 12.83514539 12.71324541 12.58052649 11.95323478 12.10495496 11.68483987 11.95372572 11.72616724 +LQ08X007140 Predicted protein 11.5639934 11.09285971 10.84866049 10.37201161 10.96500567 10.11638493 10.1034402 9.957091879 11.2421632 11.59083125 10.92693426 10.54898368 11.22424202 10.20504738 10.05075048 10.55893277 11.08017634 12.30347174 11.68165635 11.39134994 11.87517694 10.82591221 10.72622745 10.63364689 11.43716789 11.73211003 12.16792912 11.11052307 10.9907677 10.56406928 10.49058352 10.82783184 +LQ08X007150 Phytosulfokines 3 5.545715401 5.500075413 5.435485071 5.239223783 5.91780621 5.481636908 5.249904559 5.367880311 5.773291916 5.410910107 5.456980175 5.083752169 5.329420698 5.10703437 5.259174846 5.317462476 5.699718509 6.371311884 5.976275702 5.325438817 5.944711565 5.560510498 7.023983469 5.333392591 5.496050878 6.366123579 6.185779309 5.575980328 5.460005296 5.916205074 6.804843059 5.763333814 +LQ08X007170 Putative uncharacterized protein 5.09001992 5.212030923 5.485682972 5.233017968 5.77991723 4.703540272 4.748490011 4.829937157 5.196693124 4.827348116 5.611689491 5.138758063 5.943869936 4.937775227 4.994268642 4.897345493 5.062832172 5.152125999 5.220374186 5.424631086 5.751731356 5.899593528 5.701038905 5.047335066 5.241832855 5.318732338 5.011705234 5.148658143 5.36090941 5.308047255 5.395283349 5.087422744 +LQ08X007180 U-box domain-containing protein 31 5.503418993 5.280320344 5.206532598 5.057123106 4.886982913 5.208017131 4.903586059 4.778805417 5.374217279 5.778908886 5.837844768 5.147347059 5.569683364 5.035826956 5.151415084 4.865664646 5.076714153 5.634853042 5.760792853 5.763110472 5.337178163 5.318901033 5.346308104 4.990687264 5.230525067 5.49926654 5.409503615 5.464269238 5.868152979 5.284607468 5.187519667 5.4977102 +LQ08X007190 Putative Group XV phospholipase A2 11.75926294 9.675680326 12.47471964 12.22426389 10.27995216 13.23974813 12.4714556 10.36152648 11.32316944 8.661749705 11.85609454 12.09399435 10.13021962 12.95911852 11.6865332 9.83536835 10.89988178 11.68451703 9.244407042 12.33688189 11.84462507 9.052670419 12.27514251 10.03328904 10.19686575 11.26941854 9.477414287 11.9015715 12.28037004 9.474582412 12.54621838 9.690241919 +LQ08X007210 Predicted protein 12.22512664 12.14928414 12.19877182 11.92580222 12.77250997 10.76463599 11.57938846 12.43644241 12.39543699 12.23414916 12.34106092 11.95399536 12.31505881 10.84156658 11.45150305 11.42206283 13.49440927 13.31925853 13.3306842 13.19298864 13.08916225 13.0454131 12.01817396 12.36067841 12.17859437 12.83770708 13.13673193 12.68171774 12.38309219 12.45681979 12.22449438 12.65141618 +LQ08X007220 70 kDa peptidyl-prolyl isomerase 10.92357991 10.9545567 10.57680547 11.51886959 10.54106403 11.98980158 12.33361666 11.65947581 10.75027742 10.76653206 10.67659611 11.36728222 10.55854931 11.59224756 12.04240934 11.75207203 11.07526088 11.65393522 10.16932875 10.38244568 10.75679472 10.22286184 11.3781895 10.99735643 10.383453 10.90768938 9.677640583 10.14362095 10.39456835 10.65229206 11.02936479 10.98406443 +LQ08X007240 Serine carboxypeptidase-like 19 4.555935293 4.503831436 4.993426693 4.50426055 4.88242247 4.654429988 4.549578088 4.697772984 4.5839441 4.432290449 4.846933441 4.536980068 4.597921271 4.800867398 4.537669133 4.676571106 4.734501965 4.542384897 4.808624947 4.638271154 4.653072165 4.664884728 5.091678862 5.246060718 4.816402633 4.644910749 4.766411205 4.809183771 4.871995664 4.799166604 4.899181069 5.517670862 +LQ08X007280 Calcium-transporting ATPase 3, endoplasmic reticulum-type 13.05702251 13.04360355 13.27728679 12.97573214 13.28569566 12.94022476 12.88840771 13.42806754 13.12261026 12.73469679 13.20376529 13.00911086 13.22866655 13.36469454 13.07335338 13.43509385 12.87478653 12.81979561 13.30351622 12.86923084 12.9919222 13.26426512 13.32182418 13.59966241 12.80634911 12.6868788 13.33385289 13.00549655 13.20490847 13.50097602 13.4399975 13.69365752 +LQ08X007300 Putative uncharacterized protein 6.008401326 6.34784788 4.869767592 5.071491831 5.224212649 4.84830031 4.901628131 4.907700486 6.354903264 6.151079446 5.01432965 5.044588832 5.461838991 4.638895987 4.653376682 4.964593487 5.563283003 5.341738573 5.488208297 5.544739064 5.784868263 5.24463067 5.085128085 5.062414303 6.325659727 5.720832519 5.435121571 6.152670792 5.835762716 4.934178313 5.291643398 5.346315714 +LQ08X007350 Putative uncharacterized protein 5.141552183 5.280060979 5.115279986 5.188081475 4.888936436 5.655143089 5.437911204 5.183933716 5.252738713 4.919180112 5.689669198 5.143279219 4.94874564 5.556286669 5.65358826 5.498216575 5.780205631 5.165246185 5.250162483 5.023621926 4.723317906 4.897833438 5.297949971 5.166782171 5.116508684 4.953400371 5.464032816 5.230346038 5.088463987 5.152262158 5.192652653 5.687933048 +LQ08X007380 F-box protein At3g12350 5.513782318 5.330444807 5.495448629 4.839317516 5.722625234 4.876502972 5.019650854 5.144062202 5.508977699 5.206682781 5.766042968 4.95388698 5.437293146 4.939485657 5.098111209 4.962248481 5.383253162 5.646516606 5.620397818 5.658943234 5.433440793 5.051925447 6.281081794 4.964212502 5.287823462 5.558260319 5.480600944 5.45772701 5.836160363 5.535150095 5.386400086 5.757111363 +LQ08X007390 Pollen-specific protein SF3 14.54770867 14.68117873 14.65018642 14.87879177 14.89440802 13.32938268 13.6184068 13.33810205 14.99074897 14.75090261 15.13231321 15.26283454 15.17045693 13.66905703 14.29296509 13.55181314 13.90686361 14.80188846 14.52811892 14.86024604 14.87797067 15.49087447 13.65229909 13.8933186 15.15424572 15.39110201 14.68561694 15.28253879 15.05633882 15.05299735 13.71310302 14.03766286 +LQ08X007410 GPN-loop GTPase 2 11.12422573 10.87887212 10.75216769 11.13529272 10.21272867 11.20160888 11.11063902 10.72518738 11.15716696 10.81026754 10.8095622 10.70641379 10.55361891 10.98111074 10.85775484 10.57085065 11.47465813 11.13846392 11.23663372 10.51494682 10.07411558 10.77328095 11.19805192 11.06429525 11.22904383 11.11311657 11.21249078 10.94657335 10.25730129 10.69118217 10.97207834 11.12095848 +LQ08X007440 Predicted protein 5.284399521 5.157963051 6.261043491 5.248080866 5.623886544 5.237830247 5.449865715 5.468276432 5.209671074 5.622678259 5.790769556 5.146677137 6.009214792 5.343890661 5.245511905 5.496561761 5.362787812 5.53194905 5.527583842 5.542735841 5.63710478 5.471981437 6.073960173 5.215741333 5.273121839 5.266308106 5.557749158 5.059361521 5.241962054 5.150538608 5.387830149 5.416609839 +LQ08X007450 Predicted protein 5.046163502 5.334171606 5.321845687 5.014726544 5.239289782 5.127134282 5.023548717 5.500391873 5.073576315 5.156932747 5.084823998 5.280338181 5.030645345 5.28584649 4.899961331 5.244700632 5.127897856 5.048910695 5.399054624 5.106838096 5.020547162 5.263342024 5.512386291 5.266037526 5.234008403 5.028295048 5.54116748 4.67564483 5.360845965 5.124713401 5.666984463 6.299524818 +LQ08X007460 Putative DNA excision repair protein ERCC-8 5.276787638 5.731899745 5.427676656 5.74224927 5.38879045 5.542379032 5.852144464 5.519721766 5.342306659 5.182189774 5.623013655 5.547286653 5.693313688 5.644486499 6.177850226 5.356974697 5.63610563 5.266678746 4.956864422 5.867491864 5.202790426 5.110192895 6.314096151 6.711847904 5.365593287 5.350371337 5.299044767 6.151183634 6.29911457 5.40898873 6.335806641 5.140009914 +LQ08X007520 Outer plastidial membrane protein porin 11.53663008 12.16854339 10.1752757 10.69316179 11.02752766 10.5907333 11.27342584 11.34642482 12.20631255 12.7543355 11.27703971 11.60891997 11.52619981 11.33066222 12.07206789 11.63636305 11.48612841 11.3149372 11.85403938 11.66730953 11.35675871 11.72715707 11.60601666 11.89862241 12.05539836 12.59095237 12.2648287 11.31935589 11.41853678 11.95207251 12.21593196 11.8810823 +LQ08X007530 E3 ubiquitin ligase PUB14, putative 9.031987241 10.26002687 9.485188373 10.41434749 9.955216931 10.2229345 10.06512283 10.86148828 9.263131811 9.717561717 9.330336923 10.50443637 9.740098164 10.46275794 10.22268416 10.90255445 10.21562248 9.775980433 10.17352901 10.25291593 10.36949294 10.82628363 10.88018781 10.93888069 10.04420204 9.806752675 10.35374215 10.95298848 10.48062411 12.06809364 10.72030042 11.50361384 +LQ08X007540 Putative Sigma factor sigB regulation protein rsbQ 6.444343278 6.965351867 6.81379626 7.032748848 6.420379909 8.615836149 8.920985771 8.091962278 6.647205975 6.44557908 6.886572188 6.534397029 6.189369459 8.456186441 8.624481418 7.789332242 7.036413212 7.322623367 6.512085842 7.067966462 6.897505009 6.340474408 9.015863346 7.903112206 6.549437102 7.034602987 7.378002751 6.324300502 7.254863431 6.334864452 8.979101742 8.51171715 +LQ08X007570 Putative Interferon-related developmental regulator 1 11.75289648 11.76228978 11.71653235 11.89594837 11.67119178 12.51119514 12.14418844 11.9100542 11.79353804 11.55696339 11.7038323 11.838621 11.58081413 12.44419229 12.11614075 11.66198564 11.61111094 11.02049999 11.78261924 11.17238588 10.51829074 11.69610663 10.69349668 11.78263317 11.95604184 11.27404984 11.59424076 11.06858562 11.35499421 11.68451383 10.95388211 11.89471057 +LQ08X007610 Adenine phosphoribosyltransferase 1 5.318866612 5.609990029 5.427579591 6.229874162 5.590189893 6.361716728 6.083873548 5.734668017 5.85150555 6.444690263 5.878401477 6.237621672 5.817623197 5.837317235 7.317128656 5.787316263 5.787445898 5.49970683 5.93497599 5.322589831 5.249715581 6.178956683 5.587694743 5.758175265 5.968692284 5.370716037 5.77818512 5.71248785 5.980183984 6.294175576 5.037305952 5.615349303 +LQ08X007620 Zinc-finger protein 1 6.718982892 8.606043844 9.363426502 9.873892666 11.89290005 8.920483941 9.363695562 12.36187891 7.630351613 6.880371358 9.238828762 9.693766746 10.8347434 8.991766449 10.08790347 10.36919746 9.496211455 8.535952376 8.380182248 10.53887075 9.682586273 10.08836871 9.342091405 10.03103903 7.397414172 7.529419062 6.693261487 10.02629719 9.618267717 11.35350767 10.59977978 10.52997736 +LQ08X007630 Putative LOB domain-containing protein 38 7.111774114 8.737186608 7.236379642 7.393047223 7.585820505 6.493157024 6.822374505 5.857715506 7.203578487 9.432095388 7.362727196 7.255753702 7.152014997 6.330671693 7.108274178 6.468356636 9.138179336 8.150114623 9.29329856 6.576722657 8.110987676 6.94698745 5.734288864 6.228641778 8.116760839 7.695563795 10.23046483 6.829204318 7.323525394 7.07566542 5.501543361 5.32104461 +LQ08X007640 Putative uncharacterized protein 4.806410018 4.9694676 4.820100485 5.004356103 4.87807495 5.04029309 4.76836161 4.829131567 4.82810971 4.789293319 4.859703585 5.078590891 4.690147021 5.111972554 4.679138925 4.694708246 4.764113147 4.722841252 4.575199296 5.034917313 4.871338487 4.942244377 5.13981195 5.227341122 4.782275276 5.151615387 4.802697521 4.800173434 4.732245682 4.794398305 4.806278217 5.320783937 +LQ08X007650 Hypothetical protein 5.456126666 8.407745748 5.128786956 5.273348965 5.526734188 4.974983332 4.993235912 4.980987803 6.003988991 6.095644659 5.237405082 5.490968226 5.352328688 5.147410833 4.948429159 5.100411392 6.471169781 5.584209888 6.307441692 5.273232824 5.756990773 5.414966632 4.83520449 4.54745359 6.947339146 6.245244206 5.917641552 4.874303481 5.650358317 5.066644152 4.854947769 4.55533513 +LQ08X007670 Putative uncharacterized protein 15.03300738 15.34370365 15.50483916 15.46135164 15.2622888 14.03738026 14.53130259 14.1561851 14.88111238 14.77177627 15.30471043 15.46631141 15.37840884 14.37015401 14.91371903 14.78756025 15.23029369 15.66359838 15.02642401 15.29178315 15.39005672 15.32019541 14.19794759 14.94575718 14.80690722 14.62813855 14.83827154 15.44871719 15.28345438 15.43926046 14.43653392 14.49371884 +LQ08X007690 Transcription initiation factor, putative 9.639521722 9.332316738 9.483677068 10.14738297 9.149045564 10.49155167 10.26300613 10.51122931 9.612476832 9.00571559 9.271496204 10.06218979 9.506894192 10.70264706 10.05703031 10.53487582 9.461785711 8.492933994 8.280620098 8.339160108 8.079977644 9.194438029 8.401380395 8.997760585 9.102294643 8.578073953 7.917347749 7.912629031 8.525220803 9.501066529 9.250986412 8.808331643 +LQ08X007700 Casein kinase II subunit alpha-2 11.59384134 11.88425945 11.79074236 11.45351715 11.35673264 12.09181387 11.87481571 11.42719911 11.81652079 12.30508384 11.84762073 11.36937344 11.56240269 11.88182008 12.06859265 11.35335415 11.31231213 10.99301572 11.14473726 11.36401518 10.89252845 10.76686987 11.00564478 11.2369048 11.23508523 11.11752108 11.14515359 11.17865493 11.3322798 10.94753866 11.4928868 11.38034384 +LQ08X007710 Uncharacterized protein At2g23090 5.271054363 5.635829367 5.432379794 5.406601409 5.804065897 5.549632935 5.573041961 5.979563967 5.420815316 5.437998509 5.158131409 5.521047274 5.231579459 5.74330065 5.091657594 6.330178839 5.43449705 5.771180302 6.612277093 5.67134392 6.029013887 5.191696299 5.633424623 5.305688575 5.354252663 5.490012465 5.953441047 5.725208505 5.973455962 5.468297355 5.368263775 5.852900311 +LQ08X007720 Putative Acyl-CoA-binding domain-containing protein 3 4.886344507 4.893066058 5.136709708 5.292100055 5.050808105 5.124155864 4.836652875 5.019333464 5.150321878 5.218702347 4.908143461 5.280106141 5.188618456 5.045051754 5.535356642 4.764780201 5.20183599 4.940810975 5.066114709 5.105670157 5.361685222 5.020945681 5.383961326 5.417560924 4.774526188 4.851141011 5.194465723 4.895871876 5.627138031 5.166312882 4.849571925 5.311464868 +LQ08X007740 Subtilisin-like protease 6.436914883 5.907785374 5.455786357 6.648624935 5.939439814 8.047759614 7.857233965 7.409645962 6.050961123 6.111206111 6.338958444 6.746085509 6.211348416 7.322272836 6.153316256 6.559649042 7.104642247 7.696839684 7.99944866 6.04248584 7.269122145 6.113499373 8.970974114 8.035255472 6.401525737 6.988645923 7.509502511 6.677505458 6.713867873 6.86154084 8.302999738 6.314500558 +LQ08X007750 Putative Arginine N-methyltransferase 2 10.54181512 10.89956534 10.54377149 9.796847594 10.02471636 9.982305264 9.988741942 9.934903051 10.6077369 10.72231171 10.56513169 9.858871842 9.920041473 10.12627388 10.30409179 9.80408934 10.50292058 10.32527699 10.91056419 10.73680338 10.74642339 9.906681033 11.50167412 11.66306928 10.5259659 10.65681085 11.25405276 10.39049375 10.93947329 9.926365288 11.61727011 11.63772123 +LQ08X007770 Putative uncharacterized protein 9.456447298 9.713524348 9.045519362 9.768466109 9.236874375 9.916509225 10.15224883 10.43461927 9.679727363 9.784176852 9.011798883 9.659503689 9.398774421 10.01863903 9.938084953 9.900213059 9.978689332 9.926514775 10.73388474 8.524903621 8.287116099 9.988118204 8.730431217 10.11681174 10.11784431 10.22324097 11.01832262 9.357905174 9.279529753 10.10117655 9.404435359 10.01648104 +LQ08X007780 Putative Cytochrome b5 13.20817768 12.66936412 9.532838666 7.530045351 7.681858613 9.477026443 8.843370005 8.524431751 12.56184139 13.02601545 9.975347401 8.234597131 7.642631398 9.599937155 9.116263573 8.913271305 13.39318816 11.60291082 12.52871378 10.26032323 9.30157697 9.163976616 11.00403052 10.64996373 13.70634118 12.16669035 11.62079678 8.39118628 8.333665013 8.047497588 10.28166375 10.06276284 +LQ08X007790 Putative uncharacterized protein 5.517891713 5.23402411 5.543588923 5.350501291 5.907833742 5.980405749 5.625432454 5.683224457 5.704437367 5.835596333 5.834549002 5.34116999 5.752880199 5.574545219 6.937604483 5.345297438 5.603296416 5.401690778 4.999218817 4.979556025 5.13528468 5.462557314 5.421249888 5.751904209 5.468702203 5.340438442 4.95050857 6.232698536 5.481396796 5.200419804 5.525611578 5.719189875 +LQ08X007800 Putative Uncharacterized protein C757.02c 13.88181308 13.76378401 13.91729727 14.90686329 14.46579823 15.03745576 15.06362332 14.81943139 14.11704447 14.08732784 14.02544248 14.94915103 14.58102295 14.99127684 15.19632017 15.24465523 14.40194477 14.25861761 14.24075346 13.56150768 13.53884128 14.38388388 14.01748469 14.12957933 14.2031376 14.47844524 13.88500195 14.51748023 13.55095917 14.98114261 13.92768957 14.08842534 +LQ08X007820 Putative Isoflavone 2-hydroxylase 12.25974146 12.31828477 12.32655865 12.17795746 12.32452317 13.24381554 12.99667276 13.23102588 12.25663896 11.97605904 12.02815284 12.27148581 12.13143936 13.52505082 13.12369201 13.18691482 13.02718718 12.60710928 12.53179795 12.90894173 11.66501604 11.7007973 13.55301329 13.32388112 11.95759894 11.60757293 12.08560127 11.69479513 11.72869991 11.55588812 13.57623483 13.05633333 +LQ08X007840 Cytochrome P450 81D1 9.027658319 9.228193957 9.454067698 9.179293658 8.638548132 9.788410238 9.613419538 9.163633649 9.102209789 8.811526168 9.324408623 9.283340342 8.54715619 9.731189596 9.281552378 9.314263906 10.41968669 11.21170016 11.00170384 10.02898354 9.543880085 9.288769384 9.845848883 9.279441215 9.291644034 9.541672785 10.43319177 9.431000023 9.166005079 8.61298951 9.219626802 9.043103052 +LQ08X007850 Putative uncharacterized protein 9.488776945 9.61474861 9.272842801 8.645415414 8.709663751 8.287683661 8.281369856 7.56941753 9.348900599 9.861931222 9.150580827 8.452986908 8.687194566 8.539113427 8.301160362 7.889432495 9.118330518 8.835071503 9.025567314 8.793269998 8.734268274 8.306366814 8.874581373 8.159934017 9.318925244 9.030407738 9.603657304 8.683016572 9.175211384 8.221077401 8.918673367 8.376986711 +LQ08X007870 Aspartic proteinase nepenthesin-1, putative 12.26279147 12.14866838 12.29519252 12.03927176 12.07927581 12.63674107 12.35666223 12.2885756 11.95933787 11.88031411 12.29260548 12.25257641 11.94894317 12.65655933 12.35643757 12.31367538 11.62545334 11.54475123 11.4534457 12.23044853 11.69580935 11.40921334 12.41255072 12.204649 11.48370959 11.46413963 11.35973052 11.54832044 11.94362183 11.75421437 12.71859462 12.19485947 +LQ08X007900 Metal transporter Nramp2 10.44681145 10.47092609 10.26732583 10.88731846 10.29891504 10.87124375 10.82208646 10.67428919 10.57567933 10.63217774 10.50649066 11.33086818 10.7125198 10.71330551 10.57402374 10.72125707 11.0244923 11.3716414 11.04922527 10.50372267 10.60144521 10.91641762 9.638074616 9.644501351 10.75015807 11.4352189 11.00086648 10.97769699 10.65816938 10.85288193 9.642761719 9.665101087 +LQ08X007910 Putative Isoflavone 2-hydroxylase 5.029128395 6.104715737 5.579301057 5.758190305 6.230844074 8.416523984 8.377656644 8.050840114 5.699629999 5.512085823 5.867008249 6.018365438 5.90353412 8.706564053 7.679337937 8.713771995 5.921381694 5.460514109 5.811302732 5.181275428 5.186188483 5.999939866 7.268857917 5.437820856 6.368524262 5.740973703 5.345812499 5.498686277 5.781923244 5.72793179 7.569840149 6.096525422 +LQ08X007970 Putative cyclin-A3-1 9.491973236 10.69587516 5.371291832 5.408086024 5.517086374 4.947990408 4.919287861 5.143074599 10.26315589 10.95558159 7.681268576 5.786135359 5.737975128 5.338697093 4.929330963 5.315156881 8.604395689 7.031884888 7.909873186 5.293373694 6.861134363 7.893227017 4.991146923 4.888498386 10.09939667 9.81978103 7.664149664 5.370774118 7.109471907 5.229575064 4.837135095 5.399340136 +LQ08X007990 Putative Cytochrome P450 81D1 10.70628269 9.593102943 12.2935766 12.37243695 12.27806927 12.00726735 12.02453003 12.36495294 10.51228481 9.231881732 11.57291181 11.8840875 12.11240403 11.91995149 12.24042168 11.74507837 10.43374161 11.08488209 11.24179782 11.31471577 11.9588793 12.22930669 12.32443281 12.24133614 10.17127069 10.94822826 11.34614356 11.9790776 12.55437194 12.93297909 12.25951271 12.44071453 +LQ08X008050 MFP1 attachment factor 1 13.4196471 13.50801699 12.72276084 13.30171461 12.63016637 13.06774853 13.19956513 12.65966273 13.32854879 13.64986907 12.91351417 13.44429198 12.71590858 12.95310836 12.53728883 12.8242212 13.40872251 13.30308924 13.40197631 12.50315492 12.69480805 13.31611046 12.46385726 12.15023646 13.72366378 13.68962492 13.65986939 12.59954348 12.14363965 12.97188152 12.10800005 12.30560975 +LQ08X008070 F-box protein GID2 10.26371782 10.54036968 9.880029336 11.15194118 11.10591794 9.765176073 9.952397527 11.26586646 10.67284476 10.76070969 10.24331508 11.12958041 10.39322107 9.909605829 10.55154288 10.87923713 11.05078999 10.03098888 9.752497661 10.4356702 10.22003302 11.59459751 9.088745324 10.17706154 10.31173976 10.15571709 8.61465827 11.68938597 9.714195804 11.54072179 9.365236379 10.50041912 +LQ08X008101 Putative Predicted protein 4.923597814 5.018310381 5.082829719 4.778367908 5.372866055 5.262128594 4.779625657 4.653547087 4.890067295 4.863120926 5.402098447 4.70007575 5.339042343 5.298576772 4.675881545 4.7760738 5.243959533 5.055430598 4.900226868 5.116226659 5.035924132 5.585958054 5.077963108 5.685387841 5.164303007 5.117143677 5.098332702 5.288886253 4.823208944 5.210037223 5.652521763 5.207876591 +LQ08X008120 Chaperone protein dnaJ 10 11.28220895 11.38328955 11.40062877 11.4287062 11.48743192 11.38656475 11.4726388 11.64291033 11.28511002 11.40738641 11.3799662 11.21641632 11.46762643 11.58333032 11.79005547 11.1724771 11.52326397 11.22374893 11.66204731 11.47606643 11.2150106 11.91690442 11.86187847 11.98916071 11.57319179 11.40226302 11.55737027 11.65396974 11.55997606 12.1868608 12.11351616 12.26227112 +LQ08X008130 Putative Uncharacterized membrane protein At1g06890 12.06072483 12.0511359 11.89960243 11.92588624 11.69632033 10.68362905 10.38649863 10.60786977 12.20842616 12.24798096 12.00975966 11.48576026 11.95843931 10.69117184 10.24725299 10.44755771 10.7077518 10.20231886 11.72825749 11.13814151 10.82728591 11.31271876 9.395958125 10.38584985 11.83684349 11.50921502 11.86330106 10.87854834 11.90104519 11.19431585 10.34354333 10.08165873 +LQ08X008160 Uncharacterized protein At1g76660 11.96885325 9.587591538 11.715174 13.06901776 11.70031573 12.5301736 12.67887803 11.93265349 11.60137106 10.58024505 11.51888754 12.64783523 11.49203523 12.09915801 11.32909756 11.77347305 10.5971438 11.71531075 9.577965744 10.67694135 11.08728544 9.582158733 10.75878761 9.880201961 9.882136653 10.91564942 9.236698685 10.23929595 9.141030535 10.2931516 10.84294621 9.132940735 +LQ08X008170 Pitrilysin, putative 5.604143841 5.653131543 5.675238553 5.243801099 5.276123569 5.799545979 5.717535052 5.348586795 5.712628189 5.624565395 5.589793216 5.365880645 5.535015618 5.872549699 6.017111117 5.577642072 5.234081568 5.233298979 6.072815068 5.829613292 5.66237545 5.40678513 5.808268417 5.072002558 5.337531893 5.768885234 5.697504249 5.29522662 5.549141874 5.321747039 5.213419923 4.901865424 +LQ08X008180 Predicted protein 6.212152941 6.106352811 5.535779757 5.573371474 5.979426118 5.808491275 5.708407258 5.68806799 5.901143736 6.299205178 5.854089131 5.687251343 6.297384735 5.522041978 5.291996116 5.621680028 6.33394174 5.919206733 6.245127059 5.98295098 5.990553213 5.90303957 6.609533868 6.31931487 6.041859518 6.134974867 6.591397559 6.658606525 5.671420641 5.843669374 5.733314499 5.559371502 +LQ08X008190 UPF0047 protein yjbQ 5.875367093 5.66620761 5.592957561 5.697633712 5.558723789 5.614721608 6.126725878 6.02025946 5.795225277 5.83485428 5.748533232 5.640766592 6.283994824 5.886345916 5.842487662 6.281051639 5.457664269 5.511328239 4.964181461 5.519042344 5.561622559 5.832771903 5.471586962 5.762641693 5.894307545 5.402566992 5.38101995 5.822165087 5.083373674 5.754628421 5.769252907 5.833539346 +LQ08X008210 O-linked n-acetylglucosamine transferase, ogt, putative 12.96157969 12.87441155 12.74056279 12.7752603 12.58453705 12.91133117 12.68159209 12.33199299 13.09780278 13.06204574 13.20091215 12.98261292 12.85444548 12.86544438 12.86499282 12.91141817 13.02794526 12.71470176 12.67903466 12.80672968 12.74334613 12.75696262 12.60549637 12.70986173 12.77298434 12.48048247 12.11389823 13.10177621 12.35339257 12.47446822 12.57791898 12.38131244 +LQ08X008240 Putative uncharacterized protein 7.386719839 7.765201039 6.318242261 7.976333648 7.328136603 10.91934622 10.28036708 10.6566815 7.9111282 8.306764551 7.291796608 8.458390094 7.878903242 10.96153328 10.61657807 10.00572773 9.878890576 7.147794331 6.643200933 7.378431206 7.38522681 7.060589591 10.37716701 10.57417105 8.198240471 7.196154858 7.002946824 6.418389589 7.734953117 8.881253627 11.00471273 10.71849254 +LQ08X008250 Putative uncharacterized protein 6.916390599 8.212914035 9.48206152 9.150525184 10.41826906 13.4556064 13.32958197 15.12498257 6.950939611 6.349031224 8.378122982 8.706711085 9.208610241 13.58198647 13.25627911 13.23445093 10.64893842 11.66957766 9.324316188 11.50652091 11.440861 10.87837473 14.0375498 14.75361553 7.949848186 8.724874032 8.587646994 11.53504371 10.9837062 11.99250815 14.64970536 14.70583574 +LQ08X008260 Squamosa promoter-binding-like protein 14 13.62890428 13.93880823 13.89896955 13.58897549 13.79606722 13.73759852 13.62748596 13.92808629 13.95592047 13.94816482 14.14361093 13.81306772 14.04361917 13.75982458 13.91103876 14.04224375 14.09540465 13.67276293 13.8066093 13.92029101 13.89297254 13.87433854 13.7479743 13.81230568 13.89903945 13.56610318 13.3857919 14.10345445 13.8410021 14.00818553 13.99025595 13.83772125 +LQ08X008270 Putative bZIP transcription factor 60 13.53863433 13.58398444 13.33702223 13.17582935 13.41654706 13.35333261 13.38313443 13.56910724 13.41638569 13.66328872 13.30830168 13.03069005 13.46143821 13.48423984 13.53192554 13.67582324 13.94042867 13.57558058 13.3228722 13.5568317 13.37005213 13.19853339 13.4301476 13.94975025 13.61565803 13.47227372 13.02548489 12.89701788 13.19022266 13.10965825 13.40575911 14.03745622 +LQ08X008280 Pyrophosphate--fructose 6-phosphate 1-phosphotransferase subunit alpha 12.52728637 12.29148705 12.26466531 11.57410733 11.64730637 10.29945092 10.56259495 9.894034692 12.34351101 12.26727448 12.01996749 11.61954914 11.8310463 10.32357202 10.58793559 10.13060315 11.71718469 11.4021629 11.74529098 11.47722742 11.71692549 11.44698237 10.97619264 11.31753031 12.3362774 11.79585999 11.90955683 11.73418401 12.32887565 11.91414454 10.8516596 11.67844121 +LQ08X008300 Cyclin-dependent kinase B2-2 13.44382146 14.5793916 11.33799015 9.814315919 10.31503509 10.23969776 10.32376419 9.777759481 13.79137482 14.77456973 12.26361837 10.37638102 10.79308779 10.46933192 10.1373824 10.22604952 13.5737107 13.21112745 14.35613305 12.28820479 12.40766273 12.51704786 11.06484686 10.30913608 14.367964 13.93507567 14.70986231 10.96989878 11.83438434 10.01250861 11.16517117 10.10002282 +LQ08X008320 Transcription factor, putative 12.32364198 12.62377028 11.62168345 11.86293561 11.26547802 12.87635928 12.74312335 12.35299119 12.51384643 12.6168582 11.62460946 11.8156716 11.35480824 13.01081248 12.7010934 12.52994347 11.97089897 12.02200786 11.87416531 10.86887448 10.80622308 11.26512659 11.96704024 11.85695266 12.40409907 12.31332199 12.2537993 10.74004806 11.34015506 11.14634633 12.02257904 11.77909411 +LQ08X008330 Putative DNA-binding protein ESCAROLA 4.986739868 5.415715516 5.074449483 4.94102289 5.09564079 5.035836288 4.993601775 5.346561504 5.447433934 5.513217871 5.768074507 5.085499111 5.44836217 5.323777523 4.924268004 4.885423143 5.197164732 5.292523967 5.381517036 5.175592103 5.50974846 4.894239652 5.148342899 5.464685696 5.084944068 5.358989643 5.531045185 5.456295587 5.406608341 5.276867158 5.653248121 5.520994681 +LQ08X008360 3-hydroxy-3-methylglutaryl-coenzyme A reductase 1 6.563088225 6.750409938 5.987680244 6.15437297 6.203360928 5.698049442 5.397308122 5.822916851 6.720464901 7.232542383 6.984693504 6.096521232 6.56903748 5.15631506 5.386960238 5.434797615 6.653750125 6.534200851 6.669533095 6.595208057 6.19077872 6.680863604 6.392049847 5.541113884 6.712169658 6.672979503 6.129371711 6.063959344 6.275777168 6.364398749 6.056164287 5.998258784 +LQ08X008370 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 12.09779549 11.56877337 12.27248225 12.39338333 11.82728742 12.47293634 12.80986447 12.53544962 11.9776563 11.55724108 12.25384133 12.28708532 11.8715382 12.63588177 12.30571557 12.52383616 12.1226011 12.17714609 11.66042082 11.91852806 11.66143588 12.00585744 12.4456359 11.62056465 11.976408 11.95622773 11.70928484 11.69912004 11.5701882 11.4422178 11.81578109 11.51486695 +LQ08X008390 Hypothetical protein 10.04246359 9.863243587 10.19990986 9.780905942 9.805820975 10.24953885 10.1881906 10.22543248 9.607963563 8.494587184 9.568846357 9.607825796 9.367548445 10.16769007 10.01243702 9.712470871 11.03634497 11.58890818 8.387035469 10.42816439 11.23285884 9.619934994 10.88473281 10.64458234 9.72694948 10.25228764 7.902426523 10.01362212 10.82807172 9.776588293 10.55441448 10.84497453 +LQ08X008420 Putative Photosystem II oxygen evolving complex protein PsbP 10.50638158 10.11896304 12.33647874 12.51377367 11.83667955 12.95829338 13.05623763 12.76326381 10.53367186 9.788083491 12.08104253 12.2805151 12.00472797 12.80086216 13.40393574 12.5255885 9.813745664 11.00579671 7.886345509 12.36107606 12.51960538 11.21172618 13.400012 13.18677343 9.222267513 10.86047057 8.374351522 12.26046244 12.57088964 12.33815132 13.28271605 12.96634791 +LQ08X008470 Predicted protein 11.92174116 12.30823617 11.71980447 10.66633527 11.2769966 11.4686751 11.20696947 11.1828309 12.17681029 12.81861449 12.04187875 10.96227401 11.61808818 11.68337852 11.23232519 11.63645139 11.80351086 11.24897241 11.60586416 11.96762605 11.22411202 10.94305781 11.75401904 11.71924414 11.90840608 11.39677169 11.73952856 11.70070936 10.74933382 10.75682364 11.92796669 11.79096631 +LQ08X008490 Xylem cysteine proteinase 1 4.533471381 4.559820943 5.157584599 4.51363611 4.871142727 4.912275813 4.642068169 4.785237233 4.931197811 4.575104704 4.838689909 4.466059305 4.626406967 4.853683573 4.670010453 4.717523315 4.807995247 5.043325274 4.721805966 4.988410897 4.995034179 4.880392117 5.692022935 5.292580719 4.804116863 4.832406472 4.529901566 4.852793225 4.717303786 4.944462419 5.965437259 5.35993822 +LQ08X008530 Hypothetical protein 12.46042617 13.13084671 11.20762599 12.38652172 11.81902856 12.52061869 12.86872309 12.80970078 12.84466732 13.36428287 11.85216916 12.48335519 11.61498424 12.78951125 13.00004426 12.75373029 11.92851546 11.85405091 11.5192903 11.74691314 11.38785934 11.87775265 11.63187173 11.72754287 12.76348571 12.65723297 11.40063885 11.83596203 11.44622225 12.67949555 12.02742357 11.95600577 +LQ08X008550 Putative 28 kDa ribonucleoprotein, chloroplastic 11.00193343 11.70106223 11.56726739 12.83115048 11.89343179 12.43387544 12.97851663 13.24903977 11.28647936 11.4112531 11.58656969 13.0248984 11.99553306 12.85038432 13.35100288 13.61357254 10.9870402 11.53296161 11.07928529 11.19682098 11.87354167 12.09572182 11.88887612 11.88566084 11.30302481 11.87011375 11.5441803 11.78917857 11.82462399 12.79685601 12.67941606 12.00693665 +LQ08X008560 Blue copper protein 14.10954358 13.87414492 14.948347 14.45641255 14.89707125 11.18420501 10.60373462 11.31320857 13.75485937 13.23678753 15.1022934 15.29747462 15.41098387 11.48506678 11.25988963 11.81626168 12.55340687 12.99897942 11.87975534 14.21415997 14.55570885 14.58805668 10.78027699 11.09721186 13.8226835 13.50744166 12.76655097 15.15507818 14.90194584 15.04686872 10.32916877 11.63033157 +LQ08X008580 Hypothetical protein 14.63587262 14.68406635 14.5071333 13.26035692 14.34918938 10.36154739 10.17158481 10.00667068 14.5388893 14.17825835 14.70107172 13.64258639 14.78557104 10.13170117 9.387607988 10.80589211 14.39253607 14.58825537 14.57187675 14.97630237 15.23816495 14.60174204 11.60346458 11.58505662 14.61138395 14.7517693 14.69990523 14.5179401 15.17737083 13.13062761 11.51161695 11.77522452 +LQ08X008600 Putative Protein FAM91A1 11.42299761 11.42504024 11.39843891 11.81291722 11.3353224 11.36924071 11.26811345 11.36665309 11.54106128 11.48316022 11.59446645 11.76533592 11.46844206 11.47553796 11.44572245 11.71542511 11.71861585 11.77612953 11.59940812 11.41625237 11.38447836 11.61780328 10.86953728 10.966125 11.3425449 11.99390507 11.37353462 11.90627197 11.26680884 11.71738824 10.83884399 10.9454791 +LQ08X008610 Queuine tRNA-ribosyltransferase 5.127153471 5.394867922 5.450403119 5.245176332 5.189509231 5.53759721 5.312618331 5.360166554 5.281643385 5.220458842 5.564599003 5.373538828 5.091341963 5.281643248 5.060059847 5.488277605 5.31021595 5.257726257 5.461973406 5.079599269 5.116842803 5.151368883 4.873744426 5.177344098 5.027428077 5.418851157 5.472489539 5.606934951 4.969844826 5.654404359 5.615012911 5.195261297 +LQ08X008620 Putative Homeobox-leucine zipper protein ATHB-16 10.142407 10.35838374 11.20086826 11.30112806 10.98590043 10.13673109 9.082229911 8.626127918 10.48392879 10.62497902 11.36655055 11.49814566 11.51662954 10.54871478 9.475922705 9.319419089 12.13546904 10.44068487 11.28473371 10.54492391 10.27725767 10.92600732 8.34838579 8.407689753 11.07467071 10.13270958 10.38494295 11.29087497 10.79275297 10.7117667 8.781931254 8.124301021 +LQ08X008630 Putative 39S ribosomal protein L41-A, mitochondrial 5.681487163 5.854081714 6.572227666 5.803919346 5.949904897 5.739933834 5.16301261 5.183131646 5.801890182 6.501154575 6.819609615 5.839031346 6.922800164 5.636382335 5.229832828 5.302288629 5.877755292 5.97695376 5.1288566 6.964955069 6.209899754 6.246227849 6.34906082 6.625155823 5.585723662 5.99789547 5.139816347 6.669253921 6.409966299 6.388740924 6.624712445 6.652069511 +LQ08X008650 Putative DUF246 domain-containing protein At1g04910 5.779442343 5.667691531 5.637352875 6.186155653 6.266973408 5.584452352 5.510357527 5.578303335 5.469542566 5.413712238 5.191199172 6.388698175 6.72638376 5.774667497 5.404862696 5.695175745 5.873403946 5.503689874 4.896104039 5.843676812 5.718655573 5.417455644 5.705342485 6.033496285 5.788851407 5.594388506 5.486459683 5.983146757 5.785808237 5.892669031 5.347452594 5.671843502 +LQ08X008660 Putative L-ascorbate peroxidase, chloroplastic 14.47170046 14.48735262 14.63011414 14.91578759 14.5741975 14.11675896 14.45621362 14.29010881 14.31249283 13.92761412 14.30771886 14.67271944 14.6156566 14.19017679 14.90145599 14.75088763 13.96479521 13.93571088 13.31744364 14.17286118 14.56252512 14.09850421 14.32462658 14.38539876 13.71462795 13.57957989 13.39237364 14.47939712 14.53000293 14.00214373 14.30155535 14.25680059 +LQ08X008680 Histone H3.3 14.17244842 14.33278717 14.20712933 14.72193919 14.51398574 15.13861856 15.03806291 14.76756108 14.21187052 14.62729316 14.58296565 14.8729119 14.61821922 14.97548853 14.52398241 15.19979345 14.2998078 13.74826451 13.76422955 13.87026479 14.33233562 14.76792189 14.19507363 13.99120624 14.23960371 14.06341151 13.69841819 14.26897916 13.83898244 14.37840889 13.95714119 13.96777438 +LQ08X008690 Cytochrome c oxidase subunit 6B 13.82272624 13.88936485 13.16284881 13.51707068 13.33981163 13.01855731 13.06660489 13.0393782 14.01342037 13.99095989 13.65765723 13.81604122 13.49443238 12.74353036 13.118139 12.96252296 13.91088628 13.36406937 13.36767237 13.09497793 12.94667985 13.58402558 12.44254828 12.9627485 14.10976508 13.73445614 13.26837545 13.30851558 12.94561134 13.52991143 12.38874393 12.90606123 +LQ08X008700 Predicted protein 10.94539836 10.89735649 11.57810344 10.33047171 11.67381454 10.79227044 10.83377411 11.39094846 11.04999928 10.54322155 11.46148415 10.59343964 11.67592072 11.01644356 9.953403907 11.1294906 10.28769797 11.35893609 10.29324771 12.12504333 12.24843496 10.89061336 12.34520311 11.92211403 10.61634352 11.09022942 10.63995469 12.20937693 12.11637014 10.85682649 12.46879114 12.16928444 +LQ08X008710 Alcohol dehydrogenase-like 5 5.4483309 5.161670261 5.385323391 4.879550669 5.290907594 5.19071038 4.93301398 4.954791064 5.445868761 5.069967032 5.28307682 4.848656492 5.262871832 4.918094143 4.685055937 4.998519761 4.931961048 5.191656082 5.662381376 4.88178053 5.400526723 5.1511242 5.692251439 6.178268316 5.074435598 5.126800935 5.408470285 5.315992884 5.266143161 5.000750131 5.138131839 5.746849172 +LQ08X008730 14-3-3-like protein 13.10589957 13.83357477 12.35026899 11.91347351 12.69109434 10.35140864 10.13034495 10.53921201 13.34910207 13.60296037 12.90514294 12.36606332 12.96186561 10.70385646 10.48683784 10.84711593 13.59546272 13.4079948 14.13867815 13.45566718 13.30344277 13.67674022 10.55944394 10.95578274 14.06232609 14.11585165 14.19315264 13.11127205 13.40848154 12.0664054 10.56981503 11.57298803 +LQ08X008750 Serine/threonine-protein kinase SAPK2 10.85404614 10.38453305 11.38895119 11.03751832 11.42281272 10.93548471 11.52122279 11.5769057 10.95968948 10.31335429 11.59185408 10.82034856 11.3657963 11.0454233 11.27385299 10.7321439 10.0467964 10.40170646 8.846370929 11.20374805 10.51489496 10.92843601 11.1329099 10.54971055 9.547948956 9.834270271 9.761477278 10.89743404 10.96273736 10.31970277 10.89707374 10.34553399 +LQ08X008760 40S ribosomal protein S6 4.672666575 4.602924294 4.829240663 4.960770628 4.978634314 5.09684392 5.063499862 4.88536605 4.960270126 5.463965699 4.843281175 5.057031749 4.953419816 4.944344109 6.285201581 4.72091853 4.863792631 5.455117376 5.093248433 5.58242415 5.171189404 4.707629811 5.127164035 5.00416307 5.441601265 5.458471581 5.226268585 4.799187637 5.016467293 5.069758366 5.167107354 5.33094719 +LQ08X008780 Phospho-2-dehydro-3-deoxyheptonate aldolase 2, chloroplastic 12.08711161 12.24173196 11.09605477 10.99224568 11.49113517 9.84785136 9.373761503 8.919244726 11.57252011 11.47729216 10.75824413 11.18258257 10.65854391 9.918879575 9.406655534 9.421588274 11.30831537 10.79552446 11.55253563 11.16157421 11.10865325 11.79839215 8.765040073 9.875623515 12.43712476 11.56639104 11.29033689 11.30855806 11.40470357 12.21857242 9.191848193 9.928282659 +LQ08X008790 F-box protein FBW2 6.025912643 5.892971947 5.783510225 6.124019445 6.178274513 6.147441031 6.101110904 5.880977909 6.321403459 6.019666822 5.994810568 6.068491752 6.502190933 6.599198781 6.975350673 6.37928291 5.641991084 5.43407867 5.648142153 6.144517085 5.39920217 6.081767318 5.618078642 5.843343095 5.801170831 5.865603156 5.468528762 5.551857004 5.761556793 5.624539373 5.254763933 7.489634116 +LQ08X008800 Putative Serine/threonine-protein phosphatase 2A activator 11.548767 11.01780272 11.18103604 12.66147725 11.36668525 12.5040438 12.65293135 12.34052842 11.65467192 11.39078958 11.13323985 12.84498492 11.44198162 12.40261303 12.80571269 12.39661915 11.75794643 11.43076493 11.12685714 10.5799708 10.39652007 11.72460662 10.67068013 10.29538529 11.6646482 11.41840537 10.57600488 11.08762455 9.963057922 11.57599733 10.48352839 10.05574273 +LQ08X008810 Predicted protein 10.3006535 10.95331487 11.54344535 10.98960222 12.34730913 11.6540289 10.74921457 10.83051703 9.916944074 10.0895547 11.69604518 11.02823881 13.19393178 11.48551826 10.29867323 10.06590345 11.02059773 11.5100538 11.62812935 11.95293417 11.41201772 11.60803504 10.25776438 10.89528862 10.08442371 11.4187847 11.08994249 12.46032199 12.31063306 11.54941071 10.28963075 10.58202128 +LQ08X008820 Predicted protein 11.95166701 12.79119673 12.66004109 12.40587354 14.27235603 10.11724049 11.71840868 12.46149637 12.14175392 12.76715067 13.22737994 12.51918218 14.51702708 10.19379789 12.00507846 11.69563923 12.88758851 12.79835934 13.32877345 12.9914466 13.54661113 13.51812745 11.25022778 12.21756878 12.46818692 14.03290852 12.5950848 12.9609013 14.78005726 13.06197947 11.92855837 12.04247982 +LQ08X008830 Putative uncharacterized protein 5.241685289 5.201735822 4.847028223 5.264042288 5.340537696 5.080267094 5.165925454 5.224413242 5.345678235 5.334668232 5.432108925 5.390037514 5.308258972 5.398695702 5.353680124 5.254048134 5.050885614 5.016880423 5.162187292 4.867634574 5.40096183 5.386946764 5.025193568 5.200503523 5.532915113 4.95334926 5.040464957 4.703215225 5.185025485 5.017595949 5.032279254 5.165524729 +LQ08X008850 Cytokinin-O-glucosyltransferase 2 6.908407737 8.871136242 6.093357525 7.242596219 9.233133258 9.206648903 9.555226935 11.87970411 7.83776704 8.453394628 7.233370887 7.286040108 9.279560104 10.05024103 9.360898321 11.6594918 9.95907141 10.73970126 11.07786769 10.42865375 10.88464453 10.22444637 12.2993268 13.43318032 8.135113667 8.562356559 11.15804906 9.343451262 9.344160516 10.53546758 12.27930364 13.40799067 +LQ08X008880 RNA-binding region-containing protein, putative 5.462594194 5.523121798 5.783509838 5.588916377 5.900463097 5.368035117 5.368720535 5.436460606 5.887095686 5.620510932 5.631212493 5.294135182 5.616897109 5.093477166 5.22258277 5.328459521 5.470942898 5.83903848 5.340606814 5.822757863 6.002787689 5.600824192 5.305423892 6.158059808 5.587341625 6.057340034 5.314107141 4.911025574 6.159199841 5.522439705 5.392213113 5.915880189 +LQ08X008890 Hypothetical protein 5.339738422 5.932304841 5.230617258 5.013889977 5.584249855 5.378571119 5.336597461 5.19471511 5.144262339 5.78389073 5.158712586 5.332150428 5.442716654 5.406792508 5.023664337 4.986094165 5.407788397 5.659616657 5.61440421 5.505543282 5.690379743 5.611750988 5.72313829 5.142377697 5.397656191 5.770968696 6.134799195 6.127722221 5.617494974 5.256582218 5.233376348 5.59525611 +LQ08X008900 Probable pectin methyltransferase QUA2 9.140897329 8.653031906 10.17449729 10.17141637 10.2592359 8.345061493 8.230451598 7.815551914 8.866026674 8.02890985 9.681315672 9.808382068 9.812033098 8.660162721 8.277876613 7.639317397 8.830460132 9.218843588 9.474792961 10.02398322 10.08550666 10.20944112 8.662350021 9.190028672 9.137728423 9.512484719 9.498425908 10.43249416 10.90905736 10.66960615 8.91873668 9.563675803 +LQ08X008920 Putative uncharacterized protein 6.52769166 5.977103618 5.552403867 5.685663304 5.817983822 6.389864875 5.901755876 6.5962183 5.730427656 5.29758441 5.417266852 6.041102529 5.624463323 6.195195525 5.737212343 6.172772244 5.820126354 5.916716328 5.196081323 5.802819566 5.676538872 5.699182922 5.193968464 5.737088816 5.554357934 6.274208599 5.07265729 5.663744055 5.807065006 5.299732252 5.114994554 5.226068643 +LQ08X008940 Predicted protein 12.77255625 12.95565021 13.86017569 13.57219949 13.88997341 13.89240066 13.50995077 13.88274178 13.12244258 13.10858123 13.9478557 13.77398262 14.08843393 13.9642667 14.06450758 14.21615728 12.98245539 11.75715763 12.31391191 13.33520608 13.24264384 13.10498283 13.5563853 13.52752402 12.96176534 11.85642714 12.49023054 13.25737491 13.29111522 13.59753215 13.90412694 13.50393331 +LQ08X008950 Melanoma-associated antigen G1, putative 5.402891678 5.484686901 5.219681092 5.341235115 5.503178593 5.755955541 5.409128039 5.362369786 5.610046472 6.134906901 5.119092087 5.508567339 5.665895263 6.049024319 5.827291075 5.609236268 5.455024835 5.273728924 5.193908404 5.950272285 5.274327967 5.285113211 5.12163128 5.585255808 5.447347268 5.677810591 5.303607576 6.533276456 5.218590507 5.328201874 5.055833336 5.47385367 +LQ08X008960 14-3-3 protein 7 14.67793911 14.82992043 14.33054485 14.69646115 14.6199139 14.39289136 14.60033011 14.25928993 14.79861795 14.77856761 14.54590224 14.98505535 14.73517823 14.67660269 14.85943422 14.5883719 14.90826904 14.46371028 14.93371075 14.40719067 14.14141123 14.78772149 14.26233634 14.22224397 14.81711381 14.59318487 14.87560227 14.4106988 14.16728695 14.77750567 14.38020552 14.34664391 +LQ08X008970 Predicted protein 6.567385439 6.143388003 5.945472107 5.912228494 6.140237345 5.311389209 5.206701076 5.211234561 6.358961541 5.901553562 6.369818284 5.763389843 6.101023423 5.066803066 5.218439296 5.220211022 5.62507315 6.277286873 6.250177175 5.917578927 6.518156697 6.037168206 5.757230825 5.35775901 5.815057893 6.244754411 6.70669709 6.108158078 6.491643078 6.042064564 6.088277449 5.072676206 +LQ08X008980 Probable protein phosphatase 2C 10 12.56844436 12.78435666 11.89679462 12.53776149 12.72569795 13.13844664 13.12397936 13.52009377 12.9173362 13.04659048 12.29246517 12.69638531 12.62556684 13.19318477 12.91501793 13.32805527 13.45569275 13.37927134 13.30517138 12.58181591 12.17938235 12.99027721 12.31780926 12.53499139 13.25620254 13.53683757 12.96040348 12.53811497 12.02956858 13.00880906 12.20096167 12.42682632 +LQ08X009000 Cryptochrome-1 12.14800893 12.27023874 12.35749582 11.63496585 12.17134085 13.52959173 13.61489252 13.25200583 12.09740154 11.82070558 12.05271788 11.69804119 12.00002572 13.46699218 13.51659948 13.36254738 12.24518566 12.49105682 12.31935797 12.22986469 11.74512067 12.40843046 13.20491167 13.16827266 12.2745504 12.32213258 12.39419407 12.49195938 12.33265585 12.37560011 13.28423763 13.00335419 +LQ08X009030 TRM112-like protein At1g78190 5.094663228 5.177956625 4.899324488 5.073899366 4.991020436 5.0172528 5.301716797 5.156448054 5.109553906 5.537832093 5.046731105 5.15177509 5.076293948 5.106783728 5.487796392 5.24571979 5.423081235 5.796677281 6.578139823 5.741106321 5.456046307 5.252036825 5.279582902 5.127270501 5.497778202 5.337411012 6.071464162 5.370859002 5.406949133 5.387380435 5.064486828 5.502389287 +LQ08X009090 Putative Carbon catabolite repressor protein 4 homolog 1 9.074480263 9.503212771 7.874151806 7.711451296 8.584977213 8.322812166 8.529522469 8.591118458 8.973840416 9.448820564 8.424027304 7.287686849 8.303718483 8.040440386 8.647674245 8.147661824 9.356514331 9.441501625 10.27561392 9.065468556 9.361735991 8.893713502 9.926332133 9.924299196 9.840981346 9.673369252 10.52023012 9.251809936 9.22606589 8.809782331 9.923876252 9.801474158 +LQ08X009170 Putative Microsomal glutathione S-transferase 3 5.498257817 5.364726847 5.647544655 6.030300931 5.863851393 6.037840584 5.664975746 5.561853502 5.523009763 6.010343597 5.668360558 5.598464247 5.872690264 5.458593408 6.076161907 5.555663351 5.682805764 6.0527432 5.779218912 5.618024074 5.580517281 5.547157759 5.748952519 5.25518901 5.483660048 5.681623838 5.68832845 5.566425243 5.801439087 5.697371316 5.792934458 5.763254023 +LQ08X009180 Annexin D1 5.658572983 5.639938535 6.766032291 5.791646911 5.413757676 5.871080356 5.794051684 5.395688743 5.742132083 5.623208746 5.980163306 5.714850038 5.558027187 6.1305276 6.694507871 5.714218876 5.570603384 6.075953078 5.758829145 5.374009789 5.466506001 5.792633304 5.612808175 5.462073116 5.625059248 5.583459581 5.751694806 5.139774394 5.37766334 5.399586544 5.125389564 5.582539014 +LQ08X009200 Predicted protein 14.47306859 14.40041153 14.70677096 13.50632177 13.99498042 11.89645951 11.82630826 12.15997453 14.23975041 14.13567471 14.51976674 13.30321612 14.03075739 11.83873486 11.79471246 12.04538268 13.75482037 14.00886514 14.34693268 14.95608657 14.73449761 14.38497303 13.64152665 13.65741224 14.17748096 14.0320987 14.49158976 14.60405994 14.93809319 13.8826166 13.43818511 13.77829177 +LQ08X009210 Uncharacterized methyltransferase At1g78140, chloroplastic 5.693896101 5.723058371 5.682584301 5.692738522 5.98253119 6.410428484 5.416858511 6.71731303 5.653491516 5.804883131 5.850293142 5.794252378 6.115673394 6.181041692 6.013018372 6.55400326 6.227028757 6.221226062 6.1247026 5.397752184 6.157853813 5.82897725 6.730875842 6.761776508 5.983263349 5.925655343 5.903746828 6.376915013 5.801937921 6.108976996 6.459999484 5.94469749 +LQ08X009230 Predicted protein 5.056175748 5.045031396 5.05292433 5.174702252 5.195926326 5.051915106 4.938832692 5.15154049 5.39054009 5.271331604 5.175641393 5.162780657 5.259578601 4.916807266 5.125769087 4.969999171 5.011990346 5.263352551 5.602903595 4.859141221 4.876334672 5.273542288 5.162415216 5.420722037 5.252421653 5.488840025 6.279353024 5.262677305 5.489948703 5.41756153 5.239047722 5.178366775 +LQ08X009250 Predicted protein 10.85618585 10.67655408 11.17600723 10.74431075 11.62623219 8.790258963 8.848016657 9.33505349 11.03317171 10.43378648 11.50737424 10.78639255 11.77863751 8.902635426 8.686698992 9.804823496 11.44227946 11.83047498 10.3969644 10.84042697 10.54659017 11.07025553 7.466740655 8.397094843 9.93625793 10.4123577 8.55019232 11.41832565 10.45862583 10.41735151 6.948474034 7.31737483 +LQ08X009300 Endoplasmic reticulum-Golgi intermediate compartment protein 3 12.02277137 12.21712842 11.75196244 12.0683812 10.96674915 12.5271846 12.69324772 12.21408331 11.79071045 12.37188479 11.55944878 11.92104187 11.19828447 12.29337682 12.54451943 11.81990911 11.76652688 11.71656483 10.21570603 11.40699722 11.29110387 11.01205043 12.39484749 12.10499187 11.48293543 11.8015306 10.63130935 11.13533201 11.66630947 10.99054825 12.27453503 12.28360631 +LQ08X009310 Ethylene-responsive transcription factor RAP2-4 5.752831111 5.858975968 5.221228717 5.760145869 5.818203936 5.754146658 5.920398548 5.868515913 5.851137803 6.049281429 5.317172562 5.772163123 5.501214742 5.446768652 5.731302173 5.359620164 5.702287555 5.146387789 6.658514902 5.742580468 5.755054094 5.600074111 4.988435815 5.293855372 5.847046144 5.880623998 6.978249392 6.021207742 5.854630829 5.760300236 5.207342975 4.985457901 +LQ08X009320 Putative Uncharacterized WD repeat-containing protein C2A9.03 11.51366273 10.74343466 13.05454365 12.90917213 12.57713326 12.70166208 12.97094957 13.64770613 11.56922981 10.32393467 12.7253371 12.9288947 12.76325249 12.924526 13.17505395 13.27552481 11.99983402 11.92639297 10.87308229 12.41481425 12.36439918 12.59405128 12.93247702 13.3064431 11.01460286 11.57122493 10.53162168 13.07555718 12.44676883 13.18839644 13.24288072 13.45035556 +LQ08X009350 Probable beta-D-xylosidase 7 9.012552021 8.914026306 10.05230988 8.646626557 8.868823583 5.683330598 5.584508773 5.812859632 8.94495315 7.923672624 9.521668647 8.283851311 9.364960927 6.225467345 5.51925779 5.765732048 8.809261596 9.38375914 9.330173566 9.311835044 10.2287628 9.831857497 6.105299624 6.934144614 8.969810161 9.789307142 9.957739384 9.555409999 10.67807834 7.747785065 5.887544513 6.008693021 +LQ08X009380 Putative uncharacterized protein 6.393743253 6.178326752 6.209959495 5.699419505 6.371395831 5.837973499 5.631240114 5.584635888 6.739062592 6.043055996 6.662085848 5.671675656 6.487051499 5.379365746 5.774021212 5.649672661 5.989082511 6.496912253 6.427007335 6.597458848 6.983273984 6.363784268 6.919363925 7.037023372 6.563365405 6.586874734 6.67908607 6.565958491 6.702862978 6.704031394 6.903497919 6.318916535 +LQ08X009390 Putative Random slug protein 5 10.83887659 11.40034484 10.95372348 10.99032241 10.68826239 10.43678111 10.50546473 9.938911803 11.29538595 11.36576974 11.27382655 10.84502204 11.05744737 10.58182441 10.42512399 10.35250731 11.33332121 10.97872717 10.77166676 11.09801456 10.85577417 11.43868809 10.875029 10.71519772 11.36648564 11.33625381 10.66630141 11.20663431 11.18987256 10.87003043 10.28244104 10.60578871 +LQ08X009400 2,3-bisphosphoglycerate-dependent phosphoglycerate mutase 15.43430432 15.58150791 15.47091927 15.42832772 15.46884849 13.11120341 12.96652954 13.1459596 15.69134487 15.72956906 15.66306599 15.63430876 15.75542311 12.8563623 13.88549545 13.60461469 14.98643592 14.91763844 14.64128428 15.30196595 15.30187224 15.45179572 13.99228567 13.94478141 15.36059626 15.21634739 14.57267099 15.14494274 15.15754366 14.8001434 13.62290245 14.09826614 +LQ08X009410 Putative uncharacterized protein 4.83211864 5.149190052 4.62679899 4.757370495 4.40993998 4.614445849 4.792702957 4.67048364 4.815787856 4.731952976 4.827967559 4.799356523 4.807661385 4.756101619 4.747651509 4.811835276 4.801729313 4.728714313 5.53049374 5.038629013 4.806001377 4.712962826 4.526065775 4.655413521 4.709825726 4.80820745 5.147304716 4.726013201 5.142862017 4.48208255 4.83809167 4.785806249 +LQ08X009430 Predicted protein 5.443281687 5.766585022 5.913451975 6.077438644 5.532698936 6.038111244 6.078197833 6.123375526 5.629691869 5.900169588 5.922682469 6.242807384 5.326024181 6.133506977 6.743305433 5.817628352 5.282966519 5.741606759 6.173230675 5.831411316 5.495521166 5.726435155 5.5005386 5.682707215 5.789510433 5.711394094 5.823060744 5.614768639 5.713042544 5.760078035 5.763312834 5.37821093 +LQ08X009450 Putative Acetyl-CoA carboxylase 10.46821781 9.140757715 9.695918642 7.995070698 8.902854171 9.979223225 8.890372235 9.682384929 9.717922666 6.874214551 9.320319936 7.813920108 8.246449109 9.95761826 7.566201555 8.872463324 9.436411278 8.307375151 7.800258589 8.540311326 8.875536084 8.741183244 9.40663519 9.956740864 10.27966141 8.972605468 7.785731092 7.28266307 8.908316721 8.377730544 9.305902692 10.14698224 +LQ08X009470 Putative tRNA modification GTPase mnmE 5.595128672 5.734605382 5.574517132 5.662543698 5.531189751 5.663474525 5.759222451 5.580728292 5.880516531 5.967535318 5.976633504 5.848805884 6.474711306 5.993361339 5.910357815 6.039132429 5.67721566 5.880296448 5.682392108 5.53518911 5.983371633 5.723069326 6.979872803 5.721915732 5.852141567 5.701666256 5.355811453 5.694765528 5.237640274 5.675540192 5.742098728 5.706556776 +LQ08X009500 Hypothetical protein 6.368968905 6.419338644 5.615466114 5.733777297 5.642075254 6.452203037 6.199454 5.610611398 5.582104427 6.116652566 5.07467889 5.68275498 5.46598137 6.148473009 5.538893562 5.771175333 8.537999755 8.188263933 7.090615531 7.795910822 7.783263285 6.031103211 6.036697515 5.592524025 7.551406875 6.895790982 6.594554168 6.259176822 6.398370726 5.524032277 5.884017742 5.702384879 +LQ08X009510 Low affinity sulfate transporter 3 6.464539515 7.807313237 5.803029342 5.590566381 5.734828521 7.614536529 6.849351572 8.001405147 6.630471501 6.391472878 5.582895196 5.517797649 5.81229184 7.895436063 6.659165207 6.85793455 8.485474097 7.819618533 7.7810088 7.982877248 7.710865511 7.226660078 10.45600485 10.57811472 8.753111946 7.577589603 8.717922468 8.179638672 7.457316298 7.82229623 10.08508775 10.41048189 +LQ08X009520 Putative uncharacterized protein 13.00767038 12.69142726 13.14392501 12.82056954 12.62515802 13.07364858 12.85773601 12.50408899 13.36286717 13.9028578 13.50103948 12.93006414 13.22466144 13.14317322 12.87932789 12.82088084 12.91980538 12.68316101 13.36165433 12.9675003 12.31552001 12.92410533 12.63614312 12.1613074 13.50940817 13.16487608 13.55711669 12.77092798 11.53504606 12.59482125 12.75739408 12.1386719 +LQ08X009560 Putative Transcription factor CAULIFLOWER 5.36087342 5.061942641 5.546245324 5.050028649 4.77434713 5.162838382 5.125023848 5.289559264 5.184128562 5.148113267 5.883785822 5.152488453 5.04897235 4.933031421 4.957095334 5.325758586 5.160420777 5.158185781 5.468021458 5.059421234 5.656178877 5.003353611 5.242599978 5.834790013 5.274930736 5.18555542 5.51648607 5.366023103 5.462598791 5.237624435 4.954986482 5.125695213 +LQ08X009600 Putative Predicted protein 6.829742652 6.627128983 6.900427595 6.985868716 6.325287914 6.800721465 7.076403942 7.244295759 6.272030332 6.361322891 6.937997288 7.204268022 6.506010239 6.966130229 6.473449555 7.496538877 7.498236034 7.567096056 8.060404279 6.407140403 5.697725708 6.791042052 6.340305172 6.641944826 7.117051908 6.971746455 7.340108598 6.064716102 6.159629124 6.79809745 5.760439995 6.171481775 +LQ08X009610 Membrane-anchored ubiquitin-fold protein 6 6.042239209 5.890634449 6.551243711 7.371668919 6.989501819 7.759297914 8.404992945 7.679061835 6.114299551 5.892620163 6.725295425 7.471731924 6.648147127 7.72153391 8.258324035 7.986325087 5.695622092 6.362486273 5.468104488 6.329589496 6.926458563 6.845581949 8.186832201 8.996944362 6.112624635 7.405256519 5.757315161 7.332378179 7.437354921 7.524668154 8.175717448 8.086251276 +LQ08X009620 ATP binding protein, putative 5.359489892 5.259906997 5.28485544 4.809483879 4.884674329 5.029565645 4.80171609 5.166624159 4.759275345 5.422257837 5.162430051 4.935330181 5.246382683 4.781622881 4.812311463 4.806795173 5.351289007 5.027733352 6.07851654 5.251552531 5.186536199 5.51126354 5.579516659 5.646485732 5.153578381 5.105055812 5.579907331 5.980830596 5.314336647 5.163490288 5.449829312 5.549018112 +LQ08X009670 Probable glycerol-3-phosphate acyltransferase 3 5.87535421 5.939993833 5.584846953 6.503467131 6.001234191 6.387616549 6.758839419 6.535105365 5.388730766 5.336624788 6.039419044 6.042829475 6.257023729 5.858391097 6.075689909 6.093812856 5.901475897 5.861509513 5.256180352 6.333308347 5.327858733 5.706285572 5.597623758 5.607461353 5.376103431 5.822411905 5.453008142 5.29795105 5.626924666 6.082503589 5.396259995 5.343072032 +LQ08X009710 DNA-directed RNA polymerase II, putative 5.286421859 5.555989027 5.065797696 5.645489902 5.729773615 5.405829451 5.620174217 5.476498234 5.249842074 5.496541614 5.435269565 5.377807888 5.552099977 5.25691428 6.01824734 5.44995792 4.986256114 5.68990162 5.072066941 5.998862266 6.168086356 5.29024001 6.360851165 5.858524864 5.007911046 5.594558306 5.414033865 5.633452816 5.520214686 5.456417215 4.781547897 6.672412742 +LQ08X009720 Hypothetical protein 11.98562068 13.07910321 12.06114908 11.35699242 12.77475706 10.01536261 10.21583421 11.74350689 12.2290162 12.78822504 11.75708743 11.56688567 12.86388953 10.05936571 10.32680198 11.31271571 12.25856258 12.48721115 13.18681445 12.45021711 12.5287256 13.50796734 11.75589612 12.50279627 12.76001444 12.9784309 13.24237773 13.07407241 12.19826985 13.26655806 11.46418185 13.13108168 +LQ08X009740 Transcription factor TGA7 6.455896438 6.839391036 7.668751011 7.981287163 7.844348301 7.504354578 7.87730267 7.443742098 6.763381566 5.819418969 7.789116764 7.837786908 8.347075313 7.487886237 7.35503125 7.129779825 6.448261552 6.922005422 6.306300413 7.515253699 8.101377815 7.796314179 7.341146394 6.715206018 6.683479937 7.586000606 6.817031139 7.602534189 7.558452722 8.245715569 6.58571257 6.627130762 +LQ08X009750 At1g77930 11.53985055 12.10040628 12.17807172 12.47531604 11.86518268 13.47406488 13.39890347 13.3280111 11.80425571 12.0431982 12.00400197 12.22999663 12.03312419 13.70455436 13.25546904 13.10237917 11.84130666 11.80554951 11.84265593 12.06152202 11.74314485 11.85059046 13.01243311 13.05236933 11.7691631 11.7336092 11.96985464 12.14956109 11.5340858 12.25851621 13.28888998 13.0162252 +LQ08X009760 Putative Phosphopantothenate--cysteine ligase 6.058433985 6.062340019 6.165185663 5.990161803 6.32575606 6.030009148 5.961396454 5.761617204 6.679008183 7.142325289 6.359658402 6.202180084 6.655438622 5.918068881 6.419967847 5.624108435 5.815693687 5.939606935 5.270779741 6.001124946 6.402347199 6.377581349 5.459208804 5.328867428 5.761338181 5.994915841 6.472077999 5.680174678 6.038625144 6.179114769 6.040183956 5.66943514 +LQ08X009780 Predicted protein 7.986402051 7.339799224 7.432419248 8.074354058 7.376786171 8.66259515 8.506295396 8.005951637 7.887000913 6.724778575 7.488134647 8.123275849 7.537123926 8.45636989 7.175856799 7.228989049 7.570319233 8.281860944 7.074142016 8.110983925 7.382133107 7.419429796 8.521865993 7.462383705 7.684377866 8.50532235 7.129232385 7.709336753 7.77449781 7.059741521 8.144850705 7.229260162 +LQ08X009790 Serine hydroxymethyltransferase 1 8.751699849 9.05167228 8.551323539 8.111694212 8.941455607 9.574223443 9.547443184 9.538022682 8.836904724 9.09114354 9.203934244 8.065292468 9.17246061 9.054163548 8.590578452 8.94861154 8.400168251 8.463502397 9.052615159 8.526187223 8.735024511 9.099493849 10.00261762 10.1945655 8.882795052 8.803816588 9.470286129 8.321111203 9.419234317 9.584455278 9.467644216 10.37056047 +LQ08X009800 Predicted protein 10.04671448 9.489519096 10.37928918 10.83692565 9.97115794 12.17182193 11.94075797 12.14047592 9.989570822 9.035921988 10.23814323 11.05108549 10.2132704 11.98247684 11.64171213 12.22262989 10.92627309 11.71304522 10.35309393 10.92481945 11.31349717 10.16705236 12.32814606 12.13050997 9.674777174 10.82105543 9.938833991 11.20266083 10.36413493 10.61440359 11.90801001 11.90030205 +LQ08X009810 GrpE protein homolog 7.105782899 8.526083214 7.122728184 9.206057206 6.286605891 8.902601253 9.229685131 8.78803759 7.668218107 7.285514101 7.603072823 9.072083646 6.399762648 9.271685201 9.063059792 8.595681772 8.792117448 8.680166572 8.752694919 8.278842236 8.170858144 8.798782975 9.11502651 9.010195137 8.720717701 9.066629652 9.145638659 8.262890796 8.782154047 9.238950848 9.095979792 8.710730094 +LQ08X009820 Auxin response factor 17 5.10253594 5.098444419 5.016814786 4.96224069 5.1006008 4.766216025 4.886696507 5.009201989 5.06034269 5.478848105 5.01730378 5.069029464 5.314450949 4.95436095 5.108279803 4.950259586 5.144178965 4.960796404 5.448358527 5.58084963 5.106030858 5.293399785 5.283008163 5.483986855 5.29241693 5.208232154 5.429678735 5.678484394 5.152132862 5.759533807 5.24776786 5.202677684 +LQ08X009830 Probable eukaryotic translation initiation factor 5-1 12.1860385 11.5319241 12.41980359 12.48859261 11.76367668 12.31344729 12.58411625 11.89087487 11.76132251 11.33790035 12.0291862 12.28733073 11.57708864 12.37284659 12.73859806 11.88480545 12.04311013 12.1279389 11.58424036 11.42274622 11.42003586 11.62656686 11.7587951 12.31649042 11.93876851 12.34258861 11.46829265 11.52287183 12.04363142 11.88239972 12.12470592 12.27331945 +LQ08X009870 Probable MYST-like histone acetyltransferase 1 11.56898963 11.37063675 11.47225795 11.66218806 11.54595879 11.97641438 11.88124375 12.32139177 11.39152211 11.52722934 11.27444016 11.56962715 11.2615061 12.01066227 11.84404904 11.84329422 11.28988224 10.97827789 10.8080531 10.96849673 10.66499997 11.23387305 11.57016112 11.20344443 11.13841046 10.56294628 11.31923398 10.6836059 11.19415002 11.6613892 11.55457911 11.59645792 +LQ08X009890 Putative Transmembrane protein 50A 12.46077342 12.28199642 12.58633001 13.28180134 12.72815013 13.53453486 13.5964302 13.72872028 12.48867191 12.29889244 12.74859921 13.24763224 12.6048061 13.44225317 13.38647214 13.77020906 12.2862579 12.53563516 11.17356799 12.49803913 12.55706328 12.58561851 12.23375426 12.55537913 11.93885789 12.41574302 10.68250276 12.94791489 11.90768402 12.80434645 12.16974944 12.25298144 +LQ08X009930 Putative uncharacterized protein 11.10086856 11.01977424 11.23264073 10.7167056 11.09778431 11.76851742 11.43497026 11.48556668 10.92230385 11.1065412 11.1812745 10.84427113 11.29171615 11.57329541 11.04214009 11.25222986 11.44318255 11.36693681 10.97389435 11.47766325 12.59852009 10.77344968 12.57193863 11.73587581 11.27510805 11.0969462 11.26839623 11.61173753 12.26635456 10.87883208 12.45041356 11.77030376 +LQ08X009940 Mitogen-activated protein kinase kinase kinase 1 6.07776454 5.713155801 5.401668336 5.49908196 5.54795937 5.718245948 5.638051392 5.91499515 6.149967307 5.760460531 5.919948424 5.390242995 5.746255139 5.754494776 5.59251891 5.963033357 6.004319928 5.963107189 6.518539674 5.076427553 5.362218857 5.722606012 5.218188548 5.691553565 5.77266008 6.319829507 6.199268523 5.422665526 5.917259212 5.742674352 5.489298118 5.213127782 +LQ08X009960 Nitrate reductase [NADH] 9.96220649 10.33607875 10.92845963 11.59705793 12.04239589 13.63025773 14.67549104 15.14902343 11.4290289 9.353628574 12.52456394 12.76081344 12.71469786 15.0495146 14.98341761 15.29671943 11.9734002 9.045571207 12.21931454 11.90508503 10.19086177 12.51324138 13.38445937 14.58332875 12.72436269 12.34700316 11.60357461 13.18373821 11.93398745 14.25013788 13.85259336 14.53813507 +LQ08X009970 Putative Probable calcium-binding protein CML25 8.530903948 8.779237291 10.53959445 11.10305889 12.39577065 13.72139611 13.65318079 14.13856165 9.095018393 8.529973447 10.45237943 11.55867592 11.61358831 13.74934657 14.24098752 14.06043473 9.53335386 10.28019863 9.523266012 10.48106951 10.07096103 9.690051025 13.39766903 13.31114322 7.078341843 7.948563538 9.226493561 10.28340991 9.478971856 11.30132556 13.25395287 13.5035262 +LQ08X009980 Putative Probable 6-phosphogluconolactonase 1 5.198061749 5.329205953 4.831757607 5.105892808 4.94716941 4.830961951 4.943966113 5.030829988 5.30150912 5.364466915 5.229284644 5.101983777 4.729998053 4.91412353 4.811620458 5.239125254 4.885832091 5.184058165 5.309196463 5.477111785 4.923786177 4.864360105 5.250460954 5.20833575 4.740495449 4.998833801 5.147797581 6.184499639 5.200729123 4.766450045 5.212186681 4.995996368 +LQ08X010000 30S ribosomal protein S13, chloroplastic 13.95074724 13.87362416 14.2851769 13.66199431 13.697186 13.09322363 13.19884258 13.17195255 13.92709481 14.11981573 13.98531438 13.60680815 13.87566058 13.18108213 12.7918769 13.14251812 13.52749184 14.13972443 14.13766495 14.27194036 14.80164107 14.14789084 14.61113353 14.43695958 14.09246398 14.49591576 14.64429384 14.18243498 14.6307454 14.04896563 14.56869041 14.35138537 +LQ08X010020 Phosphatidylinositol-4-phosphate 5-kinase 1 12.14377083 11.418612 12.05622152 11.57585686 12.20172303 11.08672741 10.72755024 10.95566996 12.05812865 11.27354918 12.08760341 11.5472995 12.11999933 11.17221074 10.92569528 10.93704692 11.04435284 11.7505934 10.32815718 12.13137295 12.27405351 12.02635368 11.25018669 11.61392456 11.31649106 12.0986213 10.63762554 12.17571108 12.62283422 11.63859091 11.27022958 11.93793078 +LQ08X010030 Oxysterol-binding protein, putative 11.63383886 11.52437851 11.51072791 11.46558923 11.7659093 11.41520268 11.35078612 11.59003771 11.67102008 11.19816567 11.58006873 11.5579388 11.80583282 11.42576394 11.3827447 11.3674465 12.34699393 12.31865119 12.23418603 11.95078256 11.84383229 12.16845912 11.80368589 11.92745197 12.1681401 12.39163752 11.87850388 12.00986976 11.86881997 11.97461924 11.7501883 11.93944888 +LQ08X010170 Putative uncharacterized protein 9.932365106 9.553003327 9.28268229 11.31922108 11.1230282 11.89161303 12.58187386 13.35028765 8.46981758 10.45316515 6.98345697 9.093874498 8.115341945 9.630761942 12.1618269 11.41616704 8.948000802 8.689919529 10.15746105 8.147964791 7.261423162 10.448456 10.40191064 11.41215907 9.241403957 8.891580775 8.521935253 10.88247833 8.202288231 10.84527938 10.87579137 11.27442458 +LQ08X010180 Ubiquitin-fold modifier 1 5.223070343 5.336209392 5.735248645 5.3666823 5.622304078 5.508596444 5.139623844 5.640308834 5.423600149 4.900650238 5.932694937 5.177681475 5.958962286 5.162797458 5.111112689 5.339763252 5.380264253 5.277506731 5.420877691 5.283195996 5.871767135 5.454560307 5.434599967 5.431323428 5.375095665 5.46377382 5.211491282 5.372764492 5.440908984 5.198320796 6.263500476 5.499356739 +LQ08X010200 Auxin transporter-like protein 3 7.225866256 7.494590399 7.522837608 7.400065512 7.700982805 6.260835985 6.590342632 6.76282581 7.551912608 7.759071528 6.790439455 7.279679141 7.725269344 6.557682674 6.010365121 6.50561657 7.302557886 7.256572352 7.244781657 7.928376614 8.077855504 7.108892143 6.762440951 7.265421193 7.595163416 7.671149889 7.546641679 7.377894966 7.786608206 6.783522279 6.936249769 7.361133108 +LQ08X010260 Putative uncharacterized protein 14.52007129 13.59630223 14.4989781 14.43612488 14.3774995 14.37253948 14.44151301 13.99436825 14.50386659 14.65392781 14.27926798 14.06652554 14.23396055 14.33331619 14.12281523 14.39455502 14.5014793 14.90415021 14.19558806 14.34585321 14.6008732 14.31280317 14.33702006 14.06390189 14.14309622 14.62390865 13.98562882 14.17207356 13.59609841 14.00697292 14.05670391 14.04889937 +LQ08X010270 Flavonol synthase/flavanone 3-hydroxylase 15.19264481 15.34290208 14.20258841 11.13050032 12.63890044 11.27805785 11.08602538 10.96311978 15.29655237 15.2821929 14.43340476 11.59392379 12.40920249 11.19857491 10.9826812 11.0360365 14.86532723 14.66270832 15.53751498 14.59784663 14.08480683 13.78774508 11.78465578 11.53225307 15.748776 15.13915984 15.19209343 12.69281497 14.0438077 10.4611399 11.80384669 11.55434483 +LQ08X010310 Putative uncharacterized protein 12.75193428 12.96074898 12.4880684 12.74562265 12.42944535 12.67541027 12.45453625 12.41584579 12.74063654 13.10765189 12.78835969 12.52080544 12.34826183 12.54132976 12.26987028 12.65908403 12.98505876 12.54159545 12.22496191 12.58644777 12.56500711 12.64610636 12.49355715 12.36819806 13.05691308 12.59963004 12.25786713 12.33074779 11.62173606 12.46283556 12.53081331 11.88316692 +LQ08X010320 Predicted protein 12.51581694 12.03061467 12.17744073 11.30729664 11.78831555 11.47338693 11.57630991 10.7264768 12.51205346 12.44170957 12.28489983 11.56851814 12.06125819 11.37358598 11.42654997 11.1781795 12.26494711 12.42491538 12.69909656 12.79283056 12.8240615 11.7139396 12.97206835 12.3192026 12.60735225 12.43727187 12.79047059 12.08241178 12.50782503 11.73729219 12.62324941 12.13291942 +LQ08X010360 Hypothetical protein 6.168786467 6.62213564 6.39269223 7.824910226 6.9464637 8.054907534 7.575700483 7.222786271 6.976036882 7.095102799 6.481164933 8.293337236 7.172398881 8.578703308 6.123872385 7.976553613 8.722217377 7.86432441 7.992898273 5.971933088 6.095623731 6.306024036 6.366362315 6.028820315 7.278482804 6.188300796 7.510949831 5.363298726 5.627548708 6.819452707 6.638626996 5.761426464 +LQ08X010510 Predicted protein 4.765673484 5.333831013 5.454677037 5.194406057 4.796680932 4.934956614 5.145248553 5.417400294 4.647133334 5.082957177 5.074781905 5.059438676 4.971707968 5.080653259 5.609815399 4.901168296 5.011399896 5.006410217 5.030372443 4.953597934 4.946962794 4.918769154 5.029073192 5.939493401 5.09418487 5.152383541 5.003173069 4.846428142 4.898704954 5.087328344 5.405495723 5.86846917 +LQ08X010520 Probable methyltransferase PMT10 6.101833949 6.205950606 5.873429638 6.053767671 6.387729699 5.689473098 6.150873114 5.778067227 5.9237016 6.092618656 6.685034668 6.059353797 6.54410385 6.123486533 6.694478621 5.93502599 6.02840009 6.230066716 5.88271672 6.203988923 6.085042424 6.203876895 6.062627631 6.517915075 6.167752955 6.34841431 5.528856452 5.556207627 5.935198733 6.133201239 5.761361816 6.105604136 +LQ08X010550 UDP-sugar pyrophospharylase 13.75577845 12.58850617 13.85828055 14.19383232 13.11566635 14.15228697 14.17540647 13.6003977 13.40208673 12.57636132 13.5152969 13.79719378 13.17825136 14.13914266 13.4958863 13.32938372 13.08461109 13.13074326 12.65901286 13.17822991 13.58029062 12.75936755 13.06892616 12.55544417 12.76034302 12.84439381 12.01961524 13.42940039 12.94270829 13.07749428 13.17657669 12.46108346 +LQ08X010580 Zinc finger CCCH domain-containing protein 7 5.107192551 5.226781132 5.237782449 5.052125655 5.516396607 5.202912983 5.124154799 5.358073538 5.192438557 5.141860926 5.029765199 5.027918228 5.231790865 5.126047646 4.929279297 4.981536144 5.289577955 5.334307662 5.608564253 4.849419979 5.513621601 5.004269599 6.421095608 5.058780411 5.377086781 5.589644167 5.44701929 4.747479574 5.209454075 4.977062834 6.072797945 4.814238436 +LQ08X010590 ATP binding protein, putative 12.2590695 11.3852848 12.73495911 11.80327226 13.06206327 10.3527757 10.43050238 11.30689574 11.64780615 11.67351048 12.44279044 11.58479724 13.02764669 10.42041666 10.40095355 11.21657431 12.09198253 12.25788603 12.09666078 13.42351201 13.33128078 12.58091503 12.30531435 12.72147101 12.47067825 12.08013868 12.17429963 14.24611853 13.10787514 11.73896821 11.36987975 12.63761057 +LQ08X010600 Putative Tetrachloro-P-hydroquinone reductive dehalogenase 5.580978637 5.969957014 6.043577424 5.445382281 6.417542999 5.30357876 5.496784386 5.564584647 6.053369669 5.627710722 5.922004307 5.59339622 6.164923831 5.358185419 5.435800875 5.892915287 5.745198174 6.112943234 6.320753899 5.99514921 5.964325127 5.816457594 5.658187751 6.219708633 5.521489717 6.379802384 5.986363779 6.718293786 5.900337947 5.710228914 5.81532907 6.676046791 +LQ08X010630 AT1G21600 protein 11.20962544 11.65104154 10.97478657 11.13569183 10.58898443 11.73511466 11.95613687 11.46063441 11.23878486 11.11448012 10.96515894 11.49063861 10.85039744 11.78270648 11.61597252 11.50290064 10.68632021 11.28400817 11.22101278 11.07362164 11.49957135 10.90409412 12.50904864 12.10797708 11.14975834 11.62704372 11.9788295 11.33004695 11.71405718 11.4896197 12.4063355 11.92134491 +LQ08X010690 Putative Protein translocase subunit secA 11.04055853 11.05925372 10.69219811 10.8775386 10.71737387 11.95836093 11.82014512 11.03283032 11.47822396 12.26347426 11.34611089 11.47629755 11.20003967 12.27897356 12.20701412 12.21941082 9.996055198 9.110893931 9.893888263 9.378423257 9.118710331 9.450452287 10.38052194 10.7642847 10.74075418 10.04569447 9.058380934 9.084613758 10.19698583 10.16541484 11.45042693 10.45666677 +LQ08X010710 Putative Protein KRTCAP2 homolog 13.2249296 13.50292255 13.03948079 12.79260589 13.07606533 12.83966236 12.47053744 12.63189262 13.48349011 13.77384292 13.2370685 12.7457926 13.1292163 12.84498448 12.29581497 12.69336346 13.97182026 13.43111072 13.80179071 13.40050254 13.00942201 13.07960986 13.03285423 13.06062005 13.80974973 13.54644955 13.89085818 13.09356871 12.53088646 12.94543576 12.77513804 12.9140541 +LQ08X010720 Pentatricopeptide repeat-containing protein At1g77360, mitochondrial 7.147246185 6.737027278 6.80298974 5.803398113 6.309105456 5.859568715 6.108231329 5.835696764 6.608614343 6.513935301 5.980603577 5.97275417 6.931315947 5.632794687 5.582459218 5.941425189 6.613787665 7.575518001 7.776393492 6.259795858 7.326365713 6.711524145 6.51319754 6.35490121 6.514862756 6.717774226 8.108672895 7.301456603 7.331121601 6.795796042 6.724293905 6.170329993 +LQ08X010740 Predicted protein 8.990355433 8.644230004 9.544465141 9.495707064 9.594956919 8.363662587 7.783255712 7.938801361 8.768494206 8.261115022 9.361611927 8.941877835 9.487233824 8.276805914 7.375241502 7.712796748 8.831325237 8.804182749 9.239597019 9.36269009 9.454590691 9.703122572 8.961961946 9.183558704 8.687037023 8.97885443 9.392016959 9.993719986 9.739765004 9.656648173 8.91220454 9.300473179 +LQ08X010770 Amino acid permease 3 11.31130457 11.07798186 11.52373056 10.43470717 11.49983824 10.58532066 10.49629459 11.49440463 11.39663126 11.0824145 11.34931641 11.01151158 11.37999106 11.97072172 11.35926067 12.17826629 9.078970911 10.42444965 11.23583242 10.38128854 10.69315033 11.72037607 10.6218288 10.69002886 10.82828369 10.98137474 11.80857601 11.00455542 11.87360974 10.73198188 11.58068227 11.53948494 +LQ08X010790 Mitochondrial import receptor subunit TOM6 homolog 13.71467811 13.44308409 13.19067567 13.45883178 13.44671697 13.49064105 13.6998707 13.42289741 14.10954752 14.30758218 13.41245402 13.76831306 13.4278686 13.66346546 13.32804888 13.63536071 13.92210027 14.09947573 13.47008905 13.07158959 13.3194534 13.87011769 13.33527249 13.40501123 14.12751258 14.44665127 13.12640833 13.09832995 12.31663388 13.42277834 13.34931083 13.47794741 +LQ08X010800 Putative Protein tolB 9.929701168 8.454785011 9.882121383 10.11905004 9.215567173 11.49893689 11.13357857 10.75461743 8.757370872 6.86607948 8.909956084 9.796421745 8.466908185 11.17692161 10.27540994 10.05506449 8.254547363 8.524997003 7.91222569 8.650116486 8.606040823 7.647681757 11.09846479 10.94489841 7.465101256 8.229059125 7.44668972 8.953966129 9.351340985 9.021658031 10.95528621 10.55281208 +LQ08X010880 Replication factor C subunit 4 11.61489287 12.44670334 10.66462925 9.758997514 10.06277397 10.72701869 10.61242731 10.43793935 11.75217842 12.32036662 11.13353591 10.08902038 10.49616411 10.77838636 10.23658438 10.50096589 11.59914357 11.31711304 12.22337896 11.28329433 11.66070152 11.24527459 11.98491605 11.79782642 12.48280583 12.26579445 12.8197793 11.03017653 11.85275641 11.00237852 12.10142628 11.85743074 +LQ08X010890 Putative uncharacterized protein 10.18233753 10.12307684 7.81399427 7.431484214 7.765356059 8.47352583 8.137471687 7.90468407 9.866801429 10.64418803 8.562516499 8.337465754 8.025690368 8.558377859 7.132257211 8.414113121 8.750674769 8.573388818 9.400882815 9.568036092 8.282027575 7.898946206 8.125892649 7.41446574 9.600145752 9.341877874 10.23343705 8.702165865 8.128883206 7.491182256 9.397170664 7.944408798 +LQ08X010920 Metal transporter Nramp1 5.27776389 5.319315212 5.607741672 5.616249945 5.394624927 5.733943654 5.564062313 5.881094366 5.324999602 5.59206567 5.888142359 5.534620634 5.587891223 5.491751173 5.305953304 5.561745796 5.155893004 5.870652538 6.011777432 5.465426144 5.579032303 5.434530177 5.885701771 5.362094329 5.435257385 5.756788636 5.768596489 5.249255127 5.468397739 5.026642102 4.850597933 5.549640185 +LQ08X010930 Hypothetical protein 5.152758783 4.90587706 4.894289493 4.653618419 5.079386693 5.230741543 4.781997159 5.138634412 4.860236459 5.009226553 4.983319161 4.910438948 5.260794677 5.870967437 4.916789089 4.81864826 4.924435366 4.70934451 4.890596833 5.544629162 4.857284412 4.751699577 4.832082299 5.099577295 4.648184843 5.119021011 4.991151911 4.626855067 4.959057088 4.807290956 4.747799226 5.224839823 +LQ08X010960 SWI/SNF complex subunit SWI3C 11.1988885 11.66393173 10.50948621 11.73436433 10.96963671 11.96500073 12.00395124 12.21501449 11.48529184 11.88308777 10.90731437 11.84354572 11.01668043 11.93685001 11.90865616 12.27483709 11.70449976 11.91623801 11.40886238 11.13402512 10.97871114 11.32846921 11.49980878 11.40871854 11.70332838 11.94652729 11.39044308 11.40172996 10.77765641 11.44763456 11.54393398 11.46327464 +LQ08X010970 Putative N-glycosylase/DNA lyase 9.501360064 9.817884575 9.822102829 10.08558619 9.396182928 10.50064124 10.6868275 10.30958688 9.565257954 9.258437423 9.647333575 10.0383838 9.622021308 10.62482859 9.828617703 10.15541539 9.057048117 9.6050608 8.538452531 8.840558482 9.536032355 9.395679844 9.884585027 10.1343567 9.119798609 9.640470075 9.48863408 9.087646188 10.02692916 9.657529202 10.34149061 10.26397517 +LQ08X011000 Proteasome subunit beta type-3-A 14.54022859 14.46234081 13.7587656 13.95474723 13.66120599 13.64700181 13.39568052 13.18101412 14.61577988 14.68392486 13.95477715 13.82374284 14.03714881 13.67762724 13.53070024 13.4160131 14.36523313 14.11347367 14.5789954 13.75816483 13.70941577 14.06226207 13.27563625 13.48893615 14.42042477 14.21564823 14.61518258 13.32651463 13.78970942 13.76875285 13.26049084 13.45080924 +LQ08X011030 NAC domain-containing protein 2 10.63600297 10.83889161 12.23546315 11.59073788 12.16336289 13.13058071 12.76179817 12.84738364 9.914626807 9.998379786 11.22195996 11.28441618 11.42854208 11.7247877 12.63545358 11.2683495 13.65569917 13.8598314 12.63300287 14.22383976 13.02388068 12.46401111 14.530131 13.77767365 10.98896415 11.8250187 11.66174527 13.34341843 13.10354915 13.72697403 14.61791895 14.11700665 +LQ08X011040 Putative U-box domain-containing protein 13 9.665526363 9.111210451 10.56361231 10.28955705 10.15917226 10.19162427 9.892158152 9.847334542 9.579354154 8.880204219 10.40141637 10.40748934 10.20706275 10.04662493 10.16328188 9.783135291 9.209226879 9.079081942 8.731732623 10.02466799 10.21155637 10.1701796 9.782828608 10.16709124 9.514213104 9.3780972 7.974756314 10.162858 10.54784288 10.31050361 9.760311513 10.04405616 +LQ08X011050 Replication factor C subunit 5 10.61832017 10.52212898 7.656333975 7.474783679 7.352021884 8.830169041 8.76483586 8.776668987 10.65058105 11.25022942 9.192153344 7.959441231 7.677733935 8.631932187 8.831339628 8.625092074 9.16187941 9.994149521 11.09679145 8.642512996 9.368522387 9.135619107 10.09073152 9.732194333 11.44175454 10.95905672 11.25021778 7.326298107 8.734432851 8.8381321 10.41345444 9.706796183 +LQ08X011110 Aldehyde dehydrogenase family 3 member H1 11.99504361 11.83905356 12.64105922 12.3302062 12.81235092 12.81439925 12.59307254 13.0381699 12.08299632 12.31535761 12.62043325 12.31455065 12.6420106 12.75779624 12.65357147 12.86676652 12.1686488 11.88633322 11.25377957 12.37047778 11.51532238 12.21934283 12.43745276 12.88836712 11.29015354 11.42628685 10.83376859 12.30713816 11.54674398 12.51834367 12.30053104 12.77578862 +LQ08X011120 L-ascorbate peroxidase T, chloroplastic 6.782426201 6.568546762 6.819185185 6.590267044 6.860495599 6.715319159 6.751229741 6.560572195 6.792231346 7.056366272 7.043267039 6.878821775 7.407125827 6.873577539 7.295285598 7.130090636 6.452480445 6.820263576 6.197224436 7.593135089 6.969171658 6.739702335 7.109446132 6.667257554 6.800266546 6.666675512 6.472892498 6.534968896 7.179048345 6.799148373 6.96819439 7.642317637 +LQ08X011150 Protein disulfide-isomerase 14.90168434 14.69793372 14.68662784 15.21637026 14.52200885 14.21516312 14.43040133 14.07564247 15.08685063 14.80658563 15.00416904 15.04186224 14.83484826 14.4548507 14.92849233 14.82935811 15.2483041 15.00701842 15.03889082 14.40884762 14.67956785 15.19887169 14.51882817 14.42539958 14.91024404 15.30543891 14.70595431 14.74667292 15.0164953 14.59408707 14.39070101 14.06993122 +LQ08X011180 Type-a response regulator 5.00298582 5.043378302 5.703121032 5.166516851 5.144151255 4.997613652 4.790668435 5.083887655 5.296917745 4.976664863 5.266169071 5.376939111 5.05695896 5.089265101 4.673619933 5.06710483 4.969843144 4.980780218 5.240393821 4.716504605 5.092934959 5.044658725 5.602534017 5.403472863 5.481676004 5.190826649 5.092754124 4.917033582 5.137125199 5.091216349 5.27789398 5.226769014 +LQ08X011190 Delta-aminolevulinic acid dehydratase, chloroplastic 5.894923594 6.632121081 5.715383784 6.175514222 6.351320617 5.296349818 6.243768292 5.582279321 6.097085519 6.562880233 6.259672782 6.113913336 6.463681225 5.64389 6.687102277 5.70830196 6.057127806 6.25630537 5.781100412 6.535372842 5.768136859 6.395263396 5.651482718 6.394939373 6.034037747 6.560803861 5.633977188 6.512223478 6.37018484 6.378743348 5.622337117 6.015159177 +LQ08X011200 IAA-amino acid hydrolase ILR1-like 6 6.147535671 6.45494395 5.941492916 6.120462491 6.00720237 6.388237797 6.803058724 5.573350474 6.270423999 5.695835097 6.111539533 6.18174167 5.953841796 5.762407249 5.792049933 5.371905771 6.083961012 6.083986446 5.597145309 5.933005887 6.275848716 5.977850684 6.403840717 5.528827059 6.083166058 6.19296022 6.101986578 5.988655499 5.954089555 6.036030464 6.02728025 5.524578996 +LQ08X011220 Caffeic acid 3-O-methyltransferase 12.95252445 13.08748921 13.08709064 11.85730335 12.00363317 12.76645581 12.65570838 12.13762032 12.74183294 12.62092886 12.85238441 11.68099551 11.7725793 12.71389949 12.17647083 11.84566126 12.43962935 12.65300461 12.67239867 13.22768061 12.71944525 12.19234296 12.61998474 12.7469777 12.75340644 12.88043152 12.66406558 12.66970769 12.96991844 11.65957195 12.3828066 12.66054478 +LQ08X011250 Caffeic acid 3-O-methyltransferase 5.90185723 5.708997985 5.784878994 5.604990473 5.421860166 6.157730622 5.628870963 5.898369334 5.635672268 5.500562325 5.965158816 5.664955002 5.291065214 5.990550076 5.874664144 5.760330879 5.605788747 5.434059905 5.662079398 5.530003802 5.879726813 5.364601742 5.472317895 5.450504003 5.756525467 5.402502195 5.592229621 5.982048734 5.259027417 5.245994076 5.772151732 5.961939641 +LQ08X011260 F-box protein 7 5.985940807 5.620879002 6.345657693 6.055911651 6.015754846 6.393515646 6.073025906 5.994210935 6.158978279 6.32957476 6.332946621 5.849321804 6.191643988 6.188477143 7.43004735 6.077382681 5.555368965 5.941977042 5.601903985 5.985804884 5.481907925 5.783900933 6.152117311 6.518518153 5.990235112 5.645649767 6.207927952 5.789324467 6.127573282 5.57721088 6.603292152 6.174279927 +LQ08X011270 Uncharacterized protein At1g77540 5.887534141 5.739764069 5.903727686 5.843303297 5.844618868 5.543422316 5.852706629 5.67424989 6.304370878 5.814415158 5.35429598 5.604311983 5.806398386 5.337900546 5.529010932 5.809543062 5.551670539 6.08471418 6.423260017 5.540475448 5.546505987 6.238508116 5.932437503 6.006927223 5.714515564 5.459100778 6.345899011 5.768060604 5.919858532 6.026521193 6.03920164 5.233349822 +LQ08X011280 V-type proton ATPase 16 kDa proteolipid subunit 14.71190602 14.40818371 14.67450945 14.97250682 14.86903986 14.65036039 14.70401333 14.61391212 14.63274412 14.52122001 14.81120909 15.14760354 14.95857769 14.70583764 14.96010575 14.84735106 14.75216501 14.77327891 14.58966125 14.22740921 14.22346793 14.86270289 14.36209995 13.8380536 14.43813017 14.61767178 14.49009975 14.17567038 13.90084952 14.73690398 14.16926097 13.82764529 +LQ08X011300 Protein transport protein Sec24-like At4g32640 8.550917121 8.03203502 9.107309481 7.945909869 8.703103851 8.101670668 7.776884918 7.872322973 8.275021462 6.515937913 9.071788525 7.839819961 8.503539285 8.244492888 6.816990977 7.580011496 8.167665386 8.101714103 6.841027532 8.727754781 9.157214121 8.490018529 8.92652996 9.384384783 8.416769103 8.132304616 8.159717048 8.718199894 9.536157408 8.843023791 9.093251818 9.301860362 +LQ08X011320 Predicted protein 6.437463565 6.302736822 5.746156424 6.189142487 6.347869371 6.478355135 6.618870815 6.521413233 6.499011974 6.544317832 5.694706098 6.162311523 6.129127398 6.246448278 6.014571507 6.38677041 6.531041706 6.869029171 7.794602334 6.412347961 6.223698272 6.552178627 6.424057949 6.729556958 6.449541453 6.751928334 7.570760578 6.072231944 6.291739676 6.646518321 7.161363547 6.565563481 +LQ08X011370 Filament-like plant protein (Fragment) 10.14835642 10.76476887 9.988084632 9.705366677 9.726258097 6.994614687 6.464666038 6.158980827 9.963661439 10.73506818 9.607190479 9.278163176 9.473122236 6.272034843 6.812060639 5.884473677 9.719694271 9.290059835 10.05181212 8.848181956 8.986220924 9.819440678 5.704987111 6.227588411 10.66117745 9.620160507 10.1416234 9.728796149 9.859831061 8.97051968 6.622884596 5.981337902 +LQ08X011380 Photosystem II 22 kDa protein, chloroplastic 15.3274089 14.88190788 15.64444994 15.62776858 14.66000641 15.69430688 15.59013114 15.46038047 14.73518257 13.69769712 14.72278006 15.0522595 14.52344908 15.67280799 15.05275912 15.21824483 14.79699623 15.36648371 13.6273614 15.2406606 15.17623532 14.41527082 15.04604814 15.24333676 14.60013423 14.66092487 13.74402082 14.82256744 14.94515982 15.24182795 15.12049428 14.94442114 +LQ08X011390 Hypothetical protein 11.51288654 10.9495677 12.04368009 12.46569998 12.12124193 13.14349376 13.11043302 13.12856555 11.17974236 11.4749116 11.56407449 12.29168916 11.61054102 12.51952991 13.43540776 13.11427832 10.76113082 11.67023114 10.7718995 10.62354505 10.39052723 11.22078379 11.37736783 10.80727032 10.54202549 11.11453046 10.36312395 11.09864457 9.382900858 11.34762581 11.35943919 10.6775423 +LQ08X011430 Putative Long-chain-fatty-acid--CoA ligase 3 12.46544451 12.3716298 12.71356766 12.72455669 12.33404523 13.80073972 13.49598845 13.77283572 12.36927103 12.04856428 12.6316753 12.88026008 12.66400558 13.88524481 13.75412891 13.76310778 12.31217679 11.92848032 12.4340399 11.80590828 11.8250117 11.87027568 12.44010503 12.63453906 12.16958653 11.96351353 12.33259034 11.9138958 12.0184801 12.28249503 12.73610621 12.5491879 +LQ08X011440 Heat shock protein 70 (HSP70)-interacting protein, putative 10.6526339 11.02231109 10.86262038 10.90573572 10.89092264 11.06149766 11.12165206 11.07475969 10.8741315 10.96172913 11.0386393 10.74719634 11.05778875 11.13324527 11.3112188 11.06096404 10.69728891 10.74424189 10.73409748 11.0865539 11.1159627 11.0279139 11.20261019 11.39664214 10.74143751 11.06772916 10.92610057 10.94180999 11.40499962 11.26947621 11.2454138 11.23814197 +LQ08X011481 Predicted protein 12.71827629 13.06055221 12.91932238 12.0147794 12.876944 12.42010733 12.1949263 12.45832925 12.88637639 13.11277319 12.86609715 12.29743639 12.96710569 12.5545608 12.42928654 12.6129761 12.92214893 12.83146605 13.52708194 13.10862991 12.930079 13.09569811 13.13358876 13.3165349 13.04060974 12.95379663 13.44773716 13.44836129 13.02531612 12.92809995 13.40135507 13.35198945 +LQ08X011490 Putative uncharacterized protein 5.837390694 5.636694659 6.133787903 5.94355601 6.037898509 6.815334038 6.021580343 6.722690388 5.941250205 5.762195152 6.200871047 5.986946146 6.694098267 6.564353251 6.188390937 7.140970917 6.348406186 6.072200297 5.681521311 6.302061069 6.479035894 6.213193304 6.254147015 5.784314519 6.05311868 5.667999659 5.585377229 5.87608114 6.160700707 6.356057707 5.346902333 6.538664035 +LQ08X011510 Putative Solute carrier family 35 member E3 13.73017639 13.86657425 13.93101678 13.65964042 13.76808382 13.03275224 13.02669315 13.00535387 13.76068018 13.72425308 13.91267177 13.80457484 13.93089959 13.04657405 13.04561482 13.17108058 13.53895703 13.79708212 13.37899607 13.65817777 13.5315243 13.97798863 12.62654509 12.37961098 13.55112593 13.87963705 12.97943412 13.93564294 13.66813477 13.65822177 12.51867622 12.11387642 +LQ08X011520 Putative uncharacterized protein 13.12431084 13.11566643 13.2811777 12.8303842 12.72211533 9.637222228 9.062528983 9.373718083 13.40375886 12.80475145 13.38528733 13.05339355 13.23531458 10.25167551 9.377231128 9.880541422 12.46177732 13.54144623 12.72064883 13.29903436 13.2125678 13.52766288 9.662515995 9.48172722 13.59104638 13.99614305 13.10819736 13.46923512 13.02313231 11.44131582 9.981489378 9.868853728 +LQ08X011530 Hypothetical protein 4.930627745 4.56919455 4.540758692 4.616655938 4.609456269 4.747149406 4.661602973 4.728575061 4.506385022 4.616624475 4.503979916 4.551976246 4.597073046 4.588739326 4.574848497 4.851579083 4.889159337 4.861540779 4.634551395 4.485474851 5.131353486 4.883708049 4.737267495 4.78214421 4.558241506 4.812030893 4.691825704 4.53082945 4.807596747 4.633131881 4.994329385 4.78271254 +LQ08X011560 Putative General transcription factor IIH subunit 3 4.891869658 5.132792026 4.929402867 4.861170283 4.854246862 4.991194024 4.708760485 4.916171699 5.075032485 5.024738145 4.943509979 4.789403344 5.018556787 4.965182667 4.87451604 4.838429339 5.294113187 4.856567651 5.423798383 5.323806823 4.687515465 4.823442538 5.15023174 5.334198661 4.984269417 4.819444159 6.004523553 4.728687164 5.07743546 4.952721554 4.588468848 4.555841098 +LQ08X011570 Predicted protein 12.47457037 12.83223703 12.59182071 12.29110279 12.55227612 12.23587501 12.18636253 12.22680108 12.44672422 12.56985319 12.53142411 12.14680932 12.49147804 12.378017 11.89626001 12.14274893 12.2237528 12.6184811 11.81038629 13.54064189 12.96642246 12.84821592 12.7771477 12.73701802 12.15580645 11.89704518 12.04331712 13.23660421 13.06291015 12.58965197 12.90991788 13.05228304 +LQ08X011580 Putative uncharacterized protein 5.224490455 5.391039269 5.97718879 5.323548253 5.47313617 5.20276375 5.597053689 5.256908104 5.023295576 5.282836755 5.382077438 5.155612804 5.252088583 5.552770537 5.558169208 5.393156413 5.046731242 5.16505974 5.549538321 5.427971231 4.826300314 5.062694667 5.190529883 5.700386639 4.982730274 5.095582815 5.559740902 5.603061452 4.886240714 4.973164996 5.192686645 5.152671107 +LQ08X011610 Putative Auxin-induced protein 5NG4 9.619541394 9.002911618 9.520811882 9.84729085 8.787006653 11.55655115 11.24918732 11.58680467 9.35766742 8.881495588 9.672980293 9.676022152 9.304582446 11.90152004 10.43835352 11.68943355 5.324437227 7.336328361 5.293048489 6.704641402 8.639063715 8.732666762 10.27565991 10.14092233 7.060249034 7.070240136 5.731463654 6.908444127 9.896367312 6.34685757 11.2477373 10.15909164 +LQ08X011620 Putative Auxin-induced protein 5NG4 7.789644243 8.259022255 9.456324418 8.372357964 9.907893391 9.301561178 9.628057759 10.54902158 8.059963586 8.05731138 9.819713953 8.911536919 10.81836449 10.89322131 9.728176579 11.1877682 6.566264997 9.012044444 8.83830949 8.770449525 9.138936467 10.29806288 9.695207905 10.50216302 7.201173261 7.173678289 9.739774228 9.818168061 9.859617307 9.380347185 11.35644751 11.39298588 +LQ08X011640 Putative Transmembrane emp24 domain-containing protein 10 5.92402997 5.71107005 5.507920498 6.127637645 6.023238862 6.225819484 6.257920554 6.532912189 5.858152486 5.598075521 6.095250839 5.791478929 5.809654266 6.06134458 6.664148833 6.068728428 5.599546914 5.713693461 5.842387389 5.862896153 5.074582043 5.671030677 5.117505831 5.797734649 5.686843898 5.664727364 6.029138695 5.211877929 5.088521508 5.832003534 5.460882169 6.112033953 +LQ08X011660 Putative Aminoacylase-1A 10.32246051 10.4018879 9.750104826 8.839462702 9.2320425 8.564545257 8.562816347 7.785198326 10.16658362 10.13962123 9.836049766 9.232740605 9.486000734 8.684521471 7.985580941 8.357549326 9.638506393 9.783293605 10.50027452 10.29270282 10.33495917 9.230418205 9.177974617 9.636843417 10.00377676 10.07141126 10.79126179 9.94089531 10.7426895 9.250939022 9.485117057 9.357221889 +LQ08X011710 Putative Phosphatidylinositol-4-phosphate 5-kinase 8 5.07541412 5.198369538 5.23836348 5.374687306 5.115642566 5.086967923 5.089848697 5.077616441 5.286223317 5.529182956 5.110876911 5.000759063 5.593797119 5.21343845 5.584045906 4.922676576 5.269328592 5.648509111 4.821236207 5.856405816 5.661060869 5.863035828 5.261699435 5.61659776 5.645067276 5.581731735 5.103936673 5.285408575 5.428140726 5.60817178 5.798460018 5.150355371 +LQ08X011800 Hypothetical protein 12.44512357 11.45881071 12.76732883 13.42673731 13.17916823 13.48364217 13.22644514 13.23848072 12.02763824 11.03047077 12.48809868 13.3522242 12.73334928 13.20389209 12.98582719 12.95576614 12.06116772 12.71148377 11.76491924 13.12778876 13.03229324 12.46449925 12.97701177 12.73050826 11.60586057 12.05668885 11.82283314 13.36107662 12.20916079 13.30679813 12.37672492 12.39863967 +LQ08X011820 Putative pentatricopeptide repeat-containing protein At1g77010, mitochondrial 7.883198891 8.639943599 7.506453659 8.246281712 8.052280575 9.371621014 9.370741945 8.894096749 8.109902146 8.949506932 7.256353202 8.458723122 8.497322211 8.881804047 9.667147098 9.190969174 8.228627252 6.328409862 6.995296779 7.282498596 7.42618278 8.062274479 9.15676944 9.443958286 8.335346608 7.393379184 7.069076681 7.494780804 7.530949255 8.837154903 9.325785616 9.174005644 +LQ08X011870 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial 8.535538396 11.56733385 7.171817741 7.470186375 12.18563502 10.44137319 10.98678497 13.4854634 9.183778794 10.98439973 7.181838977 7.439507179 8.685892663 9.862238762 10.90049619 11.57090977 12.76253349 13.1213926 12.49922648 13.06021574 12.32283548 11.89849699 13.95183997 13.91616379 9.133921491 8.239935286 10.62259208 10.81983125 9.7340474 11.02843281 13.70467406 13.81947148 +LQ08X011970 Putative uncharacterized protein 5.982664845 6.079951162 5.809754519 5.937466046 5.547860568 5.709354573 5.67746136 5.770549063 6.188127183 6.439015342 6.426294533 5.842405043 5.853817091 5.540634129 5.731273803 6.014060733 5.463949617 6.358677311 6.99568777 5.982146875 5.401887249 5.90887569 5.932758952 5.826061579 6.075020056 6.099713205 6.639219621 5.538557118 5.978783634 5.935916905 5.24907645 5.512074419 +LQ08X011990 F-box/LRR-repeat protein 5 5.789087941 5.632931698 5.388356348 5.622788166 5.370560665 5.946339471 5.440146907 5.579587734 5.458328933 5.306216256 5.340838544 5.548226496 5.062700009 5.926107959 6.054145155 5.446130726 5.75250098 5.572688149 5.364834959 5.255647043 5.929802415 5.218310307 5.108555212 4.847753904 5.493390916 5.408463661 5.722574277 5.429474212 5.336399036 5.206463849 4.958067889 5.240118725 +LQ08X012110 Probable protein phosphatase 2C 11 13.63816582 13.58934027 12.73052178 13.22442867 12.5730207 13.45540772 13.68972356 13.57920764 13.58390228 13.56190728 12.81074108 13.2762013 12.85101751 13.28968925 13.61546477 13.46129427 13.75772587 13.53484551 13.67765748 12.41207377 12.54841286 13.01052126 12.71964864 12.34841449 13.65850299 13.60330045 13.66930671 12.38814578 12.06718858 12.89156863 12.86636483 12.45484694 +LQ08X012130 Predicted protein 8.591295977 7.830778449 7.934305456 8.061214941 9.355956609 10.91543914 10.89562082 11.49751806 7.568665658 7.260176771 7.181924164 8.40472965 8.436907222 11.119252 11.76380216 12.15681503 10.7501617 8.32896994 8.139809879 10.56882853 6.882568302 7.40482822 11.40560477 11.082247 7.921553691 6.297883845 6.377432246 9.329529736 6.068323494 8.128903165 11.87515371 11.87967824 +LQ08X012200 Putative Pre-rRNA-processing protein esf1 10.57165606 10.10053839 10.61578031 9.649982224 10.35831652 10.03228796 10.21585791 9.967095571 9.372827727 10.49122381 9.305507707 8.72679172 9.400288306 8.865886181 10.18346815 9.110024797 9.91594231 10.8562759 10.89416047 11.23795369 10.90747204 10.31876595 11.29042099 11.00183441 10.54325691 11.19158118 11.35720392 11.0830823 11.12262527 10.33227438 11.38639784 11.19406047 +LQ08X012320 Basic blue protein 6.571713946 6.029497135 6.144681556 5.965009738 5.685824439 5.822448766 5.844651058 5.947107066 6.008762114 6.128299218 5.715564852 5.840223315 6.424162499 5.751030705 5.423221494 6.121022198 5.950518384 6.19676838 6.547711234 5.950676418 5.917840193 6.417577447 6.856397186 5.187769202 6.113774167 6.85463138 6.724921122 5.63982362 6.0259743 6.255742706 5.734676676 5.623377023 +LQ08X012330 Putative carboxyvinyl-carboxyphosphonate phosphorylmutase 14.29258256 14.24083448 14.2139688 13.89679154 13.84099645 10.06115328 9.534105766 8.676647471 14.12039172 14.12740858 14.12014983 13.27669004 14.30525213 10.08264477 10.39839125 9.738746622 13.69460886 14.04728764 14.27113336 13.97884499 14.05108403 14.43423768 10.18597158 10.55298018 14.32541312 14.12489531 14.72635417 13.89850974 14.55950581 12.91901043 9.591754594 9.948425026 +LQ08X012470 Scarecrow-like protein 1 4.571817631 4.943844351 4.733211965 4.502529089 4.975836873 4.606432794 4.626466758 4.875880281 4.674407048 4.904284292 4.901648241 4.604934346 4.89379687 4.574060902 4.677313868 4.664892828 5.065428118 4.708497531 5.253077332 5.268637287 5.71787694 4.524748431 5.148179784 5.771435195 4.738053214 4.883314334 5.19318068 5.323619701 5.092359986 4.887520375 5.858483528 5.329238098 +LQ08X012490 Ribosome maturation protein SBDS 11.3961218 11.32694796 10.88550786 11.37098969 11.00897846 11.93301611 11.59823878 11.56865717 11.2453039 11.46339956 11.02437623 11.44294089 10.97618507 11.91041046 11.65598782 11.55264153 11.55095682 10.95858334 10.92245648 10.23152446 10.00743325 11.19586954 10.57769646 11.11816988 11.32605157 10.91572979 10.9645479 10.64090439 10.10154264 11.35640039 10.73432165 11.23181233 +LQ08X012550 Acyl-[acyl-carrier-protein] desaturase, chloroplastic 8.596061816 9.375593726 7.398228275 6.962344473 6.00338892 6.596892506 6.01054012 6.155944398 8.86761721 10.22595627 7.575891124 6.94927748 6.392499913 6.489467065 5.75267245 6.067206362 12.02503692 7.877298108 9.87067866 7.086593938 7.10330828 6.640613695 6.254536274 6.350612531 10.58607417 8.371268792 9.653496605 6.07601819 7.80032573 6.408766929 6.551306683 6.262316746 +LQ08X012560 Alcohol dehydrogenase class-P 6.954128017 6.67895741 7.395471817 7.159442212 6.470684682 6.682470284 6.50835477 6.227109213 7.063325162 7.181717195 8.027458641 6.566135996 7.418632739 6.213580643 7.421477799 6.59757152 6.681028756 6.902316765 6.071038292 7.368958629 7.145706467 6.898091266 6.845874062 6.140282092 7.16049998 7.26339285 6.725398272 6.769315667 7.857393063 6.355455666 6.273585295 6.430039495 +LQ08X012590 Alcohol dehydrogenase class-P 6.3761558 6.099196313 6.274275171 5.369980019 6.077217889 5.572833997 5.405004555 5.55019928 6.278578172 6.010661593 6.758663796 5.653584594 6.125533686 5.674624917 6.079638337 6.390375133 6.774817641 6.248963253 6.830801544 6.507344595 6.051126158 6.045885892 6.413766778 5.763881514 6.265143926 6.260416396 6.326401469 5.463988757 6.275657674 5.866786458 7.016683621 6.196072638 +LQ08X012650 Alcohol dehydrogenase 1 5.295214669 4.90788935 4.887852404 4.919216699 5.173799975 5.136314396 5.023910564 5.237645615 5.125549308 5.257864156 5.249937946 4.89084399 5.264851745 4.979042386 5.030114507 4.996800159 5.172359149 5.127080837 5.42853548 5.037872889 5.243717747 5.383893534 5.50385674 4.915505039 5.221849084 5.300112851 5.978198751 5.199374961 5.317786259 5.327578502 5.337674096 5.111536634 +LQ08X012660 Putative transcription elongation factor SPT5 homolog 1 13.2944757 13.53936022 13.14004288 12.85556547 13.39575008 13.07223369 12.78783592 13.14179101 13.10490156 13.03094768 13.25342621 12.50446044 13.29140036 13.17713982 12.76132651 12.95854433 13.14310088 12.76411791 13.26470016 13.08041169 13.01886364 13.01273964 13.20897944 13.75074139 13.25549033 12.90882052 13.40396891 13.1813625 13.13075641 12.97135704 13.39802161 13.9436279 +LQ08X012670 Hypothetical protein 4.678203444 4.869325741 5.233254521 4.540282458 4.887284881 4.759554605 4.668571287 4.590581885 4.801634013 4.809619356 4.971277517 4.662603975 4.575171889 4.661966411 4.667618232 4.506189624 5.237152636 4.903319715 5.005226944 5.263540993 5.103528492 4.573917964 5.284429535 5.477555114 4.805760989 4.76102849 4.952484038 5.170818655 4.917161093 4.806708159 5.735005196 4.981282459 +LQ08X012700 Peroxidase 43 11.73192341 11.01933009 11.33068463 10.24143694 10.69024635 8.386526631 5.811474856 6.424370959 11.26998152 10.25733134 11.06396568 10.22230327 10.3867864 7.56560873 6.745750409 6.497737225 11.93841139 12.0602419 11.94671582 11.98232799 11.32526447 10.40033335 6.339252034 7.533992477 11.22350942 10.54740149 10.49901485 11.53396991 11.14390885 8.780833236 6.081794633 6.135987861 +LQ08X012710 Predicted protein 6.881377201 6.081868363 6.21631415 5.523472643 6.590767306 6.045433126 5.228736848 5.272645191 6.897475469 6.208743129 6.838630475 5.991601974 5.955748397 5.863822294 5.690431483 5.635850036 5.830786677 6.22310877 6.188289973 6.085468441 6.867883589 6.226228561 5.216150235 6.265691703 6.02947202 6.628218141 6.627064612 5.537326199 6.535904873 5.448590779 5.190633197 5.070567058 +LQ08X012740 PsbP domain-containing protein 4, chloroplastic 4.884942361 5.131552406 4.937495612 4.997270483 5.149039254 5.459130567 5.152085389 5.377831398 5.212003109 4.806666279 5.041782489 5.177779642 5.274522612 5.216568655 4.882371968 5.313098019 5.129560182 5.822102872 5.369903399 4.939625033 5.265870745 5.588179164 5.228992649 5.461058786 5.268675984 5.307596817 5.024559974 5.57342144 5.288750454 5.112766961 5.106933229 5.089171061 +LQ08X012750 Hypothetical protein 5.406409378 5.433450439 5.109276229 5.409244901 4.928063874 5.326922031 5.357546738 5.0169979 5.007487939 5.202715448 5.436120204 5.292841999 5.600047862 5.255282849 5.411596798 4.771408116 5.375795945 5.322419832 6.128575344 5.269462138 5.068400956 5.130992538 6.026033408 5.646887901 5.243852134 5.500337475 6.81282564 5.485687282 5.46558989 5.354952968 5.298168451 5.036794712 +LQ08X012800 Putative Protein RUPTURED POLLEN GRAIN 1 5.571423852 5.387257387 5.82021588 5.564549563 5.327538248 5.790396311 5.43187469 5.603687073 5.497149387 5.148719594 5.585356872 5.717725669 5.232020998 5.86169402 5.628894396 5.343138145 5.23010328 5.436503361 5.428141487 5.831973534 5.510464605 5.449934925 5.270924284 5.433402155 5.098933197 5.523707301 5.651942659 4.96980445 5.86711106 5.7448047 5.341025942 5.25430761 +LQ08X012860 At1g43130 5.071043715 5.137618697 4.865966512 4.711763624 4.942698171 4.64679105 4.831287901 4.807155272 5.254626897 5.062890117 5.291330844 4.902706089 4.946789241 4.845882995 4.925700899 4.855717775 4.97287687 5.38227569 5.27494987 5.009619579 4.829514557 4.94733779 4.941965702 5.197794773 5.103787218 5.188422024 5.478230591 5.248714819 5.472073502 5.259469183 4.955458464 5.098764536 +LQ08X012890 60S ribosomal protein L3 14.90041959 15.13150082 14.27519182 13.94775436 14.12261476 14.00161432 13.89830997 13.56534483 15.13966574 15.13570624 14.6458009 14.4544013 14.25690898 13.90034724 14.3010549 13.53502709 14.68865343 14.4460878 14.21601069 14.49853969 14.52326545 14.21011539 14.1157109 14.06791126 14.64831311 14.69963095 14.61251037 14.05338142 14.87963822 13.94953282 13.96132877 14.22079081 +LQ08X012910 Hypothetical protein 6.280646954 6.330628269 6.11006101 6.037458131 6.509918629 5.848316684 6.385554194 5.947263445 5.938880455 6.046916349 6.057503708 6.603040028 6.541572618 6.097931508 5.748283989 6.363250207 6.433881564 6.75069911 7.076957983 6.322782318 5.793687874 5.973655201 5.937232806 5.797494681 6.171254196 6.594162956 7.050523099 6.818290388 6.363212202 6.456456283 5.560849281 6.298053454 +LQ08X012920 Cellulose synthase A catalytic subunit 6 [UDP-forming] 13.54719484 13.14506511 14.21507052 14.07645093 14.38120641 11.68038121 10.88264621 10.49365771 13.71208779 12.96081004 14.18345648 14.5197991 14.57206034 11.15765445 12.50188823 11.1238163 13.14001765 13.60775631 13.2947663 13.42641555 13.77760001 14.0800162 11.27211393 11.51694017 13.48872754 13.8000541 13.14241516 14.15881931 14.26885023 14.7975501 10.80487854 11.30633688 +LQ08X012970 Hypothetical protein 5.175313278 5.229930566 5.156131344 5.102700748 5.526155738 5.288115209 4.84992594 4.868910391 5.102823651 5.178756031 5.084239963 5.274617369 5.020409864 5.73778384 4.809679174 5.045884577 4.951647578 5.106039477 4.880455879 5.207692575 5.094376941 5.005156534 5.166891409 5.158437667 5.100358721 4.884163947 5.261373164 5.033484212 4.89881214 5.467706518 5.382346884 5.914076276 +LQ08X012980 Putative Protein SET DOMAIN GROUP 41 4.714179879 5.266881887 5.313021121 5.060775307 4.687640928 5.018871707 4.970421672 4.762474821 5.067702996 5.249702563 5.158636691 5.018653588 4.945603158 4.907891663 5.220369174 5.345875947 5.092011541 5.164819135 5.47654258 4.761979874 5.379804685 4.906013292 4.743043636 5.305158664 4.838476087 5.143087574 5.263427037 5.331464001 4.922155519 4.805469801 4.83297366 6.140144086 +LQ08X012990 Thioredoxin-like protein slr0233 13.62785314 13.73432461 14.01077355 13.52663531 14.00708014 12.42579486 13.42237194 13.4456896 13.77575718 14.13250366 14.18790126 13.62696004 14.35833916 12.95423616 13.79635774 13.91976097 13.40565874 12.77806672 13.49721225 13.54827142 13.85736027 13.87277481 14.41694375 14.45755448 13.66662811 13.49412562 13.89058479 14.19474763 14.02738001 14.22539504 14.593887 14.64492386 +LQ08X013000 Putative uncharacterized protein 13.76676698 13.8261056 13.26832115 12.98820593 12.86843904 12.91811994 12.73097538 12.49263106 13.58080457 13.50936991 13.36233415 12.91873923 12.98073235 12.69277895 12.72872232 12.75690214 13.70516642 13.80784778 13.59086993 13.57469251 13.4347672 13.01882538 12.98046834 12.84320646 13.48942624 13.62949689 13.68036526 13.23312652 13.37589777 12.85818178 12.78276562 12.73676893 +LQ08X013040 Predicted protein 5.894837623 5.98224723 5.56677642 5.829228956 5.932784264 5.977292385 5.884856605 5.683899142 6.078541966 6.493656078 6.282733379 5.780897096 5.759029538 6.044343181 6.020959227 5.998912915 5.856893414 5.808257623 5.909544291 5.648041517 5.982002374 5.725509113 6.187818525 6.053433597 5.770298951 5.743775208 5.990937706 6.095837149 5.869212265 6.058146904 5.136200938 5.822106914 +LQ08X013070 Putative Early nodulin-like protein 1 5.559653576 5.496807549 5.986638829 5.868499142 6.837362576 5.619772802 5.858538471 5.713396991 5.371847073 5.194725923 4.966601407 5.915589783 6.608774485 5.401331369 5.148259439 5.273392576 6.099730206 6.355716773 6.62957621 6.198477747 5.527499084 5.961837705 7.194093686 6.253649803 5.900590966 6.195166724 6.39489286 7.740107596 6.335691764 6.001637647 6.839740556 7.509263551 +LQ08X013100 Putative uncharacterized protein 12.38816201 12.04700502 11.94625442 12.53061823 12.38294992 12.74534675 12.70712214 13.07222407 11.91300531 11.85492967 11.64813765 12.48241083 12.14949047 12.58974164 13.04575679 12.71219613 12.00221181 12.15496308 12.41311745 11.98611635 11.76819935 12.51345048 12.05522315 12.54145181 12.18637656 11.88375374 12.15668397 12.38761469 12.03267448 13.02685294 12.01454815 12.62604903 +LQ08X013130 Putative uncharacterized protein 10.18928418 10.24211326 9.311442106 10.02463432 9.1423039 10.64727403 11.25748241 10.75923024 10.1585151 10.35191841 9.475259867 10.01137152 9.171310553 10.82657889 10.95685745 10.61637584 10.15892439 10.17574671 10.35529781 9.868627646 10.17227255 9.414315431 11.47339718 11.27706293 10.44309196 10.42623567 10.92541591 9.86600422 10.0791567 10.23546393 11.62283026 11.55866086 +LQ08X013160 Hypothetical protein 5.20364356 4.650076049 5.193265663 4.916813761 5.110130493 4.460682078 5.061198472 5.203715292 4.985238764 4.80905998 4.963499142 4.975592455 5.285627849 4.821449944 5.327509055 4.91658179 5.17445468 5.267065798 5.031225556 4.935686123 5.073806749 4.819925252 5.263427281 5.620091602 4.784548286 5.085742982 5.026159706 4.991566284 4.864783612 5.404773922 5.085715763 4.820974459 +LQ08X013300 Peroxidase 12 6.073472815 6.722323477 5.185032943 5.174678195 5.100433407 5.69781269 5.976480982 6.910546022 5.53701959 5.763874775 4.897946713 5.209737119 5.07443988 5.932409594 5.776232661 6.487108752 6.450823571 7.200379557 5.71036667 5.404045404 5.124066082 5.146709174 5.744112657 5.078336219 5.979828856 6.015444764 6.172954917 5.626996068 5.729024196 5.24670065 5.885153827 4.990105947 +LQ08X013340 Hypothetical protein 4.643055665 4.581895121 4.576058714 4.725352028 4.572672064 5.182432442 4.700703035 4.888234488 4.716701922 4.547452352 4.948500958 4.68780856 4.636910419 5.298134337 4.771227539 4.603126443 4.749968662 4.620170437 4.800376382 5.171620013 4.99491536 4.696366364 4.841941652 5.200201331 4.715152399 4.671919466 4.620305248 4.820083094 4.640123796 4.783536579 4.914496901 5.277816213 +LQ08X013360 Predicted protein 14.02396815 12.58218392 13.32947663 13.95534645 13.08661025 13.23876654 12.7867534 12.63054233 13.442592 13.23508569 13.10749843 13.19106379 12.23320297 13.28364913 12.5072498 12.59314211 13.46938838 13.84736475 13.09032428 13.31871359 13.19309259 12.8018296 12.35544229 11.02867833 13.54208887 13.18835489 13.30366538 13.09882437 11.9020308 11.75391884 11.66005525 11.17692018 +LQ08X013380 One helix protein 2 4.598746503 4.886920097 5.077375958 4.954438887 4.998704511 5.000463883 5.035449849 5.148844284 4.887118439 5.388583839 5.365104591 4.962965602 5.183262056 5.151857557 5.264389557 4.988579646 4.758833683 4.978972069 4.887313948 5.037229555 4.930239876 4.815631456 5.715762041 5.547300363 5.303604282 5.100454257 4.911362626 4.824436011 5.114845883 4.976359216 5.618109102 5.540044506 +LQ08X013390 Putative uncharacterized protein 13.52830902 13.86609832 13.28727087 13.80230623 13.46390407 13.47968242 13.42673067 12.81922968 13.60721846 13.71796798 13.58846934 13.68996851 13.77699688 13.34302745 13.32393953 12.53293872 13.82816505 13.88617969 12.92367681 13.21795963 13.43888786 13.86342976 12.81441096 12.71854107 13.78582075 14.02175595 12.90527834 13.24223784 13.62455606 13.19814531 12.71584937 12.73990169 +LQ08X013410 Predicted protein 12.54782369 12.9637371 13.10551937 12.11302439 12.62703261 12.40898795 12.34015246 12.48161119 12.79678636 13.0978572 13.01573914 12.44416003 12.8157999 12.53557185 12.63781543 12.72355289 13.15056055 13.0861808 13.47765637 13.44035141 12.97966128 13.11055719 13.26490219 13.316277 13.2257656 12.94310169 13.67088177 13.3532589 13.21883518 13.2296358 13.22753801 13.51657689 +LQ08X013420 Putative Uncharacterized membrane protein At1g06890 12.05317559 12.12645203 12.42150051 11.70645536 12.11153002 10.31073248 10.37720789 10.33204408 12.21946543 12.22583811 12.62422863 11.90537591 12.54750544 10.60984883 10.54459439 10.53716132 11.8248 11.56393992 12.36024409 12.43293485 12.17961236 12.22995229 10.49653186 10.72237666 12.31423499 12.1019795 12.29368894 12.3827981 12.7620169 11.92384654 10.53604436 10.69189522 +LQ08X013430 40S ribosomal protein S18 5.526629491 5.252830434 5.753530158 5.566579302 5.42278542 5.774234104 5.521323531 5.3472223 5.49243362 5.834330376 5.819222617 5.471142509 5.644717508 5.464863613 5.552065735 5.354206916 5.305919905 5.516631238 5.698270029 5.663458466 5.368684895 5.482465338 5.375372192 5.37909554 5.478262106 5.763396619 6.156956939 5.678446864 5.633946018 5.470782369 5.603608831 5.065990437 +LQ08X013470 40S ribosomal protein S18 14.82926344 14.92498108 14.63119524 14.34437117 14.35183756 14.16431288 14.20114454 14.20384977 14.9955389 15.22167594 14.89675278 14.86930043 14.61008482 14.57934579 14.5386745 14.50963418 14.78922401 14.97296505 14.69396318 14.80201756 14.65697548 15.13579599 14.28682163 14.28861112 15.24926106 15.28175252 14.94447219 14.69765944 14.50658245 14.84290673 14.2432092 14.32832647 +LQ08X013500 Protein GIGANTEA 8.830508538 8.280445029 9.059299725 9.719508947 9.38172432 10.0162115 10.75781294 11.04363032 7.839597013 6.103326851 7.835524771 8.694709153 7.542943963 9.406629245 9.378946453 9.362033561 9.094762628 8.484132732 9.802846941 7.654199272 8.776792381 10.09525384 10.38085697 11.22895412 9.410904967 8.549195059 9.922466449 8.370542422 7.804794376 10.54274697 10.27102693 11.68028637 +LQ08X013530 Predicted protein 12.7914754 12.52288018 12.51986261 13.07112049 12.45434182 12.520445 12.70410562 12.49813399 12.55783794 12.44289604 12.65913605 12.91805669 12.57643087 12.47554021 12.35133727 12.5625979 12.42274852 12.39239637 11.85908483 12.13244103 12.03262343 12.04953677 12.0757734 11.911624 12.22283924 12.25687443 11.72393477 12.21720403 11.46496012 11.94197652 11.77948401 11.68311368 +LQ08X013670 Chaperone protein dnaJ 72 11.42039957 11.28061234 11.84521605 11.52567393 11.72341841 12.4189344 12.33253583 12.25263812 11.50936303 11.32271514 11.76900826 11.74972161 11.99942923 12.45623727 12.26728551 12.35854648 11.67214753 11.69499105 11.88261528 12.24002419 11.90846839 10.72183972 12.80028598 12.36269787 11.50758895 11.36162289 11.5859227 12.21236528 11.80381681 10.89041419 12.57612948 12.38481728 +LQ08X013780 Hypothetical protein 5.335256213 5.037259349 5.524965496 5.339860315 5.312069579 5.51098029 5.439384926 5.671733926 5.538450248 5.37253124 5.635526033 5.194752473 5.452691149 5.306770819 5.794077712 5.367511882 5.8117043 5.378776725 4.939431603 5.195618817 5.522755942 5.349883989 5.512239469 5.412333171 5.505291551 5.500866513 5.264502429 5.13803132 5.266429081 5.370396682 6.095117374 5.024533629 +LQ08X013790 Putative Protein phosphatase methylesterase 1 6.230761962 6.298262713 5.584827759 6.174078664 6.116943472 6.359931432 6.559513405 6.801998377 6.240932068 5.899965246 5.586882791 6.322942457 5.663332498 6.571067328 6.152705997 6.158494634 6.861456097 6.412720341 6.536150152 5.938248457 5.641109912 6.067900546 5.74731274 5.994647767 6.253837107 6.26638385 6.250825382 6.004571681 5.885355744 6.620975006 5.54965311 5.335460635 +LQ08X013800 Predicted protein 10.18626133 10.05680791 9.75644549 10.30244783 9.798020041 9.502010083 9.602224193 9.578450496 10.49127967 10.1341284 10.38235418 10.16351598 9.839107175 9.500736296 9.617657413 9.596713019 10.07114324 9.831297183 9.223419786 9.88938658 9.581024657 9.585631312 9.508683251 9.21556926 9.801038694 9.569690128 8.950002209 10.15647079 9.275309181 9.672383357 8.937340067 9.183506967 +LQ08X013820 Hypothetical protein 5.705624786 5.703254518 5.971661801 5.070142033 4.970612361 5.200517779 5.153201524 5.322769897 5.965245713 5.54385005 5.878672006 5.148979291 5.405178546 5.054598556 4.825355303 5.317503304 5.411175124 6.345601559 5.886463298 5.569949206 5.435903631 5.763049998 5.603289737 5.417882996 5.666910627 6.207784214 5.77688523 5.393600236 5.720616876 5.625777264 6.272948696 5.389320374 +LQ08X013830 Putative Non-lysosomal glucosylceramidase 5.378516972 5.503764718 5.209196688 5.412083583 5.750773272 5.326018979 5.954968086 5.805415131 4.986643381 5.081840647 4.933027968 5.61047992 5.05922796 5.57896777 5.197143154 5.857517905 5.078901597 5.414947812 5.869028174 4.79762939 5.303850233 5.607338795 5.497188797 4.924101641 5.466245243 4.899720585 6.084480184 5.552759251 5.773735406 5.706515434 4.919918953 5.396603669 +LQ08X013840 Putative Tubulin-specific chaperone E 8.546551229 8.845101527 8.502693586 8.169951881 7.733624186 8.135482824 8.173555455 7.512471464 8.671138079 8.990409606 8.59590185 8.085309914 8.063146859 8.282936305 7.337403375 6.884791679 8.394628839 7.945761957 7.907070013 8.680718177 8.787325855 8.038193952 8.370036033 8.741413882 8.805343788 9.067024734 9.424995716 8.237889342 9.480117073 8.035126481 8.852450725 7.539642498 +LQ08X013850 Putative Far upstream element-binding protein 3 6.244418899 6.710594871 5.256565745 6.414435529 5.60588681 6.426724105 6.785035725 6.823571425 6.488675564 6.434444289 5.810503313 6.231325423 6.312411383 6.478558856 6.649596194 6.511876741 6.064483303 6.546217592 6.140812393 6.023223688 6.13159894 6.100038116 6.049514532 6.768727243 6.351916811 6.216161044 7.60660351 6.288506008 6.134429087 6.33403535 6.256246728 5.259812807 +LQ08X013860 Putative uncharacterized protein 9.899715429 9.769089292 9.767817907 9.87443171 9.483325431 10.24861455 10.14914083 9.886848088 9.921846189 9.676024262 9.902644799 10.07039247 9.802725104 10.30197057 10.37317246 10.04548998 10.44988363 10.33424583 10.38407412 10.07430793 10.14170762 9.873645547 10.37048664 10.20384913 10.49660126 10.26915761 10.25739564 10.23790399 10.36389107 10.14984926 10.18342867 10.35586209 +LQ08X013900 Predicted protein 12.39949721 12.29628025 12.75770067 12.57013193 12.06984419 12.44599706 12.65393533 12.35847153 12.51872126 12.43380234 12.68683317 12.74837391 12.30118487 12.59399146 12.31509303 12.56440043 13.101158 12.2028089 11.82221607 12.15832982 12.09841767 11.93131421 12.55657594 12.06529057 12.19215332 11.6375865 11.84138354 12.0724603 11.06905738 11.92625053 12.21570881 11.67050912 +LQ08X013910 Putative TVP38/TMEM64 family membrane protein slr0305 13.77209422 12.58372772 13.80140098 14.16853636 13.06161219 14.83017724 14.53641202 14.39466197 13.44076348 12.18622599 13.3184038 14.09126517 13.20961337 14.6981827 14.51924165 14.01302648 12.71241647 12.68459604 12.25377401 12.60471071 12.52023294 12.90845877 13.90835431 13.10193772 12.63421812 12.75591712 12.14475143 12.90011036 12.85154942 13.31939842 14.03003594 13.12434748 +LQ08X013920 Putative Gag/pol polyprotein 5.476114003 5.356667271 4.639666308 5.252747736 4.825180058 5.569234167 5.47100427 5.572339456 6.152072081 5.167119314 4.939476084 5.209965824 5.043262902 4.985566125 5.273247898 5.080160213 5.433100055 5.554875916 5.806714284 5.481544589 5.414826689 5.120933606 5.036893745 5.663889129 5.734317342 5.764053405 5.399155135 5.857114809 5.518241704 4.965608184 5.051135762 5.299489397 +LQ08X013960 Bifunctional aspartokinase/homoserine dehydrogenase 2, chloroplastic 13.39162028 13.15287806 13.32604286 12.84602354 13.12694765 12.33818322 12.30160923 12.11654421 13.60577924 13.86215566 13.68559273 12.96833171 13.24772095 12.43130774 12.50012378 12.75831481 13.30333443 12.89661921 13.24886331 13.2516626 13.19769356 13.17577673 12.83946488 12.86851957 13.81913958 13.1614716 13.20129791 13.12554301 12.92837369 12.68586054 12.44894151 12.47804757 +LQ08X013980 Putative uncharacterized protein 14.66038466 14.25822725 14.79513144 14.69745828 14.75394925 14.48192437 14.53258732 14.38270025 14.26261968 14.03513216 14.56283621 14.4872771 14.74942384 14.5404593 14.61142894 14.54298439 14.59224568 14.55900076 14.07389749 14.79858463 14.94628261 14.39219402 14.87624611 14.62677756 13.95479835 13.77627579 13.76324292 14.61407638 14.78320644 14.51156009 14.93359437 14.7668276 +LQ08X014030 Molybdopterin synthase sulfur carrier subunit 13.3885751 12.90218222 13.43719038 13.21738905 13.35087668 13.65721102 13.49015008 13.58024115 13.53787304 13.52240365 13.59301128 13.41586784 13.52939277 13.81858708 13.67581581 13.8400387 12.91514835 13.13305896 13.3567735 12.74385203 12.64159353 13.23956353 13.0824781 13.25244712 12.98456922 13.03745678 13.04070813 12.85542242 11.80944203 13.00012846 13.18562289 13.13712536 +LQ08X014040 Putative Vesicle transport protein GOT1A 11.75952251 11.99815927 12.2045456 12.15777485 12.09431724 12.47959827 12.21485249 12.35873401 11.94561471 12.21967591 12.42205668 12.09244937 12.57072527 12.44180236 12.17459594 12.62802899 12.12032109 12.06395365 12.01444687 12.33183562 12.42921501 12.12835784 12.62855068 13.208334 11.87424869 11.96423206 11.96668962 12.27796873 11.96346415 12.22542922 12.58801003 13.19529768 +LQ08X014060 Predicted protein 11.77984203 11.48186127 11.83639082 11.53509592 11.57628849 11.78999334 11.86689268 11.84726349 11.73021415 11.11189832 11.76722981 11.69308795 11.63784615 11.70183312 11.82932796 11.8501111 12.37919227 12.72144684 12.54617758 12.53790959 13.16059453 12.02874223 13.11578814 12.50608516 12.03214852 12.36057555 12.46050457 12.2971334 13.15393688 11.89195363 12.93413505 12.45402021 +LQ08X014110 Endoglucanase 9 10.59619733 9.994495961 11.19207728 10.05936787 10.54344459 7.632603727 6.699030188 7.77799584 10.75784916 9.992479627 11.32068294 10.06284406 10.60091071 7.93185568 6.578430466 8.479907313 8.224959734 10.19488762 8.883440985 11.75796469 11.35298952 10.70609604 7.705095009 7.083158583 9.913679665 10.88278963 9.387740495 10.94127567 11.24282923 8.766695171 7.392875753 7.08213146 +LQ08X014160 Dynamin-2B 5.053749889 4.993028666 5.302750306 4.680941137 4.761506052 4.764313791 4.759151552 4.820491799 5.058301117 5.299305541 4.802250822 4.727603737 4.886515968 4.790356133 4.707294416 4.920939571 4.974212282 5.00829981 5.647917469 5.584120869 5.389783157 4.786942947 5.012997518 4.92208958 4.967123406 5.256213338 5.134378845 4.890436864 5.452166388 4.822950801 5.146589345 4.940943709 +LQ08X014190 Predicted protein 4.720821572 4.861558108 5.21537881 4.756014736 5.079676818 4.804112541 4.612107449 4.769673199 4.925585168 4.932991124 5.149344057 4.721218603 5.078267777 4.624753105 5.022730607 4.760176524 5.084648786 4.846374361 5.042610106 4.85393646 5.088172702 5.277141038 4.995545835 5.232704175 4.886144782 5.118139231 4.717042507 4.808110985 4.886576473 5.034025004 4.992208819 5.283248287 +LQ08X014210 Putative Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex 5.486771561 5.664473976 5.64773998 5.938465548 5.699256998 5.872757139 5.785908332 5.556910525 5.739506296 6.992445509 5.455069244 5.778456112 5.968527262 6.17985861 6.069594043 5.759740553 5.637610748 5.809604202 5.692004311 6.242059706 5.853786571 5.559032724 6.001358076 6.133599073 6.124958736 5.754331014 5.66924683 5.654738043 6.468700573 5.744525015 6.849167012 6.529480601 +LQ08X014240 Putative Predicted protein 11.37485826 9.778590393 11.82944388 11.47815208 10.94864956 12.70313482 12.76591236 12.4428809 11.04162888 8.667113643 11.60532116 11.52820346 10.07335594 12.71177437 12.00249878 11.62641435 10.16736643 11.74611127 9.705752477 12.40873686 11.99257052 10.4220947 12.9141104 12.19600172 10.00624382 11.10788982 9.870298188 12.45947774 11.36045818 11.12409773 12.48542434 11.98444212 +LQ08X014310 Predicted protein 10.6662153 10.80508369 10.96180176 11.27617725 10.00549839 11.6962571 11.77615937 11.42508921 10.8827588 10.72840393 11.0773444 10.76397964 10.52035731 11.92504464 11.55592493 11.5240792 11.12127506 10.53435147 9.955746204 10.69320785 10.34341395 10.32062789 12.10540957 11.70702761 10.50684022 10.05858414 10.15067411 10.50637201 9.976117218 10.5667357 12.14403978 11.47436446 +LQ08X014320 Gibberellin-regulated protein 2, putative 11.37625812 12.11432371 10.12998837 9.267942289 10.25276046 6.934243615 6.762843235 6.917829153 11.80567836 12.92013748 11.00778944 9.968762468 11.49151059 7.13442803 7.425625784 8.213977011 12.92241634 11.98734545 13.91687769 10.97040044 11.64653436 12.72831417 7.37818928 9.418565724 13.65945044 13.00600508 14.00854458 11.08050909 11.01840826 11.51597641 5.942767704 9.217393857 +LQ08X014340 Putative uncharacterized protein 5.345951264 5.256077774 5.287511035 5.599891583 5.163993158 4.731950282 5.195014955 4.822374924 5.191184232 5.6695954 5.505489349 5.556244255 5.444824285 4.725555258 4.94972529 5.243075564 4.74142674 5.052361865 5.632901893 5.105516125 5.242784337 5.596359677 4.922094082 5.191479264 5.424505193 5.268606291 5.208351062 5.474536163 5.059848369 5.069630403 4.876902704 5.864499144 +LQ08X014390 50S ribosomal protein L21, chloroplastic 13.98301645 14.24385802 14.09463609 14.35605504 13.92261491 13.55838983 14.04746566 13.12585115 14.00536524 13.98414665 14.13181737 14.44581179 14.35892865 13.71358293 14.09653572 13.46536896 12.92455081 13.9290752 12.92448534 14.28848092 14.63431692 13.98956398 14.50432255 13.89226377 13.30355464 14.05785909 13.59917675 14.19476223 14.60301612 14.11043458 14.61653374 13.8448726 +LQ08X014400 Calcium-dependent protein kinase 11 10.73763587 11.0897223 11.21652699 11.27177466 11.75097192 11.1251634 11.6046854 12.06717245 10.82412101 11.04561152 11.45609574 11.1821305 11.5588935 11.41240632 11.91784336 11.86914132 11.06978251 11.0257389 10.99491781 11.51039598 11.31216884 11.52720486 11.81732244 12.40069001 10.92432329 11.23833578 11.00927207 11.62629701 11.97625516 12.13988556 12.00060284 12.46456556 +LQ08X014410 Hypothetical protein 14.61621849 14.16346283 14.742224 14.93607573 14.99573159 15.1502813 15.02845754 14.98487701 14.57913189 14.45567592 14.5573013 15.02015653 14.98107311 15.03964438 15.07092796 15.12312038 14.85287777 14.86987668 14.74005005 14.80447543 14.59190309 14.85415301 15.01187153 15.00660087 14.43611834 14.10579612 14.25125229 14.97198515 13.8246334 15.01418838 14.82677237 14.82240903 +LQ08X014470 Putative uncharacterized protein 10.77786223 9.720800768 11.02891555 9.567981306 10.93701825 9.169825737 8.547152975 8.954087325 10.43818357 9.754042581 11.04308586 9.867058866 11.01969028 9.344403066 8.350827954 9.512922904 8.284021224 9.406150059 7.52389114 10.24250998 9.853471385 9.960642441 6.39502719 7.853563571 9.062056163 9.472208579 7.809261345 9.479669543 10.21842097 8.547578148 6.805132991 8.490083358 +LQ08X014490 Putative E3 ubiquitin-protein ligase RNF167 6.114130598 5.600954902 5.483234074 6.176340438 5.431731394 6.317472245 5.901800929 5.871889118 5.721201777 6.070129816 5.134354714 5.928441067 6.146682533 5.989997867 6.781807382 6.460710539 5.563653675 5.40705327 5.578927656 5.286637365 5.273990043 5.248019001 7.321896306 5.730806569 5.803388665 5.641276801 6.142040011 5.700007078 5.277237954 5.458513124 5.911449948 4.960611987 +LQ08X014500 Putative Protein disulfide-isomerase 2 5.488521973 5.364648725 6.16264761 5.695202149 5.87047259 6.063417045 5.491023196 5.927689963 5.549560768 5.432925889 6.325202178 5.665317146 5.939419132 5.734674389 5.935383329 5.721257228 5.72770418 5.739318751 5.229662417 6.272678705 6.463622254 5.608128541 6.969512962 6.229757143 5.951482447 5.862757679 5.461879921 6.309893549 6.308601986 5.897384721 6.299387122 5.957814197 +LQ08X014530 Putative Protein disulfide-isomerase 9.192794799 9.504042171 8.771777888 8.313929059 8.149612064 9.492949139 9.135924704 9.196588432 9.465447241 9.529619753 9.261963974 8.566352726 8.421133665 9.529902724 9.342394413 9.019501829 9.569409973 9.006032788 9.711408961 8.768391006 7.914117449 8.835238493 10.43531299 9.966709391 9.284690379 9.274968533 9.851776951 8.403518852 8.773108505 8.998936791 10.44359238 10.03040425 +LQ08X014560 Probable exocyst complex component 6 5.606146631 5.698583522 5.46936071 5.37596922 5.601231994 5.515104146 5.238050285 5.258405457 5.488341098 5.565583786 5.95361935 5.581599239 5.207351479 5.183935209 5.222322397 5.512182269 5.474698532 5.811061073 5.592903275 5.162281959 5.477430267 5.31953876 6.139881988 5.916007608 5.693358167 5.6308717 6.213093205 6.174262353 6.814958143 5.62844052 6.154144048 6.571853893 +LQ08X014570 Putative Indole-3-acetic acid-induced protein ARG7 5.063347998 5.348632247 5.220024326 5.198026098 5.442810434 4.769618283 5.055332417 4.902690929 4.99905607 5.358957753 4.709941171 5.353709415 5.004920347 4.975947068 5.229895486 4.952932065 5.425757368 5.429592588 5.35335021 5.152832741 5.264866975 5.253874376 4.987940443 5.230693014 4.978692965 5.650588141 5.085722857 6.035107718 6.19030481 5.226935789 5.73006307 5.022320312 +LQ08X014610 Hypothetical protein 6.788933845 7.120582889 5.721248341 7.414416889 6.698647916 8.377769144 8.637899644 8.277881941 6.899471307 6.814891564 6.825429819 7.185998037 7.542602385 8.144623128 8.34515949 8.284883221 6.175932081 6.514321907 6.752700862 7.447577237 6.501715843 6.974881471 6.860265829 6.74829009 7.214679546 6.821776213 7.430861693 7.395042844 6.064935985 6.837801679 8.075187346 5.901120127 +LQ08X014620 Hypothetical protein 14.5450154 13.97652732 14.66596062 14.32942598 14.3755278 14.3885667 13.94048941 13.54624157 14.70196629 15.10136664 14.86163489 14.26218022 14.54470113 14.2242961 13.56992576 13.71532568 14.58533304 14.10743415 14.7637704 14.35251896 14.31937175 14.64509446 14.11998817 14.00778474 15.00864467 14.38867138 14.57814162 14.45421777 13.4666847 14.14676773 13.93391597 13.78572759 +LQ08X014650 Putative Deoxycytidine kinase 5.736979882 6.266740714 5.130616216 5.769203527 5.320441343 5.749356677 5.955589843 5.606287509 5.824068965 6.50140552 5.246230336 5.916925896 5.809241435 5.809516931 7.019203725 5.712235096 5.496571136 5.777789349 5.858704706 5.528877312 5.084845452 5.360039509 4.966676273 5.799265333 5.903096538 5.622074149 6.107552714 5.297740802 5.574447046 5.467525717 5.171660086 5.865535876 +LQ08X014670 Myb-related protein 330 11.95635938 11.69884556 13.50798457 12.55555613 13.26705889 11.61826756 11.85130378 11.90677955 12.02035259 11.78090354 13.46201639 12.71019866 13.6299738 11.42795888 11.6859872 11.88695073 11.4556681 11.69048278 11.59825275 13.75935479 13.55344958 12.98265797 12.86646582 12.34059861 11.32595867 11.28041976 11.51921205 13.86750716 13.59553243 12.11283528 12.76393268 12.17431875 +LQ08X014700 Putative DUF246 domain-containing protein At1g04910 8.867203094 8.77612714 8.756326241 9.971078937 9.093217937 8.878506574 9.084146318 9.282098926 8.715401144 8.587728931 8.568572914 9.508515352 8.556301947 8.774232094 9.038175362 8.790768069 8.740388325 9.15629758 9.312616545 8.631273487 8.398345185 9.651461975 8.079443972 8.828269809 9.142025124 8.977867276 9.671428509 9.426747896 9.24404019 9.885653884 8.432592639 8.457963776 +LQ08X014710 Ubiquitin-protein ligase, putative 5.215251526 5.180062709 5.285099224 5.76034472 5.192879551 5.373643698 5.348838292 5.249365225 5.31865787 5.751178216 5.526737498 5.721669711 5.144288885 5.240836028 5.626528377 5.656219065 5.284905018 5.413748918 5.25202509 5.516283303 5.191317469 5.261400423 5.300834027 5.070923957 5.075419151 5.096843725 5.369528949 5.21420636 5.536155133 5.422494235 5.446911918 5.40310211 +LQ08X014760 Putative SKP1-like protein 14 13.03940096 13.0296805 12.7222621 12.78259887 12.20677887 12.8316885 13.00298449 12.22409919 12.97431326 13.15970835 12.77701846 12.9543686 12.41773438 12.6794768 12.8578487 12.32303302 13.33598614 13.62467784 12.96378566 12.98508375 13.30926022 12.7461125 13.21914235 12.29542253 13.37482539 13.79600634 13.19860962 12.92557338 12.86124837 12.68286243 13.12794478 12.1730216 +LQ08X014800 22.0 kDa heat shock protein 4.94119583 4.706522523 5.183230534 4.902048405 4.999555787 5.117427953 5.30315204 4.960745065 4.955837501 5.244741494 5.233512877 4.846197948 5.057913606 5.030004868 6.069280225 5.054385721 5.161413284 4.688238738 5.256271445 5.01811254 5.279358264 4.704649799 5.110230225 6.072405026 5.06476539 5.135497763 5.089558343 5.012027878 5.366535882 5.028938824 5.043541336 5.272939422 +LQ08X014940 Putative 3-hydroxybenzoate 6-hydroxylase 1 8.270075687 9.39939677 5.498080531 5.690589178 5.833435012 6.200569818 5.467132021 5.682824283 8.56754083 9.840383467 6.701222888 5.85271934 5.811957669 6.040446641 5.37512768 5.464632076 6.462438887 5.926253881 6.738627702 5.589991304 6.296320261 6.441033713 5.319816928 5.484358799 6.276950686 5.893222962 6.892871018 6.809727643 5.69821338 6.531587688 5.206590173 5.119154645 +LQ08X014990 Hypothetical protein 10.84027694 11.61021416 10.63421084 10.77610803 10.78005 11.44495294 11.61825271 11.8529089 11.00029135 11.80825668 10.83697321 10.99657516 10.96289967 11.62033808 11.6424318 11.93091857 12.16491006 11.33566524 11.85901063 11.16437277 11.19779077 10.97360952 11.81847824 11.65754551 11.67424316 11.29430073 12.09630027 11.52214085 10.89926948 11.33632962 11.643068 11.44824964 +LQ08X015000 Synaptotagmin, putative 7.312256295 7.420132087 8.202977427 7.367318969 8.061200448 6.885418409 6.915343657 6.840916463 7.239508012 7.147146256 7.752320606 7.344223912 8.386209591 6.7855782 6.120997539 6.98732881 7.159286729 8.163585534 7.535233388 8.989332196 9.513396744 7.965942405 8.25058499 7.622849133 7.367729331 7.648966056 8.024248221 8.729737399 8.733416634 7.7956591 8.058024341 7.692013115 +LQ08X015060 Putative Anthocyanidin 5,3-O-glucosyltransferase 7.420917303 8.161965025 8.718417387 9.300376279 9.223905991 7.744248208 7.427678005 8.279441015 7.700276558 7.631867696 8.38014784 9.366310214 9.074070182 8.024858957 6.979908446 8.882542591 7.377132677 6.648195628 5.999177417 7.825752841 8.453252918 8.890612242 7.26487557 7.939332217 7.63129696 6.827596618 6.362253721 8.188503405 8.557107657 9.606283583 6.932343797 7.778435229 +LQ08X015100 Putative Anthocyanidin 5,3-O-glucosyltransferase 12.31474408 12.70706886 12.14597739 11.02290755 12.19054953 10.71318611 10.5049652 11.15548792 11.97727075 12.7084695 12.12882331 11.51205814 11.6096961 10.74128873 10.40329934 11.07294215 11.90988739 11.77231869 12.6726398 12.84806694 12.3862557 11.5997215 12.31124469 11.10182448 12.60741804 11.86403799 12.72491549 11.76867379 11.81295952 11.44774168 11.7217307 10.83030222 +LQ08X015150 Hypothetical protein 12.18333998 11.54102866 12.34123835 12.63915941 12.50196554 12.73450937 13.15769106 12.91601831 11.82485813 11.81320438 12.19824064 12.56284835 12.27460533 13.05603732 12.83665791 13.00274309 11.9388614 12.62640611 11.70512914 12.20702149 12.42007824 11.94980897 13.63824553 12.91551082 11.77945864 11.77860785 11.65111873 12.01550087 11.61212202 12.26973823 13.19161411 13.03003182 +LQ08X015170 Putative Peptide transporter PTR1 5.615873605 5.584967233 6.351738077 5.693694341 5.721883957 5.423356083 5.559949631 5.683985703 5.706951742 5.39785312 6.070520312 5.796430961 5.908330325 5.358706414 5.522967203 5.671016712 5.676863736 5.83935121 5.521564494 5.966655011 5.568662761 5.603834777 5.825842311 6.28864813 5.48895047 5.751312627 5.750494311 5.790891803 6.080651863 6.274941382 5.00176194 5.238197772 +LQ08X015250 Putative Peptide transporter PTR5 5.919885533 5.414504532 5.818539512 5.710307174 5.80613339 5.500420959 5.454621694 5.352008861 5.374514023 5.963778051 5.402082172 6.013079754 5.484926436 6.794450756 6.633170823 5.928200005 5.43016271 5.180407773 5.770844805 5.754860818 5.217373105 5.250522181 5.482882938 6.003342548 5.240937957 5.40939025 5.609303512 5.648529587 5.015172248 5.345208298 5.03940067 5.625905086 +LQ08X015260 Patellin-3, putative 8.856696601 9.009695314 9.722605611 10.78983023 11.34440202 12.23083736 12.51129197 13.01788154 9.248673573 8.381682457 9.70927364 10.68913873 10.77902509 11.86056449 12.1447386 12.28424513 10.07469683 10.41271013 10.44382167 11.42078013 11.4750019 11.83344154 12.73410623 13.31524861 10.22247785 10.39906644 10.77399786 11.64694562 10.99875339 12.73185134 12.82838184 13.69068147 +LQ08X015280 Patellin-3 13.30546329 13.39897726 13.28261016 13.69888171 13.16362542 13.86144363 13.6430534 13.68630323 13.56430307 13.9481961 13.59081376 13.922409 13.28333952 13.79404797 13.9038784 13.869996 13.24074815 12.50503154 13.13899774 12.60887828 12.09878114 13.60746413 12.55333356 12.75404345 13.41376318 12.77408976 12.92450548 12.96529359 12.09858744 13.34626149 12.51472593 12.71996275 +LQ08X015300 Predicted protein 5.666764903 6.274680141 5.759342133 5.846256789 5.360210941 5.986321598 5.505322353 5.556597361 5.706868939 5.929219271 5.437511103 5.796332184 5.860439198 6.159113647 6.043406437 5.94048969 5.963463854 5.859395615 6.795988234 5.555944512 4.811039646 5.606283505 5.345563755 5.981850483 5.759296755 5.494107177 6.817422475 6.097631131 5.197371051 5.365474869 5.498867847 5.824451527 +LQ08X015310 Putative Carboxymethylenebutenolidase homolog 13.67267218 14.0260589 14.234374 14.88917665 14.7390112 14.21858685 14.74877337 14.56549642 13.78602971 13.73197019 14.01208778 14.67432451 14.49215864 14.72072165 15.06077141 15.24051213 13.00828584 13.25125956 13.10526693 13.69630356 13.68505721 14.10435137 14.63422659 14.36651597 13.28137539 12.95374842 13.288772 14.14388745 13.77059657 14.58987257 14.89720038 14.57045522 +LQ08X015320 Putative RING finger protein 170 10.44357356 10.35842311 11.09321086 10.60395453 10.93493589 11.2612346 11.2898283 11.22959982 10.61177905 10.58656512 11.15676447 10.98233313 11.22548353 11.47134764 11.13836965 11.25163599 10.89637402 10.91712005 10.71670504 11.30971032 11.05645733 9.954884152 11.49787665 11.41285071 10.34918887 10.48960694 10.77999491 11.07111236 10.78181757 10.51838166 11.60581553 11.5202079 +LQ08X015360 Predicted protein 5.01944858 5.289258333 6.007961716 5.262314991 4.936821162 5.555103737 5.021098141 5.483510912 5.122605976 5.37293536 5.329112785 5.123728521 5.061145231 5.632963204 5.727626789 5.129051607 5.26855779 4.968941786 4.844378459 5.209121914 5.234239567 5.118631894 4.800209128 5.921668944 5.024199975 5.486536421 5.016274717 5.031337215 4.717830771 4.874048604 5.173055854 5.240193034 +LQ08X015370 Hypothetical protein 5.060522174 5.202029071 5.576036923 5.293731789 5.521200403 4.966924716 5.53775724 5.180596138 5.355332837 4.912660789 5.404067876 5.26207473 5.286008048 5.144367579 5.118541575 5.372033627 5.490947776 5.359713303 5.00754236 4.928099257 5.400368939 5.363309976 5.457918338 5.789717612 5.466165694 5.06319409 5.290469851 5.127774969 5.270832346 5.096144956 4.919845999 5.230469476 +LQ08X015450 Putative Uncharacterized MFS-type transporter C19orf28 9.950722544 9.558887982 10.53144259 10.86865486 10.52487963 11.20551419 11.44161969 12.14170371 10.05074932 9.030896476 10.81011067 10.73612683 10.71278579 11.46646028 11.65057827 11.9189369 9.616670256 10.34302367 8.660062767 10.6312023 10.68289643 10.65469646 12.08063779 12.64113691 9.570676482 10.24384507 8.764357574 10.90403503 10.98701553 11.93777337 12.33621299 13.13747671 +LQ08X015480 ATP-dependent RNA helicase, putative 5.94130446 5.2744663 6.240169696 5.41003639 5.634778885 5.230105871 5.649397013 5.333768371 5.600537658 5.254883845 5.938661666 5.450014037 5.497420177 5.521183719 5.64567996 6.551741828 5.427070002 5.925314738 5.964607666 5.021177355 5.493362852 5.554675663 5.284897782 5.281089005 4.939003173 6.085950124 5.504237002 4.939873142 6.024661203 5.471513786 5.510346953 5.295937648 +LQ08X015510 Putative Protein AIG1 12.95125208 13.12991876 12.70055263 13.71796111 13.17766734 13.66691434 13.39473566 13.46266491 12.89443227 12.91249434 12.57649514 13.31802779 13.22420602 13.7372396 13.74277758 13.68347912 13.63071723 13.304302 13.57821972 12.58428754 12.58901085 13.45065507 12.96741521 13.17690311 13.09572296 13.25676674 13.5121473 12.91592167 12.84015077 14.14076431 12.97035313 12.84930382 +LQ08X015570 Putative Receptor-like protein kinase HAIKU2 6.041477072 6.005086975 6.12975367 6.205793274 6.042795982 6.768605885 6.319825561 6.476053019 5.974775037 5.962774484 5.367678391 6.289623587 5.852455169 6.063418409 7.854251191 6.599160486 5.89999025 6.888015102 7.131772021 5.889458794 6.245249946 6.303589098 5.477965271 6.142218125 6.13239247 6.054581768 6.447199213 6.489004132 5.49339397 6.009986598 5.684226477 5.572270567 +LQ08X015730 WD40 repeat-containing protein SMU1 10.97358552 11.47466136 11.01172779 10.20452009 11.14072622 11.03169525 10.8796087 10.98047297 10.96981197 11.06825163 11.04722832 10.14077589 10.76140444 11.06780121 10.69270979 10.62559502 10.48373965 10.33674621 10.9748323 10.62884858 10.78297115 11.11054679 11.40479125 11.14212448 10.99541931 10.32423222 11.46279544 10.27516282 11.17145936 11.01344394 11.38075531 11.05164081 +LQ08X015760 Probable F-actin-capping protein subunit beta 5.096606722 5.435129326 5.364316474 5.246060701 5.26192621 5.219650078 5.262952903 5.038165086 5.039306439 5.268287172 5.814315519 5.51407659 5.471242028 5.376799114 5.599878952 5.074626778 5.45062761 5.422889028 5.275038622 5.092149855 4.87290023 5.446494634 5.173218468 5.445550801 5.293417314 5.476495733 5.651941273 5.221224491 5.047145429 5.308500173 5.328690413 5.820041415 +LQ08X015770 Putative uncharacterized protein 14.10135105 14.48470816 14.29225867 13.27151115 14.03491785 13.76382153 13.57952649 13.42659427 13.90323479 14.27342308 14.43749286 13.52605888 14.12177222 13.81573217 13.73695901 13.4176928 13.28742269 13.09395759 12.82436256 13.82704595 13.71185761 13.57676966 14.1268864 13.91611215 13.48623032 13.22713715 13.14631964 13.70168202 13.7034666 13.66093834 14.13029977 13.66582364 +LQ08X015790 Putative Uncharacterized hydroxylase C887.15c 13.06992141 13.01126194 12.43433751 13.23636377 12.2417879 11.76658591 11.72801263 11.30195214 13.37048823 13.16439859 12.88423278 13.37613601 12.95271928 11.54427942 11.8792535 11.63734764 13.18742769 13.46351413 13.06107217 12.40056254 12.81775754 13.13494682 10.41466407 10.64304444 13.40194609 14.06603392 13.06330337 12.67887923 12.77547049 12.50470866 10.08386269 10.55163598 +LQ08X015820 Transferase, transferring glycosyl groups, putative 6.138792029 6.319391233 6.546775362 6.107876534 6.720389486 6.463866407 6.200858238 6.311769281 6.976918638 8.19028878 6.601120218 6.28560398 7.340407596 6.474579348 7.43111661 6.375863058 6.610256405 6.117344949 5.190489335 6.528988614 6.391695098 6.249097726 5.904769854 5.46851167 6.338387166 6.184982567 5.753362297 5.996880896 6.105304728 5.976500038 6.07117068 6.609787368 +LQ08X015910 Sucrose transport protein SUC2 11.21766194 12.35334845 11.58429284 11.45953512 12.63072314 11.16453998 11.25184903 11.89386933 11.41007353 11.55189999 11.38906483 11.09282956 12.22779892 11.34331064 11.43873586 12.31097914 12.06643459 12.77207682 12.67235439 11.56185039 11.66204142 12.60380513 11.73838596 11.23599995 11.95728314 12.17315354 12.64607825 11.35085527 11.30713797 10.97042909 10.85192139 11.32358482 +LQ08X016010 Putative Protein SCARECROW 5.854866134 5.776173337 5.783931718 5.526451995 5.536069112 5.57475614 5.477870989 5.221001407 5.71752585 5.283572307 6.014285239 5.493793724 6.035064023 5.709025457 5.249950093 5.495249484 5.640302103 5.805214328 5.921797754 5.525113581 6.158127476 5.544437307 5.650639771 5.965271768 5.721847694 5.680903457 6.151090898 5.48977189 6.009010203 5.692336697 5.858549049 5.503560523 +LQ08X016040 Putative uncharacterized protein 4.932407139 5.57858899 5.229490959 5.204632418 5.220916933 5.105601197 5.003282415 5.34090364 5.559415534 5.440573611 5.17674521 5.090166264 5.423872656 5.31404818 5.41229863 5.195818986 4.951142182 5.514952508 5.389681638 5.128932987 5.646036512 5.401123316 5.240341385 5.302652315 5.51820913 5.674259814 5.117077179 5.003168923 5.426342028 5.008623828 5.565223121 5.078812756 +LQ08X016060 Hypothetical protein 6.517511825 6.062216459 6.084239477 6.47497813 5.879414638 5.907962559 5.936519361 5.76007174 6.683354804 7.74582175 6.683721506 6.414981921 6.174482916 6.026855717 7.501151807 6.165647232 6.011194502 5.791832211 5.938091679 5.969463687 6.003836643 5.936601878 5.142410512 5.421407864 6.172743895 5.613732144 6.052095637 5.881265902 5.857888813 5.862534416 5.516835033 5.75878383 +LQ08X016090 Protein SENSITIVE TO PROTON RHIZOTOXICITY 1 11.77061782 11.9929494 12.25604867 12.39273275 12.22451367 12.55008455 12.43771046 12.22026411 11.78776703 11.75551167 12.20733206 12.35706465 12.3273948 12.65261358 12.42284176 12.55128241 11.54860921 11.79209394 10.92513977 12.24839896 11.46590078 11.80046244 11.93272407 12.02443536 11.27569763 11.59106591 11.10608458 12.09664544 11.82809544 11.88378917 12.23978734 11.95769612 +LQ08X016180 Putative Uncharacterized protein ycf37 8.184662157 8.351086904 6.56898246 9.830996632 8.498271004 10.18909628 10.55337474 10.55978026 7.88115577 7.163829443 5.973262807 8.891434939 7.86205801 9.684963678 10.73272821 10.8023703 9.506509548 8.616471006 8.985715143 8.242722793 7.864682085 9.057316316 9.119344248 9.490443681 8.702684356 8.167839138 8.376250001 8.962032733 7.02727166 9.454358794 9.529552377 9.337660913 +LQ08X016200 Hypothetical protein 5.106698944 4.691653359 4.908421874 4.830604624 4.988002378 5.048633049 4.875741645 4.850468371 4.86370706 4.771623022 5.295002573 4.854242751 4.985172218 4.892044384 4.602453194 4.846162564 4.902217345 4.541279449 4.81457233 4.660982739 4.806394051 4.817080665 5.297790025 4.960366497 5.051692095 5.098895568 4.976070073 4.922994075 4.944345048 4.913728675 5.100062908 4.779477902 +LQ09X000050 Putative uncharacterized protein 7.328113398 6.81185642 7.477161496 6.589936062 7.29513887 6.587935798 6.715249814 6.569402988 7.108740134 6.015874403 6.461533998 6.999286665 6.872033182 6.164105375 6.061985869 6.311246315 7.117603157 7.079510453 6.75524968 6.853696314 8.018019976 7.278231194 7.575154832 7.102286695 6.861839731 6.870193659 7.083090839 7.335323253 7.231819463 7.119024349 7.899182994 6.695605161 +LQ09X000060 Cytochrome P450 716B2 5.420700052 4.915275092 5.145418539 4.825066597 5.385345942 4.718953851 5.169990536 4.856463601 5.10254805 4.891686135 5.215812264 4.920547485 5.009591231 4.918569063 4.908784395 4.951984368 5.04981831 5.115257873 5.413835289 5.302194779 5.042452164 5.145340909 5.170363024 5.012943177 4.848320071 5.398960054 5.452739959 4.952815386 4.87354538 4.999770172 4.82239141 5.395945373 +LQ09X000090 Aspartyl-tRNA synthetase, cytoplasmic 6.102126105 5.916583235 6.169552158 6.065259085 5.765369304 6.916490139 6.299264224 6.518305113 5.960837716 6.55230712 5.752099383 5.941734586 6.091952381 6.65669197 6.979273202 6.410871158 5.612129917 6.298083466 5.858378186 6.040570384 6.363357824 5.761562795 6.296355309 5.607662746 6.000327598 6.112397847 6.840162665 5.657448157 6.460485232 5.619233828 5.92690996 6.110094804 +LQ09X000100 Putative Aspartyl-tRNA synthetase, cytoplasmic 11.34008787 11.45267475 11.29462671 10.55538141 11.1790461 10.69949762 10.65756903 10.97539727 11.15410765 11.0266089 10.94546923 10.45250133 10.92385201 10.79484401 10.23409116 10.72396623 11.29069316 11.38575576 10.74732545 11.2619064 11.24795441 10.8761537 11.42600959 11.45805639 11.27734787 11.27355316 11.32326568 11.1164947 11.45441418 11.02835582 11.62897714 11.64147132 +LQ09X000110 Putative uncharacterized protein 6.130597643 6.076949288 6.284178306 6.2445006 6.065293483 6.026464651 6.162048381 6.114593196 6.423547025 6.365441181 6.042483295 5.946899511 6.677829555 5.731586728 6.807738706 6.676139427 6.126056265 6.26899004 5.530531216 6.065969391 6.199375597 5.907278623 5.981360633 6.690959893 5.990568372 6.381606945 5.865521198 5.601861397 6.080965709 5.954029553 5.559679435 6.021133229 +LQ09X000140 Putative endonuclease FLJ39025 12.13974102 12.25560697 12.36351516 11.95411419 11.54562179 13.10268274 12.89142139 12.76310075 12.31804389 12.18195142 12.6410872 12.08063776 12.01518853 13.26817148 12.95500004 13.0720504 12.39803748 12.21951912 11.87032402 12.28469491 11.91988455 11.951198 13.19575975 12.86508052 12.30758522 11.93502642 11.60053598 12.19377265 11.8235977 12.04579203 13.22449725 12.72580681 +LQ09X000160 Putative uncharacterized protein 14.4306309 14.15663199 14.83199851 15.14983272 14.88819521 14.47030087 14.94204327 14.66848629 14.28987516 13.78987782 14.67490508 15.07380374 14.86936409 14.75404478 15.1075502 14.71783108 14.59746695 14.26147702 14.0013428 14.18911481 14.62814368 14.49484782 14.55016765 14.44436744 13.98840681 14.06813218 13.69001083 14.76959906 14.48637186 14.91976385 14.64138685 14.17559313 +LQ09X000190 Putative S-adenosyl-L-methionine-dependent methyltransferase mraW 11.56319457 11.88786223 12.14741559 11.69300015 11.92793242 11.65231153 11.76541634 11.08725207 11.70064346 11.54131348 11.99224695 11.56580083 12.00540222 11.48758136 11.79086875 11.3818639 11.30100482 11.97191849 11.69761137 12.00002119 12.21526959 11.83878864 12.60678207 12.16738508 11.65582479 12.02172763 11.9761173 11.88977793 12.64033677 11.72795506 12.55386243 12.1511814 +LQ09X000200 Ubiquitin carboxyl-terminal hydrolase 26 13.36714294 13.26737011 13.63171475 13.41791058 13.68493915 13.98120855 14.03447955 14.55609751 13.51777228 13.17466489 13.77551254 13.67155334 13.70287968 14.16383366 14.16199287 14.32850255 13.86026986 14.17584491 13.5919918 13.63431877 13.47816852 13.80625906 13.60483732 13.63211534 13.32487156 13.76104032 13.19944686 13.5040977 13.28253492 13.90804595 13.50522265 13.47702376 +LQ09X000210 Putative uncharacterized protein 5.071912023 5.433951796 6.073321362 5.780944068 5.374066973 5.081364266 5.555788642 5.752433473 5.525980399 5.48247211 5.850014723 5.658773602 5.589158684 5.450627762 5.94480578 5.586009412 5.162167647 5.655521332 5.245701412 5.489109518 5.364708012 5.508500826 4.986327385 5.63078427 5.188282218 5.144546291 5.047510354 5.480788723 5.266386958 5.406123286 4.947731284 6.298527543 +LQ09X000220 Cell division control protein 2 homolog 12.96090239 13.2718758 12.68956855 12.23508224 12.90520727 11.318812 11.23560168 10.93126637 13.18189226 13.25345695 12.88769974 12.06301825 12.94546422 11.33476481 11.29419134 11.04047369 12.30455245 11.79449806 12.58069241 12.61920543 12.89340015 12.52739767 12.18581499 11.73256035 12.79543822 12.39246004 12.94132393 12.54679244 13.29661183 12.4085902 12.11338526 11.75844061 +LQ09X000240 Putative Predicted protein 8.07227105 8.906066952 7.266096353 7.324404497 6.846274706 6.490408195 5.60951437 5.555149025 8.346478776 7.810319029 8.461285345 7.697490441 7.856561308 5.978601627 5.365129748 5.765944285 9.234366755 10.06875816 9.498770254 8.704627728 9.966831364 9.433095844 8.742705074 7.387095556 9.144179545 10.15682745 10.05880945 8.934884521 10.2139425 8.590746357 7.87774119 6.812691165 +LQ09X000260 Proteasome subunit beta type-6 14.55851847 15.02909436 14.18008661 13.79674223 14.06687909 13.59981542 13.59890131 13.52727315 14.670952 14.78570059 14.43072813 13.76299826 14.26465185 13.68847087 13.54700963 13.4354788 15.06967055 14.7431298 15.21424129 14.90020247 14.78612286 14.55083651 14.85516768 14.61459086 15.09431909 14.94781105 15.33281652 14.7033652 14.92079511 14.03096622 14.74811493 14.66416399 +LQ09X000270 Putative Protein AIG2 5.31691754 4.890899499 5.485599436 5.515565952 5.413800185 5.374892719 5.467780216 5.712792567 5.471701286 5.182873405 5.068672224 5.423063695 5.025677443 5.276974697 5.773911819 5.391914767 5.509292771 5.297308985 4.960046162 5.390966729 5.062689898 5.058438623 5.521999887 5.365782473 5.191581261 5.253933113 5.326593328 5.53190042 5.152004594 4.937909501 5.673819465 5.211999697 +LQ09X000280 Galactokinase, putative 13.22839065 12.89759179 12.83596188 12.94449187 12.88693258 12.74969669 13.03757933 12.97001089 13.16857029 12.56559075 12.79901024 13.02132685 12.81185914 12.83420864 13.03248876 12.92037722 14.26030954 14.26149749 13.77462213 13.28934238 12.96829199 13.15154236 12.79520009 12.90700201 13.17827407 13.7245644 14.01611503 12.67331457 12.89994396 12.51386957 12.73242798 12.97402448 +LQ09X000300 Transferase, transferring glycosyl groups, putative 8.564458088 8.491072166 7.934401122 8.467623422 7.73651313 8.420063857 8.820526771 8.244403175 8.68399647 8.447410894 8.801416414 8.762137625 8.171291949 8.50607357 8.638279585 8.623877697 9.360885991 9.800215368 9.207383149 9.171552987 7.872819042 8.586410683 8.87650414 7.389477661 8.896516916 9.421208195 9.203680046 9.152155113 7.375835217 8.855817237 8.651255664 7.456085249 +LQ09X000340 Putative uncharacterized protein 5.473669241 5.179320386 5.186874317 5.136835653 4.82143448 5.129514248 5.359253689 5.451000949 5.138472035 5.299382035 5.27933833 5.329745188 5.44438504 5.040785837 5.302476428 5.274259121 4.938574266 5.582257467 5.70004558 5.107188924 4.968913385 5.236968126 5.180433339 6.033730222 5.345587865 6.058199647 5.923788983 5.434925042 5.779395973 4.904859356 5.23478879 5.146215124 +LQ09X000360 Predicted protein (Fragment) 10.51260054 10.26401928 10.67039669 10.51223695 10.6337399 11.40264984 11.50247246 11.41295418 10.74275742 10.51183925 10.67888215 10.73276871 10.13708985 11.71575068 11.43327398 11.47632735 9.779043875 9.009851788 10.05409764 9.308043642 7.954764573 8.779634337 10.15633631 9.459053987 10.19707696 9.120540444 9.862264194 6.139432735 9.100873773 9.004450543 11.07466459 9.397380504 +LQ09X000370 Putative Probable calcium-binding protein CML43 7.887842653 7.940572695 7.235372028 7.413840324 7.011339553 7.734289737 7.389064449 6.76878012 8.374028727 8.229201655 7.191842481 7.658759916 7.123591616 7.995164464 6.664340975 7.029433538 8.67091172 8.064425238 8.45559815 8.500627382 7.691832596 7.352634422 8.645484617 8.376274263 8.449494241 7.425774204 7.958790439 7.864478892 7.532776512 9.134391047 8.374686376 7.628888919 +LQ09X000380 Ubiquinone biosynthesis protein coq-8, putative 11.01509064 10.95384081 11.73827786 10.74343614 11.5911911 11.08773706 10.90898947 11.12566763 11.03860789 10.62306287 11.49340185 10.94244392 11.45461948 11.14452651 10.54219137 11.046836 11.41800495 12.10072825 11.902217 12.23215146 11.76365643 11.36505519 11.68019345 11.57647451 11.41897137 11.58324107 11.7540504 11.97158739 11.9959133 11.47103481 11.31046102 11.49685998 +LQ09X000410 Putative uncharacterized protein 6.774637374 6.129257509 6.343766329 7.090853554 6.090882286 8.646241324 8.391938368 8.37087986 5.694837062 5.865676981 5.501614495 5.849986386 6.468778136 6.901116637 8.020898203 6.77793389 6.784490722 6.381241752 5.588946453 5.816419143 5.925613959 6.506631579 6.861169488 6.550578179 6.609245855 5.869010903 6.649013851 5.811504915 5.822258969 6.983626362 6.931247983 5.830778462 +LQ09X000430 Putative Poly(rC)-binding protein 3 6.889321758 6.486802848 6.049819344 5.828313632 6.414680136 5.785048917 6.086624819 6.135848074 6.685055697 6.503860111 6.310315283 6.207416102 6.199045049 5.685982666 6.446194677 6.119598167 6.237397132 6.655247668 6.65834092 6.723364383 5.893120055 6.170084774 6.372570452 6.140219612 6.465874586 6.828778727 6.671847907 6.37899064 6.291801403 6.105042502 6.889825365 5.482061975 +LQ09X000460 Cryptochrome DASH, chloroplastic/mitochondrial 11.49480355 11.02296688 11.82330349 11.4737842 12.13526654 12.16423225 12.45756073 12.42818059 11.79628804 11.59469797 11.97760394 11.70696933 12.57765559 12.33266342 12.17015046 12.67745589 11.34102181 12.07555887 11.88484173 12.56489446 12.49770554 11.69123646 12.91242811 12.89272907 11.32438108 12.04913078 11.75594163 12.33468511 12.11097208 12.22559727 12.91513383 13.00828569 +LQ09X000490 Probable plastid-lipid-associated protein 8, chloroplastic 12.70000707 12.42336765 12.86119868 13.63121132 12.24944116 13.99774267 14.18423095 13.98411704 12.63974407 12.17132188 12.72597691 13.47992094 12.40861213 14.01924396 14.22347439 13.96120682 11.81218403 11.9507267 11.0913073 11.93275214 11.91702142 12.41009291 12.77837793 12.88227379 11.84821156 11.85686227 11.603152 11.92908931 11.70661493 12.13356413 12.61820733 12.75075446 +LQ09X000510 Putative uncharacterized protein 6.730811366 7.128322828 6.144908643 8.722259096 6.607332092 8.992058798 9.322146515 9.231688611 7.388657353 7.275510615 6.927367395 8.932790231 6.152815522 9.06632779 8.786349147 9.34914966 6.816699475 6.136578652 6.827237507 6.610200874 5.933781363 7.411254467 5.947256901 6.291874141 7.124673786 6.759434434 6.77745385 6.289115407 5.202882397 6.597824701 6.146649907 5.956297728 +LQ09X000540 Putative Replication protein A 32 kDa subunit 4.885837609 5.421118041 5.337870931 5.066922543 5.31363507 5.379602767 5.195738857 5.033595807 5.226627321 6.062684598 5.379155489 4.942304654 4.916205229 5.098736488 5.507242874 4.897513571 5.545917113 5.170925229 5.078004689 5.06225521 5.218941785 4.86561544 5.693554107 4.946500815 5.694513293 5.064640289 5.268150507 5.050790971 4.801368465 5.028787318 5.44640795 5.51660881 +LQ09X000570 Putative uncharacterized protein 13.03256112 13.02240569 13.03518018 12.69032752 12.80472418 13.18855729 13.17435495 13.0791184 12.9234539 12.91301683 12.81120682 12.32484744 12.72475413 13.15629803 12.94478533 12.87226915 12.97914238 12.60508678 12.34687206 12.64242962 12.6070375 12.20881121 13.38770592 13.1046317 12.4819093 12.04696395 12.42858596 12.24804049 12.66511239 12.36697014 13.25137785 13.03415499 +LQ09X000580 Transcription factor, putative 4.878496401 5.1713954 4.743792935 5.030589449 4.909426331 5.039476279 4.78984859 4.98316551 4.818709366 4.932546467 4.835062612 5.10248413 4.98524481 5.649840146 4.850971519 4.899177938 5.310819266 4.955056773 5.765443214 4.763548393 4.576965521 4.873426717 5.6907771 5.550114533 4.850584858 5.005869043 5.778609351 5.066108956 4.614643348 5.538213838 5.180984457 5.399718646 +LQ09X000590 Putative uncharacterized protein 11.45470203 11.59010162 10.95158997 10.88652787 11.24791748 11.6031577 11.4883354 11.5338191 11.32544057 11.08324063 11.04935827 11.05714777 11.10279351 11.42556909 11.49616004 11.25377054 11.30261558 11.67123626 11.13759392 11.16725058 11.6729684 10.88548554 11.51033348 11.65608021 11.3269689 11.83869167 11.27472229 11.38409224 11.75155862 11.00561574 11.7896498 11.7319138 +LQ09X000600 COP9 signalosome complex subunit 5b 6.044971804 6.017268705 5.188692359 6.394728467 5.413223496 6.051977808 6.03420862 5.887587926 6.109218755 6.002646843 5.514960231 6.068608064 5.770373997 5.75830552 6.399299079 5.872589274 5.940299425 5.642308303 6.376802911 5.192709242 5.561255671 5.798214356 6.404784177 5.793175276 5.875810053 5.813679484 6.187010486 5.585703418 5.565863419 5.709265175 5.44054764 5.208141993 +LQ09X000610 Plasma membrane ATPase 4 8.876484568 8.020852496 9.837375806 9.156830689 9.473541481 11.12952241 10.809807 11.38425298 8.313813052 6.330552647 8.645656446 9.101383324 8.62769317 10.89536916 10.73822349 10.51926864 9.287621699 9.354580354 9.333976598 9.097334451 8.832438246 9.464640812 10.64823341 11.44894527 8.922530602 7.940593575 8.224403486 9.360886207 8.991138301 10.47569184 10.82058818 11.55171805 +LQ09X000630 Putative uncharacterized protein 11.56494875 11.42706134 11.64625203 11.44258169 11.41445704 12.19430412 11.70064506 11.8400183 11.6363132 11.23754995 11.64178117 11.26132068 11.37923529 12.00214547 11.57873489 11.60182891 11.50808216 11.00130703 11.13041475 11.31723044 11.26358565 11.26136201 11.47518832 11.27625306 11.32264099 10.82983623 11.04624194 11.14637928 11.69347296 11.66670506 11.63920975 11.38491718 +LQ09X000680 60S ribosomal protein L24, mitochondrial, putative 5.605548588 5.861193782 6.685133862 5.955903316 5.58927405 6.080360261 5.918262312 5.911850145 5.856223175 6.42460074 6.128157159 5.630515037 5.479587617 5.526187716 6.199578029 5.932174845 5.828987342 5.541687606 6.554854396 5.62292019 5.766510923 5.542144852 5.466504055 5.813587145 5.713425245 5.97936071 5.653818604 5.075048073 5.660355418 5.578918127 5.867196523 5.980341809 +LQ09X000700 F-box protein AFR 6.628937711 6.332513497 6.276165285 6.432903569 6.231706798 6.278242252 6.366887708 6.176582545 6.761149309 6.402942547 6.392080591 6.612799473 6.700299331 5.907134331 6.192668454 6.281815202 6.191748103 6.634384994 6.72670051 6.424177951 6.546317227 6.6376659 6.313255379 6.03077099 6.378922387 6.708304787 6.94610517 6.750996854 5.846106599 6.644844287 5.620309224 6.178090815 +LQ09X000730 Putative uncharacterized protein 6.864099059 6.891313542 6.937877928 6.219858949 7.242588291 7.236389657 6.639810835 6.798108975 7.159908976 6.870258972 6.634694747 6.567808913 7.335672111 6.968166997 6.342142203 6.649965174 6.478184059 7.106823221 6.241141283 6.674626159 7.165731193 7.100765811 7.028303898 6.191976344 6.619351225 7.18492951 8.010458998 6.741113868 7.387011529 6.848728384 7.065019768 6.074007063 +LQ09X000740 Coatomer subunit beta-1 12.91105499 12.63418021 12.75385054 13.5251288 13.17524485 13.17214023 13.06279478 13.2477602 13.14015447 13.14433619 12.90022218 14.07182938 13.36467901 13.03014699 13.29388517 13.43399251 13.18300855 12.97620979 13.11487222 12.43251232 12.32517431 13.59503533 11.94069028 12.37301131 13.25756007 13.36130454 12.6664146 13.03397115 12.18190161 13.36328505 11.75125 12.33371459 +LQ09X000760 Putative Predicted protein 9.218833432 9.021163134 8.417296579 10.26189038 9.049059244 10.55756686 11.06940286 11.31064598 9.205672248 7.929196627 8.954319218 9.865706312 9.10259384 10.30112184 10.68198749 10.41116847 11.39140542 11.44119544 11.10344726 10.32449827 10.79634586 10.15338262 11.4564894 11.32841559 9.617190066 10.4030756 10.31149708 10.59754691 10.52623254 10.46711926 11.40384182 11.35360001 +LQ09X000780 Probable WRKY transcription factor 11 11.19059554 11.53358165 11.39827957 10.35021696 11.27128691 11.2282314 10.34974829 11.2931401 10.97568698 11.24692568 10.74117423 10.17794916 10.78970242 10.82079141 10.25836778 10.84798178 11.80377116 11.56019424 11.86014909 12.67288515 12.33947165 11.18962172 12.68865372 12.42285443 11.81132472 11.29451451 11.75592416 11.91980907 11.87116383 11.2841632 12.44041205 12.83195023 +LQ09X000790 Putative uncharacterized protein 9.418677777 8.772908385 10.26862135 9.935167848 9.91219974 9.934797525 9.757193651 10.01763841 9.608788152 8.141078554 10.18314242 10.18450984 9.986932621 10.04956684 9.985065838 9.701517409 9.871677531 9.136570826 9.529744592 9.614028846 10.15538921 10.00797871 9.921593167 10.34537005 9.527662159 8.755584446 9.121239438 10.30216781 10.16636927 10.69536538 10.07970156 10.20729511 +LQ09X000850 Hypothetical protein 15.03857497 15.15291859 14.62183127 13.57200519 14.4592092 13.70442907 13.55853028 13.94918083 15.19768487 15.5263035 14.85523564 14.05674736 14.57530743 14.10177285 13.74190129 14.12978731 14.59223559 14.61065373 14.90407765 14.77784536 14.46495013 14.61719959 14.415975 14.36864746 15.07419918 14.80334601 15.18864599 14.43657598 14.30737575 14.10205373 14.2491117 14.49433214 +LQ09X000860 Probable cyclic nucleotide-gated ion channel 14 8.49445927 8.67475526 9.933863419 9.38066115 8.978932944 6.759621051 5.822454309 5.687100459 8.513133147 7.956359495 9.554859237 9.01653024 9.314368549 6.904416355 6.047481994 6.519857014 8.189699469 7.919487494 7.738779646 9.601439661 9.082542902 8.523945147 7.657881193 6.6717391 8.404609768 8.073715727 8.643757837 9.293190807 9.354385127 8.180820913 6.824677769 6.839333282 +LQ09X000870 Probable xyloglucan glycosyltransferase 5 5.309275404 6.031212136 5.315883834 5.48260857 5.329393954 5.433963053 5.393324595 5.649314721 5.629485505 5.499057501 5.879346941 5.296387087 5.216917577 5.80024797 4.977231536 5.616943845 5.771698048 5.059393835 5.196221865 5.618110498 5.121393843 5.1523907 5.142879981 5.530659337 5.528597209 5.088061245 5.472641873 5.194541743 5.026040913 5.373250325 5.481419485 5.079827382 +LQ09X000880 Putative UDP-sugar transporter DDBG0278631 9.968539084 9.020984249 10.85867201 10.40799992 10.38655077 9.523367585 9.662300073 9.626061697 10.29689333 8.936548128 10.69241855 10.52562603 10.81653681 9.761869134 9.265003126 9.34967517 8.633634537 9.709754589 8.102541401 10.07458295 9.96043411 10.14513425 9.036517323 9.414920038 9.135767597 9.848735525 9.191169929 10.03808554 11.00350071 10.16081723 9.437830777 9.431179681 +LQ09X000890 Putative B3 domain-containing protein REM10 8.589064369 8.228291173 7.668016648 7.651631484 8.373130839 8.976440181 8.595734469 8.756661801 9.359990918 7.941063816 9.286451043 8.078890217 8.183178707 9.499993375 9.049628897 9.797854514 8.063726956 9.078424565 8.082642132 8.197205558 8.468396924 8.662397148 9.175778349 8.524735122 8.523259383 9.525148215 8.479349489 8.228381215 7.612533026 7.885532453 9.293693198 8.272109606 +LQ09X001020 Glutamate receptor 2.7 5.469497735 4.892142144 6.827626419 6.440919026 6.099260801 6.199958629 6.232124582 7.092341448 5.310060314 4.866405375 5.624515757 5.892574775 5.162136054 6.549770345 5.635641592 5.590357336 5.200124265 5.379625587 5.896538506 5.325345974 4.923839022 5.445660777 5.510741158 6.128132486 5.207716971 5.143499024 5.460127127 5.161025112 5.306189973 5.633610875 5.982577734 6.066565829 +LQ09X001030 Putative uncharacterized protein 5.605709843 5.298288797 5.474421109 6.06757851 5.403374493 5.883994148 6.074462107 5.329297488 5.731172893 5.460575806 5.276539225 6.091144418 5.383521589 5.522781594 6.199266228 5.809928399 5.581819562 5.585527983 6.149928488 5.12871829 5.577507144 5.735508225 5.241763561 5.542346392 5.54612457 5.347458729 6.10590337 4.842399211 5.666174259 5.326298887 5.120152918 5.419387029 +LQ09X001060 Predicted protein 4.944601244 4.703984845 5.150101537 5.064228124 5.533171602 5.18976187 5.016885624 5.31823372 5.106176052 4.837544323 5.098405206 5.058376728 4.846700861 5.339035647 4.926909557 4.952840699 4.851405217 5.178187117 4.805420261 4.853180065 5.062998145 5.147954948 5.921816089 6.305694611 5.074281997 4.984317882 4.743675792 5.087272964 5.097927371 4.809690796 5.167536204 5.339930278 +LQ09X001070 Zinc finger protein CONSTANS-LIKE 4 5.973042426 5.61701836 5.850654584 5.570124265 6.312813593 6.089303828 6.102314258 6.035833525 5.941333927 5.485399879 6.144939219 5.761053516 6.395356476 6.089248441 5.796598444 6.346316355 5.557151574 5.948281134 5.940418349 5.450689569 5.351495719 5.78668956 5.188329735 5.917879793 5.594402646 5.252692297 5.374084682 5.354030599 5.303996506 5.645087093 5.491259401 5.61595806 +LQ09X001080 Probable protein phosphatase 2C 59 7.084121663 7.356103325 7.518941747 7.927027381 8.259344442 7.879544133 7.818546023 8.68959407 7.446953716 7.639776304 7.481596207 8.043214394 8.375515639 7.878818296 7.595056083 8.668242873 7.373610302 7.537689965 8.076589841 7.491110116 7.200362587 7.437936378 6.240771876 6.799149999 6.893203225 7.415451754 7.940182243 7.458292783 6.160027916 7.881620554 6.697436929 7.517591415 +LQ09X001100 Lipid binding protein, putative 5.011010355 5.254926799 5.262536255 5.189122924 5.257660052 4.65090982 5.223363865 5.18446142 4.943868249 4.820810795 5.341094281 5.113031337 5.050939864 4.537404631 5.182428459 5.13701491 5.154274672 5.356511236 5.172505455 5.348074405 5.380721235 5.327845732 5.548579799 5.437289231 4.816324912 5.319595344 5.244603099 5.221354628 5.067147962 5.581322141 5.036196224 5.552881326 +LQ09X001110 Putative Peptidase A1 6.468804435 6.210750615 6.349213842 6.239086113 6.702928921 5.926790664 6.261577629 6.323173651 6.449919859 5.69082819 6.627617727 6.134174413 6.793351097 6.390189559 5.956117161 6.728138295 7.238815862 6.456331768 7.355519636 7.813369829 6.811565952 6.521885716 6.556340904 6.808816848 6.632058498 6.742368964 7.47735728 6.501209139 6.47106773 6.436427797 7.31554166 6.356450338 +LQ09X001140 Putative Aspartic proteinase nepenthesin-2 11.52933419 10.10023849 13.21060317 12.86618186 13.65692954 11.87818635 11.25919265 10.96833993 11.62711559 10.14524247 12.99620451 13.15028677 13.56691926 11.90994813 12.01876772 11.02751352 11.6832121 12.37026101 11.88162111 13.5028561 13.19489218 12.83095491 11.63439935 11.50941024 11.01592625 11.48108891 10.9364429 13.47938324 13.76366161 13.08190916 11.15691647 11.49107976 +LQ09X001170 Probable steroid-binding protein 3 5.643389159 5.87254703 5.684761036 5.671576004 5.842636042 6.089729068 5.936661228 6.155240495 6.129711283 5.713627445 5.767866711 5.768077909 6.199654149 6.342467478 5.816071398 5.799769163 5.49814187 6.179954095 6.422081031 5.764121658 6.074812604 5.581019175 5.816003844 5.579505176 5.810514826 5.585715987 6.376342494 5.725728918 5.571846615 5.589549183 6.171155692 5.574380836 +LQ09X001180 Putative Transmembrane protein 85 14.02371647 13.87799154 13.6326375 13.13222222 13.39829122 13.01207328 12.95095867 12.80362731 14.10643562 14.24068554 13.874125 13.23349403 13.59792172 12.86416035 13.09660029 12.88543877 13.95721957 13.80707575 14.11769754 13.81325437 13.84316813 13.57292784 13.55854384 13.37629322 14.19451381 13.97963416 14.43945228 13.45929308 13.87785621 13.05599092 13.45612924 13.54385303 +LQ09X001200 Monogalactosyldiacylglycerol synthase 1, chloroplastic 5.606932022 5.888296673 5.951935204 5.684058299 5.891273107 5.834704308 5.493996653 5.780790553 5.990012645 5.426733563 6.219041732 5.47044487 6.011929405 5.728049887 6.17026087 5.75331891 5.603031627 5.547523135 5.535159191 5.340276409 5.400036458 5.836725068 6.272080634 6.236400795 5.671960998 5.32574798 5.689366604 5.2402407 5.527384963 5.408703392 6.212770841 5.988890972 +LQ09X001220 Putative uncharacterized protein 10.25150988 10.19265115 10.12390374 10.64119697 10.46311044 11.3735201 11.40719415 11.41832992 10.67590442 10.64696795 10.4414814 11.0812426 11.0673802 11.68368702 11.50640359 11.60685269 11.03591612 10.67528206 10.38422323 10.79063024 10.25503065 10.66333106 11.10941534 11.28890864 10.24733652 10.50023455 10.48294461 10.72945311 9.965046365 11.0673778 11.36251857 11.33599435 +LQ09X001230 Putative Spindle and kinetochore-associated protein 2 5.65191275 5.591507537 5.701976518 5.631753041 5.291799099 5.521265367 5.79883914 5.468318182 5.583264464 6.299755784 5.398761267 5.882390396 5.196092638 5.494970375 5.506404498 5.820991394 5.47228605 5.753205436 6.013886581 5.314598664 4.584097007 5.208736441 5.710945702 5.480488727 5.675097374 4.976241844 5.743790993 5.110376258 5.411227505 5.208430018 4.889714869 6.088101982 +LQ09X001240 Zinc finger CCCH domain-containing protein 18 8.932833627 9.252822034 7.990228597 8.961275966 8.746790313 9.406919532 9.404194176 8.767181015 8.970951462 9.326996249 8.234988639 9.143565263 8.889311214 9.449064307 9.681862904 9.146747252 9.360494767 9.578583652 9.095252929 8.839211191 8.182306009 8.555030861 7.892198256 8.367843765 9.386633959 9.289033001 8.741119729 8.493141034 8.801094296 8.652687492 7.798857893 8.761197786 +LQ09X001260 Putative Pheophorbide a oxygenase, chloroplastic 5.080793972 4.813611543 4.981887262 5.238516853 5.29776416 5.059257792 5.237493729 5.339907898 4.843823822 4.916266344 4.869939238 5.104484334 5.456569092 4.838969656 5.808283292 5.037069052 5.145898686 4.945622565 5.095758278 5.843641151 5.683571321 5.121981435 5.061849407 5.130009376 4.742108066 4.825765087 4.999275048 5.4602806 5.22727061 5.246872375 5.004966814 5.184723494 +LQ09X001270 Lariat debranching enzyme 9.92728611 10.56176874 9.308598611 9.757070555 9.675822132 10.45118295 10.35564873 10.72075073 10.28200747 10.50961772 9.803358275 9.763492174 9.651148743 10.53281366 9.833823143 10.33098216 10.34670428 10.07033052 10.85792389 9.501424195 8.864468403 9.701792096 9.411099484 10.45375584 10.23921224 10.31239861 10.70236513 9.791014298 9.611855548 9.939896984 9.525984029 10.19468448 +LQ09X001280 Ubiquitin carboxyl-terminal hydrolase 22 6.927767981 6.077904338 6.413129974 7.98534849 6.595447415 7.644032758 7.519016232 7.846664092 6.833063193 5.261974427 6.360239878 7.865723584 6.979632901 7.862300796 7.271618848 7.581334869 6.942927366 5.888738755 6.27644881 5.688741446 5.148136021 7.661519692 5.960634059 6.262143644 7.212890195 5.613789658 5.86621248 6.400552543 5.954466746 7.821511749 5.610725007 6.545000898 +LQ09X001300 Putative Uncharacterized protein At2g29880 5.30959726 5.340485872 5.715277444 5.594432959 5.543284439 5.657852944 5.137995964 5.636508172 5.799733164 5.478223983 5.764168088 5.478497662 5.34793403 5.545193461 5.679771939 5.663612782 5.232743768 5.489942333 5.488692718 5.330551587 5.631134962 5.236771163 5.802500555 5.224677441 5.17567907 5.193859939 5.066217153 5.078811123 5.285522963 5.309131548 5.673780376 5.434190684 +LQ09X001310 Predicted protein 8.833920755 8.863497489 8.320742486 8.627822976 8.675327969 9.208006528 9.002660633 9.117744925 8.810063778 7.95396562 8.532089709 8.25414883 8.313584053 8.926116722 8.70256127 8.277077536 9.118090951 9.091849763 9.639572265 8.503363916 8.513282098 9.092149488 9.066368985 9.158132061 9.20300752 9.201419293 10.06865211 8.37287587 9.0601685 9.476609952 9.406198413 9.404369487 +LQ09X001320 Enhancer of rudimentary homolog 13.53516832 13.18710567 13.82944961 13.33161092 13.80958341 13.60051829 13.48082175 13.70983826 13.60745956 13.48229719 13.89198677 13.475893 13.74826161 13.65990553 13.52573705 13.63878702 14.11145088 13.6021693 13.70804569 14.2161765 13.74985493 13.7568778 13.81774172 13.84092154 13.49119206 13.25202544 13.23276925 13.9389554 13.34043242 13.96260053 13.87061282 13.72100052 +LQ09X001340 Phospholipid hydroperoxide glutathione peroxidase 1, chloroplastic 4.963100206 5.244122733 4.971385172 5.516473177 4.728425542 5.323273671 5.201147939 5.359493842 5.19373275 5.511614685 5.386089386 5.689975615 5.139721013 5.044726645 5.85630765 5.493721263 4.93294936 5.074790665 5.875201531 5.027328249 5.229013083 5.204817158 5.182899977 4.901230018 5.167196642 5.099258572 6.221963069 5.187752423 5.386797687 4.859974743 4.88149692 4.814849614 +LQ09X001350 Eukaryotic initiation factor iso-4F subunit p82-34 5.06859733 5.173872569 5.112430122 4.838550187 4.82888598 5.356579253 4.817368208 5.0819021 5.22125319 5.203107772 5.015285756 5.156191906 5.00373008 5.135978489 4.830466976 5.188268085 5.358676045 5.306887922 5.487502758 5.239919125 5.147719425 5.982050484 5.582630751 6.38476247 5.176362573 5.503971123 5.469135795 5.302761728 5.098292123 7.183963576 5.40589656 5.753844951 +LQ09X001360 Probable protein phosphatase 2C 60 11.442056 11.98299431 11.86757217 12.00104188 12.33214247 11.73237246 12.22312206 12.97027112 11.95371695 12.02766679 12.11799811 12.16879829 12.16713866 12.19177613 12.57322721 12.89766993 12.06928031 11.43893003 12.27837413 12.21826067 11.6154714 12.72659536 12.59564989 12.86312427 12.16598584 11.89949306 11.96690815 12.34172826 12.29674675 13.09134896 12.97450188 12.92133583 +LQ09X001390 Putative Nuclear nucleic acid-binding protein C1D 11.44808405 11.76749108 12.13185379 11.92257568 12.47763845 11.64449934 12.36395346 12.26753816 11.63061157 11.71924307 12.2628776 12.08358658 12.34210792 11.85045912 12.21482531 12.63498415 11.28612708 11.65774856 11.5379466 11.9104513 12.18007707 11.94085559 12.30422448 12.87960824 11.38862505 11.61610404 11.87435343 11.95567424 12.17111242 12.2454329 12.25507668 12.74221715 +LQ09X001400 Early nodulin-like protein 1 14.48257982 14.9525115 12.95781405 10.45172426 10.7467114 9.283880148 9.032261515 8.44448575 15.01058693 15.23501796 14.55439227 11.53961646 11.54110629 8.836992192 9.349390155 9.920108179 14.44111064 14.4748611 15.10620369 14.40704998 13.58145696 14.07932658 7.961003567 9.352394998 14.29725041 15.18147769 15.09228188 10.98139017 12.87540483 9.758796804 8.522099773 9.451687239 +LQ09X001430 Transmembrane 9 superfamily member 4 5.275391786 5.601832071 5.43478878 5.361290778 5.17094925 5.688851115 5.345474419 5.449745922 5.608184283 5.272336901 5.320096298 5.478068842 5.518549723 5.491825492 6.106491226 5.377091737 5.304124526 5.655221094 6.219138587 5.334128446 6.228823053 5.588290217 5.046332568 5.760446414 5.359019725 5.601745471 5.631277244 5.671519 5.692324012 5.616256671 5.297044609 5.209818394 +LQ09X001440 Putative Coleoptile phototropism protein 1 5.078148063 5.156988871 4.93893904 4.998943947 4.91376876 4.909773751 5.28993824 5.015651133 4.839832093 5.175015609 5.057052434 4.993304334 5.089085265 5.105491735 5.221551864 5.03317767 4.803370717 4.830408813 4.878400364 4.95306612 5.435301712 4.943398393 5.2897909 4.95396616 4.757525934 5.087762645 5.253853816 4.969319207 5.092709441 4.998400909 5.828940173 5.284941732 +LQ09X001480 Putative DNA-directed RNA polymerase II subunit RPB2 11.51273679 12.08784408 11.58405858 11.29191377 11.73345501 11.64710647 11.41331356 11.35818333 11.74102754 11.90767644 11.61515428 11.42934592 11.73870816 11.87363697 11.60321747 11.51553721 11.50557535 11.81163185 11.29309993 11.82234414 11.48040905 11.35907296 11.08033522 11.13657379 11.8379299 11.90419057 11.75731062 11.43410847 11.68086769 10.9658983 11.24637822 10.99658832 +LQ09X001490 Chorimate mutase 10.61264071 11.54783738 11.00004423 9.980067045 10.35773282 10.03656257 9.976888178 9.451959389 11.12254962 11.41460921 10.88329458 9.912014087 10.49428447 10.31831723 9.721454805 9.493960534 11.28647195 10.73387649 11.50872185 11.34875419 10.94690454 10.54839988 10.23490112 10.09173359 11.35508308 10.87662558 11.53147444 10.55365825 11.30149229 9.845673339 10.58790585 9.822388103 +LQ09X001510 Hypothetical protein 8.645929474 8.618280664 7.48018223 7.240727243 7.065807567 6.015220091 6.005267763 5.697270346 8.913371244 8.064947687 8.030443324 7.885614326 7.411370206 6.65481896 5.859833103 6.441152955 8.953047016 8.677685457 9.300483647 7.642956763 7.457200316 8.004416036 5.613338845 5.479871784 9.023025431 8.677058769 8.868149492 7.846272251 7.825176876 6.921701836 5.340442583 6.106961639 +LQ09X001530 Putative Probable WRKY transcription factor 40 5.417937283 5.112060877 5.828417241 5.442958798 5.415812457 5.507641253 5.687860574 6.355498997 5.577455372 5.23552003 5.213733077 5.433756511 5.75631982 5.175173276 5.496504855 5.565247482 5.281735625 5.992173612 5.331624694 4.979362402 4.879547007 5.605236376 6.019329355 5.351942016 5.255713529 5.421178019 5.402031946 4.748525028 4.82153597 5.611370504 5.271139788 5.434802574 +LQ09X001540 CBL-interacting serine/threonine-protein kinase 25 5.622460073 6.159775597 6.054062114 6.104703141 6.201394505 5.942691267 6.262543867 6.644978225 5.875713116 5.781192782 6.586919295 6.111260073 6.275889941 5.859532594 6.909637161 5.85505904 6.291411414 6.315577228 5.634263867 6.09695104 5.539599129 6.082638936 5.906836026 5.722201212 5.424819846 6.067363907 6.374682284 6.106912889 5.879893854 6.254511404 6.155424147 5.666916676 +LQ09X001550 Putative Transcription initiation factor TFIID subunit 5 11.38085765 11.49756938 11.34549221 11.73986439 11.20769081 11.37475917 11.55123171 11.69432233 11.09569095 11.46431998 11.2667988 11.06285108 10.93641911 11.19188764 11.62718589 11.0411546 11.17347724 11.22982389 10.82671829 10.72106385 11.23374124 11.35278293 10.93442456 10.88724837 11.03794574 11.1777267 10.92599212 10.94548637 11.4109533 11.55528074 11.20711558 10.9028872 +LQ09X001560 Nucleic acid binding protein, putative 9.933349125 10.08090461 9.925667986 9.639886365 9.990122669 10.43409912 10.44457845 10.45830866 9.404620192 8.902790327 9.54548989 9.517911004 9.471470048 10.24921169 9.992254517 9.877979363 9.702503244 8.225880903 8.334453204 9.324772451 9.638057903 10.28411344 9.90582783 10.43519313 9.893657289 9.128009252 9.068699716 9.777572974 9.916824615 10.40846824 10.65324816 10.58985913 +LQ09X001570 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 5.661182565 5.176335239 6.120282766 5.71788234 5.476187416 5.614060647 5.940139886 5.562984654 5.975059882 5.916834856 6.146942599 5.73750755 5.540014502 6.232566002 6.539259635 5.597249316 5.760890304 5.364664682 5.513684645 5.57519295 5.36564319 5.184834549 4.780052454 5.826244721 6.045117229 5.568938393 5.840019091 5.707172816 4.980530651 5.239252749 5.0508201 5.631822942 +LQ09X001580 Stromal cell-derived factor 2-like protein 4.782208016 4.642125983 5.093490859 4.624126293 5.088444007 4.811170184 4.651675985 4.851461789 4.924830226 4.476564849 5.300383199 4.609912073 5.015585768 4.896548342 4.95355455 4.643489109 5.010436725 4.983627811 4.539032577 5.170721415 5.160555725 4.673615985 5.238938497 5.387602169 5.02743469 4.977739955 4.596049918 5.009397121 5.277764004 4.991157174 5.133892552 5.503221196 +LQ09X001590 Ubiquitin-protein ligase, putative 5.019060052 5.087234855 4.907199647 5.081417589 4.838462563 4.921051453 5.179201589 4.5375321 4.855970337 5.031021746 5.044780755 5.277124621 4.970504469 5.087610169 5.004472746 5.024778679 5.013934291 4.763492872 5.884404167 4.995035447 4.892396172 5.048787203 4.804098096 4.862820043 5.169539183 4.712671365 5.005344766 4.822883074 4.488347533 4.722402591 5.063730546 5.428197184 +LQ09X001600 Chaperone protein clpB 2 10.41595391 10.14961894 9.931605579 9.82265209 9.431523274 11.23101154 10.8089188 10.40332375 10.1879749 10.07274117 9.914994192 9.750180637 9.602864396 11.13931324 10.60310151 10.74723971 10.08466314 10.4256255 7.944036523 9.744712515 10.43042593 9.297689415 11.11611487 10.62792752 9.882763271 10.20548312 8.773089349 9.575294596 10.33157095 9.943533596 10.85553961 10.58821042 +LQ09X001610 CHD3-type chromatin-remodeling factor PICKLE 5.627485046 5.80432608 5.815525121 6.042672858 6.184271938 5.444714865 5.993914023 5.845420878 6.059593326 6.208081609 6.621313293 5.933683472 5.76143438 5.476242106 6.18516909 5.851936837 5.735189556 6.2700515 5.370263251 6.265502923 5.555618867 5.80349899 5.372862867 6.486265271 5.99374366 6.643049201 6.598065382 6.238138212 5.911141594 5.925320183 6.226733919 5.976524076 +LQ09X001650 Putative Zinc finger protein 3 9.112569267 9.488215348 9.19017625 8.748236548 9.604516694 10.37862947 9.721448038 9.792129549 8.989875616 9.476758033 9.310410436 8.725265395 9.380068567 10.23045564 9.624550437 10.25628613 9.794500111 10.0055117 8.455908161 10.02779436 9.21922437 8.393428102 9.800687441 9.701508141 8.5135927 7.603305265 7.619168055 8.709294062 8.805311934 8.215294787 9.572971779 9.611131486 +LQ09X001670 Putative uncharacterized protein 5.409513526 5.45116932 5.132640305 5.482313798 5.75254535 5.820067672 5.533553122 5.752328932 5.977222317 5.253887869 5.407693797 5.357164057 5.746558996 5.723627041 5.649418798 6.11491214 5.488669435 5.302973951 5.023737586 5.098848831 5.390224751 5.356359102 5.906621182 6.567274532 5.212290894 5.544196628 5.609623418 4.95762557 5.007575291 5.571078809 5.502306837 6.293818242 +LQ09X001680 Putative uncharacterized protein 11.01425323 10.57268101 11.04046194 11.09827325 11.10283838 10.31667142 10.41675975 10.29870187 10.98850798 10.28302676 11.03755741 11.25753567 11.35121488 10.46217731 10.22830587 10.28684811 10.07897422 10.39328991 10.31780038 10.34008482 10.38203383 10.7650006 9.625611076 9.373608991 10.1839238 10.63401079 10.60814958 10.1946636 10.99445075 10.26307191 9.774768657 9.559427414 +LQ09X001700 60S ribosomal protein L39-1 5.860431362 5.223495072 5.308907975 6.000596954 5.828341605 6.228193133 6.184715372 6.166052151 5.73797166 7.200194422 5.66398384 6.18378585 6.117445112 6.078162668 6.601147995 5.719569313 6.212694606 5.744790533 5.428984592 6.166133757 5.531152409 6.175772862 5.5539183 6.106148246 6.21419706 5.802938009 5.561235917 5.808684027 5.993804509 5.634296398 6.253219613 5.074873977 +LQ09X001720 Putative uncharacterized protein 5.209421961 5.383101245 5.422601194 6.160896885 5.853390231 5.77794753 6.058039693 5.513881941 5.540073028 5.748276784 6.011291757 6.245472549 5.681917799 5.748348957 5.965452938 5.945658368 5.541108341 5.700458269 5.696550551 5.487246954 5.75737343 5.772673875 5.43873719 5.264482351 5.81662321 5.455999886 5.532482738 5.472399108 5.876228601 5.875400545 5.224104936 5.199537798 +LQ09X001730 Probable inosine-5-monophosphate dehydrogenase 6.609603979 6.880948271 6.194297817 6.248800429 6.269310249 5.85446361 5.965404502 5.551533763 6.431225257 7.471469843 6.615658788 5.948188236 6.341712621 5.938254634 6.658860971 6.033309518 6.61644076 6.500301418 6.260788871 6.355747912 5.856826434 6.19233438 6.31495989 6.163399697 6.375335964 6.460819632 6.218956678 6.305637595 5.720597436 6.164983885 5.961833165 5.92794786 +LQ09X001740 Putative uncharacterized protein 6.203374171 6.348917395 5.936481886 6.182099366 5.788009637 5.726829743 5.672234796 5.422607056 6.222212189 6.435371097 6.159012718 6.000405961 6.41981748 5.690100346 6.879143105 5.337071388 6.138273288 5.839300414 6.538422563 6.912497581 6.084283278 6.206909376 5.692046578 5.402240921 6.266449832 5.996433606 7.411552139 5.958704409 5.947221955 6.224805652 5.326199511 5.882030802 +LQ09X001750 Putative uncharacterized protein 9.258543771 10.10339063 9.508577215 9.192795143 9.911732172 10.18673254 10.27869124 10.41456153 9.393292638 10.01498114 9.359129759 9.177747189 9.974538177 10.07045237 10.07436452 10.47612016 10.04362634 10.73457644 10.24852609 10.33865962 10.6562963 9.932420297 11.28552815 11.60044964 9.583366185 9.919477118 10.75163801 10.01723823 11.01419384 10.21721505 11.26132666 11.84583025 +LQ09X001770 Putative uncharacterized protein 5.616509356 5.69280919 6.139547705 5.327574298 5.546102949 5.41603946 5.220069828 5.333222667 5.986075222 5.886911738 5.321293257 5.300735868 5.958786489 5.23991482 5.190852712 5.084785808 5.900326731 6.022817709 6.348599459 5.784946512 5.969638588 6.159741739 6.153706214 4.94425582 5.547597353 6.086658855 6.122975933 6.288881176 6.361654152 6.345332435 5.219082283 4.930605534 +LQ09X001800 Putative uncharacterized protein 9.554866259 11.69822058 9.547529786 9.656944227 12.18204346 8.265582418 8.723583651 9.299205627 9.464972528 11.27021254 9.733404485 9.659675607 11.20908193 8.690265667 8.960712239 9.709121495 13.23940617 12.14418215 13.00498232 11.81696878 12.28183353 13.05316974 9.756055614 11.65248313 11.56659921 12.19225025 12.31079318 11.3818977 12.03493764 12.47641557 9.214374697 12.30319983 +LQ09X001820 Predicted protein 5.771677851 5.440936356 5.298287782 5.251061385 5.484906395 5.494008341 5.663970149 5.498066934 5.639181668 5.928707345 5.375898259 5.566429629 5.62858448 5.382684029 5.742336597 5.683349256 5.183491286 5.868668576 6.027152425 5.440355087 5.467057556 5.722728648 5.53798155 5.558691432 5.35334092 5.455941117 6.585737802 5.420965077 5.392885595 5.460788917 5.639450914 5.219553384 +LQ09X001850 40S ribosomal protein S11 5.351897941 5.296939847 5.944249903 5.267895415 6.837315507 4.878749886 5.211366106 5.042162695 5.247070184 5.138510269 5.510371285 5.305761476 5.985864803 5.371868993 5.342778092 5.247744799 5.106514311 5.435337593 5.272058887 5.381554217 5.404654795 5.50310036 6.119474388 5.683053681 5.447448053 5.180003704 5.240944166 5.189133045 5.571638409 5.033241415 6.07715731 7.108939561 +LQ09X001880 Putative Calcium-binding atopy-related autoantigen 1 9.62176002 9.485963212 10.48100025 9.964131521 10.32611501 10.03881516 10.32163044 10.69704318 9.473333817 9.229165362 10.17623854 10.09736297 10.30561272 10.40294802 10.08225431 10.39337718 9.417225826 9.203801892 9.531843191 10.03827754 10.23004204 10.04065717 11.1999289 10.67066051 9.271407964 8.78418106 9.788264129 10.16946659 10.33653465 10.54573615 11.2512509 11.08189423 +LQ09X001910 Protein MEMO1 5.639469473 5.800177446 5.491123652 6.024730024 5.588274552 5.521907156 5.50356243 5.556722569 5.902074435 6.076484286 5.087925848 5.66504957 5.5536426 5.760623067 6.570715534 5.788822563 5.061262687 5.511594541 5.413052188 5.637471513 5.102423443 5.493265992 5.315327671 5.040603594 5.646554545 5.304277602 5.430959662 4.729614471 5.160889952 5.251039449 5.664659557 5.400921576 +LQ09X001920 Predicted protein 5.357471704 5.185228032 5.077424132 5.046911771 5.48493584 5.848062591 5.858029359 5.241013746 5.497818834 5.580188868 5.166230379 5.436936322 5.325234745 5.456486983 5.93998509 5.375020128 4.790671258 5.337631854 5.312585336 5.348812834 4.94499877 5.23047286 5.53290956 4.918606608 5.134125135 5.0980918 4.996439342 4.572176723 5.328714576 5.308881036 5.291509249 4.848419538 +LQ09X001970 UPF0480 protein At4g32130 13.43830397 13.7182398 13.22648739 12.88717482 12.96269675 12.89322256 12.87777815 12.53425468 13.47712144 13.54982768 13.38640663 13.02897939 13.15990227 12.88780584 12.66731713 12.60837952 13.40327643 12.89014818 13.44224851 13.19153756 12.59528022 12.96242101 12.64267389 12.43260568 13.40834865 12.90810072 13.51826859 12.51730488 12.47657867 12.76523022 12.84121481 12.54388245 +LQ09X001990 Putative uncharacterized protein 10.10506581 9.486932876 10.14815984 10.61651339 10.33999682 9.910405592 10.04691852 9.944579861 10.14296921 9.78165104 10.28510052 10.78577489 10.49482031 9.760781899 10.02445892 9.988876546 9.643541305 9.968921838 8.664003274 9.485832991 9.581755854 10.19010037 8.383048392 7.928069011 9.614114921 10.25257616 8.258268423 9.752867697 9.496922627 10.49392877 8.510180577 8.102334238 +LQ09X002030 Probable glycosyltransferase At5g11130 5.711960114 5.672089547 5.454796341 5.14630377 5.447531455 5.413853584 5.049680018 4.856065384 5.230555472 5.037621123 5.475393323 4.963485238 5.494547954 5.28913792 4.969134226 5.064954479 5.446699545 5.804814529 5.278062775 5.479145133 6.133451588 5.366416041 5.915567904 6.353152064 5.634655898 5.494341585 5.395298927 5.648997399 5.629482779 5.538060529 7.488262794 8.165580819 +LQ09X002060 Putative uncharacterized protein 5.890281953 5.673622815 5.639750832 5.099626907 5.294867128 5.344163258 5.734844656 5.45461181 6.055483885 5.394358738 5.641610917 5.27256782 5.556568455 5.466791982 5.278572117 5.354198809 5.414563843 6.058945032 6.233131127 6.005967715 5.70859109 5.725144805 5.163371769 5.603844563 5.929211206 5.908196769 6.212724557 6.020137133 5.812167537 5.557788432 6.130267048 5.673497049 +LQ09X002070 Protein FAR1-RELATED SEQUENCE 6 9.754223347 9.624037046 10.10731952 10.33975878 9.940036807 11.10162123 11.1270295 11.22008463 9.999161029 9.471169151 10.17381214 10.52451651 10.14906964 11.12818353 11.15575477 10.96240626 10.17295703 9.948848787 9.842461482 10.25460321 9.761555969 9.744358358 11.36831223 10.75778729 9.868947606 9.703597508 10.06681649 10.48172959 9.950087214 10.45995347 11.06407655 10.65393388 +LQ09X002080 Vesicle-associated membrane protein 713 13.99155517 14.11308647 13.8392534 14.51676132 14.16335058 13.24483232 13.45702344 13.49794583 13.94439285 13.77081273 13.89250165 14.24070496 14.12962467 13.22628727 13.27055176 13.37911767 14.32468169 14.47803831 14.09419682 13.66800065 14.02995927 14.6595676 13.52265184 13.4707413 14.17332298 14.46301684 14.05884708 14.22993253 14.13161473 14.48277116 13.20270914 13.49500071 +LQ09X002090 14 kDa proline-rich protein DC2.15, putative 5.199848598 5.009948768 5.837519854 5.359743485 5.216738543 5.524141895 5.279055038 5.326237568 5.375986651 5.342776139 5.303025501 5.66608177 5.509121454 5.73243921 6.916387978 5.294847548 4.992802765 5.383233136 5.749808013 5.074090565 5.285587127 5.469883488 5.855023846 5.273307039 5.850385529 5.546144195 5.693408684 5.09861081 5.472828694 5.183758462 5.406896099 4.552921749 +LQ09X002110 Adenine phosphoribosyltransferase 2 6.057954579 7.176822476 7.073963457 6.719291137 6.852576578 5.610875105 5.699489584 5.421163475 6.748515844 8.377125721 7.416151759 6.317054972 7.308553423 5.769474172 6.036689894 5.588751507 6.129537583 5.744509557 5.600105291 7.120986369 5.821569648 6.378882968 5.883267283 5.599458222 6.430004728 5.88904524 5.481913055 6.487902503 6.199865106 6.067819007 6.109710051 6.859122833 +LQ09X002130 Putative E3 ubiquitin-protein ligase KEG 5.565987792 5.558461267 5.645927612 5.246847646 5.90118045 5.502509639 5.686940821 5.885652237 5.39707257 5.475705824 5.772360263 5.359047261 6.163722044 5.561302734 6.111445391 5.790890097 5.513949111 5.622440191 5.287570639 5.984907652 6.158772151 5.887574029 5.73246858 6.009172773 5.332878833 5.829095771 5.587729074 5.581250302 5.969083656 5.835647127 6.049320818 5.245121197 +LQ09X002140 Putative uncharacterized protein 12.46296869 12.2867299 12.69044834 13.25994013 13.28855465 13.63711936 14.01612606 13.83688059 12.47994933 12.02109562 12.4511136 13.59477486 13.62146946 14.09688159 14.09299132 14.02985279 11.77634703 12.88376467 11.80476359 12.31724264 12.46968967 12.56192385 13.2560266 13.65891655 12.06540683 13.09337462 12.01240571 13.19341773 12.47575343 13.80899468 13.7894645 13.26606544 +LQ09X002150 Putative UDP-N-acetylglucosamine/UDP-glucose/GDP-mannose transporter (Fragment) 7.419573813 8.248247161 7.630751678 8.612899853 7.668849935 9.039936963 8.79860367 8.909901394 8.314583078 7.930883381 7.858492954 8.901945106 8.052171852 9.277256174 8.701739292 8.980548239 9.035565074 8.303072784 9.582448602 8.564288385 8.138643579 8.619798527 8.01599875 9.500586401 8.966452196 8.590395805 9.048517906 8.610289204 8.529404888 9.273771844 8.110856825 9.358443719 +LQ09X002160 Putative Auxin-responsive protein IAA29 10.56595297 11.97331906 9.675607231 8.244998047 10.05805825 6.60981244 6.168448836 8.035786724 11.24157386 11.49441893 10.91841544 7.630396051 9.780732472 7.609255315 7.165535805 8.396520194 9.550870398 7.072302504 8.851664952 9.044156206 6.541931544 8.492606197 5.364445523 6.53148691 10.13659234 6.776187912 7.346091845 6.446544006 7.421079487 6.554812199 5.866500215 7.329664952 +LQ09X002180 Putative clathrin assembly protein At2g25430 10.53420116 10.03682764 11.7584538 10.50082798 11.04456273 10.09400825 9.10034994 8.355347599 9.780541004 9.02485319 10.66777028 9.790091401 10.20757217 9.553960166 8.130379062 7.341830509 10.04000018 10.49536204 10.20223368 11.47649104 11.61640736 10.65021761 10.33203312 10.17421382 10.71761882 10.65828972 10.5918726 11.38961302 11.6839275 11.14866077 10.14543244 10.63973947 +LQ09X002190 Putative uncharacterized protein 11.09870525 10.084636 11.8428462 11.33344874 11.07353302 11.45686961 11.24122904 10.9203813 10.78729502 9.87874987 11.56651775 11.40406196 11.21851047 11.36382525 10.58160701 10.59623732 10.60438233 11.757352 10.34180037 12.27134584 12.32072906 10.74812751 12.09230945 10.88478603 10.35343922 11.00420791 10.81914938 12.30108397 12.02868691 10.76940277 11.47496458 10.90046469 +LQ09X002220 Putative receptor protein kinase ZmPK1 10.44606725 10.24908958 10.55969282 11.2347506 11.13361533 12.33769797 12.2386099 12.41863666 10.77765793 10.51563715 10.68763572 11.61840238 10.79487017 12.05261215 12.18199857 12.43234285 10.4257154 10.88254538 10.79832757 11.20518716 10.94151446 11.30134621 11.85210277 11.27047911 10.22549686 10.73030274 10.51836362 11.35733303 10.36609599 11.86057242 12.01315734 11.30421055 +LQ09X002240 Predicted protein 5.969095522 5.555508647 5.734903489 5.397916315 5.315833849 5.458318212 5.483234663 5.404459562 5.982319019 6.024403624 5.812474227 5.732408857 5.523634677 5.428063323 6.038696701 5.701393132 5.305910706 6.091010912 5.940600091 5.636120092 6.173033309 5.739208019 5.588134895 5.014466882 5.590231325 6.315373233 5.265055253 5.475210832 6.096376389 5.428952461 5.137905933 5.066250179 +LQ09X002270 Hypothetical protein 5.453913512 5.544816118 5.790689709 6.050520395 5.412684854 5.894083741 5.544068204 5.101329075 5.678582191 6.211592479 5.929859533 5.795441097 5.288633473 5.593497759 6.679656456 5.451011555 5.469359712 5.776172527 5.619411821 6.261898965 5.698774193 5.573060557 5.53503704 6.703877595 5.607089177 5.660135974 5.711810724 5.719744546 6.010263445 5.738214154 6.392326448 6.793524221 +LQ09X002290 Predicted protein 6.995450377 7.276678134 6.673626044 7.11169235 6.655831655 7.230141474 7.586264238 6.966718806 7.340920002 8.261089364 6.991304151 6.971624431 6.926333537 7.401860171 8.470272439 6.964265441 5.918539876 6.601915122 6.973208808 7.52739228 6.25683732 6.744119544 5.880300415 6.110186426 6.407247127 6.56606299 7.503721464 6.938603996 6.831798338 6.92211226 6.093662581 6.463634193 +LQ09X002340 Probable RNA-dependent RNA polymerase SHL2 5.143485295 5.502462911 5.992182476 5.313130921 5.464832865 4.922587463 5.188210574 5.332476868 5.370621395 5.074033406 5.783095079 5.24911962 5.494126028 5.32513627 5.085377243 5.063515937 5.34372925 6.048335336 5.716250703 5.87322062 6.190366604 5.596370022 5.083228451 5.140701479 5.363812399 5.715269913 5.643475213 5.608405814 5.715073249 5.743602915 5.153099033 5.103276693 +LQ09X002380 Hypothetical protein 12.06731586 11.84468469 13.31516111 13.28120943 13.51599859 13.18589504 13.71967622 13.85177935 12.39056502 11.80337353 13.47107062 13.26219321 13.86531618 14.01678696 14.03818577 14.51828835 10.70174457 12.27649646 11.12199673 13.16602911 13.82582848 12.81265325 14.37472192 14.61614875 11.7576685 12.67167151 11.9177791 13.5459694 13.48545465 13.88515345 14.51002258 14.70249317 +LQ09X002390 DEAD-box ATP-dependent RNA helicase 56 13.61689428 14.20618239 13.38463506 13.19742987 13.13876618 13.59577431 13.42745768 13.23627705 13.98498104 13.8661839 13.76509006 13.489391 13.40237007 13.64984657 13.4482545 13.39998414 13.5427681 13.49191223 13.77707797 13.3678288 13.26027369 13.33086645 13.55062747 13.7506012 14.24431145 13.94546761 14.08396645 13.33184878 13.66737967 13.46781678 13.66929281 13.63848207 +LQ09X002400 Putative Probable polygalacturonase At3g15720 5.030219017 5.011004797 5.102144516 4.939616261 5.14167425 5.188642404 4.935913623 5.557120348 4.895177986 4.820244343 4.761503627 4.808947291 4.823532939 4.96078077 4.60588357 5.99695965 4.776770202 4.882620144 5.184732449 4.87636149 4.924469602 4.847427978 5.133625727 5.087945595 4.958215861 5.017729424 5.144423177 5.096291819 4.872038365 4.824284034 5.370553504 5.137977472 +LQ09X002430 Putative Solute carrier family 35 member C2 6.12366285 5.82477075 6.099929193 5.809891091 6.340032188 5.309390019 5.957000338 5.405960586 6.241333621 6.181786428 5.747186706 5.927958474 6.281970536 5.056330966 6.041054549 5.421883745 5.755415754 6.44795879 6.868771534 6.327785088 6.195181208 6.286738305 6.55867001 5.420089113 5.945569244 6.222329571 6.610558352 5.387526254 6.351950684 6.048403704 6.009413341 5.516605445 +LQ09X002450 Putative Pentatricopeptide repeat-containing protein At4g21065 4.769323453 4.971202275 4.81758919 4.916592563 5.417836395 5.576331812 4.968528126 5.119796864 5.002711334 4.916366887 5.104358504 5.210837505 4.771394467 5.353936864 4.898930586 5.421992405 4.764432351 4.91030241 5.348130968 5.238532225 4.876618154 4.84808861 5.462780151 4.747176996 4.862693707 4.709232193 4.884425514 5.710615417 4.775913327 4.922627075 5.366559858 5.137400358 +LQ09X002540 Putative Anthranilate N-benzoyltransferase protein 1 5.636965764 5.562525924 5.307704295 5.596687681 5.667276075 5.408367499 5.340314296 5.531559816 5.613118504 5.708835668 5.39668381 5.642897573 5.366891838 5.209796412 6.082163554 5.505046878 5.70222897 5.694429721 6.007076042 5.615894873 5.672410382 5.515395019 5.90085476 5.676936051 5.291618343 5.817672612 5.511151384 6.07358463 5.741581379 5.535421821 6.347671439 5.163424065 +LQ09X002550 F-box protein SKIP1 12.41869588 12.38453374 12.7214917 13.05679899 12.00696837 12.42181214 12.7679181 11.83341411 12.37429191 11.95657929 12.43076873 12.68249341 12.06084115 12.18672512 12.37266256 12.06028099 12.01186136 12.20627927 10.75065065 12.19192407 11.93017178 11.50462638 11.78028066 11.94464514 11.56106985 12.06204974 10.6973057 11.80218943 12.2016724 11.31830578 11.5609946 11.43693883 +LQ09X002560 UPF0057 membrane protein At2g24040 5.559080147 5.257658636 6.123259551 6.253119038 5.454969616 5.735891557 6.418241053 6.603564868 5.520101228 6.126214327 5.369989385 6.18022321 5.397904279 5.374418816 6.274087359 5.844812152 5.831157949 6.77197088 5.723412857 6.076948774 6.279126036 5.865481639 6.136169907 6.365004511 5.627974697 5.527826197 5.154211856 5.32668857 6.149564444 6.195820618 5.80922948 6.61175025 +LQ09X002570 Putative Predicted protein 5.708241693 6.094740013 5.441303445 5.449119176 5.680550179 5.396705896 6.032855386 5.331241868 6.010472741 6.157590753 5.237277597 5.278697463 5.835134615 5.4465604 5.291422859 5.476846709 5.419835781 5.665955624 5.353839934 5.587789966 6.024201321 5.214495597 5.163286241 6.044849248 5.167774723 5.712271098 5.824622057 5.592056868 5.412379915 5.149231576 5.240501 5.144835959 +LQ09X002580 Predicted protein 12.13522818 11.96162409 12.44070424 12.84830596 12.84873692 12.1285194 12.37523598 13.36828361 12.35624472 11.64466728 12.57890528 12.81010209 12.82316922 12.34636093 12.7095272 13.1656416 12.22335226 11.43211358 11.9918064 12.27368275 12.09568797 12.46907377 12.13011348 12.86944947 12.00196619 11.47201117 11.71267037 12.67007412 12.33935823 13.19398217 12.38591928 13.05754034 +LQ09X002590 UPF0133 protein Synpcc7942_0464 12.79252161 13.03460638 13.09887316 13.14705436 13.35993504 12.89811194 13.46586375 13.56698812 13.02259721 13.19036356 13.06083634 13.22839932 13.27598984 13.01043402 13.67233251 13.80251861 13.15589361 13.19233669 13.40833961 13.16519291 13.22725764 13.55352294 13.66350071 14.0059168 12.87524785 13.15167818 13.43736219 13.50843076 13.03949468 13.77220227 13.53161331 13.88257299 +LQ09X002620 Putative Signal recognition particle receptor subunit alpha 6.704881721 7.050267869 7.003292242 7.315000978 7.421009409 7.559035048 7.151646349 6.37852291 6.777576119 7.173296413 7.04665443 7.057583659 6.99299023 7.21055549 8.767805371 6.558406714 6.24505193 6.018001718 6.11048473 7.414852231 6.432003087 6.667555848 6.355067137 7.852464246 6.452588488 6.073007623 5.571224626 6.16498461 7.603969877 6.517197426 7.009732375 7.538435519 +LQ09X002630 Early nodulin-like protein 1 9.285975066 11.10461993 6.126861252 7.600537568 6.15541928 5.896316846 5.59995766 5.894632773 10.29026718 12.08503573 8.31187157 7.331364987 6.229163901 5.899692864 5.515131286 6.094883214 11.19194634 8.091566962 11.50689901 6.939553936 6.395469951 8.661166084 5.696058876 5.483615934 10.14140775 10.16793665 11.24328775 5.716984416 6.012705083 6.284598588 5.8320723 5.592575627 +LQ09X002640 Early nodulin-like protein 1 5.267232565 4.840587322 5.278717856 5.307627502 5.117078566 5.100630905 5.72005927 5.462781746 4.984469479 4.874941948 5.384462827 5.405864375 5.179356907 5.381512246 5.344826409 5.683284053 5.2583768 5.216828016 5.025334691 5.02825861 4.988316996 4.910620039 5.389672261 5.113285384 5.377137788 5.091480372 4.917709856 5.332991072 5.172400878 5.379279184 5.18673945 4.703383378 +LQ09X002670 Probable cyclic nucleotide-gated ion channel 5 5.198919373 5.199501135 5.935355763 5.835527577 5.654570875 6.24663174 5.409958147 6.026183369 5.311086083 5.196036411 5.515292992 5.929481046 5.83041623 5.501835031 5.870718315 6.326049768 5.181255182 4.976257393 4.846454855 6.045186828 5.227800018 5.065951107 5.303688641 5.051226851 5.510599337 5.260879293 5.24575809 5.124761811 5.47442481 5.075391637 5.125788452 5.599334976 +LQ09X002680 Putative Probable leucine-rich repeat receptor-like protein kinase At1g35710 5.279887297 5.022660677 4.98085556 4.927274352 4.712936571 5.096321032 5.54070577 5.249482289 5.262030118 4.895214199 4.896360951 5.012587521 5.067093788 5.502242726 5.066564086 5.617407644 9.354182723 8.750591036 9.241660957 7.801688448 7.708232463 8.894136897 9.891222594 9.346984921 8.749947254 8.469704312 8.784443323 9.173314372 6.841487762 9.174537018 7.691330982 8.960324178 +LQ09X002730 Putative Transmembrane 9 superfamily member 4 5.036281208 4.99157312 5.162068098 5.00932053 5.246150768 4.974444161 5.015574426 4.881476984 5.227249813 5.403851288 5.073789479 5.217707294 4.954771657 5.089320226 5.485742736 4.935872779 4.756586654 5.133531297 5.232422184 5.258002797 5.106849781 5.00760123 4.979196185 5.047033137 5.178561841 5.597746525 5.199250896 5.401147462 5.133131787 5.304546454 5.108495187 6.043961442 +LQ09X002740 Putative uncharacterized protein 8.51816432 7.560800236 7.544251962 7.508911812 8.823234519 7.66340516 8.382255343 8.281210434 8.566459409 7.461882327 7.77687389 7.551952866 8.719648087 7.95844606 7.046629625 8.505902498 7.520151068 8.365026087 6.485521326 6.643521026 6.256063479 7.912943601 5.86622751 5.592415759 7.473659879 7.919425985 7.231053431 5.844056265 5.859861082 7.541561095 5.696273664 6.582982707 +LQ09X002750 Leucine aminopeptidase 3, chloroplastic 13.1329877 13.61807399 12.86238798 12.47104616 12.85185866 13.67550212 13.72390798 13.78122592 13.14908854 13.46608973 12.97550023 12.86605844 12.92727497 13.73807126 13.77729934 13.820215 13.90242922 13.77833498 13.66724501 12.97700895 12.87968229 12.98427209 13.92316848 13.74115366 13.58287276 13.28990206 13.40896459 12.48668497 13.08328446 13.28569108 14.04413504 13.95004439 +LQ09X002760 Putative 26S proteasome non-ATPase regulatory subunit 9 5.391736324 5.407114504 5.724465754 5.171652041 5.069514825 5.240710924 5.211848695 5.201707807 5.58307899 5.525772884 5.552449735 5.075342281 5.132837838 5.190112935 5.769488285 5.432010694 5.569741162 5.198874304 5.262830114 5.262438625 5.441870695 5.257727254 5.540050994 5.412408888 5.573216198 5.784377369 5.396580838 5.335682855 5.382889522 5.238047087 4.889885882 5.168875857 +LQ09X002770 DNA-3-methyladenine glycosylase, putative 5.486470983 5.535899737 5.52803496 5.449912238 4.965206322 5.617108374 5.106385808 5.303923705 5.444673582 5.398918691 5.520331154 5.679708189 5.356929666 5.508830597 4.990269167 5.371766899 5.334624292 5.424071494 5.132019855 5.552359914 5.754636525 5.645783683 5.550614446 5.166502632 5.57870665 5.234573741 4.756418375 5.373845799 5.016754928 5.551248325 5.127773154 5.303334356 +LQ09X002780 Probable WRKY transcription factor 32 6.440150533 6.593453247 5.851435346 6.445395315 6.691508843 5.552501437 6.698568271 6.403201808 6.803123087 6.338838979 5.379800994 6.785785263 6.964092449 6.031349921 6.175132754 6.120635612 6.114733041 6.862516283 6.03052019 6.547563214 6.365938518 6.33062662 5.006675987 5.617635245 6.021727049 7.137670403 6.512585917 6.605888625 6.776040266 6.278236328 5.513049287 5.658987068 +LQ09X002800 Eukaryotic translation initiation factor 5A 5.404008846 5.590785382 5.652086534 5.93503506 5.544784396 6.032137035 6.4257779 6.882470932 5.698427207 5.586271481 5.846339821 5.93611345 5.710338925 6.442765705 5.934796201 6.271816242 5.622227001 5.690547624 5.681756971 5.689756172 5.327323587 5.776134425 5.882787488 5.90009265 5.504038071 5.879500351 5.573579206 5.303925349 5.137511878 5.589083143 5.491299188 5.870177016 +LQ09X002810 Probable LRR receptor-like serine/threonine-protein kinase At2g24230 6.385190701 6.112885473 5.802113274 6.324533081 6.180098039 5.783110535 5.732807526 5.73838758 6.434019142 6.375385259 5.844253856 6.53459664 6.272536598 5.99352227 5.731853324 5.969540076 5.693331903 6.230412303 6.43557528 6.953317618 6.794010224 6.073688119 5.921266183 5.93526378 6.160918148 6.573143998 6.63382892 6.589653896 6.275165986 6.371845168 5.20476321 5.981775372 +LQ09X002820 Putative Ubiquitin carboxyl-terminal hydrolase 6.834273554 6.5299895 5.895095339 6.572504621 6.468234104 6.445858522 6.356240408 6.257437238 6.324857846 6.48006856 6.155980032 6.249161475 6.317402779 6.337886426 6.580612353 5.772768278 5.864258653 5.562369611 6.686850932 5.677453795 5.170010466 6.214175573 5.655108885 7.046820783 6.352235611 6.34245231 6.430037261 5.51433913 5.510883634 6.507505513 5.621100439 5.737348814 +LQ09X002840 Omega-6 fatty acid desaturase, chloroplastic 5.779888869 5.878229549 6.467820312 6.526303241 6.374442136 5.806207466 5.974745028 6.035781124 5.836674724 6.07757942 6.056623656 6.2629981 6.651201268 6.263889404 7.503671821 5.917665226 5.841065267 5.734544467 5.181221088 6.238284894 5.871736897 6.282531886 5.309510312 4.846343093 5.42818137 6.043377031 5.938642476 6.040015385 5.899358857 5.894716 5.449847038 5.731869059 +LQ09X002860 Putative Reticulon-like protein B21 11.80878946 11.43126778 11.89140465 12.00453741 11.58166137 9.710559795 9.377127606 9.154546023 11.10300725 11.08725537 11.33694713 11.34491872 11.28225141 9.210303452 9.790339131 8.486588969 10.63663476 10.89340768 10.47413073 10.95506971 10.79519182 11.66720503 8.204136125 8.500231074 11.11824693 11.63516335 10.52496283 11.6904218 11.54101347 11.44409496 7.988037975 8.14124392 +LQ09X002870 CBL-interacting serine/threonine-protein kinase 6 14.85077583 14.78011277 15.26885945 15.07100903 15.30678317 14.13734189 13.74144385 14.63999466 14.8702101 13.95701513 14.93259901 14.74185423 14.81492577 13.97895144 13.6015323 13.48675714 14.84560317 15.12591541 14.79653705 15.13152759 14.55816455 15.34251623 13.89055952 14.50034297 14.20320847 14.57716698 14.12094011 15.02444164 15.08108533 14.64451483 13.77378039 14.66466123 +LQ09X002880 Hypothetical protein 6.139379499 6.190769586 6.432170767 5.223443942 6.213134868 5.866119457 5.685539982 5.550928083 6.214903334 6.177291511 6.522870593 5.201032077 6.256929494 5.55030953 5.251869274 5.119596847 5.602963286 6.340512065 6.129593454 7.048266823 6.368905017 6.170289399 6.762974876 6.590972804 5.376793134 5.953553026 6.398874503 6.665434182 6.925394674 6.465684227 7.341482708 6.630122702 +LQ09X002900 Putative uncharacterized protein 9.575580398 10.41872048 9.587454708 8.214890618 10.23391808 8.364049139 8.583831953 9.704892544 9.429774221 9.920161011 9.629618625 8.282192144 9.492603692 8.430477433 8.453417257 9.086870168 9.441843519 8.31029336 10.78137076 10.1073689 9.486105287 10.00799872 9.791457402 10.76705934 9.688492847 8.900604674 10.90660495 10.02212713 9.911444278 9.844455626 10.20309968 11.13526876 +LQ09X002910 NADP-dependent glyceraldehyde-3-phosphate dehydrogenase 12.90041504 11.31784173 12.11823825 11.40227903 9.922066638 14.57514654 13.46900055 12.97186702 12.17712118 10.78870977 11.54020485 11.12547755 8.923938631 13.91230717 12.74117693 11.66846091 11.5851491 10.63440434 11.23860228 10.97700413 10.12177082 9.030800936 12.03859741 12.13402125 12.5084413 10.89796981 10.33940485 10.4639319 9.644797876 10.04300088 11.92998991 11.52114986 +LQ09X002920 40S ribosomal protein S12 14.91922974 14.81480021 14.52396473 13.75165377 13.91881527 13.6988972 13.8017001 13.21259872 14.81577651 15.2432792 14.79303711 14.22307743 14.09909189 13.8001512 13.87964303 13.39693281 14.70870047 14.17290693 14.31022971 14.6953964 14.4522994 13.9063471 14.48524062 13.61146126 15.00691938 14.623741 14.81165502 14.02514331 14.21023596 13.44593632 14.45061271 13.67032954 +LQ09X002930 Predicted protein (Fragment) 5.677438764 5.445708636 5.550769946 5.524299869 5.381342055 4.967473249 5.196803787 5.383218639 5.559204682 5.741893991 5.578300368 5.628821301 5.39583937 5.246217252 5.564356967 5.345082597 4.867598429 5.428269849 6.870919237 5.171495576 5.220299971 5.407721436 6.098401479 5.696192435 5.144751142 5.500420464 6.761463917 5.48148977 5.758887087 5.437251395 5.607003618 5.383384498 +LQ09X002940 Probable CCR4-associated factor 1 homolog 7 11.47498665 11.38504615 11.59006529 12.13687295 11.99713732 12.03873121 11.97112897 11.68653617 11.57621302 11.52374193 11.77853597 12.40985956 12.252219 12.06966348 12.29878947 12.40530807 11.38947359 11.67272168 11.99669501 11.62320107 11.79188606 11.72527128 11.77595673 11.64695078 11.31066615 11.74988446 11.710163 11.66672493 11.92340015 11.90282235 11.68480582 11.3152882 +LQ09X002960 Trafficking protein particle complex subunit 5 12.53311911 12.81339734 12.83884497 12.28650268 12.53262244 12.03825498 11.95291414 12.24986205 12.74315915 12.72346213 12.99989463 12.18224378 12.79141123 12.05715894 12.10631046 11.9352433 12.69809111 12.27281136 12.50591456 13.18194752 12.92813972 12.51217018 12.86353679 12.82404558 12.85414408 12.36869703 12.60680511 12.98522149 13.03306749 12.65027717 12.81138283 12.78912929 +LQ09X002970 ATP binding protein, putative 6.510366143 5.633284252 5.923923993 6.693862347 6.058761022 6.006994475 6.181938917 6.235659228 6.420338549 6.472802496 6.301407099 6.266351764 6.630182494 5.952800713 7.482886597 6.18987618 5.997751976 5.900073442 6.212770291 6.363363808 5.839099838 6.147467376 7.068874007 6.582610765 6.148642388 5.6854265 5.825421643 5.794048191 6.888644775 6.180253985 6.763611977 5.957238251 +LQ09X002980 ABC transporter I family member 1 9.415428676 9.652252439 8.899507125 9.845652004 9.098558773 9.858918748 10.01666756 9.146833795 9.526796075 9.726457832 9.39249016 10.03592338 9.717222198 9.992020587 10.1588695 9.683921361 9.500949358 9.786055644 9.905601546 9.024695033 9.638872914 8.930023695 10.2428425 10.18632947 9.615968853 9.701572849 10.08105487 8.707378415 9.932621249 9.540429569 10.28529892 10.39420029 +LQ09X003010 VAMP-like protein YKT61 13.83453358 13.99158142 13.69395292 13.34290959 13.54831645 13.27102529 13.07677622 12.90977011 14.03091859 13.95560508 13.94351115 13.55644894 13.7575026 13.22987845 13.20207165 13.16116308 13.91205354 13.60813336 14.01582799 14.38470504 13.86331202 14.16475981 13.49548698 13.3949175 14.16826341 13.66879907 13.92797752 14.3241741 14.17865352 13.93246386 13.42544395 13.45316263 +LQ09X003020 Putative Outer membrane lipoprotein blc 14.44474899 13.48691669 14.69723238 15.20777153 13.30913394 15.3657521 14.77135727 13.17394902 13.56938814 13.10104212 13.85093455 14.17644514 13.42403349 14.58791306 13.6727468 13.49141217 13.7316247 14.50065749 12.57692132 14.05398032 14.29758706 12.93475677 14.40016715 13.60537856 12.89364784 13.44168454 12.44718852 13.80749595 13.82415936 13.23367805 13.83688934 13.07239416 +LQ09X003040 Putative Lysosomal Pro-X carboxypeptidase 5.201964548 4.861531178 5.971076261 4.789320222 5.157328171 4.929269259 4.902982412 4.892751861 5.111988901 5.201175415 6.278190189 4.847252697 5.47449619 4.851144613 4.919706844 4.854290073 5.197855939 5.300012735 5.182423935 5.272141228 5.01606029 5.252755127 5.209644463 5.20567331 5.259673458 4.962645955 5.164024035 5.674034414 4.937240902 5.241461214 5.092196783 5.269876582 +LQ09X003050 Predicted protein 12.49833732 12.6575693 12.87873403 12.6266167 12.71222876 12.30997543 12.20557351 11.97786214 12.87147404 12.86417468 13.1154272 12.90105639 12.9258002 12.43375631 12.16191549 12.22999973 12.74736297 12.6931132 12.53569947 12.89020547 12.62376968 12.68365042 12.45413616 12.01060063 12.76687436 12.80547059 12.75067011 12.73487126 12.651476 12.42916261 12.35528617 12.08269539 +LQ09X003080 Hypothetical protein 5.693526909 6.249233132 6.091641925 5.635435352 5.501774342 5.540364888 5.872620258 5.458756373 5.736585013 6.553828387 5.610222873 5.613805981 5.670024759 5.393384489 5.521764954 5.58575227 5.87430671 5.682605716 5.831555163 5.987416346 6.568751889 5.477594484 6.710352385 5.991970117 5.838659411 5.507432218 6.50415435 5.990752965 7.208109067 5.526481395 6.583034944 5.875172348 +LQ09X003090 Putative Abhydrolase domain-containing protein FAM108B1 10.79033761 10.37778518 10.17622686 9.91950351 10.53557749 8.176048437 8.137152634 9.288488768 11.17230264 10.41969669 10.86942432 10.05043956 10.46012239 8.410190119 8.195779651 8.827447454 9.969045579 9.826124421 8.600807997 10.89229803 10.58245445 9.761029614 8.701820218 8.388720423 10.29750642 10.22137478 8.905027364 9.976668893 10.88824908 8.624018018 8.750099813 8.233731873 +LQ09X003100 Predicted protein 4.883390278 4.643499316 4.611056611 4.638859962 4.82725247 4.835613131 4.698365538 4.587452692 4.594463098 4.731947929 4.851087514 4.855998735 4.894501927 4.947301987 4.627368757 4.752512114 4.822397651 4.908776185 4.806096064 4.703052737 4.555187768 4.993583553 5.033375059 5.101340758 4.726258631 4.754396976 4.982434402 4.850377379 4.622732194 4.745588046 5.348937049 5.116426489 +LQ09X003110 Putative Chitotriosidase-1 5.12727374 5.139583044 5.078163488 5.100740393 5.766086523 4.744312043 5.091943473 5.04657099 5.138632918 5.12902252 5.087298012 5.062578963 5.308902437 5.160647273 6.211002506 6.246734588 6.571147023 5.346719765 5.868855632 5.078567389 4.999482072 5.255424896 5.275321335 4.733980887 5.533832073 5.538790513 5.243876389 5.085396666 4.703714236 5.245439383 5.179263114 4.993401684 +LQ09X003190 Putative Acidic mammalian chitinase 5.122817565 5.057408927 5.488659947 5.213905395 5.141250535 5.492660819 5.093478675 5.422212377 5.096351932 4.907555988 5.349490162 5.100949189 5.294528278 5.535744201 5.71230497 5.237987326 4.98904775 5.228644792 4.872990895 4.932459075 5.058342194 5.044959518 5.446301938 5.054230386 4.868259662 5.539655682 4.926233471 4.906945909 5.201125366 5.033439689 5.268096105 5.16403633 +LQ09X003220 60S ribosomal protein L39 5.510870242 5.470554493 5.868516275 5.528055669 5.728117792 5.565706163 6.417528407 6.024238426 5.205391495 6.342083234 5.618967343 6.030362908 5.484508142 5.911529805 6.054275106 6.020470566 5.299164385 5.774951005 6.308537657 5.618457122 5.592491345 5.913043832 5.837312527 5.976005674 5.743187394 5.655674883 5.860874793 5.67644443 5.368645184 5.465406706 5.986263925 5.852974826 +LQ09X003240 Predicted protein 10.62632129 10.98890946 9.035768176 7.979305497 8.194928376 9.152854137 8.746546883 6.881548076 10.37978567 10.88385503 9.792427739 8.009260605 7.606541345 9.024307973 8.374368338 6.892378857 10.16777427 9.763502656 10.18681919 8.791759279 9.804527929 9.030937792 9.420170329 8.906809705 11.15811564 10.75861642 10.82556928 8.089297417 9.968496239 8.230513007 8.562648585 8.741026172 +LQ09X003260 DNA replication licensing factor mcm5-A 9.238061538 10.36795755 7.368025294 6.170767705 6.917715004 5.717885525 5.880135943 6.106848147 9.224001904 9.832360407 8.465153004 5.98777193 7.133407021 6.055773877 5.672605067 6.225121735 8.943569617 8.275588603 10.15439854 6.75672436 8.566304213 8.193797973 7.501346888 6.648650822 10.54177379 9.953566243 11.15006613 5.756463298 9.10273381 6.569353647 6.682956147 5.741637006 +LQ09X003350 Zinc finger protein, putative 6.814362509 7.13388634 5.513386947 6.728842095 6.767524694 6.463369766 6.864155367 6.465643007 6.071903118 6.129686778 6.519901388 6.746330193 6.206016354 6.00418053 6.313071811 5.876828205 6.416533186 6.734026813 6.138979799 6.465624062 6.841633009 6.159443338 5.726243934 5.792895891 5.786172048 6.246748629 6.747492166 6.633456966 7.630809565 6.471612776 6.989120889 5.420624942 +LQ09X003370 Putative uncharacterized protein 5.138017278 4.519162317 5.137014404 5.144550787 5.309164636 5.123353309 5.123709778 5.105173697 5.425298596 5.478108254 5.408590294 5.160638472 5.284514091 5.048587246 6.246083175 5.107594682 4.860453432 5.07259551 5.246097539 5.031607812 5.308646643 5.111162975 5.111862357 5.384365408 5.059699867 5.532826089 4.973158097 5.594645196 5.840815755 4.780802422 4.991990865 4.582148987 +LQ09X003390 Serine/threonine-protein kinase AFC3 5.909763342 5.874719429 6.182066098 6.28496882 6.267912795 5.246805544 5.928922575 5.298370258 6.262966865 6.437691316 5.84737721 6.085391881 5.873568521 5.597382441 6.468921111 5.528412758 5.569249082 6.402331627 5.952450341 6.957939225 5.395771104 6.050315619 5.191847886 5.832566188 5.8835215 5.890750357 6.096712429 6.385864353 5.752057973 6.036939668 5.390914016 5.684095369 +LQ09X003400 Truncated hemoglobin 6.612726281 6.096169826 6.220210219 5.851373691 6.16649125 6.056498459 6.019262986 6.044465702 5.981298316 6.65209166 5.895983967 5.968364912 6.10946604 5.703519464 5.976450278 5.910724661 6.161879958 6.560768099 6.529315301 6.180510087 6.317791031 5.823419613 5.801065571 5.428092154 6.045836555 6.071930057 6.471335467 5.840009317 6.317452338 5.947614106 6.137537341 5.553667156 +LQ09X003420 Putative uncharacterized protein 5.943790651 5.896466984 5.099248941 5.431150134 5.250595628 5.572467648 5.502171299 5.298600244 5.583188517 5.888139503 5.916592599 5.512866567 5.55012724 6.31935115 5.286182309 5.080494761 5.570816492 5.328397081 6.083855887 5.436552223 5.503787214 5.38495748 5.220651708 5.161820493 5.963231881 5.601744579 5.955268041 5.198221319 5.556141849 5.438760668 5.17141644 5.459687174 +LQ09X003430 Putative uncharacterized protein 10.78866202 10.89269756 10.4713062 10.37787302 10.71535317 10.61697219 10.57849644 11.1365018 11.35036731 11.17142298 10.96639405 10.9780234 11.19849149 10.97797373 10.73337596 11.38381059 10.67768281 11.30379241 11.27505355 11.04596811 11.07773936 11.09717211 11.52310973 11.35990595 10.97932618 11.54715856 11.4780001 10.98250721 10.57593699 11.00765516 11.62714612 11.07395646 +LQ09X003460 Dehydration-responsive protein RD22 5.693583593 6.584616967 5.54689186 5.720155919 5.714026808 5.80925691 5.420557179 5.754124497 6.228843569 6.084544638 6.037144468 5.664190549 5.749973288 5.867498432 6.345299388 5.621420847 5.891131277 5.616107182 6.225125441 5.478526342 5.746910538 5.407486908 5.335982184 5.520113631 6.336364807 5.764109428 5.699220291 4.823754057 5.665552075 5.865782537 5.372589467 5.332533782 +LQ09X003480 60S ribosomal protein L37-1 13.7403125 13.28335534 13.38028726 13.21368021 13.3795002 13.32087909 13.15758556 13.23907942 13.99734969 14.58989885 13.64561709 13.64525166 13.5708543 13.13614344 13.07319145 13.2785042 13.94630255 13.28229522 13.71637723 13.8997329 13.60603175 13.471095 13.32502713 13.46337912 14.05068556 13.49938887 13.97383892 13.5098536 12.6931299 13.07223788 13.18186526 13.71029656 +LQ09X003510 GTP-binding protein At2g22870 11.29016957 11.82832819 12.20686263 12.49362168 11.98420476 11.14291917 12.72038255 12.52897053 11.77714931 11.84125949 12.13469011 12.41775502 12.2764917 11.48979268 12.87663678 12.5682197 10.89666055 11.77236088 11.43959443 11.65653082 11.95070751 12.19912938 12.3288051 12.68849435 11.42690909 12.15273922 11.91137812 12.24736788 12.2859878 12.78401777 12.5511769 12.88002487 +LQ09X003520 Predicted protein 5.269102667 5.460217297 4.829122016 5.282895337 5.076929041 5.546903772 5.29766873 5.258217293 5.39547035 5.828483816 5.40470375 5.251646876 4.963398918 5.226034672 5.997207701 5.175241037 5.451418472 5.307642276 5.588336272 5.419925704 5.061320145 5.259670474 5.684933169 6.153891972 5.164599595 5.350299787 5.483521619 5.705440136 5.148651793 5.213058039 5.126247218 5.078339398 +LQ09X003530 Hypothetical protein 10.47416541 10.6193649 11.00381159 10.51037645 10.21377997 7.828154543 6.636163298 6.589309022 11.08991886 10.3903791 11.13932257 10.64485858 10.70767608 7.91863505 7.828118526 6.84519447 9.094911969 9.91457114 9.192178453 10.39741249 10.58273385 10.10994608 5.762981625 6.494014183 10.06335538 10.77645724 9.335890964 10.42655544 10.92853288 9.595712476 6.722805908 7.134283697 +LQ09X003540 Putative PXMP2/4 family protein 2 10.98813428 11.08916491 10.83500866 10.88580079 10.22957999 10.75341898 11.08714092 10.00441192 11.06306723 11.31607795 11.0292312 10.81392349 10.50613662 10.75026122 10.88414105 10.2859966 10.96590639 10.93508247 11.40916813 10.73932677 10.82036933 10.26302362 10.37335894 10.35671501 11.04785873 10.81940673 11.43816106 10.36843013 10.69332909 10.12497607 10.64304403 9.919010736 +LQ09X003550 Pentatricopeptide repeat-containing protein At5g25630 11.68762799 11.02455267 12.3259398 12.39159316 11.86043337 13.03209939 12.91494507 12.76105215 11.75998691 10.94450914 12.0736715 12.59920324 12.28116078 12.99457203 12.85598454 12.85520866 11.89802521 12.28611974 11.76773342 11.6763852 11.54297066 12.09529753 12.18062685 11.98794028 11.29170215 11.83234132 11.65088484 12.17555614 11.90349246 12.63586405 12.07054729 11.54182523 +LQ09X003570 Hypothetical protein 5.247184614 5.264784713 5.023773522 5.144922574 5.318026883 5.256020641 5.486212294 5.340323865 5.205833275 5.263627203 5.282243504 5.357797377 5.2414781 5.103070163 5.254699558 5.585515835 5.1727542 5.558276637 5.121735684 5.108153905 5.413647164 5.354549677 4.836409415 5.200604771 5.049184716 5.776640829 5.118551248 5.249605729 5.309660738 5.286268559 5.50843102 5.52436 +LQ09X003580 Predicted protein 7.81319148 8.44170454 7.315894332 8.898486203 8.395708856 8.645668026 8.407749671 8.84649873 7.858844169 7.79853631 7.53221379 8.872831144 8.336327738 8.558240251 8.14707645 7.993155124 9.183727907 8.728373854 8.482305633 8.463852393 8.147290346 9.550304289 7.525050268 8.164001907 9.053578125 9.593985626 8.679274481 8.880542432 8.781754312 10.61123919 7.493600936 8.606883054 +LQ09X003600 Coiled-coil domain-containing protein 25 6.520721688 7.036504938 6.56008847 6.477936291 6.754642137 6.510045242 6.778054751 6.894037144 6.107238959 6.40666073 5.736835357 5.749688703 5.550931368 6.019238011 5.904579414 5.972987952 6.863640949 5.480820182 6.264781526 5.990690218 6.056839178 6.512797335 5.928783871 6.199468307 6.777175392 5.991505812 6.732395759 6.649165652 5.756990578 6.795142577 5.608718578 6.184075482 +LQ09X003610 Putative uncharacterized protein 7.800810606 7.986495223 6.547503785 7.62048602 7.487156855 7.941567265 8.404157585 7.631652414 7.791411068 7.404615869 6.228731705 7.414680283 7.21890832 8.209977079 7.691017458 7.611019136 6.943771061 6.559650449 6.513819191 6.054598672 5.562343237 6.088579693 4.954587124 5.319621802 7.158755686 7.041418931 7.988593035 5.389080264 5.971843822 6.169147721 5.084845686 6.256418208 +LQ09X003630 Myb-related protein 3R-1 5.520812509 5.622003244 5.837732958 5.572840117 5.247911541 5.833911368 5.494434512 5.442994147 5.477834272 6.012581735 5.805095686 5.415995842 5.105013638 5.461520172 5.459018759 5.225714966 5.742057165 5.90322075 6.552753101 5.689845946 5.473263162 5.62950688 5.025008295 5.591569328 5.561640464 5.582392925 6.094927928 5.192064977 5.13956227 5.283913348 5.24902356 5.514198167 +LQ09X003640 Aspartate aminotransferase, chloroplastic 5.539658893 5.346371421 5.29312938 5.643754503 5.505796404 5.316384336 5.562264458 5.169131154 5.54502155 5.88020122 5.705471619 5.420257524 5.582955716 5.322360417 5.376311288 5.4258135 5.815454369 6.340494849 6.251514695 5.526657975 5.910583367 5.537092437 5.642074741 5.377183148 5.738162001 6.287870086 5.719952957 5.742903194 6.258100937 5.474461738 5.733919515 5.536803885 +LQ09X003660 Putative Predicted protein 11.6743992 11.03664149 10.64961783 9.108985147 9.436595127 9.347456686 8.824210045 8.771924038 11.19688853 10.96582696 10.68990638 9.198483898 9.396983228 8.87412499 8.832945718 8.915489652 11.08725797 10.05854596 10.9406674 10.04956618 9.957093086 9.588578612 9.089500138 8.663785135 11.62156419 10.35698101 10.29196236 9.399205504 9.793802373 8.003044244 9.105061142 7.781469398 +LQ09X003670 Putative Eukaryotic translation initiation factor 3 subunit L 5.547324439 5.958919023 5.719688722 5.758419592 5.557971235 5.558368354 5.817371619 5.533357576 6.311002197 7.126892473 6.081067012 5.706203071 5.522788686 5.749795282 7.103991746 5.228837677 5.667595387 6.104767842 6.27039458 6.288660334 5.508309516 5.555491085 5.790458389 6.390718562 5.899749419 5.783384286 6.309880772 6.167929835 5.651736963 5.059607389 5.103884705 5.493234562 +LQ09X003680 Predicted protein 9.731308664 9.96795 9.732758242 9.931448655 9.446299692 9.966202179 9.873761337 10.08614899 9.80987685 9.409370676 9.731932245 9.801872698 9.650607549 10.11902137 9.84788988 9.764763896 10.07947179 10.32364137 10.59857535 10.16814318 9.759086028 10.53865004 10.09757537 10.54184387 10.43997322 10.34565526 10.72927428 10.21675377 9.896860558 10.41972222 9.749655128 10.50724725 +LQ09X003690 Branched-chain-amino-acid aminotransferase-like protein 3, chloroplastic 11.22248621 10.68872673 10.5822225 9.992282413 10.04763883 10.26512159 10.30496828 9.345618892 11.42962411 11.04064502 10.97944093 10.11436905 10.84526512 10.41574933 9.990780684 9.722669808 9.177374882 9.584357158 8.956688917 9.799609382 9.390409527 9.86967324 7.761048828 7.755099538 10.1081282 10.65820286 9.463690469 9.527266285 10.2425009 8.510342628 9.493242102 7.71461193 +LQ09X003710 Uncharacterized protein At1g55205.2 11.82908757 11.60981943 11.03920622 11.33192571 10.80837689 10.93301415 11.39924571 11.19236362 12.25059766 12.73327718 11.55803103 11.85260136 11.23975226 11.32006644 11.56828439 11.60104241 11.49760731 11.37567357 11.51725212 11.32647765 11.25261043 11.40354918 11.64114171 11.62214839 12.31866823 12.01584601 12.19260377 10.86305533 10.68658215 11.50054193 11.50412423 11.09438989 +LQ09X003720 Probable ubiquitin carrier protein E2 21 14.05163907 13.94466548 13.9098514 14.00677617 14.01250845 13.52265198 13.4254293 12.95143414 14.20676677 14.24450355 14.18846796 13.7644908 14.30423385 13.64667206 13.38924497 13.41309022 14.17995458 13.70556002 14.08635819 13.98088926 13.95696769 13.98225957 13.69555098 13.42130317 14.10018153 13.86423132 14.1287032 13.94895809 13.46799901 13.56376628 13.84327124 13.23276273 +LQ09X003740 Peroxisomal fatty acid beta-oxidation multifunctional protein 5.02965553 4.903683789 4.979385922 5.127921131 5.082796409 5.273793118 5.146690626 4.825776241 5.445120554 4.980015642 4.808009291 5.085858679 4.665406461 5.126190852 5.081186946 4.89987842 4.906169787 5.342681708 5.104114535 5.319187671 5.015474798 5.099865871 5.297296751 5.476484761 5.097025178 5.269746878 5.105555378 5.370422397 5.307746333 5.016756619 4.966586121 5.145685239 +LQ09X003760 Predicted protein 4.697207059 4.745961268 5.309368198 4.665171365 4.666798454 4.547324251 4.701354988 4.568743787 4.557782538 4.717999875 5.245483204 4.64138757 4.591014222 5.095770645 4.653812788 4.815022969 4.966848679 4.538092934 4.973423357 4.589349403 4.656616371 4.453302318 5.025425855 4.845897255 4.916010886 4.798690141 4.694813005 5.592528697 4.713330231 4.79979837 5.936379844 5.421286865 +LQ09X003770 Transcription factor, putative 12.03783629 12.23120101 12.17710713 12.45733672 12.50705349 12.79005049 13.12813034 13.50184027 12.24028276 12.22989138 12.02239817 12.48383927 12.39643635 12.91943699 13.31889658 13.46144366 11.81902032 12.0934761 11.98840946 12.23485994 12.6940443 12.84635182 13.55076418 13.7295273 12.19041635 12.31453963 12.07637465 12.70087169 12.66568077 13.02822176 13.39144073 13.49471412 +LQ09X003780 Putative Predicted protein 6.788452708 6.188646764 5.787719025 7.166572537 6.519466257 8.247376616 8.404202793 8.514474722 6.140429805 6.22782638 5.053812904 5.918211735 5.398240824 6.141880838 8.362918124 6.870830468 5.893624653 5.94274554 7.234410547 6.286204498 5.95191831 6.797568021 6.803318941 6.812470169 6.938386091 6.681960779 7.500329255 6.255041954 6.233103452 7.050770618 8.042791179 6.720706876 +LQ09X003820 Putative Uncharacterized protein KIAA0090 homolog 12.52251077 12.51420393 12.83491746 12.67154607 12.90281456 11.94451716 11.6957629 11.94469018 12.85159083 12.68631013 12.99980248 12.76700416 13.2185707 12.15726947 11.8949973 12.19297044 13.12415346 12.70832353 12.90639093 12.98442522 12.6392715 12.99722558 12.1148327 11.93846254 12.91266095 12.77040181 12.89133771 13.13328412 12.71250887 12.9038719 12.13751031 11.95890027 +LQ09X003840 Tocopherol cyclase, chloroplastic 8.917531706 8.845123427 8.799553631 7.774536627 8.048779554 6.330123919 5.610766119 5.698688003 9.007233947 8.968975895 9.197120928 8.346674889 9.274725236 6.469813013 5.467120084 6.288157265 8.874214079 8.880997162 8.814869796 9.055521815 8.915667328 7.602933586 5.240878812 5.567317118 8.498805179 8.85167516 9.390137979 8.777321931 8.152952145 7.531835641 6.108048456 5.406665932 +LQ09X003900 Aquaporin TIP4-1 5.489593333 5.861938696 5.655749019 5.490774353 5.728438604 5.501682892 5.712081866 5.325876895 5.679337683 5.54239183 5.484972871 5.313638485 5.476506147 5.948532819 5.311408595 5.395604641 5.434138486 5.617053968 5.584115018 5.753568901 5.207612702 5.595637697 4.889936818 5.075827808 5.242640878 5.379299607 5.644153479 5.297390041 5.642670957 5.711966506 5.094012134 5.99482727 +LQ09X003990 Putative Exosome complex exonuclease RRP46 5.092998192 5.240756796 4.99671218 5.522150303 4.878274037 5.543813441 5.847231958 5.193429692 5.412767425 5.551520015 5.229512967 5.685687249 5.071697083 5.276998354 6.035371385 5.116403477 5.251377672 5.06212847 5.226814279 5.328645754 5.500760052 5.197558473 5.318760998 5.474680944 5.400840639 5.253935494 5.302746334 5.247221468 5.179688738 5.415224502 5.592700888 5.222235708 +LQ09X004020 Putative uncharacterized protein 5.28647465 5.138674613 6.038590312 5.613530035 5.429273167 5.633008296 5.107534584 5.237630376 4.883367258 4.930717425 5.479231137 5.20288059 4.61989738 5.358201011 4.902450674 5.140959818 5.33633549 4.953601467 5.057321808 4.930799621 4.737411371 5.271598692 5.395628458 5.696948955 4.798032051 4.68723053 4.913882178 4.957716147 4.719574524 4.952338359 5.081704292 5.386771808 +LQ09X004030 Dehydration-responsive element-binding protein 3 5.475957202 5.936210054 5.590469753 5.550109109 6.016163285 5.1542875 5.386117456 5.00531995 5.552799623 5.806262263 5.540102959 5.553945433 5.584867789 5.357216918 5.373910088 5.109685471 5.797561699 5.761702401 5.695325498 6.124734158 6.079433948 5.641024187 4.913497811 5.661546663 5.640875126 5.74415798 5.673333626 5.257534669 5.591970114 5.759445258 5.817001513 5.730616828 +LQ09X004070 Predicted protein 8.729430357 7.8205423 9.872474824 11.72144218 10.40582989 9.618079388 9.880377307 10.13498335 9.374448384 8.000439825 9.953575748 11.58278648 10.49031119 9.513244465 10.3892904 10.70853827 8.271082186 6.840678246 6.470665263 8.292364825 7.441768118 10.27866462 6.349466864 7.236892562 8.090406967 7.012870922 5.721520704 10.3722197 8.585045256 10.37058884 6.41301155 6.918110444 +LQ09X004080 Putative uncharacterized protein 8.116785793 8.008308555 9.532006979 8.686085246 8.707345033 8.406964635 8.134636952 7.254772449 8.389423625 8.305379656 9.361721121 8.732766374 9.440030543 8.030461019 7.793340759 7.918285 7.742407861 8.505686266 6.830403424 9.391240266 9.669005275 8.389350214 8.767993042 8.284266536 7.912973374 7.957367534 7.44615049 9.053385556 9.278977161 8.437994324 8.431133932 7.746269865 +LQ09X004090 Putative Probable E3 ubiquitin-protein ligase HERC4 5.206935228 5.173706271 5.361422377 5.514204308 4.910897012 5.168650117 5.419140979 5.45348674 5.201170041 5.812296229 5.356170516 5.477717556 5.068630297 4.948412977 6.521768989 5.369535957 4.710939528 5.637565849 5.229747035 5.385377518 5.208815459 5.171895065 4.926112057 4.956003603 5.001844264 5.472484379 5.803946555 5.275782648 5.487640725 4.944210917 5.120428756 4.889889976 +LQ09X004110 Putative Peptidyl-tRNA hydrolase 2, mitochondrial 12.15077037 12.49986777 11.89658788 12.37433012 12.08821557 12.54894041 12.69910176 12.62011679 12.52067147 12.53830334 12.07106889 12.3593048 12.26929119 12.55563088 12.53778874 12.83702827 12.7469009 13.48786527 12.48263919 12.79302354 12.93052685 12.69847021 12.95884028 13.40695241 12.67405883 13.5290261 12.66224306 12.93099131 12.62715154 12.78820201 12.76994566 13.30846182 +LQ09X004120 Predicted protein 5.16628268 5.287091335 5.321120334 5.700492365 5.239114236 5.188888578 5.380072838 5.605899061 5.33569917 5.235558546 5.203897653 5.704024415 5.283573073 5.010443403 5.429132858 5.583373643 5.223697138 5.265792872 5.57969439 5.176797688 5.592072406 5.161976962 5.325127263 5.08641302 5.249080881 4.901029015 5.321409362 5.498584684 5.427715892 5.213997317 5.438517739 5.318278307 +LQ09X004150 Homeobox-leucine zipper protein ATHB-8 5.669799308 5.905938251 5.34950575 5.864443688 5.276229869 5.599962738 5.60913507 5.61955427 5.674645915 5.170235341 5.72703331 5.693932673 5.5947959 5.710929133 5.392667334 5.88822403 5.76644108 5.820075236 5.08343953 5.552971696 5.545107138 5.594043454 5.534380293 5.498113341 5.756176378 5.664633076 5.605836309 6.131108267 6.560922588 5.574602477 5.205414241 5.182281523 +LQ09X004190 Putative Monoglyceride lipase 10.24465828 10.43931975 10.18478282 9.635819842 9.945452687 10.4488804 10.48540438 10.62501502 9.931775989 10.33757056 10.08847338 9.797676647 9.724289731 10.46909201 10.1638638 10.19593285 10.36438513 10.24303424 10.88736436 10.29959644 9.733838795 9.612607418 10.7384708 10.82082331 10.23203346 9.895428724 10.58949187 9.979059962 10.00661066 9.794464617 10.57696667 11.0163404 +LQ09X004220 Putative uncharacterized protein 5.610787971 5.522466033 5.122135325 5.41480015 4.985184315 5.012493222 5.154602199 5.253096253 5.812054365 5.575927505 4.756232479 5.116258387 5.31816304 4.934927378 5.185160626 5.437217 5.100550764 5.387820767 7.013008921 5.209503086 5.437321004 5.175490782 4.926896685 5.122779312 5.138362233 5.685156954 6.551807439 5.235101344 5.484813857 5.291253479 5.033723731 5.156138449 +LQ09X004250 Casein kinase, putative 12.36345631 12.42151368 12.32191225 12.61887585 12.3891071 13.29077667 13.4830022 13.29769449 12.23584137 12.22683781 12.52443086 12.23267208 12.41362304 13.16936992 13.21890609 12.91159111 12.36150997 12.17009756 12.03418332 12.53029666 12.71479838 12.30194549 13.66877585 13.58181485 12.19584953 12.02120456 11.81444096 12.70867601 12.75723799 12.57148673 13.5643907 13.81745064 +LQ09X004270 NADP-dependent malic enzyme 11.56901791 11.60414164 11.06049102 10.12721517 9.593110303 9.110330805 8.373001307 8.392755317 11.44011578 12.09657806 11.07719289 10.17460873 10.06007183 9.275860317 8.684754725 9.13167685 11.191526 9.797422336 9.549099217 9.352908266 9.794228347 9.772926501 6.862334862 8.061679968 11.2921102 10.5724349 9.122383513 8.972652618 9.996708192 8.958743133 7.171889026 7.764338499 +LQ09X004280 Predicted protein 5.03213918 4.916033267 5.404451579 5.244299674 5.182322732 5.53385927 5.604679386 5.5024102 5.19295875 4.854831385 5.566522205 5.241524875 5.068677539 5.359799894 5.342507254 5.178009902 5.121769663 4.948672057 5.116811244 4.908678663 5.32748263 4.981086719 5.241057133 5.456230885 5.006292064 5.103428416 5.217185843 4.923803761 4.827184112 5.062095174 5.82784246 5.638010046 +LQ09X004310 Putative uncharacterized protein 5.392218564 5.301677379 5.051714511 4.881841441 5.116755584 5.411692541 5.081312066 4.933955667 4.988833448 6.030387576 5.390603816 5.316598053 4.955365316 5.171459472 4.980508179 4.867361404 5.548217685 5.047307311 5.675369033 5.010062588 5.254757369 5.120172834 5.510712078 5.628383857 5.348694119 5.290204304 6.114321944 5.105147637 5.020514156 4.813286194 5.208273386 5.074838395 +LQ09X004320 Mitochondrial import inner membrane translocase subunit Tim17 13.80553693 14.01048667 13.31127004 13.31340979 13.60749315 13.50261013 13.6630042 13.5626987 13.84504248 14.08081165 13.45587834 13.3587437 13.75917563 13.73867381 13.78942112 13.94239519 13.84796034 14.08072111 14.27521088 14.0726761 13.81264051 13.71117675 13.98911577 14.17340202 14.05512349 14.1360605 14.38291151 13.59683306 13.72409638 13.58612876 14.01445488 14.30238652 +LQ09X004340 Poly(A) polymerase beta, putative 13.29117286 12.9921728 12.91369872 13.12588564 13.34623209 13.32936548 13.38242765 13.53519584 13.34308787 13.02537185 13.08103598 13.3722095 13.31010349 13.49671481 13.54103102 13.53718676 13.44493116 13.41558345 13.78227551 13.16405168 13.03075589 13.64528786 13.2213826 13.15515889 13.26130377 13.55397673 13.37957482 13.26614642 12.81925946 13.54733026 13.16796688 13.31948964 +LQ09X004350 Predicted protein 12.5342961 12.75191498 12.7984958 12.50355866 12.77824633 12.89159304 13.03280398 13.10049306 12.67912843 12.55986631 13.0385966 12.7549369 12.97689214 13.10512299 12.98092064 13.36172694 12.86764293 12.64992142 12.80257461 13.06689767 13.106555 12.37331313 13.44002051 13.45781558 13.00795983 12.64314424 12.49302287 13.10609485 12.84546613 12.6540122 13.60491759 13.26079827 +LQ09X004360 Putative uncharacterized protein 5.610251205 5.230010602 5.412319005 5.677528378 5.182897113 5.733489396 6.001964266 5.571536088 5.763034276 5.434053103 5.403772283 5.611793796 5.511116635 5.630834769 6.013714942 5.624401524 5.705487705 5.700833791 5.776084631 5.592734571 5.741318673 5.50392705 5.741684858 4.907407129 5.616087702 5.391005257 5.543901861 5.546244402 5.726451167 5.325434086 5.30552825 5.501634581 +LQ09X004370 Profilin-1 5.368334553 5.554048719 5.070339796 5.73590586 4.905642793 5.65574563 5.707003156 5.432593181 5.298837736 6.239950239 5.645521148 5.32749559 5.123799817 5.81016335 6.048006967 5.248075054 5.929729758 5.532373013 5.597419045 6.204367725 4.840753205 5.512516781 5.468889859 5.812183758 5.84589297 5.534330052 5.457866966 5.728555981 5.139488607 5.551869011 5.359194686 5.889826457 +LQ09X004410 Oleosin 18.5 kDa 7.457446166 8.375714972 5.319493865 5.874284059 5.761910079 8.32852692 7.033419064 6.581468004 7.136634785 7.647344862 5.983005769 5.630238174 5.824705992 8.074558557 6.783807927 7.079541032 6.906813443 6.462102214 6.221193534 5.752257192 5.523817269 5.400941783 5.592438146 5.559272825 7.184764424 6.588714533 6.119058892 5.168770403 4.873104546 5.232634609 5.717744402 5.298529918 +LQ09X004420 Predicted protein 6.648290415 6.717353987 5.291239227 6.81829999 6.050834389 6.786603418 6.51482147 7.026593946 6.780450736 6.528768038 5.879614195 7.002057916 6.038442654 7.018498573 5.945954565 7.080811364 6.852379475 5.887643669 5.974272978 5.752341725 5.377762582 6.421888931 5.426896939 5.213909364 7.036619408 6.432160057 6.516125371 6.08512168 6.092140295 6.805232541 5.044518517 6.415617649 +LQ09X004430 Predicted protein 9.899003996 9.774431593 9.911114251 11.07622024 10.56611291 11.60596301 11.76579743 11.79558428 10.15172129 10.15432705 10.39332984 11.58241352 10.55315933 11.56287621 11.72030395 12.25315808 10.47022974 9.603329991 8.896921852 10.02029163 9.744871622 10.29508548 10.54401362 10.25295509 9.889165092 9.146766147 8.239803067 10.80072046 9.588045943 10.35277718 10.5084838 9.869347187 +LQ09X004440 Putative Glu-tRNAGln amidotransferase%2C C subunit 5.352975414 4.857991095 5.456414985 5.116572382 5.120760422 5.534768281 5.51895457 5.773195925 5.535817061 5.075036872 5.164355869 5.446016639 5.156554808 5.727856937 5.58205982 5.696090982 5.026746086 5.483763582 5.510460272 5.041642005 5.210066394 5.118029452 5.160416556 5.548601166 5.091205919 5.153749762 5.50363617 5.311343782 5.252365823 5.140407094 5.136546752 5.475183339 +LQ09X004450 Putative uncharacterized protein 10.76483783 10.1426925 10.89764336 10.86134356 10.80328382 11.20724288 10.94855408 11.34471037 10.54775801 9.854722277 10.6220213 10.77040454 10.54206237 11.14573639 10.94740869 10.86981944 9.980299091 9.635834301 10.02134495 9.813920056 10.09213185 10.40660614 10.91864114 10.81301243 10.12994804 9.508127249 9.797805735 10.05811857 10.31708037 11.01292343 11.14547328 10.70370917 +LQ09X004460 Putative uncharacterized protein 9.221055989 9.408306184 10.29727505 10.43376493 10.14291845 11.13181115 11.64831478 11.06357716 9.185854482 8.559695557 9.836503346 10.02232525 9.716646795 11.2885868 11.53005411 10.97740742 8.699432004 8.887245386 8.947736027 8.926843884 8.861354759 9.6537991 10.79469772 11.59161687 8.755935294 9.251828063 9.742769163 9.286379197 10.19702451 10.37743693 11.11553081 11.51344158 +LQ09X004470 Zinc finger CCCH domain-containing protein 20 5.057626064 5.289999993 4.645445763 4.880231221 5.030229267 4.923161088 5.41606562 4.648894582 5.055072428 5.642084368 4.847934371 5.092069308 4.941525784 4.854562409 5.102235309 5.044577936 5.247488167 4.893574043 5.292924978 5.281978698 4.981353644 4.955073979 5.16884241 4.913311731 4.803460722 4.851098061 5.53175996 5.454784995 5.178881758 4.763586354 5.323151789 5.143977136 +LQ09X004500 Clathrin interactor, putative 5.265596916 5.332374921 5.501135359 5.80416248 5.386615989 5.118797076 5.943914459 5.605402793 5.599298245 5.874095511 5.223023064 5.629821835 5.178928742 5.319004313 5.729037894 5.286608681 5.338146715 5.201854967 5.577481334 5.33632182 4.981311155 5.440158459 4.883665194 5.264488082 5.395649825 5.174785189 5.414763073 5.380890476 5.670689393 5.243615333 5.737892418 5.781015699 +LQ09X004510 3-5 exonuclease, putative 5.285634392 5.341944311 5.628465716 5.256547958 5.21146598 5.23025445 5.797212825 5.40458102 5.014054159 5.180569417 5.241439117 5.469461735 5.202176321 5.253841628 6.186595257 5.185573721 5.513407461 5.376372285 5.117489542 5.057826775 4.918728147 5.399081255 6.031516545 5.264477225 5.277238876 5.090167416 5.342120588 5.262604516 5.521001085 4.982305602 5.578169483 6.104098522 +LQ09X004520 Putative Protein EARLY FLOWERING 3 5.822674981 5.44108986 5.323248304 5.76573047 5.664707676 5.644249495 6.375041363 5.686893387 5.724366004 5.294000057 5.213242985 5.706916819 6.236093266 5.637632733 5.706995642 5.698288668 5.635321868 5.603931796 5.48566687 6.164883044 6.445345326 5.431653941 5.957681449 6.600641627 5.499799247 5.589064092 5.57700529 5.270995745 6.075371123 5.86009177 5.795111962 6.678857487 +LQ09X004540 Putative UPF0587 protein C1orf123 homolog 4.698921251 4.605384845 5.654416962 5.101086224 5.136043567 4.794277077 4.916696132 4.744656419 4.835637057 4.776322047 5.399796125 4.738908444 4.821410609 4.623034588 5.005311609 4.81337792 4.712796561 5.186791625 5.013922526 5.076551197 4.886028506 4.943149485 5.600636622 5.632694295 4.886037528 4.682772736 4.551487284 5.24107595 4.902781754 4.849266565 4.857466187 5.509463674 +LQ09X004560 Putative uncharacterized protein 14.84919484 13.95127466 14.69008559 14.75440332 14.49993501 13.8012155 13.49861688 12.85304901 14.59664913 14.6585105 14.79545399 14.89744524 14.86452104 13.58699055 13.61196001 13.51978344 14.18661045 14.50326044 13.82782083 14.44287794 14.65339239 14.64853757 13.0808426 12.61789005 14.51746202 14.39855252 14.0416412 14.25524389 13.83780002 14.06190365 12.77264491 12.6014148 +LQ09X004580 Vacuolar-processing enzyme 5.998285237 6.201985235 6.068501127 6.624678598 5.832352859 6.350834569 6.909032766 6.642498996 5.91430006 5.732037129 6.298786111 6.601014763 5.890377408 7.301693671 8.496423144 6.675394708 5.857269643 5.850863501 5.363479965 5.834926021 5.535888953 5.754501296 5.648445283 6.012757873 5.247473465 5.734561715 4.779753284 5.779618578 5.402878961 5.897807756 6.144704096 5.952918325 +LQ09X004590 Putative uncharacterized protein 6.939154451 7.65970177 7.126856042 6.890975802 6.83577793 7.347055411 7.717859613 7.542538755 7.255780264 7.49151678 7.253283874 7.130793345 6.879202286 7.246854667 7.159586225 7.136573863 7.123720889 7.550487585 7.361780058 7.438929378 7.18803382 7.202017576 8.712771748 7.940339113 6.840600733 7.811720559 8.411780373 7.261766728 7.882815591 7.185178963 8.865949619 7.704097592 +LQ09X004600 Probable protein phosphatase 2C 72 5.405248074 5.712037968 5.28102593 6.598984997 6.395803241 8.013403198 7.573114741 7.909341795 5.804690253 5.353109642 6.142396464 6.17089121 6.020782158 8.478113708 7.820076142 8.836540813 6.190903163 6.053623509 5.099462215 6.324653292 5.836092801 6.90797598 7.24117355 7.483240339 6.06232065 5.732062037 5.754327246 5.74049365 5.990485545 7.607016663 7.417182499 8.157762653 +LQ09X004610 Putative uncharacterized protein 11.27266183 11.75178196 10.6590315 11.23481486 12.05423945 11.64544757 11.35226057 11.54403193 11.5682615 12.02577519 11.30594732 11.41950667 11.96763781 11.61046044 11.23237537 11.91609144 11.24405019 10.70698526 12.42017746 11.68683998 10.21815264 11.72468584 11.24672078 11.52706086 11.49795931 10.86485716 11.97768652 11.86274091 10.37514479 12.1183324 11.37192472 11.40773627 +LQ09X004620 Putative UPF0424 protein C1orf128 12.50390574 12.34962255 12.33404598 11.82229794 11.85324476 12.4078384 11.63385602 11.47758279 12.31722582 12.4092902 12.24040677 11.57359129 12.13619551 12.17427461 11.3478797 11.7762132 12.68636578 12.3427333 12.11673363 12.25763474 12.02431284 11.92099378 12.08890735 11.76745162 12.50232269 12.07968573 11.92237719 12.05461898 11.35547761 11.71333954 11.75077203 11.57651356 +LQ09X004630 Serine hydroxymethyltransferase, mitochondrial 9.95989104 10.12680535 9.599444642 9.959177644 9.598065902 10.48020136 10.53848881 10.18106765 10.03360408 10.16576812 9.565425947 9.756657264 9.529311869 10.5867187 10.60867521 9.939149111 9.982482871 9.397976132 9.89026917 9.883056798 10.06415193 9.594697756 11.18738709 10.58236767 10.23676859 9.778556248 10.24230735 9.343007689 10.15462322 9.793256288 11.08704127 10.60238168 +LQ09X004670 Putative Far upstream element-binding protein 2 5.788216115 5.955426097 5.61654867 5.808879241 5.4242302 6.064963937 6.207333271 6.323350359 5.972500447 5.560908062 5.402220773 5.777641318 6.014679665 5.890033795 5.658375714 6.132871214 5.986627367 5.966138044 5.646287429 4.943096201 5.822782239 5.705715112 5.788044275 4.99435309 5.711332878 6.096725603 6.105455256 5.506438844 5.68740148 5.463790164 5.217038809 5.427546913 +LQ09X004680 NADH-ubiquinone oxidoreductase 20 kDa subunit, mitochondrial 13.73833206 14.23680127 13.92079391 13.00132835 13.90175162 13.27951811 13.19973781 13.00079805 13.57981609 13.68350241 13.92130002 13.28405582 13.98364019 13.27340347 12.87455404 13.28027763 13.90066039 14.16319626 14.01656322 14.56618895 14.59458497 13.47479041 14.62451731 14.21190933 13.78960654 14.10989637 14.25248247 14.18817335 14.45897289 13.64958316 14.62370673 14.19728604 +LQ09X004690 Serine/threonine protein phosphatase 2A 55 kDa regulatory subunit B beta isoform 5.094724328 4.975422422 5.003800862 4.886714309 5.18371749 4.756969552 4.871541228 5.31543397 4.976494472 5.254921961 5.65933593 5.051518568 4.966926594 4.751669539 4.784769275 5.136534801 4.951454081 5.126112629 5.504481962 4.959227969 4.989376467 5.204222248 5.520034882 5.208016947 4.764463169 4.927919114 5.753177102 5.102840061 5.531124631 5.263042567 4.993984977 5.218423242 +LQ09X004710 Pollen-specific protein SF21 12.58043463 12.30382758 12.88403684 12.43599789 12.49370377 10.16456917 9.96449284 9.378810319 12.34393941 12.03917633 12.63896545 12.40040099 12.39745107 10.05317829 10.85765283 10.04615083 11.77467156 12.08271518 11.70088046 12.75226244 13.28299749 12.11128021 10.58369177 11.06407579 12.01676591 12.2030531 12.17110736 12.87555854 13.2086838 13.05167477 10.48413935 11.5134023 +LQ09X004730 Bel1 homeotic protein, putative 5.067998737 5.356350149 5.377668054 5.097026366 5.356075454 5.00329594 5.152570544 5.042432148 5.22366768 4.951512634 5.128605071 4.977792515 4.954753796 4.949415852 5.400631174 5.001470459 5.046606261 5.154633388 4.812704388 5.188699433 5.419701946 5.11131941 5.421521777 5.227656833 5.114834562 5.173409463 5.080798794 5.12167823 5.297485472 5.259371241 5.343792305 6.071374577 +LQ09X004760 Putative uncharacterized protein Sb10g022170 8.604759646 8.243167366 8.42223584 8.300343746 8.681274264 7.889069866 8.108035506 8.264790248 8.274919896 7.394111016 8.627263191 8.077670641 8.839341319 7.891740016 7.717905163 7.694011836 8.446328791 8.537023441 8.915541824 8.776902906 9.358933551 8.742698075 9.465681043 9.212124692 8.708407761 8.479843368 9.429227066 8.860754545 9.583534569 9.102273045 9.892836643 8.881337964 +LQ09X004770 Histone deacetylase 2 10.2619126 10.36876235 10.26252994 11.33646491 10.82844938 11.83120432 11.86609122 12.17664227 10.43974705 10.33118503 10.46275158 11.20498989 10.65436545 11.88451951 12.08128801 12.01035713 10.49826282 10.72313784 10.52548845 10.06809494 9.10312132 10.21108963 11.2464737 11.44042366 10.0440461 10.49234872 10.52840427 10.27538713 9.778130692 10.8441191 11.56754657 11.38924364 +LQ09X004780 Calcineurin B-like protein 10 9.103243578 9.468540943 9.784364063 10.47050622 9.438735378 8.908327733 9.467698907 8.694089962 9.301483263 9.548015884 9.797656353 10.33385368 9.892924013 9.279542242 9.814714589 10.08996449 10.79082547 11.16849894 10.14382793 9.858808534 10.57172483 9.956633712 9.316380731 10.4583715 9.824826915 10.45037363 9.803632509 10.38750764 10.71603439 10.68610124 9.155594449 10.0783548 +LQ09X004790 Predicted protein 10.72988223 10.69415432 10.55550957 11.18617223 9.931808278 11.30962315 11.51747214 10.7456883 11.11118332 11.28428221 10.6245913 11.21184542 10.397359 11.16573011 11.30354369 11.02646514 10.0826845 10.31027614 7.57809558 9.131610993 9.80589081 9.60271469 10.29417521 9.756621586 9.49904995 10.1940079 8.232013213 9.638723922 8.693556991 9.531365217 9.526421168 9.265180397 +LQ09X004810 Putative Uncharacterized protein ycf36 6.255582924 6.045934466 6.067985597 6.578757969 6.0609039 7.524993336 7.559584006 6.791906349 6.699313377 5.79124529 6.278579837 6.819191571 6.562990549 7.680069834 7.20787011 7.466050905 6.108258506 6.475033674 6.031897133 6.1631859 6.656209205 5.95505551 6.190156952 6.156316066 6.225498315 6.193460401 5.918909186 5.826140025 6.421533103 5.934565192 6.239643856 5.72302648 +LQ09X004820 Map3k delta-1 protein kinase, putative 5.004536943 5.170008048 6.074520564 5.450064809 5.422137945 5.128890393 5.158456251 5.682463684 4.981298858 5.110816554 5.651964045 5.387154656 5.622419726 5.347851238 5.279410701 5.268606652 5.17142361 5.134313454 5.065680906 5.339267083 6.494900045 5.104482498 6.433359525 5.921337895 4.895461578 5.150689061 5.197630733 5.626199452 5.583881738 5.527817334 5.653106694 5.573489579 +LQ09X004830 Glycine dehydrogenase [decarboxylating], mitochondrial 5.512721667 5.730862725 5.783476933 5.729727105 5.576843676 5.64202944 5.589178772 5.835566423 5.278989107 5.153151659 5.589844727 5.594630147 5.675256361 5.555674908 5.922582385 5.822833581 5.453138826 5.491110272 5.361440373 5.422974175 4.687504234 5.565760987 5.279424103 6.065719309 5.492383722 5.631779763 5.04172775 4.683647902 5.137447849 5.6206175 5.122790081 5.190908457 +LQ09X004860 Probable beta-1,3-galactosyltransferase 12 10.67662686 10.4148796 10.89604136 11.95651645 11.5220775 12.09131377 12.00907492 11.91518901 10.81065174 10.19235474 10.90816988 11.88073651 11.5226939 12.19681249 11.71573766 12.19852189 11.46043026 11.1457348 10.49232534 10.85545903 10.79308937 11.40793537 11.2305575 12.24617947 10.61715857 11.00937021 10.3982763 11.43885087 10.42561758 12.17713584 10.8753819 11.81935503 +LQ09X004880 Predicted protein 5.674928777 5.31360693 5.496188778 5.295211915 5.015914622 5.278016036 5.187250763 5.170742628 5.606922429 6.106292353 5.188115301 5.16155449 4.983354201 5.101233959 5.985636819 5.209390066 5.212178686 5.247965831 6.117063271 5.68850557 5.30612381 5.25395984 5.429713436 5.526874311 5.188465815 5.226686425 5.459542721 5.400918544 5.591811706 5.534703452 5.761658023 5.248744741 +LQ09X004900 Predicted protein 12.17721293 12.05566479 12.42140859 13.61282349 13.29477202 11.83621905 11.76736443 11.03716672 12.39146057 11.97908033 12.2835849 13.89121452 13.2955059 11.66243441 11.40095158 11.34413504 11.73855118 12.29798346 11.82600653 12.10651351 12.53607518 12.7242015 10.63995513 10.54122289 12.34741259 13.14409741 12.19172772 12.95353324 12.82841238 13.8029512 10.92068872 11.01549968 +LQ09X004910 Putative Probable inactive receptor kinase At2g26730 5.408276256 5.086872654 5.526270592 5.326983138 5.882925381 4.853957611 4.894956386 4.865471745 5.041221112 5.078620234 5.899570591 5.379852825 5.459117298 4.748770645 5.021657817 4.868243993 5.226016476 5.365390851 5.340289084 5.623671999 5.587088442 5.633195326 5.320885052 5.180067529 5.541260683 5.85394723 5.313754689 5.713505001 5.412947481 5.737663469 4.996754081 5.627341798 +LQ09X004930 Putative Fatty acid desaturase 3 5.813512203 5.995228795 5.93688392 6.240892109 5.925918636 5.609862356 5.731019261 5.310151404 6.558319021 7.466220009 6.52356501 6.393174657 6.527169456 5.847997111 6.743995195 5.78280014 5.502621343 5.736745101 5.893171022 5.892032096 6.158940956 5.952497019 5.690104699 5.844341199 6.025700633 5.956411487 5.834014177 5.040326565 5.946538812 5.751760685 5.825575395 6.407092527 +LQ09X004940 Putative Translation machinery-associated protein 22 5.609483616 5.917020295 5.192840373 5.411778301 5.144414751 5.275002421 5.292624937 5.034626306 5.563524672 5.777115651 5.647036791 5.611961525 5.084083878 5.352029249 5.627805333 5.386640421 5.531927815 5.246888154 5.448361665 5.331803311 5.389860503 5.139311023 5.732285105 5.403117119 5.85435863 5.49943329 5.365654622 5.038475938 5.444576968 5.380927407 5.859613993 5.025284769 +LQ09X004950 UDP-sulfoquinovose synthase, chloroplastic 12.33821163 12.23025821 12.33116757 12.99579576 12.46107772 12.58974248 13.15143573 12.74961786 12.38139395 12.33078094 11.7220579 12.62372344 11.98999678 12.49218878 13.43517772 13.2182186 11.78215592 12.24166544 12.490326 12.02172224 12.11256734 12.70215374 13.35402725 13.5872863 12.58851295 12.27072749 12.60371702 12.30621733 12.55787985 13.00173053 12.8485532 13.45185938 +LQ09X005030 Glutaredoxin-C6 6.229623927 5.968747148 6.074020414 6.356247647 6.170375362 6.311380491 6.213789847 6.075103714 5.665857149 5.694809255 5.76440488 6.449981531 6.05078844 6.238430758 5.8431981 6.12693055 5.974370203 6.085748874 6.049135373 5.834772278 5.917695032 6.025903255 6.231000011 5.499056359 5.654681215 6.262720837 5.697551651 5.977063849 5.959583361 6.032870333 6.786915408 5.636959271 +LQ09X005040 Heat shock factor protein HSF30 13.7664689 8.988809573 12.21628458 12.69725489 8.947700527 13.99975763 12.44662975 10.36092479 9.273229636 7.965922997 8.774939049 9.815792532 7.234172821 10.9176381 10.49762347 8.626543612 13.1074574 14.61034004 6.763184829 9.908153443 13.14101804 7.906867313 14.00716958 9.556768692 10.55844124 11.27127143 6.968545876 8.472835086 10.59831792 7.61947737 13.4274535 8.943070922 +LQ09X005050 Putative Thromboxane-A synthase 5.726117213 5.770215008 6.065817537 5.793911242 5.41799364 6.292724713 7.105850869 6.548508162 6.213963288 5.489520081 6.257203803 5.946488128 6.136513159 6.492930758 6.48490884 6.866664291 5.526877074 5.978769803 5.403389374 6.352440269 5.89873521 5.732560322 7.357603967 6.242774857 5.276017699 6.057691845 5.307939141 6.202891002 6.038164925 5.650859446 7.751846114 6.111471622 +LQ09X005060 Calmodulin binding protein, putative 5.129974849 5.024006349 4.937672526 4.736780805 5.018603685 5.524104866 5.321385111 5.298493841 5.198892365 6.535157276 5.180338274 4.837426108 5.159965705 5.507000014 5.343199226 4.978713835 5.171689381 5.343736924 5.17092076 5.525064434 5.353001187 5.07632949 4.827047813 5.214842898 5.28760634 5.410630067 5.580980375 5.623550034 4.968410873 4.924926854 5.332544176 5.001818837 +LQ09X005070 Predicted protein 9.040077915 10.09051091 8.001576934 8.622322549 9.645050066 8.069336202 8.405881467 10.01203623 9.697375283 10.0314394 8.893264155 8.374114624 8.933965713 8.33172987 8.602649353 9.244871822 10.19231075 10.42965301 10.61215706 9.449524798 9.18925439 10.24801495 8.237463911 10.27251362 10.03088127 10.70030109 10.76684767 9.330904028 10.22951795 10.19975068 9.284047101 10.3863564 +LQ09X005080 Putative Graves disease carrier protein 11.45054838 11.36176108 12.22491982 11.10469096 11.58951528 10.89191411 11.05491798 11.26184666 11.30353336 11.2186388 12.00790125 11.07038189 11.58204243 10.76742082 11.19240171 10.73881609 10.77778091 11.08888394 10.85658862 11.98271212 12.22008444 10.79183228 11.67763367 12.10701081 10.80800985 10.85049201 11.33006892 11.67705379 12.67972419 11.0124398 11.75152506 12.15195197 +LQ09X005100 UPF0717 protein At5g11950 5.325504189 5.214021298 5.068486611 5.139970375 5.149615394 5.348423211 5.215243942 5.057274272 5.508434282 6.097402599 5.406381549 5.267119837 5.081170635 4.924379179 5.69354025 5.127555296 4.949808549 5.042511129 5.46876386 5.160098084 5.514180376 4.954785487 5.378902792 6.00701935 5.375617488 5.520899584 5.323021915 5.0941128 5.081969119 4.883780417 5.036375089 6.741383722 +LQ09X005120 Putative uncharacterized protein 13.25392588 13.05490129 13.79532549 13.78271727 13.99903357 13.39288155 13.26576156 13.28512112 13.38653388 13.24637972 13.8924728 13.83825945 14.09415724 13.54184828 13.16243109 13.10546228 13.10933336 13.95734344 13.22734367 14.30618761 14.4846194 14.07691113 14.01784618 13.54698639 13.33107266 13.96223784 13.88040322 14.28028639 14.08641788 14.15392023 13.89893749 13.57336681 +LQ09X005130 Eukaryotic initiation factor 4A-2 5.842477898 5.620866752 6.069686373 6.402950405 5.571672712 6.061006975 6.212760956 5.853822856 6.037931134 6.067883376 6.551613622 6.194287277 6.017862899 6.850388816 7.702782554 6.071711631 6.307614724 5.693796341 5.266917522 5.982054094 5.399150871 6.332331766 6.135695988 6.757756395 5.581179409 5.604013676 5.565226303 5.385703025 5.349425164 6.353081703 5.570435565 6.947427119 +LQ09X005140 Eukaryotic initiation factor 4A-9 11.21081956 11.23664035 11.20308739 11.50109449 10.34977898 10.98709759 10.79555755 10.59394427 10.9648053 10.49010625 11.26301472 11.35256929 10.93977247 10.8410825 10.77910782 10.68494945 12.1132325 11.92705264 11.07593018 11.69614653 11.85450239 10.64763109 11.35846192 10.91096981 11.14548536 11.55077227 11.10218991 11.63083972 11.91924606 10.94338229 11.08315937 10.85983383 +LQ09X005150 Hypothetical protein 4.698508987 4.602287312 5.062546232 4.891126491 4.937561957 5.068431557 4.810767958 5.005105995 4.909805359 4.770880769 4.933159523 4.824058494 4.98627083 4.979869832 4.850278843 4.915669183 5.010398488 4.913376872 5.28272509 4.777136295 4.78767068 4.864363278 4.906325257 5.262445443 4.809728004 5.11260502 5.020481758 5.031049753 4.758719793 4.963903401 5.073881391 5.918689644 +LQ09X005160 Predicted protein 4.722189797 5.122639561 4.780915652 4.933343093 5.020084569 5.107135964 4.952208496 4.972415246 4.84716278 5.047806042 5.007516052 4.941034655 4.931018499 5.503942482 4.956878612 4.95698771 4.553918637 4.853972601 5.324016879 4.803652425 4.775733544 4.664817192 4.985801558 4.823616554 4.668679267 4.699697757 4.689561148 5.198981968 5.11507885 4.757411969 4.850936797 5.50585953 +LQ09X005170 Predicted protein 9.210625198 8.691658693 9.414490686 9.090655598 8.914673162 7.954106959 8.191762452 7.822660799 9.079051251 8.269378744 9.457323576 9.033401191 9.398076664 8.301182584 7.974595199 7.898070658 8.399749705 8.711283695 7.519511416 9.31708013 9.249736566 9.212848576 7.677407787 8.77669425 8.680525038 9.306648025 9.003751406 9.095830836 10.14929368 9.212058879 8.539375791 8.859695552 +LQ09X005180 Hypothetical protein 5.14769817 4.847450159 5.548933815 5.037056905 5.313965137 5.591427768 5.790984143 5.546589417 4.846657923 4.885733604 5.462169946 5.344587854 5.101240173 5.491391019 5.590569238 5.709940674 4.971276901 4.997401658 4.704884327 4.996624439 4.770769436 4.950746669 5.315171072 5.80173007 5.34229018 4.975538572 4.81000379 4.80199589 4.729390602 5.107725912 5.17878047 5.105779 +LQ09X005201 Predicted protein 10.9111846 11.15684257 11.12219384 11.16461821 11.30096998 12.12449339 12.0336048 11.89676328 10.99929545 11.48294169 11.22856026 11.24894966 11.47552568 11.95721852 11.87479263 11.86921586 12.64155033 11.52872496 12.19357329 12.26282281 10.8958373 11.8832702 12.03511185 11.77497281 11.1955895 11.02276796 11.44463052 11.7263514 10.72093185 12.05227405 11.95576624 12.08480481 +LQ09X005220 Putative Serine/threonine-protein kinase CBK1 11.40924382 11.42880676 11.39174799 11.81571959 11.6321892 11.972907 11.72543506 11.78885261 11.23522664 11.45730972 11.361606 11.7368185 11.53679082 11.86392364 11.98850676 11.84216522 11.39905622 11.20399795 10.57078076 10.99967473 11.27828024 11.83619108 10.91988011 11.19773995 11.60726194 11.19465371 11.2209089 11.55890809 11.38778111 12.24054138 11.16768012 11.40615605 +LQ09X005230 Protein phosphatase 2C 16 5.854118494 6.280682125 5.903456704 6.038092953 6.178826353 5.909762105 6.158534947 5.880140688 6.091316888 5.81166319 5.783215095 6.254418503 5.956156517 6.105827189 6.676574153 6.143294341 5.742945871 5.937890414 6.131534213 6.370016745 5.807216109 5.77861916 6.714424492 5.814808128 5.617254117 5.787582218 6.088867621 6.047077569 5.891693768 6.121202538 5.982049131 6.255326806 +LQ09X005250 Putative Puromycin-sensitive aminopeptidase 5.65451504 5.319287062 5.268212342 5.830153688 5.390832051 5.808676579 6.023333976 5.613628721 5.643787078 5.900309823 5.607282861 5.985778554 5.782766168 6.123069155 6.473751759 5.740797078 5.331412137 5.720481174 5.833618523 5.194718281 5.909024374 5.898929584 5.300593947 5.232347384 5.497176898 5.901611952 6.320010148 5.771206566 5.362958171 5.728343072 5.624052332 5.562672268 +LQ09X005270 Predicted protein 11.33486588 10.72363631 11.13134854 11.44490568 11.0731701 10.77318723 10.75332817 10.03289536 11.41577394 10.92472743 11.25072051 11.74168093 11.4051385 10.78235 10.93341788 10.2127451 11.66813236 11.81408611 11.62508655 11.45774808 11.46306034 11.30465452 10.99129505 11.00817689 11.78535546 11.69562473 11.73234961 11.54282271 11.80237323 11.57324258 11.02672131 11.36248966 +LQ09X005300 Putative methyltransferase NSUN5 9.134733512 10.17397492 8.69346899 9.065276115 9.349053549 9.428687813 9.655375147 9.540345628 9.546181038 10.2835742 9.457950852 9.293524983 9.456026379 9.450797266 9.816449357 9.428072653 9.436827568 9.545283899 10.3662214 9.774156635 9.119993743 9.50658013 9.044903764 9.579123648 9.868320406 9.746780339 10.55233766 9.009543842 9.606944445 9.153791745 9.643398207 9.863191736 +LQ09X005310 17.9 kDa class II heat shock protein 5.748494621 5.436787134 5.403834139 5.591793741 6.131470989 6.537228306 6.498973582 6.414190593 5.883574498 5.118393395 5.773844273 5.629044187 6.107952322 7.029109813 5.607628223 6.023315942 6.095506025 5.72115914 5.792872913 5.573822524 6.742922636 5.963253115 6.296922594 6.557031134 5.80829118 5.951871962 6.083257089 5.352043174 5.376271772 5.717289975 6.313529953 6.043440099 +LQ09X005360 Putative Solute carrier family 25 member 44 5.950059648 5.877215545 6.21601533 6.325122595 5.815708325 6.420744369 5.983749824 5.919004394 6.248854309 6.906577999 6.39255703 5.831543309 6.129922277 6.008393456 7.7189623 5.657486137 6.021374119 5.694356269 5.025860349 5.877585461 5.696134685 5.751871984 5.801269223 5.340467968 5.858529155 5.268265442 4.918146615 5.845199948 5.690784253 5.620986008 5.306086679 5.725425637 +LQ09X005370 PHD finger protein At5g26210 6.70012651 6.932195102 6.998793091 7.317994805 7.335077898 6.735081481 7.078338885 6.627948088 7.198976347 8.550156684 7.176467674 7.41980576 7.577238556 6.488155166 7.554261548 6.539632164 6.473501154 6.468593191 6.560024877 7.949470676 7.561305819 7.813880013 6.491962552 6.801907774 6.961391261 7.15822743 7.147751708 7.580694739 7.642015269 7.549334318 6.38255559 7.001896661 +LQ09X005450 Omega-amidase NIT2-B 12.98290941 12.75223117 12.74521066 12.649393 12.30696103 12.90711336 12.82658363 12.61457409 13.3684798 13.45461688 13.07454222 12.68895869 12.5005476 12.98607037 12.73715238 13.01771959 13.24752343 12.78284497 12.67931331 12.81996059 12.63095287 12.60738793 12.60817762 12.36158175 13.2246357 13.21119493 12.48719813 12.83241688 12.49831843 12.4398534 12.540169 12.21454932 +LQ09X005460 Predicted protein 9.683942034 9.621836924 7.089173661 7.143018181 8.62299449 6.38657606 6.213964556 7.007159841 9.98978272 9.983548631 8.481186445 7.222699929 8.807680805 7.143990541 6.736462241 7.508313091 9.869294364 8.520682872 9.982249787 8.643654575 7.916897473 9.375306219 6.269283246 6.89995192 10.40226034 9.629553975 9.66661418 8.102514471 8.266079284 9.231138087 7.353180668 7.904121055 +LQ09X005480 Uncharacterized protein At5g12080 11.84624041 12.59349896 10.23448679 10.15176264 10.76350614 11.86311358 11.48879053 12.04465538 12.06320065 12.86532202 10.91962019 10.3928629 10.40592357 11.829118 11.42441771 11.70577453 12.69256506 11.92029151 12.60334189 10.84420596 10.47996373 11.20746839 11.50162901 10.53099037 12.94826903 12.34564335 12.44112106 10.22401118 10.28797279 10.01234691 11.26113935 11.11378329 +LQ09X005490 Photosystem II reaction center X protein 14.26366399 14.37430519 15.15157103 15.24565882 15.06269983 14.67426093 15.46025204 15.00015667 14.51070887 14.68332561 14.9005732 15.15732003 15.09732652 14.89603859 15.70261839 15.46264203 14.10219375 14.53121808 14.1862396 14.74981485 15.19868671 15.08982695 14.80767528 15.20588262 14.02292736 14.38259663 14.39735037 15.08546226 14.87273125 15.4413033 14.58350668 15.10387443 +LQ09X005500 Putative Probable spermidine synthase 5.901769319 5.855149684 5.888903634 5.326881935 5.919988047 5.603068325 5.18358831 5.700913814 5.49247269 5.933552222 6.281560942 5.23948287 5.397564369 5.333011078 5.388083123 5.181076489 6.146067995 5.800314025 5.895837339 5.694316215 5.880031722 5.773695688 6.007474489 6.069906754 5.729627343 5.578400759 5.559986892 5.943815008 5.889719506 5.617919045 5.601563746 5.656282615 +LQ09X005520 40S ribosomal protein S3-3 6.280678118 6.300958382 6.222925861 6.337802048 6.184804717 6.213557562 6.467552482 6.440947205 6.468933876 7.989210616 7.314575832 6.665544777 6.74347558 6.283425226 7.556348459 6.181253258 5.878700338 5.753961115 6.925492371 6.946507453 5.613334222 6.288955872 5.998849232 6.942064447 6.642402001 6.356042479 7.570966131 6.11042005 5.926612405 6.420822185 6.036369089 7.479401905 +LQ09X005530 Peroxisome biogenesis factor 10 10.60871049 10.76348589 10.48755152 11.23232846 10.34929303 11.49412224 11.81141587 11.29523046 10.36565845 9.959853964 10.70036803 11.26619331 10.39367691 11.50074792 11.13207518 11.19357036 10.70062947 10.77580213 10.86039029 10.82490747 11.06517976 10.46461439 11.37670791 11.96805274 10.25752319 10.50717 10.19777757 11.0437186 10.90649967 10.90676718 11.74204006 11.21702105 +LQ09X005560 Transcription factor MYB251 5.392614321 5.204199277 5.255041741 5.424559554 5.408621894 5.860394564 5.662023684 5.791257667 5.142195365 5.376245813 5.171139083 5.385615572 5.366270261 5.675956007 5.037412556 5.4703984 5.36826548 5.411151617 4.943229952 5.24005367 5.245209299 4.916570569 5.626889297 5.867418404 5.427306702 5.154505136 5.057949996 4.823021326 5.451786056 5.629300232 5.681457585 5.831456063 +LQ09X005570 Putative GHMYB10 7.022848149 7.589175537 5.287649776 5.993962989 5.223391546 6.142340402 5.834105289 5.954641786 7.215273105 7.191857352 6.279307406 5.771004551 5.73071577 5.488447048 5.673174608 5.478862497 7.768642107 6.873536836 6.903028724 6.144923134 6.714798517 6.026228808 6.849315261 6.680721803 8.013635997 7.552150644 7.659434584 6.096716855 6.286657854 5.69900735 6.263854604 6.936179934 +LQ09X005630 Cytokinin dehydrogenase 7 5.12696822 5.599291097 5.336335339 5.153592334 5.204506538 4.97513686 5.338398951 5.259706393 5.193946797 5.605971976 5.171188026 5.264293004 5.318060586 5.011994241 5.376127311 5.481553069 5.032338329 5.205349078 5.207040471 5.346848756 5.513689594 5.214398272 4.931393548 6.687854884 5.101217142 5.338902784 5.462324531 5.004860048 5.742888722 5.297652234 5.251849514 6.902552735 +LQ09X005640 F-box/LRR-repeat protein 15 6.112002178 6.106096844 5.496815069 5.296996502 5.617527033 5.410843453 5.781732278 5.435211438 5.419748919 5.46636433 5.436273918 5.388777902 5.01173619 5.70330776 5.360088347 5.268891643 5.639405973 5.764455849 5.172022454 5.659863643 5.637692558 5.813223933 5.068015664 5.56824664 5.704193955 5.308082564 5.484889819 5.054161697 5.248498148 5.892544803 5.41289393 5.528807672 +LQ09X005650 Putative uncharacterized protein 13.80721903 13.67951414 14.02178722 14.03020706 13.96917671 13.90108239 14.28691008 14.2651299 13.85868572 13.20817078 13.75113882 13.98213819 13.86800521 14.08599956 14.13699004 14.22691151 13.5312143 14.01431265 14.07023357 13.81843623 13.85214488 13.85992719 14.39555233 14.78048886 13.36475493 13.76908498 14.28370209 14.00702077 13.76544976 14.33936813 14.52308141 14.57676715 +LQ09X005660 Putative uncharacterized protein 5.463069375 5.557138498 5.795298255 6.363848136 5.525015118 5.036976781 5.514074299 5.861863794 5.135562699 5.189463301 5.22488008 5.852489329 5.281547308 5.025699559 5.186717502 5.371549168 5.540792594 5.634374512 4.979787754 5.148266984 5.324066648 5.392234395 5.453634939 5.311401336 5.93239276 5.239050419 4.590618895 5.431814716 5.450831754 6.115682152 5.499004513 6.115981547 +LQ09X005670 Putative DNA repair protein rhp7 4.754262392 4.725921765 5.765745007 4.891326012 5.174210212 5.266165862 4.875207188 5.407124151 4.95743501 5.573646861 5.206802411 5.121017993 4.719703469 4.973866841 5.577364889 5.48339091 5.058583063 4.866508814 4.641020354 5.130640193 4.751043459 5.307391117 4.666450657 5.34413882 5.127742905 5.044440186 4.665484973 4.767497842 4.925135433 5.099163136 5.236573969 4.941485618 +LQ09X005690 Putative copper-transporting ATPase PAA1 6.090502741 5.422917011 5.784411219 6.162468228 6.303276988 6.126723043 5.417497117 5.769360409 5.820587044 6.66605176 5.61601829 5.926068415 6.072967972 5.690881686 6.569916859 5.446948619 5.661874865 5.774235841 5.472749349 6.123945498 5.579255299 5.601537064 6.342813432 5.243736306 5.716986686 5.897905122 5.580793196 5.185816089 6.016466708 5.549764336 5.341849331 5.427709494 +LQ09X005700 LRR receptor-like serine/threonine-protein kinase ERECTA 5.180561324 4.964663594 5.309581894 5.123286775 5.302127891 5.431018711 5.300064237 4.950002717 5.095239383 4.983651921 5.246015707 5.307878579 5.403049052 5.375556418 5.462831695 5.941913229 5.412130094 5.6711709 5.203260062 4.539268219 4.784329222 5.185198798 4.806524157 5.214588078 5.580405695 5.189683682 5.112154283 4.805110735 5.103798654 4.933437334 5.462381616 5.113971885 +LQ09X005720 Putative Myosin-Vb 13.01690948 13.19662496 12.54316568 12.26886257 12.37585195 13.1921334 13.14021309 13.05572667 13.40802429 13.29245199 12.8689041 12.7547414 12.51226979 13.19619548 13.04820253 13.14583471 12.75091438 12.93155 13.29688246 12.63870805 12.52536693 12.7841955 12.97352921 12.41609947 13.45624895 13.49505784 13.3044836 12.57837108 12.17016077 12.3086067 13.12284792 12.36208404 +LQ09X005730 Putative uncharacterized protein 11.96792653 13.23917356 12.37154137 12.26954527 13.4281312 11.2816806 12.4434778 13.68101013 12.15130513 13.02921069 11.86319611 11.97109477 12.11221063 11.36511528 12.27801729 12.09041255 14.0821048 13.91574263 13.35457552 13.13363967 13.01415793 13.59524323 12.92620719 12.95838664 11.49008714 11.85354289 13.47665742 12.58545511 13.09478299 12.89402984 12.95347064 13.34022321 +LQ09X005750 Putative Chalcone--flavonone isomerase 2-B 11.22107337 11.27915977 10.86387059 10.23094463 10.73834393 9.863083358 9.434589291 8.937398 11.84698292 11.63895369 11.56135014 10.85353544 11.6476496 9.961406098 9.34117418 9.84142831 11.04217023 11.6528816 11.73454931 11.21122736 11.86481712 11.01572175 10.13259933 10.24315646 11.42407867 12.33753192 11.65354654 11.14269169 11.92935921 10.83812067 10.1597654 10.23966714 +LQ09X005770 Guanine nucleotide-binding protein alpha-1 subunit 11.10833863 11.17481916 10.68402606 10.86604747 10.99419387 10.91885891 10.70407166 10.66053426 11.15556371 11.35847603 10.98668166 11.04871346 11.34202298 10.84051719 10.56364803 10.623167 11.76286514 11.24230404 11.5724447 11.32278906 11.68293272 10.64535463 11.56167552 10.66072355 11.3506802 11.09704951 11.43645174 11.22868464 11.34318203 10.61769932 11.47200983 10.52195976 +LQ09X005780 Putative 2-hydroxymuconic semialdehyde hydrolase 14.10670534 14.08826044 12.70746603 10.57180516 11.79595859 8.825097841 8.116089021 7.691915854 14.10092389 13.70857416 13.02262855 11.16081344 11.28263109 8.916231472 8.629100605 8.010601245 13.35201284 13.82204533 13.78084512 12.87501312 13.00145447 12.50493411 9.008089543 9.2842486 14.17021954 14.53342033 13.82057468 11.12777863 13.09799696 9.523161526 8.89788481 8.660790422 +LQ09X005800 Protein kinase APK1A, chloroplast, putative 6.05141721 5.891647535 5.919303653 6.014446209 6.127291099 5.99350321 6.335536223 6.204213221 5.70800226 6.006074647 5.842050047 6.238915549 6.165735698 6.047082228 6.24066921 6.320711574 5.956667595 6.107229998 5.681976224 5.915520417 6.32985717 5.696050023 6.067287814 5.517132933 5.600382648 5.888150682 5.602026084 6.338043075 5.7524126 6.066904019 5.659389555 5.766957517 +LQ09X005810 Copper transporter, putative 5.730895392 5.956363309 5.620636428 6.151627727 5.716072948 5.829509841 6.16597476 6.21984556 6.180312366 6.616724277 5.90442732 6.006134748 5.369812171 5.93058357 6.641805502 6.608903925 5.604880574 5.544565389 6.963474099 6.183200168 6.365624839 5.888526453 5.196658131 6.546231581 5.719031376 5.718949647 6.668174961 6.248183036 6.449422293 6.352834076 5.908385162 6.454642978 +LQ09X005820 Putative Protein of unknown function DUF1677%2C plant 5.772360771 5.74493294 6.363043393 6.507423392 6.09447431 6.191923516 6.849334228 6.572140585 6.624889391 7.479530082 6.056381136 6.526543989 6.809549234 6.112619355 7.841134552 6.460965091 5.61356524 6.143592751 5.29972576 6.755194691 7.282139059 6.728640281 7.519022303 7.059254299 6.057335269 6.3727375 5.795829622 6.603039567 6.70418793 6.61086048 7.647283172 7.509994057 +LQ09X005830 Predicted protein 12.03120982 12.05516098 12.74495667 12.06090562 12.735279 12.72652415 12.41887421 13.11134047 11.97469206 11.77565268 12.26753951 12.0268648 12.29757371 12.48656121 12.36487677 12.4954185 11.85176256 11.97225633 12.09942642 12.77052192 12.54106554 12.89264238 13.28908225 13.36475524 12.16697163 11.96827265 12.39977001 13.00582078 13.0810787 13.25374868 13.39538937 13.40122389 +LQ09X005860 3beta-hydroxysteroid-dehydrogenase/decarboxylase isoform 2 9.801392769 9.575630408 9.617655517 10.57714481 9.006454681 9.373219785 9.709759668 9.509540484 10.01649812 8.876279024 9.407035305 10.51848152 8.998655431 9.605350941 9.478441515 9.382266697 9.896683846 8.833228538 9.349297539 8.756948666 8.345403992 9.593392251 8.385940192 7.965382251 9.743910095 9.03259931 9.477706174 8.435128842 8.977654066 9.724901401 8.373931505 7.934248831 +LQ09X005920 3-ketoacyl-CoA synthase 10 6.179188673 5.687434825 5.980625008 5.876874473 5.58465767 5.837185802 5.857598531 5.765015456 5.564241882 6.36885097 5.626202261 6.061282847 5.994592717 5.875743221 7.097000086 5.719391783 5.644433991 6.13472985 5.718900293 5.789700728 5.526020932 6.18403746 5.632570494 5.144573426 6.030670277 6.106848814 6.18970556 5.632909616 5.695287212 6.297293579 6.098858102 6.051045415 +LQ09X005980 Putative uncharacterized protein 11.46883129 10.79520803 11.54896174 11.97510399 10.68102398 13.44672685 13.18655493 12.24793059 11.39486104 10.93913842 11.56374592 11.859926 10.88479248 13.32392354 13.01140989 12.00023205 10.74376825 11.18021798 10.02502197 11.0808789 10.96840401 10.48894479 11.7596474 11.33669983 10.46703156 10.99306654 10.00102702 11.05837842 10.60284289 10.73906593 12.2070754 10.94111808 +LQ09X005990 Predicted protein 11.78349107 12.04908599 11.6281068 12.06181005 11.91995722 12.07486018 12.08075221 11.44475143 12.06183633 12.4031966 11.86866566 11.84559217 12.30974438 12.04698687 12.02946609 11.94330342 12.08739191 11.68848007 11.85180514 11.43558869 11.34181423 12.27612757 11.43326705 10.82941832 12.01735304 11.79393204 11.92852925 11.68075002 11.34431055 11.6756704 11.59971188 10.80814893 +LQ09X006010 UPF0136 membrane protein At2g26240 5.304543486 6.018601323 5.547578125 5.743985463 5.602221468 6.130403878 6.069433873 5.515763908 5.566304654 6.810360198 5.82030067 5.748931379 5.47951948 6.057577437 6.114192484 6.04021294 5.240637537 5.343685161 5.931787351 6.115922193 5.144793754 5.483544602 5.620058948 5.271673279 5.188340694 5.137926779 5.23090364 5.293534373 5.526392455 5.500972938 5.883264804 5.348518066 +LQ09X006020 Predicted protein 6.510531969 5.839783921 5.387710896 6.411650588 6.196395191 6.420785762 6.233295468 6.049525632 6.954035266 7.135786605 6.215089292 6.655337934 6.531428386 6.196957944 6.912864923 6.542664314 5.958016362 6.192476121 6.497291281 6.174046853 5.925849648 5.727000758 5.739741467 5.23143635 5.672546829 6.025822043 6.676635771 5.719188146 5.598396253 5.697786914 6.011528639 6.133417249 +LQ09X006030 Predicted protein 12.85417626 12.98931108 13.2654022 13.32828672 13.25707755 13.33120546 13.62833848 13.33140312 13.02466046 13.03799992 13.18594887 13.30899869 13.26448485 13.19788084 13.58853982 13.65329249 12.7810184 12.97141127 11.75532179 13.0474084 12.75558523 13.20672013 12.63535998 13.05476451 12.36503462 12.79434482 11.79195741 13.15684287 12.87837983 13.43413046 12.56918015 12.8205765 +LQ09X006040 Predicted protein 11.90612751 12.20156507 12.56669078 12.25563703 12.82264935 11.64680971 11.39055699 11.4222571 11.70162823 12.43585144 12.35553161 12.56805473 12.90508482 11.64399685 11.56423145 11.97466202 11.82909741 12.6136878 12.45452762 12.80862239 12.66763105 12.25513903 11.36026312 11.38253815 11.50846657 12.40689001 12.83902106 12.96362867 12.43127751 12.03744044 11.07450749 11.41842075 +LQ09X006060 Guanine nucleotide-exchange-like protein 12.24088671 12.19776168 12.22167016 12.20829063 11.93648861 11.81531148 11.73302087 11.75257342 11.9648886 12.14366407 12.38968432 12.21245116 11.98347174 11.66701181 11.70263659 11.60800387 11.92110371 11.2002538 11.3643798 12.21910201 12.10527619 11.84821516 11.86367287 11.76201433 12.05447298 11.36216445 11.4710937 12.40927567 12.39542869 11.95213872 12.03009162 11.96907358 +LQ09X006070 Electron transporter, putative 5.738346449 5.258695181 6.080151636 5.673399809 5.536661487 5.319508353 6.072417874 5.723141152 5.508903366 5.340668432 5.530237864 5.779149876 5.226705929 5.713169752 5.316866521 5.691348906 5.442673407 5.418387068 5.051929945 5.415075996 4.594644089 5.315368552 5.979244363 5.45674299 5.270804074 5.663443413 5.518399131 5.559188097 5.414860105 5.538925429 5.267278101 5.624784369 +LQ09X006090 Predicted protein (Fragment) 5.180752362 5.194790004 5.244160639 5.560675683 5.13042427 5.286781395 5.569998165 5.699287739 5.314932438 5.643290556 5.687480141 5.464629977 5.675493423 5.621473785 5.56447477 5.483827467 5.118124569 5.083555758 5.452280347 5.725764572 5.736724491 5.055819845 5.385964177 5.506911214 5.262211847 5.068809279 5.443676835 5.515815989 5.746005474 5.14838362 6.001698885 5.604565898 +LQ09X006100 Alpha-aminoadipic semialdehyde synthase 7.745787293 6.763902784 7.605059946 5.939083115 8.25409188 7.655134603 6.38665595 7.7595441 7.389830033 8.119473791 6.169500601 5.909490508 7.26326263 7.578496116 5.323873473 7.211247617 9.03927131 9.244898552 10.30795715 8.981995217 8.078115286 6.437346894 10.25722682 9.529453955 9.191529098 9.133154078 9.123396605 10.90233262 8.332160066 6.68512348 9.654578705 9.782642322 +LQ09X006130 Alpha-aminoadipic semialdehyde synthase 10.16312111 10.40977697 9.882061424 10.66669896 10.42547496 10.1870193 10.7558785 10.87440669 10.14363087 10.73047768 10.10837343 10.37624116 10.41611445 10.33710223 10.63577158 10.63647556 9.737939212 9.508184214 9.516879348 9.411820243 9.181550887 10.10238281 10.02829218 10.06623812 9.700983405 9.222078584 9.444954565 9.892325854 8.966486749 10.68810563 9.628000219 10.12322873 +LQ09X006140 Pectinesterase/pectinesterase inhibitor PPE8B 11.89624471 11.78921701 12.40149446 11.8806567 12.70467056 10.52886896 10.53413755 9.956145554 12.13103382 12.29743575 12.91584335 12.05177968 13.4199982 10.85512523 11.15656723 11.61191473 11.71267704 11.22972069 12.11736582 12.39737756 12.23955397 12.4899348 10.40707036 11.06285881 11.91926221 11.9309513 12.21342399 12.59013683 12.39207241 11.6536155 11.04368549 10.98495213 +LQ09X006150 Probable pectinesterase/pectinesterase inhibitor 12 4.9564531 5.008454157 5.585696795 4.786228813 5.449280649 5.033994787 4.56637956 4.690465757 5.016963748 4.866085857 5.40689167 4.616582279 5.311313749 5.246430323 4.694760417 4.832409729 4.973144468 4.847067337 5.033166772 5.258891967 5.468482778 4.942027721 5.244721922 5.306042938 5.140094856 4.788643362 4.806511287 4.923488558 5.174787374 5.01100667 5.195815066 5.644756937 +LQ09X006200 DNA repair protein RAD51 homolog 10.99523069 11.6762332 7.491006875 6.464973079 6.539733389 7.151344759 6.803587596 6.854931748 11.55253484 12.06283351 9.302103886 7.261362106 7.026024449 7.434492131 6.845827655 7.107257815 10.2726801 10.16608328 10.90615503 7.029839847 9.380031654 9.242185679 5.758656482 5.700025298 11.786458 11.17497175 11.13298592 6.857334459 9.051907099 6.762325228 5.476036136 6.410968277 +LQ09X006210 Putative Conserved oligomeric Golgi complex subunit 3 12.42278688 12.52711806 12.48135942 12.22640964 12.36780835 11.42852654 11.30542513 11.20694034 12.49803538 12.41765995 12.53585118 12.2391617 12.69954384 11.3561858 11.46147813 11.50090356 12.55104874 12.69402817 13.10150441 12.56640009 12.67280284 12.81970801 12.07088261 11.93126727 12.73397044 13.27403225 13.05431764 12.74323569 13.20031159 12.5367133 11.93869506 12.07622587 +LQ09X006220 Fyve finger-containing phosphoinositide kinase, fyv1, putative 13.06136674 12.70591489 13.22255648 12.84588434 12.97486377 13.46240171 13.18003969 13.28636123 13.04818284 12.57508719 13.21582425 12.84320061 13.0804448 13.36467998 13.17311272 13.35417944 13.32188186 13.08761917 13.3297656 13.5023891 13.45247985 12.89029859 13.65919089 13.7167874 12.80027636 12.90404807 13.0797434 13.37781837 13.26628917 13.28978579 13.88223378 13.58357519 +LQ09X006240 Putative Predicted protein 7.180051142 6.795708654 6.199655351 7.178896487 6.696176203 8.878090966 8.099164179 7.951469415 7.204254279 5.857107696 6.138876922 7.390881888 6.703760922 8.964855886 8.641543694 8.134839411 7.197954241 5.997780126 5.476146087 6.203541654 6.083854773 7.272269277 5.599896289 6.752097691 7.239242839 6.389608136 5.79883547 6.119351192 7.31461755 7.39001117 6.797041608 6.997398142 +LQ09X006260 Zinc ion binding protein, putative 11.94360361 11.67986906 12.56708372 12.22661169 12.37862257 13.01698478 13.0557515 12.97647248 12.01415667 11.62270262 12.43449519 12.30408898 12.57545058 13.11017291 12.92848947 13.15560685 12.15563995 12.67054663 11.91230134 12.85796481 12.54665029 12.41080658 13.21025852 13.0985775 11.8038574 12.14042759 12.03436291 12.95963023 12.25266218 12.72557227 13.26798617 13.16405489 +LQ09X006270 Putative Uncharacterized protein C14orf138 5.046784901 5.2214247 5.408421152 4.926436046 5.162538426 5.223056902 4.841183887 4.705154252 4.891170095 5.13753524 4.867959246 5.011657849 5.265000525 5.136939502 4.81491811 4.876836784 5.159237615 5.234912827 5.161433929 4.781804866 4.993537226 5.290909155 4.853620991 5.286259376 5.116045488 5.153829804 4.993734801 5.056886588 4.893330793 5.045116577 5.068204941 5.307229616 +LQ09X006280 Red protein, putative 5.717331801 5.739568618 6.019955968 5.550366445 5.322540631 5.116598214 5.515989007 5.339199431 5.987166965 5.718467014 6.163533061 5.605513495 5.942303449 5.102666522 5.482148478 5.1513453 5.268240357 5.82032456 6.030174808 5.570551573 5.662710348 5.603310484 5.379465015 5.819823606 5.596058418 5.914202501 6.179575408 5.458235119 5.630448957 5.522442651 5.444408158 5.323041315 +LQ09X006300 Phosphoinositide 5-phosphatase, putative 9.628292754 7.583822677 9.700852205 9.502720382 9.075697513 9.823391311 10.33600661 8.838766483 8.695355097 9.469270715 7.571259126 7.538254552 7.44556564 7.483274295 9.66267711 7.08477396 7.616949364 6.99414361 6.872923847 7.964151251 7.314797045 7.227484548 6.857316168 7.43775092 8.013730837 7.736234514 7.740547228 8.028462705 7.159845622 7.359006056 8.207951857 6.443645898 +LQ09X006310 Eukaryotic translation initiation factor 3 subunit K 5.469252856 5.458081771 6.15678172 5.740950823 6.177842156 5.914699361 5.802393762 5.832306107 5.524323801 5.632108756 5.525419371 5.766053329 6.19058485 6.275026116 6.005175253 5.777147837 5.540355044 5.473923909 5.288736331 5.801246227 5.29003564 5.527571144 5.724739046 5.42405355 5.875111213 5.388158617 5.221599515 5.568442968 5.344923046 5.638979476 6.229928741 5.828347422 +LQ09X006330 Sucrose synthase 14.2897807 14.95124166 13.68543585 13.81979234 14.41392273 12.70414835 12.95824348 13.40798866 14.78093956 14.86983706 14.22117825 14.17880319 14.4256578 12.81793804 13.14454368 13.56342118 14.80054576 14.15600837 14.94572754 14.11780195 14.10973993 14.91918623 13.35598322 13.57001541 14.77109021 14.84160822 15.04849057 14.55173551 14.4609875 14.74305529 13.17059966 13.3880215 +LQ09X006340 Putative uncharacterized protein 11.09387842 10.83338398 10.85934769 10.60119736 10.06436174 11.82524417 11.43125168 10.51166013 10.85788842 10.46455831 10.76443556 10.75263018 10.49443188 11.48161143 11.30817156 11.09139186 11.56515226 12.12934983 11.61942309 11.45033172 11.71606718 10.36245584 12.08731592 11.75714338 11.02664099 11.65836524 11.154191 11.24383057 11.65065866 10.74177307 12.03178976 11.24453761 +LQ09X006370 Sucrose synthase 13.36369972 12.48617918 14.3332326 14.76360776 14.40814558 9.6122759 9.205423936 10.0426671 13.84760103 12.44766151 14.45354115 14.68139283 14.66233866 9.842247347 10.35474927 10.18400842 12.37557207 13.22011957 12.63734931 14.41739609 14.15284885 14.53423871 8.921405657 10.30322362 12.92766342 13.76558455 13.16643534 14.60282253 14.49390129 14.62208725 9.28668585 10.70277063 +LQ09X006380 SAUR family protein 4.846374088 4.9759467 5.215473269 5.092440738 5.426236112 4.900844336 5.045547177 4.964876615 5.098869943 4.909086019 5.075800787 5.083067602 5.020205333 5.233300862 5.025737271 4.946550903 5.41789542 5.356763659 4.877648901 4.978384954 5.001035764 5.109601128 5.373054435 5.419376329 5.466084839 5.22257666 5.039927482 5.522227081 5.469178601 5.126634755 5.187120407 4.900612197 +LQ09X006410 Putative uncharacterized protein 11.49492191 11.06616986 10.54700885 10.06157659 10.8729573 11.64682543 11.68040634 11.51523957 11.75847439 12.51661165 11.03393529 10.82017751 11.15419298 11.87092486 11.76311711 11.98851053 11.80484785 11.64614896 12.2965655 11.38386467 11.33022139 11.18948451 12.58355875 12.31891919 12.30204612 12.15456314 12.75683086 10.9434322 10.23334027 11.10145126 12.53091779 12.2671398 +LQ09X006460 Putative 21 kDa protein 6.794007927 6.841575526 6.514129506 5.933171632 6.465562666 6.083816471 5.787115556 5.888309955 7.20046391 6.962770345 7.071421386 6.037819528 7.140158441 6.069151017 5.313992415 6.100703505 6.498373885 7.261353378 7.601423578 7.138648087 7.833821132 6.766426925 7.119935457 7.02544666 6.613178666 7.500818007 7.937945566 6.432020986 6.560882644 6.395873341 7.384025645 6.003714697 +LQ09X006470 Putative RRP12-like protein 9.192433138 9.017349818 8.606910353 8.257213147 8.897962977 8.882404959 8.988494455 8.875882896 9.084517768 8.47317074 9.154767369 8.481176204 8.618219031 8.920458805 8.46698927 9.042088085 9.118565511 9.28007508 9.632220802 8.969902307 8.998665214 8.574895547 9.670866 9.776588213 9.149530266 9.220216297 9.414527138 9.062778404 8.70882082 9.131053094 10.00886995 9.914405671 +LQ09X006480 3-oxoacyl-[acyl-carrier-protein] synthase I, chloroplastic 12.04871635 11.80756206 12.27130204 12.34960227 11.93246642 12.87093924 12.73437425 12.5676481 11.8413039 11.50992075 11.92345205 12.23188422 11.87954044 12.90212728 12.486061 12.4727492 11.75762866 12.07348964 11.43928181 11.8268631 12.32774485 11.34427838 12.44612293 12.77826275 11.79075277 12.27764107 11.60229516 11.91349483 12.59023972 11.45150246 12.67532087 12.69074986 +LQ09X006500 Predicted protein 10.15113478 10.1551002 10.14118027 9.180015184 10.12474696 9.010732374 9.087980139 9.416053758 10.13651178 9.627846821 10.40726467 9.378319402 10.048891 9.321113 9.090521428 9.339675118 10.55892193 10.3530306 10.97433563 11.16005945 11.22598771 10.54949508 10.52503411 11.08451704 10.72765912 10.56033922 11.04672901 11.06849697 11.68122212 9.989508278 10.97714442 11.3914048 +LQ09X006510 20 kDa chaperonin, chloroplastic 14.09953884 14.06205406 13.47972131 14.56226518 13.15918907 14.1970384 14.37962561 12.77116395 13.87312426 14.00895553 13.43001328 14.26306315 13.27291495 14.16163026 13.59303562 13.1410606 13.41999511 13.92000254 13.29214249 13.07551344 13.43694919 13.27040276 13.35466654 13.00249468 13.68846709 13.91668139 13.82738826 12.77611951 13.06648885 13.10496839 13.12340907 12.94238744 +LQ09X006530 Hypothetical protein 7.630992295 8.157905839 6.110084193 8.160700882 7.114627645 10.30118922 9.545493042 9.976519447 8.100601406 7.651699516 6.526233562 8.167819619 7.336072915 10.16549508 9.585378952 9.518986023 8.567577423 7.346088134 7.190196286 6.778008878 5.885073303 6.917841474 7.88620608 7.570232558 8.106369863 7.137858234 7.177009771 5.32262316 5.987448008 7.300880053 8.706048801 7.440487519 +LQ09X006570 Beta-galactosidase 7 6.948476117 6.338146381 6.282941508 6.783329312 6.883457954 6.725380778 6.936600467 7.006436577 6.922564686 6.233088066 6.272968982 6.66843546 7.004504528 6.817070007 6.7709541 7.363791903 6.506509035 7.114966518 7.32937862 6.289889429 6.9141972 6.686846104 6.387735082 6.443366811 6.29822104 7.243995169 6.790971377 6.104382593 6.629015017 6.650942775 6.417836377 6.266901946 +LQ09X006580 Predicted protein 5.754283944 6.153419804 5.910859136 5.801368553 5.579580087 6.028187462 5.949326981 5.912879018 5.773260101 6.477677569 5.737037991 6.152169436 5.815752053 6.042991447 6.509738763 6.051922002 6.046685128 5.421764783 5.23712653 5.883000649 6.083541539 5.496696778 5.706964028 5.457089868 5.963644082 5.47184832 5.58503071 5.499226885 5.430054251 5.795100313 5.066937825 5.312085358 +LQ09X006590 Putative Nucleolysin TIAR 13.92720266 13.97004643 13.91095467 14.33909902 14.16918687 14.02896785 14.32939671 14.48716054 14.1758227 13.70813452 13.84676418 14.3952278 14.24668426 14.47661148 14.59619194 14.69906198 14.24409264 13.93460019 13.98509523 13.61953298 13.86155706 13.96426596 13.97925318 13.9908229 14.05657744 13.91466649 13.92874515 14.02860456 14.15828997 14.57581983 14.22394843 14.15162363 +LQ09X006620 Putative Protein TIFY 10A 11.45105591 12.07544292 11.79539996 11.42788209 12.06620862 11.51807519 11.0095342 11.42494257 11.42099938 12.15758968 11.74058977 11.43917308 12.11284637 11.69302524 11.58193291 11.5538674 12.05023324 11.1314059 11.71293245 11.83460895 11.08898957 12.61630363 11.10195713 11.84106935 11.61009127 11.77682066 11.58010639 11.77309817 11.88818025 12.75067865 11.43972193 12.39264525 +LQ09X006630 Putative Probable polygalacturonase 5.929299056 6.015744164 6.032719111 6.568516258 5.698527963 6.087706066 5.765357584 5.705274905 5.939702992 6.750603919 5.869167066 6.377378981 6.009568697 5.296514047 6.763310852 5.900543008 5.858027122 5.833804845 6.31548786 6.864190027 5.254487332 5.87952598 5.662848218 6.712648595 6.028645338 5.648587925 6.03279615 6.519840775 5.772087259 6.206767196 5.995612511 8.043997662 +LQ09X006680 Predicted protein 14.10184974 14.17751213 13.78054715 13.27098278 13.5578296 12.36818799 12.48853001 11.9553036 14.04799127 14.5057943 13.8422141 13.18690211 13.34537781 12.55513338 12.86185234 12.38142097 13.51641577 13.59417038 13.62288739 13.68082141 13.55021865 12.66818506 12.33294447 12.29459275 13.8320804 13.83088982 13.55430629 12.72646957 13.56781413 12.15476854 12.75942602 12.14517632 +LQ09X006690 Lsm1, putative 12.34261018 12.72868371 12.09666465 11.82940743 12.26352862 11.55303612 11.47506722 11.69238433 12.57655889 13.13950414 12.44223628 11.89827787 12.64184889 11.68293752 11.41950416 11.55499631 12.38293836 12.63041065 12.80364171 12.5693972 12.39128677 12.33438494 12.03413208 12.14036811 12.73638123 13.05196221 13.22720582 12.49089574 12.56976346 12.32707108 11.97399184 12.21580747 +LQ09X006720 Inter-alpha-trypsin inhibitor heavy chain, putative 8.819692831 8.89261415 9.34852676 8.578522611 8.989139856 9.408162679 9.337539298 9.739454215 7.721550865 9.232730632 7.668165783 7.706792043 7.6923088 8.641874892 9.118748512 8.480407094 9.362366997 9.92108212 10.0033173 10.2388644 9.720433326 8.917091827 10.84313022 10.80064669 9.167869937 9.234830053 9.822485688 9.726882921 9.303637028 9.031053763 10.727971 11.1868398 +LQ09X006740 Methylthioribose-1-phosphate isomerase 6.425171395 6.011009144 7.015242454 6.81438758 6.546659399 6.725238945 6.606631634 6.609197223 6.399428205 6.561457055 6.970567814 6.607150042 7.20774595 6.543770084 7.743591217 6.68539828 5.828369284 6.314014094 5.585244121 6.064895871 6.094948477 6.002464951 6.546098794 7.008237704 6.475812805 6.037535402 5.385249903 6.135452888 6.775123494 6.308798357 6.557473971 6.991889495 +LQ09X006750 Proteasome subunit alpha type-6 6.281603841 6.13251089 6.105296786 6.723657013 5.794135621 5.901329537 6.401396117 5.981273905 6.394239448 7.062694431 6.333294144 6.224796122 5.856633174 6.786589633 8.157574439 5.797523642 5.976322612 5.709562865 5.236758775 6.110525065 5.283210349 6.230288109 5.980556653 5.388423175 6.540368988 5.676237272 5.334664439 5.891977964 5.676935758 5.985944713 7.317860035 5.903118547 +LQ09X006760 Putative Adipocyte plasma membrane-associated protein 10.85075783 12.02647368 10.9808255 12.11572806 11.93983469 12.10056495 12.35389121 13.14508637 11.51426553 12.33307286 11.1081386 12.2510247 11.97710774 12.40087879 12.90746569 13.01517297 11.8534639 10.66366739 12.27596561 11.39495763 10.29416649 12.04773032 11.7881449 12.45961712 12.28958471 10.93825676 12.25100491 11.78562235 10.62812918 12.98880783 11.92298608 12.64173645 +LQ09X006790 Cation/calcium exchanger 4 12.57147686 12.0455524 12.73142818 12.08462014 12.43812101 12.60519712 12.53655867 12.10240426 12.18575366 11.88959544 12.410922 12.24853966 12.37175045 12.5819662 12.40631878 12.50669162 12.1812949 12.51320962 12.23167861 12.44533941 12.06667037 11.88106741 12.47010822 12.19325615 12.21525385 12.15815246 12.13577936 12.37370468 11.90049022 11.93703495 12.24300751 12.0960248 +LQ09X006800 Putative Copper transporter 1 13.11530194 12.96968523 13.62429241 13.33681744 13.77450411 12.41349945 12.79120144 13.01659912 13.13058821 13.51559934 13.56183893 13.56413839 13.89163414 12.66473612 12.98873419 13.36012353 13.8336342 13.48387012 13.79340786 13.96726219 13.68582064 13.88810101 13.38671363 13.38317832 13.35296371 13.10107252 13.53268068 14.11175611 13.09131319 14.27730185 13.52060275 13.54854177 +LQ09X006830 Subtilisin-like protease 8.901721042 9.075360594 8.034398641 10.91495195 7.99255229 7.035268718 5.909207442 6.596938215 9.369746426 9.779265409 8.705130257 10.87716388 8.183965809 6.815439712 5.91120793 8.097435758 9.141149417 8.311617521 9.762576549 6.361250875 5.924306632 10.11712876 5.647131968 5.159299965 9.285108807 9.290988205 9.327666286 7.55051106 6.534919802 8.131449629 5.456404062 5.452190928 +LQ09X006840 RING-box protein 1a 7.187310515 6.316687883 6.394958655 7.001873818 6.933887323 6.913624945 6.637728291 6.597198603 7.398833032 6.647678467 6.359753191 7.439683053 6.726664682 7.625991827 6.87931171 7.15723907 6.220901602 6.354601555 7.286339527 7.687628604 6.186569001 6.26651292 7.091864001 6.053144855 7.248091745 5.852494445 7.073844482 7.147704147 6.072227824 6.221784646 6.249475968 7.192575563 +LQ09X006880 Putative Flavonoid 3-monooxygenase 7.703734175 7.621262601 7.60388546 6.571620617 7.48792067 7.118756091 6.500143544 7.013625682 7.731125412 7.392443215 7.666998033 6.780961315 7.451239092 6.712820618 6.021190858 7.137696248 7.563117625 8.55918849 8.676033271 7.783988654 8.029699203 7.601071312 8.013203714 7.549458641 7.339558368 8.661520989 8.666805562 8.113411065 7.597709519 7.611050595 8.464856088 7.996402535 +LQ09X006890 Predicted protein 5.284128537 6.0411687 5.870295945 8.712420003 8.818927446 9.036472433 9.376972306 8.877421163 5.515931047 6.013580721 6.19895107 8.848035028 7.440375925 9.010680409 9.900561278 8.934586107 6.205443985 5.186630979 5.93372341 6.023964871 6.542673965 8.271255607 8.006517436 8.578408657 6.288744169 5.548332569 5.954271538 7.699083745 7.618990695 9.990645852 7.933515153 9.035961756 +LQ09X006900 Thiol protease aleurain-like 6.439243779 6.437722876 6.931232069 6.648508341 6.624152418 6.556697058 6.018100021 6.262179346 6.684187529 6.426721909 6.840275924 6.376152576 6.65585988 6.055753565 6.921654175 6.930831498 6.02985835 6.708600718 6.306493973 6.285955754 5.720998368 6.185210242 5.873830258 5.939319238 6.812676476 6.023275656 5.544942779 5.833726776 6.645053558 6.649845319 5.47271318 6.239586227 +LQ09X006940 Putative uncharacterized protein 5.07164095 6.18248299 5.533476813 5.724802037 5.713347435 5.874330748 5.903641658 6.437220605 4.819107314 5.354908009 4.998384652 5.925408202 5.717546787 5.966621915 6.759521118 6.15244142 5.46157661 5.111731397 4.90350235 4.853136786 5.27869019 5.240568092 5.798730742 6.746927917 4.882234941 5.454254931 5.604464537 5.676378692 5.346701944 5.624638323 6.084831773 6.811665712 +LQ09X006990 Hypothetical protein 10.05509635 8.818330378 10.10690799 9.466213614 8.989609425 9.338646986 9.708335684 9.219462993 8.847052933 9.110942868 8.693780805 8.408028287 8.416738802 8.484014008 8.929453968 8.556720608 8.345091141 8.513772509 8.491209428 7.405322473 6.336655119 8.278032157 6.208238322 7.634657825 8.594505407 8.441763016 8.339947834 7.956090604 6.445981866 8.285821473 6.482772182 6.438745403 +LQ09X007010 Predicted protein 6.024757031 5.920132136 5.864619889 5.563292266 6.091927977 5.725753564 5.526971158 5.9471825 6.10196823 5.83497887 6.262754489 5.746451082 5.705227056 5.719494305 5.313339185 5.753003775 5.939948594 6.438700491 6.887994971 6.043822092 6.337762276 6.220516627 6.05632586 6.584653649 6.008218082 6.117492561 6.987340626 6.124508396 6.242904925 6.337830543 6.540839887 5.116245732 +LQ09X007020 Putative uncharacterized protein 5.164644581 5.116385184 4.754653542 5.276373486 5.024369659 4.908451557 5.25770213 5.31458494 5.119642581 5.280208502 4.824815579 5.015450573 5.405098397 4.786872936 5.360019206 4.947328089 4.872931019 5.083480011 4.897143437 5.153995076 5.385522497 4.880791163 5.566798308 5.368033407 5.122993634 5.183100734 5.02173817 5.147164303 5.105830131 4.925468498 5.200596009 4.785837524 +LQ09X007050 Putative DNA repair protein rhp7 11.70379141 11.42639292 8.864993555 8.08216009 8.828155382 10.49871428 9.677534477 9.219937745 11.74079237 11.77236414 10.04844108 9.114772834 8.294384323 10.49920375 9.563596808 10.17686636 11.75063717 11.08046502 12.05309654 9.822722414 9.51752938 9.847813782 9.825317222 9.248039884 12.4337119 12.01622925 12.29593624 8.592860479 9.69227686 8.236728797 9.438321496 8.754884306 +LQ09X007060 AT5g35570/K2K18_1 7.635963178 7.552986985 6.976896258 7.37730569 7.087556354 7.151952043 6.698217432 6.044186307 7.642968153 6.735956645 7.756281442 7.151380007 7.392245363 7.147224561 5.893540697 5.871577078 7.464753925 6.710585573 8.01866718 6.806963267 6.561587193 7.830052892 5.873611511 6.94538044 7.896521785 7.375910318 7.936679382 6.935547101 8.52503193 7.454077134 6.047896131 6.79143083 +LQ09X007070 Mps one binder kinase activator-like 1 7.705429742 6.586805399 7.225863594 7.81908117 7.36281477 7.380543071 7.650110487 6.714377511 8.505079732 6.199101837 7.766290412 8.204289692 8.213307862 7.698498895 6.416960784 6.674861177 7.120234325 7.821197157 7.295338994 8.152444037 8.018862664 7.489044778 7.004805544 5.941453933 6.998672611 8.076056866 7.545814503 7.332373208 7.691802469 6.969796573 7.019963728 6.685996674 +LQ09X007080 Auxin-binding protein ABP20 4.987744573 5.513414821 5.130003129 4.912392558 5.114925068 5.350339068 4.958634781 5.171466622 5.596452903 6.178774948 5.491264133 4.848239475 5.248041534 5.695598852 7.018866035 5.017840603 4.902329478 5.35041304 5.614624426 4.692968402 5.185885466 5.806542751 6.324043986 5.382440159 5.56279584 5.005072232 5.479879582 5.568405998 5.025334351 5.700635881 4.871915706 5.589586637 +LQ09X007090 12-oxophytodienoate reductase 3 4.958950846 5.074403532 5.119493437 4.909917404 4.909072289 4.789342909 4.877114501 4.968895858 5.241094854 5.441882818 5.421390814 4.933222694 4.969273803 4.925059965 5.031756786 5.26802225 5.060386405 5.098696993 5.408015864 4.86593387 5.165349666 5.482968621 5.431873035 5.738861436 5.006024068 5.406391371 5.852448552 5.234838474 5.170294821 5.214393789 5.21067524 4.901070482 +LQ09X007100 Predicted protein 5.26785609 5.148141735 5.360649927 5.335921496 5.197446619 6.205141816 5.90697168 6.116764883 5.273815054 5.041873807 5.084168336 5.566783732 5.396649199 6.381030125 6.472212863 6.083010747 5.235285622 4.884720161 6.032783465 5.297896666 4.949882107 5.143151756 5.151275279 5.59252153 5.028065264 4.831030324 5.275113577 5.528583093 5.020702679 5.056888924 5.346419453 5.303948982 +LQ09X007110 Hypothetical protein 5.075914287 5.232597419 5.196706049 5.38797696 5.149494809 5.244293254 5.648904363 5.416889993 5.043142491 5.402684373 5.456993216 5.304377594 5.272830053 5.552846931 5.342039294 5.721721904 5.231592732 5.007705323 5.387147913 5.023455944 5.490988082 4.96033445 5.394081815 5.465938867 4.979223468 4.872532752 4.87912136 5.045512002 5.314259944 5.070951362 5.37402449 5.679068944 +LQ09X007120 Putative RNA polymerase-associated protein CTR9 homolog 8.994791988 8.907242601 8.881591201 8.679168775 9.073014272 9.302749692 9.305994688 9.71164102 8.885828176 8.578219173 8.983753719 8.858990374 9.239476991 9.306039342 9.308670919 9.540110268 8.843523506 8.627259145 8.838176341 9.202618533 8.954458487 8.619864168 9.077352071 9.4197797 8.697632718 8.542577987 8.783213956 9.158098741 9.184768614 8.515839974 8.740586627 8.999486474 +LQ09X007190 Predicted protein 11.79994856 12.19980595 12.29363477 12.74963276 13.30189232 13.16770915 14.17237352 14.5314521 12.32338773 12.65524973 12.30130335 12.59508696 12.63954561 13.18918443 14.00556596 14.02160909 13.50747101 13.60266353 13.63613065 12.9022965 12.56425173 12.90035992 13.90212273 13.64715488 12.42892379 12.51357363 13.22813393 12.92595528 11.81392889 12.74720461 13.89660656 13.65632422 +LQ09X007200 40S ribosomal protein S3-3 13.24870252 13.29991376 12.88862505 12.40087172 12.74490641 12.29651126 12.48352198 12.17450862 13.45809753 14.21164603 13.02458152 12.48472593 12.81628579 12.18615312 12.85335288 12.15928488 13.55888474 13.55760008 13.55646129 13.31341796 13.10995079 13.36839282 13.08588424 13.18335915 13.83512658 13.99009526 13.92624632 12.95325119 13.37229521 13.15958662 13.15529999 13.57038818 +LQ09X007210 Putative Replication protein A 70 kDa DNA-binding subunit 10.91121582 11.04066045 10.76767011 10.78994066 10.95176309 10.88118516 10.877329 10.70873403 11.21251336 11.65693741 11.1745558 11.02080213 11.21294589 10.83911263 11.1720523 10.45423981 10.71924432 10.3321391 10.00905712 10.49762267 10.32361747 10.33878599 10.76436503 10.25685536 10.72010462 10.48981728 10.02456363 10.63235451 10.58559435 10.41219614 10.5051509 10.23601944 +LQ09X007220 Photosystem II reaction center X protein 6.062425362 6.080449829 6.258405707 5.827728485 5.762300285 5.891708812 5.742376999 5.63609779 6.004633038 6.243911187 6.264845076 5.642146821 6.226953357 5.926708355 6.074025677 5.891123182 5.511139545 6.086389088 5.919302653 6.462894884 6.422942873 5.610933703 6.266749035 5.286951938 6.240070036 6.284901588 6.227011775 6.034171876 5.843263682 5.960609053 6.220914201 5.846908123 +LQ09X007300 Predicted protein 12.21808971 13.11312728 11.60254616 11.80811918 12.36412927 12.44033953 12.50021662 13.56694607 12.40759075 13.18955644 11.96724983 12.16600212 11.84153321 12.59221202 12.67768463 13.52930883 12.64537766 12.33345837 12.49747916 12.29959472 11.57703202 12.74606865 12.75649084 13.00511053 12.62453833 12.41907253 12.3703699 11.6254644 11.17838345 12.95635687 12.68262816 12.99183091 +LQ09X007310 Putative Protein bem46 4.969209371 4.836251426 4.859140817 5.343061613 4.973338927 5.033502553 5.322102006 4.951418997 5.019263718 4.882220556 5.403630388 5.559010853 4.942668843 5.075155131 4.819849608 4.98966669 4.822106796 4.71727085 4.780280187 4.696097282 4.755198139 4.630442531 5.053462144 5.187034122 4.658201053 4.909762664 4.75889134 4.953139065 4.717274431 4.848371016 4.888920556 4.788834649 +LQ09X007320 PHD finger protein At5g26210 12.06128042 12.4793636 11.79974132 12.23513226 11.59602322 12.04492502 12.04995329 11.71297183 12.200674 12.51051112 12.04636594 12.00356928 11.42989303 11.8832835 11.82058244 11.50547781 11.76899118 11.09679115 11.35492125 11.70869753 11.29783815 11.65452574 11.34667277 11.90436037 12.01367838 11.31880204 11.28302696 11.49962646 11.22891487 11.57093378 11.11869795 11.45749724 +LQ09X007330 Putative Ankyrin repeat-containing protein At3g12360 8.812378483 8.448008201 9.175674584 9.529067514 9.291038442 10.74021906 10.1521781 10.13994152 8.935336258 8.40281736 9.468142998 9.384207955 9.191454259 10.68043629 9.879815745 10.03183197 8.687120686 8.268034936 8.375332953 9.148230219 7.978422217 8.213555959 9.54237922 8.839816777 8.600632527 8.205704613 7.658138163 8.949881091 8.012225259 8.833295001 9.284766412 8.923105836 +LQ09X007350 Putative Uncharacterized membrane protein C776.05 5.624445126 5.712710149 4.964147032 5.408019408 5.483394066 5.684798539 5.56048411 5.357195704 5.249357189 5.675259682 5.260033044 5.51676607 5.264971564 5.297572809 5.65876979 5.32787334 5.734287242 6.200249067 6.472939084 5.97870643 5.318734038 5.328658085 6.211295493 6.082143983 5.457479345 5.937181321 5.944350529 5.449736898 5.780967857 5.392738343 5.410376509 6.018986566 +LQ09X007360 Myosin XI, putative 5.706214757 5.83549679 6.816610914 6.937499667 6.554294824 7.200032217 5.976289232 6.280594041 5.488999154 4.7954936 5.837568359 6.157243064 6.014747528 6.148105838 5.583743444 5.451437735 6.548195873 5.605824926 5.176796272 6.590898033 6.17989561 6.564388924 5.054891749 5.431732729 6.220134064 5.795766609 5.281352611 6.078120142 5.8072386 7.308106732 6.075206012 6.122873571 +LQ09X007370 Threonine synthase 1, chloroplastic 10.64844454 11.21008784 10.96020855 10.39599599 10.84139078 10.28124557 10.51247313 9.924042289 10.82168822 10.72238605 10.81647748 10.40364979 10.83986849 10.53457256 9.631469446 10.09201595 10.49971902 10.87909417 10.91575929 11.58950147 11.88168374 10.83905437 12.40903817 12.10992467 10.93867114 11.06975208 11.43591658 11.21475464 12.27041055 11.20573554 12.43029286 12.33721517 +LQ09X007410 Putative uncharacterized protein 5.752409653 5.895120662 5.416032203 5.492042875 5.301487375 6.312676695 5.522319796 6.101596645 5.873119286 5.096591433 5.723564719 5.542511689 5.421191356 6.375529433 5.323063662 5.472618338 5.922341076 5.725056222 5.390643637 5.376852764 5.624079417 5.824591715 5.258229448 5.75642577 5.265471805 6.185590748 5.937609585 5.693136758 6.245904023 5.847876773 5.758835179 5.284378955 +LQ09X007420 Putative Cleavage and polyadenylation specificity factor subunit 5 5.607841686 5.83200954 5.296068007 5.187386948 5.209370314 5.862698186 5.30077271 5.329146311 5.323376976 5.392497741 5.183009648 5.326132091 5.183358366 5.517568523 5.408185537 5.708183805 5.222618542 5.562168517 5.944667666 5.452847256 4.981450245 5.421656756 5.069848034 5.340037221 5.36711596 5.194223066 5.278902371 5.58370722 5.244181307 5.643197501 5.134285032 4.928360784 +LQ09X007430 Mitogen-activated protein kinase kinase 2 11.94589523 11.8403848 11.95025689 11.826769 12.17150774 11.98670723 12.00703128 12.32370873 12.26496882 11.8172469 12.08605675 11.68604033 12.23481768 12.03231007 11.95149322 12.26638234 12.05138643 11.89908837 12.27354335 12.60177533 12.19650573 12.23663374 12.33045954 12.65201817 12.04403686 12.03249898 11.98478012 12.29368783 12.27260594 12.26344301 12.34663339 12.49493353 +LQ09X007450 Putative Protein phosphatase 2C 16 5.636225557 5.770063002 5.471387772 5.653606499 5.709877985 5.281648483 5.670681002 5.373173943 6.060167936 5.309592952 5.652192308 5.388099911 5.865094659 5.457838476 5.625920223 5.143400598 5.451500132 6.314592661 5.491804937 5.711891721 6.398480351 5.342498994 5.705287911 6.644810472 5.573780232 6.165993809 5.649377725 5.360668762 6.503924486 5.669756607 5.83103815 6.104403383 +LQ09X007480 Putative uncharacterized protein 5.71151593 8.999518514 6.059157872 8.734650764 9.461787642 7.618966367 8.407563083 10.51007342 5.426494234 7.439162812 6.268038533 7.484161792 8.148942806 7.595193574 8.632199845 8.211073411 7.401095444 6.938000439 6.458151346 6.289633855 7.336609299 7.977903302 6.531797745 8.816487191 7.366995761 7.665094339 6.257603646 6.581014462 8.114026028 9.583821127 7.544783026 7.193143857 +LQ09X007490 Putative Uncharacterized protein ywkD 5.716500569 5.922774123 5.638820258 5.81807019 5.597224913 6.179566655 6.525791987 6.075558498 6.247046769 5.99890759 6.028224239 5.790388887 5.879161032 6.057972643 6.408403059 5.988769347 5.412538328 6.055709102 6.321993398 5.596796508 5.512797714 5.775602431 6.53724907 5.374410807 5.939647367 5.830363749 5.768372822 5.869529006 6.282734766 6.275598478 5.984161072 5.786418071 +LQ09X007500 U-box domain-containing protein 34 5.909196631 6.379586444 5.345738046 6.030540431 5.723942245 5.605294438 6.051754979 5.629387323 6.045205419 6.116267181 5.762977145 5.987274824 5.829439439 5.543567826 5.706928238 5.581601165 5.894247721 6.583309799 6.099396873 5.944819382 5.728127717 6.030904459 6.248575112 5.527308978 5.876685437 5.899153325 6.711686976 5.912365238 5.955460313 5.993280961 5.723783353 5.072776276 +LQ09X007530 Putative UDP-glucuronosyl/UDP-glucosyltransferase 6.303035114 7.096798095 6.869841917 7.041177551 6.854374433 7.416605798 7.60830103 7.89002126 6.473338768 6.395213619 6.771185152 6.943355136 7.494238222 7.887219494 7.067216428 8.00857641 6.924101415 6.520492029 6.739759347 6.989656618 6.277701335 6.718536028 6.696377918 7.80887941 6.776629538 6.80821909 6.67264928 7.020248833 6.895456215 6.801404877 7.145202124 7.545307596 +LQ09X007560 DNA binding protein, putative 5.396051259 5.792504216 4.961455165 5.916390095 5.674529118 5.818508646 5.721413378 5.501177092 5.501747092 5.980384575 5.139827691 5.554209253 5.561442743 5.798096695 6.020903671 5.351112823 5.746693341 5.391827739 5.510833426 5.993549518 5.192976895 5.332137015 5.000024313 5.202495943 5.765268897 5.725326835 5.872549797 5.629230507 5.500328194 5.183541662 5.282307993 5.127328297 +LQ09X007570 Glycylpeptide N-tetradecanoyltransferase 1 5.69844378 5.569251005 5.33399369 5.846988907 5.594681762 5.823388149 5.512857611 5.343939249 5.651362845 6.294740949 5.758382724 5.587757667 5.592800284 5.69619188 6.502200361 5.634213773 5.118039921 5.680751743 5.475955003 5.58631101 5.35894695 5.664428054 5.708196837 5.632351369 5.46699816 5.472511466 5.349869059 5.742759668 5.119028576 5.474133535 5.362681014 6.62617296 +LQ09X007590 Eukaryotic initiation factor 4A-15 10.20271149 10.12913329 9.808442934 9.880960271 9.81554812 10.64086306 11.08685274 10.62566219 10.51074792 10.42816334 10.13145022 10.37899541 9.879930025 10.93437883 11.0130737 10.55361787 10.38194768 8.874947778 9.550963342 9.511740943 8.995380616 9.798035688 10.05722749 10.1627278 10.39875182 9.72818673 9.576258932 9.361680655 10.05291007 10.15743586 10.71816525 10.82977436 +LQ09X007600 Putative Diacylglycerol O-acyltransferase 1 5.665091809 5.08875927 5.506608156 6.567336867 5.862864595 6.677082137 6.980444667 6.67435267 5.137319994 5.256079651 5.079141403 6.585272172 5.550067473 6.330388349 6.329761055 6.331270706 5.70437882 5.672561593 5.167890425 5.316587098 5.242578006 5.532383926 4.83844992 5.377714036 5.114036123 5.073568743 5.238850847 5.358444325 5.577976142 5.393849176 5.353891553 5.621616921 +LQ09X007620 Casein kinase I isoform delta-like 14.44567269 14.91665415 14.66822468 14.29742518 14.69109722 13.88440456 14.05284592 14.2672375 14.54399209 14.75791408 14.86827803 14.40996158 14.85620916 14.34965113 14.21163784 14.55305242 15.01901818 14.95995454 14.69799193 14.81398778 14.98304494 15.11240527 14.39660499 14.66991985 14.91166236 15.07984738 14.64930234 14.92291706 15.17541418 14.7315419 14.54797407 14.83263299 +LQ09X007650 Hypothetical protein 11.53701007 11.82802094 11.15310753 10.73673236 10.61931289 9.019981934 8.885555848 8.057916023 11.88449273 12.07240113 11.54273276 10.72494791 11.28316703 9.127168097 8.244639762 8.338896758 12.10710538 12.01869136 12.33485055 11.68105769 11.84910206 10.90641771 8.181958869 8.610771169 12.21191908 12.39266736 12.04451149 11.68171848 11.69390251 10.62747349 7.815932921 8.888507277 +LQ09X007680 Putative 5-nucleotidase surE 11.51364766 12.07419777 10.49734608 9.562435721 9.437970324 7.435232602 8.402686341 7.436263043 11.20136888 11.93555316 10.54374047 9.420360979 9.710018117 7.95043626 8.561529816 8.091570121 10.54258899 10.66095385 11.66202008 10.3793987 10.7381056 10.78593779 7.335708907 8.717191741 11.80411502 11.50876564 12.0542021 10.23778518 11.15817244 9.937192115 7.177894103 8.54338143 +LQ09X007690 Putative uncharacterized protein 10.21355823 10.64856742 9.940582611 10.37229669 10.32470322 11.24846188 11.3116017 11.50497165 10.52347631 10.58742467 10.45548231 10.25981492 10.55257936 11.41081643 11.42575866 11.7079655 10.27776644 10.09133406 10.44100653 10.14321161 10.19586768 10.1966609 10.90417664 11.14630372 10.23037092 10.17021398 10.49828558 10.46258196 10.25098512 10.73334216 11.21356012 10.87033053 +LQ09X007700 Putative 30S ribosomal protein S16 5.766693863 5.970789895 5.769753066 5.610887983 6.165351926 5.474818164 5.707781015 5.603788158 6.009453587 6.219922055 5.722171487 5.416883648 5.934541162 5.855345941 5.70809405 5.707536712 5.620370524 5.673777545 6.124037844 5.843592482 5.361202549 5.863794513 6.718360374 6.081719764 5.749356186 5.874808281 6.030784814 6.468318135 5.749579684 5.561338915 5.584728805 6.414934736 +LQ09X007710 Nucleosome/chromatin assembly factor group 11.46460088 11.88981624 10.80930162 12.39102403 11.47421087 12.30721145 12.64023616 12.38046777 11.55436357 12.29151883 11.00630035 12.80217359 11.48202306 12.2972624 12.61492969 12.64639763 11.99253521 11.86787581 10.92447084 11.42269206 11.13400764 11.89408876 11.4101991 10.83466899 11.76655079 11.96113347 10.99998118 11.24102816 11.10567301 11.72646976 11.44543308 10.91183682 +LQ09X007740 Predicted protein 5.264917077 5.043217908 5.234403481 5.322287466 5.36937824 5.100791965 5.357584736 5.260095428 5.451530698 6.0359829 5.789640348 5.256739013 5.348194689 5.194808649 5.78120766 5.419714859 5.138489363 5.616776852 5.611498763 5.253214891 5.612790523 5.453095548 5.414201346 4.784490237 5.371098099 5.617598144 5.990894429 5.376809504 5.130181509 5.56061603 5.178432845 4.858488781 +LQ09X007750 Predicted protein 11.75745441 11.87492454 11.5564318 11.70085954 11.76546562 11.84701389 11.83326365 11.65640671 11.85819124 12.14021258 11.74801264 11.65723891 11.66098413 11.77247198 11.85456825 11.99370943 11.10405954 11.79388241 11.36707672 11.13491568 10.95721581 11.16586283 11.36462721 11.19167705 11.35231481 11.23565077 11.3744894 10.43615432 10.82881628 11.36461207 10.82161276 11.25593852 +LQ09X007780 Putative Translation machinery-associated protein 22 11.80486674 11.96508736 11.72635818 11.85850701 11.6682279 11.90994754 11.67142827 11.60142992 11.9002473 12.07246832 11.92886157 11.87050932 11.85668046 11.96839988 11.81391004 11.89934802 11.64022551 11.66722173 10.85928036 11.91146526 11.49165295 11.96244847 11.32098701 10.93686192 11.78518369 11.62289002 10.94642685 12.11971287 11.52102124 11.89082536 11.3988417 10.84895837 +LQ09X007800 Putative Genomic DNA, chromosome 5, P1 clone:MHM17 5.138666762 5.90934578 5.002907435 5.263891853 5.138323675 6.234242062 5.795126438 6.013749456 5.092528256 5.714731754 5.155715691 5.860195626 5.390622403 6.260982967 5.57246644 6.467782999 5.286943907 5.088188874 5.312654052 5.48899193 5.528803698 5.213242674 5.312066074 6.484717339 5.027663453 5.107546286 5.202732259 5.14435365 5.650567802 5.690514493 6.070797985 6.275873233 +LQ09X007820 Putative Serine/threonine-protein kinase PBS1 8.926109786 8.402325494 8.894296012 8.177421725 8.693417622 8.85442852 8.465366368 9.408929923 8.322695449 7.173029875 8.580565243 8.248150231 8.188350324 8.469520095 8.834983452 8.507025597 9.861901777 9.447465372 8.702779167 10.04781638 10.06554185 9.288148538 10.03970346 9.842388306 9.464226425 8.803112153 8.053026524 10.42754717 10.34602622 9.823721208 9.765837077 9.702404783 +LQ09X007860 WD-40 repeat-containing protein MSI4 13.34207054 13.90737277 13.0260997 12.5496369 13.35987263 13.03337651 12.88114143 12.97477637 13.55937425 13.93699803 13.20044382 12.6520016 13.04054633 13.1367328 12.86508077 12.91479353 13.31525899 12.50478565 13.16826562 12.71677158 12.91294903 13.16297397 12.79811814 12.84516361 13.82824424 13.08823521 13.35646131 12.50997799 13.34312478 12.90496024 12.93996879 12.93916289 +LQ09X007890 Probable polyamine oxidase 5 11.33899968 11.20796238 10.61646374 9.624989112 9.736057022 8.132902187 8.347859362 9.257423355 11.66948771 11.12049053 10.75964713 9.362742103 9.594691711 8.189677909 8.212601255 8.242800569 10.75326215 10.31839314 10.91266259 9.807679859 10.33528503 10.23272383 9.561770114 9.270491121 11.44885363 10.68251839 10.89957006 9.200225592 10.53917949 8.771023568 9.449335341 8.787184948 +LQ09X007920 Beta-galactosidase 8.833282971 8.735875576 11.2665204 10.95393978 11.68282952 9.823247111 9.983242912 11.2702939 8.696577752 7.967076161 10.83681317 11.07874413 11.65029957 10.20304387 10.31421736 10.70835579 10.28115112 10.93700577 11.00535556 11.57766833 11.79235457 11.47681601 9.900150388 12.12676501 8.764060381 8.832572282 10.80048129 12.29464743 12.2798785 13.39876303 10.46031747 12.75247604 +LQ09X007930 Putative uncharacterized protein 12.96416578 13.18814603 12.9922316 13.45740041 12.87021332 13.85838552 13.53363404 13.41393178 13.04618204 12.97347454 12.90622396 13.55437198 12.90237032 13.55499909 13.20235818 12.51576134 12.76130227 13.48715851 13.17494183 12.8644047 12.98950305 13.32966606 13.1724391 12.43312211 13.33712588 13.58708489 13.38054296 12.84415838 12.8783604 13.48852376 12.94495057 12.42617133 +LQ09X007960 Putative Glutamate-rich WD repeat-containing protein 1 4.864744331 4.920885152 4.817363955 5.08172722 4.944735954 5.06082447 5.08506454 5.0356041 4.884235921 5.306753934 5.060750115 4.475756934 5.177132536 5.109280355 5.363828733 5.087137109 5.069420271 5.365401233 5.343932236 5.145878622 5.332193074 5.144007426 5.708647573 5.060887838 5.297641786 5.048103325 5.423330105 5.460624193 5.319540875 5.237585401 5.987782574 5.481790475 +LQ09X007980 Predicted protein 5.265633874 5.540152534 5.408809364 5.126577407 5.002795317 5.144284351 5.034652569 4.948991699 5.122098486 5.907980649 5.372837638 5.090312583 5.447976791 5.279845472 5.103807736 4.983221149 5.338514102 5.425136092 5.580279414 5.515746187 5.369283658 5.167023505 5.350174987 5.255596472 5.149188887 5.484631489 5.725399829 5.414215974 5.843997006 5.157017571 5.826424972 5.152618159 +LQ09X008020 Putative Cytidine deaminase 5.019055119 4.731164032 5.196711786 5.111224207 5.070511126 5.139333815 4.868942961 4.906462953 4.650443891 4.954688284 4.87882294 5.029876333 5.143147128 4.890794591 4.881476614 4.701660212 4.562768198 5.111711393 5.346837339 5.132521594 5.539076418 5.240023502 5.130331802 5.069065934 4.920091104 4.95090366 5.129702758 4.960950765 5.41141722 5.077299316 4.896209443 5.179827198 +LQ09X008040 Predicted protein 6.612320938 6.409957747 6.715280589 6.337494221 6.713478513 6.636169412 6.084136745 5.908633966 6.624922621 6.140804257 6.79988933 6.522388827 6.624307861 6.472521339 5.84041648 5.930246414 6.311146061 6.288443424 6.229062482 6.356661307 7.249995527 6.568131436 6.703724036 6.824856387 6.377469629 6.544443354 6.195239241 6.27210398 6.838828987 6.493748251 6.544715522 6.556755547 +LQ09X008060 1-aminocyclopropane-1-carboxylate oxidase 10.63548024 10.8737588 9.629422418 8.827940786 7.08963616 5.74799267 5.311114514 5.205415508 10.43672323 11.66510432 10.17762768 8.566818546 9.365358507 6.033152349 5.543123315 6.200002648 9.339177501 5.930106886 6.892585321 6.358969068 6.571473646 6.277026572 5.120337894 5.321160588 9.776918764 6.999227865 5.886456527 6.065704838 7.740795801 6.028723904 5.147048498 5.575829712 +LQ09X008081 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 10.67392349 7.084275856 10.43255803 10.26396765 9.611144399 10.11361701 8.902322547 7.979147402 9.70455344 9.151412326 9.851642395 10.54868269 9.474551158 9.875940298 10.1028383 9.578398038 9.283453313 9.64123467 8.660178156 11.34430621 10.82991902 8.336720135 10.3877755 9.563509411 8.677549438 8.255923855 9.232499624 9.567484657 9.409750519 9.262149893 7.498405604 10.64992595 +LQ09X008110 Putative Transmembrane and coiled-coil domain-containing protein 3 5.316788702 5.278226839 5.325415275 6.251393027 5.613435154 5.30426332 5.345180783 5.163404953 5.424121616 5.526052555 5.519187655 5.76339441 5.364672216 5.002374014 5.370985871 5.419507499 5.280348734 5.012577117 5.467092677 5.333838851 5.939216535 5.347331871 5.488805455 4.814737172 5.131571069 5.080429437 5.977064549 5.606751165 5.343361803 5.256830243 5.446411779 5.555722669 +LQ09X008120 Putative uncharacterized protein 13.03567324 12.1487625 13.17571023 13.3581709 13.14709596 13.2079124 12.65333477 13.22128086 12.69723069 11.51084237 12.74225049 12.96380739 12.38812873 12.91548815 13.12091068 12.53556978 12.53959831 12.7935267 11.12535807 12.55506668 12.55072181 12.4504459 12.44056072 12.36233712 11.09906795 11.94129875 10.92782094 11.96871655 12.54533908 12.60378208 12.4170163 12.53919569 +LQ09X008140 Putative uncharacterized protein 7.679086096 6.137545467 6.142428237 7.56810119 6.503690428 7.657440357 7.689513619 7.61980463 8.797029305 7.185722964 8.448493187 8.517646801 7.047793279 8.223929083 5.953025235 8.443071924 5.790823181 5.4444462 5.700947858 5.956330597 5.60781495 5.521081904 5.089772039 4.780282039 6.670369423 5.668130505 6.136550575 5.765224268 5.200050631 5.215035813 6.448619509 5.564867468 +LQ09X008180 Putative Graves disease carrier protein 5.09646158 4.723192597 5.42754726 5.217822845 5.126604956 5.459672623 5.207925228 6.031087027 5.136575037 4.940552345 5.880580687 5.147834863 5.033434579 5.926636646 5.15911653 5.657485732 5.512340529 5.722435276 5.089550514 4.917506705 4.920278333 5.353182422 5.611798291 5.20428536 5.4658967 4.905189618 5.137732221 5.273376129 5.526113989 5.407512563 5.097974865 5.202474621 +LQ09X008190 Putative Probable phosphatase phospho2 9.891282739 10.51300343 10.03503906 10.50128388 10.03952421 11.07039001 11.33156723 11.535491 9.703284584 9.872927573 9.756653314 10.29975315 9.899432095 11.21882341 10.33912294 11.25345263 10.91328786 10.65387072 10.92756522 10.02072859 10.2900704 10.36436923 10.70650378 11.10864833 10.53440153 10.05811614 10.9114346 9.572132469 9.845051134 10.6031862 10.67902259 10.81250045 +LQ09X008230 Putative uncharacterized protein 6.070794079 6.064913796 6.374399071 6.016820822 6.029308948 5.322238083 5.447837259 5.122360147 5.852570159 6.009933607 6.578261031 5.580003592 5.805718548 5.308780226 5.308468206 5.32125517 5.709593651 6.388495511 6.079807123 6.347296489 6.27322955 5.915587101 5.957609452 5.320533302 5.64571931 6.140006423 7.103273411 6.223395021 6.38840556 6.023659036 7.179779113 6.330343333 +LQ09X008240 Probable protein arginine N-methyltransferase 1.1 6.368632091 7.001595812 7.146550062 6.436659654 6.636571676 6.425401232 6.002142927 6.008289599 6.531357698 7.10512618 6.476225735 6.493160799 6.876726778 6.131529054 5.671449778 6.093855803 6.38276529 6.624300745 6.482524135 6.374589555 6.726365334 6.717832535 7.900195431 6.306319895 6.527404779 6.524026031 6.375218806 5.83219605 6.387726446 6.644665029 6.878037936 6.811046679 +LQ09X008250 Xaa-Pro dipeptidase 6.183657447 6.679526683 6.583053656 6.222168494 6.341376786 6.105612281 6.687702065 6.60626831 6.547366008 6.49849029 6.664109191 6.614246071 6.672394344 6.240286373 6.863816362 6.678086699 6.32484601 6.588529152 5.956165229 6.056684413 6.374807531 6.295370601 6.162504403 5.331875901 6.179065136 6.239133442 7.666411299 6.018046979 7.15680872 6.067786773 6.353437832 6.396005592 +LQ09X008270 Putative uncharacterized protein 5.220734463 5.860116212 5.631850778 5.374820782 5.271220736 6.387608804 5.551859915 6.056692843 5.663171963 6.710583013 5.980236591 5.49706849 6.051460682 6.594186339 6.276628306 6.410014515 5.812840604 5.530381161 5.818832242 5.456537579 5.254913055 5.59205929 6.069341809 6.194558628 5.768809791 5.50157805 6.079865142 5.283855296 5.670184775 5.563743695 6.179700171 5.684868765 +LQ09X008290 Hypothetical protein 4.823311548 5.134075302 5.191805579 5.32335889 5.11952479 5.526186765 5.342352285 5.23164574 4.859553426 5.607746529 5.368221136 4.882442593 5.039549178 5.061414345 6.020074764 5.109730847 5.151180447 4.971580345 5.048268109 5.096953305 4.701610872 5.237912637 5.76841245 4.846193596 5.271550624 5.14164439 5.100711601 4.973716906 4.823233407 5.159947319 5.038465823 4.830391651 +LQ09X008320 40S ribosomal protein S15a-5 8.5555303 8.170944886 8.675099258 7.6200933 8.625243706 6.559907501 7.35465699 6.929886393 8.539130455 8.362407915 9.041843172 7.865939052 8.994031704 6.902066629 6.709642016 7.356309147 8.070248869 9.101874324 9.448788596 9.034844893 9.454613509 8.563211184 9.313700355 8.612764426 8.207832349 9.228924325 9.780519057 8.76713884 9.044682262 8.544300743 8.983118695 8.601750647 +LQ09X008330 F-box/LRR-repeat protein At4g29420 6.993086914 6.283337939 6.146000611 5.919865201 6.574221374 6.04847248 5.997016149 6.266916037 7.118331422 8.208120284 6.462102531 6.220098656 7.258119351 5.797848608 6.918535639 6.518520306 6.365508882 6.753254116 6.332228695 7.014629091 6.644940449 6.360060318 6.58189106 6.851694469 6.64171806 7.276804808 6.707108784 5.527710121 6.188743751 6.050873772 6.684781265 6.312209076 +LQ09X008340 Histone acetyltransferase type B catalytic subunit 5.166372871 5.418649267 5.314902811 5.127149584 5.00774491 5.376731481 5.123334038 4.930130488 5.579559256 5.73045473 5.14722962 5.197370603 5.377491515 5.079387066 5.851220631 4.879422353 4.804573177 5.008089758 5.356634245 5.632211599 5.166060612 4.907843817 5.242451838 4.927461789 4.746796305 4.831079479 5.365925218 4.801835996 5.161363136 5.118103897 5.148993875 5.039479064 +LQ09X008390 60S ribosomal protein L31 6.267983544 5.220237066 5.632677557 6.145353394 5.864532405 6.61869572 6.402728589 6.128385331 6.131259082 5.296812393 5.515664619 6.330003304 6.311908701 5.948021426 6.227070548 6.126607887 5.649464815 5.834400329 5.801837608 5.17736012 6.10450019 6.220648772 5.581968115 5.244557073 5.74677679 5.64249813 5.822048886 5.362626566 5.548434133 6.29935713 5.289260521 5.732039346 +LQ09X008400 Putative uncharacterized protein 5.665844274 5.414685744 5.407785486 5.490761301 5.505621194 5.429101861 5.243606008 5.215853894 5.464526323 5.708359908 5.395539605 5.021345597 5.21841583 5.208204714 6.022649612 5.337036896 5.684774082 5.294658558 5.43368727 5.175775928 5.501568657 5.242129467 5.412385499 5.372885044 5.437907598 5.702596782 5.71193326 5.233931929 5.564145574 5.298238861 5.808489406 5.130226165 +LQ09X008410 Asparaginyl-tRNA synthetase, cytoplasmic 1 11.46342275 11.65850849 11.16883252 11.03369398 11.61324557 11.09590786 10.97121182 11.38578291 11.62670183 11.96648852 11.40154919 11.03937729 11.82946913 11.33960021 11.12856511 10.88128172 11.04432221 11.07561698 11.56314844 10.78386054 11.18840387 11.51492061 11.48547473 11.65501389 11.57843025 11.27638661 11.97454905 10.76472797 11.900093 11.63954034 11.63433937 11.98536038 +LQ09X008420 40S ribosomal protein S30 15.03921223 14.09468618 14.68148285 14.37937995 14.83174265 14.78286091 14.60969874 14.23837662 15.32639037 15.17992106 14.8866753 14.92162119 14.97815435 14.74193406 14.31909585 14.75749247 14.96628952 14.66557648 14.9168071 14.57312396 14.12610952 14.62324336 14.02972977 14.03136706 14.93821497 14.88248332 15.05116277 13.84453095 13.29505288 14.43254914 14.18235013 14.0992387 +LQ09X008440 IAA-amino acid hydrolase ILR1-like 4 11.44201939 11.22510165 11.47889821 11.511968 11.3839968 11.15901526 11.16602489 10.45082977 11.41432668 11.43754112 11.27634597 11.50033184 11.27821322 11.17440183 11.38111555 10.76614334 11.26908451 11.65395162 11.44170993 11.28828993 11.3075418 11.42549068 10.99380532 11.36045086 11.30234525 11.56238893 11.44250232 11.20204363 11.57427692 11.13962961 10.81170893 11.32989325 +LQ09X008450 Vacuolar protein sorting-associated protein 32 homolog 2 5.243218888 4.862221917 5.47370622 6.071405136 5.420741844 6.021396564 6.056333573 6.374622746 4.946512321 5.348008848 4.747826096 5.598824288 5.395673429 5.529000309 5.854997361 5.968998526 5.432472827 5.683717753 4.958793492 5.569417766 5.00113164 5.403506646 5.08048744 5.769133955 5.085564514 5.340143756 5.178614029 5.808990664 5.181988148 5.17372339 5.138687274 5.385632577 +LQ09X008460 Arabinogalactan peptide 20 5.168561966 5.530449311 5.327648542 5.090770966 5.156314977 5.528744269 5.257832919 5.666761174 5.394688589 5.149987615 5.43351537 5.249203947 5.462400136 5.609890255 5.059585755 6.347498589 5.396950228 5.501232319 5.665906115 5.506060245 5.642238245 5.055223765 6.211253266 6.568439815 5.53337084 5.55930621 5.329733029 5.337559407 5.173195286 5.106830173 6.042982411 5.867687519 +LQ09X008480 Probable LRR receptor-like serine/threonine-protein kinase At4g29180 8.243674382 9.233381615 9.027024478 10.01112905 9.334459943 11.94717145 11.93213318 12.78914462 9.02584038 8.210588435 9.397299802 10.25526632 9.199853892 12.04934629 11.77604789 12.27632125 10.88785456 11.2930754 10.52246023 11.30507973 10.39472607 10.74027892 11.63743796 11.73074651 9.827218653 10.5891335 9.949664929 11.14612104 10.10562108 11.38389002 11.51196934 11.71974645 +LQ09X008500 Zinc finger CCCH domain-containing protein 49 10.07559269 10.2561755 9.761483112 9.132978136 9.055211591 11.17480516 10.90867775 11.62839065 9.456334608 9.513522196 9.548907404 9.143716699 9.450993994 11.0969546 10.66518338 11.81450432 11.99795138 11.4582364 10.14066694 10.09153778 9.726958994 8.797825032 11.07934071 10.62085228 10.04102245 8.86117145 9.318248454 8.896963566 7.804172565 9.043856345 10.50005098 10.58927966 +LQ09X008520 Inositol oxygenase 2 4.91299628 6.508211021 5.381671797 5.792540421 6.691219291 5.010877094 4.885175536 5.147697605 5.398699639 6.213254435 5.442216211 7.2218025 6.544228826 5.157349964 4.972583362 5.143866542 8.417763259 5.084562102 5.684912424 5.964715679 6.2758653 9.105416601 4.905098436 5.835963507 6.529869236 5.372599921 7.390984174 7.534068458 6.462927704 9.424197018 5.308226076 5.292335643 +LQ09X008550 Putative Gamma-glutamyltranspeptidase 1 5.694987541 5.710262802 5.588644922 5.854012632 5.289299244 5.612791152 5.502294704 5.855370663 5.587572704 5.289231881 5.460152409 5.844944853 5.777494468 5.626218273 5.665953243 5.7910121 5.235847464 5.722960008 5.041399755 5.866107911 6.105437963 5.358091709 5.191359771 5.569755841 5.142094087 5.517972939 4.993415588 5.369567461 5.29401855 5.393729987 6.104831803 5.68344539 +LQ09X008560 AP-4 complex subunit sigma-1 13.34205137 13.08118301 12.79674133 12.56884178 12.70772419 11.66946491 11.81152222 11.21376566 13.24695023 13.49107193 13.01589914 12.53330955 12.84557261 11.76004853 12.03818396 11.60561671 12.95100532 12.84504764 13.6308581 13.16120264 13.00918474 12.60614974 12.31891775 11.71237309 13.2667815 13.22907928 13.74357299 12.84452731 12.82711219 12.213585 12.30376355 11.94460801 +LQ09X008570 6-phosphofructokinase 3 12.48847993 12.44057827 12.4363347 11.98096009 12.0415446 12.70526342 12.74663339 12.7666774 12.09061668 11.98962487 12.23688977 11.7232399 11.80843189 12.71803303 12.69489699 12.5203561 12.43474454 11.87117659 12.0798398 11.99869883 11.74248143 12.06589264 12.82365533 12.90848746 12.29491713 11.68082977 12.18808092 11.98424753 12.13839054 11.99735412 12.89097963 12.97227632 +LQ09X008600 Mitochondrial-processing peptidase subunit alpha 5.840586449 5.738439131 5.497921354 6.125261012 5.069990656 5.552107076 5.531427283 4.964626046 6.114543275 7.707103104 5.628750959 5.786716151 5.657770547 5.454766238 7.536047748 5.367213593 5.387568677 5.372492913 6.262513138 6.134340497 5.402003412 5.456706637 5.762265843 5.419268186 5.583534685 5.766198008 6.448085189 5.775751089 5.659510045 5.54961136 5.133246062 5.091379579 +LQ09X008630 Putative Protein-tyrosine phosphatase mitochondrial 1 12.15856039 12.74923353 12.71590648 12.33396911 13.11087019 13.16115852 13.23499959 13.32661103 12.4939793 12.61131575 12.8461861 12.50906262 12.93367896 13.55426791 13.32758294 13.73315357 12.32708013 11.6283473 11.42259536 12.56468779 12.23379818 12.05896212 13.12044784 13.30712471 11.81961988 11.1028257 11.22005769 12.32465771 11.99688281 12.39076523 13.17590434 13.09527011 +LQ09X008640 Predicted protein 13.07971802 12.91934139 12.68961902 11.64598792 12.52956594 7.100904387 5.968859138 6.224925105 13.05456442 12.52839844 13.11481783 11.70603251 12.99856797 7.231481967 6.205644171 6.964065755 12.26523204 11.92814061 11.4186135 12.76112519 12.78122127 12.66588017 6.505058299 6.8527035 12.74196125 12.62842696 11.42277983 11.96910141 12.96105682 10.63185936 5.659023538 5.741825902 +LQ09X008660 Putative uncharacterized protein 10.2831294 10.14964529 9.893388946 9.343636999 10.09951053 7.229644418 7.254621091 7.417307077 10.99669111 11.14495107 10.65517788 9.754132551 11.18458895 7.332251688 7.146464661 7.577507056 9.723635819 10.42898131 10.946994 10.26073943 10.78824149 10.79051617 8.176635303 8.959011029 10.38855364 11.01146294 11.05964544 10.21219422 12.06768552 9.165977069 7.7484722 9.591330819 +LQ09X008670 Derlin-1 11.55002309 11.58429914 11.15014303 11.4065211 10.76307254 11.56704782 10.94177881 10.83994483 11.37919424 11.19160743 11.28623331 11.08801443 10.96932277 11.22522816 10.60098285 10.78881437 11.72364242 11.44171323 11.49816386 11.10222165 11.09426167 11.4896391 10.969409 10.59201966 11.62246017 11.1639498 11.33526052 11.43258071 10.79787245 11.23549593 10.94898138 10.57998579 +LQ09X008690 Profilin-1 7.764240038 7.261681687 6.727681268 8.763876179 7.911152673 9.413947674 9.348049721 9.779868308 7.916470756 6.213939168 7.172396869 8.860278378 7.485928421 9.395706874 9.49218259 9.484802422 8.088697455 6.06957304 6.264543333 5.591320742 5.999966362 7.850866307 7.049350018 5.905096055 7.639665613 6.461350491 5.97149116 6.402386135 6.382564552 8.101446296 6.544004794 6.868589705 +LQ09X008700 Glucan endo-1,3-beta-glucosidase 13 11.91462969 11.5828011 10.31171518 9.473889742 9.705048316 8.429733851 8.220627927 7.131766183 11.72281636 11.32181018 10.39254061 9.50277686 8.939994696 8.182573407 8.288505661 7.579341133 11.27652184 11.30503414 11.74450557 9.949371882 10.87274376 10.49298353 8.402977531 8.348356641 11.6049617 11.65087563 11.69468722 9.482161168 10.67288685 9.502977874 8.263092925 8.680605321 +LQ09X008710 Mitogen-activated protein kinase kinase 6 12.0977923 13.26866627 8.96367972 7.25020245 7.639036753 6.714552915 5.677975236 6.016767301 12.54985971 13.50164115 10.74113399 7.624718487 8.431125722 6.640595653 5.826438661 6.119405144 11.53738699 11.64854454 13.02527349 9.756297974 10.54075149 10.62456601 5.362238944 5.508477844 12.6037034 12.54392231 13.45722337 8.264511375 10.26459568 7.474440893 5.165236628 6.084010478 +LQ09X008730 Putative Arginyl-tRNA synthetase 13.67404643 13.80728532 13.70284844 13.64798771 13.64269056 14.27546656 14.16707418 13.94062404 13.88650039 13.81025174 13.85149476 13.92898886 13.78380972 14.56706799 13.90994357 14.13348555 13.70680966 13.51188236 13.35855516 13.43113752 13.08484757 13.61423377 13.33557337 13.48446752 13.56756132 13.37285817 13.31493777 13.14889022 13.04430826 13.55263542 13.45988175 13.48628874 +LQ09X008740 Putative uncharacterized protein 13.39398709 13.1936899 12.92669954 13.80745686 13.391882 14.05941155 13.68632519 14.27213488 13.00344862 13.37009448 12.57873401 13.73752733 13.18714847 13.63591885 13.31267413 14.37289204 14.85718655 15.151968 14.32949174 13.07658358 13.73675452 14.30803726 13.0044328 13.61661091 12.75160478 12.62197811 13.27360021 13.20654219 11.99704158 13.5749837 12.48793909 13.16190155 +LQ09X008750 ATP binding protein, putative 12.94691343 12.38416779 13.44765534 12.82691874 13.62689313 13.35572996 13.32647485 13.66912654 13.20175965 12.3875646 13.43452539 13.05461683 13.53939058 13.34031258 13.51409466 13.44594257 13.10055664 12.82273521 12.33614438 13.58968759 13.73368644 12.94309978 13.99250023 13.82351048 12.30233327 12.11111887 11.46958253 13.95337874 13.28939041 13.46757691 14.14742049 13.82895314 +LQ09X008760 Putative Probable glutamate carboxypeptidase 2 10.18962261 10.79856045 10.24516195 10.50225808 11.34010679 11.45744927 10.80758131 11.628588 10.58059498 10.3914061 10.48175639 10.66971055 10.49254457 11.55386757 10.97989062 11.99499444 12.5358232 13.26693589 12.04211614 12.11682247 11.18251086 10.15514919 11.98200968 11.53348954 10.65939999 10.15800961 10.3603812 10.31126236 9.428800057 10.48948146 11.64546619 11.38410193 +LQ09X008830 Putative Multidrug and toxin extrusion protein 1 5.548786964 5.088716213 5.672463024 5.125393706 5.586764224 5.43146653 5.119709803 5.837492853 5.331334088 5.227258919 5.203434595 5.332471586 5.862336577 5.514556508 5.335987581 5.897853457 6.693809147 7.923457877 8.254503299 5.527489381 6.299422728 6.029247124 5.048488911 4.995548414 5.877945821 5.332378922 5.954182837 6.229746982 6.039287716 5.896327891 5.604417742 5.133049591 +LQ09X008840 Putative uncharacterized protein 10.75861142 9.96920872 10.49711455 10.45322917 9.89196329 10.37424609 10.19344408 9.857307599 10.96375207 10.82852135 10.67497684 10.55160277 10.54963476 10.21489711 9.957396821 10.05025942 11.37134949 11.43514866 10.36384094 11.55518972 11.82017423 10.79013961 11.62586555 11.35773702 10.8938071 11.43113232 10.14942516 11.74390116 10.78813842 10.73310009 11.49578483 11.10276413 +LQ09X008850 Hexokinase-1 12.50474874 12.86130858 12.99229257 12.66239242 13.57163515 13.60091389 13.80246397 14.00934654 12.70200233 12.81280695 12.92239757 12.97295895 13.65172465 14.03204687 13.87159143 14.47532052 12.86542357 12.80398151 12.94002176 13.12627982 12.83499937 12.68061438 13.97724458 14.44783221 12.25517229 12.37080025 12.91310178 13.22386163 13.19366343 13.6132444 14.2084165 14.44292001 +LQ09X008860 Hypothetical protein 12.66171444 12.10593675 12.7483574 12.83446814 12.53387462 13.36285263 13.12118734 13.47045661 12.92871384 12.40674943 12.86958519 12.91267174 12.51109076 13.22858942 13.23084359 12.98707557 12.21152896 11.63287529 11.6536769 11.97946687 11.3714537 12.17598549 11.6439837 11.75267452 12.30260074 12.11457902 11.41046277 11.96589219 11.65224199 12.42299673 12.2125247 11.87197414 +LQ09X008900 Mitochondrial import inner membrane translocase subunit Tim17 11.40999534 11.83732762 12.18805654 11.47169308 12.38301408 11.25008902 11.6789234 11.73986595 11.52250898 11.54425158 12.11250633 11.68815718 12.34303906 11.72710749 11.25478243 12.14473571 11.05273752 11.17023322 11.56891603 12.1381475 12.22653875 11.81487032 12.27582092 12.71316592 11.46820938 11.33033701 11.86538303 11.93579545 12.62420305 12.00925307 12.29943695 12.57852342 +LQ09X008910 Predicted protein 5.474549025 5.15748895 4.891926378 5.32531315 5.009988315 5.350610956 5.652840893 5.043862053 5.565484791 5.739744273 5.179724861 5.585577331 5.434228133 5.287679721 6.911910772 5.271819982 5.237527995 5.045458374 5.259536488 5.291885503 5.517400165 5.100669819 5.263672544 5.382497461 5.344326114 5.447740596 5.775037055 5.370974679 6.507359105 5.471737945 5.443604542 5.896796793 +LQ09X008920 Ceramide glucosyltransferase 5.715192548 5.487063423 5.719579952 5.606433774 5.666355898 5.268520044 4.900875292 5.186111241 5.974878381 6.232180558 5.718425832 5.182365594 5.641123901 5.548089911 5.098579857 5.104139291 5.296890119 5.542811791 5.643477516 5.458167065 5.717277462 5.66273743 5.121206067 5.607349045 5.906157228 6.03400525 5.358128805 5.758942824 5.993345367 5.498383024 5.398574994 5.25122167 +LQ09X008940 Putative uncharacterized protein 9.061850744 9.785836829 8.23638308 8.414940111 8.82625742 8.789866789 8.597598555 9.030814282 9.323251929 9.837841493 8.662889049 8.820175426 8.9238981 9.019669029 9.211353478 9.325933807 9.508931904 9.28413878 9.706846337 8.808305863 8.029037841 9.686459119 9.443509771 9.154936856 10.21636362 9.900975617 10.61912331 9.120616315 8.556377556 9.194911072 9.511655077 9.182584357 +LQ09X008960 Putative ABC transporter B family member 8 5.310758768 5.468302595 5.012729026 5.062728687 5.137427487 5.03820359 5.046016547 4.952920541 4.941458181 5.299484522 4.963658768 5.134295757 5.027012874 5.096677325 4.955958695 5.105095859 5.190005739 5.034996241 5.304200573 5.344978163 5.39289262 5.156826683 5.128188925 5.822470263 4.847046831 5.323977415 5.670280437 5.596776781 5.253818163 5.230442138 5.413272864 4.976595223 +LQ09X009030 NADP-dependent malic enzyme 11.51116573 12.40154539 12.50493828 11.89443834 12.60677809 11.72881291 12.57236318 12.99724012 11.56280339 12.28611892 11.94654121 11.61778003 12.21829046 11.71129622 12.86608577 12.68895379 11.44925474 11.86081614 11.80972424 11.83670818 10.98531483 11.10165422 11.66793425 12.05369964 10.38905819 10.22597589 11.53902282 10.90827732 11.79329868 11.15520823 12.21828906 12.2726576 +LQ09X009040 Putative Probable RNA-dependent RNA polymerase 3 8.702563238 8.06321165 7.90063081 10.23974504 8.577767291 10.13035943 9.883724465 9.924998256 7.934001019 8.734237381 6.570649313 9.160697512 6.879261921 9.012795351 9.849105457 9.539326652 7.977696422 6.616959352 6.040681419 6.618184937 5.809405763 7.188508775 6.269103398 5.87171496 8.086650663 6.750544883 5.991918903 6.766173799 5.830687405 7.196197577 6.342276317 5.79425034 +LQ09X009060 Golgin candidate 1 5.428689135 5.195697114 5.069213683 5.363452066 4.835191592 5.28524137 5.285472665 5.072715327 5.407553715 5.329053712 5.133462779 5.536783035 4.949340683 5.33915551 5.588317308 5.28855894 5.164523731 5.098511714 5.333626563 5.176484808 5.238130509 5.376158187 5.015010539 5.060737125 5.018572367 5.711380896 5.841904773 5.330462088 5.484394634 5.032170856 5.551853914 5.034767622 +LQ09X009070 Putative uncharacterized protein 9.552956961 10.30238014 9.964465893 11.73468134 12.17499112 12.9904351 12.59336078 13.38799497 9.927775775 9.741344738 10.36809254 11.74851472 11.99404044 12.94834969 12.68338311 13.18359077 10.64174859 11.37697119 11.06606302 11.94029819 11.90596247 12.98371862 13.31648088 13.40387281 11.7309248 11.52415529 11.23555713 12.31320108 11.7164899 13.73503632 13.22768771 13.72198586 +LQ09X009080 Hypothetical protein 5.658585945 5.051901992 5.046228266 5.300149047 5.340504198 5.393692065 5.140830115 5.049444736 5.133683895 5.526676669 5.15519204 5.16324806 5.276517472 5.193903724 5.940707107 5.192634427 5.016152703 5.192062395 5.502739132 5.210054832 5.412022625 5.158190307 4.8376649 5.182788742 5.109454529 5.440764258 5.29627799 5.068432252 5.893600812 5.260446501 4.810900381 4.998416295 +LQ09X009090 Putative Lachrymatory-factor synthase 12.21621825 11.72572454 11.06502269 10.76142585 8.429150182 12.32598589 12.09170811 12.15317698 11.82739186 11.2128866 11.33681967 10.30399477 8.08854177 12.32837788 11.49183256 10.80545104 9.593218925 10.26065188 8.782042971 10.44345411 9.582077208 8.160315116 9.89112256 8.476392316 12.81156996 11.43985537 8.778730281 9.485249825 8.806898047 6.763654656 10.16715537 6.603946724 +LQ09X009130 SNW domain-containing protein 1 5.398763959 4.980690157 5.239366152 5.075708122 5.004645611 4.879994625 5.258351383 5.04250379 5.70850989 4.67992619 5.414360835 5.079682244 5.489297095 4.935140748 5.14512842 5.256872091 5.062480857 5.035243843 5.092432114 5.066762168 5.24869013 4.823201696 4.965915052 5.058794988 4.954696311 5.213201411 5.069253114 4.908413856 4.88616928 5.112231777 5.093055362 5.301609468 +LQ09X009140 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 12.13867072 11.54732134 12.22802833 10.97198634 11.45194725 10.25446839 10.24696586 10.1877774 11.9551949 11.68570931 12.14274117 11.1122105 11.41846865 10.22418046 10.1316293 10.16239792 11.94280199 11.13739 11.78176631 11.62738535 11.56366665 11.28954335 11.45713888 11.44242564 11.80948124 11.19993733 11.78948932 11.86941681 11.88068842 11.34828004 11.17886093 11.44471477 +LQ09X009210 Putative CRS2-associated factor 1, chloroplastic 10.64669454 10.70090524 10.65121334 11.33734345 11.12781943 11.71691937 12.21240762 11.90180293 10.75568273 10.59792356 10.68620142 11.55896152 11.06747349 11.98005333 12.20309583 12.45058923 10.78105469 10.93437054 11.13576991 10.88273847 10.95451938 11.2015142 11.75197628 12.22682705 10.92613545 11.15147944 10.87512209 11.59412518 10.73240108 11.4381997 11.95759874 12.0717993 +LQ09X009220 Sugar transport protein 14 5.793257946 5.743092114 5.804438192 5.650612276 5.469754097 5.980380244 6.198428843 5.94568742 5.534329799 5.374368509 5.723618582 5.732513453 6.00329619 6.360521188 6.423472964 5.919016147 5.645791363 6.057875886 5.884750892 6.000055334 5.598586781 5.408600875 6.069917097 7.068129015 5.69993593 5.902228128 6.038876977 6.192701607 5.50255849 6.024277625 6.345231713 6.176435385 +LQ09X009240 UPF0737 protein mc410 10.77317584 11.27427321 10.91394584 9.94254674 11.32204984 10.6199195 10.37904369 10.96964547 10.92992323 11.16351222 11.07739745 10.19816618 11.33506634 10.74323978 10.85293992 10.67612783 11.62130158 10.97149069 11.56822327 11.23940276 11.12614866 11.37091447 11.34516 12.06811865 11.26760891 11.26307429 11.90791699 11.20079981 11.69605351 11.86926018 11.72749329 12.44132247 +LQ09X009250 RING-H2 finger protein ATL4J 5.60560798 6.033425011 5.325969864 5.451997345 5.151380876 5.55912755 5.088664103 5.931568662 5.672716262 5.244828063 5.280941986 5.357270605 5.306033042 5.316456682 5.398947653 5.341503477 6.424479812 5.7817905 4.958731129 5.513833283 5.280204028 5.388223949 5.387736547 5.369242733 5.530915801 5.7121363 5.040299798 5.009271326 4.903869291 5.473855443 4.968409407 5.242312563 +LQ09X009260 Protein phosphatase 2C and cyclic nucleotide-binding/kinase domain-containing protein 11.36699871 11.12273218 11.99045192 11.1510035 11.7960975 11.26193297 11.11538813 11.29437946 11.52678272 11.07413873 11.93591134 11.36763783 11.76264182 11.28769566 11.24163883 11.18106713 10.64982338 11.06231404 10.33697424 11.51095152 11.65477709 11.67473715 11.01452709 10.99719587 10.84288492 11.42770705 10.215655 11.44337986 12.14509716 11.65493058 11.35006611 10.89076225 +LQ09X009270 Probable lactoylglutathione lyase, chloroplast 11.32007001 11.45126313 11.89806863 12.29345968 11.64722503 12.68540599 12.51166695 12.33514063 11.23271713 11.25475432 11.62546679 12.04098656 11.81624072 12.64098433 12.50333212 12.2590014 10.83794295 10.94522366 11.48405658 11.38280972 11.47145286 11.71458573 11.67670235 12.45860776 11.2794426 11.29184623 11.74020652 11.54533998 12.0822322 12.25713607 12.1189126 12.26882935 +LQ09X009300 Casein kinase I isoform delta-like 5.016595914 4.995558154 5.13569445 5.006581071 5.561071496 4.811208815 4.736964998 5.064218708 4.973400582 5.111891615 5.374886345 5.071909186 5.084936034 5.102436302 5.020763854 4.863156507 5.519808873 5.536397791 6.153990042 5.931276535 5.661689803 5.011055589 6.726993814 5.780608053 5.710254233 5.521540777 5.437753337 6.867581995 5.751843869 5.224687989 6.963409907 6.850350666 +LQ09X009310 Hypothetical protein 10.83357708 10.78610031 10.56548082 11.35082774 11.14771631 11.7158552 11.66291177 11.94010111 10.58681057 10.19330908 10.5315715 10.93315538 10.80648696 11.45232684 11.78792618 11.22201644 10.74251137 10.98171849 10.75781564 10.61726055 10.44137683 10.91617127 11.32429075 11.55006308 10.71859234 10.84523941 10.81231348 10.66236558 10.64822216 11.47726342 11.39986572 11.72011339 +LQ09X009330 Putative UPF0546 membrane protein 5.554753946 5.13760742 5.354383653 5.261661168 5.684467658 5.265267447 5.068644305 5.539205766 5.523650227 5.348904193 5.319901492 5.66416007 4.868965316 5.194069995 4.82709807 4.780509584 6.154857781 5.926915972 5.472563494 5.344925153 5.511187409 5.023340916 6.244988242 6.105837723 5.565128147 6.301044837 5.290282905 6.988246681 6.008722705 5.066550086 6.169713311 6.634111466 +LQ09X009370 Elongation factor Ts 12.52566131 12.72834018 13.08278668 12.8873278 12.47343693 14.10458004 13.78747006 13.74306774 12.6242374 12.35853902 12.99279668 13.0987707 12.85286162 14.13409429 14.27293033 13.60618669 12.22786866 12.38622054 11.54076085 12.10655227 12.7457595 12.3197035 13.34596018 13.49265177 12.27965337 12.62889786 11.89268719 12.56250431 13.10290137 13.42021856 13.57890307 13.31495037 +LQ09X009380 Methyltransferase-like protein 5 9.211149188 10.22909739 9.221285398 9.308714429 9.260879003 10.54360012 10.35828637 10.84226416 9.651582801 10.22594433 9.647531305 9.711280749 9.518682429 10.71672965 10.4004916 10.74280102 10.82284296 10.50047209 10.79784018 10.32902247 10.48147222 10.37523724 11.48393351 11.18978905 10.97467555 10.8847795 11.18921957 10.46426272 10.38646335 10.33382402 11.24582242 11.18391975 +LQ09X009390 DNA-directed RNA polymerases I, II, and III subunit RPABC1 13.05798895 13.14107892 13.35960255 13.79232718 13.03122431 13.83008328 13.66408303 13.57871908 13.18105986 13.37745535 13.44224228 13.74652482 13.02069336 13.88097544 13.86545818 13.70459459 12.37726723 12.31568816 11.47954583 12.52380962 12.36614738 12.58620729 12.53231306 12.65358057 12.41084747 12.66898372 11.44193746 12.29901048 12.41400699 12.6144382 12.56372094 12.61773802 +LQ09X009400 Auxin-responsive protein IAA27 11.2682438 13.09129284 9.984537246 9.563033531 10.35699869 9.656872842 9.020497166 10.03862789 11.89802079 12.42575359 10.61465434 10.21899428 10.56200989 9.940281256 9.674721444 10.86608539 11.7731574 11.53277893 11.4686924 10.26828811 10.32837264 11.18904022 9.211556725 10.15759165 12.61237116 11.95349026 12.1830086 9.838657227 11.27567171 9.152576451 9.304814633 9.616304013 +LQ09X009420 Transcription factor bHLH68 6.068197904 5.889367704 5.572886466 5.469181569 5.432547385 5.716124866 5.481130643 5.676890577 5.793423866 5.892582976 5.974173216 5.254390156 5.327560655 5.617834148 5.318257462 5.68092733 5.31150393 5.788102405 5.666534939 5.49424266 5.579054862 5.654745086 5.852592587 5.06991041 5.553332064 5.764332906 5.879498264 5.18779978 5.353007318 6.007622453 5.625399 5.495474902 +LQ09X009430 Putative Bark storage protein A 5.147925137 5.020956902 4.878408995 5.421486347 4.946284705 4.957388744 4.852001493 5.271405563 5.217036745 5.071230726 5.025288988 5.067689352 5.247887942 5.284316875 5.427076653 5.155939851 5.085478122 5.102797086 5.073809245 5.306736175 5.074918278 5.491719213 4.961302405 5.372058575 5.086947401 5.295950166 5.442683843 5.022633563 5.185222574 5.655534489 4.919537395 5.587980687 +LQ09X009450 Putative uncharacterized protein 4.661483695 4.76347367 4.993372085 4.889157312 5.186111562 5.056333864 5.07972193 5.012633446 4.779541346 4.633935972 5.030670074 5.063915754 4.598425607 5.264023545 5.177361059 4.898642077 4.684322362 4.761075462 5.021160535 4.649034003 5.07128844 4.781195643 6.525121995 4.854480325 4.693641906 4.929147531 4.707907985 4.719769099 5.116718025 4.8966682 5.538660595 5.358659841 +LQ09X009460 Peroxiredoxin-2B 14.34400859 14.30856552 14.05712917 13.79245317 14.1090955 13.62714727 13.6629255 13.56176162 14.25992521 14.69326731 13.99811657 13.8355705 14.17772498 13.45626404 13.64149582 13.58226438 14.34011016 14.82920984 13.74470002 14.72304259 14.49091093 14.45304499 14.34731725 14.45700102 14.50196274 14.63111135 13.5007227 14.16664155 14.34261389 14.01354001 14.25722868 14.52893533 +LQ09X009470 Rac-like GTP-binding protein ARAC7 5.197538851 4.966380648 5.931492371 5.027118844 5.493409615 4.925600241 4.999241657 4.712528714 5.242299289 5.07328982 5.432511227 4.918181064 5.155331221 4.836079072 4.897532625 4.789001937 5.331449002 4.941087052 5.225781101 4.919339241 5.277081841 4.941463367 5.260976056 6.329493803 4.782712854 5.258078712 5.183157767 5.644671105 5.265151682 4.841564696 5.074745832 7.227426148 +LQ09X009490 Iron-sulfur assembly protein IscA-like 1, mitochondrial 5.328462783 5.683929081 5.732182862 5.5429563 5.490165096 5.127272303 5.374297256 5.4515372 5.746899393 5.859238752 5.569117848 5.740923306 5.644604957 5.1430225 5.620670225 5.433731694 5.691660775 5.669777852 5.661769254 5.720470051 5.769012509 5.306877097 5.739514471 5.874148608 5.265943028 5.749704618 5.515612175 5.691185005 6.050250966 5.405742098 5.7198623 5.475418815 +LQ09X009510 Probable plastidic glucose transporter 2 11.69282052 11.87791239 11.90579512 11.05994759 11.70270069 11.40200541 10.54965061 10.85887923 11.29516295 11.82236442 11.60699722 10.84624119 11.72587159 11.02076391 10.39501868 10.72731999 11.93095191 11.70299915 12.31848961 11.61792096 12.07814225 11.89484007 11.53545309 11.6611857 11.8985274 11.57681102 12.37063039 11.57453997 12.55667185 11.9431914 11.30026739 11.76502312 +LQ09X009540 Peroxisomal fatty acid beta-oxidation multifunctional protein 8.631296744 9.125044368 8.282757441 9.222841956 9.493006096 10.10373018 10.51814876 10.43311127 8.761356886 8.492330493 8.348582026 8.989090194 8.958210685 10.29884018 10.29582127 9.97229219 9.830506369 9.075104806 9.947563677 9.618478967 9.411942394 9.239816513 10.68137563 10.90538954 9.271312721 8.821114221 10.04094119 9.041922708 9.847049292 10.00321882 10.94477178 11.14129577 +LQ09X009560 Pentatricopeptide repeat-containing protein At2g32230, mitochondrial 5.252689187 5.103399879 5.303548391 5.076647671 5.255130437 5.421052022 5.547168123 5.27919133 5.06808712 5.081906776 5.296062792 5.206538974 5.447279001 5.810667973 5.720772141 5.15833965 5.054137157 5.227978521 5.653347141 5.03460818 4.913019733 5.277515367 6.167192352 5.247479808 5.316160174 5.172596842 5.244145995 5.762777497 4.929692789 5.067962201 4.946379739 6.253116262 +LQ09X009570 Putative Probable protein ABIL5 5.88649563 5.907429814 5.928689419 6.162460422 5.974364931 5.168772916 5.267659294 5.105994435 5.98500394 7.114121842 6.963358212 6.230736057 6.717064858 5.207364155 5.191993259 5.242736227 5.395052178 5.199143541 5.202904376 6.663567323 5.60336449 5.56475483 4.664252955 5.452786909 5.510084405 5.575339382 5.231903203 5.439537604 5.491429996 5.482336403 4.878772427 4.944857451 +LQ09X009580 Aspartate aminotransferase, cytoplasmic 8.964133225 9.443470584 8.647016922 9.350126796 8.602162769 10.21704622 9.874062296 9.375795551 9.185062585 9.710589198 8.832813895 9.419005837 9.158206165 10.22990151 9.462059293 9.90901171 9.853377481 8.794433021 8.971218611 9.505349659 8.951665382 8.933676629 8.614160309 8.76860877 9.275484168 8.698674638 7.858505832 8.90360877 8.654662373 8.585544427 9.167463902 9.187203866 +LQ09X009600 Putative uncharacterized protein 5.497507778 5.295655208 6.575612387 5.444567663 5.898724206 5.680057234 5.785005678 5.433438214 5.562819525 5.404509379 6.185331217 5.548312232 5.590789928 5.484751186 5.539142848 5.813970767 5.977994408 5.705501493 5.028379135 5.775235981 5.235896306 5.603165963 5.704183529 5.590478846 5.819149558 5.580455905 4.921253764 5.424138871 5.189586368 5.734759607 6.058815984 5.630504822 +LQ09X009610 Dynein light chain 1, cytoplasmic 9.502516406 8.715655922 8.664834395 9.703056002 8.274686995 9.399889674 8.753986122 8.158217268 8.81935294 8.109434629 8.431710625 9.064586714 8.908120166 9.247288284 8.464569211 8.775640735 10.94903002 11.76662618 8.985347166 9.273867932 9.472435524 8.014134513 8.34909245 6.831585225 8.744558265 9.100936781 8.01490404 8.271345687 7.404066152 7.850722561 8.204117961 6.641980306 +LQ09X009650 Putative uncharacterized protein 5.263923937 5.744881478 5.564870422 5.728898053 5.620583239 4.865944287 4.963910721 4.886919457 5.48781994 6.696513345 5.942497719 5.417991448 5.165458268 4.760502647 5.464595811 4.875052593 5.41038804 5.376402408 5.813670211 5.659709298 5.73482975 5.518993608 4.948036335 5.390332912 5.607036875 5.483408631 6.018815507 5.523073368 5.842606775 5.460549867 5.143870498 5.539856411 +LQ09X009660 Chloroplast processing peptidase 12.79278442 13.37146873 12.87262129 12.92463628 12.58055892 12.73635787 12.83364052 12.66825053 12.99208246 13.70584948 13.03602622 12.82998264 13.07182299 12.84557557 12.90390611 12.48289337 12.32834035 11.92424375 12.89425697 12.41046355 12.23303319 12.91824566 12.41559828 12.99840028 12.95569284 12.91857754 13.34620782 12.52452125 12.95765932 12.71783399 12.65276932 12.95350888 +LQ09X009680 Putative PXMP2/4 family protein 2 6.185912455 6.042167459 5.404271669 5.813918351 6.705886646 6.692508726 6.204544402 6.40700577 6.101861941 5.552443968 5.633539808 5.828233203 6.084996662 6.301247483 5.89125769 6.127601828 6.707062025 6.302504946 6.711502534 6.476715143 6.671979421 6.329099955 7.23497124 6.232643206 6.75150671 6.653018601 6.716059103 6.528017806 6.217696251 6.617766144 6.456265539 6.266972833 +LQ09X009720 Putative Probable serine/threonine-protein kinase At1g01540 10.3367062 10.15361659 11.31012173 10.00717308 11.25286762 8.411274706 9.07548882 8.608679923 10.2937503 10.41469343 11.08014072 10.1516675 11.65700098 8.410732355 8.542535583 9.104297613 9.234144024 11.09217075 10.91444928 11.50258614 12.08892342 11.75219999 10.44786122 10.37738455 9.57497432 11.16601194 11.24716017 11.55503687 11.89394715 11.50915643 10.21853665 10.40518815 +LQ09X009730 Probable chlorophyll(ide) b reductase NYC1, chloroplastic 5.831537392 6.000981246 5.518736903 6.564403198 5.849333217 5.982212271 6.428940936 6.057433946 5.938849472 5.658110437 5.822066699 6.266029961 6.013100643 5.985750897 6.784557518 6.372556994 5.895338069 5.630656577 5.814383155 6.127473037 6.183020701 6.008744717 5.694881957 5.565204223 5.905463054 5.909634382 5.366620224 6.26694036 5.946663209 5.740342107 5.859504699 5.824182006 +LQ09X009760 Polyol transporter 5 9.012181188 8.75579259 9.768115547 8.725746706 9.865170437 7.583953995 6.73389312 7.790709107 9.657647218 9.618596284 10.14903941 8.767195002 10.15280227 7.667672153 7.027818177 7.246491201 8.568523844 7.91531938 8.460071794 8.878603866 9.202404588 9.43420329 7.225063209 8.269295824 9.269146934 9.203631913 9.106034082 9.409035535 10.47828652 8.851276396 7.463724064 8.696232283 +LQ09X009790 Putative uncharacterized protein 7.057680727 8.455192514 8.468801807 10.06781581 9.749094797 6.804771749 5.690190927 6.525802797 7.986077942 7.902518009 8.554270342 10.38034493 9.367535121 6.98337625 6.925958143 6.996431975 6.97959825 6.745132813 6.419957829 7.866584116 8.103520446 9.034193729 6.488634521 5.489173089 8.130967135 6.918098185 6.497137757 8.81101865 7.847108207 10.9391568 5.9446772 7.081803219 +LQ09X009830 DNA binding protein, putative 10.36920218 11.78422769 11.36734486 12.14320855 12.73061234 11.70301819 12.348539 12.79441753 11.22188295 11.40933049 11.83006427 12.29836074 12.60910556 12.36140203 13.09517211 13.39868047 10.04382357 11.21453367 11.07961208 11.97025375 12.218279 12.83061249 12.71610089 13.35059007 10.62957695 11.02932691 11.07722725 12.39699656 12.81444706 13.69250915 12.72586427 13.75823307 +LQ09X009860 Putative Ubiquitin carrier protein 11.42682745 12.26769333 6.750590536 5.555118584 6.628785116 5.28730053 4.996331128 5.251918461 11.37694706 12.12670361 9.144762438 6.070729312 6.503469142 5.15075585 4.924486918 5.286119576 10.79436808 10.5973414 12.48785695 7.180105471 9.452027984 9.946901284 5.69795561 4.99046355 12.35463564 11.79277805 12.94611117 6.114659092 9.275234654 6.489995797 5.473089546 5.58065037 +LQ09X009870 Hypothetical protein 10.91308143 10.18522558 9.816187557 11.46548224 8.873635121 12.34669852 12.52856743 11.57802889 10.17554693 10.36089647 9.415656959 11.37228612 8.573424525 12.17691257 11.64379695 11.58254811 10.9460179 11.0840268 9.829422898 8.97050853 10.5384735 10.29932624 11.38430308 10.31803643 10.89974228 10.80822081 10.38081281 9.155406435 9.141602125 9.712884302 10.4069462 10.24647608 +LQ09X009890 Predicted protein 5.769300444 5.325010437 5.221000491 5.232389508 5.777164736 5.050169827 5.305795865 5.428914778 5.555421903 5.256207298 5.978594266 5.601630712 6.173271095 5.512653007 5.08834762 5.251209129 5.637076318 5.551565892 5.805518981 5.37818435 5.520698442 5.357626662 4.821911911 5.631434622 5.698334853 5.984701417 5.875874994 5.037740063 5.498965283 5.102182804 5.517408875 5.628377282 +LQ09X009900 Putative uncharacterized protein 9.404724684 8.987645074 9.089789761 9.953835125 9.645123932 8.835717524 9.151334242 8.742066434 8.863106078 9.472862886 8.164661695 9.339836406 8.771175326 8.242565826 9.304822088 8.004016026 9.863264406 9.984506599 10.48565391 8.343789888 8.078262788 10.12130261 7.118502686 8.549856391 9.936125238 10.40809293 10.23189014 9.116503538 8.588000387 9.764930745 7.310910168 7.41284926 +LQ09X009920 Ras-related protein RHN1 5.011290589 5.036434902 4.732769003 5.000799759 4.596390284 4.844926591 4.891721058 4.563521112 4.773551728 4.931834427 4.650844764 4.837214947 4.951448862 4.771973082 5.012855597 4.767278541 4.694189814 4.991588322 5.424315368 5.279775423 5.193008141 5.180444791 5.018224704 5.424404781 4.975988147 5.212164351 5.383003 5.053219477 5.208985694 5.307694607 5.010828053 4.938614085 +LQ09X009930 Predicted protein 14.58191501 13.04678695 15.46352906 15.35281153 15.39871901 15.31876971 15.67468027 15.33198016 14.13447984 13.09563985 15.15342301 15.12207477 15.20253447 15.52824525 14.96383644 15.24082722 13.80304543 15.11186143 14.09959107 15.47010737 15.56208676 14.93800479 15.58262287 15.5979404 13.31693909 14.19393725 14.24616132 15.43694093 14.76085392 15.16339607 15.53606717 15.39254646 +LQ09X009940 Putative uncharacterized protein 14.05323692 13.74230103 13.82703736 14.55384116 14.08653908 13.95693654 14.20163472 14.39883454 13.90955644 13.35461361 13.84618658 14.29736957 14.0566691 14.10005032 13.86857312 14.09371079 13.82134304 14.26528887 13.88708404 13.66543463 13.98008647 13.76724837 13.52572185 13.48239188 13.68192185 14.0286555 13.73644266 13.94538453 13.57334701 13.64568817 13.68348179 13.32556869 +LQ09X009970 Arabinogalactan peptide 22 9.717277136 9.002194214 9.041537677 9.456484171 10.89787026 9.850529957 10.15794133 12.56189263 9.281532476 9.339211906 9.080721225 9.541457935 10.16109042 10.07273512 10.17367012 11.3902614 12.6595527 11.80609462 12.32241348 11.76231773 10.99107904 10.5924482 11.39556946 11.9905987 10.9205595 10.69358057 11.17143886 10.74018485 9.526402099 11.6186897 12.04017418 12.31257097 +LQ09X009971 Putative non-LTR retroelement reverse transcriptase 5.009942628 4.614318048 4.948020845 4.692510027 4.860473392 5.179349799 4.798780437 4.642624247 4.84200233 4.794801072 4.992460014 4.781470721 4.880898864 5.357126558 4.543559953 4.929955387 4.865322971 4.659935338 4.926084138 4.735230015 4.890805284 4.835112732 5.436334479 5.338313435 4.859141065 4.30463721 4.880868298 4.83973974 4.976701301 4.716624325 5.055387276 5.699169744 +LQ09X009980 Casein kinase, putative 6.697478758 6.339684661 5.994637872 6.235296948 6.430855033 6.35270415 6.407581328 6.496979314 7.187264143 6.38635651 6.523321994 6.280499692 6.382762966 6.337218965 5.780874568 6.361700896 6.307960765 7.838748835 6.994536613 6.082230953 6.340268379 6.674359113 6.623159818 6.621270215 6.935890213 7.221354392 6.213960191 5.892086469 5.412435855 6.593221003 6.34898943 6.343047653 +LQ09X009990 Putative uncharacterized protein 5.065189878 5.628720468 5.333942864 5.244036276 5.429464653 5.175153826 5.153452008 4.928448648 5.496763756 5.523565102 5.780615453 5.149547267 5.43258237 5.108271915 5.074393514 5.316667349 4.945491122 5.21961337 5.012536188 5.046345328 5.225489641 5.272683338 5.173477719 5.808464887 5.193574606 5.541543042 5.225772139 5.188285099 4.774055802 5.157037532 4.978684866 5.698480715 +LQ09X010000 Putative uncharacterized protein 12.53814052 12.49326421 12.669713 12.01993719 12.28160096 12.72148111 12.76750558 12.78212436 12.64339077 12.42602983 12.64776544 12.3869252 12.56743617 12.89011509 12.56427354 12.98501138 12.04450424 12.67586606 12.15417388 12.60473024 12.80421311 11.996118 12.62163656 12.75285714 12.3364366 12.55610447 12.33174681 12.26784599 12.62475363 11.96565821 12.89389651 12.749303 +LQ09X010020 Aldehyde dehydrogenase family 2 member C4 10.3979154 10.49762945 9.383597697 11.25026293 11.4487939 13.36827797 13.99246853 14.45526656 10.72436157 10.83191953 10.30334774 11.44433199 10.85685385 14.02736056 14.40754946 14.53136625 11.06062298 10.15332422 11.73501125 11.15045166 10.96120958 11.77272644 14.07560234 13.78211434 11.64771715 11.30772966 11.60385723 11.9413924 10.84025006 12.63737715 14.54247028 14.21550498 +LQ09X010070 Genomic DNA, chromosome 3, P1 clone: MOB24 11.72295181 11.73944512 11.41833188 11.59743927 11.22359917 12.79551697 12.52397108 12.3167295 11.88295985 11.91928887 11.55938594 11.85180229 11.37475257 12.69372258 12.60173682 12.24068826 11.866623 12.10219513 11.52115055 10.99012176 11.12044268 11.01173537 11.87241362 11.37518458 11.83810472 11.85878625 11.57607104 10.65882281 10.82486407 10.93264374 11.742634 11.28502639 +LQ09X010080 Probable sulfate transporter 3.5 6.573574505 6.81486762 6.486600411 5.621045843 6.565903713 5.537851747 5.803608908 5.168849269 6.524186325 6.852109721 6.478956759 5.566110962 7.052574724 5.446339979 5.261285527 5.395631309 6.299432743 6.71898284 7.855999638 7.432195243 7.411969357 6.470472105 6.011144679 6.557967759 6.411281333 6.802030629 7.968147593 6.795894438 6.574082444 6.679803699 6.19227067 6.099850605 +LQ09X010090 Putative Uncharacterized protein At4g06744 14.19545951 13.98661419 14.01029368 14.24132112 14.10722287 11.60593102 11.35294706 10.88385252 14.44228385 14.04686256 14.25142709 14.5186495 14.52059494 11.60429237 12.06962179 11.86299911 14.30651932 14.4533439 14.62049618 14.2306552 14.30189558 14.79911567 10.69553471 11.24136825 14.77312381 15.01052717 14.35943397 14.58826839 14.30482601 13.23440657 10.70253382 11.05714743 +LQ09X010110 Putative uncharacterized protein 4.642574893 4.582864813 5.422512146 4.870027712 4.858715937 5.08582486 4.992268079 5.482877462 4.813797855 4.721196396 4.983002805 4.757298202 4.770599939 5.265434154 4.780313359 5.030517177 4.980636373 5.129615378 5.087658349 5.528827191 5.183733698 4.979276715 6.194809499 5.599701731 4.971720981 4.750113891 5.051563767 5.775413704 5.020294854 5.081148088 6.076029472 6.31862652 +LQ09X010120 Predicted protein 5.519967404 5.149379175 5.534749888 5.126140391 5.020817305 5.254442292 5.63385108 5.475155202 5.316281398 5.186064331 5.119240946 5.348550511 5.277340651 5.765773325 5.554336363 5.598299131 5.063531678 5.158946847 5.374686713 5.207738471 5.452819339 5.169980995 5.209830208 5.238059068 5.338875605 4.928526619 4.909163094 5.16788518 5.317782345 5.291343869 5.180106832 5.339294521 +LQ09X010140 Chloroplast-targeted copper chaperone, putative 5.040102749 5.116631405 6.042321579 4.895333527 5.236272263 5.818164134 4.966245054 5.048883349 4.943547694 4.931850633 5.552978781 4.864261942 5.045683774 5.186163809 4.843415858 4.822496318 5.094923976 5.483076421 5.426533326 5.212735137 5.55058196 4.961670349 5.023448412 5.188948675 5.169790163 5.562504423 5.211180195 5.617367635 4.963472898 5.118935843 5.532052972 4.726202743 +LQ09X010150 Predicted protein 6.045411322 5.7131119 5.403455244 5.942631613 5.691341104 6.057847239 6.054310258 5.951773402 5.678665683 6.066693694 5.882874141 6.367737731 5.647502261 6.611022936 6.122885127 6.34014112 5.988719635 5.57209141 6.042907159 5.217918377 5.877404631 5.55354145 5.484840698 5.488176479 5.888886112 5.503718532 6.210511774 5.902672021 5.675159845 5.532584877 5.659000061 5.718709889 +LQ09X010160 Putative uncharacterized protein 5.004676472 5.249439428 5.801426953 5.093863026 5.948823265 5.280275215 5.024365068 5.163787322 5.263816039 4.839577708 5.839132066 5.123677547 5.920714715 5.475522223 5.125459283 5.341500533 5.644018917 5.111998112 5.204788609 5.491071019 5.612022445 5.344688347 5.898481609 5.295997727 5.433799263 5.504053305 5.441932475 5.969517229 5.366066107 5.346128608 6.427673409 6.115734263 +LQ09X010180 Putative Sigma factor sigB regulation protein rsbQ 11.50676992 13.4528695 13.60699575 13.47158224 14.62604029 14.42063291 14.14846988 15.11667126 12.58229104 13.26365138 14.33788864 14.31046667 14.91097961 14.71574068 14.60253248 14.84866366 14.18375338 12.80894294 13.86762082 14.10934983 13.64613642 14.29209477 14.31933707 14.72157853 13.32911239 11.8777095 12.87314748 14.89553966 13.91404776 14.95552492 14.49932783 14.83122601 +LQ09X010190 3-hydroxyisobutyryl-CoA hydrolase-like protein 3 12.80710413 12.727198 12.65876698 12.43729205 12.73312205 12.5603782 12.43225786 12.4482371 12.77378009 12.71286054 12.57734107 12.49442318 12.8075682 12.55742296 12.347601 12.5539693 12.77316539 12.77496792 13.14953324 12.77813876 12.40574041 12.58786577 13.05029399 13.04759788 12.83414055 12.69492429 13.11639265 12.54696761 13.02017108 12.72581305 12.78440206 12.87809444 +LQ09X010210 Putative uncharacterized protein 4.909145907 5.540157995 5.418576506 4.927430757 5.430999463 4.999699402 5.217501253 5.038146757 5.22359533 5.532747153 5.755245076 5.18214788 5.552053003 4.981797902 4.949623003 5.106314967 5.306856949 5.578145544 6.113660919 5.177707155 5.385192666 5.768886113 5.798431855 5.56675177 5.202288786 5.331952656 5.771731279 5.633998861 5.15465669 5.633306054 5.478293968 5.088581709 +LQ09X010220 Putative DVL 6.729199015 8.950543887 8.417316258 9.459718196 11.39549746 10.57466892 11.80534794 14.14955328 7.279281569 8.506552941 8.139979131 9.74057716 10.37814838 11.00520694 12.27658931 13.01253688 11.5649229 11.64558603 10.79555257 10.46001274 9.656589072 10.20456185 12.18644381 12.83129445 8.917796151 8.095735975 9.547786769 9.306827445 7.596009642 10.86740202 12.35831496 13.10184075 +LQ09X010270 Syntaxin-32 11.02958343 11.14028796 11.16021131 10.46068161 10.76175333 10.20369731 10.19397798 9.729791601 11.07913698 11.26587377 11.35266665 10.75049246 11.02688096 10.24384689 10.51803092 10.15636378 10.72506875 10.6015107 11.42074333 11.32721358 11.17346763 11.17523581 10.77447132 10.61948765 10.99268706 11.01135965 11.54902885 11.40861061 11.73895002 10.97473345 10.69438212 10.67236583 +LQ09X010280 Predicted protein 12.36058054 13.11452413 9.060378288 7.399889796 8.16447418 7.620836263 6.398949249 6.75723906 12.9950729 13.51764856 10.92150931 8.629291434 8.665881884 7.548935409 6.453867348 7.549238128 11.81116675 11.83665711 12.47408007 10.33464034 11.11143007 11.18465658 5.523579439 6.352339126 12.77662029 12.83127236 12.46335858 7.964582799 10.19178748 6.964327078 5.88816135 6.211606125 +LQ09X010290 Putative uncharacterized protein 5.790830606 5.830538823 5.820770132 5.711210219 5.599302218 6.221411249 6.000788897 5.900406645 5.798618246 5.31784232 5.308970453 5.66075119 5.481822851 5.925313651 5.606794711 6.001599888 5.662881237 5.305159608 5.919807831 5.710523456 4.831116487 5.455236907 5.608200979 5.71697379 5.62420255 5.205233671 5.87476734 5.145469921 5.554084399 5.29018676 5.41515141 4.955919543 +LQ09X010300 Putative Protein of unknown function DUF936%2C plant 5.621190907 5.668644669 5.885676508 5.659638918 5.377295457 5.105888985 5.667345446 5.190096773 5.854323378 5.541600514 5.474401771 5.454097398 5.683745529 5.136019343 5.327279206 5.24392016 5.141666747 5.393756124 5.137794624 5.376127593 5.378843767 5.358169366 5.814850517 5.263585772 5.658882408 5.392022343 5.541492816 5.118890562 5.255451865 5.610715314 5.551274438 5.749994759 +LQ09X010310 Putative uncharacterized protein 5.897597429 5.767251688 6.176020522 5.777502417 5.533934344 5.726095092 6.110848954 5.952350315 5.687536966 5.878454192 5.540039772 5.396377602 5.691800832 5.693674218 5.963219347 5.999999495 5.736295994 6.107920084 5.59785642 5.906937818 6.115596045 6.074085494 5.820178221 6.217787175 5.944403891 6.01631844 5.778790743 5.481492258 5.404208158 6.220878428 5.800252194 5.795364004 +LQ09X010330 Putative DnaJ homolog subfamily C member 13 5.154376991 5.075536682 5.668908531 5.317043934 5.411715179 5.720015575 5.059619568 5.272187701 5.365863868 5.032428004 5.43701002 5.185212998 5.198132015 5.274647736 4.931774609 5.515486704 5.526921306 5.34368997 5.526386132 5.262760218 5.672879122 5.22863302 5.774037286 6.378229677 5.269512448 5.422337115 5.548497601 5.228709184 5.645750502 5.040875238 5.722810982 5.323849385 +LQ09X010360 Myristoyl-acyl carrier protein thioesterase, chloroplastic 6.69144413 6.59811113 7.174779106 7.079324663 6.33954693 6.890232536 7.391640802 5.897048648 7.273266165 7.412829492 7.071425808 6.97965266 7.073687843 6.958797421 8.571795864 6.284755178 6.253094155 6.450158304 6.874628776 7.597611258 6.716775707 6.42643745 7.318800286 6.178662621 6.615078888 6.056909955 7.332775104 6.4991422 6.404140301 6.129237113 5.976119525 6.430215083 +LQ09X010380 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.01315063 5.251814578 5.158524946 5.630668513 5.410954183 5.574510216 5.301128691 5.27063625 5.815461216 5.57112603 5.333134418 5.888433368 5.446088609 5.264597469 5.330992274 5.398623411 5.116643837 5.740861201 5.439990577 5.451818067 5.176738431 5.385170528 5.206769895 5.504984828 5.370042061 5.877172117 5.357904667 5.585931645 5.637437017 5.392168615 5.141096157 5.558704411 +LQ09X010390 Putative Transmembrane protein 19 11.82108396 11.50129479 12.71239952 12.70520822 12.53830806 13.46030804 13.06215736 13.24150484 11.86957899 11.45678067 12.64672395 13.11397269 12.84027471 13.42580271 13.28252165 13.05733517 12.16474522 12.33867236 11.91981307 12.66504265 12.05435983 12.23764817 12.65245645 12.46739517 11.70696045 11.9953014 11.45971101 12.79445826 11.63071095 12.56913806 12.57420728 12.3727148 +LQ09X010450 Putative Uncharacterized sodium-dependent transporter yocS 5.631600907 5.916854367 5.383304147 5.713946859 5.702682609 5.293251007 5.181146272 5.450261042 6.095368619 6.006132 6.000537338 5.350430942 5.683941555 5.3797367 5.494655365 4.920412329 5.510903437 5.867518326 5.397238757 5.965867217 6.560348388 5.981627488 6.034483295 5.683833701 5.575515917 5.683029052 5.947801417 5.223025337 6.299142425 5.615024653 6.227317887 5.164589348 +LQ09X010560 Putative Glycine-rich RNA-binding protein-like 5.260267083 5.067361347 5.076943174 5.120856216 5.361886065 4.90310675 5.048964392 4.873761378 5.415085305 5.669768087 5.33423152 4.984938935 5.347974165 4.927770318 5.606019705 4.994392686 5.222001957 5.401679425 5.201006181 5.685759591 5.339502939 5.4112599 5.759373929 4.980734011 5.084229722 5.503707383 5.507113508 4.898264606 4.970850246 5.458401785 5.552451219 5.130634115 +LQ09X010580 Putative DELLA protein GAI 13.39881685 13.70563411 13.16083317 13.40289353 12.80042573 13.5225524 12.89135693 12.56889793 13.41725472 13.53603938 13.33367474 13.30864276 13.30345295 13.6143535 12.94488845 13.20562771 12.62159221 12.66509226 12.17706809 12.75909138 12.8059165 13.56160202 12.69033879 12.24226463 13.63764621 13.74923478 12.22088161 13.41619408 12.87898274 13.15085845 13.08404964 12.48232606 +LQ09X010600 GDP-mannose transporter, putative 6.63439113 6.956629056 6.497716823 6.125252422 6.630079297 6.122169687 6.272658846 6.220878703 6.810870499 7.274862931 6.670679171 6.267821891 6.955814419 6.279817058 6.517300833 6.369005121 6.192858624 6.548420272 6.950796386 6.852607274 7.210476215 6.65501968 6.551093221 6.773531486 6.76902674 6.841874323 7.292633394 7.022821497 6.670767335 6.552975113 6.621572557 7.413825377 +LQ09X010620 Hypothetical protein 5.901503341 6.225063007 6.284996482 8.542253183 7.067286519 14.11559044 12.19188309 15.396396 5.751237565 6.013501353 6.375920614 7.581657777 7.123872064 12.83458029 12.28493423 14.47714465 7.057106938 6.789759257 5.854887917 10.82341895 14.14275531 11.83739929 15.2957154 15.05410356 6.799036822 6.830512715 5.471623182 9.287549518 10.37452595 15.45861125 14.07649042 15.28606876 +LQ09X010640 3-ketoacyl-CoA synthase 11 11.91529866 11.96915 11.83901017 11.56916564 11.2659679 12.36154299 11.48172485 10.59777555 11.85841638 11.95296828 11.79457199 11.314221 11.50248098 11.9436233 11.0001928 10.69424016 11.77872545 11.98085781 11.81599242 11.96778956 11.70170928 11.69679744 11.10749104 10.52743738 11.95403258 12.17310852 11.73308966 11.84816238 12.19068036 11.6989761 10.89451406 10.75606343 +LQ09X010650 Probable histone H2A variant 3 6.046993294 5.717092931 5.879069941 6.268348396 6.087453747 6.306119274 6.542292602 6.252181891 6.239691058 6.299986941 5.796442412 6.566084003 6.019410537 6.17493357 6.874450693 5.961817144 6.053475579 5.51815539 5.265724497 6.620731176 7.382199656 6.01361024 5.604319595 6.309262721 5.886589411 6.26492829 5.384219112 5.72819306 6.533881322 6.058461914 6.588599153 5.585914216 +LQ09X010660 Serine-threonine kinase receptor-associated protein 6.96293245 6.137810337 6.384930076 7.774152515 7.395415974 7.990932639 8.492022169 8.062407469 7.110278835 5.926327684 7.741289691 8.121223971 7.401663967 8.117086299 7.341139442 7.804967455 6.256153252 5.742439972 5.841651846 5.793562638 6.213830985 6.395105226 6.149364471 6.938081625 6.115081704 5.892760576 5.920742978 5.38960911 6.143688936 6.781682975 6.641443552 6.044339148 +LQ09X010670 26S protease regulatory subunit 8 homolog A 5.845172016 5.170403492 5.578266604 5.600180502 5.745593409 5.563536871 5.213257034 5.343516727 5.348782352 6.014345465 5.922200619 5.332405734 5.82795077 5.364457588 5.967566479 5.181023076 5.542455541 5.61449467 5.539745246 5.902600934 5.336341046 5.671381934 5.419344325 5.827712953 5.626965061 5.510873551 5.725228886 5.097318296 5.616342329 5.916319058 5.411213216 5.524779398 +LQ09X010720 Predicted protein 10.67313039 10.88875163 11.19612079 10.52303386 11.14089419 10.6985834 10.73137927 10.97714319 10.68128634 10.57782945 11.12450945 10.63371636 11.17103987 10.70460845 10.82739398 10.83974616 10.3544686 10.89070195 9.717065337 11.36466972 11.12015301 10.79377932 11.30811958 11.33456563 10.30914268 10.68395292 10.0030477 11.1740872 11.26808476 10.88029374 11.05797958 11.32739338 +LQ09X010770 GTP-binding nuclear protein Ran-3 15.4912521 15.3369485 15.02880066 15.02009981 15.34686913 14.85835863 14.87035691 14.77438055 15.40584416 15.38539698 15.35890179 15.45404722 15.37947704 14.93562587 15.41922408 15.10386616 15.17628978 15.1089439 15.48129478 15.2766243 14.96984434 15.57369812 15.2601188 15.08805393 15.55257257 15.49780339 15.41395678 15.13439449 15.25468635 15.20073958 15.17489277 15.20513114 +LQ09X010790 RNA binding protein, putative 5.264524606 5.444340125 5.267446098 5.68550906 5.519269768 5.764690697 5.839892286 6.196670218 5.171990552 4.936683133 4.977540271 5.710179567 5.789749652 6.654451832 5.384508767 6.320605267 5.369140282 5.621464294 5.752355495 5.293879823 5.672966633 5.605644811 6.210785034 6.778059275 5.652421884 5.229102341 5.541117986 5.213414188 5.646323281 6.175083147 6.875886863 5.625494728 +LQ09X010810 Probable protein arginine N-methyltransferase 4.2 5.48619884 5.431506799 5.230365131 5.063187581 5.082448523 5.176947638 5.033323907 5.21151854 5.402510322 5.790599031 5.372003623 5.045801461 5.066075421 5.175430832 5.200526183 5.142192716 5.362663803 5.451057488 5.934970292 4.998509335 5.245639735 5.088653246 5.42916385 5.099075385 5.222752443 5.715873902 6.306485207 5.362929953 5.484984695 5.392654004 5.262128518 5.189992521 +LQ09X010830 Putative Acyl-protein thioesterase 2 5.442850244 5.063366644 5.705957009 5.343532119 5.382778657 5.624401565 5.31562242 5.027839591 5.402529801 5.756517673 5.628709029 5.208973795 5.132423765 6.01960459 5.89825533 5.227845968 4.974460368 4.977340261 4.788041958 5.554032817 5.175725746 5.316190517 4.959201007 5.395040618 5.342316544 5.089962514 4.951375957 5.530057171 5.520494079 5.115826086 5.374399737 5.133943461 +LQ09X010840 UPF0326 protein At4g17486 9.995685333 10.01870739 9.223992672 11.60882339 9.798456866 10.62782622 10.89910214 10.80379793 10.45253845 10.61431832 9.963273862 11.87978487 10.6208639 10.49117594 10.7347341 10.89619553 10.36102079 10.42813031 9.625257709 9.305472253 9.0959866 10.88058518 7.579888518 7.917948877 10.59732018 11.14470927 9.523138959 9.767596352 9.013993258 10.42627616 7.35759861 7.131534968 +LQ09X010880 Predicted protein 11.94727313 12.28076429 12.04605254 11.14924321 11.77026071 11.44432536 11.27360484 11.34456527 11.98526255 12.36140361 11.87357717 11.00320213 11.88176631 11.51342868 10.99817568 11.08660899 12.34094843 12.21663551 12.39991875 12.43569458 12.38500342 12.10307381 12.71235964 12.52385275 12.27993386 12.45824643 12.56288509 12.56526531 12.8594304 12.52000363 12.73653587 12.65115245 +LQ09X010900 Putative Chaperone protein dnaJ 5.275531473 5.110947116 5.307795175 5.212200929 5.346451754 5.505368726 5.166243135 5.1095022 5.800688277 5.658861677 5.339958651 5.065150975 5.451405862 5.082832097 5.506495754 5.272771482 5.552487495 5.747796086 5.322872893 5.199666031 5.679921217 5.231560464 5.438065013 5.200839573 5.387494483 5.866625515 5.289837557 4.988937038 5.171437343 5.253492096 5.614493484 5.825573735 +LQ09X010970 Nudix hydrolase 19, chloroplastic 12.91115585 12.62518681 12.72312761 13.59878773 12.51214563 13.6362446 13.48638178 13.39276737 12.86423299 12.44111033 12.71470537 13.40083363 12.74928313 13.67662872 13.19062701 12.95120736 12.51944973 12.78842695 12.32430541 12.41170672 12.27691991 12.89061722 12.33081027 12.33264745 12.73741351 12.76122599 12.23166379 12.79936121 12.68050506 13.05285155 12.31691655 11.90835326 +LQ09X010980 Putative uncharacterized protein 10.68612756 9.961973229 10.91869506 10.1730729 10.8416363 10.54473908 10.45716994 10.1073542 10.92751878 10.54369242 11.33855929 10.60518017 11.06035445 11.0125181 10.86917686 11.23356953 9.734730295 9.622074888 9.698522574 10.88595952 10.83004596 10.31468208 11.61397358 10.81908049 10.20704165 9.698551041 9.600030342 10.82473954 10.81016055 10.61399637 11.570005 10.66011391 +LQ09X010990 Imidazole glycerol phosphate synthase hisHF, chloroplastic 5.785782219 5.526291325 5.254303045 5.533676808 5.621858715 5.332389225 5.852587853 5.581732397 5.637774664 6.399908006 5.691690729 5.629324096 5.690764311 5.646248337 5.977733493 5.590046141 5.589695487 5.704608697 5.532028647 5.600478686 5.432404071 5.618508117 5.404001742 5.655467751 5.688492307 5.651043497 5.762493024 6.390125788 5.533985977 5.622785298 5.19311735 5.961119881 +LQ09X011000 NADH-cytochrome b5 reductase-like protein 11.46639863 11.1531238 11.43747965 10.93018464 10.4047553 10.56079016 10.51680274 9.576495195 11.31838485 11.38412562 11.09959674 11.04965543 10.89227516 10.73340707 10.62646636 10.23963823 10.75044835 11.51568368 10.79379726 11.41902937 11.37907237 10.49204933 11.43474466 11.14651658 11.21177735 11.45711634 11.13393994 11.01068289 11.6629249 10.33284786 11.0741258 11.07005935 +LQ09X011030 Putative Zinc finger CCCH domain-containing protein 34 9.109891538 9.393680681 8.996661323 8.268909467 8.552958252 7.008473105 6.778786045 5.783744898 8.896540553 9.208043716 8.625238079 8.337945653 8.507437876 6.808873141 6.481671186 5.761934436 8.859845902 9.393304141 9.529753862 8.993336438 9.670400134 8.839346812 6.187526961 5.567644936 9.256090993 10.00490577 10.31990663 9.027665717 9.865554401 8.693846306 6.442720503 6.233340729 +LQ09X011070 Predicted protein 11.76629264 11.79844062 11.40965375 11.0841021 11.80841166 11.88824078 11.89552969 12.27610496 11.72494057 11.70588699 11.56075197 11.33314054 11.85633201 11.90481976 11.88871548 12.41071719 11.51820941 11.37487733 11.48800922 11.53459593 11.68215726 11.38075985 12.24361445 12.34013687 11.50386954 11.19058335 11.30819421 11.26618603 11.66434704 11.69686974 12.49030142 12.58346218 +LQ09X011090 F-box/kelch-repeat protein At1g55270 10.27860388 10.02778019 10.30880264 10.80163739 10.42541258 11.57348071 11.60625013 11.04153908 9.865244199 10.32431621 9.939454994 10.50381 10.17369124 11.57571 11.39843322 11.02680233 9.29404012 8.95432511 7.724512473 8.937995389 8.488711657 9.805231875 9.652892507 8.732526102 9.707295156 9.226227496 8.01554566 8.761134278 9.784846031 9.853700381 10.09997089 9.61650615 +LQ09X011100 Putative Probable ethanolamine kinase A 11.09073193 11.18269739 10.87616073 11.19532952 11.07233915 11.58146687 10.97664133 10.98343315 11.35504556 11.33426013 11.43883308 11.14451922 11.29058032 11.44522117 10.97104437 11.21501666 11.7488306 11.34900536 11.57944109 10.85004915 10.93239412 11.50789445 10.22729454 10.86757498 11.53917919 11.47642497 11.31417066 11.22135277 10.84106098 11.25613197 10.46506393 10.74807151 +LQ09X011120 Putative uncharacterized protein 6.830747868 7.809532316 7.39992511 6.721525797 6.401009091 7.210030245 7.071961636 7.341626046 6.949544347 6.511405609 7.071779469 6.929667458 6.019470098 7.447724897 6.201592845 7.467797889 7.702111286 7.252234747 8.098477755 7.047801227 7.078511384 6.834684806 7.581146733 7.639208518 7.625454322 7.200554541 8.755696657 6.478776203 6.620010954 7.010623442 7.713360188 7.4300962 +LQ09X011130 Uncharacterized protein At2g34160 13.34668472 13.27802315 12.66307458 12.38812917 12.73903195 13.04600212 12.89155711 12.76860393 13.36566625 13.89048438 12.83138997 12.64375573 12.75779211 12.94693504 12.9128945 12.7643871 12.80145144 12.7345041 13.46519825 12.54448775 12.10012723 12.69149839 13.26616721 12.99260049 13.58318006 12.95494171 13.63110481 12.46977758 11.96115229 12.6760981 13.20901642 13.03407219 +LQ09X011160 Putative Chaperone protein dnaJ 49 7.404905796 7.134219784 7.569642517 7.862963419 7.138318762 8.298073036 8.159083751 7.152025026 7.534779104 7.530559445 7.938861124 8.426292943 8.174982856 8.272593433 8.460708942 8.039669961 5.924909728 6.121707692 6.391669826 6.893215755 7.273836533 6.326905553 6.873385732 6.223764051 6.467211939 6.647543058 5.893025335 6.20384904 7.792308341 6.216121609 7.216166861 5.648439422 +LQ09X011200 NHP2-like protein 1 14.69883641 14.65994706 14.33362683 14.16181247 14.54934348 14.44630994 14.67296277 14.3312624 14.7386404 14.99932653 14.56450828 14.79315667 14.66933166 14.74066586 14.93812808 14.92277808 14.80904235 14.984129 15.00491354 14.57593049 14.58820156 14.64884972 14.52853239 14.95948797 15.1690979 15.2711805 15.1057528 14.59617214 14.18791253 14.7381502 14.44355588 15.07829227 +LQ09X011210 Histone H3.2 14.90672822 14.65650162 11.93921995 9.694231886 11.80259673 8.792354546 8.640588827 10.09566657 14.98125302 15.12511662 14.21015444 12.09700436 12.1179979 8.66379624 9.065938845 9.749389405 13.27857611 13.75137771 14.26319675 11.80003929 13.38807099 14.43289611 11.3597671 11.24824312 14.84886432 14.60380836 14.52107184 10.91450012 12.79407103 10.61626241 10.85054265 11.49292862 +LQ09X011250 Putative Solute carrier family 35 member E1 12.06592716 11.56010703 12.94767337 12.77450996 13.60930281 13.38223965 13.65913611 13.60234268 12.2861384 11.66026388 13.23624268 13.43142119 13.37809317 13.99202038 13.98133791 14.10918797 12.03821735 11.97317136 11.21400044 12.71793499 12.5945879 12.52316022 13.29169417 12.98612157 11.32575575 11.83626928 10.4602089 12.70078169 12.13153581 13.58515368 13.34341549 12.75872423 +LQ09X011260 Predicted protein 11.63992033 11.97370896 11.409218 10.36949717 10.9688278 10.76572082 10.42091485 10.33916857 11.81216562 11.82565275 11.63402065 10.65095949 11.25446503 11.09482652 10.69689235 11.17584179 11.90876049 11.92656952 12.05782267 11.41649821 11.768529 11.46500255 10.94840658 11.1377611 12.06978556 12.45609606 12.19077099 11.30546255 11.96143094 11.26032173 11.37683549 11.40051326 +LQ09X011290 Putative Probable NADP-dependent oxidoreductase P1 4.818704577 5.497683281 4.591737138 5.162346499 4.740454971 5.637267755 5.36513677 5.334412967 5.168010004 5.491615573 4.527543729 5.210044287 5.073639195 6.06216745 5.478617912 5.195762523 4.995928871 5.179309776 4.806185902 5.045736313 5.354972973 4.899815449 5.987151068 5.181840821 5.101683933 5.02241067 5.193403585 5.31990213 5.103230298 5.254916634 6.548722536 4.884588086 +LQ09X011330 Putative uncharacterized protein 5.139091418 5.186127422 4.952360767 5.4573981 5.210467788 5.332486537 5.677868195 5.398577637 5.364741971 5.677926807 5.028189299 5.3579421 4.826995223 5.305753511 6.217785198 5.161197783 5.71977062 5.57778186 5.195491246 5.124086303 5.351447527 5.727166875 5.415661019 4.925472818 5.58637085 5.75643418 5.65984676 5.365558914 5.782189749 5.587524396 5.408822141 5.256097447 +LQ09X011340 Putative chaperon P13.9 13.76938827 13.16292465 13.61909203 13.57970907 13.296961 13.75551894 14.11769284 13.59350606 13.98091282 13.88964419 13.65594257 13.80294915 13.6374943 14.09998152 13.9858009 13.84809718 13.47823121 13.69542654 13.74663241 13.78357695 13.75139281 13.11629082 14.07112909 13.95787746 13.52263213 13.69916866 13.84497408 13.44593327 13.01940694 13.59566292 13.94946078 13.70355293 +LQ09X011380 Ethylene-responsive transcription factor WIN1 5.334223084 5.057798046 5.375349406 5.50063534 5.489331659 4.758462849 4.586542163 4.647742847 6.130789249 4.88396723 5.937218239 5.516507346 5.430869072 4.769196241 4.768710828 4.566058649 5.185558367 4.999130121 5.043840644 5.234171501 4.860968333 5.321093069 4.677027466 5.308285784 5.261197175 5.351424956 5.040081942 5.02046026 4.910107871 5.002986605 5.049156346 4.82167069 +LQ09X011390 Putative TBC1 domain family member 13 12.95444314 12.63552017 13.0423119 12.77233275 12.41468221 12.10894505 11.87174906 12.06893485 12.68119091 12.4826247 12.97693567 12.64963376 12.6564179 12.29719106 11.97216827 12.20925434 12.38887726 12.23209571 12.42007018 12.83894001 12.96424852 12.42863967 12.02650084 12.17771042 12.64980642 12.31724895 12.20266022 12.84080939 13.00048493 12.21877675 11.94390573 12.08679384 +LQ09X011430 Putative uncharacterized protein 11.60765569 11.52297888 10.78787545 11.67831991 11.827038 12.28339876 12.18838576 12.66392689 11.88448743 11.83441746 11.313382 11.71056442 11.88587384 12.24319989 12.0548992 12.58954936 12.47633152 12.16339049 12.89681473 11.66264154 11.11144098 11.89322933 11.80737524 12.32655175 12.13444047 12.11623236 12.85381365 11.61790766 10.67295419 11.98817587 12.02637696 12.43164457 +LQ09X011440 EIN3-binding F-box protein 1 9.056844459 8.674292525 9.226605564 8.813142406 9.243610888 9.290716432 8.983158091 10.15075664 8.925852513 7.779464446 8.946125462 8.95535373 9.024091415 9.450744541 9.070005735 9.642335238 10.65872627 9.950493208 10.51544006 9.428579968 9.652553195 10.12778066 9.849381263 10.8989865 9.553322001 8.85212408 10.45095562 9.586544124 9.582518058 10.67909302 9.99836706 11.35127414 +LQ09X011460 CBL-interacting serine/threonine-protein kinase 24 10.16386784 10.56119274 10.15320484 10.27966313 9.961950436 10.53783453 10.73771483 10.74665586 10.48789697 10.45072319 10.16995679 10.43433767 10.17752924 10.75430484 10.52126611 10.66709415 10.12614893 10.01364343 10.02205372 10.30656516 10.4740063 10.17425052 11.05851937 11.11592913 10.4487383 10.43355133 9.995129839 9.961620034 10.97102278 10.41221529 11.06069223 10.98517213 +LQ09X011490 Putative uncharacterized protein 12.90572102 12.4068792 12.60276471 13.27782375 12.98154653 13.86707062 13.88319419 13.16143729 12.87740754 12.41733977 12.91657595 13.12424989 12.84250064 14.44418241 13.6807337 14.46038433 12.52752805 12.33625479 12.16619719 12.14308221 11.86192379 13.00753334 11.74532773 12.49993461 12.55097767 12.87579197 11.86711812 12.46213869 11.91068543 13.10561995 12.13319215 12.21970706 +LQ09X011500 Putative Equilibrative nucleoside transporter 3 6.477971746 7.639389684 6.683110498 6.61502738 7.443783432 9.881393042 9.522464046 8.501305565 7.663358981 6.207126229 7.532747936 6.884831419 7.423306226 10.04965291 9.057317287 8.779241286 6.995816163 6.773740854 6.518171954 6.460373411 6.309045459 7.293332897 8.84526342 7.740426149 6.809752707 7.078034358 5.84402936 6.272664083 6.69156797 7.0528393 9.113821572 7.241409168 +LQ09X011540 Putative Predicted protein 12.31632831 12.18271934 11.90048372 12.05470776 12.21241872 12.0674798 12.09879932 12.58622076 12.70142693 12.08885695 12.31359978 12.44212695 12.25879677 12.26976839 12.24994781 12.54747047 12.44366825 11.21086765 12.23072567 11.53329783 11.31212747 12.28332898 11.25996504 11.32968339 12.36263715 11.6211353 11.80196156 12.02977083 11.54114497 11.96557318 11.49363474 11.26146363 +LQ09X011550 Axial regulator YABBY 5 5.568900062 5.716518924 5.864843872 5.639463385 6.013869365 5.663749817 6.016400837 5.833507873 5.605663994 5.736003455 5.37668767 6.047393291 5.960863498 5.684482766 5.822276993 5.640611624 5.616043478 5.560136325 5.59937802 5.960709037 6.82551443 5.550109682 6.309971041 5.594987178 5.456133438 5.571999354 5.526774839 6.319550668 6.102740245 5.722081174 6.305522766 6.521725863 +LQ09X011580 Hypothetical protein 5.085008415 5.410118375 5.67158142 5.256064121 5.449405342 5.320055902 5.543917814 5.353922006 5.348336263 5.258486531 4.803269172 5.483890555 5.731395133 5.594910109 5.154843749 6.774831328 5.40722104 5.575030882 5.503444801 5.185044495 5.813119103 5.497833999 5.759261258 5.286354581 5.336240579 5.523505831 5.751544999 5.148860129 5.648981702 5.115682627 5.006305829 5.111927561 +LQ09X011590 Hypothetical protein 13.02558522 13.32271053 13.20353818 13.1895707 13.15810086 13.38556197 13.38939162 13.45115073 13.15942018 12.79696145 13.16099407 12.83355046 13.10923446 13.31676057 13.73689254 13.10145575 13.36980569 13.13816962 13.2232937 13.19875106 13.18680291 12.93050386 13.68850436 13.35451466 13.20942613 13.04132982 13.41013986 13.4493527 12.96236387 13.20202255 13.83931149 13.19056135 +LQ09X011610 Putative Glucan endo-1,3-beta-glucosidase 11 9.674893443 9.706045335 10.62128565 10.6698113 10.65502994 9.993843616 9.660957108 9.821260837 9.781815601 9.759532707 10.82417034 10.67847856 11.06042732 10.19568623 9.707721078 9.508962736 9.586029212 9.111923212 9.376840522 10.12033418 9.99760698 10.16442489 10.13246246 10.45721017 9.555741059 10.02243654 9.942617273 10.73440442 11.08279209 11.30887991 10.40515864 10.47222407 +LQ09X011620 Putative phytocyanin 11.15920915 11.51347236 10.74272119 11.58410234 12.53383102 13.01963127 12.77699562 13.13474551 10.83947331 10.97565101 11.00947751 12.17740222 11.71122791 13.42280121 12.79889648 13.46821562 12.62284465 11.31982483 12.23021596 11.58655243 11.12698614 12.15310526 12.4254905 12.7620211 11.68754409 11.35917423 11.67108182 11.54795959 10.15288678 13.49072308 12.4429545 12.48875137 +LQ09X011650 Putative Blue copper protein 11.07881041 10.55391704 10.97471402 11.79840029 12.17056763 12.85091863 12.70375424 13.79519306 10.71220764 9.86568827 10.56582803 12.11592454 11.16986311 13.02517852 13.15532312 13.80067468 11.87058987 11.89984942 10.86589309 11.77592755 11.05792148 11.37765319 12.02337326 11.99381113 10.34083813 10.74657645 8.842504736 11.12525179 9.318143726 12.0155958 12.1398153 11.96364764 +LQ09X011670 Putative uncharacterized protein 10.77432734 10.25696049 10.45569043 10.20332001 9.656384349 10.55559151 10.94519711 10.79295579 10.8746022 10.15608791 10.65239786 10.63632628 10.5123363 10.82701975 10.74501911 11.2988127 10.38930672 11.72667044 11.42792212 10.79802809 11.16285471 10.35299888 11.57943078 11.10681447 10.94284781 11.7088123 11.67849394 10.66354212 10.0874623 10.05086852 11.20449624 10.85585405 +LQ09X011700 Nucleotide binding protein, putative 4.745308266 4.602449588 5.004989635 5.013835801 5.035645173 5.039038531 5.041251784 4.997622388 4.836925052 4.862037225 5.076093001 5.217380923 4.810355911 5.394954902 4.978085129 5.17739736 4.861065575 5.044642871 5.207305211 4.724356182 5.070437269 4.920342069 4.827338317 5.053697011 4.901153515 4.733455289 5.17249043 5.145703359 4.970548399 4.974878488 5.259913835 5.810913292 +LQ09X011720 Putative clathrin assembly protein At2g25430 12.07350485 12.53187481 11.80917263 11.50443739 12.12353933 11.3889679 11.29634064 11.86611775 11.97454008 11.82391992 12.2395417 11.85299921 12.32594529 11.56071285 11.34004046 12.0073156 13.63364542 12.87099733 13.75747037 13.15605922 13.08983429 13.2120472 12.80084294 12.71539943 13.11105622 12.93483159 13.36741513 13.28581234 12.83828929 12.95703838 12.61950782 12.74393711 +LQ09X011730 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 11.23860872 11.5942348 11.20170986 11.78449519 11.20318938 12.23197051 12.30013685 12.48246772 11.52851171 11.55162364 11.52421616 11.68944674 11.42960953 12.24544273 12.23835702 12.20231863 11.58997212 11.14541477 10.98836599 11.22924388 11.16410332 10.77730681 11.80345912 11.44813614 11.40518336 10.93027657 10.49791524 11.2781374 10.98566919 11.00634602 11.81328706 11.24911828 +LQ09X011740 Predicted protein 12.20617512 12.09796035 11.10098343 10.70477561 11.2365115 12.14832653 11.36358023 11.34766608 12.35965815 11.91548522 11.52404948 11.008537 11.48206501 12.06798169 11.65009597 11.47996014 12.40706508 11.43949584 12.62859489 10.92369196 10.77563414 11.41687944 11.23795795 11.51072432 12.3676349 12.16575612 12.6436843 11.17857398 11.15531411 11.35778112 11.74642226 11.44365258 +LQ09X011790 Predicted protein 10.41584383 10.56423236 11.65528509 11.63262072 11.59260055 10.62373368 10.70615772 11.20620962 11.00883502 10.71872229 11.7712839 11.56867628 11.8221105 11.21082027 11.13546994 11.8393327 9.989097155 11.06732828 10.272474 11.64320265 11.90229299 11.64488161 11.77298238 11.90039778 10.71804552 11.44478721 10.83596464 12.10462014 11.8482678 12.28864818 11.67999549 12.4927507 +LQ09X011810 Putative uncharacterized protein 7.100406616 7.128573733 6.852953342 8.114954114 8.041963545 9.273824337 9.39801012 9.786428902 7.368552468 5.986107859 7.452773136 8.247079329 7.387202084 9.463906842 9.406851986 10.20829357 8.666639537 7.707741889 7.770916672 8.002993573 7.903616964 7.830223198 9.604601687 9.810846486 7.435064807 6.806039748 7.210282725 8.332193079 7.83626232 8.175097566 9.871240367 9.666637438 +LQ09X011850 Putative uncharacterized protein 11.9259118 11.79372154 12.04341844 12.41197066 12.01440773 12.08814294 12.11812118 12.19095956 12.04443072 12.00505923 12.33992264 12.43986818 12.34740895 12.17006195 12.29730516 12.3884431 12.044387 12.06511863 11.99594829 12.10484614 11.88903477 12.37162699 11.38338366 11.97668074 12.13425043 12.31051472 11.97628662 12.30215714 11.95092426 12.34518545 11.19619969 11.93791311 +LQ09X011872 Predicted protein 10.17753961 10.96388608 9.430304613 9.132030193 9.503757413 8.995308494 8.858258031 9.175763793 10.19951074 10.18313654 9.485688654 9.129406012 9.678002701 9.347509486 8.595630754 9.040043989 10.0798134 10.81492132 10.85972687 10.42128323 11.35388112 10.63018976 10.27676443 10.75946168 10.80110182 11.40724928 11.76244136 9.99191484 11.52114102 10.42819159 10.50826327 11.19910369 +LQ09X011890 Probable galactinol--sucrose galactosyltransferase 6 6.182968187 6.650990618 6.034472881 5.877058058 6.149772323 5.962947595 6.264622146 6.468031791 6.264760217 6.007521846 5.91460487 5.688301669 6.219433938 5.60172287 5.919457267 6.117855333 7.043400477 7.367766922 7.108783317 7.530137136 7.163046754 6.456823562 6.957406541 6.629831045 6.791743465 6.117992935 7.855453083 6.800186428 6.989032084 6.693720656 6.128750094 6.10848254 +LQ09X011930 Putative CCR4-NOT transcription complex subunit 10 12.64477184 12.31348413 12.60878115 12.33127453 12.36310782 12.74143978 12.82041738 12.70500319 12.64829275 12.33066921 12.56720986 12.51763555 12.45251763 12.8410308 12.83069964 12.82197231 12.56252634 12.71285945 12.66385146 12.23534881 11.83011137 12.36167413 12.69895587 12.38242032 12.57975896 12.46285436 12.82416981 12.43671274 11.6256361 12.04875838 12.76000085 12.29194526 +LQ09X011940 Predicted protein 5.206504814 5.488953159 5.117161438 4.982931101 5.267609011 4.876495505 4.944115373 5.149214253 5.141937256 5.280286589 5.516945711 5.129483683 5.364232427 5.034518519 4.724400667 4.772916909 5.076429097 5.124560233 6.01184011 5.453877581 5.143817758 5.548784184 4.950365778 5.015243202 5.262854885 5.448605196 5.465597606 5.248298078 5.170518635 4.890065595 5.414464665 5.234273058 +LQ09X011970 Putative OSJNBa0095H06.12 protein 4.76109576 4.917435849 5.025144075 4.99749586 4.916340828 4.943807893 5.156294937 4.913234624 4.931532322 5.070921782 4.958742489 4.891697212 4.83598349 5.265016148 5.015097694 4.929016789 4.792998265 4.847415957 5.445895009 5.296209703 4.918509302 4.742837184 4.930689039 5.63648491 4.992886401 4.746540853 5.278758748 5.445980374 4.937740236 5.059927083 5.705542243 5.001611489 +LQ09X011990 Putative uncharacterized protein 11.35019039 11.24984525 11.31576986 10.43515501 11.43980476 11.10109066 11.01850125 11.35086302 11.35642882 10.96740212 11.48736764 10.8511386 11.51865624 11.44498943 10.88701702 11.62274816 11.70111959 11.57231404 11.80816275 11.99734706 12.15986594 11.62669575 12.47049694 12.11161215 11.28938734 11.30565871 11.87391897 12.09397565 11.95974017 11.76535953 12.65449768 12.11525123 +LQ09X012010 Putative uncharacterized protein 5.153683774 5.323241216 5.885983568 5.252725529 5.435527124 6.223165284 6.43901822 5.502688478 5.474529388 5.349194196 5.973252774 5.783670133 5.706362802 6.715485492 5.670293501 5.890432348 5.013169694 5.245815622 5.441063026 5.678568987 6.067063006 5.434781262 6.622791583 5.311227862 5.149484319 5.094607225 5.10758469 5.624575072 5.877599941 5.794506664 6.093000672 6.019944437 +LQ09X012020 Putative clathrin assembly protein At5g35200 9.390522994 9.058234883 9.664455933 10.52452004 9.573982945 9.648788911 9.698452133 9.326881577 9.215342899 8.953328589 9.683282456 10.28107735 9.760448098 9.686548236 9.787374707 9.532915508 8.460745842 8.044164747 7.356496335 8.779832144 8.55061746 9.716396163 8.184829884 8.365495526 8.724917581 8.107336872 7.515466942 9.022017506 8.93259372 10.28966297 9.027195968 8.223271137 +LQ09X012030 Putative N-alpha-acetyltransferase 35, NatC auxiliary subunit 7.408171663 7.279651796 7.218482643 7.382965117 7.660404686 7.868640742 7.765216732 7.764186915 7.255504846 7.404899035 7.591192327 6.860693917 7.362349605 7.402455496 6.854208956 7.290919709 7.567363981 7.564849176 7.67498915 7.558734664 7.771689623 7.569706775 8.280876148 8.745355527 7.838953445 7.532629498 7.686034858 7.660177366 8.126394014 7.610704286 8.767600331 8.036237194 +LQ09X012070 Putative ADIPOR-like receptor CG5315 7.771880671 8.053858549 9.001744136 8.378876485 8.742606303 6.842735104 7.886385253 7.389435411 8.251459909 8.179084767 8.948914096 8.611595783 9.556936033 7.122263298 7.496461716 7.389691024 7.82057875 8.890409783 8.728689893 9.611853967 9.842212526 8.916856052 9.001755965 8.305311658 7.771668735 9.043702866 9.090733012 9.683139568 9.663451442 8.897838044 8.626818539 8.602652553 +LQ09X012080 Sucrose-phosphate synthase 1 4.937516946 5.420114953 5.010319363 4.942959918 4.839803525 5.175707494 5.186203136 4.940646456 5.181960238 5.360909996 4.869569692 5.021177591 4.953992785 5.156482575 5.30234224 5.010946551 5.121434593 5.21698453 5.760211537 5.224954417 5.169906806 4.718600959 4.889818471 4.978957225 4.793255516 5.321921464 5.276033593 4.820600029 5.303711052 4.912556046 5.403294953 5.335107886 +LQ09X012090 Predicted protein 5.252396137 4.83758074 4.878253791 5.113441203 5.2278166 4.945336032 5.293175683 5.563175117 5.09780029 4.870702941 5.07089531 5.165573812 5.07779715 4.994347748 5.159556297 5.245948327 5.060966452 5.077687607 5.106121338 4.790566582 5.361953728 4.872745999 5.485881235 5.440619152 4.781678021 5.103619552 5.11215791 4.973879436 5.501572472 5.02724904 5.062720009 5.510745837 +LQ09X012100 Putative chloride channel-like protein CLC-g 5.120314387 5.425370692 5.308416271 5.42236451 5.011548254 5.619267444 5.513221568 5.644657219 5.49318289 5.84481704 5.007665783 5.264285858 5.475264205 5.306178151 6.459147721 5.621537235 5.308453421 5.040298198 5.293694765 5.12702221 5.468219316 5.346483298 5.280355535 5.558943364 5.3767015 5.145558968 5.56162037 4.863524256 5.613207178 5.353025186 5.053331029 5.334302801 +LQ09X012140 Bifunctional purple acid phosphatase 26 5.832507937 5.60951873 5.759896417 6.580447249 5.488484035 6.080761239 6.040858816 5.875692498 6.043596704 6.594609296 5.682423339 6.447109132 6.21183561 6.322717582 6.66781747 6.205470355 6.004358723 6.310275344 5.745796846 5.915410627 5.706273271 5.840586526 5.806197832 5.53947208 6.101038562 6.010548023 5.666882989 5.515219504 6.425453259 5.540086762 5.60410719 5.735279973 +LQ09X012150 Predicted protein 9.325871008 8.604033814 8.61756041 8.220644035 8.458749439 9.233356998 9.854982751 9.523716397 9.329481442 8.102541923 9.029772346 8.250004148 8.672969669 9.348931692 9.258892213 9.170336227 8.826284714 9.169570791 9.261720058 9.153699322 9.408494776 8.188413803 10.30523461 10.11368205 8.602586662 9.692920242 9.367868963 8.870416369 9.671160474 8.025765357 10.77097089 10.3675307 +LQ09X012200 Putative Ubiquitin carboxyl-terminal hydrolase 22 5.173502985 4.894916758 5.681822925 5.167957389 5.690279997 5.283056929 5.317575832 5.250323401 5.233568248 4.920290025 5.552220305 5.454067307 5.289202125 5.168902376 4.964684587 4.984145555 5.034071164 5.277937809 5.54603839 5.536225991 5.337348816 5.151505133 5.165766759 4.97981835 4.775418805 5.339156191 5.307714972 5.384665983 5.138988121 5.467509806 5.143444671 4.89410745 +LQ09X012210 Putative Actin-related protein 2/3 complex subunit 3 4.910701037 5.444310476 5.505455497 5.072999543 4.707363913 5.602709654 4.854629686 5.269905456 5.40125483 5.499596916 5.397877864 5.018833464 5.233368679 5.438670883 4.890293851 5.22138184 4.915631039 5.32081625 5.434099608 5.259400257 4.915709358 5.20374264 6.138810377 5.03112927 4.983215594 5.076845766 5.3636633 5.137817933 4.966274295 5.311003411 5.985815856 5.15110156 +LQ09X012220 Monogalactosyldiacylglycerol synthase 2, chloroplastic 5.414868779 5.156744269 5.052231289 5.182531098 5.250240552 5.331025306 5.418349158 5.227320341 5.992776365 5.249028768 4.984241096 5.100211917 5.180530176 5.272463044 5.499499913 5.260743516 5.209329535 5.083247594 5.120801763 5.283366411 5.349606684 5.247165915 5.159731641 5.002159231 5.606678626 4.876006176 5.769722313 4.842950172 6.080372282 5.209013334 5.173258364 5.046644727 +LQ09X012240 Putative uncharacterized protein 5.662731734 5.643438125 5.329700599 5.733256364 5.381107892 5.726460357 5.832500197 5.613823496 5.277149335 5.35239592 5.37213953 5.676653204 5.369322487 5.627833895 5.703363327 5.486356881 5.368731845 5.910201242 6.035733662 6.152901513 5.720663241 5.751954568 5.879130928 5.15037654 5.700843707 5.723525732 5.552647611 6.096519649 5.802738456 5.726396111 5.332765012 5.585095813 +LQ09X012250 Pyrophosphate-energized vacuolar membrane proton pump 11.18857116 10.77589236 11.37772807 11.31280318 11.0006763 9.106157796 8.69722105 7.853062874 10.76806956 10.70702666 11.17764369 11.30028789 11.26197023 8.885136938 8.012725467 7.659959417 10.27050379 9.693841621 11.76009511 11.01864506 11.26898634 11.10477563 9.588175656 10.07290899 11.65292022 10.73456432 12.06540939 12.10764197 12.09571215 11.99914426 9.250659792 10.03112769 +LQ09X012290 Arogenate dehydrogenase 1, chloroplastic 10.84221673 11.38923292 9.738761828 8.641319104 9.137051763 9.244717454 9.020675116 8.418479904 11.32957663 11.74247892 10.99379762 9.479094517 10.02020997 9.575822565 9.130712477 9.233279125 10.25807654 9.242838773 11.01362086 9.882030696 9.364408578 8.964152798 9.406280682 7.222663785 10.2314433 10.18675287 10.95451026 8.767786251 9.728851007 7.781586993 9.657416729 8.08839901 +LQ09X012320 Putative Protein SRG1 5.265281566 5.980711793 5.156224975 6.556966229 6.366093215 10.11437307 9.993295578 8.85853973 5.894036 5.33303052 5.667320495 6.586203034 6.105570472 10.20345528 9.816687547 9.947396929 5.371408569 5.857559898 5.624031358 4.815767005 5.400834072 5.692262636 5.337086692 4.595533369 5.311306226 5.322185601 5.329214423 5.141972916 5.707911334 5.585804563 5.405617607 4.885249844 +LQ09X012350 Heparanase-like protein 3 10.88426006 11.24352051 12.91449747 12.63544291 12.40312839 10.27564762 10.88022402 10.56028095 10.88477466 11.28807554 12.63451762 12.66580473 12.87469527 10.40239191 11.31693194 10.64790678 10.72797926 11.03637513 11.67082021 12.24012177 12.51775537 12.24308505 10.71032794 10.82635406 11.51940043 11.59831848 12.18195311 13.06344212 13.58378186 13.22547023 11.30126803 11.02387662 +LQ09X012390 Adenylate cyclase, putative 12.47662077 13.52538117 12.62208923 12.18431061 12.17063338 12.54545106 12.29312166 12.65555017 12.80713792 13.4962127 12.64262373 12.33452631 12.58515192 12.59230878 12.17954391 12.85921785 12.80561806 12.95218414 13.06678219 12.81979347 12.45677171 13.05056002 12.23583587 12.61108512 13.31807155 13.29816326 13.13633248 12.82691442 12.54526579 12.97412979 12.35899297 12.5988825 +LQ09X012400 Hypothetical protein 5.861099144 5.460197348 5.540019275 5.560496402 5.451992949 5.061940723 5.236857383 5.230519729 5.597905353 5.921687028 5.374983972 5.841672998 5.588908743 5.152207967 5.842944821 5.421056375 5.067368764 5.385499125 5.44683921 5.934280145 6.169651003 5.557703651 5.457812579 5.357646137 5.479898814 5.736305692 5.252125235 5.714631306 6.106025221 5.906930756 5.187446961 4.991180991 +LQ09X012410 S-acyltransferase TIP1 11.0891434 10.88690644 11.37862331 10.49827819 11.08741461 11.039726 11.00481616 11.17400505 10.84001365 10.71517496 11.06126216 10.55896234 10.96530954 11.03411135 10.84346823 10.8809072 11.36325123 11.72576265 11.92922586 11.26247769 11.45213847 11.03858645 11.7554447 12.22713539 11.22485357 11.42452268 12.13697735 11.228641 11.96959783 11.22009517 11.88065868 12.47842213 +LQ09X012420 Putative Insulin-like growth factor-binding protein complex acid labile subunit 5.374465037 5.220328469 5.303357232 5.576760379 5.078353681 6.07177449 6.01793329 5.765631283 5.324619666 5.337108626 5.116254689 5.308397849 5.354942443 5.513090034 6.30443116 5.799476515 5.185268717 5.331284575 5.194434652 5.286465413 4.904547034 5.283153028 4.804568953 5.089606205 5.021780553 5.0799805 5.280333517 5.421637489 5.08906299 5.472237293 5.155381296 5.21839416 +LQ09X012440 Predicted protein 5.565674456 5.595943576 5.754621834 5.868884711 5.397191329 5.827295837 5.043189606 5.795029199 5.584611229 5.588554131 5.088886226 5.71571641 6.164558927 5.224434288 5.957402589 5.216221904 5.606787707 5.87147966 6.069623368 5.899509642 5.658299183 5.530234695 5.351810686 5.659174911 5.48815205 6.270792685 5.89561928 5.644420053 6.038002463 5.67178961 4.885249424 5.404547494 +LQ09X012470 Putative RING finger and CHY zinc finger domain-containing protein 1 5.115391081 4.99025218 5.033862348 5.455762442 5.445388312 4.93408508 5.400463094 5.255447099 5.525445469 4.952792947 5.181696149 5.427358999 5.211652951 5.365626863 5.100780533 5.192550927 4.871459928 5.954522449 6.357022646 4.786240859 4.707494721 5.019575462 6.767319592 5.041209206 5.493829418 6.135627555 6.205163656 4.834725673 5.080826505 4.293226569 6.701973607 4.480489722 +LQ09X012480 Sugar transport protein 7 6.927270566 7.740130494 7.407273792 9.745464534 9.852457866 12.63563788 12.66574348 12.66270294 7.295973179 7.062555199 7.428835861 9.674431891 8.997624621 12.81016221 12.54838444 12.8397725 8.477494414 8.634679519 9.641144146 9.828762285 9.205389303 10.0760125 13.09093135 13.69036809 8.585626315 8.797020968 9.398155853 10.21071015 9.514490238 11.92300384 13.36966748 13.74059985 +LQ09X012490 Probable adenylate kinase 2, chloroplastic 5.851813439 5.760983033 5.70828745 5.837653297 5.295187379 5.691412253 6.12572716 5.362847231 6.086350285 6.205586168 5.870925459 5.92025365 5.61685709 5.361508429 7.808477664 5.565852457 5.389825396 5.981450042 5.798188971 6.860820457 6.010247996 5.84377951 6.707681512 7.222350074 5.567536481 6.236112981 5.999990082 6.196117326 6.512400744 5.999513848 5.817327978 5.711924642 +LQ09X012500 Putative Transmembrane 9 superfamily member 4 12.75472567 12.06512334 13.18365168 12.90772334 12.65941694 12.22718743 11.91837981 11.86738969 12.56412941 12.06988713 13.08372786 12.87170879 12.82662699 12.23698436 12.11695401 12.17155304 12.23375017 12.25706994 12.34475771 12.87771783 12.69526778 12.93405131 12.03490967 12.3642899 12.46420215 12.4820652 12.17537772 12.84565509 13.24557406 13.02405927 12.05301578 12.45794262 +LQ09X012510 Zinc finger protein, putative 6.727953187 7.357763298 7.150057902 7.958757328 7.09884295 8.758405301 8.347284217 8.947803355 6.742075976 6.576058733 7.291553426 7.728390304 6.934288645 8.755475559 8.074628709 8.283497957 7.753430951 7.058885307 7.673605171 6.561055484 6.534708783 7.236199071 6.619012314 6.042850727 7.653667481 6.701372367 6.788842876 6.923935417 6.787662971 7.959294984 7.340267185 6.945223224 +LQ09X012520 Hypothetical protein 5.124440588 5.488121328 6.434857994 5.523635951 5.842900662 5.404697056 5.097067367 5.606890562 4.923275372 4.866485605 6.814654982 5.300478442 5.681101479 5.356644019 4.967554474 5.448839777 5.535581033 5.464847984 4.892519288 5.530510331 5.395826635 5.461316858 5.611265073 5.454190499 5.54892013 5.121520933 5.395892772 5.77885134 5.153700165 5.56947626 6.285167834 5.305307336 +LQ09X012530 Predicted protein 5.575036449 5.509178459 5.797294945 5.121801537 6.190586952 5.0874693 4.983975266 5.16402327 5.716890652 5.573690291 6.10310278 5.416829903 5.853220819 5.401206103 4.663099105 5.310657043 5.580259003 5.872693221 5.755703542 5.456289505 5.559338493 5.76345673 5.548542154 5.106287567 5.325209875 5.987322995 5.437693521 5.617729776 5.377742144 5.7020461 5.469016682 5.400591052 +LQ09X012560 Homeobox protein knotted-1-like 3 14.23128322 14.54726399 14.03717768 14.55243612 14.49123906 14.1549956 14.08829225 14.51861345 14.41586565 14.15970269 14.06198888 14.45462274 14.29664471 14.31761822 14.38876791 14.51138162 14.66926895 14.81405048 14.42225739 14.23551793 13.93722746 14.77079764 13.36116323 13.77349395 14.03425419 14.22416579 13.7740075 14.29896309 13.76859849 14.43130501 13.47144526 13.94327684 +LQ09X012570 Putative Predicted protein 9.225221803 8.518122944 8.456041197 8.967520861 9.498978951 9.992143336 10.63786456 10.71475556 8.808925597 8.595480414 8.54458708 8.878911823 8.779526945 10.58968067 10.76114096 10.91204737 9.805960133 8.336753676 9.21276086 8.92612629 7.299988786 7.678066381 9.059005655 8.951966827 8.276708942 7.569020926 8.501588838 7.985109572 6.095202531 7.97105647 10.68901814 9.596823983 +LQ09X012580 Serine/threonine protein kinase, putative 6.397012443 6.007484106 5.912525456 6.159056411 5.609083149 6.145283004 6.251741498 6.466318285 5.719289909 6.079750395 5.698183427 6.228534617 5.844761701 6.0984843 5.796961913 6.062563522 6.280369623 6.053079789 6.704348926 6.042914392 6.422026121 6.008755501 5.680949294 5.874234421 6.601555658 6.031867523 6.81064922 6.791854975 6.022186235 6.165226748 6.464091966 5.847994456 +LQ09X012600 Putative Predicted protein 5.678387517 5.836217494 5.462819036 6.359741072 6.217376364 6.722448741 5.876284381 6.096647924 5.841509944 5.738758651 5.910899067 6.113819413 6.950561382 6.875493699 5.504749571 5.905961305 5.656314 5.813635352 5.685208808 6.082462407 6.222771458 6.358104639 5.190430184 5.429325749 6.37830203 6.197633116 6.202105848 6.231589068 6.266727622 6.453148079 5.465635747 5.859660664 +LQ09X012610 Putative uncharacterized protein 12.68579683 11.96494008 12.78349008 12.2587198 12.77143702 13.68439073 13.38463471 13.11929083 12.49154391 12.43671207 12.69800311 12.50985541 12.55297199 13.88701846 13.40453941 13.04518199 12.23887963 12.05512654 12.41461941 12.66303041 12.00335033 11.37176597 12.31363488 11.47049352 12.46790494 12.11692702 12.40759668 11.76057 11.76096139 11.06889829 12.87597093 11.68459557 +LQ09X012620 Predicted protein 5.59693797 5.11668944 5.05812376 4.986607469 4.843705817 4.922801329 4.865162435 4.679524781 5.735300846 5.83830717 5.069646469 4.827373915 5.233222358 4.686123323 4.908931043 4.851969604 5.11580194 5.088571657 4.897057347 5.250045339 4.957606807 4.945871974 5.190082866 5.127170529 5.268256791 5.417292078 5.226586544 5.186873171 5.000162764 4.781151459 5.296933836 5.293366733 +LQ09X012630 Ring finger protein, putative 10.36583067 10.6758095 10.63415764 11.25824481 11.31791845 11.38740612 11.38366228 11.53975426 10.5538902 10.18003855 10.83608611 11.15430442 10.92236821 11.49834003 10.96758376 10.85741427 11.38408079 10.93187257 11.46948036 11.57828618 10.96109147 11.65226227 11.03156278 11.82081438 10.75581196 11.02462862 11.24612666 11.64806168 11.65588662 12.46286352 11.38164842 12.02400612 +LQ09X012640 Putative MOSC domain-containing protein 2, mitochondrial 9.365277405 10.5561632 7.898246362 8.730140646 8.836839067 9.251196578 9.643106038 10.05971277 9.447550957 10.31616503 8.745086758 9.187866928 8.742779684 9.497685208 9.446023789 9.52229941 11.9657996 11.0570645 11.80204253 10.27667438 10.16750053 9.990564592 11.46431519 11.43778369 10.76510268 11.24132791 12.16235502 9.972178346 10.33452509 10.44850905 10.98178673 11.33570939 +LQ09X012650 Putative uncharacterized protein 11.24857963 12.07877362 10.82031498 11.80900172 10.5353807 11.96510091 12.12916696 12.24569428 11.41331582 11.30285963 10.93704224 11.94226494 10.88562966 11.98310085 12.27847755 11.77648744 12.56606476 12.19639523 12.48636485 12.03190517 12.59126853 12.37662148 13.58345179 13.34994204 12.43339421 12.21609639 12.78656137 12.82314544 12.56038569 12.7971955 13.33752672 12.95792396 +LQ09X012660 Hypothetical protein 15.43942612 15.37572883 14.37783818 12.75108115 13.04986188 12.91086955 13.29023528 12.73970902 14.78067436 14.21876793 13.30361648 12.169473 11.46925379 12.89487218 11.21603081 12.02291029 15.79975873 15.64856586 15.16438343 15.18847778 15.28165647 13.0342336 14.79833575 13.21323926 14.99325343 14.43160608 15.04115594 13.51715069 13.72451805 12.12095952 14.14938847 13.23139851 +LQ09X012670 Hypothetical protein 5.879846828 5.313085202 5.087375866 5.298421827 4.975638931 5.231244397 5.365564792 5.535277736 5.836974075 5.895736938 5.122581624 5.434924556 5.209263152 5.50488134 5.691220796 5.865634681 5.058048936 5.903321381 5.293607435 5.202983441 4.973553455 5.464609508 5.355388921 4.941815432 5.263090346 5.735509558 5.050697155 4.797381818 5.027121452 5.192827285 4.886762375 4.638376344 +LQ09X012680 Hypothetical protein 10.09418303 10.68385596 10.97386271 12.08287702 11.33723029 11.14862636 11.96164663 12.78879131 9.920847678 9.791678157 10.68379117 12.07694585 11.40488704 11.07152124 12.16656653 12.07334916 10.3056912 11.68825745 9.88634585 11.07999988 11.63529199 11.14874508 12.21029438 11.42920919 9.668232372 10.48458778 9.846296057 11.7063233 11.52854402 11.68430199 11.48299491 11.44789349 +LQ09X012710 40S ribosomal protein S11 6.405741437 6.50458476 5.843276375 6.347860572 6.600345423 6.663097993 6.764830254 6.327153136 6.400192925 7.763501594 6.239965155 6.568689046 6.800233873 6.239967145 6.961689445 6.343288568 5.922407556 6.531051213 7.613099999 6.830251903 6.477944075 6.225593574 6.705743837 5.473327156 6.342601938 6.706277822 7.470665289 6.495348317 6.948190607 6.365465083 6.602759756 5.213933652 +LQ09X012720 Probable protein phosphatase 2C 27 12.27315168 11.60839495 12.76638589 13.19246327 12.69591071 13.83805427 13.85521323 13.73118555 12.1502664 11.49521026 12.65410302 13.23443778 12.76724552 14.14491398 13.65357819 13.45389645 11.33393419 12.37765434 11.17071248 12.33395549 12.1803144 12.69838993 12.76209602 12.92852164 11.77792988 12.44319773 11.23393059 12.82902865 12.50403222 12.61974665 12.83546055 12.88618432 +LQ09X012740 Scythe/bat3, putative 6.683257469 6.583718159 5.985738994 7.435895945 6.685253186 7.639609158 7.752128318 8.020478499 6.709149222 5.788295882 6.34057882 6.726479623 5.844580259 7.383560979 7.257776222 6.874802072 7.006753579 6.385096705 6.114079882 5.703958261 6.096710395 7.003592457 6.482284042 7.247204137 6.676218575 6.880679497 6.216764955 6.013097781 6.010261347 7.825321159 6.708696758 7.333764827 +LQ09X012750 Putative uncharacterized protein 11.82997538 12.39651671 12.24700304 11.00854426 11.37831934 5.569499782 5.1911584 7.005648039 12.23129453 12.31268606 12.31136362 10.27394234 11.33454895 5.628273561 6.594527298 6.498639585 11.55068627 11.74340433 11.51241524 13.13573539 12.17155102 11.43871994 6.490004949 7.8459144 11.17000617 10.47359269 11.35276035 10.99054515 10.84170659 7.653658705 5.144259164 5.306460178 +LQ09X012760 Putative uncharacterized protein 9.796714411 9.594957264 10.91913525 11.50038753 10.77961092 11.4854844 12.16708514 11.72220792 9.97189816 9.670293038 10.67185116 11.30088983 11.10909435 11.79839571 12.04552549 11.87332887 8.832804075 9.314715166 8.687887821 10.32721572 10.34962285 9.325055899 11.31605404 11.43541338 8.884800502 9.521577336 9.481482605 9.750223855 10.62511692 10.22591542 11.6389619 11.57513182 +LQ09X012800 Uncharacterized methyltransferase At2g41040, chloroplastic 4.737045959 4.77798487 4.928920412 4.852131066 4.95466826 4.764046426 4.713183451 4.528395559 4.710352785 4.911969068 5.236018007 4.722101667 4.636693175 4.736424403 5.076706671 4.608232023 5.147433997 4.476422738 5.113226728 5.052447938 5.369296114 4.724846349 5.176560405 5.341518609 4.651523565 4.687743254 4.826462986 4.913422488 5.496605657 4.971284121 5.119420371 4.921870819 +LQ09X012820 Predicted protein 13.00310062 13.16155041 14.15300689 14.19488057 14.03630433 12.27108475 12.8168703 12.11060469 13.18507052 12.60512094 13.95233377 13.74106807 13.9877824 12.52255534 13.04955172 12.74749997 12.31009836 12.90938281 12.54590343 13.13950832 13.32386103 13.90002415 12.589535 13.44114769 12.77741847 12.87710135 12.66473256 14.05467264 14.06370663 14.41849517 12.6404651 13.29993922 +LQ09X012840 Putative uncharacterized protein 13.72150764 13.34475998 14.56120986 14.61278752 14.50558702 13.76609983 13.77840067 14.26213427 13.66327545 13.14541193 14.38799547 14.71378848 14.78279835 13.57016234 14.56557324 14.4273746 15.11265816 14.89049637 14.39365583 14.46951265 14.62145013 14.5131618 14.59770421 14.49926322 13.46551036 13.75482182 13.93045344 14.51310561 14.53936024 14.48815562 14.52418018 14.75457402 +LQ09X012850 Predicted protein 10.53453659 10.3066257 10.25248265 9.574046716 9.995704359 10.21386396 8.831484235 9.176798157 10.26081168 10.17098502 10.46060585 9.583924772 10.03526314 10.54272627 9.016243438 9.796100114 10.48490375 10.19678706 10.06036863 9.828956072 9.814198297 9.485148725 8.854435165 9.568358212 10.34344027 10.26583624 10.03167487 9.446641482 9.888633339 9.529644855 9.398767161 9.397612956 +LQ09X012860 Predicted protein 5.303187318 5.737501886 5.603492391 6.263980144 5.372216019 6.384477887 5.867301803 5.108967725 5.938951652 7.058995454 6.379376058 5.502811093 5.854387678 5.609576175 7.875148963 5.809211287 5.728374455 5.40645228 5.418549698 5.184802561 5.327652662 6.016464243 5.213889326 5.808274467 5.173768616 5.004136871 5.330200421 5.195393317 5.157801888 5.721426924 5.717838969 5.741258919 +LQ09X012870 Protein SRG1 5.14448051 5.393906634 5.247417477 5.105547305 5.190670092 5.036090247 4.993935549 5.210722563 5.26911669 4.960368882 5.427662654 5.070850441 4.962748428 5.257338631 5.016811233 4.953460745 11.30985381 10.67433314 11.36115726 9.879989607 7.465442024 6.638250645 5.669566576 6.137791663 8.218102379 5.687633033 10.08976178 5.888031174 5.159823693 5.430174395 4.865677815 5.749496678 +LQ09X012940 Putative uncharacterized protein 10.66626327 10.88201666 10.97629773 10.26222196 10.57105963 10.98340081 10.76999282 11.37804919 10.53723855 10.59153018 10.92958136 10.68597114 10.64055649 11.1175563 10.98753511 11.31786249 10.96802447 10.70786837 10.79477225 10.91471628 10.65152006 10.83647703 11.278758 11.15678102 10.82573018 10.85373913 11.09042114 10.79636952 10.83565588 11.07565099 11.5388433 11.19870584 +LQ09X012960 Hypothetical protein 4.425490592 4.513387522 4.870174633 4.513962281 4.364904633 4.898516645 4.80194056 4.716504975 4.569517669 4.710069076 4.726356305 4.668357613 4.54651609 4.561584287 4.590827574 4.615113678 4.661414416 4.832539834 4.473013125 4.908069596 4.982281903 4.746107848 5.022665093 4.809192238 4.423993717 4.621283729 4.771226274 4.973317054 4.769714433 4.416297194 4.925233101 4.912544126 +LQ09X012990 PsbP domain-containing protein 5, chloroplastic 4.909522403 5.10983217 4.922981332 5.253959343 5.128160892 5.415595715 5.318345779 5.170041162 5.23455911 5.026939834 5.243571137 5.752535524 4.87373162 5.455582329 4.937214307 5.357356815 4.503030555 5.128536563 6.28779108 4.986715906 4.999319921 4.912049886 5.262279327 5.408638519 4.910834735 5.32511873 5.858247653 5.43373419 5.986435958 4.888091042 5.33636596 5.446185488 +LQ09X013000 Putative uncharacterized protein 12.34614498 12.79241714 12.68425509 12.29105734 12.96249789 12.11503136 12.13940796 12.64570982 12.50340587 12.48446626 12.69283672 12.53551284 13.01121084 12.27462136 12.10113908 12.50710156 12.35757642 12.31818502 12.40949411 13.00461598 12.42584218 12.62706053 12.51561612 12.58121125 12.08024632 11.91125562 12.35980382 12.72766402 12.17185956 12.51634764 12.66849835 12.448938 +LQ09X013010 Putative pentatricopeptide repeat-containing protein At2g02150 5.053446711 4.945656764 5.092005638 5.068884575 5.291274468 5.183203627 5.067342448 4.872457383 5.146931072 4.959213354 4.80902971 4.971248581 5.204054791 4.771648928 4.932281448 4.880575576 5.064038611 5.223672933 5.110709542 4.921332857 5.07899606 4.997311322 6.113077281 5.360355225 4.816217517 4.897357815 5.322859461 5.815464536 5.434686665 4.910573892 5.325715954 6.092124845 +LQ09X013030 Transcription elongation factor s-II, putative 5.260138277 5.206507331 5.428961926 5.359097442 5.315536777 5.612930854 5.423215078 5.521091575 5.310043505 5.157168016 5.334753806 5.276112775 5.241692203 5.717644201 5.428815249 5.597292155 5.014404364 5.31541608 5.203056717 4.807804113 5.139411778 5.669361985 5.375170326 5.127420188 5.191238408 5.198152508 5.174935121 5.150985083 5.084442708 5.390455822 5.109824668 5.219977833 +LQ09X013040 Predicted protein (Fragment) 11.54075192 11.96042567 11.73111997 12.11804528 12.09146312 13.03836504 12.79798828 13.3714328 11.63067132 11.85123341 11.65068119 12.0600259 12.14628898 13.0434693 12.88846968 13.32254512 12.3034696 12.45265825 12.0699993 12.61853261 12.08344168 12.52109679 12.62402984 13.01667085 11.79378305 12.11143571 11.83518339 12.37424946 12.04004135 12.62741772 12.68473504 12.99687498 +LQ09X013050 Serine/threonine protein phosphatase 2A 57 kDa regulatory subunit B iota isoform 6.128774939 6.108083929 6.259010856 6.564848373 6.09884439 6.893374572 6.479968319 6.013996881 6.279146218 5.85613689 6.376837329 6.975992827 6.382211581 6.415751548 6.861434608 6.318732567 5.842092647 6.112313787 6.093245728 6.521132532 5.658433893 6.085721752 5.850219685 5.573106764 5.940668731 5.683278723 6.052653965 6.483500501 5.80227965 6.109297877 6.001996242 5.748322529 +LQ09X013060 Cyclin-A2-1 9.528423173 10.62189845 8.941417736 9.435845441 9.169712201 9.630769986 10.29105949 9.503431568 9.596149712 10.52629311 9.03331421 9.175329518 8.849225553 9.741682119 10.03299678 9.731500949 8.794492569 8.536688976 8.709614205 8.172412021 8.493243392 8.598702375 8.060425272 8.339162269 9.762899182 9.154136388 9.195603272 7.866151767 8.655166844 8.106096484 8.627072917 8.456249823 +LQ09X013070 Putative Aspartate aminotransferase 5.911360528 6.586913771 5.57779384 6.22622225 5.968835596 6.312261381 5.898359758 6.024566505 6.648601657 6.803037438 5.684279417 6.190421221 5.973025485 5.574717612 6.045112296 5.75849636 6.026524605 5.837437239 5.930112823 6.496031278 5.952368353 6.031908151 5.678037061 5.348512093 6.238781117 6.586124754 5.700063053 5.72428345 6.469808999 5.631984815 5.30486711 5.480001511 +LQ09X013250 Transcriptional corepressor LEUNIG 11.61630558 11.57040398 11.5442846 11.22158085 11.48674963 11.28984876 11.1962323 11.5304739 11.29159697 11.06592723 11.06387316 11.0502748 11.09886698 11.26617255 11.33589606 10.93050289 12.00984793 11.84005354 12.43140836 12.1278585 12.2577295 12.06909769 11.89672675 12.20128833 12.10644444 11.9186809 12.62631996 11.73488278 12.50764 12.44066649 12.19251992 12.32537054 +LQ09X013320 Predicted protein 7.173306186 7.433638195 7.075230238 6.640087856 7.301021473 6.512577078 6.263155145 6.590710429 7.437088847 7.140671749 8.093993109 6.701064454 8.326737862 6.750624886 5.650116649 6.697218121 7.051574643 7.879262525 7.758895258 8.019608076 7.865236397 7.460762458 8.177147768 6.996268454 7.161019407 7.695296986 8.614305457 7.639386709 7.970136425 7.435988233 6.765476002 6.839161865 +LQ09X013330 Probable protein phosphatase 2C 22 8.467366931 9.29765574 7.68883288 9.793047201 8.864780976 9.514039462 10.34793965 10.12554645 8.950199232 9.300744359 8.462737383 9.703141009 8.759725201 9.66320907 10.3259479 10.0490757 8.64655823 8.196963699 8.939887764 7.227148308 6.260450818 8.876304934 7.251445552 8.449878983 8.84387991 8.824121172 8.984503724 7.917059634 7.210313793 9.277121995 8.577251373 8.419017407 +LQ09X013360 Hypothetical protein 4.961184209 5.017673478 4.819479627 4.581320902 4.817275047 4.769013655 4.762713438 4.697857453 4.902755902 4.939413302 5.006587418 4.687290219 4.63681879 4.706935916 4.772147402 4.826131701 5.070510729 4.830507907 5.544247986 4.83111986 4.817033425 4.57461741 4.911411762 5.763530528 5.030504683 5.03728086 5.03354292 5.077014668 4.747898671 5.104329397 5.229094798 5.251232509 +LQ09X013410 Pleiotropic drug resistance protein 1 6.030742536 5.957977722 5.441883458 6.656649099 5.622917201 6.4150568 5.522611931 5.676253911 6.441793006 5.628947024 5.404398899 7.52003098 5.81018901 6.424292498 6.149367435 6.154424974 6.696979144 5.58880947 5.365220755 5.163333614 5.726586555 6.197828258 5.641569649 6.121639411 6.745380656 6.074000875 5.575706772 5.040836327 5.045566699 8.260373246 5.823830577 5.661847723 +LQ09X013430 V-type proton ATPase 21 kDa proteolipid subunit 5.00853942 5.159438168 5.211520174 4.971213199 4.885501715 6.767433115 5.631780208 5.736008003 4.714064776 4.945276638 5.073665668 4.875393882 4.827755072 6.063318973 4.993246748 4.879967164 4.870201494 4.954490704 5.259570005 5.065356297 5.086017942 4.971517608 5.721309059 5.414945296 4.955126074 4.791408588 5.318910763 5.21410005 4.888736083 5.082017997 5.126253721 5.598476819 +LQ09X013450 N-alpha-acetyltransferase 50, NatE catalytic subunit 5.019957636 4.981101405 4.709465839 4.862974266 4.930772112 4.802846915 5.159924129 4.877730059 4.794126069 4.798311902 5.240250508 4.928722262 4.712506957 4.932405241 4.89080703 4.880611188 4.929718067 4.696438033 5.22478084 4.771891975 4.870339285 4.651702609 5.351389607 4.886448987 4.586446225 4.908692379 5.173468871 5.160058893 4.846146581 4.924417542 4.885301051 5.369908073 +LQ09X013460 Predicted protein 5.841938342 5.628820145 6.079701569 5.534685446 5.588640806 5.74152246 5.483931408 5.373144409 5.986776636 6.197238251 5.867161174 5.185992305 6.779184401 5.283807374 5.954736567 5.729494033 5.56444359 5.934075435 5.373852391 5.569438316 5.784557565 5.890732771 5.962828089 5.699664719 5.451670417 6.071373158 5.243686567 5.758304442 5.655705119 5.928778583 5.864990589 6.940554768 +LQ09X013490 Putative Glucan endo-1,3-beta-glucosidase 6.044261683 5.11936069 4.776912796 5.819538165 4.676942367 5.68842401 5.836791794 5.542662155 5.267730742 5.448726185 4.935042552 5.870492744 5.242192018 5.508283769 5.731357232 5.216195912 5.103239877 5.226073034 5.158421977 5.165177595 4.885795402 5.142614717 5.08394987 5.367742802 5.249281229 5.166705253 5.359855299 4.792638846 5.246673349 5.068946489 5.677920698 4.982120116 +LQ09X013500 Putative Carbon catabolite repressor protein 4 homolog 6 7.510890219 7.921686172 8.416687452 7.451455116 7.392788088 8.812323177 8.535046747 8.593885296 7.016389493 7.075802482 7.632562917 7.256008379 7.013859401 8.379228056 7.844709797 7.596076807 7.861435377 6.894323815 7.814306912 7.962957228 6.906512863 7.823730189 9.702813722 9.102038692 7.872752264 6.884999529 8.544252924 7.385318126 7.891134175 7.907873543 9.196864874 9.399780997 +LQ09X013530 Hypothetical protein 4.980335761 5.058590337 5.409397672 4.870576662 5.124596902 4.920964745 5.005482215 4.997032156 4.900046445 4.828015554 5.594668492 4.746765292 5.042977509 5.2377563 4.805873567 5.141800823 4.744531897 5.191360236 5.819571835 4.841758479 4.765159942 4.939030605 5.387034186 5.134791194 5.010180704 4.864612238 5.160338053 5.163366294 4.731334587 4.951124868 5.395075373 5.77377781 +LQ09X013550 Hypothetical protein 6.149759995 6.252600999 5.420450651 8.309493427 5.555089803 8.56099321 9.281743073 8.929618622 6.17196223 5.947894837 6.280130433 8.064110502 6.604314267 8.783894268 8.992091012 9.195193198 7.507010339 8.032845759 6.88311403 7.692139534 7.99170929 8.596992834 9.129719779 9.288510593 7.452986571 8.232350803 7.725753387 8.846370831 7.912999562 8.978912203 8.041631769 9.379273773 +LQ09X013590 Oligopeptide transporter 4 11.35303559 11.06746746 11.42773147 10.99778017 11.70556458 11.00762148 9.86962294 10.78708569 12.10021061 11.66938701 12.20213148 11.44612718 12.08105719 11.19865276 10.79640674 10.52465188 10.38350617 9.732235777 11.21993249 12.21660049 10.60455334 11.32736305 9.551424285 8.725668627 11.13347477 10.69141297 10.65646176 11.11283385 10.94398653 10.24237064 10.07875244 9.840807235 +LQ09X013630 Heat shock 70 kDa protein, mitochondrial 12.60618016 12.75966531 12.07817078 12.73971679 11.72710457 13.244617 12.9072705 12.68772551 12.14283113 12.4736393 12.06628724 12.41005005 11.84062697 12.83311435 12.44504701 12.58600098 12.62016525 11.86185757 11.6534439 11.48031172 11.93061517 11.71892408 12.39608533 12.74395239 12.58395119 12.03377958 12.20171484 11.38071345 11.88630304 11.97850322 12.35440615 12.68455066 +LQ09X013650 Bromodomain-containing protein, putative 11.6557887 11.57952266 12.0533754 11.44534751 12.10040736 11.64613253 11.67781197 12.25072373 10.7317398 10.79085287 11.09820828 10.80799414 10.90374851 10.93870506 11.8191524 11.17647978 11.36314964 11.77774401 12.017974 11.52922263 11.80779074 12.21425907 11.74938886 12.40991368 11.69402004 11.62026021 11.8961917 11.77579593 12.01541035 12.51413583 11.77036958 12.72786597 +LQ09X013660 ATP binding protein, putative 5.861649734 5.479501827 5.804806738 5.724956207 5.729686453 6.209448761 6.529770547 6.688854729 6.055469374 5.29722372 5.50837292 6.091705359 5.974368715 6.406734928 6.626208484 6.522872357 5.638265324 5.873331998 6.178912357 5.652261914 6.19102068 5.870698219 5.906811607 6.019545761 5.635143787 5.567978846 6.047090369 5.071052446 5.910958869 5.912951743 6.16059496 5.227169508 +LQ09X013670 Putative Glutamyl-tRNA(Gln) amidotransferase subunit A 8.822771009 9.050189174 9.515521609 9.186715344 9.910945763 9.221452247 9.118001423 9.560435095 8.832537667 8.749658707 8.933583012 9.017684133 10.0068644 9.191725498 8.954892893 8.736623506 9.124203301 8.982230619 9.66693666 9.663346122 9.494422829 9.786943843 9.512309498 10.59859805 9.181610689 9.069205812 9.560685922 10.20702685 10.32119831 10.2471828 9.703908595 10.62719348 +LQ09X013680 Putative APO protein 3, mitochondrial 11.44579396 11.46505317 11.20290335 10.37008836 10.40440533 10.81654418 10.93660796 10.53274328 11.16214628 11.08230712 10.9413892 9.903662857 10.34583106 10.59025048 10.25146432 10.25000636 10.79707365 10.84398668 10.64494059 11.03758292 10.80477807 10.11236248 10.84449598 10.51375017 10.59250467 10.49370392 10.65754413 10.30965313 10.63702377 9.700562441 10.62237333 10.36251258 +LQ09X013700 Hypothetical protein 13.40471171 13.63479165 13.30641822 13.65502837 13.09663517 13.86713313 13.85696432 13.48613771 13.73439079 13.79624556 13.57594148 13.73285656 13.36469021 14.05430838 13.95610976 13.80678861 13.36680387 13.61089413 13.71554133 13.69684397 13.8269845 13.72709237 14.35251714 14.35329033 13.77828015 13.82678645 13.76393895 13.97963868 13.82151431 14.02529578 14.00839191 14.24860489 +LQ09X013710 Predicted protein (Fragment) 5.464969409 5.022741731 5.542536254 5.762691973 5.464891494 6.077462018 5.734985653 5.467177805 6.050733542 5.572291758 4.856408829 5.786089717 5.369016493 5.686998772 6.194535486 5.873938014 5.089598911 5.36563143 5.160369769 5.400504822 5.254159583 5.22818493 5.28121305 5.040083545 5.018110764 5.511579652 5.087168209 5.455126971 5.522380617 5.180584803 4.876165855 6.029601173 +LQ09X013720 Putative uncharacterized protein 11.08057376 11.40060237 11.05475978 11.35624061 11.3118712 11.70593898 11.63891971 11.72058342 11.07832667 11.67512944 11.16010292 11.2352286 11.12783559 11.68109238 11.41671556 11.9300839 10.6350856 10.53097434 10.31596987 10.85721865 10.15977847 10.47947285 10.35280988 10.80060158 10.73707917 10.51634771 10.71709724 10.16663702 9.587925366 10.84183567 10.72253385 11.12906092 +LQ09X013750 Predicted protein 11.88159955 11.9264682 12.10594479 12.31437206 11.92569031 11.75072648 11.70553344 11.32772541 11.88349796 12.01812514 12.069614 12.29161747 12.11056763 11.92293863 11.7663418 11.87751732 12.54025376 12.51151026 12.38265915 12.23774483 12.34401051 12.24772975 10.87856825 11.60804232 12.46176278 12.63903284 12.30711199 12.40578393 12.35330693 11.73653799 10.84338794 11.40685458 +LQ09X013770 Polyol transporter 5 12.09083042 12.41488038 12.52015411 11.32526422 11.94387021 13.03073585 11.56324396 11.52109112 11.37036531 11.22195011 11.96165217 11.30883642 11.76959709 13.14836666 10.99789589 11.63928877 12.72347582 12.02214103 11.91830854 13.0211065 11.91351871 11.86485841 12.51836661 12.04429842 11.73528843 11.22224359 11.04431368 12.79891021 11.80899476 12.74975867 11.89467795 12.06646495 +LQ09X013780 Putative Pseudouridine kinase 9.127806852 9.498303437 7.216670994 8.615360707 7.717743455 10.01027922 9.741103316 9.543308728 9.532213142 9.289878358 8.580258841 8.793525096 7.826448681 10.14306408 9.556750043 9.342678232 9.681615477 9.201144173 8.99909555 6.92330407 6.852981705 8.250493026 9.577981948 8.452447904 9.730996612 9.312781928 7.758379763 6.932271729 7.877717246 8.651545901 9.397343411 8.502603509 +LQ09X013800 HVA22-like protein k 6.153171298 5.867842297 6.136149064 6.007018176 6.069154346 6.199099197 5.943614918 6.566371962 6.183168899 5.759900242 6.112492946 5.897126858 5.964855182 6.146048755 5.740723573 6.140605747 6.102060092 5.975938234 5.653831741 5.871191156 5.951533459 5.794129504 5.686876801 5.717850996 6.042164722 5.762618081 5.903215863 5.455845038 5.701717455 5.779247501 6.289320637 5.302425085 +LQ09X013830 Putative uncharacterized protein 5.419803087 5.091351205 5.368662969 5.335107915 4.901072507 5.142787132 5.377862174 5.276583898 5.826669546 5.895717291 4.951634895 5.152340293 5.080191976 5.396350825 4.988986286 5.233443348 5.267405536 5.208714493 6.701919358 5.595854123 4.922533637 5.118585173 4.777813077 5.090645395 5.169407516 5.195456864 5.882174858 5.254394091 4.871848688 5.090402811 4.803152694 5.023796297 +LQ09X013850 NEDD8-conjugating enzyme Ubc12 12.4681496 13.36616109 12.79157169 13.27119409 12.95979745 12.58187721 12.73078078 13.08420781 12.71865054 13.1691663 12.96192875 13.21702291 12.93524465 12.5313708 12.59687835 12.84475158 13.27010682 13.51735517 12.74900403 12.89522961 13.05008304 13.42454276 12.1206872 12.19791707 12.95914366 13.15207817 12.51211992 13.01693554 12.72247258 13.03365524 11.79913561 12.20867376 +LQ09X013860 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit 12.42001471 12.02556299 12.41594181 11.77915568 11.67118289 10.76870335 10.70541776 10.08424073 12.30860097 12.32020797 12.35516825 11.34606867 11.83419898 10.87021033 11.10029565 10.30029532 12.25621487 12.16626011 12.48107891 12.48185929 12.47654451 12.01318927 12.32615889 11.8324404 12.46732079 12.32775706 12.67735829 12.29898356 12.90655624 11.80980784 11.99240346 11.58810799 +LQ09X013870 Putative uncharacterized protein 10.24140056 9.077636633 10.44606377 9.442602576 11.20665067 10.35244435 9.468837933 10.51084835 9.482779046 10.32385677 10.05895016 9.224347626 10.01501792 10.56055598 8.401972541 10.50179006 10.93474119 11.02177519 12.26980702 10.82272727 10.82117093 9.095445295 12.04915648 10.85293139 11.17562877 10.86698195 11.06633087 12.56526949 10.84653088 8.725611948 11.22105508 10.76154407 +LQ09X013890 Probable 1-acyl-sn-glycerol-3-phosphate acyltransferase 5 5.304928927 5.66459065 6.304202724 5.578006399 6.233765166 5.335821706 5.244332008 5.441959199 5.596979956 5.448526617 6.104428107 5.422929303 5.873119572 5.302377222 5.405558619 4.888070781 5.437686002 5.557696443 5.345310395 5.824729123 5.38262352 5.765567938 6.407269477 6.222255042 5.685251694 5.658618914 5.333893664 5.927027143 5.940890744 5.596073374 5.567652331 5.420022303 +LQ09X013930 Putative Phospholipase A-2-activating protein 5.290893461 5.124619452 4.94193113 5.187112256 4.998179911 5.558725642 5.858681758 5.351260201 5.283613069 5.230982768 5.053954891 5.34168911 5.077496121 5.404774179 5.246536881 5.361380483 5.171324572 5.045950578 5.689349 5.139306448 5.053823045 5.235970631 4.831623727 5.167893404 5.499171583 5.052636927 5.788080651 5.586890173 5.291032611 5.168888057 5.210740705 5.529154448 +LQ09X013950 Cytochrome c biogenesis protein CCS1, chloroplastic 6.217720315 5.457100956 6.081394009 6.754193844 6.218990703 6.560415146 6.504320314 5.803478439 6.513498185 6.069252817 6.119104995 6.851012484 6.723385498 6.489973975 7.826166232 6.809766338 5.985442231 5.681766902 6.438903853 5.742056968 6.467765578 6.090219871 5.43685665 6.206715115 6.120738746 6.032464014 5.986055183 5.446256513 6.020651295 6.125449366 5.463330293 6.376664135 +LQ09X013970 4-hydroxy-3-methylbut-2-enyl diphosphate reductase 4.992721169 5.2940787 5.295036688 5.737292691 5.497271429 4.843348528 5.395196625 5.392996613 5.260037773 5.771181078 5.263679576 5.607694159 5.106776808 5.316219335 6.691122534 5.334155252 5.127455015 5.458909225 5.232533835 6.125116801 5.432259181 5.654729965 5.331688981 5.7522156 5.202576953 5.539273417 5.149410689 5.827110629 5.242481472 5.410630719 5.063070275 5.680920277 +LQ09X013990 Putative Uncharacterized protein At2g34460, chloroplastic 13.4722511 13.08251915 13.98382655 14.72934777 13.99824817 14.33100194 14.43577855 14.6193457 13.59584381 12.67110683 13.87225205 14.37717416 14.36063766 14.30783174 14.49986668 14.45897982 12.21044149 12.71811831 11.17729945 13.23352812 13.82742687 13.48677719 13.70685209 13.96938897 12.23947272 12.79072176 11.36843388 13.9285697 13.89852098 13.98934004 13.78343837 13.37839032 +LQ09X014010 Putative uncharacterized protein 9.201296752 10.56146481 7.460096002 5.699432917 5.911321359 5.452012017 5.619500641 5.49923362 9.434186096 10.07827139 8.923162646 6.047339047 5.912389321 5.620504329 4.925430987 5.141713818 8.862422757 8.348185996 10.42775485 8.391365257 6.831294879 8.958355911 6.261668771 5.11192383 9.161375838 9.669130531 10.92135168 5.978547865 6.923120619 5.679205123 5.677411391 4.977175272 +LQ09X014030 Inositol-tetrakisphosphate 1-kinase 2 4.845576733 5.056684907 5.038144501 4.908346976 5.170530118 5.39713712 5.18429602 5.039564288 4.795068553 5.007132846 4.870992833 4.784394146 4.797877298 5.349079962 4.935962741 4.847710804 5.052775102 4.922874026 5.274283887 5.160314246 5.468005814 4.71099247 5.443567543 4.947413418 5.003751384 5.286531204 4.835011876 6.437765967 4.805003978 4.797775251 6.148624546 5.551729744 +LQ09X014040 Pyruvate kinase isozyme A, chloroplastic 4.911269675 5.078322872 4.813144691 4.76227979 4.89365164 4.772973598 4.766028384 4.772688322 4.841085705 5.107249781 4.852443675 4.94545923 4.865916114 4.568049694 4.482538691 4.834535204 4.549700046 4.83901848 4.953533489 5.035477827 4.963961002 4.840787418 5.195670613 5.164129672 4.673234 4.888862366 5.011466014 5.328442388 5.108301948 4.773357598 5.117234817 4.708795345 +LQ09X014050 Putative uncharacterized protein 11.04600374 10.51870247 11.85519809 12.43111276 11.26335514 13.89299939 13.47980586 13.58200736 11.40634999 10.07325296 11.61151311 12.3347803 11.4776466 14.08724546 13.45973705 12.8185341 11.65499897 11.94624982 10.33884788 11.83829786 11.2151863 10.66720368 12.25356519 12.24511344 10.74059731 11.26355207 9.541800084 11.94574874 11.29671627 11.11949352 12.41865566 11.73312206 +LQ09X014070 Tubulin alpha-2 chain 5.508742419 5.997559193 6.520988588 5.841104744 5.39021949 5.673863401 6.038009361 5.681404067 5.456482548 5.348656916 6.394383602 5.719289362 5.872735102 5.774497699 5.523514927 5.791055762 5.644718387 5.731112276 5.813761364 5.898580395 5.536856211 5.63078298 5.260831144 5.911389521 5.680983996 6.106034931 6.016637444 5.208534124 5.487880197 5.820885627 6.002622046 5.499195137 +LQ09X014080 Putative F-box protein SKIP22 5.431482074 5.220278034 5.175565559 5.169738053 5.678509152 7.097553695 5.856179515 6.928098879 5.160418168 5.492793969 5.292534036 5.08264854 4.996571592 5.789697871 5.877413417 5.506774423 5.308472018 5.474899601 5.634125572 5.432338944 5.17414481 5.067419137 5.400852844 5.679316476 5.174021683 5.043835941 5.263017865 5.349622658 5.350167641 5.481947206 5.924911502 5.667905761 +LQ09X014100 Protein binding protein, putative 9.726591123 9.10867891 10.21107446 9.687468204 9.853470944 9.847183959 9.556385603 9.648797683 9.019664422 9.064474455 9.592203189 9.064002067 9.305712642 8.84400416 9.240860054 8.639007321 9.079207837 9.270652829 8.69486089 9.042174728 9.291652216 9.323714479 8.811174048 9.262906436 8.780368327 9.068494494 8.133147658 9.023582571 9.208888174 9.545125836 9.322077376 8.859865709 +LQ09X014180 RNA splicing protein mrs2, mitochondrial, putative 6.02292535 6.213245008 5.802980595 6.539018131 6.005316942 5.896199226 6.198126544 5.719523607 6.198120454 6.248407922 5.722741554 6.15610522 5.861583515 6.173876053 6.49730196 6.252101961 6.178113185 5.825317608 6.373080961 5.743112724 5.796376675 5.892907524 6.025475436 6.314399561 6.270887141 5.98341703 6.115843183 5.3457963 6.193932176 6.012791837 6.106255277 5.366811458 +LQ09X014190 Putative uncharacterized protein 12.94453089 12.76170099 13.79625725 14.51093891 13.37419008 14.07989759 14.59458239 13.94694576 13.2621002 12.94344739 13.63046788 14.37693391 13.66880104 14.27589866 14.31239447 14.25661057 12.5472117 13.24550793 11.7675298 13.13167446 13.09193759 12.90939138 13.50758595 13.59485064 12.31402618 13.17447434 12.13456153 13.37346801 12.52843419 13.40769219 13.38171114 13.22550944 +LQ09X014200 Predicted protein 7.289279113 7.124455617 6.302234003 8.066299014 7.448267444 5.492003728 5.699965899 5.148714637 7.873727938 7.054509624 7.189538137 8.040253503 6.224577604 5.147431583 5.428222308 5.663301949 7.33265947 6.511714597 6.510016222 6.245187779 6.649584553 7.295028159 5.352621523 5.209470732 8.371094234 7.058562551 6.948691944 5.360768046 6.233567746 7.359907642 5.202924837 6.053733799 +LQ09X014210 Hypothetical protein 5.00332682 4.772856612 4.959905315 5.043529911 4.984125167 5.002187008 5.12276949 4.838928998 5.065363946 4.999957193 5.260722354 4.680089709 4.791588464 5.115473425 4.74273854 4.836634574 5.40937024 5.086263044 5.554952806 5.022823019 5.333030726 4.690647402 5.106551455 5.511174137 5.319676757 5.503145688 5.417075271 5.064710982 5.089773621 4.892222659 5.455870139 5.695194426 +LQ09X014220 Putative Cyclin-D1-1 11.13780182 11.30110456 9.966912475 8.254841522 9.409440346 5.681167106 6.110295453 5.667739874 11.23854101 11.17902977 10.29739554 8.496319642 9.345332588 6.281232084 5.738707284 5.880827415 10.47492144 10.60073217 10.50372214 9.954899788 11.00083497 10.21940004 5.512259506 5.745360024 11.39280323 11.17472508 10.42825318 9.07597778 10.30827178 7.565886711 5.686779548 5.813124086 +LQ09X014230 Nucleobase-ascorbate transporter 4 9.901609313 9.629698521 9.652760502 10.66126405 11.14553169 9.988962172 10.50225978 9.975875357 9.690913693 9.288035541 9.8226623 11.34236717 10.6656369 10.6822531 10.85854663 11.6416713 10.44875591 9.939486271 9.989103033 10.13344641 9.517819167 10.40999349 8.349625474 11.08805051 10.41106765 10.06484207 9.281312137 10.36854575 9.771575808 12.04790301 8.453883784 10.5945112 +LQ09X014280 Probable LRR receptor-like serine/threonine-protein kinase At2g23950 5.284996638 5.597459872 5.674593314 5.355148085 6.779640602 5.262409402 5.705782654 5.785911754 5.529551724 5.211974698 5.264574817 5.518388485 6.089513224 5.52315755 5.206376456 5.747089162 4.993145281 5.710186761 5.356865451 5.747807079 6.013443064 5.447938177 5.542766843 4.846445859 5.516391025 5.893969829 5.193125072 5.565383501 5.968811477 5.676965116 4.945744305 4.890004074 +LQ09X014290 S-adenosylmethionine decarboxylase proenzyme 7.613500621 8.49260652 5.837514088 5.908572033 5.690585491 7.391514903 6.520391419 7.577866922 8.245281857 8.516782717 6.673044324 6.176654788 6.455229521 7.582642621 6.157260645 7.543159507 9.632749045 8.511664667 9.788158866 8.112015148 7.640416202 6.252439663 6.375887621 5.60586639 8.86180889 8.055531707 9.261269401 5.583742375 6.669569253 6.115444221 6.188168915 5.676456338 +LQ09X014300 Putative GDP-L-fucose synthase 2 4.975045053 5.163217215 5.87276349 5.317667506 5.020847689 5.09162245 5.22913929 4.917865183 5.613552854 6.774958835 5.777336661 5.411254346 5.534641521 5.348848797 6.416289243 5.140526681 5.362341574 5.166296681 5.038161803 5.191304443 5.258597619 5.184037729 5.014236724 5.054181595 5.338417032 5.555388428 5.330354902 5.244769328 5.221102664 5.184058379 5.20773824 6.061068596 +LQ09X014310 Hypothetical protein 11.74079982 12.15910584 10.49566447 9.742815787 10.07491887 11.61678164 11.34644833 10.80764766 11.66449149 12.54618466 10.68477529 10.00059382 9.763133074 11.650505 10.88132884 10.69999533 12.00439556 11.38805898 11.63620311 11.04975403 10.58393053 10.18854907 11.52521873 10.9623384 11.95484284 11.4371673 11.59065583 10.51531194 10.23345867 9.874318272 11.62131552 10.43879074 +LQ09X014400 Putative NADPH-dependent diflavin oxidoreductase 1 12.38853585 11.54180048 12.96598406 13.50761897 12.65125765 14.02190143 14.31898807 13.94517733 12.47447864 12.23560721 12.6780993 13.03076224 12.61408584 13.90746099 13.89209384 13.75830131 10.84932251 12.18068888 11.42156629 12.23565439 13.04133512 12.0700028 13.50166752 13.62156928 10.82996783 12.46773639 12.08154966 12.63474038 12.11969616 12.87187714 13.033627 12.93381993 +LQ09X014410 At4g30840 4.988906001 5.123316238 4.815926705 5.289486888 5.083835748 5.232196696 5.089317151 4.994290901 5.386166239 5.531646608 5.400734542 5.361533892 5.314641584 5.187376607 5.592583302 5.052884594 5.292115497 4.929338084 5.137344169 5.319722628 5.682490118 5.21833107 4.98538976 4.910411035 5.031585651 5.15078817 5.589821095 5.307334121 5.543600851 5.036970166 5.466181817 5.262112204 +LQ09X014430 Putative uncharacterized protein 12.00999003 12.60893739 12.4476777 12.30721315 12.83430115 12.22821524 12.4310874 12.9989816 11.95741136 12.36382615 12.27878354 12.02399647 12.54353944 12.07621684 12.38292566 12.93144039 12.78400986 13.15976708 12.28250581 13.03807676 12.85293572 13.22364265 12.57031973 12.97945767 12.05414354 12.96987342 12.13101954 12.74037938 12.94288931 13.13733288 12.51232213 13.10871574 +LQ09X014460 Lipid binding protein, putative 4.869728633 4.848747797 4.988109507 4.649873667 4.712479437 4.650112983 4.677456244 4.76271733 4.791785226 4.784172491 4.703890652 4.714787665 4.630406423 4.476951445 4.607764966 4.596563255 5.34574759 5.224351474 4.76344159 4.734441622 4.798494986 5.39134559 5.845755642 4.969162874 5.161859143 5.326215727 4.91787262 4.968469414 4.98764011 4.915129627 4.954925606 4.567374841 +LQ09X014470 Putative uncharacterized protein 5.340855029 4.916144567 5.255652336 5.152258655 5.553702534 5.887156289 5.504024747 6.048878568 5.381368253 5.229638236 5.625348042 5.270508341 5.512279945 5.576148053 5.556857869 5.965901908 5.248192247 4.894389263 5.062678997 5.072647459 5.651210401 5.076802232 4.930869613 5.273066858 5.178684578 5.132957284 5.134473721 5.033606739 5.067343674 5.072823397 5.534111012 4.744792231 +LQ09X014490 Serine carboxypeptidase II-2 (Fragment) 14.16767958 13.69374753 14.95846139 15.21467933 15.06630254 14.95542001 15.25576916 15.40235578 14.26804294 13.45677978 15.03263613 15.3935749 15.01821189 15.14931771 15.29874682 14.93938141 14.03982665 14.30547814 13.71566256 14.40125459 14.4879198 15.18371282 14.81393654 15.18603097 14.10817906 14.36850999 13.53843189 15.42657035 14.90281309 15.45816216 14.24669629 14.59519692 +LQ09X014600 Putative Ubiquitin-like protein 13.72818027 13.99551957 13.81268078 13.93391495 13.69205708 14.30393616 14.22895563 14.43006131 14.02504641 14.09412126 14.15416493 13.81821486 13.75128448 14.24501047 14.21558486 14.27713378 13.63250909 12.90586411 13.17377465 13.64971321 13.161258 13.59094542 13.88410843 14.11561991 13.69989837 13.26922479 12.94901594 13.7553461 12.52921845 13.60980981 14.09847764 13.77037898 +LQ09X014650 Putative Predicted protein 5.193846541 4.878615678 5.515891562 5.503652576 5.390016024 5.363451001 5.197844682 5.436821928 4.971316357 4.898309087 5.524822395 5.581221518 5.149722631 5.60732575 5.192825727 5.166592237 5.274425624 4.770182541 5.328969258 4.946771693 5.139924105 4.889711306 5.628397653 6.345061855 5.295000336 4.953584697 4.782727834 4.969966912 5.161291508 4.79758125 5.099150098 5.600749268 +LQ09X014690 Cellulose synthase A catalytic subunit 7 [UDP-forming] 8.931199775 8.270364966 11.08060738 12.52803052 11.83832114 8.656074924 8.195984625 7.641599869 8.499464554 7.350181361 10.59467192 12.3045922 11.63758801 8.556650443 8.651372472 8.682110516 8.529505088 8.731193166 8.414367821 10.59898115 11.35332137 11.824973 6.662243904 6.878703171 8.831052074 8.859986955 9.020393563 11.64201577 11.39009752 13.69438506 6.21655781 7.28599514 +LQ09X014700 Putative Translation initiation factor IF-3 11.85117303 12.38310976 11.96631352 12.08695837 12.37085521 13.03363656 13.14799596 13.46513829 12.0856129 12.36708204 12.10049782 12.02162552 12.48396948 13.13542766 13.10126676 13.30191706 11.95050608 11.6409844 12.77637694 12.38647653 11.91424487 12.6029945 13.49426952 13.52028272 12.29689739 12.30004521 13.07127862 12.64016506 12.3652234 12.65560741 13.5094333 13.40177802 +LQ09X014710 Heat shock 70 kDa protein 11.04398779 7.012861324 9.522211476 10.53085403 7.056094317 12.41767442 11.69509482 8.367237401 9.424553052 6.438356961 7.805809764 9.34938567 7.104534556 10.79547452 10.0811531 8.239674133 9.45843525 9.59489089 6.782081281 7.742867871 8.581828564 7.106890961 10.30582758 6.039022324 8.879537666 7.899326503 5.559714856 6.540391565 7.734725511 7.271132429 9.655053223 6.494532364 +LQ09X014720 Eukaryotic initiation factor iso-4F subunit p82-34 12.11426012 12.55788666 12.1142934 12.01320186 11.88023729 11.9173698 12.00471065 12.04331395 12.05409726 12.5787522 12.11111179 12.2249306 11.9969501 11.79080344 12.03482849 11.93193136 12.75677673 12.85504889 12.0169151 12.72410831 12.69417429 12.17376158 12.32736069 12.71532019 12.6284001 12.7044356 12.48054382 12.78458336 12.63049704 12.34080024 12.29716563 12.83567457 +LQ09X014740 Hypothetical protein 13.80762763 13.75751107 14.72925071 14.48935343 14.96553181 14.3688606 14.11171745 14.14685522 14.67287942 14.1670768 14.91964634 14.70703521 15.42160375 14.47826049 14.34822789 14.3262817 15.1441741 15.11815047 14.8389115 15.22840687 15.3227597 14.76992728 14.70980013 15.13832631 14.00318151 14.59415679 14.37963298 15.13358822 14.96865317 14.73383785 14.78428621 15.25043823 +LQ09X014770 Uncharacterized protein At2g34160 6.30444004 6.262683392 6.119146677 5.97875854 6.608287547 6.421831571 6.343011427 6.267136223 6.711231349 7.029718 6.831863212 5.837008676 6.686844792 5.628298715 6.131306345 6.026785286 6.261676092 6.286165295 6.044727586 5.804893083 6.339781682 6.419234644 6.022432002 6.770588927 6.382207463 5.840389509 6.088416076 5.815241816 6.160121753 6.11197185 5.908838143 6.370770757 +LQ09X014780 Cellulose synthase A catalytic subunit 1 [UDP-forming] 5.276998671 5.311522907 5.453942912 5.366789865 5.758765678 5.513313594 5.456972296 5.154703337 5.180608899 5.228058626 5.317563602 5.512721075 5.392649046 5.385566484 5.718354914 5.297642907 5.392267961 5.477993276 5.37758978 6.098973938 6.155117248 5.494167714 5.209048656 6.125750615 5.188204754 5.142585098 5.224645426 6.130554134 6.138085212 5.23424918 5.199320609 5.966230809 +LQ09X014810 Putative uncharacterized protein 12.75712208 12.51618481 13.21549004 13.6250393 12.96093005 14.16948705 13.99897845 13.78746325 12.88453332 12.29569284 13.13430915 13.46602349 13.17174518 14.3609423 13.98015734 13.61743413 12.97328873 13.03906259 12.878873 13.77063703 13.56450542 13.14119688 14.80432617 14.39929872 12.91434327 12.95018373 12.9537845 13.79341349 13.58033452 13.84040099 14.95971201 14.1712092 +LQ09X014900 Tso1, putative 5.592534118 5.763528719 5.767716604 5.787116084 5.658710902 5.107397733 5.282184277 5.150666425 5.728469717 5.003931471 5.95076551 5.775831569 5.696316075 5.146052035 5.03375022 5.344963529 5.556555913 5.877714104 5.176439606 5.773488924 5.64448449 5.614879738 6.036008533 5.117274495 5.612363834 5.431424663 5.539919028 6.193700144 5.45355271 5.739857723 6.108963351 5.707580587 +LQ09X014910 Putative Acyl-protein thioesterase 2 8.770830875 9.128565064 6.989498325 7.216855626 6.755056384 8.871002501 8.428532754 7.550798359 8.671041774 9.942214082 8.218706746 8.020846291 7.203914139 8.839336948 8.273864726 8.552756773 9.574048227 7.79197819 10.09289906 8.313572816 7.713168759 7.846572939 8.901228805 8.631663734 9.932127128 8.73199535 10.5174042 7.732862986 7.359077077 7.433741171 8.64559379 8.118438548 +LQ09X014930 Peptidyl-prolyl cis-trans isomerase cyp5 13.46160444 13.36509499 13.41671245 13.0345491 12.92145645 13.83157796 13.64974135 13.64519436 13.41821626 13.30629642 13.34842463 13.22155349 12.83697579 13.94936326 13.48930349 13.53324019 13.46934906 12.91026119 13.04772266 13.031394 12.999692 12.70832591 13.33994289 12.87005031 13.37990759 12.62174925 12.8726415 12.98537011 12.80674616 12.50111555 13.20642143 12.70035007 +LQ09X014970 Putative uncharacterized protein 6.031729073 5.651965262 5.571602893 5.822572574 5.704391252 4.965813942 5.083590218 5.205330292 5.709124215 6.111042679 5.495087434 5.345817186 5.671708541 5.306111626 5.483284884 4.953750429 5.8169123 5.835485101 5.172274822 5.237577164 5.166787836 5.887681844 5.606775587 4.922258522 5.389341226 5.469396283 5.530960499 5.028331523 5.281196224 4.937250813 5.176847515 5.075332273 +LQ09X014980 Cytochrome b-c1 complex subunit 7 14.8324842 14.43938973 14.56209921 14.00162798 14.19077247 13.78235434 13.84555461 13.48557233 14.8473927 14.93969632 14.78299564 14.14493991 14.38042214 14.00703508 14.01535996 13.76475627 14.82390644 14.29925534 14.80976785 14.80746629 14.73137931 14.37620577 14.65007003 14.43699434 14.99567931 14.37199175 14.92037724 14.58448209 14.07878727 14.09485108 14.56856889 14.45824473 +LQ09X015050 Probable 1-deoxy-D-xylulose-5-phosphate synthase, chloroplastic 4.877734516 5.230951849 4.637894923 5.079687937 5.20586607 5.102834267 5.040919939 5.331715314 4.753093171 4.611199191 4.654755107 4.87740801 5.067930033 5.268456817 4.930869209 4.968875443 5.012995405 4.962407929 4.961600028 4.670140824 5.185432449 4.949678764 4.975946034 4.951917661 4.761562797 4.908571788 5.131236314 5.152536763 5.017231442 5.25037505 5.04284234 5.254550171 +LQ09X015140 Putative uncharacterized protein 11.49086368 11.86099999 11.63547524 11.71999218 11.45413069 12.03311831 11.82934641 11.86962863 11.64755182 12.02131151 11.83339635 11.74970477 11.55981309 12.08767246 11.63072581 11.91593999 10.9056273 10.21971232 10.03793585 10.97180852 10.92476176 10.48238924 11.15976813 10.81550815 10.9752509 10.43924102 10.20193139 10.94684484 10.50317737 10.53262211 11.26530288 10.77336938 +LQ09X015160 Putative Lactation elevated protein 1 5.461436253 5.533890806 5.726064234 5.638420818 5.629130596 6.052612359 5.562467064 5.406877679 5.64926837 5.225133385 4.979018049 5.547495467 5.148015205 5.912565171 5.470628794 5.522313343 5.891314392 5.93850637 5.407552507 4.918821178 5.232550807 5.218488102 5.588768026 5.155259047 5.63178767 5.384398319 6.173335228 5.46949638 5.273579659 5.044785885 5.708519304 5.514529793 +LQ09X015190 Putative Bifunctional dihydroflavonol 4-reductase/flavanone 4-reductase 4.85918118 4.573845646 5.363898597 5.039683427 5.274298001 5.243832906 5.049536184 4.996382192 4.770335794 4.668258306 5.253981813 4.950061506 5.329322657 5.01931742 4.970850523 4.793543942 5.056887646 4.654287228 4.698818249 5.498294624 5.491479825 4.956840652 4.558024547 5.031169173 4.79212817 4.733172222 4.782730584 5.743540784 5.077581741 5.256895438 5.80623849 5.219628794 +LQ09X015210 HD domain-containing protein 2 11.15832436 11.40076095 10.84923833 12.39019154 10.90544307 12.16903315 12.2317781 11.74234169 11.36401835 11.18580824 10.91027646 12.28734376 11.23183298 12.37588071 11.84157298 12.19029144 11.72144284 11.98317291 11.88201472 11.27159017 11.89846725 11.35457312 12.04007009 11.34939281 11.70846684 12.01683988 11.99253923 11.53582903 11.65416735 11.64309378 11.59807475 10.99136984 +LQ09X015240 UDP-glucuronate 4-epimerase 1 13.30331972 13.79583166 13.40567326 13.6366529 13.88484741 11.28983857 11.4401726 11.00538879 14.25180531 14.34210149 13.805596 13.62372626 14.73784925 11.1214227 12.07315189 11.70155968 13.32774895 13.51131791 13.19546949 13.4882843 13.6568499 13.96289804 11.3446362 12.09418741 14.02767994 14.4207591 13.03946894 13.83047012 14.49928284 13.53814917 11.6702263 12.41384681 +LQ09X015260 Hypothetical protein 13.10284667 12.52363566 12.1186182 11.81184151 10.89481447 12.21674781 10.72274039 10.42661403 12.17396956 12.32312695 11.27096174 11.63581789 10.93701467 11.17677457 9.705053887 11.10643973 12.34138529 12.4621623 12.08195007 11.69481184 11.57448701 11.01290789 9.860825228 9.717488596 12.5993889 12.06782917 11.92459313 10.40963426 11.65950627 8.595919079 7.868015081 8.537547695 +LQ09X015270 Hypothetical protein 12.64405787 12.14975066 11.60836371 10.74684002 8.999485912 11.18381389 8.155430932 9.568033227 11.59660977 12.08378442 10.1873604 9.856686081 9.375211837 9.646426245 8.514362921 10.33901164 12.35079033 13.06424184 11.45224386 11.4990354 12.51439332 10.65810981 9.925724686 11.54931854 12.45639941 12.5614905 11.79488492 10.66631168 11.29591009 8.515740927 6.251140656 8.751753057 +LQ09X015300 Cytochrome c oxidase subunit 6B 6.107528106 5.689171455 6.152553891 6.099588435 6.210834672 6.193452461 6.147831917 5.821523127 5.861926164 5.901080808 5.916392826 6.01934116 6.30017813 5.817008394 6.162592932 5.778419833 6.160647339 5.900898891 5.220449704 5.833586876 5.844667919 5.932983598 6.061913517 6.688440385 5.857367904 5.661820659 5.641269962 5.665305255 5.845505809 6.00351081 6.1430719 5.607206372 +LQ09X015310 Putative uncharacterized protein 14.33352241 14.50914568 14.63375021 15.01297607 15.02116579 14.35833863 14.69815766 14.83226302 14.43763158 14.59760013 14.57775617 14.88187902 14.66329606 14.7406441 15.43198974 15.00659281 14.71562853 14.52814654 14.38696219 14.16112759 14.1428462 14.87233371 14.3011849 14.55244615 14.12960643 14.42070422 14.30991891 14.60573905 14.08811923 14.98722371 13.9815199 14.68422834 +LQ09X015510 Putative Predicted protein 6.166716238 7.481497044 11.28814791 14.41327984 13.51790078 14.68284071 14.40879734 14.87383834 8.125454715 6.301017285 11.60398441 14.40416415 13.47997334 14.59512226 14.82142374 14.50443754 9.253961554 9.640144692 7.545586181 11.66448715 13.49362177 12.06303798 13.59481729 13.99191733 7.266796314 5.284026891 5.289712144 13.32727351 12.38962755 14.40446071 13.79015186 14.10425556 +LQ09X015530 Predicted protein 5.159077796 4.955439026 4.797231709 4.981041987 4.974854025 4.840115122 5.014936466 4.869719397 4.922805815 5.104077958 5.369740934 5.045538813 4.869248102 4.902967624 4.944965492 4.852379982 4.715894805 5.222600985 6.090424293 5.698417638 5.505711448 4.906003595 5.871168312 5.12887676 5.222302717 5.096960641 5.70267122 5.335943331 6.172130966 4.633261915 4.850618885 4.858753154 +LQ09X015560 Putative uncharacterized protein (Fragment) 12.4135056 12.71333832 13.21330273 13.00566401 13.4382131 12.79471953 13.01061426 13.56157371 12.78050766 13.33931471 13.17866376 12.86541711 13.42410071 12.92106889 13.06921075 13.57039891 12.15218249 12.17322607 12.34342299 12.60568504 12.74339673 12.70839742 13.30267635 13.49048359 12.03022753 12.30824711 12.63376196 12.65511172 12.42301321 12.98056583 13.31010151 13.24394612 +LQ09X015630 Hypothetical protein 5.800801781 6.140276791 6.023969875 5.482128202 5.961067661 5.348616892 5.93144662 5.704551094 6.023685982 5.733503884 6.56993488 5.381460642 5.925161272 5.516650742 5.193390916 5.914260281 5.488125762 6.214829448 6.67935581 6.137603518 6.306009357 5.841173287 5.945766735 5.728326775 6.107549972 5.992356722 6.39353785 6.781292725 6.178833916 5.97402281 6.09923307 5.528673693 +LQ09X015640 Probable alpha,alpha-trehalose-phosphate synthase [UDP-forming] 11 5.418358687 5.638680277 5.672529176 5.989190803 6.158319735 6.012135841 6.648182542 6.830941284 5.718818203 5.392786524 5.672302834 5.934316017 5.951957162 6.139459445 6.746021669 6.401394406 6.002996674 6.008364826 6.470650729 5.825060156 5.366248273 5.843336165 5.556107113 5.417159838 5.585719146 5.426782467 5.901060457 5.673676582 6.228567673 5.381118411 5.484737057 5.934043083 +LQ09X015650 Probable cyclic nucleotide-gated ion channel 17 5.037826676 5.653605665 4.948141563 5.595454369 5.521153994 5.536949924 5.581595361 5.764816274 5.421626427 5.51802752 5.288942993 5.429414818 5.30811045 5.567041634 5.725455629 5.158137924 5.325616814 5.135578002 6.136273864 5.167547191 5.595199958 5.326590716 5.530367844 4.976144192 5.231962144 5.277124574 5.625184761 4.925800877 5.98760887 5.37956756 5.011450718 5.006136921 +LQ09X015660 Preprotein translocase subunit secY, chloroplastic 12.44595776 11.91776072 12.55258301 12.87972577 12.29036842 12.44578841 12.49240469 12.4290041 12.28641577 11.72111102 12.4113652 12.68469625 12.35411835 12.56267935 12.60229008 12.31329368 11.65197973 12.01974169 11.65520838 12.19189176 12.19137447 12.15899342 12.59458597 12.63171502 11.4680763 12.10146009 11.71528556 12.21489933 12.75725675 12.61236536 12.63472748 12.52160824 +LQ09X015680 ATP binding protein, putative 12.09272115 11.97024202 13.01403337 12.82410723 13.40646923 12.95680576 13.06324766 13.54959978 11.8165545 11.6695843 13.07099671 12.8771126 13.28692088 13.20063617 13.26042972 13.25874808 11.9113048 11.75450745 10.78543655 13.01990112 12.7920013 13.02424143 13.17727335 13.28752192 11.54766115 11.62414218 10.94464313 13.64283048 12.95334334 13.68192496 13.34509266 13.50441022 +LQ09X015690 Hypothetical protein 4.871081603 4.91897493 4.971377846 4.974381355 4.852251144 4.933373964 4.603885637 4.896300815 4.703307092 4.619708601 5.208961475 4.651048616 4.779287985 4.929206871 4.777788926 4.610790828 4.74637949 4.947567142 5.112296767 5.251146714 4.823694602 4.736262314 5.587581628 5.773470683 4.855489502 4.748197315 4.969470749 5.145736711 4.874099576 4.842946269 5.265569957 5.591339566 +LQ09X015740 Putative Diacylglycerol kinase epsilon 10.83172169 10.81117669 10.95057875 12.05849788 11.15910995 12.33527096 11.7561318 11.86815544 10.70167859 10.62869453 11.04750523 12.14870574 11.72528152 12.35822179 11.96874758 12.00876549 10.93405596 11.36314886 10.94960459 10.87476118 11.09282531 12.34135241 10.60852138 10.74919053 10.84380542 11.74155998 10.79252501 11.56639571 11.48486115 12.46649692 10.66349471 11.39813015 +LQ09X015760 Hypothetical protein 4.89842042 5.016244078 5.180176169 5.030824397 5.007073996 5.180405036 5.006247071 5.148427739 5.056071986 4.804511404 4.83565492 5.047530504 4.734922732 5.160113317 5.033795366 4.9646051 4.907922765 5.288775082 5.282528455 5.027725118 4.89707471 5.405779869 4.614729578 4.985875896 4.903003134 5.02657906 5.042161343 4.60160478 4.700873885 5.303474105 5.184265193 5.639406054 +LQ09X015870 Neutral amino acid transport protein 5.284879472 5.11063725 5.841531526 5.178510063 5.832650465 5.705940157 5.143806512 5.39455724 5.392166511 5.149009411 5.972843974 5.173166521 5.282965075 5.638160328 5.468055589 5.245289332 5.819883249 5.521256214 5.46684435 5.388140667 5.316323862 5.147297046 6.224428614 7.40198165 5.480296739 5.840246628 5.489871 6.04325305 5.741486832 5.56546522 7.200380954 5.691539857 +LQ09X015961 Putative uncharacterized protein 5.002664825 5.133633539 5.040020596 4.916000116 5.288687921 5.192906906 5.084767588 4.997760422 4.904179636 4.987265836 5.184203936 4.870431026 5.186161834 5.063668192 5.098693632 4.961894666 5.259846362 5.000237705 5.004417212 5.215511351 5.056463954 5.077927379 5.018501728 5.306755996 4.989692214 5.255553177 5.142438488 5.073708415 4.882896272 5.180631544 5.950624384 4.998601443 +LQ09X015970 Predicted protein 5.23740536 5.192172309 5.709959075 5.222742669 5.229137052 5.544938722 5.588167822 5.430683645 5.033008579 5.330550179 5.014079723 5.32933053 5.20060248 5.32828514 5.303663715 5.936363629 5.655915305 5.371626564 5.41853557 5.577343584 5.36818174 5.299517546 5.35850633 5.443954109 5.62842135 5.76021538 5.541694281 5.0164774 5.25740836 5.251668436 5.114479716 5.59219614 +LQ09X015980 Putative GPI mannosyltransferase 3 9.658814732 9.754541931 9.709417434 10.40165317 9.337251627 10.27206876 10.52286741 10.37704672 10.06439878 9.604014359 9.799981673 10.6336478 9.751870519 10.10215869 10.02345351 10.42516236 10.41585166 10.48849659 9.491856912 10.10627968 10.46585485 10.00361214 10.04805719 9.414829259 9.721204113 10.55242154 9.5788475 9.890142928 10.03373114 9.868009148 9.790475304 9.529181036 +LQ09X016000 RING-H2 finger protein ATL4K 10.72395331 11.06451577 10.4482192 12.03921086 10.88742005 11.8291091 12.20995587 12.06851593 10.91415374 11.09937025 10.66178735 12.34764364 10.98272921 11.96739597 12.29809517 12.34856625 10.46710154 11.12348508 10.88826326 10.29330595 10.58616122 11.15958935 9.771860751 9.738034629 10.80311981 11.347871 10.95502859 10.4301067 10.16270059 11.05366747 9.848194025 9.411185237 +LQ09X016012 Putative uncharacterized protein 5.433240999 6.108604252 5.283099004 5.381505463 5.448966583 4.766038739 5.6227236 5.239446996 5.833951806 5.535387507 5.581073547 5.399579256 5.403609385 4.988090913 5.282086783 5.194734216 5.477251123 5.72269797 6.295357036 5.727845294 5.534372213 5.257200401 5.192780799 4.942578917 5.243227485 5.862208742 6.38031555 5.094733555 5.833330642 5.891071467 5.717334478 5.172100055 +LQ09X016020 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 9.280273472 9.249429708 9.654841839 10.20412114 10.25850402 10.48418984 10.16114664 10.98405349 9.661708519 8.651868145 9.476498741 10.43862775 10.42781508 10.81577842 10.11192582 10.73194335 9.414119889 10.00952842 9.285788223 9.463774352 10.11052293 10.13300432 10.2907226 11.10503908 9.478072366 10.02795545 9.377921547 10.15555855 10.58115249 11.05978378 10.55284301 11.23008125 +LQ09X016091 Gag/pol polyprotein (Fragment) 4.929500551 5.636860595 5.214467777 5.210464744 5.103364593 5.752385745 5.486603967 5.591057657 4.850273127 5.37685768 4.848359039 5.109805715 5.425996514 5.286993219 5.443066345 5.458534294 5.23435209 4.871184803 6.168483738 6.071022577 5.532365224 5.199667296 5.085026324 5.561787197 5.117634485 5.597020547 5.406041527 5.584224615 6.307085383 5.808078261 5.004900669 5.254185171 +LQ09X016150 Hypothetical protein 5.668117605 6.304566934 6.251757816 6.14076151 6.230357596 5.471707535 5.890936769 5.702900515 5.77226672 5.867599314 6.007218837 6.2447409 6.128499254 5.7285906 5.676931969 6.331670184 5.613107745 6.335582796 5.694521751 6.351638339 5.769952071 6.275697997 5.6387312 6.500023785 5.884107714 5.993725821 7.092077765 5.983225779 5.89125981 6.394903506 5.985750972 6.278442741 +LQ09X016211 Putative Uncharacterized mitochondrial protein AtMg00810 4.960857722 5.175649638 5.002489114 4.774753622 5.119131013 4.891709913 5.117715071 5.286636163 5.245466875 5.050085362 5.357129256 4.998004203 5.051843987 4.926145028 4.885433388 5.224938352 5.427842701 5.553397248 5.135586072 5.168553584 5.003951391 5.299606354 4.854996125 5.142313783 4.893262862 5.199706896 5.24347492 5.085736365 4.927168864 5.384498817 5.64609101 5.762300273 +LQ09X016290 Putative Cysteinyl-tRNA synthetase 12.92797255 13.14237986 13.09495086 12.67770678 12.9062391 12.93210134 12.59852598 12.74398698 13.06296404 12.92942304 13.35030345 12.89481599 13.11989505 13.09177729 12.6806466 12.77414918 12.76085712 13.06644586 12.00987465 13.4244232 13.4334445 12.68318751 13.66677443 12.88030373 12.66808701 12.97062767 12.0625794 13.23283394 13.49634589 12.69130806 13.45604355 12.73711237 +LQ09X016360 ADP-ribosylation factor 1 5.624631015 6.069052193 5.904993806 5.603303987 5.796098065 5.909160622 5.577037889 5.525511843 5.87392445 6.228182114 5.869081064 5.47273938 5.824681956 5.346791249 5.945411201 5.823738565 5.388253918 5.780632708 6.560584212 6.213702702 5.895611646 5.848245347 5.731151798 5.348991933 5.347644955 5.580754126 6.274171615 5.363955914 5.531798501 6.012436349 5.198768867 4.770695107 +LQ09X016440 Predicted protein 5.839038789 5.050753544 4.998684616 5.677878097 6.701118016 5.854009984 5.474727052 5.67773123 4.977598102 4.728638056 5.281668516 5.469230917 5.506612614 5.487788185 5.196868878 5.574014926 5.04324392 4.991206732 5.956782007 5.366935613 4.939855031 5.079963805 5.182432008 7.40319732 4.78374611 5.249135443 5.059913346 6.696291684 5.973338169 4.891381051 5.048606166 5.877970017 +LQ09X016540 CBL-interacting serine/threonine-protein kinase 21 11.33877531 11.42619399 10.98173131 10.1120544 10.2964237 10.16888342 9.385690383 10.1849676 11.07651011 11.03139009 10.88292261 9.960238199 10.59060665 10.05903406 9.810682255 9.747377776 11.09688955 9.40295465 10.08064514 10.34359994 9.963225517 10.43254388 10.14879457 10.48860341 11.63216681 10.221909 8.403107283 10.26902667 10.39052379 10.30000946 9.794942251 10.36524401 +LQ09X016550 At4g25770 6.468039458 5.372068977 5.85183292 5.582651347 6.797821824 5.812600376 5.357501274 6.331901813 5.855428834 6.169988515 6.31122319 5.282886586 5.630361992 5.885504818 5.146291727 6.025138009 6.841620182 6.87822322 7.676818985 6.84769517 6.869722901 5.572960001 8.208241752 7.007294655 7.186048866 6.522247991 7.027434705 8.636379709 6.819406067 5.491141331 7.645057798 7.597477714 +LQ09X016580 STS14 protein, putative 14.48898209 12.41599484 15.17617578 15.39348283 12.79060415 15.58066114 14.99778443 13.61404355 13.49454357 11.47036714 13.97595767 14.07853934 12.44494027 14.77275627 13.56667156 12.67615881 12.06459346 14.03861556 9.106802013 14.26513725 14.53413461 11.29678677 13.63556244 11.90983035 12.07653618 12.47563484 9.441614918 14.19277357 13.59689533 10.93561534 12.70250172 11.47589161 +LQ09X016590 Pathogenesis-related protein PR-1 8.263904466 7.658066824 8.820209824 8.232512855 7.496180515 8.366858149 8.553609955 7.420588866 8.34767712 7.806001252 8.759058553 8.040486661 8.454314369 8.62690565 8.026105604 7.79746047 7.48197221 8.663874929 7.949581128 9.081866355 9.306571603 7.3402858 8.058725046 7.246607641 7.871737347 7.850816762 8.067249053 9.245973509 8.688712305 7.511047017 7.805233726 6.307429902 +LQ09X016760 Predicted protein 5.224506019 5.680580877 5.378040763 5.154319747 5.357788799 5.034855132 5.238036512 5.352824682 5.085385105 5.366343287 5.337072608 5.154296195 4.865408236 4.939434975 5.190594797 5.2564884 5.209431657 4.945431354 5.820475367 5.61660678 5.548213813 4.997538871 5.269555273 5.459668113 5.113468719 5.200520996 5.322573822 5.69130148 5.197228709 4.864337181 5.480688134 4.760252998 +LQ09X016780 Serine/threonine protein kinase, putative 5.358142296 5.854241137 5.071740372 5.203221978 5.37345099 5.672479987 5.67683844 5.69731585 5.780310186 5.830333574 5.460740686 5.22641418 5.718320492 5.626307479 6.958018545 5.460913473 5.116771436 5.410203172 5.344350287 5.818225141 6.14347664 5.716310081 5.526328728 5.770849683 5.004156405 5.638690232 6.036661602 5.66969668 6.225167467 6.028592923 5.094254147 5.217232907 +LQ09X016790 Putative FGGY carbohydrate kinase domain-containing protein 11.07467503 11.196321 11.27201179 11.22034549 11.21520379 11.8558777 11.66634672 11.94382782 11.02822197 10.9273363 11.13483411 11.10428401 11.31093282 11.94285011 11.7576298 11.84477945 11.43692483 11.74272681 11.85397936 12.04423264 11.805835 11.56713736 12.1524752 12.32255054 11.37042028 11.68499261 11.9521091 11.98191552 11.94579377 11.91235583 12.29915862 12.28138369 +LQ09X016880 Predicted protein 12.60467721 13.05494304 12.79465747 12.73129357 12.96442765 12.83696634 12.75886087 13.34556691 12.79628602 12.6249534 12.67164614 12.7700093 12.87092507 13.14405374 12.96112736 13.00776025 12.70157569 12.21208313 12.79969832 12.59749816 12.3551202 13.04747598 13.18836475 13.11045483 12.66796056 12.1863125 12.80092184 12.93030605 12.85444285 13.28614651 13.31587343 13.36053675 +LQ09X016900 Putative Predicted protein 4.814805128 4.863319401 5.071355202 4.767077405 5.053856461 4.989558015 4.821868765 4.643683092 4.636657526 4.797883621 4.875379056 4.905407717 4.890875989 4.98308117 4.83387524 4.882830862 4.736982467 4.803808465 5.038238551 4.882270143 4.941123174 4.694961855 5.602721934 6.169230588 4.811668442 4.670753491 5.051974795 5.536722412 5.149734166 4.669031547 5.176274429 5.693184457 +LQ09X016910 Xyloglucan endotransglucosylase/hydrolase protein 22 9.558593684 10.11889788 11.46263876 11.5784614 11.21235512 6.96883067 9.71946919 9.486084658 10.54671206 9.977511231 11.02397201 10.61066491 12.52474312 6.381591081 8.503753536 7.997153609 10.79964591 10.18628362 11.05774517 10.00822428 11.7635605 11.01819601 9.002658373 10.88048876 11.01911353 12.98160272 9.842853003 10.38349008 12.65890291 11.69346647 8.976680408 10.70394138 +LQ09X016920 Putative uncharacterized protein 6.040223825 6.585823544 5.567137821 7.178888661 6.621944597 7.891673894 7.568220149 8.27818104 6.21525257 6.390523868 6.267409637 7.578652438 6.895184376 8.088037886 7.133370503 8.132031807 7.105411559 5.54496395 6.605520816 6.694337528 5.360622336 7.176380998 7.077967931 7.617899546 7.036469891 5.666219475 5.611913918 6.900775295 5.483287646 7.651446948 6.660686564 6.761724186 +LQ09X016990 Probable xyloglucan endotransglucosylase/hydrolase protein 23 10.44714963 9.565203855 10.66615503 10.58580405 9.311198878 11.76079559 9.485786281 9.030427609 9.354325548 8.865588787 9.144411229 10.31359193 8.911053881 10.14897474 9.330374123 10.07351867 10.12040907 10.62586975 8.218639001 9.455162601 11.35316338 9.534231439 8.156746059 9.62814741 9.752751638 10.16129813 7.638348443 9.616393264 10.18442248 9.630342361 7.552452793 7.618771412 +LQ09X017030 Predicted protein 12.58131486 12.60720349 12.76668639 12.28201639 12.33071372 11.65582042 11.559329 11.63201206 12.53719613 12.37883971 12.77150517 12.45412319 12.41344517 11.75772888 11.65382911 11.58268478 12.22177546 12.28450879 12.45315389 12.41454768 12.20162723 12.78429163 11.15087143 11.82718497 12.38679477 12.50253534 12.595158 12.7368299 12.36129187 12.87794719 11.19188753 11.86409885 +LQ09X017090 Predicted protein 10.6345006 10.48043593 11.37392744 12.58497992 11.54259217 12.17091497 12.17616749 12.36351853 10.6056007 9.8620507 11.03962997 12.32268962 11.25429939 12.00818744 11.98496363 11.418934 10.30948299 11.01464822 10.08729914 10.90836822 11.22480855 11.30546197 10.52983509 10.63861385 10.03875545 10.41566581 10.07905257 11.3086638 11.42242671 12.28074445 10.9007576 10.37544302 +LQ09X017100 [ribulose-bisphosphate carboxylase]-lysine N-methyltransferase, putative 10.49953893 10.09315718 10.5478586 11.33528988 10.7100471 11.38719648 11.59795837 11.37094018 10.77213399 10.43260315 10.82595816 11.39346877 10.758103 11.3992493 11.22704921 11.62713592 9.687500271 8.894676927 9.065848585 10.27625364 9.473852803 9.817208272 10.06070089 9.637814831 10.12271826 9.110665433 9.00881658 9.765282556 9.836069255 9.996890598 11.24762675 9.360785885 +LQ09X017260 Haloacid dehalogenase-like hydrolase domain-containing protein 1A 5.807493375 5.712237239 5.45325419 5.224939699 5.949438455 5.269780758 5.24764812 5.498988286 5.603021307 5.778855067 5.562127654 5.260580641 5.84027681 4.928018862 5.127788304 5.084377324 5.130900309 5.345390506 5.884368041 5.395560844 5.183994476 5.587753144 5.160760229 5.231852581 5.349376997 5.643220723 5.336964343 4.981270689 5.452658545 5.456235191 5.313098668 5.817254129 +LQ09X017290 Putative gypsy-type retrotransposon polyprotein 5.133055559 4.809807391 4.742348152 4.574022727 4.889294472 4.414007995 4.752213701 4.505027274 4.77923114 4.793584318 4.761539605 4.487391538 4.67056264 4.307951731 4.626259084 4.61070056 4.550227691 4.716827777 5.183449182 5.063446357 5.294118657 4.7818877 4.891216667 5.130866283 4.74191534 4.97803897 5.172648809 4.878937446 5.097836082 4.789643087 5.269791846 4.814261129 +LQ09X017330 Probable small nuclear ribonucleoprotein F 5.485341224 5.888241047 5.924387299 5.974149845 5.422998058 7.030144209 6.363181902 5.922302429 6.339656439 6.669477308 6.313005941 6.150670533 5.797153685 6.402619814 7.059776754 6.386281843 6.108873515 5.337641208 5.52510884 6.181199049 5.785503074 5.638363731 6.00472031 5.888194839 5.959260775 5.580866747 5.762301092 5.307560921 5.147632585 5.558213096 5.757431726 6.660739298 +LQ09X017350 NADPH--cytochrome P450 reductase 4.940100481 4.85087692 5.32079391 4.913923947 4.508063567 4.831754413 5.034730249 4.964280739 4.687625652 4.787914402 5.056099726 5.036681365 4.646723701 4.718135435 5.209135605 4.710871791 4.820597059 4.659932601 4.996732573 4.69378797 4.643187071 4.806773242 5.004224595 4.978169695 5.034813565 5.119291129 4.955085257 4.783932249 4.816216984 5.070819101 5.253107351 4.81779666 +LQ09X017400 Putative Afadin- and alpha-actinin-binding protein 10.97737862 11.55400633 9.896119142 9.233545307 9.12978013 7.863553069 7.360854291 6.765168142 11.10632369 11.81826942 10.40683318 9.273721351 9.603458269 8.157286808 7.862688654 7.389398929 10.7073943 10.65850936 11.85344856 10.30060726 9.711417976 10.45223483 6.605151457 6.135663472 11.77675344 11.49093847 12.09323545 9.840468352 10.28078018 9.011150229 6.733092851 6.215710775 +LQ09X017430 Putative Replication protein A 32 kDa subunit 11.84226645 12.56434676 10.92270743 10.48544878 10.15251205 11.00999549 10.72905352 10.49867225 12.29984963 12.56855082 11.34842952 10.49728011 10.38634945 11.16786127 10.64848629 10.60780505 11.76974022 12.17325326 12.88897178 12.36716945 12.61352003 11.30058143 12.30514838 12.07257401 12.79613686 12.69357556 13.42214401 11.9128322 12.37155478 10.69054653 12.22972839 12.39760719 +LQ09X017450 AP2-like ethylene-responsive transcription factor AIL5 12.19597201 13.51138785 11.4527473 10.08686084 11.07599379 9.972998183 8.912366713 9.328132576 11.9112949 13.35353201 11.76859633 10.64908698 11.09656866 10.27015279 9.115049023 10.60895234 12.85018013 12.04982768 13.26894126 11.80531157 11.73920585 11.49843652 9.516331363 9.135412851 13.43989923 12.46237092 13.24154199 10.98953867 11.22285107 10.1135805 9.239444733 8.978294611 +LQ09X017490 Putative glucose-6-phosphate 1-epimerase 5.693449267 5.698720695 5.963419652 5.269399949 6.137743031 5.16348576 5.406275839 5.473203088 5.775406267 5.637535097 6.39544125 5.559775839 5.68615287 5.520434734 5.518371315 5.420645066 5.686375699 5.638270812 5.497390352 6.054299674 6.641326835 6.095771024 6.211552565 6.102384065 5.761704471 5.910163785 6.044307008 6.212879106 6.397534139 6.221508314 5.459291683 5.714251552 +LQ09X017500 Peroxidase 45 5.069925386 4.583924316 5.178880632 5.111356103 4.952165739 5.162274753 5.118373332 4.896652285 4.730247126 4.831708688 5.69434402 4.97262614 5.0644922 5.142779406 5.132445161 5.121591364 4.741206273 4.847365299 4.839057153 5.141503608 5.038163522 4.884752098 5.862403231 5.291462037 5.084807817 5.263512551 4.865106357 5.069848983 5.221235921 5.001139559 6.297255571 5.260037378 +LQ09X017510 Predicted protein 6.224379791 5.381200551 6.178807703 6.512456599 6.312098351 5.964726193 5.970219385 5.867512023 5.814921362 6.432305328 5.766740148 6.037401189 6.16821735 6.524527071 6.376160683 6.2423309 5.55201092 5.96378248 5.368920029 5.439600087 5.8227871 5.670924241 5.797322956 5.881348058 5.865550641 5.616945374 5.281934338 5.315295222 5.749552593 5.532527433 6.248490756 6.209540515 +LQ09X017571 Putative Transposon Ty3-I Gag-Pol polyprotein 4.94643799 4.950307695 5.144974161 4.946653278 4.793427353 4.692404703 4.748604879 5.088260009 4.981001413 5.418983333 4.788771447 4.953627615 4.930001971 4.729543779 4.887331124 4.954288015 5.113476089 5.14520932 5.124412678 4.837933824 5.418899635 4.885251243 4.862271271 5.172376858 4.970204735 5.266145296 5.230517771 4.820105785 4.861973612 5.158553539 4.674602776 4.828528336 +LQ09X017700 NifU-like protein 3, chloroplastic 12.66527171 11.8381961 12.05373895 13.43978186 11.38458513 14.3335841 14.15267818 13.54372361 12.40944071 11.83994255 11.9430365 12.94763787 11.7111258 14.36602504 13.74539502 13.53130671 11.32481907 11.96784053 11.03472144 10.95161839 11.1686984 10.78007119 12.53347579 11.9234827 11.56653059 12.19615139 11.12041162 11.03179802 10.97123757 11.49113608 12.60866729 11.36452372 +LQ09X017720 Predicted protein 13.7603357 13.4001088 13.71488774 13.932264 13.20763805 14.07544816 14.52157586 14.09741756 13.77402639 13.70027407 13.42933611 13.81956168 13.30196762 14.31497818 14.37373795 14.16511552 12.67535098 13.42891449 13.42830501 13.32320643 13.57167519 12.96218991 14.93960561 14.63509901 13.42001549 13.66318178 13.87804006 13.26266636 13.26711749 13.59807807 14.6596017 14.45341304 +LQ09X017741 Putative Transposon Ty3-G Gag-Pol polyprotein 5.435971592 5.551131164 5.279839592 5.208849722 5.710491334 5.43575745 5.529269063 5.28746732 5.648617622 5.29448155 6.068584353 5.592435227 5.319362324 5.353049964 5.186464661 5.603413754 5.663206248 5.936205575 6.383617772 5.850461893 5.379528371 5.221423398 5.89909162 5.512097212 5.361012295 6.08473642 6.577429719 6.391652233 5.427017406 5.235927974 6.748524455 5.77094728 +LQ09X017780 Plasma membrane ATPase 4 7.084467573 7.398805313 6.697258955 7.483718328 7.65798244 8.706182272 8.108195568 8.410830377 7.605471509 6.612742076 7.790313705 7.803248423 7.980549655 8.780656908 8.061248214 8.547404011 7.82302971 6.896256527 7.532984775 6.834837545 6.767256277 7.813433654 5.969266248 6.873017008 8.043927646 7.76689827 7.772986949 7.355471689 7.489201909 8.573179092 7.041347776 6.449590905 +LQ09X017830 Hypothetical protein 7.735537832 8.109407147 7.831602236 7.615324612 7.890843778 8.229495243 8.112727591 8.066433298 8.173416801 7.863870348 7.963188389 7.667330186 7.803640591 7.939113715 7.779632639 7.918962817 8.002818423 7.929851459 6.516513206 8.727304561 8.915926643 7.402425723 9.087108527 9.409740959 8.298691122 8.120492659 7.460009169 8.466896143 8.099747367 7.606480448 9.677683966 9.337416154 +LQ09X017840 Homogentisate phytyltransferase 4.899546093 5.143520611 5.113910984 5.955727806 6.092885637 5.778421899 5.839104617 5.877721293 4.985435449 5.060236202 5.121455425 6.082362152 5.92382425 5.532588285 5.836877575 6.926027169 4.984624008 5.095269596 5.232144122 5.705437766 5.308140166 5.634654933 5.344718954 5.608977196 5.304377412 5.111172098 5.242311061 5.670908303 5.412313977 6.251285442 5.984328046 5.644951367 +LQ09X017900 Hypothetical protein 4.783831784 4.734406178 4.8966229 4.692754416 4.678597098 4.920705419 4.726869856 5.104483515 4.779777401 4.889314591 5.020464925 4.620603159 4.848529714 4.699862653 4.686441289 4.82128039 4.766936364 4.799774181 5.122738776 5.102232802 4.838621894 4.777378313 4.642963891 4.702794015 4.788933925 4.828288179 5.157848945 5.041580345 4.9990085 4.839807531 4.823336838 5.392957831 +LQ09X017950 Pentatricopeptide repeat-containing protein At2g18940 5.433560447 5.509013135 5.669875774 5.477755509 5.453999125 5.558258116 5.772882914 5.388191871 5.421123155 5.917145093 5.695528953 5.679865964 5.540440718 5.843345228 7.040166656 5.637397304 5.089825943 5.627560535 5.323588541 5.386059543 5.073404257 5.460326881 6.78576223 5.244849509 5.523919386 5.458660429 5.773195292 5.427970851 5.057194191 5.459463874 5.454359269 5.482712931 +LQ09X017990 Adagio protein 1 12.95467001 12.77384134 13.10510186 12.41036889 12.83999773 13.04944882 12.78160324 12.81060286 12.55238251 12.43830909 12.86391564 12.22366444 12.57804744 12.96925586 12.72981267 12.58049941 12.31272936 12.88749201 12.33948857 13.49967573 13.51501655 12.42821703 13.8614285 13.76665193 12.44863706 12.79069197 12.52383245 13.16130239 13.78286662 12.38276477 13.96517603 13.77926293 +LQ09X018110 Probable inactive purple acid phosphatase 28 6.857978714 6.967647829 6.509588921 6.245132238 6.679301061 5.512027206 6.081029985 6.236758077 6.702058746 6.853868071 6.558983006 6.228289352 7.003372485 5.578994858 5.666419979 5.773540592 6.488574499 6.802234624 6.877439295 6.478853254 5.778138969 6.54719519 6.043237027 5.783066 6.625707918 6.829104295 6.854298403 6.684346248 6.012049881 6.597000435 6.372736082 5.727804625 +LQ09X018160 Pre-mRNA-processing factor 17 5.102634226 5.550235436 5.631921158 5.607496076 5.260914241 6.266373962 5.564263153 5.169349479 5.18018335 5.680217647 5.254255374 5.37607174 5.089542967 5.424197759 6.661298478 5.241852536 5.347101034 5.034812224 5.277758542 5.449059274 5.870539291 5.314509618 5.316139468 6.268918654 5.031054637 4.860231352 4.714474317 5.566816195 5.315226615 5.493694144 5.462700666 5.194343148 +LQ09X018200 Mannosyl-oligosaccharide alpha-1,2-mannosidase, putative 5.671972045 5.554506506 4.842980732 6.828940059 6.153924777 5.825738239 6.112148349 7.441076915 5.298003951 5.735985875 4.888885575 5.700749997 5.216391466 4.883426413 5.682341167 5.908915851 6.239802978 5.538391017 5.219115533 5.564951482 5.046326623 6.397854018 5.562306013 5.448025047 5.794544463 6.21974531 5.424988503 7.286869199 5.741411175 6.51585442 6.186140196 5.34844563 +LQ09X018231 Putative uncharacterized protein 5.060681868 5.142708496 4.706108658 4.746229346 5.093314732 5.217980077 5.022440258 4.946171738 4.751503611 4.968488404 5.299250647 4.680315131 5.010563257 4.911193386 4.812173976 4.784326743 5.100571432 5.487404583 5.311289031 4.744688945 5.145905102 5.432852919 5.075069039 5.483893841 5.432198406 5.172439843 5.355888255 4.980071452 5.159032071 5.504725514 5.465849587 5.350709734 +LQ09X018410 Yth domain-containing protein, putative 13.95263384 14.47420717 14.13039185 13.81864001 14.34982617 13.71317837 14.29399268 14.55852042 14.09814554 13.80550218 14.05595551 13.95414689 13.73369263 14.0918299 14.01389346 14.39789006 14.08825411 13.50578691 13.82522184 13.65811946 13.74903072 14.11211641 14.4400733 14.28800358 13.95187009 13.18458103 13.614095 13.8626109 13.88998742 14.33757802 14.50173085 14.26815798 +LQ09X018430 2-oxoisovalerate dehydrogenase subunit beta, mitochondrial 10.54092302 10.84619683 10.82685811 10.69113898 10.58979834 12.11770925 11.728255 11.29172153 10.69139741 11.09866415 10.89106903 10.7097822 11.02607151 12.56667659 11.73894551 10.95757598 11.0743075 11.46125007 11.32087974 11.24472341 10.91812 10.67980427 12.26836462 11.75228378 11.08088053 11.39926607 11.86127805 10.86372965 11.2807851 10.87283719 12.22532237 11.93298568 +LQ09X018460 Predicted protein 6.235890558 6.004799543 6.192746926 5.80209161 6.724739342 5.778906954 5.767523142 5.229673475 6.295169533 6.021916751 5.620072669 5.844355473 6.806464446 5.618271781 6.166031605 5.509562568 5.960487004 5.749537877 6.199542266 6.402870646 5.551829719 6.23374166 5.368701873 5.943494966 6.034431148 6.412772759 5.918584563 5.569900735 5.950424472 6.028767734 6.398406395 5.714700336 +LQ09X018470 Pyruvate kinase, cytosolic isozyme 5.245744479 5.703944987 4.569925441 5.375353867 5.06504052 5.184813816 5.316984709 5.154048546 5.331911265 5.830282236 4.542660537 5.95456946 5.138048107 5.011058533 5.511130224 5.167650762 5.487103427 5.257097147 5.782382076 5.251570385 5.476623052 4.979695084 5.10602861 5.015004578 5.578055018 5.479744206 5.955903343 5.710609613 5.921967944 4.969741617 5.741518948 5.598858075 +LQ09X018480 Putative RING finger protein 126 10.70570274 10.22217026 10.91328075 10.45167481 10.52141291 10.749419 10.31629185 10.55222833 10.53537576 10.0344459 11.10832275 10.48159094 10.4809669 10.58642125 10.3544005 10.51796403 10.2966917 10.77468355 9.955478173 10.95810566 10.07015589 10.62083276 10.35780387 10.41550014 10.06227766 10.17951704 9.905409005 10.34047775 9.989732363 10.35206835 10.35125306 10.41314845 +LQ09X018481 Putative uncharacterized protein 4.844738123 4.663280168 4.626959185 4.494851441 4.811531273 4.417651213 4.697565895 4.318630318 4.897915053 4.668898482 4.827101954 4.581117986 4.941575003 4.650930266 4.480578195 4.462763315 5.043880685 4.982828447 5.09164219 4.681341501 4.93915094 4.693765547 4.832718858 5.047754831 4.877049769 5.083295442 4.839659992 4.654700839 5.176269608 4.851570283 5.452209412 5.274153479 +LQ09X018510 GDSL esterase/lipase At1g29660 4.862279792 5.185251372 5.403608654 5.354774619 5.495564319 5.436554032 5.806042633 5.200366238 5.300060464 5.252688298 5.456956472 5.251385719 5.243608567 6.077331126 5.272983265 5.116014638 5.233108512 5.241367002 6.33804513 5.231059505 6.01130325 4.90284455 5.76582273 5.350529854 5.190173011 5.455361444 5.9309049 5.030712764 5.165851586 5.115173273 5.427196124 5.694418217 +LQ09X018520 Hypothetical protein 7.186252049 7.073883567 7.195950337 6.870612886 6.849974326 6.467663181 6.213380935 6.285708749 7.102815109 6.824853136 7.085968814 6.555486217 7.266709393 6.331034397 6.789160742 6.553160938 6.815591375 7.387358808 7.330317646 7.31533769 7.209541107 7.288214086 6.607475798 6.696132315 6.877411993 7.384396502 7.020218163 7.684449999 7.16661149 7.360658447 7.176740967 6.638574794 +LQ09X018540 Ubiquinone biosynthesis methyltransferase COQ5, mitochondrial 5.517593138 5.812516332 5.569679481 5.360907294 5.044329476 4.868341993 5.021995225 5.238981243 5.42342318 6.627919647 4.947634253 5.59531321 4.87741185 4.738620409 5.125885773 5.322600941 5.072667387 5.602698146 5.194568869 5.670259956 5.998185772 5.403296204 5.371707485 5.200063018 5.301631409 5.539473925 5.587002146 5.321832437 6.033311254 5.210300479 4.818202893 5.317611011 +LQ09X018550 Hypothetical protein 10.78786556 9.727112667 10.46535727 10.58081986 10.60296838 10.69712815 10.9964118 10.59863677 10.58822435 10.01421843 10.40036447 10.87498681 10.36198848 10.90787361 11.40880134 10.84956624 9.263363561 9.629146834 9.613413183 9.211810368 9.751200149 8.987710862 11.1420386 10.51445716 9.931947188 9.954844598 10.19658225 8.897121773 10.19717218 9.762127649 11.31211939 10.83986125 +LQ09X018560 Putative Digestive organ expansion factor homolog 5.328714486 5.6660113 5.432722118 5.683006404 5.266056238 5.277347384 5.79913532 5.482308614 5.908455192 5.768241015 5.034475666 5.754311968 5.722517151 5.445364921 6.914408225 5.924338638 5.241978227 5.161231077 5.588876906 5.700129377 5.379578758 5.097496891 5.192186096 5.157233546 5.163387087 5.169265814 5.692247342 5.856284734 6.200050875 5.28013448 5.417679296 4.935146498 +LQ09X018570 60S acidic ribosomal protein P3 5.598145876 5.537324966 5.628103917 5.83552464 5.044644753 5.4766993 5.14377101 5.23216782 7.161022258 7.75804676 7.103950317 5.530164133 5.500609371 5.185653107 7.332805433 5.141961053 5.342811133 5.126591937 4.864683793 5.921828297 5.107222729 5.618587741 5.747364919 5.404489626 5.450097701 5.497934048 4.956433455 4.952811477 5.349162085 5.485544443 5.954013082 5.874353985 +LQ09X018620 Valyl-tRNA synthetase 13.14910752 13.59328363 12.59706874 13.016882 12.90045784 13.15568109 13.44900771 13.17033526 13.15480875 13.38096559 12.79992727 13.21897967 12.96683531 13.19359823 13.4345351 13.63374849 13.80000547 13.33428552 13.10080123 13.06335632 12.88911704 13.34620226 13.50977145 13.34430033 13.55764316 13.17046198 12.8510649 13.34353535 12.67204302 13.41036102 13.56689211 13.28073844 +LQ09X018700 Pumilio, putative 6.29547083 6.154552056 6.482434173 6.481226094 6.758640821 6.938490291 6.813442725 6.630093149 6.531847622 6.894833744 6.687751371 6.436936198 6.610345727 6.595231893 7.967307567 6.55711459 6.264056177 6.399793423 5.565784466 6.958576607 6.690888424 5.804634739 6.506433677 6.552083658 6.407498688 6.452001428 6.465050756 6.248488846 6.953323709 6.038043711 6.205034836 6.989741197 +LQ09X018810 Putative Predicted protein 5.082878196 5.248817815 5.072116439 5.108299788 5.052134851 5.193828126 5.120486622 4.92097204 5.107668438 4.782542561 4.928504907 5.132303465 5.071448393 5.297618314 4.843912111 4.811333696 4.965989776 4.93389939 5.439535934 5.129095514 5.071288237 4.777789003 5.201709113 5.010574833 4.799533539 5.016452075 5.229614966 5.071804728 5.335182637 4.852528092 5.108305211 5.285728353 +LQ09X018980 Putative Transposon%2C En/Spm-like 5.67628274 5.41266977 5.746106006 5.686034735 5.978155024 5.439696017 5.110065652 5.279026907 5.46208434 5.679544563 5.826013552 5.476842793 5.904959047 5.386086755 4.975115341 5.044160892 6.112751984 6.182290163 6.612156321 6.794853459 6.537232497 6.019981992 6.95108796 6.769673637 6.342932811 6.369005288 6.145483632 7.156344456 6.613133264 5.444124935 6.981434611 6.766442894 +LQ09X019050 Phospholipase A2 homolog 3 5.666142269 6.043525839 5.743179804 5.751848313 5.888690758 5.916819143 5.307329043 5.688909138 5.858988147 6.011805177 6.692365382 5.597832913 6.25679134 5.659403022 5.578486706 5.345179817 5.315226442 5.698496498 5.592448248 6.116386459 5.824207397 5.772960881 6.34313479 5.448146692 5.914314783 5.618900732 5.634504404 5.833465653 5.59021566 5.958843755 6.484767537 5.885189766 +LQ09X019130 Putative Uncharacterized membrane protein At1g06890 11.52332666 12.01660176 11.47411138 12.48776172 11.96506091 11.88664705 11.91015538 11.62895789 11.84815921 12.19770142 11.4995565 12.51122846 11.96853323 11.77587599 12.11924073 12.05733754 12.15337653 11.85659333 12.31934175 11.37977478 11.14965959 12.12194508 10.34307444 10.28128755 12.2113827 11.96782939 11.73442012 11.74328199 10.86539666 11.97934203 10.2366038 10.25959883 +LQ09X019210 Hypothetical protein 4.796375978 4.763185735 4.977163473 4.77822688 5.01997145 4.619245954 4.835472511 5.02833974 4.952206238 4.73985788 5.010791321 4.76049051 4.94761654 4.997855181 4.650005102 4.807031842 4.766674144 4.871766247 5.028260937 5.178910876 5.241765651 4.595594139 5.17474923 5.271022363 5.017278748 5.348250784 4.71930233 5.176877667 5.542530734 4.830804022 5.110664118 5.571866585 +LQ09X019240 Hypothetical protein 12.41666923 12.84235581 11.61521758 12.2267294 12.03194249 13.17083484 13.18711542 12.81287053 12.78359107 13.16566831 12.18706204 13.03339388 12.47890701 13.43129621 13.34243552 13.11600245 12.93188766 12.600223 12.3071515 11.27793167 12.05401116 12.03786176 12.36341879 12.1496482 12.98660699 13.06451976 12.64613213 11.58177727 11.48685197 12.13674757 12.53487717 12.17266985 +LQ09X019250 Calcium-transporting ATPase 10, plasma membrane-type 6.526442485 7.000410621 6.726650113 7.130624025 7.903206011 7.802218611 6.465641595 8.351224297 6.695300289 5.859603487 6.733261931 7.272338951 7.940824111 8.22373456 7.047260931 8.501026591 6.578466616 5.884938386 5.633572225 5.739690988 6.732946722 7.61828747 6.609006474 7.663771251 6.568277916 6.245462459 5.774468655 6.463558142 6.554296968 7.924883212 7.015654572 7.284169383 +LQ09X019330 Putative uncharacterized protein 5.842191476 6.039337919 6.786939532 5.716702781 6.342808286 5.87093756 5.299500253 5.222367918 5.956974481 5.269926027 6.006519043 5.753311899 5.887161122 5.569080092 5.483099884 5.55951805 6.094338779 6.40346018 5.861782097 6.351982408 6.503400319 6.13484788 6.576139287 5.918169809 5.786525054 5.905841161 5.566866769 5.390742709 5.844140241 6.202385276 5.981584043 5.324762825 +LQ09X019340 Putative F-box/LRR-repeat protein 8 6.019701317 5.62986943 5.609585828 5.356159209 6.20641998 5.576536784 5.114364088 5.767314272 5.951808727 5.26154686 5.630966505 5.352717523 6.160749879 5.28261996 5.089227891 6.078642079 5.609695408 6.116234576 5.964762944 5.223041964 5.705917141 5.969117446 5.036240236 5.624460416 5.825812788 6.249875133 5.580325899 5.063593344 5.626833052 5.751815559 5.218191333 5.618671546 +LQ09X019360 Probable protein phosphatase 2C 44 11.63336099 12.0435399 12.03925598 11.75635924 12.15624109 12.40397347 12.18086087 12.19336784 11.462019 11.77356632 11.87718503 11.72383759 12.07402531 12.33604983 12.39964305 12.16043651 11.9142213 11.17999864 11.08297093 12.27723035 11.94711095 11.61597246 12.61736144 12.71418295 11.39146618 11.13084016 10.97042011 12.21485126 12.31802378 12.09685651 12.89123479 12.91926089 +LQ09X019450 Putative uncharacterized protein 5.841488966 4.989385885 5.132564135 5.233213781 5.668641888 4.909066214 5.323237155 5.137822836 5.645976473 5.178577001 5.07498997 5.091044708 5.532616781 4.830307963 4.881988448 5.249641025 5.855514747 5.892526797 6.493298886 5.196459782 5.720199213 5.912147076 5.99181794 5.971592093 5.341702541 5.414262354 5.898697004 6.868307075 5.334331646 5.7384132 5.788060166 5.192482702 +LQ09X019460 Putative mRNA-capping enzyme 9.626132783 9.471786367 10.06154549 9.644671142 9.608123759 10.36965142 10.32373472 10.26975459 9.103831791 8.614159889 9.522624724 9.249613854 9.062541862 10.09599115 10.13411224 9.322030303 9.49633657 9.11158165 8.980389706 9.363745147 9.048335833 9.712861245 9.915489489 10.55436106 9.72950772 9.165264485 9.060585347 9.552434532 9.430509026 10.04068685 9.845361572 10.71007444 +LQ09X019490 Putative uncharacterized protein 10.87574574 11.41004876 10.96029534 11.33663043 10.73931292 11.59981371 11.66916111 11.40874816 11.28187929 11.50531848 11.14816813 11.23365768 10.97015751 11.5919632 11.76361396 11.79646559 10.74037354 11.00659878 9.990649409 10.92157554 11.06093544 10.91037838 10.61551751 10.828474 10.70542293 11.01775333 9.814188738 10.85105516 10.92540716 11.03442701 10.82773113 10.60588107 +LQ09X019570 Putative ribonuclease H protein At1g65750 5.52225226 5.585933797 5.136856435 5.241244042 4.987705711 5.262975105 6.42674873 5.590207544 5.184635853 5.406993469 5.139385725 5.432392252 4.977147159 5.881490246 5.404335045 5.772600038 5.191280473 5.087793182 6.127384197 5.260018043 5.366356367 5.36899581 5.082765852 5.222265969 5.35983056 5.044415905 6.185185796 5.359738558 6.112531258 5.191647433 5.258128703 5.260976653 +LQ09X019821 OSIGBa0139I12.1 protein 4.748575196 5.02305447 4.933730922 4.904706955 5.702514675 5.099040714 4.844528147 4.995938046 4.958781652 5.353244195 4.642794214 4.818079325 5.278871432 5.111928297 4.745997353 4.994474302 4.790216132 5.010038692 5.161967378 4.842015413 5.166142801 4.780895755 5.487507264 4.719136921 5.01118117 4.931060502 5.057365458 4.968465922 4.61244938 4.986354512 5.27991229 5.137246664 +LQ09X020030 Putative oligosaccharyltransferase complex subunit CG9662 14.47854227 14.0402559 14.08617406 13.7164076 13.64576229 12.88653568 12.96991885 12.29284896 14.31193141 14.0335455 14.16730825 13.82360926 13.75665803 12.76494053 12.45679239 12.6385575 13.80529384 13.75829858 14.03152299 13.84010031 14.04714035 13.43963172 13.50571281 12.68102881 14.01627704 13.98037576 14.25401805 13.47340338 13.33983433 12.60995895 13.20048348 12.59243178 +LQ09X020080 Putative Uncharacterized membrane protein At1g06890 6.075324693 5.540553112 5.397135988 5.727889251 5.459010176 5.51498506 5.792429188 5.529074135 5.774994172 6.589299648 5.862065287 5.757499731 5.421268364 5.911304699 5.901721876 5.623121759 5.680378861 5.779326726 5.279690649 5.551623495 5.99705278 5.705388504 5.207386787 5.317962045 5.641598183 5.776615148 5.519446798 5.501176603 5.853151985 5.355091794 5.036603101 5.577239873 +LQ09X020090 Glutaredoxin-C4 5.707980374 5.61389733 5.88567633 5.811087041 6.023701068 5.332198941 5.232033703 5.404180965 6.29938304 6.722652015 6.602396632 5.800495785 5.890720621 6.469472478 6.320258079 5.451595307 5.156179428 5.156852357 5.598066336 5.840601449 5.594549797 5.507126216 5.899529193 6.55698557 5.548869996 5.181920961 5.440628042 5.639186453 5.368580117 5.242225386 5.844525103 5.940854979 +LQ09X020190 Putative uncharacterized protein 5.867185214 5.748140852 5.699316976 5.494778178 5.774879422 5.920301026 5.471017407 5.737911939 6.462859887 7.768371739 6.369728257 5.659596687 6.682006088 5.707929863 5.983177356 5.679158072 6.433858343 5.887342255 6.263004746 6.211578287 6.151815183 6.489683675 6.049091309 6.708353322 6.579382397 6.374741371 5.784722905 5.892276585 5.836244588 6.119311698 6.107005511 6.711517561 +LQ09X020230 Transcription factor Pur-alpha 1 6.555849407 6.353676205 5.730146619 6.343400084 5.970883671 6.411273821 6.08812218 5.685841142 6.62213796 7.217482683 6.299695264 6.174572585 6.639203913 6.159991413 7.074705667 5.86682162 6.154855276 5.915576546 7.233289578 6.416267181 5.795409543 6.048792992 6.249732194 6.126585699 6.064639838 5.987796825 5.929151751 5.633898271 5.835019243 5.588021478 5.97723552 5.425943139 +LQ09X020260 Putative Importin-5 5.187805439 5.366146949 5.562730079 5.270001778 5.315175455 5.608027809 5.511852302 5.630256729 5.597035536 5.144956862 6.01737997 5.549020717 5.89963747 5.345518096 5.566229102 5.398664066 5.757723076 5.481876523 6.089597819 5.403537595 5.65326967 5.658928926 5.738962276 4.995258669 5.640770793 5.412021188 5.272453398 5.223764567 5.155729673 5.645756606 5.787494875 5.371645467 +LQ09X020301 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.230880242 5.918416154 5.645004233 6.287969692 5.902493775 6.339981804 6.863249418 7.315054991 5.977791958 5.990028031 5.74452543 6.259500284 5.921052208 6.863523131 6.088379323 7.469606829 5.974891055 5.871110908 6.29000321 5.992555486 5.68177523 6.007432418 5.665611702 6.05146397 5.70689721 6.588269403 5.883171115 6.111982833 5.704096673 5.994989154 5.3362028 5.506807117 +LQ09X020380 Callose synthase 3 13.59563666 13.55455648 13.23168462 13.57515846 13.49483764 13.61993889 13.34948308 13.30274947 13.60700077 13.62879332 13.53921759 13.8469082 13.46912737 13.60217858 13.51682258 13.88109972 13.66182575 13.82920686 13.94736662 13.45844625 13.61403715 13.85144845 13.59389106 13.47399901 13.75044784 13.87034642 13.64313735 13.38158229 13.44184431 13.7679223 13.48858553 13.19807218 +LQ09X020460 Callose synthase 3 6.125523379 6.028109501 6.166610723 6.218152842 5.85494928 5.810206137 5.57143026 5.667181315 5.997252181 5.882495842 6.145548636 6.066383386 5.819638098 5.421654831 5.386635561 5.716209112 5.900317229 6.230663727 6.013518341 6.115647104 5.552929892 6.042480815 4.989692314 5.628727862 5.990633698 6.02486475 6.129865202 6.131657987 6.075381873 5.898576466 5.655678873 5.512531311 +LQ09X020530 Hypothetical protein 4.95798946 4.96137635 4.739676615 4.799224045 5.048754899 4.580132795 4.811189829 4.64537666 5.184462626 4.914814428 4.876701087 4.83448923 4.973107077 4.764615499 4.906365082 4.599951279 4.988690952 4.5873002 5.009153956 5.0050755 5.001847893 4.608835686 4.685820043 4.994390246 5.06436944 4.787463357 5.365790397 4.859763088 4.864798886 4.524386958 4.66982158 5.233056863 +LQ09X020550 Fasciclin-like arabinogalactan protein 9 13.2301445 12.20929832 13.36835832 13.43938547 13.22208855 11.52796898 11.75994031 10.95500706 13.51235007 12.89711047 13.18569641 13.52821984 13.96331873 11.58076699 12.39990906 11.41867983 12.28494137 12.80165465 13.05852353 12.60736796 13.35290223 13.45981522 11.87113171 11.26378868 12.98248949 13.16878396 12.91342252 13.11934753 13.33660146 13.05183395 11.36845611 11.17891016 +LQ09X020580 Chavicol O-methyltransferase 5.807383903 5.519675985 5.298577511 5.449667164 6.345799303 4.885873237 5.05815273 5.393262649 5.562330142 5.574638423 5.408165292 5.559940812 5.917777464 4.70592361 5.121273996 5.377537521 6.209500252 6.122855688 5.900251649 5.141352632 5.535469682 5.437075536 5.441397862 5.742668435 5.785888419 5.975904255 6.337074285 5.604834701 5.178772619 5.580646241 5.445817884 5.480750781 +LQ09X020590 Predicted protein 6.321889119 6.059091472 6.476669303 6.373149097 6.408692714 6.070848376 6.103409546 6.35033057 6.732707413 7.369341202 6.828238202 6.667454295 6.517545927 5.830448254 6.932304559 6.196106946 5.949052685 6.583740572 6.789539449 6.893412842 6.622830417 6.327279163 6.204895708 6.524198752 6.062483738 6.644907121 6.728266485 6.087899264 6.739298909 6.370548442 6.317574061 5.408683182 +LQ09X020720 Cytochrome P450 716B2 5.873391678 6.358954792 5.997173542 5.74771587 6.029810265 5.775183453 5.616056189 6.548830996 5.773122547 5.613684913 5.37878132 6.140967453 6.215941945 6.067414462 5.851209744 7.030138168 7.343328007 6.264639768 6.623279773 6.590717729 6.656199194 7.485639194 7.655756916 7.975887747 6.552030795 6.271458838 6.994258469 6.178845893 6.453025155 7.836436822 7.148203353 9.064609009 +LQ09X020820 Putative uncharacterized protein 4.969985049 4.986927482 5.830921799 5.395766037 4.879691354 4.837201247 4.899637319 5.651936609 4.931344143 5.024329687 5.289233211 5.4689176 4.986871542 5.112392221 4.706239516 5.061292704 4.900953022 5.01547004 5.431144517 4.7721927 5.158248145 4.802027669 5.259506453 4.835894253 4.957355151 4.89448436 5.632632139 4.879121074 5.045715597 4.974547694 5.32398599 5.623091227 +LQ09X020960 Hypothetical protein 4.97893253 4.714644802 5.431497926 5.038302429 5.293889726 5.215130512 5.163047912 5.020188574 4.856343743 4.716550167 5.209846633 5.25707251 4.928830178 5.476356213 4.909533029 5.570066121 5.161435319 4.831653566 5.076689131 5.106389882 5.711065862 5.043117316 5.628184227 5.9666298 5.197460518 4.627198454 4.822635894 5.584613185 5.811795453 4.664000463 5.529523522 6.790915598 +LQ09X021000 Predicted protein 6.121154235 5.768537459 5.607729731 6.159267185 5.486522021 6.088360483 6.314443815 6.274932118 5.899207432 6.954261239 5.170854244 6.422970423 5.772706461 6.010310007 6.469922962 6.344936031 5.918181358 5.713300389 5.515068286 6.285198932 5.837921659 5.823222965 5.556499555 5.843132795 5.764168503 5.624726363 6.040403029 5.42540829 5.999035876 5.450564809 5.470833298 5.598842119 +LQ09X021240 Putative uncharacterized protein 14.13513394 14.21301721 14.57550659 14.68475069 14.60346585 14.02006762 14.71985965 14.38811195 14.11436012 13.96820358 14.38921816 14.59808116 14.40310639 14.30437016 14.5672464 15.00620039 13.4775377 13.845699 12.59105096 14.31301874 14.48558229 14.3332503 14.45610644 15.11244513 13.41667366 13.44117851 12.56581854 14.48511607 14.48698566 14.64572093 14.59557766 15.12755897 +LQ09X021310 E3 ubiquitin-protein ligase BRE1-like 2 5.500437003 5.567446991 5.292189968 5.389220695 5.243039375 5.333088206 5.247304268 5.523659723 5.630798834 5.814543287 5.592550575 5.183024934 5.121125346 5.096560588 5.839912579 5.406720807 5.615247734 5.317941662 5.553028258 5.338659362 5.53083032 5.251506784 5.076867556 4.977643357 5.297547416 5.420862287 5.46704178 6.118516202 5.58729897 5.384843811 5.202640377 4.902694149 +LQ09X021421 Retrotransposon protein, putative, Ty1-copia subclass 4.918037497 4.869911314 4.87559549 4.504816628 4.571203995 4.688520584 4.764460995 4.653372578 4.838765594 5.046646516 4.791962876 4.768505808 4.781671055 4.955577646 4.613250457 4.806264487 4.774402575 4.677812331 4.733053334 4.934476164 4.874578321 4.810523879 5.260415628 5.322719753 5.053452191 5.092951999 4.937428922 5.08056477 4.883066115 4.872396193 5.365401227 5.017786918 +LQ09X021510 Putative Acetyl-coenzyme A synthetase 1 5.417748814 4.985300241 4.901325762 4.956510043 5.256071588 5.00950473 4.850479395 4.778619908 5.206057138 5.246577385 5.149582664 4.970683449 5.683055762 4.949000452 5.167446615 4.988060221 5.526465388 5.19819282 5.003334254 5.189054259 5.002177483 5.075953454 4.927700035 5.818457903 5.180264145 5.221617357 4.751796805 4.838365168 5.148872505 5.176244226 6.414611678 5.226266942 +LQ09X021590 Constitutive photomorphogenesis protein 10 5.458926655 5.011480833 5.267702503 5.400518922 5.046166198 5.261599509 5.277147941 5.301902721 5.331421877 5.322805148 4.829703753 5.117241235 5.357668709 5.165229321 5.491013772 4.944678704 5.675589511 5.323415361 5.213158399 5.080204622 5.973433061 4.928422225 5.043029313 4.880827824 5.305187344 5.57741652 5.857711426 4.982337231 6.028852598 4.959577983 5.418259351 4.857627513 +LQ09X021600 Glucan endo-1,3-beta-glucosidase 4 5.413446734 5.342340452 5.178889377 5.245026622 5.50718835 5.298434191 5.138664135 5.496052151 5.46689253 4.849905325 4.897528114 5.487114403 5.166497844 4.988695448 5.023345493 5.261328333 5.214730895 5.298590823 5.248749575 5.011252778 5.500738209 4.922340577 5.15088747 5.574241348 4.92950774 5.274526037 5.635688135 6.174452954 5.351439644 5.222495245 5.198767126 4.910198019 +LQ09X021610 Putative serine/arginine-rich protein 12.68863436 12.7810544 12.66228681 11.91128012 12.12517461 11.69516477 12.29985293 11.62634629 12.49625292 12.86038502 12.62927553 11.91165613 12.22514401 11.67117252 12.04386999 11.64521314 12.44995645 12.91053377 12.42260357 12.94058225 13.11789776 11.95805849 13.40808767 12.56907339 12.44704049 12.65366236 12.69045408 12.72973282 13.00066391 11.88834535 13.08522337 12.49041895 +LQ09X021620 AT1G55300 protein 6.985457917 6.81930458 7.547381867 6.592661628 6.741893474 6.611656545 6.638599447 6.692154694 7.173070418 7.493141134 7.281136187 6.726247366 7.617485467 6.647468693 7.278145967 6.674488059 6.370337871 7.054107427 7.445680176 7.145469553 7.242461681 6.8151758 7.394254532 6.792748601 6.476084814 7.133945122 7.95797758 6.7095541 7.253867369 7.177770675 7.003224101 6.928350382 +LQ09X021650 Putative Pheophorbide a oxygenase, chloroplastic 5.329991564 5.742996986 5.763162451 5.384650444 5.448434324 5.393251474 5.422729333 5.520896498 5.153649305 5.243840578 5.471214613 5.347719921 5.270730368 5.687034038 5.436574055 5.419504692 5.5070493 5.421065594 5.56408426 5.460699696 5.75813605 5.217588324 5.354426813 5.17855453 5.390313396 5.279315469 5.206448196 6.00312478 5.19712075 5.462839427 5.596493932 5.706389358 +LQ09X021750 Trans-cinnamate 4-monooxygenase 8.563060448 9.123988437 6.842090647 8.295895265 5.936991197 5.922805309 6.296862293 6.343385396 8.786328441 9.947117665 6.142872765 9.133128677 7.747397958 6.561075842 6.226887936 6.911892233 11.01552271 6.444526048 9.434851609 7.720807542 8.505265218 7.074869608 5.963818518 6.25185405 10.78934004 7.310436854 7.915372753 6.182023314 7.810387864 8.459737191 5.216702118 6.432684096 +LQ09X021760 Superkiller viralicidic activity 2-like 2 11.80996888 11.68668429 11.73485214 11.53447153 11.46490975 11.93153991 11.83845922 11.66771745 11.79297455 11.56999471 11.94440304 11.5177393 11.59153216 12.05849059 11.41909941 11.95697486 12.18839465 12.04956861 11.52705529 11.9511441 12.39214855 11.56722688 12.59164779 12.35916124 11.70267352 11.79528149 11.7014473 11.69273791 11.90047543 11.61307685 12.41261388 12.28247208 +LQ09X021860 Auxin response factor 2 12.28653082 12.31716076 12.95522968 12.40943928 13.22776959 12.14890448 12.18985943 12.58316792 12.51611233 12.65433966 12.8623284 12.73387727 13.36140316 12.60276595 12.81519147 13.0881402 12.3718737 12.43801981 11.98141175 13.06577066 12.6162706 12.84548849 11.99439703 11.84765312 12.31837198 12.23224865 11.70209779 13.02681547 12.92497953 12.34937322 12.28546671 12.21199173 +LQ09X021890 Predicted protein 7.164778163 8.117853622 7.683207889 8.50919964 8.078867623 8.97003536 8.603152674 9.400244793 7.191067625 7.234283113 7.535843308 8.443992605 8.264959503 8.935561261 8.826173231 9.522520358 8.317965522 6.846736235 7.310542986 7.284208083 6.800702456 7.812307234 7.836089487 8.473995368 7.535985344 6.466580595 7.225233924 7.416382391 6.744297192 8.703713068 7.864608622 8.795860912 +LQ09X021990 Predicted protein 13.7655334 13.04245279 13.75453813 13.56531783 14.08487384 13.62788487 13.57663435 13.4209668 13.66732345 13.00937053 13.57753424 13.61243485 13.77403409 13.69216907 13.36606538 13.22117451 13.75237222 13.64464604 13.38051621 13.95609183 13.9410835 13.92620046 14.26189837 14.09345148 13.48500522 13.20626292 13.32352287 14.05660597 13.68177937 14.07775954 14.15848337 14.10625155 +LQ09X022000 Hypothetical protein 7.034396918 6.41837038 6.438401901 6.259306717 6.771863576 4.973995835 5.813398451 5.896500434 7.012727074 6.270872563 6.517954831 6.145547998 6.671079547 5.314435095 5.357691084 5.697006915 5.928224434 6.887867737 7.369927274 6.954088108 6.871935819 6.049482235 5.946803129 5.627853864 5.817454737 6.62217746 7.923536434 5.864977037 6.56307653 5.972649222 5.872590323 6.581916271 +LQ09X022090 Putative uncharacterized protein 5.808446213 5.057118708 5.462391334 5.246510578 5.708614935 5.274150285 5.335065158 4.961985826 5.816606349 5.274114865 5.832611928 5.341431787 5.573277216 5.317822466 5.552789683 5.189334352 5.400997565 5.527440486 5.639471944 5.331793251 5.334380783 5.61355655 5.178581488 5.701184504 5.194581577 5.801703093 5.411708414 5.637219785 5.851538265 5.688219543 5.756512062 5.460503015 +LQ09X022160 Predicted protein 13.33533907 13.7766487 13.82892274 13.87976651 14.13148207 13.20048997 13.57419751 13.78551618 13.77661782 14.15848752 14.30576797 13.65120711 14.40215926 13.37220923 13.55607532 14.01346353 13.46200383 13.415273 13.59462475 13.2620714 13.26089353 14.33381775 13.29513945 13.76489625 13.72183416 14.14789376 13.58173687 14.22625666 13.67436198 14.14122439 13.2885053 13.78491629 +LQ09X022210 Beta-glucosidase 12 5.002776566 5.054988019 5.13166344 4.894105698 5.172741673 5.187529997 4.731455965 5.081503949 5.290538969 5.0959131 5.29884189 4.698324484 5.30838633 4.915106162 5.130334861 5.075038546 5.428628621 5.343783884 4.809989679 5.136469369 4.977275258 5.092819883 5.456413042 6.090067024 5.552541443 5.178145758 5.040950693 5.054761541 5.403344984 5.261865571 5.973176447 5.265521908 +LQ09X022240 Actin-related protein 4 12.41737621 12.18722294 11.85158023 11.77032175 11.72136476 11.73310001 11.89962991 11.73966041 11.98606638 11.68045286 11.56640867 11.46217068 11.25853269 11.57242481 11.58653919 11.33952968 12.1870917 12.21898266 12.54994743 11.81584681 12.08110374 11.96403751 12.31709097 12.17794647 12.44610949 12.221188 12.90945281 11.70319282 12.19896084 11.82294152 12.26675475 12.18501717 +LQ09X022300 Lipoxygenase 2, chloroplastic 5.158493654 4.619741054 5.280282718 5.286456656 4.987774752 5.659566506 5.962403976 5.678247967 5.030796783 4.69278349 4.720543322 5.091200434 5.11453206 5.580513749 5.457876266 5.247267541 4.883964009 4.782239719 4.579500047 4.98500866 5.078743275 5.175806579 5.828910599 5.199980689 5.029202965 4.859767505 4.882507379 5.336442687 5.266466591 5.249856171 4.773213319 5.415265261 +LQ09X022390 Lipoxygenase 2, chloroplastic 6.02557842 5.955620055 6.137761136 5.715257273 6.165236403 6.075868181 5.919581689 5.684571782 5.895611442 5.656550251 5.955330894 5.801506897 6.38747685 5.701440609 5.436896628 6.443385878 5.942339202 6.238076579 6.110876245 5.848899848 6.10967269 6.068372778 5.50491529 5.286159311 5.654968718 6.078339337 6.462914685 6.256878261 5.796995957 6.062855761 5.145505878 5.69750799 +LQ09X022540 Lipoxygenase 2.3, chloroplastic 5.295686414 5.170814036 5.548655064 5.286185829 5.173781058 5.148903197 5.304678544 5.306518411 5.146992881 5.12162314 5.128450517 5.41046008 4.902825405 4.747647906 5.491087771 5.085558187 5.598279289 5.435035346 5.296551241 4.792109344 5.237573403 5.143444786 5.150065172 5.232917984 4.998199347 5.420781477 5.247860621 4.988227381 5.400451557 5.350005187 5.191278358 4.970071029 +LQ09X022580 Lipoxygenase 2, chloroplastic 11.41533201 12.90209245 10.81909544 10.87751318 12.007345 12.92539934 13.83335208 14.17003483 11.46201333 12.38028717 10.61133101 10.55636428 10.79228373 12.61598771 13.53213918 13.44548083 12.11270571 10.4494881 12.02434937 11.20261445 10.53683047 10.78610479 14.70484602 15.01960027 12.12094022 10.44742438 12.17000076 10.14286128 11.08198375 11.33435089 14.73436697 14.71429303 +LQ09X022630 Putative Uncharacterized protein YMR315W 12.42932449 11.76514714 11.83730068 11.18233183 11.3256219 11.8132018 11.1468191 11.1120331 12.28319817 11.60334976 12.23298963 11.21522782 11.32411698 11.67829623 11.47430747 10.82772808 12.78495794 12.23012812 12.40795866 12.16062441 11.78195825 11.55940203 12.20720243 11.75046146 12.24636996 12.11987881 12.14378029 11.16744778 11.97195141 11.2919473 12.01031092 11.84400368 +LQ09X022640 Synaptotagmin, putative 13.10840625 13.25983309 13.00257996 12.02101121 13.19231175 10.80013037 10.87124839 11.415623 13.25180825 13.01041297 13.01494687 12.22333606 13.13857891 11.20482747 11.24623764 11.52783878 12.74449237 12.54274533 13.19661429 13.28845808 13.5939966 13.20919886 11.91068793 12.28986962 13.20931477 13.04836301 13.27467935 13.08728753 14.00201214 12.72555422 11.85998402 12.06201399 +LQ09X022831 Putative F7F22.17 5.398541105 4.840182619 5.015914838 5.228503783 4.813734383 5.101962607 5.132690026 5.331841161 5.166378361 5.225822415 5.234353565 5.183249229 4.888623779 5.055543759 5.076887554 4.979533207 5.114524022 5.035841369 5.540456599 5.275200108 5.680876192 5.100465387 5.255859995 4.76598458 4.834263636 4.897055636 5.234258212 4.92715432 5.033532898 5.150103662 5.056275724 4.832551976 +LQ09X022861 Ubiquitin 14.3116592 13.65135524 14.12113562 14.3921132 13.61273791 14.41924403 14.36270734 13.69828957 13.43115257 13.69434422 13.56801979 13.91290424 13.26674256 13.67343786 14.12952451 14.18800026 14.14040184 14.50554612 13.79729031 13.568123 13.74958979 13.76129525 13.90126057 13.47470614 13.9408752 13.82023797 13.48389185 13.53665334 13.08110688 13.55934049 13.70277045 13.67476737 +LQ09X022940 Hypothetical protein 4.986778603 4.913252366 5.596040747 4.683880206 5.343129318 4.797844587 4.679553489 4.86047313 4.813864397 4.856457302 5.196655679 4.756278301 4.791852247 5.062324262 4.619301276 4.906952598 4.792949994 4.728564205 5.391165095 4.85897385 4.842227574 4.644249475 5.293936615 4.908822002 4.773946605 4.886464573 4.611060264 4.919992515 5.040208117 4.728114244 5.019377795 5.543999441 +LQ09X022970 Hypothetical protein 5.780973811 5.426507513 5.97905606 5.29375006 6.239236756 5.310614129 5.326481781 5.54640888 5.889472133 5.784457368 5.796629736 5.335613729 6.195679356 5.399166286 5.252433008 5.499831459 5.935788855 6.066279969 5.955346089 5.318371116 6.813744059 5.839462096 5.479648993 5.278892459 5.873369502 5.951657694 5.988434686 5.993733339 6.035293093 5.877401263 5.329865511 5.516226206 +LQ09X022980 Putative Serine/threonine-protein kinase OXI1 8.454256964 8.486316125 7.850982117 7.569805338 7.889500408 7.220911676 6.326323856 7.177064198 7.992897401 7.748342063 7.439570223 7.312590984 7.235481622 7.420977059 5.929979385 7.465651768 7.954432727 8.66461681 8.655786691 8.32975897 8.438355198 7.870747713 7.713484133 7.363840875 8.009974578 8.291382349 9.38378667 8.086526647 8.247119882 7.64820434 7.004768073 7.889050703 +LQ09X022990 Predicted protein 7.072254808 6.918182079 6.840612388 6.886343631 7.043353442 6.073819088 6.511687093 5.915959224 7.334170982 7.633052917 7.065215381 7.017978702 7.720663328 6.313786051 6.919680153 6.172378054 6.695433297 7.45427861 7.526236952 7.804210893 7.807575853 7.460915894 7.348662232 8.411969221 6.393792338 7.342108037 7.68081854 6.759385206 7.504055299 6.902277457 7.895463519 7.122316091 +LQ09X023030 DNA-damage-repair/toleration protein DRT100 13.08045977 13.34411013 11.7084968 9.23705741 10.4428659 6.047713255 5.775721311 6.339523697 12.66251671 12.64957012 11.75706646 9.079808767 10.24096613 5.642354995 6.690713452 6.157418292 13.13899512 13.39270538 12.3807736 12.43842043 11.63122048 10.77299225 6.435139305 5.465864662 12.4111129 11.97155441 11.62627854 10.26248825 11.43027141 7.618788312 6.044042957 5.772507774 +LQ09X023040 Protein FAR1-RELATED SEQUENCE 4 7.204632356 7.119628234 6.073388668 8.325643607 6.599033199 8.679968607 8.730928646 9.234215215 7.036757064 6.157273384 6.166491065 8.068938464 6.360431826 8.511939854 8.705245837 8.004362602 7.482844751 6.519841715 6.606886556 6.194792987 5.98730352 7.600280979 6.819123687 7.006505173 7.52269686 6.530906163 7.151509832 6.354976265 6.15011194 8.492932369 7.202116622 7.34714611 +LQ09X023050 Putative Transcription factor bHLH130 10.03972951 9.032158774 10.88059957 10.31259443 10.86667739 10.02867981 10.49853671 10.88573996 9.631882529 8.990278136 10.25407548 9.744499278 10.25326288 9.681538292 10.57810148 9.825711685 8.703523381 8.484767717 8.168835253 10.57283712 10.36533181 10.38211651 10.31665672 11.31870232 9.116664489 8.834279124 8.245067348 10.05943733 10.45143647 10.63822646 11.03781504 11.21885257 +LQ09X023100 Putative uncharacterized protein 9.966218393 10.68791132 9.653911612 9.573212335 10.25935248 11.73095087 11.50298051 12.69327836 10.18619644 10.37614967 9.827170978 9.873830845 9.961915091 11.56462218 11.49737307 12.30210403 11.31366023 10.21957268 11.48289723 10.24041833 9.18047784 9.513865939 11.3244596 11.01417753 10.4936868 9.884295311 11.01872941 9.692693435 8.867944783 9.649770893 11.30603898 11.39289211 +LQ09X023130 Histone H3.2 6.546929924 6.409822835 6.194924285 6.177789416 6.638101535 6.187332342 6.126586322 6.512597266 6.590558061 6.922633267 6.5075752 6.290778979 6.985783853 6.269415375 6.013568024 6.551926239 6.129259843 6.792160684 6.204995503 6.632147098 6.975376451 6.743974057 7.01286879 6.41486939 6.268970692 6.777184962 6.907329515 6.043410195 7.061685083 6.480238219 6.059680935 6.452117668 +LQ09X023220 Putative Protein zntB 5.35246364 5.575108059 6.077193405 6.237029305 6.268297339 6.04757403 6.843489452 6.071674883 5.601111453 5.812171382 6.188760386 6.168118432 6.282456716 6.579706311 7.262067471 6.289428095 5.278359037 5.704453108 5.489893533 6.224470403 5.439583675 6.093023757 5.627982775 6.236613003 5.669504847 5.522113597 5.792693505 5.796609441 5.677890621 6.430007314 5.815829769 6.476515509 +LQ09X023250 Outer envelope protein of 80 kDa 10.48197341 10.8937441 11.0592619 10.55982496 10.3765029 11.01961881 11.25499412 10.74654167 10.8660938 10.54867444 11.04593279 10.80523044 10.64142072 11.38092475 10.91931001 10.99799872 10.38580777 9.816388112 9.932118121 10.40513958 10.45151445 10.10581443 11.81283549 11.61576956 10.66913488 10.39751627 10.58734725 10.33696873 10.82161051 10.51793453 12.1305705 11.48089829 +LQ09X023310 Hypothetical protein 5.644639201 5.783811174 5.670141042 5.268910836 5.967877045 5.363118278 5.949299716 5.57942926 5.660613176 5.333930387 5.475929313 5.47856783 5.895111865 5.807515887 5.497466983 5.652907228 5.836615252 6.091402401 5.552497976 5.508436043 5.755804292 5.519346661 5.563909624 5.756282705 5.563682988 6.155494419 6.045781766 5.376344897 5.548498913 6.063271058 5.094448467 5.428122446 +LQ09X023330 Putative copper-transporting ATPase 3 10.15329983 11.15069492 6.909834097 6.407127771 6.771535952 9.799081826 9.060455892 8.921370926 11.03480019 11.1338197 8.667331275 7.421200977 7.262896899 9.906787487 9.063559431 9.457483129 10.48282294 9.711539446 10.67669767 7.93807189 8.041322673 8.374907884 10.31696236 9.655523472 11.09245515 10.3032192 10.99730159 7.661729347 7.391674837 7.095159564 10.2862359 9.101298053 +LQ09X023350 ADP,ATP carrier protein 1, mitochondrial 5.57455045 5.620973926 4.982427543 5.298460521 5.42108482 5.703983504 5.640838057 5.330014058 5.540625736 5.988125679 6.206291347 5.314806955 5.203436743 5.551256217 5.437583529 5.279565133 5.830103346 5.660143578 6.089094094 5.595123493 5.279602463 5.627532419 5.644056513 5.403499684 5.326235158 5.67743471 6.985681879 5.329455693 5.11568817 5.953470844 5.301231738 6.053551512 +LQ09X023380 Hypothetical protein 6.116259748 6.444946324 6.114411777 6.344653222 6.271547156 6.434914953 6.203694786 6.611014186 6.467488456 6.123327178 6.442384105 6.053482415 6.01796582 6.413953062 5.929511603 6.438878856 6.497131135 6.741602927 6.076812837 6.118154469 6.08136008 6.390915371 5.822055744 6.225022067 6.44917259 6.831944762 6.358248162 5.266844026 6.010268362 6.475379366 6.118065778 5.474216043 +LQ09X023520 Putative Exosome complex exonuclease RRP45 4.533132162 4.677721404 4.740954846 4.7173283 4.605776099 4.983378485 4.639669299 5.363572019 4.159614583 4.421188655 4.666193759 4.708925167 4.816282355 4.867538516 4.419166781 5.574014926 5.088211909 4.456802525 5.076264298 4.910592313 4.798587302 4.748196456 5.950145596 6.804820097 4.959396422 4.488972666 4.557653161 5.613609181 4.570070006 4.408131219 5.411522277 5.308177532 +LQ09X023530 Transcription initiation factor IIB 5.368560739 5.508411083 5.44690246 5.485074788 5.493256492 5.479885755 5.414317246 5.427638715 5.540520703 5.592763526 5.207033012 5.481047099 5.460994329 5.783604029 5.565970276 5.222706378 5.378637154 5.020508165 5.061890401 5.010178861 4.911302847 5.589124925 5.682076561 5.216158202 5.204383561 4.770314264 5.245315998 6.00107453 4.996847309 5.455060483 5.861528639 5.323501498 +LQ09X023540 Lichenase 5.322395146 4.98637082 4.907988203 5.14074639 5.250316452 4.898031617 5.545177186 5.134087356 5.057405986 5.106561653 5.169266542 5.268079221 5.036207891 4.694288555 5.147670457 5.045069399 5.254724704 5.29839192 5.445290773 5.722684184 5.818235761 5.015661517 5.148314173 5.662150806 5.192975474 5.708270721 5.280880325 5.681340051 6.068049891 5.094432667 5.067767275 5.853247027 +LQ09X023571 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 4.851147343 4.767445298 4.994538884 4.834229611 5.330431111 5.056212764 5.144670242 4.838877576 4.951925867 4.611563741 4.781270004 5.082262565 5.12538151 5.029797375 4.904375308 5.251152897 5.835325868 5.752379872 4.771880246 4.912275181 5.238513982 5.360120868 7.067563518 5.680952092 5.673793457 5.642617267 4.978170938 4.954893082 5.761169877 5.581080018 6.195084871 5.719600494 +LQ09X023600 Ribosomal RNA assembly protein KRR1 12.1085131 12.04196422 11.75161327 10.86741545 10.9789236 11.32989697 11.66695075 11.14335832 11.53029257 12.35812936 11.48209764 10.93772924 10.81614924 11.44066253 11.59483451 10.79304288 11.01855284 11.46297193 11.75152403 11.54564477 11.29222778 10.40435931 11.99008448 11.01056826 11.87868062 11.2703665 11.99571651 11.00969749 11.56851223 10.05369126 12.06413675 11.34465131 +LQ09X023620 Serine--glyoxylate aminotransferase 12.58588453 12.11322941 14.03307508 14.39975945 14.01746452 15.1325064 15.16120054 15.71393116 12.35764975 10.30385294 13.06664425 13.60970373 13.34596221 15.2133306 14.35625223 14.8247765 11.8024472 11.76268678 9.464693948 12.81671305 12.467463 12.82952674 13.75274281 14.65017448 10.60163778 10.75487004 9.66284604 13.3469008 13.0486892 13.70224216 14.49922646 14.4328298 +LQ09X023630 Chromatin remodeling complex subunit 6.261873739 5.519590747 6.102724692 7.190142199 6.240341853 7.665654359 7.849363057 6.998261671 5.55888364 5.169472816 6.311228568 6.605884621 5.391841948 6.682263967 6.792173571 5.998812878 6.362675679 5.628034137 5.530087771 5.928927338 6.066729954 6.051383383 6.703793799 5.860954713 6.123196272 5.920077875 5.398951469 5.343229887 5.812954774 6.205876047 6.913110788 5.975968657 +LQ09X023650 Phytochromobilin:ferredoxin oxidoreductase, chloroplastic 9.920492611 10.31807948 9.653811283 10.2558465 9.91911503 11.15658272 11.12249889 11.05064848 10.3875309 10.7975403 10.03402878 10.46836567 10.2251689 11.28679765 10.82126679 11.39226849 10.17290959 10.20255715 11.10666498 9.386077616 9.943688233 10.06387704 10.69769731 10.15596877 10.45996715 10.11221624 11.18904674 9.471500541 9.387949125 10.17382952 10.7370093 9.935430698 +LQ09X023670 Putative F-box protein PP2-B12 4.953434485 5.175789924 4.90704396 4.921922659 4.805078205 5.141752304 4.980111101 5.100761603 5.018831338 5.201018317 5.186341388 4.911396636 5.054613987 5.002076579 4.985457966 5.038403964 5.469618402 5.132870552 5.578751378 5.405006929 5.248636272 5.218172595 4.961234631 5.080033729 5.342200286 5.24430456 5.852094447 5.266789124 4.942833512 4.792491099 5.10218818 5.507081168 +LQ09X023690 Anaphase-promoting complex subunit 11 13.25525571 12.80051788 12.55509709 12.78738579 12.66554883 13.08176634 13.10999932 13.163167 13.35737079 12.88681648 12.78132045 13.05096895 12.94893019 13.1477225 12.69227176 12.85343523 13.01614084 12.57390581 12.42998483 12.76983995 13.06507819 12.07147978 13.06124832 13.00479648 12.98555346 12.64027677 12.81959386 12.64411163 12.86452118 11.9374621 12.95959813 12.83961395 +LQ09X023700 Putative Uncharacterized protein At2g37660, chloroplastic 5.917801767 5.811213429 5.75310019 5.998062789 6.224487948 6.922886453 7.152643638 7.432254739 5.952982153 5.811718706 5.232431265 6.326845668 5.815033081 7.291806055 6.533908468 7.098192337 5.329632035 5.240697542 5.587786915 5.151119454 4.932041871 5.406987762 5.846599092 5.440092624 5.293428142 5.094843993 5.688266283 5.544508857 5.356382782 5.285653462 5.338502081 6.371586653 +LQ09X023710 Hypothetical protein 9.457838129 9.372637762 10.2772588 9.388213568 9.622528905 10.37209912 10.82283626 10.06548883 9.933438723 9.760600424 10.18315379 9.696723152 10.27143362 10.53904035 10.88706577 10.27499765 8.330621494 9.101565832 9.342536003 9.829239009 9.964457284 9.593178265 11.45304152 11.52717646 8.969470502 9.406967376 9.670402753 9.713382502 10.49002988 10.03861738 11.58142571 11.33655572 +LQ09X023900 Hypothetical protein 5.514890407 5.391644715 5.672287462 6.529030228 5.593481798 7.707430981 7.656217716 8.0095831 5.452269495 5.247678469 5.643483331 6.855525734 5.524261521 7.526432171 6.366305276 8.054836819 5.823202393 5.972918653 5.78411688 4.986586827 5.286795087 6.157675409 4.940000151 5.200295951 5.83525021 5.93002386 5.499144029 5.04357531 5.155972253 5.586576318 5.246505618 4.833732481 +LQ09X024020 Putative uncharacterized protein 11.97823466 11.86945913 12.36747036 11.8200134 11.93478757 12.38265791 12.11206538 12.21250987 12.14569023 11.95351306 12.20067654 12.16946782 12.0959329 12.30814876 12.2372103 12.03943884 12.62438592 12.39256513 12.16291483 12.73690988 12.96010283 12.29035087 12.6627858 12.7072145 12.33222231 12.19788455 12.10372075 12.75607715 12.72985577 12.19686254 12.51046298 12.7469818 +LQ09X024030 Magnesium-chelatase subunit chlD, chloroplastic 6.291491847 6.527677406 5.200080614 6.16219742 6.224487948 5.788803991 6.154777367 5.7733064 6.119306274 6.620960389 5.844244716 6.132118623 6.493771917 5.900094917 6.614991704 5.778396508 5.74764399 6.293845253 6.626471941 6.151831278 6.160825034 5.914472322 5.499178774 5.647744161 6.001289942 5.894690799 6.157311735 5.433138688 5.886724801 5.812795164 5.642420842 4.98684779 +LQ09X024050 BTB/POZ domain-containing protein At1g30440 7.75896409 7.16056844 7.232717817 8.402503298 7.899615808 8.538995267 8.032322916 8.278085452 7.781058957 5.6308008 6.65542191 8.022510109 6.978313003 7.995634856 7.581109909 6.96448959 6.484371688 5.089771579 5.05131168 5.294638264 5.475732373 7.59654145 5.470791078 5.411888825 7.396710292 5.694745096 5.062098883 5.736607627 5.31537995 7.58259998 5.468313172 5.809275685 +LQ09X024070 Putative uncharacterized protein 5.396117867 5.501526217 5.361240049 5.237758946 5.350837061 5.11341506 5.088547014 5.010019895 5.205612782 5.267911693 5.489891224 5.172123563 5.977145711 5.03970508 5.030133549 4.935158674 5.720879483 5.140092989 5.475157787 5.335509499 5.50748706 5.459627491 5.31432562 5.540677356 5.232262554 5.506922621 5.482891655 5.461326331 5.559561415 5.656396051 5.68678257 5.003141129 +LQ09X024080 Ubiquitin carrier protein E2 19 12.95779907 14.00162839 10.92069697 8.725305389 8.602962286 7.578850396 6.65364424 7.305909983 13.55117826 14.39756097 12.73320999 9.894874955 9.879006632 6.438632097 6.918657535 8.391999705 13.29247017 12.28657408 13.82229718 11.72711075 10.88823674 12.51462704 6.134506113 6.055074788 13.3625068 13.65860529 13.957233 8.881672091 10.48175707 8.186042905 5.893778477 6.255440158 +LQ09X024090 Predicted protein 5.529868091 5.475545104 5.456997864 5.398331562 5.660585839 5.201028365 5.954442895 5.193609265 5.43268401 5.618331543 5.348857171 5.393394153 5.694054939 5.409274851 5.55179528 5.512637646 5.310340175 5.968292343 5.517700853 5.70226877 5.375312452 5.913676431 6.572190085 5.924898048 5.715936812 5.566915456 5.828631666 6.701508975 6.224452807 6.090261563 5.864095453 5.799867397 +LQ09X024130 Lichenase 7.740989853 6.874417158 8.586488167 9.010850239 9.713152038 9.259911311 9.972908072 9.12755439 7.006620124 6.288878124 8.644281851 9.517309529 9.653792866 9.749634236 10.24915363 9.673117772 10.67245372 8.408680376 9.438506871 11.28971735 8.369827102 7.283597102 10.03616184 8.718550031 8.238430134 5.950468968 6.899277249 9.745134838 7.635672829 7.996859785 11.34288617 8.850880481 +LQ09X024190 Putative Zinc finger CCCH domain-containing protein 53 5.493610797 5.843118765 6.029608215 5.857107063 5.714225505 5.631211359 5.651872317 5.555931792 6.47083107 6.414519471 5.752371257 5.70201262 5.885929436 5.826301791 5.822534498 6.10377837 5.651571592 5.831625073 5.696520512 5.394699924 5.687562615 6.009851205 6.547014029 6.30609713 6.1837659 5.971671364 5.518144704 5.806135333 5.521445122 5.530002562 5.537473295 5.288982164 +LQ09X024200 UPF0195 protein At1g68310 5.598174021 5.981686347 5.505285975 6.074875813 6.06314276 7.067317688 6.438925849 6.274484033 6.146581439 6.192623867 6.497263016 6.43521829 6.47204705 7.336723357 6.702787507 6.003921007 5.566385617 5.472152138 5.158054442 6.375722411 5.562570024 6.021926476 6.185363456 5.922431403 5.583754627 5.701297316 5.251256769 5.301635824 5.261352911 5.697324875 5.670798307 6.453263064 +LQ09X024250 Pre-mRNA branch site p14-like protein 14.05707862 13.75641618 14.04674374 14.3110134 14.06229641 14.20463493 14.46105698 13.91992796 14.06531453 14.28260743 13.80420364 14.38762208 14.23630672 14.13557957 14.45760198 14.09418975 14.75253985 15.11077866 14.56809348 14.36347065 14.62530762 14.91505424 14.37219068 14.32186898 14.54075575 14.96056473 14.65382859 14.59030961 13.94794883 14.60065236 14.25637612 14.35181113 +LQ09X024280 Dihydropyrimidinase 11.22456703 11.4562773 11.81416236 12.84672573 12.58257606 12.69964742 13.15197577 13.22409902 11.27759654 11.37271451 11.57416275 12.49507758 12.39731054 12.98580295 13.09580534 13.2929529 11.85316701 12.24186124 11.7508147 11.97077788 11.90359258 12.37262496 13.12390134 13.52490837 11.40714295 11.43064051 11.79404453 11.8492048 11.97504231 13.11485956 13.07159684 13.4220392 +LQ09X024290 ABC transporter F family member 4 6.65376816 6.642379294 6.674326738 6.666732506 6.727351156 5.875326304 6.219280377 6.474905894 6.397929107 5.775271162 6.356982368 6.571293999 8.039668884 5.606672736 5.700566085 6.285602953 6.305193111 6.808556402 7.018030484 6.015872289 6.561275569 6.67098993 5.371786974 5.584765976 6.137653146 6.683579749 6.812992443 5.917429756 6.222250113 6.655019378 5.257076656 5.636750942 +LQ09X024320 Pentatricopeptide repeat-containing protein At1g62350 10.99245984 11.40912969 10.85061793 10.99476308 11.39835527 12.21013708 12.3873768 12.50680916 11.20810103 11.43974322 11.18671453 11.3661331 11.49378466 12.36087199 12.32424622 12.40764133 11.12462607 9.400279656 10.74813773 10.67354809 9.861613134 10.59830371 11.41773456 11.51429954 11.27907295 9.646561415 10.34354942 10.42947032 9.985584268 10.70774783 11.80130515 11.63334792 +LQ09X024330 Predicted protein 8.914622324 8.905688069 8.623079366 9.868193324 9.168671607 9.12579922 9.292128512 8.961457443 9.157484139 8.43803354 8.813327896 9.845844906 9.300290042 9.152119521 9.298703003 9.062986705 8.947435761 8.762437106 8.856523069 7.899761362 8.490515152 9.600802761 6.70940779 8.063587632 9.378686708 8.928872708 9.2664236 8.533044856 8.924571682 9.915221341 7.8531355 8.354677069 +LQ09X024350 Predicted protein 8.543936117 8.776935931 8.694592229 9.843275306 9.396226987 9.556385659 9.913254885 10.34006755 8.50787801 8.429761952 8.652628082 9.77816358 9.236099891 9.357433947 9.674944756 9.77883455 8.227175954 8.26889928 8.764428956 7.487703584 7.761182245 8.939937732 9.143088986 9.240238696 7.694295696 8.080104775 8.934084857 7.693972883 8.458645512 9.358506695 9.565125075 9.19798712 +LQ09X024380 Predicted protein 6.527645701 6.708231886 7.698600625 7.322503993 7.085092875 6.386283872 6.167663048 6.005592649 7.084847077 6.479104596 7.369650243 7.276034552 7.9345709 6.007684894 5.867901251 6.532075451 6.576259364 6.448942104 6.305901672 5.89955296 6.156699003 5.804639147 5.428388465 5.952362961 7.024239215 6.487175651 6.112728779 5.289476167 6.079166142 6.001920984 6.222692293 5.789683352 +LQ09X024470 Hypothetical protein 6.204306464 6.595268264 5.997810676 6.434780401 6.232512591 6.514751853 5.957081463 6.658618108 6.418074809 6.826043218 6.015411092 6.504676245 6.480871211 6.985948844 6.27855833 6.723956788 6.525116627 6.651486144 5.93975387 6.134052907 6.243112656 6.74775394 6.201884189 5.617468548 6.715133612 5.851207619 6.182202395 5.562805109 5.706199263 5.954899985 5.663787536 5.986334114 +LQ09X024510 Putative uncharacterized protein 12.59566835 12.49853665 12.96905462 12.21828457 12.99729991 11.30959535 10.97750282 11.02358666 12.55068452 12.3844931 13.0914538 12.63517456 12.9349536 11.17972122 11.61524251 11.24553789 12.19990442 12.90583125 12.93948864 13.108005 13.19098684 13.35200575 12.07991188 12.29204381 12.67218277 13.06935521 12.8877276 13.50564526 13.40808148 13.71569398 11.88600126 12.13734863 +LQ09X024520 Predicted protein 4.787350217 4.914992638 5.247058945 5.34078464 5.223749691 5.246798383 5.607651289 4.927452103 4.994069331 5.098936261 5.320406642 5.173164704 5.024776783 6.025239691 5.192723864 5.369627187 4.815970562 4.626349823 5.086105662 5.010875902 5.488822569 4.859901743 5.352441286 5.839265959 4.79009587 4.986923216 5.029521756 5.098577673 5.535406148 4.991924941 5.384120975 5.835302228 +LQ09X024530 Putative Ankyrin repeat domain-containing protein 2 6.089471254 5.43926722 6.199308751 5.947941854 5.911940461 5.631334152 5.474539939 5.942561083 6.172258375 5.967303617 5.893762243 5.765825018 5.902907218 5.692303503 6.027751586 5.585974172 5.92207231 6.117209362 7.415210764 6.107911927 6.18713856 5.968448755 6.055114207 6.382944278 5.925845961 6.27399802 6.35448413 6.257003002 6.042380132 6.011292657 5.540801681 6.996088667 +LQ09X024540 Transcription factor, putative 5.339322006 5.059556437 4.983520537 5.07479031 5.10539879 5.035284574 5.171833107 5.1811115 5.052672143 5.171712586 5.354792505 5.055901261 5.145446711 4.927277203 5.069082138 5.130627771 4.533470227 5.148621672 5.711669085 4.959595625 5.144421516 5.183697809 5.132765994 4.782689447 5.168918255 4.964635001 5.579461127 5.505859571 5.196249422 5.156444841 5.168958549 5.13051946 +LQ09X024560 Putative uncharacterized protein 5.056927487 5.028469371 5.169090933 5.126214875 5.134036755 5.819788822 5.254907954 5.172383313 4.971876568 4.991233241 4.866315846 5.306296399 5.678210589 5.506371266 5.088970683 5.401803235 5.659866171 5.258770774 5.245476831 5.545030306 5.330159144 4.974738605 5.663461426 5.048015001 4.971369546 5.222426388 5.358537782 5.947590496 5.495058053 5.021636658 5.439207899 5.335936014 +LQ09X024580 Putative Minor histocompatibility antigen H13 6.518171277 5.94349283 6.029357043 6.54166219 5.686781363 5.917523366 6.214488825 6.079753702 6.549789711 6.987807224 6.249129098 6.119532593 6.128303898 6.193431383 7.432088782 5.698983948 6.090256367 6.287890575 6.67550199 7.044643896 6.477471048 6.42630441 5.882490087 6.788432508 6.34325683 6.411295713 6.035233954 5.918669692 6.369637149 6.258817181 6.923088152 7.048885933 +LQ09X024690 Putative Tyrosine-specific transport protein 6.35364197 6.401403904 6.146524918 5.994309175 6.204641453 6.299888621 6.714578312 6.556196127 6.148149704 6.627943138 6.300139305 6.316496583 6.664460288 6.943504173 7.528096912 6.492738957 5.906361767 6.449229459 7.042076156 6.769488913 6.802894848 6.192925702 6.435485208 7.149447657 6.119495835 6.396188374 6.742462893 6.488005686 7.186641559 6.025643598 5.746190352 6.887101193 +LQ09X024700 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase, chloroplastic/chromoplastic (Fragment) 11.60862657 11.62116635 11.56408672 11.94756608 11.07015635 11.81932936 11.68921212 11.15289529 11.59043457 11.50178899 11.36345574 11.36071611 11.27099355 11.79012024 11.56936828 11.11985202 11.28569589 11.62985571 11.65635702 11.03071103 11.28076031 11.52016877 11.58185354 12.05125916 11.18938919 11.79756959 11.76827637 11.15234176 11.65484781 11.79901368 11.58465412 11.93825915 +LQ09X024710 Predicted protein 12.44029637 12.55812861 12.53882091 11.97036293 12.43244435 12.14742282 12.01477719 12.29260536 12.38367353 12.30626728 12.42033719 12.10753948 12.38158456 12.08634508 12.06950122 12.1446767 12.72400899 12.7727658 12.86786339 13.07455263 13.06811557 12.71888627 12.85918396 13.04284785 12.61282199 12.80882088 12.93677255 13.04808522 13.24407821 12.81165558 12.81537405 13.06583117 +LQ09X024770 Cysteine desulfurase 2, chloroplastic 11.30948815 10.81874687 10.86753504 12.12174803 11.29449722 12.93557084 12.69912259 12.64377368 11.37656317 11.19474889 10.80850943 12.32455084 11.48054969 12.93556583 13.07683118 12.47629531 10.77706429 10.61184022 11.16438091 10.26369894 10.55510474 11.39339426 12.12563166 12.02173144 10.78674266 10.96225606 11.44929967 10.3237223 10.9430083 11.76027278 12.19453453 11.91009813 +LQ09X024780 Putative 1-aminocyclopropane-1-carboxylate oxidase homolog 1 5.436550099 5.923276353 5.723727018 5.573260493 5.680440682 5.748790985 5.310097992 5.607414381 6.152341699 5.433079268 6.23807014 5.594825221 5.657486632 6.219982498 5.272054864 5.614939144 5.419859293 5.584034029 5.125066243 5.490271214 5.516035279 5.548911153 5.538253862 5.468275352 5.892990935 5.387374122 5.289771899 5.115006537 5.23658124 5.690801433 5.517079854 6.575775778 +LQ09X024800 F-box/kelch-repeat protein At5g26960 5.106565533 5.422139497 5.722129727 5.114864028 5.406852753 5.175578453 4.84325612 4.800447532 5.423313649 5.165985532 5.619029463 5.07706624 5.473367752 5.23076291 5.00836987 5.024971304 4.909150648 5.381472827 5.137377082 5.018554833 5.093180553 5.55394057 5.678652812 5.832021739 5.584276653 5.309220908 5.340225073 4.958254305 4.913978245 5.404807835 6.110990224 5.812880926 +LQ09X024810 G2/mitotic-specific cyclin S13-6 5.983839817 6.110871212 4.994855733 5.329127579 5.088788896 5.062719622 5.674819368 5.324103458 6.020248137 7.029256179 5.509309178 5.58269998 5.266014632 5.441305113 4.904908868 5.564733375 5.513259499 5.615703139 7.13619186 5.32505307 5.283453915 5.620366525 5.080729272 5.342274612 5.712555988 5.262118093 6.992560837 5.009533594 5.269174928 5.245543037 4.676051029 5.025450333 +LQ09X024820 Molybdopterin synthase catalytic subunit 6.051425181 4.921778303 4.966340749 5.115764688 5.098521648 5.272089262 5.407629668 5.361324626 5.482743883 4.980294244 5.050552262 5.107256958 5.120082779 5.010907629 4.842660675 4.888946814 5.257973805 5.050125887 5.409352297 4.746375143 5.216799451 6.914884985 8.938854625 5.175371159 5.588997116 4.829706946 4.972269746 5.909545273 5.461319333 4.882086792 7.076327103 5.740679859 +LQ09X024830 Putative Epoxide hydrolase 2 8.738203676 8.887882649 8.258085673 7.582093795 8.690777593 7.860424183 7.762708168 8.002594916 8.750856628 8.418607778 8.765307117 7.850781062 8.039298246 8.042900291 8.025856004 8.413946093 11.7366062 10.02215448 11.51012118 11.70707875 9.717012294 8.453758072 7.574634012 6.677587078 9.128355442 8.013778749 10.46978262 8.897143883 8.12379731 8.122535858 7.0576186 7.41900872 +LQ09X024850 Putative Vesicle transport protein USE1 12.50176198 13.2205159 12.64783747 12.56111579 12.85152072 12.49014812 12.3884788 12.82007179 13.01222425 13.11514009 13.02132311 12.65430141 13.06917182 12.49033528 12.49189762 12.84031252 13.20456172 12.13784096 12.855446 13.01179146 12.75436341 12.76298188 12.77677104 12.55849442 12.96129033 12.15108255 12.48083718 13.22289503 12.81168312 12.84050251 12.85055145 12.48310936 +LQ09X024860 Putative JmjC domain-containing protein 7 5.098725706 5.10783492 5.355837366 5.347517644 5.272844621 5.319311059 5.475607827 5.459055728 5.264640171 5.258059104 5.299358757 5.449454573 4.738454385 5.224051686 5.390118096 5.490847968 5.198460122 5.113716341 5.534287597 5.414154275 4.892987779 5.010095216 5.60608104 5.38374242 5.891645109 5.087025598 5.628737181 5.304019097 5.233982413 4.926613792 4.778370902 5.793776659 +LQ09X024900 Putative Epoxide hydrolase 2 5.618040924 5.371423374 6.440981214 5.476730946 6.146055366 6.022205169 5.770804149 6.445769573 6.062821184 5.47652651 5.745333468 5.450093975 6.462065234 5.777461696 5.96106545 5.94184015 5.694339004 6.037167302 6.459589352 5.912607173 6.204347737 5.928235883 6.166930053 6.30278938 6.279855257 6.406494949 6.969019725 5.737390939 6.418929588 5.943496561 6.674461107 6.135725234 +LQ09X024910 Transcription factor, putative 9.954491078 10.25965908 9.603673865 9.798156913 9.595325772 9.450478917 9.171638869 9.245404113 9.36846545 9.807934083 8.944852278 9.3230678 9.16383009 8.845408333 8.949820628 8.299114641 10.25160633 10.71934224 10.88234928 10.11486186 10.20286627 9.995918813 9.8904968 10.11935312 10.47045004 10.78470708 11.23499556 10.03084436 10.42768609 9.848356412 9.570243455 10.06054604 +LQ09X024920 Putative Uncharacterized protein At2g29880 4.567939285 4.827190988 5.010997332 4.561355697 4.601005256 4.823228181 4.592744279 4.695415517 4.71630717 4.591068874 5.515676801 4.666766177 5.008426302 4.855473641 4.745270275 4.569771344 5.070455699 4.907195674 5.015502205 5.041359751 5.090696513 4.713778872 4.979027665 5.145746556 4.912069306 5.128976639 5.06967025 4.631723111 5.158724706 4.866824247 5.139417653 6.061181054 +LQ09X024950 Transferase, transferring glycosyl groups, putative 5.166642174 5.172201375 5.574078121 5.112791545 5.597714445 5.106778503 4.97927671 5.127042958 4.955918637 5.091307852 5.43821738 5.13588458 5.58449809 5.294959352 5.041263907 5.318964232 5.027238579 4.972925738 4.998323912 5.11754198 4.70283303 5.282563392 6.001385644 5.456231773 5.042578624 4.882359214 5.053735604 4.792329264 4.851463511 5.187420297 4.921419105 5.767475833 +LQ09X024970 60S ribosomal protein L7-4 5.80871428 5.775266108 6.372694901 6.105970998 5.921663375 6.435863644 6.128323191 6.085558283 6.090972353 5.65987819 6.053386145 5.896706825 5.777843457 5.98352803 6.376228016 6.031119934 6.09936945 5.98613872 6.696167716 6.40310711 6.086169709 6.034177687 5.92500337 6.072602548 6.203362057 5.960408196 6.044417094 6.855944469 6.292849512 5.933718091 6.926630641 5.457888983 +LQ09X024990 Rotamase, putative 5.175537213 5.093074079 5.434965341 5.081737058 5.066345838 5.404064143 5.485189934 5.542493014 5.128039479 5.360543865 5.238052352 5.263512737 4.894876834 5.557449773 5.408329833 5.146768685 5.017868367 5.181010449 5.39518571 5.107893473 5.043719527 5.381345005 5.372031704 5.412608731 4.850556025 5.153532172 5.252551826 5.006483332 5.213368603 5.26732871 5.339581095 5.643379054 +LQ09X025030 Heat stress transcription factor B-4 5.266644997 5.352983484 4.763341387 5.150440008 5.069402401 4.864995656 4.955174826 4.849935869 5.479370602 5.379258935 4.984776371 5.053699905 5.084552991 4.686489814 4.680820031 5.083018136 5.170233598 5.061712659 5.328893083 5.326643793 5.060997316 5.296604091 5.739149852 5.648118493 5.224546521 5.145736516 5.24724753 5.213352877 5.53335792 4.921742605 6.266099452 5.060032607 +LQ09X025090 F-box protein At2g32560 11.47898511 10.4819961 12.25896975 12.49068851 12.4719315 13.25080099 13.14095868 13.25654786 11.44465087 10.1885922 12.04959046 12.24378891 11.88955966 13.29629422 13.00277941 12.57043753 12.20988774 12.17296857 12.28732788 12.20858589 11.7964763 12.452608 12.75883932 13.204686 11.53363206 12.08066373 12.42331257 12.30633905 11.93603089 12.94609117 12.50778553 13.30878909 +LQ09X025110 Putative uncharacterized protein 5.572670047 5.486415344 4.956892908 4.962087775 5.068586962 5.131057351 5.237944402 4.98585623 5.694237612 5.567758306 5.009849442 5.233157416 5.378104156 5.184848155 5.272134624 5.24973879 5.05458738 5.556415336 6.420102011 5.80776088 5.820352079 5.401745274 5.196526157 5.524247627 5.036238277 5.796125009 6.775100598 5.55251778 5.249084341 4.803605512 5.406806823 5.133758461 +LQ09X025120 Predicted protein 5.887787592 5.187786529 5.653440135 5.503062054 5.94674869 5.474359081 5.623598695 5.96412686 5.788047847 5.857590176 5.483533654 5.501823015 5.969468568 5.787296345 5.968894162 5.722277131 5.701921985 5.706440893 5.451020902 4.984488758 5.58917978 5.556352185 5.333531237 5.717018068 5.233480829 5.916357837 4.886119615 5.202196292 5.332713028 5.68961109 6.746914391 5.021135977 +LQ09X025150 Hydroxymethylglutaryl-CoA lyase, mitochondrial 5.502549462 6.019818157 5.362512248 5.612945577 6.169355584 5.670243285 5.31060052 5.303984397 5.201326707 5.70117853 5.264840566 5.919026676 5.766399192 5.517413621 5.614007165 5.227748607 5.945844617 5.532866641 5.247294665 5.91914563 5.009975511 5.490943315 5.066103141 5.768562283 5.759286056 5.583963206 5.526813018 5.209859075 5.114320885 5.605824555 5.222948284 5.588443964 +LQ09X025160 Probable diphthine synthase 11.6615854 12.11799341 11.34627839 11.3277169 11.3862562 11.64706884 11.75813915 11.74960769 12.0714117 12.40357815 11.60818523 11.47621586 11.52952343 11.82596447 11.70788467 11.8249378 12.29121974 11.89342778 12.25747792 11.64635663 11.35067446 11.7411182 12.08402524 11.97832973 12.42997447 11.9089756 12.39113065 11.43912904 11.08945551 11.43780169 11.9319505 11.91335536 +LQ09X025180 Polyadenylate-binding protein, putative 14.08138054 14.56274544 13.34995926 13.80015652 13.32087904 13.77313097 13.79008659 13.56000893 14.17288494 14.56921374 13.47412829 13.96422422 13.55448402 13.775089 14.04101417 13.65787684 14.15341537 14.33139966 14.33519219 13.15496118 13.4902972 13.756653 13.25231407 13.22751223 14.58240924 14.59953974 14.63173777 13.44177527 13.36019923 13.40569 13.24588524 13.38270975 +LQ09X025210 Putative Probable disease resistance protein At4g27220 4.990703062 5.187354741 5.009030286 5.235797117 5.570753854 5.012036486 5.104956095 5.288175473 5.140542658 5.21787483 5.010645067 4.986111075 5.120615942 5.133156945 4.909517142 5.155923259 5.337669368 5.319565174 5.673746536 4.660548958 5.313662429 5.287089721 5.890332075 4.927696233 5.524656576 5.170935349 5.466277539 5.411529153 4.825816823 5.360595152 4.952314023 5.155127838 +LQ09X025220 Predicted protein 5.67141099 5.486663905 4.992697942 5.100596653 5.372556432 4.715520439 4.953632757 4.986599686 5.670127622 6.018927552 5.351636464 5.539033973 5.506104121 5.079987843 5.502710261 5.011101879 5.485874085 5.276289925 5.755650704 5.618818041 5.56841982 5.420861419 5.382413614 5.372926217 5.501371258 5.362264496 6.437744658 5.186169434 5.31440404 5.61547367 5.921539705 5.327648646 +LQ09X025230 Putative Magnesium transporter NIPA2 9.68945715 10.12197041 10.15514497 10.39916257 10.40911834 10.52151827 10.52913714 10.51995417 10.19168038 10.11683892 10.61080551 10.26794588 10.75730332 10.68445816 10.46122443 10.70145855 10.7146075 10.26800511 10.11187458 10.44635309 10.56894694 10.28061738 10.69811461 10.86089546 10.26906877 9.897069757 9.93783141 10.70514895 10.62398871 10.26022202 10.63441215 10.91281576 +LQ09X025310 Putative Proteasome-associated protein ECM29 homolog 5.192317093 5.12264094 5.267718732 4.868939211 5.374712036 4.966744477 5.376926743 4.861006516 5.220392531 4.994756092 5.12877695 5.018560375 4.940047003 4.959705562 5.138987972 4.875177652 5.262162566 5.188939197 5.314088886 5.311315974 5.603798894 4.862317114 6.17490771 5.394992049 4.933522368 5.114927867 5.594421669 5.109319334 5.56913232 5.001138905 5.601118902 4.717055589 +LQ09X025330 Predicted protein 5.064188046 5.138607512 4.97154961 5.306627766 4.930637378 5.030330732 5.826186242 5.478008355 5.015469673 4.951226561 5.228056255 5.409911248 5.228627405 5.141245047 6.074784634 6.139740525 5.076571534 5.252567084 5.962769683 5.190940727 5.576227211 5.163957522 5.965620167 5.655497366 5.141839823 5.235898368 5.543583861 5.275454522 5.078828588 5.301703819 5.665628211 5.107076193 +LQ09X025350 10 kDa chaperonin 13.37551714 12.87116403 12.24165895 13.54415259 11.94381166 13.09088006 13.42068818 12.5034794 13.74022915 14.23913971 12.38648218 13.49319475 12.29289142 12.86213355 13.25491921 12.79385221 13.82350747 13.22535533 13.37472648 12.75385489 13.02467958 12.55891112 12.68308459 11.94746915 13.91264137 13.52849495 13.40794868 12.44905032 11.86920429 12.26281056 12.4650232 11.67121554 +LQ09X025360 Proteasome subunit alpha type-3 13.31200357 13.38067422 13.11730086 13.41989482 12.6247472 13.1074998 13.14825167 12.60689995 13.40786639 13.71810586 13.2582044 13.45160038 12.97140483 13.24663092 13.01201065 12.91637786 13.44637319 13.10183 13.39335564 12.88153696 12.71347555 13.22325788 12.43832113 11.93678414 13.79518966 13.56913575 13.58223904 12.7399916 12.70750534 12.71340493 12.34261857 11.93782237 +LQ09X025510 Vacuolar protein sorting-associated protein 26 12.57570658 12.80842245 12.04298389 12.09497641 12.01540915 12.106336 11.88266821 12.12676096 12.7312227 12.91498404 12.37625425 12.03392741 12.25872307 12.2210837 12.01522937 12.25917647 12.95201755 13.12257784 12.77094892 12.78849161 12.62802001 12.49522321 12.1903428 11.79036313 12.98812732 13.17690505 12.87929825 12.25476244 12.50342732 12.13425938 12.11272705 12.03379445 +LQ09X025520 CBL-interacting serine/threonine-protein kinase 3 12.42403818 12.18972633 12.50344507 12.5076492 12.30435842 11.69159081 11.93188928 12.16159998 12.33265856 11.71822554 12.57245279 12.13574118 12.23222998 11.80768967 11.56419656 11.61192293 12.19067962 11.40018404 11.55802789 11.89047376 11.7292443 11.73954769 11.78226485 12.17903598 12.17960154 11.28689595 11.28724162 11.93073981 11.99538577 12.0032878 11.70382002 12.15954407 +LQ09X025530 COP9 signalosome complex subunit 2 10.62602338 10.72223421 10.48969509 10.54469706 10.85604712 10.90541257 11.01132557 10.90386746 10.79698783 10.37138356 10.74414443 10.64067433 10.54715598 11.12088945 10.84634068 10.59120053 10.5641317 9.680119918 9.89535354 10.31785768 10.52548775 10.11164288 11.19562291 10.75319273 10.5413856 9.82524426 10.48492844 10.64812556 10.94493296 10.67792038 11.29438158 10.88862218 +LQ09X025550 Proteasome subunit alpha type-3 12.77052208 12.62237115 12.38322171 12.84955786 12.13970773 12.80462468 12.8015917 11.97339482 12.82136426 13.14265283 12.78433971 12.80679843 12.32507837 12.7704134 12.27680549 12.40764723 12.86390793 12.06977633 12.02766605 12.1969819 12.22335955 12.52250167 11.59383543 11.85123246 12.86179051 12.60779772 11.93458738 12.48739287 11.95696584 12.18503583 11.94515504 11.34319131 +LQ09X025580 Elongation factor 1-beta 1 5.216694692 5.606079984 5.940349892 5.703620747 5.352209671 5.658799693 5.871358188 5.522533866 5.593736509 6.024700425 5.661980956 5.875642991 5.458428767 5.605796248 6.789179337 5.36284463 5.246425725 5.357351135 5.323289073 5.372463225 5.689738456 5.450445913 5.695388119 5.019965503 5.246045752 5.29644257 5.657742463 5.198825591 5.970872145 5.414302507 6.437334319 6.242844497 +LQ09X025630 Predicted protein 5.35367216 5.37302223 5.558404165 5.255360964 5.593297671 4.910962496 5.2594987 5.306672209 5.232430569 5.159334856 5.251704427 5.190427781 5.639172668 4.798939356 4.989611845 5.249503434 5.442423077 5.674836434 5.18992589 5.862932267 6.041763828 5.755575163 5.891437712 5.218597226 5.536367051 6.275625986 5.840602643 6.016296257 5.793653177 5.52396691 5.768441591 5.046400828 +LQ09X025640 Beta-galactosidase 8 5.806572216 6.092579027 6.195738201 5.872704418 6.477668028 6.026977237 5.600935948 5.782110019 5.940279393 5.712579024 5.899061847 5.864730196 6.110674281 5.806634745 5.77413006 5.829996661 6.066779949 5.701022849 5.871547098 5.800926738 7.2895535 6.063406772 6.311216825 6.534230277 6.191678201 5.652861354 6.029620555 5.984479971 6.619447125 6.86780334 6.560831802 6.140689101 +LQ09X025650 Pentatricopeptide repeat-containing protein At5g18475 8.324871378 8.537254558 9.119250198 9.080055591 8.254887049 9.087487182 8.586425417 8.130945224 8.807791858 7.782808764 9.179002458 9.180144122 8.853200443 9.142251687 8.73838404 8.319052565 8.489964903 7.762322349 7.61345166 8.482625572 8.220693967 8.819397211 9.246737107 9.10435934 8.615979274 8.904264471 7.682523051 8.46821548 9.005552416 9.269810062 9.366375963 9.301254992 +LQ09X025660 Hypothetical protein 12.37679801 12.72142197 12.45028297 12.46187639 12.18950142 12.48478868 12.16144195 11.86738053 12.65206988 12.5113722 12.61771939 12.43018813 12.51043616 12.22278427 11.8745413 12.27035507 12.88330354 12.52740613 12.67470069 12.76936239 12.61502359 12.55613893 12.46905216 12.23064618 13.05164903 12.76981742 12.63743712 12.95200079 12.2986577 12.70248378 12.31040147 12.32529407 +LQ09X025670 Fasciclin-like arabinogalactan protein 11 5.656023213 5.200408479 5.343161985 5.804931475 5.352567641 5.51516161 5.643692638 5.880954773 5.473869742 5.056074196 5.16792222 6.08437072 5.669387979 5.705762201 5.569228391 5.779960451 5.252047258 4.967699736 5.435267568 5.939373661 5.433044359 5.414079892 4.994042688 5.367359667 5.43922501 5.527034817 4.997662588 5.480134442 5.385877329 6.035193922 5.309571781 5.790110468 +LQ09X025680 Nucleic acid binding protein, putative 8.933583608 9.115062864 9.232288335 9.745236626 10.09863639 10.0239391 10.00279334 10.15254869 8.928440678 8.525813962 9.107581032 9.19871366 9.486844769 9.766932112 9.188483771 9.157758476 8.485974086 8.46681911 8.639356104 8.423023546 8.730640918 9.756168898 9.034380819 9.612833249 8.630653222 8.674112586 8.839322648 8.669434796 8.919431274 10.12841241 9.048737301 9.574916674 +LQ09X025720 Hypothetical protein 5.865767023 5.531233457 5.236032382 6.023047909 5.29221699 6.11346796 6.274372803 5.995489521 5.468824924 4.930633761 5.225584574 6.348244217 5.259706343 6.188057106 5.747074013 6.04011654 5.119365852 5.182729637 5.932337989 5.778991073 5.96047142 5.050060052 5.53034108 5.208388148 5.195642664 5.308977977 6.294809555 5.566312943 5.906555551 5.220683225 5.913677348 5.228296902 +LQ09X025730 Putative uncharacterized protein 5.376156049 5.19454975 5.502739161 5.337118687 5.237812023 4.953190999 5.137726216 5.10798816 5.423689736 5.383178007 5.490624992 5.18598541 5.751836767 4.983134299 4.937470147 5.358828445 5.113334141 5.206355362 5.880930253 5.451258604 5.60606765 5.136611806 5.346711151 5.154507663 5.222536776 5.804134389 5.855096234 4.991944183 5.395323942 5.619484291 5.030798453 5.425600352 +LQ09X025840 40S ribosomal protein S2-3 5.136074462 5.081866472 5.683328377 5.194601003 5.601159278 4.828865333 4.978355797 5.655195766 5.022290629 5.123160369 5.95126945 5.048269567 5.154364264 5.015353176 5.016727971 5.138072048 5.352324995 5.312704094 5.537044442 5.577759474 5.266355385 5.529812308 5.557036337 5.103733816 5.374644298 5.383719575 5.09643478 5.218757313 5.205922411 5.271020936 5.403594159 5.713041134 +LQ09X025850 40S ribosomal protein S2-3 13.73153508 14.00772728 13.21910466 14.11319797 13.34548184 14.16552999 14.26543111 14.17552468 14.14775656 14.50803741 13.53376936 14.63229134 13.31433994 14.34430566 14.59359319 14.35724384 13.30602918 12.94069971 12.65870206 12.6755519 12.46923736 13.49109967 12.42923542 12.78975836 13.60710647 13.37802814 12.47437739 12.83301483 12.59819384 13.06663314 12.43974328 12.73378374 +LQ09X025860 Photosystem II 5 kDa protein, chloroplastic 14.8762315 14.50886643 15.50031432 15.53180323 15.34788138 15.27622956 15.59917715 15.168931 14.91500541 15.15736396 15.29010825 15.58018954 15.34762223 15.32585668 15.63372062 15.38615451 14.44180896 14.6641843 13.67925896 14.89380814 15.4818738 15.24046715 14.96788197 15.29533414 14.62796463 14.83925527 13.83659016 15.40086094 14.87281512 15.30003398 14.97793594 15.19588185 +LQ09X025870 Sulfite reductase [ferredoxin] 12.53987504 13.07453464 12.72402614 12.32432041 12.37179105 13.41504029 13.30463979 13.36078254 12.65396608 13.09094825 12.6100104 12.54313408 12.58069418 13.41064687 13.37827248 13.45648516 12.7517297 12.10233453 12.67862064 12.08756913 12.21271001 12.25033196 13.45144346 13.37236484 12.59939411 12.43412841 13.11796594 12.00748725 12.64251731 12.58518378 13.56937845 13.52944514 +LQ09X025880 Hypothetical protein 9.623134919 7.232174553 8.915870433 8.500039251 7.602641615 7.65299732 6.937873191 6.657237757 8.95923286 7.556456068 8.137280501 8.045647452 6.498644874 7.075498845 6.329241708 5.973487019 7.873090028 8.303300328 7.654398736 8.516555792 8.280556718 9.583105185 6.881448603 5.803315329 9.10249978 9.207889378 7.075801439 9.328162035 7.810495697 7.545178652 7.46307463 6.395516948 +LQ09X025900 Calcium-dependent protein kinase 8 13.17958638 13.15915856 12.6291866 13.41828582 13.14906084 13.1710667 13.08504298 13.07080334 13.21922734 13.23982809 12.76876621 13.56305263 13.13773927 12.83753671 13.37579081 12.99693225 13.43337914 13.04250974 13.72755398 12.32534943 12.28922443 13.38335364 11.80575198 12.22784257 13.4295619 13.0929294 13.39280378 12.62900979 12.23392239 12.8541925 12.02613378 12.02886691 +LQ09X025930 Predicted protein 5.124558437 5.104595003 5.407864136 4.925226659 5.009403751 5.421122756 4.79368976 5.421865989 5.045343624 4.949971711 5.450444858 4.661973213 5.135464357 4.886642596 5.159232752 5.064113338 5.747206768 4.884543495 5.289353224 5.836139114 5.019827354 4.917798073 6.727201338 6.165210281 5.558863187 5.352508845 5.541201589 5.20979888 4.980841627 5.074188787 6.336164967 5.926873735 +LQ09X025940 Nuclear transcription factor Y subunit A-1 5.536623415 5.569133926 5.478402379 5.330528093 5.483682948 5.393341049 5.853357013 5.670955954 5.370105627 5.370986796 5.294263065 5.317454763 5.414624705 5.491116877 5.749119968 5.829342178 5.447484527 5.386533526 5.410974986 5.76123987 5.512283212 5.507916611 5.544805202 5.542354104 5.566498434 5.491250979 6.170501997 5.628894972 5.340018346 5.48606915 5.172289039 5.602838232 +LQ09X025960 Putative Heterogeneous nuclear ribonucleoprotein F 5.596443898 5.486317827 6.210376068 5.97367183 5.568586129 5.57644379 5.766728071 5.629391975 5.892080616 5.757073299 6.077779441 5.923116992 5.934226849 5.569023697 6.104526318 5.571634763 5.739981228 5.738286441 5.580354993 6.34010078 5.34209023 5.874490289 5.607022731 5.833143876 5.769515867 5.480776665 5.498951809 5.607386645 6.252964749 5.972340833 5.859655792 5.198728311 +LQ09X025970 Predicted protein (Fragment) 5.806159335 5.771620672 5.82173244 6.375356315 5.838704498 7.245179421 7.443917189 5.708899228 6.096728444 5.774605062 5.483483875 5.982963135 5.584926807 6.384099887 8.737567917 5.799371891 5.502540814 5.269436241 5.367249409 6.553522922 5.783603726 5.498424571 6.483624235 6.354212473 5.527336889 5.786677358 5.636057868 6.156183833 5.983013188 5.619102501 6.039524372 6.206472515 +LQ09X026080 Aluminum-activated citrate transporter 4.977328143 5.047020566 4.931679008 4.95833929 5.109201903 5.585193802 4.913232473 5.055243184 4.959214426 4.974674394 4.767627949 4.978651421 5.18871983 5.144004416 5.144942857 4.980887841 5.353266632 5.294755374 5.635543814 5.257715414 5.401450529 4.970427712 5.634561485 5.708804952 5.170811238 5.889474122 5.481863488 5.842355045 5.806800968 5.157546347 5.489343053 5.043694999 +LQ09X026090 Hypothetical protein 4.817927116 4.750175612 4.91910163 4.627725554 4.752960085 4.593139146 4.697084669 4.615508744 4.846446877 4.795649881 4.420211338 4.731952936 4.738212263 4.531478657 4.702702617 4.738395168 4.864383997 4.838736929 4.919893702 4.932230612 5.359802379 4.64983088 5.383347137 6.146162519 4.738330934 4.990220756 5.041696603 5.038551202 5.842899687 4.510729504 5.234947055 6.465450692 +LQ09X026100 2-oxoglutarate/malate translocator, chloroplastic 4.797454407 4.867276022 5.143067407 4.510823883 4.790150875 5.02229775 4.646989288 4.509348642 4.663670091 5.006140896 4.83663669 4.571324945 4.703943731 4.729814824 4.526561184 4.581484405 4.66506919 4.620492659 5.096864883 4.794275598 4.673650863 4.900428971 4.802713029 4.845763571 4.834983825 4.524893876 5.296901183 5.33550541 4.797695207 4.654002781 4.647530353 5.413872331 +LQ09X026140 tRNA-specific 2-thiouridylase mnmA 7.107075827 7.151355682 7.098012982 6.979363134 7.053723274 7.617883295 7.43100103 8.691970185 7.106429054 6.760278598 6.924399513 7.051332624 6.791722927 7.952452597 7.204914789 8.617638106 7.244104773 7.188741328 7.411650031 6.746473631 7.079684631 6.906934688 7.100258599 7.469832917 6.967875393 7.129385301 7.181488417 7.011321877 7.332412558 7.334910715 7.433529259 7.523536528 +LQ09X026150 tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase, putative 4.99438644 5.050063376 5.036537175 5.261532066 4.856364439 5.487263562 5.662384115 4.935796594 5.220363373 5.701155193 5.340015213 5.214838834 5.038162172 5.575273373 5.845507732 5.281724993 5.198507439 5.045078925 5.525677573 4.93198605 4.902518098 5.066550213 4.933355982 5.403287136 5.353182583 5.062068946 5.121492037 5.675806139 5.041961009 5.275287186 4.883300011 5.211471198 +LQ09X026160 GTP-binding protein engA 5.134984689 5.606899983 4.855530729 5.591752791 4.983018867 5.501705659 6.253390069 5.42173983 5.148373811 5.297389014 5.060258834 5.501960477 5.58416556 5.455392253 5.439398797 5.74889399 5.147583194 5.391454864 5.1336195 5.381176163 4.999071252 5.135072606 5.513320631 5.827314365 5.435136782 5.444348302 5.628864288 5.246938809 5.10454417 4.987241794 5.333631104 5.566032826 +LQ09X026180 Superoxide dismutase [Cu-Zn] 1 6.812406395 6.381973132 6.409709029 7.314944983 7.043336941 6.569847968 6.880565902 5.759798009 7.265095196 8.529442286 7.058039231 7.329318303 7.642948265 5.565038324 8.151046081 6.010762872 6.595068272 6.545513853 6.497319735 7.639749408 6.650510582 6.700785724 6.578238151 6.080461891 7.019410829 6.872281421 6.424988043 6.140769041 7.080329101 6.979592726 5.7516996 6.477082759 +LQ09X026260 Predicted protein (Fragment) 11.04260051 10.90033086 10.46512587 10.82683815 10.3042664 11.07529261 11.11508809 10.58714476 10.88950745 10.90319716 10.47717947 10.44267624 10.31574442 10.99753454 11.21183235 10.57749801 11.15762269 10.80949205 11.0928197 10.13028514 10.62488438 10.74634473 10.862569 11.23223539 10.98631677 11.00590512 11.38297741 10.19108806 10.81533634 10.70099941 10.92602085 11.23472051 +LQ09X026330 Auxin response factor 4 11.71939453 12.29133433 10.48863202 9.85451062 11.08280349 10.34253129 10.11316781 10.49718131 11.63124692 12.02028929 10.96523707 9.924445979 10.75904911 10.53541567 10.04980091 11.08495928 11.16294466 11.43393305 11.58807131 10.82315992 11.01840446 11.12468544 10.08115256 10.66751911 11.64042746 11.57404316 11.88217042 9.498205437 11.13856149 9.433437204 10.10980197 11.00269624 +LQ09X026340 Isovaleryl-CoA dehydrogenase 1, mitochondrial 7.729708239 9.328396462 8.575268732 8.442840633 9.279741281 9.828717713 9.503813526 10.88698941 8.57519741 9.294560716 8.840890355 8.392488671 9.62238943 10.02598575 10.07073572 10.65034617 11.39386874 11.35088729 11.25205024 10.31289655 9.499943984 9.669002128 10.24669917 11.24055211 9.267958187 9.158244967 10.45517193 9.645704069 9.379956215 9.872112883 10.13166643 11.23164149 +LQ09X026360 Putative General transcription factor IIH subunit 2 10.59668245 10.94691129 10.82044065 10.20492248 10.511494 10.87935151 10.51264816 10.32143219 10.51646503 10.87735764 10.94500242 10.28491248 10.52394581 10.92324321 10.43694948 10.53150044 10.91462194 11.12838896 11.12654425 10.91010043 11.15255583 10.28232246 10.83662651 11.58161766 10.82450529 10.76564526 11.15040029 10.55432893 11.33212993 10.68176306 10.9563681 11.47080315 +LQ09X026370 E3 SUMO-protein ligase SIZ1 9.664301357 9.467781657 10.23257643 10.29176722 9.994191481 10.80694683 11.03441736 11.11223526 9.41480462 8.902663937 9.555517153 10.03572671 9.827111118 10.70710792 10.88126427 10.7142631 10.26216484 9.978777765 9.663505131 9.647633936 9.047467618 10.15593345 10.71780786 10.57834587 9.854326264 9.537760044 9.9861772 9.804411894 9.461644355 10.79262919 10.692744 11.09026137 +LQ09X026380 Putative uncharacterized protein 11.97464314 11.27586475 11.51443585 12.94810674 12.19727792 12.50052673 12.31605991 12.43323149 12.21380569 12.27027245 11.92422027 13.27791491 11.91440747 12.63417507 12.05596991 12.88973814 10.6485889 10.80318916 11.5857372 10.9202731 10.84334575 11.44957585 9.075793547 9.398520618 11.82467969 11.34873381 11.16260241 10.76814895 9.823610066 12.00025369 9.45777575 8.833550719 +LQ09X026390 Elongation factor 1-alpha 7.139773901 6.982496591 7.055779754 6.821470985 6.912052683 6.825460698 7.060925377 6.271251383 7.088372973 8.351140105 7.49293797 7.209807866 7.15941096 6.751365921 8.028903283 6.617625831 6.556113543 7.216054783 7.383791834 8.479712717 8.259544667 7.327619381 6.698662113 6.629788101 7.013670609 7.367605456 7.616233355 7.439544172 7.87048015 7.232068562 7.002180475 7.892967766 +LQ09X026420 Elongation factor 1-alpha 14.9026774 15.04071438 14.51139205 14.66327017 14.90383729 14.55464002 14.60924364 14.40816404 15.13129357 15.13165819 14.65350561 15.16228205 14.84950141 14.89070212 15.19341933 14.78593501 15.1492796 15.26381358 15.35858887 14.74161142 14.39648691 15.38502813 14.38974183 14.62912706 15.35414889 15.44776389 15.44498188 14.83825636 14.7539245 15.0239108 14.2641639 14.85810443 +LQ09X026440 Putative Thioredoxin domain-containing protein 5 11.66954846 11.86718918 11.54411312 11.7228186 11.05790458 11.95708625 11.76305682 11.60326541 11.80034412 12.19770277 11.76042537 11.74396726 11.48212283 11.89429765 11.7411473 11.91628873 11.49921341 11.4305762 11.01204982 11.38982487 11.6135309 11.34440182 10.92395646 11.14242345 11.54801618 11.65763457 10.94446172 11.41985166 11.13073745 11.28428651 11.15869289 11.00740952 +LQ09X026450 Predicted protein 5.60409876 5.850785598 6.7680168 5.633908411 5.418643091 5.880996828 5.587113853 5.363690169 5.394828832 5.483040289 6.824573334 5.796435359 6.138272333 5.999070326 5.045811594 5.653615616 5.666949256 5.744372085 5.78681618 5.372280302 5.901103434 5.867839149 6.212491178 5.330176368 5.862138661 5.903050528 5.648531733 5.534037384 5.229157079 5.59705265 5.466532933 6.821229189 +LQ09X026460 Putative uncharacterized protein 5.038311199 5.240325937 5.22632141 5.301521424 5.263628789 5.692840636 6.026693735 5.773699775 5.307301672 5.466452722 5.258744806 5.373914773 5.095450292 5.776688856 5.971736169 5.504058506 5.397824881 5.206020391 5.122086459 5.467651021 5.314819324 5.625819045 4.998351029 5.874721308 5.365660366 5.724272394 5.601005111 5.826911105 5.455253113 5.237238245 5.471684676 6.757824037 +LQ09X026470 Predicted protein (Fragment) 12.48182672 12.076578 12.00736539 12.82578228 12.05601551 13.58625532 13.6024935 13.58474981 12.38248029 12.05363836 12.31268725 13.06392001 12.10255163 13.74219338 13.52938621 13.66207566 12.41647296 12.69699472 12.59301322 12.12293982 12.13835013 12.04409685 12.76331976 12.06814257 12.17883749 12.49021566 12.45285887 11.83631611 11.80511405 11.96722337 12.67405272 11.97912911 +LQ09X026500 Hydrolase, putative 13.91799087 13.72358235 14.11919355 13.24766448 13.75727315 12.78488036 12.69137157 12.26786345 14.23314696 13.37255257 14.31496447 13.16140941 13.66028303 12.7794969 12.45490189 12.61972936 12.84122072 12.70717753 12.61510562 13.66926256 13.22601529 11.96618101 12.14880589 11.61987337 12.73658256 12.54041693 12.43399929 12.83293545 12.94652635 11.50109028 12.31300702 11.30882396 +LQ09X026520 Zinc finger protein, putative 5.198280497 5.213866482 5.302152061 5.454420025 5.153867949 5.612229368 5.288353564 5.292294012 5.530776075 5.227156242 5.421294196 5.158352498 5.256911477 5.217469572 5.329576781 5.198187811 5.359526405 4.831093192 5.21343129 5.074852762 5.125374344 4.969123436 5.508953676 5.804098766 4.956258074 5.429145994 5.061455657 5.007290383 5.295226624 5.375136508 5.000306601 5.670416042 +LQ09X026530 Putative uncharacterized protein 6.750578361 6.159021775 6.134555447 6.720233467 6.105672622 6.246402268 6.831019752 6.545309721 6.734243593 5.719315927 6.36212693 6.453617777 6.190211414 6.084610626 6.851943173 6.684689974 6.244548922 7.052592105 7.436060425 6.343308238 6.185883687 6.453189364 6.466452029 6.021256732 6.333011053 6.813116865 7.556904968 5.847792262 6.57779135 6.254197021 6.578899462 5.46173143 +LQ09X026560 Putative Phosphatidylinositol transfer protein 2 5.105156116 5.172867753 5.154443039 5.017275458 5.182432822 4.928890496 5.018781632 5.119262063 4.845296339 5.227271904 5.136071626 5.013680818 5.238871831 5.139522807 4.964543277 4.914460313 4.85907201 5.0719997 5.238583384 4.970315419 5.060420928 5.20383858 4.914622913 5.385077831 4.8625937 4.852279024 4.816272913 5.127998295 5.426901966 5.254355718 5.296715375 5.785783253 +LQ09X026580 At3g45600 11.7128607 11.77903514 12.97395702 13.11238246 13.74010489 13.89778254 13.804597 14.11119523 11.02849409 11.6144362 12.37470891 12.68052443 13.18940006 13.28139177 13.33268243 13.51749618 11.52417466 12.60873304 11.1815917 13.67005938 13.7301572 13.61429152 14.28670102 14.43921624 11.50417693 12.55581992 12.10072542 14.53032202 13.50316225 14.5257287 14.04710594 14.15429105 +LQ09X026600 Interactor of constitutive active ROPs 3 5.483320388 6.028979027 5.430697865 5.489325579 5.616855742 5.128713561 5.418672487 5.147749281 5.365291562 5.484074232 6.152537491 5.629234999 6.096330749 5.398218175 5.317255995 5.476377467 5.684132845 5.810440328 5.802388849 5.547888012 6.109831791 5.970841381 4.678639375 5.426185946 5.208042212 5.702415605 5.841832679 5.321296008 5.414461762 5.716182549 5.318038984 4.975133345 +LQ09X026610 Putative Dof zinc finger protein DOF2.1 11.15979285 11.79494526 11.62600227 11.01957318 11.04797876 9.560807363 9.066059682 9.209666086 11.09452503 11.38710117 11.42952401 10.83909664 11.30821464 9.717903829 9.117419134 9.775877756 11.02132519 11.03283928 9.78447637 12.01132223 11.56046468 11.00389047 10.28231353 10.26916843 10.98144641 11.14320988 10.46146516 11.31520194 12.16842188 10.53092649 10.00980087 10.27120486 +LQ09X026640 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2 13.91692014 13.54804855 13.5297956 13.93091155 13.32349965 13.57479808 13.33045876 13.04095752 13.88895649 14.10589821 13.60862621 13.78320875 13.47101968 13.60105346 13.16583411 13.35271422 14.07965107 13.92534352 13.89001592 13.45013407 13.18103043 13.77167771 12.77859045 12.73298769 14.08376971 13.90757761 13.62822293 13.72298744 12.32962089 13.55347857 12.71312869 12.45866757 +LQ09X026710 Putative Probable peptide transporter At1g52190 7.893554673 9.047113332 8.634608459 8.539813655 9.432482293 10.94121069 10.23605813 10.64989807 8.590603267 9.235921799 9.376020741 9.484948538 10.21720345 11.53649404 10.7903047 12.01136575 6.284446292 7.899175634 7.102506593 8.344031217 8.717672582 9.611021242 9.267528932 10.87408861 8.79816024 9.603583681 9.431881021 8.947512117 10.16484302 8.902382361 10.31240461 11.11593301 +LQ09X026740 Non-specific lipid-transfer protein-like protein 13.90102317 14.08362749 14.11092972 12.81441685 13.81906848 10.92434727 10.78334144 10.79367399 14.17519976 14.22326482 14.08776869 12.8350582 13.92305353 11.30889814 10.97548983 11.09503551 13.40679179 13.71051155 13.81858803 14.28216809 14.24485037 14.05297263 10.63675715 10.87979598 14.16588649 14.51434462 13.95874495 13.55077474 14.081501 11.312555 11.18381648 11.24726499 +LQ09X026780 F-box/WD-40 repeat-containing protein At5g21040 6.089907127 6.274160969 5.867621605 6.180372783 6.176544786 5.455500917 6.003486631 5.772898275 6.220917524 6.434997338 6.145933176 5.980224255 6.576570796 5.720266946 6.637799162 5.942871507 6.199344459 6.576546202 6.160991816 7.138522155 5.690447688 6.314773701 5.55348666 6.095150425 5.851544759 6.302686864 6.626213027 6.630764671 6.534903745 6.103393489 6.715257522 6.072607458 +LQ09X026810 Putative NADH-cytochrome b5 reductase 1 8.277597663 9.424752816 7.259928818 8.673384888 8.198332485 9.085813591 8.980538343 9.461908615 8.776380144 9.500492647 8.651815316 8.887020924 8.759907307 9.065568213 8.982893426 9.028611521 10.16511682 8.553977161 9.959912345 9.712303859 8.395126096 8.725808148 9.219984846 9.491987782 9.181659447 8.71180478 9.921289706 9.179524888 9.061481194 9.019210608 8.915322461 9.137767672 +LQ09X026820 Predicted protein 13.15558965 12.94496363 13.38745397 13.91753074 13.30182408 13.86919235 13.81882925 13.80009402 13.18511264 13.19614469 13.3578061 13.71510564 13.60734271 13.64011486 13.96778257 14.13928612 12.47672175 12.02007558 11.49085845 12.3477218 12.35680629 12.79251556 12.49585182 12.65191391 12.3705218 11.91580995 11.32180401 12.78445267 12.27036443 13.18231793 12.51819915 12.09410821 +LQ09X026860 Putative Speckle-type POZ protein 13.1980316 12.67275733 13.33420287 13.0988101 13.24237488 13.20689879 13.34389153 12.77539078 13.16962757 13.14536365 13.44874891 13.1525384 13.31212299 13.12018802 13.11774601 13.37717793 12.00024782 12.78536834 12.44749381 12.33660883 12.34227599 11.96332413 12.35269159 12.23725134 12.20708256 12.64586536 12.57234308 11.72436512 12.03858114 11.81918866 12.28888915 11.66416741 +LQ09X026870 Protein binding protein, putative 13.25373922 13.0139203 13.32473981 13.43776204 13.09096746 13.10728353 13.14528303 12.67577334 13.00183102 12.95877989 13.37971742 13.09758205 13.1810192 13.17171898 13.03847832 13.03746876 13.0364844 12.81633546 12.6649281 12.99409843 13.03717968 12.93613404 13.42041658 12.91732234 12.6502846 12.76978631 12.27231622 13.09908604 12.80022069 12.92571235 13.26822442 12.68991602 +LQ09X026880 Protein FAR1-RELATED SEQUENCE 11 8.483832673 8.211092211 8.352418368 8.446252737 8.30919573 7.862338251 8.020024566 7.993705276 8.769850729 8.428919396 8.522552474 8.22660355 8.879951854 7.900246503 7.749070802 8.412431112 7.968754366 9.624993331 9.223647144 8.712070904 9.027935828 8.451103551 8.53292985 8.550831521 8.154482616 9.666564168 9.23756168 8.994462147 8.674069789 8.745983726 9.044706053 7.979682474 +LQ09X026910 Probable NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12 12.7083238 12.9420894 12.4504123 12.1134505 12.45381647 12.90320748 12.48110714 12.40873432 12.95861402 13.22153606 12.84461848 12.50596229 12.77452585 12.85325037 12.51743792 12.56338896 13.00427067 12.80233006 13.07567989 12.72166726 12.28133133 12.22128715 12.18316574 12.30733821 12.94928398 12.72641378 12.9293808 12.27519839 12.08213881 12.40073112 12.26559302 12.15820979 +LQ09X026920 Predicted protein 5.817801457 5.717732456 4.91205141 5.424367516 5.244360481 5.672811392 6.132159297 6.42725652 5.705463577 5.970360558 5.318477095 6.046381544 5.733258763 5.604582947 5.784655864 6.212922202 5.35357493 5.632834786 5.846459529 5.552375992 5.868939052 5.529100022 5.763633626 5.457479344 5.279614686 5.859000067 5.876832424 6.077413384 5.145800184 4.993527808 5.404346907 4.955631434 +LQ09X026930 Tryptophanyl-tRNA synthetase, cytoplasmic 10.98628859 10.83765285 10.96142497 9.979264761 10.20928417 10.29872054 9.877149356 9.408536825 11.03060534 11.25656959 11.0397524 10.1972493 10.3900729 10.32903782 10.09880001 9.726760403 10.35191621 11.19001986 10.60866909 11.18769397 11.13793973 10.24662415 10.73887409 10.48420497 10.78251502 11.26078323 10.73830845 10.64033505 11.40222552 10.01352299 10.51429853 10.25966959 +LQ09X026960 Serine carboxypeptidase II-3 6.572715392 6.348945359 5.50244642 5.86393603 4.996101826 4.917820732 5.452722126 5.230927736 6.575236428 5.847298911 5.44390341 5.82604447 5.393915429 5.222194487 5.069041344 5.389302893 6.145301795 5.747546775 6.671154807 5.439164103 5.722704784 5.581043439 5.538516979 5.403270104 6.405385002 6.174164917 6.279229784 5.141748611 5.592338294 5.615178487 5.304001295 5.435679334 +LQ09X026980 5-methyltetrahydropteroyltriglutamate--homocysteine methyltransferase 5.704597692 5.625474069 5.696133188 5.663737042 5.502006917 5.911672625 5.371862673 5.464860085 5.552285551 5.773838984 6.172575791 5.300615644 5.870400213 5.56582635 5.618096759 5.588320591 6.020750292 5.595287528 5.585662076 5.691451327 6.199742645 5.469611522 5.858234551 5.937216443 5.796606816 5.775210286 5.552611799 5.634071964 5.627724362 5.885226736 5.630361966 6.300371334 +LQ09X026990 Calmodulin-related protein 7.035008692 6.709599855 6.906735636 6.982823178 6.625877043 6.954697092 7.474493798 6.81661497 6.784427392 6.99582282 7.041378103 7.409808924 7.486618945 7.139430732 6.917478419 7.094039247 6.810648579 6.594031263 6.916851774 7.39605213 7.085911591 6.843730761 6.903015161 7.01158558 7.257781697 6.48847101 7.332068496 6.59520557 7.014342501 6.593212166 6.885416723 7.851479546 +LQ09X027030 Gamma-tubulin complex component, putative 5.227356277 4.996338808 4.781294721 5.037338843 5.073796871 5.333387055 5.588824496 5.597081249 5.053004447 5.149712553 4.803093173 5.277001608 4.998270871 5.222940379 5.00970471 5.346123447 5.133240755 5.119493371 5.33725607 5.035994459 4.987955111 5.460051087 5.17136905 5.336482835 4.927046836 5.067365648 4.865784607 5.719321652 5.183464678 5.172232933 5.403952656 5.637490753 +LQ09X027050 Aldehyde oxidase 2 7.014747083 7.6027366 6.441467869 7.122898551 6.982794241 8.403759582 8.386456367 9.675051753 7.309639055 6.474459164 6.463999123 7.990743721 7.766801254 8.435159341 8.364551156 9.833052053 7.857996092 7.236492525 8.267702299 8.829961278 7.432469154 7.687027827 10.42921339 9.972010269 7.326400654 7.361012914 6.87702558 7.209297359 7.223540453 8.454735295 10.54907392 10.37345726 +LQ09X027090 Putative Lysosomal beta glucosidase 11.94980481 11.75849033 12.11767513 12.99656275 12.29467819 9.107724505 8.939185478 8.392743142 11.94853715 11.54988927 12.13761589 12.70395731 12.66424188 9.35994219 9.987291614 8.880121365 11.08220647 11.411317 11.9229137 11.2454979 11.66365642 12.39202293 8.128154655 9.17227544 11.90832415 12.21380192 12.37153681 12.09602077 12.37276286 12.17588633 8.499412615 8.984842941 +LQ09X027110 Putative Structural maintenance of chromosomes protein 3 13.49985086 13.5378893 13.52017897 13.18158206 13.59863889 14.11699936 13.79118132 14.06075569 13.83168858 13.27765545 13.75218557 13.54264321 13.75273352 14.35638557 13.86419611 14.2256556 13.53037207 12.95966778 13.64699743 13.11692284 13.23613942 13.63786055 13.35990226 13.27529294 13.48386351 13.04060795 13.40883667 13.17277819 13.26645281 13.62856295 13.53951917 13.13810928 +LQ09X027120 Putative uncharacterized protein 12.51012026 11.56759634 12.73322771 13.58743148 12.61147794 13.53732812 13.99015479 13.55387047 12.65815009 11.89010201 12.67193706 13.2695764 12.09174713 13.25683351 13.6329742 13.2277888 12.31492931 12.32413264 11.16240892 11.96479637 12.32464485 12.51245354 13.26112784 12.29157076 11.57766677 11.86649021 10.70340703 12.85981451 11.50279128 12.95519872 12.72772063 12.44021224 +LQ09X027160 Ubiquitin carboxyl-terminal hydrolase 12 5.222039079 5.4067573 5.444757946 4.981439383 5.156323928 5.463209257 6.014469853 5.443119969 5.290455113 5.274298068 5.244085335 5.592582056 5.37043913 5.841880547 5.225207239 5.586597063 5.260429657 5.419593265 5.462292201 5.043190884 5.149578073 5.204053682 5.90891865 5.703010843 5.209659609 4.891668256 6.046751099 5.633066437 5.08462153 5.276794646 5.37958334 5.031758444 +LQ09X027170 Ubiquitin carboxyl-terminal hydrolase 8 5.092747368 5.192308831 5.627427038 4.935963224 5.472084281 4.743432586 4.762330478 4.968601876 4.991684995 4.923525409 5.624089629 4.927049866 5.421828937 4.926119882 4.983835429 5.200220586 5.388792938 4.973273036 5.151213824 4.998731408 5.56274521 5.243470796 6.579983168 5.096804317 5.445245883 5.406975609 5.372277961 5.191179409 5.585626131 5.310464184 5.73070873 5.281338003 +LQ09X027180 Putative axial regulator YABBY 2 6.052131139 6.04521775 5.428340511 6.28333308 5.389736815 5.482274418 6.201829611 6.350082223 6.320925215 6.381513757 5.903283912 6.217281693 6.434703064 5.769118086 7.022941668 6.442143682 5.544257922 5.868518922 5.547310993 5.787077046 5.162211776 6.110752379 5.097959764 4.910612781 5.99357378 5.962858458 6.26621881 5.381274114 5.870331834 5.749046415 5.183322336 5.167287316 +LQ09X027210 Putative Adipocyte plasma membrane-associated protein 12.45256491 12.80902233 12.07664932 12.04383166 12.00376643 11.64996246 11.52410733 10.96564915 12.39541327 12.48757576 12.02730014 11.95337174 11.99162483 11.90884947 11.49383523 11.35783138 12.7766796 12.34305747 12.88504655 12.1566067 12.25524865 12.10279243 11.80411044 11.45250795 12.84323889 12.45545022 12.87032397 12.08413042 12.29265412 12.16689851 11.81617355 11.02900799 +LQ09X027220 Putative uncharacterized protein 13.85791395 13.86012872 14.02871375 13.72205614 13.8279125 14.11840234 13.90375594 13.44573922 14.01350276 14.49171474 14.22734598 14.04504368 14.08439701 14.25532353 14.13718056 13.89163145 14.5082877 14.01071176 14.37845128 14.0202523 13.57126708 14.13029302 13.6637761 13.63520913 14.36774821 13.76036903 14.13903693 13.8087296 13.15050013 13.69744427 13.38433293 13.46013435 +LQ09X027230 Predicted protein 10.62091809 10.39955058 11.10366433 10.98770473 10.93037125 11.55087522 11.72534615 11.71941138 10.53545515 10.12655408 10.97193226 10.84256033 10.88015444 11.60936777 11.61194775 11.33553417 11.11667987 11.34906053 11.22553312 12.04004224 11.41077494 11.38566788 12.34196031 12.30636413 10.71108068 10.79255423 11.13192222 11.79444818 11.84544111 11.44396007 12.55998552 12.29834102 +LQ09X027250 Fk506 binding protein, putative 12.09292771 12.0914213 12.48694588 12.78299418 12.41466794 12.71247723 12.5290567 12.65265714 12.2364508 12.2099808 12.61295661 12.80862031 12.56195496 12.58535971 12.45793778 12.65178468 12.25944458 11.87189008 12.02080685 12.13680156 12.08344968 12.12519171 11.98137941 11.73947552 12.12369308 12.05870315 11.74373273 12.51782734 12.03025823 12.50110382 11.7778601 11.72313842 +LQ09X027360 Kinesin, putative 6.930430568 8.294260813 4.931536284 5.481722449 5.077112923 5.291969167 5.410404363 5.0262591 6.532767854 7.916264087 5.121794614 5.339107018 5.383235866 5.184198584 5.011739156 4.851387238 6.983958568 6.138327324 8.957619222 5.337497318 5.448051334 6.033121134 5.312667695 5.360200152 7.904974714 7.572259308 9.39251914 5.301815453 6.185540622 5.206614151 5.169086648 5.216979756 +LQ09X027370 Putative Probable gibberellin receptor GID1L3 9.461014032 8.807298714 9.8289449 9.334547515 9.577875134 8.199537199 7.410279349 6.732899106 9.741565927 9.280416741 10.14632396 8.287618403 10.70152144 8.010468697 7.061949547 7.371102833 7.425639759 7.945446462 6.983759173 7.671432222 9.235378792 8.756570619 7.286912736 5.692197155 8.752673204 7.441245578 6.834802342 7.429573775 9.539753557 6.870954523 7.56450114 5.182416703 +LQ09X027400 Putative phosphatidylglycerol/phosphatidylinositol transfer protein DDBG0282179 14.01508827 14.11250208 13.8692599 13.78360356 13.9828435 13.74861811 13.95148198 13.85228959 14.20796758 13.91942605 14.12309968 13.99628174 13.81526515 13.74212004 14.09905408 13.85141982 14.41602653 14.23651938 14.34092665 14.09820761 13.86342023 14.21760068 14.07370068 13.89989213 14.11304517 14.00532134 13.98829724 13.73421202 13.37095626 13.81472706 14.07571501 13.67901033 +LQ09X027430 DnaJ protein homolog 7.924043732 7.661622672 8.529715027 7.00661743 8.531508109 6.796215692 6.691399571 6.35149686 7.761064067 7.859166001 8.681824411 7.068006205 8.828051287 6.033164456 6.357111915 6.447631378 7.168735897 8.690156708 8.240634699 9.005299874 9.554152619 8.918818122 8.517038135 8.072889783 7.18280876 8.525638355 8.479193837 8.924723823 9.175238676 8.844528643 8.273391397 7.371351207 +LQ09X027440 Predicted protein 10.47524156 10.42974151 10.65663982 11.18062027 11.01867617 10.68977339 10.87515601 10.80846212 10.51636621 10.2633325 10.67258292 11.03542265 10.80313584 10.72499233 11.28348604 10.97452972 9.509616428 9.904363183 10.15856642 9.732120757 9.627173554 10.95741713 10.04401482 10.22199178 10.05309055 9.922981332 10.03066658 10.11320048 10.2689457 11.2170734 10.07428051 10.14067887 +LQ09X027470 Putative Outer envelope protein of 80 kDa 5.060043213 5.374206725 5.198930673 4.866277659 5.564818432 4.805207205 4.67498249 4.972453712 5.065088657 5.398341011 5.175539227 4.761405764 4.882677084 4.611143577 4.881204925 4.71291028 5.417820394 5.286640594 5.81482404 5.445535649 5.993132838 5.265664401 5.136501833 5.208383864 5.303102171 5.533827935 5.958987893 5.5296628 5.836450723 5.744322489 5.74146798 5.497931194 +LQ09X027510 Serine/threonine-protein phosphatase BSL2 6.293020876 6.399531129 7.373382257 7.330441402 7.214789532 6.089911496 5.957586685 5.895086103 5.873193625 5.642374249 7.545071285 7.330225898 8.080852769 6.848121376 5.697929634 6.126828825 6.137087671 6.541189076 5.531767102 7.668907328 7.541297806 7.252797963 5.221751885 5.972165587 5.670251967 6.897488841 6.015154319 6.936412499 6.445668794 7.394970669 6.107652586 6.630210687 +LQ09X027520 Putative DnaJ homolog subfamily C member 8 9.724997217 9.797050286 9.560880199 10.30529557 9.075131831 11.17893058 10.95877749 10.90987271 9.759969372 10.01932402 9.301857776 10.27290416 9.289105002 11.13574632 11.00447048 10.89546478 10.1393105 9.716379697 9.625815851 8.460476184 8.919253374 9.346360793 10.03697139 9.873508235 10.08852434 10.10478484 9.697801571 9.286025125 9.122647842 9.550263587 9.985603715 9.141628981 +LQ09X027530 Predicted protein 6.826817745 6.58602076 7.138984195 6.569028886 7.080126179 5.632534899 6.244606994 6.697500743 6.706855236 6.037670041 6.392006368 6.550959269 7.85568953 6.098475852 5.787290956 6.666746668 6.876147579 6.9987092 7.131428489 6.230967508 7.068905248 7.330311685 6.426378037 5.620263736 6.714313006 7.174069956 7.361421341 6.492251583 6.799347779 7.420563242 5.377731429 5.50541333 +LQ09X027600 Coiled-coil domain-containing protein, putative 11.9331522 12.40433047 11.80443175 11.83156882 11.75354815 12.10322814 11.89548225 11.81210474 12.26526358 12.42342708 11.91616411 11.9421518 12.03545591 12.10764241 12.17526148 11.92694528 12.33844637 11.78506371 12.32865796 11.67847651 11.78463138 11.68940216 11.74591991 11.85431965 12.29731944 12.05068302 12.48479682 11.81656221 11.73627434 11.82625972 11.97950834 11.70569225 +LQ09X027610 Predicted protein 13.35539819 12.56209553 13.18801282 13.04978846 13.30968206 13.12946737 13.39610257 12.98917076 13.38694697 13.2892965 13.49956179 13.32553632 13.26975121 13.31033816 13.17954787 12.85445447 12.66566511 12.72830791 12.80708683 12.88157688 13.10256422 12.80762293 13.41835202 12.74113153 13.00800176 12.692823 12.98971194 12.94607987 12.30557076 12.87984597 13.70100831 12.51545974 +LQ09X027630 Putative uncharacterized protein 12.61154347 11.45138784 12.90621678 13.9552648 12.41589234 14.45564792 14.42617831 13.88569629 12.63753732 11.9846415 12.74554056 13.82586612 12.73812009 14.66273018 14.10774115 14.37475193 12.00864626 11.98902128 11.86928884 12.16357768 11.84995329 12.18627146 12.89515968 13.02735607 11.76379661 12.05618246 11.59095885 12.47165945 11.55913505 13.41306998 13.04041782 12.7671683 +LQ09X027670 Probable CCR4-associated factor 1 homolog 9 5.500822009 5.837075494 5.19540828 5.59903197 5.363419167 5.379543775 5.495485797 6.194849184 5.743896971 5.71968565 5.400342174 5.424246617 5.651161645 4.976621188 6.374290464 5.431729861 5.355865432 5.453217964 5.823928879 5.967980315 6.214970376 5.772607566 5.307576148 6.144228057 5.116417457 5.904318569 5.861176791 5.627824053 5.953532988 6.01241309 5.781156321 5.199556857 +LQ09X027880 At5g22280 12.33771947 11.73572699 12.19986182 11.9660835 12.17900023 12.28291201 12.00072211 11.88491302 12.41361442 12.24033308 12.62961716 11.7768205 12.39624399 12.19630367 11.99540422 12.04139787 12.16335608 12.4305653 11.41216719 12.26706823 12.03250547 12.05714769 12.03970195 12.00875542 12.03712935 12.55232204 10.99233917 12.14030137 11.31634328 12.00416997 12.06455709 12.01752502 +LQ09X027960 Catalytic, putative 11.24038696 11.56077706 12.38403127 12.09493356 12.48199065 12.21809278 12.40020319 13.00200001 11.26320302 11.1120795 12.1489938 12.05527963 11.99496101 12.39506145 12.14286581 12.53656716 11.33483621 11.24276371 11.31781666 12.10806374 11.42027046 12.2642175 12.00796072 12.96443997 11.24291495 10.9719402 11.01050011 12.24008281 12.11558849 12.27474543 12.114818 12.90303678 +LQ09X027980 Protein TRANSPARENT TESTA 1 5.779602665 5.835375164 6.005724753 5.718799664 5.881329454 5.111319054 5.207293972 5.331244771 6.005886989 5.302757793 5.881163489 5.876800113 6.34567848 4.923197239 5.115079907 5.126062598 5.797598953 5.835573603 5.933582137 5.277538106 5.708184275 5.695760265 5.019183863 6.030401546 5.589096863 5.595303121 5.878414061 5.72362184 5.51427138 5.510895685 5.209319375 6.764782092 +LQ09X028000 Sialyltransferase-like protein 12.51803947 12.25687173 12.83362145 12.4774848 12.4956666 11.86994279 11.08770268 10.84194998 12.65839474 11.97348666 12.99719805 12.62686472 12.53045373 11.80012422 11.31562426 10.92189 12.07557335 12.59999333 11.91961459 12.79804662 12.9321092 12.85096699 11.33768512 10.81429029 12.3981092 12.96780803 11.55659084 13.11771962 12.91870281 12.90340234 10.65023328 10.80361311 +LQ09X028010 Zinc finger A20 and AN1 domain-containing stress-associated protein 3 12.58926727 12.2308558 12.91771285 13.0490953 12.98875914 13.07137357 12.62644658 12.8505565 12.30910334 12.26938576 12.61367514 12.61522455 12.56907068 12.78740825 12.52289834 12.27339573 12.94991575 12.8575567 12.98494863 13.66732278 13.29168924 12.96529295 13.24488428 13.05154657 12.71786761 12.9181479 12.77877104 13.1036751 12.80324195 13.24134948 13.11222131 13.32729894 +LQ09X028030 Vacuolar protein sorting-associated protein 4B 13.29085551 13.31042673 12.89545435 12.46557614 13.07168083 12.95455225 12.70661973 12.49067235 13.16518956 13.05945351 12.74006018 12.56312443 12.82642295 12.87840712 12.72261643 12.31651697 13.18148729 12.86051269 13.65686573 12.68107155 12.58954535 13.09314741 13.1311658 12.71989071 13.35954961 13.09946739 13.68723398 12.64917099 13.05689561 13.01353262 13.13900361 12.87564404 +LQ09X028080 Fatty acyl-CoA reductase 3 7.684508307 7.286044708 7.426118375 7.391609177 7.660787054 6.958939072 6.614237169 6.678928926 7.812606274 9.134080905 8.096525856 7.052550363 8.267993564 6.379455865 6.686215304 6.848611071 6.984533919 7.912244104 7.921310331 8.354578365 7.41115306 7.82869881 6.934277632 6.848188146 7.086228101 8.141745953 7.854141982 7.426273915 7.269555299 7.031903246 6.702613889 6.64646356 +LQ09X028140 Putative uncharacterized protein 5.551761806 5.300415505 5.558538178 5.417892592 5.381536219 5.673437636 5.912586064 5.073118655 4.955259228 5.557096647 5.160807503 5.594702379 5.621142344 5.944721411 5.840866394 5.556879385 5.20572728 4.882772451 5.402611519 5.128870904 4.983101712 5.194480304 5.535456379 5.514591443 5.00527597 5.225372466 5.161968685 5.460391241 5.054022799 5.134825853 5.236399597 5.220976214 +LQ09X028141 Putative Retrotransposon gag protein 4.742429259 5.092652116 4.813472825 4.807989025 5.090283658 4.633196751 4.677534609 4.969990157 4.868685317 4.797741817 5.211704002 4.728699807 4.672017858 4.814810422 4.676631812 5.022811737 5.283384473 4.877403147 5.392862808 5.24320458 4.904718507 4.610654491 4.797971703 4.817381182 4.977127035 4.862231988 5.327617285 4.921651529 5.187261006 4.659542737 5.296810996 5.556573106 +LQ09X028220 F-box/kelch-repeat protein At1g67480 4.889701193 5.214373023 5.186333807 5.005766478 5.12991091 4.973865271 4.933843786 5.189727337 4.878534168 4.883341483 4.888187428 4.81164939 5.098469399 5.19851333 5.149147328 5.115536725 4.840444118 4.96034729 5.190049298 4.873739589 5.216269842 4.915028774 5.054627075 5.035249584 4.994883215 4.81146184 4.896758799 4.925909675 4.784482854 4.734066147 5.473122465 5.566513835 +LQ09X028400 Putative Tetratricopeptide repeat protein 5 5.075897012 4.785410417 5.04219407 5.000054429 4.949557736 5.202839115 4.891259681 5.425009939 4.658458491 5.06107088 5.368713928 4.926776679 4.964749452 4.84046341 5.482887267 4.949088302 4.951820797 4.974397186 4.977998009 4.917026807 5.183928069 4.994084995 5.538394015 5.432502299 4.861744561 4.843557924 4.93343828 5.274151011 4.991708056 5.072878212 5.620712309 5.474938715 +LQ09X028510 Putative Histidine-containing phosphotransfer protein 1 9.573785812 9.705836323 9.374161068 9.031400983 9.034156168 9.207233967 9.078374083 8.748384255 9.806921014 10.49622606 9.787703411 9.295267686 9.550228744 9.452211477 8.754199249 9.339344292 9.510632196 9.904073131 10.19417137 9.420999679 9.418500967 9.340271827 8.957691694 9.377828944 9.883047337 10.03441207 10.39608085 9.135190577 9.03206964 9.227224868 9.274207767 8.712749441 +LQ09X028520 Putative UPF0481 protein At3g47200 8.00365413 6.480329846 7.221291515 7.413843546 5.080672339 8.218678665 7.956948277 5.851395548 7.809909534 5.66209137 7.364401129 7.734980408 5.168351322 8.06074765 7.113716487 5.409410796 7.573286393 7.233877683 5.740201941 5.668752553 7.294385848 5.425234459 6.254006535 5.35268315 6.858407848 7.169786094 5.868443137 5.865808435 7.061191701 5.874010605 5.770678254 5.918124635 +LQ09X028530 Putative uncharacterized protein 5.426688813 5.626183732 5.833296387 5.913046335 4.702433873 5.890530358 5.887065153 5.779547938 5.441040857 6.961333653 5.266182519 5.244910941 5.154901068 5.781710247 6.934852979 5.542821915 5.364753075 5.315478709 5.531619551 5.503741035 5.513509639 5.269460298 5.743240957 5.462161167 5.370819728 4.98511194 5.043870429 5.573031121 4.960198788 5.716100263 5.932121806 5.718990809 +LQ09X028550 Predicted protein 4.854925698 4.946531716 4.741592249 4.75896077 5.141562093 4.955954453 4.970767337 5.221964184 4.662902821 4.933222336 5.115986291 4.980482013 5.225368423 4.718824402 4.959537512 4.977481388 5.31023603 5.098873008 5.389596528 5.239941892 5.345302853 4.932619796 5.360572662 5.799210268 4.913936207 5.269707914 5.614395878 5.749190188 5.369665131 4.671497702 5.487714518 5.334322044 +LQ09X028570 60S acidic ribosomal protein P2B 14.15094723 13.64140896 13.93744164 13.72839161 13.82850256 13.34054241 13.5842186 13.13137869 14.09440922 14.38710312 14.07788421 13.7987234 13.81155986 13.15429052 13.54672015 13.2110819 13.836237 13.65469478 13.64842021 13.8506668 14.05443348 13.85936368 13.82682171 13.62201343 13.99542347 14.05852292 14.11368141 13.69599054 13.28776675 13.38410365 13.67371252 13.72848325 +LQ09X028580 60S acidic ribosomal protein P2B 13.98540322 13.73752727 13.37548501 13.8526167 13.05515283 14.22094808 14.1466572 13.77513984 14.16189064 14.3966189 13.48855283 13.98053061 13.14984933 13.9890279 14.00533063 13.70652101 14.39787351 13.92303495 14.08125376 13.42663382 13.76731097 13.54855257 13.95675732 13.16660619 14.39478355 14.03531524 14.11962833 13.0973638 13.14917039 13.41819001 13.7180015 13.22211963 +LQ09X028590 Putative Histidine-containing phosphotransfer protein 1 5.640557221 5.515701171 5.481703248 5.379142018 5.685427203 4.955916533 5.473715078 5.39536124 5.538065538 6.116739615 5.384367297 5.652627425 5.371368287 5.138507737 5.254541939 5.152294649 5.363394737 5.897376372 5.168366556 5.635811351 5.004785152 5.443924419 5.413749393 5.465877058 5.331267129 5.487546455 5.454529233 5.963397514 5.340063046 5.365391138 5.573844829 5.136330141 +LQ09X028620 Serine/threonine protein kinase, putative 5.881616247 5.495315835 6.078414515 5.758297814 5.415006052 5.675394027 5.417752569 5.404742221 5.93424634 5.597702083 6.020766221 5.771035276 5.658291268 5.759625308 5.585057972 5.546351589 5.690173351 5.84471589 5.868293428 5.686224973 5.436482946 6.076177951 4.954199513 5.590452111 5.742469214 5.744090546 6.003874661 5.998646357 5.44421094 5.670595195 5.405946003 5.958843424 +LQ09X028630 Beta-fructofuranosidase, putative 12.84678167 12.56012634 12.68134293 12.89656083 12.86244378 13.55175121 13.55381458 13.53184938 12.94319499 12.58305359 12.86757842 13.00465254 12.86358211 13.65637829 13.58239784 13.85078459 12.71425504 13.12035995 12.13600909 12.2743355 13.06657968 12.59900726 13.4351734 13.54890652 12.06821161 12.78122317 11.73682372 13.29365299 12.69313658 13.17239903 13.59890173 13.09185591 +LQ09X028650 Putative uncharacterized protein 13.57038954 13.77672009 12.67254855 13.10945286 12.85428189 13.33957815 13.48597593 13.70209371 13.72432338 13.2271736 12.98658409 12.93121842 12.92488403 13.20232984 13.25990622 13.23809665 13.9847916 13.85061784 14.15149254 13.00830239 12.59904261 13.01081101 13.22489486 13.00961227 13.99056124 13.99809482 13.93001458 12.99891793 12.48046394 12.82276643 13.15510416 12.67930213 +LQ09X028670 Putative Cytochrome c oxidase%2C subunit VIIa 14.53848273 13.81693782 14.16319876 14.25724279 14.19043405 14.44638108 14.07218691 14.0618656 14.57156428 14.77955332 14.42105878 14.4169434 14.44644838 14.24344363 13.76745815 14.03396087 14.7528814 14.06838006 14.56177159 14.29236781 14.3357527 14.42115523 14.21936742 13.37207932 14.64863539 14.38695414 14.56647336 14.39954618 13.49922485 14.28082244 14.16131205 13.09138148 +LQ09X028680 Protein BUD31 homolog 1 13.58896295 13.85010105 12.91233543 13.03709273 12.9198476 13.4739863 13.21826753 12.81868531 13.77773343 13.97482164 13.23239467 13.07828714 13.09690701 13.48338635 12.85165436 12.95604497 13.70831074 13.57941424 14.05095102 12.63171127 12.82226077 12.87830548 13.06668127 12.82671145 14.05870704 13.68441548 14.22785478 12.46052497 12.15792176 12.73709478 12.93547316 12.68175584 +LQ09X028720 Putative uncharacterized protein 10.19488827 10.51619206 10.89861254 11.43449237 10.84274061 11.99364277 11.37430333 11.94020157 9.820504615 10.04014737 10.50687825 11.29773738 10.38557655 12.40038536 11.25250875 12.04819579 10.65568336 10.69713412 10.76047327 11.14260638 10.99557154 10.41894601 11.67061522 11.18205773 10.12173484 9.985634768 10.68809231 10.67860149 10.47204623 10.81593834 11.48970652 11.63948261 +LQ09X028740 tRNA dimethylallyltransferase 2 8.030336265 8.529705314 6.844841926 7.538257387 6.665474568 8.092813761 8.115778768 7.665299345 7.855699052 8.349329657 7.107989016 7.688629858 6.770717409 7.420556706 7.240959368 6.911494032 8.712972396 9.69601563 9.243342534 9.343740595 8.09790429 7.812593711 7.8191764 6.210538007 8.50364534 9.24747618 8.650602388 8.565470621 8.203630853 7.738942985 7.022006896 6.232389453 +LQ09X028770 Uncharacterized protein At5g22580 14.90259444 14.29663853 14.68572777 15.06639301 14.10068947 13.57528912 13.43371951 12.42875338 15.19671573 15.29124012 15.01339423 14.68933814 15.03402279 13.91568563 13.22338888 14.13498908 13.83037597 14.60264215 14.95033351 13.81863966 13.93823819 14.83028038 11.07615819 12.15110015 15.43447698 15.18257379 15.25579013 14.17694404 13.64290021 12.665666 11.83317686 11.18652311 +LQ09X028800 At2g27775 5.212509361 5.797059756 5.023019359 5.258034998 5.362426423 6.192626976 5.657916158 5.757420298 5.626201388 6.919642918 5.597859166 5.812707991 4.949256106 5.399753894 6.109184669 6.017751284 5.499286685 4.999786658 5.240577371 5.166108041 5.597963735 5.345691347 5.282543777 5.118166005 5.165691529 5.270753742 5.444087241 5.312209866 4.99997459 5.36796999 5.469857731 6.054253511 +LQ09X028810 Putative Probable phosphoglycerate mutase gpmB 12.84079373 12.01270515 13.23387886 13.75468475 13.02238797 14.8542406 14.72491462 14.77202158 12.71942278 11.6043478 12.67874724 13.40831187 12.55987052 14.71053485 14.77428966 14.46328823 11.65885107 12.52553456 11.70105578 12.74352726 12.69487931 12.59604255 14.3279516 14.51545485 12.16829759 12.7967775 11.80630281 13.35392714 12.94111473 13.78045406 14.31988329 14.3949567 +LQ09X028840 Arogenate dehydratase/prephenate dehydratase 6, chloroplastic 14.24926555 14.13260923 13.66483948 13.73746464 13.99080447 12.90961535 12.49669319 12.28835796 13.51029714 13.27764774 13.29093733 13.57401234 13.09475463 12.36392003 12.7241744 11.94336283 13.35618471 13.1492995 13.48401152 13.21513404 13.04437498 13.67923376 12.06753373 11.85396695 14.16568403 13.71209684 13.38323351 13.36386302 13.0792995 13.72293861 11.8936396 12.01011142 +LQ09X028850 Putative phytosulfokines 6 5.214312071 5.519625105 5.470929214 5.968574925 5.725510315 5.574805366 6.4413265 6.162104732 5.374785263 6.683528329 5.791346835 6.1894692 5.81644684 6.693171265 7.02646031 6.019586419 5.43089443 5.454219448 5.436981003 5.269246198 5.170238554 6.004071774 5.274660878 5.96334813 5.599928723 5.405873904 4.947532115 5.135054099 5.47057846 5.502778332 5.104272575 5.420660158 +LQ09X028860 Hypothetical protein 6.966683511 8.115006165 6.289674005 6.067281106 6.664564054 7.407079304 7.542938859 8.333842905 7.248306717 7.661108615 6.089344984 6.250593799 6.744370304 7.906513247 7.750063153 8.208062685 8.146058817 7.16439675 8.472972251 7.015857027 6.421460221 6.860942009 7.588050251 8.933221266 8.139220544 7.56112623 8.092515222 6.466130273 6.386847826 7.452286888 9.154618335 9.382057041 +LQ09X028890 Putative uncharacterized protein 8.749685952 9.100333433 8.524787267 10.71302458 8.4796183 10.20363678 10.9240585 10.71010664 8.94722341 9.116055851 8.025500743 10.54359397 8.441412804 10.31160361 11.33850465 11.09934595 8.486485025 9.474460764 7.204780979 8.238878605 8.6572587 9.493649255 8.990759706 9.244995793 8.393800566 9.52946654 7.373027904 8.492733639 9.055465868 9.348932612 8.816661786 8.461558267 +LQ09X028900 Predicted protein 5.706382695 6.134644501 5.984447412 6.03432551 6.010837609 5.933748123 6.538924949 6.445904262 5.964240069 6.257983387 5.771850313 6.353610055 5.981613909 6.632850176 7.71745377 6.125538419 6.158734626 6.48676207 6.458837191 6.369368045 6.580329557 5.947394725 8.116020792 5.94150674 5.987968627 5.551777881 7.181291578 6.700094089 6.109925644 6.04299032 6.1299674 6.297648244 +LQ09X028910 Histone deacetylase HDT1 5.795210366 5.202834852 5.477632187 5.819615686 5.631505514 5.591102819 5.779348354 5.689961953 5.665411699 5.743122561 5.789461191 5.770792656 5.308184799 5.458443356 6.309359753 6.231876387 5.563292031 5.487216298 5.243947567 5.829062628 5.742488289 5.875344222 6.873810714 5.15429367 5.569289237 5.292647633 5.088421733 5.737378503 5.370277924 5.533082624 5.353298677 5.651626043 +LQ09X028920 Splicing factor U2af small subunit A 6.768206941 6.454850802 6.210108718 6.68392476 6.251766456 6.413032659 6.721085381 6.548660126 6.809981514 6.885729392 6.526840518 6.676055211 6.545058963 6.119659417 6.953021314 6.703523664 6.364157221 7.000010907 6.925807424 7.093547252 6.649828327 6.843839499 6.270609516 5.790763573 6.436043909 6.952930264 7.172124633 6.53223172 7.049356816 6.523770917 6.558208135 6.202703929 +LQ09X028950 Glucomannan 4-beta-mannosyltransferase 2 5.685214352 5.61705341 5.070275428 5.605894131 5.900273744 5.291329068 4.942340513 5.202616377 5.899290593 6.180435035 5.784069168 5.522089609 5.719412205 5.293608053 5.471932098 5.1122317 5.259106719 5.79203785 6.138694811 5.655547157 5.186399875 5.514624285 5.845570836 4.942905736 5.81294163 6.181854074 6.023539581 5.692429309 5.572364626 5.478067245 4.956183572 5.189948735 +LQ09X028960 Hypothetical protein 11.92887915 11.50662519 12.08306166 10.23535884 11.51855421 9.012084077 9.518932468 9.402663782 11.48171859 11.72806214 11.67912588 10.38230136 11.37456568 8.661954624 9.233575206 9.163688507 12.68634281 13.22635085 12.73942506 13.73698541 14.11012533 12.42862036 13.32514948 12.7421747 12.36366892 12.87391657 12.86910048 13.64660007 13.54693946 12.67416933 12.70283697 13.06249465 +LQ09X028980 Putative Lysine histidine transporter 1 6.209465288 5.334029356 5.567330633 5.262565238 5.46708623 5.252884391 5.021474521 6.052531513 6.101168357 5.318448056 5.324439504 5.405732094 5.683849906 5.281811495 5.080307561 5.683109946 5.639568865 5.490709034 5.212880562 6.319231554 5.491347945 5.49326196 5.582119847 5.245013426 5.867975206 5.29831368 5.228340116 5.65810306 5.379593734 5.547742057 6.197897663 5.583622507 +LQ09X029040 Putative AP-2 complex subunit alpha 7.933970079 7.67409727 8.320799368 7.795848519 7.570475226 7.5176994 7.52979959 7.426193419 6.87987702 5.828723681 7.463574431 6.963346621 7.296983541 7.272165291 5.568234864 6.226369857 7.623865309 6.573476553 7.436965609 7.20431042 6.747943651 8.215123717 7.640306902 8.368246166 8.16895859 6.936241227 7.850817352 6.586531504 6.848525715 8.356789273 7.135525547 8.833688203 +LQ09X029050 Putative Protein of unknown function DUF3411 7.749315446 7.914877243 7.762277737 8.069268887 8.073170873 8.141426652 8.08407294 8.11080741 7.833390894 6.791804019 8.269983479 7.9563949 7.607958797 8.275614798 7.399333641 7.835992639 7.856941966 7.141390733 7.346503918 7.703638612 7.545944978 8.040258572 7.772231574 7.479432243 8.05997844 6.498544879 7.442097761 8.094472365 7.63783803 8.197121085 7.778326469 8.662407622 +LQ09X029070 Putative Bifunctional polymyxin resistance protein arnA 13.85286101 13.93637143 14.51862081 14.47040521 14.57397884 12.72477161 12.56871679 11.92671784 13.84819953 13.45364825 14.3599221 14.40343388 14.81720834 12.37738552 12.75498046 12.20928156 13.88186377 13.88285325 13.90710783 14.18209728 14.17646437 14.33941691 12.42019896 13.38554616 13.95694646 14.24624666 13.96038821 15.02777113 15.14996449 14.77326986 12.22904164 13.33493166 +LQ09X029130 Putative RecQ-mediated genome instability protein 2 4.77537647 4.956598506 5.275689285 4.915614086 4.99509032 5.238442179 4.926952182 5.0322389 4.862379876 4.767664146 5.565957634 4.88524421 5.434723416 5.108158429 4.921744331 5.048494302 5.102923706 4.847365213 4.656936474 5.326168853 5.709684265 4.805835932 5.127999032 5.495500629 4.800427967 5.067167617 4.957590546 5.107851779 5.278525991 4.998682154 5.086402705 5.735536262 +LQ09X029150 At5g22830 11.05499053 9.818109803 11.80384035 10.92165979 9.857178223 12.14371194 10.89647226 10.71747442 10.65255636 9.349903022 11.26519291 10.56669343 10.3740337 11.87520518 10.71401047 9.789718754 9.312362819 9.31110146 8.838016843 10.27712747 10.12831987 9.934777826 10.08578119 10.24129891 9.795261932 9.505668385 9.119270992 10.64177522 10.65056742 9.684974911 10.01311514 9.21062853 +LQ09X029160 Putative Protein kinase dsk1 5.238488342 5.367960593 5.477043834 5.376918651 5.457967936 6.675699957 5.396197668 5.273515177 5.239581149 5.037067947 5.054983578 5.090806602 5.265352926 5.780220994 5.260784938 5.185612921 5.436419078 5.176415947 5.41095457 5.510251706 6.188362806 5.405353667 5.528095745 5.443198814 5.368872728 5.395354394 5.32939171 5.326553885 6.889953293 5.362953586 5.33195601 5.000497848 +LQ09X029200 Putative Aspartic proteinase-like protein 2 7.628132197 7.444649399 8.51167267 7.694300859 8.187823235 7.155735036 7.859448261 7.376066998 7.623429989 6.905152914 8.510462715 8.011633983 8.406652399 7.388250903 6.801633282 7.393942142 7.771596357 7.786912331 8.604782242 8.103683099 8.093965123 8.339593081 8.085554987 9.690788335 7.748174747 7.640384245 7.216852283 7.564765778 8.97715019 8.482834792 8.557859583 9.108919908 +LQ09X029210 Predicted protein 10.13080841 11.16989708 10.25234974 10.00846699 10.00316186 10.03312961 10.01793884 10.33171619 10.74340579 11.38927386 10.5146544 10.10198962 10.29518195 10.2010574 10.22845542 10.39697712 11.02711326 10.56621422 11.41758237 10.76778508 10.8911518 10.97824445 11.31017432 11.22686807 11.03953929 10.9351575 11.52253758 10.86738222 10.8117305 10.64689259 11.05798133 11.04611989 +LQ09X029220 Putative Lysosomal Pro-X carboxypeptidase 4.975925855 4.7702426 4.92175097 5.18822905 5.160135586 4.955480639 4.773151242 4.811955917 4.932849488 4.976983348 5.083967776 5.058442674 5.024819062 4.80876454 4.719442177 5.198395325 5.008386857 4.883130148 5.086810523 5.300965055 4.994127907 5.210367736 4.628054192 5.653143689 4.804753275 4.753170443 4.873668183 4.842181348 4.897795828 4.670402143 4.637896154 5.260247041 +LQ09X029250 Vacuolar protein sorting-associated protein 41 homolog 12.81865253 12.47001137 12.7256098 11.71440735 12.45382131 11.92279496 12.06964337 11.82398129 12.51380638 12.30919899 12.51465392 11.71383397 12.44999267 12.16330272 11.82516569 12.16511977 12.23253175 12.19636141 11.95494444 12.30371828 12.49975655 11.74740567 12.62771767 11.94435221 12.39982401 12.030691 11.85879812 12.06369536 12.31602589 11.28917268 12.65193017 11.79242201 +LQ09X029260 Putative Coiled-coil domain-containing protein 132 5.098072959 5.271247188 5.522986914 5.192852845 5.238359875 4.995386362 5.154482686 5.293598456 4.976253112 5.222580734 5.263449324 5.307265805 5.094328667 5.000172284 5.642451503 5.113114003 4.997135749 5.127838086 4.881914859 5.517259766 5.191810315 4.95257836 4.874545497 5.148646019 5.033843362 5.037158206 5.094331001 5.363978686 5.192214046 5.237941456 5.198144903 5.227466333 +LQ09X029270 Serine carboxypeptidase-like 51 7.261462766 7.95171118 10.26435724 10.12032268 10.7429722 9.388471744 9.35878504 9.713124029 7.978502871 8.360956666 10.29644603 9.969979195 11.1992721 9.668196497 9.729870537 9.241269766 8.012481616 9.054794317 9.458082064 10.66103636 10.57531061 10.45392887 10.28108 10.3904094 8.083839906 8.606562247 9.752037687 11.52600499 11.57577745 12.28125493 10.45538068 10.60766869 +LQ09X029280 Putative Probable hexaprenyl pyrophosphate synthase, mitochondrial 13.37428538 13.0830377 13.6800757 13.13863273 13.58646476 13.57901285 13.41124322 13.76537039 13.68635746 12.95923466 13.90568423 13.33885398 13.68487388 13.63999014 13.40659997 13.53518216 13.8343013 14.09362133 13.06336038 13.91286999 13.91667343 13.54575458 14.27800456 14.28676562 13.47031111 13.87026284 12.74157873 13.85905261 13.84528722 13.67649906 14.34729486 14.16368694 +LQ09X029320 Histone H2B 7.611040294 7.047500054 6.014222576 6.301211481 6.117672982 7.440621565 6.894131105 6.712692971 7.305832272 6.531671746 6.36955951 6.822449319 6.080784791 7.679362069 6.735366701 7.978831707 7.550692761 6.89435065 6.655970623 6.43346783 6.577225029 6.583964422 6.700379366 7.784841361 7.779368301 6.105813485 5.900247306 5.625712608 6.582377088 7.470349845 6.899451481 6.787613985 +LQ09X029360 Hypothetical protein 9.65629998 10.25424633 8.619223526 9.469251666 9.206839567 8.369706268 7.702311806 7.706579049 9.64193181 10.39795574 9.22424967 9.881638357 9.188503792 8.376841795 7.142656404 8.970603455 10.19003372 8.984124784 11.05013281 7.411287955 8.589359819 9.765472361 7.390798929 6.95565577 12.13428255 9.117940558 10.28625488 8.659703365 7.809318913 8.793235223 6.54554756 6.760882048 +LQ09X029380 Cyclin-dependent kinases regulatory subunit 2 12.12585498 11.81065036 10.82286789 11.34420155 11.13067289 11.04011124 11.31612614 11.03438214 12.12404819 12.35117101 11.25540577 11.38739898 11.13544992 10.99958018 11.10628412 11.0731444 11.84350001 11.87265548 12.55113731 10.9798906 11.41521609 11.85319658 10.81091777 10.46438799 12.14080303 12.35235753 12.49380227 11.2429181 10.29305689 11.29274673 11.02756332 10.42651319 +LQ09X029400 Hypothetical protein 6.022850624 6.070262146 5.678932907 5.57170908 6.025324299 5.52961317 5.878105016 5.862979476 5.531419025 5.716510515 5.581237175 5.408647302 5.365701935 4.978971566 5.170526104 5.279849269 6.016384123 5.458709599 6.06672045 5.514331252 5.804030371 6.15391302 5.603058409 5.255513202 5.345678757 5.997725931 6.240732998 5.779171109 6.049605466 5.643471794 6.219584454 6.254040472 +LQ09X029570 Pheophorbide a oxygenase, chloroplastic 5.189848752 5.343817498 6.202207463 5.763874685 6.005685222 6.438714425 5.280261002 6.19440919 5.010193308 4.884852126 6.607848407 5.646159774 6.006691757 6.02453707 5.247911415 5.474343992 6.817839714 5.523003867 4.805352183 5.28084738 5.083071256 5.493043031 5.471384567 5.324244765 5.749051019 4.784805563 4.753339941 5.02180364 5.059937039 5.932744565 5.629703316 6.042702479 +LQ09X029580 Histone H2B 5.44776838 4.970871854 5.34509454 5.313544196 5.154571142 5.423154818 5.347096746 5.337118993 5.287268548 4.980681616 5.08436688 5.528033289 5.497731677 5.885654162 5.334336664 5.774027323 4.942111069 5.256984315 5.239133225 4.940703331 5.778859852 5.253874247 5.28182124 5.315370848 5.119899843 5.207613041 5.361716532 5.088157007 5.081533949 5.204131752 5.681208707 5.619112723 +LQ09X029610 Predicted protein 7.234497818 6.821297931 7.145052786 7.555625518 7.678753529 7.821122006 7.357845395 7.344667467 6.98920961 5.814936888 7.423293576 7.43301705 7.731006528 7.739603939 7.082564579 7.263779006 6.961341092 7.302398703 7.402722897 7.455384122 7.657166514 7.420094758 6.882754256 6.404262226 7.017748123 7.074101803 6.844421105 7.148512035 7.152041625 7.472163911 7.189453807 7.12128123 +LQ09X029620 Hypothetical protein 8.994068025 8.437957129 9.503568543 9.573180126 9.25849378 9.883839777 10.11045391 9.281891283 9.400777066 8.197870267 10.02701916 9.588207384 9.77966493 9.842729912 9.784615995 9.972028515 7.859118123 7.982780123 8.78887156 8.812574121 9.4836342 8.190432032 10.69699623 9.617586173 7.85136535 8.083002394 8.523190881 8.706879902 8.543852618 8.563229253 10.50797098 8.829303754 +LQ09X029640 Transcription factor FER-LIKE IRON DEFICIENCY-INDUCED TRANSCRIPTION FACTOR 5.181902409 5.1030369 5.052945129 5.040011543 5.149976263 7.197953585 7.609324149 6.300263951 5.211159846 5.052799548 5.287386725 5.08379113 5.113207598 6.912398921 8.5682552 5.897648068 7.313038323 7.250277563 7.030160655 5.18377976 5.26200039 5.660494466 7.677317546 7.521680246 5.711192619 5.091964299 6.129791778 5.320749873 5.461180976 5.579294212 8.24565474 6.572856993 +LQ09X029650 Asparagine synthetase [glutamine-hydrolyzing] 9.605272873 14.10321519 6.152906633 7.369215355 10.42097048 11.22337073 14.65442127 15.68718158 8.158479502 11.96113018 5.747548065 7.887557583 8.783017173 11.75931515 14.21742654 14.863736 15.8697759 15.61721301 15.13227114 12.90641792 14.92437235 12.47216012 14.67204331 15.76460114 12.33980448 10.27278567 14.33516005 11.16700847 10.68444772 13.17343645 14.75277986 15.44573445 +LQ09X029680 Putative Gibberellin 2-beta-dioxygenase 8 5.277494201 6.134076517 5.264700684 5.021193013 5.342453766 4.998205201 5.317985659 5.357736908 5.461289949 5.636369321 5.703584583 4.995813511 4.617012409 4.905948561 5.104759044 5.135877258 5.981470588 5.758223342 5.850204163 5.036618375 5.438851789 5.313412438 5.707958797 5.117147435 5.537168328 5.704506344 6.411678834 5.118985346 5.516260054 5.466896561 5.21602728 5.689967434 +LQ09X029690 Putative Gibberellin 2-beta-dioxygenase 8 12.74094912 12.7299585 13.13565287 14.17438838 13.95159255 13.44044178 13.86350841 13.90662927 13.2860541 13.33400364 13.55663671 14.35089223 14.19543405 13.71751828 14.55240014 14.22681269 13.01896506 13.07926367 12.99837759 12.55532002 13.19197456 13.26442172 13.49664459 13.45154649 13.38725645 13.16703069 12.83616883 13.37759272 13.19495442 14.22344256 13.30284619 13.78776824 +LQ09X029700 Uncharacterized protein At1g07170/At2g30000 7.41535925 6.889437508 7.042177788 7.291981947 6.887637633 7.203861536 7.679818439 6.27482525 7.587495902 8.08426848 7.132864794 7.269421336 7.754308973 7.07534058 7.76346658 7.165964655 6.882353623 7.634531864 7.376222398 7.746561604 7.654921746 7.096847143 6.830773705 6.918171 6.890748719 7.645938559 7.544004756 6.614938444 7.284061371 7.174724121 7.279233025 7.122524194 +LQ09X029720 Putative Probable NADH dehydrogenase 12.89058119 12.68125458 12.83343574 13.39858182 13.22971277 13.51501486 13.71398847 13.89135485 12.8924632 12.81743444 13.0944038 13.11326308 13.24317047 13.78024367 13.78929714 14.00559224 12.41283064 12.16904546 11.6854192 12.05344021 12.159144 12.60348402 13.06925788 13.37994229 12.52389597 12.21249144 11.40541932 12.37713048 12.20451521 13.12452055 13.17739069 13.16093868 +LQ09X029730 SelT-like protein 14.32730692 14.56700786 14.31823028 14.17228147 14.0489193 14.07449499 14.12849832 13.6598021 14.2856358 14.62300292 14.21752826 14.1000331 14.1692896 14.19956738 13.9739245 13.85150071 14.77302635 14.71929657 14.463853 14.63460554 14.45365153 14.47552319 14.22824994 14.41237318 14.56085975 14.68270036 14.74591787 14.47777218 14.47221222 14.31799321 14.16147863 14.36188149 +LQ09X029780 Zinc finger CCCH domain-containing protein 66 12.4248024 12.61902517 13.00977449 12.68551531 13.24005733 14.43632876 13.60914766 14.0387334 12.53376294 12.74977436 12.7712097 12.7418327 12.79671112 13.97243566 13.59870873 13.80932286 12.50247497 12.92686721 11.95202564 12.82275355 12.65812077 12.70108823 13.10841601 13.11348609 12.07368458 12.67804512 11.66370717 12.98059467 12.47670866 12.80299661 13.3776936 13.12278527 +LQ09X029790 Putative uncharacterized protein 12.199902 12.39294703 12.85429269 12.99722005 13.01788836 13.46552952 13.6551744 13.62610799 12.21425981 12.24068933 12.84741562 13.0669243 12.8447856 13.95465696 13.97269738 13.89314253 12.58496983 13.07075388 12.26471497 12.70039 13.07262391 12.98676556 13.27528292 13.67434668 12.37073996 12.52729538 12.21360124 13.232209 13.22908296 13.24448043 13.58894308 13.93291664 +LQ09X029800 Putative 30S ribosomal protein S18 12.36889055 12.89491618 12.10295886 11.71350802 11.67309139 12.36405615 12.32082811 11.81536518 12.57404707 13.26219766 12.42144236 11.64828465 11.66042747 12.53293589 12.33726381 12.31546623 12.40843706 12.26613053 12.22966554 12.42422086 12.19178825 11.58653978 13.13861303 13.17551975 12.63055277 12.87803146 12.72270541 11.96280141 12.63120598 11.72651881 13.14622207 13.2496294 +LQ09X029810 Putative serine/threonine-protein kinase-like protein CCR3 6.267086998 5.949967507 6.088239745 6.259014426 6.806216643 5.37216549 6.2455573 6.209593928 6.713263625 5.83222682 6.662071172 5.920447796 6.780561792 5.686134841 5.920778595 6.204305768 6.421277344 6.464880514 6.535393497 6.911476663 6.964328913 6.706498309 5.341764503 7.005539014 6.535579403 6.50213294 7.337881847 6.453612487 6.732240611 6.883333082 6.761733266 6.954895994 +LQ09X029830 Hypothetical protein 5.20931735 4.916490892 4.721187589 5.073504137 5.182772409 5.059428455 5.372060222 5.343813758 5.581302862 5.346572203 4.636335877 5.328941159 5.047849296 5.133181996 5.394710279 5.398503078 5.130109033 5.483931044 5.28948706 5.514299236 5.239773504 5.370298248 5.229406322 5.242643651 4.776114987 5.177813495 5.269852848 4.979977439 4.951141597 5.181059123 5.085381323 5.143902543 +LQ09X029910 Peptidyl-prolyl cis-trans isomerase CYP19-4 5.50082713 5.492684797 5.450859382 5.297372742 5.490771154 5.501864791 5.651961628 4.982828469 5.437552287 5.381555033 5.641224909 5.458738741 5.325642978 5.421508045 5.370117287 5.169020094 5.619221717 5.359581907 5.835824711 5.518080682 5.825741857 5.542097524 5.895297123 5.239514246 5.628822709 5.616920602 5.466152582 6.527833758 5.315331419 5.323437078 6.044086496 5.335812549 +LQ09X029920 Putative Protein of unknown function DUF1313 6.436002657 6.136833346 6.998883285 6.536013414 6.590690014 6.340418932 6.693358708 7.159236039 6.487209038 6.116548887 6.516971949 6.502365971 7.066239381 6.453625739 6.389833125 7.554583622 6.29279599 6.559278548 5.694949484 6.120482214 7.366153379 6.586848447 7.862262174 7.363216931 6.362402796 7.398438525 5.728999688 6.367625891 7.338795913 6.860329607 7.686270257 8.946892759 +LQ09X029950 Putative NudC domain-containing protein 2 13.08437354 13.03039077 12.82116318 12.24690818 12.80983431 12.8056486 12.66577225 12.46501809 12.99501905 13.08721753 12.88341399 12.38038005 12.9353738 12.60288155 12.45784747 12.50672658 13.63484795 13.74489316 13.52576965 13.44851866 13.43064512 12.77910929 13.43406215 13.37768282 13.67167926 13.51291598 13.50860156 12.95562799 12.75582161 12.54417675 13.15941235 13.07620373 +LQ09X029960 Vacuolar cation/proton exchanger 3 6.71642476 6.195817869 6.558555374 6.166229627 6.779890088 6.480965276 5.842907143 6.589711448 6.429733966 6.121515814 6.62852008 5.882851187 6.885520699 5.982166925 6.086475825 6.126649052 6.822338209 6.63606097 6.618591921 6.237919001 6.167089444 6.568197953 8.456873648 6.507970362 6.747544105 7.106233638 7.085296085 6.946694512 6.301918702 6.607996182 7.630502418 6.136889596 +LQ09X029970 Putative Uncharacterized protein C757.02c 5.229158176 5.977009057 6.10437715 5.28726813 5.191495264 5.750982447 5.729380917 5.940718695 5.605674054 5.17738006 5.550433389 5.544891528 5.470750616 5.768152203 5.299635625 5.741777188 6.329367507 6.475319517 6.193813383 6.448312871 5.965090657 5.661010782 5.853114673 6.403557452 5.996172369 5.316946164 5.638201749 5.337529814 5.603706418 5.112353104 5.369682424 5.802726483 +LQ09X029990 Protein DAMAGED DNA-BINDING 2 7.86940654 7.523996862 7.606318374 7.205609395 7.612335815 7.506878414 7.519886098 6.940925498 7.961824699 7.551908443 7.723163098 7.19203926 7.870970386 7.438360065 6.606463942 7.377775678 7.350548083 8.356416335 7.635009694 7.667797568 7.471361304 7.067530588 7.182499 6.381821419 7.429851103 8.19403381 8.434448929 7.198408726 7.050538503 7.114620067 8.327744828 6.709089745 +LQ09X030000 Predicted protein (Fragment) 9.539583477 8.152007258 10.9312141 11.40185673 8.883551537 14.88512419 14.94592921 14.89883665 9.470161285 7.870026005 9.791289314 10.64342726 7.43759332 15.2006183 14.37835919 13.84149128 8.118540375 8.936498372 7.7840599 10.3000696 9.646981579 8.207849205 14.35837847 14.10179238 8.284985125 9.211016252 8.441599724 10.15423707 9.549781145 9.369540358 14.11127115 13.35829096 +LQ09X030010 Predicted protein 11.97535038 11.62071365 12.42115739 13.13944942 12.95723014 13.14686512 13.75181446 13.72216537 11.75303527 11.56800711 12.10070941 13.04995143 12.8522114 13.06697802 13.59046712 13.70380115 12.61966739 12.6177122 12.05432493 12.15254494 12.60387829 12.27136307 13.30809507 12.93858485 11.40540559 11.42373812 11.80922976 12.34592502 12.15961235 12.84602081 13.02571587 12.68581979 +LQ09X030030 Predicted protein 10.40684212 10.15713547 10.95453123 10.88823527 11.04358778 12.64799797 12.83551791 12.92953348 10.24176243 9.732177787 10.44023763 10.87007809 10.54898288 12.92241683 12.65652586 12.71446609 11.24014893 11.02710439 11.3376551 11.65754025 11.46780686 11.14792254 13.55819942 14.1161618 10.58172709 10.24819285 11.29588465 11.52740053 11.34629332 12.25441959 13.60644339 14.0288937 +LQ09X030060 Zinc finger CCCH domain-containing protein 42 5.260932906 4.9913295 5.361804559 5.306971248 5.147772741 5.187531713 5.459231098 5.457095331 5.259925016 4.976928781 5.468486472 5.218910027 4.988480404 5.047535378 5.469211817 5.916542055 5.527150284 5.347698262 5.20314194 5.363471395 5.33132884 5.434243971 5.864322411 5.215342434 5.266833046 5.579353725 5.584124998 5.066903754 4.99539437 5.263594652 5.121384796 5.224676376 +LQ09X030090 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.08364866 11.65794468 12.50319281 12.93652648 12.52773188 13.52308522 13.71566803 13.37558478 12.22537356 11.65662452 12.35556835 13.06810078 12.65365214 13.47806891 13.48237468 13.29147531 11.54014003 11.36160774 11.59135443 12.27898923 12.07543141 11.90221266 12.22039897 12.16141114 11.66451347 11.75126787 11.56075108 12.39599102 12.44566117 12.65313481 12.43494209 12.18664527 +LQ09X030100 Putative Anthocyanidin 3-O-glucosyltransferase 1 12.54605807 11.26102578 13.16994298 13.01958441 12.6869553 13.6699414 13.93316935 13.56477521 12.24224175 11.20982374 12.97472926 12.9571084 12.69096677 13.68045241 13.58152486 13.24585337 9.952998754 10.22536848 9.417425626 12.14435728 12.19910646 11.5589118 13.17224639 13.07861414 10.5842528 11.03120915 9.725183473 12.13623489 12.90323156 12.03658085 13.84017347 13.26657695 +LQ09X030120 Pleckstrin homology domain-containing protein 1 5.74752169 5.845095766 5.011013427 5.24287111 5.996409455 5.254914173 5.423589265 5.502809185 5.858448535 5.445181039 5.397569304 5.370565694 5.363908414 5.416931457 5.621704235 5.409991152 5.689627614 5.16264438 5.951374854 5.766553581 5.869644608 5.904606543 5.538425619 6.206472246 5.597536413 5.198195631 6.005109267 5.808390491 5.286379929 5.802519474 5.55982429 5.473975183 +LQ09X030140 Anthranilate synthase component I-2, chloroplastic 12.06013625 12.42558362 12.19472381 12.72726073 12.855155 13.30834726 13.797037 13.97252755 12.31483548 12.39235266 12.37248905 13.00841406 12.78337484 13.71055725 14.02102609 14.37467802 12.50341627 12.00577889 12.93465471 12.42815821 12.28534174 13.03884371 13.69680056 14.31094158 12.89286792 12.48968694 13.17220192 12.89783036 12.54982799 13.90995417 13.73515744 14.16856391 +LQ09X030170 Predicted protein 11.49236807 11.79553737 12.33637086 13.26933428 13.27729757 13.32256948 14.25520641 14.46328146 11.40901382 11.49738879 12.14300187 13.34161636 13.30811938 13.57545082 13.93349675 14.43785453 11.86011376 12.3088713 12.47463686 12.28213558 12.44338363 13.18757725 13.31175691 13.59742073 12.1780579 12.83772139 12.50769332 13.28358863 12.68676184 13.70538773 13.6214056 13.79753557 +LQ09X030200 Putative uncharacterized protein 5.679006929 5.016306395 5.59417677 5.06095146 4.785640346 5.126855094 4.966911205 4.860464344 5.341321409 5.373088219 5.488100031 5.211015771 5.296203304 5.242986768 5.102792471 5.173530353 5.422207664 5.211536093 5.533132494 5.451973069 5.140842305 5.443476564 5.525196119 5.687041539 5.484397971 5.547704167 5.356231066 5.866454858 5.223196359 5.452831364 5.648249152 5.177170221 +LQ09X030210 Sodium-dependent phosphate transport protein 1, chloroplastic 11.11852758 11.15997165 12.07251778 12.40217097 11.86899441 13.09251872 13.38904134 13.4586004 11.04866559 10.828475 11.73203409 12.27175016 11.96232879 13.4518414 13.55009463 13.23066476 10.58654468 11.27583961 11.27357702 11.33533948 11.61026675 11.9281088 12.97408101 13.57265981 11.23705073 11.54417486 11.63706659 11.78110485 12.51659463 12.50217746 13.31920371 13.43175069 +LQ09X030220 Cytochrome P450 86A1 6.430357544 7.098961986 5.898316701 5.398412968 6.173600008 6.292123289 6.186370181 6.403267634 6.168641533 5.648725057 6.076323229 5.968405618 5.711979774 6.332618733 5.78512549 6.868758133 5.853813002 6.003903058 5.317995047 6.29646943 5.435308643 6.77521548 6.998997583 7.972613319 6.158936359 5.982448865 5.368089941 6.278337589 6.169512997 6.582776805 6.43123159 7.467858013 +LQ09X030230 Putative uncharacterized protein 14.74678167 13.1398002 14.89140976 15.42492778 14.58196713 15.54583039 15.76980564 15.30895874 14.70431285 14.40398282 14.92843404 15.52115809 14.98567118 15.58002327 15.46458405 15.33650352 14.23894882 14.06459424 13.30894494 14.63554958 14.52234656 14.46859912 14.86937064 14.796939 14.18758362 14.34104195 13.46666475 14.77491061 13.79320237 13.58800138 15.37519702 14.19725168 +LQ09X030250 Josephin-like protein 5.718952084 5.537167912 5.23688597 5.243397579 5.255658533 5.608001009 5.351818933 4.9506366 5.418855056 5.217228843 5.442719805 5.427972569 5.224464486 5.144179301 5.362007387 5.448962104 5.357490997 5.699721703 5.375080886 5.522830286 5.91660433 5.45812708 5.117795212 5.063828772 5.584279257 5.431654892 5.280491142 5.889113932 6.030145323 5.453085619 5.153810072 5.191908355 +LQ09X030280 Phosphomethylpyrimidine synthase 12.39151437 13.59059064 13.59267557 14.07896422 14.38203154 13.53947334 13.9709251 13.88575672 12.37873067 12.57367551 13.46164504 13.9537286 14.28036673 13.80330169 14.11216745 14.56483709 12.38866868 12.913058 12.2786201 13.14155935 13.39633277 13.39124883 14.06825115 13.9769066 12.22679884 12.42723257 12.42788818 13.5745227 13.60998629 14.29560151 14.55711375 14.11003785 +LQ09X030290 Cell division protease ftsH homolog 9, chloroplastic 5.24235379 5.219898836 5.574168868 5.84337805 5.189734343 5.833540839 5.554091595 5.532351103 5.109392988 5.599691752 5.367473019 5.329219819 5.279536406 5.429605997 7.010937771 5.520726696 5.259240154 5.128951254 5.407848826 5.128263302 5.216489283 5.252110372 4.980361824 5.318813492 5.035756013 5.384633953 5.323207814 5.098651723 5.076681347 5.3527976 4.790501923 6.189870653 +LQ09X030320 Putative Lysosomal beta glucosidase 12.91653705 12.8433351 12.3784875 12.12110095 12.54537583 12.22659907 12.0612956 12.34263235 13.1118044 12.58825809 12.45483348 12.42583724 12.65929672 12.29883009 11.92347483 12.38796796 13.1137232 11.90574598 13.12855111 13.04155779 12.03231887 12.34683141 11.671225 12.30823848 13.06799044 11.92216495 12.06970776 12.51695304 12.09985376 11.9624074 11.8783826 12.0620277 +LQ09X030340 DNA binding protein, putative 13.51735886 13.69979876 13.55484432 12.70865241 14.04372006 12.8384204 12.55123276 12.7923954 13.38069552 13.27473053 13.79842015 13.04978375 13.86255428 12.85811127 13.06908579 13.60453723 12.72189722 13.00435126 12.25582179 13.63628072 13.69456696 13.41453235 13.12685223 13.39117322 12.64024549 12.92819552 12.02148609 13.70328175 13.45088205 13.82623398 13.27524037 13.92458776 +LQ09X030350 Laccase-4 5.345358374 5.403433962 5.849499982 5.544698924 5.436525151 5.298513011 5.14227523 5.445072806 5.48038493 5.180112226 5.564861917 5.567032904 5.499699779 5.014333542 4.995903358 5.273788393 5.593145081 5.650591288 4.946317846 5.047130515 5.541628601 5.75210082 5.565885817 5.122013907 5.299767354 5.936935251 5.126195106 5.21243486 5.409447655 6.209171768 6.045804348 5.383338199 +LQ09X030360 Peptide transporter PTR1 8.276771799 8.571413101 9.955784939 9.580298873 10.92604099 11.28715834 11.14466772 11.88569611 8.575028814 7.643678342 9.50926364 9.274282988 10.24714257 11.63049881 11.30282644 11.77199585 9.199369912 8.920333815 9.084194388 11.60608195 9.979723388 10.17548086 11.82767641 12.08509826 8.511645304 8.198833334 7.678719478 10.76025509 10.15298013 10.58464649 12.45101331 12.34707753 +LQ09X030370 Peptide transporter PTR1 7.260459625 7.841790694 7.344059535 8.190403686 8.01510233 9.843631822 10.28506718 11.16461544 7.333235714 6.419436312 7.859015752 8.004148582 7.703092256 10.30223227 10.09466881 10.8853213 7.84806951 7.460511111 7.10571077 8.119387314 8.077028995 8.649897698 11.14570539 11.87438558 7.786298852 7.634538354 7.003241847 8.838708616 8.599970391 10.09606426 11.40097932 11.99401833 +LQ09X030380 Acyl-CoA thioesterase, putative 5.67779972 5.843473619 5.045740483 5.641643079 5.268044355 4.957612372 5.376439412 4.997919425 5.629588264 7.49178893 5.804794655 5.227052404 5.822943672 5.290479796 6.692133648 5.261516784 5.00801657 5.497410322 5.547692563 5.602501395 5.148735182 5.460684966 5.460589886 5.747697064 5.53198394 5.324199252 5.67274472 5.881867732 5.463149643 5.251617412 5.442458589 5.59006052 +LQ09X030390 Putative UPF0503 protein At3g09070, chloroplastic 5.709179408 5.341435868 5.923896509 5.46866264 5.622398734 4.884041746 5.506827798 5.551823858 5.42053883 5.729784983 5.367249311 5.79479 6.036569637 5.356556303 5.451513445 5.223787268 5.591604224 5.425899627 5.244361234 5.903917304 5.657136788 5.420966246 5.404932209 5.155481195 5.108131806 5.235026243 5.887804035 5.58000538 5.695790294 5.288950596 6.014351498 5.317408169 +LQ09X030400 Putative uncharacterized protein 5.491369623 5.296335111 5.788405299 5.364896756 6.062831778 5.24492191 5.054292021 5.050917335 5.914307032 5.915274811 5.510874337 5.83825657 5.859738442 5.255719241 6.262025305 5.468473346 5.384344407 5.888881204 5.309608372 5.070919418 5.19912141 5.605681106 6.104910731 5.596313762 5.26144779 5.821686154 5.632973292 5.448039111 5.550815721 5.886053586 5.960469564 5.260170301 +LQ09X030410 Probable anion transporter 4, chloroplastic 10.91955073 10.91873958 10.94741171 11.4185168 11.56360957 11.89525014 12.12537708 12.26030545 10.95469246 10.79048393 11.16707919 11.68532607 11.5522224 12.16272135 12.09178968 12.63432111 11.28734651 12.12236486 11.26082054 11.51694925 11.50810794 11.49381725 11.81529886 11.66190382 10.91450776 11.73192126 11.16742305 11.50600232 11.09663947 12.02295596 11.551679 11.5686926 +LQ09X030420 Calcium/calmodulin-regulated receptor-like kinase 5.811178487 5.29727555 5.837744628 5.348136642 5.557345569 5.315824302 5.353337223 5.981734523 5.738653808 5.501937949 5.561013866 5.422721147 5.606228179 5.527327416 5.581530495 5.899885369 5.0263908 5.365587057 5.356401815 5.37221175 5.984891885 5.083712544 5.383994474 5.766730827 5.231462314 6.010938896 5.422777084 5.419746884 5.919796633 5.267607354 5.734683028 5.399650414 +LQ09X030430 Alpha-glucan phosphorylase, H isozyme 5.357108874 5.406006029 5.593267507 5.903794914 5.585967225 5.502392047 5.534610209 5.243309996 5.181642817 5.653893572 5.882920991 5.521528158 5.174757288 6.102052936 7.238298997 5.885021783 5.599698008 5.393676458 5.422762319 5.382027364 5.125359969 5.483923093 6.178158983 5.679877761 5.463030492 5.124871448 5.21799899 6.090376955 5.215934509 5.841444226 6.233726487 6.629871878 +LQ09X030440 Predicted protein 6.897192317 7.032630579 7.816778816 7.493653342 7.068327062 9.073320006 8.987164803 8.9636082 6.76549932 7.076612614 7.90674026 6.943463121 7.458783591 8.792987161 8.337032777 8.605796343 7.255667423 8.047445806 6.958806671 8.555561794 8.060439337 7.382261633 10.24747923 9.257465643 6.681697839 6.779822365 7.565062498 7.976955869 6.91404469 7.276629874 9.002543666 8.633913813 +LQ09X030470 Putative uncharacterized protein At5g58960/k19m22_160 11.46466331 12.37249341 11.34815229 9.938852251 11.25724523 8.207065886 7.430023598 8.456325246 11.41426628 12.39747517 11.11501759 9.963444163 11.02602636 8.496308511 8.43650847 9.432126032 11.69073865 12.23489379 12.18268581 11.9412709 11.6045103 11.78489431 9.190361704 9.001397342 11.66723146 11.73621412 12.47378447 11.47364782 11.92321581 10.0542422 8.289580676 9.468314944 +LQ09X030480 Putative Mitochondrial uncoupling protein 3 5.010748644 5.36638685 5.563519238 5.301960669 5.280329551 4.773388229 4.864956811 5.139362824 5.393839832 5.485710498 5.156450928 5.24333727 4.930493902 5.058500602 4.847876332 5.036099602 5.259791809 5.289161785 5.071504361 5.312719835 5.119973077 5.062767218 5.449238737 4.929219965 4.944941252 5.217856345 5.361991134 5.603342008 5.322453913 5.110986291 5.378299081 5.17425423 +LQ09X030500 Proliferating cell nuclear antigen 5.337712595 5.454467188 5.155434882 4.933497422 5.497408874 5.062019124 5.467575438 5.119207419 5.823791451 6.926105713 5.589638044 5.566642928 5.043401841 4.975403245 5.794103151 5.220029493 4.952183178 5.38631895 5.139657218 5.208210349 5.574002154 5.404850608 6.302922557 5.198051969 5.861028179 5.800852869 5.508872603 4.605625432 5.484810076 4.97318468 5.887971477 5.223680761 +LQ09X030520 Gamma-enolase 11.07561101 11.18038114 10.98900735 10.64691837 10.35771688 10.61357954 10.59283511 9.986198753 10.9951457 11.23943059 10.91362017 10.41574 10.66170635 10.44286318 10.55863845 9.664731747 10.70615135 10.82209922 10.71908021 10.78920995 11.08300769 10.51041792 10.79504114 10.44580691 10.96641912 11.05860742 11.18761073 10.91561385 11.33519443 10.80456893 10.94606555 10.62300158 +LQ09X030540 Probable galacturonosyltransferase-like 3 12.66579662 11.94655667 12.03798676 11.38095707 11.58745976 9.327633031 9.352261084 9.222905177 12.68330306 12.19091488 12.23202845 11.21808045 12.09182426 9.306803394 8.891673318 9.178732088 11.5365536 12.53379748 12.40432257 11.9056224 12.5228822 11.70019031 10.51075442 10.78363633 12.5817797 13.25380916 12.96274515 11.81126271 13.09361427 11.12751294 10.18999656 10.91133313 +LQ09X030560 Putative Cytochrome P450 87A3 5.825772173 5.711279419 6.125339176 5.512437239 6.148924111 5.681124134 5.770993443 5.633432678 5.984463598 5.709813942 5.812068186 5.36834531 6.066677691 5.773383175 5.666107957 5.854265447 5.863377806 6.027770817 6.415023619 6.561569187 6.070183734 5.666463334 6.654560656 5.93714841 5.881565456 5.888180081 6.753041208 5.813928813 6.279701284 5.795652864 6.42578913 6.414696925 +LQ09X030580 Predicted protein 4.996333607 5.113294415 4.89027333 4.850279545 4.907642733 4.919745208 4.913521005 4.779330217 5.004785344 5.225047088 4.940362802 4.854994017 4.682656082 4.575184631 4.882833719 4.920839234 5.042823064 5.099932854 4.910930408 4.675249611 5.718327976 4.878528198 4.748469306 4.945028239 4.913222371 4.909832948 5.127331461 5.085942601 5.290163901 4.890294411 5.475434977 5.059415734 +LQ09X030590 Putative uncharacterized protein 5.269373266 5.765406093 5.410911899 5.649181211 5.263819583 5.929757414 5.677837399 5.552370988 5.920833132 5.657920363 5.256555707 5.962110361 5.667737281 5.58669419 6.042955039 5.6496892 5.621015714 5.613547464 6.092308979 5.777683259 5.764668845 5.646939553 5.613246368 5.590607164 5.672215311 5.683320569 5.54111042 5.231645141 5.421535791 5.491587657 5.968250347 5.554177301 +LQ09X030600 Tubulin beta-1 chain 14.54449546 15.19933236 13.86526687 12.86608561 13.58829691 10.21609105 9.79215703 9.622822842 15.09943603 15.34782422 14.5460049 13.04361186 14.07237178 10.04500427 10.49713826 9.812666812 14.3856218 14.12630831 14.87003276 14.17654167 13.8925038 14.66101429 9.782109344 10.32733926 15.02432928 15.13633031 15.19027254 13.72911074 14.54734954 12.67530924 10.01381494 11.02169634 +LQ09X030620 Putative DNA-directed RNA polymerases I and III subunit RPAC2 5.81760828 5.461670079 5.116341219 6.000441301 5.601983015 6.659742595 6.784668931 6.786985502 5.346943106 6.002918179 5.257259346 5.738720923 5.704679353 5.677411517 7.362818216 6.197138391 5.507570357 6.233221317 6.078407358 5.783994313 5.304897187 5.836436699 5.829538829 5.271615807 5.881865547 6.067887805 5.662293541 5.963620985 5.825735289 6.005968891 5.581486618 5.420122135 +LQ09X030630 Mitochondrial import inner membrane translocase subunit Tim10 13.52358805 13.1941925 13.12398941 13.02352233 13.7130718 13.32777388 13.0375156 13.1715305 13.89326315 14.90890396 13.69052121 13.52126859 14.0860308 13.45282695 13.63496517 13.61752478 14.12196117 13.74452961 13.75888696 13.46705482 13.29924642 13.7749454 13.73216285 13.97807182 14.32576443 14.11260955 13.92566385 13.26086839 12.54643787 13.81430345 13.87604607 14.07224065 +LQ09X030640 Probable serine/threonine-protein kinase At5g41260 11.57335192 12.06510825 11.10520895 10.33454589 11.29829137 8.55903102 8.640081862 8.455310339 11.58943893 12.01950099 11.22483557 10.0471093 11.24052413 8.723327378 8.442390733 8.72940614 11.03533239 10.65626722 11.26853728 10.72770741 10.83648273 11.403309 9.576247265 8.826054065 11.63420869 11.15727618 11.46689422 10.21402026 11.7062064 9.971401449 8.434500857 8.708984289 +LQ09X030660 Predicted protein 11.92632657 12.10977725 10.99631537 10.89347897 10.66582913 10.42027193 9.711401557 9.95615939 12.02973281 11.91675875 11.38775735 10.67637053 10.77218702 10.32929291 9.91686555 10.48085159 11.49666402 11.71116573 11.5005563 11.34168739 11.52490428 11.34957817 10.25881796 10.00373892 11.9073613 12.31280369 11.64967455 10.32540004 11.12211383 10.17109405 10.12069238 9.98643284 +LQ09X030680 18.5 kDa class I heat shock protein 6.706886117 6.213753939 7.439852904 6.414187785 6.256579143 5.854850347 6.733023495 6.201563741 6.603806359 6.595628944 6.778736589 6.058141879 7.076368271 5.660136446 6.230273799 5.888675834 6.366227591 6.403632223 6.944889424 6.869929754 6.618209285 6.195006842 6.668451201 6.160033825 6.281792249 6.049486278 6.624355264 6.089745634 6.100668458 6.271059468 6.649664924 6.42770226 +LQ09X030700 17.3 kDa class I heat shock protein 11.79938852 7.937952948 9.864032527 13.02545363 7.903780275 14.5545734 14.03288898 10.65976424 9.794431376 7.876577779 7.775430278 10.71855357 7.389131138 12.5827984 11.15013644 9.615751547 10.24815079 11.50331714 8.742156491 8.141658023 9.889302002 8.134582685 11.99822473 7.935966303 8.528580106 9.493673994 8.842101919 6.799245941 7.608666661 7.859259658 10.41808686 7.695018869 +LQ09X030710 18.2 kDa class I heat shock protein 10.53438711 5.166343443 9.942126536 13.64953882 4.742032724 13.67921722 13.89099473 11.24980774 7.949652476 4.52696987 6.507100673 10.07439825 4.983919987 11.09399326 10.49039254 8.891772174 11.60238608 12.52127921 4.747368234 8.217895049 11.10238953 6.466433319 12.39242865 5.711005142 8.173237062 10.47411746 5.586310318 7.140125134 7.120402937 5.991954554 10.81983563 5.662491137 +LQ09X030820 Copper transporter 1 12.9686742 13.13508034 13.94188142 14.13826522 14.74922299 14.45996324 14.3506063 14.7955481 13.27096562 12.97115897 14.02797659 14.24448345 14.76803363 14.84705645 14.43294313 14.65769115 12.80614034 13.02105183 12.75112208 13.977791 14.12058644 13.94799446 14.27577446 14.51911758 12.81867408 13.45658276 12.68073265 14.49931917 14.09739491 14.3801344 14.44556922 14.6482296 +LQ09X030840 Putative Predicted protein 9.258538114 9.716982559 9.529837481 8.991664912 10.12046676 10.8511017 11.16708319 11.48801395 9.341401411 9.594227084 9.764276115 9.395948783 10.00427983 11.16253313 11.62375212 11.92337259 10.15350377 11.01763346 11.31000351 12.07120502 11.8773791 11.0588332 12.96933617 12.51623053 10.753059 11.54214678 11.73832466 11.79876522 11.14106064 10.04279558 13.47542244 12.67235826 +LQ09X030850 Putative Universal stress protein A-like protein 13.38236586 13.366185 13.16205689 13.57018521 13.55074103 13.02901044 13.50871124 13.90079833 13.20027975 13.5202816 13.28329908 13.38999773 13.56391397 13.39852183 13.61434606 14.12822923 13.75934114 13.66454972 13.63300918 13.55183598 13.41026866 13.60945941 13.5114744 13.84019279 13.49891826 13.29541679 13.4123516 13.48666452 13.07374196 13.41620304 13.5516029 13.76076371 +LQ09X030920 Putative uncharacterized protein 5.069323201 5.480566846 5.64703139 5.755222184 5.292035541 5.831184221 5.791797391 5.432213824 5.476391167 5.61917599 5.582048484 5.249659286 5.249835728 5.739607523 6.399864918 5.562429435 5.599739532 5.520029341 4.819800368 5.699954957 5.140269419 5.482173746 5.53531505 5.179554901 5.224891148 5.269614783 5.741650767 5.315081253 5.452091642 5.329695397 5.538885239 5.158642131 +LQ09X030930 Pentatricopeptide repeat-containing protein At3g46870 11.52106735 11.9022656 11.02697963 11.47770259 11.31061761 10.99795601 11.02937789 10.98920355 12.01459932 12.35724546 11.36012325 11.45140794 11.51276459 11.22461004 11.12244529 11.25005008 11.25464672 11.11604715 11.38218575 10.93111398 10.27529924 10.32999284 11.15265045 10.98947529 11.55554728 11.42588972 11.50577657 10.21506373 10.6319459 10.72768746 11.2397846 10.85942858 +LQ09X030960 Putative Transcription elongation factor B polypeptide 1 13.28025618 13.10344179 12.70475052 12.77261801 12.82934478 12.65529849 12.36555528 12.15300368 13.35121927 13.49355853 12.72571429 12.69052917 12.8970471 12.59890288 12.1459438 12.20198489 13.39052855 13.29234485 13.33857302 13.32820436 13.22502768 13.12936306 13.05480965 12.65209252 13.45562308 13.27897525 13.54521899 12.88706326 12.77343587 13.00199308 12.93784608 12.55614175 +LQ09X030970 Ras-related protein Rab11C 12.20653908 12.40836474 12.08643441 11.911089 11.77586949 11.92773216 11.91333023 12.10732061 12.35997473 12.39519482 12.28887463 11.93043104 12.24155482 11.79936117 11.68784983 12.20395981 11.9866288 11.91537741 12.09078129 12.1096089 12.55722125 11.57726 12.55515897 12.24504815 12.23218476 12.08888567 12.38152189 12.23811888 12.34633623 11.71524248 12.63644527 12.26496031 +LQ09X030980 Metal tolerance protein B 9.994270975 9.654962821 10.10435324 9.794498855 10.04333971 8.794945364 9.063615125 8.927537023 10.33179889 9.693193371 10.02492955 9.914243945 10.10381685 9.278537828 9.132142159 9.414356363 9.706101113 9.775712516 10.61147051 10.25977638 10.10418125 9.359212512 9.195871845 9.114976084 9.851809581 9.823340964 10.41618162 10.0767316 10.58204803 9.305414213 9.565477443 9.361372251 +LQ09X030990 Serine/threonine-protein phosphatase PP1 isozyme 2 11.07500013 11.29290998 10.98823676 10.96723994 10.89552589 10.81287182 10.99320379 10.95491032 11.1141183 11.61800198 11.08331892 10.87397729 11.0284987 11.00723171 10.87667899 10.41836023 11.07172465 10.99345898 11.73352996 10.9746558 10.46059032 11.83423778 9.683944464 10.32974524 11.68130756 11.5994441 12.01038963 11.35519926 11.56051106 11.79599064 10.26366831 10.3854689 +LQ09X031000 DNA-directed RNA polymerase II subunit RPB7 13.68637162 13.74406793 13.4274406 13.46377299 13.25266038 13.60465749 13.46902514 13.1017432 14.04711754 14.06872304 13.81988704 13.21376126 13.47869592 13.80615523 13.12497002 13.09771149 13.95676371 13.50423198 13.91682304 13.68270905 13.18599463 13.2770311 13.67247306 13.60614586 13.97847723 13.73240245 13.80359197 13.25698971 12.61435094 13.36986071 13.60304263 13.34030785 +LQ09X031030 Hypothetical protein 5.362046562 5.511058213 5.166405637 5.839011025 5.504147301 5.224128561 5.088755461 5.493077846 5.583463558 5.734626636 5.109481211 5.726786067 5.541890501 5.400365157 5.714807522 5.565262778 5.550825703 5.300642337 5.57946662 5.6752854 5.771225395 5.734771675 6.065054743 5.738896141 5.736008847 5.578025648 5.378486657 5.305020253 5.871190914 5.691738872 5.49210227 5.91762755 +LQ09X031040 Putative Eukaryotic translation initiation factor 3 subunit G 6.075677568 5.833242533 6.334306555 5.70091994 6.377877788 5.871359366 6.195452637 5.933192942 6.173269907 5.971447878 6.187384909 5.764673157 6.727991637 5.637115877 6.226583089 5.834205952 5.952533766 6.040253862 6.513581132 5.822234856 6.076052914 6.468640135 6.023346755 6.184134317 6.24160621 6.672754871 5.981357108 5.617951686 6.029113191 6.01306429 5.913115672 6.025703824 +LQ09X031050 Putative C-4 methylsterol oxidase DDBG0269788 6.551995039 5.86090369 5.81030373 5.937318575 5.904074286 5.17166643 5.491316841 5.116087858 6.34381762 6.810617904 5.909807892 5.675207895 5.723747743 4.968508946 6.401751106 5.049633509 5.700521071 5.769041938 5.315118574 6.057919592 6.544889707 5.769749971 5.249517846 4.73244149 5.857572618 6.56063192 5.33886846 5.557736252 6.628386913 5.002212447 4.808436415 5.062301342 +LQ09X031060 Predicted protein 11.21475503 12.9557378 12.28379711 11.48703335 10.75519142 12.47583031 11.93439852 12.82821602 10.14773007 11.78734874 10.38872261 11.00246665 10.79051985 11.79640122 12.18131036 12.42219129 12.56508888 12.50045455 11.83613077 11.33033824 11.07453807 10.84114978 11.48206709 12.05211938 11.23872598 10.27766254 11.36319629 11.01152106 10.12138682 11.04972633 11.23368219 11.53432978 +LQ09X031070 Tropinone reductase homolog At1g07440 4.803254134 4.836224028 4.850327221 4.727457455 5.106878513 4.757839262 4.904536567 5.219460175 4.760639867 4.876385308 4.970669683 4.74327902 4.980626517 4.915369223 4.857458837 4.923394829 4.924903494 4.694733161 5.183518132 4.597316697 5.108378911 5.078302711 4.95746695 4.808677669 4.94901056 4.950719595 5.298505425 4.460484185 5.040053244 4.861806701 4.734538012 4.897077626 +LQ09X031080 Tropinone reductase 1 6.601620591 6.439425023 6.397960852 6.37506276 6.079213943 6.071185963 6.273542749 6.356725074 6.715696666 6.255485916 6.734720369 6.718242011 6.974642671 6.123129244 6.541888551 6.451996914 6.12038039 6.701654109 6.391338817 6.308071376 6.290767761 6.313410575 6.018697654 6.097498634 6.352048226 6.304767774 6.891271814 5.945627386 5.833707387 6.624377217 6.454161864 6.15569011 +LQ09X031100 Tropinone reductase, putative 6.029438544 6.047587051 5.790548287 5.805314238 5.874393198 5.350298758 5.74151813 5.464590049 5.977739083 5.766907423 5.563901956 5.627897458 6.29167169 5.255570728 5.406259171 5.391338739 6.264453566 6.330114147 6.075796297 6.548661207 5.792735436 6.195067158 5.728233104 5.814846002 5.947714635 6.566268121 5.855925072 6.463138255 5.985584581 6.364778593 5.725009841 5.372897405 +LQ09X031130 Tropinone reductase homolog At1g07440 13.34243265 13.58943463 13.31563606 13.36057513 13.27170696 12.78356142 13.20727394 12.9906355 13.7011014 13.32579528 13.55123428 13.47234562 13.44813843 12.9544367 13.19934992 12.99862711 12.28099976 12.71916051 12.04689552 13.34651639 12.74815181 12.6557611 12.55222744 12.77460285 12.66295803 12.93389709 12.35061459 12.97961936 13.12384244 12.58926721 12.67254898 12.29844933 +LQ09X031140 Tropinone reductase homolog At1g07440 5.253117122 5.673837659 5.155128227 5.134885363 5.044548601 5.739768134 5.206776408 5.529090526 5.411922496 5.218538369 5.255318079 5.170337739 5.311062868 5.309997945 5.20808874 5.273424076 6.465317346 5.371745586 6.426357252 5.672115076 5.166918142 5.103748369 5.807255158 5.220212404 6.295206781 5.374173632 5.989484214 5.194450338 5.513392359 5.131004505 5.504902069 4.940904775 +LQ09X031150 Tropinone reductase homolog 5.848825701 6.476681442 6.211196705 6.433930665 6.168181769 7.080354517 6.813963017 6.559465551 6.459787721 6.256679835 6.661210038 6.737739449 6.513953361 7.251752368 6.770325407 6.976390424 6.82795933 6.247705414 5.75917103 5.93992939 7.178284782 6.547358089 7.656021993 7.494717536 7.0225868 6.329520037 6.210050479 5.795737207 7.240527797 6.872998285 8.429289471 7.311252868 +LQ09X031170 Putative Uncharacterized protein At2g34460, chloroplastic 12.60243881 12.46259361 13.72670563 13.98121714 13.46978091 13.27930813 13.99808185 13.99602227 12.53443736 12.28143049 13.30098416 13.60714539 13.30137003 13.46797063 14.62643042 13.76487949 11.67906988 12.17075189 12.1283317 12.89745016 13.20328436 13.41671334 14.33388045 14.36670896 11.95277007 12.33209298 12.49620502 13.50915151 13.87817538 14.10902931 13.97360861 14.04796823 +LQ09X031180 Hypothetical protein 6.336864516 6.147415303 6.830162863 6.234232637 6.344843201 6.272000889 6.222967513 6.346285564 6.178065151 6.811113432 6.265676821 6.418898689 6.701688692 6.407223096 6.794382688 6.43044947 6.197825617 6.182413026 6.852819263 6.756341668 6.605834379 6.304115645 6.305656074 6.752661769 6.118126884 6.135498611 6.252065698 6.11456752 6.278183699 6.197531601 5.958533923 6.240330781 +LQ09X031190 Putative Transcription initiation factor IIA large subunit 13.43814611 14.05345411 13.86085496 13.76897383 14.0265984 14.10895895 13.89187954 14.17179166 13.67442636 13.78254018 14.15703398 13.60343488 14.08181843 14.21743689 13.89267314 14.14265772 13.61353878 13.52399696 13.35371842 14.05879898 13.83230927 14.06900866 13.69188839 14.28993326 13.52666624 13.48252153 13.13442424 14.10512245 13.96664688 14.20387883 14.15723745 14.3780079 +LQ09X031210 D-xylose-proton symporter-like 3 10.81397479 10.33420608 11.07506759 9.895627543 10.51241786 10.07625618 9.821963069 9.812931917 10.74562353 10.68300241 10.74785959 9.685645428 10.25706571 10.01915954 10.11738877 9.953183735 10.13811482 10.06221164 10.27635319 10.50982462 10.59715755 10.43014712 10.79241965 11.09763975 10.76057289 10.31621259 10.07113136 10.04455416 11.18321331 10.59339397 10.60025201 11.33338927 +LQ09X031260 Protein TOC75-3, chloroplastic 12.22128159 12.31165259 12.02249535 12.27559286 11.7443523 12.65550939 12.74275646 12.00586639 12.05070725 12.23890725 11.87831156 12.48633092 11.93221287 12.55295017 12.90238559 12.15021075 11.47447317 11.64159959 9.929918592 11.80113226 12.19630657 11.63543323 12.63338229 12.5181603 11.48887908 12.08326576 10.60904544 11.65470431 12.25549694 11.93376916 12.67817657 12.62689182 +LQ09X031300 Putative uncharacterized protein 5.478584622 6.006428969 5.496552694 5.753878664 5.994466819 5.894399626 6.194043811 6.108050992 5.469965673 5.945349888 6.065871765 6.484144013 5.592839717 5.874546565 7.660961491 6.529794719 6.063359776 6.0553691 5.526942345 5.783950512 6.620884313 5.55612726 6.213117575 5.921549135 5.568268164 5.843070803 5.323222446 5.874476914 5.705885006 5.678093535 6.207173896 5.837516809 +LQ09X031310 Predicted protein (Fragment) 6.725016088 6.183387277 5.520601153 5.905295631 5.921714092 6.835066852 6.655548558 6.088401836 6.20282611 6.110604477 6.208723472 6.050667971 6.176477558 6.698555971 7.004539763 6.750583803 5.582306399 6.015911145 6.336886269 6.038769177 6.022274087 6.180738362 5.695160502 6.11329982 5.878876555 6.200725639 6.143303807 6.014952197 6.33777075 6.29742199 5.766937149 5.960958467 +LQ09X031320 Predicted protein 12.55510996 12.63545121 12.19172824 13.12094451 12.33696791 13.83441985 13.85075844 13.57766207 12.57434542 12.70361518 12.45106387 13.41764176 12.41548066 13.80195179 14.06658619 14.19687197 13.17481176 12.87777146 12.614697 11.98614612 12.10097223 12.67653054 12.62779634 12.67280762 12.72779885 12.5537652 12.26463946 12.3903971 11.46989242 12.60938377 12.47351575 12.4505024 +LQ09X031330 Putative uncharacterized protein 5.205074923 4.878252834 5.251457799 5.394513004 5.099451227 5.527216611 5.281154035 5.81133998 5.170747636 4.880356114 5.38605451 5.146975298 5.09085009 5.537378578 5.392418134 5.181769031 4.660210032 4.823428 5.420580153 4.842591134 5.226236294 5.558028779 5.253059696 5.639894856 4.98303501 5.060420685 4.969198038 5.137862055 5.036608907 5.516282992 5.011504065 6.00917531 +LQ09X031340 Predicted protein 13.27671564 12.87962633 13.83145578 13.17816604 13.25511598 12.60325879 12.32045157 12.51400906 12.96707551 12.37826409 13.5048704 12.95234316 13.32883135 12.70037118 12.44871257 12.61257074 12.63425296 13.36196236 12.54435173 13.86231875 13.83155712 13.1077905 13.38416039 13.21060469 12.47982794 12.91393026 12.41092615 13.73488008 14.1112195 13.2337158 13.21607353 13.29909813 +LQ09X031360 Laccase-2 5.834108834 5.718122862 5.734428111 5.897085047 5.72052856 6.166997364 5.562777361 6.129849293 5.948279156 5.271001533 6.064125788 6.062923152 5.881669723 6.029018586 5.498753324 6.063864038 6.065905153 5.945184453 7.137664504 6.064450367 5.940682724 5.456587001 6.015170657 5.764233369 5.906992242 5.778127656 6.710376279 5.63727416 5.895152097 5.764223687 5.851652463 5.790166614 +LQ09X031370 Predicted protein 5.821919687 5.954097787 5.256211655 5.473402996 5.711304128 5.351962126 5.552534348 5.093089823 6.337217039 6.45842459 5.781182619 5.514611452 5.631457129 5.408226123 5.116820416 5.052887017 5.682114691 6.032013535 6.772516742 5.544304404 5.793189125 5.683479514 5.142654796 5.902698881 5.599521581 6.136732877 6.233826456 5.416051258 6.27090048 5.507065449 6.496205318 5.749557775 +LQ09X031410 Predicted protein 12.80578868 12.8700113 11.21404669 12.0702299 11.58968342 13.16605841 12.8857096 12.15874168 12.9055337 13.20003485 12.11255222 12.78505855 12.46970043 13.34792331 13.28011151 12.82867888 12.50640999 12.91635454 13.06815227 11.76507918 12.67199229 11.69564542 13.26142643 12.93253196 13.06237311 13.82027651 13.64799356 11.79474939 12.71566714 12.54670509 13.44532796 12.95716834 +LQ09X031420 Cell division protease ftsH homolog 10, mitochondrial 5.977296937 6.11831881 5.579152693 5.734151171 5.931926114 5.703889901 6.255306912 5.769117065 6.099458006 6.290745558 5.431489719 5.81802921 5.69876811 5.6392535 6.430879127 6.101403055 5.267500034 6.099702811 6.209615891 6.328240621 5.645794096 5.649607218 5.821997063 5.321290733 5.561542601 5.74646111 6.193738126 5.753673815 5.926201533 5.552957022 6.276457391 5.725481283 +LQ09X031440 Putative Uncharacterized protein C24B11.05 5.642714423 6.335562397 5.478542 5.705509287 5.571528558 5.242594148 5.069633952 5.052141191 5.795991055 6.032664841 5.812953836 5.468064974 5.601270476 5.529119737 5.305317907 5.182386674 5.616379323 6.275480886 6.328223935 5.254779645 5.594482604 5.664704814 5.677164365 5.366064729 5.651134782 5.374158703 6.53101713 5.564857054 5.453589055 5.332047269 5.511292041 5.214265333 +LQ09X031460 Putative uncharacterized protein 11.77249643 12.20160613 11.3973863 11.75886551 11.95075354 12.16983154 12.27474872 12.17463515 12.40089128 12.28246285 12.03106862 12.07962171 12.29687313 12.52337633 12.06945327 12.42296768 12.2450742 12.24971612 12.56764529 11.99968765 11.67175153 11.91782923 11.80555994 12.15714571 12.47063052 12.54776761 12.93057121 12.01587642 11.45124975 11.78172979 11.73438948 12.1950337 +LQ09X031470 Putative Scarecrow-like protein 14 10.22463219 10.48757849 10.93137366 11.31814064 12.26838514 12.57897768 12.53486837 13.1959799 10.50332364 10.2403694 11.04674202 11.58426645 12.25295303 12.71642111 12.75998549 13.56517149 10.77588434 10.8122444 10.47559601 11.52751427 11.32016648 11.5137344 12.25701364 12.5761087 9.946792667 10.73644254 9.55149818 11.49177153 11.13042148 12.14786849 12.60432315 12.90828623 +LQ09X031500 Scarecrow-like protein 14 9.089267656 9.527160379 9.220353513 9.166644295 9.681533811 9.925984112 10.06631978 10.86086984 9.009097222 8.952540885 8.905735274 9.391435206 9.638432488 10.16321603 10.27010808 10.61395449 10.29876825 9.687016191 9.915603703 10.00079136 9.537042327 9.88377559 10.38175467 11.17103548 9.384988333 9.417267339 9.987832578 9.079848072 9.676709899 10.29992198 10.81440827 11.53599401 +LQ09X031510 Scarecrow-like protein 14 5.731496784 5.505832412 5.816404014 6.393581908 5.418808504 6.070522085 6.272674505 5.624425441 5.674820972 6.182453711 5.349620251 6.441118461 6.415972915 5.748206731 6.13322732 5.762955078 5.774785854 5.722532965 5.206186931 5.721530182 6.44405978 5.776082136 5.756255868 5.33389856 5.545923506 6.339903829 6.155923598 5.674174416 6.161437686 6.46451136 6.079653049 5.571690833 +LQ09X031520 Putative Telomere-binding protein 1 12.54409667 12.62963111 12.49106697 12.83364467 13.10766759 12.99453523 13.21593564 13.68869109 12.57212692 12.45848992 12.51185233 13.04388711 13.09847279 13.36661936 13.27588379 14.00077352 13.24968339 13.57406086 12.48459443 12.67419205 13.13054471 13.13327006 13.64551857 13.67864722 12.6402695 13.06019132 12.28555092 12.66394958 12.90661492 13.30772436 13.60601523 13.74182378 +LQ09X031540 Putative Uncharacterized protein C20orf24 homolog 11.93571661 11.75585428 11.48186135 12.19632952 11.55329956 12.13562899 11.85017183 11.73433074 12.20002296 12.31627903 11.73880313 12.19488273 11.89140374 11.85781348 11.63727753 11.94571704 11.95701112 11.07529943 11.89763772 10.40638896 10.06687624 11.62767973 10.49256373 10.43839826 11.88630039 11.47908681 11.51960741 11.29381015 10.11525934 11.3205588 10.6074555 10.35407523 +LQ09X031550 Putative uncharacterized protein 5.815064837 5.330616677 6.04801391 5.478059672 5.214998656 5.67977932 5.872914253 5.441245057 5.442751675 5.424269556 5.968733672 5.388991147 5.891525341 5.752832749 5.908656533 5.298624677 5.266509347 5.380798128 5.364205268 5.54369114 5.488638744 5.324949122 5.450181709 6.093587041 5.405073261 5.174727206 5.648932569 5.685070063 5.543516562 5.37459631 5.734123368 5.974025121 +LQ09X031580 Expansin-A4 14.45768983 14.59598747 14.20521661 13.43952607 13.47367451 7.10773634 6.85781036 8.046022843 14.07822293 14.10571976 14.13075619 12.97228648 13.88144074 6.86018472 7.123600931 8.140557771 13.83761747 14.28660437 14.0481583 13.96429224 14.04162043 13.92643242 8.236456645 8.640622135 14.51822737 14.48185083 14.48985774 13.886514 14.36273799 11.71470441 7.776130679 8.835508446 +LQ09X031590 Predicted protein 7.207552555 7.393935136 6.75911607 6.768236869 7.221164365 6.618165231 6.334442013 6.611705183 7.453854644 6.525556414 6.805450419 6.740057164 7.686631068 6.526202953 5.900043237 6.898687824 8.071673308 8.70557713 8.6674326 7.321965742 7.880236708 7.417185199 6.603090954 6.789742347 7.325804843 7.925921552 8.027973139 7.182453331 7.486458026 7.406795551 6.48595989 6.257116939 +LQ09X031620 Protein kinase APK1A, chloroplastic 13.09690897 13.56189065 13.55207695 12.66740968 13.95430546 13.11356096 13.10827229 13.69131476 13.51083299 13.32092741 13.47124512 13.02553201 13.89140092 13.39091176 13.20814809 13.78144569 13.33258614 13.29984874 13.54306935 14.03719177 13.4529162 13.83091851 13.74451733 14.36466271 13.36852847 13.44205315 13.74919793 13.90844684 13.9534915 14.06226582 13.68493592 14.43935987 +LQ09X031630 Triosephosphate isomerase, cytosolic 14.7428604 14.6067134 14.37990172 14.46040683 13.86123572 14.06053292 13.93830021 13.37822818 14.64852541 14.48924852 14.40745806 14.46882977 14.22049525 14.11823583 14.08401796 13.3099514 14.73856868 14.18898906 14.485747 13.76942163 13.75308079 14.17756238 13.70277986 13.25905678 14.5744847 14.26572549 14.32585144 13.55825455 13.93248111 13.77979456 13.5462682 13.08583274 +LQ09X031660 Glucan endo-1,3-beta-glucosidase 9.709112906 10.82456468 8.746267403 8.054325846 8.00619902 7.818089566 7.045247143 7.831006376 9.815386604 10.73978655 8.777116607 8.117280957 8.595628493 7.990886888 6.93281094 7.923662545 11.38578827 10.59191256 11.3195311 9.436906803 9.166670902 8.855679562 9.245765625 9.593875525 10.26260024 9.350458974 10.98505602 7.928921054 9.44757583 9.220969782 8.631322624 9.949112402 +LQ09X031680 Hypothetical protein 5.582267738 5.74462433 5.491232213 5.781181099 5.29196122 5.557274761 5.940466099 6.255830656 5.460862316 5.65511242 5.604822987 5.945163125 5.547670953 5.579675209 5.736087682 6.557800409 5.697158139 5.699403832 5.751452599 5.351968465 5.995174832 5.641508454 5.433826136 5.341747392 5.602063448 5.332053118 5.340094977 5.390400662 5.965556221 5.680131566 6.04984414 5.28153363 +LQ09X031700 Mitochondrial import inner membrane translocase subunit Tim9 5.338114924 5.138782707 5.627676033 5.565797768 5.455603146 5.221392463 5.388847196 5.158803878 5.222326804 5.69000334 5.690842855 5.781429786 5.230484512 5.209556491 5.325617674 5.087173804 5.629520803 4.97077705 6.048223247 5.905364027 5.584724741 5.321575621 5.00113064 5.143567086 5.320260569 5.591840088 5.684612569 6.494507194 5.011617725 5.757606904 5.23898482 5.152921451 +LQ09X031710 Predicted protein 12.07480387 12.00809815 11.05157166 12.5705412 11.8573436 13.4063427 13.29921699 13.24428135 12.11566697 12.03383175 11.27251052 12.74813739 12.04510921 13.45839086 13.6380406 13.44236761 12.16131476 11.8901147 12.29978346 11.0320827 11.20177776 11.91647906 11.82800709 11.30602654 12.14691112 11.69112745 12.12661297 10.95792678 11.18328211 11.87535592 11.79026134 11.19053604 +LQ09X031770 Fasciclin-like arabinogalactan protein 4 10.77376642 10.16780544 10.48718503 10.60802068 10.01829521 8.850477335 8.791325606 8.757770151 10.7858281 9.933240152 10.61577168 10.68650564 10.45426052 8.572490328 8.731593378 9.086442024 10.22639131 10.56136809 10.1876512 10.47985369 10.75829567 9.93659081 8.453895234 9.138653468 10.37181336 10.90086718 10.30675808 10.48049527 10.99110142 9.614743892 8.785325838 8.471519508 +LQ09X031840 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A 11.59617675 12.05916265 11.44122991 11.12986457 12.33835945 10.76457469 11.55235213 12.71309098 11.74011678 11.42333545 11.33625423 11.15793394 11.92830227 11.33111989 11.65341835 12.53300647 12.02267656 12.13269584 12.58994373 11.87728131 12.14516849 12.26661988 12.99049383 13.74333096 12.06590989 12.14490636 12.77064556 12.30336616 12.47988156 12.68363496 13.25688414 14.22493047 +LQ09X031870 Zinc finger protein, putative 6.588067958 6.471601656 6.787101185 6.968015817 6.015333091 6.705701768 6.938133999 7.212642241 6.621173136 6.267621934 6.852837523 6.971289592 6.155644919 6.974904078 7.003076444 6.959309712 6.749701542 6.845764892 5.447283699 6.044273355 6.729232421 6.284156633 6.541524552 7.036417728 6.587981302 6.674878479 4.980382452 6.425961993 6.565766475 6.422656399 6.842963016 6.589643567 +LQ09X031880 U-box domain-containing protein 13 6.362100819 5.720275594 6.63326095 6.042230123 6.556562013 5.651943218 5.442689001 5.964293249 6.481702303 6.012078052 6.816505853 5.915848204 6.699940063 5.986343444 5.683765738 5.699695928 6.355126279 6.172079218 6.068687855 6.717287279 6.928531992 6.461302815 6.34962809 6.318865973 6.118278033 6.340086856 6.74109278 6.008891022 6.648338868 6.170831327 6.494385894 6.471477523 +LQ09X031890 Putative Dof zinc finger protein DOF3.6 5.055595663 4.975121082 4.965137612 5.078553947 5.641747209 5.430899477 5.10107699 5.424192149 5.312327275 5.10939217 5.700998815 5.120918212 5.464565141 5.129956931 5.581943232 5.285675977 5.486411836 5.342125932 5.456811473 4.926298164 5.214731443 5.362494332 5.399369349 5.942329308 5.576725695 5.370075353 5.060949397 4.788361589 4.80437819 4.960450994 5.423612961 5.859180773 +LQ09X031910 Putative uncharacterized protein 12.7120815 11.75657366 11.57285738 12.25903899 11.67591061 12.099941 11.97285771 12.06562799 12.75865802 12.86008924 11.85097062 12.29003199 11.80833694 12.08663168 11.82818416 12.06722608 12.55399965 12.5636986 12.69993781 10.97886351 11.2820851 11.43468665 11.20757409 10.96468192 12.90946871 12.7292851 12.93659085 10.86560231 9.959477219 11.12511304 11.23739986 10.6126792 +LQ09X031930 Predicted protein 12.42003687 12.53018501 12.35222421 12.70270177 12.24014105 11.06673402 10.88664235 10.95590451 12.71917121 11.95487519 12.58991652 12.54110072 12.49607207 11.35604029 11.1622403 11.10363758 11.72033017 11.71214216 11.94340447 11.57292372 11.86400573 12.46873503 10.40862486 10.25271552 12.68972883 12.34361008 12.00474223 11.92025022 12.16145494 11.76396324 10.82726646 10.19091845 +LQ09X031950 Putative uncharacterized protein 5.14699378 5.217235426 5.478551139 5.529784121 5.571101776 5.566375671 5.989537356 5.462168148 5.435842885 5.944436119 5.80048218 5.320407263 5.572317842 5.404061195 7.392398956 5.63386069 5.219903937 5.496632617 5.276732043 5.402086167 5.292702586 5.527736704 5.474500897 5.930651785 5.38178236 5.316640064 5.327651375 5.677416074 5.533645782 5.55418098 5.233349954 6.430322581 +LQ09X031960 Heat shock cognate 70 kDa protein 14.79632987 12.48545582 14.09880845 14.4728625 12.49003523 15.46477273 14.6393733 12.57770627 12.59253422 11.89852999 12.42617747 13.06448076 12.17242347 13.53139607 13.34850834 12.39306796 14.46843207 14.86699362 11.76135759 13.11060202 13.94599161 11.99481785 13.85875082 12.5102637 13.235269 13.20735086 11.54404767 12.32333628 13.26304582 12.62132315 13.06959606 12.37844185 +LQ09X031970 Inner membrane protein PPF-1, chloroplastic 7.45592271 7.132893543 7.510876418 8.187817955 7.87763841 9.596943932 9.550863759 9.357915524 7.33013795 7.02066287 7.644305624 7.905322133 8.484132174 9.559833264 9.215505522 9.775280454 7.241819884 7.77183433 7.027735406 7.842274545 8.312567873 7.439978918 8.361823498 8.914235405 7.483743628 7.584563865 7.138396536 7.110306954 8.297217458 7.650909469 8.826226424 8.144490837 +LQ09X031980 Osmotin-like protein 5.833793164 5.443230389 5.387884158 5.531210557 5.375158384 5.537776539 5.122813918 5.482384924 5.897503077 5.903655781 5.554756831 5.706666057 5.28491498 5.264578577 5.162039381 5.301584648 5.567149173 5.850904566 6.522260102 5.764371088 6.001125345 6.146176293 5.514927125 5.303997805 6.474339259 5.833470035 6.369064569 5.542658796 5.846092098 4.895552933 4.966024126 5.081741584 +LQ09X031990 Ubiquitin-conjugating enzyme E2 7 13.88019536 13.91988832 14.06600196 14.42894077 14.52526222 13.98583266 14.24262385 14.36611079 13.8282896 13.9646791 14.08774847 14.25220815 14.16759269 14.05638406 14.20313204 14.34475548 13.7169374 13.75210271 13.72044451 13.66205134 13.34212034 14.38975161 12.92337052 13.51949133 13.22272548 13.53197756 13.09133073 13.42035155 13.58291609 14.21497415 12.9758381 13.58011842 +LQ09X032010 Putative Sec14 cytosolic factor 12.285071 12.29720107 12.61432724 12.49787464 12.3340203 12.64356994 12.09921964 12.22039604 12.37485286 12.38122736 12.78591436 12.46168437 12.60217805 12.852599 12.36316211 12.59710101 12.31537219 12.62222055 12.50592728 12.83150973 12.46165672 12.74731481 12.07181946 12.64523082 12.17260777 12.32394118 12.41992079 12.73222717 12.53541473 12.36025899 12.26124757 12.61163551 +LQ09X032030 UDP-glucuronic acid decarboxylase 1 5.874564483 5.988710157 6.320169593 5.884815407 5.994672338 5.507513282 5.745033576 5.86341442 5.859937879 6.308034081 6.357545755 6.272631474 5.994875262 5.696205741 5.957366536 5.709293418 5.821150832 5.621900939 7.098948165 5.80540985 6.450363916 6.102032049 5.432699533 5.944372041 5.884920025 6.232274491 6.931127742 6.545435593 5.896587104 5.830427921 5.180032193 5.134915753 +LQ09X032040 ATP synthase 6 kDa subunit, mitochondrial (Fragment) 15.13336389 14.38403937 15.13202644 14.96570735 14.9598232 14.78198248 14.5743142 14.16583764 15.00169782 15.45640739 15.21101075 15.17472312 15.17561592 14.78781113 14.59621372 14.6003396 14.98831646 14.96425896 14.50325417 15.32207572 15.12453015 15.28265977 14.6373759 14.34901971 15.1042805 14.938525 14.5467454 14.90249823 14.26852306 14.82910376 14.39946878 14.25887885 +LQ09X032050 Histone H4 5.273448842 5.56368953 5.164022632 5.161981781 5.154334048 4.835186015 5.517469162 5.043206735 5.622625602 6.569295687 5.346142611 5.182174516 5.048573373 4.857296957 5.575781 5.010612327 5.570944179 5.346126003 6.14281514 5.476885529 5.671869113 5.47358372 4.802010673 5.178440041 5.23607229 5.419051003 5.864841219 5.074977897 5.974714502 5.314223246 5.225084473 5.152340191 +LQ09X032070 Putative uncharacterized protein 5.596654509 5.961070397 5.834649744 5.705250404 5.746555752 5.399118036 5.865765774 5.450181623 5.635584073 5.946270869 5.246830525 5.824688369 5.697839325 5.616694116 6.038109555 5.707106533 5.662658003 5.779687083 6.109679816 5.561654499 5.847880336 5.492501081 5.638400612 5.764318551 5.479889956 5.823701732 5.617585894 5.762918375 6.081227777 5.948256168 5.495178533 5.341216046 +LQ09X032080 Putative RNA and export factor-binding protein 2 13.60372503 14.178693 13.7916824 13.68875752 13.46481076 13.28144371 13.21606076 13.02323845 13.90067065 14.06036286 13.91615526 13.54848874 13.64956915 13.63178325 13.61258926 13.53298711 13.68202567 13.44379214 13.52013086 13.67813591 13.37602058 13.30436018 13.72019683 13.15981539 14.01827786 13.7368347 13.83144025 13.41964936 13.55352276 12.91375953 13.93639413 13.58713096 +LQ09X032110 Probable histone H2B.1 15.0777341 15.5147398 13.71442056 13.56437846 13.50542537 13.98476375 13.91829853 14.09852301 15.4251787 15.71795594 14.84293503 13.63301781 13.41884309 13.78609018 14.30149713 14.2420645 14.46624746 14.35967064 15.18045086 14.08008141 14.52980315 14.91961282 14.1600532 13.9728063 15.48021918 14.93176843 15.25084587 13.51994612 13.93142554 13.30489651 14.31662369 14.07975837 +LQ09X032130 Actin-depolymerizing factor 2 13.96390011 13.8106135 13.68941282 14.62762778 13.85908912 13.47276979 13.75528134 13.86674969 14.16412202 13.98901428 13.93874368 14.51357862 14.13460725 13.84414663 14.00081828 13.92954033 13.44725842 13.61811114 13.29248368 13.05495166 12.99866139 14.05134383 12.48520194 12.80915205 13.50758346 14.07749894 13.40132843 13.3536134 13.17627466 13.85200048 12.72084203 12.72051685 +LQ09X032140 Histone H2A 6.03530625 5.894542821 5.6181404 5.81203686 5.265172254 5.39260141 5.806911602 5.659574393 6.214003941 6.708403393 6.274276353 5.687255371 5.799350876 5.566621497 5.686224642 5.671395693 5.334147536 6.048349882 6.164245914 5.56007207 6.694703145 6.191561357 5.175606468 5.193837366 6.575518381 6.509970152 5.774032554 5.285467051 6.371767679 5.007635877 5.353542164 5.468240321 +LQ09X032150 Putative Glycine-rich RNA-binding protein 2, mitochondrial 9.824781912 9.648315259 9.799339982 9.490006823 9.183718326 8.799190787 9.174835653 8.599625065 9.958530244 9.966038452 9.664798071 9.725655426 9.344245456 9.037090379 9.27383534 8.866621388 10.50718619 11.14646227 10.50835374 10.42309006 10.81534776 9.268977284 11.03389708 10.40117091 10.03310215 10.86583575 10.82046938 10.17021281 10.58974175 9.759889299 10.59971298 10.53115891 +LQ09X032160 Putative Cold-inducible RNA-binding protein 5.670603926 5.475241528 5.7137041 5.359039744 5.699612247 5.710199088 5.383808767 5.460711658 5.954465825 5.353128317 5.891941171 5.236931673 5.955707913 5.51402433 5.459479251 5.511692176 5.479863837 6.355682415 5.828320632 5.601622828 5.636180301 5.837650911 5.975271935 4.874610439 5.749566004 5.589360148 5.545085414 5.687052014 5.807711314 5.920152392 5.654993375 5.507998407 +LQ09X032170 Probable histone H2B.1 14.76706399 14.51865796 14.37340974 15.57002922 15.07778827 14.82985877 15.39904802 15.08300034 14.9269244 14.88241117 14.53485393 15.45337657 14.6345925 15.31940134 15.18368976 15.41525232 13.90351363 13.75274596 14.14914212 13.43150137 14.32669126 14.64863427 13.99267874 14.02356951 14.87152649 14.34414458 13.97298184 14.33181614 13.74247689 14.23010232 14.08110093 14.2443166 +LQ09X032190 40S ribosomal protein S15a-1 13.71517689 13.52620098 12.79011225 12.47234953 12.49358312 11.62311934 11.8546934 11.24061341 13.58092241 14.54583582 13.04191494 12.57172682 12.81320385 11.54707203 12.1410603 11.44113329 13.27326563 12.93836991 13.19160938 12.97202493 13.10956101 12.41632711 12.63534493 12.23058868 13.70931282 13.882551 13.86089402 12.50822741 12.70596274 12.12397606 12.73818617 12.40676807 +LQ09X032200 Ras-related protein ARA-3 13.45280095 13.89633168 13.14926067 12.43324145 12.98266596 11.82613223 11.80108239 11.76103924 13.47029959 13.90845297 13.13411821 12.39997222 13.25307471 11.70822816 11.96500429 11.83386271 13.77737791 13.65617347 14.11993939 13.96707041 13.69329614 13.49466915 13.04029302 13.33628357 13.94847876 13.92885255 14.10765665 13.75538815 13.76569288 13.0980559 13.12652097 13.48979488 +LQ09X032210 Predicted protein 9.795362953 9.866185233 9.619452129 10.39810076 9.559012741 10.60212681 10.25454211 10.26607499 9.908874431 9.74122663 9.319217473 9.996728436 9.333686236 10.7734926 10.30162282 10.32211606 9.937551458 10.00646344 10.21787729 9.257216121 9.120665074 9.839688485 9.322729788 10.11248907 9.895916116 9.891762456 10.07076556 9.72659595 9.280961978 10.26360399 9.357410666 9.822939352 +LQ09X032220 Nucleic acid binding protein, putative 7.239210639 7.383024853 7.590528917 9.358451226 9.28708499 9.891587451 10.6242154 9.655725074 6.809993356 7.136376656 7.49324499 9.809878254 9.12661563 9.991821979 10.49595381 10.45309181 10.8285671 8.398055823 8.25864188 8.955401867 8.392906189 8.163752222 9.642741544 10.47498519 8.35690004 8.141669068 8.65878989 8.400674719 8.124909669 9.482304418 10.28651655 10.10941084 +LQ09X032231 Putative nuclease HARBI1 7.344820782 7.830973679 6.90373383 6.332070418 5.76823905 7.579166248 7.060463329 5.855581621 7.706973093 7.727591931 6.581968306 6.460968867 6.359590853 7.520718066 6.336143328 5.992540929 7.467769715 6.751854525 6.158305865 6.190178146 5.411332506 6.301267818 5.907447493 6.055755526 7.33156058 6.90708411 6.593990976 6.005490567 5.705744498 6.625898564 6.71382472 6.584717996 +LQ09X032260 Transcription factor MYB59 8.743145942 8.092223666 8.030887608 8.852212214 9.173716085 11.5624803 11.43129035 11.63733964 9.048749561 7.450391155 9.171100019 9.660221339 9.497038639 11.80170923 11.38451 12.0238675 8.784019112 10.18916543 8.641735106 8.268624935 8.180016259 8.377013569 11.32211891 11.12521602 8.722068633 9.372422936 7.461158362 7.867788306 8.067005992 9.141449277 10.63538804 10.59853357 +LQ09X032280 Aquaporin TIP1-3 5.49272181 5.356339552 5.676195408 5.559259787 5.3893247 5.858066789 5.288836906 5.357353396 5.426392515 5.344450759 5.767884247 5.564308253 5.867068249 5.5264462 5.29558615 5.417718656 5.848980896 5.690875225 5.827292218 5.632958082 5.470159237 5.391683795 5.734471561 5.495296362 5.684176432 5.550530976 5.909131621 5.601312269 5.930125119 5.489799753 5.137023722 5.207098011 +LQ09X032310 60S ribosomal protein L23A 5.222313615 5.187899288 4.937480673 4.892407647 4.764877298 4.738961645 5.023989554 4.830173391 4.820273481 5.193250982 4.796128317 5.086651767 4.813422969 4.614423518 4.859307191 4.97740185 4.976575667 4.928710366 4.995314001 4.92231417 5.238123377 4.932490033 4.90547899 4.755842952 4.748103767 4.962637088 4.861980965 5.584701484 5.47605026 4.903002365 5.321808962 4.891642182 +LQ09X032330 Putative Adenosine 3-phospho 5-phosphosulfate transporter 1 5.280941097 5.541185187 6.462366365 5.387037132 5.371915257 5.238130812 5.298202186 5.628531362 5.383384518 5.252915488 5.470991599 5.268207397 5.462177946 5.457916674 5.768924359 5.313994022 5.318576757 5.474353422 5.454901761 5.216565001 5.714830945 5.524689411 5.233633077 5.44336411 5.699627461 5.378295598 5.09031273 5.184263683 5.041455983 5.466421218 5.673399156 5.229284376 +LQ09X032340 Putative Glutelin type-B 5 5.357915902 5.323943015 5.454478071 5.241761867 5.71483374 5.181755877 5.053873901 4.996039869 5.143565867 5.520411831 5.662761476 5.161655249 5.558512112 5.184985063 5.160417633 5.039654284 5.164207901 5.391144631 5.326712679 5.340527764 5.453828656 5.452423216 5.878467904 5.0609387 5.187266806 5.421810053 5.345201969 5.122643544 4.952074627 5.445377587 5.022685264 5.67303903 +LQ09X032370 Putative uncharacterized protein 5.429237758 6.080771511 5.3899614 5.557898679 5.508872342 5.485501831 6.073062826 5.169598396 5.485450869 5.572728998 5.465105947 5.608782067 5.453896266 5.407337389 5.57210781 5.559183259 5.054589052 6.023294257 6.130307154 5.807118144 5.90585733 5.594096651 5.567675616 5.428999271 5.287020878 5.884419174 5.722644787 6.215328562 6.70441219 5.359506369 5.388976671 5.710949935 +LQ09X032390 Chloroplast-targeted copper chaperone, putative 5.661143631 5.888976145 5.231914802 5.467758314 5.79306773 5.269803773 5.361113946 5.311027013 5.690002393 5.984354341 5.682322023 5.583926903 5.901656178 5.164624791 5.29716047 5.214685485 5.882074749 5.804943262 6.422402614 5.954553522 6.046264514 5.447388963 5.418126184 5.528786723 5.561963611 5.933200388 6.381931968 5.702357979 5.93589842 6.035383612 5.395330712 4.996550179 +LQ09X032400 60S ribosomal protein L35 7.808826471 7.158028936 7.275070397 7.089053433 7.243682978 7.28575919 7.117578112 7.063715445 7.809338834 8.21034788 7.591143707 7.241747571 8.099680546 7.512277859 7.245130729 7.621807058 6.963663577 7.581678404 7.891945833 6.802939934 7.367977604 7.680081319 7.166187757 6.587994311 7.513447205 7.531095226 7.88345054 6.936249471 6.803936018 7.437870376 7.240899888 6.921025775 +LQ09X032410 Protein binding protein, putative 5.823974167 5.443375381 5.419097386 5.337619133 5.514601799 5.81410013 6.482616022 5.594878026 5.458653539 5.594087204 5.418469679 5.725399481 5.936948932 6.340182208 5.583154716 5.922643424 5.522999966 5.337788054 5.388789862 5.643844466 6.477683522 5.874637216 6.006860427 5.719542595 5.562062798 5.268943025 5.881515871 5.413092544 6.394665366 5.711237964 5.721851491 5.312743949 +LQ09X032430 Nudix hydrolase 9 10.92908592 10.23392144 10.74339468 10.05107583 10.64024907 10.83783077 10.27389858 10.29180853 10.97647962 10.7711893 11.03509181 10.16153553 10.59271125 10.8178892 10.0923463 10.50163821 8.818228642 8.17788956 6.507837285 8.800056086 8.016581698 9.306450425 8.824475907 7.992360189 9.085028549 7.972340556 6.25867908 9.032997582 8.613467739 9.03747368 8.801540952 8.72161984 +LQ09X032440 Ankyrin repeat-containing protein At5g02620 8.947433715 9.017353519 8.989333062 8.508318521 9.30012058 8.547021109 8.318967588 8.5872333 9.004109586 8.313930875 8.772292549 8.270879126 9.228353965 8.686060944 8.397987398 8.513796065 9.207380038 8.471888262 9.022120036 9.36127267 9.152660557 9.328025982 7.600545751 9.330514686 8.562238561 8.427653056 8.946313305 8.561335945 9.207623029 9.021402079 8.535637605 9.464525872 +LQ09X032460 E3 UFM1-protein ligase 1 homolog 5.318649591 5.12450648 5.027705223 5.14592895 4.995600145 5.17557217 5.25002352 5.08019843 5.124552844 5.136500687 5.549851843 5.28080072 5.366599941 5.179168301 5.341189921 5.395441 5.365252715 5.4601829 5.91131084 5.166607745 5.412088853 5.224394026 5.368573675 5.484812202 5.000929593 5.479426485 5.708622464 5.111543995 5.229027112 5.269280389 4.81664286 5.454689517 +LQ09X032530 Receptor-like protein kinase HERK 1 10.23312977 9.794534901 10.17030765 9.893089201 9.678509833 10.61541211 10.17662202 9.887226879 10.2117936 9.285553507 10.34293838 10.06852685 9.430168006 10.62897868 10.04453892 9.74282908 9.543599125 9.886029389 9.283615857 10.13895739 9.836480637 9.361632653 9.584099537 9.891229602 9.685988612 9.769223404 9.875928402 9.728380887 9.929877432 9.643555009 9.990295601 10.05058713 +LQ09X032550 Calcium-transporting ATPase 4, endoplasmic reticulum-type 14.15643083 14.11813128 14.2398534 13.37674834 13.83579583 13.56659832 13.18861507 12.97894823 14.0154842 13.96042854 14.18888392 13.28450171 13.62837758 13.39118935 13.05225416 13.26722435 14.23582721 14.07768131 13.63875543 14.38522906 14.26443237 14.13223508 13.60152709 13.59368874 13.73401132 13.70620666 13.29196965 13.8574273 14.10884317 13.49011041 13.4963514 13.57462968 +LQ09X032560 Histone H4 14.84294672 14.84425436 14.57411412 15.43401002 14.95683842 15.20048465 15.18287975 15.12972413 15.01831265 15.31727354 14.71053759 15.39709382 14.77743616 15.07320757 15.25924882 15.52944679 14.76043779 14.864251 15.24511765 14.63486946 14.74520808 15.39352015 14.29027506 14.47164736 15.34280161 15.34146574 15.19398981 14.78000313 14.1273658 15.07223293 13.94749466 14.48108872 +LQ09X032580 18.5 kDa class I heat shock protein 15.33532132 14.46346558 15.1282773 15.71364862 13.56057225 15.67403815 15.33893523 13.59312401 14.60476801 14.55607037 13.92983953 14.35632773 13.59545329 14.47721474 13.93581201 13.32243185 15.10589922 15.20447234 14.18893007 14.34841957 14.96809589 13.72706225 14.58644372 13.06772406 15.05748433 13.98997191 14.31231807 13.84309584 13.56422757 13.29578714 13.86182389 12.82660565 +LQ09X032740 Putative 125 kDa kinesin-related protein 6.119981974 6.282984138 5.986957613 6.113022921 5.978880221 6.434342783 6.142441544 6.251827735 6.172797535 6.468192983 6.460597386 6.337461864 6.347502326 6.19973401 6.268019552 6.499879523 5.963897254 6.295203977 5.737447171 6.567991124 6.281394067 6.267154686 6.715363946 6.069276944 6.376208362 6.525921575 5.901635979 5.484029637 6.050395476 6.319684489 6.108625268 6.6703216 +LQ09X032880 Protein binding protein, putative 10.96976696 11.45015793 10.00011235 11.26036081 11.04764532 11.39163177 11.74045826 11.9924767 11.16060876 11.06304899 10.42283514 11.27269469 11.19329246 11.65233094 11.81532603 11.99456799 11.24695964 11.42242152 11.4483868 10.48199145 10.48269902 10.92748379 10.64795569 10.68423644 11.23614086 11.22694399 11.13091659 10.0284519 10.54823854 10.81323137 10.97488339 10.56867187 +LQ09X032890 Phototropin-1 10.59200289 10.34110154 11.22359541 10.90243762 11.41453196 12.31789846 12.11059674 12.58687844 10.81709006 9.886411755 10.97503462 10.80553695 10.4958904 12.15559032 11.65040365 11.69204108 10.2609693 9.97274339 10.03897557 10.87464508 10.45217759 11.07190082 11.59177645 11.37099272 10.1301441 9.479328851 9.646944736 10.5107258 10.43042915 10.86689917 11.33706266 11.35694893 +LQ09X032930 Putative Two-component response regulator-like PRR73 13.82129238 13.81523187 14.09195112 14.47621589 14.23115713 14.23967055 14.65945719 15.05030708 13.83014428 13.52876656 14.12568028 14.54041479 13.72208977 14.45196181 14.55616897 14.83628834 13.83008391 13.52193724 13.54314809 13.48933651 13.37490902 14.27321931 13.41107436 13.67507931 13.54757679 13.02217294 13.21969247 13.81125535 13.15680705 14.29369852 13.91619331 13.46727878 +LQ09X032940 Probable trans-2-enoyl-CoA reductase, mitochondrial 5.772224303 6.136434314 5.602617372 6.341075964 5.922921834 6.114688839 5.347531738 5.919906463 6.150968881 6.208510714 5.751588493 5.704986112 6.831676531 5.900426084 5.973085397 5.853742534 5.714659386 6.739367773 6.863214161 5.74138261 6.048875566 5.985393484 6.39660101 5.597122038 6.10656305 6.444110786 7.291773883 5.485489115 6.300278715 6.301599716 5.630440915 5.934529373 +LQ09X032960 Mitogen-activated protein kinase homolog NTF6 11.06044763 11.34130478 11.16488635 10.80212199 11.5650022 10.83267893 10.88233286 11.90375266 11.34418876 11.60513607 11.51443411 11.03788664 11.50221429 11.25326173 11.32948053 12.67649092 10.69359905 9.757994674 10.65829133 10.77598302 10.45564445 11.02637824 11.05554997 11.55814172 10.97473579 10.40277725 10.66322863 10.57028809 11.11675901 11.65772789 11.49000537 12.01977296 +LQ09X032990 Ethylene-responsive transcription factor RAP2-7 11.21329009 11.78360843 11.62536485 11.96778096 12.43203593 11.15222514 11.30065334 11.78523835 11.38378856 11.4859734 11.68247031 12.2475119 12.02022738 11.57878789 11.56052662 12.06273748 12.41795568 12.66198486 12.61759275 12.95057496 12.71123899 12.92603006 12.62697876 13.49160512 12.15623495 12.93292731 12.87371386 12.88600934 12.7525686 13.7637578 12.86304722 13.80498358 +LQ09X033000 Putative uncharacterized protein At5g60170 (Fragment) 5.37563825 5.408530395 5.327450675 5.345207686 5.095913219 5.54105699 5.222231089 5.585192283 5.223408903 5.667335724 5.873112384 5.368963935 5.454288543 5.393984236 6.211575669 5.787864393 5.463906416 5.141126109 5.943124341 5.084818731 5.163180193 5.435278211 5.419510133 5.134401412 5.12086773 5.067552533 6.039782675 5.018255486 4.872266538 5.848489002 5.21809227 4.767297045 +LQ09X033010 L-ascorbate peroxidase 2, cytosolic 15.2082515 14.82288149 14.66614071 15.21237999 14.54400955 15.19800985 15.26024319 14.9420667 14.84155337 14.70829487 14.43777459 14.72549685 14.38785716 14.79685779 15.05982145 14.71222549 14.96621773 14.99903395 14.56519621 14.80107049 14.70366458 14.83174022 14.44229999 14.10961623 14.82312224 14.7927436 14.27486608 14.13111913 14.36562215 13.6229026 14.60974614 13.8898541 +LQ09X033020 Mitogen-activated protein kinase 3 5.710192486 5.244380901 6.422987562 5.575426019 5.546377484 6.213701519 6.022577261 6.063685426 5.642992163 5.10307887 5.478301536 5.852240168 5.612377543 6.564245838 6.079190545 5.626003661 5.286801758 5.739695998 4.982751398 5.411567052 5.243590821 5.624855314 6.208714374 5.735694947 5.403226401 5.813961381 4.762117529 5.279931743 5.49253134 5.516559569 6.268181436 5.846351123 +LQ09X033050 Putative Peptide transporter PTR1 5.485747971 5.493133821 5.632550848 5.219702625 5.465368663 5.768018357 5.829242485 5.323587871 5.350906002 4.977241562 5.205811786 5.522358675 5.569017898 5.994587056 5.462267882 5.654603026 5.268156226 5.325094161 5.383394476 5.180090049 5.433219021 5.521795831 5.403667371 5.250730728 5.466872369 5.284007421 5.631352486 5.225441851 4.998456984 5.335684176 4.693607362 5.284151805 +LQ09X033070 Protein FAR1-RELATED SEQUENCE 3 12.14273642 12.35052088 11.75611768 11.44603891 12.19862527 12.454111 12.21379553 12.49297386 12.27145277 12.10576347 12.05101563 11.8657218 12.12704642 12.58153573 12.16047157 12.85216704 12.26201149 12.33926877 12.3645398 12.67709557 12.30057021 12.26081363 12.64983966 12.54986958 12.19161785 12.04197881 12.09135009 12.36236124 12.01280358 12.34326355 12.59721665 12.66321241 +LQ09X033080 Serrate RNA effector molecule 10.05166916 10.54821057 9.695492383 11.30226916 10.91599917 11.72378705 11.9586248 12.41981363 10.32740629 9.79917404 10.11640893 11.22214124 10.51332393 11.84021889 11.7323909 12.33189902 10.53595349 9.999084566 9.66359735 9.419185886 9.457422105 10.45236342 10.22155669 10.81887637 10.22144233 10.03942361 9.491488245 10.01123903 9.681721187 10.71743726 10.35551016 10.81529683 +LQ09X033090 60S ribosomal protein L30 5.419200924 5.797126112 5.656658063 6.12204083 5.615546031 6.105411706 6.114331335 5.385839153 5.877670605 6.427160418 5.741745317 6.260630876 5.88491947 6.331271052 6.555993345 5.511938699 5.480339199 5.288054994 4.935420473 6.058288841 5.616975989 5.544141478 5.842990934 6.617553255 5.608269529 5.415065075 4.867573096 5.026430034 5.230214162 5.598222669 5.566977479 6.128409997 +LQ09X033130 Predicted protein 6.861723718 6.789877303 6.57973261 6.433134409 6.900545997 6.509138361 6.562109047 6.591455252 6.791763715 6.270942128 6.737245773 6.519981184 7.060113095 6.599212516 5.851443367 6.753322249 6.612316267 7.766901036 7.053974903 6.635353688 7.176485561 7.327013599 6.181518563 6.350790214 6.890432637 7.597929937 7.722549 6.268299054 6.956390956 7.494452786 6.850178149 7.23805257 +LQ09X033150 Protein ETHYLENE INSENSITIVE 3 12.17209728 12.16454764 12.62265238 12.39149417 13.23052627 12.72317177 12.41816895 13.88230107 11.87500588 11.2930434 12.08322448 12.31313175 12.71358589 12.81665847 12.1856089 12.77476318 13.08546275 12.87535841 12.63975718 12.75267268 12.38172519 13.304512 12.64821379 13.30939353 12.15823788 12.10125008 12.28989015 12.83032181 12.71260853 13.73063642 12.85543346 13.76175694 +LQ09X033170 L-ascorbate oxidase 4.968582266 5.540021377 5.201914047 5.639219654 5.731071717 5.243633359 5.523654165 5.164973354 5.078946789 5.732713296 5.45712053 5.641982388 5.370796725 5.443117674 5.943493649 5.329366705 5.569899571 5.022003588 5.15810681 5.107738075 5.304049251 5.66447947 5.913486708 5.052359892 5.625817428 5.038421897 5.108480943 5.221979638 5.048571823 5.416103848 5.623326793 5.150306522 +LQ09X033180 BRASSINOSTEROID INSENSITIVE 1-associated receptor kinase 1 14.58167516 14.55870316 14.60256338 14.59326459 14.86407908 14.31937757 14.33563748 14.12059969 14.6380605 14.08140667 14.69696726 14.81687052 14.86127256 14.64834366 14.41310872 14.46344899 14.63925916 15.07091155 14.51865498 14.72654819 14.47122577 15.06531573 14.20494114 14.61857281 14.57411513 14.75655061 14.54266182 15.06658961 14.60082736 14.82822531 14.35056606 14.83039533 +LQ09X033190 Protein argonaute 4B 4.949722327 5.320035963 5.008913083 5.087620765 4.796264628 4.974957525 5.161739803 5.002192138 5.169316699 4.81309148 5.013087121 5.003118435 4.738361668 5.10423426 5.156087158 4.970387953 4.864217231 5.30090114 5.074878463 5.538679889 5.172111066 4.953226859 5.508281322 4.8369954 4.989828982 5.391972275 5.486073895 4.993749316 6.060841229 5.05834221 4.956569321 4.94644572 +LQ09X033230 Lupus la ribonucleoprotein, putative 6.406738722 6.295635503 6.914436173 6.359797651 6.98812231 6.893661615 6.369358472 6.976045298 6.256975318 7.231369117 7.285066866 6.030683568 6.769630802 6.628698606 7.169817338 6.253929162 6.898742497 6.871690063 6.113840031 7.907101177 6.910119851 6.376715536 7.569230002 7.293194108 6.670430606 6.898152263 5.711766627 6.890004165 7.285803265 6.661846929 7.860525856 7.384588858 +LQ09X033240 Putative uncharacterized protein 7.024834758 6.278578104 6.003597494 6.388564144 6.31509232 7.048851102 6.656774585 6.751366753 6.97263061 6.26396463 6.198992318 6.030466163 6.590746766 6.552314764 6.611413486 6.761099717 6.080548056 6.802840957 7.014973668 5.734733851 6.583084638 6.414203851 6.743198338 6.224414593 6.590686027 6.390578789 7.226738091 6.406262632 6.284047374 6.979166657 6.561895802 5.973976925 +LQ09X033250 Putative ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.57941992 6.61794496 5.609088961 5.816094534 6.044041026 4.831210493 5.489140242 5.367790145 6.567117068 7.344580244 5.89632087 5.723900499 6.357829665 5.017846136 5.605481657 5.447901332 5.734634802 6.930717514 6.918726269 6.191843485 5.643077113 5.719454965 5.326142066 4.960940961 5.600449573 6.944714521 7.624687235 5.691083742 5.643899184 5.907011732 5.163839633 4.506692608 +LQ09X033260 Predicted protein (Fragment) 4.936797925 5.141998636 4.683967476 4.721592844 4.673118553 4.912427971 4.921657968 4.8429226 5.02697974 5.005598241 4.76040347 4.768527389 4.712129555 4.983702549 4.85008593 4.99044338 4.806776625 5.116563536 5.289269547 4.729574197 5.120332317 4.867164119 5.193806002 4.888852666 4.956328094 4.958500254 5.216058074 5.325777507 4.630085895 4.84001878 5.07838331 4.626325898 +LQ09X033280 Eukaryotic translation initiation factor 3 subunit I 12.4124263 12.64868786 11.43294637 12.95176729 12.03403461 13.15468637 13.35418771 13.23809336 12.73256021 13.043453 11.83953537 12.96797127 12.0560911 13.02596709 13.30720337 13.125228 12.99106809 12.34314715 12.81276549 10.98399394 11.65861693 12.43173377 11.41894905 11.96655554 12.89642938 12.7517778 12.52782717 11.59685971 11.32279502 12.16692683 11.5424351 11.89013181 +LQ09X033290 SNF1-related protein kinase regulatory subunit beta-1 5.684413157 5.916901504 5.983325479 5.59228147 6.14149621 5.877324792 5.331276594 5.991143051 5.991444015 5.780976942 5.760514755 5.358155054 5.515041121 6.406304051 5.978148657 5.91584578 5.78721082 5.328864734 5.920658678 5.583773218 5.582453833 5.704015761 5.392550393 5.266220903 5.676758167 5.572940859 5.35577194 4.966617801 5.217612212 5.646564194 5.815831799 6.078547257 +LQ09X033300 Oligoribonuclease 11.8290091 11.9585198 11.37931824 12.04678209 11.71755181 12.38562593 12.49728588 12.21381481 12.03212395 12.26680788 11.45342488 12.10317022 11.80392017 12.42690575 12.46382457 12.20582889 11.92262093 11.95881948 12.46408186 11.31128061 10.8166512 11.91021715 11.24930903 11.54092863 12.12541148 11.96882351 12.60051716 11.53341305 10.45760901 11.99025755 11.37299335 11.15270273 +LQ09X033310 Zinc finger CCCH domain-containing protein 24 4.91910044 5.260799265 5.303028865 5.028199293 5.31838192 5.281714038 5.136172893 4.976841621 4.687817916 5.147458461 5.117489304 4.956236011 4.938845056 5.147862277 5.03768216 5.027673261 4.957751765 5.037008259 5.431455144 4.864188748 4.876131293 5.04942385 5.377082966 5.084857819 5.218992175 5.178614885 5.364682925 5.088825383 5.035123626 5.000854465 5.020884536 5.292979016 +LQ09X033330 4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase 6.03507149 5.946286563 5.817530955 6.415050251 5.263989682 6.201718628 6.712425091 5.762128228 5.997295026 5.76709284 6.39201355 6.348685701 5.562768506 6.435562961 6.311538516 6.143082949 6.759411595 5.997953566 7.010549267 6.327254744 6.699606663 6.069346189 6.583642768 5.710562417 6.650688116 6.533147862 5.890437216 6.467769061 6.041579939 6.095361341 5.526019746 5.974216255 +LQ09X033340 At3g14430 13.09120472 12.86986642 13.48759039 13.23569948 13.18625284 13.13245367 13.14282524 12.88206699 13.44287272 14.12866448 13.43824137 13.14181809 13.51157914 13.2355115 12.88983224 13.10403872 12.86618335 12.95884998 12.74927123 13.46093729 13.2870421 13.26807141 12.89996595 13.15841558 13.1984977 13.37901635 13.09336596 13.42489264 12.52968289 13.25377831 12.98945442 13.10321119 +LQ09X033350 Hypothetical protein 12.00950233 11.6542593 12.16154727 11.06281113 11.62239999 10.48481659 9.562468814 10.46780711 12.14207039 12.13422989 12.27546764 11.34337819 12.23597128 10.56768842 9.930310495 10.56859063 11.08200051 11.80135643 11.87581972 12.86109026 12.69258654 12.08977515 10.41661162 10.98306638 11.91581953 12.74337381 12.00500388 12.24691391 12.98956206 10.61128729 10.07308236 11.55233843 +LQ09X033360 Putative Protein disulfide-isomerase 14.39279983 14.55677613 14.21511183 14.14230614 13.97603002 13.48874007 13.15307756 13.57703783 14.34567868 14.36214907 14.47477145 14.41424427 14.21040502 13.33391812 13.61773357 13.64982517 14.40193132 13.96644786 13.82699289 14.17904859 13.94905693 13.98469727 13.32976272 13.47061606 14.27903027 14.26002417 13.80121501 14.11209906 14.1420731 13.74778737 13.22168536 13.24607492 +LQ09X033370 Signal peptidase complex subunit 3B 12.88239757 12.61973844 12.61668569 12.48108696 12.39907339 12.59300586 12.41202512 11.89729157 13.03168414 12.87029121 12.760401 12.56697323 12.7492087 12.57315561 12.27428916 12.48329644 13.0695895 13.34492467 13.08353492 12.83202834 12.89732068 12.94302014 12.53014318 12.59148959 13.02618361 13.34750083 13.26311223 12.82022806 12.52152689 12.51435166 12.34104776 12.58106451 +LQ09X033390 Putative uncharacterized protein 13.46199801 12.92039356 13.07379483 13.03867175 13.26706872 13.04218317 13.16915946 12.98076476 13.58123401 13.77723396 13.19632986 13.36525748 13.40082452 13.28229423 13.11477236 13.24782935 13.57447657 13.57971922 13.98442345 13.07673399 13.38319473 13.01052175 13.03232967 12.68230358 13.82165531 13.77436059 14.06243374 12.86665141 12.30169746 12.85757121 12.90949654 12.71497946 +LQ09X033410 Probable aquaporin PIP2-2 5.934051336 6.199246855 6.707223372 7.04596983 6.143546038 6.858082152 6.857006965 6.679683925 5.699537599 5.656844031 6.625080977 6.878961555 6.328346301 6.585806409 7.044199137 6.884217646 5.971515643 6.295197418 5.216218617 6.484038421 7.205991817 6.519414857 7.274911866 7.071637923 5.472956661 5.399431975 5.166504786 6.375589355 6.505101384 7.089545208 6.405639701 6.767882566 +LQ09X033420 60S ribosomal protein L12-3 14.29079002 14.5152383 13.62513405 12.77794781 12.91473311 12.6039307 12.77590436 11.99330643 14.35297688 14.84713579 13.74708063 13.06431802 13.13281716 12.53407249 12.15041859 12.09969736 14.03746563 14.19877855 14.07391697 14.06604771 14.37966352 13.32925001 13.67931974 13.20439586 14.46542533 14.53128464 14.71996586 13.46009863 13.97747146 12.3342571 13.32923748 13.34900565 +LQ09X033430 Predicted protein 11.42431573 11.49610672 12.21523878 12.25517344 12.29483455 12.30511473 13.58124744 13.7349877 11.33111246 11.34241599 11.92515518 11.93763575 11.74752321 12.59638241 13.32643898 12.79167375 13.02536408 13.94260534 12.00324041 13.40928166 13.50299636 11.97569393 13.89689444 13.38483676 10.69628451 11.58508083 11.58963872 12.77641052 12.28419971 12.13564234 14.00760304 13.48410704 +LQ09X033440 Putative Protein SAND 10.36602734 10.08930132 10.17951946 10.7340259 10.28333699 10.90588611 10.44274011 10.85855762 10.34089179 9.699411323 10.25550681 10.41510132 10.25380146 11.17233506 10.31943039 10.80963219 11.16708533 10.29433284 10.16088286 10.26338835 10.77611409 10.34275003 10.68375741 10.45195015 10.8216087 9.844862736 9.978977243 10.66613996 11.09333901 10.70725149 10.7700087 10.46195817 +LQ09X033470 Homeobox-leucine zipper protein REVOLUTA 5.745459334 5.147516979 5.040509144 4.879588606 5.054675252 5.015484822 4.953571718 4.976873748 4.970692006 5.100889495 5.196738529 4.828794336 4.826898925 4.763889109 4.818537826 4.718975977 4.761719338 5.074057316 5.120389368 5.229169653 5.426779496 5.022577132 5.027568954 5.500057175 5.127222852 5.035368025 5.137277598 5.287093141 5.11545936 5.325266136 5.272982066 5.459745354 +LQ09X033480 UPF0497 membrane protein At2g28370 12.67338059 12.56153362 12.58704854 12.75115777 12.7959948 12.29976034 12.35208317 12.23690411 12.56199905 12.3265564 12.43677888 12.63956708 12.87788403 12.30867978 12.02146408 12.36065308 12.82719584 13.33720012 12.88586706 12.44737826 12.58090668 12.56362557 12.45825265 12.16293664 12.564489 13.12499114 12.88139677 12.618365 12.52020261 12.38252805 12.37373581 12.20878401 +LQ09X033490 Putative uncharacterized protein 10.92889798 11.33809647 11.31080359 11.18303532 11.54062949 11.7493149 11.73886468 11.90729873 11.05181433 10.88490625 11.16496831 11.11310119 11.198495 11.88402805 11.77842387 11.56261309 11.02809708 11.06215358 11.3266179 11.72036254 11.60080934 11.62515379 11.88201683 12.49939235 11.26490877 11.24369871 11.71960053 11.56162628 11.93841586 12.08171122 12.00153217 12.55172068 +LQ09X033500 Ubiquitin-like protein 5 5.660941607 5.204847652 6.090291911 6.381938593 5.057234825 5.713017159 6.441889125 5.129236122 5.488861995 5.447717355 5.946817408 4.993458884 5.690618466 5.058423448 6.177067494 5.030506909 5.270015179 5.3525965 4.7995761 5.352866538 5.442224246 4.9060992 5.459575311 5.41951043 5.284707948 5.226073069 5.098990011 4.960799233 5.082044439 5.091756517 5.742917489 5.111965357 +LQ09X033510 Auxin response factor 18 12.34634984 12.79015672 12.43987209 12.09437622 12.79943526 11.70407004 11.57005122 12.30693793 12.66465694 12.67658659 12.90546359 12.22703683 12.86323456 11.86105371 11.87022641 12.24527483 12.08512507 11.9922716 11.97129475 12.70827219 12.33208504 12.68297761 12.59004794 12.38352152 12.30552163 11.85296815 11.78991594 12.65758227 12.20465455 12.70855256 12.63409313 12.49128566 +LQ09X033520 Putative GATA transcription factor 11 11.39584904 11.32540999 11.64398554 11.71734203 11.76484889 9.160975059 9.20139016 8.532534124 11.54627591 11.40604953 11.96295454 12.00915541 12.37067453 9.453798611 9.498528727 9.277889482 10.62138598 10.30712772 10.62651172 11.38748929 11.36140443 11.82534027 8.217248685 8.282830861 10.97051474 10.90153205 10.667936 11.71614127 12.05073353 11.43782334 9.055983994 9.016825249 +LQ09X033530 Protein-tyrosine sulfotransferase 4.908128132 4.811823642 4.573826762 4.47385453 4.759657438 4.679934229 4.518079116 4.757586805 4.670770238 5.03145771 5.188352557 4.631135564 4.892370119 4.491922935 4.481277481 4.541111699 5.161738034 4.745560046 4.965930171 5.394358185 6.18509424 4.640667801 6.613601604 6.097781033 5.132408962 5.06220716 4.996337212 6.721884656 5.489562685 4.235876326 6.002180933 5.580776093 +LQ09X033540 Putative uncharacterized protein 6.780397391 6.680125683 6.495412175 6.844134088 6.860703595 6.822726578 7.471446129 7.012033368 6.790677253 6.912532395 6.122652391 6.713300724 6.975101899 6.605168897 7.12778194 6.627538379 6.280079369 6.62516712 7.111455353 7.218941806 6.416756738 6.795990966 6.269192076 6.456409788 6.452173218 6.678512392 7.127789306 6.571862291 7.325587208 6.835276298 6.36623967 6.799341402 +LQ09X033550 Uncharacterized membrane protein At1g06890 5.555916823 5.447725734 5.563278356 5.724914461 5.802416056 5.323584052 5.638889993 5.404063522 5.215742012 5.159323069 5.377225402 5.776695377 5.532091318 5.157594273 5.310020195 5.473244469 5.351266648 5.145932982 5.193570053 5.634633732 5.33583633 5.055336796 6.313911418 5.117598227 5.274547951 5.225974529 5.15287553 6.131492385 5.980132593 5.596895351 5.319064677 5.146940968 +LQ09X033560 Predicted protein 5.135628956 4.68710966 4.819837417 4.963878822 4.961734141 5.216074321 5.376748636 5.126169051 4.805146161 4.887710054 5.138948608 5.224387129 4.821915968 4.989073422 5.179784794 4.911128245 5.015923494 4.778552408 5.280908443 5.246573291 5.127095907 4.618084689 4.919182699 5.733340272 4.768682037 4.992922037 5.06085134 4.813389571 5.158577947 4.71574336 6.039133463 5.314021721 +LQ09X033620 Kinase, putative 10.38212728 9.629714311 10.36050799 10.47278687 10.37853807 7.642747738 7.175919418 7.827361375 10.30572034 9.540535098 9.962666395 10.14063925 10.39531078 7.770448492 7.164788957 7.729887948 9.470199215 9.833062498 10.15142488 9.543510877 9.906175662 10.82259035 5.463945513 6.906673424 10.0300338 10.56029091 10.73347303 9.74559352 10.77165924 10.29363109 5.599496819 7.079069177 +LQ09X033630 Putative Uncharacterized protein sll0103 6.287898124 5.897877927 6.776867357 6.272311572 6.04627759 6.424531266 6.470046299 5.85294683 5.807442201 6.28010521 6.314994676 6.093756877 6.357846014 6.316225319 7.405796216 5.982792171 5.658971588 5.891640382 5.300481493 5.328237595 5.516750547 6.082758204 5.669721098 5.606885246 6.066618537 5.703578851 5.650519044 5.678991552 6.27071402 5.959560212 5.408410145 5.891775107 +LQ09X033640 Hypothetical protein 9.142389056 9.188256075 9.839787716 9.004565 9.858702872 9.954541816 9.487547735 9.498734691 9.450624389 8.430891585 9.984455383 9.313598793 10.0727621 9.962430969 9.370188084 9.676853947 10.41475882 8.741340553 10.00583162 10.33155983 10.46529534 10.23561226 11.11917397 10.76947243 10.36453132 9.15126206 9.778433908 10.84416139 10.65880386 10.32715007 11.13424634 11.0121518 +LQ09X033670 Putative Protein of unknown function DUF1677%2C Oryza sativa 14.11480015 14.39991077 14.03039752 14.0013162 14.07490517 13.51733126 13.79088234 14.07990415 14.104054 14.01468682 13.8629308 13.81231033 13.81125296 13.83131829 13.91840538 13.65684998 7.284899773 7.050205467 6.261254354 12.66001329 11.04049809 5.98369951 8.515050782 5.865368722 12.25094108 10.6857456 6.117353034 7.995121437 12.70827307 5.980130215 12.87209669 5.589941688 +LQ09X033690 Predicted protein (Fragment) 5.317563698 5.329127495 5.353818308 5.036920046 5.197858951 4.92468669 5.045633338 5.305368305 5.31558117 5.666332425 5.413750691 4.973964401 5.04806654 5.246303325 4.927719222 5.164623659 5.206021358 5.324286482 5.104734205 4.983573942 5.021606366 5.130771945 5.183704316 5.716431854 5.354394367 5.096936811 5.244983933 6.457972948 5.512416266 4.925564843 5.587551652 6.080110011 +LQ09X033710 Phosphatidylinositol N-acetylglucosaminyltransferase subunit A 7.946559461 7.775838972 7.230736008 10.03053509 8.498365092 10.18052608 10.62221046 10.18537433 7.988775657 7.701536527 6.959724434 9.208796068 7.447573065 8.98629652 10.82573059 9.799983786 6.689283686 6.358410294 4.962949062 7.200844413 6.598248499 6.424091648 6.509559217 7.553508557 6.491056623 6.678119327 5.457603795 6.992111999 5.833268096 7.240131195 7.635310931 6.727927299 +LQ09X033720 RuBisCO large subunit-binding protein subunit alpha, chloroplastic 14.86935053 14.48884483 14.33055606 14.75387547 13.64772476 15.17820561 14.75253773 13.53626035 14.01611214 14.07609496 13.70179566 14.55161821 13.45770459 14.90953646 14.5630062 13.76221608 14.17568 14.60208965 13.58153803 13.51055363 14.63720213 13.46616055 14.32182042 13.73034873 14.11574257 14.14642044 14.10491043 12.99555134 14.39527356 13.97692935 14.25974646 13.98404839 +LQ09X033750 Putative Pentatricopeptide repeat-containing protein At2g28050 5.394041431 5.625569571 5.54901458 4.851873932 5.780408229 5.048149731 5.304783414 5.053729783 5.361722815 5.479353821 5.390884112 5.1777852 5.744099523 5.081282555 5.497432598 5.247681352 5.161378657 5.482451841 5.509025136 5.632115534 5.490149397 5.538173415 5.414872895 5.80089899 4.954961465 5.528310235 5.370708499 5.959519091 5.545159117 6.034937557 5.519752797 6.164100298 +LQ09X033760 Hypothetical protein 6.702513824 6.0364641 6.45338037 5.816634552 6.317207252 5.843945104 6.00373049 6.125071229 6.540579407 5.650588417 5.857545958 5.516983302 5.859553671 5.782759185 6.714031712 5.94070118 5.36742937 5.757805363 6.014335848 6.00025958 6.074963538 6.092668455 6.385794126 5.473302746 6.194677303 5.520233971 5.791207107 5.476467651 5.690127853 5.662142352 5.63939859 5.446451449 +LQ09X033770 SNF1-related protein kinase regulatory subunit beta-2 13.46820007 13.3881121 13.69683375 12.64947009 13.30484946 12.91058946 12.9951876 13.11572557 13.66782791 13.47945816 13.76843584 13.12593598 13.44950733 13.08844498 13.12702923 13.24760312 13.21788484 13.72073321 13.46538714 14.21473782 13.91872308 13.4005793 13.89648314 13.79635913 13.47162073 13.67900047 13.48977968 13.7693659 13.96018294 13.2604887 13.79621173 13.77242746 +LQ09X033780 High-affinity nitrate transporter 5.592336719 5.689931914 5.690837815 5.474292653 5.844540106 5.538501937 5.44971726 5.685955858 5.920834028 5.114860442 5.693197463 6.012549086 5.984038136 5.520348458 5.397050659 5.43491038 5.921092809 6.006597434 6.768578856 5.176868316 5.913275317 6.01793961 5.795807696 6.171247934 6.024025457 5.776121534 6.491608977 5.46474027 5.600422673 6.231890828 6.285570394 5.381114399 +LQ09X033840 Cell division cycle protein 48 homolog 13.57349584 13.9459857 12.96547227 13.15673297 13.45778351 13.57767457 13.43616918 13.91263124 13.50355442 13.86552287 13.09303269 13.00788051 13.25372104 13.72443928 13.5756185 13.85512256 14.057048 13.77441759 14.37630259 13.35909419 13.02428612 13.61738637 13.51334899 13.74675006 13.73567103 13.57260347 14.21484475 12.96119911 12.80500842 13.66688101 13.53391254 13.69446578 +LQ09X033850 ABC transporter G family member 3 11.50603116 11.56026145 11.00540985 11.3018044 10.98954856 11.03690743 11.02991467 11.39559542 11.69534686 11.18270834 11.31560108 11.21179901 11.10140344 11.34627868 11.30262612 11.30637782 11.49606946 10.9449955 12.01045308 11.17845573 10.55493254 11.16458854 11.23830336 11.50428975 11.76632534 11.25704944 11.88368358 11.34956244 11.07817147 11.23387038 11.22657969 11.33901845 +LQ09X033900 ABC transporter F family member 1 6.242907918 5.795288302 6.013794024 5.554364611 6.470883127 6.211384322 5.471839785 6.094648891 6.479270873 6.29789999 6.205151295 5.647973675 6.366616089 6.121052466 5.821316861 5.927050242 5.983678716 6.201215409 6.270747535 5.81924602 6.048816091 6.275655195 5.535242221 6.396700843 5.963440851 6.207293171 5.904388434 5.956289595 6.490751359 6.044923171 5.764072473 5.955859781 +LQ09X033920 Predicted protein 12.75811614 12.57720842 11.89894772 13.0656599 12.68247716 12.42754659 12.56222019 12.78297911 12.50386363 12.24311426 11.99215616 13.12430395 12.2413413 12.57246767 12.9647432 12.92247206 13.75803809 12.97306093 12.9949011 12.10911723 11.63779291 12.97861077 11.97585048 12.55679911 13.08474333 13.27393546 12.52262344 11.72814899 11.62828443 12.79586301 12.03251136 13.00015089 +LQ09X033960 Alpha-L-fucosidase 1 5.440004715 5.500214345 5.182720578 5.762716259 5.511822922 5.420652281 5.352601275 5.534103567 5.727346209 5.330294422 5.819779072 5.493413444 6.071330015 5.204845567 5.269875032 5.317218293 5.493590381 5.259766558 6.583968354 5.655872288 5.846348744 5.787822673 5.389116544 5.247671254 5.583711235 6.153654537 5.967368159 5.443254314 6.360131042 6.162942732 5.283453246 5.485627001 +LQ09X033990 Putative uncharacterized protein 5.380860967 5.417364679 6.111440951 5.327272731 5.57214993 5.436294751 4.98634583 5.281983093 5.045741276 5.185306552 6.02574583 5.400562667 5.542752538 5.203022655 5.36654627 4.973848565 5.634013137 5.218243551 5.231878358 6.114373627 5.624778462 5.34893555 5.61443694 6.100965663 5.302525644 5.643566278 5.145573601 6.112559456 5.349756917 5.676559129 6.040030478 6.064181457 +LQ09X034000 Serine carboxypeptidase-like 48 8.529895993 8.6508013 9.455361294 9.294421752 9.227893989 7.724882179 6.789656338 6.671937539 8.691359631 8.190266252 9.420585124 9.694743213 9.799282786 7.724950417 7.370937177 6.944816454 8.388155376 8.527152926 8.215015775 9.173315605 8.835243197 9.460391251 6.64117882 6.818820652 8.853930945 8.984943244 9.553442297 9.928660461 9.761751114 10.23078566 6.313408588 6.613408583 +LQ09X034010 Vacuolar protein sorting-associated protein 24 homolog 1 5.431650208 5.065275908 5.508385384 5.562991628 5.448613013 5.402711806 5.579406771 5.417693013 5.785468458 5.30458553 5.381638146 5.700829937 5.529578605 5.687273437 5.58226688 5.671637908 5.265406211 5.217300991 5.212675407 5.684395844 5.052696119 5.430276647 5.102370943 5.035894851 5.208576067 5.315557895 5.015814013 5.520928122 5.205802811 5.691931303 5.233308714 5.667241592 +LQ09X034020 Probable xyloglucan endotransglucosylase/hydrolase protein 32 6.041620226 9.008177035 10.33541201 11.84350793 12.90734718 9.835303386 9.294205245 9.464039041 6.270494927 8.559242558 9.67835637 12.48159003 11.49770932 10.60217145 10.76692077 11.39143204 6.225797958 6.488430232 6.155889867 8.647599763 10.66760957 11.91432744 8.176435651 11.15713411 6.346850616 5.544544043 6.878109598 11.52847241 10.35142409 14.00332445 10.39274223 11.07425526 +LQ09X034030 Transferase, putative 11.29535319 12.05643512 12.31617515 13.06507204 13.03434857 12.15794028 12.02817899 12.64944509 11.48948026 12.12575506 12.31422681 13.23809141 12.88141461 12.28188204 12.59678527 12.6115681 11.37696544 11.75557819 11.74183577 12.85291205 12.81348257 12.86795816 13.187555 12.67532811 11.83066844 11.54062463 11.77451059 13.32956431 13.01443333 13.77758195 13.11538007 13.17847269 +LQ09X034060 Shugoshin-1, putative 10.81030861 11.42627875 8.308176284 10.18754388 9.318671704 7.352922243 7.135661416 7.245431571 11.45751993 11.64522707 10.2028342 10.93299119 10.70298143 7.590837176 8.488228115 8.112406725 9.539519602 10.01782943 9.461652247 9.60245973 9.393352795 10.41233292 6.269554082 7.208598205 10.36900577 11.47419752 9.659960773 9.445919126 9.377069699 10.15193342 6.441628393 5.04840565 +LQ09X034070 Predicted protein 5.222571895 5.759647779 5.784508033 6.514846225 6.094842228 5.756634556 5.650199931 5.697277278 5.550806691 5.127107031 6.067501994 7.467105523 6.823314282 5.950950096 5.452002679 5.53712965 5.450046393 5.181611887 5.367698002 5.29067698 6.195375208 6.464577929 5.195976237 5.553193574 6.028688887 5.112168187 5.100720608 5.483101107 5.80690915 6.299398407 5.029875412 4.853483158 +LQ09X034100 Putative RING finger and CHY zinc finger domain-containing protein 1 8.494988641 10.89107373 11.76034619 12.73597072 13.2292469 11.66258361 13.74018466 14.7696115 10.03828412 11.23996573 11.63785308 12.85887703 13.49721338 12.4741287 14.62049476 14.47951742 12.10400679 11.64746171 11.57368582 12.35550869 12.95733043 13.23059182 15.17072401 15.09154085 9.815813146 10.27794548 12.25184139 13.12248179 13.23646587 14.40252909 15.02186924 15.00680092 +LQ09X034120 Probable protein phosphatase 2C 25 11.02822153 11.57859564 9.970398559 10.53776021 11.68455663 12.70707923 12.79861125 14.01127408 11.4830488 12.11464284 10.76018336 10.41352071 10.56038836 12.54084523 12.90544939 12.89420218 12.50018412 11.45886752 12.00047742 10.56459506 10.4860231 10.71875713 12.56000298 12.64081782 10.81557681 11.24153037 11.84690307 10.22597506 10.04501744 11.69572616 13.00415882 12.64791964 +LQ09X034140 Clathrin heavy chain 1 13.38416938 13.4606599 13.30671927 12.91637861 13.25243022 12.70735065 12.65596454 12.94014197 13.32792096 13.2900658 13.57892746 13.24165893 13.23684654 12.71807339 12.54821776 13.24841658 13.44631782 13.83366723 13.49228446 13.73368753 13.73276978 13.52127008 12.78105505 13.01262049 13.26124977 13.80545909 13.22949391 13.42134575 13.3956921 13.16588027 12.8793854 12.96812627 +LQ09X034150 Ran-binding protein 1 homolog c 14.14752627 14.45653434 13.6644 13.45255764 13.63863718 13.25728196 13.24208303 13.16029601 14.34977378 14.51231797 14.00055548 13.96656696 13.92484407 13.51270641 13.7206109 13.41572582 14.41719226 14.12762431 14.55539795 14.20752299 13.69701062 14.35077772 13.65298004 13.73076534 14.74671918 14.52691645 14.75390912 14.09200333 14.15709838 13.87018424 13.76288991 13.85956705 +LQ09X034180 Predicted protein 8.741226073 8.672121978 9.399675385 8.919601819 9.956266697 6.819998183 5.982341322 5.819484009 9.139919225 9.322626571 9.8436079 9.397936616 10.24239529 6.262381891 6.264477145 6.574964901 8.475415636 8.748898947 8.793330016 9.309666738 9.566591919 10.38887828 5.666367202 5.232140037 9.175441818 9.903948906 9.848278767 8.99054733 10.48100382 10.12611367 4.804444771 6.198790749 +LQ09X034190 Putative 6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1 5.577876125 5.517092129 5.151501723 5.750929713 5.495001301 6.514552656 6.267377297 6.345510776 5.383290751 5.733704983 5.393395971 6.103982432 5.559042171 6.070686328 7.003521699 6.348367488 5.345752003 5.563059037 5.453768509 5.135725363 5.25066643 5.754550427 5.452607117 5.318187221 5.624273963 4.974108623 5.754500499 4.910731175 5.110765565 5.459682012 5.381062043 5.050438176 +LQ09X034220 Zinc transporter 6, chloroplastic 5.491659895 5.428167013 5.819104866 5.595177723 5.607453126 5.679062435 5.372926596 5.941309947 5.824823111 5.444558425 5.238925822 5.770133056 5.141371085 5.348975242 5.362034605 5.542586951 5.522677009 5.815564899 6.400462277 5.396505636 5.70093055 5.52451219 6.057114986 5.227330452 5.767010355 5.699420048 6.291504463 5.180931933 5.69257223 5.237730715 5.944018142 5.385684714 +LQ09X034230 Predicted protein 5.291412829 5.463959521 5.342360593 5.872895208 5.347498323 5.849980875 5.757080312 6.38530241 5.602937951 6.179381272 5.373615887 5.445369467 5.571173408 5.403674918 5.453641376 6.307192445 5.911154671 5.994751441 7.025536015 6.522093461 5.239283353 6.155702189 6.814715591 7.264057157 5.879505155 6.696396792 7.140009938 5.283605163 5.596412049 5.893980817 6.229072904 6.896171318 +LQ09X034240 Putative uncharacterized protein 9.161996617 8.844614321 9.216846377 8.263373975 8.839507601 8.705485958 8.532983598 8.586932826 8.848854618 8.412751216 8.423500176 7.594218869 8.138890431 8.164861431 8.111580396 7.604627339 8.332446312 9.34238929 7.428900923 8.921484569 9.650492097 8.626302566 9.935218318 9.984121085 8.671298689 9.494725758 8.58069225 8.931137685 9.610465987 9.223080072 9.959881629 10.09583049 +LQ09X034250 Predicted protein 5.679299596 5.929346145 5.653680721 6.11080193 5.767605963 5.952824087 5.922272317 6.068506482 6.011919123 5.749582409 5.349945599 6.546631649 5.960517719 5.337398967 6.280637543 6.006113164 5.638092717 5.877756137 6.249368023 6.003648426 5.857635982 5.594348115 5.759035426 5.818431351 5.848976608 6.359072884 6.06481373 6.201970798 6.310580772 5.78096502 6.012492094 5.735016552 +LQ09X034260 Putative uncharacterized protein 12.29374865 12.69884601 12.5048499 12.50780927 12.3896814 11.9775857 11.97072706 12.0526381 12.22315541 12.25253365 12.43896585 12.14669282 12.48912035 12.23648483 12.04043176 12.46002506 12.63140617 12.8680368 12.41250979 12.34414772 12.51707029 11.95791297 12.65890019 12.52502649 12.25507853 12.37423665 12.67871938 12.06835813 11.98242291 12.15933223 12.54327864 12.29753981 +LQ09X034320 Pentatricopeptide repeat-containing protein At2g30100, chloroplastic 9.583815215 8.885591487 10.30601583 11.26773143 10.18797753 12.25794083 11.90813874 11.44658936 9.180191778 8.263947276 9.939476224 10.61507694 9.919276711 12.05999102 11.63752593 10.68312839 8.966369798 9.289867774 7.109705939 9.439321236 9.850984735 9.582606874 10.9477896 10.17360532 8.580855977 8.434564726 7.139805013 9.819492594 10.00921914 10.85417808 10.85180474 10.11081671 +LQ09X034330 Ethylene-overproduction protein 1 8.6207443 8.631178277 9.110102317 8.929051913 9.346948003 8.915912684 9.587946178 9.821539956 8.764011037 8.857985405 9.275350549 8.965844871 8.780665957 9.086527752 9.708480152 9.211669805 9.266850604 8.234433078 7.295990699 9.874290316 9.454324999 8.965170306 10.36270138 10.16510388 8.76604261 8.240116325 6.972166394 9.618020571 9.47143281 9.443421922 10.33107413 10.24270005 +LQ09X034340 Putative Probable LRR receptor-like serine/threonine-protein kinase At5g45840 8.620827144 8.584878547 11.28991892 12.4482959 12.84769995 8.687697353 8.219157208 7.908995075 8.819827352 8.434795306 11.21768639 12.80876964 12.50370399 8.981225575 10.00734949 9.112668028 8.686516144 9.2105918 8.27475839 11.94779242 12.6183267 12.5487719 8.498628939 9.016396645 8.711533134 9.727805605 9.51501524 12.93634839 12.49190004 14.32065701 9.06362827 9.74253156 +LQ09X034360 Putative uncharacterized protein 5.723381513 5.924875518 7.344153039 5.868006583 5.748026721 5.771566628 5.75576397 5.618097808 6.144706884 5.548009801 6.933940068 5.753664874 5.888737312 6.031603752 5.435763367 5.765508027 6.075642352 6.01917546 6.057444497 5.980174727 6.066734364 5.7518672 6.507809789 5.914974785 6.127662898 6.008220072 5.888983572 5.578503086 6.049868837 6.068099562 6.670945841 6.062891834 +LQ09X034370 LRR repeats and ubiquitin-like domain-containing protein At2g30105 11.7410611 11.92048215 11.60994193 11.94965767 11.40037596 11.68226366 11.97527708 12.2051465 11.80946239 11.80602542 11.71196932 11.81141815 11.30970197 11.85859624 12.16440589 12.27519925 12.27611542 12.20453371 11.94094247 12.02472734 11.68843679 11.72420107 12.52855809 12.1370028 11.61362775 11.73412485 11.82756874 11.64887044 11.40698507 11.79558168 12.37640388 11.81216646 +LQ09X034380 Ubiquitin-activating enzyme E1 2 14.16579471 14.34831782 14.59370766 13.96296004 14.36347148 14.04855699 13.65210433 13.93208093 14.43130743 14.29723714 14.64193972 14.03078624 14.56711028 14.05683014 13.61536916 14.10692889 14.79358761 13.3504835 14.08328908 14.60982119 14.27390038 14.05161077 14.28356493 14.39752173 14.30669924 13.51355143 13.89256334 14.79977937 14.08576105 14.18602909 14.28553128 14.28098328 +LQ09X034390 Ubiquitin-activating enzyme E1 2 6.116076091 5.126816706 5.115979566 5.644928675 5.751560959 5.603741077 5.468949846 5.543359719 5.808426802 5.017554071 5.860748009 5.597687261 6.276034308 5.307072355 5.700771948 5.420772339 5.44656151 5.591258745 5.785318192 5.154283458 5.877354204 5.429387769 5.218783547 5.74576888 5.617852845 5.93744759 5.587712012 5.522003835 5.912689632 5.628325004 6.067542536 5.18817585 +LQ09X034400 Putative uncharacterized protein 5.255246102 5.785128568 5.94526986 5.69501512 5.439987237 6.091942284 5.530786627 5.571230237 5.521441758 5.19257936 5.756475587 5.679121709 5.609601628 5.890159326 5.470197654 6.086801137 5.680378994 5.365512227 5.063802249 6.04169525 5.666126133 5.873003147 6.496796017 5.333073758 5.680723512 5.477917382 4.995662727 5.214114053 5.338822663 5.443987011 5.625370905 5.589617451 +LQ09X034420 Predicted protein 5.09182112 5.208193263 4.768740639 4.938321338 5.390613022 5.206740798 5.352049396 5.291316754 5.085018126 5.243217121 5.185905514 5.129257367 5.261830901 5.135147113 5.176071843 5.548576579 5.054255255 5.433915672 5.075488555 5.372886995 5.630023938 4.983781624 5.113168241 5.515402272 4.962428605 5.165863305 4.968114488 4.856555136 5.432727655 5.358989462 5.70233461 5.332367381 +LQ09X034430 Putative uncharacterized protein 5.62064416 5.880492511 5.078830725 5.770928641 5.746211441 5.861055104 5.707441822 5.712420891 6.146337321 6.674466895 5.133284773 5.618714354 5.925920061 5.642068179 6.883907533 5.718456366 5.935181102 5.713108576 5.949775477 5.317413495 5.082268095 5.255804583 5.413494707 6.020486673 5.517594855 5.516914071 5.824001354 5.327111956 5.453604054 5.182548038 5.629597317 5.294347965 +LQ09X034440 Putative Dihydroflavonol-4-reductase 6.36706997 5.912835587 6.083639005 6.743639793 6.193308562 6.551398361 7.150681131 6.781007653 6.395466161 6.371723595 6.250637549 6.577207139 6.478783391 7.124725578 7.445813929 7.37804625 5.589066427 6.077069989 6.434987271 5.716150442 6.18441701 6.002002023 5.659814337 5.788176242 6.376218193 5.682209493 6.059947454 5.544111757 5.833697957 5.680313502 5.581254404 6.045190954 +LQ09X034470 Hypothetical protein 14.26734084 14.96126878 14.1697446 13.0979353 14.11310343 13.60103935 13.40567497 14.03121187 14.50729569 14.64580769 14.58122668 13.5107659 14.14978291 13.97183456 13.39667305 14.10189662 14.41786432 13.62399707 14.59068374 14.51164796 14.0211449 14.1808963 14.30305985 14.33768344 14.42783204 13.98553491 14.67086857 14.50682761 14.13617532 14.02226321 14.68795708 14.4556115 +LQ09X034480 Putative uncharacterized protein 10.62789181 10.47936595 10.53231226 10.70597866 10.19943858 10.79298408 10.88805547 10.57634286 10.68051676 10.55679402 10.4207705 10.52816197 10.35945677 10.86672382 10.5799009 10.61482647 10.73358362 11.57287278 11.50727454 11.34145906 11.64079999 10.33177047 12.03926913 11.13798824 10.99202327 11.66180175 11.67157257 11.13105421 11.26769658 10.26107651 11.89394524 11.55595568 +LQ09X034500 LOB domain-containing protein 12 5.447287856 6.006612571 5.535642754 5.25030954 5.420840933 4.994803659 5.076615049 4.953687937 5.729776583 5.375868566 6.497369421 5.671366665 6.687329315 4.920494814 4.849694423 5.361457188 5.920569317 5.175655707 5.788901147 5.649769176 5.57188318 7.115743463 5.100434481 5.970128321 6.021027942 5.739104369 6.334066357 7.286170041 6.075097115 6.324747093 5.064669997 5.357474392 +LQ09X034520 Putative Uncharacterized UDP-glucosyltransferase At1g05670 11.84569237 11.16015362 11.4249512 10.99751094 11.08083932 9.40873414 9.561639397 8.694036808 11.97644164 11.31436265 11.92505124 11.05466503 11.42789084 9.550297475 9.659272982 9.295923873 10.9968512 11.53916216 11.3101695 11.20011474 11.9766341 10.82236807 9.538378686 9.234446506 11.40305965 11.6047737 11.61221258 10.97773278 12.11563888 9.558951425 9.588856619 9.679797096 +LQ09X034530 Putative Cytokinin-O-glucosyltransferase 2 8.97425885 9.971784152 7.645897952 7.644590125 8.38195999 8.413067006 8.115189997 8.968201882 8.993925698 9.862802196 8.109996738 7.745723485 8.621623866 8.715064925 8.152315463 9.114630366 11.6897386 11.0677185 12.37624345 10.20346543 9.877991494 9.734330832 8.561990169 8.736789779 11.32560467 10.60572434 11.77964923 9.476582647 9.800319511 9.067914295 8.664509298 9.295973826 +LQ09X034560 Putative Uncharacterized UDP-glucosyltransferase At1g05670 5.611213122 6.342143152 5.58265933 5.482384224 5.602977121 5.317462189 5.689740946 5.660534383 5.719866941 5.779392502 5.046851283 5.690270929 5.218723805 5.512970158 5.589532392 5.45115988 6.284986116 5.661295205 5.5121183 6.013851005 6.321586125 5.509075718 5.846005356 5.700513006 5.913916799 6.150641679 6.149415298 5.205399807 6.086043541 5.25676084 5.81977407 5.601141853 +LQ09X034570 Putative Mitochondrial RNA-splicing protein MRS3 6.169758886 5.834991877 5.740770008 5.672038141 5.911422065 6.3718195 5.984048033 5.762271376 5.989805106 6.024132358 5.501150989 5.716806346 6.051355481 6.129406249 6.152920707 5.803222559 6.126810625 6.470867335 6.038249697 6.38641806 6.24086629 5.961332714 6.431933381 6.384720778 6.430149393 6.602586837 6.157038671 6.097207221 6.121722757 6.517105904 6.845411289 6.018068824 +LQ09X034600 Putative Malonyl-CoA-acyl carrier protein transacylase, mitochondrial 11.82182566 12.09501013 11.69519172 12.18792438 11.66951328 11.8004376 12.06996166 11.39748282 11.90983427 11.955539 11.59768601 12.50880471 11.96040081 11.94396622 12.15514284 11.69495693 11.94303674 12.13222514 12.55649966 11.44310583 11.25739616 12.13051998 11.36544439 10.95185684 12.57113051 12.69129709 12.8744151 11.79302604 11.75823358 12.11025762 11.31143422 10.73251886 +LQ09X034630 Putative Zinc finger HIT domain-containing protein 1 10.45593063 10.54503296 9.987780624 10.1018847 9.731019006 9.850283836 10.24615698 9.696480964 10.29593164 10.91284559 10.09797108 9.973630749 9.783774326 10.17846667 10.09515158 10.1173012 10.48306066 11.04689115 10.32138493 10.57706977 10.58869428 9.745851466 10.35116969 10.21122254 10.58071847 10.99956346 10.54399622 9.778671674 10.19333961 9.489575752 10.30815214 10.15453358 +LQ09X034640 Laccase-3 5.488665033 5.256262496 5.762014773 5.429662434 5.492506982 5.992515005 5.562979056 5.57646121 5.660818132 5.347558064 5.34541916 5.503742525 5.650885919 5.782496536 5.306102539 5.895831616 5.605875123 5.302823893 5.416391255 5.082978458 5.877472589 5.301066011 5.267288854 5.741221018 5.64596867 5.264784955 5.784107723 5.13470344 5.210312271 5.58153099 5.227065726 5.7056694 +LQ09X034660 Sorting nexin-4, putative 5.064617817 5.49621804 5.29463405 5.388427626 5.349822738 4.957609631 5.209455418 5.031955708 5.203045171 5.484553235 4.976697309 5.644297707 5.226228204 5.096386032 5.473137324 5.188257632 4.895784462 5.03505758 5.725410979 5.009205017 5.425374868 4.89614997 4.819855172 5.064132723 5.03307123 5.086024809 5.510869788 6.08596285 5.667156173 5.002280189 5.309923454 4.852804563 +LQ09X034670 PRA1 family protein B4 5.805873056 6.230157537 5.673297307 5.599248432 5.949602489 5.551171634 5.500732364 5.275470009 5.706205583 5.898721439 6.711138207 5.578705774 5.913457246 5.76435257 5.217985667 5.658563547 5.824957819 6.156766737 6.153905804 6.173633495 5.7095286 5.818848746 5.779804195 6.404652862 5.854259691 5.971186686 5.703846431 6.319116346 5.845882661 5.736731962 6.115134708 5.861764231 +LQ09X034680 Putative uncharacterized protein 10.55371965 11.07155755 10.49821305 9.633672537 10.76471787 9.823718566 9.886752787 10.60596642 10.45753254 10.86855682 10.34091518 9.627756684 10.69167439 9.967502434 9.889723996 10.39759421 10.36518484 10.23967682 11.46252544 10.8607783 10.90613638 10.7254492 11.26378831 11.6563581 10.97717891 10.89711575 11.90653493 10.53454194 11.53675992 10.6829538 11.32053353 12.10026012 +LQ09X034710 Predicted protein 12.0002669 10.70285841 10.69234086 10.71480885 9.562556553 8.418583379 7.00951 7.729339574 11.90050375 11.49637905 11.19750583 10.40213146 10.98756299 8.286407856 8.944517637 8.663837339 11.81439116 11.65570914 11.27563876 10.4912441 10.69820653 9.560583416 6.819718219 6.930484268 11.97544942 11.8766112 11.14108052 10.25795256 11.26740924 7.715642738 5.976470702 5.733560939 +LQ09X034740 DNA-binding protein 10.44770374 10.97041274 10.29463903 9.806363995 11.73585821 11.26168875 11.36052892 13.14396304 10.63613082 10.28410506 10.07302094 10.02678341 10.96232742 11.51589372 11.69080734 12.47991592 13.40775642 13.03946011 12.78054233 12.96048072 11.83281281 11.53374182 12.73078431 13.55082553 11.28297717 11.37462354 11.75086432 11.54337903 11.30215192 12.20306123 13.14909762 14.24620005 +LQ09X034750 F-box/LRR-repeat protein 3 7.427789785 7.405662883 8.012355816 7.446104212 7.027407081 6.487065855 5.680192276 6.265091179 7.347990801 6.463219403 7.709528799 7.216600831 7.297290916 6.289798954 5.62993431 5.803415809 7.159486829 7.090628621 6.375767401 7.80460737 8.700406091 7.502794078 7.141814144 6.468975967 7.273828983 7.231699342 6.480094534 8.070974143 8.516413845 7.852567959 7.630474022 7.215062063 +LQ09X034760 U2 small nuclear ribonucleoprotein B 5.499505492 5.231832366 5.256185042 5.703735883 5.324158902 5.648852996 5.329482321 5.078531091 4.991503975 5.148592683 5.59536305 5.769793803 5.359599801 5.887802825 5.388510976 5.482805428 5.158402525 5.089205975 5.138133791 5.495378847 5.043278556 5.293102279 5.953197392 5.826556666 5.331152905 4.834973763 4.922327252 5.862174073 4.785518245 5.143519124 4.989403657 6.321036492 +LQ09X034790 Putative uncharacterized protein 10.52264431 10.33346735 10.29909155 9.528831027 9.75163949 9.659111227 10.07327826 8.800185632 10.46895579 10.63114658 10.33105123 9.548861428 9.677266053 9.718298355 9.752523196 8.737930113 10.35932705 10.20075423 10.56439783 10.56266924 10.8873329 9.535511307 11.24251368 10.5941416 10.48683816 10.38723512 10.9462044 10.33912307 11.09304896 9.241091647 11.18135195 10.18311923 +LQ09X034800 Putative uncharacterized protein 5.875985493 5.603442857 5.473133029 5.823315901 6.269667413 5.444488865 5.747103859 5.29244691 5.726689978 5.563352147 6.094945908 5.963123841 5.45618802 5.389511169 6.064210754 5.233153577 5.47129529 5.589555411 5.551826698 5.873238848 7.259868569 5.824621674 5.079686993 5.34529709 5.187523599 5.616122985 5.528731944 5.665835249 6.296563133 5.430072638 5.298354392 5.274723661 +LQ09X034820 Putative 10-deacetylbaccatin III 10-O-acetyltransferase 4.843133195 5.613497496 5.501702275 5.32170874 5.646795449 5.613834458 5.906795208 6.241014397 5.151588669 5.119823107 5.538831107 5.305900443 5.618080072 6.117168306 5.495523664 6.132752698 6.192738361 5.54921156 5.751708156 5.415004537 5.499339834 5.673546892 5.620208833 6.01096927 5.705093889 4.904343842 5.48213678 4.886817171 5.277480736 5.659041455 5.468246902 6.46363043 +LQ09X034830 Putative 3-N-debenzoyl-2-deoxytaxol N-benzoyltransferase 6.867149362 7.440157775 6.81165847 8.213113833 7.550762409 7.824025437 9.52126302 10.20925784 7.227087472 6.925119365 7.370558681 8.670680749 7.700731596 8.518012437 9.311409659 9.637096457 7.273628766 7.072806837 7.584929184 6.620433217 7.140182354 7.968043581 7.411899173 9.953521042 7.682240805 7.626082584 7.68818826 6.17620047 8.144059671 8.079918654 9.228429269 9.518252752 +LQ09X034840 Hypothetical protein 5.697147403 5.532141315 5.779341661 5.785569635 5.260234696 5.307219027 5.187575185 5.477058754 5.535389103 5.761338429 5.452771733 5.422348573 5.578289964 5.332331698 5.358110748 5.303084006 5.486014027 5.785375549 6.286712958 6.146913711 6.924175908 5.187194335 5.685744583 6.023376069 5.408368285 6.097741774 6.506090078 6.495382704 6.00045038 5.633918556 5.89617865 6.000880308 +LQ09X034880 Predicted protein 4.868522587 5.161799612 5.051699127 4.750244245 5.033155636 4.951730567 4.788923979 5.00866464 5.051302245 5.092360743 5.320651397 4.785796962 4.881827077 4.826385495 4.924559731 5.260140496 5.253457971 5.211824133 5.348623609 5.051978651 5.184638618 5.009003537 5.452240097 5.187268529 5.211120707 4.988538896 5.165375532 5.486291081 5.046946205 5.373461533 4.778454845 5.050049351 +LQ09X034900 Putative uncharacterized protein 6.673070283 6.717002977 6.923553819 6.946854739 6.913418458 7.094794747 7.638196562 7.113955547 6.448997505 5.652809749 6.436269729 6.607951699 6.262400467 7.242874858 6.001884997 6.393743673 6.259439169 6.25038705 5.553923076 6.121215507 6.166867352 6.534912438 7.333938577 8.277159356 6.751648934 6.240505417 6.421573697 6.16572269 5.905315945 6.814529639 7.171019859 8.570443676 +LQ09X034920 Biogenesis of lysosome-related organelles complex 1 subunit 1 12.10096157 11.52214911 12.31216945 11.85005262 11.67284015 11.11989033 11.17605846 10.84241412 12.27899344 12.10362759 12.29873417 11.79541483 12.09047847 10.9276302 11.06335302 10.77680663 12.30277827 12.64332971 12.16796691 12.22130991 12.07392475 11.32749154 11.30232473 11.41273903 12.03476832 12.37888343 12.06870295 11.78548228 11.78012118 10.8088984 11.16071262 11.45378446 +LQ09X034930 Peroxidase 4 7.547779842 8.929701874 6.363216836 8.448595942 8.526959626 8.034514989 6.920014433 8.773087606 7.201947228 8.789193204 6.198955806 8.048786771 8.432063187 7.773503459 7.149138383 8.952809169 13.85232338 13.93647171 13.40092851 12.20638298 11.9090253 9.142561684 8.352567497 8.709858989 10.95859504 8.819058512 11.92707572 8.836692531 7.932340303 9.13064101 7.13714929 9.544341691 +LQ09X034980 CBL-interacting serine/threonine-protein kinase 10 11.35423592 11.35696519 12.30022552 12.38708089 12.56223507 12.77084183 13.04495322 12.71294334 10.97367321 10.94804329 12.02275385 12.22594079 12.53509918 12.86006545 12.84776227 13.29333157 11.98242804 11.75321403 11.67390855 12.34843522 12.53781715 11.95652789 13.65773849 13.26327809 11.00825976 10.75534165 11.23763427 12.66612099 11.87770453 12.75894952 13.4723764 13.0147812 +LQ09X035000 Putative uncharacterized protein 12.01334424 11.24695668 12.35978764 12.95420789 12.43302301 13.13113311 13.03192156 12.74889475 11.99368299 11.86980766 12.35550952 12.88147317 12.66475353 12.99681439 12.34350023 12.50255353 12.61483799 12.96609317 12.10752462 12.34522865 12.1962178 12.48731553 12.17993828 11.7608392 11.93947495 12.32882921 11.4518273 12.47656629 11.35419613 12.25736114 11.82108601 11.59916923 +LQ09X035020 CBL-interacting serine/threonine-protein kinase 11 13.56979949 13.75970278 13.81962164 13.99373886 13.8241432 13.76677011 13.80719832 14.03705887 12.98374606 13.62345898 13.28615295 13.76391036 13.45480718 13.62821356 13.82676191 13.98338753 13.61652747 13.70962608 13.48305795 13.51508372 13.29976633 13.49633605 13.29135829 13.82189056 13.11894333 12.81825647 13.1428725 13.41450685 13.44604589 14.00654977 13.60260102 13.86029643 +LQ09X035030 Predicted protein 5.716511241 5.28856254 5.128010435 5.063902872 5.012464855 5.422899469 5.422114537 5.306821665 5.708504016 5.492329726 5.238056301 5.243673694 5.371374617 5.273848755 5.274889675 5.187840432 6.240417036 6.148248074 5.539655065 5.484931929 5.461162476 5.477947062 5.657716997 5.221826894 6.014920136 5.348072222 6.223586928 5.711832349 5.49751499 5.551331621 5.574535392 5.575072803 +LQ09X035040 Putative uncharacterized protein 5.379912723 5.047799206 5.463375169 5.189389317 5.180664888 5.229288164 5.117292203 5.13065018 5.085816621 5.144895958 5.03610058 4.978063858 5.374179482 5.092905563 5.065006554 5.002806805 5.392198057 5.108252059 5.445878663 5.014560307 5.423706869 5.029809341 5.563751647 5.139670234 5.151123323 4.849675269 5.457601905 5.288519439 5.119343211 4.938836106 5.511269762 4.821281874 +LQ09X035050 Putative uncharacterized protein 5.358509817 5.659410432 6.101532022 5.334942721 5.293909123 4.922835725 4.987360169 5.475946832 5.304343871 5.300066373 5.341615471 5.396317101 5.893675009 4.977442701 4.764807079 5.158962622 6.129028268 5.657539419 5.080502409 5.460961768 5.756475056 5.370098829 5.998339047 5.639301335 5.864150473 5.328252702 5.116824008 5.18581306 5.524084967 5.602768727 5.694616472 5.603405754 +LQ09X035070 Probable serine/threonine-protein kinase WNK4 11.1985865 12.79250906 12.31901167 12.55510204 13.00927119 14.18725632 14.17096144 15.42470056 11.43233788 11.72266001 11.85677475 12.69717058 12.37705702 14.34874952 13.94157424 14.31624055 14.25027996 14.19456339 13.27402849 13.33741903 12.99095824 12.74725299 13.80881812 14.07677609 11.45224595 10.69894468 12.22474562 12.91697689 12.08384637 13.57130102 13.67365348 13.68457469 +LQ09X035090 40S ribosomal protein S26-1 6.184174691 5.919870905 5.207510047 6.086184543 5.774516779 5.565232173 6.068569338 5.973233075 5.596926241 5.964602841 5.261743384 6.266479253 6.065874679 5.986380772 5.542664026 5.716748921 5.768380639 6.040846237 6.787878597 6.109186546 6.053858738 6.154457253 5.869080533 5.523057272 6.257911629 5.600800795 7.151385576 6.378755294 6.012346118 5.806432258 5.842714335 5.417457478 +LQ09X035120 Uncharacterized membrane protein At1g06890 8.147019408 7.62144971 7.696907505 8.794886354 8.279343929 8.214691112 8.102115296 7.978492709 8.405691111 8.151256501 7.713777389 8.94188033 8.396346197 8.290861287 8.003394429 8.23702041 7.298763477 6.791471202 7.626731776 7.671621192 6.474287775 8.226998707 5.775142726 5.983806718 7.5871347 7.076586736 7.772402243 7.670185434 8.160853435 8.160149876 6.285280445 5.774431263 +LQ09X035140 Putative Insulin-degrading enzyme 13.38584474 13.61667347 12.79158097 12.2938767 12.4183965 12.95111752 12.53638913 11.99818576 13.74985095 13.66818201 13.31516546 12.62319449 12.80020652 12.95137247 12.6032089 12.46414957 13.40077142 13.11474849 13.95473575 13.45352287 13.01372139 13.15223366 12.96420334 12.7601206 13.88263037 13.63146444 13.88828764 13.09839147 13.02711785 12.63683849 13.0425485 12.54953108 +LQ09X035160 Putative Non-specific lipid-transfer protein 5.464433291 5.633803295 5.373718707 5.193476253 5.50192973 5.348951268 5.228694424 5.455396783 5.082851288 5.434699921 5.486533802 5.195890831 5.287295165 5.200417754 5.274471215 5.457407154 5.105722119 5.089102319 5.981140502 5.339489334 5.367168182 5.371911659 4.840409487 5.743891855 5.201232781 5.067982019 5.610427 4.622695322 5.075572851 5.35421543 5.891569147 5.620069872 +LQ09X035180 RING-H2 finger protein ATL5B 5.55494698 5.680564068 5.128024894 5.746448604 5.390746231 5.381289041 5.597261643 5.516208793 5.73507828 5.625948618 6.046242796 5.579948847 5.599330179 5.795757797 6.326473472 5.757104958 5.524180517 5.860181016 6.475055221 5.672391738 5.631138906 5.719531199 6.167363079 5.628587531 5.513032231 5.626341863 6.785576611 6.164352545 5.632167619 5.535658051 5.925005336 6.135169621 +LQ09X035210 B3 domain-containing transcription repressor VAL1 10.11923913 10.53301729 10.1997592 9.331483914 9.842647195 9.892487297 9.600082423 9.835738304 10.39452576 10.23765646 10.50121547 9.382540116 9.996765312 10.12509095 9.772800112 9.816086452 10.80912726 10.93668863 11.36379654 11.09794965 11.3241178 10.64954329 11.28998978 10.88836365 10.45900251 11.05793888 11.49528151 10.93748115 11.09354932 10.41731394 11.42137113 11.03628219 +LQ09X035230 Trans-cinnamate 4-monooxygenase 6.252465844 6.745051119 7.196710651 6.627231453 7.108629122 6.281181567 5.74408032 5.589617451 5.708857546 5.464035879 7.914211904 6.552722978 7.750899174 6.512566516 5.309662701 5.745971376 6.13409661 7.264057157 5.802486189 7.777477125 7.607468837 7.405339203 6.774891957 8.58298908 6.517444813 7.321965849 6.900088963 6.365377162 6.697437219 7.528739305 7.263586982 7.941354272 +LQ09X035250 UPF0706 protein At5g01750 6.276171978 5.872324621 5.263920086 6.184950445 5.887729998 6.518841984 6.457854307 5.987439156 6.255789678 6.898505824 5.537263822 6.363810332 6.246962748 6.096462056 7.190165989 6.399822091 5.968433489 5.731082637 5.825439386 6.638356731 5.730068559 6.051020045 6.95436994 5.635697845 5.997787296 5.90922928 6.484814993 6.482202189 6.267454613 5.617824725 6.840224715 6.034380731 +LQ09X035290 Ubiquitin-conjugating enzyme E2-17 kDa 5.611983024 5.738826602 5.459631577 5.608172207 5.24793334 5.303151607 5.319081511 5.021171026 5.48948627 5.548184726 5.447461073 5.402997461 5.032495593 5.457107371 5.502158302 5.113110247 5.057350135 5.1706391 5.474570458 5.377355124 5.276241701 5.199268362 5.297138262 5.342479484 5.078145652 5.250855798 5.407832704 4.983072024 5.436916624 5.325485548 5.080449106 5.20988431 +LQ09X035300 Probable inactive receptor kinase At5g58300 5.229411651 5.277311951 5.299056308 5.233029788 5.318008129 4.921490167 4.951361835 4.875136578 5.438417619 5.076115871 4.961876452 5.221648715 5.414185992 5.627490451 5.059826852 4.991642691 4.87264774 5.169735166 5.065360366 5.069416727 5.27916757 5.244692778 4.898398685 5.283079879 5.129935274 4.873494763 5.171754811 5.187385125 4.865531164 5.004995108 5.350727046 6.163813884 +LQ09X035330 Probable LRR receptor-like serine/threonine-protein kinase At1g06840 11.21536931 10.92655732 13.04291636 13.15291551 13.84884302 12.90131181 13.11749792 13.99955089 11.76685316 11.01809516 12.92597591 13.60877229 13.83989707 13.16019709 13.49544906 13.77236282 12.12108522 12.12965705 12.24935455 13.59116737 13.42629801 13.27502451 14.02302219 14.1290512 11.5864751 11.6463391 11.8838772 14.02341211 13.28315134 14.26185219 14.0841824 14.23226819 +LQ09X035340 60S ribosomal protein L10 5.970122657 6.909449159 7.201475403 5.777607997 6.234452252 6.086092177 5.993913108 6.018398748 6.11734229 6.632741366 6.164358236 5.910350109 6.57742363 5.873925687 6.055929388 6.107464227 6.199328353 6.243968483 7.007113898 6.451034877 6.651937985 6.170479482 6.287370034 6.741063785 6.122069038 6.4338726 6.554312068 6.532878829 7.122306514 6.493522843 6.846827095 5.852410502 +LQ09X035350 Putative uncharacterized protein 8.309505206 8.62055552 8.748129499 7.838739155 8.28665287 8.090273591 8.299785684 8.062015907 8.154445233 8.485024552 8.662732619 8.255853803 8.68312739 8.308635881 7.549022732 8.229821067 8.843400105 9.433493158 9.323948129 10.03314514 10.09870112 9.315373144 10.60366702 10.23776407 8.843845462 9.448388235 9.950874459 9.910299174 10.0107425 9.629623152 10.2683288 10.43004447 +LQ09X035370 Predicted protein 5.675555477 5.435208905 6.217382674 5.327640571 5.592351462 5.689938859 5.496926979 5.52852526 5.623712945 5.040678325 6.143617571 5.212964474 5.514849382 5.681202338 5.356417406 5.570595642 5.370540506 5.729843344 5.663631885 5.657388446 5.342731201 5.860847402 5.779753028 6.393090327 5.904845782 5.691327398 5.597541932 5.279768049 5.015306344 6.125791056 5.40971109 6.077280741 +LQ09X035380 Putative uncharacterized protein At5g01960 9.365756364 9.805458617 9.38939815 8.47682635 8.548309933 8.4001268 7.868595034 6.862397847 9.457016499 9.609968889 9.627258023 8.409859259 9.776294399 8.255534287 7.619237352 7.272820105 10.66904984 9.7428907 10.80041053 9.892510343 9.697174084 9.563179146 9.210588531 8.900620587 10.57551868 9.893600588 10.63300365 9.781318216 10.15893543 8.86214039 8.993348715 8.42555265 +LQ09X035400 Putative NAD(P)H-quinone oxidoreductase subunit N 9.449199909 10.02718008 10.13954182 9.914792509 10.13564415 10.42962514 10.34906381 10.36904817 9.72693406 9.658356216 10.20573948 10.31562177 10.24573356 10.69472093 10.32828665 10.68641727 9.19242917 9.696377987 9.710527497 10.22687633 10.16324653 9.810343076 10.21935527 10.70992955 9.454052016 9.700209247 9.927508639 10.24282811 10.07563911 10.42075611 10.3144609 10.25570933 +LQ09X035410 Genomic DNA, chromosome 5, P1 clone:MFG13 13.36621794 13.62042987 13.37819782 12.88797704 13.09686604 13.50232489 13.32511544 13.39710289 13.58907136 13.81396818 13.55861314 12.99214802 13.22238714 13.30902515 13.34061676 13.48631438 13.46195919 12.97263526 13.26679013 13.13368482 13.28976491 13.33226134 13.61198769 13.39167 13.33628433 12.90957258 12.92413743 13.67327148 12.73458605 12.99642581 13.6601309 13.23735766 +LQ09X035430 Putative uncharacterized protein 14.31686551 14.28459451 14.19954884 13.99063199 14.1140754 13.92518416 13.9024641 13.34886005 14.18642792 14.41090036 14.12355065 14.25250957 14.48826144 14.09910688 13.99936632 14.04085758 13.13799981 13.47403922 13.3716658 13.88718002 13.89650054 13.6172576 13.54129809 13.54944696 13.59790844 13.7486437 13.80989534 13.37687729 13.98894148 13.47782421 14.00680158 13.56875209 +LQ09X035450 Putative Histidine triad %28HIT%29 protein 13.63664449 13.82293437 13.79347085 13.17210833 13.22180551 13.11704324 13.06920938 12.681502 13.7853982 14.02675809 13.78273226 13.23601877 13.2699904 13.15991005 12.68397459 12.78436648 13.3147492 13.92036181 13.00951103 13.92171643 13.72077503 13.12948883 13.71259142 13.36961071 13.41951481 13.71457113 13.39297009 13.63707641 13.48232798 12.90239185 13.52201421 13.13000469 +LQ09X035460 Putative uncharacterized protein 6.476684473 6.279147994 6.420083557 6.466987634 6.598532377 6.760169536 7.02469064 6.667504241 6.420231738 6.756144601 6.790508105 6.651867704 6.440454848 6.78972406 6.538638771 6.365176429 6.054349978 6.187499611 6.033287062 6.509334017 6.244977729 6.387202584 7.867136835 6.683514404 6.095466686 6.227654693 6.254816634 6.515316007 6.288675124 6.223806305 7.295814649 5.963514006 +LQ09X035470 Hypothetical protein 5.111384696 5.448892441 5.370469193 5.289143221 5.521895948 5.405917623 5.505225152 5.453536818 5.186343127 5.350698006 5.368543399 5.298985965 5.355706578 5.685858812 5.492167218 5.942939455 5.077291338 4.905987513 4.717864578 5.670045105 5.159515943 5.062002944 5.000369031 5.33580035 5.238223667 4.942704433 4.872907804 5.76174022 4.925549214 5.051361556 4.90649869 5.272299582 +LQ09X035480 Hypothetical protein 11.19293095 10.95272161 11.19119813 10.20869271 10.31070026 10.23272982 10.09985509 9.606158663 11.35112793 11.06102711 11.20478748 10.35868677 10.62182012 10.2725045 10.0153232 9.684337322 10.59746421 10.73411841 10.94916133 11.10880056 11.50268994 10.60704024 11.14418427 10.63491865 11.13556156 11.3409969 10.7529912 11.24684341 11.39827746 10.59977674 11.18295565 10.89101243 +LQ09X035490 DNA-directed RNA polymerases I, II, and III subunit RPABC5 5.85776066 5.705557228 5.579480913 6.069529783 5.39467262 5.470799631 6.069885716 6.068021918 5.822205284 7.313938881 6.402004679 5.915791665 5.701921524 5.990204138 7.266069581 5.606067483 5.571717305 5.737588951 5.595429476 5.461731191 5.584507184 5.923496292 5.773118836 5.977425645 5.770233049 5.353763274 5.69024924 5.783757579 5.424666178 5.71644006 5.180469752 5.569345815 +LQ10X000020 Ent-kaurenoic acid oxidase 1 5.217137571 5.618967223 5.219725441 5.136161093 5.391764013 5.346546047 5.755461556 5.112761159 5.145625184 5.532408321 5.788333134 5.16951069 5.331050319 5.657925989 5.388735925 5.709058512 5.152501032 5.664996956 5.974773835 5.288626678 5.55904184 5.493087277 6.175528689 5.18968788 4.988104417 5.336912614 6.077613923 5.345890593 5.153467842 5.348354468 5.345380237 6.085661366 +LQ10X000050 Predicted protein (Fragment) 13.88127496 14.13460835 13.7157634 13.5296363 13.4859071 13.4835587 13.50166531 13.20114571 14.03172382 13.94101585 13.69883716 13.36658591 13.48414881 13.49183385 13.14524761 13.34164184 14.1609108 13.95144833 13.9959666 13.61572032 13.72833223 13.52555884 13.73960623 13.92173831 13.96884091 14.15799869 14.04692378 13.45320621 13.71405461 13.23200873 13.73048775 13.71637473 +LQ10X000060 Ribose-phosphate pyrophosphokinase 5 11.64122922 12.27668179 12.55896246 12.8236299 12.67634211 12.69533626 13.41443878 12.69324556 11.76544107 12.19987761 12.38853863 12.80385135 12.85016892 12.99477389 13.44542488 13.1271925 10.77893972 11.44414878 11.67684008 12.38715402 12.43474453 12.52161461 13.29993924 13.61759981 11.37173985 11.31189192 11.91599543 12.60018761 13.07585705 12.93316287 13.5308028 13.76378841 +LQ10X000070 WD-40 repeat-containing protein MSI1 12.34864594 12.85895 12.02892921 10.75149915 11.72491181 11.21612795 11.00457269 11.13213077 12.48814915 12.88770432 11.85284331 10.88835301 11.75534348 11.21575278 11.01978675 11.11424245 12.42917931 11.73825494 12.93815488 12.09852753 12.24878874 12.20747288 12.52732896 12.52079237 13.00461274 11.95786004 13.30087437 11.77417047 12.62962335 11.63692239 12.5799144 12.67129736 +LQ10X000080 Putative uncharacterized protein 5.585850628 5.489743848 5.601444377 6.017429335 6.01095558 5.49698847 6.103312544 5.789899892 6.260964465 5.918389133 5.72371173 6.189209555 5.998766388 5.661057626 5.701354696 5.574473135 5.602217279 5.808288 6.059130227 6.110122818 5.755381683 5.876631711 5.298581355 5.429406765 5.862284625 6.183345794 6.358303852 6.642243821 5.650859434 6.012498079 5.610855667 5.4553838 +LQ10X000090 ABC transporter C family member 9 8.385607335 9.499515151 8.439491066 8.178711842 8.932583188 11.23211592 10.94722897 10.82360714 8.705584891 8.729439479 9.381996465 9.006907008 9.569076779 11.78670146 11.19440326 11.3721449 9.127021667 8.472735137 8.898114932 10.34408693 9.925561027 9.43740803 11.80963391 12.17145808 9.652276579 8.45805041 8.685505925 10.24867043 9.915115288 9.832312314 12.41533845 12.08314979 +LQ10X000120 Putative Sister chromatid cohesion protein DCC1 4.839745373 4.877344072 5.276729807 4.673810112 5.224523773 4.903511207 4.829575288 4.750842308 4.931991753 4.80978348 5.297202867 4.829176276 4.846691817 5.045420517 4.902273254 5.156283192 4.755288567 4.828215067 4.844233204 4.492529093 4.573483508 4.717086878 4.601418871 5.000154266 4.728812338 4.693060436 4.934690411 5.07508555 4.599002471 4.854420638 4.757059051 5.751744656 +LQ10X000160 Uridylate kinase 13.16193558 12.47100577 12.85828003 13.55788767 12.5795266 11.82645428 11.85877276 11.0836044 13.08442972 12.99318551 12.93310197 13.57602171 12.97999204 11.85356956 12.20423698 11.70773099 11.38175386 11.63282531 10.85749202 11.87748623 11.37520047 12.46662576 9.72346716 10.21345159 12.35050621 12.44716322 10.8279334 11.52684914 12.42504312 12.35425982 10.52112528 10.41251261 +LQ10X000180 NAD-dependent malic enzyme 62 kDa isoform, mitochondrial 5.574048751 5.418318477 5.995248564 5.585595913 5.274803556 5.69163782 5.32472922 5.942570207 5.778434923 5.554904326 5.790884199 5.316470721 5.02181701 5.478740997 5.520354201 5.815028459 5.251958065 5.30049115 5.919851701 5.145610051 5.285061605 5.168651047 5.848839039 5.82283235 5.448468293 5.677990484 5.326339647 4.996762681 5.625353659 5.408829661 5.413197572 5.843279737 +LQ10X000200 Putative Zinc finger CCCH domain-containing protein 53 13.89690281 13.99487651 13.77206744 13.33873572 14.19911231 13.33022873 13.33079725 13.8376895 13.72027544 13.60632784 13.62912113 13.7032558 13.82477682 13.43068603 13.47169696 13.51692902 13.84150319 14.09764869 13.61939251 13.85201603 14.04682404 13.96520554 13.05374988 13.20339399 13.80195096 13.65276083 13.24703906 13.74549691 14.26469574 13.43780591 12.93522371 13.08677417 +LQ10X000260 Cytokinin dehydrogenase 1 5.088607326 5.11436727 5.438373182 4.783794506 4.648689027 5.093829138 4.928752701 5.073165783 4.935355314 5.092011296 5.099244675 4.986717462 4.879751627 4.973012763 4.940994629 5.065206655 4.891324177 4.85339536 5.807492924 4.872078195 4.790131725 4.942247399 5.730018938 5.265407586 5.418650134 4.764169934 5.071463391 5.169004249 5.072471553 4.977536762 5.481806621 5.065216935 +LQ10X000270 Putative uncharacterized protein 6.184650599 6.207869626 5.350304713 5.660483626 5.326088901 5.498153598 5.573498511 5.447194912 5.339321703 7.065628519 5.966236497 5.682706546 6.065701563 5.589505095 5.488440647 5.498306619 5.827561773 6.469542972 6.443876011 6.463395883 5.862520955 5.728142202 5.320573614 4.98666309 6.153705524 5.899927371 5.95458886 5.851404846 6.423654937 5.37961675 6.040996842 4.702925371 +LQ10X000290 Predicted protein 6.562681375 6.959635721 7.078803141 8.068707171 6.940526312 8.981107855 8.785236854 8.820097076 6.601312842 6.11568806 6.449524057 8.225439139 6.673247591 8.809159594 8.571283995 7.922014328 7.291889703 6.892841804 6.437401559 6.121854314 6.510756353 7.096572532 6.483253219 7.692438494 7.05008786 7.275662158 6.396797993 5.961701827 6.516799574 7.63826645 7.301021781 7.020432056 +LQ10X000300 Deoxyhypusine synthase 5.760850206 5.122118866 5.949569582 6.010771554 5.712046767 5.871801573 5.606678296 5.306946072 5.982926474 5.409828259 5.679974784 5.660328682 5.936027403 5.641234006 6.140032152 5.214391362 5.033846329 5.509351486 5.103116876 5.641900027 5.678690117 5.679907946 5.930872652 5.86129349 5.240530469 5.369007978 5.217213526 5.073410697 5.494530137 5.324115353 5.115919562 5.13751511 +LQ10X000320 Putative uncharacterized protein 8.856579139 7.861984645 8.362699448 8.69637814 8.346574845 8.826712939 8.230250351 8.544538346 8.968794392 7.932188322 9.107413192 8.963412748 9.389195033 9.055609824 8.490335708 8.906984917 4.961208841 5.308687759 5.43388343 7.301018064 6.088064473 5.166123537 6.057591906 5.498704891 7.397569508 6.013370851 5.37343004 5.653840247 8.027768254 5.563302881 9.370793837 5.465760092 +LQ10X000330 Putative disease resistance RPP13-like protein 1 7.707312628 7.624033252 7.890899386 7.962446985 7.988759134 7.769730404 7.583734086 6.791962011 7.710734629 6.756843621 8.096765319 8.105955899 7.420907598 7.503922697 7.106155535 7.313056955 12.25717634 12.11500371 12.17747465 11.34966049 12.05097706 13.26666645 11.00553766 12.40243241 12.10805116 12.68536046 12.22978082 12.42634701 11.74618035 13.3051514 10.58720837 12.26127796 +LQ10X000340 Putative disease resistance RPP13-like protein 1 8.216853596 8.130151119 8.226074969 8.312429578 8.656913723 7.695072291 7.45583184 8.09152039 8.03813354 7.656679992 8.642400641 8.381934361 8.737173849 8.08861397 7.023273094 7.683284805 5.375577056 5.304692192 5.733336736 6.78669387 5.839210092 5.566966477 5.782102073 5.821079975 6.518195285 5.857596649 6.258457768 5.614345523 6.593595352 5.652767561 7.477903324 5.122849921 +LQ10X000360 Putative disease resistance RPP13-like protein 1 11.35221942 11.4177488 11.4148212 10.62825683 10.46243513 10.24584107 9.597198513 9.75493681 11.5738926 11.37961647 11.8251919 10.96852936 11.06782484 10.40432129 10.10789898 9.944496111 10.32004991 9.865131013 10.50579787 10.15230127 10.64646921 10.66128695 9.114319474 7.516551381 10.81535504 10.63744694 10.53128903 10.38621726 10.40345501 9.240532412 8.036690958 7.03012016 +LQ10X000430 Predicted protein 5.446618585 5.379057896 5.415787474 5.633494412 5.519363132 5.396600628 5.456979356 5.214186832 5.504736062 5.576071134 5.558958335 5.727270432 5.480988556 5.818746761 6.240405842 5.726950199 5.317923803 5.503724827 5.558261997 6.208866153 5.755900006 5.628094467 5.664456383 5.627781207 5.579779425 5.850048162 5.183606333 5.41785365 5.452996706 5.594185399 5.698805185 5.340153364 +LQ10X000440 Ubiquitin carboxyl-terminal hydrolase 24 8.922609193 9.922741651 8.830882223 9.218730722 9.073883298 10.23300488 9.98933602 10.39326743 9.462890715 9.697908695 9.241108384 9.263156664 9.156974964 10.38856675 10.13621852 10.09235634 9.366165154 8.870915968 9.970915595 8.73812253 7.914175102 9.581291532 9.138369505 9.904099782 9.583121955 9.595118716 10.05020594 8.930716735 9.172994186 10.17803874 9.736725669 9.762854085 +LQ10X000490 Scarecrow-like protein 3 10.49621159 9.489219732 11.12044951 10.40634836 10.09637131 10.29108282 10.58561033 10.04362078 10.08174701 8.749404161 10.5173881 10.16140432 9.504181178 9.869714989 10.37792916 10.01358668 10.06996273 10.70834698 6.966619007 10.33869885 11.03439823 9.240949224 11.38461268 11.14978256 9.778373198 9.958221001 7.654067422 9.914969079 10.68631073 10.05542927 11.05326775 11.48366826 +LQ10X000500 Putative Disease resistance response protein 206 13.54285634 13.22231821 11.41350335 10.08881034 10.28137511 5.202414692 5.570658068 5.169637279 13.24107135 13.43160249 12.07802073 10.22427076 10.80926011 4.884641117 5.304091803 5.229692487 12.48118071 12.37516334 12.42523192 11.51436418 12.57554417 12.58438841 5.480990064 5.523746937 13.24164596 12.86201865 12.48813238 11.39067536 11.68983426 9.272008829 5.476296885 5.092586554 +LQ10X000520 Predicted protein 11.33023777 11.5522746 11.20855284 11.12195274 11.55682751 12.45274618 12.21424395 12.13606053 11.78113586 11.68510114 11.58984579 11.46910036 11.58003767 12.37716893 12.14499934 12.02692474 10.92279519 10.30095059 10.19100248 10.53261041 10.58837646 10.57974967 11.60563924 10.96396093 11.11437074 10.47517523 10.22590635 10.80853159 10.71675825 11.09100867 11.30041908 10.52411829 +LQ10X000530 Putative uncharacterized protein 10.29221233 10.02359418 10.70524062 11.07545435 10.9737955 11.44865869 11.49083662 11.91767452 8.291730434 9.740074899 8.742747654 9.051239635 9.154946107 9.490008538 11.51575023 9.717695314 9.785233911 10.17219807 10.43267895 11.123646 10.70851176 11.04274864 11.57905014 12.3136334 10.14361297 10.49362935 10.81706599 11.23652401 11.05738982 11.73580573 12.12017169 12.64331935 +LQ10X000540 Putative uncharacterized protein 8.663946695 8.573975248 10.14015525 10.67128675 9.980110015 11.42551887 11.59969688 11.2563827 9.170893994 8.398542089 9.663705622 10.70456041 10.08005036 11.64183185 11.65042761 10.89493241 8.925440675 9.551658385 9.338208916 10.25516942 10.35875784 9.929092764 12.31452307 12.0114638 9.474859377 9.706566169 9.660936516 10.78196384 11.12765584 10.81160833 12.30682672 12.00484801 +LQ10X000570 Xanthoxin dehydrogenase 11.73400818 11.61810277 12.62461117 12.76161518 13.00308907 13.62775353 13.55193984 13.63262502 11.80123825 11.22222855 12.45133357 12.86672218 12.9014059 13.63380655 13.42287431 13.52602507 11.40504574 11.95445792 11.52373837 11.96958178 12.30069642 12.30759116 13.14406271 13.48102332 11.00601908 11.38432357 11.68742559 12.72960841 12.48611999 13.27219913 13.19553522 13.39806372 +LQ10X000580 Hypothetical protein 5.289675602 5.329314294 5.460923519 5.762890433 5.166037575 5.593901684 5.231027918 4.984429746 5.776874869 5.464780909 5.231097689 5.397576614 5.376111887 5.169343158 5.369758522 5.015903511 5.28222214 5.356222194 6.323433793 5.576141527 5.160158396 5.104254991 5.006029537 5.362419318 5.503165486 5.248735009 5.57893609 5.816111691 5.292069182 4.899310101 4.766494208 4.888540058 +LQ10X000600 Uncharacterized protein At2g40430 10.05460684 10.48166353 9.73515346 10.700237 10.39649453 11.00851209 10.96671747 11.28163031 10.51836973 10.73111711 10.44419561 11.13115193 10.26620393 11.08007407 11.18334008 11.29340555 10.37570864 9.631564085 9.655245204 10.05752893 9.245672815 10.57661547 9.265306281 10.7570253 10.23313933 10.16468919 9.758114551 9.753495923 9.66509625 10.44656143 10.03564932 10.77363623 +LQ10X000610 Putative uncharacterized protein 10.59591298 11.19688546 10.39876045 10.47896623 10.34465678 10.67791698 11.21064323 10.54686434 10.92457694 10.94856367 10.85294235 10.6726402 10.37609538 10.73163611 10.89704581 10.64889712 11.85346901 11.24246051 11.35272632 10.87933473 11.4352473 10.66533529 12.0150547 11.84232916 11.7106183 11.68393445 11.33709425 10.94158318 11.01684152 10.66064921 11.7088576 11.8326045 +LQ10X000640 Putative sodium-coupled neutral amino acid transporter 7 10.59863393 10.72696296 9.637433571 8.32128821 9.698727679 8.801183624 8.976801636 9.25894342 10.63309544 10.97714162 10.04577011 8.391993138 9.607977098 8.17452987 8.380845009 9.153059363 11.16199614 10.97066932 11.55521291 9.310697741 9.944629191 9.888955012 9.430296609 9.501986107 11.08717569 11.55021675 11.96938241 7.882361614 10.40253212 8.668031088 8.811638091 9.913577045 +LQ10X000650 Putative sodium-coupled neutral amino acid transporter 10 9.13348117 8.147835343 10.33311188 10.22134693 8.731256072 10.25328883 10.5878258 9.815280787 9.647694501 8.315052034 9.971425149 10.36465099 9.650715289 10.16624622 10.31970974 10.27011853 9.52800637 10.44361768 8.454761473 10.63945537 11.40407394 10.10321531 11.93800062 11.59158158 9.051087955 9.791767685 8.114502112 11.17468022 10.83552983 10.52692109 11.15668185 11.01242194 +LQ10X000690 Wound-induced protein 1 12.54001815 11.73070054 11.91451417 11.24353116 12.0213795 10.33961265 10.28967998 10.34473513 12.0627382 11.89638379 11.39526462 10.86549605 11.35736731 10.35421 10.08414657 10.84488449 12.92600016 13.57215675 13.0006283 12.44999629 13.18200642 12.04148215 11.78337675 11.33849261 12.42037617 12.63904708 13.14207334 11.78449095 12.73272649 10.9910434 11.23279421 11.83404105 +LQ10X000710 Predicted protein 5.542343412 5.682103056 5.783548498 5.756612146 5.60330095 5.255140661 5.753428501 5.068495676 5.602753804 5.471791699 5.431922816 5.677722432 6.097246752 5.280669716 5.684910681 5.043143685 5.277281616 5.461529633 5.583601632 6.247544123 6.22862108 5.699781437 5.641490841 5.522363186 5.071744674 5.349576316 5.609996047 5.274683929 5.614049879 5.97831639 5.253549148 5.193907292 +LQ10X000730 Uncharacterized 38.1 kDa protein 6.341721521 6.324541222 5.849912532 6.067001194 6.501426245 6.188288997 6.425569325 6.424221532 6.27482802 7.132405135 6.102067313 6.309628671 6.634752998 6.292184552 6.310070705 6.148951355 6.017031544 6.02969734 6.436721701 6.375314779 5.990947774 5.892499882 5.884027111 6.394792237 6.069398761 5.763665015 5.775977058 5.90674105 6.692375625 5.784601346 6.047781092 5.991662379 +LQ10X000750 Putative Polyadenylate-binding protein-interacting protein 2 15.07005793 15.23567478 15.08661809 15.0655549 15.30693288 14.40682482 14.79511949 14.79947101 15.13515136 14.88153405 14.89211262 15.18287754 15.12330647 14.45735451 14.99689619 14.69867024 15.20064807 15.26627401 15.07764505 15.10352468 15.22335435 15.38739025 15.05368952 15.06250526 14.44253243 14.11962451 14.96926358 14.97012108 14.64174849 14.82420891 15.03991538 14.88446174 +LQ10X000780 Predicted protein (Fragment) 5.044526091 6.047318656 5.545513589 7.438398385 7.365454818 6.437155338 6.727877854 7.840712938 5.006683727 5.180454266 5.250952638 5.605203255 5.064867139 6.020516243 6.717846273 5.976911043 6.881453196 4.977607569 5.453802618 4.990294609 5.0023266 5.79103008 5.782532555 5.480378815 5.267180618 5.088955772 5.237256427 4.859102289 4.791917096 6.804758441 6.43632101 5.68410337 +LQ10X000790 Putative uncharacterized protein 13.94110462 13.91843679 13.9651852 14.20659121 13.81646676 12.3879702 12.59394174 12.55252082 13.98653253 14.05754529 14.12877119 14.4442055 14.2788436 12.66236875 12.92129037 13.16096869 13.75364437 13.28882974 13.64720371 13.23659755 13.83349136 14.27407491 12.92783051 12.7401538 14.01935053 13.82894571 13.59539711 14.01041178 13.59085921 14.0786963 12.89882376 12.67625955 +LQ10X000810 PRA1 family protein B4 13.12463423 13.394582 13.17433859 12.07903096 12.63536172 11.52677328 11.53831085 11.281425 13.05251518 13.48624686 13.20107943 12.11081744 13.04909569 11.55813814 11.37413733 11.39044541 12.7726576 13.00792537 13.00299132 13.46312619 13.40741165 12.4182964 12.35914388 12.08333286 13.13175352 13.40500261 13.28461787 12.96172042 13.7793984 11.92504494 12.82704396 12.42313955 +LQ10X000830 Laccase-12 8.585228528 7.706385776 11.73737341 10.73286424 10.49731426 6.934001265 6.293151978 6.745309566 8.806784833 6.746193344 11.96520375 11.50318293 12.31450394 7.319332823 6.151999421 6.900152751 6.971795011 6.99009829 6.571581427 10.28358478 9.918591766 9.916464958 6.967354393 7.705685423 7.894360264 6.942944798 7.063641492 12.02271986 11.29588275 11.90540104 6.766243013 7.483495148 +LQ10X000880 Putative uncharacterized protein 6.10614486 6.842381499 7.517947903 7.359141137 7.231668062 7.52788284 7.153896311 7.339870391 5.947323629 6.27976516 7.334632663 7.196324994 7.592715112 6.658639591 6.981628459 7.367047 6.352963623 6.454563634 6.661996103 6.26814174 7.18873191 7.144305555 6.547475162 7.368959247 6.326882502 6.028510871 6.587536378 6.386944671 7.638345664 7.171982262 7.840302436 7.453239684 +LQ10X000970 Putative Cytosolic endo-beta-N-acetylglucosaminidase 5.667376599 5.438627149 6.054019546 5.943713691 5.719223262 5.833637925 5.3983763 5.576624647 5.564481855 5.519992239 5.644566389 5.526548082 5.422723277 5.60717414 6.022550462 5.824669236 5.314201205 5.811597723 5.506309513 6.547777588 5.508387191 5.416879431 5.84772209 5.924066936 5.714404228 5.345329839 4.940851669 5.835662301 5.715484399 5.568974633 5.928473603 5.833320825 +LQ10X001000 Ferritin-2, chloroplastic 14.44004682 14.44515419 14.1732604 14.4452243 14.19713914 14.18427739 14.61491575 14.61949235 14.45647095 14.28285977 14.39926728 14.77507829 14.34892194 14.71434763 15.09226636 14.67618471 13.88239366 13.73530329 13.89543306 13.74523808 13.68567008 14.21904951 13.25844592 13.73803234 14.11485838 14.14446201 13.99525654 13.79171991 13.62172324 12.39978508 14.00134649 13.7264974 +LQ10X001040 Putative Peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase A 11.13376593 10.63732509 11.50223555 11.6529812 11.6457795 11.63051592 11.73708302 11.10052107 10.85049331 10.56961826 11.07033467 11.68456448 11.47391853 12.01540827 11.65908236 12.12497582 11.04712914 10.8347285 10.93966383 10.66915851 10.91810449 10.76252428 11.10259784 11.9210589 10.70556357 10.87946296 10.74860567 10.95212765 10.92442666 11.54796465 11.23495038 11.76622441 +LQ10X001050 Putative Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit B 10.66877249 10.47407048 11.09749809 10.59083937 10.65531353 10.37536731 10.13358049 10.26360704 10.7082259 9.857579269 11.01852558 10.61996601 11.04688417 10.480035 9.97917219 10.37132798 9.675205808 10.71083977 10.95490276 11.02391513 11.04679303 11.17297407 10.03391498 10.37616184 10.25060896 10.82666201 11.41932859 10.90661178 11.41705328 10.84852474 10.01826265 10.39703689 +LQ10X001060 Putative 10A19I.14 5.918654551 5.919265001 5.38153014 5.802703675 5.607552334 5.353350952 5.66631812 5.910454347 5.958715918 5.560967937 5.349470439 5.903614637 5.461748348 5.889953794 5.434517236 5.782980431 5.650303128 6.301895399 7.172933201 5.545135811 5.222216296 5.940827234 5.183903447 5.04094336 5.874430324 6.364113653 7.492515339 5.967180181 6.087545517 5.824924044 4.945577838 5.050433845 +LQ10X001090 Putative Probable LRR receptor-like serine/threonine-protein kinase MRH1 8.105437575 7.645378762 9.325511488 9.563935249 10.45979442 8.864853744 9.058357101 9.883258018 8.570836247 7.042715744 9.010081047 9.488901473 9.815742454 8.772728863 9.193880452 9.470786098 8.118017463 7.629578308 6.337062215 9.097628596 8.361739308 10.03025926 8.709475682 9.549609725 7.813785523 8.215293728 6.100646204 9.343993236 9.60948741 10.02323925 9.579482461 9.907933404 +LQ10X001100 Putative uncharacterized protein 6.062721521 6.005236823 6.33303337 5.796062167 5.808562391 5.415366455 6.001348189 6.209541951 6.223007611 6.024150819 6.100068423 5.870697542 5.842109917 5.512067677 5.426487799 6.456395563 6.208554623 6.554031376 6.693388074 5.784202639 6.031801203 6.191191139 6.195858585 6.106834039 6.338933501 6.396524054 6.922883032 5.616282277 5.589081431 6.322205083 5.86045385 5.749992827 +LQ10X001120 Putative Sorting and assembly machinery component 50 homolog B 6.14469772 6.260678068 5.823676429 5.914152528 5.451219331 5.539414019 5.486000096 5.256813894 6.529895418 8.191375725 5.961947342 5.922684802 5.829671559 5.494614906 7.398925702 5.46667246 5.671098673 6.235088922 6.465289759 6.785966202 5.346520167 5.804323167 5.697948166 5.39817233 5.762006441 6.944693338 6.291715325 5.839973198 5.392251749 5.970373446 5.33443436 5.443774474 +LQ10X001180 Putative Pentatricopeptide repeat-containing protein At3g56030 9.5022987 10.009002 7.080739262 8.654625332 8.228845877 10.15209515 10.56229316 10.56273109 9.681575058 10.36949947 7.976029005 9.365455729 8.588748012 10.54015906 10.74140763 11.11927937 10.6179933 9.852530381 10.59137411 8.402093432 9.470503211 9.243007314 11.44393365 11.03262676 10.74497323 10.30473532 11.0205324 8.522803078 9.096064653 9.275595379 11.36599673 11.30177512 +LQ10X001240 Putative uncharacterized protein 12.66893734 12.93761182 13.1135483 13.44002435 13.00379748 13.93882214 13.87805176 14.27890238 12.84136923 12.54752605 13.00651187 13.14593364 13.08353158 14.06738638 13.90148095 13.81263448 12.97690358 12.55728619 12.5227637 13.04803179 13.33821039 13.25167836 14.13090894 14.25028129 12.9091508 12.74352248 12.58351505 13.51074666 13.40849991 13.91468782 14.03796497 14.04650376 +LQ10X001250 Putative Asparagine-linked glycosylation protein 11 homolog 9.153220324 9.801541322 9.916832574 9.112820399 9.255926844 9.586150334 9.737423283 9.891625671 9.497947661 9.750811538 9.963440592 9.452121087 9.644769093 9.880772632 9.855794938 9.886628168 9.23614969 8.807209501 8.060523968 9.799922859 9.472180442 9.472737981 9.900010263 10.68435767 8.999098558 8.438475046 7.792238382 9.829894842 9.899983352 9.786161029 10.05749659 10.49562757 +LQ10X001260 Clathrin heavy chain 1 5.895414594 6.09395304 6.74858077 6.002260211 6.02587252 5.6958457 5.599157989 5.051592522 6.4717392 7.966924987 6.94825103 5.5588884 6.512058435 5.893088841 7.66962146 5.368300114 5.873766749 5.962626923 6.215357875 6.684200058 5.848924325 6.384765593 6.141476363 7.465598935 6.239558701 5.985862918 6.425701889 5.937587008 6.162776147 6.128863198 6.24440069 6.439072044 +LQ10X001270 Probable protein phosphatase 2C 30 7.13182904 7.229097999 5.929696668 6.796940253 6.369051461 6.81906633 6.83343985 6.992566029 6.936184679 6.691532213 5.95582287 6.6871983 6.257848987 7.20779293 6.411621811 7.216302199 7.694914791 7.780700989 7.934292415 6.703013673 7.204250868 7.175703449 7.15585467 7.18725869 7.64356288 7.539687963 8.16658196 6.376033277 7.473394486 7.31387194 7.860017748 7.09475512 +LQ10X001290 Late embryogenesis abundant protein D-19 5.695856706 6.723811746 5.962695242 5.571283009 5.644438841 6.279924257 5.745538262 6.072316508 5.704680514 5.646418572 5.748960212 5.374517688 5.709364785 5.934174948 5.476941265 5.698213979 5.788198702 5.941236101 6.051812635 6.812031931 7.120586669 5.672284219 6.804609552 6.418034908 6.028437387 6.558706727 6.928583885 6.603822489 6.428328721 5.90423839 6.878474022 5.674281219 +LQ10X001320 Putative uncharacterized protein 10.85729612 11.12698158 11.27361367 10.9064634 10.70889674 9.976118866 9.737136974 9.241414806 10.97947005 10.74622021 11.24482706 10.4514034 11.21287157 10.07896474 9.45217427 9.118137052 10.13088898 9.196175399 10.13971828 10.42910465 10.59262386 10.64738883 9.525244493 9.515887718 10.62415963 9.881719282 10.33338161 10.71248624 11.21416383 10.08261955 9.739298857 9.553535877 +LQ10X001350 Predicted protein (Fragment) 10.43284875 10.30817962 10.99858616 10.49633697 10.8918097 9.969498734 10.29200689 10.39849497 10.23964621 10.36455281 10.78784714 10.27779185 10.86225562 10.26397029 10.43221351 10.84674323 9.776622791 9.94696273 10.35363833 10.32739722 10.19382648 9.749246141 10.28124859 10.94598857 9.858805704 9.71997039 9.710657848 10.17388164 10.7408148 10.3779204 10.51978082 11.00639592 +LQ10X001360 Omega-3 fatty acid desaturase, chloroplastic 5.812061208 5.641094209 5.808587722 5.500368175 4.782772976 5.347444205 5.374662635 5.238791966 5.494965731 5.533161995 5.575006169 5.504222261 5.271723931 5.153553534 5.757898307 5.200773344 5.386700968 5.496819152 6.412242783 5.715608853 5.646579744 5.570520536 5.48037377 5.250290801 5.36605724 5.499504522 6.630988104 5.294715505 6.127562163 5.522080495 6.222221392 5.544387203 +LQ10X001380 Zinc finger CCCH domain-containing protein 29 9.340875874 10.04693468 8.655895765 10.11623692 11.36021088 10.47091217 10.59717106 12.49852201 9.330822054 9.742093866 8.228027538 9.620241932 9.724945865 10.48037343 10.72690506 10.74635066 10.16562321 10.04295384 10.90149144 9.30574347 9.38841699 10.85993034 10.80581749 11.34310488 10.24327673 10.84957925 10.88395906 9.333959552 10.3845523 11.60581767 11.25484811 11.6103953 +LQ10X001400 PHD finger protein At5g26210 5.611660562 6.178951489 5.298660253 5.440180704 5.060277055 5.038183256 6.545960923 5.650309657 6.129084424 6.741470108 5.250606673 5.735734023 5.804145201 5.515325339 5.571350798 6.417217609 6.242466518 5.682481211 6.852765653 5.862750846 6.344394042 5.461319333 6.643521026 5.458309469 6.856827668 6.203736475 8.02639705 5.003605985 7.246280304 5.640450263 5.693609538 5.196119806 +LQ10X001410 Putative uncharacterized protein 11.27478717 11.49115637 11.47118585 11.69375308 11.59551398 12.72785028 12.12021815 12.5207573 11.51399307 11.03952299 11.89234729 11.78648832 11.8449151 13.29509006 12.40124582 12.8723683 10.65136306 9.91919114 10.90137066 10.79186544 10.60402805 11.37541333 11.97179245 12.32203444 11.66330631 11.04855343 11.0052465 11.99305226 11.58015519 12.24784639 12.61252461 12.77320957 +LQ10X001430 Putative uncharacterized protein 11.36994112 11.3096912 12.05692984 11.2450294 11.98946825 11.73596601 11.32374891 11.45730082 11.31699282 11.63875803 11.99292566 11.18125439 11.98400126 11.79058477 11.50523995 11.42485914 11.49183539 11.49955676 11.93296826 12.29411009 12.16758727 11.74665774 12.39493299 12.56234442 11.54400814 11.38951314 11.89331181 12.43847933 12.63769195 12.14379287 12.52608822 12.90945529 +LQ10X001440 Hypothetical protein 4.832999243 5.063456649 4.768796377 4.724084479 4.770769498 4.516706819 5.186946138 4.794643155 4.915854737 4.673978859 4.867047532 4.657120255 4.866191381 4.811113512 4.693718431 4.754475121 5.306717863 4.935346242 5.272219522 5.075689295 5.07970743 4.65089005 5.352332344 4.883448176 4.835253652 4.657969505 5.061753591 4.99325882 5.01105283 4.767296974 5.004593386 4.808651987 +LQ10X001470 Phosphoinositide phospholipase C 2 11.31185013 11.28780565 11.38365382 12.06794838 11.81120089 10.9982891 11.33516896 11.86122023 10.97914979 11.02372094 10.94568826 11.84086593 11.19706696 10.94232822 11.63922139 11.31482932 11.89713701 11.37466147 11.44315443 11.13425855 11.30384686 12.11766161 10.74188622 11.80693281 11.17136913 10.82051433 11.72307464 11.96102618 11.98930158 12.81437695 10.41553429 11.93404716 +LQ10X001480 Phosphoinositide phospholipase C 6 5.199533186 5.100975478 5.77868568 5.137206574 5.453948952 5.588052238 5.185913788 5.095984356 5.336597051 5.069083096 5.766021352 5.158343282 5.53893469 5.282504236 5.333079285 5.155012146 5.536910709 5.312579905 5.474672495 5.675852788 5.807841098 5.462840882 6.014452042 5.558708175 5.356141742 5.254985845 5.771780809 6.796614597 5.443102817 5.517272965 5.292643477 5.430623175 +LQ10X001540 Peptidyl-prolyl cis-trans isomerase CYP19-4 10.07197916 10.65438549 9.512188584 10.6829325 10.33828981 10.20052301 10.08098287 9.730049535 10.42293157 10.94503002 10.28150081 10.92820645 11.12058838 10.36615179 10.65835828 10.78141575 10.77657966 10.25985824 10.66763649 9.89851572 10.06616274 10.48568986 10.68879743 10.53700082 10.72170049 10.53449532 10.8408913 10.27912089 10.25246703 11.07441136 10.57580612 10.71258456 +LQ10X001550 Putative uncharacterized protein 12.12040524 14.08283741 12.91123983 13.8910109 14.54282721 12.92253452 13.91486553 13.37280926 12.7577416 14.42511954 13.60360915 14.92710091 15.12890036 13.86611948 15.7131873 15.58046301 13.17368045 14.14885007 13.18984553 13.53142139 14.00826124 14.53999238 14.89144204 14.51431952 13.68577741 14.62169766 13.99290579 13.77506818 14.5397585 15.31454466 15.27075335 15.20869996 +LQ10X001620 Pleckstrin homology domain-containing protein 1 5.389448503 5.713163828 5.004039423 5.468570225 4.961801118 5.051473997 5.187872361 4.903681905 5.312135765 5.296852594 5.042434129 5.362053021 5.146126413 5.183832012 5.447437865 5.080717001 5.264315341 5.599036696 6.399756911 6.006237605 5.519247288 5.38207568 4.965715443 5.050012115 5.319936174 5.330601369 5.866380555 5.963222369 6.104456937 5.00487362 5.709149308 4.902127557 +LQ10X001690 Putative Clathrin light chain B 13.75780563 14.13569421 13.92928906 13.5232421 13.79277666 13.71929646 13.51371114 13.18950871 13.95034642 14.07774726 13.62784739 13.80486044 14.05472645 13.77339636 13.77576957 13.5733106 13.84529151 13.6156235 13.74602046 13.82693967 13.63197568 13.95759743 13.19718874 13.5058533 13.84723599 13.8887592 14.01171429 14.1222212 13.98839489 13.80873539 13.28687703 13.53130012 +LQ10X001700 ATP binding protein, putative 6.239253466 5.86096164 6.009415991 6.556005305 5.724321287 5.728321049 5.367704848 5.474926983 6.378581471 8.104000836 6.326526193 6.395778918 6.670561236 5.382060848 6.220693842 5.491918085 5.798708729 5.85156063 5.945299911 5.802856356 5.445654721 5.623074758 6.097227616 6.514862459 5.808313433 5.798660077 5.563520048 5.940901455 5.91807752 5.68624909 6.166891398 5.224797025 +LQ10X001710 Arginyl-tRNA--protein transferase 1 5.72122035 5.211702135 5.281685178 5.211776421 5.597517403 5.380535978 5.511341676 5.299624778 5.485506811 4.932473901 4.8250661 5.224095107 5.37878894 5.118203794 5.402154206 5.251923161 5.141495328 5.424686995 6.285310265 5.345805294 5.405946671 5.55882552 5.19686126 5.263740111 5.161469238 5.357401722 5.729835265 5.607986194 5.284687247 5.653761676 5.324679813 5.622599355 +LQ10X001720 Protein yippee-like 9.235978116 9.903732045 10.50535483 10.3774758 10.93260716 10.32933777 10.44738471 11.50595322 9.811301017 9.765228453 10.59746754 10.57114295 10.87823984 10.42726783 10.89018083 11.00578164 9.824557774 10.08668869 9.64801449 10.54022906 10.12572194 10.26901887 9.940549002 10.86078647 9.629480309 10.08562921 9.127742113 10.54637979 10.81421465 10.41183625 10.46346127 10.76490244 +LQ10X001730 Chlorophyll a-b binding protein CP29.3, chloroplastic 5.648218827 5.522414179 5.878425847 6.89597906 5.847214449 6.670567238 6.479349226 6.336542122 6.162379812 6.664671013 6.384894076 6.471662306 6.235624317 6.677040039 8.21841058 6.399351363 5.838359078 5.835395715 6.055576754 5.743245716 5.79065975 5.85366991 5.158704408 6.323315703 5.647462246 5.270348144 6.031357553 5.528356956 6.003220792 5.932777188 5.050652259 5.653108687 +LQ10X001740 Putative uncharacterized protein 13.93955675 14.45683525 14.25871323 14.52352882 15.26344544 14.48218055 15.07366335 15.21502392 14.23562276 13.8325093 14.4976829 14.6922207 14.54160924 14.91540325 15.31131098 15.23396398 14.40159221 14.18677627 14.55167935 14.51680472 14.52519382 14.96173634 15.21741162 15.19370998 13.79944713 13.33146107 14.0335682 14.81971169 13.77392422 15.29611119 15.09764458 15.24206094 +LQ10X001750 Cytochrome P450 90A1 10.98210223 11.53351224 12.31913602 12.02958758 12.17373772 11.72487312 12.02455844 11.63065633 11.11912231 11.42752903 12.1151869 12.01272483 12.30277509 11.84969845 12.04513788 12.20401793 11.40753091 11.7486994 10.87546987 12.3523434 11.96051836 12.33737595 12.45658803 11.89717718 11.67930297 10.97364729 9.970299767 12.59167127 12.23103485 12.07454664 12.59529021 12.03252354 +LQ10X001800 Putative Benzoate carboxyl methyltransferase 7.706979824 10.32940498 5.490523262 5.076649708 5.292569119 5.325003421 4.967044649 5.697863234 9.296511725 12.67225179 5.895669601 5.034805913 5.142106594 5.504294305 4.992895482 5.520306247 9.509235691 5.926788126 9.011606393 5.321030835 5.090668352 5.147836533 5.492739151 5.787664526 13.32427752 7.343619106 10.19229145 5.145141957 4.884843577 5.314922697 4.962868264 5.221927502 +LQ10X001820 Putative Jasmonate O-methyltransferase 11.09815823 9.868629149 11.32979966 11.53156903 10.68422271 11.64915204 11.54878052 10.60194909 11.27937771 10.19117423 11.40978574 11.6636186 11.1998886 11.94601102 11.77238001 11.48300187 9.833528248 10.48553349 9.134957866 11.28674677 11.07641946 10.20156719 11.45686719 11.59831399 10.3756598 11.20176309 9.930633254 11.11528611 11.82282397 11.43828784 11.59121663 11.3980239 +LQ10X001830 Hypothetical protein 7.70888674 8.548418108 8.119834052 8.869195179 7.66171988 9.24636451 9.296652343 8.677995885 8.012656376 8.793446734 8.31364641 9.05806377 8.287547201 9.16185982 9.110283268 9.305166379 7.40083693 6.761237797 5.925177636 6.96827031 6.615284758 7.304399807 6.61759228 6.117842719 8.251896841 7.257450525 6.412030768 6.709230105 8.324580073 8.087848514 6.19250111 6.28324387 +LQ10X001840 Probable aquaporin PIP-type 7a 6.034680139 5.920636461 6.824271688 6.277194375 6.01564592 6.497873739 6.586372896 6.250087244 5.720244517 6.072154886 6.410395158 6.676587396 6.251404768 6.106293243 6.679136611 6.281407093 5.489118987 6.611443346 6.298013635 6.514931202 5.819941645 5.994005204 6.354759346 5.99021576 5.701406962 6.415164136 6.027994788 6.191896092 6.622493915 6.528118324 6.22616653 6.379598056 +LQ10X001850 Predicted protein 5.395353171 5.008006505 5.456626287 5.624745649 5.006287675 5.081339468 5.035503437 5.117075891 5.121921674 4.963968827 5.4324065 5.441451412 5.360417227 5.199456895 5.475683501 5.006323703 4.975922443 5.028673955 5.130984413 5.296274789 5.10712075 5.208898061 5.297166439 5.582102229 4.831602727 5.144255379 4.921759355 5.39471117 5.001050435 4.976705218 5.428843359 5.282337857 +LQ10X001870 Putative uncharacterized protein 9.355875047 10.72534055 10.61456986 9.760617949 12.22288516 9.514393923 10.64011995 11.81965052 9.485665855 10.50382943 9.892771444 9.974429258 11.03594541 9.728879296 11.15666927 11.21459627 12.44386015 12.91884516 12.70967418 12.05700348 11.84689959 11.30687374 11.65003412 11.12176335 10.17394268 10.74416685 12.12078687 10.87927739 11.41474794 10.88586228 11.86227916 12.19581298 +LQ10X001880 60S acidic ribosomal protein P0-1 14.82754539 15.13486778 14.0515372 14.05392551 14.33526989 14.22856463 14.03041492 14.0632501 15.07435384 14.93955504 14.44518821 14.73885669 14.41839031 14.31817002 14.23132655 14.09576337 15.17614097 14.96631514 15.16543876 14.41661311 14.37013893 14.74180787 14.41866043 14.42125383 15.28845423 15.13258696 15.20276783 14.2583245 14.75136138 14.43846014 14.54307342 14.59110721 +LQ10X001890 Syntaxin-31 10.01482787 10.18002115 10.69760669 10.60133247 10.93735681 10.20802858 10.20373312 10.59321792 10.21370983 10.06364177 10.94690587 10.98956991 11.17347734 10.31404328 10.30821879 10.75478105 11.1391783 10.88129652 10.8827953 11.40302007 11.42054182 11.19866295 10.41105908 10.83402035 10.93725222 11.00964548 10.82652618 11.65209516 11.57531727 11.56229796 10.63078452 11.15981217 +LQ10X001900 Auxin transporter-like protein 2 10.84563299 11.07371205 10.81659092 10.47327883 12.05273074 10.30525237 9.785656331 10.91464361 10.88885853 11.47836981 11.43701504 11.39893736 12.14284397 10.50836816 10.14294953 11.76923468 10.61150675 10.6186374 11.76581134 11.46311245 10.48077033 11.48565323 9.221588648 10.14909238 11.12100535 10.73603549 11.78954034 11.3864926 10.68197724 11.98037178 9.849822722 10.31864699 +LQ10X001920 Metalloendopeptidase, putative 12.23646826 12.14410431 13.1727512 13.90418023 13.4945287 12.96212086 14.17441303 13.88914274 12.61395018 12.0097792 13.17718037 13.96143978 13.54653682 13.55881939 14.62859301 14.81174431 11.43080493 12.32276826 11.36825639 12.45786207 12.88454401 12.78537549 13.61541943 13.65805119 11.51405928 12.55986108 11.40389946 13.54467856 12.8750475 13.72612493 13.65873037 13.58328416 +LQ10X001980 Putative Probable LRR receptor-like serine/threonine-protein kinase At3g47570 5.856054502 5.72437942 5.892358963 5.730923774 5.841639091 6.118231649 5.910235768 5.738785216 6.001514056 5.689363548 5.88978938 5.761225447 5.903820718 5.993835746 5.604626967 5.657035663 5.555771062 6.131457013 5.930741614 5.603857707 5.748775183 5.842998885 5.683585565 5.618142691 5.601156059 6.264518962 6.600811862 5.696973278 5.572400286 5.637526271 5.867497726 5.809488974 +LQ10X002040 Putative Uncharacterized acetyltransferase At3g50280 5.293566996 5.782123566 5.397474727 5.259202401 5.529884615 5.297036785 4.957397959 5.296208327 5.55936771 5.112749549 5.397728805 5.49319914 5.038922512 5.241677034 4.926679859 5.156810204 5.718845768 5.235242349 5.182311233 5.536048995 5.22808724 5.412770559 5.929694739 5.575084192 5.298642146 5.363006412 5.548287259 5.521169194 5.71884835 5.356840021 5.696324479 5.568611913 +LQ10X002050 Putative Uncharacterized acetyltransferase At3g50280 5.491745988 5.89446244 6.901616014 5.859652534 6.302762482 5.658399588 5.630083847 6.13312565 5.774281092 5.354944034 5.77523664 5.476310613 6.129251002 5.719822546 5.51246462 6.140454808 6.219524444 6.302352426 5.438726718 6.63846658 6.288333176 5.994426286 6.201966891 6.836115982 6.171885204 5.802398594 5.467908962 6.115114663 5.547981166 6.107832438 6.284575116 6.507062853 +LQ10X002060 Putative uncharacterized protein 6.828966849 7.011527099 7.81480506 7.022937136 7.113953059 6.644196817 6.308063348 6.141118282 6.944608947 7.085123579 7.8703884 6.941725278 7.698486978 6.753880772 6.403573829 6.409556305 6.72707569 7.330578429 6.883158865 7.061353479 7.662656275 6.823240807 6.442673774 7.941019179 6.662771284 7.43022419 7.047844727 6.972143246 7.174048575 7.059882105 6.903659585 7.398693707 +LQ10X002080 Putative Mitochondrial substrate carrier family protein Q 11.18753771 11.72331366 11.70010388 10.83881184 11.42908362 10.76789922 10.6737218 10.30532943 11.42727063 11.5562892 11.90132302 10.89517495 11.68082025 10.86906681 10.85090936 10.51869896 11.42947206 11.20120284 12.24403139 12.52032794 12.07597669 11.48714948 11.72005255 11.71233206 11.88487338 11.58213508 12.05110049 12.01374427 12.48641985 11.43824929 11.9753403 11.51826456 +LQ10X002090 Probable signal peptidase complex subunit 2 5.114956307 5.171779878 5.459822788 5.419686254 5.360714128 5.360034622 6.015178087 5.353659799 4.960001213 5.307776478 5.486261571 5.717708252 4.995717814 5.672258855 5.800524838 5.590597206 5.230956314 5.108108379 5.306873994 5.472211621 5.151108043 5.136423392 5.061732048 5.178398623 5.629938579 5.091856326 5.101084889 5.50074484 5.24914174 5.060697989 5.552058694 5.784315219 +LQ10X002100 Predicted protein 12.65016882 12.14796036 12.84438141 12.26820143 12.67458378 13.07538952 13.13623801 13.24835765 12.55978283 12.10664951 12.76790314 12.343398 12.67150874 13.27454644 12.98120072 13.24756055 13.03237413 12.9624051 13.26359894 12.96028001 12.93522018 12.75985008 13.72633207 13.89904374 12.92340787 12.60504617 13.13208826 13.08428962 13.18315705 13.04526812 13.87941056 14.03284273 +LQ10X002120 Coronatine-insensitive protein 1 13.84085448 13.35184495 14.13908723 13.72746186 13.39552487 13.56918929 13.6404314 13.44331961 13.54886841 13.05414906 13.77594528 13.59360793 13.77273706 13.34828889 13.46175405 13.34768641 13.09023044 13.62734423 12.64288077 13.84580958 14.23640355 13.19158468 14.0569055 13.77571696 13.11748268 13.24542859 12.6681382 13.89224026 14.08755541 13.05878943 13.68348352 13.76087897 +LQ10X002140 Laccase-22 6.254152995 6.394486283 11.65470842 13.81055014 14.16241592 11.63660517 10.76032185 10.86777478 6.605109042 5.519831654 10.44260025 14.37209793 12.49760317 11.47636146 11.93099654 11.7218516 7.139787646 6.936987617 6.290115917 11.22190071 13.10398549 13.37376932 10.14689093 9.832563847 7.276653662 7.511947582 6.217332098 12.02812612 12.35228994 14.69535748 9.803757457 10.66262519 +LQ10X002160 Sedoheptulose-1,7-bisphosphatase, chloroplastic 13.26772837 12.62776658 14.01980194 14.35779381 13.52757606 14.8735618 14.8835892 15.10546081 13.08434487 12.25264857 13.52080809 14.07942413 13.54139345 14.99001563 14.57413349 14.42467765 12.55573815 12.98959102 12.06128193 13.4299898 13.52190415 13.47970195 14.63036424 14.93712537 12.62773625 12.93471718 12.18111914 13.94019297 14.24465879 14.35275925 14.62408121 14.71467526 +LQ10X002180 Putative Uncharacterized protein At2g39920 10.85292022 11.13253266 10.72036786 11.08864544 11.31408177 11.48921612 11.25191387 11.72896144 10.66413405 10.41304969 10.77019848 11.09608555 10.87913912 11.42636656 11.56990002 11.74043412 11.96514758 11.86182337 12.23236269 11.11852018 11.59722064 11.82073545 11.88407988 11.54658388 11.37544141 11.47878984 11.80724522 11.0621873 11.37420721 11.89511256 11.87022227 11.62846275 +LQ10X002200 Pollen-specific protein SF3 13.43799799 14.01825633 13.43227875 13.53491569 13.89868875 12.38977194 12.59127166 12.65269433 13.75356654 13.62051274 13.7307558 13.93717298 14.1954491 12.60101301 12.59304821 12.82564675 13.48056856 13.31476043 13.72893642 13.59344383 13.64485959 13.90616756 12.1469335 12.78444004 13.94842969 14.10142096 13.65200437 13.76579365 14.04443362 13.55875535 12.6541993 12.52808832 +LQ10X002210 Uncharacterized protein At2g39910 11.03658542 11.03448402 11.15051753 10.64438065 10.51201365 10.76106015 10.77020468 10.23669273 10.83276912 10.82663908 10.89377441 10.21530448 10.4237162 10.69484995 10.64423512 10.0463506 11.0784619 11.59342468 10.88161728 11.20547815 11.20422026 10.71342484 11.59839689 11.95172287 11.2370314 11.72727315 11.24077314 11.07623342 11.67499925 10.54116196 11.70714144 11.81468709 +LQ10X002220 Putative Solute carrier family 35 member E4 10.7737493 11.18070111 11.36683425 10.99264964 11.09377507 9.906874423 9.742617423 10.04669569 11.429147 11.50234437 11.7713129 11.24556126 11.80969675 9.932645787 10.24978306 10.02185324 10.3289137 10.37688928 10.92729281 10.9953917 10.75683263 10.91585047 9.821204319 10.26794302 11.02838408 11.33752844 11.10964146 11.26359638 11.68962056 11.22789214 10.10235385 10.30172233 +LQ10X002230 60S ribosomal protein L35a-1 6.595573921 6.478119689 6.15563073 6.345527375 6.164435338 6.622820564 6.516049423 6.569883723 6.833221421 6.993353161 6.984033496 6.716787783 6.700456718 6.618822251 6.938316675 6.583862354 5.884155218 6.737808923 6.86322702 6.667182625 5.525092155 6.586271925 6.637946101 6.601776175 6.550633944 6.587347021 6.669113175 6.034354465 5.599569882 6.430994952 6.380706772 6.080438451 +LQ10X002250 Disease resistance protein RPP8, putative 6.019313566 6.031822327 6.247398284 6.331708211 6.330586073 6.851047555 7.469321672 7.067768154 6.033818944 5.598561452 5.576188788 6.727158213 5.909019808 7.520184839 6.48815151 7.411459248 6.59733433 6.753255664 6.615314249 5.630564625 6.191787621 7.334278525 5.846105511 5.768365544 6.646441002 6.524124657 7.088210377 5.932915953 5.986042624 6.318511762 6.099236056 6.280570737 +LQ10X002260 Putative uncharacterized protein 5.888446168 5.743950861 5.814268619 5.823997614 5.59144585 5.648917106 6.077791972 5.455623384 6.060581989 7.483297434 6.316223288 5.810490351 5.733022749 5.572462694 6.69412766 5.40968764 5.491990662 5.410626385 5.653793904 6.024408322 5.571468801 5.237672739 5.382086512 6.201625927 5.300690231 5.920313876 5.847372218 6.602804372 5.896529764 5.474964031 5.28188957 5.778828615 +LQ10X002290 Putative Predicted protein 11.39516518 11.70675987 10.88923204 10.30412637 10.81419079 8.412364063 8.620685819 7.845576726 11.43825185 11.61890739 11.00684623 10.22553876 11.01786311 8.748842154 8.439170518 8.359175719 10.52176195 11.33160713 11.78693733 11.59646016 11.59485034 10.95773699 9.700766187 9.357826403 11.71061055 11.94794788 12.57252373 11.33377435 11.97231909 10.32598169 9.372694765 9.567694815 +LQ10X002400 Putative Mitochondrial substrate carrier family protein B 10.37508225 10.24427577 11.03217254 10.13051633 10.82811609 10.23706192 10.05685866 10.70535483 10.33003161 10.20312917 10.92536052 10.29564392 10.78633649 10.37927068 9.738741848 10.38083181 10.39545492 10.4671811 10.17868549 10.9521096 11.21056365 11.0165124 11.67087696 12.05533808 10.55952631 10.07753551 9.46098853 10.9275922 11.73929578 10.92604765 11.44833387 12.32207517 +LQ10X002440 Serine/threonine-protein phosphatase PP1 isozyme 4 6.017938288 5.952884167 6.833009264 6.895021262 6.372046491 7.184264477 7.268763166 6.239531228 6.142597595 6.097167705 6.305767093 6.568550818 5.86783647 6.09156007 6.991199643 5.702626196 5.858282054 5.575598281 5.041736772 6.268057324 5.610779766 5.763200375 5.739114912 6.35010628 6.008733428 5.392631924 5.68790279 5.929648015 6.259147065 5.834353605 6.224128811 5.629016259 +LQ10X002550 Putative Folylpolyglutamate synthase, mitochondrial 11.91932299 11.71880291 12.59599982 13.18670489 12.54164695 13.18903382 13.00570472 12.68086652 12.05931654 11.69502207 12.66198285 13.06469599 12.69755763 13.28964991 13.30889044 13.10791474 11.62709862 12.1191119 11.98968231 12.13723215 12.10309656 12.17930668 12.60096854 12.48042872 11.91220732 12.11287565 12.09375663 12.81986787 12.61397682 12.89380631 12.99748155 12.30405551 +LQ10X002560 Putative Probable glycosyltransferase At5g11130 14.61112809 13.33783741 14.28645631 12.39773938 13.74862839 13.21428791 12.26016428 12.69452801 14.27096881 13.77511577 14.61783928 12.61505447 13.08073215 13.228855 12.87539031 13.29177002 12.8869626 13.81415608 12.92050914 14.00530466 13.87963781 14.16508943 11.52960927 12.28750992 13.84227278 14.39957867 13.49683072 11.87975807 13.98834472 12.03687684 12.06877266 12.81380156 +LQ10X002590 Delta-1-pyrroline-5-carboxylate synthase 11.27877648 10.29029849 10.9688404 11.19392272 10.38349601 10.07140076 9.857696073 9.291261774 10.98702349 10.42986218 10.77272872 11.07266617 10.68743077 10.17627371 10.28486574 9.44289034 10.27296773 10.29723071 10.08973707 10.24592115 10.43079724 10.50340177 8.102894462 8.973421766 10.59699821 10.78890644 10.21474902 9.560856552 10.76402575 10.31152176 8.37242202 8.815311922 +LQ10X002600 Uncharacterized protein At2g39795, mitochondrial 5.001257522 5.033375452 5.324117064 5.395361863 5.483965691 6.164941439 5.639633085 5.844385455 5.318158987 5.897640454 5.703068189 5.800575545 5.477508049 6.436823985 7.053615736 5.819807281 5.480771455 5.037022689 5.2715286 5.312692278 5.06186574 5.235413822 5.14232595 5.048232671 5.44445624 5.180814191 5.324264583 5.116529413 5.090070095 5.054846743 5.341941534 6.001963486 +LQ10X002610 Predicted protein 12.40857989 12.23991942 12.48244372 13.19045641 12.58827648 13.38118089 13.59915433 13.6339429 12.51621008 12.54587282 12.37795516 13.34198794 12.43592284 13.54673415 13.68476976 13.67642327 12.38053052 12.37285809 11.75057832 12.06147948 12.28585699 12.53428462 12.86197638 13.60977245 11.86877915 11.99969292 11.1911293 12.57765216 12.14827984 13.48940959 12.9390923 13.30103887 +LQ10X002630 Putative Cytochrome P450 5.50149316 5.808689189 5.434268956 5.33264671 5.512399309 7.188595189 5.476419783 5.312234878 5.542007863 5.306512716 5.501499345 5.317524251 5.450634669 7.107297979 5.423296941 5.616665059 5.927366207 5.735037372 5.402754588 5.672587698 5.189739687 5.589811688 5.850128224 5.246617698 6.154549208 6.24853398 5.327434539 5.335365219 5.709022216 5.790629021 5.582338392 5.871434235 +LQ10X002650 Mannose-1-phosphate guanyltransferase beta 5.505207005 5.946850163 5.018079411 5.663034758 5.428412486 6.055394464 5.724408912 6.283034373 5.547940568 5.560652698 5.855569354 6.016169065 5.413833316 6.472386903 5.985371991 5.956558056 5.828642536 5.449345866 6.111219725 6.02698564 5.672919252 5.543747023 4.928085688 5.475446039 5.299276303 5.551888054 6.24506734 5.817601344 5.564611537 5.548855905 5.478922247 5.562503938 +LQ10X002660 Putative Eukaryotic translation initiation factor 3 subunit G 12.38406808 13.08195036 11.82184655 10.75477402 11.65529387 9.626752246 9.861240686 9.474947265 12.45254506 12.82234768 12.04025009 10.74520544 11.98573728 9.816555859 9.454468525 9.442823455 12.30861942 12.18026224 12.75704145 12.51852631 12.67502485 12.16288382 11.77049632 11.7661182 12.70646156 12.9183577 13.55768436 12.05570275 13.0825531 11.83320898 11.83438709 12.00274612 +LQ10X002680 Hypothetical protein 10.70200696 10.68246691 10.49722362 11.18221381 10.97160086 11.38950249 11.75787088 11.64307732 10.85124412 10.63258828 10.76472747 11.09473347 10.9368364 11.54841087 11.64425784 11.83160733 10.79319602 11.04132096 10.69515821 10.22072765 9.478353822 10.22197954 10.37180438 11.20496673 10.11815902 10.35740514 10.2429444 9.748631842 9.324974602 9.993483485 10.41816377 10.94382964 +LQ10X002710 Putative Telomere-binding protein 1 8.255184791 7.643397079 8.798173934 8.408675139 7.750191471 10.49003705 8.681266594 8.729797409 7.639665932 6.870667769 8.109440197 8.102990422 7.420021496 9.485898576 7.537403077 6.453493868 8.285654466 7.124620553 7.23881584 7.551755759 6.824330471 7.675675842 6.500926605 6.859770721 7.594487123 6.816845342 7.794392314 8.145494465 7.430509018 8.072630136 6.203376651 5.819652065 +LQ10X002720 Scarecrow-like protein 14 5.397575785 5.177194049 5.298715912 5.686426378 5.565184745 5.637837356 6.135977628 5.496899115 5.431895736 5.084349243 4.985044734 5.846549313 5.413954473 5.69645465 6.152007979 5.583497175 5.407793882 5.196115662 5.327756624 5.655174636 6.162352736 5.935092637 5.947374541 6.515130314 5.146161197 5.404440457 5.406829839 5.790583341 5.697726272 6.037982724 5.670750697 6.535012343 +LQ10X002750 Actin-related protein 5 9.651310743 9.553098401 8.96845777 8.827980753 9.110362521 8.991721287 8.91167573 8.506475148 9.304429084 9.201055394 9.047607854 8.564488449 8.781254503 9.121382672 8.997832237 8.252177377 9.562493206 9.278424715 10.04415988 8.946134125 9.689469628 9.082639018 9.772246489 9.3503522 9.827193162 9.359141642 10.2037127 8.773590607 10.04872354 9.291345312 9.768129048 9.268105095 +LQ10X002770 Putative Peptidyl-prolyl cis-trans isomerase FKBP4 5.928849148 5.920924665 5.76625857 5.940710321 5.486983179 5.690152344 5.950726417 6.332488814 6.176884773 5.703189782 6.012825878 6.005052154 6.011965009 6.236383851 5.718302714 6.269054842 6.086356346 6.248456392 7.595220661 5.762088973 5.75677487 6.040474937 6.299351268 6.887348485 5.864877218 6.214985401 6.187591581 6.056003915 6.111792265 5.993409896 6.079347717 6.425611451 +LQ10X002780 Protein binding protein, putative 12.75162523 12.99697635 13.37781802 12.80318463 12.72135483 12.26500281 12.26282665 12.30624667 12.81125968 13.00575152 13.12730147 12.77967015 12.85746958 12.40802435 12.67188316 12.69624563 12.96046932 12.66865664 12.87068294 13.06587849 12.88168886 12.98829368 12.59768179 12.94257233 12.77096453 12.39682913 12.7864903 12.96527568 13.14014159 12.76689267 12.6848323 13.14405348 +LQ10X002790 Putative Aspartic proteinase nepenthesin-2 6.160370113 6.511475043 6.545452177 6.414834147 6.791506333 6.475345469 6.984728113 6.025885189 6.423448438 6.200473136 6.133685703 6.187250637 6.577882771 6.668024015 5.677046508 6.391500837 5.909536657 6.540398035 6.294754262 6.544930734 7.16974264 6.364525337 7.659624354 7.595320389 6.631496655 6.65949659 6.226831649 5.841954171 6.371087465 6.304267029 5.618386059 7.681470298 +LQ10X002810 Glycerol-3-phosphate acyltransferase 5 6.876958778 7.687399928 5.996731686 7.367733656 6.257704386 7.155162901 7.308813355 7.60451048 7.210977737 7.699347098 6.518912843 7.46356758 6.316763311 7.478442069 6.855859959 8.095299455 7.310016673 7.016652362 6.559114414 5.531913549 6.027254912 6.725605175 5.933405399 5.53035921 7.62576753 7.152784633 7.524473981 5.609373169 6.075015517 6.518935617 5.702875551 5.732125182 +LQ10X002860 Putative Protein SRG1 10.01668039 9.994919558 10.50494328 10.81879943 10.88297379 11.37311241 11.87150217 11.64316343 10.25591361 9.899067977 10.38593584 10.58740737 10.68101828 11.60400434 11.95820844 11.39966796 9.803193556 9.332312232 9.805596729 9.639313507 10.13924639 10.76315918 11.84439045 11.7155934 9.70878043 9.490090271 10.17609078 10.18446021 9.741434163 11.61932285 11.73657664 11.50880529 +LQ10X002880 Putative Protein SRG1 5.002260543 5.203669676 4.891818592 4.902002597 4.934005908 5.574620331 5.051894142 5.433953105 5.217907515 5.051765812 5.008508005 5.117411274 5.178574026 5.727513916 4.960344051 5.500167305 5.122279054 5.07346645 5.150764141 5.303460273 4.669045399 5.167763413 4.860694493 5.056515948 4.975124543 5.163528799 5.063187651 5.056380558 4.874278023 5.253435548 5.340718599 5.142669835 +LQ10X002920 Ribulose bisphosphate carboxylase/oxygenase activase 1, chloroplastic 5.282259519 5.038034426 6.072925818 5.386184918 5.597013615 9.099808514 7.894739994 6.094841105 5.083013781 4.722283148 5.450943354 4.975079452 5.263284005 6.988336971 5.606416704 5.162313201 5.67862035 5.19648594 4.901546627 5.223464903 5.50786349 5.095914195 5.536713264 4.959782505 5.147381146 5.278798965 5.217017513 5.314029673 4.96560899 5.473544005 5.113801764 4.968522512 +LQ10X002940 ESC, putative 5.092459193 4.829870758 5.999007278 4.974236781 5.543642326 5.250044161 4.709652913 5.166045551 5.325268373 5.009255924 5.466099051 4.892881602 5.121607904 5.472149827 4.911259063 5.044479814 5.72141322 5.014918611 5.500641428 5.743571177 5.898054462 4.754201624 6.392370985 6.343081882 5.625184142 5.210558766 5.59485473 6.785047269 5.51043613 5.096741797 6.524254011 6.239600195 +LQ10X002950 Thylakoid lumenal 15 kDa protein 1, chloroplastic 13.5863369 13.69770946 13.94351986 14.47162304 13.77322413 13.63552113 14.25736633 13.80736204 13.5811664 13.69115902 13.59923096 14.30115535 13.82739541 13.40419275 14.50720081 13.84468675 13.05482856 13.64549398 12.73458223 13.08564511 13.59823142 13.18196627 13.22762918 13.04700953 12.43988977 12.88090528 13.0097511 13.04539923 13.22404339 13.50310003 12.9439323 12.76209826 +LQ10X002960 Predicted protein 6.09937295 6.210926437 5.90293356 5.928342921 5.367023143 6.958833267 6.616362126 5.787904766 6.07682072 6.337924706 5.203308214 5.919609465 5.793246003 6.432262995 6.213333946 6.049522252 6.331019292 6.684989003 6.056017226 5.99068898 5.971975759 5.733454504 6.25858579 5.544628361 6.253512347 6.725119339 6.125414586 5.964416637 5.636120568 5.569926563 6.217529902 4.83172758 +LQ10X002990 Protein phosphatase 2C 37 6.535321473 6.347733638 6.559637055 6.259487027 6.230649682 6.543485307 6.316695804 6.268382451 6.6917556 6.290986883 6.960100819 6.501910828 6.893612382 6.621101772 6.293753307 6.16838359 6.327136153 6.680687152 6.391346343 6.691755019 7.38929401 6.453099233 7.229318001 6.741131644 6.277559193 6.456883492 7.23977414 6.63740894 7.455722232 6.390725274 6.458145579 7.134429138 +LQ10X003000 Zinc finger protein, putative 7.127782884 7.747812035 7.169976476 8.306378215 7.623385621 8.499387568 7.523547988 8.007551724 7.899410307 5.968623469 7.323243859 8.453479036 7.521413181 8.675209546 8.105347158 8.125942515 8.448642292 6.757585909 6.748095426 7.275684872 5.259609556 7.951796286 6.028015613 7.250974113 7.652535981 5.898885733 5.4127463 6.611096321 5.890143548 8.242980134 6.830270236 6.81087333 +LQ10X003010 Probable methyltransferase PMT11 5.513634984 5.372329621 5.92920233 5.855503404 5.729166245 5.144938051 5.406405976 5.191861781 5.981419177 5.574545896 5.66419309 5.852991335 5.546286064 4.840420788 5.685225876 5.269631672 5.142707579 5.485793053 6.062810572 5.639624928 5.81024572 5.652038658 5.30573027 4.849181238 5.454700098 5.905465665 5.346691972 5.23101638 5.906768898 5.150337841 5.575521063 5.250213698 +LQ10X003020 Putative Speckle-type POZ protein 6.330228698 6.695082914 5.717175682 6.086407687 5.956116367 5.743225507 5.781724801 5.883888442 6.394824353 6.596259976 5.63803868 6.110291156 6.559288192 6.190997164 5.903506616 6.118705833 5.831157876 6.493599263 6.517390915 6.218064291 6.403552768 5.916980588 5.88197916 6.112044537 6.003993199 5.990194717 6.86093036 6.267761347 6.159726171 5.647989197 6.226635219 5.476377406 +LQ10X003040 Putative Probable E3 ubiquitin-protein ligase HERC2 10.4915446 7.871033912 10.37042257 8.657616819 6.887261673 11.39196788 9.951742135 9.655513481 9.042132706 6.690633923 9.325015561 7.964768425 6.21950015 10.70691236 8.820271827 8.898134921 9.12105704 8.975822542 7.211268459 9.414677716 9.398804628 7.195894143 9.900230964 9.266912161 9.272143541 7.507194986 6.330461611 8.765850331 8.33525502 6.660214511 9.532768197 9.154036946 +LQ10X003050 Wall-associated receptor kinase-like 20 6.215650241 5.949838542 5.326812703 5.348515363 5.530100117 5.246233319 5.563225926 5.434679535 6.229210325 5.712557984 5.37088434 5.777122605 5.565864593 5.484524578 5.405417227 5.945404665 5.402464479 5.944669996 6.509242743 5.475767838 5.239186414 5.720555555 5.382128987 5.567312297 5.627548312 5.978951421 6.096765111 5.554917309 6.163517454 5.861597008 5.203293809 5.428421357 +LQ10X003060 Putative uncharacterized protein 6.457080919 6.201740212 6.059750182 5.92393153 6.073090599 5.937224295 6.474104265 6.430473354 6.318292298 6.109430791 6.261850311 5.891190173 6.362047561 5.538853359 5.885653378 6.290443935 6.051583252 6.536015326 6.558519774 6.55853335 6.875088819 6.111627546 6.144208233 6.932790421 5.670750309 6.880831267 6.569799819 6.471904838 6.903194658 6.127823414 6.000491323 5.692600512 +LQ10X003090 Elicitor-responsive protein 1 5.438261303 5.88207962 5.177655827 5.227564958 5.461720042 5.032567744 5.397247684 5.263917565 5.371707154 5.872551235 5.270210765 5.354729995 5.292976717 5.03762702 5.298015345 5.05820682 5.147277015 5.310051298 5.599016915 5.071573042 5.259593646 5.207978342 5.736371858 5.118245976 5.84555488 5.676779345 5.484273067 5.161456417 5.503868932 5.213293523 5.79983347 5.712737548 +LQ10X003100 Serine/arginine rich splicing factor, putative 5.993117588 6.061386149 5.593440448 5.977808452 6.004175171 6.18397061 6.18017597 6.185493308 6.175753782 5.855182655 5.980259782 5.948038545 6.035195589 6.015562308 6.188232464 6.050194365 5.855959671 5.844218149 6.232623624 5.824602169 6.271768048 5.650091439 5.669050191 6.272750818 6.246776928 5.666056925 6.350391929 5.873557182 5.722667439 5.566007953 5.454951062 6.407292475 +LQ10X003140 DEAD-box ATP-dependent RNA helicase 42 4.968958437 5.356660646 5.149184963 5.02679604 5.694277935 5.293354131 5.173977883 5.046661375 5.418392881 5.341670546 5.519254013 5.24431012 5.383382641 5.043818149 5.03465339 5.03543505 5.010761003 5.757378312 5.599905687 5.816822824 5.214103785 5.353178937 4.909018951 5.212301176 5.369617386 5.547458858 5.587974543 5.155694454 5.087526151 5.465412633 4.693422543 5.452641347 +LQ10X003150 Triosephosphate isomerase, cytosolic 5.601025562 5.689307149 5.628376216 5.865571025 5.35835176 5.767826743 5.406666422 5.326055268 5.845761288 6.547391195 5.93183483 5.43571123 5.883059399 5.47690758 6.838291352 5.662172973 5.877588973 5.366443146 6.919257488 5.764072084 5.305079582 5.329893003 5.356368189 5.624892938 6.033973327 5.469550625 6.356352788 5.391213256 5.948034919 5.363886397 5.987445138 5.201473748 +LQ10X003170 DNA replication complex GINS protein PSF2 5.258842944 5.04768497 5.422255917 4.685022659 5.701191061 4.845002434 4.680761995 4.827958286 5.426190364 5.2342719 5.416288726 4.793383644 5.409205101 4.765666076 4.994026626 4.760997571 5.292031729 4.992892193 4.843047523 4.941739722 4.871682953 5.206983006 5.055125132 5.043389811 5.324236944 4.966911363 4.846164476 5.103387799 4.780648762 5.235967385 4.922822751 5.451089883 +LQ10X003290 Putative Dolichyl-phosphate beta-glucosyltransferase 11.25773969 11.83791049 11.43226351 10.94467269 11.23581027 10.51568845 10.8343994 10.28260784 11.44920461 11.94880789 11.71292506 10.71070529 11.44786357 10.53353436 10.74637594 10.22761246 11.40827881 11.46725891 11.52167623 11.58173628 11.64169537 11.39068717 11.57160656 11.06315263 11.5219376 11.55893173 11.57229627 11.09978004 11.94904864 11.1848197 11.5703214 10.87921987 +LQ10X003310 Actin 13.38181376 12.68970759 12.41179946 13.7779791 12.49397705 14.45659165 13.66303493 13.09742981 13.56216346 13.14930634 12.50767626 13.79939544 12.66492488 14.07749223 13.22626929 13.15554404 13.06109556 12.7297148 12.74998499 11.87634321 11.19091279 12.72786683 11.43788434 10.92069414 13.11480111 12.98551836 12.50278327 11.72516794 11.05047194 12.03941056 11.04441419 10.36465733 +LQ10X003320 Putative Trans-2,3-enoyl-CoA reductase 5.625391415 5.568963878 6.833975401 6.158809918 5.576795874 6.541939132 5.544068253 5.626935372 5.912783995 6.086564427 6.596655232 5.47878636 6.432168923 6.029116347 6.50820143 5.779264041 5.422641005 5.486880476 5.570358934 5.375542394 5.549361032 5.798748399 5.743447092 5.461398155 6.002726687 5.643265595 5.313454355 5.337110859 5.607836313 5.683281403 5.479403187 5.346560492 +LQ10X003400 Heat shock cognate 70 kDa protein 14.53615144 14.75286222 14.43308969 15.16365597 14.14256026 15.20389438 14.95753611 13.89597236 14.12537938 14.38919982 13.90904498 14.79496118 14.05914591 14.06092537 14.2685727 13.76544631 14.79245186 14.57699954 14.40068657 13.83153306 13.87596283 14.57132499 14.11615843 12.73475401 14.56983157 14.09827553 14.15197366 13.55133128 13.67236298 13.50197505 13.56704163 12.96682263 +LQ10X003410 Putative uncharacterized protein 12.4631516 12.51319995 11.38790793 11.68208087 11.57360145 11.30055483 11.92323802 11.35687458 12.94900804 12.91265834 11.92751721 12.4762214 11.8601997 11.82464885 12.08394348 12.31568735 11.80705923 12.15009594 12.43263031 10.51037433 11.27750398 11.35186584 11.74124276 11.19122499 12.36991413 12.61516374 12.62992503 10.25816668 11.29126211 11.12711163 11.81369009 11.10833955 +LQ10X003430 Putative uncharacterized protein 5.132399149 4.93629182 5.165658125 4.932540339 5.068399244 5.103204646 4.968285973 5.135587126 4.960491095 4.937720405 4.83170171 4.842131939 5.145865995 4.938966757 4.917441512 4.987765809 5.171876077 5.065776579 4.771950815 5.263474077 5.749801221 4.938926312 5.139068926 5.389422806 5.016922271 4.938880311 4.925350126 5.456564925 5.496140342 4.885925485 4.942289984 5.023993352 +LQ10X003440 Hypothetical protein 5.085481944 5.113466555 5.290459277 5.327310693 5.34610459 5.408877528 6.029800585 5.625124574 5.09653016 4.841390515 5.410517265 5.278559385 5.05744929 5.350779986 5.47857834 5.398319227 5.19177364 5.144022833 4.963738877 4.861798502 4.807017186 5.033424031 4.893460797 5.704289649 5.001088011 5.537144312 5.051791289 4.954484611 4.955038004 5.301438017 5.239396259 5.452875269 +LQ10X003460 Putative uncharacterized protein 5.643204047 5.544527499 5.626396627 6.034065175 5.78548423 6.200134927 6.186630204 5.975248281 5.9070996 5.86344742 6.305173299 5.918710821 5.771837267 6.260329238 5.745073424 6.51053285 5.414083734 5.938817916 5.685054259 5.484119812 5.446501755 5.762443618 6.484022431 5.881020093 5.648836494 5.519365986 5.664436929 5.677480004 5.160200017 5.480819192 5.353962604 6.102622546 +LQ10X003470 Heat shock cognate 70 kDa protein 15.11690662 14.40323019 14.35426668 14.60498145 13.87233733 15.10532287 14.59521113 13.02689852 13.60801657 14.43001041 13.79121195 14.22465597 13.61875982 13.96007414 13.39208327 13.12491329 14.56970039 14.80597474 14.23230766 13.8788093 14.53315219 14.03667097 14.44778269 12.81483089 14.20439472 14.07187716 13.45419087 13.56850476 13.66591716 13.08732238 14.2783577 13.04551933 +LQ10X003590 UPF0497 membrane protein 2 5.32902267 5.394575135 5.513894618 4.991061192 4.953107463 5.155668633 4.999336633 4.965157189 4.703904127 4.954043962 5.96804556 4.722263633 5.166618283 5.199254258 4.779877876 4.962883681 5.008812701 5.467498253 4.864020597 5.105946016 5.798254008 4.71576431 5.597547159 6.502366492 5.12297459 5.518497467 5.255947836 5.246397347 5.838255131 4.713596958 5.491803873 5.102394562 +LQ10X003600 Putative Oligosaccaryltransferase 5.114724457 5.286729571 5.483886156 5.324080936 5.179507125 5.366194672 5.522894182 5.75545645 4.974828401 5.625616332 5.525439848 5.489241476 4.996324841 5.242065933 5.756099744 5.455477744 5.161646121 5.129405931 5.148903274 5.246349676 5.108685691 5.13630925 5.585911568 5.314951234 5.249697779 5.093616934 5.323001631 5.458373134 4.949800221 4.989758431 5.843488031 5.407063478 +LQ10X003610 UDP-glucuronic acid decarboxylase 1 5.721161123 5.483689568 5.243237446 5.676665007 5.051511347 5.750229908 5.845375375 5.400950019 5.706506778 5.558184554 5.147987162 5.927938432 5.696503497 5.705194088 6.400052836 5.802578247 5.275576069 5.259073185 5.022870211 5.495594382 5.045916892 5.349457605 5.86799376 5.289980179 5.172237746 5.115306951 4.832778144 5.675396289 4.854406942 5.526309418 5.529140011 5.31684136 +LQ10X003630 Histone H4 7.262505681 6.899511788 6.517538915 6.35408694 7.002796651 6.079352833 6.13440951 6.273132844 7.332101291 6.938251166 6.673800037 6.53258548 6.991963285 6.141229545 5.885460058 6.209236708 6.996968277 7.921439084 7.723126863 6.44104791 7.508843257 7.194806433 6.966304492 5.832054016 7.23208028 7.873133703 7.940845615 5.652011332 6.704340992 6.9474756 6.237276419 6.365799167 +LQ10X003640 Predicted protein 5.582050716 5.538463945 4.840801297 5.757285637 5.344034395 5.874642311 5.517835368 5.552023814 5.732768088 5.896073226 5.457696284 5.848891535 5.537711042 5.911179445 5.965752818 5.372847486 5.832528385 5.572227851 5.638842832 5.945671969 5.251316037 5.299530443 5.072448408 5.320046193 5.365007225 5.410110945 5.511308189 5.546874487 5.137643888 5.528446618 5.533538693 5.656497034 +LQ10X003660 Putative uncharacterized protein 5.308476388 5.758195005 5.095309981 5.242752963 5.471540634 4.915832104 5.582840947 5.203956979 5.227037592 5.855088707 5.044584444 5.463812929 5.75408232 5.141446177 5.245775079 5.092122436 5.350305356 5.627551638 5.234393226 5.396760324 5.268275652 5.605136212 5.516190669 5.117159063 5.31351287 5.476723468 6.138455801 5.362651983 5.185250352 5.646166183 5.215469827 5.041942983 +LQ10X003680 Predicted protein 7.870144863 7.973783257 8.28759926 8.729851793 8.390552515 9.494163623 9.279831634 9.276399049 8.304214301 7.245449241 8.097273946 8.973886756 8.529251014 9.622271185 8.787317942 9.087798185 8.644411555 8.364688439 8.253223289 8.751366289 8.321321404 8.860158216 8.696103107 9.25539526 8.514012134 8.574034657 8.241047027 9.150607982 8.668786058 9.211516732 8.727992635 8.287596894 +LQ10X003690 Predicted protein 5.388732388 4.905622867 5.501369616 5.602381368 5.415233846 5.710771058 5.534463686 5.303414877 5.481340577 6.357035918 5.420860049 5.089113062 5.517035737 5.637544371 6.769471039 5.684765447 4.959973515 5.223840025 5.273682279 5.324972428 5.410335155 5.00067481 4.966862938 4.864464602 5.014243467 5.134222127 5.979254585 5.921659611 5.088990001 5.149722537 4.99055602 4.996725085 +LQ10X003700 Actin-depolymerizing factor 2 5.777352861 5.908772972 5.432965828 5.3655304 5.223892812 5.336455339 5.303521303 5.178054851 5.486703966 5.758013468 5.207124983 5.115846195 5.231155011 5.447324246 5.129367193 4.951125474 5.448050305 6.116237109 6.229691689 5.607818527 6.062940658 5.086608894 5.453818568 5.904576756 5.458408727 5.881362469 5.380820481 6.584492311 6.06015443 5.100975709 5.31211017 5.819643445 +LQ10X003710 Predicted protein (Fragment) 5.856002831 5.240505161 4.993792666 5.112711712 4.936365087 5.028483222 5.039721102 5.008184416 6.142934275 5.143976142 5.507583405 5.278245786 5.094782285 5.124513203 5.119573899 4.881441266 7.423843487 6.107023831 5.973931989 5.344886798 5.249221278 5.30807422 4.866826486 5.936135406 5.703910924 5.329795051 5.853251661 5.246846364 5.058622752 5.289297801 5.237194147 6.212953932 +LQ10X003730 Ras-related protein ARA-3 5.264468493 5.272492682 5.108128576 5.386702224 5.218539912 5.260901643 5.442180557 5.240484994 5.301996121 5.275963601 5.149710632 5.530603597 4.944402521 5.201988718 6.006694986 5.221280358 5.053263379 5.299622279 4.820462297 5.748431043 5.676209407 5.242029464 5.257733773 4.952448276 5.356452534 5.179493249 5.020632211 4.91662559 5.286484901 5.466786405 4.934772834 5.157881113 +LQ10X003740 Serine/threonine protein kinase, putative 8.373293987 8.42758053 7.924095704 7.053439908 8.140371801 5.607735019 6.19066461 5.510490067 8.964139266 8.89012411 8.896400656 6.491143967 8.003323708 5.76484616 5.690138816 5.70709261 9.493067816 8.81626263 9.67641858 9.117828631 8.441167021 8.792484943 5.128790632 5.415252059 9.499822479 8.961037437 9.262897336 7.731260887 9.227078056 6.574395164 5.279705847 5.781822685 +LQ10X003750 2-oxoglutarate dehydrogenase, mitochondrial 5.78504308 5.828946843 5.641039841 5.595125873 6.0691262 6.008845069 6.005615583 6.024024673 6.149440006 5.982388402 6.20290529 5.915482024 5.995139998 5.766334381 6.06883678 6.184425589 5.519754488 5.777975615 5.778950678 6.169067043 6.870636049 5.951562627 5.470707052 6.069695471 6.004000889 5.563766668 5.892801931 6.140890039 5.938927504 5.699752915 5.848592933 5.530995974 +LQ10X003850 Predicted protein 4.746982976 4.883093615 4.648784719 4.69245833 4.906050253 5.052975937 4.592662721 4.891546359 4.920939299 4.864390998 4.880028719 4.718439011 4.925288562 4.758667404 4.778243977 4.641041111 4.885000956 4.860862146 5.438143761 5.35125436 5.234600479 4.692732663 4.74828868 4.918884758 5.128074992 5.017139792 5.045509484 6.512206957 5.026680867 4.638664005 5.143784473 4.877450712 +LQ10X004090 Putative F-box protein At2g39490 4.98320192 5.376183165 5.228216521 4.966195259 5.442847894 4.692287937 4.756807682 5.329502428 5.198354178 5.19847275 5.362918627 4.940377974 5.394247265 4.952005149 4.901616388 5.198704647 6.218615688 5.509391988 5.339528846 5.313030772 5.208058845 5.292047589 5.570872951 5.965324338 5.318675826 5.296731002 5.443866728 5.294680581 5.240683743 5.601519233 5.57631697 6.246097959 +LQ10X004110 Putative Predicted protein 4.609346619 4.998389535 5.066138323 4.639954594 4.716694965 4.865267008 4.76629017 4.928037123 4.772220009 5.007183092 4.533303861 4.576633265 4.681619703 4.813331058 4.672920801 4.642916409 4.677972312 4.943791518 5.005845398 5.121522909 4.701636133 4.809525559 4.910123597 4.948976421 4.830406864 4.790208533 5.94154631 4.947409885 4.986931189 4.735184267 4.537230238 6.18907054 +LQ10X004200 Aquaporin TIP1-3 6.872684084 6.511338697 6.249991642 6.463837136 5.961074036 6.427876955 6.499810498 6.313564064 6.593037485 6.758319235 7.011919364 6.38840033 6.547048442 5.987114245 6.230023812 6.125548234 6.575132128 6.872178805 6.841085991 6.925061151 6.70517195 6.120851584 6.154492439 6.439313122 6.262070099 7.065646834 6.277162671 6.598129933 6.881375701 6.230324029 6.019616677 6.218532243 +LQ10X004240 PsbP-like protein 1, chloroplastic 7.982101854 8.404215324 7.68139154 10.23771171 8.24059267 9.353882907 9.973090172 10.59671388 8.189656701 7.995365118 7.941455093 10.42640255 8.789421224 9.138821159 9.85577658 10.05620464 9.132635518 9.320066839 9.569814825 8.587511055 9.304438919 10.64076837 10.75784014 9.891941566 9.487076737 9.570436066 9.802872674 9.197695475 9.432756128 11.02378619 9.772846471 9.893232574 +LQ10X004300 Hypothetical protein 5.071664715 5.005378635 5.094990066 5.029307043 4.892729863 5.228351467 5.575245551 4.967652382 4.834478231 5.093257026 4.995584133 5.113807711 4.981167378 5.087289428 4.956827542 4.818614356 5.163237749 5.00275067 4.763584444 4.883571821 4.957335298 4.763514535 5.070646311 5.376561025 4.661957835 4.684492926 5.110521455 5.394360714 5.150727624 4.630979111 5.055630468 5.074568879 +LQ10X004430 At1g28060/F13K9_16 9.696146844 10.15691522 9.188760644 9.070158613 9.66180188 9.408651377 9.390859763 9.442168216 9.556182857 10.12967028 8.996588535 9.06597542 9.71555859 9.341893399 9.087958724 9.293645643 9.803870292 10.15570371 10.90110283 9.888200314 9.757706601 10.14809072 10.0023675 10.20288418 9.933654252 10.62361041 11.28155577 10.0305793 10.33151076 10.2187086 10.42531262 10.23012801 +LQ10X004440 ABC transporter G family member 16 5.862560497 5.663298499 5.401336383 5.622706138 5.486486317 5.616300925 6.344985985 5.849829077 5.852854606 5.523606567 5.171105686 5.855804043 5.952992604 5.870017048 5.767153765 6.346297338 6.094698547 6.25033091 5.233463239 5.68505587 6.440913242 5.932865485 5.948954914 5.5887434 5.963319987 6.115609009 5.61762611 5.032024539 5.584335065 5.863338364 5.467038471 5.128698027 +LQ10X004450 Putative uncharacterized protein 11.79912321 12.08416671 13.02057993 12.62509459 12.86929552 12.74584927 13.14437154 12.73637534 12.10571991 11.9764649 12.96971029 12.83625478 13.33892347 13.02641199 12.66450132 12.82057027 11.96258539 12.61874578 12.40669905 13.63418361 13.85820812 12.93996162 13.95076462 13.94719055 12.41276574 13.09250363 13.05331894 13.88814205 13.77631035 13.62906824 14.04266704 13.74578044 +LQ10X004470 Hypothetical protein 4.964532241 5.090552886 5.080288416 4.92144613 4.635885044 4.762145019 4.778719298 4.910322699 4.983503727 5.193505762 5.435687739 4.91654051 5.290293065 4.753249347 4.736108793 4.803076995 5.000518938 5.068955397 5.395751791 5.280047645 5.054827487 4.612133915 5.280250125 5.166848903 5.037759929 5.034432502 5.556356351 5.252961386 5.341217658 5.218650626 5.227707751 5.16416417 +LQ10X004500 Leukocyte receptor cluster (Lrc) member, putative 5.482408616 5.608333847 5.750630737 5.336066479 5.582034597 4.928533 5.440973794 5.388170147 5.556505079 5.723970601 5.197621254 5.382151992 5.73157606 5.346278473 5.396251195 5.416242141 5.373422797 5.861160189 5.973510219 5.570699016 5.928338353 5.441920008 5.553811966 5.437291067 5.463979584 5.565072165 5.511700654 5.622973284 4.98077115 5.363973898 5.434649168 5.878494677 +LQ10X004510 Histone H4 12.28560986 12.00151623 10.27001526 11.36624646 10.17849946 11.29487701 11.61486321 11.61032959 12.31915442 13.42016354 10.98857432 11.09142111 10.24018883 11.47813489 11.27458381 11.66301627 11.75285767 12.28678952 12.54933716 10.90723352 11.78100715 12.03781596 11.11200843 11.02193284 12.84292658 12.82506572 12.57346155 11.01600259 10.28492023 10.65829139 11.41582372 10.991093 +LQ10X004520 At3g55080 14.02947031 14.41188624 13.99004821 13.7632817 14.48282351 13.83937721 13.97563731 14.41866339 14.40222559 14.40450574 14.26719741 13.81804377 14.23680734 14.02792317 14.18655566 14.54235689 14.02517246 14.0394946 14.62737331 14.28463679 13.77852442 14.74379644 14.23478977 14.89616258 14.43908332 14.48053443 14.77357737 14.36672713 14.38300415 14.418735 14.24058244 15.00705297 +LQ10X004530 Putative Macrophage erythroblast attacher 5.471827217 5.372719003 5.862015833 5.590863655 5.905667661 6.017978757 5.542716152 5.663786856 5.445330095 5.459126256 6.12182491 5.964517351 5.619666767 5.566272418 6.160520142 5.594599127 5.625540065 5.361845792 5.30553618 6.393285711 5.886981625 5.511240956 6.408860489 5.784652814 5.365989061 5.171645975 4.678483131 6.095881591 5.82798663 5.61630216 6.101420348 5.520502958 +LQ10X004540 Predicted protein 5.01280107 5.018682349 5.391144287 4.980796372 5.269727378 5.24774523 5.201270097 5.345737704 4.858725787 5.505320796 5.038106287 5.204885202 5.125470003 5.318493264 5.681907881 5.3830896 5.218727637 5.156168744 5.414267322 5.120100457 5.008845316 5.144266131 5.420962266 5.416998589 5.179470891 5.039176688 5.183805649 6.062109261 5.231486614 4.785063574 5.203881967 5.130183502 +LQ10X004560 Putative Nitrilase homolog 1 10.64499231 10.46975151 10.74538981 10.74447093 9.924430241 10.63998356 10.77810888 10.73323416 10.75602913 10.65422623 10.93756732 10.83422393 10.45439866 10.67555972 10.6628335 10.54370241 11.21475512 11.14765052 10.49650621 10.99151362 10.85858564 10.78956196 10.78946717 10.76694547 11.05056826 10.95317735 10.23756906 10.66052046 10.54210868 10.80764518 10.92604408 10.50966263 +LQ10X004570 Probable protein phosphatase 2C 38 9.734420321 10.11374484 9.870218492 10.05614979 9.416413299 9.843543445 10.22281857 9.799329673 9.683447868 9.848817335 9.948092255 9.758962476 9.781416973 10.07413249 10.1924371 9.84032174 9.923298218 9.540408682 9.688824198 9.550864497 9.562747689 10.12508735 9.575500448 9.842359171 10.16957683 10.02293104 9.529070748 9.710437231 10.23844283 10.35447428 9.789990423 9.444258791 +LQ10X004580 Protein IN2-1 homolog B 12.80247136 12.38373908 13.44687234 13.56885249 13.25279685 14.17433686 14.18031623 14.10555786 12.62194758 11.91598717 13.23173563 13.6070448 13.30082601 14.37110895 14.12076589 14.15134679 13.50980236 13.63255975 12.72139159 13.42553143 13.53825241 13.53709443 14.41043158 14.41155394 12.99815087 13.39326582 12.73821523 13.83715386 13.71635886 14.28900171 14.57437112 14.20071887 +LQ10X004590 Putative CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase 5.42108919 5.806276933 5.333624525 5.674049431 5.677949597 5.709806304 5.574025854 5.366145009 5.371008328 5.916120381 5.526692922 5.380063098 5.396778559 5.40551168 6.028487819 5.222345307 5.341176705 5.520245823 5.646297805 5.169453245 5.226914377 5.355292537 5.276075111 5.446418898 5.214587518 5.455830092 5.428207853 5.06972062 4.911635331 5.412420481 5.251794101 5.163711681 +LQ10X004620 Predicted protein 6.576738726 6.241957022 6.419340906 6.622485735 6.587137296 6.256816238 7.241078606 6.626234054 6.607736554 6.620842929 5.913362395 6.268553795 6.530754205 5.623563634 7.392620017 6.567177143 6.217780584 6.475475891 7.261256825 7.134413839 7.629778309 6.174958872 7.095942909 6.502930033 6.184854403 6.669569775 7.222461129 6.953986108 7.006136331 6.285134337 6.88496813 6.884431363 +LQ10X004660 Probable adenylate kinase 1, chloroplastic 4.943340945 5.463812282 5.368776341 5.000057691 4.981669767 4.87003294 5.068474492 5.010243827 5.375627488 5.065257245 5.267098851 4.968099312 5.020588691 5.074674558 5.035885446 4.936552828 5.306930793 5.254349974 5.395698145 4.878324913 5.476047499 5.246220076 5.382325911 4.937437149 5.038347544 5.160774116 5.387761927 4.88445636 5.417501161 5.071113485 6.376582552 5.341474703 +LQ10X004670 FGFR1 oncogene partner, putative 12.81368809 13.29824182 12.61444825 12.6678858 12.61265815 12.64232195 12.55650613 12.77189536 13.22801063 13.48330811 12.85576025 12.98674147 12.98305689 12.7321778 12.74085112 13.05028652 12.72981416 12.69516131 13.21834185 12.81279572 12.3881778 12.84078364 11.87384835 12.2547217 13.03102208 12.92273593 13.44469702 12.92529173 12.35216221 12.6759291 11.96589784 12.37587174 +LQ10X004680 Putative Leukotriene A-4 hydrolase 5.130076236 5.47180028 6.247803875 5.314958809 5.320646892 4.995162699 5.191410571 4.903988464 5.472683914 5.565495157 5.272801147 5.313007584 5.358259061 4.983042226 5.523672923 5.007956006 5.257689623 5.217699501 5.438490382 5.632322999 5.575368152 5.309130102 5.388685813 5.390289283 5.570384623 5.507861059 5.907725005 5.438541592 5.105839037 5.604932155 5.745040588 5.487397746 +LQ10X004730 Predicted protein 10.04180904 10.92825521 10.68122123 10.64720893 11.01716573 12.15461289 11.5879362 12.39649561 10.32834901 10.58451407 10.94276887 11.15896078 11.21767669 12.30566924 11.79412422 12.43604752 10.48434222 10.09444823 8.260985972 10.3201167 10.67106954 10.79000439 10.25847345 11.94897349 10.0521738 9.879973466 8.124215508 10.47179695 10.67645751 11.05620129 10.61339451 11.83370057 +LQ10X004740 AP2 domain-containing transcription factor 4.691395101 4.850073433 5.093093052 5.542129289 5.078115463 5.620859158 5.862282495 5.598710113 4.96790874 5.276211085 5.045763489 5.445953104 4.955298713 5.661797311 6.862328998 5.355663015 4.977219346 5.146673177 5.481257311 4.857526331 5.04277531 4.901374797 5.527043517 5.189913498 4.910141748 5.49801508 5.225256815 4.761136841 5.052707552 4.911639356 5.29691428 5.306507671 +LQ10X004860 Putative uncharacterized protein 12.07254378 11.44804548 11.63007019 12.25699154 11.9411257 12.21306734 12.18273013 11.98320126 12.22072797 11.39796135 12.06662733 12.44034042 11.97551081 12.18447967 12.07749203 12.13909279 12.03470514 12.28047588 11.44589092 11.75621704 11.61641163 11.835861 11.42743616 11.18345343 11.66224149 12.28544503 11.42055828 11.67489337 11.52671698 11.84067482 11.51205431 11.14267011 +LQ10X004870 Nuclear transcription factor Y subunit B-8 12.58220775 12.98508437 12.57313606 12.05973243 12.63805208 12.55915187 12.39863635 12.3667873 12.83839738 13.15140023 12.79321021 12.19634499 12.83831809 12.67102961 12.37837588 12.51484812 12.80294889 12.8447737 12.7946439 12.97157422 12.94660167 12.49260534 12.6505813 12.3804467 12.94787608 12.78975621 12.84904582 12.5395227 12.98036086 12.36205829 12.52378437 12.55686619 +LQ10X004880 Hypothetical protein 4.668319104 4.651112245 4.596715372 4.565422589 4.887188481 4.557417821 4.540743753 4.710925629 4.551823685 4.720578778 4.537388216 4.586649504 4.785176574 4.583202953 4.582187347 4.493514671 4.907791913 4.767578954 5.162006957 5.009225837 5.076913155 4.551640529 5.331062917 5.233569529 5.01227824 5.100097595 5.181914605 5.129810715 5.031652431 4.470274998 5.017049081 5.974663463 +LQ10X004890 Predicted protein 13.09968795 12.47977899 12.99743091 12.71232543 13.24973087 8.423959437 8.554170813 8.51434815 13.42500144 12.752052 13.1763701 13.04153712 13.85349548 8.374768118 8.274437035 8.72872639 11.74353435 12.61485134 12.06864097 12.40263123 12.96378854 13.44921674 5.733713565 6.069073193 13.00422494 13.45511812 12.57726688 12.43671326 13.30734355 12.33539536 5.921304931 5.774875226 +LQ10X004900 Hypothetical protein 5.315342713 5.268441107 5.103270178 5.50468016 4.954069978 5.414974156 5.616066257 5.607728122 5.301361967 5.214036393 4.911774663 5.790786939 5.27162985 5.311262087 5.429704147 5.683658411 5.249465141 5.456159701 5.735530155 5.536072484 5.26523744 5.402072863 5.564180082 5.845485936 5.266076204 5.268180883 5.627940225 5.245737329 4.959348994 5.634133528 6.383087716 5.377595835 +LQ10X004930 Putative UPF0363 protein 11.92618689 12.16487526 11.39809262 11.61106729 11.68692023 11.94129744 11.80664021 11.75016377 12.13433562 12.5217084 11.65616947 11.79373279 11.90794251 12.01166979 11.80870902 12.1243607 12.09379881 11.90216968 12.85326254 11.37104083 10.74580804 11.36096496 11.12093638 11.33313839 12.29842407 12.00435489 12.77954586 11.18663854 10.57416663 11.2879996 11.44139862 11.28175972 +LQ10X004950 40S ribosomal protein S23 5.499474309 5.820146475 5.816258976 6.809252545 5.190027172 6.452642013 6.829245144 6.142539699 5.72886219 6.215329286 5.540333412 6.589714091 5.953226557 6.708757048 7.261011216 6.607748784 5.690586028 5.561387608 6.558183147 5.872380329 5.131323148 5.611497724 5.129305452 5.816699669 6.114847227 5.787839883 6.488245408 5.433683804 5.769453289 5.445752639 5.628799799 5.759106688 +LQ10X004970 Putative ureidoglycolate hydrolase 8.951415178 9.579973186 9.301369647 9.43394791 8.61160683 10.58214873 10.40013866 10.26594659 9.455426668 9.68042789 9.383199723 9.500161494 9.209041257 10.55248187 10.52111193 10.07226386 10.12021041 10.38923888 9.674681404 9.835562053 9.680287936 9.739953894 10.21302345 10.51324712 9.883929327 10.30022481 9.743184014 9.677913728 9.557364461 10.5093433 10.31499062 10.53534267 +LQ10X005010 ATP synthase subunit d, mitochondrial 6.015388294 6.104557336 6.220615448 6.145024654 6.678385121 7.317150724 6.487077055 6.331694197 6.221943976 6.881786477 6.205363436 6.163758523 6.74067779 6.84452537 7.37084849 6.83305035 6.49233925 6.343621189 5.758501392 6.417437061 6.197282355 5.766609518 6.942511343 6.114172132 6.337419522 6.394651029 5.89992878 6.257802801 5.881194684 6.272613345 5.916273456 5.376266325 +LQ10X005020 Putative S-adenosylmethionine mitochondrial carrier protein 7.738362766 8.018864146 8.026229388 7.865227023 7.802115786 8.391273432 8.250871491 8.60780211 7.852136853 7.781919987 8.006271957 7.871213434 7.797608605 8.26490109 8.010128052 7.843091044 7.800500756 7.837636445 7.915999081 8.122973091 7.931997875 7.726694688 7.830185545 7.716936328 7.546790929 7.728949999 8.06093486 8.867961302 8.02724562 7.895353644 8.134849673 7.824983991 +LQ10X005030 Putative Mitochondrial import inner membrane translocase subunit TIM14 5.630041088 5.217568323 5.284891617 5.308629986 5.346326601 5.579204453 5.648756545 5.544866169 5.414137821 5.158848395 4.928121624 5.433786057 5.161307381 5.550257365 5.380813925 5.547222999 5.442704802 5.641038756 5.732751578 5.078759726 5.669785365 5.186997554 4.78274628 5.388056483 5.687790555 5.552903033 5.719537347 4.945218788 5.372987987 5.129430027 5.581233925 4.967869336 +LQ10X005040 Putative Protein IQ-DOMAIN 1 6.207492248 6.099057157 6.735784169 6.076892432 6.315439959 5.92875222 6.319048281 5.91774131 5.950955527 6.372054982 6.863717113 6.144990133 6.552586298 5.910620297 6.18267621 6.162177742 5.233473914 6.085406365 6.13314139 7.022686425 7.450717444 6.073222873 6.81202913 8.031874625 6.122256249 6.167203916 6.850373945 7.660203409 7.341297215 6.003507369 7.115461437 7.598537424 +LQ10X005050 Cyclin-L1-1 12.27539526 12.58471473 11.91642099 11.84244446 12.34051658 12.97958264 12.70891021 12.93713958 12.7177832 12.68555405 12.28674261 12.1749281 12.53971314 13.06554627 12.70279243 13.21475037 12.81020748 12.32535124 12.74722321 12.37388639 11.79710689 12.20210818 12.85122196 12.72220104 12.7712982 12.23853598 12.61211977 12.26314195 11.64401714 12.35468541 12.90091873 12.54926931 +LQ10X005060 Elongation factor 1-alpha 14.2372576 14.35589561 13.7486313 14.18285795 13.72247085 13.66788697 13.91266128 13.86464238 14.21643641 14.43857411 13.87813274 14.50368694 13.79755561 13.80063291 14.38407587 13.60255537 13.9467195 13.777715 13.94404399 12.98652328 12.72435578 14.00450882 13.0345625 13.37721791 14.42902647 14.36260312 14.39701922 13.25548648 13.44098435 13.90258769 13.01175485 13.60655053 +LQ10X005090 Elongation factor 1-alpha 5.288561462 5.261591984 6.206102051 5.761820879 5.823992376 5.836571444 5.560817021 5.63976842 5.200071411 5.194476323 5.822119611 5.859625036 5.725729831 5.884671127 6.631763863 5.855726756 5.142187527 5.189387847 4.637790979 5.943460328 5.715053043 5.400612148 5.462514296 5.485879613 5.021288781 5.184043824 4.761842797 6.10816892 5.341173277 5.382683934 5.419541604 5.285910215 +LQ10X005100 Predicted protein 5.419574171 5.240810366 5.353300457 5.475589383 5.413407397 6.125743044 5.481443717 5.423612139 5.306266158 5.666995774 5.376710442 5.69022686 5.324597395 6.057630684 5.552318138 5.432844732 5.550196712 5.128928262 5.440014037 5.753266839 4.965669794 5.207489252 5.042444574 5.75266785 5.268957078 5.261902873 5.270604511 5.349189245 5.001701445 5.264706773 5.214817316 5.339980568 +LQ10X005120 Putative Transcription factor GTE6 9.690352239 10.63772479 9.441271531 9.42025478 9.467225256 10.11675697 10.04074122 10.20015554 9.97543055 10.48639355 9.835158081 9.495454059 9.372675976 10.0899678 10.27564292 9.684067947 10.2302975 9.842837064 10.81639248 9.898291496 9.408069531 9.103346835 10.00917033 10.20519116 10.42170424 9.972770207 10.7212552 9.347538902 9.741386485 8.874854547 10.00394178 9.97682881 +LQ10X005140 E3 SUMO-protein ligase SIZ1 6.681409716 6.441211218 6.008673685 7.333276928 6.12568559 8.114562018 7.759010344 8.250012739 6.422344202 5.938200904 5.63844433 6.72959209 6.258316256 7.881272071 7.585823896 6.999671685 7.428361265 6.706277595 7.67517064 7.067029669 6.908809103 7.273750273 6.676916874 7.851300891 7.213105828 6.304714201 6.953513664 7.278597487 6.862256067 7.894719221 7.437209269 8.351833232 +LQ10X005150 Predicted protein 8.897191492 9.310680855 8.429347605 9.392104811 8.861156974 9.806386873 9.756426414 9.497556401 9.11720985 9.482948 8.784383714 9.178270022 8.869818908 9.759197327 9.914449656 9.422281799 9.204379864 9.512862743 9.971920638 9.278441562 8.794431622 9.436615645 9.452669961 9.615456722 9.421258696 9.59637682 10.36310198 9.425346243 9.353992465 9.570222367 9.394966033 9.515678259 +LQ10X005170 Putative uncharacterized protein 12.2802761 12.50017607 12.22545012 12.55479421 12.46627111 12.10087311 12.09062939 12.38983973 12.22888228 12.1877235 12.37443774 12.63961897 12.44143707 12.16729908 12.31091608 12.32618299 12.50560469 12.47868194 12.5276325 12.29249339 11.93306774 12.51918379 11.40955894 12.01906362 12.39181761 12.57297315 12.3979552 12.40114739 12.29162627 11.88099476 11.37032828 12.04243026 +LQ10X005190 Putative uncharacterized protein 11.01903998 10.51473273 11.36518501 11.22391044 11.25219997 11.30794539 11.36617078 12.09414184 10.67744953 10.11349365 10.95422833 11.1452891 11.04040471 11.32883431 11.39261706 11.41593254 10.77363514 10.82891385 10.8672076 10.81371866 10.91001469 11.37233194 11.23413568 11.44352398 10.88579422 10.33971677 10.80757399 10.99106147 10.94771245 11.38066084 11.287578 11.56440036 +LQ10X005220 MLO-like protein 6 6.067755132 5.79435168 5.833476824 6.494282139 6.454055525 6.65443779 6.146941569 6.438827886 6.161551799 5.715948822 6.020747728 6.170003424 6.409767025 6.657688138 7.73390131 6.568021878 6.229543661 6.151181859 5.850407536 6.238008177 6.388372004 6.418935881 5.405101672 5.147393043 5.884645836 6.424494803 5.808320837 5.588588622 6.857064114 6.244370018 5.925124778 5.818799669 +LQ10X005250 Putative Transmembrane protein 115 5.526140185 5.487297179 5.528700312 5.217797402 5.296074629 5.152951822 5.166294357 5.127623717 5.784997611 5.741989153 5.779649268 5.296041418 5.194413387 5.135410192 5.61463803 5.274999522 5.982379365 5.861722431 5.804450571 5.57778713 5.454578318 5.211864724 5.809960351 5.147339167 5.492330068 5.721591922 5.798474833 5.0636435 5.996421334 5.326752309 6.219689234 5.477639208 +LQ10X005260 Putative uncharacterized protein 9.727792594 9.572131248 9.96034333 10.72585882 9.708807108 11.88414549 11.77564047 11.74562623 9.760965214 9.093417848 9.948108565 10.7140263 9.900151244 11.8653197 11.91191311 11.43584153 9.819988242 9.041678842 8.464190133 9.37504633 8.807950874 9.741257866 10.15244886 9.925614442 9.600883594 8.906770049 7.908942152 9.555736379 9.416610277 10.26674667 10.08196434 10.01581767 +LQ10X005310 Chlorophyll a-b binding protein 6A, chloroplastic 15.3348784 15.25206291 15.44502559 15.55614959 15.36385723 15.1880309 15.74644033 15.2260502 15.11436536 15.02350803 15.17089191 15.56318674 15.31760963 15.55522944 15.31651224 15.60774594 14.45754325 14.6844001 14.46355435 14.67589909 14.97042149 15.05824936 15.31490451 15.07229727 15.07871697 15.02396629 14.77255399 15.22666371 15.03411206 15.44956621 15.10400093 14.91451527 +LQ10X005360 Putative Para-aminobenzoate synthase 4.699731168 4.90030991 4.759867093 4.923727782 4.821604691 5.631745378 5.129306151 5.492157719 4.487176513 4.838936645 4.399624864 5.037528738 4.561159604 5.355240791 4.590884328 4.907074587 4.42452512 4.608642081 5.448956161 4.833349952 4.725949344 6.668216158 5.488208746 5.10621447 4.826146065 4.787202806 5.15272453 4.706410744 4.568078235 4.556866554 5.76037102 4.855922179 +LQ10X005370 Chorismate synthase, chloroplastic 11.27756139 11.4382675 10.96554243 11.19517909 10.9438252 11.12893257 11.0915252 10.81989292 11.24993264 11.34237955 11.18231117 11.35104876 11.15627838 11.2236875 10.78435806 10.90615941 10.96904564 10.06993767 11.04882778 11.23034135 11.12644592 10.79294533 11.44937877 11.12572637 11.53403342 10.79863526 11.22241456 10.90754645 11.70445815 11.36229636 11.50160282 11.08819604 +LQ10X005380 Putative Patatin group A-3 7.137571491 7.431051235 6.217095511 5.362878525 5.999651913 6.649671152 6.05217022 6.383622328 6.302306228 6.205623925 5.664420903 5.217715955 5.647849246 5.507975051 5.715206382 5.700626009 7.566963731 7.340874252 6.866144125 7.281115812 8.261302055 7.081310958 8.287155002 7.844097542 7.642907524 8.291944036 6.452281388 6.173295782 6.815067012 6.953119551 8.521456885 7.776293354 +LQ10X005400 V-type proton ATPase subunit G 13.86521049 13.37074395 13.98340196 13.94771642 13.77472724 13.32866269 12.97783516 12.87165882 13.93764271 14.2119722 14.25826975 13.95887528 14.11075708 13.11957266 13.32059569 13.13098958 14.18353612 14.01642233 13.95371198 13.82890857 13.29176235 14.20901537 12.94208291 12.74580207 14.20647041 14.27246342 13.44467786 13.68297403 13.07403446 14.0226634 12.85673348 12.39372284 +LQ10X005440 Putative Uncharacterized abhydrolase domain-containing protein DDBG0269086 5.829945638 5.559362845 5.824995838 5.459704616 5.370731813 5.1977132 5.749802521 5.472623832 5.758067269 5.745108534 5.683498009 5.64041529 6.026714684 5.392911911 5.835435039 5.628357712 5.317793319 5.44439337 5.383062772 5.755079431 5.975063557 6.107525473 5.25180496 5.454252733 5.422516385 5.317761796 5.565756962 5.262174175 5.522770498 5.534450882 5.357199389 5.657936521 +LQ10X005450 Putative uncharacterized protein 4.982945877 5.163301356 5.253495333 5.563378271 4.996314333 5.270532033 5.1349377 4.783848956 5.004949588 5.19455829 5.027444226 5.180563214 5.236546372 5.269953411 5.174129189 5.094263533 5.441201482 4.771832316 5.356220731 4.838226683 4.880466547 4.788044726 5.185807201 5.933954452 4.848472194 5.05149981 5.123340426 5.372681449 5.156309216 4.99627653 5.321928361 6.943232923 +LQ10X005460 Putative Major intrinsic protein 4.827262965 5.080204286 4.909673891 5.410425854 5.043475916 8.800930257 7.157571398 7.420231053 4.769860366 4.910087626 5.061271071 5.109469205 5.401478546 8.772548717 6.857219468 7.729347915 5.200016145 4.881829299 5.531168539 4.8638069 5.231182506 5.19115403 5.442599539 5.449076607 5.02655756 5.300830841 5.392164874 5.385856409 5.765273607 5.213061995 7.076166636 5.272257819 +LQ10X005470 Predicted protein 13.01935114 12.98206109 12.78127323 13.14389295 13.30279616 13.20624561 13.40602336 13.34925179 13.30081461 13.26904364 12.91967886 13.28366937 13.47135386 13.48999921 13.24071065 13.62403219 13.32906177 13.82129025 13.13872823 12.8171225 12.95202608 13.48669457 12.8374132 12.96394288 13.23008837 13.0489517 13.09549693 12.73394929 12.36428711 13.22914068 12.83271725 13.10028118 +LQ10X005530 Hypothetical protein 6.766729259 7.508039098 6.9341371 7.342903328 6.790780928 6.944138552 7.596802926 6.886572163 7.24290657 7.649081997 6.60397699 7.681547606 7.832030397 7.100254141 8.857303176 7.663767815 6.60952286 7.03201117 6.462207288 8.111592269 7.561336788 7.753828259 6.608451012 7.279985372 7.224471951 7.329309998 6.447702115 6.857158878 8.391328809 7.586329249 6.943174496 7.486574544 +LQ10X005540 Hypothetical protein 5.425818272 5.234804919 5.50254707 5.382787357 4.954046271 5.333220226 5.42033408 5.479400951 5.377070682 5.540124174 5.342499271 5.577526719 5.319105002 5.191810888 5.432727352 5.359785204 5.00443567 5.524809537 5.273257118 5.319909397 5.369977821 5.282434159 4.879877314 5.442692134 5.786698842 5.905986119 5.663565723 5.114563425 5.517483084 5.598496372 5.007418286 5.083775725 +LQ10X005550 Predicted protein 4.589272065 4.710099017 5.097333021 4.850576235 5.126488699 4.687615891 4.689462786 4.785482946 4.478687996 4.883341483 4.504849746 4.719459844 5.053247562 4.630186428 5.085063086 4.911859344 4.877013159 4.783965543 5.032562698 4.72947114 4.723577607 4.654986359 5.152947789 5.26044916 4.877238451 4.716353108 4.60399374 5.075607282 4.979854346 4.404557634 4.718341475 5.690594853 +LQ10X005600 Ubiquitin-like protein 5 15.0092738 13.98676772 14.59241644 14.52403215 15.03312563 15.10273168 14.90986875 15.04136503 15.01870921 14.94366003 14.74093906 14.81124437 15.00042091 15.19915538 14.98300133 15.14443305 15.16114308 14.97387214 15.08573521 14.78235225 14.88357546 14.88556452 14.93998047 14.73678521 15.10016435 14.93950215 14.96235505 14.83660581 13.96294777 15.02087356 14.99933092 14.89982063 +LQ10X005620 Putative GATA transcription factor 8 12.78123633 12.39069761 13.15256234 12.83902197 13.17623281 10.4081473 10.20397737 9.855714188 12.72269386 12.13522236 13.18330785 13.03508988 13.57029296 10.42841129 10.5759148 10.4965221 11.98754771 13.05618365 11.46454835 12.90053721 13.49146863 13.30455833 11.03573317 11.13058252 12.51867704 13.36169621 12.08844783 13.00104751 13.93111498 13.12602002 10.48036005 11.57014121 +LQ10X005640 Putative Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 1 12.06741538 12.22201491 12.0336354 11.32157376 11.81136266 10.74207683 10.75815145 10.7928781 12.10862752 12.06406159 12.28865597 11.46471504 11.86300238 10.74938638 11.04738726 10.70202389 12.05608728 11.87194327 11.96866296 12.22710717 11.71627717 12.2077162 11.17634814 11.27272622 12.09145736 12.08088232 12.09637966 12.20128858 12.2722252 11.94510552 11.27285754 11.19345824 +LQ10X005660 Putative uncharacterized protein 6.595028493 5.815482065 6.683149704 6.524115319 6.524006821 7.391655552 6.529003987 6.650256206 6.514178807 6.298830829 6.668855173 6.516434904 6.825148268 7.383683268 6.393509035 6.557388476 5.869624102 7.090813889 6.890313198 5.899729651 5.777432877 6.508259201 6.638090978 6.338306748 6.384100282 6.649246987 6.490387666 5.838240173 6.586740335 6.357900782 6.702408231 6.45646574 +LQ10X005670 Putative uncharacterized protein 4.886064329 5.417386269 5.576186603 5.117876187 5.581724951 5.033260114 5.234634703 5.082445878 5.141018446 5.390726218 5.802634837 4.930197525 5.288311522 5.034934975 5.117564115 5.044895009 5.311387873 5.050275804 5.153238653 5.594156528 5.554822178 5.06228703 5.159714791 5.948309988 5.012655753 5.014030324 5.366908061 5.016875531 5.132276859 5.016402334 5.01303453 5.572926372 +LQ10X005680 Predicted protein 6.51146904 5.977576737 5.681577132 5.377684005 6.12559125 6.848036138 6.218821548 7.1530641 6.230922576 4.799225127 5.888073966 6.043831192 6.754316934 6.575810706 5.56242237 5.745645492 6.394843396 5.847443533 5.870477999 5.496390052 5.868316349 6.718049238 6.31231957 7.487660206 7.068000524 6.231631276 6.797577252 6.210409793 5.964203067 7.373412422 6.407699504 7.594067152 +LQ10X005730 Phenylalanine ammonia-lyase 5.567273793 6.158023909 5.225864696 5.38694814 5.415558691 5.070961278 5.032233341 5.852547425 5.799851404 5.905903132 5.418258727 5.616447033 5.146592604 4.980630196 5.637457306 5.432774821 5.018506568 5.111305163 6.381380488 5.782812377 5.442321113 5.429527667 5.691911862 5.392616984 5.580907769 5.580769444 6.794878362 5.613491113 5.961184526 5.972295109 5.318575792 5.1198411 +LQ10X005740 Adenosine kinase 2 6.735389318 6.109675301 5.956876534 6.65661201 6.464374528 6.213040235 5.695455498 5.865365309 6.782148955 7.089164207 5.801405246 6.517146256 6.899335039 5.913437961 6.020390028 6.199984082 6.499755742 6.546928129 7.010596965 7.107559832 6.640294751 6.703076688 6.727962228 6.292512611 6.752354814 7.62727627 7.163352056 7.150284685 7.33388567 6.364992 6.636027561 7.042854789 +LQ10X005890 Glu S.griseus protease inhibitor 5.80517728 5.552993772 5.420030802 5.64905277 5.684667667 5.498218249 5.719278561 5.495944809 5.711959048 5.37328046 4.985723004 5.698508582 5.285516468 5.471425196 5.396719813 6.023549067 5.604629213 5.777823816 5.618187883 4.974464497 5.891905797 5.68960548 4.986099497 4.952125951 5.920404664 5.440365604 5.2239843 4.769386734 5.438827667 5.217958442 4.980724316 5.808621665 +LQ10X005920 Glu S.griseus protease inhibitor 5.57275952 4.897636578 7.345067861 5.140554391 6.183842441 5.45464598 5.132065914 5.682182559 5.427484196 5.155240878 5.415583004 5.266512147 5.333425349 5.332836568 4.958280285 5.472234642 6.305047199 5.740111598 6.620576321 5.965410511 5.291325905 5.163462867 7.922964047 6.419251347 6.479227717 5.350487957 5.476312337 8.73510402 5.727811173 4.958092106 7.435150957 6.432862235 +LQ10X005940 Putative arsenical pump-driving ATPase 11.97773573 11.78981063 12.01624532 12.09542276 11.82272037 12.21052449 12.40250883 11.32681799 12.12139869 11.6535781 12.04266952 12.32185947 11.94569794 12.44151118 12.6816965 11.86376366 11.7852279 11.95107135 12.44766735 11.71866165 11.91113852 11.77796677 12.99163427 12.77306767 11.80362718 12.16215856 12.83813271 11.72951415 12.34866718 12.1720377 13.2198636 12.78444771 +LQ10X005980 Putative Probable receptor-like protein kinase At5g47070 5.15986309 5.390674031 5.160035019 5.208420481 5.210524892 4.829979157 4.957706752 4.836045639 5.430865748 5.189093875 5.229851955 5.08909447 5.388983931 5.056049276 4.749631286 5.035841841 5.357805926 5.178091358 5.509080314 5.200485623 5.354621913 5.120421506 5.44948611 5.099947546 5.117986429 5.604148441 5.991671325 5.263644411 5.391768963 5.209550245 5.225042753 5.027787161 +LQ10X006030 At5g04250 5.21804124 5.266203114 5.709898191 5.669824873 5.512908526 5.903556468 6.31423697 5.505358347 5.473576733 5.558093345 5.125468416 5.524312181 5.924744921 5.803315073 7.008496624 5.764682004 5.305690355 5.332988809 5.455238024 5.222170105 5.420558994 5.283510278 5.64755187 5.771489273 5.360741403 4.921496528 5.311679937 5.028926861 5.026364857 5.292459081 5.184454772 5.20064553 +LQ10X006070 Putative disease resistance RPP13-like protein 1 6.058712994 5.851810181 5.901122978 5.726264521 6.177097644 5.794344012 5.587104308 5.701788127 6.259103716 5.556153923 6.211681792 5.389082895 6.317614448 5.507763422 6.434617544 5.583397336 5.582823988 5.733126139 5.113538659 6.227555723 5.556681691 5.881733613 5.434185826 6.643052467 5.519433447 5.570925451 5.285243676 5.863437125 5.998642337 5.918393199 6.527034667 7.084267442 +LQ10X006090 Putative Vacuolar amino acid transporter 1 5.515463977 5.706752137 5.651012589 6.177258729 5.58988951 6.112238735 6.173390339 5.79023446 5.650795847 5.671785637 5.356586037 6.15011621 6.114280689 5.889068526 7.088709787 5.741760684 5.829584974 5.720860755 5.418527702 5.826755606 5.534954023 5.687244418 5.421813413 6.067526227 5.510532562 5.825238295 5.223063136 5.200142132 5.822564773 5.489408919 6.083117838 6.277250889 +LQ10X006100 Putative Vacuolar amino acid transporter 1 7.482185749 7.398419318 8.692258286 9.700526061 9.165349914 9.424087608 9.74070444 9.423104392 6.955216433 7.41852121 8.218030274 9.695249498 9.078851815 9.355475651 9.384413799 9.194414413 8.333695247 9.361617958 7.813297304 8.898876679 9.197515032 8.961231675 9.047337294 9.922634051 7.361992342 8.066939244 7.575154537 9.66740688 9.579033707 9.887580178 9.27528275 9.757422628 +LQ10X006170 Hypothetical protein 5.605249872 5.748656226 5.262362129 4.928865279 5.29796493 5.41310062 5.224115881 4.980835278 5.264022346 5.614214469 4.926010062 5.064957245 5.466046658 5.504456069 4.968778344 5.271963594 5.115790243 5.329517843 5.374029598 5.201255828 5.71839083 5.423794658 5.166138845 5.20708654 5.247155486 5.31107233 5.884037302 5.362892343 5.293688015 5.659080534 5.404203135 5.285339264 +LQ10X006230 Disease resistance protein RGA2, putative 4.663396273 4.928440532 5.066943081 4.576521676 4.615241024 4.754984418 4.855878401 4.483159529 4.524071282 4.638024672 4.947800489 4.532309022 4.829089021 4.934031431 4.822315089 4.497953412 5.008782852 4.60853894 4.687112772 4.698009888 4.665432741 4.570797443 4.567948729 5.372974791 4.738860728 4.714994805 4.744535868 5.421839214 4.699945071 4.775471613 4.718653738 5.705805041 +LQ10X006240 Predicted protein 5.630671434 6.222016175 6.646777555 5.845719548 6.2168125 6.093217257 5.641712831 5.686841715 6.019889362 5.732596131 6.873607476 5.797765509 6.469420057 5.890495751 5.557424796 6.040097114 6.414584838 6.243309001 6.39538163 6.299728913 6.04498068 6.099680599 6.178237017 6.086563077 6.389483119 6.229597899 6.360701975 6.291515058 6.167887195 6.144677571 6.152605853 6.171584116 +LQ10X006260 Ras-related protein RHN1 5.049772553 4.902308928 5.351568515 5.185300428 5.574818477 5.109417141 4.864463269 4.91030994 5.022285018 4.765506565 5.455217209 5.015932793 5.358055021 5.23223545 4.969394741 5.009861365 5.994327256 5.749306179 5.824556094 5.296432932 5.652928615 4.950978927 6.511672982 6.895349685 5.979300512 5.654430035 5.207924323 6.885060972 5.042832944 4.826511765 5.826104267 5.812757356 +LQ10X006270 Hypothetical protein 5.087090473 5.729768964 5.737568824 5.399353699 5.247012538 5.531255271 5.505148212 5.569298571 5.188484425 5.08295531 5.216476016 5.417295197 5.469801535 5.264370114 5.627606058 5.454193734 5.094197022 5.527747742 5.216595809 5.512871596 5.249889492 5.095144018 5.907013371 5.24777536 5.178676014 5.571859197 5.421999521 6.328645311 5.908831391 5.210941979 5.395078916 5.09460987 +LQ10X006280 Putative Exosome complex exonuclease RRP42 10.60961442 11.27502634 9.332021052 10.10205463 10.18367008 10.89669978 11.11844308 11.02873789 11.0932791 11.825561 9.929374348 10.53067371 10.60490937 11.15940603 11.3199919 11.39017234 10.87033442 9.765456238 11.12284553 9.584571426 10.17793325 9.842072737 10.98585382 11.10863622 11.22745085 10.63601594 11.58116458 9.087654874 10.04159225 10.18007546 11.21502446 11.32951134 +LQ10X006320 U-box domain-containing protein 14 10.99435145 10.47285196 11.50447549 11.71970102 11.39855657 13.77790744 13.23227127 13.09449643 10.85286202 10.01080474 11.42818008 11.80445142 11.29588959 13.56157252 13.14092582 12.84834527 10.754926 10.36048892 9.746487646 11.18308261 11.13368736 10.78893899 12.2331202 12.3861519 10.51365841 10.07633356 9.030229718 11.12457169 11.12039167 11.32397158 12.3090758 12.54831928 +LQ10X006330 Vacuolar protein sorting-associated protein 33 homolog 9.088600691 9.119261741 8.976337456 9.283781074 8.984317686 9.003154884 9.076076267 8.967782235 9.118293399 8.55571133 8.87430499 9.202694168 9.057769072 9.220433924 8.62878171 8.583034258 8.91541083 8.249640929 8.915616495 8.377697431 8.408942976 9.705436267 8.305997914 9.297651841 9.520573173 9.03467364 8.466149205 8.856159838 9.325269889 10.02435473 7.851687214 9.091448199 +LQ10X006340 Glycerol-3-phosphate dehydrogenase SDP6, mitochondrial 9.582850761 9.534407317 9.192003909 10.07022851 8.900342426 10.55930809 10.55138869 10.76128022 9.752860943 9.2364795 9.328854873 10.41597294 9.48450146 10.5315565 10.44588493 10.70686322 10.47211831 10.11263639 9.540789786 9.031367972 8.79120196 9.309269124 9.290276886 9.561946784 9.648484059 9.687914577 9.338189693 8.95935725 8.552951444 9.53728745 9.028507239 9.155606179 +LQ10X006360 Predicted protein 5.478802648 5.489696729 6.446332555 5.377151471 5.88024224 5.660017833 5.234641167 5.389265274 5.387723138 5.624383437 6.099585861 5.367747546 5.415738993 5.866950945 5.510344121 5.441124913 5.415721856 5.809952686 6.196271242 5.635424925 5.603910846 5.90002838 5.678140016 5.946880638 5.463971476 5.789414171 5.893875424 5.487078062 5.777483027 5.670139526 5.148722643 5.526471694 +LQ10X006370 Armadillo repeat-containing kinesin-like protein 1 5.57447755 5.720680408 5.309982186 5.52382489 5.365452068 5.819568001 5.321586664 5.865412451 5.674110989 5.77603787 5.689331224 5.44831958 5.244655397 5.916596149 5.483332119 5.686674813 5.625302623 5.296051009 5.657495809 5.744028291 5.664941185 5.477360245 5.715464537 5.719332257 5.391479616 5.553107675 5.529821712 5.146063208 5.18455684 5.489342541 5.048380616 4.862457288 +LQ10X006430 Probable exocyst complex component 4 12.31965983 12.19982632 12.43890088 11.98593119 12.27060413 12.03172653 12.08923487 12.25303566 12.50122839 12.32226891 12.7811977 12.418702 12.46531187 12.03192106 12.13429939 12.49839177 12.38940342 11.50955363 12.28092677 12.53392121 12.47713358 12.38449433 12.78363604 12.53272139 12.50627039 11.51565398 12.02186193 12.75667252 12.49055853 12.34391137 12.60803464 12.56106709 +LQ10X006450 Predicted protein 9.683192106 10.04971353 9.840271774 10.68864582 10.07029911 11.19899772 11.08698473 10.81522323 10.11506095 9.830821518 10.19853775 10.55314481 10.30705865 11.3086197 11.254522 11.01088818 10.04189418 10.10904362 9.742249038 10.06024165 9.482744005 10.63232878 10.58195962 10.90864423 9.917029401 10.11176885 9.211496906 9.892162596 9.501541764 10.68807619 10.60408188 10.20230165 +LQ10X006460 Hypothetical protein 10.74518893 9.539827786 10.96525096 10.50175027 9.954462229 10.44451222 9.891611521 9.975907045 10.90546322 9.991296034 10.78811206 10.14176824 9.781746396 10.30939517 9.966757736 9.312022908 10.71275526 10.97567051 10.59541223 10.58024408 10.46019496 9.495283198 10.72913014 10.68528174 10.00813226 10.38427266 9.439702951 9.666388272 10.20537591 9.072643184 10.53715795 10.51041333 +LQ10X006520 Putative uncharacterized protein 10.60303458 10.64779333 9.879865172 11.2650928 10.41936856 11.72956667 11.59542257 11.43314501 10.77341602 10.83850179 10.06791855 11.14733622 10.53408907 11.63947611 11.16114646 11.48921893 10.67516967 9.464541766 9.138596642 9.979502445 9.143236079 9.999242167 10.14116599 8.932911289 10.48618397 9.56577951 8.772199296 9.974412627 8.709887213 9.963635452 9.874836475 8.5296854 +LQ10X006540 Serine carboxypeptidase-like 49 5.498664653 5.414546481 5.804354203 5.253003798 6.195744532 5.688558623 5.229187492 5.648012932 5.480236869 5.320627364 6.235053545 5.025991962 5.674670425 5.933390684 5.445296255 5.756760593 5.854390556 6.195228611 6.24116981 5.488232048 6.240746133 5.367500254 6.056066087 5.402352402 5.603798429 6.29589689 5.481995247 5.942517162 5.558762531 5.597544645 5.99901981 5.805126078 +LQ10X006610 Vacuolar protein sorting-associated protein 24 homolog 1 6.027687517 6.187064067 5.644067668 5.837849076 5.730500348 5.740655969 5.962481398 6.072504974 5.981977035 6.289078022 6.096846784 5.794769843 6.298869388 5.715160186 6.19508618 5.884459523 6.144078156 6.158253368 6.73365607 6.253972915 6.082269436 5.754164039 5.745964009 6.070445407 6.283019141 6.006731023 6.595274378 6.382903654 6.245111118 6.058881816 6.047824014 5.767417272 +LQ10X006620 Putative uncharacterized protein 5.003361574 5.218333177 4.91064031 5.460228102 5.097855337 4.838220769 5.174492598 4.944458008 4.981158674 5.489923256 4.804891631 5.410564101 5.006033459 5.042720284 5.026539539 5.249559081 5.190507626 5.751056019 5.550717938 4.986458828 4.931521095 4.983952599 5.132144538 4.86838685 5.332365232 5.320779014 5.915479065 5.058479529 5.237744603 5.09052726 4.924631521 5.182664736 +LQ10X006650 Putative Vinorine synthase 5.539715061 5.61338445 5.249120208 5.351044578 4.962229593 4.901575875 5.102178891 4.906264247 5.181638874 6.055678313 4.836422253 5.192427613 4.963524848 4.82128778 5.308308943 5.064304641 5.04498776 4.967842527 5.365071614 5.31425943 5.784439703 5.096769497 5.234417423 5.292058929 5.39817307 5.002486916 5.441909052 5.322493358 5.81242638 5.178560959 5.430603382 4.827171711 +LQ10X006690 Cysteine proteinase RD19a 5.622541679 5.717158435 6.485301014 5.780176469 5.878056381 6.187682132 6.330545032 5.740270683 5.613636072 5.569799667 6.37823268 5.913851355 5.620965336 6.05483844 5.839864944 5.897235036 6.345719434 6.201645722 5.967910296 5.899647082 6.293219194 5.62985257 6.159537744 6.772140068 6.034258317 6.188018549 5.477938557 5.923496176 5.52859301 5.808315326 6.189868028 5.833712838 +LQ10X006720 Pseudouridylate synthase, putative 11.57688922 12.25348087 11.17024535 11.25073714 11.55284577 11.10889907 11.29913163 11.49584899 12.03693359 12.08132374 11.58283808 11.51450069 11.99099744 11.28497297 11.60003158 11.59183833 11.90035979 11.59116574 12.29444975 11.70704237 11.74692177 11.48067688 11.58634227 12.01292199 12.06059322 11.98828169 12.29961867 11.62195275 12.13552485 11.79258791 11.86335531 11.96065273 +LQ10X006730 Predicted protein 5.629646366 5.957263952 6.428146733 5.517959228 6.453342887 6.120192109 5.555342973 6.42037154 5.7568177 5.816497896 6.176237924 5.361306627 6.50557435 6.407156651 5.391797257 5.499455319 5.903474219 5.8514776 5.87378215 6.209468356 6.043348186 5.975797782 6.268727355 6.485723988 5.621216041 6.335432931 5.769546834 5.766559357 5.693947234 5.960632141 5.769651463 6.190899925 +LQ10X006740 Putative Uncharacterized protein ycf45 11.21075413 10.67695176 11.66962493 12.06441379 11.63074933 13.09243939 12.51434147 12.84850406 11.37533752 10.82915357 11.61942553 12.10226591 11.87238569 13.21133165 12.72571791 12.78549165 12.42812424 13.11720967 12.33079747 12.77644205 12.67649928 11.9099596 13.01513399 12.91815196 11.674878 12.20495022 11.65107022 12.5127435 12.27188918 12.13419158 13.12645961 12.90684296 +LQ10X006750 Predicted protein 7.711633942 7.482890951 7.598390424 7.150453759 7.395248385 7.016342959 7.20224119 6.77872412 7.711629462 8.565820582 8.075162358 7.28714973 7.794424618 7.107292225 6.847791272 7.177816928 6.796451747 7.653117329 7.79698494 7.593436899 8.051073574 7.231197636 7.554598447 8.015314228 7.051611388 7.937955386 8.685082018 7.535993182 7.952708198 7.194969425 7.426502992 6.940482282 +LQ10X006810 Uridylate kinase 5.286463563 5.767163682 5.616190304 5.232755541 5.42007235 5.610029441 5.140630979 5.285059825 5.717529404 6.766392907 5.636761172 5.153793055 5.293705017 5.575519523 5.816027127 5.542670065 5.083968127 5.307890192 5.357975174 5.880383283 5.153749827 5.238966275 5.574720907 5.792784729 5.406139939 5.427955286 5.813510636 4.974759757 5.281871773 5.271311511 6.369942288 5.357798269 +LQ10X006820 Putative uncharacterized protein 5.613878625 6.038573817 5.768239548 6.505449462 6.394184325 7.354518112 7.225010982 6.819970524 5.700042092 5.731360787 6.145568806 6.291028877 5.547690579 6.199377744 6.222425943 6.446428789 6.24646104 6.032379401 6.159055084 5.169542626 5.273430184 5.999421788 5.109238006 5.63326299 6.137826577 6.082719757 6.263560698 6.158303796 5.146276065 5.957637188 5.77586355 5.425079119 +LQ10X006830 Probable pectate lyase 13 5.10724153 5.445108693 5.318643324 5.214204163 5.442190515 4.857693322 5.189948246 4.851948301 5.866571657 4.986100504 5.096481033 5.082454969 5.812498628 4.927210059 4.988717388 4.915601371 5.33328203 5.214178291 5.364709883 5.321342377 6.007748975 5.468248056 5.133361916 5.806655969 5.024082856 5.375744466 5.55574343 5.252789444 5.496038403 5.78496285 5.642106359 5.30057226 +LQ10X006850 Putative Predicted protein 5.090738053 5.157529416 5.371102771 4.763156329 5.308887822 4.61531125 5.033220439 4.73726321 4.980790969 5.130093303 5.614861851 4.893730449 5.389652948 4.725497088 4.624045356 4.878833774 5.161434585 5.098206221 4.899295185 4.864930699 5.607186272 5.148576585 5.282840487 5.115240118 4.761353149 5.207739995 5.059626768 5.358346736 5.395384556 5.434247139 5.492164906 5.235228456 +LQ10X006880 GDSL esterase/lipase At5g45920 5.448298063 6.188480528 5.511033486 6.030074846 5.73483848 5.323890948 6.106670451 6.24643071 5.941248121 6.032001865 5.150186249 5.769236335 5.830054573 5.373983366 5.842152278 6.11734153 5.822355294 5.739957809 6.339933943 5.722651342 5.492816662 5.660775678 5.318910346 5.876572479 5.634379389 5.683866548 5.456803758 5.464753104 5.498747816 6.022186208 5.902281088 5.977906483 +LQ10X006910 Pullulanase 1, chloroplastic 5.341604081 5.137064547 5.278032945 4.965504317 5.335867513 4.659722414 4.888658172 5.086187752 5.029924417 5.348974234 4.950508831 4.98203967 5.051355406 4.58072546 4.951240537 4.575235417 4.933637804 5.047649487 5.82598897 5.626465005 5.749932532 5.185576304 5.23607068 5.212030363 4.889545492 5.433741836 5.931238766 6.32998434 5.989490691 5.04003111 6.419941307 5.44123534 +LQ10X006980 GTP-binding protein yptV3 4.98323348 5.095182952 4.954552666 4.989175386 5.181721336 5.211891424 5.786172435 4.938838449 5.066324445 4.900236611 5.268604979 5.362911457 5.410490386 5.423354694 5.436107689 5.51055497 5.242750783 5.157841864 5.225202663 5.065433356 5.964865401 5.263491567 4.848021825 5.208963838 5.452494462 5.328337397 5.560622315 5.532914883 5.937332274 5.143793815 5.6218279 5.131470081 +LQ10X007000 NAC domain protein, IPR003441 5.374042862 5.066833163 5.408808908 5.403030709 5.694724809 5.997695978 5.809405064 5.889265601 5.611521061 5.405300768 5.490286788 5.811475156 5.537310454 6.184757532 5.510500964 5.627943286 5.646841603 5.498808391 5.56431425 5.532458453 6.322204101 5.587642635 6.067888311 6.266757426 5.556650688 5.078907674 5.651238674 5.487258723 5.806813625 5.69541397 5.486042341 6.340868075 +LQ10X007030 Eukaryotic translation initiation factor 6 6.693352682 5.684987328 5.743904326 6.101778317 6.188032978 5.618288051 5.445488847 5.637930519 6.462864236 6.606504537 5.730890474 5.877964047 6.581492997 5.584830855 5.959358388 5.789396741 5.643531481 6.064475475 6.489122394 5.897612787 5.734843265 5.741547319 6.098404498 5.52577545 5.924234666 6.042848965 6.44320226 5.772156439 5.567421166 5.913960695 5.575994785 5.828529708 +LQ10X007040 NAC domain-containing protein 78 12.85766625 12.71933412 13.16993304 12.94215619 13.25989714 13.1322599 12.82985116 12.77809896 12.49018325 12.49749159 12.89502905 12.44030164 12.95146681 12.98663853 12.91904819 13.08927871 13.26080463 12.99119101 13.22816697 13.19082785 13.51696774 13.31771926 14.07274658 13.65930133 12.84918831 12.57650065 13.04872353 13.0454983 13.4709626 13.40342814 14.02125872 13.70954036 +LQ10X007050 Malate dehydrogenase [NADP], chloroplastic 4.889392285 5.042685603 5.266575649 5.055023484 5.272206126 5.367831053 5.361789287 5.394614858 5.20632122 5.61207071 5.463222583 4.990416249 5.491114959 5.49587596 6.10023033 5.218623078 5.134746237 5.206552186 4.933299468 5.41017531 4.968169449 5.068399574 5.667168911 5.582426122 4.811324909 5.058876516 4.657911714 4.844315137 5.170144708 5.355784348 6.194199478 5.224761422 +LQ10X007070 Putative Acyl-CoA-binding domain-containing protein 4 5.273810721 5.084643776 5.054683306 5.394513452 5.218285251 5.078739125 5.020665217 5.120010078 5.210837759 5.387339436 4.967129937 5.214812743 5.356231694 4.86837227 5.061991824 5.024785159 4.824689827 5.283977261 4.661719893 5.409805258 5.651052902 4.895136194 5.304625844 4.966551626 4.960808399 5.488381961 4.853693475 5.352343996 5.588038772 5.365698153 4.955060846 4.776701441 +LQ10X007160 Hypothetical protein 12.53762337 10.66648356 12.20949023 13.20841893 10.98212157 12.15250663 9.371864838 11.04742059 11.47467617 10.73092701 11.53028287 12.30536179 11.6539911 9.162464354 9.129671088 10.47855679 13.33336269 14.0051046 12.59214164 12.0086729 13.060093 12.07936575 9.612288456 11.46078155 12.46166492 12.8097547 12.06893452 12.32655104 11.04019243 11.40206553 8.535406159 8.582871596 +LQ10X007190 Hypothetical protein 4.913246045 4.801542442 5.159410694 4.739845547 4.743929839 4.594634356 4.89511232 5.015842624 5.071370235 5.141827087 4.673669903 4.931185204 5.255719754 4.908778206 4.760594566 4.989142885 5.0546473 4.944011005 5.173112129 5.198763347 5.264768862 4.918887613 5.194256486 5.453816996 5.031120461 4.807921086 5.62886682 4.983441754 5.414437211 4.995281107 5.527786731 4.852371159 +LQ10X007210 Putative Uncharacterized protein SYNPCC7002_A1590 11.41888045 11.61206912 11.74882017 12.50049421 11.83004227 12.30201278 12.82179916 12.69736233 11.620932 11.77172118 11.80180386 12.13924726 11.89118173 12.62683335 12.74541832 12.78920836 11.12570999 11.72463583 11.04970088 11.61529487 11.84009104 11.80219871 12.7633563 12.91179523 11.35993947 11.97632118 11.41712765 12.15377796 12.01529298 12.40760625 12.94980273 12.76729369 +LQ10X007220 Putative uncharacterized protein 5.324819996 5.246479092 5.61198738 5.250922746 5.574878104 5.461789731 5.173416572 5.5622044 5.251521758 5.358069799 5.209572772 5.264792792 5.724585701 5.462010395 5.169355326 5.566569142 5.726795692 5.809490117 5.626958078 5.613524636 5.073036116 5.266419391 5.254367828 5.792598365 4.998983983 5.623106699 5.414605734 5.67818209 5.433470687 5.453787696 5.916785479 5.441961046 +LQ10X007350 Hypothetical protein 4.927084127 5.001661178 4.735573197 4.49707539 5.020684853 4.74063435 4.796679817 4.792697219 5.065699873 5.106916094 5.165435598 4.588016229 4.923182424 4.866091444 4.626936974 4.622010697 5.057518875 5.022984571 5.468917018 4.776554492 4.985372901 5.039425819 5.109649375 5.517995498 4.850143858 4.911130574 5.052149515 5.168494261 5.009325784 4.815962099 5.590276242 5.189959387 +LQ10X007380 Putative RING finger protein B 9.514012568 9.251480589 9.607178156 8.778997851 9.907820734 9.290137933 9.442186203 9.878743023 8.579429401 8.520082781 8.91030158 8.272234328 9.13020439 8.731175681 9.074324446 9.590537143 9.960564174 10.02317568 10.56361201 10.38534939 10.70518358 9.512019969 11.10639884 10.81238562 9.539224505 9.476643529 9.847959908 10.20851891 9.760701732 9.391472227 11.40356147 10.81002385 +LQ10X007400 Putative uncharacterized protein 11.32902642 11.1953066 10.25766837 10.3199257 9.911156881 7.279007727 6.654907574 7.480583558 11.32435454 11.67576845 10.81522838 10.17760137 10.51906257 7.462588229 7.503724216 8.450198067 10.39749124 10.94613317 11.28126905 9.738061646 9.718163659 10.45225267 5.887151139 6.551853363 11.55070797 11.40411342 12.25225833 9.533552197 9.610622112 8.975013766 5.637963764 5.682473394 +LQ10X007520 Hypothetical protein 4.94887053 5.040472422 5.079588523 4.900847074 5.284610834 5.396316131 5.042544637 5.129027645 5.02182996 4.754365782 5.147605764 5.28325797 4.921957593 5.240683782 4.918367895 5.321345312 5.126861073 4.938956265 4.791274426 5.300963255 4.759897125 5.3159786 5.411280342 5.253967038 5.17990916 5.010700196 5.041916689 5.074713562 5.125338219 5.157397827 4.879161883 5.412668938 +LQ10X007570 40S ribosomal protein S15a-1 14.68258295 14.71550376 14.56055354 14.78709441 14.75341131 14.7986963 14.90602043 14.89772346 15.02496658 15.16630466 14.89540601 15.16513202 14.87708631 14.63163609 14.80251102 14.70538426 14.76524216 14.74921264 14.45543186 14.6087335 14.5313286 14.83068272 14.33619251 14.35835705 14.70979318 14.99798377 14.5360015 14.44540081 14.16577701 14.47540924 13.93149507 14.43201527 +LQ10X007590 Putative Predicted protein (Fragment) 4.588321729 5.088182494 5.268107953 4.710698804 4.809006448 4.974152643 4.909562785 4.584703048 4.663787195 4.896804202 4.720653784 4.990197901 4.438138969 5.122315396 4.607896619 4.731958976 4.771307878 4.84884742 5.104051498 5.141280959 4.967711308 4.697379727 5.653951834 4.699105637 4.904429435 4.88794437 5.196559774 5.111286677 4.681612979 4.71091859 5.034601857 5.661512769 +LQ10X007810 Predicted protein 12.5298454 11.95435606 12.94071245 12.71270294 13.15875646 9.402522212 8.839652597 9.695238885 12.48466688 12.18883204 13.2697488 13.04512726 13.77855548 9.717414842 10.33762566 9.976004805 11.94628756 12.37122456 12.69413348 13.76384472 13.79429921 13.81396643 10.21800463 10.76983728 12.75434603 12.75390629 12.92034874 14.23061803 13.51338791 13.74589543 10.62897593 10.95606938 +LQ10X007850 Putative Predicted protein 5.293609498 5.906430764 5.953815362 5.47851888 5.585337221 5.396065169 5.661176452 5.501661256 5.331994981 5.524906087 5.32228004 5.511597908 5.815189935 5.503575745 5.273713396 5.992536606 5.532040116 5.624804744 5.453939578 5.5991828 5.933967952 5.353000235 5.263988418 5.327057267 5.421428473 5.392649945 5.692835415 5.317178459 5.860100271 5.450440889 5.727370462 5.892124902 +LQ10X007880 AT5g04480/T32M21_80 5.389867522 4.923444114 5.120007763 4.955919131 5.265061843 5.095597528 5.181468286 5.102164125 4.749770451 4.981249952 5.035992857 5.054974122 4.840621773 5.119898287 5.171077822 5.024827629 5.300990301 4.872288412 5.103418995 5.160727307 5.220796895 5.009254393 5.504516016 5.130427671 5.034467364 4.880943276 4.948660562 5.000455408 5.677287539 5.01284299 5.843000699 5.743643099 +LQ10X007950 Phosphoprotein phosphatase, putative 10.84538602 10.95952368 11.47145295 12.48416127 11.65304815 12.17460361 12.80236051 12.71926936 11.01359049 11.1206516 11.662568 12.1471595 11.89711883 12.61565064 13.15253782 13.1020409 10.8573228 11.27347369 10.49310457 11.79383946 12.04982723 11.74126039 12.88675078 13.1111603 11.11566344 11.32555491 10.75290536 11.76278796 12.35232251 12.47076101 13.00031577 13.17223441 +LQ10X008010 T12H20.1 protein 6.574897457 5.800504376 5.544871888 6.305146031 6.05543984 5.315255436 6.162867727 5.552046684 6.469963764 5.590996004 5.739362516 5.971818931 6.357761025 5.726214034 5.98008066 6.153256328 5.881852524 6.995389766 6.114003606 6.433070789 6.788424551 6.452078667 6.212079823 5.139126679 6.269059825 7.316586062 6.861538511 7.43346926 6.311794916 6.416588526 5.665340014 5.536319953 +LQ10X008060 SEC12-like protein 1 5.247302698 5.435645463 6.049989122 5.339458072 5.510156723 5.277427771 5.317182313 5.283545769 5.389315381 5.353457072 5.552864164 5.280769327 5.115658321 5.067523967 5.578534998 5.303220867 5.268687349 5.071026109 5.556267975 5.369747561 5.549542106 4.894796939 5.679832758 5.284712279 5.164005329 5.352421181 5.538522207 5.110341167 5.486695589 5.178144061 5.880605779 6.117019946 +LQ10X008090 Hypothetical protein 5.043002393 5.96496543 4.74816667 6.458301487 5.159413281 5.030267152 4.831412204 5.10812618 5.230548134 5.764159352 5.011245618 6.119013751 5.177448828 4.907403161 4.944001886 5.004595522 4.832024153 5.04813911 5.172021597 5.041218283 5.456532256 5.436380965 5.079323141 5.266188828 5.279935562 5.274296905 5.142180579 5.140189612 4.844565392 5.359074546 5.12061584 5.087447524 +LQ10X008100 Probable phytol kinase 1, chloroplastic 4.709527121 4.813499565 4.937213331 4.558693075 4.859136801 4.754349385 4.566480415 4.924326056 4.648591363 4.844046495 4.894315438 4.690380184 4.855276156 4.780872648 4.665022618 4.529300577 5.222114821 5.064093978 5.122667552 4.867234902 5.16302223 4.740105601 4.944987975 5.327450619 4.879739739 4.95038178 5.336158206 5.18961184 5.550802237 4.891884997 5.410017711 4.80716882 +LQ10X008220 Putative uncharacterized protein 5.059680652 4.836804659 5.004645478 4.99743574 4.95404216 5.176028056 5.134246057 5.118516336 5.207962225 4.726654752 4.90380772 4.989768588 5.133870411 4.896904768 5.078315252 4.897795011 5.357345823 4.904575726 5.097725769 5.362832417 5.396469399 4.9783502 4.824925725 4.822654679 4.872958823 5.10938579 5.353976528 5.348223977 5.363742348 4.992112723 4.97719527 5.174186271 +LQ10X008230 Pentatricopeptide repeat-containing protein At1g73400, mitochondrial 7.374508547 7.481115819 7.107516673 7.070198432 7.49999867 7.310494445 7.698078417 7.303107507 7.378096042 7.276794757 7.45839316 7.180626269 7.389121943 7.464428385 6.483144061 7.008211319 7.013507341 7.749335669 7.751607786 7.350439475 8.285090129 7.284636176 7.924071401 7.874236309 7.180426933 7.753131763 7.766813022 7.212907693 8.445709884 7.642840276 8.430598125 8.077902919 +LQ10X008390 60S ribosomal protein L24 13.71727568 14.12254063 12.88670875 12.8432115 12.7108825 12.55240212 12.38829841 12.64935341 13.99325895 14.61793688 13.44219276 13.32305882 13.21532193 12.59466864 12.74742833 12.8805587 14.09849926 13.36351148 13.75126284 13.34403697 13.34461914 13.47783918 13.0886639 13.10406876 14.38524002 13.91504823 14.15390144 12.95174502 12.87790125 13.34727207 13.02497313 13.0780248 +LQ10X008440 Putative Bark storage protein A 4.952093832 5.138198042 5.369025893 5.275658584 5.503961639 5.151475448 5.050372986 5.293510329 5.056890539 4.847730183 6.075684896 5.060322216 5.818599232 5.387250856 5.076449967 5.156695886 4.84898456 5.06987306 4.921544024 5.142925977 5.086646256 5.076568796 5.282832562 5.712917011 4.847316649 4.902162222 4.880204881 5.076438636 5.65074722 5.046137032 5.460460571 5.429527132 +LQ10X008500 Putative 3-phosphoinositide-dependent protein kinase 1 9.475181969 9.435211985 10.01548943 10.57829855 9.766196125 10.56655829 10.95114345 11.03435741 9.272374213 9.310531161 9.77420859 10.36646242 9.67439683 10.52994389 10.83558624 10.43909307 9.19544683 10.04553488 7.527538731 9.534300174 9.881575088 9.851282183 10.38411851 10.34297952 8.465879925 9.447852701 8.306721209 9.61391773 10.33043127 10.23435475 10.43709822 10.44523562 +LQ10X008630 NifU-like protein 4, mitochondrial 11.52025926 11.95976375 11.59071406 11.60896492 11.61604865 11.98107222 12.21324416 11.52349778 11.75364426 12.00913597 11.67592796 11.58366974 11.71192119 11.92716446 11.98498901 11.80179801 11.54536192 12.21039065 11.27089128 11.76437832 11.97066568 11.15262273 12.76920111 12.46963955 11.45037266 12.01832896 11.46851897 11.551797 12.09469316 11.47850944 12.53407933 12.45723578 +LQ10X008670 Hypothetical protein 7.924978673 7.003439134 6.053106739 8.085507838 6.02602133 9.111310403 9.369679483 8.206905529 7.870071787 7.187410055 6.690758187 7.930243992 6.214722389 9.533616684 9.151848899 9.092113033 5.012953655 4.879203939 5.383420731 6.552093708 5.443707642 4.74639601 5.020121982 5.358143194 6.306737599 5.749402115 5.62427332 5.815162715 6.531628824 4.847630166 7.972803418 4.84622982 +LQ10X008760 Vacuolar protein sorting-associated protein 4 12.49262383 11.79017428 13.04973102 12.70984778 13.14681005 13.3584549 13.49541765 13.14512041 12.20094169 11.82916098 12.82700921 12.71546043 13.09100015 13.40317251 13.50211579 13.46700946 12.06605566 12.63529234 12.02307561 13.35403618 13.11713295 12.3241331 13.59375029 13.49000238 11.75593114 11.96887765 12.01170897 13.02183092 12.99174268 12.5032021 14.1619097 13.39004099 +LQ10X008930 Putative uncharacterized protein 9.183660306 8.847943176 9.313367019 8.902238137 8.779219667 9.25823184 9.666278998 9.31960455 9.475769294 8.97214581 9.378598139 8.992005064 9.22610203 9.256738862 9.550353297 9.664282811 9.111664147 9.644263779 9.848766823 9.603799944 10.2622617 9.031582496 10.62776797 10.67889062 8.863443481 9.296551279 9.69027415 9.970930314 10.22674019 9.421866026 10.7038459 10.60479929 +LQ10X009030 Putative uncharacterized protein 5.128063393 5.360109175 5.811785632 5.309213216 5.581582068 5.970449305 5.528626632 5.721890541 5.6098373 5.586929679 5.662067622 5.182428478 5.581601064 6.176792983 6.503472069 5.364249743 5.200328337 5.603890974 4.810751963 5.884277508 5.055887824 5.640529617 5.928704652 6.213004754 5.005053395 5.458508604 5.181010645 4.922461561 5.958799435 5.603849714 5.878163387 5.987036375 +LQ10X009100 Putative uncharacterized protein 10.42297239 9.462293882 10.90905626 11.66356974 10.61848797 12.56587887 12.23640238 12.00151376 9.880474466 9.05039589 10.22752136 11.00239478 10.33022923 12.21776138 11.99846551 11.25706167 9.615375727 9.482431766 9.222680548 8.762432469 8.943890862 9.945639099 10.12262716 10.83680992 9.713775622 9.760103282 9.285006489 9.399897952 9.6140431 10.85815314 10.61121471 10.59896975 +LQ10X009140 Predicted protein 5.656907184 5.32262056 6.002300434 5.372131776 5.665310425 5.209332254 5.306296039 5.248396604 5.720050445 5.368005178 5.636200599 5.630169466 5.635371255 5.529031746 4.960411689 5.110254556 5.578846927 5.631644878 5.94043689 5.539511166 5.598327779 5.827211634 5.867175599 5.285368391 4.943506078 5.672183295 5.613107437 5.451879206 5.197967137 5.785988848 5.192647807 5.379164403 +LQ10X009170 U1 small nuclear ribonucleoprotein C, putative 5.104039575 5.875514944 4.886773643 5.533145954 4.975254063 5.289986022 5.737212095 5.333512168 5.807976223 5.946693855 5.458235972 5.297358001 5.67647787 5.165710221 6.505506379 5.463568744 5.548627214 5.256645197 5.204115165 5.945860601 5.654796782 5.430850779 4.841058472 5.469172846 5.135189003 5.57143409 5.542325294 5.380872777 5.814529175 5.319541523 5.104686886 4.888987428 +LQ10X009241 Putative uncharacterized protein 5.294846021 5.398568502 5.774906448 5.084739345 5.387685482 5.013382539 4.767570615 4.701694436 5.508321582 5.352249908 5.196516179 4.8708581 5.765432572 4.781025837 4.509484551 4.743315623 5.618664265 5.436560948 5.242193237 5.766855688 5.022330368 5.944084531 5.12317887 5.330513281 5.059913346 5.54288706 5.284825753 5.261430099 5.623272366 5.483554734 4.712656172 5.433066123 +LQ10X009300 Hypothetical protein 5.277718933 4.666145815 5.198545713 5.312236441 4.995420308 5.40930872 5.594360752 6.242180723 4.919037602 4.697233652 4.705548373 5.231796616 4.974758902 5.914539997 5.430758018 5.415062609 4.859135751 4.640869191 4.902179962 4.705277322 5.030643347 4.787157494 5.431053789 5.019320076 4.660874226 4.707556335 4.580689334 4.845656388 5.123069177 4.752583485 4.954243879 5.397878467 +LQ10X009360 Putative DNA polymerase epsilon subunit 2 4.879336212 4.77204282 5.234907844 4.90060461 4.792768878 5.165100702 4.710451112 5.107222729 5.049915144 4.905472458 5.325037616 4.922848683 4.780865568 5.080518363 4.811128078 4.814170223 4.78595095 4.841180999 5.32865173 5.065767038 5.092343565 4.631032807 5.195276268 5.067535671 5.131014664 5.189565199 4.974702964 5.009687604 4.940748749 5.026535568 5.180837358 4.840441957 +LQ10X009540 Uncharacterized protein At2g38710 13.52541243 13.91316432 13.33624919 12.4227406 12.79984539 12.29777159 11.98780999 11.8756517 13.79083514 14.29384779 13.72116641 12.68409283 13.35005585 12.42455372 11.98398715 11.95384442 13.5974235 13.20023325 13.77807587 14.08718209 13.62737795 13.44974617 12.82499384 12.7744951 13.93652095 13.6621075 13.85140035 13.68906523 13.67298299 12.95901454 12.99414047 12.61432659 +LQ10X009640 Predicted protein 5.376076234 5.437868312 5.154344543 5.176570374 5.306585967 5.454679377 5.510145761 5.298540168 5.446019271 5.195732825 5.718357048 5.484680819 5.403959213 5.775070285 5.264272558 5.723553457 5.490617818 5.632732351 6.178709068 5.109973542 4.829243849 5.660840346 6.304885517 5.340611338 5.540634962 5.439767888 5.758374012 5.169959498 5.591617469 5.728800057 5.445701544 6.26561678 +LQ10X009680 ATPase inhibitor, putative 5.367150403 5.413644201 5.504435406 5.826116176 6.012958893 5.675571494 5.603640878 5.358928266 5.539636351 5.903320069 5.717327 5.684915597 5.790367585 5.214335102 6.104357903 5.389455462 5.82381718 5.784122998 5.273528306 5.927470917 5.407523524 5.521049661 5.817738935 5.613868771 5.72342108 5.254761482 5.602647455 5.27404406 5.289056754 5.897003674 5.442170568 5.694610068 +LQ10X009690 Glutamyl-tRNA(Gln) amidotransferase subunit A 6.436877423 5.649993741 5.957492935 6.59510302 6.030047157 6.334966395 6.544445478 5.906545791 6.526063003 6.98935327 6.254179172 6.308911606 6.599393333 6.515780247 8.044701709 6.301459888 5.835949454 5.816990463 6.619311632 6.012197729 6.489928044 5.826418542 5.955542714 5.8847508 6.122960857 6.098033358 6.09756618 5.881888739 5.798830994 5.723579966 6.248619473 6.488093167 +LQ10X009710 Germin-like protein subfamily 3 member 2 4.831949291 5.092966554 5.289554746 4.875815241 5.176747099 4.945552532 5.090730006 4.81713292 5.450802119 5.326870116 5.011106524 4.940948402 5.275692672 4.802777055 5.069316433 4.961140998 4.996661211 5.233305009 5.135526774 5.043585575 5.272076045 5.206878239 5.407140141 4.831381075 5.101131845 6.009685751 5.259629931 5.167497628 5.304106545 5.271225468 5.162567258 5.292539147 +LQ10X009720 Unknown protein DS12 from 2D-PAGE of leaf, chloroplastic 11.35951628 11.04843969 11.14406555 12.50959907 11.73152548 12.30478817 12.30141751 11.79746378 11.46195504 11.17966667 11.21018204 12.31022417 11.91042437 12.17479969 12.1122099 12.24724154 11.13357183 11.41236962 10.50884504 10.31820613 10.86626748 10.56659387 10.109937 10.29597022 11.14227603 11.37908734 10.34176357 10.50336538 10.89761659 10.44744846 10.11260737 9.719760803 +LQ10X009790 Putative uncharacterized protein 12.4455558 12.70749617 12.42635959 12.01252405 11.7317154 8.859846539 8.753976766 8.415799308 12.36237284 12.47002388 12.13234124 11.69859077 12.14807071 9.117930526 8.643421589 8.914558964 11.16712389 11.75710104 11.74003377 11.78166837 12.0309163 11.85327196 7.014697733 6.84246725 12.28207791 12.24261294 12.50228119 11.85919173 12.69103983 10.50346853 8.894987065 7.232013849 +LQ10X009891 Hypothetical protein 4.668589917 4.895118007 4.710882199 4.763291193 4.835321157 4.764837334 4.751452792 4.674900103 4.776163744 5.001286069 4.89450533 5.014398017 4.764470636 4.616032288 4.591297782 4.677759748 4.913358601 4.74538263 4.920773757 4.83740466 5.063497137 4.875505628 4.9017462 5.040629198 4.700082068 5.281204971 4.904101036 4.943440242 5.145386614 4.950081367 5.588690311 5.268966125 +LQ10X010000 Copper chaperone 4.747507557 4.614984764 4.887812289 4.790820764 4.903816845 5.501353764 4.724869485 5.182017013 4.971666399 4.787387152 5.011978333 4.76213678 4.976762111 4.914308855 4.759001196 5.443461073 4.905918693 4.756689841 4.883485723 4.700910073 4.939781628 4.717068808 5.197635343 5.055268449 4.851503828 4.638244481 4.670837664 4.723286566 4.534551063 4.606953358 4.792631276 5.874693139 +LQ10X010020 Putative Cytochrome P450 94A1 5.011199013 5.16405096 5.117832539 4.87680837 5.240008422 4.734759615 4.83306219 4.877031274 4.987009865 5.483997945 5.383085238 4.984018744 5.494726117 4.664854214 4.795757885 5.019402986 4.970589413 5.384263369 5.25062382 5.320399321 5.192861789 5.2738212 4.801657775 5.210936718 5.171169282 5.493176206 5.387623814 5.118379055 5.399388851 5.345133079 5.277822694 6.421780228 +LQ10X010120 Putative uncharacterized protein 6.441111811 6.373795501 6.173913834 6.121106 5.966359068 6.391754479 6.147413344 6.112959804 6.325054946 6.434949276 6.156605056 6.179400067 5.817457537 6.263428273 5.792792697 5.924196618 6.056178212 6.287961425 6.604324242 6.166208538 5.869369048 5.927548351 6.235876413 5.9768291 6.67928236 6.722519256 6.391588732 6.176195803 6.515744548 6.001011967 5.985676169 6.207345609 +LQ10X010121 Putative uncharacterized protein 4.680131931 5.071367944 4.59916764 4.630159848 4.514109357 4.628578148 4.436860296 4.413113079 4.690225174 5.352985684 4.726298664 4.676284571 4.456532363 4.516782321 4.548404629 4.541701021 4.368485571 5.050615275 4.856094392 4.709278243 4.849494837 4.560209713 5.039359061 5.027397129 4.558732869 5.083593396 5.085739634 5.930071556 5.210130857 4.513306463 5.145666161 4.753119925 +LQ10X010250 Predicted protein 5.02399842 5.268949686 5.377407149 4.911532215 4.965858594 5.36265246 5.07208987 4.9671677 4.979497124 5.307094219 5.424256255 4.802410092 4.742537318 5.088543502 5.200336216 4.902990929 4.990868991 5.348349579 5.397264891 5.046513727 4.890537944 4.90552124 5.180001627 4.940675482 5.097148905 4.926723665 5.457737738 6.386246844 4.853485018 5.028641076 5.193925119 5.155063042 +LQ10X010400 Putative uncharacterized protein 4.680251422 4.956305317 4.697400334 4.861415747 4.716608313 5.062103903 4.708751901 5.445638474 5.041097411 4.712745425 5.052973495 4.799497466 4.873573198 5.051089154 4.815398198 4.829574294 5.128436192 4.69550285 5.340119697 4.61941629 5.129048934 4.818368063 5.019992431 4.865694136 4.986401925 4.994590979 5.233898976 4.617308785 4.673251907 5.099294416 5.758644005 5.022648959 +LQ10X010490 Putative mRNA splicing factor%2C Cwf21 11.79665062 11.56871564 11.78290754 13.64546859 12.33257509 13.61295278 13.91662729 14.01778365 11.84766782 11.90617952 11.99815839 13.69667026 12.09577293 13.61811215 14.22014208 13.96780296 12.08012351 11.64251111 11.90942921 11.08930561 11.08792743 12.51062893 11.3926703 11.93783554 11.81212872 11.40321625 10.93215829 11.88192649 10.80032129 12.45677914 11.29143245 11.74537424 +LQ10X010541 Putative Transposon TX1 uncharacterized 149 kDa protein 4.998839179 4.762165295 5.086703977 4.973302165 4.818196615 5.031298566 5.017769823 5.426298042 5.017067525 5.007754439 5.125922222 5.027975967 4.905984115 4.93192037 4.859281473 5.211821108 4.998119665 4.919258883 5.159675872 5.194250718 5.190787526 4.855371503 4.933652843 5.900330855 4.871845049 4.984189324 5.476369942 5.548914529 5.594903921 5.042416125 5.902979309 4.869467414 +LQ10X010610 Putative Cleavage stimulation factor subunit 3 5.451003697 5.134796309 5.392949981 5.290266646 5.960212159 5.03503639 5.038705969 5.0941294 4.989704415 5.390565039 4.614021662 5.145253691 5.091217269 5.09957037 5.477703134 4.93639782 5.421405846 5.458226806 5.384744735 5.22373126 5.81758882 5.059214313 5.483302919 6.157260906 5.129946662 5.41820976 5.378298258 5.86208054 5.516952311 5.142830385 5.02705185 6.241605055 +LQ10X010620 Tubulin gamma complex-associated protein 6.046042853 5.810124416 6.014170822 5.821613628 5.873130289 5.881294067 5.756430398 5.583927447 5.963923425 5.983708035 6.17416752 6.209104954 6.246803624 5.63811269 5.736964332 5.659659135 5.478031213 5.799006556 5.889693978 6.306907294 5.942064861 5.656918061 5.358251975 5.428049402 5.808222128 5.682651461 5.996061933 5.79760851 5.827328709 5.670316444 6.245756481 5.502966935 +LQ10X010660 Putative Probable LRR receptor-like serine/threonine-protein kinase At2g02780 12.04756935 12.57311878 11.12643566 10.47716545 10.31353772 8.99965363 9.17660663 8.062404092 12.42327405 12.77796918 11.85864917 10.94071593 11.06302732 9.452698362 9.264713986 8.808917948 11.62173347 12.2962702 13.08211561 11.87062929 11.81127714 11.55672809 8.54586638 7.224599893 12.80989451 12.60976033 13.21985563 11.25396237 11.47745258 8.621045229 8.606091527 7.186564739 +LQ10X010670 Phospholipid-transporting ATPase 1 5.053644166 5.437951405 5.365870407 5.54757188 6.027299663 5.993264305 5.729201561 5.875621078 5.208794508 5.057254741 5.721323508 5.244548986 5.65882086 5.296298215 5.371328629 5.309273076 5.982696836 5.33160266 5.093768849 5.360620419 5.355385799 5.843481029 5.88055299 5.811561599 5.557498216 5.038463648 5.188406652 5.245577265 5.623725888 5.927919573 5.407547015 5.959162244 +LQ10X010750 Gc-rich sequence DNA-binding factor, putative 10.79992027 10.90053612 10.6511057 10.20519514 10.5100526 10.82699354 10.37763763 10.69447742 10.91363428 10.75621831 10.83700811 10.35647803 10.8297458 10.97262662 10.51715221 10.73892482 11.32337706 11.01781559 11.24942237 11.16996369 11.2263783 10.77786499 11.23014928 11.22114867 11.19109061 11.130686 11.46165532 10.82460487 11.36203825 10.79365268 11.58563221 11.53237778 +LQ10X010780 Glutathione S-transferase zeta class 5.463176717 5.475163247 5.614797233 5.680618058 5.485306008 6.055258471 6.085257089 5.755244655 5.603197794 5.978799093 5.555830534 5.896873433 5.663693712 6.041335299 6.848430397 5.768654063 4.921410592 5.368694003 5.203886956 5.140518695 5.418478285 5.369647721 5.45354105 5.601055153 5.592803412 5.043961653 5.185479997 4.787418396 5.248979947 5.364542995 5.405741491 4.810780423 +LQ10X010830 ABC transporter I family member 6, chloroplastic 11.85627162 11.80782468 11.95909007 11.8228284 11.75546139 12.57054527 12.56978782 11.94506447 11.83406028 11.98446208 12.19815004 11.93277594 11.89879922 12.79929236 12.47812609 12.05344117 11.30100066 11.20894355 11.36484925 11.91878971 11.5693806 11.70136259 12.35283973 12.07684605 11.70684227 11.89400162 11.65376623 11.73587553 12.05030647 11.73204259 12.48116464 11.91531161 +LQ10X010860 Nicastrin 11.44691682 11.6411329 11.48109723 10.98685484 11.2139053 11.13156193 10.92477489 10.9285262 11.68999225 11.89712259 11.76033738 10.94535975 11.44766116 11.26628303 11.11680628 11.25697328 11.24173817 10.33096581 10.46507832 11.14811225 10.7154822 10.93574042 11.09940412 10.92273356 11.1887066 10.66429274 10.27122587 11.14490035 11.03721429 11.10177553 10.97548944 10.92322304 +LQ10X010870 Putative 50S ribosomal protein L9 12.46025697 12.46590131 11.74033961 12.03261925 11.29086792 11.99084689 12.24878771 11.57314091 12.49845147 12.1949856 11.84073826 12.10181369 11.53338918 12.07208275 11.60288528 11.51880922 11.80077192 12.15022854 11.99017939 11.42310055 11.65718149 11.47238518 11.90793933 11.3299018 12.33108448 12.65384878 12.55885818 11.08332213 11.48572164 11.36043778 11.99435107 11.46355642 +LQ10X010900 Hypothetical protein 4.91295922 5.159880158 4.880270504 4.954094648 4.438495685 4.692867594 4.975869231 5.043287521 5.017660885 5.148477194 5.057368592 4.873711787 4.830879138 4.632415283 5.025632322 5.131362075 4.770888961 5.232975062 5.432896134 4.690977494 4.877594846 4.757678413 5.435265377 4.899614589 4.921417928 5.137087205 5.292166566 5.18075756 4.945477803 4.499893702 5.372122249 5.280268951 +LQ10X010950 Diphosphomevalonate decarboxylase 11.9259686 12.10779336 11.91095117 11.49346384 11.54144975 11.35797924 11.35299219 11.1188413 12.05422384 12.08573486 11.94175792 11.49725494 11.72327995 11.35521178 11.14253065 10.92838861 11.98421872 11.49535658 11.65430153 12.06985416 11.79435675 11.89262313 12.13776065 12.06029627 11.61230309 11.3657992 11.79224061 12.01263348 12.39219671 11.90118239 12.15311864 12.163303 +LQ10X011200 Predicted protein 11.21604793 11.03539709 11.11804141 10.45782157 10.53704605 10.87537241 10.44262713 10.27803908 11.24527868 11.04782492 11.09989195 10.47061155 10.73584157 11.02797783 10.41192271 10.30579487 11.45378335 11.62273062 11.95114171 11.44638078 11.26054948 11.03304849 11.14834928 11.13904092 11.89166657 11.6903949 12.16068807 11.32699372 11.50856906 10.81249948 10.96421869 11.15712344 +LQ10X011290 26S protease regulatory subunit 6B homolog 12.43275576 12.57295837 12.76654822 12.13128474 12.35636814 11.71467979 11.82527476 11.41945595 12.60903771 13.00794656 12.63566622 11.90139733 12.48051247 11.81938348 12.05272797 11.66147274 12.46670688 12.23951103 12.50043224 12.55709832 12.59303801 12.57247045 12.79201033 12.44777804 12.79150785 12.37580817 12.70490633 12.62720344 12.87002453 12.42204624 12.74778801 12.6186633 +LQ10X011440 Predicted protein 12.57110361 12.21325047 12.3443071 12.36297983 12.47346416 11.76722859 12.12976387 11.76627908 12.43606292 12.04158021 12.30375963 12.40549386 12.24999815 12.09523468 12.27345676 12.64901545 12.18915245 12.52695766 12.57234249 12.20540753 12.1316843 12.61942277 12.34009041 12.26441707 12.38252798 12.53594993 12.63095699 12.31086335 12.26928502 12.42155773 12.28586055 12.41871722 +LQ10X011460 Cytochrome P450 77A3 12.91748606 12.13526949 15.2986374 14.42274592 15.01425891 8.935694059 8.875727155 10.13201504 13.51399647 12.40902367 15.02868043 14.95330241 15.46826191 9.832527242 9.998678141 10.77592747 12.45675887 13.22607692 12.84580809 14.82102314 14.67755177 15.03416396 10.95497431 11.7823211 12.84300026 13.54841799 12.96453155 15.38004512 15.03553243 14.65278622 10.59790458 11.93274518 +LQ10X011780 Putative uncharacterized protein 4.62527202 4.914994805 5.312017855 4.702531385 4.808350265 4.898745906 4.700162332 4.881837344 4.703512291 4.88784302 4.880694547 4.826075939 4.881664102 4.639697203 4.784952277 4.773235318 4.773409759 4.760414431 5.529100023 4.851971999 5.174439794 4.572906239 5.297293797 5.233759283 4.753313827 4.7291989 4.839749981 5.533596932 5.179533603 4.742905549 4.916433978 5.386281247 +LQ10X011790 DnaJ protein homolog 12.32921675 11.57089782 11.89428779 11.15181914 11.71731535 11.40514956 11.45497167 11.69834812 11.55412397 11.789398 11.21670285 10.62326792 11.25458542 11.0821798 11.51700356 11.29726313 11.8178508 11.58947053 12.12230886 11.47284735 11.59632189 11.52765343 12.54372221 12.25954697 11.53839528 11.1462629 12.09125406 11.10058418 11.44516881 11.34752563 12.6398072 12.42605211 +LQ10X011800 Predicted protein 4.95398757 4.900329084 4.80074919 4.811947625 4.907132867 5.187404655 5.00934799 4.846963238 4.755789635 5.058805188 4.782078009 4.98076807 4.947722452 5.118916361 4.686346112 5.745685002 4.986344969 4.98573965 4.913457333 5.171379719 5.308915629 4.708719266 5.477225026 5.183319445 4.542292224 5.210043084 5.12292782 5.078851416 5.01593234 4.837603006 4.890907877 4.839362697 +LQ10X011870 Putative Charged multivesicular body protein 5 6.04945777 6.367802627 5.672645924 6.238273828 6.035308066 5.574583141 5.849587257 5.658917778 6.328126124 7.090037304 6.801643318 6.248777729 6.574261374 5.544837287 6.661120087 5.514429093 5.970704499 5.92398432 5.889771629 6.269391251 6.825083741 6.32743932 5.341598925 6.301169679 5.960266956 6.298364141 6.122300839 5.682545876 6.533744464 6.495386203 5.780062813 5.680777155 +LQ10X011980 Putative Exocyst complex component 7 12.03176152 12.0441877 12.25685841 12.13183395 12.2600773 12.39488426 12.20515515 11.98933286 11.98043485 12.31666382 12.27327337 12.04485074 12.1679037 12.44893556 12.28136229 12.39750221 11.67689998 11.34712871 10.7046452 12.12765965 11.29649154 12.14227934 11.2554088 11.43495307 11.82428141 11.65053005 10.53162992 11.98053904 11.56984488 12.03463879 11.71241433 11.37070734 +LQ10X012040 Nudix hydrolase 26, chloroplastic 5.930087075 5.385217371 5.608564815 5.275492858 6.300820313 6.145452942 5.0426776 6.143982377 5.446051336 6.244402358 5.320105414 5.838166566 5.466387265 6.415154624 4.964500521 6.320535597 6.102785169 6.562990813 7.364645369 6.273975903 5.50746546 5.10569899 7.04365902 6.961230297 6.372126882 6.201424858 5.677625183 8.345434329 5.875487725 5.327904526 6.989985291 7.336594923 +LQ10X012120 Putative Ribosome biogenesis protein BMS1 homolog 5.200451124 5.521573525 5.091408532 5.261313153 4.644077777 5.531010378 5.433925552 5.027838985 5.361365861 6.530358051 4.981938874 5.362060345 4.825343146 5.089278785 6.454835288 5.307818942 5.201460289 5.19184534 5.579969997 5.138423912 5.405689986 4.899971943 5.267388752 5.798945841 5.129492502 5.289000523 5.354522022 5.860088017 6.212813218 4.81258573 5.133700423 5.252844574 +LQ10X012190 Uricase-2 isozyme 1 14.0449737 13.36302123 13.47166794 14.17551644 14.04656157 13.91198088 13.59781091 13.72418251 14.10156046 13.66310989 13.45588245 14.05485003 13.9937765 13.71792854 13.96424679 13.61485681 14.47242312 14.10644085 14.18113616 13.59835435 13.45095989 13.96271313 12.99628145 13.4134835 13.58840308 13.93980016 13.78871661 13.63677606 13.41396136 14.06087577 12.89446579 13.32742711 +LQ10X012330 Putative Predicted protein 5.226943919 4.944474969 5.25714846 5.535038324 5.528009941 4.971532132 5.414434218 5.254403746 5.4450151 5.353063511 4.997280826 5.310920359 5.442088091 5.006515111 5.957557004 5.171305611 5.01560201 4.960537019 5.580761425 5.101888022 5.39982205 5.068057129 4.910785442 5.396123925 5.085642643 5.165720965 4.905241655 5.046200461 4.988140711 4.946669711 5.661176488 4.773212134 +LQ10X012350 Leng8 protein, putative 4.82947553 5.21095694 5.930769505 5.314037887 4.936523601 5.461617932 5.39406507 5.338555369 5.04031553 5.378260486 5.544552848 5.083612472 4.865341291 5.294139906 5.87827643 5.150461186 5.202924203 4.668988866 4.825830383 5.297038421 4.682540696 4.981608905 5.250377591 5.250160499 5.667581242 5.159453153 4.989320605 5.030148699 5.060385147 5.358693631 5.376145072 4.841448429 +LQ10X012360 Putative uncharacterized protein 5.623907566 5.286114311 5.559277325 5.398221596 5.119364465 5.408504233 5.339850304 5.380297658 5.649471196 4.967938158 5.871839717 5.263781556 5.640018059 5.294009908 5.574011318 5.233232462 5.528999503 5.485337247 5.646870021 5.900795656 5.935141391 5.597553571 5.791013991 5.66208385 5.40727115 5.188372539 5.501669859 5.695924162 6.360609307 5.570208632 6.426323083 6.391175144 +LQ10X012380 Hypothetical protein 5.064882205 5.310345986 5.348521834 6.213371423 5.987211639 6.150084875 7.149463513 8.663240776 5.253322319 5.214810817 5.265514359 5.579156528 5.256088449 7.023349713 6.052370866 6.393383862 4.980488596 4.969573176 5.42092948 5.712295328 5.929918505 5.29290714 4.957104717 5.283148481 5.251682871 5.508759236 5.527657233 5.828161945 5.648286907 4.999710027 7.441867128 5.133130927 +LQ10X012390 Hypothetical protein 11.71926449 15.11345022 9.439149188 9.097068202 12.95738599 10.91590503 11.61062543 11.71447764 11.62247422 13.71735086 9.453192515 9.178720432 9.903525956 10.59571803 10.42208041 11.73452618 15.34810204 15.17902777 15.04712579 12.64925065 13.2994764 12.98399945 12.85625623 13.09104861 12.57028537 10.83626515 13.0967876 11.77799813 9.688430374 10.91742958 10.5653916 13.09367313 +LQ10X012450 Putative DnaJ homolog subfamily C member 2 11.1332683 11.66434727 10.83817704 10.93226336 10.74824381 11.6253976 11.27059653 11.37006513 11.20488676 11.74063236 11.0424759 10.9720363 10.94720368 11.60728594 11.3141959 11.46262979 11.76445812 11.33602723 11.09485128 10.54581628 10.57122031 10.44665982 11.03253139 10.95157853 11.10571959 11.27211282 11.19790664 10.29364245 10.59110201 10.58022756 10.9507631 10.9427214 +LQ10X012550 Protein FAR1-RELATED SEQUENCE 3 10.81540014 10.31018458 10.3412153 10.57638192 10.04640997 10.50197847 10.20480707 9.910122506 10.75061314 9.999663813 10.56011901 10.49823666 10.59060036 10.5317545 10.1826105 10.11466273 10.55924263 10.89044928 10.62880359 10.30859743 10.62323558 10.61973857 10.79373832 10.31869104 10.6948795 11.1423154 11.10266302 10.74430583 10.85419627 10.67698012 10.84282337 9.991238974 +LQ10X012560 Putative Pentatricopeptide repeat-containing protein At1g18485 4.823315086 4.821403063 5.173778387 5.006813823 5.592940518 5.038183256 4.979317936 4.909299776 5.137540279 4.655024261 5.041326548 5.135509123 5.265333553 4.746474993 4.939617833 4.824526347 4.823681209 5.121940613 4.667505539 5.285921553 5.356568919 5.575075698 5.42079617 5.843679757 4.791604517 5.650849823 4.68945043 5.794623557 4.980294244 5.016085053 4.827571212 8.071711394 +LQ10X012630 Hypothetical protein 6.747610409 6.625941727 6.524484153 6.649906225 6.641950956 6.906904264 6.789361372 6.840595737 7.188027011 6.596643973 6.767540918 6.446527082 6.478796068 6.634483408 6.598651651 6.602325304 6.787363567 6.852343817 6.239863135 7.285213907 6.503106465 6.357699605 7.155634073 6.570638433 6.882833613 6.745383212 7.724886854 6.921012048 6.968358795 6.509140485 7.010281098 7.607812029 +LQ10X012640 Putative uncharacterized protein 10.93426131 11.31488953 10.21284691 9.910798305 9.883377388 9.057302833 9.184510588 8.237901637 10.30104099 11.24019994 10.01710297 9.467662152 9.777308603 8.769762624 9.494814262 8.137601832 9.624439369 10.62528138 10.51829763 10.22244612 10.61639644 10.05967565 9.111464759 9.058034628 10.65722288 11.11521198 11.00442724 9.961009269 11.07020585 9.396764476 9.569247041 8.815539359 +LQ10X012660 ABSCISIC ACID-INSENSITIVE 5-like protein 2 6.391472041 5.917025473 6.064782267 5.697887248 6.883291817 5.761008771 5.478624014 6.838567232 5.693670317 6.125345505 5.092923143 5.156183249 6.472788085 6.046120489 5.353535471 6.12002995 7.846758243 8.365020277 9.216301587 8.096273975 6.819886765 4.854872179 9.520006305 7.969156043 8.402511028 7.962351566 7.318000332 9.929763003 7.550903723 4.926853901 9.269344219 8.055472863 +LQ10X012680 Histone-lysine N-methyltransferase, H3 lysine-9 specific SUVH3 11.04702086 11.0371556 10.90805563 11.13693543 11.22369355 11.88785214 11.9319072 11.77949791 11.29427395 11.34313796 11.08328468 11.55294353 11.08910225 11.97761615 11.7735842 11.93080831 11.50256366 11.6332657 11.25026677 11.22831083 11.52064397 11.16514002 11.42083019 11.56178417 11.59842794 11.5206803 10.65875477 11.4372428 11.28368673 11.42449886 11.53562802 11.45080511 +LQ10X012780 Ubiquitin carboxyl-terminal hydrolase 5 11.83801199 11.53969481 11.33040488 12.20740219 11.42195504 12.78254771 12.78815434 12.28486751 12.07158783 11.88148975 11.50559571 12.12142948 11.38954623 12.6625816 12.43623081 12.3765309 12.14817242 12.23674978 11.87109046 11.43925992 11.27245317 11.10326489 11.82121051 11.45749814 11.95544369 12.14730692 11.83360555 11.46613905 10.9633643 11.16514925 11.39894819 11.31007035 +LQ10X012790 Ethylene-responsive transcription factor WRI1 5.812283374 6.357947139 5.404890518 5.385515909 5.606561916 5.704040828 5.935208485 6.260031246 5.626411524 6.133068041 5.622479297 5.596428796 5.442370759 5.864583228 5.295159808 6.525056611 5.670832413 5.433090838 6.502968422 5.459655373 5.519208131 5.967701964 5.750068608 5.942633872 6.018343676 5.220903902 6.140748149 5.785123041 5.172872176 5.739609912 5.944445131 5.884614571 +LQ10X012830 Putative Aspartyl aminopeptidase 5.99602641 5.177117094 5.028169425 4.706659524 5.208774566 5.118153081 4.852673439 4.701837801 5.107792668 5.657732678 5.533078944 4.752195338 5.436950052 4.852365688 5.745913001 5.03161181 4.869772423 4.936245562 5.727710128 5.340225373 5.14242723 4.938224126 4.981539407 5.037155253 5.014318052 5.130395594 6.159425547 4.99042528 6.190333051 5.111905132 6.133092503 5.200364036 +LQ10X012941 Gag/pol polyprotein 5.610223226 5.211451921 5.80103495 5.32956553 5.484519726 6.466563474 5.904569168 6.926998296 5.582318688 5.280322701 5.26367659 5.36586367 6.005906089 6.836712801 5.391792206 6.57092885 5.686957727 6.507465989 5.747975118 5.71971248 6.327707381 5.676063676 5.860357741 6.238309484 5.584615468 6.305022489 5.736367556 5.783561156 5.976754627 5.991685858 6.018174411 5.901555939 +LQ10X012970 Telomerase reverse transcriptase 5.218719864 5.226263674 5.256898885 5.153246511 4.947663959 4.724824965 5.070881116 5.143230302 4.721182403 4.912284448 4.97979582 5.056997869 4.89348147 4.845220761 4.769575894 5.014845789 4.852810729 5.045534388 5.174367882 5.132532889 4.915216886 5.072031872 4.988962927 4.932931084 5.401088959 5.268638225 5.269396524 5.073429681 4.848706205 5.018576885 5.203060025 4.904251954 +LQ10X012980 Putative uncharacterized protein 9.807046863 10.06310719 9.564678475 9.93671918 10.0262293 9.808763069 10.14894184 10.11611081 10.49288308 11.46266475 10.28195115 10.54300854 10.80579654 9.754980116 9.884882505 10.58252465 8.385090847 7.570224355 6.825967041 8.595737277 6.655719522 8.974701427 5.748050046 6.351625763 8.878774956 8.261078508 7.583351325 8.136398767 7.317841143 8.881270446 6.308891586 7.162068062 +LQ10X013030 Putative uncharacterized protein 4.832506183 5.06431552 4.736043665 4.628967974 4.771217084 4.684513509 4.69750001 4.603288805 4.941954084 4.754773965 5.133060053 4.589027699 4.855393104 4.572549191 4.723360463 4.541223679 4.967680926 5.033495957 4.719554611 4.866029635 5.472526055 4.959175399 4.896294449 4.995082116 4.943872231 5.039373992 5.201778964 4.649248907 5.197169016 4.563643881 5.274914007 5.418226193 +LQ10X013040 Hypothetical protein 6.335908837 6.381052319 5.949015522 6.460100989 6.231808512 7.443565922 7.005879816 7.418585819 5.813539209 6.088654331 5.329243389 6.101576517 5.145284672 6.172075199 6.820573313 6.096366509 6.469427283 5.797195986 5.973717972 5.687347132 5.381951811 6.343818371 5.234433411 5.364904119 5.934555824 6.417224026 6.212006152 5.463868266 5.817613379 5.893364724 5.269197411 5.346252856 +LQ10X013050 Protein ELC 5.911022604 5.988943808 5.427359225 5.887065179 5.364682479 5.723391156 5.82452025 6.265574155 5.929814797 6.006494884 5.212217755 6.070959583 5.373216295 5.615173992 6.696043232 6.039419525 5.774659744 6.05663788 5.906237321 5.874596716 5.564374777 5.740526759 6.369314409 5.729273319 5.429485137 5.429722803 5.994521104 5.824100679 5.76888589 5.404988676 5.488535979 5.591850114 +LQ10X013190 DEAD-box ATP-dependent RNA helicase 35 12.09181639 12.5281072 11.73677137 11.60267275 12.07155566 12.32183591 12.10298609 12.09727695 12.16392276 12.53006242 12.07994114 11.74951927 12.17847136 12.42385948 12.15406562 12.58418054 12.39456214 12.34959755 12.49506993 12.0818297 12.01849714 11.81573833 12.33599675 12.4377736 12.25421101 12.46827758 12.71129605 11.87204931 12.27841811 11.93706555 12.50516834 12.4126906 +LQ10X013200 Metacaspase-9 6.264070868 6.686355974 6.839293195 6.511171746 6.707506903 6.891649772 6.819207787 6.679231858 6.765124225 5.753491509 6.984866655 6.46288697 7.113068843 6.675379604 6.417813468 6.637098468 6.237724317 6.466292777 6.046304622 6.89590124 7.738278793 6.392641927 7.45202155 7.491623043 6.24524657 6.43042556 6.364750063 6.24683523 6.757545505 6.540757443 7.571062753 7.344645206 +LQ10X013210 Hypothetical protein 4.638100778 4.875856146 4.759692136 4.995879818 4.882035763 4.822606059 4.849702705 5.68239874 5.071572149 4.853527848 5.030256284 4.917712273 4.753774389 4.98596514 5.064336717 5.174581844 4.425990099 4.594713378 4.518158394 5.015808655 5.067970465 4.760661289 4.937912641 5.352600099 4.689895117 4.760777975 4.561349875 4.716583728 5.032586383 4.841165708 5.194580652 5.26581174 +LQ10X013330 Catalytic, putative 7.101274824 7.280703337 6.342829361 7.080143559 6.485946404 6.562492842 7.31632337 7.149205899 7.036726477 7.196189904 6.277578859 7.399041426 6.486808131 6.954737934 7.201472521 7.363815553 7.167425366 7.072275384 6.831563485 7.311488387 6.270785872 7.353208968 6.849855568 6.964657204 6.998329709 6.508575944 6.375021913 6.831211189 5.802851031 6.600658213 6.071627403 6.713486685 +LQ10X013340 Putative Probable gibberellin receptor GID1L3 12.16104659 12.47291581 12.05043381 10.82331612 11.95748546 10.98985576 10.68660463 11.04525105 12.0459845 12.17245938 12.18479115 10.54775836 11.70247512 10.9085214 11.14403749 11.20994532 10.49474506 10.46447248 10.59404557 11.06312892 10.41182959 10.19304127 11.50032409 10.3077911 10.82605901 10.03124297 10.56771332 10.27670281 10.67141333 9.385310634 11.70680839 10.62350538 +LQ10X013370 Putative uncharacterized protein 5.58274446 5.71998149 5.138263738 5.397897191 5.375700733 5.193373351 4.900971446 4.802763164 5.271234096 5.445981201 5.52894287 5.026799571 5.584228431 5.343415879 5.015284606 4.83142041 5.376322497 5.787899576 5.544886465 5.693024778 5.715587431 5.523366168 5.391900421 6.054249442 5.551544316 5.938125494 5.900140366 5.335734547 5.60731322 5.763676796 5.297583839 5.144077425 +LQ10X013470 Putative Flavonol sulfotransferase-like 9.591244042 9.926806368 9.257345364 9.193583949 9.371484342 8.496860677 7.70319779 8.454560079 9.500379619 10.4159395 9.735295852 9.810600992 9.690430231 8.638568637 8.247554574 8.729763912 9.050406813 9.411860355 8.600990347 9.093422036 8.867872312 9.954361861 8.780143964 9.213056991 9.9521401 9.426587822 8.635703459 9.840119804 9.742072726 10.51457291 8.716547129 9.600242204 +LQ10X013530 Putative Flavonol sulfotransferase-like 5.839265563 6.047294278 5.613439022 5.145856602 5.33756335 5.035758312 5.043652899 5.196872762 5.687145216 6.782720689 5.396904402 5.530308065 5.520658475 5.240452505 5.070031454 5.388240686 4.985520073 5.316916751 5.104069564 5.194557878 5.91989419 4.996141091 5.332945992 5.663793751 5.888069325 5.541226263 5.434041456 5.233792003 5.702145906 5.240406388 5.823026104 4.932175889 +LQ10X013660 Predicted protein 12.43114722 12.82259922 12.0359252 12.10911643 11.78445009 12.48854878 12.30652189 12.37098474 12.51368326 13.0220077 12.24691076 12.05402961 12.07381775 12.60076787 12.36263649 12.64297076 12.64768024 12.21930128 12.94710797 12.30025977 11.90071334 11.95949139 12.52404238 12.21635606 12.78632333 12.33089266 13.11985066 11.88697435 11.86095812 11.8727212 12.43066603 12.07417691 +LQ10X013670 ABC transporter I family member 17 6.616852498 6.005526737 6.873918421 7.07035328 6.564628098 6.967212016 7.413227763 7.103355243 7.176517354 7.361529923 6.631828547 7.147047584 7.277215901 6.949755046 8.546914591 6.881869235 5.975335644 6.501741766 5.857090276 6.456808285 6.304403299 5.710923831 6.275187979 6.065435924 6.097955595 6.05371539 5.736071237 5.903254367 6.219296104 5.734368691 5.262320917 5.30469969 +LQ10X013690 Putative uncharacterized protein 13.92959915 14.17652199 13.72897864 14.5388648 14.12700561 14.00872853 14.31236642 14.07402772 13.63040265 13.70063761 13.62284963 14.17433504 13.82566245 14.58722686 14.27356371 14.71431396 13.9073687 14.00300521 13.62065295 13.78570726 13.94424738 14.13001272 14.29388704 14.25727402 13.80465036 13.7306897 13.39684807 13.74455542 13.43169514 14.11450469 13.8639155 14.21003286 +LQ10X013700 Putative DNA-directed RNA polymerase I subunit RPA2 5.93829893 5.306374553 5.565980652 5.095162944 5.943661431 5.578024133 5.074367656 5.665684554 5.84591217 5.193185561 5.87560507 5.118746171 6.092106383 5.325135502 5.303695042 5.768877582 6.231989331 6.507011614 6.617942758 6.212680275 6.719662077 6.123868501 7.414294431 6.238789116 6.246039206 6.407513312 5.781839496 6.665831166 7.028348174 6.197930493 6.578646122 5.548738262 +LQ10X013890 Hypothetical protein 5.133358377 5.254013326 5.645035181 5.648114277 5.688022369 5.108893031 5.850105903 5.618210733 5.537970847 5.633894358 5.41284567 5.517473474 5.729726011 5.267113303 6.194762483 5.977038676 5.669472122 5.449719726 5.406569571 5.660463527 5.271062504 5.191774595 5.87017061 5.779059208 5.327985724 5.240742391 5.399577989 5.33876478 5.556051683 5.643982272 5.811517419 5.104852841 +LQ10X013990 Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit STT3 4.81493906 5.246637246 5.169274821 5.307113048 4.604341592 4.965869218 5.094848847 4.976124689 5.254799463 5.477366569 4.899537883 5.35514375 5.240546643 4.924621927 5.642373487 5.281640102 4.809158075 5.113332588 4.924339551 5.488764842 5.430805992 4.941420269 5.264840918 4.785303289 4.842528179 5.31139672 4.767051207 5.847412138 5.579648496 4.980328259 5.565879901 5.034125993 +LQ10X014000 Probable protein arginine N-methyltransferase 3 12.72526929 13.31010813 11.6149082 11.6662373 11.73643521 12.02005122 12.60301942 12.39437249 13.4278831 13.86609195 12.54485751 12.64364779 12.28806815 12.46569648 12.84366419 13.00471566 12.93048432 12.58491228 13.10592304 12.40240327 13.040174 12.54034579 13.71807508 13.58731445 13.6804748 13.66415662 13.62346839 12.51232843 13.0692672 12.48105419 13.82354357 13.64359576 +LQ10X014220 Peptidyl-prolyl cis-trans isomerase H 12.64739645 13.16650709 12.29918364 12.5087888 12.52426119 13.32832405 13.27257363 13.04547076 13.10624523 13.20078266 12.48681712 12.5419304 12.56788033 13.25940312 12.81104917 13.06500781 12.32421998 12.28380395 11.90161743 12.15179815 12.02101181 12.41079017 12.81763458 12.76213648 12.57058554 12.48999366 11.90882788 11.96646674 11.72980631 12.59648264 12.72331784 12.57631653 +LQ10X014240 Putative NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 6 13.49225355 13.52121736 13.22018931 13.05624512 13.05466095 12.94029211 12.6667988 12.62195648 13.56772272 13.79004082 13.37636282 13.15314756 13.07803383 12.73191187 12.49397076 12.73090638 13.45921238 13.36027223 13.39791376 13.26101512 13.43732755 12.94078657 12.86834191 12.51161856 13.51154928 13.30816904 13.63552336 13.11627426 12.66095945 12.64007934 13.02986091 12.38208125 +LQ10X014300 Putative Calvin cycle protein CP12 6.705959641 6.561378907 6.524304025 6.870521861 6.238892473 6.20356419 6.767690574 6.448899985 6.882484666 6.881088991 6.22528974 6.189882757 6.556111739 6.181268043 6.163379423 6.729120477 6.595033891 7.82444641 7.125015876 6.534785951 6.795515835 6.355693052 5.990166131 7.310920683 6.523193176 7.532517523 7.614482763 6.542781922 5.738365861 6.631827564 5.548328113 6.539364037 +LQ10X014310 U5 small nuclear ribonucleoprotein 200 kDa helicase 6.509695324 6.595724151 6.198471993 6.702666079 6.512965807 6.026470344 6.453507997 5.943337113 6.553512433 6.579861375 7.289505271 6.578043802 7.619913603 5.873273688 7.120620471 5.821915538 6.661086333 6.572016674 7.265361047 7.739872483 6.684057072 6.667407365 6.400060181 6.876016406 6.745379158 7.023690025 7.614759907 7.971394603 7.086349756 6.946943811 6.244975587 5.862342271 +LQ10X014350 Putative uncharacterized protein 5.928776167 6.454752581 5.519278667 6.076729411 5.931102968 6.452239459 6.467957083 6.682273954 6.165754276 5.996720024 5.330141127 6.134546947 6.063091112 6.10764024 6.36882417 6.526468625 5.859852461 6.091201421 5.591816703 5.970660922 5.892964795 5.600140281 5.377927825 6.094366448 5.844606306 6.139728635 6.216864062 5.996857378 5.996985225 5.217231947 6.340586498 5.734351844 +LQ10X014360 E3 ubiquitin-protein ligase KEG 5.792099125 6.100824078 5.817562189 5.794786722 5.959758281 6.387757188 6.061651726 6.265089652 5.497032639 5.559751483 5.22188431 5.474116748 5.718705991 5.415448403 5.186947234 5.750144321 6.280138102 5.741849355 5.764826728 5.96685493 6.52332713 6.278615232 6.33002212 5.365020837 6.372919305 5.514870296 5.732592411 5.769738437 5.759351866 6.691631374 6.136384342 5.473937879 +LQ10X014370 Nudix hydrolase 16, mitochondrial 10.35856285 10.96116438 9.750347249 9.422358781 9.040383737 9.259831372 9.217249889 8.314750862 10.72017762 11.43917824 10.19988638 9.336102059 9.554676428 8.986261219 9.212256495 8.413740549 10.1898825 9.885528196 10.61067208 9.651565151 10.04377943 9.375125737 9.267299814 7.755216944 11.02362663 10.78869231 11.28632919 9.492103396 10.13937156 8.790088871 9.640108719 6.304193166 +LQ10X014460 Putative uncharacterized protein 11.93638565 11.88267696 10.09982847 10.98482086 10.55583618 11.53204604 10.90511899 11.11600389 11.98915546 11.79948562 10.75564722 11.39084956 10.64670705 11.83269087 11.32779884 11.55322561 11.32872491 11.14086837 11.36532955 9.896811675 10.23030203 10.82369779 9.63170158 9.777123696 11.92471504 11.16117401 11.73685417 10.39478214 9.460395282 11.13203385 9.603352046 9.76144067 +LQ10X014470 Ubiquitin-protein ligase, putative 10.7377579 10.56821167 10.73760375 12.32781904 11.65895816 12.11969706 11.93012251 12.49996247 11.41979185 10.91679301 11.0354489 12.46555439 11.5872758 12.06056485 12.27280458 12.57796255 10.40154288 10.491104 10.94390696 9.67175328 10.01051491 11.36257827 9.96330466 10.31851797 10.58292043 11.08060488 10.21057697 10.97526215 9.767264003 12.22311812 9.933871039 10.43745296 +LQ10X014490 Putative disease resistance RPP13-like protein 1 6.501866634 6.38638815 6.5006666 7.325707959 7.188993496 8.093851428 8.25250105 8.186775468 5.933186657 5.594617703 6.263651491 6.636699987 6.142597606 7.540773915 7.310508491 7.897945656 5.514368615 6.272590152 5.47424442 5.142699366 4.874772812 5.920502824 5.466980709 5.218717685 6.27962335 5.496223928 5.598641595 5.583462678 6.009482702 5.62389717 6.226607931 5.330208361 +LQ10X014550 Putative CC-NBS-LRR protein 7.436728635 7.204969759 7.487100226 7.098852608 7.069368893 7.091069648 7.228832753 7.892205635 7.587859286 7.122860635 7.460458454 7.094020136 6.940034941 7.339463301 7.197341409 7.506123315 7.633719919 7.313276784 7.273994686 7.344046085 8.058720631 7.103085133 7.994731618 7.560548179 7.171283671 7.528547443 6.963513237 7.530208964 7.360490367 7.206348792 7.958426517 6.999826292 +LQ10X014620 Putative CC-NBS-LRR protein 8.679795133 8.21738384 9.263465677 8.747290195 9.563067465 9.009236769 9.341859033 9.369656503 8.758408668 8.21708491 8.604476255 8.863203073 8.887380841 8.966117075 9.188343187 9.57156894 6.668701544 6.291467877 6.58293465 7.076399027 6.85561316 6.964102227 7.053469746 7.477702397 6.795131323 6.225938411 6.054414295 6.811220178 7.687572684 7.092511682 7.821711269 8.158428022 +LQ10X014650 Putative CC-NBS-LRR protein 9.95278171 9.456211526 9.936999279 10.05628666 10.42637158 10.1133337 10.38440138 10.23981748 9.418401693 9.171226789 9.500015133 9.475717773 9.505335089 9.824633508 10.24943126 10.06675061 9.241771578 9.462493517 9.296547258 9.175922525 9.918196284 9.861280603 10.00303965 9.613712348 9.143394094 9.648670213 9.440514083 9.168527041 9.947071658 9.639517273 10.05230918 9.542687856 +LQ10X014660 Putative Aspartic proteinase nepenthesin-1 14.7227234 14.92957159 14.16386878 12.12718952 13.01688399 6.168401751 6.785519179 6.644238468 14.87689688 14.49717194 14.53182082 12.30092468 13.34332603 6.105507448 6.630350647 7.207521305 13.53808417 14.31443069 14.2588472 14.20698753 14.39882889 14.55553422 6.086512067 7.317878826 14.84571362 14.92292997 14.76862083 13.20452971 15.12034693 10.57930838 5.717149448 6.229382613 +LQ10X014690 NADPH:quinone oxidoreductase 13.85308917 13.77964606 13.8821491 13.78411895 13.58015285 13.97670528 13.87345317 13.42631937 13.76804577 13.73547679 13.79902216 13.81711896 13.7200393 13.98699535 13.90358143 13.7194432 13.23427571 12.49034458 12.63881233 13.17804061 12.56712526 13.03933496 12.93379903 13.03076133 13.39697317 12.77405257 12.62152629 12.89561266 12.8548977 13.33117897 13.13813842 12.97881995 +LQ10X014720 Transcription factor, putative 9.337682277 8.4094963 8.695734689 9.751368266 9.145365725 10.82840201 10.69489047 10.00526342 9.041982407 8.190916824 8.931588248 9.832381054 9.018151436 10.73401824 10.50825055 10.38737399 8.850273601 9.647556128 8.488393907 9.058048144 9.211364573 8.478881335 10.28283492 9.803908345 8.797350295 9.350113065 8.630262679 9.081229012 9.006448997 9.267353064 10.35195779 9.8492323 +LQ10X014740 Predicted protein 11.47114708 11.39891479 12.28450261 12.54414988 12.69931797 12.88405709 13.61267967 13.82292257 11.58830573 11.47719437 12.10046387 12.23116046 12.49477807 13.14391363 13.83659255 13.67664223 11.55618305 12.11267431 12.41406816 12.355304 12.33741463 12.61274385 13.70463589 14.20633976 11.65702389 11.90166772 12.47370094 12.71656287 12.6135453 13.44775651 13.75417886 14.14667138 +LQ10X014860 Putative RNA-directed DNA polymerase (Reverse transcriptase) (Fragment) 5.150911656 5.294370867 5.193776663 4.884127803 5.049194199 5.045636912 5.0843617 4.719749811 4.980483277 5.184905323 4.939638376 5.028583502 5.292594882 4.783932975 4.869711129 4.820454055 5.238371406 5.014833655 5.073888742 5.385251454 5.219424925 4.837342966 5.196032753 5.557438096 4.810696372 5.08652582 5.319874292 4.95338927 5.333105749 4.895610102 5.326080536 5.186676293 +LQ10X014900 Hypothetical protein 5.62935756 5.859997454 5.418070238 5.992425029 5.14942478 5.618900033 5.856317829 5.623415716 5.797566899 6.156963542 5.470154759 5.805469305 5.418461519 5.749544986 5.67898577 5.722833617 5.581004316 5.946340745 6.982944008 5.68545263 5.810877381 5.994277601 6.001448166 5.492377275 5.835473389 5.81078736 6.035634373 6.952685372 6.240414968 5.599626916 6.597730728 5.830979422 +LQ10X014940 Aquaporin SIP1-1 5.275618388 5.704090302 5.219375877 5.423599342 5.123375572 5.289828036 5.251349088 5.43956265 5.251552953 5.604323269 5.101499074 5.486096803 5.565202356 5.462822664 5.243298411 5.330463158 5.140656489 5.382976037 5.396711099 5.604177641 5.457372147 5.171869456 5.668754394 5.07390872 5.431612239 5.709485212 5.631713965 5.318268758 5.636634199 5.362080755 4.971389785 5.15326674 +LQ10X014960 Two-component response regulator ARR9 5.98114712 5.529451488 5.809574425 5.753185099 5.680029979 5.847988486 5.531184926 5.580166115 5.682971583 5.412185695 5.476289248 5.454374526 5.722409513 5.567639242 5.367851922 5.351438813 5.663037787 5.917014632 5.84240639 5.788151612 5.638376845 5.323482091 5.813662757 5.357067994 5.417989301 6.140329679 6.179102845 6.205495634 5.63279436 5.750531799 6.131995069 5.662141707 +LQ10X014970 60S ribosomal protein L7-1 12.7100601 12.72564151 12.07209738 13.19635271 12.78599641 13.14278277 13.3688791 13.52622311 12.81936982 13.11114092 12.51780758 13.19840096 12.62805151 12.95899368 13.15557875 13.27808529 13.47872772 12.31852811 12.79485143 11.76552654 11.77413364 12.92517014 11.81972128 12.67236273 12.97317546 12.54196443 12.63514721 12.54426948 11.12821268 12.95386471 11.94058185 12.25348202 +LQ10X015000 F-box protein At3g54460 5.19467717 5.032924975 5.301897672 5.071378298 5.066719813 5.004186397 5.268338869 5.577678664 5.100021832 5.186327343 5.291910096 5.149449147 4.862021896 5.411243787 5.39872701 5.012976832 4.887080283 5.158939768 4.970131115 4.723777475 5.278557571 5.108957952 4.941673989 5.134601586 5.325298812 4.966200022 5.111398392 4.822143088 5.113068959 5.106471849 5.059919193 5.563784588 +LQ10X015060 Flowering time control protein FY 4.856723296 4.769081226 4.771159555 4.706338012 4.737909591 4.931069257 4.734801407 4.62334615 4.542058373 4.954764368 4.87260367 4.567619778 4.713454481 4.702078451 4.743096406 4.606891489 5.24352667 4.668076503 5.452998087 5.020076425 5.159033463 4.782274614 5.77809667 5.323430505 4.933926652 4.836780157 5.613512523 6.273403769 6.405153468 4.759893834 6.229089894 5.307447822 +LQ10X015090 Electron transporter, putative 5.435117533 5.146447647 6.542728335 5.336499102 5.997086727 5.409682862 5.105174842 4.911511563 5.488962894 6.513279381 6.060436037 5.622403093 6.349218992 5.370656327 6.990573576 5.371578683 5.321480099 5.148241422 5.413141464 6.085565307 5.320109107 5.57885923 5.658829438 5.817903034 5.562607566 5.27869398 5.158218331 5.364152693 5.291897706 5.970192022 5.237358492 5.361209895 +LQ10X015110 Probable ADP-ribosylation factor GTPase-activating protein AGD11 11.46227402 11.87372576 11.53176514 12.14477188 11.62570076 11.65064514 11.9408257 12.36799246 11.78706626 11.72965731 11.7855085 12.23060059 11.90618304 12.22231173 12.29279965 12.34872141 11.80733287 11.72993226 11.70419302 11.33792097 11.26294769 11.78668722 11.09034149 11.40598984 11.98271197 11.70013585 11.74315471 11.59617808 11.30236026 11.96988764 10.78931974 11.42073313 +LQ10X015130 Hypothetical protein 6.133103768 5.836750801 5.584601052 7.249695694 6.085955062 8.501102764 9.050998344 9.451944552 5.924956694 5.445259647 5.294520523 7.083742956 5.537843343 8.517746889 8.914176183 9.437664242 5.995653918 5.984498488 5.184771462 6.018657901 5.625922024 5.911395735 6.041032176 5.917359947 5.556943618 5.932024802 5.729094203 5.870351008 5.510282565 5.906222701 6.312551986 5.464864856 +LQ10X015210 Putative Ribonuclease DdI 6.133348906 10.64239215 5.2829053 9.148534435 11.79185555 8.894073364 12.72747197 10.73276972 5.718771673 9.106024524 5.408427274 10.45935785 7.653598528 7.549142182 11.96582914 9.909842433 7.629314319 9.483413198 7.340591591 10.08229793 9.298147929 10.23197912 6.47564852 9.467072304 8.900791327 8.564317958 8.043156348 6.869109054 9.366554869 7.759833298 7.731743676 7.790479715 +LQ10X015241 Putative Retrovirus-related Pol polyprotein from transposon TNT 1-94 6.123821756 6.104028047 6.495810001 5.863267475 6.116672482 5.767154496 5.623643016 5.584035721 6.250932623 5.939673984 5.983236178 5.911803936 6.391165306 5.742132557 5.7693809 5.794416827 6.08435301 6.402932404 7.332731353 5.812386772 6.250026496 6.038257111 6.172982013 5.947006622 5.858454576 5.752570353 6.414026429 5.828961885 6.220535103 6.334995176 5.888327452 5.341328834 +LQ10X015330 Acidic endochitinase 11.31827427 13.03309575 5.41625397 5.750232911 5.757107955 5.166618169 5.238279101 5.84920532 9.488455528 12.89868753 5.588970195 5.438010484 5.795721189 5.487941898 5.250165485 5.995631072 14.57267762 10.80200775 13.39904285 11.58583953 6.089397682 7.222394162 5.593879631 5.010407143 14.23269409 9.881210652 12.85886809 6.9738582 7.325368779 6.394698196 5.437822627 5.0461808 +LQ10X015340 Putative Ribonuclease-like storage protein 5.019602344 5.178015899 4.980162287 4.713986028 5.532627482 5.153147736 5.059337376 5.371163116 4.741022325 5.069044058 5.367899176 5.065205174 5.064808799 5.237252211 4.872424095 5.194880542 5.367859814 5.353448323 5.716194185 5.438728577 5.456038963 5.176654375 5.744174526 5.685562241 5.465502321 5.279575286 5.869471894 5.197968941 5.308057865 5.069863413 5.55043708 6.287154179 +LQ10X015480 Putative Ribonuclease 1 6.662181391 6.140478284 7.722222176 8.055303145 9.82651632 11.73645725 11.11184013 12.24330301 5.917693341 5.858469581 7.845621785 7.391636645 11.12173673 11.12608243 11.26675218 12.25179134 6.315921679 8.261666547 5.774545207 10.23265541 8.566979855 10.85874913 7.186710323 10.46683218 7.575351711 7.544134856 5.931537398 9.515308259 10.88998549 7.162340221 6.148598693 9.05252339 +LQ10X015490 Putative Uncharacterized protein ycf60 13.97396888 14.36048545 13.57522414 13.37066234 13.67020953 12.83672826 13.22775844 12.88319039 14.10388915 14.39253309 13.6279941 13.48301163 13.51714305 12.72144484 13.41524036 12.9553483 13.75783978 13.62640734 13.73704057 13.2697587 13.47826434 13.46043707 13.53599149 13.53954633 13.96202119 14.04355749 14.22997267 12.91561225 13.9860111 13.35413852 13.73978803 13.56926809 +LQ10X015500 Putative uncharacterized protein 5.373848543 5.816786429 6.504481594 5.45925206 5.482869727 5.788038109 5.39904516 5.693740152 5.429217514 5.646113634 5.643034723 5.307476982 5.420159305 5.303780137 5.752988954 5.562127446 5.463394894 5.394491846 5.014899231 5.39645048 5.201183144 5.144122517 5.708386587 6.081839763 5.579108655 5.381608889 5.333267638 4.81488461 4.866828309 5.169397255 5.673890934 6.719873217 +LQ10X015690 E3 ubiquitin-protein ligase SINAT5 5.725156485 5.715682618 6.175227565 6.105680821 5.645990912 5.42941346 5.174354333 5.37372924 5.834479383 5.795481505 5.292577478 6.12447332 6.025107565 5.420473702 5.34835755 5.485821998 5.810548902 5.822212312 5.88333399 5.647716437 6.942253651 5.835693548 5.505178814 6.045956191 5.661168936 6.483187629 6.71215914 6.072602681 6.466355354 5.625686986 5.356759345 5.78384195 +LQ10X015710 Putative uncharacterized protein 5.249720941 4.938545879 5.033141762 5.588221071 5.428928125 5.86398987 5.148028194 5.33565742 5.270558813 5.052400914 4.712035964 5.715470045 5.27386957 5.347905147 5.604569724 5.62350484 4.861272363 5.070334561 5.396192795 5.015105683 4.796979373 4.873352416 4.988392923 5.078121237 5.038222714 5.412236477 5.256805393 5.066528308 5.105161615 4.830725188 5.077845757 4.785278559 +LQ10X015720 F-box protein SKIP5 13.23522147 12.94836323 13.0485958 13.07151395 12.95757913 13.39624524 13.41637898 13.55926364 12.98233541 12.83394182 13.01435319 13.22721499 12.882984 13.47082787 13.14997781 13.67968531 13.55054167 13.76413001 13.25565494 13.27883019 13.47928101 12.90710064 13.05449143 12.89655763 13.23537206 13.32678018 13.46464815 13.0436153 13.25714237 12.76271433 13.050273 12.89846366 +LQ10X015800 Putative F-box/kelch-repeat protein At3g23880 5.744992697 6.090362518 5.844169659 6.628773248 6.061339136 6.402367855 7.157379208 6.235943006 5.799421205 6.49347472 6.696881539 6.832751405 6.251829046 6.531445706 6.92096482 7.060910992 6.063942474 5.693908228 6.207331232 6.806915375 6.518578066 6.236264073 5.513839741 6.056333996 6.416602549 6.054844445 6.020919012 6.048709371 6.847299979 6.328432025 5.745860518 5.964181979 +LQ10X015870 Annexin D4 10.80558098 12.47690889 12.91222564 13.70524219 13.67842286 9.522194525 10.35786181 10.53287522 11.454699 12.9683517 12.52200355 13.95872361 13.89242131 10.22027207 11.89082628 10.48050403 12.17237294 11.35649304 12.42231993 13.15806991 12.87555866 14.34840461 11.3667387 12.3771441 13.09258946 13.03963751 13.44941633 14.23604215 14.24337661 15.09618891 10.76387265 12.51321591 +LQ10X015880 Annexin D3 11.2158885 12.3793252 12.35205854 13.67882163 13.21259099 11.8711316 11.95076085 12.0230403 11.97204246 12.63236171 12.6206226 13.66470494 13.5429684 12.45083717 12.61585643 12.48752233 12.44600987 11.31488158 12.579276 12.54223866 11.98103768 13.69258928 11.48847938 12.20545588 12.76808327 12.38956875 12.9877043 13.62820125 12.82082897 14.87920497 11.65079235 12.06597131 +LQ10X015920 Uroporphyrinogen decarboxylase, chloroplastic 13.59171075 13.94335896 13.95450472 14.18605873 13.6456423 13.10469946 13.39074109 12.83461176 13.6787673 13.74144766 14.03887116 14.07770984 13.81952726 13.23836616 13.71481294 13.13851659 12.57501948 12.7113575 12.52464476 13.29733705 13.36442948 13.32799123 13.34240701 13.48098768 13.12215631 12.99263782 13.04683605 13.43275519 13.79189302 13.61319839 13.61208608 13.53522409 +LQ10X015940 Putative beta-phosphoglucomutase 4.676253413 4.802858425 4.639027098 4.846795795 4.82268284 4.734764694 4.807705649 4.911046151 4.599470331 4.848852964 4.714702679 4.833318603 4.549667672 4.902991355 4.915166065 4.943705424 5.018086484 4.566095797 5.458719316 5.210752846 5.089644674 4.781559574 4.806278253 4.841029078 4.709176716 4.767408728 5.05331773 5.324807901 5.224623592 4.863482441 4.886425723 4.757261572 +LQ10X015950 Putative uncharacterized protein 11.54097274 11.37700336 11.54383769 11.57371121 11.30162154 8.280404329 7.371650487 7.308858163 11.49970301 11.11270496 11.85958765 11.59647564 12.04041294 8.577821419 6.886044137 8.01231992 10.42187288 11.16570159 11.0909754 11.43331679 11.37437231 11.63377654 6.255894147 7.590629684 11.87102961 11.85341413 11.96912839 12.31766752 12.67983392 11.34081548 6.538430515 7.158683976 +LQ10X015970 Peroxidase 4 9.799554388 10.83560887 8.520274314 7.526987911 8.528661647 9.275513005 8.221021856 8.455829507 10.55191639 11.00977799 9.299162331 8.460936549 7.810480633 8.77752038 8.191429757 9.35810005 13.1848663 11.75562834 12.01831993 12.0401912 10.29508146 10.33962209 9.446910763 9.635147581 12.37871195 10.62305919 10.70471345 10.73999692 10.24918757 9.169054866 9.377154059 9.949250111 +LQ10X016030 Putative uncharacterized protein 4.917827009 4.863235173 5.367487841 4.41049072 4.664218087 4.837769485 4.800491292 4.571707649 4.964123368 5.370609074 5.063224026 4.594409529 4.666345846 4.858848663 4.596021111 4.819286226 5.183427593 5.175421857 5.210957691 5.265480364 5.107957717 4.808420301 5.32866239 5.280678211 4.946933732 5.312464688 5.493152444 5.495784748 4.87522934 4.850129457 5.8792631 5.238502295 +LQ10X016040 Peroxidase 4 5.672148682 5.194328409 5.163252069 5.765271826 5.382995006 4.819568718 5.083192095 5.228827737 5.61913887 5.995465158 6.101123807 6.122333566 5.38721135 4.973240701 5.22366674 5.022392242 5.384473028 5.614968657 5.441693677 5.604028096 5.402165487 5.729342872 5.70581601 5.1244233 5.611572819 5.525735798 5.239723389 5.13489577 5.329508078 5.357338778 5.631266614 5.100264973 +LQ10X016080 Peroxidase 4 10.57184978 11.05453042 13.28484372 14.26149743 14.80330348 9.271264167 8.639677676 8.705647628 10.76199775 10.89418546 12.39957744 14.18830962 14.18657877 8.705244302 10.56800912 9.647803404 9.35853456 10.92493078 10.80162915 13.40737489 14.78817597 14.20167412 9.794493316 10.70297105 10.63139422 10.95429361 11.11318801 14.33859409 14.39224349 15.56953874 9.414895273 11.01576924 +LQ10X016100 Putative uncharacterized protein 6.618320848 6.193492412 6.105604697 6.300318752 5.058046154 7.272021522 6.658980696 5.873702769 6.649896283 5.92387758 6.007816951 6.529289741 5.637251425 7.227251089 5.944705563 6.358184679 9.604805211 7.219347803 7.965632044 5.862014548 6.294744417 5.509166682 5.328428689 5.030137799 7.147330197 6.604960773 7.780252508 5.32610472 5.763592652 5.154019172 5.32591926 5.841346075 +LQ10X016140 Putative disease resistance protein At3g14460 6.276310925 6.401392154 5.990910133 7.463094124 6.51356801 5.781278348 6.329233503 6.268967178 6.569011273 6.06767344 6.400354821 7.754398137 7.056260166 5.863808013 5.796333006 6.53047701 6.307657122 6.75509153 6.254832648 6.59028093 6.53794551 6.800047123 5.647594126 5.43155981 6.1092908 6.563982594 5.835133987 6.715279066 6.70505802 6.892146273 5.833198876 5.918325652 +LQ10X016290 Putative Chalcone--flavonone isomerase 8.1941895 8.682476092 6.439067506 7.118430705 5.707744167 6.675556317 6.101629054 6.547501337 8.446652976 8.52568838 6.626153466 7.732746412 6.001182615 6.741031832 6.396549545 6.336920905 8.506841664 6.553711308 9.038086385 5.812304444 6.115664163 7.248108434 5.088861474 5.649712207 9.053556246 6.848368105 7.406995692 6.068311479 5.452721132 5.81416386 5.25883224 5.996264143 +LQ10X016300 RING-H2 finger protein ATL3C 12.09780596 11.91510372 13.29524316 12.73557831 12.9632823 11.35148453 12.56803524 13.32387128 11.94825686 11.29090638 13.08270478 12.55075219 12.60556128 11.80964818 12.6154612 12.32439996 11.16926504 11.20995871 10.90184748 12.4171607 12.66293895 12.35440808 13.19680059 13.69538629 10.8965901 10.84713944 10.93897743 12.74558329 13.10869467 12.37038635 13.32664106 13.51142161 +LQ10X016330 Expansin-A8 6.820230877 6.546214372 6.694210575 6.894392339 6.181761488 5.816366767 5.677471814 6.497864192 6.362532122 6.705282886 5.906285844 6.726417168 6.486964134 5.578148853 5.595308456 6.285350985 5.969438291 6.293827843 6.649795432 5.919436962 6.028117115 6.480223326 6.565632164 6.244973515 6.250084612 6.161170655 6.475329022 5.542050366 6.319237833 6.42187786 5.414918528 5.23432734 +LQ10X016360 Histidinol dehydrogenase, chloroplastic 5.782515967 6.375661972 6.082345922 6.487407642 6.164945397 5.843173282 6.108066261 6.043207047 5.902227699 6.138078515 5.686494215 6.018352644 6.473089882 5.889615711 6.755365318 6.380210216 5.874504376 5.926644975 5.263444993 6.279858026 5.852704136 5.930683966 6.36375339 5.966238863 5.532696359 6.044146066 5.960114562 6.067116667 5.634000183 5.980799462 5.798536231 5.959115947 +LQ10X016400 Reticulon-like protein B16 5.092810186 5.283423242 4.799913913 5.301868114 4.960183239 5.129443545 5.18235299 4.853941848 5.286502894 6.049699002 5.217331474 5.241171179 5.294476582 5.053139704 5.863716053 4.792172892 5.150761283 5.162998667 5.157325888 5.216742468 5.48240849 5.222613822 5.74970218 5.376015556 5.420967019 4.902465199 5.253996448 5.304731167 5.005577322 4.933880105 4.986782334 4.842517447 +LQ10X016420 Superoxide dismutase [Mn], mitochondrial 14.30693483 14.40984971 14.43534771 14.25678287 14.09762167 13.86649975 14.23454403 13.90079143 14.17321713 14.33174434 14.19024021 14.21166975 14.07734405 13.8105551 14.12830364 14.05325772 14.29642758 13.63899881 13.71333828 14.0954595 13.95963312 13.78500817 14.03120986 13.98972143 13.88511884 13.46242801 13.66880656 13.86920187 13.88565423 13.74347123 14.07999306 13.87492577 +LQ10X016440 Hypothetical protein 10.03593465 7.98134766 10.38138886 10.95182319 9.016495481 10.34319861 9.863221236 7.650206824 8.763446467 6.739651489 9.599846562 10.42972274 8.852036065 9.045366197 8.589700515 7.76850324 9.426078129 10.1396922 5.967849873 8.998969241 10.04475063 8.16172709 8.212960954 6.514335126 8.107086967 8.709938648 5.482777806 8.147215515 9.075611584 7.954417271 7.813809621 4.941988061 +LQ10X016450 40S ribosomal protein S26-1 15.17902475 15.11789039 14.89423773 14.19661481 14.65060873 14.16508028 14.19800859 13.86035471 15.29976472 15.43324049 15.02579046 14.59065468 14.87134639 14.20197968 14.15036441 13.98277095 15.39215835 15.21375235 15.59542321 15.26993347 14.91850402 15.19741846 15.23890363 14.85852592 15.43590448 15.24243412 15.56160118 15.20815684 14.45134976 14.84141399 15.05814584 15.13304571 +LQ10X016500 Potassium transporter 2 13.05507687 12.37144873 12.03634822 11.00435331 11.60829158 9.386104767 8.363861947 8.377610817 12.54678353 12.26718939 11.93071431 11.16075589 11.21788658 9.31736032 8.1456642 8.536115823 11.99102242 12.15749606 12.49287959 11.58148385 11.65435128 11.48445357 8.748616575 8.79830438 12.49962721 12.02600536 12.4966927 11.42899721 11.98885859 11.00374093 8.147055696 8.790123576 +LQ10X016510 Predicted protein 10.44272982 8.540071412 10.72079533 10.78809501 7.579902586 12.91847704 12.49174693 10.88194516 10.08719272 7.797644172 10.4719454 10.25358831 7.887038789 12.92294283 11.725672 9.042556534 8.688271339 9.331991818 6.716273131 10.53467728 9.411716792 7.698604628 10.82526663 5.610838359 9.065899462 9.456991233 6.764633687 10.17397467 8.640084664 7.627356722 10.58273169 5.386364579 +LQ10X016520 Putative UPF0557 protein C10orf119 8.602976967 9.643982191 5.682594397 6.510250575 5.470305887 7.712003243 7.771502643 7.193937376 9.262976087 9.551904437 6.994707325 6.42446634 5.426041788 7.953872679 6.94374221 7.769904084 9.074710243 7.229454211 9.541061048 5.718923252 5.769603658 7.698603392 6.628791216 7.572616399 10.0024369 9.458106096 10.25147034 6.031882585 6.306139169 6.77223531 6.552713173 6.701779411 +LQ10X016530 Predicted protein 13.73122451 13.39333203 13.67936644 13.49220698 13.80583939 13.20945003 13.56769283 13.53658574 13.68257476 13.58934461 13.84550144 13.84330352 13.66475949 13.16643289 13.60373112 13.53607784 13.65330473 13.69757175 13.43770045 13.65619962 13.76693644 14.02755282 13.25610502 13.49183533 13.40498437 13.53215239 13.03537389 13.80401786 13.66720418 13.89242907 13.07248731 13.42267035 +LQ10X016540 Trans-cinnamate 4-monooxygenase 6.254372599 6.399265004 5.964469923 6.501813233 5.635653675 6.174286628 6.855081403 6.780817867 6.183391809 6.283866411 6.204240845 7.034424748 6.006530916 6.517418349 6.468482161 6.951417537 5.825761992 6.677899693 6.727567649 6.35234094 5.867578237 5.674496014 6.315512827 5.941745714 6.855041644 6.264783879 6.67359626 5.890414702 6.408484702 5.665036948 6.133926352 5.37272374 +LQ10X016570 WRKY transcription factor, putative 5.996562891 6.690322345 5.237189688 6.410941638 6.602890978 6.870602285 7.095596027 7.468475963 6.383639879 6.288313467 5.454485029 6.273635395 6.280015934 7.110971514 6.81995972 6.646797017 6.570541391 6.572499244 7.24903335 6.244014612 5.723342247 6.351949366 5.669418457 7.021364643 6.259474994 5.813382759 7.182457063 5.876262364 6.031365372 6.858711391 5.676533644 6.68168584 +LQ10X016590 Ubiquinol-cytochrome c reductase complex 6.7 kDa protein 5.826210307 5.678434355 5.723637293 5.92600328 5.499143231 5.681870846 6.389229922 5.564161978 5.776341065 5.589080556 5.386657928 5.867512392 6.210554678 5.667086087 5.758475985 6.0619352 5.679552212 5.632886878 5.398700623 6.128325536 5.762694226 5.309831934 5.941580593 6.285579918 5.81091517 5.775523561 5.957890437 5.4057487 5.596097138 5.803924765 6.584318012 6.482769695 +LQ10X016620 Snf2 histone linker phd ring helicase, putative 8.482315663 8.683995457 8.755731376 8.875750636 8.999211621 9.007395191 8.547201273 9.242359359 8.782116922 8.210035185 9.03108715 8.862229701 8.743100755 9.191953851 8.926166154 9.102109205 9.73881426 9.079677325 9.11412932 9.112134253 9.144188111 9.334101174 9.440759331 9.337470524 9.24201741 8.943281144 8.477707592 8.743630946 9.179026518 9.706709708 9.443141856 9.547679226 +LQ10X016680 Serine/threonine-protein kinase AtPK19 5.565881777 4.998339104 6.398006544 5.421090079 6.757350873 5.28783153 5.350191207 5.221110439 5.487712686 5.455948984 6.859163989 5.788119015 6.467670262 5.365234234 5.682408708 5.37983049 5.316634782 5.205758899 5.227900454 5.407130436 5.748819656 5.60316909 5.873620788 5.638454952 5.376096811 5.520467074 5.079038401 5.623478153 5.810905079 5.491269575 6.013823397 5.513280285 +LQ10X016710 Probable inactive receptor kinase At5g58300 10.88880512 11.03685217 11.5617521 10.87290118 11.26886823 10.24876935 10.2177051 10.11676406 10.83450815 10.62017223 11.38323417 11.32947968 11.53158128 10.44533893 10.26749668 9.899308299 10.01351659 10.59725721 11.25810131 11.82267179 12.16895211 11.55966607 11.54225822 11.33569409 10.92360911 11.13393534 11.59314986 12.6261135 12.43915754 12.57618456 11.73456095 11.78544574 +LQ10X016720 Predicted protein 9.379993549 9.5926403 9.520446538 9.61777241 9.705878514 9.447301905 9.568106334 9.02669513 9.47578561 9.548320849 9.645489748 9.831390456 9.906813232 9.802568111 8.929777218 9.544463269 9.243310934 8.605116525 9.26478128 9.075911622 8.374595999 9.514733208 9.136678485 9.379530516 9.481768772 8.741425622 9.562828708 8.978257864 8.807922344 9.686767823 9.191381869 9.442528593 +LQ10X016730 60S ribosomal protein L10 14.88010663 14.91300631 14.79548355 14.7051157 14.91298914 14.80134038 14.66434653 14.48214553 15.10555825 15.2481407 15.01501896 14.94276835 14.93375716 14.82280345 14.73898876 14.73021629 14.8091133 14.56536566 14.64051426 14.72333891 14.25994678 14.77216825 14.48411963 14.30719292 14.92611873 14.57826014 14.792832 14.48828776 14.34833649 14.55290486 14.53719972 14.41872759 +LQ10X016750 Cytochrome b-c1 complex subunit 8 5.883710988 5.338003729 5.854813278 5.828840894 5.802397377 5.688075065 5.882844833 5.498330325 6.121372082 7.155890841 5.213382107 5.741057877 5.871293117 5.492146545 6.658186896 5.801752323 5.336095125 5.780826373 5.518481657 5.621842839 5.473904889 5.851806395 5.405232259 5.656793488 5.546517672 5.643805129 5.383894733 5.496361404 5.082318991 5.614955169 5.487655619 5.331725742 +LQ10X016760 Hydroxyacylglutathione hydrolase cytoplasmic 13.70320252 13.60818241 13.33220801 13.64975078 13.35006304 14.16746448 13.77976702 13.41974626 13.87902395 13.52017464 13.23683438 13.68514653 13.50927267 14.08333546 13.74131915 13.95809559 14.04918335 14.14309933 13.85364675 13.4680172 13.38189948 13.46042797 13.27720943 13.17766761 13.64276863 13.30714111 13.50125065 13.0364565 12.82687623 13.02072792 13.25927049 12.98291082 +LQ10X016780 Putative WD repeat domain phosphoinositide-interacting protein 3 5.813811607 5.65417562 5.593190265 6.39892121 5.307182967 5.749776844 5.895833372 5.332517741 6.130405573 7.009581248 5.74824723 5.873756686 6.157357013 5.23244105 8.580214586 5.699125417 5.445766452 5.466693013 6.394959255 6.405954852 5.854021305 5.424255319 5.790461482 5.566865085 5.514912958 5.556869717 5.284396925 5.70110547 5.812381928 5.312168766 5.857722859 5.59200874 +LQ10X016790 Putative Quinone oxidoreductase-like protein 2 homolog 11.68968059 12.06315223 11.6153354 11.27245086 11.74210047 11.90620856 11.52616414 11.86801563 11.64012796 12.01931917 11.7834991 11.34103003 11.81840631 11.80178206 11.57848658 12.05856014 12.25907247 12.21137197 11.99401246 12.47745596 12.11494331 12.30524758 12.39022447 12.60587361 12.27129167 12.08783053 11.6509711 12.30854356 11.95148509 11.90761013 12.46126666 12.12285659 +LQ10X016810 Predicted protein 10.02430286 10.5359348 10.00412007 9.565110889 9.910702977 9.519472561 9.75290965 9.328832466 10.60086247 10.86574946 10.28947586 9.84785626 10.45053406 10.00095665 10.0781973 10.79921194 9.58201723 9.869359275 9.309319512 10.04350095 10.29790624 9.56044737 10.02375002 9.34206684 9.751232196 9.891304012 9.780070436 9.982581828 10.45507487 8.871197242 10.32763516 9.791890855 +LQ10X016820 Predicted protein 5.357188069 5.022136755 5.266231802 5.041787277 4.855228452 4.810584275 4.99239866 4.918465667 5.111429379 5.316623666 5.000931424 5.076748949 4.689329023 5.057260207 5.013659065 4.91547217 5.133355292 4.881344706 5.661550465 5.296222718 5.042244772 4.802382385 4.732288353 5.292062793 5.00192867 4.982487775 5.765369926 5.134118516 5.48498405 4.808862425 5.209748396 5.319572485 +LQ10X016850 Putative Secologanin synthase 5.453366824 5.96716014 4.860349554 5.508070039 5.345162942 5.707704359 5.80373908 5.844770775 5.371060313 5.134729818 5.358418818 5.667642828 5.898891946 5.822225823 5.344121056 5.797186526 5.293726677 6.137189971 6.785184699 5.620099448 5.313555737 5.694409305 5.395697036 5.742256123 5.674569385 5.393545566 5.982412411 5.166576358 5.612405073 5.433040204 5.445512324 5.592648674 +LQ10X016860 Predicted protein 7.11376371 6.733198368 5.936448084 6.453334777 6.488516864 5.687215033 5.965829838 5.730287398 7.167067969 7.774168825 6.669510026 6.48921977 6.847151107 5.478430576 7.438842311 5.785743765 6.418624807 7.035304021 7.075656212 7.253367194 6.567142039 6.801656386 6.26441695 5.807113618 6.351816115 6.943988359 7.543535001 5.506845342 6.942974784 6.509075984 5.944348534 6.613971488 +LQ10X016890 Pentatricopeptide repeat-containing protein At1g10270 6.652809816 7.307771827 6.442148019 6.874264558 6.571206302 7.9106716 7.671933446 7.343664637 6.631870073 6.366754514 6.453433404 6.639373916 6.491418638 8.069734715 6.434007568 6.937471382 6.778990114 6.257785117 6.932818019 7.417735441 7.921194853 6.544479445 8.267176615 8.403739142 6.912979482 6.50470684 7.515626571 7.372225392 7.55064131 6.735790102 8.899495194 8.05220366 +LQ10X016920 Heat shock protein 70 (HSP70)-interacting protein, putative 4.746858295 5.106793307 5.119004142 4.872568802 5.441443662 5.300057042 5.336466436 5.383697289 4.915265833 5.002920918 5.192056442 5.054175009 5.05347082 5.360771091 5.031396874 5.157179032 5.100006317 4.837859598 4.961161501 5.106928005 5.238613728 4.774268098 4.926347979 5.479366381 4.628176253 4.899510552 4.642476017 5.05208033 4.816082763 4.824788836 5.300591042 5.596744488 +LQ10X016990 Uncharacterized aarF domain-containing protein kinase At1g79600, chloroplastic 9.481145732 9.015564983 10.46889259 9.71102099 10.02363022 10.71990849 10.76924357 10.15548186 9.374745009 8.62978974 9.930450533 9.354926005 9.79663294 10.77547432 10.4845839 9.604459212 8.939328006 9.023984726 8.986598202 10.19929261 10.20577663 9.514202427 11.32581183 11.39584731 9.279835 8.751321335 9.463657552 10.23066423 10.96443642 9.595401631 11.55373417 11.32955397 diff --git a/data/p450s_blastp_yeast_top1.txt b/data/p450s_blastp_yeast_top1.txt new file mode 100644 index 0000000..ff66a34 --- /dev/null +++ b/data/p450s_blastp_yeast_top1.txt @@ -0,0 +1,26 @@ +sp|Q3LFU0|CP1A1_BALAC YHR007C 23.83 277 176 8 240 492 236 501 2e-12 67.4 +sp|P56590|CP1A1_CANFA YHR007C 24.10 278 174 9 240 492 236 501 1e-14 74.7 +sp|Q06367|CP1A1_CAVPO YDR402C 28.03 264 167 9 234 488 221 470 7e-13 68.6 +sp|Q92039|CP1A1_CHACA YHR007C 23.81 231 142 7 284 492 281 499 8e-09 55.8 +sp|P79716|CP1A1_DICLA YHR007C 23.34 287 175 11 242 498 236 507 3e-08 54.3 +sp|Q5KQT7|CP1A1_FELCA YDR402C 28.20 266 166 10 242 497 220 470 4e-13 69.3 +sp|P04798|CP1A1_HUMAN YHR007C 25.90 278 169 11 236 488 236 501 5e-13 69.3 +sp|O42430|CP1A1_LIMLI YDR402C 27.80 277 152 12 243 498 221 470 8e-13 68.6 +sp|O42231|CP1A1_LIZAU YDR402C 27.54 276 154 12 243 498 221 470 2e-12 67.0 +sp|Q9W683|CP1A1_LIZSA YDR402C 24.13 460 276 19 66 498 57 470 8e-13 68.6 +sp|P33616|CP1A1_MACFA YHR007C 24.82 278 172 10 236 488 236 501 5e-13 68.9 +sp|Q6GUR1|CP1A1_MACMU YHR007C 24.82 278 172 10 236 488 236 501 3e-13 69.7 +sp|Q00557|CP1A1_MESAU YHR007C 23.16 272 184 6 240 492 236 501 2e-13 70.5 +sp|Q92148|CP1A1_MICTO YDR402C 27.07 266 168 12 239 494 221 470 7e-13 68.6 +sp|P00184|CP1A1_MOUSE YDR402C 28.30 265 167 10 242 497 221 471 5e-14 72.0 +sp|Q92110|CP1A1_ONCMY YDR402C 24.25 466 297 20 51 498 43 470 2e-12 67.4 +sp|Q92095|CP1A1_OPSTA YDR402C 24.66 442 282 18 73 498 64 470 5e-13 69.3 +sp|Q6JZS3|CP1A1_ORYLA YDR402C 25.48 263 176 9 243 498 221 470 7e-11 62.4 +sp|P98181|CP1A1_PAGMA YDR402C 24.53 265 173 8 240 492 221 470 5e-09 56.2 +sp|Q9YH64|CP1A1_PLAFE YDR402C 24.89 458 275 21 66 498 57 470 1e-13 71.2 +sp|Q92100|CP1A1_PLEPL YDR402C 27.80 277 152 13 243 498 221 470 9e-13 68.2 +sp|P05176|CP1A1_RABIT YDR402C 29.11 237 146 9 276 496 240 470 4e-13 69.3 +sp|P00185|CP1A1_RAT YDR402C 27.55 265 169 9 242 497 221 471 1e-12 67.8 +sp|P56591|CP1A1_SHEEP YDR402C 26.69 251 160 10 258 499 235 470 8e-11 62.4 +sp|O42457|CP1A1_SPAAU YHR007C 22.68 291 172 10 241 497 236 507 2e-10 60.8 +sp|Q92116|CP1A1_STECH YHR007C 24.22 289 170 11 241 497 236 507 6e-12 65.9 diff --git a/data/states.txt b/data/states.txt new file mode 100644 index 0000000..618a4ac --- /dev/null +++ b/data/states.txt @@ -0,0 +1,51 @@ +name population income murder hs_grad region +Alabama 3615 3624 15.1 41.3 South +Alaska 365 6315 11.3 66.7 West +Arizona 2212 4530 7.8 58.1 West +Arkansas 2110 3378 10.1 39.9 South +California 21198 5114 10.3 62.6 West +Colorado 2541 4884 6.8 63.9 West +Connecticut 3100 5348 3.1 56 Northeast +Delaware 579 4809 6.2 54.6 South +Florida 8277 4815 10.7 52.6 South +Georgia 4931 4091 13.9 40.6 South +Hawaii 868 4963 6.2 61.9 West +Idaho 813 4119 5.3 59.5 West +Illinois 11197 5107 10.3 52.6 North Central +Indiana 5313 4458 7.1 52.9 North Central +Iowa 2861 4628 2.3 59 North Central +Kansas 2280 4669 4.5 59.9 North Central +Kentucky 3387 3712 10.6 38.5 South +Louisiana 3806 3545 13.2 42.2 South +Maine 1058 3694 2.7 54.7 Northeast +Maryland 4122 5299 8.5 52.3 South +Massachusetts 5814 4755 3.3 58.5 Northeast +Michigan 9111 4751 11.1 52.8 North Central # mitten +Minnesota 3921 4675 2.3 57.6 North Central +Mississippi 2341 3098 12.5 41 South +Missouri 4767 4254 9.3 48.8 North Central +Montana 746 4347 5 59.2 West +Nebraska 1544 4508 2.9 59.3 North Central +Nevada 590 5149 11.5 65.2 West +New Hampshire 812 4281 3.3 57.6 Northeast +New Jersey 7333 5237 5.2 52.5 Northeast +New Mexico 1144 3601 9.7 55.2 West +New York 18076 4903 10.9 52.7 Northeast +North Carolina 5441 3875 11.1 38.5 South +North Dakota 637 5087 1.4 50.3 North Central +Ohio 10735 4561 7.4 53.2 North Central +Oklahoma 2715 3983 6.4 51.6 South +Oregon 2284 4660 4.2 60 West +Pennsylvania 11860 4449 6.1 50.2 Northeast +Rhode Island 931 4558 2.4 46.4 Northeast +South Carolina 2816 3635 11.6 37.8 South +South Dakota 681 4167 1.7 53.3 North Central +Tennessee 4173 3821 11 41.8 South +Texas 12237 4188 12.2 47.4 South +Utah 1203 4022 4.5 67.3 West +Vermont 472 3907 5.5 57.1 Northeast +Virginia 4981 4701 9.5 47.8 South +Washington 3559 4864 4.3 63.5 West +West Virginia 1799 3617 6.7 41.6 South +Wisconsin 4589 4468 3 54.5 North Central +Wyoming 376 4566 6.9 62.9 West \ No newline at end of file diff --git a/docs/using-bioinformatics-software.html b/docs/using-bioinformatics-software.html index b34040e..98ded07 100644 --- a/docs/using-bioinformatics-software.html +++ b/docs/using-bioinformatics-software.html @@ -6,7 +6,7 @@ Chapter 7 Using (Bioinformatics) Software | A Primer for Computational Biology (2nd Edition) - + @@ -148,6 +148,10 @@ + @@ -182,7 +186,6 @@
  • 2 Logging In
  • 3 The Command Line and Filesystem @@ -261,30 +264,120 @@
  • Counting Duplicate Lines
  • For-Loops in bash
  • -
  • 14 Version Control with git
  • +
  • 14 Version Control with git +
  • Part 2: Programming in Python
  • 15 Hello, World
  • 16 Elementary Data Types
  • +
  • 17 Collections and Looping: Lists and for +
  • +
  • 18 File Input and Output +
  • +
  • 19 Conditional Control Flow +
  • +
  • 20 Python Functions +
  • +
  • 21 Command Line Interfacing +
  • +
  • 22 Dictionaries +
  • +
  • 23 String Tips and Regular Expressions +
  • +
  • 24 Variables and Scope
  • +
  • 25 Variables and Classes +
  • +
  • 26 Use Case: Counting SNPs +
  • +
  • 27 Application Programming Interfaces, Modules, Packages, Syntactic Sugar +
  • +
  • 28 Algorithms and Data Structures +
  • Part 3: Programming in R
  • -
  • 17 An Introduction +
  • 29 An Introduction
  • -
  • 18 Variables and Data +
  • 30 Variables and Data
  • -
  • 19 Vectors +
  • 31 Vectors
  • +
  • 32 R Functions +
  • +
  • 33 Lists and Attributes +
  • +
  • 34 Data Frames +
  • Published with bookdown
  • @@ -670,42 +777,42 @@

    Exercises diff --git a/images/part3-01-an-introduction.Rmd.images/III.1_5_rstudio_first.png b/images/part3-01-an-introduction.Rmd.images/III.1_5_rstudio_first.png index 0cca1d0..3981bc9 100644 Binary files a/images/part3-01-an-introduction.Rmd.images/III.1_5_rstudio_first.png and b/images/part3-01-an-introduction.Rmd.images/III.1_5_rstudio_first.png differ diff --git a/images/part3-01-an-introduction.Rmd.images/III.1_6_rstudio_new_rscript.png b/images/part3-01-an-introduction.Rmd.images/III.1_6_rstudio_new_rscript.png index b9a5099..5dc3bae 100644 Binary files a/images/part3-01-an-introduction.Rmd.images/III.1_6_rstudio_new_rscript.png and b/images/part3-01-an-introduction.Rmd.images/III.1_6_rstudio_new_rscript.png differ diff --git a/images/part3-01-an-introduction.Rmd.images/III.1_7_rstudio_hello_world.png b/images/part3-01-an-introduction.Rmd.images/III.1_7_rstudio_hello_world.png index 747812f..b2d5ceb 100644 Binary files a/images/part3-01-an-introduction.Rmd.images/III.1_7_rstudio_hello_world.png and b/images/part3-01-an-introduction.Rmd.images/III.1_7_rstudio_hello_world.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_20_anova1_rownames-3.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_20_anova1_rownames-3.png new file mode 100644 index 0000000..da546cf Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_20_anova1_rownames-3.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_31_split_apply_combine-4.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_31_split_apply_combine-4.png new file mode 100644 index 0000000..8c5db99 Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_31_split_apply_combine-4.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_36_lapply_dotdotdot-3.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_36_lapply_dotdotdot-3.png new file mode 100644 index 0000000..a130a16 Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_36_lapply_dotdotdot-3.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_50_dplyr_do.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_50_dplyr_do.png new file mode 100644 index 0000000..d22c26d Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_50_dplyr_do.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_58_magrittr_chaining-3.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_58_magrittr_chaining-3.png new file mode 100644 index 0000000..10df85b Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_58_magrittr_chaining-3.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_5_experiment_design_expressions.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_5_experiment_design_expressions.png new file mode 100644 index 0000000..e68e1b9 Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_5_experiment_design_expressions.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_6_experiment_design_plants-3.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_6_experiment_design_plants-3.png new file mode 100644 index 0000000..2ef3968 Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_6_experiment_design_plants-3.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_7_experiment_interaction_1-3.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_7_experiment_interaction_1-3.png new file mode 100644 index 0000000..e9727a9 Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_7_experiment_interaction_1-3.png differ diff --git a/images/part3-08-split-apply-combine.Rmd.images/III.8_8_experiment_interaction_2-3.png b/images/part3-08-split-apply-combine.Rmd.images/III.8_8_experiment_interaction_2-3.png new file mode 100644 index 0000000..3b6f721 Binary files /dev/null and b/images/part3-08-split-apply-combine.Rmd.images/III.8_8_experiment_interaction_2-3.png differ diff --git a/images/part3-09-reshaping-and-joining-data-frames.Rmd.images/III.9_2_needs_gathering-3.png b/images/part3-09-reshaping-and-joining-data-frames.Rmd.images/III.9_2_needs_gathering-3.png new file mode 100644 index 0000000..c788aaf Binary files /dev/null and b/images/part3-09-reshaping-and-joining-data-frames.Rmd.images/III.9_2_needs_gathering-3.png differ diff --git a/images/part3-09-reshaping-and-joining-data-frames.Rmd.images/III.9_6_needs_spreading-3.png b/images/part3-09-reshaping-and-joining-data-frames.Rmd.images/III.9_6_needs_spreading-3.png new file mode 100644 index 0000000..5260cf1 Binary files /dev/null and b/images/part3-09-reshaping-and-joining-data-frames.Rmd.images/III.9_6_needs_spreading-3.png differ diff --git a/images/part3-10-procedural-programming.Rmd.images/III.10_10_rnorm_sample_hist_trunc_out.png b/images/part3-10-procedural-programming.Rmd.images/III.10_10_rnorm_sample_hist_trunc_out.png new file mode 100644 index 0000000..4e3bdfe Binary files /dev/null and b/images/part3-10-procedural-programming.Rmd.images/III.10_10_rnorm_sample_hist_trunc_out.png differ diff --git a/images/part3-10-procedural-programming.Rmd.images/III.10_18_vector_for_append-3.png b/images/part3-10-procedural-programming.Rmd.images/III.10_18_vector_for_append-3.png new file mode 100644 index 0000000..12b75de Binary files /dev/null and b/images/part3-10-procedural-programming.Rmd.images/III.10_18_vector_for_append-3.png differ diff --git a/images/part3-10-procedural-programming.Rmd.images/III.10_24_rexp_dist.png b/images/part3-10-procedural-programming.Rmd.images/III.10_24_rexp_dist.png new file mode 100644 index 0000000..b701a7b Binary files /dev/null and b/images/part3-10-procedural-programming.Rmd.images/III.10_24_rexp_dist.png differ diff --git a/images/part3-10-procedural-programming.Rmd.images/III.10_28_sample_trunc_hists.png b/images/part3-10-procedural-programming.Rmd.images/III.10_28_sample_trunc_hists.png new file mode 100644 index 0000000..3a8f959 Binary files /dev/null and b/images/part3-10-procedural-programming.Rmd.images/III.10_28_sample_trunc_hists.png differ diff --git a/images/part3-10-procedural-programming.Rmd.images/III.10_5_rnorm_sample_hist.png b/images/part3-10-procedural-programming.Rmd.images/III.10_5_rnorm_sample_hist.png new file mode 100644 index 0000000..fdcaace Binary files /dev/null and b/images/part3-10-procedural-programming.Rmd.images/III.10_5_rnorm_sample_hist.png differ diff --git a/images/part3-11-objects-and-classes-in-r.Rmd.images/III.11_7_dispatch_flow.png b/images/part3-11-objects-and-classes-in-r.Rmd.images/III.11_7_dispatch_flow.png new file mode 100644 index 0000000..40a1886 Binary files /dev/null and b/images/part3-11-objects-and-classes-in-r.Rmd.images/III.11_7_dispatch_flow.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_10_cartesian_polar-3.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_10_cartesian_polar-3.png new file mode 100644 index 0000000..f918b19 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_10_cartesian_polar-3.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_14_ggplot_layer_1.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_14_ggplot_layer_1.png new file mode 100644 index 0000000..55eaa2d Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_14_ggplot_layer_1.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_17_ggplot_layer_2smooth-1.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_17_ggplot_layer_2smooth-1.png new file mode 100644 index 0000000..49e27a1 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_17_ggplot_layer_2smooth-1.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_18_ggplot_layer_2smooth_lines.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_18_ggplot_layer_2smooth_lines.png new file mode 100644 index 0000000..4f2e503 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_18_ggplot_layer_2smooth_lines.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_20_ggplot_bin_pointbar.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_20_ggplot_bin_pointbar.png new file mode 100644 index 0000000..362b4e4 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_20_ggplot_bin_pointbar.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_23_ggplot_boxplot.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_23_ggplot_boxplot.png new file mode 100644 index 0000000..204ede8 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_23_ggplot_boxplot.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_25_ggplot_more_defaults.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_25_ggplot_more_defaults.png new file mode 100644 index 0000000..4869262 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_25_ggplot_more_defaults.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_26_log_scatterplot_baser.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_26_log_scatterplot_baser.png new file mode 100644 index 0000000..23732e4 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_26_log_scatterplot_baser.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_29_ggplot_diamonds_too_many_aesthetics.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_29_ggplot_diamonds_too_many_aesthetics.png new file mode 100644 index 0000000..04d09b7 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_29_ggplot_diamonds_too_many_aesthetics.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_2_dotplot_baser-3.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_2_dotplot_baser-3.png new file mode 100644 index 0000000..6d4e949 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_2_dotplot_baser-3.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_31_ggplot_diamonds_carat_depth.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_31_ggplot_diamonds_carat_depth.png new file mode 100644 index 0000000..30d5d4c Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_31_ggplot_diamonds_carat_depth.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_33_ggplot_diamonds_carat_depth_mod_layers.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_33_ggplot_diamonds_carat_depth_mod_layers.png new file mode 100644 index 0000000..ef8367f Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_33_ggplot_diamonds_carat_depth_mod_layers.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_35_ggplot_diamonds_carat_depth_mod_layers_facet.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_35_ggplot_diamonds_carat_depth_mod_layers_facet.png new file mode 100644 index 0000000..fb2b1e2 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_35_ggplot_diamonds_carat_depth_mod_layers_facet.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_37_ggplot_diamonds_carat_depth_mod_layers_facet2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_37_ggplot_diamonds_carat_depth_mod_layers_facet2.png new file mode 100644 index 0000000..f1e223a Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_37_ggplot_diamonds_carat_depth_mod_layers_facet2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_38_ggplot_diamonds_carat_depth_mod_layers_facet2_margins.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_38_ggplot_diamonds_carat_depth_mod_layers_facet2_margins.png new file mode 100644 index 0000000..b6879f0 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_38_ggplot_diamonds_carat_depth_mod_layers_facet2_margins.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_39_ggplot_diamonds_carat_depth_grid_one_layer.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_39_ggplot_diamonds_carat_depth_grid_one_layer.png new file mode 100644 index 0000000..aa170fd Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_39_ggplot_diamonds_carat_depth_grid_one_layer.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_3_dotplot_baser_lines-3.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_3_dotplot_baser_lines-3.png new file mode 100644 index 0000000..2498aa9 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_3_dotplot_baser_lines-3.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_41_ggplot_diamonds_carat_depth_cut.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_41_ggplot_diamonds_carat_depth_cut.png new file mode 100644 index 0000000..802fde6 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_41_ggplot_diamonds_carat_depth_cut.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_42_contig_stats.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_42_contig_stats.png new file mode 100644 index 0000000..5df1357 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_42_contig_stats.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_46_ggplot_ctg_stats1-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_46_ggplot_ctg_stats1-2.png new file mode 100644 index 0000000..f82d104 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_46_ggplot_ctg_stats1-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_48_ggplot_ctg_stats2-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_48_ggplot_ctg_stats2-2.png new file mode 100644 index 0000000..8ad90c4 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_48_ggplot_ctg_stats2-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_50_ggplot_ctg_stats3-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_50_ggplot_ctg_stats3-2.png new file mode 100644 index 0000000..3aacaa2 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_50_ggplot_ctg_stats3-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_52_ggplot_ctg_stats4-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_52_ggplot_ctg_stats4-2.png new file mode 100644 index 0000000..d7e3267 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_52_ggplot_ctg_stats4-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_54_ggplot_ctg_stats5-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_54_ggplot_ctg_stats5-2.png new file mode 100644 index 0000000..b6a85c0 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_54_ggplot_ctg_stats5-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_56_ggplot_diamonds_polar-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_56_ggplot_diamonds_polar-2.png new file mode 100644 index 0000000..c08f362 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_56_ggplot_diamonds_polar-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_58_ggplot_diamonds_flip-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_58_ggplot_diamonds_flip-2.png new file mode 100644 index 0000000..65ae01d Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_58_ggplot_diamonds_flip-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_5_dotplot_hist_add-3.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_5_dotplot_hist_add-3.png new file mode 100644 index 0000000..48372d7 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_5_dotplot_hist_add-3.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_60_ggplot_diamonds_equal-1.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_60_ggplot_diamonds_equal-1.png new file mode 100644 index 0000000..146b7c2 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_60_ggplot_diamonds_equal-1.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_61_ggplot_ctg_stats_equal-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_61_ggplot_ctg_stats_equal-2.png new file mode 100644 index 0000000..a8f12a6 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_61_ggplot_ctg_stats_equal-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_63_ggplot_counts_theme-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_63_ggplot_counts_theme-2.png new file mode 100644 index 0000000..dd2d3a8 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_63_ggplot_counts_theme-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_65_ggplot_counts_theme_angle-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_65_ggplot_counts_theme_angle-2.png new file mode 100644 index 0000000..8dd1dbb Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_65_ggplot_counts_theme_angle-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_67_ggplot_counts_theme_aspect-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_67_ggplot_counts_theme_aspect-2.png new file mode 100644 index 0000000..edf0e35 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_67_ggplot_counts_theme_aspect-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_69_ggplot_points_theme_styles-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_69_ggplot_points_theme_styles-2.png new file mode 100644 index 0000000..23475ac Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_69_ggplot_points_theme_styles-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_71_ggplot_diamonds_geom_text.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_71_ggplot_diamonds_geom_text.png new file mode 100644 index 0000000..6df7571 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_71_ggplot_diamonds_geom_text.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_73_ggplot_contig_stats_equal_annotated-2.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_73_ggplot_contig_stats_equal_annotated-2.png new file mode 100644 index 0000000..b112819 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_73_ggplot_contig_stats_equal_annotated-2.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_74_ggplot_crime_ex1.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_74_ggplot_crime_ex1.png new file mode 100644 index 0000000..89a22e3 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_74_ggplot_crime_ex1.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_7_dotplot_hist_add_limits-3.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_7_dotplot_hist_add_limits-3.png new file mode 100644 index 0000000..7ab06b8 Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_7_dotplot_hist_add_limits-3.png differ diff --git a/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_9_lm_plot-3.png b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_9_lm_plot-3.png new file mode 100644 index 0000000..1f720dc Binary files /dev/null and b/images/part3-12-plotting-data-and-ggplot2.Rmd.images/III.12_9_lm_plot-3.png differ diff --git a/part1-09-the-standard-streams.Rmd b/part1-09-the-standard-streams.Rmd index d693983..0c0111d 100644 --- a/part1-09-the-standard-streams.Rmd +++ b/part1-09-the-standard-streams.Rmd @@ -229,6 +229,8 @@ At this point, the longish nature of the commands and the fact that our terminal > wc +###### {- #pipeline} + A chain of commands like the above, separated by pipe characters, is often called a “pipeline.” More generally, though, a pipeline can describe any series of steps from input data to output data (as in the Muscle/HMMER series covered in chapter 7). ### Counting Simple AT Repeats {-} diff --git a/part1-12-patterns.Rmd b/part1-12-patterns.Rmd index 003f70d..3e6e507 100644 --- a/part1-12-patterns.Rmd +++ b/part1-12-patterns.Rmd @@ -40,6 +40,8 @@ And here is some of the output, where only sequences in groups are represented a ... +###### {- #sed} + The `sed` tool is a sophisticated program for modifying input (either from a file or standard input) and printing the results to standard output: `sed '' ` or` ... | sed ''`. Like `awk`, `sed` hails from the 1970s and provides a huge variety of powerful features and syntax, only a tiny fraction of which we’ll cover here. In particular, we’ll focus on the `s`, or substitution, operation. diff --git a/part1-13-miscellanea.Rmd b/part1-13-miscellanea.Rmd index b01aae7..c30763b 100644 --- a/part1-13-miscellanea.Rmd +++ b/part1-13-miscellanea.Rmd @@ -116,6 +116,8 @@ PZ21537_A       0.158   82      TTATT   3       unit:ATT        6 PZ535325        0.108   120     AATTA   6       unit:TA 6       dinucleotide ... +###### {- #join} + Given such data, we might wish to ask which sequences had a hit to a yeast open reading frame and a GC content of over 50%. We could easily find out with `awk`, but first we need to invoke `join`, which merges two row/column text files based on lines with similar values in a specified “key” column. By default, `join` only outputs rows where data are present in both files. Both input files are required to be similarly sorted (either ascending or descending) on the key columns: `join -1 -2 `. Like most tools, `join` outputs its result to standard output, which can be redirected to a file or other tools like `less` and `awk`. Ideally, we’d like to say `join -1 1 -2 1 pz_stats.txt pz_blastx_yeast_top1.txt` to indicate that we wish to join these files by their common first column, but as of yet the files are not similarly sorted. So, we’ll first create sorted versions. diff --git a/part2-02-elementary_data_types.Rmd b/part2-02-elementary_data_types.Rmd index 1643b21..3a16b0a 100644 --- a/part2-02-elementary_data_types.Rmd +++ b/part2-02-elementary_data_types.Rmd @@ -79,6 +79,8 @@ value = value + 1 print(value) # prints 8 +###### {- #modulus} + Aside from the usual addition and subtraction, other mathematical operators of note include `**` for exponential powers and `%` for modulus (to indicate a remainder after integer division, e.g., `7 % 3` is `1`, `8 % 3` is `2`, `9 % 3` is `0`, and so on).
    
     
    -If you feel adventurous (and you should!), you can try method chaining, where the dot syntax for methods can be appended so long as the previous method returned the correct type.
    +###### {- #method_chaining}
    +
    +If you feel adventurous (and you should!), you can try *method chaining*, where the dot syntax for methods can be appended so long as the previous method returned the correct type.
     
     
    diff --git a/part2-09-string-tips-and-regex.Rmd b/part2-09-string-tips-and-regex.Rmd index 58046f1..f82170f 100644 --- a/part2-09-string-tips-and-regex.Rmd +++ b/part2-09-string-tips-and-regex.Rmd @@ -107,7 +107,7 @@ Why do some operations (like the list method `.sort()`) change the data in place The idea behind this principle is that upon reading code, it should be immediately obvious what it does, a feature that is easily achieved if each operation only has one thing it can do. When operations both change data and return an answer, there is a temptation to “code by side effect”, that is, to make use of simultaneous effects to minimize typing at the cost of clarity. Compared to many other languages, Python makes a stronger attempt to follow this principle. -### Regular Expressions +### Regular Expressions {-} Regular expressions, common to many programming languages and even command line tools like `sed`, are syntax for matching patterns in strings. The simplest patterns are just simple strings; for example, `"ATG"` is the pattern for a start codon. Because Python treats backslashes as special in strings (e.g., `"\t"` is not actually `"\"` followed by a `"t"`, but rather a tab character), patterns for regular expressions in Python are usually expressed as “raw strings”, indicated by prefixing them with an `r`. So, `r"ATG"` is also the pattern for a start codon, but `r"\t"` is the regular expression for `"\"` and `"t"` rather than the tab character. diff --git a/part3-01-an-introduction.Rmd b/part3-01-an-introduction.Rmd index 787948a..1d24a4e 100644 --- a/part3-01-an-introduction.Rmd +++ b/part3-01-an-introduction.Rmd @@ -4,31 +4,32 @@ The R programming language has a rich history, tracing its roots to the S language originally developed for statistical computing in the mid-1970s at (where else?) Bell Laboratories. Later, the open-source R project extended the capabilities of S while incorporating features of languages like LISP and Scheme. -Many features of R are shared with Python: both are high-level, interpreted languages. (For a discussion of interpreted vs. compiled languages, see chapter 13, “[Hello, World]()”.) Both languages provide a wide array of features and functions for common tasks, and both languages are buttressed by a staggering variety of additional packages for more specialized analyses. Superficially, much of their syntax is similar, though below the surface lie significant (and fascinating) differences. +Many features of R are shared with Python: both are high-level, interpreted languages. (For a discussion of interpreted vs. compiled languages, see chapter 15, "[Hello, World](#hello-world)".) Both languages provide a wide array of features and functions for common tasks, and both languages are buttressed by a staggering variety of additional packages for more specialized analyses. Superficially, much of their syntax is similar, though below the surface lie significant (and fascinating) differences. -Practically, the major difference between the two languages lies in what built-in features and functions are available, and what packages are available for download. Where Python is considered a “general purpose” language, R specializes in statistical analyses. Need to build a mixed nonlinear model for a large table of numerical values from a multifactorial experiment? R is probably the tool of choice. Need to count potential promoter motifs in a large sequence set? Python is likely a better candidate. R does support functionality for the types of string analyses covered in the section on Python (such as DNA sequence analysis and regular expressions), but these are currently easier to work with in Python. Python provides excellent data plotting through the `matplotlib` library, but R’s `ggplot2` library quickly became one of the dominant tools for data visualization since its initial release in 2005. +Practically, the major difference between the two languages lies in what built-in features and functions are available, and what packages are available for download. Where Python is considered a "general purpose" language, R specializes in statistical analyses. Need to build a mixed nonlinear model for a large table of numerical values from a multifactorial experiment? R is probably the tool of choice. Need to count potential promoter motifs in a large sequence set? Python is likely a better candidate. R does support functionality for the types of string analyses covered in the section on Python (such as DNA sequence analysis and regular expressions), but these are currently easier to work with in Python. Python provides excellent data plotting through the `matplotlib` library, but R's `ggplot2` library quickly became one of the dominant tools for data visualization since its initial release in 2005. -Where the analysis of biological data is concerned, both languages have grown rapidly. The `bioconductor` packages in R provide many statistical bioinformatics tools, while `BioPython` focuses on some statistical methods and many sequence-oriented methods such as multiple alignment. As of this writing, both languages appear be heading toward a common feature set: relatively recent Python packages such as `pandas`, `numpy`, `scipy`, and `statsmodels` add functionality that has been present in R for decades, while R has grown in general functionality and popularity. For now, though, both languages still make great additions to a computational biologist’s repertoire, and both are supported by large and engaged communities. +Where the analysis of biological data is concerned, both languages have grown rapidly. The `bioconductor` packages in R provide many statistical bioinformatics tools, while `BioPython` focuses on some statistical methods and many sequence-oriented methods such as multiple alignment. As of this writing, both languages appear be heading toward a common feature set: relatively recent Python packages such as `pandas`, `numpy`, `scipy`, and `statsmodels` add functionality that has been present in R for decades, while R has grown in general functionality and popularity. For now, though, both languages still make great additions to a computational biologist's repertoire, and both are supported by large and engaged communities. -So which of these two languages (and of course Python and R are far from the only two choices) should an aspiring computational biologist learn first? Well, the placement of Python in this book is no accident. For most users, Python is a better “introductory programming experience,” even if the experience is brief, for a couple of reasons. First, much of Python was designed with education and ease of use in mind, easing the transition to computational thinking and explaining its current popularity in Computer Science departments around the world. Second, Python shares more similarity with other “mainstream” languages like Java, C, and C++ than does R, easing transference of concepts should one wish to continue on the programming journey. Further, R contains a much larger menagerie of data types and specialized syntax for working with them, as well as multiple frameworks for things like variable assignment and object orientation. Effective R programmers arguably have more to keep in mind as they work. +So which of these two languages (and of course Python and R are far from the only two choices) should an aspiring computational biologist learn first? Well, the placement of Python in this book is no accident. For most users, Python is a better "introductory programming experience," even if the experience is brief, for a couple of reasons. First, much of Python was designed with education and ease of use in mind, easing the transition to computational thinking and explaining its current popularity in Computer Science departments around the world. Second, Python shares more similarity with other "mainstream" languages like Java, C, and C++ than does R, easing transference of concepts should one wish to continue on the programming journey. Further, R contains a much larger menagerie of data types and specialized syntax for working with them, as well as multiple frameworks for things like variable assignment and object orientation. Effective R programmers arguably have more to keep in mind as they work. R is a remarkably flexible language. With so much flexibility comes both power and interesting ways of thinking about programming. While Python emphasizes the use of for-loops and if-statements to control program flow, R provides an alternative syntax for manipulation of data through sophisticated logical statements. (For-loops and if-statements are discussed late in this section.) Functions are quite important in Python, but in R they take on such significance that we are required to think about them at a higher level (as types of data that can be operated on by other functions). For many of the statistical tasks in which R excels, the underlying interpreter code is highly optimized or parallelized so that analyses of millions or billions of data points can be completed quickly. Finally, many excellent packages are available only for R. -Ultimately, though, the answer to “which language should I learn?” is as dynamic as “which language should I use?” There are good arguments to be made for (and against) all tools, and the types of skills you wish to acquire and situational needs will play a large role at any given time. Some advice: eventually, *learn to program in multiple languages*. The benefits of learning more than one language are easily on par with learning to program in the first place! +Ultimately, though, the answer to "which language should I learn?" is as dynamic as "which language should I use?". There are good arguments to be made for (and against) all tools, and the types of skills you wish to acquire and situational needs will play a large role at any given time. Some advice: eventually, *learn to program in multiple languages*. The benefits of learning more than one language are easily on par with learning to program in the first place! ### Hello, World {-} -R is an [interpreted]() language, meaning that an R program is a text file (or multiple text files, in some cases) with commands that are interpreted by another program interacting with the CPU and RAM through the operating system. On the command line, the R interpreter is simply `R`, which we can run and send commands to one at a time. +R is an [interpreted](#interpreter) language, meaning that an R program is a text file (or multiple text files, in some cases) with commands that are interpreted by another program interacting with the CPU and RAM through the operating system. On the command line, the R interpreter is simply `R`, which we can run and send commands to one at a time. -
     
    -oneils@atmosphere ~$ R
    -R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
    -Copyright (C) 2020 The R Foundation for Statistical Computing
    -Platform: x86_64-apple-darwin17.0 (64-bit)
    +[oneils@mbp ~]$ R
    +
    +R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"
    +Copyright (C) 2025 The R Foundation for Statistical Computing
    +Platform: aarch64-apple-darwin20
     
     R is free software and comes with ABSOLUTELY NO WARRANTY.
     You are welcome to redistribute it under certain conditions.
    @@ -49,18 +50,18 @@ Type 'q()' to quit R.
     >
     
    -When we are done working with the R interpreter this way, we can run `quit(save = "no")` to exit, instructing that any temporary data that we haven’t already explicitly saved should not be saved. +When we are done working with the R interpreter this way, we can run `quit(save = "no")` to exit, instructing that any temporary data that we haven't already explicitly saved should not be saved. -
     
     > quit(save = "no")
    -oneils@atmosphere ~$ 
    +[oneils@mbp ~]$
     
    -We will occasionally need to work with the R interpreter in this way, particularly when we need to install packages. For the most part, however, we will run R programs as executable [scripts](), much like we did for Python. In this case, we use the `Rscript` interpreter via the familiar `#!/usr/bin/env Rscript` line, which as always must be the first line of the file. (See chapter 5, “[Permissions and Executables](),” for more information on creating executable script files on the command line.) +We will occasionally need to work with the R interpreter in this way, particularly when we need to install packages. For the most part, however, we will run R programs as executable [scripts](#script), much like we did for Python. In this case, we use the `Rscript` interpreter via the familiar `#!/usr/bin/env Rscript` line, which as always must be the first line of the file. (See chapter 5, "[Permissions and Executables](#permissions-and-executables)," for more information on creating executable script files on the command line.)
    @@ -69,15 +70,15 @@ We will occasionally need to work with the R interpreter in this way, particular As with other script types, we can make this script executable with `chmod` and execute it. -
     
    -oneils@atmosphere ~$ chmod +x helloworld.R
    -oneils@atmosphere ~$ ./helloworld.R
    +[oneils@mbp ~]$ chmod +x helloworld.R
    +[oneils@mbp ~]$ ./helloworld.R
     [1] "Hello World"
    -oneils@atmosphere ~$ 
    +[oneils@mbp ~]$
     
    ### RStudio {-} @@ -89,42 +90,42 @@ Programming in R on the command line works as well as any other language, but th
    -When first opened, RStudio presents three panes. On the left is the same interface with the interpreter that we saw by running R on the command line. On the lower right is a pane presenting tabs for a file browser, a help browser, and a panel where plots can be viewed. The upper right pane shows the history of commands that the interpreter has run since it opened and the “global environment,” illustrating some information about which variables and data the interpreter currently has stored in memory. +When first opened, RStudio presents three panes. On the left is the same interface with the interpreter that we saw by running R on the command line. On the lower right is a pane presenting tabs for a file browser, a help browser, and a panel where plots can be viewed. The upper right pane shows the history of commands that the interpreter has run since it opened and the "global environment," illustrating some information about which variables and data the interpreter currently has stored in memory. -None of these three panes, however, is the one we are primarily interested in! To open up the most important pane, we need to create a new “R script” file—a text file of R commands, just like the executable script on the command line. To do this, we use the button with a green plus sign. +None of these three panes, however, is the one we are primarily interested in! To open up the most important pane, we need to create a new "R script" file—a text file of R commands, just like the executable script on the command line. To do this, we use the button with a green plus sign.
    -The new pane is an editor for our code file. Here we’ve entered three lines of code (a line like `#!/usr/bin/env Rstudio` is only necessary for running R scripts on the command line). +The new pane is an editor for our code file. Here we've entered three lines of code (a line like `#!/usr/bin/env Rstudio` is only necessary for running R scripts on the command line).
    -The file editor pane contains a number of buttons, four of which are worth discussing immediately. First, the save button (the small blue diskette) saves the file—R script files traditionally get the file extension `.R`. Farther to the right, the `Run` button sends the highlighted section of code to the interpreter window, even if that section is multiple lines (which are executed by the interpreter in sequence, as with most languages). The next button (with the loopy blue arrow) reruns the most recently run section of code, even if it is not highlighted. Finally, the Source button runs all the code in the file, just as would the `Rscript` version on the command line. The outputs of `Run` and `Source` are shown in the interpreter pane below, in black text. +The file editor pane contains a number of buttons, four of which are worth discussing immediately. First, the save button (the small blue diskette) saves the file — R script files traditionally get the file extension `.R`. Farther to the right, the `Run` button sends the highlighted section of code to the interpreter window, even if that section is multiple lines (which are executed by the interpreter in sequence, as with most languages). The next button (with the loopy blue arrow) reruns the most recently run section of code, even if it is not highlighted. Finally, the `Source` button runs all the code in the file, just as would the `Rscript` version on the command line. The outputs of `Run` and `Source` are shown in the interpreter pane below, in black text. -Note that the Run button allows the programmer to execute lines of code out of their natural order—we could just as easily run lines 2, 3, and 4 in that order (by highlighting them with the mouse and clicking Run) as we could 4 followed by 3 followed by 2 (by highlighting and running each in turn). As it turns out, programs are usually sensitive to the order in which lines of code are executed! So, as much as possible, avoid the `Run` button and instead use the `Source` button. This means that sections of code will be rerun as you develop your programs. The benefit is that you can be sure that your code will run in a non-RStudio environment as well, and you will be less likely to create confusing code.^[On the other hand, some sections of code might run for many minutes or even hours, so you could consider carefully avoiding rerunning those sections of code when needed.] For the most part, we won’t illustrate code directly in RStudio, but rather as simple text files and snippets of them. +Note that the Run button allows the programmer to execute lines of code out of their natural order — we could just as easily run lines 2, 3, and 4 in that order (by highlighting them with the mouse and clicking Run) as we could 4, followed by 3, followed by 2 (by highlighting and running each in turn). As it turns out, programs are usually sensitive to the order in which lines of code are executed! So, as much as possible, avoid the `Run` button and instead use the `Source` button. This means that sections of code will be rerun as you develop your programs. The benefit is that you can be sure that your code will run in a non-RStudio environment as well, and you will be less likely to create confusing code.^[On the other hand, some sections of code might run for many minutes or even hours, so you could consider carefully avoiding rerunning those sections of code when needed.] For the most part, we won't illustrate code directly in RStudio, but rather as simple text files and snippets of them. ### Libraries/Packages {-} -While a default installation of the R interpreter includes a huge number of functions and packages, many additional libraries have been made available on CRAN (the Comprehensive R Archive Network), providing important new functions. Fortunately, installing these libraries from CRAN is easy and requires only the interactive R interpreter and an internet connection.^[In R, the terms “library” and “package” are frequently used synonymously, but technically they are distinct. The library is the directory where packages (collections of code and data providing the functionality) are stored.] +While a default installation of the R interpreter includes a huge number of functions and packages, many additional libraries have been made available on CRAN (the Comprehensive R Archive Network), providing important new functions. Fortunately, installing these libraries from CRAN is easy and requires only the interactive R interpreter and an internet connection.^[In R, the terms "library" and "package" are frequently used synonymously, but technically they are distinct. The library is the directory where packages (collections of code and data providing the functionality) are stored.] -As an example, we’ll install the `stringr` package, which provides additional functions for working with character-like data types (this will be the first additional package we’ll need in later chapters). To install it at the interactive R console, we need to run `install.packages("stringr")`. You may be asked whether the package should be installed in a “personal library” and whether to create such a personal library, to which you can answer `y`. You may also be prompted to select a nearby geographical location from which to download the package, also known as a “mirror.” +As an example, we'll install the `stringr` package, which provides additional functions for working with character-like data types (this will be the first additional package we'll need in later chapters). To install it at the interactive R console, we need to run `install.packages("stringr")`. You may be asked whether the package should be installed in a "personal library" and whether to create such a personal library, to which you can answer `y`. You may also be prompted to select a nearby geographical location from which to download the package, also known as a "mirror." -Once the package has been installed, using it in an R script is as easy as first calling `library("stringr")` or `library(stringr)`, after which the functions provided by the library are available. In this example, we’re using the `str_split()` function provided by the `stringr` package; the printed output would be `"Hello" "world"` rather than `"Hello world"`. +Once the package has been installed, using it in an R script is as easy as first calling `library("stringr")` or `library(stringr)`, after which the functions provided by the library are available. In this example, we're using the `str_split()` function provided by the `stringr` package; the printed output would be `"Hello" "world"` rather than `"Hello world"`. -
     
     library(stringr)
     
    -print(str_split("Hellow world", " "))
    +print(str_split("Hello world", " "))
     
    Note that `install.packages()` needs to be run only once per package, and should usually be done in the interactive R interpreter. The `library()` function will need to be used (once) for each library in each R script that uses it. These calls are usually collected near the top of the script. @@ -132,8 +133,11 @@ Note that `install.packages()` needs to be run only once per package, and should
    #### Exercises {-} -1. If you are working on the command line, create an executable file interpreted by `Rscript` and have it print some information. If you prefer to try RStudio, install it and create a new R script, having it print several lines of text and using the `Source` button to run the entire script. Experiment with the “Run” and “Re-Run” buttons as well. -2. If you are working in RStudio, use the interface to create a new “Project” (represented by a directory in the file system housing data, R scripts, and other files related to an analysis project) and create several R scripts. For one of the scripts you create, try clicking the “Compile Notebook” icon (it looks like a small notepad) to create an HTML report, and save it in the project directory. -3. If you are using RStudio, try creating a new “R Markdown” file rather than an R script file. R Markdown files allow you to mix “chunks” of R code along with text documentation, which can then be “knitted” into a nicely formatted HTML report. Save the report in the project directory. -4. Install the `stringr` library via the interactive console and write a script that uses the `str_split()` function in it. If you are using RStudio, libraries can also be installed in the “Packages” tab of the RStudio interface. +1. If you are working on the command line, create an executable file interpreted by `Rscript` and have it print some information. If you prefer to try RStudio, install it and create a new R script, having it print several lines of text and using the `Source` button to run the entire script. Experiment with the "Run" and "Re-Run" buttons as well. + +2. If you are working in RStudio, use the interface to create a new "Project" (represented by a directory in the file system housing data, R scripts, and other files related to an analysis project) and create several R scripts. For one of the scripts you create, try clicking the "Compile Notebook" icon (it looks like a small notepad) to create an HTML report, and save it in the project directory. + +3. If you are using RStudio, try creating a new "R Markdown" file rather than an R script file. R Markdown files allow you to mix "chunks" of R code along with text documentation, which can then be "knitted" into a nicely formatted HTML report. Save the report in the project directory. + +4. Install the `stringr` library via the interactive console and write a script that uses the `str_split()` function in it. If you are using RStudio, libraries can also be installed in the "Packages" tab of the RStudio interface.
    diff --git a/part3-02-variables-and-data.Rmd b/part3-02-variables-and-data.Rmd index 4d44533..d747d02 100644 --- a/part3-02-variables-and-data.Rmd +++ b/part3-02-variables-and-data.Rmd @@ -2,7 +2,7 @@ Like most languages, R lets us assign data to variables. In fact, we can do so using either the `=` assignment operator or the `<-` operator, though the latter is most commonly found and generally preferred. -
    @@ -11,9 +11,9 @@ alpha <- -4.4
     print(alpha)                   # prints [1] -4.4
     
    -Here, `print()` is a function, which prints the contents of its parameter (to the interpreter window in RStudio, or [standard output]() on the command line). This function has the “side effect” of printing the output but doesn’t return anything.^[The R interpreter will also print the contents of any variable or value returned without being assigned to a variable. For example, the lines `alpha` and `3 + 4` are equivalent to `print(alpha)` and `print(3 + 4)`. Such “printless” prints are common in R code, but we prefer the more explicit and readable call to the `print()` function.] By contrast, the `abs()` function returns the absolute value of its input without any other effects. +Here, `print()` is a function, which prints the contents of its parameter (to the interpreter window in RStudio, or [standard output](#standard_output) on the command line). This function has the "side effect" of printing the output but doesn't return anything.^[The R interpreter will also print the contents of any variable or value returned without being assigned to a variable. For example, the lines `alpha` and `3 + 4` are equivalent to `print(alpha)` and `print(3 + 4)`. Such "printless" prints are common in R code, but we prefer the more explicit and readable call to the `print()` function.] By contrast, the `abs()` function returns the absolute value of its input without any other effects. -
    @@ -24,11 +24,11 @@ print(alpha_abs)               # prints [1] 4.4
     
     The interpreter ignores `#` characters and anything after them on a single line, so we can use them to insert comments in our code for explanation or to improve readability. Blank lines are ignored, so we can add them to improve readability as well.
     
    -You might be curious why the extra `[1]` is included in the printed output; we’ll return to that point soon, but for now, let it suffice to say that the number `4.4` is the first (and only) of a collection of values being printed.
    +You might be curious why the extra `[1]` is included in the printed output; we'll return to that point soon, but for now, let it suffice to say that the number `4.4` is the first (and only) of a collection of values being printed.
     
     The right-hand side of an assignment is usually evaluated first, so we can do tricky things like reuse variable names in expressions.
     
    -
    @@ -42,16 +42,20 @@ count <- count + 1
     print(count)                   # prints [2] 23
     
    -Variable and function names in R deserve some special discussion. There are a variety of conventions, but a common one that we’ll use is the same convention we used for Python: variable names should (1) consist of only letters and numbers and underscores, (2) start with a lowercase letter, (3) use underscores to separate words, and (4) be meaningful and descriptive to make code more readable. +Variable and function names in R deserve some special discussion. There are a variety of conventions, but a common one that we'll use is the same convention we used for Python: variable names should + 1. consist of only letters and numbers and underscores, + 2. start with a lowercase letter, + 3. use underscores to separate words, and + 4. be meaningful and descriptive to make code more readable. -In R, variable and function names are also allowed to include the `.` character, which contains no special meaning (unlike in many other languages). So, `alpha.abs <- abs(alpha)` is not an uncommon thing to see, though we’ll be sticking with the convention `alpha_abs <- abs(alpha)`. R variables may be almost anything, so long as we are willing to surround the name with back-tick characters. So, ```alpha abs` <- abs(alpha)`` would be a valid line of code, as would a following line like ``print(`alpha abs`)``, though this is not recommended. +In R, variable and function names are also allowed to include the `.` character, which contains no special meaning (unlike in many other languages). So, `alpha.abs <- abs(alpha)` is not an uncommon thing to see, though we'll be sticking with the convention `alpha_abs <- abs(alpha)`. R variables may be almost anything, so long as we are willing to surround the name with back-tick characters. So, ```alpha abs` <- abs(alpha)`` would be a valid line of code, as would a following line like ``print(`alpha abs`)``, though this is *not* recommended. ### Numerics, Integers, Characters, and Logicals {-} -One of the most basic types of data in R is the “numeric,” also known as a float, or floating-pointing number in other languages.^[This reflects the most common use of the term "numeric" in R, though perhaps not the most accurate. R has a `double` type which implements floating-point numbers, and technically both these and integers are subtypes of `numeric`.] R even supports scientific notation for these types. +One of the most basic types of data in R is the "numeric," also known as a float, or floating-pointing number in other languages.^[This reflects the most common use of the term "numeric" in R, though perhaps not the most accurate. R has a `double` type which implements floating-point numbers, and technically both these and integers are subtypes of `numeric`.] R even supports scientific notation for these types. -
    @@ -60,9 +64,9 @@ gc_content <- 0.34                 # numeric 0.34
     evalue <- 1e-7                     # numeric 0.0000001
     
    -R also provides a separate type for integers, numbers that don’t have a fractional value. They are important, but less commonly seen in R primarily because numbers are created as numerics, even if they look like integers. +R also provides a separate type for integers, numbers that don't have a fractional value. They are important, but less commonly seen in R primarily because numbers are created as numerics, even if they look like integers. -
    @@ -72,7 +76,7 @@ seq_len <- 215                     # actually numeric 215.0
     
     It is possible to convert numeric types to actual integer types with the `as.integer()` function, and vice versa with the `as.numeric()` function.
     
    -
    @@ -83,10 +87,10 @@ seq_len2 <- as.numeric(seq_len_int)      # numeric 215.0
     
     When converting to an integer type, decimal parts are removed, and thus the values are rounded toward `0` (`4.8` becomes `4`, and `-4.8` would become `-4`.)
     
    -The “character” data type holds a string of characters (though of course the string may contain only a single character, or no characters as in `''`). These can be specified using either single or double quotes.
    +The "character" data type holds a string of characters (though of course the string may contain only a single character, or no characters as in `''`). These can be specified using either single or double quotes.
     
     
    -
    @@ -95,11 +99,11 @@ name <- 'Shawn'
     last_name <- "O'Neil"
     
    -Concatenating character strings is trickier in R than in some other languages, so we’ll cover that in chapter 32, “[Character and Categorical Data]().” (The `cat()` function works similarly, and allows us to include special characters like tabs and newlines by using `\t` and `\n`, respectively; `cat("Shawn\tO'Neil")` would output something like `Shawn O'Neil`.) +Concatenating character strings is trickier in R than in some other languages, so we'll cover that in chapter 35, "[Character and Categorical Data](#character-and-categorical-data)." (The `cat()` function works similarly, and allows us to include special characters like tabs and newlines by using `\t` and `\n`, respectively; `cat("Shawn\tO'Neil")` would output something like `Shawn O'Neil`.) -Character types are different from integers and numerics, and they can’t be treated like them even if they look like them. However, the `as.character()` and `as.numeric()` functions will convert character strings to the respective type if it is possible to do so. +Character types are different from integers and numerics, and they can't be treated like them even if they look like them. However, the `as.character()` and `as.numeric()` functions will convert character strings to the respective type if it is possible to do so. -
    @@ -109,9 +113,9 @@ asum <- 5.4 + value_chr                   # Error!
     asum2 <- 5.4 + as.numeric(value_chr)      # numeric 11.6
     
    -By default, the R interpreter will produce a warning (`NAs induced by conversion`) if such a conversion doesn’t make sense, as in `as.numeric("Shawn")`. It is also possible to convert a numeric or integer type to a character type, using `as.character()`. +By default, the R interpreter will produce a warning (`NAs introduced by coercion`) if such a conversion doesn't make sense, as in `as.numeric("Shawn")`. It is also possible to convert a numeric or integer type to a character type, using `as.character()`. -
    @@ -119,9 +123,9 @@ By default, the R interpreter will produce a warning (`NAs induced by conversion
     asum2_char <- as.character(asum2)          # character, "11.6"
     
    -The “logical” data type, known as a Boolean type in other languages, is one of the more important types for R. These simple types store either the special value `TRUE` or the special value `FALSE` (by default, these can also be represented by the shorthand `T` and `F`, though this shorthand is less preferred because some coders occasionally use `T` and `F` for variable names as well). Comparisons between other types return logical values (unless they result in a warning or error of some kind). It is possible to compare character types with comparators like `<` and `>`; the comparison is done in [lexicographic (dictionary) order](). +The "logical" data type, known as a Boolean type in other languages, is one of the more important types for R. These simple types store either the special value `TRUE` or the special value `FALSE` (by default, these can also be represented by the shorthand `T` and `F`, though this shorthand is less preferred because some coders occasionally use `T` and `F` for variable names as well). Comparisons between other types return logical values (unless they result in a warning or error of some kind). It is possible to compare character types with comparators like `<` and `>`; the comparison is done in [lexicographic (dictionary) order](#lexicographic_order). -
    @@ -134,7 +138,7 @@ char_test <- "AACT" < "CGTAC"               # logical TRUE
     
     But beware: in R (and Python), such comparisons also work when they should perhaps instead result in an error: character types can be validly compared to numeric types, and character values are always considered larger. This particular property has resulted in a number of programming mistakes.
     
    -
    @@ -142,9 +146,9 @@ But beware: in R (and Python), such comparisons also work when they should perha
     mix_text <- "AACT" > -20.4                  # logical TRUE
     
    -R supports `<`, `>`, `<=`, `>=`, `==`, and `!=` comparisons, and these have the same meaning as for the comparisons in Python (see chapter 17, “[Conditional Control Flow](),” for details). For numeric types, R suffers from the same caveat about equality comparison as Python and other languages: rounding errors for numbers with decimal expansions can compound in dangerous ways, and so comparing numerics for equality should be done with care. (You can see this by trying to run `print(0.2 * 0.2 / 0.2 == 0.2)`, which will result in `FALSE`; again, see chapter 17 for details.^[Because whole numbers are by default stored as numerics (rather than integers), this may cause some discomfort when attempting to compare them. But because whole numbers can be stored exactly as numerics (without rounding), statements like `4 + 1 == 5`, equivalent to `4.0 + 1.0 == 5.0`, would result in `TRUE`. Still, some cases of division might cause a problem, as in `(1/5) * (1/5) / (1/5) == (1/5)`.]) The “official” way to compare two numerics for approximate equality in R is rather clunky: `isTRUE(all.equal(a, b))` returns `TRUE` if a and b are approximately equal (or, if they contain multiple values, all elements are). We’ll explore some alternatives in later chapters. +R supports `<`, `>`, `<=`, `>=`, `==`, and `!=` comparisons, and these have the same meaning as for the comparisons in Python (see chapter 19, "[Conditional Control Flow](#conditional-control-flow)," for details). For numeric types, R suffers from the same caveat about equality comparison as Python and other languages: rounding errors for numbers with decimal expansions can compound in dangerous ways, and so comparing numerics for equality should be done with care. (You can see this by trying to run `print(0.2 * 0.2 / 0.2 == 0.2)`, which will result in `FALSE`; again, see chapter 19 for details.^[Because whole numbers are by default stored as numerics (rather than integers), this may cause some discomfort when attempting to compare them. But because whole numbers can be stored exactly as numerics (without rounding), statements like `4 + 1 == 5`, equivalent to `4.0 + 1.0 == 5.0`, would result in `TRUE`. Still, some cases of division might cause a problem, as in `(1/5) * (1/5) / (1/5) == (1/5)`.]) The "official" way to compare two numerics for approximate equality in R is rather clunky: `isTRUE(all.equal(a, b))` returns `TRUE` if `a` and `b` are approximately equal (or, if they contain multiple values, all elements are). We'll explore some alternatives in later chapters. -
    @@ -156,28 +160,28 @@ result <- isTRUE(all.equal(a, b))           # logical TRUE
     
     Speaking of programming mistakes, because `<-` is the preferred assignment operator but `=` is also an assignment operator, one must be careful when coding with these and the `==` or `<` comparison operators. Consider the following similar statements, all of which have different meanings.
     
    -
     
    -val <- 5                                    # assigns 5 to val
    -val < -5                                    # compares val to -5 (less than)
    -val = -5                                    # assigns -5 to val
    -val == -5                                   # compares val to -5 (equality)
    +val <- 5                            # assigns 5 to val
    +val < -5                            # compares val to -5 (less than)
    +val = -5                            # assigns -5 to val
    +val == -5                           # compares val to -5 (equality)
     
    R also supports logical connectives, though these take on a slightly different syntax than most other languages. | Connective | Meaning | Example (with `a <- 7`, `b <- 3`) | -|------------|--------------------------------------------|-----------------------------------| +|------------|:-------------------------------------------|-----------------------------------| | `&` | and: `TRUE` if both sides are `TRUE` | `a < 8 & b == 3 # TRUE` | -| `|` | or: `TRUE` if one or both sides are `TRUE` | `a < 8 | b == 9 # TRUE` | +| `|` | or: `TRUE` if one or both sides are `TRUE` | `a < 8 | b == 9 # TRUE` | | `!` | not: `TRUE` if the following is `FALSE` | `! a < 3 # TRUE` | These can be grouped with parentheses, and usually should be to avoid confusion. -
    @@ -190,11 +194,11 @@ val2 <- 4.7
     result <- val1 < val2 & (base2 == "T" | !(base1 < base2))   # TRUE
     
    -When combining logical expressions this way, each side of an ampersand or `|` must result in a logical—the code `a == 9 | 7` is not the same as `a == 9 | a == 7` (and, in fact, the former will always result in `TRUE` with no warning). +When combining logical expressions this way, each side of an ampersand or `|` must result in a logical — the code `a == 9 | 7` is not the same as `a == 9 | a == 7` (and, in fact, the former will always result in `TRUE` with no warning). Because R is such a dynamic language, it can often be useful to check what type of data a particular variable is referring to. This can be accomplished with the `class()` function, which returns a character string of the appropriate type. -
    @@ -210,30 +214,33 @@ print(len_class)                          # prints [1] "integer"
     print(class(gc_content))                  # prints [1] "numeric"
     
    -We’ll do this frequently as we continue to learn about various R data types. - +We'll do this frequently as we continue to learn about various R data types.
    #### Exercises {-} -Given a set of variables, a, b, c, and d, find assignments of them to either TRUE or FALSE such that the result variable holds TRUE. + 1. Given a set of variables, `a`, `b`, `c`, and `d`, find assignments of them to either `TRUE` or `FALSE` such that the result variable holds `TRUE`. -
         
         a <- # TRUE or FALSE?
    -    b <- # TRUE or FALSE?
    -    c <- # TRUE or FALSE?
    -    d <- # TRUE or FALSE?
    -    ## We want the code below to print TRUE
    -    result <- (c | b) & (!b | d) & (!c | a) & (!c | !a)
    -    print(result)
    +   b <- # TRUE or FALSE?
    +   c <- # TRUE or FALSE?
    +   d <- # TRUE or FALSE?
    +   ## We want the code below to print TRUE
    +   result <- (c | b) & (!b | d) & (!c | a) & (!c | !a)
    +   print(result)
         
    + 2. Without running the code, try to reason out what `print(class(class(4.5)))` would result in. + 3. Try converting a character type like `"1e-50"` to a numeric type with `as.numeric()`, and one like `"1x10^5"`. What are the numeric values after conversion? Try converting the numeric value `0.00000001` to a character type—what is the string produced? What are the smallest and largest numerics you can create? + 4. The `is.numeric()` function returns the logical `TRUE` if its input is a numeric type, and `FALSE` otherwise. The functions `is.character()`, `is.integer()`, and `is.logical()` do the same for their respective types. Try using these to test whether specific variables are specific types. + 5. What happens when you run a line like `print("ABC"* 4)`? What about `print("ABC" + 4)`? Why do you think the results are what they are? How about `print("ABC" + "DEF")`? Finally, try the following: `print(TRUE + 5)`, `print(TRUE + 7)`, `print(FALSE + 5)`, `print(FALSE + 7)`, `print(TRUE * 4)`, and `print(FALSE * 4)`. What do you think is happening here?
    diff --git a/part3-03-vectors.Rmd b/part3-03-vectors.Rmd index d8fa916..17c1039 100644 --- a/part3-03-vectors.Rmd +++ b/part3-03-vectors.Rmd @@ -10,7 +10,7 @@ Vectors (similar to single-type arrays in other languages) are ordered collectio samples <- c(3.2, 4.7, -3.5) # 3-element numeric vector
    -The `c()` function can take other vectors as parameters, too--it will “deconstruct” all subvectors and return one large vector, rather than a vector of vectors. +The `c()` function can take other vectors as parameters, too - it will "deconstruct" all subvectors and return one large vector, rather than a vector of vectors.
    
     
    -
    -The `length()` function returns the number of elements of a vector (or similar types, like lists, which we’ll cover later) as an integer:
    +The `length()` function returns the number of elements of a vector (or similar types, like lists, which we'll cover later) as an integer:
     
     
       
     
    -This explains quite a lot about R, including some curiosities such as why `print(gc_content)` prints `[1] 0.34`. This output is indicating that `gc_content` is a vector, the first element of which is `0.34`. Consider the `seq()` function, which returns a vector of numerics; it takes three parameters:^[Most R functions take a large number of parameters, but many of them are optional. In the next chapter, we’ll see what such optional parameters look like, and how to get an extensive list of all the parameters that built-in R functions can take.] (1) the number at which to start, (2) the number at which to end, and (3) the step size. +This explains quite a lot about R, including some curiosities such as why `print(gc_content)` prints `[1] 0.34`. This output is indicating that `gc_content` is a vector, the first element of which is `0.34`. Consider the `seq()` function, which returns a vector of numerics; it takes three parameters:^[Most R functions take a large number of parameters, but many of them are optional. In the next chapter, we'll see what such optional parameters look like, and how to get an extensive list of all the parameters that built-in R functions can take.] + +1. the number at which to start, +2. the number at which to end, and +3. the step size.
     
    -range <- seq(1, 20, 0.5)
    -print(range)
    +my_range <- seq(1, 20, 0.5)
    +print(my_range)
     
    -When we print the result, we’ll get output like the following, where the list of numbers is formatted such that it spans the width of the output window. +When we print the result, we'll get output like the following, where the list of numbers is formatted such that it spans the width of the output window.
    
     
     
    -In summary, vectors are the most basic unit of data in R, and they cannot mix types—R will autoconvert any mixed types in a single vector to a “lowest common denominator,” in the order of logical (most specific), integer, numeric, character (most general). This can sometimes result in difficult-to-find bugs, particularly when reading data from a file. If a file has a column of what appears to be numbers, but a single element cannot be interpreted as a number, the entire vector may be converted to a character type with no warning as the file is read in. We’ll discuss reading data in from text files after examining vectors and their properties.
    +In summary, vectors are the most basic unit of data in R, and they cannot mix types — R will autoconvert any mixed types in a single vector to a "lowest common denominator," in the order of logical (most specific), integer, numeric, character (most general). This can sometimes result in difficult-to-find bugs, particularly when reading data from a file. If a file has a column of what appears to be numbers, but a single element cannot be interpreted as a number, the entire vector may be converted to a character type with no warning as the file is read in. We'll discuss reading data in from text files after examining vectors and their properties.
     
     ### Subsetting Vectors, Selective Replacement {-}
     
    @@ -152,7 +156,6 @@ second_el <- numbers[2]                     # 20
     
     Based on the above, we know that the `20` extracted is a vector of length one. The `2` used in the brackets is also a vector of length one; thus the line above is equivalent to `second_el <- nums[c(2)]`. Does this mean that we can use longer vectors for extracting elements? Yes!
     
    -
     
    
     
    -Although R doesn’t enforce it, the names should be unique to avoid confusion when selecting or selectively replacing this way. Having updated Student A’s and Student B’s score, the change is reflected in the output:
    +Although R doesn't enforce it, the names should be unique to avoid confusion when selecting or selectively replacing this way. Having updated Student A's and Student B's score, the change is reflected in the output:
     
     
    
     
    +While indexing by index number and by name allows us to extract elements in any given order, indexing by logical doesn't afford us this possibility.
     
    -While indexing by index number and by name allows us to extract elements in any given order, indexing by logical doesn’t afford us this possibility.
    -
    -We can perform selective replacement this way as well; let’s suppose Students A and C retake their quizzes and moderately improve their scores.
    +We can perform selective replacement this way as well; let's suppose Students A and C retake their quizzes and moderately improve their scores.
     
     
     
    
     
    -
    -In this case, the length of the replacement vector (`c(159, 169)`) is equal to the number of `TRUE` values in the indexing vector (`c(TRUE, FALSE, TRUE)`); we’ll explore whether this is a requirement below.
    +In this case, the length of the replacement vector (`c(159, 169)`) is equal to the number of `TRUE` values in the indexing vector (`c(TRUE, FALSE, TRUE)`); we'll explore whether this is a requirement below.
     
     In summary, we have three important ways of indexing into/selecting from/selectively replacing in vectors:
     
    @@ -287,7 +289,7 @@ In summary, we have three important ways of indexing into/selecting from/selecti
     
     ### Vectorized Operations, `NA` Values {-}
     
    -If vectors are the most basic unit of data in R, all of the functions and operators we’ve been working with—`as.numeric()`, `*`, and even comparisons like `>`—implicitly work over entire vectors.
    +If vectors are the most basic unit of data in R, all of the functions and operators we've been working with — `as.numeric()`, `*`, and even comparisons like `>` — implicitly work over entire vectors.
     
     
       
     
    +
     If we consider the `*` operator, it takes two inputs (numeric or integer) and returns an output (numeric or integer) for each pair from the vectors. This is quite similar to the comparison `>`, which takes two inputs (numeric or integer or character) and returns a logical.
     
     
     comparison_values   # 4 element vector: FALSE TRUE TRUE TRUE
     
    - ### Vector Recycling {-} - ###### {- #vector_recycling} -What happens if we try to multiply two vectors that aren’t the same length? It turns out that the shorter of the two will be reused as needed, in a process known as *vector recycling*, or the reuse of the shorter vector in a vectorized operation. + +What happens if we try to multiply two vectors that aren't the same length? It turns out that the shorter of the two will be reused as needed, in a process known as *vector recycling*, or the reuse of the shorter vector in a vectorized operation.
    
     
    -More often we’ll selectively replace elements of a vector with a length-one vector.
    +More often we'll selectively replace elements of a vector with a length-one vector.
     
     
     
    -
    -More often, we’ll want to extract such values using logical selection.
    +More often, we'll want to extract such values using logical selection.
     
     
     #### Exercises {-}
     
    @@ -495,39 +491,36 @@ hell I can't even put it in a comment (that should be just r int he e.g.) -->
      
     1. Suppose we have `els` as a range of numbers from 1 to 30 in steps of 0.3; `els <- seq(1, 30, 0.3)`. Using just the `as.integer()` function, logical indexing, and comparisons like `>`, generate a sequence `els_decimals` that contains all values of `els` that are not round integers. (That is, it should contain all values of `els` except `1.0`, `2.0`, `3.0`, and so on. There should be 297 of them.)
     
    -2. We briefly mentioned the `%%`, or “modulus,” operator, which returns the remainder of a number after integer division (e.g., `4 %% 3 == 1` and `4 %% 4 == 0`; it is also vectorized). Given any vector `els`, for example `els <- seq(1, 30, 0.3)`, produce a vector `els_every_other` that contains every other element of `els`. You will likely want to use `%%`, the `==` equality comparison, and you might also want to use `seq()` to generate a vector of indices of the same length as `els`. Do the same again, but modify the code to extract every third element of `els` into a vector called `els_every_third`.
    +2. We briefly mentioned the `%%`, or "modulus," operator, which returns the remainder of a number after integer division (e.g., `4 %% 3 == 1` and `4 %% 4 == 0`; it is also vectorized). Given any vector `els`, for example `els <- seq(1, 30, 0.3)`, produce a vector `els_every_other` that contains every other element of `els`. You will likely want to use `%%`, the `==` equality comparison, and you might also want to use `seq()` to generate a vector of indices of the same length as `els`. Do the same again, but modify the code to extract every third element of `els` into a vector called `els_every_third`.
     
    -3. From chapter 27, “[Variables and Data](),” we know that comparisons like `==`, `!=`, `>=` are available as well. Further, we know that `!` negates the values of a logical vector, while `&` combines two logical vectors with “and,” and `|` combines two logical vectors with “or.” Use these, along with the `%%` operator discussed above, to produce a vector `div_3_4` of all integers between `1` and `1,000` (inclusive) that are evenly divisible by `3` and evenly divisible by `4`. (There are 83 of them.) Create another, `not_div_5_6`, of numbers that are not evenly divisible by `5` or `6`. (There are 667 of them. For example, `1,000` should not be included because it is divisible by `5`, and `18` should not be included because it is divisible by `6`, but `34` should be because it is divisible by neither.)
    +3. From chapter 30, "[Variables and Data](#variables_and_data)," we know that comparisons like `==`, `!=`, `>=` are available as well. Further, we know that `!` negates the values of a logical vector, while `&` combines two logical vectors with "and", and `|` combines two logical vectors with "or". Use these, along with the `%%` operator discussed above, to produce a vector `div_3_4` of all integers between `1` and `1,000` (inclusive) that are evenly divisible by `3` and evenly divisible by `4`. (There are 83 of them.) Create another, `not_div_5_6`, of numbers that are not evenly divisible by `5` or `6`. (There are 667 of them. For example, `1,000` should not be included because it is divisible by `5`, and `18` should not be included because it is divisible by `6`, but `34` should be because it is divisible by neither.)
     
     
     
    -
     ### Common Vector Functions {-}
     
    -As vectors (specifically numeric vectors) are so ubiquitous, R has dozens (hundreds, actually) of functions that do useful things with them. While we can’t cover all of them, we can quickly cover a few that will be important in future chapters.
    +As vectors (specifically numeric vectors) are so ubiquitous, R has dozens (hundreds, actually) of functions that do useful things with them. While we can't cover all of them, we can quickly cover a few that will be important in future chapters.
     
    -First, we’ve already seen the `seq()` and `length()` functions; the former generates a numeric vector comprising a sequence of numbers, and the latter returns the length of a vector as a single-element integer vector.
    +First, we've already seen the `seq()` and `length()` functions; the former generates a numeric vector comprising a sequence of numbers, and the latter returns the length of a vector as a single-element integer vector.
     
     
     
    -range <- seq(0, 7, 0.2)                # 0.0 0.2 0.4 ... 7.0
    -len_range <- length(range)             # 36
    +my_range <- seq(0, 7, 0.2)                # 0.0 0.2 0.4 ... 7.0
    +len_range <- length(my_range)             # 36
     
    -Presented without an example, `mean()`, `sd()`, and `median()` return the mean, standard deviation, and median of a numeric vector, respectively. (Provided that none of the input elements are `NA`, though all three accept the `na.rm = TRUE` parameter.) Generalizing `median()`, the `quantile()` function returns the Yth percentile of a function, or multiple percentiles if the second argument has more than one element. +Presented without example, `mean()`, `sd()`, and `median()` return the mean, standard deviation, and median of a numeric vector, respectively. (Provided that none of the input elements are `NA`, though all three accept the `na.rm = TRUE` parameter.) Generalizing `median()`, the `quantile()` function returns the Yth percentile of a function, or multiple percentiles if the second argument has more than one element.
     
    -quantiles_range <- quantile(range, c(0.25, 0.5, 0.75))
    +quantiles_range <- quantile(my_range, c(0.25, 0.5, 0.75))
     print(quantiles_range)
    - 25%  50%  75%
    -1.75 3.50 5.25
     
    The output is a named numeric vector: @@ -554,7 +547,7 @@ values_uniq <- unique(values) # 20 40 30 10 50 rev_uniq <- rev(values_uniq) # 50 10 30 40 20
    -There is the `sort()` function, which sorts a vector (in natural order for numerics and integers, and [lexicographic (dictionary) order]() for character vectors). Perhaps more interesting is the `order()` function, which returns an integer vector of indices describing where the original elements of the vector would need to be placed to produce a sorted order. +There is the `sort()` function, which sorts a vector (in natural order for numerics and integers, and [lexicographic (dictionary) order](#lexicographic_order) for character vectors). Perhaps more interesting is the `order()` function, which returns an integer vector of indices describing where the original elements of the vector would need to be placed to produce a sorted order.
       
    @@ -591,7 +583,6 @@ values <- c(5, 10, 15, 20, 25, 30)
     
     The `sample()` function returns a random sampling from a vector of a given size, either with replacement or without as specified with the `replace =` parameter (`FALSE` is the default if unspecified).
     
    -
     
     
     
    -
    -R includes a large number of statistical tests, though we won’t be covering much in the way of statistics other than a few driving examples. The `t.test()` function runs a two-sided student’s t-test comparing the means of two vectors. What is returned is a more complex data type with class `"htest"`.
    -
    +R includes a large number of statistical tests, though we won't be covering much in the way of statistics other than a few driving examples. The `t.test()` function runs a two-sided student's t-test comparing the means of two vectors. What is returned is a more complex data type with class `"htest"`.
     
     
     
    -Welch Two Sample t-test
    +
    +	Welch Two Sample t-test
     
     data:  sample_1 and sample_2
    -t = -2.6847, df = 193.503, p-value = 0.007889
    +t = -5.1107, df = 191.9, p-value = 7.727e-07
     alternative hypothesis: true difference in means is not equal to 0
     95 percent confidence interval:
    - -2.690577 -0.411598
    + -4.023470 -1.782656
     sample estimates:
    -mean of x mean of y
    - 10.03711  11.58819
    +mean of x mean of y 
    + 9.555624 12.458687
     
    - ### Reading and Writing Tabular Data, Wrapping Long Lines {-} -Before we go much further, we’re going to want to be able to import data into our R programs from external files (which we’ll assume to be rows and columns of data in text files). We’ll do this with `read.table()`, and the result will be a type of data known as a “data frame” (or `data.frame` in code). We’ll cover the nuances of data frames later, but note for now that they can be thought of as a collection of vectors (of equal length), one for each column in the table. +Before we go much further, we're going to want to be able to import data into our R programs from external files (which we'll assume to be rows and columns of data in text files). We'll do this with `read.table()`, and the result will be a type of data known as a "data frame" (or `data.frame` in code). We'll cover the nuances of data frames later, but note for now that they can be thought of as a collection of vectors (of equal length), one for each column in the table. -As an example, let’s suppose we have a tab-separated text file in our present working directory called `states.txt`.^[When running on the command line, the present working directory is inherited from the shell. In RStudio, the present working directory is set to the “project” directory if the file is part of a project folder. In either case, it is possible to change the working directory from within R using the `setwd()` function, as in `setwd("/home/username/rproject")` in Unix/Linux and `setwd("C:/Documents and Settings/username/My Documents/rproject")` in Windows. It is also possible to specify file names by absolute path, as in `/home/username/rproject/states.txt`, no matter the present working directory.] Each row represents one of the US states along with information on population, per capita income, illiteracy rate, murder rate (per 100,000), percentage of high school graduates, and region (all measured in the 1970s). The first row contains a “header” line with column names. +As an example, let's suppose we have a tab-separated text file in our present working directory called [`states.txt`](data/states.txt).^[When running on the command line, the present working directory is inherited from the shell. In RStudio, the present working directory is set to the "project" directory if the file is part of a project folder. In either case, it is possible to change the working directory from within R using the `setwd()` function, as in `setwd("/home/username/rproject")` in Unix/Linux and `setwd("C:/Documents and Settings/username/My Documents/rproject")` in Windows. It is also possible to specify file names by absolute path, as in `/home/username/rproject/states.txt`, no matter the present working directory.] Each row represents one of the US states along with information on population, per capita income, illiteracy rate, murder rate (per 100,000), percentage of high school graduates, and region (all measured in the 1970s). The first row contains a "header" line with column names.
    
     
    -
     When reading states.txt, the `file =` parameter specifies the file name to be read, while `header = TRUE` indicates to the interpreter that the first line in the file gives the column names (without it, the column names will be `"V1"`, `"V2"`, `"V3"` and so on). The `sep = "\t"` parameter indicates that tab characters are used to separate the columns in the file (the default is any whitespace), and `comment.char = "#"` indicates that `#` characters and anything after them should be ignored while reading the file (which is appropriate, as evident by the `# mitten` annotation in the file). The `stringsAsFactors = FALSE` parameter is more cryptic: it tells the interpreter to leave the character-vector columns (like `region` in this example) as character vectors, rather than convert them to the more sophisticated factor data type (to be covered in later chapters).
     
     At this point, the `states` variable contains the data frame holding the columns (vectors) of data. We can print it with `print(states)`, but the result is quite a lot of output:
    @@ -791,7 +775,6 @@ It might make better sense to extract just the first 10 rows of data and print t
                 linkable-line-numbers">
     
     first_10 <- head(states, n = 10)
    -
     print(first_10)
     # OR
     print(head(states, n = 10))
    @@ -810,7 +793,7 @@ incomes <- states$"income"
     print(incomes)                    # [1] 3624 6315 4530 3378 5114 4884 ...
     
    -So long as the column name is sufficiently simple (in particular, so long as it doesn’t have any spaces), then the quote marks around the column name can be (and often are) omitted. +So long as the column name is sufficiently simple (in particular, so long as it doesn't have any spaces), then the quote marks around the column name can be (and often are) omitted. -Writing a data frame to a tab-separated file is accomplished with the `write.table()` function.^[There are also more specialized functions for both reading and writing tabular data, such as `read.csv()` and `write.csv()`. We’ve focused on `read.table()` and `write.table()` because they are flexible enough to read and write tables in a variety of formats, including comma separated, tab separated, and so on.] As with `read.table()`, `write.table()` can take quite a few parameters, most of which have reasonable defaults. But there are six or so we’ll want to set more often than others. Let’s write the modified `states` data frame to a file called `states_modified.txt` as a tab-separated file. +Writing a data frame to a tab-separated file is accomplished with the `write.table()` function.^[There are also more specialized functions for both reading and writing tabular data, such as `read.csv()` and `write.csv()`. We've focused on `read.table()` and `write.table()` because they are flexible enough to read and write tables in a variety of formats, including comma separated, tab separated, and so on.] As with `read.table()`, `write.table()` can take quite a few parameters, most of which have reasonable defaults. But there are six or so we'll want to set more often than others. Let's write the modified `states` data frame to a file called `states_modified.txt` as a tab-separated file.